Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/nandedex/www/s.nandedexpress.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nandedex/www/s.nandedexpress.com/colormag-pro.tar
archive.php000064400000006412151213252610006677 0ustar00<?php
/**
 * The template for displaying Archive page.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">

			<?php

			$grid_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

			$layout1_style = get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );

			$layout2_style = get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' );

			$grid_col = get_theme_mod( 'colormag_grid_layout_column', '2' );

			$style = '';

			if ( 'layout-1' === $grid_layout ) {
				$style = 'cm-' . $grid_layout . '-' . $layout1_style;
			} elseif ( 'layout-2' === $grid_layout ) {
				$style = 'cm-' . $grid_layout . '-' . $layout2_style;
			}

			$col = '';

			if ( 'layout-2' === $grid_layout ) {
				$col = 'col-' . $grid_col;
			}

			/**
			 * Functions hooked into colormag_action_archive_header action.
			 *
			 * @hooked colormag_archive_header - 10
			 */
			do_action( 'colormag_action_archive_header' );
			?>
			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
			$pagination_class = '';

			if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
				$pagination_class .= 'tg-infinite-scroll-container';
			}
			?>
			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col . ' ' . $pagination_class ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_archive_page_loop.
					 */
					do_action( 'colormag_before_archive_page_loop' );
					?>

					<?php
					$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
					$pagination_class = '';

					?>
					<?php echo esc_attr( $pagination_class ); ?>
						<?php
						while ( have_posts() ) :
							the_post();

							/**
							 * Include the Post-Type-specific template for the content.
							 * If you want to override this in a child theme, then include a file
							 * called content-___.php (where ___ is the Post Type name) and that will be used instead.
							 */
							get_template_part( 'template-parts/content', 'archive' );
						endwhile;
						?>

					<?php
					/**
					 * Hook: colormag_after_archive_page_loop.
					 */
					do_action( 'colormag_after_archive_page_loop' );

					if ( 1 == $pagination_enable ) :
						colormag_pagination();
					endif;

				else :
					if ( true === apply_filters( 'colormag_archive_page_no_results_filter', true ) ) {
						get_template_part( 'template-parts/no-results', 'archive' );
					}
				endif; // if ( have_posts() ) :
				?>
			</div><!-- .cm-posts -->

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_infinite_scroll();
			} ?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
style-editor-block.css000064400000047146151213252610011004 0ustar00/* Basic Block Editor CSS */
.editor-styles-wrapper {
	background-color: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
	/* Theme specific CSS */
	/* Headings */
	/* Horizontal Lines */
	/* Tables */
}

.editor-styles-wrapper > * {
	font-family: 'Open Sans', serif;
	color: #444444;
}

.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
	padding: 5px 0 0;
	font-size: 32px;
	line-height: 1.2;
	color: #333333;
	font-weight: normal;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}

.editor-styles-wrapper .wp-block h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 42px;
}

.editor-styles-wrapper .wp-block h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 38px;
}

.editor-styles-wrapper .wp-block h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 34px;
}

.editor-styles-wrapper .wp-block h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}

.editor-styles-wrapper .wp-block h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.editor-styles-wrapper .wp-block h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}

.editor-styles-wrapper .wp-block blockquote.has-text-align-right {
	border-right: 0;
	border-left: 0;
	padding: 30px 30px 20px 45px;
}

.editor-styles-wrapper .wp-block button:not(.components-button) {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
	background-color: #33363b;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper .wp-block .mce-widget button {
	font-size: 13px;
	line-height: 1.53846153;
	padding: 2px 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #595959;
	margin-bottom: 0;
	-webkit-appearance: inherit !important;
	-moz-appearance: inherit !important;
	appearance: inherit !important;
	cursor: inherit;
}

.editor-styles-wrapper .wp-block th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper .wp-block td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper .wp-block caption {
	text-align: left;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
	padding: 15px 1%;
	width: 33.33%;
}

.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
	padding: 15px 1%;
	width: 25%;
}

.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	padding: 15px 1%;
	width: 20%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
	padding: 10px 0.5%;
	width: 16.66%;
}

.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
	padding: 10px 0.5%;
	width: 14.28%;
}

.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
	padding: 10px 0.5%;
	width: 12.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
	width: 11.11%;
}

.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
	width: 50%;
}

.editor-styles-wrapper h1.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h2.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h3.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h4.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h5.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h6.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h1 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h2 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h3 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h4 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h5 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h6 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

.editor-styles-wrapper hr.is-style-dots {
	height: auto;
}

.editor-styles-wrapper p {
	margin-bottom: 15px;
	font-size: 15px;
}

.editor-styles-wrapper strong {
	font-weight: bold;
}

.editor-styles-wrapper cite {
	font-style: italic;
}

.editor-styles-wrapper em {
	font-style: italic;
}

.editor-styles-wrapper i {
	font-style: italic;
}

.editor-styles-wrapper code {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper samp {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper abbr {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper acronym {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

.editor-styles-wrapper ins {
	background: #f8f8f8;
}

.editor-styles-wrapper table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper sup {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	bottom: 1ex;
}

.editor-styles-wrapper sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	top: .5ex;
}

.editor-styles-wrapper dl {
	margin-bottom: 24px;
}

.editor-styles-wrapper dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.editor-styles-wrapper dd {
	margin-bottom: 24px;
}

.editor-styles-wrapper ul {
	list-style: none;
	list-style: square;
}

.editor-styles-wrapper ol {
	list-style: none;
	list-style: decimal;
}

.editor-styles-wrapper li {
	font-size: 15px;
	line-height: 1.3;
}

.editor-styles-wrapper li > ul {
	margin: 0 0 0 10px;
}

.editor-styles-wrapper li > ol {
	margin: 0 0 0 10px;
}

.editor-styles-wrapper pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.editor-styles-wrapper blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

.editor-styles-wrapper blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.editor-styles-wrapper blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.editor-styles-wrapper blockquote.is-style-large {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.editor-styles-wrapper blockquote.is-style-large p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

.editor-styles-wrapper blockquote.is-style-large p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.editor-styles-wrapper blockquote.is-style-large a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.editor-styles-wrapper input[type="search"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="search"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="text"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="text"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="email"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="email"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="url"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper textarea:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="password"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="reset"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="reset"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="reset"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="button"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="button"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="button"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="submit"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="submit"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper a {
	color: #207DAF;
	text-decoration: none;
}

.editor-styles-wrapper a:hover {
	text-decoration: underline;
}

.editor-styles-wrapper a:focus {
	text-decoration: underline;
}

.editor-styles-wrapper a:active {
	text-decoration: underline;
}

.editor-styles-wrapper th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: left;
}

.editor-styles-wrapper caption {
	text-align: left;
}

.editor-styles-wrapper th.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper td.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper th.has-text-align-right {
	text-align: right;
}

.editor-styles-wrapper td.has-text-align-right {
	text-align: right;
}

.editor-styles-wrapper .alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper embed {
	max-width: 100%;
}

.editor-styles-wrapper iframe {
	max-width: 100%;
}

.editor-styles-wrapper object {
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] dt {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption .wp-caption-dd {
	text-align: center;
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption-text {
	text-align: center;
}

.editor-styles-wrapper .gallery {
	margin: 0 auto 15px;
}

.editor-styles-wrapper .gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.editor-styles-wrapper .gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.editor-styles-wrapper .gallery-icon img {
	margin: 0 auto;
}

.editor-styles-wrapper .wp-block-gallery ol {
	margin: 0;
}

.editor-styles-wrapper .wp-block-gallery ul {
	margin: 0;
}

.wp-block {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-left: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-left: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large p {
	margin-top: 0;
	margin-bottom: 0;
}

.block-editor-default-block-appender .block-editor-inserter__toggle.components-button {
	padding: inherit;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-embed-responsive .editor-styles-wrapper {
	padding-left: 16px;
	padding-right: 16px;
}

/* Links */
.wp-block-file .wp-block-file__textlink {
	color: #207DAF;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

@media only screen and (max-width: 420px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

/* Support Magazine Blocks */
[class*='mzb'] h1,
[class*='mzb'] h2,
[class*='mzb'] h3,
[class*='mzb'] h4,
[class*='mzb'] h5,
[class*='mzb'] h6 {
	padding-bottom: 0;
}

[class*='mzb'] a:hover {
	text-decoration: none;
}

[class*='mzb'] .mzb-post-list .mzb-post-title,
[class*='mzb'] .mzb-tab-post .mzb-post-title,
[class*='mzb'] .mzb-featured-categories .mzb-post-title,
[class*='mzb'] .mzb-banner-posts .mzb-post-title {
	margin-bottom: 10px;
}

.editor-styles-wrapper .components-placeholder.mzb-section-preset .mzb-section-preset-btn {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	border: none;
}
no-results.php000064400000003106151213252610007366 0ustar00<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * Learn more: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<section class="cm-no-results cm-not-found">
	<img
		src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/search-result.png' ); ?>"
		alt=""
	/>

	<header class="cm-page-header">
		<h1 class="cm-page-title"><?php esc_html_e( 'No matching post found', 'colormag' ); ?></h1>
	</header><!-- .cm-page-header -->

	<div class="cm-page-content">
		<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>

			<p>
				<?php
				printf(
					wp_kses(
					/* Translators: %1$s: Link to WP admin new post page. */
						__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'colormag' ),
						array(
							'a' => array(
								'href' => array(),
							),
						)
					),
					esc_url( admin_url( 'post-new.php' ) )
				);
				?>
			</p>

		<?php elseif ( is_search() ) : ?>

			<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'colormag' ); ?></p>
			<?php
			get_search_form();

		else :
			?>

			<p><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'colormag' ); ?></p>
			<?php
			get_search_form();

		endif;
		?>
	</div><!-- .cm-page-content -->

</section><!-- .cm-no-results -->
theme.json000064400000000231151213252610006533 0ustar00{
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"spacing": {
			"blockGap": true,
			"margin": true,
			"padding": true
		}
	}
}
screenshot.jpg000064400000756120151213252610007434 0ustar00���ExifII*��Ducky<��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:74F3A132ECD411E584CC92216598A6D6" xmpMM:DocumentID="xmp.did:74F3A133ECD411E584CC92216598A6D6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:74F3A130ECD411E584CC92216598A6D6" stRef:documentID="xmp.did:74F3A131ECD411E584CC92216598A6D6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed����		





�������	

!1AQ"aq���2R��B��#�U�b3�r��S�$Tt�6VW��Cs�4d�%5��c�Du7������&e�E�Fv!1AQa�"q��2R��B�br#3񂒢��C�Ss4c$���D%5��?���(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(
?�n����\�|���$T�wU�p*]P����e�[Ùk��$�S+�q�č#��ThT�n�`m�9���1by��.�#R�þ³{*�b�SIq�ȏ',���̋"_�������u�O���T�VM|�w��L<��'oqdK}Q����,T�����0wͧ?37%'���c͉ox�����E�����N�
[�$��J�xRy	
��‹��v��8�Ѹ�rˎq��,�CuG��Ÿ�W�6�ս=�e\Ŗ}%�J�kU6-uP�_��U)A�,�2 ƂL��GJZI�ɬ�JJ�v
��Yj�u̮�T���P���Ux)�N0whꍇw�H�쵞H��].�M�u�Կ�^c	
��n��nm��I�q$�rf�d�o�US�<q��]�pΗ'�ȇQ�B9��B����	��<�p�:���1��ȝ�pB��s�UEɩk$��&�!��u�m�
�n�rp�W\���kV�Y�M2D��O4�8Ի��E�5�Y%,�Snk�6��o�p��\�,����`	��V�2�y����mxXx��F�!�
&��u]EVðQb�g�x)�M�+s��f��8�9'U�G��ؒ��r�Oz��9�Z�d�|�2 I�q$2��n=���l��P�P
O��Ē�F��������*N1č���R��h��敂E��� �.I��ʪ^@dnX
<�2�Y�yR�M��	"�q��]uO�s++L����#�@���Śn��7Y��P�)A�#���O>�+/j��+3z�e��|l��F��P�>�kرU`9v�'�T�r9�v�p�̰�h��&�đH#�� �WV��ɩB�Q���|�1��� �"v�ܯ��Ng���j�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�k2c$Ӂ�Č�{��l�ۮ�%͟:�V�՞��ۼ����1Rť,�+ U-_{qӧ�Zf�M�������P9�Z��Ϡv����Pm�t��a�B�\�wWM��{*���{um���U'6��o�p�3u�ԧ���a��ն�P��E7��G)�y}b�MŢ2>�_<0�@?H%�{/_Z�F����r>�K�]�UV�����n[t9�F���F�n�`W������{��[�WY2er;���r����pw)$�t�����р�:�m$jby����l��=��(�]��Qcu-��'�j`�A���&�8�9���K���� S�^9�5<οY��M�'
��^���L�\�u�ŐK�L�����^��Ԭ���GWPǪ�
�_�um{PǥB�;��޾�E�l��{�|���Է����}�%�7�?�?7���*;�׽�Z��>�F���Y�}w\��P�~��^�N��h��KN�HҪT�,+��y:��a�ͮ��뺚�k{�}�q_�P.��l�ēr�ț,���(eV^:Z�q#����[IǨ�[U�i�m�ٱ�3u,�1ˉ5�ʷN���76�G�c�z��4[^o�o%��2���;���z�zʞ|�ԕĎWb!��i'����=����J�/�#���{��v���=n���
��7O
��q� ��v.�?sn��hڔ�%��d=߯�?g�8��.Z�LR���-�j�V����e��m~<y9��c�5�RH�U�.-~|+\�J�'���t۷(=�oɏ*J�"`�P�8U�Z�+'�*�P�*z�������-1�k���w#�q5�sz��t}�Sm;U����]I��{�N��$El���0���l��ۦ�����n��[[˖O4�L�J���˹�`o
������,�����d�/�7+�T�����˶3����}&�۵��Vԇj���j�f�D��炀�z��_Dli�g�6SO2b��c�2K�-� ,UE�ĞU�^\_ज़�%7�?�����4h:~&wq�M�J�������k�q�x��fn�����:RL���3�#�ɖ4�$�
��aJ��|�k%�y��OR�Rny����Qm��>^ݔc�|���sFt�6u��p�a��O�]�ֲP�3y�x%��򯟛�u��ڈ��{oƽ='Km�Bˋ<�OQ]�j����l^�������Ø�*�
�c6����y׳�詷�J,��y��z���xi��N���H��C��.6십4G2�eo�0�:�yKUq��:���M���z|����)���$��Iq~:2�{�>�-��[���iMc.��}6����N�{7�,��n�\3�d�O�b��J�@��Ϧ��vѺ�[���?B�kض��7���Heaua�{E}s�A��
�
���^���`�r��7���5i��+5��g���8��"�,"��p޼�_r����W.���47�ma�st�܋��;5ǰ{��hˏ��޲4nXQ��դ(��
�n5k��W~U��m{ڜ�r�Av���Ӧ���z�;+j�@��dl�\�YSJ��1,q�r��mz:����܎��v'=�5�_�g/���fn�m�P�#?Xc�.4��N��D}_č|;ij'w��Z�ǽw���+��z�O��zՑ�yM��:��v�y�L�X1=��kj�sZp<�=�t��u��K�em���n�m�m�H4�u�nt*��o�⛶�N�cX�^��N��2!��<jf�s{�t���$��������J4,��V��̶�+���o�<=���\l>��񲡂(�id��,�(��(+�m!'Q^�>�*�:����$�����x�6<=�g���zh�&tyYc�,h���O���tP����+©�/f��r��vQ>ݍ��I#yv��_R����oYm��?�Q��e�F���3�v��s;4o;��UvAs���qN|R��t���Y��^��z�81�b�Ӆ��\Pt>�s��s���uN�_�Qʿ}�^�r�:rL�����1b�����BF$�.�c�']l����+�z�����0�{����g�K����u�"3����o��D_W�V/���<Y=��}�޷Ȥ�&�olm�7G���II:��{��z髜۬�$��U�e)����26�˪:qv׎x�ۦ��(��U���e7�(���R������8��&���Ҙ�����4����_�[�ڐ�W��}����វ۱�}�;��PĨ؂(uk,�W�_��_�p��Z�燠�UO��{e�bzr:}U�����5Ǩ��g�F�z�j��ˑ�*LM��`�"��k�@�[��p��6��T3���8ذT��\��v�)�/�4�y���PG��7Wq|5^��u�������h"螋�Xa���)���H�Go!2LM��S���Ӈ�Θm��}q,�7F��k��\	�`��6�x�b�+s��2i�n=��%V�z��|&>޲�#'��l���ڻv ܲp��g��B|�B�F����jJ��rVݹ�/������7-�lY��e_�	�e��UU�-�*VtvHq����_֝�G�&�=�Z�6����oex���c�{Ϛ���%Lm$�{ H ���	��J�X6�*Ie��=�~&�	h�'�087�Yj��|��L�É��fK���Ӯd�ȸ�5�H�H:��p��V��q5�ǜ����������'�����dZ&�ʏ�v!	VE۶Å���M�۫����S��۳����"\s��'�#�6���*㲓to��`��gg��_q>t�=��j6o#7!2�pdž(�P�
�|5�n]��s�ο���,�2������m�#<��$!���_�.<?ku�d���?V]��v�qM+;a��I��P�F^ո�s��D����8?Il,�R���j�ߦ�}Q���<ۓ�r�F����>�K�Q�E��ɋ�c.;yz�����n����G����i��ʜl
���,�.>T�06<��H.�66�hS���?�•��V�OI�>&�&�'��l�iZD�Cw�.O��P�Q�)Vћ|1��)�M�&�h�1��X�W	8��Ž�ũWM�՗�Q�r|�O���U|��|V�lqc9o*D�,�KR���j�4����HO��0^�νڬ4��ɴ��/;H00��X��Ɏ�4z�X�$-~/��ǝ�W�V�a_O�zs6�ޕ-8�'ofDݛj~�����9��lerC����>��E[_���(�UwN3��]]�`PPPPPPPPPPPPPPPPPPPPPPPPPP��_������}�rz�	d�3�Tp���^��~�M�)���{�T��<w�^�ݺ�5��/q�۲1�.��X�������_g�߮�R�d�{{n�>�>�����xÓ3k�ʼn�I4l��5-����m_M�|��;U�qG�~n~ٗ41N�M��b�¿iܪmJ|��{�>�zmW��۷�n9�`����p�n˞$��j�n*U��[[Vݺ�}�3�đ�H�G�-_���'�M�i��$*���<� �rr�����0��v��9$�x	��_?u`�:�,����U���'8�q��OD�C����+&N��o�����,��Q<{���[�J�]9��s'�6����j��V�y%��]�Nn{>ڃ;6y�/�HT���,>����m�Q'�/Wb<Rꩻ
R���Uw>hPY��[W[��c�[�bN�,��<�_��z��O���_��g�v�a�����|=�qǾ\����U>ƽ|�����m57������ݣ���њ����7Qq���R��{�b~?:�[�;���^|}��+�[�}�V�c�k�gꂀ�?�{�ܛ���Y2rr��l�Xق��$
kO쮝55nO
���;ꛭm�J]����F��<�mӞ��6&ӵ�P���	��l�'�l|��ձe{�s>	vW���|ާi���n
�nߖK�O��qq�q��ƌE�,pƢʨ���x�fܼ��Ҋ�Ud�*
�=t�)�7L~��Ԫ�"e�)2G'�D׳�݇���y���U��?A���a꼍�0D��cb�sCc.����ν[;:-g��}��T�y��	]a�Ru��mXV��b����$p��?p�o�SkgM�w�o�M��j�G��Bt�L�t�Ǎ����/$��I#qw?	�����ig�gkEc�o\��}�6,�ٿ�ƍ����抻>M���uE��:n;K�>?��Z�Sa�g�b��H���@M�4<@Ss�ׁ��V�~+p_l��=B��-�E㵜V{Y'��~�̾��3�k%�ڲ�f)�ء&�򫹵��W��W���7�^�n��u���l}:�`�LXw$\�=�l͇#qF`�y����<��\ۍ�ٴ�h���m�O�����Y�6���{*���~H(��7+f�E}.22��S
V�W���C�E���N�“��Bz��|O^��뿺�t��f��HY�S"6f$�&&n$�5�������}c^�~
T�}��ǵ��:����'���7N��_���wߖ��'j�����>~���OX²��\D�;���5�/�G�nz�|�������=�jz�r�Ҭ�	���f�Ņ�1UU	��A����.��~����?�i�s�<áW2��#�Y2�,#'",pG�z�]C���߻���U�wR�J����A@dz�e�\��36m�`�HQq��	��yW��v7�m�0�y�g�N�*뻷�^|��j�X��z�����{�V�,YG�
�^J�u�{{�N�~��}-ͷ��N�l�5��&O�z͎LΙ�I����'Q��
��<��'�����S���5^��{����z
}c�@@#���TşH�y�nd��<?w8�D~�oxt.�&��ks����3��pM<cJK$h1�@6ѵM*K6��G��mm*H��<�t�o�n�yBhp՗m�X�i	��X��,8R�%�p�0�~%�&�����i����1�}Q�q���!�2��c�E�8��E����Q(�����E:�rq����#qm[\1y1a�6Q�h�emK�pcq����̇��Ǐ&nb��㗅���a�o"�ƄU�/%�9�<B�r(a�1(�ƿEQ~<��$wtEW��#b��m��#ɍ0`�s����Ẍ���oz��p*x�Cab6(�xQ�B��C&��i<-V��f�">&Ųa���m���X�6(cF��5(��۶�6��1a�iN�LQ�=���� <�y!��U�7����$s���v�i�g��������O�E���rH�8�##�dafV�
�s���K׉���A��Bހ^6ɳb�$�ƂA{<Pƌ5p<Tt�ȑK�������Z�om;=9����!�����<	Ӧנ�g�d�\I0��8�;D�0}�F�G�Xcm���(��H�Z��zH�9fۓ �#���\�� �]+3mD�R96&$�f�9a�n��[�-V�O<K�Dp�n���b��E�$1�U?��M*g�4V"0;.��eNJHA���J��b-Q�>�5�/	���hI����'�M�U�2iQD�ٚ�L�����y8�F�E{�P\���%�ḽ��v8̂B���{
@b��:@�1��,d���b�
��o��� `�u�4�!@Kwi�U������p��tyq������8V]S�
+����1q�7�"�� UI,�Z%�>ٶ�I��bC4���3p��jh��Q<ԋ�"1�G4K�RDVQn�E�ک�]SQ�m������p1��C�An8SJ��L����_�I�i���Ae���3�Ӫc�J@@@@@@@@@@@@@@@@@@@@@@@@@@Gܣy6��jw��Ts$�Vm�:l����y���/�>���m��� ��MV�.+�}Cz�U��?���6ݫg+��OW��{�k%2\yD3�#.�?����U����m`�w��m����r�7C~�Fm��&��O�=���koi����GQ��פz#��4�'л_Oj���8��.���^��u�}��ʼ�������%�?��׀��@"x̐�m%Ԩa�\Z���jѪ�i�.�G�xO��l�gD�����G+��@H`�
y�-jQQ���}����o��겱��Ga{��Su6GRe�)$�\8q��!@��IJ]nx/�W]���k<�Nj}-��W�+j�؈F���
�zϤ����l�HDH)�HG�_��w_�]�[8h���~��}�tZ�#����G�I�/�D�U�2�A��@���I[���3���紶�����}%�����q���N�lYJ��\���m[i֮[7�ϦoWy^�(=&�8~�(ßm�~��s��8X���	�|��.��<��~�F�G�[��{{��d��:_;oz�~+�q�Y��oL�;b>���E �2'���c�W�Z�U�5ɝ:Gw����Iy\�HP�
�q›6%�!JMq��L��x�9��.�ᱸ�(6�T2��v�Y��MΙ~�ê���i:~x�$H�<��cvQo1H�Cڔ�ڳ���ۦN�~��zD�;�ӰA���c�#ȏW��ZĐ8^�o޶sU�hꡲ�����q��Ǔu�RD<�����Y4�f�w[+,���=�V6ߵ1���d��l�^8�q�Uex�g�2������ۼ.iD�v����7ok�xmx֜�Y�+O�<9AW�t7\`�[˄�<[���gd$�2
�H�.��&�jy6uм5�g����K}ս�o1�ݥj�W��3�����6�"����ee?�B-{vz�UZ�������n��h��@xW��]g�O�c�Kn|yq�Jr4l�D�+?@7Rk�)7���{���GGx��nW�a}����rc��6l�K��I2����d�yj)j�ô潄�OwS6-��v�ڶ-�Q�q�\�d,�X�2��ں+��<їYσ=���U:Sr�=��mQ��d�{\��2#��d�̽����]��G��ڝ+\�����MI���VV��˂Ţ�`~���-��]�z��N������J�&y�P���u�&ぴ4X�}���WV��n$e:F��<+���.������;�]C�Z+�_���tv��=O6�0����DYU�x�麖��+�۩���V����[��\�ה��랆��,�,�|ю�ૣ갹���U�ߧ�{r�V���o�U�MKV՝_h}�������=�x�Ȏ'��I�V�3π�T�ƺn�m�+z�.}�z_�֛ڲoT�%�b���Ⱥ�)�\I��
Z�*�/Sc��:�nO��/a-�*ۣ[
=I��W�>8P�i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��h���wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP}q�=�;���
dO��<��!*��8#��Y�3g
O?�OS�I��x�f�����{�p~�]R�_¿`�e���y���z��Äsl�5<�_=�9�U�=Ͷ,�ذ�nb�k{�p~�}Q��a��o6k}�y�y���z���۟�f����GW���R0�p��f����B[����0a�٭����B��S�\�X#��o��k{�p~�}Po��a�'͛�ا�Ǟ�_ާ�K;=�͛槚Ǟ�?�WT�*�[����ا�Ǟ�?�_T�a����l�5<�<��Q��:��v,�,�T�X��#���CN��
�#͛槚Ǟ�[���ؙ�c/M�>�e>t���]��IގT��b9���?릪hB���^�GM`h��O��G��ž��԰�i��o�K��5���r�i�(����_�gM�O�?��P��z���Nm�~DM?�@%?}N�g������@u�}>�UV=3���i�@(~��ck���ǷΟ����u{���
�b�i����}ԷM��H�0�@u�}�VU7��bl�i�@q�}>��pM��	g�j���us�W�v�o�?�@%}N�2�Mm�<��S��]`���k���i�O�@u|�"禶�~�:{���O��劧Mm�o�Vi�߾�X�zko	{j3M@*O�C����6�X�G�7�(�G������x�6~T�ծ�^�ۏz���|<(��O�·Mm�Mjo��u�+3t��e��O���@���f�W�����@$��}a�Bt���k�3Ll(���!Y�V�4�2f��*R~�\�\���o�>t�~����u�/՜
|�y��O�O���t��p(f��j�$���3Ǧ��͚n
���u��=7�X
Z���}��:1��d�W�������~�}^@齽��Țbh��C��m�8H�4���򌃧6�\��??����z���X]H�j���ym'���q�&i��T'��(�Z���MzK��X��۬E��Oa����R\���Ž�4�~
o�O�������_:k�����2�Y�
�y��@��]\ɯ�so����[�P_�K�
��Z�ʵ�D�P��W��7�� 4���_����Z�:k�O�G�)5�؛�M��8���X��^���9��k��$��:��Nm��Os�(�g���y~:j����,?W6��t��}`��魼�6��j'���6~�����i�@)�}.���M��9����㦰8��@ƟX�*�7��sa,��:���W��t��?맠��u����Y����v�~�]`]���ݨ[�zq΀�:��h齼���	{o���Y��9�8bΛ�E�7�)1{iR\�ާ�mq�`�Vn?b�y���@��WU0?�a�����S�c�|�7�U�@��	=�͚��S�c�|�ާ��`�Vo��k{�$~�]TE�0`��?7�O5�=�:?z��ե�,{?7�O5�=�8z���e�pO�f����@߽WU?�0���,�5<�<��P��z�����|پjy�y���Â`�f�)��@߽_U�B�%�1����S�c�|�=P�Ń�f�ڧ�Ǟ�	_ޫ���l%E����%<�<���꺨0
�`܈�o��k{�&_ޯ��`	�,���S�d��#�ݟ5�,�$�X�L�@2 b��=)�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(��z�m�Sv����Y�L��ϋ4�'5{{+�x��TX��,?��z���V��9��Y��}@�	%��ĩ�yڀ^�}W�y�������fBJ�<�wP
]H�Z�v�86��hl��h����:���#@q�-��h@�:ݠ�3y];�[�	2||�z��=�~�!'��Ő��7"kF�D�F�F�[��*%YG�wace
�M�n�@u����H�oa��$�U���n-�@( �A7����BX��e��$cu
�3p�T�X��x)����epxs�u,{�.��`8q<I���	�
��
Ư��(|�R0U�"�1��L�!��ˍ�c����+��G�_Q'�*QE b�!��PH�۠_]�/�p!���ⅸ�;��J������:M׻ȡ�(��t�'�h�ㅝJ߰�(��.o@$��ª��k���YƁn
㷶�QrX��q�c��@^U�a7��P)d'‚�s��٨�كH,.nQ��^�"2=�E�G�΀�,��7���&��5�{�-@+�>mƐ�~\��4˽���~��o���=�Ą>�[�2��
�
���C[����h�Ms�E�>�@( 2��Ƞ9&�!u{v
�K�QuX�ֽ���u���᤯�h_��p����e[�rxE��̚�)��yq�4TL����Cp<>F5
M�q�j,5
�������B��T9>1n<�
�/�`L|�O�@%�{;�kp�;�[I��B�d��`���r-@ ������cu ���(H��$��ā�P�C�J�'�jî%�)À�@$�W��Ah6�/n(��@Y�;n��iR���k��G-�t�6�k��<��yXpc΀�"㶀9���:��E�����/�o��/a�@t�e<���@6��̶#�
V�/�@y��t��$�wv�UeO���@�8p�2��H{7��Bxt�����c�Z����\�J�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�1ް��a�ÿ_�Y�L��ϋ	e[�;H�^S�9m@y����V��w�^�h�4$fR��<�¥��\rA%��˙�꺞s�9��F݌E�
L���{(�!{~�2(t�g�w|4�S���ǰP �#�s<��:O���������Tl,|��k�S${v��@
�j�0B8v�֍��T���t�'�4�ZY~���I��4�	*x����}�
D�]@�>^44�Ȫ��D_�nt���On�X�h>ki$�7��#R�H ��/jP�ȥK�)�v�?/@#�n-c˙�~3@tP��R8�٠�ƅ�&��eK�e� �Qk��@v�!��xi�h [3E`�����{�y��H��<�@v���H�T�;Ge��a�d�0I!A�Mɡ��I]_F��=�������Y�@2�I"8D�OZ���r9��i��Ɗ�x�ҷ*��Y#'P7�%D��w��;k�`
�1e#K�C�ғ��A��(fԡ�18P@���񷳙�j���I���	a�j���7nlO2h�`�iK��h^�4�V��ث�OxUVk����j�)ܐ�>��(j�O�s����-�@,F�b�~�~�ߛ'�27P<��V�/w"�k��̥›��/bG}�2��rx��c�#�ƺ�����cn��yI~'��X��P
B.�e�[�(��H<�~D�	we�T�K|�|�s#'�`��I.�[�~#���e*��;Gm�v�4]Mu#�����Sx��ɱ�(�Im7:9�Ǻ���M\
��7�+�[�A��8Ph����{-~6�:����8\��
Ix��k�@%�eC0����4�U��{�E�p.Rķj�,(|�������(-��{�J��o~�U�w�9o{�����߇ k�y����>��/�����t8���@ulT<�
�`���.��3̃@t��p=ݟ�Z�(�-+��uX�n
y�BG#�
B|M�r��YVÿ��D�ht7դ��P��=+����X��V�k#�W"ҩB�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(w�?��7�K���&cs�gš��[���<G
��=�"����������9�4#̄��k� �_�LD1@��
W�RGeIԫ\�Q���;���I#���	t��M��Wg�FN.f#ƙ��㙐I	�6�ȍ�]5��Oa*����F�x������Kj*ڬ,o�Z�&xщc���8_�#���N����p������þ��x� �Ğ߂����v�R�k��J��H����*����X֍��[P}��D���bʧ�݃�@{����۶^~�,��[XE�8C�4�B����g�����������$͌�M4�U�W�,��3)��
��y�U�<=$��"O4[�B
B$�-�i��Bހ�
�,��p:�өv���l�f�<����HV�C0�cB�yZm�<�M��z�����	��+�v�Ck5��[R�wP���K��F�}�n�?�,쌘b�c��5ѐ�
3I">��};�ӭ�ΞƗ�9�L��V�Pj���H^T��U��m}g��u��fMԙ��l9�I
�Q,bF�t���z��{�M��,��ƹ{vK���ܲ�܋�)�(~��Jwn��-�~�.�ȓ6\|W���a.B�Უ�[�Pk��z!��6��7,�����b��a��j���U�c_�*z;�:Sr�lM�#˝4LL�l���Ү�W���o]�G���)�	�Rzq�{>�.꛴
�#��u�~3Q�{�u;��P�=gSz*�y�Pu�׷l�I>F<DX���N��\���5��;�&�ˠ�?���Sp�qL�Y-'�1�Eң¾e����u��.���w!<-�Ad�쎎�[�楁�E{հL��i�Ԥ���q��ʖb���C?�#h��o�r���>c�wwo����06�m�ff\�"vf 8���E�X�m�6�lΝ'UkY�٘W�"�($J;�o
�@�?L�?�7���,c�<3�q��H���9ׇ�ߵ�뺋���t_J�]'>�ӱIF�&g!�����و"Ǒ�����m�7�拌z_�=;��ٹ�M$3�K�*�4j䌠ֺ��R�&k��oK%VK���7��,�l<�fx�$f`^!r]��=���ܥ��Ɋ�;�w��&[�:>��%\�p�⢶@��dbl��k�ף��Хf�WW�ykٲ��_N�܍�g��;�.F� ��Ժ��Y����ݬ7���"��g��{T�;�f�2��V�I[��m��k�Rګ'�ۺ�L��G�WQn*�����lnT��1.���W�$8@�-���~~�� H�UY	�m�X|Ud�\��#��#��(�WVN�I��@H���M����㲀��Y�u�g}��Gv[���I�tV@��٬KD.�M�-�x�;�P�X��,
���&��C/���n
ɰ tԽ-��hs7��x�Y�c�eF�c4�py٨��pX�z�k7�7�~�J��sj�U:�l} ������R�X齮é6��H���g���	�[�d
��ۓ�07�D�Nmm۩6���/n%�齨���Ƕ-�ǿ����Z�k]�����.��P	=5��g���׸a��0��C@9O���=��1��}���P
��m~qQ�[c0b�O���JC����9�=��؏��Ġ�;�:�z�l�Qm�^����魬�G�ŵ�-�?�͏�%q�(7;s�UȗϪ-gJ�Y⃁n/@U�R�X`M�4Q�O��w���fP���z���,���ݴ�M�.�@Q�a�\�}Ӗ��j��7��^s�v0�)�H��T��ܸ�B�դ��ǿ��@�89RÑ�<�C���dDgHԛvPB�����E��n���4 HÅ�7;��B��/����U�>�s����t�,8vި���ş�r���uP����.��x�"�9��a�n&ܾ��]Z���줃�������T	�#�$��M��(C���V6��o�+^���+�kT�@�ma�f�n7�v���2���QC����_*�r��#�m�۷ℎ�î�7L�ٲ�s
pr�������y�_̭��27<��-S�!X��y#/R'Pdyq^���Q���U�oʋ�tר�[�o^�@�i����A�/�>@gSdbō�{r��J���[�����N��Y�-�i��,���J�I5���[e�|�
����[�v�:kw=7�B5�"E|��I�X�
�U��T��z��/N���o$��J&�?"M�p�ßܞ���������-.�v�D%d��b��o:��L��:�^���z7L��a����Ȑ'�0�az�h����ޓ���񔃕���qq/�
��ԛ^剺m�ێ���q�пz���>lٽn�#'�m�m�6���=��h8���i�W��~tӴ������o�t�Kyq�b�s7Q+	�����k�t��Y�c:��a�	F|1,g�e���@}=�S��ONao�fF��Ipdoj��S=o�+c�|���8�0�<h�4B�������ƀ�����칉R`�Z�Hrq�
s��YP}ɱ*h�p:�{�ԛ;�&|I21���XqG[��U�����o�z��r�Q���I2$��F�V6��:�{}]�)g�����@��s�=�d`H#˒d�7e
�n
qʽ�N�ef}�y��Vf{ӎ���{�q�Y`H��4O`/u��t�����~����|I$($�Ě��L��S��^��$�_������;�U�������<$�������U��y�_������h�2#�d0��H�x_����z�W�����G���t�޾��l�s�4�& ��l����;���z���ֺs|��6�7� ���h�����e_gunUYU��yש]c���,Pˏ�:�h�md^�`�U�jY$|޷��ݒ��f�}T�iRL������2ߚ����\Y��<��Vx����0n{n��	,-"īn�E}*�Ue^���ԏ�/�'(��eaqx�6URk宫q��>2�w�O���V�Ώ}�|�a�
�9#nZ�_�]���1cѳ�L]���6˴O�L5$K�@l]�Q�׷sqR�}��J�3ɟ���u�YpK,Q
m4A��lI������}^��ƛ�=G��3�ջ�l�8�*jaī(��Z�7T���t�c��l�E�q�(�(�(�(�(�(���oُR߈�	~�f�3��>,pX���]��<G5�`�p<����7��e�I����qi^)�W�S7�_�ox��m;f��>v��~t��;H�a��U��H���K?�L��������8~�b!��#�,1����d"��q�M�J6˷f��M�ğ�z�bU�u�(�d�t�,�='ɼ>!�V�S��R�˃�zr�oy��dO��2p���q�\����_f�#�RA�O����-��l�E3Y5���2���Vjb��z�����P��9��'�l�d��\M>\�ɯKF�8H��mn��<ߥ�ڥ�}�x:v��bL�~B"�n{�mb��k���m�g��v��A��Z,������XQ�$�l@[�x�:����n�>foLz]�n{L�v��gi��̸�ʡ!W�J�Φ�:��e�5������[�D�˾�pff��@�@�R�Q�u�m�Y����3�T�|9
ɀ$1
̏�7w��c��'�Ç
�S${v��B���B!��nգcl���H!���@,.�$C�܍���`��R�����1��<w��Wz�����^�٣ݽ�6V���w(RW�_$�^����a�r�_[w��2���fL��,rI"�P�-~�M�*��I"����	E���i��~k�j����(
��j�'ڕo�/���<k�R����o����e��?��@zO[�������p��K@S~���8��ß��	���R=8_P�c�q]�1���$���D�W�?Y�\���ʀ���׭�t����c���KVzo%?�ܑb��;(�C��V��!wb|}�;��=Mgv��X�gM��Cen�R���c��
Mת;*7�;*yש�Ǭ��DwnV�W����G����Mـ�v��nIS�k}��	����κvv�#�n���'�-�qz�/
*�)2��#?}=�j�L�5�m&z7�[.^�m[n S�6B�Ą����H�-�l�>gE��{7���N���/t��\
D��f\�Tv��ڶ���==5���5�L�h��egT*-m!����={ѩmY�[$]H��_3������R���N~f���>Ι����6�W��
[HP{Mm���!
Vۻ��B����A���\�Z�i�{�Q��9�q�z�3��'ޤ�IdF�H$�A��o\����XA����.Q�#'����.���n%d�u����N�rO�v�⛳��*�өz�;U1��HS�7�Ic"���k��MΓ����}J�*	�����u�G%]l��#�E 
�H]�E�|�P�߹E�>:�g���v*n|K.��p�nڰG)���U�,>z�W��<�gM�ogu�K#Fj���
?8�����x�&K���j���\c�7���D
SM��Ċ�(l@9|�!�FΉ�o��Ū�|C�;�e?���l�˳[���i��Z5k�#��8�� P���Phd}��H,Y���P�:\'���P�����bm�sj��,Z�����,n��0�T����H��S!"�W�~:b2��1�[���R}�É�ހKG#�	A��x��ǰPd\��Ũ���Z��	߾���Uzw�xZ���Om��$��T��
�1����&�$������l����m�cs~'��=6$m�	K�`ǐ+\�r9o{����|��ys���4�zq��m�/���Ƌ��D�~<��|� FXd��9l-nuҋI�n���a�w�2wn���3�8)��Dۤ�jx���-��o�;�:f�s�<M����ǧ�y��I��pb�L\���प�$B�ȡ;�UkK5X��
ˠ��S�,���<�(]I�$��iF ��ӑ4e�O���k�{�wė?;`��%�b����� Te
]��l������}MБm�~ǻ�ǟ���2�4�{�b,�ycuV����k��R�B�X�ޘ�>��s6Hg��2��]��p�mf��|�g�A�@�~�4�%�L����n󃃴a��e>�(p�yeME�k�����*�)5t�,wO�t�;+b��s3|����d�6}8�A�`�ܭ�*����m��޶ݪI�p�|-�p��s��?03h�H�{�eb�9�c��>�b��/MA��(���ڟ*8˴K��AI'�oeoB:yX��,�BA�m\�#r������P��=+����X��V�k#�W"ҩB�(�m�����%�5|�����_������I�x0�o23����7�oe�x�SV\��T���踽����@m�r�_�ԧ��]��G9=2��<�k�YRM�
S�8r�p�B}�S�~�3׿�Ι�Wv��h����W���{��YWC��7T��=e��D�x���m�(k��6ٲzWe|\Y2'�<�����rx 6U������N�r���r��6���X��\�<wИ"�og2��-�/��l��@m{,x�������*3w�{����z��zQ��7�x��5��zs���/������l/q�������u���>�_��E�_��<MӻAQ�Ǘ"�v٣�>�i��d;�{�	7Xs�����½d��w���c���V�f�t�8SÓ�
d��+���a�6V���
��q�/���o��~����X�_���?C11$�Ah�1�����X)?6�Rz/�;���lX�ng_x�}�(��e�UK�����q�]U�}(���Y�D�l���n?A�}]��=3�d�fXP�3��)�߽h�g��-�m���ӏ:a�j�V��C����|WČ$��8��͛5s��<�3’9A��KMS?K�mUL��9]y/��Y3�����_"��zσ|w��z��[~�l��WQp�]$'ᯡ�m���zݧzBX��M6M�gٲ17(��ȋ���TvcN�nլ1�mZ�j��uz�a���?�Ư��{��|o�{��E���7Kq��:Oؽg{�T1�F���O3�Mw���_�ڽ]/��oE�i�ޙK]a�<���e�1�㙯H�����8�_n=E������\FW��R��Y�5k8T�wpN�������G�\2��?0s�T�k��M-!�F��lY��"�{��Я�j�?I�ö/^G�xD{��g�Mx�����{�ǿ��?B@@@@@@?�Lz��%�U���n{���م��c��)��ݭ{*��n�6���ww�k��Hd(�
8��"�*̰뎥n��L��51�!��b�cLjh���l嚳�W��tD#Nl;��\Y*�o�R��ˑ�7�2#(�b�Ԥ�5�%�*zk|��΢�'Ζ=�"L}���p�|�*^L�e<	W	������D�/��˺ɏ�����@�����p��5�1K<�ґ��m{���#�1d[�_��j�4���m�0�lj�ڣ�l�]��qr�۷|��|�Ǔ��X1��e�$�fg.�	U�uV�uVIg$]�|�7>������v�ܶ�۳R�C�Xd�
�⺁��A��A���v�ƒm6��
��d�"�idQ�4�����K����gd���VL��p���4��,\i���5�H���!�(���%���֍�f��E*����G/m�^X{�kw�>������M���<���p-�#fQۥ�I��tP�fw\n=Q�0p��gƖb�^g��S�h�h(�#����vt��o��c��S���_��
>�w�Nz��{l기�t�x�Y��
SH<�^�˰��<����6��Ռl\IVG�p���
yJey��;TJ/�=����~��?M��.�ۦ��#ɂG����܎��	�/Hz۷b��rS�ʊ^9��ѫ��q��}S��V���T���bƅ�ϸ�c�5#q���4��Y��uߟ�ӌ�Iv�-L8��wנ��)?
���It&�J��`��֊\y����9�<����fM�e�T�^dg-����1�em#�0����@����5�/g�_7L���|�:���꜔�s�1��2�$w�������Uqf�^��M��Sջ|�ަNJ)<��*�	Q��׷a�̟G��t훞��=�n߶�L�?x˕��r��˹����٥�Gd�<;7�-d��Xq�����$���-�kj��6�4{>�i�]����w��6��H�%�$�Fl�Y,H�G��l5K�c��޻{�Wbz�	�=8\yM��Sψu�)��wK��=�2����т�"�Un���={фe�3��r�Q=�W�량�>�<��y�U�%���؏��ӮJ�����} P:wr�Ω���5�_3����~��D*�K�TǙ��G���9d��¦;{˓F���2��l���������/ż�A�?���}[I��Ԫ�VY}ӛ���[�ndi^A�F�
)}J{�\���jU,�=N�m�T�(�N���S���)1��P�!�X}�W�b�U&}>���i2�N�m(T�}���d6�b\�&�Q�^���{/@/�}E�b���?���f`t�>�x�n`U�%A��$�Nj���/�̺�m{p�}��VH��s[r���Ux2��{s���6�F,Õ�>��S�,��Ⱦ����SV���G�j�f��m</q��(	�S��on�I���+��@U4���*��r<?���y}��7͓�2z�s��m�,��,gTіPΣ��=�d��d?]c��WE�ɐ�B�.D��R�[�Sn����M���Ꜭɡ��ظq���󉿘O�X���_G�t�:?t�L�w(z�c��	�o���IG�7�S���(�_l=?�un~Ͱ�͹bm�s�6�/4gL�<:C������EU�_��[���1�qv���d&.��I�z�5�g'�q҈z�L��2M�M��J��Q���P��G@l͗�S�훶���۶�u��q��$��^��8�OٺO?wg���]�T	��g���/�*��(��ޠ鮰�33$�p�%��ĉQ��+$�h�n"������z�ͫ���f]�xϟlҫ��:d���ի�e�$^������@\m_�z����ñ־ZP�I"RÉ6v�8����m#��h�:�s��Ge�!�.AjL��N��*Y�n
n׵�ݎA}y���܊���x���X]A$�V
@��]��$k*;ZÉ���T7c�ŋ�[�NOm�C��ťQ���L��	쥫n܎���	���ө�#�SM�ml>��T
�M<b9䄞JUՌ�Z� �C�}#�V&哹n;�*A��q[ ��Q�ڻKr��(2�UZ$t7��>��3�n)$���$�}.ʅ�M����%a�UIW�V���.�*:/��0���`������O��Q��v-�T�28r�cz�p��-7)6�i���߳7��	r�xe�#�@�egbH��2cޣ�wQ�~�m�9���^D1�P�M��ilY7$��z{�m�q�%�s�/h��(�d� t�f��Wi�?՛�Ju']�n�r��Ɓ1�c���<1�F�>�B�SV�Ymir+�:�	���8w	w��i�|�߲�0�K�����&�-l���˘���z_�w\���ܶ���>N�!�M9��"�\G崝〪ܱf��0D�7��\�b%$$�E���Px���c�Z���}r-*�(��Μ��qs�t��:���$y���ֹ����ZɸR���{�hZ�̴��N����6�0�p$�!�T�0E�ck�;]6�#��/�V�	�]g�am�����ٟ!Y��H�6R,m���۶�RZr&շh����S������ka���I\��L��@#��o^�CQ����.�Q�g�t�����E������A��=��,����v��'���E��Z��Mtf��A��7����$�ɥ��F�
4
��zw��/yܶ�|H"�Ƒ��HH�`F��� �@|����[W�����6߽�����v(M���)�?��4��9��v��������/N�ǃ���������Uٿ�[�'�V�Qs�ϟ��@xw��՞�_����1@B��]��x�G�ȁ3�3'XZF]uZ�ڔ���yFݳt^F׶� ���,x��V"�{�cw�~������??��I��cd���5|z�vߤ�4��Y�h���ϻ�Lb}?+��5�o�H�λU5y���E����i���a]zO�3�C�W��/���GL�0>,��H�j�R�w�m�g������Vk�Mǘ��5�/f/o���)>�j�!?�=#���z�T'nj��[�&��%�mK������{?��~�w��Y������׻n��,YX�O�M�X��V*{o]��7kg������V��i�+޷m�:M�)�9Ucg�$�ߣܵ��'��ݵ����W���A�7����i��j�}w������n���R�x��&D�o�A,�k��P_O�X��t���G�t�װ��m���7c_�ǁ�1��I%��k�֊��}��SJ��m�}�)0�+�rH����F�[�i�a_�vp����F��=�i��G�rq��LJ�Gda���ߤ�m|OOE�[_��_����s^���G��^��9��d��7�zu�K��q�O=���'�%x�zϛ�{�ǿ��?D@@@@@@;��z����%�>
��f7=�|[k�����5�<@H ����@�Y��{A=�$�Ⴐ�ŹЂ��ֿ+vmBț�,mo	�!T*�1`5�/��|`�5`%���������u�e4�!H�8�{*�1/0��mj�0	E�v�_�{8�j�ir	�;���7���;�����j�<-�P����2+�$�Z�-�W��#۷�]v��n*{O;֍�������@#/�l������&��f�nnt�9�\��+ #���e�߽X�~�6o�I���5����=�Y�*�@e�Z)��d!�CEH����U�p"��ӊ����/�w�R�����i&\ǘ��l�	wg&��b�<{h
�~�z���#��ЀX�a��o��
�z�7}�m�s�l��1�̜����`56�#��
>'�^�A��l}[���wV�Z��Kr���e��l��Y�����/#;\��x��4���w�;D[OPo�n;R:�X�«ƥT�(n
綀w�=L��6����~����Ou�G���B4�n
H��6[C�H�l�`T�X�����f11�Rf1%f�^��.6T���6��em?�<�X}��ڪQk�D����w���.|�r�4���i��܍U�X���U#L`�Pny���ge�NdAV���#N@{�]��B�Sj�P�wn�޷Y!M�q�4c��FU!I<@k�Z��m�֞�FR�Ӎ,8;�����dB�06��f�r�/�K<R���ٶ������۝�𽾖�@���[TNR�Wf�r�2��
g���u���R�m��i/׸˄����`AcÙ��}��4s��-�!�4r#���G����[��n���<��f�,	+^MB�����m��4b�4����uN���<8;���L�It�ٹ�j�j�r�/�K9h�9Ø2�)��C�+�<A��1aZu�8SP�.�rq&�+u�Lf[<w�k}���k��r�'%�m�*����$fI|ȓ�B4��:�vȒ2&�㓯}�+��e�ͨ�V@�Lm
��>�`�u�l$%VVv
\p{q� 
+(��S�lj?�8G�!
E��h	!O��p�ȷe����Yu�$i�cqk���Z)�:��0��̱
#+؆��)�c,i�OX7��b&Sd4��`���U�x��S�Pd<x��'u���m�
��r����
к�B�`�ߴ�n"��]��A�+��C�?HǷc.����#�_�����^��ҙ=i�?I�NjԸ�~T�YJ]C�{Z�m���_�>��n����z�i���1�L�4DN�\�+��M����M���@\L�C��I��/�3CG����<m�(WC.�m%�1@o,x��ӝO��ބl���:��m�Ȏ-\YLd20��
��Zۦ'�Or��Pm���0�<�%Ȍ���� 6�@E�OO�=V��Ω��� 
�mݰ�gLy1f�]%����.|�
V:�j���06l�ϛ�1�+>x%�GI#n�f����m��:��0vy�|]�v�|��&[2n��vX#HZ���~���N�ӽ�d����lhdB���]ؑ�ąM�0�gը�X���P�HA�u"܋džL`r�J�Dbm{�<l(3+�ٴۙ���aD�襀9�k��6㍋��7�� 	�}��W=ʶrݣh�V:x�q��3�Un8���S���mE�̞b�$ 9�A=�s�@�_��|5���9��#
U����5H&�rn�Ƕ�
b�X�us���!4�I7��k��FT��'H����B�r	^�i��~?r;/T��KZ��ۺ�FQ�s���D�*�%M͔�����S�X�?̱���z�GЮE�R�P4�Ə�NC��߸�k�?{�~^���6�=#��lE��VĂy%��`@��C(��`�O�mj��m���{��֦�`�?��G��ԙ�>ԹP͚a�f,}��td6Up���ڞUg8�	��p��fF2h��y5b@-�A�~:�4����+��ݷ��/�}ͯuz�l{��YWC��o�ع7��<�)�| ��Of|a����N�N�ضL
�,e������P�*>�<G�<;-@z��ӳ�N�:���6D�q��+[���=��z{�E�>��doj�E��6.Z-A���ֿ����}u�uOP�c���̲΀�2Hײ��О�l�;7��R��6T=�R\����k�qw<�򰰺��2d
ͦ8�K;iPX�@PY�]՛�m{��Y�N�|����U��cE����:�e�X�:6ѷ��)���;I�Q퍮(
���OKu>ٲ�l9���J�9N�� )������?�^˓�zk�Q��rc�#eC�ڀ���?�z���?�1P��wdm��(�H��b�/���17Ȋ���H�K�d[� ɗ�9���b+*�N�V7}��9�{���?Eb���h32��E���6+;vG��;WDoK��GVC%��E$��/�5��M��5��Z�X�=�a&�º��gn�����z͝�s��A�����V�?�Ӯ�)�V�$gg���^�y �f�%�o7D���Oh�������Tׄ�E���O�d�G�CA��׫��h�}6٣#ԱI�u�L���!G֍�`EywV���<{�F��_Sz�eݶ�L=�q;��ilСM���\�GW�[U$zzޢ��Ue���f�L�ܚ���οM�Y��>����?�Ư��{��|o�{��o�?�S6��q��{zo���ү����dѿ�&�[#��g�z]���������_n�����C!鞾�Ћ1���!+ɵ蟗��dO���>��}Z×'��"!�q�I$�b0��R+���i'��gny�Lz�e�v��M�q��O:"A:Ԏ [���ǤޭSL��=EiV���M�&��0I���C{#\����KV���{��'�W�?B@@@@@@?�oLz�����Y�L��ϊك%�m˅yO�	`
C�txk�{�vP�n�d��-�"�b�������:Jn��3� ��,aG0ɛY]E��%�8�܎�'��*��j�%��hy��q����\\h�r��?��\�$�R1	��M��U��h������:�r�����v˔�X���@��[I&L�:k5I�Q&����󉅼	z{a���޼�&%`���Y�3��kJ�]
Fw�����n��2���e�l9�T+���j�h�0�C�h^�I�6
��bՓ�*�,x߅�+P	�.����y�������xw�c�F����oCV��U{(�½T�ݿu��!!I�$��V��?�I��M�E%H$i�r��@Yct�푱�Q���g�"mH4�:�5��k7�0-@?��n��t�ս�ay;f���nE�̂3��!gO퀠"o�?���|[~�����9��;�y	�=Et�J�q�@W�$���ׁnw��K��KbG��.�?�󺯨��6���*x�u�mA�3!�
��/4q��]`�T�RO����PH��\(7@��P*Evk��$����.*|ƿ����@G��Q�*�jVGjh
y�������:��B���P9��/����m�c�7��/'i��(4r+�A�
��ǥ������8�9��j3Z�H���p-~�
�X^2������V($fm�>���ErYCJܸjb�X�F��7Ru�G��S�x��@�|O�{��Åe���m��F�żc{�+�#a�ц!I��C��h
֝P�k��/>J�.Ar�B�r�pE��hɁє!�"�
�s�
F��wS�x#}�|hq�^J~u�c�9Ѳ���,y���=�2m�?y�yv<�9
Dy��Z�BE.)�6-]�Ace�R5+�V�'G+���Œ�v6���D�4��}%��+�~Tt�?,�nj������G�ݚGm@;�#{Y�06F#�5@����G��8���x�*�dI�AP��I�F�
����(��:� jR
��3*�d?t�^�lȘ�AOp�h"��+����K}��>�o�R'�^�k$�p��)?�n��*���e��=��4�b"����ž�D�*��������u�*��j)�D��@��>z^S(����5l}���a��ۉn�h<fUY�x�m��V�(I9k -�z
%�i����x����M<��n'Wx��4fR#aȲ-�=�֠��L���j����0���em�^>��&o�����q���3�"�Y�$XwP�
�d�81��O�?�	~�
��@q$
_OQ���`ܥ��
�h�,�ka�Eqݢ���Qfh5im$���t+q��9kx����V�&āÇ
�c���f�x�H�2�"�B��
pG�V�����gVz}�rz��ˇә�o;�^I<�'X�:SF�V��ӫ�w��E7oV��m��v�i%�ʘ(X��`�^G	�s&��h-�6��t�^����Λ;%q����\i��.D	$�ѵ�}W�ee�fKm�#��G�?�mY���m�f����d^"gy�V0�oe-T�j$}������6��/�.0��mi٤�J3r���URETI�O�ٽ;��>aY&ÓG���t`/o������U�{a���ЇP@67?����@"M:$'��x���zW�Y�?̱���z�GЮE�R�Py�!�f�V���#���ēo�k�*v���bc�3�S��$���͏��|���M��+4j?�����%Nln�6'�9��9��t�sc�v�6m0p��ƒ"Lx象k!E��j�ְ��ֺRC�M�P}*�N��/���f8"�f	2�椰ee�0�0�7�Ѹy��n�^�f��tD�{��ק�#�=�,lh�xQc�$UE�T@y���Yf��1�n�\&V)[InFT`Cv���v��ٷ(�쌍�H<O� �AtQw ������P?����vᕝ.㺬�sI�"���CJ��-�ɵۇ��}�^��yڳ3��x�S���vV&����v�=B��˛rY1�WDY��VM=��+�=�ƀ�쿺�Fa�&F㟗�C1DQ����=���q��Ƃ<|x�("P�D�UQ`�����ݺ3�z�7��ܣ�Εf�8d�DUT
����@h}E�z�,��Ɂ����&#F�iB�V�Qo�$t�{OJ��GM����m�Hl����N�p�#�@�ۈ<MK)PfՔ�2GOtFձb�cb�<��2��	N��N���։�����m4������r��–yd�?(����:Q*mtգ�M���nT��:i�7Y�,Y�$� 8u�����͂��~ڻ}=iiE��kK;)ď��l���fNR�ꩢ6� 
,,6?f�����[fw�:�[Sl���p��[h}C� �#PU8Z�;���N�x��u��鮀�z{9�0�2dwC$�R/{�QM�:��V�T�vzJ�M�uOD�D��:�ʈZ<���U�0���[癭�����T�ޓt�43�C˕$�Ѭ��ya�� ڇy�s�GE�'}>�9ļ鎓�r	�–iVv�b���iT��[+m`w��붡U��f������̋/6l��?)D,�t�-�R?5����w,����r���}�l�۱��T��X��@Q�+�(��G}��J���cYbx��]J�9؋V�4ԙM��M�d���qr2��0E��(u�Cp�������kG*O&�EJYY6+�=6ط��M�*l���(�ah*21�;����\�{���94Q`@�z`K|�V1����x���+��zU���f�;�K;I��>4ms�x]G�$���%���<6�u��hzg�6n�F8j�d�-&L�#�X�+���i���髷�e�v=@@@@@@@c�a�a�s8�{+7ɘ�Y�hvn���yO�:�e�i�@p�#�@p� ���,�+��
y�Ό�3v؎f��plY�.��,��)b�e�,���m.��kU�:S������6�c����#X�\���]a@�1$�*���+)�J�d���?�t��ػ�&��;�8m&Zeu���N�x墈%!,z�0�o?{�'����*�G��fe0Ky�ʺ�	��V��ᬧJ8m2���-�'o���n�W���Ys�5Qu���!����Ȗ�.���������[[�p��0���hjҶ=�%��Y[u�^�}�ez��=�~� �dMHʤZ�o	��c�#��
$���[��M��}���@zO�8ro�uWD��oP�w���2p�Y�2�E��m��k�n�CᏣ�c��`D9�mFB��33j���7��pq���1�2���(,�.TĎY"��H��xP��\]��\.�����ޱ�yv���Ƈ
<�:�+I:��ٴ�ER/~t��y�|]i'H�vߵ����<q���2��F6U��P~����=v�����f��r Ýqb���c�O��$�
ύ�lyP.����7��0��|=�+6��8�Pr�Udb{��mi.ӳnץ[��x��u#�ް��I��1"�<��+�J�j8�wV�ɋ�s��m�=�."c�����CΊ��d	o�/��ޭ���Χ�����͆xߥ�vl�\��K�ˏ�+��	W��^G-�s�@sl.���|~��f}�ia�t�僎wd����$lқ]���T}ɠ#zs>͟��nŰ���\���|��%w8��X�R�7�Tp	�����<�1e�;'&/'!e�f�HGF!����pE�
�s!��}>�z5G��:g|�c989�k��-.4���֍��K�hxzW/i�Es�\�*i�$����f�O3�!zk�Qn}7�u,]9.�����7|�2#gIFDX�4.�j�>���h��o��ٱ6��o͂<G�F3�÷�Y͝�($,�V�@I�T�V0��/fȇ'�m�I���$bh��m]��@'��pf�
�˲gn�o���݋�`�I|�#�|4r��Z����˳zb��;v�7Pu0V��l�q���׉�g�9u�2��| ��@:�V�z����8M����Kd3fȬ�?J�<W�PL�]�z�#i�϶a�&FN�1��|yq�7����j�Wr=�݇`�}<��9�w
�+"]�}�|��c0_u�G���pk���󾽃��Z����v9%�2�*�5��D��I���
7��N��bVr��A�2 �@��4���E�:�9��5"�es�2�)�g�H�-�
V'���@#{�^��ߧw����9����#',5���x��8�Mf�F��@lz��ݛ�����3:�10�,��Ř���!��ky$>0ӴzO@dv��b�oh��#v���e�����qpB�P��E ��A�Z���G�f�ǝ�1�;N6�6�+��€N�2m���ǔS��C�PI�Oe�譿e���7���f��r����fox��CQB����U�B���#@e=ON���_LO�9��bG$x�P{�D'H��\�a@dx��W-:����
�s"X�&�P(��Ӥi[}G�u�j���3H�@�ú�fS���A�D�g���7��*qe��Y
����UA�ݶͻv�r�A���Ǜ<�)��$O9��}�-Ư�cP�v�lz�k��=�˞%~��k:�l֢�iη��w�8vL�OP�W�?��i@#�s�/�ǵ鿅B���%��[a�n��<M���Ҁ�����x��kS����_�Ġ̘6V~�ژ��H��%�����6�7F}�>J-��z�=I������OL�5��&٨q�������
�G����-��@6�;�#��j
��O������:�lԣ��p?��@.e��6M��p�qƃg1�R�g�'M�/@Pe	w�dS�>Jg\���χ?�@p�p&�.E��9�06���`��u�Ŵ=�p>�ms������G�s�ל���/3@�-�(p�I��~(n�͇�6�̗�q�i,[J+M�&�^%��K��;���Q.��MF��/pB����&��M���~�� ̙v]�9��s�ԓB�Ɓr#�k�$j{�ZVZ�ڲ�&w��=��r�?\�P��*��puh�O�(�H�l,����œ�ƺ�z۷X:e6��7�l�ؙ�U�˞1�K����8R�EܣAY˸�Ń�ճt��A�YX�&lx���N������!�|5����)M�!��2�M�M��nsy��~��o%��\�g&�+�quf��!�fe��~�
���w��-�Rq�c��
�åxt��e��kֲ>�r-j�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(��z�ُS[��	~�f�3��>-!Z��㲼��.�
�N��m�@uG���=�r7�8n�����TYK�o���4ޫca˺�J�:�ks��(=��)���D�n�ϝ�Q :�/e���@H�ڜ���Z��.J� ��-���h_J�=���-v!������o�ߝfmj�6o�`8W��#۷�-������~:ѱ(�#rZ܍�
#�r��T��-:����߱7�!q�,2���]$a��;�	;[uVǽdo{N��f��>�p�*�A��^g�we�:�x��f���Ѽ,��,rG"�x�s-@?�u~��	���Ɍ�;��[nb�Ddmr2C�z��m<h�Q�n�E�>��$����k"$�,a@���
&���`�e�A�sl<i3$�)O.l�O6E�����;�!��M��&�-�	�oȅ2|e
�k�Tx�ny5���ܺ�m�2sb|���h�����"�UX�}�[�/s�e�����_)��!�i�̚�M��sqnT��/To��0f~oy3�3�!��"ɕS��"8�V�/Ÿ����W���RbE!���,<d�8�B�G-PNA����Gꭓ���ͷ��X�04�I�"H�X����(�k�9�l�KK4�F��ͭ��'���4���/Wm��˻C���l{�Ւ�FBC��K��/�3�k�#K՝H�^��p����7H�q�I������~�j��>��l�����$���d��l��(}�2�����!�l��N狏��;Qn�͸���#lT��1d�$Y�Lw�#@BꞲ�v���N���M����6�T�n�!�yX��?,��[�5���|���]��6\h�||�ʇHRp���805,����u�}K���y�g�Y�H_'�^��E	(��M*]$Z��'Yu"�l�m���8�f0�D�U�鴞6&�z�>��,Y���ˍ�����(�x�mn��]�V֠$l�mԛ6�V��mrJ2=�p��΁e��F�) F=�y�۾镺geedI�*�2X��"E�Aa�u�bnx�d��O��kD}PH��pJ�(8�������=��)��㖂4p�	��X�GƠ	7����]=������&rD��Gmv�E�+����ufF
b�K�5�N*�88�g���!S�g�<��_.��?Nc�/*~fÞL�|-n�ʊ�孬�(<$ڀ���\�W/V��So�"����O�������΀ob�=�d����f�\
����2���ŕ�蹂ux��k�����g��ǂ<�"X�0�4(�.�X��" �E��vi�<�z�n9��WR�ҩǏ.7�:�i&Y�3�ܭn��dF�${�Ǚ@?6��c�I_�iAZ�#�H�,c���u@-�&�"7n�k�{�,�P4�M{0q�>�@��!�K��TQ��1�iʷ'�s@(Duy��i-��-@&B^5eq^ڏ;�ڀr"8�7����|4H��Rr׈�8p�:DS��"���P3��2KH���P,j�IV.��r#��mN���SQ -n�4�mr�V�Un�~
�6��WA��c�;
(�{�|\\�P ����16(E���庛\xOo$��!��ܸ�p�ҖR�!���n�"�thN�V}�1d�T�c�\�r9o{��U� ϸW���赞����O����
�Cx�{E�!~�ݔ�I2	����5����T)�5X�Xw�T�Aۋ�R.o+|�DF�K]��mʤ	�	k0�~���V�}$�{;��:E�BP�������`.����Bx���c�Z����\�Z�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�1ް}1�Py	~�f�3��>,� !���)�;�o���U�q�
[Sn�T\lmnf�#D+��7�1@(���,�a�(H,Kq�w
����@wXH�W�vP��:G����c�<��nȂX�|M�7x�SK�p�1��_x�f��D�8ת�#۷������<7<Gmh�Ĕ(C#V����̌H�~��x�FWLI�v���E�Z�R������F�se��?%�*���*n��r�:˪@n<7*�6$���,r��Asr����@5�"Vgր�n���c��q�q���쉮����a{�O���V���H�@^�����fWyt����@<�ţ�JX�Y9��Y|�O1��Ĩ�@u���E��!+�ܪ<Rh��p�̍pW��w�<q��2uo��@v@κ|��^3[�Ƞ;��F�
DY}��(�F���DAcp@[��C�F�t��2�"Dž��.�dJ�&���@�m�
�L`KJ��I�{�
,d��\)$�n�Pe�&Ά�-�����q���QD�x%a��9p���0�r8w�F�C*���EQ�B����;!1ث
%�����
��e:;^�V��YH
(@�+�n`PPi�UF�~"/�"��{*A��Ksa�{��8/�_4~/_n��� Íb�c�x�	�j�5'P��.�M��@HD��Q��8r���b1���c�o�@(G���<,x�5�2�#E�a��:	����+�{�Z�PƤR��0:*"�o	<؎w�P��T�[Y@
��j��X
�*�S�{��P	D�Q�����(�p���I!�rnh$�Q�>Z��e��@tK��%<@�h"<k��|Qߘ4T*^Y>�7g��ڀL��Cp�j�G;���(q�#��@p
.�7�<T��(#@��w-�������t�R�{�h���'3n#�|t�R��nt��@x������
ǧdnj�6� �5�w#���k�G`��C��U�O>(��o�~_��n,y�t�U��k��:ǀ0hĶ��#�P����Í P�8�nf��%k؎V�j
-�O+P	p�Q��{(X[^�=���<u'��&��بOw*�˥՝����
׭d}
�ZU(PPPPPPPPPPPPPPPPPPPPPPPPPPP��}�2�TE,�(UPI&݀Vo�1���C���Ï/)�j�(&k0�1<�yn?��{�m��i�-�j��W�4ߓ���hS�'2۝�s�A�c��c~b�ag[�4�#���gc�5��o�R���q'��"L,Ҫ=�f<�1��ؠ�C4{�ߓ����m����F�5	�8j�0�����1s�&'��~b��,q�6��~�n-��/�Ob�	�M#��^�d�nߺ����"�3�,"���.���[���;߸�X���Ԗ�T�p�{�"��Dv�8�	�`Hu��?(����%��W��€Jm{��|I�����*�
]�r�=�T�b�"��)�3�,R(��&��m���и�
��>۸Ğ,9ׁ�H��qpwqg���N_{@7ݸǒI��^�����ɍ���2K��V��~�T�׸�bp����-��(
�r���R��v��"G�� �X���@8�!�ߐ�
��_Kq��6ٹF�V�I!b���P�u���."�?�@5��r�)d;|̭`_ʓP���q��9E���E��@%v��9s�2��)K|\-@(m��7�<��E%�ؠ9ٸ�ņ�j��Iq�€���&R�9,����c�ڀclܑ���� �X��p��&n���A�)��~ʠfm�sYD�Y�LR\_��@H�}�f(pr�EИ����T
�k܌�S�2_��*B~�6�w���_��K߻���7$��0�{�Q����{��ҕ96Q�"&��{A�s�S�����)/n�U����[�r86�j���w=BD��]$�<R\�����7t
�����c}7�!¨�f�$�#�L��1HI�6ٹ_P����U��[��$S1�C��mjGq2�9 ��DLm��#��siL��*/-�ly�l<���r�w��~*�x�
g �K�!���P�܂�� `m�_�@m���™B��!'�v�����)9{8Pm�s.��sj_�hd���66�uQ����cb@�(_n��X��U	���?%����+8�/�'�?��9.ݹH�I�6����P��0� X����G��T�v�-�™Tb���@�w#o�9��5��&�)0+�42~����Q�9�iXߗ*�v��I3Ym�h�'��@/�s��dǜOn�۷K.�GlR��.����⚰gR���7�~
繑�{�5����ou�O;���9䃞�`,�����j��-������ �bg�07�h�栃�a絔bKk\��>��f[O�M~_ѿ�A�y��1�����qp��N,����b�L�QlYly�-�>���Xv���7���,q����5��U��Jl8Z7�� ���
1&��76�w���ƚ��oo�A%��18�b8F���PA�_K:kiX�,pA���Z���}r-*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�������?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
��@Z�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(���#�or�������'��y��?����V�?=<��}���y����߫$�$]�+K�u��0��+�����7W�b�]:��W��SϿ6O���~�uw�|�����}���;��N��/����SϿ6>gs�a���ߥ��*y�����|L��z���~��;�X��C$�[Siö�M��8O3T�ݵ�U��9�A�{����>V�>���u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���y�U�O�&O���4EG�x�,o�����f��_7��d(�(
n��T�o�v�b�t�ԯ��t�կ���g肀(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�|����ō�C��?l�k�$�a�yRQ��BEؓ�*֮�fOJ龀���d���ʺ���#Li��1*��6�M}t��
j����I�:H�u�yW�w�]l��m.nB�'��Ӊ6�&3�K!�h�ꮞ�m��p�S=[]&ۻq�^O����R�%p8���g�y��e�������v��_Iߥ��}'���?DuQ��o�@wC��M��o@p+H��P����6�
�I��x�X��H�:b��`;�4c��`;�m@9�F���h�(�ak�/˅����ōŽIS��������Z�����4|�~�|���V �	��9@@&�\�
~T�Q�C@sʖ���ﱠ�FU$w�M¬� w�@w˓�G��,A f��B.�ﱵ�-k�ۿ��Y��{��2��0 �j�\����}��-{i7<��� �c��PPP
�E±��E�1�4Y�*�}����i�uw[��*[�C\��h�((�fƀrr�y�MPP��\��A#���$w�M����	=�^��/�o��du�JV���;�Kk�kw���B.�ﱵ*;}-�hh{���s<(U��~z
��@�n��9�F#�@q��ف��P�
�X�@$g��$���@[�ßT��
��#ntYx��=���X �B�|�~�|���+)����P�
�
���EK|����o�cz�Y�����G$����[�b	�9�r�^���|�-}
n�P��8<�s�(C܍&㘱���
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�6���W����.>���a�m�q�]bV�}Ӑ
�ٮ��Oa�Y���ޒ�R
�e��f�+�X�� �DR���slM��6SSxUŏ�>��C����eAb����qY#n�o���.��5j�G[2UY�*�X�8�hg��Ƿ��_��+�����{�퟉��_.x��b�cV���A�5\��GgmhR;�/�t����8�7ٔ�VS�ѹ2�aʶ����UV�P�?�o��A�ر��c��W��?-|ߤ�M3���
b7ܦe�:@8�rUn���^����k����ݸ�������/�a��G��X夙cח&w�s��������^�Td}�UU/�'+<�9�r��Bx2Ē'0���wwa��-3e��s�0�ا���ջ�˸���a����FH�e��v���4�n�T�]N�n�J-����������������_I�5�����.p��w�r�噴�0�
�u��y-���}+�0p�+����*���>�ǩ�I��])�DF^gK�>�'�3-��.rR�)����/R�����e��z�V��q��{��� �t���Ԍ��c¸o$O�$	���c��5�vKb����T�7�e�����w?P�7=�:�!6�|X?;�NJ�+4d)0i/�W�I��&�=vz��c�>�y��kᲣ�<>����U�q{�'J��<?^5�Xq��z4n�e��p�h��*�忽I�K��=�?5�'���z�
�!M�ƛ&2�:6��SeZ�٥���Z��y:��7�+��i{e����R���7Ro2$/���Ɔ\�#��'�f}	������-L�V��~��oW—�4x�_���{���8��QtwP�.ρ<��Bf+B��@T�ŧ́��{X۟uj��z�⦥�\��/N':9��m.9e���#�v���[�Du6B�1�ߢ�U�c"�&
%�pJ߆��k;��W{=T՟._o��˖�_
��?�oqࠂ�*�`���~
}�.?L���I��9��˷�~�>y1=�u�X�nѵ�<���w��?����:r�J5�E��Pz��w,ͤG��8m�_&/�F/�q��H+�l�����f�?�L'��&_U�}��e�}9�;z�,Ydʔ�3�d�D���W�V�ݰ�g�p�\N-y��_�_���;��V��R�3���$A5�gUx�#�7RA�y�tm�S�Xz4��7��>8��ޣ�}#�ݿ�:r����ܰ�3y"�e3*��\Y��
����*-�r�QV�p{oM���_�
�[nn�6׋��{��I$0���6���j��+t��߽�n&Ƿs
�s�&?��rJ}K�͸ff�/<e�lj���4�y9Z�=5���G�b>i����^��`�ݢ�߲&�ۦVFˀ1H����A�����V��Y>�dn!���QћWLm^V~�oQeH�����.2a�y���J>�#��)F+����|yG��X7>���ظs�A���(qr��b�ĚLl�[\3�����ԆS�S�4�g�uoX�zz�yɾ�+����fR��%�6Yd���ƺn%��uG>��������,}i�s�v�!՛������^1ÓZ��G��-ɿxw�=�;��?O#�G���<0x��̮������w-��:G6]�a��1�8$�2e�R�$���n}+�5/f��?��\�����j�,[��yΩ�h��쮤ܳ1�3r�ϋ�c�#���Y_#/;�&�YT����K�4:�Y�_����Z����z��VE�3#(V�(呈)v��W4�jwue���<;?���6����m���|��G�2��ݲar�	"67�1+\|����o,y���y��^�v���T��Z�oO�շ���+�l8Ga�iĚ	�\?FB�|D_��to��z�v�W�g�Koi:p����ԭ�k�9�#oڢX0b�pZ<x�$fA�#���jcò����㭒�,���7����t�T�7���}>�F������!l�|o,6��x����>�}��R�uX+K}�j����}5U���R���
E``��Gtf�֊���{��ŝ8\�d�W���@0<W��5�R��l��g�p�z19�u�_��X~����W�]C�l�S�.d��ӒI�K��,|���\ae<؇�˵�<�c�ۚ���r�nh�Y.�ק��h��S�T3u'EcK�4zn�9Ba��o��uݳĶ�䗡�y�-��Oʶ+i���Q��3����I.@���# L��T�P�M�-M�ְ�Iw-kK�l7N�鍧n��27����oո�J{�D�9dFuy+�-���;�l�V��e�$����V��{�y��r�L*�
"�^��s���=���s�z�^��]�HN�U�p�
O'���J�D���﫼����i����&6���l�L����4�t�H�m>�ԧ��p���\��`� 	!�H�����i�u�t��<��ڬ/M�l���y�����}Y�8{W��uGA��!�]�%r�1����$�yP�� B҇�vכsU�'å�׆�-z��[;�b֕݋��}e�EO&���uf�ˑ���&qUYr���B��޽����ղ��O+z���Ӹ����7��b�s����޳7-�e�7L9g-�܇��dO4赻
�]�v���3�.G��y���
98ϗ���/]o�V��vN~fV�m>��2��D�=I�5Z]Kq�z�b�C�æ�q��]�K)��<x�������n�ꬌɓw�l�h_
;��F�xYuFZ�G�k�z�$�U�>ג���jq_U˳��#�|N���F&��&.Dm�$3�yo2�I��m<G>�ꔦ��×��ρ��1�ǟ��-���6Θۢ���/�&��|l7Iqq�m��$�O���\�KI,������֜&p�ڹ�&N�@�,:{�^�Ρ�+�K�Z��7[��
���S:�d���0z���-�,}���������4�^TX"�N�Ź�?�¼�J�Z-�,~8��=�n���«����)2���gR�GV���Y�l�x��b�b�"�y�i���χ���oj�E��ԫ#�꫰�suo�K���>��ꍃ͓�r��t߶���Η�J!I�_�<�e:Uƛ�{��M��n��v��:ORv_Z�iߺ�'u�s��,Y{�V9��n� ��֤�Mki��V�UNW��:�)V����x�\�����ی{�㕟�"eO$�
{�
1��-�p^�tY���^-p�{g���z���?[~jڲ�/a;�FX�`�� ����G�A�caN���/1a��p���{i٫^�����z۫v[pzgd��vY0�q�(WN$��
�`x��QӤ�m޼e�Gb��˾�Qi�™�p���q�6��c���L4�E��قYa�)&T-8����^�jl;=���^�ғ~Ӯ
����u~��~�޶�S��� x5�o9RF"9R)��[�X
��V����V۩G,0ռͺ�n���>��7A�o��(\��7'iQك�N���hɷ�?V�kz����̻'�����z
D�=�a�|u�#��:�&\i�#"y�⌢L�Җ���`�5�r��������݊��Ӵn�s��{q���=�4�Y��a�)��f��ɵg�LS<��3x�"�P��R��M�}5��z=�
WmW�۪�]��0��o;���[�~F����4�ɤr]rkV*�|��ŮM��F���J��%�?���$�z��?�����K}̕���1�d�]w�o���'�h�.q�Ν��
���]5h��vU�O���uw�|+W���y�`�o3i�L�%�f ���X�y��*�%D�W��[2���kõ~L뻼���o�㌾%�N�ӏ���czy��.s a6����2�i}�:_uf�5\��/���߾�?��F/�Τ�:�f�����u�#�e�S#0�8�@�-�+����߬t��Q�/휚�m�Vu���lG=K7���	-�l�m�}��K_�����4�[�56�'P��u�7<��Ň<����{��"�����'���������wTnS��'������ϻn;��3��sI;*'J���/�Wz���F���7���6��nֈ�
��3/�c"�������M\�s�9�r�4N�?_ts�qF7<�샷�W�ou�2�w�]V�a\�1�f��C�!@{g�y���]�r��yp�r�ʎ��k��s� ��8�1���f����g�bJ��Z��;��;�r�vV[*͑��ó�|5�qi��ҫ�W��e?��^g��7���>�z��a��x��$�b�����璉���ב��jߺ��h��������}F�U��=C�,%

��Fs��vb{oƦ�U���w�.e���go�[ޢ�n~̽�g���WMu�v���qA�3��	h���dc½[�~^��;��Ф��~f������{��=%��eȹ=7�un&FI!�|)�2Er8�#QL�R��]r���2ڍ��
ڵ�mS��1�=^x3��V=8٧j;Q�^����_.:�\:e�U��Js�������Dv���`�6�q<�D���|�d@׶:Fd�o��{+4݊W~�-V�c��ի�����k�!�~FՅ�Q���?֍�I��BO+������ҏi�ܽ_�1�կ[��5eك�Y�u8�PPPPPPPPPPPPPPPPPPP��|��gU��m��%9I
��	�
>+���Z��O���VS�k�����Ӈ����6����q#�ö���_��u/E������kS�ә�q�W�#ܿz���LG1S�&���?��y�y������Zj�k�?؏��B���nY;f特b�9Rxu��ΡqÅj���\nQZ����W���nެ���WU�x�q��#6AF��v��Ci6���k_��k�[-O�g��2-���~�>ތ�0'��x]ۧz�:[�v�h�om�1x��ʀ�wEx��
����oƹ�ny�U�s��d���kmiY��ϴ�X=N��ޤ��1��T8��L�~&V稟���rۦ:�o�n'K���_y��� �
�'�m�"��<?�7��
���g寛�!�b�C��e0C�X��%#�$Wn�qR�Ml�V��ߨ����γ����������幦8?��K��i}�U2�2�f�K���L<)S$͏�NV5+�P)������id�q7]JR���H��f����|��K�_��n�lWn����_���x�}��F����
�7i�|g�7G�����ˊF��5,� �5�f�O$�Z[�ͨ�}�3+�n��޶��3n����#�a��X#U�Ki�*U�gn6Ϸ�T�dwq�W�s��L�1��%sf�%�Ve�4��λޥT5�.K�js���/�^����I�0���;����Ē}&�͒�v��H�.	�d�q|Z�Pe���9r�2Ϝ�&낻fqB5�!P�j�C�j�Ri�g��K���W_С�}G�,^������"�2b�x�r�G"ʺ]��P���嫭ꭸ�#�۫���ْwOU:�u�m�p�k�ܙ��p}���������*�Q�F�P���ηdA�6&
fH��6&+�Ѱe�Zќ\q
���.=�<g�@�o�}c��g��\L<m�ߜ}�I�H#���5-T�p�+gW+>fJ��(��z�x��s���+d�v�F�4�mq��=��^��o[��fkT���Ql}`맓vy�qr�|t�u�'x�h�"^)#d�rƻuJ�N޷��m��� n~�u&�K��p�6i�\���0�p��N*����zՔ����J�1�2~��_�vݷ�ĸ�rIɍ�+$s\�j����Z����*=X~FUc�>���:�vl��>m�/l�2q%�����6��������ig[jY�^�O�?R:��3��1{�c�,̓L��[X�з�9
�h�?M�����v�Ʊ�[gWo�^ѻmY߽�]�#1�)��0,�ڑ[~���T_Z��>�Қ�	'��
�.3z�~��ݻ�rr���F�)G{�%���Miٶ��f�UV���Yk�z�����H��#�q�����e�bAeU��.4�q����y�>��%¹�u�{^ّ6.㉷
8q���xE�h�ȎGQn�V��fR�
��z�x��6<��}�
i�1q�(��&K���H��,�!�Y���εҽ/�Wp���Kg�{��Y%m�˷
�C��q�>_���>.~ڶ�j���U�U��"��z��'�sm�^L6Db	!��^"�
7<zg�^����1��-��d�=�A��.^'q�lȢ<�2���}VͶ�g�D�IpD-�Ծ���s��>��#�3��qq���1��$�����IB\Ex�ۋ�Րm���^�&w��>.�v�*�ʫ��������3���q����y�o���v��y����i�� Ď<Xqʛ��(4V���M�j��:x��P=��x��,'M��~��Di*�W�x:�R��l�J�P�dgq��~��� 
�r�rs 1�g��o0�k�v<kZ�B�u�����SЁs˲�(������o�pm�.6T8�,��0�-a�H�y��uR�g��%TGaO���Qo;F۴�Y^~��@�g`�p9f�G��I/R������q��O��Sl;n^׃<RmY�+n̂�gu����Y7�݂��i'�.�)C�M��^����7�R�ەa�`�J�"<p�%��Vέ�ge�,�����AN��uٷm��+���'?H�pfc��e&&�Եe�:��GG���U�����Q��O��~��;@0�h��Y��I�Gӽtwn��Z�VG*QV��2IܽM��+fiqq6���x�Bw��q㌿���I���6�l�� O��PcdK��D'Lк�
�M����V�wV��ܢ�]^Oé��y�}�}�z�dn9!Ҫ$`�@��@�<*;+��Y]���^���.ߎ�X�#im�fa�eO����x�D�,k������9����"&7��S��<�ی��땖��&6qi�YX��M�+VV	%�ݛ��������dX����<�i�(�qǤ���O��c�-+�mgl�u�$�Fs/3#/:|��6NL��3�2H���pcʛ~����.�����OΛ�B��i���CDDi�*�f�U����}x/�N	pJ�=e�Ɨ�`�7���O��6lq�\�#i��V���8��P��g�~��d��e�i07,����U��%H"C1e�>�I�֫*diY�g�����w�s#�L����`��*_v�I&(� MD�ƾ�mV�5�4ߥ
����NC��oQ�~ߞw@�[V+��;��@��f!��Ѷݛ�y�gՉ�D�W
9^��]��z�|�l�q��vxc��H��1�n�V0����Eh����#V�WK���)=V�7��c���܁��1ʅ*T&���ר����ٕY�V�i�ۉ��n\����먺op��$��n�5�1���ʊQ���t�Xk5mmUUy'>�?$Vc���=I��?�%8��1�e66m0C�ǎ;��͔��ȵq1�1-�U�&ň�j��Ӊ6mP�Z9�u:��[Wz����9�������N���N��=����.\J��
�Ơ&���f�N���Y�&n������m/�&ߟ!�:\|!;�3t��~�U�T�\F���Œ6�W��o�۱�̂_�
��s��cddc�p+��� �
ʷk6�A��Q�g�Ul}u�;'P��X�o9K*dẻ;8��!a(av#�cJ��5g-7�(��ݝ���}��֒!˟��PP.��ޣ�6���kܝe�����ˊFP�Y�A�H�G�S�Ϭ�c>�^G��y>���s1nT~N��G0��cX#U�I�x�N|^ex�W��=I���h�gʞ6ɦ99�X��i,�ܼ�#�
���k.��Vx�/2����ӻoN��+�K;�@#E(�Z�v�����U�߼�z�����4�nNl�[�l�V�m���ŹDcG2$E��-���j��QQ��ϯ��M�,�=��}B�zW�d��2�F$:S̎Db�Vky�Io�­��M�U�4��e���?5�Ftqh+n�g��S�#�=U,�5�g�ve8��/^�^˵�^ݜb��A��$�-��pYIx��e5��E��m�{�r��2�K���հaI�c�h@U�nj�k"�M��[��o4JxSK�g��4@@@@@@@@@@@@@@@@@@@@k=:�/��v|�Hg]�3\�*�W�{}��m
F-Is�����FF��PΦ��x�\���(�a~�u�R����؎u�����,�Xr���f�.f$��E� &���8�#\���g��|Wv�n�[5��s��
t2��M�-�M�&�nI��!Cfx�x�H#���ԧ#�ίNg�����Kl��^���~㸡�]�+��;�J�`N��x�Y٭?��oۙҪ���Aa�����S�._Tt��u<��C���`W��c��<V�gդWj%�j�
�9��i�)#��o�
��̳�#�@WtΈ�#"p~�j;Gk��ٯ̶�Uy~}��u������k��(�(�|����ō�C��?l�k�#��PM�_��n�lWn�������#_l�PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP r8�Th�(�(�(�(y�:���9�j�����R??��E����=6E7����8�Ɗ����U�+�>��揑o�Y��/�1�����)�6����~�7��8�{%>F���~h?c��o���#nhm�4����7��O��4?�ߚ �ބu���E��$�1��d�	#��ok��l��t��-K�6�<��@�?�w���P?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N�����(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(&��Ϋ�2x}�(IULQ�@����]�{F\e��l��������(��;�A�-�@�ʏ������U��L�d<G��>���<r��Q~
$�����Q�
PH���W',#���~����뎨@�R�>T|��@�׾����%��@������Q�
$
u��k�(��������)'���s�@�@���5@��=K�P�����j3��S��kw�Q�
$�~O�d��3V÷ɋ�hm�y�s���ûɈ��A�M�}�%A�J��
>ЭA���"��6F隀���G�R�ܺ�y��)�����ʑO��}N�閣��?��jf����ʶ�-�o&+_�ᦦHEl��uʱQ��?��
Y.�4}U�ׯ�!�
��J$b��יQw��kSS.� �����#����SP��\�-���D?�Z�-m>���D�e�VA�#�-Y#F���y�Kd���O��d��{�q�}��[y�{$z�5$�[��J>�~j��wa�<>�~j��n�q�}�����}���_����A�W�H�ԛ�d���z�w�}���Po�}��!%7���}����}z�5P.=�p,J���@Ky�KC)�B��@J�Z����H�y�ѩ)%����PyA��'�D���Ju6��j��>j�@�ԟ���/�B�1���V�����U!iḅ��?ڏ��M�(�q�
�A�̜�-�H��F�
+�{�:�Z��!�#ϖ�<'�PV�n���\�G�B�]Q�!!'�D��
����z�yd��W�I-֝L9e�G�4�4�s��Z�J?����뾫�Z�J?�����:��1%��J8�u����Q�
$��\�>�����?�����ީ�Կ���@��Tk��[�G�4����u:���-���@����ᘿ���i ���'��}�L_�I ����e�.Z�F/������o|_��4�<�}�M�֯�b�J��W��%��z߫�V�����j�k�}O�Y@��*?��4�P�Y۞޾�$�o0dA�cf@�1@lh�=aޱ�x�)Ve���ۺ�oy��)�z��y����C����Է���=�o+$H{����k�mvbժ7{^']H�L��V�|��/�V�$�R��"�EvI���(>����̚E�O�ԃ2A��]�	I�̉�,/�UUf�Vz{P��!� ���mZ�Y3Y޲n��ab�K��x��WB$����9h��c?mM4��6��ml�O�_�SI$F��^��<9���B~��d����
�VXw�M=����6E3k���{�?�<O�뜕G��z���{����Ip%������oq���/���"\_޿���.n���E��TV��r��;ͭv��~j����N��A�&x���� A_�֦%�|�%�������R�����{F?昣��Hy�yoW��x���)����yoY�7��w��'�u��fS�}��<O���>Cz���<Oꪪ�ȿx�^����d����B��?��a	�ǵ�q�1Uif�i�?޳=�V�:����'�I��m6��~6;�UF;�p��*��J��v�x�{���cc��c���]����Ҟ�.1����kJ.�ɲe����À,;���ɋ(̑ㄲ5�.� ��O��k`W��}o�)���܏��5���������̏��Uv��G���{�G���;�y����������z��}�ML�O�����ާ��`SS=���50�?���z��}�ML���������H�U,l٬��H�M���iwF�Vy.B�#��Z���|OJ�#���]V��ʰF�ڤ�'o��l+�on,�e^̟�Չ%t�x�M�8��9���Z��`�����y�2��N67;��;��D1����ۼe�����f���ϙa�	?�'��G�h��������2�B��}R�W�SWw�����O1�(T�����Y7X�g�c�_:y�P���e<�7t��8��1��duC#���ZH���A�Lk����biE{~�>�����zGo��W[We҇��'��U+�F��cWSU���o����D����DH���
���,�7�A��VVs���E��V��h9�_!%�dkЌ��
�<�,]�zɋ/��Έ���ԀG�6|��M�\��
ɗ��F1����j�C�U��oI����p¾^�nA�Z@,q�����{3��@T4$9�x�uPuP����	�f�PI	P��hrB��jAH9*�@J�!V���kU�l�l��B�@	j�*s�A��@gz�,��X��1X�4��ʑ�1@J��{�n
��X1��� f@�ׁ�D�S{ڰ�"f�R|�s��O������H�D�>���,Y	8�tO�O&��kDd���1q�$�)uE2���n�T�7�P�b�[2j1��$G�$��#��A�:n9�3��aP]c��j4r�{Te ��6saʠ,��y+D'./�;��h���_	�Q��IM5�A���Ɍ3���@۲�U'�\mW��&�KP�Q��eR`BX\p4��I�j�MP��(929�y#Z�d(��2��mn�X)�Ѣf��S����"�P�d�T���gR.�J�;�v�T��E+�F��6�A���*�v,9���,L�6��<L�f(�.�,�jQ�I�����q�X!?y�HE{h�7L��	n|�Q�Qݮ~:�0bj����<5�����P�v��ƀ��|9����h��v�@z���}
���͓(w.����xt��b|[v�.K�U�)���z‰\��~u�k#ϸn7>�L\f�(����W�'�n^�uH���/���T�Ϋ���l�YO�!�>AU"ö�
r��ɭH���wmu��Vd��7DF�4�>3Q��D�Ξ���X�`VuTg[�v,_AM�
˹���ޢL�eDO*+��~���\�x�����%d����G�"� ��i ��&Až*ip]��M�$$"c���P+�l!�C��%��i��{�&E�L�DLjw�!�>.4xe���S캄[�&�:-�J�ײ���q���`�'Wg�χ���\V	�	�F?XvV�5[g�ֹ��#�C��Q�z�u�f�c��6�U}�1�k\��\m�mm�=����+��:����5��T5�'��\lP?�+:� ��e�[L(�{\A50
��[�_�ݍ�mP-1b�&4�(Bf5��w�J����~��|�Õqh��;U�ۈ�j�
�
�
�#��ca�FL�)��̀��<�/X"���)d��7)M��xƿmc3�QᏓ#�����LJyq��У�d��9>���~�x F�̬|J.{�vր�+Oe�����W��5��1�}
�r=�;	�'�?D0�;h$�f��o�mP/9Sⰼly0��@1�l�/��쒏���{kH����t0�}Э���(R�T�6�
�StƐs��nk���>��"ӷ���Y��[Y�5�D�؏�^�`UP@x���y�|�?�5e�dΨ��`���)��ryov���6���
LF�@���7!Y�i7���4ʀP���^���ac&$S�x�^�k@�q�U�V�-�j���-$(��Rk��+�G����� K��Ho���|b�,�:x�F�CT`�op���6���j����b;�!�J�m�
D�ʩ�$�;mb'YZ�ve�;G��d�k�oYf�9��x��y^�Q�
֑
��{ֈ��>���L雺����J�M�C���w=����]�`�߷���
<�–H�kU�d��~�Թ<_*),YQV���k����Lc���\�c?�M�M�k�����wm�#�&\�+�Q H�:��p��R�h;`G��:��n�c 5��������NDI%���k��F��M�����{<�����<�Z��'w�X�dž:K˅��G;]�{�[uA���OjF��Z�ѕr����l���q$�		����QUl�^��lh��&>�K�`=��"K-��T7Q)"P�H8۸Y{h֦zJ���,�F�\���'1�p"�^�t�����$s�Y)S<�~tV�ΡB4�@JI��{mcBI��j�|\��|��jX:��]��6�8�¨!dIj�Y	�!dJȭnF���D�>a�ʲR6l��'��b�!7�*@��M�@w" �
�����˩��
�l�q�FlÇ�@7$�f~Z�Ƞ��fmҙ n
�����k#?ޤyB��H��Yd%Xv����=�� K-@J��'ȊI���yc��U"��nd܊���Y�@������dD���6d�J�x
��р�Q�$)�5�ŵ@ze@x�c��R[vߴ׌�"�p0�Ǐq5�2�OI��F% �µ�c���+�0E{j�;Fi6\/{-���֛]½5���V"�f�ܽ[�c�8�}�����dc��$�,ZOa�&����&�)-���!Ee"�\tGs4���ԃi���G�3ߝF����gNoM>Q�\[��3�=��@�<Vf���G�����}�vl�@��7a��0��![JL����X��<��R5,O�UR
o�_F�Q�c��I_��aۿ�j�H̚�ްܦWX�&6نXZ<s�4�����8�8��KY�T�3Ѳ��fF��<���ps�@ԧK�i�m@\��V���L��g���4q�;|@$1v$��O>�["�1�ns����XsF�P�����~��U���jL�LzW�l�L��>�,�4y�a���l�I����Vw17�����.��]G���A���ö�eU����Wi�k\bG�g�0IR�d2��!�W�o��G�T��η�@�m�/n�]>�E&�����:��tN�S*�l�FT��9۳�+��䄓�j���(6���`�װ��i��!a��c{�o䮔1aY�s�_#%uq쪁�p�7�����@@@@y�14��jY�>z��{�[��;&"%�F�5�9:*�E��K6B�
�{�_��%��;L&O�U�ǹ�6"ڢ
�d�'A�F���Uu!�.s����⤑��G/��#�=�$�YNjq��h5#r��G
�m�a��d��H৻��P�8ψ�|1��x�
>(��ZD�����[��{�X��E�\����㮕dfnVKu�~�tf
�K����S���gJ�}�Ҳ���b^j��f�/����Ԉ*�
�<W)홑�Ѩ1�b��1P���5:��sΠ'e`y�v�
.��Z�s�	��F+�j�����r	�-�c•z�*�Sx�O��h�V�cʲ��k@��{�R�f*H&��o��G�b��P;�
�*1{�����)c�i���YEl��<@ө�!]6/��0�tˍ��x�<�T�y��'�mJY(��A��,*J��0���2y�5r���څ�$�ބ%�04و�ڨ������N��#&�;y`i��@ݤ��—.c�8���>:�Nn �37?<�"�NJ�o�P�+ۡ$pV�Qbʛ~Jej&u�rl8� Ԗ[N᷼�� Gk���i!����ScE��j�������&H��UdXN���q�&`N�k�>:�T���XR�4g����n�)a�¤�"`��	�U{�ڶ��rMʹ��b��$<=�e�6��	O��ߪ����x�-uF�lD�����z�`Zm�&0�uM����[,r#cՐ3v��*x��Md{}˯&�b�E�g��Y`�F�2!�^d@.f7j?��Oa�%��-� �×P�,��T�hT_�K�}&���{�<�PZRn�G��}hQ}��@3+-T�oaz�y��HYs<*��Iy
e��\�z�I��^�A��mv�I4Y�)P���g=�
ȡF�^��E&:�)���#Z̷��
�e� ��/"*�ao337 {h8Ut8֐^���6���܄U�Ii�c����	�0z=@|݊�$���L]�s�F�	3��W/?�8�}\�p�:ԋ�Ҭ��I�a�s5�PŬ��鑍� W���UDb�ي����kc#,�	t�g=��9=�h��=�X��EUVV�e����R��*���R�o��*~��ڡ�ۨ�o戎�I�J�-a�o�,y�A7�T�!]��{&dYX��@��W�گ3�:H�c�"2��ZՈh�<˫}*�z��M�$C��f�q�>��v��W�~�����9RGb�#i&�ұ#�ꖪ�sԙ�9�=�2����@D��"{��W7�m4�ZJ����f�e�ʈg�9+_2,C�Bk2�n� Ń]U��'�uW]l�͇��̒OB϶b�1%�T�iwc�I�ܨ�Wzャi����K�O'�dD�x��]�<1�)�|~"Qo�+�R���j�|.�b{�K��ᐴ��Z�V%�
��[{H��Rqu8k�nn�͘�����g/,��n��^f����f��sԏ�[6���{������ib�s~hT_{�[7�M��m�]��˿�m��ܓ.L�R�Z.B{Xx^��W���v¦����a�}e�ûI��{M���w-��)���b�'���)��#�^���׷l�1*a�X��N>3�ǖ��+c�.��q�?�G�O��]?X��}f�垯3�n}~�:ŧ����=9�eM��S8}�@�hJ(�biK*z��?%}Z�[[�^]�>F�76߉A�=�{wZlP�Tߋ�����$�q�����ٶ�dn�VRh��A͉5�5#�G�Z�N:��ڄb��&���H��A�X��҆,9��g?�t�FJ�\�(�¨
������
�
�
�3=}��m�윀l�iA��ʹݚ����9�H\� _�O6"�����I�f��D��[��%o�c;��v&��6S��4D�&�������+,	k�o��De�[~�6e#P[~J���;A�����`�ƕ沃o�-Pʥ�L|�>�\|=�t�-�գ�}W�v�5��e1�"�#��P@��O��>
���EC,�����9�O#��%&_'a�u���ݖ5�ZQ�8��RJ����:��X�5'��'���
�4�!]C�j#�61�F��U�@UP@x�{������5ʿ�� 
���&29
@���.\�b��Pn���w�(�0`O�,rb�0ő�W�X����j3P�`
@Zae�t�YI"�5�Dϊ'C~to*�m@F�p��aM+>�c><��9��eiu�9TAfe*�t�P��ʌ�ᐺZ湶tE~>�B�0��&Y"���V�AQ�=O��ı[@^`r�B���2�ݴ@>�L���x�[X��*��[�2�)�n����թ�L@B�n�B�%�C�n�A���u�l�O��ӱ^'�p<�qul(���>��@��#e���{��{��g�ž,��p���S�H�*��[�5��L0�B��M�����N��n�xҬ���A��Ǝ����o�Ը���bx�j��mK�j3��c�C5�+H�Efl�[�ct^C���P��x\�ۗgeY$1���ŒP���@���}�7�}Fʪg���M�M���`�M�i#f�-,Y����I?�6�xq�/e���4`��r���@�#�xn]�������,�c��<�&�x�]IS=��<�8r�Hh&@��W����e�fQ��v���ƀZ����	�yP��T1�M
:(�	�y<hB�%�
ɛ�ÕB�&
M��O2(
,�v5��y�AacP@���8X��@�ƿ�~5@�V8�M*����a�
P3��P�+�_F�m�@9"F���'a��+U
�q~T��Ǐ*�6�
�z��i�	x��m&R/z��8m�$q�@[�}�Qb���jҪ��[N#�G�,I6��o\�Q]˘v�FX2�K�r��΅'�&O%�x�BI���Z�U�����E�+)n�ڮ�^h�G_�x��aE�
ҡ�f{s�0Dl�;+ZL�3Sz��nNc��!����RR&,�����2�4ly�m��=Ԋ�z?E�#��c��y��Uƌ5%YG�%�'�`���7�'EX1}S�t�Hu�Ǎ?N�3�\�va%��lk���
tUP
���{�;:gmA{sF����
��jä�g��'����FuC]��Nj��i6���i3��pIt�>CI0Y�Ck�nxw
�JV���#rW���Kny�n�>�*��爨���	����}?tup7n�j�����d���p�Ӎ��_��,	�*��T&�}J�7��ٺqg���Lb�5dLy/������
��zw���6�p�ɛg��5�����s�5���Z����tGOn{v~$SO��\Q��*x��))	�r���ք`}\�Ge�rr�qzwk��y&��PD�j`@D��5z)G�����٫���bI���+q���Aɤ�B��P:�-��g9� �N�4"LT	��*�*/�:蒉0����u�ۛ��0�j�\�A�V7�<�+�r��:G���mɩ�s����C��$h�'1(W���p�	���hh��
^i�p�6,�X/��1`l?���+�[[*w��M�ǧ���n��fLcǑ�a��V
��ak�2�e�Xm$�����j���gn�i��nl_���t7T~a��r蜖�IY8�Q�2���r8ێ���~�{mޱS?�.9Rt�R��I�C�m�Z9F�anE �QȽ�
~{m�g����F
�R]�r6"�7�e�ƀm��&c�N�!m�‘B���ᰮ�1a��9�Gۥ�2Wo¹&�(
v�@@@@@��XL��X�57���r�xW+�)���ou���Ɏg��+�g�G
TyJ.P�q�5�p9e�E�Z��boR��0H��Z��{���Z�$��W���mp��r���υ�;n�*39��C%�kfV�F�ǸK4b��۹�eVBfC?�H�M�{Ei�b�L�q_�Gr��J�ϊ�j���
漏��YÈ�a�_���Ar�������D]�##+��.m�8}���~�`ɑ�"�%����c�St��-��8|U̿��5�گJ���
�7il�v����@Xe&Ɛ	�-�|u`OF�6$�r��"=� ��D��$
���y_�h�YGe@8'6����kp�<6�LF��E�$}����d	5P$�����%E��nت
오����)s�ၠ��!��� |�9�J!cv��Oes�7Tdw	ر�\�:$@Y�h�l�0n�?��Tņ�Wn6�] �	�� �7��k,�,��|����{];����c xU	j��Ca��2V��
�jԌ��I��=��w}��g�ܥ\h˅�nJ>Z�I<Sp��&��ݲO�5����c3��׵zݒP�J�Y]����Vj�6i��Fsp�����u��i"�I*�\G�1$�VD��aZ,�\lBM����)�X4g�c�ɃY#��<�5{,xVU��`pVLE�Pb���>�D�(7|1O�R�U̼U�7��vV�
&^,%�5A,c@^W���r*����A�cı��7T���*�?��bȏ��ɳ���7�Aș@�j^zo��ت��I��v6�a0����L���7�Ֆ�]�l���T��Zb,�*���H�&d���7�FJ��$�;.��\qnu�TeH��أ����#�X����abe�Z��n��2[�F���Ř�&�j�~
� �Gz�WI6)ظO�a�q�������=L�Ee���+��\�%� @��;/���;Om�*N<��b�9M�P^A(*/΅�j���sj�*{U!L�y���XT(�1.8�fd
��G���ڌ
�
���yU#�x��@',:J���x2�@�D�Xq� pDmT,`q5A�#*0F*�P��C�`��Ơc�@�)��+@j)Z9}!ڧ�P�`�!��]$���@=�cB��q�@�N��q��t������r�]�4aT����� �Tp���.R�Ά�yϨ5��bH�딃j���z�&mJ��<]��4�:{Ў���S��Q��}�z�x�[g����{pYrb���e%��
�m�ͭ�u��5�F
4�
aٝ	�M��������Qؐ��YT�r��V�V�+�w�wx1�<����b
�J���;�?��m\
���8`��JEǖ��_�{k��EOG��н(˗�:�{�yDTI��R�B ,ll>�[�V&�&zv6�ݼn\�U���,��>󘘸�,�1�I��l�G�֯[ڪ�ʼn��~'����4���d��"FQ%�5�����V3�����X�?��L=���iVr�}�Z�oH��I'��f뙒�J;�v�V;�/�h�K>8[�Dl3�;�"dςp��u �@�A����^�$�;��'r�6ݷR�J� 6�͉=µ���۩(���Ds�R=�4�	b֫�0����n��%���x�F�4r_A)�m£��d[m>DX&W��G�UeGd`�m��ZT�d������L0����c;�jM��p�/m}N�V͛2�,��6<���)�%\a�3?����ߋH���
��Gm�zzK:Q�1g�e�&V��$�fd*���E�s������m���}I�����b��}.���V�궚�U��9����Y
`���rX��f�1jtql��������������۳w�9�.���U�<:us��}SοQ������uI=�5͚E�a�j�8p7iL�1�Ci�%�/�8�rݼ�y:��S�r۱�$ۮ*���.�v��_�=$V�K��y�Yv)}�q`BY*;��賐p�L����B�m���9�s�Z�FJ��q��:�
��(�(�(�(����ۆɗ�����U����L�ώ���âLX��I|yI���5'��7��A���dW���{mmI�F�EXCB��"�4j��Eq����9_�m�,�c<7�ÝR�%�=Xq	���e��+�6�H`ψj���ϱR����g��2�So��ug!2�,I �����!!�s"�~�m�r�oح2#c�9�E��{��+���bRFYS�-�F��#��ˏ:�dLp��I	�"X��߻��j0=��N�8x�f�h�[݇V�'{mūl�.�>��Ѐ��(��Ș�����Z`�q!!0�6"����a�;��Ф�vH|�ۍ��;k
N�H�k��jy�F8�M 6�嗊Ag��@.ɝ
"�EǴTP�7�*0*����fğ͏�#K��A��2Q`OTaFa��h�M����^�mh]��B��!�*�bR:�
e������I�q�:T�e#q'������z�Q�Y{��
�
}����+-2�B��V�A�u�B�
PJ�ڠ�ɖ��o|\8r2"c�UY� 2Ǒ+cz�Bߥ�b�r
J�|=�A�����zƒ�
��do�1�9G���Ms�|#�O����$��cݟe�ؠH�l��<�1GOg��!�GE����ƦC���E�����ގł�x�r27�‰t�k#u1�`'H��e&��d�p'���X�!�w<
ŔXv��94Z�Y�1��gU@y�p��T��ǟ��b�{:�ԅnc[vi�p�I]�Qdd,e��O��x|_/�%�{'JG;�Q��@5��X�����T�v(}�<8��x�Ќif�I)_��@��4��g�"�rn�$<�8�8q1t����?sqk{jH3R�n���NZH�ȏG�b	�����$�y;,&8�Иܑ,Ҡ��'HPjIJ���2񲶱�5�B�X�AH}$��;��*6}�m�N~~��#�x�v��5Y8��1v��۠���E6�m_X���GuFS�2w�|��b�\F��G�E7�<+�wnę��)�����ó���N�􅭥W�$�*@9�㆖?s{ڀ��ֱ�
���3���=���u+�R<�*�B�3 �6���Xu��&�$d��6���*�>��*��5v���'�@D ޠ/����m2|E��a6
A;�(Yr����o0���vУ�!#�.ꨃ�9���vLE�3�@4qټ<��#&<~xYn�b9�m��!�.�q$d]v�4J�*+�V6'�@is:ZHpZ\wץui�q@e�s@8��;�P@��[�:b6�
7Fe�PD98{�H�(D�+����`�Z����@��Ōqqò�\H������"$۬��>}�Tv6�VϷdeS��="��i��"����D�A;�wAK;�p��\��m[�Y�c;�=eϲdK��ڱ1W˙VF~+��Kq���ۮ'33��N쫱e��Q���fF�\|�����,�`Iu]w.ۄf�<���z�:�x�c�<M�i�m��,�+��ۓcX܊WVg���[ۊ�̦�ꇪ]%��mȹ��IPI��0��X��6�+�t�������f�"lΜݚ#uq)$�Y�,y[T�O�$�u{�a�T�L_L��`.�q#?�n�`�i��`{�N��X��U�IU`y�l�ۺ��:cp�1�-���c�U
ta*�Q�6<8�\�-fn���כ�`�90�2�VBG\���=5ry��Y��Yx�i�����"$F� ��+���[ڽ��1z�|��]?��`ď:m����-<�u\hU}����X�6����$�dƈL� u�j��Ӡ��ubZ
y��ǨX�y9Y;)l\eNмs2�"�"f6��[��h��q,c�0��yN���Wbc3��Y��@��}}��n���V<{�UpWu!���uf��α�kL�P^֑�1{��t����A[VF�ʆ#4PꐴxȄ�8c-�0�h)�~%�ר��ܶU���7�vv6����R��!q&@1�̷t����q�����+J����lOW��}ۭ���k�q-�3l��s�M3"���dYUrځo�$XƿM�=;���g�u���4qǒ2B��z�,�"��ښ�S�)�RQYz7�u���ӕ����|���8x�e���`��k�ґڬ���$e�6Rl޹��l��X�nˋ�ai�}��[��E��%�� x�J**�����[J/?��~Y�@�
��P
d P@@@��<]�
��qj�*>n�.��?8��ˎV�w��,w6R1�5��R��6�L1e���U�d�%��=�{+>c:h\J�����"v��j�h�Z+�ٺ
������֣��V���:U�zh��2l��#Z�\����
kSY��0��Y{^kE<m�*܈�w�ZV��:����1r6���/=�}��Gm���dz��3v��t3@		%��7���飞�����G��+��7jܞ���U��4�d�֗��;���'DM`��A�����E<�G=���=�M!��t�2&aq}�βѩ>���v}�LpM�o��S��.�ْ�/����Ѐ��(��l��e�H���h���,8Z�$�~�57&Ap*�ɳ�'�H)S���6�@@p��r�9w2���bY���jD{��@�����+恦��<lx
��q�Y
8�/1P
1�q��IsU�%��PZ4���^��7tE>Z7�Х���=���h!_�2"��t�֤�{���Y��q��h��	�^��[aC=��]�[���#�ee��,��X)s��A�34�B��̿?�-�ƨ"m�6ټgK��Z<b��^� O꽓9�D���m"4���Q�y�)����+O�Vd�{򽍫�Y�;&Vk4K���m%µ��,8��].������Eh�oǕ\��
H�����;0c�(u
���r93X|�Jy�R�a�nR�Џ0�/�,(53>���٦������Ǟ}ͧ	�dK��K[��X4[n��*	��Xmn��38�Xcx�2Y���_,1�I�G�@U�
΢߱!�p�")ѲP�,�b��e=�#�ઈM��mƅ��rA}'�����4�R��߾źM���yhl���m}Wɒ)/	�m�`=C6F$�� ��,��
���)310���$ʘ�V�05���u�T���.&$X��s��$�l�r���
�7m�I�'"]�"Kv��nuH^�d�[dٺd�IJ(��?��1�1{�q���W��ԁ{�6R�m�|���:��CrE������e��LJ�U�����dɍ1�-+���
#�E�+�������P{;�
�����o��'�(�{Ѓ˕� 4�ר��\��arj2Dk��3.i���5
E�H�eܬ$7D����Fy��bLqm 
�3B��i��u?@�'��B�9�0��R����+#B
��o�.96k^�-�,t�΃V�fST9
�倵�
܈�s�{j3E��@ b�<*�y�����n7ZH*�l�)�D���y��G�ú��(�\�bK��׽PW(_2��
P^�`�Qb�O�M@zm���\�X�m\݊�W�>\��B��Y�iP��y,����i�N�G��`s,�lԁ({p���pƒhΗ�&B��Z�`����1���PHǟ#l(eә4���{��	�m��܅t�ܩ1k�o�7�9{.��{S�yۄ-��������n�;3��񺧨s7}�$>���ɹd�;��Y�^ܪ��0�Z��=+�V&��ά�OG6\���M�z��~oܰ�ɂD<�"��aX(S��U9:&��ꎋ\H�\8�rRŕ��>�7o�{�{��#�?N�~��Ӵ+!���}�x�Q������~�^']ͧ����I�m��U3M��L��,�e������0A���u��~/�O�+][/�{�ɴ`ŷn8��qoX0gnjH/��(w��m�]m�u}M�������rf�8yq�7�d�쭩�D��׮�^8�6^��2��\�u��� �L��vr��r�5ZW-�/]o�0�oj�".��ǃ2܅�PV7
.��on���6�;�����F0��$��r�KH�B>���U�
��V�-R̗�e������]%<�v���T�b��^���t�|Ns�c7n���+r�ڱ��(����;�
4,^�:W�*�N�m��Oq�m�s�6�Xv�ѱ1�t!�5@��ȟ����{\�=�<$����ܼ���ٝ#6���[�i^/�k�Ylm�n��.��|H��ɳ��XxxҖÕ��SV�ۊ��zz>�r�-��AߠVܽj��0���%��LY�-٫-�3/�5��]S���{�7��ϩR��n�^.Cn�O�’EQ݃��5۪������?E��s��yCH��x��ө����8�,Tj��]��ԂmnF����.G����H�LE����a˟+כ�n���ΛI���׫�Q��\]?�m����X�i
��4���_"�x��i������# ,��QS�K��bH�U�
NOI�Y:{�<�=�Nþc�i���%<5�����N����Ӻw3+Y12!ٚ2�Th���9�Es�@�
qh�-z�4I��jH
�*0@v�@v�9�H��t��Rǝv���#}����^'}v�A��g���,f���4cr�`�^{�����|���&  �O +�����z����#6Ib��\��"׽��wIw6�{n����Sy2�_5d?M�2�[��f)K,���Y�_/s�IX��A�u�������'5g�w��jQ�p�#�W��[h��t���1L�e �-��V��`xOWt�nc�&����{)|�e�<�m@
wԎZY�����p9�^f���%-�I����� G>�Á���*$e��¦O(��K{*<
��I��
����g*�*>��sz9����q	�ϱ~��*�f.�7���a��F�؏�^�AU@P��E��;�h��c���!@Y�$J�k\T6R���*��.�*�1n5@ÑR@��j8���j^S������Tѻ��N,y�́��GElÙ��uoe12�
���o.�@4e)���/pU&�6�QzV߂��#�<��!$|��
F
��5͛Fs6��ׁ�X�RD��X�*�Tsc�@��d2�M�DL\v
�`řȹ�����˂I�qK�/�Ud��a�I�&C,��İ���I�Q�j�uj�=��v6m�l�QB��:��>.[2`�>�\���i��|Tk�ۍ�5&�q"���H�MI6b
��=�U/�w\I��~"�9���k�H�sp��K#i�~�?b� �^�L6Z uMz�s����7�<#���y��2����R�bi�o3��3��U������F1�`�Ia
鹿�Q��֛��k�Er�ɬq��W�㻿Yy�|%�q�ύ�	�n*���T�^﹏Խ�-��9#�������:fvn遞��V]�T�mg�\�s��Z��m�|�����,e��e��O�ΐRXq��C	�>�f&<�1��:����_��S]���n���g���I7	!�88�n����A��@Y�y)��m�&�.f]�/!M�E��M���<h�U��nC3���՗��b�3�w_�X�W�m�}�Oo���J����YcR�cb|�Px�����37m��$�<�{�]f�O/
�����븶��fh��t�;5Z��*@4]#���$�c����k�ލ�ox>|��n�0�!+Yvl�d��\u��b{~*46b��٥<�e>|��V�����ic5�%&�B� ^��mjV�Hk���u �=�߶���
�i��UM4~_5
H\')��x�������ƔX�Ѳx�:ᐑʠ��"0�&6��Dƾ��
�;�Q���.���(�x�@ᅍ�ӡ��>�{��ice�;�3q�B�\��{hJ�M���YԊ�*�]�P�8!A��Z�H<G@L���A{��cŷ��P�@y�����	���"f�c]7�j7����H�ܰ���U�bm�*bɊ�i!�`{˝*>J�=?�)��oy�-����{�_���e����5����ʠ�r=��ݦ���G4�f^L��/S��dN�n�l������Ŭ�="�a$'ˑO�����aƳ���m�q`�^D��H�Pv&�B����)�F��Ώ�묽�I�0cû�k|LFT��諬��m�m&����1��I�Yr��i���䤠	�U�I�y�Vt�C���w����m�lL|�|�^H�F��!��]V�jQ5��~���ڳ򷌌���h��.J'�g\�1�2+p��3~�yw���Y����4�}u�f�X3`�tț}���Ǝ,'�u��!��8S�����d���%�l[�՞�[�4�y���)S���Spt��I�7��F{�-�D�v��Kqv�[�_T�Ig���h�3�2��=�m��ǒBZy|(�a����I�<f��L�7I��l��r��͋�>NdI����3�Q�Vмm�m]��yY��Η�z�K��'2yq��Yͬ��ǰW�Z�O?�,�\�1޸�f$FX�$E�TR&�~��ʥ�=�#�7���z��u&>i�(@�Yd�F����Ǎ}����)W�滖^m]-�gmx�́�p�VV)�V��f��54o��>.7ܫ�fI��*��������}��w
L���0�?e<��@ܽ=�ޝ�v���u��.V*�R�ÏiA!�!��mZuVNr,o�8��ٶ�~�?���M�M��OX6�Y1����}q6L#�;2��S��oY[+#��yc-迩8ّ����^(r" ���F7��1����3����Ֆu-�P��f��\X�L��Ϯ$v�o�O�ms����m�ڻ��ڶ���>����k������d���u��t2Ģ)%�YǙ)-#��G�k��oW���`�\�O�[_�w1��UA��E��,�������	�ϟێ�񪧔�z}�6Fc͗�ۊ<�vfƖ�}�e~_]��=kL۶Lገ��h�3�˸��ڣ�43'5��1<����Yr�&0��N��lh�F��F�_��$U��O�ZI�I�AG�o3���>၉�c7�y�]X�|�kߟF�U3�g�_��P����CFc1n>]���M���Ƒ��s�幑H��
���(���@@TV@R@T/@�ίرw�x uO69������\wY����G�5���r=0 A� �!Y�G��	�o��@�s��qX���6��5*hb�ee��*2�=�� �D���kvV�G��nߋ��H^�<��ls�$̿K����т�HV��Z�V��E�Y�む�1�����N;��I�N>����h���-��=����J1��12��򤴞�cT<�s�u)���{Ő����Yɋ�݁n;k����D�؏�^�U@��-�e�;}�Z �9%Gk�,pBJ�w����d07�Pf����@A&���P�E�%�8e:X{�D��%�!W��\g8�*��v�f��U�b�Ψ!�H�@Vfae�I��u�s��gW�X�Ε#=Oo/"��r�[!u��ʠ"���)rc�&�EL��\Z���e�kH�^�Q�dA�����}e��G��I9P���ck��@�tLn���4��x�	F�q�Z�T���i���}���i�Up�lc���\�����D��%��50�A���ʚhr�UxΆ��~*Í��@�-۪:�E�Hb���F,�7���.tH��E�Z���|܍�de�a�E�4N�f��šf�>�i#ryAk]]F�x�˯TK�b͈ؒȲ�e���
K���~;mB[�6ωո�8u�d��P<%��
��V��{Ee��x�8���nh�!�=o��by�
<��nG����v��Ǘ��;F�D�<�{	�b�M�Y��U)E.�6kO����F �,���o�����\O{l��V&<-4X����:J�O��j�Sn�X.��p|��)�k*$���;���۲�Hz�۴�m�����;~8h�)iP��G_�j���:���=1����+�WE�i���j� l�F6�Ÿ��c��d��ʨ�H��
%A?ء

�#�!ߤ�%��$R%�6-c)f��'Qc�������n[��y�D/#��m6>����kꑷb�m9x�����3�]T��Q��
��7P�L,G�3�Yd��	�(m�Ƕ���`ޣ�0`�
$M�K�U��Z�+a�썓1�(e�_x�}ZI,��[Xw�MNӹ��v22��J�mD��¡�x`,f�t��Unߊ�+�2d%�{����V�ګ \�B.J��q6�X
��<���p�~qŨ�ĜA����T@�X �!�&����p��#��R&l��*yP�ю�����x��G
��2 H��*�zcy+�
P��;*���d�/€$�un �@%�#��>����hҭ�jK���D�����T��<��`}����-Ԙ�����Uǻ�B�O��{�4ٛ�{�4�H�FA�B�c�m�p���l�{X{Ǟه���{d[vɵ�m����Izd�/�8Y���cz���57�h��p9�<Y����ݳ�r��%�p��:�1v|��q3���{X�Q�5kV��=�Ӎ��zi����6m�{��"43$x�|W���g'cW����;����o&Km�,L�9ky\[IP9�ºۤQ5s�-��v�C�ɟ��&NӇ����GDx��7f��Q}��KmU(�6f��O�]Cә�K�2�]�n�
j1�2r��:�Nm�^��Z�t�=��ou�#�7-�m�9PK�ۮf�n[^ڲ*�qe�$2��c��W���G>f:퇷��ə\��v����w�^�g�qq��v��)*�c��&��5�d����c���UӸY�燸��%U�`�"�Y!�<��0_M2�DݗҟI��l�vͷ:x<r>;ʜ/�Tk"�up
��w��ضM��J[n}�"h�zkb�C"y���e�����kUF��ug[�өW:Y�tQ�."�2|)��Í��{-[�*x��{�t�7�!a�c:ۊ�����J�Pa���ƅ��4��.cDP�P�yll�f��ecc:���>�*	S�z��Ζ�ċ��vͰ����f���I2�Fvhشq�p��3��V$�+[k��!�ơ��Lx)f�$r��###��/&=�6�X��4hDE�~/�HZ�{�ݾʒ�C9�Ұ�=n�cj��N&9G�[-�R5gaǵ�����obێ([4��U��q_g�]�^�`�\�����ly`��r����R�'8��z�x���n�6��KI,�͞�E��;��UGWw���u;>���.���z�
�m]�
�qە�d�Ǐ8˒#b�2#�r�C�A�r�V���/��iC7ջ�y:��"��L8ɤ�r��q��^�3kmxVc{���kS�5���''rlh�^)��X�O�rk���Uաby�]���l���`��82ª������n�5��t�m�2�b�&�ꅘ qrs�#�|7��I
�};ō50K��V��X~�?�v���;?͢�[��{�w���#���h�p� �PPeP�T�@��(ά���t�ޠ9@�L����_i�䵱=��3g��y�$��;�fN�W?T4��,Ø�v��gEL15{^��E�Q�a�%tV8ڰ=��S�j6*%�����-� �͑��Y�&'G��U`���rI	�Xk��7�kddN�m�+f�1�m��Y2�8�2mΕdo�w��#nW[�U��G��[h>�㨍w�������VY��B���Y4�e�id������J z�Rø@�˩.x�[�����MQ��aq]Ś8��O�GگJ ��(��Ͻ�c�G������~ ᄇrjF>�,a��,��I�8��Фf��@5�,l�:I�=��]���n\{h	S��J�*�{i'����m7��h��<*C����Ⱦ��'i�ړ�F�/ôUTy�h>(��K���x�uPD��0]Z�[��)g��j�v�=��6�a���Z!p�P�7��Y�.�+�>uJ����³%�/�K�5$�dsq�̕�}��� [��!?������(��-�r4��>U�`Z�E���s�ݗ/.y"�iu�t��*�y4�c~�ْ�xc(��E�-z�3E������6Kݓ�b*݅�MT
hw\��
�\��re�]̾N9�(���&���q�\�0AW_�<v>;���>�Tk`x�e���+�/�
.�\����6��v,��b�t�)�8�3�	�x$�	R4�V=��i01lL,]��98�.���D���v9�<�?Wt�m2�;ɹ�����J����-�I�>:��][���&V�ǜ��b%ؾ�W
��ƣ@�o��ӸO�l9s��s.��1R�x�70���B�m���%$��u"청�.��o�U��Ҙ��%�S��HɇJeB,,I-����p�@I��+p�!g�u�爉bk�����7�:�:�D�}�6X1qa�LL�A���7�x5d��>��i�͓�edK�u(�Ɩ�+p��Y�3�G>廿�&�U�:�1:K�O�@�
@e�n��x�Lc��H^*o#��dd�M��+{v�[צ���n�e˓�����j�:�_
��\��fG�
l��X%�"a�9'��@<t����>��&�*�����đ̶��s�
����p�o�q�͑�Q`4>Ҫ�����pD��!w��۟����P�t��&k�e�x�MW��WH�I{JInc��F⮈I�y7�j���L�x_�+.�;�)&�����8P$��dp��
����,��CY!�#��U�
���T�3+�vޡ8h����*��b9U(�5�Ѓ���n,*��"��E�@Q�ÍY3]�D���'Ķ�PH_0�@INah	8�ϝPK�C%���-z;�M@4�4Yx�y#���U��,���� ��.8P��'���������s�z���7k̪���~j��(���H�����5�:c�1n�Z��|_��hy����̆���gE����ʚlh̹0H�Av$�W����P7
�����Κ,x�=�6	�"��Lݵ�c����J�Ҡ�[t�&��Y�q���%fGbb�QZ6�y��4���j���š"��\]�3k�:�p‹1���T�<QF��P)+j;\׳�I5D�Tr��z�M�x�|x6X[D�2�T��K��^�u��z�5��^�ş2M�
f1n�y8�ͤ2�<.���A�H#�5z��yMO��Z-$��]�9e�3�ݚ�,���lyg�P��ueq�{@������{��FG*$ܦ���o\����^�HH&��
�:Sr�\,|�ͫ��O"�|��w+ݦ�qs6-�嶫Y�cf��׍�m�3�ý�xL�Y�E^0��OW²�Ui*z/qL}�q�#��HlwiT1R�.	��e���Yklj�~�L��|���≤˖q���dwk ����n�մ]�I�,��^�7PJ�{�R�K�n�,��� ੩ʩ5�x
��RǛ&�͹_^,y%�&fHrcYS�ֵa�Γ5׾�u��q26��\I3,��]&Gc}*Jo�]v�i���2Sz��LVn��~/ˏ�ʕꯐ�ltz��X���!����"�8r
+Z�u�K��y}{�v2O��GY�T�q!H���/n�F_�����6fty92x�ȑ��~[W�k�4P�+t�y�,�Q�yl8���+о�������u4}��X�Ż�6ݝ�;��(VE�Cx]u�ԧ��]V�ޤ#T��z�۰ſE�r�91,qE��m��3O#L�j�V��͉&�>�/�u����dI�^��
��x��sw+�b�p�]�8-�s���+]6~&rP�;t�,9�+�:�E�&=�k)�6@{��U]7�|7�x�;�yT�W�j�����+3!W		�X��>��n�M|�n��6gH��q��۶ߐ�a�"K�v��I<ju%��ם�J���x�|�2HΌ<D^����?��#~,Io΂���R�${�w���"�_"����PPPT�
d4(�����9�T�1�)��H(���:I��}M�(����sM Il]�ap}���6��+�6��fl^{-zٗ[Y��1m�����@nc��Q�Ŧl���/��I`{C�s{�Dj�݃��)�)V8����TL-�;���EE�U����m]`�+ԭ�m�<m�2<���<�o���V�9�#�7\��4w��~:��{��|����
ݦ�楎u����pK0_�E�ۨl )3��rH
�7Fd����!
���J�f��Xl�����pK��oh��p�6�D�؏�^���U@P������J������Ƭ�
3݇�_�P��l��T/,KjV�'
}�k'�cō
Z��́�`�	 �čڬ(1�Z���:V�ܒ��Fcff����һ�@B�teEQi�#��&b��д^e����5A�2���!���P�krI��T�ؔ���VY�;�9�$����Y�Y�/�[!jd�TI�X�nD��#0Wm!��eF_w�y%hX��+��\�:$P�!�Qh��}�1䙡����v�ҦY��I����X��1Rb���@�P;+i6y	�4�� `Ý�P}��Spߡ��''5�3$��[��
��kb���
s�lS��R�lJ�V����0�A�.h� ��ib� �X�H����.ڠ������}�dM�����p-cm+�@f����33*l�y2 Q�.5X���?�
]��M�;�r1�f�\�%��UF%�Ꝺ@��
F���)_$�)e�ȱQ�G�d�66~g��={s]�7���ƞT	�o��=Zx�hC��f۸�a�(	�x�b��gk�×u�)M��8s��c���a3�eѥ�=����ᬃ��g��lyWK�|X^Q��)$�?UT�&׏Nf6ָ��-���4��n��.P�ϡw��.�$�˩tĂ�x��X(��A��}�����f�L8�`�*iU���$��Ӳ&JcBV%D��	S��#ť����[�gN�&N>D�T��4}�a��^����1c���gӫ]���uZ�7=1֭lX۾�c�Y"@VD$�j%|J}��7/j9,�C^4�{�Z:�W��q{�u@��@�y�f���aSg���I"�o�j&��2�ZH�����wif�=���䃐�@m6�Mv��	���&7�ַ�T�<�?��F��Ʊ
����/VA���q�IFQx�F8؈��k[[��\9�Iz���{���Ɵ"	B�y�$Q�~����
2�=��{H�h����
���yI+v3v(�C�"-,jA��8|�r�X5�[��7�H��,<S��?���7�RD�,�@A-�P�C�T8��T���z��
�t�A�)2%E	���97�Q�Z@�
[�-~��s�8�\�^k:5��@1&+�؎���y^�P
2X�y�j�� s�@6�5����x�a�ƀ��O�������T�b.���6�����O��񲻩�5�Τ�Y#R��Cj�^��vL��#�R4lU�\�W��^tY�n��]�<=�'/;zƊ�e�P�4ҁ����Z�G��^�ڤ�=�?v��1�|�x�e��I�
en;�[[z�&��}M�绦ŰaA.݅��sw,i���8�	����j��}�n��<t��l�D���k\�.��O����8��j�L�2eΫ����-ϝq���|�A�S�.�>ޛ��6��Y��`	��H?s��-YjY�܅�97X{�P��D8��1qa0ag_�m�^N�cJ�[;q�3�-�n�k�ِ�\z?��
�����5-���m�4��6ۻdaʒ\3B-��$j_��T{n�UM��u���e�ԛFcG,��F��2���֖�{�k��8��x�C�͵�ŕ�"d��KDR���m'WG�Ǝ'Hf[m魭�����ȁ�F���HK�ُ�-�º��%���޷�|e3�*��K"�"&�e!,�I����[��zw75)9�F��sQ��|��#����P{��\�IV]_s�Ao\Qա=Q�X�&��[nDK!-ϋI)g<�I@U_�T��g�#��Ͼ�T�6�<`�;��<)�+.�sn^�edI��$��-�أ�����L��+
dh��s�X�.��h�e�r�#�d�K)b>�*�m�Ya�A�.��![���^�D$nf_����1B�SJ@[\�`���i
bRONu1��#\�\�U �n$X��8�a����?	�wfQ�Ս�|σ)e�)P�����*����g�yW�J���9��y�9�7�q��M�|L]�n�a��į�E��"%7�Gv.���W���[���npG���v��VC���t���q_��k�ՙ�SIw�ON�E���aܧ�#	��Iy��a��:y�վ�cn�Nx"��<m�}�0�M�`V�����N.CI��{XȚ@��:�+Mty1U�$N|�v���?=b
�ѹd)�2�Pd���4����O�Q�y�a�b�޳����n�_"����
��PPʠ�@@@@f��e�΍%�X��^}����[�t�2�n����M|)��[�-�_�q�����6>�MQÇ�FK��|��3]O2�tϹn+�� �#&8ō���Y[�]c�$h�GmsG9	��$��Z�E&v�ΓΨ3[��]�m¢�$n)ޚM��G�;�zR96c7)����V��4�$����]*�=��7"t
��WTe�l�H�7�*�㵫����rɏ#i��4n{HH�Z�$��L�x|]�|��L=�v����G1�O��ڰtL�?�Σ�+e�IW΍t�'�b�����
b>�{�G!u@P�,fG�,����?
�N��ݢƀ��Ï*�t,��5(<A�`�Q��cp^�H2�'�t��^�@#��PF7�ÿ�#	<��(��Zb@?|+@[G€���4[s$�)�Yf��Ma��V�A���6����&I��’se
'�VI>��FR�(X�&�X�32��<~:�l�����h������&wL,�#��..8���ګi�f��0�͹�3�$���q8��ﭣ%.���.�e�ę��bY@�ð�U�����n�x2�M�q�g���!� �\���>Ko�˓+6^CF�FڜYF���F1��<��&\��weǐ�xn[I 2�����#��ps�������3(ػ�m����0t�K����2�����X���YO`^�7��X�O��^⏇�(1��&�<J8X��������m�Κ=d��$�(\s�8����3;헍�$Q�49:["i6��*�~6�;�۲���%���ݜ����<c�;pX�
����x�x6�#�'�P���X�k�6줔��/X2�f�[GD:��I��(_+- ��:��\F��(Cֶ��q��Gy�N��F1�=�S����p�3;����K�.D����3��;/��Pc�~��Cy�m�X���Rx���D<8�!�4�X�o�⃨�dWt����|��n�O:�|��p��w����U<G
+"p`;��vO�L�"�oxȃ�[^�tp�����N�������ʣ�kq�(�h
�n�߶����yMmn^�D5�;j��zS�v��Sۖ�g)P�=��ѷ��C_��l:-��X6�'���
ds:�g��2�|&+����I�h=�#z��p�9%���~N�0��������m�7,�<�21�B;|�Ԝ}���uIͱ�I�센2+9iN���&�9
2�?J���7�kx�U����;,k$5ٙ�y�<x����Xp�4~�cUl�H��7<�*CM��~��›0ބ(��I�\Z�+2��Mǀ�Hl�=����j��j��q΀�<�@V���<�+�kx��a\|A2#�VH>��J����c�-�m/�m@=�C���h����lgK^��ʃKXs<���ǘ�j��Uy���v+b`yj+�Z�L���(���Zp�����uA��B`��e���E2[�Y�+��ݲ�i��0ǂe��G�0����k����r�Ļvi���$�0� ���]{�<���=5e�Dn^��yZ�Ѵ����,�ڵ��2;m�'�]�xo�e{��S�G�̠�>�Vc��<�f"��Z�[4��z�Y�z�ի�n;[+��C��b��h�M�s!��޽�4h|���M4N�sS|���4i�Ǐ<�M1�#:"pԪ|6���$nY�ꮛٷ0���<9����Id]z-	P�*�WjUqf,�68�D2f�b
l����w*��'�Xr$3ɍ�I+�*�t@u:��Q{����Z"�J	[���޴R�_O��y�I�`�*3)��%�_�?-y)�[���siJ�.^ۉ�18�Ș�sb�-n�^�xU�̮��7eYP��f̑�,t�N'�EM*�jK~�̈́���Z!�dR��짞��:�	"$�9}I��J^m�w��ː~QƹZ܍�Y9'���i�{M@HF�3�H�K<q�"�fU�����g�t�~~�.��S4T*Y"RbiOe��~QMΩQ`}�����,z�o�`��V
펭�HN�e)��:@'�;׍�Y�}���5�Q,�=���έ}z���<����;,O��5���@f�°x�<mvk|��y}I<�Y8M��nJ$rHY�������VA26ٱ��V<��p���r�57�*ק�b�7�����t}�wkŖ���)�D����4޾��aM�&��1o�^��<�f㐞8�폘�ּ6z�;U@Ǒ��d�8��C��c5�~Z��-������sѽJ�N����ŻC$gG���>�"�v�geh�!u6�w��X��O.B�b�b�\�,��p��H�VRC��}X�e |�s��
I'%1[<�DŌs�`�k����a�j>��ʕ�A�A
ۭ��*����G��d��u(��k��EE�/�+����/�>ZI~|���夃��p@����@~�`�q�������嫨���{u��_���s��n���-5��6��m��@�����~���婨�i�?�/�WP֭����~���W妠�6��:�-5��;l�.<s'�+\�q�]�7�heN~Ǹɑ"��<X�n"�<My�F��x�."p�H�9?t{j6-�^Æ�F�B�ZɍRA��@I�reH��ۢ���U�fKp�b@|\G���1����(���z�F��t��ڶƂ��$��~����fc&�ɪy��a�]��+�Ty���x�˧��El�,ChB}6���RD93K���C�A��nϒ�E�΂e'ΌY��G��8�V�l��a3E���[|bl)�)㻦��*�[�}���dlfD��M��}����ڲ8@P���܏�W���A�H#��.r�#�Y��D~߭U��b��!=��_s2$���M
W) ڨ*mz� �y�*��t�B�v^�!����0<
&]�Tzoƀ�r�@HN���
�܀�t�Q���������t�4-H�!��{*��9-�R���8PyYlX5�}��j#+��xOmFoP@�g���V7S!,��i��I�n8��:(E�c9a*�=����"3i�,=M�M�<�2�&Br��M�W䮈��ꭁ�~��BF��*G*��ȩ�4,�W>|+@�RWr�.���pq��u�>�Ì��X�K����vΜ�ߤ�Ol�A��i��THW�u@3��{&�Վ1c�1pb�\�~
����Um����?�[���1 �y�u1�ʃ��nB�`�guwM�S�y/�OS��x-���cǘg�
=���ߟ	!��Li��H.ay8��^�o�>:���3�ݷH�t�0��˹c ��eh�����;4Y�q�Ӆ�S�L��R:�����R�E��`	��l��������;-�9};�c�:���k�[�Z���ҏ'���u��'�Q���k�A�A=��U�aН���׹��+4�,�.�91��սG=8�=!���3quRW2�j�����ਭ"�5��d�@���mZ.#�T��*���m�t�dlyd�sa�,.N�\�l/v���uf�� ܥdz��+H�".t�,���jٓa���㌜i�%RI�|$=�����6j���l]��ʊA	�E
�᫿����t߿����0��`E�"Ǽv{h����f��2�x\�+2�@~����"t�N[M(9�'ed�7
�X��H5��K�>2�=FQ�1���Y2!$Z�ܙG��0��C�ҹ�.v�6Vݫ������4�ō��N��pșX�2F	%A `��>�@z|0l��~*ep܏;�Z�|U�6�$�<I���Y"#�Sρ���H*�m���	`�]��kv7Pp��@H�i�{�>
m��}|I6?n�q�t��axT �<���!n���GmK':�d�W�nA�P�z
 ���!?@q�� L�.W�	�#,/Tb<�{hBLH��T]��j<o΅���؊��ֹ�P�k���@3�SkW
�VnO����PFf�x�&����'I
	-�&��I���t*�G����U�f���k"�c,����J�K#�� �C�Ͳp�$�𚙍�@<,;+��:�"���l~���ab��7�}�����nw�Ef�軌!�Ý�Xi�&��E����߈��">F��E�'I��TF�j��e�w\��LR3�xl����ӷf�;�.n����)���I2E vc&�N�WM����W��K��F��6+�&���i?ı�;$6>d�>*�%��R����e���󧉠ȟ/'\8�<�	,ʢ���_-�ĭY�Ri"��v��?U��.l��׻ː3Vt�W9J�P�Rm�W@��
Wf�g�z��#�Fd�ln6�|\�P�<N�8мy�q��d��o���BY�77���ݻC��6���0B�/�s��2�d}]ͭK��K>F$�&@Y��A�EGn���[�~S��^ͼ+e#ÊB���GO�#�����>zbd�@4B�S��ōF�F&��(�"��~ώ���={�~���}�wE�j��c�-����{m^;���������������g�O0HH�e)�Xxt�er�f��g��Ѿ��k,��ʭ*�T��u3Ăy�u�Ե��J��"e|P�+��m����w����
�m�2I�A#�qo
�ĎW�~�0�>v���ķ�譇p�6l��+DYb�D(x"kbH�^��ft��pF\�+b��1ѣ�^y��t��'-c�G�ER��r����S:p��=��ō�I�ݞ'T�����[[��޲h bγ*Y��e,���l�V�%{ə+�U=*>瀳��S	�8����yy(��IY�q$X�r��֑���d�w\}�w\�H}U���`�|US2ѥ���}�'۱q��e�,p(� ǝ�������&���o�Oٷ�����]���� �!Ƌ�����z��9�7
��2�P��k���G��#����-(z�����utԎ�#��SJ��P��4Ҁ���X}��	�|�v?���:@�ֽN��kZPzǨ�]'�SJWu?��>Zi@?[:���t�-4�p�V�۝/�M I���ҟ����߉��K�Ԅ��G�~�� qw����o���=�qY���(��rX���, �>�]���)un�`�y=����D����&�٭&wt��s!E�{M�It��۫�E#X�&�1[�Q͒��&Ʒ��U4SN�bj�a�I�+佋���ʪ��<�rȓ'"I��"�e��]���1��ʎ�-���kU9�.<�O�̶+�[�{
m�LtT:ok���J,a$�g$[iu<i%��3A*kRlhD<�9�`��a�i���h�I�:��>��[�����8��׭rҨ
�<or�+;ʦ�I$��!�P'���(-��}X�0�]�!&�E�*
@K۱1�Բ6���2�O��v�pr���� h
��,C�c�kT?.Q$�Ñ4K@J�B���@H�&v�9�L��J���s�H&��f��Q8,{k6�?��V
�2icr�Ps"=qr�{�H!T����>�T��j͊����4̷!;W�ך��TW�i$U^d�2�=�a��F�L�>���o��ewH�fYl�!�P�2M�=�Ac)LJ�F[-��2<,��������K�&�ݷ�"�u��dl8��c�w�&,�<茨P�"�d؞4�ѱ���L��\�l��'�b6�P��7�j�����6�x��L��z�i�BoǏ���SS�0����c���v[Y�{5�$���jкk%�2%�8�3mFd���x{8r�F����o�7�\�l]�BR%Op맷�(RՌ�dؾ{�r/<�C��͉�����P��i��������Ҽ�� 7�CH'�z��!��=2$t���H��˱�=���͹�w�
V&�Ė�F�>Z�(���3!@Ic�aI#C��⑑��"��V�Ꙓ>n����qZ1��Ҡr�n-�vV����J�' b]xj�*{�j,��ND���ϊn�]>$��9�(�&�J}�rY��O�|Y�7[�ǐ<EGa����y�,2�1��|�6$��{��[��wۂoNuT�p�u�4ǚ��q�[�N.�-Ł��<����
Xfa��wͮWc���� �'�s~*�H.����r<���4�Lֳ�>[���]��A���q\S�����q���0�ơ�|F�NKacF���!�F%��Hk��I�	�V`�Ǐ��,х��Q�I���[�|b�/ݧl��&��Ő��$����f�3��o�˙+b��@�'�0�Q��,J�y�I�R�`��R��G�c��k6d���u}�8{j�t����;�]സW���]qߗ�
���*4U�� ޘe�3p�$~5u�j�c�,Ѕ0��d ��5���mR�0WD#S9T�OܓTX;�R�A�>j�B,A�����!��.*�d6�(B�~��˂(Q��TM�b�$���ٕa��@3$��"�uA%"�#϶�~h0�P��K��4y�@F:�m�Z�I��^^U���f�*��Β��<�e ����.�-
�&�/3�P��Ї�s�d��P��ϖ��=��5�V�Lj|&P�YV�Ўj�Džq{jM'���L�s����[[˦�k_J���W������x�c�Ǖ��$F6�`�וN�Ѻn?^�'b6��#ǻ�*�Z�K�1(@7���i�ꞧ��g�����6����K���E�� >j ���'X� {ks��}��p龬2m�G#b�21L�Q}H	S"�}S˶��J����͑�����]��q���;�kl˹{��u�nx{�>?�A�,y��|��F�[�����J
UI{�S��=W��J�m�db8��epf}.6[�+�b9���4����Dž|��#�D�xݼB�ߤ�M����Q���G�:ءȜ����Q����>ƬY����_y�ǥ���H�p��^�ݎ�#�ƾX��_6l�<������/�oz�5ۭO�_�ܾ
�>|�m�T3�`��d9y�|�:cb�E�t0<y�]�J�����X۶���%A�/��X����n*�5Ҵ#f��}Ը[,���p���4C8+3�6��{k[����Jȴ�:m�詤Ȓ(sf�N�2#PK�Aa�_aaomy+\{�m.K/p�w#�#)؏0���Oa��xm�m�y����"R�0i��JpO��~�vd����T�����(��Js�^䏆�{~�m�'Õ�b���iǟ�����㑣ڗ'.�$��m�?;7y�Xq��F�3/eF�V����fm�K�k���|��b��c��M��ymb8��
^�)7)�D&�|�GTF�Ǚ��3H�N��b5r��T���Lz3#{�=�)���	��ഇ��W[ydw���(�.��ض��i�Ou|U{�����`��;���k���z��U6�M��,�"Q�Y'[/����ҫe����g�*�m�i<�ʇ�$�*�_�+"
�B�U�D�f϶Ͷ�<2s
c���v����D:w��N�͋��w�#+͍���q�H�	��<�T���|�Ҍ��}�
+6� �`5P�@s]�u���k ��;��A�s�7�h���Ѡ�edn4���⸷woؤ�'�h)��>�[�k/n���׫٘;L{v��H1G�TgSp{�+���m7`���|Y�r|��K��Ƿ�ms�ͽ�E]��[&B;��jh�В�o!${M I">7�5X%��'����Ȓ���ɇAm+ؽ�8�����NJ�{�+�84E%��j��ʩ��P����E��?uV���d�|{���*$Q�,�\>�oc�q�DI2�|�|2������c]$+�Tll;�Fh�&��ek�e�Y޽)����8��V��#��J�
�<�'{̽�c��F�A" (X@$2��@&S7��r0p�R.\��t�v���ڪ���K@Zaᬑj�J�/�Ψ+w	����M�P�Y�c���ɳs��(�+u9�u���_�i��.�+&���(
M�u�6�Ƴb�.�I�#���?y쎵d��l��…�CS*��Í�;�V�Y�lXW'J��!Cʀ�B��»��$�0��8qg���(Fb�kT_���b�w,���ȍ��!A�PJK_H���ޠ�ɘ��b9F��őc�*�GS6��kU@��ċ�>��I!R�,U�:��"�����DNgG+20�P�s��ia�ޫ��U���F�,91�$�&c!�H�^6?F
6^N&��H?dz�b�J8_��T�uGPO.��r�zJN	"�:�?���,:,g&��n�e��XPҿUxZՙ,<(�M�̉����[j+�\/c�k��6�Ay������v�NN��,J˪���,�6LheF�IC�vV����|Hs��+��k""��-���V��<�trI���Цkp��]�ˈ=�%Ƌ�G*�	1{�<O+�J����7O0+�����b�.tR�f�af�U⌧��x7�½u��<�X�Q��3̃�s9��}F���&�j0�n�m��n;"�}�<�uY��{�(܍tF%A���$�w<�JE�&���?�Z!C�o��&XmcHVDa�7�	�uE���wi xF��̈�y���-��ހ�7D�ېI��Um"lY�ua�.��0�u�y�L3a[C!R��5��4��@Vt����}�m$ʀX;(���.G0MT
~OE������ܬR#0���z�
��oe��|��b�06B�����+�ᬃ�2�Β3VIW���z�I>���G�u7	`�U�Ga�����M��D%��ߊeVN� ��P�o��̶�#{����L"�;.��y���ǎ�4��F�uV��r�D>\�ah� <w{j�ߝ<M�ЀL���睐!n����	Q�cTh���p'�����h��47%�zč�Ơ�YhS�����U���\q�~���@�P:f
E�mky��ڀ�
��y�F�d�ӹl+���<�FC�r-tFH��j���Wr�y�`��]3�uv���w9v��9����QJ$���W��mkI��a&�\�����26<{��dHa���?�\i��$��Zŷ��o��4�H�tV�.ᇲE�g��Â|i������͛��θY���3��_`��+�����s�� ٺ�>V^�L�RDE��#�*��eU0�~k÷t�y}��v�ZM}����:c�:W$fo��msE�6D�tqH&�/���Ux�3�0+��
v��⫩��)���>&Y{�P+,�E�Ŏ9��,�^I	^,�G}v���p��;L�3�l}�"/�~����]�s�2�m{l8�2`Œ��1L����~�es�kq5����S����\����:��u*��2�n�d(q{peQR�����m�v7���w�pb�̛
4��\�$���|̫����^6�~�iGmO�Z^�#�(�F�&�6�;fF�7��t�!�*�0Ƭ�����[q5����Q}����,���V�ӥ�m>��ț�ٛ]'�2���kM�" �$Ĵ�Q
�\�	��ʶ���}�F>�.Mo�[�^�Y����;����S��Ã����
ȸ�d�D���I���5�UҵY�G��I�Ǽ�zv��➘���n�̇
^q`�.7h�;��m��W��Z<[��;>}��]�����f�T��m�9'}�+�$�E�V�u� E�q@k����O����*��^���^����v�������be�I����uKl��5�m#��y:�s�z�&q��dn���f&-�$27���dΟt�t�ȭa�g�y�t�Q�~ۍ�fo�q0�(���[��X�M��
n�U�#�o{��Fw*�9Sd��K˪1%�!-�WVf����US�9�nZ�>�7Ӭ�|��v��G4bV���Gi5"�2�,W������
��.X���c�Ŷ�П�?8�&u17~�����m�2�텕�kv3,���{k4��ts���=5�et��C���:u�Z
�WM&FJ�d�jVP��9�x�ﺫ��vs1J�7,��H�W��߇�n�9���ź�ban8�H2�J�4�Hf�$��K{+��l�����WہUj��9g���E���Ǩ�����0p3��x�Fd�	$вL�����ڥ�MI}�bj��%��"���:�^�����!6Ք!�EÉ���֚�ʱ=��}#͎8L�,C蘱"i��� �.+n�Z=e��ms݅ �>iT��;9���Y)03c�V|�x2)�e���{؀��-�3��i��<�M�ب�BlRc�h��I�6ݵ$�����qg7�����U{��zM��{��T�E>=k�C��91t�������%���
�9:�����]d8
ߖ����R�����Z-g�?d��Ϥ����.��c><�7AE�$d"�,%c�(��۲����d�U�{4�Yo5��K|;f#�PuJ�ӱ�[�y�.
�\ȢQ��Ù��Ig��:�����Z�������t�"a�Z?h��Rm;7O�^�2??�>Tp*i1h���}M���a]Z�i�O�b��ە��q,���ܮ�}��欰n��hc�Ŕi e��tY��In:<;y�ñ�E���/���X?AtRt�u�6ɘv�?���fS�ϣ�s�G�v�t~eX�dw��g�C��Ru,;$9cN��O���c>���K��۽�裴z8~��Ԓ����n譣�|��]�t�hv��|�q�˖Y���;�ղI���uV�'���8�	Ǭ�gc��6&��
���d��쬨�%��k;sh�jн�?Kv�l�6����NV݉�&r�y�2����5��iĴ�^�2��k?l2�,� �s��r��%q����:���!77�Ve�p���3p��#t_An{�U�^�m�vnQğ3��-fвK�_���R~�?bo�9]���^���L龅�]�s�<ع{v$���Ͷ��"��\$�)5���oR�]���զ͇�v�"��Ͳ͝�K��k��pĊ�|����Cd����M/�͵�%�M�3n[gW�L�L����6<R<���s$��<�ˍ:�5��)ԗ��z��ӹ�[f�V�6fՉ�4A<�5ΌҀ�/�@��˙�wQk.���N�V����EWVt�l�VǸI�2��فi����i'Sj��
Yi�t�ڿ�)-|U��_�,W�m�mǦ�ݿ&<����c�u�1�B�̆W��cT$���]U1iઓo��`��`�͸K���
�I��=��]��c��%w�ēr!wJ�I��ԫz�}��x{c���������V�b����#gL���	�m|�Եg�M=.aI�x~,1�9�0(��e���+�Q����6V�p�
tH�fR�+/�#���ҧ& ‘�0p_i��K����$���k�Ra��&��1��U��Oh��ei��1Vk0�Xv����Y�2�����7���E$�M����{
f� Ԓ�h��wԃH��S~�����
שdpe�RPy��/�m��D"��~3@(D��<(�pj�,hRZe#����-��
A*�l9Ԋ$kq@LƎ0�]@&DO0��@9�?i#���7y��.�O���.,E��1�B����t��+U9��0]�V�Yi-x�@�mQ����T��/[���fTWbO,M�N��-rgB��=�|�v���k*N�����Z��l�&FbVq���x�e���Pr��1&��3�s�kD	dv�O.< �mh�o���?.x�I�qc���*k�l��92��ڀ��#�����o�nsi�)������_�R���g��K��4�%-<q;'��c`;xj'Km�˒�P�d!qmR��|��o�c�h"�H�WQ�J�U�D�|χz���!�E�k�J�E��)��0'�
�!c�k"�V
�E6��ɨ$�Nt�7R����R�?�!����g�R.q��,��Kx�0v�.�&�D�f
=J�s��,����x*�&#�umm�{��l�z�?9sD"hq��᱿��0v�{F|�g��PˋrOv�UV��jW.4��\�a�&Q�x9�#���U��Jnk�����l�I��q՚�m�ew���k�eL�o7"[���m�]RFq���r����	2'I���8�d_Z���뾕L�t�瑅�m���%�$��^�q[W������f�MQm��ѨY" ��{~�x�n�=�(���+.4|7�vZ�6�$�K���ʓc��u�a�q��M�6�����s2��)L���T�5���8�W�ZNM��6ӽ�O��F�# r���X��I�h��j��W�H ��F�N�݌9U!��s<ȡi��"C�bx��)6�/@z����xR{��"̖�'�(b95�wT�y,���m�Q��g\4,O�E?t������H�N�gA�d���e�����t��$.��&;Y�,����c�<C�#ʠ7��'�`�Wx�n�n]���fpݶ��2��s��� ��/U�g�3@�U8�\$ȶ �a��{�+g˒Lqڄ�Y��(�~��$�hJ�ǃwT!^��q�P�I.8��~9
����$b�T�Qp(�PM�$�~��0����s��fE<�
��!���"�ú�d��@ ;�Y�2����"�������hͩH�5{*��*�tc��Qs@/g�x��mB��oɵ@l���+m�9�'ʑq�i�)�q��T���ܫ��Q�~�/����͓;~��]�fQ�n�
*5r�+��֋	�Q��"CE�a�88�;�?Gf��&a��ɟ+&dnj��s�_5��"��ҵ�U�\��k_��]�^����.�l�u����d��H�q9BHqăX����'���ᵹ��Ǟz��g��]A��G���ێd��+�όӱS	~��-\:XuK�B;鍊|&�ag��RD�h���F��b{
^���ol���}����Ǹ��k�L�t66BF�������K\�'��[�kvϗK��i�Ϳ��!�Jgݺ����/;#/;uYx�T�J���.�#�#��/U�o���;hv�f��������v�N0+��O6n�����t��[���O9�m%�P�+�n��ݻn+(�a��)Fi�Z�O�W�1ͷ��oHp!�<n��;�X�<�/~\p�D�h7M�{ӫo�o���J71�U��{�E�:�q�r�����ȗ{��v�p��k� $�P�O��?Rב���{^�K�N�M������HƋ'�v�a����:k�|Ѥͷ�>6;sId��+���w�R�+U�vi�Գh㴽��ť�s��'��/Ht��m���m���f��E��lFLn��fA`�ַn�g]+L�H�����ǟa����|�E��]�Xw/y�� \r$V�'e�����m�zz
���s�t�G��[�E�Q�
���_[u�GO��udO|�>I��,��2$I&<��Y��+���R��i��Ի8c�W�}]��<m�i���*��F��^��c��7/~ӟ,�mm������V:�4jT�^�ĵZ�{�1��G�)�6���푍߳:�o�1=8�'"D�39Ƕ�ly�T�.�[)�
¹��U_���/�z-U��+c�
ͩ����a��2�
�.]��X�x�((r���KZ�>�q���:Z�h��s�	J=;����צ0�~'�z����ԭ�4�l�6�1�HU5��n�v�;jt	+V2�W�t�s�zWݙ�=s�n�\޵�`��}�34wW	(��W1�x|��&�������Y>[K���I�zo��RC>f{ß�Y�1Ř�$g=��F�o��y[o׌����T�oKz���,�|,8y�����1@�y�Ψ5�8U�S�[���_]Y���x���k�7��a鞟�}�C&~N���C���Jݕ�i�Mj֛��{z��r�|��U�rl�m���̬���+f*jb�AG[*�^‰-�	��~5�E�Olό6il�Ĭ&A�U1���rA�!�]���y�:�o�+2s��g.90���{(�\5xh�u��W��?�b����wv����=��w����\ъ~�����l�_�W����8]���Yh�[�V�G;T0�T}���A,��M���ɗ��`�^F�c{~-O��L�1��[��%���_�O����X��#���]9���A��Dk���0�5,u�rλkr�mMU�]|)��5]�Ͽ�զ�W�[&�QǺz}�ֹ��J=�_���=��d�kW-�i�Q��-��V��;mY[u�o�%��?ԑ���ٽ%�;Vݹ{̛�չbG���[��2����u/�갿����f�����i4G��럋Ϸm[��,Bd�r�Qʚ�=��W�w��M*�o�U;�*,�e�Y�aW��t�^�T�m���qgn��=��O�ʊ!����F�ޚv����n/�[�l��_��\����D��#KxOS8�g����ξ�}�9����>�K�ԭ�W�0�����_����
��j��?��ym���R�;NWH�Tt�~K�sBXB�&����O,I��kt���o��<s�r��U�\{9���+��
��'�6��NѵnQ9a'��;�o��y{jt{�m[>i:�;i�\R�>(���bʋ�s2�e�v����i��[�"�I$F�^�ܫ�M��T��9�r��K��b�vN���11��\|vX�C}"oz�Mgg���LZ��_�r�m�֬H�$rv��X�Y��A���}q��*�������W�}�g�zf巎�
	�Ond��Xk{�;�������C��r�3q��w���̇o}�����`<ė!�d	'����^��U?y�أ�i壗o�^�<����~�2H$�H�y̥^R�]V~&��Q���_��t�}̰�H�����zq���_����� ���7�1�_����}0-S����-_�P������si��O��0�q�2l�#��gڷ&�#���YN���Q���+{�s_���[U�T���D7|l���U�m�������j���de��e����5mWo2��j�v«��9V�*7����)2^�t?Yt����M�m{�>盖<�t�BF焍#%�R�J����-�:Y6�V2���������w�<g\�̶����
��vp�n%k��ʼ�÷U��ϫ��OJi��ӌv�7߷�lj���~�?�QT��1��Xg�����"���	�)f��~Ц�IS��#xT{9�ES.�vK@`�uF�i%�A*�[�=��lI#ٮ���Ρ�[�5g!�%l�ISȁF�&ē\���|5�t2�,.�-�g_����d��1n�ـ��8��V�+#�-j�(��|����h�|�Xڌc6�ڠ'��Фwņ��@B��4��=��l,��H��Y6<���P :�	Q�j����_��J��x*�!�N50�3H�ʮ�M��ΡM�J����g�m�6�Oml��Ԙ�����@��ʌ�h%��-�"�A����5}�ù���T�寪�{9�F,Ͷ�w}��ęR.�c������+����n8]?�ϸ�H�"(�3��K#ܛ�?V������a}�D�!YQ��KHTZ����޶wl�m�$��7'�#����������H���|,f�2����ߕ�T�'�ٗ���E�$���R�U��qj���W�{�TR�J� ��$��T`�<)�<��+�p�����Q�c2r�&۲t6L�\�<Eq���Tj}4��+C�*��/۾�{�6}E���
�_.X��'
\8�•�u�'Ozg��bC��\�21e�I�a�k��0苴�}�A�fe<��J��A�	��4���Ӑ����Ց<v��+V���%�s�OĄ��'���*r�X����cbL��g� V�&%&��^D2	1ԳXj��j`gԝ
�j����dV�*���)�I���1‘}j���)5��=,�ڤd�t9��xOm�5�~�oXQˀ�����(�F��l�vdr�(ee$��7�����R�,IG/"@O�ڢ��d��kU�#��އ�r5<N�<��t��~}�޶�����ZDN$���4�"N@�K�}��ճ�u��6�;��Rx`�ՈY$�h
Mu��0�!T�j�CŸ}�'����f�S�)y���󱥏����Ou�� l����gc�`e�!*A���[���n+��$���cI���2�xOh�+FD{���"̒�D��h?\ P���#oc���x�;]G�-�mP���e�0Ț&#R�~�ݟ
d7?!&�CjB/�T`��&����7�U�)6'ᤂ� �����mz�d�x�FxP�n�w������Un!�2���%��QT���@4�j�)�
��-jIv7�3Y)e��(A��H��R0 ��h�	x
p+H�΋"��B�$K1�|��o�
T�c9���jՑ�A3�"��
0�����>��ȏ6|o0��#��\�n�߸
�n��r�x�6�̜9��42�<��Cf�k�+��h�n��A����d�Nȗ@����)>=�4.�ܛq�}�?"v�H��tC1vk��jJ	2�//uȚ)'͛!��I%i4��h,M�H�x�< �ON�4�G4���dա��Oدe7�x�.��I���‘Q���c��t�.>�+I��1H��}�l�,ݟp��G3%X�����
�^�a=m�^���z��Ss����$��-��@�֪%�t��C�u��"��H��&�yqؓ����oŽ���O�7���#b7�e�4�&Aa$���H�������e�=��bc�6��U�x��[�2���+6q,�(��<����:\ݿq��ș���J騟�c����3�c#��Wut-^t��C$��;C^ݫ�>^�Ɨ���'E�G�M$�d@�H���H���۲���]T%K,Ue�98NFTXɭ��I<�px�*���{
f�"�ݯb�V��4xm/�K+����-�:�&�g��s��)�;�۞O�}�IZG���*	�h��E�z?�,�>�&^�;��L�.{�'㨜dW����-�I��F�v��]�V���2'V�����HU3"}��_�GMBG�� mP1��j��6�A� _��}fFi?�%�8�ѸibD�1��|h���4,Α�Ю�~@mIl��"\��-{��w�]�)W��x���i$u�r-n��\�P��Vdu�K���e��c~�$�'�ʪ0�U�:�'m
�ʢ��t����*�LB��&���]��2���qnJl+.͕${g��/�ӛ�\��Ù�����dK�{/���ϰ�Š�̟Y�X�ϓu�W�d]fP�y�X�C�hg�H�%��-�Ƭ�O�A�[��|��"i���\e�U��Ҥ�_���;4G�{��-_��>��F��M�9P!0��B���r
���	R,V�G�N�'�>c���u�mZo���;D�)��F6e �(	0o;�<F>���)�D��¬�!?L�c��ff��ۛT`��U�"��cF��P��Y�&n糨�$�R30gR��K�G}
UM��/�>9d���!�o2���R
y��N�Hb��2�Q�K)�c��]�q9��ne��.|O3��D�E�;A[�u^PBO�f6�Y3j#���O��<W�xVYQk������(�@I���V���`�M��*���%R򻢨��0U<l���ej�b"W�	�y@$Aض��nx�*�)
��}�g�6�3�컂��\��6D\bȁ�̬�W����U!朧��[J�!�f�M���a��sƲ����O+�k���L��l�n:�$_�j��ej�srlǍ�fNH���"�2��2Ƽ���[H� Ƿ��A��*���w:(b��:<JXǺ�Ad�ua�ԋm�[Ȟ@�� �VNYD�,�ٖ��>�7�=���1��tG2ڨ
�<�u�˔��B�x����e��.q���m���{s�Q0���4�9�74X�!��@i6�a�� 
�(
̛�I��j
���}��Lq<�5[��$~f� ���3������W�ֺ�FʌZaɛ�V��k�}�o�i8��?�`8�T����6
��kuFOG��ր����+,M���sl�FO!�\�d�siyk��:�6�N��L)��Z"��@Q�ܞdWz�q�d��u�9fLwH�ie��j�����3ZFL4ۧKo�|�|�dM$�X�eh�yXJj�΁���^��ٽ��8i#�=�B��<…(z�')rȘ�tș"�l�C��o
�����m�Լ9T��ԃ������T���3���3�&���tpB����쬃�w��Ǎ�b�y%�.�0�mI<?
��j�f���ܝ��'7R�f�O۬��Z��j:��Ah�R@��דv碕=3��a�	
�����W��<Mm�=1�dZ�����������p+-�A蓅
Lb�=��PM?��P��sf�=�� �$�6�8��3o�1b�T^��l��_�+ۇ�(��O�5��wy�wX���p@�=���]�Éw2y���#=���i�m�#������,S�GѯBg?��2v��U�$-�e<�</��]�4��7�m�
i��ovT�-��ݎWBzw:f�\,P�ƒ,�cbN������L�4�
M'��Fn>)$���Pz����`��,ly���{A�&t�˹a��d�Ry�|�`��s`�*/�@Ra�{�d�O*H	��#�Ix����${��hv��t�*U�y�-���z���;|��qwLR]B�-Ã)t��@w���*Pq�Vd�ò�,c��6�,;;��W���ЮR��;2ʣQ���	1e,��� ��`L�@���!|tɶ�5�3V_�$�=z@�
��h&h��U@\M��TRnd��$n*�tb@��€�T3)ieg} �P�r2�-P�#L��\��j0s"Q$�E]!�څ������|���$$�V���߉�}�[i� ]"���G�P�T�8U�j�?���8у�o3P�lk,�����"�����#��@�ۊq9�ޑ��w�v����ב��UQ8�31�iI�d���>����k���a�7�%�x�e�@\X��Xv�3/���󁝕���;M���&Tȯ�v�9��`�{Ma�ma����8�G�ڞx��*�xX��U�����D~�jV�
ec��jAuW;��o>^C�0�w<-����7ͭT��7�m=g��&ݼ�fm�R�$X�1�n��a��V�{i)h2�{ٳ�۷liq3b!g��V�T$����0�淑iZ�����,M�7��r�d�ʻ����pą��o�~7�j��V����M/�?�D��l�1rq"ߺ{3�}�L
N��w~6�Z[�V�������!ct�Ufnٻ.׳���q��V'3Gn�%�<{��'��J�m��Rn�{~d�Y�>6f;�U*�㚲�F�k���
���sѲ�R4+p�ƥ�ͻuzv��?��Y#I���[�6��l����r@��@����W{3³=#���-��l��ITF�
����4�mm�ۈÖ\$$6YVh���ˁ��fE�Ck��,,��aB���B�˻G�5e�1��.��SZA����*\�ڰ�J�V�uft�J�Gi�=�kI�^�>X�Q��4�ˤm���M�\�]��
���p��������X#�n6R���沑F��{dp>��G}�"�)b9\��q!m�Ε-#v�6��	\��챎�dԆ�v'g�m���p������^��B3`�썽�>�
+�2|Q�
�/v���h]�n�#�\Ttf��*}".���"��5_��&���dN��w~��%�h>dAK%�)WP���u`A�+�y�Z̍����.FLCjp�u*���Bѓ�e#�mi��?��X��Ƚ��(<�k�t�Ru�DZ�y[��L��4�A6��kՇ����>պgI��2bD�i3���I�T�'�fp���z^c8���1bbD�S��#�ݹ*��Mj�m�2�JY���.�ۺ�o]�9w�'"=���g�}&	k���V2��o���i���bK|ן)���̠���ʭ5�di��q#d��R&�w��dI����6h�'�&Aq������F;?|����:��~V�o��L�1,{Oe��4zy��i�g���-�PHsQCɵ�kR���e�y���u�K_Q<�X4�=A��;ō��8Υ�*6����*ڹ<�:'��)���y��\E��iB��!���i���Eƣ�x�?%VDn�2��\Dk�bߒ��r�r(�p�
=���e��@��]��T�!K$��#	�~v��l�)�n$ߕ�ֈtF@�<��DY��m���
��ң��~NڐY8k�ƞ��BI	+�GRJ3�TF�H���©���T�O�_�+]Q�ހ(���+NL����Ѫ�
92ٍ�2�v<�
;����TI�����J�*,��(�f8�p!�s�A`ˎb�h��pu<��I4��� �����a7C�|u׋��jj҃�2n�n*�$ۆDD���yԒ���p��[J���%Hwf��,f��WR7e�B�7��D�1�1�ۘ?
R��.d�+���XW��M�Y�e����\��9��fu�����s��/o�d��u	���b&.ʪFp��1�}�ګ�����m�͖EY2�l��v>\rN��
n�[2I��7	6�\A��F]�5[μ�*�}/mPe::l��{��S(��:Mʹ{Z��P�/Pwٳ6$\PPJ���EQ��c��F�"z�>4���RyzISb��
�=稲sw<��1�iHt,ok����O����S�x��`��\��N�q��Q{��+�ٺ�}�� H��~J�nX�Q�M�C�͎�Ÿ��I�](���8�e�^��$�Z��BPA�HU$�V@�D����z�*�x�X���4���(�j��I�+�f�<7Yb
a��1�"_��H�uK�s��Y�֨���>���#���2�Š�u"��n�f�5Ƈ����ȿ2���@ ���Ά4E���F�vj����{Th�"`�{�a���)��/wɂV]I$zgN�-o䮻L�s-'�����
�������6=�죓�dg�*k(-�@6�$�-u0zwKo��l
�=�r��$�|�}�&,�L��v"�uN<��#�@^z��&᏷�ugF�tQ�:s�Yl�@[�a�E�&�@2jX&b���s٪�
��FWLn������%F#�z�_���@D�� ߰�l'�g�o�#ĤI�7�&&0
X8
ڀ�;Ee����y١p1��E[���V�%���E@!&�p(lN��Z� �����j��#��E��C��I�j�q��6�&b�Ĺ)淀���
Db1PF��������R��ğ��v�.�ǔ���:��1�*��&�;v4��W|5
85��9

�5�B�
[ڴx�X���J���]<�Nƀ{�f���c�������c�a�qeFa�Ζď爮��pl}8ꎦ鎓�˦rp/�u�9�!��*H�b��۪Y=��RU-o�G��ǩ]Y�]c��9m>$[ZJ�q��.L`x�$c��m^m�ҟj������
7��3~��8ç��l��8q���8�:c��xW�n�V��y��e�>�v��p~V�za%�ѺŃ����;+33b�7�L�~4yY6�[�u��ɉ��R�����ן̵6��u��n:k���N	�MWv^�����Bx��'JuOJnO��ogj;��u�(��mљ�E8b{B����y�*x_��Vp�7�W�=v՟:p����Y+�i^ը�&��]�ژ]:ΐ�&bn8s���l�n��X�{�Z�I��c����M�ET)�������N����n[�{�ɍ4=5���߼I�RȦ\���-R!q�$-� �������*�~'>�c�U�E�-��|?d��7��z�f�m�b��1po$�Q�D�晤�u=��l�Skǡ[W�G4km�Vnʴ�����&i:����i۷�z��Wvl�Aܰ�]�")�݌�{��Bx|�F�H�ͣѩRʯ%d�\ԥ³-�yxT�
;U���U.Ǟ���"��zc?dܢ�ߢm�?~�t����,p�:$}p�:4����1�^^�:=���ήP��������V��V��?t��`���M"
�x&d{�Rc@ȺX��3C��?Z��-RK�Y�Gv%N�ӽ��91��7KXʠ��4��P��{�5Dܻ�㫚����Go��rl�W��������&�j���ޙ`_5�K9P�`M�:�֯N^�>�3�g뮕�\H����%�V\���\�P7�i�qÍy�6v�Ip:�f�-���L]�l,�C4bs�N�o1����}���ao�UK��go����n�Ϥ�T[�������u$�|�o�-Xw5���q˞�Q>���m�Hc��6�_���- �(�b�H��� AM�NQ�A��~�FR1�#$��y߉�*H����og������$�ܳ�~S���9.d(~�y;�FF\�:�����U"F����=�Ǎ4����ز�=��۽UTA�x��e�?n����vOK�W��xV���푇�i���W���Z�">#�jĚ��s=S�K�����ks�6x�V<\i��dM��,27q~�뽹g�d�w����g-�����M�Pu��]�o����r�y(�:#̑h�#@��k��%�sқ{x�v���q��·�v��Ëq�錁�>|�c��wW�,����u�_Q�q�m{4�.�K���c�jG�MϦ�wd�����ˎ�psT��l‚E���G�mb���^nZ�z�+K*����T�k��7�p�����{F�+ny~��6�`��x��6|3��r��IQ���+�oʪ
�3���{���=I�����8�g���q���q�rƃk�,�v���o�/)	���`P�\��o��m]�gD������k����ןykn�E^~�K��Y���T�m�co;�F��A�du���6FL�J��6P�b���H���}r����ֵ�9�\{yp��k6�^��M����i�l,q���$�Ln��qz�d�*-�:b�fd�Ǐ1dG�\�+���M�]W��|+{uV�M��S�`�k��
՗0�C���z6B�Ӻ�t[�p�j�N��}�o�NS'���"Hq��7H���Y�os,����ɵ������Ğ�z�p�8O�^X탩��X��\?�12s/�d�A��͢Y.t#��(��n�wN��S	�0��5��^�o%����k����Z�PE��n۲�ӹ{�x\�,�F0�ʑ���^0�q�nQ)�+��σ|����~�0Ŭ��Fr�,YT��/�U�(Cc����>��۾#f�HO)S�e�@R)b��9��+���qj��G�<�ڏ�z�Ԟ���:o[�$� y�d�V��M�f��Z���Z�8w�GN����1A�:woz�
6�[�h^\|^�t�t�O���c�j�W�K�S���X�6Fv.�>�����y0�*�ʪ��X^@�;Y�������?y�n��\�C�)�;�˽��4�Տz��'�� B�A�!I.��{{kIl����+_N�\du,Z�	s��nn��'�Z�Y+rr��	>&'��V�2���G�V�2�RH�?��x�V��N
we�r����}I{k�YQ������b�Z��M��F�˚3��t�$NT�,Nֳi?j�O�n��T6?�ߋ�kd-��(L�6�����K&��1�
I+�8��@ -��qq�@JHxr�	�<��U�S�Pb���8$1bhe%H�ɼB6PH�ݴ�E�3Fn�Ǖ+2���TgwC��Q�EX�2�D�J'�ՙ,٣|��;q��n�͏c��]���d�E��̌�5�߱5�$r�VGJ���]���e�{AIG�Ikp<}�8֠�k�D��))go���[Fv纜,���b�ի(�s��_�Q�´C�uSt���G�͆|_8Ial�E%Q�f~�����[sx�i��d#4�i8��i��G�P�fvF~�ղd3G%�UQ�Å@UuXG���ml����<���	l9�Ч������M�#�6<.+��P������s��q����KC��b�Y�*zV׍�*�!n?����U	�y���	�k*�?͓��ki����1'�GSpݿ{h���C'뮨�#ё�3�xʎf�̙N���b�jϗoʁ�Զ��u�a�5�֍F#��&�����|�Zڴ�ѕYΘ�w���sΗrɝ��ң����U�V��(�q��<꣐�e<kGD�?[��)�xW=ǁ֨��r~���?	W�3%�G�����B{>�m������_3A�*١<�K�M`tE$��O2��v�|b�$m~�*>��M�f�	����!6B��?	'�ֶ�.�9[M$3P�Y�7*��%�h�z��
smJ�V�c��m��W'&�M�YbdEa��qn|;kD6~�)�we���$�+�V�x�?*ж�<,�r���/�듈���,��ƀ�17Y]A�ɖ&Z�$�7 P���Nv�ͺ�q(�ߝ{�Ï���/@7)�vFh�p�<ў*��P��Z�=�<�h�3��O�K��׽��� ��e`�6�7,��*���\���߷��s�Hݢǂ0�������Yr_��T�ӧ���u�'�n�Ze��ʨw�1�U�sM�@J]��W��ʉ&rꏓ
&{A淒uFx�W,�t�TG}�hV7Ө�
,���@4@� ���+�⧴�T��v)�I�*��9�IJ�4�D�z����=Z��Oy\�ảf�͓�^#��d�g�s7o�I�{t�o�AfE��㞝hA��z��)����`lm�3/7�Z3;����?j���R��PC����Qm
/�6�d�q���Ѯ�ڭzY��N]���Lq!�T���{U�H�}�iub���$���\~��<�a�����5̔���J�nKMn%#�	�hI5X{n,x�B<.�E�]�˪�,n}����ߋ&���aP���6�
�.I<��E���5�q#��O�8�53Pw'|��X�+.IV%���G%Q�²��#!�d
n���?�Ԃ������/V��#$�|(��_�x���
'ާ<��d�E��f�MX20&��;ԁ#$�zW�SR.6p
��X�
:���ȿq��Z�+ph	Y#W>У��>**�H��N?
jh#�a��B��<|��n�/B���e$��S��>I����X���?��WM�,����?�?��_�Ej���y5�Q�N��<<t���2��㾈b�DE�����UݓIp�ܷ	V\����UҲN�#����mVe��m�y�2FV흑�d��|�^g�u9ca�*qo��^]$�s˫$��VD)�Lj����ȓ'.W�ɔ�iX���f�&�?�4%$i�+h���T�J��@H����ȏ'g�Ȅ�h���w�-�5S�5 �I#���yݝ�,I�I&���ŋ
���O!B�	"ϰ|�
5,����pH"��8��ђ�|��7�X萩���`l�l��432ƥ<��'��dfI<��A���ʩ�<�/ۡF�k�Ï:#�6�
�GD�#��8���~�I�A�O�j2<��z�ǣ?������J���
�<?�6���q$��{8�5P'��(�_ePI�Yh�@=��
&>����&��k^�*�&�%,�ú���yM��7�*�Ѭ��h�dќ�e!�iyO���d�����rr|"�q�t����ㄍE�ْ�5����Ƃj�-�@5�
L���!��E�uZ�Iw��t��]Q�e��+PA��/k�L�,fTq.���Hx��X���0�HЖ��	�%-ś��ۉ=�@�L��qb�RØ��2�G�H��U�8R
Y�*:�u�F�x/壑�����A���6q$��F4�y�\si�P#���6�|��I���~��)�4I�3'���{�oj�tj�ܜF�cԷwRm��%p:�{jx"e�V�-�J�c�=_� @��>#����=b7\?;&0-��~&�+;n�dh=4�>cLߍ�����~�{S�c4zl2����Ȓ��������!��VM���2/�9v��NH���^**0���Q�ɱ؜+XՀ#&EU$�<��i֙��1�\ڼ���7y�E]Z��
���6e��eX�G���#��$}�^�����Y�S�4J��HԿ-�f0f���U��J����xO�ƴ��
�/��`4��I�Z#p�3Ǿ�`jDo�N*0�:�b���5(,`����"q�Y��g&�Y���[�����g&��;nt�Lj�)e��a��WT�4h�Z\��\��av��?%h��Zn2�TbɁ)Xc�EӑA7��):�.Id�����G��X�k�l>J�:o��6S�-�-G��Zx���Rm�P-��d�Y2�e�d*8�{�B�5�6�.ߡ
� ��#�d��dm���Y,������є��3��~D��D��YusH�LShd�C�g�#T��!�F<��1�o�Uv�cUm��B��E�P-1.E�T���4�0�+�6��`y�;�0ǔ��@SLF��wX�o����
��䳹�����]�@y�
n�	G#��h�����h�&�4�����'�=V����ݱ�vH2���}��Wt�����(:#�d�
���&y����!71@Ǽ�4��p�[#Ƌ�
���>�P	m�s�>�R@�0�*���2�Id���X�|��ζ��Y���ܱ��N��a�Ԁ6w<!�:��d)O�,v�*� �[>;xeR{� \��/4j=�	��2�	�a�t�����?�Ԁq�hG��:�HF��~3)�?���$tn�7+���~��fO�U�:sc�ī��h$O�{��Sn�B�ywL5%[�d>z@��u�o�S��;�8F���~v���%��?:�v��P�	8w�o�����������G�:���+t�����@�޽�}�,l=����o�i��_�c�|_�W�K;H{�?��E4�'F?��EXd�>~?��EXbC����(�0v?��E!�睏��~QV9�A��~QHd:��C��$+,���@�p�I�ca�h��:� ��pqa��J�pH'�i2:�!�5��E�#��T����
�^,8v^� 0Qp-Ϗe �X��q`8��x��a��*'E��C*�.�n9��F�&�# :��n(�l�9*O�-j��v�
=��$��V- H��
b��u`H�O�:Ź"�	�c�!n6�T�m7eŪ�N��|��!�u*x�UJ~��Y��"8��bq��J�(���:|��TȒʲ���b
�)!C�v�Ԍ齮:�ՉE�u'�t!k��<E�����7�@$
&���6[�LƁ�v��R&��A���C����Q�ܤ:���H��`;I�OP�G�T�E���Q͞��./�ƩkT\�84wq�A5
Vd,&;�yި a{�M�F�̕��Qp#�q(����D&o8
�[7&�4v�ý�Wa=�OبC�z�m��2b2�����_�T����PB�IwI<��<Ȋŋ0iM�N�5�W&N߉�bn�Tb僷nM�S}a�[��<��M�H�����qr,���ʀ�f�1d�_�	Ug�{<��o�3�*<��Gc�Y�*,�$eaF�������k�l����0�*��l@խ��r��z�J�D�Dž-�x�OEIsc��T�ko����d�I$�z�D�ظ����ʓ����3́��](�ؿ���WTql�U�xV�2�}�]��c���ki��gz�4X��c���/sqk�Vd�.�q'l=c����C�
��j��se�����H��S+���ac~ ���k�$y�$��Yf<�k�����ϲm��3�$ࢇ!��j訙�ٔ=m�B��|ʻ)�^d��2[c�ۙ��2��2;RD'O�)��V�p�o_,0��mH��/h*��Q9�Te+< (��ֵj�3O��6ŏ2��H?�J�\�`�tM�H���*xX�k�S9�u�#����_��·Ffȑ�;�^͞w}�[j
�T��]�92�]�c�O�*�*�Jc'��x^�Hw��.d�!�	��"���T��p���<u�"x�-u�f��ʀ�o�����
ˋ tn§��f���X^b�e��m�:�� E�T�w�a�h�2��Fl4�<��h�Ks�΀��j�$��@IQqT�@
�6�Ѭ5q�U¼8U�<x��pdD�Y�y#'�*��Ȅ�@u�����#ݽ�W�@�j.��Y�ۇ���$~b1
f^:{�P6A�9��<�r��R:������@@;�M�݋sğ&?��;��b�����?0�_��#�����v/�c��ñ~����@s��7�1�
~��?�q!����7��
~�l�q!���^�?Fb~B?�����f'�#��]�ј����h�w��Fb~B?���ޟ��������7��
��ޟ�����?Wz�f'�#��^�?Fb~B?��ӽ>y혟���h�s��E�~B/��;���~����@����_�G�4��������@����O�G�4?W�ј����h��l�q!���^�?Fb~B?���ޟ�����?Wz�f'�#��]�ј����h��l�q!��qpp�ѓ<tc��$T��!@�;������s�H&9T:�r6`E�s��E�~B?��?W:{�^'�"�@��\���x����iC�s��E�~B/���\���x����j���\���x����iC�s��E�~B/���\���x����i?W:{�^'�"�@;����a����?�����n/�#���z|�����@'�k�?Ea���4V�s�V�<_�@�]9�+�/��ծ���������N~��G��h�k�?Ea���4��ӿ���!���Ξ��O�E�4���ߢ�?!����N���G��h�o�Ea�B/��վ���������N����_�@�};�/�~
~�t��?�x��?V�s�V�<_�@s�k�?Ea���4��ӟ������Z���X��~
b�����Q@
�X8�;@@xNlXf9�V��"Pÿ�hhh	��W�,A�;�9ws�-�������4��g�5�Ht�.��@9�Cq�G�	�qڴ8Q�"��	�D��s��S��!�
VgG2F��B?�=��ʌ�x$߾��"6$�� z�L�XP�]Q͛|5!E��aa@A�h��Zƀ�o2GR�{:���+-��r��U���j�䅢�%ǁ�*� ݯ�Z �Q��bY�r_�M�-@y~�6��-����@Զ%����T�,�4~C��uu53�X4v�sT�
���"�5\Yt�*��HX��?t;-�MB�}D�-�-����H`�B����bo��.=��<�7�7(��@����#p�n�E�ѝA��X�v�,�Z {R��3I�P�Y��6
��F�4�&@�ˈ�Г�H�ǰ��VX�]-D��B�kəR+�.Gex�*��3Q����M�E�$�*6�)�Sp�Ǻ�֕R���f�0�h_n��ʔ�D+�l�R[3׺3s��=��#E���kp���zm���I��}�R|�ǀ��]��p�%nFL�t�u?`嗀A��M�o����d�R-��o`�*4{6m�c7�=g>o������
V��ö��F�K?�n`�n�ٱ�R)�Aөe��;�-��X3��i��qLe��y����_᬴y����9�X�Q�=��\��՞[��yV׹/�k�xG��4tڲf\�xߍ�Ot��~K�U�ɖ���a5�.<Q��#��DC�r7	�v̨�#)�%���$��6�V��h���&я���+�L�Ur�p�Gn�v�H�fw�ݗ7쌽��b���[�.�ԩ"N�_p�d�Y_����#��n��V�91}K�Ɂ�Ȏ
�$�Q�M�z�Q�9[=�I��?�[Ic�fwl�m��r�ga��]|�W��G'+��� �a�Bt���
�d�m�NN&#��-Zl�D�!Z�S!}�QcH��8p�����j�غW�%u9>I,�(��
���:�L�`�����7~*��y�d!ԋqy�wP,�18�%^���M@G�5P�� ���m�@�0�/�� �[�����	��*�f�&����ラ�SDřP\�*��6��Q��HX8���V@��@8��9~��ؠ�'=���{:�Z�s6n?��Pt�Ld@pF��R�ź����P�B7/��X�ȣ�l��~)�o�_G�iO�XO�_��oâ�O����g���_g�[�����7��e�q?"��U�Zv������u����-�e_��h������o�)��/��X�{���?"��S�)�>f�k�a�t��~>R���n�ΰ�Oȷ����S�|�ğWz��~E���|�;G����{��o�)��3p�������-�e>R���n�����~E����S�|���ӿ�-�e>R���n������E����S�|��W�׳�"��S�)�>f�?l]l9�?ȷ���Jv�����Z��"��S�)�>f�b�_���[��|�;K�6�d�o���[��|�;G������w��o�)��3a?�^���G����)N��6}h�m�'����)N��68}i��� ��U];G�X����c������{}��,p����?�?���:v���~�:�����'N���o[�ܿ ��S���>b�?m�q�����e>N���,s���=�_��+?'N�_1c��޻��~A����Ӵ�1cҽ*�������q�|���1�>Z7Y�ݫ���*4����vX��u�tԛ�����5K.�k�yY�W'�=o���'���YRKm�g\�?�-#��o�)"=l��Ľ���)$���κ�c�@�y-{~V�AM�W\��8\9�!���I`n_[:�T�+�,=݉�[I!���T�.'I�lx��=�d
��޾umK�YO!`m�OeI*����
���w�JI`I���.�p������%$ȵ����I��7�����J��ם��vc�1�r�;'�v��W�c{���3�����m8v�Kq������=x.G�[��C�YU2
�֞����B������#��~��7�~!���J�@OZz٬���~�|��잱u��������yID���7\��܅��%���`p��֚A����*H��u�����o�) P�{�x��Z��,�)�I?lgc�d=߉o�) A����v������I�8}d�A�F}�K[�%$@���-�����)SP��~��z�d�f>���5����̨�d%��:ŤQ"ǫ��\��y��x�F�c�⺧v�r��D��yx���óE�z���y[�dF��YO��5�a���('�"�@@xPF��O'�f�iI��p9"����ڀ����ǖx�T�Re���y�9Z��L�m@F<Z�Y�<(S�g��&�P�=�.ov�'�,f���*2y�5ۺ�͝��*
��=W�T2GoetG3s�������>�'��!!y#m,*�#��e�3�C�F��*��G�����{/ZH�Զ��yN8�a8�ng����x�|��'��`m��7>��ʄ\ɪ��=�/I'�!\<�t��L��$�>��~UA���#�F�8�b,�c��+/}�q�j��w��s�8�)N����l{hR�	�q2��68���Q�H?V�e-z���]�bl��`�мE��vW<M���.���+�l὜lj4=#���������cJ%��C*����j����d�wS8�B
��M���{��������˗&Sy�"L�iS���^hl�3;��7.��ȤY_3,`�, ���B����u�����;�1>�����ď5��$h����lg7m
[I��T�	�i�<Gc�{+����u��L�†Ƶ�~��-�Ruھ�~ѳM���aq�����x��dz�D�;[yU=8����G�I*ѡ��[�j��NE�4g��Y@s�F؎�j#����wSp��p�;UU��41D�,edR�#h����>�\��>���X�p]p��9$�Ý�5�`r6�uM��ŽH�vUG��Q��I챥m!��p��爐q@X��u)k�K�J�۝t��c6M�u
�;1]���sɑ��eF�`\�y�rp�T�Dqď6�oo�6:!Ϳa�^y��o)�M*���߳�5�$�B��9��,�1��9_��Z�܂^�c�v����9A�I(mcu���^�:�D�3˞W?5����� {{�{l��<|�ϊ[��ಟa�'�o^�q5�MsO(�%t� .�m��H%�'f�܆�2(����.A�8��ݭ���`"������~ڇ}����l���]3�!j�P�j��ٻy�*��}'���>Z��RA�'�di�z�l�ŚݵA�{�� ��>$��d6�~'q�Ր)��;D����Gaئ�@9��A&��nMP�I̠��
���P�=m���@<�����E"�r�A<�$�J�4��8��A�/����T�z�\��щ�~�$s����G�>l�[dK�v����G�dL㼬@m&3�H��*W��Oerݤ�:m4/l���O�ݠ�O4��vS~�W�MW��VI��>Fݱő�P]�\p���[�n�q�m:�3��O��#�5�O1�xW�n�Ǜr�ƴ۷⮦d�)Zƀ]��B�Q��@h���T*(�t쵨(i�@sE
p�
$�
�,�P	(G@$�=�h�@���΀��9������hn��@�?��1�����=�.L����I����u�g�.�%��;~^u�BLC@<��n�_��tj����n;�}��Nhaω�|B�:#m<A��{{x^�NI4�y^��>�B0|]eN��C��_��d�p21F���O3o��P�#��,9�$��dK�eo›���1$�ۈ6�
N�-�@b��}�����
��_�5.5_(������x����×��k;���;j��<�`m~7�,ku-k���x�тT�T+xH����@��n`/�ʀRi�okp�k�����E��MFQM�A[a���V5!�Oۻ�8��N�R#o�*�jU,�m$�P��O��U!����ae>&�Ꞥ��7Ȕ��;�w$����茲����ϲ�
/�����M�Cʒ�˫�I�dTϥ�.ꨧy���I���#\\}%���m>��7ƈ�����c�@ϳ���W�4�ݚ���́$� ]��_�@1�l���P�k0���\�d�[�!yr�|��s4`�I"��������#��o21$R:��@H�c��1�$��(�F��7���;)�*��7�#�TFY�oΰͣ7�|G��mm����M�L�*	<
tG6n��&]��h�~�1*hF��I��.��Ta�b����`�#L�t���$e����!���d@�˒ؤ/j�K�^�G� �}�6)a��$��-*UG�
Tu~䘻T���IUb{lM�J���g�����^tȐ�ev8��\���{�:�:��yÐmg�ar�ݫ�0�{�Y�vB�aūh�E��߷��v�`I�&@�EYL�J]4ɨ���V.��S�Y�V��D&�X�<�6?
j���ep輜켄�)1�Ս�+5�n��\�G�ڲ/6Np�uH�h`��"h?O��jϒ��F�g�&M�p�l��WW�_Rq�~'�[�2n��^m���R˶f��ԍ/bU���[�^_%�����6>��vؕ�4�.��vQp�p��j���%��w]P��ٌ֛���
�W5���lgcyn'�7��W']DH�91�)1�7d'����ev-�A��#��/8V�2�<�+eb~:�Έ���Lˉ#�"��]�-sgZ�>�HwlѲ�Ϲ~/�1%�q�tۤ�Y��{'�[V۷�Sns�(}� �.W��_��?�`z�e�}�xǍ����z�#Z�S�p�פH�}��:/���ɇ�s|��2�+���I?ksc	M�f#��S|�]�#b8���L�-�6�|��m>��4�Z��oOam�g�^s�S05���:Gj��O��8�r@��fq.;hrF���_�����_2��W�h�J�2[�>�#��g�X)-p2�F�(@Y�5���,�J���O���+ �p-u?f��GQ��k��'�ȕBHejױ�;�֬ph��LX�bi��W��7u�L��q��<��|�h227x�8��J͋`s�9�be���0�ʷ��v�.��q=���l��C(����Ǔ���
�#1�۲�)d��O��,^Ւ�k�ey����$�I���c�$���Ub�r�Q$�j���mcTc�t�j���P�S@VH��@=�d���‑o
<�%q�2ԧ��P�:�]80�#��q� ��N�(�H�Ba��<8ڀ��5Ӿ�o�
�A�>tɌ��Au��F��g�dpm��guMKL�D�uw���X�;j���2��}�/ݏ�}��Z-YE�U�u�AﯩW*OP�ǝh��e ШX
tp�s�8�@p�m�΀�#�h��25�X��Q�/�@�i4 �o��aB��@$�ªE�@6сD�j���J���������c���{��{z\�m�0�C�8�c�?��� ��o��
& </e�{��څk}.a�<�P
!K���Oi<9wU�QT6�����B�Ro�aP�>�	
�n��Gت�V�1*f�#��P������d
���.�[�P	�ac��f9B��{�ē�~
JnJ���-���@-�E�ak(��T8^�,|���}#B�
�dz�}	�+|y�g�(A�n�_I��^�%�
�!G��UN��i�V��@:�8����s�q����t�n[�g�F[��G(i`��$��-�Z�p�r���P
��;d��硤��I6[�p��+,�n�F�$؎w�Sɺ�Ҽ�{�������,,�e��yU��Pm;A�r$u0̼C���A������ڦ��!M��7��ݪ'�˕�$Q�L�݀
�wt�U�#ͼ�g��o�޲��釹C�Ob����A�o�_�����f��9j|�0�p{���~��^ʹE��(��bw�k�>_��@=��׉ʑ�ƀ�3H��ŏm�9
����j����`8��(�PHX��Y�|,yP< �P��0t�k�d�t**s�M�:�4��kx��3c�J�Df�d���s��0͆L�8E��2;����U�=���׈>څ*�T���۝fJ@f��)$"�ϥ8}/eFh����7McQže�
�2Pm����gc���2lO/{�oa[&Q��Y1U��[E��q,j�=��II�{�n8������Tz�U�8	����� �IP�i+�~.ڀ�N�.n�~)�ˊ��›�Ã)<�r���L̶_��3 `tH�Uݘ�&�nŇ��x��fby����	��n
z�=����k���a$�fK�2�[��ؚL��~��ý$�s���v0�؄7�G�Ƕ�j��ӽ��~�����nQ.��1euXvZ�=|�@F�MP�{�Բ��2;4�=�����)33=�P��Çm��gD������Sf7�G�G�JM�"BE	g�����Ʊ����V���YQd$�����PO-�#�^�죃�m�zG����Q�^�� ��{3#�k�\8T[ZY^�j@뼹�zW>H.&1R
��ƺW3��N�ϗ�4P����%�W���k�-�+#y��<�|�uIA�Tr[�f���s�z{m�%�[{n69�@��QɬU	>T���-��hei�W�r��н����;jORF�IPE6*�[���{C=�R���m���/�����n9rj�j��2\Ԝ@S�-a���Ѥ�=�$�(]L���������TNE�Lg�$3Ȝ)gS���۱�4yh��O@�4L�5��k8"�9{R�nXbF�)��t�]=��֧���_z9	�Y��@�*��be�/��<��'�125���q��*�k8O�ĕ,�ٴ��՛�ҭ�1[�VH4���΀zYah�+��I�=��'��UDX�)ev'��fOƯ�n*�k3��La{&��PLĔK*�_F���&�9Z6<T��@q�%x�@�ހ��d�Z<��>N=����y���O���SM�mj
�ߟ��^T��P�i�,h��y�@7~4(��OۤX����@hz�~ǕW�'YS���ހ���#i�Զ:���5�>[Df��o�U�N`���^#ԙ��1�<i�Z�Y�\R��6�K��Ci�oT�P+ZtO��
z�}�p�;� Z�k�y΀9�
~F�H-c�P����
�%��x�8��J�iH@�u�+@%��P
���q�O
�I�P	1�BȂ��@r�xЧ
Pd�њ�=��am�t�=���_7������2��E
�2��q����I�ʤ������`��	?����ò�����R���o�u^�?�@9��7^��(��Q��������U���O?�� �1D��@Z���6��!""�2����P��r�����M�XR����~��D����`�R:d$��yp�
��hA��@b����8в8�,������H�ŏ1ē��`�8j6����aVH,�NgIo����%�1<�+|Z�u
\����j�CiV�6<	�D�B�x�� +�,:��[��*��G�Qvxr�TŴ��.���$噋P-�yB�̑��ψ}?D�s�Y#������������6&�U�@ҥ{_��U�,�5�=/�_M0�:�3y��8"�r����ijݤ
�X�z+��g��R�u���F]�vlm�}�1��*�����޾U�{֓�6�D�؏�_��+�F�WP@|���(�<�S�5��&regA���
�gf�P1���@�m{~6D��X�p��J[�*���I$U<(Qy8�$�P�98��v����J�P� ��O��J,�l��B�ͣ3�.�I�d�#
_��j�,���d�Ҧ��Y��G�+fI�.��h
��4�O*�FOx�#���l�H��� ԓP0�r+��G�����'7#"8��_ƻ����WZ�$G�Y��]��op���Y�4�����&$����,̀_&2�2q'��F�_�mj2��`0�?Rn�1��L}�X^^J�[����]��o=O��$2.Dq'�-�Rjb��ХWJ�6X�,D��7�LJ�^��ͬN�H���40� ûb9Y���Ic�_��W�9���7��T�B�F���q�[jy�GR�e�*��z�?7d��yLH�^AmG��0R�p�a��1��~mhOC��}�~�z��EK(���s�.��J�9+�i����
�r+�e7��@̅�Ɩ%6gR��Q��?l���t|ݺg�6*T\��>)=+K����l��&��IP��-�O�Q&� M�n���6��xXi*���M4�%,�^6�.����.[.�(�U����ƻR�q���R<X�dQN홖�L�`|!����eO��������m�̐d�[�����R
�����
�H��ȡ�ǃc�e�ޢĂ=�t���xd&8G�^�2���2|̕��"�;��#H���N��y�7�����$ѯ>1�q��'�1Zl���O�±�hF����.�>�l���4`_�+��޺�Jpk����X�[ߏ�9��:L���\�$�!�O����ɜ��4�>c����R~���+6�]����o���x�0��T�㮵�s�d���L9�|LH���a�`�����eqRym��`eG��	AȌ��-83����}�I�}�E�Q� ��/|�<WYK�j����xh��8�"s;G�B�������X'"�X�\_�*�ו�X ٠8cFBo�^��@2Ï*N��\j����A�cz�p9�>@⹠II<M�	��'N��
��xs��F"��@۵�.�A�j�'�9p�8x�(P	sB ��%cEszQ�3�7x��
@l��9U�b�P���l�w����3��A�\c��o{_b����&02eU7]W��bz(�!ΒH�d��Q�m@�!��|�q"�$c(��J�ٽPZ>�[[���	I	0���^>c�y��oJ��_nd• ��֎<��:r��>:��H,���4$�@y�Jp��d�i �U� �@���9�Ր�%9�|t�!��5L�h��UA¼x�+@ ���Q;�P!M
>!@{/�D�s����%+�u���ޗ&Y��ԉm��1���g����������P�f2� v[�
�h��qQ���jV���󷲩� �>Bf2��,+UBEc�"�gpt9<��@,�||A��vwT�E�����{�
�������`rZG' _�b�Bdg@�`�����b9�o�A"��J
�Tp�c���]d���:�l�@��Ck'WѰ<�P�X^���UI౸���@>nG���}� 5��(`8���hw%I )�� 
J����[�~}�A���rF���Pv��r���}������*ϧ��>�#R�kq=�ڦ��Q`��6�j�u*Ya�܁���f��>�d���C�(2(��q�Ҙ��s{'n}Q��U��89A��͓.t��I)��$e�*��x���m�7�#r�&>n^B�aJ�p2�%]\}�#�����e"��])<�/��N�I��ƒY�fhT�>�M�
�@P��8d��4�ݚTpy���ndvPY�/�`�\9��� C��he�8����p�U)<(f�~��(	1�A���7��Ԁ:�e�sp8
�k'(���:.ex�{8�05Q��ň�R	�5�m��Q�Y4M�nj�3[ӈ�%Oet�͞��
�Sj�	�I���T30e=�2���ʤ�z�F��̃D�V �N��W�j���)+7`��*T���HZ��5�Ҫ�6�٪��=�p�l�'Ir���-�p�z��6o�ޠ!�c%!w)	��I�g
����M�M
o����(�b#�Ux��M!�����ci`0	S@��S�/�EWR&`6������ő��⇒E>�mJ�-yz�;�f5�OM��{�p�	�G�'�!S�ܚ�y�z�ɏ�&I%��҄�A�e{�F{e
�`��L��`���>��Te&�L��>.�Ζ��7%D��o��U��)2�O	����?t���'E��lÀ�S<��I��m�)S'#a,22:6�A �|A����x�MӏC��!$-̎�X��z�@$��€����u�i��6]��1��?��tH];�6?P�m��)q6��S�=�)_tI���]��^�0ۦÿO�ǼʞdNF��x��T�z#�6GP��>i׸mk�I�^+xO�T`�OUV8����h��,�,�^�j�2ҳ>�n�;-@z^n����1&/�f�FF]^\n8���E��<��"+�p�/V�8�V&��v�$
I�yב]��+�z77kʏ.'*����`�Ed�0��7m�|-3)m-a˲���GE�+t��.�������x��v�'�,��ZO�SP���D�%�I[f��|����:|�u&'�W�fť]��/7-�
p��p�KccpuF�-z%.gW�`oRI)��'O&hմ�/��[��V��ϗ�3�30�5���DM�+�}!�V�5��$x�L2�-tnL��&���O+V@�p��Ơ!Pe��Q�q���@1��Ѷ���D+ƅeR��Ԅ.�f����
>��AU@��I��2��eP/1�Z@��#ħ�����k�zJ��j��$��]�A��t:H��\	UR.���q`�Yуv2v�@Z�����P:�K"��D&���z��G���ЧQh2۶��1�v���:ħ����_{��z����yw�)|e&@�N��l-���IU�%��o��;Q���x'#g����6^&R��2���j�>���#�,F����AIq$����n��z���[&s{6Y��Yj��JB�!���ǻ�I��k�t�I/��e�����e%�x������Rk�]�<�A'fK�˷�WEs0@�h��>Zڱ!��'8ڮ�
yW�� l��|�$:/jR�[��ċ
�9{j	;�C���8c<�"�yF��N9���C-�uϳU&�$9e<�{h4]��J�9^�IPM
$��T[�
{����y��J��o����ɖ^��J�M��s�μ,��Y�������d�T�t�
���g*���m7�����C!e%�p�J7E:|��k�*�ȥ�\N�,�d>�h���5G�yZ�.$R�%9[�������� ij�G�AÝ��K�]66Z��접�⠀�{?��^L�^@��v�*��ݜ9�*Z�~��'������:W�k T�A+r
�y��v}
�a��칪�Kr����/�8�[�4���Ǘp�x�
ҍ!+r�s�N'@�E��R=���>$K'�<,���`?�Q�CȢLj��@j�����hT%�j��=ƩD��f���5�P��x�ᬚ2���C����ؤˏ��q�B}�U�y�T���ѽ)���������޼����qY�'7�����A�?K�7�P��~/�����
�<�݃f�J�����+�P�YX�8ڀ���y��'ƺmj½��G���BV+���rLi"�H9v��;;s�,���9�eB�����[X�vVYQ���g��
T���O1�V�feK�I����D�.VQ��\[��q��9�а�`V�J��g��z�2GPJ�TigX޲�eV�fXL�.���\ٴdw�� ���@�k�<|=⽛5�y�1*p_?27���Π�$����|թF2=z�_0r�O��QL�B�-��b���gT���7�������ǻDR�S/{��$l��-�Ye�'Ȓ\�\I�#�&ApHk�V�Ѱ�\�ņ7>^�Ǘ���_Oe���ʔs{��&�ܷl��lr���F���	<�<9���*{�,I�LS�ɏ�L�*���E�������=I�w7A�;���n�~�}c�Ud����V�����Ss�ɸ<
�@�D!�VAY�x�<�.��j��3�H2c$�%GaU7���H�j��_Awͳ�&�*|���(��ܳ�7Z��Cf��w���f��%M�k�� �w\��1��9���(P�F�����=`鮭3�b3cf��y�����W@<����rM�7X��k�q�[D<�b�3�-�nX��A
��I)�����@G̈́�TH�u�eR��M�y��dC��E{��țv�(�E������x@�μHÑ<��/���=K�q8B�R,	7�G���5{.v^7CupI�gxRU��S�Pd�E��BI$�i;�}yz�']�ӺSr�q�BVF��_�H�a�6�gY�{m�m"-3%�����g�uGI�&\��4��by�n?I��̩�"�dbƬ�\�T�rOoVw����q7���x�FK{>�ӧ�.%m���D����q�*��ںlZ{��'��ٸq��)�9�f�V��<��l���vV[)�h�����>*�8���ȳ2j�I�xڵ�M�v� ޟ�ÓvD'���=��Բz꿖��B�h�dB@M�I �����P����㾩H�#��T I$��ց�B���S�r����\v�d ��c�W���üw�.
��?%P�*Vm�e<�Nj���]DP�xlHuG�	�c� h�Har�Ƕ�#[̐=�T���] 7�P;�i�<(	�?�`��������I2�N���S^�ϧ�n9h�˨�pL�6�L��d�������M�V?%j�4�ґU��0������FꥣQ'��P��=����e!�.$6X���}�Z�m�[4mn�1�:�x��xe˖r�",�u����I�\�I��F��l��=Q��RdܳaT��';,��7�K8�/���<��3r�ݥ��ܒ4�f�`1����j�5�A6;�wh��8Y�#�=�����u��TǛ���q�.1o�2�{A�~K�E�a����|Y���A�[ڧ���p�P7�����e�t��{+Z��E�in%>Jڱ �6�"�%/�V������[L�6�T��ώ��{E��V
<�?��Z,���9[�Y�#��|�qaO1��	�4d��×�O5V4r0��3��+J�C(��`�� ��g3�-U1t��!�_��������q�@ �;(���P���"��/��JW��}��=�.L���=}1"��ϐex�Q�jo7G��@�Ƴ �}H��d���b��m6x�r�`�����Ge���V�Y����A�Z�j���5�Bd$��[�qb!�saP;8��8���cX+c�"d> x����Dž �����>�{��<ꃒE��p�+p_���mc:�`4�{�{��GYT�ێ�8�� �͛��2��vG9^�
���3���g�v��34�<����/x
B"<wt���q���n���Zi�\v7��F��.Z��
Frq�<��:ʎ~�G���f��H&�n'Q�ڠ{�ٻ�9Ǖ��@��Hd�"����]��u\;6���y��<�&4�b��5�|u��"Stn�oxx�sχ^	��+�p-qR$2`g��Hoo#)�H�H�
�5�#R�8R	#BYJ��in<8i&�,��̳Fŏ7���ʐTLjpm,x^�@u�'��.��xP��ܝ#��RM��akV6���&�������DZǗћn��r0dr-ɣ����|^��t��^87��o��?j�D��aџ�~����%d@�Cf̞��_��TP��nF�Tر(��@���kP������PK��$ ��	*�*�it���B�$^�
̢�n��L��,Õf�FO1�
�Έ��p�I(��.�Q�%��V��=����:���ȷ�PY��aTYJ�TTI���p��G�;\�<�JVYl�e��;piZ1���� ۍ{86C���t��9_��5�ˈ��P�g�ɜ�D�Q�3o�Z��t�_���$�uı��F�&V�:��j�
WG�[^<o��x�$�)ˉ�WJ��뉶��l|����vu]p�eP��f�z��z�3��< W��}�.�>,��e� ҆�0NzH���HH�r�}9ι�a��fd���+�;A�a�i���Ǐ���r��N�Ga�hS
Գ����V�Fb
��!@�uj�������I�~J�7��һ&>�7�V����nhRF��P����JZ2m$,N����Xu�X����e�X�U�� �q�/�@f���}��p�L$�w��V�y_���=HɆN���bY#��损�+s��Dx���埋��v
2���3cn��`I�ATy����7~�����W4��Ho�˛�
�\FY0��}n��:�M�?w�+=�̆��Z@�-@@�Y!�X�֘rTe7�H��U�9�������f��qh�#���Q�#A+��B��P|$:���W�r�z!��ܦ�s�M �
S}v��^�v��P=�b�ı$y�.�C0�$�ǻ��h���m׏$N$��<8�X[�i�,���fU:n��U��
�2�\�&����^U���\��jq-�JI,p}ԉ#��X���U`[fUm�XP�n�$�@��xZ���9񯣳|&�q/wްj}�52ƺ$��"֮�r����xS�=��F�6��q��@��+����Rj=ǧ��������4̽�/�y�����'x��A�]���@q��܇*�SqDA�AaaǶ��&=��.5�cdRt?�^��pc�@+݈�-H2���1���xЧL͠!<����O�{�Ilj�%�i@,~��
$�ĺu��V�rf�K��PLj^�U@������P����G�8H�w�������$�ķ`=���P|�f[�g�#h�r�)��'�L�C���I>�WϽ�=�u����瓍��m������&@w6�o8b
�}*�fӃ?��Uad�W��_*D�H\��N�ߴ��Y+���?|R�O�
�{L
��A&c�i��dӨ��9e��Бs�{�0�y�7|W���I:��k'�����c����3cϳ��ݤƙ^	!���PY7�~*���=��>��]
$Yp9�,�?�O�Mt-b�ci�:�v�wȿ	1��;�������Db�u�
�䵘0�f`��ڶ��CW����l�i��QmHEoo�S]U�6�&��� �/����uZ����ս96ܢ�h)*�����MjMۥ���s�������d,��b���ؘ��U�|�|�O-�%�p��2��j���a��ۨgj�
������I4���,.�9�c`>:�m�>&����ᛆ酑<1�v׸��@͚���yV|E��м�!����%��}R���i qV}#��n��ӓr�g7\m�7u�bI%�H�yBL`�U��E�[W—`�d��G�-lLa�6�ՙK�xG���*�
ܡ�lv����#��@7�Ŕ?w.\j�,�Y|X٘)�Ș��,���)cɢ�4�TV�k&[W��#dϋC>To���}k�@
������L�e5&��x�2a.�H��A͈�8v�ҽTfp{\��?r��Y�nN��ת�V9Z���+������@!����(�7����w[�/A��rf��5��l�r	���޼,�:*�`���*I�bGY\��/�`�w�(?-C��.��N��n+�4,Q~-Ϗ�|$P2�d)���t�a���S�ZFX��D��1����.{�F�rU���~��{ޠ;(��.QBߏ.<�k-�VJMìp��}
��Λq�����7^��нr$���wxF�6�
(d�&�;�WJ��Z=_�^���8bB?�;���cj�1,?V�LEF�o�%RDh۝�$İ�mÌxbP=�*;0�s�=I�v� �]�i2�ݤSp|���;�|��nVж�=UګY��MԞ�D�t鈓�'����r���k�>�u�
�я.��b�_�Y�<U|��B�"��3y@JD���G����:�8W�<��d��$8��zw�����X�]�c#���@!���}��ƚ��Koo����.ݹ2c��ye�����6�
ё�W�o黿�dž���|�`靯����'�t(��,�mr�@t��u�g��x��76����lHqQ__Y��C�� Zlh��eS��]Fa�>��h�1�1��y�"�VB#�F�l�c����O�vM�rQ%{$��Оj�:����ͬ�{{��k��?g��mJI�w\�5 ��"�i
�k!��Z*D	�c,#�*�g�I�z�EFo��s���8�y��F&8���*x_�:͇�
x�;��pʄ�¾���cџ�~����%d@��N����I�٭C�(**�mU�W�R��Zt��?p��q����Hj�N��R��w���qk$�c���_w�|R~o�7~��.��]��!}G�o�0}쿁O��G�.��]���'�-��A�K��M߄r�5���t�>I��n�%���k��97��Ѯ��
_t4��M߄�ܺ�w�E^_^t\����8I�E>Sw�c��O���g�GL�i��b���=߅�}O����e�w�����V�W�\�E���M��i�f*���+�N8��2�uO��e�P:��쮫j܏��K����#}��Ɍ�%�H�߫�uT�#��n��qw�F���0�wH���WC�?�t������m�����SE��n��]��'��U�nQ�����u���WK�}4ܳ��j=��v���a:�q\��}�ٱ�O�b�v���֮�t�6��L�Z����I��$F���؎��?�t��]�#g�饆D�}���:�ʖ�=;��Z���T�2�*3�������6'���h���\�Y��#Z�B���V
�\�d���%~���|�[��Y�W�!�;H�"X�ܞU��d��7i�{��Xۆ&�;�@"H�K�5~`��䮒˃��	H�\��P���D�.8Ւ����q�8U�d2�r&��q���B!�d��*���,G;�����&�C���M�j�m���<<..A�"�*L1�f������̽�5�?T�ߗ��n�HS Y�!n���x�F*�b-Œ��t��?Vt{>L�X�Nj
<�I����a�M�u��k�D�t�Xem�#/�T�d_S�;��:�d͆�yO�����r��j�37�&�*<*
��^B�#S��xU@��v���
9�w!n��SvUۖ66ۻʓ��Ň
�B�S[-�]�;V.�W���1���*���L�`�J�ᷲ��ݷ���!v����2�!��͑+h�-�M�ڭp�3]�$G+�.&Ҽa�sve$أp��:�ᛪ�Zcu���Y��a�l|,;.+-3H�u.Nih���.dU&�������۳a}����"���E�p��Բ��x�h1f���fE,���¸����/gW�C"��b�Ŏ�G����wRg��Wo$�u�)T[]��/^��kPw���(��
�����Ԙ��">l�S�Q���Ɠc��VF.�>�2�$k����w�+���MT��lqV¨x�5A��(	�¤q@�-;���=> m�j�!�P
�<x�
H���ŏ�$�qf�ʠ*���(�pA�_�Gg��"E@tjӪ�O}3i���R�!a�9�:���BmT0�@IW�Tzn�G�Go���@ij�����A�$�匈J��V�[�Dz���}΋/�N\35���FD |�Z�+&zHYO�DB�0�<,��}�����>��]�$���D�ws� Ar�9���K(!�.�vۀ� �ny}_��[n�X�W!P9p1ŋ5$�H����J"���]P�O�<5�XB������<.q�_y�� ��`4�`�n۷c�Y���m�˨����G0M͹WU1"{������H ؐG�A,�d�����?�A#p��x��751����`XEԛ�eD��X��������eб��0�a</�i��ou�M%�6퉒�ax��%J���`+XI(e�S0��4#D��U�`8��?-F	�8/2,��+9�۲�d��<s��w�{���#:��Ho�4v�ۡ�;43*f���)�ُ#ú��Z�[�1�r���w�4$!�n�˛uC��6;���B�#O:Xi�WS6�3zX�JC������S2��*<z,�r���Qn�2�b�,h�P:<Q$��G¥X|<9���'�����l\�g�ai��~([�q¹�*�2;?Tn}>R�|8"��4q6��t�{xֶ�K}�cѺ{�6���s#N�x� 5�6�U���Kb�x�=��q�
�I��T��������w[�/A��rfè�mR����A�xׅ���=���I���HH^�<x�Y&bX���^��(RX��[�8߶�	;�}ަڶ�V\�h���9�w���:�#p�������>C�A��!�|]��ڶi/	���Q�,��:t�ϑ�7���/����O�T�X��K*�BĬĩ!�K�M9���_U9R���GW2�rq��m!Amg�Q�Lq0[�PgoJ�b�щ|�o�9�#z�Ȣ�d��p��X@f���Y�Qvw�W�$tvn^\l���)ƕ�VB9kS�3�~F�_	�뒲[�'��v׸C����G:��c�<+�93��n6�Y$�4e�)b?���O:�`�yP��랙�M�L|<l��e�Y��9& ���Mj�"4aqz��o���L�	�
#
F롐�`�Oҭ�&���[��f�Ñ���tCK&` X�>[q��晣Ϸ����mݰ����H͙%�,PF8��o]��a���t��{ց�wѮ�tߍ��)"€-@p�`����V�����͔��ع��>
v��ۙҸ�/p�#�_������Z��/����V@�@G��-
!�X+���y=�(�c�p�!y�~_f$IQ�]{Ә�3���ϸ�Th iR}��~r�J�}F��2qk�Y\�b{�~�(F��>��S�/�߉�*��(��|,��HLj�[����5{vf�h&���
���"�j��z����u$�Կa�~����}�~��{����f鏓����؅y���i
�A��w�U�ӎ���n!B�H��ٗ�gI���'��؆VV���5`n
]��u(ol[m��W2&�{_�l��5/x���-B�7uڳ6����
�Is�F4J����b���76mH�Ԥ�[9���/��_����~���o���l/�]ǖ������$J��@2��௔���$vV�I����E�k�K:��3 ��O����0b �.UN���sʵ8�p��UVyZc�G,��yU9�##7.H3d��GJ�=���ϱO��*�eU��K��F..E�t0sR��ߕC��e��
��F~���o�_�D�܃ÿ�~���s!V�)�Lyv��X>�y
�����w�0�ܱ��ʕX0<
f���6R��[�K��N���t�x�'���t�(㵙�%����f�r�h�Lb������4��H��⻃ؑ'
(�e�>6)�����G���s�V҈�"\�I�x��q�'�{LVA��h�+�`���6� � "uilX��쨊N�G��=�d=+i��fX�T�n>#Y)��H�_#T��Qec66c<���UAB�]W��$Z�PG*��?Cv�'�Nlq�ʎG��<Ƕ�1ޫ�Éԙ1�G�$ʭ e�Á*{��y��&׾an�F&8��|��ݔ����9�~�ő0��8'���vR��{��.�����oƣ@��r�+��6y5aL�EK�F#���H	�M�o��{{�V�X�ߎ�ʌ�H�a.Fߏ�|�tŘ�ryX��kϹ��Lp#Nɰ�6ي�q���u�p ��^z�T���`"\�q�j؇�������mM-�H��yݽ��N�dV�nC‘�oڬ���D�Y�[p����,�vp9��–k?�0�d���=�H��/��>[Q�	���8�Y%dɌ��1�Hl�ǀ��
�i�"��b��~c��L��}��nH�p/[�fL��ƚ%S�ԥy��z(�8�3=�Zc�b��U���q�]S����n�g�#���|���`��u&�Z)���#�q�k"G�Xg�&��9T:��^�I��j�snT`7q@M/�Z�����U�snt���|���P�hy��W���3�X�B�T(�=d
��v%ήK�;"���J��
�4D&�8��<l�p/T��P���&�)�������:M��o�4`�T���>mѠ��g�d�H��=�+׻����<:LL����́�ݢ(��x7#�5媃ۃRYC��c�Ʈ�a�<�]$�=7n�Dag��"gɀ*FI�{l}�8�f[�z_�1v������K�)8j���S��[��.�ߙ�#+fH���ܛR��eFi\�ͲuM+��E��IXwP�Ј�{�,��s֦�#����jȃ����4qInO�U)#����dSK��:�bǞ�TV��7h�W�f[�mZ32NL�ֺόZݪy�C0]l�?Po1��[^FDQ�N�h�Dž�F���n��$Ͳ媎%��x{ECX���Ib�����PG�p-�"���swQ��F��n>+Ֆ!#�H��K�f��%�u$G�P��D��
^�]DuN���I"�`H��e��Q4��_1~ �j�����7\�b�FB&��c�*6cI��ί�Y}�+6�I�P����Y5���<�S1M,Ť<�`���v��l�I�xP�~F݂�e��w|T4���e(T�˟�zJ�:V>g���~60�8�P+U�Dx�2�G~R��W�ڽ5�c3���k���7�F��/�z�]ڳ��h�Yn�2�ƻJ0��>�軏���w[�/A��2f�z�����׉����C���ΚG�k���񨁛�I��
�~I֛�ضy2o��-#��	�$���So�<�,sn�Hgs}N�8ʭ�6�k�[#׶�M��"���|�y!�q��1��J>$��\��uvKEc���[����n��y��D�ܙp�Rx8�N��5񺭇�|2g�~��W��VK$=�6��������k�_k�;�i�?3��t^V���G��l��v|F"g�L��VF$�X�����O#����F%X��/n$�0�����`T,m�{�٬�"����d���ʎU?�V�o���,��6|[V��a�?����+mf�c?�������#�����G��&<��H,J-��f��M���xw�
�(XP��P��
�
�޷dlm������!ĖQÌm�\�VB>*<��8}�+hꝪ,5�K���c�ؗŔw5s��Rkr��2MD!�q*Xa�O�T�YY��|=�4�.-�8�	ɸ</À�|��~�b�#l�lLh�d�Gv��9�Ab���7<��,��'��p#�_y�X���a���~-�/�����
�\��b_�ɚߔj���}�%���h����[�4!'4�'�P���P#�w@y�Է��_�鿧_B?	����mқ�۶t��3 ��2O�Woɹ�\�(��Gm7���b��:]�Ev�V���bn�$y{���a�nA6,�9Pb��6�W�9c
��X�y]m�����a��<~���v��i�5��q�q��%a�E{n89�	|
�r�H�20�ZR״
�?K0ҒFy[�miV[�h��9�}'=j��D�<�aڟ5������C�
�A�K6(�͏.�ňi��F�
J��3��R���Եp�����v��T�5^*VR�ͬx�I��ld�dɷ<���y�ύ��/w�G���
Y���mf��Z'�k\'��m��n�+�Oå�	G��boYY�;,�y������(b��c�+��,���+�k�鲔�#��<O&��gWU�+8�1�p�>$��q2�/nl�I�Ѳ*C�|H��e��3X��|U�l�m|��GMΧݤ���s����#�k��lؓ&6$쿋�;#{2��+��W�e������������&�����v����Ǐ�%�C���Y�u]��6S�j>�O���֛4j<���W���l)��E��Ș���m�2EڟL��F�p,���շ��>���n��u�N��R\)�x�J�Vٝ��~F[�<�Od⌨<�O�#F�Rǚ�E\#�?�Zn�[�����X�6��� ����\�;=�t����a�&K�e9�S��L&����ϸǞ�$�UJ����F��7��ݽ�ٍ�6�q�H�&�4$AQ�Q}����j֘�=/�?|I����I���s��:�s�x�\���,ȏ
a�<9bI���H�2�ȵ�0����Ζߣ�ԩ�o��i�	z��٦�y^i�T�N�s�(|B�%#����^l�Qa&1�/�v�h����5�L�H��o�O���";��
^��6�;�Ɣ2���8VlTffѴ�;tm�m��q%n%A쿲���q7���`�#��
��bN�M�бG�����:_;c�`���
Q$N6��1\-C�[��i�1N�,�&�ck��w�5T�H�.b���R��>��;�I;C
g�>1��V�u@7��K��^t��c�N��8a��2cW,���`�>�d1��H��o��Q����)csn ��h�,�\��s�N3M��+q��Q��x�|™���4S������)��ǮS���fJɅ�4ʢ�nM@9�T��2m@4Q#j��&by���;I7��T/#pf%G%�A,��[�P2х�;�Q[v�&ߺ���#G���?uj́u�4�Y]I�Zl��qG�xپ^-ש�=Q�|����wY�Ę�ˍ�7�Ka��MV6��
����y�k�ib[�y��j�w\
Ҳ\dn���!�/�Na�Íۏ kΔb���"��w���(�J5k��5��$���ceB ��>D���5k@x��쮫ns9;<鶘3��H�v��&6ԍ�I�6�#U��١�Ƅ12����[}^5�Ѣ�Ϋᑸ�7�I�ɘ*��;f�1��",أ�n,���୭�:�ra.N3c���2�S�s7��j﮵�Ŕ��C��	�
����g6G��u�^&�
�
�.��ѓ�:p]5����Z���}�\n���f�der/T	���s€�d
P8����nTe�@@�@ �a@C�VHA'�9���Xd7�Q/�}!jQ̨CD�nw�v�.�%����+�hBLRڀ�N�8��6RY�TM�5��!@H�^��T
�o���4`���6\��&�?M�|f���c��F��"����"��Er�OVmn�@����Ԉgd?s�\��L����#�L��p�g�q��RA�+�����r��.�i��K{�O#���e�%zuM�HUs�6&�̭�&�cc��o�0?D�?��2l�:xP^�6���e��nx8��"G>g��2P	��ʄ�;�]3����*e^�H���^Q0`��W�X�=�� �x���J�"���G�Ւ��?��ںofLX�8]�fe��/���q��X.�,`�xj6L;r�Ɇ9/���\����>��,�A�?�9^=�:�H5&y�y������˔k{���M&a�]��v�c+Tl��s��Ф{��9M�U��H��D�cl��|�N>ד�-��~J��_M�JWT��2̌5�2�Q���eԄ��~�m��'`�������"���N��p�w�H�
��VCF�j��ͅK�&�j�͢�~r�ijH=��GWvߣ"�N�90��V/Q�*fLrUU*~6�A��H�4�ǘ�_�ER
���\�vU]w��$��Z�bhT��̎BH�/��n-�Cpur��f��`6!�]+�db�L����?#3�wF��2f���Lg��X޻�Roj�S={ `�ԣ��u<��ͭ��\���T�HH�a�ԀS쾘uv��6Ba�b5��<4߼����6J�8�pŏ
6Դ��8w<�fSm]��	;�[ϝ�yE�4n'�ӳ�wȬ+�,���������-�{;\ϐ����E�/H����~����ګ4]��OQ;�-�3��uےf8�eI�؇w���&��w�[��l}O��B�=oj����>;~�ls�ns���w!P���Xq7�}M��(UG���{�˟ �M3d�9��-�$ �:���Yn�,M���Tl�_��.k��D��px�+�!�;��k'������ u�s�	حt����;:7ng���w�+���}�q��l�%ȃ2$�ȿ�%��z��~e�f��A�\��r�L,6E�M.�Q@$��
��!e�V݋	�h���\(���3��Mk8Y�y^�l�f6$��Ibl�"2�Z7aυiU��ӫ�J��:tbC>4�6L����\�{�+n���fJd�[n�l)`�E�Hݐ�ذ O�ִP��I4�]�]6���4P��[�}�}���� �X^��4	.a�ܙ"I<�A�Ci����^����#x��fÜ6	'��\�E�C�]$��b�]�L�pK���K 	���`�b?x��]��|�(3a��D��A�>:S�>C��t
$6�v<��)�-+���������]�X�+!%Y��pc�2�{�#�W�Kg�Y�ۺ�`�"g�g6U�d�غ�z��d���n��}�-Dm���v�Ȩ��W�`|�,��r]6[����ƕp���a^Y�I&�j6u��V'�gG�;�o����͖�2@|�'���1W������VzFŊ��κ"�axM�� ��Uf�j@<׫�8�|�����\�\�Ztq,hWY�R����j�7
�뾕�m�Z�U��a�Z�a���A�u�綹�3����{��8},�.v�o�|�)��\���u?z��zY�G��?/����}�h�~���������|�)��\�����=��ޖ�ʋ���|�O�����~���_�~��2ᅷ��O�z|��>�?�u?z���v]�i"��S��O�<�����=��ƆߖM��=O�<���u?}3Q�3Ã��#\�
�`�ſ��&������п��伟����k���=_�(�f�y�?/����{�����b��Y�ޫ�"e���c��=M�H?+�S̨���|=����G��?)�S�C�/U���"g컎�����}hM��j��?��_}2�rae���j�?�u?}1�E������Iv
G��6?��?}2n�*Hi,G�o���GS�̮�2p�|�b�.F��wۺ����?G}�[^vqQ��*y&X��n<���t����v I]1h�A
7��&^8V�������{������u1��J�ݸܯݟ:baB�i��o��G%��ċk��\��N��
I�������ީ1PdO�Lͦe$1���v�Es�c�M�DLx���x���ͯ��",��.�<=�m@G!ۅͨ^����w�%Ƀω�q�A<�Q�������h��)D��,.y�������ndɠ��)��M^"��컧Wn�TG��>�E�ƀ��	Xq�Y�q�]��2nK;-VJU�\��d��$!�:_�{i�w��b�߭[NR���#v��� d?�M�T�ͱ��#u��!�0��J�#H�&��dj��d׸�9,�V(���:Ptl��á0�0B��+�:� �ng�.ul*1�\�"��,H�I�D�6Ҿ&�^KV1gt��z��je�G6A�n5�-Lۄe�<̬�J�@�ci�
{Gy�zRG&��u̓ҽ%&>2bn3�s�u�y��DeO�Ua���fa�x�J'�h���B
��W��\����q6����(7��U�p���7�\m�FѢf�ȍcYYC.�"���ST
2Po;>�e�s>2���ΦV�"�׭+'�hTX�e�')5<lAbI��n�9j���)����nO�yp�{)iG��$�YUt�!���vWZ�f����3��):���-��\�۩^f�S�L�P�4R�����h	I��Y������߲�u%�PrL�@A�p�M�� )
��&����ФM|jvb��p(�_�
�jV�j�LA�@I�k�t��ǁ�Z@���2ƶS�=��1!{@N��p���M��
��q4�O�7�5��>NHl�'a�kre�#�
�����[�����Y4��Uny��;����ɢ�#h-���D��jỴw��i�yױ�K��my8�E&L����T��w���
x�c3ح��x��q��q���R5�4��H�øW3���OZ=K�qw3�0�ae�	��㯖���G�K��o��k2z�鄳�&�>��[~u�P�G�a���zMm�s��8{�;�D�)���cF�� 2���0�=�ڻ6h�}ڧ��z�lM[��l�d�^"h��_5�mY�ۮf�j�#-��02��ƨl�8 r"�k����|^��S�i��s�����z�e���m�r;�7�'o/��4Lˣ'G�㰲n�7w�c?�VPUg~@xn8�9�T�*`!�I��G�\U�f��S���,������/�a�-�o�3wH���YT	H���
&�l���
Ye0m�K#37`�
��{j�;��>.೧�>J���c`M��˰
�T��Tn�mYPceJ�"�j�@}��YgJ�)��j��x�x�'�/��+
�]&ǥ�����v��cU�$�\c"���*Ǐ+
�[{՞�6
�X�O��$a�"��ry�ƈr�����
�Q|�OD��t:[�����f��+�:"�
,��"��g�f��*�^�ˇ���y���+ď���mn&QC�fM�V:����{<m��H&�4�;�D���~5`�{��ֲ/L�E�}��g�Os�҇���\��v+D	י��[�6k7:�͞I�~�t����RE"��L�V8�"��]���ᢣeMq3����'L,XX�v�&8bF��'�I�=��Z
��O�rwY���d�-����ff<��Z��I���Ȃ%��:5�.�u���\7i-4z�7+���ޥ�_�y�L	e��-��[�=i*{��m�o9�(��H@�>��E�j;x�#�E��.&˫wAA���牞o:;Hc�E�,�'�^�˫�ô�1��mY/��!G��]�֚�?dvWi�r7���ߓ*C�����'��F�#���ٯ.��$Yb��b�;�x޾f��ni�~��+oa��_u�HŶm[Nz�r�cim�y�U��e{wi����>����N73>$xx�l�i�V5��L��+ӵ�n�F��a��>nɉ�����0dmk�8��U�l����e&̯Su_��V�Ը���)
̧�)��ƣ�=�uU�WP��-�w��@7�˕ ${
���Y(+O���ۗ.^Y�0�$�B�wl���''�Ze�W��zG�;O��d�;�T�Ŏ�o��^����v�4��g��8N����� 1cY��5��񩩙�u�!���Ӥ?��8r: h���+�#����FH�n`��TaO��Y|��C'����<].O��%�ȧ�.��#��O4NF�t���!E53K���h{���{9Ca���$�<!�#u���{���yZ�����6Ͷ|l�x@�Lq��@�č�J��ۼ�>{۠�qw��3��;VR0�+K ��R8V;{+i���M�IN�v̩���8U��4��u�J�ס[�[k�CAo��pǜZ
�$Y&�면���Ac�Vu�mJ���%|��B�nl8q'�����ߕ�q��$�WfO��ʰ�5��mjO�¬�i�q���ڱG�G��['��/�������%�P(�oQ�p�������+=oc��
���%�P���PwݸP��(V5��E$*-@D�O	�2��WF�<�{��k�7R�\�ud�p���ό`M��e��g�lXz#Sj�͚���T�#�R�S�����Nj��?Pe���#rx3�{H����J��ݷL!Nj(Z�/���Uָ�fm��lI[�r� �Χ��ڬ�	K��,�8t?t
�ra!������%n�E���[��-�Fo�r���������^�"���6.~ӹ�͐T�|n��</��RA]��NDL%�-��B�#$�`�3��ˏ �V�G�T�ba�r��\*�P|�{W����3MJ,�H���D��B��{볱ε2=U.��tp�0�
L�Ix����\�'Dd�/G�<�>bI�i����\ٱز���e����S):v�Z�O��k�Y�
��A#��?'�s�E���i��̇��"�52�ls6T��r����~^,��#�s��<?uY)o>ոm�)�R	b����ZIa�e!��
@5	���t���N�xx&����LĝD��d�kڡ
u����T�Åk���<(A[�$�&\3�X�0���IN���ȳ��/���W�@��UD�{�́�C�m�a����P�?��W{Z�]i;Q�B��;�ٹH�Ⱦ[@���`%y�gD���Nr��b>a�E��G`5�ռΊ�ID�M�j)����cc�[�#r;�6FLPc�i�'K1����dh��a�9������mDٖ>�6�j����
9�1�z�@؁`/̵�\�
P��K&.�$�u} I<}��j�ܻ�_ZE+G��c��G���W��ez7)':Z37;v��"I��Ԃ��k���e�[�<�yS%�5�ǟ5�٘)�fIm�x�ᡬ�f�g���]d�[�rdw��r����EIԫ�F�ˊ�&y٥��QC���FA<.�!��VX�z�4f5���+����ō�¿�64I#�3�P
�=�t��IM���d	\�s�]XZ���ܨ��ݵ
7��<|
̭�)6��T� �G�h
��5��~����+,sǮ9T�{A�"������?u��0<g��T ��+>�4��O~�x�ڇu��
���Q��P������,���|_�rh
@x��'�M.�����>SDI�Kq[{kz̺�%�F�oZ[�4%�a��U�M,�=��f�`�1��ܑq:�'h����	e�B�B8^��W;n'��m��{�Tu~�6.&bE$�2J�;t�+b{�5�*x�U���<�^�ƀ�2�V@X�Ȍk�M�5s��ő��F�a�}?�ۡ���p&EP$��݇2��o�\a�M��b���&����8s,�#x��-�O.b��e��U��n���	#LY�)�c@X	B�mb�Ņ�ڭ���J*�dr���>&-~ҠW���c��W�c��Y!���[q���dA��3�|#�P��o��2	N4�~!��#����Ђ���c��UE������Y�i�����A�����o7Z��ct�����,Iөs��#�^뗓���X1��k�csޱ� f���Z��HTo�E�)��7<̍����t��b$Q��=�H�#tV<��>J��i :f��n7��
����szG}��mrMk���#�EE���#cн+��Poj#6�l�$3E����]C����{\�>��#їq�b��<�P�Т�5{O�Y�}�/�@%�FR��U� �mC1��Aj,��!�d���Ea��
4�R�F�1�i��#X�ʻ\�IDžyw�4z���.
�'�r�v�+�d��W���C�Y�'�ey�w<Xam��8�G��Lq�;���WҞboe-̂H�&�ի�eO�{�<Q>�.�}����]6�36��<�#d��ZWW*�	Z���Sq�"ȣ�œ'ː
��s쨱)������I��UrT.C��uUxvs�����B���p�\Q�_=d%�� 7�nV5-SٷM��ly2��z[x�ٌ�X�N�I��K3q�'�i�<��jY,[,��[��Xtem�c1�٢�>�}�^�]<�����uEM�k9��^aH�>!λ����rzO��,�0A�ŦkX�V-�uʾO���ϻ�u*�=6��k�̽#������o1�:��٦[!{k�ljϑ��u}����k\���&&�7ITh1�����c��=��ո��Z=��I�x��\uy81d�����C�w"4��O)�gg��µH���&���7�
��ܲ����:J�+�hH�o�n�$�n���}몳2X}$�NJ1�I$���H��ۉ!S�L���[�_��?0)��RL������nɞLn��ɂ]#9���HK�$��X�K:=c��Š��d�y?����kJ�p�۲����,Vo�������~
�t/M����$b��T:V<�̝˥6\��(�B0¤
�b��l���{�m53��[�OI2?��(<�-�	��5]L�dY��	�h��/��g1�\���t�M��K��n?�'R���A)l̄�!ta�3RQ������a�,��YD�(�FKF��b���{�&�P��m�]�v�1b�L�&9�:Z,��%G-U2%�]����r��t}b*,�C�ְV#���„E�����TyW\c͹�٬���@m�@&��^�Z��[�ۮS/llC9ug�SH���oX=?Wk���)��%���/��#��{��[�P�MF�=��7�V�R����[2[���@=<�!�����`��eP7*�N�̬X]J0aRA���]�2
��@��(6���]Lt�G��X�I�W��A�m8��em�y����d�.�IR4�=� j-ץi�ŊI��SYD�ۉX�g�&�o�R5�+���#..��*��(s-Ū��S՗�p�������h��滞O#��Ū[X\����m��m'-Es�F�#q�]5��K���f
���#��[38���15�7����(�k�»l���R�ߏ2c͜�%�D ��!Oe-h��S��T�p�jT��v�,���m�EX�_l^���V4�ՙ��af�L1���� �b#B�q~�'W��V�ނ�;/mݳ6m�&��70ϊ熵<lyk[[��K�GW�_?;2�0H�Ar��
n$ŚKؿQ7����eI����W�rTL��V�:�,Ή[�iY&�F�bUW���꜑�pe=�!U�\���h���ђ�{�Vi�h�I��p���Xu*e6�#Nؓe.�(�̿EuW�:��<{�DNS!u�PÙ��jIKͫ+u�����ʸ���o�U�M�-�p��l��Gq˗��Y�B�$1�,;��I��UK�N�q�C�%��\��/5u3mx[�I�Yx��L�r;�\�ŦV+��cI�ʘ�ʓ9�x��X�C��H��ɬM8dx�2Ҁ��v��
��՘��H�ϟe�>n��_�J94��%�*�9���@�I�׸goX��v#g�=�a���jsv pQz<��F��pJ�n���_k�˜-� [���̚jM�?'09%�M�g��l��-�]�)����1��X���zV�3"p|�����v�(T�K�e�m�z&�V����%q�K��	$A��)����v��/q�s��4o#�|L����=���&Xǀ�a�CG#EsŘ�
>\�|��=�d�-�]�&d��F\�#�`�%E<	����c�7i�6V<q%���8� Cp�8�'��V�	�a���'����e'����3h�G�`a�8��w�t�M�M���Wk	&���bl��L���̎�CKۈA虖�V�N�'��������Ge���gU�Rf�m�c*���?E�x��mY��M��g���4GS�d^�ն�F�+�2���<��|�P�̇Ǥpݶ���d�nQD��U��ꭶ�<��C*�)`
�� ��WMF��{\�R�q�AFnj����6�����M���Rj��9����k!r��1�,V�P��'"B�p�)�f�Ѡ8�S@p��M�	P��H�)qʄ#I���B���Ɇ0S�.AQ�0�����c�*j�����$2G�$�0{�s�?=���
v;IJ���ƨ&D����ܡ�rh
5@|�6C������l�Ճ�6\t��>�#ȍe�C3�r�tBE��;�U��ʛ$Ƕl�M�_#�����njBCƺ��[�
��]j�6ڳ��cx�N<��,�鋕����:,	҅��3p
m��IL�I�	�.�Le��9�v�Mt��Z����+�޷T�M~GJWBo&��c��G�l��=�&���l�v���]n�v�kč5�ۍKX���:֓	��۴���P��2n�x�|�eƒ�wd,t�B]\/�+յ�ewE�9nl�u<	G��3't�80�}�F��>`�Y4%�I�B�J1�p�vO�%zt�ϑ���gfC��<�$��#@�0�~�,n�+7Iį�(��~��S�� �Vo���9#I�1K��o��}q[
�4�OG��'Ԓ��/�^|<�X��M�<���&���
R5�����uy����,�}��z�3�Oz�/+=+Ӝ�p��2�v��z$d��-�"e||�`?}@�4�u��Jg��
��K��O�8�'Mn��p�f۷L|)�Yį	��G��#^M��k����k�秋�
R���V��<=<�#��Oq�s�M��m��wD�x����4�_���i_en�,F�Y��i���-3�<����T]e�[d˗.~>$��n�64�t-!�R&�����˾����:��+��y�����q�;}f*/I�o�龦��>L��v�y2F��+����̓D�%ů��7=�a�_����m�r�0w��
0v<hs_r3��>�A[�,@asʦ�������ٓL��)�LV��;Lfۻ`�v۹�	^?v�e����3=�^�
V��^mJ��%s�Yӝ	�n>��@�~~�ʜm������	.����SvR��q~�I��6��O�/Ci�zC}	ѻ7�^����G�����v�=���4W�'̕>��󊤳�թV=~#;xپ\7��d���}�1$���w|�h��2�b��jP�gg�֚|1�L�K8S�0�O��~��o����͇h�w�K"X�=W���]�(ͩF�=VO�g�+ﭷ��͕[e��ۦ�0c(q+
��2IxY9�k����|<�]r_���z�T��Js$t��F^���F�v�>c�$���j�C���8<������f�|����He�N�#He�H�n/ƹ�uܕ�@���$;&�4[~r���.4@��2���M>7Yp�{·�աL�{}.6^�N"�V�b���uO�gO��J�h�Ll��n�V�6�pbsulX�A I|�u)"�H���ӌ���Y8k�r�qS
2V}J�`��K��ƥ[���4�%/���aκ��I���z���6}��̯�RW�����&]z��M�H�G�=Mekj���\g�p|���2C�c�R@�D��=8�c�3�O��ӫ����N�߶����@��N��8��$�Q��'����1�<}��B2]O$���;�P(�,ތY��K�Ϲ�9YѰ�h��ynmkw�+U�&Y�}��E�l�3�y���!#��[��3��z�ɣ�蝱�4,�{�+��`z�jFɑ��,ͥ{t0R~F�~��*Q�ش#�:�7.^��)1�'���I�I����x�]z��-�Mكq�I"3���,�Y�+�e��]��#Ժj�'j{ˁ����"Li�_9y�$V�/�Em]N
ʴ�ّ��tM�q��Z7�GI��{�$KgF��.�B�﫸��#�OLT�ٚ�0�}�/��lh�� ZY��+
��Q��;2���korq��.-0���R`��9���f':���d��|��f
E���2J~��j�4L[�;�|�)��i��2s � �8�E��@��k�}Sz�uN����m�o���yj����)�U
�<���}�ƝJu�8�m��jct��e\��*�F�$��0�G�-ԭ��
��Q�am�c��;w�*�G��	���U�iC��k����j��T�NO1ܑ1�,�TH�p��/�E~�i�Q�w��v�A�>�-V攖� �O�����t�+ݴ~��&�X[F6n*yeq2Q$�u5�X؛|U�gqگ=}oI���D���6ݟh�Q�bEfL�7�����a�Ʈ'Z�{{��ZqU�y�K��D��o$��1\�;����ט�r��u.&�<͵.ߌ8�Y��ZO$���nt�}2���`��:���[\��ݗ���<$
�����k~c�E�<;�,�ȕds����P�4c��l
��
<+����Ԥ��Ǎ��¬��)V�#x^_4h,| �c�mK9CkqL��9���n^�kh������0@|�ҘHۖ吲�6��m�5J�Vz~�G���̓�^�S��$lL�X�$04,Z9�]�G�X�A�R��J�K/e�QfR-r�������2u�<H�\E�
��<�� '�$�A�~+X�C*fE08�,q�cx�c��k�k	8�Bm�
�?�����~J��33����q2�
�p�..d��Tm��3�(��
��>��ğ�s�5�9Z8cA`x~�­�,�e
>N׷�m҃7{�لRd�m���a�x.�V�u�X���������#e�$�rd;�;�)ʖlEh՘�\o�kuɾQ�f٥��mY8��8��#:3A,$�2����
i��"N({|X�F˚,�7��{<��ͪ�v���=�	�L��tW1���K�~�d���q\�r�M�0g��S�\ە���*S&C���g�M�w����.f���v�Ŵ�G+<�y�MI���fυ�qorLY���!�K�. 
F��U����;~�[��靛v�v8�s&|��ܰa������]�����KW�U�������۳�k�Y�mN4����˦P�ޑ��� i�WCu}\mj×)�,V:��w���A���v��u����H�E�����o���cz��X~#c+��x��71˖iq�k���p���~�y
�j�K0ܹ>��
�~��M����z�n�LΝ�Ve�#3~7,��LN\p� Sy��ފw+T��?RţUN��۵�?N~����o}]��=K�;Bm���_Ϋ;yM�t�W�;��=�J��Ӆ�z^gm�k_O^��@o2�K�nXO��,Y�A��	�
�צ��C��d��=�'����\���\��Y�d��<J�n�I���4:.i��x6g0��zv���=�/o�#��K���\�x��e�j��H�M��:U�|����V�.���@n�.˸�m�P�x2��}Ұ57,����n��2km�;V=ڧ�w�ӝ��m�t���g�n畸�dC(��
� +v��Z�*a��Qx����N�辅�ꮘܤ�#������y�\\�A���
�{�o���3WĮ��?TYޜzC�X�n�՘��s3�0��x�L�,���e�X�״���&疚�,ݦ��dž�+����>�Ǔ�=5���r�Iwf�"ض�c��f�e�Ӷ��[��	�ܾʥ���̺֟�4^��wfQz-��==��"՟��+�{ڻ�ޫŞn���H�<K�������s��v
�:m�.LL������Da�jVr��W�����Y�WN\s==]<۴���C������t���a;�6�_N���:�M�n��Hﮛ[Ogb�%�;����n�b�=��/��ҝ�3�2w�z^�޶ّF>!�L2�ħ���ui��E��+�������=�?��n����en#?����`�y�6�l{�[���^��п5���w�W��N�zk��Wt<�$O�lc�&V^
6����l��c�HV�Ziܺ�4�U�a佧7��mYawg^�O�7�uW���VC��88�.nI���ai?8���)���[U�Sj���ݳ\8q7���^%W���?�)��q�����KM�[��Y�|����m�܏�nz�{��t�����~�3z�%��-�jV��,ب��LE����w��?+q��}��N��f'�}���۪rs�.��v�(ٶT-��������lA?%)H����a�./�]浪���Œ�CƗnms�>Le�n
ȢT�ArQ���
S�����<~���2T� �a��2�f��H�[o"��6��1cۍy�+��Fz�ɲaf���,W��W#rD��v��,enE
B�c������w�b
���}�a�ȕFݱ�'�,
��ӧ�SIu��Y�Xc"�(>��Yh��]4�>L�����@���>��tn����R��=VD�5��I0�W�O"<T��(deĹn,��a ��>
ڽ�b�5V#t�qr����"f�&�h#����n,Vm������j*�ƺ�O5�nt2wc�Ǹ$�Hf��dS�����~h�rl0��Û���R�E*�����U�y���HÁ��#��Z2p����;�6 �8@��q�wTM���(�ڗⴀ7.����%6{�W�����У�����<����Bֽ �ΝԀ �]Ԁ �%xT�J�1ۇ�@]c)��R	ʅ,vC�������Tι
�yH?v���J��h��[�6ݻ�Fk2c�����D*�Y�Z��.ۋ&��n�͉3�g����HИ"�:�g�Y�ʥ��NI�om֏T�Y1��)6��6�2����Gd�P����XۏuKS��L���1t�Al�cl��l�#��B�kc�Qa�QQ�W�k'[.o�9�}g�����Q���,6}�<`�HR�V`>�v޼w�u����ܘy5�˨1s$�A�M�8�
JF�I���[�]�쫼�p��ť�8��lv����q�ݲ0l�!��̩61���a
S�Mm��Ny�w�m8��ēTm�凋�>Nj6_�aMK-��9#��o�-ʺ�8S�_w�3�K�{W�f��7qY�>��F3'�C���>�I6�ٲY��ỎN\�ޠn���'e��ٰ|��1�� ^��c~=�)��.���w܄�K��G����|-�t�K�ɐ��ֆ#�r��#�x����B��+�Ξm]�������6�..󆹓d��8�<2 �����p�n�M#*Oy�>�[oGs.7=�2v�
-�"L}������@������k������j������9=�JҲ���F�n�N���2"�i��ğ�XiƉ��$�~*�i����/�X2�S�W��H
���Ӹ{F�.(�22%�Ȋ38�,����,U��vV^�m>:t�B��m�ݻ\���{���8�`�7n�۶�+v+���}�z��k,sw�J޵J�ݭZ^�3�a�y��l�1���ɖ��8H~�¦�unVܶ�Ȯ�Uk������3�=7�b�
�nގ�Ѹ&'���,{�et�R�0��������I����}�<bE&>�6��
�"��fI����21��M��~ec�Y/��G�7��?�uwNm鲴Yr��`�
�o�1Ș7�C1��n}���sg��ف�[”Ü{q(�=�i���v�Й��2r��!Ds}y�����X:��+;����qt�g�M�m�?���u����e+�h�����ӵ�oF�f)�LWr\1�5�ɀ�b-�!�»Ɋ=o�'�=�.+�˴�
{���ٱzz]�6}Ų'�]sD�E���r[S���a\]]�q>��vV�SS�����m�.>;y��f��iK��y�5�/�v��2���{m�
��x�ϖ8#F�%r���U
H=�Ҕ���8<�7-�k����v���V���C��$H�"�����7����
ե���ݷ|l��eÄ��`��$��#�]'���%�o��q�%H�q�U�d�_�Ԁ{��6=Ȏ����'Q�=}>L��{,btT�
7��4%�M��8ז��S����I��!��[�s�qk�Ƕ��m@ґ�-�˺�R�YKxC�)�e��(*7�fcA��K�hY�_GU�Qc�ޱ��ڲ��kh���i�H��m6$�1E�t�$���Cs"��a��]��<�g�zu�ћj3x��x��=묙e>��g,2���2�|�b���8�
�OF�L��S:�;t�'?nn�
��Q�0i�B~������ʙ�^�<$�V�Q,lRE�x^�e+M�R�W��uKc�lOl�Y�>ʕ����b��.'�����t��-̛�)�^dv�v����3t��h���}�b�0<��:�ylZ1n�T������[���>o��ڏ�����@�
���,5|��b@'��	#����F6?5`I/y��S!"Œ�H��Ef�O1�2m��[�I�����yk�^��'�.�y���o���\��gŻ�y?-4"�vי�?���$��I��M���NA�eM@��\7z}m3�t�Q��]RM[2V�������a(�!�2�t�bB+wk��Oj�س��Kov�x,3%�sl�y����Cۜ1s�GnG�{���:�����wgnګ������+�*�,
�/�Wբ���9�k"����
�6�n/�$3�M���U��\w�
_�r��Ζ����g���LYXK�گ�!����Q��X��ټ�WQb&7��#�R��|w4��)��qbڜ��c���Q�_j���J�kp<*<�V��%��Kd�0��������0@|�����Y�&D׷x���̬����>
�!8=@w]�m����t�2��"�=��`�:��
�X�<���$k�!�$�|�.�lo���R���&l>��$ؙd��x��{�U�V��h%\Y"yP�!EUo�x�򀳑8��>�,r\Κ���3��Dz��fS�6Ӷe.f���0t�o�:<G.57�����?a��Β�Y��}�����gO�y��\L͗�4풅$k�����j����qV��{���n���s��2beD��H�C��Ev�)�f-�|�I���6�i0�%���Rx�aKp���W1	�Q�D6A�I���%+cm?*[�a���%��A66N��8�?����ΏTᐲ�ԱZɲe��:2-�Ϊ���ސ��d����b�C�p4��8j��5ډ�k���	>�:J^���7lͪ'�9X��<�]!%�#�{�ʷyz[�p%�h��GVu'H�Gm�-�e�K&&�f��ʅ�Ib��́�ngJz�;nV�
����n�V�Y�oQk���y3n=I�n��-���I"�c"b��^5o��u��BԜ��&��;�Fft���6�_8n8�8�>JߓFQ������2�߄
�=W�n�d�gm�{�2D�|uv�饙YX�a#����j��F7��q�C������ߕ
�cÈ�*&�P�$2�x(�rU�v���i�mTU��Q��'�zS��K'c�lݺ|�\l�����&��!IG��-\�6�j�,߇��۶��<=���y�]1���{��&>�#�2����]�\�m��FGB��F>���^�6'�	q�:�#é��ƫb���WD�x�����}ڲ\���˸E
�������by�}�i~��0Z��w�%�No�8�-��3�3w)�
4�)X���m+϶��]J��n��i�;S[ټ���l���:�0���M�+f��u��x1[.����O�n�kV���_՚�ª�����꽾|��vD�-��Q#ۤ��4�3���uv
����I��[���Ϗ���g�{F�m2tۼpbLێIdh�͐����5���nO
�$�[nv� ��/St�X���{#4��n��m9�*-��5X�\��_�j���f��m_���f��V4���R6M�5_n��D�M4����E�>��E��c���u;V5����Q1:s�M�wx�GMoY�،�y�9.N��Ԡ���趴�-�υ'��L�6oși�,z_��j��~�9���N�2O��8��^$�D���xXu�7�U��U�|�]����j�5���܉��=-���l][�o���8�X��Ţ�&c#Op�:�VF��<Mw|^��e�2�-��O3�Vh$N
U<JQ��Z��Kz�s-gɯ)�wO�d��`۰:��g�\ye�ޏ�ݱ h�)%�����L���ե���l�����m���+�z���~�̰�d�W�����r˗S���-���o��6Q:
�}��Gm���4�?Ś�Ku��)��:k}�n�w]Q�`��3+I��`X�h���^}Pf�w�����ݿ'�:�w�㑶��O�jeI��kzoʻWݵ~$Gf�k�#��~���b��dö��%0$�ͨ�3f��7�)�=��[���gPo�K�_Q����<K���)����Z��kZ�-3��$�UV�ތ=�*
�, "Pg�9���SY�<~���T�+w��Ʉ�Ȍ����Og�Xh�6)�M���c�X�1ָ�@
�O��8W���db��u�Mp$�RD'L@q��X4S�;���!�͒l҂+�i���#�U/s�ע��$Hw_4y��a ��%"�"&3뗈�K
��(r� ��}�ɩGB�S���Șr�|��� Ñ��5�}��I�Ƶ\Q��h�}�uܙ���^P#㮺L;A�̋e��lx���6VCpǹ��D��e�����Yf�����!X[J.V<��DF�qǂ�[�Ga��>f"�K6&�V�I$�J���a^��<�Ş݌AƎܴ�ف�H�p�����@V�IQ@sBە��8cX��UJ*)$���'��l�s����E�s�k���sA��j�*��<�sCΧ4w���SΧ4<�sC�p�"mj"�Ӹ��ֵ(�z�L�C9�W?z��gͯ4cΧ4.]�jtQ�1\s�
y�懟Nhisv��d��<��CΧ4X¢��]���>���bk�o���
e�T����#����#�6|97l�v�DM(��4��h.��,�6�E���Y���X��n0nk)�m�U�M�ee]�EtIfW��U�D��kz��q*��-����kͻ��n�lv�Mk�E��I��bs���I��/���������&w}�iÏ>&;�4��A���o�J���x�JM>ہS``��.��.<����T��Y�h\yv��jV�>}ޓw�X�5��p�xӨ�7j��#�kҮ��tc�Eʲ��jR.}����$˱�Ǹ�����E�M5�j��b�a{;;��g�<��2����yJ_I �����02�E1�x(f ؀	��V����hΗR�����# L٣�,EHF�"=���,~��5�Q$�ܠ�Y�Bư�F�� �~*�2ywSP�,�s�ԄH��Ұ�E206"ƺj3<�� ��@{�� ���eq�;VI�����I(M �/z�:3%^b�$���Ԃ�֚6�"و�U1�zźt��o�&:�z���y��	r�X�A������#����3^\�bp��i�/�-q�9_�+�� ��ۋ��v����`�Xx�$��yx��]���]���z�~����w�)k?Ч�n����036̾���ܰ�^:E��<�U��q^����J��]���=�@���>��h�3a��&�|���ɩ�T1����]tm)Y���9{�8�k���0n��㏳�g������8ő#���5�`��x������l�Lm9SO�����l��9;���<��MCEӂi�.bL#����;�.߷�RȘbq#�����#V����<*]'��Z��Y/����{�8둠�C�,��&SnF�V(��Y�M��m�r�d��2���w�Xhի���l���c�ȊX�Pf�Z2�$������������Ρ��/���K$�^:Kt:��Ar4�Tq��g(�v��6��D\Xs �=�a|i5�
���Z�:{>�ƃ�n�U3�_R�U�eN�I��X�]]S(R\-�>^�<O����{71&�ʟIY]�|*
�	LuB�0R�ID|GgH>�'�;)�ݕpV���x��bG����h�<���v���ۑ��gEȊg���'�7a�`k�U�0�~�7Z�K&��	�O28�x�]Q���Z�d�fiI���"�#��&ɷh�1���<�c�n]^�X[���^��U��G���!H�:������Z�Tqe��H%t<�Q�?!�;P�ݝ���d?a#
qib[�`<=��L��Pd���,P��gnB8|f��P,{�6�>T�1g����@��x
��Qٟ�{���#f`�9 H%���K�o�����E�:ݴ�uF�ރnG�ʧ�:rK(lm�A0y]�b�I��E����>�Ko	�����A���=6i�]�����
�C�_�e��P)l����µefVz��10��]�����p(X�
b�
>K�MPb��{c��j0`����{	�&� �7�=�!+�ό��Z����h����k�O1PI��I�#K0�PyϨ�i�
gJ���8{k���e,�|3�Lyl�<�5r�u�������選��c��
�XUA#i>J�H��2\Ȏ�B�v�_
h�5����tѪ?�,,Ñ�<BCRa�>K��Ec} ��0X-O�
3G�q��³&��&ի&4�R��ii9�`��"�>#�6=�ͦt;�ZFY$gd�Vv�`|G��T�K�M>�&dnG=�{~1Y�R\wC��;*�5�g`;W��i��>�[��2���q
F�lV�Ⱥ��\*;���Vۇ�fE"�1`�sS�5�2�?Q���C���ތ�X��*ۃ3Z�\�d�&?s�ݳ:��!E'D�����8
Α'%��H�3�O+s��	'�OX�M�����E.;n+㡌`��mL�#���=��������T�Y���81��`Dg��^<~N42ibE��$���Iqr=����f��r!�ܗ*f�M�emԉ����N~���k�kLE�`
"=�	��hzT�c�|]��ଛeL��eeb�x��h'$}�+��G�d�lQ�%�g#�[,��6&D/ɝc�<.�M�&���*�N&�nS7}ɤ�d����v`8[���\:�)qط����a'@�=�͒�ڜ�&y���qm+�~��G�,g\�I�4��.��/[v�R��5�~ڙX�uB�cwv&�XrS\�&�c	�H�G�ѱ�>�ri������'H�i�A�Oh��ݱ��El��s������\܁�Գ	��pH���#�r?mr��0��xHg��|��xs�W̲�d��g�1�Ei5�
���ڽT�A�'�m�0H>�5?b��:�U�tuP���U�T����6��b����g��l�^�i�N�I�'�P�e#��{�{4^�?�I��_�V��H"�s(
���V)<����}=�qcc�^�n��u,v}�?_��@l(�2r��/�8���)>q;b�w\<�z�"��cFBPʍ:ȣ�H��ui�*ڲ��flj�
Ӧ��Lv�37u|^H�*��b,���mf���3�7e)Z"-_Y7��}���i�lb��d��`Hu��qe�+�Um��W�߷��ϛe�-���=�v��w��t��f�S6ra���O4!�e�\k��mj����GM�ң]��i����ꮰ����間�vnɒ��'���#�~"U>��}��υUG�1f�vԬ�?Nx:w�r��}3�(��ݛ$�`�E��:ņ��k�*�x඗�so�����غ�p�4��g˗#�0"Λ6Mo���,�rF���U���w���~Sߎ	ˀ�Q���y�+6D�`I��.64�F1��qYTX*��T�?mg�Z���R�e&�t�^����^���q�w/�^���&�.2E��ch"�[����X�J[�}M~Ya/y2:E�_��}�K��ܩ=Vض��r�� �
NώŰ���k�6��IW{�k��.�O������2p�Kb����"�7/%2�ō˶bLB�)@M��n�w�y:V9v���3K�Ԯ����:�e�v�n���ƃn����ʙ�K�Z���r5�^=�5�菸��'w������޵�i��;�wL���)���&�$u�T�������q�}��i�m��rfR=�JYe�E��#Y���"��3>R��yu2�u\)姜�Hi7�!����k?n|-[�I�0��d��TH.��G�����F��VJ�
�}��Bd����U���RG�t��"����$8�=��q�aٗ��$�JH��Z�H:�;i"(�f�L�{xTZ[�j��5Aѕnڀ�_��M};����Du������~�o"z_��@#3��ky����l��'3-�ol�Y/��	[���V4z/N�M����z�,��ux�5�`�zvom����uu���ο��>�E�6��X��ؘ�K���xA��_�$���w��[�+ŵ]IF�����Yq��+�$�#/��)6��ؚ-�W��cW�H���������Ɠʺ��:��,{���j�]k�[�G���%om6�t��'��m���$P�B�<Ma�-�6��γ�}-{mx#�[�ng�z��m}	қ�
oc'p��Aiq�2�_%$S�MzK�juw�~��W��D��j�5^Wl(�{�ui�v-�p��7݋*5��Qd�*'�Hq�@��9�R.;+�j��x>}�9uM��p��6�Mϧ����vl�g�-�\���2F�|Kȫ6�#�\�7J��e�w3T��-�}��6#�dm�t)'Uô�������;y�[������J����r��������0߫%�<���##+p����vl��["��d��5��bT �R�+�G���������c5T�E�z0-\z�'��]��9�ڱ�'�
�(,c�
��ĵɮ����9����&��=ِqz�v��s"�e�����Li:�nw�2�IJ\�x[[�O�벵m�L<���Ϝz�?���j����������j��oVn��*c�4
 ���!в�H��VqJ���'�)���a��Iݷ��ӯ�Z����w^��;�T��dd�L6�N�*F"�ɏ���|���?���nR��_�Ŷ�J�|�3g�gd��a�[�2�Ώ���Y�"@��/,�x�̹�y�������.�on���Ռ��<c��o[��A���͝�,�y�9�H�qk�v
�J���r�mc��#d��u̝;�2�����aI�8�	��F24	2̰�Y���Z=�OW=:�����uڍtO8Q�V�Vzs��[&E`6�����L�6]�f�8��A�#�
�ȧ��>�ǝz����)��m}���ְ�p�k�t��v��n�i��~���޲0 ��a��'�c�IȚ���g�'�i��z����j��X��$Α��%۽>�pi:N��9F[��F���߾�;i+QW-���ݷ��9��V��[�����&^�Xrq�	a���ь��m\+�:��Z���^�Ӽ�Qo��fut��9�n�X�y=58}�2���x�mP���yG��	<�et�~msv~�{�r���v�n�%3�
���x�m��ӟ`�IifV[�Ėg�5���df'1�]��̃l�x䝀����N�]#��EXE����yv�XC!ӑ�-��<($"_��o�P��t����1��i��'G
�v}~���F'���1$���Nhn>0k�x��Ej[���ϡv��B\"�:�\��s�Mwg��$�h\�\:�2X����y��N��!6�#��雈2�]�$v��Km���
�����Z��-�d(���(�We�Õ8��XY�g����+�0Z�����@M�jϑ#q�By�i��p`�F�9`���t����f�9*<B2�~5���#��U��7��iE��e36�i�%�6P3�
��uvٙ�X���g����
AX[��6��&'m�w��2�7��`�4LY
�7��[�=��9:���NV�&n'�4r��ds�"@���Th��M��I��K�)�J_b�b�*��7��zk6
�2��5��3�l��E����ۍ�y?�����>ۛ��~`Ul�$��\�5���W�i38H����匨r���:H�ֈ>J'&���z�TȼH�3r�u�/�.$�D���P6��h�)�3����Q"�:��bB�=�r��m5����k�3v����|
L�&9!�Vm
_˂@n~�5�8%qM��c�#7oڢ��`͒g-:Fle�"�i_�.�~ʍ��l
z
���x�j��C6\�LS�a�&�]Zx}[�+k=�b�f9��YxnX��>减"��.�|�I�	x��B��kqa��Ӛ�\�w�Qa�qy�2_�]չ!�f�m���2��rj��︮L���b(�+]Yx��غQ7<�p}�&K�1d��1��1E*��Q��y�n�C�����F�z���Q�$/�j��,���,P{�I�#�{x�3�A�e4r.��L�u�H�g�1��*pT�!�<��Y!oӽ�]F�
�m�4E�#��E=�I
%���G��8��Q��Qt�Bý�K�#���F�F�m�e]7��
bZ���d�F�S�$�D9�r�
�M�����#�-�naq���	�y,�/��㸬�cf�$��cx�Y��؂
J�ԡtӇ�(w=�#*8��,�8��Ѱ���fY"3�"�$���"�͢�s�}�r;���C�O`Hh1�e�E�Hc�Y=�W��*�v�q��>�����.11�����x��[�2�f&��X��V�����_��
�
��a�(�*�b�l8��>
��H��_2��K'h����)ʑ1Ќm~�zu��1�P&�rU�LI���-FY)�M�!���G�J��=2�܏&$��.�v�$�����\Yw(�x4�L�B�-ٮ�K�r�3��0ȼ���������m2���&9O������/��I]*3_H�xs덫��Y%�ǟx���H�,�qOgڬ�љl�F��9>^D(y,	O��ժ0�y�f,�)F��:V"J�Þ�µ��e�C�frcm�8�x�2T�N��?1���$I.6Nx2B_Q���s[��8U��K8�׏^�4Y9�p��S�x����`�������}+��)4V���I[p�+WS�/u���@�]k�
t������r>��W�q�:��z���4�F6��5�g!�(���+Ж��zR�뫋�3e�$�rM��&�瘞� ��鿸��k�w�_�c��dC�ІV� ��84{�po;3�EF.d$��9�z?�W��Z��g��^��y��y�1���+��l����6=��&��RǧZ��8����6���S[*~?�ѯz>kB�}�o?*\I�́�7��5)�,�غ�&��}�+'91$��f�@�_1����I��q�Y��
w��7ŕ�����3Aһ��:U�U�6�X��%9��srl�&ʭ�s��۟h޳1��m`G�,P�k�����V7v�fkgsNFo�z�h�\]�7�e�$�B2���R��uML�ȇs�8�6T�K�(����ՠG���N
���5?(�r+�g�̍�����.�LRaI�Ar̰���z�����ّx��>ѝ˪��3
M�p��G�cɛ#���qF�+��mVq�ǘ�����][�$�n[��-�#.y��0`w`F����zA#�:�<|\t�3�/x�$$�_�(o���V�9�S��"�^�ֽC��Wk�r�A�?��K�{�A�:7�p��9Pg�y&T�,�\a�L���@6{7=�xGc3�/Q)z�4�ō<�.66�u�Fb�k ����]V�j2d�z=���F��pm���	��j� ]���(�%�;��RFF�R�̥O�9�UU�$L�9��ZRX8G2��M�$��=�`�2Řr�^���ޛ�;m��PF�`ü�T�m\ٓ豷weF���?XX��
�GF`~��jAD���
�gMB�$��eiX�FL�s�VI<�mQ��v��
'���]�'��X=��nm]5�{3��כ3ѳ�3���#��`�^n"+7-M(��^vwG�q�0��(��H�2��O;�XFѧ��sa�F,S�NJe�1����(<�55Si��uM4���߬wL�Y���\i��c�d��+1�����"�#�z�t�F���`J�%ě&g���1���{+MNfӐ���=�e�d�<��)�ft�Ȓ%,���f��F��wl���q��̞L��ܼ���$�Ok3O�YI,��g��^��9ۅ�ga��Jŏ��,Q�&�EX'��[�25��z7���霄�l�7,܌|��BSLqD��p��1���R\���^���{���r����g�L��ى�R�:��ee`�+�{�$��넙�fde�m�e����p���X�O�Z���qY���u+n�ou�<t˗&�fO����C�]���v��_�z��aa���z�t^�u��WS�>�$C�E�Q,�����7
Y^�&�{k�i`yw-[p0�[�T�۔��.vv&�1c.l2��ݵJ�\�<O��dr}5�-�z�y���wlM�r��ܬ���ΒNm�2�/�<W�MJ#����g�RzߩY�iw|�["!�I�2��'R�xUԙ~^�;���"
47R-�GnP�Z'�ߑ<z����s@�Kk;��x�m7�Bk��謑Ow���w��p�.�<a����D��Z������Ró"�;���>�6��c��O���`�d��O��ܛ�х-Ğt�IiYrb��X��к��o��#\S6T,
�N�JU��v�a��M,���̬�����Y^<ܻd����zj��!S�
�z��F�=ߤ���g��}]�r�/͑ƾWF�,)��c
`i��
5���߾���~�S�o�W���1v~}�xܘ۾VD�	T���8Uo�\r�f�Y��)ٹJYo���<Yy	��-�0cTi��u��z��*��c0�N�ം8T�w�?���֝�̹�S=��g�b����7<M�K�
�Y���%�͏����Ä���ȳ�9
?t>ջY�:�����t�s��e��Ռ���4k���>��H΄Y��x}�a��[ ��}Q�	d��2x���n��{60��^P[Wh7�eFv�'��[��������l�[6[��P�r�W�{=�o�X4��lS^�t0]�8T)�
q�����c�7���N�[���K�E����%�0Ǯ�X��}�^n��dH�4�J�h�̸���X8{)|[��vm�a�c�/�!����V:�;�/���~"���J�$k��&2��F��Q�}����~E$�'pa�4x�33;��Xv'x�p�Kg&w�wm�,�2����m�Q���ʭ4L50�mEx�?nE�p�}��n�\L��è6y	ڡ|lYyy'xE�J��T:��\�)���q�����+��Nƻn.��������B�$Ѿ$4��$2�U�ի¾���F��s��>ye3Γ�^����zK�;K�.虈^]�,&��y�<q&9����X:�*���V��2"�W�g���gl��!S&%.İ��{��xVq�=��'���z
��NznY�fu�2�#���duF7<mny�K&UE����
�@ɴ>T�y�I�4F9yb�pO�k�^e�)ңx�><��c�I�����)*�n��Y�mZ83n}�m�E���u>4Ӭr�c��qꕒp��^��-(���c�W�u��-t��zkq�y�1�ۍ�oQ4���F�",�r��������ܸar�=���n���:������cnm"o�}GO�u�,{#�g�oG���Yw���+���zS�`���>���LL<+˜�e&D�+ʰ�1��U�ƔxR�d�~���3{׊�\�_t.�4�}���\�Y�<�N>t�A��9@�Ȫ�Pd�&��;���+�VIϿ�޷��)�-�
>�vD>Y`�1]9�kIO>v�Zf̞=���pΟ)%6:���j�j��
�^.�tý�G��1�fj6^��Wn�O�p�`A��T�2�����A,-X�p||*;��j�^.���Ǻ��uV^L�x�]r5��Omu^幺��3oy5���O��f�q�\,-�f	gm�|�T�A
���X+s�Ɠ{�T��匯����;��O��\�K��騶L�d�1�7����S*a*C6"�w0�W���XT��Ÿv��f\�~&���՟��Fs�2M��H`;��cNj A��B	�ҩ5����)wk=r��ՙ�*�}}8��f:�w��2�3U��l=�Ü�K6�a��i��^����:�x��w�0��r��-����H8+L�=��N��ͫ�e\�ۃ����@I�x�(����W�%����b}}�S���b�b�Xn	�"L�c�(>,,ױ�ʼ�n����?Q�WJ�s��JK�dlYۤ[\�f�7	=���Ҥ"O$ƯySݸ)��s�c�Z��SÎz��`�[�KS�Կ;ջ��Pn{�
V̙f�7ؑ{W���'��Nͬ��C���\)?H6�XH�żÑ�EVy%��N����V�i��6ڰ$XЀ�xI���bB��.Mm$C�ǒ�arc]Q)�k���r1�^-BS�/�O0{��kH�JI��;��e�Lb&����ϵ.ޯ� ?t���uH�Lj����n��h����C�,��ƫDL�8q�lI���w`BX�b�ځ�e�e3e+�!X
���� ��5�r���p=�u��pl�X�
��;�U��U����I%�n~�7�Ƕ�Tf̙�u(��ʏ�h$-������qo1`�K$�Lm�X����ܛ|
�xr!L��~`b�rEe��*�G�Er��Uɉ�2>��Y��M���R<\O2���o&�]�J���P��K�%�j�Q��Lm�2x��U{��.x���]i}83��=���Kr�0��^Oe��nu���g-�8���I�c+*`;��8���ќ���P���5��(k�@�k�
t����=�����W�q�:��)z���-6�񰢗"/z����coc)��])�<Q�owNV�6[��+�Ȝ���?�-��v�^�����/��F$S"��]A�+~ �����2g�F�1�q�W��=�{Mn���:nnj�E}�3[�?�Y����f��ϸ����/A/]t:��2����ڀ�Pe�l����5�V<
����2�&��`YbK\�'��
�H;>叅t��$�4QL���'�^��+,;T����Ǭ��3��#2F/#*�`X�\M��$���A��{��Q�U�q�I��!�L��/<E���[��A���r�9�t�k���%�#��6=��� �&я�&6V�'�����E6��\ʒ ���n]�%v�⹍{�s�2�I��mi�*�!��s6ܜYw�hD�6<y0�����ê��xZ��q�8O��;g�ɇˑ.l��C�+̟�F�]~1P�9�0M$!��Ɍ�eedn�V�)�h��Y>&L~/���� ����z�a��e,|�q��Ǹ�Ň�T�yd���A󔕒"(�G0����5&K��瓋�0Eo.Id1���Y���6&�c��$�>으c�֤	y��H�ò�3��H��c�:���d�}�U��.���b��ol��*�\N~�k�g6�鐊�Pˑ~���*4=�[�|<�i�{8{
i2@ْ��9��I<��,�_�$�gLo'�p���6�g�k"���oJ��]Q>^(a�(�\�"�m�&�����V\`W���6�ɩ/u��2)_<�����	a��P�EW���/Hp�s�,�����fM��8�6HdP��98�����AK"eC��:F�3C#+e'�`
�WDd��+�̢�)��j�2LnI�&���V&��Vr����$2LȠ�o-[O>���<jc��}=�I�`Ñ��h��ER�~�k{Mi2YC�Q��$����B��I'�s��efF&����H�#R�2y�w���#�U�d���9y8�1.���6hl��K�{MHMJ;Ws��X�}K��eK��y2Ằm��Y�X[���Y���5y2�f�I�<|�����ex��p{M�T��p�3!�q�
�(P��\�d�1��'�`5��V�۬�6���
��*����L�x���{����ψ��m�l��M�+��L�w��O� RG�����k���KӪ��/	�}*,~Z-��ۙ@ۜ�o.ɑ�PYO~H�e�s/�������3�Kӕ�|l+/�CM�������P�\�	�~*�a�/�+�$Αd̓>aR�D�H{xIn����fƽ0r��4�����M����f�8Å���*�w!WSp7��E�e~'J�d��hX��LO`��!�QT��%��ۗ1�"X O��;�Oy��Y��/�w�X\v^�X#=֒��`[E֗�u7�U^AfxV�ZGg����v�����J��Y�6�A��`~��o������_�+T�ˊ(���:`�G�ó.k�U�%g�t�F�X�l���@+X�'p,��4����@
+1�Ǽ����(9�xMPy�X啍��YQ�s�Ŋ�:/}76�}��hh8,*�zWHH�jOWJ�5R�2��z�#�(�!F�5A�A�ߛ���m�f��;���&����ѳ	tD��I����ͷmB�enj�;H�x#��h��7��@�'��Dl��� ]PKr����*!{�l�mY�F��3��ie �%�֖&Y���$'A66��֠�x36l\D-�G�3mb����}�sH�ƋʝE�a��H�S�O��*o'ܚ��ĻiԀ�x�j�#��cϕhȣ2���i��jE��T*�"�<=²�]"�`�%K���1�f�m�j�ǐƨ_Q���щ*2P/��j���Fn
q���f�*w���Ҷ7Ȯv4�ޙ�%�6�Hh��xp=����|�`�����;k��- d|�#[L�Цr
��^�f\��r��'㑭"��Pi9"be+�v 2�/�����M��4E�Ooi�b;����_��A�wx.�[a1�H�7&�}������!r���ݼ�e�$iAV!���5�i�e�hB@"�c��[͋&v����n8G���'=}��Ƽ۴Y��fc313�Fa�<��k�Z4�!8 �o��hɡ�3�ES��+9|��]F�~�,��c0����+�Xh�*�z�|��H������`�&�K*�DC�2�;���q5����y]��h,,xj'�|f�`��r3#@���>�������M�h7�2a��V��D�5wJ1�9L�z'�l���!u�O5֠[�Mw��mX7>eh�uހ�P��@�]k�
t��I!��=�����G=�j�E�=ù>�W��|���`~c�;��>Z��/�����O���K�j�틎|Ր�k��-k�g��G�韗�����ܟ~+��\����{�r}���\|����ܟ|)��)~�<�h�&�5�5�a$}��C����e�J���a��ڀ�
�\�Ǿdq�����]���ޤ�v�{ܶՈ�Ɗ�D&]IfMj�j�\��f����%���:��z�w�8K:��&�(P���
ʤ����}���m���%�GQ���1�L��h��/��uj+9y���yZsm>��x�4�t�Ӈ��K�a���|M$d6���N�6����?��E�ݿJ���:^�f׺�H���.�Ln��fg`aE�${�G���A�@��բs��Z�5�R��U�����
㒴�?���!ȗ���v-��<�X�pK$蔩�-�&(Շ·���>�cu������ű���n��9�vx$M�?&}9,എ��0�6��1��ԫ����\���+��|Ybߥ��a�3^�l��V��x3�Th���93�ŵ1D�H�9�䨔����_���䥌�5�]d�M�����u��]�nܽ�3�IQ��v�l��.�k���;U���)e[|I�ɩU^��z�1�_
��8�v�ȫ묍�a�3���dM�n��;����,��	,Ѱ-�9.�yr�^n�R��m�eCu��՟�v����=:}+V^�w�oQ��6}���-�CXL��dOkL����{�6Ӭ<+��fw5|t}�ʌ��qv�2�����g`�ȆS�O-�&��T�^��EܬG8R�>EJ3��Mǃ=�=����W�ۿI7��.^��a`�)|�D}���mM�=�ө��^^��N�8��?O�#��z-磷.���aH�lt�wL�kh�<�f^É?
x���m{�{OV�)<��Nn���牑�!\|�A��1PIb�Z�\_��m���Q�M�Y,����ʁ�ݢ�X�S���5 ��	�t�`-R#m���)oR';��U'�j�3�G*�ā�5�D���U�H�I)s�N����X�IXvՒ�y��p̽��_���]�����U����i����Y;Z��|?�ErgS��\<�*��X)�۟�]e�wNbl�p�ގ�~"� y�}M�s��^�]wn��i��6s�^�?�eG�]K�o�'Ko;�Ĺ���B+K�ҽʶ�4F�W�cЬ�1��j��M�
뤶��<��~��}�'*�g�sr��F�-�o*�o)n3��f����^��F�|��)�潧;p��lyW!#�@r"�B�b�I�
f�Oq*��ܲ�$��EeV��-��r�8�-��.&�:7�]�.,�li1��ձ���!�C��x��Dz��*��lyY�N
='�F���óL���/��'RdI���d�G���^F.,��3�aQ�d�:�����ڵV��}����3ͽ��pV�ʿ�/oֽ;ܶ�����7�w���g�q=ՊB�%e�U��Y:W���V�miOR�k�R�W�=���~bv��ϷV��%�Q���ǼA�ド��W�̄DBʚ��ce3��V���L�s2�V+��js_v�<퀴�s]��ٳ&�l�&�2B>��q�xk����Ұ���ZcV+ŏ�2��I�Ǿm�����"�Q���\ر,I7�0�9�Ի���S��Z��c�.�y����6ك��p�t�dW��dF��C$����r�/�x}x�M��X���=�g��Q'i~�����#I��^Íֻ\��BL0Wu
l-e���[��8����q<~����w�Yq�ƂK����n�<~�y��bw�a�n���\,��b���FYV"x;�q�X�Y���7!�q)��o���\\����[w�ra-"�'��a���x%},��^˵�ԩ�����=Kv��e��ߚ<ձeH1�Q��z�!������ܜ��$g�
R�%�i�Ǐ���Y&�<���H����ֵr���4�\8��Dy�tp<E�Uz�AAk���F x�J��Wj��dY�&�|�[��_ZO�x�x�Ⱦsq��A'�qb��ʉ��&Ǎi�z�V�f
� |v�P<w�8�3b�<E��u;j����(!_�
β�v�Y��a-�7K�jR*0yW�xCn��X�g_n�H���$}�
~�����c�Z�-h�(��I߳��s��jɣ�zG �|n,+hɯ�Caz��ڀ5���@��Kƀ�Ϟ�I5A�}_��J���,i�7bk&��������~�B1�>�]Q�[xꃮ�Tޠ*3! �(�Sd:C?�a�j�bǚd�w��O�	K&��]��B$۬iq�绶��	�~푒����FO;wV��a;�8�@l�<T鱥�R�X������Yf�m�X��h�T�K��W�ƕ"����Xedc�,!V�%Þ�;
i��ƒ�O��'a=��&����	dDp%נ���B��R50�<����.2��pn:�G�S���]O���m�Я5H� ���+��t�~���\�&��m�C�YH���:�B�Y�֯fC�cI�Ȍ��W���d�fs�L��-< ���kbtU'm�I������ְ�3Q���!e�kK�S�kԜ�b&aY|�e[�~������=��Z�o�R����Yl�Q��<�rt:�A��j�t.������f�{tH�k�� ��{�P���$I#�$],�U�3%|�9��E� nWݧ������y�����`��1�ja�?G�jAYg�V?%�Yl
G#}$��'I��Y��Ց�&��1騠~d/_��.��Jr��^��yqƹ�Lw�x�IT�9���+RF�ٻOE9XY��$�˳*���I���ݱ�5���q&�a��y��ӻ�1?�)�f����DL�~p�6�e'��*}�
���'I+���^�K]��}l�-32y�E���c\�V��,x�d��*o˅�J�$�ҽԛ�ʢ\B�\:qkv�]S��{�ͻ��l���s�k^�=���9G����y�5���@�y�����<��@e������(̠9��5��$��Q�I�
�F�>�����vO��t��`ﻎ�d8Y
� [���p�<�uV������%����p�RE�B,����6�6��eۥq,�� ��,��mnZ�U���L�=e~�G%��Y$J������""�H��9U�@�h�Ѳߝ�u}�/���''ic�[H����!E'�s�~$]q��j�{ެ�Ƽy�EF%��eI����HE�u1�R։xrijc��<�Z�F�O�޳����2^\,E	�����|)�o�<mz5��*n#�N�XX�
�U&���dA�(裸��ȃ�w��H�ö�3vԀtfߝB���4$�;�"4��b��Y$2{j� A�ID�ܛI�4�ZF�%���9�t���g���W�λy��;i�$�߰��
�t>J�q,+-� �ˁYhת��=�b��"���4�&�ά@����*�z�tܖ�eɔbO.&`(�&ʠ(�&�Ve� ^��۞�4snӜ��EuE�9*�j���b�2�(Y�c�}�v֌��DB�@B��m�wTr�nTV7�dU�f�#�0�)i�n�+hɢ�x��ɗ#2S<�q�G�$��	�����r�4��*��M5T�F�F����TH�E���nf�w�b	:��θӧ��Q��0�@
I����e�,��[�7�_
,��s�����7��ģ������d"s$��y['pʓ71��&c�C���Y����y�>G�-*��4�bD'��Ёw���KG��~AWJ��qз�T�td[�_���{�XR;�R��R��%FI�p<mT��� �fAy���΀No��2�d-
 q��M֒C�rۖ,�_�������u�&GRF�0 E1�_�pup��}	�Ѻˎ�c�E��*�x����fw></�{
Kc�[1��k���e�/�~��)�_��a��j���
�>�8o{��S��jɣ�z#4�D���T�7�O�T��y��<��e�%Բp�PSn��ƀ�>��זE�6�B�jT2�p��X�Dg��ݽ�/�+�0hR[U��*6@�@a��-c�5g]mg]6��&i$d�py��WC#�1q�8��;����E3K��$@jp�6�Hy�8,!iX߿�j� a��vJi!f��E�_�*H��~�&.���}k�q�%��";½��>�t�q&V�A$�ȏgeB�9翖#.Lj|*M��;
і[m�LjH�VF����b݋�gy�5kP�'�l"f�I�I�+-J�����F�}�՗����Nٴh�w�Ib�<�d$�K?E�ו���0�7
�݄q�я�ݝ��gDTn3͞O=ô�7/���f2��rp�Dt�tݦ���ɩ�͏<e"_60.M��8�u�)3fZ�u#�pY���{���ޘm�r�$�u`Y{��fP��Z�#��"���Kͯp����O:�F$��<y$�ň�y����٦���}�腍6�� V*�3$,��M@X�X`x�".D�Cyf�o
�gL�7�`����dR��*9ŏ
{<�ķ��5�iŃ�����&���\7k(�KA|0��(�1�́�az�Y����M��rC��C!���ZdΨ,�7k͈�"E�,[��X�ѭI����vլ�dI5�̰�w�F{����4�J�l��#��_������
�٨,V$$Ҥ؏���*H|ɏ
�X�1����,͠���\��k���C������]/gJW���-�.׶Æ�I�[��G�UB8��.�ʦC̠
t��<��(̠2�5���
~���2�<��(]�t�P=��<A�I�	�L�??�rDzx��I�٭��g޽�=�w����9�>�{�� ���$3��� O�۶��<�ȁ&a�i$�&{vՑN@龜9��� =��@tew�W�������x�d@�0裸��ڲ ���� =�w�A�x#����B������VD	3�H�Q�VI�ڲ ��a�������Fp�!��L��U��J��i#��?˰��
�����C��Jۇ�j2�>� n1�u��j3��@<H��@q��H�wU �(�i�!�@ ��Z�-���^_�K�f�
�h��9�'�R�ĝ˴`�7&�q��P֧v��;�ڋj���L�R,�w��0"� b��vcύ
>�+9�Y!�(P��*�n� \_�@X�v2F<:�	��5��ّ*��*��t򘸷�)	�%�\�a�|+I3j4�K�E�!e� �g����{�&*�,�ܔX��(d�M�5B^F.���^�g�v��9O�T��.�q��AuU&���А2:�6\i���У��&�fx�$'N�7�>\����Lx�,a�ɱo�@�%�Id��Zt�1��Vh�#_j_cZפ������F�������H�2(�Ld����l��4��|��XeN50�md
�09�ܟ�B��� o�{!��b��Z�-��(
9:�$v�N��ܖvl<rI&�S����zSZ
��4+����6-�r��5�̛7�7�S�;��f� ��|���f� ��|���f� ��|�?2l��ߑO��Dz{~7�c��?Nt�=��"?��9:�$mRt���y���'� H��A��{_�?�T� :���{_�?�U�$��O���f�AܸЁ��s�k�?Ea���4W:{�^'�"����t����D_�@G�讍� ��;t�x&$k�(j�_N�?RJ���	�F0�ܤ�W��[�魨_������ _�/Di���i�<{qIb�韦�ş�6vc̶ߊOَ�S�鏦����`������:H>��zf��Lm&s�S����^��g�:�齬�8X��WS$	��t��_��q���`���٭���)����tG�=���]O���z r����?�SS�4�i�}�Caۗ�Ā�T��B_��)�ߧ��>�8��51m�=�7n�ژ�pq���51G@t"��:sk
�,{_��)���A��{_�?�SS�Oz^�5����"��	��z}�W��Ӫֿ��^�yQ�Vc�M�.�م��������orU6{�g�~/�t}3�ܛ����8������ y:�Y:okQ���i),A��Ak���k����E%����?�;���]O�҃������)��P~��?�;���5>cJ�^��g���<����iA����Wv��<����B�>��gv��<����B=?� I7�y��*jb�}�Dzkj r�)��9�;�����q���_�N�`���C��[���I`���ӣϥ����b�WP�@�"�/Nmj;�8�ܩ�X���y;k����_�>3� H���ӕ7^���q��{~N�$W��ӿ�[h�@���P�#�e鶭_�{6�����H:=<�3�Xr�҆�(tBqӛX>�,���%�=��ϧv����HKN���(ɱm�c7��HR;E��!	d��샖ߌ/�����Hw�.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���&�A��$���&�A��$���&�A��$���&�A��$���&�A��$��~dٿ�1�"�5~dٿ�1�#�@9׶A(�Hb�o�D��ō��$�����b��;If$�88Ēx��( �����ci�A�
�s��1����~����ci�A�
�ϧ���������O�}���)"�s��/����~$@~�}=�e���o���9�8��?�1�����ǧ������]Y��O?�}����� ?g���G�7�ud@~�;�e���o��,Bٿ������]%�G?fޝ���G�7�t�!��ӯ�[h�@����#��N��m����H����w��m����D��ӿ�[h�@��� ?f����G�7�t��7���?�1����ٿ������]$A�ٷ�_�����]%�;�7���?�1����9�6���?�1����;�7���?�1����ٿ������]$@~�;�e���o��"�o��-��cWIs�m��-��cWIb�m��-��b�WIbi�l��l�n.���K1�����5PM��Q��f�7|C��`��e��6TI<e��[D����)�����}+���P�������SϤ�c���_��~�4�d�_�G�W@w�c魭���Xr�����9�/�������]��w�����O���]�#���;��k韦�,�)���a��]�ٿ������]~�=<�e���o���q��/��cW@s�m��-��cW@�oN��m������zu��m����	���m���������'�]��Q�nx����	`��zgjN��Q��n��GBK�3��~��\�mؤ�����>�(zOfro��7�>�2�n�ٙO0v�R?��	��d�0���$mؗ��?fޝ��?�/�t_��L?�
���N���tzk���������?fޝ��G�7�tf�����G�7�t[�ON�t��~S�ˠ�/�������],�ޙ�q�;-��7bWA�����_�Kf��~/�t K�4"Ǥ�Rg�_��
0�)(�C��4UUE���]PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP���" G1�~zR��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5!�$P�t<�M���
v�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(<�Ȫyو�Ԓ6���/�����Pԃޱ�'���������>�|�5 ��_���礡��b�~O�=%
H=���}��(jA�X�ߓ��ICRz���|>zJ�{�/�����Pԃޱ�'���������>�|�5 ��_���礡��b�~O�=%
H=���}��(jA�X�ߓ��ICRz���|>zJ�{�/�����Pԃ���'�����:"�<�R�PPPPPPPPPPPP���w}������֬��ő<����(fɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ������P���`��Ե�}���K���U=A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@xϬh���%A>�1�Ŗ�W]����/G�a|����x��@yq�Q�
@�������G�)ˏꏐR�� �.?�>AH\T|�� <���� @yq�Q�
@�������G�)ˏꏐR�� �.?�>AH\T|�� <���� @�#��o�{H#G�G����A��AOu��W��Z6@@@@@@@@@@@�[�����u?�V���o�F�7�E�1�܅U�&µZ�4�
“g�@�t�.�>$��ۦ��C�������'ߑ�X���^O�7W�z�zu]�oՕ�Z�qW��'UnXp��y�
f"'i!���|b(��I-��5ڔ�WVN=��m^�n��}e��]�f��K�a�=�X`�����,a�`�����^]�6���?��;o
�V����PC�{��x9�ἐnS�.B��̟IU�þ֮�R����eF뫄Ǭ���WS�듸�yX�/���,3����hocZ�8��#wؽT���bN���b���Ik�M6:����H4���YD�U��ydsb�y�6�v��ܤ�$ǖX"gvb1�X������l+[,u>��z�[ڸ:���>ȥ��7L|��ta弱�L]�m2[C1����7ړ�<�[j�R�ǭӣz���S�:La��+�Y��Y��~�ӫZ�w?X[6zp����ٺ�a�q��ۛ�Z �I"vпH��a�u�j�Kk��rf��6ȋ���s��c��̒E4O�ق�H�׽fT��f�R�Ι��<�y�)$�n�`ShHW�&f�`���-Õj�O�zs~�66լ�ݪ��/[-ۧz#f�v|��}�|��sc��`H���
��\��q�Z�J�x���n��֟�~|Ȼw@eo[V�l���'X��˛)dVb��,iQ��+�y���oan;i�j�L{;=9[����9c��R�"ˍ��dF:C+�·���Sm?��8�m�&�y9�Avފ�'�1<��o�Ā3Q�'R̤F�ȷ>"���m��?U>GZl�w5,R�_��2�=?�ۆ�k�f���"G���Wۢ���=<�Sb�I��]��f~���m��'B�C�N��E��{^��҂	��lE]�
K�a=����w���Gg��lg�*���‡����۞V��i1s������B�U�2��K�h�ԯ��OkZ�8���C����l����̵�}�K���U=A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@x׬_�L�Q����W]����/G�b��8ȏ�u{���yd���/oey���Z�����Lp|��#��}�t��W��]�
u��Z�S?��z����kW�)�q���~�mX�1>��i#�O��ƥ�p�{{7�f~^�=��_�9>�qYs�Y�*�J������QQ���ϰ�E�h�n�����Ǐ\�[!�Hs�O�EF�𔽹��8)�ۯF�|8���nUe�R���P/�Y�<J-]76-[%�=��~�ժ�g5ϼ�]�t}ն����Y��ԗ��5_Ow�*ѹ�қ~��=�+�G��8�1&oI���c�sG�3HDh822�8�_+U+j�3;�cVۅ�V�v�{6뉞�ι�i��b���������5�gm1�8_j�p�cۗMo{l~f7�-�^9��-�I�ʗ��OWؽT�9�l�ۖ��q����@F�DoƆ�›�Ң{n�:���j�:ez��״cO�n��[�E������Sp��]��.�/�l�joݭ{���3�7���m����F�J%��s!����{V������/�ݕR�����0zS;7?&bd@����D1�!�1�F}�������\<N��~]�n��(�n9�����Z�1��fQ�?0�>�E��+��X�ͪ���U��e)���$�X�d1�+�q c�u�ȷ�^�ٵ��f�V�K">~ߛ��>.l-B}(����G�W6���nmڎ,��'�m��6}-���X_�p+���G���%V��PPPPPPPPPPP���g��O���m��oK��7�&�w FӰDێcZ��F���{p������z^^�{j�I��#U��ҝU�uŵK�ͻn,��"g�$�n�j��+ǰWR6��������Sr���|Z�y�+�z=I�u������d��ؐ,���M>r��YV�j�:�g�&���]ݻ�lUS�N>,}���/����1����Eǎ���(���Xz��׷z��嬽VǸ��[OP���+W��n��^�m5$��}�l�n���Fۄ��8#I.t�B���Y���~f+W��o�ſ޷QI���;7M�/чg�̖�̖|���IF�ϖ@ķ�(�oU�ԟ�1ez+�3�M��I�y�[��Y��S�ķ>)X|lk�O�[���=O���:~"��/p�}G۶�'7�r&$#T�4ɔ�8�;m^WV�6�����A�'w},���|J�ç����^��ڰe���σ6F��I%�,��.;O
��l�׷U<0�����iK�[�\q�^c��)3���ofLp.�=��ݷ�}��={uu{���g��M����.n�m�<<ifxNCj�	��8�aKW�M%-Y?�G����1xڮ=/��GW>���PmY*v
������I�v�F�ʾ|�0y�[�s���$�ݩ�֍)��>����zG��?��b˓c��h��]]�v���(�L֍�zk�"ۣ�=LL	���[$���r�2�L��MᲒ���]]f�oû�6Vꯅj��c�dǗc�͏����i11�>l�$3-����q\1{Uy���MkJ�n֜v��R�tD;~��˻��~��Y��^o�b�2ՙm]�})o,b��_iǧ�[�ʷ鲶?�]�n>�.��Rn���e�xy��39�`�YUT[�ܴ��>c�[�\U?偯���k�ǰt��EY���,���b	fO9aM �*TV1��l=��?�M�֭�]XV1xvvC�.ˑ�x���m/9|��.��@_��l�ς��>�^�
o�A�PGӛ�g�������D��4r�,*���an���Um�z���{֋Yż:J2X��a�RO����D�[(��W{���y6k{����C�}_��'�9�s-i{����q7OPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP5������e���{���}G����j�_��0�lR���'�o��g����<���n?/m|Z�ۑ���~E�+%�x�����t^��dɇ�7��C��I���A/Wz����5U��O�;i�gJ���G����c�ȑN��6>U�\I"��k� 8Z�]�_qW7�����Nׂ�J�53�9�Nɺ��)�/�����%Y��5��;녨�獫���]�W^�
��X��汳m��b,�j/2K�Ñ�s����n��[�on�Y*��e�&Ż~�'�3.�iS(��ut:t7&'�V)�j����s�m�[�����s���۹�tq���nY$�vPmp��I�*��;p�3��{WK=e���۷K��L���bO�#F�_�W`|'�W�5�:�.=|�сi��r�\�2�p�w�v}�Ӈ *e�<�J�
��d`N�DW�rVޝ:T��-^���.[ώeKoؙO��/ F)<�ޯJֽ/ݿ���l-��W�\��E�[�Ųmؽ=꼒f��lD@�+V�zS�&�ή�n����oVU.��I���q�ڱ�
/����I�"��WW�T�Z�Ҏ���XY�%D[v�t&`ܡx��]!��
f%y����+M�\.����V���G���{����<m[��d��Ry�m��e�O"�U����O<x4��N�Vծ��ÁA>.n��X	�Bf|\����W����%t��[mڛzqJ��>��o��V:�k�dF�0b�fœ��ba$y��k���PjuNw3��O���Zv�W�)�pFbO���5���m��J�����_~��?O��A*�l(�(�(�(�(�(�(�(�(�(�(�(��o�[?���X?3lߤ��H�ʮʯ���@�C �I��re%H����Ɏ6�9�H��"�*���lhT��Ld�8�5\?�{Ї���1g&�$��s@9&^d�\�dA�^Ga��I�e�2�d�-i�9x�~I'c�ɎC$sH�7ґ]���܃sPO��eūʞX��}˨�lE��Yg<��j�_U�����o~^�	b�X2��U�؃�"�&�ʚ�|�Kn^c����MB��e��&V�Ꮀ�V�q��e$)Ԓ�C��Tն5u�z�7���i\�k�ez��yk�2�kĎ���+47��KA+���fC�$�I:�h�錝�e�ȇ+t)��?*UvtO�@4�7~4�0�Js���;�uV�����3BI�2nR�I#�#����~\y���GU��mB��CT!��(eWe,��t���y;�Ӷm"��фQFX���n�9o�nUoⶮ�]�޿�'>�T�0}_��'�9�s-i{����q7OPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP5������e���{���}G����j���N�GE����
v9e���<�1S�*��psS�ר�\��������+�Ŏ�cû��"Y�6_/�������T�,W����I�~����%�gi��$t����Z��&Б,��Y��lI$�f�nE>FC���G_���|��m�,EBgw7v,{ؒ~�$�w̗X}m�r{�B��udIךw����S{r�j�.FB���EO���|�Ֆh�r�&92y�b��Q6K1,Ė<�7&�'�m��Km?�V�_�
��Q�}�uz	U�a@@@@@@@@@@@@x�W�նdeO�w�3���`db���z�|���������?����j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?�����~��Ձ߶��ዅ�8�u1ck�x�H;ץ�T+�%~κ�����A~^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���}ҝ5�l�e6��Y[��D�Q���mE|�/�P���v�۵s��ET�@dz�Ӽn���>L�1�!X|�E`B�5�O��˽�-�2x���nZf
Oخ�Y�$�=r���|A��+7���.c�b���+��Vo�'�O�\����W�ߒO�� ����خ�Y�$�=>As���\/ҳ~I>z|��?�/�?b�_�f��|��l_~�p�J�$�����ؾ ���~���I���1��|A��+7���.c�b���+��Vo�'�O�\����W�ߒO�� ����خ�Y�$�=>As���\/ҳ~I>z|��?�/�?b�_�f��|��l_~�p�J�$�����ؾ ���~���I���1��|@}�"�u����=>As��]��}Ck}W���*��ʺ��|l�k���~��'�[��(~j�E�6>^�����ks%�O"�/���R�����槑�������?�?����C�Sȿ�����}���ԟ�no���_�c����O�O��7�P���/���p~��'�[��(~jy��{�o�?S������?5<��l|��7���I���J��E�6>^�����ks%�O"�/���R�����槑�������?�?����C�Sȿ�����}���ԟ�no���_�c����O�O��7�P���/���p~��'�[��(~jy��{�o�?S������?5<��l|��7���I���J��E�6>^�����ks%�O"�/���R�����槑�������R�G�nh��P���/���q��7��w2�(V�� X��}z�J��
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
4���7\Ǚ��&�$r�B��W
����W��=J}S�9���Ո�[yR2�����P��Uw�(��Ì�HB��ʷ&É��}M�
y5��m�RQa=�ҷ`�nva��۰�MC3��Ǎ��c8Q��h�ַw��WQn�䢯���i�i#Y	QO��f�~݃�B�־���������x��9����S�-�O)��o��U	��"9������L�*.���QW����e�Gn�3"�3!o�C"����*٨�o��T�!~-�]��Mƣ߿`�jV�_�7T�X�4�v �@@FI����k�w��O[�6e�[׋8�L
�U��r�q����Yd}]��t�����"n��ǨX�G���/(�&�rJ���Zn٬O�>����ӵ����?{��ʊ,�-�8��Ð4��VA����O�f��/D~E�O�A�a�I���ykMs(� �4�W�]��z��t������G�^��6�M��<��<S���1�u�n���oCJ��6��o�Ծ��țw��J�Sq����O���Q��ת:G�`�j����bɵ��N���+T�['��F���S$
ّ�5c�d[�ػ���Zxl����s�@�2y��˪��۰ߑQu������处��5���$O"�2:�t
'�Aq�Hd"��%^4��rE�*G��
�2#�$Ě2[̐$�H����z���`�*J��7�Iņݎ��mf����"���� qǰ��k��g�C��7�_vW#�G6>�������=���<L���e��O�d��s}�%��d�o-�)W�9�ƹ|姁�"���WQ,�~В�J��6�3�P�~�{w�ç�۰y(\}{�k"Hq�;
�����m�O%7[�"��ʹ��U����~�oW���}�\��3n�(NW^n��End�f��
>f݃�G#��HìpX�E$�٪�3n��_��ظ+�q�O§�۰y([oznc��/o���6�J��w踘�XARB���۰y5"K�N���+�~�<S}�.i�6�/�QI�^��a�I���>R��Y]U�!�T���4nlQ��꾪݄�j"OS�q �������>j݅�*����ض6��F�|R\|b�5n��TX����|�EA��H?�>j݅��=Gߑo�b�M��Oé�W䇐�O�RG#+�b�9�R~Mf���v�P��k�Ŋ�a�L��Oۧ�۰y(���K2jLLT\�/�t��v�GS��fQ��'�P�G�>j݃�Csz��# ˜���6t�<����<�z��׸���4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO��'I��UP�޻z�֝�8�6ˇ�dá[�ds��I&�2�h�M���/�q�im�f�����K��z��o͛5�����MTI��'���/�2��T�j?|S�s�l��A����	;�az��3f�w�����G���Kqs��������ş�6�l����У?�ǩ��v��e�h?�_RGl������	?���b��n���M����ym�7��_�����T�kٛ�1��4߽����f-�=�([�ڪ���}R����_�����	��T�ĉ�l�$��|���޽��6�!?|U�.Ѳ��#+�g�UF©o�Y�C-�߳�NO�&�H!e~�>��.��l�T�9\G�MR1���=K�Cm�2��_���I߽Ϫ<��6gP.H�+����T�{��������bt��ާ(��0��FW�*�$O��U��ݛ�_��@���Ha��l���ʷ���b���Q���6���2y���
���}J���^�[���?k&��\�?�,.�ṇ�P���Y�C��z�M��g�w��������>�G�h??������Kp6�g�2�5I"�?Q;v����h$X��=D�}�i��������Ň�=�~�>r�w����~�}��>�E�?����G�rO���I���^�
��W�&�N��a�;9�r�4h}8��ߩz�f�s���7�)�r@���g��A�M�GP�@@p�	��J1���v:.x��_1�{ug��NDJ|��\g�N�u^@�kU2����3� ��e�
ռd�Y/K��<88�']̺lB�eH�X,��w�Q0����y�O�!%��*���<�N����Pm���+M�������Yc��K�{t���$J�a~�!������"H�k�����,K�g��E�:�����O���s�U1(�=���ɅZkrQ���Q�j��޴鍻�\Z��/7���/�\Y�����\[�P�fap}.����}�f�cmS㈄�&��#�}�v{��ϻ���*����}�zɏH�psǝGOҋ�i�5�ٵ����Z^�^f'h'�,#��	^k�A�EZӉ�7��Mƶ�DͿ"V/���J� v�Y������طط|��s��X���O1�IW�C^�a���r�M)A��¸[�׉��ea�|Ř� �W�D�ܮ���|91�1��Y@uWٷ�U(9�bmP$E0a�|���M$�Yˆ���Aa�P Z�$K�Jc0�CT��Á�{�/��$͛&d���AGj"��g�֠�dэ9E���e�ԉ�2&���{�Jo��H��.wpпgx��H!{�,�]��'�e�/�mcù�ve�ƕnb��^e�:p5��4�H���4� \w�Z92~>&K\��O!ǁ���>+)<� � .i�_⽶^'� �&�"4�6G�'!����皓����8��*��j��j�d�$~$���A?5 �B��d��U��*0o�� �&4c%�N��>3P�/:h�
����x����<H�Y���S�b>Sz�\ذ�uG�+�*A�C>�F�`����Zͭٵ H܅"'B��Cp>"��\�YK�0�>_��(��(V�s���4���,��q�
�N~ou�$��p���dUR�y
K������nZ	<�H�#�a� pe�S�s�Wb��{���W�<h�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P�G�b�����>?����)�\�XP������{���tD�J����9q�A�)eP�o�&����1�Q�|7��`��ˍB��*3Z�M�P�o������JcF�[�B��Tr�ۀBq�kd��۾�I;��M�܀S�B�A4Wn�󱥐�F�~�Dk����I��Xin�ִ�Q6<��
���nt0M�X�i�H�tA��5�cI	��y��J�r ����DID���V��UFX���!����Z���;�(.�cÕ�h�RZ�A^V�$��@�B��Q�I�F4��-xX�f�&��<���u�PH���X�-qǝA$i�In����0��o~�U ����h�;���RK����F��I4�o��`��&��
��8�B��9�؞��C���jHĐD_��)��K��o�������Z}�P�PPnT�ιbY�P�k�����k֘�.s��4��P��(ܘ��l,J�=�`
�,��:H,9��>#VH9��U��⬰�C&p���疛i��i�|��PtH�O���1�nD�6'�-�(Ē/-��66�1#�����S�Px��Xc#��qW��E�
��,�y!fU#���;��u޺xȰwX�
�de�RE���n��c���G�����m��d�d9ڤ��]*���,�l��a`y��>6:���F�N��`'��q��O�������bS
��(��]~�}v��n�n��'�3��]�w�p�� &Kܱ 1E�e�����_Q�(��g��
,X�`�"]  :E�vׅ��;�x�1m�	U��v��D��g:��d��~�{/Z����*�$�~'��,������Hgpd�q�����aV�0�A���p����S��7 �a"��a`��Q�HxeO��$�n�l
fJU౰�Y/`�����I,z�wl\uXB�Q�*X�=�Z�X+�S��#$1)m p߂�Q�ͼ���K�Pm��냉���xoomX �٤�PY{o@-dFQf��Z���_=C�dր��aط#�Xl�E;++1�{m�^��%�ݼ�5�\)"	4f_#$~4{m’ T��)�4d�TA ��F:y� �2 i�¬���
���*�.#�A�'�MH)��6Q��Ad��Nz���sH3�`���D'dK�>F���	8W[�~�<hjG"µ�m�7�	�	��@C�֦���bHͥ�5pV��(Pm�.�By�7���6g_�>
�ǀ({��l�m���G����Vҷ<���Y����i���}�|�$��{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_/6.��7�w�ٳ�Ά3��&����i�[�W%~��7CmY���oX�Q�I5�Oq�5��v��uV��6ޢp����A����WO�=W�b|�9��o�o��������s�ߦ��'�7�O�=W�a����M��O�o���z����)�?k~���|�5?��_��S�~�6�h1>��ji���0���m��b}�|���|1Ne���[���[FlY�+ig��f�b9��o�N.�YҷVȱ�&��(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P~��ʾ������?���U"6x��4b2O H$�}-��Te�c�ǧ?;7+"E�ɰien���Ԟ�u7N�c�f,{vc4X��|때dNhd[ioa�3#���/�A��(s��⽁��`v<w��}�h���~��v��p�qĘ�4B\�f�t��[���P�T^�k�/
{vT).?)�4M�����(X.�W���f�N>Dp~jۧ��c[��M�"B�����ʅ9��	B�W`��;	��P�Z�
�e����$.�1Y����ۦ�����\�!�*Ǿ�n���
."<��,w�����K�g���}A����q�����a�>2V�v��YZHg��~�x37*l���YW"d�J�/
C���n��̻^vŶ�tş�7��1숮	����I���;�j�o}+Ѹ�;��O���`��#�>To���s���1�����Y�6���k�RI���(�n7�1���'P�-ĺ���VE�O-���t<G�I$;�D��Vø6B�E��I�h�LK�^�$�D��VF�צ=)�7�s}�3k��U�0��	�_Ph�>��򪆑}M��ˏd�a�$���@�.�L�]7�þ�̜����n�D�>:��d�q3�=�<m��$L������Ö��@/r�iv����l��w�h��
��hy݉�_�T���ˆYU�v�<M	$��.^"ʗ�W��B�24d62ܓm"�4�Nj�.�E����G&„k*�e�Kp���}:�6ݛl��Ƕnq	p-��I\�LJ���zM��,���3b:X�UL��Ѩ}T馷ys��Z�G�
P��@y�>{K6��˭�6���_1�{R�cK�f0�T����1�l�$
o.4�=�/��6vD~(�������~ܤ�$�*��f��EFXƏu\H��>��ְ�Z�#�l��NJEL���%ܖm��Gְ�g
������/���@�{k.M*���q�/��0��Q��jM��0��{�o���+E	M�"1a���V����Ҟǧ�6F�IVuiT~1�U�w���Xl{{���<h�� �d�/:B�+|#���U�����[zG�.Ӷ�yq�E�<4`c���F�8�}�Q�o�ы<�aχހ�[؍$�v�WEX<��M�[e�<Yz�ܱB%�D���߅�i�Ԟj,Ot��Ԕ�,H�2N�
i�H������^]��Lٴ��Hta��v^xf�fn���j�1�#I;/Hf����3�����GP��|��R	SrH�a�V��*�1�'�_pȅVX�W;�sOo����Z�T���lSZ���Փ�ȟ�� �g!�Ya�*G���RS��E�E��ꬺ�H��|�E2���s��M�1/X�rc�e�a�8��<��v��5��KbH�×�͑��_���c��2�3����xUW�����*	� �
l�E�tE�4"�� Ւ@����2xs�i�%;6��1Fh�Y��*�‡8Q^s,����`@�O��9�Hw�t�a�LQ#I�>"�珶����e�\y`X8U�#�3��O
����R
t�R����Ȧ�x�~0r��R#2O B��a����Ң�P@�rmz$�����t��([i�֠��i@�QKT�'��i{������9�UH
��*sf��F��O���4V!�� �F�28Q�E�Ms��)��G�_d�<k��f?�('Kf���6���F|ߩ{��|�Y>Ic��������a�0mQ��}b
�a�x[O�ۣUV�i�M�1��7e
pc�q]�
^k�p4�Ώ��̪�o�w�}�B@�h@Խ�����We��@r㾀5/x�
�?vbX7տ��!6쿘�j��7�~��:����uf%���ܞf�0��?��+�9_�~�N����r>Nmwxrr��P�.��C��U㪹�U���I��J;8Y������43 y��,�5�.���ڔ�^�͔1���U�b�ϕ�62r%:c�~�v-eU/$T6�dn��S����!�9�{��H!��vb}����+۲���_���}ݿM���f�y�ɟ@(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P���{q�vv~g�}�&����2���R	&۠������u�r7n���M�Lf<��	YO�1�n�w���Kч+���ӥ�w\|}ç3TC,Y�ow���
�R�i��i3ұ0�-�|�=�'a�6��׍'�`�A��U��~�ۍB���U��c�����t�5�Ċi%Q8P��p�g�:�S�}U�6ݛ��o�_w��}p����U���Y!�-���IÓ�^��J��Qm���)�!̏ʎ&K�x_��+:wc��7?ScL||��v��v�˅f�C�j�US�%��ԑ�ܘ�c��F��bG���˴�M�
c���@��OS2�I�z�/x��L<LM�fݗ1��)bH?�ذ+��ASԉ�m]�FWy�Ńqx�5�A&H]Eʓu��FT]uGSz�n{�MnX��A>��"�LKhd��7o�k� ��i��.�۷7�6�ݣW�l��l���}>c���
/€go�:o#�10$��7/�"�y��}�
`_����y�̣P�侳G���M�mؘY2�1{���WVQ��(��Dr�Tj%w���q�Yv��q̛#O�y	:kGc��UK#x|'�FZ#�S+oC�h������X�vp�
G9۲�F7��]Y�w�v�tV�d�3B5�:��3k��f�=k�,$�$;[�0E��P�6ͧP��6�=��&Jx2e�f�K+p\y'����ŕa�4�-�e.<_��$o��t�����ݴ��;1�Ó2)1�l����)�){�,xI`���S'�(#���,�����ǗH�CX&;�m]�OH�c��o�9�M�H��nK��n�q��>2�*5<��������3�V���$VY�9�1���M 3&N�y_�]��J���Xd��>:H�l9R㬑�����U�0 05��D�56���A�>յ��������F)���E�n�֢!y����\MP<[�Lff�Qi���-�0��"�`IO�=9�o�/�ݺ�ح�����&���mT�E꾥��c�v���2s#���.�M�,R�����I��5H<��\���Tw|u�"Gp�d����U�x�'���H�`m��͏�+��Ǐiv�?�A�N��^���T�߲1%�X����_���>Ʒ�oۿJ����n
���Ud�O�(�I�j��XY6��c��(��U��@��p����x��4ߥ�sS�}��T�rm��i2ZV�@����@dL�cYΑ�G����3ڞ�M�(��� _�$9T_Ũ���j<�[B��f%��þ���l[Ye<;�}��`m��:ʂn�D��L||i_�r���c�,�{oµ$����?|��f$�{*j)'�"��
q��Ԓ���W`c
�y�Cv>�t�-���UbV��P~Nu�A�É�(ĊR�tK|t�\J�6��|�10B%�LR[��SidVz��g��C7kBNr�l��N@����^��c�q�&n\��H���$���+)�)�q�]���R^&�,��y��,������n|�8��f�H�K�l����Gu$��N��>���lh���RZM#�#qǙ��:y�\�[�̇h�1��cL�]+��q{x�ms����g�K����B�v[�,�ρSʼ�me�#DҫF�dwVn=����n�̮\�W��3�f��1��=��Ʈ���Y��p�;���� :x�b�4<��;�ݸ��n^6d`�Ņ��Tié�N�͎�2���Q��{���<��xp<�Ȟ�	��E��+8�A�뾧��v�v����&<0����uZ��u�3hDH��}��M�`�YqD$A�uP��p���k�è��v����+����/ms�H�^��PX0ҿs~$
�Dŗ�d���U6�"K���E�c��#U�5`���d1[I<8�����G�F�ǍjBCɌ�U���,��ve�Y��˅dW���y\Ҭ�&��$�3(�E��
ud�g,�nAEX3#ͤ����YRibI�0��ڦb�Z�*�6���U�P�ܻ�3���PȘwE���H�m���k�O��@�������8RKBh$�<(���d���@�V��7Q�b���G������SBd�ܓ�/�+�C����_��z��Z�>oԽ��</c����0��ITO�+DK݉'�Zۄ����K>DN��n��Σs&~/�pw3)��n#�ǚ�ˋ@X㍊.�e6��3[?z\�;M��J���nm�UR��ע����\{Z%O��mk���g���Ս�p�}�X^}8Æ�Z�W�_���J�^n�M�oL7�5�p7�����]U��\W�{r|q�ѭ�+�����_2|��M�3�M'��FNDS�T�O1H�mcVfZ�B���>��_.�Vg��Jq�a�"nK�������m�[������7/���C�?OB;-U[%��O���3{���F�Q������{�l�]�/n�o�v�&|[b�x�@�H��$Z"Xr�[�i=�ov���O�=�N[������|(���Ƞ�-�p����e��߱'�H�ƛN��Bʅ���2�V��p�mਞi���I���7kL5X˝gPmY;Ԓ��c�#ڑ����j�"�"	�f�C����M��j�˫k�ߋن�f;�r�m��8�S���}�6X1�Í�b1��\�S�G*Y]{��X��y��+^a/F'�~�����i�V�����y�/߿����+�;�
���W�r�o�X�n^.6~k�̐����#H�Ay1�QE�Y���=e]��S�����o)s4=!��ٴ.>Fَ��!�D�}�̒
K���#/���W�^>��w����N���;c< �O=�K8�xFz��6�zg#7`�"�۠�pS53�ʖ�%���
�I-��I�~�sݶ��Z���b��8丞���DB��3�1�����l���rc��2�����G��Kl��v�-_�>̉��JQ���~C��m������Ō�lj�����q?�@=��x�e���[-��?ƴ����';��h��叫?a�Ϭ�X��1?6	�ݒ=�&.#[��a�:��K������g��oV�h�x��a�N��|p�
9g�=��uq��T�ͷ�e�q��e�]�ܭ_C����T�Ҧs8�u�r��=�~���Q��u5|/�������;�Y��k�G�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
���@@|����;~o���;��6��#��dvZ������b�g�"��lV��[���gIk�}C�(�O�����F#�̇���Pn��<<'�
B	۷�]G���a{�6σ�8ʇl�8���e{��0�VYq.�o}]���M��Ț,���M�t�+����j��?��=K���Q4q�=:�F$dj]bOƝGQ;-…��V���Ϳn�e��:F��.�:��B��T��D�}�|�]�M�tX���DF��Z"A�B�l���W��U�ɡ���LF�l[6^J��Y1��Tl[]���U�n���WA�GͶ��G�ל�����2(RK���M](�����n����1�i����bn�X�~T�,�U��\>6���3�uOPo�NSF�l��H�p�ڃHō��ڮ�3՞��1^�M�|ɠ��2a)�t��Fm��բ��TL�}^�n��۲�6��g�b�s#E7�����#�>��h�.,�6��ݲ=�'m��2㬧���X*�5�j�-ԛ��՝k����i8��$1C&8��E���Wβ�a��@QJ��+k_��TY�Y:C�w�Y��6�{�ݙ���E����ο=����]G��Sb��eG6߉�õ�B�����rK�MF������o�IR8�]�1��ʶ"鈲���U1�?Rg,{�I�Py��+��~6C)1���#��T"�d��d����C��q�̈~��#Q��èR`�H�ۏR.�����f�s��	���^�*�"��:�z�ϑ$|3��$;�Ŋ��G�4�I ��Ø��U�ɁC��&n߶`eiH6xH����Ğ&���"F�[/Q�aχ;m�#0C ��(���{�a؋��dmɚ�0�s�$������T��6�cZJ�sd��hۥ������_x��#%]:K�%lH��{+RfIy={�y�{����q`ɶ���e�ŀa��Ge���8v͛o�EE�fl��H��,�͝� ��	#��Zn���e�m��)��O����HU���,�n�Ť�H�GW�dC�&�dcE�<���h���:���7mB��S��>�>6*e�*�/*��G�E͉�s��l����p����9/�D�-�(�YW��$�6.~d��4�deLKI�339�{7�Ul��n{ny�0��a� PB �kl��Xl�D�RpZ��P9�T���j��?�jK���]�m�۷��z�0}%]PPnT����]�����yW��{�Q��1��,���J�I:;@�q,X�x�u���ЯguY0'��	�v_����,�l|�	�9�ּ��E�r��Ĥ��I�5	M�ՖP�� n�SIEÍ0��|?�U�#������|	cM��9!Cз��b~Z@hh͙�5�,|�I�F�>U}!��+�¥�T9�53K�\�۷���Y����}9�62�>^ݸ���,pJT.�s����Ew�����ޏ�����߸��m
�^X��&�E�K�����gT�bm�ĸ�2�b�"�a��DD��#��p�0�@xi:O0o��&x����=��ɓ�nPАz��D�������V<'�x�����T���x���n��MZB�Z���W���Ò�c�R�?!O���oDžuOǸ���ʆE���v��Zթ1g8�(#��?
YL��{"ݪ�x�b�$������KH]���~SM�"�/���eɓ��!����Q���U���{�3Ob<�c�#�~<Og�x����Jm�9��j��\���>�����t�<Sj�.O٩������Z˩E>��a�;o��t�N
��{�e�3fMQ^���	��+J�]ț>퍽��ad�e�{��`�T���O}JZτ��|�+�Im�0Q��΅Ɂx��)�� Հ:�u��1sڄ��yT�HUCX����
��rtc��	7���UD��}��ȣ�'��?�m��k
1�9@�B�����W|�E���?�*1��d~�RL�\$�5k?Y}�[��$�h��[��鄞|*L�%��E��(�)$Z@��n*H�)/r����/�}S������Ut�l�x9ow,�dVB�+9U����Q�>�fەZx+��C��I���7�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}ǩ���St�^韾@���pC��$k#,Ll�9۝T�wE�ڍ�>��W��
�L�f�M�,��$� ++����ܫ�=7ֺo.�����C��G;������oS�B�_�k�������c�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9��w��E��r��W\�qc�IK���Yx������}CkJ�s�q�ΗfԖ�U��z€(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P4~�8�s��*Fɶ��#ϟ�Y`���\$dـ�t7��hIDv�0G�D��:��	?f�!>ٔ��$�~��=�L�1��lD��nI�Y��Y2ZŶg�%�ʓ#������x
A�9&�ĉ����xُg����;�O��%JR!%���%�6P$�m���xI��������{������fBa�^,��ˏ��N.<S���Qŏ��ˏ
4��.8{����Q�×
h,)I���p��n54r���8Z�,ޔB�9��6#.�����Á#�|rj��:w9we�C��A�^�ң/�7�d��6�i�SeX�K�W�����R�_�c�c�1+NP*��1"�I�ʺ�Z3E����4Gco���YU+�W��㉏��YH~
n�V���qq�UYrHI�%���nO�
���$Ā�.���{	<NO6V�s��iX���x(�%�����J��ڹ��ɋ����`�j��A>~�>�S������a��1�d��qlV�@y›&��v[��*&��Ï�B
�]
���݀_����"SJFT$�G�~Tb�
e�n��*��b#�Q�ⰪI%���
���ϋq7��9���R�n���ALq���s'��Ѥ��8�eX �i^΢Ç�4\a�*�l�E����P�;r�+r���l�Ŧ�~'H_�(
?��DPu��'+3���C��AWP@
��e�&ĎO�ߌc�Y�a_*�}
��yɚ)k��
�'�0>-$�-,�#�;�g>l��d#PHg[�(�<
4�5c9c�>C*!��4�t%���U[�3~:~:�n��V9�dcbD��2;O�Z�b���
q|��Z��esģ� 8��u_C�~U�̲�I�!|I�M0A�[L!�|��%����s���K��W�@�+s��Yj2L�����;�Uf`�n��\SH�s';���ŕ;�P6��;��o<�a�29
>0Ʀқb,��m�|��w���v91=��{�RM���UT�L�훜�;��O����f;�$���L9��Vw��M��h7[ߡ�6��#��&J��H����{�ƺœ=��J<�~�͕�4�f
q������z+��8>��m�Gi��6�p�nY\��@a
�ʖ<F�'�p���O#��J�*����Q���3rDɅ�U�Jp�t+���mgj�ǯ��J�٦�f��WO�@���x����,�G�Q��\�*Ŷ,�'�V�t�z�fhԦ����8�;�V��c���"	*��7�rj�<�|2�M��$�'	�lTۇ���4�C̆2�C��/�x_��4�	�ͪY�ؼ̀���x�#RC�|�t��G�&.�`�y���,U�m��g�A��C��×�R�1j�3���,���
�j�=�7#�r��"7�ud�M�(Co���,��;xZ���Ϻ����-�6l��`��>4J�K�nOma�}
��Ud�l{FOI���������T�*��,�n<$�Ed�6�ۡ���T�H#�����#q���u���V$��ɦ=Q�����K��M�n#�� ��yh��X��,hRF.��<�f<u�
Ŝ��xyX2H�	A��q��մD������@#[�n{?��4��r�.�G��]%��`	��k0$<���Jm�8q��!���ڰ<�����
�[���S	
����Hr/7IGP�¦�����R=Hr�OPPPPPPPPPPPPPPPPPPPPPPPPPP����
����&�:�"��s=�LyX��+���<�N��4+őfNe��������/H��K'6N��
5�*�[�#XJ+3,���‚�^��t�StN���٧[鲀w��4�ƄG��i$�,��ᡋ>��Zk&�3���hPo�7�1R㫇��J�t��7�bN�&����{UԆ��;��CZ@D)'�}&գ+��-����4(V���΀\�s4�T�!�f���<~��I�WmH�@/�����;*Ɇ��<sy���@��{�f���J�1������Ȇ�ѐ���a�U$%�16�p��y#FGEU��'�.��wT�:m�m�v�
h�*�.��w�����2vh�z�4q�|j4����./`�<��z�~�����4�2;0$�����½<.rǖ��s�8�Ԁ���cY�Pw(�d1�Į���,���|#�R1�D�$X�Q�rG1*�[�gu$A���	b�Xacs��7�/h��V5�TFۥ���|Y~LY�x�Am�ڀNu�2�t��
�l{O�U$AM��AF�ww�j� e����8�֤�3m�6�Yy�A?jL��#�$�G�$��ɘ��g7$�1�$he�p,܏{>ͪ�B�$�$���w�Fd�6�b��.�xT�$w��̚����!*������T#UUutɫ��I�5Ay�A�,��/��#kY{�i��U4���6�F�"�ߙ��'C�$�X�rX�cs�(���	��M<Gά�M��FCu�֯ƞi
F�oo�h�%���B�(��r�<�\����x�����Eg��L��(��p�^⦤Q�8�j������D�WK���e�#�����=�������q�X񓚪�4��8��@
��H܎F3X��Ǖ��Y	mD�R��V��v=0���>BX��k��yWH1$���|)17����D^�B��j�q��_Һ�Y���G}FXl�y,1���7�5�4�,��BĜ.���6����I�B�F�<��Sv����lES;���m|\�1�3U�Ib�ۖ�e�]*���a�ӱ�A~ݷ,c��H�9^6$�ߘ�7�i�R�5h����w�y#i�(#�g�F,Rf`ů�Q��z��G��ַ/7ܿSw>������m�Ƭt�Әȷ��:xs�T٢x��|��Hl��{�vZ�+&��k�o�5�n]d��?�����f��q�<̷�T�pn��ڱ��uuu�5�V6Vq`Ȳ�\��~��9W}��χ��-ݯ��=�q0d�y�p��Z��g3�NVў�����[|�^�L�R��nJ
����;�S��Y�o�2�1��ɮI�^b�r�QC�^�}R
˸H'Xl&k|����2��ec�}ͨA�Fm*����/�(i12ɂ��G����h��F����+�G�ﬤi���H�f#�݋\޲�֔l���Gx�&�$r��k�Zh�j���rld>|��#^�oe�X�P`��=�6�e�p�d@����-��c��p�7�0`n=i�K��leј݈,��Gg!�իg��ug�hW:ㅊ��Oح#�:�x��u/}�mMDh���*)�o,1����WQR���Ⱥu#�m�㾵G��%��kL�Z�
�mշ��)bƤ�/#�L��j���W����4r�WK=(t�d"Y2	#�Gey*ܝ�$2��	篛ĀE�����!�w��o��v(�͞&1�:
�.�8��IGx��3����+j� ��;\w�i�OnfM=�'�p>��I�i�D����ͭ��mVD����}�WTu.��;^����ㄞd�R��k�£�f�J;\{MV��b�%��F<�G��ÒBř�aK9f� �n�U�^�*ˎ&�����Y(P��G���\��c��n�[���1M�j��)<�|V�׉'�\��
���U������N�PB�F����j��upjJ�1�`c����6xw\||�X�.��2�T�F�/n��O��3�\��
@@@7�2��,��3�Av!E죴�mhM�-T� ����l�۶<�C�����3-�$n#�t�`�s=���}cH�'x���dA�����A��<:�Y�7�~'��߰ЃqzL(P�#n{�׃.~�:�a��y
�A �f�}�JI�讦�=�֚�)ʓ�
@@@b���ޓ�7i������/�ۋ&W�qp%)�M�۝f���4��&/��$��U���������A�X��!�	<kvP�(�1W3����m���/MIM�|��I
#J�7:�U6��T��n(���t�J�
�
&���p�#=��cV���p�"E���b���q�(Z��ֽj<5��T�ߊ�\�
�
�
�
�
�
���@@yW��!�x�'��Q�[�%�^}�����L���,l�t�1���Rّ�
���,��,ǟu�ε'2lXF��@��ߗ�

�16THJ�1�~����
�6ET�v�y��";}���0����ŧ��$*��D�#6�,h��Ĥہ�CX�^�ؗ"UM�9p�X������um\��f7Eo~jydg H��Ƶ�������L�4��|�V^ ��q����7��M�����<l��p:��Gjі,e�2�I.ђeY��mʵ��8�&@��s�N��{΃Y,���0fܱ�(L�L�YXHLj��p5�֓Ѷ�/���vY.��{�S}C��k�g�u�;�o�njZ(t�ro�R�{yֶ��, ���4�h&\e�o㳐<+n�m�M���m&l�����U'U��5�i6�C�OF��!
�e��~��Ԗ�1���Fɪ�/
J��۶���ؗ�6N
jnj(o�#�ݷ�kI�l����Y���\{i�kdw�a�Y�	b-�
A52N<�]d3=Ÿ�M��	�׍g&��e�i�L	&+ٴIß>u�4���
X�ЫPԎ*b�n�E���{�*��S�9/�0�jL�$��ݎ��V2�:��`��¡b
���ɖYu 6��[�
id)�C��'��j�bq0�\�Il�e���<ɠD��b��,i�%�#���e��Q���˃�����p��ճ����l�|��X^�6��RO�8d���ґ���$��kFd��d�v�j�	�)'ŤD�-��s4����PPnT�����L"�UMlv��$���'�H�]�JÈ� �**�^>KK9����Y,~�rL�V�t�Y���Y�T�qc,8���C<�ɕ���I4KIsbT��"�?�r�&f�^�4)�'_Y ��i���q&H—0{W�maH�]�;���3<�v&�!2/L��[U�-��uČU2u#bY\X���V	$�2r�dK@��MW���B�#7"#�'�G*��ٶ�ď"U>s������F7�n�4��Y�ǓA����$E�N=��[B�ӵ�l���v�\9�\����D�]�xCUp�M�Ggm��n��7�6��n�4�A�	~�5���E�7�����w�%ٱ�"�.�����rH��3��t~T$y/��fF�ֻ��r6&D�&7�J��Ÿ}�ͫմ���u�ۇ�h:W|����Yc����wS�IW&���v��ϫ���Ŷ�A���6VlK�"�;��I��~���]-|IЭ�ޓ����Ev����~m�Xw>D,�R��`��qV���]ѽ�Ƹ��ϧ�6��k*&tCR:����k��KRo��ѿ��qı��%�O9cn��כkt�F�b�<���
�J��>���yF_#oR��0�Ǘ�ZH�@�N49X���2Ψ���0�QcƱ$��k`.}�մ�V����O0OF�����D�#���X�5���[���u���S��{��Tt�9�N���O�m羅C�.���&I��Ç�Mر��H9��ogk���ݖyV�˻ʇpޚM�=�����TT�A�PW�����b����a��ڶ��2��CFi�`�4f�ʖ�L�m�N��^߻�wM���q��dV�g�&�0
��+���V�J6�l���?/���,�+��W!Jʿexw���n�k�f�]�=���D�\�<y��j�T�٦Z�.i,���j�+�G,�Y8x�	Y��89����ʘ�f뷫~If�D��K;�W��+�t;K̹𾣹{�ˢ-6e2�FDŽ��^N��{�Ҳ=��|�ͳ<�~��u�s���q�gtHI'I�Ż+�䣪�4�׸�Y�w�-��О+ <;�ϹM'zx����L(��J����H�+�Ī�\��n�1|��c�o)��QH�6���t��G�ZΡ����̌�-���Ƶ����D�r��m�SS&�9Ȗ+��#����$i8'.	�j�`��O��F��k�I��I,�9
�g�(��J:��!'�q\�^4�:��M�����q��Pv���8�b�͟}ޱ���&,1�*�'2L0�
^5�z�f�%mO�O�vo�������n7�۰����q�Qdn E��#�AU2�Ic����V����vh����z�9}k��UIԛL�p����9��SŭU�Ç
U;Rӆ�(|�RK=7�qNW�?2��'���Q2����gc�q��k��5�0��4��j�t~�^F��{.V^�}	س���=�ȱ͸�۝��Y\y�t��q��s���6�n�a�UN��_���ֽ_��0�R���q'�6�l<G��6�O	�ʳ����V�����q��Y`���;#u��nF~N$�I���K�$sJ��j�
�uvU�Uܭs����$��o�z[�)�Ϯ���N��r]�N�س0��;�ZL���(�Y�����k4SkK�b>o�Wol����A��du�RD�M�uɵc��e�#��2j�&Ѓ�x��[����5�\L�{�.S���~�2~d��%��B�N����r��\��pt�yI��]c���zoh�:�
�,`n�~A��V#"&�WE�j�ⳬa��C_��s
����&n_Uu�\�[׽��/M��φ��9Yd����q5�mj���SK՛~�����W)����]�c��.�߳��
�:4-M�I$(�U�8ŗ���޴X`���>�-w�*k�-��z����7���7�S��HB,�K	P���*����3�;
mVoY��28��0�?���7Q�;�H
��v
3(1Duܬ�R�
K��9��k{�t��Eg�}'ջG�.OTeo�2�+���A�����.�=����k��Q��M?.��4>�uя�qz@�t�
a���x|��"��I�Y��W:x��xWK�E~V�ܗ����L�Q�t�}B:�n�n~�e�c`�91�d�*�Õ7{7y:��*{�-ʩ�n���O��Qzע0��γ��fo:<DĎ�FA&C2�l�yXV�����ҟf_i
�ٯҬ�9�/AY����^����9���������%���u�������mY~�OT����W�uw}�=���,��n��ݳ7c6�L�GdG�t*p������m`�b1�}�u���t�Nl[�m���i̐"ɠE���V�p�l/\���]<�j�����֭f��w�m��:O�M�b�����z�,�9cc͆�&�x��YZ�"��mN�����b�l������ǯ`���������.L,(O1��4��R�Gus�Ɗ�r\=o3���(���N:�r�^��}�t�<ݯ"|��!��yJ�B�B	�os���v^�':8����^�c���o�m>�I�O���O亴S�yJ�YC�5��n�O�n�Gi�W����:�y�gv�M�y}�h]�*l�Ty`%�H�,Ck�^�W=�꭛��/G�������?��o�۶�|,�ٷ�]/���͐ܛ���m�WK91U�,}Y��Po��lruL��>	S��,�	�k#]7O
�eZ*[*�>���u[Usi(�a�'��C��}$��n��^&&B.��=RH�]XqV����FSN��Z�Sߋ��DjrM�>�wdO�[U��ȍ�&��k�$����.��L^��l�ˤrr3*[k��ly�f�r���U��?�Xw�mQ�Μ5�����:�i�>��뼍�w�,�r$�r²m�/ym���M]��t�"��oݤ��k�������JV���z${�:��}o�m[Y�Y�{�K\s�|IR2�ʯ���T�Z��7V�J~�Ց��+�x�ק����~��wS�~�Qϳ��F��Ó���Q%��J�H<\�$�=�4V|߯?q�u��5���z�Q4X��Ҳ V�����m�jn�L�Q�ޗ�9�C�}�w�s����e��e�/�W���t٪q��S�9f�^f�x�ٿ�b~�~�l��?�̆Ɇ-�cu�����ela�C�.Ou����S[8�+���WoC���S�E�lX��l޶~��
ڠ�’��[\��;�ՙ׆F#d�~��z7�����_t��ɖ]�}�PI����Ke���! q�^�m�q�v�5�/��*���j�|�������37�]�/�r몟m�;y��1k�A�C鹷���<��N{W��{,j�ݗ�R�_[4�a/Ie���ݲb@�;���7&A�3�UEQv��Ms�Wv�QhK�4Ӣ�smK��Ju�SO���մg�U�lxˑ�nʂ�>ld��	ei#u�u7�֤��C�|K�>��Un*�)�}|��~���vd��f�æM�`ʊ�6���Y#�z�	9���h96�����t
�
��M>:t@�z���uT*��8Q���W�ubUh193,�X*�ڸ��+�B�a�V�y��V�X�g:��|��(!���䬛Co6:�L��8|5(#2[$�E�M�9�e%�ْPO4�Gb�*��(I#O����S9-~H5��1�L9�d��(��q���aV�]ba�J��&SkF�I�i!��6���"��b��{�
j��.��)��#�[���P�
�]���vr��dx�p0$��'�Ǎ���ƬWRہb<F�]�`s�w�i"�1x���p
�Mҡ �����V�m�����H�����<�}TT�LÒ���崏䔗����} ~
X�R�1�,�l��8C"HJE��B
�8i�tڮ:���CR��P�-�qh��XF��]t#�"�U��q�7��jB2ۮ�N\��&��
�yQ�ig�H��}�ev���Rb;{8R�7X�Dr ub50�LJ
ɀ�f2UEy���?f� �]>����|)"����^��l>zH@�$�����1u&č�0��VÏ�He�o��
qs����=�4�X�o��X�A�[�6���ʬ�Ձ-�ZS�Tr�um#�4�eNב��@�V�6r\x1�jfy6[�a��$��ɖde���A�?��$1�A@Q�[�4�n�#"E��KuA��B-���
�:�K-�.�����n�x�樍ٙ÷K1*�X�,K\ ��V���zq�{�Q���\���c��-�q��'J�=⺛
�
�ʀ�7#�����7���쯘�'�p#�>~8�V;J�LnE����H�l}�r�RZ/(+X�7��®$l�����2eD�+�qk}��MAX���|Ҭ�KjXɌ�J�>���5ͣZ�YD��Me�ʩP�zM7��S6�u��'�����-w(©�0X��6�Y�4Vu_V�N��ٸ�.uV�*�
Fڬò��J2/M�x‹+)p��nO��Yj
J|-��'	��_ i��y���X�K��<��4�Q,N�=�x����Rc͑��_�-{�G/��W��|��.�:U�����=i��u,t*/�<�l?� ���?�;:�b�����y6��U��ȚH�����
D}"*R��?+M��U�A:�b&.������W��Kcu<��Uk�=�JM���J�����؎zo��]6/�����|�q7,�iQ�m-��m{�x���W۲uf�N�2$�4
Z�:}���6ۓ��e�wd׈�Ow���}�S�vϖD��S�T5�@O:�}���νEl��5�K�x�n��b�ϋZ}�D�(�xP��'��eC?*��6+li�����'��=�ó��{�zr>���o\M�Cq�Գ<d��^߁�tڴ�O��F���D�;"�x,��&J.��9v�⬲!�a�Yo+��=��j5�����$ 0����$���va#�	~7��؈>P�x7.��r��.^6s��H-u���þ�E}5�+6�+�ש�}����N�c���JW��;/�W+B'�쾗&t��[�I��B�c	ͯ���^Ku:Y�6�Ejɋꮓ�ط�ێ��~k�SN�M�I7&�����ԏ�֗��eny����,z��[��8�qh�z93/]���]_�Y�����Ey�k']�͛ai<�1�ϖ���\�)���^mݥ���r�nX�yJN�-�CI����7H:��@������u�.H��Y/c$���Z��'���UR��7�ބ�!җ%�Q<@'��t�Qf��7�Ҥ�%,����w]�#��{�F��L��V�&#�q�����X�O�]���d�$����N����q�޾��|'���|����[�	}K�
�r��H�q�o�E��3��r�&s���PT����w�g"۰R1�lrJ��/�[�I�m6����6�w��mWWŽ=�*9*e�>��K#4��nі�{8W)f�.�8m4%��8�UM�#�����g��1�K
ن���/[N�q�o�� �U�	@6
x��8�j.�Շ!_P���[`�w�����!>~TA`���$0?I�Q˴�;շ^�U���V�^�C뾊�w���m��?UlB,��{�l������Eѻ+����+�/�W�9��yz-�K��O�RuO��WSt�Y~���͏��.wOϑ�L�;O�L,xi��j(���*�C�?�cm����m����ҝ9��d�U�m��v�O����*�q�g#��:ٸ�*4��vҭn���]���_é{c�"��.��6Hz�7HDp���1l�����&��<k�k��Q�������{O����5gJe�ͳ��&��cɊ̙�Eh	�Cjm<�U�m�xZ��邸[��+Z}ʙ}:���;���|�.���D�1�5h���:�\_i�V��~����m�T�7]����j�O���QTD���rxT��?]t�I��U��k���n��]m�nɴ��MӐ4��ո2E����c�w�P��{*SZ�5�}��f#n���R�^E�G�v��p�v��8�=4د����x��h�`�"��sƺ/x�X�2Yi�YǬ���IoG��.�Y�mٰ�ɴ俗bDnav>h�¹�[D��3��1��ۙ�ܺ{�>��:[6^���v��s�&\ȆY�B2^/�@H
	c�]6��������\����sغߦz�t�>�ۡ�p:�!��>Bb�F:�Y�y<��
��m��O�2�'4n�Y�qJ=#�K��i�==�n�����vɝ�/8ȅ�.�%Aa��y�F����I���8�"�V�x&�?FL���ޣ����o]/ό�r���Y�eҨ��I����Vݒ�05�m7��8��oL��_Iz{h�VT�f�$�/>-�Ǩiu6��������/��9ҩ���]��S#�����[t�{l�;��G����:ا�#ɔ6���E��`�InR�*��Em�x��~��Xt�Rcun7Y��>��=�)�:�do�Uѯ��F��ƶ�S\}���Z�u�x�-��͚w����"i��œ4��yK�TeM��ݗ�yw�8��7�'N�=�ݴnЈ7s?�u�
s;��)���R���1U
����̮7��K?�}-2G��6D�8��Xe��X��cs-������:��nNWv��o:7p�͸���F˓H�!�H���`b&��ƺ]���q�kEN��[�O��9��m�o�̓.}h
�8Q�N�{v
�υ�Uj��ɽ�kT�Y����Qt���H�����Δ���&H���mL���Sk]�4KתE�_�?�L���Z�K�/Rl��S��'"P<ռ�C��\q���ڢ�^�O����Nڗ�ڸ�u�Lu�V�z1���6��3"�m�gA�<����UU�`xi�e���Nk�ȕr���P�U���Hv^����h�qr��\�$�U���yV�R>vը�V��n�
~�ً�ڵů��m�5������2�i���q�ք����ˠB��"���,�n����mV�U��m@`���o?+����RFy�����-"H��ۘ��Z�[$��K��z_��a��^��响��<tw��I�Yy�f��_*�-�,}r�-��yޯ�i7��&�'����m���|ٵ�)$��Ru5��
�W��e����_ʭx�'�P����S��X%��2u0auS�8��Y������Cn��T��5+��p��oq�S�����ߑ����Hvmǧ�	����|l�ly�)�ˎ��:rkp"��nk��l�$UZ4d��J��'��.����u��M�C�}�	�0S�D��&���p���.p�Mo;>��Y{�(7}ٲ�:>�LH��RJ�S���
�׊v�f�q�Բ�U�6�.�w��ԦTy.��V��v��[���t�s��0%,��?�y���xM���ի6����m�{x���r}۷�e�׹z��X�����5�fn��	�@6yc�!��0�|u��
0�/��wN����]�0:w�1�xq�Yr!�l#��K�͹:���5��;L��or,�(��zKM:[�6������zȇ"���
!
ыٿ|7*/ηZ�������c�3f�欼)z"JN��ϩ6��bA�[�y=6�b;4�ϩ� :��RB�Sa�Y����?�o$퇺�c/n%�Pt�Ul�g��}3��o�n���O*c�$��'�YO�l��V6��<6s����h��=+�.�Mî_hܲ�cm�c_��n\���@&��h��s�[
��ɚ�lpFSt������3zW����"���N\�p�V<~�ve�xN��+[IV���}�7tu���z�d�@@��@.�(��OYLǬ`XԱ�����k��fY��dMD�ZFK"F@e�#�خ`cp0����s���{l�}���# �k S��!l���F�+�m�&6��¼x_��3�C��Y�H#r1eX��
3rg��5�$�[�
X�ǼV�����6�2��0+�{�o#Xv:�&[G�m���B�����s������,pc-�U���&�� �o(����Gg֭��I���@ X����
���=�f�!�&σ�fɎ-�H��ܭ�q�l֣˞,}�q�v�c��\�R����-Džu�������bbc���TО�$:��c��y���o3H�L���JB�]!��@�\�cFM��2���+.���H��r�+�d�-ra��$�.��y2���y�e�WY1��>~2 h��w�H����h}��ݢ?.\���v��>���o`o��	�=�f�l�L\��c���6ԧ�[�c�^Q�Í�/<����8HcJ38q�����e�Y	�T� �`�~d굾*��d�k�H��VL��c�{
^	�
I<yA��0`,���}܁}|{�Iٔ��� C�ů�	8�)b�tQ⓰VI�f��b���V���/�oaBY�vW�ĕk[�~N&�d �AyE؟i�o�:���ȗQ���|n
��e�����a��}�I]�x���*��n%�b��o8��3���0B���ZC��JƱ�لl��i5JnAn�a�Pʳ7>��>oU��o4̫v7�����*�3�Y�v:P��@x�_Q��"`�)Uw�lHbh���>�jB��U_LGA��O�o��=Ӣ�$m{�l%ӥ�"Aeoo��6�h�Ϛ�@J����Ic�6�.��`�v����&� ԅ��<M��x�n��.��]���m*8v���T�΃)ϼL��eׇE�6�V�wI]3����<ۑWQ�-�Xvⷒx���Q��Y�5�c�LO��͈ �>5���j�oFy'���v��]�@�-�	ߖ��yj�n���*�}����r���Es�}N�=æ����Tg�S�)���x#�V�Fѽ���y��ѹ��Nco�>v,DO���s)�����k�b�,}n���ܦg���|,��i2e����%<?I�W��]�X�>����
n�Ը��e�06���}�X�*;t��p�x?A���o%Nf����ό��+,l5����W�-ki���N��ٺ����i�"7FC����m��
�ũ�؟z���'St��?���!$$M���߷�}���j�wi���f�He:)A
c#J�� v��c]4칔�$��fM��ֱ�{�G�����Gz1��o����x���[~y؂���皑�vW�u=X
�$ov\N��>�V�eY��.�>�B��)��OmH�λ�2�>-�8bdN�x�c�T��+�W��/��Z����\���j�(��$��i��֒�I��pG��p�6qc3}�w��kU�bI�\�n�F�:`)X�f�mX��I�vLX�uܺ�g���84�P�g�=�YI�������cgU<��5�[� �dVoN��X��;D1`˖YbE�Z"R^W6����O�|MQI�e�o;3�6�$��J̮��������):|�xQ�ɓs�"]�"s;Q$��-no�a��W�^���YK:�;���s��<>�=�M�!o�sd�1�d�س(�5��-v�Q�ݡ7͊G���:�l2�_A
��,�\v�����龡��zr؂�x�u�C�fV�A��E��1���G��m��ym���G�GҚ/��9(����{�Z��3��FF\�F2�HΘU��'�c˕���խ�?[��;J.�eb�~f��k�\�39ʴ"W`8���Ύk���K���~�G��y2�}�!��G`��7� ��P~}�h�#�M��1������y�)�d�3p�>�sܺX�p��L�V2�H
�'o�^)�v�.�d:��*�s��Op�Y�c� D�`��� �>f,1i�Lm~�j�S?�Y��/�mMCRˈѕaen��
YDĎ%ۡ �-�߈�-X���l���Rf�ǕDjO_�}c�@@@@S}��l���1w
�eݥ�a���&H��@J��Ѷ��:oR�&2enbx�ߧ�>ɹM��Nf�̞Kn{��|����c�5�"֓��}�Z�/���P�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
��M>:t@�z���c��Ao��<f���Y����jL
�Bn�6��pbFDS9`5N�����V���S-
�_%�q:ȍ�I ��^�xG���φT����X�	�{;�i4��m�J�h��,�8܁p{A���6�l�YV	b��6�+��H&���E�ZK�EĆ=�p�|������3�ȼ�4�%I�@��5zƒW-�-��e�oH&����㕖Aɖ���'��Z��D�r,��b����A���|� ��Y�E�����:jP;X/�D5�?ҫ����$M��"5���+��z�j��j�LYN�L���c�8p�j#�rVn��̙I�%`RM��
Ý�W�6t�D��Kb�D��� ��"����m�X�T�<v�,�Caf��zH���3��C<R9�T�1��=��?y��+���=���p�;{c��D��Y��;��e>f�6fK�9瑤s�<(B(`{m��I�=6cN���Z+����*��9ٖ*��⡙~�P��
���b9��!��M���T�N4*���.x�As��6[
M��Z�O@���X�I�F6Ho����b��-�)���o�&ܹrL6ByH�m`��~�%FA���
��7.|
�@�VXʛH�Dq(�w�
�����"�4net���{��U�2a��lh�Fh��H����I�:nOi�Pԏ��{dL$�iV� u�e�5��d�#��\�!�r?���s-3>��Ǩ(�(�Po=s����|���S���e���_1��z���z���e6#��
��f���/Rw�̗ 9�xۇ���ۧ�|�v?_�2C�fX<6���j/b���0�|pC+��}�<xVk[d]b�YYl'Ts���ط�]͙����۽@�XĆC<w`�1��ˑ�U[m�PרC�n0�
����Ȅ�אP�7�Ʒj89�ɏ�~��0���F�x�,+�����L�����v�Ÿ�<��k5鼷'J=N
OQ=>�:E�z�lf�&C�M�);�������VP7�h�OJ}R��
��
�vLc��"���So��_���yiS�7SK��\^L�hc�L� �h�I
qº�n+,�l}0�]-6VI��9��@�>���U�`}-�wĺ�b�-�q�G,�$���c��5죄Uӭ�

~��<����h�qH�Lg��<�ǘ�*]H�7��ԭ���7=�*H$R%�*����@�nk�ԏ�u[�[���k�+ߛg������#Ǡ�#�����ywi.OS����7���K�^fN�D�"A�Q�F��z���|�W� �oMc��d�Lix�J�⽪E����vO��7k�\����,Ș4�&���o�U_4_���Ֆ}��/P��;�Lϓ[���b|+#��V��)����3�X�0��a���Q��Lj�Q��ܑ�W�.�(��+<�rŃ�f<�2���N�ZBcP��HR+��ڍG�n򴞛4{�:��[�
G�+��O��7M�,b#4ߋ��!�o��ڛ�r�Oc,�����7l�FC`ʱ�
/�W��Py�-W����j��4�ȬZF�7Vi�bmn5��2�A!���+ǟ�\��\g$ʡ�d����֮�#<Ϩ[6]�t�rJ��f�p��cb�dƊ���v���s��ﲑ�;���\&�6�@�>���Il��^8Iy���&فN)9��̤R�j�j~/g���k?a��M��X��QG�c������='���GG�ҹC�����0��Y�Q?�k�U�~؞z(=
I.,n�-�ιQc&�VyF�<ޚuh������![7��k� ��
�Y+b]�;Z�gէ�:�g�W�oԱbE!��[;�z�-�6���6ok/�a�p�{�� �8�%�}~�k���Xͺϯ��v��=[��l��v#	T�dQ�����^��;v��~�����m��[���~�dӓ���`۹��~+gs˶9Ѻ����+�R��3����0����,�u�\�-.O�u�e�=,��X�P���5��#�U��l�X����_�����ѐ,��Gٖ���)y�.��*HE`���ž�7 Vl�@�b�������j)#B�6�[%��{��i��H���
>V��r܇��[Ԅ̼��_P�v��$�2@�cD.ny���;jN0X��M�?6LL\��T�$U�m�-7�ZH�yv��ƛ)ː��Ơ�'e��S�;$7
IJ@U����ē"$�C9R X^@/�x��p%mJ��a>��Rl���r�E��M���wQc=������7ɗ!�Ha]N�\����(
�֌3��&>C�<��UO<I�	�o�����u^�6坽��qD�w
{6��ύT�ʫ�'�dok�p"��ɑY!X� r@�]ӻ�T�%xT@S'W�O��Ƴ���ƛ%��@�XR�,��̰�3[̸��[�p,��X|5��%t=W�&��.Tc�����V5GrM��U��DO�ϗ/_���������弜��I$,�����Ʉ��KQ��#Ges�@V����r����k�M
M�E�9"��P��s���
Hc��Ҕ��ښ݂�Eϴ�l"�l���&:`eC䱎i%G
I�#L9
�!�ൠ
�
2�1������
�w�j7"���[+(b��Bӱ��%A=���kINA�-3s �ŗ*v�K��3�V[��$m�y�pibˍ�V|y«�quo8��kPfI�
@@@@@@@@��@.�(��^؞��B<?�⵸q3K�8�hṙ�n�x�M��fx����u��Q�'|�o�]�;AdtJ�MĖ<	��A#�,�*������
N~r����#�¤	�y�ǿ�1[�66��-R���sjl�ݤ~SH,���Ȕk�l�Gܰ<
��Gv#3*
@\�����ɫZ�b1v��1;JMz�1�?K���[4���I\��ȩ��P���ĸ�=��$�R�T�i��\�Y=�oM`��
�D��6<V�Mϰ[����rNݶc&4x��3����ڭ��D��4�m�Rc�.drC��,fud�mB%E`AҨ�uX�z]R>]m,��t��#G��2F�=����u�C;~�&G���"D{�w�,ߓ���;��Řտ�RD�1v�&U�1�A<]ƕ�ޒMH��(q�q"�HԬ(�
����I+�t'�O�{jD�BE�7��R���H
7�U�eQ"NV�x{.?�[8���Kp�4�&L�M���s�R,�:�>��*�
�AkY��b�?
C,�ȓP�֗����,�4ya����%�
ȁ���U��P4��?f��.G�o�d
�hEf�3��/!@[��⤱�4�B|\u�G/�^�"�4���O0��͖k	���m�-nc��ϥ�l�~�t��_+'��4W�A'��U���g����P�����s7,�I"�1d�e��<ż�~:ƒɗ8�����
�1�=���I9.$�'���Tu$�OJK���fp��UA��
�Q�	#�A[{Ր\e��s[Hڸ�:^<��{�j��G>��Hfi�Έ�P�#0�b����#P�4&Y$��8��Df�g�YH�j"=Z��V,e�2�t�*�F�G'�U�է�ҮMHc��y�c�d��J��߃=�6ܼ
�U�s��I\G�L8��"ò���gUt���t��1���i#&ʀ&����g3����͙�� �G���8��f��*�`tݣL{s��~}�"/�C1(��ڮ�ǏZ��ڛ�2x����.NB��m*�\jO�;(=�/M>'(�n�\�&:!�$e,���.t���5}�4����ZJj�ϧO��3�~D��l�X� �@�:��m���rnV��m��r�zr�ed�+��~u�ʜ�]�'XF���P����sHX�o	�arE�ǽ�7ozs=�u�0���<��l��`��l�C����=�j�<o|�r����r�x����χw*��G�.�����kt���ۛ8�O�XJ��
��4|��~���Z,~3�$T�ƌ���j�L�vx��,I
$[ǹ�_c��5m�5G�z+�^�ꮭ��a�}�ݎ~��dm�gn׹���z�쏯}�U���ݾ���<r��Yy����r6�;�#JN�}Ul�f,ro;�Iʉ��”��&T6Ծ����U-0a���x�
�?��J}�v��yz�g��cH�F��f��5�Q�U fu4p�����M�^��w�7c��]�ֻ��� �N���g�\�ܚҌ'Xn{��F��
e�dk4�|B.�x�{v��g&�����~����b�D�%���I�/���ꍖ�g�ۦ��y���1�:v7e
<�c�;X:>�~]�{����%��mA��u�S�Jػd�����h�/Į������M�m���ݽ��Ό���rط�[Cʹ,�j֒*�h�iR�1R9Դ6y�,�BM�W8����X��Ge듔�J���o_�w���^,r�<�V����3�j�oq=}
V��v��t�Ng��f�|\T'1���kZ�.�}+�[{�c��[�y�v��lÃ����M���<+�u�^)���6�x����%�XH��m��o�:��n8����:��l�0���ۈK>C�qҷ�ڎ&�ږ���oY�}u�Q��O�ߴ�d!� ��#[[��ô�U���ok^lA�.��]���yD�V�pֿ
�Q�g��IզW��{R�T�4r^�I�w�*�=MZ-����",���X�u��˦7���M<xfT����Å�W�)��W�ՠ�۞��|�O[�u5�����m
Ͼm�qđ��R1��?%S�${lō�ŝ���Iq�_���͒\hƛ�0j�BY�C���x�����;F^����1M���W��k�W�{Q%/�[L/O�F�j�M�j}�)|�D���秲��[�i�Q�e�,w��m�f�Y����.cL5��<�ݜ|6���]~�xl}�
�rc|�S"g�Ff��4�Wk��ܦ��
��y�b.�����}���&��<��q3R�a$��^ƛ��,���#4�<�ޢOF��M3���Z5�<QEpx�1}6������rL����c&8�\�1�C�Z��#���E�V+19?��M�2��z�3���li11��e�ɉ$Ōn��s�m����S9B����k�����ԹX�d�6�. �R��J��z�M8-ZjJH!��g���/��8�YFD�8RfU�c�[s�O�#��#R�f@m����Ͻ>j�4+k�4��?�Z���l�Y��l2��q���ݙUq�4P����u^�ϕb�0į,q4ц�sw=綴�3T���f�"X̚8ݢ��0R@��b���T�xTY�P����n��fMF_w{��m ����01����K��[J�����`�.�ɳ6�n�˲Θ�&F��d�w�He`�����Zn,���D����|��9��;oő#h�($��S��]6��������nx��&ߑ�.[E��A�
FK��#P7��cUr���XY>ϺJ|��ܡ|X2L���X����T�?G�b�WG�WIZ���3�}��l����S�$�����M����D�,x5j����9���o�w'c��9pA�#�.
#�$Zp�O�^�'����Y�%�K��ş*�>&$���Ĕ��HZ�M����3?��Xg۷c�ux��d�N_�t�I�k�e�G�'ϻW�o��ؽ�TE��ö�ŏ���dI�Ǜ�1i!�N�bB�z�����es�����sG��g�Jp��1�)4��PtC�DZE#���&q�9�dc�;��X��Y#��N���yo-[���aZ����2ۏ�A������˛ҙI�+L���8C�
��=���}���M�tU�-��[ɚȠ}nz��uKp9����ە'M�M���zK�4E[��Zjn9����(|�6d���r�9qdą�����X�Kp�X'��%��
@@@@@@@@��@.�(����rf�dXݡ��
�v��=�Q��jŌ��߄ɎD�{9>k\��N'���q&�K�啕Q��\�!����Ud΄[���cV�Ȗ6kp���*I4n��?�\q�{�4"4�H���,�{OeT^�o9��I�$�t#˴��A,�=��t�m�g�ԕrn\���>07:_�5}�R4-��#�U��ڭq~�Ԃ���P��I=�Ƿ��	g$rIߛq{��xVn��=]�id�)1��ұ�'��w��*�/��1�(IHY̪����I$��j�eS�'�L|F��`���X��:�ߤ��%ML��~v5��$�����bkZK#�_7K9�i�G��0p1"��F8���Հ��U��>iv�p�h�����jG�oDz����{mB���

���F�Y\�Y�\�<hذ���u��!�n6bi
��ߗ:���%F�*8ݍ��P�WhН[����"O�7������Ρ�o�8P�Bqc����ğ 0�1�ĦI���Z��y� ,J,�~���{3\��9�͞�$9�k�Aur�i#��|Q�]zk���t�y��r�ԧ���San��,�U�G����P�@|߼lX��4Q�Id�o�|d��Ϊ@�?K{�KLe!'y`�}RkD��A��.
wQ �ڙ\{G�VL�P�\pݵ2�ڏ-��U ��GKc��f9����	�^�ő��L=>���K�Vx\y�1��*�h#�oΉL_Sb��g�̘m�f�G(�E�+Z�#?M>�2!�7b�i��$wثl�ll,M�gL8��!��ݤۉ?
|��K>��ޔx��z�����H�1�Q~�Z��xT��Sw����|N��w=��ޙl�y(�;���==/L�.���ԛ����Gc%<���A{��+ӱV�s�l�H�����F�z{r��,]>�Ы,��8�#�I�1�]t�x�u�F:80���,g� N��,�6�o��n��~��U�����B��4�#�'A+|*���v������j���{n,
۩�ɑm$p�r[���"�ypq]~��J���M�o�<|c��8�<�
�F����szU���1Qɺ�� Q4p����+-�����T��O�zj}�?b�]�Z�?7�&�,l��J�_|�YV�}����׭:Wc�L�'�|	�&�b-c��=��E6ݫ&_X��)�5������[d�K�)VJw���V��j�<�ܭ�<q�v��"]�"G�J_}%l�{uv���	��ϒ�[U�Y}���e4۾H�CM���&�/ü�¾f�p[6̶��b��W���0���������/L��l�#2\X�Uo������^�c�m�������}�c��w�4D���`y��\��޹����mSަ�4�_��{������=Y[���9&6Il��S���7�ҽ���۱���ɦ�xv�3���bc�jQs���q-T��i���`���Z�Pcr�V���D�;��^㙏$��Zr���;�����������u<t�_Q�])�s̩��"�"�$jv=��w6,�h��{�k�6��|�H2�$7
�x0W��Wd�
��rm���A�X�r,{X������FԮ��=����1�k�HY���ckW�趼�x�����^������.ٻI��$�*��~c�\����6���z��^��ͧg�D��qG�����t�5��m�׹v֖x?����SJv���q$̌��#����u{�Y���~ݞ(�m�T�.3��0N�,y|�˨޾牟{�[]=4��g�zm���0堟q�S���*�����ڜ����7;^퍷�>&aPc`�3��X���x+~�2.�>י����9d�B�؋�޷��-Җ�C�lk3�v<l���ہ�y���<��]mm5ew_'G�+���Y�2��$#T��]?�_Sf���z�U鏨{��P�A�͏$b8�seB��?+��i
����)��")�iȨ<���ýZ�Qj�g�����&ۇ
틎Q��[��oo�����}$�̓C
�)krB�|�)g�o,�Xr�Iq�I�D֬ZMJ=r��P	�(�H��r�tΤ�P���~�{�w�姝m>n���ڹ��
�
���U�eab�� ��
�
�
�
�
�
�
�
�
�
��륔2�q€�PPPPPPPPPP��i���
�>}��&h��)�n��<��MR;��i�f�b�C�kwRj`7l�����B&�,�S�n�yXq���6{��o٨�@�qw���
Cߝ2���<9O�j��&�:�/U�e���4�D�.�,{ȸ�t�j;�Q�*{ԑH��u�4ig%AI��{ ��t�:WY�~�����m��E|�iWRa�'5�>!��6�3��V0/�Q�9�Iy�LBj,n�^���ѼDH�R�)����xټJG�XZ�����0˸�:�����mC�"���L�E�Vl�<D���I$c^�G���$���|V�x��x�G�x�s��@�H��hP/r㝹q��G��X�D���Aر��y�� sNB�M��`x��eiP��"�J7���bQ������/��C��+@l�;_�!���'��u6 �~�d
�� �-����R��FP2~*a���@��B
Uf�_��s�Rk��'���w�9����[�_e
*��ə�P!��"1�`��A x�l�C&�Uu\5�[O�z�X��/qi���/{��e�G��?��2��~����J�j��>ϮǨ(�(7*�rq�����C3��5K��m�dN�xg"�BJ���6�xU��c2n�+���	��@��7�ۇ�V�7�3;�.�1��p�6�����5֍3ϹW\�R�#��x�B�.6�j�rNMWH�Awx�$�#�>�S~V�m���U�:s|ih|�eE�NI�Py���h�uhU�U#v�/�o���;)g
MR�ˮ��WiB��%7f��_/�ݜ���l��W�[��j1�m$�@�\�i'�,�G�O�wL�5nS'�����C�8T�e{/d��M�o�mO!̼쌼��y�Ǚ�^}X�����X���otW�UO�V��F�I��=9�I��+�c(�T�$ ���p>��h��w�v�i��)��AӘ2e�9ySq��a�]Rω����qcru��m�qa��$�\�=��ڌ
~���^&R��#/���]�=�f����1�v��ao��$�k�q��v+�7�w����4.~���Iڷ7��h�e:��B��{��]]�)�^��:�����_�E�w4�B�Lt��u!�["�mzwkK>��Z�Ǻ�,��=[���E�2c� �E���O����Ҡ�{���B��3<���e��]N�.]��_���h�?L�ӽ�D��ˍv���W�!�$�q�L�u����e�s�#1��Rx�/�]��,ɻ,Qen͒�a����&���\����m^%#׺���f����dL�X��Y'{Y��2�6�y���5���Zgs!��6��j��CqϷ�t�4������5��I�nHZg��lt%bF}a<=���MĴ�βB�N����`��??#pD�.:�"�n��߽k�­ӂ�M�A��k�#�Č����ܐ�۴Z���z�{."=L��/G,�`�9�@6c�è���Wm�F��'��$�x�$��P�*�v#�G��軃�M�r>�蝿��zS,��%UX��K�#_�u7��O�u�#�[eyr�=^	327�۱����M8�"�B�T����<;k�z'S��u�.�f�yLd�4Ƞ�#�Z�|:�ٸ�"�vΖt(�"�|��[Q%lX����߲��|��4��X�m[�I
�(�YGd$�ׯ���-͔ϝ�uV۹`}a�CӍ���m+��	nU���U�'�W��fD�΀�:�;s��\M��NL����՝KTi���왏�`ە�ʇQ]��m�ʻک��ݺ��wѾ����ދα�lw��!��۝�ǽҮ�麴�,�I�q�w,YA\ ܐ<{�ך����6Yf`�ŷ�x��㺻=���v�y\{k�P�.��^��pw#<�����*BHF��y^ƾ��b~:�֮�rxW���v~߉�2�ɚe
c��J �Ƕ�Q�o+W��Lﴮ�<�l֊}c����ײ$�ݺ<~����z�\l�#��$��%=���7S�S���'о���ϻƑ�r�F��'"��H�my˪�{���VM�9��c�Pf�妓�k��d{EN��g���B��@���Y{�im�ҿD|���[�^��M�#fH�͛.L�Ց��V^:GY�\��Q���}k�nM�����e~=K�cF��,�T���k����S�n�W��q�|q��_�{�Z��lțo�L�����6'CȲ��gB���і1�"�3�HO�g�aHNȋ$�ᴁ������n5�h��&ױ'����$�RO��
�:���\�/+++�)�*��ڤwuPW��?sz�����$Ư
����Z11� �ݳ�r�ƁW��1
s$����s�X�����A��s�As��Y��~�F�`�lj,������I�]	�������6RA��ܽ�d�͟m�πaG���c�A�v�$���fȦ�o�]�,���r�Nԯ�"n�W�}�j�rwi(�ʒi
N/����i[�T�4���]KJ|���֘�;��q�1l�ɍ:
��`������Eb|5���I�ŮJ{���['w�o�ڲr��L̤|tH�E�$�$kĢ��S薽�[ö��z��a��<����8XPhH�o���TK0���a,�m]q�����9:����ڊ�g�Z*t6�:�k+n7�ZcE�kwG݉�������Π�<���a�}�{��ˏ7��dN����X�\j^��WS��j���1��f�I�̟�u�s�,{vVf�Uw]�+ʁ��k�:�&�`[�Sj&�9)�����X���t�m��l
�':x��/)aXgY����*�K|!�#x'�J/�&X1䙁+��9���+�����Rए�pe۶,Ղ`���2��2F҃'����륫���)387���������q�nr�t}���p�#�ǖEE]o)<8�\k4Ť���~	}�	��k��û���뱑���dP�#2,��L%#�P�#ȆRm�[�cYNj��qԍ־=?l���b�x6��+w�\xg�x|��%��̲"�a�Jm]�>I�ƯŸ�a:�,_�FQ��:nG
c�7i4+yh�M%@7.�ksZ�-��6�78B�y��.���~Kn�/�ժ ��3q�� �勆�,ys����g�1���3oS��N�<RcE$�m����W%AGh�!n,�/eU<>�qh�����f�8���N��N��0�f�w.B�sV�K��=��Fh�$�/�[���^M&ϺA&NѺǀ��-1��Ƽ5���(*y��+7��N��f��ӏR��;���:gu�W��8���YB�J��Ǚ 
鹅�q�#x�_)�����|ݣ+7&u���u��,�0�4<r�@XK8���x��n{�so$6z�<�r��q�)�Ɨj`�;M�@�P�4m�_��;�4�ˏZ�c��S�=$=������� ���Əoř6�<�5�{�<l���T};|h����~�����o����}�z�,l��y��uYZ	O�,��D�G�E���_S���Y�[^�'�}���ќ��v�\ȼ��7wG��ĈխZmK�Y�NI���f�.ݶdf���Ǖ��G�C��IVX�UOf-{xa��-�}�'��—>R�D�H�{KL�V[4�E��'۠�,�w��p#ڗ�3����[_��ܾ�6�F:����s�#��w�vVNVO��&�}x�4l�cn-H��j���ZA��M�F�.$C#8㘔A����@'J]���K�\Mi˛#n���K�m�;�Qa����pJ!>|�\�S�oV�L�Up*�Dgi�;?�*G�VVT���qD��	A1�f�Uق�2ƭ�-�U����Ĕ�%�$8�wflx�>ݑ���&Y�h#T�(j��y"v���iz�xC���3�4������z��w�I��Wl����m
8FRŜ�ԁ`8z�\�W~���j�_Ob�8ޡ�cø��n��ۡL��v�V�9_�B��'��anڼ0��#�oٙw�n���I&V�>��F��x$.�ՠ�U�MV�9+c�}���\�Ǜ���ڸ~9g��7�M�)s���X����~ȏI^�w�G�P�'�9����D{v|틁�1�ɖU�`9�Cym��?�1�mJ�g�b/��8w߁#�w�ǥ��3��VfU� R��_:��Yr���C@@��@.�(�����Ӯ�q�O0��H��s�6�Z�/�oWi�i�D߉*��չ<M1�υ	-�d0r�����[� �5s}*��{�j�uX�,l
��B��ż�w_��ƒ0.A-	��-ID��A<I�8j	4�'xb���e^RF��P6r!�h�E��$�\�{Z��`�*�}�ЛD�E�w�¹���j��2���<��/=�y��c-�͘{9޸ng�gݗę>�f��X�~Ȁ6�'��RC!��A�?5�ie� �����V7]�,�A6���[ϕ٤�jN��c���kѲ������		�x���!��m
r��lk�㓸�aH@�����#��j�BH��%�%�ڎ8�^4�tE��4���VR��|��M�;�f����x�X�ed0�lF;�ܩ'�T
#䤗������h̾'1����#�ݖ(��h�<Ĭ����(��[UF��*]�$�ʓ&K��}
�����}���q4�-XH@i�9�G��̺����<�G�y�H�bL,HW�����`
���
�KQ�΀e��{{xڄ�.E�p��A� ��Ҥ���zA`{o�[J�b�K۞Uf����1���J9�33!t�3�v��8�ȼݡLK�L�1:]nڃ^�x
�&�*�	)S�#"����/}G_U�mm`�N=��-J�KOyf�c�@��Y8�;̠���ƞ��{�ќ��]�wL�DK�CwU{��{q�[����.%���ƕ�g�K<G�5�I��j���Ƕ.6�ǁRG�
]6�Lῦ��~�A��L��.$�(pҶ�,×�^�y>g�ϧ:S%g+w
׸��x�X	1��
짅�nઔ�0��G��1�gD`W�k�o�k���5�>�M��L�U�lцgf���;��^*���L
m�328'�s#�r�Ç�'u�WI�oB6�8����9GΒL��M���ಏ����k0�n���ׅ!i�u1_�퉖�p���ޣY]M�O��<�$�a�߶��!~-6;���WZ�U��u>���ߝ���W-v�:~��h��Oj�GRh繍���K'�5U�Uw��`�CA��R�L�^c�A0��[��\�H��"+]O����:�	�6I&��Y��V�E��ʩ��=7My7�z�v�rݕ3�m�M�/:�?ErG�-n�`�V�3�W�=K&��M��놱*�e9Fᆨ��)7
�w��^�d��u۴2�v3����J�V�`T�ڼ�ɽlO�˫2�؛��o>�+"�`�؟��iT��[�ny�hp�Si�'�s����q��I�o�X{�[��^�l����#b�v�LH�$��k��\]�G�[[��Wş�Y�;�P��v�V]`D�*|��/j���_S�i���fä7
��:�+����
�]G�8=泽g�٦�&�m�o߳�<kI��Y

�!xs�"�q��H�ґ<8�9@4�z�g����5�>�Vi}F��@�/�`hQa�Ł�k
���R>uӫ2a���a$~��E�3��k���x�e\]�T�d��z{*e�q�8�uA� �Ċ-�Åy�ii?Y�u�5vq�n���z{��ŊPg��{Z�vq�z��_�u;���Ȭm�'�w��}���D��did� Yt�שe�݀��k輏�dh��=�3qr:91����<:��p�5���{zy��wڢܣ�3�9�o6"�Lj���j�S��o�k�6�66P>�")>�l�ͫ�28W�z�Wj,|mϧZ��I��+:Qv*@����[V����fٛ�݃=�,��?byUT�'#��b;9ׁ�q.�Am����c.ɿ&�	cyu��Wt���Mz+'�o��pw\���gƴyN2�mZ���v6����q�:�S4����wwb�H��2�޸nF�GէO�{��l�oR:�����v��b�t�A.���Ç:���Tm���E^�����eOu�6�@��xW�ۋ3���Nͣ�7����	Wo��÷�}��R�l����u�{o�ԏIvI��}� r��CX1��ۼ�~��0�Njw~�q�&a:l�Ï%��e82~<0�O���Wn�ڬ���lY]7����"��1�Drd�Q0��SfS^���,�+k見DnU�m��;���eA�Xdl����G*��B����ҷ��U)9��f_�>
�g�;@RuNɗ�.�1�5�<�2��	�"K�o�+����cK.����M��w�eʅ�-cW.I<��S�^���p�9�V}xw�[|m���bz�ӽ�v�zU�l����y�G��U�T�~S��e'R�-��M)�vZ}8����=�Zn]3�	����p�
�8��&IRLy ��E"����X�[������a�6ޗW𤽍�ē��)��;�yY2��׉�De�q�k���kY7o޴�A�U�_�Mw�tn�N��]�mݙ�r2	�ɛE�dx�1�p�ƛv��5�I�|V|�E����&�>X��$ē���T���u9{j<M��i�ț/K���o>�oy��	�l�xa����^(Lnq�1:����
�ޮ���0�7<xa�ߙ6�*��RQ���3.����m�L��p��΃<Ȳf���K���b�(�^=��N�mwn�b~�f+X�y�Dz2�v�ެ�}�v��;�Ceɤ�M���?%ben"�����q��֯*��z����:�`��t���M����.+B�L˚c�ڣhRWV����}�үǫ���0׃Og��Z�Fɹfem{��a9�T�*A��R�������5��~
•i�o�j~�/��l��yq#�%�q�L(��x���29Dk2�5��ʵ�Ŭ�Ԡ����ꗱȭϣ��x�u��lH7,����džI$�(12<�f�6vvf���=����㭟��n�e��s?�������۷�i&ȝ�Y���#�Dk������gL�/$�TV��gڔ"�f鬽�v�s").4����|�q���
5vx�v��s��w$b�SU�(��nM�+bD�8w�a����]��_�α�Ej���ѹ��'��\���S`G�ӳ���K3ː���!(�"�l�+���o��-{kK,\m?��>��
����df��f���,�D��;����C8��k�\�*����-�O�ݗ���#�-�zc���$>�͟.3jm
2ٌzΛ�j�X��˥x�;����sW>�ct�Sm��mK�������Ó4�yrc �I$Sk~�k��Z��>��5�V��X+�?N�s#˒E�ʗ�n���jdƕ%���m$�lB���V�^:u/k:73�U}��	߫+�I��/���`�����ciQ��L=F@y~,[��lc��W���.:Wg��6(�7	�D��$ky�#��$+$��u�N���ռYC�}��
��>�1�zg�6��o�2�x��~�$`��
&g�dWv� 89�\�C��7ۦ#������?��L��@�:;�>Ⴛ&ŵ�da�4y�}��v���cDcCk�����=�5��Ƨ/+�y0q�B�ɋ��1�B�fNm��7|M�I��K�e��~�Ŋx�,��~|�bD�Q�H�EWO����Ny��?�>����cڜ��d�^��3�\�qa�g���Ă6�Lh��ţ��)��o���k��Qxb1�6�u�w��)����h���=]�M��dɇ���b���4΃�gy^9&�b���%V��X�ġs�j�+r����1!�N7wM����Θ����`��ᘻ3��-z�n�g���?}[�Y���^�^g��.���&ϳoQ�S�nk�ly7����!�6�\%~�s��2F�c�L�zWv�ޱrq0�6�$:w�|��,��hFBP�)P;*�ť�1e5��g�쉝eӻ��6�6<8���rH�;V{�xӇB��V9�1� 2YK�=�̱�=f��;<>܊]���ݳ#�r��r�a�Mp�9��*����B\�I¯����T�����^���}�~��rT�qqq�WT��5�F�F�"m+-�<(����|=�����'�27�v��z\�c�\}�t��+�x�ep ��H�k4Q+��Vs�o�a�ߨ�#��۶�P�O��e��pd`y��
[���Gi?y��/F\�\{�,3���E�t�f�>7RI��9�n88������ե�sC`�c*95�--�n{f���z���]�N���=C�[�☐am�n��E>�D��b�u�(��Tk�*B��Q{��}����������ܺ?�e~��Ûqw��&<�,�̲F��B葑��# ���D��Y�Jna����O:ǢJٺ't�-�qN�y�I��>;:�+��i}�j?+�ǝi��g6�+4�e�E��㳶{d$8x�.����M.F>8PC�T��d�J�Q�Z�
Y���g/�dl~�̏�e�Zh��w�����Ϛ1�m:|�Í�Mb�*��K�\7޻�n�T��>���T.���2��ɲdA�3<[ޝ��X�]=܏1n�;�;V��)�a���71m�.q��.��r�]�
�)���fh�+i$g,�n�ݪ�T�����f����
�
���@@|���:/�zW��������G��.��}n��-�#	��y�cJ�D�K��,H�K���R��q�:}K�rix����V�|���fu|�MJ�M��.�jԜ�K_�:@�����t��
϶ǰP	��������QI�'��<���j�AGU�[�&��b>�xs��w�z6���"�;9[HWT�$Hd��A�pjd����h�zD����`�k�2Dn2v�m칮'���pՉ
Ī�f��n5(�͍S�T��ͺ{�E^X�*�����~:�g'�n�S#�.�7�&�E�6�~U�|n�Ӹ�(��S���H�{��A��	p,
J��G���$��XP�{
��|�W��)��"Фb�1���t�Z㰁� ���@��ƫ���U@1�7�5����Z����E�u�}�K���2 jy������ˆ�P�5G�Y�-����q�v�(,�k����@HY�ܗk����
������@qdKj�>�7b����/�> j���M A�qdP�/���/@<dI
���p$���P���d�,�H�C7�u�ܝ�"x�98�/�@^�Oۡ� F�����9�gبA����]^�
���<(4~��T�q��/o�y(�-=�}�]XPPj�w.�X<� jD���9�7�
�I���WS�"`\�
\|&�y9X`�fҞ$��T�omb�u���6�����{kE�ć
�X��Y�N���u#�>���e��`��U��w���)�e��̠\%�@�;������S�\�v6;�pH�;���Mx]]��U�Sʺ�?r� ����D�1��·<mz�v���K��RpL]��}�T	���Ǐ�~_f����:��(�+���ǀ��!ZO��'�ɉ�[{�Lôe�C7�e�ٮ6�n�#K}��ݷ�=�m������buO�5�ҹ86����'L��n�vI..�j�~t����n,����k�ސn62G��skɉ>%�?��9_��#~���̟��tw
�v���1w$<�y�E�k�����M>��\�w�ҳA�,x�,��Ȥ�A��B8v��^�/y����U�ff}�u�O73
�-���f\�`W��2-Z����ޭ�?A��4��(/��|x��Jȓ: �5�
P�����zk�x����?	�Yp�9��BDn��]��"���]}���uV>\
��G[AX���~��%3[�[{����ܶ�$��Dt��1cpi`&��$ϝ��V���|\	fŐ�\ȵ)�Tw���X���M�������&������|�o��[6�a]��'��]�7>"�q3�$��g�Vp|V�ķ�8W�m����8����[�8��p��P8_�Es�bǷ��w�S����o�|i26��M�1���	�m
G����۔y���������v�P`�q�\0=������[IKԻ���>3�bN%��U�]�o��1�qI���ZH������_Sn����}L��f���o�BDM���!�u��FL,)1�1ܣ1W�#��7U{�bE0a:��z��bM�/%�D�1��>����U�ն&�Qd��̭�#(&�9��t��Q�CἋr��\w{��ܣ��2���/��$��s#�<�˦Y�v:m�(ɟCzA�d;�l���>>r�8+��^��x���4���~��8��H�/�������]6���8��Ѹ�x4���~dѫ�a��2(�1Sn|�+��`���
�XG�m{����WR~��5i�{�t��`:�e]�>?&pq�@��r�챽{�s��־��Zk�=C�<n���.w��H�E<_F=v����oq�<?N�׿T�f�� �O>M�F��y��7�h��+BQ���#.����Coc���k{+�u�z;�滍��2�<n(
��i�-_�󽍛]���~��7�IO�]h�e��a���ʬؿ�ߣ�ke;f=�����sd
��i#e�0�n�vWޑ�J>�?��m�7m�`���7O#t��>�.��K�1 ���v*�Z�_ӵ�����^L|���$*8aa��s�^���X>n����/�2	o��_���p;��n���9<?X'�L�p����)��|�ݑ^��T7E=�W�>q��
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�8UI��m��
�
�
�
�
��M>:t@��{`au��F�t�1�Xȿ>C)�y��p�	��}^�ʻs�5���ͷ�L��qJF<�Ot�^��ڻ�m$xz��#k��m�!�a�V Iř�	��񵽵��4�e�Sr�nl136}����'Sŕo�A�K���w�V���tn&�*�yP���f����x�`q%
������RLuu׭T�xn-���-�o��4d��0;��r��v|55A�����X�!5��)���X?�k��GuZ�b��O#��If`6�an@[�iT��t�̛�PA���K!^�pŪ��c�K\d���ϑ6S�8���R�v|U��<D�:������*ج�&�^,���z��f���AB�H�ΕX��
����-�Rݖ��^�>�r<�rG�
BTw��ڠy&eE�b*���#{��?�сWf� v?%B
Y$�\v�>.4������PU���G���r-��)b,���q�
�dO-�0��!��8s�����h��~߈Ђ�a�T�;�/c�A(�JĂ��k�/
��-a�2���k��F�D�j�CX�nx|�@+#6i�#r^|=��"4���J��yr�
��1�@��7*h�L{�C�5��P�O
�w7�B
1�
����n*0i}"Ʒ��:�n/���Qfj����z��(�e�d�K���(#"R@#���֑���ƈ���.t���b��/v�S,���;����;+%L���w�2������`^77��?�V�`NLf��8*�_�����)��cx�c�jD�N�lI'�p�oYgD"C*D�	Qb-����L� �p���	6�X�A���]�b�͙��̓4F^=V*���&���^Z9���o}8U<E�c��(�H��q�UQ��
�j̝ܶ��BA��!���Q�I^
r��5�,�����s���	B�1WQ������4�H�fk�����Z�Pڔ$[�v�(��⊮�U�2�.ݸ�a�J�n��F�_�۷u�=?�}A�
�i��T�҅�r�`\���l����Ĝ�z)�kr��j\X�c�<���rq��.̬ pOKή��#�w��m�zl\�m�y7�Q�f��/�0��:��˚�z�0ϣ�}E��܌}��Ǐ����d �BM%�b�]|��z�]ıL�˭���F�S�?�9�H��f����+!�j��r`��\�-50]DF&d���V�Ӏh�H-��>:��G����S�	��.ťU�\߷ⰽ��T/�{��$�,]�26�9�W��h���q�ּ���]���m9��.&lbG$�R+��%��:KTWM�}>�����,m�C��c��	���2(1�skߝn$��P�^���6h����1�w��Ġj��M��W�w��z�z��vfB�Njo�(�omokgI��jİ���y�V��5�z6d7����D�Ί U��X�-by5�� �y!t��eg�����_S��$p�έ�Dʾ�I�$����Ra�p/�S{��+��G+ff�9�ǎ�Y�HosSm$vX׃��3�����۫C[��L>f2��A�6��o3^jn_��UV�g���?lކF,�9A�>�λ_mY��m]�/#�%��s�D���ɥE�)#��vUY��؛����񥔼r��4g��nZ��?G��RG	��ef�$�[��\Of�c��v,����z1�2����F�6��v��_��sn_��!��a���@�
?�9u�&-qc��Pؓ^��}����?o��ad����6h�s�/^/.d����&C�-�Ƌq��hr�`IV�W��Vv鮮�<[�w"�����8��Cia��+�^U���}��j��X���2$m+���d_���؄}�B=�Isz�pIw���6�@�1���S�~^���>?Q�)s�辠�i��OL��D�Ȇ,�%���,O:k��I�>�[ݧ��yzoh�iq�h�K���;��߻V<p�"F�-%�`y��.k��F�C��m�<Ȧ�H���%o�֕��#��_�}���P�S�ؽ?��l�VXZD�ZF��?�$���\ʖ
�	�#`W��L���f�p%�uFRU��j�LG�mT������n>ȟ7V�C%6�m��wx�Y������F<�w}���Rsk%��v���q��D��ض||�ܱ�&8�'LK-��J�(9R1ib�?S�p�Z���l-#č"yr2���V�y��uZ�'��l��ߺ�s���p6�Hd�!�y���Y�2*(=�5��Z�Z^�V��d�X��ֹ��&�
�n8ۜT��dIM�s�7��^��b�c	���6���	?k�����m�xd���!Ɂ���3 �C��<W�<*m��^��_��1-�^�Z��F/W��V׃�,��3��fC�r�
	q�T�'��_�)���=��/��8w�d�e�3���d�-0��Ĩݥ򵘈��{ٯǺ���<5��|'����O����h�7/tr�&D���yD
Jm��k:�5����_�d�I_�����e�
��,xQG6��eC�$]zb��S0^$V�&�$�쌬R�ڒ�~�]�����f3y
q[[�C�)[�g{R���]��J�j���%q별���s�����d\�4��|a�]>�Ɠ���E�9�ϸ�21�X���]�_t�;E�3EE��"�<<y�g	�w�Z�k��������'kD�Ac4q�y�k��ңC.��[u��͸��j�Z�&����ո{f��yQ�ĸn2��YRUe��uW7d���檧L~��IG��$�e�"����1#�*��8;$�?��G~�<+W����E/�}"�&���>ȑ'�2C���Y[g������1�f��-+0
�-��V��m<q�/�\���up����ĵ�>���l��,��>\Qʓ����D��u*�ޑ�|လZy�e<��KG>=�Y�F�\(sĨ�2yZ��.#�W��m��g
y�j���z���?�\��4���yLj�u=���Yv�+s�U�i�7Ru��E�&r`�L��qE0K]�P0�)Q�E�mE�_8�S�T��^fc��X�~�&|[V<Yy�rD�L��
��Cᬷ	�����O�-|P�vR��}�`������X8�[\�0n��<��D�I"H�i�M�kz\���Ղk&/�:��:�b�Β#��ϓ,A��̗�bܔ
�>��������v6,��w�
�	�Hq#ydk!�6�G
�2�V;�T�6�f2��'��1��ߎ4���pe�l�v�㥰mr�����[^����Mۨv��p�m�q��,�̩ �4q�����
 ���V�\m9-1�d�q,⩬۲�ׇ�.z�������X�;0;C���+kf�K��Ě�8�5K(�z�7m��qfx6�a܆~8p���hV�%��VaZP�7��V^�e�I/{\w1ͷ��6SC�m�<�f��h_񰯊"�./mp�Ě�L;u��8p{�۲�e̟!sW"O-Ÿ0ă�a��}/��}��U�_�1��[�ᛳ_~���ݛ�bcy1��;b�e�d����1�������^ץ�KS������>�X~���C���4���~�s�d.��L��.P�-��Jx�����
_�����v�e���0��%1?<G*��S!#�LVբ�R��SF򵗭~�O�m'>�QԽK��A��ē�<H�"O2N�+��{�~(\LQxe�D
˭���9s�b�rϔŋ��qX*�.rX*�/ʏ8_�U�o"~�ő��pv����ΓllX���2"��9n��C���KQƭ�?��2Nx5����.|��X������%����we���"�<9Ұ㕜z�>�	iR��>������y�gn�al��ò9�T��o��)[?G��Ʋ������5��jFw�S��9Up�)W<܆�*R�ʺ��Y8��E􏖫��ʮ)G�$����8>�&h�8䴋k��~$��P���*�M?��v�>s�k+&��(�(�(?�O��]P��=�e�>�����q�i�ݻ��E��e\x�C����!X�$����o���o�mňx1�fe�$�Y��7�X�XWd�%��.WKcy�+n����<&�O�棪y���U�"��q�x��Fʊ������~��k�����.���,��p?�i#ߎ<���{,{j���m�7�\�CFa���
�y���5|��;,��8��PҖ<	�ZXw��}��g�ѷ\܉l�]B��x�4���͘���`�-���w�U��3�(X�E�w*N%5=
���>��%�y�0���6��n��t�p�Dž���H�ܿFG�#\���/�&)��2��XP-�7�_�����볬�m����F���b{��T�6:�8�o�J�E�� p�W��M�:���;{;�R@�v��<o�(Ac�w^�ڨ�u��x��4�6��*W#�oo��(M���|?�j��;(�!kЧ���U�<�(Pl~kP��y�[ه��٪i{��eYCp��ހ���K	.#���	lY�2������B�7�o��4(������T!�[�}�}��f��ao*�%�V�ׅ�j�hm�DkZ�Cv|u�&dE�.U}�- ��zVKz��\pn"����D�S3����
�
����7k�0���Ə�M#�v*�Oet�bI�~OPY��)�,[��Mj��7��h_ ">&���Y,�B·j�B�����u�)E/_��M3�qcD.}�]���WId^��N{J� F�_�7</s���$��[䛮
N�#��9���u4�Q̦W���SA_�]榒i��h�%)��+�#��j�d����I(l�Sd�a��[�RH7��pɌS"卾�l�������o��l����D�g[��x���%3��X�N[fG�7��8f [!�u��wI��4�wR��x���1Ʌ��</+�a���M<{ɤ��X��H�����!!��5Ai��Һ���
R{����!�=5��;��uI��T�	6��Y�tLή,Pn��;��;4�����{�Q��v�{�j��iw��q���o1#�D��,�0��J�-Ň����kc��ȳ�Kl$������qYIR��.;J�¾n�ӭ�Y֛�+s�zD�y�>`��
��1U.G��-�݄��QCF�}\LM�3���wc�Y�AS�wW���Kna��K<o��I�
��>0]�Gu�$�|�;N�zE�8Q�ϵ�id�|L{X��������*�4��VTacdb�Ϗq�pg��O�vU鷗7�,�l>�c��d�������'��Ƹ�_W\��z���잟�~Jd�
�a�(���ڲ5i4ؘ2+h��7$0>�N���Km$d?�YT�	*A�j3ӳz�Rb��
�2[# �2�;=�}^u*��)��W&^l0�d���#0��l��R>�o]�I�,���
�p��3����N�,�H��M�[��WJYjr2�^3�3Ț䈱�f�c�A,}��x�����^���2�|l�G++9�����j�Y��fO���M�7n�It���|7�V��A�_��N�k&T�3/�pkZq<���u!�
�VP\j��\�6�G������"�"���h�-rxr���]ޫ`���qޤ���^47��{nE��6υ�Y$ꋵ뎱�=�<�'FL�Gd��,��Z)M���[���`~^ۺ�_��N��plh�1�6ab�P/r��H߲��i̞ޗ����g�1Y[^\%Y��l�#�����A���T�r����cyd`$KjE=����|��ާ��C��o7�{n������!�2��5Ɖ���P�+���ڗ�����y�Ù,�TzC�Q��TW�KSS�i�Ϩ����3!☔�"[�:��}�ջnK;Sj��i���a�u^⸓�.;H�.yA����dϖ�3��E�i������V˂<��̑d�:D���dL��?���j��TXt���s0'\�a��l�)*}V�8��Y>S�\�\���SwɃo������a�h��6��x�:��I�O���Z��8�rJ�v=�-�]�`�g�Ǐ2��?��H�>:������RjW����p��W��۟��.����$o��g	D�yX���xN��8�Z��X$�\�U�/�o�8�=�oްe�|���v�q���D�T��k؆�����V���*���۷l�ۦ�Ő�*�����T3F�VH�j�&�ftp�|r*6Δݷ����z�m�=�$fFV/x�`ZT��
�V���N�9)�vy3��n8{�쎆�=�����7en�o+'�����x�P<��H��席�a�/6�E���N�z[x��:D�����I�͇��>>S�*��'�*�9}�����[�vz��g�����g�qvԚ	�87Li1�$�+Cd����)���oŷ?�eX�Ʒk�?�E���M<�ف��׽N�O4�!ȍ�*]�O>u��)?��q5��+������x��6�̵�H}�=�c� Mp��6`>���/��}��K�(��N>K�L�@tO�a�4i�+��Ab��#�E^���1��[��.vGPe@�M�p0�	\�A�����r�\*D&׼�_�\��'�r��H��t�t��“#mǖ
��&�`�1a�\ W�W�Y�P�'=��_��tˇy9Ra��nP�c��!��b��Y�d��$:G*,�Փ�zK3i|���D�辠����+E>�6�q��K(��y���O���j���(�@�kO�nw�7���ܨ���L)1!�Ņ��ٓB���G{5w|u�oa6�\R��w���7e٠�Hp�O�G�cJ�	��D7:YX��խ�N��>�FiX��=�����<7L�|y����d�M�����<��0�IӽE��+�E4lq�0M����|��S4iR~�;T�~-��KKؙw1��⧽��D�4���~ߛ�پ���,�!ȉ�U]TS���+|*���f�E�.PG޽:��[u�	�L���Y1<��8�E`��#Z��^��o�ݾ���<:{*��/#�<�~�c<����oC�n�L��Syj����/�l�_ª����V7J�ř�S��+�bK�:�o#H� d��<룴�Z��d�kU��rk��^�������Ÿ)`�Y�w̐�a��)P̮��\�T7�tnR�L�VacI�a�o�8�2��"E�iq�V��],#��O�8٬�Q��pa/K-0�o}� �z�qp�q[#p����%EP�i��ƺYE��D�?�fT5qڙvzw|�x�7\V�Iq�����
��,��͏�pa��
¢qgɥ��1lj��ׯ��_Kd�{��1d�Ia8����6���VV@U����m�_vF�).NFGHf��my�鎸�f��������G�p-`�oK$�/��6���G���6��/�&�P��	L�R�&�
�xճvNsh%�Gv^���cy�c�6��9†�vRo�
=�\9�4�}��e�������Gn�D��6׊���J�d��H5-�E*�ǂ��u�k��������_y����L֛Kh*��'H���L��u4�����Ip�n��p�0�qe��9�$�!�B��+]@ٹԢ�3�"=Eo5����U�bn3�g
<�Z�$Y������_a)�2Q�o�نR\G�0s%��Ù\I��|pT�⧘5����}3�3��ó��[A���&VB��I�e͓4H�$��
��_��D���޿"[���~�������
rcW��*!��º_��$�שּׁ+U��ߨձ��:�n��-�����������̚y�%$,��ƭ,x1�����E][p�v��<�zn��Q~$ٽ?��L��6��lX1&�t���H�0$}%�[�_&��e,g���WOebuV�$�yy8�����W�Qb;4�\(�V\�=��{�e���<�t�)���(��Ƥ|AxQd��>���"mPPP����
�_����kq;t �`�z�u^���?O����<�+'.�ȇTӫ��\´���<�~�ԩ+v�̳�+�2�-�
��n�k���yo�M>�2̷V.�!�G�8p�5|�ӕ���(��.`ϟ �<s: ��*���h\M=��DM�e���y�K�y~�l�#��mtIr8y�v���������+)P,mby��������%H��7r�;\2�,PiBJl|-��Y��f��Ֆ*��6�K#c��#��0��x��U��^�����٤�%����$���[�|����6~�,�L�
��C��6h�ok��v�ޣ��ڤ�pbH�ʈy�b�ݚ�
���Ş�}5� �7�΄��
lXf"�b�����y��#2e�	3L������vR¨����z�\���-�����]���8�H�M���j�3�#�Lj��¤�JHU;A�8R@��o�/�T�
��	&�����Z�:��.#���\��wЀ���x��V���q��X�*,��u�
sK)���V�4��$\߅�UdI6<��,j�-~7�{
$�ZbgjE�d)eg-b��X}��Q��T�lc���r�Y!ɑ������I-�ǃ-�$��@aǙ��@
	Ŗ�`o�cE-py�=��}	b(U�{�s+���5^��
����H��C��@y/�
#T���z�(��P<e�������E�3H�fr8��Z�Ġ�����G�>R8SX
I��~�*[�%��纬�y�
��B$co�ߊ�@Q{��rYb�L�"���k�
��m�U��x��ʊ#Z��ψ�8��` ��V,)Ơ�%x�@^�٢~ݰ�;�$2��� R{�jH&dm�G7�v22�s��ँ�3��\�F�(�`�i���7��F��qÛ,���H$���ҬPJ���3jfkv���(��X2d�^- ~.W#�����RU�$a�[�	"�Y���\ ���1,�5�tמ���H�RE��gP��j�I���<%s�dK$���a DQv�%������g�^�I]�X���"
ʭa�X�B'ذ�v���&�I@��T�x����Y)��S�ᬐb/�!gf�.�!&U4��7���a$��Ȇ\�����K�%Ț�G|!F����Y��C�Ѹ�����eDq���s�D`���?�Qo��f���(Lc�WDÒ��nU~�Q���u2�p�r��h��$��`��'�I��E�e�[*�s$&x��o��R
E�7�:���ݩ�j�b�ÒҐK8n ^�j�}�l�Ez��U�~��4j�a:���䯝��FG�o�O3g���n�I�c�q��\k{�㑽ͺYX,s
s�������6�e:�yo�"n����O3# ���=��w[�	��bcvn���s�m�"S�^&�	�|��Emn�w�t�Kca��rL�|S�KF�qn"�o��:��۫�-�*��ؗ͋+h��ef�b����LF?���[��tI���hlp��Q������]��Vh���ǧ�}gjl�H��ͬ�����^]�_Iݶ՗#���)F`H/~v�j�4~��ę�g�#���!o��i��>/�7)��+:���tP�Q|.-���V�����{{���]�&.$�8s�ʭx��5�؟#���ص�|��t�r�/�`‹�j8���M��x����릙��{\<a�0��DlX���ש���Uk1Ѹa<J��0���
�L�]��l�a�1Ɔ��	�������ڷ�%����h��΋)7�ͪ�8W��I3��Y$���M��p��俉�-�Ee��W�n�I?�7u�iwx��X�|/~�r+-��ۦ�Dغ*&FC�Ò�i��Q��n�r�>�]�o\�_�+�"�:[���Z�;{��G#���v�21�K�IC�| �jԓ�\FGInn5I�_���ɭ;#����,&IE��/��UM4}��k��^����
�
�
�
K{\_���@@@@@@�m:�
�
�
�
�
�
�
�
�
�
�
�
�
�
��M>:t@����V�՝A僗�1�9I��Z�I�
������vr�K��n����K��u[�#r����r����<�f�ݲh�����;H۞�Cs��~@}N��p���ub�2��I�7o��`��f/ݳ��i�yV(����⦓mx`p��Xb������*��Ld#��z�
�9m�؏����Q"ڲ7���Q+�m�[�ky�I���Ѵ*ݻ��2�;�����-�)�p��wU./����+�r.
����'l�ں��<�����V?8����;��h��s5�~��������TD	�PQpoe�-\��;=��9~�u32�3p]!x&�B2�a*��U�Y�51=��#��0�P������M�p��[5]�,���'͛$�X��$����:����3V�	
�ϫ8��x��+�?)�_�ϫ'���n_yR	�1I���b�9�\��)�a�:�_������U��3�ÿV_�R��f�
@���ug!�����*@���?I���`yL��եl7,~���_)����m�P�w�R��b�ߺ���,����� yLl��}Sfr�#��8��HS���U�ܰmn_��
@�د��H�n8$��ݿ�R����XV�y�?�q�)����S�ܰ���)�c��n�T*�����K�] �['�F�Gp�$��[�â�����S����?o�E������q�$v�7��
-��u>���m����g`=K���a��3~ yl����H�X��(<�$���Oٸ�ۉ�0��yl���Ez�dꝷw��1&��$q����8]@�Ԃ�m�{%S�PP�>�w
���0�/ ~V���+��F��=�"��0��	�Oo�YcQ$ufPm^P7�c�~<�*�PAՙKv�Q�ŕ���i���Y�_�;K�[5�{�u�%W4�~�ȑ �2�$�.x�;>*ͪtW/p}\bDZ>"���Y�]H���S����k��p�٩EI��L��s�?e �K�z�����y�X]��V�2ٚ��]�/S��a����#�?{̑�;�*9"Y@'��UA
s��*[����~�u]`�ٹ�Q$��x���H�T�9�I�'�df� �,9v��`�����3M��ՐG��I�� O��D�[/^��Il8�H���#��o�������U�F1�O����~B����n�	��K:G$x�0t����䐢��Ԁ�3�È��,�d�T0�*��b
���ŕ�Q<�H7���h�L�0��a6	��cv^(��O��Ѡ�R�G��&:���k:�p9���dw��ٷ���f+"��G�@Λp蘿͌)q�&6uHX��+����j��~�B���/��Z�P�,����x,D�A :��
�4��mz/u\�l=
����9d$�6:_Ur��mn�}E��K�.+NʎY�?u�৑X5�ؼ���?!f&<��y*5%�ee�u�mG���z�]�da�{��#�[���� Z�#��['/5�e���M��eI��N;
qyl���8�Dž<���%Pm{�P틘�3�<.Rg�\�oĈ��1�X^��I�-���߂�rN
�7���#���^�׮Ȑ3T�L�)=�o��0D�0�Ȋ�jI�6z�\p��g3�<X��ZA`/�����?)�Q�y�!OE�͋��_pȲ��vV�u�k��j�v����s4��ո��{�L�x�Ǎ�Lo�i�kN�Nt�RҞ.��}�j�+k�v�V�a��`��#�ƺhG�su��)6�� 
,�\�k�bA_��?f�J7,�s^; ]c��q�֭���Y.80�#�g4�'"gf`r,G-VQ�����J�Oa��iUi�.�ł�p����k�S�rg�X0�X�"5�~�Ey���vL��FS0���H��5�����r���|�B:H�q�V�����zy��퓗#��c���5�/�z���C�����婴g��������_�b�9���Ξz>�O���X;@f��z�۱�7.D�G������1�f�I"�TzOoR{
g�&���-,��Tm�E����^�[�>��2d㗌�'�Ù�A$wWE���w&�o�{�F�՛�{�62M���n��;�V�>g�67��ƹ����kԪ����X��ϥ�_��n���2�n�>�&#f��E,-!�	��H�8�g
�M�����^�-�]�Y(�gp���j�;n�H'�1�1�!����x�2��V_u��1(��������(���9F��o(O�n����6�m��e&ቇ������ÑQ�2��|�h�|L+IK��[^�2e��Va+7���f����\��q�›7ƍ�S��$G�r4����;�5�(Y�U��+���o�7#��N\�����Eӹ�E&<r�$e���#��A{�Z�v�7#��6�vڟ���S���y6�V�eۥ��ll��l��r$���#΍!e�$,�ύz,�v�Yqk��H�W����}�����y~��n����!Y�1pr1f�r�U���*B���*1^��G�m�Q��/�ó�Ef������O#Ϸgd�,{vxha�Q;g��gM�
s��|T��s&㉏���k�u�WL����C�.@�9!yU�@��4:�����So�s�(��?����P���3�q�s��mϚI�Yd\�nj�Ą!�q"���CyY����K�+�W���`�ϫ��^��1F��y�<I"�ː��rf�o�����f*��q��T�gy\K_
���k��n]�?�|㇙���&�$I
x���"�����Q�f�U����%�����J�_p�O�;d�ɺ9�s����x���6<^o�&�$�T��>
n=:�Ϊ{��K��^�J�f�p�Rq&M��],�[G��m�{�7W�g�2��y/�@���]�tϒ
�/-�m��͏�
��|�ea:[��0��T�s�z�j-�e���=�n�Q?Vϱ�2a�A9������%�=Xn�8���um��\zp�N���̥����q��7�#�q�d��H���E_-<z4��B��ݰ�����_wfa,j��u쏼g3����Kr�33;"�&�W+|wy�2΍��v�Xi�*š�>,��}&j�3���kz�{��00��X��3qq\H����^6<*,wy��ȿ��*ɚ�������"<5�ۡʏ #��,��,����#�f�'�ܢ����r�M�M�ܙɇ�MFP���<xY�#��nٜi�&���
�
�
�
�
�
�
�
�
�
�
�
��M>:t@@@@@@@@@@@@@@@@@@@@@@@���3{x�;g��r��X�V���z`�;bE@�IE�{v��5	lr	R�~��Z��lv&�v_��Z6;���w��UH�2�b�G!u��	��(V1�Rt�*A'�/Xf�J�
�b�c��X4�G;%q�bFt�.÷��q�¤v"���k�Τ�7����H̱跭�WD�4�;X��.J����/�i�\.���n���P8 � T[ω��~�A�̽�:�e�Z���^c�v���{i]�[tϋ|j�+|$p�K�����ۦ2� ��W��/X��d�M-���J���
��^�+�{""�ɍ��O
�|b���F��<�b#^ʂ���$
�5�P��݁?/
ԚK���n7������e<z��� ��i���"6ݙ�R����A�i��Ĉ1��g1�yr��V*���x|u�,;"CI�� �P� E���󫥓Y�ٺ�?�H-�#P�-����k.����O��I�,��
�)��0b%�:֑�b
�)L�M*H��E!�<|W<�A5��},s��$o-�#:�X��"�kQ��z���m�h��p�p�9x����+-2�,w
���ul�b�^@�n8q�Ǐ�Ն]D'm8�x���Xʳ��̷�����?�=���Xd�Sm�o�+:J��>�>�uI&e�Wp\9�Rl]P��lG�j�E��^��o.H�%b�U��8
�(��
�\���������`�%��Sji,�]�p�#fJc���XIn��h�|Y������@6�~7-j�K�MhP>�����4J�u��:��,5X����Hw�m�W�̒�$��X&fK3��#g5<�{Q�(�$�
�I��V14����*J���b��J��3eA1�pE�^��3��o�t�`n�[|
�M;� hJ�^�X�E�<��U���M��H^�{��jYQ�lѯ�>�h�
� n�f^|q�.哶Kj�,Xm,��2��Hĥ3tb:����>Zg�ܘ���#U��~N��>^�vU�#��3��c�!x]�M��coY˸�eg��y/eQ�h�k�8[�8B�g���2�G��S��2vq���4�t|��u�
̎q�%�HT��t�v��\,�%[{[O�|j����S������rb�������L�7Vd\�<CLN�Z$k�x	kvS(�"{�s���$��Ŋ
�v���s#�Q��uKCI���o�4���`�5wN�ڷ<��|���sƏdV
B��� j���	�ĭ�F�/C^�<}	ddeg�ٻ�VF�kM?��`��:V(�@��;q�
Y'[/�>��Uë�r��G3
�M�16��M�D��!��5i�DzջZo����0�ҹG�=��m�������da�ι8�i\e�	�HVf~M!��k���ǼձQ��t���A�ݳ!�V�v��4�%�;Dgs}"KR�(x�ض���v�%r��ۥiq�����Z�u+2J�2�qZ,->��}�"'G�}�|��v��.Q������-�g�lR:k
5yl���ü[O1y�O�n�sO0�x�9�
jG:<)ᶟ�`�(I|.ݫ�6�%��A�>�9��f�}�+l��(dTe\X�6bX�իX5�Z���U�v+w�ͯ������a�8��䘂��E_)#,H��mt�=_�ǰ�0U��c�F���;d����Q��[lǔ�#�)��3�M�rO����Q�8L��?��-�-�?t��2q�D���%�{x��p-�J�<ڏĶ��2MM�7鷠���dž����D� a�V�e7�Q(�����;'�?"�m�l��&fBM��6<��bi��)���Å��*��+��m���&�-3�fg�fG-� Ǎ�(%*"�Q�~d�>ګ��I�5�̹�]�m��/��B@�9b`��2������pQ� �>��������p��%h��FIB�q��ض�R!B�ĭ�E�S|��3E��O��<�r�J��ʝbY�ơ
D�9pZ�rb��MCA@@@@@@@@@@@@@!��|t��(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�e��˻��n.{vy�^�x]1#&��Qxہ�T�i���#t�[�Ԓ:��8Y�ַ.�tA&4|�`;��7�*I�ʐ�Ǭ�Oۡ��,k
�ǚ��餉���XؓLj�Sr4 �#�a��ER�x������;V�m��I�{�?��[9:=����5k
a�yT��h��ʜE���b}=�M��o��{i/;, �����믰£xȩ!��Ks�"���v����`䬮\sP@���K]>T����i����F��l
kդ�O�DT�C�����cce���!O�G��Dp�C	��@���Fخ�dc��>xo�z+3��\J�'h��H`~:K٨�}�pw�1����(�#rɅ�I��`x��󬾠��H��7o��o�>\���?,Y
�# ��!�k��	��y�#��p�Y����16ﵫ^j0��#e��i$k���쪮k���qφ3'��<�*��+Z�=�C�yi:���$]I
mځm�ñe8ƚyv�XT�ERw3ǥ�2���FR�uvw�f���o,��bD|5�mU�*�y�;���Ʈ�,l�I��SPuc��}>t#�.L��Gy<x�I<�B6�mQ�b�T�1.�����5��΍��9��ǯ�#����
dw��y$S��)`@�$�r&�"�\w��%�����T����Z��;�ӣ����� (F|�W �;T����0���&\��*�#
��5WY�����n\�����T�6Q�X<�T�4���Π���4@2�#M��7�'7�T/��Uw�&�$�#�(��kp ެ�FC����	ud�Q�����B��i8$���$�����h0���X��l1,{���	��d^&6_�ޥ�[]
~qV�1ո\�n?-e��#��]$G#���XI��}��k��^�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���PPPPPPPPPPPPPPPPPPPPPP��-�t}�p$����֯MY�$3����Բ*/��<��Ƀ���>DQ��T�`�X�m�R����f�:�WS�@x�Ÿ��V���!B#_V�a�*I<�M#�ip����kQ<�$�@�Xv�ΣJ�_��81��9�PiJ&f`��GTk[B�9��kA�1���&ݦ���]�BBJ�B�TѤD�h��};��o�Xҍ��=�x�ԊO"	��h�$[�f%�d�el���#ݓ�G���*~�{��A�dy����ӷI-Q#/%W$v\ڪ�%R8����i�"N����C�	��
�g
ŕY��<|��@
#q�
�
�m�����cu�R��H�f�k��D��c��-���
K���
ϕ'J�`u$��`2�U��Y��C�ԛ[���E��WZ�3�Pr~��s#�k������L��{|Ϫ6
���VJYc�VFC���>�sm�j�
dk�t�/%�2�郞H"6Z�9i�W[�8��"Gx�`��A�he{�n�����j�F�O$V��D�WLL6���	+�Sk�.*�swA@���<kj�7��$�)�-5�u�6ԋ)����.�G8�kb�M+�2�{E���U�e�v�ԛ��LY�`���7l�Wf���x��uM7�@k����A�CX��0��b��#�
Au���~���5�5k�z��'��vRL���;m�i-�8V+c ��j+x�v�Ȓh�L��
Rd�>;��2��2�dfi5=�U�6����K�jt���JA�����**��?���j��UPPPPPPPPPPPPPPPPPPPPPPPPP��i���
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
=��[�6�7����\_���kc�����ߙ�>�i�@��ll>oX�4�$�Jj$v���jK����V#�?%r�X.-�depQ~���ۥ^*��~�E�$�"0
�!.@�Z�`Ly�e8���)�4�P�����F�
}��hڲg|(�O2	�:�K��f�[��,~�k8��x�3��]FD(�1 ��M�?���
�ц�n|*J*L�*[Pf�˅�5"CX�S�{��Q]F:0�CKܞ\~j�4�l9ԋ9��!RE�'��x��I$�ƚ���Ɲ`CZ��[���m���2cbt1�Ɂ쭫V�P�Ta���/v[�51ԝ�d2��+-"��<�|�W���V$�]�d��lA��"�4֘�9X׸�Kp���dMa�&r�ed<D~�"�ͻ	��;��FoĘ�B�k{&F�\
����#�JM�2Mu���m�>D�S[��8|5u�h{s1Hh'h_W8��.*8f�h�]�9I3�=���*H�W'C�.8���:jh�6U��VUY�1
I&���,{���	_�zڒ;T�:d�z���Q�Cj�a�	�K�X�k�Z8Z��Vk5����^*�s����!��C�<�z�,g��p=��֒�m�Qns�y���VX��,����םբ����>�*����ƺ�͜��d�C��]���2����z�b�ȌxM������E�9�Hĩ���X��NW�9w}�i�.VH ��j4i1��%1�.��O[����ѯ�>�`�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P	i#Sf`q RD����IA�C����(<�~����%��_�RD����H�t?]~QI�·��)"Py�u�E$J:��(��A�C����(<�~����%��_�RD����H�t?]~QI�·��)"Py�u�E$J:��(��A�C����(R����Gx�T�h�(�(�(�(�(�(�(�(�(�(�(�P�[�\k�n"E<3r{-�<��kpsvğ���rx�~:�I$�!+���Z�Yu
;nlM�jh<� ��7��Zu*cm�?O�<n��Y�L���MQӓ��;��5���n4����(�����-<F֑>R�[����6��&9���������7��l!��qu9j� �W�6ۀLIc]WAø�/
����ݘ��l��!~�
��^��"k���#]�}�!p�nax�D�ɗ^ά=���8ZȆ�ru*0vVvb�v1�b�Z�M$���I�&�vߍoIld	�N��<*A!���������-ꘆT�=�oj�A&�E�7��5�ShS�2i1�j[��S\��3��G5n��)�L��28Қ��`-�T������G�.�gm �j!�ݏq�c�j�-׉}=��I4�Ǎ�`c�&�sc�YW8�+,I%��^�g�)��8�X�vX1'� �{e[�`I���;����ꪳh��J����w��TƱ����f*E�؛{/Yf�#����#�i44�8���͹���랤v[VH\i:.�%�6��;�
͘Uc���;����=b�6l��l=�H� �5�	 W���6? �J�܃��e|��:$?�-]��9�m�V��\���X��#ʛ�"۞�W�՜�PF`t�"��M��u���)���Eb�|N��IS{�wՒCG��-��M���	����F��U�=���(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P�>�������(����_+���G�����0�ꏒ�g�B}Q�P@hO�>J
	�G�A�>��( 4'�%���䠀ПT|�ꏒ�B}Q�P@hO�>J
	�G�A�>��( 4'�%���䠀ПT|�ꏒ�B}Q�PA�~��:@,=�o�+�t_��s���Z���
�
�
�
�
�
�
�
�
�
�
����������F�z��{j�����u�]��U��Qy�u���^�ϧ�[�_۾���W��-��s����J
��:�mZc��
�P�~&�ܽ��������ת��E%C�H���m<�*���Lǣ�����ALo*�//M�ު��L^�c�G���	�ԾF����䪎Nd�>�	��>^�7��E��:��uW7���u<�����Omm�Ԟf��_��J��E�y�m~�V��V�����B�<uh�iHp0tiV�e��&\��G>�^��'O���e����42�^��j��;^�tD%G�|�_�k���G�']�Z�_�����mF������QHp1'��+^�?u��k�NLe}��K��e�:�2
�~��p#���:�^�?s���r�5�3^��v�^����W+�5}.��.���B����o��ӧ���LH�1�p�?��l�A��(_W3mW��*�W2_�>��:��{ǻ�.�m�7���Y�T�W���ھ.��7�K���6�ӯ�v���V7���]�9h��\HR"|���V�r�ܥN�A���o��۳���������ba�_t�<�^�^�f���h�m΋򭣅�
�ܽ�{��.�N��mAi����/��M�k�o�Om�s����c��~����@@@@@@@@@@@@@@@@@@@@@@@@@@!��|t��(���i���?����Q�>��E��)����W���e�����K�O���f���r�m��yp����O"���19>��2���v�|�2��_��p�xk1���ө�x
�0#Z�jC.���o��?6�>��C���z����8_W:�k�e'}�2������?3m��MW�W�y����ws�^���/����<���(��޿W=�l�ׯ�|����y�����»u5�=�;�F�ǿ�gp���m�+���ߜo����//�X�ӆ��I���_��p+� �
�
�}"�T���lW���Y�>��?Y��Y�
�
�
�
�
�
�
�
�
�
�
��sidebar-woocommerce-left.php000064400000003113151213252610012127 0ustar00<?php
/**
 * The WooCommerce left sidebar widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.8
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( ! is_active_sidebar( 'colormag_woocommerce_left_sidebar' ) ) :

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Opening of the link for widgets.php WordPress section, 2. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_woocommerce_left_sidebar' );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
page-templates/page-builder.php000064400000001605151213252610012525 0ustar00<?php
/**
 * Template Name: Gutenberg Block / Page Builder (ColorMag)
 *
 * Displays the Page Builder Template provided via the theme.
 * Suitable for page builder plugins
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.3
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts" class="pagebuilder-content clearfix">
				<?php
				while ( have_posts() ) :
					the_post();

					the_content();
				endwhile;
				?>
			</div><!-- .cm-posts -->
		</div><!-- .cm-primary -->

	<?php
	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
page-templates/magazine.php000064400000004033151213252610011756 0ustar00<?php
/**
 * Template Name: Magazine Template
 *
 * Displays the Content in widgetized magazine layout like front page
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

	<div class="cm-front-page-top-section">
		<div class="widget_slider_area">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) {
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			}
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) {
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			}
			?>
		</div>
	</div>

	<div class="cm-row">
		<?php
		/**
		 * Hook: colormag_before_body_content.
		 */
		do_action( 'colormag_before_body_content' );
		?>

	<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts" class="clearfix">

				<?php
				if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_top_section' );
				}

				if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
					?>
					<div class="cm-one-half">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
						?>
					</div>

					<div class="cm-one-half cm-one-half-last">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
						?>
					</div>

					<?php
				}

				if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
				}
				?>
			</div>
		</div>

		<?php
		colormag_sidebar_select();

		/**
		 * Hook: colormag_after_body_content.
		 */
		do_action( 'colormag_after_body_content' );
		?>
	</div>

<?php
get_footer();
page-templates/contact.php000064400000001411151213252610011613 0ustar00<?php
/**
 * Template Name: Contact Page Template
 *
 * Displays the Contact Page Template of the theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();

/**
 * Hook: colormag_before_body_content.
 */
do_action( 'colormag_before_body_content' );
?>

	<div id="cm-primary">
		<div id="cm-posts" class="clearfix">
			<?php
			while ( have_posts() ) :
				the_post();

				get_template_part( '/template-parts/content', 'page' );
			endwhile;
			?>
		</div><!-- #content -->
	</div><!-- #primary -->

<?php

/**
 * Hook: colormag_after_body_content.
 */
do_action( 'colormag_after_body_content' );

get_footer();
style-editor-block-rtl.css000064400000047160151213252610011577 0ustar00/* Basic Block Editor CSS */
.editor-styles-wrapper {
	background-color: #ffffff;
	color: #444444;
	font-size: 16px;
	font-family: 'Open Sans', serif;
	line-height: 1.6;
	word-wrap: break-word;
	/* Theme specific CSS */
	/* Headings */
	/* Horizontal Lines */
	/* Tables */
}

.editor-styles-wrapper > * {
	font-family: 'Open Sans', serif;
	color: #444444;
}

.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
	padding: 5px 0 0;
	font-size: 32px;
	line-height: 1.2;
	color: #333333;
	font-weight: normal;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
	max-width: 1200px;
}

.editor-styles-wrapper .wp-block h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 42px;
}

.editor-styles-wrapper .wp-block h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 38px;
}

.editor-styles-wrapper .wp-block h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 34px;
}

.editor-styles-wrapper .wp-block h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}

.editor-styles-wrapper .wp-block h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.editor-styles-wrapper .wp-block h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}

.editor-styles-wrapper .wp-block blockquote.has-text-align-right {
	border-left: 0;
	border-right: 0;
	padding: 30px 45px 20px 30px;
}

.editor-styles-wrapper .wp-block button:not(.components-button) {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
	background-color: #33363b;
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper .wp-block .mce-widget button {
	font-size: 13px;
	line-height: 1.53846153;
	padding: 2px 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #595959;
	margin-bottom: 0;
	-webkit-appearance: inherit !important;
	-moz-appearance: inherit !important;
	appearance: inherit !important;
	cursor: inherit;
}

.editor-styles-wrapper .wp-block th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper .wp-block td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper .wp-block caption {
	text-align: right;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
	padding: 15px 1%;
	width: 33.33%;
}

.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
	padding: 15px 1%;
	width: 25%;
}

.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
	padding: 15px 1%;
	width: 20%;
}

.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
	padding: 10px 0.5%;
	width: 16.66%;
}

.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
	padding: 10px 0.5%;
	width: 14.28%;
}

.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
	padding: 10px 0.5%;
	width: 12.5%;
}

.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
	width: 11.11%;
}

.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
	width: 50%;
}

.editor-styles-wrapper h1.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h2.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h3.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h4.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h5.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h6.wp-block {
	margin-top: 0;
	margin-bottom: 0;
}

.editor-styles-wrapper h1 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h2 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h3 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h4 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h5 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper h6 {
	padding-bottom: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1.2;
}

.editor-styles-wrapper hr {
	background-color: #eaeaea;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

.editor-styles-wrapper hr.is-style-dots {
	height: auto;
}

.editor-styles-wrapper p {
	margin-bottom: 15px;
	font-size: 15px;
}

.editor-styles-wrapper strong {
	font-weight: bold;
}

.editor-styles-wrapper cite {
	font-style: italic;
}

.editor-styles-wrapper em {
	font-style: italic;
}

.editor-styles-wrapper i {
	font-style: italic;
}

.editor-styles-wrapper code {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper samp {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper abbr {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper acronym {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper dfn {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.editor-styles-wrapper address {
	display: block;
	font-style: italic;
	margin: 0 0 15px;
}

.editor-styles-wrapper ins {
	background: #f8f8f8;
}

.editor-styles-wrapper table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper sup {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	bottom: 1ex;
}

.editor-styles-wrapper sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	top: .5ex;
}

.editor-styles-wrapper dl {
	margin-bottom: 24px;
}

.editor-styles-wrapper dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.editor-styles-wrapper dd {
	margin-bottom: 24px;
}

.editor-styles-wrapper ul {
	list-style: none;
	list-style: square;
}

.editor-styles-wrapper ol {
	list-style: none;
	list-style: decimal;
}

.editor-styles-wrapper li {
	font-size: 15px;
	line-height: 1.3;
}

.editor-styles-wrapper li > ul {
	margin: 0 10px 0 0;
}

.editor-styles-wrapper li > ol {
	margin: 0 10px 0 0;
}

.editor-styles-wrapper pre {
	background-color: #ffffff;
	margin-bottom: 20px;
	overflow: auto;
	padding: 20px;
	border: 1px solid #eaeaea;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

.editor-styles-wrapper blockquote {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
}

.editor-styles-wrapper blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.editor-styles-wrapper blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.editor-styles-wrapper blockquote.is-style-large {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote.is-style-large p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
}

.editor-styles-wrapper blockquote.is-style-large p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.editor-styles-wrapper blockquote.is-style-large a {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large em {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large i {
	color: #ffffff;
	text-decoration: underline;
}

.editor-styles-wrapper blockquote.is-style-large cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.editor-styles-wrapper input[type="search"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="search"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="text"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="text"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="email"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="email"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper input[type="url"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #eaeaea;
	line-height: 20px;
	width: 95%;
	margin: 0 0 30px;
	background-color: #f8f8f8;
	border-radius: 3px;
}

.editor-styles-wrapper textarea:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="password"]:focus {
	border: 1px solid #eaeaea;
}

.editor-styles-wrapper input[type="reset"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="reset"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="reset"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="button"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="button"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="button"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper input[type="submit"] {
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #207DAF;
	border: 0px;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 18px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

.editor-styles-wrapper input[type="submit"]:hover {
	background-color: #33363b;
}

.editor-styles-wrapper input[type="submit"]:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.editor-styles-wrapper a {
	color: #207DAF;
	text-decoration: none;
}

.editor-styles-wrapper a:hover {
	text-decoration: underline;
}

.editor-styles-wrapper a:focus {
	text-decoration: underline;
}

.editor-styles-wrapper a:active {
	text-decoration: underline;
}

.editor-styles-wrapper th {
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper caption {
	text-align: right;
}

.editor-styles-wrapper th.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper td.has-text-align-center {
	text-align: center;
}

.editor-styles-wrapper th.has-text-align-right {
	text-align: left;
}

.editor-styles-wrapper td.has-text-align-right {
	text-align: left;
}

.editor-styles-wrapper .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.editor-styles-wrapper embed {
	max-width: 100%;
}

.editor-styles-wrapper iframe {
	max-width: 100%;
}

.editor-styles-wrapper object {
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption img[class*="wp-image-"] dt {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.editor-styles-wrapper .wp-caption .wp-caption-dd {
	text-align: center;
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption .wp-caption-text {
	margin: 0.8075rem 0;
}

.editor-styles-wrapper .wp-caption-text {
	text-align: center;
}

.editor-styles-wrapper .gallery {
	margin: 0 auto 15px;
}

.editor-styles-wrapper .gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.editor-styles-wrapper .gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.editor-styles-wrapper .gallery-icon img {
	margin: 0 auto;
}

.editor-styles-wrapper .wp-block-gallery ol {
	margin: 0;
}

.editor-styles-wrapper .wp-block-gallery ul {
	margin: 0;
}

.wp-block {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p::before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ffffff;
	font-size: 32px;
	position: absolute;
	top: -27px;
	right: -27px;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote a {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote em {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote i {
	color: #ffffff;
	text-decoration: underline;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
	color: #ffffff;
	text-decoration: underline;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large p {
	margin-top: 0;
	margin-bottom: 0;
}

.block-editor-default-block-appender .block-editor-inserter__toggle.components-button {
	padding: inherit;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-embed-responsive .editor-styles-wrapper {
	padding-right: 16px;
	padding-left: 16px;
}

/* Links */
.wp-block-file .wp-block-file__textlink {
	color: #207DAF;
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 25%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 25%;
	}
}

@media only screen and (max-width: 420px) {
	.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
		width: 33.33%;
	}
	.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
}

/* Support Magazine Blocks */
[class*='mzb'] h1,
[class*='mzb'] h2,
[class*='mzb'] h3,
[class*='mzb'] h4,
[class*='mzb'] h5,
[class*='mzb'] h6 {
	padding-bottom: 0;
}

[class*='mzb'] a:hover {
	text-decoration: none;
}

[class*='mzb'] .mzb-post-list .mzb-post-title,
[class*='mzb'] .mzb-tab-post .mzb-post-title,
[class*='mzb'] .mzb-featured-categories .mzb-post-title,
[class*='mzb'] .mzb-banner-posts .mzb-post-title {
	margin-bottom: 10px;
}

.editor-styles-wrapper .components-placeholder.mzb-section-preset .mzb-section-preset-btn {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	border: none;
}
sidebar.php000064400000003731151213252610006670 0ustar00<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( is_page_template( 'page-templates/contact.php' ) ) {
		$sidebar = 'colormag_contact_page_sidebar';
	} else {
		$sidebar = 'colormag_right_sidebar';
	}

	// Displays the sidebar area as needed.
	if ( ! is_active_sidebar( $sidebar ) ) :

		if ( 'colormag_contact_page_sidebar' == $sidebar ) {
			$sidebar_display = esc_html__( 'Contact Page', 'colormag' );
		} else {
			$sidebar_display = esc_html__( 'Right', 'colormag' );
		}

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					$sidebar_display,
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( $sidebar );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
components/menus/navigation.css000064400000001541151213252610012730 0ustar00/* Navigation.
--------------------------------------------- */
.default-wp-page {
	clear: both;
	margin-top: 30px;
}

.default-wp-page .previous {
	float: left;
	padding: 30px 0;
}

.default-wp-page .next {
	float: right;
	padding: 30px 0;
}

.default-wp-page .previous, .default-wp-page .next {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.previous a,
.next a {
	padding: 5px 0;
	cursor: pointer;
	font-size: 18px;
	word-break: break-all;
}

.previous a:hover,
.next a:hover {
	text-decoration: underline;
}

.nav-previous, .nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}
front-page.php000064400000011024151213252610007313 0ustar00<?php
/**
 * Template to show the front page.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();

// Do not display the front pages sidebar areas when the Page Builder Template is activated.
if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) && ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) && ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) ) :
	?>
	<div class="cm-front-page-top-section">
		<div class="cm-slider-area">
			<?php
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			?>
		</div>
	</div>
<?php endif; ?>

<div class="cm-row">
	<?php

	$grid_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

	$layout1_style = get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );

	$layout2_style = get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' );

	$grid_col = get_theme_mod( 'colormag_grid_layout_column', '2' );

	$style = '';

	if ( 'layout-1' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout1_style;
	} elseif ( 'layout-2' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout2_style;
	}

	$col = '';

	if ( 'layout-2' === $grid_layout ) {
		$col = 'col-' . $grid_col;
	}
	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<?php colormag_two_sidebar_select(); ?>

	<div id="cm-primary" class="cm-primary">

		<?php
		// Do not display the front pages sidebar areas when the Page Builder Template is activated.
		if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) ) :

			if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_top_section' );
			}

			if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
				?>
				<div class="cm-column-half">
					<div class="cm-one-half">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
						?>
					</div>

					<div class="cm-one-half cm-one-half-last">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
						?>
					</div>
				</div>
				<?php
			}

			if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
			}

		endif; // Do not display the front pages sidebar areas when the Page Builder Template is activated.

		$hide_blog_front = get_theme_mod( 'colormag_hide_blog_static_page_post', false );

		if ( ! $hide_blog_front ) :
			?>

			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
			$pagination_class = '';

			if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
				$pagination_class .= 'tg-infinite-scroll-container';
			}
			?>
			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col . ' ' . $pagination_class ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_front_page_loop.
					 */
					do_action( 'colormag_before_front_page_loop' );

					while ( have_posts() ) :
						the_post();

						if ( is_front_page() && is_home() ) {
							get_template_part( 'template-parts/content', '' );
						} elseif ( is_front_page() ) {
							get_template_part( 'template-parts/content', 'page' );
						}

					endwhile;

					/**
					 * Hook: colormag_after_front_page_loop.
					 */
					do_action( 'colormag_after_front_page_loop' );

				else :
					if ( true === apply_filters( 'colormag_front_page_no_results_filter', true ) ) :
						get_template_part( 'template-parts/no-results', 'none' );
					endif;
				endif;
				?>
			</div>

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_pagination();
			} ?>

		<?php endif; ?>


		<?php
		if ( ! $hide_blog_front && 1 == $pagination_enable ) {
			colormag_infinite_scroll();
		}
		?>
	</div>


	<?php
	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
search.php000064400000005132151213252610006521 0ustar00<?php
/**
 * The template for displaying Search Results pages.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
	$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
	$pagination_class = '';
	?>
		<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts">
				<?php if ( have_posts() ) : ?>
					<header class="cm-page-header">
						<h1 class="cm-page-title">
							<span>
								<?php
								printf(
									/* Translators: %s: Search query. */
									esc_html__( 'Search Results for: %s', 'colormag' ),
									get_search_query()
								);
								?>
							</span>
						</h1>
					</header><!-- .cm-page-header -->

					<?php
					/**
					 * Hook: colormag_before_search_results_page_loop.
					 */
					do_action( 'colormag_before_search_results_page_loop' );
					?>

					<?php

					if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
						$pagination_class .= 'tg-infinite-scroll-container';
					}
					?>

					<div class="article-container <?php echo esc_attr( $pagination_class ); ?>">
						<?php
						while ( have_posts() ) :
							the_post();

							/**
							 * Include the Post-Type-specific template for the content.
							 * If you want to override this in a child theme, then include a file
							 * called content-___.php (where ___ is the Post Type name) and that will be used instead.
							 */
							get_template_part( '/template-parts/content', 'archive' );
						endwhile;
						?>
					</div>

					<?php
					/**
					 * Hook: colormag_after_archive_page_loop.
					 */
					do_action( 'colormag_after_search_results_page_loop' );

					if ( 1 == $pagination_enable ) :
						colormag_pagination();
					endif;

				else :
					if ( true === apply_filters( 'colormag_search_results_page_no_results_filter', true ) ) {
						get_template_part( 'no-results', 'archive' );
					}
				endif;
				?>
			</div><!-- .cm-posts -->

			<?php if ( 1 == $pagination_enable ) {
				colormag_infinite_scroll();
			} ?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
navigation.php000064400000007766151213252610007432 0ustar00<?php
/**
 * The template part for displaying navigation.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Navigation for archive, home and search results pages.
 */
if ( is_archive() || is_home() || is_search() ) :

	/**
	 * Display WP-PageNavi pagination instead of theme pagination if the plugin exists.
	 */
	if ( function_exists( 'wp_pagenavi' ) ) :
		wp_pagenavi();

	else :
		global $wp_query;
		if ( $wp_query->max_num_pages > 1 ) :
			?>
			<ul class="default-wp-page">
				<li class="previous"><?php next_posts_link( esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
				<li class="next"><?php previous_posts_link( esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
			</ul>
			<?php
		endif;
	endif;

endif;


/**
 * Navigation for single post page.
 */
if ( is_single() ) :

	if ( is_attachment() ) :
		?>
		<ul class="default-wp-page">
			<li class="previous"><?php previous_image_link( false, esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
			<li class="next"><?php next_image_link( false, esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
		</ul>
		<?php
	elseif ( get_previous_post() || get_next_post() ) :

		if ( 'style-2' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-small' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-small' );
			}
			?>

			<ul class="default-wp-page thumbnail-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '%title <span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span>' ); ?>
					</li>
				<?php } ?>
			</ul>

			<?php
		elseif ( 'style-3' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-medium' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-medium' );
			}
			?>

			<ul class="default-wp-page thumbnail-background-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '<span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>
			</ul>

		<?php else : ?>

			<ul class="default-wp-page">
				<li class="previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . colormag_get_icon( 'arrow-left-long', false ) . '</span> %title' ); ?></li>
				<li class="next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . colormag_get_icon( 'arrow-right-long', false ) . '</span>' ); ?></li>
			</ul>

			<?php
		endif;

	endif;

endif;
languages/en_GB.mo000064400000043436151213252610010031 0ustar00���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,!,$,:,J,Q,(T,'},)�,0�,s-t-&�-&�-%�--.-1.,_.�.�.�.�.�.	//
/
$/
2/
@/
N/
\/j/v/�/
�/
�/�/�/�/4�/0/00`00�05�0�0#1#019T14�13�1)�1C!27e28�25�213 >3/_3�3%�3<�3<4?4>_4�4�4�4�4�4
�4�45!565I5]5u5�5�5�5�5�5�566:6
N6	Y6c6�6�6�6�6$�6X�6B7N7]7Ue73�7`�73P8:�8�8
�8�8�84969E9N9]9{9�9�9�9�9�9�9:"":'E:(m:�:�:�:�:�:�:�:
; ;,;=;L;[;l;�;�;�;�;	�;G�;W<f<s<{<�<�<�<�<	�<�<0�<='=.=I=_=
{=%�=�=�=	�=	�=�=�=�=>	>>,>3>	?>FI>
�>�>�>�>�>�>
�>
??
?+?;?N?}^?��?�h@	!A	+A5ADAVABqA�A�A%�A$B&8B$_BD�B'�B �BCC*C9C\UC�C�C�C�CDD9DVDsD�D�D�D�DEE
.E9EFE
\EWgE�E�E�E�E�E�E	FF	F!F
4F?FKF	XFbFkF}F$�FE�F'�FGGG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:49:42+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: en_GB
Project-Id-Version: Themes - ColorMag Pro
%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125 × 125 advertisement hereAdd your 300 × 250 advertisement hereAdd your 728 × 90 advertisement hereAdd your advertisement 125 × 125 images HereAdd your advertisement 300 × 250 images hereAdd your advertisement 728 × 90 images hereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Colour OptionsCategory Colour SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the colour of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts / static page on the front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the skin colour for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColour OptionsColour:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title / text and the main / primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main / primary menu.Display the Header image just above the site title / text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle+Grid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;&rarr;No Sidebar Content CentredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPosts&larr;Primary MenuPrimary colour optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select CategorySelect default layout for pages. This layout will be reflected in all pages unless a unique layout is set for a specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless a unique layout is set for a specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from the options belowShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets on left side.Shows widgets on right side.Shows widgets in footer sidebar four.Shows widgets in footer sidebar one.Shows widgets in footer sidebar three.Shows widgets in footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site layoutSkin ColourSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125 × 125 AdvertisementTG: 300 × 250 AdvertisementTG: 728 × 90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Colour:Default Theme SettingThemeGrillThis will reflect in links, buttons and many others. Choose a colour to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.One thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/cs_CZ.mo000064400000045766151213252610010070 0ustar00���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
++*+9,E,H,d,	w,�,1�,*�,.�,:-sK-$�-'�-'.&4.3[.3�.2�.�./'/=/P/k/	s/
}/
�/
�/
�/
�/
�/�/�/�/	00"0<0T08q07�0(�031=?1}1$�1=�1;�10+2I\2 �2I�23;/3_k34�34)4E4*V49�4:�4�4G5Y5l5s5|5�5�5�5�5�5�56686N6h6�6�6$�6�6�67.7A7
N7"\77�7�7(�78�7b8x8~8�8k�8J9mP9<�9A�9=:W:c:&k:4�:�:�:�:'�:!;"';)J;t;�;�;�;#�;&�;.</J<%z<!�<�<�<�<�<==.=?=W=k=
�=&�=�=�=�=�=	�=5>S;>�>�>�>�>�>�> �>?!?<??|?�?)�?$�?$�?@,@L@	b@	l@	v@�@�@�@�@�@�@�@�@
AXAjA'�A*�A5�ABBB7B>BSBgBxB�B��B�%C��CxD�D�D#�D�DI�D:ERE3kE2�E3�E2FC9F1}F*�F�F
�F�FG{7G�G�G�G�G�GH&,H&SH&zH&�H&�H&�H&I%=IcI	yI�I�I
�Ix�I2JAJIJQJcJ!iJ�J�J
�J�J�J�J�J	KKK2K!:Kk\K'�K�K�K�K%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:58:53+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: cs_CZ
Project-Id-Version: Themes - ColorMag Pro
%1$s (%2$s)%s&larr; Starší komentáře&larr; Předchozí(Upravit), <i class="fa fa-comment"></i> žádný komentář<i class="fa fa-comment"></i> 1 komentář<i class="fa fa-comments"></i> komentářů: %<span class="meta-nav">&larr;</span> Starší příspěvky<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivujte oblast sociálních sítíZde vložte reklamu o velikosti 125x125Zde vložte reklamu o velikosti 300x250Zde vložte reklamu o velikosti 728x90Zde vložte obrázek reklamy o velikosti 125x125 pxZde vložte obrázek reklamy o velikosti 300x250 pxZde vložte obrázek reklamy o velikosti 728x90 pxPřidat vlastní název blokuDalší nastaveníReklama nad zápatímReklamní obrázekOdkaz reklamního obrázkuArchivyPoznámkyAuthor: %sStyl bloků 1Styl bloků 2Styl bloků 4Styl bloků 6Styl bloků 9Název blokuZáhlaví i zápatíRámečkové rozvrženíPrávě se staloRubrikyBarevné možnosti rubrikNastavení barev rubrikZměna textu "Čtěte více"Změnte si další nastavení podle vlastních představVyberte si možnosti vzhledu podle vlastních představZde můžete změnit nastavení zápatíVyberte si možnosti záhlaví podle vlastní chutiZměnte barvu každé z položky rubrik podle vlastní chuti.Nepodvádíte?Aktivovat oblast sociálních sítíZkontrolujte, zda chcete aktivovat příslušné příspěvkyZobrazit v primárním menu ikonu náhodných příspěvkůZobrazit ikonu vyhledávání v primárním menuZaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce.Povolit sekci "Právě se stalo"Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvkůPřichytávat primární menuSkrýt na úvodní stránce příspěvky/statickou stránkuZaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky.Odkazovat obrázkem v záhlaví na úvodní stránkuZobrazit datum v záhlavíZobrazovat v primárním menu ikonu domůVyberte obrázekVyberte barvu vzhledu pro vaší stránku.Zvolte požadovaný typ zobrazení celé oblasti zápatíZvolte požadovaný typ zobrazení celé oblasti záhlavíVyberte jednu z možnostíVyberte si rozvržení webu. Změny se projeví napříč celým webem.Barevné možnostiBarva:ColorMagColorMag Blog krásyColorMag Obchodní časopisColorMag tmavýColorMag Globální widgetyColorMag ProColorMag Pro módaColorMag Pro MusicColorMag Pro sportColorMag Pro technologieColorMag Widget blokyColorMag Widget mřížkaNavigace v komentáříchKomentáře nejsou povoleny.Kontaktní stránkaPostranní panel kontaktní stránkyŠablona kontaktní stránkyObsah vnitřní levé sekceObsah vnitřní pravé sekceObsah horní sekceVlastní CSSTmavý vzhledTyp zobrazení datumu v záhlaví:Den: %sVýchozí rozvrženíVýchozí rozvrženíVýchozí rozvržení pouze pro stránkyVýchozí rozvržení pouze pro jednotlivé příspěvkyVýchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu.PopisMožnosti vzhleduZakázatZobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider.Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky.Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu.Zobrazit obrázek v záhlaví pod hlavním/primárním menu.Zobrazit obrázek v záhlaví přímo nad názvem/textem stránkyZobrazit příspěvky od:DokumentaceUpravitPostranní panel chybové stránky 404Everest Forms – Easy Contact Form and Form BuilderUkázková widgetaFacebookDoporučený obrázekNáhledový obrázek na jedné stránceFiltrÚprava textu copyright v zápatíTyp zobrazení hlavní plochy v záhlavíMožnosti zápatíPouze zápatíNastavení data z WordPressuNastavení úvodní stránkyÚvodní stránka: Oblast u slideruÚvodní stránka: Obsah spodní sekceÚvodní stránka: Obsah vnitřní levé sekceÚvodní stránka: Obsah vnitřní pravé sakceÚvodní stránka: Obsah horní sekceÚvodní stránka: Oblast slideruGoogle PlusStyl mřížky 2Styl mřížky 3Styl mřížky 4Styl mřížky 5Pozice obrázku v záhlavíLogo v záhlavíV záhlaví pouze logo Možnosti záhlavíPostranní panel v záhlavíPouze textPozice zobrazení obrázku v záhlavíPouze záhlavíObrázkový lightboxObrázkyDůležité odkazyInstagramV tomto umístění nic není. Zkuste vyhledávání.Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání.Nejnovější příspěvkyNovinky:Vzhled bude následující:DolevaLevý postranní panelOdkazyHlavní typ zobrazení záhlavíMěsíc: %sNovější komentáře &rarr;Novější příspěvky <span class="meta-nav">&rarr;</span>Další &rarr;&rarr;Bez bočního panelu, vystředěný obsahBez bočního panelu, plná šířkaPočet zobrazovaných příspěvků:Odsazení příspěvků:Omlouváme se, ale stránka nebyla nalezena.Page Builder TemplateStránky:Pingback:PinterestAutor příspěvkuNavigace příspěvkuPříspěvky&larr;Hlavní menuZákladní možnosti barevCitaceNáhodný příspěvekČtěte víceJste připraveni publikovat váš první příspěvek? <a href="%1$s">Začněte zde</a>.Související PříspěvkySouvisející příspěvky podle rubrikSouvisející příspěvky podle štítkůSouvisející příspěvky musí být zobrazeny jako:ReagovatDopravaPravý postranní panelHledatIkona vyhledáváníVyberte rozvrženíVyberte obrázekVybrat rubriky:Vybrat rubrikuVyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výšeZobrazit obojíZobrazit datumZobrazit ikonu domůZobrazit nejnovější příspěvkyZobrazit příspěvky z rubrikyZobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvkyZobrazí widgety vlevo.Zobrazí widgety vpravo.Zobrazí widgety ve 4. postranním panelu zápatí.Zobrazí widgety v 1. postranním panelu zápatí.Zobrazí widgety ve 3. postranním panelu zápatí.Zobrazí widgety ve 2.postranním panelu zápatí.Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace.Zobrazí widgety v šabloně kontaktní stránky.Zobrazí widgety na chybové stránce 404.Rozložení webuBarva vzhleduNastavení sociálních sítíSociální odkazy se zobrazí:Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy.Přichytáváné menuPodporaTG: Reklama 125x125TG: Reklama 300x250TG: Reklama 728x90TG: Slider doporučené rubrikyTG: Doporučené příspěvky (Styl 1)TG: Doporučené příspěvky (Styl 2)TG: Doporučené příspěvky (Styl 3)TG: Doporučené příspěvky (Styl 4)TG: Doporučené příspěvky (Styl 5)TG: Doporučené příspěvky (Styl 6)TG: Doporučené příspěvky (Styl 7)TG: Widgeta náhodných příspěvkůTG: Tabulkový widgetTG: VideaBarva textu:Výchozí nastavení šablonyThemeGrillToto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webuNázev widgetuNázev:TwitterTyp 1 (výchozí)Typ 2Jedinečný systém příspěvkůPoužít obrázekVideaZobrazit demoZobrazit náhodný příspěvekSvětlý vzhledPlné rozvrženíNázev widgetuWordPressRok: %sMohlo by se vám také líbitYouTubeKomentář čeká na schválení.1 komentář: &bdquo;%2$s&ldquo;%1$s komentáře: &bdquo;%2$s&ldquo;%1$s komentářů: &bdquo;%2$s&ldquo;https://themegrill.com/themes/colormag/126languages/cs_CZ.po000064400000424176151213252610010067 0ustar00# Translation of Themes - ColorMag Pro in Czech
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:58:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: cs_CZ\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder Template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Styl mřížky 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Styl mřížky 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Styl mřížky 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Styl mřížky 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Styl bloků 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Styl bloků 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Styl bloků 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Styl bloků 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Vybrat rubriky:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Rubriky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Zobrazit příspěvky od:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtr"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Odsazení příspěvků:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Příspěvky"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Styl bloků 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Barva textu:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Barva:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Název widgetu"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Přidat vlastní název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Název widgetu"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Globální widgety"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget mřížka"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget bloky"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag tmavý"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Blog krásy"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Obchodní časopis"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Náhledový obrázek na jedné stránce"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Doporučený obrázek"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (výchozí)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti zápatí"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Typ zobrazení hlavní plochy v záhlaví"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Možnosti zápatí"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Zde můžete změnit nastavení zápatí"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Záhlaví i zápatí"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pouze zápatí"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Pouze záhlaví"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociální odkazy se zobrazí:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Tmavý vzhled"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Světlý vzhled"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Vyberte barvu vzhledu pro vaší stránku."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Barva vzhledu"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti záhlaví"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Hlavní typ zobrazení záhlaví"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Nastavení data z WordPressu"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Výchozí nastavení šablony"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Typ zobrazení datumu v záhlaví:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Nejnovější příspěvky"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Vyberte obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Použít obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Vyberte obrázek"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro technologie"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro móda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "1 komentář: &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s komentáře: &bdquo;%2$s&ldquo;"
msgstr[2] "%1$s komentářů: &bdquo;%2$s&ldquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Šablona kontaktní stránky"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Doprava"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Ukázková widgeta"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Doleva"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktní stránka"

#: searchform.php:12
msgid "Search"
msgstr "Hledat"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Jste připraveni publikovat váš první příspěvek? <a href=\"%1$s\">Začněte zde</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Další &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Předchozí"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Nepodvádíte?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Doporučené příspěvky (Styl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Doporučené příspěvky (Styl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Doporučené příspěvky (Styl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widgeta náhodných příspěvků"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabulkový widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Doporučené příspěvky (Styl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Doporučené příspěvky (Styl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videa"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 125x125 px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Reklama 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 728x90 px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Reklama 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklamní obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Odkaz reklamního obrázku"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 300x250 px"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Reklama 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Doporučené příspěvky (Styl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Popis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Název:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Vzhled bude následující:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Doporučené příspěvky (Styl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Vybrat rubriku"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Zobrazit příspěvky z rubriky"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Zobrazit nejnovější příspěvky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Počet zobrazovaných příspěvků:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider doporučené rubriky"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Zobrazí widgety ve 4. postranním panelu zápatí."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Zobrazí widgety ve 3. postranním panelu zápatí."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Zobrazí widgety ve 2.postranním panelu zápatí."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Zobrazí widgety v 1. postranním panelu zápatí."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Reklama nad zápatím"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Zobrazí widgety na chybové stránce 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Postranní panel chybové stránky 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Zobrazí widgety v šabloně kontaktní stránky."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Postranní panel kontaktní stránky"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Úvodní stránka: Obsah spodní sekce"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Obsah vnitřní pravé sekce"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Úvodní stránka: Obsah vnitřní pravé sakce"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Úvodní stránka: Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Obsah horní sekce"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Úvodní stránka: Obsah horní sekce"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Zobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvky"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Úvodní stránka: Oblast u slideru"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Úvodní stránka: Oblast slideru"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Postranní panel v záhlaví"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Zobrazí widgety vlevo."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Zobrazí widgety vpravo."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Mohlo by se vám také líbit"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Zobrazit náhodný příspěvek"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Reagovat"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Komentář čeká na schválení."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s (%2$s)"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor příspěvku"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Upravit)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Novější příspěvky <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starší příspěvky"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigace příspěvku"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Upravit"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> komentářů: %"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 komentář"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> žádný komentář"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Barevné možnosti"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Nastavení barev rubrik"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Změnte barvu každé z položky rubrik podle vlastní chuti."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Barevné možnosti rubrik"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Úprava textu copyright v zápatí"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvků"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Obrázkový lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Změna textu \"Čtěte více\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Související příspěvky podle štítků"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Související příspěvky podle rubrik"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Související příspěvky musí být zobrazeny jako:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Zkontrolujte, zda chcete aktivovat příslušné příspěvky"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Související Příspěvky"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Jedinečný systém příspěvků"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Další nastavení"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Změnte si další nastavení podle vlastních představ"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aktivovat oblast sociálních sítí"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivujte oblast sociálních sítí"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Nastavení sociálních sítí"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Vlastní CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Toto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webu"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Základní možnosti barev"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Vyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Výchozí rozvržení pouze pro jednotlivé příspěvky"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Vyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Výchozí rozvržení pouze pro stránky"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Vyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výše"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Výchozí rozvržení"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Plné rozvržení"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Rámečkové rozvržení"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Vyberte si rozvržení webu. Změny se projeví napříč celým webem."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Rozložení webu"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Skrýt na úvodní stránce příspěvky/statickou stránku"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Nastavení úvodní stránky"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Možnosti vzhledu"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Vyberte si možnosti vzhledu podle vlastních představ"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Odkazovat obrázkem v záhlaví na úvodní stránku"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Zobrazit obrázek v záhlaví pod hlavním/primárním menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Výchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Zobrazit obrázek v záhlaví přímo nad názvem/textem stránky"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozice zobrazení obrázku v záhlaví"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozice obrázku v záhlaví"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Zakázat"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Zobrazit obojí"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Pouze text"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "V záhlaví pouze logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Vyberte jednu z možností"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo v záhlaví"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Zobrazit v primárním menu ikonu náhodných příspěvků"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Náhodný příspěvek"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Zobrazit ikonu vyhledávání v primárním menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ikona vyhledávání"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Přichytávat primární menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Přichytáváné menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Zobrazovat v primárním menu ikonu domů"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Zobrazit ikonu domů"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Zobrazit datum v záhlaví"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Zobrazit datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Novinky:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Povolit sekci \"Právě se stalo\""

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Právě se stalo"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Možnosti záhlaví"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Vyberte si možnosti záhlaví podle vlastní chuti"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Důležité odkazy"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Zobrazit demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Podpora"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentace"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Bez bočního panelu, vystředěný obsah"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Bez bočního panelu, plná šířka"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Levý postranní panel"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Pravý postranní panel"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Výchozí rozvržení"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Vyberte rozvržení"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hlavní menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Čtěte více"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Stránky:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentáře nejsou povoleny."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Novější komentáře &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starší komentáře"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigace v komentářích"

#: archive.php:70
msgid "Archives"
msgstr "Archivy"

#: archive.php:64
msgid "Links"
msgstr "Odkazy"

#: archive.php:61
msgid "Quotes"
msgstr "Citace"

#: archive.php:58
msgid "Videos"
msgstr "Videa"

#: archive.php:55
msgid "Images"
msgstr "Obrázky"

#: archive.php:52
msgid "Asides"
msgstr "Poznámky"

#: archive.php:49
msgid "Year: %s"
msgstr "Rok: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Měsíc: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Den: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "V tomto umístění nic není. Zkuste vyhledávání."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Omlouváme se, ale stránka nebyla nalezena."

#: 404.php:28
msgid "404"
msgstr ""languages/nl_NL.po000064400000423155151213252610010064 0ustar00# Translation of Themes - ColorMag Pro in Dutch
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:44:37+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nl\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Paginabouwer template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster stijl 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster stijl 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blok stijl 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blok stijl 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blok stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blok stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecteer categorieën:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorieën"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Toon de berichten van:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset berichten:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Berichten"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blok stijl 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstkleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Voer de titel van blok in"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget titel"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Eenvoudig contactformulier en formulierbouwer"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aanvinken om de uitgelichte afbeelding weer te geven op enkele pagina."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Uitgelichte afbeelding in enkele pagina"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aanvinken om de uitgelichte afbeelding te verbergen op enkel bericht."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Uitgelichte afbeelding"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standaard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Kies het weergavetype voor het footer-gebied"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Weergavetype voor het footer-gebied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer opties"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Wijzig de instellingen voor de footer hier"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Donkere skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Lichte skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Kies de skinkleur voor de site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skinkleur"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Kies het weergavetype voor het header-gebied"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Weergavetype voor het header-gebied"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Datuminstelling van WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standaard instelling van thema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Weergavetype voor datum in header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Laatste berichten"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecteer een afbeelding"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Afbeelding gebruiken"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "KIes een afbeelding"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Eén gedachte over &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s gedachten over &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template voor contactpagina"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Voorbeeldwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contactpagina"

#: searchform.php:12
msgid "Search"
msgstr "Zoeken"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Helaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Start hier</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Volgende &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Vorige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Valsspelen?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Uitgelichte berichten (Stijl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Uitgelichte berichten (Stijl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Uitgelichte berichten (Stijl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget voor willekeurige berichten"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget met tabs"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Uitgelichte berichten (Stijl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Uitgelichte berichten (Stijl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Video's"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Voeg je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 advertentie"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Voeg je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Afbeelding van advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Afbeeldingslink van advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Voeg je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Uitgelichte berichten (Stijl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschrijving"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout zal zijn zoals hieronder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: UItgelichte berichten (Stijl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Categorie selecteren"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Toon berichten van een categorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Laatste berichten weergeven"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Aantal berichten om te tonen:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Uitgelichte categorieslider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Toon widgets op footer sidebar vier."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Toon widgets op footer sidebar drie."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Toon widgets op footer sidebar twee."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Toon widgets op footer sidebar één."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertentie boven de footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Toon widgets op 404 foutpagina."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fout 404 Pagina Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Toont widgets op Contactpagina Template"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Pagina Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Voorpagina: Content, onderste sectie"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content, sectie midden-rechts"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Voorpagina: Content, sectie midden-rechts"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content, sectie midden-links"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Voorpagina: Content, sectie midden-links"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content, bovenste sectie"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Voorpagina: Content, bovenste sectie"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Toon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Voorpagina: gebied naast de slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Voorpagina: Slidergebied"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Toon widgets in header-sectie net boven de hoofdnavigatie."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Laat de Widgets aan de linkerkant zien."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Laat de Widgets aan de rechterkant zien."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Je zou ook interesse kunnen hebben in"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Toon een willekeurig bericht"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Beantwoorden"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Je reactie is in afwachting van moderatie."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s om %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Bericht auteur"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(bewerken)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nieuwere berichten <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Oudere berichten"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Berichtnavigatie"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bewerken"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % reacties"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 reactie"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 reacties"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Kleuropties"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Instellingen voor categoriekleur"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Wijzig de kleur van iedere categorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opties voor categoriekleur"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor voor de copyright-tekst in de footer"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichten"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Afbeelding Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Eigen \"lees meer\"-tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Gerelateerde berichten volgens tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Gerelateerde berichten volgens categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gerelateerde berichten moeten worden getoond als:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Aanvinken om de gerelateerde berichten te activeren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Gerelateerde berichten"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Uniek berichtensysteem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Extra opties"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Wijzig hier de extra instellingen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aanvinken om gebied voor sociale links te activeren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activeer gebied voor sociale links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social media opties"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Eigen CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Hoofdkleur"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standaard layout alleen voor enkele berichten"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "KIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standaard layout alleen voor pagina's"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standaard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Brede layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Smalle layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Kies je site-layout. De wijziging geldt voor de hele site."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site-layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Aanvinken om de blogberichten/statische voorpagina te verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Instellingen voor de voorpagina"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design opties"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Wijzig de instellingen voor het design hier"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Aanvinken om de header-afbeelding terug te laten linken naar de homepagina"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Toon de header-afbeelding onder het hoofdmenu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Toon de header-afbeelding net boven de titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Uitschakelen"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Toon beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Alleen header-tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Alleen header-logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Kies de gewenste optie"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header-logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Aanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu "

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Willekeurig bericht"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icoon voor zoeken"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Aanvinken om het sticky gedrag van het hoofdmenu te activeren"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Aanvinken om het icoon voor Home in het hoofdmenu te tonen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Toon icoon voor Home"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Aanvinken om de datum in de header te tonen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Toon datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Laatste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Aanvinken om de sectie voor laatste nieuws te activeren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Belangrijk nieuws"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-opties"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Wijzig de instellingen voor de Header"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Belangrijke links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Bekijk Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ondersteuning"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentatie"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Geen sidebar, content gecentreerd"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Geen sidebar, volledige breedte"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standaard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecteer layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hoofdmenu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Verder lezen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagina&#39;s:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Reactienavigatie"

#: archive.php:70
msgid "Archives"
msgstr "Archieven"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citaten"

#: archive.php:58
msgid "Videos"
msgstr "Video&#39;s"

#: archive.php:55
msgid "Images"
msgstr "Afbeeldingen"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Jaar: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Maand: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Het lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oeps. Deze pagina kon niet worden gevonden."

#: 404.php:28
msgid "404"
msgstr ""languages/tr_TR.po000064400000441456151213252610010120 0ustar00# Translation of Themes - ColorMag Pro in Turkish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:35:06+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: tr\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr ""

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr ""

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr ""

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr ""

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr ""

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr ""

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr ""

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr ""

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr ""

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr ""

#: inc/customizer.php:698
msgid "White Skin"
msgstr ""

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr ""

#: inc/customizer.php:684
msgid "Skin Color"
msgstr ""

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr ""

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr ""

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "WordPress tarih ayarından"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Tema varsayılanı ayarı"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Üst alanda tarih gösterim biçimi:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr ""

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Bir görsel seçin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Görseli kullan"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Bir görsel seçin"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr "Demo içeri aktarıcı"

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Spor"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknoloji"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Moda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo; için bir yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Magazin teması"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "İletişim sayfası şablonu"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro,ColorMag free  nin pro sürümüdür"

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "%1$s ile uyumlu tüm yazıları gör"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s in%2$s yazısı var ve artmaya devam ediyor"

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Sağ"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Bu önerilen eklenti  ile %s nasıl gözüktüğünü göreceksiniz..Daha fazla araç ve özel araçlarınız  %swidgets screen%s adresini kullanın."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Örnek bileşen"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Sol"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "İletişim sayfası"

#: searchform.php:12
msgid "Search"
msgstr "Ara"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Üzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "İlk yazınızı yayınlamaya hazır mısınız? <a href=\"%1$s\">Buradan başlayın</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Sonraki &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Önceki"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Dikkat!</b> Dışardan gelen istekleri engelliyorsunuz %s Güncelemeleri alamazsınız.Almak için %s a ekleyin %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "Tema lisansı aktifleştrilmedi %sBuradan%s aktifleştirebilirsiniz"

#: license.php:178
msgid "License Deactivation"
msgstr "Lisans pasifleştirme"

#: license.php:177
msgid "License Activation"
msgstr "Lisans aktifleştirme"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Hile mi yapıyorsun?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Öne çıkan yazılar (Stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Penceredeki içeriği görmek için işaretle"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Öne çıkan yazılar (Stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Kaç adet yazı son yazılarda gösterilsin"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Son dakika widget ı"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Son dakikayı daha ince göster(Yan paneller için uygun)"

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Öne çıkan yazılar (Stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Rastgele gösterilcek yazı sayısı"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Rastgele yazılar bileşeni"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Siteden rastgele yazı göster(Yan panel için)"

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Yorum yok"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "diyorki:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Yorum"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Yeni"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Popüler"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Popüler yazılarda sayacı aktifleştirmek için seç"

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Kaç adet popüler yazı,yeni yazı ve yorum gösterisin"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Sekmeli bileşen"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Popüler yazı,yen, yazı ve yeni yorumları pencerede göster.Yan paneller için  uygun"

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Öne çıkan yazılar (Stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Kaydırma efektini kapatmak için tıkla"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Öne çıkan yazılar (Stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr "Vimeo Video ID:"

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr "Youtube Video ID:"

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videolar"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Videonuzu buraya ekleyin.Youtube ve Vimeo desteklenmekte"

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "125x125 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 reklam"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "125x125 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "728x90 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 reklam"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "728x90 reklamınızı buraya yerleştirin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklam görseli"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Reklam görsel bağlantısı"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "300x250 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 reklam"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "300x250 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Öne çıkan yazılar (Stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Açıklama"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Başlık:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Düzen aşağıdaki gibi olacaktır:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Öne çıkan yazılar (Stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Highligted Posts"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler. Kaydırak yan sütun harici diğer alanlar için uygundur."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Resim büyüklüğü(1400x600px,Ön sayfa için uygundur)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Orta resim büyüklüğü(8000x455px)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Resim büyüklüğü:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Kategori Seçin"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Bir kategoriden yazıları göster"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "En son yazıları göster"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Görüntülenecek yazı sayısı:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Öne çıkan kategori kaydırağı"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Kaydırakta kullanılmak üzere en güncel yazıları ya da belirli bir kategorinin yazılarını gösterir."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Dördüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Footer paneli 4 (alt)"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Üçüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Footer Yanpanel 3 ( Alt )"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "İkinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Footer Yanpanel 2 (Alt)"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Birinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Footer Yanpanel 1 (Alt)"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Widgetları footer 3 yanpanelin üstünde göster"

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Footer yanpanel 3 (üst)"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Widgetları footer 2 de üstte göster"

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Footer yanpanel 2 (üst)"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Widgetları footer 1 de üstte göster"

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Footer yanpanel 1 (üst)"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Alt kısmın üstündeki araçlar.Önerilen araç TG: 728x90 "

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Alt bölümün üstünde reklam alanı"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "404 hata sayfasında bileşenleri gösterir"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "404 hata sayfası kenar çubuğu"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "İletişim sayfası şablonunda bileşenleri gösterir."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "İletişim sayfası kenar çubuğu"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Ön sayfa:İçerik alt alanı"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Ön sayfa: İçerik alt bölüm"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Ön sayfa: İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "İçerik orta sol bölüm"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Ön sayfa: İçerik orta sol bölüm"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "İçerik üst bölüm"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Ön sayfa: İçerik üst bölüm"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Kaydırağın hemen yanında bileşen gösterir. TG: Dikkate değer yazılar için uygundur."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Ön sayfa: Kaydırağın yanındaki alan"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Önerilen araç TG: Featured Cat Slider."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Ön sayfa: Kaydırak alanı"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Widgetları menünün altında göster"

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Ön sayfa:Genişliği kapla"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Ana dolaşım menüsünün hemen üstünde, üst alanda bileşenleri göster"

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Üst alan araç çubuğu"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Sol kenar çubuğunda widget gösterir."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Sağ kenar çubuğunda widget gösterir."

#: inc/share.php:6
msgid "Pin It"
msgstr "Pin'le"

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 le"

#: inc/share.php:4
msgid "Like This"
msgstr "Beğen"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Twettle"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Yazıyı paylaş:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Bunları da sevebilirsiniz"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr "Youtube"

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google Plus"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Kullanıcı sosyal linkleri"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Toplam gösterim"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s Görüntüleme"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 Görüntüleme"

#: inc/functions.php:1383
msgid "Video URL"
msgstr "Video URL"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Rastgele bir yazı görüntüle"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Yanıtla"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Yorumunuz denetim için bekliyor."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s tarihinde, saat %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Yazar"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Düzenle)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Geri bildirim: "

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Yeni yazılar <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Eski yazılar"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Yazı dolaşımı"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Düzenle"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 yorum"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Footer copyright ve arkaplan rengi."

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Footer küçük menu metin rengi."

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Footer copyright link metin rengi."

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Footer copyright metin rengi"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Footer widget arkaplan rengi"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Footer widget içerik linkinin metin rengi"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Footer widget içerik rengi"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Widget başlık rengi"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Footer alanı renkleri"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "İçerik alanı arkaplanı rengi"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Yanpanel widget başlık rengi"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Buton arkaplan rengi"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Buton metin rengi"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Yazı metası rengi"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "İçerik metni rengi"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Sayfa başlığı rengi"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Yazıların başlık rengi"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "İçerik alanlarının başlığı rengi(H1 ve H2 gibi)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "İçerik alanının renkleri"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Header arkaplan rengi"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Birincil menü seçilmiş/vurgulanmış item rengi"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Birincil menü metin rengi"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Site etiketleri."

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Site başlığı"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Header renk ayarı"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Renk ayarlarını buradan isteğine göre değiştir"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Renk seçenekleri"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Footer küçük menü:Varsayılan 14px"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Footer copyright metninin büyüklüğü (14px varsayılan)"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Footer widget içeriğinin metin büyüklüğü.Varsayılan 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Footer metin büyüklük ayarları"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Buton metin büyüklüğü(Daha fazka oku ,gönder gibi) 12px varsayılan"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Yazı metası metin büyüklüğü.   12 px varsayılan"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "İçerik metin büyüklüğü ayarları"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Widget başlığı.18 px varsayılan"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Sayfa başlığı.Varsayılan 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Yazı başlığı.Varsayılan 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Başlık alakalı yazı büyüklüğü ayarı"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Birincil alt menü.Varsayılan px14"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Birincil menü.Varsayılan px14"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Site etiketleri metin büyüklüğü.Varsayılan px16"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Site başlık yazı büyüklüğü.Varsayılan px46"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Header yazı büyüklüğü ayarı"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "İçerik yazı tipi ve diğerleri için.Varsayılan Open Sans"

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Tüm başlık fontu.Open sans varsayılandır"

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Birincil menü yazıtipi .Open sans varsayılandır"

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Site etkikerleri.Open sans varsayılandır"

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Site başlık yazıtipi..Open sans varsayılandır"

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Google yazıtipi ayarları"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Yazım ayarlarını isteğinize göre değiştirin"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Yazım ayarları"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Kategori renk ayarları"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Her bir kategori ögesinin rengini istediğiniz gibi değiştirin"

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kategori renk seçenekleri"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Copyright bilgilerini düzenleyebilirsiniz. [the-year], [site-link], [wp-link], [tg-link] gibi kısa kodlar kullanılabilir"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Altyapı"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema:ColorMag Pro üretici"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Copyright &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Alt alan hak bildirimi düzenleyici"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Yukarı kaydırma butonunu gizlemek için seç"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Yukarı kaydır butonu"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Yazar Bio sunda yazarın sayfasına link göster"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "Yazar biosundaki yazar adresi"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Sosyal profili yazar biosunda göster"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Yazar biosunda sosyal profiller"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Tekil yazılarda öne çıkan görseller için kutu özelliğini etkinleştirmek için işaretleyin"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Görsel kutusu"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Tek yazıılarda paylaşım butonlarını aktifleştirmek için seç"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Sosyal paylaşım butonu"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Daha fazla oku metnini isteğine göre değiştir"

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Daha fazla oku metnini değiştirin"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Sadece yazı alanında düzenle butonunu pasifleştir"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Sadece yazı alanında sadece yazıyı gösteri pasifleştir"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Sadece yazı alanında etiketleri pasifleştir"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Sadece yazı alanında sadece yorumları pasifleştir"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Sadece yazı alanında kategoriyi pasifleştir"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Sadece yazı alanında tarihi pasifleştir"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Sadece yazı alanında yazarı pasifleştir"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Yazı bilgilerini yazılardan komple pasifleştir.Mesela tüm meta verileri kaldır"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Yazı meta görüntüleme"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Etiketlere göre ilişkili yazılar"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Kategorilere göre ilişkili yazılar"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "İlişkili yazılar şu şekilde gösterilmeli:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "İlişkili yazıları etkinleştirmek için işaretleyin"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "İlişkili Yazılar"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Eşsiz yazı sistemini entegre widgetlar için aktifleştir"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Eşsiz yazı sistemi"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Ek ayarlar"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Buradan ek ayarları istediğiniz gibi değiştirin"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Tercih edilen sosyal link renk ayarları"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Tercih edilen Sosyal link FontAwesome ikonu"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Ekstra sosyal ikonlar"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Ekstra sosyal link 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Ekstra sosyal link 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Ekstra sosyal link 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Ekstra sosyal link 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Ekstra sosyal link 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Ekstra sosyal link 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Yeni pencerede göstermek için tıkla"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştirmek için tıklayın"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştir"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Sosyal ayarlarını isteğinize göre düzenleyin"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sosyal seçenekler"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Özel CSS ni yaz"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Özel CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Bu bağlantılar, tuşlar ve diğer bir çok şeye etkiyecektir. Siteniz ile uyumlu bir renk seçin"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Birincil renk seçeneği"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Varsayılan(ilk resim büyük diğerleri yan yana ikili)"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Blog,arşiv ve arama sonuöları için düzen"

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Blog/Arşiv ve arama sayfası düzeni"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Tekil yazılar için varsayılan düzeni seçin. Bu düzen belirli bir yazıya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Tekil yazılar için varsayılan düzen"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sayfalar için varsayılan düzeni seçin. Bu düzen belirli bir sayfaya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Sayfalar için varsayılan düzen"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Varsayılan düzeni seçin. Bu düzen tüm site arşivleri, kategoriler, arama sayfaları vb. alanlara uygulanacaktır. Tekil yazı ve sayfaların düzeni aşağıdaki seçenekler ile kontrol edilebilir."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Varsayılan düzen"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Geniş düzen"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Kutulu düzen"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Site yerleşimini seçin. Bu değişiklik tüm siteye yansır"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site düzeni"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Blog yazılarını/statik sayfaları ön sayfadan gizlemek için işaretleyin"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ön sayfa ayarları"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Tasarım Ayarları"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Buradan tasarım ayarlarını istediğiniz gibi değiştirin"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tip 3:Header metni,yanpanel merkezi hizalı"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tip 2:Header paneli solda,metni ve logo sağda"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tip 1(Varsayılan):Header merni ve logo salda.panel sağda"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Header gösterim tipini seç"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Hader gösterim tipi"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Üst kısım görsel bağlantısının ana sayfaya yönlendirilmesi için işaretleyin"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Üst kısım görselini ana/birincil menünün altında göster."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Varsayılan: Üst kısım görselini site başlığı/metni ile ana/birincil menü arasında göster."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Üst kısım görselini site başlığının/metninin hemen üstünde göster."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Üst kısım görseli görüntüleme konumu"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Başlık görseli konumu"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Etkisizleştir"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "İkisini de göster"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Başlık Sadece Yazı "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Başlık Sadece Logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "İstediğiniz seçeneği seçin"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Başlık Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Birincil menüde rastgele yazı simgesini göstermek için işaretleyin"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Rastgele Yazı"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Birincil menüde arama simgesini göstermek için işaretleyin"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Arama simgesi"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Birincil menünün yapışkan özelliğini etkinleştirmek için tıklayın"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Yapışkan menü"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Birincil menüde ana sayfa simgesi göstermek için işaretleyin"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Ana sayfa simgesi göster"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Üst alanda tarih göstermek için işaretleyin"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Tarih göster"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Alt navigasyon"

#: inc/customizer.php:205
msgid "Header"
msgstr "Header"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Son haberlerin konumunu seç"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Son haber değişme hızı"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Flaş haberler için gösterilme süresi"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Aşa"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Yukarı"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Flaş haber animasyonunu seç"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Ticker haberler için görüntüleme metni"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "En güncel:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Son dakika haberleri bölümünü etkinleştirmek için işaretleyin"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Son dakika haberleri"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Sayfa Tepesi Seçenekleri"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Üst alan ayarlarını buradan istediğiniz gibi değiştirin"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Önemli bağlantılar"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag teması önemli linkler"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Temayı değerlendir"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demoyu görüntüle"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Destek"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Belgeler"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ortalanmış içerikli yan sütun yok"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Tam genişlikli yan sütun yok"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sol Menü"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sağ Menü"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Varsayılan düzen"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Düzen seçin"

#: functions.php:125
msgid "Footer Menu"
msgstr "Footer Menu"

#: functions.php:124
msgid "Primary Menu"
msgstr "Birincil menü"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Devam"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sayfalar"

#: comments.php:67
msgid "Comments are closed."
msgstr "Yorumlar kapatıldı."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Yeni yorumlar &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Eski yorumlar"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Yorum dolaşımı"

#: archive.php:70
msgid "Archives"
msgstr "Arşiv"

#: archive.php:64
msgid "Links"
msgstr "Bağlantılar"

#: archive.php:61
msgid "Quotes"
msgstr "Alıntılar"

#: archive.php:58
msgid "Videos"
msgstr "Videolar"

#: archive.php:55
msgid "Images"
msgstr "Görseller"

#: archive.php:52
msgid "Asides"
msgstr "Yan sütunlar"

#: archive.php:49
msgid "Year: %s"
msgstr "Yıl: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Aylar: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Gün :%s"

#: archive.php:35
msgid "Author: %s"
msgstr "Yazar: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s, için üyrlik değiştirildi.Yani yeni lisans anahtarını ayarlar bölümünden girmen lazım. The License Emailinize gelmiş olması lazım.Gelmediyse giriş yapıp edinebilirsiniz. <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s aktifleştirilmedi.Ayarlara gidip lisans ve lisans emailini girip aktfileştir %s."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "İndirme izni %s için kapatıldı.Lisans bittiği için olabilir. Yeniden aktifleştirmek için hesabınıza gidin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Belki de lisans anahtarı girmeyi unuttunuz.Veya hesabınızda ki lisans pasif.Yeniden aktifleştirmek için <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Hesabınızdan yeniden üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans çöpe taşındı ve yakında silinecek. Hesabınızdan yeni üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s halen beklemede.Durumunu burdan kontrol edebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik durduruldu. Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s Lisans süresi bitti.Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr " %s e ait üyelik iptal edildi.Hesabınızdan tekrar aktifleştirebilirsiniz<a href=\"%s\" target=\"_blank\">Panel</a>. Yeni lisans satın alma işleminden sonra email olarak size gelecektir"

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik beklemede. Hesabınızdan yeniden aktifleştirebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s için lisans bitti. Hesabınızdan yeniden aktifleştirin yada yeni lisans satın alın <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "API lisans anahtarını pasifleştirerek başka bloglarda kullanabilirsiniz"

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Tema lisansı pasifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Lisans pasifleştirilemedi.Lisans pasifleştirme penceresinde elle pasifleştirin"

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Lisans anahtarı API sunucusuna bağlantı kurulamadı.Tekrar deneyin"

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema aktifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "API Lisans anahtarı pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "API Lisans  pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Lisans emaili"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API lisans anahtarı"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "API lisans aktifleştirme"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Kaydet"

#: 404.php:30
msgid "Error"
msgstr "hata"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Görünen o ki burada hiç bir şey bulunamadı. Bir de aşağıdan arama yapmayı deneyin."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Off! Bu sayfa bulunamadı."

#: 404.php:28
msgid "404"
msgstr "404"languages/sv_SE.mo000064400000043416151213252610010074 0ustar00������������(�'�)0Hsy�##,"P*s*�)��"AVpy
�
�
�
�
�
����

1I4_0�0�0�4'\#p#�9�4�3')[C�7�2541j �/��$�<"<_�>�
�	.Ian�������3
G	R\y���$�T�7CRUZ3�`�1E8w�
����
7>Vt����"�'()Rr�������� >JY	`GjW�
8=JP	nx0����� 
/ %= c y 	� 	� � � � � � � � � 	!F!
V!d!�!�!�!�!
�!�!�!
�!�!""y$"��"�&#	�#	�#�#�#$B+$n$�$%�$$�$&�$$%D>%'�% �%�%
�%�%�%\&k&w&&�&�&�&�&'#'@']'z'�'�'�'
�'�'�'
(V(m(z(�(�(�(�(	�(�(	�(�(
�(�(�(	)))+)$3)TX)'�)�)�)�)�)
�*�*�*+
 ++++.+)Z+,�+3�+s�+%Y,","�,!�,(�,(-'9-a-|-�-�-�-�-
�-�-�-�-..#./.;.U.d.
q.|.#�.�.5�.5/<A/;~/,�/�/6�/,-0@Z08�0;�051CF1@�1K�1C27[2&�2,�2
�2*�2? 3A`3!�3M�34"4)424J4d4}4�4�4�4�4�4�4
5 #5D5c5v5�5�5�5�5�5 �5,�5F!6h6t6
�6Q�6;�6p(7)�7;�7�7
8!8*8
F8T8]8i8�8"�8�8�8
�8�89!19S9+q9)�9�9�9�9::):8:G:e::�:�:�:�:
�:;	;G;UZ;�;�;�;�;�;<"<
/<:<2S<
�<�<$�<�<�<�<	=(=A=	H=	R=\=p=�=�=	�=�=�=�=�=L�=(>);>%e>)�>�>�>�>�>�>�>
�>??�!?��?�,@
�@
�@�@AA?6AvA�A(�A(�A'B&(B6OB(�B�B�B	�B#�B
Ce+C
�C�C�C�C�C�C�CD9DVDsD�D�D"�D�D
�D
EE
.E`9E�E�E�E�E�E�E�E�E	�EF	F%F1F	>FHFPFhF#pFK�F'�FG
GG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag Global WidgetsColorMag ProColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:55:50+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: sv_SE
Project-Id-Version: Themes - ColorMag Pro
%1$s kl. %2$s%s&larr; äldre kommentarer&larr; Föregående(Redigera), <i class="fa fa-comment"></i> 0 kommentarer<i class="fa fa-comment"></i> 1 kommentar<i class="fa fa-comments"></i> % kommentarer<span class="meta-nav">&larr;</span> Äldre inlägg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivera sektion för sociala länkarLägg till din 125x125-annons härLägg till din 300x250-annons härLägg till din 728x90-annons härLägg till bild för 125x125-annons härLägg till bild för 300x250-annons härLägg till bild för 728x90-annons härLägg till din blockrubrikAvancerade inställningarAnnons ovanför sidfotenAnnonsbild Länk för annonsbild ArkivNoteringarFörfattare: %sBlockstil 1Blockstil 2Blockstil 4Blockstil 6Blockstil 9BlockrubrikBåde sidhuvud och sidfotInramad layoutSenaste nyttKategorierAlternativ för kategorifärgerInställningar för kategorifärgerÄndra läs mer textÄndra ytterligare inställningar som du önskar härÄndra inställningar för design som du önskar härÄndra inställningarna för sidfoten enligt önskemål härÄndra inställningarna för sidhuvudet som du önskar härÄndra färg på varje kategori som önskat.Fuskar du, va?Markera för att aktivera sektion för sociala länkarMarkera för att aktivera relaterade inläggMarkera för att visa ikonen för slumpvalt inlägg i huvudmenynMarkera för att visa ikonen för sökfält i huvudmenynKryssa i för att visa den utvalda bilden på en enda sida.Markera för att aktivera sektionen för senaste nyttMarkera för att aktivera bildvisare för bilder i enskilda inläggMarkera för att aktivera funktionalitet för klistrad huvudmenyMarkera för att dölja innehåll från inlägg/statisk sida på startsidanKryssa i för att dölja den utvalda bilden i enskild inläggssida.Markera för att länka bild i sidhuvud till startsidanMarkera för att visa datum i sidhuvudMarkera för att visa hemikonen i huvudmenynVälj en bildVälj färg på skalet för din webbplats.Välj den huvudsakliga visningstypen av sidfot du vill användaVälj den huvudsakliga visningstypen av sidhuvud du vill användaVälj den inställning du vill haVälj layout för din webbplats. Ändringen återspeglas på hela webbplatsenFärgalternativFärg:ColorMagColorMag SkönhetsbloggColorMag företagsmagasinColorMag globala widgetsColorMag ProColorMag blockwidgetColorMag rutnätswidgetKommentarsnavigationKommentarer inaktiverade.KontaktsidaSidofält för kontaktsidaMall för kontaktsidaInnehåll i mitten till vänsterInnehåll i mitten till högerInnehåll överdelAnpassad CSSMörkt skalFormat för datum i sidhuvud:Dag: %sStandardlayoutStandardlayoutStandardlayout för endast sidorStandardlayout, endast för enskilda inläggStandard: Visa bild för sidhuvud mellan webbplatstitel och huvudmeny.BeskrivningInställningar för designInaktiveraVisa senaste inlägg eller inlägg från specifik kategori, används för slider.Visa senaste inlägg eller inlägg ur en specifik kategori.Visa senaste inlägg eller inlägg från specifik kategori. Passar för widgetfält vid området bredvid slider.Visa bild för sidhuvud under huvudmenyn.Visa bild för sidhuvud precis ovanför webbplatsens titel.Visa inlägg från:DokumentationRedigeraSidofält för 404-felsidorExempelwidgetFacebookUtvald bildUtvald bild i enskilt sidaFiltreraRedigerare för copyright i sidfotVisningstyp för primär sidfotAlternativ för sidfotEndast sidfotWordPress datuminställningarInställningar för startsidaStartsida: Område bredvid sliderStartsida: Innehåll underdelStartsida: Innehåll i mitten till vänsterStartsida: Innehåll i mitten till högerStartsida: Innehåll överdelStartsida: Slider-sektionGoogle-PlusRutnätsstil 2Rutnätsstil 3Rutnätsstil 4Rutnätsstil 5Position för bild i sidhuvudEndast logotyp i sidhuvudInställningar för sidhuvudSidofält i sidhuvudEndast text i sidhuvudPosition för bild i sidhuvudEndast sidhuvudBildvisareBilderInstagramDet verkar inte som något kunde hittas här. Försök att söka nedan.Det verkar som att vi inte kan hitta det du letar efter. Prova att göra en sökning.Senaste inläggenSenaste:Layout visas som nedan:VänsterSidofält till vänsterLänkarVisningstyp för primärt sidhuvudMånad: %sNyare kommentarer &rarr;Nyare inlägg <span class="meta-nav">&rarr;</span>Nästa &rarr;&rarr;Inget sidofält, innehåll centreratInget sidofält, fullbreddAntal inlägg att visa:Inläggskompensering:Oops! Sidan kunde inte hittas.Template för sidbyggareSidor:Pingback:PinterestInläggsförfattareInläggsnavigeringInlägg&larr;HuvudmenyAlternativ för primär färgCitatSlumpvalt inläggLäs merRedo att publicera ditt första inlägg? <a href="%1$s">Kom igång här</a>.Relaterade inläggRelaterade inlägg baserat på kategorierRelaterade inlägg baserat på taggarRelaterade inlägg ska visas baserat på:SvarHögerSidofält till högerSökSökikonVälj layoutVälj en bildVälj kategorier:Välj kategoriVälj standardlayout för sidor. Denna layout kommer påverka alla sidor om inte en specifik layout väljs för en specifik sidaVälj standardlayout för inlägg. Denna layout kommer påverka alla inlägg om inte en specifik layout väljs för ett specifikt inläggVälj standardlayout. Layouten kommer påverka webbplatsens arkiv, kategorier, sök, osv. Layouten i enskilda inlägg och på sidor kan ändras genom nedanstående inställningarVisa bådaVisa datumVisa hemikonVisa senaste inläggVisa inlägg från en kategoriVisa widgetfält bredvid slider. Passar TG: Framhävda inlägg.Visar widgets till vänster.Visar widgets till höger.Visar widgets i fjärde sidfotsområdet.Visar widgets i första sidfotsområdet.Visar widgets i tredje sidfotsområdet.Visar widgets i andra sidfotsområdet.Visar widgets i sidhuvudet precis ovanför huvudmenyn.Visar widgets i mallen för kontaktsida.Visar widgets på 404-felsidor.WebbplatslayoutSkalfärgInställningar för sociala länkarSociala länkar att visa på:Beklagar, inget som matchade dina söktermer kunde hittas. Vänligen försök igen med andra sökord.Klistrad menySupportTG: 125x125-annonsTG: 300x250-annonsTG: 728x90-annonsTG: Slider för utvald kategoriTG: Utvalda inlägg (stil 1)TG: Utvalda inlägg (stil 2)TG: Utvalda inlägg (stil 3)TG: Utvalda inlägg (stil 4)TG: Utvalda inlägg (stil 5)TG: Utvalda inlägg (stil 6)TG: Utvalda inlägg (stil 7)TG: Widget för slumpvalda inläggTG: FlikwidgetTG: VideosTextfärg:Temats standardinställningThemeGrillDetta kommer påverka länkar, knappar och mycket annat. Välj en färg som passar din webbplatsRubrikwidgetTitel:TwitterTyp 1 (Standard)Typ 2Unikt inläggssystemAnvänd bildVideorVisa demoVisa ett slumpvalt inläggVitt skalBred layoutWidgetrubrikWordPressÅr: %sDu kanske också gillarYouTubeDin kommentar inväntar granskning.En reaktion till &ldquo;%2$s&rdquo;%1$s reaktioner till &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/pt_BR.po000064400000471633151213252610010074 0ustar00# Translation of Themes - ColorMag Pro in Portuguese (Brazil)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2020-01-23 15:13:30+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: pt_BR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s atrás</span>"

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr "<span class=\"cm-post-date human-diff-time-display\">%s atrás</span>"

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr "Ocultar detalhes do post."

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr "Chave de API do Fixer inválida. Obtenha sua chave de API %1$saqui%2$s e configure-a %3$saqui%4$s. "

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr "Você não adicionou a chave de API do Fixer. Adicione-a %1$saqui%2$s."

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "Taxa de câmbio requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr "Mostrar posts do autor"

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr "Mostrar posts da tag"

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr "Selecionar autor"

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr "Selecionar tag"

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr "Mostrar posts de um autor"

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr "Mostrar posts de uma tag"

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr "Para para tornar o link dofollow."

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr "Pausar ao passar o mouse?"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr "Não"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr "Sìm"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr "Reproduzir Slider automaticamente?"

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr "Estilo de bloco 10"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr "Velocidade de transição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr "Tempo de transição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr "Notícias Populares"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr "Saiba mais sobre o importador de demonstração!"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr "Pronto para começar a importar as demonstrações disponíveis com apenas um único clique?"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr "Ativar o importador de demonstração do ThemeGrill"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr "Instalar o importador de demonstração do ThemeGrill"

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr "Chave de API da taxa de câmbio"

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr "Imagem destacada com título do post (Estilo 2)"

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr "Desativar a navegação de posts"

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr "Cor da barra de progresso"

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr "Exibir a data publicada no formato \"X tempo atrás\""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr "Exibir data de publicação "

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr "Escolha o tipo de exibição dos metadados do post:"

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr "Data de metadados do Post"

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr "Altere o texto de \"Leia a seguir\" conforme seja adequado para o seu site."

#: inc/customizer.php:1489
msgid "Style 4"
msgstr "Estilo 4"

#: inc/customizer.php:1488
msgid "Style 3"
msgstr "Estilo 3"

#: inc/customizer.php:1487
msgid "Style 2"
msgstr "Estilo 2"

#: inc/customizer.php:1486
msgid "Style 1"
msgstr "Estilo 1"

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr "Escolha o layout de posts relacionados conforme necessário."

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr "Informe o número de palavras que deseja mostrar no resumo. O valor padrão é 20 palavras."

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr "Tamanho do resumo"

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr "Escolha o layout da biografia do autor conforme necessário."

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr "Layout da biografia do autor"

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr "Fontes Google"

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr "Fontes padrão"

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modelo do Construtor de páginas"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral direita do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral esquerda do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr "Você precisa adicionar os valores de longitude e latitude para exibir o Google Maps. Você pode configurá-lo nas configurações do widget."

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr "O GoogleMaps requer uma chave de API para funcionar."

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr "Tamanho do zoom do Google Maps:"

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr "Altura do Google Maps em px:"

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr "Latitude:"

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr "Longitude:"

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "O GoogleMap requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr "TG: Google Maps"

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr "Exibe o Google Maps no seu site."

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr "Layout:"

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr "TG: Lista de vídeos destacados"

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr "Exibir lista de reprodução de vídeos a partir de formatos de posts de vídeo."

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr "Coluna:"

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr "Moedas de câmbio:"

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr "Moeda base:"

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr "TG: Câmbio de moeda"

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr "Exibir câmbio de moeda."

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr "NNO"

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr "NO"

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr "ONO"

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr "O"

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr "OSO"

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr "SO"

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr "SSO"

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr "S"

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr "SSE"

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr "SE"

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr "ESE"

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr "L"

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr "ENE"

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr "NE"

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr "NNE"

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr "N"

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr "O OpenWeatherMap requer um ID de cidade para funcionar."

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr "Obter chave de API"

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr "O OpenWeatherMap requer uma chave de API para funcionar."

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr "C"

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr "m/s"

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr "F"

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr "mph"

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr "Celsius"

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr "Fahrenheit"

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr "Obter ID da cidade"

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr "ID da cidade do OpenWeatherMap:"

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr "Informe a chave de API aqui"

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr "OpenWeatherMap requer uma <a href=\"%s\" target=\"_blank\">chave de API</a> para funcionar"

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr "TG: Clima"

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr "Mostrar o clima."

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr "Centro"

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr "Alinhar texto:"

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr "Abrir numa nova aba"

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr "URL do botão:"

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr "Texto do botão:"

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr "Imagem do fundo "

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr "TG: Chamada para ação"

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr "Exibir widget de chamada para ação."

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr "Marque para desativar o deslizamento automático ao passar o mouse."

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr "Mostra widgets na barra lateral esquerda do WooCommerce."

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr "Lateral esquerda do WooCommerce"

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr "Mostra widgets na barra lateral direita do WooCommerce."

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr "Lateral direita do WooCommerce"

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr "Mostra widgets logo acima da área de direitos autorais do rodapé."

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr "Lateral do rodapé de largura total"

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr "Você está aqui:"

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr "Leia a seguir"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr "Estilo de grade 9"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr "Estilo de grade 8"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr "Estilo de grade 7"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr "Estilo de grade 6"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Estilo de grade 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Estilo de grade 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Estilo de grade 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Estilo de grade 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr "Estilo de grade 1"

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Estilo de bloco 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr "Estilo de bloco 8"

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr "Estilo de bloco 7"

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Estilo de bloco 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr "Estilo de bloco 5"

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Estilo de bloco 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr "Vídeo"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr "Exibir imagem/vídeo destacada:"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr "Estilo de bloco 3"

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Estilo de bloco 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr "Ocutar"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr "Exibir"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr "Exibir paginação"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr "Paginação"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr "Descendente"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr "Ascendente"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr "Ordenação:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr "Contagem de comentários"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr "Data de modificação do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr "Data da publicação do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr "Nome do posts(Slug)"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr "Titulo do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr "Autor do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr "ID do post"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr "Nenhum"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr "Ordenar por:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr "Escolha os autores:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr "Escolha as tags:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecionar categorias:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr "Autores"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr "Tags"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorias"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Mostrar os posts de:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtro"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Ignorar artigos:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Posts"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Estilo de bloco 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Cor do texto:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Cor:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Título do widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr "URL do título"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Adicione o título do bloco personalizado"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Título do bloco"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget de título"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr "min de leitura"

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr "Blog de saúde ColorMag Pro"

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr "Elementor"

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr "Receita de comida ColorMag Pro"

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms - Formulário de contato fácil e Construtor de formulários"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr "Adicione o URL do link de fundo."

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr "Cor de fundo do widget superior do rodapé."

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr "Cor da borda superior do menu principal."

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr "Cor de fundo do submenu principal."

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr "Cor de fundo do menu principal."

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr "Marque para mostrar a cor da categoria no menu."

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr "Cor de categoria no menu"

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr "Layout da página de produto individual do WooCommerce"

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr "Layout da página de arquivo do WooCommerce"

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr "Layout da página de loja do WooCommerce"

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr "Marque para registrar diferentes áreas da lateral a serem usadas nas páginas do WooCommerce."

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr "Configurações do WooCommerce"

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr "Altere as configurações do WooCommerce a partir daqui como quiser"

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr "Opções do WooCommerce"

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr "Chave da API do GoogleMaps"

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr "Chave da API"

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr "Chave da API do OpenWeatherMap"

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr "Verificar para ativar a marcação de esquema."

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr "Marcação de esquema"

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Marque para mostrar a imagem destacada nas páginas individuais."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Imagem destacada nas páginas individuais"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr "Abaixo da imagem destacada"

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr "Acima da imagem destacada"

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr "Escolha a posição do título do post na página do post individual."

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr "Posição do título do post"

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Marque para esconder a imagem destacada nas páginas individuais de post."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Imagem destacada"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr "Marque para mostrar a legenda da imagem abaixo da imagem destacada nos arquivos, pesquisa, e também na página individual dos posts."

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr "Legenda da imagem destacada"

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr "Altere o texto \"Você também pode gostar\" conforme necessário para o seu site."

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr "Alterar o texto Você também pode gostar"

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr "Altere o texto \"Ver tudo\" conforme necessário para o seu site."

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr "Alterar o texto Ver tudo"

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr "O conteúdo só será exibido se você tiver escolhido %1$sUma coluna (Imagem em destaque à esquerda e resumo do post à direita)%2$s ou %1$sLargura completa (Imagem destacada no topo e resumo do post abaixo)%2$s em %1$sLayouts de Blog/Arquivo e Páginas de pesquisa%2$s nas %1$sConfigurações de design%2$s."

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr "Aviso importante:"

#: inc/customizer.php:1654
msgid "Display Content"
msgstr "Exibir conteúdo"

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr "(Padrão) Exibir resumo"

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr "Escolha exibir o conteúdo do post ou resumo:"

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr "Tipo de Exibição das páginas de Blog/Arquivo e Pesquisa"

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr "Marque para ativar o indicador de progresso da leitura em um post individual."

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr "Indicador de progresso da leitura"

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr "Marque para exibir o tempo de leitura."

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr "Exibição do tempo de leitura"

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr "Número do post a exibir"

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr "Marque para exibir o post relacionado quando o navegador rola ao final."

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr "Posts relacionada com Flyout"

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr "Marque para exibir o caminho de navegação. Nota: Suporta as definições de plugin BreadCrumb NavXT e Yoast SEO BreadCrumb."

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr "Configuração do caminho percorrido"

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr "Repetir verticalmente"

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr "Repetir horizontalmente"

#: inc/customizer.php:1315
msgid "Repeat"
msgstr "Repetir"

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr "Sem repetição"

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr "Repetição da imagem de fundo"

#: inc/customizer.php:1296
msgid "Fixed"
msgstr "Fixa"

#: inc/customizer.php:1295
msgid "Scroll"
msgstr "Rolar"

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr "Comportamento de imagem de fundo"

#: inc/customizer.php:1277
msgid "Auto"
msgstr "Automático"

#: inc/customizer.php:1276
msgid "Contain"
msgstr "Conter"

#: inc/customizer.php:1275
msgid "Cover"
msgstr "Cobrir"

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr "Tamanho da imagem de fundo"

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr "Base à direita"

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr "Base ao centro"

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr "Base à esquerda"

#: inc/customizer.php:1254
msgid "Center Right"
msgstr "Meio à direita"

#: inc/customizer.php:1253
msgid "Center Center"
msgstr "Meio ao centro"

#: inc/customizer.php:1252
msgid "Center Left"
msgstr "Meio à esquerda"

#: inc/customizer.php:1251
msgid "Top Right"
msgstr "Topo à direita"

#: inc/customizer.php:1250
msgid "Top Center"
msgstr "Topo ao centro"

#: inc/customizer.php:1249
msgid "Top Left"
msgstr "Topo à esquerda"

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr "Posição da imagem de fundo"

#: inc/customizer.php:1230
msgid "Background Image"
msgstr "Imagem do fundo"

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr "Fundo do rodapé"

#: inc/customizer.php:1149
msgid "Type 3"
msgstr "Tipo 3"

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tipo 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tipo 1 (padrão)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Escolha o tipo de exibição total de área principal do rodapé que você quer"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tipo de exibição da área principal do rodapé"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opções do rodapé"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Mude aqui as configurações do rodapé como quiser"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr "Marque para desativar a biografia do autor"

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr "Biografia do autor"

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr "Opções de biografia do autor"

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr "Modifique as configurações de biografia do autor aqui como quiser"

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Cabeçalho e rodapé"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Apenas no rodapé"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Apenas no cabeçalho"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Links sociais para exibir em:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Skin escura"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Skin clara"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Escolha a cor de skin para o seu site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Cor da Skin"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr "Layout em grade (Imagem destacada no topo e resumo do post abaixo, numa grade com duas colunas)"

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr "Largura total (Imagem em destaque na parte superior e resumo do post abaixo)"

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Escolha o tipo de exibição da área total do cabeçalho principal que você quer"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tipo de exibição da área principal do cabeçalho"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr "Link personalizado para a imagem do cabeçalho "

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr "Revelar o menu ao rolar para cima"

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr "Tornar o menu fixo"

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr "Selecione a opção desejada:"

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Das configurações de data do WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Configurações padrão do tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Formato de data no cabeçalho:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr "3"

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr "Seguinte &rarr;"

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr "Carregar mais"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr "Marque para exibir o botão de \"Carregar mais\" via ajax para carregar mais posts da categoria escolhida ou de posts recentes."

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr "Máximo de linhas do slide:"

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr "Altura da linha do slide (em px):"

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr "Tempo de duração do slide (em ms):"

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr "Direção do slide:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr "Opções do slide"

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr "Marque para ativar o slide automático."

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr "Marque para desativar o slide automático."

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr "Tempo de pausa da transição (em ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr "Tempo da velocidade de transição (em ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr "Dissipação"

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr "Vertical"

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr "Horizontal"

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr "Modo do slide:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr "Opções do slider"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr "Importador de demonstração do ThemeGrill"

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr "Imagem destacada com título do post"

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr "Navegação de posts a ser exibida como:"

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr "Navegação de posts"

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr "Escolha a categoria necessária para exibir como últimos posts:"

#: inc/customizer.php:100
msgid "Category"
msgstr "Categoria"

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Últimos posts"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr "Escolha a opção necessária para exibir os últimos posts de:"

#: inc/ajax.php:137
msgid "No more post"
msgstr "Não há mais posts"

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr "A verificação de permissões falhou."

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr "https://themegrill.com/wordpress-themes/"

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Ver todos"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr "Marque para exibir o botão \"Ver tudo\" e vincular esse botão à categoria específica escolhida neste widget."

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr "Marque para exibir os posts da categoria descendente da categoria escolhida."

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr "Marque para exibir o posts aleatório da categoria escolhida ou do post recente."

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr "Marque para ativar as opções de conteúdo e laterais fixas."

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr "Conteúdo fixo e barra lateral"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecione uma imagem"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Use esta imagem"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Escolha uma imagem"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr "Importador de demonstração"

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Um comentário em &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentários em &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Modelo de revista"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modelo da página de contato"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro é a versão profissional do tema gratuito ColorMag."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Ver todos os posts de %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s tem %2$s posts e contando."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Direita"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Este é um widget de exemplo para mostrar como a Lateral %s se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget de exemplo"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Esquerda"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Página de contato"

#: searchform.php:12
msgid "Search"
msgstr "Pesquisar"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aparentemente não pudemos encontrar o que você está procurando. Talvez uma busca ajude."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Nada foi encontrado com os termos da sua pesquisa. Tente novamente com algumas palavras-chaves diferentes."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Pronto para publicar seu primeiro post? <a href=\"%1$s\">Comece aqui</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Próximo &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Atenção!</b> Você está bloqueando as requisições externas, isso significa que não será possível obter as atualizações de %s. Adicione %s na %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "A chave de licença para o tema ColorMag não foi ativada, %sClique aqui%s para ativar a chave de licença."

#: license.php:178
msgid "License Deactivation"
msgstr "Desativação da licença"

#: license.php:177
msgid "License Activation"
msgstr "Ativação da licença"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Trapaceando, é?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Posts destacados (estilo 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Marque para exibir o conteúdo no popup"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Posts destacados (estilo 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Número de posts recentes a exibir como últimas notícias:"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Widget das últimas notícias"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Exibe as últimas notícias no modo de notícias deslizantes. Adequado para a lateral direita/esquerda"

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Posts destacados (estilo 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Número de posts aleatórios a exibir:"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget de posts aleatórios"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Exibe os posts aleatórios do seu site. Adequado para a lateral direita/esquerda."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Sem comentários"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "disse:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% comentários"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 comentário"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr "Sem comentários"

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Comentário"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Recente"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Popular"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Marque para ativar a popularidade dos posts por contagem de visualizações."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Número de posts populares, posts recentes e comentários a exibir:"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget de abas"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Exibe os posts populares, posts mais recentes e comentários mais recentes em abas. Adequado para a lateral direita/esquerda."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Posts destacados (estilo 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Marque se não ter o efeito de slider neste widget"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Posts destacados (estilo 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr "ID do vídeo do Vimeo:"

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr "ID do vídeo do YouTube:"

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Vídeos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Adicione os vídeos aqui, são aceitos apenas vídeos do YouTube e Vimeo por enquanto."

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Adicione a imagem da publicidade 125x125 aqui"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Publicidade 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Adicione sua publicidade 125x125 aqui"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Adicione a imagem da publicidade 728x90 aqui"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Publicidade 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Adicione sua publicidade 728x90 aqui"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Imagem de publicidade "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Link de publicidade da imagem "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Adicone a imagem da publicidade 300x250 aqui"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Publicidade 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Adicione sua publicidade 300x250 aqui"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Posts destacados (estilo 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descrição"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Título:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout ficará como abaixo:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Posts destacados (estilo 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Mostra posts recentes ou posts de uma categoria específica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Posts marcados"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Mostra todos os posts ou posts de uma categoria específica. Adequado para a Área ao lado do Slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Tamanho da imagem grande (1400x600 pixels, adequado para Página inicial: Área de todo de largura total)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Tamanho da imagem média (800x445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Tamanho da imagem:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Selecionar categoria"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Exibir posts de uma categoria"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Exibir últimos posts"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Quantidade de artigos para exibir:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider de categoria destacada"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Mostra todos os posts ou posts de uma categoria específica, que será usado como o slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Mostrar widgets em footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Rodapé Quatro (Inferior)"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Mostrar widgets em footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Rodapé Três (Inferior)"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Mostrar widgets em footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Rodapé Dois (Inferior)"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Mostrar widgets em footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Rodapé Um (Inferior)"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Mostra widgets na lateral de rodapé 3 superior."

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Rodapé Três (Superior)"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Mostra widgets na lateral de rodapé 2 superior."

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Rodapé Dois (Superior)"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Mostra widgets na lateral de rodapé 1 superior."

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Rodapé Um (Superior)"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Mostra widgets logo acima do rodapé, adequado para o widget TG: 728x90."

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Publicidade acima do rodapé"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Mostrar widgets na página de erro 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Erro 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Mostrar widgets em Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Seção de conteúdo da base ao centro"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Página inicial: Seção do conteúdo inferior"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Seção do conteúdo meio-direita"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Página inicial: Seção do conteúdo meio-direita"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Seção do conteúdo meio-esquerda"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Página inicial: Seção do conteúdo meio-esquerda"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Seção do conteúdo principal"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Página inicial: Seção do conteúdo principal"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Exibir widget ao lado do slide: Adequado para RG: Artigos destacados."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Página inicial: Área ao lado do slide"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Mostra widgets logo abaixo do menu. Adequado para TG: Slider de categorias destacadas."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Página inicial: Área do slide"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Mostra widgets logo abaixo do menu."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Página inicial: Área de largura total no topo"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Mostrar widgets no cabeçalho, logo acima do menu principal."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barra lateral do cabeçalho"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Mostra os widgets no lado esquerdo."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Mostra os widgets no lado direito."

#: inc/share.php:6
msgid "Pin It"
msgstr "Pinar"

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 isso"

#: inc/share.php:4
msgid "Like This"
msgstr "Curtir isso"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Tweetar isso"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Compartilhe esse post:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Você pode gostar também"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr "YouTube"

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google+"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Links sociais do usuário"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Total de visualizações"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s visualizações"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 visualizações"

#: inc/functions.php:1383
msgid "Video URL"
msgstr "URL do vídeo"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ver um artigo aleatório"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Resposta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "O seu comentário aguarda moderação."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s em %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor do post"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Editar)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Posts mais recentes <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Posts antigos"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navegação do post"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Editar"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comentários"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comentário"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 comentários"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Cor de fundo da parte dos créditos do rodapé."

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Cor do texto do menu pequeno do rodapé."

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Cor do texto de créditos do rodapé."

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Cor do texto de créditos do rodapé."

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Cor de fundo do widget de rodapé."

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Cor do texto do link de conteúdo do widget do rodapé."

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Cor do conteúdo do widget de rodapé."

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Cor do título do widget."

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Opções de cores da parte do rodapé"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Cor de fundo da seção de conteúdo."

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Cor do título do widget da lateral."

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Cor do fundo do botão."

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Cor do texto do botão."

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Cor de metadados do post."

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Cor do texto de conteúdo."

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Cor do título da página."

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Cor do título do post."

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Cor dos títulos das partes do conteúdo (como h1, h2 na seção de conteúdo)."

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Opções de cores de partes do conteúdo"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Cor de fundo do cabeçalho."

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Cor do item selecionado/em foco do menu principal."

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Cor de texto do menu principal."

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Descrição do site."

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Título do site."

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Opções de cores do cabeçalho"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Altere as definições de cor a partir daqui como quiser"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opções de cor"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Menu pequeno do rodapé. O padrão é 14px"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Tamanho da fonte dos créditos do rodapé. O padrão é 14px"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Tamanho da fonte do conteúdo do widget do rodapé. O padrão é 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr "Títulos de widgets do rodapé. O padrão é 18px"

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Opções de tamanho de fonte de rodapé"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Tamanho da fonte do texto do botão (Botões como Ler mais, Enviar, Deixe seu comentário, etc.). O padrão é 12px"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Tamanho da fonte dos metadados do post. O padrão é 12px"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr "Tamanho da fonte de conteúdo, também se aplica a outros textos como nos campos de pesquisa,  botão de comentários do post, etc. O padrão é 15px"

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Opções de tamanho da fonte de conteúdo"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr "Título do comentário. O padrão é 24px"

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Título do widget. O padrão é 18px"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Título da página. O padrão é 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Título do post. O padrão é 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr "Tag do título H5. O padrão é 22px"

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr "Tag do título H4. O padrão é 24px"

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr "Tag do título H6. O padrão é 18px"

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr "Tag do título H1. O padrão é 36px"

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Opções de tamanho de fonte relacionadas aos títulos"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Submenu principal. O padrão é 14px"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Menu principal. O padrão é 14px"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Tamanho da fonte da descrição do site. O padrão é 16px"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Tamanho da fonte do título do site. O padrão é 46px"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Opções de tamanho da fonte do cabeçalho"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Fonte de conteúdo e outros. O padrão é \"Open Sans\"."

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Fonte para todos os títulos. O padrão é \"Open Sans\"."

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Fonte do menu principal. O padrão é \"Open Sans\"."

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Fonte da descrição do site. O padrão é \"Open Sans\""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Fonte do título do site. O padrão é \"Open Sans\""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Opções de fontes do Google"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Altere as configurações de tipografia a partir daqui como quiser"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Opções de tipografia"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Configurações de cores de Categoria"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Altere as cores de cada categoria como quiser."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opções de cores da categoria"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Edite as informações de direitos autorais no seu rodapé. Você também pode usar shortcodes: [the-year] para o ano atual, [site-link] para o link do seu site, [wp-link] para o link do site do WordPress e [tg-link] para o link do site da ThemeGrill."

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Funciona com "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro da "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Direitos autorais &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor dos créditos no rodapé"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Marque para desativar o botão de ir ao topo."

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Botão subir ao topo"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Marque para exibir o link para a página do autor na seção Biografia do autor"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "URL do autor na biografia do autor"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Marque para mostrar os perfis sociais na biografia do autor"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Perfis sociais e biografia do autor"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Marque para habilitar o lightbox para as imagens destacadas nos posts únicos"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox na imagem"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Marque para ativar botões de compartilhamento social na página individual do post"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Botão de compartilhamento social"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Altere o texto \"Ler mais\" conforme necessário para o seu site."

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Mudar o texto \"Leia mais\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Desativar o botão de edição apenas na seção de metadados do post."

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Desativar a exibição do post apenas na seção de metadados do post."

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Desativar as tags apenas na seção de metadados do post."

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Desativar os comentários apenas na seção de metadados do post."

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Desativar a categoria apenas na seção de metadados do post."

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Desativar a data apenas na seção de metadados do post."

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Desativar o autor apenas na seção de metadados do post."

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Desativar totalmente a seção de metadados do post, ou seja, remover todos os metadados."

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Exibir metadados do post"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Artigos relacionados por Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Artigos relacionados por Categorias"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Artigos relacionados devem ser exibidos como:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Marque para ativar os artigos relacionados"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Posts relacionados"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Marque para ativar o sistema exclusivo de posts para os widgets agrupados"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Sistema de post único"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opções adicionais"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Altere as configurações adicionais aqui se quiser"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Opção de cor do link social preferencial"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Ícone FontAwesome do link social preferencial"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Ícones sociais adicionais"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Links social adicional 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Links social adicional 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Links social adicional 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Links social adicional 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Links social adicional 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Links social adicional 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Marque para mostrar numa nova aba"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "Linkedin"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Quadrado"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google+"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Marque para ativar a área de links das redes-sociais"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Ativar a área de links das redes-sociais"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Altere as configurações dos Links Sociais a partir daqui como você quiser"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opções de redes-sociais"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Escreva o seu CSS personalizado"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS Personalizado"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Isto irá refletir nos links, botões e muito mais. Escolha a cor para combinar com seu site"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Opção de cor primária"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr "Uma coluna (Imagem destacada à esquerda e resumo do post à direita)"

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Padrão (Primeira imagem grande e outras duas lado a lado)"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Escolha a opção de layout para as páginas de blog, arquivo e resultados de pesquisa."

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Layout das páginas do Blog/Arquivos e Pesquisa"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selecione o layout padrão para posts únicos. Este layout será refletido em todas os posts exceto os que se já forem definido no próprio post"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Layout padrão apenas para posts individuais"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selecione o layout padrão para as páginas. Este layout será refletido em todas as páginas exceto que se já for definido na própria página"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Layout padrão para páginas, apenas"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Selecione o layout padrão. Este layout será refletido por todo o site, categoria, páginas de busca, etc. O layout para o posto único e página podem ser controlado pelas opções abaixo"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Layout Padrão"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Layout esticado"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Layout quadrado"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Escolha o layout do site. A mudança será refletida no site todo"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Layout do site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Marque para esconder os posts do blog e da página estática da página inicial"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Configurações da página inicial"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opções do design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Altere aqui as configurações do design como quiser"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tipo 3: Texto do cabeçalho e Lateral do cabeçalho alinhados ao centro"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tipo 2: Lateral de cabeçalho à esquerda, Texto do cabeçalho e logo à direita"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tipo 1 (Padrão): Texto de cabeçalho e logo à esquerda, Lateral do cabeçalho à direita"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Escolha o tipo de exibição do cabeçalho que você deseja"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Tipo de exibição do cabeçalho"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Marque para que a imagem do cabeçalho tenha um link para a página inicial"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Exibir a imagem do cabeçalho abaixo do menu principal."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Padrão: Exibir a imagem do cabeçalho entre o título/texto e o menu principal."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Exibir a imagem do cabeçalho acima do título/texto do site."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posição de exibição da imagem do cabeçalho"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posição da imagem do cabeçalho"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Desativar"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostrar ambos"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Apenas o texto no cabeçalho"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Apenas a logo no cabeçalho"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Escolha a opção que você quer"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo do Cabeçalho"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Marque para exibir o ícone de artigos aleatórios no menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Post aleatório"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Marque para exibir o ícone de busca no menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ícone de busca"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Marque para ativar o comportamento persistente do menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixo"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Marque para exibir o ícone 'Início' no menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostrar o ícone 'Inicio'"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Marque para exibir a data no cabeçalho"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostrar a data"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Abaixo da navegação"

#: inc/customizer.php:205
msgid "Header"
msgstr "Cabeçalho"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Escolha o local/área para colocar as últimas notícias"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Insira o tempo de velocidade para as últimas notícias no cabeçalho"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Insira o tempo de duração das últimas notícias no cabeçalho"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Abaixo"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Acima"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Escolha o estilo de animação para as últimas notícias no cabeçalho"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Insira o texto a ser exibido no mostrador de notícias"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Últimos:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Marque para ativar a seção de últimas notícias"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Últimas notícias"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opções de cabeçalho"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Altere aqui as configurações do cabeçalho como quiser"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Links que são muito importantes"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "Links importantes do tema ColorMag"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Avalie este tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Ver demonstração"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Suporte"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentação"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Sem lateral - Conteúdo centralizado"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Sem lateral - Tela inteira"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Lateral esquerda"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Lateral direita"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Layout padrão"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Escolha o layout"

#: functions.php:125
msgid "Footer Menu"
msgstr "Menu do rodapé"

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Ler mais"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Páginas:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Fechado para comentários."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentários recentes &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentários antigos"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navegação dos comentários"

#: archive.php:70
msgid "Archives"
msgstr "Arquivos"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citações"

#: archive.php:58
msgid "Videos"
msgstr "Vídeos"

#: archive.php:55
msgid "Images"
msgstr "Imagens"

#: archive.php:52
msgid "Asides"
msgstr "Notas"

#: archive.php:49
msgid "Year: %s"
msgstr "Ano: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mês: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dia: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Você alterou a assinatura de %s, portanto, você precisará inserir sua nova chave de licença de API na página de configurações. A chave de licença deve ter chegado à sua caixa de entrada de e-mails, caso contrário, você pode encontrá-la entrando no <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s não foi ativado. Vá para a página de configurações e insira a chave de licença e o email de licença para ativar o %s."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A permissão de download para %s foi revogada, possivelmente devido a uma chave de licença ou assinatura expiradas. Você pode reativar ou comprar uma chave de licença pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Não foi possível encontrar uma chave de licença para %s. Talvez você tenha se esquecido de inserir uma chave de licença ao configurar o %s ou a chave tenha sido desativada na sua conta. Você pode reativar ou comprar uma chave de licença a partir do <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s não foi encontrada. Você pode adquirir uma assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s foi enviada para a lixeira e será excluída em breve. Você pode adquirir uma nova assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s ainda está pendente. Você pode acompanhar o status da sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a>da sua conta."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s foi suspensa. Você pode reativar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s expirou. Você pode reativar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr "A assinatura para %s foi cancelada. Você pode renovar a sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta. Uma nova chave de licença será enviada para você por e-mail após seu pedido ter sido concluído."

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A assinatura para %s está em espera. Você pode reativar sua assinatura pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "A chave de licença para %s expirou. Você pode reativar ou comprar uma chave de licença pelo <a href=\"%s\" target=\"_blank\">painel</a> da sua conta."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Desativa uma chave de licença do API para que possa ser usado em outro blog."

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Licença do tema desativada. "

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "A licença não pôde ser desativada. Use a aba \"Desativar licença\" para desativar manualmente a licença antes de ativar uma nova."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Falha na conexão com o servidor de licenças, tente novamente mais tarde."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema ativado. "

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Desative a chave da licença da API"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "Desativação da licença da API"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "E-mail da licença da API"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "Chave da licença da API"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "Ativação da licença da API"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Salvar alterações"

#: 404.php:30
msgid "Error"
msgstr "Erro"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Parece que nada foi encontrado neste local. Experimente a pesquisa abaixo."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ops! Essa página não pode ser encontrada."

#: 404.php:28
msgid "404"
msgstr "404"languages/pl_PL.mo000064400000044460151213252610010063 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*S�*&,2,5,O,`,i,-l,)�,,�,2�,s$-.�- �- �-	. ). J.k.�.�.�.�.�.�./	/!/./;/H/U/b/o/�/�/	�/�/�/'�/	0 0'=0e07�0�0.�0�0-1+F1Hr1/�16�17"23Z2K�2<�23/13a3!q3/�33�3�3<4K4Z4a4j44
�4�4�4�4�4�4	5!585M5g5�5�5�5�5�5
�566'"6
J6U6f6w6�6V�6�677^"79�7d�77 8?X8�8�8�8�84�8
9!9*9.B9q9/y9$�9�9�9�9:$:D:&b:'�:�:�:�:�:;;);8;S;o;�;�;(�;�;�;�;	<K<hZ<�<�<'�<==
"='-=U=b=1{=�=�=.�=&�= ><>2S>�>�>	�>	�>�>�>�>�>
�>�>�>??P?m?"~?�?#�?	�?�?�?@@"@8@H@[@�n@��@��AEBYBfB�B�BK�B"C$#C*HC+sC)�C(�C=�C00D(aD�D
�D�D0�Ds�DdEuE~E�E�E#�E�E�EF1FMFiF�F�F
�F	�F
�F�F
�F��F
�G�G�G�G�G�G
�G�G�G�GHH
H	-H7H?HZH'bHw�H'I*I,I.I%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:52:48+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: pl
Project-Id-Version: Themes - ColorMag Pro
%1$s o %2$s%s&larr; Starsze komentarze&larr; Poprzedni(Edycja), <i class="fa fa-comment"></i> Brak komentarzy<i class="fa fa-comment"></i> 1 Komentarz<i class="fa fa-comments"></i> Komentarzy: %<span class="meta-nav">&larr;</span> Starsze wpisy<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Pokaż obszar odnośników społecznościowychDodaj tu swoją reklamę 125x125Dodaj tu swoją reklamę 300x250Dodaj tu swoją reklamę 728x90Dodaj tu swoją grafikę 125x125Dodaj tu swoją grafikę 300x250Dodaj tu swoją grafikę 728x90Dodaj tytuł twojego blokuOpcje dodatkoweReklama powyżej stopkiObrazek z reklamąOdnośnik obrazka z reklamąArchiwaTreści poboczneAutor: %sStyl bloku 1Styl bloku 2Styl bloku 4Styl bloku 6Styl bloku 9Tytuł blokuNagłówek oraz stopkaUkład ramkowyZ ostatniej chwiliKategorieKolory kategoriiUstawienia kolorów kategoriiZmień tekst &bdquo;Czytaj dalej&rdquo;Zmień opcje dodatkoweDostosuj ustawienia wygląduZmień stąd ustawienia stopki na swojeZmień ustawienia nagłówkaDla każdej z kategorii możesz ustawić dowolny kolor.Oj, ktoś tu kantuje?Pokaż obszar odnośników społecznościowychWłącz powiązane wpisyPokaż ikonę losowego wpisu w głównym menuPokaż ikonę wyszukiwania w głównym menuZaznacz, aby wyświetlać obrazek wyróżniający na pojedynczej stroniePokaż sekcję &bdquo;Z ostatniej chwili&rdquo;Włącz efekt lightbox dla obrazków wyróżniającychPozostaw główne menu widoczne przy przewijaniu stronyUkryj wpisy/statyczną stronę na stronie głównejZaznacz, aby ukryć obrazek wyróżniający na stronie z pojedynczym wpisemUstaw grafikę nagłówka jako odnośnik do strony głównejPokaż datę w nagłówkuPokaż ikonę strony głównej w głównym menuWybierz obrazekWybierz kolor dla swojej witryny.Wybierz podstawowy sposób wyświetlania stopkiWybierz podstawowy sposób wyświetlania nagłówkaWybierz jedną z opcjiWybierz układ witryny. Zmiana ma wpływ na całą witrynę.Opcje kolorówKolor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridNawigacja po komentarzachKomentarze są wyłączone.Strona kontaktowaPanel strony kontaktowejSzablon strony kontakowejLewa środkowa sekcjaPrawa środkowa sekcjaGórna sekcjaNiestandardowy CSSJasny motywSposób wyświetlania daty w nagłówkuDzień: %sDomyślny układDomyślny układDomyślny układ stronDomyślny układ wpisówDomyślnie: Wyświetl grafikę nagłówka pomiędzy tytułem witryny a głównym menu.OpisKonfiguracja wygląduWyłączWyświetl najnowsze wpisy lub wpisy z wybranej kategorii, używając ich jako pokazu slajdów.Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii.Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii. Odpowiedni dla panelu Obszar obok slidera.Wyświetl grafikę nagłówka poniżej głównego menu.Pokaż grafikę nagłówka powyżej tytułu witryny lub tekstu.Wyświetl wpisy z:DokumentacjaEdytujPanel strony Strony 404.Everest Forms – Easy Contact Form and Form BuilderPrzykładowy widgetFacebookObrazek wyróżniającyObrazek wyróżniający na pojedynczej stronieFiltrujEdytor informacji o prawach autorskich w stopceSposób wyświetlania obszaru stopkiOpcje stopkiTylko stopkaUżyj ustawień WordPressaUstawienia strony głównejStrona główna: Obszar obok slideraStrona główna: Dolna sekcjaStrona główna: Lewa środkowa sekcjaStrona główna: Prawa środkowa sekcjaStrona główna: Górna sekcjaStrona główna: Obszar slideraGoogle-PlusStyl układu 2Styl układu 3Styl układu 4Styl układu 5Pozycja grafiki nagłówkaWyłącznie logo nagłówkaUstawienia nagłówkaPanel nagłówkaWyłącznie tekst nagłówkaPozycja wyświetlania grafiki nagłówkaTylko nagłówekImage LightboxObrazkiInstagramWygląda na to, że nie ma tego czego szukasz. Spróbuj opcji wyszukiwania.Zdaje się, że nie możemy znaleźć tego, czego szukasz. Może spróbujesz skorzystać z wyszukiwarki?Najnowsze wpisyOstatnie wpisy:Układ będzie wyglądał jak poniżej:lewyLewy panel bocznyOdnośnikiSposób wyświetlania nagłówka stronyMiesiąc: %sNowsze komentarze &rarr;Nowsze wpisy <span class="meta-nav">&rarr;</span>Następny &rarr;&rarr;Bez paska narzędzi, zawartość wyśrodkowanaCała szerokość, bez paska narzędziLiczba wpisów do wyświetlenia:Ile postów pominąć?Ups! Nie udało się znaleźć pożądanej strony.Wzór kreatora stronStrony:Pingback:PinterestAutor wpisuZobacz wpisyWpisy&larr;Menu główneKolor podstawowyCytatyLosowy wpisCzytaj dalejGotowy do publikacji Twojego pierwszego wpisu? <a href="%1$s">Zacznij tutaj</a>.Powiązane wpisyPowiązane wpisy według kategoriiPowiązane wpisy według tagówWyświetlanie powiązanych wpisów:OdpowiedzprawyPrawy panel bocznySzukajIkona wyszukiwaniaWybierz układ stronyWybierz obrazekWybierz kategorie:Wybierz kategorięWybierz domyślny układ dla stron. Ten układ będzie używany dla wszystkich stron z wyjątkiem tych, które posiadają własne ustawienia.Wybierz domyślny układ wpisu. To ustawienie ma wpływ na wszystkie wpisy z wyjątkiem tych, które mają przypisane własne ustawienia. Wybierz domyślny układ. Będzie on używany we wszystkich archiwach, stronach kategorii, stronie wyszukiwania itd. Układ pojedynczego wpisu lub strony można ustawić w opcjach poniżej.Pokaż logo i tekstPokaż datęPokaż ikonę strony głównejPokaż ostatnie wpisyPokaż wpisy z kategoriiPokaż widget obok slajdera. Odpowiedni dla widgetu TG: Wyróżnione wpisy.Pokazuje widgety po lewej stronie.Pokazuje widgety po prawej stronie. Pokazuje widgety w czwartym panelu stopki.Pokazuje widgety w pierwszym panelu stopki.Pokazuje widgety w trzecim panelu stopki.Pokazuje widgety w drugim panelu stopki.Pokazuje widgety w sekcji nagłówka tuż nad głównym menu.Pokazuje widgety w szablonie strony kontaktowej.Pokazuje widgety na stronie błędu 404.Układ witrynyKolor skórkiOpcje społecznościoweWyświetlanie odnośników społecznościowych: Niestety, nic nie pasuje do Twoich kryteriów wyszukiwania. Spróbuj ponownie, używając innych słów kluczowych.Przyklejone menuWsparcieTG: Reklama 125x125TG: Reklama 300x250TG: Reklama 728x90TG: Slajder wyróżnionej kategoriiTG: Polecane wpisy (Styl 1)TG: Polecane wpisy (Styl 2)TG: Polecane wpisy (Styl 3)TG: Polecane wpisy (Styl 4)TG: Polecane wpisy (Styl 5)TG: Polecane wpisy (Styl 6)TG: Polecane wpisy (Styl 7)TG: Losowe wpisyTG: ZakładkiTG: WideoKolor tekstu:Domyślne ustawienia motywuThemeGrillTo ustawienie będzie miało wpływ m.in. na kolor odnośników i przycisków. Wybierz kolor najbardziej odpowiedni dla witryny.Nazwa widgetuTytuł:TwitterTyp 1 (domyślny)Typ 2System unikalnych wpisówUżyj obrazkaWideoZobacz demoZobacz losowy wpisCiemny motywUkład szerokiNazwa widgetuWordPressRok: %sMoże cię zainteresować:YouTubeTwój komentarz oczekuje na moderację.Jedna myśl na temat &ldquo;%2$s&rdquo;%1$s myśli na temat &ldquo;%2$s&rdquo;%1$s myśli na temat &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/en_CA.po000064400000162115151213252610010023 0ustar00# Translation of Themes - ColorMag Pro in English (Canada)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:21:55+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: en_CA\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "One thought on &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s thoughts on &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Contact Page Template"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColourMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Right"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Example Widget"

#: sidebar-left.php:26
msgid "Left"
msgstr "Left"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contact Page"

#: searchform.php:12
msgid "Search"
msgstr "Search"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Sorry, but nothing matched your search terms. Please try again with some different keywords."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Next &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Previous"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Cheatin&#8217; eh?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Featured Posts (Style 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Featured Posts (Style 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Featured Posts (Style 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Random Posts Widget"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Featured Posts (Style 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Featured Posts (Style 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Add your Advertisement 125x125 Images Here"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Advertisement"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Add your 125x125 Advertisement here"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Add your Advertisement 728x90 Images Here"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Advertisement"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Add your 728x90 Advertisement here"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Advertisement Image "

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Advertisement Image Link "

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Add your Advertisement 300x250 Images Here"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Advertisement"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Add your 300x250 Advertisement here"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Featured Posts (Style 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Description"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Title:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Layout will be as below:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Featured Posts (Style 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Display latest posts or posts of a specific category."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Select Category"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Show posts from a category"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Show latest Posts"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Number of posts to display:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Display latest posts or posts of a specific category, which will be used as the slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Shows widgets at footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Shows widgets at footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Shows widgets at footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Shows widgets at footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertisement Above The Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Shows widgets on Error 404 page."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Shows widgets on Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Front Page: Content Bottom Section"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content Middle Right Section"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Front Page: Content Middle Right Section"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content Middle Left Section"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Front Page: Content Middle Left Section"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content Top Section"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Front Page: Content Top Section"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Show widget beside the slider. Suitable for TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Front Page: Area beside slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Front Page: Slider Area"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Shows widgets in header section just above the main navigation menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Shows widgets at Left side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Shows widgets at Right side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "You May Also Like"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "View a random post"

#: inc/functions.php:655
msgid "Reply"
msgstr "Reply"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Your comment is awaiting moderation."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s at %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Post author"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Edit)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Newer posts <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Older posts"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Post navigation"

#: inc/functions.php:304
msgid "Edit"
msgstr "Edit"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comments"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comment"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 Comment"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Colour Options"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Category Colour Settings"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Change the colour of each category items as you want."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Category Colour Options"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Footer Copyright Editor"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Check to enable the lightbox for the featured images in single post"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Change Read More Text"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Related Posts By Tags"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Related Posts By Categories"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Related Posts Must Be Shown As:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Check to activate the related posts"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Related posts"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Upload favicon for your site"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Check to activate favicon. Upload favicon from below option"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Activate favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Unique Post System"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Additional Options"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Change the Additional Settings from here as you want"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Check to activate social links area"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Activate social links area"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Social Options"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "Custom CSS"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "This will reflect in links, buttons and many others. Choose a colour to match your site"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Primary colour option"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Default layout for single posts only"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Default layout for pages only"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Default Layout"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Wide Layout"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Boxed Layout"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choose your site layout. The change is reflected in whole site"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Site Layout"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Check to hide blog posts/static page on front page"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Front Page Settings"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Design Options"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Change the Design Settings from here as you want"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Check to make header image link back to home page"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Display the Header image below main/primary menu."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Display the Header image between site title/text and the main/primary menu."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Display the Header image just above the site title/text."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Header image display position"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Header Image Position"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Disable"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Show Both"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Header Text Only"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Header Logo Only"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Choose the option that you want"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Upload logo for your header"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Check to display the Random Post Icon in the primary menu"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Random Post"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Check to display the Search Icon in the primary menu"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Search Icon"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Check to enable the sticky behavior of the primary menu"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Sticky Menu"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Check to show the home icon in the primary menu"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Show Home Icon"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Check to show the date in header"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Show Date"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Latest:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Check to enable the breaking news section"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Change the Header Settings from here as you want"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Important Links"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "View Demo"

#: inc/customizer.php:26
msgid "Support"
msgstr "Support"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "No Sidebar Content Centered"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "No Sidebar Full Width"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Left Sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Right Sidebar"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Default Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Select Layout"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Primary Menu"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Read more"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Pages:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comments are closed."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Newer Comments &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Older Comments"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comment navigation"

#: archive.php:71
msgid "Archives"
msgstr "Archives"

#: archive.php:65
msgid "Links"
msgstr "Links"

#: archive.php:62
msgid "Quotes"
msgstr "Quotes"

#: archive.php:59
msgid "Videos"
msgstr "Videos"

#: archive.php:56
msgid "Images"
msgstr "Images"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "Year: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Month: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Day: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "It looks like nothing was found at this location. Try the search below."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! That page can&rsquo;t be found."

#: 404.php:30
msgid "404"
msgstr ""languages/fr_BE.po000064400000425001151213252610010027 0ustar00# Translation of Themes - ColorMag Pro in French (Belgium)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:11:24+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fr_BE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modèle de constructeur de page"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Style de grille 5 "

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Style de grille 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Style de grille 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Style de grille 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Sélection de catégories :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Catégories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Afficher articles depuis :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset d’articles :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Articles"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Style de bloc 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Couleur de texte :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Couleur :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Titre de widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Ajoutez votre titre de bloc personnalisé"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Titre de bloc"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titre de widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globaux ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de grille ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de blocs ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Sombre"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Constructeur de formulaire et formulaire de contact simple"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Cochez pour afficher l’image mise en avant dans les articles."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Image mise en avant dans la page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Cochez pour masquer l’image mise en avant dans les articles."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Image mise en avant"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (par défaut)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone de pied que vous souhaitez"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Type d’affichage de zone principale du pied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Options du pied"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Changez les régalges du pied comme vous le voulez"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En-tête et pied"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pied uniquement"

#: inc/customizer.php:768
msgid "Header only"
msgstr "En-tête uniquement"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Afficher les liens sociaux sur : "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Coloris sombre"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Coloris blanc"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choisissez le coloris pour votre site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Couleur de coloris"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone d’en-tête que vous souhaitez"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Type d’affichage de zone principale d’en-tête"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Depuis le réglage de date de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Réglage par défaut du thème"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date dans l’en-tête d’affichage type :"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Articles récents"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Sélectionner une image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Utiliser l'image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choisir une image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Une pensée sur &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensées sur &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modèle de page contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "droite"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget exemple"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Gauche"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Page de contact"

#: searchform.php:12
msgid "Search"
msgstr "Recherche"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Il semble que rien ne soit trouvé pour votre recherche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Désolé, mais rien ne correspond à vos critères."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Prêt à publier votre 1er article ? <a href=\"%1$s\">Commencez ici</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Suivant &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Précédent"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Alors, on triche ?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG : Articles mis en avant (style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG : Articles mis en avant (style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG : Articles mis en avant (style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG : Widget d’articles aléatoires"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG : Widget en onglet"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG : Articles mis en avant (style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG : Articles mis en avant (style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG : Vidéos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Ajout de vos images d’annonce 125x125 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG : Annonces 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Ajout de votre annonce 125x125 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Ajout de vos images d’annonce 728x90 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG : Annonces 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Ajout de votre annonce 728x90 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Image de l’annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Lien de l'image de l’annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Ajout de vos images d’annonce 300x250 ici."

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG : Annonces 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Ajout de votre annonce 300x250 ici."

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG : Articles mis en avant (style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titre :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "La mise en page sera comme ci dessous :"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG : Articles mis en avant (style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Affiche les derniers articles ou les articles d’une catégorie spécifique."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Sélectionner la catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Afficher les articles depuis une catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Afficher les derniers articles"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Nombre d'articles à afficher :"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG : Catégorie de diaporama mis en avant"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporama"

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Afficher les widgets dans la barre de pied 4"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Afficher les widgets dans la barre de pied 3"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Afficher les widgets dans la barre de pied 2"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Afficher les widgets dans la barre de pied 1"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce au dessus du pied"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Afficher les widgets sur la page d’erreur 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Barre de page d’erreur 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Afficher les widgets sur le modèle de page de contact"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Barre de page de contact"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Page d’accueil : Section de contenu bas"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Section de contenu droite milieu"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Accueil : Section de contenu mileu droite"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Section de contenu gauche milieu"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Accueil : Section de contenu mileu gauche"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Zone de contenu haut"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Page d'accueil : Zone de contenu haut"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Affichage du widget à côté du diaporama. Pour TG : Articles mis en évidence"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Page d'accueil : Zone à côté du diaporama"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Page d'accueil : Zone de diaporama"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barre d'en-tête"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Vous pourrez aussi aimer"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill."

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Voir un article au hasard"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Répondre"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Votre commentaire est en attente de validation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s à %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Auteur de l’article"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifier)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Ping :"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articles plus récents <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articles plus anciens"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigation d’article"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifier"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commentaires"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commentaire"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Aucun commentaire"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Options de couleur"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Réglages de couleur de catégorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "changez les couleurs de chaque éléments de catégorie comme vous le voulez."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Options de couleur de catégorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Éditeur de copyright du pied"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Cochez pour activer lightbox pour les images mises en avant dans les articles."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "LightBox image"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Texte pour lire la suite"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articles similaires par étiquettes"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articles similaires par catégories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Les articles similaires doivent être affichés en tant que :"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "cochez pour activer les articles similaires"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Articles similaires"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Système d’article unique"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Options additionnelles"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Changez les réglages additionnels autant que vous le voulez."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Cochez pour activer la zone de liens sociaux"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activer la section des liens sociaux"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Options sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personnalisé"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option de couleur principale"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Mise en page par défaut des articles"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Mise en page par défaut des pages"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Mise en page par défaut"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Style large"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Style encadré"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choisissez la mise en page de votre site. Ce changement est répercuté sur le site entier."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Mise en page du site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Cochez pour masquer les articles de blog/page statique sur l’accueil"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Réglages de page d’accueil"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Options de design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Changez les réglages de design ici autant que vous le voulez"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Cochez pour faire que l’image d’en-tête envoie sur l’accueil"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Affichage de l’image d’en-tête sous le menu principal"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Par défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principal"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Affichage de l’image d’en-tête juste au dessus du titre/texte du site"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position d'affichage d'image d'en-tête"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position d'image d’en-tête"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Désactiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Afficher les deux"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Texte d'en-tête seulement"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Logo d’en-tête seulement"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choisissez l’option que vous voulez"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’article aléatoire dans le menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Article aléatoire"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Cochez pour afficher l’icône de recherche dans le menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icône de recherche"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Cochez pour activer le comportement fixe pour le menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixe"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’accueil dans le menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Afficher l'Icône d’accueil"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Cochez pour afficher la date dans l'en-tête"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Afficher la date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Récents :"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "cochez pour activer la section de nouvelles fraîches"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Nouvelle fraîches"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Options d’en-tête"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Changez les régalges de l’en-tête ici autant que vous le voulez"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Voir la démo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Pas de barre, contenu centré"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Pas de barre (pleine largeur)"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barre de gauche"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barre de droite"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Mise en page par défaut"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Choix de mise en page"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Lire la suite"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages :"

#: comments.php:67
msgid "Comments are closed."
msgstr "Commentaires fermés."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigation de commentaire"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Liens"

#: archive.php:61
msgid "Quotes"
msgstr "Citations"

#: archive.php:58
msgid "Videos"
msgstr "Vidéos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Notes"

#: archive.php:49
msgid "Year: %s"
msgstr "Année : %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mois : %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Jour : %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur : %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Il semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oups, la page ne peut pas être trouvée."

#: 404.php:28
msgid "404"
msgstr ""languages/fa_IR.po000064400000431572151213252610010044 0ustar00# Translation of Themes - ColorMag Pro in Persian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:10:05+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fa\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "پوسته صفحه‌ساز"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "جدولی استایل 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "جدولی استایل 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "جدولی استایل 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "جدولی استایل 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "بلاک استایل 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "بلاک استایل 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "بلاک استایل 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "بلاک استایل 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "انتخاب دسته:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "دسته‌ها"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "نمایش نوشته‌ها از"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "فیلتر"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "نوشته‌های آفست:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "نوشته‌ها"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "بلاک استایل 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "رنگ متن:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "رنگ:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "عنوان ابزارک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "افزودن عنوان سفارشی بلاک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "عنوان بلاک"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "عنوان ابزارک"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag ابزارک سراسری"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag ابزارک جدولی"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag بلاک ابزارک"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag تیره"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag بلاگ زیبا"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag مجله بیزنسی"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "موسیقی نسخه پولی ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "فرم های اورست - فرم آسان تماس و سازنده فرم"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "انتخاب کنید اگر میخواهید تصویر شاخص در برگه تکی نمایش داده شود."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "تصویر شاخص در برگه تکی"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "انتخاب کنید اگر میخواهید تصویر شاخص در نوشته تکی نمایش داده شود."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "تصویر شاخص"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "نوع 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "نوع 1 (پیشفرض)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "انتخاب نوع نمایش ناحیه اصلی پانوشت که شما می خواهید"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "نوع نمایش ناحیه اصلی پانوشت"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "تنظیمات پانوشت"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "تغییر تنظیمات پانوشت از اینجا به سلیقه شما"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "هردو سربرگ و پانوشت"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "فقط پانوشت"

#: inc/customizer.php:768
msgid "Header only"
msgstr "فقط سربرگ"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "لینک شبکه اجتماعی برای نمایش در:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "پوسته تیره"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "پوسته سفید"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "انتخاب رنگ پوسته برای سایت شما."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "رنگ پوسته"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "انتخاب نوع نمایش ناحیه اصلی سربرگ که شما می خواهید"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "نوع نمایش ناحیه سربرگ اصلی"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "از تنظیمات تاریخ وردپرس"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "تنظیمات پیشفرض قالب"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "نوع نمایش تاریخ در سربرگ:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "نوشته‌های اخیر"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "انتخاب یک تصویر"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "استفاده از تصویر"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "انتخاب یک تصویر"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ورزش‌ها نسخه پولی ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag تکنولوژی حرفه ای"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag مد حرفه ای"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&larr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&rarr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "%1$s دیدگاه برای «%2$s»"
msgstr[1] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "پوسته برگه تماس"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag پولی"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "راست"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "ابزارک نمونه"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "چپ"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "برگه تماس"

#: searchform.php:12
msgid "Search"
msgstr "جستجو"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "به‌نظر می‌رسد نمی‌توانیم چیزی که شما به دنبال آن هستید را بیابیم. شاید جستجو بتواند به شما کمک کند."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "بدبختانه جستجوی شما نتیجه‌ای در بر نداشت. با واژگانی دیگر جستجو کنید."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "میخواهید اولین نوشته‌ی خود را منتشر کنید؟ <a href=\"%1$s\">از اینجا آغاز کنید</a>. "

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "بعدی &larr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&rarr; قبلی"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "کلک میزنی؟"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: نوشته های شاخص (استایل 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: نوشته های شاخص (استایل 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: نوشته های شاخص (استایل 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: ابزارک نوشته تصادفی"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: ابزارک تبی"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: نوشته های شاخص (استایل 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: نوشته های شاخص (استایل 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: ویدئو"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "افزودن تصویر 125 در 125 در اینجا"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: بنر تبلیغی 125 در 125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "افزودن بنر تبلیغی 125 در 125 در اینجا"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "تصویر بنر تبلیغی 728 در 90 را اینحا وارد کنید"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: بنر تبلیغی 728 در 90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "بنر تبلیغی 728 در 90 خود را اینجا وارد کنید"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "تصویر تبلیغی "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "لینک تصویر تبلیغی "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "تصویر بنر 300 در 250 را اینجا اضافه کنید"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: بنر تبلیغی 300 در 250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "بنر تبلیغی 300 در 250 را اینجا اضافه کنید"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: نوشته های اخیر (استایل 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "توضیحات"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "عنوان :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "طرح بصورت زیر خواهد بود:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: نوشته های شاخص (استایل 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "نمایش نوشته های اخیر یا نوشته های دسته ای مشخص."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "نمایش نوشته های اخیر یا نوشته از دسته ای مشخص. مناسب برای ناحیه کناری اسلایدر."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "گزینش دسته"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "نمایش نوشته از دسته"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "نمایش آخرین پست‌ها"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "تعداد نوشته برای نمایش:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: اسلایدر دسته شاخص"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "نمایش نوشته های اخیر یا نوشته های دسته ای مشخص، که به عنوان اسلایدر استفاده می شود."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "نمایش ابزارک در چهارمین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "نمایش ابزارک در سومین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "نمایش ابزارک در دومین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "نمایش ابزارک در اولین ناحیه کناری پانوشت."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "تبلیغات بالای پانوشت"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "نمایش ابزارک در برگه خطای 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "ناحیه کناری برگه خطای 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "نمایش ابزارک در پوسته برگه محتوا."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "ناحیه کناری برگه تماس"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "صفحه اصلی: بخش پایین محتوا"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "بخش راست وسط محتوا"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "صفحه اصلی: بخش راست وسط محتوا"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "بخش چپ وسط محتوا"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "صفحه اصلی: بخش چپ وسط محتوا"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "بخش بالای محتوا"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "صفحه اصلی: بخش بالا محتوا"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "نمایش ابزارک کنار اسلایدر. مناسب برای TG: نوشته های برجسته."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "صفحه اصلی: ناحیه کناری اسلایدر"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "صفحه اصلی: ناحیه اسلایدر"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "نمایش ابزارک در سربرگ فقط بالای ناوبری فهرست اصلی."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "ناحیه کناری سربرگ"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "نمایش ابزارک‌ها در سمت چپ."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "نمایش ابزارک‌ها در سمت راست."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "ممکن شما دوست داشته باشید"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "وردپرس"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "مشاهده نوشته تصادفی"

#: inc/functions.php:2109
msgid "Reply"
msgstr "پاسخ دادن"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "دیدگاه شما چشم به راه بررسی است."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s در t %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "نویسنده"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(ویرایش)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "بازپینگ:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "نوشته‌های تازه‌تر <span class=\"meta-nav\">&larr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&rarr;</span> نوشته‌های کهنه‌تر"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "راهبری نوشته‌ها"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "ويرايش"

#: inc/functions.php:490
msgid ", "
msgstr "،"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % دیدگاه"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 دیدگاه"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i>0 دیدگاه"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "تنظیمات رنگ"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "تنظیمات رنگ دسته"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "تغییر رنگ هر دسته براساس سلیقه شما."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "تنظیم رنگ دسته"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "ویرایشگر حق انتشار پانوشت"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "انتخاب کنید لایت باکس برای تصاویر شاخص در نوشته تکی"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "لایت باکس تصویر"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "تغییر متن ادامه مطلب"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "نوشته های مرتبط براساس برچسب"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "نوشته های مرتبط براساس دسته ها"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "نوشته های مرتبط باید نمایش داده شود:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "انتخاب کنید تا نوشته های مرتبط فعال شود"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "نوشته‌های مرتبط"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "سیستم نوشته مشخص"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "تنظیمات اضافی"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "تغییر تنظیمات اضافی از اینجا به سلیقه شما"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "پین‌ترست"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "اینستاگرام"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "گوگل پلاس"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "توئیتر"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "فیسبوک"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "انتخاب کنید تا ناحیه لینک شبکه های اجتماعی فعال شود"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "فعال کردن ناحیه لینک شبکه های اجتماعی"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "تنظیمات اجتماعی"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS سفارشی"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "این روی پیوندها،دکمه ها و چیزهای دیگر تاثیر میگذارد.رنگی برای مطابقت با سایت خود انتخاب کنید"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "گزینه رنگ اصلی"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "انتخاب طرح پیشفرض برای نوشته تکی. این طرح روی تمام نوشته‌ای تکی چه طرح منحصر به فرد برای نوشته ای خاص تاثیر میگذارد"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "طرح پیشفرض فقط برای نوشته تکی"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "انتخاب کنید طرح پیشفرض را برای برگه‌ها. این طرح روی تمام برگه‌ها چه منحصربه فرد چه خاص تاثیر می گذارد"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "طرح پیشفرض فقط برای برگه"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "انتخاب طرح پیشفرض. این طرح به کل سایت شامل بایگانی،دسته‌ها،برگه جستجو و غیره تاثیر میگذارد.طرح برای نوشته تکی و برگه می تواند از تنظیمات زیر کنترل شود"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "طرح پیش‌فرض"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "طرح عریض"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "طرح جعبه"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "انتخاب کنید طرح سایت را. تغییر آن در کل سایت تاثیر می گذارد"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "طرح سایت"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "انتخاب کنید تا نوشته های بلاگ و برگه های تکی از صفحه اصلی محو شود"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "تنظیمات صفحه اصلی"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "گزینه‌های طراحی:"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "تغییر تنظیمات طراحی از اینجا به سلیقه شما"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "انتخاب کنید تا تصویر سربرگ به صفحه اصلی لینک شود"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "نمایش تصویر سربرگ زیر فهرست اصلی."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "پیشفرض: نمایش تصویر سربرگ بین متن عنوان سایت و فهرست اصلی."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "نمایش تصویر سربرگ درست بالای متن عنوان سایت."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "موقعیت نمایش تصویر سربرگ"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "موقعیت تصویر سربرگ"

#: inc/customizer.php:401
msgid "Disable"
msgstr "غیرفعال‌سازی"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "نمایش هردو"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "فقط نوشته‌ی سرفصل"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "فقط لوگوی سرفصل"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "گزینه ای که میخواهید انتخاب کنید"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "انتخاب کنید برای نمایش آیکون نوشته تصادفی در فهرست اصلی"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "نوشته تصادفی"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "انتخاب کنید برای نمایش آیکون جستجو در فهرست اصلی"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "آیکون جستجو"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "انتخاب کنید تا فهرست اصلی بصورت چسبنده شود"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "منوی شناور"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "انتخاب کنید تا آیکون خانه در فهرست اصلی نمایان شود"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "نمایش آیکون خانه"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "انتخاب کنید تا تاریخ در سربرگ نمایش داده شود"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "نمایش تاریخ"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "جدیدترین:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "انتخاب کنید تا بخش اخبار مهم فعال شود"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "اخبار مهم"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "تنظیمات سرفصل"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "تغییر تنظیمات سربرگ از اینجا به سلیقه شما"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "مشاهده دمو"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "پشتیبانی"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "مستندات"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "بدون ناحیه کناری محتوا در وسط"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "بدون ناحیه کناری عرض کامل"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "ستون‌کناری چپ"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "ستون‌کناری راست"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "طرح پیش‌فرض"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "انتخاب طرح"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "گزینگان اصلی"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "بیشتر بخوانید"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "صفحه‌ها:"

#: comments.php:67
msgid "Comments are closed."
msgstr "دیدگاه‌ها بسته شده‌اند."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "دیدگاه‌های تازه‌تر &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; دیدگاه‌های پیشین"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "پیمایش دیدگاه"

#: archive.php:70
msgid "Archives"
msgstr "بایگانی ها"

#: archive.php:64
msgid "Links"
msgstr "پیوندها"

#: archive.php:61
msgid "Quotes"
msgstr "نقل قول ها"

#: archive.php:58
msgid "Videos"
msgstr "ویدئو ها"

#: archive.php:55
msgid "Images"
msgstr "تصاویر"

#: archive.php:52
msgid "Asides"
msgstr "کلمات قصار"

#: archive.php:49
msgid "Year: %s"
msgstr "سال: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "ماه: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "روز: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "نویسنده: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "بنظر میرسد چیزی یافت نشد. با جستجو تلاش کنید."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "اوه! این برگه پیدا نمی‌شه."

#: 404.php:28
msgid "404"
msgstr ""languages/da_DK.po000064400000425473151213252610010031 0ustar00# Translation of Themes - ColorMag Pro in Danish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:04:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: da_DK\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder skabelon"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Gitterstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Gitterstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Gitterstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Gitterstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blokstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blokstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blokstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blokstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Vælg kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Vis indlæg fra:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset indlæg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Indlæg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blokstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstfarve:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farve:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widgettitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Tilføj din egen bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titel widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag globale widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag widget gitter"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag widget blokke"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Mørk"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skønhedsblog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Forretningsmagasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Musik"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Nem kontaktformular og formularbygger"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Marker for at vise det udvalgte billlede på en enkeltside."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Udvalgt billede på enkeltside"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Marker for at skjule det udvalgte billede på en enkeltside."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Udvalgt billede"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Vælg den primære totale sidefodsområde visningstype som du ønsker"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Sidefod hovedområde visningstype"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Sidefodsmuligheder"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Skift sidefodsindstillingerne herfra som du lyster"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidehoved og sidefod"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Kun sidefod"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Kun sidehoved"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociale links vises på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mørk overflade"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hvid overflade"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Vælg hvilken overflade du ønsker på dit websted."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Overfladefarve"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Vælg den primære totale sidehovedområde visning som du ønsker "

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Primære sidehovedområde visningstype"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Fra WordPress datoindstillinger"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Temaets standardindstilling"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Dato i sidehovedets visningstype:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Seneste indlæg"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Vælg et billede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Brug billede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Vælg et billede"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknologi"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Mode"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "En mening om &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s meninger om &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Kontaktsideskabelon"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro er pro-udgaven af det gratis ColorMag-tema."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Se alle artikler af %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s har foreløbig %2$s artikler."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Højre"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Eksempelwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Venstre"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktside"

#: searchform.php:12
msgid "Search"
msgstr "Søg"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det ser ud til, at vi ikke kan finde det, du leder efter. Måske vil en søgning hjælpe."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklager, men din søgning gav ingen resultater. Prøv igen med nogle andre søgeord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klar til at udgive dit første indlæg? <a href=\"%1$s\">Start her</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Næste &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Forrige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr "Licens-deaktivering"

#: license.php:177
msgid "License Activation"
msgstr "Licens-aktivering"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Så du snyder?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Udvalgte indlæg (Stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Udvalgte indlæg (Stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Udvalgte indlæg (Stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Vilkårlige indlæg widget"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Ingen kommentarer"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "siger:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Kommentarer"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Kommentar"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Kommentar"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Nye"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Populære"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Fanebladswidget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Udvalgte indlæg (Stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Udvalgte indlæg (Stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videoer"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Tilføj dine 125x125 annoncebilleder her."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Tilføj din 125x125 annonce her. "

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Tilføj dine 728x90 annoncebilleder her"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 annonce"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Tilføj din 728x90 annonce her"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annoncebillede"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Annonce billedlink"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Tilføj dine 300x250 annoncebilleder her"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Tilføj din 300x250 annonce her"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Udvalgte indlæg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivelse"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout vil være som herunder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Udvalgte indlæg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori. Egnet til området ved siden af slider sidebaren."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Billedstørrelse medium (800X445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Billedstørrelse:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Vælg kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Vis indlæg fra en kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Vis nyeste indlæg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antallet af indlæg der skal vises:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Udvalgt kategori slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Vis seneste indlæg eller indlæg fra en bestemt kategori, som vil blive brugt som en slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Vis widgets i sidefod sidebar fire."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Vis widgets i sidefod sidebar tre."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Vis widgets i sidefod sidebar to."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Vis widgets sidefod sidebar et."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce over sidefoden"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Vis widgets på fejl 404 side."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fejl 404 side sidebar."

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Vis widgets på kontaktside skabelonen."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontaktside sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Forside: Indhold bundsektion"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Indhold center højre sektion"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Forside: Indhold center højre sektion"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Indhold center venstre sektion"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Forside: Indhold center venstre sektion"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Indhold topsektion"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Forside: Indhold topsektion"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Vis widget ved siden af slideren. Egnet til TG: Fremhævede indlæg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Forside: Område ved siden af slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Forside: Slider-område"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Viser widgets i sidehovedsektionen lige over den primære navigationsmenu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidehoved sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Vis widgets i venstre side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Vis widgets i højre side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 Dette"

#: inc/share.php:4
msgid "Like This"
msgstr "Like dette"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Tweet dette"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Del dette indlæg:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du vil måske også kunne lide"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google+"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Læsninger i alt"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s Læsninger"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 Læsninger"

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Vis et vilkårligt indlæg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Besvar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar afventer bed&#248;mmelse."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl. %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Forfatter"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Rediger)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyere indlæg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Ældre indlæg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Indlæg navigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Rediger"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Farvemuligheder"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Typografi-muligheder"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Kategori farveindstillinger"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Skift farven for hvert kategorielement som du ønsker."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kategori farvemuligheder"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Drevet af"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro af "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Sideford copyright editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Hop til Toppen-knap"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Marker for at aktivere lightbox for udvalgte billeder i et enkeltindlæg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Billede lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Lav om på \"Læs mere\" tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterede indlæg efter tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterede indlæg efter kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterede indlæg skal vises som:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Marker for at aktivere relaterede indlæg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterede indlæg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt indlægssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Yderligere muligheder"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Du kan ændre på Yderligere muligheder herfra, hvis du har lyst."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Yderligere ikoner til sociale medier"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Sjette yderligere link til socialt medie"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Femte yderligere link til socialt medie"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Fjerde yderligere link til socialt medie"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Tredje yderligere link til socialt medie"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Andet yderligere link til socialt medie"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Første yderligere link til socialt medie"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Vælg for at vise i en ny tab"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Marker for at aktivere sociale links område"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiver sociale links område"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sociale muligheder"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Indtast din custom css"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Brugerdefineret CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dette vil afspejles i links, knapper og meget andet. Vælg en farve der passer til dit websted."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primære farvemulighed"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Vælg standardlayout for enkeltindlæg. Dette layout vil afspejles i alle enkeltindlæg, medmindre et unikt layout er opsat for et specifikt indlæg."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standardlayout kun for enkeltindlæg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Vælg standardlayout for sider. Dette layout vil afspejles i alle sider, medmindre et unikt layout er opsat for en specifik side."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standardlayout kun for sider"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Vælg standardlayout. Dette layout vi blive afspejlet i hele webstedets arkiver, kategorier, søgeside osv. Layout for enkeltindlæg og sider kan styres gennem mulighederne herunder"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bredt layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Kasse layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Vælg dit sidelayout. Ændringen vil afspejles i hele webstedet"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Webstedslayout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Marker for at skjule indlæg/sider på forsiden"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Forside indstillinger"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Designmuligheder"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Lav om på designmulighederne herfra, hvis du har lyst."

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Visningsposition for Header-billede"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Marker for at få sidehovedbilledet til at linke til forsiden."

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Vis sidehovedbilledet under den primære menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Vis sidehovedbilledet mellem webstedets titel/tekst og den primære menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Vis sidehovedbilledet lige over webstedets titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Sidehovedbilledets visningsplacering"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Sidehovedbilledets placering"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Vis begge"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Sidehoved kun med tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Sidehoved kun med logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Vælg den mulighed du ønsker"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Marker for at vise et vilkårligt indlægsikon i den primære menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Vilkårligt indlæg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Marker for at vise søgeikonet i den primære menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Søgeikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Marker for at aktivere fastgørelse af den primære menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Fastgjort menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Marker for at vise forsideikonet i primær menuen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Vis forsideikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Marker for at vise datoen i sidehovedet"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Vis dato"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Under navigation"

#: inc/customizer.php:205
msgid "Header"
msgstr "Header"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Ned"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Op"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Seneste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Marker for at aktivere breaking news sektion"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Indstillinger"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Du kan ændre sidehovedindstillinger herfra, hvis du har lyst"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Vigtige links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag-tema vigtige links"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Bedøm dette tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Vis demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ingen sidebar centreret indhold"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Ingen sidebar fuld bredde"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Venstre sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "H&#248;jre sidebar"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Vælg layout"

#: functions.php:125
msgid "Footer Menu"
msgstr "Sidefod-menu"

#: functions.php:124
msgid "Primary Menu"
msgstr "Primær menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Læs mere "

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sider:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Lukket for kommentarer."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; ældre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentarnavigation"

#: archive.php:70
msgid "Archives"
msgstr "Arkiver"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citater"

#: archive.php:58
msgid "Videos"
msgstr "Videoer"

#: archive.php:55
msgid "Images"
msgstr "Billeder"

#: archive.php:52
msgid "Asides"
msgstr "Sidebemærkninger"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Måned: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Forfatter: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Licensnøglen for %s er udløbet. Du kan genaktivere eller købe en licensnøgle fra din <a href=\"%s\" target=\"_blank\">kontooversigt</a>."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Deaktiverer en API-licensnøgle så den kan bruges på en anden blog"

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Temaets licens deaktiveret."

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Licensen kunne ikke deaktiveres. Brug Licens-deaktivering-tab'en for manuelt at deaktivere licensen, før du aktiverer en ny licens."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Forbindelse til API licensnøgle-serveren fejlede. Prøv igen senere."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema aktiveret."

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Deaktiver API licensnøgle"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "API Licens-deaktivering"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Licens-email"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API Licens-nøgle"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "API Licens-aktivering"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Gem ændringer"

#: 404.php:30
msgid "Error"
msgstr "Fejl"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det ser ud til at intet blev fundet på dette sted. Prøv at søge herunder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hov! Den side findes ikke."

#: 404.php:28
msgid "404"
msgstr "404"languages/uk.mo000064400000060146151213252610007473 0ustar00���������('F)n0�s�=#X#|"�*�*�)C_r����
�
�
�
�

!-D
Q
_j��4�0�00F4w�#�#�94B3w)�C�72Q5�1� �/
=$M<r<��>
KY`i~
������ 7L_t�����
�	+3BQ$oT���U3b`�1�8)b
z��4����%=[jv��"�'�(9Yq}��������%1@	GGQW���  $ 1 7 	U _ 0u � � � � � 
!%$!J!`!	g!	q!{!�!�!�!�!�!�!�!	�!F�!
="K"g"}"�"�"
�"�"�"
�"�"�"�"y#��#�
$	�$	�$�$�$�$B%U%q%%�%$�%&�%$&D%&'j& �&�&
�&�&�&\�&R'^'f'�'�'�'�'�'
('(D(a(~(�(�(
�(�(�(
�(V�(T)a)h)p)�)�)	�)�)	�)�)
�)�)�)	�)�)**$*'?*g*i*k*lm*�+�+(�+,-,D,4G,0|,5�,D�,s(-=�-7�-7.6J.N�.N�.M/Tm/+�/&�/%0<;0x0�0�0�0�0�0�011/91i1�1�14�1:�11(2eZ2n�2a/3r�3p4u4U�4H�4w*5`�5t6Ux6��6O[7��7�:8x�8E:9`�9%�9B:_J:[�:L;xS;!�;�;�;<" <C<*Y<�<�<�<�<!�<$�<$ =,E=$r=!�=B�=0�=9->;g>,�>(�>�>;
?I?V?l?E�?X�?�!@�@'�@A�$A`�A�&Bk�BoMC%�C�C�CBDcTD�D�D!�DHEJEDaE5�E,�E	F.F:NFG�FK�FZG\xGM�G:#H^HjH�H�H�H6�H*I+,I.XI&�IG�I�I%J8J	MJ|WJ��JaK}K$�K�K�K�K1�K L&1LBXL�L�L?�L;�L66M$mM-�M�M�M�M	NN$,NQN^NeN:}N�N�N�Nw�N sO3�O)�OA�O4PGPXP
tPP!�P#�P"�PQ-"Q%PRYvS�T�T*U83U1lUy�U)V+BVenV_�V_4W_�W{�WTpXG�X
Y#Y87Y<pY��YfZ�Z�Z�Z�Z4�Z,[,K[:x[:�[:�[:)\:d\4�\&�\�\
]A#]
e]�p]!%^G^[^&c^�^0�^+�^
�^�^6_P_f_�_	�_
�_1�_�_J�_'8```b`d`%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:17:28+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: uk_UA
Project-Id-Version: Themes - ColorMag Pro
%1$s о %2$s%s&larr; Старіші коментарі&larr; Попереднє(Редагувати), <i class="fa fa-comment"></i> 0 коментарів<i class="fa fa-comment"></i> 1 коментар<i class="fa fa-comments"></i> % коментарів<span class="meta-nav">&larr;</span> Попередні записи<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Активувати зону соціальних мережДодайте сюди вашу рекламу 125x125Додайте сюди вашу рекламу 300x250Додайте сюди вашу рекламу 728x90Додайте сюди ваші рекламні зображення 125x125Додайте сюди ваші рекламні зображення 300x250Додайте сюди ваші рекламні зображення 728x90Додайте свій заголовок користувацькому блокуДодаткові налаштуванняРеклама над підваломРекламне зображенняПосилання рекламного зображенняАрхівиНотаткиАвтор: %sСтиль блоку 1Стиль блоку 2Стиль блоку 4Стиль блоку 6Стиль блоку 9Заголовок блокуРазом заголовок та підвалВузький шаблонТермінові новиниКатегоріїПараметри кольору категоріїНалаштування кольору категоріїЗмінити текст "Читати далі"Змініть тут додаткові налаштування, як вам подобаєтьсяЗмініть тут налаштування дизайну, як вам більше подобаєтьсяЗмініть тут налаштування підвалу, як вам подобаєтьсяЗмініть тут налаштування заголовку, як вам більше подобаєтьсяЗмініть колір кожного елементу категорії, як вам подобаєтьсяХакер чи що?Відмітьте для активації зони соціальних мережВідмітьте для активації схожих записівВідмітьте, для показу іконки випадкових записів в головному менюВідмітьте, для показу іконки пошуку в головному менюВідмітьте для показу головного зображення на окремій сторінці.Відмітьте для показу розділу термінових новинВідмітьте для включення лайтбоксу для головного зображення окремого записуВідмітьте, для прикріплення головного менюВідмітьте, щоб приховати записи блогу/статичні сторінки на головній сторінціВідмітьте, щоб приховати головне зображення на сторінці окремого запису.Відмітьте, щоб зображення заголовку посилало на головну сторінкуВідмітьте для показу дати у заголовкуВідмітьте, для показу іконки додому в головному менюВиберіть зображенняОберіть колір теми для вашого сайту.Оберіть головний вигляд підвалу, як вам подобаєтьсяОберіть головний вигляд шапки, як вам подобаєтьсяОберіть налаштування які вам подобаютьсяОберіть шаблон для вашого сайту. Ця зміна торкнеться всього сайтуПараметри кольоруКолір:ColorMagColorMag Блог красиColorMag Бізнес журналColorMag ТемнийColorMag глобальні віджетиColorMag ProColorMag Pro МодаColorMag Pro МузикаColorMag Pro СпортColorMag Pro ТехнологіїБлоки віджетів ColorMagСітка віджетів ColorMagНавігація по коментаряхКоментарі вимкнені.Сторінка КонтактиБічна колонка на сторінці контактівШаблон сторінки контактівВміст середнього розділу зліваВміст середнього розділу зправаВміст верхнього розділуКористувальницький CSSТемна темаТип дати, що показується в шапці:День: %sТип шаблонуТип шаблонуМакет лише для сторінок за умовчаннямМакет за замовчуванням лише для окремих записівЗа замовчуванням: Показати зображення заголовку між заголовком/текстом сайту та головним/основним меню.ОписНалаштування дизайнуВимкнутиПоказує останні записи чи записи з певної категорії, які будуть використані як слайдер.Показує останні записи чи записи з певної категорії.Показує останні записи чи записи з певної категорії. Підходить для зони біля бічної колонки слайдера.Показати зображення заголовку під головним/основним меню.Показати зображення заголовку над заголовком/текстом сайту.Показувати записи з:ДокументаціяРедагуватиБічна колонка на сторінці помилка 404Everest Forms – проста контактна форма та конструктор формиПриклад віджетуFacebookЗображення записуГоловне зображення на окремій сторінціФільтруватиРедактор авторського права у підваліОсновний тип вигляду підвалуПараметри підвалу сайтуЛише підвалЗ налаштування дати WordPressНалаштування головної сторінкиГоловна сторінка: Зона перед слайдеромГоловна сторінка: Вміст нижнього розділуГоловна сторінка: Вміст середнього розділу зліваГоловна сторінка: Вміст середнього розділу зправаГоловна сторінка: Вміст верхнього розділуГоловна сторінка: Зона слайдераGoogle-PlusСтиль сітки 1Стиль сітки 3Стиль сітки 4Стиль сітки 5Позиція зображення заголовкаЛише логотип заголовкуНалаштування заголовкуЗаголовок бічної колонкиЛише текст заголовкуПоложення показу зображення заголовкуЛише заголовокЛайтбокс зображенняЗображенняInstagramСхоже, що нічого не знайдено за цією адресою. Скористайтеся пошуком.Інформацію на запит знайти не вдалося. Можливо, буде корисний пошук по сайту.Останні записиОстанні:Макет буде як знизу:ЛіворучЛівий сайдбарПосиланняОсновний тип вигляду шапкиМісяць: %sНовіші коментарі &rarr;Наступні записи <span class="meta-nav">&rarr;</span>Наступне &rarr;&rarr;Без бічної колонки вміст по центруБез бічної колонки на всю ширинуКількість записів для показу:Пропустити записів:Ой! Сторінка не знайдена.Шаблон Page BuilderСторінки:Сповіщення:PinterestАвтор публікаціїНавігація по записузаписи&larr;Основне менюНалаштування основного кольоруЦитатиВипадкові записиЧитати даліГотові опублікувати свій перший запис? <a href="%1$s">Почніть звідси</a>.Пов’язані записиЗаписи схожі за категоріямиЗаписи схожі за тегамиСхожі записи мають показуватись як:ВідповідьПраворучПравий сайдбарПошукІконка пошукуОберіть структуруОберіть зображенняОберіть категорії:Обрати категоріюВиберіть шаблон за замовчуванням для окремих сторінок. Цей макет застосується для всіх окремих сторінок, якщо для певного сторінки не встановлено унікальний макетВиберіть шаблон за замовчуванням для окремих записів. Цей макет застосується для всіх окремих записів, якщо для певного запису не встановлено унікальний макетВиберіть шаблон за замовчуванням. Цей макет застосується для всіх архівів сайту, категорій, сторінок пошуку тощо. Макет для окремого запису та сторінки можна змінити в налаштуваннях нижчеПоказати обидваПоказати датуПоказати іконку додомуПоказати останні повідомленняПоказує записи з категоріїПоказує віджети перед слайдером. Підходить для TG: Виділені записи.Показує віджети зліва.Показує віджети справа.Показувати віджети в четвертій бічній колонці підвалу.Показувати віджети в першій бічній колонці підвалу.Показувати віджети в третій бічній колонці підвалу.Показувати віджети в другій бічній колонці підвалу.Показує віджети в розділі заголовку відразу над навігаційним меню.Показує віджети на шаблоні сторінки контакти.Показує віджети на сторінці помилки 404.Макет сайтуКолір темиНалаштування соціальних мережПоказувати посилання соцмереж у:Вибачте, але за вашим пошуковим запитом нічого не знайдено. Будь ласка, спробуйте інші ключові слова.Прикріплене менюПідтримкаTG: 125x125 РекламаTG: 300x250 РекламаTG: 728x90 РекламаTG: Слайдер обраної категоріїTG: Обрані записи (Стиль 1)TG: Обрані записи (Стиль 2)TG: Рекомендовані записи (Стиль 3)TG: Рекомендовані записи (Стиль 4)TG: Рекомендовані записи (Стиль 5)TG: Рекомендовані записи (Стиль 6)TG: Рекомендовані записи (Стиль 7)TG: Віджет випадкових записівTG: Віджет з вкладкамиTG: ВідеоКолір тексту:Налаштування теми за замовчуваннямThemegrillЦе застосується до посилань, кнопок та багато іншого. Виберіть колір, який відповідає вашому сайтуЗаголовок віджетуЗаголовок:TwitterТип 1 (за замовчанням)Тип 2Унікальна система записівВикористати зображенняВідеоПодивитися демоПереглянути випадковий записСвітла темаШирокий шаблонЗаголовок темиWordPressРік: %sВам також може сподобатисьYoutubeЗ’явився коментар у черзі на узгодженняhttps://themegrill.com/themes/colormag/126languages/en_GB.po000064400000421634151213252610010034 0ustar00# Translation of Themes - ColorMag Pro in English (UK)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:49:42+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: en_GB\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder Template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Grid Style 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Grid Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Grid Style 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Grid Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Block Style 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block Style 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Select categories:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Display the posts from:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset Posts:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Posts"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block Style 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Text Colour:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Colour:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget Title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Add your custom block title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Block Title"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Title Widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Check to display the featured image in single page."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Featured Image In Single Page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Check to hide the featured image in single post page."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Featured Image"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Default)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choose the main total footer area display type that you want"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Footer Main Area Display Type"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer Options"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Change the Footer Settings from here as you want"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Both header and footer"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Footer only"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Header only"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Social links to display on:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Dark Skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "White Skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choose the skin colour for your site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skin Colour"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choose the main total header area display type that you want"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Main Header Area Display Type"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "From WordPress Date Setting"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Default Theme Setting"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date in header display type:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Latest Posts"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Select an Image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Use image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choose an image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "One thought on &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s thoughts on &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Contact Page Template"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Right"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Example Widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Left"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contact Page"

#: searchform.php:12
msgid "Search"
msgstr "Search"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Sorry, but nothing matched your search terms. Please try again with some different keywords."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Next &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Previous"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Cheatin&#8217; huh?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Featured Posts (Style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Featured Posts (Style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Featured Posts (Style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Random Posts Widget"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Featured Posts (Style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Featured Posts (Style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Add your advertisement 125 × 125 images Here"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125 × 125 Advertisement"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Add your 125 × 125 advertisement here"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Add your advertisement 728 × 90 images here"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728 × 90 Advertisement"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Add your 728 × 90 advertisement here"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Advertisement Image "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Advertisement Image Link "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Add your advertisement 300 × 250 images here"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300 × 250 Advertisement"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Add your 300 × 250 advertisement here"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Featured Posts (Style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Title:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout will be as below:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Featured Posts (Style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Display latest posts or posts of specific category."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Select Category"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Show posts from a category"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Show latest Posts"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Number of posts to display:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Display latest posts or posts of specific category, which will be used as the slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Shows widgets in footer sidebar four."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Shows widgets in footer sidebar three."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Shows widgets in footer sidebar two."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Shows widgets in footer sidebar one."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertisement Above The Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Shows widgets on Error 404 page."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404 Page Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Shows widgets on Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Front Page: Content Bottom Section"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content Middle Right Section"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Front Page: Content Middle Right Section"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content Middle Left Section"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Front Page: Content Middle Left Section"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content Top Section"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Front Page: Content Top Section"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Show widget beside the slider. Suitable for TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Front Page: Area beside slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Front Page: Slider Area"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Shows widgets in header section just above the main navigation menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Shows widgets on left side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Shows widgets on right side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "You May Also Like"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "View a random post"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Reply"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Your comment is awaiting moderation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s at %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Post author"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Edit)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Newer posts <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Older posts"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Post navigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Edit"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Comments"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Comment"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Comments"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Colour Options"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Category Colour Settings"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Change the colour of each category items as you want."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Category Colour Options"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Footer Copyright Editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Check to enable the lightbox for the featured images in single post"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Change Read More Text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Related Posts By Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Related Posts By Categories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Related Posts Must Be Shown As:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Check to activate the related posts"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Related Posts"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unique Post System"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Additional Options"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Change the Additional Settings from here as you want"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google+"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Check to activate social links area"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activate social links area"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social Options"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Custom CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "This will reflect in links, buttons and many others. Choose a colour to match your site"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primary colour option"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Select default layout for single posts. This layout will be reflected in all single posts unless a unique layout is set for a specific post"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Default layout for single posts only"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Select default layout for pages. This layout will be reflected in all pages unless a unique layout is set for a specific page"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Default layout for pages only"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from the options below"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Default layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Wide Layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Boxed Layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choose your site layout. The change is reflected in whole site"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Check to hide blog posts / static page on the front page"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Front Page Settings"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design Options"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Change the Design Settings from here as you want"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Check to make header image link back to home page"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Display the Header image below main / primary menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Display the Header image between site title / text and the main / primary menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Display the Header image just above the site title / text."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Header image display position"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Header Image Position"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Disable"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Show Both"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Header Text Only"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Header Logo Only"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choose the option that you want"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Check to display the Random Post Icon in the primary menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Random Post"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Check to display the Search Icon in the primary menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Search Icon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Check to enable the sticky behavior of the primary menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky Menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Check to show the home icon in the primary menu"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Show Home Icon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Check to show the date in header"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Show Date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Latest:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Check to enable the breaking news section"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Breaking News"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Change the Header Settings from here as you want"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Important Links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "View Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "No Sidebar Content Centred"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "No Sidebar Full Width"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Left Sidebar"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Right Sidebar"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Default Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Select Layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Primary Menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Read more"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comments are closed."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Newer Comments &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Older Comments"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comment navigation"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Quotes"

#: archive.php:58
msgid "Videos"
msgstr "Videos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Year: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Month: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Day: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "It looks like nothing was found at this location. Try the search below."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! That page can&rsquo;t be found."

#: 404.php:28
msgid "404"
msgstr ""languages/nl_NL.mo000064400000044545151213252610010063 0ustar00����������
(
'6)^0�s�-#H#l"�*�*�)	3Ob����
�
�
�
�
�

*
8CZr4�0�0�04P�#�#�9�43P)�C�7�2*5]1� �/�$&<K<��>�
$29BW
r�������%8MZo���
�	��*$HTm���U�3;`o1�8;
Saf4}������4C_s"�'�(�&>JWdq~�������
	$G.Wv����   	2 < 0R � � � � � 
� %!'!=!	D!	N!X!d!t!z!�!�!�!�!	�!F�!
"("D"Z"z"�"
�"�"�"
�"�"�"�"y�"�b#��#	�$	�$�$�$�$B�$2%N%%k%$�%&�%$�%D&'G& o&�&
�&�&\�&''''A'['t'�'�'�'�'("(?(\(t(
�(�(�(
�(V�()")))1)B)I)	\)f)	m)w)
�)�)�)	�)�)�)�)$�)T*'U*}**�*�*�+�+�+
�+
�+�+(�+'�+),5D,sz,"�,(-(:-'c-=�-=�-<.D.^.k.�.�.	�.�.
�.�.�.�.//	/
)/7/I/V/ q/�/!�/+�/*�/%#0%I0o03{03�0O�0A31Fu17�1W�1=L2?�2E�2J3+[3:�3�3�3,�3,#4P4:g4�4�4�4�4�4
�4�45!565I5]5u5�5�5�5
�5�5�56(6F6	_6i6"v6�6�6�6%�6-�6I7a7
n7|7c�7A�7s/8.�83�899*939?K9�9�9�9'�9�9+�9#:
::H:f:"�:$�:(�:)�:$!;F;_;k;z;�;�;�;�;�;
�;�;<<3<G<T<	f<Wp<N�<=)= 2=S=
Y=g=#m=	�=�=7�=�=�=!>%>E>c>+u>�>
�>	�>	�>�>�>	�>?	
?
??'?;?HH?�?(�?"�?1�?&@3@:@I@P@b@s@�@�@��@�OA��A
�B
�B�B�B �BHC'fC(�C$�C%�C$D$'D:LD'�D�D�D	�D�Dh�DbE
nE|E�E�E�E#�E#F#+F#OF#sF#�F#�F&�FGG&G2G
QGd\G�G�G�G�G�G�GH#H/H;HXHdHqH	~H�H%�H�H*�HL�H'7I_IaIcI%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2018-05-30 04:44:37+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nl
Project-Id-Version: Themes - ColorMag Pro
%1$s om %2$s%s&larr; Oudere reacties&larr; Vorige(bewerken), <i class="fa fa-comment"></i> 0 reacties<i class="fa fa-comment"></i> 1 reactie<i class="fa fa-comments"></i> % reacties<span class="meta-nav">&larr;</span> Oudere berichten<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activeer gebied voor sociale linksVoeg je advertentie van 125x125 hier toeVoeg je advertentie van 300x250 hier toeVoeg je advertentie van 728x90 hier toeVoeg de afbeeldingen voor je advertentie van 125x125 hier toeVoeg de afbeeldingen voor je advertentie van 300x250 hier toeVoeg de afbeeldingen voor je advertentie van 728x90 hier toeVoer de titel van blok inExtra optiesAdvertentie boven de footerAfbeelding van advertentieAfbeeldingslink van advertentieArchievenAsidesAuteur: %sBlok stijl 1Blok stijl 2Blok stijl 4Blok stijl 6Blok stijl 9BloktitelSmalle layoutBelangrijk nieuwsCategorieënOpties voor categoriekleurInstellingen voor categoriekleurEigen "lees meer"-tekstWijzig hier de extra instellingenWijzig de instellingen voor het design hierWijzig de instellingen voor de footer hierWijzig de instellingen voor de HeaderWijzig de kleur van iedere categorie.Valsspelen?Aanvinken om gebied voor sociale links te activerenAanvinken om de gerelateerde berichten te activerenAanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenuAanvinken om de uitgelichte afbeelding weer te geven op enkele pagina.Aanvinken om de sectie voor laatste nieuws te activerenAanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichtenAanvinken om het sticky gedrag van het hoofdmenu te activerenAanvinken om de blogberichten/statische voorpagina te verbergenAanvinken om de uitgelichte afbeelding te verbergen op enkel bericht.Aanvinken om de header-afbeelding terug te laten linken naar de homepaginaAanvinken om de datum in de header te tonenAanvinken om het icoon voor Home in het hoofdmenu te tonenKIes een afbeeldingKies de skinkleur voor de site.Kies het weergavetype voor het footer-gebiedKies het weergavetype voor het header-gebiedKies de gewenste optieKies je site-layout. De wijziging geldt voor de hele site.KleuroptiesKleur:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridReactienavigatieReacties zijn gesloten.ContactpaginaContact Pagina SidebarTemplate voor contactpaginaContent, sectie midden-linksContent, sectie midden-rechtsContent, bovenste sectieEigen CSSDonkere skinWeergavetype voor datum in header:Dag: %sStandaard-layoutStandaard-layoutStandaard layout alleen voor pagina'sStandaard layout alleen voor enkele berichtenStandaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu.BeschrijvingDesign optiesUitschakelenToon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider.Toon laatste berichten of de berichten in een bepaalde categorie.Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar.Toon de header-afbeelding onder het hoofdmenu.Toon de header-afbeelding net boven de titel/tekst.Toon de berichten van:DocumentatieBewerkenFout 404 Pagina SidebarEverest Forms – Eenvoudig contactformulier en formulierbouwerVoorbeeldwidgetFacebookUitgelichte afbeeldingUitgelichte afbeelding in enkele paginaFilterEditor voor de copyright-tekst in de footerWeergavetype voor het footer-gebiedFooter optiesDatuminstelling van WordPressInstellingen voor de voorpaginaVoorpagina: gebied naast de sliderVoorpagina: Content, onderste sectieVoorpagina: Content, sectie midden-linksVoorpagina: Content, sectie midden-rechtsVoorpagina: Content, bovenste sectieVoorpagina: SlidergebiedGoogle-PlusRaster stijl 2Raster stijl 3Raster stijl 4Raster stijl 5Positie van header-afbeeldingHeader-logoAlleen header-logoHeader-optiesHeader SidebarAlleen header-tekstPositie van header-afbeeldingAfbeelding LightboxAfbeeldingenBelangrijke linksInstagramHet lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder.Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken.Laatste berichtenLaatste:Layout zal zijn zoals hieronder:LinksSidebar linksLinksWeergavetype voor het header-gebiedMaand: %sNieuwere reacties &rarr;Nieuwere berichten <span class="meta-nav">&rarr;</span>Volgende &rarr;&rarr;Geen sidebar, content gecentreerdGeen sidebar, volledige breedteAantal berichten om te tonen:Offset berichten:Oeps. Deze pagina kon niet worden gevonden.Paginabouwer templatePagina&#39;s:Pingback:PinterestBericht auteurBerichtnavigatieBerichten&larr;HoofdmenuHoofdkleurCitatenWillekeurig berichtVerder lezenKlaar om je eerste bericht te publiceren? <a href="%1$s">Start hier</a>.Gerelateerde berichtenGerelateerde berichten volgens categorieGerelateerde berichten volgens tagGerelateerde berichten moeten worden getoond als:BeantwoordenRechtsSidebar rechtsZoekenIcoon voor zoekenSelecteer layoutSelecteer een afbeeldingSelecteer categorieën:Categorie selecterenKIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina.KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht.KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald.Toon beideToon datumToon icoon voor HomeLaatste berichten weergevenToon berichten van een categorieToon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten.Laat de Widgets aan de linkerkant zien.Laat de Widgets aan de rechterkant zien.Toon widgets op footer sidebar vier.Toon widgets op footer sidebar één.Toon widgets op footer sidebar drie.Toon widgets op footer sidebar twee.Toon widgets in header-sectie net boven de hoofdnavigatie.Toont widgets op Contactpagina TemplateToon widgets op 404 foutpagina.Site-layoutSkinkleurSocial media optiesHelaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden.Sticky menuOndersteuningTG: 125x125 advertentieTG: 300x250 advertentieTG: 728x90 advertentieTG: Uitgelichte categoriesliderTG: UItgelichte berichten (Stijl 1)TG: Uitgelichte berichten (Stijl 2)TG: Uitgelichte berichten (Stijl 3)TG: Uitgelichte berichten (Stijl 4)TG: Uitgelichte berichten (Stijl 5)TG: Uitgelichte berichten (Stijl 6)TG: Uitgelichte berichten (Stijl 7)TG: Widget voor willekeurige berichtenTG: Widget met tabsTG: Video'sTekstkleur:Standaard instelling van themaThemeGrillDit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site.Widget titelTitel:TwitterType 1 (Standaard)Type 2Uniek berichtensysteemAfbeelding gebruikenVideo&#39;sBekijk DemoToon een willekeurig berichtLichte skinBrede layoutWidget titelWordPressJaar: %sJe zou ook interesse kunnen hebben inYouTubeJe reactie is in afwachting van moderatie.Eén gedachte over &ldquo;%2$s&rdquo;%1$s gedachten over &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/nb_NO.po000064400000420627151213252610010056 0ustar00# Translation of Themes - ColorMag Pro in Norwegian (Bokmål)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:12:22+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nb_NO\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Mal for sidebygger"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Rutenettstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Rutenettstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Rutenettstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Rutenettstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blokkstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blokkstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blokkstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blokkstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Velg kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Vis innleggene fra:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Innlegg offset:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Innlegg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blokkstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstfarge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Tittel for widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Legg til tittel for din tilpassede blokk"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Blokktittel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Tittel-widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Globale widgeter i ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget-rutenett fra ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget-blokker fra ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Mørk"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skjønnhetsblogg"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business-magasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Musikk"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Kryss av for å vise fremhevet bilde på en enkeltside."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Fremhevet bilde på enkeltside"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Kryss av for å skjule fremhevet bilde på innleggssiden."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Fremhevet bilde"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Visningstype for hovedområdet i sidebunnen"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Alternativer for sidenbunn"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Endre innstillingene for sidebunn her, til de du ønsker"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidetopp og sidebunn"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Bare sidebunn"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Bare sidetopp"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sosiale lenker å vise på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mørk drakt"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hvit drakt"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Velg fargedrakten for ditt nettsted."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Draktfarge"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Velg visningstypen du ønsker for hovedtotalsidetopp"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Visningstype for hovedtoppområdet"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Fra datoinnstilling i WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standardinnstilling for temaet"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Visningstype for dato i sidetopp:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Siste innlegg"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Velg et bilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Bruk bilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Velg et bilde"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknologi"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Mote"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Én kommentar til &laquo;%2$s&raquo;"
msgstr[1] "%1$s kommentarer til &laquo;%2$s&raquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Mal for kontaktside"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Høyre"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Eksempel-widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Venstre"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktside"

#: searchform.php:12
msgid "Search"
msgstr "Søk"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan hjelpe."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen med andre søkeord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klar for å publisere ditt første innlegg? <a href=\"%1$s\">Begynn her</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Neste &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Forrige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Jukser vi?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Fremhevede innlegg (stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Fremhevede innlegg (stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Fremhevede innlegg (stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget for tilfeldige innlegg"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget med faner"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Fremhevede innlegg (stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Fremhevede innlegg (stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videoer"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annonsebilde"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Bildelenke for annonsebilde"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Fremhevede innlegg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivelse"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Tittel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Utformingen vil bli som nedenfor:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Fremhevede innlegg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Vis siste innlegg eller sider av spesfikk kategori. Passende for området ved siden av karusell-sidestolpen."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Velg kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Vis innlegg fra kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Vis siste innlegg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antall innlegg å vise:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Fremhevede kategorier-karusell"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Vis siste innlegg eller innlegg fra en bestemt kategori, og som vil bli brukt i karusellen."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Viser widgeter i footer widgetområde fire."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Viser widgeter i footer widgetområde tre."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Viser widgeter i footer widgetområde to."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Viser widgeter i footer widgetområde en."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonse over bunnområdet"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Viser widgeter på side Error-404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidestolpe Error-404 side"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Viser widgeter på Kontakt sidemal."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontakt side sidestolpe"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Forsiden: Bunnseksjon for innhold"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Midtre høyre seksjon for innhold"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Forsiden: Midtre høyre seksjon for innhold"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Midtre venstre seksjon for innhold"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Forsiden: Midtre venstre seksjon for innhold"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Toppseksjon for innhold"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Forsiden: Toppseksjon for innhold"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Vis widget ved siden av karusellen. Passende for TG: Fremhevede innlegg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Forsiden: Område ved siden av karusellen"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Forsiden: Karusellområde"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Viser widgeter i header området rett over hovednavigeringsmenyen."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Widgetområde i Header"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Viser widgeter på venstre side."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Viser widgeter på høyre side."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du liker kanskje også"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Vis tilfeldig innlegg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Svar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar venter på godkjenning."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Innleggsforfatter"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Rediger)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Tilbakeping:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyere innlegg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Eldre innlegg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigering blant innlegg"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Rediger"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Fargealternativer"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Innstillinger for kategorifarge"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Endre fargen for hver kategori-element som du ønsker."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Alternativer for kategorifarge"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Redigering av opphavsrett i sidebunn"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Kryss av her for å aktivere lightbox for fremhevet bilde på enkeltinnlegg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox for bilde"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Endre teksten for Les mer"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterte innlegg etter stikkord"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterte innlegg etter kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterte innlegg må vises som:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Kryss av her for å aktivere relaterte innlegg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterte innlegg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt system for innlegg"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Tilleggsvalg"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Endre tilleggsinnstillingene herfra slik du ønsker"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Kryss av her for å aktivere området for sosiale lenker"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiver område for sosiale lenker"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sosiale alternativer"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Tilpasset CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr ""

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Valg av hovedfarge"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr ""

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standard oppsett for enkeltinnlegg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr ""

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standard oppsett for sider"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr ""

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standardutsende"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bred utforming"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Boks-utforming"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Velg din utforming for nettstedet. Endringer vil vises på hele nettstedet"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Nettstedsutforming"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Kryss av her for å skjule innleggssiden/statisk side på forsiden"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Innstillinger for forsiden"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Designinnstillinger"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Endre innstillingene for design herfra slik du ønsker"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Kryss av her for å gjøre at toppbildet har lenke tilbake til forsiden"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Vis toppbildet nedenfor hovedmenyen."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Vis toppbildet mellom nettstedstittelen/teksten og hovedmenyen."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Vis toppbildet like ovenfor nettstedtittelen/teksten."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posisjon til toppbildet"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posisjon til bilde i sidetopp"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Vis begge"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Kun nettstedstittel og beskrivelse"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Kun nettstedslogo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Velg det alternativet du ønsker"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Kryss av for å velge ikonet for tilfeldig innlegg i hovedmenyen"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Tilfeldig innlegg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Kryss av for å vise søke-ikon i ovedmenyen"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Søkeikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Kryss av for å aktivere den klebrige oppførselen til hvedmenyen"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Klebrig meny"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Kryss av for å vise hjemme-ikonet i hovedmenyen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Vis hjem-ikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Kryss av for å vise dato i sidetoppen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Vis dato"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Siste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Kryss av for å aktivere seksjonen for siste nytt"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Siste nytt"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Alternativer for sidetoppen"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Endre innstillingene for sidetoppen her, slik du ønsker"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Se Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentasjon"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ingen sidestolpe innhold sentrert"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Ingen sidestolpe full vidde"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Venstre sidekolonne"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Høyre sidekolonne"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standardutsende"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Velg utseende"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hovedmeny"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Les mer"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sider:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentarfeltet er stengt"

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyere kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Eldre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigering blant kommentarer"

#: archive.php:70
msgid "Archives"
msgstr "Arkiver"

#: archive.php:64
msgid "Links"
msgstr "Lenker"

#: archive.php:61
msgid "Quotes"
msgstr "Sitater"

#: archive.php:58
msgid "Videos"
msgstr "Videoer"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Notiser"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Måned %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Forfatter: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det ser ut til at intet ble funnet her. Prøv et søk nedenfor."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Denne siden ble ikke funnet"

#: 404.php:28
msgid "404"
msgstr ""languages/sl_SI.po000064400000423306151213252610010071 0ustar00# Translation of Themes - ColorMag Pro in Slovenian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:15:54+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: sl_SI\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Predloga graditelja strani"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Mrežni slog 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Mrežni slog 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Mrežni slog 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Mrežni slog 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Slog bloka 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Slog bloka 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Slog bloka 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Slog bloka 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Izberi kategorije:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorije"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Prikaži objave iz:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtriraj"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Odmik prispevkov:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Prispevki"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Slog bloka 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Barva teksta:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Barva:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Naslov gradnika"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Dodajte naslov bloku po meri"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Naslov bloka"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Naslov gradnika"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Globalni gradniki"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Mreža gradnika"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Bloki gradnika"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Temno"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Lepotni blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Poslovni časopis"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Glasba"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Izberite za prikaz prikazne slike na posameznih straneh."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Prikazna slika na posameznih straneh"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Izberite, da skrijete prikazno sliko na posameznih straneh."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Prikazna slika"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tip 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tip 1 (Privzeto)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Izberite tip prikaza glavnega celotnega območja noge"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tip prikaza glavnega območja noge"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Možnosti noge"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve noge po želji"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Oboje - glava in noga"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Samo noga"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Samo glava"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Družabne povezave za prikaz na:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Temen izgled"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Svetel izgled"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Izberi barvo izgleda za vašo stran."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Barva izgleda (angl. skin)"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Izberite tip prikaza glavnega celotnega območja glave"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tip prikaza glavnega območja glave"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Iz WordPress nastavitve datuma"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Privzeta nastavitev teme"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Datum v glavi tipa prikaza:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Najnovejše objave"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Izberi sliko"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Uporabi sliko"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Izberi sliko"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Športi"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Tehnologija"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Moda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ena misel o &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s misli o &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s misli o &ldquo;%2$s&rdquo;"
msgstr[3] "%1$s misli o &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Predloga Kontaktne strani"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Desno"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Primer gradnika"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Levo"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktna stran"

#: searchform.php:12
msgid "Search"
msgstr "Iskanje"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vsebine ni mogoče najti. Poskusite z iskanjem."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Vaša iskalna poizvedba nima zadetkov. Poskusite z drugimi ključnimi besedami."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Ste pripravljeni na objavo vašega prvega prispevka? <a href=\"%1$s\">Pričnite tukaj</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Naslednji &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Prejšnji"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Goljufate&#8217;?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Izpostavljeni prispevki (Slog 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Izpostavljeni prispevki (Slog 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Izpostavljeni prispevki (Slog 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Gradnik Nakjučni prispevki"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Gradnik z zavihki"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Izpostavljeni prispevki (Slog 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Izpostavljeni prispevki (Slog 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videi"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Vstavite slike oglasa 125x125 tukaj"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Oglas"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Vstavite oglas 125x125 tukaj"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Vstavite slike oglasa 728x90 tukaj"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Oglas"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Vstavite oglas 728x90 tukaj"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Oglasna slika "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Povezava oglasne slike "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Vstavite slike oglasa 300x250 tukaj"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Oglas"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Vstavite oglas 300x250 tukaj"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Izpostavljeni prispevki (Slog 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Opis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Naslov:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Postavitev bo kot je vidno spodaj:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Izpostavljeni prispevki (Slog 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Prikaži zadnje objave ali objave specifične kategorije."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Prikaži zadnje objave ali objave specifične kategorije. Primerno za Območje poleg drsnika stranske vrstice."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Izberi kategorijo"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Prikaži objave iz kategorije"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Prikaži zadnje objave"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Število objav za prikaz:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Drsnik Izpostavljena kategorija"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Prikaži zadnje objave ali objave določene kategorije, ki se bo uporabljala v drsniku."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Prikazuje gradilnike na stranski vrstici noge štiri."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Prikazuje gradilnike na stranski vrstici noge tri."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Prikazuje gradilnike na stranski vrstici noge dve."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Prikazuje gradilnike na stranski vrstici noge ena."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Oglas nad Nogo"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Prikaže gradnike na strani 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Stranska vrstica strani 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Prikazuje gradnike na Predlogi Kontaktne strani."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Stranska vrstica Kontaktne strani"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Domača stran: Razdelek Vsebina spodaj"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Razdelek Vsebina sredina desno"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Domača stran: Razdelek Vsebina sredina desno"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Razdelek Vsebina sredina levo"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Domača stran: Razdelek Vsebina sredina levo"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Razdelek Vsebina zgoraj"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Domača stran: Razdelek Vsebina zgoraj"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Prikaži gradnik poleg drsika. Primerno za TG: Izbrani prispevki."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Domača stran: Območje poleg drsnika"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Domača stran: Območje drsnika"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Prikazuje gradilnike iz razdelka glave tik nad glavnim navigacijskim menijem."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Stranska vrstica Glave"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Prikaže gradilnike na Levi strani."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Prikaže gradilnike na Desni strani."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Morda vam bo všeč tudi"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ogled naključnega prispevka"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Odgovori"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Vaš komentar čaka na odobritev."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s pri %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Avtor prispevka"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Uredi)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Novejši prispevki <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starejši prispevki"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigacija prispevkov"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Uredi"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Komentarjev"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Komentarjev"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Barvne možnosti"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Nastavitve Barve kategorije"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Spremenite barvo vsakega elementa kategorije po želji."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Možnosti Barve kategorije"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Urejevalnik avtorskega besedila v nogi"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Izberite za omogočitev lighbox-a za predstavnostne slike na straneh s posameznimi prispevki"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Slika Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Spremeni besedilo Preberi več"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Sorodne objave po oznakah"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Sorodne objave po kategorijah"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Sorodne objave morajo biti prikazane kot:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Izberite, da aktivirate sorodne objave"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Sorodne objave"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Edinstven sistem prispevka"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Dodatne možnosti"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Tu lahko spremenite Dodatne možnosti"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Izberite za aktiviranje območja povezav družabnih omrežij"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivirajte območje povezav družabnih omrežij"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Možnosti družabnih medijev"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS po meri"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "To se bo odražalo v povezavah, gumbih in mnogih drugih stvareh. Izberite barvo, ki se ujema z vašim spletiščem"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Primarna barva"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Izberite privzeto postavitev za posamezne objave. Ta postavitev se bo odražala v vseh posameznih objavah, razen če je edinstvena postavitev nastavljen za določeno objavo"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Privzeta postavitev samo za posamezne objave"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Izberite privzeto postavitev za strani. Ta postavitev se bo odražala na vseh straneh, razen, če je edinstvena postavitev nastavljena za določeno stran"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Privzeta postavitev samo za strani"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Izberite privzeto postavitev. Ta postavitev se bo odražala v vseh arhivih, kategorijah, iskalnih straneh, itd. Postavitev za posamično objavo in stran je mogoče upravljati s spodnjimi možnosti"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Privzeta postavitev"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Široka postavitev"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Škatlasta Postavitev"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Izberite postavitev vaše strani. Sprememba se odraža v celotnem mestu"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Postavitev Spletišča"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Izberite, da skrije blog objave/statično stran na prvi strani"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Nastavitve Domače strani"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Možnosti oblikovanja"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve oblikovanja"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Izberite, da dodelite sliki v glavi povezavo na domačo stran"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Prikaz slike glave pod glavnim/primarnim menijem."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Privzeto: Prikaz slike glave med naslovom/tekstom spletišča in glavnim/primarnim menijem."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Prikaz slike glave tik nad naslovom/tekstom pletišča."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozicija prikaza slike glave"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozicija slike glave"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Onemogoči"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Prikaži oboje"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Samo text glave"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Samo logotip glave"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Izberite možnosti po želji"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Označite za prikaz ikone Naključne objave v primarnem meniju"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Naključna objava"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Označite za prikaz iskalne ikone v primarnem meniju"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Iskalna ikona"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Označite, da se omogoči lepljivo obnašanje primarnega menija"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Lepljiv meni"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Označite za prikaz ikone Domov v primarnem meniju"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Prikaži ikono Domov"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Izberite za prikaz datuma v glavi"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Prikaži datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Najnovejše:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Izberite za omogočitev razdelka pomembne novice"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Pomembne novice"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Možnosti Glave"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Tu lahko spremenite Nastavitve glave po želji"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Poglej Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Podpora"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentacija"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Brez stranske vrstice Centrirana vsebina"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Brez stranske vrtice Polna širina"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Leva stranska vrstica"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Desna stranska vrstica"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Privzeta postavitev"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Izberi postavitev"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Glavni meni"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Preberi več"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Strani:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentarji so onemogočeni."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Novejši komentarji &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starejši komentarji"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigacija komentarjev"

#: archive.php:70
msgid "Archives"
msgstr "Arhivi"

#: archive.php:64
msgid "Links"
msgstr "Povezave"

#: archive.php:61
msgid "Quotes"
msgstr "Citati"

#: archive.php:58
msgid "Videos"
msgstr "Videi"

#: archive.php:55
msgid "Images"
msgstr "Slike"

#: archive.php:52
msgid "Asides"
msgstr "Odloži na stran"

#: archive.php:49
msgid "Year: %s"
msgstr "Leto: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mesec: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dan: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Avtor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Vsebine ni mogoče najti. Poskusite z iskanjem."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Strani ni bilo mogoče najti."

#: 404.php:28
msgid "404"
msgstr ""languages/ro_RO.mo000064400000040022151213252610010063 0ustar00���Dllmz}���'�'�)�0'
sX
�
�
#�
#"@*c*�)���*DM
T_
lz��4�0�0%4V�;�#�#�9#4])�C�7281k �/���>
]kx������
%08GV$tT���	U3g`�1�8.
guz�����"�'(?h��������,;B	RG\W��"/	5?0U�����%�	#	-7CSmz��	�F�
�3SY
_mt
���y��(��	e	oy��B��%1$W&|$�D�'
 5Vb\q���� / L i � � � � � !/!
A!
L!VW!�!�!�!�!�!		""	"$"7"	C"M"V"h"$p"T�"4�"$,$/$K$[$g$/j$*�$+�$7�$s)%�%$�%,�%,&+/&.[&.�&-�&�&�&'2'R'Y'	e'o'�'�'�''�'<�'96(9p(F�(
�(N�(2N)*�)G�)=�)=2*]p*K�*Q+Hl+'�+B�+ ,"0,GS,�,�,�,�,�,$-%-"@-"c-�-�-�-�-�-'�-3.O:.	�.�.
�.i�.E/�b//�/C0
W0	e0%o0�0�0#�0�0(�0*15A15w1*�1 �1�12
2'282G2]2n2�2�2�2	�2X�2K)3	u33�3�3	�3	�3�35�3"424+94,e4�4.�4�4	�4	�4
�4
55&565S5Z5l5F~5�5!�5 �5(6	C6M6U6m6t6�6�6�6��6�~7�T8
79E9Q9k9!�9I�9!�9!:)4:)^:)�:)�:P�:.-;%\;�;�;k�;<"<)<G<e<%�<&�<&�<&�<&=&D=&k=&�=�=�=�=
>u>�>�>�>#�>"�>�>�>??5?	D?N?U?q?%y?r�?%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:17:57+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);
X-Generator: GlotPress/2.2.2
Language: ro
Project-Id-Version: Themes - ColorMag Pro
%1$s la %2$s%s&larr; Comentarii mai vechi&larr; Anterior(Editează), <i class="fa fa-comment"></i> Niciun comentariu<i class="fa fa-comment"></i> 1 comentariu<i class="fa fa-comments"></i> % comentarii<span class="meta-nav">&larr;</span> Articole mai vechi<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activează faviconActivează zona legăturilor socialeAdaugă-ți anunțul publicitar 125x125 aiciAdaugă-ți anunțul publicitar 300x250 aiciAdaugă-ți anunțul publicitar 728x90 aiciAdaugă-ți imaginile publicitare 125x125 aiciAdaugă-ți imaginile publicitare 300x250 aiciAdaugă-ți imaginile publicitare 728x90 aiciOpțiuni suplimentarePublicitate deasupra subsoluluiImagine publicitarăLegătură imagine publicitarăArhiveAlăturăriAutor: %sAranjament încasetatȘtiri de ultimă orăOpțiuni culoare categorieSetări culoare categorieModifică text pentru Citește mai multModifică setările suplimentare de aici, după cum doreștiModifică setările de design de aici, după cum doreștiModifică setările antetului de aici, după cum doreștiModifică culoarea fiecărui element din categorii, după cum doreștiTrișezi, nu?Bifează pentru a activa faviconul. Încarcă favicon din opțiunea de mai josBifează pentru a activa zona legăturilor socialeBifează pentru a activa articole similareBifează pentru a afișa iconul Articole aleatorii în meniul principalBifează pentru a afișa iconul Căutare în meniul principalBifează pentru a activa secțiunea știrilor de ultimă orăBifează pentru a activa caseta luminoasă pentru imagini reprezentative în articol singularBifează pentru a activa comportamentul reprezentativ al meniului principalBifează pentru a scunde articolele blogului/pagina statică pe pagina din fațăBifează pentru a duce legătura imaginii antet înapoi la prima paginăBifează pentru a arăta data în antetBifează pentru a arăta iconul prima pagină în meniul principalAlege o imagineAlege opțiunea pe care o doreștiAlege-ți aranjamentul sitului. Schimbarea se va reflecta în tot situlOpțiuni culoareColorMag ProNavigare în comentariuComentariile sunt închise.Pagină de contactBară laterală pagină de conținutȘablon pagină de contactSecțiune conținut stânga mijlocSecțiune conținut dreapta mijlocSecțiune conținut susCSS personalizatZi: %sAranjament implicitAranjament implicitAranjament implicit numai pentru paginiAranjament implicit numai pentru articole singulareImplicit: Afișează imaginea antet între titlu/text sit și meniul principal.DescriereOpțiuni designDezactiveazăAfișează ultimele articole sau articole dintr-o anumită categorie, care vor fi folosite ca un carusel.Afișează ultimele articole sau articole dintr-o anumită categorie.Afișează ultimele articole sau articole dintr-o anumită categorie. Potrivită pentru zona de lângă  bara laterală carusel.Afișează imaginea antet sub meniul principal.Afișează imaginea antet numai deasupra titlului/textului sitului.DocumentațieEditeazăBară laterală pagină de eroare 404Piesă exempluFacebookEditor Drepturi de autor în subsolSetările din Prima PaginăPagina din față: zonă lângă caruselPagina din față: secțiune conținut josPagina din față: secțiune conținut stânga mijlocPagina din față: secțiune conținut dreapta mijlocPagina din față: secțiune conținut susPagina din față: zonă caruselGoogle-PlusPoziție imagine antetLogo antetNumai logo antetOpțiuni antetBară laterală antetNumai text antetPoziție afișare imagine antetCasetă luminoasă imagineImaginiLegături importanteInstagramSe pare că n-a fost găsit nimic la această locație. Încearcă căutarea de mai jos.Se pare că nu găsim ceea ce cauți. Poate că o căutare ar fi de ajutor.Ultimele:Aranjamentul va fi ca mai jos:StângaBară laterală stângaLegăturiLună: %sComentarii mai noi &rarr;Articole mai noi <span class="meta-nav">&rarr;</span>Următor &rarr;&rarr;Fără bară laterală cu conținut centratFără bară laterală de lățime completăNumăr de articole de afișat:Hopa! Pagina respectivă nu poate fi găsită.Pagini:Pingback:PinterestAutor articolNavigare în articol&larr;Meniu principalOpțiune culoare principalăCitateArticol aleatoriuCitește mai multGata să publici primul tău articol? <a href="%1$s">Începe aici</a>.Articole similareArticole similare după categoriiArticole similare după eticheteArticolele similare trebuie arătate ca:RăspundeDreaptaBară laterală dreaptaCautăCaută iconSelectează aranjamentSelectează o imagineSelectează categoriaSelectează aranjament implicit pentru pagini. Acest aranjament se va reflecta în toate paginile cu excepția cazului în care aranjamentul unic este setat separat pentru anumite paginiSelectează aranjament implicit pentru articole singulare. Acest aranjament se va reflecta în toate articolele singulare cu excepția cazului în care aranjamentul unic este setat separat pentru un anumit articolSelectează aranjament implicit. Acest aranjament se va reflecta în întreg situl, arhive, categorii, pagină de căutare etc. Aranjamentul pentru un articol singular și o pagină poate fi controlat din opțiunile de mai josArată ambeleArată dataArată icon prima paginăArată ultimele articoleArată articole dintr-o categorieArată piesă lângă carusel. Potrivit pentru TG: Articole evidențiate.Arată piese în partea stângă.Arată piese în partea dreaptă.Arată piese în bara laterală 4 subsol.Arată piese în bara laterală 1 subsol.Arată piese în bara laterală 3 subsol.Arată piese în bara laterală 2 subsol.Arată piese în secțiunea antet numai deasupra meniului de navigare principal.Arată piese în șablon pagină de conținut.Arată piese pe pagina de eroare 404.Aranjament sitOpțiuni socialeRegret, dar nimic nu s-a potrivit cu termenii de căutare. Te rog încearcă din nou cu alte cuvinte cheie.Meniu reprezentativSuportTG: Anunț publicitar 125x125TG: Anunț publicitar 300x250TG: Anunț publicitar 728x90TG: Carusel categorie reprezentativăTG: Articole reprezentative (stilul 1)TG: Articole reprezentative (stilul 2)TG: Articole reprezentative (stilul 3)TG: Articole reprezentative (stilul 4)TG: Articole reprezentative (stilul 5)TG: Articole reprezentative (stilul 6)TG: Articole reprezentative (stilul 7)TG: Piesă articole aleatoriiTG: Piesă navigare cu fileTG: VideouriThemeGrillAceasta se va reflecta în legături, butoane și multe altele. Alege o culoare care să se potrivească sitului tăuTitlu:TwitterSistem articol unicÎncarcă favicon pentru situl tăuÎncarcă logo pentru antetul tăuFolosește imagineaVideouriVezi demonstrațieVezi un articol aleatoriuAranjament latWordPressAn: %sAr putea să-ți placă șiYoutubeComentariul tău așteaptă moderare.Un comentariu la &bdquo;%2$s&rdquo;%1$s comentarii la &bdquo;%2$s&rdquo;%1$s de comentarii la &bdquo;%2$s&rdquo;languages/uk.po000064400000436626151213252610007510 0ustar00# Translation of Themes - ColorMag Pro in Ukrainian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:17:28+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: uk_UA\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон Page Builder"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стиль сітки 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стиль сітки 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стиль сітки 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стиль сітки 1"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стиль блоку 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стиль блоку 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стиль блоку 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стиль блоку 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Оберіть категорії:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Категорії"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показувати записи з:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Фільтрувати"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Пропустити записів:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "записи"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стиль блоку 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Колір тексту:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Колір:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заголовок теми"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Додайте свій заголовок користувацькому блоку"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заголовок блоку"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Заголовок віджету"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag глобальні віджети"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Сітка віджетів ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Блоки віджетів ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Темний"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Блог краси"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Бізнес журнал"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музика"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – проста контактна форма та конструктор форми"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Відмітьте для показу головного зображення на окремій сторінці."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Головне зображення на окремій сторінці"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Відмітьте, щоб приховати головне зображення на сторінці окремого запису."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Зображення запису"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (за замовчанням)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Оберіть головний вигляд підвалу, як вам подобається"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Основний тип вигляду підвалу"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Параметри підвалу сайту"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Змініть тут налаштування підвалу, як вам подобається"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Разом заголовок та підвал"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Лише підвал"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Лише заголовок"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Показувати посилання соцмереж у:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Темна тема"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Світла тема"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Оберіть колір теми для вашого сайту."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Колір теми"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Оберіть головний вигляд шапки, як вам подобається"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Основний тип вигляду шапки"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "З налаштування дати WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Налаштування теми за замовчуванням"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Тип дати, що показується в шапці:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Останні записи"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Оберіть зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Використати зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Виберіть зображення"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Технології"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон сторінки контактів"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Праворуч"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Приклад віджету"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Ліворуч"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Сторінка Контакти"

#: searchform.php:12
msgid "Search"
msgstr "Пошук"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Інформацію на запит знайти не вдалося. Можливо, буде корисний пошук по сайту."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Вибачте, але за вашим пошуковим запитом нічого не знайдено. Будь ласка, спробуйте інші ключові слова."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Готові опублікувати свій перший запис? <a href=\"%1$s\">Почніть звідси</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Наступне &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Попереднє"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Хакер чи що?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Рекомендовані записи (Стиль 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Рекомендовані записи (Стиль 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Рекомендовані записи (Стиль 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Віджет випадкових записів"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Віджет з вкладками"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Рекомендовані записи (Стиль 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Рекомендовані записи (Стиль 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Відео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Додайте сюди вашу рекламу 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Додайте сюди вашу рекламу 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламне зображення"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Посилання рекламного зображення"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Додайте сюди ваші рекламні зображення 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Додайте сюди вашу рекламу 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Обрані записи (Стиль 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Опис"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Заголовок:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Макет буде як знизу:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Обрані записи (Стиль 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Показує останні записи чи записи з певної категорії."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Показує останні записи чи записи з певної категорії. Підходить для зони біля бічної колонки слайдера."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Обрати категорію"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показує записи з категорії"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показати останні повідомлення"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Кількість записів для показу:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдер обраної категорії"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Показує останні записи чи записи з певної категорії, які будуть використані як слайдер."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показувати віджети в четвертій бічній колонці підвалу."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показувати віджети в третій бічній колонці підвалу."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показувати віджети в другій бічній колонці підвалу."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показувати віджети в першій бічній колонці підвалу."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над підвалом"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показує віджети на сторінці помилки 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Бічна колонка на сторінці помилка 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показує віджети на шаблоні сторінки контакти."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Бічна колонка на сторінці контактів"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Головна сторінка: Вміст нижнього розділу"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Вміст середнього розділу зправа"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Головна сторінка: Вміст середнього розділу зправа"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Вміст середнього розділу зліва"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Головна сторінка: Вміст середнього розділу зліва"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Вміст верхнього розділу"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Головна сторінка: Вміст верхнього розділу"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показує віджети перед слайдером. Підходить для TG: Виділені записи."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Головна сторінка: Зона перед слайдером"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Головна сторінка: Зона слайдера"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показує віджети в розділі заголовку відразу над навігаційним меню."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Заголовок бічної колонки"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показує віджети зліва."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показує віджети справа."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вам також може сподобатись"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "Themegrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Переглянути випадковий запис"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Відповідь"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "З’явився коментар у черзі на узгодження"

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s о %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор публікації"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Редагувати)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Сповіщення:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Наступні записи <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Попередні записи"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навігація по запису"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редагувати"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % коментарів"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 коментар"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 коментарів"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Параметри кольору"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Налаштування кольору категорії"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Змініть колір кожного елементу категорії, як вам подобається"

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Параметри кольору категорії"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактор авторського права у підвалі"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Відмітьте для включення лайтбоксу для головного зображення окремого запису"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Лайтбокс зображення"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Змінити текст \"Читати далі\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Записи схожі за тегами"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Записи схожі за категоріями"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Схожі записи мають показуватись як:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Відмітьте для активації схожих записів"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Пов’язані записи"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Унікальна система записів"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Додаткові налаштування"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Змініть тут додаткові налаштування, як вам подобається"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Відмітьте для активації зони соціальних мереж"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Активувати зону соціальних мереж"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Налаштування соціальних мереж"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Користувальницький CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Це застосується до посилань, кнопок та багато іншого. Виберіть колір, який відповідає вашому сайту"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Налаштування основного кольору"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Виберіть шаблон за замовчуванням для окремих записів. Цей макет застосується для всіх окремих записів, якщо для певного запису не встановлено унікальний макет"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Макет за замовчуванням лише для окремих записів"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Виберіть шаблон за замовчуванням для окремих сторінок. Цей макет застосується для всіх окремих сторінок, якщо для певного сторінки не встановлено унікальний макет"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Макет лише для сторінок за умовчанням"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Виберіть шаблон за замовчуванням. Цей макет застосується для всіх архівів сайту, категорій, сторінок пошуку тощо. Макет для окремого запису та сторінки можна змінити в налаштуваннях нижче"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Тип шаблону"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Широкий шаблон"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Вузький шаблон"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Оберіть шаблон для вашого сайту. Ця зміна торкнеться всього сайту"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Макет сайту"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Відмітьте, щоб приховати записи блогу/статичні сторінки на головній сторінці"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Налаштування головної сторінки"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Налаштування дизайну"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Змініть тут налаштування дизайну, як вам більше подобається"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Відмітьте, щоб зображення заголовку посилало на головну сторінку"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Показати зображення заголовку під головним/основним меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "За замовчуванням: Показати зображення заголовку між заголовком/текстом сайту та головним/основним меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Показати зображення заголовку над заголовком/текстом сайту."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Положення показу зображення заголовку"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Позиція зображення заголовка"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Вимкнути"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Показати обидва"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Лише текст заголовку"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Лише логотип заголовку"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Оберіть налаштування які вам подобаються"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Відмітьте, для показу іконки випадкових записів в головному меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Випадкові записи"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Відмітьте, для показу іконки пошуку в головному меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Іконка пошуку"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Відмітьте, для прикріплення головного меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Прикріплене меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Відмітьте, для показу іконки додому в головному меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показати іконку додому"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Відмітьте для показу дати у заголовку"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показати дату"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Останні:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Відмітьте для показу розділу термінових новин"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Термінові новини"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Налаштування заголовку"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Змініть тут налаштування заголовку, як вам більше подобається"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Подивитися демо"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Підтримка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документація"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без бічної колонки вміст по центру"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без бічної колонки на всю ширину"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Лівий сайдбар"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Правий сайдбар"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Тип шаблону"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Оберіть структуру"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Основне меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Читати далі"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Сторінки:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Коментарі вимкнені."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Новіші коментарі &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Старіші коментарі"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навігація по коментарях"

#: archive.php:70
msgid "Archives"
msgstr "Архіви"

#: archive.php:64
msgid "Links"
msgstr "Посилання"

#: archive.php:61
msgid "Quotes"
msgstr "Цитати"

#: archive.php:58
msgid "Videos"
msgstr "Відео"

#: archive.php:55
msgid "Images"
msgstr "Зображення"

#: archive.php:52
msgid "Asides"
msgstr "Нотатки"

#: archive.php:49
msgid "Year: %s"
msgstr "Рік: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Місяць: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "День: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Схоже, що нічого не знайдено за цією адресою. Скористайтеся пошуком."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Сторінка не знайдена."

#: 404.php:28
msgid "404"
msgstr ""languages/fa_IR.mo000064400000053303151213252620010032 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+'�+, ,/,+2,,^,-�,H�,s-Dv-=�-D�-H>.4�.B�.L�.-L/z/&�/�/!�/�/
0010I0a0y0�0�0#�0�0�011.1%M1Ks1K�1M2KY2?�2�2]�2GW3e�3X4r^4C�4]5Ms5t�5t66W�6P7[T7�78�7]8[d8;�8i�8f9|9�9�9�9�9"�9�9:'*:*R:'}:�: �:�:-�:-;'?;g;�;!�;�;�;�;-<
4<?<V<,m<5�<h�<9=H=h=��=T>�m><�>P7?!�?�?�?+�?J�?=@U@b@(v@
�@/�@2�@
A)A+=A iA7�A/�A0�A4#B-XB,�B�B�B�B�BC"-CPCmC �C!�C-�C�C
D'D4DPID��DPEmE+E�E�E�E0�E
F,FHCF�F�F5�F.�F*G3G/QG�G�G�G�G�G�G�GHH0HKH^HvH��HI74I4lIA�I�I�I�I
J(J>JRJoJ�J��J�SK$L6MJM`M#M#�Mh�M00N4aNO�NK�NK2OK~O[�O<&P3cP�P�P�P:�P~Q�Q�Q$�Q$�Q#R$$R/IR/yR/�R/�R/	S/9S/iS(�S�S�S�S$�S
T�(T�T�T�TUU$UCUbUrU$�U�U�U�U�U
�U.�U.V96V$pV'�V�V�V�V%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:10:05+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fa
Project-Id-Version: Themes - ColorMag Pro
%1$s در t %2$s%s&larr; دیدگاه‌های پیشین&rarr; قبلی(ویرایش)،<i class="fa fa-comment"></i>0 دیدگاه<i class="fa fa-comment"></i> 1 دیدگاه<i class="fa fa-comments"></i> % دیدگاه<span class="meta-nav">&rarr;</span> نوشته‌های کهنه‌تر<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>فعال کردن ناحیه لینک شبکه های اجتماعیافزودن بنر تبلیغی 125 در 125 در اینجابنر تبلیغی 300 در 250 را اینجا اضافه کنیدبنر تبلیغی 728 در 90 خود را اینجا وارد کنیدافزودن تصویر 125 در 125 در اینجاتصویر بنر 300 در 250 را اینجا اضافه کنیدتصویر بنر تبلیغی 728 در 90 را اینحا وارد کنیدافزودن عنوان سفارشی بلاکتنظیمات اضافیتبلیغات بالای پانوشتتصویر تبلیغی لینک تصویر تبلیغی بایگانی هاکلمات قصارنویسنده: %sبلاک استایل 1بلاک استایل 2بلاک استایل 4بلاک استایل 6بلاک استایل 9عنوان بلاکهردو سربرگ و پانوشتطرح جعبهاخبار مهمدسته‌هاتنظیم رنگ دستهتنظیمات رنگ دستهتغییر متن ادامه مطلبتغییر تنظیمات اضافی از اینجا به سلیقه شماتغییر تنظیمات طراحی از اینجا به سلیقه شماتغییر تنظیمات پانوشت از اینجا به سلیقه شماتغییر تنظیمات سربرگ از اینجا به سلیقه شماتغییر رنگ هر دسته براساس سلیقه شما.کلک میزنی؟انتخاب کنید تا ناحیه لینک شبکه های اجتماعی فعال شودانتخاب کنید تا نوشته های مرتبط فعال شودانتخاب کنید برای نمایش آیکون نوشته تصادفی در فهرست اصلیانتخاب کنید برای نمایش آیکون جستجو در فهرست اصلیانتخاب کنید اگر میخواهید تصویر شاخص در برگه تکی نمایش داده شود.انتخاب کنید تا بخش اخبار مهم فعال شودانتخاب کنید لایت باکس برای تصاویر شاخص در نوشته تکیانتخاب کنید تا فهرست اصلی بصورت چسبنده شودانتخاب کنید تا نوشته های بلاگ و برگه های تکی از صفحه اصلی محو شودانتخاب کنید اگر میخواهید تصویر شاخص در نوشته تکی نمایش داده شود.انتخاب کنید تا تصویر سربرگ به صفحه اصلی لینک شودانتخاب کنید تا تاریخ در سربرگ نمایش داده شودانتخاب کنید تا آیکون خانه در فهرست اصلی نمایان شودانتخاب یک تصویرانتخاب رنگ پوسته برای سایت شما.انتخاب نوع نمایش ناحیه اصلی پانوشت که شما می خواهیدانتخاب نوع نمایش ناحیه اصلی سربرگ که شما می خواهیدگزینه ای که میخواهید انتخاب کنیدانتخاب کنید طرح سایت را. تغییر آن در کل سایت تاثیر می گذاردتنظیمات رنگرنگ:ColorMagColorMag بلاگ زیباColorMag مجله بیزنسیColorMag تیرهColorMag ابزارک سراسریColorMag پولیColorMag مد حرفه ایموسیقی نسخه پولی ColorMagورزش‌ها نسخه پولی ColorMagColorMag تکنولوژی حرفه ایColorMag بلاک ابزارکColorMag ابزارک جدولیپیمایش دیدگاهدیدگاه‌ها بسته شده‌اند.برگه تماسناحیه کناری برگه تماسپوسته برگه تماسبخش چپ وسط محتوابخش راست وسط محتوابخش بالای محتواCSS سفارشیپوسته تیرهنوع نمایش تاریخ در سربرگ:روز: %sطرح پیش‌فرضطرح پیش‌فرضطرح پیشفرض فقط برای برگهطرح پیشفرض فقط برای نوشته تکیپیشفرض: نمایش تصویر سربرگ بین متن عنوان سایت و فهرست اصلی.توضیحاتگزینه‌های طراحی:غیرفعال‌سازینمایش نوشته های اخیر یا نوشته های دسته ای مشخص، که به عنوان اسلایدر استفاده می شود.نمایش نوشته های اخیر یا نوشته های دسته ای مشخص.نمایش نوشته های اخیر یا نوشته از دسته ای مشخص. مناسب برای ناحیه کناری اسلایدر.نمایش تصویر سربرگ زیر فهرست اصلی.نمایش تصویر سربرگ درست بالای متن عنوان سایت.نمایش نوشته‌ها ازمستنداتويرايشناحیه کناری برگه خطای 404فرم های اورست - فرم آسان تماس و سازنده فرمابزارک نمونهفیسبوکتصویر شاخصتصویر شاخص در برگه تکیفیلترویرایشگر حق انتشار پانوشتنوع نمایش ناحیه اصلی پانوشتتنظیمات پانوشتفقط پانوشتاز تنظیمات تاریخ وردپرستنظیمات صفحه اصلیصفحه اصلی: ناحیه کناری اسلایدرصفحه اصلی: بخش پایین محتواصفحه اصلی: بخش چپ وسط محتواصفحه اصلی: بخش راست وسط محتواصفحه اصلی: بخش بالا محتواصفحه اصلی: ناحیه اسلایدرگوگل پلاسجدولی استایل 2جدولی استایل 3جدولی استایل 4جدولی استایل 5موقعیت تصویر سربرگفقط لوگوی سرفصلتنظیمات سرفصلناحیه کناری سربرگفقط نوشته‌ی سرفصلموقعیت نمایش تصویر سربرگفقط سربرگلایت باکس تصویرتصاویراینستاگرامبنظر میرسد چیزی یافت نشد. با جستجو تلاش کنید.به‌نظر می‌رسد نمی‌توانیم چیزی که شما به دنبال آن هستید را بیابیم. شاید جستجو بتواند به شما کمک کند.نوشته‌های اخیرجدیدترین:طرح بصورت زیر خواهد بود:چپستون‌کناری چپپیوندهانوع نمایش ناحیه سربرگ اصلیماه: %sدیدگاه‌های تازه‌تر &rarr;نوشته‌های تازه‌تر <span class="meta-nav">&larr;</span>بعدی &larr;&larr;بدون ناحیه کناری محتوا در وسطبدون ناحیه کناری عرض کاملتعداد نوشته برای نمایش:نوشته‌های آفست:اوه! این برگه پیدا نمی‌شه.پوسته صفحه‌سازصفحه‌ها:بازپینگ:پین‌ترستنویسندهراهبری نوشته‌هانوشته‌ها&rarr;گزینگان اصلیگزینه رنگ اصلینقل قول هانوشته تصادفیبیشتر بخوانیدمیخواهید اولین نوشته‌ی خود را منتشر کنید؟ <a href="%1$s">از اینجا آغاز کنید</a>. نوشته‌های مرتبطنوشته های مرتبط براساس دسته هانوشته های مرتبط براساس برچسبنوشته های مرتبط باید نمایش داده شود:پاسخ دادنراستستون‌کناری راستجستجوآیکون جستجوانتخاب طرحانتخاب یک تصویرانتخاب دسته:گزینش دستهانتخاب کنید طرح پیشفرض را برای برگه‌ها. این طرح روی تمام برگه‌ها چه منحصربه فرد چه خاص تاثیر می گذاردانتخاب طرح پیشفرض برای نوشته تکی. این طرح روی تمام نوشته‌ای تکی چه طرح منحصر به فرد برای نوشته ای خاص تاثیر میگذاردانتخاب طرح پیشفرض. این طرح به کل سایت شامل بایگانی،دسته‌ها،برگه جستجو و غیره تاثیر میگذارد.طرح برای نوشته تکی و برگه می تواند از تنظیمات زیر کنترل شودنمایش هردونمایش تاریخنمایش آیکون خانهنمایش آخرین پست‌هانمایش نوشته از دستهنمایش ابزارک کنار اسلایدر. مناسب برای TG: نوشته های برجسته.نمایش ابزارک‌ها در سمت چپ.نمایش ابزارک‌ها در سمت راست.نمایش ابزارک در چهارمین ناحیه کناری پانوشت.نمایش ابزارک در اولین ناحیه کناری پانوشت.نمایش ابزارک در سومین ناحیه کناری پانوشت.نمایش ابزارک در دومین ناحیه کناری پانوشت.نمایش ابزارک در سربرگ فقط بالای ناوبری فهرست اصلی.نمایش ابزارک در پوسته برگه محتوا.نمایش ابزارک در برگه خطای 404.طرح سایترنگ پوستهتنظیمات اجتماعیلینک شبکه اجتماعی برای نمایش در:بدبختانه جستجوی شما نتیجه‌ای در بر نداشت. با واژگانی دیگر جستجو کنید.منوی شناورپشتیبانیTG: بنر تبلیغی 125 در 125TG: بنر تبلیغی 300 در 250TG: بنر تبلیغی 728 در 90TG: اسلایدر دسته شاخصTG: نوشته های شاخص (استایل 1)TG: نوشته های اخیر (استایل 2)TG: نوشته های شاخص (استایل 3)TG: نوشته های شاخص (استایل 4)TG: نوشته های شاخص (استایل 5)TG: نوشته های شاخص (استایل 6)TG: نوشته های شاخص (استایل 7)TG: ابزارک نوشته تصادفیTG: ابزارک تبیTG: ویدئورنگ متن:تنظیمات پیشفرض قالبThemeGrillاین روی پیوندها،دکمه ها و چیزهای دیگر تاثیر میگذارد.رنگی برای مطابقت با سایت خود انتخاب کنیدعنوان ابزارکعنوان :توئیترنوع 1 (پیشفرض)نوع 2سیستم نوشته مشخصاستفاده از تصویرویدئو هامشاهده دمومشاهده نوشته تصادفیپوسته سفیدطرح عریضعنوان ابزارکوردپرسسال: %sممکن شما دوست داشته باشیدYoutubeدیدگاه شما چشم به راه بررسی است.%1$s دیدگاه برای «%2$s»https://themegrill.com/themes/colormag/126languages/ru_RU.mo000064400000145426151213252620010116 0ustar00����
LL
MX!e�n��&	)w3(�'�)�0&sW����Of��G�# #( "L *o *� )� � !!6!R!n!�!�!�!�!�!"'*"R"["b"
{"�"
�"
�"
�"
�"
�"�"$�"#%#
2#@#Y#Yl#
�#�#�#$4$/K$0{$0�$0�$4%6C%4z%4�%�%3�%#,&5P&#�&@�&*�&9'4P')�'3�'F�')*(CT(/�(7�(2)53)1i)�)3�) �)/	*9*>I*$�*,�*H�*3#+<W+<�+�+>�+
0,>,E,N,c,
~,�,�,�,�,�,�,7-=-\-s-�-�-A�-�-�-.*.H.d.;�.�.3�.//!:/\/
p/	{/�/�/�/A�/60>0M0\0$z0T�0	�0�0
11-!1/O1/1+�12�1L20[2+�2U�233`B31�38�34V&4m}4N�4
:5H5�M56�!6;�6837-l7�7�74�7�7�7881888P8n8z8�8�8�8�899<9!Y9'{9�90�9�9
::0:"N:q:�:0�:&�:;";6;"U;'x;(�;�;�;<!<5<A<N<[<h<u<|<�<�<�<�<�<�<�<= =9=W=c=Pr="�=�=�=�=		>G>W[>�>�>�>�>�>�>??$?*?<?	Z?d?0z?�?�?�?�?�?>@J@"f@4�@
�@%�@�@A$A6A	=A	GAQAcAA�A$�A�A�A�A�A"�A&B@BZBgB)|B)�B�B�B!C)C0C<C	LCFVC
�C�C�C�C�CD
	DD$D9D@DLD
bDpD�D�Dy�D�E��EZF	kF	uFF�F�FB�F�FBGD^G�G�G%�G-H$0H/UH&�H-�H$�HD�H'DI lI�I�I
�I�I'�I)�I%!J'GJ
oJzJ�J�J�J\�J4K@KHKbK|K�K�K�K�K	L&LCL`L}L�L�L
�L�Lf�L�:M��M�TN�+O��O�jP��P�wQR%R7RSR
kR�vRVJS�S�S �S�S
�S�S�SETLT;ST7�T�T�T�T	�T�TU	UU U	)U3UFU
SU^UjUwU�U	�U�U�U�U�U�V$�V'W?WEWGWIWKWiOW�X�XK�X-Y�0Y2�Y1ZCZVZYZ�rZ8=[6v[9�[F�[s.\��\�R^'_+G_%s_"�_O�_G`9T`9�`8�`TaTVaS�a.�a2.bIabI�bI�bI?cI�cI�cId/gd)�d8�dM�dHeUede�e�e�e�e�e�ef)fQGf"�f�f!�f$�f"g�Bg�g0�g0h9Nhm�h:�hQ1i2�i^�iHjj^jQ�j`k|kY�kb�k�RlH�l�AmG=nz�n[o_\o��od@pY�pu�psuq]�q�Gr��r�ZsG�sp5tM�tY�t'Nubvu8�ufv�yvL�v&Gw"nw<�ww�wFx	dxnx#wx"�x�x,�xyy$y>y!Vyixy+�y"z"1z0Tz$�z��z%:{7`{0�{;�{=|=C|s�|0�|O&}Qv}L�}1~*G~r~�~;�~�~@�~�/��(:�(c�:��Iǀ��	Ձ߁)��P-�V~�sՂLI�m��\�ma�Nτ��u��X�x*����)��;��؈{�� �9��B�ɋ��x��`�Xi�Ž(ώe��^�z�#��L���J�L�b�!x�0��0ː2��0/�2`�0��2đ.��5&�.\�[��H�0�9O�:��hē -�JN�w��J�\�2|�E��O��^E�`��Q�:W�N��&���,�D�\�t�=��.ŘA�!6�.X�����*��/ޙ=�NL���'���ޚD��#�
�$�	B�kL����L�l�?��
��*˝#��'�B�K�X�t���0��Dƞ��)$�4N���7��8۟5�9J�$��+��;ՠ?�,Q�~���	��$��?ס�)/�YY�&��ڢ,��[+�_�����I$�Xn�/Ǥf��u^�ԥ��!�y9���5Ϧ+�J1�
|���,��%���
�
�3'�[�'w������ި�ΩL��,�4�P�(j�0��5Ĭ|��0w�x��j!�.��1��e�FS�_��H��aC�F��_�nL�M��J	�9T�����&��[�>?�_~�M޳,�H�Eh�S��H��K�ߵ���-�H�:b�4��4Ҷ4�4<�4q�4��4۷%�26�i��������x�������l��^��A��	��ۿ��"�7��7�
S�h^����{���E�����$�",��O������z��!�4'�
\�/g�:������
�����45�j�w���!��B��.�	A�0K�
|�3�������>��'��
�������% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Edit), 1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor URL In Author BioAuthor: %sBelow NavigationBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBlog/Archive and Search Pages LayoutBoth header and footerBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the unique post system for the bundled widgetsCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the content in the popupCheck to display the featured image in single page.Check to display the link to the author page in the Author Bio sectionCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the color skin for your site.Choose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Custom CSSDark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter onlyFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5HeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHeader onlyImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLinkedInLinksMagazine TemplateMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePage Title. Default is 34pxPage title color.Pages:Pingback:PinterestPost Meta DisplayPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPostsPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Skin ColorSocial OptionsSocial Profiles in Author BioSocial Share ButtonSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:Titles related font size optionsTotal ViewsTweet ThisTwitterType 1 (Default)Type 1 (Default): Header text & logo on left, header sidebar on rightType 2Type 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageUser Social LinksVKVideo URLVideosView AllView DemoView a random postVimeo-SquareWhite SkinWide LayoutWidget TitleWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssYear: %sYou May Also LikeYou changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.YouTubeYour comment is awaiting moderation.https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2019-05-16 09:13:39+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: ru
Project-Id-Version: Themes - ColorMag Pro
% Комментариев%1$s в %2$s%1$s имеет %2$s сообщений и подсчета голосов.%s%s не активирован. Для активации %s перейдите на страницу настроек и введите Лицензионный ключ и Лицензионный email.&larr; Предыдущие комментарии&larr; Назад(Изменить), 1 Комментарий<b>Внимание!</b> Вы заблокировали внешние запросы, вы не сможете получить обновления %s. Пожалуйста добавьте %s в %s.<i class="fa fa-comment"></i> 0 Комментариев<i class="fa fa-comment"></i> 1 Комментарий<i class="fa fa-comments"></i> % Комментариев<span class="meta-nav">&larr;</span> Предыдущие записи<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Лицензионный Ключ для %s не найден. Возможно вы забыли ввести Лицензионный ключ при установке %s, или ключ был деактивирован. Вы можете активировать или приобрести Лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s не найдена. Вы можете приобрести подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Активация лицензии APIДеактивация Лицензии APIAPI Лецензионный ключAPI Лецензионный emailАктивировать блок  ссылок социальных сетейДобавьте сюда Видео ( только Youtube и Vimeo ) Добавьте сюда вашу 125x125 рекламуДобавьте сюда вашу 300x250 рекламуДобавьте сюда вашу 728x90 рекламуДобавьте сюда ваше рекламное 125x125 изображениеДобавьте сюда ваше рекламное 300x250 изображениеДобавьте сюда ваше рекламное 728x90 изображениеДобавьте заголовок блокаДополнительные настройкиДополнительная ссылка социальной сети 2Дополнительная ссылка социальной сети 5Дополнительная ссылка социальной сети 4Дополнительная ссылка социальной сети 1Дополнительная ссылка социальной сети 6Дополнительная ссылка социальной сети 3Дополнительная ссылка социальной сети 2Реклама над нижним блокомРекламное изображениеСсылка рекламного изображенияШрифт всех Заголовков. По умолчанию "Open Sans"АрхивыЗаметкиСсылка Bio АвтораАвтор: %sНижняя НавигацияСтиль блока 1Стиль блока 2Стиль блока 4Стиль блока 6Стиль блока 9Заголовок блокаШаблон макета для страниц Блог/Архив и ПоискВ шапке и в подвалеСеточный макетПоследние новостиЦвет заливки кнопокЦвет шрифта кнопокРазмер шрифта кнопок (Читать далее, Отправить, Комментировать и т.д.). По умолчанию 12pxРубрикиНастройка цвета категорииНастройки цвета категорииИзменение Текста Читать дальшеИзмените отсюда Дополнительные настройки, как вам нравитсяИзмените цвета как вам нравитсяИзмените настройки дизайна как вам нравитсяИзменение настроек подвалаИзмените настройки верхнего блока как вам нравитсяИзменение текста Read more для Вашего сайтаИзмените параметры ссылок социальных сетей, как вы хотитеИзмените настройки Шрифтов как вам нравитсяИзмените цвет для каждой категории как вам нравится.Хакер, что ли?Проверьте, чтобы виджет не имел эффекта слайдераОтметьте для активации блока ссылок социальных сетейОтметьте для активации кнопок Поделиться записью в социальных сетях для отдельной записиОтметьте для активации похожих записейОтметьте для активации Специальной система вывода записей постов для сгруппированных виджетов - остутствия дубляжей постов на страницеОтметьте для отключения Кнопки На ВерхОтметьте для отображения иконки случайных записей в основном менюОтметьте для показа иконки поиска в основном менюОтметьте для вывода содержимого в всплывающем окне.Отметьте, чтобы изображение записи отображалось на одиночной странице.Отметьте для включения ссылок на странице и в Bio АвтораОтметьте для включения блока последних новостейОтметьте для включения лайтбокса в миниатюрах одиночной записиОтметьте для включения подсчета просмотров популярных постов.Отметьте для включения "прилипания" основного менюОтметьте для скрытия записей блога/статической страницы на главной страницеОтметьте что бы скрыть изображение записи на странице одиночной записи.Отметьте для создания ссылки с изображения верхнего блока на домашнюю страницуОтметьте для открытия в новой закладкеОтметьте для включения Профиля в социальных сетях в Bio АвтораОтметьте для отображения даты в заголовкеОтметьте для показа иконки домой в основном менюВыберите изображениеВыберите стиль анимации для блока последних новостейВыберите цветовую схему сайта.Выберите вариант показа заголовка который вам нравитсяВыберите настройки макета для страниц Блог, Архив и результаты ПоискаВыберите место вывода последних новостейВыберите вид подвалаВыберите вид шапкиВыберите вариант, который хотитеВыберите макет вашего сайта. Изменение отобразится на всем сайтеНастройки цветаЦвет:ColorMagColorMag Блог о красотеColorMag Бизнес-журналColorMag ТёмныйГлобальные виджеты ColorMagColorMag ProColorMag Pro МодаColorMag Pro МузыкаColorMag Pro СпортColorMag Pro ТехнологииColorMag Pro это профессиональная версия бесплатной темы ColorMag.Важные ссылки Темы ColorMagБлоки виджета ColorMagСетка виджета ColorMagНавигация по комментариямОбсуждение закрыто.Ошибка соединения с сервером Лицензионных API ключей. Попробуйте еще раз позже.Контактная страницаСайдбар на странице контактовШаблон страницы контактовСодержание Средней секции внизуСодержание среднего левого блокаСодержание среднего левого блокаЦвет заголовков сайта (таких как h1, h2 в блоке содержимого сайта)Содержание верхнего блокаШрифт всего содержания. По умолчанию "Open Sans"Настройки размера шрифта содержимого сайта.Настройка Цветов блока содержимого сайтаЦвет фона блока содержаниеЦвет текста содержанияСобственный CSSТёмный стильФормат отображения даты в шапке:День: %sДеактивация API Лецензионного ключаДеактивированный ключ лицензии API, может быть использован на другом блоге.По умолчанию (Первое изображение большое, остальные два друг за другомРазметка по умолчаниюРазметка по умолчаниюШаблон по умолчанию для страницШаблон по умочанию для одиночных постовПо умолчанию: Отображать изображение верхнего блока между названием сайт/текстом и основным/главным меню.DeliciousОписаниеПараметры отображенияЗапретитьОтключение вывода Автора в поле мета данныхОтключение вывода Категории в поле мета данныхОтключение вывода колличества комментариев в поле мета данныхОтключение вывода Даты в поле мета данныхОтключение вывода кнопки редактирования в поле мета данныхОтключить полностью вывод мета данных для записейОтключение вывода количества просмотров в поле мета данныхОтключение вывода Тэгов в поле мета данныхОтобразить последние записи или записи определенной категории, которые будут использоваться как слайдер.Отобразить последние записи или записи определенной категории.Отображать последние записи или записи определенной категории. Подходит для блока возле слайдера боковой панели.Отображать изображение верхнего блока под основным/главным меню.Отображать изображение верхнего блока прямо над названием сайт/текстом.Показать:Отобразить срочные новости в новостном тикере. Подходит для Правого/Левого Сайдбара.Отобразить последние записи, популярные записи и последние комментарии. Подходит для Правого/Левого Сайдбара.Отобразить случайные записи. Подходит для Правого/Левого Сайдбара.ДокументацияВнизПраво загрузки для Лицензионного ключа %s был аннулированы, возможно, из-за истечения срока подписки. Вы можете активировать или приобрести Лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.РедактироватьИзменение информации Copyright внизу страницы. Вы можете использовать шорткоды: [the-year] - текущий год, [site-link] - ссылка на Ваш сайт, [wp-link] - ссылка на сайт WordPress, а так же мы будем благодарны за добавление шорткода [tg-link] - ссылки на наш сайт ThemeGrillВведите продолжительность показа последних новостей в заголовкеВведите скорость для последних новостей в заголовкеВведите текст для отображения на бегущей строкеОшибкаСайдбар на странице 404Everest Forms – простая контактная форма и конструктор формыПример виджетаFacebookИзображение записиИзображение записи на одиночной страницеФильтрРедактирование копирайта в нижнем блокеВид подвалаНижнее МенюНастройки подвалаСайдбар Подвала 4 ( Нижний )Сайдбар Подвала 1 ( Нижний )Сайдбар Подвала 1 ( Верхний )Сайдбар Подвала 1 ( Нижний )Сайдбар Подвала 3 ( Верхний )Сайдбар Подвала 2 ( Нижний )Сайдбар Подвала 2 ( Верхний )Цвет ссылок copyright подвалаЦвет фона блока copyright подвалаЦвет текста copyright подвалаРазмер шрифта copyright подвала сайта. По умолчанию 14pxНастройки размера шрифта подвала сайтаТолько в подвалеНастройка цветов подвала сайтаЦвет текста малого меню подвалаРазмер шрифта малого меню подвала сайта. По умолчанию 14px"Цвет фона подвалаЦвет текста содержания Виджетов ПодвалаРазмер текста содержание Виджетов подвала сайта. По умолчанию 14pxЦвет ссылок содержания Виджетов Подвалаиз настроек WordPressНастройки главной страницыГлавная страница: Блок возле слайдераГлавная страница: Содержание нижнего блокаГлавная страница: Содержание среднего левого блокаГлавная страница: Содержание среднего правого блокаГлавная страница: Содержание верхнего блокаГлавная страница: Блок слайдераГлавная страница: Вверху при Полной ШиринеНастройки шрифта GoogleGoogle-PlusСтиль сетки 2Стиль сетки 3Стиль сетки 4Стиль сетки 5ЗаголовокНастройки Цветов блока ЗаголовкаВариант показа ЗаголовкаПозиция изображения верхнего блокаЛоготип заголовкаТолько логотип заголовкаHeader OptionsСайдбар в шапкеТолько текст заголовкаЦвет фона блока ЗаголовкаНастройки шрифта блока заголовкаПозиция показа изображения верхнего блокаТолько в шапкеЛайтбокс изображенияРазмер Изображения средний (1400X600 pixels, применим для Главной страницы - верхнего виджета в зоне полной ширины)Размер Изображения средний (800х445 pixels)Размер ИзображенияИзображенияПолезные ссылкиInstagramПо этому адресу ничего не найдено. Воспользуйтесь поиском.Запрошенную информацию найти не удалось. Возможно, будет полезен поиск по сайту.Последние записиПоследние:Расположение будет таким как ниже:СлеваЛевая область виджетовАктивация ЛицензииДеактивация ЛицензииLinkedInСсылкиШаблон ЖурналаВид шапкиМесяц: %sСледующие комментарии &rarr;Следующие записи <span class="meta-nav">&rarr;</span>Далее &rarr;&rarr;Без сайдбара по центруБез сайдбара в полную ширинуНет комментариевКоличество записей для показаКоличество записей для показа:Количество постов для выводаКоличество новостей для выводаПропустить записей:Ой! Страница не найдена.Шаблон для конструктора страницЗаголовки Страниц. По умолчанию 34pxЦвет Заголовков СтраницСтраницы:Уведомление:PinterestПоказ Меток записейЗаголовки Записей. По умолчанию 32pxАвтор записиЦвет шрифта блока МетаРазмер шрифта в поле мета данных. По умолчанию 12pxНавигация по записямЗаписиЦвет Заголовков ЗаписейРазработаноПредпочтительный цвет для ссылки социальной сетиПредпочтительная иконка для ссылки социальной сети&larr;Основное менюОсновные цветаШрифт главного меню. По умолчанию "Open Sans"Цвет ссылок главного меню при наведении/нажатииЦвет текста главного менюНастройка размера шрифта Главного меню. По умолчанию 14pxНастройка размера шрифта Подменю Главного меню. По умолчанию 14pxЦитатыСлучайные записиОцените эту Тему!Читать далееГотовы опубликовать свою первую запись? <a href="%1$s">Начните отсюда</a>.Похожие записиПохожие записи по категориямПохожие записи по тэгамПохожие записи должны быть показаны как:ОтветСправаПравая область виджетовСохранить измененияКнопка На ВерхПоискИконка поискаПосмотреть все сообщения %1$sВыберите макетОтметить изображениеВыбрать рубрики:Выберите рубрикуВыберите макет по умолчанию для страниц. Этот макет отразится на на всех страницах, кроме тех на которых применен уникальный макетВыберите макет по умолчанию для записей. Этот макет отразится на на всех записях, кроме тех на которых применен уникальный макетВыберите макет по умолчанию. Этот макет отразится на архивах всего сайта, категориях, странице поиска и т.д. Макет для одиночной записи и страницы может быть изменен с настройки нижеПоделиться этой ЗаписьюПоказывать обаПоказать датуПоказать иконку ДомойПоказать последние записиПоказать записи из категорииПоказывает виджет возле слайдера. Подходит для TG: Выделенные записиПоказать виджет ниже меню.Показать виджет ниже меню. Для TG: Слайдер предпросмотра КатегорийПоказывает виджеты над Подвалом. Для TG: размер виджета 728x90Показывает виджеты слеваПоказывает виджеты справа.Показывать виджеты в зоне четвертого сайдбара подвала.Показывает виджет в сайдбаре подвала 1Показывать виджеты в зоне первого сайдбара подвала.Показывать виджеты в сайдбаре подвала 3Показывать виджеты в зоне третьего сайдбара подвала.Показывает виджет в сайдбаре подвала 2Показывать виджеты в зоне второго сайдбара подвала.Показывает виджеты в заголовке сразу сверху меню навигации.Показывает сайдбар на странице контактов.Показывает виджеты на странице ошибки 404Цвет заголовков боковой панелиМакет сайтаЦвет СлоганаЦвет Заголовка сайтаНастройка размера шрифта Слогана. По умолчанию 16pxШрифт слогана. По умолчанию "Open Sans"Настройка размера шрифта Заголовка. По умолчанию 46pxШрифт заголовка сайта. По умолчанию "Open Sans"Цветовая схемаСоциальные опцииПрофиль в социальных сетях в Bio АвтораКнопка Поделиться записью в социальных сетяхСсылки на социальные сети показывать в:Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые слова.Прилипающее менюПоддержкаTG: 125x125 РекламаTG: 300x250 РекламаTG: 728x90 РекламаTG: Слайдер популярная категорияTG: Популярные записи (Стиль 1)TG: Популярные записи (Стиль 2)TG: Популярные записи (Стиль 3)TG: Популярные записи (Стиль 4)TG: Популярные записи (Стиль 5)TG: Популярные записи (Стиль 6)TG: Популярные записи (Стиль 7)TG: Выделенные ЗаписиTG: Виджет случайных записейTG: Виджет вкладокTG: ВидеоЦвет текста:Лицензионный Ключ для темы Colormag не был активирован, %sПерейдите по ссылке%s для активации лицензионного ключа.Лицензия не может быть деактивирована. Используйте вкладку Деактивация Лицензии для деактивации лицензии вручную, прежде чем активировать новую лицензию.Лицензионный ключ для %s истек. Вы можете активировать или приобрести лицензионный ключ в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была отменена. Вы можете обновить подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была отмечена к удалению. Вы можете приобрести новую подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s была приостановлена. Вы можете активировать подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Срок подписки %s истек. Вы можете возобновить подписку в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %sзаморожена. Вы можете активировать ее заново в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.Подписка для %s на рассмотрении. Вы можете проверить статус подписки в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.из настроек темыТема Активирована.Лицензия Темы деактивирована.Тема: ColorMag Pro отThemeGrillЭтот пример показывает как %s Сайдбар выглядит по умолчанию. Вы можете добавить настраиваемые виджеты из %swidgets screen%s в панеле администратора. При добавлении Ваших виджетов они заменят существующие.Это отразится на ссылках, кнопках и многом другом. Выберите цвет наиболее подходящий вашему сайтуВиджет заголовкаНазвание:Настройки размеров шрифта ЗаголовковВсего ПросмотровТвитнутьTwitterТип 1 (По умолчанию)Вариант 1 (По умолчанию): Текст заголовка и логотипа слева, Боковая панель заголовка справаТип 2Вариант 2: Боковая панель заголовка слева, текст заголовка и логотипа справаВариант 3: Текст заголовка и боковая панель заголовка отцентрованыНастройки ШрифтовУникальная почтовая системаВверхИспользовать изображениеСоциальные ссылки ПользователяВконтактеURL ВидеоВидеоСмотреть всеПосмотреть демоПосмотреть случайную записьVimeo-SquareСветлый стильШирокий шаблонЗаголовок виджетаЗаголовки Виджетов. По умолчанию 18px Цвет заголовков ВиджетовWordPressВведите Ваш Собственный CSSГод: %sВам также может понравитьсяВы изменили подписку для %s, теперь вам необходимо ввести новый ключ API лицензии на странице настроек. Лицензионный ключ должен был быть доставлен по email. Если Вы не получили его, можете взять его в <a href="%s" target="_blank">панели управления</a> вашего аккаунта.YouTubeВаш комментарий ожидает проверки.https://themegrill.com/themes/colormag/сказал:126Ошибка 404languages/colormag-pro.pot000064400000430601151213252620011642 0ustar00# <!=Copyright (C) 2024 ThemeGrill
# This file is distributed under the GNU General Public License, version 3 (GPLv3).=!>
msgid ""
msgstr ""
"Project-Id-Version: ColorMag Pro 4.1.9\n"
"Report-Msgid-Bugs-To: themegrill@gmail.com\n"
"POT-Creation-Date: 2024-07-19 10:39:32+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"

#: inc/widgets/colormag-exchange-widget.php:66
msgid "1"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:136
#: inc/widgets/colormag-exchange-widget.php:67
msgid "2"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:137
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:483
#: inc/widgets/colormag-exchange-widget.php:68
msgid "3"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:138
msgid "4"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:484
msgid "6"
msgstr ""

#: 404.php:36
msgid "404"
msgstr ""

#: 404.php:34
msgid "Oops ! Page Not Found"
msgstr ""

#: 404.php:40
msgid ""
"We are sorry for the inconvenience. The page you’re trying to access does "
"not exist or has been removed."
msgstr ""

#: 404.php:45
msgid "Back to Home"
msgstr ""

#: comments.php:39 inc/ajax.php:332
#. Translators: %1$s: Post title
msgid "One thought on &ldquo;%1$s&rdquo;"
msgstr ""

#: comments.php:55 comments.php:75
msgid "Comment navigation"
msgstr ""

#: comments.php:57 comments.php:77
msgid "&larr; Older Comments"
msgstr ""

#: comments.php:58 comments.php:78
msgid "Newer Comments &rarr;"
msgstr ""

#: comments.php:88 inc/ajax.php:369
msgid "Comments are closed."
msgstr ""

#: inc/admin/class-colormag-admin.php:38
msgid "Processing..."
msgstr ""

#: inc/admin/class-colormag-dashboard.php:32
#. translators: %s: Theme Name.
msgid "%s Options"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:50
msgid "Activate ThemeGrill Demo Importer Plugin"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:52
msgid "Install ThemeGrill Demo Importer Plugin"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:54
msgid "Demo Library"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:73
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:233
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:107
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:46
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:83
msgid "Top Bar"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:74
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:265
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:38
msgid "Main Header"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:75
#: inc/core/class-colormag-after-setup-theme.php:82
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:273
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:43
msgid "Primary Menu"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:76
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:332
msgid "Blog"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:77
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:353
msgid "Meta"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:78
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:375
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:40
msgid "Footer Column"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:79
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:383
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:46
msgid "Footer Bar"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:88
msgid "ColorMag"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:96
msgid "Theme Info"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:97
msgid "Demos"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:98
msgid "Premium"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:99
msgid "Support"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:100
msgid "Documentation"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:109
msgid "Premium Features"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:116
msgid "Learn More"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:128
msgid "Get Started"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:130
msgid "Learn Basics &#129066;"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:133
msgid "Starter Demos"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:139
#. translators: 1: Theme Name, 2: Demo Link.
msgid ""
"You do not need to build your site from scratch, %1$s provides a variety of "
"%2$s"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:141
msgid "Demos."
msgstr ""

#: inc/admin/class-colormag-dashboard.php:145
msgid "Import demo site and start editing as your liking."
msgstr ""

#: inc/admin/class-colormag-dashboard.php:156
#. translators: %s: Theme Name.
msgid "%s Community"
msgstr ""

#: inc/admin/class-colormag-dashboard.php:167
#. translators: %s: Theme Name.
msgid "Connect with us and other helpful %s users like you."
msgstr ""

#: inc/admin/class-colormag-dashboard.php:172
msgid "Join Now &#129066;"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:26
msgid "Get started with ColorMag"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:46
#: inc/migration/demo-import-migration.php:28
msgid "Colormag"
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:54
#. translators: 1: welcome page link starting html tag, 2: welcome page link
#. ending html tag.
msgid ""
"Welcome! Thank you for choosing ColorMag! To fully take advantage of the "
"best our theme can offer please make sure you visit our %1$swelcome "
"page%2$s."
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:63
msgid ""
"Clicking the button will install and activate the ThemeGrill demo importer "
"plugin."
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:77
#: inc/migration/class-colormag-migration.php:2297
#: inc/migration/demo-import-migration.php:69
msgid "Action failed. Please refresh the page and retry."
msgstr ""

#: inc/admin/class-colormag-welcome-notice.php:81
msgid "Cheatin&#8217; huh?"
msgstr ""

#: inc/ajax.php:37
msgid "Permissions check failed."
msgstr ""

#: inc/ajax.php:153
msgid "No more post"
msgstr ""

#: inc/ajax.php:223
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:738
#: navigation.php:32 navigation.php:50
msgid "&larr; Previous"
msgstr ""

#: inc/ajax.php:224
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:739
#: navigation.php:33 navigation.php:51
msgid "Next &rarr;"
msgstr ""

#: inc/class-breadcrumb-trail.php:241
#: inc/customizer/class-colormag-customizer-partials.php:71
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:80
#: template-parts/hooks/header/header.php:480
msgid "You are here:"
msgstr ""

#: inc/class-breadcrumb-trail.php:268
msgid "Browse:"
msgstr ""

#: inc/class-breadcrumb-trail.php:270
msgid "Home"
msgstr ""

#: inc/class-breadcrumb-trail.php:271
msgid "404 Not Found"
msgstr ""

#: inc/class-breadcrumb-trail.php:272
#: template-parts/hooks/content/content.php:98
msgid "Archives"
msgstr ""

#: inc/class-breadcrumb-trail.php:274
#. Translators: %s is the search query.
msgid "Search results for: %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:276
#. Translators: %s is the page number.
msgid "Page %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:278
#. Translators: %s is the page number.
msgid "Comment Page %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:280
#. Translators: Minute archive title. %s is the minute time format.
msgid "Minute %s"
msgstr ""

#: inc/class-breadcrumb-trail.php:282
#. Translators: Weekly archive title. %s is the week date format.
msgid "Week %s"
msgstr ""

#: inc/colormag-wp-query.php:43
#: inc/customizer/class-colormag-customizer-partials.php:114
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:144
msgid "Latest:"
msgstr ""

#: inc/colormag-wp-query.php:100
#: inc/customizer/class-colormag-customizer-partials.php:193
msgid "View a random post"
msgstr ""

#: inc/compatibility/elementor/elementor.php:216
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/compatibility/elementor/elementor.php:225
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/compatibility/elementor/elementor.php:234
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:98
msgid "Block Title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:106
#: inc/widgets/colormag-125x125-advertisement-widget.php:34
#: inc/widgets/colormag-300x250-advertisement-widget.php:34
#: inc/widgets/colormag-728x90-advertisement-widget.php:34
#: inc/widgets/colormag-breaking-news-widget.php:35
#: inc/widgets/colormag-cta-widget.php:39
#: inc/widgets/colormag-default-news-widget.php:40
#: inc/widgets/colormag-exchange-widget.php:47
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:40
#: inc/widgets/colormag-featured-posts-vertical-widget.php:40
#: inc/widgets/colormag-featured-posts-widget.php:40
#: inc/widgets/colormag-google-maps-widget.php:47
#: inc/widgets/colormag-news-in-picture-widget.php:46
#: inc/widgets/colormag-random-post-widget.php:34
#: inc/widgets/colormag-slider-news-widget.php:40
#: inc/widgets/colormag-ticker-news-widget.php:41
#: inc/widgets/colormag-video-playlist.php:35
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:47
msgid "Title:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:108
msgid "Add your custom block title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:119
msgid "Title URL"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:152
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:180
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:96
#: inc/customizer/options/global/class-colormag-customize-widget-options.php:40
msgid "Widget Title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:160
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:220
msgid "Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:177
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:277
msgid "Text Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:212
msgid "Widget content"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:239
msgid "Overlay Text Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:258
msgid "Overlay Text Hover Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:294
msgid "Text Hover Color:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:329
msgid "Posts"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:336
#: inc/widgets/colormag-default-news-widget.php:50
#: inc/widgets/colormag-featured-posts-slider-widget.php:35
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:50
#: inc/widgets/colormag-featured-posts-widget.php:50
#: inc/widgets/colormag-highlighted-posts-widget.php:34
#: inc/widgets/colormag-news-in-picture-widget.php:56
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:45
msgid "Number of posts to display:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:345
msgid "Offset Posts:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:358
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:58
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:75
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:570
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:196
msgid "Date"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:359
#: inc/widgets/colormag-tabbed-widget.php:110
msgid "Comment"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:360
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:57
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:122
msgid "Author"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:361
msgid "Tag"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:362
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:62
msgid "Reading Time"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:389
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:66
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:100
msgid "Filter"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:396
msgid "Display the posts from:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:400
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:104
msgid "Latest Posts"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:401
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:56
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:464
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:568
msgid "Categories"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:402
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:61
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:465
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:569
msgid "Tags"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:403
msgid "Authors"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:411
msgid "Select categories:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:424
msgid "Select tags:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:437
msgid "Select authors:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:450
msgid "Orderby:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:454
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1143
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1171
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1143
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1171
#: inc/customizer/options/global/class-colormag-customize-button-options.php:252
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:226
msgid "None"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:455
msgid "Post ID"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:456
msgid "Post Author"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:457
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:224
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:647
#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:43
msgid "Post Title"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:458
msgid "Post Name(Slug)"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:459
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:299
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:312
msgid "Post Date"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:460
msgid "Post Modified Date"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:461
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:106
msgid "Random Post"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:462
msgid "Comment Count"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:470
msgid "Sort Order:"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:474
msgid "Ascending"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:475
msgid "Descending"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:501
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:442
msgid "Pagination"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:508
msgid "Show Pagination"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:511
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:553
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:565
msgid "Show"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:512
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:554
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:566
msgid "Hide"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:543
#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:550
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:211
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:105
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:121
msgid "Category"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:562
msgid "Category for Small grids"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:597
msgid "Slide Options"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:604
msgid "Transition Time"
msgstr ""

#: inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php:613
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:401
msgid "Transition Speed"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-global-widgets-title.php:48
msgid "Title Widget"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:60
msgid "Trending News"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-1.php:45
msgid "Block Style 1"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-10.php:55
msgid "Block Style 10"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-2.php:52
msgid "Block Style 2"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-3.php:56
msgid "Block Style 3"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-3.php:94
#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php:94
msgid "Display featured image/video:"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-3.php:98
#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php:98
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:152
#: inc/customizer/options/content/class-colormag-customize-page-options.php:40
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:206
msgid "Featured Image"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-3.php:99
#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php:99
msgid "Video"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-4.php:45
msgid "Block Style 4"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-5.php:45
msgid "Block Style 5"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-5.php:139
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:417
#: template-parts/entry/entry-summary.php:26
#: template-parts/entry/entry-summary.php:50
#: template-parts/entry/entry-summary.php:58
msgid "Read More"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php:56
msgid "Block Style 6"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-7.php:55
msgid "Block Style 7"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-8.php:55
msgid "Block Style 8"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-9.php:53
msgid "Block Style 9"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-1.php:48
msgid "Grid Style 1"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-2.php:55
msgid "Grid Style 2"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-3.php:55
msgid "Grid Style 3"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-4.php:55
msgid "Grid Style 4"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-5.php:55
msgid "Grid Style 5"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-6.php:55
msgid "Grid Style 6"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:63
msgid "Grid Style 7"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:101
msgid "Autoplay Slider?"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:104
#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:116
msgid "Yes"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:105
#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:117
msgid "No"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php:113
msgid "Pause On Hover?"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-8.php:46
msgid "Grid Style 8"
msgstr ""

#: inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-9.php:55
msgid "Grid Style 9"
msgstr ""

#: inc/core/class-colormag-after-setup-theme.php:83
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:240
msgid "Footer Menu"
msgstr ""

#: inc/core/class-colormag-after-setup-theme.php:84
msgid "Top Bar Menu"
msgstr ""

#: inc/core/class-colormag-fonts.php:186
#: inc/customizer/core/class-colormag-fonts.php:186
msgid "Thin 100"
msgstr ""

#: inc/core/class-colormag-fonts.php:187
#: inc/customizer/core/class-colormag-fonts.php:187
msgid "Thin 100 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:188
#: inc/customizer/core/class-colormag-fonts.php:188
msgid "Extra-Light 200"
msgstr ""

#: inc/core/class-colormag-fonts.php:189
#: inc/customizer/core/class-colormag-fonts.php:189
msgid "Extra-Light 200 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:190
#: inc/customizer/core/class-colormag-fonts.php:190
msgid "Light 300"
msgstr ""

#: inc/core/class-colormag-fonts.php:191
#: inc/customizer/core/class-colormag-fonts.php:191
msgid "Light 300 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:192
#: inc/customizer/core/class-colormag-fonts.php:192
msgid "Regular 400"
msgstr ""

#: inc/core/class-colormag-fonts.php:193
#: inc/customizer/core/class-colormag-fonts.php:193
msgid "Regular 400 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:194
#: inc/customizer/core/class-colormag-fonts.php:194
msgid "Medium 500"
msgstr ""

#: inc/core/class-colormag-fonts.php:195
#: inc/customizer/core/class-colormag-fonts.php:195
msgid "Medium 500 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:196
#: inc/customizer/core/class-colormag-fonts.php:196
msgid "Semi-Bold 600"
msgstr ""

#: inc/core/class-colormag-fonts.php:197
#: inc/customizer/core/class-colormag-fonts.php:197
msgid "Semi-Bold 600 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:198
#: inc/customizer/core/class-colormag-fonts.php:198
msgid "Bold 700"
msgstr ""

#: inc/core/class-colormag-fonts.php:199
#: inc/customizer/core/class-colormag-fonts.php:199
msgid "Bold 700 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:200
#: inc/customizer/core/class-colormag-fonts.php:200
msgid "Extra-Bold 800"
msgstr ""

#: inc/core/class-colormag-fonts.php:201
#: inc/customizer/core/class-colormag-fonts.php:201
msgid "Extra-Bold 800 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:202
#: inc/customizer/core/class-colormag-fonts.php:202
msgid "Black 900"
msgstr ""

#: inc/core/class-colormag-fonts.php:203
#: inc/customizer/core/class-colormag-fonts.php:203
msgid "Black 900 Italic"
msgstr ""

#: inc/core/class-colormag-fonts.php:227
#: inc/customizer/core/class-colormag-fonts.php:227
msgid "Arabic"
msgstr ""

#: inc/core/class-colormag-fonts.php:228
#: inc/customizer/core/class-colormag-fonts.php:228
msgid "Bengali"
msgstr ""

#: inc/core/class-colormag-fonts.php:229
#: inc/customizer/core/class-colormag-fonts.php:229
msgid "Chinese (Hong Kong)"
msgstr ""

#: inc/core/class-colormag-fonts.php:230
#: inc/customizer/core/class-colormag-fonts.php:230
msgid "Chinese (Simplified)"
msgstr ""

#: inc/core/class-colormag-fonts.php:231
#: inc/customizer/core/class-colormag-fonts.php:231
msgid "Chinese (Traditional)"
msgstr ""

#: inc/core/class-colormag-fonts.php:232
#: inc/customizer/core/class-colormag-fonts.php:232
msgid "Cyrillic"
msgstr ""

#: inc/core/class-colormag-fonts.php:233
#: inc/customizer/core/class-colormag-fonts.php:233
msgid "Cyrillic Extended"
msgstr ""

#: inc/core/class-colormag-fonts.php:234
#: inc/customizer/core/class-colormag-fonts.php:234
msgid "Devanagari"
msgstr ""

#: inc/core/class-colormag-fonts.php:235
#: inc/customizer/core/class-colormag-fonts.php:235
msgid "Greek"
msgstr ""

#: inc/core/class-colormag-fonts.php:236
#: inc/customizer/core/class-colormag-fonts.php:236
msgid "Greek Extended"
msgstr ""

#: inc/core/class-colormag-fonts.php:237
#: inc/customizer/core/class-colormag-fonts.php:237
msgid "Gujarati"
msgstr ""

#: inc/core/class-colormag-fonts.php:238
#: inc/customizer/core/class-colormag-fonts.php:238
msgid "Gurmukhi"
msgstr ""

#: inc/core/class-colormag-fonts.php:239
#: inc/customizer/core/class-colormag-fonts.php:239
msgid "Hebrew"
msgstr ""

#: inc/core/class-colormag-fonts.php:240
#: inc/customizer/core/class-colormag-fonts.php:240
msgid "Japanese"
msgstr ""

#: inc/core/class-colormag-fonts.php:241
#: inc/customizer/core/class-colormag-fonts.php:241
msgid "Kannada"
msgstr ""

#: inc/core/class-colormag-fonts.php:242
#: inc/customizer/core/class-colormag-fonts.php:242
msgid "Khmer"
msgstr ""

#: inc/core/class-colormag-fonts.php:243
#: inc/customizer/core/class-colormag-fonts.php:243
msgid "Korean"
msgstr ""

#: inc/core/class-colormag-fonts.php:244
#: inc/customizer/core/class-colormag-fonts.php:244
msgid "Latin"
msgstr ""

#: inc/core/class-colormag-fonts.php:245
#: inc/customizer/core/class-colormag-fonts.php:245
msgid "Latin Extended"
msgstr ""

#: inc/core/class-colormag-fonts.php:246
#: inc/customizer/core/class-colormag-fonts.php:246
msgid "Malayalam"
msgstr ""

#: inc/core/class-colormag-fonts.php:247
#: inc/customizer/core/class-colormag-fonts.php:247
msgid "Myanmar"
msgstr ""

#: inc/core/class-colormag-fonts.php:248
#: inc/customizer/core/class-colormag-fonts.php:248
msgid "Oriya"
msgstr ""

#: inc/core/class-colormag-fonts.php:249
#: inc/customizer/core/class-colormag-fonts.php:249
msgid "Sinhala"
msgstr ""

#: inc/core/class-colormag-fonts.php:250
#: inc/customizer/core/class-colormag-fonts.php:250
msgid "Tamil"
msgstr ""

#: inc/core/class-colormag-fonts.php:251
#: inc/customizer/core/class-colormag-fonts.php:251
msgid "Telugu"
msgstr ""

#: inc/core/class-colormag-fonts.php:252
#: inc/customizer/core/class-colormag-fonts.php:252
msgid "Thai"
msgstr ""

#: inc/core/class-colormag-fonts.php:253
#: inc/customizer/core/class-colormag-fonts.php:253
msgid "Tibetan"
msgstr ""

#: inc/core/class-colormag-fonts.php:254
#: inc/customizer/core/class-colormag-fonts.php:254
msgid "Vietnamese"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:42
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:42
msgid "No file selected"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:94
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:94
msgid "Background Color"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:105
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:105
msgid "Background Image"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:111
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:111
msgid "No Image Selected"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:118
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:118
msgid "Remove"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:125
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:125
msgid "Select Image"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:132
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:132
msgid "Background Repeat"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:136
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:136
msgid "No Repeat"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:139
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:139
msgid "Repeat All"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:142
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:142
msgid "Repeat Horizontally"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:145
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:145
msgid "Repeat Vertically"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:150
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:150
msgid "Background Position"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:154
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:154
msgid "Left Top"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:157
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:157
msgid "Left Center"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:160
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:160
msgid "Left Bottom"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:163
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:163
msgid "Right Top"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:166
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:166
msgid "Right Center"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:169
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:169
msgid "Right Bottom"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:172
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:172
msgid "Center Top"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:175
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:175
msgid "Center Center"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:178
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:178
msgid "Center Bottom"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:183
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:183
msgid "Background Size"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:187
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:187
msgid "Cover"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:190
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:190
msgid "Contain"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:193
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:193
msgid "Auto"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:198
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:198
msgid "Background Attachment"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:202
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:202
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:486
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:89
msgid "Scroll"
msgstr ""

#: inc/core/custom-controls/background/class-colormag-background-control.php:205
#: inc/customizer/core/custom-controls/background/class-colormag-background-control.php:205
msgid "Fixed"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:47
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:47
msgid "Clear"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:48
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:48
msgid "Clear color"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:49
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:49
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:465
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:110
msgid "Default"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:50
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:50
msgid "Select default color"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:51
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:51
msgid "Select Color"
msgstr ""

#: inc/core/custom-controls/color/class-colormag-color-control.php:52
#: inc/customizer/core/custom-controls/color/class-colormag-color-control.php:52
msgid "Color value"
msgstr ""

#: inc/core/custom-controls/date/class-colormag-date-control.php:59
#: inc/customizer/core/custom-controls/date/class-colormag-date-control.php:59
msgid "Select Date"
msgstr ""

#: inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php:45
#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:45
msgid "Top"
msgstr ""

#: inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php:46
#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:46
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:368
#: inc/widgets/colormag-cta-widget.php:68 sidebar.php:32
msgid "Right"
msgstr ""

#: inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php:47
#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:47
msgid "Bottom"
msgstr ""

#: inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php:48
#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:48
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:367
#: inc/widgets/colormag-cta-widget.php:66 sidebar-left.php:32
msgid "Left"
msgstr ""

#: inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php:78
#: inc/core/custom-controls/slider/class-colormag-slider-control.php:106
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:358
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:444
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:530
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:621
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:707
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:793
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:886
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:973
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1060
#: inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php:78
#: inc/customizer/core/custom-controls/slider/class-colormag-slider-control.php:106
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:358
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:444
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:530
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:621
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:707
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:793
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:886
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:973
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1060
msgid "Back to default"
msgstr ""

#: inc/core/custom-controls/navigate/class-colormag-navigate-control.php:67
#: inc/customizer/core/custom-controls/navigate/class-colormag-navigate-control.php:67
#. Translators: %1$s: Anchor tag open, %2$s: Customizer section name %3$s:
#. Anchor tag close
msgid "%1$s Click here to edit %2$s features %3$s"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:52
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:52
msgid "Standard Fonts"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:53
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:53
msgid "Google Fonts"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:60
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:60
msgid "Custom Fonts"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:288
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:288
msgid "Family"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:296
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:296
msgid "Weight"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:305
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:305
msgid "Subset(s)"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:323
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:409
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:495
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:323
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:409
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:495
msgid "Size"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:586
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:672
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:758
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:586
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:672
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:758
msgid "Line Height"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:850
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:938
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1025
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:850
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:938
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1025
msgid "Letter Spacing"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1113
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1113
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:482
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:91
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:138
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:85
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:184
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:391
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:499
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:103
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:84
#: inc/customizer/options/global/class-colormag-customize-button-options.php:249
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:43
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:104
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:216
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:185
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:81
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:190
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:90
msgid "Style"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1118
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1118
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:261
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:337
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:77
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:138
#: inc/customizer/options/global/class-colormag-customize-button-options.php:64
#: inc/customizer/options/global/class-colormag-customize-button-options.php:96
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:65
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:497
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:316
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:133
msgid "Normal"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1121
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1121
msgid "Italic"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1124
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1124
msgid "Oblique"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1127
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1155
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1183
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1127
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1155
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1183
msgid "Initial"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1130
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1158
#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1186
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1130
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1158
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1186
msgid "Inherit"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1138
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1138
msgid "Transform"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1146
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1146
msgid "Capitalize"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1149
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1149
msgid "Uppercase"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1152
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1152
msgid "Lowercase"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1166
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1166
msgid "Decoration"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1174
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1174
msgid "Underline"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1177
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1177
msgid "Overline"
msgstr ""

#: inc/core/custom-controls/typography/class-colormag-typography-control.php:1180
#: inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php:1180
msgid "Line Through"
msgstr ""

#: inc/core/extend-customizer/class-colormag-wp-customize-section.php:69
#: inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.php:69
#. Translators: 1: Panel Title.
msgid "Customizing &#9656; %s"
msgstr ""

#: inc/core/extend-customizer/class-colormag-wp-customize-section.php:73
#: inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.php:73
msgid "Customizing"
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:30
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:539
#: template-parts/footer/flyout-related-posts.php:23
msgid "Read Next"
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:39
#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:74
#: inc/widgets/abstract-colormag-widget.php:735
#. Translators: 1. Field name, 2. Field id, 3. Custom style declaration
msgid "View All"
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:50
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:435
#: template-parts/content/related-posts.php:27
msgid "You May Also Like"
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:61
msgid "Read more"
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:101
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:38
#: template-parts/hooks/footer/footer.php:311
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:101
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:38
#: template-parts/hooks/footer/footer.php:311
msgid "All rights reserved."
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:101
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:38
#: template-parts/hooks/footer/footer.php:311
msgid "Theme: "
msgstr ""

#: inc/customizer/class-colormag-customizer-partials.php:101
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:38
#: template-parts/hooks/footer/footer.php:311
msgid " by ThemeGrill. Powered by "
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:42
msgid "Global"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:49
msgid "Front Page"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:56
msgid "Header & Navigation"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:63
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:214
msgid "Content"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:70
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:123
msgid "Footer"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:77
msgid "Additional"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:96
#: inc/customizer/options/content/class-colormag-customize-page-options.php:64
msgid "Colors"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:105
msgid "Category Colors"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:114
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:176
#: inc/customizer/options/global/class-colormag-customize-container-options.php:41
msgid "Container"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:123
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:364
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:437
msgid "Sidebar"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:132
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:234
#: inc/customizer/options/content/class-colormag-customize-page-options.php:99
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:213
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:675
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:723
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:199
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:279
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:208
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:275
#: inc/customizer/options/global/class-colormag-customize-button-options.php:120
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:124
#: inc/customizer/options/global/class-colormag-customize-widget-options.php:64
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:335
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:412
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:164
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:266
msgid "Typography"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:141
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:485
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:88
#: inc/customizer/options/global/class-colormag-customize-button-options.php:40
msgid "Button"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:150
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:222
msgid "Widget"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:158
msgid "Site Layout"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:167
#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:58
msgid "Sidebar Layout"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:185
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:73
msgid "Base"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:194
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:114
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:122
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:111
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:118
msgid "Headings"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:206
#: inc/customizer/class-colormag-customizer-register-sections-panels.php:402
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:43
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:55
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:49
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:40
#: inc/customizer/options/global/class-colormag-customize-container-options.php:51
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:41
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:43
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:55
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:47
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:56
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:52
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:56
#: inc/meta-boxes/class-colormag-meta-box-page-settings.php:77
msgid "General"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:214
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:52
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:60
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:182
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:57
msgid "Layout"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:241
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:267
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:284
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:47
msgid "News Ticker"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:257
msgid "Site Identity"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:289
msgid "Header Action"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:305
msgid "Breadcrumb"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:321
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:47
msgid "Sticky Header"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:340
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:235
msgid "Single Post"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:348
msgid "Post Meta"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:356
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:278
msgid "Page"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:391
msgid "Scroll to Top"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:410
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:46
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:320
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:329
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:333
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:299
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:316
msgid "Social Icons"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:418
msgid "Integrations"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:426
msgid "Optimization"
msgstr ""

#: inc/customizer/class-colormag-customizer-register-sections-panels.php:445
msgid "Leave a Review on .org"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-additional-general-options.php:43
msgid "Schema Markup"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-additional-general-options.php:53
#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:53
#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:97
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:57
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:409
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:452
#: inc/customizer/options/content/class-colormag-customize-page-options.php:51
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:56
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:135
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:216
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:274
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:379
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:423
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:532
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:620
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:51
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:85
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:53
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:95
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:116
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:65
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:212
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:346
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:67
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:103
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:223
#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:66
msgid "Enable"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-additional-general-options.php:54
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-integrations-options.php:45
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-integrations-options.php:56
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-integrations-options.php:67
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:43
msgid "Smooth Image Loading"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:64
msgid "Animation"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:68
msgid "Fade In"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:69
msgid "Fade In Down"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:70
msgid "Fade In Up"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-optimization-options.php:87
msgid "Load Google fonts locally"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:58
msgid "Check to activate social links area"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:71
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:227
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:43
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:79
msgid "Position"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:86
msgid "Header"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:108
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:331
msgid "Menu"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:160
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:308
#: inc/template-functions.php:495
msgid "Facebook"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:165
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:289
#: inc/template-functions.php:485
msgid "Twitter"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:170
#: inc/template-functions.php:525
msgid "Instagram"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:175
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:327
msgid "Pinterest"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:180
msgid "YouTube"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:185
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:190
#: inc/template-functions.php:515
msgid "LinkedIn"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:195
msgid "Delicious"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:200
#: inc/template-functions.php:505
msgid "Flickr"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:205
msgid "Skype"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:210
msgid "SoundCloud"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:215
msgid "Vine"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:220
msgid "StumbleUpon"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:225
#: inc/template-functions.php:535
msgid "Tumblr"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:230
msgid "Reddit"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:235
msgid "Xing"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:240
msgid "VK"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:245
msgid "Discord"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:275
#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:421
msgid "Check to open in new tab"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:315
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:334
#: inc/template-tags.php:398
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:339
#: inc/template-tags.php:399
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:344
#: inc/template-tags.php:400
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:349
#: inc/template-tags.php:401
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:354
#: inc/template-tags.php:402
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:359
#: inc/template-tags.php:403
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:389
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer/options/additional/class-colormag-customize-social-icons-options.php:405
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:64
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:63
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:61
msgid "Layout 1"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:65
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:64
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:62
msgid "Layout 2"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:75
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:104
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:72
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:101
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:130
msgid "Advanced Style"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:133
msgid "Column"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:153
msgid ""
"Check to show the image caption under the featured image in archive, search "
"as well as the single post page."
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:164
msgid "Show Caption"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:182
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:247
msgid "LightBox"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:191
msgid "Post Elements"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:192
msgid "Drag & Drop items to re-arrange the order"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:210
msgid "Post Format (Image)"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:212
msgid "Title"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:213
msgid "Meta Tags"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:289
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:368
msgid "Length"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:309
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:334
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:462
#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:64
msgid "Type"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:313
msgid "Modified Date"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:322
#: inc/customizer/options/content/class-colormag-customize-blog-options.php:337
msgid "Excerpt"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:323
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:338
msgid "Full Content"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:348
msgid "Important Notice:"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:352
#. Translators: %1$s: Strong tag open, %2$s: Strong tag close
msgid ""
"The content will only be displayed if you have chosen %1$sLayout 1%2$s "
"option in %1$sBlog Layout%2$s under the %1$sGeneral Settings%2$s."
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:384
msgid "More Text"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:399
msgid "CTA"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:420
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:171
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:381
msgid "Text"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:466
msgid "Numbered"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-blog-options.php:467
msgid "Infinite Scroll"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-page-options.php:52
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-page-options.php:72
#: inc/customizer/options/content/class-colormag-customize-page-options.php:107
msgid "Page Title"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-page-options.php:83
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:183
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:630
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:654
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:664
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:167
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:177
#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:247
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:160
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:167
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:190
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:257
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:322
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:122
#: inc/customizer/options/global/class-colormag-customize-button-options.php:52
#: inc/customizer/options/global/class-colormag-customize-button-options.php:289
#: inc/customizer/options/global/class-colormag-customize-colors-options.php:237
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:106
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:50
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:395
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:438
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:479
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:513
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:125
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:302
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:114
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:234
msgid "Color"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:40
msgid "Meta Elements"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:59
msgid "Views"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:60
#: inc/widgets/colormag-tabbed-widget.php:42
#: inc/widgets/colormag-tabbed-widget.php:56
msgid "Comments"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:63
msgid "Edit button"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:110
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:156
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:187
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:394
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:502
msgid "Style 1"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:111
#: inc/customizer/options/content/class-colormag-customize-post-meta-options.php:157
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:188
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:395
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:503
msgid "Style 2"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:46
msgid "Autoload Posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:69
msgid "Previous posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:70
msgid "Next posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:104
msgid "Number of Posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:125
msgid "Author Bio"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:136
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:146
msgid "Social profiles"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:165
msgid "Link to Author Page"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:189
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:396
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:504
msgid "Style 3"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:217
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:228
msgid "Post Title Position"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:231
msgid "Above featured image"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:232
msgid "Below featured image"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:264
msgid "Social Share Button"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:275
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:346
msgid "Email"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:368
msgid "Post Navigation"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:380
msgid "Disable post navigation"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:413
msgid "Related Posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:424
msgid "Check to activate the related posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:438
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:542
msgid "Heading"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:461
#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:565
msgid "Query"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:480
msgid "Post Count"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:505
msgid "Style 4"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:522
msgid "Flyout Related Posts"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:583
msgid "Show Posts After"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:610
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer/options/content/class-colormag-customize-single-post-options.php:716
msgid "Comment Title"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:66
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:155
msgid "Alignment"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:110
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:91
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:128
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:61
#: inc/customizer/options/global/class-colormag-customize-button-options.php:85
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:118
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:224
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:250
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:88
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:384
msgid "Background"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:142
msgid "Footer Copyright"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:152
msgid ""
"Edit the Copyright information in your footer. You can also use shortcodes "
"[the-year], [site-link], [wp-link], [tg-link] for current year, your site "
"link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:188
msgid "Link Color"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php:272
#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:349
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:93
#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:154
#: inc/customizer/options/global/class-colormag-customize-button-options.php:77
#: inc/customizer/options/global/class-colormag-customize-button-options.php:109
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:76
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:514
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:150
msgid "Hover"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:65
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:63
msgid "Layout 3"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:121
msgid "Upper Footer"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:197
msgid "Widget title color."
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:247
msgid "Widget Content"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-footer-column-options.php:314
msgid "Widget Link"
msgstr ""

#: inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php:107
msgid "Icon"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php:45
msgid "Hide blog posts/static page"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php:56
msgid "Unique Post System"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-layout-options.php:45
msgid "Front Page: Top Full Width Container"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-layout-options.php:49
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:75
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:192
msgid "Full Width"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-layout-options.php:50
msgid "Full Width/Content Stretched"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:53
#: inc/customizer/options/global/class-colormag-customize-widget-options.php:50
msgid "Markup"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:57
#: inc/customizer/options/global/class-colormag-customize-widget-options.php:54
msgid "Heading 2"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:58
#: inc/customizer/options/global/class-colormag-customize-widget-options.php:55
msgid "Heading 3"
msgstr ""

#: inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php:66
msgid "View All Text"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-background-options.php:45
msgid "Inside Container"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-background-options.php:58
msgid "Outside Container"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-background-options.php:69
msgid "Add the background link url."
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:200
#: inc/customizer/options/global/class-colormag-customize-button-options.php:217
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:168
msgid "Padding"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:239
msgid "Border"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:253
msgid "Solid"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:254
msgid "Double"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:255
msgid "Dashed"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:256
msgid "Dotted"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:271
#: inc/customizer/options/global/class-colormag-customize-container-options.php:86
#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:56
#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:189
#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:143
msgid "Width"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-button-options.php:316
msgid "Radius"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:44
msgid "Theme Colors"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:52
msgid "Primary Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:97
msgid "Skin Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:100
msgid "White Skin"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:101
msgid "Dark Skin"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:144
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:176
msgid "H1"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:166
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:234
msgid "H2"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:188
#: inc/customizer/options/global/class-colormag-customize-typography-options.php:292
msgid "H3"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:215
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:467
#: template-parts/hooks/content/content.php:92
msgid "Links"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:223
msgid "Link"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-colors-options.php:250
msgid "Hover Color"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-container-options.php:113
msgid "Inside"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:74
msgid "Sticky Sidebar"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:86
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-sidebar-options.php:192
msgid "Blog/ Archive"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:43
msgid "Body"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:350
msgid "H4"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:403
msgid "H5"
msgstr ""

#: inc/customizer/options/global/class-colormag-customize-typography-options.php:456
msgid "H6"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:67
msgid "Yoast SEO/NavXT"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:68
msgid "ColorMag Theme"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php:83
#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:424
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:147
msgid "Label"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:85
#: searchform.php:23
msgid "Search"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:96
msgid "Check to display the Search Icon in the primary menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php:117
msgid "Check to display the Random Post Icon in the primary menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:76
msgid "Above Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:77
msgid "Between Site Identity and Primary Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:78
#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:84
msgid "Below Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:109
msgid "Check to make header image link back to home page"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php:140
msgid "Custom link to header image "
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:155
msgid "Border Bottom Size"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:178
msgid "Border Bottom Color"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:213
msgid "Check to show the date in header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:237
msgid "Date Format"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:238
msgid "Date in header display type:"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:242
msgid "Theme Default Setting"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:243
msgid "From WordPress Date Setting"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php:364
msgid "Menus"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php:193
msgid "Contained"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:68
msgid "Check to enable the breaking news section"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:80
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:101
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:122
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:148
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:197
msgid "Label Typography"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:214
msgid "Label Background"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:313
msgid "Content Typography"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:361
msgid "Animation Style"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:362
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:365
#: inc/widgets/colormag-breaking-news-widget.php:97
msgid "Up"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:366
#: inc/widgets/colormag-breaking-news-widget.php:98
msgid "Down"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:384
msgid "Transition Duration"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:385
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php:402
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:62
msgid "Category Color"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:63
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:115
msgid "Border Top"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:181
msgid "Mobile Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:200
msgid "Icon Color"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:212
msgid "Home Icon/Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:227
msgid "Home Icon"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:228
msgid "Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:237
msgid "Upload"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:253
#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:66
msgid "Height"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:274
msgid "Spacing"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:294
msgid "Main Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:327
msgid "Hover/Selected"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php:376
msgid "Sub Menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:43
msgid "Site Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:52
msgid "Retina Logo"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:84
msgid "Site Icon"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:96
msgid "Site Title"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php:216
msgid "Site Tagline"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:67
msgid "Check to enable the sticky behavior of the primary menu"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:106
msgid "Effect"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:107
msgid "Select the option you want:"
msgstr ""

#: inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php:111
msgid "Scroll Up"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:49
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:74
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:109
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php:144
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/freemius-migration.php:205 inc/freemius-migration.php:206
msgid "License Manager"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-box-page-settings.php:103
msgid "Select Layout"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-boxes.php:59
msgid "Page Settings"
msgstr ""

#: inc/meta-boxes/class-colormag-meta-boxes.php:68
msgid "Video URL"
msgstr ""

#: inc/migration/demo-import-migration.php:33
msgid ""
"It seems you&#39;ve either imported ColorMag demos recently or updated "
"ColorMag Pro to 4.0 version. After these actions, if you&#39;ve seen any "
"design issues in your site, please try clicking the button below:"
msgstr ""

#: inc/migration/demo-import-migration.php:44
msgid "Fix Migration Issues"
msgstr ""

#: inc/migration/demo-import-migration.php:48
msgid "Contact Support"
msgstr ""

#: inc/template-functions.php:402
msgid "WordPress"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr ""

#: inc/template-functions.php:424
msgid "Total Views"
msgstr ""

#: inc/template-functions.php:481
msgid "User Social Links"
msgstr ""

#: inc/template-functions.php:545
msgid "Youtube"
msgstr ""

#: inc/template-tags.php:78 template-parts/content-page.php:80
msgid "Edit"
msgstr ""

#: inc/template-tags.php:121
msgid "min read"
msgstr ""

#: inc/template-tags.php:599
msgid "Euro Member Countries"
msgstr ""

#: inc/template-tags.php:600
msgid "Australian Dollar"
msgstr ""

#: inc/template-tags.php:601
msgid "Bulgarian Lev"
msgstr ""

#: inc/template-tags.php:602
msgid "Brazilian Real"
msgstr ""

#: inc/template-tags.php:603
msgid "Canadian Dollar"
msgstr ""

#: inc/template-tags.php:604
msgid "Swiss Franc"
msgstr ""

#: inc/template-tags.php:605
msgid "Chinese Yuan Renminbi"
msgstr ""

#: inc/template-tags.php:606
msgid "Czech Republic Koruna"
msgstr ""

#: inc/template-tags.php:607
msgid "Danish Krone"
msgstr ""

#: inc/template-tags.php:608
msgid "British Pound"
msgstr ""

#: inc/template-tags.php:609
msgid "Hong Kong Dollar"
msgstr ""

#: inc/template-tags.php:610
msgid "Croatian Kuna"
msgstr ""

#: inc/template-tags.php:611
msgid "Hungarian Forint"
msgstr ""

#: inc/template-tags.php:612
msgid "Indonesian Rupiah"
msgstr ""

#: inc/template-tags.php:613
msgid "Israeli Shekel"
msgstr ""

#: inc/template-tags.php:614
msgid "Indian Rupee"
msgstr ""

#: inc/template-tags.php:615
msgid "Japanese Yen"
msgstr ""

#: inc/template-tags.php:616
msgid "Korean (South) Won"
msgstr ""

#: inc/template-tags.php:617
msgid "Mexican Peso"
msgstr ""

#: inc/template-tags.php:618
msgid "Malaysian Ringgit"
msgstr ""

#: inc/template-tags.php:619
msgid "Norwegian Krone"
msgstr ""

#: inc/template-tags.php:620
msgid "New Zealand Dollar"
msgstr ""

#: inc/template-tags.php:621
msgid "Philippine Peso"
msgstr ""

#: inc/template-tags.php:622
msgid "Polish Zloty"
msgstr ""

#: inc/template-tags.php:623
msgid "Romanian (New) Leu"
msgstr ""

#: inc/template-tags.php:624
msgid "Russian Ruble"
msgstr ""

#: inc/template-tags.php:625
msgid "Swedish Krona"
msgstr ""

#: inc/template-tags.php:626
msgid "Singapore Dollar"
msgstr ""

#: inc/template-tags.php:627
msgid "Thai Baht"
msgstr ""

#: inc/template-tags.php:628
msgid "Turkish Lira"
msgstr ""

#: inc/template-tags.php:629
msgid "United States Dollar"
msgstr ""

#: inc/template-tags.php:630
msgid "South African Rand"
msgstr ""

#: inc/template-tags.php:660
msgid "Pingback:"
msgstr ""

#: inc/template-tags.php:662
msgid "(Edit)"
msgstr ""

#: inc/template-tags.php:685
msgid "Post author"
msgstr ""

#: inc/template-tags.php:696
#. Translators: 1. Comment date, 2. Comment time
msgid "%1$s at %2$s"
msgstr ""

#: inc/template-tags.php:703
msgid "Permalink"
msgstr ""

#: inc/template-tags.php:714
msgid "Your comment is awaiting moderation."
msgstr ""

#: inc/template-tags.php:725
msgid "Reply"
msgstr ""

#: inc/template-tags.php:763
msgid "0 View"
msgstr ""

#: inc/template-tags.php:766
#. Translators: %s Post view count
msgid "%s Views"
msgstr ""

#: inc/template-tags.php:1022
msgid "All Posts Loaded"
msgstr ""

#: inc/template-tags.php:1025
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:240
msgid "Load More"
msgstr ""

#: inc/template-tags.php:1079
msgid "Load Post"
msgstr ""

#: inc/template-tags.php:1142
#. Translators: 1. Post link, 2. Post time, 3. Post date
msgid ""
"<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" "
"rel=\"bookmark\">%3$s %4$s</a></span>"
msgstr ""

#: inc/template-tags.php:1211
msgid " 0 Comments"
msgstr ""

#: inc/template-tags.php:1212
msgid " 1 Comment"
msgstr ""

#: inc/template-tags.php:1213
msgid " % Comments"
msgstr ""

#: inc/template-tags.php:1237
msgid ",&nbsp; "
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:359
msgid "Choose an image"
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:360
msgid "Use image"
msgstr ""

#: inc/widgets/abstract-colormag-widget.php:363
msgid "Select an Image"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:26
msgid "Right Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:28
msgid "Shows widgets at Right side."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:40
msgid "Left Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:42
msgid "Shows widgets at Left side."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:53
msgid "Header Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:55
msgid "Shows widgets in header section just above the main navigation menu."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:66
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:68
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:79
msgid "Front Page: Slider Area"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:81
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:92
msgid "Front Page: Area beside slider"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:94
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:105
msgid "Front Page: Content Top Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:107
msgid "Content Top Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:118
msgid "Front Page: Content Middle Left Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:120
msgid "Content Middle Left Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:131
msgid "Front Page: Content Middle Right Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:133
msgid "Content Middle Right Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:144
msgid "Front Page: Content Bottom Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:146
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:157
msgid "Contact Page Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:159
msgid "Shows widgets on Contact Page Template."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:170
msgid "Error 404 Page Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:172
msgid "Shows widgets on Error 404 page."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:183
msgid "Advertisement Above The Footer"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:185
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:196
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:198
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:209
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:211
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:222
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:224
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:235
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:237
msgid "Shows widgets at footer sidebar one."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:248
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:250
msgid "Shows widgets at footer sidebar two."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:261
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:263
msgid "Shows widgets at footer sidebar three."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:274
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:276
msgid "Shows widgets at footer sidebar four."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:287
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:289
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:302
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:304
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/class-colormag-widgets.php:315
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/class-colormag-widgets.php:317
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:28
msgid "Add your 125x125 Advertisement here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:29
msgid "TG: 125x125 Advertisement"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:39
msgid "Add your Advertisement 125x125 Images Here"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:44
#: inc/widgets/colormag-125x125-advertisement-widget.php:54
#: inc/widgets/colormag-125x125-advertisement-widget.php:64
#: inc/widgets/colormag-125x125-advertisement-widget.php:74
#: inc/widgets/colormag-125x125-advertisement-widget.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:94
#: inc/widgets/colormag-300x250-advertisement-widget.php:44
#: inc/widgets/colormag-728x90-advertisement-widget.php:44
msgid "Advertisement Image Link "
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:49
#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-125x125-advertisement-widget.php:69
#: inc/widgets/colormag-125x125-advertisement-widget.php:79
#: inc/widgets/colormag-125x125-advertisement-widget.php:89
#: inc/widgets/colormag-125x125-advertisement-widget.php:99
#: inc/widgets/colormag-300x250-advertisement-widget.php:49
#: inc/widgets/colormag-728x90-advertisement-widget.php:49
msgid "Advertisement Image "
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:104
#: inc/widgets/colormag-300x250-advertisement-widget.php:54
#: inc/widgets/colormag-728x90-advertisement-widget.php:54
msgid "Check to make dofollow link."
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:28
msgid "Add your 300x250 Advertisement here"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:29
msgid "TG: 300x250 Advertisement"
msgstr ""

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:28
msgid "Add your 728x90 Advertisement here"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:29
msgid "TG: 728x90 Advertisement"
msgstr ""

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:28
msgid ""
"Displays the breaking news in the news ticker way. Suitable for the "
"Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:29
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:40
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-default-news-widget.php:57
#: inc/widgets/colormag-featured-posts-slider-widget.php:42
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:57
#: inc/widgets/colormag-featured-posts-vertical-widget.php:57
#: inc/widgets/colormag-featured-posts-widget.php:57
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:63
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:58
#: inc/widgets/colormag-video-playlist.php:52
msgid "Show latest Posts"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:48
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:43
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:42
#: inc/widgets/colormag-news-in-picture-widget.php:64
#: inc/widgets/colormag-slider-news-widget.php:58
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:53
msgid "Show posts from a category"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:59
#: inc/widgets/colormag-featured-posts-slider-widget.php:44
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:59
#: inc/widgets/colormag-featured-posts-vertical-widget.php:59
#: inc/widgets/colormag-featured-posts-widget.php:59
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:59
#: inc/widgets/colormag-ticker-news-widget.php:60
#: inc/widgets/colormag-video-playlist.php:54
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:50
#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:45
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:44
#: inc/widgets/colormag-news-in-picture-widget.php:66
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:55
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:66
#: inc/widgets/colormag-featured-posts-slider-widget.php:51
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:66
#: inc/widgets/colormag-featured-posts-vertical-widget.php:66
#: inc/widgets/colormag-featured-posts-widget.php:66
#: inc/widgets/colormag-highlighted-posts-widget.php:50
#: inc/widgets/colormag-news-in-picture-widget.php:72
#: inc/widgets/colormag-slider-news-widget.php:66
#: inc/widgets/colormag-ticker-news-widget.php:67
#: inc/widgets/colormag-video-playlist.php:61
msgid "Select category"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:61
#: inc/widgets/colormag-default-news-widget.php:71
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:71
#: inc/widgets/colormag-featured-posts-vertical-widget.php:71
#: inc/widgets/colormag-featured-posts-widget.php:71
#: inc/widgets/colormag-highlighted-posts-widget.php:55
#: inc/widgets/colormag-news-in-picture-widget.php:77
#: inc/widgets/colormag-slider-news-widget.php:71
#: inc/widgets/colormag-ticker-news-widget.php:72
#: inc/widgets/colormag-video-playlist.php:66
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:66
#: inc/widgets/colormag-default-news-widget.php:76
#: inc/widgets/colormag-featured-posts-slider-widget.php:61
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:76
#: inc/widgets/colormag-featured-posts-vertical-widget.php:76
#: inc/widgets/colormag-featured-posts-widget.php:76
#: inc/widgets/colormag-highlighted-posts-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:82
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:77
#: inc/widgets/colormag-video-playlist.php:71
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:71
#: inc/widgets/colormag-default-news-widget.php:81
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:81
#: inc/widgets/colormag-featured-posts-vertical-widget.php:81
#: inc/widgets/colormag-featured-posts-widget.php:81
#: inc/widgets/colormag-highlighted-posts-widget.php:65
#: inc/widgets/colormag-news-in-picture-widget.php:92
#: inc/widgets/colormag-slider-news-widget.php:81
#: inc/widgets/colormag-ticker-news-widget.php:87
#: inc/widgets/colormag-video-playlist.php:85
msgid ""
"Check to display the random post from either the chosen category or from "
"latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:76
#: inc/widgets/colormag-default-news-widget.php:86
#: inc/widgets/colormag-featured-posts-slider-widget.php:80
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:86
#: inc/widgets/colormag-featured-posts-vertical-widget.php:86
#: inc/widgets/colormag-featured-posts-widget.php:86
#: inc/widgets/colormag-highlighted-posts-widget.php:70
#: inc/widgets/colormag-news-in-picture-widget.php:97
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:92
#: inc/widgets/colormag-video-playlist.php:90
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:81
#: inc/widgets/colormag-default-news-widget.php:91
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:91
#: inc/widgets/colormag-featured-posts-vertical-widget.php:91
#: inc/widgets/colormag-featured-posts-widget.php:91
#: inc/widgets/colormag-news-in-picture-widget.php:102
#: inc/widgets/colormag-slider-news-widget.php:91
#: inc/widgets/colormag-ticker-news-widget.php:97
#: inc/widgets/colormag-video-playlist.php:95
msgid ""
"Check to display the view all button to link that button to the specific "
"category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:86
#: inc/widgets/colormag-featured-posts-slider-widget.php:90
#: inc/widgets/colormag-news-in-picture-widget.php:112
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:102
msgid "Slider Options"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:95
msgid "Slide Direction:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:104
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:109
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:114
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:28
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:29
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:34
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:44
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:45
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:51
#: inc/widgets/colormag-slider-news-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:46
#: inc/widgets/colormag-video-playlist.php:40
msgid "Description"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:49
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:54
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Center"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:28
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:28
#: inc/widgets/colormag-featured-posts-vertical-widget.php:28
#: inc/widgets/colormag-featured-posts-widget.php:28
#: inc/widgets/colormag-news-in-picture-widget.php:28
#: inc/widgets/colormag-slider-news-widget.php:28
#: inc/widgets/colormag-ticker-news-widget.php:28
msgid "Display latest posts or posts of specific category."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:29
msgid "TG: Featured Posts (Style 4)"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:34
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:34
#: inc/widgets/colormag-featured-posts-vertical-widget.php:34
#: inc/widgets/colormag-featured-posts-widget.php:34
#: inc/widgets/colormag-news-in-picture-widget.php:35
#: inc/widgets/colormag-slider-news-widget.php:34
#: inc/widgets/colormag-ticker-news-widget.php:35
msgid "Layout will be as below:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:28
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:29
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:35
#: inc/widgets/colormag-google-maps-widget.php:35
#: inc/widgets/colormag-weather-widget.php:35
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:38
#. Translators: %s Link to Fixer API link
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:52
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:58
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:64
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:163
#. Translators: 1. Opening of exchange rate API customize section area, 2.
#. Closing of exchange rate API customize section area
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:170
#. Translators: 1. Fixer API key link opening tag, 2. Fixer API key link
#. closing tag, 3. Opening of exchange rate API customize section area, 4.
#. Closing of exchange rate API customize section area
msgid ""
"Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from "
"%3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:28
msgid ""
"Display latest posts or posts of specific category, which will be used as "
"the slider."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:29
msgid "TG: Featured Category Slider"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:66
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:68
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:69
msgid ""
"Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width "
"Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:85
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:99
#: inc/widgets/colormag-slider-news-widget.php:105
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:101
#: inc/widgets/colormag-slider-news-widget.php:107
#: inc/widgets/colormag-video-playlist.php:79
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
#: inc/widgets/colormag-slider-news-widget.php:108
#: inc/widgets/colormag-video-playlist.php:78
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:103
#: inc/widgets/colormag-slider-news-widget.php:109
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:109
#: inc/widgets/colormag-news-in-picture-widget.php:121
#: inc/widgets/colormag-slider-news-widget.php:115
#: inc/widgets/colormag-ticker-news-widget.php:111
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:114
#: inc/widgets/colormag-news-in-picture-widget.php:126
#: inc/widgets/colormag-slider-news-widget.php:120
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:119
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:124
#: inc/widgets/colormag-news-in-picture-widget.php:136
#: inc/widgets/colormag-slider-news-widget.php:130
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:29
msgid "TG: Featured Posts (Style 3)"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:96
msgid ""
"Check to display the ajax load more button to load further posts from "
"chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:101
#: inc/widgets/colormag-news-in-picture-widget.php:107
msgid "Check to display the excerpt."
msgstr ""

#: inc/widgets/colormag-featured-posts-vertical-widget.php:29
msgid "TG: Featured Posts (Style 2)"
msgstr ""

#: inc/widgets/colormag-featured-posts-widget.php:29
msgid "TG: Featured Posts (Style 1)"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:28
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:29
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:38
#. Translators: %s Link to Google Maps API link
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:57
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:62
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:67
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:72
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:143
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:144
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:150
msgid ""
"You need to add longitude and latitude value to display the Google Maps. "
"You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:28
msgid ""
"Display latest posts or posts of specific category. Suitable for the Area "
"Beside Slider Sidebar."
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:29
msgid "TG: Highlighted Posts"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:29
msgid "TG: Featured Posts (Style 5)"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:41
msgid "Check to display post title below image"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:87
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:131
#: inc/widgets/colormag-slider-news-widget.php:125
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:28
msgid ""
"Displays the random posts from your site. Suitable for the Right/Left "
"sidebar."
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:29
msgid "TG: Random Posts Widget"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:39
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:29
msgid "TG: Featured Posts (Style 6)"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:28
msgid ""
"Displays the popular posts, latest posts and the recent comments in tab. "
"Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:29
msgid "TG: Tabbed Widget"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:38
msgid "Select Tabs"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:40
#: inc/widgets/colormag-tabbed-widget.php:54
#: inc/widgets/colormag-tabbed-widget.php:108
msgid "Popular"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:41
#: inc/widgets/colormag-tabbed-widget.php:55
#: inc/widgets/colormag-tabbed-widget.php:109
msgid "Recent"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:52
msgid "Tab Order"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:67
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:72
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:252
msgid "says:"
msgstr ""

#: inc/widgets/colormag-tabbed-widget.php:260
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:29
msgid "TG: Featured Posts (Style 7)"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:82
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:28
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:29
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:76
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:28
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-video-widget.php:29
msgid "TG: Videos"
msgstr ""

#: inc/widgets/colormag-video-widget.php:39
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:44
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:28
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:29
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:38
#. Translators: %s Link to OpenWeatherMap API link
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:52
#: inc/widgets/colormag-weather-widget.php:118
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:57
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:64
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:65
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:95
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:96
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:98
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:99
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:117
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: no-results.php:25
msgid "No matching post found"
msgstr ""

#: no-results.php:36
#. Translators: %1$s: Link to WP admin new post page.
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""

#: no-results.php:50
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""

#: no-results.php:57
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""

#: search.php:39
#. Translators: %s: Search query.
msgid "Search Results for: %s"
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Contact Page"
msgstr ""

#: sidebar-left.php:38 sidebar-two.php:19 sidebar-woocommerce-left.php:25
#: sidebar-woocommerce-right.php:25 sidebar.php:38
msgid "Example Widget"
msgstr ""

#: sidebar-left.php:41 sidebar.php:41
#. Translators: 1. Label for Contact Page or Left sidebar area, 2. Opening of
#. the link for widgets.php WordPress section, 3. Closing of the link for
#. widgets.php WordPress section
#. Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of
#. the link for widgets.php WordPress section, 3. Closing of the link for
#. widgets.php WordPress section
msgid ""
"This is an example widget to show how the %s Sidebar looks by default. You "
"can add custom widgets from the %swidgets screen%s in the admin. If custom "
"widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-two.php:20
msgid ""
"This is an example widget to show how the Secondary sidebar looks by "
"default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets are added then this will be replaced by those "
"widgets"
msgstr ""

#: sidebar-woocommerce-left.php:28
#. Translators: 1. Opening of the link for widgets.php WordPress section, 2.
#. Closing of the link for widgets.php WordPress section
msgid ""
"This is an example widget to show how the WooCommerce Left Sidebar looks by "
"default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets is added than this will be replaced by those "
"widgets."
msgstr ""

#: sidebar-woocommerce-right.php:28
#. Translators: 1. Opening of the link for widgets.php WordPress section, 2.
#. Closing of the link for widgets.php WordPress section
msgid ""
"This is an example widget to show how the WooCommerce Right Sidebar looks "
"by default. You can add custom widgets from the %swidgets screen%s in the "
"admin. If custom widgets is added than this will be replaced by those "
"widgets."
msgstr ""

#: template-parts/content/share.php:17
msgid "Share This Post:"
msgstr ""

#: template-parts/content-page.php:62 template-parts/entry/entry-summary.php:34
msgid "Pages:"
msgstr ""

#: template-parts/hooks/content/content.php:47
#. Translators: %s: Author name
msgid "Author: %s"
msgstr ""

#: template-parts/hooks/content/content.php:61
#. Translators: %s: Day archive
msgid "Day: %s"
msgstr ""

#: template-parts/hooks/content/content.php:68
#. Translators: %s: Month archive
msgid "Month: %s"
msgstr ""

#: template-parts/hooks/content/content.php:75
#. Translators: %s: Year archive
msgid "Year: %s"
msgstr ""

#: template-parts/hooks/content/content.php:80
msgid "Asides"
msgstr ""

#: template-parts/hooks/content/content.php:83
msgid "Images"
msgstr ""

#: template-parts/hooks/content/content.php:86
msgid "Videos"
msgstr ""

#: template-parts/hooks/content/content.php:89
msgid "Quotes"
msgstr ""

#: template-parts/hooks/content/content.php:184
#. Translators: %1$s: Author display name, %2$s: Author id
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: template-parts/hooks/content/content.php:194
#. Translators: %1$s: Author display name
msgid "See all posts by %1$s"
msgstr ""

#: template-parts/hooks/header/header.php:85
msgid "Skip to content"
msgstr ""

#: template-parts/hooks/header/header.php:497
msgid "Breadcrumbs"
msgstr ""

#: template-parts/hooks/header/header.php:497
msgid "You are here: "
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Gutenberg Block / Page Builder (ColorMag)"
msgstr ""

#: comments.php:45 inc/ajax.php:339
#. Translators: %1$s: Comment count, %2$s: Post title
msgctxt "comments title"
msgid "%1$s thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""

#: inc/ajax.php:251 inc/ajax.php:285 navigation.php:78 navigation.php:112
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/ajax.php:299
msgctxt "Previous post link"
msgid "&larr;"
msgstr ""

#: inc/ajax.php:257 inc/ajax.php:291 navigation.php:84 navigation.php:118
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: inc/ajax.php:300
msgctxt "Next post link"
msgid "&rarr;"
msgstr ""

#: inc/class-breadcrumb-trail.php:269
msgctxt "breadcrumbs aria label"
msgid "Breadcrumbs"
msgstr ""

#: inc/class-breadcrumb-trail.php:712
msgctxt "minute and hour archives time format"
msgid "g:i a"
msgstr ""

#: inc/class-breadcrumb-trail.php:729
msgctxt "minute archives time format"
msgid "i"
msgstr ""

#: inc/class-breadcrumb-trail.php:746
msgctxt "hour archives time format"
msgid "g a"
msgstr ""

#: inc/class-breadcrumb-trail.php:762 inc/class-breadcrumb-trail.php:790
#: inc/class-breadcrumb-trail.php:828 inc/class-breadcrumb-trail.php:854
#: inc/class-breadcrumb-trail.php:1200
msgctxt "yearly archives date format"
msgid "Y"
msgstr ""

#: inc/class-breadcrumb-trail.php:763 inc/class-breadcrumb-trail.php:829
#: inc/class-breadcrumb-trail.php:1202
msgctxt "monthly archives date format"
msgid "F"
msgstr ""

#: inc/class-breadcrumb-trail.php:764 inc/class-breadcrumb-trail.php:1204
msgctxt "daily archives date format"
msgid "j"
msgstr ""

#: inc/class-breadcrumb-trail.php:791
msgctxt "weekly archives date format"
msgid "W"
msgstr ""

#: inc/compatibility/elementor/elementor-functions.php:254
#. Translators: %s human-readable time difference
msgctxt "%s = human-readable time difference"
msgid ""
"<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s "
"ago</span>"
msgstr ""

#: inc/template-tags.php:1152
#. Translators: %s Timestamp
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""languages/es_ES.po000064400000425424151213252620010062 0ustar00# Translation of Themes - ColorMag Pro in Spanish (Spain)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:57:00+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: es\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Plantilla del maquetador visual"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Estilo cuadrícula 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Estilo cuadrícula 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Estilo cuadrícula 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Estilo cuadrícula 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Estilo bloque 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Estilo bloque 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Estilo bloque 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Estilo bloque 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Elige las categorías:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorías:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Mostrar las entradas de:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtro"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Entradas compensadas:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Entradas"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Estilo bloque 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Color del texto:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Color:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Título del widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Añade tu título personalizado para el bloque"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Título del bloque"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget de título"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globales de ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de cuadrícula de ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de bloques de ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "Bonito blog de ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "Negocio revista de ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Formulario de contacto sencillo y constructor de formularios"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Márcalo para mostrar la imagen destacada en las páginas individuales."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Imagen destacada en páginas individuales"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Márcalo para ocultar la imagen destacada en las páginas individuales."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Imagen destacada"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Tipo 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Tipo 1 (por defecto)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Elige el tipo de visualización principal que quieras para toda el área de pié de página"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Tipo de visualización del área principal del pié de página"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opciones del pié de página"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Cambia desde aquí los ajustes del pié de página como quieras"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En la cabecera y en el pie"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Solo en el pie"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Solo en la cabecera"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Mostrar enlaces sociales:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Piel oscura"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Piel clara"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Elige el color de la piel de tu sitio."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Color de la piel"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Elige el tipo de visualización del área principal total de cabecera que quieras"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Tipo de visualización del área principal de cabecera"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Desde la configuración de fecha de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Opciones predeterminadas del tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Tipo de formato de fecha en la cabecera:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Últimas entradas"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecciona una imagen"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Usar imagen"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Escoge una imagen"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un comentario sobre &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s comentarios sobre &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Plantilla de página de contacto"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Derecha"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget de ejemplo"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Izquierda"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Página de contacto"

#: searchform.php:12
msgid "Search"
msgstr "Buscar"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Parece que no encontramos lo que estás buscando. Puede que una búsqueda te ayude."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Lo sentimos, pero no encaja nada con los términos de la búsqueda. Inténtalo de nuevo con algunas palabras clave diferentes."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "¿Listo para publicar tu primera entrada? <a href=\"%1$s\">Empieza aquí</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Siguiente &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "¿Haciendo trampas?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Entradas destacadas (estilo 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Entradas destacadas (estilo 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Entradas destacadas (estilo 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget publicaciones al azar"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget con pestañas"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Entradas destacadas (estilo 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Entradas destacadas (estilo 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Añade tus imágenes de anuncios 125x125 aquí"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Anuncio 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Añade tu anuncio de 125x125 aquí"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Añade tus imágenes de anuncios 728x90 aquí"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: anuncios 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Añade tu anuncion 728x90 aquí"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Imagen del anuncio "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Enlace de la imagen del anuncio "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Añade tus imágenes de anuncio 300x250 aquí"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Anuncio 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Añade tu anuncio 300x250 aquí"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Entradas destacadas (estilo 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descripción"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "T&iacute;tulo:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "El diseño será como sigue:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Entradas destacadas (estilo1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Muestra las últimas entradas o entradas de una categoría específica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Muestra las últimas entradas de una categorái específica. Adecuado para el área que está juanto a la barra laterial del slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Elegir categoría"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Muestra las entradas de una categoría"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Mostrar las últimas entradas"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Número de entradas a mostrar:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider de categoría destacada"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Muestra las últimas entradas o entradas de una categoría específica, que serán mostradas como el slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Estos widgets se mostrarán en la cuarta columna del pie de página."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Estos widgets se mostrarán en la tercera columna del pie de página."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Estos widgets se mostrarán en la segunda columna del pie de página."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Estos widgets se mostrarán en la primera columna del pie de página."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Anuncio encima del pie de página"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de \"Error 404\"."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de \"Página de contacto\"."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Página de contacto"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Página de inicio: Contenido en el pie de la sección"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Sección de contenido a la derecha"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Página de inicio: Contenido en el medio de la sección derecha"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Sección del medio izquierda del contenido"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Página de inicio: Contenido en el medio de la sección izquierda"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Contenido superior de la sección"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Página de inicio: contenido superior de la sección"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Muestra el widget junto al slider. Adecuado para TG: Entradas destacadas."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Página de inicio: Área junto al slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Página principal: área de slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Estos widgets se mostrarán en la cabecera, por encima del menú de navegación."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Cabecera"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Muestra widgets a izquierda."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Muestra widgets a derecha."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "También te puede gustar"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Ver una entrada aleatoria"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Respuesta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Tu comentario está esperando ser moderado."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "el %1$s a las %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Editar)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Entradas siguientes <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Entradas más antiguas"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navegación de la entrada"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Editar"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % comentarios"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 comentario"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 comentarios"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opciones de color"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ajustes categoría color"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Cambia el color de los items de cada categoría como quieras."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opciones de color para categoría"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor del copyright en el pie de página"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Activar para habilitar el lightbox para imágenes destacadas en una entrada"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Imagen con lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Cambiar eñ texto de leer más"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Entradas relacionadas por etiquetas"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Entradas relacionadas por categorías"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Entradas relacionadas se deben mostrar como:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Activar para habilitar las entradas relacionadas"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Entradas relacionadas"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Sistema de publicación única"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opciones adicionales"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Cambia los ajustes adicionales que quieras desde aquí"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Clic par aactivar el área de enlaces a redes sociales"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activar área de enlaces sociales"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opciones sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS Personallizado"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Esto se verá reflejado en los enlaces, botones y en más elementos. Escoje el color que mejor case con tu sitio"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Color primario"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selecciona el diseño por defecto para una entrada única. Este diseño se verá reflejado en todas las entradas únicas, a menos que se especifique un diseño único para una entrada específica"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Distribución para las entradas"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selecciona el diseño por defecto para páginas. Este diseño se verá reflejado en todas las páginas, a no ser que haya un diseño único para una página específica"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Distribución para las páginas"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Seleccionar el diseño por defecto. Este diseño se verá reflejado en todas las páginas de archivos, categorías, página de búsquedas, etc. El diseño para entradas y páginas únicas se pueden controlar desde las opciones de abajo"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Diseño por defecto"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Diseño amplio"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Diseño en caja"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Selecciona el diseño del sitio. El cambio será efectivo en todo el sitio"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Disposición de Sitio"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Activar para ocultar las entradas del blog/página estática en la página de inicio"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Opciones de la página frontal"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opciones de diseño"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Cambia las opciones de diseño desde aquí a tu gusto"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Activar para hacer que la imagen de cabecera sea un enlace a la página principal"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Muestra la imagen de cabecera debajo del menú principal/primario."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Por defecto: Muestra la imagen de cabecera entre el texto/título del sitio y el menú primario/secundario."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Muestra la imagen de cabecera justo encima del título del sitio."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posición donde se muestra la imagen de cabecera"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Posición de la imagen de cabecera"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Desactivar"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostrar ambos"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Solo  texto en el encabezado"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Solo logo en el encabezado"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Selecciona la opción que quieras"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo del encabezado"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Activar para mostrar el icono de entrada al azar en el menú primario"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Entrada al azar"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Activar para mostrar el icono de búsqueda en el menú primario"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icono de búsqueda"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Activa para habilitar la posición fija del menú primario"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menú persistente"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Activar para habilitar el icono de inicio en el menú primario"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostrar el icono de inicio"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Activar para mostrar la fecha en la cabecera"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostrar fecha"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Última:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Activar para habilitar la sección de últimas noticias"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Últimas noticias"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opciones de la cabecera"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Cambia los ajustes de la cabecera desde aquí"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Enlaces importantes"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Ver demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ayuda"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentación"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Sin barra lateral con contenido centrado"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Sin barra lateral con ancho completo"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barra lateral izquierda"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barra lateral derecha"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Diseño por defecto"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecciona distribución"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menú Primario"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Leer más"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Páginas:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comentarios cerrados."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentarios Posteriores &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentarios anteriores"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Comentario de navegación"

#: archive.php:70
msgid "Archives"
msgstr "Archivo"

#: archive.php:64
msgid "Links"
msgstr "Enlaces"

#: archive.php:61
msgid "Quotes"
msgstr "Citas"

#: archive.php:58
msgid "Videos"
msgstr "Vídeos"

#: archive.php:55
msgid "Images"
msgstr "Imágenes"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Año: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mes: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Día: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "No hemos encontrado nada en este lugar. Pruebas con el buscador."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "¡Vaya! Está página no se encuentra."

#: 404.php:28
msgid "404"
msgstr ""languages/bg_BG.po000064400000440763151213252620010027 0ustar00# Translation of Themes - ColorMag Pro in Bulgarian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:57:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: bg\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон за разширение за сглабяне на съдържанието"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стил “решетка\" 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стил “решетка\" 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стил “решетка\" 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стил “решетка\" 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стил \"блок\" 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стил \"блок\" 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стил \"блок\" 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стил \"блок\" 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Изберете категории:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Категории"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показване на публикациите от:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Филтър"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Изместване на публикациите:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Публикации"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стил \"блок\" 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Цвят на текста:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Цвят:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заглавие на джаджата"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Добавете ваше собствено заглавие на блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заглавие на блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Заглавие на джаджата"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag глобални джаджи"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag джаджа \"решетка\""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag джаджа \"блок\""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Pro тъмна"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag блог за красота"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag бизнес списание"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музика"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Отбележете, за да се показва изображението на страницата при отварянето ѝ."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Показване на изображение на страницата"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Отбележете, за да скриете изображението на публикацията при отварянето ѝ."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Изображение на страницата"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (по подразбиране)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Изберете типа показване на дънната част на сайта."

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Показване на основната зона на дънната част"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Настройки на дънната част"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Променете настройката за дънната част по ваше желание от тук"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "В заглавната част и дъното"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Само в дъното"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Само в заглавната част"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Социалните връзки да се показват:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Тъмен цвят"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Светъл цвят"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Изберете тоналността на темата за сайта си."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Тоналност на темата"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Изберете типа показване на заглавната част на сайта."

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Тип на показване на заглавната част"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "От настройките за датите в WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Настройката по подразбиране на темата"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Начин на показване на датата в заглавната част:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Последни публикации"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Избор на изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Ползване на изображениете"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Изберете изображение"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro технологии"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Един коментар за &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s коментара за &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон за страницата за контакти"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Дясната"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Примерна джаджа"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Ляво"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Контактната"

#: searchform.php:12
msgid "Search"
msgstr "Търсене"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "За жалост не успяваме да намерим това, което търсите. Може би търсачката ще помогне?"

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Няма резултати, отговарящи на вашето търсене. Опитайте отново с други ключови думи."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Време е за първата ви публикация. <a href=\"%1$s\">Започнете от тук</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Следваща &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Предишна"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Шмекеруваме, а?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Избрани публикации (стил 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Избрани публикации (стил 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Избрани публикации (стил 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Джаджа за произволни публикации"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Джаджа с табове"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Избрани публикации (стил 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Избрани публикации (стил 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Видео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Добавете вашите рекламни изображения 125x125 тук"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Добавете вашите реклами 125x125 тук"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Добавете вашите рекламни изображения 728x90 тук"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Добавете вашата реклама 728x90 тук"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламно изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Връзка за рекламното изображение"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Добавете вашите рекламни изображения 300x250 тук"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Добавете вашата реклама 300x250 тук"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Избрани публикации (стил 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Описание"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Заглавие:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Подредбата ще бъде както следва:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Избрани публикации (стил 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Показвайте последните публикации или такива от определена категория."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Показвайте последните публикации или такива от конкретна категория, Подходяща за страничната лента след слайдъра."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Изберете категория"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показвайте публикации от категория"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показване на последните публикации"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Брой публикации за показване:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдър по избрана категория"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Показвайте последните публикации или такива от конкретна категория, които ще се въртят в слайдър."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показва джаджи в страничната лента в дъното № 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показва джаджи в страничната лента в дъното № 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показва джаджи в страничната лента в дъното № 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показва джаджи в страничната лента в дъното № 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над дъното"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показва джаджи в страницата за грешка 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Странична лента за страницата за грешка 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показва джаджи в шаблона за контактната страница"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Контактна странична лента"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Начална страница: раздел за съдържание в дъното"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Раздел за съдържание в средата"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Начална страница: раздел за съдържание в средата вдясно"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Раздел за съдържание в средата вляво"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Начална страница: раздел за съдържание в средата вляво"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Раздел за съдържанието в горната част"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Начална страница: раздел за съдържанието в горната част"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показване на джаджа до слайдъра. Подходяща за TG: акцентирани публикации."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Начална страница: след слайдъра"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Начална страница: зона за слайдър"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показва джаджите в заглавния раздел точно над основното навигационно меню."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Странична лента в заглавната част"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показва джаджите в лявата странична лента."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показва джаджите в дясната странична лента."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вижте още"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Отваряне на случайна публикация"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Отговор"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Коментарът ви е задържан за одобрение."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s в %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Редактиране)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "По-скорошни публикации <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> По-стари публикации"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навигация"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редакция"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % коментара"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 коментар"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 коментара"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Цветови настройки"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Настройки за цвят на категориите"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Промяна на цвета на всяка категория по ваше желание."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Настройки за цвят на категориите"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактор на авторските права в дъното"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Отбележете, за да включите ефекта \"lightbox\" за картинката на публикацията при отварянето ѝ"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Изображение с \"lightbox\" ефект"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Промяна на текста \"Прочетете повече\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Свързани публикации по етикети"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Свързани публикации по категории"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Свързаните публикации трябва да се показват като:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Отбележете, за да включите свързаните публикации"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Свързани публикации"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Уникална система за публикациите"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Допълнителни настройки"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Променете допълнителните настройки по ваше желание от тук"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Отбележете, за да включите връзките към социалните мрежи"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Включване на връзките към социалните мрежи"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Социални мрежи"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Потребителски CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Това ще се отрази на връзки, бутони и много други места. Изберете цвят, който да отива на сайта ви"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Настройка за основен цвят"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Изберете подредба по подразбиране за единичните публикации. Тази подредба ще се отразява на всички единични публикации, освен ако за някоя от тях не бъде зададена изрична друга настройка."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Стандартна подредба само за единичните публикации"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Изберете подредба по подразбиране  за страниците. Тази подредба ще бъде отразена за всички страници, освен ако за някоя от тях не бъде зададена изрична друга настройка."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Стандартна подредба само за страниците"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Изберете подредба по подразбиране. Тази подредба ще бъде отразена за всички архивни страници, категории, резултати от търсене и т.н. Подредбата за единичните публикации и страници могат да бъдат настроени по-долу"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Разположение по подразбиране"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Пълна ширина"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "С фиксирана ширина"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Изберете структура на сайта си. Тя ще бъде отразена за целия сайт."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Структура на сайта"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Отбележете, за да скриете публикациите от блога/статичната страница от началната страница."

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Настройки за началната страница"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Настройки на дизайна"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Променете настройките на дизайна по ваше желание от тук"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Отбележете, за да води заглавното изображение към началната страница."

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Показване на заглавното изображение под основното меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Стандартно: показване на заглавното изображение между заглавието на сайта и основното меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Показване на заглавното изображение над заглавието на сайта."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Разположение на заглавното изображение"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Разположение на заглавното изображение"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Изключване"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Да се показват и двете"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Само заглавен текст"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Само заглавно лого"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Изберете настройката, която искате"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за произволните публикации в основното меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Произволна публикация"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за търсачката в основното меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Иконка за търсене"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Отбележете, за да фиксирате основното меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Фиксирано меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Отбележете, за да се показва иконката за начална страница в основното меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показване на иконката за начална страница"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Отбележете, за да се показва датата в заглавната част"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показване на датата"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Последни:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Отбележете, за да се показва разделът за извънредни новини"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Извънредни новини"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Настройки на заглавната част"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Променете настройките за заглавната част по ваше желание тук"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Вижте демонстрация"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Поддръжка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документация"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без странична лента и с центрирано съдържание"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без странична лента с пълна ширина"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Лява странична лента"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Дясна странична лента"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Разположение по подразбиране"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Изберете структура"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Основно меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Прочетете повече"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Страници:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Коментарите са затворени."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "По-скорошни коментари &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; По-стари коментари"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навигация в коментарите"

#: archive.php:70
msgid "Archives"
msgstr "Архиви"

#: archive.php:64
msgid "Links"
msgstr "Връзки"

#: archive.php:61
msgid "Quotes"
msgstr "Цитати"

#: archive.php:58
msgid "Videos"
msgstr "Видео"

#: archive.php:55
msgid "Images"
msgstr "Изображения"

#: archive.php:52
msgid "Asides"
msgstr "Бележки"

#: archive.php:49
msgid "Year: %s"
msgstr "Година: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Месец: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Ден: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Нищо не бе намерено тук. Пробвайте с търсачката по-долу."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Страницата не бе открита."

#: 404.php:28
msgid "404"
msgstr ""languages/de_DE.mo000064400000045304151213252620010014 0ustar00���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,,!,;,J,W,*Z,)�,+�,6�,s--�-(�-(�-(.6/.6f.5�.0�.//3/N/m/t/	�/�/�/�/�/�/�/�/�/0
(030$S0!x0,�0%�0)�0%1&=1d1?t1@�1U�1=K2D�2>�2J
3&X3>3A�3B4,C43p4�4'�41�415@5MY5
�5�5�5�5�5
�566(6=6P6d6|6�6�6�6�6�67!7"=7`7w7�7!�7�7�7�7�7�7K8a8n8~8g�8J�8z>92�97�9$:
<:
J:U:@r:�:�:�:&�:;;
;*;
:;$H;!m;$�;+�;5�;6<*M<#x<�<
�<
�<
�<
�<�<�<=='=;=K=
i=w=�=�=	�=;�=f�=O>a>,n>�>�>�>
�>	�>�>5�>
?,?$3? X?#y?�?0�?�?�?	�?	@@%@	8@B@
I@T@h@o@�@^�@�@#A&A1DAvA~A�A�A	�A
�A�A�A�A��A��B�OCD'D3DGD_DPD"�D#�D&E&>E&eE&�E,�E�E!�E
!F
/F:FPFTeF�F�F�F�FG(G&EG&lG&�G&�G&�G&H&/HVHnH
�H
�H�H
�Hk�H-I:IAIIIZI`I
}I�I�I&�I�I�I�I	�I�I�IJ/ JEPJ'�J�J�J�J%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:06:03+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: de
Project-Id-Version: Themes - ColorMag Pro
%1$s um %2$s%s&larr; Ältere Kommentare&larr; Zurück(Bearbeiten), <i class="fa fa-comment"></i> 0 Kommentare<i class="fa fa-comment"></i> 1 Kommentar<i class="fa fa-comments"></i> % Kommentare<span class="meta-nav">&larr;</span> Ältere Beiträge<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktiviere den Bereich für Social-Media-LinksFüge hier den 125x125 Werbebanner hinzuFüge hier den 300x250 Werbebanner hinzuFüge hier den 125x125 Werbebanner hinzuFüge hier das Bild für den 125x125 Werbebanner hinzuFüge hier das Bild für den 300x250 Werbebanner hinzuFüge hier das Bild für den 728x90 Werbebanner hinzuHinzufügen des benutzerdefinierten Block TitelsZusätzliche OptionenWerbung über dem FooterBild für den Werbebanner Der Link für den Werbebanner ArchivKurzmitteilungenAutor: %sBlock-Stil 1Block-Stil 2Block-Stil 4Block-Stil 6Block-Stil 9Block-TitelSowohl Kopf- als auch FußzeileVerschachteltes LayoutAktuelle NachrichtenKategorienOptionen zu den KategoriefarbenEinstellungen zu den KategoriefarbenÄndere den „Mehr lesen“-TextÄndere hier die zusätzlichen EinstellungenÄndere hier die Design-EinstellungenÄndere die Einstellungen für den FooterÄndere hier die Header-EinstellungenÄndere die Farbe für jede Kategorie.Schummeln, was?Markieren, um den Bereich für Social Media-Links zu aktivierenMarkieren, um die die Anzeige ähnlicher Beiträge zu aktivierenMarkieren, um das Icon für die Auswahl zufälliger Beiträge im Hauptmenu anzuzeigenMarkieren, um das Icon für die Suche im Hauptmenu anzuzeigenAktivieren um das Beitragsbild auf einer einzelnen Seite anzuzeigen.Markieren, um den Bereich "Aktuelle Nachrichten" zu aktivierenMarkieren, um in Beiträgen die Lightbox für Beitragsbilder zu aktivierenMarkieren, um das Hauptmenu anzuheftenMarkieren, um Beiträge/Seiten auf der Startseite zu verbergenAktivieren um das Beitragsbild für Einzelbeiträge auszublenden.Markieren, um den Link im Header-Bild auf die Startseite zu setzenMarkieren, um das Datum im Header anzuzeigenMarkieren, um das Home-Icon im Hauptmenü zu zeigenWähle ein BildWähle das Farbschema für deine Seite.Wähle den Typ für den kompletten Footer-BereichWähle den Typ für den kompletten Header-BereichWähle hier deine OptionWähle dein Seiten-Layout. Die Änderung wirkt sich auf die ganze Website ausFarb-OptionenFarbe:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridKommentar-NavigationKommentare sind geschlossen.KontaktseiteKontaktseite - SeitenleisteKontaktformular VorlageMittlerer Inhalts-Bereich (links)Mittlerer Inhalts-Bereich (rechts)Oberer Inhalts-BereichIndividuelles CSSDunkelDarstellung des Datums im Header:Tag: %sStandard-LayoutStandard-LayoutStandard-Layout für SeitenStandard-Layout für BeiträgeStandard: Zeigt das Header-Bild zwischen dem Seitentitel und dem Hauptmenu.BeschreibungDesign OptionenDeaktivierenZeigt letzte Beiträge oder Beiträge einer bestimmten Kategorie, die für den Slider verwendet werden.Zeigt die letzten Beiträge oder Beiträge einer bestimmten Kategorien an.Zeigt die letzten Beiträge oder Beiträge einer speziellen Kategorie. Geeignet für den Bereich neben dem Slider-Bereich.Positioniert das Header-Bild unter dem Hauptmenü.Anzeige des Header-Bildes direkt über dem Seitentitel.Beiträge anzeigen von:DokumentationBearbeitenError 404-Seite SeitenleisteEverest Forms - Einfacher Kontaktformular und Formular ErstellerBeispiel-WidgetFacebookBeitragsbildBeitragsbild auf einer einzelnen SeiteFilterFooter Copyright-EditorFooter-TypFooter-OptionenNur FußzeileVon der WordPress Datums-EinstellungEinstellungen für die StartseiteStartseite: Bereich neben dem SliderStartseite: Unterer Bereich für den InhaltStartseite: Mittlerer Bereich (links) für den InhaltStartseite: Mittlerer Bereich (rechts) für den InhaltStartseite: Oberer Bereich für den InhaltStartseite: Bereich für den SliderGoogle-PlusRaster Stil 2Raster Stil 3Raster Stil 4Raster Stil 5Position des Header-BildesHeader LogoNur Header-LogoHeader-OptionenHeader SeitenleisteNur Header-TextPosition für das Header-BildNur KopfzeileLightbox für BilderBilderWichtige LinksInstagramAn diesem Ort wurde nichts gefunden. Bitte nutze die Suche.Es scheint, dass wir nicht finden konnten, wonach du suchst. Möglicherweise hilft eine weitere Suche.Neueste BeiträgeDas Neueste:Das Layout wird wie unterhalb zu sehen sein:LinksSeitenleiste linksLinksHeader-TypMonat: %sNeuere Kommentare &rarr;Neuere Beiträge <span class="meta-nav">&rarr;</span>Weiter &rarr;&rarr;Keine Seitenleiste, Inhalt zentriertKeine Seitenleiste, volle BreiteAnzahl der anzuzeigenden Beiträge:Offset-Beiträge:Diese Seite konnte leider nicht gefunden werden.Page-Builder-VorlageSeiten:Pingback:PinterestAutor des BeitragesBeitragsnavigationBeiträge&larr;HauptmenüOption PrimärfarbeZitateZufälliger BeitragWeiterlesenBist du bereit deinen ersten Beitrag zu veröffentlichen? <a href="%1$s">Hier geht es los</a>.Ähnliche BeiträgeÄhnliche Beiträge nach KategorienÄhnliche Beiträge nach TagsÄhnliche Beiträge müssen angezeigt werden wie:AntwortRechtsSeitenleiste rechtsSuchenSuch-IconWähle LayoutWähle ein BildKategorien auswählen:Kategorie auswählenWähle das Standard-Layout für Seiten. Das gewählte Layout wird für alle Seiten verwendet, sofern du nicht für eine bestimmte Seite ein abweichendes Layout wählstWähle das Standard-Layout für Beiträge. Dieses Layout wird in allen einzelnen Beiträgen verwendet, solange du nicht für einen bestimmten Beitrag ein anderes Layout festlegstWähle das Standard-Layout. Das gewählte Layout wird auf der gesamten Website in Archiven, Kategorien, Such-Seiten usw. verwendet. Das Layout für einzelne Beiträge und Seiten kannst du unten festlegenZeigt beideZeigt DatumZeigt das Home-IconZeigt neueste BeiträgeZeigt Beiträge einer KategorieZeigt ein Widget neben dem Slider. Verwendbar für TG: Hervorgehobene Beiträge.Zeigt Widgets an der linken Seite.Zeigt Widgets an der rechten Seite.Zeigt Widget in Footer Seitenleiste 4.Zeigt Widget in Footer Seitenleiste 1.Zeigt Widget in Footer Seitenleiste 3.Zeigt Widget in Footer Seitenleiste 2.Zeigt Widget im Header unter dem Hauptmenü.Zeigt Widget auf Kontaktseite.Zeigt Widget auf Error 404-Seite.Seiten-LayoutFarbschemaSocial Media-OptionenZeige Soziale Links:Es gibt keine passenden Suchergebnisse. Bitte versuche es mit anderen Suchbegriffen.Angeheftetes MenüSupportTG: 125x125 WerbebannerTG: 300x250 WerbebannerTG: 728x90 WerbebannerTG: Slider für hervorgehobene KategorieTG: Hervorgehobene Beiträge (Style 1)TG: Hervorgehobene Beiträge (Style 2)TG: Hervorgehobene Beiträge (Style 3)TG: Hervorgehobene Beiträge (Style 4)TG: Hervorgehobene Beiträge (Style 5)TG: Hervorgehobene Beiträge (Style 6)TG: Hervorgehobene Beiträge (Style 7)TG: Zufälliger BeitragTG: Tabbed WidgetTG: VideosTextfarbe:Standard-Einstellung des ThemesThemeGrillDies spiegelt sich in Links, Buttons und vielem mehr wieder. Wähle eine Farbe, die zu deiner Website passtTitel WidgetTitel:TwitterTyp 1 (Standard)Typ 2Einzigartiges BeitragssystemVerwende BildVideosDemo ansehenSchau dir einen zufälligen Beitrag anHellBreites LayoutWidget-TitelWordPressJahr: %sDas könnte dir auch gefallenYouTubeDein Kommentar muss noch freigeschaltet werden.Ein Gedanke zu &bdquo;%2$s&ldquo;%1$s Gedanken zu &bdquo;%2$s&ldquo;https://themegrill.com/themes/colormag/126languages/it_IT.mo000064400000077670151213252620010077 0ustar00��y���
��!���	($'M$u)�#�!�0
s;�G�##6"Z*}*�)��(D`{����'DM
T_$p�
���Y�6?Vn4�/�0�04K6�4�4�!35#i5�#�C�@+ l *� 9� 4� j#!)�!F�!F�!UF"h�"#)!#CK#/�#7�#2�#1*$\$3u$ �$/�$�$>
%,I%Hv%3�%�%<&<P&>�&
�&�&�&�&'"'7'D'Y'o'�'�';�'(3(J(d(!(�(�(
�(�(�(6�(.)=)L)$j)T�)�)�)�)-*/5*/e*+�*2�*L�*0A++r+U�+3�+`(,1�,8�,V�,mK-N�-
...� .;�.82/-k/�/�/�/�/�/�/�/00=0Z0w0�0�0�0!�0'1910V1�1�1�1"�1�12082&i2�2�2�2"�2'3(*3S3s3�3�3�3�3�3�3�344.4=4L4]4v4�4
�4�4P�4"5;5G5N5	^5Gh5W�566666;6H6	N6X6	l6v60�6�6�6�6�677)7>67u7"�74�7%�78+8=8	D8	N8X8j8z8�8�8$�8�8�899"'9&J9q9�9�9)�9)�9::!8:Z:a:m:	}:F�:
�:�:�:;.;4;
:;H;];d;p;
�;�;�;y�;�.<��<k=	|=	�=�=�=�=B�=>B,>Do>�>�>%�>-?$A?/f?&�?-�?$�?D@'U@ }@�@�@
�@�@'�@)A%2A'XA�A�A�A
�A�A�A�AB\BqB�B�B�B�B�B�BC#C@C]CzC�C�C�C�CDD
-D8DND
fD�qDVEE�E �E�E�EFE
F;PF7�F�F�F�F	�F�FGG	GG-G9GWG	kGuG�G�G�G$�GT�G'(HPHVHXHZH\H
_IjIwI�I�I�I
�I�I
�I(�I(	J%2J)XJ$�J$�J9�JsK2zKJ�K)�K)"L(LL5uL6�L5�LM#0M TM uM �M �M �M �MN:N QN3rN�N�N
�N�N&�NOO-O=OOLO#�O�O�O'�O1P3QP9�P1�PX�PGJQ:�Q1�Q�Q+RA<RN~R�R@�RM&StS&�SB�S8�Sh.T�TJ�TH�TJHUQ�U�U1�U\+VF�VI�VGWHaW�W@�W,X:/XjX}X>�XD�X*!YLY%jY3�Y_�Y$Z3Z<ZIZfZ{Z�Z�Z"�Z*�Z,[*2[+][�[?�[�[		\\.\4\F\&Y\
�\D�\�\�\%�\(]dE]�]�]
�]�]�]"�]!^=^(\^+�^�^q�^I2_|_8�_L5`^�`o�`QQa�a�a�a��a3�b1�b&)cPc`crc{c�c�c�c�c�cd2dQdqd�d�d�d�de#e$9e^eme�e
�e�e$�e�e+f"3f<Vf!�f,�f+�f g//g._g�g�g�g�g�g-�gh-hIh_h{h�h"�h �h�hiL!inii�i
�i	�iX�i_jkj{j&�j�j�j�j�j
�j�j�j:kMk_kfk(vk"�k�k�k>�k'l'Gl'ol%�l�l�l�l	�l	mm$m9mYmimrm�m#�m�m�m�m"n%n,n<n&Tn${n�n�n�n	�n�nooL0o}o)�o!�o�o�oppp5p;p!Gpip{p�p��p�Kq��q�r�rs%s5s$Es\js/�sJ�sOBt�t�t7�t@�t6=u@tu6�uB�u8/v;hv)�v'�v&�vw)w8wHw%hw�w&�w
�w�w�wxx*x9xWxitx&�x
yyy0yGy]y3wy"�y"�y"�y"z"7z"Zz"}z�z�z�z	�z �z{
-{8{~W|�|�|�|}/}B7}8z}.�}�}�}~~ ~6~
<~G~L~f~}~�~	�~ �~�~�~�~,Q2'�����% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s&larr; Older Comments&larr; Previous(Edit), 1 Comment<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor: %sBelow NavigationBlog/Archive and Search Pages LayoutBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategoryCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the sticky options for content and sidebar areas.Check to activate the unique post system for the bundled widgetsCheck to disable auto slide.Check to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the ajax load more button to load further posts from chosen category or from latest post.Check to display the content in the popupCheck to display the link to the author page in the Author Bio sectionCheck to display the posts from child category of the chosen category.Check to display the random post from either the chosen category or from latest post.Check to display the view all button to link that button to the specific category chosen in this widget.Check to enable auto slide.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the option that you wantChoose the required category to display as the latest posts:Choose the required option to display the latest posts from:Choose your site layout. The change is reflected in whole siteColor OptionsColorMagColorMag ProColorMag Theme Important LinksComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Copyright &copy; Custom CSSDate in header display type:Day: %sDefault (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownEditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsError 404 Page SidebarExample WidgetFacebookFadeFeatured ImageFeatured image with post titleFooter Copyright EditorFooter MenuFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle-PlusHeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHorizontalImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksLoad MoreMaximum Slide Rows:Month: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No CommentsNo Sidebar Content CenteredNo Sidebar Full WidthNo commentsNo more postNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Oops! That page can&rsquo;t be found.Page Title. Default is 34pxPage title color.Pages:Pingback:PinterestPost Meta DisplayPost NavigationPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPost navigation to be shown as:Posts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Slide Direction:Slide Duration Time (in ms):Slide Mode:Slide OptionsSlide Row Height (in px):Slider OptionsSocial OptionsSocial Share ButtonSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky Content And SidebarSticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosTheme Default SettingTheme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle:Titles related font size optionsTransition Pause Time (in ms):Transition Speed Time (in ms):TwitterType 1 (Default): Header text & logo on left, header sidebar on rightType 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageVerticalVideosView AllView DemoView a random postWide LayoutWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126PO-Revision-Date: 2019-05-16 09:20:45+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: it
Project-Id-Version: Themes - ColorMag Pro
% Commenti%1$s in %2$s%1$s ha %2$s articoli e più.%s&larr; Commenti meno recenti&larr; Precedente(Modifica), 1 Commento<i class="fa fa-comment"></i> 0 Commenti<i class="fa fa-comment"></i> 1 Commento<i class="fa fa-comment"></i>Commenti<i class="fa fa-comments"></i> % Commenti<i class="fa fa-history"></i>Recenti<i class="fa fa-star"></i>Più letti<span class="meta-nav">&larr;</span> Articoli più vecchi<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Attiva l'area con i collegamenti ai social networkWidget per visualizzare video (attualmente supporta solo YouTube e Vimeo).Aggiungi qui il tuo annuncio da 125x125pxAggiungi qui il tuo annuncio da 300x250pxAggiungi qui il tuo annuncio da 728x90pxAggiungi qui le immagini per gli annunci da 728x90px Aggiungi qui le immagini per gli annunci da 300x250px Aggiungi qui le immagini per gli annunci da 728x90px Impostazioni aggiuntiveIcone Aggiuntive per Social NetworkCollegamento social aggiuntivo 5Collegamento social aggiuntivo 4Collegamento social aggiuntivo 1Collegamento social aggiuntivo 6Collegamento social aggiuntivo 3Collegamento social aggiuntivo 2Annunci sopra il pié di paginaImmagine dell'annuncioLink dell'immagine dell'annuncioCarattere per tutti i titoli (default: "Open Sans")ArchiviDigressioniAutore: %sSotto il menu principaleLayout delle Pagine Archivio e RicercaLayout con spazi ai latiUltime notizieSfondo pulsantiTesto pulsantiTesto per bottoni "Leggi il seguito", "Invia", "Commenta", etc. (default: 12px)Articoli di una specifica categoriaOpzioni colori categorieImpostazioni colori categorieModifica la dicitura "Leggi il seguito"Da qui puoi gestire delle impostazioni aggiuntiveModifica le impostazioni dei colori come preferisciDa qui puoi gestire le impostazioni dell'aspetto del sitoDa qui puoi gestire le impostazioni della testataModifica il testo del pulsante 'Leggi il seguito" come più appropriato per il tuo sito.Cambia le impostazioni dei collegamenti ai social network come desideriModifica le Impostazioni Tipografiche come più preferisciCambia il colore di ogni categoria come desideri.Vuoi barare, eh?Disabilita modalità a scorrimento (slider)Seleziona per attivare l'area con i collegamenti a social networkMostra i pulsanti in calce agli articoli per la condivisione su social networkAttiva i post correlatiAttiva lo scorrimento indipendente di contenuti e barre lateraliAttiva il sistema di univocità degli articoli per i widgets inclusi nel temaDisabilita automatismoDisabilita il pulsante 'Torna in Cima'Mostra l'icona per leggere un articolo casuale nel menu principaleSeleziona per mostrare l'icona Cerca nel menu principaleMostra il pulsante 'Carica altri' per caricare ulteriori articoli recenti o dalla categoria selezionata.Mostra contenuti in un popupMostra il link alla pagina web dell'autore nelle informazioni biografiche.Mostra gli articoli delle categorie affiliate alla categoria selezionataMostra un articolo a caso tra quelli recenti o della categoria selezionataMostra il pulsante Vedi Tutti per andare all'archivio della categoria selezionataAbilita automatismoSeleziona per abilitare la sezione Ultime notizieMostra l'immagine in evidenza dell'articolo sopra il titolo dell'articolo stesso (lightbox).Mostra articoli più letti in base al contatore delle visualizzazioni.Seleziona per fissare in alto il menu primario quando si scorre la paginaNascondi gli articoli del blog/una pagina statica nella pagina inizialeL'immagine della testata deve avere un collegamento alla pagina inizialeMostra in un nuovo tabMostra profili dei Social Network nelle informazioni biograficheSeleziona per mostrare la data nella testataSeleziona per mostrare l'icona Home Page nel menu primarioScegli un'immagineAnimazione delle Ultime NotizieScegli il tipo di visualizzazione della testata che preferisciDefinisci il layout per pagine blog, archivi e risultati di ricerca.Scegli dove visualizzare le Ultime NotizieScegli l'opzione che desideriCategoria degli articoli da mostrare:Scegli quali articoli mostrare come Ultime Notizie:Scegli il layout del tuo sito. La modifica avrà effetto sull'intera esperienza di navigazione.Opzioni coloreColorMagColorMag ProColorMag: Collegamenti UtiliNavigazione commentiI commenti sono chiusiPagina di contattoContact Page AreaModello per una pagina di contattoContenuto della sezione centrale inferioreContenuto della sezione centrale di sinistraContenuto della sezione centrale di destraTitoli all'interno dei testi (h1, h2, etc.)Contenuto della sezione in altoCarattere per contenuti e altri elementi (default: "Open Sans")Contenuti: Dimensione CaratteriContenutiSfondo dell'area contenutiTestoCopyright &copy; CSS personalizzatoTipo di data visualizzata nell'header:Giorno: %sPredefinito: primo elemento a tutta ampiezza e successivi affiancatiLayout predefinitoLayout predefinitoLayout predefinito solo per le pagineLayout predefinito solo per gli articoliPredefinito: mostra l'immagine della testata tra il titolo/descrizione del sito e il menu principaleDescrizioneOpzioni designDisabilitaNascondi l'autoreNascondi le categorieNascondi il contatore dei commentiNascondi la data di pubblicazioneNascondi il bottone 'Modifica'Nascondi tutti i metadati degli articoliNascondi il contatore delle visualizzazioniNascondi i tagScegli se mostrare nella barra scorrevole (slider) gli ultimi articoli o gli articoli di una categoria specifica.Visualizza gli ultimi articoli o gli articoli di una categoria specifica.Mostra gli ultimi articoli o gli articoli di una categoria specifica. Adatto per l'area accanto alla barra scorrevole (slider).Mostra l'immagine della testata sotto il menu principaleMostra l'immagine della testata proprio sopra il titolo/descrizione del sitoMostra le Ultime Notizie con scorrimento verticale. Adatto a barre laterali destra e sinistra.Mostra articoli e commenti più recenti e più letti in diversi tab. Adatto a barre laterali destra e sinistra.Mostra articoli scelti casualmente. Adatto alle barre laterali destra o sinistra.DocumentazioneVerso il bassoModificaModifica le informazioni di copyright nel piè di pagina. Si possono usare le abbreviazioni [the-year], [site-link], [wp-link], [tg-link] per indicare rispettivamente l'anno corrente, il link al proprio sito, al sito WordPress e al sito ThemeGrill.Durata di ciascuna Ultima Notizia nell'intestazioneVelocità per le Ultime Notizie nell'intestazioneTesto da anteporre alle Ultime NotizieArea Errore 404Esempio di widgetFacebookDissolvenzaImmagine in evidenzaTitolo e immagine articoloEditor copyright piè di paginaMenu per il Piè di paginaPiè di pagina basso: colonna 4Piè di pagina basso: colonna 1Piè di pagina alto: colonna 1Piè di pagina basso: colonna 3Piè di pagina alto: colonna 3Piè di pagina basso: colonna 2Piè di pagina alto: colonna 2Link nel testo del copyrightSfondo del copyrightTesto del copyrightTesto del copyright (default: 14px)Piè di pagina: Dimensione CaratteriPiè di paginaTesto del menu piccoloMenu piccolo (default: 14px)Sfondo widgetContenuti dei widgetContenuti dei widget (default: 14px)Link nei contenuti dei widgetDalle impostazioni della data di WordPress Impostazioni della pagina inizialePagina iniziale: area accanto alla barra scorrevole (slider)Pagina iniziale: sezione in bassoPagina iniziale: sezione centrale a sinistraPagina iniziale: sezione centrale di destraPagina iniziale: sezione in altoPagina iniziale: area barra scorrevole (slider)Pagina Iniziale: Area Superiore Tutta AmpiezzaImpostazioni Google FontGoogle-PlusIn testa alla paginaIntestazioneVisualizzazione TestataScegli la posizione dell'immagine di testata.Logo intestazioneSolo logo nell'intestazioneOpzioni della testataIntestazione barra lateraleSolo  testo nell'intestazione Sfondo dell'intestazioneIntestazione: Dimensione CaratteriPosizione immagine nella testataScorrimento orizzontaleImmagine lightboxGrande: 1400x600px (adatto a Pagina Iniziale: Area Superiore Tutta Ampiezza)Media: 800x445pxDimensione immagine:ImmaginiLink utiliInstagramNon abbiamo trovato niente in questa pagina. Perché non provi con il motore di ricerca?Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca potrebbe essere di aiuto.Ultimi articoliUltimo:Il layout sarà come quello qui sotto:SinistraBarra laterale sinistraLinksCarica altriNumero righe:Mese: %sCommenti più recenti &rarr;Articoli più recenti <span class="meta-nav">&rarr;</span>Successivo &rarr;&rarr;Nessun commentoSenza barra laterale, contenuto centratoSenza barra laterale, tutta paginaNessun commentoNessun altro articoloNumero di articoli più letti, recenti o commenti da mostrare:Numero di articoli da mostrare:Numero di articoli casuali da mostrare:Numero di articoli recenti da mostrare:Oops! La pagina non è stata trovata.Titolo Pagina (default: 34px)Titolo delle PaginePagine:Pingback:PinterestVisualizzazione MetadatiNavigazione ArticoliTitolo Articolo (default: 32px)Autore articoloMetadatiMetadati (default: 12px)Navigazione articoliMostra la Navigazione Articoli con:Titolo degli ArticoliRealizzato con Colore del collegamentoIcona FontAwesome del collegamento&larr;Menu principaleOpzione colore primarioMenu principale (default: "Open Sans")Testo dell'elemento menu selezionatoTesto del menu principaleMenu principale (default 14px)Sotto-menu (default 14px)CitazioniArticolo casualeVota questo temaLeggi il seguitoPronto a pubblicare il tuo primo articolo? <a href="%1$s">Inizia da qui</a>.Post correlatiArticoli correlati in base alle categorieArticoli correlati in base ai tagGli articoli correlati saranno:RispostaDestraBarra laterale destraPulsante Torna in CimaCercaIcona cercaGuarda tutti gli articoli di %1$sSeleziona aspettoSeleziona un'immagineSeleziona una categoriaSeleziona un layout predefinito per le pagine. Questo layout verrà applicato a tutte le pagine a meno che queste abbiano già impostato un layout personalizzatoSeleziona un layout di default per gli articoli. Questo layout verrà applicato a tutti i singoli articoli a meno che questi abbiano già impostato un layout personalizzatoSeleziona un layout predefinito. Questo layout verrà applicato all'archivio, alle categorie, alla pagina di ricerca e così via. I layout per i singoli articoli e per le pagine possono essere gestiti nelle opzioni sottostantiCondividi l'articoloMostra entrambiMostra la dataMostra l'icona per la pagina inizialeUltimi articoliVisualizza articoli da una categoriaMostra i widget accanto alla barra scorrevole (slider). Adatto per TG: articoli in evidenza.Visualizza widget immediatamente sotto al menu.Mostra widget sotto al menù. Adatto per TG: Slider Categorie in Evidenza.Mostra i widget proprio sopra il pié di pagina, adatto per TG: widget 728x90pxMostra widgets a sinistraMostra widgets a destraMostra widgets nella quarta colonna del piè di pagina.Mostra widgets nella prima colonna del piè di pagina superiore.Mostra widgets nella prima colonna del piè de pagina.Mostra widgets nella terza colonna del piè di pagina superiore.Mostra widgets nella terza colonna del piè di pagina.Mostra widgets nella seconda colonna del piè di pagina superiore.Mostra widgets nella seconda colonna del piè di pagina.Mostra widgets nella testata, sopra il menu di navigazione.Mostra widgets nel Contact Page Template.Mostra widgets nella pagina Errore 404.Titolo dei widget nelle barre lateraliLayout sitoMotto del sitoTitolo del sitoMotto del sito: (default: 16px)Motto del sito (default: "Open Sans")Titolo del sito (default: 46px)Titolo del sito (default: "Open Sans")Direzione:Pausa animazione (ms):Animazione:Opzioni ScorrimentoAltezza riga (px):Opzioni SliderOpzioni per i social networksPulsanti Condivisioni SocialNon c’è nessuna corrispondenza con i termini di ricerca che hai indicato. Riprova con termini diversi.Scorrimento Contenuti e Barre LateraliMenu fissoSupportoTG: annuncio 125x125pxTG: annuncio 300x250pxTG: annuncio 728x90pxTG: Widget Ultime NotizieTG: barra scorrevole (slider) categorie in evidenzaTG: articoli in evidenza (Stile 1)TG: articoli in evidenza (Stile 2)TG: articoli in evidenza (Stile 3)TG: articoli in evidenza (Stile 4)TG: articoli in evidenza (Stile 5)TG: articoli in evidenza (Stile 6)TG: articoli in evidenza (Stile 7)TG: Articoli EvidenziatiTG: widget articolo casualeTG: widget con schedeTG: videoImpostazioni pedefinite del temaTema: ColorMag Pro di ThemeGrillQuesto è un widget di esempio che mostra l'aspetto predefinito della barra laterale %s. Puoi aggiungere dei widget personalizzati dalla %spagina di configurazione dei widget%s nel pannello di amministrazione. Se aggiungi widget personalizzati, essi sostituiranno il widget predefinito.La modifica avrà effetto sui link, i pulsanti e su molti altri elementi della pagina. Scegli un colore adatto per il tuo sitoTitolo:Titoli: Dimensione CaratteriPausa transizione (ms):Velocità transizione (ms):TwitterTipo 1 (default): testo e logo a sinistra, barra laterale a destraTipo 2: barra laterale a sinistra, testo e logo a destraTipo 3: tutti gli elementi allineati al centroOpzioni TipograficheArticoli uniciVerso l'altoUsa immagineScorrimento verticaleVideoVedi TuttiDemoLeggi un articolo casualeLayout a tutto schermoTitolo Widget (default: 18px)Titolo dei widgetWordPressScrivi il tuo CSS personalizzatoAnno: %sPotrebbe anche interessartiYoutubeIl tuo commento deve ancora venire moderato.Un pensiero riguardo &ldquo;%2$s&rdquo;%1$s pensieri riguardo &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/dice:126languages/pt_BR.mo000064400000173154151213252620010067 0ustar00�����-�-
�-�-!�-�-a�-nL.�.n�.3/I/Y/s/z/�/�/	�/w�/(0'70$_0)�0#�0!�00�0s%1��1��23%3<3U3e3w3!�3�3�3G�3#.4#R4"v4*�4*�4)�4555H5`5|5�5�5�5�56%6:6'T6|6	�6�6
�6�6�6�6
�6�6�6�677+7G7a7y7�7�7�7
�7�7
�7
�7
�7
8
8
'8
58
C8Q8*]8$�8�8
�8�8�8�8�8
99&929K9Y^9�9
�9�9�9�9�9::
#:1:=:J:`:u:4�:4�:/�:0-;0^;0�;4�;4�;6*<4a<3�<5�<<=4==r=3�=#�=5�=E>#Z>C~>@�>-?1?N?*n?9�?4�?j@js@)�@3AF<AF�AU�A" B>CBh�B�BC)&CCPC/�C7�C2�C5/DeD1�DK�D%E&E3?E sE/�El�E1FAF>`F'�F$�F,�FHG3bG<�G<�GH*0H<[H<�H.�H>I
CIQIXIaIvI
�I�I�I�I�I�IJJ2J7JJ�J�J�J�J
�J�JKKA*KlKyK�K�K�K�K�K;L?L3SL�Lm�LM!*MLM`MrM
xM�M	�M�M�M�MA�M6,NcNrN�N$�NT�N	O
#O
1O<OHOWO_O-wO/�O/�O+P21PLdP0�P+�PQ-Q=QXQUvQ3�Q`RaR-yR&�R1�R8S9S/QS�SV�Sm�SNWT
�T�T��T�U�U�U�U��U	mVwV;�VQ�V8W-QWW�W4�W�W�W�WXGXbXdXmX
rX}X�X�X�X(�X	YYYY1YCY[YyY�Y�Y�Y�Y�YZ%ZDZaZ!~Z'�Z�Z0�Z[/[;[U["s[%�[�[�[0�[&*\Q\m\�\"�\'�\(�\]4]L]9l]�]�]�]�]�]�]^^C(^l^$^M�^�^�^__&_3_@_M_Z_g_n_�_�_�_�_�_�_�_�_`+`I`U`u`�`�`�`�`
�`�`Pa"Xa{a�a�a�a	�a �aX�aG4bW|b�b�b	�b�bcc4c9cFcYc	ncxc�c	�c
�c�c�c�c�c	�c�cddddd0%dVdbdxd�d�d	�d�d�d�d�d�d>�d;eUe"qe4�e
�e=�e%f;fKfbfHzf(�f(�fgg4gPgbg
igtg�g�g	�g	�g�g	�g�g�g�g�ghh
+h6hJhfhrh$�h�h�h�h�h�h"�h& iGi"ai�i�i�i)�i)�ij2jQj"oj!�j�j�j�j�j	�j	�j�jkF.kBuk�k
�k�k�k�kl&l:lLlRlol
ul�l�l�l�l�l�l
�l�l�l�l�l�l
�lm
mm/mBmyRm��m�Tn
	oo!o3=oqo�o	�o	�o�o�o�o�o�o�op.pBBp�pB�pD�p*qFq*cq+�q%�q-�q$r/3r&cr-�r$�rD�r/"s'Rs zs�s�s
�s�s'�s)t%/t'Ut
}t�t�t�t�t
�t�t�t�tu,u@u\\u�u
�u�u�u�uvvv"v*v2v:vTvnv�v�v�v�v�vw w=wZwww�w�w�w�w�wx
x(x4x9xExfQx�x��y�^z��z��{�u|�}��}�~�~�~�~�~
�(���ހV��	�"�/� 6�
W�b�	k�u�������Ђ
��
����E�_�;f���7�����%
�	0�:�L�O�X�	^�h�o�	x���������������
��̄؄���7�P�d�~�&��…	ׅ������	�
�)�;/�rk�އ$���T%�'z�(��ˈψ؈܈���������/�@2�Ms���ԊT�p�����������
���̋,j�+��(Ì-�$�!?�2a�s��5��>�Əӏ ��+�E�3_�)�� ��Vސ%5�%[�$��-��,ԑ,�).�X�l�������Ғ���:�Q�7p���
����“Փ�"�	4�>�F�"R�u��� ����Ԕ���0�K�]�p���������ʕܕ��:�/L�|���������$і��	��)�A�sY�͗
ϗ	ڗ�%�)�B�J�Q�`�q�����)��3ޘC�8V�4��3ę8��I1�?{�L��B�?K�C��Pϛ. �O�2`�5��SɜM�*k�=��IԝC�*b�*��-��D�6+�}b�}�'^�@��OǠL�Pd�&��Gܡn$�'��.��2�M�Lk�@��O��II�!��K��^�/`�!��;��'�7��N�Ԧ3�G�<c�&��;ǧW�8[�O��R� 7�<X�@��?֩-�AD�����������
Ԫ�����;�W�j�~�A��"ث���'�/�)H�r���J������:�&A�"h�!��O����6�)S��}�(�%<�b�}�����/�����#�M7�:����ϰ$ް,�P0�	����������	ӱ ݱ9��=8�Av�8��F�Y8�F��9ٳ%�9�J�c�[��<ߴe���3�� ӵ7�=,�j�P�жf�}H�QƷ�'��.������$�	 �*�@F�[��E�6)�`�e�J{�ƻػ���W�u�w���
������)ż$�/�D�K�P�W�t���0��ֽ���#�8�N�d�}�����%ƾ/�%�<B�'���%��(߿*�13�"e�&��E��7��(-�"V�'y�.��3�2�/7�g�/��L����*�
G�U�u�����S����4�_F�������������$�6�
H�S� s�!�����������5�*Q�/|���$��$��$�$0�U�\�
v���i��)��(�;� C�d�	v�5��c��J�Ze���	��	������0�8�A�R�i�������
��
����3�����,�5�7�:�>�B�E�8b�������������$��
�(�9�M�CT���"��&��;��7�EH�+��������V
�8d�7���� ��%�)�	D�N�Z�&t���	��	��
����
������<�P�e�t�"��
����9���(*�S�Y�
q�*�.�����������28�2k���(��!��"	�$,�Q�
k�v���
����!����G��\7�����#����-���&�>�T�!]����������������������	�����!�2�G�X�l�������)����y�����E�����
�)�8�R�e�{���������E��#>�Vb�H��#�"&�8I�7��'��0��&�0:�(k�0��&��<��C)�)m�'��$�������:�6T�6��2������$�@�O�!a�����#��!����j��
������	����������������7�!N�p���!���������?�_������������	!�+�0�
?�kM�6������u��
�������}$�����&�������	�
 �*+�V�X�o�\�������6�C�R�c�s�&����+�����"�)�6�>�ZO���P���G	�Q�h��+������������
����	��!�:�Q�`�e�g�k�
o�z���$����+���'�?�(^�6����	��������3�9E�F����T�&\�����L��'�(�B�F�U�Y�`�b�d�f�h�% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s = human-readable time difference<span class="posted-on human-diff-time-display">%s ago</span>%s = human-readable time difference<span class="tg-post-date posted-on human-diff-time-display">%s ago</span>%s Views%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Default) Display Excerpt(Edit)+1 This, 0 View1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API KeyAPI License ActivationAPI License DeactivationAPI License KeyAPI License emailAbove featured imageActivate ThemeGrill Demo importerActivate social links areaAdd the background link url.Add the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAscendingAsidesAuthor BioAuthor Bio LayoutAuthor Bio OptionsAuthor URL In Author BioAuthor: %sAuthorsAutoAutoplay Slider?Background ImageBackground Image Background Image AttachmentBackground Image PositionBackground Image RepeatBackground Image SizeBase Currency:Below NavigationBelow featured imageBlock Style 1Block Style 10Block Style 2Block Style 3Block Style 4Block Style 5Block Style 6Block Style 7Block Style 8Block Style 9Block TitleBlog/Archive and Search Pages Display TypeBlog/Archive and Search Pages LayoutBoth header and footerBottom CenterBottom LeftBottom RightBoxed LayoutBreadCrumb SettingBreaking NewsButton Text:Button URL:Button background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCCategoriesCategoryCategory Color OptionsCategory Color SettingsCategory Color in MenuCelsiusCenterCenter CenterCenter LeftCenter RightChange Read More TextChange View All TextChange You May Also Like TextChange the Additional Settings from here as you wantChange the Author Bio Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Read Next text as required for your site.Change the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the View All text as required for your site.Change the WooCommerce Settings from here as you wantChange the You May Also Like text as required for your site.Change the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the reading progress indicator in single post page.Check to activate the related postsCheck to activate the sticky options for content and sidebar areas.Check to activate the unique post system for the bundled widgetsCheck to disable auto slide when mouse hover.Check to disable auto slide.Check to disable the Author BioCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the ajax load more button to load further posts from chosen category or from latest post.Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings.Check to display the content in the popupCheck to display the featured image in single page.Check to display the link to the author page in the Author Bio sectionCheck to display the posts from child category of the chosen category.Check to display the random post from either the chosen category or from latest post.Check to display the reading time.Check to display the related post when browser scrolls at end.Check to display the view all button to link that button to the specific category chosen in this widget.Check to enable auto slide.Check to enable schema markup.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make dofollow link.Check to make header image link back to home pageCheck to register different sidebar areas to be used for WooCommerce pages.Check to show category color in menu.Check to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuCheck to show the image caption under the featured image in archive, search as well as the single post page.Choose an imageChoose post meta display type:Choose the animation style for the Breaking News in the HeaderChoose the author bio layout as needed.Choose the color skin for your site.Choose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose the related posts layout as needed.Choose the required category to display as the latest posts:Choose the required option to display the latest posts from:Choose to display the post content or excerpt:Choose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro Food RecipeColorMag Pro Health BlogColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridColumn:Comment CountComment Title. Default is 24pxComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContainContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent font size, also applies to other text like in search fields, post comment button etc. Default is 15pxContent part color optionsContent section background color.Content text color.Copyright &copy; CoverCustom CSSCustom link to header image Dark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDemo ImporterDescendingDescriptionDesign OptionsDisableDisable post navigationDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display Call To Action Widget.Display ContentDisplay Currency Exchange.Display featured image/video:Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display published date Display published date in "X time ago" formatDisplay the Google Maps for your site.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:Display video playlist from Video Post Formats.Display weather.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EENEESEEditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.ElementorEnter API Key hereEnter the duration time for the Breaking News in the HeaderEnter the number of Words you wish to show on excerpt. Default value is 20 words.Enter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetExcerpt LengthExchange Currencies:Exchange Rate API KeyExchange rate requires <a href="%s" target="_blank">API Key</a> to workFFacebookFadeFahrenheitFeatured ImageFeatured Image CaptionFeatured Image In Single PageFeatured image with post titleFeatured image with post title (Style 2)FilterFixedFlickrFlyout Related PostFooter BackgroundFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter Sidebar Four ( Lower )Footer Sidebar Full WidthFooter Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter onlyFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget Titles. Default is 18pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaFull Width (Featured image on top and post excerpt below)Get API KeyGet City IDGoogle Font OptionsGoogle FontsGoogle Maps Zoom Size:Google Maps height in px:Google PlusGoogle-PlusGoogleMap requires <a href="%s" target="_blank">API Key</a> to workGoogleMaps API KeyGoogleMaps requires API Key to work.Grid Layout (Featured image on top and post excerpt below in two column grid)Grid Style 1Grid Style 2Grid Style 3Grid Style 4Grid Style 5Grid Style 6Grid Style 7Grid Style 8Grid Style 9HeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionHeader onlyHeading h1 tag. Default is 36pxHeading h4 tag. Default is 24pxHeading h5 tag. Default is 22pxHeading h6 tag. Default is 18pxHideHide post details.HorizontalImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksImportant Notice:InstagramInstall ThemeGrill Demo importerInvalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. It looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Latitude:Layout will be as below:Layout:Learn more about demo importer!LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksLoad MoreLongitude:Magazine TemplateMain Header Area Display TypeMake the menu stickyMaximum Slide Rows:Month: %sNNENNENNWNWNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;Next post linkNext &rarr;NoNo CommentsNo RepeatNo Sidebar Content CenteredNo Sidebar Full WidthNo commentsNo more postNoneNumber of popular posts, recent posts and comments to display:Number of post to displayNumber of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Offset Posts:One Column (Featured image on left and post excerpt on right)Oops! That page can&rsquo;t be found.Open in new tabOpenWeatherMap API KeyOpenWeatherMap City ID:OpenWeatherMap requires <a href="%s" target="_blank">API Key</a> to workOpenWeatherMap requires API Key to work.OpenWeatherMap requires City ID to work.Orderby:Page Builder TemplatePage Title. Default is 34pxPage title color.Pages:PaginationPause On Hover?Permissions check failed.Pin ItPingback:PinterestPost AuthorPost DatePost IDPost Meta DatePost Meta DisplayPost Modified DatePost Name(Slug)Post NavigationPost TitlePost Title PositionPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPost navigation to be shown as:PostsPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Previous post link&larr; PreviousPrimary MenuPrimary color optionPrimary menu background color.Primary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu top border color.Primary menu. Default is 14pxPrimary sub menu background color.Primary sub menu. Default is 14pxProgress Bar ColorQuotesRandom PostRate This ThemeRead NextRead moreReading Progress IndicatorReading Time DisplayReady to publish your first post? <a href="%1$s">Get started here</a>.Ready to start importing available demos with just a single click?RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:RepeatRepeat HorizontallyRepeat VerticallyReplyReveal the menu on scroll upRightRight SidebarSSESSESSWSWSave ChangesSchema MarkupScrollScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect authorSelect authors:Select categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsSelect tagSelect tags:Select the option you want:Select the post title position in single post page.Share This Post:ShowShow BothShow DateShow Home IconShow PaginationShow latest PostsShow posts from a categoryShow posts from a tagShow posts from an authorShow posts from authorShow posts from tagShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at WooCommerce Left sidebar.Shows widgets at WooCommerce Right sidebar.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets just above footer copyright area.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"Skin ColorSkypeSlide Direction:Slide Duration Time (in ms):Slide Mode:Slide OptionsSlide Row Height (in px):Slider OptionsSocial OptionsSocial Profiles in Author BioSocial Share ButtonSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sort Order:SoundCloudStandard FontsSticky Content And SidebarSticky MenuStumbleUponStyle 1Style 2Style 3Style 4SupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Call To ActionTG: Currency ExchangeTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Featured Videos PlaylistTG: Google MapsTG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosTG: WeatherTagsText Align:Text Color:The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThemeGrill Demo ImporterThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle URLTitle WidgetTitle:Titles related font size optionsTop CenterTop LeftTop RightTotal ViewsTransition Pause Time (in ms):Transition SpeedTransition Speed Time (in ms):Transition TimeTrending NewsTumblrTweet ThisTwitterType 1 (Default)Type 1 (Default): Header text & logo on left, header sidebar on rightType 2Type 2: Header sidebar on left, header text & logo on rightType 3Type 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUpper footer widget background color.Use imageUser Social LinksVKVerticalVideoVideo URLVideosView AllView DemoView a random postVimeo Video ID:Vimeo-SquareVineWWNWWSWWhite SkinWide LayoutWidget TitleWidget Title. Default is 18pxWidget title color.WooCommerce Archive Page LayoutWooCommerce Left SidebarWooCommerce OptionsWooCommerce Right SidebarWooCommerce Shop Page LayoutWooCommerce Single Product Page LayoutWoocommerce SettingsWordPressWrite your custom cssXingYear: %sYesYou May Also LikeYou are here:You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.You have not added Fixer API Key. Add it from %1$shere%2$s.You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting.YouTubeYour comment is awaiting moderation.YoutubeYoutube Video ID:comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/https://themegrill.com/wordpress-themes/m/smin readmphsays:1236404PO-Revision-Date: 2020-01-23 15:13:30+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: pt_BR
Project-Id-Version: Themes - ColorMag Pro
% comentários%1$s em %2$s%1$s tem %2$s posts e contando.%s<span class="posted-on human-diff-time-display">%s atrás</span><span class="tg-post-date posted-on human-diff-time-display">%s atrás</span>%s visualizações%s não foi ativado. Vá para a página de configurações e insira a chave de licença e o email de licença para ativar o %s.&larr; Comentários antigos&larr; Anterior(Padrão) Exibir resumo(Editar)+1 isso, 0 visualizações1 comentário<b>Atenção!</b> Você está bloqueando as requisições externas, isso significa que não será possível obter as atualizações de %s. Adicione %s na %s.<i class="fa fa-comment"></i> 0 comentários<i class="fa fa-comment"></i> 1 Comentário<i class="fa fa-comment"></i>Comentário<i class="fa fa-comments"></i> % Comentários<i class="fa fa-history"></i>Recente<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Posts antigos<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Não foi possível encontrar uma chave de licença para %s. Talvez você tenha se esquecido de inserir uma chave de licença ao configurar o %s ou a chave tenha sido desativada na sua conta. Você pode reativar ou comprar uma chave de licença a partir do <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s não foi encontrada. Você pode adquirir uma assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.Chave da APIAtivação da licença da APIDesativação da licença da APIChave da licença da APIE-mail da licença da APIAcima da imagem destacadaAtivar o importador de demonstração do ThemeGrillAtivar a área de links das redes-sociaisAdicione o URL do link de fundo.Adicione os vídeos aqui, são aceitos apenas vídeos do YouTube e Vimeo por enquanto.Adicione sua publicidade 125x125 aquiAdicione sua publicidade 300x250 aquiAdicione sua publicidade 728x90 aquiAdicione a imagem da publicidade 125x125 aquiAdicone a imagem da publicidade 300x250 aquiAdicione a imagem da publicidade 728x90 aquiAdicione o título do bloco personalizadoOpções adicionaisÍcones sociais adicionaisLinks social adicional 5Links social adicional 4Links social adicional 1Links social adicional 6Links social adicional 3Links social adicional 2Publicidade acima do rodapéImagem de publicidade Link de publicidade da imagem Fonte para todos os títulos. O padrão é "Open Sans".ArquivosAscendenteNotasBiografia do autorLayout da biografia do autorOpções de biografia do autorURL do autor na biografia do autorAutor: %sAutoresAutomáticoReproduzir Slider automaticamente?Imagem do fundoImagem do fundo Comportamento de imagem de fundoPosição da imagem de fundoRepetição da imagem de fundoTamanho da imagem de fundoMoeda base:Abaixo da navegaçãoAbaixo da imagem destacadaEstilo de bloco 1Estilo de bloco 10Estilo de bloco 2Estilo de bloco 3Estilo de bloco 4Estilo de bloco 5Estilo de bloco 6Estilo de bloco 7Estilo de bloco 8Estilo de bloco 9Título do blocoTipo de Exibição das páginas de Blog/Arquivo e PesquisaLayout das páginas do Blog/Arquivos e PesquisaCabeçalho e rodapéBase ao centroBase à esquerdaBase à direitaLayout quadradoConfiguração do caminho percorridoÚltimas notíciasTexto do botão:URL do botão:Cor do fundo do botão.Cor do texto do botão.Tamanho da fonte do texto do botão (Botões como Ler mais, Enviar, Deixe seu comentário, etc.). O padrão é 12pxCCategoriasCategoriaOpções de cores da categoriaConfigurações de cores de CategoriaCor de categoria no menuCelsiusCentroMeio ao centroMeio à esquerdaMeio à direitaMudar o texto "Leia mais"Alterar o texto Ver tudoAlterar o texto Você também pode gostarAltere as configurações adicionais aqui se quiserModifique as configurações de biografia do autor aqui como quiserAltere as definições de cor a partir daqui como quiserAltere aqui as configurações do design como quiserMude aqui as configurações do rodapé como quiserAltere aqui as configurações do cabeçalho como quiserAltere o texto de "Leia a seguir" conforme seja adequado para o seu site.Altere o texto "Ler mais" conforme necessário para o seu site.Altere as configurações dos Links Sociais a partir daqui como você quiserAltere as configurações de tipografia a partir daqui como quiserAltere o texto "Ver tudo" conforme necessário para o seu site.Altere as configurações do WooCommerce a partir daqui como quiserAltere o texto "Você também pode gostar" conforme necessário para o seu site.Altere as cores de cada categoria como quiser.Trapaceando, é?Marque se não ter o efeito de slider neste widgetMarque para ativar a área de links das redes-sociaisMarque para ativar botões de compartilhamento social na página individual do postMarque para ativar o indicador de progresso da leitura em um post individual.Marque para ativar os artigos relacionadosMarque para ativar as opções de conteúdo e laterais fixas.Marque para ativar o sistema exclusivo de posts para os widgets agrupadosMarque para desativar o deslizamento automático ao passar o mouse.Marque para desativar o slide automático.Marque para desativar a biografia do autorMarque para desativar o botão de ir ao topo.Marque para exibir o ícone de artigos aleatórios no menu principalMarque para exibir o ícone de busca no menu principalMarque para exibir o botão de "Carregar mais" via ajax para carregar mais posts da categoria escolhida ou de posts recentes.Marque para exibir o caminho de navegação. Nota: Suporta as definições de plugin BreadCrumb NavXT e Yoast SEO BreadCrumb.Marque para exibir o conteúdo no popupMarque para mostrar a imagem destacada nas páginas individuais.Marque para exibir o link para a página do autor na seção Biografia do autorMarque para exibir os posts da categoria descendente da categoria escolhida.Marque para exibir o posts aleatório da categoria escolhida ou do post recente.Marque para exibir o tempo de leitura.Marque para exibir o post relacionado quando o navegador rola ao final.Marque para exibir o botão "Ver tudo" e vincular esse botão à categoria específica escolhida neste widget.Marque para ativar o slide automático.Verificar para ativar a marcação de esquema.Marque para ativar a seção de últimas notíciasMarque para habilitar o lightbox para as imagens destacadas nos posts únicosMarque para ativar a popularidade dos posts por contagem de visualizações.Marque para ativar o comportamento persistente do menu principalMarque para esconder os posts do blog e da página estática da página inicialMarque para esconder a imagem destacada nas páginas individuais de post.Para para tornar o link dofollow.Marque para que a imagem do cabeçalho tenha um link para a página inicialMarque para registrar diferentes áreas da lateral a serem usadas nas páginas do WooCommerce.Marque para mostrar a cor da categoria no menu.Marque para mostrar numa nova abaMarque para mostrar os perfis sociais na biografia do autorMarque para exibir a data no cabeçalhoMarque para exibir o ícone 'Início' no menu principalMarque para mostrar a legenda da imagem abaixo da imagem destacada nos arquivos, pesquisa, e também na página individual dos posts.Escolha uma imagemEscolha o tipo de exibição dos metadados do post:Escolha o estilo de animação para as últimas notícias no cabeçalhoEscolha o layout da biografia do autor conforme necessário.Escolha a cor de skin para o seu site.Escolha o tipo de exibição do cabeçalho que você desejaEscolha a opção de layout para as páginas de blog, arquivo e resultados de pesquisa.Escolha o local/área para colocar as últimas notíciasEscolha o tipo de exibição total de área principal do rodapé que você querEscolha o tipo de exibição da área total do cabeçalho principal que você querEscolha a opção que você querEscolha o layout de posts relacionados conforme necessário.Escolha a categoria necessária para exibir como últimos posts:Escolha a opção necessária para exibir os últimos posts de:Escolha exibir o conteúdo do post ou resumo:Escolha o layout do site. A mudança será refletida no site todoOpções de corCor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionReceita de comida ColorMag ProBlog de saúde ColorMag ProColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro é a versão profissional do tema gratuito ColorMag.Links importantes do tema ColorMagColorMag Widget BlocksColorMag Widget GridColuna:Contagem de comentáriosTítulo do comentário. O padrão é 24pxNavegação dos comentáriosFechado para comentários.Falha na conexão com o servidor de licenças, tente novamente mais tarde.Página de contatoContact Page SidebarModelo da página de contatoConterSeção de conteúdo da base ao centroSeção do conteúdo meio-esquerdaSeção do conteúdo meio-direitaCor dos títulos das partes do conteúdo (como h1, h2 na seção de conteúdo).Seção do conteúdo principalFonte de conteúdo e outros. O padrão é "Open Sans".Opções de tamanho da fonte de conteúdoTamanho da fonte de conteúdo, também se aplica a outros textos como nos campos de pesquisa,  botão de comentários do post, etc. O padrão é 15pxOpções de cores de partes do conteúdoCor de fundo da seção de conteúdo.Cor do texto de conteúdo.Direitos autorais &copy; CobrirCSS PersonalizadoLink personalizado para a imagem do cabeçalho Skin escuraFormato de data no cabeçalho:Dia: %sDesative a chave da licença da APIDesativa uma chave de licença do API para que possa ser usado em outro blog.Padrão (Primeira imagem grande e outras duas lado a lado)Layout padrãoLayout PadrãoLayout padrão para páginas, apenasLayout padrão apenas para posts individuaisPadrão: Exibir a imagem do cabeçalho entre o título/texto e o menu principal.DeliciousImportador de demonstraçãoDescendenteDescriçãoOpções do designDesativarDesativar a navegação de postsDesativar o autor apenas na seção de metadados do post.Desativar a categoria apenas na seção de metadados do post.Desativar os comentários apenas na seção de metadados do post.Desativar a data apenas na seção de metadados do post.Desativar o botão de edição apenas na seção de metadados do post.Desativar totalmente a seção de metadados do post, ou seja, remover todos os metadados.Desativar a exibição do post apenas na seção de metadados do post.Desativar as tags apenas na seção de metadados do post.Exibir widget de chamada para ação.Exibir conteúdoExibir câmbio de moeda.Exibir imagem/vídeo destacada:Mostra todos os posts ou posts de uma categoria específica, que será usado como o slider.Mostra posts recentes ou posts de uma categoria específica.Mostra todos os posts ou posts de uma categoria específica. Adequado para a Área ao lado do Slider.Exibir data de publicação Exibir a data publicada no formato "X tempo atrás"Exibe o Google Maps no seu site.Exibir a imagem do cabeçalho abaixo do menu principal.Exibir a imagem do cabeçalho acima do título/texto do site.Mostrar os posts de:Exibir lista de reprodução de vídeos a partir de formatos de posts de vídeo.Mostrar o clima.Exibe as últimas notícias no modo de notícias deslizantes. Adequado para a lateral direita/esquerdaExibe os posts populares, posts mais recentes e comentários mais recentes em abas. Adequado para a lateral direita/esquerda.Exibe os posts aleatórios do seu site. Adequado para a lateral direita/esquerda.DocumentaçãoAbaixoA permissão de download para %s foi revogada, possivelmente devido a uma chave de licença ou assinatura expiradas. Você pode reativar ou comprar uma chave de licença pelo <a href="%s" target="_blank">painel</a> da sua conta.LENEESEEditarEdite as informações de direitos autorais no seu rodapé. Você também pode usar shortcodes: [the-year] para o ano atual, [site-link] para o link do seu site, [wp-link] para o link do site do WordPress e [tg-link] para o link do site da ThemeGrill.ElementorInforme a chave de API aquiInsira o tempo de duração das últimas notícias no cabeçalhoInforme o número de palavras que deseja mostrar no resumo. O valor padrão é 20 palavras.Insira o tempo de velocidade para as últimas notícias no cabeçalhoInsira o texto a ser exibido no mostrador de notíciasErroErro 404 Page SidebarEverest Forms - Formulário de contato fácil e Construtor de formuláriosWidget de exemploTamanho do resumoMoedas de câmbio:Chave de API da taxa de câmbioTaxa de câmbio requer uma <a href="%s" target="_blank">chave de API</a> para funcionarFFacebookDissipaçãoFahrenheitImagem destacadaLegenda da imagem destacadaImagem destacada nas páginas individuaisImagem destacada com título do postImagem destacada com título do post (Estilo 2)FiltroFixaFlickrPosts relacionada com FlyoutFundo do rodapéEditor dos créditos no rodapéTipo de exibição da área principal do rodapéMenu do rodapéOpções do rodapéRodapé Quatro (Inferior)Lateral do rodapé de largura totalRodapé Um (Inferior)Rodapé Um (Superior)Rodapé Três (Inferior)Rodapé Três (Superior)Rodapé Dois (Inferior)Rodapé Dois (Superior)Cor do texto de créditos do rodapé.Cor de fundo da parte dos créditos do rodapé.Cor do texto de créditos do rodapé.Tamanho da fonte dos créditos do rodapé. O padrão é 14pxOpções de tamanho de fonte de rodapéApenas no rodapéOpções de cores da parte do rodapéCor do texto do menu pequeno do rodapé.Menu pequeno do rodapé. O padrão é 14pxTítulos de widgets do rodapé. O padrão é 18pxCor de fundo do widget de rodapé.Cor do conteúdo do widget de rodapé.Tamanho da fonte do conteúdo do widget do rodapé. O padrão é 14pxCor do texto do link de conteúdo do widget do rodapé.Das configurações de data do WordPressConfigurações da página inicialPágina inicial: Área ao lado do slidePágina inicial: Seção do conteúdo inferiorPágina inicial: Seção do conteúdo meio-esquerdaPágina inicial: Seção do conteúdo meio-direitaPágina inicial: Seção do conteúdo principalPágina inicial: Área do slidePágina inicial: Área de largura total no topoLargura total (Imagem em destaque na parte superior e resumo do post abaixo)Obter chave de APIObter ID da cidadeOpções de fontes do GoogleFontes GoogleTamanho do zoom do Google Maps:Altura do Google Maps em px:Google+Google+O GoogleMap requer uma <a href="%s" target="_blank">chave de API</a> para funcionarChave da API do GoogleMapsO GoogleMaps requer uma chave de API para funcionar.Layout em grade (Imagem destacada no topo e resumo do post abaixo, numa grade com duas colunas)Estilo de grade 1Estilo de grade 2Estilo de grade 3Estilo de grade 4Estilo de grade 5Estilo de grade 6Estilo de grade 7Estilo de grade 8Estilo de grade 9CabeçalhoOpções de cores do cabeçalhoTipo de exibição do cabeçalhoPosição da imagem do cabeçalhoLogo do CabeçalhoApenas a logo no cabeçalhoOpções de cabeçalhoBarra lateral do cabeçalhoApenas o texto no cabeçalhoCor de fundo do cabeçalho.Opções de tamanho da fonte do cabeçalhoPosição de exibição da imagem do cabeçalhoApenas no cabeçalhoTag do título H1. O padrão é 36pxTag do título H4. O padrão é 24pxTag do título H5. O padrão é 22pxTag do título H6. O padrão é 18pxOcutarOcultar detalhes do post.HorizontalLightbox na imagemTamanho da imagem grande (1400x600 pixels, adequado para Página inicial: Área de todo de largura total)Tamanho da imagem média (800x445 pixels)Tamanho da imagem:ImagensLinks que são muito importantesAviso importante:InstagramInstalar o importador de demonstração do ThemeGrillChave de API do Fixer inválida. Obtenha sua chave de API %1$saqui%2$s e configure-a %3$saqui%4$s. Parece que nada foi encontrado neste local. Experimente a pesquisa abaixo.Aparentemente não pudemos encontrar o que você está procurando. Talvez uma busca ajude.Últimos postsÚltimos:Latitude:Layout ficará como abaixo:Layout:Saiba mais sobre o importador de demonstração!EsquerdaLateral esquerdaAtivação da licençaDesativação da licençaCurtir issoLinkedinLinksCarregar maisLongitude:Modelo de revistaTipo de exibição da área principal do cabeçalhoTornar o menu fixoMáximo de linhas do slide:Mês: %sNNENNENNONOComentários recentes &rarr;Posts mais recentes <span class="meta-nav">&rarr;</span>Próximo &rarr;&rarr;Seguinte &rarr;NãoSem comentáriosSem repetiçãoSem lateral - Conteúdo centralizadoSem lateral - Tela inteiraSem comentáriosNão há mais postsNenhumNúmero de posts populares, posts recentes e comentários a exibir:Número do post a exibirQuantidade de artigos para exibir:Número de posts aleatórios a exibir:Número de posts recentes a exibir como últimas notícias:Ignorar artigos:Uma coluna (Imagem destacada à esquerda e resumo do post à direita)Ops! Essa página não pode ser encontrada.Abrir numa nova abaChave da API do OpenWeatherMapID da cidade do OpenWeatherMap:OpenWeatherMap requer uma <a href="%s" target="_blank">chave de API</a> para funcionarO OpenWeatherMap requer uma chave de API para funcionar.O OpenWeatherMap requer um ID de cidade para funcionar.Ordenar por:Modelo do Construtor de páginasTítulo da página. O padrão é 34pxCor do título da página.Páginas:PaginaçãoPausar ao passar o mouse?A verificação de permissões falhou.PinarPingback:PinterestAutor do postData da publicação do postID do postData de metadados do PostExibir metadados do postData de modificação do postNome do posts(Slug)Navegação de postsTitulo do postPosição do título do postTítulo do post. O padrão é 32pxAutor do postCor de metadados do post.Tamanho da fonte dos metadados do post. O padrão é 12pxNavegação do postNavegação de posts a ser exibida como:PostsCor do título do post.Funciona com Opção de cor do link social preferencialÍcone FontAwesome do link social preferencial&larr;&larr; AnteriorMenu principalOpção de cor primáriaCor de fundo do menu principal.Fonte do menu principal. O padrão é "Open Sans".Cor do item selecionado/em foco do menu principal.Cor de texto do menu principal.Cor da borda superior do menu principal.Menu principal. O padrão é 14pxCor de fundo do submenu principal.Submenu principal. O padrão é 14pxCor da barra de progressoCitaçõesPost aleatórioAvalie este temaLeia a seguirLer maisIndicador de progresso da leituraExibição do tempo de leituraPronto para publicar seu primeiro post? <a href="%1$s">Comece aqui</a>.Pronto para começar a importar as demonstrações disponíveis com apenas um único clique?RedditPosts relacionadosArtigos relacionados por CategoriasArtigos relacionados por TagsArtigos relacionados devem ser exibidos como:RepetirRepetir horizontalmenteRepetir verticalmenteRespostaRevelar o menu ao rolar para cimaDireitaLateral direitaSSESSESSOSOSalvar alteraçõesMarcação de esquemaRolarBotão subir ao topoPesquisarÍcone de buscaVer todos os posts de %1$sEscolha o layoutSelecione uma imagemSelecionar autorEscolha os autores:Selecionar categorias:Selecionar categoriaSelecione o layout padrão para as páginas. Este layout será refletido em todas as páginas exceto que se já for definido na própria páginaSelecione o layout padrão para posts únicos. Este layout será refletido em todas os posts exceto os que se já forem definido no próprio postSelecione o layout padrão. Este layout será refletido por todo o site, categoria, páginas de busca, etc. O layout para o posto único e página podem ser controlado pelas opções abaixoSelecionar tagEscolha as tags:Selecione a opção desejada:Escolha a posição do título do post na página do post individual.Compartilhe esse post:ExibirMostrar ambosMostrar a dataMostrar o ícone 'Inicio'Exibir paginaçãoExibir últimos postsExibir posts de uma categoriaMostrar posts de uma tagMostrar posts de um autorMostrar posts do autorMostrar posts da tagExibir widget ao lado do slide: Adequado para RG: Artigos destacados.Mostra widgets logo abaixo do menu.Mostra widgets logo abaixo do menu. Adequado para TG: Slider de categorias destacadas.Mostra widgets logo acima do rodapé, adequado para o widget TG: 728x90.Mostra os widgets no lado esquerdo.Mostra os widgets no lado direito.Mostra widgets na barra lateral esquerda do WooCommerce.Mostra widgets na barra lateral direita do WooCommerce.Mostrar widgets em footer sidebar four.Mostra widgets na lateral de rodapé 1 superior.Mostrar widgets em footer sidebar one.Mostra widgets na lateral de rodapé 3 superior.Mostrar widgets em footer sidebar three.Mostra widgets na lateral de rodapé 2 superior.Mostrar widgets em footer sidebar two.Mostrar widgets no cabeçalho, logo acima do menu principal.Mostra widgets logo acima da área de direitos autorais do rodapé.Mostrar widgets em Contact Page Template.Mostrar widgets na página de erro 404.Cor do título do widget da lateral.Layout do siteDescrição do site.Título do site.Tamanho da fonte da descrição do site. O padrão é 16pxFonte da descrição do site. O padrão é "Open Sans"Tamanho da fonte do título do site. O padrão é 46pxFonte do título do site. O padrão é "Open Sans"Cor da SkinSkypeDireção do slide:Tempo de duração do slide (em ms):Modo do slide:Opções do slideAltura da linha do slide (em px):Opções do sliderOpções de redes-sociaisPerfis sociais e biografia do autorBotão de compartilhamento socialLinks sociais para exibir em:Nada foi encontrado com os termos da sua pesquisa. Tente novamente com algumas palavras-chaves diferentes.Ordenação:SoundCloudFontes padrãoConteúdo fixo e barra lateralMenu fixoStumbleUponEstilo 1Estilo 2Estilo 3Estilo 4SuporteTG: Publicidade 125x125TG: Publicidade 300x250TG: Publicidade 728x90TG: Widget das últimas notíciasTG: Chamada para açãoTG: Câmbio de moedaTG: Slider de categoria destacadaTG: Posts destacados (estilo 1)TG: Posts destacados (estilo 2)TG: Posts destacados (estilo 3)TG: Posts destacados (estilo 4)TG: Posts destacados (estilo 5)TG: Posts destacados (estilo 6)TG: Posts destacados (estilo 7)TG: Lista de vídeos destacadosTG: Google MapsTG: Posts marcadosTG: Widget de posts aleatóriosTG: Widget de abasTG: VídeosTG: ClimaTagsAlinhar texto:Cor do texto:A chave de licença para o tema ColorMag não foi ativada, %sClique aqui%s para ativar a chave de licença.O conteúdo só será exibido se você tiver escolhido %1$sUma coluna (Imagem em destaque à esquerda e resumo do post à direita)%2$s ou %1$sLargura completa (Imagem destacada no topo e resumo do post abaixo)%2$s em %1$sLayouts de Blog/Arquivo e Páginas de pesquisa%2$s nas %1$sConfigurações de design%2$s.A licença não pôde ser desativada. Use a aba "Desativar licença" para desativar manualmente a licença antes de ativar uma nova.A chave de licença para %s expirou. Você pode reativar ou comprar uma chave de licença pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s foi cancelada. Você pode renovar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta. Uma nova chave de licença será enviada para você por e-mail após seu pedido ter sido concluído.A assinatura para %s foi enviada para a lixeira e será excluída em breve. Você pode adquirir uma nova assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s foi suspensa. Você pode reativar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s expirou. Você pode reativar a sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s está em espera. Você pode reativar sua assinatura pelo <a href="%s" target="_blank">painel</a> da sua conta.A assinatura para %s ainda está pendente. Você pode acompanhar o status da sua assinatura pelo <a href="%s" target="_blank">painel</a>da sua conta.Configurações padrão do temaTema ativado. Licença do tema desativada. Tema: ColorMag Pro da ThemeGrillImportador de demonstração do ThemeGrillEste é um widget de exemplo para mostrar como a Lateral %s se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Este é um widget de exemplo para mostrar como a Lateral esquerda do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Este é um widget de exemplo para mostrar como a Lateral direita do WooCommerce se parece por padrão. Você pode adicionar widgets personalizados a partir da %stela de widgets%s do painel. Se forem adicionados widgets personalizados, isso será substituído por esses widgets.Isto irá refletir nos links, botões e muito mais. Escolha a cor para combinar com seu siteURL do títuloWidget de títuloTítulo:Opções de tamanho de fonte relacionadas aos títulosTopo ao centroTopo à esquerdaTopo à direitaTotal de visualizaçõesTempo de pausa da transição (em ms):Velocidade de transiçãoTempo da velocidade de transição (em ms):Tempo de transiçãoNotícias PopularesTumblrTweetar issoTwitterTipo 1 (padrão)Tipo 1 (Padrão): Texto de cabeçalho e logo à esquerda, Lateral do cabeçalho à direitaTipo 2Tipo 2: Lateral de cabeçalho à esquerda, Texto do cabeçalho e logo à direitaTipo 3Tipo 3: Texto do cabeçalho e Lateral do cabeçalho alinhados ao centroOpções de tipografiaSistema de post únicoAcimaCor de fundo do widget superior do rodapé.Use esta imagemLinks sociais do usuárioVKVerticalVídeoURL do vídeoVídeosVer todosVer demonstraçãoVer um artigo aleatórioID do vídeo do Vimeo:Vimeo-QuadradoVineOONOOSOSkin claraLayout esticadoTítulo do widgetTítulo do widget. O padrão é 18pxCor do título do widget.Layout da página de arquivo do WooCommerceLateral esquerda do WooCommerceOpções do WooCommerceLateral direita do WooCommerceLayout da página de loja do WooCommerceLayout da página de produto individual do WooCommerceConfigurações do WooCommerceWordPressEscreva o seu CSS personalizadoXingAno: %sSìmVocê pode gostar tambémVocê está aqui:Você alterou a assinatura de %s, portanto, você precisará inserir sua nova chave de licença de API na página de configurações. A chave de licença deve ter chegado à sua caixa de entrada de e-mails, caso contrário, você pode encontrá-la entrando no <a href="%s" target="_blank">painel</a> da sua conta.Você não adicionou a chave de API do Fixer. Adicione-a %1$saqui%2$s.Você precisa adicionar os valores de longitude e latitude para exibir o Google Maps. Você pode configurá-lo nas configurações do widget.YouTubeO seu comentário aguarda moderação.YouTubeID do vídeo do YouTube:Um comentário em &ldquo;%2$s&rdquo;%1$s comentários em &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/https://themegrill.com/wordpress-themes/m/smin de leituramphdisse:1236404languages/sl_SI.mo000064400000044763151213252620010075 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*S�*
&,4,7,S,d,l,+o,(�,,�,8�,s*-0�-�-�-	.#%.#I."m.�.�.�.�.�.�.�.	
//$/1/>/K/X/e/{/�/
�/�/�/�/%0*(0-S0.�07�0�0<�0&71>^14�18�102\<2?�2>�2;3=T3!�32�3�3$�3546O4�4G�4�4�455"5=5L5g5t5�5�5�5�5�5�56,6!<6^6x6�6�6�6�6�67
77"27,U7[�7�7�7
�7W89\8n�819779o9
�9�9�94�9�9�9:$:	5:&?:"f:�:	�:�:�:%�:&;,(;-U;&�;�;�;�;�;�;<<'<:<J<a<q<
�<�<�<	�</�</�<=+="8=[=`=v=#=	�=�=7�=>>(>"A>d>~>"�>�>�>	�>	�>�>�>	??!?-?<?C?U?Xb?�?�?�?)@,@5@;@R@
Z@h@z@�@�@��@�FA��A�B�B�B�BCA C#bC$�C5�C2�C2D2GDMzD0�D �DE1ELE iEO�E�E�E�EFF#$F$HF$mF$�F$�F$�F$G$&GKGkG	�G
�G�G
�Gr�G0H@HHHPHaHgH
�H�H�H�H
�H�H�H	�H�HII!$I~FI'�I�I�I�I%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:15:54+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=4; plural=(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3));
X-Generator: GlotPress/3.0.0
Language: sl_SI
Project-Id-Version: Themes - ColorMag Pro
%1$s pri %2$s%s&larr; Starejši komentarji&larr; Prejšnji(Uredi), <i class="fa fa-comment"></i> 0 Komentarjev<i class="fa fa-comment"></i> 1 Komentar<i class="fa fa-comments"></i> % Komentarjev<span class="meta-nav">&larr;</span> Starejši prispevki<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivirajte območje povezav družabnih omrežijVstavite oglas 125x125 tukajVstavite oglas 300x250 tukajVstavite oglas 728x90 tukajVstavite slike oglasa 125x125 tukajVstavite slike oglasa 300x250 tukajVstavite slike oglasa 728x90 tukajDodajte naslov bloku po meriDodatne možnostiOglas nad NogoOglasna slika Povezava oglasne slike ArhiviOdloži na stranAvtor: %sSlog bloka 1Slog bloka 2Slog bloka 4Slog bloka 6Slog bloka 9Naslov blokaOboje - glava in nogaŠkatlasta PostavitevPomembne noviceKategorijeMožnosti Barve kategorijeNastavitve Barve kategorijeSpremeni besedilo Preberi večTu lahko spremenite Dodatne možnostiTu lahko spremenite Nastavitve oblikovanjaTu lahko spremenite Nastavitve noge po željiTu lahko spremenite Nastavitve glave po željiSpremenite barvo vsakega elementa kategorije po želji.Goljufate&#8217;?Izberite za aktiviranje območja povezav družabnih omrežijIzberite, da aktivirate sorodne objaveOznačite za prikaz ikone Naključne objave v primarnem menijuOznačite za prikaz iskalne ikone v primarnem menijuIzberite za prikaz prikazne slike na posameznih straneh.Izberite za omogočitev razdelka pomembne noviceIzberite za omogočitev lighbox-a za predstavnostne slike na straneh s posameznimi prispevkiOznačite, da se omogoči lepljivo obnašanje primarnega menijaIzberite, da skrije blog objave/statično stran na prvi straniIzberite, da skrijete prikazno sliko na posameznih straneh.Izberite, da dodelite sliki v glavi povezavo na domačo stranIzberite za prikaz datuma v glaviOznačite za prikaz ikone Domov v primarnem menijuIzberi slikoIzberi barvo izgleda za vašo stran.Izberite tip prikaza glavnega celotnega območja nogeIzberite tip prikaza glavnega celotnega območja glaveIzberite možnosti po željiIzberite postavitev vaše strani. Sprememba se odraža v celotnem mestuBarvne možnostiBarva:ColorMagColorMag Lepotni blogColorMag Poslovni časopisColorMag TemnoColorMag Globalni gradnikiColorMag ProColorMag Pro ModaColorMag Pro GlasbaColorMag Pro ŠportiColorMag Pro TehnologijaColorMag Bloki gradnikaColorMag Mreža gradnikaNavigacija komentarjevKomentarji so onemogočeni.Kontaktna stranStranska vrstica Kontaktne straniPredloga Kontaktne straniRazdelek Vsebina sredina levoRazdelek Vsebina sredina desnoRazdelek Vsebina zgorajCSS po meriTemen izgledDatum v glavi tipa prikaza:Dan: %sPrivzeta postavitevPrivzeta postavitevPrivzeta postavitev samo za straniPrivzeta postavitev samo za posamezne objavePrivzeto: Prikaz slike glave med naslovom/tekstom spletišča in glavnim/primarnim menijem.OpisMožnosti oblikovanjaOnemogočiPrikaži zadnje objave ali objave določene kategorije, ki se bo uporabljala v drsniku.Prikaži zadnje objave ali objave specifične kategorije.Prikaži zadnje objave ali objave specifične kategorije. Primerno za Območje poleg drsnika stranske vrstice.Prikaz slike glave pod glavnim/primarnim menijem.Prikaz slike glave tik nad naslovom/tekstom pletišča.Prikaži objave iz:DokumentacijaUrediStranska vrstica strani 404Everest Forms – Easy Contact Form and Form BuilderPrimer gradnikaFacebookPrikazna slikaPrikazna slika na posameznih stranehFiltrirajUrejevalnik avtorskega besedila v nogiTip prikaza glavnega območja nogeMožnosti nogeSamo nogaIz WordPress nastavitve datumaNastavitve Domače straniDomača stran: Območje poleg drsnikaDomača stran: Razdelek Vsebina spodajDomača stran: Razdelek Vsebina sredina levoDomača stran: Razdelek Vsebina sredina desnoDomača stran: Razdelek Vsebina zgorajDomača stran: Območje drsnikaGoogle-PlusMrežni slog 2Mrežni slog 3Mrežni slog 4Mrežni slog 5Pozicija slike glaveSamo logotip glaveMožnosti GlaveStranska vrstica GlaveSamo text glavePozicija prikaza slike glaveSamo glavaSlika LightboxSlikeInstagramVsebine ni mogoče najti. Poskusite z iskanjem.Vsebine ni mogoče najti. Poskusite z iskanjem.Najnovejše objaveNajnovejše:Postavitev bo kot je vidno spodaj:LevoLeva stranska vrsticaPovezaveTip prikaza glavnega območja glaveMesec: %sNovejši komentarji &rarr;Novejši prispevki <span class="meta-nav">&rarr;</span>Naslednji &rarr;&rarr;Brez stranske vrstice Centrirana vsebinaBrez stranske vrtice Polna širinaŠtevilo objav za prikaz:Odmik prispevkov:Ups! Strani ni bilo mogoče najti.Predloga graditelja straniStrani:Pingback:PinterestAvtor prispevkaNavigacija prispevkovPrispevki&larr;Glavni meniPrimarna barvaCitatiNaključna objavaPreberi večSte pripravljeni na objavo vašega prvega prispevka? <a href="%1$s">Pričnite tukaj</a>.Sorodne objaveSorodne objave po kategorijahSorodne objave po oznakahSorodne objave morajo biti prikazane kot:OdgovoriDesnoDesna stranska vrsticaIskanjeIskalna ikonaIzberi postavitevIzberi slikoIzberi kategorije:Izberi kategorijoIzberite privzeto postavitev za strani. Ta postavitev se bo odražala na vseh straneh, razen, če je edinstvena postavitev nastavljena za določeno stranIzberite privzeto postavitev za posamezne objave. Ta postavitev se bo odražala v vseh posameznih objavah, razen če je edinstvena postavitev nastavljen za določeno objavoIzberite privzeto postavitev. Ta postavitev se bo odražala v vseh arhivih, kategorijah, iskalnih straneh, itd. Postavitev za posamično objavo in stran je mogoče upravljati s spodnjimi možnostiPrikaži obojePrikaži datumPrikaži ikono DomovPrikaži zadnje objavePrikaži objave iz kategorijePrikaži gradnik poleg drsika. Primerno za TG: Izbrani prispevki.Prikaže gradilnike na Levi strani.Prikaže gradilnike na Desni strani.Prikazuje gradilnike na stranski vrstici noge štiri.Prikazuje gradilnike na stranski vrstici noge ena.Prikazuje gradilnike na stranski vrstici noge tri.Prikazuje gradilnike na stranski vrstici noge dve.Prikazuje gradilnike iz razdelka glave tik nad glavnim navigacijskim menijem.Prikazuje gradnike na Predlogi Kontaktne strani.Prikaže gradnike na strani 404.Postavitev SpletiščaBarva izgleda (angl. skin)Možnosti družabnih medijevDružabne povezave za prikaz na:Vaša iskalna poizvedba nima zadetkov. Poskusite z drugimi ključnimi besedami.Lepljiv meniPodporaTG: 125x125 OglasTG: 300x250 OglasTG: 728x90 OglasTG: Drsnik Izpostavljena kategorijaTG: Izpostavljeni prispevki (Slog 1)TG: Izpostavljeni prispevki (Slog 2)TG: Izpostavljeni prispevki (Slog 3)TG: Izpostavljeni prispevki (Slog 4)TG: Izpostavljeni prispevki (Slog 5)TG: Izpostavljeni prispevki (Slog 6)TG: Izpostavljeni prispevki (Slog 7)TG: Gradnik Nakjučni prispevkiTG: Gradnik z zavihkiTG: VideiBarva teksta:Privzeta nastavitev temeThemeGrillTo se bo odražalo v povezavah, gumbih in mnogih drugih stvareh. Izberite barvo, ki se ujema z vašim spletiščemNaslov gradnikaNaslov:TwitterTip 1 (Privzeto)Tip 2Edinstven sistem prispevkaUporabi slikoVideiPoglej DemoOgled naključnega prispevkaSvetel izgledŠiroka postavitevNaslov gradnikaWordPressLeto: %sMorda vam bo všeč tudiYouTubeVaš komentar čaka na odobritev.Ena misel o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;%1$s misli o &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/ru_RU.po000064400000475342151213252620010124 0ustar00# Translation of Themes - ColorMag Pro in Russian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:13:39+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: ru\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Шаблон для конструктора страниц"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Стиль сетки 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Стиль сетки 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Стиль сетки 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Стиль сетки 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Стиль блока 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Стиль блока 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Стиль блока 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Стиль блока 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Выбрать рубрики:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Рубрики"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Показать:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Фильтр"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Пропустить записей:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Записи"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Стиль блока 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Цвет текста:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Цвет:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Заголовок виджета"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Добавьте заголовок блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Заголовок блока"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Виджет заголовка"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Глобальные виджеты ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Сетка виджета ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Блоки виджета ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Тёмный"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Блог о красоте"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Бизнес-журнал"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Музыка"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – простая контактная форма и конструктор формы"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Отметьте, чтобы изображение записи отображалось на одиночной странице."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Изображение записи на одиночной странице"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Отметьте что бы скрыть изображение записи на странице одиночной записи."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Изображение записи"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Тип 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Тип 1 (По умолчанию)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Выберите вид подвала"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Вид подвала"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Настройки подвала"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Изменение настроек подвала"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "В шапке и в подвале"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Только в подвале"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Только в шапке"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Ссылки на социальные сети показывать в:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Тёмный стиль"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Светлый стиль"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Выберите цветовую схему сайта."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Цветовая схема"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Выберите вид шапки"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Вид шапки"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "из настроек WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "из настроек темы"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Формат отображения даты в шапке:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Последние записи"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Смотреть все"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Отметить изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Использовать изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Выберите изображение"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Спорт"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Технологии"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Мода"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Шаблон Журнала"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Шаблон страницы контактов"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro это профессиональная версия бесплатной темы ColorMag."

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Посмотреть все сообщения %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s имеет %2$s сообщений и подсчета голосов."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Справа"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Этот пример показывает как %s Сайдбар выглядит по умолчанию. Вы можете добавить настраиваемые виджеты из %swidgets screen%s в панеле администратора. При добавлении Ваших виджетов они заменят существующие."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Пример виджета"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Слева"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Контактная страница"

#: searchform.php:12
msgid "Search"
msgstr "Поиск"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Запрошенную информацию найти не удалось. Возможно, будет полезен поиск по сайту."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Извините, по вашему запросу ничего не найдено. Попробуйте другие ключевые слова."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Готовы опубликовать свою первую запись? <a href=\"%1$s\">Начните отсюда</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Далее &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Назад"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Внимание!</b> Вы заблокировали внешние запросы, вы не сможете получить обновления %s. Пожалуйста добавьте %s в %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "Лицензионный Ключ для темы Colormag не был активирован, %sПерейдите по ссылке%s для активации лицензионного ключа."

#: license.php:178
msgid "License Deactivation"
msgstr "Деактивация Лицензии"

#: license.php:177
msgid "License Activation"
msgstr "Активация Лицензии"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Хакер, что ли?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Популярные записи (Стиль 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Отметьте для вывода содержимого в всплывающем окне."

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Популярные записи (Стиль 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Количество новостей для вывода"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Отобразить срочные новости в новостном тикере. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Популярные записи (Стиль 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Количество постов для вывода"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Виджет случайных записей"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Отобразить случайные записи. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Нет комментариев"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "сказал:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Комментариев"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Комментарий"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Отметьте для включения подсчета просмотров популярных постов."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Количество записей для показа"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Виджет вкладок"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Отобразить последние записи, популярные записи и последние комментарии. Подходит для Правого/Левого Сайдбара."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Популярные записи (Стиль 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Проверьте, чтобы виджет не имел эффекта слайдера"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Популярные записи (Стиль 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Видео"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Добавьте сюда Видео ( только Youtube и Vimeo ) "

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Добавьте сюда ваше рекламное 125x125 изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Реклама"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Добавьте сюда вашу 125x125 рекламу"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Добавьте сюда ваше рекламное 728x90 изображение"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Реклама"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Добавьте сюда вашу 728x90 рекламу"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Рекламное изображение"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Ссылка рекламного изображения"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Добавьте сюда ваше рекламное 300x250 изображение"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Реклама"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Добавьте сюда вашу 300x250 рекламу"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Популярные записи (Стиль 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Описание"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Название:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Расположение будет таким как ниже:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Популярные записи (Стиль 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Отобразить последние записи или записи определенной категории."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Выделенные Записи"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Отображать последние записи или записи определенной категории. Подходит для блока возле слайдера боковой панели."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Размер Изображения средний (1400X600 pixels, применим для Главной страницы - верхнего виджета в зоне полной ширины)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Размер Изображения средний (800х445 pixels)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Размер Изображения"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Выберите рубрику"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Показать записи из категории"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Показать последние записи"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Количество записей для показа:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Слайдер популярная категория"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Отобразить последние записи или записи определенной категории, которые будут использоваться как слайдер."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Показывать виджеты в зоне четвертого сайдбара подвала."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Сайдбар Подвала 4 ( Нижний )"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Показывать виджеты в зоне третьего сайдбара подвала."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Сайдбар Подвала 1 ( Нижний )"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Показывать виджеты в зоне второго сайдбара подвала."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Сайдбар Подвала 2 ( Нижний )"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Показывать виджеты в зоне первого сайдбара подвала."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Сайдбар Подвала 1 ( Нижний )"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Показывать виджеты в сайдбаре подвала 3"

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Сайдбар Подвала 3 ( Верхний )"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Показывает виджет в сайдбаре подвала 2"

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Сайдбар Подвала 2 ( Верхний )"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Показывает виджет в сайдбаре подвала 1"

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Сайдбар Подвала 1 ( Верхний )"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Показывает виджеты над Подвалом. Для TG: размер виджета 728x90"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Реклама над нижним блоком"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Показывает виджеты на странице ошибки 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Сайдбар на странице 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Показывает сайдбар на странице контактов."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Сайдбар на странице контактов"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Содержание Средней секции внизу"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Главная страница: Содержание нижнего блока"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Содержание среднего левого блока"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Главная страница: Содержание среднего правого блока"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Содержание среднего левого блока"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Главная страница: Содержание среднего левого блока"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Содержание верхнего блока"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Главная страница: Содержание верхнего блока"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Показывает виджет возле слайдера. Подходит для TG: Выделенные записи"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Главная страница: Блок возле слайдера"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Показать виджет ниже меню. Для TG: Слайдер предпросмотра Категорий"

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Главная страница: Блок слайдера"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Показать виджет ниже меню."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Главная страница: Вверху при Полной Ширине"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Показывает виджеты в заголовке сразу сверху меню навигации."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Сайдбар в шапке"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Показывает виджеты слева"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Показывает виджеты справа."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr "Твитнуть"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Поделиться этой Записью"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Вам также может понравиться"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Социальные ссылки Пользователя"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Всего Просмотров"

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr "URL Видео"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Посмотреть случайную запись"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Ответ"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Ваш комментарий ожидает проверки."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s в %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Автор записи"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Изменить)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Уведомление:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Следующие записи <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Предыдущие записи"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Навигация по записям"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Редактировать"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Комментариев"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Комментарий"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Комментариев"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Цвет фона блока copyright подвала"

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Цвет текста малого меню подвала"

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Цвет ссылок copyright подвала"

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Цвет текста copyright подвала"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Цвет фона подвала"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Цвет ссылок содержания Виджетов Подвала"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Цвет текста содержания Виджетов Подвала"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Цвет заголовков Виджетов"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Настройка цветов подвала сайта"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Цвет фона блока содержание"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Цвет заголовков боковой панели"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Цвет заливки кнопок"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Цвет шрифта кнопок"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Цвет шрифта блока Мета"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Цвет текста содержания"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Цвет Заголовков Страниц"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Цвет Заголовков Записей"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Цвет заголовков сайта (таких как h1, h2 в блоке содержимого сайта)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Настройка Цветов блока содержимого сайта"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Цвет фона блока Заголовка"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Цвет ссылок главного меню при наведении/нажатии"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Цвет текста главного меню"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Цвет Слогана"

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Цвет Заголовка сайта"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Настройки Цветов блока Заголовка"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Измените цвета как вам нравится"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Настройки цвета"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Размер шрифта малого меню подвала сайта. По умолчанию 14px\""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Размер шрифта copyright подвала сайта. По умолчанию 14px"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Размер текста содержание Виджетов подвала сайта. По умолчанию 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Настройки размера шрифта подвала сайта"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Размер шрифта кнопок (Читать далее, Отправить, Комментировать и т.д.). По умолчанию 12px"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Размер шрифта в поле мета данных. По умолчанию 12px"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Настройки размера шрифта содержимого сайта."

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Заголовки Виджетов. По умолчанию 18px "

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Заголовки Страниц. По умолчанию 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Заголовки Записей. По умолчанию 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Настройки размеров шрифта Заголовков"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Настройка размера шрифта Подменю Главного меню. По умолчанию 14px"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Настройка размера шрифта Главного меню. По умолчанию 14px"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Настройка размера шрифта Слогана. По умолчанию 16px"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Настройка размера шрифта Заголовка. По умолчанию 46px"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Настройки шрифта блока заголовка"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Шрифт всего содержания. По умолчанию \"Open Sans\""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Шрифт всех Заголовков. По умолчанию \"Open Sans\""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Шрифт главного меню. По умолчанию \"Open Sans\""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Шрифт слогана. По умолчанию \"Open Sans\""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Шрифт заголовка сайта. По умолчанию \"Open Sans\""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Настройки шрифта Google"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Измените настройки Шрифтов как вам нравится"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Настройки Шрифтов"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Настройки цвета категории"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Измените цвет для каждой категории как вам нравится."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Настройка цвета категории"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Изменение информации Copyright внизу страницы. Вы можете использовать шорткоды: [the-year] - текущий год, [site-link] - ссылка на Ваш сайт, [wp-link] - ссылка на сайт WordPress, а так же мы будем благодарны за добавление шорткода [tg-link] - ссылки на наш сайт ThemeGrill"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Разработано"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Тема: ColorMag Pro от"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Редактирование копирайта в нижнем блоке"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Отметьте для отключения Кнопки На Верх"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Кнопка На Верх"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Отметьте для включения ссылок на странице и в Bio Автора"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "Ссылка Bio Автора"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Отметьте для включения Профиля в социальных сетях в Bio Автора"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Профиль в социальных сетях в Bio Автора"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Отметьте для включения лайтбокса в миниатюрах одиночной записи"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Лайтбокс изображения"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Отметьте для активации кнопок Поделиться записью в социальных сетях для отдельной записи"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Кнопка Поделиться записью в социальных сетях"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Изменение текста Read more для Вашего сайта"

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Изменение Текста Читать дальше"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Отключение вывода кнопки редактирования в поле мета данных"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Отключение вывода количества просмотров в поле мета данных"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Отключение вывода Тэгов в поле мета данных"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Отключение вывода колличества комментариев в поле мета данных"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Отключение вывода Категории в поле мета данных"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Отключение вывода Даты в поле мета данных"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Отключение вывода Автора в поле мета данных"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Отключить полностью вывод мета данных для записей"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Показ Меток записей"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Похожие записи по тэгам"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Похожие записи по категориям"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Похожие записи должны быть показаны как:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Отметьте для активации похожих записей"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Похожие записи"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Отметьте для активации Специальной система вывода записей постов для сгруппированных виджетов - остутствия дубляжей постов на странице"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Уникальная почтовая система"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Дополнительные настройки"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Измените отсюда Дополнительные настройки, как вам нравится"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Предпочтительный цвет для ссылки социальной сети"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Предпочтительная иконка для ссылки социальной сети"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Дополнительная ссылка социальной сети 2"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Дополнительная ссылка социальной сети 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Дополнительная ссылка социальной сети 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Дополнительная ссылка социальной сети 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Дополнительная ссылка социальной сети 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Дополнительная ссылка социальной сети 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Дополнительная ссылка социальной сети 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Отметьте для открытия в новой закладке"

#: inc/customizer.php:870
msgid "VK"
msgstr "Вконтакте"

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Отметьте для активации блока ссылок социальных сетей"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Активировать блок  ссылок социальных сетей"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Измените параметры ссылок социальных сетей, как вы хотите"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Социальные опции"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Введите Ваш Собственный CSS"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Собственный CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Это отразится на ссылках, кнопках и многом другом. Выберите цвет наиболее подходящий вашему сайту"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Основные цвета"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "По умолчанию (Первое изображение большое, остальные два друг за другом"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Выберите настройки макета для страниц Блог, Архив и результаты Поиска"

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Шаблон макета для страниц Блог/Архив и Поиск"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Выберите макет по умолчанию для записей. Этот макет отразится на на всех записях, кроме тех на которых применен уникальный макет"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Шаблон по умочанию для одиночных постов"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Выберите макет по умолчанию для страниц. Этот макет отразится на на всех страницах, кроме тех на которых применен уникальный макет"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Шаблон по умолчанию для страниц"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Выберите макет по умолчанию. Этот макет отразится на архивах всего сайта, категориях, странице поиска и т.д. Макет для одиночной записи и страницы может быть изменен с настройки ниже"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Разметка по умолчанию"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Широкий шаблон"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Сеточный макет"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Выберите макет вашего сайта. Изменение отобразится на всем сайте"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Макет сайта"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Отметьте для скрытия записей блога/статической страницы на главной странице"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Настройки главной страницы"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Параметры отображения"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Измените настройки дизайна как вам нравится"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Вариант 3: Текст заголовка и боковая панель заголовка отцентрованы"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Вариант 2: Боковая панель заголовка слева, текст заголовка и логотипа справа"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Вариант 1 (По умолчанию): Текст заголовка и логотипа слева, Боковая панель заголовка справа"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Выберите вариант показа заголовка который вам нравится"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Вариант показа Заголовка"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Отметьте для создания ссылки с изображения верхнего блока на домашнюю страницу"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Отображать изображение верхнего блока под основным/главным меню."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "По умолчанию: Отображать изображение верхнего блока между названием сайт/текстом и основным/главным меню."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Отображать изображение верхнего блока прямо над названием сайт/текстом."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Позиция показа изображения верхнего блока"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Позиция изображения верхнего блока"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Запретить"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Показывать оба"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Только текст заголовка"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Только логотип заголовка"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Выберите вариант, который хотите"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Логотип заголовка"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Отметьте для отображения иконки случайных записей в основном меню"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Случайные записи"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Отметьте для показа иконки поиска в основном меню"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Иконка поиска"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Отметьте для включения \"прилипания\" основного меню"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Прилипающее меню"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Отметьте для показа иконки домой в основном меню"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Показать иконку Домой"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Отметьте для отображения даты в заголовке"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Показать дату"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Нижняя Навигация"

#: inc/customizer.php:205
msgid "Header"
msgstr "Заголовок"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Выберите место вывода последних новостей"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Введите скорость для последних новостей в заголовке"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Введите продолжительность показа последних новостей в заголовке"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Вниз"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Вверх"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Выберите стиль анимации для блока последних новостей"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Введите текст для отображения на бегущей строке"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Последние:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Отметьте для включения блока последних новостей"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Последние новости"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header Options"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Измените настройки верхнего блока как вам нравится"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Полезные ссылки"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "Важные ссылки Темы ColorMag"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Оцените эту Тему!"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Посмотреть демо"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Поддержка"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Документация"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Без сайдбара по центру"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Без сайдбара в полную ширину"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Левая область виджетов"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Правая область виджетов"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Разметка по умолчанию"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Выберите макет"

#: functions.php:125
msgid "Footer Menu"
msgstr "Нижнее Меню"

#: functions.php:124
msgid "Primary Menu"
msgstr "Основное меню"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Читать далее"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Страницы:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Обсуждение закрыто."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Следующие комментарии &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Предыдущие комментарии"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Навигация по комментариям"

#: archive.php:70
msgid "Archives"
msgstr "Архивы"

#: archive.php:64
msgid "Links"
msgstr "Ссылки"

#: archive.php:61
msgid "Quotes"
msgstr "Цитаты"

#: archive.php:58
msgid "Videos"
msgstr "Видео"

#: archive.php:55
msgid "Images"
msgstr "Изображения"

#: archive.php:52
msgid "Asides"
msgstr "Заметки"

#: archive.php:49
msgid "Year: %s"
msgstr "Год: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Месяц: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "День: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Автор: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Вы изменили подписку для %s, теперь вам необходимо ввести новый ключ API лицензии на странице настроек. Лицензионный ключ должен был быть доставлен по email. Если Вы не получили его, можете взять его в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s не активирован. Для активации %s перейдите на страницу настроек и введите Лицензионный ключ и Лицензионный email."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Право загрузки для Лицензионного ключа %s был аннулированы, возможно, из-за истечения срока подписки. Вы можете активировать или приобрести Лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Лицензионный Ключ для %s не найден. Возможно вы забыли ввести Лицензионный ключ при установке %s, или ключ был деактивирован. Вы можете активировать или приобрести Лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s не найдена. Вы можете приобрести подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s была отмечена к удалению. Вы можете приобрести новую подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s на рассмотрении. Вы можете проверить статус подписки в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %s была приостановлена. Вы можете активировать подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Срок подписки %s истек. Вы можете возобновить подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr "Подписка для %s была отменена. Вы можете обновить подписку в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Подписка для %sзаморожена. Вы можете активировать ее заново в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "Лицензионный ключ для %s истек. Вы можете активировать или приобрести лицензионный ключ в <a href=\"%s\" target=\"_blank\">панели управления</a> вашего аккаунта."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "Деактивированный ключ лицензии API, может быть использован на другом блоге."

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Лицензия Темы деактивирована."

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Лицензия не может быть деактивирована. Используйте вкладку Деактивация Лицензии для деактивации лицензии вручную, прежде чем активировать новую лицензию."

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Ошибка соединения с сервером Лицензионных API ключей. Попробуйте еще раз позже."

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Тема Активирована."

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "Деактивация API Лецензионного ключа"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "Деактивация Лицензии API"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Лецензионный email"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API Лецензионный ключ"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "Активация лицензии API"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Сохранить изменения"

#: 404.php:30
msgid "Error"
msgstr "Ошибка"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "По этому адресу ничего не найдено. Воспользуйтесь поиском."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ой! Страница не найдена."

#: 404.php:28
msgid "404"
msgstr "Ошибка 404"languages/id_ID.mo000064400000035265151213252620010031 0ustar00���Dllmz}���'�'�)�0'
sX
�
�
#�
#"@*c*�)���*DM
T_
lz��4�0�0%4V�;�#�#�9#4])�C�7281k �/���>
]kx������
%08GV$tT���	U3g`�1�8.
guz�����"�'(?h��������,;B	RG\W��"/	5?0U�����%�	#	-7CSmz��	�F�
�3SY
_mt
���y��(��	e	oy��B��%1$W&|$�D�'
 5Vb\q���� / L i � � � � � !/!
A!
L!VW!�!�!�!�!�!		""	"$"7"	C"M"V"h"$p"T�"�"�#�#�#$	*$4$(7$(`$)�$2�$s�$Z%k%#�%#�%"�%*�%*&)F&
p&~&�&�&�&�&�&�&�&�&�&'+1')]')�'*�'	�'@�'+'("S(5v(6�(,�(F)>W)C�)9�)+*4@*u* �*J�*
�*�*++*+7+L+b+|+�+
�+�+�+�+#�+),J1,	|,�,�,W�,8�,c,-+�-6�-�-�-.
.-.6.P."g. �.&�.'�.�./3/?/T/`/r/~/�/�/�/�/�/	�/F�/Z20�0 �0�0�0�0	�0�00�0!141;1Y1s1"�1�1	�1	�1�1�1�1
�1�1
222C-2q2 }2�2!�2�2�2
�2�2�2
33(3�73��3�I455*5A5X5Dt5 �5!�5*�5*'6)R6(|6E�6.�6(7C7T7h`7�7�7�7�78808I8b8{8�8�8�8�8�8	9
9Y9q9x9�9�9�9�9�9
�9�9�9	:	:%:<: D:Oe:%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:03:58+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/2.2.2
Language: id
Project-Id-Version: Themes - ColorMag Pro
%1$s pada %2$s%s&larr; Komentar Terdahulu&larr; Sebelumnya(Sunting), <i class="fa fa-comment"></i> 0 Komentar<i class="fa fa-comment"></i> 1 Komentar<i class="fa fa-comments"></i> % Komentar<span class="meta-nav">&larr;</span> Pos Terdahulu<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktifkan faviconAktifkan area link sosialTambahkan Iklan 125x125 Anda DisiniTambahkan Iklan 300x250 Anda DisiniTambahkan Iklan 728x90 Anda DisiniTambahkan Gambar Iklan 125x125 Anda DisiniTambahkan Gambar Iklan 300x250 Anda DisiniTambahkan Gambar Iklan 728x90 Anda DisiniOpsi TambahanIklan diatas FooterGambar IklanLink Gambar IklanArsipAsidesPenulis: %sTata Letak KotakBerita BaruOpsi Warna KategoriPengaturan Warna KategoriUbah Teks Baca SelengkapnyaGanti Pengaturan Tambahan dari sini semaumuGanti Pengaturan Desain dari sini semaumuGanti Pengaturan Header dari sini semaumuGanti warna untuk setiap kategori semaumu.Aneh huh?Centang untuk aktifkan favicon. Unggah favicon dari opsi dibawahCentang untuk mengaktifkan area link sosialCentang untuk aktifkan pos terkaitCentang untuk menampilkan ikon Pos Acak di menu utamaCentang untuk menampilkan Ikon Pencarian di menu utamaCentang untuk menggunakan bagian berita baruCentang untuk menggunakan lightbox untuk gambar andalan di pos tunggalCentang untuk menggunakan perilaku menu menempel di menu utamaCentang untuk menyembunyikan pos blog/laman statis pada laman depanCentang untuk membuat link gambar Header ke laman berandaCentang untuk menampilkan tanggal di headerCentang untuk menampilkan ikon beranda di menu utamaPilih gambarTentukan opsi yang Anda inginkanPilih tata letak situs Anda. Perubahan akan berdampak di keseluruhan situsOpsi WarnaColorMag ProNavigasi komentarKomentar ditutup.Laman KontakSidebar Laman KontakTemplate Laman KontakBagian Kiri Tengah KontenBagian Kanan Tengah KontenBagian Atas KontenCSS CustomHari: %sTata Letak BawaanTata Letak DefaultTata letak default untuk laman sajaTata letak default untuk pos tunggal sajaDefault: Tampilkan gambar Header diantara judul/teks situs dan menu utama.DeskripsiOpsi DesainTiadakanTampilkan pos terbaru atau pos dengan kategori tertentu, akan digunakan sebagai slider.Tampilkan pos terbaru atau pos dengan kategori tertentu.Tampilkan pos terbaru atau pos dengan kategori tertentu. Cocok untuk Area Disamping Slider Sidebar.Tampilkan gambar Header dibawah menu utama.Tampilkan gambar header tepat diatas judul/teks situs.DokumentasiSuntingSidebar Laman Error 404Contoh WidgetFacebookPengedit Hak Cipta FooterPengaturan Laman DepanLaman Depan: Area disamping sliderLaman Depan: Bagian Bawah KontenLaman Depan: Bagian Kiri Tengah KontenLaman Depan: Bagian Kanan Tengah KontenLaman Depan: Bagian Atas KontenLaman depan: Area SliderGoogle-PlusPosisi Gambar HeaderLogo HeaderHanya Logo HeaderOpsi HeaderSidebar HeaderHanya Teks HeaderPosisi tampilan gambar headerLightbox GambarGambarLink PentingInstagramSepertinya tidak ada yang ditemukan disini. Cobalah pencarian dibawah.Tampaknya kami tak bisa menemukan apa yang Anda inginkan. Mungkin pencarian bisa membantu.Terbaru:Tata Letak akan seperti dibawah:KiriSidebar KiriLinkBulan: %sKomentar Terbaru &rarr;Pos Terbaru <span class="meta-nav">&rarr;</span>Selanjutnya &rarr;&rarr;Tanpa Sidebar Konten DitengahTanda Sidebar Lebar PenuhJumlah pos yang ditampilkan:Ups! Laman tersebut tak ditemukan.Laman:Pingback:PinterestPenulis PosNavigasi pos&larr;Menu UtamaOpsi warna utamaKutipanPos AcakBaca SelengkapnyaSiap menerbitkan pos pertamamu? <a href="%1$s">Mulailah disini</a>.Pos TerkaitPos Terkait Berdasarkan KategoriPos Terkait Berdasarkan TagPos Terkait Harus Muncul Seperti:BalasKananSidebar KananCariIkon PencarianPilih Tata LetakPilih gambarPilih kategoriPilihlah tata letak default untuk laman. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk laman tertentu.Pilihlah tata letak default untuk pos. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk pos tertentu.Pilihlah tata letak default. Tata letak ini akan tercermin di seluruh arsip situs, kategori, laman pencarian, dll. Tata letak untuk laman dan pos tunggal bisa di kontrol dari opsi dibawahTampilkan KeduanyaTampilkan TanggalTampilkan ikon BerandaTampilkan Post terbaruTampilkan pos dari kategoriTampilkan widget disamping slider. Cocok untuk TG: Pos yang Disorot.Menampilkan widget di sisi Kiri.Menampilkan widget di sisi Kanan.Menampilkan widget di sidebar footer empatMenampilkan widget di Ssidebar footer satuMenampilkan widget di sidebar footer tigaMenampilkan widget di sidebar footer duaMenampilkan widget di bagian header tepat diatas menu navigasi utama.Menampilkan widget pada Template Laman Kontak.Menampilkan widget pada laman Error 404.Tata Letak SitusOpsi SosialMaaf, tidak ada yang cocok dengan kata kunci pencarian Anda. Silakan coba lgi dengan kata kunci berbeda.Menu LengketDukunganTG: Iklan 125x125TG: Iklan 300x250TG: Iklan 728x90TG: Slider Kategori AndalanTG: Pos Andalan (Gaya 1)TG: Pos Andalan (Gaya 2)TG: Pos Andalan (Gaya 3)TG: Pos Andalan (Gaya 4)TG: Pos Andalan (Gaya 5)TG: Pos Andalan (Gaya 6)TG: Pos Andalan (Gaya 7)TG: Widget Pos AcakTG: Widget TabTG: VideoThemeGrillAkan berdampak pada link, tombol dan banyak lagi. Pilih warna yang cocok untuk situs AndaJudul:TwitterSistem Pos UnikUnggah favicon untuk situs AndaUnggah logo untuk headerGunakan gambarVideoLihat DemoPerlihatkan pos acakTata Letak MelebarWordPressTahun: %sAnda Juga Mungkin SukaYouTubeKomentar Anda sedang dimoderasi.Satu tanggapan untuk &ldquo;%2$s&rdquo;%1$s tanggapan untuk &ldquo;%2$s&rdquo;languages/pl_PL.po000064400000422763151213252620010075 0ustar00# Translation of Themes - ColorMag Pro in Polish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:52:48+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: pl\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Wzór kreatora stron"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Styl układu 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Styl układu 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Styl układu 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Styl układu 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Styl bloku 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Styl bloku 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Styl bloku 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Styl bloku 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Wybierz kategorie:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorie"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Wyświetl wpisy z:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtruj"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Ile postów pominąć?"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Wpisy"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Styl bloku 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Kolor tekstu:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kolor:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Nazwa widgetu"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Dodaj tytuł twojego bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Tytuł bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Nazwa widgetu"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Zaznacz, aby wyświetlać obrazek wyróżniający na pojedynczej stronie"

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Obrazek wyróżniający na pojedynczej stronie"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Zaznacz, aby ukryć obrazek wyróżniający na stronie z pojedynczym wpisem"

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Obrazek wyróżniający"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (domyślny)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Wybierz podstawowy sposób wyświetlania stopki"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Sposób wyświetlania obszaru stopki"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Opcje stopki"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Zmień stąd ustawienia stopki na swoje"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Nagłówek oraz stopka"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Tylko stopka"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Tylko nagłówek"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Wyświetlanie odnośników społecznościowych: "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Jasny motyw"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Ciemny motyw"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Wybierz kolor dla swojej witryny."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Kolor skórki"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Wybierz podstawowy sposób wyświetlania nagłówka"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Sposób wyświetlania nagłówka strony"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Użyj ustawień WordPressa"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Domyślne ustawienia motywu"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Sposób wyświetlania daty w nagłówku"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Najnowsze wpisy"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Wybierz obrazek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Użyj obrazka"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Wybierz obrazek"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Jedna myśl na temat &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s myśli na temat &ldquo;%2$s&rdquo;"
msgstr[2] "%1$s myśli na temat &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Szablon strony kontakowej"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "prawy"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Przykładowy widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "lewy"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Strona kontaktowa"

#: searchform.php:12
msgid "Search"
msgstr "Szukaj"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Zdaje się, że nie możemy znaleźć tego, czego szukasz. Może spróbujesz skorzystać z wyszukiwarki?"

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Niestety, nic nie pasuje do Twoich kryteriów wyszukiwania. Spróbuj ponownie, używając innych słów kluczowych."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Gotowy do publikacji Twojego pierwszego wpisu? <a href=\"%1$s\">Zacznij tutaj</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Następny &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Poprzedni"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Oj, ktoś tu kantuje?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Polecane wpisy (Styl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Polecane wpisy (Styl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Polecane wpisy (Styl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Losowe wpisy"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Zakładki"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Polecane wpisy (Styl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Polecane wpisy (Styl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Wideo"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Dodaj tu swoją grafikę 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Reklama 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Dodaj tu swoją reklamę 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Dodaj tu swoją grafikę 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Reklama 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Dodaj tu swoją reklamę 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Obrazek z reklamą"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Odnośnik obrazka z reklamą"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Dodaj tu swoją grafikę 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Reklama 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Dodaj tu swoją reklamę 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Polecane wpisy (Styl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Opis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Tytuł:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Układ będzie wyglądał jak poniżej:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Polecane wpisy (Styl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii. Odpowiedni dla panelu Obszar obok slidera."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Wybierz kategorię"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Pokaż wpisy z kategorii"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Pokaż ostatnie wpisy"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Liczba wpisów do wyświetlenia:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slajder wyróżnionej kategorii"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Wyświetl najnowsze wpisy lub wpisy z wybranej kategorii, używając ich jako pokazu slajdów."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Pokazuje widgety w czwartym panelu stopki."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Pokazuje widgety w trzecim panelu stopki."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Pokazuje widgety w drugim panelu stopki."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Pokazuje widgety w pierwszym panelu stopki."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Reklama powyżej stopki"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Pokazuje widgety na stronie błędu 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Panel strony Strony 404."

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Pokazuje widgety w szablonie strony kontaktowej."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Panel strony kontaktowej"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Strona główna: Dolna sekcja"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Prawa środkowa sekcja"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Strona główna: Prawa środkowa sekcja"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Lewa środkowa sekcja"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Strona główna: Lewa środkowa sekcja"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Górna sekcja"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Strona główna: Górna sekcja"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Pokaż widget obok slajdera. Odpowiedni dla widgetu TG: Wyróżnione wpisy."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Strona główna: Obszar obok slidera"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Strona główna: Obszar slidera"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Pokazuje widgety w sekcji nagłówka tuż nad głównym menu."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Panel nagłówka"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Pokazuje widgety po lewej stronie."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Pokazuje widgety po prawej stronie. "

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Może cię zainteresować:"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Zobacz losowy wpis"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Odpowiedz"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Twój komentarz oczekuje na moderację."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s o %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor wpisu"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Edycja)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nowsze wpisy <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starsze wpisy"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Zobacz wpisy"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Edytuj"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> Komentarzy: %"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentarz"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Brak komentarzy"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opcje kolorów"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ustawienia kolorów kategorii"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Dla każdej z kategorii możesz ustawić dowolny kolor."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kolory kategorii"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Edytor informacji o prawach autorskich w stopce"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Włącz efekt lightbox dla obrazków wyróżniających"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Image Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Zmień tekst &bdquo;Czytaj dalej&rdquo;"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Powiązane wpisy według tagów"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Powiązane wpisy według kategorii"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Wyświetlanie powiązanych wpisów:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Włącz powiązane wpisy"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Powiązane wpisy"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "System unikalnych wpisów"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Opcje dodatkowe"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Zmień opcje dodatkowe"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Pokaż obszar odnośników społecznościowych"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Pokaż obszar odnośników społecznościowych"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opcje społecznościowe"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Niestandardowy CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "To ustawienie będzie miało wpływ m.in. na kolor odnośników i przycisków. Wybierz kolor najbardziej odpowiedni dla witryny."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Kolor podstawowy"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Wybierz domyślny układ wpisu. To ustawienie ma wpływ na wszystkie wpisy z wyjątkiem tych, które mają przypisane własne ustawienia. "

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Domyślny układ wpisów"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Wybierz domyślny układ dla stron. Ten układ będzie używany dla wszystkich stron z wyjątkiem tych, które posiadają własne ustawienia."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Domyślny układ stron"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Wybierz domyślny układ. Będzie on używany we wszystkich archiwach, stronach kategorii, stronie wyszukiwania itd. Układ pojedynczego wpisu lub strony można ustawić w opcjach poniżej."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Domyślny układ"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Układ szeroki"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Układ ramkowy"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Wybierz układ witryny. Zmiana ma wpływ na całą witrynę."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Układ witryny"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Ukryj wpisy/statyczną stronę na stronie głównej"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ustawienia strony głównej"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Konfiguracja wyglądu"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Dostosuj ustawienia wyglądu"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Ustaw grafikę nagłówka jako odnośnik do strony głównej"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Wyświetl grafikę nagłówka poniżej głównego menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Domyślnie: Wyświetl grafikę nagłówka pomiędzy tytułem witryny a głównym menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Pokaż grafikę nagłówka powyżej tytułu witryny lub tekstu."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozycja wyświetlania grafiki nagłówka"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozycja grafiki nagłówka"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Wyłącz"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Pokaż logo i tekst"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Wyłącznie tekst nagłówka"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Wyłącznie logo nagłówka"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Wybierz jedną z opcji"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Pokaż ikonę losowego wpisu w głównym menu"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Losowy wpis"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Pokaż ikonę wyszukiwania w głównym menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ikona wyszukiwania"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Pozostaw główne menu widoczne przy przewijaniu strony"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Przyklejone menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Pokaż ikonę strony głównej w głównym menu"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Pokaż ikonę strony głównej"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Pokaż datę w nagłówku"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Pokaż datę"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Ostatnie wpisy:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Pokaż sekcję &bdquo;Z ostatniej chwili&rdquo;"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Z ostatniej chwili"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Ustawienia nagłówka"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Zmień ustawienia nagłówka"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Zobacz demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Wsparcie"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentacja"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Bez paska narzędzi, zawartość wyśrodkowana"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Cała szerokość, bez paska narzędzi"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Lewy panel boczny"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Prawy panel boczny"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Domyślny układ"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Wybierz układ strony"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu główne"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Czytaj dalej"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Strony:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentarze są wyłączone."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nowsze komentarze &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starsze komentarze"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Nawigacja po komentarzach"

#: archive.php:70
msgid "Archives"
msgstr "Archiwa"

#: archive.php:64
msgid "Links"
msgstr "Odnośniki"

#: archive.php:61
msgid "Quotes"
msgstr "Cytaty"

#: archive.php:58
msgid "Videos"
msgstr "Wideo"

#: archive.php:55
msgid "Images"
msgstr "Obrazki"

#: archive.php:52
msgid "Asides"
msgstr "Treści poboczne"

#: archive.php:49
msgid "Year: %s"
msgstr "Rok: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Miesiąc: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dzień: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Wygląda na to, że nie ma tego czego szukasz. Spróbuj opcji wyszukiwania."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Nie udało się znaleźć pożądanej strony."

#: 404.php:28
msgid "404"
msgstr ""languages/de_DE.po000064400000423476151213252630010032 0ustar00# Translation of Themes - ColorMag Pro in German
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:06:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: de\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page-Builder-Vorlage"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster Stil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster Stil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster Stil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster Stil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Block-Stil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block-Stil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block-Stil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block-Stil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Kategorien auswählen:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorien"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Beiträge anzeigen von:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset-Beiträge:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Beiträge"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block-Stil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Textfarbe:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Farbe:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget-Titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Hinzufügen des benutzerdefinierten Block Titels"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Block-Titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titel Widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms - Einfacher Kontaktformular und Formular Ersteller"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aktivieren um das Beitragsbild auf einer einzelnen Seite anzuzeigen."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Beitragsbild auf einer einzelnen Seite"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aktivieren um das Beitragsbild für Einzelbeiträge auszublenden."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Beitragsbild"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Wähle den Typ für den kompletten Footer-Bereich"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Footer-Typ"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer-Optionen"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Ändere die Einstellungen für den Footer"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Sowohl Kopf- als auch Fußzeile"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Nur Fußzeile"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Nur Kopfzeile"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Zeige Soziale Links:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Dunkel"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Hell"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Wähle das Farbschema für deine Seite."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Farbschema"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Wähle den Typ für den kompletten Header-Bereich"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Header-Typ"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Von der WordPress Datums-Einstellung"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standard-Einstellung des Themes"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Darstellung des Datums im Header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Neueste Beiträge"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Wähle ein Bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Verwende Bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Wähle ein Bild"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Ein Gedanke zu &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s Gedanken zu &bdquo;%2$s&ldquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Kontaktformular Vorlage"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Beispiel-Widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktseite"

#: searchform.php:12
msgid "Search"
msgstr "Suchen"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Es scheint, dass wir nicht finden konnten, wonach du suchst. Möglicherweise hilft eine weitere Suche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Es gibt keine passenden Suchergebnisse. Bitte versuche es mit anderen Suchbegriffen."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Bist du bereit deinen ersten Beitrag zu veröffentlichen? <a href=\"%1$s\">Hier geht es los</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Weiter &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Zurück"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Schummeln, was?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Hervorgehobene Beiträge (Style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Hervorgehobene Beiträge (Style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Hervorgehobene Beiträge (Style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Zufälliger Beitrag"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabbed Widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Hervorgehobene Beiträge (Style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Hervorgehobene Beiträge (Style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Füge hier das Bild für den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 Werbebanner"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Füge hier den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Füge hier das Bild für den 728x90 Werbebanner hinzu"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 Werbebanner"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Füge hier den 125x125 Werbebanner hinzu"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Bild für den Werbebanner "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Der Link für den Werbebanner "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Füge hier das Bild für den 300x250 Werbebanner hinzu"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Werbebanner"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Füge hier den 300x250 Werbebanner hinzu"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Hervorgehobene Beiträge (Style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschreibung"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Das Layout wird wie unterhalb zu sehen sein:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Hervorgehobene Beiträge (Style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Zeigt die letzten Beiträge oder Beiträge einer bestimmten Kategorien an."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Zeigt die letzten Beiträge oder Beiträge einer speziellen Kategorie. Geeignet für den Bereich neben dem Slider-Bereich."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Kategorie auswählen"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Zeigt Beiträge einer Kategorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Zeigt neueste Beiträge"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Anzahl der anzuzeigenden Beiträge:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider für hervorgehobene Kategorie"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Zeigt letzte Beiträge oder Beiträge einer bestimmten Kategorie, die für den Slider verwendet werden."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Zeigt Widget in Footer Seitenleiste 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Zeigt Widget in Footer Seitenleiste 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Zeigt Widget in Footer Seitenleiste 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Zeigt Widget in Footer Seitenleiste 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Werbung über dem Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Zeigt Widget auf Error 404-Seite."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Error 404-Seite Seitenleiste"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Zeigt Widget auf Kontaktseite."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Kontaktseite - Seitenleiste"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Startseite: Unterer Bereich für den Inhalt"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Mittlerer Inhalts-Bereich (rechts)"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Startseite: Mittlerer Bereich (rechts) für den Inhalt"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Mittlerer Inhalts-Bereich (links)"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Startseite: Mittlerer Bereich (links) für den Inhalt"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Oberer Inhalts-Bereich"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Startseite: Oberer Bereich für den Inhalt"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Zeigt ein Widget neben dem Slider. Verwendbar für TG: Hervorgehobene Beiträge."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Startseite: Bereich neben dem Slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Startseite: Bereich für den Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Zeigt Widget im Header unter dem Hauptmenü."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Seitenleiste"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Zeigt Widgets an der linken Seite."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Zeigt Widgets an der rechten Seite."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Das könnte dir auch gefallen"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Schau dir einen zufälligen Beitrag an"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Antwort"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Dein Kommentar muss noch freigeschaltet werden."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s um %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor des Beitrages"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Bearbeiten)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Neuere Beiträge <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Ältere Beiträge"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Beitragsnavigation"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bearbeiten"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Kommentare"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Kommentare"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Farb-Optionen"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Einstellungen zu den Kategoriefarben"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Ändere die Farbe für jede Kategorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Optionen zu den Kategoriefarben"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Footer Copyright-Editor"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Markieren, um in Beiträgen die Lightbox für Beitragsbilder zu aktivieren"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox für Bilder"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Ändere den „Mehr lesen“-Text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Ähnliche Beiträge nach Tags"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Ähnliche Beiträge nach Kategorien"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Ähnliche Beiträge müssen angezeigt werden wie:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Markieren, um die die Anzeige ähnlicher Beiträge zu aktivieren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Ähnliche Beiträge"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Einzigartiges Beitragssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Zusätzliche Optionen"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Ändere hier die zusätzlichen Einstellungen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Markieren, um den Bereich für Social Media-Links zu aktivieren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktiviere den Bereich für Social-Media-Links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social Media-Optionen"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Individuelles CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dies spiegelt sich in Links, Buttons und vielem mehr wieder. Wähle eine Farbe, die zu deiner Website passt"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option Primärfarbe"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Wähle das Standard-Layout für Beiträge. Dieses Layout wird in allen einzelnen Beiträgen verwendet, solange du nicht für einen bestimmten Beitrag ein anderes Layout festlegst"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standard-Layout für Beiträge"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Wähle das Standard-Layout für Seiten. Das gewählte Layout wird für alle Seiten verwendet, sofern du nicht für eine bestimmte Seite ein abweichendes Layout wählst"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standard-Layout für Seiten"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Wähle das Standard-Layout. Das gewählte Layout wird auf der gesamten Website in Archiven, Kategorien, Such-Seiten usw. verwendet. Das Layout für einzelne Beiträge und Seiten kannst du unten festlegen"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standard-Layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Breites Layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Verschachteltes Layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Wähle dein Seiten-Layout. Die Änderung wirkt sich auf die ganze Website aus"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Seiten-Layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Markieren, um Beiträge/Seiten auf der Startseite zu verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Einstellungen für die Startseite"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design Optionen"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Ändere hier die Design-Einstellungen"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Markieren, um den Link im Header-Bild auf die Startseite zu setzen"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Positioniert das Header-Bild unter dem Hauptmenü."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Zeigt das Header-Bild zwischen dem Seitentitel und dem Hauptmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Anzeige des Header-Bildes direkt über dem Seitentitel."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position für das Header-Bild"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position des Header-Bildes"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Deaktivieren"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Zeigt beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Nur Header-Text"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Nur Header-Logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Wähle hier deine Option"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Markieren, um das Icon für die Auswahl zufälliger Beiträge im Hauptmenu anzuzeigen"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Zufälliger Beitrag"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Markieren, um das Icon für die Suche im Hauptmenu anzuzeigen"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Such-Icon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Markieren, um das Hauptmenu anzuheften"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Angeheftetes Menü"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Markieren, um das Home-Icon im Hauptmenü zu zeigen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Zeigt das Home-Icon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Markieren, um das Datum im Header anzuzeigen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Zeigt Datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Das Neueste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Markieren, um den Bereich \"Aktuelle Nachrichten\" zu aktivieren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Aktuelle Nachrichten"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-Optionen"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Ändere hier die Header-Einstellungen"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Wichtige Links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demo ansehen"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Keine Seitenleiste, Inhalt zentriert"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Keine Seitenleiste, volle Breite"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Seitenleiste links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Seitenleiste rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standard-Layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Wähle Layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hauptmenü"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Weiterlesen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Seiten:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentare sind geschlossen."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Neuere Kommentare &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Ältere Kommentare"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentar-Navigation"

#: archive.php:70
msgid "Archives"
msgstr "Archiv"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Zitate"

#: archive.php:58
msgid "Videos"
msgstr "Videos"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Kurzmitteilungen"

#: archive.php:49
msgid "Year: %s"
msgstr "Jahr: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Monat: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Tag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "An diesem Ort wurde nichts gefunden. Bitte nutze die Suche."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Diese Seite konnte leider nicht gefunden werden."

#: 404.php:28
msgid "404"
msgstr ""languages/ko_KR.po000064400000163532151213252630010071 0ustar00# Translation of Themes - ColorMag Pro in Korean
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:12:59+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: ko_KR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "이미지 선택"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "이미지 사용"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "이미지 선택"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo;의 %1$s개의 생각"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "컨택트 페이지 템플릿"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "오른쪽"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "예제 위젯"

#: sidebar-left.php:26
msgid "Left"
msgstr "왼쪽"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "컨택트 페이지"

#: searchform.php:12
msgid "Search"
msgstr "검색"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "찾고 있는 것을 찾을 수 없는 것 같습니다. 검색이 도움이 될 수도 있습니다."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "죄송하지만 검색어와 일치하는 것이 없습니다. 다른 검색어로 다시 시도해보세요."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "첫 번째 글을 발행할 준비가 됐나요? <a href=\"%1$s\">여기서 시작하세요</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "다음 &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; 이전"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "속이지 마세요!"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: 특성 글 (스타일 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: 특성 글 (스타일 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: 특성 글 (스타일 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: 랜덤 글 위젯"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: 탭 위젯"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: 특성 글 (스타일 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: 특성 글 (스타일 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: 비디오"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "125x125 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 광고"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "125x125 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "728x90 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 광고"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "728x90 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "광고 이미지 "

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "광고 이미지 링크 "

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "300x250 크기의 광고 이미지를 여기에 추가하세요"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 광고"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "300x250 크기의 광고를 여기에 추가하세요"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: 특성 글 (스타일 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr ""

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "타이틀:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "레이아웃은 다음과 같습니다:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: 특성 글 (스타일 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "최근 글 또는 특정 카테고리 글 표시."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "최근 글 또는 특정 카테고리 글 표시. 슬라이더 사이드바 옆의 영역에 적합."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "카테고리 선택"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "카테고리에서 글 표시"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "최근 글 표시"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "표시할 글 수:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: 특성 카테고리 슬라이더"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "최근 글 또는 특정 카테고리 글 표시. 슬라이더로 사용됨."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "푸터 사이드바 4에 위젯을 표시."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "푸터 사이드바 3에 위젯 표시."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "푸터 사이드바 2에 위젯 표시."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "푸터 사이드바 1에 위젯 표시."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "푸터 위에 광고"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "404 에러 페이지에서 위젯 표시."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "404 에러 페이지 사이드바"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "컨택트 페이지 템플릿에서 위젯 표시."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "컨택트 페이지 사이드바"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "프론트 페이지: 콘텐츠 하단 영역"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "콘텐츠 중간 우측 영역"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "프론트 페이지: 콘텐츠 중간 우측 영역"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "콘텐츠 중간 좌측 영역"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "프론트 페이지: 콘텐츠 중간 좌측 영역"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "콘텐츠 탑 영역"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "프론트 페이지: 콘텐츠 탑 영역"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "슬라이더 옆에 위젯 표시. TG: 하이라이느 글에 적합."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "프론트 페이지: 슬라이더 옆의 영역"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "프론트 페이지: 슬라이더 영역"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "메인 내비게이션 메뉴 바로 위의 헤더 영역에 위젯 표시."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "헤더 사이드바"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "좌측에 위젯 표시."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "우측에 위젯 표시."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "관심 상품"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "워드프레스"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "랜덤 글 보기"

#: inc/functions.php:655
msgid "Reply"
msgstr "댓글달기"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "입력한 댓글이 검토를 기다리고 있습니다."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "글쓴이"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(수정)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "핑백:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "다음 글 <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> 예전 글"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "글 내비게이션"

#: inc/functions.php:304
msgid "Edit"
msgstr "수정"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % 댓글"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 댓글"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 댓글"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "색상 옵션"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "카테고리 색상 설정"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "원하는대로 각 카테고리 아이템 색상 변경."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "카테고리 색상 옵션"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "푸터 저작권 편집기"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "단일 글에서 특성 이미지에 라이트박스 활성화는 체크"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "이미지 라이트박스"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "더보기 텍스트 변경"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "태그별 관련 글"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "카테고리별 관련 글"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "관련 글은 다음으로 보여야 합니다:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "최근 글 활성화는 체크"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "관련 글"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "사이트의 파비콘 업로드"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "파비콘 활성화는 체크. 아래 옵션에서 파비콘 업로드"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "파비콘 활성화"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "독특한 글 시스템"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "추가 옵션"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "여기서 원하는 대로 추가 설정 변경"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "트위터"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "소셜 링크 영역 활성화는 체크"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "소셜 링크 영역 활성화"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "소셜 옵션"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "사용자 정의 CSS"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "이것은 링크, 버튼, 등 다른 여러 곳에 적용됩니다. 사이트에 적합한 색상을 선택하세요"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "주 색상 옵션"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "단일 글에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 글에 독특한 레이아웃을 설정하지 않으면 모든 단일 글에 적용됩니다."

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "단일 글만 기본 레이아웃"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "페이지에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 페이지에 독특한 레이아웃을 설정하지 않으면 모든 페이지에 적용됩니다."

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "페이지만 기본 레이아웃"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "기본 레이아웃 선택. 이 레이아웃은 사이트 전체 글 목록, 카테고리, 검색 페이지 등에 적용됩니다. 단일 글과 페이지 레이아웃은 아래의 옵션에서 제어할 수 있습니다"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "기본 레이아웃"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "와이드 레이아웃"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "박스 레이아웃"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "사이트 레이아웃 선택. 전체 사이트에 적용됨"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "사이트 레이아웃"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "프론트 페이지에서 블로그 글/ 정적인 페이지 감추려면 체크"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "프론트 페이지 설정"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "디자인 옵션"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "원하는대로 여기서 디자인 설정 변경"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "홈 페이지를 헤더 이미지 링크로 사용하려면 체크"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "주 메뉴 아래에 헤더 이미지 표시."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "기본: 사이트 제목/텍스트와 주 메뉴 사이에 헤더 이미지 표시."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "사이트 제목/텍스트 바로 위의 헤더 이미지 표시."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "헤더 이미지 표시 위치"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "헤더 이미지 위치"

#: inc/customizer.php:302
msgid "Disable"
msgstr "비활성"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "둘다 표시"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "헤더 텍스트만"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "헤더 로고만"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "원하는 옵션 선택"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "헤더용 로고 업로드"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "헤더 로고"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "주 메뉴에 랜덤 글 아이콘 표시하려면 체크"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "랜덤 글"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "주 메뉴에 검색 아이콘 표시하려면 체크"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "검색 아이콘"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "주메뉴를 붙박이로 활성화하려면 체크"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "붙박이 메뉴"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "주 메뉴에서 홈 아이콘 표시하려면 체크"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "홈 아이콘 표시"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "헤더에 날짜 표시하려면 체크"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "날짜 표시"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "최근:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "긴급 뉴스 영역 활성화는 체크"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "긴급 뉴스"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "헤더 옵션"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "여기서 원하는대로 헤더 설정 변경"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "중요 링크"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "데모 보기"

#: inc/customizer.php:26
msgid "Support"
msgstr "지원"

#: inc/customizer.php:22
msgid "Documentation"
msgstr ""

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "사이드바 없는 콘텐츠 중앙"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "사이드바 없는 전체 폭"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "좌측 사이드바"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "우측 사이드바"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "기본 레이아웃"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "레이아웃 선택"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "기본 메뉴"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "더 읽기"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "페이지:"

#: comments.php:67
msgid "Comments are closed."
msgstr "댓글이 닫혀있습니다."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "다음 댓글 &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; 이전 댓글"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "댓글 내비게이션"

#: archive.php:71
msgid "Archives"
msgstr "글 보관함"

#: archive.php:65
msgid "Links"
msgstr "링크"

#: archive.php:62
msgid "Quotes"
msgstr "인용"

#: archive.php:59
msgid "Videos"
msgstr "동영상"

#: archive.php:56
msgid "Images"
msgstr "이미지"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "년도: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "월: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "날짜: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "글쓴이: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "이 영역에서는 아무것도 찾을 수 없는 것 같습니다. 아래의 검색을 이용해보세요."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "이런! 해당 페이지를 찾을 수 없습니다."

#: 404.php:30
msgid "404"
msgstr ""languages/nl_BE.po000064400000423136151213252630010042 0ustar00# Translation of Themes - ColorMag Pro in Dutch (Belgium)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:25:33+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nl_BE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Paginabouwer template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster stijl 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster stijl 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blok stijl 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blok stijl 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blok stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blok stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecteer categorieën:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorieën"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Toon de berichten van:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset berichten:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Berichten"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blok stijl 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstkleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Voer de titel van blok in"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget titel"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Eenvoudig contactformulier en formulierbouwer"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aanvinken om de uitgelichte afbeelding weer te geven op enkele pagina."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Uitgelichte afbeelding in enkele pagina"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aanvinken om de uitgelichte afbeelding te verbergen op enkel bericht."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Uitgelichte afbeelding"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standaard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Kies het weergavetype voor het footer-gebied"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Weergavetype voor het footer-gebied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer opties"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Wijzig de instellingen voor de footer hier"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Donkere skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Lichte skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Kies de skinkleur voor de site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skinkleur"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Kies het weergavetype voor het header-gebied"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Weergavetype voor het header-gebied"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Datuminstelling van WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standaard instelling van thema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Weergavetype voor datum in header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Laatste berichten"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecteer een afbeelding"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Afbeelding gebruiken"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "KIes een afbeelding"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Eén gedachte over &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s gedachten over &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template voor contactpagina"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Voorbeeldwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contactpagina"

#: searchform.php:12
msgid "Search"
msgstr "Zoeken"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Helaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Start hier</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Volgende &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Vorige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Valsspelen?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Uitgelichte berichten (Stijl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Uitgelichte berichten (Stijl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Uitgelichte berichten (Stijl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget voor willekeurige berichten"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget met tabs"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Uitgelichte berichten (Stijl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Uitgelichte berichten (Stijl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Video's"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Voeg je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 advertentie"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Voeg je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Afbeelding van advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Afbeeldingslink van advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Voeg je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Uitgelichte berichten (Stijl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschrijving"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout zal zijn zoals hieronder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: UItgelichte berichten (Stijl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Categorie selecteren"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Toon berichten van een categorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Laatste berichten weergeven"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Aantal berichten om te tonen:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Uitgelichte categorieslider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Toon widgets op footer sidebar vier."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Toon widgets op footer sidebar drie."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Toon widgets op footer sidebar twee."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Toon widgets op footer sidebar één."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertentie boven de footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Toon widgets op 404 foutpagina."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fout 404 Pagina Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Toont widgets op Contactpagina Template"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Pagina Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Voorpagina: Content, onderste sectie"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content, sectie midden-rechts"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Voorpagina: Content, sectie midden-rechts"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content, sectie midden-links"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Voorpagina: Content, sectie midden-links"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content, bovenste sectie"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Voorpagina: Content, bovenste sectie"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Toon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Voorpagina: gebied naast de slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Voorpagina: Slidergebied"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Toon widgets in header-sectie net boven de hoofdnavigatie."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Laat de Widgets aan de linkerkant zien."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Laat de Widgets aan de rechterkant zien."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Je zou ook interesse kunnen hebben in"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Toon een willekeurig bericht"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Beantwoorden"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Je reactie is in afwachting van moderatie."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s om %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Bericht auteur"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(bewerken)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nieuwere berichten <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Oudere berichten"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Berichtnavigatie"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bewerken"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % reacties"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 reactie"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 reacties"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Kleuropties"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Instellingen voor categoriekleur"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Wijzig de kleur van iedere categorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opties voor categoriekleur"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor voor de copyright-tekst in de footer"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichten"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Afbeelding Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Eigen \"lees meer\"-tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Gerelateerde berichten volgens tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Gerelateerde berichten volgens categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gerelateerde berichten moeten worden getoond als:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Aanvinken om de gerelateerde berichten te activeren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Gerelateerde berichten"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Uniek berichtensysteem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Extra opties"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Wijzig hier de extra instellingen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aanvinken om gebied voor sociale links te activeren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activeer gebied voor sociale links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social media opties"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Eigen CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Hoofdkleur"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standaard layout alleen voor enkele berichten"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "KIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standaard layout alleen voor pagina's"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standaard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Brede layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Smalle layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Kies je site-layout. De wijziging geldt voor de hele site."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site-layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Aanvinken om de blogberichten/statische voorpagina te verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Instellingen voor de voorpagina"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design opties"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Wijzig de instellingen voor het design hier"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Aanvinken om de header-afbeelding terug te laten linken naar de homepagina"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Toon de header-afbeelding onder het hoofdmenu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Toon de header-afbeelding net boven de titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Uitschakelen"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Toon beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Alleen header-tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Alleen header-logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Kies de gewenste optie"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Aanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu "

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Willekeurig bericht"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icoon voor zoeken"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Aanvinken om het sticky gedrag van het hoofdmenu te activeren"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Aanvinken om het icoon voor Home in het hoofdmenu te tonen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Toon icoon voor Home"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Aanvinken om de datum in de header te tonen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Toon datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Laatste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Aanvinken om de sectie voor laatste nieuws te activeren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Belangrijk nieuws"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-opties"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Wijzig de instellingen voor de Header"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Bekijk Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ondersteuning"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentatie"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Geen sidebar, content gecentreerd"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Geen sidebar, volledige breedte"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standaard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecteer layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hoofdmenu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Verder lezen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagina&#39;s:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Reactienavigatie"

#: archive.php:70
msgid "Archives"
msgstr "Archieven"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citaten"

#: archive.php:58
msgid "Videos"
msgstr "Video&#39;s"

#: archive.php:55
msgid "Images"
msgstr "Afbeeldingen"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Jaar: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Maand: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Het lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oeps. Deze pagina kon niet worden gevonden."

#: 404.php:28
msgid "404"
msgstr ""languages/nl_BE.mo000064400000044416151213252630010037 0ustar00������������(�')>0hs�
#(#L"p*�*�)�/Bav��
�
�
�
�
�
���


#:R4h0�0�0�40e#y#�9�4�30)dC�7�2
5=1s �/��$<+<h�>�
"7
R`x������-:Oe��
�	�����
$(TM���U�3`O1�8�
3AF4]�������#?S"r'�(��*7DQ^t������	�G�W:�������	� 0 G S i � � 
� %� � !	!	!!(!8!>!X!e!z!�!	�!F�!
�!�!"">"D"
J"X"_"
k"y"�"�"y�"�&#��#	c$	m$w$�$�$B�$�$%%/%$U%&z%$�%D�%'& 3&T&
`&k&\z&�&�&�&''8'U'r'�'�'�'�'( (8(
J(U(a(
w(V�(�(�(�(�()
)	 )*)	1);)
N)Y)e)	r)|)�)�)$�)T�)'*A*C*E*G*M+Z+]+
t+
�+�+(�+'�+)�+5,sA,"�,(�,(-'*-=R-=�-<�-.%.2.N.i.	�.�.
�.�.�.�.�.�.	�.
�.�.// 8/Y/!q/+�/*�/%�/%0603B03v0O�0A�0F<17�1W�1=2?Q2E�2J�2+"3:N3�3�3,�3,�34:.4i4u4|4�4�4
�4�4�4�4�45$5<5S5h5y5
�5�5�5�5�5
6	&606"=6`6h6y6%�6-�6I�6(7
57C7cP7A�7s�7.j83�8�8�8�8�8?9R9b9k9'�9�9+�9#�9
::-:"M:$p:(�:)�:$�:
;&;2;A;P;_;n;�;
�;�;�;�;�;<	<W<Nq<�<�< �<�<
==#=	:=D=7]=�=�=!�=�=�=>+>J>
`>	n>	x>�>�>	�>�>	�>
�>�>�>�>H�>:?(Q?"z?1�?�?�?�?�?�?@@5@M@�b@��@��A
^B
iBtB�B �BH�B'C(7C$`C%�C$�C$�C:�C'0DXDxD	�D�Dh�DE
E%E=EUElE#�E#�E#�E#�E#F#@F#dF&�F�F�F�F�F
�FdGjGwG~G�G�G�G�G�G�G�GH
HH	'H1H%:H`H*hHL�H'�HI
II%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:25:33+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nl_BE
Project-Id-Version: Themes - ColorMag Pro
%1$s om %2$s%s&larr; Oudere reacties&larr; Vorige(bewerken), <i class="fa fa-comment"></i> 0 reacties<i class="fa fa-comment"></i> 1 reactie<i class="fa fa-comments"></i> % reacties<span class="meta-nav">&larr;</span> Oudere berichten<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activeer gebied voor sociale linksVoeg je advertentie van 125x125 hier toeVoeg je advertentie van 300x250 hier toeVoeg je advertentie van 728x90 hier toeVoeg de afbeeldingen voor je advertentie van 125x125 hier toeVoeg de afbeeldingen voor je advertentie van 300x250 hier toeVoeg de afbeeldingen voor je advertentie van 728x90 hier toeVoer de titel van blok inExtra optiesAdvertentie boven de footerAfbeelding van advertentieAfbeeldingslink van advertentieArchievenAsidesAuteur: %sBlok stijl 1Blok stijl 2Blok stijl 4Blok stijl 6Blok stijl 9BloktitelSmalle layoutBelangrijk nieuwsCategorieënOpties voor categoriekleurInstellingen voor categoriekleurEigen "lees meer"-tekstWijzig hier de extra instellingenWijzig de instellingen voor het design hierWijzig de instellingen voor de footer hierWijzig de instellingen voor de HeaderWijzig de kleur van iedere categorie.Valsspelen?Aanvinken om gebied voor sociale links te activerenAanvinken om de gerelateerde berichten te activerenAanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenuAanvinken om de uitgelichte afbeelding weer te geven op enkele pagina.Aanvinken om de sectie voor laatste nieuws te activerenAanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichtenAanvinken om het sticky gedrag van het hoofdmenu te activerenAanvinken om de blogberichten/statische voorpagina te verbergenAanvinken om de uitgelichte afbeelding te verbergen op enkel bericht.Aanvinken om de header-afbeelding terug te laten linken naar de homepaginaAanvinken om de datum in de header te tonenAanvinken om het icoon voor Home in het hoofdmenu te tonenKIes een afbeeldingKies de skinkleur voor de site.Kies het weergavetype voor het footer-gebiedKies het weergavetype voor het header-gebiedKies de gewenste optieKies je site-layout. De wijziging geldt voor de hele site.KleuroptiesKleur:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridReactienavigatieReacties zijn gesloten.ContactpaginaContact Pagina SidebarTemplate voor contactpaginaContent, sectie midden-linksContent, sectie midden-rechtsContent, bovenste sectieEigen CSSDonkere skinWeergavetype voor datum in header:Dag: %sStandaard-layoutStandaard-layoutStandaard layout alleen voor pagina'sStandaard layout alleen voor enkele berichtenStandaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu.BeschrijvingDesign optiesUitschakelenToon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider.Toon laatste berichten of de berichten in een bepaalde categorie.Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar.Toon de header-afbeelding onder het hoofdmenu.Toon de header-afbeelding net boven de titel/tekst.Toon de berichten van:DocumentatieBewerkenFout 404 Pagina SidebarEverest Forms – Eenvoudig contactformulier en formulierbouwerVoorbeeldwidgetFacebookUitgelichte afbeeldingUitgelichte afbeelding in enkele paginaFilterEditor voor de copyright-tekst in de footerWeergavetype voor het footer-gebiedFooter optiesDatuminstelling van WordPressInstellingen voor de voorpaginaVoorpagina: gebied naast de sliderVoorpagina: Content, onderste sectieVoorpagina: Content, sectie midden-linksVoorpagina: Content, sectie midden-rechtsVoorpagina: Content, bovenste sectieVoorpagina: SlidergebiedGoogle-PlusRaster stijl 2Raster stijl 3Raster stijl 4Raster stijl 5Positie van header-afbeeldingAlleen header-logoHeader-optiesHeader SidebarAlleen header-tekstPositie van header-afbeeldingAfbeelding LightboxAfbeeldingenInstagramHet lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder.Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken.Laatste berichtenLaatste:Layout zal zijn zoals hieronder:LinksSidebar linksLinksWeergavetype voor het header-gebiedMaand: %sNieuwere reacties &rarr;Nieuwere berichten <span class="meta-nav">&rarr;</span>Volgende &rarr;&rarr;Geen sidebar, content gecentreerdGeen sidebar, volledige breedteAantal berichten om te tonen:Offset berichten:Oeps. Deze pagina kon niet worden gevonden.Paginabouwer templatePagina&#39;s:Pingback:PinterestBericht auteurBerichtnavigatieBerichten&larr;HoofdmenuHoofdkleurCitatenWillekeurig berichtVerder lezenKlaar om je eerste bericht te publiceren? <a href="%1$s">Start hier</a>.Gerelateerde berichtenGerelateerde berichten volgens categorieGerelateerde berichten volgens tagGerelateerde berichten moeten worden getoond als:BeantwoordenRechtsSidebar rechtsZoekenIcoon voor zoekenSelecteer layoutSelecteer een afbeeldingSelecteer categorieën:Categorie selecterenKIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina.KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht.KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald.Toon beideToon datumToon icoon voor HomeLaatste berichten weergevenToon berichten van een categorieToon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten.Laat de Widgets aan de linkerkant zien.Laat de Widgets aan de rechterkant zien.Toon widgets op footer sidebar vier.Toon widgets op footer sidebar één.Toon widgets op footer sidebar drie.Toon widgets op footer sidebar twee.Toon widgets in header-sectie net boven de hoofdnavigatie.Toont widgets op Contactpagina TemplateToon widgets op 404 foutpagina.Site-layoutSkinkleurSocial media optiesHelaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden.Sticky menuOndersteuningTG: 125x125 advertentieTG: 300x250 advertentieTG: 728x90 advertentieTG: Uitgelichte categoriesliderTG: UItgelichte berichten (Stijl 1)TG: Uitgelichte berichten (Stijl 2)TG: Uitgelichte berichten (Stijl 3)TG: Uitgelichte berichten (Stijl 4)TG: Uitgelichte berichten (Stijl 5)TG: Uitgelichte berichten (Stijl 6)TG: Uitgelichte berichten (Stijl 7)TG: Widget voor willekeurige berichtenTG: Widget met tabsTG: Video'sTekstkleur:Standaard instelling van themaThemeGrillDit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site.Widget titelTitel:TwitterType 1 (Standaard)Type 2Uniek berichtensysteemAfbeelding gebruikenVideo&#39;sBekijk DemoToon een willekeurig berichtLichte skinBrede layoutWidget titelWordPressJaar: %sJe zou ook interesse kunnen hebben inYouTubeJe reactie is in afwachting van moderatie.Eén gedachte over &ldquo;%2$s&rdquo;%1$s gedachten over &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/sv_SE.po000064400000422302151213252630010074 0ustar00# Translation of Themes - ColorMag Pro in Swedish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:55:50+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: sv_SE\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Template för sidbyggare"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Rutnätsstil 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Rutnätsstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Rutnätsstil 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Rutnätsstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blockstil 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blockstil 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blockstil 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blockstil 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Välj kategorier:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Kategorier"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Visa inlägg från:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrera"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Inläggskompensering:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Inlägg"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blockstil 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Textfärg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Färg:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widgetrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Lägg till din blockrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Blockrubrik"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Rubrikwidget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag globala widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag rutnätswidget"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag blockwidget"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Skönhetsblogg"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag företagsmagasin"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Kryssa i för att visa den utvalda bilden på en enda sida."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Utvald bild i enskilt sida"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Kryssa i för att dölja den utvalda bilden i enskild inläggssida."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Utvald bild"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (Standard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Välj den huvudsakliga visningstypen av sidfot du vill använda"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Visningstyp för primär sidfot"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Alternativ för sidfot"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Ändra inställningarna för sidfoten enligt önskemål här"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Både sidhuvud och sidfot"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Endast sidfot"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Endast sidhuvud"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociala länkar att visa på:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Mörkt skal"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Vitt skal"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Välj färg på skalet för din webbplats."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skalfärg"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Välj den huvudsakliga visningstypen av sidhuvud du vill använda"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Visningstyp för primärt sidhuvud"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "WordPress datuminställningar"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Temats standardinställning"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Format för datum i sidhuvud:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Senaste inläggen"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Välj en bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Använd bild"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Välj en bild"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "En reaktion till &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s reaktioner till &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Mall för kontaktsida"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Höger"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Exempelwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Vänster"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktsida"

#: searchform.php:12
msgid "Search"
msgstr "Sök"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Det verkar som att vi inte kan hitta det du letar efter. Prova att göra en sökning."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Beklagar, inget som matchade dina söktermer kunde hittas. Vänligen försök igen med andra sökord."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Redo att publicera ditt första inlägg? <a href=\"%1$s\">Kom igång här</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Nästa &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Föregående"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Fuskar du, va?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Utvalda inlägg (stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Utvalda inlägg (stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Utvalda inlägg (stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget för slumpvalda inlägg"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Flikwidget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Utvalda inlägg (stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Utvalda inlägg (stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Lägg till bild för 125x125-annons här"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125-annons"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Lägg till din 125x125-annons här"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Lägg till bild för 728x90-annons här"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90-annons"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Lägg till din 728x90-annons här"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Annonsbild "

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Länk för annonsbild "

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Lägg till bild för 300x250-annons här"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250-annons"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Lägg till din 300x250-annons här"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Utvalda inlägg (stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beskrivning"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout visas som nedan:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Utvalda inlägg (stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Visa senaste inlägg eller inlägg ur en specifik kategori."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Visa senaste inlägg eller inlägg från specifik kategori. Passar för widgetfält vid området bredvid slider."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Välj kategori"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Visa inlägg från en kategori"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Visa senaste inlägg"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Antal inlägg att visa:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider för utvald kategori"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Visa senaste inlägg eller inlägg från specifik kategori, används för slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Visar widgets i fjärde sidfotsområdet."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Visar widgets i tredje sidfotsområdet."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Visar widgets i andra sidfotsområdet."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Visar widgets i första sidfotsområdet."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annons ovanför sidfoten"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Visar widgets på 404-felsidor."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidofält för 404-felsidor"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Visar widgets i mallen för kontaktsida."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Sidofält för kontaktsida"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Startsida: Innehåll underdel"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Innehåll i mitten till höger"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Startsida: Innehåll i mitten till höger"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Innehåll i mitten till vänster"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Startsida: Innehåll i mitten till vänster"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Innehåll överdel"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Startsida: Innehåll överdel"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Visa widgetfält bredvid slider. Passar TG: Framhävda inlägg."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Startsida: Område bredvid slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Startsida: Slider-sektion"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Visar widgets i sidhuvudet precis ovanför huvudmenyn."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidofält i sidhuvud"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Visar widgets till vänster."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Visar widgets till höger."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Du kanske också gillar"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Visa ett slumpvalt inlägg"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Svar"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Din kommentar inväntar granskning."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s kl. %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Inläggsförfattare"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Redigera)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nyare inlägg <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Äldre inlägg"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Inläggsnavigering"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Redigera"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % kommentarer"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 kommentar"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 kommentarer"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Färgalternativ"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Inställningar för kategorifärger"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Ändra färg på varje kategori som önskat."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Alternativ för kategorifärger"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Redigerare för copyright i sidfot"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Markera för att aktivera bildvisare för bilder i enskilda inlägg"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Bildvisare"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Ändra läs mer text"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Relaterade inlägg baserat på taggar"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Relaterade inlägg baserat på kategorier"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Relaterade inlägg ska visas baserat på:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Markera för att aktivera relaterade inlägg"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Relaterade inlägg"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Unikt inläggssystem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Avancerade inställningar"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Ändra ytterligare inställningar som du önskar här"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Markera för att aktivera sektion för sociala länkar"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivera sektion för sociala länkar"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Inställningar för sociala länkar"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Anpassad CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Detta kommer påverka länkar, knappar och mycket annat. Välj en färg som passar din webbplats"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Alternativ för primär färg"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Välj standardlayout för inlägg. Denna layout kommer påverka alla inlägg om inte en specifik layout väljs för ett specifikt inlägg"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standardlayout, endast för enskilda inlägg"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Välj standardlayout för sidor. Denna layout kommer påverka alla sidor om inte en specifik layout väljs för en specifik sida"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standardlayout för endast sidor"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Välj standardlayout. Layouten kommer påverka webbplatsens arkiv, kategorier, sök, osv. Layouten i enskilda inlägg och på sidor kan ändras genom nedanstående inställningar"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standardlayout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Bred layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Inramad layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Välj layout för din webbplats. Ändringen återspeglas på hela webbplatsen"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Webbplatslayout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Markera för att dölja innehåll från inlägg/statisk sida på startsidan"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Inställningar för startsida"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Inställningar för design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Ändra inställningar för design som du önskar här"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Markera för att länka bild i sidhuvud till startsidan"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Visa bild för sidhuvud under huvudmenyn."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standard: Visa bild för sidhuvud mellan webbplatstitel och huvudmeny."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Visa bild för sidhuvud precis ovanför webbplatsens titel."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position för bild i sidhuvud"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position för bild i sidhuvud"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Inaktivera"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Visa båda"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Endast text i sidhuvud"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Endast logotyp i sidhuvud"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Välj den inställning du vill ha"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Markera för att visa ikonen för slumpvalt inlägg i huvudmenyn"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Slumpvalt inlägg"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Markera för att visa ikonen för sökfält i huvudmenyn"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Sökikon"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Markera för att aktivera funktionalitet för klistrad huvudmeny"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Klistrad meny"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Markera för att visa hemikonen i huvudmenyn"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Visa hemikon"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Markera för att visa datum i sidhuvud"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Visa datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Senaste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Markera för att aktivera sektionen för senaste nytt"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Senaste nytt"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Inställningar för sidhuvud"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Ändra inställningarna för sidhuvudet som du önskar här"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Visa demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Inget sidofält, innehåll centrerat"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Inget sidofält, fullbredd"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidofält till vänster"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidofält till höger"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standardlayout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Välj layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Huvudmeny"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Läs mer"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sidor:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Kommentarer inaktiverade."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nyare kommentarer &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; äldre kommentarer"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Kommentarsnavigation"

#: archive.php:70
msgid "Archives"
msgstr "Arkiv"

#: archive.php:64
msgid "Links"
msgstr "Länkar"

#: archive.php:61
msgid "Quotes"
msgstr "Citat"

#: archive.php:58
msgid "Videos"
msgstr "Videor"

#: archive.php:55
msgid "Images"
msgstr "Bilder"

#: archive.php:52
msgid "Asides"
msgstr "Noteringar"

#: archive.php:49
msgid "Year: %s"
msgstr "År: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Månad: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Författare: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Det verkar inte som något kunde hittas här. Försök att söka nedan."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! Sidan kunde inte hittas."

#: 404.php:28
msgid "404"
msgstr ""languages/el.mo000064400000061407151213252630007457 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*
�+�+(�+,*,C,,E,,r,-�,F�,s-M�-B�-B.:\.9�.L�.K/Jj/#�/:�/!0660m0z0�0
�0
�0
�0
�0�0�031:1!T1v16�18�1J�1_F2_�2K3_R3f�34s,4X�4��4�5z6k{6��6��7k8zq8|�8gi9��9[:Uy:e�:t5;:�;��;!z<�<�<,�<�<
�<4=<=I=^=q=�=0�=2�=>>!>%`>C�>6�>A?;C?,?�?!�?L�?:@)I@)s@H�@D�@�+A�A%B.B�KBt�B�bCtLD��D#TExE�E;�E4�E/F?F)HFLrF�FU�FN,G%{G�GI�G0H@8HGyH\�HVIGuI,�I�I�IJ2JPJ*nJ-�J,�J�J+K*>KiK�K�K	�K�K�4L�L�L<�L0M,AMnMQ�M�M"�M>NDNUNf\NB�N2O9O5LO�O�O	�O	�O�O)�O
PPP4PPPaPyPa�P)�P9Q1VQO�Q�Q
�Q&�QR'0RXR$xR&�R#�R,�R2T�HU%�V'�VJW2hW<�W|�W[UXU�XBYBJYB�YB�YmZS�ZQ�Z'[B[8`[G�[��['�\�\]!]@]^]0{]0�]0�]0^0?^0p^0�^:�^4
_B_S_8p_
�_��_)m`
�`�`#�`�`8�`a1a>a*Oaza�a)�a	�a�a$�ab: b}[b'�bccc%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:08:41+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: el_GR
Project-Id-Version: Themes - ColorMag Pro
%1$s, %2$s%s&larr; παλαιότερα σχόλια← Προηγούμενη(Επεξεργασία),<i class="fa fa-comment"></i> 0 Σχόλια<i class="fa fa-comment"></i> 1 Σχόλιο<i class="fa fa-comments"></i> % Σχόλια<span class="meta-nav">&larr;</span> Προηγούμενα άρθρα<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Ενεργοποίηση περιοχής Κοινωνικών ΔικτύωνΠροσθέστε την 125x125 Διαφήμισή σας εδώΠροσθέστε την 300x250 Διαφήμισή σας εδώΠροσθέστε την 728x90 Διαφήμιση εδώΠροσθέστε τη Διαφήμιση 125x125 ΕδώΠροσθέστε τις 300x250 Εικόνες Διαφήμισης εδώΠροσθέστε τις 728x90 Εικόνες Διαφήμισης εδώΠροσθέστε τον προσαρμοσμένο τίτλο μπλοκΠρόσθετες ΕπιλογέςΔιαφήμιση πάνω από το υποσέλιδοΕικόνα ΔιαφήμισηςΣύνδεσμος εικόνας διαφήμισηςΑρχείοΆτιτλοΣυντάκτης: %sBlock Style 1Block Style 2Block Style 4Block Style 6Στυλ Βάθρου 9Τίτλος μπλοκΣτην κεφαλίδα και υποσέλιδοΣτενή ΔιάταξηΈκτακτες ΕιδήσειςΚατηγορίεςΕπιλογές Χρωμάτων ΚατηγοριώνΡυθμίσεις Χρωμάτων ΚατηγοριώνΑλλάξτε το κείμενο Διαβάστε ΠερισσότεραΑλλάξτε τις Πρόσθετες Ρυθμίσεις από εδώ όπως θέλετεΑλλάξτε τις Ρυθμίσεις Εμφάνισης από εδώ όπως θέλετεΑλλάξτε τις ρυθμίσεις υποσέλιδου από εδώΑλλάξτε τις Ρυθμίσεις Κεφαλίδας από εδώ όπως θέλετεΑλλάξτε το χρώμα κάθε στοιχείου κατηγορίας όπως θέλετε.Κλέβετε ε;Επιλέξτε για να ενεργοποιήσετε την περιοχή Κοινωνικών ΔικτύωνΕπιλέξτε για να ενεργοποιήσετε τα σχετικά άρθραΕπιλέξτε για να εμφανίζεται το εικονίδιο τυχαίου άρθρου στο βασικό μενούΕπιλέξτε για να εμφανίζεται το Εικονίδιο Αναζήτησης στο βασικό μενούΕπιλέξτε για εμφάνιση χαρακτηριστικής εικόνας σε μοναδική σελίδα.Επιλέξτε για να ενεργοποιήσετε το τμήμα εκτάκτων ειδήσεωνΕπιλέξτε για να ενεργοποιήσετε το lightbox για τις χαρακτηριστικές εικόνες σε μονό άρθροΕπιλέξτε για ενεργοποίηση της λειτουργίας σταθερού πρωτεύντος μενού.Επιλέξτε για να κρύψετε άρθρα/σελίδες από τη αρχική σελίδαΕπιλέξτε για απόκρυψη χαρακτηριστικής εικόνας σε μοναδική σελίδα.Επιλέξτε για να συνδέσετε την εικόνα κεφαλίδας με την αρχική σελίδαΕπιλέξτε για να εμφανίσετε την ημερομηνία στην κεφαλίδαΕπιλέξτε για να εμφανίζεται το εικονίδιο αρχικής σελίδας στο βασικό μενού.Επιλογή εικόναςΕπιλέξτε το χρώμα εμφάνισης του ιστότοπου σας.Επιλέξτε το συνολικό τύπο κυρίου υποσέλιδου που θέλετεΕπιλέξτε την περιοχή εμφάνισης της κυρίως κεφαλίδας που θέλετεΔιαλέξτε την επιλογή που θέλετεΕπιλέξτε τη διάταξη του ιστότοπου. Η αλλαγή θα έχει αντίκτυπο σε όλο τον ιστότοποΕπιλογές χρωμάτωνΧρώμα:ColorMagΙστολόγιο ομορφιάς ColorMagColorMag Business MagazineColorMag DarkColorMag Γενικές μικροεφαρμογέςColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag μπλοκ μικροεφαρμογώνColorMag πλέγμα μικροεφαρμογώνΠλοήγηση σχολίωνΤα σχόλια είναι απενεργοποιημένα.Σελίδα ΕπικοινωνίαςΠλευρική Στήλη Σελίδας ΕπικοινωνίαςΠρότυπο Σελίδας ΕπικοινωνίαςΜεσαίο Αριστερά Τμήμα ΠεριεχομένουΜέση Δεξιά Ενότητα περιεχομένουΠάνω Τμήμα ΠεριεχομένουΠροσαρμοσμένο CSSΣκοτεινή εμφάνισηΤύπος προβολής ημερομηνίας στην κεφαλίδαΗμέρα: %sΠροεπιλεγμένη διάταξηΠροεπιλεγμένη διάταξηΠροεπιλεγμένη διάταξη για σελίδες μόνοΠροεπιλεγμένη διάταξη για άρθρα μόνοΠροεπιλογή: Προβολή της εικόνας Κεφαλίδας ανάμεσα στον τίτλο/κείμενο του ιστοτόπου και το κύριο/βασικό μενού.ΠεριγραφήΕπιλογές ΣχεδιασμούΑπενεργοποίησηΠροβολή τελευταίων άρθρων ή συγκεκριμένης κατηγορίας, η οποία θα χρησιμοποιηθεί ως slider.Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία.Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία. Κατάλληλο για την Περιοχή δίπλα από την πλευρική μπάρα κύλισης.Προβολή της εικόνας Κεφαλίδας κάτω από το κύριο/πρωτεύον μενού.Προβολή της εικόνας Κεφαλίδας ακριβώς πάνω από τον τίτλο/κείμενο του ιστοτόπου.Προβολή άρθρων από:ΤεκμηρίωσηΔιόρθωσηΠλευρική Στήλη Σελίδας Λάθους 404Everest Forms – Easy Contact Form and Form BuilderΜικροεφαρμογή-παράδειγμαFacebookΧαρακτηριστική εικόναΧαρακτηριστική εικόνα σε μοναδική σελίδαΦιλτράρισμαΔιορθωτής υποσέλιδου πνευματικής ιδιοκτησίαςΤύπος εμφάνισης περιοχή κυρίως υποσέλιδουΕπιλογές ΥποσέλιδουΥποσέλιδο μόνοΑπό τη ρύθμιση της ημερομηνίας στο WordPressΡυθμίσεις Αρχικής ΣελίδαςΠρώτη σελίδα: Περιοχή δίπλα στο sliderΑρχική Σελίδα: Κάτω Μέρος ΠεριεχομένουΑρχική Σελίδα: Μεσαίο Αριστερά Τμήμα ΠεριεχομένουΑρχική Σελίδα: Μέση Δεξιά Ενότητα περιεχομένουΑρχική Σελίδα: Πάνω Τμήμα ΠεριεχομένουΕμπρός σελίδα: Χώρος SliderGoogle-PlusΣτυλ Πλέγματος 2Στυλ Πλέγματος 3Στυλ Πλέγματος 4Στυλ Πλέγματος 5Θέση Εικόνας ΚεφαλίδαςΜόνο Λογότυπο Κεφαλίδας Επιλογές Κεφαλίδας (Header)Στήλη κεφαλίδαςΜόνο Κείμενο Κεφαλίδας Θέση εικόνας ΚεφαλίδαςΚεφαλίδα μόνοLightbox ΕικόναςΕικόνεςInstagramΌπως φαίνεται δεν βρέθηκε κάτι εδώ. Δοκιμάστε την αναζήτηση παρακάτω.Φαίνεται ότι δε βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την αναζήτηση.Πρόσφατα άρθραΠρόσφατα:Η διάταξη θα είναι όπως παρακάτω:ΑριστεράΑριστερή πλευρική στήληΣύνδεσμοιΤύπος εμφάνισης στη κύρια περιοχή κεφαλίδαςΜήνας: %sΝεότερα σχόλια &rarr;Επόμενα άρθρα <span class="meta-nav">&rarr;</span>Επόμενη 	&rarr;Χωρίς πλευρική στήλη, περιεχόμενο με  κεντρική στοίχησηΜέγιστο πλάτος χωρίς πλευρική στήληΑριθμός άρθρων για προβολή:Offset Άρθρα:Ωπα! Αυτή η σελίδα δε βρέθηκε.Πρότυπο Page BuilderΣελίδες:Pingback:PinterestΣυντάκτης άρθρουΠλοήγηση δημοσιεύσεωνΆρθρα&larr;Κύριο ΜενούΠρωτεύον χρώμαΠαράθεσηΤυχαίο άρθροΠερισσότεραΈτοιμοι για την πρώτη σας δημοσίευση; <a href="%1$s">Πάμε</a>!Σχετικές δημοσιεύσειςΣχετικά άρθρα βάσει κατηγοριώνΣχετικά άρθρα από ετικέτεςΤα σχετικά άρθρα πρέπει να εμφανίζονται ως:ΣχολιάστεΔεξιάΔεξιά πλευρική στήληΑναζήτησηΕικονίδιο ΑναζήτησηςΕπέλεξε εμφάνισηΕπιλέξτε μια εικόναΕπιλέξτε κατηγορίες:Επιλογή κατηγορίαςΕπιλέξτε προεπιλεγμένη διάταξη για σελίδες. Αυτή η διάταξη θα εμφανίζεται σε όλα τις σελίδες εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένη σελίδαΕπιλέξτε προεπιλεγμένη διάταξη για μονά άρθρα. Αυτή η διάταξη θα εμφανίζεται σε όλα τα μονά άρθρα εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένα άρθραΕπιλέξτε προεπιλεγμένη διάταξη. Αυτή η διάταξη θα εμφανίζεται στο αρχείο όλου του ιστότοπου, στις κατηγορίες, σελίδα αναζήτησης, κλπ. Η διάταξη για μονά άρθρα και σελίδα μπορεί να οριστεί από τις παρακάτω επιλογέςΕμφάνιση και των δύοΕμφάνιση ΗμερομηνίαςΕμφάνιση του Εικονιδίου Αρχικής ΣελίδαςΕμφάνιση τελευταίων άρθρωνΠροβολή άρθρων από μια κατηγορίαΠροβολή μικροεφαρμογής δίπλα στο slider. Ταιρίαζει για το  TG: Highlighted Posts.Δείχνει τα γραφικά στοιχεία στην αριστερή πλευρά.Δείχνει τα γραφικά στοιχεία στην δεξιά πλευρά.Εμφάνιση Widgets στη στήλη υποσέλιδου 4.Εμφάνιση Widgets στη στήλη υποσέλιδου 1.Εμφάνιση Widgets στη στήλη υποσέλιδου 3.Εμφάνιση Widgets στη στήλη υποσέλιδου 2.Εμφάνιση Widgets στη κεφαλίδα ακριβώς πάνω από το κυρίως μενού.Εμφάνιση Widgets στη στήλη σελίδας επικοινωνίας.Εμφάνιση Widgets στη στήλη σελίδας σφάλματος 404.Διάταξη του siteΧρώμα εμφάνισηςΕπιλογές Κοινωνικής ΔικτύωσηςΚοινωνικοί σύνδεσμοι για εμφάνιση στο:Λυπούμαστε, αλλά τίποτα δε βρέθηκε που ταιριάζει στους όρους αναζήτησης. Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά.Προσκολλουμένο ΜενούΥποστήριξηTG: 125X125 ΔιαφήμισηTG: 300x250 ΔιαφήμισηTG: 728X90 ΔιαφήμισηTG: Featured Category SliderTG: Επιλεγμένα άρθρα (Στυλ 1)TG: Επιλεγμένα άρθρα (Στυλ 2)TG: Επιλεγμένα άρθρα (Στυλ 3)TG: Επιλεγμένα άρθρα (Στυλ 4)TG: Επιλεγμένα άρθρα (Στυλ 5)TG: Επιλεγμένα άρθρα (Στυλ 6)TG: Επιλεγμένα άρθρα (Στυλ 7)TG: Μικροεφαρμογή τυχαίων άρθρωνTG: Μικροεφαρμογή με καρτέλεςTG: ΒίντεοΧρώμα Κειμένου:Προεπιλεγμένη Ρύθμιση ΘέματοςThemeGrillΑυτό θα επηρεάσει συνδέσμους, κουμπιά και πολλά άλλα. Επιλέξτε χρώμα που ταιριάζει στον ιστότοπο σαςΤίτλος ΜικροεφαρμογήςΤίτλος:TwitterΤύπος 1 (προεπιλογή)Τύπος 2Μοναδικό σύστημα δημοσιεύσεωνΧρήση εικόναςΒίντεοΔες το DemoΠροβολή τυχαίου άρθρουΛευκή εμφάνισηΕυρεία ΔιάταξηΤίτλος ΜικροεφαρμογήςWordPressΈτος: %sΊσως Σας ΕνδιαφέρειYoutubeΤο σχόλιό σας περιμένει έγκρισηΜια σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/tr_TR.mo000064400000107345151213252630010113 0ustar00������
��!���n�BXhowz	�w�(',$T)y#�!�0�s����)BRdG#�#�"*2*])����� 0 K h � � � '� � !	!
"!-!$>!c!
p!~!�!Y�!""3"4I"/~"0�"0�"4#6E#4|#4�#�#3�##.$5R$#�$@�$*�$9%4R%)�%F�%)�%C"&/f&7�&2�&1'3'3L' �'/�'�'>�', (HM(3�(�(>�(
))7)@)M)b)v)7�)�)�)�)A
*O*\*q*�*�*�*;�*+3.+b+|+!�+�+�+
�+�+,,A*,6l,�,�,�,$�,T-	Y-
c-q-}-�--�-/�-/�-+".2N.L�.0�.+�.U+/3�/`�/108H0V�0m�0NF1
�1�1��1w2�|2;R38�3-�3�3�34!4*414I4U4s4�4�4�4�45!%5'G5o50�5�5�5�5"616Q60n6&�6�6�6�6"7'87(`7�7�7�7�7�78
88)8=8S8_8p88�8�8�8�8�8P�8"O9r9~9�9	�9G�9W�9?:G:`:e:r:�:	�:�:�:�:	�:�:0�:;";8;T;j;>v;�;"�;4�;%)<O<k<}<�<	�<	�<�<�<�<�<$�<==2=">=&a=�=�=�=)�=)�=>1>!O>q>x>�>	�>F�>�>
�>�>?,?L?R?
X?f?s?�?�?�?
�?�?�?y�?�Y@��@�A	�A	�A�A�A�AB�A:BBWBD�B�B�B%C->C$lC/�C&�C-�C$DD;D'�D �D�D�D
�D�D'E)3E%]E'�E�E�E�E�E\�E
OFZFfFrFzF�F�F�F�F�FG7GTGqG�G�G�G�G�G
HfH�yH�I��I�jJ�K��K�0L��LNMdMvM�M
�M��MV�N�N �NOO
O&OE.O;tO7�O�O�OP	PP-P	0P:P	APKP^PnP{P�P�P�P	�P�P�P�P�P�PR$R1R9RTKR'�R�R�R�R�R�R�R�S�S0�S-T0TUBT�T�T
�T�T�T�T�Tv�T%`U%�U"�U&�U!�U"V2;VsnV��Vt�WX&X?XTX+fX8�X&�X&�X)Y-CY-qY,�Y
�Y�Y�YZZ,ZAZVZ&kZ�Z�Z-�Z�Z
�Z[	 [*[%9[
_[m[�[�[I�[�[\#&\3J\4~\<�\=�\1.]1`]2�]A�]^(^?E^D�^8�^;_.?_Gn_>�_-�_0#`DT`c�`6�`K4aM�aV�a&%b%Lb/rb@�b�b�bc-1c_c|c=�c�c�c�cdd&d1=d od�d�dE�d�d"e5eRepe�e7�e�e=�e'1fYf vf�f�f	�f$�f�f!�fKg8dg�g�g!�g'�ge
h	sh}h
�h�h�h+�h.�h5i*Ri5}iS�i<j.DjlsjM�j�.k@�kN�k9GlX�l/�l
mm�m�m{�m(=nfn*�n�n �n�n�n�n#�no"o8oPoio�o�o�o"�o#�op;1p"mp�p!�p&�p�p
q@)q*jq�q�q(�q�q$
r%2r Xryr�r�r�r�r�r�r�rs
,s:sPsjs�s�s"�s+�s�s9t%Htnt
�t�t	�t[�tjuvu$�u�u	�u�u�u�u�u
�u�u	vv2.vavpv%wv�v	�v8�v!�v$!w+Fwrw"�w�w�w�w�w	�w�w"x/x5x7Ix�x�x�x(�x+�xyy"y3;y2oy�y�y#�yz
zz1zW7z�z�z%�z#�z/�z${-{
2{={D{[{
_{$m{
�{�{�{��{�S|��|�}�}
�}�}~"~\@~&�~(�~=�~'+(S9|&�5�1�8E�&~�5��Lۀ7(�+`�������Ɂ5ځ*�3;�2o�������ۂy�
n�y���������ÃՃ&�"�"8�"[�"~�"��"Ą"�
��?�T�Ca�Q��������:�nɇj8�v��d������Ή
���c��	�-��&�7�>�F�:N�.��+�����
��"�>�	A�K�T�h�������
��$��݌	�������7��!'�I�Q�Fc�'��Ҏێݎߎ�% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s Views%s has not been activated. Go to the settings page and enter the license key and license email to activate %s.&larr; Older Comments&larr; Previous(Edit)+1 This, 0 View1 Comment<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s.<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.A subscription for %s could not be found. You can purchase a subscription from your account <a href="%s" target="_blank">dashboard</a>.API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd the videos here, Youtube and Vimeo Videos is only accepted for now.Add your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link All Titles font. Default is "Open Sans"ArchivesAsidesAuthor URL In Author BioAuthor: %sBelow NavigationBlog/Archive and Search Pages LayoutBoxed LayoutBreaking NewsButton background color.Button text color.Button text font size (Buttons like Read more, submit, post comment etc). Default is 12pxCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Color Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the Read more text as required for your site.Change the Social Links Settings from here as you wantChange the Typography Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check not to have the slider effect for this widgetCheck to activate social links areaCheck to activate social share buttons in single postCheck to activate the related postsCheck to activate the unique post system for the bundled widgetsCheck to disable the scroll to top button.Check to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the content in the popupCheck to display the link to the author page in the Author Bio sectionCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the popular post by view count.Check to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show in new tabCheck to show the Social Profiles in the Author BioCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the animation style for the Breaking News in the HeaderChoose the header display type that you wantChoose the layout option for the blog, archive and search results pages.Choose the location/area to place the Breaking NewsChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMagColorMag ProColorMag Pro FashionColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Part titles color (like h1, h2 in content section).Content Top SectionContent font and for others. Default is "Open Sans"Content font size optionsContent part color optionsContent section background color.Content text color.Copyright &copy; Custom CSSDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default (First image large and other two side by side)Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDemo ImporterDescriptionDesign OptionsDisableDisable the author only in post meta section.Disable the category only in post meta section.Disable the comments only in post meta section.Disable the date only in post meta section.Disable the edit button only in post meta section.Disable the post meta for the post totally, ie, remove all of the meta data.Disable the post view only in post meta section.Disable the tags only in post meta section.Display latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Displays the breaking news in the news ticker way. Suitable for the Right/Left SidebarDisplays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.Displays the random posts from your site. Suitable for the Right/Left sidebar.DocumentationDownDownload permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.EditEdit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.Enter the duration time for the Breaking News in the HeaderEnter the speed time for the Breaking News in the HeaderEnter the text to display for the ticker newsErrorError 404 Page SidebarExample WidgetFacebookFlickrFooter Copyright EditorFooter MenuFooter Sidebar Four ( Lower )Footer Sidebar One ( Lower )Footer Sidebar One ( Upper )Footer Sidebar Three ( Lower )Footer Sidebar Three ( Upper )Footer Sidebar Two ( Lower )Footer Sidebar Two ( Upper )Footer copyright link text color.Footer copyright part background color.Footer copyright text color.Footer copyright text font size. Default is 14pxFooter font size optionsFooter part color optionsFooter small menu text color.Footer small menu. Default is 14pxFooter widget background color.Footer widget content color.Footer widget content font size. Default is 14pxFooter widget content link text color.From WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaFront Page: Top Full Width AreaGoogle Font OptionsGoogle PlusGoogle-PlusHeaderHeader Color OptionsHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader background color.Header font size OptionsHeader image display positionImage LightboxImage Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)Image Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksMagazine TemplateMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of popular posts, recent posts and comments to display:Number of posts to display:Number of random posts to display:Number of recent posts to show as the breaking news:Oops! That page can&rsquo;t be found.Page Title. Default is 34pxPage title color.Pages:Pin ItPingback:PinterestPost Meta DisplayPost Title. Default is 32pxPost authorPost meta color.Post meta font size. Default is 12pxPost navigationPosts title color.Powered by Preferred Social Link Color OptionPreferred Social Link FontAwesome IconPrevious post link&larr;Primary MenuPrimary color optionPrimary menu font. Default is "Open Sans"Primary menu selected/hovered item color.Primary menu text color.Primary menu. Default is 14pxPrimary sub menu. Default is 14pxQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one in upper.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three in upper.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two in upper.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Sidebar widget title color.Site LayoutSite Tagline.Site Title.Site tagline font size. Default is 16pxSite tagline font. Default is "Open Sans"Site title font size. Default is 46pxSite title font. Default is "Open Sans"SkypeSocial OptionsSocial Profiles in Author BioSocial Share ButtonSorry, but nothing matched your search terms. Please try again with some different keywords.SoundCloudSticky MenuStumbleUponSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Breaking News WidgetTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThe License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key.The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been cancelled. You can renew the subscription from your account <a href="%s" target="_blank">dashboard</a>. A new license key will be emailed to you after your order has been completed.The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has been suspended. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s has expired. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is on-hold. You can reactivate the subscription from your account <a href="%s" target="_blank">dashboard</a>.The subscription for %s is still pending. You can check on the status of the subscription from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle:Titles related font size optionsTotal ViewsTumblrTweet ThisTwitterType 1 (Default): Header text & logo on left, header sidebar on rightType 2: Header sidebar on left, header text & logo on rightType 3: Header text, header sidebar both aligned centerTypography OptionsUnique Post SystemUpUse imageUser Social LinksVKVideo URLVideosView DemoView a random postVimeo Video ID:Vimeo-SquareVineWide LayoutWidget Title. Default is 18pxWidget title color.WordPressWrite your custom cssXingYear: %sYou May Also LikeYou changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href="%s" target="_blank">dashboard</a>.YouTubeYour comment is awaiting moderation.YoutubeYoutube Video ID:comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2018-05-30 04:35:06+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: tr
Project-Id-Version: Themes - ColorMag Pro
% yorum%1$s tarihinde, saat %2$s%1$s in%2$s yazısı var ve artmaya devam ediyor%s%s Görüntüleme%s aktifleştirilmedi.Ayarlara gidip lisans ve lisans emailini girip aktfileştir %s.&larr; Eski yorumlar&larr; Önceki(Düzenle)+1 le, 0 Görüntüleme1 Yorum<b>Dikkat!</b> Dışardan gelen istekleri engelliyorsunuz %s Güncelemeleri alamazsınız.Almak için %s a ekleyin %s.<i class="fa fa-comment"></i> 0 yorum<i class="fa fa-comment"></i> 1 yorum<i class="fa fa-comment"></i>Yorum<i class="fa fa-comments"></i> % yorum<i class="fa fa-history"></i>Yeni<i class="fa fa-star"></i>Popüler<span class="meta-nav">&larr;</span> Eski yazılar<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>%s için lisans bulunamadı.Belki de lisans anahtarı girmeyi unuttunuz.Veya hesabınızda ki lisans pasif.Yeniden aktifleştirmek için <a href="%s" target="_blank">dashboard</a>.%s için lisans bulunamadı.Hesabınızdan yeniden üyelik alabilirsiniz <a href="%s" target="_blank">dashboard</a>.API lisans aktifleştirmeAPI Lisans  pasifleştirAPI lisans anahtarıAPI Lisans emailiSosyal bağlantılar alanını etkinleştirVideonuzu buraya ekleyin.Youtube ve Vimeo desteklenmekte125x125 reklamınızı buradan ekleyin300x250 reklamınızı buradan ekleyin728x90 reklamınızı buraya yerleştirin125x125 reklam görsellerinizi buraya ekleyin300x250 reklam görsellerinizi buraya ekleyin728x90 reklam görsellerinizi buraya ekleyinEk ayarlarEkstra sosyal ikonlarEkstra sosyal link 5Ekstra sosyal link 4Ekstra sosyal link 1Ekstra sosyal link 6Ekstra sosyal link 3Ekstra sosyal link 2Alt bölümün üstünde reklam alanıReklam görseliReklam görsel bağlantısıTüm başlık fontu.Open sans varsayılandırArşivYan sütunlarYazar biosundaki yazar adresiYazar: %sAlt navigasyonBlog/Arşiv ve arama sayfası düzeniKutulu düzenSon dakika haberleriButon arkaplan rengiButon metin rengiButon metin büyüklüğü(Daha fazka oku ,gönder gibi) 12px varsayılanKategori renk seçenekleriKategori renk ayarlarıDaha fazla oku metnini değiştirinBuradan ek ayarları istediğiniz gibi değiştirinRenk ayarlarını buradan isteğine göre değiştirBuradan tasarım ayarlarını istediğiniz gibi değiştirinÜst alan ayarlarını buradan istediğiniz gibi değiştirinDaha fazla oku metnini isteğine göre değiştirSosyal ayarlarını isteğinize göre düzenleyinYazım ayarlarını isteğinize göre değiştirinHer bir kategori ögesinin rengini istediğiniz gibi değiştirinHile mi yapıyorsun?Kaydırma efektini kapatmak için tıklaSosyal bağlantılar alanını etkinleştirmek için tıklayınTek yazıılarda paylaşım butonlarını aktifleştirmek için seçİlişkili yazıları etkinleştirmek için işaretleyinEşsiz yazı sistemini entegre widgetlar için aktifleştirYukarı kaydırma butonunu gizlemek için seçBirincil menüde rastgele yazı simgesini göstermek için işaretleyinBirincil menüde arama simgesini göstermek için işaretleyinPenceredeki içeriği görmek için işaretleYazar Bio sunda yazarın sayfasına link gösterSon dakika haberleri bölümünü etkinleştirmek için işaretleyinTekil yazılarda öne çıkan görseller için kutu özelliğini etkinleştirmek için işaretleyinPopüler yazılarda sayacı aktifleştirmek için seçBirincil menünün yapışkan özelliğini etkinleştirmek için tıklayınBlog yazılarını/statik sayfaları ön sayfadan gizlemek için işaretleyinÜst kısım görsel bağlantısının ana sayfaya yönlendirilmesi için işaretleyinYeni pencerede göstermek için tıklaSosyal profili yazar biosunda gösterÜst alanda tarih göstermek için işaretleyinBirincil menüde ana sayfa simgesi göstermek için işaretleyinBir görsel seçinFlaş haber animasyonunu seçHeader gösterim tipini seçBlog,arşiv ve arama sonuöları için düzenSon haberlerin konumunu seçİstediğiniz seçeneği seçinSite yerleşimini seçin. Bu değişiklik tüm siteye yansırRenk seçenekleriColorMagColorMag ProColorMag Pro ModaColorMag Pro SporColorMag Pro TeknolojiColorMag Pro,ColorMag free  nin pro sürümüdürColorMag teması önemli linklerYorum dolaşımıYorumlar kapatıldı.Lisans anahtarı API sunucusuna bağlantı kurulamadı.Tekrar deneyinİletişim sayfasıİletişim sayfası kenar çubuğuİletişim sayfası şablonuÖn sayfa:İçerik alt alanıİçerik orta sol bölümİçerik orta sağ bölümİçerik alanlarının başlığı rengi(H1 ve H2 gibi)İçerik üst bölümİçerik yazı tipi ve diğerleri için.Varsayılan Open Sansİçerik metin büyüklüğü ayarlarıİçerik alanının renkleriİçerik alanı arkaplanı rengiİçerik metni rengiCopyright &copy; Özel CSSÜst alanda tarih gösterim biçimi:Gün :%sAPI Lisans anahtarı pasifleştirAPI lisans anahtarını pasifleştirerek başka bloglarda kullanabilirsinizVarsayılan(ilk resim büyük diğerleri yan yana ikili)Varsayılan düzenVarsayılan düzenSayfalar için varsayılan düzenTekil yazılar için varsayılan düzenVarsayılan: Üst kısım görselini site başlığı/metni ile ana/birincil menü arasında göster.DeliciousDemo içeri aktarıcıAçıklamaTasarım AyarlarıEtkisizleştirSadece yazı alanında yazarı pasifleştirSadece yazı alanında kategoriyi pasifleştirSadece yazı alanında sadece yorumları pasifleştirSadece yazı alanında tarihi pasifleştirSadece yazı alanında düzenle butonunu pasifleştirYazı bilgilerini yazılardan komple pasifleştir.Mesela tüm meta verileri kaldırSadece yazı alanında sadece yazıyı gösteri pasifleştirSadece yazı alanında etiketleri pasifleştirKaydırakta kullanılmak üzere en güncel yazıları ya da belirli bir kategorinin yazılarını gösterir.Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler.Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler. Kaydırak yan sütun harici diğer alanlar için uygundur.Üst kısım görselini ana/birincil menünün altında göster.Üst kısım görselini site başlığının/metninin hemen üstünde göster.Son dakikayı daha ince göster(Yan paneller için uygun)Popüler yazı,yen, yazı ve yeni yorumları pencerede göster.Yan paneller için  uygunSiteden rastgele yazı göster(Yan panel için)BelgelerAşaİndirme izni %s için kapatıldı.Lisans bittiği için olabilir. Yeniden aktifleştirmek için hesabınıza gidin <a href="%s" target="_blank">dashboard</a>.DüzenleCopyright bilgilerini düzenleyebilirsiniz. [the-year], [site-link], [wp-link], [tg-link] gibi kısa kodlar kullanılabilirFlaş haberler için gösterilme süresiSon haber değişme hızıTicker haberler için görüntüleme metnihata404 hata sayfası kenar çubuğuÖrnek bileşenFacebookFlickrAlt alan hak bildirimi düzenleyiciFooter MenuFooter paneli 4 (alt)Footer Yanpanel 1 (Alt)Footer yanpanel 1 (üst)Footer Yanpanel 3 ( Alt )Footer yanpanel 3 (üst)Footer Yanpanel 2 (Alt)Footer yanpanel 2 (üst)Footer copyright link metin rengi.Footer copyright ve arkaplan rengi.Footer copyright metin rengiFooter copyright metninin büyüklüğü (14px varsayılan)Footer metin büyüklük ayarlarıFooter alanı renkleriFooter küçük menu metin rengi.Footer küçük menü:Varsayılan 14pxFooter widget arkaplan rengiFooter widget içerik rengiFooter widget içeriğinin metin büyüklüğü.Varsayılan 14pxFooter widget içerik linkinin metin rengiWordPress tarih ayarındanÖn sayfa ayarlarıÖn sayfa: Kaydırağın yanındaki alanÖn sayfa: İçerik alt bölümÖn sayfa: İçerik orta sol bölümÖn sayfa: İçerik orta sağ bölümÖn sayfa: İçerik üst bölümÖn sayfa: Kaydırak alanıÖn sayfa:Genişliği kaplaGoogle yazıtipi ayarlarıGoogle PlusGoogle-PlusHeaderHeader renk ayarıHader gösterim tipiBaşlık görseli konumuBaşlık LogoBaşlık Sadece Logo Sayfa Tepesi SeçenekleriÜst alan araç çubuğuBaşlık Sadece Yazı Header arkaplan rengiHeader yazı büyüklüğü ayarıÜst kısım görseli görüntüleme konumuGörsel kutusuResim büyüklüğü(1400x600px,Ön sayfa için uygundur)Orta resim büyüklüğü(8000x455px)Resim büyüklüğü:GörsellerÖnemli bağlantılarInstagramGörünen o ki burada hiç bir şey bulunamadı. Bir de aşağıdan arama yapmayı deneyin.Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir.En güncel:Düzen aşağıdaki gibi olacaktır:SolSol MenüLisans aktifleştirmeLisans pasifleştirmeBeğenLinkedInBağlantılarMagazin temasıAylar: %sYeni yorumlar &rarr;Yeni yazılar <span class="meta-nav">&rarr;</span>Sonraki &rarr;&rarr;Ortalanmış içerikli yan sütun yokTam genişlikli yan sütun yokYorum yokKaç adet popüler yazı,yeni yazı ve yorum gösterisinGörüntülenecek yazı sayısı:Rastgele gösterilcek yazı sayısıKaç adet yazı son yazılarda gösterilsinOff! Bu sayfa bulunamadı.Sayfa başlığı.Varsayılan 34pxSayfa başlığı rengiSayfalarPin'leGeri bildirim: PinterestYazı meta görüntülemeYazı başlığı.Varsayılan 32pxYazarYazı metası rengiYazı metası metin büyüklüğü.   12 px varsayılanYazı dolaşımıYazıların başlık rengiAltyapıTercih edilen sosyal link renk ayarlarıTercih edilen Sosyal link FontAwesome ikonu&larr;Birincil menüBirincil renk seçeneğiBirincil menü yazıtipi .Open sans varsayılandırBirincil menü seçilmiş/vurgulanmış item rengiBirincil menü metin rengiBirincil menü.Varsayılan px14Birincil alt menü.Varsayılan px14AlıntılarRastgele YazıTemayı değerlendirDevamİlk yazınızı yayınlamaya hazır mısınız? <a href="%1$s">Buradan başlayın</a>.Redditİlişkili YazılarKategorilere göre ilişkili yazılarEtiketlere göre ilişkili yazılarİlişkili yazılar şu şekilde gösterilmeli:YanıtlaSağSağ MenüKaydetYukarı kaydır butonuAraArama simgesi%1$s ile uyumlu tüm yazıları görDüzen seçinBir görsel seçinKategori SeçinSayfalar için varsayılan düzeni seçin. Bu düzen belirli bir sayfaya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktırTekil yazılar için varsayılan düzeni seçin. Bu düzen belirli bir yazıya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktırVarsayılan düzeni seçin. Bu düzen tüm site arşivleri, kategoriler, arama sayfaları vb. alanlara uygulanacaktır. Tekil yazı ve sayfaların düzeni aşağıdaki seçenekler ile kontrol edilebilir.Yazıyı paylaş:İkisini de gösterTarih gösterAna sayfa simgesi gösterEn son yazıları gösterBir kategoriden yazıları gösterKaydırağın hemen yanında bileşen gösterir. TG: Dikkate değer yazılar için uygundur.Widgetları menünün altında gösterÖnerilen araç TG: Featured Cat Slider.Alt kısmın üstündeki araçlar.Önerilen araç TG: 728x90 Sol kenar çubuğunda widget gösterir.Sağ kenar çubuğunda widget gösterir.Dördüncü alt alan yan sütunda bileşenleri gösterir.Widgetları footer 1 de üstte gösterBirinci alt alan yan sütunda bileşenleri gösterir.Widgetları footer 3 yanpanelin üstünde gösterÜçüncü alt alan yan sütunda bileşenleri gösterir.Widgetları footer 2 de üstte gösterİkinci alt alan yan sütunda bileşenleri gösterir.Ana dolaşım menüsünün hemen üstünde, üst alanda bileşenleri gösterİletişim sayfası şablonunda bileşenleri gösterir.404 hata sayfasında bileşenleri gösterirYanpanel widget başlık rengiSite düzeniSite etiketleri.Site başlığıSite etiketleri metin büyüklüğü.Varsayılan px16Site etkikerleri.Open sans varsayılandırSite başlık yazı büyüklüğü.Varsayılan px46Site başlık yazıtipi..Open sans varsayılandırSkypeSosyal seçeneklerYazar biosunda sosyal profillerSosyal paylaşım butonuÜzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin.SoundCloudYapışkan menüStumbleUponDestekTG: 125x125 reklamTG: 300x250 reklamTG: 728x90 reklamTG: Son dakika widget ıTG: Öne çıkan kategori kaydırağıTG: Öne çıkan yazılar (Stil 1)TG: Öne çıkan yazılar (Stil 2)TG: Öne çıkan yazılar (Stil 3)TG: Öne çıkan yazılar (Stil 4)TG: Öne çıkan yazılar (Stil 5)TG: Öne çıkan yazılar (Stil 6)TG: Öne çıkan yazılar (Stil 7)TG: Highligted PostsTG: Rastgele yazılar bileşeniTG: Sekmeli bileşenTG: VideolarTema lisansı aktifleştrilmedi %sBuradan%s aktifleştirebilirsinizLisans pasifleştirilemedi.Lisans pasifleştirme penceresinde elle pasifleştirin %s için lisans bitti. Hesabınızdan yeniden aktifleştirin yada yeni lisans satın alın <a href="%s" target="_blank">dashboard</a>. %s e ait üyelik iptal edildi.Hesabınızdan tekrar aktifleştirebilirsiniz<a href="%s" target="_blank">Panel</a>. Yeni lisans satın alma işleminden sonra email olarak size gelecektir%s için lisans çöpe taşındı ve yakında silinecek. Hesabınızdan yeni üyelik alabilirsiniz <a href="%s" target="_blank">dashboard</a>.%s için üyelik durduruldu. Hesabınızdan yeniden aktifleştirin <a href="%s" target="_blank">dashboard</a>. %s Lisans süresi bitti.Hesabınızdan yeniden aktifleştirin <a href="%s" target="_blank">dashboard</a>.%s için üyelik beklemede. Hesabınızdan yeniden aktifleştirebilirsiniz <a href="%s" target="_blank">dashboard</a>.%s halen beklemede.Durumunu burdan kontrol edebilirsiniz <a href="%s" target="_blank">dashboard</a>.Tema varsayılanı ayarıTema aktifleştirildiTema lisansı pasifleştirildiTema:ColorMag Pro üreticiThemeGrillBu önerilen eklenti  ile %s nasıl gözüktüğünü göreceksiniz..Daha fazla araç ve özel araçlarınız  %swidgets screen%s adresini kullanın.Bu bağlantılar, tuşlar ve diğer bir çok şeye etkiyecektir. Siteniz ile uyumlu bir renk seçinBaşlık:Başlık alakalı yazı büyüklüğü ayarıToplam gösterimTumblrTwettleTwitterTip 1(Varsayılan):Header merni ve logo salda.panel sağdaTip 2:Header paneli solda,metni ve logo sağdaTip 3:Header metni,yanpanel merkezi hizalıYazım ayarlarıEşsiz yazı sistemiYukarıGörseli kullanKullanıcı sosyal linkleriVKVideo URLVideolarDemoyu görüntüleRastgele bir yazı görüntüleVimeo Video ID:Vimeo-SquareVineGeniş düzenWidget başlığı.18 px varsayılanWidget başlık rengiWordPressÖzel CSS ni yazXingYıl: %sBunları da sevebilirsiniz%s, için üyrlik değiştirildi.Yani yeni lisans anahtarını ayarlar bölümünden girmen lazım. The License Emailinize gelmiş olması lazım.Gelmediyse giriş yapıp edinebilirsiniz. <a href="%s" target="_blank">dashboard</a>.YouTubeYorumunuz denetim için bekliyor.YoutubeYoutube Video ID:&ldquo;%2$s&rdquo; için bir yorum&ldquo;%2$s&rdquo; için %1$s yorumhttps://themegrill.com/themes/colormag/diyorki:126404languages/en_CA.mo000064400000034702151213252630010022 0ustar00���,<<=JMcsz'}'�)�0�s(
�
�
#�
#�
"*3*^)�����
$/
<Jay4�0�0�4&[;o#�#�9�4-)bC�7�21; m/��>�
+8K`m����
���$4TY���U�3'`[1�8�
'5:Q`i��"�'�(�(H`l��������	GWd�����	��0FRh��%��	�	��-:OV	bFl
����
-4
@Ny^���`		)8JBe��%�$&,$SDx'� �\!~������ 6 S p � � � � 
� 
� V!^!e!m!�!�!�!	�!�!�!	�!�!�!"$"T;"�"�#�#�#�#�#�#'�#'�#)&$0P$s�$�$%#!%#E%"i%*�%*�%)�%&&>&S&m&v&
}&�&
�&�&�&�&4�&0'0P'5�'�';�'#(#*(9N(4�()�(C�(7+)2c)1�) �)/�)*>9*x*
�*�*�*�*�*�*�*+.+
B+M+U+d+s+$�+T�+,,&,W.,5�,`�,1-8O-
�-�-�-�-�-�-�-�-".'8.(`.�.�.�.�.�.�./////M/\/c/	s/G}/W�/0%0>0C0P0	V0`00v0�0�0�0�0�0%1.1	51	?1I1U1e1l1y1�1�1	�1F�1
�12232S2Y2
_2m2t2
�2�2y�2�3��3	U4	_4i4x4�4B�4�45%!5$G5&l5$�5D�5'�5 %6F6R6\a6�6�6�6�677<7Y7v7�7�7�7�788
18
<8WG8�8�8�8�8�8�8	999	*949=9O9$W9E|9%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:21:55+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/2.2.2
Language: en_CA
Project-Id-Version: Themes - ColorMag Pro
%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Colour OptionsCategory Colour SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the colour of each category items as you want.Cheatin&#8217; eh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose the option that you wantChoose your site layout. The change is reflected in whole siteColour OptionsColourMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault LayoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of a specific category, which will be used as the slider.Display latest posts or posts of a specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.DocumentationEditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigation&larr;Primary MenuPrimary colour optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related postsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect CategorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a colour to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.One thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;languages/fr_FR.po000064400000426176151213252630010070 0ustar00# Translation of Themes - ColorMag Pro in French (France)
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:51:29+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: fr\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Modèle de constructeur de page"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Style de grille 5 "

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Style de grille 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Style de grille 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Style de grille 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Style de grille 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Style de grille 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Sélection de catégories :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Catégories"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Afficher articles depuis :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtrer"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset d’articles :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Articles"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Style de bloc 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Couleur de texte :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Couleur :"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Titre de widget"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Ajoutez votre titre de bloc personnalisé"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Titre de bloc"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Titre de widget"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "Widgets globaux ColorMag"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "Widget de grille ColorMag"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "Widget de blocs ColorMag"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Sombre"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Constructeur de formulaire et formulaire de contact simple"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Cochez pour afficher l’image mise en avant dans les articles."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Image mise en avant dans la page"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Cochez pour masquer l’image mise en avant dans les articles."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Image mise en avant"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (par défaut)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone de pied que vous souhaitez"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Type d’affichage de zone principale du pied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Options du pied"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Changez les régalges du pied comme vous le voulez"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "En-tête et pied"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pied uniquement"

#: inc/customizer.php:768
msgid "Header only"
msgstr "En-tête uniquement"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Afficher les liens sociaux sur : "

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Coloris sombre"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Coloris blanc"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Choisissez le coloris pour votre site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Couleur de coloris"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Choisissez le type d'affichage principal de la zone d’en-tête que vous souhaitez"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Type d’affichage de zone principale d’en-tête"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Depuis le réglage de date de WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Réglage par défaut du thème"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Date dans l’en-tête d’affichage type :"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Articles récents"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Sélectionner une image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Utiliser l'image"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Choisir une image"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Une pensée sur &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensées sur &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modèle de page contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "droite"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Ceci est un widget d’exemple pour montrer à quoi la barre %s ressemble par défaut. vous pouvez ajouter des widgets personnalisés depuis %sl’écran des widgets%s dans l’admin. Si des widgets personnalisés sont ajoutés ils remplaceront ceux ci."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Widget exemple"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Gauche"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Page de contact"

#: searchform.php:12
msgid "Search"
msgstr "Recherche"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Il semble que rien ne soit trouvé pour votre recherche."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Désolé, mais rien ne correspond à vos critères."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Prêt à publier votre 1er article ? <a href=\"%1$s\">Commencez ici</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Suivant &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Précédent"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Alors, on triche ?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG : Articles mis en avant (style 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG : Articles mis en avant (style 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG : Articles mis en avant (style 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG : Widget d’articles aléatoires"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG : Widget en onglet"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG : Articles mis en avant (style 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG : Articles mis en avant (style 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG : Vidéos"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Ajout de vos images d’annonce 125x125 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG : Annonces 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Ajout de votre annonce 125x125 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Ajout de vos images d’annonce 728x90 ici."

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG : Annonces 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Ajout de votre annonce 728x90 ici."

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Image de l’annonce"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Lien de l'image de l’annonce"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Ajout de vos images d’annonce 300x250 ici."

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG : Annonces 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Ajout de votre annonce 300x250 ici."

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG : Articles mis en avant (style 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Description"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titre :"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "La mise en page sera comme ci dessous :"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG : Articles mis en avant (style 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Affiche les derniers articles ou les articles d’une catégorie spécifique."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG : Articles mis en évidence"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Sélectionner la catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Afficher les articles depuis une catégorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Afficher les derniers articles"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Nombre d'articles à afficher :"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG : Catégorie de diaporama mis en avant"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Affichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporama"

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Afficher les widgets dans la barre de pied 4"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Afficher les widgets dans la barre de pied 3"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Afficher les widgets dans la barre de pied 2"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Afficher les widgets dans la barre de pied 1"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Affichage des widgets juste à côté du pied. Pour TG : Widget 728x90"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annonce au dessus du pied"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Afficher les widgets sur la page d’erreur 404"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Barre de page d’erreur 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Afficher les widgets sur le modèle de page de contact"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Barre de page de contact"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Page d’accueil : Section de contenu milieu"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Page d’accueil : Section de contenu bas"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Section de contenu droite milieu"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Accueil : Section de contenu mileu droite"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Section de contenu gauche milieu"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Accueil : Section de contenu mileu gauche"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Zone de contenu haut"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Page d'accueil : Zone de contenu haut"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Affichage du widget à côté du diaporama. Pour TG : Articles mis en évidence"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Page d'accueil : Zone à côté du diaporama"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Affichage du widget juste sous le menu. Pour TG : Diaporama de cat mis en avant"

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Page d'accueil : Zone de diaporama"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Barre d'en-tête"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Afficher les widgets sur le côté droit"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Vous pourrez aussi aimer"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill."

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Voir un article au hasard"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Répondre"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Votre commentaire est en attente de validation."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s à %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Auteur de l’article"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifier)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Ping :"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articles plus récents <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articles plus anciens"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigation d’article"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifier"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commentaires"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commentaire"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> Aucun commentaire"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Options de couleur"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Réglages de couleur de catégorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "changez les couleurs de chaque éléments de catégorie comme vous le voulez."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Options de couleur de catégorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Éditeur de copyright du pied"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Cochez pour activer lightbox pour les images mises en avant dans les articles."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "LightBox image"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Texte pour lire la suite"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articles similaires par étiquettes"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articles similaires par catégories"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Les articles similaires doivent être affichés en tant que :"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "cochez pour activer les articles similaires"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Articles similaires"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Système d’article unique"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Options additionnelles"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Changez les réglages additionnels autant que vous le voulez."

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Cochez pour afficher dans un nouvel onglet"

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Cochez pour activer la zone de liens sociaux"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activer la section des liens sociaux"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Changer les réglages de réseaux sociaux ici comme vous le voulez."

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Options sociales"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Insérez votre propre CSS"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personnalisé"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Option de couleur principale"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Mise en page par défaut des articles"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Mise en page par défaut des pages"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Mise en page par défaut"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Style large"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Style encadré"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Choisissez la mise en page de votre site. Ce changement est répercuté sur le site entier."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Mise en page du site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Cochez pour masquer les articles de blog/page statique sur l’accueil"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Réglages de page d’accueil"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Options de design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Changez les réglages de design ici autant que vous le voulez"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Cochez pour faire que l’image d’en-tête envoie sur l’accueil"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Affichage de l’image d’en-tête sous le menu principal"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Par défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principal"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Affichage de l’image d’en-tête juste au dessus du titre/texte du site"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Position d'affichage d'image d'en-tête"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Position d'image d’en-tête"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Désactiver"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Afficher les deux"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Texte d'en-tête seulement"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Logo d’en-tête seulement"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Choisissez l’option que vous voulez"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo d'en-tête"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’article aléatoire dans le menu principal"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Article aléatoire"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Cochez pour afficher l’icône de recherche dans le menu principal"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icône de recherche"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Cochez pour activer le comportement fixe pour le menu principal"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fixe"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Cochez pour afficher l’icône d’accueil dans le menu principal"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Afficher l'Icône d’accueil"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Cochez pour afficher la date dans l'en-tête"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Afficher la date"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Récents :"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "cochez pour activer la section de nouvelles fraîches"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Nouvelle fraîches"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Options d’en-tête"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Changez les régalges de l’en-tête ici autant que vous le voulez"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Liens importants"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Voir la démo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Support"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentation"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Pas de barre, contenu centré"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Pas de barre (pleine largeur)"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barre de gauche"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barre de droite"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Mise en page par défaut"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Choix de mise en page"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principal"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Lire la suite"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pages :"

#: comments.php:67
msgid "Comments are closed."
msgstr "Commentaires fermés."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commentaires plus récents &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commentaires plus anciens"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigation de commentaire"

#: archive.php:70
msgid "Archives"
msgstr "Archives"

#: archive.php:64
msgid "Links"
msgstr "Liens"

#: archive.php:61
msgid "Quotes"
msgstr "Citations"

#: archive.php:58
msgid "Videos"
msgstr "Vidéos"

#: archive.php:55
msgid "Images"
msgstr "Images"

#: archive.php:52
msgid "Asides"
msgstr "Notes"

#: archive.php:49
msgid "Year: %s"
msgstr "Année : %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mois : %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Jour : %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur : %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Il semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oups, la page ne peut pas être trouvée."

#: 404.php:28
msgid "404"
msgstr ""languages/id_ID.po000064400000162335151213252640010035 0ustar00# Translation of Themes - ColorMag Pro in Indonesian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:03:58+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: id\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "Pilih gambar"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "Gunakan gambar"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "Pilih gambar"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Satu tanggapan untuk &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s tanggapan untuk &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template Laman Kontak"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Kanan"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Contoh Widget"

#: sidebar-left.php:26
msgid "Left"
msgstr "Kiri"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Laman Kontak"

#: searchform.php:12
msgid "Search"
msgstr "Cari"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Tampaknya kami tak bisa menemukan apa yang Anda inginkan. Mungkin pencarian bisa membantu."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Maaf, tidak ada yang cocok dengan kata kunci pencarian Anda. Silakan coba lgi dengan kata kunci berbeda."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Siap menerbitkan pos pertamamu? <a href=\"%1$s\">Mulailah disini</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Selanjutnya &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Sebelumnya"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Aneh huh?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Pos Andalan (Gaya 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Pos Andalan (Gaya 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Pos Andalan (Gaya 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Widget Pos Acak"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Widget Tab"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Pos Andalan (Gaya 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Pos Andalan (Gaya 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Video"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Tambahkan Gambar Iklan 125x125 Anda Disini"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: Iklan 125x125"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Tambahkan Iklan 125x125 Anda Disini"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Tambahkan Gambar Iklan 728x90 Anda Disini"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: Iklan 728x90"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Tambahkan Iklan 728x90 Anda Disini"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Gambar Iklan"

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Link Gambar Iklan"

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Tambahkan Gambar Iklan 300x250 Anda Disini"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: Iklan 300x250"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Tambahkan Iklan 300x250 Anda Disini"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Pos Andalan (Gaya 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Deskripsi"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Judul:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Tata Letak akan seperti dibawah:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Pos Andalan (Gaya 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu. Cocok untuk Area Disamping Slider Sidebar."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Pilih kategori"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Tampilkan pos dari kategori"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Tampilkan Post terbaru"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Jumlah pos yang ditampilkan:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Slider Kategori Andalan"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Tampilkan pos terbaru atau pos dengan kategori tertentu, akan digunakan sebagai slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Menampilkan widget di sidebar footer empat"

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Menampilkan widget di sidebar footer tiga"

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Menampilkan widget di sidebar footer dua"

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Menampilkan widget di Ssidebar footer satu"

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Iklan diatas Footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Menampilkan widget pada laman Error 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Sidebar Laman Error 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Menampilkan widget pada Template Laman Kontak."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Sidebar Laman Kontak"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Laman Depan: Bagian Bawah Konten"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Bagian Kanan Tengah Konten"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Laman Depan: Bagian Kanan Tengah Konten"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Bagian Kiri Tengah Konten"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Laman Depan: Bagian Kiri Tengah Konten"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Bagian Atas Konten"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Laman Depan: Bagian Atas Konten"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Tampilkan widget disamping slider. Cocok untuk TG: Pos yang Disorot."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Laman Depan: Area disamping slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Laman depan: Area Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Menampilkan widget di bagian header tepat diatas menu navigasi utama."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Sidebar Header"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Menampilkan widget di sisi Kiri."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Menampilkan widget di sisi Kanan."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "Anda Juga Mungkin Suka"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "Perlihatkan pos acak"

#: inc/functions.php:655
msgid "Reply"
msgstr "Balas"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Komentar Anda sedang dimoderasi."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s pada %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Penulis Pos"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Sunting)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Pos Terbaru <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Pos Terdahulu"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Navigasi pos"

#: inc/functions.php:304
msgid "Edit"
msgstr "Sunting"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Komentar"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Komentar"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 0 Komentar"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Opsi Warna"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Pengaturan Warna Kategori"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Ganti warna untuk setiap kategori semaumu."

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Opsi Warna Kategori"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Pengedit Hak Cipta Footer"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Centang untuk menggunakan lightbox untuk gambar andalan di pos tunggal"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Lightbox Gambar"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Ubah Teks Baca Selengkapnya"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Pos Terkait Berdasarkan Tag"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Pos Terkait Berdasarkan Kategori"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Pos Terkait Harus Muncul Seperti:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Centang untuk aktifkan pos terkait"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Pos Terkait"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Unggah favicon untuk situs Anda"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Centang untuk aktifkan favicon. Unggah favicon dari opsi dibawah"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Aktifkan favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Sistem Pos Unik"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Opsi Tambahan"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Ganti Pengaturan Tambahan dari sini semaumu"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Centang untuk mengaktifkan area link sosial"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Aktifkan area link sosial"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Opsi Sosial"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "CSS Custom"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Akan berdampak pada link, tombol dan banyak lagi. Pilih warna yang cocok untuk situs Anda"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Opsi warna utama"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Pilihlah tata letak default untuk pos. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk pos tertentu."

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Tata letak default untuk pos tunggal saja"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Pilihlah tata letak default untuk laman. Tata letak ini akan tercermin di semua laman kecuali tata letak unik diatur untuk laman tertentu."

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Tata letak default untuk laman saja"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Pilihlah tata letak default. Tata letak ini akan tercermin di seluruh arsip situs, kategori, laman pencarian, dll. Tata letak untuk laman dan pos tunggal bisa di kontrol dari opsi dibawah"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Tata Letak Default"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Tata Letak Melebar"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Tata Letak Kotak"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Pilih tata letak situs Anda. Perubahan akan berdampak di keseluruhan situs"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Tata Letak Situs"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Centang untuk menyembunyikan pos blog/laman statis pada laman depan"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Pengaturan Laman Depan"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Opsi Desain"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Ganti Pengaturan Desain dari sini semaumu"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Centang untuk membuat link gambar Header ke laman beranda"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Tampilkan gambar Header dibawah menu utama."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Default: Tampilkan gambar Header diantara judul/teks situs dan menu utama."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Tampilkan gambar header tepat diatas judul/teks situs."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Posisi tampilan gambar header"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Posisi Gambar Header"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Tiadakan"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Tampilkan Keduanya"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Hanya Teks Header"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Hanya Logo Header"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Tentukan opsi yang Anda inginkan"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Unggah logo untuk header"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Logo Header"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Centang untuk menampilkan ikon Pos Acak di menu utama"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Pos Acak"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Centang untuk menampilkan Ikon Pencarian di menu utama"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Ikon Pencarian"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Centang untuk menggunakan perilaku menu menempel di menu utama"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Menu Lengket"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Centang untuk menampilkan ikon beranda di menu utama"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Tampilkan ikon Beranda"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Centang untuk menampilkan tanggal di header"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Tampilkan Tanggal"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Terbaru:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Centang untuk menggunakan bagian berita baru"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Berita Baru"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Opsi Header"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Ganti Pengaturan Header dari sini semaumu"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Link Penting"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "Lihat Demo"

#: inc/customizer.php:26
msgid "Support"
msgstr "Dukungan"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Dokumentasi"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Tanpa Sidebar Konten Ditengah"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Tanda Sidebar Lebar Penuh"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar Kiri"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar Kanan"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Tata Letak Bawaan"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Pilih Tata Letak"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Menu Utama"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Baca Selengkapnya"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Laman:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentar ditutup."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Komentar Terbaru &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Komentar Terdahulu"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigasi komentar"

#: archive.php:71
msgid "Archives"
msgstr "Arsip"

#: archive.php:65
msgid "Links"
msgstr "Link"

#: archive.php:62
msgid "Quotes"
msgstr "Kutipan"

#: archive.php:59
msgid "Videos"
msgstr "Video"

#: archive.php:56
msgid "Images"
msgstr "Gambar"

#: archive.php:53
msgid "Asides"
msgstr "Asides"

#: archive.php:50
msgid "Year: %s"
msgstr "Tahun: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Bulan: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Hari: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Penulis: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Sepertinya tidak ada yang ditemukan disini. Cobalah pencarian dibawah."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ups! Laman tersebut tak ditemukan."

#: 404.php:30
msgid "404"
msgstr ""languages/ro_RO.po000064400000165105151213252640010103 0ustar00# Translation of Themes - ColorMag Pro in Romanian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-11-23 07:17:57+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);\n"
"X-Generator: GlotPress/2.2.2\n"
"Language: ro\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/widgets/widgets.php:861 inc/widgets/widgets.php:1114
#: inc/widgets/widgets.php:1826 inc/widgets/widgets.php:2081
#: inc/widgets/widgets.php:2672 inc/widgets/widgets.php:3051
#: inc/widgets/widgets.php:3286
msgid "View All"
msgstr ""

#: inc/widgets/widgets.php:736 inc/widgets/widgets.php:989
#: inc/widgets/widgets.php:1695 inc/widgets/widgets.php:1955
#: inc/widgets/widgets.php:2540 inc/widgets/widgets.php:2911
#: inc/widgets/widgets.php:3161
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/widgets.php:309 inc/widgets/widgets.php:521
#: inc/widgets/widgets.php:731 inc/widgets/widgets.php:984
#: inc/widgets/widgets.php:1690 inc/widgets/widgets.php:1950
#: inc/widgets/widgets.php:2535 inc/widgets/widgets.php:2906
#: inc/widgets/widgets.php:3156
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/widgets.php:304 inc/widgets/widgets.php:516
#: inc/widgets/widgets.php:726 inc/widgets/widgets.php:979
#: inc/widgets/widgets.php:1685 inc/widgets/widgets.php:1945
#: inc/widgets/widgets.php:2530 inc/widgets/widgets.php:2901
#: inc/widgets/widgets.php:3151
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:935
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:923
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Select an Image"
msgstr "Selectează o imagine"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Use image"
msgstr "Folosește imaginea"

#: inc/widgets/widgets.php:1222 inc/widgets/widgets.php:1335
#: inc/widgets/widgets.php:1453
msgid "Choose an image"
msgstr "Alege o imagine"

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1183
msgid "Choose a WXR (.xml) file to upload, then click Upload file and import."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1182
msgid "Howdy! Upload your WordPress eXtended RSS (WXR) file and we&#8217;ll import the posts, pages, comments, custom fields, categories, and tags into this site."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1167
msgid "A new version of this importer is available. Please update to version %s to ensure compatibility with newer export files."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1160
msgid "Import WordPress"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1067
msgid "Remote file is too large, limit is %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1061
msgid "Zero size file downloaded"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1056
msgid "Remote file is incorrect size"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:1043
msgid "Remote server returned %1$d %2$s for %3$s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:965
msgid "Invalid file type"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:951
msgid "Fetching attachments is not enabled"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:883
msgid "Menu item skipped due to invalid menu slug: %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:876
msgid "Menu item skipped due to missing menu slug"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:711
msgid "Failed to import %s &#8220;%s&#8221;"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:649
msgid "%s &#8220;%s&#8221; already exists."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:612
msgid "Failed to import &#8220;%s&#8221;: Invalid post type %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:523
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:745
msgid "Failed to import %s %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:474
msgid "Failed to import post tag %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:431
msgid "Failed to import category %s"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:379
msgid "Failed to create new user for %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:329
msgid "- Select -"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:328
msgid "or assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:326
msgid "assign posts to an existing user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:318
msgid "as a new user:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:315
msgid "or create new user with login name:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:304
msgid "Import author:"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:291
msgid "Submit"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:287
msgid "Download and import file attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:284
msgid "Import Attachments"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:274
msgid "If a new user is created by WordPress, a new password will be randomly generated and the new user&#8217;s role will be set as %s. Manually changing the new user&#8217;s details will be necessary."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:272
msgid "To make it easier for you to edit and save the imported content, you may want to reassign the author of the imported item to an existing user of this site. For example, you may want to import all the entries as <code>admin</code>s entries."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:271
msgid "Assign Authors"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:245
msgid "Failed to import author %s. Their posts will be attributed to the current user."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:220
msgid "This WXR file (version %s) may not be supported by this version of the importer. Please consider updating."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:204
msgid "The export file could not be found at <code>%s</code>. It is likely that this was caused by a permissions problem."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:184
msgid "Remember to update the passwords and roles of imported users."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "Have fun!"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:183
msgid "All done."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:140
msgid "The file does not exist, please try again."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:139
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:148
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:199
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:203
#: inc/demo-importer/includes/wordpress-importer/wordpress-importer.php:212
msgid "Sorry, there has been an error."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:84
#: inc/demo-importer/includes/wordpress-importer/parsers.php:89
#: inc/demo-importer/includes/wordpress-importer/parsers.php:306
#: inc/demo-importer/includes/wordpress-importer/parsers.php:495
msgid "This does not appear to be a WXR file, missing/invalid WXR version number"
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:43
msgid "Details are shown above. The importer will now try again with a different parser..."
msgstr ""

#: inc/demo-importer/includes/wordpress-importer/parsers.php:42
#: inc/demo-importer/includes/wordpress-importer/parsers.php:72
#: inc/demo-importer/includes/wordpress-importer/parsers.php:80
msgid "There was an error when reading this WXR file"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:69
msgid "Please Wait&hellip;"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:68
msgid "Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:66
msgid "Live Preview"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
#: inc/demo-importer/includes/views/html-admin-page-importer.php:61
#: inc/demo-importer/includes/views/html-admin-page-importer.php:64
msgid "Import"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:59
msgid "Required Plugin must be activated to import this demo."
msgstr ""

#. translators: %s: demo name
#: inc/demo-importer/includes/views/html-admin-page-importer.php:50
msgid "<span>Imported:</span> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:42
msgid "<strong>Recommended Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:39
msgid "<strong>Required Plugins:</strong> %s"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "<strong>Notice</strong> &#8211; If you want to completely remove a demo installation after importing it, you can use a plugin like %sWordPress Reset%s."
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:203
msgid "No Title"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:197
msgid "Imported to Inactive"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:193
msgid "Imported"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:134
msgid "Widget already exists"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:99
msgid "Site does not support widget"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:77
msgid "Sidebar does not exist in theme (moving widget to Inactive)"
msgstr ""

#: inc/demo-importer/includes/class-widget-importer.php:39
msgid "Widget import data could not be read. Please try a different file."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:45
msgid "The customizer import file is not suitable for current theme. You can only import customizer settings for the same theme or a child theme."
msgstr ""

#: inc/demo-importer/includes/class-customizer-importer.php:41
msgid "The customizer import file is not in a correct format. Please make sure to use the correct customizer import file."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:207
msgid "The XML file containing the dummy content is not available."
msgstr ""

#: inc/demo-importer/class-demo-importer.php:167
msgid "Successfully Imported"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:106
msgid "Importing demo content will replicate the live demo and overwrites your current customizer, widgets and other settings. It might take few minutes to complete the demo import. Are you sure you want to import this demo?"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:105
msgid "Importing Failed. Try again!"
msgstr ""

#: inc/demo-importer/class-demo-importer.php:84
#: inc/demo-importer/includes/views/html-admin-page-importer.php:14
msgid "Demo Importer"
msgstr ""

#: inc/demo-data/demo-config.php:298
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-data/demo-config.php:200
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-data/demo-config.php:113
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/functions.php:589 navigation.php:45
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:588 navigation.php:44
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un comentariu la &bdquo;%2$s&rdquo;"
msgstr[1] "%1$s comentarii la &bdquo;%2$s&rdquo;"
msgstr[2] "%1$s de comentarii la &bdquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Șablon pagină de contact"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr ""

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: single.php:39
msgid "See all posts by %1$s"
msgstr ""

#: single.php:39
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: sidebar.php:26
msgid "Right"
msgstr "Dreapta"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar.php:30
msgid "Example Widget"
msgstr "Piesă exemplu"

#: sidebar-left.php:26
msgid "Left"
msgstr "Stânga"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Pagină de contact"

#: searchform.php:12
msgid "Search"
msgstr "Caută"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Se pare că nu găsim ceea ce cauți. Poate că o căutare ar fi de ajutor."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Regret, dar nimic nu s-a potrivit cu termenii de căutare. Te rog încearcă din nou cu alte cuvinte cheie."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Gata să publici primul tău articol? <a href=\"%1$s\">Începe aici</a>."

#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Următor &rarr;"

#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Anterior"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Trișezi, nu?"

#: inc/widgets/widgets.php:3106
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Articole reprezentative (stilul 3)"

#: inc/widgets/widgets.php:2896
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/widgets.php:2850
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Articole reprezentative (stilul 7)"

#: inc/widgets/widgets.php:2742
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/widgets.php:2727
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/widgets.php:2725
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:2485
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Articole reprezentative (stilul 6)"

#: inc/widgets/widgets.php:2378
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/widgets.php:2363
msgid "TG: Random Posts Widget"
msgstr "TG: Piesă articole aleatorii"

#: inc/widgets/widgets.php:2361
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:2342
msgid "No comments"
msgstr ""

#: inc/widgets/widgets.php:2339
msgid "says:"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "% Comments"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "1 Comment"
msgstr ""

#: inc/widgets/widgets.php:2260 inc/widgets/widgets.php:2458
#: inc/widgets/widgets.php:2823
msgid "No Comment"
msgstr ""

#: inc/widgets/widgets.php:2195
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/widgets.php:2194
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/widgets.php:2193
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/widgets.php:2164
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/widgets.php:2158
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/widgets.php:2147
msgid "TG: Tabbed Widget"
msgstr "TG: Piesă navigare cu file"

#: inc/widgets/widgets.php:2145
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:1900
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Articole reprezentative (stilul 4)"

#: inc/widgets/widgets.php:1680
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/widgets.php:1634
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Articole reprezentative (stilul 5)"

#: inc/widgets/widgets.php:1573
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1569
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/widgets.php:1550
msgid "TG: Videos"
msgstr "TG: Videouri"

#: inc/widgets/widgets.php:1548
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/widgets.php:1434
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Adaugă-ți imaginile publicitare 125x125 aici"

#: inc/widgets/widgets.php:1415
msgid "TG: 125x125 Advertisement"
msgstr "TG: Anunț publicitar 125x125"

#: inc/widgets/widgets.php:1413
msgid "Add your 125x125 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 125x125 aici"

#: inc/widgets/widgets.php:1321
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Adaugă-ți imaginile publicitare 728x90 aici"

#: inc/widgets/widgets.php:1302
msgid "TG: 728x90 Advertisement"
msgstr "TG: Anunț publicitar 728x90"

#: inc/widgets/widgets.php:1300
msgid "Add your 728x90 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 728x90 aici"

#: inc/widgets/widgets.php:1214 inc/widgets/widgets.php:1327
#: inc/widgets/widgets.php:1445
msgid "Advertisement Image "
msgstr "Imagine publicitară"

#: inc/widgets/widgets.php:1210 inc/widgets/widgets.php:1323
#: inc/widgets/widgets.php:1441
msgid "Advertisement Image Link "
msgstr "Legătură imagine publicitară"

#: inc/widgets/widgets.php:1208
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Adaugă-ți imaginile publicitare 300x250 aici"

#: inc/widgets/widgets.php:1189
msgid "TG: 300x250 Advertisement"
msgstr "TG: Anunț publicitar 300x250"

#: inc/widgets/widgets.php:1187
msgid "Add your 300x250 Advertisement here"
msgstr "Adaugă-ți anunțul publicitar 300x250 aici"

#: inc/widgets/widgets.php:934
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Articole reprezentative (stilul 2)"

#: inc/widgets/widgets.php:709 inc/widgets/widgets.php:962
#: inc/widgets/widgets.php:1664 inc/widgets/widgets.php:1928
#: inc/widgets/widgets.php:2513 inc/widgets/widgets.php:2880
#: inc/widgets/widgets.php:3134
msgid "Description"
msgstr "Descriere"

#: inc/widgets/widgets.php:706 inc/widgets/widgets.php:959
#: inc/widgets/widgets.php:1205 inc/widgets/widgets.php:1318
#: inc/widgets/widgets.php:1431 inc/widgets/widgets.php:1565
#: inc/widgets/widgets.php:1661 inc/widgets/widgets.php:1925
#: inc/widgets/widgets.php:2374 inc/widgets/widgets.php:2510
#: inc/widgets/widgets.php:2738 inc/widgets/widgets.php:2877
#: inc/widgets/widgets.php:3131
msgid "Title:"
msgstr "Titlu:"

#: inc/widgets/widgets.php:703 inc/widgets/widgets.php:956
#: inc/widgets/widgets.php:1658 inc/widgets/widgets.php:1922
#: inc/widgets/widgets.php:2507 inc/widgets/widgets.php:2874
#: inc/widgets/widgets.php:3128
msgid "Layout will be as below:"
msgstr "Aranjamentul va fi ca mai jos:"

#: inc/widgets/widgets.php:681
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Articole reprezentative (stilul 1)"

#: inc/widgets/widgets.php:679 inc/widgets/widgets.php:932
#: inc/widgets/widgets.php:1632 inc/widgets/widgets.php:1898
#: inc/widgets/widgets.php:2483 inc/widgets/widgets.php:2848
#: inc/widgets/widgets.php:3104
msgid "Display latest posts or posts of specific category."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie."

#: inc/widgets/widgets.php:485
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/widgets.php:483
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie. Potrivită pentru zona de lângă  bara laterală carusel."

#: inc/widgets/widgets.php:300
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/widgets.php:299
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/widgets.php:298
msgid "Image Size:"
msgstr ""

#: inc/widgets/widgets.php:295 inc/widgets/widgets.php:510
#: inc/widgets/widgets.php:720 inc/widgets/widgets.php:973
#: inc/widgets/widgets.php:1675 inc/widgets/widgets.php:1939
#: inc/widgets/widgets.php:2524 inc/widgets/widgets.php:2891
#: inc/widgets/widgets.php:3145
msgid "Select category"
msgstr "Selectează categoria"

#: inc/widgets/widgets.php:292 inc/widgets/widgets.php:507
#: inc/widgets/widgets.php:717 inc/widgets/widgets.php:970
#: inc/widgets/widgets.php:1672 inc/widgets/widgets.php:1936
#: inc/widgets/widgets.php:2521 inc/widgets/widgets.php:2888
#: inc/widgets/widgets.php:3142
msgid "Show posts from a category"
msgstr "Arată articole dintr-o categorie"

#: inc/widgets/widgets.php:291 inc/widgets/widgets.php:506
#: inc/widgets/widgets.php:716 inc/widgets/widgets.php:969
#: inc/widgets/widgets.php:1671 inc/widgets/widgets.php:1935
#: inc/widgets/widgets.php:2520 inc/widgets/widgets.php:2887
#: inc/widgets/widgets.php:3141
msgid "Show latest Posts"
msgstr "Arată ultimele articole"

#: inc/widgets/widgets.php:287 inc/widgets/widgets.php:502
#: inc/widgets/widgets.php:712 inc/widgets/widgets.php:965
#: inc/widgets/widgets.php:1667 inc/widgets/widgets.php:1931
#: inc/widgets/widgets.php:2516 inc/widgets/widgets.php:2883
#: inc/widgets/widgets.php:3137
msgid "Number of posts to display:"
msgstr "Număr de articole de afișat:"

#: inc/widgets/widgets.php:268
msgid "TG: Featured Category Slider"
msgstr "TG: Carusel categorie reprezentativă"

#: inc/widgets/widgets.php:266
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Afișează ultimele articole sau articole dintr-o anumită categorie, care vor fi folosite ca un carusel."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Arată piese în bara laterală 4 subsol."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Arată piese în bara laterală 3 subsol."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Arată piese în bara laterală 2 subsol."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Arată piese în bara laterală 1 subsol."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Publicitate deasupra subsolului"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Arată piese pe pagina de eroare 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Bară laterală pagină de eroare 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Arată piese în șablon pagină de conținut."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Bară laterală pagină de conținut"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Pagina din față: secțiune conținut jos"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Secțiune conținut dreapta mijloc"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Pagina din față: secțiune conținut dreapta mijloc"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Secțiune conținut stânga mijloc"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Pagina din față: secțiune conținut stânga mijloc"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Secțiune conținut sus"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Pagina din față: secțiune conținut sus"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Arată piesă lângă carusel. Potrivit pentru TG: Articole evidențiate."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Pagina din față: zonă lângă carusel"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Pagina din față: zonă carusel"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Arată piese în secțiunea antet numai deasupra meniului de navigare principal."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Bară laterală antet"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Arată piese în partea stângă."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Arată piese în partea dreaptă."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/related-posts.php:5
msgid "You May Also Like"
msgstr "Ar putea să-ți placă și"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1226
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1109
msgid "Youtube"
msgstr ""

#: inc/functions.php:1079
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1064
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1047
msgid "Total Views"
msgstr ""

#: inc/functions.php:1025
msgid "%s Views"
msgstr ""

#: inc/functions.php:1023
msgid "0 View"
msgstr ""

#: inc/functions.php:950
msgid "Video URL"
msgstr ""

#: inc/functions.php:798
msgid "View a random post"
msgstr "Vezi un articol aleatoriu"

#: inc/functions.php:655
msgid "Reply"
msgstr "Răspunde"

#: inc/functions.php:650
msgid "Your comment is awaiting moderation."
msgstr "Comentariul tău așteaptă moderare."

#: inc/functions.php:642
msgid "%1$s at %2$s"
msgstr "%1$s la %2$s"

#: inc/functions.php:639
msgid "Post author"
msgstr "Autor articol"

#: inc/functions.php:624
msgid "(Edit)"
msgstr "(Editează)"

#: inc/functions.php:624
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:598
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articole mai noi <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:594
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articole mai vechi"

#: inc/functions.php:584
msgid "Post navigation"
msgstr "Navigare în articol"

#: inc/functions.php:304
msgid "Edit"
msgstr "Editează"

#: inc/functions.php:299
msgid ", "
msgstr ", "

#: inc/functions.php:297
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % comentarii"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 comentariu"

#: inc/functions.php:297
msgid "<i class=\"fa fa-comment\"></i> 0 Comment"
msgstr "<i class=\"fa fa-comment\"></i> Niciun comentariu"

#: inc/functions.php:283 inc/related-posts.php:33 inc/widgets/widgets.php:453
#: inc/widgets/widgets.php:650 inc/widgets/widgets.php:896
#: inc/widgets/widgets.php:1149 inc/widgets/widgets.php:1867
#: inc/widgets/widgets.php:2114 inc/widgets/widgets.php:2253
#: inc/widgets/widgets.php:2312 inc/widgets/widgets.php:2451
#: inc/widgets/widgets.php:2816 inc/widgets/widgets.php:3322
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:1920
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:1915
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:1910
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:1905
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:1900
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:1895
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:1890
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:1885
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:1878
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:1850
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:1845
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:1840
msgid "Button background color."
msgstr ""

#: inc/customizer.php:1835
msgid "Button text color."
msgstr ""

#: inc/customizer.php:1830
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:1825
msgid "Content text color."
msgstr ""

#: inc/customizer.php:1820
msgid "Page title color."
msgstr ""

#: inc/customizer.php:1815
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:1810
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:1803
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:1775
msgid "Header background color."
msgstr ""

#: inc/customizer.php:1770
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:1765
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:1760
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:1755
msgid "Site Title."
msgstr ""

#: inc/customizer.php:1748
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:1742
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:1740
msgid "Color Options"
msgstr "Opțiuni culoare"

#: inc/customizer.php:1730
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1715
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1700
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:1685
msgid "Footer widget Titles. Default is 15px"
msgstr ""

#: inc/customizer.php:1672
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:1663
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:1648
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:1633
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 18px"
msgstr ""

#: inc/customizer.php:1620
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:1611
msgid "Comment Title. Default is 22px"
msgstr ""

#: inc/customizer.php:1596
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:1581
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:1566
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:1551
msgid "Heading h6 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:1536
msgid "Heading h5 tag. Default is 26px"
msgstr ""

#: inc/customizer.php:1521
msgid "Heading h4 tag. Default is 30px"
msgstr ""

#: inc/customizer.php:1506
msgid "Heading h3 tag. Default is 34px"
msgstr ""

#: inc/customizer.php:1491
msgid "Heading h2 tag. Default is 38px"
msgstr ""

#: inc/customizer.php:1476
msgid "Heading h1 tag. Default is 42px"
msgstr ""

#: inc/customizer.php:1463
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:1454
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1439
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:1424
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:1409
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:1396
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:1365
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1360
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1355
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1350
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1345
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:1337
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:1330
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:1329
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:1318
msgid "%s"
msgstr "%s"

#: inc/customizer.php:1296
msgid "Category Color Settings"
msgstr "Setări culoare categorie"

#: inc/customizer.php:1291
msgid "Change the color of each category items as you want."
msgstr "Modifică culoarea fiecărui element din categorii, după cum dorești"

#: inc/customizer.php:1289
msgid "Category Color Options"
msgstr "Opțiuni culoare categorie"

#: inc/customizer.php:1280
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1271 inc/functions.php:1244
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1267
msgid "Footer Copyright Editor"
msgstr "Editor Drepturi de autor în subsol"

#: inc/customizer.php:1244
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1232
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1224
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1212
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1204
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1192
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1184
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Bifează pentru a activa caseta luminoasă pentru imagini reprezentative în articol singular"

#: inc/customizer.php:1172
msgid "Image Lightbox"
msgstr "Casetă luminoasă imagine"

#: inc/customizer.php:1164
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1152
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1144
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1133
msgid "Change Read More Text"
msgstr "Modifică text pentru Citește mai mult"

#: inc/customizer.php:1125
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1111
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1097
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1083
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1069
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1055
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1041
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1027
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1014
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1007
msgid "Related Posts By Tags"
msgstr "Articole similare după etichete"

#: inc/customizer.php:1006
msgid "Related Posts By Categories"
msgstr "Articole similare după categorii"

#: inc/customizer.php:1002
msgid "Related Posts Must Be Shown As:"
msgstr "Articolele similare trebuie arătate ca:"

#: inc/customizer.php:989
msgid "Check to activate the related posts"
msgstr "Bifează pentru a activa articole similare"

#: inc/customizer.php:977
msgid "Related Posts"
msgstr "Articole similare"

#: inc/customizer.php:968
msgid "Upload favicon for your site"
msgstr "Încarcă favicon pentru situl tău"

#: inc/customizer.php:956
msgid "Check to activate favicon. Upload favicon from below option"
msgstr "Bifează pentru a activa faviconul. Încarcă favicon din opțiunea de mai jos"

#: inc/customizer.php:944
msgid "Activate favicon"
msgstr "Activează favicon"

#: inc/customizer.php:915
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:903
msgid "Unique Post System"
msgstr "Sistem articol unic"

#: inc/customizer.php:897
msgid "Additional Options"
msgstr "Opțiuni suplimentare"

#: inc/customizer.php:895
msgid "Change the Additional Settings from here as you want"
msgstr "Modifică setările suplimentare de aici, după cum dorești"

#: inc/customizer.php:868
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:854
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:827
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:820 inc/header-functions.php:48
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:815 inc/header-functions.php:47
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:810 inc/header-functions.php:46
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:805 inc/header-functions.php:45
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:800 inc/header-functions.php:44
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:795 inc/header-functions.php:43
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:782 inc/customizer.php:882
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:752 inc/header-functions.php:37
msgid "VK"
msgstr ""

#: inc/customizer.php:747 inc/header-functions.php:36
msgid "Xing"
msgstr ""

#: inc/customizer.php:742 inc/header-functions.php:35
msgid "Reddit"
msgstr ""

#: inc/customizer.php:737 inc/functions.php:1103 inc/header-functions.php:34
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:732 inc/header-functions.php:33
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:727 inc/header-functions.php:32
msgid "Vine"
msgstr ""

#: inc/customizer.php:722 inc/header-functions.php:31
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:717 inc/header-functions.php:30
msgid "Skype"
msgstr ""

#: inc/customizer.php:712 inc/functions.php:1085 inc/header-functions.php:29
msgid "Flickr"
msgstr ""

#: inc/customizer.php:707 inc/header-functions.php:28
msgid "Delicious"
msgstr ""

#: inc/customizer.php:702 inc/functions.php:1091 inc/header-functions.php:27
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:697 inc/header-functions.php:26
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:692 inc/header-functions.php:25
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:687 inc/header-functions.php:24
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:682 inc/functions.php:1097 inc/header-functions.php:23
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:677 inc/header-functions.php:22
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:672 inc/functions.php:1067 inc/header-functions.php:21
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:667 inc/functions.php:1073 inc/header-functions.php:20
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:659
msgid "Check to activate social links area"
msgstr "Bifează pentru a activa zona legăturilor sociale"

#: inc/customizer.php:647
msgid "Activate social links area"
msgstr "Activează zona legăturilor sociale"

#: inc/customizer.php:641
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:640
msgid "Social Options"
msgstr "Opțiuni sociale"

#: inc/customizer.php:630
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:618
msgid "Custom CSS"
msgstr "CSS personalizat"

#: inc/customizer.php:594
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Aceasta se va reflecta în legături, butoane și multe altele. Alege o culoare care să se potrivească sitului tău"

#: inc/customizer.php:583
msgid "Primary color option"
msgstr "Opțiune culoare principală"

#: inc/customizer.php:574
msgid "One Coulmn (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:573
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:571
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:559
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:545
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Selectează aranjament implicit pentru articole singulare. Acest aranjament se va reflecta în toate articolele singulare cu excepția cazului în care aranjamentul unic este setat separat pentru un anumit articol"

#: inc/customizer.php:533
msgid "Default layout for single posts only"
msgstr "Aranjament implicit numai pentru articole singulare"

#: inc/customizer.php:519
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Selectează aranjament implicit pentru pagini. Acest aranjament se va reflecta în toate paginile cu excepția cazului în care aranjamentul unic este setat separat pentru anumite pagini"

#: inc/customizer.php:507
msgid "Default layout for pages only"
msgstr "Aranjament implicit numai pentru pagini"

#: inc/customizer.php:493
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Selectează aranjament implicit. Acest aranjament se va reflecta în întreg situl, arhive, categorii, pagină de căutare etc. Aranjamentul pentru un articol singular și o pagină poate fi controlat din opțiunile de mai jos"

#: inc/customizer.php:481
msgid "Default layout"
msgstr "Aranjament implicit"

#: inc/customizer.php:411
msgid "Wide Layout"
msgstr "Aranjament lat"

#: inc/customizer.php:410
msgid "Boxed Layout"
msgstr "Aranjament încasetat"

#: inc/customizer.php:408
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Alege-ți aranjamentul sitului. Schimbarea se va reflecta în tot situl"

#: inc/customizer.php:396
msgid "Site Layout"
msgstr "Aranjament sit"

#: inc/customizer.php:389
msgid "Check to hide blog posts/static page on front page"
msgstr "Bifează pentru a scunde articolele blogului/pagina statică pe pagina din față"

#: inc/customizer.php:378
msgid "Front Page Settings"
msgstr "Setările din Prima Pagină"

#: inc/customizer.php:372
msgid "Design Options"
msgstr "Opțiuni design"

#: inc/customizer.php:370
msgid "Change the Design Settings from here as you want"
msgstr "Modifică setările de design de aici, după cum dorești"

#: inc/customizer.php:362
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:361
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:360
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:357
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:345
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:338
msgid "Check to make header image link back to home page"
msgstr "Bifează pentru a duce legătura imaginii antet înapoi la prima pagină"

#: inc/customizer.php:326
msgid "Display the Header image below main/primary menu."
msgstr "Afișează imaginea antet sub meniul principal."

#: inc/customizer.php:325
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Implicit: Afișează imaginea antet între titlu/text sit și meniul principal."

#: inc/customizer.php:324
msgid "Display the Header image just above the site title/text."
msgstr "Afișează imaginea antet numai deasupra titlului/textului sitului."

#: inc/customizer.php:321
msgid "Header image display position"
msgstr "Poziție afișare imagine antet"

#: inc/customizer.php:309
msgid "Header Image Position"
msgstr "Poziție imagine antet"

#: inc/customizer.php:302
msgid "Disable"
msgstr "Dezactivează"

#: inc/customizer.php:301
msgid "Show Both"
msgstr "Arată ambele"

#: inc/customizer.php:300
msgid "Header Text Only"
msgstr "Numai text antet"

#: inc/customizer.php:299
msgid "Header Logo Only"
msgstr "Numai logo antet"

#: inc/customizer.php:296
msgid "Choose the option that you want"
msgstr "Alege opțiunea pe care o dorești"

#: inc/customizer.php:282
msgid "Upload logo for your header"
msgstr "Încarcă logo pentru antetul tău"

#: inc/customizer.php:270
msgid "Header Logo"
msgstr "Logo antet"

#: inc/customizer.php:262
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Bifează pentru a afișa iconul Articole aleatorii în meniul principal"

#: inc/customizer.php:249
msgid "Random Post"
msgstr "Articol aleatoriu"

#: inc/customizer.php:242
msgid "Check to display the Search Icon in the primary menu"
msgstr "Bifează pentru a afișa iconul Căutare în meniul principal"

#: inc/customizer.php:229
msgid "Search Icon"
msgstr "Caută icon"

#: inc/customizer.php:222
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Bifează pentru a activa comportamentul reprezentativ al meniului principal"

#: inc/customizer.php:209
msgid "Sticky Menu"
msgstr "Meniu reprezentativ"

#: inc/customizer.php:202
msgid "Check to show the home icon in the primary menu"
msgstr "Bifează pentru a arăta iconul prima pagină în meniul principal"

#: inc/customizer.php:189
msgid "Show Home Icon"
msgstr "Arată icon prima pagină"

#: inc/customizer.php:182
msgid "Check to show the date in header"
msgstr "Bifează pentru a arăta data în antet"

#: inc/customizer.php:169
msgid "Show Date"
msgstr "Arată data"

#: inc/customizer.php:163
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:162
msgid "Header"
msgstr ""

#: inc/customizer.php:158
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:144
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:131
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:119
msgid "Down"
msgstr ""

#: inc/customizer.php:118
msgid "Up"
msgstr ""

#: inc/customizer.php:114
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:100
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:94 inc/functions.php:706
msgid "Latest:"
msgstr "Ultimele:"

#: inc/customizer.php:87
msgid "Check to enable the breaking news section"
msgstr "Bifează pentru a activa secțiunea știrilor de ultimă oră"

#: inc/customizer.php:74
msgid "Breaking News"
msgstr "Știri de ultimă oră"

#: inc/customizer.php:69
msgid "Header Options"
msgstr "Opțiuni antet"

#: inc/customizer.php:67
msgid "Change the Header Settings from here as you want"
msgstr "Modifică setările antetului de aici, după cum dorești"

#: inc/customizer.php:58
msgid "Important Links"
msgstr "Legături importante"

#: inc/customizer.php:46
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customizer.php:34
msgid "Rate This Theme"
msgstr ""

#: inc/customizer.php:30
msgid "View Demo"
msgstr "Vezi demonstrație"

#: inc/customizer.php:26
msgid "Support"
msgstr "Suport"

#: inc/customizer.php:22
msgid "Documentation"
msgstr "Documentație"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Fără bară laterală cu conținut centrat"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Fără bară laterală de lățime completă"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Bară laterală stânga"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Bară laterală dreapta"

#: inc/admin/meta-boxes.php:28
msgid "Default Layout"
msgstr "Aranjament implicit"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selectează aranjament"

#: functions.php:85
msgid "Footer Menu"
msgstr ""

#: functions.php:84
msgid "Primary Menu"
msgstr "Meniu principal"

#: content.php:45 inc/customizer.php:1138
msgid "Read more"
msgstr "Citește mai mult"

#: content-page.php:30 content-single.php:48
msgid "Pages:"
msgstr "Pagini:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Comentariile sunt închise."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Comentarii mai noi &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Comentarii mai vechi"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigare în comentariu"

#: archive.php:71
msgid "Archives"
msgstr "Arhive"

#: archive.php:65
msgid "Links"
msgstr "Legături"

#: archive.php:62
msgid "Quotes"
msgstr "Citate"

#: archive.php:59
msgid "Videos"
msgstr "Videouri"

#: archive.php:56
msgid "Images"
msgstr "Imagini"

#: archive.php:53
msgid "Asides"
msgstr "Alăturări"

#: archive.php:50
msgid "Year: %s"
msgstr "An: %s"

#: archive.php:47
msgid "Month: %s"
msgstr "Lună: %s"

#: archive.php:44
msgid "Day: %s"
msgstr "Zi: %s"

#: archive.php:36
msgid "Author: %s"
msgstr "Autor: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:32
msgid "Error"
msgstr ""

#: 404.php:24
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Se pare că n-a fost găsit nimic la această locație. Încearcă căutarea de mai jos."

#: 404.php:22
msgid "Oops! That page can&rsquo;t be found."
msgstr "Hopa! Pagina respectivă nu poate fi găsită."

#: 404.php:30
msgid "404"
msgstr ""languages/fr_FR.mo000064400000051172151213252640010054 0ustar00��T��������(�'�)0Hsy�##,"P*s*�)��"AVpy
�
�
�
�
�
����

1I4_0�0�0�6'4^�#�#�9�4)3^)�C�7285k1�� �/
=$M<r<��>
KY`i~
������ 7L_t�����
	",IQ`o$�T�"U*3�`�18G�
���4��<C[y����"�'(.Ww��������    1 O [ j q 	� G� W� +!8!@!Y!^!k!q!	�!�!0�!�!�!""4"
P"%^"�"�"	�"	�"�"�"�"�"�"�"##	&#F0#
w#�#�#�#�#�#
�#�#�#
$$"$5$yE$��$�G%	�%	&&&1&BL&B�&D�&'3'%P'$v'&�'$�'D�'',( T(u(
�(�(�(\�() )()B)\)u)�)�)�)�)*#*@*]*r*�*
�*�*�*
�*��*V�+�+,,,,,3,	F,P,	W,a,
t,,�,	�,�,�,�,�,$�,T-'U-}--�-�-�.�. �.�.
�.�./�.+/-3/:a/s�/$0#50#Y0"}0,�0,�0+�0)&1P1g1�1�1�1�1�1�1�1�122
(262G2V2i2 u2"�2�2=�2=32N3C�3C�3M	4W4,j4+�4M�4C5?U55�5N�5?6FZ6>�6C�6*$7,O7B|7�7&�7N�7SG8%�8[�89	09:9C9X9s9�9�9�9�9�9�9�9:0:J:`:p:�:,�: �: �:;%;7;+F;	r;|;�;"�;%�;c�;[<g<y<u�<M�<}I=:�=J>M>
h>v>>L�>�>�>? ?6?>?-\?�?�?'�?�?,�?)@)G@)q@%�@"�@�@�@AA&A9AWAgA�A�A�A'�A�ABBB	'BN1B8�B�B
�B'�B�BCC2C	NC!XC;zC�C�C�C�CD(D)>DhD�D�D	�D�D�D�D�D�D�D	
EE
'EF5E|E#�E#�E=�E	F F'F	7FAFUFkF�F�F��F��G�YHUIgIxI�I+�IO�IO1JF�J(�J(�J,K,GK,tK,�Kb�K61L/hL�L�L�L"�L3�L	(M2M:MPMfM){M$�M$�M$�M$N$9N$^N$�N�N$�N�NOO"OAO�MOtKP�P�P�P�P�P�PQ)Q
1Q?Q
YQgQsQ	�Q�Q�Q�Q�Q/�QGR'LRtRvRxR%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the Social Links Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Bottom SectionContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Show widget just below menu. Suitable for TG: Featured Cat Slider.Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Highligted PostsTG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.This will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressWrite your custom cssYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:51:29+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fr
Project-Id-Version: Themes - ColorMag Pro
%1$s à %2$s%s&larr; Commentaires plus anciens&larr; Précédent(Modifier), <i class="fa fa-comment"></i> Aucun commentaire<i class="fa fa-comment"></i> 1 Commentaire<i class="fa fa-comments"></i> % Commentaires<span class="meta-nav">&larr;</span> Articles plus anciens<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activer la section des liens sociauxAjout de votre annonce 125x125 ici.Ajout de votre annonce 300x250 ici.Ajout de votre annonce 728x90 ici.Ajout de vos images d’annonce 125x125 ici.Ajout de vos images d’annonce 300x250 ici.Ajout de vos images d’annonce 728x90 ici.Ajoutez votre titre de bloc personnaliséOptions additionnellesAnnonce au dessus du piedImage de l’annonceLien de l'image de l’annonceArchivesNotesAuteur : %sStyle de bloc 1Style de grille 2Style de grille 4Style de grille 6Style de grille 9Titre de blocEn-tête et piedStyle encadréNouvelle fraîchesCatégoriesOptions de couleur de catégorieRéglages de couleur de catégorieTexte pour lire la suiteChangez les réglages additionnels autant que vous le voulez.Changez les réglages de design ici autant que vous le voulezChangez les régalges du pied comme vous le voulezChangez les régalges de l’en-tête ici autant que vous le voulezChanger les réglages de réseaux sociaux ici comme vous le voulez.changez les couleurs de chaque éléments de catégorie comme vous le voulez.Alors, on triche ?Cochez pour activer la zone de liens sociauxcochez pour activer les articles similairesCochez pour afficher l’icône d’article aléatoire dans le menu principalCochez pour afficher l’icône de recherche dans le menu principalCochez pour afficher l’image mise en avant dans les articles.cochez pour activer la section de nouvelles fraîchesCochez pour activer lightbox pour les images mises en avant dans les articles.Cochez pour activer le comportement fixe pour le menu principalCochez pour masquer les articles de blog/page statique sur l’accueilCochez pour masquer l’image mise en avant dans les articles.Cochez pour faire que l’image d’en-tête envoie sur l’accueilCochez pour afficher dans un nouvel ongletCochez pour afficher la date dans l'en-têteCochez pour afficher l’icône d’accueil dans le menu principalChoisir une imageChoisissez le coloris pour votre site.Choisissez le type d'affichage principal de la zone de pied que vous souhaitezChoisissez le type d'affichage principal de la zone d’en-tête que vous souhaitezChoisissez l’option que vous voulezChoisissez la mise en page de votre site. Ce changement est répercuté sur le site entier.Options de couleurCouleur :ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag SombreWidgets globaux ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de blocs ColorMagWidget de grille ColorMagNavigation de commentaireCommentaires fermés.Page de contactBarre de page de contactModèle de page contactPage d’accueil : Section de contenu milieuSection de contenu gauche milieuSection de contenu droite milieuZone de contenu hautCSS personnaliséColoris sombreDate dans l’en-tête d’affichage type :Jour : %sMise en page par défautMise en page par défautMise en page par défaut des pagesMise en page par défaut des articlesPar défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principalDescriptionOptions de designDésactiverAffichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporamaAffiche les derniers articles ou les articles d’une catégorie spécifique.Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama.Affichage de l’image d’en-tête sous le menu principalAffichage de l’image d’en-tête juste au dessus du titre/texte du siteAfficher articles depuis :DocumentationModifierBarre de page d’erreur 404Everest Forms – Constructeur de formulaire et formulaire de contact simpleWidget exempleFacebookImage mise en avantImage mise en avant dans la pageFiltrerÉditeur de copyright du piedType d’affichage de zone principale du piedOptions du piedPied uniquementDepuis le réglage de date de WordPressRéglages de page d’accueilPage d'accueil : Zone à côté du diaporamaPage d’accueil : Section de contenu basAccueil : Section de contenu mileu gaucheAccueil : Section de contenu mileu droitePage d'accueil : Zone de contenu hautPage d'accueil : Zone de diaporamaGoogle-PlusStyle de grille 2Style de grille 3Style de grille 4Style de grille 5 Position d'image d’en-têteLogo d'en-têteLogo d’en-tête seulementOptions d’en-têteBarre d'en-têteTexte d'en-tête seulementPosition d'affichage d'image d'en-têteEn-tête uniquementLightBox imageImagesLiens importantsInstagramIl semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?Il semble que rien ne soit trouvé pour votre recherche.Articles récentsRécents :La mise en page sera comme ci dessous :GaucheBarre de gaucheLiensType d’affichage de zone principale d’en-têteMois : %sCommentaires plus récents &rarr;Articles plus récents <span class="meta-nav">&rarr;</span>Suivant &rarr;&rarr;Pas de barre, contenu centréPas de barre (pleine largeur)Nombre d'articles à afficher :Offset d’articles :Oups, la page ne peut pas être trouvée.Modèle de constructeur de pagePages :Ping :PinterestAuteur de l’articleNavigation d’articleArticles&larr;Menu principalOption de couleur principaleCitationsArticle aléatoireLire la suitePrêt à publier votre 1er article ? <a href="%1$s">Commencez ici</a>.Articles similairesArticles similaires par catégoriesArticles similaires par étiquettesLes articles similaires doivent être affichés en tant que :RépondredroiteBarre de droiteRechercheIcône de rechercheChoix de mise en pageSélectionner une imageSélection de catégories :Sélectionner la catégorieSélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique.Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique.Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous.Afficher les deuxAfficher la dateAfficher l'Icône d’accueilAfficher les derniers articlesAfficher les articles depuis une catégorieAffichage du widget à côté du diaporama. Pour TG : Articles mis en évidenceAffichage du widget juste sous le menu. Pour TG : Diaporama de cat mis en avantAffichage des widgets juste à côté du pied. Pour TG : Widget 728x90Afficher les widgets sur le côté droitAfficher les widgets sur le côté droitAfficher les widgets dans la barre de pied 4Afficher les widgets dans la barre de pied 1Afficher les widgets dans la barre de pied 3Afficher les widgets dans la barre de pied 2Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation.Afficher les widgets sur le modèle de page de contactAfficher les widgets sur la page d’erreur 404Mise en page du siteCouleur de colorisOptions socialesAfficher les liens sociaux sur : Désolé, mais rien ne correspond à vos critères.Menu fixeSupportTG : Annonces 125x125TG : Annonces 300x250TG : Annonces 728x90TG : Catégorie de diaporama mis en avantTG : Articles mis en avant (style 1)TG : Articles mis en avant (style 2)TG : Articles mis en avant (style 3)TG : Articles mis en avant (style 4)TG : Articles mis en avant (style 5)TG : Articles mis en avant (style 6)TG : Articles mis en avant (style 7)TG : Articles mis en évidenceTG : Widget d’articles aléatoiresTG : Widget en ongletTG : VidéosCouleur de texte :Réglage par défaut du thèmeThemeGrill.Ceci est un widget d’exemple pour montrer à quoi la barre %s ressemble par défaut. vous pouvez ajouter des widgets personnalisés depuis %sl’écran des widgets%s dans l’admin. Si des widgets personnalisés sont ajoutés ils remplaceront ceux ci.Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site.Titre de widgetTitre :TwitterType 1 (par défaut)Type 2Système d’article uniqueUtiliser l'imageVidéosVoir la démoVoir un article au hasardColoris blancStyle largeTitre de widgetWordPressInsérez votre propre CSSAnnée : %sVous pourrez aussi aimerYouTubeVotre commentaire est en attente de validation.Une pensée sur &ldquo;%2$s&rdquo;%1$s pensées sur &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/bg_BG.mo000064400000062442151213252640010020 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+)�+,',@,2C,0v,3�,I�,s%-O�-;�-;%.:a.T�.T�.SF/M�/+�/"0'70=_0�0�0�0�0�0�0
1 1 610W1"�1!�1�1<�1<2BZ2k�2f	3op3p�3_Q4�4h�4Z65��5}(6��6k/7��7N;8��8�29��9a;:��:'&;ON;Z�;`�;@Z<w�<!=	5=?=%H=&n=�=&�=�=�=�=>!)> K>&l>,�>/�>�>0?<8?Cu?8�?E�?8@W@Vk@
�@6�@6AH;A]�A��A�B&�B�B��B��C�Dg�DpJE6�E�EFMF4jF�F�F0�FH�F@GEMGP�G/�GH:-H;hH:�HW�Hd7If�IfJ=jJ�J�J�J�JKI,K"vK5�K>�K$LI3L)}L/�L�L	�Le�L�^M%�MN;/NkN&tN�NA�N�N/�NO)OyO�OT�O?�O6-P3dP.�PZ�P"Q	4Q	>Q
HQSQfQ{Q�Q/�Q�Q)�QRo!R%�R=�R9�R[/S�S�S(�S�S �S#T&&T$MT#rT3�TX�U�#W(�X$�XM�XAEYA�Y��YNNZP�ZW�ZWF[W�[W�[�N\Z�\J4]"]$�]�]=�]�!^�^�^�^__99_4s_4�_4�_4`4G`4|`4�`?�` &aGaVaFra
�a��a&tb�b�b(�b�b=�b0%c
Vc#ac;�c�c�c&�c	d d1dCdFKda�d'�dee e%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:57:41+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: bg
Project-Id-Version: Themes - ColorMag Pro
%1$s в %2$s%s&larr; По-стари коментари&larr; Предишна(Редактиране), <i class="fa fa-comment"></i> 0 коментара<i class="fa fa-comment"></i> 1 коментар<i class="fa fa-comments"></i> % коментара<span class="meta-nav">&larr;</span> По-стари публикации<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Включване на връзките към социалните мрежиДобавете вашите реклами 125x125 тукДобавете вашата реклама 300x250 тукДобавете вашата реклама 728x90 тукДобавете вашите рекламни изображения 125x125 тукДобавете вашите рекламни изображения 300x250 тукДобавете вашите рекламни изображения 728x90 тукДобавете ваше собствено заглавие на блокаДопълнителни настройкиРеклама над дънотоРекламно изображениеВръзка за рекламното изображениеАрхивиБележкиАвтор: %sСтил "блок" 1Стил "блок" 2Стил "блок" 4Стил "блок" 6Стил "блок" 9Заглавие на блокаВ заглавната част и дънотоС фиксирана ширинаИзвънредни новиниКатегорииНастройки за цвят на категориитеНастройки за цвят на категориитеПромяна на текста "Прочетете повече"Променете допълнителните настройки по ваше желание от тукПроменете настройките на дизайна по ваше желание от тукПроменете настройката за дънната част по ваше желание от тукПроменете настройките за заглавната част по ваше желание тукПромяна на цвета на всяка категория по ваше желание.Шмекеруваме, а?Отбележете, за да включите връзките към социалните мрежиОтбележете, за да включите свързаните публикацииОтбележете, за да се показва иконката за произволните публикации в основното менюОтбележете, за да се показва иконката за търсачката в основното менюОтбележете, за да се показва изображението на страницата при отварянето ѝ.Отбележете, за да се показва разделът за извънредни новиниОтбележете, за да включите ефекта "lightbox" за картинката на публикацията при отварянето ѝОтбележете, за да фиксирате основното менюОтбележете, за да скриете публикациите от блога/статичната страница от началната страница.Отбележете, за да скриете изображението на публикацията при отварянето ѝ.Отбележете, за да води заглавното изображение към началната страница.Отбележете, за да се показва датата в заглавната частОтбележете, за да се показва иконката за начална страница в основното менюИзберете изображениеИзберете тоналността на темата за сайта си.Изберете типа показване на дънната част на сайта.Изберете типа показване на заглавната част на сайта.Изберете настройката, която искатеИзберете структура на сайта си. Тя ще бъде отразена за целия сайт.Цветови настройкиЦвят:ColorMagColorMag блог за красотаColorMag бизнес списаниеColorMag Pro тъмнаColorMag глобални джаджиColorMag ProColorMag Pro модаColorMag Pro МузикаColorMag Pro спортColorMag Pro технологииColorMag джаджа "блок"ColorMag джаджа "решетка"Навигация в коментаритеКоментарите са затворени.КонтактнатаКонтактна странична лентаШаблон за страницата за контактиРаздел за съдържание в средата влявоРаздел за съдържание в средатаРаздел за съдържанието в горната частПотребителски CSSТъмен цвятНачин на показване на датата в заглавната част:Ден: %sРазположение по подразбиранеРазположение по подразбиранеСтандартна подредба само за страницитеСтандартна подредба само за единичните публикацииСтандартно: показване на заглавното изображение между заглавието на сайта и основното меню.ОписаниеНастройки на дизайнаИзключванеПоказвайте последните публикации или такива от конкретна категория, които ще се въртят в слайдър.Показвайте последните публикации или такива от определена категория.Показвайте последните публикации или такива от конкретна категория, Подходяща за страничната лента след слайдъра.Показване на заглавното изображение под основното меню.Показване на заглавното изображение над заглавието на сайта.Показване на публикациите от:ДокументацияРедакцияСтранична лента за страницата за грешка 404Everest Forms – Easy Contact Form and Form BuilderПримерна джаджаFacebookИзображение на страницатаПоказване на изображение на страницатаФилтърРедактор на авторските права в дънотоПоказване на основната зона на дънната частНастройки на дънната частСамо в дънотоОт настройките за датите в WordPressНастройки за началната страницаНачална страница: след слайдъраНачална страница: раздел за съдържание в дънотоНачална страница: раздел за съдържание в средата влявоНачална страница: раздел за съдържание в средата вдясноНачална страница: раздел за съдържанието в горната частНачална страница: зона за слайдърGoogle-PlusСтил “решетка" 2Стил “решетка" 3Стил “решетка" 4Стил “решетка" 5Разположение на заглавното изображениеСамо заглавно логоНастройки на заглавната частСтранична лента в заглавната частСамо заглавен текстРазположение на заглавното изображениеСамо в заглавната частИзображение с "lightbox" ефектИзображенияInstagramНищо не бе намерено тук. Пробвайте с търсачката по-долу.За жалост не успяваме да намерим това, което търсите. Може би търсачката ще помогне?Последни публикацииПоследни:Подредбата ще бъде както следва:ЛявоЛява странична лентаВръзкиТип на показване на заглавната частМесец: %sПо-скорошни коментари &rarr;По-скорошни публикации <span class="meta-nav">&rarr;</span>Следваща &rarr;&rarr;Без странична лента и с центрирано съдържаниеБез странична лента с пълна ширинаБрой публикации за показване:Изместване на публикациите:Страницата не бе открита.Шаблон за разширение за сглабяне на съдържаниетоСтраници:Pingback:PinterestАвторНавигацияПубликации&larr;Основно менюНастройка за основен цвятЦитатиПроизволна публикацияПрочетете повечеВреме е за първата ви публикация. <a href="%1$s">Започнете от тук</a>.Свързани публикацииСвързани публикации по категорииСвързани публикации по етикетиСвързаните публикации трябва да се показват като:ОтговорДяснатаДясна странична лентаТърсенеИконка за търсенеИзберете структураИзбор на изображениеИзберете категории:Изберете категорияИзберете подредба по подразбиране  за страниците. Тази подредба ще бъде отразена за всички страници, освен ако за някоя от тях не бъде зададена изрична друга настройка.Изберете подредба по подразбиране за единичните публикации. Тази подредба ще се отразява на всички единични публикации, освен ако за някоя от тях не бъде зададена изрична друга настройка.Изберете подредба по подразбиране. Тази подредба ще бъде отразена за всички архивни страници, категории, резултати от търсене и т.н. Подредбата за единичните публикации и страници могат да бъдат настроени по-долуДа се показват и дветеПоказване на дататаПоказване на иконката за начална страницаПоказване на последните публикацииПоказвайте публикации от категорияПоказване на джаджа до слайдъра. Подходяща за TG: акцентирани публикации.Показва джаджите в лявата странична лента.Показва джаджите в дясната странична лента.Показва джаджи в страничната лента в дъното № 4.Показва джаджи в страничната лента в дъното № 1.Показва джаджи в страничната лента в дъното № 3.Показва джаджи в страничната лента в дъното № 2.Показва джаджите в заглавния раздел точно над основното навигационно меню.Показва джаджи в шаблона за контактната страницаПоказва джаджи в страницата за грешка 404.Структура на сайтаТоналност на тематаСоциални мрежиСоциалните връзки да се показват:Няма резултати, отговарящи на вашето търсене. Опитайте отново с други ключови думи.Фиксирано менюПоддръжкаTG: 125x125 рекламаTG: 300x250 рекламаTG: 728x90 рекламаTG: Слайдър по избрана категорияTG: Избрани публикации (стил 1)TG: Избрани публикации (стил 2)TG: Избрани публикации (стил 3)TG: Избрани публикации (стил 4)TG: Избрани публикации (стил 5)TG: Избрани публикации (стил 6)TG: Избрани публикации (стил 7)TG: Джаджа за произволни публикацииTG: Джаджа с табовеTG: ВидеоЦвят на текста:Настройката по подразбиране на тематаThemeGrillТова ще се отрази на връзки, бутони и много други места. Изберете цвят, който да отива на сайта виЗаглавие на джаджатаЗаглавие:TwitterТип 1 (по подразбиране)Тип 2Уникална система за публикациитеПолзване на изображениетеВидеоВижте демонстрацияОтваряне на случайна публикацияСветъл цвятПълна ширинаЗаглавие на джаджатаWordPressГодина: %sВижте ощеYoutubeКоментарът ви е задържан за одобрение.Един коментар за &ldquo;%2$s&rdquo;%1$s коментара за &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/ko_KR.mo000064400000036407151213252640010067 0ustar00���4LLMZ]s��'�'�)�0
s8
�
�
#�
#�
" *C*n)����
$-
4?
LZq�4�0�046k;#�#�94=)rC�7�21K }/���>�
=KXk������
'6$TTy��U�3;`o1�8;@Wfo��"�'�(.Nfr�������	G"Wj�����	�0LXn��%��	�	��	3@U\	hFr
����
%3:
FTdyt���v	+	5?N`B{��%�$&B$iD�'� �(\7������ / L i � � � � � 
!
!V!t!{!�!�!�!	�!�!	�!�!�!		"""."$6"T["�"	�#�#�#
�#�#�#&�#&$';$/c$s�$%%5:%5p%4�%?�%?&>[&
�&�&�&�&
�&�&
�&'
'-'H'c'/~'1�'.�'9(I(F^((�(�(9�(5')(])H�)3�)P*BT*'�*5�*�*+<+
[+i+v+�+�+ �+�+�+,<,Q,
f,q,�, �,!�,S�,0-	A-LK-1�-d�--/.A].�.!�.
�.�.�.�.//,E/3r/3�/)�/(0-090
Q0_0
p0~0�0�0�0	�0
�0	�0l1en1�1'�1222&2.2/C2
s2�2$�2�2�24�2
33	'3	13;3O3
V3d3v3
}3
�3^�3
�3�34/-4]4	j4t4�4�4�4�4�4��4��5�16
7
7+7@7R7Ep7�7�7*�7'8';8'c8K�82�8)
949
K9mY9�9�9�9�9:$:<:Y:v:�:�:�:�:;;
,;
:;tE;
�;	�;�; �;<#<	4<
><L<^<u<
�<
�<�<8�<'�<%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comment<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate faviconActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBoxed LayoutBreaking NewsCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate favicon. Upload favicon from below optionCheck to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColorMag ProComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDay: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.Design OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.EditError 404 Page SidebarExample WidgetFacebookFooter Copyright EditorFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest:Layout will be as below:LeftLeft SidebarLinksMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Oops! That page can&rsquo;t be found.Pages:Pingback:PinterestPost authorPost navigationPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSocial OptionsSorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle:TwitterUnique Post SystemUpload favicon for your siteUpload logo for your headerUse imageVideosView DemoView a random postWide LayoutWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;PO-Revision-Date: 2016-11-23 07:12:59+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=1; plural=0;
X-Generator: GlotPress/2.2.2
Language: ko_KR
Project-Id-Version: Themes - ColorMag Pro
%1$s %2$s%s&larr; 이전 댓글&larr; 이전(수정), <i class="fa fa-comment"></i> 0 댓글<i class="fa fa-comment"></i> 1 댓글<i class="fa fa-comments"></i> % 댓글<span class="meta-nav">&larr;</span> 예전 글<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>파비콘 활성화소셜 링크 영역 활성화125x125 크기의 광고를 여기에 추가하세요300x250 크기의 광고를 여기에 추가하세요728x90 크기의 광고를 여기에 추가하세요125x125 크기의 광고 이미지를 여기에 추가하세요300x250 크기의 광고 이미지를 여기에 추가하세요728x90 크기의 광고 이미지를 여기에 추가하세요추가 옵션푸터 위에 광고광고 이미지 광고 이미지 링크 글 보관함Asides글쓴이: %s박스 레이아웃긴급 뉴스카테고리 색상 옵션카테고리 색상 설정더보기 텍스트 변경여기서 원하는 대로 추가 설정 변경원하는대로 여기서 디자인 설정 변경여기서 원하는대로 헤더 설정 변경원하는대로 각 카테고리 아이템 색상 변경.속이지 마세요!파비콘 활성화는 체크. 아래 옵션에서 파비콘 업로드소셜 링크 영역 활성화는 체크최근 글 활성화는 체크주 메뉴에 랜덤 글 아이콘 표시하려면 체크주 메뉴에 검색 아이콘 표시하려면 체크긴급 뉴스 영역 활성화는 체크단일 글에서 특성 이미지에 라이트박스 활성화는 체크주메뉴를 붙박이로 활성화하려면 체크프론트 페이지에서 블로그 글/ 정적인 페이지 감추려면 체크홈 페이지를 헤더 이미지 링크로 사용하려면 체크헤더에 날짜 표시하려면 체크주 메뉴에서 홈 아이콘 표시하려면 체크이미지 선택원하는 옵션 선택사이트 레이아웃 선택. 전체 사이트에 적용됨색상 옵션ColorMag Pro댓글 내비게이션댓글이 닫혀있습니다.컨택트 페이지컨택트 페이지 사이드바컨택트 페이지 템플릿콘텐츠 중간 좌측 영역콘텐츠 중간 우측 영역콘텐츠 탑 영역사용자 정의 CSS날짜: %s기본 레이아웃기본 레이아웃페이지만 기본 레이아웃단일 글만 기본 레이아웃기본: 사이트 제목/텍스트와 주 메뉴 사이에 헤더 이미지 표시.디자인 옵션비활성최근 글 또는 특정 카테고리 글 표시. 슬라이더로 사용됨.최근 글 또는 특정 카테고리 글 표시.최근 글 또는 특정 카테고리 글 표시. 슬라이더 사이드바 옆의 영역에 적합.주 메뉴 아래에 헤더 이미지 표시.사이트 제목/텍스트 바로 위의 헤더 이미지 표시.수정404 에러 페이지 사이드바예제 위젯Facebook푸터 저작권 편집기프론트 페이지 설정프론트 페이지: 슬라이더 옆의 영역프론트 페이지: 콘텐츠 하단 영역프론트 페이지: 콘텐츠 중간 좌측 영역프론트 페이지: 콘텐츠 중간 우측 영역프론트 페이지: 콘텐츠 탑 영역프론트 페이지: 슬라이더 영역Google-Plus헤더 이미지 위치헤더 로고헤더 로고만헤더 옵션헤더 사이드바헤더 텍스트만헤더 이미지 표시 위치이미지 라이트박스이미지중요 링크Instagram이 영역에서는 아무것도 찾을 수 없는 것 같습니다. 아래의 검색을 이용해보세요.찾고 있는 것을 찾을 수 없는 것 같습니다. 검색이 도움이 될 수도 있습니다.최근:레이아웃은 다음과 같습니다:왼쪽좌측 사이드바링크월: %s다음 댓글 &rarr;다음 글 <span class="meta-nav">&rarr;</span>다음 &rarr;&rarr;사이드바 없는 콘텐츠 중앙사이드바 없는 전체 폭표시할 글 수:이런! 해당 페이지를 찾을 수 없습니다.페이지:핑백:Pinterest글쓴이글 내비게이션&larr;기본 메뉴주 색상 옵션인용랜덤 글더 읽기첫 번째 글을 발행할 준비가 됐나요? <a href="%1$s">여기서 시작하세요</a>.관련 글카테고리별 관련 글태그별 관련 글관련 글은 다음으로 보여야 합니다:댓글달기오른쪽우측 사이드바검색검색 아이콘레이아웃 선택이미지 선택카테고리 선택페이지에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 페이지에 독특한 레이아웃을 설정하지 않으면 모든 페이지에 적용됩니다.단일 글에 대해 기본 레이아웃 선택. 이 레이아웃은 특정 글에 독특한 레이아웃을 설정하지 않으면 모든 단일 글에 적용됩니다.기본 레이아웃 선택. 이 레이아웃은 사이트 전체 글 목록, 카테고리, 검색 페이지 등에 적용됩니다. 단일 글과 페이지 레이아웃은 아래의 옵션에서 제어할 수 있습니다둘다 표시날짜 표시홈 아이콘 표시최근 글 표시카테고리에서 글 표시슬라이더 옆에 위젯 표시. TG: 하이라이느 글에 적합.좌측에 위젯 표시.우측에 위젯 표시.푸터 사이드바 4에 위젯을 표시.푸터 사이드바 1에 위젯 표시.푸터 사이드바 3에 위젯 표시.푸터 사이드바 2에 위젯 표시.메인 내비게이션 메뉴 바로 위의 헤더 영역에 위젯 표시.컨택트 페이지 템플릿에서 위젯 표시.404 에러 페이지에서 위젯 표시.사이트 레이아웃소셜 옵션죄송하지만 검색어와 일치하는 것이 없습니다. 다른 검색어로 다시 시도해보세요.붙박이 메뉴지원TG: 125x125 광고TG: 300x250 광고TG: 728x90 광고TG: 특성 카테고리 슬라이더TG: 특성 글 (스타일 1)TG: 특성 글 (스타일 2)TG: 특성 글 (스타일 3)TG: 특성 글 (스타일 4)TG: 특성 글 (스타일 5)TG: 특성 글 (스타일 6)TG: 특성 글 (스타일 7)TG: 랜덤 글 위젯TG: 탭 위젯TG: 비디오ThemeGrill이것은 링크, 버튼, 등 다른 여러 곳에 적용됩니다. 사이트에 적합한 색상을 선택하세요타이틀:트위터독특한 글 시스템사이트의 파비콘 업로드헤더용 로고 업로드이미지 사용동영상데모 보기랜덤 글 보기와이드 레이아웃워드프레스년도: %s관심 상품YouTube입력한 댓글이 검토를 기다리고 있습니다.&ldquo;%2$s&rdquo;의 %1$s개의 생각languages/fr_BE.mo000064400000046501151213252640010033 0ustar00��������#*(-'V)~0�s�M#h#�"�*�*�))So�����
�
�
�


#1=T
a
oz��4�0�0%0V4��#�#�94R3�)�C�7)2a5�1� �/M$]<�<��>
[ipy�
�����0G\o������
		;CRa$T��U3r`�189r
���4���.5Mkz���"�'�( Ii���������5AP	WGaW�   / 4 A G 	e o 0� � � � � 
!
&!%4!Z!p!	w!	�!�!�!�!�!�!�!�!�!	�!F"
M"["w"�"�"�"
�"�"�"
�"�"�"#y#��#�$	�$	�$�$�$%B"%e%�%%�%$�%&�%$&D5&'z& �&�&
�&�&�&\'b'n'v'�'�'�'�'�'(7(T(q(�(�(�(
�(�(�(
)V
)d)q)x)�)�)�)	�)�)	�)�)
�)�)�)	�)**"*$**TO*'�*�*�*�*�*�+�+ �+,
,&,/),+Y,-�,:�,s�,$b-#�-#�-"�-,�-,.+L.)x.�.�.�.�.///"/2/D/V/h/
z/�/�/�/�/ �/"�/0=$0=b02�0C�0M1e1,x1+�1M�1C2?c25�2N�2?(3Fh3>�3C�3,24B_4�4&�4N�4S*5%~5[�56	66&6;6V6f66�6�6�6�6�6�67-7C7S7l7 �7 �7�7�7�7+�7	(828K8"d8%�8c�899/9u;9M�9}�9:}:J�:;
;,;5;LR;�;�;�; �;�;�;-<@<P<'`<�<,�<)�<)�<)'=%Q="w=�=�=�=�=�=�=
>)>>>O>'j>�>�>�>	�>N�>8?N?
`?'k?�?�?�?2�?	�?!�?;@K@Z@a@@�@�@)�@�@A%A	,A6ALAcAlAsA�A	�A�A
�AF�AB#%B#IB=mB	�B�B�B	�B�B�BCC4C�PC�D��D�E�E
F+F+JFOvF(�F(�F,G,EG,rG,�Gb�G6/H/fH�H�H�H"�H3�H	&I0I8INIdI)yI$�I$�I$�I$J$7J$\J$�J$�J�J�J�JK Kt,K�K�K�K�K�K�K�K
L
L L
:LHLTL	dLnLzL�L/�LG�L'M;M=M?M%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:11:24+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n > 1;
X-Generator: GlotPress/3.0.0
Language: fr_BE
Project-Id-Version: Themes - ColorMag Pro
%1$s à %2$s%s&larr; Commentaires plus anciens&larr; Précédent(Modifier), <i class="fa fa-comment"></i> Aucun commentaire<i class="fa fa-comment"></i> 1 Commentaire<i class="fa fa-comments"></i> % Commentaires<span class="meta-nav">&larr;</span> Articles plus anciens<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activer la section des liens sociauxAjout de votre annonce 125x125 ici.Ajout de votre annonce 300x250 ici.Ajout de votre annonce 728x90 ici.Ajout de vos images d’annonce 125x125 ici.Ajout de vos images d’annonce 300x250 ici.Ajout de vos images d’annonce 728x90 ici.Ajoutez votre titre de bloc personnaliséOptions additionnellesAnnonce au dessus du piedImage de l’annonceLien de l'image de l’annonceArchivesNotesAuteur : %sStyle de bloc 1Style de grille 2Style de grille 4Style de grille 6Style de grille 9Titre de blocEn-tête et piedStyle encadréNouvelle fraîchesCatégoriesOptions de couleur de catégorieRéglages de couleur de catégorieTexte pour lire la suiteChangez les réglages additionnels autant que vous le voulez.Changez les réglages de design ici autant que vous le voulezChangez les régalges du pied comme vous le voulezChangez les régalges de l’en-tête ici autant que vous le voulezchangez les couleurs de chaque éléments de catégorie comme vous le voulez.Alors, on triche ?Cochez pour activer la zone de liens sociauxcochez pour activer les articles similairesCochez pour afficher l’icône d’article aléatoire dans le menu principalCochez pour afficher l’icône de recherche dans le menu principalCochez pour afficher l’image mise en avant dans les articles.cochez pour activer la section de nouvelles fraîchesCochez pour activer lightbox pour les images mises en avant dans les articles.Cochez pour activer le comportement fixe pour le menu principalCochez pour masquer les articles de blog/page statique sur l’accueilCochez pour masquer l’image mise en avant dans les articles.Cochez pour faire que l’image d’en-tête envoie sur l’accueilCochez pour afficher la date dans l'en-têteCochez pour afficher l’icône d’accueil dans le menu principalChoisir une imageChoisissez le coloris pour votre site.Choisissez le type d'affichage principal de la zone de pied que vous souhaitezChoisissez le type d'affichage principal de la zone d’en-tête que vous souhaitezChoisissez l’option que vous voulezChoisissez la mise en page de votre site. Ce changement est répercuté sur le site entier.Options de couleurCouleur :ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag SombreWidgets globaux ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de blocs ColorMagWidget de grille ColorMagNavigation de commentaireCommentaires fermés.Page de contactBarre de page de contactModèle de page contactSection de contenu gauche milieuSection de contenu droite milieuZone de contenu hautCSS personnaliséColoris sombreDate dans l’en-tête d’affichage type :Jour : %sMise en page par défautMise en page par défautMise en page par défaut des pagesMise en page par défaut des articlesPar défaut : Affichage de l’image d’en-tête entre le titre/texte du site et le menu principalDescriptionOptions de designDésactiverAffichage des derniers articles ou des articles d’une catégorie spécifique qui seront utilisés dans le diaporamaAffiche les derniers articles ou les articles d’une catégorie spécifique.Affichage des derniers articles ou des articles d’une catégorie spécifique. Pour la zone de barre à côté du diaporama.Affichage de l’image d’en-tête sous le menu principalAffichage de l’image d’en-tête juste au dessus du titre/texte du siteAfficher articles depuis :DocumentationModifierBarre de page d’erreur 404Everest Forms – Constructeur de formulaire et formulaire de contact simpleWidget exempleFacebookImage mise en avantImage mise en avant dans la pageFiltrerÉditeur de copyright du piedType d’affichage de zone principale du piedOptions du piedPied uniquementDepuis le réglage de date de WordPressRéglages de page d’accueilPage d'accueil : Zone à côté du diaporamaPage d’accueil : Section de contenu basAccueil : Section de contenu mileu gaucheAccueil : Section de contenu mileu droitePage d'accueil : Zone de contenu hautPage d'accueil : Zone de diaporamaGoogle-PlusStyle de grille 2Style de grille 3Style de grille 4Style de grille 5 Position d'image d’en-têteLogo d’en-tête seulementOptions d’en-têteBarre d'en-têteTexte d'en-tête seulementPosition d'affichage d'image d'en-têteEn-tête uniquementLightBox imageImagesInstagramIl semble que rien ne soit trouvé à cet emplacement. Essayer une recherche ?Il semble que rien ne soit trouvé pour votre recherche.Articles récentsRécents :La mise en page sera comme ci dessous :GaucheBarre de gaucheLiensType d’affichage de zone principale d’en-têteMois : %sCommentaires plus récents &rarr;Articles plus récents <span class="meta-nav">&rarr;</span>Suivant &rarr;&rarr;Pas de barre, contenu centréPas de barre (pleine largeur)Nombre d'articles à afficher :Offset d’articles :Oups, la page ne peut pas être trouvée.Modèle de constructeur de pagePages :Ping :PinterestAuteur de l’articleNavigation d’articleArticles&larr;Menu principalOption de couleur principaleCitationsArticle aléatoireLire la suitePrêt à publier votre 1er article ? <a href="%1$s">Commencez ici</a>.Articles similairesArticles similaires par catégoriesArticles similaires par étiquettesLes articles similaires doivent être affichés en tant que :RépondredroiteBarre de droiteRechercheIcône de rechercheChoix de mise en pageSélectionner une imageSélection de catégories :Sélectionner la catégorieSélectionnez la mise en page par défaut pour les pages. Cette mise en page sera répercutée dans toutes les pages à moins qu’une mise en page spécifique soit configurée pour une page spécifique.Sélectionnez la mise en page par défaut pour les articles. Cette mise en page sera répercutée dans tous les articles à moins qu’une mise en page spécifique soit configurée pour un article spécifique.Sélectionnez la mise en page par défaut. Cette mise en page sera répercutée dans toutes les archives du site, catégories, page de recherche, etc. La mise en page pour un article ou une page peut être contrôlée à partir des options ci-dessous.Afficher les deuxAfficher la dateAfficher l'Icône d’accueilAfficher les derniers articlesAfficher les articles depuis une catégorieAffichage du widget à côté du diaporama. Pour TG : Articles mis en évidenceAfficher les widgets sur le côté droitAfficher les widgets sur le côté droitAfficher les widgets dans la barre de pied 4Afficher les widgets dans la barre de pied 1Afficher les widgets dans la barre de pied 3Afficher les widgets dans la barre de pied 2Affichage des widgets dans la section d’en-tête juste à côte du menu principal de navigation.Afficher les widgets sur le modèle de page de contactAfficher les widgets sur la page d’erreur 404Mise en page du siteCouleur de colorisOptions socialesAfficher les liens sociaux sur : Désolé, mais rien ne correspond à vos critères.Menu fixeSupportTG : Annonces 125x125TG : Annonces 300x250TG : Annonces 728x90TG : Catégorie de diaporama mis en avantTG : Articles mis en avant (style 1)TG : Articles mis en avant (style 2)TG : Articles mis en avant (style 3)TG : Articles mis en avant (style 4)TG : Articles mis en avant (style 5)TG : Articles mis en avant (style 6)TG : Articles mis en avant (style 7)TG : Widget d’articles aléatoiresTG : Widget en ongletTG : VidéosCouleur de texte :Réglage par défaut du thèmeThemeGrill.Ceci sera répercuté dans les liens, les boutons et plus encore. Choisissez une couleur correpondant à votre site.Titre de widgetTitre :TwitterType 1 (par défaut)Type 2Système d’article uniqueUtiliser l'imageVidéosVoir la démoVoir un article au hasardColoris blancStyle largeTitre de widgetWordPressAnnée : %sVous pourrez aussi aimerYouTubeVotre commentaire est en attente de validation.Une pensée sur &ldquo;%2$s&rdquo;%1$s pensées sur &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/es_ES.mo000064400000047217151213252640010061 0ustar00���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,$,',E,U,^,+a,*�,,�,;�,s!-!�-"�-�-�-..-I.-w..�.�.!�./ /@/H/	O/Y/i/y/�/�/�/�/�/�/�/!0(0A06`05�0?�0-
1=;1y16�10�1E�1?;2G{27�2K�2:G3T�3G�3Q4,q4>�4�4&�4[5Qr5!�5J�516C6J6S6k6
�6�6�6�6�6�6�67!17S7m7�7�7 �7*�7"�7!8<8O8([8�8�8�8�8�8k�8a9n9
�9l�9G�9�B:B�:A
;L;e;t;	{;N�;�;�;�;)<*<)1<>[<�<�<-�<�<(=5<=Ar=?�=4�=")>L>X>m>�>�>"�>�>�>�>??0<?m?�?	�?�?	�?@�?S�?R@d@m@	�@�@�@6�@�@�@8AKA\A(cA$�A�A�A&�A
B	-B	7B	ABKBQBkBtB{B�B�B�B	�BK�BC%C#AC,eC	�C�C�C�C�C�C�CDD�,D��D��E
�F
�F�F�F&�FIGKGhGD�GE�GEHETHP�Hj�H`VI�I�I�I�I~
J�J�J�J�J�J"�J!K""K"EK"hK"�K"�K"�K �KL
.L9L!JL
lLpwL�L�L	MM&M-MLMXM`MiM
�M�M�M	�M�M�M�M+�MPN'aN�N�N�N%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2018-05-30 04:57:00+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: es
Project-Id-Version: Themes - ColorMag Pro
el %1$s a las %2$s%s&larr; Comentarios anteriores&larr; Anterior(Editar), <i class="fa fa-comment"></i> 0 comentarios<i class="fa fa-comment"></i> 1 comentario<i class="fa fa-comments"></i> % comentarios<span class="meta-nav">&larr;</span> Entradas más antiguas<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activar área de enlaces socialesAñade tu anuncio de 125x125 aquíAñade tu anuncio 300x250 aquíAñade tu anuncion 728x90 aquíAñade tus imágenes de anuncios 125x125 aquíAñade tus imágenes de anuncio 300x250 aquíAñade tus imágenes de anuncios 728x90 aquíAñade tu título personalizado para el bloqueOpciones adicionalesAnuncio encima del pie de páginaImagen del anuncio Enlace de la imagen del anuncio ArchivoAsidesAutor: %sEstilo bloque 1Estilo bloque 2Estilo bloque 4Estilo bloque 6Estilo bloque 9Título del bloqueEn la cabecera y en el pieDiseño en cajaÚltimas noticiasCategorías:Opciones de color para categoríaAjustes categoría colorCambiar eñ texto de leer másCambia los ajustes adicionales que quieras desde aquíCambia las opciones de diseño desde aquí a tu gustoCambia desde aquí los ajustes del pié de página como quierasCambia los ajustes de la cabecera desde aquíCambia el color de los items de cada categoría como quieras.¿Haciendo trampas?Clic par aactivar el área de enlaces a redes socialesActivar para habilitar las entradas relacionadasActivar para mostrar el icono de entrada al azar en el menú primarioActivar para mostrar el icono de búsqueda en el menú primarioMárcalo para mostrar la imagen destacada en las páginas individuales.Activar para habilitar la sección de últimas noticiasActivar para habilitar el lightbox para imágenes destacadas en una entradaActiva para habilitar la posición fija del menú primarioActivar para ocultar las entradas del blog/página estática en la página de inicioMárcalo para ocultar la imagen destacada en las páginas individuales.Activar para hacer que la imagen de cabecera sea un enlace a la página principalActivar para mostrar la fecha en la cabeceraActivar para habilitar el icono de inicio en el menú primarioEscoge una imagenElige el color de la piel de tu sitio.Elige el tipo de visualización principal que quieras para toda el área de pié de páginaElige el tipo de visualización del área principal total de cabecera que quierasSelecciona la opción que quierasSelecciona el diseño del sitio. El cambio será efectivo en todo el sitioOpciones de colorColor:ColorMagBonito blog de ColorMagNegocio revista de ColorMagColorMag DarkWidgets globales de ColorMagColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyWidget de bloques de ColorMagWidget de cuadrícula de ColorMagComentario de navegaciónComentarios cerrados.Página de contactoPágina de contactoPlantilla de página de contactoSección del medio izquierda del contenidoSección de contenido a la derechaContenido superior de la secciónCSS PersonallizadoPiel oscuraTipo de formato de fecha en la cabecera:Día: %sDiseño por defectoDiseño por defectoDistribución para las páginasDistribución para las entradasPor defecto: Muestra la imagen de cabecera entre el texto/título del sitio y el menú primario/secundario.DescripciónOpciones de diseñoDesactivarMuestra las últimas entradas o entradas de una categoría específica, que serán mostradas como el slider.Muestra las últimas entradas o entradas de una categoría específica.Muestra las últimas entradas de una categorái específica. Adecuado para el área que está juanto a la barra laterial del slider.Muestra la imagen de cabecera debajo del menú principal/primario.Muestra la imagen de cabecera justo encima del título del sitio.Mostrar las entradas de:DocumentaciónEditarError 404Everest Forms – Formulario de contacto sencillo y constructor de formulariosWidget de ejemploFacebookImagen destacadaImagen destacada en páginas individualesFiltroEditor del copyright en el pie de páginaTipo de visualización del área principal del pié de páginaOpciones del pié de páginaSolo en el pieDesde la configuración de fecha de WordPressOpciones de la página frontalPágina de inicio: Área junto al sliderPágina de inicio: Contenido en el pie de la secciónPágina de inicio: Contenido en el medio de la sección izquierdaPágina de inicio: Contenido en el medio de la sección derechaPágina de inicio: contenido superior de la secciónPágina principal: área de sliderGoogle-PlusEstilo cuadrícula 2Estilo cuadrícula 3Estilo cuadrícula 4Estilo cuadrícula 5Posición de la imagen de cabeceraLogo del encabezadoSolo logo en el encabezadoOpciones de la cabeceraCabeceraSolo  texto en el encabezadoPosición donde se muestra la imagen de cabeceraSolo en la cabeceraImagen con lightboxImágenesEnlaces importantesInstagramNo hemos encontrado nada en este lugar. Pruebas con el buscador.Parece que no encontramos lo que estás buscando. Puede que una búsqueda te ayude.Últimas entradasÚltima:El diseño será como sigue:IzquierdaBarra lateral izquierdaEnlacesTipo de visualización del área principal de cabeceraMes: %sComentarios Posteriores &rarr;Entradas siguientes <span class="meta-nav">&rarr;</span>Siguiente &rarr;&rarr;Sin barra lateral con contenido centradoSin barra lateral con ancho completoNúmero de entradas a mostrar:Entradas compensadas:¡Vaya! Está página no se encuentra.Plantilla del maquetador visualPáginas:Pingback:PinterestAutorNavegación de la entradaEntradas&larr;Menú PrimarioColor primarioCitasEntrada al azarLeer más¿Listo para publicar tu primera entrada? <a href="%1$s">Empieza aquí</a>.Entradas relacionadasEntradas relacionadas por categoríasEntradas relacionadas por etiquetasEntradas relacionadas se deben mostrar como:RespuestaDerechaBarra lateral derechaBuscarIcono de búsquedaSelecciona distribuciónSelecciona una imagenElige las categorías:Elegir categoríaSelecciona el diseño por defecto para páginas. Este diseño se verá reflejado en todas las páginas, a no ser que haya un diseño único para una página específicaSelecciona el diseño por defecto para una entrada única. Este diseño se verá reflejado en todas las entradas únicas, a menos que se especifique un diseño único para una entrada específicaSeleccionar el diseño por defecto. Este diseño se verá reflejado en todas las páginas de archivos, categorías, página de búsquedas, etc. El diseño para entradas y páginas únicas se pueden controlar desde las opciones de abajoMostrar ambosMostrar fechaMostrar el icono de inicioMostrar las últimas entradasMuestra las entradas de una categoríaMuestra el widget junto al slider. Adecuado para TG: Entradas destacadas.Muestra widgets a izquierda.Muestra widgets a derecha.Estos widgets se mostrarán en la cuarta columna del pie de página.Estos widgets se mostrarán en la primera columna del pie de página.Estos widgets se mostrarán en la tercera columna del pie de página.Estos widgets se mostrarán en la segunda columna del pie de página.Estos widgets se mostrarán en la cabecera, por encima del menú de navegación.Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de "Página de contacto".Estos widgets se mostrarán dentro de la página que tenga asignada la plantilla de "Error 404".Disposición de SitioColor de la pielOpciones socialesMostrar enlaces sociales:Lo sentimos, pero no encaja nada con los términos de la búsqueda. Inténtalo de nuevo con algunas palabras clave diferentes.Menú persistenteAyudaTG: Anuncio 125x125TG: Anuncio 300x250TG: anuncios 728x90TG: Slider de categoría destacadaTG: Entradas destacadas (estilo1)TG: Entradas destacadas (estilo 2)TG: Entradas destacadas (estilo 3)TG: Entradas destacadas (estilo 4)TG: Entradas destacadas (estilo 5)TG: Entradas destacadas (estilo 6)TG: Entradas destacadas (estilo 7)TG: Widget publicaciones al azarTG: Widget con pestañasTG: VideosColor del texto:Opciones predeterminadas del temaThemeGrillEsto se verá reflejado en los enlaces, botones y en más elementos. Escoje el color que mejor case con tu sitioWidget de títuloT&iacute;tulo:TwitterTipo 1 (por defecto)Tipo 2Sistema de publicación únicaUsar imagenVídeosVer demoVer una entrada aleatoriaPiel claraDiseño amplioTítulo del widgetWordPressAño: %sTambién te puede gustarYoutubeTu comentario está esperando ser moderado.Un comentario sobre &ldquo;%2$s&rdquo;%1$s comentarios sobre &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126languages/el.po000064400000437675151213252640007501 0ustar00# Translation of Themes - ColorMag Pro in Greek
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:08:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: el_GR\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Πρότυπο Page Builder"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Στυλ Πλέγματος 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Στυλ Πλέγματος 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Στυλ Πλέγματος 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Στυλ Πλέγματος 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Στυλ Βάθρου 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Block Style 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Block Style 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Block Style 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Επιλέξτε κατηγορίες:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Κατηγορίες"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Προβολή άρθρων από:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Φιλτράρισμα"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset Άρθρα:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Άρθρα"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Block Style 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Χρώμα Κειμένου:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Χρώμα:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Τίτλος Μικροεφαρμογής"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Προσθέστε τον προσαρμοσμένο τίτλο μπλοκ"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Τίτλος μπλοκ"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Τίτλος Μικροεφαρμογής"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Γενικές μικροεφαρμογές"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag πλέγμα μικροεφαρμογών"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag μπλοκ μικροεφαρμογών"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "Ιστολόγιο ομορφιάς ColorMag"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Επιλέξτε για εμφάνιση χαρακτηριστικής εικόνας σε μοναδική σελίδα."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Χαρακτηριστική εικόνα σε μοναδική σελίδα"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Επιλέξτε για απόκρυψη χαρακτηριστικής εικόνας σε μοναδική σελίδα."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Χαρακτηριστική εικόνα"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Τύπος 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Τύπος 1 (προεπιλογή)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Επιλέξτε το συνολικό τύπο κυρίου υποσέλιδου που θέλετε"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Τύπος εμφάνισης περιοχή κυρίως υποσέλιδου"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Επιλογές Υποσέλιδου"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Αλλάξτε τις ρυθμίσεις υποσέλιδου από εδώ"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Στην κεφαλίδα και υποσέλιδο"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Υποσέλιδο μόνο"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Κεφαλίδα μόνο"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Κοινωνικοί σύνδεσμοι για εμφάνιση στο:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Σκοτεινή εμφάνιση"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Λευκή εμφάνιση"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Επιλέξτε το χρώμα εμφάνισης του ιστότοπου σας."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Χρώμα εμφάνισης"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Επιλέξτε την περιοχή εμφάνισης της κυρίως κεφαλίδας που θέλετε"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Τύπος εμφάνισης στη κύρια περιοχή κεφαλίδας"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Από τη ρύθμιση της ημερομηνίας στο WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Προεπιλεγμένη Ρύθμιση Θέματος"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Τύπος προβολής ημερομηνίας στην κεφαλίδα"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Πρόσφατα άρθρα"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Επιλέξτε μια εικόνα"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Χρήση εικόνας"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Επιλογή εικόνας"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Μια σκέψη σχετικά μέ το &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s σκέψεις σχετικά με το &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Πρότυπο Σελίδας Επικοινωνίας"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Δεξιά"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Μικροεφαρμογή-παράδειγμα"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Αριστερά"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Σελίδα Επικοινωνίας"

#: searchform.php:12
msgid "Search"
msgstr "Αναζήτηση"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Φαίνεται ότι δε βρήκαμε αυτό που ζητούσατε. Αν θέλετε, δοκιμάστε την αναζήτηση."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Λυπούμαστε, αλλά τίποτα δε βρέθηκε που ταιριάζει στους όρους αναζήτησης. Παρακαλώ προσπαθήστε ξανά με άλλες λέξεις κλειδιά."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Έτοιμοι για την πρώτη σας δημοσίευση; <a href=\"%1$s\">Πάμε</a>!"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Επόμενη \t"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "← Προηγούμενη"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Κλέβετε ε;"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Μικροεφαρμογή τυχαίων άρθρων"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Μικροεφαρμογή με καρτέλες"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Βίντεο"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Προσθέστε τη Διαφήμιση 125x125 Εδώ"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125X125 Διαφήμιση"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Προσθέστε την 125x125 Διαφήμισή σας εδώ"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Προσθέστε τις 728x90 Εικόνες Διαφήμισης εδώ"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728X90 Διαφήμιση"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Προσθέστε την 728x90 Διαφήμιση εδώ"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Εικόνα Διαφήμισης"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Σύνδεσμος εικόνας διαφήμισης"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Προσθέστε τις 300x250 Εικόνες Διαφήμισης εδώ"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 Διαφήμιση"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Προσθέστε την 300x250 Διαφήμισή σας εδώ"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Περιγραφή"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Τίτλος:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Η διάταξη θα είναι όπως παρακάτω:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Επιλεγμένα άρθρα (Στυλ 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Προβολή τελευταίων άρθρων ή άρθρων από συγκεκριμένη κατηγορία. Κατάλληλο για την Περιοχή δίπλα από την πλευρική μπάρα κύλισης."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Επιλογή κατηγορίας"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Προβολή άρθρων από μια κατηγορία"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Εμφάνιση τελευταίων άρθρων"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Αριθμός άρθρων για προβολή:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Featured Category Slider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Προβολή τελευταίων άρθρων ή συγκεκριμένης κατηγορίας, η οποία θα χρησιμοποιηθεί ως slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 4."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 3."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 2."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Εμφάνιση Widgets στη στήλη υποσέλιδου 1."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Διαφήμιση πάνω από το υποσέλιδο"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Εμφάνιση Widgets στη στήλη σελίδας σφάλματος 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Πλευρική Στήλη Σελίδας Λάθους 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Εμφάνιση Widgets στη στήλη σελίδας επικοινωνίας."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Πλευρική Στήλη Σελίδας Επικοινωνίας"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Αρχική Σελίδα: Κάτω Μέρος Περιεχομένου"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Μέση Δεξιά Ενότητα περιεχομένου"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Αρχική Σελίδα: Μέση Δεξιά Ενότητα περιεχομένου"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Μεσαίο Αριστερά Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Αρχική Σελίδα: Μεσαίο Αριστερά Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Πάνω Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Αρχική Σελίδα: Πάνω Τμήμα Περιεχομένου"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Προβολή μικροεφαρμογής δίπλα στο slider. Ταιρίαζει για το  TG: Highlighted Posts."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Πρώτη σελίδα: Περιοχή δίπλα στο slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Εμπρός σελίδα: Χώρος Slider"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Εμφάνιση Widgets στη κεφαλίδα ακριβώς πάνω από το κυρίως μενού."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Στήλη κεφαλίδας"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Δείχνει τα γραφικά στοιχεία στην αριστερή πλευρά."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Δείχνει τα γραφικά στοιχεία στην δεξιά πλευρά."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Ίσως Σας Ενδιαφέρει"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Προβολή τυχαίου άρθρου"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Σχολιάστε"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Το σχόλιό σας περιμένει έγκριση"

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s, %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Συντάκτης άρθρου"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Επεξεργασία)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Επόμενα άρθρα <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Προηγούμενα άρθρα"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Πλοήγηση δημοσιεύσεων"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Διόρθωση"

#: inc/functions.php:490
msgid ", "
msgstr ","

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Σχόλια"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Σχόλιο"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Σχόλια"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Επιλογές χρωμάτων"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Ρυθμίσεις Χρωμάτων Κατηγοριών"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Αλλάξτε το χρώμα κάθε στοιχείου κατηγορίας όπως θέλετε."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Επιλογές Χρωμάτων Κατηγοριών"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Διορθωτής υποσέλιδου πνευματικής ιδιοκτησίας"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Επιλέξτε για να ενεργοποιήσετε το lightbox για τις χαρακτηριστικές εικόνες σε μονό άρθρο"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Lightbox Εικόνας"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Αλλάξτε το κείμενο Διαβάστε Περισσότερα"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Σχετικά άρθρα από ετικέτες"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Σχετικά άρθρα βάσει κατηγοριών"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Τα σχετικά άρθρα πρέπει να εμφανίζονται ως:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Επιλέξτε για να ενεργοποιήσετε τα σχετικά άρθρα"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Σχετικές δημοσιεύσεις"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Μοναδικό σύστημα δημοσιεύσεων"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Πρόσθετες Επιλογές"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Αλλάξτε τις Πρόσθετες Ρυθμίσεις από εδώ όπως θέλετε"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Επιλέξτε για να ενεργοποιήσετε την περιοχή Κοινωνικών Δικτύων"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Ενεργοποίηση περιοχής Κοινωνικών Δικτύων"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Επιλογές Κοινωνικής Δικτύωσης"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Προσαρμοσμένο CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Αυτό θα επηρεάσει συνδέσμους, κουμπιά και πολλά άλλα. Επιλέξτε χρώμα που ταιριάζει στον ιστότοπο σας"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Πρωτεύον χρώμα"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη για μονά άρθρα. Αυτή η διάταξη θα εμφανίζεται σε όλα τα μονά άρθρα εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένα άρθρα"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Προεπιλεγμένη διάταξη για άρθρα μόνο"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη για σελίδες. Αυτή η διάταξη θα εμφανίζεται σε όλα τις σελίδες εκτός αν κάποια μοναδική διάταξη έχει οριστεί για συγκεκριμένη σελίδα"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Προεπιλεγμένη διάταξη για σελίδες μόνο"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Επιλέξτε προεπιλεγμένη διάταξη. Αυτή η διάταξη θα εμφανίζεται στο αρχείο όλου του ιστότοπου, στις κατηγορίες, σελίδα αναζήτησης, κλπ. Η διάταξη για μονά άρθρα και σελίδα μπορεί να οριστεί από τις παρακάτω επιλογές"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Προεπιλεγμένη διάταξη"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Ευρεία Διάταξη"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Στενή Διάταξη"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Επιλέξτε τη διάταξη του ιστότοπου. Η αλλαγή θα έχει αντίκτυπο σε όλο τον ιστότοπο"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Διάταξη του site"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Επιλέξτε για να κρύψετε άρθρα/σελίδες από τη αρχική σελίδα"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ρυθμίσεις Αρχικής Σελίδας"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Επιλογές Σχεδιασμού"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Αλλάξτε τις Ρυθμίσεις Εμφάνισης από εδώ όπως θέλετε"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Επιλέξτε για να συνδέσετε την εικόνα κεφαλίδας με την αρχική σελίδα"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Προβολή της εικόνας Κεφαλίδας κάτω από το κύριο/πρωτεύον μενού."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Προεπιλογή: Προβολή της εικόνας Κεφαλίδας ανάμεσα στον τίτλο/κείμενο του ιστοτόπου και το κύριο/βασικό μενού."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Προβολή της εικόνας Κεφαλίδας ακριβώς πάνω από τον τίτλο/κείμενο του ιστοτόπου."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Θέση εικόνας Κεφαλίδας"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Θέση Εικόνας Κεφαλίδας"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Απενεργοποίηση"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Εμφάνιση και των δύο"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Μόνο Κείμενο Κεφαλίδας "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Μόνο Λογότυπο Κεφαλίδας "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Διαλέξτε την επιλογή που θέλετε"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr ""

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το εικονίδιο τυχαίου άρθρου στο βασικό μενού"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Τυχαίο άρθρο"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το Εικονίδιο Αναζήτησης στο βασικό μενού"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Εικονίδιο Αναζήτησης"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Επιλέξτε για ενεργοποίηση της λειτουργίας σταθερού πρωτεύντος μενού."

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Προσκολλουμένο Μενού"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Επιλέξτε για να εμφανίζεται το εικονίδιο αρχικής σελίδας στο βασικό μενού."

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Εμφάνιση του Εικονιδίου Αρχικής Σελίδας"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Επιλέξτε για να εμφανίσετε την ημερομηνία στην κεφαλίδα"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Εμφάνιση Ημερομηνίας"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Πρόσφατα:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Επιλέξτε για να ενεργοποιήσετε το τμήμα εκτάκτων ειδήσεων"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Έκτακτες Ειδήσεις"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Επιλογές Κεφαλίδας (Header)"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Αλλάξτε τις Ρυθμίσεις Κεφαλίδας από εδώ όπως θέλετε"

#: inc/customizer.php:51
msgid "Important Links"
msgstr ""

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Δες το Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Υποστήριξη"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Τεκμηρίωση"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Χωρίς πλευρική στήλη, περιεχόμενο με  κεντρική στοίχηση"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Μέγιστο πλάτος χωρίς πλευρική στήλη"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Αριστερή πλευρική στήλη"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Δεξιά πλευρική στήλη"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Προεπιλεγμένη διάταξη"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Επέλεξε εμφάνιση"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Κύριο Μενού"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Περισσότερα"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Σελίδες:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Τα σχόλια είναι απενεργοποιημένα."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Νεότερα σχόλια &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; παλαιότερα σχόλια"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Πλοήγηση σχολίων"

#: archive.php:70
msgid "Archives"
msgstr "Αρχείο"

#: archive.php:64
msgid "Links"
msgstr "Σύνδεσμοι"

#: archive.php:61
msgid "Quotes"
msgstr "Παράθεση"

#: archive.php:58
msgid "Videos"
msgstr "Βίντεο"

#: archive.php:55
msgid "Images"
msgstr "Εικόνες"

#: archive.php:52
msgid "Asides"
msgstr "Άτιτλο"

#: archive.php:49
msgid "Year: %s"
msgstr "Έτος: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Μήνας: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Ημέρα: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Συντάκτης: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Όπως φαίνεται δεν βρέθηκε κάτι εδώ. Δοκιμάστε την αναζήτηση παρακάτω."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Ωπα! Αυτή η σελίδα δε βρέθηκε."

#: 404.php:28
msgid "404"
msgstr ""languages/it_IT.po000064400000437202151213252640010073 0ustar00# Translation of Themes - ColorMag Pro in Italian
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 09:20:45+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: it\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr ""

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr ""

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr ""

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Immagine in evidenza"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr ""

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr ""

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr ""

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr ""

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr ""

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr ""

#: inc/customizer.php:698
msgid "White Skin"
msgstr ""

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr ""

#: inc/customizer.php:684
msgid "Skin Color"
msgstr ""

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr ""

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr ""

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Dalle impostazioni della data di WordPress "

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Impostazioni pedefinite del tema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Tipo di data visualizzata nell'header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr "Carica altri"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr "Mostra il pulsante 'Carica altri' per caricare ulteriori articoli recenti o dalla categoria selezionata."

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr "Numero righe:"

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr "Altezza riga (px):"

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr "Pausa animazione (ms):"

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr "Direzione:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr "Opzioni Scorrimento"

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr "Abilita automatismo"

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr "Disabilita automatismo"

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr "Pausa transizione (ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr "Velocità transizione (ms):"

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr "Dissolvenza"

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr "Scorrimento verticale"

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr "Scorrimento orizzontale"

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr "Animazione:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr "Opzioni Slider"

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr "Titolo e immagine articolo"

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr "Mostra la Navigazione Articoli con:"

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr "Navigazione Articoli"

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr "Categoria degli articoli da mostrare:"

#: inc/customizer.php:100
msgid "Category"
msgstr "Articoli di una specifica categoria"

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Ultimi articoli"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr "Scegli quali articoli mostrare come Ultime Notizie:"

#: inc/ajax.php:137
msgid "No more post"
msgstr "Nessun altro articolo"

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr "Vedi Tutti"

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr "Mostra il pulsante Vedi Tutti per andare all'archivio della categoria selezionata"

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr "Mostra gli articoli delle categorie affiliate alla categoria selezionata"

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr "Mostra un articolo a caso tra quelli recenti o della categoria selezionata"

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr "Attiva lo scorrimento indipendente di contenuti e barre laterali"

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr "Scorrimento Contenuti e Barre Laterali"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Seleziona un'immagine"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Usa immagine"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Scegli un'immagine"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Un pensiero riguardo &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s pensieri riguardo &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Modello per una pagina di contatto"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "Guarda tutti gli articoli di %1$s"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s ha %2$s articoli e più."

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Destra"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Questo è un widget di esempio che mostra l'aspetto predefinito della barra laterale %s. Puoi aggiungere dei widget personalizzati dalla %spagina di configurazione dei widget%s nel pannello di amministrazione. Se aggiungi widget personalizzati, essi sostituiranno il widget predefinito."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Esempio di widget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Sinistra"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Pagina di contatto"

#: searchform.php:12
msgid "Search"
msgstr "Cerca"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Non riusciamo a trovare quello che cerchi. Forse eseguire una ricerca potrebbe essere di aiuto."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Non c’è nessuna corrispondenza con i termini di ricerca che hai indicato. Riprova con termini diversi."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Pronto a pubblicare il tuo primo articolo? <a href=\"%1$s\">Inizia da qui</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Successivo &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Precedente"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Vuoi barare, eh?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: articoli in evidenza (Stile 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Mostra contenuti in un popup"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: articoli in evidenza (Stile 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Numero di articoli recenti da mostrare:"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Widget Ultime Notizie"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Mostra le Ultime Notizie con scorrimento verticale. Adatto a barre laterali destra e sinistra."

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: articoli in evidenza (Stile 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Numero di articoli casuali da mostrare:"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: widget articolo casuale"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Mostra articoli scelti casualmente. Adatto alle barre laterali destra o sinistra."

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Nessun commento"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "dice:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% Commenti"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Commento"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr "Nessun commento"

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Commenti"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Recenti"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Più letti"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Mostra articoli più letti in base al contatore delle visualizzazioni."

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Numero di articoli più letti, recenti o commenti da mostrare:"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: widget con schede"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Mostra articoli e commenti più recenti e più letti in diversi tab. Adatto a barre laterali destra e sinistra."

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: articoli in evidenza (Stile 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Disabilita modalità a scorrimento (slider)"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: articoli in evidenza (Stile 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: video"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Widget per visualizzare video (attualmente supporta solo YouTube e Vimeo)."

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 728x90px "

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: annuncio 125x125px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 125x125px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 728x90px "

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: annuncio 728x90px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 728x90px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Immagine dell'annuncio"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Link dell'immagine dell'annuncio"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Aggiungi qui le immagini per gli annunci da 300x250px "

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: annuncio 300x250px"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Aggiungi qui il tuo annuncio da 300x250px"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: articoli in evidenza (Stile 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Descrizione"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titolo:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Il layout sarà come quello qui sotto:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: articoli in evidenza (Stile 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Visualizza gli ultimi articoli o gli articoli di una categoria specifica."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Articoli Evidenziati"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Mostra gli ultimi articoli o gli articoli di una categoria specifica. Adatto per l'area accanto alla barra scorrevole (slider)."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Grande: 1400x600px (adatto a Pagina Iniziale: Area Superiore Tutta Ampiezza)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Media: 800x445px"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Dimensione immagine:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Seleziona una categoria"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Visualizza articoli da una categoria"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Ultimi articoli"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Numero di articoli da mostrare:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: barra scorrevole (slider) categorie in evidenza"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Scegli se mostrare nella barra scorrevole (slider) gli ultimi articoli o gli articoli di una categoria specifica."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Mostra widgets nella quarta colonna del piè di pagina."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Piè di pagina basso: colonna 4"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Mostra widgets nella terza colonna del piè di pagina."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Piè di pagina basso: colonna 3"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Mostra widgets nella seconda colonna del piè di pagina."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Piè di pagina basso: colonna 2"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Mostra widgets nella prima colonna del piè de pagina."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Piè di pagina basso: colonna 1"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Mostra widgets nella terza colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Piè di pagina alto: colonna 3"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Mostra widgets nella seconda colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Piè di pagina alto: colonna 2"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Mostra widgets nella prima colonna del piè di pagina superiore."

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Piè di pagina alto: colonna 1"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Mostra i widget proprio sopra il pié di pagina, adatto per TG: widget 728x90px"

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Annunci sopra il pié di pagina"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Mostra widgets nella pagina Errore 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Area Errore 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Mostra widgets nel Contact Page Template."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Page Area"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Contenuto della sezione centrale inferiore"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Pagina iniziale: sezione in basso"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Contenuto della sezione centrale di destra"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Pagina iniziale: sezione centrale di destra"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Contenuto della sezione centrale di sinistra"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Pagina iniziale: sezione centrale a sinistra"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Contenuto della sezione in alto"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Pagina iniziale: sezione in alto"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Mostra i widget accanto alla barra scorrevole (slider). Adatto per TG: articoli in evidenza."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Pagina iniziale: area accanto alla barra scorrevole (slider)"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Mostra widget sotto al menù. Adatto per TG: Slider Categorie in Evidenza."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Pagina iniziale: area barra scorrevole (slider)"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Visualizza widget immediatamente sotto al menu."

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Pagina Iniziale: Area Superiore Tutta Ampiezza"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Mostra widgets nella testata, sopra il menu di navigazione."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Intestazione barra laterale"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Mostra widgets a sinistra"

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Mostra widgets a destra"

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Condividi l'articolo"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Potrebbe anche interessarti"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Leggi un articolo casuale"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Risposta"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Il tuo commento deve ancora venire moderato."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s in %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autore articolo"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Modifica)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Articoli più recenti <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Articoli più vecchi"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigazione articoli"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Modifica"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % Commenti"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 Commento"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 Commenti"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Sfondo del copyright"

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Testo del menu piccolo"

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Link nel testo del copyright"

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Testo del copyright"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Sfondo widget"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Link nei contenuti dei widget"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Contenuti dei widget"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Titolo dei widget"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Piè di pagina"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "Sfondo dell'area contenuti"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Titolo dei widget nelle barre laterali"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Sfondo pulsanti"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Testo pulsanti"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Metadati"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "Testo"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Titolo delle Pagine"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Titolo degli Articoli"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "Titoli all'interno dei testi (h1, h2, etc.)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "Contenuti"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Sfondo dell'intestazione"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Testo dell'elemento menu selezionato"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Testo del menu principale"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Motto del sito"

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Titolo del sito"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Intestazione"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Modifica le impostazioni dei colori come preferisci"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Opzioni colore"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Menu piccolo (default: 14px)"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Testo del copyright (default: 14px)"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Contenuti dei widget (default: 14px)"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Piè di pagina: Dimensione Caratteri"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Testo per bottoni \"Leggi il seguito\", \"Invia\", \"Commenta\", etc. (default: 12px)"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Metadati (default: 12px)"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "Contenuti: Dimensione Caratteri"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Titolo Widget (default: 18px)"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Titolo Pagina (default: 34px)"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Titolo Articolo (default: 32px)"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Titoli: Dimensione Caratteri"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Sotto-menu (default 14px)"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Menu principale (default 14px)"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Motto del sito: (default: 16px)"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Titolo del sito (default: 46px)"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Intestazione: Dimensione Caratteri"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "Carattere per contenuti e altri elementi (default: \"Open Sans\")"

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Carattere per tutti i titoli (default: \"Open Sans\")"

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Menu principale (default: \"Open Sans\")"

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Motto del sito (default: \"Open Sans\")"

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Titolo del sito (default: \"Open Sans\")"

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Impostazioni Google Font"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Modifica le Impostazioni Tipografiche come più preferisci"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Opzioni Tipografiche"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Impostazioni colori categorie"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Cambia il colore di ogni categoria come desideri."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opzioni colori categorie"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Modifica le informazioni di copyright nel piè di pagina. Si possono usare le abbreviazioni [the-year], [site-link], [wp-link], [tg-link] per indicare rispettivamente l'anno corrente, il link al proprio sito, al sito WordPress e al sito ThemeGrill."

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Realizzato con "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema: ColorMag Pro di "

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Copyright &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor copyright piè di pagina"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Disabilita il pulsante 'Torna in Cima'"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Pulsante Torna in Cima"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Mostra il link alla pagina web dell'autore nelle informazioni biografiche."

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Mostra profili dei Social Network nelle informazioni biografiche"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Mostra l'immagine in evidenza dell'articolo sopra il titolo dell'articolo stesso (lightbox)."

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Immagine lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Mostra i pulsanti in calce agli articoli per la condivisione su social network"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Pulsanti Condivisioni Social"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Modifica il testo del pulsante 'Leggi il seguito\" come più appropriato per il tuo sito."

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Modifica la dicitura \"Leggi il seguito\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Nascondi il bottone 'Modifica'"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Nascondi il contatore delle visualizzazioni"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Nascondi i tag"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Nascondi il contatore dei commenti"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Nascondi le categorie"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Nascondi la data di pubblicazione"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Nascondi l'autore"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Nascondi tutti i metadati degli articoli"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Visualizzazione Metadati"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Articoli correlati in base ai tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Articoli correlati in base alle categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gli articoli correlati saranno:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Attiva i post correlati"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Post correlati"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Attiva il sistema di univocità degli articoli per i widgets inclusi nel tema"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Articoli unici"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Impostazioni aggiuntive"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Da qui puoi gestire delle impostazioni aggiuntive"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Colore del collegamento"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Icona FontAwesome del collegamento"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Icone Aggiuntive per Social Network"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Collegamento social aggiuntivo 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Collegamento social aggiuntivo 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Collegamento social aggiuntivo 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Collegamento social aggiuntivo 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Collegamento social aggiuntivo 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Collegamento social aggiuntivo 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Mostra in un nuovo tab"

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "Youtube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Seleziona per attivare l'area con i collegamenti a social network"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Attiva l'area con i collegamenti ai social network"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Cambia le impostazioni dei collegamenti ai social network come desideri"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Opzioni per i social networks"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Scrivi il tuo CSS personalizzato"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "CSS personalizzato"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "La modifica avrà effetto sui link, i pulsanti e su molti altri elementi della pagina. Scegli un colore adatto per il tuo sito"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Opzione colore primario"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Predefinito: primo elemento a tutta ampiezza e successivi affiancati"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Definisci il layout per pagine blog, archivi e risultati di ricerca."

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Layout delle Pagine Archivio e Ricerca"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Seleziona un layout di default per gli articoli. Questo layout verrà applicato a tutti i singoli articoli a meno che questi abbiano già impostato un layout personalizzato"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Layout predefinito solo per gli articoli"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Seleziona un layout predefinito per le pagine. Questo layout verrà applicato a tutte le pagine a meno che queste abbiano già impostato un layout personalizzato"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Layout predefinito solo per le pagine"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Seleziona un layout predefinito. Questo layout verrà applicato all'archivio, alle categorie, alla pagina di ricerca e così via. I layout per i singoli articoli e per le pagine possono essere gestiti nelle opzioni sottostanti"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Layout predefinito"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Layout a tutto schermo"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Layout con spazi ai lati"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Scegli il layout del tuo sito. La modifica avrà effetto sull'intera esperienza di navigazione."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Layout sito"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Nascondi gli articoli del blog/una pagina statica nella pagina iniziale"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Impostazioni della pagina iniziale"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Opzioni design"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Da qui puoi gestire le impostazioni dell'aspetto del sito"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tipo 3: tutti gli elementi allineati al centro"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tipo 2: barra laterale a sinistra, testo e logo a destra"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tipo 1 (default): testo e logo a sinistra, barra laterale a destra"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Scegli il tipo di visualizzazione della testata che preferisci"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Visualizzazione Testata"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "L'immagine della testata deve avere un collegamento alla pagina iniziale"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Mostra l'immagine della testata sotto il menu principale"

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Predefinito: mostra l'immagine della testata tra il titolo/descrizione del sito e il menu principale"

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Mostra l'immagine della testata proprio sopra il titolo/descrizione del sito"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Posizione immagine nella testata"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Scegli la posizione dell'immagine di testata."

#: inc/customizer.php:401
msgid "Disable"
msgstr "Disabilita"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Mostra entrambi"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Solo  testo nell'intestazione "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Solo logo nell'intestazione"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Scegli l'opzione che desideri"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo intestazione"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Mostra l'icona per leggere un articolo casuale nel menu principale"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Articolo casuale"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Seleziona per mostrare l'icona Cerca nel menu principale"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icona cerca"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Seleziona per fissare in alto il menu primario quando si scorre la pagina"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Menu fisso"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Seleziona per mostrare l'icona Home Page nel menu primario"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Mostra l'icona per la pagina iniziale"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Seleziona per mostrare la data nella testata"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Mostra la data"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Sotto il menu principale"

#: inc/customizer.php:205
msgid "Header"
msgstr "In testa alla pagina"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Scegli dove visualizzare le Ultime Notizie"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Velocità per le Ultime Notizie nell'intestazione"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Durata di ciascuna Ultima Notizia nell'intestazione"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Verso il basso"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Verso l'alto"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Animazione delle Ultime Notizie"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Testo da anteporre alle Ultime Notizie"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Ultimo:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Seleziona per abilitare la sezione Ultime notizie"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Ultime notizie"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Opzioni della testata"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Da qui puoi gestire le impostazioni della testata"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Link utili"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag: Collegamenti Utili"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Vota questo tema"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Supporto"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentazione"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Senza barra laterale, contenuto centrato"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Senza barra laterale, tutta pagina"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Barra laterale sinistra"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Barra laterale destra"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Layout predefinito"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Seleziona aspetto"

#: functions.php:125
msgid "Footer Menu"
msgstr "Menu per il Piè di pagina"

#: functions.php:124
msgid "Primary Menu"
msgstr "Menu principale"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Leggi il seguito"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagine:"

#: comments.php:67
msgid "Comments are closed."
msgstr "I commenti sono chiusi"

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Commenti più recenti &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Commenti meno recenti"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigazione commenti"

#: archive.php:70
msgid "Archives"
msgstr "Archivi"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citazioni"

#: archive.php:58
msgid "Videos"
msgstr "Video"

#: archive.php:55
msgid "Images"
msgstr "Immagini"

#: archive.php:52
msgid "Asides"
msgstr "Digressioni"

#: archive.php:49
msgid "Year: %s"
msgstr "Anno: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Mese: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Giorno: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Autore: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Non abbiamo trovato niente in questa pagina. Perché non provi con il motore di ricerca?"

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oops! La pagina non è stata trovata."

#: 404.php:28
msgid "404"
msgstr ""languages/nb_NO.mo000064400000037730151213252650010056 0ustar00���������#*(-'V)~0�s�Mh������
�



*
8FRi
v
����4�0	0:0k4��#�#	9-4g3�)�C�7>2v5�1� /2b$r<��>�
3AHQf
�������4G\i~���
�	��*9$WT|���U�`J1�8�
.<AXgp������%"D'g(�����	#0FWfu����	�G�Wp}�����	��0�%1Gcy
�%���	�	��6CX_	kFu
���� " 
( 6 = 
I W g z 	� 	� � � � B� !9!%V!$|!&�!$�!D�!'2" Z"{"
�"�"�"\�"#&#.#K#h#�#�#�#�#�#$.$
@$K$W$
m$x$�$�$�$�$�$	�$�$	�$�$
�$�$%	%%$%6%$>%Tc%'�%�%�%�%�%�&�&�&'	$'.'+1')]',�'2�'s�'"[((~(�(�(�(�(�(�(
))!)-)9)E)Q)])x)
�)
�)�)�)�)3�)6**8a*8�*6�*

+8+.N+@}+,�+7�+1#,KU,A�,B�,9&-G`-&�-0�-
.$.43. h.J�.�.�.�.�./*/9/U/b/t/�/�/�/�/�/0"0.0F0"Z0!}0�0
�0�0!�0�0�011"61IY1�1�1	�1[�1l)2$�25�2�2
33353E3N3^3}3$�3+�3�3
�3�34):4!d4,�4+�4!�455'565E5T5c5�5�5�5"�5�5
66"6	)6?36Ss6
�6�6!�6�677"!7	D7N72g7�7�7!�7�7�78!868I8P8	]8g8y8�8�8	�8�8�8�8�8J�8+9"=9 `9 �9�9�9�9�9	�9
�9
�9�9
�9	::
:,:>:HW: �:�:+�:)
;*7;)b;B�;#�;"�;<
)<4<I<be<�<�<"�<= =@=`=�=�=�=!�=>>#>/>
N>
Y>g>o>w>�>�>
�>�>�>�>
�>�>�>	???/?%7?L]?'�?�?�?�?%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categoryShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 09:12:22+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: nb_NO
Project-Id-Version: Themes - ColorMag Pro
%1$s kl %2$s%s&larr; Eldre kommentarer&larr; Forrige(Rediger), <i class="fa fa-comment"></i> 0 kommentarer<i class="fa fa-comment"></i> 1 kommentar<i class="fa fa-comments"></i> % kommentarer<span class="meta-nav">&larr;</span> Eldre innlegg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktiver område for sosiale lenkerLegg til tittel for din tilpassede blokkTilleggsvalgAnnonse over bunnområdetAnnonsebildeBildelenke for annonsebildeArkiverNotiserForfatter: %sBlokkstil 1Blokkstil 2Blokkstil 4Blokkstil 6Blokkstil 9BlokktittelBåde sidetopp og sidebunnBoks-utformingSiste nyttKategorierAlternativer for kategorifargeInnstillinger for kategorifargeEndre teksten for Les merEndre tilleggsinnstillingene herfra slik du ønskerEndre innstillingene for design herfra slik du ønskerEndre innstillingene for sidebunn her, til de du ønskerEndre innstillingene for sidetoppen her, slik du ønskerEndre fargen for hver kategori-element som du ønsker.Jukser vi?Kryss av her for å aktivere området for sosiale lenkerKryss av her for å aktivere relaterte innleggKryss av for å velge ikonet for tilfeldig innlegg i hovedmenyenKryss av for å vise søke-ikon i ovedmenyenKryss av for å vise fremhevet bilde på en enkeltside.Kryss av for å aktivere seksjonen for siste nyttKryss av her for å aktivere lightbox for fremhevet bilde på enkeltinnleggKryss av for å aktivere den klebrige oppførselen til hvedmenyenKryss av her for å skjule innleggssiden/statisk side på forsidenKryss av for å skjule fremhevet bilde på innleggssiden.Kryss av her for å gjøre at toppbildet har lenke tilbake til forsidenKryss av for å vise dato i sidetoppenKryss av for å vise hjemme-ikonet i hovedmenyenVelg et bildeVelg fargedrakten for ditt nettsted.Velg visningstypen du ønsker for hovedtotalsidetoppVelg det alternativet du ønskerVelg din utforming for nettstedet. Endringer vil vises på hele nettstedetFargealternativerFarge:ColorMagColorMag SkjønnhetsbloggColorMag Business-magasinColorMag MørkGlobale widgeter i ColorMagColorMag ProColorMag Pro MoteColorMag Pro MusikkColorMag Pro SportColorMag Pro TeknologiWidget-blokker fra ColorMagWidget-rutenett fra ColorMagNavigering blant kommentarerKommentarfeltet er stengtKontaktsideKontakt side sidestolpeMal for kontaktsideMidtre venstre seksjon for innholdMidtre høyre seksjon for innholdToppseksjon for innholdTilpasset CSSMørk draktVisningstype for dato i sidetopp:Dag: %sStandardutsendeStandardutsendeStandard oppsett for siderStandard oppsett for enkeltinnleggStandard: Vis toppbildet mellom nettstedstittelen/teksten og hovedmenyen.BeskrivelseDesigninnstillingerDeaktiverVis siste innlegg eller innlegg fra en bestemt kategori, og som vil bli brukt i karusellen.Vis siste innlegg eller sider av spesfikk kategori. Passende for området ved siden av karusell-sidestolpen.Vis toppbildet nedenfor hovedmenyen.Vis toppbildet like ovenfor nettstedtittelen/teksten.Vis innleggene fra:DokumentasjonRedigerSidestolpe Error-404 sideEksempel-widgetFacebookFremhevet bildeFremhevet bilde på enkeltsideFiltrerRedigering av opphavsrett i sidebunnVisningstype for hovedområdet i sidebunnenAlternativer for sidenbunnBare sidebunnFra datoinnstilling i WordPressInnstillinger for forsidenForsiden: Område ved siden av karusellenForsiden: Bunnseksjon for innholdForsiden: Midtre venstre seksjon for innholdForsiden: Midtre høyre seksjon for innholdForsiden: Toppseksjon for innholdForsiden: KarusellområdeGoogle PlusRutenettstil 2Rutenettstil 3Rutenettstil 4Rutenettstil 5Posisjon til bilde i sidetoppKun nettstedslogoAlternativer for sidetoppenWidgetområde i HeaderKun nettstedstittel og beskrivelsePosisjon til toppbildetBare sidetoppLightbox for bildeBilderInstagramDet ser ut til at intet ble funnet her. Prøv et søk nedenfor.Det ser ikke ut til at vi kan finne det du leter etter. Kanskje et søk kan hjelpe.Siste innleggSiste:Utformingen vil bli som nedenfor:VenstreVenstre sidekolonneLenkerVisningstype for hovedtoppområdetMåned %sNyere kommentarer &rarr;Nyere innlegg <span class="meta-nav">&rarr;</span>Neste &rarr;&rarr;Ingen sidestolpe innhold sentrertIngen sidestolpe full viddeAntall innlegg å vise:Innlegg offset:Oops! Denne siden ble ikke funnetMal for sidebyggerSider:Tilbakeping:PinterestInnleggsforfatterNavigering blant innleggInnlegg&larr;HovedmenyValg av hovedfargeSitaterTilfeldig innleggLes merKlar for å publisere ditt første innlegg? <a href="%1$s">Begynn her</a>.Relaterte innleggRelaterte innlegg etter kategorierRelaterte innlegg etter stikkordRelaterte innlegg må vises som:SvarHøyreHøyre sidekolonneSøkSøkeikonVelg utseendeVelg et bildeVelg kategorier:Velg kategoriVis beggeVis datoVis hjem-ikonVis siste innleggVis innlegg fra kategoriVis widget ved siden av karusellen. Passende for TG: Fremhevede innlegg.Viser widgeter på venstre side.Viser widgeter på høyre side.Viser widgeter i footer widgetområde fire.Viser widgeter i footer widgetområde en.Viser widgeter i footer widgetområde tre.Viser widgeter i footer widgetområde to.Viser widgeter i header området rett over hovednavigeringsmenyen.Viser widgeter på Kontakt sidemal.Viser widgeter på side Error-404.NettstedsutformingDraktfargeSosiale alternativerSosiale lenker å vise på:Beklager, men det var ikke noe som passet til ditt søk. Vennligst prøv igjen med andre søkeord.Klebrig menySupportTG: Fremhevede kategorier-karusellTG: Fremhevede innlegg (stil 1)TG: Fremhevede innlegg (stil 2)TG: Fremhevede innlegg (stil 3)TG: Fremhevede innlegg (stil 4)TG: Fremhevede innlegg (stil 5)TG: Fremhevede innlegg (stil 6)TG: Fremhevede innlegg (stil 7)TG: Widget for tilfeldige innleggTG: Widget med fanerTG: VideoerTekstfarge:Standardinnstilling for temaetThemeGrillTittel-widgetTittel:TwitterType 1 (standard)Type 2Unikt system for innleggBruk bildeVideoerSe DemoVis tilfeldig innleggHvit draktBred utformingTittel for widgetWordPressÅr: %sDu liker kanskje ogsåYouTubeDin kommentar venter på godkjenning.Én kommentar til &laquo;%2$s&raquo;%1$s kommentarer til &laquo;%2$s&raquo;https://themegrill.com/themes/colormag/126languages/da_DK.mo000064400000054522151213252650010023 0ustar00��D<
\\
]h!u��������	�(�'$=)b#�!�0�sw����#�#",*O*z)����2Ni�����

%
6
D
R
`
n|��
�
����4
0?0p0�4�##?9c4�3�)C07t2�5�1G `/��$�<�<#`>�
�����

3@Uh|7���  * A? � � � � � � 
!	!!8!@!A[!�!�!�!$�!T�!	S"]"i"x"U�"3�"`
#1k#8�#�#
�#�#$$$4#$X$g$p$$�$�$�$�$�$�$�$%$%8%"W%'z%(�%�%�%&&&(&5&B&O&V&j&�&�&�&�&�&�&�&�&"'('4';'	K'GU'W�'�'(
(#(((5(H(	](g(p(v(	�(�(0�(�(�()#)9)E)
a)%o)�)�)	�)	�)�)�)�)�)�)**0*7*C*	S*F]*�*
�*�*�*�*++
+%+2+G+N+Z+
p+~+�+�+y�+�+,��,h-	y-	�-�-�-�-B�-.(.%E.$k.&�.$�.D�.'!/ I/j/
v/�/�/�/\�/
00&020:0T0n0�0�0�0�0�0151R1o1�1
�1�1��1�;2�2�2�23
&3V13�3�3�3�3
�3�3�3�3�3�34	4
44	4!444A4
F4Q4]4	j4t4�4�4�4�4$�4T�4',5T5Z5\5^5`5d5
j6
x6"�6�6
�6�6�6	�6�6�6�67+7)>7&h7,�7 �7#�738s58�8�8�8�8�8!9:9Z9)y9(�9'�9�9:$%:'J:(r:)�:(�:(�:';?;V;e;x;�;
�;�;
�;
�;
�;
�;
�;	�;�;
<
<
(<3<L<h<A�<7�<2�<=2=6p=�=,�=)�=B
>2P>;�>,�>H�>85?/n?<�?>�?@'8@1`@�@3�@E�@BA`A?~A�A�A�A�A�AB B9BFBXBkB~B8�B�B�BCC,CEDC�C�C�C�C�C�CD"D!2DTD\DDwD�D�D�D$�DSE	rE|E�E	�E]�E:Fl<F.�F7�FG
!G/G3G;G@G7WG�G�G�G�G�G�G�G!�G H-H@HLHlH$�H�H'�H&�HI/IGIOI[IhIuI�I�I#�I�I�I�I�IJ!J$9J
^JlJ(}J�J�J
�J	�JL�JY&K�K�K�K�K�K�K�K
�KL
L&L
7LBL2[L
�L�L�L�L�L#�LM#M>MTM	[M	eM	oMyM�M	�M�M�M�M�M�M�M
�MENHNON#bN�N"�N�N�N�N�N�NO	OO3O@OQOcO�rO��O��P@Q	SQ]QfQvQ�QD�Q�QR#!RER"eR!�RJ�R'�RS<SKSZS`SsSU�S
�S�S�STT$T8TKTgT�T�T�T�T�TU9UXUlUxU��U�	V�V�V�V�V
�V_�V\WiWpW�W�W�W�W�W�W�W�W�W�W�W�WXX+X0X?XLX	XXbXyX~X�X�X'�XC�X'YAYHYJYLYNY% Comments%1$s at %2$s%1$s has %2$s posts and counting.%s%s Views&larr; Older Comments&larr; Previous(Edit)+1 This, 0 View1 Comment<i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comment"></i>Comment<i class="fa fa-comments"></i> % Comments<i class="fa fa-history"></i>Recent<i class="fa fa-star"></i>Popular<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>API License ActivationAPI License DeactivationAPI License KeyAPI License emailActivate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdditional Social IconsAdditional Social Link FiveAdditional Social Link FourAdditional Social Link OneAdditional Social Link SixAdditional Social Link ThreeAdditional Social Link TwoAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBelow NavigationBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show in new tabCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Pro is the pro version of ColorMag free theme.ColorMag Theme Important LinksColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Connection failed to the License Key API server. Try again later.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDeactivate API License KeyDeactivates an API License Key so it can be used on another blog.Default LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DeliciousDescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationDownEditErrorError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFlickrFooter Copyright EditorFooter Main Area Display TypeFooter MenuFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle PlusGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5HeaderHeader Display TypeHeader Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImage Size medium (800X445 pixels)Image Size:ImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLicense ActivationLicense DeactivationLike ThisLinkedInLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNo commentsNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPowered by Previous post link&larr;Primary MenuPrimary color optionQuotesRandom PostRate This ThemeRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.RedditRelated PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSave ChangesScroll To Top ButtonSearchSearch IconSee all posts by %1$sSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShare This Post:Show BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSkypeSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.SoundCloudSticky MenuStumbleUponSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license.The license key for %s has expired. You can reactivate or purchase a license key from your account <a href="%s" target="_blank">dashboard</a>.Theme Default SettingTheme activated. Theme license deactivated. Theme: ColorMag Pro by ThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:Total ViewsTumblrTweet ThisTwitterType 1 (Default)Type 2Typography OptionsUnique Post SystemUpUse imageVKVideosView DemoView a random postVimeo-SquareVineWhite SkinWide LayoutWidget TitleWordPressWrite your custom cssXingYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/says:126404PO-Revision-Date: 2019-05-16 09:04:53+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: da_DK
Project-Id-Version: Themes - ColorMag Pro
% Kommentarer%1$s kl. %2$s%1$s har foreløbig %2$s artikler.%s%s Læsninger&larr; ældre kommentarer&larr; Forrige(Rediger)+1 Dette, 0 Læsninger1 Kommentar<i class="fa fa-comment"></i> 0 Kommentarer<i class="fa fa-comment"></i> 1 Kommentar<i class="fa fa-comment"></i>Kommentar<i class="fa fa-comments"></i> % Kommentarer<i class="fa fa-history"></i>Nye<i class="fa fa-star"></i>Populære<span class="meta-nav">&larr;</span> Ældre indlæg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>API Licens-aktiveringAPI Licens-deaktiveringAPI Licens-nøgleAPI Licens-emailAktiver sociale links områdeTilføj din 125x125 annonce her. Tilføj din 300x250 annonce herTilføj din 728x90 annonce herTilføj dine 125x125 annoncebilleder her.Tilføj dine 300x250 annoncebilleder herTilføj dine 728x90 annoncebilleder herTilføj din egen bloktitelYderligere mulighederYderligere ikoner til sociale medierFemte yderligere link til socialt medieFjerde yderligere link til socialt medieFørste yderligere link til socialt medieSjette yderligere link til socialt medieTredje yderligere link til socialt medieAndet yderligere link til socialt medieAnnonce over sidefodenAnnoncebilledeAnnonce billedlinkArkiverSidebemærkningerForfatter: %sUnder navigationBlokstil 1Blokstil 2Blokstil 4Blokstil 6Blokstil 9BloktitelBåde sidehoved og sidefodKasse layoutBreaking NewsKategorierKategori farvemulighederKategori farveindstillingerLav om på "Læs mere" tekstDu kan ændre på Yderligere muligheder herfra, hvis du har lyst.Lav om på designmulighederne herfra, hvis du har lyst.Skift sidefodsindstillingerne herfra som du lysterDu kan ændre sidehovedindstillinger herfra, hvis du har lystSkift farven for hvert kategorielement som du ønsker.Så du snyder?Marker for at aktivere sociale links områdeMarker for at aktivere relaterede indlægMarker for at vise et vilkårligt indlægsikon i den primære menuMarker for at vise søgeikonet i den primære menuMarker for at vise det udvalgte billlede på en enkeltside.Marker for at aktivere breaking news sektionMarker for at aktivere lightbox for udvalgte billeder i et enkeltindlægMarker for at aktivere fastgørelse af den primære menuMarker for at skjule indlæg/sider på forsidenMarker for at skjule det udvalgte billede på en enkeltside.Marker for at få sidehovedbilledet til at linke til forsiden.Vælg for at vise i en ny tabMarker for at vise datoen i sidehovedetMarker for at vise forsideikonet i primær menuenVælg et billedeVælg hvilken overflade du ønsker på dit websted.Vælg den primære totale sidefodsområde visningstype som du ønskerVælg den primære totale sidehovedområde visning som du ønsker Vælg den mulighed du ønskerVælg dit sidelayout. Ændringen vil afspejles i hele webstedetFarvemulighederFarve:ColorMagColorMag SkønhedsblogColorMag ForretningsmagasinColorMag MørkColorMag globale widgetsColorMag ProColorMag Pro ModeColorMag Pro MusikColorMag Pro SportColorMag Pro TeknologiColorMag Pro er pro-udgaven af det gratis ColorMag-tema.ColorMag-tema vigtige linksColorMag widget blokkeColorMag widget gitterKommentarnavigationLukket for kommentarer.Forbindelse til API licensnøgle-serveren fejlede. Prøv igen senere.KontaktsideKontaktside sidebarKontaktsideskabelonIndhold center venstre sektionIndhold center højre sektionIndhold topsektionBrugerdefineret CSSMørk overfladeDato i sidehovedets visningstype:Dag: %sDeaktiver API licensnøgleDeaktiverer en API-licensnøgle så den kan bruges på en anden blogStandard-layoutStandard-layoutStandardlayout kun for siderStandardlayout kun for enkeltindlægStandard: Vis sidehovedbilledet mellem webstedets titel/tekst og den primære menu.DeliciousBeskrivelseDesignmulighederDeaktiverVis seneste indlæg eller indlæg fra en bestemt kategori, som vil blive brugt som en slider.Vis seneste indlæg eller indlæg fra en bestemt kategori.Vis seneste indlæg eller indlæg fra en bestemt kategori. Egnet til området ved siden af slider sidebaren.Vis sidehovedbilledet under den primære menu.Vis sidehovedbilledet lige over webstedets titel/tekst.Vis indlæg fra:DokumentationNedRedigerFejlFejl 404 side sidebar.Everest Forms – Nem kontaktformular og formularbyggerEksempelwidgetFacebookUdvalgt billedeUdvalgt billede på enkeltsideFilterFlickrSideford copyright editorSidefod hovedområde visningstypeSidefod-menuSidefodsmulighederKun sidefodFra WordPress datoindstillingerForside indstillingerForside: Område ved siden af sliderForside: Indhold bundsektionForside: Indhold center venstre sektionForside: Indhold center højre sektionForside: Indhold topsektionForside: Slider-områdeGoogle+Google-PlusGitterstil 2Gitterstil 3Gitterstil 4Gitterstil 5HeaderVisningsposition for Header-billedeSidehovedbilledets placeringHeader LogoSidehoved kun med logoHeader IndstillingerSidehoved sidebarSidehoved kun med tekstSidehovedbilledets visningsplaceringKun sidehovedBillede lightboxBilledstørrelse medium (800X445 pixels)Billedstørrelse:BillederVigtige linksInstagramDet ser ud til at intet blev fundet på dette sted. Prøv at søge herunder.Det ser ud til, at vi ikke kan finde det, du leder efter. Måske vil en søgning hjælpe.Seneste indlægSeneste:Layout vil være som herunder:VenstreVenstre sidebarLicens-aktiveringLicens-deaktiveringLike detteLinkedInLinksPrimære sidehovedområde visningstypeMåned: %sNyere kommentarer &rarr;Nyere indlæg <span class="meta-nav">&rarr;</span>Næste &rarr;&rarr;Ingen sidebar centreret indholdIngen sidebar fuld breddeIngen kommentarerAntallet af indlæg der skal vises:Offset indlæg:Hov! Den side findes ikke.Page Builder skabelonSider:Pingback:PinterestForfatterIndlæg navigationIndlægDrevet af&larr;Primær menuPrimære farvemulighedCitaterVilkårligt indlægBedøm dette temaLæs mere Klar til at udgive dit første indlæg? <a href="%1$s">Start her</a>.RedditRelaterede indlægRelaterede indlæg efter kategorierRelaterede indlæg efter tagsRelaterede indlæg skal vises som:BesvarHøjreH&#248;jre sidebarGem ændringerHop til Toppen-knapSøgSøgeikonSe alle artikler af %1$sVælg layoutVælg et billedeVælg kategorier:Vælg kategoriVælg standardlayout for sider. Dette layout vil afspejles i alle sider, medmindre et unikt layout er opsat for en specifik side.Vælg standardlayout for enkeltindlæg. Dette layout vil afspejles i alle enkeltindlæg, medmindre et unikt layout er opsat for et specifikt indlæg.Vælg standardlayout. Dette layout vi blive afspejlet i hele webstedets arkiver, kategorier, søgeside osv. Layout for enkeltindlæg og sider kan styres gennem mulighederne herunderDel dette indlæg:Vis beggeVis datoVis forsideikonVis nyeste indlægVis indlæg fra en kategoriVis widget ved siden af slideren. Egnet til TG: Fremhævede indlæg.Vis widgets i venstre side.Vis widgets i højre side.Vis widgets i sidefod sidebar fire.Vis widgets sidefod sidebar et.Vis widgets i sidefod sidebar tre.Vis widgets i sidefod sidebar to.Viser widgets i sidehovedsektionen lige over den primære navigationsmenu.Vis widgets på kontaktside skabelonen.Vis widgets på fejl 404 side.WebstedslayoutOverfladefarveSkypeSociale mulighederSociale links vises på:Beklager, men din søgning gav ingen resultater. Prøv igen med nogle andre søgeord.SoundCloudFastgjort menuStumbleUponSupportTG: 125x125 annonceTG: 300x250 annonceTG: 728x90 annonceTG: Udvalgt kategori sliderTG: Udvalgte indlæg (stil 1)TG: Udvalgte indlæg (stil 2)TG: Udvalgte indlæg (Stil 3)TG: Udvalgte indlæg (Stil 4)TG: Udvalgte indlæg (Stil 5)TG: Udvalgte indlæg (Stil 6)TG: Udvalgte indlæg (Stil 7)TG: Vilkårlige indlæg widgetTG: FanebladswidgetTG: VideoerTekstfarve:Licensen kunne ikke deaktiveres. Brug Licens-deaktivering-tab'en for manuelt at deaktivere licensen, før du aktiverer en ny licens.Licensnøglen for %s er udløbet. Du kan genaktivere eller købe en licensnøgle fra din <a href="%s" target="_blank">kontooversigt</a>.Temaets standardindstillingTema aktiveret.Temaets licens deaktiveret.Tema: ColorMag Pro af ThemeGrillDette vil afspejles i links, knapper og meget andet. Vælg en farve der passer til dit websted.Titel widgetTitel:Læsninger i altTumblrTweet detteTwitterType 1 (Standard)Type 2Typografi-mulighederUnikt indlægssystemOpBrug billedeVKVideoerVis demoVis et vilkårligt indlægVimeo-SquareVineHvid overfladeBredt layoutWidgettitelWordPressIndtast din custom cssXingÅr: %sDu vil måske også kunne lideYouTubeDin kommentar afventer bed&#248;mmelse.En mening om &ldquo;%2$s&rdquo;%1$s meninger om &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/siger:126404sidebar-footer.php000064400000005457151213252650010177 0ustar00<?php
/**
 * The Sidebar containing the footer widget areas.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * The footer widget area is triggered if any of the areas have widgets. So let's check that first.
 *
 * If none of the sidebars have widgets, then let's bail early.
 */
if ( ! is_active_sidebar( 'colormag_footer_sidebar_one' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_two' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_three' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_four' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_one_upper' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_two_upper' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_three_upper' ) &&
     ! is_active_sidebar( 'colormag_footer_sidebar_full_width' ) ) {
	return;
}
?>

<div class="cm-footer-cols">
	<div class="cm-container">
		<div class="cm-row">
			<?php if ( is_active_sidebar( 'colormag_footer_sidebar_one_upper' ) || is_active_sidebar( 'colormag_footer_sidebar_two_upper' ) || is_active_sidebar( 'colormag_footer_sidebar_three_upper' ) ) : ?>
			<div class="cm-upper-footer-cols">
				<div class="cm-upper-footer-col cm-upper-footer-col--1">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_one_upper' ); ?>
				</div>
				<div class="cm-upper-footer-col cm-upper-footer-col--2">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_two_upper' ); ?>
				</div>
				<div class="cm-upper-footer-col cm-upper-footer-col--3">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_three_upper' ); ?>
				</div>
			</div>
			<?php endif; ?>

			<?php if ( is_active_sidebar( 'colormag_footer_sidebar_one' ) || is_active_sidebar( 'colormag_footer_sidebar_two' ) || is_active_sidebar( 'colormag_footer_sidebar_three' ) || is_active_sidebar( 'colormag_footer_sidebar_four' ) ) : ?>
			<div class="cm-lower-footer-cols">
				<div class="cm-lower-footer-col cm-lower-footer-col--1">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_one' ); ?>
				</div>

				<div class="cm-lower-footer-col cm-lower-footer-col--2">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_two' ); ?>
				</div>
				<div class="cm-lower-footer-col cm-lower-footer-col--3">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_three' ); ?>
				</div>
				<div class="cm-lower-footer-col cm-lower-footer-col--4">
					<?php dynamic_sidebar( 'colormag_footer_sidebar_four' ); ?>
				</div>
			</div>
			<?php endif; ?>

			<?php if ( is_active_sidebar( 'colormag_footer_sidebar_full_width' ) ) : ?>
			<div class="cm-footer-full-width-sidebar inner-wrap">
				<?php dynamic_sidebar( 'colormag_footer_sidebar_full_width' ); ?>
			</div>
			<?php endif; ?>
		</div>
	</div>
</div>
style-rtl.css000064400000452031151213252650007224 0ustar00@charset "UTF-8";
/*
Theme Name: ColorMag Pro
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: ColorMag Pro is the pro version of ColorMag free theme.
Version: 4.1.10
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Import Fonts.
--------------------------------------------- */
/* Fonts.
--------------------------------------------- */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format("woff");
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid #e4e4e7;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

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

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

/* 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 {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.cm-header-1 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
}

@media screen and (min-width: 48em) {
	.cm-header-1 .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: right;
		gap: 20px;
	}
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: #3f3f46;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: 1.8;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

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

pre {
	overflow: auto;
	max-width: 100%;
	width: 798px;
	margin-bottom: 20px;
	padding: 30px 30px 84px 30px;
	background-color: #fafafa;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-wrap;
}

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

address {
	display: block;
	font-style: italic;
	margin: 0 0 16px;
}

ins {
	background: #f4f4f5;
}

hr,
.wp-block-separator {
	background-color: #e4e4e7;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

dl {
	font-size: 1.6rem;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
}

dd {
	margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #27272a;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

/* Elements
--------------------------------------------- */
/**
 * Body.
 */
body {
	background-color: #e4e4e7;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}

body.clickable-background-image {
	position: relative;
}

body.clickable-background-image .background-image-clickable {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

body.clickable-background-image .site {
	position: relative;
	z-index: 99;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #207daf;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
.cm-button:hover {
	color: #207daf;
	background-color: transparent;
}

/**
 * Columns.
 */
.cm-column-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

/* 4 Columns. */
.tg-one-fourth {
	float: right;
	width: 23.1527094%;
	margin: 0 0 0 2.46305419%;
}

.tg-one-fourth-last {
	margin: 0;
}

@media screen and (min-width: 48em) {
	.cm-column-half {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c1c1c1;
}

/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus {
	border: 1px solid #e4e4e7;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e4e4e7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #FCFCFC;
	border-radius: 4px;
}

input.s {
	position: relative;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 0 4px 4px 0;
	line-height: 1.6;
}

input.s:focus {
	padding-right: 10px;
	border-color: #e4e4e7;
	text-indent: 0;
}

textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;
}

textarea:focus {
	border: 1px solid #e4e4e7;
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: #207daf;
	border: 0;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	color: #fff;
}

.colormag-button:hover {
	background-color: #33363b;
}

#search-form input[type="submit"] {
	border-radius: 0;
	margin-right: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}

select {
	border: 1px solid #e4e4e7;
	padding: 8px 16px;
}

/**
 * Links.
 */
a {
	color: #207daf;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/**
 * List.
 */
ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ul.default-wp-page {
	list-style: none;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;
}

li > ul,
li > ol {
	margin: 0 10px 0 0;
}

/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

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

.cm-entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

a img {
	border: 0;
}

img#wpstats {
	display: none;
}

.cm-entry-summary img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

#cm-footer .wp-caption {
	border: 1px solid #444444;
}

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

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

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

table thead {
	background-color: #F4F8FB;
}

table th {
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
}

table td {
	padding: 6px 12px;
	border-bottom: 1px solid #27272a;
}

/* SVG icons */
.cm-icon {
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	fill: #71717a;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top bar.
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.social-links {
		margin-top: 0;
	}
}

.breaking-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #fafafa;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}

.breaking-news-main .breaking-news {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.breaking-news div {
	display: inline-block;
	word-wrap: break-word;
}

.breaking-news li {
	line-height: 20px;
}

.breaking-news-latest {
	position: relative;
	color: #555555;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-right: 4px;
	height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
	.breaking-news {
		margin-top: 0;
	}
}

.date-in-header {
	color: #3f3f46;
	text-align: center;
}

.top-bar-menu {
	text-align: center;
}

.top-bar-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.top-bar-menu li:first-child {
	margin-right: 0;
}

.top-bar-menu a {
	display: block;
}

/* Social icons.
--------------------------------------------- */
/* Social Icons.
--------------------------------------------- */
.fa {
	font-size: 1.6rem;
	color: #71717a;
}

.social-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.social-links ul li:hover > a {
	background-color: transparent;
}

.social-links ul a {
	text-decoration: none;
}

.social-links ul a:hover {
	text-decoration: none;
}

.social-links li {
	margin-right: 16px;
	border-top: 0;
}

.social-links li:first-child {
	margin-right: 0;
}

.social-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-links .fa {
	text-align: center;
	-webkit-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	font-size: 18px;
}

.social-links .fa:hover {
	color: #207daf;
}

.social-links .fa-twitter {
	color: #1bb2e9;
}

.social-links .fa-facebook {
	color: #3b5a9b;
}

.social-links .fa-youtube {
	color: #ed3f41;
}

.social-links .fa-vimeo-square {
	color: #44bbff;
}

.social-links .fa-skype {
	color: #009cef;
}

.social-links .fa-linkedin {
	color: #007bb6;
}

.social-links .fa-google-plus {
	color: #dc4937;
}

.social-links .fa-github {
	color: #4183c4;
}

.social-links .fa-flickr {
	color: #0062dd;
}

.social-links .fa-dribbble {
	color: #e24d87;
}

.social-links .fa-instagram {
	color: #3f729b;
}

.social-links .fa-pinterest {
	color: #d5282e;
}

.social-links .fa-stumbleupon {
	color: #ec4823;
}

.social-links .fa-tumblr {
	color: #455469;
}

.social-links .fa-wordpress {
	color: #21759b;
}

.social-links .fa-codepen {
	color: #cccccc;
}

.social-links .fa-digg {
	color: #14589e;
}

.social-links .fa-reddit {
	color: #ff4500;
}

.social-links .fa-xing {
	color: #026466;
}

.social-links .fa-vk {
	color: #45668e;
}

.social-links .fa-weibo {
	color: #e6162d;
}

.social-links .fa-leanpub {
	color: #000;
}

.social-links .fa-renren {
	color: #237bc2;
}

.social-links .fa-rss {
	color: #f26522;
}

.social-links .fa-soundcloud {
	color: #ff3a00;
}

.social-links .fa-vine {
	color: #00bf8f;
}

.social-links .fa-delicious {
	color: #2a96ff;
}

.cm-header-actions .social-links a {
	padding: 0;
}

.cm-header-actions .social-links li {
	margin-right: 0;
	padding: 12px;
}

.cm-header-actions .social-links ul li {
	display: inline-block;
	background: transparent;
}

.cm-header-actions .social-links ul li a:hover {
	background-color: transparent;
}

/* Header actions.
--------------------------------------------- */
/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: auto;
}

.cm-top-search {
	position: initial;
}

.cm-top-search:has(.show) .fa.search-top::before {
	content: '✖';
}

.fa.search-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	height: 48px;
	width: 48px;
	color: #fff;
	font-size: 2.4rem;
	cursor: pointer;
}

.fa.search-top:hover {
	background-color: #207daf;
}

.search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}

.search-wrap button {
	padding: 14px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	border-radius: 4px 0 0 4px;
	line-height: 0.8;
}

.search-form-top {
	position: absolute;
	left: 0;
	z-index: 9999;
	border: 1px solid #f4f4f5;
	display: none;
	padding: 24px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-form-top.show {
	display: block;
	width: 100%;
}

.search-form-top.show::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	top: -10px;
	left: 54px;
}

.search-form-top :focus-visible {
	outline: none;
}

.search-form-top input.s {
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #e4e4e7;
	border-radius: 0 4px 4px 0;
}

.search-form-top .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cm-random-post .fa-random {
	color: #fff;
	font-size: 2.4rem;
	vertical-align: middle;
}

.cm-primary-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 8px;
	border-bottom: medium none;
}

.cm-primary-nav .cm-random-post a:hover {
	background-color: #207daf;
}

.cm-primary-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

@media screen and (min-width: 48em) {
	.cm-header-actions {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	.search-form-top.show {
		width: 570px;
	}
	.search-form-top.show::before {
		left: 10px;
	}
	.cm-top-search {
		position: relative;
	}
}

/* Header media.
--------------------------------------------- */
/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button::before {
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause::before {
	content: "\f04c";
}

/* Page header.
--------------------------------------------- */
.cm-page-header .cm-page-title {
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: 1.8rem;
	border-bottom: 2px solid #207daf;
}

.cm-page-header span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-page-header .vcard {
	padding: 0;
}

.breadcrumb-wrap {
	color: #888888;
	font-size: 1.6rem;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.breadcrumb-wrap .inner-wrap > span {
	margin: 0 2px;
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb-trail ul li a, .breadcrumb-trail ul li:last-child {
	margin: 0 2px;
}

.breadcrumb-trail ul li::after {
	content: " > ";
	white-space: pre;
	font-family: FontAwesome;
}

.breadcrumb-trail ul li:last-child::after {
	content: none;
}

/* Navigation.
--------------------------------------------- */
.cm-primary-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-primary-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 8px;
	cursor: pointer;
}

.cm-primary-nav .cm-submenu-toggle .cm-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}

/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.default-wp-page .previous,
.default-wp-page .next {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default-wp-page .next {
	text-align: left;
}

.wp-block-query-pagination-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

.previous a,
.next a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #3f3f46;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 600;
	word-break: break-all;
}

.previous a:hover,
.next a:hover {
	color: #207daf;
	text-decoration: underline;
}

.previous svg,
.next svg {
	fill: #27272a;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #207daf;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.nav-previous a {
	float: right;
}

.nav-next a {
	float: left;
}

.link-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: 16px 0;
}

.link-pagination .post-page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	padding: 8px;
	background-color: #fff;
	color: #3f3f46;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
}

.link-pagination .post-page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
18.0 single post pagination
--------------------------------------------------------------*/
.thumbnail-pagination {
	margin: 30px 0;
}

.thumbnail-pagination li {
	width: 49.5%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	min-height: 90px;
}

.thumbnail-pagination img {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.thumbnail-pagination .next {
	text-align: left;
}

.thumbnail-pagination .previous a {
	padding-right: 4%;
}

.thumbnail-pagination .next a {
	padding-left: 4%;
}

.thumbnail-pagination a {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	color: #67666a;
	line-height: 28px;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	font-weight: 700;
}

.thumbnail-pagination a:hover {
	text-decoration: none;
}

.thumbnail-pagination a span {
	display: none;
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: #207daf;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide-prev .cm-icon,
.slide-next .cm-icon {
	fill: #fff;
}

.slide-prev {
	margin-right: 20px;
}

.slide-next {
	left: 0;
	margin-left: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: 32px;
}

/* Infinite pagination */
.tg-infinite-pagination {
	text-align: center;
	margin-top: 32px;
}

.tg-infinite-pagination .page-numbers {
	display: none;
}

.tg-infinite-pagination .tg-load-more {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #207daf;
	padding: 8px 16px;
	border-radius: 2px;
}

.tg-infinite-pagination .tg-load-more.loading {
	cursor: default;
}

.tg-infinite-pagination .tg-load-more.loading .tg-load-more-icon {
	display: inline-block;
}

.tg-infinite-pagination .tg-load-more .tg-load-more-icon {
	vertical-align: middle;
	display: none;
	padding-left: 5px;
}

.tg-infinite-pagination .tg-load-more .tg-load-more-text {
	vertical-align: middle;
	display: inline-block;
}

.tg-infinite-pagination a,
.tg-infinite-pagination span {
	color: #fff;
}

.tg-infinite-pagination .spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(24, 24, 24, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.tg-infinite-pagination .tg-no-more-post {
	background-color: #207daf;
}

.tg-infinite-pagination--scroll .tg-load-more {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: transparent;
	padding: 8px 15px;
	border-radius: 3px;
}

.tg-infinite-pagination--scroll .tg-load-more.loading {
	cursor: default;
	background: unset;
}

.tg-infinite-pagination--scroll .tg-load-more.loading .tg-load-more-icon {
	display: inline-block;
}

.tg-infinite-pagination--scroll .tg-load-more .tg-load-more-icon {
	vertical-align: middle;
	display: none;
	padding-left: 5px;
}

.tg-infinite-pagination--scroll .spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(24, 24, 24, 0.3);
	border-top-color: #808080;
	border-radius: 50%;
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.tg-infinite-pagination--scroll .tg-no-more-post {
	background-color: #207daf;
}

.tg-infinite-pagination--scroll .spinner {
	width: 24px;
	height: 24px;
	background: unset;
}

@media screen and (max-width: 767px) {
	.thumbnail-pagination li {
		width: 100%;
		display: block;
		min-height: 70px;
	}
	.thumbnail-pagination li.previous {
		margin-bottom: 20px;
	}
	.thumbnail-pagination a {
		font-size: 15px;
	}
	.default-wp-page.thumbnail-background-pagination li.previous, .default-wp-page.thumbnail-background-pagination li.next {
		width: 100%;
		margin: 0;
		text-align: right;
	}
	.default-wp-page.thumbnail-background-pagination li.previous a, .default-wp-page.thumbnail-background-pagination li.next a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (min-width: 48em) {
	.default-wp-page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Primary Menu.
--------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.cm-primary-nav {
	width: 100%;
	text-align: center;
}

.cm-primary-nav .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-primary-nav li {
	position: relative;
	font-family: "Open Sans", serif;
	font-weight: 300;
	padding: 10px 16px;
}

.cm-primary-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
}

.cm-primary-nav li.default-menu {
	display: none;
}

.cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-primary-nav .cm-home-icon a:hover {
	background-color: #207daf;
}

.cm-primary-nav a:hover {
	color: #fff;
}

.cm-primary-nav ul {
	display: none;
}

.cm-primary-nav ul li.current-menu-item, .cm-primary-nav ul li.current_page_ancestor, .cm-primary-nav ul li.current-menu-ancestor, .cm-primary-nav ul li.current_page_item, .cm-primary-nav ul li:hover, .cm-primary-nav ul li.focus {
	background-color: #207daf;
}

.cm-primary-nav .sub-menu,
.cm-primary-nav .children {
	background-color: #232323;
}

.cm-primary-nav ul li ul,
.cm-primary-nav ul li:hover ul ul,
.cm-primary-nav ul li.focus ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li.focus > ul {
	display: block;
}

.cm-primary-nav ul ul li:hover ul ul,
.cm-primary-nav ul ul li.focus ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul {
	right: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li:hover > ul,
.cm-primary-nav ul li.focus > ul {
	right: 0;
}

.cm-primary-nav ul ul li:hover > ul,
.cm-primary-nav ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul li.focus > ul,
.cm-primary-nav ul ul ul ul ul li.focus > ul {
	right: 100%;
}

.cm-primary-nav ul li ul {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 200px;
	top: 100%;
}

.cm-primary-nav ul li ul li a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: none;
	font-size: 14px;
	height: 100%;
	color: #fff;
	display: block;
	text-align: right;
	text-transform: none;
}

.cm-primary-nav ul li ul li:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li.current-menu-item ul li a:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li ul li ul {
	right: 200px;
	top: 0;
}

.cm-primary-nav select {
	display: none;
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid #207daf;
}

#cm-primary-nav .cm-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cm-home-icon.front_page_on {
	background-color: #207daf;
}

.cm-home-icon svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.sticky-wrapper.is-sticky .cm-primary-nav .cm-home-icon a,
.sticky-wrapper .cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.cm-menu-primary-container .sub-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	left: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: #fff;
	cursor: pointer;
	line-height: 21px;
}

.cm-sub-toggle .fa {
	color: #fff;
}

.menu-logo a {
	padding: 0;
}

.menu-logo a:hover {
	background-color: unset;
}

.menu-logo img {
	width: auto;
	margin-bottom: 0;
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header .cm-menu-toggle[aria-expanded="true"] .cm-icon--bars {
	display: none;
}

.cm-header .cm-menu-toggle[aria-expanded="false"] .cm-icon--x-mark {
	display: none;
}

.cm-header .cm-menu-toggle {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: "Open Sans", serif;
	padding-bottom: 0;
	line-height: 1.2;
	width: 48px;
	height: 48px;
}

.cm-header .cm-menu-toggle:hover {
	color: #fff;
}

.cm-header .cm-menu-toggle svg {
	width: 48px;
	height: 48px;
	fill: #fff;
	padding: 8px;
}

.cm-header .cm-menu-toggle svg:hover {
	color: #fff;
}

.cm-header .cm-mobile-nav ul.menu-scrollbar {
	overflow-y: scroll;
	width: 100%;
}

.cm-header .cm-mobile-nav li:hover, .cm-header .cm-mobile-nav li.current-page-ancestor, .cm-header .cm-mobile-nav li.current-menu-ancestor, .cm-header .cm-mobile-nav li.current-page-item, .cm-header .cm-mobile-nav li.current-menu-item {
	color: #fff;
	background-color: #207daf;
}

.cm-header .cm-mobile-nav li:hover > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-item > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-item > .cm-sub-toggle i {
	color: #fff;
}

.cm-mobile-nav .menu-logo a {
	padding: 0;
}

.cm-mobile-nav .menu {
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	left: 0;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container {
	width: 100%;
	position: absolute;
	top: 100%;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container > ul,
.cm-mobile-nav .menu > ul {
	width: 100%;
}

.cm-mobile-nav ul {
	margin: 0;
	list-style: none;
}

.cm-mobile-nav a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.cm-mobile-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	height: 48px;
	line-height: 1.8;
}

.cm-mobile-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.cm-mobile-nav li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #27272A;
	border-top: 1px solid #3F3F46;
}

.cm-mobile-nav li a:hover {
	background-color: #207daf;
	color: #fff;
}

.cm-mobile-nav .sub-menu {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cm-mobile-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.cm-mobile-nav .cm-submenu-toggle svg {
	height: 14px;
	width: 14px;
	fill: #fff;
}

.cm-mobile-nav ul ul a {
	padding-right: 45px;
	text-transform: none;
}

.cm-mobile-nav ul ul ul a {
	padding-right: 90px;
}

.cm-mobile-nav .current_page_item > a, .cm-mobile-nav .current-menu-item {
	background: #207daf;
	color: #fff;
}

.cm-mobile-nav .cm-home-icon a {
	padding: 8px;
}

.default-wp-page.thumbnail-background-pagination {
	overflow: hidden;
}

.default-wp-page.thumbnail-background-pagination img {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

.default-wp-page.thumbnail-background-pagination li {
	width: 50%;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	padding: 0;
	position: relative;
}

.default-wp-page.thumbnail-background-pagination a {
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background: -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.default-wp-page.thumbnail-background-pagination a .meta-nav {
	display: block;
	font-size: 14px;
}

.default-wp-page.thumbnail-background-pagination a:hover {
	text-decoration: none;
}

.default-wp-page.thumbnail-background-pagination .previous {
	width: calc(50% - 15px);
	margin-left: 15px;
}

.default-wp-page.thumbnail-background-pagination .next {
	width: calc(50% - 15px);
	margin-right: 15px;
	text-align: left;
}

.default-wp-page.thumbnail-background-pagination .next:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.default-wp-page.thumbnail-background-pagination .previous:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li:hover > a {
	background-color: #ebebec;
}

.page-numbers li:first-child {
	margin-right: 0;
}

.page-numbers li:last-child {
	margin-left: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.page-numbers li .fa {
	color: #3f3f46;
}

.page-numbers .current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/
.tg-autoload-posts .related-posts {
	margin-bottom: 25px;
}

.tg-autoload-posts .tg-post + .tg-post {
	margin-top: 15px;
	padding-top: 60px;
	border-top: 1px solid #f8f8f8;
}

.tg-autoload-posts #comments.comments-area {
	border-top: 1px solid transparent;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.cm-primary-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}
	.cm-menu-primary-container .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-sub-toggle {
		display: none;
	}
}

/* Smooth image.
--------------------------------------------- */
/* Load image elements smoothly
 * on page load and scroll.
--------------------------------------------- */
.tg-image-to-reveal-fade-in-up {
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-down {
	opacity: 0;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in {
	opacity: 0;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-up--is-revealed,
.tg-image-to-reveal-fade-in-down--is-revealed,
.tg-image-to-reveal-fade-in--is-revealed {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Comments.
--------------------------------------------- */
/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: 16px;
}

.bypostauthor {
	display: block;
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: 60px;
}

.comments-area .comments-title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.comments-area .comment-metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-right: 60px;
}

.comments-area #comment:focus-visible {
	outline: none;
}

.comments-area .avatar {
	height: 40px;
	width: 40px;
	margin-left: 16px;
	margin-bottom: 0;
	border: 1px solid rgba(17, 17, 17, 0.15);
}

.comments-area .fn a {
	color: #27272a;
	font-size: 20px;
	font-weight: 500;
}

.comments-area .comment-content {
	margin-top: 16px;
	margin-right: 60px;
}

.comments-area .comment-content p {
	line-height: 1.8;
	margin-bottom: 12px;
}

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

.comments-area .comment-date-time,
.comments-area .comment-permalink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	color: #71717a;
}

.comments-area .comment-permalink:hover {
	color: #207daf;
}

.comments-area .comment-reply-link {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 600;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 20px 20px 0;
}

.comment ul {
	list-style: square outside none;
}

.comment a:hover {
	text-decoration: underline;
}

.comment .comment-author-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
}

.comment .comment-author-link .post-author {
	background-color: #207daf;
	color: #fff;
	padding: 6px;
	border-radius: 4px;
	font-size: 14px;
}

.comment-list {
	margin-bottom: 24px;
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-right: 20px;
	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	font-size: 1.2rem;
}

/* Comments Form.
--------------------------------------------- */
.comment-respond .comment-reply-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 2.4rem;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
	font-weight: normal;
	font-size: 1.6rem;
}

.comment-respond .logged-in-as,
.comment-respond .comment-notes {
	margin-bottom: 32px;
	font-size: 1.6rem;
}

.comment-respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-left: 6px;
}

.comment-respond form .comment-form-cookies-consent label {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 32px;
}

.comment-respond form input[type="text"],
.comment-respond form textarea,
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
	margin-bottom: 14px;
}

.comment-respond form p.form-allowed-tags {
	display: none;
	font-size: 1.6rem;
	line-height: 1;
	color: #5e5e5e;
}

.comment-respond label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #52525b;
	margin-bottom: 8px;
	line-height: 1.8;
}

.comment-respond p {
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Entry.
--------------------------------------------- */
.cm-entry-button {
	display: inline-block;
	background-color: #207daf;
	border-radius: 2px;
}

.cm-entry-button span {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.8;
}

.cm-entry-button span:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.cm-entry-footer .cm-edit-link {
	margin-top: 24px;
	line-height: 1;
}

.cm-entry-title {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
}

.cm-entry-title a {
	color: #27272a;
}

.cm-entry-title a:hover {
	color: #207daf;
	text-decoration: underline;
}

.cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.cm-below-entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.cm-below-entry-meta .cm-post-date a,
.cm-below-entry-meta .cm-comments-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.cm-below-entry-meta a:hover,
.cm-entry-header-meta a:hover {
	text-decoration: underline;
}

.cm-author,
.cm-post-views,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 1.2rem;
}

/* ------------ Post Meta ----------------- */
.cm-posts .cm-below-entry-meta .cm-author .cm-style-2-avatar {
	height: 24px;
	width: 24px;
	border-radius: 100px;
}

.cm-tag-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
}

.cm-icon--tag {
	margin-left: 4px;
}

.cm-post-date a,
.cm-author a,
.cm-tag-links a,
.cm-edit-link a,
.cm-comments-link a {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-tag-links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-total-views {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-entry-summary {
	margin-top: 12px;
}

.cm-entry-summary p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
}

.cm-entry-summary p:last-child {
	margin-bottom: 0;
}

.cm-featured-image {
	text-align: center;
}

.cm-featured-image a {
	display: block;
	position: relative;
}

/* Widgets.
--------------------------------------------- */
/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 .cm-advertisement-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.advertisement_below_post_title {
	float: right;
	width: 300px;
	margin-left: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;
}

.cm-header-col-2 .advertisement_728x90 img {
	padding: 0;
}

.advertisement_728x90 {
	display: block;
}

.advertisement_728x90 img {
	width: calc(100% - 50px);
	display: block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 26px;
	margin-right: auto;
	margin-left: auto;
}

/* Breaking News Widget.
--------------------------------------------- */
.widget .cm-breaking-news .cm-post {
	padding: 0;
}

.cm-breaking-news-slider-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.cm-breaking-news-slider-widget img {
	border-radius: 4px;
}

.cm-breaking-news {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.cm-breaking-news .cm-post {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.cm-breaking-news .cm-entry-title {
	margin-bottom: 8px;
}

.cm-breaking-news .cm-entry-title a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0;
}

.cm-breaking-news .cm-slide-up,
.cm-breaking-news .cm-slide-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.cm-breaking-news .cm-slide-up svg,
.cm-breaking-news .cm-slide-down svg {
	padding: 4px;
	background-color: #fafafa;
	fill: #71717a;
	border: 1px solid #fafafa;
	border-radius: 2px;
}

.cm-breaking-news .cm-slide-down {
	padding-top: 16px;
}

.cm-breaking-news .cm-slide-up {
	padding-bottom: 16px;
}

.cm-breaking-news .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-breaking-news .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-breaking-news .cm-below-entry-meta .cm-comments-link a,
.cm-breaking-news .cm-below-entry-meta .cm-post-date a,
.cm-breaking-news .cm-below-entry-meta .cm-author a {
	font-size: 1.2rem;
}

.cm-breaking-news .cm-author {
	display: none;
}

i.fa-arrow-up, i.fa-arrow-down {
	width: 94%;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	color: #207daf;
}

/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: 30px;
}

.call-to-action {
	padding: 30px;
	background-color: #207daf;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);
}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: right;
}

.call-to-action--right {
	text-align: left;
}

.call-to-action-border::before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
}

.call-to-action-border::after {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
	top: 34px;
	right: 34px;
	left: 34px;
	bottom: 34px;
}

.call-to-action__title {
	margin-bottom: 10px;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: 40px;
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Category Slider Widget.
--------------------------------------------- */
.rtl .cm-slider {
	direction: ltr;
}

.cm-featured-category-slider-widget {
	margin-bottom: 30px;
}

.cm-slider-area .cm-featured-category-slider-widget {
	margin-bottom: 0;
}

.top-full-width-sidebar .cm-featured-category-slider-widget {
	margin-bottom: 10px;
}

.tg-full-width.inner-wrap {
	max-width: 100%;
	padding: 0 15px;
}

.tg-full-width .home .cm-content {
	padding-top: 0;
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-92%);
	transform: translateY(-92%);
	background-color: #207daf;
	border-radius: 2px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cm-category-slide-prev .cm-icon,
.cm-category-slide-next .cm-icon {
	fill: #fff;
	height: 16px;
	width: 16px;
}

.cm-category-slide-prev {
	left: 0;
	margin-left: 60px;
}

.cm-category-slide-next {
	left: 0;
	margin-left: 24px;
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}

/* Currency Exchange.
--------------------------------------------- */
.cm-header-col-2 .widget.widget_exchange,
.widget.widget_exchange {
	margin-bottom: 30px;
	text-align: right;
}

.exchange-currency {
	background-color: #fcfdfd;
}

.exchange-currency .base-currency {
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #e4e3e2;
}

.exchange-currency .currency-list {
	padding: 20px;
}

.exchange-currency .currency-table {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-left: -4px;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
}

.exchange-currency .currency-table:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.exchange-currency .currency--country {
	font-weight: 700;
	display: inline-block;
}

.exchange-currency.exchange-column-1 .currency-table {
	width: 100%;
	padding-left: 0;
}

.exchange-currency.exchange-column-2 .currency-table {
	width: 46%;
	padding-left: 8%;
}

.exchange-currency.exchange-column-3 .currency-table {
	width: 28%;
	padding-left: 8%;
}

.exchange-currency.exchange-column-2 .currency-table:nth-child(2n),
.exchange-currency.exchange-column-3 .currency-table:nth-child(3n) {
	padding-left: 0;
}

.currency--flag {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/flags.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	vertical-align: top;
	margin: 1px 0 0 5px;
}

.currency--flag.currency--flag-aud {
	background-position: 2px -2px;
}

.currency--flag.currency--flag-bgn {
	background-position: -24px 0;
}

.currency--flag.currency--flag-brl {
	background-position: -48px 0;
}

.currency--flag.currency--flag-cad {
	background-position: -72px 0;
}

.currency--flag.currency--flag-chf {
	background-position: -96px 0;
}

.currency--flag.currency--flag-cny {
	background-position: 100% -24px;
}

.currency--flag.currency--flag-czk {
	background-position: -24px -24px;
}

.currency--flag.currency--flag-dkk {
	background-position: -48px -24px;
}

.currency--flag.currency--flag-gbp {
	background-position: -96px -24px;
}

.currency--flag.currency--flag-hkd {
	background-position: 100% -48px;
}

.currency--flag.currency--flag-hrk {
	background-position: -24px -48px;
}

.currency--flag.currency--flag-huf {
	background-position: -48px -48px;
}

.currency--flag.currency--flag-idr {
	background-position: -72px -48px;
}

.currency--flag.currency--flag-ils {
	background-position: -96px -48px;
}

.currency--flag.currency--flag-inr {
	background-position: 100% -71px;
}

.currency--flag.currency--flag-jpy {
	background-position: -24px -75px;
}

.currency--flag.currency--flag-krw {
	background-position: -48px -72px;
}

.currency--flag.currency--flag-mxn {
	background-position: -72px -72px;
}

.currency--flag.currency--flag-myr {
	background-position: -96px -72px;
}

.currency--flag.currency--flag-nok {
	background-position: 100% -96px;
}

.currency--flag.currency--flag-nzd {
	background-position: -24px -96px;
}

.currency--flag.currency--flag-php {
	background-position: -48px -96px;
}

.currency--flag.currency--flag-pln {
	background-position: -72px -96px;
}

.currency--flag.currency--flag-ron {
	background-position: -96px -96px;
}

.currency--flag.currency--flag-rub {
	background-position: -120px 0;
}

.currency--flag.currency--flag-sek {
	background-position: -120px -24px;
}

.currency--flag.currency--flag-sgd {
	background-position: -120px -48px;
}

.currency--flag.currency--flag-thb {
	background-position: -120px -72px;
}

.currency--flag.currency--flag-try {
	background-position: -120px -96px;
}

.currency--flag.currency--flag-usd {
	background-position: 100% -120px;
}

.currency--flag.currency--flag-zar {
	background-position: -24px -120px;
}

.currency--flag.currency--flag-eur {
	background-position: -72px -24px;
}

.currency--rate {
	float: left;
}

/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider,
.cm-slider-area-rotate {
	position: relative;
}

.cm-featured-category-slider .cm-single-slide,
.cm-slider-area-rotate .cm-single-slide {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.cm-featured-category-slider img,
.cm-slider-area-rotate img {
	width: 100%;
	margin-bottom: 0;
}

.cm-featured-category-slider .cm-below-entry-meta,
.cm-slider-area-rotate .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-featured-category-slider .single-post .bx-controls-direction,
.cm-slider-area-rotate .single-post .bx-controls-direction {
	display: none;
}

.cm-featured-category-slider .cm-slide-content,
.cm-slider-area-rotate .cm-slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: right;
	padding: 16px;
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-category-slider .cm-slide-content .cm-entry-header-meta .cm-post-categories a,
.cm-slider-area-rotate .cm-slide-content .cm-entry-header-meta .cm-post-categories a {
	background-color: #207daf;
}

.cm-featured-category-slider .cm-entry-title,
.cm-slider-area-rotate .cm-entry-title {
	color: #fff;
	font-size: 1.6rem;
}

.cm-featured-category-slider .cm-entry-title a,
.cm-slider-area-rotate .cm-entry-title a {
	color: inherit;
}

.cm-featured-category-slider .cm-entry-title a:hover,
.cm-slider-area-rotate .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

.cm-featured-category-slider .cm-post-date svg,
.cm-featured-category-slider .cm-author svg,
.cm-featured-category-slider .cm-comments-link svg,
.cm-featured-category-slider .cm-reading-time svg,
.cm-slider-area-rotate .cm-post-date svg,
.cm-slider-area-rotate .cm-author svg,
.cm-slider-area-rotate .cm-comments-link svg,
.cm-slider-area-rotate .cm-reading-time svg {
	fill: #fff;
}

.cm-featured-category-slider .cm-post-date a,
.cm-featured-category-slider .cm-author a,
.cm-featured-category-slider .cm-reading-time,
.cm-featured-category-slider .cm-reading-time::before,
.cm-featured-category-slider .human-diff-time .human-diff-time-display,
.cm-slider-area-rotate .cm-post-date a,
.cm-slider-area-rotate .cm-author a,
.cm-slider-area-rotate .cm-reading-time,
.cm-slider-area-rotate .cm-reading-time::before,
.cm-slider-area-rotate .human-diff-time .human-diff-time-display {
	color: #fff;
}

.cm-featured-category-slider .cm-comments-link a,
.cm-featured-category-slider .cm-comments-link span,
.cm-slider-area-rotate .cm-comments-link a,
.cm-slider-area-rotate .cm-comments-link span {
	color: #fff;
}

.cm-featured-category-slider-single-post .cm-slider-area-rotate {
	visibility: visible;
	height: unset;
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-category-slider .cm-entry-title {
		font-size: 2.4rem;
	}
	.cm-featured-category-slider .cm-slide-content {
		padding: 24px;
	}
}

/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 p {
	display: inline-block;
	width: 100%;
}

.cm-featured-posts--style-1 .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-1 .cm-first-post .cm-entry-title {
	margin-bottom: 12px;
}

.cm-featured-posts--style-1 .cm-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-1 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts.cm-featured-posts--style-1 {
		gap: 20px;
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-bottom: 0;
	}
}

/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2.cm-featured-posts .cm-first-post,
.cm-featured-posts--style-2.cm-featured-posts .cm-posts {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-2 .cm-posts .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-2 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Style 3 widget.
--------------------------------------------- */
.tg-front-post-load-more {
	display: inline-block;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}

.widget .waiting {
	margin: 0 6px 0 0;
	vertical-align: middle;
}

.cm-featured-posts--style-3 .cm-posts {
	gap: 12px;
}

/* Style 4 widget.
--------------------------------------------- */
.cm-featured-posts--style-4 .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-featured-posts--style-4 .cm-post .cm-post-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 16px;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-entry-title {
	font-size: 2.4rem;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-posts .cm-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-4 .fluid-width-video-wrapper {
	margin-bottom: 20px;
	padding: 0 !important;
}

.cm-featured-posts--style-4 .fluid-width-video-wrapper iframe {
	width: 390px;
	height: 205px;
	margin-left: 20px;
	margin-bottom: 0;
	position: relative;
	float: right;
}

.cm-featured-posts--style-4 .cm-featured-image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

/* Style 5 widget.
--------------------------------------------- */
.cm-featured-posts--style-5.cm-highlighted-posts .cm-below-entry-meta {
	display: none;
}

.cm-featured-posts--style-5.cm-highlighted-posts .cm-post {
	margin-bottom: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-entry-title a {
	color: #fff;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts--style-5.cm-featured-posts img {
	margin-bottom: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-post-date .fa,
.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-author .fa,
.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-comments-link .fa {
	color: #fff;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content {
	position: unset;
	background: #fff;
	-ms-flex-item-align: unset;
	align-self: unset;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title {
	margin: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title a {
	color: #000;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title a:hover {
	color: #207daf;
}

.cm-footer .cm-featured-posts--style-5 .cm-post-title-below-image .cm-post img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

/* Style 6 widget.
--------------------------------------------- */
.cm-featured-posts--style-6.cm-featured-posts {
	display: block;
}

.cm-featured-posts--style-6.cm-featured-posts .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-6.cm-featured-posts .cm-post-content {
	padding: 16px;
}

.cm-featured-posts--style-6 .cm-thumbnail-slider-news .bx-caption {
	position: absolute;
	padding: 16px;
	margin-top: -72px;
	background: #000;
	color: #fff;
	opacity: 0.5;
}

.cm-featured-posts--style-6 img {
	margin-bottom: 0;
}

.cm-featured-posts--style-6 .cm-post {
	position: relative;
	border-radius: 0;
}

.cm-featured-posts--style-6 .cm-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: right;
	padding: 24px;
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-posts--style-6 .cm-post-content .cm-entry-title {
	margin-bottom: 0;
}

.cm-featured-posts--style-6 .cm-post-content .cm-entry-title a {
	font-size: 2.4rem;
	color: #fff;
}

.cm-thumbnail-slider-news {
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.cm-thumbnail-slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding: 8px;
}

.cm-thumbnail-slider img {
	border-radius: 4px;
}

.cm-thumbnail-slider a {
	display: inline-block;
	text-align: center;
	width: 20%;
}

.cm-thumbnail-slider .title {
	display: none;
}

/* Style 7 widget.
--------------------------------------------- */
.cm-featured-posts--style-7 .cm-post-content {
	display: none;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts--style-7 img {
		margin-bottom: 4px;
	}
	.cm-featured-posts--style-7 .cm-post-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-featured-posts--style-7 .cm-entry-title {
		margin-bottom: 0;
	}
}

/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts .cm-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.cm-highlighted-posts a {
	display: block;
}

.cm-highlighted-posts .cm-post {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.cm-highlighted-posts img {
	width: 100%;
}

.cm-highlighted-posts .cm-post-content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	grid-template-rows: repeat(1, 1fr);
	padding: 16px;
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(-180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-highlighted-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-highlighted-posts .cm-author,
.cm-highlighted-posts .cm-comments-link,
.cm-highlighted-posts .cm-entry-header-meta {
	display: none;
}

.cm-highlighted-posts .cm-post-date svg,
.cm-highlighted-posts .cm-author svg,
.cm-highlighted-posts .cm-comments-link svg,
.cm-highlighted-posts .cm-reading-time svg {
	fill: #fff;
}

.cm-highlighted-posts .cm-post-date a,
.cm-highlighted-posts .cm-author a,
.cm-highlighted-posts .cm-reading-time,
.cm-highlighted-posts .cm-reading-time::before,
.cm-highlighted-posts .human-diff-time .human-diff-time-display {
	color: #fff;
}

.cm-highlighted-posts .cm-entry-title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
}

.cm-highlighted-posts .cm-entry-title a {
	color: #fff;
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cm-highlighted-posts .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

@media screen and (min-width: 48em) {
	.cm-highlighted-posts .cm-posts {
		grid-template-columns: 1fr 1fr;
	}
}

/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-random-post-widget .cm-post .cm-entry-title a {
	color: #0a0a0a;
}

.cm-random-post-widget .cm-post a {
	position: relative;
}

.cm-random-post-widget .cm-random-post {
	width: 100%;
}

.cm-random-post-widget .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-random-post-widget .cm-post-content .cm-entry-title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.cm-random-post-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-random-post-widget .cm-author {
	display: none;
}

.cm-random-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.cm-random-posts img {
	border-radius: 4px;
}

/* Widget Search.
	--------------------------------------------- */
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	border: 0;
	margin-right: 0;
	border-radius: 4px 0 0 4px;
}

.wp-block-search .wp-block-search__input {
	position: relative;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 0 4px 4px 0;
	line-height: 1.6;
}

.wp-block-search .wp-block-search__input:focus-visible {
	outline: none;
}

.wp-block-search .wp-element-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	padding: 0;
	color: transparent;
}

.wp-block-search .wp-element-button::before {
	position: absolute;
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-search .wp-element-button:hover {
	background-color: #207daf;
	color: transparent;
}

/* Tabbed Widget.
--------------------------------------------- */
.cm-tabbed-widget-popular,
.cm-tabbed-widget-recent,
.cm-tabbed-widget-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
}

.tabbed-images {
	position: relative;
}

.cm-tab-widget {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

.cm-tab-widget .cm-post {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}

.cm-tab-widget .cm-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.cm-tab-widget .cm-post-content {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-tab-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-tabbed-widget {
	width: 100%;
}

.cm-tabbed-widget .cm-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-tabbed-widget img {
	border-radius: 4px;
}

.cm-tabbed-widget .tabbed-images {
	float: right;
	position: relative;
}

.cm-tabbed-widget .cm-entry-title {
	margin-bottom: 8px;
}

.cm-tabbed-widget .cm-author {
	display: none;
}

.cm-tabbed-widget li {
	list-style: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding-top: 10px;
}

.cm-tabbed-widget li.active, .cm-tabbed-widget li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.cm-tabbed-widget .tabbed-comment-widget {
	clear: both;
}

.cm-tabbed-widget .tabbed-comment-widget img {
	margin: 10px;
}

.cm-tabbed-widget ul li {
	display: inline-block;
	float: right;
	text-align: center;
	width: 33.3334%;
	padding: 5px 0;
	background-color: #207daf;
}

.cm-tabbed-widget ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	font-size: 1.6rem;
}

.cm-tabbed-widget ul li svg {
	fill: #fff;
}

.cm-tabbed-widget ul.column-2 li {
	width: 50%;
}

.cm-tabbed-widget ul.column-1 li {
	width: 100%;
}

/* Video Playlist.
--------------------------------------------- */
.widget_video_player {
	margin-bottom: 20px;
}

.widget_video_player * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-player {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.video-playing,
.video-playlist {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.video-playing {
	width: 71%;
	position: relative;
	padding-bottom: 35.6%;
	padding-top: 2.5%;
	height: 0;
}

.video-player.video-player--vertical {
	background-color: #1d1d1d;
}

.video-playing iframe {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-playlist {
	width: 29%;
	height: 100%;
}

.video-playlist-item {
	display: block;
	border-bottom: 1px solid #222222;
	padding: 15px 20px;
	cursor: pointer;
}

.video-playlist-item:last-child {
	border-bottom: 0 none;
}

.video-player.video-player--horizontal .video-playlist-item {
	height: 100%;
}

.video-playlist-item img,
.video-playlist-info {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	white-space: pre-wrap;
}

.video-playlist-item img {
	margin-bottom: 0;
	width: 25.5%;
}

.video-playlist-info {
	width: 71.5%;
	padding-right: 5%;
}

.video-playlist-item .video-playlist-title {
	font-size: 16px;
	font-weight: 700;
	color: #f2f2f2;
	line-height: 26px;
	padding-bottom: 0;
}

.video-playlist-item .video-duration {
	font-size: 12px;
	color: #d5d5d5;
}

.video-player.video-player--vertical .video-playlist {
	height: 434px;
	overflow-y: auto;
}

.video-player.video-player--horizontal {
	background-color: #f2f2f2;
}

.video-player.video-player--horizontal .video-playing,
.video-player.video-player--horizontal .video-playlist {
	width: 100%;
	display: block;
	margin-left: 0;
}

.video-player.video-player--horizontal .video-playing {
	padding-bottom: 40%;
}

.video-player.video-player--horizontal .video-playlist {
	text-align: center;
	height: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.video-player.video-player--horizontal .video-playlist .video-playlist-item {
	display: inline-block;
	width: 17%;
	vertical-align: top;
	border-bottom: 0 none;
	margin-left: -4px;
	padding: 2%;
	position: relative;
	text-align: right;
	border-left: 2px solid #d8d8d8;
}

.video-player.video-player--horizontal .video-playlist .video-playlist-item:last-child {
	border-left: 0 none;
	margin-left: 0;
}

.video-player.video-player--horizontal .video-playlist-item img {
	width: 100%;
}

.video-player.video-player--horizontal .video-playlist-info {
	width: 100%;
	padding-right: 0;
	padding-top: 14px;
	display: block;
}

.video-player.video-player--horizontal .video-playlist-item .video-playlist-title {
	color: #373f51;
}

.video-player.video-player--horizontal .video-playlist-item .video-duration {
	color: #7f7f7f;
}

/* Weather.
--------------------------------------------- */
.cm-secondary .widget.widget_weather .weather-info {
	color: #fffdfd;
}

.widget_weather .weather-info {
	color: #fffdfd;
}

.widget_weather * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.weather-forecast-header {
	padding: 30px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #fffdfd;
}

.weather-info {
	padding: 0 20px 30px;
	text-align: center;
}

.weather-location,
.weather-today {
	display: inline-block;
	vertical-align: top;
}

.weather-location {
	margin-top: 5px;
}

.weather-location span {
	display: block;
}

.weather-location .owf {
	line-height: 80px;
}

.cm-secondary .weather-location .owf {
	line-height: 80px;
}

.weather-info .weather-icon {
	font-size: 100px;
}

.cm-secondary .weather-info .weather-icon {
	font-size: 100px;
}

.cm-secondary .weather-location-name {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.weather-location-name {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.weather-desc {
	padding-top: 15px;
}

.weather-today {
	text-align: right;
	margin-right: 40px;
}

.cm-secondary .weather-desc,
.weather-desc {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	padding-top: 0;
}

.weather-info .weather-temp,
.weather_highlow,
.weather_wind {
	display: block;
	padding-top: 10px;
}

.cm-secondary .weather-current-temp,
.weather-current-temp {
	font-size: 48px;
	font-weight: 700;
}

.weather-today span {
	margin-left: 5px;
	color: #fffdfd;
}

.weather-current-temp sup {
	vertical-align: text-top;
	font-size: 16px;
	line-height: 40px;
}

/* Widget Title.
--------------------------------------------- */
.widget:last-child {
	margin-bottom: 0;
}

.widget .wp-block-heading {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.widget .block-title {
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #207daf;
}

.widget select {
	border: 1px solid #dddddd;
	color: #777777;
	padding: 2px;
	width: 60%;
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cm-featured-posts .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	font-size: 18px;
}

.cm-featured-posts .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #207daf;
}

.cm-featured-posts .cm-posts .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-posts .cm-author {
	display: none;
}

.cm-featured-posts .cm-post {
	overflow: hidden;
}

.cm-featured-posts .cm-entry-title {
	font-size: 14px;
}

.cm-featured-posts .cm-entry-title a {
	display: block;
	color: inherit;
	text-shadow: none;
	word-wrap: break-word;
	line-height: 1.5;
}

.cm-featured-posts .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts .cm-entry-header-meta {
	display: none;
}

.cm-featured-posts .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 12px 16px;
}

.cm-featured-posts img {
	width: 100%;
}

.cm-featured-posts .cm-first-post {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
}

.cm-featured-posts .cm-first-post figure {
	position: relative;
}

.cm-featured-posts .cm-first-post .cm-post-content {
	padding: 18px;
}

.cm-featured-posts .cm-first-post .cm-entry-title {
	font-size: 24px;
}

.cm-featured-posts .cm-first-post .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 12px;
}

.cm-featured-posts .cm-breaking-news .cm-post {
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-featured-posts .cm-entry-summary p {
	margin-bottom: 0;
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area .cm-widget-title,
.cm-beside-slider-widget .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.cm-slider-area .cm-widget-title span,
.cm-beside-slider-widget .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-view-all-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
}

.cm-primary .cm-view-all-link span {
	background: transparent;
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: #207daf;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: #fff;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary .widget ul li li,
.cm-footer .widget ul li li,
#cm-tertiary .widget ul li li {
	border-bottom: none;
}

.cm-secondary .widget ul ul,
.cm-footer .widget ul ul,
#cm-tertiary .widget ul ul {
	padding-right: 10px;
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;
}

.cm-secondary .cm-widget-title,
#cm-tertiary .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	margin-bottom: 15px;
}

.cm-secondary .cm-widget-title span,
#cm-tertiary .cm-widget-title span {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.cm-secondary .cm-widget-title span .rsswidget,
#cm-tertiary .cm-widget-title span .rsswidget {
	color: #fff;
}

.cm-secondary .cm-widget-title span .rsswidget img,
#cm-tertiary .cm-widget-title span .rsswidget img {
	margin-top: 5px;
	margin-bottom: 0;
}

.cm-secondary .cm-widget-title span .rsswidget:hover,
#cm-tertiary .cm-widget-title span .rsswidget:hover {
	text-decoration: none;
}

.cm-secondary a:hover,
#cm-tertiary a:hover {
	text-decoration: underline;
}

.cm-secondary .widget,
#cm-tertiary .widget {
	margin-bottom: 32px;
	font-size: 1.4rem;
}

.cm-secondary .widget p,
#cm-tertiary .widget p {
	font-size: 1.4rem;
}

.cm-secondary .widget ul li,
#cm-tertiary .widget ul li {
	line-height: 1.5;
	padding: 6px 0;
	list-style: none;
}

.cm-secondary .widget li,
#cm-tertiary .widget li {
	line-height: 1.8;
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: #fff;
}

#style6_pager_colormag_slider_news_widget-9 img:hover .play-button-wrapper {
	background-color: #207DAF;
}

.widget .play-button-wrapper,
.cm-featured-image .play-button-wrapper {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background-color: rgba(35, 35, 35, 0.75);
	width: 42px;
	height: 26px;
	border-radius: 3px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.widget .play-button-wrapper .fa,
.cm-featured-image .play-button-wrapper .fa {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	color: #fff;
}

@media screen and (min-width: 48em) {
	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}
	.cm-featured-posts--style-4 .cm-post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 62em) {
	.cm-front-page-top-section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.cm-slider-area {
		width: 55.26315789%;
	}
	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header.
--------------------------------------------- */
/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: #fff;
}

.cm-top-bar {
	background-color: #f4f4f5;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;
}

.cm-top-bar .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.cm-top-bar .tg-full-width {
	max-width: 100%;
	padding: 0 15px;
}

.cm-top-bar__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 48em) {
	.cm-top-bar__1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cm-top-bar__2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 16px;
	}
	.cm-top-bar .cm-row {
		gap: 15px;
	}
}

@media screen and (min-width: 62em) {
	.cm-top-bar {
		padding: 8px;
	}
	.cm-top-bar .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header.
--------------------------------------------- */
.cm-header {
	background-color: #fff;
}

.cm-site-branding img {
	width: auto;
	margin-bottom: 0;
}

.cm-site-branding a {
	display: block;
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;
}

.cm-site-title a {
	color: #207daf;
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: #52525b;
	margin: 4px 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #e4e4e7;
	width: 100%;
}

.cm-header-col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.cm-header-col-2 .widget {
	text-align: left;
	color: #3f3f46;
}

.cm-header-col-2 .widget .cm-widget-title {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 4px;
}

.cm-header-col-2 .wp-block-image {
	margin: 0;
}

.cm-header-col-2 img {
	margin-bottom: 0;
}

.cm-header-2 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* For header display type one */
.header_display_type_one .cm-header-1 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header_display_type_one .cm-header-col-2 .widget {
	text-align: right;
}

/* For header display type two */
.header_display_type_two .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header_display_type_two .cm-header-col-1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_display_type_two .cm-site-branding {
	padding-left: 0;
}

.header_display_type_two #cm-site-info {
	padding-left: 0;
}

.header_display_type_two .cm-header-col-2 .widget {
	color: #3f3f46;
	text-align: center;
}

.cm-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.cm-contained .cm-header-2 #cm-primary-nav {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

.cm-contained .cm-header-2 .cm-row {
	background-color: #212529;
	border-top: 4px solid #289dcc;
}

@media screen and (min-width: 48em) {
	.cm-menu-toggle {
		display: none;
	}
}

.cm-layout-1-style-2 .cm-main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-2 .cm-header-2 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
}

.cm-layout-2 .cm-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-row .cm-header-col-2 {
	display: block;
}

.cm-layout-2 .cm-row .cm-header-col-1 {
	display: unset;
	float: none;
	text-align: center;
}

.cm-layout-2 .cm-top-bar .cm-row {
	padding: 0;
}

.cm-layout-2 #cm-primary-nav {
	background-color: transparent;
}

.cm-layout-2 #cm-primary-nav.headroom--pinned {
	background: inherit;
}

.cm-layout-2 #cm-primary-nav .cm-row {
	background-color: transparent;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cm-layout-2 #cm-primary-nav .fa {
	color: #3F3F46;
}

.cm-layout-2 #cm-primary-nav .fa:hover {
	background: transparent;
	color: #207daf;
}

.cm-layout-2 #cm-primary-nav .cm-home-icon.front_page_on {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a {
	color: #3F3F46;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a::after {
	color: inherit;
}

.cm-layout-2 .cm-primary-nav a:hover {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav li {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item, .cm-layout-2 .cm-primary-nav ul li.current_page_item, .cm-layout-2 .cm-primary-nav ul li:hover, .cm-layout-2 .cm-primary-nav ul li.focus {
	color: #207daf;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item ul li a,
.cm-layout-2 .cm-primary-nav ul li ul li.current-menu-item a,
.cm-layout-2 .cm-primary-nav ul li.current_page_ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current-menu-ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current_page_item ul li a {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul > li {
	vertical-align: top;
}

.cm-layout-2 .cm-primary-nav ul > li > a {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav ul > li:hover > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 2px solid #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #F4F4F5;
	text-align: right;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #F4F4F5;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	width: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus {
	border-color: #207daf;
	background-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a {
	color: #fff;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:last-child {
	border-bottom: none transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li ul {
	top: 0;
	-webkit-transition: none;
	transition: none;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children a::after {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul li.focus > a {
	border-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a .fa-random {
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon {
	fill: #3f3f46;
}

.cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.cm-layout-2 .cm-primary-nav .cm-random-post svg {
	fill: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav .nav-menu {
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a .fa-random {
	color: #343a40;
}

.cm-layout-2 .cm-mobile-nav li {
	background-color: #fff;
	border-color: #E4E4E7;
}

.cm-layout-2 .cm-mobile-nav li a {
	color: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-item > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-item > .cm-submenu-toggle i {
	color: #fff;
}

.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #3f3f46;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #3f3f46;
}

.cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.cm-layout-2 .cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 48em) {
	.cm-layout-2 .cm-layout-2-style-1 #cm-primary-nav {
		border-top: 4px solid #207daf;
	}
}

.cm-layout-2-style-2 .cm-main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cm-layout-2-style-2 #cm-primary-nav.headroom--pinned {
	margin-top: 0;
}

.cm-layout-2-style-2 .is-sticky #cm-primary-nav {
	margin-top: 0;
}

.cm-layout-2-style-2 .cm-menu-primary-container {
	margin-top: 4px;
}

.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav {
	border-bottom: 4px solid #207daf;
	border-top: 0;
}

/* Page templates.
--------------------------------------------- */
.page-template-page-builder .cm-primary {
	float: none;
	width: 100%;
}

.page-template-page-builder .cm-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home.page-template-page-builder .cm-primary .cm-posts {
	display: block;
}

/* Content.
--------------------------------------------- */
#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;
}

.wide #page {
	max-width: 100%;
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 60px;
}

.cm-content .cm-row .cm-one-half {
	width: 100%;
	padding-bottom: 0;
	margin-left: 0;
}

.top-full-width-sidebar {
	margin-bottom: 30px;
}

.top-full-width-sidebar .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.top-full-width-sidebar .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cm-primary {
		width: calc(100% - 30%);
		padding-left: 1.875em;
	}
	.cm-secondary {
		width: 30%;
	}
}

/* Blog.
--------------------------------------------- */
.cm-posts.cm-layout-1-style-1 {
	--grid-column: 1;
}

.cm-layout-1-style-1 .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-1-style-1 .post:first-child {
	padding: 0;
}

.cm-layout-1-style-1 .cm-featured-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cm-layout-1-style-1 .cm-featured-image img {
	width: 100%;
}

.cm-layout-1-style-1 .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

@media screen and (min-width: 48em) {
	.cm-layout-1-style-1 .post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cm-posts.cm-layout-2-style-1 .post:first-child,
.cm-posts.cm-layout-2-style-1 .page:first-child {
	grid-column: 1/-1;
}

.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
	--grid-column: 1;
}

@media screen and (min-width: 48em) {
	.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
	.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
		--grid-column: 2;
	}
	.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
		--grid-column: 3;
	}
	.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
		--grid-column: 4;
	}
}

.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;
}

.cm-posts .post {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post a {
	position: relative;
	display: block;
}

.cm-post:hover .play-button-wrapper {
	background-color: #207DAF;
}

.post:hover .play-button-wrapper {
	background-color: #207daf;
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post .post:first-child,
.cm-highlight-post .page:first-child {
	grid-column: 1/-1;
}

.cm-highlight-post .post:first-child .cm-entry-title,
.cm-highlight-post .page:first-child .cm-entry-title {
	font-size: 32px;
}

.cm-post-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-post-categories a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #207daf;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1.8;
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 15px 0 0;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: #71717a;
}

.human-diff-time .cm-post-date:not(.human-diff-time-display) {
	display: none;
}

.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.cm-tag-links a,
.cm-edit-link a {
	color: #71717a;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary ul {
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

.cm-entry-summary ol {
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

.cm-entry-summary li > ul, .cm-entry-summary li > ol {
	margin-bottom: 0;
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;
}

ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}

.single .cm-posts .tags a {
	border: 1px solid #e4e4e7;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}

.single .cm-posts .tags a:hover {
	color: #207daf;
	text-decoration: none;
}

.single .cm-entry-header .cm-entry-title {
	font-size: 3.2rem;
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 96%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: left;
	width: 85%;
}

.author-img img {
	width: 94px;
	margin-left: 15px;
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.author-description-wrapper .author-url a {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.share .fa-twitter {
	color: #55acee;
}

.share .fa-facebook-square {
	color: #3b5998;
}

.share .fa-google-plus-square {
	color: #dd4b39;
}

.share .fa-pinterest {
	color: #cc2127;
}

.share .fa-envelope {
	color: #000;
}

.author-box {
	margin-top: 30px;
}

.author-box .author-social-sites {
	list-style-type: none;
}

.author-box.author-bio-style-2 .author-name {
	float: right;
}

.author-box.author-bio-style-2 .author-social-sites {
	float: left;
}

.author-box.author-bio-style-2 .author-description {
	display: inline-block;
}

.author-box.author-bio-style-3 .author-social-sites {
	float: right;
}

.author-box.author-bio-style-3 .author-description {
	display: inline-block;
}

/* Related Posts.
--------------------------------------------- */
.related-posts-main-title {
	margin-bottom: 30px;
}

.related-posts-main-title .fa {
	color: #207daf;
}

.related-posts-main-title span {
	font-size: 26px;
	padding-right: 10px;
}

.single-related-posts {
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;
}

.single-related-posts .cm-post-content {
	padding: 20px;
}

.single-related-posts .cm-author {
	display: none;
}

.single-related-posts .cm-post-content .cm-entry-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.single-related-posts img {
	width: 100%;
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;
}

.related-posts-wrapper .related-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.related-posts-wrapper .related-post-carousel {
	visibility: hidden;
	height: 0;
}

.related-posts-wrapper.style-1 .cm-below-entry-meta {
	margin-bottom: 0;
}

.related-posts-wrapper.style-2 .single-related-posts {
	display: grid;
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-2 .related-posts {
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-3 .related-posts {
	grid-template-columns: 1fr;
	gap: 12px;
}

.related-posts-wrapper.style-3 .single-related-posts {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.related-posts-wrapper.style-3 .cm-post-content {
	padding: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a {
	position: relative;
	margin-right: 20px;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a::before {
	display: block;
	content: "";
	background: #333333;
	height: 8px;
	width: 8px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a:hover::before {
	background: #207daf;
}

.related-posts-wrapper.style-4 .related-posts {
	display: block;
}

.related-posts-wrapper.style-4 .related-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.related-posts-wrapper-flyout.flyout {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 10;
}

.related-posts-wrapper-flyout .flyout-related-post-close {
	float: left;
	cursor: pointer;
}

.related-posts-wrapper-flyout .related-posts-flyout-main-title {
	font-size: 18px;
	padding: 20px 30px;
	background-color: #2c2e34;
	color: #ffffff;
}

.related-posts-wrapper-flyout .related-posts-flyout {
	padding: 30px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout {
	margin-bottom: 20px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout:last-child {
	margin-bottom: 0;
}

.related-posts-wrapper-flyout .related-posts-thumbnail {
	float: right;
	margin-left: 15px;
	width: 130px;
}

.related-posts-wrapper-flyout .cm-post-content {
	min-height: 90px;
	padding: 8px;
}

.related-posts-wrapper-flyout .cm-entry-title {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}

.related-posts-wrapper-flyout .cm-entry-title a {
	color: #232323;
}

.related-posts-wrapper-flyout .cm-entry-title a:hover {
	color: #207daf;
}

.related-posts-wrapper-flyout .cm-author {
	display: none;
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: 24px;
}

.box {
	border: 1px solid #e4e4e7;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 100% 0 #f2f2f2;
	color: #207daf;
	float: left;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: right;
	margin-left: 10px;
}

#twitter,
#facebook,
#googleplus,
#pinterest,
#email {
	float: right;
}

#twitter.share,
#facebook.share,
#googleplus.share,
#pinterest.share,
#email.share {
	margin-left: 0;
	padding: 0 10px;
	cursor: pointer;
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites li {
	float: right;
}

.author-social-sites .fa-twitter,
.author-social-sites .fa-facebook,
.author-social-sites .fa-google-plus,
.author-social-sites .fa-flickr,
.author-social-sites .fa-linkedin,
.author-social-sites .fa-instagram,
.author-social-sites .fa-youtube,
.author-social-sites .fa-tumblr {
	font-size: 25px;
	padding: 5px;
}

.author-social-sites .fa-twitter {
	color: #55acee;
}

.author-social-sites .fa-facebook {
	color: #3b5998;
}

.author-social-sites .fa-google-plus {
	color: #dd4b39;
}

.author-social-sites .fa-flickr {
	color: #006399;
}

.author-social-sites .fa-linkedin {
	color: #007bb6;
}

.author-social-sites .fa-instagram {
	color: #9c7c6e;
}

.author-social-sites .fa-youtube {
	color: #e02a20;
}

.author-social-sites .fa-tumblr {
	color: #45556c;
}

@media screen and (min-width: 48em) {
	.related-posts-wrapper .related-posts {
		grid-template-columns: repeat(3, 1fr);
	}
	.related-posts-wrapper.style-2 .single-related-posts {
		grid-template-columns: 50% 50%;
	}
}

/* Common.
--------------------------------------------- */
/* Post format.
--------------------------------------------- */
/* Post Format: Link.
--------------------------------------------- */
.format-link .cm-entry-summary p {
	text-align: center;
	padding-top: 30px;
}

.format-link .cm-entry-summary a {
	display: inline-block;
	padding: 15px 40px;
	background-color: #207daf;
	color: #fff;
	border-radius: 3px;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}

.format-link .cm-entry-summary a:hover {
	background-color: #33363b;
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside .cm-entry-header {
	display: none;
}

/* Sidebar.
--------------------------------------------- */
@media screen and (min-width: 48em) {
	.left-sidebar .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.left-sidebar .cm-content .cm-primary {
		padding-left: 0;
		padding-right: 30px;
	}
}

.no-sidebar .cm-primary {
	margin: 0 auto;
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
	margin-right: -100px;
	margin-left: -100px;
	max-width: unset;
}

.no-sidebar-full-width.box-layout .cm-content,
.no-sidebar.box-layout .cm-content {
	overflow: hidden;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
	margin-right: -30px;
	margin-left: -30px;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
	margin-right: -30px;
	margin-left: -30px;
	max-width: unset;
}

@media screen and (max-width: 1200px) {
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -20px;
		margin-left: -20px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -50px;
		margin-left: -50px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -100px;
		margin-left: -100px;
	}
}

.tg-site-layout--2-sidebars .cm-primary,
.tg-site-layout--2-sidebars .cm-secondary,
.tg-site-layout--2-sidebars #cm-tertiary {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.tg-site-layout--2-sidebars .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.tg-site-layout--2-sidebars .cm-primary {
		width: 40%;
		padding-left: 30px;
	}
	.tg-site-layout--2-sidebars #cm-tertiary {
		float: right;
		width: 20%;
		padding-left: 30px;
	}
	.tg-site-layout--2-sidebars .cm-secondary {
		width: 20%;
	}
}

@media screen and (min-width: 62em) {
	.tg-site-layout--2-sidebars .cm-primary {
		width: 45.6140352%;
	}
	.tg-site-layout--2-sidebars #cm-tertiary {
		float: right;
		width: 27.19298245%;
		padding-left: 30px;
	}
	.tg-site-layout--2-sidebars .cm-secondary {
		width: 27.19298245%;
	}
}

@media screen and (max-width: 768px) {
	.cm-primary,
	.cm-secondary {
		width: 100%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -15px;
		margin-left: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-right: -15px;
		margin-left: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -30px;
		margin-left: -30px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-right: -15px;
		margin-left: -15px;
	}
}

/* Pages.
--------------------------------------------- */
/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;
}

.cm-error-404 .cm-page-title {
	color: #207daf;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.cm-error-404 .cm-page-header {
	margin-bottom: 24px;
}

.cm-error-404 .cm-page-header .cm-page-title {
	font-size: 150px;
	line-height: 135px;
	border-bottom: 0;
}

.cm-error-404 .cm-page-header p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.cm-error-404 .cm-page-header .cm-page-title,
.cm-error-404 .cm-page-header p {
	color: #52525B;
	font-weight: 600;
}

.cm-error-404 .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.cm-error-404 .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-error-404 .cm-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #207daf;
	color: #fff;
	font-weight: 600;
	border: 1px solid #207daf;
	border-radius: 2px;
}

.cm-error-404 .cm-btn:hover {
	background-color: #33363b;
	border-color: #33363b;
}

@media screen and (min-width: 48em) {
	.cm-error-404 .cm-page-header {
		margin-bottom: 24px;
	}
	.cm-error-404 .cm-page-header .cm-page-title {
		font-size: 240px;
		line-height: 215px;
	}
	.cm-error-404 .cm-page-content p {
		width: 570px;
	}
}

/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.cm-no-results img {
	margin-bottom: 32px;
}

.cm-no-results .cm-page-title {
	color: #52525B;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 0;
}

.cm-no-results .cm-page-header {
	margin-bottom: 12px;
}

.cm-no-results .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.cm-no-results .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-no-results .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-no-results .search-form {
	width: 100%;
}

.cm-no-results input.s {
	width: 100%;
	font-size: 1.4rem;
	border: 1px solid #E4E4E7;
	border-radius: 0 4px 4px 0;
}

.search-no-results .cm-posts {
	display: block;
}

.tg-site-layout--2-sidebars .cm-no-results .search-form {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.cm-no-results .cm-page-content p {
		width: 430px;
	}
	.cm-no-results .search-form {
		width: 670px;
	}
}

/* Search.
--------------------------------------------- */
.search .status-publish {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 48.7013%;
}

.search .status-publish .cm-post-content {
	padding: 16px;
}

.search .status-publish:nth-child(2n) {
	float: right;
	clear: both;
}

.search .status-publish:nth-child(2n+1) {
	float: left;
}

.search .status-publish:first-child {
	float: none;
	width: 100%;
}

.search .cm-grid-style-2.status-publish {
	width: 100%;
}

.search .cm-grid-style-2.status-publish img {
	float: right;
	margin-bottom: 0;
	margin-left: 20px;
}

/* Footer.
--------------------------------------------- */
/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #27272a;
	color: #f4f4f5;
}

.cm-footer-bar .cm-row {
	font-size: 1.4rem;
}

.cm-footer-bar a {
	color: #207daf;
}

.cm-footer-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

.cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 24px;
}

.cm-footer-bar-style-1 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-2 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-right: 0;
}

.cm-footer-bar-style-2 .social-links {
	text-align: right;
}

.cm-footer-bar-style-2 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-3 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .social-links {
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-right: 0;
}

@media screen and (min-width: 48em) {
	.cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
	}
	.cm-footer-bar-style-2 .cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-footer-bar-style-1 .social-links ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.cm-footer-bar-style-2 .social-links ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/* General Styles.
--------------------------------------------- */
.cm-footer .widget {
	display: block;
}

.cm-footer .widget ul li {
	padding: 8px 0;
	font-weight: 600;
	border-bottom: 1px solid #52525b;
}

.cm-footer .widget ul li:last-child {
	border-bottom: none;
}

.cm-footer .cm-upper-footer-cols .widget {
	background-color: #27272a;
	border-radius: 4px;
	padding: 12px;
}

.cm-footer .cm-upper-footer-cols .cm-entry-title a {
	color: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-random-posts {
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-first-post .cm-post-content {
	margin-top: 12px;
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-icon {
	fill: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-post {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.cm-footer .cm-upper-footer-cols .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

.cm-footer .cm-footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.cm-footer .cm-footer-menu ul li a:hover {
	color: #207daf;
}

/* Footer column. */
.cm-footer-cols {
	background-color: #3f3f46;
}

.cm-footer-cols .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #e4e4e7;
}

.cm-footer-cols .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
}

.cm-footer-cols .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
	font-size: 1.6rem;
}

.cm-footer-cols a,
.cm-footer-cols .human-diff-time {
	color: #fff;
}

.cm-footer-cols a:hover,
.cm-footer-cols .human-diff-time:hover {
	color: #207daf;
}

.cm-footer-cols ul {
	list-style: none;
}

.cm-footer-cols .cm-reading-time {
	color: #fff;
}

.cm-footer-cols .cm-tab-widget .cm-tabs a:hover {
	color: #fff;
}

.cm-upper-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.cm-upper-footer-cols .cm-post-date a,
.cm-upper-footer-cols .cm-author a,
.cm-upper-footer-cols .cm-tag-links a,
.cm-upper-footer-cols .cm-edit-link a,
.cm-upper-footer-cols .cm-comments-link a {
	color: #fff;
}

.cm-upper-footer-cols .cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-upper-footer-cols .cm-posts img {
	border-radius: 4px;
}

.cm-lower-footer-cols {
	gap: 30px;
	font-size: 1.4rem;
	width: 100%;
}

.cm-lower-footer-cols,
.cm-lower-footer-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title {
	border-bottom: 0 none;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span {
	background-color: transparent !important;
	padding: 0 0 6px;
	position: relative;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	right: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-view-all-link {
	background-color: #18181b;
}

.colormag-footer--classic .cm-footer-bar {
	background-color: #252730;
	padding: 20px 0;
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered .cm-widget-title {
	border-bottom: 0 none;
	background-color: transparent !important;
	position: relative;
	border-bottom: 1px solid #52525b !important;
}

.colormag-footer--classic-bordered .cm-widget-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	right: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic-bordered .cm-widget-title span {
	background-color: transparent !important;
	padding-right: 0;
}

.colormag-footer--classic-bordered .cm-view-all-link {
	margin-bottom: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar {
	padding-top: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar .cm-footer-bar-area {
	padding-top: 20px;
	border-top: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts, #cm-footer.colormag-footer--classic-bordered .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post {
	padding-bottom: 16px;
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-featured-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post {
	border-bottom: 1px solid #52525b;
	padding-bottom: 16px;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-first-post, #cm-footer.colormag-footer--classic-bordered .cm-first-post {
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-first-post .cm-post-content, #cm-footer.colormag-footer--classic-bordered .cm-first-post .cm-post-content {
	padding: 0 0 5px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 .cm-posts, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 .cm-posts {
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 img, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 4px;
	list-style: none;
}

.cm-footer-menu ul li {
	font-size: 12px;
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: #fff;
}

.advertisement_above_footer .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.advertisement_above_footer .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-upper-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}
	.cm-lower-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cm-lower-footer-cols .cm-lower-footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.cm-lower-footer-cols .cm-lower-footer-col--1 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	left: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	padding: 10px;
	border-radius: 3px;
	/* For IE8 and earlier */
}

a#scroll-up i {
	font-size: 32px;
	color: #207daf;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 82px 20px 30px;
	margin-bottom: 30px;
	margin-top: 16px;
	background-color: #207daf;
	color: #fff;
	border-radius: 4px;
	border-right: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	position: relative;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	padding-top: 0;
	margin-bottom: 0;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	position: absolute;
	right: -50px;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 3.2rem;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: left;
}

blockquote.wp-block-quote.has-text-align-right {
	border-left: 0;
}

.wp-block-button .search-icon::before {
	display: none;
}

.wp-block-search__inside-wrapper .search-icon::before,
.search-wrap .search-icon::before {
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-query .wp-block-post.post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-query .wp-block-post-template {
	padding: 0;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-new .wc-block-grid__product-add-to-cart,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart,
.wc-block-handpicked-products .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-title {
	margin-bottom: 8px;
	color: #3f3f46;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.wc-block-product-new .wc-block-grid__product-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating {
	margin-bottom: 0;
}

.wc-block-product-new .wc-block-grid__product-rating .star-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating .star-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: unset;
}

.wc-block-product-new .wc-block-grid__product,
.wc-block-product-best-sellers .wc-block-grid__product,
.wp-block-product-top-rated .wc-block-grid__product,
.wc-block-handpicked-products .wc-block-grid__product {
	position: relative;
	margin-right: -1em;
	margin-left: -1em;
}

.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new ul.wc-block-grid__products,
.wc-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-product-top-rated ul.wc-block-grid__products,
.wc-block-handpicked-products ul.wc-block-grid__products {
	padding: 0;
	gap: 30px;
}

.wc-block-product-new .price ins .amount,
.wc-block-product-best-sellers .price ins .amount,
.wp-block-product-top-rated .price ins .amount,
.wc-block-handpicked-products .price ins .amount {
	color: #71717a;
}

.wc-block-product-new .price del span,
.wc-block-product-best-sellers .price del span,
.wp-block-product-top-rated .price del span,
.wc-block-handpicked-products .price del span {
	font-weight: 600;
	color: #3f3f46;
}

.wc-block-product-new .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new .wc-block-grid__product-image img,
.wc-block-product-best-sellers .wc-block-grid__product-image img,
.wp-block-product-top-rated .wc-block-grid__product-image img,
.wc-block-handpicked-products .wc-block-grid__product-image img {
	width: 100%;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product-onsale,
.wc-block-product-best-sellers .wc-block-grid__product-onsale,
.wp-block-product-top-rated .wc-block-grid__product-onsale,
.wc-block-handpicked-products .wc-block-grid__product-onsale {
	position: absolute;
	top: 8px;
	right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 14px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	text-transform: initial;
	border-radius: 2px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi .page, .cm-posts .wp-pagenavi a {
	padding: 4px 10px;
	color: #777777;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi .current {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi a {
	margin-right: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi a:hover {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi span {
	margin-right: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi span.pages {
	margin-right: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #f2f2f2;
}

/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#cm-primary-nav.headroom--pinned {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#cm-primary-nav.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

[class*='mzb'] h3 {
	padding-bottom: 0;
}

[class*='mzb'] h2 {
	padding-bottom: 0;
}

[class*='mzb'] img {
	margin-bottom: 0;
}

[class*='mzb'] .editor-styles-wrapper h1,
[class*='mzb'] .editor-styles-wrapper h2,
[class*='mzb'] .editor-styles-wrapper h3,
[class*='mzb'] .editor-styles-wrapper h4,
[class*='mzb'] .editor-styles-wrapper h5,
[class*='mzb'] .editor-styles-wrapper h6 {
	padding-bottom: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 12px;
	right: 0;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 30px;
	color: #3f3f46;
	font-size: 1.4rem;
}

.add-to-wishlist-before_image .yith-wcwl-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fafafa;
	border-radius: 50px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clearfix {
	display: inline-block;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .default-wp-page, .infinite-scroll.neverending #cm-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #cm-footer {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Responsive.
--------------------------------------------- */
@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-right: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical .video-playing {
		width: 60%;
		padding-bottom: 54%;
	}
	.video-player--vertical .video-playlist-info {
		width: 70.5%;
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-left: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-left: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}
	.video-player--vertical .video-playing,
	.video-player--vertical .video-playlist {
		width: 100%;
		display: block;
	}
	.video-player--vertical .video-playing {
		padding-bottom: 65%;
	}
	.video-player--vertical.video-playlist-item img {
		margin-bottom: 0;
		width: 20%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {
	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.author-img {
		display: block;
		margin: 0 auto;
	}
	.author-img img {
		margin-left: 0;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish:nth-child(2n), .search .status-publish:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal .video-playing {
		padding-bottom: 70%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 51%;
	}
	.exchange-currency.exchange-column-2 .currency-table, .exchange-currency.exchange-column-3 .currency-table {
		width: 100%;
		padding-left: 0;
	}
	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-right: 0;
		margin-left: 0;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
	.related-posts-wrapper-flyout {
		width: 95%;
	}
	.related-posts-wrapper-flyout .related-posts-flyout-main-title {
		padding: 20px;
	}
	.related-posts-wrapper-flyout .related-posts-flyout {
		padding: 20px;
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */
.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */
.cm-featured-posts--style-5 .cm-highlighted-post,
.thumbnail-big-sliders,
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */
.mega-menu .cm-slider-area-rotate,
.mega-menu .cm-featured-posts--style-5 .cm-highlighted-post,
.mega-menu .thumbnail-big-sliders,
.mega-menu .cm-image-ticker-news,
.mega-menu .cm-breaking-news-slider-widget {
	visibility: hidden !important;
}

.mega-menu .mega-toggle-on .cm-slider-area-rotate,
.mega-menu .mega-toggle-on .cm-featured-posts--style-5 .cm-highlighted-post,
.mega-menu .mega-toggle-on .thumbnail-big-sliders,
.mega-menu .mega-toggle-on .cm-image-ticker-news,
.mega-menu .mega-toggle-on .cm-breaking-news-slider-widget {
	visibility: visible !important;
}
comments.php000064400000006204151213252650007106 0ustar00<?php
/**
 * The template for displaying Comments.
 *
 * The area of the page that contains both current comments
 * and the comment form. The actual display of comments is
 * handled by a callback to colormag_comment() which is
 * located in the inc/functions.php file.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * If the current post is protected by a password and
 * the visitor has not yet entered the password we will
 * return early without loading the comments.
 */
if ( post_password_required() ) {
	return;
}
?>

<div id="comments" class="comments-area">

	<?php if ( have_comments() ) : ?>
		<h3 class="comments-title">
			<?php
			$comment_count = get_comments_number();
			if ( '1' === $comment_count ) {
				printf(
					/* Translators: %1$s: Post title */
					esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'colormag' ),
					'<span>' . wp_kses_post( get_the_title() ) . '</span>'
				);
			} else {
				printf(
					/* Translators: %1$s: Comment count, %2$s: Post title */
					esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comment_count, 'comments title', 'colormag' ) ),
					number_format_i18n( $comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
					'<span>' . esc_html( get_the_title() ) . '</span>'
				);
			}
			?>
		</h3>

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-above" class="comment-navigation clearfix" role="navigation">
				<h4 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'colormag' ); ?></h4>

				<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'colormag' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'colormag' ) ); ?></div>
			</nav><!-- #comment-nav-above -->
		<?php endif; ?>

		<ul class="comment-list">
			<?php
			wp_list_comments(
				array(
					'callback'   => 'colormag_comment',
					'short_ping' => true,
				)
			);
			?>
		</ul><!-- .comment-list -->

		<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : ?>
			<nav id="comment-nav-below" class="comment-navigation clearfix" role="navigation">
				<h4 class="screen-reader-text"><?php esc_html_e( 'Comment navigation', 'colormag' ); ?></h4>

				<div class="nav-previous"><?php previous_comments_link( esc_html__( '&larr; Older Comments', 'colormag' ) ); ?></div>
				<div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments &rarr;', 'colormag' ) ); ?></div>
			</nav><!-- #comment-nav-below -->
		<?php endif; ?>

	<?php endif; ?>

	<?php
	// If comments are closed and there are comments, let's leave a little note, shall we?
	if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) :
		?>
		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'colormag' ); ?></p>
		<?php
	endif;

	comment_form();
	?>

</div><!-- #comments -->
template-parts/content.php000064400000010363151213252650011676 0ustar00<?php

/**
 * The template used for displaying page content in archive pages.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$featured_image_size   = 'colormag-featured-image';
$class_name_layout_two = '';
$archive_search_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

$image_popup_id  = get_post_thumbnail_id();
$image_popup_url = wp_get_attachment_url( $image_popup_id );

if ( ( 'layout-1' === get_theme_mod( 'colormag_blog_layout', 'layout-1' ) && 'style-1' === get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' ) ) || ( 'layout-2' === get_theme_mod( 'colormag_blog_layout', 'layout-1' ) && 'style-2' === get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' ) ) ) {
	$featured_image_size = 'colormag-featured-post-medium';
}

?>

<article id="post-<?php the_ID(); ?>" <?php post_class( array( $class_name_layout_two ) ); ?> <?php
echo colormag_schema_markup( 'entry' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped 
?>
>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_posts_loop.
	 */
	do_action( 'colormag_before_posts_loop' );
	?>

	<?php
	if ( ! has_post_format( array( 'gallery' ) ) ) :

		if ( has_post_thumbnail() ) :
			?>
			<div class="cm-featured-image">

				<?php if ( 1 != get_theme_mod( 'colormag_enable_lightbox', 0 ) ) : ?>
					<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
				<?php endif; ?>

				<?php if ( get_theme_mod( 'colormag_enable_lightbox', 0 ) && is_single() ) : ?>
					<a href="<?php echo esc_url( $image_popup_url ); ?>" class="image-popup">
					<?php the_post_thumbnail( 'colormag-featured-image' ); ?>
				<?php elseif ( get_theme_mod( 'colormag_enable_lightbox_blog', 0 ) && ( is_archive() || is_front_page() || is_home() ) ) : ?>
					<a href="<?php echo esc_url( $image_popup_url ); ?>" class="image-popup-blog">
					<?php the_post_thumbnail( 'colormag-featured-image' ); ?>
				<?php else : ?>
					<?php the_post_thumbnail( $featured_image_size ); ?>

						<?php
						if ( has_post_format( 'video' ) ) :
							?>
							<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
							</span>
							<?php
						endif;
						?>
					<?php endif; ?>
					</a>
			</div>

			<?php if ( 1 == get_theme_mod( 'colormag_enable_featured_image_caption', 0 ) && get_post( get_post_thumbnail_id() )->post_excerpt ) : ?>

				<span class="featured-image-caption">
					<?php echo wp_kses_post( get_post( get_post_thumbnail_id() )->post_excerpt ); ?>
				</span>
				<?php
			endif;
		endif;

	endif;
	?>

	<?php
	$content_orders = get_theme_mod(
		'colormag_blog_post_elements',
		array(
			'post_format',
			'category',
			'title',
			'meta',
			'content',
		)
	);
	?>

	<div class="cm-post-content">
		<?php
		foreach ( $content_orders as $key => $content_order ) {

			if ( 'post_format' === $content_order ) {

				if ( get_post_format() ) :
					if ( ! has_post_format( 'video' ) ) :
						get_template_part( 'inc/post-formats' );
					endif;


					if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :

						$video_post_url = get_post_meta( $post->ID, 'video_url', true );

						if ( ! empty( $video_post_url ) ) :
							?>
							<div class="fitvids-video">
								<?php
								$embed_code = wp_oembed_get( $video_post_url );

								echo $embed_code;
								?>
							</div>
							<?php
						endif;
					endif;

				endif;
			} elseif ( 'category' === $content_order ) {

				colormag_colored_category();
			} elseif ( 'title' === $content_order ) {

				get_template_part( 'template-parts/entry/entry', 'header' );
			} elseif ( 'meta' === $content_order ) {

				colormag_entry_meta();
			} elseif ( 'content' === $content_order ) {

				get_template_part( 'template-parts/entry/entry', 'summary' );
			}
		}
		?>

	</div>

	<?php
	/**
	 * Hook: colormag_after_posts_loop.
	 */
	do_action( 'colormag_after_posts_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
template-parts/content-page.php000064400000005351151213252650012611 0ustar00<?php
/**
 * The template used for displaying page content in page.php
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?><?php echo colormag_schema_markup( 'entry' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_single_page_loop.
	 */
	do_action( 'colormag_before_single_page_loop' );
	?>

	<?php if ( 1 == get_theme_mod( 'colormag_enable_page_featured_image', 0 ) && has_post_thumbnail() ) : ?>
		<div class="cm-featured-image"<?php echo colormag_schema_markup( 'image' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
			<?php
			the_post_thumbnail( 'colormag-featured-image' );

			if ( 1 == get_theme_mod( 'colormag_enable_schema_markup', '' ) ) :
				?>
				<meta itemprop="url" content="<?php echo esc_url( get_the_post_thumbnail_url( $post->ID, 'full' ) ); ?>">
			<?php endif; ?>
		</div>
	<?php endif; ?>

	<?php
	if ( ( ! is_page_template( 'page-templates/page-builder.php' ) ) ) {

		$markup = is_front_page() ? 'h2' : 'h1';
		?>
		<header class="cm-entry-header">
			<<?php echo esc_attr( $markup ); ?> class="cm-entry-title"<?php echo colormag_schema_markup( 'entry_title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
				<?php the_title(); ?>
			</<?php echo esc_attr( $markup ); ?> >
		</header>

		<?php
	}
	?>

	<div class="cm-entry-summary"<?php echo colormag_schema_markup( 'entry_content' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
		<?php
		the_content();

		wp_link_pages(
			array(
				'before'      => '<div style="clear: both;"></div><div class="link-pagination">' . esc_html__( 'Pages:', 'colormag' ),
				'after'       => '</div>',
				'link_before' => '<span>',
				'link_after'  => '</span>',
			)
		);
		?>
	</div>

	<div class="cm-entry-footer">

	<div class="cm-entry-footer">
		<?php
		$meta_orders = get_theme_mod( 'colormag_post_meta_structure' );
		// Edit button remove option add.
		if ( is_array( $meta_orders ) ) {
			foreach ( $meta_orders as $key => $meta_order ) {
				if ( 'edit-button' === $meta_order ) {
					edit_post_link( __( 'Edit', 'colormag' ), '<span class="cm-edit-link">' . colormag_get_icon( 'edit', false ) . ' ', '</span>' );
				}
			}
		}
		?>
	</div>

	<?php
	/**
	 * Hook: colormag_after_single_page_loop.
	 */
	do_action( 'colormag_after_single_page_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
template-parts/footer/flyout-related-posts.php000064400000003225151213252650015627 0ustar00<?php
/**
 * Flyout related posts featured display.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$related_posts = colormag_flyout_related_post_query();

if ( $related_posts->have_posts() ) :
	?>

	<div id="related-posts-wrapper-flyout" class="related-posts-wrapper-flyout">

		<h4 class="related-posts-flyout-main-title">
			<span><?php echo esc_html( get_theme_mod( 'colormag_read_next_text', __( 'Read Next', 'colormag' ) ) ); ?></span>
			<span id="flyout-related-post-close" class="flyout-related-post-close">
				<i class="fa fa-times" aria-hidden="true"></i>
			</span>
		</h4>

		<div class="related-posts-flyout clearfix">

			<?php
			while ( $related_posts->have_posts() ) :
				$related_posts->the_post();
				?>
				<div class="single-related-posts-flyout">

					<?php if ( has_post_thumbnail() ) : ?>
						<div class="related-posts-thumbnail">
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<?php the_post_thumbnail( 'colormag-featured-post-small' ); ?>
							</a>
						</div>
					<?php endif; ?>

					<div class="cm-post-content">
						<h3 class="cm-entry-title">
							<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
								<?php the_title(); ?>
							</a>
						</h3><!--/.post-title-->

						<?php colormag_entry_meta( false ); ?>
					</div>

				</div><!--/.related-->
			<?php endwhile; ?>

		</div><!--/.post-related-->

	</div>
	<?php
endif;

// Reset postdata.
wp_reset_postdata();
template-parts/entry/entry-header.php000064400000001540151213252650013751 0ustar00<?php
/**
* Template part for entry header.
*
* @link    https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package ColorMag
* @since   @TODO
*/

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
?>
	<header class="cm-entry-header">
		<?php if ( is_singular() ) : ?>
		<h1 class="cm-entry-title"<?php echo colormag_schema_markup( 'entry_title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
			<?php the_title(); ?>
		</h1>
		<?php else : ?>
		<h2 class="cm-entry-title"<?php echo colormag_schema_markup( 'entry_title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
				<?php echo wp_kses_post( colormag_get_the_title( get_the_title() ) ); ?>
			</a>
		</h2>
		<?php endif; ?>
	</header>
template-parts/entry/entry-summary.php000064400000003733151213252650014224 0ustar00<?php
/**
 * Template part for entry header.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package ColorMag
 * @since   @TODO
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( is_singular() ) :
	?>

<div class="cm-entry-summary"<?php echo colormag_schema_markup( 'entry_content' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php
	the_content();

	if ( true == get_theme_mod( 'colormag_cta_enable', false ) ) {
		if ( is_page() ) {
			?>
		<a class="cm-entry-button" title="<?php the_title_attribute(); ?>"
		   href="<?php the_permalink(); ?>">
			<span><?php echo esc_html( get_theme_mod( 'colormag_read_more_text', __( 'Read More', 'colormag' ) ) ); ?></span>
		</a>
			<?php
		}
	}

	wp_link_pages(
		array(
			'before'      => '<div style="clear: both;"></div><div class="pagination clearfix">' . esc_html__( 'Pages:', 'colormag' ),
			'after'       => '</div>',
			'link_before' => '<span>',
			'link_after'  => '</span>',
		)
	);
	?>
</div>
	<?php
else :
	?>
<div class="cm-entry-summary"<?php echo colormag_schema_markup( 'entry_summary' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php
	$archive_search_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

	if ( 'content' === get_theme_mod( 'colormag_blog_content_excerpt_type', 'excerpt' ) && ! ( 'layout-1' === $archive_search_layout ) ) :
		the_content( '<span>' . esc_html( get_theme_mod( 'colormag_read_more_text', __( 'Read More', 'colormag' ) ) ) . '</span>' );
	else :
		?>
		<?php the_excerpt(); ?>

		<?php if ( true == get_theme_mod( 'colormag_cta_enable', true ) ) { ?>
		<a class="cm-entry-button" title="<?php the_title_attribute(); ?>"
		   href="<?php the_permalink(); ?>">
			<span><?php echo esc_html( get_theme_mod( 'colormag_read_more_text', __( 'Read More', 'colormag' ) ) ); ?></span>
		</a>
	<?php } ?>
	<?php endif; ?>
</div>

	<?php
	endif;
template-parts/content-single.php000064400000007025151213252650013156 0ustar00<?php
/**
 * The template used for displaying single post content in single.php
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

$image_popup_id  = get_post_thumbnail_id();
$image_popup_url = wp_get_attachment_url( $image_popup_id );
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?><?php echo colormag_schema_markup( 'entry' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php
	/**
	 * Hook: colormag_before_post_content.
	 */
	do_action( 'colormag_before_post_content' );

	/**
	 * Hook: colormag_before_single_post_page_loop.
	 */
	do_action( 'colormag_before_single_post_page_loop' );
	?>

	<?php if ( 'position-1' === get_theme_mod( 'colormag_featured_image_position', 'position-2' ) ) : ?>
		<div class="single-title-above">
			<?php colormag_colored_category(); ?>

			<header class="cm-entry-header">
				<h1 class="cm-entry-title"<?php echo colormag_schema_markup( 'entry_title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
					<?php the_title(); ?>
				</h1>
			</header>

			<?php colormag_entry_meta(); ?>
		</div>
	<?php endif; ?>

	<?php
	if ( ! has_post_format( array( 'gallery', 'video' ) ) ) :

		if ( true == get_theme_mod( 'colormag_enable_featured_image', true ) && has_post_thumbnail() ) :
			?>
			<div class="cm-featured-image"<?php echo colormag_schema_markup( 'image' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
				<?php if ( 1 == get_theme_mod( 'colormag_enable_lightbox', 0 ) ) : ?>
					<a href="<?php echo esc_url( $image_popup_url ); ?>" class="image-popup"><?php the_post_thumbnail( 'colormag-featured-image-large' ); ?></a>
					<?php
				else :
					the_post_thumbnail( 'colormag-featured-image-large' );
				endif;

				if ( 1 == get_theme_mod( 'colormag_enable_schema_markup', '' ) ) :
					?>
					<meta itemprop="url" content="<?php echo esc_url( get_the_post_thumbnail_url( $post->ID, 'full' ) ); ?>">
				<?php endif; ?>
			</div>

			<?php if ( 1 == get_theme_mod( 'colormag_enable_featured_image_caption', 0 ) && get_post( get_post_thumbnail_id() )->post_excerpt ) : ?>
				<span class="featured-image-caption">
					<?php echo wp_kses_post( get_post( get_post_thumbnail_id() )->post_excerpt ); ?>
				</span>
				<?php
			endif;
			?>
			<?php
		endif;
	endif;

	if ( has_post_format( 'video' ) ) :
		$video_post_url = get_post_meta( $post->ID, 'video_url', true );

		if ( ! empty( $video_post_url ) ) :
			?>
			<div class="fitvids-video">
				<?php
				$embed_code = wp_oembed_get( $video_post_url );

				echo $embed_code;
				?>
			</div>
			<?php
		endif;
	endif;
	?>

	<div class="cm-post-content">
		<?php
		if ( get_post_format() && ! has_post_format( 'video' ) ) :
			get_template_part( 'template-parts/content/post-formats' );
		endif;

		if ( 'position-2' === get_theme_mod( 'colormag_featured_image_position', 'position-2' ) ) :
			colormag_colored_category();
			?>

			<?php get_template_part( 'template-parts/entry/entry', 'header' ); ?>

			<?php
			colormag_entry_meta();
		endif;
		?>

		<?php get_template_part( 'template-parts/entry/entry', 'summary' ); ?>

	</div>

	<?php colormag_post_view_setup( get_the_ID() ); ?>

	<?php
	/**
	 * Hook: colormag_after_single_post_page_loop.
	 */
	do_action( 'colormag_after_single_post_page_loop' );

	/**
	 * Hook: colormag_after_post_content.
	 */
	do_action( 'colormag_after_post_content' );
	?>
</article>
template-parts/hooks/footer/footer.php000064400000016345151213252650014151 0ustar00<?php
/**
 * Footer hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'colormag_main_section_inner_end' ) ) :

	/**
	 *  Main section inner ends.
	 */
	function colormag_main_section_inner_end() {
		?>
		</div><!-- .cm-container -->
		<?php
	}

endif;

add_action( 'colormag_action_after_inner_content', 'colormag_main_section_inner_end', 10 );

if ( ! function_exists( 'colormag_main_section_end' ) ) :

	/**
	 * Main section ends.
	 */
	function colormag_main_section_end() {
		?>
		</div><!-- #main -->
		<?php
	}

endif;

add_action( 'colormag_action_after_content', 'colormag_main_section_end', 10 );

if ( ! function_exists( 'colormag_advertisement_above_footer_sidebar' ) ) :

	/**
	 * Advertisement above footer sidebar area.
	 */
	function colormag_advertisement_above_footer_sidebar() {

		if ( is_active_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ) ) :
			?>
			<div class="advertisement_above_footer">
				<div class="inner-wrap">
					<?php dynamic_sidebar( 'colormag_advertisement_above_the_footer_sidebar' ); ?>
				</div>
			</div>
			<?php
		endif;

	}

endif;

add_action( 'colormag_action_after_content', 'colormag_advertisement_above_footer_sidebar', 15 );

if ( ! function_exists( 'colormag_footer_start' ) ) :

	/**
	 * Footer starts.
	 */
	function colormag_footer_start() {
		?>
		<footer id="cm-footer" class="cm-footer <?php echo esc_attr( colormag_footer_layout_class() ); ?>"<?php echo colormag_schema_markup( 'footer' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
		<?php
	}

endif;

add_action( 'colormag_action_before_footer', 'colormag_footer_start', 10 );

if ( ! function_exists( 'colormag_footer_sidebar' ) ) :

	/**
	 * Footer sidebar.
	 */
	function colormag_footer_sidebar() {
		get_sidebar( 'footer' );
	}

endif;

add_action( 'colormag_action_before_footer', 'colormag_footer_sidebar', 15 );

if ( ! function_exists( 'colormag_footer_socket_inner_wrapper_start' ) ) :

	/**
	 * Footer socket inner wrapper starts.
	 */
	function colormag_footer_socket_inner_wrapper_start() {
		?>
		<div class="cm-footer-bar <?php echo esc_attr( colormag_copyright_alignment_class() ); ?>">
			<div class="cm-container">
				<div class="cm-row">
		<?php
	}

endif;

add_action( 'colormag_action_before_inner_footer', 'colormag_footer_socket_inner_wrapper_start', 10 );

if ( ! function_exists( 'colormag_footer_socket_area_start' ) ) :

	/**
	 * Footer socket area starts.
	 */
	function colormag_footer_socket_area_start() {
		?>
		<div class="cm-footer-bar-area">
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_area_start', 10 );

if ( ! function_exists( 'colormag_footer_socket_right_section' ) ) :

	/**
	 * Footer socket area right section.
	 */
	function colormag_footer_socket_right_section() {

		$social_links_enable          = get_theme_mod( 'colormag_enable_social_icons', 0 );
		$social_links_footer_location = get_theme_mod( 'colormag_enable_social_icons_footer', 1 );
		?>

		<div class="cm-footer-bar__1">
			<?php
			if ( 1 == $social_links_enable && 1 == $social_links_footer_location ) {
				colormag_social_links();
			}
			?>

			<?php
			if ( has_nav_menu( 'footer' ) ) {
				?>
			<nav class="cm-footer-menu">
				<?php
				wp_nav_menu(
					array(
						'theme_location' => 'footer',
						'depth'          => -1,
					)
				);
				?>
			</nav>
			<?php } ?>
		</div> <!-- /.cm-footer-bar__1 -->

		<?php

	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_right_section', 15 );

if ( ! function_exists( 'colormag_footer_socket_left_section' ) ) :

	/**
	 * Footer socket area left section.
	 */
	function colormag_footer_socket_left_section() {
		?>
		<div class="cm-footer-bar__2">
			<?php do_action( 'colormag_footer_copyright' ); ?>
		</div> <!-- /.cm-footer-bar__2 -->
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_left_section', 20 );

if ( ! function_exists( 'colormag_footer_socket_area_end' ) ) :

	/**
	 * Footer socket area ends.
	 */
	function colormag_footer_socket_area_end() {
		?>
		</div><!-- .cm-footer-bar-area -->
		<?php
	}

endif;

add_action( 'colormag_action_footer', 'colormag_footer_socket_area_end', 25 );

if ( ! function_exists( 'colormag_footer_socket_inner_wrapper_end' ) ) :

	/**
	 * Footer socket inner wrapper ends.
	 */
	function colormag_footer_socket_inner_wrapper_end() {
		?>
				</div><!-- .cm-container -->
			</div><!-- .cm-row -->
		</div><!-- .cm-footer-bar -->
		<?php
	}

endif;

add_action( 'colormag_action_after_inner_footer', 'colormag_footer_socket_inner_wrapper_end', 10 );

if ( ! function_exists( 'colormag_footer_end' ) ) :

	/**
	 * Footer ends.
	 */
	function colormag_footer_end() {
		?>
		</footer><!-- #cm-footer -->
		<?php
	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_footer_end', 10 );

if ( ! function_exists( 'colormag_scroll_top_button' ) ) :

	/**
	 * Scroll to top button.
	 */
	function colormag_scroll_top_button() {

		if ( get_theme_mod( 'colormag_enable_scroll_to_top', 0 ) ) :
			?>
			<a href="#cm-masthead" id="scroll-up"><i class="fa fa-chevron-up"></i></a>
			<?php
		endif;

	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_scroll_top_button', 15 );

if ( ! function_exists( 'colormag_reading_progress_bar' ) ) :

	/**
	 * Reading progress bar.
	 */
	function colormag_reading_progress_bar() {

		if ( 1 == get_theme_mod( 'colormag_enable_progress_bar_indicator', 0 ) && is_single() ) :
			?>
			<div class="reading-progress-bar"></div>
			<?php
		endif;

	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_reading_progress_bar', 20 );

if ( ! function_exists( 'colormag_flyout_related_post' ) ) :

	/**
	 * Flyout related posts.
	 */
	function colormag_flyout_related_post() {

		if ( 1 == get_theme_mod( 'colormag_enable_flyout_related_posts', 0 ) && is_single() ) :
			get_template_part( 'template-parts/footer/flyout-related-posts' );
		endif;

	}

endif;

add_action( 'colormag_action_after_footer', 'colormag_flyout_related_post', 25 );

if ( ! function_exists( 'colormag_page_end' ) ) :

	/**
	 * Page end.
	 */
	function colormag_page_end() {
		?>
		</div><!-- #page -->
		<?php
	}

endif;

add_action( 'colormag_action_after', 'colormag_page_end', 10 );

if ( ! function_exists( 'colormag_footer_copyright' ) ) :

	/**
	 * Shows the footer copyright information.
	 */
	function colormag_footer_copyright() {

		$default_footer_value      = get_theme_mod(
			'colormag_footer_editor',
			'<span>' .esc_html__( 'Copyright &copy; ', 'colormag' ) . '[the-year] [site-link]. ' . esc_html__( 'All rights reserved.', 'colormag' ) . '</span> <br>' . esc_html__( 'Theme: ', 'colormag' ) . '[tg-link]' . esc_html__( ' by ThemeGrill. Powered by ', 'colormag' ) . '[wp-link].'
		);
		$colormag_footer_copyright = $default_footer_value;

		echo do_shortcode( $colormag_footer_copyright );

	}

endif;

add_action( 'colormag_footer_copyright', 'colormag_footer_copyright', 10 );
template-parts/hooks/content/content.php000064400000015411151213252660014473 0ustar00<?php
/**
 * Content hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'colormag_archive_header' ) ) :

	/**
	 * Archive header.
	 */
	function colormag_archive_header() {
		?>

		<header class="cm-page-header">
			<?php
			if ( is_category() ) :

				do_action( 'colormag_category_title' );

				single_cat_title();
			else :
				?>

				<h1 class="cm-page-title">
					<span>
						<?php
						if ( is_tag() ) :

							single_tag_title();

						elseif ( is_author() ) :
							/**
							 * Queue the first post, that way we know
							 * what author we're dealing with (if that is the case).
							 */
							the_post();

							printf(
							/* Translators: %s: Author name */
								esc_html__( 'Author: %s', 'colormag' ),
								'<span class="vcard">' . esc_html( get_the_author() ) . '</span>'
							);

							/**
							 * Since we called the_post() above, we need to
							 * rewind the loop back to the beginning that way
							 * we can run the loop properly, in full.
							 */
							rewind_posts();

						elseif ( is_day() ) :
							printf(
							/* Translators: %s: Day archive */
								esc_html__( 'Day: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date() ) . '</span>'
							);

						elseif ( is_month() ) :
							printf(
							/* Translators: %s: Month archive */
								esc_html__( 'Month: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date( 'F Y' ) ) . '</span>'
							);

						elseif ( is_year() ) :
							printf(
							/* Translators: %s: Year archive */
								esc_html__( 'Year: %s', 'colormag' ),
								'<span>' . esc_html( get_the_date( 'Y' ) ) . '</span>'
							);

						elseif ( is_tax( 'post_format', 'post-format-aside' ) ) :
							esc_html_e( 'Asides', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-image' ) ) :
							esc_html_e( 'Images', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-video' ) ) :
							esc_html_e( 'Videos', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-quote' ) ) :
							esc_html_e( 'Quotes', 'colormag' );

						elseif ( is_tax( 'post_format', 'post-format-link' ) ) :
							esc_html_e( 'Links', 'colormag' );

						elseif ( is_plugin_active( 'woocommerce/woocommerce.php' ) && function_exists( 'is_woocommerce' ) && is_woocommerce() ) :
							woocommerce_page_title( false );

						else :
							esc_html_e( 'Archives', 'colormag' );

						endif;
						?>
					</span>
				</h1>
				<?php

			endif;

			// Show an optional term description.
			$term_description = term_description();
			if ( ! empty( $term_description ) ) :
				printf(
					'<div class="taxonomy-description">%s</div>',
					$term_description
				); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			endif;
			?>
		</header><!-- .cm-page-header -->

		<?php

	}

endif;

add_action( 'colormag_action_archive_header', 'colormag_archive_header', 10 );

if ( ! function_exists( 'colormag_render_comments' ) ) :

	/**
	 * Post/Page comments.
	 */
	function colormag_render_comments() {

		// If comments are open or we have at least one comment, load up the comment template.
		if ( comments_open() || '0' != get_comments_number() ) {
			comments_template();
		}

	}

endif;

add_action( 'colormag_action_comments', 'colormag_render_comments', 10 );

if ( ! function_exists( 'colormag_author_bio' ) ) :

	/**
	 * Author bio.
	 */
	function colormag_author_bio() {

		if ( 1 == get_theme_mod( 'colormag_enable_author_bio', 1 ) && get_the_author_meta( 'description' ) ) :

			$author_layout       = get_theme_mod( 'colormag_author_bio_style', 'style-1' );
			$author_class        = str_replace( '_', '-', $author_layout );
			$author_class        = 'author-bio-' . $author_class;
			$social_sites_enable = get_theme_mod( 'colormag_enable_author_bio_profile', 0 );
			$avatar_image_size   = apply_filters( 'colormag_author_bio_avatar_size_filter', 100 );
			?>

			<div class="author-box <?php echo esc_attr( $author_class ); ?>">
				<div class="author-description-wrapper">
					<h4 class="author-name"><?php the_author_meta( 'display_name' ); ?></h4>

					<?php
					if ( 1 == $social_sites_enable && ( 'style-2' === $author_layout || 'style-3' === $author_layout ) ) {
						colormag_author_social_link();
					}
					?>

					<p class="author-description"><?php the_author_meta( 'description' ); ?></p>

					<?php
					if ( 1 == $social_sites_enable && 'style-1' === $author_layout ) {
						colormag_author_social_link();
					}
					?>

					<?php if ( 1 == get_theme_mod( 'colormag_enable_author_bio_link', 0 ) ) : ?>
						<p class="author-url">
							<?php
							printf(
							/* Translators: %1$s: Author display name, %2$s: Author id */
								esc_html__( '%1$s has %2$s posts and counting.', 'colormag' ),
								esc_html( get_the_author_meta( 'display_name' ) ),
								absint( count_user_posts( get_the_author_meta( 'ID' ) ) )
							);
							?>

							<a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>">
								<?php
								printf(
								/* Translators: %1$s: Author display name */
									esc_html__( 'See all posts by %1$s', 'colormag' ),
									esc_html( get_the_author_meta( 'display_name' ) )
								);
								?>
							</a>
						</p>
					<?php endif; ?>
				</div>

				<div class="author-img"><?php echo get_avatar( get_the_author_meta( 'user_email' ), $avatar_image_size ); ?></div>
			</div>

			<?php

		endif;

	}

endif;

add_action( 'colormag_action_after_single_post_content', 'colormag_author_bio', 10 );

if ( ! function_exists( 'colormag_social_share' ) ) :

	/**
	 * Social share.
	 */
	function colormag_social_share() {

		if ( 1 == get_theme_mod( 'colormag_enable_social_share', 0 ) ) {
			get_template_part( 'template-parts/content/share' );
		}

	}

endif;

add_action( 'colormag_action_after_single_post_content', 'colormag_social_share', 15 );

if ( ! function_exists( 'colormag_related_posts' ) ) :

	/**
	 * Related posts.
	 */
	function colormag_related_posts() {

		if ( 1 == get_theme_mod( 'colormag_enable_related_posts', 0 ) ) {
			get_template_part( 'template-parts/content/related-posts' );
		}

	}

endif;

add_action( 'colormag_action_after_single_post_content', 'colormag_related_posts', 20 );

if ( ! function_exists( 'colormag_ajax_post_class' ) ) :
	/**
	 * Add missing class `post` while ajax call.
	 */
	function colormag_ajax_post_class( $class ) {
		$class[] = 'post';

		return $class;
	}
endif;

if ( is_admin() && wp_doing_ajax() ) {
	add_action( 'post_class', 'colormag_ajax_post_class' );
}

template-parts/hooks/header/header-main.php000064400000001524151213252660014751 0ustar00<?php
/**
 * Header main hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Main ==========================================*/

if ( ! function_exists( 'colormag_before_header_main' ) ) :

	/**
	 * Before header main.
	 */
	function colormag_before_header_main() {
		?>
		<div class="cm-main-header">
		<?php
	}
endif;

add_action( 'colormag_action_before_inner_header', 'colormag_before_header_main', 10 );

if ( ! function_exists( 'colormag_after_header_main' ) ) :

	/**
	 * After header main.
	 */
	function colormag_after_header_main() {
		?>
		</div> <!-- /.cm-main-header -->
		<?php
	}
endif;

add_action( 'colormag_action_after_inner_header', 'colormag_after_header_main', 10 );
template-parts/hooks/header/top-bar.php000064400000001041151213252660014135 0ustar00<?php
/**
 * Top bar hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Top ==========================================*/

if ( ! function_exists( 'colormag_header_top' ) ) :

	/**
	 * Header top.
	 * TODO: @since
	 */
	function colormag_header_top() {

		get_template_part( 'template-parts/header/top', 'bar' );
	}
endif;

add_action( 'colormag_action_header_top', 'colormag_header_top', 10 );
template-parts/hooks/header/header.php000064400000037737151213252660014046 0ustar00<?php
/**
 * Header hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! function_exists( 'colormag_doctype' ) ) :

	/**
	 * Header doctype
	 */
	function colormag_doctype() { ?>
		<!doctype html>
		<html <?php language_attributes(); ?>>
		<?php
	}
endif;

add_action( 'colormag_action_doctype', 'colormag_doctype', 10 );

if ( ! function_exists( 'colormag_head' ) ) :

	/**
	 * HTML Head.
	 */
	function colormag_head() {
		?>
		<meta charset="<?php bloginfo( 'charset' ); ?>"/>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<link rel="profile" href="http://gmpg.org/xfn/11"/>
		<?php
	}

endif;

add_action( 'colormag_action_head', 'colormag_head', 10 );

if ( ! function_exists( 'colormag_background_image_clickable' ) ) :

	/**
	 * Background image clickable.
	 */
	function colormag_background_image_clickable() {

		$background_image_url_link = get_theme_mod( 'colormag_background_image_link' );

		if ( $background_image_url_link ) {
			echo '<a href="' . esc_url( $background_image_url_link ) . '" class="background-image-clickable" target="_blank"></a>';
		}

	}

endif;

add_action( 'colormag_action_before', 'colormag_background_image_clickable', 5 );

if ( ! function_exists( 'colormag_page_start' ) ) :

	/**
	 * Page start.
	 */
	function colormag_page_start() {
		?>
		<div id="page" class="hfeed site">
		<?php
	}

endif;

add_action( 'colormag_action_before', 'colormag_page_start', 10 );

if ( ! function_exists( 'colormag_skip_content_link' ) ) :

	/**
	 * Skip content link.
	 */
	function colormag_skip_content_link() {
		?>
		<a class="skip-link screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'colormag' ); ?></a>
		<?php
	}

endif;

add_action( 'colormag_action_before', 'colormag_skip_content_link', 15 );

if ( ! function_exists( 'colormag_header_markup' ) ) :

	/**
	 * Adds ColorMag header markup.
	 *
	 * @return void
	 */
	function colormag_header_markup() {

		/**
		 * Hook: colormag_before_header.
		 */
		do_action( 'colormag_before_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_before_header action.
		 *
		 * @hooked colormag_header_start - 10
		 */
		do_action( 'colormag_action_before_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_header_top action.
		 *
		 * @hooked colormag_header_top - 10
		 */
		do_action( 'colormag_action_header_top' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_before_inner_header action.
		 *
		 * @hooked colormag_header_nav_container_start - 10
		 */
		do_action( 'colormag_action_before_inner_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_header action.
		 *
		 * @hooked colormag_header - 10
		 */
		do_action( 'colormag_action_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_after_inner_header action.
		 *
		 * @hooked colormag_header_image_before_nav_container_end - 5
		 * @hooked colormag_header_nav_container_end - 10
		 */
		do_action( 'colormag_action_after_inner_header' );
		?>

		<?php
		/**
		 * Functions hooked into colormag_action_after_header action.
		 *
		 * @hooked colormag_header_end - 10
		 */
		do_action( 'colormag_action_after_header' );
		?>

		<?php
		/**
		 * Hook: colormag_after_header.
		 */
		do_action( 'colormag_after_header' );

	}

endif;

add_action( 'colormag_header', 'colormag_header_markup' );

if ( ! function_exists( 'colormag_header_start' ) ) :

	/**
	 * Header starts.
	 */
	function colormag_header_start() {
		?>
	<header id="cm-masthead" class="<?php colormag_css_class( 'colormag_header_class' ); ?>"<?php echo colormag_schema_markup( 'header' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
		<?php
	}

endif;

add_action( 'colormag_action_before_header', 'colormag_header_start', 10 );

if ( ! function_exists( 'colormag_header_main' ) ) :

	/**
	 * Header main area.
	 */
	function colormag_header_main() {

		get_template_part( 'template-parts/header/header-main' );

	}

endif;

add_action( 'colormag_action_header', 'colormag_header_main', 10 );

if ( ! function_exists( 'colormag_header_one' ) ) :

	/**
	 * Function to display the middle header bar.
	 *
	 * @since ColorMag 2.2.1
	 */
	function colormag_header_one() {
		?>

	<div id="cm-header-1" class="cm-header-1">
		<div class="cm-container">
			<div class="cm-row">

				<div class="cm-header-col-1">
					<?php get_template_part( 'template-parts/header/site-branding/site-branding' ); ?>
				</div><!-- .cm-header-col-1 -->

				<div class="cm-header-col-2">
					<?php
					if ( is_active_sidebar( 'colormag_header_sidebar' ) ) {
						?>
					<div id="header-right-sidebar" class="clearfix">
						<?php dynamic_sidebar( 'colormag_header_sidebar' ); ?>
					</div>
						<?php
					}
					?>
			</div><!-- .cm-header-col-2 -->

		</div>
	</div>
</div>
		<?php
	}

endif;

	add_action( 'colormag_header_one', 'colormag_header_one' );

if ( ! function_exists( 'colormag_header_two' ) ) :

	/**
	 * Function to display the middle header bar.
	 *
	 * @since ColorMag 2.2.1
	 */
	function colormag_header_two() {

		$random_post_icon               = get_theme_mod( 'colormag_enable_random_post', 0 );
		$search_icon                    = get_theme_mod( 'colormag_enable_search', 0 );
		$social_links_enable            = get_theme_mod( 'colormag_enable_social_icons', true );
		$social_links_header_visibility = get_theme_mod( 'colormag_enable_social_icons_header', 1 );
		$social_links_header_location   = get_theme_mod( 'colormag_social_icons_header_location', 'top-bar' );

		if ( function_exists( 'max_mega_menu_is_enabled' ) && max_mega_menu_is_enabled( 'primary' ) ) :
			?>
		<div id="cm-header-2" class="cm-header-2">
			<nav id="cm-primary-nav" class="cm-primary-nav"<?php echo colormag_schema_markup( 'nav' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
				<div class="mega-menu-integrate">
					<div class="inner-wrap clearfix">
						<?php
							wp_nav_menu(
								array(
									'theme_location' => 'primary',
								)
							);
						?>
					</div>
				</div>
			</nav>
		</div>

		<?php else : ?>
			<?php if ( 'layout-3' != get_theme_mod( 'colormag_main_header_layout', 'layout-1' ) ) : ?>
<div id="cm-header-2" class="cm-header-2">
	<nav id="cm-primary-nav" class="cm-primary-nav"<?php echo colormag_schema_markup( 'nav' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
		<div class="cm-container">
			<div class="cm-row">
				<?php
				if ( 'home-icon' === get_theme_mod( 'colormag_menu_icon_logo', 'none' ) ) {
					$home_icon_class = 'cm-home-icon';

					if ( is_front_page() ) {
						$home_icon_class = 'cm-home-icon front_page_on';
					}
					?>

				<div class="<?php echo esc_attr( $home_icon_class ); ?>">
					<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
					   title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
					>
					<?php colormag_get_icon( 'home' ); ?>

					</a>
				</div>
				<?php } ?>

							<?php
							if ( 'logo' === get_theme_mod( 'colormag_menu_icon_logo', 'none' ) ) {
								colormag_menu_logo();
							}

							if ( 1 == $random_post_icon || 1 == $search_icon || ( 1 == $social_links_enable && 1 == $social_links_header_visibility && 'menu' === $social_links_header_location ) ) {
								?>
				<div class="cm-header-actions">
								<?php
								// Displays the social links in header.
								if ( 1 == $social_links_header_visibility && 'menu' === $social_links_header_location ) {
									colormag_social_links();
								}

								// Displays the random post.
								if ( 1 == $random_post_icon ) {
									colormag_random_post();
								}

								// Displays the search icon.
								if ( 1 == $search_icon ) {
									?>
					<div class="cm-top-search">
						<i class="fa fa-search search-top"></i>
						<div class="search-form-top">
									<?php get_search_form(); ?>
						</div>
					</div>
					<?php } ?>
				</div>
							<?php } ?>

					<p class="cm-menu-toggle" aria-expanded="false">
						<?php colormag_get_icon( 'bars' ); ?>
						<?php colormag_get_icon( 'x-mark' ); ?>
					</p>
						<?php
							get_template_part( 'template-parts/header/primary-menu/main-navigation' );
					?>

			</div>
		</div>
	</nav>
</div>
						<?php
			endif;
		endif;
	}

endif;

	add_action( 'colormag_header_two', 'colormag_header_two' );

if ( ! function_exists( 'colormag_header_image_before_nav_container_end' ) ) :

	/**
	 * Display the header image just before the header closes.
	 */
	function colormag_header_image_before_nav_container_end() {
		$colormag_header_media_position = get_theme_mod( 'colormag_header_media_position', 'position-two' );

		if ( 'position-three' === $colormag_header_media_position ) {
			the_custom_header_markup();
		}
	}

endif;

	add_action( 'colormag_action_after_inner_header', 'colormag_header_image_before_nav_container_end', 5 );

if ( ! function_exists( 'colormag_header_end' ) ) :

	/**
	 * Header ends.
	 */
	function colormag_header_end() {
		?>
		</header><!-- #cm-masthead -->
		<?php
	}

endif;

	add_action( 'colormag_action_after_header', 'colormag_header_end', 10 );

if ( ! function_exists( 'colormag_main_section_start' ) ) :

	/**
	 * Main section starts.
	 */
	function colormag_main_section_start() {
		?>
	<div id="cm-content" class="cm-content"<?php echo colormag_schema_markup( 'content' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
		<?php
	}

endif;

add_action( 'colormag_action_before_content', 'colormag_main_section_start', 10 );

if ( ! function_exists( 'colormag_before_content_breaking_news' ) ) :

	/**
	 * Before content breaking news.
	 */
	function colormag_before_content_breaking_news() {

		if ( 1 == get_theme_mod( 'colormag_enable_news_ticker', 0 ) && 'below-header' === get_theme_mod( 'colormag_news_ticker_position', 'header' ) ) :
			?>
			<div class="breaking-news-main inner-wrap clearfix">
				<?php colormag_breaking_news(); ?>
			</div>
			<?php
		endif;

	}

endif;

	add_action( 'colormag_action_before_content', 'colormag_before_content_breaking_news', 15 );

if ( ! function_exists( 'colormag_front_page_full_width_sidebar' ) ) :

	/**
	 * Front page full width sidebar area.
	 */
	function colormag_front_page_full_width_sidebar() {

		if ( ( is_front_page() || is_page_template( 'page-templates/magazine.php' ) ) && ! is_page_template( 'page-templates/page-builder.php' ) && is_active_sidebar( 'colormag_front_page_top_full_width_area' ) ) :
			?>
			<div class="top-full-width-sidebar inner-wrap clearfix <?php echo colormag_top_full_width_area_class(); ?>">
				<?php
					dynamic_sidebar( 'colormag_front_page_top_full_width_area' );
				?>
			</div>
			<?php
		endif;

	}

endif;

	add_action( 'colormag_action_before_content', 'colormag_front_page_full_width_sidebar', 20 );

if ( ! function_exists( 'colormag_main_section_inner_start' ) ) :

	/**
	 * Main section inner starts.
	 */
	function colormag_main_section_inner_start() {
		?>
		<div class="cm-container">
		<?php
	}

endif;

add_action( 'colormag_action_before_inner_content', 'colormag_main_section_inner_start', 10 );

if ( ! function_exists( 'colormag_breadcrumb' ) ) :

	/**
	 * Display the breadcrumbs provided via Yoast or BreadCrumb NavXT plugin,
	 * where BreadCrumb NavXT plugin takes precedence.
	 */
	function colormag_breadcrumb() {

		// Bail out if breadcrumb is not selected.
		if ( 1 === get_theme_mod( 'colormag_breadcrumb_enable', 0 ) ) {
		?>

		<!-- Breadcrumb display -->
		<div id="breadcrumb-wrap" class="breadcrumb-wrap" typeof="BreadcrumbList">
			<div class="inner-wrap">
			<?php
			if ( 'yoast_seo_navxt' === get_theme_mod( 'colormag_breadcrumb_type', 'colormag_breadcrumb' ) ) {

				$display_breadcrumb_label = '<span class="breadcrumb-title">' . get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here:', 'colormag' ) ) . '</span>';

				if ( function_exists( 'bcn_display' ) ) {
					echo $display_breadcrumb_label;

					bcn_display();
				} elseif ( function_exists( 'yoast_breadcrumb' ) ) {
					echo $display_breadcrumb_label;

					yoast_breadcrumb();
				}
			} elseif ( function_exists( 'breadcrumb_trail' ) && 'colormag_breadcrumb' === get_theme_mod( 'colormag_breadcrumb_type', 'colormag_breadcrumb' ) ) {
				if ( ColorMag_Utils::colormag_is_woocommerce_active() && function_exists( 'is_woocommerce' ) && is_woocommerce() ) {

					// Make WC breadcrumb with the theme.
					woocommerce_breadcrumb(
						array(
							'wrap_before' => '<nav role="navigation" aria-label="' . esc_html__( 'Breadcrumbs', 'colormag' ) . '" class="breadcrumb-trail breadcrumbs">' . '<span class="breadcrumb-title">' . get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here: ', 'colormag' ) ) . '</span>' . '<ul class="trail-items">',
							'wrap_after'  => '</ul></nav>',
							'before'      => '<li class="trail-item">',
							'after'       => '</li>',
							'delimiter'   => '',
						)
					);
				} else {
					do_action( 'colormag_action_breadcrumb' );
				}
			}
			?>
			</div>
		</div>
		<?php
		}
	}
endif;

	add_action( 'colormag_action_before_content', 'colormag_breadcrumb', 15 );

if ( ! function_exists( 'colormag_theme_breadcrumb' ) ) :
	/**
	 * Container starts.
	 */
	function colormag_theme_breadcrumb() {
		breadcrumb_trail(
			array(
				'show_browse' => false,
			)
		);
	}
endif;

	add_action( 'colormag_action_breadcrumb', 'colormag_theme_breadcrumb', 10 );

if ( ! function_exists( 'colormag_change_logo_attr' ) ) :

	/**
	 * Change the image attributes while retina logo is set.
	 *
	 * @param $attr
	 * @param $attachment
	 * @param $size
	 *
	 * @return mixed
	 */
	function colormag_change_logo_attr( $attr, $attachment, $size ) {
		$custom_logo = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' );

		if ( ! empty( $custom_logo ) ) {
			$custom_logo = $custom_logo[0];
		}

		if ( isset( $attr['class'] ) && 'custom-logo' === $attr['class'] ) {
			$retina_logo    = get_theme_mod( 'colormag_retina_logo', '' );
			$attr['srcset'] = '';

			if ( $retina_logo ) {
				$attr['srcset'] = $custom_logo . ' 1x,' . $retina_logo . ' 2x';
			}
		}

		return $attr;
	}

endif;

	add_filter( 'wp_get_attachment_image_attributes', 'colormag_change_logo_attr', 10, 3 );


if ( ! function_exists( 'colormag_add_submenu_icon' ) ) :

		/**
		 * Add submenu toggle icon after the menu items with submenus.
		 *
		 * @param string $item_output The menu item's starting HTML output.
		 * @param WP_Post $item Menu item data object.
		 * @param int $depth Depth of menu item. Used for padding.
		 * @param stdClass $args An object of wp_nav_menu() arguments.
		 *
		 * @return array|mixed|string|string[]
		 *
		 * TODO @since.
		 *
		 */
		function colormag_add_submenu_icon( $item_output, $item, $depth, $args ) {

			if ( 'primary' === $args->theme_location ) {

				if (
					in_array( 'menu-item-has-children', $item->classes, true ) ||
					in_array( 'page_item_has_children', $item->classes, true )
				) {

					$submenu_toggle_markup = '<span role="button" tabindex="0" class="cm-submenu-toggle" onkeypress="">' .
											 '<svg class="cm-icon" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 17.5c-.3 0-.5-.1-.7-.3l-9-9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l8.3 8.3 8.3-8.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-9 9c-.2.2-.4.3-.7.3z"/></svg>' .
											 '</span>';

					$item_output = str_replace(
						$args->link_after . '</a>',
						$args->link_after . '</a>' . $submenu_toggle_markup,
						$item_output
					);
				}
			}

			return $item_output;
		}

	endif;

	add_filter( 'walker_nav_menu_start_el', 'colormag_add_submenu_icon', 10, 4 );
template-parts/hooks/hook-functions.php000064400000000655151213252660014321 0ustar00<?php
/**
 * Theme hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Header.
 */
if ( ! function_exists( 'colormag_header' ) ) {

	/**
	 * Header.
	 *
	 * @return void
	 */
	function colormag_header() {

		/**
		 * Hook for header.
		 *
		 * @hooked colormag_header_markup - 10.
		 */
		do_action( 'colormag_header' );
	}
}
template-parts/content/related-posts.php000064400000004426151213252660014470 0ustar00<?php
/**
 * Related posts featured display.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Required related posts datas.
$related_posts                = colormag_related_posts_function();
$related_posts_data           = get_theme_mod( 'colormag_related_posts_style', 'style-1' );
$related_posts_class          = str_replace( '_', '-', $related_posts_data );
$related_posts_carousel_class = 'style-4' === $related_posts_data ? 'related-post-carousel' : '';

if ( $related_posts->have_posts() ) :
	?>

	<div class="related-posts-wrapper <?php echo esc_attr( $related_posts_class ); ?>">

		<h3 class="related-posts-main-title">
			<i class="fa fa-thumbs-up"></i><span><?php echo esc_html( get_theme_mod( 'colormag_you_may_also_like_text', __( 'You May Also Like', 'colormag' ) ) ); ?></span>
		</h3>

		<div class="related-posts <?php echo esc_attr( $related_posts_carousel_class ); ?>">

			<?php
			while ( $related_posts->have_posts() ) :
				$related_posts->the_post();
				?>
				<div class="single-related-posts">

					<?php if ( has_post_thumbnail() && 'style-3' != get_theme_mod( 'colormag_related_posts_style', 'style-1' ) ): ?>
						<div class="related-posts-thumbnail">
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<?php the_post_thumbnail( 'colormag-featured-post-medium' ); ?>
							</a>
						</div>
					<?php endif; ?>

					<div class="cm-post-content">
						<h3 class="cm-entry-title">
							<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
								<?php the_title(); ?>
							</a>
						</h3><!--/.post-title-->

						<?php
						if ( 'style-3' != get_theme_mod( 'colormag_related_posts_style', 'style-1' ) ) :
							colormag_entry_meta( false );
						endif;

						if ( 'style-2' == get_theme_mod( 'colormag_related_posts_style', 'style-1' ) ) {
							?>
							<div class="cm-entry-summary">
								<?php the_excerpt(); ?>
							</div>
						<?php } ?>
					</div>

				</div><!--/.related-->
			<?php endwhile; ?>

		</div><!--/.post-related-->

	</div>

	<?php
endif;

// Reset postdata.
wp_reset_postdata();
template-parts/content/post-formats.php000064400000002421151213252660014331 0ustar00<?php
/**
 * Post formats custom outputs.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * For Gallery Post Format.
 */
if ( has_post_format( 'gallery' ) ) :

	if ( get_post_gallery() ) :
		?>
		<div class="gallery-post-format">
			<?php
			$output         = '';
			$galleries      = get_post_gallery( $post, false );
			$attachment_ids = explode( ',', $galleries['ids'] );
			$output         = '<ul class="gallery-images">';

			foreach ( $attachment_ids as $attachment_id ) {
				// Displaying the attached image of gallery.
				$link = wp_get_attachment_image( $attachment_id, 'colormag-featured-image' );

				$output .= '<li>' . $link . '</li>';
			}

			$output .= '</ul>';

			echo wp_kses_post( $output );
			?>
		</div>
		<?php
	endif;

endif;

/**
 * For Video Post Format.
 */
if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :

	$video_post_url = get_post_meta( $post->ID, 'video_url', true );

	if ( ! empty( $video_post_url ) ) :
		?>
		<div class="fitvids-video">
			<?php
			$embed_code = wp_oembed_get( $video_post_url );

			echo $embed_code;
			?>
		</div>
	<?php
	endif;

endif;
template-parts/content/share.php000064400000002564151213252660013005 0ustar00<?php
/**
 * Social share button template part.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div class="share-buttons">
	<span class="share"><?php esc_html_e( 'Share This Post:', 'colormag' ); ?></span>

	<?php if ( 1 === get_theme_mod( 'colormag_enable_social_share_twitter', 1 ) ) { ?>
		<div class="box">
			<div id="twitter" class="twitter-share share" data-share="twitter-share">
				<i class="fa-brands fa-square-x-twitter"></i>
			</div>
		</div>
	<?php } ?>

	<?php if ( 1 === get_theme_mod( 'colormag_enable_social_share_facebook', 1 ) ) { ?>
		<div class="box">
			<div id="facebook" class="facebook-share share" data-share="facebook-share">
				<i class="fa fa-facebook-square"></i>
			</div>
		</div>
	<?php } ?>

	<?php if ( 1 === get_theme_mod( 'colormag_enable_social_share_pinterest', 1 ) ) { ?>
		<div class="box">
			<div id="pinterest" class="pinterest-share share" data-share="pinterest-share">
				<i class="fa fa-pinterest"></i>
			</div>
		</div>
	<?php } ?>

	<?php if ( 1 === get_theme_mod( 'colormag_enable_social_share_email', 1 ) ) { ?>
		<div class="box">
			<div id="email" class="email-share share" data-share="email-share">
				<i class="fa fa-envelope"></i>
			</div>
		</div>
	<?php } ?>
</div>
template-parts/header/header-main.php000064400000001104151213252660013620 0ustar00<?php
/**
 * Main header markup file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

$header_image_position = get_theme_mod( 'colormag_header_media_position', 'position-two' );

if ( 'position-one' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the middle header bar.
	do_action( 'colormag_header_one' );

if ( 'position-two' === $header_image_position ) {
	the_custom_header_markup();
}

	// Display the below header bar.
	do_action( 'colormag_header_two' );

template-parts/header/site-branding/site-branding.php000064400000004527151213252660016736 0ustar00<?php
/**
 * Site branding template file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

$screen_reader       = '';
$description         = get_bloginfo( 'description', 'display' );
$header_display_type = get_theme_mod( 'colormag_header_logo_placement', 'header_text_only' );

?>
					<div id="cm-site-branding" class="cm-site-branding">
		<?php
		if ( function_exists( 'the_custom_logo' ) ) {
			the_custom_logo();
		}
		?>
					</div><!-- #cm-site-branding -->
	<?php

	if ( false === get_theme_mod( 'colormag_enable_site_identity', 'true' ) || false === get_theme_mod( 'colormag_enable_site_tagline', true ) ) {
		$screen_reader = 'screen-reader-text';
	}
	?>

<?php

if ( true == get_theme_mod( 'colormag_enable_site_identity', 'true' ) || true == get_theme_mod( 'colormag_enable_site_tagline', true ) ) {
	?>
	<div id="cm-site-info" class="<?php echo esc_attr( $screen_reader ); ?>">
		<?php
		if ( true == get_theme_mod( 'colormag_enable_site_identity', 'true' ) ) {
			if ( is_front_page() || is_home() ) :
				?>
						<h1 class="cm-site-title"<?php echo colormag_schema_markup( 'site-title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
						</h1>
					<?php else : ?>
						<h3 class="cm-site-title"<?php echo colormag_schema_markup( 'site-title' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
						</h3>
						<?php
					endif;
		}
		?>

					<?php
					if ( true == get_theme_mod( 'colormag_enable_site_tagline', 'true' ) ) {
						if ( $description || is_customize_preview() ) :
							?>
						<p class="cm-site-description"<?php echo colormag_schema_markup( 'site-description' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
							<?php echo $description; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
						</p><!-- .cm-site-description -->
							<?php
					endif;
					}
					?>
				</div><!-- #cm-site-info -->
	<?php
}
template-parts/header/primary-menu/main-navigation.php000064400000001250151213252660017156 0ustar00<?php
/**
 * Site navigation template file.
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( has_nav_menu( 'primary' ) ) {
	wp_nav_menu(
		array(
			'theme_location'  => 'primary',
			'container_class' => 'cm-menu-primary-container',
			'items_wrap'      => '<ul id="%1$s" class="%2$s">%3$s</ul>',
		)
	);
} else {

	require get_template_directory() . '/inc/class-colormag-walker-page.php';
	wp_page_menu(

		array(
			'walker'             => new Colormag_Walker_Page(),
			'has_children_class' => 'menu-item-has-children',
			'current_class'      => 'current-menu-item',
		)
	);
}
template-parts/header/top-bar.php000064400000012077151213252660013025 0ustar00<?php
/**
 * Top bar hooks.
 *
 * @package ColorMag
 *
 * TODO: @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================= Hooks > Header Top ==========================================*/

		$top_bar_enable                 = get_theme_mod( 'colormag_enable_top_bar', 0 );
		$breaking_news_enable           = get_theme_mod( 'colormag_enable_news_ticker', 0 );
		$breaking_news_position         = get_theme_mod( 'colormag_news_ticker_position', 'top-bar' );
		$date_display_enable            = get_theme_mod( 'colormag_date_display', 0 );
		$social_links_enable            = get_theme_mod( 'colormag_enable_social_icons', 0 );
		$social_links_header_visibility = get_theme_mod( 'colormag_enable_social_icons_header', 1 );
		$social_links_header_location   = get_theme_mod( 'colormag_social_icons_header_location', 'top-bar' );
		$top_bar_menu_enable            = get_theme_mod( 'colormag_top_bar_menu_enable', 0 );
		$random_post_icon               = get_theme_mod( 'colormag_enable_random_post', 0 );
		$search_icon                    = get_theme_mod( 'colormag_enable_search', 0 );
		$social_links_enable            = get_theme_mod( 'colormag_enable_social_icons', true );
		$social_links_header_visibility = get_theme_mod( 'colormag_enable_social_icons_header', 1 );
		$social_links_header_location   = get_theme_mod( 'colormag_social_icons_header_location', 'top-bar' );

		?>
<?php if ( 'layout-3' == get_theme_mod( 'colormag_main_header_layout', 'layout-1' ) ): ?>
	<div id="cm-header-2" class="cm-header-2">
		<nav id="cm-primary-nav" class="cm-primary-nav"<?php echo colormag_schema_markup( 'nav' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
			<div class="cm-container">
				<div class="cm-row">
					<?php
					if ( 'home-icon' === get_theme_mod( 'colormag_menu_icon_logo', 'none' ) ) {
						$home_icon_class = 'cm-home-icon';

						if ( is_front_page() ) {
							$home_icon_class = 'cm-home-icon front_page_on';
						}
						?>

						<div class="<?php echo esc_attr( $home_icon_class ); ?>">
							<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
							   title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
							>

								<?php colormag_get_icon( 'home' ); ?>

							</a>
						</div>
					<?php } ?>

					<?php
					if ( 'logo' === get_theme_mod( 'colormag_menu_icon_logo', 'none' ) ) {
						colormag_menu_logo();
					}

					if ( 1 == $random_post_icon || 1 == $search_icon || ( 1 == $social_links_enable && 1 == $social_links_header_visibility && 'menu' === $social_links_header_location ) ) {
						?>
						<div class="cm-header-actions">
							<?php
							// Displays the social links in header.
							if ( 1 == $social_links_header_visibility && 'menu' === $social_links_header_location ) {
								colormag_social_links();
							}

							// Displays the random post.
							if ( 1 == $random_post_icon ) {
								colormag_random_post();
							}

							// Displays the search icon.
							if ( 1 == $search_icon ) {
								?>
								<div class="cm-top-search">
									<i class="fa fa-search search-top"></i>
									<div class="search-form-top">
										<?php get_search_form(); ?>
									</div>
								</div>
							<?php } ?>
						</div>
					<?php } ?>

					<p class="cm-menu-toggle" aria-expanded="false">
						<?php colormag_get_icon( 'bars' ); ?>
						<?php colormag_get_icon( 'x-mark' ); ?>
					</p>
					<?php
						get_template_part( 'template-parts/header/primary-menu/main-navigation' );
					?>

				</div>
			</div>
		</nav>
	</div>
<?php
endif;
if (
			( 1 == $top_bar_enable ) && (
				( 1 == $date_display_enable ) ||
				( 1 == $breaking_news_enable && 'top-bar' === $breaking_news_position ) ||
				( 1 == $social_links_enable && 1 == $social_links_header_visibility && 'top-bar' === $social_links_header_location ) ||
				( 1 == $top_bar_menu_enable ) || 1 )
		) :
	if ( 1 == $top_bar_enable ) {
		?>
				<div class="cm-top-bar">
					<div class="cm-container <?php echo colormag_top_bar_full_width_area_class(); ?>">
						<div class="cm-row">
							<div class="cm-top-bar__1">
				<?php
				// Date.
				if ( 1 == $date_display_enable ) {
					colormag_date_display();
				}

				// Breaking news.
				if ( 1 == $breaking_news_enable && 'top-bar' === $breaking_news_position ) {
					colormag_breaking_news();
				}
				?>
							</div>

							<div class="cm-top-bar__2">
				<?php
				// Menu.
				if ( 1 == $top_bar_menu_enable ) {
					?>
									<nav class="top-bar-menu">
						<?php
						if ( has_nav_menu( 'top-bar' ) ) {
							wp_nav_menu(
								array(
									'theme_location' => 'top-bar',
									'depth'          => - 1,
								)
							);
						}
						?>
									</nav>
					<?php
				}

				// Social icons.
				if ( 1 == $social_links_header_visibility && 'top-bar' === $social_links_header_location ) {
					colormag_social_links();
				}
				?>
							</div>
						</div>
					</div>
				</div>

				<?php

	}
			endif;
sidebar-left.php000064400000003721151213252660007624 0ustar00<?php
/**
 * The left sidebar widget area.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( is_page_template( 'page-templates/contact.php' ) ) {
		$sidebar = 'colormag_contact_page_sidebar';
	} else {
		$sidebar = 'colormag_left_sidebar';
	}

	// Displays the sidebar area as needed.
	if ( ! is_active_sidebar( $sidebar ) ) :

		if ( 'colormag_contact_page_sidebar' == $sidebar ) {
			$sidebar_display = esc_html__( 'Contact Page', 'colormag' );
		} else {
			$sidebar_display = esc_html__( 'Left', 'colormag' );
		}

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Left sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					$sidebar_display,
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);

	else :
		dynamic_sidebar( $sidebar );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
page.php000064400000003023151213252660006172 0ustar00<?php
/**
 * Theme Page Section for our theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts clearfix">
				<?php
				/**
				 * Hook: colormag_before_single_page_loop.
				 */
				do_action( 'colormag_before_single_page_loop' );

				while ( have_posts() ) :
					the_post();

					get_template_part( 'template-parts/content', 'page' );

					/**
					 * Hook: colormag_before_comments_template.
					 */
					do_action( 'colormag_before_comments_template' );

					/**
					 * Functions hooked into colormag_action_after_inner_content action.
					 *
					 * @hooked colormag_render_comments - 10
					 */
					do_action( 'colormag_action_comments' );

					/**
					 * Hook: colormag_after_comments_template.
					 */
					do_action( 'colormag_after_comments_template' );

				endwhile;

				/**
				 * Hook: colormag_after_single_page_loop.
				 */
				do_action( 'colormag_after_single_page_loop' );
				?>
			</div><!-- .cm-posts -->
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
breadcrumb.css000064400000000000151213252660007355 0ustar00sidebar-woocommerce-right.php000064400000003117151213252660012323 0ustar00<?php
/**
 * The WooCommerce right sidebar widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.8
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( ! is_active_sidebar( 'colormag_woocommerce_right_sidebar' ) ) :

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Opening of the link for widgets.php WordPress section, 2. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_woocommerce_right_sidebar' );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
inc/customizer/core/colormag-webfont-loader.php000064400000042110151213252660015674 0ustar00<?php
/**
 * Download webfonts locally.
 *
 * @package wptt/font-loader
 *
 */

if ( ! class_exists( 'ColorMag_WebFont_Loader' ) ) {
	/**
	 * Download webfonts locally.
	 */
	class ColorMag_WebFont_Loader {

		/**
		 * The font-format.
		 *
		 * Use "woff" or "woff2".
		 * This will change the user-agent user to make the request.
		 *
		 * @since 1.0.0
		 * @var string
		 */
		protected $font_format = 'woff2';

		/**
		 * The remote URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_url;

		/**
		 * Base path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_path;

		/**
		 * Base URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_url;

		/**
		 * Subfolder name.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $subfolder_name;

		/**
		 * The fonts folder.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $fonts_folder;

		/**
		 * The local stylesheet's path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_path;

		/**
		 * The local stylesheet's URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_url;

		/**
		 * The remote CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_styles;

		/**
		 * The final CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $css;

		/**
		 * Cleanup routine frequency.
		 */
		const CLEANUP_FREQUENCY = 'monthly';

		/**
		 * Constructor.
		 *
		 * Get a new instance of the object for a new URL.
		 *
		 * @since 1.1.0
		 * @param string $url The remote URL.
		 */
		public function __construct( $url = '' ) {
			$this->remote_url = $url;

			// Add a cleanup routine.
			$this->schedule_cleanup();
			add_action( 'delete_fonts_folder', array( $this, 'delete_fonts_folder' ) );
		}

		/**
		 * Get the local URL which contains the styles.
		 *
		 * Fallback to the remote URL if we were unable to write the file locally.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_url() {

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return the local URL on success.
				if ( $this->write_stylesheet() ) {
					return $this->get_local_stylesheet_url();
				}
			}

			// If the local file exists, return its URL, with a fallback to the remote URL.
			return file_exists( $this->get_local_stylesheet_path() )
				? $this->get_local_stylesheet_url()
				: $this->remote_url;
		}

		/**
		 * Get the local stylesheet URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_url() {
			if ( ! $this->local_stylesheet_url ) {
				$this->local_stylesheet_url = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$this->get_local_stylesheet_path()
				);
			}
			return $this->local_stylesheet_url;
		}

		/**
		 * Get styles with fonts downloaded locally.
		 *
		 * @since 1.0.0
		 * @return string
		 */
		public function get_styles() {

			// If we already have the local file, return its contents.
			$local_stylesheet_contents = $this->get_local_stylesheet_contents();
			if ( $local_stylesheet_contents ) {
				return $local_stylesheet_contents;
			}

			// Get the remote URL contents.
			$this->remote_styles = $this->get_remote_url_contents();

			// Get an array of locally-hosted files.
			$files = $this->get_local_files_from_css();

			// Convert paths to URLs.
			foreach ( $files as $remote => $local ) {
				$files[ $remote ] = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$local
				);
			}

			$this->css = str_replace(
				array_keys( $files ),
				array_values( $files ),
				$this->remote_styles
			);

			$this->write_stylesheet();

			return $this->css;
		}

		/**
		 * Get local stylesheet contents.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the remote URL contents.
		 */
		public function get_local_stylesheet_contents() {
			$local_path = $this->get_local_stylesheet_path();

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return false on fail.
				if ( ! $this->write_stylesheet() ) {
					return false;
				}
			}

			ob_start();
			include $local_path;
			return ob_get_clean();
		}

		/**
		 * Get remote file contents.
		 *
		 * @since 1.0.0
		 * @return string Returns the remote URL contents.
		 */
		public function get_remote_url_contents() {

			/**
			 * The user-agent we want to use.
			 *
			 * The default user-agent is the only one compatible with woff (not woff2)
			 * which also supports unicode ranges.
			 */
			$user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8';

			// Switch to a user-agent supporting woff2 if we don't need to support IE.
			if ( 'woff2' === $this->font_format ) {
				$user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0';
			}

			// Get the response.
			$response = wp_remote_get( $this->remote_url, array( 'user-agent' => $user_agent ) );

			// Early exit if there was an error.
			if ( is_wp_error( $response ) ) {
				return '';
			}

			// Get the CSS from our response.
			$contents = wp_remote_retrieve_body( $response );

			return $contents;
		}

		/**
		 * Download files mentioned in our CSS locally.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of remote URLs and their local counterparts.
		 */
		public function get_local_files_from_css() {
			$font_files = $this->get_remote_files_from_css();
			$stored     = get_site_option( 'downloaded_font_files', array() );
			$change     = false; // If in the end this is true, we need to update the cache option.

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the fonts folder don't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			foreach ( $font_files as $font_family => $files ) {

				// The folder path for this font-family.
				$folder_path = $this->get_fonts_folder() . '/' . $font_family;

				// If the folder doesn't exist, create it.
				if ( ! file_exists( $folder_path ) ) {
					$this->get_filesystem()->mkdir( $folder_path, FS_CHMOD_DIR );
				}

				foreach ( $files as $url ) {

					// Get the filename.
					$filename  = basename( wp_parse_url( $url, PHP_URL_PATH ) );
					$font_path = $folder_path . '/' . $filename;

					// Check if the file already exists.
					if ( file_exists( $font_path ) ) {

						// Skip if already cached.
						if ( isset( $stored[ $url ] ) ) {
							continue;
						}

						// Add file to the cache and change the $changed var to indicate we need to update the option.
						$stored[ $url ] = $font_path;
						$change         = true;

						// Since the file exists we don't need to proceed with downloading it.
						continue;
					}

					/**
					 * If we got this far, we need to download the file.
					 */

					// require file.php if the download_url function doesn't exist.
					if ( ! function_exists( 'download_url' ) ) {
						require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
					}

					// Download file to temporary location.
					$tmp_path = download_url( $url );

					// Make sure there were no errors.
					if ( is_wp_error( $tmp_path ) ) {
						continue;
					}

					// Move temp file to final destination.
					$success = $this->get_filesystem()->move( $tmp_path, $font_path, true );
					if ( $success ) {
						$stored[ $url ] = $font_path;
						$change         = true;
					}
				}
			}

			// If there were changes, update the option.
			if ( $change ) {

				// Cleanup the option and then save it.
				foreach ( $stored as $url => $path ) {
					if ( ! file_exists( $path ) ) {
						unset( $stored[ $url ] );
					}
				}
				update_site_option( 'downloaded_font_files', $stored );
			}

			return $stored;
		}

		/**
		 * Get font files from the CSS.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of font-families and the font-files used.
		 */
		public function get_remote_files_from_css() {

			$font_faces = explode( '@font-face', $this->remote_styles );

			$result = array();

			// Loop all our font-face declarations.
			foreach ( $font_faces as $font_face ) {

				// Make sure we only process styles inside this declaration.
				$style = explode( '}', $font_face )[0];

				// Sanity check.
				if ( false === strpos( $style, 'font-family' ) ) {
					continue;
				}

				// Get an array of our font-families.
				preg_match_all( '/font-family.*?\;/', $style, $matched_font_families );

				// Get an array of our font-files.
				preg_match_all( '/url\(.*?\)/i', $style, $matched_font_files );

				// Get the font-family name.
				$font_family = 'unknown';
				if ( isset( $matched_font_families[0] ) && isset( $matched_font_families[0][0] ) ) {
					$font_family = rtrim( ltrim( $matched_font_families[0][0], 'font-family:' ), ';' );
					$font_family = trim( str_replace( array( "'", ';' ), '', $font_family ) );
					$font_family = sanitize_key( strtolower( str_replace( ' ', '-', $font_family ) ) );
				}

				// Make sure the font-family is set in our array.
				if ( ! isset( $result[ $font_family ] ) ) {
					$result[ $font_family ] = array();
				}

				// Get files for this font-family and add them to the array.
				foreach ( $matched_font_files as $match ) {

					// Sanity check.
					if ( ! isset( $match[0] ) ) {
						continue;
					}

					// Add the file URL.
					$font_family_url = rtrim( ltrim( $match[0], 'url(' ), ')' );

					// Make sure to convert relative URLs to absolute.
					$font_family_url = $this->get_absolute_path( $font_family_url );

					$result[ $font_family ][] = $font_family_url;
				}

				// Make sure we have unique items.
				// We're using array_flip here instead of array_unique for improved performance.
				$result[ $font_family ] = array_flip( array_flip( $result[ $font_family ] ) );
			}
			return $result;
		}

		/**
		 * Write the CSS to the filesystem.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the absolute path of the file on success, or false on fail.
		 */
		protected function write_stylesheet() {
			$file_path  = $this->get_local_stylesheet_path();
			$filesystem = $this->get_filesystem();

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the folder doesn't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			// If the file doesn't exist, create it. Return false if it can not be created.
			if ( ! $filesystem->exists( $file_path ) && ! $filesystem->touch( $file_path ) ) {
				return false;
			}

			// If we got this far, we need to write the file.
			// Get the CSS.
			if ( ! $this->css ) {
				$this->get_styles();
			}

			// Put the contents in the file. Return false if that fails.
			if ( ! $filesystem->put_contents( $file_path, $this->css ) ) {
				return false;
			}

			return $file_path;
		}

		/**
		 * Get the stylesheet path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_path() {
			if ( ! $this->local_stylesheet_path ) {
				$this->local_stylesheet_path = $this->get_fonts_folder() . '/' . $this->get_local_stylesheet_filename() . '.css';
			}
			return $this->local_stylesheet_path;
		}

		/**
		 * Get the local stylesheet filename.
		 *
		 * This is a hash, generated from the site-URL, the wp-content path and the URL.
		 * This way we can avoid issues with sites changing their URL, or the wp-content path etc.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_filename() {
			return md5( $this->get_base_url() . $this->get_base_path() . $this->remote_url . $this->font_format );
		}

		/**
		 * Set the font-format to be used.
		 *
		 * @since 1.0.0
		 * @param string $format The format to be used. Use "woff" or "woff2".
		 * @return void
		 */
		public function set_font_format( $format = 'woff2' ) {
			$this->font_format = $format;
		}

		/**
		 * Check if the local stylesheet exists.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function local_file_exists() {
			return ( ! file_exists( $this->get_local_stylesheet_path() ) );
		}

		/**
		 * Get the base path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_path() {
			if ( ! $this->base_path ) {
				/**
				 * Filter for local fonts base path.
				 *
				 * @since   1.0.0
				 */
				$this->base_path = apply_filters( 'colormag_get_local_fonts_base_path', $this->get_filesystem()->wp_content_dir() );
			}
			return $this->base_path;
		}

		/**
		 * Get the base URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_url() {
			if ( ! $this->base_url ) {
				/**
				 * Filter for local fonts base url.
				 *
				 * @since   1.0.0
				 */
				$this->base_url = apply_filters( 'colormag_get_local_fonts_base_url', content_url() );
			}
			return $this->base_url;
		}

		/**
		 * Get the subfolder name.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_subfolder_name() {
			if ( ! $this->subfolder_name ) {
				/**
				 * Filter for local fonts subfolder name.
				 *
				 * @since   1.0.0
				 */
				$this->subfolder_name = apply_filters( 'colormag_get_local_fonts_subfolder_name', 'fonts' );
			}
			return $this->subfolder_name;
		}

		/**
		 * Get the folder for fonts.
		 *
		 * @return string
		 */
		public function get_fonts_folder() {
			if ( ! $this->fonts_folder ) {
				$this->fonts_folder = $this->get_base_path();
				if ( $this->get_subfolder_name() ) {
					$this->fonts_folder .= '/' . $this->get_subfolder_name();
				}
			}
			return $this->fonts_folder;
		}

		/**
		 * Schedule a cleanup.
		 *
		 * Deletes the fonts files on a regular basis.
		 * This way font files will get updated regularly,
		 * and we avoid edge cases where unused files remain in the server.
		 *
		 * @since 1.1.0
		 * @return void
		 */
		public function schedule_cleanup() {
			if ( ! is_multisite() || ( is_multisite() && is_main_site() ) ) {
				if ( ! wp_next_scheduled( 'delete_fonts_folder' ) && ! wp_installing() ) {
					wp_schedule_event( time(), self::CLEANUP_FREQUENCY, 'delete_fonts_folder' );
				}
			}
		}

		/**
		 * Delete the fonts folder.
		 *
		 * This runs as part of a cleanup routine.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function delete_fonts_folder() {
			return $this->get_filesystem()->delete( $this->get_fonts_folder(), true );
		}

		/**
		 * Get the filesystem.
		 *
		 * @since 1.0.0
		 * @return \WP_Filesystem_Base
		 */
		protected function get_filesystem() {
			global $wp_filesystem;

			// If the filesystem has not been instantiated yet, do it here.
			if ( ! $wp_filesystem ) {
				if ( ! function_exists( 'WP_Filesystem' ) ) {
					require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
				}
				WP_Filesystem();
			}
			return $wp_filesystem;
		}

		/**
		 * Get an absolute URL from a relative URL.
		 *
		 * @param string $url The URL.
		 *
		 * @return string
		 */
		protected function get_absolute_path( $url ) {

			// If dealing with a root-relative URL.
			if ( 0 === stripos( $url, '/' ) ) {
				$parsed_url = parse_url( $this->remote_url );
				return $parsed_url['scheme'] . '://' . $parsed_url['hostname'] . $url;
			}

			return $url;
		}
	}
}

if ( ! function_exists( 'colormag_get_webfont_styles' ) ) {
	/**
	 * Get styles for a webfont.
	 *
	 * This will get the CSS from the remote API,
	 * download any fonts it contains,
	 * replace references to remote URLs with locally-downloaded assets,
	 * and finally return the resulting CSS.
	 *
	 * @since 1.0.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_styles( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_styles();
	}
}

if ( ! function_exists( 'colormag_get_webfont_url' ) ) {
	/**
	 * Get a stylesheet URL for a webfont.
	 *
	 * @since 1.1.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_url( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_url();
	}
}
inc/customizer/core/class-colormag-fonts.php000064400000017160151213252660015227 0ustar00<?php
/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 */
class ColorMag_Fonts {

	/**
	 * System Fonts
	 *
	 * @var array
	 */
	public static $system_fonts = array();

	/**
	 * Google Fonts
	 *
	 * @var array
	 */
	public static $google_fonts = array();

	/**
	 * Custom Fonts
	 *
	 * @var array
	 */
	public static $custom_fonts = array();

	/**
	 * Font variants
	 *
	 * @var array
	 */
	public static $font_variants = array();

	/**
	 * Google font subsets
	 *
	 * @var array
	 */
	public static $google_font_subsets = array();

	/**
	 * Get system fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_system_fonts() {

		if ( empty( self::$system_fonts ) ) :

			self::$system_fonts = array(

				'default'                               => array(
					'family' => 'default',
					'label'  => 'Default',
				),
				'Georgia,Times,"Times New Roman",serif' => array(
					'family' => 'Georgia,Times,"Times New Roman",serif',
					'label'  => 'serif',
				),
				'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif' => array(
					'family' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif',
					'label'  => 'sans-serif',
				),
				'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace' => array(
					'family' => 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace',
					'label'  => 'monospace',
				),

			);

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$system_fonts );

	}

	/**
	 * Get Google fonts.
	 * It's array is generated from the google-fonts.json file.
	 *
	 * @return mixed|void
	 */
	public static function get_google_fonts() {

		if ( empty( self::$google_fonts ) ) :

			global $wp_filesystem;

			/**
			 * Filter for google fonts json file.
			 *
			 * @since   1.0.0
			 */
			$google_fonts_file = apply_filters( 'colormag_google_fonts_json_file', dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' );

			if ( ! file_exists( dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' ) ) {
				return array();
			}

			// Require `file.php` file of WordPress to include filesystem check for getting the file contents.
			if ( ! $wp_filesystem ) {
				require_once ABSPATH . '/wp-admin/includes/file.php';
			}

			// Proceed only if the file is readable.
			if ( is_readable( $google_fonts_file ) ) {
				WP_Filesystem();

				$file_contents     = $wp_filesystem->get_contents( $google_fonts_file );
				$google_fonts_json = json_decode( $file_contents, 1 );

				foreach ( $google_fonts_json['items'] as $key => $font ) {

					$google_fonts[ $font['family'] ] = array(
						'family'   => $font['family'],
						'label'    => $font['family'],
						'variants' => $font['variants'],
						'subsets'  => $font['subsets'],
					);

					self::$google_fonts = $google_fonts;

				}
			}

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$google_fonts );

	}

	/**
	 * Get custom fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_custom_fonts() {

		/**
		 * Filter for custom fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_custom_fonts', self::$custom_fonts );

	}

	/**
	 * Get font variants.
	 *
	 * @return mixed|void
	 */
	public static function get_font_variants() {

		if ( empty( self::$font_variants ) ) :

			self::$font_variants = array(
				'100'       => esc_html__( 'Thin 100', 'colormag' ),
				'100italic' => esc_html__( 'Thin 100 Italic', 'colormag' ),
				'200'       => esc_html__( 'Extra-Light 200', 'colormag' ),
				'200italic' => esc_html__( 'Extra-Light 200 Italic', 'colormag' ),
				'300'       => esc_html__( 'Light 300', 'colormag' ),
				'300italic' => esc_html__( 'Light 300 Italic', 'colormag' ),
				'regular'   => esc_html__( 'Regular 400', 'colormag' ),
				'italic'    => esc_html__( 'Regular 400 Italic', 'colormag' ),
				'500'       => esc_html__( 'Medium 500', 'colormag' ),
				'500italic' => esc_html__( 'Medium 500 Italic', 'colormag' ),
				'600'       => esc_html__( 'Semi-Bold 600', 'colormag' ),
				'600italic' => esc_html__( 'Semi-Bold 600 Italic', 'colormag' ),
				'700'       => esc_html__( 'Bold 700', 'colormag' ),
				'700italic' => esc_html__( 'Bold 700 Italic', 'colormag' ),
				'800'       => esc_html__( 'Extra-Bold 800', 'colormag' ),
				'800italic' => esc_html__( 'Extra-Bold 800 Italic', 'colormag' ),
				'900'       => esc_html__( 'Black 900', 'colormag' ),
				'900italic' => esc_html__( 'Black 900 Italic', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$font_variants );

	}

	/**
	 * Get Google font subsets.
	 *
	 * @return mixed|void
	 */
	public static function get_google_font_subsets() {

		if ( empty( self::$google_font_subsets ) ) :

			self::$google_font_subsets = array(
				'arabic'              => esc_html__( 'Arabic', 'colormag' ),
				'bengali'             => esc_html__( 'Bengali', 'colormag' ),
				'chinese-hongkong'    => esc_html__( 'Chinese (Hong Kong)', 'colormag' ),
				'chinese-simplified'  => esc_html__( 'Chinese (Simplified)', 'colormag' ),
				'chinese-traditional' => esc_html__( 'Chinese (Traditional)', 'colormag' ),
				'cyrillic'            => esc_html__( 'Cyrillic', 'colormag' ),
				'cyrillic-ext'        => esc_html__( 'Cyrillic Extended', 'colormag' ),
				'devanagari'          => esc_html__( 'Devanagari', 'colormag' ),
				'greek'               => esc_html__( 'Greek', 'colormag' ),
				'greek-ext'           => esc_html__( 'Greek Extended', 'colormag' ),
				'gujarati'            => esc_html__( 'Gujarati', 'colormag' ),
				'gurmukhi'            => esc_html__( 'Gurmukhi', 'colormag' ),
				'hebrew'              => esc_html__( 'Hebrew', 'colormag' ),
				'japanese'            => esc_html__( 'Japanese', 'colormag' ),
				'kannada'             => esc_html__( 'Kannada', 'colormag' ),
				'khmer'               => esc_html__( 'Khmer', 'colormag' ),
				'korean'              => esc_html__( 'Korean', 'colormag' ),
				'latin'               => esc_html__( 'Latin', 'colormag' ),
				'latin-ext'           => esc_html__( 'Latin Extended', 'colormag' ),
				'malayalam'           => esc_html__( 'Malayalam', 'colormag' ),
				'myanmar'             => esc_html__( 'Myanmar', 'colormag' ),
				'oriya'               => esc_html__( 'Oriya', 'colormag' ),
				'sinhala'             => esc_html__( 'Sinhala', 'colormag' ),
				'tamil'               => esc_html__( 'Tamil', 'colormag' ),
				'telugu'              => esc_html__( 'Telugu', 'colormag' ),
				'thai'                => esc_html__( 'Thai', 'colormag' ),
				'tibetan'             => esc_html__( 'Tibetan', 'colormag' ),
				'vietnamese'          => esc_html__( 'Vietnamese', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$google_font_subsets );

	}

}
inc/customizer/core/custom-controls/date/date.js000064400000001375151213252660016025 0ustar00(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );
inc/customizer/core/custom-controls/date/class-colormag-date-control.php000064400000003623151213252660022560 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the date control.
 *
 * Class ColorMag_Date_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the date customize control.
 *
 * Class ColorMag_Date_Control
 */
class ColorMag_Date_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-date';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['value']       = $this->value();
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label>
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
			<div class="customize-control-content">
				<input class="datepicker" type="text" name="_customize-date-{{ data.id }}" value="{{ data.value }}" placeholder="<?php esc_attr_e( 'Select Date', 'colormag' ); ?>" readonly/>
			</div>
		</label>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/custom/class-colormag-custom-control.php000064400000005047151213252660023554 0ustar00<?php
/**
 * Extend WP_Customize_Control to add custom control.
 *
 * Class ColorMag_Custom_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add custom customize control.
 *
 * Class ColorMag_Custom_Control
 */
class ColorMag_Custom_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-custom';

	/**
	 * Custom information for this control.
	 *
	 * @var string
	 */
	public $info = '';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $links = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['info']  = $this->info;
		$this->json['links'] = $this->links;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<# if ( data.info ) { #>
		<div class="colormag-custom-info">
			{{{ data.info }}}
		</div>
		<# } #>

		<# if ( data.links ) { #>
		<ul class="colormag-custom-links">
			<# _.each( data.links, function( links, id ) { #>
			<li><a href="{{{ links.url }}}" target="_blank">{{{ links.text }}}</a></li>
			<# } ) #>
		</ul>
		<# } #>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/editor/class-colormag-editor-control.php000064400000004026151213252660023500 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the editor control.
 *
 * Class ColorMag_Editor_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the editor customize control.
 *
 * Class ColorMag_Editor_Control
 */
class ColorMag_Editor_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-editor';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<textarea id="editor_{{{ data.id }}}" {{{ data.link }}}>{{ data.value }}</textarea>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/editor/editor.js000064400000001510151213252660016736 0ustar00/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);
inc/customizer/core/custom-controls/toggle/class-colormag-toggle-control.php000064400000005316151213252660023471 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the switch toggle control.
 *
 * Class ColorMag_Toggle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the switch toggle customize control.
 *
 * Class ColorMag_Toggle_Control
 */
class ColorMag_Toggle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-toggle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

        <label for="toggle_{{ data.id }}">
            <div class="colormag-toggle">
			<div class="customizer-text">
				<# if ( data.label ) { #>
                    <span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class=" colormag-toggle-input <# if ( data.description ) { #>toggle-description<# } #>"
			>
				<input {{{ data.inputAttrs }}}
					   class="switch-toggle"
					   type="checkbox"
					   value="{{ data.value }}"
					   name="_customize-toggle-{{ data.id }}"
					   id="toggle_{{ data.id }}"
					   {{{ data.link }}}
				<# if ( data.value === true ) { #> checked="checked"<# } #>
				>

				<span class="switch"></span>
			</div>
		</div>
        </label>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/toggle/toggle.js000064400000001042151213252660016724 0ustar00/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);
inc/customizer/core/custom-controls/support/class-colormag-support-control.php000064400000005112151213252660024151 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Support_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Support_Control
 */
class ColorMag_Support_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-guide';
	public $doc = '';
	public $youtube = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'label' ]   = esc_html( $this->label );
		$this->json[ 'doc' ]     = esc_url( $this->doc );
		$this->json[ 'youtube' ] = esc_url( $this->youtube );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-guide-wrapper">

			<div class="guide-wrapper">
                <# if ( data.label ) { #>
				<span class="customize-control-label">
					{{{ data.label }}}
				</span>
                <# } #>
                <# if ( data.doc ) { #>
                <span class="doc-url">
					<a href=  " {{{data.doc}}} "   target="_blank">Doc</a>
				</span>
                <# } #>
                <# if ( data.youtube ) { #>
                <span class="youtube-url">
					<a href=  " {{{data.youtube}}} "   target="_blank">
                        <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
                          <path d="M21.58 7.17a2.51 2.51 0 0 0-1.77-1.78C18.25 5 12 5 12 5s-6.25 0-7.81.42a2.51 2.51 0 0 0-1.77 1.75A26.19 26.19 0 0 0 2 12a26.28 26.28 0 0 0 .42 4.85 2.47 2.47 0 0 0 1.77 1.75C5.75 19 12 19 12 19s6.25 0 7.81-.42a2.47 2.47 0 0 0 1.77-1.75A26.28 26.28 0 0 0 22 12a26.19 26.19 0 0 0-.42-4.83ZM10 15V9l5.23 3L10 15Z"/>
                        </svg>
                    </a>
				</span>
                <# } #>
			</div>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/buttonset/buttonset.js000064400000000701151213252670020242 0ustar00/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/customizer/core/custom-controls/buttonset/class-colormag-buttonset-control.php000064400000005365151213252670025012 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the radio buttonset control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio buttonset customize control.
 *
 * Class ColorMag_Buttonset_Control
 */
class ColorMag_Buttonset_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-buttonset';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['choices'] = $this->choices;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="buttonset">
			<# for ( key in data.choices ) { #>
			<div class="buttonset-inner">
				<input {{{ data.inputAttrs }}}
					   class="input-buttonset"
					   type="radio"
					   value="{{ key }}"
					   name="_customize-radio-{{ data.id }}"
					   id="{{ data.id }}{{ key }}"
					   {{{ data.link }}}
				<# if ( data.value === key ) { #> checked="checked"<# } #>
				>

				<label for="{{ data.id }}{{ key }}" class="colormag-buttonset">
					{{{ data.choices[ key ] }}}
				</label>
			</div>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/slider/slider.js000064400000015267151213252670016745 0ustar00/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );
inc/customizer/core/custom-controls/slider/class-colormag-slider-control.php000064400000012642151213252670023474 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the slider control.
 *
 * Class ColorMag_Slider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the slider customize control.
 *
 * Class ColorMag_Slider_Control
 */
class ColorMag_Slider_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-slider';

	/**
	 * Suffix for slider.
	 *
	 * @var string
	 */
	public $suffix = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'suffix' ] = $this->suffix;

		$slider_attribute = $this->input_attrs;

		$slider_unit      = isset( $this->value()['unit'] ) ? $this->value()['unit'] : array_keys( $slider_attribute )[0];

		$this->json['input_attrs'] = array_merge(
			$this->input_attrs,
			array(
				'attributes'        => $slider_attribute[ $slider_unit ],
				'attributes_config' => $slider_attribute,
			)
		);

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>
        <div class="slider-label">
            <# if ( data.label ) { #>
            <div class="slider-label-unit-wrapper">
                <div class="customizer-text">
                    <div class="label-switcher-wrapper">
                        <span class="customize-control-label">{{{ data.label }}}</span>
                    </div>
                    <div class="unit-wrapper">
                        <div class="input-wrapper">
                            <select class="slider-unit" name="unit" value="" <# if(_.size(data.suffix) === 1) { #> disabled <# } #>>
                                <# _.each(data.suffix, function( suffix ) {  #>
                                <option value="{{ suffix }}"
                                <# if ( data.value[ 'unit' ] == suffix ) { #> Selected <# } #> >{{suffix}}
                                </option>
                                <# }) #>
                            </select>
                            <div class="colormag-slider-reset">
                                <span class="dashicons dashicons-image-rotate"
                                      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <# } #>

            <div class="wrapper">
                <div class="control slider-wrapper">
                    <span class="colormag-warning" ></span>
                    <div class="range">
                        <input
                               type="range"
                               value="{{ data.value[ 'size' ] }}"
                               data-reset_value="{{ data.default[ 'size' ] }}"
                               data-reset_unit="{{ data.default[ 'unit' ] }}"
                               min="{{{ data.input_attrs.attributes['min'] }}}"
                               max="{{{ data.input_attrs.attributes['max'] }}}"
                               step="{{{ data.input_attrs.attributes['step'] }}}"
                               class="colormag-progress"
                        />
                    </div>
                    <div class="size colormag-range-value">
                        <div class="input-wrapper">
                            <input type="number" data-name="{{ data.name }}"
                                   min="{{{ data.input_attrs.attributes['min'] }}}"
                                   max="{{{ data.input_attrs.attributes['max'] }}}"
                                   step="{{{ data.input_attrs.attributes['step'] }}}"
                            <# if ( data.value['size'] ) { #>
                            value="{{ data.value['size'] }}"
                            <# } else { #>
                            value="{{ data.default['size'] }}"
                            <# } #>
                            />
                        </div>
                    </div>
                </div>

                <input class="slider-hidden-value"
                       value="{{ JSON.stringify( data.value ) }}"
                       type="hidden" {{{ data.link }}}
                >

            </div>
        </div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
inc/customizer/core/custom-controls/upgrade/class-colormag-upgrade-control.php000064400000003006151213252670024000 0ustar00<?php
/**
 * Customize Upgrade control class.
 *
 * @package colormag
 *
 * @since   1.4.6
 * @see     WP_Customize_Control
 */

/**
 * Class ColorMag_Customize_Heading_Control
 */
class ColorMag_Upgrade_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Customize control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upgrade';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $url = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['url'] = esc_url( $this->url );

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>
			<div class="colormag-upgrade">
				<div class="colormag-detail">
					<p class="description upgrade-description">{{{ data.description }}}</p>

					<span>
						<a href="{{{data.url}}}" class="button button-primary" target="_blank">
							{{ data.label }}
						</a>
					</span>
				</div>
			</div>
		<?php
	}

	/**
	 * Render content is still called, so be sure to override it with an empty function in your subclass as well.
	 */
	protected function render_content() {

	}

}
inc/customizer/core/custom-controls/subtitle/class-colormag-subtitle-control.php000064400000003016151213252670024411 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Subtitle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * TODO        @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Subtitle_Control
 */
class ColorMag_Subtitle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-subtitle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label'] = esc_html( $this->label );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-subtitle-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-subtitle">{{{ data.label }}}</span>
				<# } #>
			</div>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/hidden/class-colormag-hidden-control.php000064400000003472151213252670023417 0ustar00<?php
/**
 * Extend WP_Customize_Control to include hidden control.
 *
 * Class ColorMag_Hidden_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the hidden customize control.
 *
 * Class ColorMag_Hidden_Control
 */
class ColorMag_Hidden_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-hidden';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<input type='hidden'
			   class='hidden-field-{{ data.settings.default }}'
			   data-name='{{ data.settings.default }}'
			   value='{{ data.value }}'
		>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/class-colormag-customize-base-additional-control.php000064400000005123151213252670025764 0ustar00<?php
/**
 * ColorMag customizer base additional control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Additional_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class ColorMag_Customize_Base_Additional_Control
 */
class ColorMag_Customize_Base_Additional_Control extends WP_Customize_Control {

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// SelectWoo CSS library file.
		wp_enqueue_style(
			'selectWoo',
			$this->get_assets_url() . '/assets/css/selectWoo' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);

		wp_enqueue_style(
			'jquery-ui',
			$this->get_assets_url() . '/assets/css/jquery-ui/jquery-ui' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'jquery-ui', 'rtl', 'replace' );

		// Main CSS file.
		wp_enqueue_style(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/css/customize-controls' . $suffix . '.css',
			array( 'wp-color-picker' ),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-customize-controls', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// SelectWoo JS library file.
		wp_enqueue_script(
			'selectWoo',
			$this->get_assets_url() . '/assets/js/selectWoo' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// WP Color Picker Alpha JS library file.
		wp_enqueue_script(
			'wp-color-picker-alpha',
			$this->get_assets_url() . '/assets/js/wp-color-picker-alpha' . $suffix . '.js',
			array(
				'wp-color-picker',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Main JS file.
		wp_enqueue_script(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/js/customize-controls' . $suffix . '.js',
			array(
				'jquery',
				'jquery-ui-datepicker',
				'wp-tinymce',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}
inc/customizer/core/custom-controls/fontawesome/class-colormag-fontawesome-control.php000064400000005432151213252670025605 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the fontawesome control.
 *
 * Class ColorMag_Fontawesome_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the fontawesome customize control.
 *
 * Class ColorMag_Fontawesome_Control
 */
class ColorMag_Fontawesome_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-fontawesome';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Filter for fontawesome source.
		 *
		 * @since   1.0.0
		 */
		wp_enqueue_style( 'font-awesome', get_template_directory_uri() . apply_filters( 'colormag_fontawesome_src', '/font-awesome/css/font-awesome' ) . $suffix . '.css', false, '4.7.0' );

		// Get choices.
		$fontawesome_array = $this->choices;

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlFontawesome' . $this->id,
			$fontawesome_array
		);
	}

		/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['choices']     = $this->choices;
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['inputAttrs']  = '';

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label for="_colormag-fontawesome-{{{ data.id }}}">
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
		</label>
		<div class="colormag-fontawesome-wrapper">
			<select {{{ data.inputAttrs }}}  id="_colormag-fontawesome-{{{ data.id }}}"></select>
		</div> <!-- /.colormag-fontawesome-wrapper -->
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}
}
inc/customizer/core/custom-controls/fontawesome/fontawesome.js000064400000003024151213252670021043 0ustar00/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );
inc/customizer/core/custom-controls/heading/class-colormag-heading-control.php000064400000003401151213252670023717 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the heading control.
 *
 * Class ColorMag_Heading_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the heading customize control.
 *
 * Class ColorMag_Heading_Control
 */
class ColorMag_Heading_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-heading';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-heading-wrapper">
			<label class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-title wp-ui-text-highlight">{{{ data.label }}}</span>
				<# } #>
				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</label>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
customizer/core/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.php000064400000005545151213252670030613 0ustar00inc<?php
/**
 * Extend WP_Customize_Control to add dropdown categories control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add dropdown categories customize control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 */
class ColorMag_Dropdown_Categories_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dropdown-categories';

	/**
	 * Dropdown categories array for this control.
	 *
	 * @var array
	 */
	public $dropdown = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$dropdown = wp_dropdown_categories(
			array(
				'echo'              => false,
				'name'              => '_customize-dropdown-categories-' . esc_attr( $this->id ),
				'show_option_none'  => ' ',
				'option_none_value' => '-1',
				'selected'          => esc_attr( $this->value() ),
			)
		);

		// Add in the data link parameter for dropdown categories.
		$dropdown = str_replace( '<select', '<select ' . $this->get_link(), $dropdown );

		$this->json['dropdown'] = $dropdown;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">
			{{{ data.dropdown }}}
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/dropdown-categories/dropdown-categories.js000064400000000745151213252670024132 0ustar00/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/customizer/core/custom-controls/color/color.js000064400000002157151213252670016427 0ustar00/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );
inc/customizer/core/custom-controls/color/class-colormag-color-control.php000064400000006106151213252670023162 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the color control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the color customize control.
 *
 * Class ColorMag_Color_Control
 */
class ColorMag_Color_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-color';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {
		parent::enqueue();

		/**
		 * Color picker strings from WordPress.
		 *
		 * Added since WordPress 5.5 has removed them causing alpha color not appearing issue.
		 */
		if ( version_compare( $GLOBALS['wp_version'], '5.5', '>=' ) ) {
			wp_localize_script(
				'wp-color-picker',
				'wpColorPickerL10n',
				array(
					'clear'            => esc_html__( 'Clear', 'colormag' ),
					'clearAriaLabel'   => esc_html__( 'Clear color', 'colormag' ),
					'defaultString'    => esc_html__( 'Default', 'colormag' ),
					'defaultAriaLabel' => esc_html__( 'Select default color', 'colormag' ),
					'pick'             => esc_html__( 'Select Color', 'colormag' ),
					'defaultLabel'     => esc_html__( 'Color value', 'colormag' ),
				)
			);
		}
	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customizer-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class="customize-control-content">
				<input class="colormag-color-picker-alpha color-picker-hex"
						type="text"
						data-alpha-enabled="true"
						data-default-color="{{ data.default }}"
						value="{{ data.value }}"
				/>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/sortable/class-colormag-sortable-control.php000064400000011772151213252670024361 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the sortable control.
 *
 * Class ColorMag_Sortable_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the sortable customize control.
 *
 * Class ColorMag_Sortable_Control
 */
class ColorMag_Sortable_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-sortable';
	public $unsortable = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{
		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ]       = $this->value();
		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = array();
		$this->json[ 'unsortable' ]  = array();
		$this->json[ 'inputAttrs' ]  = '';

		foreach ( $this->choices as $key => $value ) {
			if ( in_array( $key, $this->unsortable, true ) ) {
				continue;
			}

			$this->json[ 'choices' ][ $key ] = $value;
		}

		foreach ( $this->unsortable as $item ) {
			if ( in_array( $item, array_keys( $this->choices ), true ) ) {
				$this->json[ 'unsortable' ][ $item ] = $this->choices[ $item ];
			}
		}

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see    WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>

        <div class="customizer-text">
            <# if ( data.label ) { #>
            <span class="customize-control-label">{{{ data.label }}}</span>
            <# } #>

            <# if ( data.description ) { #>
            <span class="description customize-control-description">{{{ data.description }}}</span>
            <# } #>
        </div>

        <ul class="unsortable">
            <# _.each( data.unsortable, function( choiceLabel, choiceID ) { #>
            <# if( _.contains( data.value, choiceID) ){ #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# }else { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>

            <# } ); #>
        </ul>

        <ul class="sortable">
            <# _.each( data.value, function( choiceID ) { #>
            <# if ( data.choices[ choiceID ] ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                    <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>

            <# _.each( data.choices, function( choiceLabel, choiceID ) { #>
            <# if ( Array.isArray(data.value) && -1 === data.value.indexOf( choiceID ) ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                 <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                 <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>

                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>
        </ul>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
inc/customizer/core/custom-controls/sortable/sortable.js000064400000003752151213252670017623 0ustar00/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );
inc/customizer/core/custom-controls/typography/typography.js000064400000067705151213252670020621 0ustar00/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
inc/customizer/core/custom-controls/typography/google-fonts.json000064400005560042151213252670021350 0ustar00{
  "kind": "webfonts#webfontList",
  "items": [
    {
      "family": "ABeeZee",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6tKukbcHCpE.ttf",
        "italic": "https://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tOklQ.ttf"
    },
    {
      "family": "ADLaM Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZECsHYkYBPY3o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsDSlQ.ttf"
    },
    {
      "family": "AR One Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9DW03no5mBF4.ttf",
        "500": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWk39DW03no5mBF4.ttf",
        "600": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWqH6DW03no5mBF4.ttf",
        "700": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWpj6DW03no5mBF4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9PWw9mg.ttf"
    },
    {
      "family": "Abel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE2VlBOA.ttf"
    },
    {
      "family": "Abhaya Libre",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v17",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf",
        "500": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf",
        "600": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf",
        "700": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf",
        "800": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEQeknS.ttf"
    },
    {
      "family": "Aboreto",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKTeA2yuxSY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8bpKXUBw.ttf"
    },
    {
      "family": "Abril Fatface",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchq-FmiA.ttf"
    },
    {
      "family": "Abyssinica SIL",
      "variants": [
        "regular"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abyssinicasil/v5/oY1H8ezOqK7iI3rK_45WKoc8J6UZBFOVAXuI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abyssinicasil/v5/oY1H8ezOqK7iI3rK_45WKoc8J5UYDlc.ttf"
    },
    {
      "family": "Aclonica",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aclonica/v22/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aclonica/v22/K2FyfZJVlfNNSEBXGY7SAoo.ttf"
    },
    {
      "family": "Acme",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_bx3Lb23lzLk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_XxzBaw.ttf"
    },
    {
      "family": "Actor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0elVSw.ttf"
    },
    {
      "family": "Adamina",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwi-vUFQ.ttf"
    },
    {
      "family": "Advent Pro",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2024-02-16",
      "files": {
        "100": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyJPTJoonw1aBA.ttf",
        "200": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyNPTJoonw1aBA.ttf",
        "300": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLHSNPTJoonw1aBA.ttf",
        "regular": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyNPTJoonw1aBA.ttf",
        "500": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLcSNPTJoonw1aBA.ttf",
        "600": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLnSRPTJoonw1aBA.ttf",
        "700": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLpCRPTJoonw1aBA.ttf",
        "800": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyRPTJoonw1aBA.ttf",
        "900": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpL6iRPTJoonw1aBA.ttf",
        "100italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnDpAsvQhKBH4C.ttf",
        "200italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnD5AsvQhKBH4C.ttf",
        "300italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2D5D5AsvQhKBH4C.ttf",
        "italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnD5AsvQhKBH4C.ttf",
        "500italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CVD5AsvQhKBH4C.ttf",
        "600italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2B5CJAsvQhKBH4C.ttf",
        "700italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2BACJAsvQhKBH4C.ttf",
        "800italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnCJAsvQhKBH4C.ttf",
        "900italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AOCJAsvQhKBH4C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyN_TZAs.ttf"
    },
    {
      "family": "Afacad",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmA08mCgdfM.ttf",
        "500": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfiftWmA08mCgdfM.ttf",
        "600": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfsvqWmA08mCgdfM.ttf",
        "700": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfvLqWmA08mCgdfM.ttf",
        "italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92usiM-9kKlZfNfuw.ttf",
        "500italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ugCM-9kKlZfNfuw.ttf",
        "600italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ubCQ-9kKlZfNfuw.ttf",
        "700italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92uVSQ-9kKlZfNfuw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtamE-9g.ttf"
    },
    {
      "family": "Agbalumo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2024-02-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMFirl08KDJ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZfMEgL0.ttf"
    },
    {
      "family": "Agdasima",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/agdasima/v4/PN_zRfyxp2f1fUCgAMg6rzjb_-Da.ttf",
        "700": "https://fonts.gstatic.com/s/agdasima/v4/PN_0Rfyxp2f1fUCgAPCGgBzT1PzTz2Mi.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/agdasima/v4/PN_zRfyxp2f1fUCgAPg7pTw.ttf"
    },
    {
      "family": "Aguafina Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aguafinascript/v22/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aguafinascript/v22/If2QXTv_ZzSxGIO30LemWEOmt1b3q8Qt.ttf"
    },
    {
      "family": "Akatab",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tifinagh"
      ],
      "version": "v7",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akatab/v7/VuJwdNrK3Z7gqJEPWIz5NIh-YA.ttf",
        "500": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3rKXdPKNiaRpFvg.ttf",
        "600": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3gKLdPKNiaRpFvg.ttf",
        "700": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE35KPdPKNiaRpFvg.ttf",
        "800": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3-KDdPKNiaRpFvg.ttf",
        "900": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE33KHdPKNiaRpFvg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akatab/v7/VuJwdNrK3Z7gqJE_WYb9.ttf"
    },
    {
      "family": "Akaya Kanadaka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-PfRS5VBBSSF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-MfQQZE.ttf"
    },
    {
      "family": "Akaya Telivigala",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uifdLdsIH0YH8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uiTdPXtA.ttf"
    },
    {
      "family": "Akronim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRpygF7lA.ttf"
    },
    {
      "family": "Akshar",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9CY94XsnPc.ttf",
        "regular": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9CY94XsnPc.ttf",
        "500": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9CY94XsnPc.ttf",
        "600": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9CY94XsnPc.ttf",
        "700": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9CY94XsnPc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYF-9GS8w.ttf"
    },
    {
      "family": "Aladin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aladin/v24/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aladin/v24/ZgNSjPJFPrvJV5fF6C38.ttf"
    },
    {
      "family": "Alata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIofe6xKcRQEOX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIoce7zqM.ttf"
    },
    {
      "family": "Alatsi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alatsi/v11/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alatsi/v11/TK3iWkUJAxQ2nLN2Hz8D.ttf"
    },
    {
      "family": "Albert Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_rI32TxAj1g.ttf",
        "200": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_rI32TxAj1g.ttf",
        "300": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_rI32TxAj1g.ttf",
        "regular": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rI32TxAj1g.ttf",
        "500": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_rI32TxAj1g.ttf",
        "600": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf",
        "700": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_rI32TxAj1g.ttf",
        "800": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_rI32TxAj1g.ttf",
        "900": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_rI32TxAj1g.ttf",
        "100italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7ofybRUz1r5t.ttf",
        "200italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74fybRUz1r5t.ttf",
        "300italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74fybRUz1r5t.ttf",
        "italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74fybRUz1r5t.ttf",
        "500italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74fybRUz1r5t.ttf",
        "600italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf",
        "700italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf",
        "800italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf",
        "900italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6IfybRUz1r5t.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5PPrYfy.ttf"
    },
    {
      "family": "Aldrich",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVaEY2g.ttf"
    },
    {
      "family": "Alef",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgrjJbC5FxxbU.ttf",
        "700": "https://fonts.gstatic.com/s/alef/v21/FeVQS0NQpLYglo50L5la2bxii28.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgnjNRDw.ttf"
    },
    {
      "family": "Alegreya",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf",
        "500": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI_KCisSGVrw.ttf",
        "600": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII_KCisSGVrw.ttf",
        "700": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII_KCisSGVrw.ttf",
        "800": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII_KCisSGVrw.ttf",
        "900": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII_KCisSGVrw.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qmkySFr9V9.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qmkySFr9V9.ttf",
        "600italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqmkySFr9V9.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqmkySFr9V9.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqmkySFr9V9.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqmkySFr9V9.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hU4_aqm.ttf"
    },
    {
      "family": "Alegreya SC",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-Z6p2ZU.ttf"
    },
    {
      "family": "Alegreya Sans",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-12-08",
      "files": {
        "100": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf",
        "100italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf",
        "300": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf",
        "300italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf",
        "regular": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUz9_-1phKLFgshYDvh6Vwt7VxtuA.ttf"
    },
    {
      "family": "Alegreya Sans SC",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2022-12-08",
      "files": {
        "100": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf",
        "100italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf",
        "300": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf",
        "300italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf",
        "regular": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bk9l8g.ttf"
    },
    {
      "family": "Aleo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3G2P9HI4qCBtJ.ttf",
        "200": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3GmP9HI4qCBtJ.ttf",
        "300": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KIpGmP9HI4qCBtJ.ttf",
        "regular": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GmP9HI4qCBtJ.ttf",
        "500": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJFGmP9HI4qCBtJ.ttf",
        "600": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKpHWP9HI4qCBtJ.ttf",
        "700": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKQHWP9HI4qCBtJ.ttf",
        "800": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3HWP9HI4qCBtJ.ttf",
        "900": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KLeHWP9HI4qCBtJ.ttf",
        "100italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu_FooIDQtJbok.ttf",
        "200italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu-FooIDQtJbok.ttf",
        "300italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WdW-FooIDQtJbok.ttf",
        "italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu-FooIDQtJbok.ttf",
        "500italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_Wbm-FooIDQtJbok.ttf",
        "600italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WVW5FooIDQtJbok.ttf",
        "700italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WWy5FooIDQtJbok.ttf",
        "800italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu5FooIDQtJbok.ttf",
        "900italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WSK5FooIDQtJbok.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GlP8Foo.ttf"
    },
    {
      "family": "Alex Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EhUPz6A.ttf"
    },
    {
      "family": "Alexandria",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf",
        "200": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf",
        "300": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf",
        "regular": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf",
        "500": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf",
        "600": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf",
        "700": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf",
        "800": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf",
        "900": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TpbGFps.ttf"
    },
    {
      "family": "Alfa Slab One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alfaslabone/v19/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alfaslabone/v19/6NUQ8FmMKwSEKjnm5-4v-4Jh2dRhfg.ttf"
    },
    {
      "family": "Alice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcJpA_chzJ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcIrgs.ttf"
    },
    {
      "family": "Alike",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v21",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoHjAQ5E.ttf"
    },
    {
      "family": "Alike Angular",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v25",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alikeangular/v25/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alikeangular/v25/3qTrojWunjGQtEBlIcwMbSoI7kIwaA.ttf"
    },
    {
      "family": "Alkalami",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi5eLw8BMuvhH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi6eKycQ.ttf"
    },
    {
      "family": "Alkatra",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "devanagari",
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v3",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medzngmu7cPrNDVemxE.ttf",
        "500": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedzngUu7cPrNDVemxE.ttf",
        "600": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medznj4vLcPrNDVemxE.ttf",
        "700": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedznjBvLcPrNDVemxE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medzngmu4cOptQ.ttf"
    },
    {
      "family": "Allan",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allan/v24/ea8XadU7WuTxEtb2P9SF8nZE.ttf",
        "700": "https://fonts.gstatic.com/s/allan/v24/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allan/v24/ea8XadU7WuTxEub3NdA.ttf"
    },
    {
      "family": "Allerta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940YnAXTQ.ttf"
    },
    {
      "family": "Allerta Stencil",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOe1-jbz.ttf"
    },
    {
      "family": "Allison",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allison/v11/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allison/v11/X7nl4b88AP2nkbvZCCea5A.ttf"
    },
    {
      "family": "Allura",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allura/v21/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allura/v21/9oRPNYsQpS4zjuA_jQgT.ttf"
    },
    {
      "family": "Almarai",
      "variants": [
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "arabic"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf",
        "regular": "https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnc1qPonC3vqc.ttf",
        "700": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf",
        "800": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnQ1uFpg.ttf"
    },
    {
      "family": "Almendra",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendra/v26/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf",
        "italic": "https://fonts.gstatic.com/s/almendra/v26/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf",
        "700": "https://fonts.gstatic.com/s/almendra/v26/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf",
        "700italic": "https://fonts.gstatic.com/s/almendra/v26/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendra/v26/H4ckBXKAlMnTn0CskxY7yLs.ttf"
    },
    {
      "family": "Almendra Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendradisplay/v31/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendradisplay/v31/0FlPVOGWl1Sb4O3tETtADHRRlZhzbS7USw.ttf"
    },
    {
      "family": "Almendra SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendrasc/v29/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendrasc/v29/Iure6Yx284eebowr7hbyTaZIrLE.ttf"
    },
    {
      "family": "Alumni Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QqFsJ3C8qng.ttf",
        "200": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QqFsJ3C8qng.ttf",
        "300": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QqFsJ3C8qng.ttf",
        "regular": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf",
        "500": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QqFsJ3C8qng.ttf",
        "600": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQqFsJ3C8qng.ttf",
        "700": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQqFsJ3C8qng.ttf",
        "800": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQqFsJ3C8qng.ttf",
        "900": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQqFsJ3C8qng.ttf",
        "100italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEN_io6npfB.ttf",
        "200italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EN_io6npfB.ttf",
        "300italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EN_io6npfB.ttf",
        "500italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EN_io6npfB.ttf",
        "600italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf",
        "700italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf",
        "800italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf",
        "900italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9gqVEN.ttf"
    },
    {
      "family": "Alumni Sans Collegiate One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjytxntaDFU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdbwjw.ttf"
    },
    {
      "family": "Alumni Sans Inline One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITdpz0fYxcrQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ETdg.ttf"
    },
    {
      "family": "Alumni Sans Pinstripe",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Mh8XQ5_cY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObheDY79M.ttf"
    },
    {
      "family": "Amarante",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bp-2AX4.ttf"
    },
    {
      "family": "Amaranth",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnCF9GqwnzW.ttf",
        "italic": "https://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf",
        "700": "https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf",
        "700italic": "https://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnDHdU.ttf"
    },
    {
      "family": "Amatic SC",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf",
        "700": "https://fonts.gstatic.com/s/amaticsc/v26/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vOEDOSa.ttf"
    },
    {
      "family": "Amethysta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfW4GT-G.ttf"
    },
    {
      "family": "Amiko",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04tqlc17MMZgJ.ttf",
        "600": "https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf",
        "700": "https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04uqkeVo.ttf"
    },
    {
      "family": "Amiri",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-01-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHqUpvrIw74NL.ttf",
        "italic": "https://fonts.gstatic.com/s/amiri/v27/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf",
        "700": "https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf",
        "700italic": "https://fonts.gstatic.com/s/amiri/v27/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHpUotLY.ttf"
    },
    {
      "family": "Amiri Quran",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiriquran/v14/_Xmo-Hk0rD6DbUL4_vH8Zq5t7Cycsu-2.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiriquran/v14/_Xmo-Hk0rD6DbUL4_vH8Zp5s5ig.ttf"
    },
    {
      "family": "Amita",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amita/v18/HhyaU5si9Om7PQlvAfSKEZZL.ttf",
        "700": "https://fonts.gstatic.com/s/amita/v18/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amita/v18/HhyaU5si9Om7PTluC_A.ttf"
    },
    {
      "family": "Anaheim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G0UTUEE5eK_w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G4UXeFA.ttf"
    },
    {
      "family": "Andada Pro",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf",
        "500": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8cFLzvIt2S.ttf",
        "600": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8cFLzvIt2S.ttf",
        "700": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8cFLzvIt2S.ttf",
        "800": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8cFLzvIt2S.ttf",
        "italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHrjNJ82Stjw.ttf",
        "500italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHrjNJ82Stjw.ttf",
        "600italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHrjNJ82Stjw.ttf",
        "700italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHrjNJ82Stjw.ttf",
        "800italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHrjNJ82Stjw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBb8dHrg.ttf"
    },
    {
      "family": "Andika",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/andika/v25/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf",
        "italic": "https://fonts.gstatic.com/s/andika/v25/mem9Ya6iyW-Lwqgwb7YVeLkWVNBt.ttf",
        "700": "https://fonts.gstatic.com/s/andika/v25/mem8Ya6iyW-Lwqg40ZM1UpcaXcl0Aw.ttf",
        "700italic": "https://fonts.gstatic.com/s/andika/v25/mem6Ya6iyW-Lwqgwb46pV50ef8xkA76a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/andika/v25/mem_Ya6iyW-LwqgwbLYV.ttf"
    },
    {
      "family": "Anek Bangla",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIocg56yyvt0.ttf",
        "200": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIocg56yyvt0.ttf",
        "300": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIocg56yyvt0.ttf",
        "regular": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIocg56yyvt0.ttf",
        "500": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIocg56yyvt0.ttf",
        "600": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIocg56yyvt0.ttf",
        "700": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIocg56yyvt0.ttf",
        "800": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIocg56yyvt0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZEoYq4w.ttf"
    },
    {
      "family": "Anek Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9nFk0LjZ7E.ttf",
        "200": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9nFk0LjZ7E.ttf",
        "300": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9nFk0LjZ7E.ttf",
        "regular": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9nFk0LjZ7E.ttf",
        "500": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9nFk0LjZ7E.ttf",
        "600": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9nFk0LjZ7E.ttf",
        "700": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9nFk0LjZ7E.ttf",
        "800": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9nFk0LjZ7E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtkt9mHEk.ttf"
    },
    {
      "family": "Anek Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7w0KgB7Lm7g.ttf",
        "200": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7w0KgB7Lm7g.ttf",
        "300": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7w0KgB7Lm7g.ttf",
        "regular": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7w0KgB7Lm7g.ttf",
        "500": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7w0KgB7Lm7g.ttf",
        "600": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7w0KgB7Lm7g.ttf",
        "700": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7w0KgB7Lm7g.ttf",
        "800": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7w0KgB7Lm7g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5CLwkik.ttf"
    },
    {
      "family": "Anek Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppXK41H6DjbA.ttf",
        "200": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpXK41H6DjbA.ttf",
        "300": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpXK41H6DjbA.ttf",
        "regular": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpXK41H6DjbA.ttf",
        "500": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpXK41H6DjbA.ttf",
        "600": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpXK41H6DjbA.ttf",
        "700": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpXK41H6DjbA.ttf",
        "800": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpXK41H6DjbA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tZXaQx.ttf"
    },
    {
      "family": "Anek Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAukVReA1oef.ttf",
        "200": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQukVReA1oef.ttf",
        "300": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQukVReA1oef.ttf",
        "regular": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQukVReA1oef.ttf",
        "500": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQukVReA1oef.ttf",
        "600": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFgukVReA1oef.ttf",
        "700": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFgukVReA1oef.ttf",
        "800": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFgukVReA1oef.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDETulXxM.ttf"
    },
    {
      "family": "Anek Latin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZKdClWL3kgw.ttf",
        "200": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZKdClWL3kgw.ttf",
        "300": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZKdClWL3kgw.ttf",
        "regular": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf",
        "500": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZKdClWL3kgw.ttf",
        "600": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZKdClWL3kgw.ttf",
        "700": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZKdClWL3kgw.ttf",
        "800": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZKdClWL3kgw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7ApKNqh.ttf"
    },
    {
      "family": "Anek Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v6",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HMr5PDO71Qs.ttf",
        "200": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HMr5PDO71Qs.ttf",
        "300": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HMr5PDO71Qs.ttf",
        "regular": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HMr5PDO71Qs.ttf",
        "500": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HMr5PDO71Qs.ttf",
        "600": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HMr5PDO71Qs.ttf",
        "700": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HMr5PDO71Qs.ttf",
        "800": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HMr5PDO71Qs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-LMvzOA.ttf"
    },
    {
      "family": "Anek Odia",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v6",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63mXZAtm_es.ttf",
        "200": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3mXZAtm_es.ttf",
        "300": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3mXZAtm_es.ttf",
        "regular": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3mXZAtm_es.ttf",
        "500": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3mXZAtm_es.ttf",
        "600": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3mXZAtm_es.ttf",
        "700": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3mXZAtm_es.ttf",
        "800": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3mXZAtm_es.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfp3nV5Q.ttf"
    },
    {
      "family": "Anek Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6q4v4oegjOQ.ttf",
        "200": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6q4v4oegjOQ.ttf",
        "300": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6q4v4oegjOQ.ttf",
        "regular": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6q4v4oegjOQ.ttf",
        "500": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6q4v4oegjOQ.ttf",
        "600": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6q4v4oegjOQ.ttf",
        "700": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6q4v4oegjOQ.ttf",
        "800": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6q4v4oegjOQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQidKqoH8.ttf"
    },
    {
      "family": "Anek Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oE2G2ep10_8.ttf",
        "200": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oE2G2ep10_8.ttf",
        "300": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oE2G2ep10_8.ttf",
        "regular": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oE2G2ep10_8.ttf",
        "500": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oE2G2ep10_8.ttf",
        "600": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oE2G2ep10_8.ttf",
        "700": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oE2G2ep10_8.ttf",
        "800": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oE2G2ep10_8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--kEyM3Q.ttf"
    },
    {
      "family": "Angkor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/angkor/v32/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/angkor/v32/H4cmBXyAlsPdnlbO8yY6.ttf"
    },
    {
      "family": "Annapurna SIL",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllid8NN9dZT_PZs.ttf",
        "700": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLy0hDY0f2iu9tPmRWtllidyG9SUZzUIZJ008A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllidwNJ3cQ.ttf"
    },
    {
      "family": "Annie Use Your Telescope",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGTlT3F.ttf"
    },
    {
      "family": "Anonymous Pro",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf",
        "italic": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf",
        "700": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf",
        "700italic": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pHl028A.ttf"
    },
    {
      "family": "Anta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyZFwxPFimIo0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyVF07OA.ttf"
    },
    {
      "family": "Antic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZLodgzydtk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRZZKq9w.ttf"
    },
    {
      "family": "Antic Didone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDSqIEC.ttf"
    },
    {
      "family": "Antic Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IacNcWQ.ttf"
    },
    {
      "family": "Anton",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm0K08i4gS7lu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm3K1-Co.ttf"
    },
    {
      "family": "Antonio",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtIY2DwSXlM.ttf",
        "200": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtIY2DwSXlM.ttf",
        "300": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtIY2DwSXlM.ttf",
        "regular": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtIY2DwSXlM.ttf",
        "500": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtIY2DwSXlM.ttf",
        "600": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htIY2DwSXlM.ttf",
        "700": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htIY2DwSXlM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8StJaWQ.ttf"
    },
    {
      "family": "Anuphan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9A4kGmW927Gu.ttf",
        "200": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCmY9Q4kGmW927Gu.ttf",
        "300": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZClG9Q4kGmW927Gu.ttf",
        "regular": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9Q4kGmW927Gu.ttf",
        "500": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkq9Q4kGmW927Gu.ttf",
        "600": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCnG8g4kGmW927Gu.ttf",
        "700": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCn_8g4kGmW927Gu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9T4lEGE.ttf"
    },
    {
      "family": "Anybody",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPrsXD_nBPpQ.ttf",
        "200": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPrsXD_nBPpQ.ttf",
        "300": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPrsXD_nBPpQ.ttf",
        "regular": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf",
        "500": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPrsXD_nBPpQ.ttf",
        "600": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPrsXD_nBPpQ.ttf",
        "700": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPrsXD_nBPpQ.ttf",
        "800": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPrsXD_nBPpQ.ttf",
        "900": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPrsXD_nBPpQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_H3HVfpcHY.ttf",
        "200italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_H3HVfpcHY.ttf",
        "300italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_H3HVfpcHY.ttf",
        "italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_H3HVfpcHY.ttf",
        "500italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_H3HVfpcHY.ttf",
        "600italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_H3HVfpcHY.ttf",
        "700italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_H3HVfpcHY.ttf",
        "800italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_H3HVfpcHY.ttf",
        "900italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_H3HVfpcHY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12D_r8_H.ttf"
    },
    {
      "family": "Aoboshi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aoboshione/v10/Gg8xN5kXaAXtHQrFxwl10ysLBmZX_UEg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aoboshione/v10/Gg8xN5kXaAXtHQrFxwl10xsKDGI.ttf"
    },
    {
      "family": "Arapey",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf",
        "italic": "https://fonts.gstatic.com/s/arapey/v16/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RCKZtoY.ttf"
    },
    {
      "family": "Arbutus",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arbutus/v28/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arbutus/v28/NaPYcZ7dG_5J3pooX9Nnqw.ttf"
    },
    {
      "family": "Arbutus Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZlaqUZ.ttf"
    },
    {
      "family": "Architects Daughter",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvTY9g5g.ttf"
    },
    {
      "family": "Archivo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp8B1oJ0vyVQ.ttf",
        "200": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp8B1oJ0vyVQ.ttf",
        "300": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp8B1oJ0vyVQ.ttf",
        "regular": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf",
        "500": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8B1oJ0vyVQ.ttf",
        "600": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8B1oJ0vyVQ.ttf",
        "700": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8B1oJ0vyVQ.ttf",
        "800": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8B1oJ0vyVQ.ttf",
        "900": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8B1oJ0vyVQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdsBU7iVdxQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdsBU7iVdxQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdsBU7iVdxQ.ttf",
        "italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdsBU7iVdxQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdsBU7iVdxQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdsBU7iVdxQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdsBU7iVdxQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdsBU7iVdxQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdsBU7iVdxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNZ8Rds.ttf"
    },
    {
      "family": "Archivo Black",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6CYqF-w.ttf"
    },
    {
      "family": "Archivo Narrow",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf",
        "500": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpHOtFCQ76Q.ttf",
        "600": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpHOtFCQ76Q.ttf",
        "700": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpHOtFCQ76Q.ttf",
        "italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53mpNiEr6T6Y.ttf",
        "500italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53mpNiEr6T6Y.ttf",
        "600italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmpNiEr6T6Y.ttf",
        "700italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmpNiEr6T6Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6pXmp.ttf"
    },
    {
      "family": "Are You Serious",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/areyouserious/v12/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/areyouserious/v12/ll8kK2GVSSr-PtjQ5nONVcNn430KhDVj.ttf"
    },
    {
      "family": "Aref Ruqaa",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf",
        "700": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulIIEoUA.ttf"
    },
    {
      "family": "Aref Ruqaa Ink",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2fY5WOGUFlt84GTOkP6Kdx72ThVIGpgnxL.ttf",
        "700": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WhqWBCyxWn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2fY5WOGUFlt84GTOkP6Kdx71TgXoU.ttf"
    },
    {
      "family": "Arima",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "malayalam",
        "tamil",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-04-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-pQGOyYw2fw.ttf",
        "200": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-pQGOyYw2fw.ttf",
        "300": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-pQGOyYw2fw.ttf",
        "regular": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf",
        "500": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-pQGOyYw2fw.ttf",
        "600": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-pQGOyYw2fw.ttf",
        "700": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-pQGOyYw2fw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTAOpAuK.ttf"
    },
    {
      "family": "Arimo",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf",
        "500": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBxDAVQI4aA.ttf",
        "600": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBxDAVQI4aA.ttf",
        "700": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBxDAVQI4aA.ttf",
        "italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrEdwcoaKww.ttf",
        "500italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrEdwcoaKww.ttf",
        "600italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrEdwcoaKww.ttf",
        "700italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrEdwcoaKww.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcBhrE.ttf"
    },
    {
      "family": "Arizonia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arizonia/v21/neIIzCemt4A5qa7mv6WGHK06UY30.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arizonia/v21/neIIzCemt4A5qa7mv5WHFqk.ttf"
    },
    {
      "family": "Armata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-ENlTRz.ttf"
    },
    {
      "family": "Arsenal",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf",
        "italic": "https://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf",
        "700": "https://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf",
        "700italic": "https://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D517cBQ.ttf"
    },
    {
      "family": "Artifika",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-01-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu5Ws7DQ.ttf"
    },
    {
      "family": "Arvo",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKmSAa7Lzr7vs.ttf",
        "italic": "https://fonts.gstatic.com/s/arvo/v22/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf",
        "700": "https://fonts.gstatic.com/s/arvo/v22/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf",
        "700italic": "https://fonts.gstatic.com/s/arvo/v22/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKqSEQ6A.ttf"
    },
    {
      "family": "Arya",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJd9Ub1-beqdFE.ttf",
        "700": "https://fonts.gstatic.com/s/arya/v19/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJdxUf__Q.ttf"
    },
    {
      "family": "Asap",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-06-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqQsLmOXoA7Glw.ttf",
        "200": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqUsLmOXoA7Glw.ttf",
        "300": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYzKUsLmOXoA7Glw.ttf",
        "regular": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsLmOXoA7Glw.ttf",
        "500": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUsLmOXoA7Glw.ttf",
        "600": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYTKIsLmOXoA7Glw.ttf",
        "700": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIsLmOXoA7Glw.ttf",
        "800": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqIsLmOXoA7Glw.ttf",
        "900": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYO6IsLmOXoA7Glw.ttf",
        "100italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmTggvWl0Qn.ttf",
        "200italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmTggvWl0Qn.ttf",
        "300italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmTggvWl0Qn.ttf",
        "italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmTggvWl0Qn.ttf",
        "500italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmTggvWl0Qn.ttf",
        "600italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammTggvWl0Qn.ttf",
        "700italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammTggvWl0Qn.ttf",
        "800italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammTggvWl0Qn.ttf",
        "900italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammTggvWl0Qn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcL2mT.ttf"
    },
    {
      "family": "Asap Condensed",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9DSWlEgGqgp-pO.ttf",
        "200italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUIFFim6CovpOkXA.ttf",
        "300": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8nSmlEgGqgp-pO.ttf",
        "300italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOVGim6CovpOkXA.ttf",
        "regular": "https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf",
        "italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf",
        "500": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf",
        "500italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf",
        "600": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf",
        "600italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf",
        "700": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf",
        "700italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf",
        "800": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8rTmlEgGqgp-pO.ttf",
        "800italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOlCim6CovpOkXA.ttf",
        "900": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8PT2lEgGqgp-pO.ttf",
        "900italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUM1Dim6CovpOkXA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdOeKaEk.ttf"
    },
    {
      "family": "Asar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIXkYQDLlTW6E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIbkcaCA.ttf"
    },
    {
      "family": "Asset",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v29",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cWImRJqExst1.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cVInTp4.ttf"
    },
    {
      "family": "Assistant",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGGf3qGuvM4.ttf",
        "300": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGGf3qGuvM4.ttf",
        "regular": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf",
        "500": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf",
        "600": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf",
        "700": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf",
        "800": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGGf3qGuvM4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGCV2g.ttf"
    },
    {
      "family": "Astloch",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf",
        "700": "https://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjm90byA.ttf"
    },
    {
      "family": "Asul",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asul/v21/VuJ-dNjKxYr46fMFXK78JIg.ttf",
        "700": "https://fonts.gstatic.com/s/asul/v21/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asul/v21/VuJ-dNjKxYr42fIPWA.ttf"
    },
    {
      "family": "Athiti",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf",
        "300": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf",
        "regular": "https://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf",
        "500": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf",
        "600": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf",
        "700": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1wIDRJS.ttf"
    },
    {
      "family": "Atkinson Hyperlegible",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE5ZgpewSSbQ.ttf",
        "italic": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055ItWQGCbUWn.ttf",
        "700": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNcy-OZFy-FA.ttf",
        "700italic": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWKRlmuFH24.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45G05JIt.ttf"
    },
    {
      "family": "Atma",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf",
        "regular": "https://fonts.gstatic.com/s/atma/v16/uK_84rqWc-Eom25bDj8WIv4.ttf",
        "500": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf",
        "600": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf",
        "700": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atma/v16/uK_84rqWc-Eoq29RCg.ttf"
    },
    {
      "family": "Atomic Age",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL18Dn8Q.ttf"
    },
    {
      "family": "Aubrey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vugNsCxVEgA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7fuwlo.ttf"
    },
    {
      "family": "Audiowide",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCdkA_L.ttf"
    },
    {
      "family": "Autour One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbo5hcUg.ttf"
    },
    {
      "family": "Average",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rEeN6UQ.ttf"
    },
    {
      "family": "Average Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJ_BNCe.ttf"
    },
    {
      "family": "Averia Gruesa Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZYmiDxw.ttf"
    },
    {
      "family": "Averia Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf",
        "300italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf",
        "regular": "https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf",
        "italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf",
        "700": "https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf",
        "700italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjESA6nN.ttf"
    },
    {
      "family": "Averia Sans Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf",
        "300italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf",
        "regular": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf",
        "italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf",
        "700": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf",
        "700italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEdVIEoc.ttf"
    },
    {
      "family": "Averia Serif Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf",
        "regular": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf",
        "italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf",
        "700": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIWzD2ms4wxr6GvjeD0X88SHPyX2xYOpAuK.ttf"
    },
    {
      "family": "Azeret Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh0raa-5s3AA.ttf",
        "200": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh0raa-5s3AA.ttf",
        "300": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh0raa-5s3AA.ttf",
        "regular": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh0raa-5s3AA.ttf",
        "500": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh0raa-5s3AA.ttf",
        "600": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh0raa-5s3AA.ttf",
        "700": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh0raa-5s3AA.ttf",
        "800": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh0raa-5s3AA.ttf",
        "900": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh0raa-5s3AA.ttf",
        "100italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLye2Z4nAN7J.ttf",
        "200italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbye2Z4nAN7J.ttf",
        "300italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbye2Z4nAN7J.ttf",
        "italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbye2Z4nAN7J.ttf",
        "500italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbye2Z4nAN7J.ttf",
        "600italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlrye2Z4nAN7J.ttf",
        "700italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulrye2Z4nAN7J.ttf",
        "800italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlrye2Z4nAN7J.ttf",
        "900italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglrye2Z4nAN7J.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVR07ye.ttf"
    },
    {
      "family": "B612",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jm4GDigUXw.ttf",
        "italic": "https://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf",
        "700": "https://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf",
        "700italic": "https://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz36jiyHA.ttf"
    },
    {
      "family": "B612 Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/b612mono/v14/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf",
        "italic": "https://fonts.gstatic.com/s/b612mono/v14/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf",
        "700": "https://fonts.gstatic.com/s/b612mono/v14/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf",
        "700italic": "https://fonts.gstatic.com/s/b612mono/v14/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/b612mono/v14/kmK_Zq85QVWbN1eW6lJV1g7Y.ttf"
    },
    {
      "family": "BIZ UDGothic",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudgothic/v9/daafSTouBF7RUjnbt8p3LuKttQN98z_MbQ.ttf",
        "700": "https://fonts.gstatic.com/s/bizudgothic/v9/daaASTouBF7RUjnbt8p3LuKVCSxZ-xTQZMhbaA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudgothic/v9/daafSTouBF7RUjnbt8p3LuKdtAl5.ttf"
    },
    {
      "family": "BIZ UDMincho",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-01-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudmincho/v9/EJRRQgI6eOxFjBdKs38yhtW1dwT7rcpY8Q.ttf",
        "700": "https://fonts.gstatic.com/s/bizudmincho/v9/EJROQgI6eOxFjBdKs38yhtWNyyvfpeFE-IyCrw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudmincho/v9/EJRRQgI6eOxFjBdKs38yhtWFdg7_.ttf"
    },
    {
      "family": "BIZ UDPGothic",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudpgothic/v10/hES36X5pHAIBjmS84VL0Bue83nUMQWkMUAk.ttf",
        "700": "https://fonts.gstatic.com/s/bizudpgothic/v10/hESq6X5pHAIBjmS84VL0Bue85skjZWEnTABCSQo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudpgothic/v10/hES36X5pHAIBjmS84VL0Bue87nQGRQ.ttf"
    },
    {
      "family": "BIZ UDPMincho",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-01-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvfbXOBrmYppy7oWWTg1_58nhhYtUb0gZk.ttf",
        "700": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvCbXOBrmYppy7oWWTg1_58pqR3kU7fnZAy57k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvfbXOBrmYppy7oWWTg1_58rhlSsQ.ttf"
    },
    {
      "family": "Babylonica",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/babylonica/v5/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/babylonica/v5/5aUw9_i2qxWVCAE2aHjTmDN-_Q.ttf"
    },
    {
      "family": "Bacasime Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZOwStSUrV_BE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZCwWnTQ.ttf"
    },
    {
      "family": "Bad Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7pO0kyQ.ttf"
    },
    {
      "family": "Bagel Fat One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bagelfatone/v1/hYkPPucsQOr5dy02WmQr5Zkd0B5mvv0dSbM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bagelfatone/v1/hYkPPucsQOr5dy02WmQr5Zkd4B9sug.ttf"
    },
    {
      "family": "Bahiana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bahiana/v23/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bahiana/v23/uU9PCBUV4YenPWJU3xLR2g.ttf"
    },
    {
      "family": "Bahianita",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bahianita/v21/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bahianita/v21/yYLr0hTb3vuqqsBUgxWdxDHR.ttf"
    },
    {
      "family": "Bai Jamjuree",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf",
        "200italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf",
        "300": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf",
        "300italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf",
        "regular": "https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf",
        "italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf",
        "500": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf",
        "500italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf",
        "600": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf",
        "600italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf",
        "700": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf",
        "700italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoa8WMLO.ttf"
    },
    {
      "family": "Bakbak One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bakbakone/v8/zOL54pXAl6RI-p_ardnuycRuv-hHkOs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bakbakone/v8/zOL54pXAl6RI-p_ardnu-cVkuw.ttf"
    },
    {
      "family": "Ballet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ballet/v27/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ballet/v27/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3O4C0Fg.ttf"
    },
    {
      "family": "Baloo 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf",
        "500": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgozapv9Fat7WcN.ttf",
        "600": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv9Fat7WcN.ttf",
        "700": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpv9Fat7WcN.ttf",
        "800": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpv9Fat7WcN.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgazZpu_lI.ttf"
    },
    {
      "family": "Baloo Bhai 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXeCo-jsZzo.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXeCo-jsZzo.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXeCo-jsZzo.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXeCo-jsZzo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighAXaIpw.ttf"
    },
    {
      "family": "Baloo Bhaijaan 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP4L4ppfcyC.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP4L4ppfcyC.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP4L4ppfcyC.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP4L4ppfcyC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSpP5JY4.ttf"
    },
    {
      "family": "Baloo Bhaina 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvRfRLYWmZSA.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvRfRLYWmZSA.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvRfRLYWmZSA.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvRfRLYWmZSA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPfRP5P.ttf"
    },
    {
      "family": "Baloo Chettan 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf",
        "500": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO1oeH9xI2gc.ttf",
        "600": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO1oeH9xI2gc.ttf",
        "700": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO1oeH9xI2gc.ttf",
        "800": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO1oeH9xI2gc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTC1sUGw.ttf"
    },
    {
      "family": "Baloo Da 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf",
        "500": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf",
        "600": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf",
        "700": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf",
        "800": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsQNf7ZI.ttf"
    },
    {
      "family": "Baloo Paaji 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf",
        "500": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74fybRUz1r5t.ttf",
        "600": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf",
        "700": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf",
        "800": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX77fzZxE.ttf"
    },
    {
      "family": "Baloo Tamma 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf",
        "500": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-0IF71SGC5.ttf",
        "600": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-0IF71SGC5.ttf",
        "700": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-0IF71SGC5.ttf",
        "800": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-0IF71SGC5.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPq-1Klo.ttf"
    },
    {
      "family": "Baloo Tammudu 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf",
        "500": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4c6PZSlGmAA.ttf",
        "600": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4c6PZSlGmAA.ttf",
        "700": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4c6PZSlGmAA.ttf",
        "800": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4c6PZSlGmAA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e0c-FYQ.ttf"
    },
    {
      "family": "Baloo Thambi 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf",
        "500": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzaQRG_n4osQ.ttf",
        "600": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzaQRG_n4osQ.ttf",
        "700": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzaQRG_n4osQ.ttf",
        "800": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzaQRG_n4osQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIDaA5C.ttf"
    },
    {
      "family": "Balsamiq Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-10-19",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf",
        "italic": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf",
        "700": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf",
        "700italic": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7PncwdgXJQ.ttf"
    },
    {
      "family": "Balthazar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEfyB7s.ttf"
    },
    {
      "family": "Bangers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACL5la2bxii28.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACH5hQ3Q.ttf"
    },
    {
      "family": "Barlow",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf",
        "200": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf",
        "300": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf",
        "regular": "https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf",
        "italic": "https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf",
        "500": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf",
        "600": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf",
        "700": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf",
        "800": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf",
        "900": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Css8.ttf"
    },
    {
      "family": "Barlow Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf",
        "200": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf",
        "300": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf",
        "regular": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf",
        "italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf",
        "500": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf",
        "600": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf",
        "700": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf",
        "800": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf",
        "900": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xfT3w.ttf"
    },
    {
      "family": "Barlow Semi Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf",
        "200": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf",
        "300": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf",
        "regular": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf",
        "italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf",
        "500": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf",
        "600": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf",
        "700": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf",
        "800": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf",
        "900": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfoqv.ttf"
    },
    {
      "family": "Barriecito",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_GdQoZw.ttf"
    },
    {
      "family": "Barrio",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDi0dAwl.ttf"
    },
    {
      "family": "Basic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQN34lDVyR7D.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKTN26FQ.ttf"
    },
    {
      "family": "Baskervville",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf",
        "italic": "https://fonts.gstatic.com/s/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQtpms.ttf"
    },
    {
      "family": "Battambang",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-04-20",
      "files": {
        "100": "https://fonts.gstatic.com/s/battambang/v24/uk-kEGe7raEw-HjkzZabNhGp5w50_o9T7Q.ttf",
        "300": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNtmLxyRa8oZK9I0.ttf",
        "regular": "https://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf",
        "700": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf",
        "900": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNvGOxyRa8oZK9I0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabPnSp5w.ttf"
    },
    {
      "family": "Baumans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3Qfpd_s4bg.ttf"
    },
    {
      "family": "Bayon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v34",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bayon/v34/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bayon/v34/9XUrlJNmn0LPFm-oMBI.ttf"
    },
    {
      "family": "Be Vietnam Pro",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-06-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf",
        "100italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf",
        "200": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf",
        "200italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf",
        "300": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf",
        "300italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf",
        "regular": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf",
        "italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf",
        "500": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf",
        "500italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf",
        "600": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf",
        "600italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf",
        "700": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf",
        "700italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf",
        "800": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf",
        "800italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf",
        "900": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf",
        "900italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_HwxBX8.ttf"
    },
    {
      "family": "Beau Rivage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUllg2P54.ttf"
    },
    {
      "family": "Bebas Neue",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXoo9W9hzg.ttf"
    },
    {
      "family": "Belanosima",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belanosima/v3/3y9k6bI8ejDo_3MfCDSLxABbF3JBg54.ttf",
        "600": "https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Nh1M3pqn5cdJ-4.ttf",
        "700": "https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Lx0M3pqn5cdJ-4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belanosima/v3/3y9k6bI8ejDo_3MfCDSL9AFREw.ttf"
    },
    {
      "family": "Belgrano",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZfMEgL0.ttf"
    },
    {
      "family": "Bellefair",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG1N_voy.ttf"
    },
    {
      "family": "Belleza",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4Bhcf4bw.ttf"
    },
    {
      "family": "Bellota",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf",
        "300italic": "https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf",
        "italic": "https://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf",
        "700": "https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf",
        "700italic": "https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAKJNbsA.ttf"
    },
    {
      "family": "Bellota Text",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf",
        "300italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf",
        "regular": "https://fonts.gstatic.com/s/bellotatext/v18/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf",
        "italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf",
        "700": "https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf",
        "700italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellotatext/v18/0FlTVP2VnlWS4f3-UE9hHXMx-NkK.ttf"
    },
    {
      "family": "BenchNine",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf",
        "regular": "https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf",
        "700": "https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosbVslx.ttf"
    },
    {
      "family": "Benne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6Vjxlt6qTDBN.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6WjwnNo.ttf"
    },
    {
      "family": "Bentham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglGW0xDA.ttf"
    },
    {
      "family": "Berkshire Swash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/berkshireswash/v20/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/berkshireswash/v20/ptRRTi-cavZOGqCvnNJDl5m5XmN_rM42.ttf"
    },
    {
      "family": "Besley",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdRoFPOl8-E.ttf",
        "500": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdRoFPOl8-E.ttf",
        "600": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdRoFPOl8-E.ttf",
        "700": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdRoFPOl8-E.ttf",
        "800": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdRoFPOl8-E.ttf",
        "900": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdRoFPOl8-E.ttf",
        "italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiENGg4-E04A.ttf",
        "500italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diENGg4-E04A.ttf",
        "600italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiENGg4-E04A.ttf",
        "700italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiENGg4-E04A.ttf",
        "800italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiENGg4-E04A.ttf",
        "900italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiENGg4-E04A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBedViEA.ttf"
    },
    {
      "family": "Beth Ellen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qIIEoUA.ttf"
    },
    {
      "family": "Bevan",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf",
        "italic": "https://fonts.gstatic.com/s/bevan/v24/4iCt6KZ0a9NXjG8YWC7Zs0SJD4U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjG8bWC4.ttf"
    },
    {
      "family": "BhuTuka Expanded One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bhutukaexpandedone/v7/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyX8pg_RVH1.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bhutukaexpandedone/v7/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJByW-Jw.ttf"
    },
    {
      "family": "Big Shoulders Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY86JF46SRP4yZQ.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ87JF46SRP4yZQ.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YddE7JF46SRP4yZQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JF46SRP4yZQ.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0Ydb07JF46SRP4yZQ.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdVE8JF46SRP4yZQ.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JF46SRP4yZQ.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JF46SRP4yZQ.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JF46SRP4yZQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87FF8wTQ.ttf"
    },
    {
      "family": "Big Shoulders Inline Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBEnR5yPc2Huux.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBE3R5yPc2Huux.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0mfE3R5yPc2Huux.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE3R5yPc2Huux.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nzE3R5yPc2Huux.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kfFHR5yPc2Huux.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kmFHR5yPc2Huux.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBFHR5yPc2Huux.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0loFHR5yPc2Huux.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE0R4wvM.ttf"
    },
    {
      "family": "Big Shoulders Inline Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0yqGN7Y6Jsc8c.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0y6GN7Y6Jsc8c.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgbqy6GN7Y6Jsc8c.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y6GN7Y6Jsc8c.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgaGy6GN7Y6Jsc8c.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZqzKGN7Y6Jsc8c.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZTzKGN7Y6Jsc8c.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0zKGN7Y6Jsc8c.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgYdzKGN7Y6Jsc8c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y5GM54o.ttf"
    },
    {
      "family": "Big Shoulders Stencil Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0nPKHznJucP9w.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0jPKHznJucP9w.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_ZUjPKHznJucP9w.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0jPKHznJucP9w.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_CUjPKHznJucP9w.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_5U_PKHznJucP9w.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_3E_PKHznJucP9w.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0_PKHznJucP9w.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_kk_PKHznJucP9w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0j_KXbj.ttf"
    },
    {
      "family": "Big Shoulders Stencil Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04XIGS_Py_AWbQ.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4TIGS_Py_AWbQ.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRjYTIGS_Py_AWbQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04TIGS_Py_AWbQ.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR4YTIGS_Py_AWbQ.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRDYPIGS_Py_AWbQ.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRNIPIGS_Py_AWbQ.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4PIGS_Py_AWbQ.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGReoPIGS_Py_AWbQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04T4GCXL.ttf"
    },
    {
      "family": "Big Shoulders Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-r3TIPNl6P2pc.ttf",
        "200": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-q3TIPNl6P2pc.ttf",
        "300": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3dGq3TIPNl6P2pc.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q3TIPNl6P2pc.ttf",
        "500": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3b2q3TIPNl6P2pc.ttf",
        "600": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3VGt3TIPNl6P2pc.ttf",
        "700": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Wit3TIPNl6P2pc.ttf",
        "800": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-t3TIPNl6P2pc.ttf",
        "900": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Sat3TIPNl6P2pc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q7TMFMg.ttf"
    },
    {
      "family": "Bigelow Rules",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bigelowrules/v29/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigelowrules/v29/RrQWboly8iR_I3KWSzeRuN0zf4YIGw.ttf"
    },
    {
      "family": "Bigshot One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bigshotone/v29/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshotone/v29/u-470qukhRkkO6BD_7cM_jxvWwY.ttf"
    },
    {
      "family": "Bilbo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ220groA.ttf"
    },
    {
      "family": "Bilbo Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdmALiog.ttf"
    },
    {
      "family": "BioRhyme",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-10-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIimiaki-gkRDE.ttf",
        "300": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Omwimiaki-gkRDE.ttf",
        "regular": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIimiaki-gkRDE.ttf",
        "500": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OgAimiaki-gkRDE.ttf",
        "600": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Ouwlmiaki-gkRDE.ttf",
        "700": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OtUlmiaki-gkRDE.ttf",
        "800": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIlmiaki-gkRDE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIiqieujw.ttf"
    },
    {
      "family": "BioRhyme Expanded",
      "variants": [
        "200",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf",
        "300": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf",
        "regular": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf",
        "700": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf",
        "800": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dQIE1zZzytGswgU577CDY9LjbffxSVT3Q.ttf"
    },
    {
      "family": "Birthstone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/birthstone/v14/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/birthstone/v14/8AtsGs2xO4yLRhy87sv_LLjziQ.ttf"
    },
    {
      "family": "Birthstone Bounce",
      "variants": [
        "regular",
        "500"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf",
        "500": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacQJZP1LmD9.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6XaxZF43lIvTWrktHOTBJZGH7dEdVIEoc.ttf"
    },
    {
      "family": "Biryani",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf",
        "300": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf",
        "600": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf",
        "700": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf",
        "800": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf",
        "900": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdfU0TOQ.ttf"
    },
    {
      "family": "Bitter",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v33",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf",
        "200": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf",
        "300": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf",
        "regular": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf",
        "500": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf",
        "600": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf",
        "700": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf",
        "800": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf",
        "900": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf",
        "100italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf",
        "200italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf",
        "300italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf",
        "italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf",
        "500italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf",
        "600italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf",
        "700italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf",
        "800italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf",
        "900italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOL7OWA.ttf"
    },
    {
      "family": "Black And White Picture",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackandwhitepicture/v24/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackandwhitepicture/v24/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqL5GZ8c.ttf"
    },
    {
      "family": "Black Han Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackhansans/v17/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackhansans/v17/ea8Aad44WunzF9a-dL6toA8r8kqUK3A.ttf"
    },
    {
      "family": "Black Ops One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3aD3bsg.ttf"
    },
    {
      "family": "Blaka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6kdr20D2FV5e.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6ndq0UQ.ttf"
    },
    {
      "family": "Blaka Hollow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezYB9oFyW_-oA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezoBtAB.ttf"
    },
    {
      "family": "Blaka Ink",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blakaink/v8/AlZy_zVVtpj22Znag2chdXf4XB0Tow.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blakaink/v8/AlZy_zVVtpj22Znag2cRdH38.ttf"
    },
    {
      "family": "Blinker",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/blinker/v13/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",
        "200": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",
        "300": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",
        "regular": "https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf",
        "600": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",
        "700": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",
        "800": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",
        "900": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaP9CihZA.ttf"
    },
    {
      "family": "Bodoni Moda",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIBytVjMYwE.ttf",
        "500": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIBytVjMYwE.ttf",
        "600": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIBytVjMYwE.ttf",
        "700": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIBytVjMYwE.ttf",
        "800": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIBytVjMYwE.ttf",
        "900": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIBytVjMYwE.ttf",
        "italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4sXrJcwHqoQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4sXrJcwHqoQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4sXrJcwHqoQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4sXrJcwHqoQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4sXrJcwHqoQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4sXrJcwHqoQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7a8IF4sQ.ttf"
    },
    {
      "family": "Bokor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiR2WdInbcaxE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiS2Xfo0.ttf"
    },
    {
      "family": "Bona Nova",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf",
        "italic": "https://fonts.gstatic.com/s/bonanova/v10/B50LF7ZCpX7fcHfvIUB5iaJuPqqSLJYf.ttf",
        "700": "https://fonts.gstatic.com/s/bonanova/v10/B50IF7ZCpX7fcHfvIUBxN4dOFISeJY8GgQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUB5iqJu.ttf"
    },
    {
      "family": "Bonbon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonbon/v30/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonbon/v30/0FlVVPeVlFec4eePcTsE.ttf"
    },
    {
      "family": "Bonheur Royale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonheurroyale/v13/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonheurroyale/v13/c4m51nt_GMTrtX-b9GcG4-YRmbK-eUM.ttf"
    },
    {
      "family": "Boogaloo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6y1E9y4.ttf"
    },
    {
      "family": "Borel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisgshYyMnOjwE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisjsgaSc.ttf"
    },
    {
      "family": "Bowlby One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bowlbyone/v23/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bowlbyone/v23/taiPGmVuC4y96PFeqp8sqo-I-Q.ttf"
    },
    {
      "family": "Bowlby One SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bowlbyonesc/v25/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bowlbyonesc/v25/DtVlJxerQqQm37tzN3wMug9P_gn2pw.ttf"
    },
    {
      "family": "Braah One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/braahone/v6/KFOlCnWUpt6LsxxxiylvAx05IsDqlA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/braahone/v6/KFOlCnWUpt6LsxxxiylfAhc9.ttf"
    },
    {
      "family": "Brawler",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf",
        "700": "https://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb932eNaPfk8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGggGxTw.ttf"
    },
    {
      "family": "Bree Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96zp4g.ttf"
    },
    {
      "family": "Bricolage Grotesque",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-09-13",
      "files": {
        "200": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZviyM0vs-wJDtw.ttf",
        "300": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvUXiyM0vs-wJDtw.ttf",
        "regular": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRviyM0vs-wJDtw.ttf",
        "500": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvSniyM0vs-wJDtw.ttf",
        "600": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvcXlyM0vs-wJDtw.ttf",
        "700": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvfzlyM0vs-wJDtw.ttf",
        "800": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyM0vs-wJDtw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRvi-Mwltw.ttf"
    },
    {
      "family": "Bruno Ace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brunoace/v5/WwkcxPa2E06x4trkOj_kMKoMWNMg3Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brunoace/v5/WwkcxPa2E06x4trkOj_UMaAI.ttf"
    },
    {
      "family": "Bruno Ace SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brunoacesc/v5/ptROTiycffFLBuiHjdJDl634LSFrpe8uZA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brunoacesc/v5/ptROTiycffFLBuiHjdJDl63ILCtv.ttf"
    },
    {
      "family": "Brygada 1918",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf",
        "500": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-V8Wu5O3gbo.ttf",
        "600": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-V8Wu5O3gbo.ttf",
        "700": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-V8Wu5O3gbo.ttf",
        "italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcv7GykboaLg.ttf",
        "500italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcv7GykboaLg.ttf",
        "600italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscv7GykboaLg.ttf",
        "700italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscv7GykboaLg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-fyV4cvw.ttf"
    },
    {
      "family": "Bubblegum Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEteaGxIc.ttf"
    },
    {
      "family": "Bubbler One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAotHG0ac.ttf"
    },
    {
      "family": "Buda",
      "variants": [
        "300"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/buda/v29/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/buda/v29/GFDqWAN8mnyIJSSrK7QLqw.ttf"
    },
    {
      "family": "Buenard",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf",
        "700": "https://fonts.gstatic.com/s/buenard/v17/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsDzb3rA.ttf"
    },
    {
      "family": "Bungee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungee/v13/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungee/v13/N0bU2SZBIuF2PU_0C3Rw.ttf"
    },
    {
      "family": "Bungee Hairline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeehairline/v22/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeehairline/v22/snfys0G548t04270a_ljTLUVrv-LYReZ.ttf"
    },
    {
      "family": "Bungee Inline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeinline/v15/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeinline/v15/Gg8zN58UcgnlCweMrih332VuPGN__A.ttf"
    },
    {
      "family": "Bungee Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeoutline/v20/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeoutline/v20/_6_mEDvmVP24UvU2MyiGDslL3Tg2aBY.ttf"
    },
    {
      "family": "Bungee Shade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeshade/v13/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeshade/v13/DtVkJxarWL0t2KdzK3oI_jkc7yjW.ttf"
    },
    {
      "family": "Bungee Spice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeespice/v11/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeespice/v11/nwpTtK2nIhxE0q-IwgSpZBqyzig6.ttf"
    },
    {
      "family": "Butcherman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb5zS5rw.ttf"
    },
    {
      "family": "Butterfly Kids",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/butterflykids/v25/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/butterflykids/v25/ll8lK2CWTjuqAsXDqlnIbMNs5R4bpRU.ttf"
    },
    {
      "family": "Cabin",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf",
        "500": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Gvxm7rE_s.ttf",
        "600": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Gvxm7rE_s.ttf",
        "700": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Gvxm7rE_s.ttf",
        "italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KlwkzuA_u1Bg.ttf",
        "500italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlwkzuA_u1Bg.ttf",
        "600italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlwkzuA_u1Bg.ttf",
        "700italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlwkzuA_u1Bg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7Clwg.ttf"
    },
    {
      "family": "Cabin Condensed",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf",
        "500": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf",
        "600": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf",
        "700": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwqYeLd.ttf"
    },
    {
      "family": "Cabin Sketch",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf",
        "700": "https://fonts.gstatic.com/s/cabinsketch/v21/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOj8nthI.ttf"
    },
    {
      "family": "Caesar Dressing",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrRHcLz-.ttf"
    },
    {
      "family": "Cagliostro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TvGTONw.ttf"
    },
    {
      "family": "Cairo",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA-W1ToLQ-HmkA.ttf",
        "300": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL4-W1ToLQ-HmkA.ttf",
        "regular": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1ToLQ-HmkA.ttf",
        "500": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hNI-W1ToLQ-HmkA.ttf",
        "600": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hD45W1ToLQ-HmkA.ttf",
        "700": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hAc5W1ToLQ-HmkA.ttf",
        "800": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA5W1ToLQ-HmkA.ttf",
        "900": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hEk5W1ToLQ-HmkA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-a1XiKQ.ttf"
    },
    {
      "family": "Cairo Play",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq9yXa8GvzaA.ttf",
        "300": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq9yXa8GvzaA.ttf",
        "regular": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq9yXa8GvzaA.ttf",
        "500": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq9yXa8GvzaA.ttf",
        "600": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq9yXa8GvzaA.ttf",
        "700": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq9yXa8GvzaA.ttf",
        "800": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq9yXa8GvzaA.ttf",
        "900": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq9yXa8GvzaA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYa9i_e.ttf"
    },
    {
      "family": "Caladea",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjR93-9IztOc.ttf",
        "italic": "https://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf",
        "700": "https://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf",
        "700italic": "https://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUvR59_w.ttf"
    },
    {
      "family": "Calistoga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/calistoga/v15/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/calistoga/v15/6NUU8F2OJg6MeR7l4e0ftcwE.ttf"
    },
    {
      "family": "Calligraffitti",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vkFYOZI.ttf"
    },
    {
      "family": "Cambay",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf",
        "italic": "https://fonts.gstatic.com/s/cambay/v12/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf",
        "700": "https://fonts.gstatic.com/s/cambay/v12/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cambay/v12/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDs2b76M.ttf"
    },
    {
      "family": "Cambo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cambo/v17/IFSqHeNEk8FJk416ok7xkPm8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cambo/v17/IFSqHeNEk8FJk717qEo.ttf"
    },
    {
      "family": "Candal",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8c9ABQN.ttf"
    },
    {
      "family": "Cantarell",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf",
        "italic": "https://fonts.gstatic.com/s/cantarell/v17/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf",
        "700": "https://fonts.gstatic.com/s/cantarell/v17/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/cantarell/v17/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO015iqJu.ttf"
    },
    {
      "family": "Cantata One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslWxFvcQ.ttf"
    },
    {
      "family": "Cantora One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX5zcbY8.ttf"
    },
    {
      "family": "Caprasimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caprasimo/v5/esDT31JQOPuXIUGBp72klZUCGpG-GQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caprasimo/v5/esDT31JQOPuXIUGBp72UlJ8G.ttf"
    },
    {
      "family": "Capriola",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDlk_9JeQ.ttf"
    },
    {
      "family": "Caramel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_Shy9CVkjQ.ttf"
    },
    {
      "family": "Carattere",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvjtmyI.ttf"
    },
    {
      "family": "Cardo",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf",
        "italic": "https://fonts.gstatic.com/s/cardo/v19/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf",
        "700": "https://fonts.gstatic.com/s/cardo/v19/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqhv-3IQ.ttf"
    },
    {
      "family": "Carlito",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039PDCLTXUETuE.ttf",
        "italic": "https://fonts.gstatic.com/s/carlito/v3/3Jn_SDPw3m-pk039DDKBSVcBXuFb0Q.ttf",
        "700": "https://fonts.gstatic.com/s/carlito/v3/3Jn4SDPw3m-pk039BIykaX0vUuhCyOo.ttf",
        "700italic": "https://fonts.gstatic.com/s/carlito/v3/3Jn6SDPw3m-pk039DDK59XglVspH2OprMQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039DDGBSQ.ttf"
    },
    {
      "family": "Carme",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDNjHzrc.ttf"
    },
    {
      "family": "Carrois Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9amC1Co.ttf"
    },
    {
      "family": "Carrois Gothic SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18mPnI.ttf"
    },
    {
      "family": "Carter One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNExV8gQ.ttf"
    },
    {
      "family": "Castoro",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cHYhEzOYenEU.ttf",
        "italic": "https://fonts.gstatic.com/s/castoro/v19/1q2EY5yMCld3-O4cLYpOyMQbjEX5fw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cLYlOyA.ttf"
    },
    {
      "family": "Castoro Titling",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/castorotitling/v8/buEupouwccj03leTfjUAhEZWlrNqYgckeo9RMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/castorotitling/v8/buEupouwccj03leTfjUAhEZWlrNaYw0g.ttf"
    },
    {
      "family": "Catamaran",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf",
        "200": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf",
        "300": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf",
        "regular": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf",
        "500": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf",
        "600": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf",
        "700": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf",
        "800": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf",
        "900": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5ajdvg.ttf"
    },
    {
      "family": "Caudex",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caudex/v17/esDQ311QOP6BJUrIyviAnb4eEw.ttf",
        "italic": "https://fonts.gstatic.com/s/caudex/v17/esDS311QOP6BJUr4yPKEv7sOE4in.ttf",
        "700": "https://fonts.gstatic.com/s/caudex/v17/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/caudex/v17/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caudex/v17/esDQ311QOP6BJUr4y_KE.ttf"
    },
    {
      "family": "Caveat",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIKjYBxPigs.ttf",
        "500": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIKjYBxPigs.ttf",
        "600": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIKjYBxPigs.ttf",
        "700": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIKjYBxPigs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIOpZA.ttf"
    },
    {
      "family": "Caveat Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXt8WrOX.ttf"
    },
    {
      "family": "Cedarville Cursive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_nuJLp1.ttf"
    },
    {
      "family": "Ceviche One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX5zcbY8.ttf"
    },
    {
      "family": "Chakra Petch",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf",
        "300italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf",
        "regular": "https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf",
        "italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf",
        "500": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf",
        "500italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf",
        "600": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf",
        "600italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf",
        "700": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf",
        "700italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWmapl.ttf"
    },
    {
      "family": "Changa",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf",
        "300": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf",
        "regular": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf",
        "500": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf",
        "600": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf",
        "700": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf",
        "800": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xcjHj8g.ttf"
    },
    {
      "family": "Changa One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/changaone/v20/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf",
        "italic": "https://fonts.gstatic.com/s/changaone/v20/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/changaone/v20/xfu00W3wXn3QLUJXhzq42AfivA.ttf"
    },
    {
      "family": "Chango",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chango/v27/2V0cKI0OB5U7WaJyz324TFUaAw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chango/v27/2V0cKI0OB5U7WaJCzne8.ttf"
    },
    {
      "family": "Charis SIL",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf",
        "italic": "https://fonts.gstatic.com/s/charissil/v2/oPWI_kV3l-s-Q8govXvKnPjsZhRzTn2Ozw.ttf",
        "700": "https://fonts.gstatic.com/s/charissil/v2/oPWJ_kV3l-s-Q8govXvKlEbJRj5dQnSX1ko.ttf",
        "700italic": "https://fonts.gstatic.com/s/charissil/v2/oPWX_kV3l-s-Q8govXvKnPjU2jtXRlaSxkrMCQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKnPvsZg.ttf"
    },
    {
      "family": "Charm",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MeYvIe804WIo.ttf",
        "700": "https://fonts.gstatic.com/s/charm/v11/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MdYuK-s.ttf"
    },
    {
      "family": "Charmonman",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf",
        "700": "https://fonts.gstatic.com/s/charmonman/v18/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiaJCiuA.ttf"
    },
    {
      "family": "Chathura",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v20",
      "lastModified": "2022-04-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/chathura/v20/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf",
        "300": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf",
        "regular": "https://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim418goUC5S-Zy.ttf",
        "700": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf",
        "800": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim428hq0Q.ttf"
    },
    {
      "family": "Chau Philomene One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf",
        "italic": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFcnYZ_.ttf"
    },
    {
      "family": "Chela One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIC3lHS.ttf"
    },
    {
      "family": "Chelsea Market",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKChkJgo.ttf"
    },
    {
      "family": "Chenla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9uXh3s.ttf"
    },
    {
      "family": "Cherish",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN1iHIJw.ttf"
    },
    {
      "family": "Cherry Bomb One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherrybombone/v8/y83DW4od1h6KlV3c6JJhRhGOdhrKDNpF41fr-w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherrybombone/v8/y83DW4od1h6KlV3c6JJhRhGOdhr6DdBB.ttf"
    },
    {
      "family": "Cherry Cream Soda",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciQd7A9o.ttf"
    },
    {
      "family": "Cherry Swash",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherryswash/v20/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf",
        "700": "https://fonts.gstatic.com/s/cherryswash/v20/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherryswash/v20/i7dNIFByZjaNAMxtZcnfAy5MQXK6.ttf"
    },
    {
      "family": "Chewy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk5xIDMfO-ed.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wn5wKjc.ttf"
    },
    {
      "family": "Chicle",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chicle/v25/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chicle/v25/lJwG-pw9i2dqU-BzyGiq.ttf"
    },
    {
      "family": "Chilanka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chilanka/v20/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chilanka/v20/WWXRlj2DZQiMJYaYRoJRKdU.ttf"
    },
    {
      "family": "Chivo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-11-18",
      "files": {
        "100": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB7ul2DSFXjQiQ.ttf",
        "200": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ul2DSFXjQiQ.ttf",
        "300": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_4h_ul2DSFXjQiQ.ttf",
        "regular": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ul2DSFXjQiQ.ttf",
        "500": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_jh_ul2DSFXjQiQ.ttf",
        "600": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Yhjul2DSFXjQiQ.ttf",
        "700": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Wxjul2DSFXjQiQ.ttf",
        "800": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PBjul2DSFXjQiQ.ttf",
        "900": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_FRjul2DSFXjQiQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1WrWN33AiasJ.ttf",
        "200italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG1GrWN33AiasJ.ttf",
        "300italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFxY1GrWN33AiasJ.ttf",
        "italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1GrWN33AiasJ.ttf",
        "500italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFw01GrWN33AiasJ.ttf",
        "600italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzY02rWN33AiasJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzh02rWN33AiasJ.ttf",
        "800italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG02rWN33AiasJ.ttf",
        "900italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyv02rWN33AiasJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_elmrW.ttf"
    },
    {
      "family": "Chivo Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hrqfVKphL03l4.ttf",
        "200": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hr6fVKphL03l4.ttf",
        "300": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D6_r6fVKphL03l4.ttf",
        "regular": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr6fVKphL03l4.ttf",
        "500": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7Tr6fVKphL03l4.ttf",
        "600": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4_qKfVKphL03l4.ttf",
        "700": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4GqKfVKphL03l4.ttf",
        "800": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hqKfVKphL03l4.ttf",
        "900": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5IqKfVKphL03l4.ttf",
        "100italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-XIJxp1ml4imo.ttf",
        "200italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-WIJxp1ml4imo.ttf",
        "300italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7BGWIJxp1ml4imo.ttf",
        "italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-WIJxp1ml4imo.ttf",
        "500italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7H2WIJxp1ml4imo.ttf",
        "600italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7JGRIJxp1ml4imo.ttf",
        "700italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7KiRIJxp1ml4imo.ttf",
        "800italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-RIJxp1ml4imo.ttf",
        "900italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7OaRIJxp1ml4imo.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr5fUIJw.ttf"
    },
    {
      "family": "Chokokutai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chokokutai/v9/kmK4Zqw4HwvCeHGM8Fws9y7ypu1Kr7I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chokokutai/v9/kmK4Zqw4HwvCeHGM8Fwsxy_4og.ttf"
    },
    {
      "family": "Chonburi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chonburi/v12/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chonburi/v12/8AtqGs-wOpGRTBq66LWbHLk.ttf"
    },
    {
      "family": "Cinzel",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf",
        "500": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf",
        "600": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf",
        "700": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf",
        "800": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf",
        "900": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYvlCA.ttf"
    },
    {
      "family": "Cinzel Decorative",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf",
        "700": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf",
        "900": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaCSScvJGqLYhG8nNt8KPPswUAPni7VTMk.ttf"
    },
    {
      "family": "Clicker Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq71rZ0T4.ttf"
    },
    {
      "family": "Climate Crisis",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2024-02-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/climatecrisis/v8/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFp6jaUrGb7PsQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/climatecrisis/v8/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFpKjK8v.ttf"
    },
    {
      "family": "Coda",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUIMapaN39I.ttf",
        "800": "https://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8FUMGbg.ttf"
    },
    {
      "family": "Codystar",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/codystar/v17/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf",
        "regular": "https://fonts.gstatic.com/s/codystar/v17/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/codystar/v17/FwZY7-Q1xVk-40qxOu6B6Mw.ttf"
    },
    {
      "family": "Coiny",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PUwaGFA.ttf"
    },
    {
      "family": "Combo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhj0jDOs.ttf"
    },
    {
      "family": "Comfortaa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v45",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
        "regular": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",
        "500": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
        "600": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
        "700": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrUfJQ.ttf"
    },
    {
      "family": "Comforter",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comforter/v7/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comforter/v7/H4clBXOCl8nQnlaql3Qq6Zu4.ttf"
    },
    {
      "family": "Comforter Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comforterbrush/v7/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comforterbrush/v7/Y4GTYa1xVSggrfzZI5WMjxRaOz0Twbj5.ttf"
    },
    {
      "family": "Comic Neue",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf",
        "300italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf",
        "regular": "https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf",
        "italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf",
        "700": "https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf",
        "700italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeD96zp4g.ttf"
    },
    {
      "family": "Coming Soon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1t-TWDw.ttf"
    },
    {
      "family": "Comme",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cBr644fWsRO9w.ttf",
        "200": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcFr644fWsRO9w.ttf",
        "300": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zu8Fr644fWsRO9w.ttf",
        "regular": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFr644fWsRO9w.ttf",
        "500": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z18Fr644fWsRO9w.ttf",
        "600": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zO8Zr644fWsRO9w.ttf",
        "700": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zAsZr644fWsRO9w.ttf",
        "800": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcZr644fWsRO9w.ttf",
        "900": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zTMZr644fWsRO9w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFb6oQb.ttf"
    },
    {
      "family": "Commissioner",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNcGPe7Fu0jUdk.ttf",
        "200": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENdGPe7Fu0jUdk.ttf",
        "300": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTJ1dGPe7Fu0jUdk.ttf",
        "regular": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPe7Fu0jUdk.ttf",
        "500": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPe7Fu0jUdk.ttf",
        "600": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTB1aGPe7Fu0jUdk.ttf",
        "700": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTCRaGPe7Fu0jUdk.ttf",
        "800": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPe7Fu0jUdk.ttf",
        "900": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTGpaGPe7Fu0jUdk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdKPaxEg.ttf"
    },
    {
      "family": "Concert One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/concertone/v21/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/concertone/v21/VEM1Ro9xs5PjtzCu-srDqSTkjPs.ttf"
    },
    {
      "family": "Condiment",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/condiment/v24/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/condiment/v24/pONk1hggFNmwvXALyH6iqoP8.ttf"
    },
    {
      "family": "Content",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf",
        "700": "https://fonts.gstatic.com/s/content/v24/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwYaH4Jg.ttf"
    },
    {
      "family": "Contrail One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/contrailone/v19/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/contrailone/v19/eLGbP-j_JA-kG0_Zo51noaftZEHp.ttf"
    },
    {
      "family": "Convergence",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYShbu0o.ttf"
    },
    {
      "family": "Cookie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cookie/v21/syky-y18lb0tSbfNlQCT9tPdpw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cookie/v21/syky-y18lb0tSbf9lAqX.ttf"
    },
    {
      "family": "Copse",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0djHkihUb-A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb3diFEw.ttf"
    },
    {
      "family": "Corben",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/corben/v21/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf",
        "700": "https://fonts.gstatic.com/s/corben/v21/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/corben/v21/LYjDdGzzklQtCMpNoQNA.ttf"
    },
    {
      "family": "Corinthia",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/corinthia/v11/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf",
        "700": "https://fonts.gstatic.com/s/corinthia/v11/wEO6EBrAnchaJyPMHE097d8v1GAbgbLXQA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/corinthia/v11/wEO_EBrAnchaJyPMHE01UPoP.ttf"
    },
    {
      "family": "Cormorant",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Rg7A2uwYs.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf",
        "500": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Rg7A2uwYs.ttf",
        "600": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Rg7A2uwYs.ttf",
        "700": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Rg7A2uwYs.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq6C-r0YvxdA.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq6C-r0YvxdA.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq6C-r0YvxdA.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq6C-r0YvxdA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq6C-r0YvxdA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7Vq6A.ttf"
    },
    {
      "family": "Cormorant Garamond",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYr3tP.ttf"
    },
    {
      "family": "Cormorant Infant",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN997_EV3A.ttf"
    },
    {
      "family": "Cormorant SC",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwsurTA0.ttf"
    },
    {
      "family": "Cormorant Unicase",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX9vSlMc.ttf"
    },
    {
      "family": "Cormorant Upright",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y1vUhDA.ttf"
    },
    {
      "family": "Courgette",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUk1UPoP.ttf"
    },
    {
      "family": "Courier Prime",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf",
        "italic": "https://fonts.gstatic.com/s/courierprime/v9/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf",
        "700": "https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf",
        "700italic": "https://fonts.gstatic.com/s/courierprime/v9/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELawdpXw.ttf"
    },
    {
      "family": "Cousine",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cousine/v27/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf",
        "italic": "https://fonts.gstatic.com/s/cousine/v27/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf",
        "700": "https://fonts.gstatic.com/s/cousine/v27/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/cousine/v27/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cousine/v27/d6lIkaiiRdih4SpP_SIvyQ.ttf"
    },
    {
      "family": "Coustard",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf",
        "900": "https://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU-UOt2E.ttf"
    },
    {
      "family": "Covered By Your Grace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOSEFwgp.ttf"
    },
    {
      "family": "Crafty Girls",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NveQBf_.ttf"
    },
    {
      "family": "Creepster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4RdH38.ttf"
    },
    {
      "family": "Crete Round",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf",
        "italic": "https://fonts.gstatic.com/s/creteround/v14/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxK190bg.ttf"
    },
    {
      "family": "Crimson Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf",
        "300": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf",
        "regular": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf",
        "500": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf",
        "600": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf",
        "700": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf",
        "800": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf",
        "900": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf",
        "300italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf",
        "italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf",
        "500italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf",
        "600italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf",
        "700italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf",
        "800italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf",
        "900italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm1MOZs7.ttf"
    },
    {
      "family": "Crimson Text",
      "variants": [
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf",
        "italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf",
        "600": "https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf",
        "600italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf",
        "700": "https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf",
        "700italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJfaQhW.ttf"
    },
    {
      "family": "Croissant One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/croissantone/v26/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/croissantone/v26/3y9n6bU9bTPg4m8NDy3Kq24UA3tgmw.ttf"
    },
    {
      "family": "Crushed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/crushed/v29/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crushed/v29/U9Mc6dym6WXImTlFf1gVvA.ttf"
    },
    {
      "family": "Cuprum",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf",
        "500": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjzSJjQjgnU.ttf",
        "600": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjzSJjQjgnU.ttf",
        "700": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjzSJjQjgnU.ttf",
        "italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YIhYmknUPEA.ttf",
        "500italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YIhYmknUPEA.ttf",
        "600italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYIhYmknUPEA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYIhYmknUPEA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6Vj3YIg.ttf"
    },
    {
      "family": "Cute Font",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutefont/v22/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutefont/v22/Noaw6Uny2oWPbSHMrY6fmZlR.ttf"
    },
    {
      "family": "Cutive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutive/v21/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutive/v21/NaPZcZ_fHOhV3IpLTvJH.ttf"
    },
    {
      "family": "Cutive Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutivemono/v20/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutivemono/v20/m8JWjfRfY7WVjVi2E-K9H6RETms.ttf"
    },
    {
      "family": "DM Mono",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf",
        "300italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf",
        "regular": "https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf",
        "italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf",
        "500": "https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf",
        "500italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYthyQAQ.ttf"
    },
    {
      "family": "DM Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-07-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1hTmf3ZGMZpg.ttf",
        "200": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxhTmf3ZGMZpg.ttf",
        "300": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhTmf3ZGMZpg.ttf",
        "regular": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTmf3ZGMZpg.ttf",
        "500": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTmf3ZGMZpg.ttf",
        "600": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTmf3ZGMZpg.ttf",
        "700": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTmf3ZGMZpg.ttf",
        "800": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpthTmf3ZGMZpg.ttf",
        "900": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thTmf3ZGMZpg.ttf",
        "100italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDG3zRmYJpso5.ttf",
        "200italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDW3zRmYJpso5.ttf",
        "300italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW3zRmYJpso5.ttf",
        "italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW3zRmYJpso5.ttf",
        "500italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW3zRmYJpso5.ttf",
        "600italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm3zRmYJpso5.ttf",
        "700italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm3zRmYJpso5.ttf",
        "800italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm3zRmYJpso5.ttf",
        "900italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm3zRmYJpso5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRT23z.ttf"
    },
    {
      "family": "DM Serif Display",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf",
        "italic": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Zx1w.ttf"
    },
    {
      "family": "DM Serif Text",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",
        "italic": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyWfKFWA.ttf"
    },
    {
      "family": "Dai Banna SIL",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "new-tai-lue"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tYKoDsrKOgMX95A.ttf",
        "300italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyygsjAPiES55D3Vg.ttf",
        "regular": "https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7jS6AKsLhJgo.ttf",
        "italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-mwj0AJWmpwGyJ2uEoA4I7vSyKLuDkNgoO7g.ttf",
        "500": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tdqpDsrKOgMX95A.ttf",
        "500italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy2snAPiES55D3Vg.ttf",
        "600": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tfauDsrKOgMX95A.ttf",
        "600italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy9s7APiES55D3Vg.ttf",
        "700": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tZKvDsrKOgMX95A.ttf",
        "700italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyyks_APiES55D3Vg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7vS-KLg.ttf"
    },
    {
      "family": "Damion",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZkbGwz.ttf"
    },
    {
      "family": "Dancing Script",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf",
        "500": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf",
        "600": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf",
        "700": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3TOp5.ttf"
    },
    {
      "family": "Dangrek",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dangrek/v30/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dangrek/v30/LYjCdG30nEgoH8E2sCJgrQ.ttf"
    },
    {
      "family": "Darker Grotesque",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-31",
      "files": {
        "300": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXxpqn7y-XFyZFUB.ttf",
        "regular": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qn7y-XFyZFUB.ttf",
        "500": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXwFqn7y-XFyZFUB.ttf",
        "600": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzprX7y-XFyZFUB.ttf",
        "700": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzQrX7y-XFyZFUB.ttf",
        "800": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXy3rX7y-XFyZFUB.ttf",
        "900": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXyerX7y-XFyZFUB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qk7z83U.ttf"
    },
    {
      "family": "Darumadrop One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/darumadropone/v10/cY9cfjeIW11dpCKgRLi675a87IhHBJOxZQPp.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/darumadropone/v10/cY9cfjeIW11dpCKgRLi675a87LhGDpc.ttf"
    },
    {
      "family": "David Libre",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/davidlibre/v14/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf",
        "500": "https://fonts.gstatic.com/s/davidlibre/v14/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf",
        "700": "https://fonts.gstatic.com/s/davidlibre/v14/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/davidlibre/v14/snfus0W_99N64iuYSvp4W8l94Jo.ttf"
    },
    {
      "family": "Dawning of a New Day",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dawningofanewday/v20/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dawningofanewday/v20/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAw8aj2Y.ttf"
    },
    {
      "family": "Days One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/daysone/v18/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/daysone/v18/mem9YaCnxnKRiYZOCIYUcr0.ttf"
    },
    {
      "family": "Dekko",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dekko/v21/46khlb_wWjfSrttFR0vsfl1B.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dekko/v21/46khlb_wWjfSrutETU8.ttf"
    },
    {
      "family": "Dela Gothic One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delagothicone/v15/hESp6XxvMDRA-2eD0lXpDa6QkBAGRUsJQAlbUA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delagothicone/v15/hESp6XxvMDRA-2eD0lXpDa6QkBA2REEN.ttf"
    },
    {
      "family": "Delicious Handrawn",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ113JpDd6u3AQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ1F3ZBH.ttf"
    },
    {
      "family": "Delius",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delius/v19/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delius/v19/PN_xRfK0pW_9e1rdYMg6.ttf"
    },
    {
      "family": "Delius Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/deliusswashcaps/v23/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/deliusswashcaps/v23/oY1E8fPLr7v4JWCExZpWebxVKORpXUecIGM.ttf"
    },
    {
      "family": "Delius Unicase",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/deliusunicase/v28/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf",
        "700": "https://fonts.gstatic.com/s/deliusunicase/v28/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/deliusunicase/v28/845BNMEwEIOVT8BmgfSzIr_6mlLGfeo.ttf"
    },
    {
      "family": "Della Respira",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dellarespira/v22/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dellarespira/v22/RLp5K5v44KaueWI6iEJQBiGPdfgYvw.ttf"
    },
    {
      "family": "Denk One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/denkone/v19/dg4m_pzhrqcFb2IzROtHpbglShon.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/denkone/v19/dg4m_pzhrqcFb2IzRNtGr7w.ttf"
    },
    {
      "family": "Devonshire",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/devonshire/v27/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/devonshire/v27/46kqlbDwWirWr4gtBD2Bb0Rg1w.ttf"
    },
    {
      "family": "Dhurjati",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dhurjati/v24/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dhurjati/v24/_6_8ED3gSeatXfFiFU3zQqA.ttf"
    },
    {
      "family": "Didact Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASlU2Yow.ttf"
    },
    {
      "family": "Diphylleia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diphylleia/v1/DtVmJxCtRKMixK4_HXsIulwm6gDXvwE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diphylleia/v1/DtVmJxCtRKMixK4_HXsIil0s7g.ttf"
    },
    {
      "family": "Diplomata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diplomata/v31/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diplomata/v31/Cn-0JtiMXwhNwp-wKxyvYWZc.ttf"
    },
    {
      "family": "Diplomata SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diplomatasc/v28/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diplomatasc/v28/buExpoi3ecvs3kidKgBJo2kv-fRK.ttf"
    },
    {
      "family": "Do Hyeon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dohyeon/v18/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dohyeon/v18/TwMN-I8CRRU2zM86HGE2bQI.ttf"
    },
    {
      "family": "Dokdo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dokdo/v17/esDf315XNuCBLxLo4NaMlKcH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dokdo/v17/esDf315XNuCBLyLp6tI.ttf"
    },
    {
      "family": "Domine",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI10VErGuW8Q.ttf",
        "500": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI10VErGuW8Q.ttf",
        "600": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI10VErGuW8Q.ttf",
        "700": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI10VErGuW8Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAE1wfFg.ttf"
    },
    {
      "family": "Donegal One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FaRETms.ttf"
    },
    {
      "family": "Dongle",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeEcxrYjWNzXvVPA.ttf",
        "regular": "https://fonts.gstatic.com/s/dongle/v12/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf",
        "700": "https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeActrYjWNzXvVPA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dongle/v12/sJoF3Ltdjt6VPkqWvO5L.ttf"
    },
    {
      "family": "Doppio One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-pgorLA.ttf"
    },
    {
      "family": "Dorsa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dorsa/v27/yYLn0hjd0OGwqo493XCFxAnQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dorsa/v27/yYLn0hjd0OGwqr4813Q.ttf"
    },
    {
      "family": "Dosis",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf",
        "300": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf",
        "regular": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf",
        "500": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf",
        "600": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf",
        "700": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf",
        "800": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml3RMB.ttf"
    },
    {
      "family": "DotGothic16",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dotgothic16/v17/v6-QGYjBJFKgyw5nSoDAGE7L435YPFrT.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dotgothic16/v17/v6-QGYjBJFKgyw5nSoDAGH7K6Xo.ttf"
    },
    {
      "family": "Dr Sugiyama",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/drsugiyama/v28/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/drsugiyama/v28/HTxoL2k4N3O9n5I1boGI7ZbQOYs.ttf"
    },
    {
      "family": "Duru Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOBTv3c.ttf"
    },
    {
      "family": "DynaPuff",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6YjrSRs4wn8.ttf",
        "500": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6YjrSRs4wn8.ttf",
        "600": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6YjrSRs4wn8.ttf",
        "700": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6YjrSRs4wn8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2YnhTQ.ttf"
    },
    {
      "family": "Dynalight",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dynalight/v22/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dynalight/v22/1Ptsg8LOU_aOmQvTsF44S4Fv.ttf"
    },
    {
      "family": "EB Garamond",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf",
        "500": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf",
        "600": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf",
        "700": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf",
        "800": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf",
        "italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf",
        "500italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf",
        "600italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf",
        "700italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf",
        "800italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkAo96.ttf"
    },
    {
      "family": "Eagle Lake",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eaglelake/v24/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eaglelake/v24/ptRMTiqbbuNJDOiKj9wG1O_4LQ.ttf"
    },
    {
      "family": "East Sea Dokdo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eastseadokdo/v22/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eastseadokdo/v22/xfuo0Wn2V2_KanASqXSZp22m06_bE68.ttf"
    },
    {
      "family": "Eater",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eater/v25/mtG04_FCK7bOvpu2u3FwsXsR.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eater/v25/mtG04_FCK7bOvqu3sXU.ttf"
    },
    {
      "family": "Economica",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/economica/v15/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf",
        "italic": "https://fonts.gstatic.com/s/economica/v15/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf",
        "700": "https://fonts.gstatic.com/s/economica/v15/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf",
        "700italic": "https://fonts.gstatic.com/s/economica/v15/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/economica/v15/Qw3fZQZaHCLgIWa29ZBbMMIE.ttf"
    },
    {
      "family": "Eczar",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WqTIVKWJKWg.ttf",
        "500": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WqTIVKWJKWg.ttf",
        "600": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWqTIVKWJKWg.ttf",
        "700": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWqTIVKWJKWg.ttf",
        "800": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWqTIVKWJKWg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6mqDgR.ttf"
    },
    {
      "family": "Edu NSW ACT Foundation",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v2",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGLeC-sfguJ.ttf",
        "500": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGLeC-sfguJ.ttf",
        "600": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGLeC-sfguJ.ttf",
        "700": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGLeC-sfguJ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tosGKcis.ttf"
    },
    {
      "family": "Edu QLD Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oebi6vyVWCN.ttf",
        "500": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oebi6vyVWCN.ttf",
        "600": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yebi6vyVWCN.ttf",
        "700": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yebi6vyVWCN.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3reaga8.ttf"
    },
    {
      "family": "Edu SA Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fo1yBydUEDs.ttf",
        "500": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fo1yBydUEDs.ttf",
        "600": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fo1yBydUEDs.ttf",
        "700": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fo1yBydUEDs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989Tox4Aw.ttf"
    },
    {
      "family": "Edu TAS Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkrBWRhvk02.ttf",
        "500": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkrBWRhvk02.ttf",
        "600": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkrBWRhvk02.ttf",
        "700": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkrBWRhvk02.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwelkqD2A.ttf"
    },
    {
      "family": "Edu VIC WA NT Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmFXwnpkeGR.ttf",
        "500": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmFXwnpkeGR.ttf",
        "600": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mFXwnpkeGR.ttf",
        "700": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mFXwnpkeGR.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlMmEVQ0.ttf"
    },
    {
      "family": "El Messiri",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65ghj3OoapG.ttf",
        "500": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65ghj3OoapG.ttf",
        "600": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5ghj3OoapG.ttf",
        "700": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5ghj3OoapG.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55hjDk.ttf"
    },
    {
      "family": "Electrolize",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/electrolize/v18/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/electrolize/v18/cIf5Ma1dtE0zSiGSiED7AXEHuIo.ttf"
    },
    {
      "family": "Elsie",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elsie/v24/BCanqZABrez54yYu9slAeLgX.ttf",
        "900": "https://fonts.gstatic.com/s/elsie/v24/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elsie/v24/BCanqZABrez54xYv_M0.ttf"
    },
    {
      "family": "Elsie Swash Caps",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf",
        "900": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845DNN8xGZyVX5MVo_upKf7KnjK0TevfLA.ttf"
    },
    {
      "family": "Emblema One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOELRAFFo.ttf"
    },
    {
      "family": "Emilys Candy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/emilyscandy/v19/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/emilyscandy/v19/2EbgL-1mD1Rnb0OGKudbk0yJrtZv.ttf"
    },
    {
      "family": "Encode Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf",
        "200": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf",
        "300": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf",
        "500": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf",
        "600": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf",
        "700": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf",
        "800": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf",
        "900": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjVtSF6A.ttf"
    },
    {
      "family": "Encode Sans Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2gK-J.ttf"
    },
    {
      "family": "Encode Sans Expanded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf",
        "200": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf",
        "300": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf",
        "500": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf",
        "600": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf",
        "700": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf",
        "800": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf",
        "900": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpojKQM.ttf"
    },
    {
      "family": "Encode Sans SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8c9NOEEClIc.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8c9NOEEClIc.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8c9NOEEClIc.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8c9NOEEClIc.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8c9NOEEClIc.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8c9NOEEClIc.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8c9NOEEClIc.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8c9NOEEClIc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhmwc5HPA.ttf"
    },
    {
      "family": "Encode Sans Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1yQ9ME.ttf"
    },
    {
      "family": "Encode Sans Semi Expanded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TO4s1Kw.ttf"
    },
    {
      "family": "Engagement",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/engagement/v26/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/engagement/v26/x3dlckLDZbqa7RUs9MFVbNsmtw.ttf"
    },
    {
      "family": "Englebert",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/englebert/v21/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/englebert/v21/xn7iYH8w2XGrC8AR4HSBTv3c.ttf"
    },
    {
      "family": "Enriqueta",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/enriqueta/v17/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf",
        "500": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf",
        "600": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf",
        "700": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/enriqueta/v17/goksH6L7AUFrRvV44HVjSkqn.ttf"
    },
    {
      "family": "Ephesis",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ephesis/v9/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ephesis/v9/uU9PCBUS8IerL2VG3xLR2g.ttf"
    },
    {
      "family": "Epilogue",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf",
        "200": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf",
        "300": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf",
        "regular": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf",
        "500": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf",
        "600": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf",
        "700": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf",
        "800": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf",
        "900": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf",
        "100italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf",
        "200italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf",
        "300italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf",
        "italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf",
        "500italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf",
        "600italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf",
        "700italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf",
        "800italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf",
        "900italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPSDZ_R.ttf"
    },
    {
      "family": "Erica One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ericaone/v27/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ericaone/v27/WBLnrEXccV9VGrOKmGDFWkXI.ttf"
    },
    {
      "family": "Esteban",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GROqJ4g.ttf"
    },
    {
      "family": "Estonia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/estonia/v11/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/estonia/v11/7Au_p_4ijSecA1yHOCP2yg.ttf"
    },
    {
      "family": "Euphoria Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/euphoriascript/v20/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/euphoriascript/v20/mFTpWb0X2bLb_cx6To2B8GpKoD5qkvxX.ttf"
    },
    {
      "family": "Ewert",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ewert/v25/va9I4kzO2tFODYBvS-J3kbDP.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ewert/v25/va9I4kzO2tFODbBuQeY.ttf"
    },
    {
      "family": "Exo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf",
        "200": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf",
        "300": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf",
        "regular": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf",
        "500": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf",
        "600": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf",
        "700": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf",
        "800": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf",
        "900": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf",
        "100italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf",
        "200italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf",
        "300italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf",
        "italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf",
        "500italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf",
        "600italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf",
        "700italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf",
        "800italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf",
        "900italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwJmPg.ttf"
    },
    {
      "family": "Exo 2",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf",
        "200": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf",
        "300": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf",
        "regular": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf",
        "500": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf",
        "600": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf",
        "700": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf",
        "800": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf",
        "900": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf",
        "200italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf",
        "300italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf",
        "italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf",
        "500italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf",
        "600italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf",
        "700italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf",
        "800italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf",
        "900italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsP9C6.ttf"
    },
    {
      "family": "Expletus Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1oFQTcXfMm.ttf",
        "500": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1oFQTcXfMm.ttf",
        "600": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1oFQTcXfMm.ttf",
        "700": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1oFQTcXfMm.ttf",
        "italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwD-WOMmKKY.ttf",
        "500italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwD-WOMmKKY.ttf",
        "600italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwD-WOMmKKY.ttf",
        "700italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwD-WOMmKKY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2v1pHwA.ttf"
    },
    {
      "family": "Explora",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/explora/v9/tsstApxFfjUH4wrvc1qPonC3vqc.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/explora/v9/tsstApxFfjUH4wrvQ1uFpg.ttf"
    },
    {
      "family": "Fahkwang",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf",
        "200italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf",
        "300": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf",
        "300italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf",
        "regular": "https://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf",
        "italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf",
        "500": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf",
        "500italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf",
        "600": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf",
        "600italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf",
        "700": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf",
        "700italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpOqOuLk.ttf"
    },
    {
      "family": "Familjen Grotesk",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf",
        "500": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSztc1jcEYq2.ttf",
        "600": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbiztc1jcEYq2.ttf",
        "700": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubiztc1jcEYq2.ttf",
        "italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVz-FJq2Rv4.ttf",
        "500italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVz-FJq2Rv4.ttf",
        "600italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVz-FJq2Rv4.ttf",
        "700italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVz-FJq2Rv4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaRzseVw.ttf"
    },
    {
      "family": "Fanwood Text",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf",
        "italic": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xX2RNzc.ttf"
    },
    {
      "family": "Farro",
      "variants": [
        "300",
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf",
        "regular": "https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVNHLq2cV5d.ttf",
        "500": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf",
        "700": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHaVMFr4.ttf"
    },
    {
      "family": "Farsan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/farsan/v22/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/farsan/v22/VEMwRoJ0vY_zsyzK26Wt.ttf"
    },
    {
      "family": "Fascinate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIElS1bzU.ttf"
    },
    {
      "family": "Fascinate Inline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy5gzIeQ.ttf"
    },
    {
      "family": "Faster One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhf-LqYgg.ttf"
    },
    {
      "family": "Fasthand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fasthand/v30/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fasthand/v30/0yb9GDohyKTYn_ZEERkvaEg.ttf"
    },
    {
      "family": "Fauna One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEB2EZP.ttf"
    },
    {
      "family": "Faustina",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvGVWWe8tbEg.ttf",
        "regular": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf",
        "500": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf",
        "600": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf",
        "700": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf",
        "800": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvGVWWe8tbEg.ttf",
        "300italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-SWc5LEnoF.ttf",
        "italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf",
        "500italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf",
        "600italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf",
        "700italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf",
        "800italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-SWc5LEnoF.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEfGF-S.ttf"
    },
    {
      "family": "Federant",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/federant/v29/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/federant/v29/2sDdZGNfip_eirT0_X0iT0U.ttf"
    },
    {
      "family": "Federo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbWjFma.ttf"
    },
    {
      "family": "Felipa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/felipa/v25/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/felipa/v25/FwZa7-owz1Eu4F_ASd6A.ttf"
    },
    {
      "family": "Fenix",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5rssITQ.ttf"
    },
    {
      "family": "Festive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/festive/v9/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/festive/v9/cY9Ffj6KX1xcoDWhJtbqzw.ttf"
    },
    {
      "family": "Figtree",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5ewkEU4HTy.ttf",
        "regular": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf",
        "500": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf",
        "600": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15ewkEU4HTy.ttf",
        "700": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15ewkEU4HTy.ttf",
        "800": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15ewkEU4HTy.ttf",
        "900": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15ewkEU4HTy.ttf",
        "300italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A-gdyEU25WTybO8.ttf",
        "italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEU25WTybO8.ttf",
        "500italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A4QdyEU25WTybO8.ttf",
        "600italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEU25WTybO8.ttf",
        "700italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEU25WTybO8.ttf",
        "800italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3AzYayEU25WTybO8.ttf",
        "900italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEU25WTybO8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5fyEU.ttf"
    },
    {
      "family": "Finger Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fingerpaint/v19/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fingerpaint/v19/0QInMXVJ-o-oRn_7dron8YW-8pzW.ttf"
    },
    {
      "family": "Finlandica",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEjx9i5ss3a3.ttf",
        "500": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEjx9i5ss3a3.ttf",
        "600": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0jx9i5ss3a3.ttf",
        "700": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0jx9i5ss3a3.ttf",
        "italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_CpOtma3uNQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_CpOtma3uNQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_CpOtma3uNQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rHjw_Co.ttf"
    },
    {
      "family": "Fira Code",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf",
        "regular": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf",
        "500": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf",
        "600": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf",
        "700": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sJVb7Mw.ttf"
    },
    {
      "family": "Fira Mono",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf",
        "500": "https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf",
        "700": "https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtgIP7X.ttf"
    },
    {
      "family": "Fira Sans",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasans/v17/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",
        "200": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",
        "300": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",
        "regular": "https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",
        "italic": "https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",
        "500": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",
        "600": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",
        "700": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",
        "800": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",
        "900": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VvkYjO.ttf"
    },
    {
      "family": "Fira Sans Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf",
        "200": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf",
        "300": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf",
        "regular": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf",
        "italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf",
        "500": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf",
        "600": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf",
        "700": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf",
        "800": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf",
        "900": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfDtqA.ttf"
    },
    {
      "family": "Fira Sans Extra Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf",
        "200": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf",
        "300": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf",
        "regular": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf",
        "italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf",
        "500": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf",
        "600": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf",
        "700": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf",
        "800": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf",
        "900": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fmuvw.ttf"
    },
    {
      "family": "Fjalla One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-04-04",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFrOd6lw.ttf"
    },
    {
      "family": "Fjord One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKb6ORE.ttf"
    },
    {
      "family": "Flamenco",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf",
        "regular": "https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWGHK06UY30.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssZWHFqk.ttf"
    },
    {
      "family": "Flavors",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flavors/v26/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flavors/v26/FBV2dDrhxqmveJTpXk3vMg.ttf"
    },
    {
      "family": "Fleur De Leah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fleurdeleah/v9/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fleurdeleah/v9/AYCNpXX7ftYZWLhv9UmPJTMC1ven5A.ttf"
    },
    {
      "family": "Flow Block",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowblock/v11/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowblock/v11/wlp0gwfPCEB65UmTk-d6yWdvaA.ttf"
    },
    {
      "family": "Flow Circular",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowcircular/v11/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowcircular/v11/lJwB-pc4j2F-H8YKuyvfxdZ41ibjXQ.ttf"
    },
    {
      "family": "Flow Rounded",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowrounded/v11/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowrounded/v11/-zki91mtwsU9qlLiGwD4oQXHoJ_6.ttf"
    },
    {
      "family": "Foldit",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpANmapUYLHkN80.ttf",
        "200": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhAMmapUYLHkN80.ttf",
        "300": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xs4MmapUYLHkN80.ttf",
        "regular": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMmapUYLHkN80.ttf",
        "500": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XqIMmapUYLHkN80.ttf",
        "600": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xk4LmapUYLHkN80.ttf",
        "700": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XncLmapUYLHkN80.ttf",
        "800": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhALmapUYLHkN80.ttf",
        "900": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XjkLmapUYLHkN80.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMqateZA.ttf"
    },
    {
      "family": "Fondamento",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fondamento/v20/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf",
        "italic": "https://fonts.gstatic.com/s/fondamento/v20/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fondamento/v20/4UaHrEJGsxNmFTPDnkaJ96zp4g.ttf"
    },
    {
      "family": "Fontdiner Swanky",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fontdinerswanky/v23/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fontdinerswanky/v23/ijwOs4XgRNsiaI5-hcVb4hQgMvCD0uAVLg.ttf"
    },
    {
      "family": "Forum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew8IXOpc.ttf"
    },
    {
      "family": "Fragment Mono",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf",
        "italic": "https://fonts.gstatic.com/s/fragmentmono/v4/4iC16K5wfMRRjxp0DA6-2CLnB4ZHg6cN71URtQ.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnB4VHgw.ttf"
    },
    {
      "family": "Francois One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9xwiU.ttf"
    },
    {
      "family": "Frank Ruhl Libre",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-06-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw6bYVqQPxR2EUR_.ttf",
        "regular": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYVqQPxR2EUR_.ttf",
        "500": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw73YVqQPxR2EUR_.ttf",
        "600": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4bZlqQPxR2EUR_.ttf",
        "700": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4iZlqQPxR2EUR_.ttf",
        "800": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5FZlqQPxR2EUR_.ttf",
        "900": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5sZlqQPxR2EUR_.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYWqRNRA.ttf"
    },
    {
      "family": "Fraunces",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjDvTShUtWNg.ttf",
        "200": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujDvTShUtWNg.ttf",
        "300": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujDvTShUtWNg.ttf",
        "regular": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf",
        "500": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf",
        "600": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDvTShUtWNg.ttf",
        "700": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDvTShUtWNg.ttf",
        "800": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDvTShUtWNg.ttf",
        "900": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjDvTShUtWNg.ttf",
        "100italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Wp05GNi3k.ttf",
        "200italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Wp05GNi3k.ttf",
        "300italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Wp05GNi3k.ttf",
        "italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Wp05GNi3k.ttf",
        "500italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Wp05GNi3k.ttf",
        "600italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Wp05GNi3k.ttf",
        "700italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Wp05GNi3k.ttf",
        "800italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Wp05GNi3k.ttf",
        "900italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Wp05GNi3k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxuTD_7W.ttf"
    },
    {
      "family": "Freckle Face",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YIEUliy.ttf"
    },
    {
      "family": "Fredericka the Great",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--SlxbI.ttf"
    },
    {
      "family": "Fredoka",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-04-04",
      "files": {
        "300": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLMFuOLlNldbw.ttf",
        "regular": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFuOLlNldbw.ttf",
        "500": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFuOLlNldbw.ttf",
        "600": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFuOLlNldbw.ttf",
        "700": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFuOLlNldbw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SL8F-mP.ttf"
    },
    {
      "family": "Freehand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/freehand/v31/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/freehand/v31/cIf-Ma5eqk01VjKTgDmARGE.ttf"
    },
    {
      "family": "Fresca",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fresca/v22/6ae94K--SKgCzbM2Gr0W13DKPA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fresca/v22/6ae94K--SKgCzbMGG7cS.ttf"
    },
    {
      "family": "Frijole",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ3xLR2g.ttf"
    },
    {
      "family": "Fruktur",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf",
        "italic": "https://fonts.gstatic.com/s/fruktur/v27/SZc73FHsOru5QYsMTz_MlWjX4DJXgQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMTzzMlQ.ttf"
    },
    {
      "family": "Fugaz One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fugazone/v19/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fugazone/v19/rax_HiWKp9EAITukFsl8BRha.ttf"
    },
    {
      "family": "Fuggles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fuggles/v12/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fuggles/v12/k3kQo8UEJOlD1hpOfd_oKw.ttf"
    },
    {
      "family": "Fuzzy Bubbles",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf",
        "700": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLGKZMbrgv9pwtjPEVNV0F2BnLzYw.ttf"
    },
    {
      "family": "GFS Didot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwSFu3C.ttf"
    },
    {
      "family": "GFS Neohellenic",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf",
        "italic": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf",
        "700": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf",
        "700italic": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5jLKJL.ttf"
    },
    {
      "family": "Gabarito",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248K0FgItq6bFIg.ttf",
        "500": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj20cK0FgItq6bFIg.ttf",
        "600": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2PcW0FgItq6bFIg.ttf",
        "700": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2BMW0FgItq6bFIg.ttf",
        "800": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2Y8W0FgItq6bFIg.ttf",
        "900": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2SsW0FgItq6bFIg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248KEFwgp.ttf"
    },
    {
      "family": "Gabriela",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gabriela/v20/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gabriela/v20/qkBWXvsO6sreR8E-b8m_xL4.ttf"
    },
    {
      "family": "Gaegu",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf",
        "regular": "https://fonts.gstatic.com/s/gaegu/v17/TuGfUVB6Up9NU6ZLodgzydtk.ttf",
        "700": "https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gaegu/v17/TuGfUVB6Up9NU5ZKq9w.ttf"
    },
    {
      "family": "Gafata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gafata/v20/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gafata/v20/XRXV3I6Cn0VJKonIM-aE.ttf"
    },
    {
      "family": "Gajraj One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gajrajone/v5/1cX2aUDCDpXsuWVb1jIjr1GqhcitzeM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gajrajone/v5/1cX2aUDCDpXsuWVb1jIjn1CggQ.ttf"
    },
    {
      "family": "Galada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "bengali",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galada/v18/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galada/v18/H4cmBXyGmcjXlUXO8yY6.ttf"
    },
    {
      "family": "Galdeano",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boAPw-vQ.ttf"
    },
    {
      "family": "Galindo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galindo/v24/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galindo/v24/HI_KiYMeLqVKqwyuc5DoQg.ttf"
    },
    {
      "family": "Gamja Flower",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gamjaflower/v22/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gamjaflower/v22/6NUR8FiKJg-Pa0rM6uN40Z4UyPVB.ttf"
    },
    {
      "family": "Gantari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz3wa5GD2qnm.ttf",
        "200": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj3wa5GD2qnm.ttf",
        "300": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj3wa5GD2qnm.ttf",
        "regular": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3wa5GD2qnm.ttf",
        "500": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj3wa5GD2qnm.ttf",
        "600": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT3wa5GD2qnm.ttf",
        "700": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3wa5GD2qnm.ttf",
        "800": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT3wa5GD2qnm.ttf",
        "900": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT3wa5GD2qnm.ttf",
        "100italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZWh37nmpWc.ttf",
        "200italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZWh37nmpWc.ttf",
        "300italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZWh37nmpWc.ttf",
        "italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZWh37nmpWc.ttf",
        "500italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZWh37nmpWc.ttf",
        "600italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZWh37nmpWc.ttf",
        "700italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZWh37nmpWc.ttf",
        "800italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZWh37nmpWc.ttf",
        "900italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZWh37nmpWc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOg3xYZU.ttf"
    },
    {
      "family": "Gasoek One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80zrq_cyb-vco.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80_ru1dw.ttf"
    },
    {
      "family": "Gayathri",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "malayalam"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/gayathri/v17/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf",
        "regular": "https://fonts.gstatic.com/s/gayathri/v17/MCoQzAb429DbBilWLIA48J_wBugA.ttf",
        "700": "https://fonts.gstatic.com/s/gayathri/v17/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gayathri/v17/MCoQzAb429DbBilWLLA5-ps.ttf"
    },
    {
      "family": "Gelasio",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf",
        "italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf",
        "500": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf",
        "500italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf",
        "600": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf",
        "600italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf",
        "700": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf",
        "700italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqS9CihZA.ttf"
    },
    {
      "family": "Gemunu Libre",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvSLeMXPIWA.ttf",
        "300": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvSLeMXPIWA.ttf",
        "regular": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvSLeMXPIWA.ttf",
        "500": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvSLeMXPIWA.ttf",
        "600": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvSLeMXPIWA.ttf",
        "700": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvSLeMXPIWA.ttf",
        "800": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvSLeMXPIWA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJDvWBfA.ttf"
    },
    {
      "family": "Genos",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknorUK6K7ZsAg.ttf",
        "200": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjorUK6K7ZsAg.ttf",
        "300": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjorUK6K7ZsAg.ttf",
        "regular": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf",
        "500": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjorUK6K7ZsAg.ttf",
        "600": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_orUK6K7ZsAg.ttf",
        "700": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_orUK6K7ZsAg.ttf",
        "800": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_orUK6K7ZsAg.ttf",
        "900": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_orUK6K7ZsAg.ttf",
        "100italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i-CbN8Ard7.ttf",
        "200italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki-CbN8Ard7.ttf",
        "300italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki-CbN8Ard7.ttf",
        "italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki-CbN8Ard7.ttf",
        "500italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki-CbN8Ard7.ttf",
        "600italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui-CbN8Ard7.ttf",
        "700italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui-CbN8Ard7.ttf",
        "800italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui-CbN8Ard7.ttf",
        "900italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui-CbN8Ard7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYrEi-.ttf"
    },
    {
      "family": "Gentium Book Plus",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf",
        "italic": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7bsqMPVZb4.ttf",
        "700": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbGhs_cfKe1.ttf",
        "700italic": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMv-ebe1Els.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpocKef7Y.ttf"
    },
    {
      "family": "Gentium Plus",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf",
        "italic": "https://fonts.gstatic.com/s/gentiumplus/v2/IurD6Ytw-oSPaZ00r2bNe8VZjpFIymg9957e.ttf",
        "700": "https://fonts.gstatic.com/s/gentiumplus/v2/IurC6Ytw-oSPaZ00r2bNe8VRMLRo4EYx_ofHsw.ttf",
        "700italic": "https://fonts.gstatic.com/s/gentiumplus/v2/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uw13ILXs-h6.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VZjZFI.ttf"
    },
    {
      "family": "Geo",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geo/v21/CSRz4zRZlufVL3BmQjlCbQ.ttf",
        "italic": "https://fonts.gstatic.com/s/geo/v21/CSRx4zRZluflLXpiYDxSbf8r.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geo/v21/CSRz4zRZluflLnpi.ttf"
    },
    {
      "family": "Geologica",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-05-31",
      "files": {
        "100": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_qQ-MYAXWnqFs.ttf",
        "200": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_rQ-MYAXWnqFs.ttf",
        "300": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD0HrQ-MYAXWnqFs.ttf",
        "regular": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rQ-MYAXWnqFs.ttf",
        "500": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDy3rQ-MYAXWnqFs.ttf",
        "600": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD8HsQ-MYAXWnqFs.ttf",
        "700": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD_jsQ-MYAXWnqFs.ttf",
        "800": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_sQ-MYAXWnqFs.ttf",
        "900": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD7bsQ-MYAXWnqFs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rc-ISBQ.ttf"
    },
    {
      "family": "Georama",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktmQsL5_tgbg.ttf",
        "200": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtmQsL5_tgbg.ttf",
        "300": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtmQsL5_tgbg.ttf",
        "regular": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf",
        "500": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtmQsL5_tgbg.ttf",
        "600": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tmQsL5_tgbg.ttf",
        "700": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tmQsL5_tgbg.ttf",
        "800": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tmQsL5_tgbg.ttf",
        "900": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tmQsL5_tgbg.ttf",
        "100italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEPxf5wbh3T.ttf",
        "200italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEPxf5wbh3T.ttf",
        "300italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEPxf5wbh3T.ttf",
        "italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf",
        "500italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf",
        "600italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf",
        "700italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf",
        "800italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEPxf5wbh3T.ttf",
        "900italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEPxf5wbh3T.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgdmAEP.ttf"
    },
    {
      "family": "Geostar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geostar/v26/sykz-yx4n701VLOftSq9-trEvlQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geostar/v26/sykz-yx4n701VLOfhSu3_g.ttf"
    },
    {
      "family": "Geostar Fill",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geostarfill/v26/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geostarfill/v26/AMOWz4SWuWiXFfjEohxQ9osEUliy.ttf"
    },
    {
      "family": "Germania One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3uzQhK.ttf"
    },
    {
      "family": "Gideon Roman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gideonroman/v11/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gideonroman/v11/e3tmeuGrVOys8sxzZgWlmXoQeknS.ttf"
    },
    {
      "family": "Gidugu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gidugu/v25/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gidugu/v25/L0x8DFMkk1Uf6w3hvfqi.ttf"
    },
    {
      "family": "Gilda Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR3TjPqg.ttf"
    },
    {
      "family": "Girassol",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/girassol/v22/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/girassol/v22/JTUUjIo_-DK48laaNB9MxW4.ttf"
    },
    {
      "family": "Give You Glory",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYf1yDYI.ttf"
    },
    {
      "family": "Glass Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/glassantiqua/v24/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glassantiqua/v24/xfu30Wr0Wn3NOQM2piC0uXOjrL76Mw.ttf"
    },
    {
      "family": "Glegoo",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/glegoo/v16/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf",
        "700": "https://fonts.gstatic.com/s/glegoo/v16/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glegoo/v16/_Xmt-HQyrTKWaw25iqOd.ttf"
    },
    {
      "family": "Gloock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4N5jxylBrdRjQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4NJjhah.ttf"
    },
    {
      "family": "Gloria Hallelujah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MISz1zY.ttf"
    },
    {
      "family": "Glory",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDpn-dDi9EOQ.ttf",
        "200": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQImDpn-dDi9EOQ.ttf",
        "300": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQnomDpn-dDi9EOQ.ttf",
        "regular": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf",
        "500": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDpn-dDi9EOQ.ttf",
        "600": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Dpn-dDi9EOQ.ttf",
        "700": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Dpn-dDi9EOQ.ttf",
        "800": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Dpn-dDi9EOQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf",
        "200italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf",
        "300italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWZLCpUOaM6.ttf",
        "italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf",
        "500italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf",
        "600italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWZLCpUOaM6.ttf",
        "700italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf",
        "800italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwImzp3WZ.ttf"
    },
    {
      "family": "Gluten",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Luni7ciJh.ttf",
        "200": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Luni7ciJh.ttf",
        "300": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Luni7ciJh.ttf",
        "regular": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf",
        "500": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Luni7ciJh.ttf",
        "600": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Luni7ciJh.ttf",
        "700": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Luni7ciJh.ttf",
        "800": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Luni7ciJh.ttf",
        "900": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Luni7ciJh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7S1KsHw.ttf"
    },
    {
      "family": "Goblin One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goblinone/v26/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goblinone/v26/CSR64z1ZnOqZRjRCBVY_fOYKSA.ttf"
    },
    {
      "family": "Gochi Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1Pkfo___g.ttf"
    },
    {
      "family": "Goldman",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goldman/v19/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf",
        "700": "https://fonts.gstatic.com/s/goldman/v19/pe0rMIWbN4JFplR2FI5XIteQB9Zra1U.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goldman/v19/pe0uMIWbN4JFplR2HDNyAg.ttf"
    },
    {
      "family": "Golos Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5cEr8zXcyx.ttf",
        "500": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVjRQ5cEr8zXcyx.ttf",
        "600": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plWPQg5cEr8zXcyx.ttf",
        "700": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plW2Qg5cEr8zXcyx.ttf",
        "800": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plXRQg5cEr8zXcyx.ttf",
        "900": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plX4Qg5cEr8zXcyx.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRT5dGLs.ttf"
    },
    {
      "family": "Gorditas",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gorditas/v22/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf",
        "700": "https://fonts.gstatic.com/s/gorditas/v22/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gorditas/v22/ll8_K2aTVD26DsPEtTDpB6o.ttf"
    },
    {
      "family": "Gothic A1",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/gothica1/v13/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf",
        "200": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf",
        "300": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf",
        "regular": "https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf",
        "500": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf",
        "600": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf",
        "700": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf",
        "800": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf",
        "900": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwlKbccq.ttf"
    },
    {
      "family": "Gotu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gotu/v16/o-0FIpksx3QOlH0Lioh6-hU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gotu/v16/o-0FIpksx3QOpHwBjg.ttf"
    },
    {
      "family": "Goudy Bookletter 1911",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6IJtBzT.ttf"
    },
    {
      "family": "Gowun Batang",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf",
        "700": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwNs5nhRMIjYsdSgcMa3wRZ4J7awssxJii23w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRRXbv6.ttf"
    },
    {
      "family": "Gowun Dodum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJG0EduA.ttf"
    },
    {
      "family": "Graduate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/graduate/v17/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/graduate/v17/C8cg4cs3o2n15t_2YygQ43k.ttf"
    },
    {
      "family": "Grand Hotel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grandhotel/v19/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandhotel/v19/7Au7p_IgjDKdCRWuR1azplQMGFk.ttf"
    },
    {
      "family": "Grandiflora One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUU_R3y8DOWGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUk_Bf2.ttf"
    },
    {
      "family": "Grandstander",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D3jWttFGmQk.ttf",
        "200": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D3jWttFGmQk.ttf",
        "300": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D3jWttFGmQk.ttf",
        "regular": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf",
        "500": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D3jWttFGmQk.ttf",
        "600": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D3jWttFGmQk.ttf",
        "700": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D3jWttFGmQk.ttf",
        "800": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D3jWttFGmQk.ttf",
        "900": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D3jWttFGmQk.ttf",
        "100italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrcsvNDiQlBYQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzvcsvNDiQlBYQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvcsvNDiQlBYQ.ttf",
        "italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvcsvNDiQlBYQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91TvcsvNDiQlBYQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzcsvNDiQlBYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzcsvNDiQlBYQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzzcsvNDiQlBYQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9TjzcsvNDiQlBYQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--P3ncsg.ttf"
    },
    {
      "family": "Grape Nuts",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grapenuts/v5/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grapenuts/v5/syk2-yF4iLM2RfKj4F7k7tPlpg.ttf"
    },
    {
      "family": "Gravitas One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmqDG5J.ttf"
    },
    {
      "family": "Great Vibes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/greatvibes/v18/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/greatvibes/v18/RWmMoKWR9v4ksMfaWd_JN9XDiaE.ttf"
    },
    {
      "family": "Grechen Fuemen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grechenfuemen/v9/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grechenfuemen/v9/vEFI2_tHEQ4d5ObgKxBzZh0MAVgd8tI.ttf"
    },
    {
      "family": "Grenze",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf",
        "100italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf",
        "200": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf",
        "200italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf",
        "300": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf",
        "300italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf",
        "regular": "https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf",
        "italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf",
        "500": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf",
        "500italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf",
        "600": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf",
        "600italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf",
        "700": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf",
        "700italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf",
        "800": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf",
        "800italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf",
        "900": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf",
        "900italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12BxqH_mIj.ttf"
    },
    {
      "family": "Grenze Gotisch",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf",
        "200": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf",
        "300": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf",
        "regular": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf",
        "500": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf",
        "600": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf",
        "700": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf",
        "800": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf",
        "900": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9kcYqZ.ttf"
    },
    {
      "family": "Grey Qo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/greyqo/v9/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/greyqo/v9/BXRrvF_Nmv_TyXxNPOpa8Q.ttf"
    },
    {
      "family": "Griffy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfASd6A.ttf"
    },
    {
      "family": "Gruppo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gruppo/v21/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gruppo/v21/WwkfxPmzE06v_ZW1WHrE.ttf"
    },
    {
      "family": "Gudea",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CP9IGON7Ez.ttf",
        "italic": "https://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf",
        "700": "https://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WGHK06UY30.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp9CO_oU.ttf"
    },
    {
      "family": "Gugi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gugi/v15/A2BVn5dXywshVA6A9DEfgqM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gugi/v15/A2BVn5dXywshZA-K8A.ttf"
    },
    {
      "family": "Gulzar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gulzar/v12/Wnz6HAc9eB3HB2ILYTwZqg_MPQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gulzar/v12/Wnz6HAc9eB3HB2I7YDYd.ttf"
    },
    {
      "family": "Gupter",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf",
        "500": "https://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf",
        "700": "https://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QkYJy7.ttf"
    },
    {
      "family": "Gurajada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gurajada/v19/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gurajada/v19/FwZY7-Qx308m-l-0Ke6B6Mw.ttf"
    },
    {
      "family": "Gwendolyn",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf",
        "700": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBSXvoO_M3CSss-d7emWLtvmC7HONiSFQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBXXvoO_M3CSss-d7eu5Z5P.ttf"
    },
    {
      "family": "Habibi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNySxha.ttf"
    },
    {
      "family": "Hachi Maru Pop",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hachimarupop/v19/HI_TiYoRLqpLrEiMAuO9Ysfz7rW1EM_btd8u.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hachimarupop/v19/HI_TiYoRLqpLrEiMAuO9Ysfz7oW0Gss.ttf"
    },
    {
      "family": "Hahmlet",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjobsO-aVxn.ttf",
        "200": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjobsO-aVxn.ttf",
        "300": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjobsO-aVxn.ttf",
        "regular": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf",
        "500": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjobsO-aVxn.ttf",
        "600": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jobsO-aVxn.ttf",
        "700": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jobsO-aVxn.ttf",
        "800": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jobsO-aVxn.ttf",
        "900": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jobsO-aVxn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOOjpZMc.ttf"
    },
    {
      "family": "Halant",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf",
        "regular": "https://fonts.gstatic.com/s/halant/v14/u-4-0qaujRI2PbsX39Jmky12eg.ttf",
        "500": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf",
        "600": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf",
        "700": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/halant/v14/u-4-0qaujRI2Pbsn3thi.ttf"
    },
    {
      "family": "Hammersmith One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnrsxEg.ttf"
    },
    {
      "family": "Hanalei",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXzgmVydREus.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHbzksUw.ttf"
    },
    {
      "family": "Hanalei Fill",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQi8VgjF.ttf"
    },
    {
      "family": "Handjet",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "armenian",
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmbUkUsEHFAH2A.ttf",
        "200": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmaUkUsEHFAH2A.ttf",
        "300": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHWeaUkUsEHFAH2A.ttf",
        "regular": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaUkUsEHFAH2A.ttf",
        "500": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHQuaUkUsEHFAH2A.ttf",
        "600": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHeedUkUsEHFAH2A.ttf",
        "700": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHd6dUkUsEHFAH2A.ttf",
        "800": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmdUkUsEHFAH2A.ttf",
        "900": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHZCdUkUsEHFAH2A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaYkQmFA.ttf"
    },
    {
      "family": "Handlee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakPmvwpg.ttf"
    },
    {
      "family": "Hanken Grotesk",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2da4fpNzXhRKA.ttf",
        "200": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Za4fpNzXhRKA.ttf",
        "300": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Nc7WZa4fpNzXhRKA.ttf",
        "regular": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Za4fpNzXhRKA.ttf",
        "500": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcgWZa4fpNzXhRKA.ttf",
        "600": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcbWFa4fpNzXhRKA.ttf",
        "700": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcVGFa4fpNzXhRKA.ttf",
        "800": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Fa4fpNzXhRKA.ttf",
        "900": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcGmFa4fpNzXhRKA.ttf",
        "100italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf",
        "200italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUyovBJ731BKMSK.ttf",
        "300italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyXsovBJ731BKMSK.ttf",
        "italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyovBJ731BKMSK.ttf",
        "500italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWAovBJ731BKMSK.ttf",
        "600italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVspfBJ731BKMSK.ttf",
        "700italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf",
        "800italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUypfBJ731BKMSK.ttf",
        "900italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Zq4PBJ.ttf"
    },
    {
      "family": "Hanuman",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-04-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/hanuman/v22/VuJzdNvD15HhpJJBQMLdPKNiaRpFvg.ttf",
        "300": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQAr_HIlMZRNcp0o.ttf",
        "regular": "https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf",
        "700": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf",
        "900": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQCL6HIlMZRNcp0o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBSKfdPA.ttf"
    },
    {
      "family": "Happy Monkey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OwBgry.ttf"
    },
    {
      "family": "Harmattan",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/harmattan/v19/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf",
        "500": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprv2mHmNZEq6TTFw.ttf",
        "600": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprk26HmNZEq6TTFw.ttf",
        "700": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/harmattan/v19/goksH6L2DkFvVvRp9XpjSkqn.ttf"
    },
    {
      "family": "Headland One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3TB0fNX.ttf"
    },
    {
      "family": "Hedvig Letters Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jQJ1N3Twgi1w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jcJxH2Q.ttf"
    },
    {
      "family": "Hedvig Letters Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hedviglettersserif/v2/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEAZf7fcvSGpZg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hedviglettersserif/v2/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEApfr3Y.ttf"
    },
    {
      "family": "Heebo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v26",
      "lastModified": "2024-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf",
        "200": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf",
        "300": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf",
        "regular": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf",
        "500": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf",
        "600": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf",
        "700": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf",
        "800": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf",
        "900": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSysc0mj.ttf"
    },
    {
      "family": "Henny Penny",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfPQrvXc.ttf"
    },
    {
      "family": "Hepta Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf",
        "200": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf",
        "300": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf",
        "regular": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf",
        "500": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf",
        "600": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf",
        "700": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf",
        "800": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf",
        "900": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5wfaaZQ.ttf"
    },
    {
      "family": "Herr Von Muellerhoff",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/herrvonmuellerhoff/v21/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/herrvonmuellerhoff/v21/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft0c79KY.ttf"
    },
    {
      "family": "Hi Melody",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/himelody/v15/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/himelody/v15/46ktlbP8Vnz0pJcqCTb0fmVA.ttf"
    },
    {
      "family": "Hina Mincho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hinamincho/v12/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hinamincho/v12/2sDaZGBRhpXa2Jjz5w5LAFW9I70.ttf"
    },
    {
      "family": "Hind",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf",
        "regular": "https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIRG5yBROzkDM.ttf",
        "500": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf",
        "600": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf",
        "700": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdG94AQ.ttf"
    },
    {
      "family": "Hind Guntur",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf",
        "regular": "https://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf",
        "500": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf",
        "600": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf",
        "700": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd_QrvXc.ttf"
    },
    {
      "family": "Hind Madurai",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf",
        "regular": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf",
        "500": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf",
        "600": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf",
        "700": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjX8IcH.ttf"
    },
    {
      "family": "Hind Siliguri",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf",
        "regular": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf",
        "500": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf",
        "600": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf",
        "700": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEoTJrawg.ttf"
    },
    {
      "family": "Hind Vadodara",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf",
        "regular": "https://fonts.gstatic.com/s/hindvadodara/v13/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf",
        "500": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf",
        "600": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf",
        "700": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindvadodara/v13/neINzCKvrIcn5pbuuuriV9tTQJTVqQ.ttf"
    },
    {
      "family": "Holtwood One SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/holtwoodonesc/v20/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/holtwoodonesc/v20/yYLx0hLR0P-3vMFSk1TCq3Txg5BHcLz-.ttf"
    },
    {
      "family": "Homemade Apple",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/homemadeapple/v22/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/homemadeapple/v22/Qw3EZQFXECDrI2q789EKQZJob0x8XH0.ttf"
    },
    {
      "family": "Homenaje",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Le6B6Mw.ttf"
    },
    {
      "family": "Honk",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/honk/v1/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgVLo7tNepQKvg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/honk/v1/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgV7orFJ.ttf"
    },
    {
      "family": "Hubballi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hubballi/v7/o-0JIpUj3WIZ1RFN56B7yBBNYuSF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hubballi/v7/o-0JIpUj3WIZ1RFN55B6whQ.ttf"
    },
    {
      "family": "Hurricane",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hurricane/v7/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hurricane/v7/pe0sMIuULZxTolZ5YldCA_e6.ttf"
    },
    {
      "family": "IBM Plex Mono",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n1ikq0g.ttf"
    },
    {
      "family": "IBM Plex Sans",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdfeEA.ttf"
    },
    {
      "family": "IBM Plex Sans Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PC5eMlAMg0.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCTVsVJKxTs.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCTVsVJKxTs.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs61vSbfdlA.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CTVsVJKxTs.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCTVsVJKxTs.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCTVsVJKxTs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6Ys73PA.ttf"
    },
    {
      "family": "IBM Plex Sans Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYavyKs.ttf"
    },
    {
      "family": "IBM Plex Sans Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUjwUcjwCEQq.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQe-b8AV0z0w.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQe-b8AV0z0w.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__VUL0c83gCA.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQe-b8AV0z0w.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQe-b8AV0z0w.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qe-b8AV0z0w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_PVEjw.ttf"
    },
    {
      "family": "IBM Plex Sans Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-l0VqDaM7C4.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt230_hjqF9Tc2.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H0_hjqF9Tc2.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2l8Fk3rSaM.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X0_hjqF9Tc2.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n0_hjqF9Tc2.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ330_hjqF9Tc2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXE2k-l0.ttf"
    },
    {
      "family": "IBM Plex Sans JP",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XLDn9KbTDf6_f7dISNqYf_tvPT7E7yjPB7twdmHQ.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7OLTrNpVuw5_BAM.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7IbQrNpVuw5_BAM.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XNDn9KbTDf6_f7dISNqYf_tvPT1Cr4iNJ-pwc.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7N7RrNpVuw5_BAM.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7PLWrNpVuw5_BAM.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7JbXrNpVuw5_BAM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XNDn9KbTDf6_f7dISNqYf_tvPT5CvyjA.ttf"
    },
    {
      "family": "IBM Plex Sans KR",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_X5zCpMrMfA.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7bsqMPVZb4.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7bsqMPVZb4.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8tK1W77HtMo.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7bsqMPVZb4.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7bsqMPVZb4.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7bsqMPVZb4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNOwtO_Xw.ttf"
    },
    {
      "family": "IBM Plex Sans Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v10",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYlR8ZKUqcX.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFbehGW74OXw.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFbehGW74OXw.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8DtwhZcNaUg.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFbehGW74OXw.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFbehGW74OXw.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFbehGW74OXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLqMD9Yl.ttf"
    },
    {
      "family": "IBM Plex Sans Thai Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKpHOtFCQ76Q.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFmDGC0i8Cc.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFmDGC0i8Cc.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBKAoFGoBCQ.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFmDGC0i8Cc.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFmDGC0i8Cc.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFmDGC0i8Cc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L9BOKpA.ttf"
    },
    {
      "family": "IBM Plex Serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkTiUZ2zI.ttf"
    },
    {
      "family": "IM Fell DW Pica",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf",
        "italic": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNwNZQnQ.ttf"
    },
    {
      "family": "IM Fell DW Pica SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTm-RKO.ttf"
    },
    {
      "family": "IM Fell Double Pica",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf",
        "italic": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0W_VA.ttf"
    },
    {
      "family": "IM Fell Double Pica SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ0YwOfg.ttf"
    },
    {
      "family": "IM Fell English",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAzHFqOd.ttf"
    },
    {
      "family": "IM Fell English SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZ7OoIK.ttf"
    },
    {
      "family": "IM Fell French Canon",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6foUNNk.ttf"
    },
    {
      "family": "IM Fell French Canon SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H0c1WhQ.ttf"
    },
    {
      "family": "IM Fell Great Primer",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJrrWtj4.ttf"
    },
    {
      "family": "IM Fell Great Primer SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTIf8D3g.ttf"
    },
    {
      "family": "Ibarra Real Nova",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDtVT9TWIvS.ttf",
        "500": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDtVT9TWIvS.ttf",
        "600": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DtVT9TWIvS.ttf",
        "700": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DtVT9TWIvS.ttf",
        "italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXztxXZvSkTo.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXztxXZvSkTo.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXztxXZvSkTo.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXztxXZvSkTo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5PDsXzs.ttf"
    },
    {
      "family": "Iceberg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/iceberg/v24/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/iceberg/v24/8QIJdijAiM7o-qnZiIkErw.ttf"
    },
    {
      "family": "Iceland",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/iceland/v20/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/iceland/v20/rax9HiuFsdMNOnWPaK1MBA.ttf"
    },
    {
      "family": "Imbue",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfOsNNK-Q4xY.ttf",
        "200": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfOsNNK-Q4xY.ttf",
        "300": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfOsNNK-Q4xY.ttf",
        "regular": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf",
        "500": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfOsNNK-Q4xY.ttf",
        "600": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfOsNNK-Q4xY.ttf",
        "700": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfOsNNK-Q4xY.ttf",
        "800": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfOsNNK-Q4xY.ttf",
        "900": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfOsNNK-Q4xY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXTOoHMA.ttf"
    },
    {
      "family": "Imperial Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imperialscript/v6/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imperialscript/v6/5DCPAKrpzy_H98IV2ISnZBbGrVNfPOPh.ttf"
    },
    {
      "family": "Imprima",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7yoSNzA.ttf"
    },
    {
      "family": "Inclusive Sans",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkxC9biPuwflXcJ46P4PGWE0971owa2LB4i.ttf",
        "italic": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkzC9biPuwflXcJ46P4PGWE0-73qQKUKQ4iT6o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkxC9biPuwflXcJ46P4PGWE0-70qQI.ttf"
    },
    {
      "family": "Inconsolata",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf",
        "300": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf",
        "regular": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf",
        "500": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf",
        "600": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf",
        "700": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf",
        "800": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf",
        "900": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WRv2kg.ttf"
    },
    {
      "family": "Inder",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq6pw-P3U4O.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4sq7rQs.ttf"
    },
    {
      "family": "Indie Flower",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/indieflower/v21/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/indieflower/v21/m8JVjfNVeKWVnh3QMuKkFcZVb0uC.ttf"
    },
    {
      "family": "Ingrid Darling",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ingriddarling/v5/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ingriddarling/v5/LDIrapaJNxUtSuFdw-9yf4rCPvLPs7o.ttf"
    },
    {
      "family": "Inika",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTHRcc2s2XH.ttf",
        "700": "https://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-piTGT8M.ttf"
    },
    {
      "family": "Inknut Antiqua",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf",
        "regular": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf",
        "500": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf",
        "600": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf",
        "700": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf",
        "800": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf",
        "900": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKUUC4Jg.ttf"
    },
    {
      "family": "Inria Sans",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf",
        "300italic": "https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf",
        "regular": "https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf",
        "italic": "https://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf",
        "700": "https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf",
        "700italic": "https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ1O_4LQ.ttf"
    },
    {
      "family": "Inria Serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf",
        "300italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf",
        "regular": "https://fonts.gstatic.com/s/inriaserif/v16/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf",
        "italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf",
        "700": "https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf",
        "700italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inriaserif/v16/fC1lPYxPY3rXxEndZJAzN3Stdyg.ttf"
    },
    {
      "family": "Inspiration",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inspiration/v6/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inspiration/v6/x3dkckPPZa6L4wIg5cZOEsoHly4.ttf"
    },
    {
      "family": "Instrument Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Qf1mS0v3_7Y.ttf",
        "500": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Qf1mS0v3_7Y.ttf",
        "600": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gf1mS0v3_7Y.ttf",
        "700": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gf1mS0v3_7Y.ttf",
        "italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kykN2u7YUwU.ttf",
        "500italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kykN2u7YUwU.ttf",
        "600italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkykN2u7YUwU.ttf",
        "700italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkykN2u7YUwU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Tf0kyk.ttf"
    },
    {
      "family": "Instrument Serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zIZj1bIkNo.ttf",
        "italic": "https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATi3TNgNq55w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-6zMTiw.ttf"
    },
    {
      "family": "Inter",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf",
        "200": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf",
        "300": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf",
        "regular": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf",
        "500": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf",
        "600": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf",
        "700": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf",
        "800": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf",
        "900": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZlhjQ.ttf"
    },
    {
      "family": "Inter Tight",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw6qXCRToK8EPg.ttf",
        "200": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjw-qXCRToK8EPg.ttf",
        "300": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qXCRToK8EPg.ttf",
        "regular": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf",
        "500": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qXCRToK8EPg.ttf",
        "600": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqXCRToK8EPg.ttf",
        "700": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqXCRToK8EPg.ttf",
        "800": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjwiqXCRToK8EPg.ttf",
        "900": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqXCRToK8EPg.ttf",
        "100italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHi5XgqoUPvi5.ttf",
        "200italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCHy5XgqoUPvi5.ttf",
        "300italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0wcHy5XgqoUPvi5.ttf",
        "italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHy5XgqoUPvi5.ttf",
        "500italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5XgqoUPvi5.ttf",
        "600italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5XgqoUPvi5.ttf",
        "700italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5XgqoUPvi5.ttf",
        "800italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCGC5XgqoUPvi5.ttf",
        "900italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5XgqoUPvi5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-aXS5X.ttf"
    },
    {
      "family": "Irish Grover",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgv-fRK.ttf"
    },
    {
      "family": "Island Moments",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/islandmoments/v6/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/islandmoments/v6/NaPBcZfVGvBdxIt7Ar0qzkXJF9THKIw.ttf"
    },
    {
      "family": "Istok Web",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/istokweb/v24/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf",
        "italic": "https://fonts.gstatic.com/s/istokweb/v24/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf",
        "700": "https://fonts.gstatic.com/s/istokweb/v24/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf",
        "700italic": "https://fonts.gstatic.com/s/istokweb/v24/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/istokweb/v24/3qTvojGmgSyUukBzKslpAGt6.ttf"
    },
    {
      "family": "Italiana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XQmQaXk.ttf"
    },
    {
      "family": "Italianno",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6RXjpwt.ttf"
    },
    {
      "family": "Itim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/itim/v14/0nknC9ziJOYewARKkc7ZdwU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/itim/v14/0nknC9ziJOYe8AVAlQ.ttf"
    },
    {
      "family": "Jacquarda Bastarda 9",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquardabastarda9/v1/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAbwD1TB_JHHY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquardabastarda9/v1/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAYwC3zQ.ttf"
    },
    {
      "family": "Jacques Francois",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquesfrancois/v24/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquesfrancois/v24/ZXu9e04ZvKeOOHIe1TMahbcIU2cgqcLgpQ.ttf"
    },
    {
      "family": "Jacques Francois Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_p8Uun8.ttf"
    },
    {
      "family": "Jaldi",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI30NUZpD_B6g8.ttf",
        "700": "https://fonts.gstatic.com/s/jaldi/v12/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI33NVbJQ.ttf"
    },
    {
      "family": "JetBrains Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jPVmUsaaDhw.ttf",
        "200": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjPVmUsaaDhw.ttf",
        "300": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjPVmUsaaDhw.ttf",
        "regular": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf",
        "500": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPVmUsaaDhw.ttf",
        "600": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPVmUsaaDhw.ttf",
        "700": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPVmUsaaDhw.ttf",
        "800": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjPVmUsaaDhw.ttf",
        "100italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OQk6OThxPA.ttf",
        "200italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOQk6OThxPA.ttf",
        "300italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOQk6OThxPA.ttf",
        "italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQk6OThxPA.ttf",
        "500italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOQk6OThxPA.ttf",
        "600italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOQk6OThxPA.ttf",
        "700italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQk6OThxPA.ttf",
        "800italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOQk6OThxPA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxTPFOQ.ttf"
    },
    {
      "family": "Jim Nightshade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-NS5XX4.ttf"
    },
    {
      "family": "Joan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/joan/v9/ZXupe1oZsqWRbRdH8X1p_Ng.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/joan/v9/ZXupe1oZsqWRXRZN9Q.ttf"
    },
    {
      "family": "Jockey One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6AnIfxGQ.ttf"
    },
    {
      "family": "Jolly Lodger",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3lWODX.ttf"
    },
    {
      "family": "Jomhuria",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jomhuria/v20/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jomhuria/v20/Dxxp8j-TMXf-llKur1b0OuU.ttf"
    },
    {
      "family": "Jomolhari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tibetan"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jomolhari/v18/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jomolhari/v18/EvONzA1M1Iw_CBd2hsQyFlgd.ttf"
    },
    {
      "family": "Josefin Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf",
        "200": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf",
        "300": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf",
        "regular": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf",
        "500": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf",
        "600": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf",
        "700": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf",
        "100italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf",
        "italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMBhKg.ttf"
    },
    {
      "family": "Josefin Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3k3K6CcEyI.ttf",
        "200": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3k3K6CcEyI.ttf",
        "300": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3k3K6CcEyI.ttf",
        "regular": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k3K6CcEyI.ttf",
        "500": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3k3K6CcEyI.ttf",
        "600": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3k3K6CcEyI.ttf",
        "700": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k3K6CcEyI.ttf",
        "100italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9L4KZAyK43w.ttf",
        "200italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9L4KZAyK43w.ttf",
        "300italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9L4KZAyK43w.ttf",
        "italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9L4KZAyK43w.ttf",
        "500italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9L4KZAyK43w.ttf",
        "600italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09L4KZAyK43w.ttf",
        "700italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09L4KZAyK43w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msR3g9Lw.ttf"
    },
    {
      "family": "Jost",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf",
        "200": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf",
        "300": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf",
        "regular": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf",
        "500": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf",
        "600": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf",
        "700": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf",
        "800": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf",
        "900": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf",
        "100italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf",
        "200italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf",
        "300italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf",
        "italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf",
        "500italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf",
        "600italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf",
        "700italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf",
        "800italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf",
        "900italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJTVHNI0.ttf"
    },
    {
      "family": "Joti One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jotione/v26/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jotione/v26/Z9XVDmdJQAmWm9TwabTf6Ok.ttf"
    },
    {
      "family": "Jua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jua/v15/co3KmW9ljjAjc-DZCsKgsg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jua/v15/co3KmW9ljjATcurd.ttf"
    },
    {
      "family": "Judson",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf",
        "italic": "https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf",
        "700": "https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhDrlw.ttf"
    },
    {
      "family": "Julee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ6ZLodgzydtk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ5ZKq9w.ttf"
    },
    {
      "family": "Julius Sans One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/juliussansone/v18/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/juliussansone/v18/1Pt2g8TAX_SGgBGUi0tGOYEga5WOxHsS.ttf"
    },
    {
      "family": "Junge",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/junge/v24/gokgH670Gl1lUqAdvhB7SnKm.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/junge/v24/gokgH670Gl1lUpActBQ.ttf"
    },
    {
      "family": "Jura",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "kayah-li",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf",
        "regular": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf",
        "500": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf",
        "600": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf",
        "700": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZugR_0.ttf"
    },
    {
      "family": "Just Another Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOfr-DG0.ttf"
    },
    {
      "family": "Just Me Again Down Here",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAtwGtKQ.ttf"
    },
    {
      "family": "K2D",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0ErE6UpvrIw74NL.ttf",
        "100italic": "https://fonts.gstatic.com/s/k2d/v11/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf",
        "200": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erv4QJlJw85ppSGw.ttf",
        "200italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf",
        "300": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er24cJlJw85ppSGw.ttf",
        "300italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf",
        "regular": "https://fonts.gstatic.com/s/k2d/v11/J7aTnpF2V0ETd68tnLcg7w.ttf",
        "italic": "https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0EjdaUpvrIw74NL.ttf",
        "500": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erg4YJlJw85ppSGw.ttf",
        "500italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf",
        "600": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Err4EJlJw85ppSGw.ttf",
        "600italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf",
        "700": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Ery4AJlJw85ppSGw.ttf",
        "700italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf",
        "800": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er14MJlJw85ppSGw.ttf",
        "800italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/k2d/v11/J7aTnpF2V0EjdqUp.ttf"
    },
    {
      "family": "Kablammo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-06-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kablammo/v1/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCjjx0Rf4YDKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kablammo/v1/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCTjhcV.ttf"
    },
    {
      "family": "Kadwa",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7iphTHRcc2s2XH.ttf",
        "700": "https://fonts.gstatic.com/s/kadwa/v10/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7ipiTGT8M.ttf"
    },
    {
      "family": "Kaisei Decol",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iyW1EP22OjoA.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iKr3gr00i_qb57kA.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iK534r00i_qb57kA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iCWlsL.ttf"
    },
    {
      "family": "Kaisei HarunoUmi",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGsv5sM8u3mk.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMcFwmC9FAU.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMcFwmC9FAU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcKsrztA.ttf"
    },
    {
      "family": "Kaisei Opti",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIFle7KlmxuHx.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGGqxY1u7f34DYwn.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGHiw41u7f34DYwn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIGlf5q0.ttf"
    },
    {
      "family": "Kaisei Tokumin",
      "variants": [
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQkJf1l0pj946.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3khpMIzeI6v.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkhpMIzeI6v.ttf",
        "800": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkhpMIzeI6v.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQnJe3Fk.ttf"
    },
    {
      "family": "Kalam",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf",
        "regular": "https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMuhWMibDszkB.ttf",
        "700": "https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthXOCI.ttf"
    },
    {
      "family": "Kalnia",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math"
      ],
      "version": "v2",
      "lastModified": "2023-12-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9il2xRGNcykIZc.ttf",
        "200": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW_ilmxRGNcykIZc.ttf",
        "300": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW88lmxRGNcykIZc.ttf",
        "regular": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9ilmxRGNcykIZc.ttf",
        "500": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9QlmxRGNcykIZc.ttf",
        "600": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-8kWxRGNcykIZc.ttf",
        "700": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-FkWxRGNcykIZc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9illxQEtM.ttf"
    },
    {
      "family": "Kameron",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cbcbvZPxCDLR.ttf",
        "500": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NeFcbcbvZPxCDLR.ttf",
        "600": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdpdrcbvZPxCDLR.ttf",
        "700": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdQdrcbvZPxCDLR.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cYcat5c.ttf"
    },
    {
      "family": "Kanit",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-07-24",
      "files": {
        "100": "https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf",
        "100italic": "https://fonts.gstatic.com/s/kanit/v15/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf",
        "200": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf",
        "200italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf",
        "300": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf",
        "300italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf",
        "regular": "https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcoaSEQGodLxA.ttf",
        "italic": "https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf",
        "500": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf",
        "500italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf",
        "600": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf",
        "600italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf",
        "700": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf",
        "700italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf",
        "800": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf",
        "800italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf",
        "900": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf",
        "900italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraTGwU.ttf"
    },
    {
      "family": "Kantumruy Pro",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUs0M34dR6dW.ttf",
        "200": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEs0M34dR6dW.ttf",
        "300": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEs0M34dR6dW.ttf",
        "regular": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEs0M34dR6dW.ttf",
        "500": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEs0M34dR6dW.ttf",
        "600": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0s0M34dR6dW.ttf",
        "700": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0s0M34dR6dW.ttf",
        "100italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OXo_QrdWlcU.ttf",
        "200italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OXo_QrdWlcU.ttf",
        "300italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OXo_QrdWlcU.ttf",
        "italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OXo_QrdWlcU.ttf",
        "500italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OXo_QrdWlcU.ttf",
        "600italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOXo_QrdWlcU.ttf",
        "700italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOXo_QrdWlcU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urHs1OXo.ttf"
    },
    {
      "family": "Karantina",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxXCgf-P5Oaiw4cw.ttf",
        "regular": "https://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMABJ8AA78NVSYw.ttf",
        "700": "https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxTC8f-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMAB58Qo_.ttf"
    },
    {
      "family": "Karla",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf",
        "300": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf",
        "regular": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf",
        "500": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf",
        "600": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf",
        "700": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf",
        "800": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf",
        "200italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf",
        "300italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf",
        "italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf",
        "500italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf",
        "600italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf",
        "700italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf",
        "800italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaFUlP.ttf"
    },
    {
      "family": "Karma",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf",
        "regular": "https://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGIBvS-J3kbDP.ttf",
        "500": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf",
        "600": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf",
        "700": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGLBuQeY.ttf"
    },
    {
      "family": "Katibeh",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/katibeh/v19/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/katibeh/v19/ZGjXol5MQJog4bxDWCxbUA.ttf"
    },
    {
      "family": "Kaushan Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DG7-wNc.ttf"
    },
    {
      "family": "Kavivanar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kavivanar/v20/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kavivanar/v20/o-0IIpQgyXYSwhxP7_Jr4zRF.ttf"
    },
    {
      "family": "Kavoon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kavoon/v23/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kavoon/v23/pxiFyp4_scRYhlUINbD-.ttf"
    },
    {
      "family": "Kay Pho Du",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kayah-li",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR4OmnLD0Z4zM.ttf",
        "500": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2B2OCDUy_zoyk18.ttf",
        "600": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2DGJCDUy_zoyk18.ttf",
        "700": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2FWICDUy_zoyk18.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR0OitKA.ttf"
    },
    {
      "family": "Kdam Thmor Pro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kdamthmorpro/v4/EJRPQgAzVdcI-Qdvt34jzurnGA7_j89I8ZWb.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kdamthmorpro/v4/EJRPQgAzVdcI-Qdvt34jzurnGD7-hcs.ttf"
    },
    {
      "family": "Keania One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/keaniaone/v24/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/keaniaone/v24/zOL54pXJk65E8pXardnu-cVkuw.ttf"
    },
    {
      "family": "Kelly Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kellyslab/v17/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kellyslab/v17/-W_7XJX0Rz3cxUnJC5t6fkILew.ttf"
    },
    {
      "family": "Kenia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kenia/v28/jizURE5PuHQH9qCONUGswfGM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kenia/v28/jizURE5PuHQH9pCPP0U.ttf"
    },
    {
      "family": "Khand",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "300": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf",
        "regular": "https://fonts.gstatic.com/s/khand/v17/TwMA-IINQlQQ0YpVWHU_TBqO.ttf",
        "500": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf",
        "600": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf",
        "700": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khand/v17/TwMA-IINQlQQ0bpUUnE.ttf"
    },
    {
      "family": "Khmer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/khmer/v29/MjQImit_vPPwpF-BpN2EeYmD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khmer/v29/MjQImit_vPPwpG-Artk.ttf"
    },
    {
      "family": "Khula",
      "variants": [
        "300",
        "regular",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf",
        "regular": "https://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7FcJpA_chzJ0.ttf",
        "600": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf",
        "700": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf",
        "800": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7GcIrgs.ttf"
    },
    {
      "family": "Kings",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kings/v7/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kings/v7/8AtnGsK4O5CYXX_JoaU.ttf"
    },
    {
      "family": "Kirang Haerang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bfquUvI.ttf"
    },
    {
      "family": "Kite One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyp1a4n0.ttf"
    },
    {
      "family": "Kiwi Maru",
      "variants": [
        "300",
        "regular",
        "500"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gNCi0Vxn9R5ShnA.ttf",
        "regular": "https://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6YmACQXzLhTg.ttf",
        "500": "https://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gbCm0Vxn9R5ShnA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6omQqU.ttf"
    },
    {
      "family": "Klee One",
      "variants": [
        "regular",
        "600"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4q4AOeekWPrP.ttf",
        "600": "https://fonts.gstatic.com/s/kleeone/v7/LDI2apCLNRc6A8oT4pbYF8Osc-bGkqIw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4p4BM-M.ttf"
    },
    {
      "family": "Knewave",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSIhSu3_g.ttf"
    },
    {
      "family": "KoHo",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf",
        "200italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf",
        "300": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf",
        "300italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf",
        "regular": "https://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNBikefJbSOos.ttf",
        "italic": "https://fonts.gstatic.com/s/koho/v16/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf",
        "500": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf",
        "500italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf",
        "600": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf",
        "600italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf",
        "700": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf",
        "700italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNNigUeA.ttf"
    },
    {
      "family": "Kodchasan",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf",
        "200italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf",
        "300": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf",
        "300italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf",
        "regular": "https://fonts.gstatic.com/s/kodchasan/v17/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf",
        "italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf",
        "500": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf",
        "500italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf",
        "600": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf",
        "600italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf",
        "700": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf",
        "700italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kodchasan/v17/1cXxaUPOAJv9sG4I-DJWjnGA.ttf"
    },
    {
      "family": "Kode Mono",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5my9DqTaOW2A3k.ttf",
        "500": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq6uy9DqTaOW2A3k.ttf",
        "600": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq0e19DqTaOW2A3k.ttf",
        "700": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq3619DqTaOW2A3k.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5myxDuZbA.ttf"
    },
    {
      "family": "Koh Santepheap",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVyTtjNJUWU.ttf",
        "300": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y5mD9ASHz5.ttf",
        "regular": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMdW3p6SJbwyGj2rBZyeOrTjOPhF1ixsyNJ.ttf",
        "700": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy5mD9ASHz5.ttf",
        "900": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny5mD9ASHz5.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMdW3p6SJbwyGj2rBZyeOrTjNPgHVw.ttf"
    },
    {
      "family": "Kolker Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kolkerbrush/v6/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kolkerbrush/v6/iJWDBXWRZjfKWdvmzwvvog3O7ah-.ttf"
    },
    {
      "family": "Konkhmer Sleokchher",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/konkhmersleokchher/v2/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFI3507E0d-W0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/konkhmersleokchher/v2/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFE39-6A.ttf"
    },
    {
      "family": "Kosugi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kosugi/v15/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kosugi/v15/pxiFyp4_v8FCjlIINbD-.ttf"
    },
    {
      "family": "Kosugi Maru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGhTrgP4.ttf"
    },
    {
      "family": "Kotta One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWq_HQfo.ttf"
    },
    {
      "family": "Koulen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v28",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/koulen/v28/AMOQz46as3KIBPeWgnA9kuYMUg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/koulen/v28/AMOQz46as3KIBPemg3o5.ttf"
    },
    {
      "family": "Kranky",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kranky/v28/hESw6XVgJzlPsFnMpheEZo_H_w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kranky/v28/hESw6XVgJzlPsFn8px2A.ttf"
    },
    {
      "family": "Kreon",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v37",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf",
        "regular": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf",
        "500": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf",
        "600": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf",
        "700": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtiWez8b.ttf"
    },
    {
      "family": "Kristi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kristi/v21/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kristi/v21/uK_y4ricdeU6zwdhCxcX.ttf"
    },
    {
      "family": "Krona One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUyMIWl.ttf"
    },
    {
      "family": "Krub",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf",
        "200italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf",
        "300": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf",
        "300italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf",
        "regular": "https://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYXkYQDLlTW6E.ttf",
        "italic": "https://fonts.gstatic.com/s/krub/v9/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf",
        "500": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf",
        "500italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf",
        "600": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf",
        "600italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf",
        "700": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf",
        "700italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYbkcaCA.ttf"
    },
    {
      "family": "Kufam",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf",
        "500": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7qQCJHvIwYg.ttf",
        "600": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47qQCJHvIwYg.ttf",
        "700": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47qQCJHvIwYg.ttf",
        "800": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47qQCJHvIwYg.ttf",
        "900": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647qQCJHvIwYg.ttf",
        "italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqNPPcgYp0i.ttf",
        "500italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqNPPcgYp0i.ttf",
        "600italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqNPPcgYp0i.ttf",
        "700italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqNPPcgYp0i.ttf",
        "800italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqNPPcgYp0i.ttf",
        "900italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqNPPcgYp0i.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqkLqAqN.ttf"
    },
    {
      "family": "Kulim Park",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf",
        "200italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf",
        "300": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf",
        "300italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf",
        "regular": "https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf",
        "italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf",
        "600": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf",
        "600italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf",
        "700": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf",
        "700italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwhF8s4Q.ttf"
    },
    {
      "family": "Kumar One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kumarone/v21/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumarone/v21/bMr1mS-P958wYi6YaGe2NeSS.ttf"
    },
    {
      "family": "Kumar One Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9wDxTw8.ttf"
    },
    {
      "family": "Kumbh Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v22",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZcA8bTuUkqaLg.ttf",
        "200": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZYA8bTuUkqaLg.ttf",
        "300": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQz5YA8bTuUkqaLg.ttf",
        "regular": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYA8bTuUkqaLg.ttf",
        "500": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQo5YA8bTuUkqaLg.ttf",
        "600": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQT5EA8bTuUkqaLg.ttf",
        "700": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQdpEA8bTuUkqaLg.ttf",
        "800": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZEA8bTuUkqaLg.ttf",
        "900": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQOJEA8bTuUkqaLg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYw8L7q.ttf"
    },
    {
      "family": "Kurale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjho6eAT3v02QFg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjhoKeQ7z.ttf"
    },
    {
      "family": "La Belle Aurore",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/labelleaurore/v20/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/labelleaurore/v20/RrQIbot8-mNYKnGNDkWlocovHeI4Gu2B.ttf"
    },
    {
      "family": "Labrada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSgM4QPdUej17.ttf",
        "200": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTSwM4QPdUej17.ttf",
        "300": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9UNSwM4QPdUej17.ttf",
        "regular": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSwM4QPdUej17.ttf",
        "500": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VhSwM4QPdUej17.ttf",
        "600": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9WNTAM4QPdUej17.ttf",
        "700": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9W0TAM4QPdUej17.ttf",
        "800": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTTAM4QPdUej17.ttf",
        "900": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9X6TAM4QPdUej17.ttf",
        "100italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt6SvN2fy17-dE.ttf",
        "200italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt7SvN2fy17-dE.ttf",
        "300italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCLV7SvN2fy17-dE.ttf",
        "italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt7SvN2fy17-dE.ttf",
        "500italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCNl7SvN2fy17-dE.ttf",
        "600italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCDV8SvN2fy17-dE.ttf",
        "700italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCAx8SvN2fy17-dE.ttf",
        "800italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt8SvN2fy17-dE.ttf",
        "900italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCEJ8SvN2fy17-dE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSzM5SvM.ttf"
    },
    {
      "family": "Lacquer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBN76KWg.ttf"
    },
    {
      "family": "Laila",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf",
        "regular": "https://fonts.gstatic.com/s/laila/v15/LYjMdG_8nE8jDIRdiidIrEIu.ttf",
        "500": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf",
        "600": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf",
        "700": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/laila/v15/LYjMdG_8nE8jDLRcgCM.ttf"
    },
    {
      "family": "Lakki Reddy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lakkireddy/v21/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lakkireddy/v21/S6u5w49MUSzD9jlCPmvLZTfpzd0.ttf"
    },
    {
      "family": "Lalezar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82YaH4Jg.ttf"
    },
    {
      "family": "Lancelot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lancelot/v26/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lancelot/v26/J7acnppxBGtQEulG4KY5zps.ttf"
    },
    {
      "family": "Langar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/langar/v27/kJEyBukW7AIlgjGVrTVZ99sqrQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/langar/v27/kJEyBukW7AIlgjGlrD9d.ttf"
    },
    {
      "family": "Lateef",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-13",
      "files": {
        "200": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0bjygbqTb9nQ-RA.ttf",
        "300": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Cj-gbqTb9nQ-RA.ttf",
        "regular": "https://fonts.gstatic.com/s/lateef/v30/hESw6XVnNCxEvkbMpheEZo_H_w.ttf",
        "500": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Uj6gbqTb9nQ-RA.ttf",
        "600": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0fjmgbqTb9nQ-RA.ttf",
        "700": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0GjigbqTb9nQ-RA.ttf",
        "800": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0BjugbqTb9nQ-RA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lateef/v30/hESw6XVnNCxEvkb8px2A.ttf"
    },
    {
      "family": "Lato",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
        "100italic": "https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
        "300": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
        "regular": "https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk6XweuBCY.ttf",
        "italic": "https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
        "700": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
        "900": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxgwWw.ttf"
    },
    {
      "family": "Lavishly Yours",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lavishlyyours/v5/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lavishlyyours/v5/jizDREVIvGwH5OjiZmX9r5z_WyUZ2zI.ttf"
    },
    {
      "family": "League Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leaguegothic/v11/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguegothic/v11/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_9ang9A.ttf"
    },
    {
      "family": "League Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leaguescript/v28/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguescript/v28/CSR54zpSlumSWj9CGVsoBZdeWNJevA.ttf"
    },
    {
      "family": "League Spartan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBMdcFguczA.ttf",
        "200": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBMdcFguczA.ttf",
        "300": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBMdcFguczA.ttf",
        "regular": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf",
        "500": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBMdcFguczA.ttf",
        "600": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBMdcFguczA.ttf",
        "700": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBMdcFguczA.ttf",
        "800": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBMdcFguczA.ttf",
        "900": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBMdcFguczA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTZBc1Y.ttf"
    },
    {
      "family": "Leckerli One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leckerlione/v20/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leckerlione/v20/V8mCoQH8VCsNttEnxnGQ-1idLJZY.ttf"
    },
    {
      "family": "Ledger",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sBmsr0.ttf"
    },
    {
      "family": "Lekton",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf",
        "italic": "https://fonts.gstatic.com/s/lekton/v17/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf",
        "700": "https://fonts.gstatic.com/s/lekton/v17/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBuXh3s.ttf"
    },
    {
      "family": "Lemon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq3jAQ5E.ttf"
    },
    {
      "family": "Lemonada",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf",
        "regular": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf",
        "500": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf",
        "600": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf",
        "700": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeutGmP-Y.ttf"
    },
    {
      "family": "Lexend",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LBte6KuGEo.ttf",
        "200": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LBte6KuGEo.ttf",
        "300": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LBte6KuGEo.ttf",
        "regular": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf",
        "500": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LBte6KuGEo.ttf",
        "600": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LBte6KuGEo.ttf",
        "700": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LBte6KuGEo.ttf",
        "800": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LBte6KuGEo.ttf",
        "900": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LBte6KuGEo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLFnfw.ttf"
    },
    {
      "family": "Lexend Deca",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArBPCqLNflg.ttf",
        "200": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArBPCqLNflg.ttf",
        "300": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArBPCqLNflg.ttf",
        "regular": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf",
        "500": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArBPCqLNflg.ttf",
        "600": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf",
        "700": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArBPCqLNflg.ttf",
        "800": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArBPCqLNflg.ttf",
        "900": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArBPCqLNflg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1wrRnG.ttf"
    },
    {
      "family": "Lexend Exa",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf",
        "200": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf",
        "300": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf",
        "500": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf",
        "600": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf",
        "700": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf",
        "800": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf",
        "900": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TpbGFps.ttf"
    },
    {
      "family": "Lexend Giga",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE68oo6eepYQ.ttf",
        "200": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE68oo6eepYQ.ttf",
        "300": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE68oo6eepYQ.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf",
        "500": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE68oo6eepYQ.ttf",
        "600": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E68oo6eepYQ.ttf",
        "700": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E68oo6eepYQ.ttf",
        "800": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E68oo6eepYQ.ttf",
        "900": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E68oo6eepYQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li06sAs.ttf"
    },
    {
      "family": "Lexend Mega",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivveyiq9EqQw.ttf",
        "200": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvveyiq9EqQw.ttf",
        "300": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvveyiq9EqQw.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf",
        "500": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvveyiq9EqQw.ttf",
        "600": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vveyiq9EqQw.ttf",
        "700": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vveyiq9EqQw.ttf",
        "800": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vveyiq9EqQw.ttf",
        "900": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vveyiq9EqQw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmfvOam.ttf"
    },
    {
      "family": "Lexend Peta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyW1YuRTsnfw.ttf",
        "200": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByW1YuRTsnfw.ttf",
        "300": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByW1YuRTsnfw.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf",
        "500": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByW1YuRTsnfw.ttf",
        "600": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyW1YuRTsnfw.ttf",
        "700": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyW1YuRTsnfw.ttf",
        "800": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyW1YuRTsnfw.ttf",
        "900": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyW1YuRTsnfw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SBCWlwq.ttf"
    },
    {
      "family": "Lexend Tera",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITdpz0fYxcrQ.ttf",
        "200": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTdpz0fYxcrQ.ttf",
        "300": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTdpz0fYxcrQ.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf",
        "500": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTdpz0fYxcrQ.ttf",
        "600": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTdpz0fYxcrQ.ttf",
        "700": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTdpz0fYxcrQ.ttf",
        "800": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTdpz0fYxcrQ.ttf",
        "900": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTdpz0fYxcrQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMjd5bw.ttf"
    },
    {
      "family": "Lexend Zetta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0z5jbs8qbts.ttf",
        "200": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0z5jbs8qbts.ttf",
        "300": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0z5jbs8qbts.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf",
        "500": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0z5jbs8qbts.ttf",
        "600": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0z5jbs8qbts.ttf",
        "700": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0z5jbs8qbts.ttf",
        "800": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0z5jbs8qbts.ttf",
        "900": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0z5jbs8qbts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG4z9pag.ttf"
    },
    {
      "family": "Libre Barcode 128",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode128/v28/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode128/v28/cIfnMbdUsUoiW3O_hVviCwVjuLtXeK_B9Ac.ttf"
    },
    {
      "family": "Libre Barcode 128 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode128text/v28/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode128text/v28/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5QVzS7A.ttf"
    },
    {
      "family": "Libre Barcode 39",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39/v21/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39/v21/-nFnOHM08vwC6h8Li1eQnP_AHzI2G_Zx1w.ttf"
    },
    {
      "family": "Libre Barcode 39 Extended",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39extended/v27/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39extended/v27/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgTNVIPQ.ttf"
    },
    {
      "family": "Libre Barcode 39 Extended Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP6Mfbgm.ttf"
    },
    {
      "family": "Libre Barcode 39 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39text/v28/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39text/v28/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-0H1B5P.ttf"
    },
    {
      "family": "Libre Barcode EAN13 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcodeean13text/v21/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PAGEki52WfA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcodeean13text/v21/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96_AWsg.ttf"
    },
    {
      "family": "Libre Baskerville",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf",
        "italic": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf",
        "700": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNfaxY.ttf"
    },
    {
      "family": "Libre Bodoni",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf",
        "500": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWzZcOb3U3s.ttf",
        "600": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWzZcOb3U3s.ttf",
        "700": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWzZcOb3U3s.ttf",
        "italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TdMTyQ3syLg.ttf",
        "500italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TdMTyQ3syLg.ttf",
        "600italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTdMTyQ3syLg.ttf",
        "700italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTdMTyQ3syLg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1f8W3TdA.ttf"
    },
    {
      "family": "Libre Caslon Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librecaslondisplay/v16/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librecaslondisplay/v16/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr1lQfxw.ttf"
    },
    {
      "family": "Libre Caslon Text",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf",
        "italic": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf",
        "700": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMfq-1-c.ttf"
    },
    {
      "family": "Libre Franklin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUB9rIb-JH1g.ttf",
        "200": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUB9rIb-JH1g.ttf",
        "300": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUB9rIb-JH1g.ttf",
        "regular": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf",
        "500": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUB9rIb-JH1g.ttf",
        "600": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUB9rIb-JH1g.ttf",
        "700": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUB9rIb-JH1g.ttf",
        "800": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUB9rIb-JH1g.ttf",
        "900": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUB9rIb-JH1g.ttf",
        "100italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDMTedX1sGE.ttf",
        "200italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDMTedX1sGE.ttf",
        "300italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDMTedX1sGE.ttf",
        "italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDMTedX1sGE.ttf",
        "500italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDMTedX1sGE.ttf",
        "600italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DMTedX1sGE.ttf",
        "700italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DMTedX1sGE.ttf",
        "800italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DMTedX1sGE.ttf",
        "900italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DMTedX1sGE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkBtDM.ttf"
    },
    {
      "family": "Licorice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/licorice/v6/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/licorice/v6/t5tjIR8TMomTCAyjNn22jKY.ttf"
    },
    {
      "family": "Life Savers",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lifesavers/v20/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf",
        "700": "https://fonts.gstatic.com/s/lifesavers/v20/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf",
        "800": "https://fonts.gstatic.com/s/lifesavers/v20/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lifesavers/v20/ZXuie1UftKKabUQMgxAal8lqHA4.ttf"
    },
    {
      "family": "Lilita One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lilitaone/v15/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lilitaone/v15/i7dPIFZ9Zz-WBtRtedDbYEd8QA.ttf"
    },
    {
      "family": "Lily Script One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLSIg86n.ttf"
    },
    {
      "family": "Limelight",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/limelight/v19/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/limelight/v19/XLYkIZL7aopJVbZJHDuoPOlC.ttf"
    },
    {
      "family": "Linden Hill",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lindenhill/v24/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf",
        "italic": "https://fonts.gstatic.com/s/lindenhill/v24/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lindenhill/v24/-F61fjxoKSg9Yc3hZgO8yjFJ5ig.ttf"
    },
    {
      "family": "Linefont",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v5",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UNbu7tmdXux3U.ttf",
        "200": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwUMbu7tmdXux3U.ttf",
        "300": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY9sMbu7tmdXux3U.ttf",
        "regular": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMbu7tmdXux3U.ttf",
        "500": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY7cMbu7tmdXux3U.ttf",
        "600": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY1sLbu7tmdXux3U.ttf",
        "700": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY2ILbu7tmdXux3U.ttf",
        "800": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwULbu7tmdXux3U.ttf",
        "900": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYywLbu7tmdXux3U.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMXu_nnQ.ttf"
    },
    {
      "family": "Lisu Bosa",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lisu"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "200": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXX2DGRdbY1P1Sbg.ttf",
        "200italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkuRNzc9vhCblye.ttf",
        "300": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXO2PGRdbY1P1Sbg.ttf",
        "300italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlKR9zc9vhCblye.ttf",
        "regular": "https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQvl0viTf3E3Q.ttf",
        "italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFuErkv240fsdmJRJQflUHmb_jU3eRL.ttf",
        "500": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXY2LGRdbY1P1Sbg.ttf",
        "500italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkSRtzc9vhCblye.ttf",
        "600": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXT2XGRdbY1P1Sbg.ttf",
        "600italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXk-Qdzc9vhCblye.ttf",
        "700": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXK2TGRdbY1P1Sbg.ttf",
        "700italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlaQNzc9vhCblye.ttf",
        "800": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXN2fGRdbY1P1Sbg.ttf",
        "800italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlGQ9zc9vhCblye.ttf",
        "900": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXE2bGRdbY1P1Sbg.ttf",
        "900italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXliQtzc9vhCblye.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQflkHm.ttf"
    },
    {
      "family": "Literata",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-06-07",
      "files": {
        "200": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_bcTWCWp8g.ttf",
        "300": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_bcTWCWp8g.ttf",
        "regular": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf",
        "500": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_bcTWCWp8g.ttf",
        "600": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_bcTWCWp8g.ttf",
        "700": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_bcTWCWp8g.ttf",
        "800": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_bcTWCWp8g.ttf",
        "900": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_bcTWCWp8g.ttf",
        "200italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWSUKTt8iVow.ttf",
        "300italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWSUKTt8iVow.ttf",
        "italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWSUKTt8iVow.ttf",
        "500italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWSUKTt8iVow.ttf",
        "600italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWSUKTt8iVow.ttf",
        "700italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWSUKTt8iVow.ttf",
        "800italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWSUKTt8iVow.ttf",
        "900italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWSUKTt8iVow.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_J_fWSQ.ttf"
    },
    {
      "family": "Liu Jian Mao Cao",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/liujianmaocao/v20/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/liujianmaocao/v20/845DNN84HJrccNonurqXILGpvCOoTevfLA.ttf"
    },
    {
      "family": "Livvic",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf",
        "100italic": "https://fonts.gstatic.com/s/livvic/v14/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf",
        "200": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf",
        "300": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf",
        "regular": "https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf",
        "italic": "https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf",
        "500": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf",
        "600": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf",
        "700": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf",
        "900": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfXbuM-.ttf"
    },
    {
      "family": "Lobster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lobster/v30/neILzCirqoswsqX9_oWsMqEzSJQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lobster/v30/neILzCirqoswsqX9zoSmNg.ttf"
    },
    {
      "family": "Lobster Two",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lobstertwo/v20/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf",
        "italic": "https://fonts.gstatic.com/s/lobstertwo/v20/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf",
        "700": "https://fonts.gstatic.com/s/lobstertwo/v20/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf",
        "700italic": "https://fonts.gstatic.com/s/lobstertwo/v20/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lobstertwo/v20/BngMUXZGTXPUvIoyV6yN5-fL5qA.ttf"
    },
    {
      "family": "Londrina Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinaoutline/v27/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinaoutline/v27/C8c44dM8vmb14dfsZxhetg3pDH-STus7qQ.ttf"
    },
    {
      "family": "Londrina Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinashadow/v26/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinashadow/v26/oPWX_kB4kOQoWNJmjxLV5JuoCUlnR1yW.ttf"
    },
    {
      "family": "Londrina Sketch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinasketch/v25/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinasketch/v25/c4m41npxGMTnomOHtRU68eIJn8qvWGP9.ttf"
    },
    {
      "family": "Londrina Solid",
      "variants": [
        "100",
        "300",
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/londrinasolid/v17/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf",
        "300": "https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf",
        "regular": "https://fonts.gstatic.com/s/londrinasolid/v17/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf",
        "900": "https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinasolid/v17/flUhRq6sw40kQEJxWNgkLuudGfNYKBY.ttf"
    },
    {
      "family": "Long Cang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRQrHov.ttf"
    },
    {
      "family": "Lora",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf",
        "500": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf",
        "600": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf",
        "700": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf",
        "italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf",
        "500italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf",
        "600italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf",
        "700italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787weuxJHkqg.ttf"
    },
    {
      "family": "Love Light",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lovelight/v6/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lovelight/v6/t5tlIR0TNJyZWimpNAXDvKfIzQ.ttf"
    },
    {
      "family": "Love Ya Like A Sister",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/loveyalikeasister/v20/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/loveyalikeasister/v20/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL83xY.ttf"
    },
    {
      "family": "Loved by the King",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lovedbytheking/v21/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lovedbytheking/v21/Gw6gwdP76VDVJNXerebZxUMeRXUF2MiMn3U.ttf"
    },
    {
      "family": "Lovers Quarrel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/loversquarrel/v23/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/loversquarrel/v23/Yq6N-LSKXTL-5bCy8ksBzpQ_-wAtab4.ttf"
    },
    {
      "family": "Luckiest Guy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luckiestguy/v22/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luckiestguy/v22/_gP_1RrxsjcxVyin9l9n_j2hS95z.ttf"
    },
    {
      "family": "Lugrasimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lugrasimo/v4/qkBXXvoF_s_eT9c7Y7ae5JRLkAXbMQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lugrasimo/v4/qkBXXvoF_s_eT9c7Y7au5Z5P.ttf"
    },
    {
      "family": "Lumanosimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lumanosimo/v4/K2F0fZBYg_JDSEZHEfO8AoqKAyLzfWo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lumanosimo/v4/K2F0fZBYg_JDSEZHEfO8MouABw.ttf"
    },
    {
      "family": "Lunasima",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFAwle94H1VIe.ttf",
        "700": "https://fonts.gstatic.com/s/lunasima/v1/wEO5EBvPh9RSOj7JFDSZVPoP_k4XiKvO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFDwkcdo.ttf"
    },
    {
      "family": "Lusitana",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf",
        "700": "https://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKyhbTOc.ttf"
    },
    {
      "family": "Lustria",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOnCkzNg.ttf"
    },
    {
      "family": "Luxurious Roman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luxuriousroman/v8/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luxuriousroman/v8/buEupou_ZcP1w0yTKxJJokVSmbpaYw0g.ttf"
    },
    {
      "family": "Luxurious Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luxuriousscript/v7/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luxuriousscript/v7/ahcCv9e7yydulT32KZ0rBIoD7DzMs0vEaw.ttf"
    },
    {
      "family": "M PLUS 1",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe78nZcsGGycA.ttf",
        "200": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa78nZcsGGycA.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya78nZcsGGycA.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya78nZcsGGycA.ttf",
        "600": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG78nZcsGGycA.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG78nZcsGGycA.ttf",
        "800": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG78nZcsGGycA.ttf",
        "900": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG78nZcsGGycA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSaL83xY.ttf"
    },
    {
      "family": "M PLUS 1 Code",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHpapwmdZhY.ttf",
        "200": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHpapwmdZhY.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHpapwmdZhY.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHpapwmdZhY.ttf",
        "600": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HpapwmdZhY.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HpapwmdZhY.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0EHoYJg.ttf"
    },
    {
      "family": "M PLUS 1p",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1p/v28/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1p/v28/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf",
        "800": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf",
        "900": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1p/v28/e3tjeuShHdiFyPFzBRrY-TQA.ttf"
    },
    {
      "family": "M PLUS 2",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-VxlqHrzNgAw.ttf",
        "200": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6VxlqHrzNgAw.ttf",
        "300": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66VxlqHrzNgAw.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf",
        "500": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66VxlqHrzNgAw.ttf",
        "600": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVxlqHrzNgAw.ttf",
        "700": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVxlqHrzNgAw.ttf",
        "800": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVxlqHrzNgAw.ttf",
        "900": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVxlqHrzNgAw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6lx1CD.ttf"
    },
    {
      "family": "M PLUS Code Latin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6i5MqF9TRwg.ttf",
        "200": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6i5MqF9TRwg.ttf",
        "300": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6i5MqF9TRwg.ttf",
        "regular": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf",
        "500": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6i5MqF9TRwg.ttf",
        "600": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6i5MqF9TRwg.ttf",
        "700": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6i5MqF9TRwg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA2i9GrA.ttf"
    },
    {
      "family": "M PLUS Rounded 1c",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2022-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf",
        "300": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf",
        "regular": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf",
        "500": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf",
        "700": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf",
        "800": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf",
        "900": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuMWHxLs.ttf"
    },
    {
      "family": "Ma Shan Zheng",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXadMXmCA.ttf"
    },
    {
      "family": "Macondo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/macondo/v25/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/macondo/v25/RrQQboN9-iB1IXmOe2TE1A.ttf"
    },
    {
      "family": "Macondo Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/macondoswashcaps/v24/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/macondoswashcaps/v24/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6-e0Ae.ttf"
    },
    {
      "family": "Mada",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-23",
      "files": {
        "200": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf",
        "300": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf",
        "regular": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf",
        "500": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf",
        "600": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf",
        "700": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf",
        "800": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf",
        "900": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkEkx0e0.ttf"
    },
    {
      "family": "Madimi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZZFQoBoHMd2U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZVFUiAg.ttf"
    },
    {
      "family": "Magra",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k5xIDMfO-ed.ttf",
        "700": "https://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72n5wKjc.ttf"
    },
    {
      "family": "Maiden Orange",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/maidenorange/v29/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/maidenorange/v29/kJE1BuIX7AUmhi2V4m08kb1XvOdXDQ.ttf"
    },
    {
      "family": "Maitree",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf",
        "300": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf",
        "regular": "https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf",
        "500": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf",
        "600": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf",
        "700": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkntiseA.ttf"
    },
    {
      "family": "Major Mono Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/majormonodisplay/v16/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/majormonodisplay/v16/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRh7C3eU.ttf"
    },
    {
      "family": "Mako",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z0ST09g478Lo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z4SX-8g.ttf"
    },
    {
      "family": "Mali",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf",
        "200italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf",
        "300": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf",
        "300italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf",
        "regular": "https://fonts.gstatic.com/s/mali/v10/N0ba2SRONuN4eCrODlxxOd8.ttf",
        "italic": "https://fonts.gstatic.com/s/mali/v10/N0bU2SRONuN4SCjECn50Kd_PmA.ttf",
        "500": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf",
        "500italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf",
        "600": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf",
        "600italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf",
        "700": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf",
        "700italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mali/v10/N0ba2SRONuN4SCvECg.ttf"
    },
    {
      "family": "Mallanna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v13",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDFwyGTA.ttf"
    },
    {
      "family": "Mandali",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v14",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUZFg_YA.ttf"
    },
    {
      "family": "Manjari",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/manjari/v11/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf",
        "regular": "https://fonts.gstatic.com/s/manjari/v11/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf",
        "700": "https://fonts.gstatic.com/s/manjari/v11/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manjari/v11/k3kQo8UPMOBO2w1Ufd_oKw.ttf"
    },
    {
      "family": "Manrope",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf",
        "300": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf",
        "regular": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf",
        "500": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf",
        "600": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf",
        "700": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf",
        "800": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_E-bw.ttf"
    },
    {
      "family": "Mansalva",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mansalva/v14/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mansalva/v14/aWB4m0aacbtDfvq5NKlkKYo.ttf"
    },
    {
      "family": "Manuale",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wD1TB_JHHY.ttf",
        "regular": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf",
        "500": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf",
        "600": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf",
        "700": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf",
        "800": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwD1TB_JHHY.ttf",
        "300italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zRdIWHYr8M.ttf",
        "italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf",
        "500italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf",
        "600italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf",
        "700italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf",
        "800italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zRdIWHYr8M.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke4wC3zQ.ttf"
    },
    {
      "family": "Marcellus",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81UPoP.ttf"
    },
    {
      "family": "Marcellus SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLE_gNaZ.ttf"
    },
    {
      "family": "Marck Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marckscript/v20/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marckscript/v20/nwpTtK2oNgBA3Or78gapdwuyzig6.ttf"
    },
    {
      "family": "Margarine",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/margarine/v25/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/margarine/v25/qkBXXvoE6trLT9Y7YLyu5Z5P.ttf"
    },
    {
      "family": "Marhey",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBZVwO2cXiGevOMw.ttf",
        "regular": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwO2cXiGevOMw.ttf",
        "500": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBflwO2cXiGevOMw.ttf",
        "600": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBRV3O2cXiGevOMw.ttf",
        "700": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBSx3O2cXiGevOMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwC2YdjA.ttf"
    },
    {
      "family": "Markazi Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf",
        "500": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf",
        "600": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf",
        "700": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQf4IvAQ.ttf"
    },
    {
      "family": "Marko One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haqK58b.ttf"
    },
    {
      "family": "Marmelad",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8uFKEeI.ttf"
    },
    {
      "family": "Martel",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf",
        "300": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf",
        "regular": "https://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf",
        "600": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf",
        "700": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf",
        "800": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf",
        "900": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XdYMg6.ttf"
    },
    {
      "family": "Martel Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf",
        "300": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf",
        "600": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf",
        "700": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf",
        "800": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf",
        "900": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8hjex-s.ttf"
    },
    {
      "family": "Martian Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-02-23",
      "files": {
        "100": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qus6WD75kdpF2.ttf",
        "200": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qu86WD75kdpF2.ttf",
        "300": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY00u86WD75kdpF2.ttf",
        "regular": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu86WD75kdpF2.ttf",
        "500": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1Yu86WD75kdpF2.ttf",
        "600": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY20vM6WD75kdpF2.ttf",
        "700": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY2NvM6WD75kdpF2.ttf",
        "800": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qvM6WD75kdpF2.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu_6XBbo.ttf"
    },
    {
      "family": "Marvel",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marvel/v16/nwpVtKeoNgBV0qaIkV7ED366zg.ttf",
        "italic": "https://fonts.gstatic.com/s/marvel/v16/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf",
        "700": "https://fonts.gstatic.com/s/marvel/v16/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/marvel/v16/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marvel/v16/nwpVtKeoNgBV0qa4kFTA.ttf"
    },
    {
      "family": "Mate",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mate/v17/m8JdjftRd7WZ2z28WoXSaLU.ttf",
        "italic": "https://fonts.gstatic.com/s/mate/v17/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mate/v17/m8JdjftRd7WZ6zy2Xg.ttf"
    },
    {
      "family": "Mate SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wK-iTT8w.ttf"
    },
    {
      "family": "Material Icons",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v141",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNZIhI8tIHh.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDvNYKBY.ttf"
    },
    {
      "family": "Material Icons Outlined",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v109",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcdl5GuI2Ze.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhXcanZM.otf"
    },
    {
      "family": "Material Icons Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v108",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmMq_fTTvg-.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flzmLofU.otf"
    },
    {
      "family": "Material Icons Sharp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v109",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvSImEyc0vd.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvlvVKGM.otf"
    },
    {
      "family": "Material Icons Two Tone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v112",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu3NjDrH_77.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNBuwPDI.otf"
    },
    {
      "family": "Material Symbols Outlined",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v166",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeembd5zrTgt.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOembd5zrTgt.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOembd5zrTgt.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOembd5zrTgt.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOembd5zrTgt.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-embd5zrTgt.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-embd5zrTgt.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHNenZ9o.ttf"
    },
    {
      "family": "Material Symbols Rounded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v164",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxKJKJBjAa8.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxKJKJBjAa8.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxKJKJBjAa8.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxKJKJBjAa8.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxKJKJBjAa8.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxKJKJBjAa8.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxKJKJBjAa8.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelbxODLA.ttf"
    },
    {
      "family": "Material Symbols Sharp",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v162",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCOJ1H7-knk.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCOJ1H7-knk.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCOJ1H7-knk.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCOJ1H7-knk.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCOJ1H7-knk.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCOJ1H7-knk.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCOJ1H7-knk.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLogCPLVU.ttf"
    },
    {
      "family": "Maven Pro",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v33",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf",
        "500": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf",
        "600": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf",
        "700": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf",
        "800": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf",
        "900": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX21nGjpw.ttf"
    },
    {
      "family": "McLaren",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mclaren/v17/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mclaren/v17/2EbnL-ZuAXFqZFXIeYcV9w.ttf"
    },
    {
      "family": "Mea Culpa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meaculpa/v6/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meaculpa/v6/AMOTz4GcuWbEIuza8jspm8cU.ttf"
    },
    {
      "family": "Meddon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meddon/v24/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meddon/v24/kmK8ZqA2EgDNeHTphR1F.ttf"
    },
    {
      "family": "MedievalSharp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptMq5wNw.ttf"
    },
    {
      "family": "Medula One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yuoiAgtw.ttf"
    },
    {
      "family": "Meera Inimai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tamil"
      ],
      "version": "v12",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILeZ_mLH.ttf"
    },
    {
      "family": "Megrim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZlbWXgd0RY1g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZVbG_k.ttf"
    },
    {
      "family": "Meie Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMgxm7oE.ttf"
    },
    {
      "family": "Meow Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ERcg2fk.ttf"
    },
    {
      "family": "Merienda",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5JHhoSU78QGBV0A.ttf",
        "regular": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhoSU78QGBV0A.ttf",
        "500": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5SHhoSU78QGBV0A.ttf",
        "600": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5pH9oSU78QGBV0A.ttf",
        "700": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5nX9oSU78QGBV0A.ttf",
        "800": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5-n9oSU78QGBV0A.ttf",
        "900": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5039oSU78QGBV0A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhYSET4.ttf"
    },
    {
      "family": "Merriweather",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf",
        "300italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf",
        "regular": "https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf",
        "italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf",
        "700": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf",
        "700italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf",
        "900": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf",
        "900italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eiZJ.ttf"
    },
    {
      "family": "Merriweather Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf",
        "regular": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf",
        "500": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf",
        "600": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf",
        "700": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf",
        "800": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf",
        "italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf",
        "500italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf",
        "600italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf",
        "700italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf",
        "800italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4Vj-sC.ttf"
    },
    {
      "family": "Metal",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metal/v30/lW-wwjUJIXTo7i3nnoQAUdN2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metal/v30/lW-wwjUJIXTo7h3mlIA.ttf"
    },
    {
      "family": "Metal Mania",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJdXDiaE.ttf"
    },
    {
      "family": "Metamorphous",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y133EPSqp.ttf"
    },
    {
      "family": "Metrophobic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAQ-I5Xo.ttf"
    },
    {
      "family": "Michroma",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/michroma/v19/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/michroma/v19/PN_zRfy9qWD8fEagAPg7pTw.ttf"
    },
    {
      "family": "Micro 5",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/micro5/v1/H4cnBX2MkcfEngTr0gYQ7LO5mqc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/micro5/v1/H4cnBX2MkcfEngTr4gca6A.ttf"
    },
    {
      "family": "Milonga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/milonga/v22/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/milonga/v22/SZc53FHnIaK9W5kfTzzMlQ.ttf"
    },
    {
      "family": "Miltonian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miltonian/v30/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miltonian/v30/zOL-4pbPn6Ne9JqTg9mb6ORE.ttf"
    },
    {
      "family": "Miltonian Tattoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miltoniantattoo/v32/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miltoniantattoo/v32/EvOUzBRL0o0kCxF-lcMCQxlpVsA_JwL2NA.ttf"
    },
    {
      "family": "Mina",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARrz9j7i3y65o.ttf",
        "700": "https://fonts.gstatic.com/s/mina/v11/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARnz5p6g.ttf"
    },
    {
      "family": "Mingzat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lepcha"
      ],
      "version": "v8",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mingzat/v8/0QIgMX5C-o-oWWyvBttkm_mv670.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mingzat/v8/0QIgMX5C-o-oWWyvNtpunw.ttf"
    },
    {
      "family": "Miniver",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miniver/v25/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miniver/v25/eLGcP-PxIg-5H0vC37wIzw.ttf"
    },
    {
      "family": "Miriam Libre",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miriamlibre/v14/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf",
        "700": "https://fonts.gstatic.com/s/miriamlibre/v14/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miriamlibre/v14/DdTh798HsHwubBAqfkcBTL_fYZP7.ttf"
    },
    {
      "family": "Mirza",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mirza/v17/co3ImWlikiN5EurdKMewsrvI.ttf",
        "500": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIpAeO4mafBomDi.ttf",
        "600": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIFBuO4mafBomDi.ttf",
        "700": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtJhB-O4mafBomDi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mirza/v17/co3ImWlikiN5EtrcIsM.ttf"
    },
    {
      "family": "Miss Fajardose",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb_quUvI.ttf"
    },
    {
      "family": "Mitr",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf",
        "300": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf",
        "regular": "https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZFyTsyMJj_b1o.ttf",
        "500": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf",
        "600": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf",
        "700": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZF-To4NA.ttf"
    },
    {
      "family": "Mochiy Pop One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mochiypopone/v9/QdVPSTA9Jh-gg-5XZP2UmU4O9kwwD3s6ZKAi.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mochiypopone/v9/QdVPSTA9Jh-gg-5XZP2UmU4O9nwxBX8.ttf"
    },
    {
      "family": "Mochiy Pop P One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mochiypoppone/v9/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4O3WYZB_sU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mochiypoppone/v9/Ktk2AKuPeY_td1-h9LayHYWCjAqyB4K9XQ.ttf"
    },
    {
      "family": "Modak",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEsnMH8BVZ76KU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEskMG-hE.ttf"
    },
    {
      "family": "Modern Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/modernantiqua/v24/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/modernantiqua/v24/NGStv5TIAUg6Iq_RLNo_2dp1sL1FYW8.ttf"
    },
    {
      "family": "Mogra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo4DvLmxtnG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TCo5BPY.ttf"
    },
    {
      "family": "Mohave",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvCQopLSvBk.ttf",
        "regular": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvCQopLSvBk.ttf",
        "500": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvCQopLSvBk.ttf",
        "600": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvCQopLSvBk.ttf",
        "700": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvCQopLSvBk.ttf",
        "300italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOaprDXrBlSVw.ttf",
        "italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOaprDXrBlSVw.ttf",
        "500italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOaprDXrBlSVw.ttf",
        "600italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSaprDXrBlSVw.ttf",
        "700italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSaprDXrBlSVw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_LvGapg.ttf"
    },
    {
      "family": "Moirai One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGT0WWB7UcfCg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGf0ScAw.ttf"
    },
    {
      "family": "Molengo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQXbValg.ttf"
    },
    {
      "family": "Molle",
      "variants": [
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "italic": "https://fonts.gstatic.com/s/molle/v23/E21n_dL5hOXFhWEsXzgmVydREus.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/molle/v23/E21n_dL5hOXFhWEsbzksUw.ttf"
    },
    {
      "family": "Monda",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjvpmNBsLvPdG.ttf",
        "700": "https://fonts.gstatic.com/s/monda/v16/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjspnPh8.ttf"
    },
    {
      "family": "Monofett",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW73Tsxg.ttf"
    },
    {
      "family": "Monomaniac One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monomaniacone/v11/4iC06K17YctZjx50EU-QlwPmcqRnqYkB5kwI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monomaniacone/v11/4iC06K17YctZjx50EU-QlwPmcpRmo40.ttf"
    },
    {
      "family": "Monoton",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4TkfLRw.ttf"
    },
    {
      "family": "Monsieur La Doulaise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monsieurladoulaise/v18/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monsieurladoulaise/v18/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZm5fyEU.ttf"
    },
    {
      "family": "Montaga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_4gca6A.ttf"
    },
    {
      "family": "Montagu Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P9Fs7bOSO7.ttf",
        "200": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP9Fs7bOSO7.ttf",
        "300": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP9Fs7bOSO7.ttf",
        "regular": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf",
        "500": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP9Fs7bOSO7.ttf",
        "600": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP9Fs7bOSO7.ttf",
        "700": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP9Fs7bOSO7.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEkP8HMo.ttf"
    },
    {
      "family": "MonteCarlo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montecarlo/v11/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montecarlo/v11/buEzpo6-f9X01GadLA0G4Csf-A.ttf"
    },
    {
      "family": "Montez",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montez/v22/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montez/v22/845ZNMk5GoGIX8lW1bra.ttf"
    },
    {
      "family": "Montserrat",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-Y3tcoqK5.ttf",
        "200": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-Y3tcoqK5.ttf",
        "300": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf",
        "regular": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf",
        "500": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf",
        "600": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf",
        "700": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf",
        "800": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-Y3tcoqK5.ttf",
        "900": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf",
        "100italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf",
        "200italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf",
        "300italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf",
        "italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf",
        "500italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX9-p7K5ILg.ttf",
        "600italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX9-p7K5ILg.ttf",
        "700italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX9-p7K5ILg.ttf",
        "800italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX9-p7K5ILg.ttf",
        "900italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX9-p7K5ILg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw_aX8.ttf"
    },
    {
      "family": "Montserrat Alternates",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf",
        "100italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf",
        "200": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf",
        "200italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf",
        "300": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf",
        "300italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf",
        "regular": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf",
        "italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf",
        "500": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf",
        "500italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf",
        "600": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf",
        "600italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf",
        "700": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf",
        "700italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf",
        "800": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf",
        "800italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf",
        "900": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf",
        "900italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU057afV.ttf"
    },
    {
      "family": "Montserrat Subrayada",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf",
        "700": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQH8KaOM.ttf"
    },
    {
      "family": "Moo Lah Lah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moolahlah/v6/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moolahlah/v6/dg4h_p_opKZOA0w1AYcm56wsawI.ttf"
    },
    {
      "family": "Mooli",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bYPBBG7YpzlJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bbPADmo.ttf"
    },
    {
      "family": "Moon Dance",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moondance/v6/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moondance/v6/WBLgrEbUbFlYW9ekmGawS2ToLA.ttf"
    },
    {
      "family": "Moul",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moul/v27/nuF2D__FSo_3E-RYiJCy-00.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moul/v27/nuF2D__FSo_3I-VSjA.ttf"
    },
    {
      "family": "Moulpali",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moulpali/v30/H4ckBXKMl9HagUWymyY6wr-wg763.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moulpali/v30/H4ckBXKMl9HagUWymxY7yLs.ttf"
    },
    {
      "family": "Mountains of Christmas",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf",
        "700": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eDNesNA.ttf"
    },
    {
      "family": "Mouse Memoirs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mousememoirs/v17/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mousememoirs/v17/t5tmIRoSNJ-PH0WNNgDYxdSb3TjPqg.ttf"
    },
    {
      "family": "Mr Bedfort",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicpiu-WQ.ttf"
    },
    {
      "family": "Mr Dafoe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrFiribc.ttf"
    },
    {
      "family": "Mr De Haviland",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOg3D60Y.ttf"
    },
    {
      "family": "Mrs Saint Delafield",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62QK8nKg.ttf"
    },
    {
      "family": "Mrs Sheppards",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrssheppards/v23/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrssheppards/v23/PN_2Rfm9snC0XUGoEZhb91ig7vn7zg.ttf"
    },
    {
      "family": "Ms Madi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1B-HFjA.ttf"
    },
    {
      "family": "Mukta",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf",
        "300": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf",
        "regular": "https://fonts.gstatic.com/s/mukta/v14/iJWKBXyXfDDVXYnGp32S0H3f.ttf",
        "500": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf",
        "600": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf",
        "700": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf",
        "800": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mukta/v14/iJWKBXyXfDDVXbnHrXk.ttf"
    },
    {
      "family": "Mukta Mahee",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf",
        "300": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf",
        "regular": "https://fonts.gstatic.com/s/muktamahee/v16/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf",
        "500": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf",
        "600": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf",
        "700": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf",
        "800": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktamahee/v16/XRXQ3IOIi0hcP8iVU67hA9vMUTo.ttf"
    },
    {
      "family": "Mukta Malar",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf",
        "300": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf",
        "regular": "https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf",
        "500": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf",
        "600": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf",
        "700": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf",
        "800": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqIv5J_A.ttf"
    },
    {
      "family": "Mukta Vaani",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf",
        "300": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf",
        "regular": "https://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf",
        "500": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf",
        "600": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf",
        "700": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf",
        "800": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIG0EduA.ttf"
    },
    {
      "family": "Mulish",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf",
        "300": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf",
        "regular": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf",
        "500": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf",
        "600": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf",
        "700": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf",
        "800": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf",
        "900": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf",
        "200italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf",
        "300italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf",
        "italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf",
        "500italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf",
        "600italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf",
        "700italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf",
        "800italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf",
        "900italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNR8aGvHg.ttf"
    },
    {
      "family": "Murecho",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-06-30",
      "files": {
        "100": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf",
        "200": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf",
        "300": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWZLCpUOaM6.ttf",
        "regular": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf",
        "500": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf",
        "600": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWZLCpUOaM6.ttf",
        "700": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf",
        "800": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf",
        "900": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWZLCpUOaM6.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5UWYJi4.ttf"
    },
    {
      "family": "MuseoModerno",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf",
        "200": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf",
        "300": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf",
        "regular": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf",
        "500": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf",
        "600": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf",
        "700": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf",
        "800": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf",
        "900": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf",
        "100italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QicCgGdrS3g.ttf",
        "200italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QicCgGdrS3g.ttf",
        "300italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QicCgGdrS3g.ttf",
        "italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QicCgGdrS3g.ttf",
        "500italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QicCgGdrS3g.ttf",
        "600italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQicCgGdrS3g.ttf",
        "700italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQicCgGdrS3g.ttf",
        "800italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQicCgGdrS3g.ttf",
        "900italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQicCgGdrS3g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEie0QiQ.ttf"
    },
    {
      "family": "My Soul",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mysoul/v5/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mysoul/v5/3XFqErcuy945_u6KJ_Qvlw.ttf"
    },
    {
      "family": "Mynerve",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt7xCRuiZ-uydg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt79CVkjQ.ttf"
    },
    {
      "family": "Mystery Quest",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRLwAvCw.ttf"
    },
    {
      "family": "NTR",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjiGGhs5TA4bg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjSGWJo.ttf"
    },
    {
      "family": "Nabla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nabla/v10/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nabla/v10/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRBRFeEA.ttf"
    },
    {
      "family": "Namdhinggo",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "limbu"
      ],
      "version": "v2",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TDnWj4yxx7o8.ttf",
        "500": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNoGKxyRa8oZK9I0.ttf",
        "600": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNq2NxyRa8oZK9I0.ttf",
        "700": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNsmMxyRa8oZK9I0.ttf",
        "800": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNtWPxyRa8oZK9I0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TPnSp5w.ttf"
    },
    {
      "family": "Nanum Brush Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazCj6pv.ttf"
    },
    {
      "family": "Nanum Gothic",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf",
        "700": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf",
        "800": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_3Rfi-oW3hYwmKDpxS7F_D_9jb.ttf"
    },
    {
      "family": "Nanum Gothic Coding",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf",
        "700": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIVdjzHisX_8vv59_xMxtPFW4IXROws-6U7Ug.ttf"
    },
    {
      "family": "Nanum Myeongjo",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf",
        "700": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf",
        "800": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Btx3DZF0dXLMZlywRbVRNhxy2LqcnA.ttf"
    },
    {
      "family": "Nanum Pen Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN6z_0bA.ttf"
    },
    {
      "family": "Narnoor",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gunjala-gondi",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v7",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/narnoor/v7/cIf9MaFWuVo-UTyPxCmrYGkHgIs.ttf",
        "500": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_N2CRGEsnIJkWL4.ttf",
        "600": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_PGFRGEsnIJkWL4.ttf",
        "700": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_JWERGEsnIJkWL4.ttf",
        "800": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_ImHRGEsnIJkWL4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/narnoor/v7/cIf9MaFWuVo-UTyP9CihZA.ttf"
    },
    {
      "family": "Neonderthaw",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/neonderthaw/v6/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neonderthaw/v6/Iure6Yx5-oWVZI0r-17AeaZIrLE.ttf"
    },
    {
      "family": "Nerko One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjzcJ5BZmqa3A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjDcZRF.ttf"
    },
    {
      "family": "Neucha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvugNsCxVEgA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bfuwlo.ttf"
    },
    {
      "family": "Neuton",
      "variants": [
        "200",
        "300",
        "regular",
        "italic",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf",
        "300": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf",
        "regular": "https://fonts.gstatic.com/s/neuton/v22/UMBTrPtMoH62xUZyyII7civlBw.ttf",
        "italic": "https://fonts.gstatic.com/s/neuton/v22/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf",
        "700": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf",
        "800": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neuton/v22/UMBTrPtMoH62xUZCyYg_.ttf"
    },
    {
      "family": "New Rocker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJoGIfjQ.ttf"
    },
    {
      "family": "New Tegomin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqfN0Q3ptkDMN.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqcN1SX4.ttf"
    },
    {
      "family": "News Cycle",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newscycle/v23/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf",
        "700": "https://fonts.gstatic.com/s/newscycle/v23/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newscycle/v23/CSR64z1Qlv-GDxkbKVQ_fOYKSA.ttf"
    },
    {
      "family": "Newsreader",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ADOxEPjCggA.ttf",
        "300": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ADOxEPjCggA.ttf",
        "regular": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf",
        "500": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ADOxEPjCggA.ttf",
        "600": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojADOxEPjCggA.ttf",
        "700": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jADOxEPjCggA.ttf",
        "800": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjADOxEPjCggA.ttf",
        "200italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZAHDWwgECi.ttf",
        "300italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZAHDWwgECi.ttf",
        "italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZAHDWwgECi.ttf",
        "500italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZAHDWwgECi.ttf",
        "600italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZAHDWwgECi.ttf",
        "700italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZAHDWwgECi.ttf",
        "800italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZAHDWwgECi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_wDeZA.ttf"
    },
    {
      "family": "Niconne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfnQqn3A.ttf"
    },
    {
      "family": "Niramit",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf",
        "200italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf",
        "300": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf",
        "300italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf",
        "regular": "https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf",
        "italic": "https://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf",
        "500": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf",
        "500italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf",
        "600": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf",
        "600italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf",
        "700": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf",
        "700italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLXbValg.ttf"
    },
    {
      "family": "Nixie One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUYUet3.ttf"
    },
    {
      "family": "Nobile",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf",
        "italic": "https://fonts.gstatic.com/s/nobile/v17/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf",
        "500": "https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf",
        "500italic": "https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf",
        "700": "https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf",
        "700italic": "https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1iGX63T.ttf"
    },
    {
      "family": "Nokora",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-09-06",
      "files": {
        "100": "https://fonts.gstatic.com/s/nokora/v31/hYkKPuwgTubzaWxoXzALgPNw8QZN.ttf",
        "300": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxolxIrqt18-B9Uuw.ttf",
        "regular": "https://fonts.gstatic.com/s/nokora/v31/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf",
        "700": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf",
        "900": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxovxcrqt18-B9Uuw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nokora/v31/hYkIPuwgTubzaWxgOjAL.ttf"
    },
    {
      "family": "Norican",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPKJNbsA.ttf"
    },
    {
      "family": "Nosifer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nosifer/v22/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nosifer/v22/ZGjXol5JTp0g5bxZWCxbUA.ttf"
    },
    {
      "family": "Notable",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notable/v18/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notable/v18/gNMEW3N_SIqx-WX9yHIiEA.ttf"
    },
    {
      "family": "Nothing You Could Do",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nothingyoucoulddo/v19/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nothingyoucoulddo/v19/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb3OInV4.ttf"
    },
    {
      "family": "Noticia Text",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf",
        "italic": "https://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf",
        "700": "https://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf",
        "700italic": "https://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP12YDtd.ttf"
    },
    {
      "family": "Noto Color Emoji",
      "variants": [
        "regular"
      ],
      "subsets": [
        "emoji"
      ],
      "version": "v30",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notocoloremoji/v30/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notocoloremoji/v30/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFWb9m6w.ttf"
    },
    {
      "family": "Noto Emoji",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "emoji"
      ],
      "version": "v47",
      "lastModified": "2023-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwvS-FGJCMY.ttf",
        "regular": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",
        "500": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwvS-FGJCMY.ttf",
        "600": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwvS-FGJCMY.ttf",
        "700": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwvS-FGJCMY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0gwuQeU.ttf"
    },
    {
      "family": "Noto Kufi Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v21",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obPnLSmf5yD.ttf",
        "200": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bPnLSmf5yD.ttf",
        "300": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bPnLSmf5yD.ttf",
        "regular": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bPnLSmf5yD.ttf",
        "500": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bPnLSmf5yD.ttf",
        "600": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbPnLSmf5yD.ttf",
        "700": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbPnLSmf5yD.ttf",
        "800": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbPnLSmf5yD.ttf",
        "900": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbPnLSmf5yD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v37bOlrA.ttf"
    },
    {
      "family": "Noto Music",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "music"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxIteQB9Zra1U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxEtaaAw.ttf"
    },
    {
      "family": "Noto Naskh Arabic",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v33",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5krK0z9_Mnuw.ttf",
        "500": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85krK0z9_Mnuw.ttf",
        "600": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkrK0z9_Mnuw.ttf",
        "700": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkrK0z9_Mnuw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Urac3.ttf"
    },
    {
      "family": "Noto Nastaliq Urdu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-DK2f2-_8mEw.ttf",
        "500": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qu3-DK2f2-_8mEw.ttf",
        "600": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3QgH5DK2f2-_8mEw.ttf",
        "700": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qjj5DK2f2-_8mEw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-PKyV3w.ttf"
    },
    {
      "family": "Noto Rashi Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkRyq6Nf2pfA.ttf",
        "200": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkRyq6Nf2pfA.ttf",
        "300": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkRyq6Nf2pfA.ttf",
        "regular": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkRyq6Nf2pfA.ttf",
        "500": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkRyq6Nf2pfA.ttf",
        "600": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkRyq6Nf2pfA.ttf",
        "700": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkRyq6Nf2pfA.ttf",
        "800": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkRyq6Nf2pfA.ttf",
        "900": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkRyq6Nf2pfA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HURiC-.ttf"
    },
    {
      "family": "Noto Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "devanagari",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2024-02-16",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9At9d41P6zHtY.ttf",
        "200": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9A99d41P6zHtY.ttf",
        "300": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99d41P6zHtY.ttf",
        "regular": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf",
        "500": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99d41P6zHtY.ttf",
        "600": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9d41P6zHtY.ttf",
        "700": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d41P6zHtY.ttf",
        "800": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9BN9d41P6zHtY.ttf",
        "900": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9d41P6zHtY.ttf",
        "100italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDcf6VfYyWtY1rI.ttf",
        "200italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLce6VfYyWtY1rI.ttf",
        "300italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QGke6VfYyWtY1rI.ttf",
        "italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6VfYyWtY1rI.ttf",
        "500italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QAUe6VfYyWtY1rI.ttf",
        "600italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VfYyWtY1rI.ttf",
        "700italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VfYyWtY1rI.ttf",
        "800italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLcZ6VfYyWtY1rI.ttf",
        "900italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VfYyWtY1rI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9c6Vc.ttf"
    },
    {
      "family": "Noto Sans Adlam",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",
        "500": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGnBZLwhuvk.ttf",
        "600": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGnBZLwhuvk.ttf",
        "700": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGnBZLwhuvk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0fGjLYA.ttf"
    },
    {
      "family": "Noto Sans Adlam Unjoined",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMEe-E3slUg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMEe-E3slUg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMEe-E3slUg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMEe-E3slUg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35DMAU_A.ttf"
    },
    {
      "family": "Noto Sans Anatolian Hieroglyphs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "anatolian-hieroglyphs",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWbyfCzg.ttf"
    },
    {
      "family": "Noto Sans Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic"
      ],
      "version": "v18",
      "lastModified": "2022-06-01",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vu3CBFQLaig.ttf",
        "200": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvu3CBFQLaig.ttf",
        "300": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvu3CBFQLaig.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",
        "500": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvu3CBFQLaig.ttf",
        "600": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvu3CBFQLaig.ttf",
        "700": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvu3CBFQLaig.ttf",
        "800": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvu3CBFQLaig.ttf",
        "900": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvu3CBFQLaig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyfunqF.ttf"
    },
    {
      "family": "Noto Sans Armenian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "armenian",
        "latin",
        "latin-ext"
      ],
      "version": "v43",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0iYy6zF3Eg.ttf",
        "200": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60iYy6zF3Eg.ttf",
        "300": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60iYy6zF3Eg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60iYy6zF3Eg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0iYy6zF3Eg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0iYy6zF3Eg.ttf",
        "800": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0iYy6zF3Eg.ttf",
        "900": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0iYy6zF3Eg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb50jaSo.ttf"
    },
    {
      "family": "Noto Sans Avestan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "avestan",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkxu8QgA.ttf"
    },
    {
      "family": "Noto Sans Balinese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "balinese",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhE5Vd222PPY.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahE5Vd222PPY.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahE5Vd222PPY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdtE9fcw.ttf"
    },
    {
      "family": "Noto Sans Bamum",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bamum",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_gLykxEkxA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_gLykxEkxA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_gLykxEkxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddOy_kBzg.ttf"
    },
    {
      "family": "Noto Sans Bassa Vah",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bassa-vah",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MoAc6p34gH-GD7.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4PEBs6p34gH-GD7.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4P9Bs6p34gH-GD7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAf6o1Yw.ttf"
    },
    {
      "family": "Noto Sans Batak",
      "variants": [
        "regular"
      ],
      "subsets": [
        "batak",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbatak/v20/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbatak/v20/gok2H6TwAEdtF9N8-mdTCQvT-ZdQooXL.ttf"
    },
    {
      "family": "Noto Sans Bengali",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudCk8izI0lc.ttf",
        "200": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudCk8izI0lc.ttf",
        "300": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudCk8izI0lc.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudCk8izI0lc.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudCk8izI0lc.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudCk8izI0lc.ttf",
        "800": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudCk8izI0lc.ttf",
        "900": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudCk8izI0lc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLidGu9g.ttf"
    },
    {
      "family": "Noto Sans Bhaiksuki",
      "variants": [
        "regular"
      ],
      "subsets": [
        "bhaiksuki",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhjwrPecQ.ttf"
    },
    {
      "family": "Noto Sans Brahmi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "brahmi",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v19",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV1wtO_Xw.ttf"
    },
    {
      "family": "Noto Sans Buginese",
      "variants": [
        "regular"
      ],
      "subsets": [
        "buginese",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_QtPGA.ttf"
    },
    {
      "family": "Noto Sans Buhid",
      "variants": [
        "regular"
      ],
      "subsets": [
        "buhid",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzweqFk.ttf"
    },
    {
      "family": "Noto Sans Canadian Aboriginal",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "canadian-aboriginal",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_yAsg0q0uhQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_yAsg0q0uhQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_yAsg0q0uhQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_yAsg0q0uhQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_yAsg0q0uhQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_yAsg0q0uhQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_yAsg0q0uhQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_yAsg0q0uhQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLnPyQEk.ttf"
    },
    {
      "family": "Noto Sans Carian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "carian",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgg7sR8w.ttf"
    },
    {
      "family": "Noto Sans Caucasian Albanian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "caucasian-albanian",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXnYHspQ.ttf"
    },
    {
      "family": "Noto Sans Chakma",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chakma",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi0JnZRg.ttf"
    },
    {
      "family": "Noto Sans Cham",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cham",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0cv7GykboaLg.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcv7GykboaLg.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcv7GykboaLg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcv7GykboaLg.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscv7GykboaLg.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscv7GykboaLg.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscv7GykboaLg.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscv7GykboaLg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwsvru2.ttf"
    },
    {
      "family": "Noto Sans Cherokee",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODkm5rAffjl0.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDkm5rAffjl0.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDkm5rAffjl0.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDkm5rAffjl0.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDkm5rAffjl0.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDkm5rAffjl0.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDkm5rAffjl0.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDkm5rAffjl0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PPkizqA.ttf"
    },
    {
      "family": "Noto Sans Chorasmian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chorasmian",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v3",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S5vyoH7w4g9b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S6vzqno.ttf"
    },
    {
      "family": "Noto Sans Coptic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "coptic",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd38q1UA.ttf"
    },
    {
      "family": "Noto Sans Cuneiform",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cuneiform",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWsb5DkQ.ttf"
    },
    {
      "family": "Noto Sans Cypriot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cypriot",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cyItIZc.ttf"
    },
    {
      "family": "Noto Sans Cypro Minoan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cypro-minoan",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGq9eSf8_eQSE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGm9aYew.ttf"
    },
    {
      "family": "Noto Sans Deseret",
      "variants": [
        "regular"
      ],
      "subsets": [
        "deseret",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Wq8bHY.ttf"
    },
    {
      "family": "Noto Sans Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-AzoFoW4Ow.ttf",
        "200": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-AzoFoW4Ow.ttf",
        "300": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-AzoFoW4Ow.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",
        "500": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-AzoFoW4Ow.ttf",
        "600": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-AzoFoW4Ow.ttf",
        "700": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-AzoFoW4Ow.ttf",
        "800": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-AzoFoW4Ow.ttf",
        "900": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-AzoFoW4Ow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQl--E5pA.ttf"
    },
    {
      "family": "Noto Sans Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTGQ2iHrvWM.ttf",
        "200": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTGQ2iHrvWM.ttf",
        "300": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTGQ2iHrvWM.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf",
        "500": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTGQ2iHrvWM.ttf",
        "600": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTGQ2iHrvWM.ttf",
        "700": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTGQ2iHrvWM.ttf",
        "800": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTGQ2iHrvWM.ttf",
        "900": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTGQ2iHrvWM.ttf",
        "100italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa3gPurWM9uQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa3gPurWM9uQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka3gPurWM9uQ.ttf",
        "italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa3gPurWM9uQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka3gPurWM9uQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa3gPurWM9uQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa3gPurWM9uQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa3gPurWM9uQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa3gPurWM9uQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKZTCa3g.ttf"
    },
    {
      "family": "Noto Sans Duployan",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "duployan",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansduployan/v17/gokwH7nwAEdtF9N8-mdTDx_X9JM5wsvTqu0D4U0ftZS-Iw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvbF8gj.ttf"
    },
    {
      "family": "Noto Sans Egyptian Hieroglyphs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "egyptian-hieroglyphs",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYintSFi4.ttf"
    },
    {
      "family": "Noto Sans Elbasan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "elbasan",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvEdkp-o.ttf"
    },
    {
      "family": "Noto Sans Elymaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "elymaic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD7AiUuA.ttf"
    },
    {
      "family": "Noto Sans Ethiopic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v47",
      "lastModified": "2023-09-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OKqDjwmfeaY9u.ttf",
        "200": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OK6DjwmfeaY9u.ttf",
        "300": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T34QK6DjwmfeaY9u.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK6DjwmfeaY9u.ttf",
        "500": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T358K6DjwmfeaY9u.ttf",
        "600": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36QLKDjwmfeaY9u.ttf",
        "700": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36pLKDjwmfeaY9u.ttf",
        "800": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OLKDjwmfeaY9u.ttf",
        "900": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37nLKDjwmfeaY9u.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK5DiyGM.ttf"
    },
    {
      "family": "Noto Sans Georgian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "georgian",
        "greek-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v44",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj-f5WK0OQV.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj-f5WK0OQV.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj-f5WK0OQV.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj-f5WK0OQV.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j-f5WK0OQV.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j-f5WK0OQV.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j-f5WK0OQV.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j-f5WK0OQV.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzGj_dZE.ttf"
    },
    {
      "family": "Noto Sans Glagolitic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "glagolitic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v18",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4HRL6g0.ttf"
    },
    {
      "family": "Noto Sans Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gothic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTJMTy1g.ttf"
    },
    {
      "family": "Noto Sans Grantha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "grantha",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-o8dH-8.ttf"
    },
    {
      "family": "Noto Sans Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v25",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPM_OdiEH0s.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPM_OdiEH0s.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPM_OdiEH0s.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPM_OdiEH0s.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPM_OdiEH0s.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPM_OdiEH0s.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPM_OdiEH0s.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPM_OdiEH0s.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFzPN9uM.ttf"
    },
    {
      "family": "Noto Sans Gunjala Gondi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gunjala-gondi",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YDE4J4vCTxEJQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL04DE4J4vCTxEJQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLP4fE4J4vCTxEJQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLBofE4J4vCTxEJQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YD04ZQr.ttf"
    },
    {
      "family": "Noto Sans Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3bxZ_trdp7h.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OenbxZ_trdp7h.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0QenbxZ_trdp7h.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enbxZ_trdp7h.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXbxZ_trdp7h.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXbxZ_trdp7h.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXbxZ_trdp7h.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXbxZ_trdp7h.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oekbwbf8.ttf"
    },
    {
      "family": "Noto Sans HK",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-hongkong",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB_-oWTiYjNvVA.ttf",
        "200": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB--oWTiYjNvVA.ttf",
        "300": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qC5--oWTiYjNvVA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qEJ--oWTiYjNvVA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qK55-oWTiYjNvVA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qJd5-oWTiYjNvVA.ttf",
        "800": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB5-oWTiYjNvVA.ttf",
        "900": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qNl5-oWTiYjNvVA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB-yoSZjQ.ttf"
    },
    {
      "family": "Noto Sans Hanifi Rohingya",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "hanifi-rohingya",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6vvcudK8rN.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6vvcudK8rN.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6vvcudK8rN.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6vvcudK8rN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4g6ut88.ttf"
    },
    {
      "family": "Noto Sans Hanunoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hanunoo",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFvEtGJw.ttf"
    },
    {
      "family": "Noto Sans Hatran",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hatran",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_qM49qw.ttf"
    },
    {
      "family": "Noto Sans Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v43",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utoiJltutR2g.ttf",
        "200": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtoiJltutR2g.ttf",
        "300": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtoiJltutR2g.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtoiJltutR2g.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2toiJltutR2g.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2toiJltutR2g.ttf",
        "800": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942toiJltutR2g.ttf",
        "900": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2toiJltutR2g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qdoyhh.ttf"
    },
    {
      "family": "Noto Sans Imperial Aramaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "imperial-aramaic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrudnnXI.ttf"
    },
    {
      "family": "Noto Sans Indic Siyaq Numbers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "indic-siyaq-numbers",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKy2XNu4.ttf"
    },
    {
      "family": "Noto Sans Inscriptional Pahlavi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "inscriptional-pahlavi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCZtufPA.ttf"
    },
    {
      "family": "Noto Sans Inscriptional Parthian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "inscriptional-parthian",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2ykmBI0Dc.ttf"
    },
    {
      "family": "Noto Sans JP",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v52",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75vY0rw-oME.ttf",
        "200": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75vY0rw-oME.ttf",
        "300": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75vY0rw-oME.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",
        "500": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75vY0rw-oME.ttf",
        "600": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75vY0rw-oME.ttf",
        "700": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75vY0rw-oME.ttf",
        "800": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75vY0rw-oME.ttf",
        "900": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75vY0rw-oME.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj35rS1g.ttf"
    },
    {
      "family": "Noto Sans Javanese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "javanese",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",
        "500": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxKvkFFliZYWj4O8.ttf",
        "600": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxEfjFFliZYWj4O8.ttf",
        "700": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxH7jFFliZYWj4O8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkJFhoYQ.ttf"
    },
    {
      "family": "Noto Sans KR",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLTq8H4hfeE.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLTq8H4hfeE.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLTq8H4hfeE.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLTq8H4hfeE.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLTq8H4hfeE.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLTq8H4hfeE.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLTq8H4hfeE.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLTq8H4hfeE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoySLXg9A.ttf"
    },
    {
      "family": "Noto Sans Kaithi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kaithi",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskaithi/v21/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskaithi/v21/buEtppS9f8_vkXadMBJJu0tWjLwjciwAcg.ttf"
    },
    {
      "family": "Noto Sans Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzSIMLsPKrkY.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzSIMLsPKrkY.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzSIMLsPKrkY.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzSIMLsPKrkY.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzSIMLsPKrkY.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzSIMLsPKrkY.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzSIMLsPKrkY.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzSIMLsPKrkY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvN_SMGKg.ttf"
    },
    {
      "family": "Noto Sans Kawi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kawi",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhmCpRyMjXVsQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK0ghmCpRyMjXVsQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKPg9mCpRyMjXVsQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKBw9mCpRyMjXVsQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhWC552.ttf"
    },
    {
      "family": "Noto Sans Kayah Li",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kayah-li",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZH4EXLuKVM.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZH4EXLuKVM.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZH4EXLuKVM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3OZDyFQ.ttf"
    },
    {
      "family": "Noto Sans Kharoshthi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kharoshthi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE6z5plg.ttf"
    },
    {
      "family": "Noto Sans Khmer",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz4kAbrddiA.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz4kAbrddiA.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz4kAbrddiA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz4kAbrddiA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z4kAbrddiA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z4kAbrddiA.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z4kAbrddiA.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z4kAbrddiA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAKz5mgI.ttf"
    },
    {
      "family": "Noto Sans Khojki",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khojki",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmG_Zx1w.ttf"
    },
    {
      "family": "Noto Sans Khudawadi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khudawadi",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskhudawadi/v21/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhudawadi/v21/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHEjVtUQ.ttf"
    },
    {
      "family": "Noto Sans Lao",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdf5MK3riB2w.ttf",
        "200": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdf5MK3riB2w.ttf",
        "300": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdf5MK3riB2w.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdf5MK3riB2w.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8Hdf5MK3riB2w.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdf5MK3riB2w.ttf",
        "800": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdf5MK3riB2w.ttf",
        "900": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdf5MK3riB2w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbtfpkO.ttf"
    },
    {
      "family": "Noto Sans Lao Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr2M-Zw5V_T71k.ttf",
        "200": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHr3M-Zw5V_T71k.ttf",
        "300": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomKT3M-Zw5V_T71k.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3M-Zw5V_T71k.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomMj3M-Zw5V_T71k.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomCTwM-Zw5V_T71k.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomB3wM-Zw5V_T71k.ttf",
        "800": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHrwM-Zw5V_T71k.ttf",
        "900": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomFPwM-Zw5V_T71k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3A-d64Q.ttf"
    },
    {
      "family": "Noto Sans Lepcha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lepcha"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS36ANmsg.ttf"
    },
    {
      "family": "Noto Sans Limbu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "limbu"
      ],
      "version": "v22",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVT0ctz.ttf"
    },
    {
      "family": "Noto Sans Linear A",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "linear-a"
      ],
      "version": "v18",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj2Gz2vU.ttf"
    },
    {
      "family": "Noto Sans Linear B",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "linear-b"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737Il3RMB.ttf"
    },
    {
      "family": "Noto Sans Lisu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lisu"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt29IlxkVdig.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st29IlxkVdig.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst29IlxkVdig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwd2tgh.ttf"
    },
    {
      "family": "Noto Sans Lycian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "lycian"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA1_jQDA.ttf"
    },
    {
      "family": "Noto Sans Lydian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lydian"
      ],
      "version": "v18",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPRSULdNg.ttf"
    },
    {
      "family": "Noto Sans Mahajani",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mahajani"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD51hsoV.ttf"
    },
    {
      "family": "Noto Sans Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9BFzEr6HxEA.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9BFzEr6HxEA.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9BFzEr6HxEA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9BFzEr6HxEA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9BFzEr6HxEA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9BFzEr6HxEA.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9BFzEr6HxEA.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9BFzEr6HxEA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuDNBVbA.ttf"
    },
    {
      "family": "Noto Sans Mandaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mandaic"
      ],
      "version": "v16",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI6_B9Ac.ttf"
    },
    {
      "family": "Noto Sans Manichaean",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "manichaean"
      ],
      "version": "v18",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfenqDPz8.ttf"
    },
    {
      "family": "Noto Sans Marchen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "marchen"
      ],
      "version": "v19",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMEhOmao.ttf"
    },
    {
      "family": "Noto Sans Masaram Gondi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "masaram-gondi"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPntGf5xY.ttf"
    },
    {
      "family": "Noto Sans Math",
      "variants": [
        "regular"
      ],
      "subsets": [
        "math"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UEkH81k.ttf"
    },
    {
      "family": "Noto Sans Mayan Numerals",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mayan-numerals"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIi06sAs.ttf"
    },
    {
      "family": "Noto Sans Medefaidrin",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "medefaidrin"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlT318e5A3rw.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlT318e5A3rw.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlT318e5A3rw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWpTz_9Q.ttf"
    },
    {
      "family": "Noto Sans Meetei Mayek",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "meetei-mayek"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TW5PgeFYVa.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTW5PgeFYVa.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTW5PgeFYVa.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTW5PgeFYVa.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTW5PgeFYVa.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTW5PgeFYVa.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTW5PgeFYVa.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTW5PgeFYVa.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_sTX7vw.ttf"
    },
    {
      "family": "Noto Sans Mende Kikakui",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mende-kikakui"
      ],
      "version": "v28",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLUx_aDJLAHer.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLXx-YjY.ttf"
    },
    {
      "family": "Noto Sans Meroitic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "meroitic",
        "meroitic-cursive",
        "meroitic-hieroglyphs"
      ],
      "version": "v18",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UzgTJX.ttf"
    },
    {
      "family": "Noto Sans Miao",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "miao"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZXjhW4E.ttf"
    },
    {
      "family": "Noto Sans Modi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "modi"
      ],
      "version": "v23",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmodi/v23/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmodi/v23/pe03MIySN5pO62Z5YkFyT7jeas5rU1Q.ttf"
    },
    {
      "family": "Noto Sans Mongolian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin",
        "latin-ext",
        "math",
        "mongolian",
        "symbols"
      ],
      "version": "v19",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmongolian/v19/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmongolian/v19/VdGCAYADGIwE0EopZx8xQfHlgEAMsrTo9Loq7w.ttf"
    },
    {
      "family": "Noto Sans Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49rXVEQQL8Y.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49rXVEQQL8Y.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49rXVEQQL8Y.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49rXVEQQL8Y.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49rXVEQQL8Y.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49rXVEQQL8Y.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49rXVEQQL8Y.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49rXVEQQL8Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ09vdUA.ttf"
    },
    {
      "family": "Noto Sans Mro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mro"
      ],
      "version": "v18",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39aD3bsg.ttf"
    },
    {
      "family": "Noto Sans Multani",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "multani"
      ],
      "version": "v20",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO2A1r_Q.ttf"
    },
    {
      "family": "Noto Sans Myanmar",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "myanmar"
      ],
      "version": "v20",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uEapkAC3AY.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98EwiEwLxR-r.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9MEwiEwLxR-r.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cEwiEwLxR-r.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sEwiEwLxR-r.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88EwiEwLxR-r.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8MEwiEwLxR-r.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cEwiEwLxR-r.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Hn31uE.ttf"
    },
    {
      "family": "Noto Sans NKo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nko"
      ],
      "version": "v6",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpApGGGA.ttf"
    },
    {
      "family": "Noto Sans NKo Unjoined",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nko"
      ],
      "version": "v2",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2jEOz_o.ttf"
    },
    {
      "family": "Noto Sans Nabataean",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nabataean"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNkBN3gA.ttf"
    },
    {
      "family": "Noto Sans Nag Mundari",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nag-mundari"
      ],
      "version": "v1",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirbUGA0whP19M.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRyqrbUGA0whP19M.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR8asbUGA0whP19M.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR_-sbUGA0whP19M.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirXUCK1w.ttf"
    },
    {
      "family": "Noto Sans Nandinagari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nandinagari"
      ],
      "version": "v4",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jVa5RXzC1KOw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jlap5T.ttf"
    },
    {
      "family": "Noto Sans New Tai Lue",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "new-tai-lue"
      ],
      "version": "v22",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pddfAYUbghFPKzeY.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdTvHYUbghFPKzeY.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdQLHYUbghFPKzeY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAUUfqgA.ttf"
    },
    {
      "family": "Noto Sans Newa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "newa"
      ],
      "version": "v16",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg_n-oto.ttf"
    },
    {
      "family": "Noto Sans Nushu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nushu"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYa1WVoI.ttf"
    },
    {
      "family": "Noto Sans Ogham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ogham"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hbtpNe.ttf"
    },
    {
      "family": "Noto Sans Ol Chiki",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ol-chiki"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267I6gVrz5gQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67I6gVrz5gQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67I6gVrz5gQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk227MwhQ.ttf"
    },
    {
      "family": "Noto Sans Old Hungarian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-hungarian"
      ],
      "version": "v18",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgSfiZAo.ttf"
    },
    {
      "family": "Noto Sans Old Italic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-italic"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tVlQfxw.ttf"
    },
    {
      "family": "Noto Sans Old North Arabian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-north-arabian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBgmEA7.ttf"
    },
    {
      "family": "Noto Sans Old Permic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "old-permic"
      ],
      "version": "v17",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKIdWiPs.ttf"
    },
    {
      "family": "Noto Sans Old Persian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-persian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_dqeNU.ttf"
    },
    {
      "family": "Noto Sans Old Sogdian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-sogdian"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURtLnOgu.ttf"
    },
    {
      "family": "Noto Sans Old South Arabian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-south-arabian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKB1eFH.ttf"
    },
    {
      "family": "Noto Sans Old Turkic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-turkic"
      ],
      "version": "v17",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldturkic/v17/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldturkic/v17/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsH2Qhkg.ttf"
    },
    {
      "family": "Noto Sans Oriya",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v27",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0fq_c6LhHBRe-.ttf",
        "200": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0f6_c6LhHBRe-.ttf",
        "300": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Iviqf6_c6LhHBRe-.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",
        "500": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvjGf6_c6LhHBRe-.ttf",
        "600": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgqeK_c6LhHBRe-.ttf",
        "700": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgTeK_c6LhHBRe-.ttf",
        "800": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0eK_c6LhHBRe-.ttf",
        "900": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvhdeK_c6LhHBRe-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f5_d4rw.ttf"
    },
    {
      "family": "Noto Sans Osage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "osage"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtnR1yW.ttf"
    },
    {
      "family": "Noto Sans Osmanya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "osmanya"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmw6lTYo.ttf"
    },
    {
      "family": "Noto Sans Pahawh Hmong",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "pahawh-hmong"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7knzY1dw.ttf"
    },
    {
      "family": "Noto Sans Palmyrene",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "palmyrene"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCDnOzYg.ttf"
    },
    {
      "family": "Noto Sans Pau Cin Hau",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "pau-cin-hau"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehItjU-u.ttf"
    },
    {
      "family": "Noto Sans Phags Pa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "phags-pa"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChUq06o.ttf"
    },
    {
      "family": "Noto Sans Phoenician",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "phoenician"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5U7IqNs.ttf"
    },
    {
      "family": "Noto Sans Psalter Pahlavi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "psalter-pahlavi"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w5GzAtQ.ttf"
    },
    {
      "family": "Noto Sans Rejang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "rejang"
      ],
      "version": "v21",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwB4K9XQ.ttf"
    },
    {
      "family": "Noto Sans Runic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "runic"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WmahBr.ttf"
    },
    {
      "family": "Noto Sans SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYxNbPzS5HE.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYxNbPzS5HE.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYxNbPzS5HE.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYxNbPzS5HE.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYxNbPzS5HE.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYxNbPzS5HE.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYxNbPzS5HE.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYxNbPzS5HE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FrY1HaA.ttf"
    },
    {
      "family": "Noto Sans Samaritan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "samaritan"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUo5jNlOVMzQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOYo9pMg.ttf"
    },
    {
      "family": "Noto Sans Saurashtra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "saurashtra"
      ],
      "version": "v23",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef-nchBc.ttf"
    },
    {
      "family": "Noto Sans Sharada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sharada"
      ],
      "version": "v16",
      "lastModified": "2022-11-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwrXKNug.ttf"
    },
    {
      "family": "Noto Sans Shavian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "shavian"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4HFRQJ0.ttf"
    },
    {
      "family": "Noto Sans Siddham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "siddham"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGpncmXY.ttf"
    },
    {
      "family": "Noto Sans SignWriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "signwriting"
      ],
      "version": "v4",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssignwriting/v4/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWiUEVCARYQemg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssignwriting/v4/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWikEFqE.ttf"
    },
    {
      "family": "Noto Sans Sinhala",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v26",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5lgLpJwbQRM.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5lgLpJwbQRM.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5lgLpJwbQRM.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5lgLpJwbQRM.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5lgLpJwbQRM.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5lgLpJwbQRM.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5lgLpJwbQRM.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5lgLpJwbQRM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a1lkBoA.ttf"
    },
    {
      "family": "Noto Sans Sogdian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sogdian"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBr-_NGo.ttf"
    },
    {
      "family": "Noto Sans Sora Sompeng",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sora-sompeng"
      ],
      "version": "v24",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DpZXJQd4Mu.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDpZXJQd4Mu.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDpZXJQd4Mu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR81_Dob3Y.ttf"
    },
    {
      "family": "Noto Sans Soyombo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "soyombo"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY3FqKlc.ttf"
    },
    {
      "family": "Noto Sans Sundanese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sundanese"
      ],
      "version": "v25",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHCizv7fQES.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HCizv7fQES.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HCizv7fQES.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNOHDgT8.ttf"
    },
    {
      "family": "Noto Sans Syloti Nagri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syloti-nagri"
      ],
      "version": "v20",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGJVb7Mw.ttf"
    },
    {
      "family": "Noto Sans Symbols",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "symbols"
      ],
      "version": "v41",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gavVFRkzrbQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gavVFRkzrbQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gavVFRkzrbQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gavVFRkzrbQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggavVFRkzrbQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggavVFRkzrbQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_QggavVFRkzrbQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1AggavVFRkzrbQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8Qa_9B.ttf"
    },
    {
      "family": "Noto Sans Symbols 2",
      "variants": [
        "regular"
      ],
      "subsets": [
        "braille",
        "latin",
        "latin-ext",
        "math",
        "mayan-numerals",
        "symbols"
      ],
      "version": "v23",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssymbols2/v23/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssymbols2/v23/I_uyMoGduATTei9eI8daxVHDyfisHr71-pLgeQ.ttf"
    },
    {
      "family": "Noto Sans Syriac",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syriac"
      ],
      "version": "v16",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9caJyZfUL_FC.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD9MaJyZfUL_FC.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Ud9MaJyZfUL_FC.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Vx9MaJyZfUL_FC.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wd88aJyZfUL_FC.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wk88aJyZfUL_FC.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD88aJyZfUL_FC.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Xq88aJyZfUL_FC.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9PaIw5M.ttf"
    },
    {
      "family": "Noto Sans Syriac Eastern",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syriac"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-eszCL5ep1QPQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-fszCL5ep1QPQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPnGfszCL5ep1QPQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fszCL5ep1QPQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPh2fszCL5ep1QPQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPvGYszCL5ep1QPQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPsiYszCL5ep1QPQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-YszCL5ep1QPQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPoaYszCL5ep1QPQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fgzGB4Q.ttf"
    },
    {
      "family": "Noto Sans TC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_CpOtma3uNQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yCy_CpOtma3uNQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_CpOtma3uNQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_CpOtma3uNQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7361_CpOtma3uNQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_CpOtma3uNQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yC1_CpOtma3uNQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_CpOtma3uNQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76CyzCtEsg.ttf"
    },
    {
      "family": "Noto Sans Tagalog",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tagalog"
      ],
      "version": "v22",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wzEBCcw.ttf"
    },
    {
      "family": "Noto Sans Tagbanwa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tagbanwa"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_npRz4A.ttf"
    },
    {
      "family": "Noto Sans Tai Le",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-le"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR5wtO_Xw.ttf"
    },
    {
      "family": "Noto Sans Tai Tham",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-tham"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPgquyaRGKMw.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPgquyaRGKMw.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPgquyaRGKMw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbDgukzQ.ttf"
    },
    {
      "family": "Noto Sans Tai Viet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-viet"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZb6oQb.ttf"
    },
    {
      "family": "Noto Sans Takri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "takri"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwgNeXS.ttf"
    },
    {
      "family": "Noto Sans Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v27",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0RqKDt_EvT.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70RqKDt_EvT.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70RqKDt_EvT.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70RqKDt_EvT.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0RqKDt_EvT.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0RqKDt_EvT.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0RqKDt_EvT.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0RqKDt_EvT.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo40QoqQ.ttf"
    },
    {
      "family": "Noto Sans Tamil Supplement",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil-supplement"
      ],
      "version": "v21",
      "lastModified": "2023-06-30",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax8vtC-c.ttf"
    },
    {
      "family": "Noto Sans Tangsa",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tangsa"
      ],
      "version": "v6",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkyoRYdplyJDA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1qkyoRYdplyJDA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2GlCoRYdplyJDA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2_lCoRYdplyJDA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkxoQa94.ttf"
    },
    {
      "family": "Noto Sans Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v26",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqQUbf-3v37w.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqQUbf-3v37w.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqQUbf-3v37w.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqQUbf-3v37w.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqQUbf-3v37w.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqQUbf-3v37w.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqQUbf-3v37w.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqQUbf-3v37w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbaQEzb.ttf"
    },
    {
      "family": "Noto Sans Thaana",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thaana"
      ],
      "version": "v24",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLhnu4-tbNu.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLhnu4-tbNu.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLhnu4-tbNu.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLhnu4-tbNu.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLhnu4-tbNu.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLhnu4-tbNu.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLhnu4-tbNu.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLhnu4-tbNu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbiLglOo.ttf"
    },
    {
      "family": "Noto Sans Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzF-QRvzzXg.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzF-QRvzzXg.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzF-QRvzzXg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzF-QRvzzXg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzF-QRvzzXg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzF-QRvzzXg.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzF-QRvzzXg.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzF-QRvzzXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtlzB0RQ.ttf"
    },
    {
      "family": "Noto Sans Thai Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v14",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50fF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3YX6AYeCT_Wfd1.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y84E4UgrzUO5sKA.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yl4I4UgrzUO5sKA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3gO6ocWiHvWQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yz4M4UgrzUO5sKA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y44Q4UgrzUO5sKA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yh4U4UgrzUO5sKA.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Ym4Y4UgrzUO5sKA.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yv4c4UgrzUO5sKA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3QOqAY.ttf"
    },
    {
      "family": "Noto Sans Tifinagh",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tifinagh"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbX67PA.ttf"
    },
    {
      "family": "Noto Sans Tirhuta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tirhuta"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby4uHWh8.ttf"
    },
    {
      "family": "Noto Sans Ugaritic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ugaritic"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXUMxAM.ttf"
    },
    {
      "family": "Noto Sans Vai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vai"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrUdMXmCA.ttf"
    },
    {
      "family": "Noto Sans Vithkuqi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vithkuqi"
      ],
      "version": "v1",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SgKM7vmn0BLE.ttf",
        "500": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvZxSgKM7vmn0BLE.ttf",
        "600": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvXBVgKM7vmn0BLE.ttf",
        "700": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvUlVgKM7vmn0BLE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SsKIxug.ttf"
    },
    {
      "family": "Noto Sans Wancho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "wancho"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBmALiog.ttf"
    },
    {
      "family": "Noto Sans Warang Citi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "warang-citi"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKhpO9G.ttf"
    },
    {
      "family": "Noto Sans Yi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yi"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3aZxFrN.ttf"
    },
    {
      "family": "Noto Sans Zanabazar Square",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "zanabazar-square"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQuJwMiU.ttf"
    },
    {
      "family": "Noto Serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFGjwM0Lhq_Szw.ttf",
        "200": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFCjwM0Lhq_Szw.ttf",
        "300": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZ9lCjwM0Lhq_Szw.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjwM0Lhq_Szw.ttf",
        "500": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZmlCjwM0Lhq_Szw.ttf",
        "600": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZdlejwM0Lhq_Szw.ttf",
        "700": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1ejwM0Lhq_Szw.ttf",
        "800": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFejwM0Lhq_Szw.ttf",
        "900": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZAVejwM0Lhq_Szw.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLgscPpKrCzyUi.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLg8cPpKrCzyUi.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBMVg8cPpKrCzyUi.ttf",
        "italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLg8cPpKrCzyUi.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBN5g8cPpKrCzyUi.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOVhMcPpKrCzyUi.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOshMcPpKrCzyUi.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLhMcPpKrCzyUi.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPihMcPpKrCzyUi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCTwccP.ttf"
    },
    {
      "family": "Noto Serif Ahom",
      "variants": [
        "regular"
      ],
      "subsets": [
        "ahom",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_AN-wuYrPFiwaw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_ANOw-wv.ttf"
    },
    {
      "family": "Noto Serif Armenian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "armenian",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8ObxvXagGdkbg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8KbxvXagGdkbg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbxvXagGdkbg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8KbxvXagGdkbg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbxvXagGdkbg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbxvXagGdkbg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbxvXagGdkbg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8WbxvXagGdkbg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbxvXagGdkbg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8Krx__e.ttf"
    },
    {
      "family": "Noto Serif Balinese",
      "variants": [
        "regular"
      ],
      "subsets": [
        "balinese",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifbalinese/v18/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRbgJdhapcUU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifbalinese/v18/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXdbkDcg.ttf"
    },
    {
      "family": "Noto Serif Bengali",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qn4LjQH8yD.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqn4LjQH8yD.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqn4LjQH8yD.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqn4LjQH8yD.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqn4LjQH8yD.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqn4LjQH8yD.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqn4LjQH8yD.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqn4LjQH8yD.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqn4LjQH8yD.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHkqm6rw.ttf"
    },
    {
      "family": "Noto Serif Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-HMUe1u_dv.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-HMUe1u_dv.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-HMUe1u_dv.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-HMUe1u_dv.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-HMUe1u_dv.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-HMUe1u_dv.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-HMUe1u_dv.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-HMUe1u_dv.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-HMUe1u_dv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-oz-GO0M.ttf"
    },
    {
      "family": "Noto Serif Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gKaDU9hvzC.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgKaDU9hvzC.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgKaDU9hvzC.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgKaDU9hvzC.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgKaDU9hvzC.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgKaDU9hvzC.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgKaDU9hvzC.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgKaDU9hvzC.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjEfg-zCmf4.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjEfg-zCmf4.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjEfg-zCmf4.ttf",
        "italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjEfg-zCmf4.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjEfg-zCmf4.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjEfg-zCmf4.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjEfg-zCmf4.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjEfg-zCmf4.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjEfg-zCmf4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4ugLYjE.ttf"
    },
    {
      "family": "Noto Serif Dogra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "dogra",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fGy63IbPzkns.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fKy-9JQ.ttf"
    },
    {
      "family": "Noto Serif Ethiopic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjkaO9UVLyiw.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjkaO9UVLyiw.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjkaO9UVLyiw.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjkaO9UVLyiw.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjkaO9UVLyiw.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjkaO9UVLyiw.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjkaO9UVLyiw.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjkaO9UVLyiw.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjkaO9UVLyiw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUTkKm5.ttf"
    },
    {
      "family": "Noto Serif Georgian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "georgian",
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfdzTw-FgZxQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofdzTw-FgZxQ.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofdzTw-FgZxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofdzTw-FgZxQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofdzTw-FgZxQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fdzTw-FgZxQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fdzTw-FgZxQ.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fdzTw-FgZxQ.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fdzTw-FgZxQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvovdj70.ttf"
    },
    {
      "family": "Noto Serif Grantha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "grantha",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifgrantha/v19/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqFENLR7fHGw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgrantha/v19/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiaFUlP.ttf"
    },
    {
      "family": "Noto Serif Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v27",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzuM1Kf-OJu.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzuM1Kf-OJu.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzuM1Kf-OJu.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzuM1Kf-OJu.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzuM1Kf-OJu.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zuM1Kf-OJu.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zuM1Kf-OJu.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zuM1Kf-OJu.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zuM1Kf-OJu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycLzvOVY.ttf"
    },
    {
      "family": "Noto Serif Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTNmqVU7y6l.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTNmqVU7y6l.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTNmqVU7y6l.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTNmqVU7y6l.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTNmqVU7y6l.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTNmqVU7y6l.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTNmqVU7y6l.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTNmqVU7y6l.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTNmqVU7y6l.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eSTMkKE.ttf"
    },
    {
      "family": "Noto Serif HK",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-hongkong",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RmV9Su1M6i.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RmV9Su1M6i.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RmV9Su1M6i.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRmV9Su1M6i.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRmV9Su1M6i.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRmV9Su1M6i.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRmV9Su1M6i.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RnXdA.ttf"
    },
    {
      "family": "Noto Serif Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAG8_vlQxz24.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAG8_vlQxz24.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAG8_vlQxz24.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAG8_vlQxz24.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAG8_vlQxz24.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAG8_vlQxz24.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAG8_vlQxz24.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAG8_vlQxz24.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAG8_vlQxz24.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSMG41ug.ttf"
    },
    {
      "family": "Noto Serif JP",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf",
        "300": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf",
        "500": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf",
        "600": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf",
        "700": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf",
        "900": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbN-uYA.otf"
    },
    {
      "family": "Noto Serif KR",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf",
        "300": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf",
        "500": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf",
        "600": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf",
        "700": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf",
        "900": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRuFj1g.otf"
    },
    {
      "family": "Noto Serif Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceRJ71svgcI.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceRJ71svgcI.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceRJ71svgcI.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceRJ71svgcI.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceRJ71svgcI.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceRJ71svgcI.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceRJ71svgcI.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceRJ71svgcI.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceRJ71svgcI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeVD6w.ttf"
    },
    {
      "family": "Noto Serif Khitan Small Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khitan-small-script",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZ8lb39iddA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcZsNf.ttf"
    },
    {
      "family": "Noto Serif Khmer",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXEZK9Xo4xg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXEZK9Xo4xg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXEZK9Xo4xg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXEZK9Xo4xg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXEZK9Xo4xg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXEZK9Xo4xg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXEZK9Xo4xg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXEZK9Xo4xg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXEZK9Xo4xg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AXUxO.ttf"
    },
    {
      "family": "Noto Serif Khojki",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "khojki",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyZ0Qtc5HAQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyZ0Qtc5HAQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyZ0Qtc5HAQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyZ0Qtc5HAQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfyJcU.ttf"
    },
    {
      "family": "Noto Serif Lao",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvOjlmyhHHQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvOjlmyhHHQ.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvOjlmyhHHQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvOjlmyhHHQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvOjlmyhHHQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvOjlmyhHHQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvOjlmyhHHQ.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvOjlmyhHHQ.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvOjlmyhHHQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvKpkg.ttf"
    },
    {
      "family": "Noto Serif Makasar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "makasar"
      ],
      "version": "v1",
      "lastModified": "2023-06-30",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7j4HTVSmevw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLjovX.ttf"
    },
    {
      "family": "Noto Serif Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnVwHpQVySg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnVwHpQVySg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnVwHpQVySg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnVwHpQVySg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnVwHpQVySg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnVwHpQVySg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnVwHpQVySg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnVwHpQVySg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnVwHpQVySg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvnFYD.ttf"
    },
    {
      "family": "Noto Serif Myanmar",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "myanmar"
      ],
      "version": "v13",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDsU9X6RPzQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMefv2TeXJng.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMefv2TeXJng.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pBrocdDqRA.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMefv2TeXJng.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMefv2TeXJng.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMefv2TeXJng.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMefv2TeXJng.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMefv2TeXJng.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFpRDs.ttf"
    },
    {
      "family": "Noto Serif NP Hmong",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "nyiakeng-puachue-hmong"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp3u0rVO-d.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp3u0rVO-d.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp3u0rVO-d.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp3u0rVO-d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLo1Ok.ttf"
    },
    {
      "family": "Noto Serif Old Uyghur",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-uyghur"
      ],
      "version": "v3",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKumeF2yVgA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXK-Oa.ttf"
    },
    {
      "family": "Noto Serif Oriya",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-v039MF1j.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-v039MF1j.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-v039MF1j.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-v039MF1j.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey_tUk.ttf"
    },
    {
      "family": "Noto Serif Ottoman Siyaq",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ottoman-siyaq-numbers"
      ],
      "version": "v2",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJrgA00kAdA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7J7IE.ttf"
    },
    {
      "family": "Noto Serif SC",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf",
        "300": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf",
        "500": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf",
        "600": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf",
        "700": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf",
        "900": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqeWbQ.otf"
    },
    {
      "family": "Noto Serif Sinhala",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v26",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMsxaLRn3W-.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MsxaLRn3W-.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MsxaLRn3W-.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MsxaLRn3W-.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MsxaLRn3W-.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMsxaLRn3W-.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMsxaLRn3W-.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMsxaLRn3W-.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMsxaLRn3W-.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mtz6Y.ttf"
    },
    {
      "family": "Noto Serif TC",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf",
        "300": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf",
        "regular": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf",
        "500": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf",
        "600": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf",
        "700": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf",
        "900": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnYOSw.otf"
    },
    {
      "family": "Noto Serif Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v28",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8Pz3v8Etew.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8Pz3v8Etew.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8Pz3v8Etew.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8Pz3v8Etew.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8Pz3v8Etew.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8Pz3v8Etew.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8Pz3v8Etew.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8Pz3v8Etew.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8Pz3v8Etew.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbzncQ9e3wx.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bzncQ9e3wx.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bzncQ9e3wx.ttf",
        "italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bzncQ9e3wx.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bzncQ9e3wx.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbzncQ9e3wx.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbzncQ9e3wx.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbzncQ9e3wx.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbzncQ9e3wx.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h8fbz.ttf"
    },
    {
      "family": "Noto Serif Tangut",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tangut"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41fcvN2KT4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El40d88.ttf"
    },
    {
      "family": "Noto Serif Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v26",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwuY2fjgrZYA.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwuY2fjgrZYA.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwuY2fjgrZYA.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwuY2fjgrZYA.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwuY2fjgrZYA.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewuY2fjgrZYA.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewuY2fjgrZYA.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewuY2fjgrZYA.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewuY2fjgrZYA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCAuIeb.ttf"
    },
    {
      "family": "Noto Serif Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRRCmsdu0Qx.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RRCmsdu0Qx.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RRCmsdu0Qx.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RRCmsdu0Qx.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RRCmsdu0Qx.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORRCmsdu0Qx.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORRCmsdu0Qx.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORRCmsdu0Qx.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORRCmsdu0Qx.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF9RQAG8.ttf"
    },
    {
      "family": "Noto Serif Tibetan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tibetan"
      ],
      "version": "v22",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPS7rdSy_32c.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPS7rdSy_32c.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPS7rdSy_32c.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPS7rdSy_32c.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPS7rdSy_32c.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPS7rdSy_32c.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPS7rdSy_32c.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPS7rdSy_32c.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPS7rdSy_32c.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcDS_hcQ.ttf"
    },
    {
      "family": "Noto Serif Toto",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "toto"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Il-aj55vdNug.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCx_Il-aj55vdNug.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC_PPl-aj55vdNug.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC8rPl-aj55vdNug.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Ip-ep4w.ttf"
    },
    {
      "family": "Noto Serif Vithkuqi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vithkuqi"
      ],
      "version": "v1",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdW2Cqy9A4teH.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRW-dW2Cqy9A4teH.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVScm2Cqy9A4teH.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVrcm2Cqy9A4teH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdV2DoSs.ttf"
    },
    {
      "family": "Noto Serif Yezidi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yezidi"
      ],
      "version": "v21",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkrlGJgmVCqg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkrlGJgmVCqg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkrlGJgmVCqg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkrlGJgmVCqg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEUr1uN.ttf"
    },
    {
      "family": "Noto Traditional Nushu",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nushu"
      ],
      "version": "v17",
      "lastModified": "2023-05-23",
      "files": {
        "300": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXvy1tnPa7QoqirI.ttf",
        "regular": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1tnPa7QoqirI.ttf",
        "500": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXue1tnPa7QoqirI.ttf",
        "600": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXty0dnPa7QoqirI.ttf",
        "700": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXtL0dnPa7QoqirI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1unOYbA.ttf"
    },
    {
      "family": "Nova Cut",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkVxOIzc.ttf"
    },
    {
      "family": "Nova Flat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVeb0uCFg.ttf"
    },
    {
      "family": "Nova Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKvYWZc.ttf"
    },
    {
      "family": "Nova Oval",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswyMIWl.ttf"
    },
    {
      "family": "Nova Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTUYbUfQ.ttf"
    },
    {
      "family": "Nova Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvlQMGFk.ttf"
    },
    {
      "family": "Nova Slim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcnOycmM.ttf"
    },
    {
      "family": "Nova Square",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novasquare/v24/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novasquare/v24/RrQUbo9-9DV7b06QHgSWsahBT4c.ttf"
    },
    {
      "family": "Numans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH84YBIk.ttf"
    },
    {
      "family": "Nunito",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM9jo7eTWk.ttf",
        "300": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM9jo7eTWk.ttf",
        "regular": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf",
        "500": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM9jo7eTWk.ttf",
        "600": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM9jo7eTWk.ttf",
        "700": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM9jo7eTWk.ttf",
        "800": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM9jo7eTWk.ttf",
        "900": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM9jo7eTWk.ttf",
        "200italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3iqzbXWnoeg.ttf",
        "300italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3iqzbXWnoeg.ttf",
        "italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3iqzbXWnoeg.ttf",
        "500italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3iqzbXWnoeg.ttf",
        "600italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3iqzbXWnoeg.ttf",
        "700italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3iqzbXWnoeg.ttf",
        "800italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3iqzbXWnoeg.ttf",
        "900italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3iqzbXWnoeg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTI3ig.ttf"
    },
    {
      "family": "Nunito Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVilntF8kA_Ykqw.ttf",
        "300": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntF8kA_Ykqw.ttf",
        "regular": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntF8kA_Ykqw.ttf",
        "500": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G5ClntF8kA_Ykqw.ttf",
        "600": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5ntF8kA_Ykqw.ttf",
        "700": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntF8kA_Ykqw.ttf",
        "800": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5ntF8kA_Ykqw.ttf",
        "900": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4Gfy5ntF8kA_Ykqw.ttf",
        "200italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP91UgIfM0qxVd.ttf",
        "300italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmrR91UgIfM0qxVd.ttf",
        "italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91UgIfM0qxVd.ttf",
        "500italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmq991UgIfM0qxVd.ttf",
        "600italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpR8FUgIfM0qxVd.ttf",
        "700italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpo8FUgIfM0qxVd.ttf",
        "800italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP8FUgIfM0qxVd.ttf",
        "900italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmom8FUgIfM0qxVd.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXtVUg.ttf"
    },
    {
      "family": "Nuosu SIL",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yi"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nuosusil/v10/8vIK7wM3wmRn_kc4uAjeFGxbO_zo-w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nuosusil/v10/8vIK7wM3wmRn_kc4uAjuFWZf.ttf"
    },
    {
      "family": "Odibee Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/odibeesans/v18/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/odibeesans/v18/neIPzCSooYAho6WvjeToRbkzcJU.ttf"
    },
    {
      "family": "Odor Mean Chey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4lrZ0T4.ttf"
    },
    {
      "family": "Offside",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/offside/v24/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/offside/v24/HI_KiYMWKa9QrAykc5DoQg.ttf"
    },
    {
      "family": "Oi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oi/v19/w8gXH2EuRqtaut6yjBOG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oi/v19/w8gXH2EuRptbsNo.ttf"
    },
    {
      "family": "Ojuju",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2024-02-29",
      "files": {
        "200": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_ypk552FRLYeruQ.ttf",
        "300": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_FJk552FRLYeruQ.ttf",
        "regular": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_Spk552FRLYeruQ.ttf",
        "500": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_eJk552FRLYeruQ.ttf",
        "600": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_lJ4552FRLYeruQ.ttf",
        "700": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_rZ4552FRLYeruQ.ttf",
        "800": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_yp4552FRLYeruQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_SpkJ5mtV.ttf"
    },
    {
      "family": "Old Standard TT",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf",
        "italic": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf",
        "700": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVerFq9.ttf"
    },
    {
      "family": "Oldenburg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oldenburg/v22/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oldenburg/v22/fC1jPY5JYWzbywv7c4VKUESs.ttf"
    },
    {
      "family": "Ole",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rdM9PY-.ttf"
    },
    {
      "family": "Oleo Script",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf",
        "700": "https://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccChbu0o.ttf"
    },
    {
      "family": "Oleo Script Swash Caps",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf",
        "700": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HAXukTQ.ttf"
    },
    {
      "family": "Onest",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6ZshFMQWXgSQ.ttf",
        "200": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-ZshFMQWXgSQ.ttf",
        "300": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-ZshFMQWXgSQ.ttf",
        "regular": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-ZshFMQWXgSQ.ttf",
        "500": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZshFMQWXgSQ.ttf",
        "600": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZshFMQWXgSQ.ttf",
        "700": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZshFMQWXgSQ.ttf",
        "800": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZshFMQWXgSQ.ttf",
        "900": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZshFMQWXgSQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-psxtI.ttf"
    },
    {
      "family": "Oooh Baby",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQzbmW8.ttf"
    },
    {
      "family": "Open Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v40",
      "lastModified": "2023-12-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4nY1M2xLER.ttf",
        "regular": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf",
        "500": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4nY1M2xLER.ttf",
        "600": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4nY1M2xLER.ttf",
        "700": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4nY1M2xLER.ttf",
        "800": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4nY1M2xLER.ttf",
        "300italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVcUwaERZjA.ttf",
        "italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVcUwaERZjA.ttf",
        "500italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVcUwaERZjA.ttf",
        "600italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVcUwaERZjA.ttf",
        "700italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVcUwaERZjA.ttf",
        "800italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVcUwaERZjA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4maVc.ttf"
    },
    {
      "family": "Oranienbaum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-0zm5Eg.ttf"
    },
    {
      "family": "Orbit",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2mjEeqciRwRm.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2ljFcKM.ttf"
    },
    {
      "family": "Orbitron",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf",
        "500": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf",
        "600": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf",
        "700": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf",
        "800": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf",
        "900": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6Bp2g2.ttf"
    },
    {
      "family": "Oregano",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oregano/v15/If2IXTPxciS3H4S2kZffPznO3yM.ttf",
        "italic": "https://fonts.gstatic.com/s/oregano/v15/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oregano/v15/If2IXTPxciS3H4S2oZbVOw.ttf"
    },
    {
      "family": "Orelega One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orelegaone/v12/3qTpojOggD2XtAdFb-QXZGt61EcYaQ7F.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orelegaone/v12/3qTpojOggD2XtAdFb-QXZFt73kM.ttf"
    },
    {
      "family": "Orienta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNSyai8A.ttf"
    },
    {
      "family": "Original Surfer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/originalsurfer/v22/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/originalsurfer/v22/RWmQoKGZ9vIirYntXJ3_MbekzNMSDUFr.ttf"
    },
    {
      "family": "Oswald",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v53",
      "lastModified": "2023-08-17",
      "files": {
        "200": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",
        "300": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",
        "regular": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf",
        "500": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",
        "600": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",
        "700": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUBiYA.ttf"
    },
    {
      "family": "Outfit",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4G-EiAou6Y.ttf",
        "200": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4G-EiAou6Y.ttf",
        "300": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf",
        "regular": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf",
        "500": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf",
        "600": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4G-EiAou6Y.ttf",
        "700": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4G-EiAou6Y.ttf",
        "800": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4G-EiAou6Y.ttf",
        "900": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4G-EiAou6Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4C0Fg.ttf"
    },
    {
      "family": "Over the Rainbow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5ulvKs8A.ttf"
    },
    {
      "family": "Overlock",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overlock/v17/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf",
        "italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf",
        "700": "https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf",
        "700italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf",
        "900": "https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf",
        "900italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overlock/v17/Z9XVDmdMWRiN1_T9Z7Tf6Ok.ttf"
    },
    {
      "family": "Overlock SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overlocksc/v23/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overlocksc/v23/1cX3aUHKGZrstGAY8nwVzEGBocA.ttf"
    },
    {
      "family": "Overpass",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrOZCLtce-og.ttf",
        "200": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrOZCLtce-og.ttf",
        "300": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrOZCLtce-og.ttf",
        "regular": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf",
        "500": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrOZCLtce-og.ttf",
        "600": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrOZCLtce-og.ttf",
        "700": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrOZCLtce-og.ttf",
        "800": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrOZCLtce-og.ttf",
        "900": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrOZCLtce-og.ttf",
        "100italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qPl8Kuosgz.ttf",
        "200italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqPl8Kuosgz.ttf",
        "300italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqPl8Kuosgz.ttf",
        "italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqPl8Kuosgz.ttf",
        "500italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqPl8Kuosgz.ttf",
        "600italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqPl8Kuosgz.ttf",
        "700italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqPl8Kuosgz.ttf",
        "800italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqPl8Kuosgz.ttf",
        "900italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqPl8Kuosgz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbOJqP.ttf"
    },
    {
      "family": "Overpass Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokzzXur-SmIr.ttf",
        "regular": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf",
        "500": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokzzXur-SmIr.ttf",
        "600": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUzzXur-SmIr.ttf",
        "700": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUzzXur-SmIr.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUonzyVO4.ttf"
    },
    {
      "family": "Ovo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ovo/v17/yYLl0h7Wyfzjy4Q5_3WVxA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ovo/v17/yYLl0h7WyfzTyo49.ttf"
    },
    {
      "family": "Oxanium",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniMBXQ7d67x.ttf",
        "300": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniMBXQ7d67x.ttf",
        "regular": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniMBXQ7d67x.ttf",
        "500": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniMBXQ7d67x.ttf",
        "600": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiMBXQ7d67x.ttf",
        "700": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiMBXQ7d67x.ttf",
        "800": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiMBXQ7d67x.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfkiND3A.ttf"
    },
    {
      "family": "Oxygen",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",
        "regular": "https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf",
        "700": "https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKiE0j.ttf"
    },
    {
      "family": "Oxygen Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oxygenmono/v14/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxygenmono/v14/h0GsssGg9FxgDgCjLeAd7hjex-s.ttf"
    },
    {
      "family": "PT Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9AnCkzNg.ttf"
    },
    {
      "family": "PT Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0WOxOGMMDQ.ttf",
        "italic": "https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf",
        "700": "https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf",
        "700italic": "https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0SEwA.ttf"
    },
    {
      "family": "PT Sans Caption",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf",
        "700": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcafA_0.ttf"
    },
    {
      "family": "PT Sans Narrow",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf",
        "700": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCAwRg.ttf"
    },
    {
      "family": "PT Serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf",
        "italic": "https://fonts.gstatic.com/s/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf",
        "700": "https://fonts.gstatic.com/s/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf",
        "700italic": "https://fonts.gstatic.com/s/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvAFQzro.ttf"
    },
    {
      "family": "PT Serif Caption",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf",
        "italic": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU019S7CA.ttf"
    },
    {
      "family": "Pacifico",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6B6Mw.ttf"
    },
    {
      "family": "Padauk",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "myanmar"
      ],
      "version": "v16",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbBa0_g3LlYbg.ttf",
        "700": "https://fonts.gstatic.com/s/padauk/v16/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbxakXk.ttf"
    },
    {
      "family": "Padyakke Expanded One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/padyakkeexpandedone/v6/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAYOKRkpDjeoQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/padyakkeexpandedone/v6/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAoOa5g.ttf"
    },
    {
      "family": "Palanquin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/palanquin/v13/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",
        "200": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",
        "300": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",
        "regular": "https://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf",
        "500": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",
        "600": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",
        "700": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwcd1tI.ttf"
    },
    {
      "family": "Palanquin Dark",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/palanquindark/v14/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf",
        "500": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",
        "600": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",
        "700": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palanquindark/v14/xn75YHgl1nqmANMB-26xC7yuF86PRk4.ttf"
    },
    {
      "family": "Palette Mosaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/palettemosaic/v10/AMOIz4aBvWuBFe3TohdW6YZ9MFiy4dxL4jSr.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palettemosaic/v10/AMOIz4aBvWuBFe3TohdW6YZ9MGiz69g.ttf"
    },
    {
      "family": "Pangolin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfL79k.ttf"
    },
    {
      "family": "Paprika",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfuIgOq7jkAOw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfiIkErw.ttf"
    },
    {
      "family": "Parisienne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpQy5wCg.ttf"
    },
    {
      "family": "Passero One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passeroone/v26/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passeroone/v26/JTUTjIko8DOq5FeaeEAjgH5A7g4.ttf"
    },
    {
      "family": "Passion One",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passionone/v18/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf",
        "700": "https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf",
        "900": "https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passionone/v18/PbynFmL8HhTPqbjUzux3JEuX9l4.ttf"
    },
    {
      "family": "Passions Conflict",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passionsconflict/v7/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passionsconflict/v7/kmKnZrcrFhfafnWX9x0GuEC-zowow6NfaxY.ttf"
    },
    {
      "family": "Pathway Extreme",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-04-20",
      "files": {
        "100": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2Nx1Kyw3igP5eg.ttf",
        "200": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWN11Kyw3igP5eg.ttf",
        "300": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakht11Kyw3igP5eg.ttf",
        "regular": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N11Kyw3igP5eg.ttf",
        "500": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak6t11Kyw3igP5eg.ttf",
        "600": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakBtp1Kyw3igP5eg.ttf",
        "700": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakP9p1Kyw3igP5eg.ttf",
        "800": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWNp1Kyw3igP5eg.ttf",
        "900": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakcdp1Kyw3igP5eg.ttf",
        "100italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daSYzqAbpepnF.ttf",
        "200italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4daCYzqAbpepnF.ttf",
        "300italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ7DaCYzqAbpepnF.ttf",
        "italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daCYzqAbpepnF.ttf",
        "500italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6vaCYzqAbpepnF.ttf",
        "600italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ5DbyYzqAbpepnF.ttf",
        "700italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ56byYzqAbpepnF.ttf",
        "800italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4dbyYzqAbpepnF.ttf",
        "900italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ40byYzqAbpepnF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N1FKiYz.ttf"
    },
    {
      "family": "Pathway Gothic One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tTVZa.ttf"
    },
    {
      "family": "Patrick Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patrickhand/v23/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patrickhand/v23/LDI1apSQOAYtSuYWp8ZhfYe8WMLO.ttf"
    },
    {
      "family": "Patrick Hand SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873liCK-.ttf"
    },
    {
      "family": "Pattaya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pattaya/v16/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pattaya/v16/ea8ZadcqV_zkHY-XBdGt8w.ttf"
    },
    {
      "family": "Patua One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patuaone/v20/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patuaone/v20/ZXuke1cDvLCKLDcimxB45flr.ttf"
    },
    {
      "family": "Pavanam",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPPOpa8Q.ttf"
    },
    {
      "family": "Paytone One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/paytoneone/v23/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/paytoneone/v23/0nksC9P7MfYHj2oFtYm2ChTrgP4.ttf"
    },
    {
      "family": "Peddana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWthyQAQ.ttf"
    },
    {
      "family": "Peralta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/peralta/v19/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/peralta/v19/hYkJPu0-RP_9d3kRKxErqg.ttf"
    },
    {
      "family": "Permanent Marker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004LauCeg.ttf"
    },
    {
      "family": "Petemoss",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/petemoss/v7/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petemoss/v7/A2BZn5tA2xgtGWHZgykfuqI.ttf"
    },
    {
      "family": "Petit Formal Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/petitformalscript/v17/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petitformalscript/v17/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qkHjgOw.ttf"
    },
    {
      "family": "Petrona",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf",
        "200": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf",
        "300": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf",
        "regular": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf",
        "500": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf",
        "600": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf",
        "700": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf",
        "800": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf",
        "900": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf",
        "100italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf",
        "200italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf",
        "300italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf",
        "italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf",
        "500italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf",
        "600italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf",
        "700italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf",
        "800italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf",
        "900italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsTRAFYo.ttf"
    },
    {
      "family": "Philosopher",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf",
        "italic": "https://fonts.gstatic.com/s/philosopher/v19/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf",
        "700": "https://fonts.gstatic.com/s/philosopher/v19/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf",
        "700italic": "https://fonts.gstatic.com/s/philosopher/v19/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBoT0g.ttf"
    },
    {
      "family": "Phudu",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkK62zUSwWuz38Tgg.ttf",
        "regular": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUSwWuz38Tgg.ttf",
        "500": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKh2zUSwWuz38Tgg.ttf",
        "600": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKa2vUSwWuz38Tgg.ttf",
        "700": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKUmvUSwWuz38Tgg.ttf",
        "800": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKNWvUSwWuz38Tgg.ttf",
        "900": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKHGvUSwWuz38Tgg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzkSg-q.ttf"
    },
    {
      "family": "Piazzolla",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3Ly1AHfAAy5.ttf",
        "200": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnLy1AHfAAy5.ttf",
        "300": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnLy1AHfAAy5.ttf",
        "regular": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf",
        "500": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnLy1AHfAAy5.ttf",
        "600": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXLy1AHfAAy5.ttf",
        "700": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXLy1AHfAAy5.ttf",
        "800": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXLy1AHfAAy5.ttf",
        "900": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXLy1AHfAAy5.ttf",
        "100italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gX9BRy5m5M.ttf",
        "200italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gX9BRy5m5M.ttf",
        "300italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gX9BRy5m5M.ttf",
        "italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gX9BRy5m5M.ttf",
        "500italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gX9BRy5m5M.ttf",
        "600italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gX9BRy5m5M.ttf",
        "700italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gX9BRy5m5M.ttf",
        "800italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gX9BRy5m5M.ttf",
        "900italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gX9BRy5m5M.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxkLz3gU.ttf"
    },
    {
      "family": "Piedra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/piedra/v25/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/piedra/v25/ke8kOg8aN0Bn7hTenUaD.ttf"
    },
    {
      "family": "Pinyon Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pinyonscript/v21/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pinyonscript/v21/6xKpdSJbL9-e9LuoeQiDRQR8WOPaPw.ttf"
    },
    {
      "family": "Pirata One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtofhimOqw.ttf"
    },
    {
      "family": "Pixelify Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0H1Yb5JagkmX.ttf",
        "500": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTb0H1Yb5JagkmX.ttf",
        "600": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQ3131Yb5JagkmX.ttf",
        "700": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQO131Yb5JagkmX.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0E1ZZZY.ttf"
    },
    {
      "family": "Plaster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ii9DPg.ttf"
    },
    {
      "family": "Play",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/play/v19/6aez4K2oVqwIjtI8Hp8Tx3A.ttf",
        "700": "https://fonts.gstatic.com/s/play/v19/6ae84K2oVqwItm4TOpc423nTJTM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/play/v19/6aez4K2oVqwIvtM2Gg.ttf"
    },
    {
      "family": "Playball",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playball/v20/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playball/v20/TK3gWksYAxQ7jbsKcg8Cne8.ttf"
    },
    {
      "family": "Playfair",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-06-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPlKetgdoSMw5ifm.ttf",
        "regular": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgdoSMw5ifm.ttf",
        "500": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkmetgdoSMw5ifm.ttf",
        "600": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnKfdgdoSMw5ifm.ttf",
        "700": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnzfdgdoSMw5ifm.ttf",
        "800": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPmUfdgdoSMw5ifm.ttf",
        "900": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPm9fdgdoSMw5ifm.ttf",
        "300italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOW5eqycS4zfmNrE.ttf",
        "italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOTBeqycS4zfmNrE.ttf",
        "500italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOQJeqycS4zfmNrE.ttf",
        "600italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOe5ZqycS4zfmNrE.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOddZqycS4zfmNrE.ttf",
        "800italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcObBZqycS4zfmNrE.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOZlZqycS4zfmNrE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUeugcqyc.ttf"
    },
    {
      "family": "Playfair Display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v37",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf",
        "500": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf",
        "600": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf",
        "700": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf",
        "800": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf",
        "900": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf",
        "italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf",
        "500italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf",
        "600italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf",
        "800italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDRbtY.ttf"
    },
    {
      "family": "Playfair Display SC",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf",
        "italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf",
        "700": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf",
        "900": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lb8MFQ.ttf"
    },
    {
      "family": "Playpen Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "emoji",
        "latin",
        "latin-ext",
        "math",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-12-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ9Ffmme0w.ttf",
        "200": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ9Ffmme0w.ttf",
        "300": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ9Ffmme0w.ttf",
        "regular": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ9Ffmme0w.ttf",
        "500": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ9Ffmme0w.ttf",
        "600": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ9Ffmme0w.ttf",
        "700": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ9Ffmme0w.ttf",
        "800": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ9Ffmme0w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinU3EQ.ttf"
    },
    {
      "family": "Plus Jakarta Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-06-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NShXUEKi4Rw.ttf",
        "300": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NShXUEKi4Rw.ttf",
        "regular": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf",
        "500": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf",
        "600": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNShXUEKi4Rw.ttf",
        "700": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf",
        "800": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNShXUEKi4Rw.ttf",
        "200italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_QMq2oR82k.ttf",
        "300italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_QMq2oR82k.ttf",
        "italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_QMq2oR82k.ttf",
        "500italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_QMq2oR82k.ttf",
        "600italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_QMq2oR82k.ttf",
        "700italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_QMq2oR82k.ttf",
        "800italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_QMq2oR82k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79Sx_Q.ttf"
    },
    {
      "family": "Podkova",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf",
        "500": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf",
        "600": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf",
        "700": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf",
        "800": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzfU5GI4.ttf"
    },
    {
      "family": "Poiret One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbo5hcUg.ttf"
    },
    {
      "family": "Poller One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pollerone/v23/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pollerone/v23/ahccv82n0TN3gia5E4BuR-hRhQ.ttf"
    },
    {
      "family": "Poltawski Nowy",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWnDS6V5CzCoQ.ttf",
        "500": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KmiWnDS6V5CzCoQ.ttf",
        "600": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KdiKnDS6V5CzCoQ.ttf",
        "700": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KTyKnDS6V5CzCoQ.ttf",
        "italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZPTiSRxinSoROp.ttf",
        "500italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZ9TiSRxinSoROp.ttf",
        "600italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaRSSSRxinSoROp.ttf",
        "700italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaoSSSRxinSoROp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWXDCSR.ttf"
    },
    {
      "family": "Poly",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitRLCAq2Lpris.ttf",
        "italic": "https://fonts.gstatic.com/s/poly/v16/MQpV-W6wKNitdLKKr0DsviuGWA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitdLGKrw.ttf"
    },
    {
      "family": "Pompiere",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pompiere/v19/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pompiere/v19/VEMyRoxis5Dwuyeov5Ws7DQ.ttf"
    },
    {
      "family": "Pontano Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOSzMncaMp9gzWsE.ttf",
        "regular": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMncaMp9gzWsE.ttf",
        "500": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOUDMncaMp9gzWsE.ttf",
        "600": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOazLncaMp9gzWsE.ttf",
        "700": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOZXLncaMp9gzWsE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMrceGow.ttf"
    },
    {
      "family": "Poor Story",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd0OitKA.ttf"
    },
    {
      "family": "Poppins",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf",
        "200": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf",
        "200italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf",
        "300": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf",
        "300italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf",
        "regular": "https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf",
        "italic": "https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf",
        "500": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf",
        "500italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf",
        "600": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf",
        "600italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf",
        "700": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf",
        "700italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf",
        "800": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf",
        "800italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf",
        "900": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf",
        "900italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJHedw.ttf"
    },
    {
      "family": "Port Lligat Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/portlligatsans/v22/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/portlligatsans/v22/kmKmZrYrGBbdN1aV7Vokow6Lw4s4p7J-Sw.ttf"
    },
    {
      "family": "Port Lligat Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/portlligatslab/v25/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/portlligatslab/v25/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg7sR8w.ttf"
    },
    {
      "family": "Potta One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-Yfxg3JRj.ttf"
    },
    {
      "family": "Pragati Narrow",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf",
        "700": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD27-wNc.ttf"
    },
    {
      "family": "Praise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/praise/v7/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/praise/v7/qkBUXvUZ-cnFXcFCD_m-.ttf"
    },
    {
      "family": "Prata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prata/v20/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prata/v20/6xKhdSpbNNCT-sWJCms.ttf"
    },
    {
      "family": "Preahvihear",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/preahvihear/v29/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/preahvihear/v29/6NUS8F-dNQeEYhzj7uluxvwF6dU.ttf"
    },
    {
      "family": "Press Start 2P",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nTivY.ttf"
    },
    {
      "family": "Pridi",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf",
        "300": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf",
        "regular": "https://fonts.gstatic.com/s/pridi/v13/2sDQZG5JnZLfkfWao2krbl29.ttf",
        "500": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf",
        "600": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf",
        "700": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pridi/v13/2sDQZG5JnZLfkcWbqW0.ttf"
    },
    {
      "family": "Princess Sofia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/princesssofia/v25/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/princesssofia/v25/qWczB6yguIb8DZ_GXZst16n7GSz6kjE.ttf"
    },
    {
      "family": "Prociono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prociono/v26/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prociono/v26/r05YGLlR-KxAf9GGO_uowjI.ttf"
    },
    {
      "family": "Prompt",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf",
        "100italic": "https://fonts.gstatic.com/s/prompt/v10/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf",
        "200": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf",
        "200italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf",
        "300": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf",
        "regular": "https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf",
        "italic": "https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf",
        "500": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf",
        "500italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf",
        "600": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf",
        "600italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf",
        "700": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf",
        "800": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf",
        "800italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf",
        "900": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KZtoY.ttf"
    },
    {
      "family": "Prosto One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prostoone/v19/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prostoone/v19/OpNJno4VhNfK-RgpwWWxlitVXg.ttf"
    },
    {
      "family": "Protest Guerrilla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHV0koJ8y_eiS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHW0lqps.ttf"
    },
    {
      "family": "Protest Revolution",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2s8PIzTG1nQw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2c8fg3.ttf"
    },
    {
      "family": "Protest Riot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkrM1_JgjmRpOA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkr81vhk.ttf"
    },
    {
      "family": "Protest Strike",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlpzW0gZOs7BX.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlqzX2AI.ttf"
    },
    {
      "family": "Proza Libre",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf",
        "italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf",
        "500": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf",
        "500italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf",
        "600": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf",
        "600italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf",
        "700": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf",
        "700italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf",
        "800": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf",
        "800italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyEoudN8.ttf"
    },
    {
      "family": "Public Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf",
        "200": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf",
        "300": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf",
        "regular": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf",
        "500": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf",
        "600": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf",
        "700": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf",
        "800": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf",
        "900": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf",
        "100italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf",
        "200italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf",
        "300italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf",
        "italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf",
        "500italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf",
        "600italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf",
        "700italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf",
        "800italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf",
        "900italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJwgct.ttf"
    },
    {
      "family": "Puppies Play",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/puppiesplay/v9/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/puppiesplay/v9/wlp2gwHZEV99rG6M3NR9uB9faQhW.ttf"
    },
    {
      "family": "Puritan",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf",
        "italic": "https://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf",
        "700": "https://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf",
        "700italic": "https://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIoxJv6QQ.ttf"
    },
    {
      "family": "Purple Purse",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/purplepurse/v23/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/purplepurse/v23/qWctB66gv53iAp-Vfs4My6qCeRz7.ttf"
    },
    {
      "family": "Qahiri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qahiri/v9/tsssAp1RZy0C_hGuU3Chrnmupw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qahiri/v9/tsssAp1RZy0C_hGeUnql.ttf"
    },
    {
      "family": "Quando",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quando/v16/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quando/v16/xMQVuFNaVa6YuW0ZCq-3.ttf"
    },
    {
      "family": "Quantico",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf",
        "italic": "https://fonts.gstatic.com/s/quantico/v17/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf",
        "700": "https://fonts.gstatic.com/s/quantico/v17/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf",
        "700italic": "https://fonts.gstatic.com/s/quantico/v17/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF7xtJDg.ttf"
    },
    {
      "family": "Quattrocento",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quattrocento/v21/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf",
        "700": "https://fonts.gstatic.com/s/quattrocento/v21/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quattrocento/v21/OZpEg_xvsDZQL_LKIF7q4jP3xWj_.ttf"
    },
    {
      "family": "Quattrocento Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf",
        "italic": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf",
        "700": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB0zPt0o.ttf"
    },
    {
      "family": "Questrial",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf70uCFg.ttf"
    },
    {
      "family": "Quicksand",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf",
        "regular": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf",
        "500": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf",
        "600": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf",
        "700": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58C-xw.ttf"
    },
    {
      "family": "Quintessential",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quintessential/v22/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quintessential/v22/fdNn9sOGq31Yjnh3qWU14Ddtjb5xQb0.ttf"
    },
    {
      "family": "Qwigley",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qwigley/v18/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qwigley/v18/1cXzaU3UGJb5tGoCiV1mjw.ttf"
    },
    {
      "family": "Qwitcher Grypen",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf",
        "700": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxiZypclp9tDilN9RrC5BSI1dZmT9ExkqkSsrvNXiA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxicypclp9tDilN9RrC5BSI1dZmbSWlE.ttf"
    },
    {
      "family": "REM",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "100": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLrrToUbIqIfBU.ttf",
        "200": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELqrToUbIqIfBU.ttf",
        "300": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPJzqrToUbIqIfBU.ttf",
        "regular": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLqrToUbIqIfBU.ttf",
        "500": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPPDqrToUbIqIfBU.ttf",
        "600": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPBztrToUbIqIfBU.ttf",
        "700": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPCXtrToUbIqIfBU.ttf",
        "800": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELtrToUbIqIfBU.ttf",
        "900": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPGvtrToUbIqIfBU.ttf",
        "100italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXgeaKiNbBVWkw.ttf",
        "200italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxXkeaKiNbBVWkw.ttf",
        "300italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpG3keaKiNbBVWkw.ttf",
        "italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXkeaKiNbBVWkw.ttf",
        "500italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpd3keaKiNbBVWkw.ttf",
        "600italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpm34eaKiNbBVWkw.ttf",
        "700italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpon4eaKiNbBVWkw.ttf",
        "800italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxX4eaKiNbBVWkw.ttf",
        "900italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqp7H4eaKiNbBVWkw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLqnTseaA.ttf"
    },
    {
      "family": "Racing Sans One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/racingsansone/v15/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/racingsansone/v15/sykr-yRtm7EvTrXNxkv5jfKKyDCALnDi.ttf"
    },
    {
      "family": "Radio Canada",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "canadian-aboriginal",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-05-09",
      "files": {
        "300": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPIJOdSSfOT.ttf",
        "regular": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf",
        "500": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPIJOdSSfOT.ttf",
        "600": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPIJOdSSfOT.ttf",
        "700": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPIJOdSSfOT.ttf",
        "300italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuNwTOOTa9k.ttf",
        "italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuNwTOOTa9k.ttf",
        "500italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuNwTOOTa9k.ttf",
        "600italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuNwTOOTa9k.ttf",
        "700italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuNwTOOTa9k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkTPJLuM.ttf"
    },
    {
      "family": "Radley",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/radley/v22/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf",
        "italic": "https://fonts.gstatic.com/s/radley/v22/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/radley/v22/LYjDdGzinEIjCN1NoQNA.ttf"
    },
    {
      "family": "Rajdhani",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf",
        "regular": "https://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf",
        "500": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf",
        "600": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf",
        "700": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7p4BM-M.ttf"
    },
    {
      "family": "Rakkas",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rakkas/v19/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rakkas/v19/Qw3cZQlNHiblL3jPl9FL.ttf"
    },
    {
      "family": "Raleway",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf",
        "200": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf",
        "300": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf",
        "regular": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf",
        "500": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf",
        "600": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf",
        "700": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf",
        "800": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf",
        "900": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf",
        "100italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf",
        "200italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf",
        "300italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
        "italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",
        "500italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
        "600italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
        "700italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",
        "800italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf",
        "900italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCOPrQ.ttf"
    },
    {
      "family": "Raleway Dots",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ralewaydots/v16/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ralewaydots/v16/6NUR8FifJg6AfQvzpshgwJ8UyPVB.ttf"
    },
    {
      "family": "Ramabhadra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LShJMWw.ttf"
    },
    {
      "family": "Ramaraja",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CACIloHQ.ttf"
    },
    {
      "family": "Rambla",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0I7IONthkwQ.ttf",
        "italic": "https://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgKFN10wYKa.ttf",
        "700": "https://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mrEIrgK.ttf"
    },
    {
      "family": "Rammetto One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rammettoone/v18/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rammettoone/v18/LhWiMV3HOfMbMetJG3lQDppNM_GY.ttf"
    },
    {
      "family": "Rampart One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rampartone/v9/K2F1fZFGl_JSR1tAWNG9R6qgLS76ZHOM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rampartone/v9/K2F1fZFGl_JSR1tAWNG9R5qhJyo.ttf"
    },
    {
      "family": "Ranchers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ranchers/v17/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ranchers/v17/zrfm0H3Lx-P2Xvs2ArDZBio.ttf"
    },
    {
      "family": "Rancho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rancho/v21/46kulbzmXjLaqZRlbWXgd0RY1g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rancho/v21/46kulbzmXjLaqZRVbG_k.ttf"
    },
    {
      "family": "Ranga",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ranga/v21/C8ct4cYisGb28p6CLDwZwmGE.ttf",
        "700": "https://fonts.gstatic.com/s/ranga/v21/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ranga/v21/C8ct4cYisGb28q6DJjg.ttf"
    },
    {
      "family": "Rasa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW41fcvN2KT4.ttf",
        "regular": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf",
        "500": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW41fcvN2KT4.ttf",
        "600": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm41fcvN2KT4.ttf",
        "700": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm41fcvN2KT4.ttf",
        "300italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8_v3bT4Ycc.ttf",
        "italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8_v3bT4Ycc.ttf",
        "500italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8_v3bT4Ycc.ttf",
        "600italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8_v3bT4Ycc.ttf",
        "700italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8_v3bT4Ycc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJV40d88.ttf"
    },
    {
      "family": "Rationale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rationale/v28/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rationale/v28/9XUnlJ92n0_JFxHIfHccd1tI.ttf"
    },
    {
      "family": "Ravi Prakash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAK3mdxA.ttf"
    },
    {
      "family": "Readex Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCYUSmgmsglvjkag.ttf",
        "300": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCv0Smgmsglvjkag.ttf",
        "regular": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USmgmsglvjkag.ttf",
        "500": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC00Smgmsglvjkag.ttf",
        "600": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCP0Omgmsglvjkag.ttf",
        "700": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCBkOmgmsglvjkag.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USWg2Ek.ttf"
    },
    {
      "family": "Recursive",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v38",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf",
        "regular": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf",
        "500": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf",
        "600": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf",
        "700": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf",
        "800": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf",
        "900": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk319tQg.ttf"
    },
    {
      "family": "Red Hat Display",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWckg5-Xecg3w.ttf",
        "regular": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg5-Xecg3w.ttf",
        "500": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg5-Xecg3w.ttf",
        "600": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRckg5-Xecg3w.ttf",
        "700": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg5-Xecg3w.ttf",
        "800": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRckg5-Xecg3w.ttf",
        "900": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRckg5-Xecg3w.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz_VWZk3zJGg.ttf",
        "italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz_VWZk3zJGg.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz_VWZk3zJGg.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz_VWZk3zJGg.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz_VWZk3zJGg.ttf",
        "800italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz_VWZk3zJGg.ttf",
        "900italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz_VWZk3zJGg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWQkkz_Q.ttf"
    },
    {
      "family": "Red Hat Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7HNuW4QuKI.ttf",
        "regular": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7HNuW4QuKI.ttf",
        "500": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7HNuW4QuKI.ttf",
        "600": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7HNuW4QuKI.ttf",
        "700": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7HNuW4QuKI.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHvUwVqKIJuw.ttf",
        "italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHvUwVqKIJuw.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHvUwVqKIJuw.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHvUwVqKIJuw.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHvUwVqKIJuw.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3Iy7DHvQ.ttf"
    },
    {
      "family": "Red Hat Text",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrbacYVFtIY.ttf",
        "regular": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrbacYVFtIY.ttf",
        "500": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrbacYVFtIY.ttf",
        "600": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrbacYVFtIY.ttf",
        "700": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrbacYVFtIY.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQdadApIYv_g.ttf",
        "italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQdadApIYv_g.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQdadApIYv_g.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQdadApIYv_g.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQdadApIYv_g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwZrfQdQ.ttf"
    },
    {
      "family": "Red Rose",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-10-19",
      "files": {
        "300": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf",
        "regular": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf",
        "500": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf",
        "600": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf",
        "700": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfszcz6o.ttf"
    },
    {
      "family": "Redacted",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aITe4u2El6GC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aLTf6Ok.ttf"
    },
    {
      "family": "Redacted Script",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVmbI397ldkg.ttf",
        "regular": "https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxSsWTxkZkr_g.ttf",
        "700": "https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVmbI397ldkg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxisG71.ttf"
    },
    {
      "family": "Redressed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/redressed/v29/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redressed/v29/x3dickHUbrmJ7wMy9MsxffoG.ttf"
    },
    {
      "family": "Reem Kufi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf",
        "500": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf",
        "600": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf",
        "700": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnIGCV2g.ttf"
    },
    {
      "family": "Reem Kufi Fun",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf",
        "500": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nCgrvqZzZXq.ttf",
        "600": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XCgrvqZzZXq.ttf",
        "700": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XCgrvqZzZXq.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3kChpP4.ttf"
    },
    {
      "family": "Reem Kufi Ink",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufiink/v9/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufiink/v9/oPWJ_kJmmu8hCvB9iFumxZSndj9XRg.ttf"
    },
    {
      "family": "Reenie Beanie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reeniebeanie/v20/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reeniebeanie/v20/z7NSdR76eDkaJKZJFkkjuvWxXPy1rg.ttf"
    },
    {
      "family": "Reggae One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-09-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reggaeone/v16/7r3DqX5msMIkeuwJwOJt_a5L5uH-mts.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reggaeone/v16/7r3DqX5msMIkeuwJwOJtza9B4g.ttf"
    },
    {
      "family": "Rethink Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFRCE7mma-aua4.ttf",
        "500": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqklNRCE7mma-aua4.ttf",
        "600": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45Dmqkr9WCE7mma-aua4.ttf",
        "700": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkoZWCE7mma-aua4.ttf",
        "800": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkuFWCE7mma-aua4.ttf",
        "italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS4A3snY2fqa7iVQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS0g3snY2fqa7iVQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSPgrsnY2fqa7iVQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSBwrsnY2fqa7iVQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSYArsnY2fqa7iVQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFROE_snQ.ttf"
    },
    {
      "family": "Revalia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/revalia/v22/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/revalia/v22/WwkexPimBE2-4ZPESVvkMA.ttf"
    },
    {
      "family": "Rhodium Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rhodiumlibre/v19/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rhodiumlibre/v19/1q2AY5adA0tn_ukeHcQHqpx6lEXBfg.ttf"
    },
    {
      "family": "Ribeye",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ribeye/v25/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ribeye/v25/L0x8DFMxk1MP9R3hvfqi.ttf"
    },
    {
      "family": "Ribeye Marrow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ribeyemarrow/v24/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ribeyemarrow/v24/GFDsWApshnqMRO2JdtRZ2d0vIA0ZUQ.ttf"
    },
    {
      "family": "Righteous",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/righteous/v17/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/righteous/v17/1cXxaUPXBpj2rGoU7C9WjnGA.ttf"
    },
    {
      "family": "Risque",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/risque/v22/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/risque/v22/VdGfAZUfHosahXxYCEwR.ttf"
    },
    {
      "family": "Road Rage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/roadrage/v7/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/roadrage/v7/6NUU8F2fKAOBKjjr4ekftcwE.ttf"
    },
    {
      "family": "Roboto",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
        "100italic": "https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
        "300": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
        "300italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
        "regular": "https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
        "italic": "https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
        "500": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
        "500italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
        "700": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
        "700italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
        "900": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
        "900italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5GxP.ttf"
    },
    {
      "family": "Roboto Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-10-19",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf",
        "200": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUyovBJ731BKMSK.ttf",
        "300": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBJ731BKMSK.ttf",
        "regular": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ731BKMSK.ttf",
        "500": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAovBJ731BKMSK.ttf",
        "600": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBJ731BKMSK.ttf",
        "700": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf",
        "800": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUypfBJ731BKMSK.ttf",
        "900": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgL5XljLdSK37o.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgK5XljLdSK37o.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK5XljLdSK37o.ttf",
        "italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK5XljLdSK37o.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64SoK5XljLdSK37o.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XljLdSK37o.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5XljLdSK37o.ttf",
        "800italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgN5XljLdSK37o.ttf",
        "900italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64bEN5XljLdSK37o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBI5Xk.ttf"
    },
    {
      "family": "Roboto Flex",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/robotoflex/v26/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAQbGunCNCKMY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoflex/v26/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAcbCkmA.ttf"
    },
    {
      "family": "Roboto Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf",
        "200": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf",
        "300": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf",
        "regular": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf",
        "500": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf",
        "600": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf",
        "700": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf",
        "italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QuW9.ttf"
    },
    {
      "family": "Roboto Serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-04-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6d2Af5fR4k.ttf",
        "200": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6d2Af5fR4k.ttf",
        "300": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6d2Af5fR4k.ttf",
        "regular": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf",
        "500": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6d2Af5fR4k.ttf",
        "600": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6d2Af5fR4k.ttf",
        "700": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6d2Af5fR4k.ttf",
        "800": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6d2Af5fR4k.ttf",
        "900": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6d2Af5fR4k.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8BdxaV4nUFw.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8BdxaV4nUFw.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8BdxaV4nUFw.ttf",
        "italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8BdxaV4nUFw.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8BdxaV4nUFw.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8BdxaV4nUFw.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8BdxaV4nUFw.ttf",
        "800italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8BdxaV4nUFw.ttf",
        "900italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8BdxaV4nUFw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6Z8BQ.ttf"
    },
    {
      "family": "Roboto Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v34",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf",
        "200": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf",
        "300": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf",
        "regular": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf",
        "500": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf",
        "600": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf",
        "700": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf",
        "800": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf",
        "900": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmaWRm.ttf"
    },
    {
      "family": "Rochester",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rochester/v22/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rochester/v22/6ae-4KCqVa4Zy6Fif-UC3lHS.ttf"
    },
    {
      "family": "Rock 3D",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rock3d/v10/yYLp0hrL0PCo651513SnwRnQyNI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rock3d/v10/yYLp0hrL0PCo651553WtxQ.ttf"
    },
    {
      "family": "Rock Salt",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rocksalt/v22/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rocksalt/v22/MwQ0bhv11fWD6QsAVOZrsUM_.ttf"
    },
    {
      "family": "RocknRoll One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9guVhs7tfUxc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9suRrtw.ttf"
    },
    {
      "family": "Rokkitt",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf",
        "200": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf",
        "300": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf",
        "regular": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf",
        "500": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf",
        "600": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf",
        "700": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf",
        "800": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf",
        "900": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf",
        "100italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiJGbqluc6nu9E.ttf",
        "200italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiIGbqluc6nu9E.ttf",
        "300italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NCaIGbqluc6nu9E.ttf",
        "italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiIGbqluc6nu9E.ttf",
        "500italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NEqIGbqluc6nu9E.ttf",
        "600italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NKaPGbqluc6nu9E.ttf",
        "700italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NJ-PGbqluc6nu9E.ttf",
        "800italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiPGbqluc6nu9E.ttf",
        "900italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NNGPGbqluc6nu9E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd6DKGbo.ttf"
    },
    {
      "family": "Romanesco",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSX3XYP.ttf"
    },
    {
      "family": "Ropa Sans",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf",
        "italic": "https://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScy6WzNs.ttf"
    },
    {
      "family": "Rosario",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf",
        "regular": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf",
        "500": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf",
        "600": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf",
        "700": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf",
        "300italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf",
        "italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf",
        "500italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf",
        "600italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf",
        "700italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCVcyfeI.ttf"
    },
    {
      "family": "Rosarivo",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rosarivo/v22/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf",
        "italic": "https://fonts.gstatic.com/s/rosarivo/v22/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rosarivo/v22/PlI-Fl2lO6N9f8HaNDeD0Hw.ttf"
    },
    {
      "family": "Rouge Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rougescript/v18/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rougescript/v18/LYjFdGbiklMoCIQOw1Ep3S4_Vf_f.ttf"
    },
    {
      "family": "Rowdies",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf",
        "regular": "https://fonts.gstatic.com/s/rowdies/v17/ptRJTieMYPNBAK21zrdJwObZNQo.ttf",
        "700": "https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rowdies/v17/ptRJTieMYPNBAK21_rZDxA.ttf"
    },
    {
      "family": "Rozha One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rozhaone/v15/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rozhaone/v15/AlZy_zVFtYP12Zncg2kRdH38.ttf"
    },
    {
      "family": "Rubik",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "arabic",
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-06-30",
      "files": {
        "300": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf",
        "regular": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf",
        "500": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf",
        "600": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf",
        "700": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf",
        "800": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf",
        "900": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf",
        "300italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf",
        "italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf",
        "500italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf",
        "600italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf",
        "700italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf",
        "800italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf",
        "900italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFUUUw.ttf"
    },
    {
      "family": "Rubik 80s Fade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUhHwkbL8IHcK.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUiHxm7Y.ttf"
    },
    {
      "family": "Rubik Beastly",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07z8_ApHqqk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X4732-A.ttf"
    },
    {
      "family": "Rubik Broken Fax",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8YW-WdmGi300.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8UW6ccg.ttf"
    },
    {
      "family": "Rubik Bubbles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRNTENfDxyRXI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRBTAHeA.ttf"
    },
    {
      "family": "Rubik Burned",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniHQuaCY5ZSg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqnSHAGe.ttf"
    },
    {
      "family": "Rubik Dirt",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdulwm6gDXvwE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdil0s7g.ttf"
    },
    {
      "family": "Rubik Distressed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWAhatVBaGM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldQWErbg.ttf"
    },
    {
      "family": "Rubik Doodle Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaLyKuZ3KOY7Gw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaL-KqT2A.ttf"
    },
    {
      "family": "Rubik Doodle Triangles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzdLi_slZxgWE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzRLm1tg.ttf"
    },
    {
      "family": "Rubik Gemstones",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVrOiCnGqi1GMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVr-iSPC.ttf"
    },
    {
      "family": "Rubik Glitch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvmC7HONiSFQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZfmSTD.ttf"
    },
    {
      "family": "Rubik Glitch Pop",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MOwStSUrV_BE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MCwWnTQ.ttf"
    },
    {
      "family": "Rubik Iso",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sABfPACvy_1BA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sAxffoG.ttf"
    },
    {
      "family": "Rubik Lines",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-GSxYPp7oSNy.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-FSwav4.ttf"
    },
    {
      "family": "Rubik Maps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbejSYUChRqp9k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbevSceDg.ttf"
    },
    {
      "family": "Rubik Marker Hatch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQDL4iw0H6zw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHgDbQm.ttf"
    },
    {
      "family": "Rubik Maze",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSAX7inS-bxV4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSMX_omQ.ttf"
    },
    {
      "family": "Rubik Microbe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcs8aaKgiauE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZQs4QbA.ttf"
    },
    {
      "family": "Rubik Mono One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmonoone/v18/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmonoone/v18/UqyJK8kPP3hjw6ANTdfRk9YSN98xTKA.ttf"
    },
    {
      "family": "Rubik Moonrocks",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmoonrocks/v5/845ANMAmAI2VUZMLu_W0M7HqlDHnXcD7JGy1Sw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmoonrocks/v5/845ANMAmAI2VUZMLu_W0M7HqlDHXXMr_.ttf"
    },
    {
      "family": "Rubik Pixels",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-04",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdSaBYRagrQrA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdiaRwV.ttf"
    },
    {
      "family": "Rubik Puddles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfC0wVMT-aE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcFfG-xQ.ttf"
    },
    {
      "family": "Rubik Scribble",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpbqbSjORSo9W.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpYqaQDc.ttf"
    },
    {
      "family": "Rubik Spray Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-Ro-QoaBZQxP.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-So_SII.ttf"
    },
    {
      "family": "Rubik Storm",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaouL9T2Xh9NQk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaotL8RWE.ttf"
    },
    {
      "family": "Rubik Vinyl",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvUXexox2ztOU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvXXfzIg.ttf"
    },
    {
      "family": "Rubik Wet Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F-zz313DuvQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-1-jbz.ttf"
    },
    {
      "family": "Ruda",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf",
        "500": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf",
        "600": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf",
        "700": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf",
        "800": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf",
        "900": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsh__0qw.ttf"
    },
    {
      "family": "Rufina",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKyoxRktOdClg.ttf",
        "700": "https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKCoh5g.ttf"
    },
    {
      "family": "Ruge Boogie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rugeboogie/v28/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rugeboogie/v28/JIA3UVFwbHRF_GIWSMhKNSOjNTE.ttf"
    },
    {
      "family": "Ruluko",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0ZCq-3.ttf"
    },
    {
      "family": "Rum Raisin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rumraisin/v22/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rumraisin/v22/nwpRtKu3Ih8D5avB4h2uF36Czw.ttf"
    },
    {
      "family": "Ruslan Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v26",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruslandisplay/v26/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruslandisplay/v26/Gw6jwczl81XcIZuckK_e3Upfdwxqn9g.ttf"
    },
    {
      "family": "Russo One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsHOycmM.ttf"
    },
    {
      "family": "Ruthie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruthie/v26/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruthie/v26/gokvH63sGkdqXuUNlTRz.ttf"
    },
    {
      "family": "Ruwudu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKfNlQCT9tPdpw.ttf",
        "500": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1YSm3_vjBrlSILg.ttf",
        "600": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1TS63_vjBrlSILg.ttf",
        "700": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1KS-3_vjBrlSILg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKf9lAqX.ttf"
    },
    {
      "family": "Rye",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rye/v15/r05XGLJT86YDFpTsXOqx4w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rye/v15/r05XGLJT86YzF57o.ttf"
    },
    {
      "family": "STIX Two Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf",
        "500": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOYWxFMN1WD.ttf",
        "600": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOYWxFMN1WD.ttf",
        "700": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOYWxFMN1WD.ttf",
        "italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURVuMkWDmSo.ttf",
        "500italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURVuMkWDmSo.ttf",
        "600italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURVuMkWDmSo.ttf",
        "700italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURVuMkWDmSo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2ROZURU.ttf"
    },
    {
      "family": "Sacramento",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG4Csf-A.ttf"
    },
    {
      "family": "Sahitya",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf",
        "700": "https://fonts.gstatic.com/s/sahitya/v17/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAWSYPOw.ttf"
    },
    {
      "family": "Sail",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBTDADYAbvw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJJBXJBA.ttf"
    },
    {
      "family": "Saira",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDosg7lwYmUVY.ttf",
        "200": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCosg7lwYmUVY.ttf",
        "300": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCosg7lwYmUVY.ttf",
        "regular": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf",
        "500": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCosg7lwYmUVY.ttf",
        "600": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFosg7lwYmUVY.ttf",
        "700": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fosg7lwYmUVY.ttf",
        "800": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFosg7lwYmUVY.ttf",
        "900": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFosg7lwYmUVY.ttf",
        "100italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxkyQjQVYmxA.ttf",
        "200italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxkyQjQVYmxA.ttf",
        "300italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxkyQjQVYmxA.ttf",
        "italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxkyQjQVYmxA.ttf",
        "500italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxkyQjQVYmxA.ttf",
        "600italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxkyQjQVYmxA.ttf",
        "700italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxkyQjQVYmxA.ttf",
        "800italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxkyQjQVYmxA.ttf",
        "900italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxkyQjQVYmxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCkskxkw.ttf"
    },
    {
      "family": "Saira Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf",
        "200": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf",
        "300": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf",
        "regular": "https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf",
        "500": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf",
        "600": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf",
        "700": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf",
        "800": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf",
        "900": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrvpOtA.ttf"
    },
    {
      "family": "Saira Extra Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf",
        "200": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf",
        "300": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf",
        "regular": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf",
        "500": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf",
        "600": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf",
        "700": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf",
        "800": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf",
        "900": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTj7kjx.ttf"
    },
    {
      "family": "Saira Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf",
        "200": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf",
        "300": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf",
        "regular": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf",
        "500": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf",
        "600": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf",
        "700": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf",
        "800": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf",
        "900": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRX8KaOM.ttf"
    },
    {
      "family": "Saira Stencil One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sairastencilone/v16/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairastencilone/v16/SLXSc03I6HkvZGJ1GvvipLoYSTEL9DsNYQw.ttf"
    },
    {
      "family": "Salsa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-imY8ncKEZez.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-hmZ-HM.ttf"
    },
    {
      "family": "Sanchez",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sanchez/v15/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf",
        "italic": "https://fonts.gstatic.com/s/sanchez/v15/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sanchez/v15/Ycm2sZJORluHnXbIfm9R-A.ttf"
    },
    {
      "family": "Sancreek",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sancreek/v25/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sancreek/v25/pxiHypAnsdxUm159X4D_V1s.ttf"
    },
    {
      "family": "Sansita",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7HBm7TXFf3qw.ttf",
        "italic": "https://fonts.gstatic.com/s/sansita/v11/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf",
        "700": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf",
        "700italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf",
        "800": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf",
        "800italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf",
        "900": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf",
        "900italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7LBixSQ.ttf"
    },
    {
      "family": "Sansita Swashed",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbToVehmEa4Q.ttf",
        "regular": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf",
        "500": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbToVehmEa4Q.ttf",
        "600": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubToVehmEa4Q.ttf",
        "700": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubToVehmEa4Q.ttf",
        "800": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubToVehmEa4Q.ttf",
        "900": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubToVehmEa4Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpXTsffg.ttf"
    },
    {
      "family": "Sarabun",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf",
        "100italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf",
        "200": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf",
        "200italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf",
        "300": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf",
        "300italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf",
        "regular": "https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf",
        "italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf",
        "500": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf",
        "500italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf",
        "600": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf",
        "600italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf",
        "700": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf",
        "700italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf",
        "800": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf",
        "800italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9aBNJmg.ttf"
    },
    {
      "family": "Sarala",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf",
        "700": "https://fonts.gstatic.com/s/sarala/v12/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9hCxcX.ttf"
    },
    {
      "family": "Sarina",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarina/v23/-F6wfjF3ITQwasLhLkDUriBQxw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarina/v23/-F6wfjF3ITQwasLRL0rQ.ttf"
    },
    {
      "family": "Sarpanch",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarpanch/v13/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf",
        "500": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf",
        "600": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf",
        "700": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf",
        "800": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf",
        "900": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarpanch/v13/hESy6Xt4NCpRuk6Pzi2BTo4.ttf"
    },
    {
      "family": "Sassy Frass",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sassyfrass/v7/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sassyfrass/v7/LhWhMVrGOe0FLb97BjhsE-9cEtE.ttf"
    },
    {
      "family": "Satisfy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoCZWIGA.ttf"
    },
    {
      "family": "Sawarabi Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k39BCMz.ttf"
    },
    {
      "family": "Sawarabi Mincho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJjLKJL.ttf"
    },
    {
      "family": "Scada",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeWJoxzUobkvv.ttf",
        "italic": "https://fonts.gstatic.com/s/scada/v15/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf",
        "700": "https://fonts.gstatic.com/s/scada/v15/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf",
        "700italic": "https://fonts.gstatic.com/s/scada/v15/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeVJpzTE.ttf"
    },
    {
      "family": "Scheherazade New",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwNsOl4p5Is.ttf",
        "500": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM_dFHlYC-IKnoSE.ttf",
        "600": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM9tCHlYC-IKnoSE.ttf",
        "700": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaZrFhTvxVnHDvUkUiHg8jprP4DOwJmPg.ttf"
    },
    {
      "family": "Schibsted Grotesk",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEAT8JuXFGVOQ.ttf",
        "500": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEAT8JuXFGVOQ.ttf",
        "600": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMN_MYAT8JuXFGVOQ.ttf",
        "700": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYAT8JuXFGVOQ.ttf",
        "800": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNosYAT8JuXFGVOQ.ttf",
        "900": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNi8YAT8JuXFGVOQ.ttf",
        "italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLoDMhqflSFOTXs.ttf",
        "500italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLaDMhqflSFOTXs.ttf",
        "600italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oI2C8hqflSFOTXs.ttf",
        "700italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hqflSFOTXs.ttf",
        "800italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJoC8hqflSFOTXs.ttf",
        "900italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJBC8hqflSFOTXs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEwTshq.ttf"
    },
    {
      "family": "Schoolbell",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIZxMa7g.ttf"
    },
    {
      "family": "Scope One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGDFWkXI.ttf"
    },
    {
      "family": "Seaweed Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe3WI8qM.ttf"
    },
    {
      "family": "Secular One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/secularone/v12/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/secularone/v12/8QINdiTajsj_87rMuMdKyqDkOO0.ttf"
    },
    {
      "family": "Sedgwick Ave",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJqMX2Ix.ttf"
    },
    {
      "family": "Sedgwick Ave Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1cyfeI.ttf"
    },
    {
      "family": "Sen",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISCq5H47KlD9q78A.ttf",
        "500": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISBi5H47KlD9q78A.ttf",
        "600": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISPS-H47KlD9q78A.ttf",
        "700": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISM2-H47KlD9q78A.ttf",
        "800": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISKq-H47KlD9q78A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISCq5L4_AkA.ttf"
    },
    {
      "family": "Send Flowers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sendflowers/v5/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sendflowers/v5/If2PXTjtZS-0Xqy13uCQSULfxgLn.ttf"
    },
    {
      "family": "Sevillana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sevillana/v23/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sevillana/v23/KFOlCnWFscmDt1Bfiy1fAhc9.ttf"
    },
    {
      "family": "Seymour One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/seymourone/v23/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/seymourone/v23/4iCp6Khla9xbjQpoWGGd0lyJN4Q.ttf"
    },
    {
      "family": "Shadows Into Light",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shadowsintolight/v19/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shadowsintolight/v19/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzc8D8.ttf"
    },
    {
      "family": "Shadows Into Light Two",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shadowsintolighttwo/v17/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shadowsintolighttwo/v17/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpArHHA.ttf"
    },
    {
      "family": "Shalimar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shalimar/v7/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shalimar/v7/uU9MCBoE6I6iNWFUvQPw-vQ.ttf"
    },
    {
      "family": "Shantell Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYQiS2i2yPwxjyRN.ttf",
        "regular": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S2i2yPwxjyRN.ttf",
        "500": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYROS2i2yPwxjyRN.ttf",
        "600": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSiTGi2yPwxjyRN.ttf",
        "700": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSbTGi2yPwxjyRN.ttf",
        "800": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYT8TGi2yPwxjyRN.ttf",
        "300italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CN71wvgTijRNYgQ.ttf",
        "italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CID1wvgTijRNYgQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CLL1wvgTijRNYgQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CF7ywvgTijRNYgQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CGfywvgTijRNYgQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CADywvgTijRNYgQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S1i3wvg.ttf"
    },
    {
      "family": "Shanti",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzgU0ezpKfwzA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzQUk23.ttf"
    },
    {
      "family": "Share",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/share/v18/i7dEIFliZjKNF5VNHLq2cV5d.ttf",
        "italic": "https://fonts.gstatic.com/s/share/v18/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf",
        "700": "https://fonts.gstatic.com/s/share/v18/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf",
        "700italic": "https://fonts.gstatic.com/s/share/v18/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/share/v18/i7dEIFliZjKNF6VMFr4.ttf"
    },
    {
      "family": "Share Tech",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sharetech/v21/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sharetech/v21/7cHtv4Uyi5K0OeZ7bohU8HsJnQ.ttf"
    },
    {
      "family": "Share Tech Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFcLpQEA.ttf"
    },
    {
      "family": "Shippori Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11v8ldPg-IUDNg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11vwlZFhw.ttf"
    },
    {
      "family": "Shippori Antique B1",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRFCj9-5Y8Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40gnRBIiw.ttf"
    },
    {
      "family": "Shippori Mincho",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0BA2_-C7LoS7g.ttf",
        "500": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5JEO5--2zg.ttf",
        "600": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5JEO5--2zg.ttf",
        "700": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5JEO5--2zg.ttf",
        "800": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5JEO5--2zg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0Bw2vWG.ttf"
    },
    {
      "family": "Shippori Mincho B1",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nyjqBr1lO97Q.ttf",
        "500": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKeolP3nih5H4Uug.ttf",
        "600": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKVo5P3nih5H4Uug.ttf",
        "700": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKMo9P3nih5H4Uug.ttf",
        "800": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKLoxP3nih5H4Uug.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nCj6pv.ttf"
    },
    {
      "family": "Shizuru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shizuru/v10/O4ZSFGfvnxFiCA3i30IJlgUTj2A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shizuru/v10/O4ZSFGfvnxFiCA3i70MDkg.ttf"
    },
    {
      "family": "Shojumaru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtl8BRha.ttf"
    },
    {
      "family": "Short Stack",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX9STe3s.ttf"
    },
    {
      "family": "Shrikhand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shrikhand/v15/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shrikhand/v15/a8IbNovtLWfR7T7bMJwrBYKU.ttf"
    },
    {
      "family": "Siemreap",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/siemreap/v28/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/siemreap/v28/Gg82N5oFbgLvHAfNl1Yalgs.ttf"
    },
    {
      "family": "Sigmar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sigmar/v7/hv-XlzJgIE8a85pUbWY3MTFgVg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sigmar/v7/hv-XlzJgIE8a85pkbGwz.ttf"
    },
    {
      "family": "Sigmar One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6Lpow.ttf"
    },
    {
      "family": "Signika",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r93zuYzTMngt4xjw.ttf",
        "regular": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuYzTMngt4xjw.ttf",
        "500": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9szuYzTMngt4xjw.ttf",
        "600": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9XzyYzTMngt4xjw.ttf",
        "700": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9ZjyYzTMngt4xjw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuozDkj.ttf"
    },
    {
      "family": "Signika Negative",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73st9hiuEq8.ttf",
        "regular": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf",
        "500": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73st9hiuEq8.ttf",
        "600": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3st9hiuEq8.ttf",
        "700": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3st9hiuEq8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS43tvdw.ttf"
    },
    {
      "family": "Silkscreen",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/silkscreen/v4/m8JXjfVPf62XiF7kO-i9ULRvamODxdI.ttf",
        "700": "https://fonts.gstatic.com/s/silkscreen/v4/m8JUjfVPf62XiF7kO-i9aAhATmuo2dudFvc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/silkscreen/v4/m8JXjfVPf62XiF7kO-i9YLVlbg.ttf"
    },
    {
      "family": "Simonetta",
      "variants": [
        "regular",
        "italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/simonetta/v27/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf",
        "italic": "https://fonts.gstatic.com/s/simonetta/v27/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf",
        "900": "https://fonts.gstatic.com/s/simonetta/v27/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf",
        "900italic": "https://fonts.gstatic.com/s/simonetta/v27/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/simonetta/v27/x3dickHVYrCU5BU15c4xffoG.ttf"
    },
    {
      "family": "Single Day",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5vVsPVA.ttf"
    },
    {
      "family": "Sintony",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sintony/v15/XoHm2YDqR7-98cVUITQnu98ojjs.ttf",
        "700": "https://fonts.gstatic.com/s/sintony/v15/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sintony/v15/XoHm2YDqR7-98cVUETUtvw.ttf"
    },
    {
      "family": "Sirin Stencil",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sirinstencil/v25/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sirinstencil/v25/mem4YaWwznmLx-lzGfN7MdRyRclMAg.ttf"
    },
    {
      "family": "Six Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sixcaps/v20/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sixcaps/v20/6ae_4KGrU7VR7bNmaYcT_3E.ttf"
    },
    {
      "family": "Sixtyfour",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sixtyfour/v1/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f73YnyS5ZuOV.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sixtyfour/v1/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f43ZlSA.ttf"
    },
    {
      "family": "Skranji",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf",
        "700": "https://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMUzqklg.ttf"
    },
    {
      "family": "Slabo 13px",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slabo13px/v15/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slabo13px/v15/11hEGp_azEvXZUdSBzzRQKah3w.ttf"
    },
    {
      "family": "Slabo 27px",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slabo27px/v14/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slabo27px/v14/mFT0WbgBwKPR_Z4hGN2qgxkD0A.ttf"
    },
    {
      "family": "Slackey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slackey/v28/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slackey/v28/N0bV2SdQO-5yM0-dGlVQIQ.ttf"
    },
    {
      "family": "Slackside One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slacksideone/v10/EJRQQgMrXdcGsiBuvnRxodTwVy7VocNB6Iw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slacksideone/v10/EJRQQgMrXdcGsiBuvnRxodTwZy_fpQ.ttf"
    },
    {
      "family": "Smokum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smokum/v28/TK3iWkUbAhopmrdGHjUHte5fKg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smokum/v28/TK3iWkUbAhopmrd2Hz8D.ttf"
    },
    {
      "family": "Smooch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smooch/v7/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smooch/v7/o-0LIps4xW8U1xUxj6B7.ttf"
    },
    {
      "family": "Smooch Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFodqIeNlzayg.ttf",
        "200": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBodqIeNlzayg.ttf",
        "300": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0BodqIeNlzayg.ttf",
        "regular": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf",
        "500": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80BodqIeNlzayg.ttf",
        "600": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0dodqIeNlzayg.ttf",
        "700": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdodqIeNlzayg.ttf",
        "800": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdodqIeNlzayg.ttf",
        "900": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdodqIeNlzayg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBYd6ga.ttf"
    },
    {
      "family": "Smythe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BOLh_uGInjA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1xObJ7.ttf"
    },
    {
      "family": "Sniglet",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf",
        "800": "https://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJ9CihZA.ttf"
    },
    {
      "family": "Snippet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu6v7KeQ.ttf"
    },
    {
      "family": "Snowburst One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7SZ6eOw.ttf"
    },
    {
      "family": "Sofadi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGQDKCFQ.ttf"
    },
    {
      "family": "Sofia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu-sowsrqjk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_su_uIg.ttf"
    },
    {
      "family": "Sofia Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sa3trvKCXl8k.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6sK3trvKCXl8k.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69AksK3trvKCXl8k.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sK3trvKCXl8k.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69BIsK3trvKCXl8k.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Ckt63trvKCXl8k.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Cdt63trvKCXl8k.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6t63trvKCXl8k.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69DTt63trvKCXl8k.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WvpPagW08kdLY.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WupPagW08kdLY.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8xuupPagW08kdLY.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WupPagW08kdLY.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy83eupPagW08kdLY.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy85uppPagW08kdLY.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy86KppPagW08kdLY.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WppPagW08kdLY.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8-yppPagW08kdLY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sJ3spPY.ttf"
    },
    {
      "family": "Sofia Sans Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Csl8QO3OfwQQ.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-Gsl8QO3OfwQQ.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUq2eGsl8QO3OfwQQ.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gsl8QO3OfwQQ.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqteGsl8QO3OfwQQ.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqWeasl8QO3OfwQQ.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqYOasl8QO3OfwQQ.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-asl8QO3OfwQQ.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqLuasl8QO3OfwQQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1c4K_uLgQZ_3.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE1M4K_uLgQZ_3.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ia1M4K_uLgQZ_3.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1M4K_uLgQZ_3.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6J21M4K_uLgQZ_3.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ka084K_uLgQZ_3.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Kj084K_uLgQZ_3.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE084K_uLgQZ_3.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Lt084K_uLgQZ_3.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gcls4K.ttf"
    },
    {
      "family": "Sofia Sans Extra Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmmEfzmM356GxA.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGmiEfzmM356GxA.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLxGiEfzmM356GxA.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmiEfzmM356GxA.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLqGiEfzmM356GxA.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLRG-EfzmM356GxA.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLfW-EfzmM356GxA.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGm-EfzmM356GxA.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLM2-EfzmM356GxA.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPTOI_ZuWxFXe.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsPDOI_ZuWxFXe.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUisyPDOI_ZuWxFXe.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPDOI_ZuWxFXe.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitePDOI_ZuWxFXe.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuyOzOI_ZuWxFXe.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuLOzOI_ZuWxFXe.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsOzOI_ZuWxFXe.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivFOzOI_ZuWxFXe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmi0fjOI.ttf"
    },
    {
      "family": "Sofia Sans Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEO9TGahllIhN.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbEe9TGahllIhN.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvopFEe9TGahllIhN.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEe9TGahllIhN.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoopEe9TGahllIhN.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvorFFu9TGahllIhN.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvor8Fu9TGahllIhN.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbFu9TGahllIhN.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqyFu9TGahllIhN.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcRE6xHkZhNeas.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocQE6xHkZhNeas.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUlkQE6xHkZhNeas.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcQE6xHkZhNeas.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUjUQE6xHkZhNeas.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUtkXE6xHkZhNeas.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUuAXE6xHkZhNeas.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocXE6xHkZhNeas.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUq4XE6xHkZhNeas.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEd9SE6w.ttf"
    },
    {
      "family": "Solitreo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO8upyDYtStiJ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO_uowjI.ttf"
    },
    {
      "family": "Solway",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-02-16",
      "files": {
        "300": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf",
        "regular": "https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf",
        "500": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf",
        "700": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf",
        "800": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCmg3o5.ttf"
    },
    {
      "family": "Sometype Mono",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-10-19",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGE9agQBbs7uG.ttf",
        "500": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTA-GE9agQBbs7uG.ttf",
        "600": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDSH09agQBbs7uG.ttf",
        "700": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDrH09agQBbs7uG.ttf",
        "italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW6cZiwR5tquGrxk.ttf",
        "500italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW5UZiwR5tquGrxk.ttf",
        "600italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW3keiwR5tquGrxk.ttf",
        "700italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW0AeiwR5tquGrxk.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGH9biwQ.ttf"
    },
    {
      "family": "Song Myung",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhn1CggQ.ttf"
    },
    {
      "family": "Sono",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkWdEnR4qYeB4Q.ttf",
        "300": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxV6EWdEnR4qYeB4Q.ttf",
        "regular": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdEnR4qYeB4Q.ttf",
        "500": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVhEWdEnR4qYeB4Q.ttf",
        "600": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVaEKdEnR4qYeB4Q.ttf",
        "700": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVUUKdEnR4qYeB4Q.ttf",
        "800": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkKdEnR4qYeB4Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWtE358.ttf"
    },
    {
      "family": "Sonsie One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18UVq21g.ttf"
    },
    {
      "family": "Sora",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf",
        "200": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf",
        "300": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf",
        "regular": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf",
        "500": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf",
        "600": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf",
        "700": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf",
        "800": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnk-LKQc.ttf"
    },
    {
      "family": "Sorts Mill Goudy",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf",
        "italic": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEbHwEig.ttf"
    },
    {
      "family": "Source Code Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhM5hTXUcdJg.ttf",
        "300": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhM5hTXUcdJg.ttf",
        "regular": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf",
        "500": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhM5hTXUcdJg.ttf",
        "600": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM5hTXUcdJg.ttf",
        "700": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhM5hTXUcdJg.ttf",
        "800": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhM5hTXUcdJg.ttf",
        "900": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhM5hTXUcdJg.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rSVcZZJiGpw.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rSVcZZJiGpw.ttf",
        "italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSVcZZJiGpw.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rSVcZZJiGpw.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSVcZZJiGpw.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prSVcZZJiGpw.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprSVcZZJiGpw.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprSVcZZJiGpw.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM9rSQ.ttf"
    },
    {
      "family": "Source Sans 3",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-10-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EN_io6npfB.ttf",
        "300": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf",
        "regular": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf",
        "500": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EN_io6npfB.ttf",
        "600": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf",
        "700": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf",
        "800": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf",
        "900": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9C4Ym4fB3Ts.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9C4Ym4fB3Ts.ttf",
        "italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9C4Ym4fB3Ts.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9C4Ym4fB3Ts.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9C4Ym4fB3Ts.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9C4Ym4fB3Ts.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9C4Ym4fB3Ts.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9C4Ym4fB3Ts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky462EM9C4.ttf"
    },
    {
      "family": "Source Serif 4",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhxXD-wGvjU.ttf",
        "300": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhxXD-wGvjU.ttf",
        "regular": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf",
        "500": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhxXD-wGvjU.ttf",
        "600": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhxXD-wGvjU.ttf",
        "700": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhxXD-wGvjU.ttf",
        "800": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhxXD-wGvjU.ttf",
        "900": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhxXD-wGvjU.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dC84DrjXEXw.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dC84DrjXEXw.ttf",
        "italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dC84DrjXEXw.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dC84DrjXEXw.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdC84DrjXEXw.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdC84DrjXEXw.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdC84DrjXEXw.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdC84DrjXEXw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqnh1dCw.ttf"
    },
    {
      "family": "Space Grotesk",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsjNsFjTDJK.ttf",
        "regular": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf",
        "500": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf",
        "600": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf",
        "700": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXsiPMU.ttf"
    },
    {
      "family": "Space Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf",
        "italic": "https://fonts.gstatic.com/s/spacemono/v13/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf",
        "700": "https://fonts.gstatic.com/s/spacemono/v13/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf",
        "700italic": "https://fonts.gstatic.com/s/spacemono/v13/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRYEd8QA.ttf"
    },
    {
      "family": "Special Elite",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0ntnYOTQ.ttf"
    },
    {
      "family": "Spectral",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-01-06",
      "files": {
        "200": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf",
        "200italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf",
        "300": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf",
        "300italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf",
        "regular": "https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf",
        "italic": "https://fonts.gstatic.com/s/spectral/v13/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf",
        "500": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf",
        "500italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf",
        "600": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf",
        "600italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf",
        "700": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf",
        "800": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf",
        "800italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M_kn0.ttf"
    },
    {
      "family": "Spectral SC",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf",
        "200italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf",
        "300": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf",
        "300italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf",
        "regular": "https://fonts.gstatic.com/s/spectralsc/v12/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf",
        "italic": "https://fonts.gstatic.com/s/spectralsc/v12/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf",
        "500": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf",
        "500italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf",
        "600": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf",
        "600italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf",
        "700": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf",
        "700italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf",
        "800": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf",
        "800italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spectralsc/v12/KtkpALCRZonmalTgyPmRfsWj42Q.ttf"
    },
    {
      "family": "Spicy Rice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spicyrice/v25/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spicyrice/v25/uK_24rSEd-Uqwk4jY1RyKv68Xg.ttf"
    },
    {
      "family": "Spinnaker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spinnaker/v19/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spinnaker/v19/w8gYH2oyX-I0_rvR6HmX3XYP.ttf"
    },
    {
      "family": "Spirax",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cXktt-Csn-Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3sX0Fp.ttf"
    },
    {
      "family": "Splash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/splash/v6/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splash/v6/KtksAL2RZoDkbU6RpfnC.ttf"
    },
    {
      "family": "Spline Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYEtvlUfE2kw.ttf",
        "regular": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYEtvlUfE2kw.ttf",
        "500": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYEtvlUfE2kw.ttf",
        "600": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YEtvlUfE2kw.ttf",
        "700": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YEtvlUfE2kw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnoE9Hh.ttf"
    },
    {
      "family": "Spline Sans Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtVy4d4dGb1.ttf",
        "regular": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtVy4d4dGb1.ttf",
        "500": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtVy4d4dGb1.ttf",
        "600": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtVy4d4dGb1.ttf",
        "700": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtVy4d4dGb1.ttf",
        "300italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYNacXb12MM.ttf",
        "italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYNacXb12MM.ttf",
        "500italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYNacXb12MM.ttf",
        "600italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYNacXb12MM.ttf",
        "700italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYNacXb12MM.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMotUwYM.ttf"
    },
    {
      "family": "Squada One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6MtaaE2XA.ttf"
    },
    {
      "family": "Square Peg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/squarepeg/v5/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/squarepeg/v5/y83eW48Nzw6ZlUHc-phrNDDhGA.ttf"
    },
    {
      "family": "Sree Krushnadevaraya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_HWa0lw.ttf"
    },
    {
      "family": "Sriracha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sriracha/v14/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sriracha/v14/0nkrC9D4IuYBgWcI9NbZTwQ.ttf"
    },
    {
      "family": "Srisakdi",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf",
        "700": "https://fonts.gstatic.com/s/srisakdi/v16/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-gq9dyg.ttf"
    },
    {
      "family": "Staatliches",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/staatliches/v13/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/staatliches/v13/HI_OiY8KO6hCsQSoAPmtMYedvpU.ttf"
    },
    {
      "family": "Stalemate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stalemate/v22/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stalemate/v22/taiIGmZ_EJq97-UfkZRZu66o.ttf"
    },
    {
      "family": "Stalinist One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v56",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stalinistone/v56/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stalinistone/v56/MQpS-WezM9W4Dd7D3B7I-UT7SZ6eOw.ttf"
    },
    {
      "family": "Stardos Stencil",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf",
        "700": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2Th7l5z.ttf"
    },
    {
      "family": "Stick",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stick/v17/Qw3TZQpMCyTtJSvfvPVDMPoF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stick/v17/Qw3TZQpMCyTtJRvetvE.ttf"
    },
    {
      "family": "Stick No Bills",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7KriwKhcTKA.ttf",
        "300": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7KriwKhcTKA.ttf",
        "regular": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7KriwKhcTKA.ttf",
        "500": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7KriwKhcTKA.ttf",
        "600": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7KriwKhcTKA.ttf",
        "700": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7KriwKhcTKA.ttf",
        "800": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7KriwKhcTKA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8QLK7K0.ttf"
    },
    {
      "family": "Stint Ultra Condensed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stintultracondensed/v23/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stintultracondensed/v23/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2AOqx8K.ttf"
    },
    {
      "family": "Stint Ultra Expanded",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stintultraexpanded/v22/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stintultraexpanded/v22/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd3qpCzA.ttf"
    },
    {
      "family": "Stoke",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/stoke/v24/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf",
        "regular": "https://fonts.gstatic.com/s/stoke/v24/z7NadRb7aTMfKONpfihK1YTV.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stoke/v24/z7NadRb7aTMfKNNodCw.ttf"
    },
    {
      "family": "Strait",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/strait/v17/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/strait/v17/DtViJxy6WaEr1LZDeTJp.ttf"
    },
    {
      "family": "Style Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stylescript/v11/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stylescript/v11/vm8xdRX3SV7Z0aPa88xzW5nZeV7_.ttf"
    },
    {
      "family": "Stylish",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stylish/v22/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stylish/v22/m8JSjfhPYriQkk7-TozzcA.ttf"
    },
    {
      "family": "Sue Ellen Francisco",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sueellenfrancisco/v20/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sueellenfrancisco/v20/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9notP3g.ttf"
    },
    {
      "family": "Suez One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suezone/v13/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suezone/v13/taiJGmd_EZ6rqscQgOFImo4.ttf"
    },
    {
      "family": "Sulphur Point",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf",
        "regular": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf",
        "700": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2adfgYvw.ttf"
    },
    {
      "family": "Sumana",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf",
        "700": "https://fonts.gstatic.com/s/sumana/v10/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-28RLm.ttf"
    },
    {
      "family": "Sunflower",
      "variants": [
        "300",
        "500",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf",
        "500": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf",
        "700": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-06MfSqIEC.ttf"
    },
    {
      "family": "Sunshiney",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcQEsOs.ttf"
    },
    {
      "family": "Supermercado One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/supermercadoone/v26/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/supermercadoone/v26/OpNXnpQWg8jc_xps_Gi14kVVEXOn20f9NA.ttf"
    },
    {
      "family": "Sura",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sura/v19/SZc23FL5PbyzFf5UWzXtjUM.ttf",
        "700": "https://fonts.gstatic.com/s/sura/v19/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sura/v19/SZc23FL5PbyzJf9eXw.ttf"
    },
    {
      "family": "Suranna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v13",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58hBVTSw.ttf"
    },
    {
      "family": "Suravaram",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIwimSx.ttf"
    },
    {
      "family": "Suwannaphum",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnAgHV7GtDvc8jbe8hXXL3B9cSWXx2VZmk.ttf",
        "300": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0J1-S8cRGcf3Ai.ttf",
        "regular": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf",
        "700": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0Z0OS8cRGcf3Ai.ttf",
        "900": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0h0uS8cRGcf3Ai.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnCgHV7GtDvc8jbe8hXXLWk9cQ.ttf"
    },
    {
      "family": "Swanky and Moo Moo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kktLng.ttf"
    },
    {
      "family": "Syncopate",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/syncopate/v21/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf",
        "700": "https://fonts.gstatic.com/s/syncopate/v21/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/syncopate/v21/pe0sMIuPIYBCpEV5eFdCA_e6.ttf"
    },
    {
      "family": "Syne",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6kR47NCV5Z.ttf",
        "500": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6kR47NCV5Z.ttf",
        "600": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6kR47NCV5Z.ttf",
        "700": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6kR47NCV5Z.ttf",
        "800": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6kR47NCV5Z.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uQ6lTYo.ttf"
    },
    {
      "family": "Syne Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzIqCkDyvqZA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHDI6qg.ttf"
    },
    {
      "family": "Syne Tactile",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh3ysdjvKU8Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKR3iEZ.ttf"
    },
    {
      "family": "Tai Heritage Pro",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-viet",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf",
        "700": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNRFMuhjCXY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlfdQid-zgaNiNIYcUzJMU3IYyNkH1YFA.ttf"
    },
    {
      "family": "Tajawal",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf",
        "300": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf",
        "regular": "https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf",
        "500": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf",
        "700": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf",
        "800": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf",
        "900": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1nzeBDg.ttf"
    },
    {
      "family": "Tangerine",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf",
        "700": "https://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOxD5ZJ.ttf"
    },
    {
      "family": "Tapestry",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tapestry/v4/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tapestry/v4/SlGTmQecrosEYXhaGCIloHQ.ttf"
    },
    {
      "family": "Taprom",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULbFQyk3-0kvHg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULb1QiMz.ttf"
    },
    {
      "family": "Tauri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tauri/v18/TwMA-IISS0AM3IpVWHU_TBqO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tauri/v18/TwMA-IISS0AM3LpUUnE.ttf"
    },
    {
      "family": "Taviraj",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf",
        "100italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf",
        "200": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf",
        "200italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf",
        "300": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf",
        "300italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf",
        "regular": "https://fonts.gstatic.com/s/taviraj/v13/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf",
        "italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf",
        "500": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf",
        "500italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf",
        "600": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf",
        "600italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf",
        "700": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf",
        "700italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf",
        "800": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf",
        "800italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf",
        "900": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf",
        "900italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taviraj/v13/ahcZv8Cj3ylylTXzTO8rVw.ttf"
    },
    {
      "family": "Teko",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG7Sy3TKEvkCF.ttf",
        "regular": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8XG7Sy3TKEvkCF.ttf",
        "500": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG7Sy3TKEvkCF.ttf",
        "600": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_JHLSy3TKEvkCF.ttf",
        "700": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_wHLSy3TKEvkCF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8XG4Sz1zY.ttf"
    },
    {
      "family": "Tektur",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtOY8P7TWd0.ttf",
        "500": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwcVYtOY8P7TWd0.ttf",
        "600": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzwUotOY8P7TWd0.ttf",
        "700": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzJUotOY8P7TWd0.ttf",
        "800": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryuUotOY8P7TWd0.ttf",
        "900": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryHUotOY8P7TWd0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVbtPacc.ttf"
    },
    {
      "family": "Telex",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO9fTB1piKFIf.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO-fSDV4.ttf"
    },
    {
      "family": "Tenali Ramakrishna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-MKZ_u.ttf"
    },
    {
      "family": "Tenor Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISn3N4Dw.ttf"
    },
    {
      "family": "Text Me One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/textmeone/v24/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/textmeone/v24/i7dOIFdlayuLUvgoFvHQFVZdYFI.ttf"
    },
    {
      "family": "Texturina",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ug25riW1OD.ttf",
        "200": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUg25riW1OD.ttf",
        "300": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUg25riW1OD.ttf",
        "regular": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf",
        "500": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUg25riW1OD.ttf",
        "600": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUg25riW1OD.ttf",
        "700": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUg25riW1OD.ttf",
        "800": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUg25riW1OD.ttf",
        "900": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUg25riW1OD.ttf",
        "100italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0Z7AXkODN94.ttf",
        "200italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0Z7AXkODN94.ttf",
        "300italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0Z7AXkODN94.ttf",
        "italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0Z7AXkODN94.ttf",
        "500italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0Z7AXkODN94.ttf",
        "600italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0Z7AXkODN94.ttf",
        "700italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0Z7AXkODN94.ttf",
        "800italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0Z7AXkODN94.ttf",
        "900italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0Z7AXkODN94.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGsUh0Z4.ttf"
    },
    {
      "family": "Thasadith",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thasadith/v11/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf",
        "italic": "https://fonts.gstatic.com/s/thasadith/v11/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf",
        "700": "https://fonts.gstatic.com/s/thasadith/v11/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf",
        "700italic": "https://fonts.gstatic.com/s/thasadith/v11/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thasadith/v11/mtG44_1TIqPYrd_f5R1osUMQ.ttf"
    },
    {
      "family": "The Girl Next Door",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thegirlnextdoor/v22/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thegirlnextdoor/v22/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCY4VrF_.ttf"
    },
    {
      "family": "The Nautigal",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thenautigal/v6/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf",
        "700": "https://fonts.gstatic.com/s/thenautigal/v6/VdGGAZ8ZH51Lvng9fQV2bfKTWypA2_-C7LoS7g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thenautigal/v6/VdGZAZ8ZH51Lvng9fQV2bfKb5g9g.ttf"
    },
    {
      "family": "Tienne",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf",
        "700": "https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf",
        "900": "https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP07kUnD.ttf"
    },
    {
      "family": "Tillana",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tillana/v13/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf",
        "500": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf",
        "600": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf",
        "700": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf",
        "800": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tillana/v13/VuJxdNvf35P4qJ1OSKfdPA.ttf"
    },
    {
      "family": "Tilt Neon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltneon/v10/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquXK9WualJ9DS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltneon/v10/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquUK8UOI.ttf"
    },
    {
      "family": "Tilt Prism",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltprism/v11/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbwoTSrn86NKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltprism/v11/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbAoD6v.ttf"
    },
    {
      "family": "Tilt Warp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltwarp/v12/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTBxAVfMGOPb.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltwarp/v12/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZQBwC1M.ttf"
    },
    {
      "family": "Timmana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpOmrRLA.ttf"
    },
    {
      "family": "Tinos",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf",
        "italic": "https://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmFD9CI-4NU.ttf",
        "700": "https://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf",
        "700italic": "https://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwjX9fmE.ttf"
    },
    {
      "family": "Tiro Bangla",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8MG9-UPeuz4i.ttf",
        "italic": "https://fonts.gstatic.com/s/tirobangla/v6/IFSiHe1Tm95E3O8b5i2V8PG_80f8vi4imBM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8PG880c.ttf"
    },
    {
      "family": "Tiro Devanagari Hindi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fSOkOfG0Y3A.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMKXmgI3F_o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSeMK.ttf"
    },
    {
      "family": "Tiro Devanagari Marathi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDrDJYM2lAZ.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpIu30AZbUY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDqBpI.ttf"
    },
    {
      "family": "Tiro Devanagari Sanskrit",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pEoEqgtOh0w.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsuoNax06MM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZE4su.ttf"
    },
    {
      "family": "Tiro Gurmukhi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvly7HAQsyA2Y.ttf",
        "italic": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3d4ckXSYq-Uqjc048JUF7JvpyzNBSk3E2YljQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvpy_NBQ.ttf"
    },
    {
      "family": "Tiro Kannada",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIYKSPl6tOU9Eg.ttf",
        "italic": "https://fonts.gstatic.com/s/tirokannada/v6/CSRm4ztKmvqaDxEDJFY7CIY6SvN-luAtEnKp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIY6SfN-.ttf"
    },
    {
      "family": "Tiro Tamil",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v10",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_ULRvamODxdI.ttf",
        "italic": "https://fonts.gstatic.com/s/tirotamil/v10/m8JVjfVIf7OT22n3M-S_YLZlbkGG1dKEDw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_YLVlbg.ttf"
    },
    {
      "family": "Tiro Telugu",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v7",
      "lastModified": "2023-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdKSNQqn0X0BO.ttf",
        "italic": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTS7PxlZWk2EPiSymjXdJSPSK3WWlBOoas.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdJSMSK0.ttf"
    },
    {
      "family": "Titan One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/titanone/v15/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/titanone/v15/mFTzWbsGxbbS_J5cQcjCkjgj.ttf"
    },
    {
      "family": "Titillium Web",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf",
        "200italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf",
        "300": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf",
        "300italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf",
        "regular": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf",
        "italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf",
        "600": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf",
        "600italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf",
        "700": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf",
        "700italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf",
        "900": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdMXmCA.ttf"
    },
    {
      "family": "Tomorrow",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf",
        "100italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf",
        "200": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf",
        "200italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf",
        "300": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf",
        "300italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf",
        "regular": "https://fonts.gstatic.com/s/tomorrow/v17/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf",
        "italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf",
        "500": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf",
        "500italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf",
        "600": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf",
        "600italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf",
        "700": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf",
        "700italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf",
        "800": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf",
        "800italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf",
        "900": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf",
        "900italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tomorrow/v17/WBLmrETNbFtZCeGqgRXUe2U.ttf"
    },
    {
      "family": "Tourney",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByZTp1I1LcGA.ttf",
        "200": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyZTp1I1LcGA.ttf",
        "300": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyZTp1I1LcGA.ttf",
        "regular": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf",
        "500": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyZTp1I1LcGA.ttf",
        "600": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyZTp1I1LcGA.ttf",
        "700": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyZTp1I1LcGA.ttf",
        "800": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyZTp1I1LcGA.ttf",
        "900": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyZTp1I1LcGA.ttf",
        "100italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzBxAVfMGOPb.ttf",
        "200italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjBxAVfMGOPb.ttf",
        "300italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjBxAVfMGOPb.ttf",
        "italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjBxAVfMGOPb.ttf",
        "500italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjBxAVfMGOPb.ttf",
        "600italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITBxAVfMGOPb.ttf",
        "700italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITBxAVfMGOPb.ttf",
        "800italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITBxAVfMGOPb.ttf",
        "900italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITBxAVfMGOPb.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFCZDBx.ttf"
    },
    {
      "family": "Trade Winds",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM0Jr5vY.ttf"
    },
    {
      "family": "Train One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjWHOqbZRY7JVQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjW3O6zd.ttf"
    },
    {
      "family": "Trirong",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf",
        "100italic": "https://fonts.gstatic.com/s/trirong/v15/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf",
        "200": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf",
        "200italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf",
        "300": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf",
        "300italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf",
        "regular": "https://fonts.gstatic.com/s/trirong/v15/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf",
        "italic": "https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf",
        "500": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf",
        "500italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf",
        "600": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf",
        "600italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf",
        "700": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf",
        "700italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf",
        "800": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf",
        "800italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf",
        "900": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf",
        "900italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trirong/v15/7r3GqXNgp8wxdOdOn40o3Q.ttf"
    },
    {
      "family": "Trispace",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQl0zHugpt0.ttf",
        "200": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQl0zHugpt0.ttf",
        "300": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQl0zHugpt0.ttf",
        "regular": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf",
        "500": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQl0zHugpt0.ttf",
        "600": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQl0zHugpt0.ttf",
        "700": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQl0zHugpt0.ttf",
        "800": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQl0zHugpt0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9rkQh-yA.ttf"
    },
    {
      "family": "Trocchi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trocchi/v17/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trocchi/v17/qWcqB6WkuIDxDZLcPrpeuA.ttf"
    },
    {
      "family": "Trochut",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trochut/v22/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf",
        "italic": "https://fonts.gstatic.com/s/trochut/v22/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf",
        "700": "https://fonts.gstatic.com/s/trochut/v22/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trochut/v22/CHyjV-fDDlP9bDIw1nWCeQ.ttf"
    },
    {
      "family": "Truculenta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswcFHnJMMhg.ttf",
        "200": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswcFHnJMMhg.ttf",
        "300": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswcFHnJMMhg.ttf",
        "regular": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf",
        "500": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswcFHnJMMhg.ttf",
        "600": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswcFHnJMMhg.ttf",
        "700": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswcFHnJMMhg.ttf",
        "800": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswcFHnJMMhg.ttf",
        "900": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswcFHnJMMhg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAigwYPGg.ttf"
    },
    {
      "family": "Trykker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNnoOd2j22U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPztNjiPQ.ttf"
    },
    {
      "family": "Tsukimi Rounded",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VkVsqN7MT3T9X8g.ttf",
        "regular": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoc3LJNksWZO0LvnZwkF3HtoB7tPXMOP5gP1A.ttf",
        "500": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VyVoqN7MT3T9X8g.ttf",
        "600": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7V5V0qN7MT3T9X8g.ttf",
        "700": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VgVwqN7MT3T9X8g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoc3LJNksWZO0LvnZwkF3HtoB7dPHkK.ttf"
    },
    {
      "family": "Tulpen One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tulpenone/v25/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tulpenone/v25/dFa6ZfeC474skLgesc0Cajw6-A.ttf"
    },
    {
      "family": "Turret Road",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf",
        "300": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf",
        "regular": "https://fonts.gstatic.com/s/turretroad/v9/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf",
        "500": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf",
        "700": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf",
        "800": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/turretroad/v9/pxiAypMgpcBFjE84Zv-fE0tEMPc.ttf"
    },
    {
      "family": "Twinkle Star",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/twinklestar/v6/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/twinklestar/v6/pe0pMI6IL4dPoFl9LGEmY6WqAv5q.ttf"
    },
    {
      "family": "Ubuntu",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf",
        "regular": "https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf",
        "italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf",
        "500": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf",
        "700": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKeQ7z.ttf"
    },
    {
      "family": "Ubuntu Condensed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-bfrg.ttf"
    },
    {
      "family": "Ubuntu Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf",
        "italic": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf",
        "700": "https://fonts.gstatic.com/s/ubuntumono/v17/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf",
        "700italic": "https://fonts.gstatic.com/s/ubuntumono/v17/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOjCneDtsqEr0keqCMhbCc8CsE.ttf"
    },
    {
      "family": "Uchen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tibetan"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/uchen/v9/nKKZ-GokGZ1baIaSEQGodLxA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/uchen/v9/nKKZ-GokGZ1baLaTGwU.ttf"
    },
    {
      "family": "Ultra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ultra/v23/zOLy4prXmrtY-tT6yLOD6NxF.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ultra/v23/zOLy4prXmrtY-uT7wrc.ttf"
    },
    {
      "family": "Unbounded",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65jx043HgP6LR0Y.ttf",
        "300": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG60bx043HgP6LR0Y.ttf",
        "regular": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx043HgP6LR0Y.ttf",
        "500": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6yrx043HgP6LR0Y.ttf",
        "600": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG68b2043HgP6LR0Y.ttf",
        "700": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf",
        "800": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65j2043HgP6LR0Y.ttf",
        "900": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG67H2043HgP6LR0Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44zNhA.ttf"
    },
    {
      "family": "Uncial Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-MfQQZE.ttf"
    },
    {
      "family": "Underdog",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroVSiU14GN2Il.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroWSjWVo.ttf"
    },
    {
      "family": "Unica One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalsRd93b.ttf"
    },
    {
      "family": "UnifrakturCook",
      "variants": [
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "700": "https://fonts.gstatic.com/s/unifrakturcook/v23/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unifrakturcook/v23/IurA6Yli8YOdcoky-0PTTdkm56n05Xw01oY.ttf"
    },
    {
      "family": "UnifrakturMaguntia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unifrakturmaguntia/v20/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unifrakturmaguntia/v20/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVenmZJ.ttf"
    },
    {
      "family": "Unkempt",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unkempt/v21/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf",
        "700": "https://fonts.gstatic.com/s/unkempt/v21/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unkempt/v21/2EbnL-Z2DFZue0DSeYcV9w.ttf"
    },
    {
      "family": "Unlock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unlock/v26/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unlock/v26/7Au-p_8ykD-cDl72KQLW.ttf"
    },
    {
      "family": "Unna",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unna/v23/AYCEpXzofN0NCpgBlGHCWFM.ttf",
        "italic": "https://fonts.gstatic.com/s/unna/v23/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf",
        "700": "https://fonts.gstatic.com/s/unna/v23/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf",
        "700italic": "https://fonts.gstatic.com/s/unna/v23/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unna/v23/AYCEpXzofN0NOpkLkA.ttf"
    },
    {
      "family": "Updock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/updock/v5/nuF4D_3dVZ70UI9SjLK3602XBw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/updock/v5/nuF4D_3dVZ70UI9ijbiz.ttf"
    },
    {
      "family": "Urbanist",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fFpOrS8SlKw.ttf",
        "200": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fFpOrS8SlKw.ttf",
        "300": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fFpOrS8SlKw.ttf",
        "regular": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fFpOrS8SlKw.ttf",
        "500": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fFpOrS8SlKw.ttf",
        "600": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfFpOrS8SlKw.ttf",
        "700": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfFpOrS8SlKw.ttf",
        "800": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfFpOrS8SlKw.ttf",
        "900": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfFpOrS8SlKw.ttf",
        "100italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmvacG1K4S1.ttf",
        "200italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmvacG1K4S1.ttf",
        "300italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmvacG1K4S1.ttf",
        "italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmvacG1K4S1.ttf",
        "500italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmvacG1K4S1.ttf",
        "600italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmvacG1K4S1.ttf",
        "700italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmvacG1K4S1.ttf",
        "800italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmvacG1K4S1.ttf",
        "900italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmvacG1K4S1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vF5mv.ttf"
    },
    {
      "family": "VT323",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2isZFJA.ttf"
    },
    {
      "family": "Vampiro One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLnqmuPw.ttf"
    },
    {
      "family": "Varela",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHX5BR4B.ttf"
    },
    {
      "family": "Varela Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfocuK.ttf"
    },
    {
      "family": "Varta",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf",
        "regular": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf",
        "500": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf",
        "600": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf",
        "700": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD40i7s6.ttf"
    },
    {
      "family": "Vast Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vastshadow/v19/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vastshadow/v19/pe0qMImKOZ1V62ZwbVY9dce7I94.ttf"
    },
    {
      "family": "Vazirmatn",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyOReZ72DF_QY.ttf",
        "200": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzOReZ72DF_QY.ttf",
        "300": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzOReZ72DF_QY.ttf",
        "regular": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzOReZ72DF_QY.ttf",
        "500": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozOReZ72DF_QY.ttf",
        "600": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0OReZ72DF_QY.ttf",
        "700": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80OReZ72DF_QY.ttf",
        "800": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0OReZ72DF_QY.ttf",
        "900": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0OReZ72DF_QY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzCRaT6w.ttf"
    },
    {
      "family": "Vesper Libre",
      "variants": [
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf",
        "500": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf",
        "700": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf",
        "900": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_RdIDkWJ.ttf"
    },
    {
      "family": "Viaoda Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/viaodalibre/v18/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/viaodalibre/v18/vEFW2_lWCgoR6OKuRz9kcRV5bmgc.ttf"
    },
    {
      "family": "Vibes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmbd3HpbsuBlh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmYd2FJI.ttf"
    },
    {
      "family": "Vibur",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRgToJD4.ttf"
    },
    {
      "family": "Victor Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO8_NhNyOV0Y9bQ.ttf",
        "200": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyu87NhNyOV0Y9bQ.ttf",
        "300": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyZc7NhNyOV0Y9bQ.ttf",
        "regular": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO87NhNyOV0Y9bQ.ttf",
        "500": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyCc7NhNyOV0Y9bQ.ttf",
        "600": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy5cnNhNyOV0Y9bQ.ttf",
        "700": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy3MnNhNyOV0Y9bQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lxtaKdUMtba8p.ttf",
        "200italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen842lx9aKdUMtba8p.ttf",
        "300italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8417x9aKdUMtba8p.ttf",
        "italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lx9aKdUMtba8p.ttf",
        "500italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840Xx9aKdUMtba8p.ttf",
        "600italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8437wNaKdUMtba8p.ttf",
        "700italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen843CwNaKdUMtba8p.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO879hdaK.ttf"
    },
    {
      "family": "Vidaloka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass8yn4hnCci.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEavs9wHo.ttf"
    },
    {
      "family": "Viga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QIjD4e2OX8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiXzQMpCw.ttf"
    },
    {
      "family": "Vina Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vinasans/v6/m8JQjfZKf6-d2273MP7zcJ5BZmqa3A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vinasans/v6/m8JQjfZKf6-d2273MP7DcZRF.ttf"
    },
    {
      "family": "Voces",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/voces/v22/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/voces/v22/-F6_fjJyLyU8d7PADmo.ttf"
    },
    {
      "family": "Volkhov",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf",
        "italic": "https://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf",
        "700": "https://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf",
        "700italic": "https://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNecTMEgA.ttf"
    },
    {
      "family": "Vollkorn",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf",
        "500": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf",
        "600": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf",
        "700": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf",
        "800": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf",
        "900": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf",
        "italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf",
        "500italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf",
        "600italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf",
        "700italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf",
        "800italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf",
        "900italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeGGmZ.ttf"
    },
    {
      "family": "Vollkorn SC",
      "variants": [
        "regular",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf",
        "600": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf",
        "700": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf",
        "900": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnViF4Pns.ttf"
    },
    {
      "family": "Voltaire",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/voltaire/v20/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/voltaire/v20/1Pttg8PcRfSblAvGvTopaqE.ttf"
    },
    {
      "family": "Vujahday Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vujahdayscript/v8/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vujahdayscript/v8/RWmQoKGA8fEkrIPtSZ3_J7er2dUSDUFr.ttf"
    },
    {
      "family": "Waiting for the Sunrise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waitingforthesunrise/v20/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waitingforthesunrise/v20/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsbZR_Bs.ttf"
    },
    {
      "family": "Wallpoet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wallpoet/v20/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wallpoet/v20/f0X10em2_8RnXVVdUObv58E.ttf"
    },
    {
      "family": "Walter Turncoat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/walterturncoat/v23/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/walterturncoat/v23/snfys0Gs98ln43n0d-14ULoToe6LYReZ.ttf"
    },
    {
      "family": "Warnes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/warnes/v27/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/warnes/v27/pONn1hc0GsW6sW5-pyqy.ttf"
    },
    {
      "family": "Water Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waterbrush/v4/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waterbrush/v4/AYCPpXPqc8cJWLhp4hywKEJr5vY.ttf"
    },
    {
      "family": "Waterfall",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwo27v4.ttf"
    },
    {
      "family": "Wavefont",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V0rDHXKtOXOg4.ttf",
        "200": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V07DHXKtOXOg4.ttf",
        "300": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI2L07DHXKtOXOg4.ttf",
        "regular": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V07DHXKtOXOg4.ttf",
        "500": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3n07DHXKtOXOg4.ttf",
        "600": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0L1LDHXKtOXOg4.ttf",
        "700": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0y1LDHXKtOXOg4.ttf",
        "800": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V1LDHXKtOXOg4.ttf",
        "900": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI181LDHXKtOXOg4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V04DGVq8.ttf"
    },
    {
      "family": "Wellfleet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wellfleet/v22/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wellfleet/v22/nuF7D_LfQJb3VYgX6eyj4myP.ttf"
    },
    {
      "family": "Wendy One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wendyone/v18/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wendyone/v18/2sDcZGJOipXfgfXV5wgzbmW8.ttf"
    },
    {
      "family": "Whisper",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/whisper/v5/q5uHsoqtKftx74K9milCBxxdmYU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/whisper/v5/q5uHsoqtKftx74K9qihIAw.ttf"
    },
    {
      "family": "WindSong",
      "variants": [
        "regular",
        "500"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/windsong/v11/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf",
        "500": "https://fonts.gstatic.com/s/windsong/v11/KR1RBsyu-P-GFEW57oeNNPWylS3-jVXm.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/windsong/v11/KR1WBsyu-P-GFEW57o94F9U.ttf"
    },
    {
      "family": "Wire One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wireone/v28/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wireone/v28/qFdH35Wah5htUhV75VGjU94.ttf"
    },
    {
      "family": "Wix Madefor Display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltkv_3HQKgh.ttf",
        "500": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYltkv_3HQKgh.ttf",
        "600": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtkv_3HQKgh.ttf",
        "700": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtkv_3HQKgh.ttf",
        "800": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVtkv_3HQKgh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYmtltfk.ttf"
    },
    {
      "family": "Wix Madefor Text",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NOeFgpRt9rN5.ttf",
        "italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dw_GiJBP86N53IY.ttf",
        "500": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cKNNOeFgpRt9rN5.ttf",
        "500italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dz3GiJBP86N53IY.ttf",
        "600": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJhM-eFgpRt9rN5.ttf",
        "600italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d9HBiJBP86N53IY.ttf",
        "700": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJYM-eFgpRt9rN5.ttf",
        "700italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d-jBiJBP86N53IY.ttf",
        "800": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cI_M-eFgpRt9rN5.ttf",
        "800italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d4_BiJBP86N53IY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NNeEiJA.ttf"
    },
    {
      "family": "Work Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf",
        "200": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf",
        "300": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf",
        "regular": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf",
        "500": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf",
        "600": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf",
        "700": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf",
        "800": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf",
        "900": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf",
        "100italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf",
        "italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBikJow.ttf"
    },
    {
      "family": "Workbench",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/workbench/v1/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapdOL0GKqgZyb.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/workbench/v1/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapeOK2mY.ttf"
    },
    {
      "family": "Xanh Mono",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf",
        "italic": "https://fonts.gstatic.com/s/xanhmono/v18/R70ejykVmvKCep-vWhSomgqUfTfxTo24.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSomQqU.ttf"
    },
    {
      "family": "Yaldevi",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v12",
      "lastModified": "2023-03-21",
      "files": {
        "200": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvobxLCBJkS.ttf",
        "300": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvobxLCBJkS.ttf",
        "regular": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvobxLCBJkS.ttf",
        "500": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvobxLCBJkS.ttf",
        "600": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvobxLCBJkS.ttf",
        "700": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvobxLCBJkS.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJwvpZRY.ttf"
    },
    {
      "family": "Yanone Kaffeesatz",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2024-02-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf",
        "300": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf",
        "regular": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf",
        "500": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf",
        "600": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf",
        "700": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWZcWGP.ttf"
    },
    {
      "family": "Yantramanav",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/yantramanav/v13/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf",
        "300": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf",
        "regular": "https://fonts.gstatic.com/s/yantramanav/v13/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf",
        "500": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf",
        "700": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf",
        "900": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yantramanav/v13/flU8Rqu5zY00QEpyWJYWN5f1XeM.ttf"
    },
    {
      "family": "Yatra One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0BwlmF.ttf"
    },
    {
      "family": "Yellowtail",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yellowtail/v22/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yellowtail/v22/OZpGg_pnoDtINPfRIlLohl3HxA.ttf"
    },
    {
      "family": "Yeon Sung",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6BSFle.ttf"
    },
    {
      "family": "Yeseva One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yesevaone/v22/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yesevaone/v22/OpNJno4ck8vc-xYpwWWxlitVXg.ttf"
    },
    {
      "family": "Yesteryear",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yesteryear/v18/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yesteryear/v18/dg4g_p78rroaKl8kRKo1n70NSw.ttf"
    },
    {
      "family": "Yomogi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yomogi/v11/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yomogi/v11/VuJwdNrS2ZL7rpo_WYb9.ttf"
    },
    {
      "family": "Young Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ2t61EcYaQ7F.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ1t73kM.ttf"
    },
    {
      "family": "Yrsa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNV9rRPfrKu.ttf",
        "regular": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf",
        "500": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNV9rRPfrKu.ttf",
        "600": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NV9rRPfrKu.ttf",
        "700": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NV9rRPfrKu.ttf",
        "300italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LBte6KuGEo.ttf",
        "italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LBte6KuGEo.ttf",
        "500italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LBte6KuGEo.ttf",
        "600italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LBte6KuGEo.ttf",
        "700italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LBte6KuGEo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCieSONU_LA.ttf"
    },
    {
      "family": "Ysabeau",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCTYwI8Gcw6Oi.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWCDYwI8Gcw6Oi.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7PICDYwI8Gcw6Oi.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCDYwI8Gcw6Oi.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OkCDYwI8Gcw6Oi.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NIDzYwI8Gcw6Oi.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NxDzYwI8Gcw6Oi.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWDzYwI8Gcw6Oi.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7M_DzYwI8Gcw6Oi.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95yKcW-xrOiIUw.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS15zKcW-xrOiIUw.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS4BzKcW-xrOiIUw.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95zKcW-xrOiIUw.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS-xzKcW-xrOiIUw.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSwB0KcW-xrOiIUw.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSzl0KcW-xrOiIUw.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS150KcW-xrOiIUw.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS3d0KcW-xrOiIUw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCAYxKcU.ttf"
    },
    {
      "family": "Ysabeau Infant",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo4HK5ChLwKH6A.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlo8HK5ChLwKH6A.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYSI8HK5ChLwKH6A.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo8HK5ChLwKH6A.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYJI8HK5ChLwKH6A.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYyIgHK5ChLwKH6A.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQY8YgHK5ChLwKH6A.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlogHK5ChLwKH6A.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYv4gHK5ChLwKH6A.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaZqlDQeX6Dc5.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvaJqlDQeX6Dc5.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3syxaJqlDQeX6Dc5.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaJqlDQeX6Dc5.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szdaJqlDQeX6Dc5.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swxb5qlDQeX6Dc5.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swIb5qlDQeX6Dc5.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvb5qlDQeX6Dc5.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxGb5qlDQeX6Dc5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo83Kpql.ttf"
    },
    {
      "family": "Ysabeau Office",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6IfYSfpQj7IGQ.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6MfYSfpQj7IGQ.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPb2aMfYSfpQj7IGQ.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MfYSfpQj7IGQ.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbtaMfYSfpQj7IGQ.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbWaQfYSfpQj7IGQ.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbYKQfYSfpQj7IGQ.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6QfYSfpQj7IGQ.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbLqQfYSfpQj7IGQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Iy3tYDvYGbGh.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3Ii3tYDvYGbGh.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-CpIi3tYDvYGbGh.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Ii3tYDvYGbGh.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-DFIi3tYDvYGbGh.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-ApJS3tYDvYGbGh.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-AQJS3tYDvYGbGh.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3JS3tYDvYGbGh.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-BeJS3tYDvYGbGh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MvYC3t.ttf"
    },
    {
      "family": "Ysabeau SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98U1qEZ4EOmsT5.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8UlqEZ4EOmsT5.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw8iUlqEZ4EOmsT5.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UlqEZ4EOmsT5.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw9OUlqEZ4EOmsT5.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-iVVqEZ4EOmsT5.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-bVVqEZ4EOmsT5.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8VVqEZ4EOmsT5.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_VVVqEZ4EOmsT5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UmqFbYU.ttf"
    },
    {
      "family": "Yuji Boku",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1Fkjb2r2dgvJA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1FUjLev.ttf"
    },
    {
      "family": "Yuji Hentaigana Akari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujihentaiganaakari/v11/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnLIRTzODYALaA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujihentaiganaakari/v11/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnL4RDbK.ttf"
    },
    {
      "family": "Yuji Hentaigana Akebono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujihentaiganaakebono/v12/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wQy9NKXRzrrF.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujihentaiganaakebono/v12/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wTy8PqE.ttf"
    },
    {
      "family": "Yuji Mai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gC38hmHmNpCO.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gB39jGU.ttf"
    },
    {
      "family": "Yuji Syuku",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPqPfgwqiA-Rk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPmPbqxg.ttf"
    },
    {
      "family": "Yusei Magic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yuseimagic/v12/yYLt0hbAyuCmoo5wlhPkpjHR-tdfcIT_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yuseimagic/v12/yYLt0hbAyuCmoo5wlhPkpgHQ8NM.ttf"
    },
    {
      "family": "ZCOOL KuaiLe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2mp4b3.ttf"
    },
    {
      "family": "ZCOOL QingKe HuangYou",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mR4ive4.ttf"
    },
    {
      "family": "ZCOOL XiaoWei",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1UFOaGw.ttf"
    },
    {
      "family": "Zen Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenantique/v12/AYCPpXPnd91Ma_Zf-Ri2JXJq7PKP5Z_G.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenantique/v12/AYCPpXPnd91Ma_Zf-Ri2JUJr5vY.ttf"
    },
    {
      "family": "Zen Antique Soft",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenantiquesoft/v12/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwBmkui5HNg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenantiquesoft/v12/DtV4JwqzSL1q_KwnEWMc_3xfgW6itwFslg.ttf"
    },
    {
      "family": "Zen Dots",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQeaETM_FcCIG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQdaFRss.ttf"
    },
    {
      "family": "Zen Kaku Gothic Antique",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TarWJtyZyGU.ttf",
        "regular": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-g3RKjc4d7.ttf",
        "500": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DarWJtyZyGU.ttf",
        "700": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jarWJtyZyGU.ttf",
        "900": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DarWJtyZyGU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22-h1xY.ttf"
    },
    {
      "family": "Zen Kaku Gothic New",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWTSTGlMyd8.ttf",
        "regular": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjtiTWz5UGA.ttf",
        "500": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWTSTGlMyd8.ttf",
        "700": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWTSTGlMyd8.ttf",
        "900": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWTSTGlMyd8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMYW2drQpDw0GjzrVNFf_valaDBcznOojpoSQ.ttf"
    },
    {
      "family": "Zen Kurenaido",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenkurenaido/v16/3XFsEr0515BK2u6UUptu_gWJZfz22PRLd0U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkurenaido/v16/3XFsEr0515BK2u6UUptu_gWJVf383A.ttf"
    },
    {
      "family": "Zen Loop",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenloop/v9/h0GrssK16UsnJwHsEK9zqwzX5vOG.ttf",
        "italic": "https://fonts.gstatic.com/s/zenloop/v9/h0GtssK16UsnJwHsEJ9xoQj14-OGJ0w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenloop/v9/h0GrssK16UsnJwHsEJ9yoQg.ttf"
    },
    {
      "family": "Zen Maru Gothic",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCPJqa_ajlvw.ttf",
        "regular": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0SIpIxzW5b-RxT-6A8jWAtCp-k7UJmNLGG9A.ttf",
        "500": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCPJqa_ajlvw.ttf",
        "700": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1CPJqa_ajlvw.ttf",
        "900": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9CPJqa_ajlvw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0SIpIxzW5b-RxT-6A8jWAtCp-U7Ehi.ttf"
    },
    {
      "family": "Zen Old Mincho",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss0ApVaYytLwxTqcxfMyBveyYb3g31S2s8p.ttf",
        "500": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb4Dqlla8dMgPgBu.ttf",
        "600": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb4vrVla8dMgPgBu.ttf",
        "700": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb5LrFla8dMgPgBu.ttf",
        "900": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb5zrlla8dMgPgBu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss0ApVaYytLwxTqcxfMyBveybb2iXk.ttf"
    },
    {
      "family": "Zen Tokyo Zoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRvwaxkQQ.ttf"
    },
    {
      "family": "Zeyada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zeyada/v19/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zeyada/v19/11hAGpPTxVPUbgZzNWyp.ttf"
    },
    {
      "family": "Zhi Mang Xing",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g4aYneQ.ttf"
    },
    {
      "family": "Zilla Slab",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf",
        "300italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf",
        "regular": "https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf",
        "italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf",
        "500": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf",
        "500italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf",
        "600": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf",
        "600italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf",
        "700": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf",
        "700italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFajw6-A.ttf"
    },
    {
      "family": "Zilla Slab Highlight",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf",
        "700": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxitJaWQ.ttf"
    }
  ]
}
inc/customizer/core/custom-controls/typography/class-colormag-typography-control.php000064400000136406151213252710025344 0ustar00<?php
/**
 * Extend WP_Customize_Control to include typography control.
 *
 * Class ColorMag_Typography_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the typography customize control.
 *
 * Class ColorMag_Typography_Control
 */
class ColorMag_Typography_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-typography';

	public $suffix = '';

	/**
	 * Languages required subsets.
	 *
	 * @var array
	 */
	public $languages = array();

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$standard_fonts      = $this->get_system_fonts();
		$google_fonts        = $this->get_google_fonts();
		$custom_fonts        = $this->get_custom_fonts();
		$google_font_subsets = ColorMag_Fonts::get_google_font_subsets();
		$localize_scripts    = array(
			'standardfontslabel' => esc_html__( 'Standard Fonts', 'colormag' ),
			'googlefontslabel'   => esc_html__( 'Google Fonts', 'colormag' ),
			'standard'           => $standard_fonts,
			'google'             => $google_fonts,
		);

		// If custom fonts is available,then add it for localization.
		if ( ! empty( $custom_fonts ) ) {
			$localize_scripts[ 'customfontslabel' ] = esc_html__( 'Custom Fonts', 'colormag' );
			$localize_scripts[ 'custom' ]           = $custom_fonts;
		}

		// Loading available fonts.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypography',
			$localize_scripts
		);

		// Loading Google font subsets.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypographySubsets',
			$google_font_subsets
		);

	}

	/**
	 * Formats variants.
	 *
	 * @param array $variants The variants.
	 *
	 * @return array
	 */
	protected function format_variants_array( $variants ) {

		$font_variants  = ColorMag_Fonts::get_font_variants();
		$variants_array = array();

		foreach ( $variants as $variant ) {

			if ( is_string( $variant ) ) {
				$variants_array[] = array(
					'id'    => $variant,
					'label' => isset( $font_variants[ $variant ] ) ? $font_variants[ $variant ] : $variant,
				);
			} elseif ( is_array( $variant ) && isset( $variant[ 'id' ] ) && isset( $variant[ 'label' ] ) ) {
				$variants_array[] = $variant;
			}
		}

		return $variants_array;

	}

	/**
	 * Gets standard fonts properly formatted for control.
	 */
	public function get_system_fonts() {

		$standard_fonts       = ColorMag_Fonts::get_system_fonts();
		$standard_fonts_array = array();
		$default_variants     = $this->format_variants_array(
		/**
		 * Filter for default variants.
		 *
		 * @since   1.0.0
		 */
			apply_filters(
				'colormag_default_variants',
				array(
					'regular',
					'italic',
				)
			)
		);

		foreach ( $standard_fonts as $key => $font ) {

			$standard_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $standard_fonts_array;

	}

	/**
	 * Gets Google fonts properly formatted for control.
	 */
	public function get_google_fonts() {

		// Get formatted array of google fonts.
		$google_fonts          = ColorMag_Fonts::get_google_fonts();
		$font_variants         = ColorMag_Fonts::get_font_variants();
		$foogle_fonts__subsets = ColorMag_Fonts::get_google_font_subsets();
		$google_fonts_array    = array();

		foreach ( $google_fonts as $family => $args ) {

			// Get label, variants, subsets of individual font.
			$label    = ( isset( $args[ 'label' ] ) ) ? $args[ 'label' ] : $family;
			$variants = ( isset( $args[ 'variants' ] ) ) ? $args[ 'variants' ] : array( 'regular' );
			$subsets  = ( isset( $args[ 'subsets' ] ) ) ? $args[ 'subsets' ] : array();

			$available_variants = array();
			if ( is_array( $variants ) ) {
				foreach ( $variants as $variant ) {
					if ( array_key_exists( $variant, $font_variants ) ) {
						$available_variants[] = array(
							'id'    => $variant,
							'label' => $font_variants[ $variant ],
						);
					}
				}
			}

			$available_subsets = array();
			if ( is_array( $subsets ) ) {
				foreach ( $subsets as $subset ) {
					if ( array_key_exists( $subset, $foogle_fonts__subsets ) ) {
						$available_subsets[] = array(
							'id'    => $subset,
							'label' => $foogle_fonts__subsets[ $subset ],
						);
					}
				}
			}

			$google_fonts_array[] = array(
				'family'   => $family,
				'label'    => $label,
				'variants' => $available_variants,
				'subsets'  => $available_subsets,
			);

		}

		return $google_fonts_array;

	}

	/**
	 * Gets custom fonts properly formatted for control.
	 */
	public function get_custom_fonts() {

		$custom_fonts       = ColorMag_Fonts::get_custom_fonts();
		$custom_fonts_array = array();
		$default_variants   = $this->format_variants_array(
			array(
				'regular',
				'italic',
			)
		);

		foreach ( $custom_fonts as $key => $font ) {

			$custom_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $custom_fonts_array;

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = $this->choices;
		$this->json[ 'languages' ]   = ColorMag_Fonts::get_google_font_subsets();

		$input_attrs = colormag_get_typography_input_attrs( $this->value() );

		$this->json[ 'suffix' ]         = $input_attrs[ 'suffix' ];
		$this->json[ 'default_suffix' ] = $input_attrs[ 'default_suffix' ];

		$this->json[ 'input_attrs' ] = array_merge(
			$this->input_attrs,
			$input_attrs[ 'input_attrs' ]

		);
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<# if ( data.default['font-family'] ) { #>
			<div class="font-family customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Family', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-family-{{{ data.id || data.name }}}"></select>
				</div>
			</div>

			<# if ( data.default['font-weight'] ) { #>
			<div class="font-weight customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Weight', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-weight-{{{ data.id || data.name }}}"></select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['subsets'] ) { #>
			<div class="subsets customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Subset(s)', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-subsets-{{{ data.id || data.name }}}" multiple>
						<# _.each( data.value.subsets, function( subset ) { #>
						<option value="{{ subset }}" selected="selected">{{ data.languages[subset] }}</option>
						<# } ); #>
					</select>
				</div>
			</div>
			<# } #>

			<# } #>

			<# if ( data.default['font-size'] ) { #>
			<div class="font-size customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="font-size-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['font-size'], function( suffix ) {  #>
								  <option value="{{ suffix }}"
								    <# if(data.value['font-size'] && data.value['font-size']['desktop'] && data.value['font-size']['desktop']['unit']) { #>
											<# if ( data.value['font-size']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
							  </div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-desktop-warning"
						      id="colormag-font-size-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['desktop']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
							data.value['font-size']['desktop']['size']) { #>
							value="{{ data.value['font-size']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
								data.value['font-size']['desktop']['size']) { #>
								value="{{ data.value['font-size']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="tablet" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['tablet'] && data.value['font-size']['tablet']['unit']) { #>
											<# if ( data.value['font-size']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-tablet-warning"
						      id="colormag-font-size-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['tablet']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
							data.value['font-size']['tablet']['size']) { #>
							value="{{ data.value['font-size']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
								data.value['font-size']['tablet']['size']) { #>
								value="{{ data.value['font-size']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					 <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="mobile" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['mobile'] && data.value['font-size']['mobile']['unit']) { #>
											<# if ( data.value['font-size']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-mobile-warning"
						      id="colormag-font-size-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['mobile']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
							data.value['font-size']['mobile']['size']) { #>
							value="{{ data.value['font-size']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['mobile']['size'] }}"
							<# } #>

							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
								data.value['font-size']['mobile']['size']) { #>
								value="{{ data.value['font-size']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['line-height'] ) { #>
			<div class="line-height customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['line-height'] && data.value['line-height']['desktop'] && data.value['line-height']['desktop']['unit']) { #>
											<# if ( data.value['line-height']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-desktop-warning"
						      id="colormag-line-height-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['desktop']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
							data.value['line-height']['desktop']['size']) { #>
							value="{{ data.value['line-height']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
								data.value['line-height']['desktop']['size']) { #>
								value="{{ data.value['line-height']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['tablet'] && data.value['line-height']['tablet']['unit']) { #>
											<# if ( data.value['line-height']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-tablet-warning"
						      id="colormag-line-height-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['tablet']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
							data.value['line-height']['tablet']['size']) { #>
							value="{{ data.value['line-height']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
								data.value['line-height']['tablet']['size']) { #>
								value="{{ data.value['line-height']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['mobile'] && data.value['line-height']['mobile']['unit']) { #>
											<# if ( data.value['line-height']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-mobile-warning"
						      id="colormag-line-height-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['mobile']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
							data.value['line-height']['mobile']['size']) { #>
							value="{{ data.value['line-height']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
								data.value['line-height']['mobile']['size']) { #>
								value="{{ data.value['line-height']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>


			<# if ( data.default['letter-spacing'] ) { #>
			<div class="letter-spacing customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="desktop" name="unit">

								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] && data.value['letter-spacing']['desktop']['unit']) { #>
											<# if ( data.value['letter-spacing']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-desktop-warning"
						      id="colormag-letter-spacing-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['desktop']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
							data.value['letter-spacing']['desktop']['size']) { #>
							value="{{ data.value['letter-spacing']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
								data.value['letter-spacing']['desktop']['size']) { #>
								value="{{ data.value['letter-spacing']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
								  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] && data.value['letter-spacing']['tablet']['unit']) { #>
											<# if ( data.value['letter-spacing']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-tablet-warning"
						      id="colormag-letter-spacing-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['tablet']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
							data.value['letter-spacing']['tablet']['size']) { #>
							value="{{ data.value['letter-spacing']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
								data.value['letter-spacing']['tablet']['size']) { #>
								value="{{ data.value['letter-spacing']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] && data.value['letter-spacing']['mobile']['unit']) { #>
											<# if ( data.value['letter-spacing']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-mobile-warning"
						      id="colormag-letter-spacing-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['mobile']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
							data.value['letter-spacing']['mobile']['size']) { #>
							value="{{ data.value['letter-spacing']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
								data.value['letter-spacing']['mobile']['size']) { #>
								value="{{ data.value['letter-spacing']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['font-style'] ) { #>
			<div class="font-style customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Style', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-style-{{{ data.id || data.name }}}">
						<option value="normal"
						<# if ( 'normal' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Normal', 'colormag' ); ?></option>
						<option value="italic"
						<# if ( 'italic' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Italic', 'colormag' ); ?></option>
						<option value="oblique"
						<# if ( 'oblique' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Oblique', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-transform'] ) { #>
			<div class="text-transform customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Transform', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-transform-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="capitalize"
						<# if ( 'capitalize' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Capitalize', 'colormag' ); ?></option>
						<option value="uppercase"
						<# if ( 'uppercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Uppercase', 'colormag' ); ?></option>
						<option value="lowercase"
						<# if ( 'lowercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Lowercase', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-decoration'] ) { #>
			<div class="text-decoration customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Decoration', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-decoration-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="underline"
						<# if ( 'underline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Underline', 'colormag' ); ?></option>
						<option value="overline"
						<# if ( 'overline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Overline', 'colormag' ); ?></option>
						<option value="line-through"
						<# if ( 'line-through' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Line Through', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<input class="typography-hidden-value"
			       value="{{ JSON.stringify( data.value ) }}"
			       type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Renders the control wrapper and calls $this->render_content() for the internals.
	 */
	protected function render() {

		$id    = 'customize-control-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id );
		$class = 'customize-control has-responsive-switchers customize-control-' . $this->type;
		?>

		<li id="<?php echo esc_attr( $id ); ?>" class="<?php echo esc_attr( $class ); ?>">
			<?php $this->render_content(); ?>
		</li>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/title/class-colormag-title-control.php000064400000003575151213252710023172 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Title_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Title_Control
 */
class ColorMag_Title_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-title';
	public $link = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['link']        = esc_url( $this->link );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-title-wrapper">
			<label class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-title">{{{ data.label }}}</span>
				<# if ( data.description ) { #>
				<span class="tool-tip">
                    <i class="dashicons dashicons-editor-help"></i>
				<span class="tooltip-text">{{{ data.description }}}</span>
				</span>
				<# } #>
				<# } #>
			</label>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/dimensions/class-colormag-dimensions-control.php000064400000007256151213252710025250 0ustar00<?php
/**
 * Customize Dimensions control class.
 *
 * @package colormag
 *
 * @see WP_Customize_Control
 */

/**
 * Class ColorMag_Dimensions_Control
 */
class ColorMag_Dimensions_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dimensions';

	/**
	 * Suffix for Dimension.
	 *
	 * @var array
	 */
	public $suffix = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = isset( $this->default ) ? $this->default : $this->setting->default;
		$this->json['value']   = $this->value();
		$this->json['suffix']  = $this->suffix;
		$this->json['link']    = $this->get_link();
		$this->json['choices'] = $this->choices;
		$this->json['id']      = $this->id;
		$this->json['sides']   = array(
			'top'    => __( 'Top', 'colormag' ),
			'right'  => __( 'Right', 'colormag' ),
			'bottom' => __( 'Bottom', 'colormag' ),
			'left'   => __( 'Left', 'colormag' ),
		);

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>

		<div class="colormag-dimension-wrapper">
			<input type="hidden" value='{{{ "object" === typeof data.value ? JSON.stringify( data.value ) : data.value  }}}' id="colormag_dimensions_{{{ data.id }}}" name="colormag_dimensions_{{{ data.id }}}">
			<# if ( data.label ) { #>
			<div class="dimension-label-unit-wrapper">
				<div class="label-switcher-wrapper">
					<span class="customize-control-label">{{{ data.label }}}</span>
				</div>
				<div class="unit-wrapper">
					<div class="input-wrapper">
						<select class="dimension-unit" name="unit" data-type="unit" value="">
							<# _.each( data.suffix, function( suffix ) { #>
							<option value="{{ suffix }}" {{{ data.value.unit && data.value.unit == suffix ? 'selected' : '' }}}>{{{ suffix }}}</option>
							<# } ); #>
						</select>
						<div class="colormag-dimensions-reset">
							<span class="dashicons dashicons-image-rotate"
								title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
							</span>
						</div>
					</div>
				</div>
			</div>
			<# } #>
			<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
			<div class="wrapper">
                <div class="control">
					<# _.each( data.sides, function( label, key ) { #>
						<label for="{{ key }}" class="{{ key }}">
							<input type="number"
                                   id="{{ key }}"
                                   data-type="{{{ key }}}"
                                   value="{{{ data.value[ key ] ? data.value[ key ] : data.default[ key ] }}}"
							<h5>{{{ label }}}</h5>
						</label>
					<# } ) #>
					<button class="colormag-binding">
						<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
							<path d="M12 22a5 5 0 0 1-5-5v-2.5a.83.83 0 0 1 .83-.83.84.84 0 0 1 .84.83V17a3.33 3.33 0 0 0 6.66 0v-2.5a.84.84 0 0 1 .84-.83.83.83 0 0 1 .83.83V17a5 5 0 0 1-5 5Zm4.17-11.67a.84.84 0 0 1-.84-.83V7a3.33 3.33 0 0 0-6.66 0v2.5a.84.84 0 0 1-.84.83A.83.83 0 0 1 7 9.5V7a5 5 0 0 1 10 0v2.5a.83.83 0 0 1-.83.83Zm-3.34 5V8.67a.83.83 0 1 0-1.66 0v6.66a.83.83 0 1 0 1.66 0Z"/>
						</svg>
					</button>
				</div>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	protected function render_content() {}
}
inc/customizer/core/custom-controls/dimensions/dimensions.js000064400000005455151213252710020512 0ustar00/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );
inc/customizer/core/custom-controls/class-colormag-customize-base-control.php000064400000004215151213252710023652 0ustar00<?php
/**
 * ColorMag customizer base control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer base control class.
 *
 * Class ColorMag_Customize_Base_Control
 */
class ColorMag_Customize_Base_Control {

	/**
	 * Registered Controls.
	 *
	 * @var array
	 */
	public static $controls;

	/**
	 * Add Control to self::$controls and register custom controls to WordPress Customizer.
	 *
	 * @param string $name       Slug for the control.
	 * @param array  $attributes Control Attributes.
	 *
	 * @return void
	 */
	public static function add_control( $name, $attributes ) {

		global $wp_customize;
		self::$controls[ $name ] = $attributes;

		if ( isset( $attributes['callback'] ) ) {
			$wp_customize->register_control_type( $attributes['callback'] );
		}

	}

	/**
	 * Returns control instance.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return string
	 */
	public static function get_control_instance( $control_type ) {

		$control_class = self::get_control( $control_type );

		if ( isset( $control_class['callback'] ) ) {
			return class_exists( $control_class['callback'] ) ? $control_class['callback'] : false;
		}

		return false;

	}

	/**
	 * Returns control and its attributes.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return array
	 */
	public static function get_control( $control_type ) {

		if ( isset( self::$controls[ $control_type ] ) ) {
			return self::$controls[ $control_type ];
		}

		return array();

	}

	/**
	 * Returns santize callback for control.
	 *
	 * @param string $control Control type for customize option.
	 *
	 * @return string
	 */
	public static function get_sanitize_callback( $control ) {

		if ( isset( self::$controls[ $control ]['sanitize_callback'] ) ) {
			return self::$controls[ $control ]['sanitize_callback'];
		}

		return false;

	}

}

return new ColorMag_Customize_Base_Control();
inc/customizer/core/custom-controls/background/class-colormag-background-control.php000064400000020054151213252710025155 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the background control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the background customize control.
 *
 * Class ColorMag_Background_Control
 */
class ColorMag_Background_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-background';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlBackground',
			array(
				'placeholder' => esc_html__( 'No file selected', 'colormag' ),
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<div class="background-color">
				<span class="customize-control-label"><?php esc_html_e( 'Background Color', 'colormag' ); ?></span>
				<input data-name="{{ data.name }}"
						type="text"
						data-default-color="{{ data.default['background-color'] }}"
						data-alpha-enabled="true"
						value="{{ data.value['background-color'] }}"
						class="colormag-color-picker-alpha color-picker-hex"
				/>
			</div>

			<div class="background-image">
				<span class="customize-control-label"><?php esc_html_e( 'Background Image', 'colormag' ); ?></span>
				<div class="attachment-media-view background-image-upload">
					<# if ( data.value['background-image'] ) { #>
					<div class="thumbnail thumbnail-image"><img src="{{ data.value['background-image'] }}" alt="" />
					</div>
					<# } else { #>
					<div class="placeholder"><?php esc_html_e( 'No Image Selected', 'colormag' ); ?></div>
					<# } #>

					<div class="actions">
						<button data-name="{{ data.name }}"
								class="button background-image-upload-remove-button<# if ( ! data.value['background-image'] ) { #> hidden <# } #>"
						>
							<?php esc_attr_e( 'Remove', 'colormag' ); ?>
						</button>

						<button data-name="{{ data.name }}"
								type="button"
								class="button background-image-upload-button"
						>
							<?php esc_attr_e( 'Select Image', 'colormag' ); ?>
						</button>
					</div>
				</div>
			</div>

			<div class="background-repeat">
				<span class="customize-control-label"><?php esc_html_e( 'Background Repeat', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="no-repeat"
					<# if ( 'no-repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'No Repeat', 'colormag' ); ?></option>
					<option value="repeat"
					<# if ( 'repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat All', 'colormag' ); ?></option>
					<option value="repeat-x"
					<# if ( 'repeat-x' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Horizontally', 'colormag' ); ?></option>
					<option value="repeat-y"
					<# if ( 'repeat-y' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Vertically', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-position">
				<span class="customize-control-label"><?php esc_html_e( 'Background Position', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="left top"
					<# if ( 'left top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Top', 'colormag' ); ?></option>
					<option value="left center"
					<# if ( 'left center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Center', 'colormag' ); ?></option>
					<option value="left bottom"
					<# if ( 'left bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Bottom', 'colormag' ); ?></option>
					<option value="right top"
					<# if ( 'right top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Top', 'colormag' ); ?></option>
					<option value="right center"
					<# if ( 'right center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Center', 'colormag' ); ?></option>
					<option value="right bottom"
					<# if ( 'right bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Bottom', 'colormag' ); ?></option>
					<option value="center top"
					<# if ( 'center top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Top', 'colormag' ); ?></option>
					<option value="center center"
					<# if ( 'center center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Center', 'colormag' ); ?></option>
					<option value="center bottom"
					<# if ( 'center bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Bottom', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-size">
				<span class="customize-control-label"><?php esc_html_e( 'Background Size', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="cover"
					<# if ( 'cover' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Cover', 'colormag' ); ?></option>
					<option value="contain"
					<# if ( 'contain' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Contain', 'colormag' ); ?></option>
					<option value="auto"
					<# if ( 'auto' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Auto', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-attachment">
				<span class="customize-control-label"><?php esc_html_e( 'Background Attachment', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="scroll"
					<# if ( 'scroll' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Scroll', 'colormag' ); ?></option>
					<option value="fixed"
					<# if ( 'fixed' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Fixed', 'colormag' ); ?></option>
				</select>
			</div>

			<input class="background-hidden-value"
					value="{{ JSON.stringify( data.value ) }}"
					data-name="{{ data.name }}"
					type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/background/background.js000064400000014057151213252710020426 0ustar00/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );
inc/customizer/core/custom-controls/radio-image/class-colormag-radio-image-control.php000064400000007042151213252710025255 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the radio image.
 *
 * Class ColorMag_Radio_Image_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio image customize control.
 *
 * Class ColorMag_Radio_Image_Control
 */
class ColorMag_Radio_Image_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-radio-image';

	/**
	 * Column for image.
	 *
	 * @var int
	 */
	public $image_col = 1;

	/**
	 * Alignment class.
	 *
	 * @var int
	 */
	public $class = "";

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'image_col' ] = $this->image_col;
		$this->json[ 'class' ]     = $this->class;

		foreach ( $this->choices as $key => $value ) {
			$this->json[ 'choices' ][ $key ]        = $value[ 'url' ];
			$this->json[ 'choices_titles' ][ $key ] = $value[ 'label' ];
		}

		$this->json[ 'inputAttrs' ] = '';
		$this->json[ 'labelStyle' ] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			if ( 'style' !== $attr ) {
				$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
			} else {
				$this->json[ 'labelStyle' ] = 'style="' . esc_attr( $value ) . '" ';
			}
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="image image-col-{{{ data.image_col }}} {{{ data.class }}}">
			<# for ( key in data.choices ) { #>
			<input {{{ data.inputAttrs }}}
			       class="image-select"
			       type="radio"
			       value="{{ key }}"
			       name="_customize-radio-{{ data.id }}"
			       id="{{ data.id }}{{ key }}"
			       {{{ data.link }}}
			<# if ( data.value === key ) { #> checked="checked"<# } #>
			>

			<label for="{{ data.id }}{{ key }}" {{{ data.labelStyle }}} class="colormag-radio-image">
				<img src="{{{ data.choices[ key ] }}}" alt="{{{ data.choices_titles[ key ] }}}">
				<# if ( '' !== data.choices_titles[ key ] ) { #>
				<span class="image-clickable tooltip-text">{{{ data.choices_titles[ key ] }}}</span>
				<# } #>
			</label>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/radio-image/radio-image.js000064400000000675151213252710020525 0ustar00/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/customizer/core/custom-controls/group/class-colormag-group-control.php000064400000007217151213252710023215 0ustar00<?php
/**
 * Extend WP_Customize_Control to include group control.
 *
 * Class ColorMag_Group_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the group customize control.
 *
 * Class ColorMag_Group_Control
 */
class ColorMag_Group_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-group';

	/**
	 * The control name.
	 *
	 * @var string
	 */
	public $name = '';

	/**
	 * The control tab value.
	 *
	 * @var string
	 */
	public $tab = '';

	/**
	 * The fields for group.
	 *
	 * @var string
	 */
	public $colormag_fields = '';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		// Enqueue jQuery UI tabs.
		wp_enqueue_script( 'jquery-ui-tabs' );

		$tmpl  = '<div class="colormag-field-settings-modal">';
		$tmpl .= '<ul class="colormag-fields-wrap">';
		$tmpl .= '</ul>';
		$tmpl .= '</div>';

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlGroup',
			array(
				'group_modal_tmpl' => $tmpl,
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['name'] = $this->name;
		$config             = array();

		if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] ) ) {

			$tab = array_keys( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] );

			foreach ( $tab as $key => $value ) {
				$config['tabs'][ $value ] = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'][ $value ], 'priority' );
			}
		} else {

			if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ] ) ) {
				$config = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ], 'priority' );
			}
		}

		$this->json['colormag_fields'] = $config;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-group-wrap">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>

				<span
					class="colormag-group-toggle-icon dashicons <# if ( data.description ) { #>toggle-description<# } #>"
					data-control="{{ data.name }}"></span>
			</div>
		</div>

		<div class="colormag-field-settings-wrap">
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/customizer/core/custom-controls/group/group.js000064400000146047151213252710016465 0ustar00/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );
inc/customizer/core/custom-controls/divider/class-colormag-divider-control.php000064400000004037151213252710023776 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the divider control.
 *
 * Class ColorMag_Divider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the divider customize control.
 *
 * Class ColorMag_Divider_Control
 */
class ColorMag_Divider_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-divider';

	/**
	 * Divider placement
	 *
	 * @var string
	 */
	public $placement = 'above';

	/**
	 * Divider style
	 *
	 * @var string
	 */
	public $style = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['placement'] = $this->placement;

		$this->json['style'] = $this->style;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="divider-placement-{{ data.placement }} colormag-divider-{{data.style}}">
			<# if ( data.placement == 'above' ) { #>
			<hr />
			<# } #>

			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<# if ( data.placement == 'below' ) { #>
			<hr />
			<# } #>
		</div>

		<?php
	}

}
inc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.min.js000064400000015342151213252710022766 0ustar00/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */
!function(o,a){var t={version:300};if("wpColorPickerAlpha"in window&&"version"in window.wpColorPickerAlpha){var r=parseInt(window.wpColorPickerAlpha.version,10);if(!isNaN(r)&&r>=t.version)return}if(!Color.fn.hasOwnProperty("to_s")){Color.fn.to_s=function(o){"hex"===(o=o||"hex")&&this._alpha<1&&(o="rgba");var a="";return"hex"===o?a=this.toString():this.error||(a=this.toCSS(o).replace(/\(\s+/,"(").replace(/\s+\)/,")")),a},window.wpColorPickerAlpha=t;var i="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==";o.widget("a8c.iris",o.a8c.iris,{alphaOptions:{alphaEnabled:!1},_getColor:function(o){return o===a&&(o=this._color),this.alphaOptions.alphaEnabled?(o=o.to_s(this.alphaOptions.alphaColorType),this.alphaOptions.alphaColorWithSpace||(o=o.replace(/\s+/g,"")),o):o.toString()},_create:function(){try{this.alphaOptions=this.element.wpColorPicker("instance").alphaOptions}catch(o){}o.extend({},this.alphaOptions,{alphaEnabled:!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1}),this._super()},_addInputListeners:function(o){var a=this,t=function(t){var r=o.val(),i=new Color(r),l=(r=r.replace(/^(#|(rgb|hsl)a?)/,""),a.alphaOptions.alphaColorType);o.removeClass("iris-error"),i.error?""!==r&&o.addClass("iris-error"):"hex"===l&&"keyup"===t.type&&r.match(/^[0-9a-fA-F]{3}$/)||i.toIEOctoHex()!==a._color.toIEOctoHex()&&a._setOption("color",a._getColor(i))};o.on("change",t).on("keyup",a._debounce(t,100)),a.options.hide&&o.one("focus",(function(){a.show()}))},_initControls:function(){if(this._super(),this.alphaOptions.alphaEnabled){var a=this,t=a.controls.strip.clone(!1,!1),r=t.find(".iris-slider-offset"),i={stripAlpha:t,stripAlphaSlider:r};t.addClass("iris-strip-alpha"),r.addClass("iris-slider-offset-alpha"),t.appendTo(a.picker.find(".iris-picker-inner")),o.each(i,(function(o,t){a.controls[o]=t})),a.controls.stripAlphaSlider.slider({orientation:"vertical",min:0,max:100,step:1,value:parseInt(100*a._color._alpha),slide:function(o,t){a.active="strip",a._color._alpha=parseFloat(t.value/100),a._change.apply(a,arguments)}})}},_dimensions:function(o){if(this._super(o),this.alphaOptions.alphaEnabled){var a,t,r,i,l,e=this,s=e.options,n=e.controls.square,p=e.picker.find(".iris-strip");for(a=Math.round(e.picker.outerWidth(!0)-(s.border?22:0)),t=Math.round(n.outerWidth()),r=Math.round((a-t)/2),i=Math.round(r/2),l=Math.round(t+2*r+2*i);l>a;)r=Math.round(r-2),i=Math.round(i-1),l=Math.round(t+2*r+2*i);n.css("margin","0"),p.width(r).css("margin-left",i+"px")}},_change:function(){var a=this,t=a.active;if(a._super(),a.alphaOptions.alphaEnabled){var r=a.controls,l=parseInt(100*a._color._alpha),e=a._color.toRgb(),s=["rgb("+e.r+","+e.g+","+e.b+") 0%","rgba("+e.r+","+e.g+","+e.b+", 0) 100%"];a.picker.closest(".wp-picker-container").find(".wp-color-result");a.options.color=a._getColor(),r.stripAlpha.css({background:"linear-gradient(to bottom, "+s.join(", ")+"), url("+i+")"}),t&&r.stripAlphaSlider.slider("value",l),a._color.error||a.element.removeClass("iris-error").val(a.options.color),a.picker.find(".iris-palette-container").on("click.palette",".iris-palette",(function(){var t=o(this).data("color");a.alphaOptions.alphaReset&&(a._color._alpha=1,t=a._getColor()),a._setOption("color",t)}))}},_paintDimension:function(o,a){var t=this,r=!1;t.alphaOptions.alphaEnabled&&"strip"===a&&(r=t._color,t._color=new Color(r.toString()),t.hue=t._color.h()),t._super(o,a),r&&(t._color=r)},_setOption:function(o,a){var t=this;if("color"!==o||!t.alphaOptions.alphaEnabled)return t._super(o,a);a=""+a,newColor=new Color(a).setHSpace(t.options.mode),newColor.error||t._getColor(newColor)===t._getColor()||(t._color=newColor,t.options.color=t._getColor(),t.active="external",t._change())},color:function(o){return!0===o?this._color.clone():o===a?this._getColor():void this.option("color",o)}}),o.widget("wp.wpColorPicker",o.wp.wpColorPicker,{alphaOptions:{alphaEnabled:!1},_getAlphaOptions:function(){var a=this.element,t=a.data("type")||this.options.type,r=a.data("defaultColor")||a.val(),i={alphaEnabled:a.data("alphaEnabled")||!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1};return i.alphaEnabled&&(i.alphaEnabled=a.is("input")&&"full"===t),i.alphaEnabled?(i.alphaColorWithSpace=r&&r.match(/\s/),o.each(i,(function(o,t){var l=a.data(o)||t;switch(o){case"alphaCustomWidth":l=l?parseInt(l,10):0,l=isNaN(l)?t:l;break;case"alphaColorType":l.match(/^(hex|(rgb|hsl)a?)$/)||(l=r&&r.match(/^#/)?"hex":r&&r.match(/^hsla?/)?"hsl":t);break;default:l=!!l}i[o]=l})),i):i},_create:function(){o.support.iris&&(this.alphaOptions=this._getAlphaOptions(),this._super())},_addListeners:function(){if(!this.alphaOptions.alphaEnabled)return this._super();var a=this,t=a.element,r=a.toggler.is("a");this.alphaOptions.defaultWidth=t.width(),this.alphaOptions.alphaCustomWidth&&t.width(parseInt(this.alphaOptions.defaultWidth+this.alphaOptions.alphaCustomWidth,10)),a.toggler.css({position:"relative","background-image":"url("+i+")"}),r?a.toggler.html('<span class="color-alpha" />'):a.toggler.append('<span class="color-alpha" />'),a.colorAlpha=a.toggler.find("span.color-alpha").css({width:"30px",height:"100%",position:"absolute",top:0,"background-color":t.val()}),"ltr"===a.colorAlpha.css("direction")?a.colorAlpha.css({"border-bottom-left-radius":"2px","border-top-left-radius":"2px",left:0}):a.colorAlpha.css({"border-bottom-right-radius":"2px","border-top-right-radius":"2px",right:0}),t.iris({change:function(t,r){a.colorAlpha.css({"background-color":r.color.to_s(a.alphaOptions.alphaColorType)}),o.isFunction(a.options.change)&&a.options.change.call(this,t,r)}}),a.wrap.on("click.wpcolorpicker",(function(o){o.stopPropagation()})),a.toggler.click((function(){a.toggler.hasClass("wp-picker-open")?a.close():a.open()})),t.change((function(i){var l=o(this).val();(t.hasClass("iris-error")||""===l||l.match(/^(#|(rgb|hsl)a?)$/))&&(r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i))})),a.button.click((function(i){o(this).hasClass("wp-picker-default")?t.val(a.options.defaultColor).change():o(this).hasClass("wp-picker-clear")&&(t.val(""),r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i),t.trigger("change"))}))}})}}(jQuery);inc/customizer/core/custom-controls/assets/js/selectWoo.js000064400000454140151213252720020054 0ustar00/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
(function (factory) {
  if (typeof define === 'function' && define.amd) {
    // AMD. Register as an anonymous module.
    define(['jquery'], factory);
  } else if (typeof module === 'object' && module.exports) {
    // Node/CommonJS
    module.exports = function (root, jQuery) {
      if (jQuery === undefined) {
        // require('jQuery') returns a factory that requires window to
        // build a jQuery instance, we normalize how we use modules
        // that require this pattern but the window provided is a noop
        // if it's defined (how jquery works)
        if (typeof window !== 'undefined') {
          jQuery = require('jquery');
        }
        else {
          jQuery = require('jquery')(root);
        }
      }
      factory(jQuery);
      return jQuery;
    };
  } else {
    // Browser globals
    factory(jQuery);
  }
} (function (jQuery) {
  // This is needed so we can catch the AMD loader configuration and use it
  // The inner file should be wrapped (by `banner.start.js`) in a function that
  // returns the AMD loader references.
  var S2 =(function () {
  // Restore the Select2 AMD loader so it can be used
  // Needed mostly in the language files, where the loader is not inserted
  if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
    var S2 = jQuery.fn.select2.amd;
  }
var S2;(function () { if (!S2 || !S2.requirejs) {
if (!S2) { S2 = {}; } else { require = S2; }
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
//Going sloppy to avoid 'use strict' string cost, but strict practices should
//be followed.
/*global setTimeout: false */

var requirejs, require, define;
(function (undef) {
    var main, req, makeMap, handlers,
        defined = {},
        waiting = {},
        config = {},
        defining = {},
        hasOwn = Object.prototype.hasOwnProperty,
        aps = [].slice,
        jsSuffixRegExp = /\.js$/;

    function hasProp(obj, prop) {
        return hasOwn.call(obj, prop);
    }

    /**
     * Given a relative module name, like ./something, normalize it to
     * a real name that can be mapped to a path.
     * @param {String} name the relative name
     * @param {String} baseName a real name that the name arg is relative
     * to.
     * @returns {String} normalized name
     */
    function normalize(name, baseName) {
        var nameParts, nameSegment, mapValue, foundMap, lastIndex,
            foundI, foundStarMap, starI, i, j, part, normalizedBaseParts,
            baseParts = baseName && baseName.split("/"),
            map = config.map,
            starMap = (map && map['*']) || {};

        //Adjust any relative paths.
        if (name) {
            name = name.split('/');
            lastIndex = name.length - 1;

            // If wanting node ID compatibility, strip .js from end
            // of IDs. Have to do this here, and not in nameToUrl
            // because node allows either .js or non .js to map
            // to same file.
            if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) {
                name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, '');
            }

            // Starts with a '.' so need the baseName
            if (name[0].charAt(0) === '.' && baseParts) {
                //Convert baseName to array, and lop off the last part,
                //so that . matches that 'directory' and not name of the baseName's
                //module. For instance, baseName of 'one/two/three', maps to
                //'one/two/three.js', but we want the directory, 'one/two' for
                //this normalization.
                normalizedBaseParts = baseParts.slice(0, baseParts.length - 1);
                name = normalizedBaseParts.concat(name);
            }

            //start trimDots
            for (i = 0; i < name.length; i++) {
                part = name[i];
                if (part === '.') {
                    name.splice(i, 1);
                    i -= 1;
                } else if (part === '..') {
                    // If at the start, or previous value is still ..,
                    // keep them so that when converted to a path it may
                    // still work when converted to a path, even though
                    // as an ID it is less than ideal. In larger point
                    // releases, may be better to just kick out an error.
                    if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') {
                        continue;
                    } else if (i > 0) {
                        name.splice(i - 1, 2);
                        i -= 2;
                    }
                }
            }
            //end trimDots

            name = name.join('/');
        }

        //Apply map config if available.
        if ((baseParts || starMap) && map) {
            nameParts = name.split('/');

            for (i = nameParts.length; i > 0; i -= 1) {
                nameSegment = nameParts.slice(0, i).join("/");

                if (baseParts) {
                    //Find the longest baseName segment match in the config.
                    //So, do joins on the biggest to smallest lengths of baseParts.
                    for (j = baseParts.length; j > 0; j -= 1) {
                        mapValue = map[baseParts.slice(0, j).join('/')];

                        //baseName segment has  config, find if it has one for
                        //this name.
                        if (mapValue) {
                            mapValue = mapValue[nameSegment];
                            if (mapValue) {
                                //Match, update name to the new value.
                                foundMap = mapValue;
                                foundI = i;
                                break;
                            }
                        }
                    }
                }

                if (foundMap) {
                    break;
                }

                //Check for a star map match, but just hold on to it,
                //if there is a shorter segment match later in a matching
                //config, then favor over this star map.
                if (!foundStarMap && starMap && starMap[nameSegment]) {
                    foundStarMap = starMap[nameSegment];
                    starI = i;
                }
            }

            if (!foundMap && foundStarMap) {
                foundMap = foundStarMap;
                foundI = starI;
            }

            if (foundMap) {
                nameParts.splice(0, foundI, foundMap);
                name = nameParts.join('/');
            }
        }

        return name;
    }

    function makeRequire(relName, forceSync) {
        return function () {
            //A version of a require function that passes a moduleName
            //value for items that may need to
            //look up paths relative to the moduleName
            var args = aps.call(arguments, 0);

            //If first arg is not require('string'), and there is only
            //one arg, it is the array form without a callback. Insert
            //a null so that the following concat is correct.
            if (typeof args[0] !== 'string' && args.length === 1) {
                args.push(null);
            }
            return req.apply(undef, args.concat([relName, forceSync]));
        };
    }

    function makeNormalize(relName) {
        return function (name) {
            return normalize(name, relName);
        };
    }

    function makeLoad(depName) {
        return function (value) {
            defined[depName] = value;
        };
    }

    function callDep(name) {
        if (hasProp(waiting, name)) {
            var args = waiting[name];
            delete waiting[name];
            defining[name] = true;
            main.apply(undef, args);
        }

        if (!hasProp(defined, name) && !hasProp(defining, name)) {
            throw new Error('No ' + name);
        }
        return defined[name];
    }

    //Turns a plugin!resource to [plugin, resource]
    //with the plugin being undefined if the name
    //did not have a plugin prefix.
    function splitPrefix(name) {
        var prefix,
            index = name ? name.indexOf('!') : -1;
        if (index > -1) {
            prefix = name.substring(0, index);
            name = name.substring(index + 1, name.length);
        }
        return [prefix, name];
    }

    //Creates a parts array for a relName where first part is plugin ID,
    //second part is resource ID. Assumes relName has already been normalized.
    function makeRelParts(relName) {
        return relName ? splitPrefix(relName) : [];
    }

    /**
     * Makes a name map, normalizing the name, and using a plugin
     * for normalization if necessary. Grabs a ref to plugin
     * too, as an optimization.
     */
    makeMap = function (name, relParts) {
        var plugin,
            parts = splitPrefix(name),
            prefix = parts[0],
            relResourceName = relParts[1];

        name = parts[1];

        if (prefix) {
            prefix = normalize(prefix, relResourceName);
            plugin = callDep(prefix);
        }

        //Normalize according
        if (prefix) {
            if (plugin && plugin.normalize) {
                name = plugin.normalize(name, makeNormalize(relResourceName));
            } else {
                name = normalize(name, relResourceName);
            }
        } else {
            name = normalize(name, relResourceName);
            parts = splitPrefix(name);
            prefix = parts[0];
            name = parts[1];
            if (prefix) {
                plugin = callDep(prefix);
            }
        }

        //Using ridiculous property names for space reasons
        return {
            f: prefix ? prefix + '!' + name : name, //fullName
            n: name,
            pr: prefix,
            p: plugin
        };
    };

    function makeConfig(name) {
        return function () {
            return (config && config.config && config.config[name]) || {};
        };
    }

    handlers = {
        require: function (name) {
            return makeRequire(name);
        },
        exports: function (name) {
            var e = defined[name];
            if (typeof e !== 'undefined') {
                return e;
            } else {
                return (defined[name] = {});
            }
        },
        module: function (name) {
            return {
                id: name,
                uri: '',
                exports: defined[name],
                config: makeConfig(name)
            };
        }
    };

    main = function (name, deps, callback, relName) {
        var cjsModule, depName, ret, map, i, relParts,
            args = [],
            callbackType = typeof callback,
            usingExports;

        //Use name if no relName
        relName = relName || name;
        relParts = makeRelParts(relName);

        //Call the callback to define the module, if necessary.
        if (callbackType === 'undefined' || callbackType === 'function') {
            //Pull out the defined dependencies and pass the ordered
            //values to the callback.
            //Default to [require, exports, module] if no deps
            deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps;
            for (i = 0; i < deps.length; i += 1) {
                map = makeMap(deps[i], relParts);
                depName = map.f;

                //Fast path CommonJS standard dependencies.
                if (depName === "require") {
                    args[i] = handlers.require(name);
                } else if (depName === "exports") {
                    //CommonJS module spec 1.1
                    args[i] = handlers.exports(name);
                    usingExports = true;
                } else if (depName === "module") {
                    //CommonJS module spec 1.1
                    cjsModule = args[i] = handlers.module(name);
                } else if (hasProp(defined, depName) ||
                           hasProp(waiting, depName) ||
                           hasProp(defining, depName)) {
                    args[i] = callDep(depName);
                } else if (map.p) {
                    map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {});
                    args[i] = defined[depName];
                } else {
                    throw new Error(name + ' missing ' + depName);
                }
            }

            ret = callback ? callback.apply(defined[name], args) : undefined;

            if (name) {
                //If setting exports via "module" is in play,
                //favor that over return value and exports. After that,
                //favor a non-undefined return value over exports use.
                if (cjsModule && cjsModule.exports !== undef &&
                        cjsModule.exports !== defined[name]) {
                    defined[name] = cjsModule.exports;
                } else if (ret !== undef || !usingExports) {
                    //Use the return value from the function.
                    defined[name] = ret;
                }
            }
        } else if (name) {
            //May just be an object definition for the module. Only
            //worry about defining if have a module name.
            defined[name] = callback;
        }
    };

    requirejs = require = req = function (deps, callback, relName, forceSync, alt) {
        if (typeof deps === "string") {
            if (handlers[deps]) {
                //callback in this case is really relName
                return handlers[deps](callback);
            }
            //Just return the module wanted. In this scenario, the
            //deps arg is the module name, and second arg (if passed)
            //is just the relName.
            //Normalize module name, if it contains . or ..
            return callDep(makeMap(deps, makeRelParts(callback)).f);
        } else if (!deps.splice) {
            //deps is a config object, not an array.
            config = deps;
            if (config.deps) {
                req(config.deps, config.callback);
            }
            if (!callback) {
                return;
            }

            if (callback.splice) {
                //callback is an array, which means it is a dependency list.
                //Adjust args if there are dependencies
                deps = callback;
                callback = relName;
                relName = null;
            } else {
                deps = undef;
            }
        }

        //Support require(['a'])
        callback = callback || function () {};

        //If relName is a function, it is an errback handler,
        //so remove it.
        if (typeof relName === 'function') {
            relName = forceSync;
            forceSync = alt;
        }

        //Simulate async callback;
        if (forceSync) {
            main(undef, deps, callback, relName);
        } else {
            //Using a non-zero value because of concern for what old browsers
            //do, and latest browsers "upgrade" to 4 if lower value is used:
            //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout:
            //If want a value immediately, use require('id') instead -- something
            //that works in almond on the global level, but not guaranteed and
            //unlikely to work in other AMD implementations.
            setTimeout(function () {
                main(undef, deps, callback, relName);
            }, 4);
        }

        return req;
    };

    /**
     * Just drops the config on the floor, but returns req in case
     * the config return value is used.
     */
    req.config = function (cfg) {
        return req(cfg);
    };

    /**
     * Expose module registry for debugging and tooling
     */
    requirejs._defined = defined;

    define = function (name, deps, callback) {
        if (typeof name !== 'string') {
            throw new Error('See almond README: incorrect module build, no module name');
        }

        //This module may not have dependencies
        if (!deps.splice) {
            //deps is not an array, so probably means
            //an object literal or factory function for
            //the value. Adjust args.
            callback = deps;
            deps = [];
        }

        if (!hasProp(defined, name) && !hasProp(waiting, name)) {
            waiting[name] = [name, deps, callback];
        }
    };

    define.amd = {
        jQuery: true
    };
}());

S2.requirejs = requirejs;S2.require = require;S2.define = define;
}
}());
S2.define("almond", function(){});

/* global jQuery:false, $:false */
S2.define('jquery',[],function () {
  var _$ = jQuery || $;

  if (_$ == null && console && console.error) {
    console.error(
      'Select2: An instance of jQuery or a jQuery-compatible library was not ' +
      'found. Make sure that you are including jQuery before Select2 on your ' +
      'web page.'
    );
  }

  return _$;
});

S2.define('select2/utils',[
  'jquery'
], function ($) {
  var Utils = {};

  Utils.Extend = function (ChildClass, SuperClass) {
    var __hasProp = {}.hasOwnProperty;

    function BaseConstructor () {
      this.constructor = ChildClass;
    }

    for (var key in SuperClass) {
      if (__hasProp.call(SuperClass, key)) {
        ChildClass[key] = SuperClass[key];
      }
    }

    BaseConstructor.prototype = SuperClass.prototype;
    ChildClass.prototype = new BaseConstructor();
    ChildClass.__super__ = SuperClass.prototype;

    return ChildClass;
  };

  function getMethods (theClass) {
    var proto = theClass.prototype;

    var methods = [];

    for (var methodName in proto) {
      var m = proto[methodName];

      if (typeof m !== 'function') {
        continue;
      }

      if (methodName === 'constructor') {
        continue;
      }

      methods.push(methodName);
    }

    return methods;
  }

  Utils.Decorate = function (SuperClass, DecoratorClass) {
    var decoratedMethods = getMethods(DecoratorClass);
    var superMethods = getMethods(SuperClass);

    function DecoratedClass () {
      var unshift = Array.prototype.unshift;

      var argCount = DecoratorClass.prototype.constructor.length;

      var calledConstructor = SuperClass.prototype.constructor;

      if (argCount > 0) {
        unshift.call(arguments, SuperClass.prototype.constructor);

        calledConstructor = DecoratorClass.prototype.constructor;
      }

      calledConstructor.apply(this, arguments);
    }

    DecoratorClass.displayName = SuperClass.displayName;

    function ctr () {
      this.constructor = DecoratedClass;
    }

    DecoratedClass.prototype = new ctr();

    for (var m = 0; m < superMethods.length; m++) {
        var superMethod = superMethods[m];

        DecoratedClass.prototype[superMethod] =
          SuperClass.prototype[superMethod];
    }

    var calledMethod = function (methodName) {
      // Stub out the original method if it's not decorating an actual method
      var originalMethod = function () {};

      if (methodName in DecoratedClass.prototype) {
        originalMethod = DecoratedClass.prototype[methodName];
      }

      var decoratedMethod = DecoratorClass.prototype[methodName];

      return function () {
        var unshift = Array.prototype.unshift;

        unshift.call(arguments, originalMethod);

        return decoratedMethod.apply(this, arguments);
      };
    };

    for (var d = 0; d < decoratedMethods.length; d++) {
      var decoratedMethod = decoratedMethods[d];

      DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod);
    }

    return DecoratedClass;
  };

  var Observable = function () {
    this.listeners = {};
  };

  Observable.prototype.on = function (event, callback) {
    this.listeners = this.listeners || {};

    if (event in this.listeners) {
      this.listeners[event].push(callback);
    } else {
      this.listeners[event] = [callback];
    }
  };

  Observable.prototype.trigger = function (event) {
    var slice = Array.prototype.slice;
    var params = slice.call(arguments, 1);

    this.listeners = this.listeners || {};

    // Params should always come in as an array
    if (params == null) {
      params = [];
    }

    // If there are no arguments to the event, use a temporary object
    if (params.length === 0) {
      params.push({});
    }

    // Set the `_type` of the first object to the event
    params[0]._type = event;

    if (event in this.listeners) {
      this.invoke(this.listeners[event], slice.call(arguments, 1));
    }

    if ('*' in this.listeners) {
      this.invoke(this.listeners['*'], arguments);
    }
  };

  Observable.prototype.invoke = function (listeners, params) {
    for (var i = 0, len = listeners.length; i < len; i++) {
      listeners[i].apply(this, params);
    }
  };

  Utils.Observable = Observable;

  Utils.generateChars = function (length) {
    var chars = '';

    for (var i = 0; i < length; i++) {
      var randomChar = Math.floor(Math.random() * 36);
      chars += randomChar.toString(36);
    }

    return chars;
  };

  Utils.bind = function (func, context) {
    return function () {
      func.apply(context, arguments);
    };
  };

  Utils._convertData = function (data) {
    for (var originalKey in data) {
      var keys = originalKey.split('-');

      var dataLevel = data;

      if (keys.length === 1) {
        continue;
      }

      for (var k = 0; k < keys.length; k++) {
        var key = keys[k];

        // Lowercase the first letter
        // By default, dash-separated becomes camelCase
        key = key.substring(0, 1).toLowerCase() + key.substring(1);

        if (!(key in dataLevel)) {
          dataLevel[key] = {};
        }

        if (k == keys.length - 1) {
          dataLevel[key] = data[originalKey];
        }

        dataLevel = dataLevel[key];
      }

      delete data[originalKey];
    }

    return data;
  };

  Utils.hasScroll = function (index, el) {
    // Adapted from the function created by @ShadowScripter
    // and adapted by @BillBarry on the Stack Exchange Code Review website.
    // The original code can be found at
    // http://codereview.stackexchange.com/q/13338
    // and was designed to be used with the Sizzle selector engine.

    var $el = $(el);
    var overflowX = el.style.overflowX;
    var overflowY = el.style.overflowY;

    //Check both x and y declarations
    if (overflowX === overflowY &&
        (overflowY === 'hidden' || overflowY === 'visible')) {
      return false;
    }

    if (overflowX === 'scroll' || overflowY === 'scroll') {
      return true;
    }

    return ($el.innerHeight() < el.scrollHeight ||
      $el.innerWidth() < el.scrollWidth);
  };

  Utils.escapeMarkup = function (markup) {
    var replaceMap = {
      '\\': '&#92;',
      '&': '&amp;',
      '<': '&lt;',
      '>': '&gt;',
      '"': '&quot;',
      '\'': '&#39;',
      '/': '&#47;'
    };

    // Do not try to escape the markup if it's not a string
    if (typeof markup !== 'string') {
      return markup;
    }

    return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
      return replaceMap[match];
    });
  };

  // Append an array of jQuery nodes to a given element.
  Utils.appendMany = function ($element, $nodes) {
    // jQuery 1.7.x does not support $.fn.append() with an array
    // Fall back to a jQuery object collection using $.fn.add()
    if ($.fn.jquery.substr(0, 3) === '1.7') {
      var $jqNodes = $();

      $.map($nodes, function (node) {
        $jqNodes = $jqNodes.add(node);
      });

      $nodes = $jqNodes;
    }

    $element.append($nodes);
  };

  // Determine whether the browser is on a touchscreen device.
  Utils.isTouchscreen = function() {
    if ('undefined' === typeof Utils._isTouchscreenCache) {
      Utils._isTouchscreenCache = 'ontouchstart' in document.documentElement;
    }
    return Utils._isTouchscreenCache;
  }

  return Utils;
});

S2.define('select2/results',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Results ($element, options, dataAdapter) {
    this.$element = $element;
    this.data = dataAdapter;
    this.options = options;

    Results.__super__.constructor.call(this);
  }

  Utils.Extend(Results, Utils.Observable);

  Results.prototype.render = function () {
    var $results = $(
      '<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>'
    );

    if (this.options.get('multiple')) {
      $results.attr('aria-multiselectable', 'true');
    }

    this.$results = $results;

    return $results;
  };

  Results.prototype.clear = function () {
    this.$results.empty();
  };

  Results.prototype.displayMessage = function (params) {
    var escapeMarkup = this.options.get('escapeMarkup');

    this.clear();
    this.hideLoading();

    var $message = $(
      '<li role="alert" aria-live="assertive"' +
      ' class="select2-results__option"></li>'
    );

    var message = this.options.get('translations').get(params.message);

    $message.append(
      escapeMarkup(
        message(params.args)
      )
    );

    $message[0].className += ' select2-results__message';

    this.$results.append($message);
  };

  Results.prototype.hideMessages = function () {
    this.$results.find('.select2-results__message').remove();
  };

  Results.prototype.append = function (data) {
    this.hideLoading();

    var $options = [];

    if (data.results == null || data.results.length === 0) {
      if (this.$results.children().length === 0) {
        this.trigger('results:message', {
          message: 'noResults'
        });
      }

      return;
    }

    data.results = this.sort(data.results);

    for (var d = 0; d < data.results.length; d++) {
      var item = data.results[d];

      var $option = this.option(item);

      $options.push($option);
    }

    this.$results.append($options);
  };

  Results.prototype.position = function ($results, $dropdown) {
    var $resultsContainer = $dropdown.find('.select2-results');
    $resultsContainer.append($results);
  };

  Results.prototype.sort = function (data) {
    var sorter = this.options.get('sorter');

    return sorter(data);
  };

  Results.prototype.highlightFirstItem = function () {
    var $options = this.$results
      .find('.select2-results__option[data-selected]');

    var $selected = $options.filter('[data-selected=true]');

    // Check if there are any selected options
    if ($selected.length > 0) {
      // If there are selected options, highlight the first
      $selected.first().trigger('mouseenter');
    } else {
      // If there are no selected options, highlight the first option
      // in the dropdown
      $options.first().trigger('mouseenter');
    }

    this.ensureHighlightVisible();
  };

  Results.prototype.setClasses = function () {
    var self = this;

    this.data.current(function (selected) {
      var selectedIds = $.map(selected, function (s) {
        return s.id.toString();
      });

      var $options = self.$results
        .find('.select2-results__option[data-selected]');

      $options.each(function () {
        var $option = $(this);

        var item = $.data(this, 'data');

        // id needs to be converted to a string when comparing
        var id = '' + item.id;

        if ((item.element != null && item.element.selected) ||
            (item.element == null && $.inArray(id, selectedIds) > -1)) {
          $option.attr('data-selected', 'true');
        } else {
          $option.attr('data-selected', 'false');
        }
      });

    });
  };

  Results.prototype.showLoading = function (params) {
    this.hideLoading();

    var loadingMore = this.options.get('translations').get('searching');

    var loading = {
      disabled: true,
      loading: true,
      text: loadingMore(params)
    };
    var $loading = this.option(loading);
    $loading.className += ' loading-results';

    this.$results.prepend($loading);
  };

  Results.prototype.hideLoading = function () {
    this.$results.find('.loading-results').remove();
  };

  Results.prototype.option = function (data) {
    var option = document.createElement('li');
    option.className = 'select2-results__option';

    var attrs = {
      'role': 'option',
      'data-selected': 'false',
      'tabindex': -1
    };

    if (data.disabled) {
      delete attrs['data-selected'];
      attrs['aria-disabled'] = 'true';
    }

    if (data.id == null) {
      delete attrs['data-selected'];
    }

    if (data._resultId != null) {
      option.id = data._resultId;
    }

    if (data.title) {
      option.title = data.title;
    }

    if (data.children) {
      attrs['aria-label'] = data.text;
      delete attrs['data-selected'];
    }

    for (var attr in attrs) {
      var val = attrs[attr];

      option.setAttribute(attr, val);
    }

    if (data.children) {
      var $option = $(option);

      var label = document.createElement('strong');
      label.className = 'select2-results__group';

      var $label = $(label);
      this.template(data, label);
      $label.attr('role', 'presentation');

      var $children = [];

      for (var c = 0; c < data.children.length; c++) {
        var child = data.children[c];

        var $child = this.option(child);

        $children.push($child);
      }

      var $childrenContainer = $('<ul></ul>', {
        'class': 'select2-results__options select2-results__options--nested',
        'role': 'listbox'
      });
      $childrenContainer.append($children);
      $option.attr('role', 'list');

      $option.append(label);
      $option.append($childrenContainer);
    } else {
      this.template(data, option);
    }

    $.data(option, 'data', data);

    return option;
  };

  Results.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-results';

    this.$results.attr('id', id);

    container.on('results:all', function (params) {
      self.clear();
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
        self.highlightFirstItem();
      }
    });

    container.on('results:append', function (params) {
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
      }
    });

    container.on('query', function (params) {
      self.hideMessages();
      self.showLoading(params);
    });

    container.on('select', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('unselect', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expended="true"
      self.$results.attr('aria-expanded', 'true');
      self.$results.attr('aria-hidden', 'false');

      self.setClasses();
      self.ensureHighlightVisible();
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expended="false"
      self.$results.attr('aria-expanded', 'false');
      self.$results.attr('aria-hidden', 'true');
      self.$results.removeAttr('aria-activedescendant');
    });

    container.on('results:toggle', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      $highlighted.trigger('mouseup');
    });

    container.on('results:select', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      var data = $highlighted.data('data');

      if ($highlighted.attr('data-selected') == 'true') {
        self.trigger('close', {});
      } else {
        self.trigger('select', {
          data: data
        });
      }
    });

    container.on('results:previous', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      // If we are already at te top, don't move further
      if (currentIndex === 0) {
        return;
      }

      var nextIndex = currentIndex - 1;

      // If none are highlighted, highlight the first
      if ($highlighted.length === 0) {
        nextIndex = 0;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top;
      var nextTop = $next.offset().top;
      var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset);

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextTop - currentOffset < 0) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:next', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      var nextIndex = currentIndex + 1;

      // If we are at the last option, stay there
      if (nextIndex >= $options.length) {
        return;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var nextBottom = $next.offset().top + $next.outerHeight(false);
      var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset;

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextBottom > currentOffset) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:focus', function (params) {
      params.element.addClass('select2-results__option--highlighted').attr('aria-selected', 'true');
      self.$results.attr('aria-activedescendant', params.element.attr('id'));
    });

    container.on('results:message', function (params) {
      self.displayMessage(params);
    });

    if ($.fn.mousewheel) {
      this.$results.on('mousewheel', function (e) {
        var top = self.$results.scrollTop();

        var bottom = self.$results.get(0).scrollHeight - top + e.deltaY;

        var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0;
        var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height();

        if (isAtTop) {
          self.$results.scrollTop(0);

          e.preventDefault();
          e.stopPropagation();
        } else if (isAtBottom) {
          self.$results.scrollTop(
            self.$results.get(0).scrollHeight - self.$results.height()
          );

          e.preventDefault();
          e.stopPropagation();
        }
      });
    }

    this.$results.on('mouseup', '.select2-results__option[data-selected]',
      function (evt) {
      var $this = $(this);

      var data = $this.data('data');

      if ($this.attr('data-selected') === 'true') {
        if (self.options.get('multiple')) {
          self.trigger('unselect', {
            originalEvent: evt,
            data: data
          });
        } else {
          self.trigger('close', {});
        }

        return;
      }

      self.trigger('select', {
        originalEvent: evt,
        data: data
      });
    });

    this.$results.on('mouseenter', '.select2-results__option[data-selected]',
      function (evt) {
      var data = $(this).data('data');

      self.getHighlightedResults()
          .removeClass('select2-results__option--highlighted')
          .attr('aria-selected', 'false');

      self.trigger('results:focus', {
        data: data,
        element: $(this)
      });
    });
  };

  Results.prototype.getHighlightedResults = function () {
    var $highlighted = this.$results
    .find('.select2-results__option--highlighted');

    return $highlighted;
  };

  Results.prototype.destroy = function () {
    this.$results.remove();
  };

  Results.prototype.ensureHighlightVisible = function () {
    var $highlighted = this.getHighlightedResults();

    if ($highlighted.length === 0) {
      return;
    }

    var $options = this.$results.find('[data-selected]');

    var currentIndex = $options.index($highlighted);

    var currentOffset = this.$results.offset().top;
    var nextTop = $highlighted.offset().top;
    var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset);

    var offsetDelta = nextTop - currentOffset;
    nextOffset -= $highlighted.outerHeight(false) * 2;

    if (currentIndex <= 2) {
      this.$results.scrollTop(0);
    } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) {
      this.$results.scrollTop(nextOffset);
    }
  };

  Results.prototype.template = function (result, container) {
    var template = this.options.get('templateResult');
    var escapeMarkup = this.options.get('escapeMarkup');

    var content = template(result, container);

    if (content == null) {
      container.style.display = 'none';
    } else if (typeof content === 'string') {
      container.innerHTML = escapeMarkup(content);
    } else {
      $(container).append(content);
    }
  };

  return Results;
});

S2.define('select2/keys',[

], function () {
  var KEYS = {
    BACKSPACE: 8,
    TAB: 9,
    ENTER: 13,
    SHIFT: 16,
    CTRL: 17,
    ALT: 18,
    ESC: 27,
    SPACE: 32,
    PAGE_UP: 33,
    PAGE_DOWN: 34,
    END: 35,
    HOME: 36,
    LEFT: 37,
    UP: 38,
    RIGHT: 39,
    DOWN: 40,
    DELETE: 46
  };

  return KEYS;
});

S2.define('select2/selection/base',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function BaseSelection ($element, options) {
    this.$element = $element;
    this.options = options;

    BaseSelection.__super__.constructor.call(this);
  }

  Utils.Extend(BaseSelection, Utils.Observable);

  BaseSelection.prototype.render = function () {
    var $selection = $(
      '<span class="select2-selection" ' +
      ' aria-haspopup="true" aria-expanded="false">' +
      '</span>'
    );

    this._tabindex = 0;

    if (this.$element.data('old-tabindex') != null) {
      this._tabindex = this.$element.data('old-tabindex');
    } else if (this.$element.attr('tabindex') != null) {
      this._tabindex = this.$element.attr('tabindex');
    }

    $selection.attr('title', this.$element.attr('title'));
    $selection.attr('tabindex', this._tabindex);

    this.$selection = $selection;

    return $selection;
  };

  BaseSelection.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-container';
    var resultsId = container.id + '-results';
    var searchHidden = this.options.get('minimumResultsForSearch') === Infinity;

    this.container = container;

    this.$selection.on('focus', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('blur', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      if (evt.which === KEYS.SPACE) {
        evt.preventDefault();
      }
    });

    container.on('results:focus', function (params) {
      self.$selection.attr('aria-activedescendant', params.data._resultId);
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expanded="true"
      self.$selection.attr('aria-expanded', 'true');
      self.$selection.attr('aria-owns', resultsId);

      self._attachCloseHandler(container);
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expanded="false"
      self.$selection.attr('aria-expanded', 'false');
      self.$selection.removeAttr('aria-activedescendant');
      self.$selection.removeAttr('aria-owns');

      // This needs to be delayed as the active element is the body when the
      // key is pressed.
      window.setTimeout(function () {
        self.$selection.focus();
      }, 1);

      self._detachCloseHandler(container);
    });

    container.on('enable', function () {
      self.$selection.attr('tabindex', self._tabindex);
    });

    container.on('disable', function () {
      self.$selection.attr('tabindex', '-1');
    });
  };

  BaseSelection.prototype._handleBlur = function (evt) {
    var self = this;

    // This needs to be delayed as the active element is the body when the tab
    // key is pressed, possibly along with others.
    window.setTimeout(function () {
      // Don't trigger `blur` if the focus is still in the selection
      if (
        (document.activeElement == self.$selection[0]) ||
        ($.contains(self.$selection[0], document.activeElement))
      ) {
        return;
      }

      self.trigger('blur', evt);
    }, 1);
  };

  BaseSelection.prototype._attachCloseHandler = function (container) {
    var self = this;

    $(document.body).on('mousedown.select2.' + container.id, function (e) {
      var $target = $(e.target);

      var $select = $target.closest('.select2');

      var $all = $('.select2.select2-container--open');

      $all.each(function () {
        var $this = $(this);

        if (this == $select[0]) {
          return;
        }

        var $element = $this.data('element');
        $element.select2('close');

        // Remove any focus when dropdown is closed by clicking outside the select area.
        // Timeout of 1 required for close to finish wrapping up.
        setTimeout(function(){
         $this.find('*:focus').blur();
         $target.focus();
        }, 1);
      });
    });
  };

  BaseSelection.prototype._detachCloseHandler = function (container) {
    $(document.body).off('mousedown.select2.' + container.id);
  };

  BaseSelection.prototype.position = function ($selection, $container) {
    var $selectionContainer = $container.find('.selection');
    $selectionContainer.append($selection);
  };

  BaseSelection.prototype.destroy = function () {
    this._detachCloseHandler(this.container);
  };

  BaseSelection.prototype.update = function (data) {
    throw new Error('The `update` method must be defined in child classes.');
  };

  return BaseSelection;
});

S2.define('select2/selection/single',[
  'jquery',
  './base',
  '../utils',
  '../keys'
], function ($, BaseSelection, Utils, KEYS) {
  function SingleSelection () {
    SingleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(SingleSelection, BaseSelection);

  SingleSelection.prototype.render = function () {
    var $selection = SingleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--single');

    $selection.html(
      '<span class="select2-selection__rendered"></span>' +
      '<span class="select2-selection__arrow" role="presentation">' +
        '<b role="presentation"></b>' +
      '</span>'
    );

    return $selection;
  };

  SingleSelection.prototype.bind = function (container, $container) {
    var self = this;

    SingleSelection.__super__.bind.apply(this, arguments);

    var id = container.id + '-container';

    this.$selection.find('.select2-selection__rendered')
      .attr('id', id)
      .attr('role', 'textbox')
      .attr('aria-readonly', 'true');
    this.$selection.attr('aria-labelledby', id);

    // This makes single non-search selects work in screen readers. If it causes problems elsewhere, remove.
    this.$selection.attr('role', 'combobox');

    this.$selection.on('mousedown', function (evt) {
      // Only respond to left clicks
      if (evt.which !== 1) {
        return;
      }

      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on('focus', function (evt) {
      // User focuses on the container
    });

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    this.$selection.on('blur', function (evt) {
      // User exits the container
    });

    container.on('focus', function (evt) {
      if (!container.isOpen()) {
        self.$selection.focus();
      }
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });
  };

  SingleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  SingleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  SingleSelection.prototype.selectionContainer = function () {
    return $('<span></span>');
  };

  SingleSelection.prototype.update = function (data) {
    if (data.length === 0) {
      this.clear();
      return;
    }

    var selection = data[0];

    var $rendered = this.$selection.find('.select2-selection__rendered');
    var formatted = this.display(selection, $rendered);

    $rendered.empty().text(formatted);
    $rendered.prop('title', selection.title || selection.text);
  };

  return SingleSelection;
});

S2.define('select2/selection/multiple',[
  'jquery',
  './base',
  '../utils'
], function ($, BaseSelection, Utils) {
  function MultipleSelection ($element, options) {
    MultipleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(MultipleSelection, BaseSelection);

  MultipleSelection.prototype.render = function () {
    var $selection = MultipleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--multiple');

    $selection.html(
      '<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'
    );

    return $selection;
  };

  MultipleSelection.prototype.bind = function (container, $container) {
    var self = this;

    MultipleSelection.__super__.bind.apply(this, arguments);

    this.$selection.on('click', function (evt) {
      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on(
      'click',
      '.select2-selection__choice__remove',
      function (evt) {
        // Ignore the event if it is disabled
        if (self.options.get('disabled')) {
          return;
        }

        var $remove = $(this);
        var $selection = $remove.parent();

        var data = $selection.data('data');

        self.trigger('unselect', {
          originalEvent: evt,
          data: data
        });
      }
    );

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    // Focus on the search field when the container is focused instead of the main container.
    container.on( 'focus', function(){
      self.focusOnSearch();
    });
  };

  MultipleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  MultipleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  MultipleSelection.prototype.selectionContainer = function () {
    var $container = $(
      '<li class="select2-selection__choice">' +
        '<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' +
          '&times;' +
        '</span>' +
      '</li>'
    );

    return $container;
  };

  /**
   * Focus on the search field instead of the main multiselect container.
   */
  MultipleSelection.prototype.focusOnSearch = function() {
    var self = this;

    if ('undefined' !== typeof self.$search) {
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        // Prevent the dropdown opening again when focused from this.
        // This gets reset automatically when focus is triggered.
        self._keyUpPrevented = true;

        self.$search.focus();
      }, 1);
    }
  }

  MultipleSelection.prototype.update = function (data) {
    this.clear();

    if (data.length === 0) {
      return;
    }

    var $selections = [];

    for (var d = 0; d < data.length; d++) {
      var selection = data[d];

      var $selection = this.selectionContainer();
      var formatted = this.display(selection, $selection);
      if ('string' === typeof formatted) {
        formatted = formatted.trim();
      }

      $selection.append(formatted);
      $selection.prop('title', selection.title || selection.text);

      $selection.data('data', selection);

      $selections.push($selection);
    }

    var $rendered = this.$selection.find('.select2-selection__rendered');

    Utils.appendMany($rendered, $selections);
  };

  return MultipleSelection;
});

S2.define('select2/selection/placeholder',[
  '../utils'
], function (Utils) {
  function Placeholder (decorated, $element, options) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options);
  }

  Placeholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
    var $placeholder = this.selectionContainer();

    $placeholder.html(this.display(placeholder));
    $placeholder.addClass('select2-selection__placeholder')
                .removeClass('select2-selection__choice');

    return $placeholder;
  };

  Placeholder.prototype.update = function (decorated, data) {
    var singlePlaceholder = (
      data.length == 1 && data[0].id != this.placeholder.id
    );
    var multipleSelections = data.length > 1;

    if (multipleSelections || singlePlaceholder) {
      return decorated.call(this, data);
    }

    this.clear();

    var $placeholder = this.createPlaceholder(this.placeholder);

    this.$selection.find('.select2-selection__rendered').append($placeholder);
  };

  return Placeholder;
});

S2.define('select2/selection/allowClear',[
  'jquery',
  '../keys'
], function ($, KEYS) {
  function AllowClear () { }

  AllowClear.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    if (this.placeholder == null) {
      if (this.options.get('debug') && window.console && console.error) {
        console.error(
          'Select2: The `allowClear` option should be used in combination ' +
          'with the `placeholder` option.'
        );
      }
    }

    this.$selection.on('mousedown', '.select2-selection__clear',
      function (evt) {
        self._handleClear(evt);
    });

    container.on('keypress', function (evt) {
      self._handleKeyboardClear(evt, container);
    });
  };

  AllowClear.prototype._handleClear = function (_, evt) {
    // Ignore the event if it is disabled
    if (this.options.get('disabled')) {
      return;
    }

    var $clear = this.$selection.find('.select2-selection__clear');

    // Ignore the event if nothing has been selected
    if ($clear.length === 0) {
      return;
    }

    evt.stopPropagation();

    var data = $clear.data('data');

    for (var d = 0; d < data.length; d++) {
      var unselectData = {
        data: data[d]
      };

      // Trigger the `unselect` event, so people can prevent it from being
      // cleared.
      this.trigger('unselect', unselectData);

      // If the event was prevented, don't clear it out.
      if (unselectData.prevented) {
        return;
      }
    }

    this.$element.val(this.placeholder.id).trigger('change');

    this.trigger('toggle', {});
  };

  AllowClear.prototype._handleKeyboardClear = function (_, evt, container) {
    if (container.isOpen()) {
      return;
    }

    if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) {
      this._handleClear(evt);
    }
  };

  AllowClear.prototype.update = function (decorated, data) {
    decorated.call(this, data);

    if (this.$selection.find('.select2-selection__placeholder').length > 0 ||
        data.length === 0) {
      return;
    }

    var $remove = $(
      '<span class="select2-selection__clear">' +
        '&times;' +
      '</span>'
    );
    $remove.data('data', data);

    this.$selection.find('.select2-selection__rendered').prepend($remove);
  };

  return AllowClear;
});

S2.define('select2/selection/search',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function Search (decorated, $element, options) {
    decorated.call(this, $element, options);
  }

  Search.prototype.render = function (decorated) {
    var $search = $(
      '<li class="select2-search select2-search--inline">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="textbox" aria-autocomplete="list" />' +
      '</li>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    var $rendered = decorated.call(this);

    this._transferTabIndex();

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    container.on('open', function () {
      self.$search.attr('aria-owns', resultsId);
      self.$search.trigger('focus');
    });

    container.on('close', function () {
      self.$search.val('');
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.trigger('focus');
    });

    container.on('enable', function () {
      self.$search.prop('disabled', false);

      self._transferTabIndex();
    });

    container.on('disable', function () {
      self.$search.prop('disabled', true);
    });

    container.on('focus', function (evt) {
      self.$search.trigger('focus');
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });

    this.$selection.on('focusin', '.select2-search--inline', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('focusout', '.select2-search--inline', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', '.select2-search--inline', function (evt) {
      evt.stopPropagation();

      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();

      var key = evt.which;

      if (key === KEYS.BACKSPACE && self.$search.val() === '') {
        var $previousChoice = self.$searchContainer
          .prev('.select2-selection__choice');

        if ($previousChoice.length > 0) {
          var item = $previousChoice.data('data');

          self.searchRemoveChoice(item);

          evt.preventDefault();
        }
      } else if (evt.which === KEYS.ENTER) {
        container.open();
        evt.preventDefault();
      }
    });

    // Try to detect the IE version should the `documentMode` property that
    // is stored on the document. This is only implemented in IE and is
    // slightly cleaner than doing a user agent check.
    // This property is not available in Edge, but Edge also doesn't have
    // this bug.
    var msie = document.documentMode;
    var disableInputEvents = msie && msie <= 11;

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$selection.on(
      'input.searchcheck',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents) {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        // Unbind the duplicated `keyup` event
        self.$selection.off('keyup.search');
      }
    );

    this.$selection.on(
      'keyup.search input.search',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents && evt.type === 'input') {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        var key = evt.which;

        // We can freely ignore events from modifier keys
        if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) {
          return;
        }

        // Tabbing will be handled during the `keydown` phase
        if (key == KEYS.TAB) {
          return;
        }

        self.handleSearch(evt);
      }
    );
  };

  /**
   * This method will transfer the tabindex attribute from the rendered
   * selection to the search box. This allows for the search box to be used as
   * the primary focus instead of the selection container.
   *
   * @private
   */
  Search.prototype._transferTabIndex = function (decorated) {
    this.$search.attr('tabindex', this.$selection.attr('tabindex'));
    this.$selection.attr('tabindex', '-1');
  };

  Search.prototype.createPlaceholder = function (decorated, placeholder) {
    this.$search.attr('placeholder', placeholder.text);
  };

  Search.prototype.update = function (decorated, data) {
    var searchHadFocus = this.$search[0] == document.activeElement;

    this.$search.attr('placeholder', '');

    decorated.call(this, data);

    this.$selection.find('.select2-selection__rendered')
                   .append(this.$searchContainer);

    this.resizeSearch();
    if (searchHadFocus) {
      this.$search.focus();
    }
  };

  Search.prototype.handleSearch = function () {
    this.resizeSearch();

    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.searchRemoveChoice = function (decorated, item) {
    this.trigger('unselect', {
      data: item
    });

    this.$search.val(item.text);
    this.handleSearch();
  };

  Search.prototype.resizeSearch = function () {
    this.$search.css('width', '25px');

    var width = '';

    if (this.$search.attr('placeholder') !== '') {
      width = this.$selection.find('.select2-selection__rendered').innerWidth();
    } else {
      var minimumWidth = this.$search.val().length + 1;

      width = (minimumWidth * 0.75) + 'em';
    }

    this.$search.css('width', width);
  };

  return Search;
});

S2.define('select2/selection/eventRelay',[
  'jquery'
], function ($) {
  function EventRelay () { }

  EventRelay.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var relayEvents = [
      'open', 'opening',
      'close', 'closing',
      'select', 'selecting',
      'unselect', 'unselecting'
    ];

    var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting'];

    decorated.call(this, container, $container);

    container.on('*', function (name, params) {
      // Ignore events that should not be relayed
      if ($.inArray(name, relayEvents) === -1) {
        return;
      }

      // The parameters should always be an object
      params = params || {};

      // Generate the jQuery event for the Select2 event
      var evt = $.Event('select2:' + name, {
        params: params
      });

      self.$element.trigger(evt);

      // Only handle preventable events if it was one
      if ($.inArray(name, preventableEvents) === -1) {
        return;
      }

      params.prevented = evt.isDefaultPrevented();
    });
  };

  return EventRelay;
});

S2.define('select2/translation',[
  'jquery',
  'require'
], function ($, require) {
  function Translation (dict) {
    this.dict = dict || {};
  }

  Translation.prototype.all = function () {
    return this.dict;
  };

  Translation.prototype.get = function (key) {
    return this.dict[key];
  };

  Translation.prototype.extend = function (translation) {
    this.dict = $.extend({}, translation.all(), this.dict);
  };

  // Static functions

  Translation._cache = {};

  Translation.loadPath = function (path) {
    if (!(path in Translation._cache)) {
      var translations = require(path);

      Translation._cache[path] = translations;
    }

    return new Translation(Translation._cache[path]);
  };

  return Translation;
});

S2.define('select2/diacritics',[

], function () {
  var diacritics = {
    '\u24B6': 'A',
    '\uFF21': 'A',
    '\u00C0': 'A',
    '\u00C1': 'A',
    '\u00C2': 'A',
    '\u1EA6': 'A',
    '\u1EA4': 'A',
    '\u1EAA': 'A',
    '\u1EA8': 'A',
    '\u00C3': 'A',
    '\u0100': 'A',
    '\u0102': 'A',
    '\u1EB0': 'A',
    '\u1EAE': 'A',
    '\u1EB4': 'A',
    '\u1EB2': 'A',
    '\u0226': 'A',
    '\u01E0': 'A',
    '\u00C4': 'A',
    '\u01DE': 'A',
    '\u1EA2': 'A',
    '\u00C5': 'A',
    '\u01FA': 'A',
    '\u01CD': 'A',
    '\u0200': 'A',
    '\u0202': 'A',
    '\u1EA0': 'A',
    '\u1EAC': 'A',
    '\u1EB6': 'A',
    '\u1E00': 'A',
    '\u0104': 'A',
    '\u023A': 'A',
    '\u2C6F': 'A',
    '\uA732': 'AA',
    '\u00C6': 'AE',
    '\u01FC': 'AE',
    '\u01E2': 'AE',
    '\uA734': 'AO',
    '\uA736': 'AU',
    '\uA738': 'AV',
    '\uA73A': 'AV',
    '\uA73C': 'AY',
    '\u24B7': 'B',
    '\uFF22': 'B',
    '\u1E02': 'B',
    '\u1E04': 'B',
    '\u1E06': 'B',
    '\u0243': 'B',
    '\u0182': 'B',
    '\u0181': 'B',
    '\u24B8': 'C',
    '\uFF23': 'C',
    '\u0106': 'C',
    '\u0108': 'C',
    '\u010A': 'C',
    '\u010C': 'C',
    '\u00C7': 'C',
    '\u1E08': 'C',
    '\u0187': 'C',
    '\u023B': 'C',
    '\uA73E': 'C',
    '\u24B9': 'D',
    '\uFF24': 'D',
    '\u1E0A': 'D',
    '\u010E': 'D',
    '\u1E0C': 'D',
    '\u1E10': 'D',
    '\u1E12': 'D',
    '\u1E0E': 'D',
    '\u0110': 'D',
    '\u018B': 'D',
    '\u018A': 'D',
    '\u0189': 'D',
    '\uA779': 'D',
    '\u01F1': 'DZ',
    '\u01C4': 'DZ',
    '\u01F2': 'Dz',
    '\u01C5': 'Dz',
    '\u24BA': 'E',
    '\uFF25': 'E',
    '\u00C8': 'E',
    '\u00C9': 'E',
    '\u00CA': 'E',
    '\u1EC0': 'E',
    '\u1EBE': 'E',
    '\u1EC4': 'E',
    '\u1EC2': 'E',
    '\u1EBC': 'E',
    '\u0112': 'E',
    '\u1E14': 'E',
    '\u1E16': 'E',
    '\u0114': 'E',
    '\u0116': 'E',
    '\u00CB': 'E',
    '\u1EBA': 'E',
    '\u011A': 'E',
    '\u0204': 'E',
    '\u0206': 'E',
    '\u1EB8': 'E',
    '\u1EC6': 'E',
    '\u0228': 'E',
    '\u1E1C': 'E',
    '\u0118': 'E',
    '\u1E18': 'E',
    '\u1E1A': 'E',
    '\u0190': 'E',
    '\u018E': 'E',
    '\u24BB': 'F',
    '\uFF26': 'F',
    '\u1E1E': 'F',
    '\u0191': 'F',
    '\uA77B': 'F',
    '\u24BC': 'G',
    '\uFF27': 'G',
    '\u01F4': 'G',
    '\u011C': 'G',
    '\u1E20': 'G',
    '\u011E': 'G',
    '\u0120': 'G',
    '\u01E6': 'G',
    '\u0122': 'G',
    '\u01E4': 'G',
    '\u0193': 'G',
    '\uA7A0': 'G',
    '\uA77D': 'G',
    '\uA77E': 'G',
    '\u24BD': 'H',
    '\uFF28': 'H',
    '\u0124': 'H',
    '\u1E22': 'H',
    '\u1E26': 'H',
    '\u021E': 'H',
    '\u1E24': 'H',
    '\u1E28': 'H',
    '\u1E2A': 'H',
    '\u0126': 'H',
    '\u2C67': 'H',
    '\u2C75': 'H',
    '\uA78D': 'H',
    '\u24BE': 'I',
    '\uFF29': 'I',
    '\u00CC': 'I',
    '\u00CD': 'I',
    '\u00CE': 'I',
    '\u0128': 'I',
    '\u012A': 'I',
    '\u012C': 'I',
    '\u0130': 'I',
    '\u00CF': 'I',
    '\u1E2E': 'I',
    '\u1EC8': 'I',
    '\u01CF': 'I',
    '\u0208': 'I',
    '\u020A': 'I',
    '\u1ECA': 'I',
    '\u012E': 'I',
    '\u1E2C': 'I',
    '\u0197': 'I',
    '\u24BF': 'J',
    '\uFF2A': 'J',
    '\u0134': 'J',
    '\u0248': 'J',
    '\u24C0': 'K',
    '\uFF2B': 'K',
    '\u1E30': 'K',
    '\u01E8': 'K',
    '\u1E32': 'K',
    '\u0136': 'K',
    '\u1E34': 'K',
    '\u0198': 'K',
    '\u2C69': 'K',
    '\uA740': 'K',
    '\uA742': 'K',
    '\uA744': 'K',
    '\uA7A2': 'K',
    '\u24C1': 'L',
    '\uFF2C': 'L',
    '\u013F': 'L',
    '\u0139': 'L',
    '\u013D': 'L',
    '\u1E36': 'L',
    '\u1E38': 'L',
    '\u013B': 'L',
    '\u1E3C': 'L',
    '\u1E3A': 'L',
    '\u0141': 'L',
    '\u023D': 'L',
    '\u2C62': 'L',
    '\u2C60': 'L',
    '\uA748': 'L',
    '\uA746': 'L',
    '\uA780': 'L',
    '\u01C7': 'LJ',
    '\u01C8': 'Lj',
    '\u24C2': 'M',
    '\uFF2D': 'M',
    '\u1E3E': 'M',
    '\u1E40': 'M',
    '\u1E42': 'M',
    '\u2C6E': 'M',
    '\u019C': 'M',
    '\u24C3': 'N',
    '\uFF2E': 'N',
    '\u01F8': 'N',
    '\u0143': 'N',
    '\u00D1': 'N',
    '\u1E44': 'N',
    '\u0147': 'N',
    '\u1E46': 'N',
    '\u0145': 'N',
    '\u1E4A': 'N',
    '\u1E48': 'N',
    '\u0220': 'N',
    '\u019D': 'N',
    '\uA790': 'N',
    '\uA7A4': 'N',
    '\u01CA': 'NJ',
    '\u01CB': 'Nj',
    '\u24C4': 'O',
    '\uFF2F': 'O',
    '\u00D2': 'O',
    '\u00D3': 'O',
    '\u00D4': 'O',
    '\u1ED2': 'O',
    '\u1ED0': 'O',
    '\u1ED6': 'O',
    '\u1ED4': 'O',
    '\u00D5': 'O',
    '\u1E4C': 'O',
    '\u022C': 'O',
    '\u1E4E': 'O',
    '\u014C': 'O',
    '\u1E50': 'O',
    '\u1E52': 'O',
    '\u014E': 'O',
    '\u022E': 'O',
    '\u0230': 'O',
    '\u00D6': 'O',
    '\u022A': 'O',
    '\u1ECE': 'O',
    '\u0150': 'O',
    '\u01D1': 'O',
    '\u020C': 'O',
    '\u020E': 'O',
    '\u01A0': 'O',
    '\u1EDC': 'O',
    '\u1EDA': 'O',
    '\u1EE0': 'O',
    '\u1EDE': 'O',
    '\u1EE2': 'O',
    '\u1ECC': 'O',
    '\u1ED8': 'O',
    '\u01EA': 'O',
    '\u01EC': 'O',
    '\u00D8': 'O',
    '\u01FE': 'O',
    '\u0186': 'O',
    '\u019F': 'O',
    '\uA74A': 'O',
    '\uA74C': 'O',
    '\u01A2': 'OI',
    '\uA74E': 'OO',
    '\u0222': 'OU',
    '\u24C5': 'P',
    '\uFF30': 'P',
    '\u1E54': 'P',
    '\u1E56': 'P',
    '\u01A4': 'P',
    '\u2C63': 'P',
    '\uA750': 'P',
    '\uA752': 'P',
    '\uA754': 'P',
    '\u24C6': 'Q',
    '\uFF31': 'Q',
    '\uA756': 'Q',
    '\uA758': 'Q',
    '\u024A': 'Q',
    '\u24C7': 'R',
    '\uFF32': 'R',
    '\u0154': 'R',
    '\u1E58': 'R',
    '\u0158': 'R',
    '\u0210': 'R',
    '\u0212': 'R',
    '\u1E5A': 'R',
    '\u1E5C': 'R',
    '\u0156': 'R',
    '\u1E5E': 'R',
    '\u024C': 'R',
    '\u2C64': 'R',
    '\uA75A': 'R',
    '\uA7A6': 'R',
    '\uA782': 'R',
    '\u24C8': 'S',
    '\uFF33': 'S',
    '\u1E9E': 'S',
    '\u015A': 'S',
    '\u1E64': 'S',
    '\u015C': 'S',
    '\u1E60': 'S',
    '\u0160': 'S',
    '\u1E66': 'S',
    '\u1E62': 'S',
    '\u1E68': 'S',
    '\u0218': 'S',
    '\u015E': 'S',
    '\u2C7E': 'S',
    '\uA7A8': 'S',
    '\uA784': 'S',
    '\u24C9': 'T',
    '\uFF34': 'T',
    '\u1E6A': 'T',
    '\u0164': 'T',
    '\u1E6C': 'T',
    '\u021A': 'T',
    '\u0162': 'T',
    '\u1E70': 'T',
    '\u1E6E': 'T',
    '\u0166': 'T',
    '\u01AC': 'T',
    '\u01AE': 'T',
    '\u023E': 'T',
    '\uA786': 'T',
    '\uA728': 'TZ',
    '\u24CA': 'U',
    '\uFF35': 'U',
    '\u00D9': 'U',
    '\u00DA': 'U',
    '\u00DB': 'U',
    '\u0168': 'U',
    '\u1E78': 'U',
    '\u016A': 'U',
    '\u1E7A': 'U',
    '\u016C': 'U',
    '\u00DC': 'U',
    '\u01DB': 'U',
    '\u01D7': 'U',
    '\u01D5': 'U',
    '\u01D9': 'U',
    '\u1EE6': 'U',
    '\u016E': 'U',
    '\u0170': 'U',
    '\u01D3': 'U',
    '\u0214': 'U',
    '\u0216': 'U',
    '\u01AF': 'U',
    '\u1EEA': 'U',
    '\u1EE8': 'U',
    '\u1EEE': 'U',
    '\u1EEC': 'U',
    '\u1EF0': 'U',
    '\u1EE4': 'U',
    '\u1E72': 'U',
    '\u0172': 'U',
    '\u1E76': 'U',
    '\u1E74': 'U',
    '\u0244': 'U',
    '\u24CB': 'V',
    '\uFF36': 'V',
    '\u1E7C': 'V',
    '\u1E7E': 'V',
    '\u01B2': 'V',
    '\uA75E': 'V',
    '\u0245': 'V',
    '\uA760': 'VY',
    '\u24CC': 'W',
    '\uFF37': 'W',
    '\u1E80': 'W',
    '\u1E82': 'W',
    '\u0174': 'W',
    '\u1E86': 'W',
    '\u1E84': 'W',
    '\u1E88': 'W',
    '\u2C72': 'W',
    '\u24CD': 'X',
    '\uFF38': 'X',
    '\u1E8A': 'X',
    '\u1E8C': 'X',
    '\u24CE': 'Y',
    '\uFF39': 'Y',
    '\u1EF2': 'Y',
    '\u00DD': 'Y',
    '\u0176': 'Y',
    '\u1EF8': 'Y',
    '\u0232': 'Y',
    '\u1E8E': 'Y',
    '\u0178': 'Y',
    '\u1EF6': 'Y',
    '\u1EF4': 'Y',
    '\u01B3': 'Y',
    '\u024E': 'Y',
    '\u1EFE': 'Y',
    '\u24CF': 'Z',
    '\uFF3A': 'Z',
    '\u0179': 'Z',
    '\u1E90': 'Z',
    '\u017B': 'Z',
    '\u017D': 'Z',
    '\u1E92': 'Z',
    '\u1E94': 'Z',
    '\u01B5': 'Z',
    '\u0224': 'Z',
    '\u2C7F': 'Z',
    '\u2C6B': 'Z',
    '\uA762': 'Z',
    '\u24D0': 'a',
    '\uFF41': 'a',
    '\u1E9A': 'a',
    '\u00E0': 'a',
    '\u00E1': 'a',
    '\u00E2': 'a',
    '\u1EA7': 'a',
    '\u1EA5': 'a',
    '\u1EAB': 'a',
    '\u1EA9': 'a',
    '\u00E3': 'a',
    '\u0101': 'a',
    '\u0103': 'a',
    '\u1EB1': 'a',
    '\u1EAF': 'a',
    '\u1EB5': 'a',
    '\u1EB3': 'a',
    '\u0227': 'a',
    '\u01E1': 'a',
    '\u00E4': 'a',
    '\u01DF': 'a',
    '\u1EA3': 'a',
    '\u00E5': 'a',
    '\u01FB': 'a',
    '\u01CE': 'a',
    '\u0201': 'a',
    '\u0203': 'a',
    '\u1EA1': 'a',
    '\u1EAD': 'a',
    '\u1EB7': 'a',
    '\u1E01': 'a',
    '\u0105': 'a',
    '\u2C65': 'a',
    '\u0250': 'a',
    '\uA733': 'aa',
    '\u00E6': 'ae',
    '\u01FD': 'ae',
    '\u01E3': 'ae',
    '\uA735': 'ao',
    '\uA737': 'au',
    '\uA739': 'av',
    '\uA73B': 'av',
    '\uA73D': 'ay',
    '\u24D1': 'b',
    '\uFF42': 'b',
    '\u1E03': 'b',
    '\u1E05': 'b',
    '\u1E07': 'b',
    '\u0180': 'b',
    '\u0183': 'b',
    '\u0253': 'b',
    '\u24D2': 'c',
    '\uFF43': 'c',
    '\u0107': 'c',
    '\u0109': 'c',
    '\u010B': 'c',
    '\u010D': 'c',
    '\u00E7': 'c',
    '\u1E09': 'c',
    '\u0188': 'c',
    '\u023C': 'c',
    '\uA73F': 'c',
    '\u2184': 'c',
    '\u24D3': 'd',
    '\uFF44': 'd',
    '\u1E0B': 'd',
    '\u010F': 'd',
    '\u1E0D': 'd',
    '\u1E11': 'd',
    '\u1E13': 'd',
    '\u1E0F': 'd',
    '\u0111': 'd',
    '\u018C': 'd',
    '\u0256': 'd',
    '\u0257': 'd',
    '\uA77A': 'd',
    '\u01F3': 'dz',
    '\u01C6': 'dz',
    '\u24D4': 'e',
    '\uFF45': 'e',
    '\u00E8': 'e',
    '\u00E9': 'e',
    '\u00EA': 'e',
    '\u1EC1': 'e',
    '\u1EBF': 'e',
    '\u1EC5': 'e',
    '\u1EC3': 'e',
    '\u1EBD': 'e',
    '\u0113': 'e',
    '\u1E15': 'e',
    '\u1E17': 'e',
    '\u0115': 'e',
    '\u0117': 'e',
    '\u00EB': 'e',
    '\u1EBB': 'e',
    '\u011B': 'e',
    '\u0205': 'e',
    '\u0207': 'e',
    '\u1EB9': 'e',
    '\u1EC7': 'e',
    '\u0229': 'e',
    '\u1E1D': 'e',
    '\u0119': 'e',
    '\u1E19': 'e',
    '\u1E1B': 'e',
    '\u0247': 'e',
    '\u025B': 'e',
    '\u01DD': 'e',
    '\u24D5': 'f',
    '\uFF46': 'f',
    '\u1E1F': 'f',
    '\u0192': 'f',
    '\uA77C': 'f',
    '\u24D6': 'g',
    '\uFF47': 'g',
    '\u01F5': 'g',
    '\u011D': 'g',
    '\u1E21': 'g',
    '\u011F': 'g',
    '\u0121': 'g',
    '\u01E7': 'g',
    '\u0123': 'g',
    '\u01E5': 'g',
    '\u0260': 'g',
    '\uA7A1': 'g',
    '\u1D79': 'g',
    '\uA77F': 'g',
    '\u24D7': 'h',
    '\uFF48': 'h',
    '\u0125': 'h',
    '\u1E23': 'h',
    '\u1E27': 'h',
    '\u021F': 'h',
    '\u1E25': 'h',
    '\u1E29': 'h',
    '\u1E2B': 'h',
    '\u1E96': 'h',
    '\u0127': 'h',
    '\u2C68': 'h',
    '\u2C76': 'h',
    '\u0265': 'h',
    '\u0195': 'hv',
    '\u24D8': 'i',
    '\uFF49': 'i',
    '\u00EC': 'i',
    '\u00ED': 'i',
    '\u00EE': 'i',
    '\u0129': 'i',
    '\u012B': 'i',
    '\u012D': 'i',
    '\u00EF': 'i',
    '\u1E2F': 'i',
    '\u1EC9': 'i',
    '\u01D0': 'i',
    '\u0209': 'i',
    '\u020B': 'i',
    '\u1ECB': 'i',
    '\u012F': 'i',
    '\u1E2D': 'i',
    '\u0268': 'i',
    '\u0131': 'i',
    '\u24D9': 'j',
    '\uFF4A': 'j',
    '\u0135': 'j',
    '\u01F0': 'j',
    '\u0249': 'j',
    '\u24DA': 'k',
    '\uFF4B': 'k',
    '\u1E31': 'k',
    '\u01E9': 'k',
    '\u1E33': 'k',
    '\u0137': 'k',
    '\u1E35': 'k',
    '\u0199': 'k',
    '\u2C6A': 'k',
    '\uA741': 'k',
    '\uA743': 'k',
    '\uA745': 'k',
    '\uA7A3': 'k',
    '\u24DB': 'l',
    '\uFF4C': 'l',
    '\u0140': 'l',
    '\u013A': 'l',
    '\u013E': 'l',
    '\u1E37': 'l',
    '\u1E39': 'l',
    '\u013C': 'l',
    '\u1E3D': 'l',
    '\u1E3B': 'l',
    '\u017F': 'l',
    '\u0142': 'l',
    '\u019A': 'l',
    '\u026B': 'l',
    '\u2C61': 'l',
    '\uA749': 'l',
    '\uA781': 'l',
    '\uA747': 'l',
    '\u01C9': 'lj',
    '\u24DC': 'm',
    '\uFF4D': 'm',
    '\u1E3F': 'm',
    '\u1E41': 'm',
    '\u1E43': 'm',
    '\u0271': 'm',
    '\u026F': 'm',
    '\u24DD': 'n',
    '\uFF4E': 'n',
    '\u01F9': 'n',
    '\u0144': 'n',
    '\u00F1': 'n',
    '\u1E45': 'n',
    '\u0148': 'n',
    '\u1E47': 'n',
    '\u0146': 'n',
    '\u1E4B': 'n',
    '\u1E49': 'n',
    '\u019E': 'n',
    '\u0272': 'n',
    '\u0149': 'n',
    '\uA791': 'n',
    '\uA7A5': 'n',
    '\u01CC': 'nj',
    '\u24DE': 'o',
    '\uFF4F': 'o',
    '\u00F2': 'o',
    '\u00F3': 'o',
    '\u00F4': 'o',
    '\u1ED3': 'o',
    '\u1ED1': 'o',
    '\u1ED7': 'o',
    '\u1ED5': 'o',
    '\u00F5': 'o',
    '\u1E4D': 'o',
    '\u022D': 'o',
    '\u1E4F': 'o',
    '\u014D': 'o',
    '\u1E51': 'o',
    '\u1E53': 'o',
    '\u014F': 'o',
    '\u022F': 'o',
    '\u0231': 'o',
    '\u00F6': 'o',
    '\u022B': 'o',
    '\u1ECF': 'o',
    '\u0151': 'o',
    '\u01D2': 'o',
    '\u020D': 'o',
    '\u020F': 'o',
    '\u01A1': 'o',
    '\u1EDD': 'o',
    '\u1EDB': 'o',
    '\u1EE1': 'o',
    '\u1EDF': 'o',
    '\u1EE3': 'o',
    '\u1ECD': 'o',
    '\u1ED9': 'o',
    '\u01EB': 'o',
    '\u01ED': 'o',
    '\u00F8': 'o',
    '\u01FF': 'o',
    '\u0254': 'o',
    '\uA74B': 'o',
    '\uA74D': 'o',
    '\u0275': 'o',
    '\u01A3': 'oi',
    '\u0223': 'ou',
    '\uA74F': 'oo',
    '\u24DF': 'p',
    '\uFF50': 'p',
    '\u1E55': 'p',
    '\u1E57': 'p',
    '\u01A5': 'p',
    '\u1D7D': 'p',
    '\uA751': 'p',
    '\uA753': 'p',
    '\uA755': 'p',
    '\u24E0': 'q',
    '\uFF51': 'q',
    '\u024B': 'q',
    '\uA757': 'q',
    '\uA759': 'q',
    '\u24E1': 'r',
    '\uFF52': 'r',
    '\u0155': 'r',
    '\u1E59': 'r',
    '\u0159': 'r',
    '\u0211': 'r',
    '\u0213': 'r',
    '\u1E5B': 'r',
    '\u1E5D': 'r',
    '\u0157': 'r',
    '\u1E5F': 'r',
    '\u024D': 'r',
    '\u027D': 'r',
    '\uA75B': 'r',
    '\uA7A7': 'r',
    '\uA783': 'r',
    '\u24E2': 's',
    '\uFF53': 's',
    '\u00DF': 's',
    '\u015B': 's',
    '\u1E65': 's',
    '\u015D': 's',
    '\u1E61': 's',
    '\u0161': 's',
    '\u1E67': 's',
    '\u1E63': 's',
    '\u1E69': 's',
    '\u0219': 's',
    '\u015F': 's',
    '\u023F': 's',
    '\uA7A9': 's',
    '\uA785': 's',
    '\u1E9B': 's',
    '\u24E3': 't',
    '\uFF54': 't',
    '\u1E6B': 't',
    '\u1E97': 't',
    '\u0165': 't',
    '\u1E6D': 't',
    '\u021B': 't',
    '\u0163': 't',
    '\u1E71': 't',
    '\u1E6F': 't',
    '\u0167': 't',
    '\u01AD': 't',
    '\u0288': 't',
    '\u2C66': 't',
    '\uA787': 't',
    '\uA729': 'tz',
    '\u24E4': 'u',
    '\uFF55': 'u',
    '\u00F9': 'u',
    '\u00FA': 'u',
    '\u00FB': 'u',
    '\u0169': 'u',
    '\u1E79': 'u',
    '\u016B': 'u',
    '\u1E7B': 'u',
    '\u016D': 'u',
    '\u00FC': 'u',
    '\u01DC': 'u',
    '\u01D8': 'u',
    '\u01D6': 'u',
    '\u01DA': 'u',
    '\u1EE7': 'u',
    '\u016F': 'u',
    '\u0171': 'u',
    '\u01D4': 'u',
    '\u0215': 'u',
    '\u0217': 'u',
    '\u01B0': 'u',
    '\u1EEB': 'u',
    '\u1EE9': 'u',
    '\u1EEF': 'u',
    '\u1EED': 'u',
    '\u1EF1': 'u',
    '\u1EE5': 'u',
    '\u1E73': 'u',
    '\u0173': 'u',
    '\u1E77': 'u',
    '\u1E75': 'u',
    '\u0289': 'u',
    '\u24E5': 'v',
    '\uFF56': 'v',
    '\u1E7D': 'v',
    '\u1E7F': 'v',
    '\u028B': 'v',
    '\uA75F': 'v',
    '\u028C': 'v',
    '\uA761': 'vy',
    '\u24E6': 'w',
    '\uFF57': 'w',
    '\u1E81': 'w',
    '\u1E83': 'w',
    '\u0175': 'w',
    '\u1E87': 'w',
    '\u1E85': 'w',
    '\u1E98': 'w',
    '\u1E89': 'w',
    '\u2C73': 'w',
    '\u24E7': 'x',
    '\uFF58': 'x',
    '\u1E8B': 'x',
    '\u1E8D': 'x',
    '\u24E8': 'y',
    '\uFF59': 'y',
    '\u1EF3': 'y',
    '\u00FD': 'y',
    '\u0177': 'y',
    '\u1EF9': 'y',
    '\u0233': 'y',
    '\u1E8F': 'y',
    '\u00FF': 'y',
    '\u1EF7': 'y',
    '\u1E99': 'y',
    '\u1EF5': 'y',
    '\u01B4': 'y',
    '\u024F': 'y',
    '\u1EFF': 'y',
    '\u24E9': 'z',
    '\uFF5A': 'z',
    '\u017A': 'z',
    '\u1E91': 'z',
    '\u017C': 'z',
    '\u017E': 'z',
    '\u1E93': 'z',
    '\u1E95': 'z',
    '\u01B6': 'z',
    '\u0225': 'z',
    '\u0240': 'z',
    '\u2C6C': 'z',
    '\uA763': 'z',
    '\u0386': '\u0391',
    '\u0388': '\u0395',
    '\u0389': '\u0397',
    '\u038A': '\u0399',
    '\u03AA': '\u0399',
    '\u038C': '\u039F',
    '\u038E': '\u03A5',
    '\u03AB': '\u03A5',
    '\u038F': '\u03A9',
    '\u03AC': '\u03B1',
    '\u03AD': '\u03B5',
    '\u03AE': '\u03B7',
    '\u03AF': '\u03B9',
    '\u03CA': '\u03B9',
    '\u0390': '\u03B9',
    '\u03CC': '\u03BF',
    '\u03CD': '\u03C5',
    '\u03CB': '\u03C5',
    '\u03B0': '\u03C5',
    '\u03C9': '\u03C9',
    '\u03C2': '\u03C3'
  };

  return diacritics;
});

S2.define('select2/data/base',[
  '../utils'
], function (Utils) {
  function BaseAdapter ($element, options) {
    BaseAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(BaseAdapter, Utils.Observable);

  BaseAdapter.prototype.current = function (callback) {
    throw new Error('The `current` method must be defined in child classes.');
  };

  BaseAdapter.prototype.query = function (params, callback) {
    throw new Error('The `query` method must be defined in child classes.');
  };

  BaseAdapter.prototype.bind = function (container, $container) {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.destroy = function () {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.generateResultId = function (container, data) {
    var id = '';

    if (container != null) {
      id += container.id
    } else {
      id += Utils.generateChars(4);
    }

    id += '-result-';
    id += Utils.generateChars(4);

    if (data.id != null) {
      id += '-' + data.id.toString();
    } else {
      id += '-' + Utils.generateChars(4);
    }
    return id;
  };

  return BaseAdapter;
});

S2.define('select2/data/select',[
  './base',
  '../utils',
  'jquery'
], function (BaseAdapter, Utils, $) {
  function SelectAdapter ($element, options) {
    this.$element = $element;
    this.options = options;

    SelectAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(SelectAdapter, BaseAdapter);

  SelectAdapter.prototype.current = function (callback) {
    var data = [];
    var self = this;

    this.$element.find(':selected').each(function () {
      var $option = $(this);

      var option = self.item($option);

      data.push(option);
    });

    callback(data);
  };

  SelectAdapter.prototype.select = function (data) {
    var self = this;

    data.selected = true;

    // If data.element is a DOM node, use it instead
    if ($(data.element).is('option')) {
      data.element.selected = true;

      this.$element.trigger('change');

      return;
    }

    if (this.$element.prop('multiple')) {
      this.current(function (currentData) {
        var val = [];

        data = [data];
        data.push.apply(data, currentData);

        for (var d = 0; d < data.length; d++) {
          var id = data[d].id;

          if ($.inArray(id, val) === -1) {
            val.push(id);
          }
        }

        self.$element.val(val);
        self.$element.trigger('change');
      });
    } else {
      var val = data.id;

      this.$element.val(val);
      this.$element.trigger('change');
    }
  };

  SelectAdapter.prototype.unselect = function (data) {
    var self = this;

    if (!this.$element.prop('multiple')) {
      return;
    }

    data.selected = false;

    if ($(data.element).is('option')) {
      data.element.selected = false;

      this.$element.trigger('change');

      return;
    }

    this.current(function (currentData) {
      var val = [];

      for (var d = 0; d < currentData.length; d++) {
        var id = currentData[d].id;

        if (id !== data.id && $.inArray(id, val) === -1) {
          val.push(id);
        }
      }

      self.$element.val(val);

      self.$element.trigger('change');
    });
  };

  SelectAdapter.prototype.bind = function (container, $container) {
    var self = this;

    this.container = container;

    container.on('select', function (params) {
      self.select(params.data);
    });

    container.on('unselect', function (params) {
      self.unselect(params.data);
    });
  };

  SelectAdapter.prototype.destroy = function () {
    // Remove anything added to child elements
    this.$element.find('*').each(function () {
      // Remove any custom data set by Select2
      $.removeData(this, 'data');
    });
  };

  SelectAdapter.prototype.query = function (params, callback) {
    var data = [];
    var self = this;

    var $options = this.$element.children();

    $options.each(function () {
      var $option = $(this);

      if (!$option.is('option') && !$option.is('optgroup')) {
        return;
      }

      var option = self.item($option);

      var matches = self.matches(params, option);

      if (matches !== null) {
        data.push(matches);
      }
    });

    callback({
      results: data
    });
  };

  SelectAdapter.prototype.addOptions = function ($options) {
    Utils.appendMany(this.$element, $options);
  };

  SelectAdapter.prototype.option = function (data) {
    var option;

    if (data.children) {
      option = document.createElement('optgroup');
      option.label = data.text;
    } else {
      option = document.createElement('option');

      if (option.textContent !== undefined) {
        option.textContent = data.text;
      } else {
        option.innerText = data.text;
      }
    }

    if (data.id !== undefined) {
      option.value = data.id;
    }

    if (data.disabled) {
      option.disabled = true;
    }

    if (data.selected) {
      option.selected = true;
    }

    if (data.title) {
      option.title = data.title;
    }

    var $option = $(option);

    var normalizedData = this._normalizeItem(data);
    normalizedData.element = option;

    // Override the option's data with the combined data
    $.data(option, 'data', normalizedData);

    return $option;
  };

  SelectAdapter.prototype.item = function ($option) {
    var data = {};

    data = $.data($option[0], 'data');

    if (data != null) {
      return data;
    }

    if ($option.is('option')) {
      data = {
        id: $option.val(),
        text: $option.text(),
        disabled: $option.prop('disabled'),
        selected: $option.prop('selected'),
        title: $option.prop('title')
      };
    } else if ($option.is('optgroup')) {
      data = {
        text: $option.prop('label'),
        children: [],
        title: $option.prop('title')
      };

      var $children = $option.children('option');
      var children = [];

      for (var c = 0; c < $children.length; c++) {
        var $child = $($children[c]);

        var child = this.item($child);

        children.push(child);
      }

      data.children = children;
    }

    data = this._normalizeItem(data);
    data.element = $option[0];

    $.data($option[0], 'data', data);

    return data;
  };

  SelectAdapter.prototype._normalizeItem = function (item) {
    if (!$.isPlainObject(item)) {
      item = {
        id: item,
        text: item
      };
    }

    item = $.extend({}, {
      text: ''
    }, item);

    var defaults = {
      selected: false,
      disabled: false
    };

    if (item.id != null) {
      item.id = item.id.toString();
    }

    if (item.text != null) {
      item.text = item.text.toString();
    }

    if (item._resultId == null && item.id) {
      item._resultId = this.generateResultId(this.container, item);
    }

    return $.extend({}, defaults, item);
  };

  SelectAdapter.prototype.matches = function (params, data) {
    var matcher = this.options.get('matcher');

    return matcher(params, data);
  };

  return SelectAdapter;
});

S2.define('select2/data/array',[
  './select',
  '../utils',
  'jquery'
], function (SelectAdapter, Utils, $) {
  function ArrayAdapter ($element, options) {
    var data = options.get('data') || [];

    ArrayAdapter.__super__.constructor.call(this, $element, options);

    this.addOptions(this.convertToOptions(data));
  }

  Utils.Extend(ArrayAdapter, SelectAdapter);

  ArrayAdapter.prototype.select = function (data) {
    var $option = this.$element.find('option').filter(function (i, elm) {
      return elm.value == data.id.toString();
    });

    if ($option.length === 0) {
      $option = this.option(data);

      this.addOptions($option);
    }

    ArrayAdapter.__super__.select.call(this, data);
  };

  ArrayAdapter.prototype.convertToOptions = function (data) {
    var self = this;

    var $existing = this.$element.find('option');
    var existingIds = $existing.map(function () {
      return self.item($(this)).id;
    }).get();

    var $options = [];

    // Filter out all items except for the one passed in the argument
    function onlyItem (item) {
      return function () {
        return $(this).val() == item.id;
      };
    }

    for (var d = 0; d < data.length; d++) {
      var item = this._normalizeItem(data[d]);

      // Skip items which were pre-loaded, only merge the data
      if ($.inArray(item.id, existingIds) >= 0) {
        var $existingOption = $existing.filter(onlyItem(item));

        var existingData = this.item($existingOption);
        var newData = $.extend(true, {}, item, existingData);

        var $newOption = this.option(newData);

        $existingOption.replaceWith($newOption);

        continue;
      }

      var $option = this.option(item);

      if (item.children) {
        var $children = this.convertToOptions(item.children);

        Utils.appendMany($option, $children);
      }

      $options.push($option);
    }

    return $options;
  };

  return ArrayAdapter;
});

S2.define('select2/data/ajax',[
  './array',
  '../utils',
  'jquery'
], function (ArrayAdapter, Utils, $) {
  function AjaxAdapter ($element, options) {
    this.ajaxOptions = this._applyDefaults(options.get('ajax'));

    if (this.ajaxOptions.processResults != null) {
      this.processResults = this.ajaxOptions.processResults;
    }

    AjaxAdapter.__super__.constructor.call(this, $element, options);
  }

  Utils.Extend(AjaxAdapter, ArrayAdapter);

  AjaxAdapter.prototype._applyDefaults = function (options) {
    var defaults = {
      data: function (params) {
        return $.extend({}, params, {
          q: params.term
        });
      },
      transport: function (params, success, failure) {
        var $request = $.ajax(params);

        $request.then(success);
        $request.fail(failure);

        return $request;
      }
    };

    return $.extend({}, defaults, options, true);
  };

  AjaxAdapter.prototype.processResults = function (results) {
    return results;
  };

  AjaxAdapter.prototype.query = function (params, callback) {
    var matches = [];
    var self = this;

    if (this._request != null) {
      // JSONP requests cannot always be aborted
      if ($.isFunction(this._request.abort)) {
        this._request.abort();
      }

      this._request = null;
    }

    var options = $.extend({
      type: 'GET'
    }, this.ajaxOptions);

    if (typeof options.url === 'function') {
      options.url = options.url.call(this.$element, params);
    }

    if (typeof options.data === 'function') {
      options.data = options.data.call(this.$element, params);
    }

    function request () {
      var $request = options.transport(options, function (data) {
        var results = self.processResults(data, params);

        if (self.options.get('debug') && window.console && console.error) {
          // Check to make sure that the response included a `results` key.
          if (!results || !results.results || !$.isArray(results.results)) {
            console.error(
              'Select2: The AJAX results did not return an array in the ' +
              '`results` key of the response.'
            );
          }
        }

        callback(results);
        self.container.focusOnActiveElement();
      }, function () {
        // Attempt to detect if a request was aborted
        // Only works if the transport exposes a status property
        if ($request.status && $request.status === '0') {
          return;
        }

        self.trigger('results:message', {
          message: 'errorLoading'
        });
      });

      self._request = $request;
    }

    if (this.ajaxOptions.delay && params.term != null) {
      if (this._queryTimeout) {
        window.clearTimeout(this._queryTimeout);
      }

      this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay);
    } else {
      request();
    }
  };

  return AjaxAdapter;
});

S2.define('select2/data/tags',[
  'jquery'
], function ($) {
  function Tags (decorated, $element, options) {
    var tags = options.get('tags');

    var createTag = options.get('createTag');

    if (createTag !== undefined) {
      this.createTag = createTag;
    }

    var insertTag = options.get('insertTag');

    if (insertTag !== undefined) {
        this.insertTag = insertTag;
    }

    decorated.call(this, $element, options);

    if ($.isArray(tags)) {
      for (var t = 0; t < tags.length; t++) {
        var tag = tags[t];
        var item = this._normalizeItem(tag);

        var $option = this.option(item);

        this.$element.append($option);
      }
    }
  }

  Tags.prototype.query = function (decorated, params, callback) {
    var self = this;

    this._removeOldTags();

    if (params.term == null || params.page != null) {
      decorated.call(this, params, callback);
      return;
    }

    function wrapper (obj, child) {
      var data = obj.results;

      for (var i = 0; i < data.length; i++) {
        var option = data[i];

        var checkChildren = (
          option.children != null &&
          !wrapper({
            results: option.children
          }, true)
        );

        var optionText = (option.text || '').toUpperCase();
        var paramsTerm = (params.term || '').toUpperCase();

        var checkText = optionText === paramsTerm;

        if (checkText || checkChildren) {
          if (child) {
            return false;
          }

          obj.data = data;
          callback(obj);

          return;
        }
      }

      if (child) {
        return true;
      }

      var tag = self.createTag(params);

      if (tag != null) {
        var $option = self.option(tag);
        $option.attr('data-select2-tag', true);

        self.addOptions([$option]);

        self.insertTag(data, tag);
      }

      obj.results = data;

      callback(obj);
    }

    decorated.call(this, params, wrapper);
  };

  Tags.prototype.createTag = function (decorated, params) {
    var term = $.trim(params.term);

    if (term === '') {
      return null;
    }

    return {
      id: term,
      text: term
    };
  };

  Tags.prototype.insertTag = function (_, data, tag) {
    data.unshift(tag);
  };

  Tags.prototype._removeOldTags = function (_) {
    var tag = this._lastTag;

    var $options = this.$element.find('option[data-select2-tag]');

    $options.each(function () {
      if (this.selected) {
        return;
      }

      $(this).remove();
    });
  };

  return Tags;
});

S2.define('select2/data/tokenizer',[
  'jquery'
], function ($) {
  function Tokenizer (decorated, $element, options) {
    var tokenizer = options.get('tokenizer');

    if (tokenizer !== undefined) {
      this.tokenizer = tokenizer;
    }

    decorated.call(this, $element, options);
  }

  Tokenizer.prototype.bind = function (decorated, container, $container) {
    decorated.call(this, container, $container);

    this.$search =  container.dropdown.$search || container.selection.$search ||
      $container.find('.select2-search__field');
  };

  Tokenizer.prototype.query = function (decorated, params, callback) {
    var self = this;

    function createAndSelect (data) {
      // Normalize the data object so we can use it for checks
      var item = self._normalizeItem(data);

      // Check if the data object already exists as a tag
      // Select it if it doesn't
      var $existingOptions = self.$element.find('option').filter(function () {
        return $(this).val() === item.id;
      });

      // If an existing option wasn't found for it, create the option
      if (!$existingOptions.length) {
        var $option = self.option(item);
        $option.attr('data-select2-tag', true);

        self._removeOldTags();
        self.addOptions([$option]);
      }

      // Select the item, now that we know there is an option for it
      select(item);
    }

    function select (data) {
      self.trigger('select', {
        data: data
      });
    }

    params.term = params.term || '';

    var tokenData = this.tokenizer(params, this.options, createAndSelect);

    if (tokenData.term !== params.term) {
      // Replace the search term if we have the search box
      if (this.$search.length) {
        this.$search.val(tokenData.term);
        this.$search.focus();
      }

      params.term = tokenData.term;
    }

    decorated.call(this, params, callback);
  };

  Tokenizer.prototype.tokenizer = function (_, params, options, callback) {
    var separators = options.get('tokenSeparators') || [];
    var term = params.term;
    var i = 0;

    var createTag = this.createTag || function (params) {
      return {
        id: params.term,
        text: params.term
      };
    };

    while (i < term.length) {
      var termChar = term[i];

      if ($.inArray(termChar, separators) === -1) {
        i++;

        continue;
      }

      var part = term.substr(0, i);
      var partParams = $.extend({}, params, {
        term: part
      });

      var data = createTag(partParams);

      if (data == null) {
        i++;
        continue;
      }

      callback(data);

      // Reset the term to not include the tokenized portion
      term = term.substr(i + 1) || '';
      i = 0;
    }

    return {
      term: term
    };
  };

  return Tokenizer;
});

S2.define('select2/data/minimumInputLength',[

], function () {
  function MinimumInputLength (decorated, $e, options) {
    this.minimumInputLength = options.get('minimumInputLength');

    decorated.call(this, $e, options);
  }

  MinimumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (params.term.length < this.minimumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooShort',
        args: {
          minimum: this.minimumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MinimumInputLength;
});

S2.define('select2/data/maximumInputLength',[

], function () {
  function MaximumInputLength (decorated, $e, options) {
    this.maximumInputLength = options.get('maximumInputLength');

    decorated.call(this, $e, options);
  }

  MaximumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (this.maximumInputLength > 0 &&
        params.term.length > this.maximumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooLong',
        args: {
          maximum: this.maximumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MaximumInputLength;
});

S2.define('select2/data/maximumSelectionLength',[

], function (){
  function MaximumSelectionLength (decorated, $e, options) {
    this.maximumSelectionLength = options.get('maximumSelectionLength');

    decorated.call(this, $e, options);
  }

  MaximumSelectionLength.prototype.query =
    function (decorated, params, callback) {
      var self = this;

      this.current(function (currentData) {
        var count = currentData != null ? currentData.length : 0;
        if (self.maximumSelectionLength > 0 &&
          count >= self.maximumSelectionLength) {
          self.trigger('results:message', {
            message: 'maximumSelected',
            args: {
              maximum: self.maximumSelectionLength
            }
          });
          return;
        }
        decorated.call(self, params, callback);
      });
  };

  return MaximumSelectionLength;
});

S2.define('select2/dropdown',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Dropdown ($element, options) {
    this.$element = $element;
    this.options = options;

    Dropdown.__super__.constructor.call(this);
  }

  Utils.Extend(Dropdown, Utils.Observable);

  Dropdown.prototype.render = function () {
    var $dropdown = $(
      '<span class="select2-dropdown">' +
        '<span class="select2-results"></span>' +
      '</span>'
    );

    $dropdown.attr('dir', this.options.get('dir'));

    this.$dropdown = $dropdown;

    return $dropdown;
  };

  Dropdown.prototype.bind = function () {
    // Should be implemented in subclasses
  };

  Dropdown.prototype.position = function ($dropdown, $container) {
    // Should be implmented in subclasses
  };

  Dropdown.prototype.destroy = function () {
    // Remove the dropdown from the DOM
    this.$dropdown.remove();
  };

  return Dropdown;
});

S2.define('select2/dropdown/search',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function Search () { }

  Search.prototype.render = function (decorated) {
    var $rendered = decorated.call(this);

    var $search = $(
      '<span class="select2-search select2-search--dropdown">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" />' +
      '</span>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    $rendered.prepend($search);

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    this.$search.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();
    });

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$search.on('input', function (evt) {
      // Unbind the duplicated `keyup` event
      $(this).off('keyup');
    });

    this.$search.on('keyup input', function (evt) {
      self.handleSearch(evt);
    });

    container.on('open', function () {
      self.$search.attr('tabindex', 0);
      self.$search.attr('aria-owns', resultsId);
      self.$search.focus();

      window.setTimeout(function () {
        self.$search.focus();
      }, 0);
    });

    container.on('close', function () {
      self.$search.attr('tabindex', -1);
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.val('');
    });

    container.on('focus', function () {
      if (!container.isOpen()) {
        self.$search.focus();
      }
    });

    container.on('results:all', function (params) {
      if (params.query.term == null || params.query.term === '') {
        var showSearch = self.showSearch(params);

        if (showSearch) {
          self.$searchContainer.removeClass('select2-search--hide');
        } else {
          self.$searchContainer.addClass('select2-search--hide');
        }
      }
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });
  };

  Search.prototype.handleSearch = function (evt) {
    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.showSearch = function (_, params) {
    return true;
  };

  return Search;
});

S2.define('select2/dropdown/hidePlaceholder',[

], function () {
  function HidePlaceholder (decorated, $element, options, dataAdapter) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options, dataAdapter);
  }

  HidePlaceholder.prototype.append = function (decorated, data) {
    data.results = this.removePlaceholder(data.results);

    decorated.call(this, data);
  };

  HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  HidePlaceholder.prototype.removePlaceholder = function (_, data) {
    var modifiedData = data.slice(0);

    for (var d = data.length - 1; d >= 0; d--) {
      var item = data[d];

      if (this.placeholder.id === item.id) {
        modifiedData.splice(d, 1);
      }
    }

    return modifiedData;
  };

  return HidePlaceholder;
});

S2.define('select2/dropdown/infiniteScroll',[
  'jquery'
], function ($) {
  function InfiniteScroll (decorated, $element, options, dataAdapter) {
    this.lastParams = {};

    decorated.call(this, $element, options, dataAdapter);

    this.$loadingMore = this.createLoadingMore();
    this.loading = false;
  }

  InfiniteScroll.prototype.append = function (decorated, data) {
    this.$loadingMore.remove();
    this.loading = false;

    decorated.call(this, data);

    if (this.showLoadingMore(data)) {
      this.$results.append(this.$loadingMore);
    }
  };

  InfiniteScroll.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('query', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    container.on('query:append', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    this.$results.on('scroll', function () {
      var isLoadMoreVisible = $.contains(
        document.documentElement,
        self.$loadingMore[0]
      );

      if (self.loading || !isLoadMoreVisible) {
        return;
      }

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var loadingMoreOffset = self.$loadingMore.offset().top +
        self.$loadingMore.outerHeight(false);

      if (currentOffset + 50 >= loadingMoreOffset) {
        self.loadMore();
      }
    });
  };

  InfiniteScroll.prototype.loadMore = function () {
    this.loading = true;

    var params = $.extend({}, {page: 1}, this.lastParams);

    params.page++;

    this.trigger('query:append', params);
  };

  InfiniteScroll.prototype.showLoadingMore = function (_, data) {
    return data.pagination && data.pagination.more;
  };

  InfiniteScroll.prototype.createLoadingMore = function () {
    var $option = $(
      '<li ' +
      'class="select2-results__option select2-results__option--load-more"' +
      'role="option" aria-disabled="true"></li>'
    );

    var message = this.options.get('translations').get('loadingMore');

    $option.html(message(this.lastParams));

    return $option;
  };

  return InfiniteScroll;
});

S2.define('select2/dropdown/attachBody',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function AttachBody (decorated, $element, options) {
    this.$dropdownParent = options.get('dropdownParent') || $(document.body);

    decorated.call(this, $element, options);
  }

  AttachBody.prototype.bind = function (decorated, container, $container) {
    var self = this;

    var setupResultsEvents = false;

    decorated.call(this, container, $container);

    container.on('open', function () {
      self._showDropdown();
      self._attachPositioningHandler(container);

      if (!setupResultsEvents) {
        setupResultsEvents = true;

        container.on('results:all', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });

        container.on('results:append', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });
      }
    });

    container.on('close', function () {
      self._hideDropdown();
      self._detachPositioningHandler(container);
    });

    this.$dropdownContainer.on('mousedown', function (evt) {
      evt.stopPropagation();
    });
  };

  AttachBody.prototype.destroy = function (decorated) {
    decorated.call(this);

    this.$dropdownContainer.remove();
  };

  AttachBody.prototype.position = function (decorated, $dropdown, $container) {
    // Clone all of the container classes
    $dropdown.attr('class', $container.attr('class'));

    $dropdown.removeClass('select2');
    $dropdown.addClass('select2-container--open');

    $dropdown.css({
      position: 'absolute',
      top: -999999
    });

    this.$container = $container;
  };

  AttachBody.prototype.render = function (decorated) {
    var $container = $('<span></span>');

    var $dropdown = decorated.call(this);
    $container.append($dropdown);

    this.$dropdownContainer = $container;

    return $container;
  };

  AttachBody.prototype._hideDropdown = function (decorated) {
    this.$dropdownContainer.detach();
  };

  AttachBody.prototype._attachPositioningHandler =
      function (decorated, container) {
    var self = this;

    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.each(function () {
      $(this).data('select2-scroll-position', {
        x: $(this).scrollLeft(),
        y: $(this).scrollTop()
      });
    });

    $watchers.on(scrollEvent, function (ev) {
      var position = $(this).data('select2-scroll-position');
      $(this).scrollTop(position.y);
    });

    $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent,
      function (e) {
      self._positionDropdown();
      self._resizeDropdown();
    });
  };

  AttachBody.prototype._detachPositioningHandler =
      function (decorated, container) {
    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.off(scrollEvent);

    $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent);
  };

  AttachBody.prototype._positionDropdown = function () {
    var $window = $(window);

    var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above');
    var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below');

    var newDirection = null;

    var offset = this.$container.offset();

    offset.bottom = offset.top + this.$container.outerHeight(false);

    var container = {
      height: this.$container.outerHeight(false)
    };

    container.top = offset.top;
    container.bottom = offset.top + container.height;

    var dropdown = {
      height: this.$dropdown.outerHeight(false)
    };

    var viewport = {
      top: $window.scrollTop(),
      bottom: $window.scrollTop() + $window.height()
    };

    var enoughRoomAbove = viewport.top < (offset.top - dropdown.height);
    var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height);

    var css = {
      left: offset.left,
      top: container.bottom
    };

    // Determine what the parent element is to use for calciulating the offset
    var $offsetParent = this.$dropdownParent;

    // For statically positoned elements, we need to get the element
    // that is determining the offset
    if ($offsetParent.css('position') === 'static') {
      $offsetParent = $offsetParent.offsetParent();
    }

    var parentOffset = $offsetParent.offset();

    css.top -= parentOffset.top;
    css.left -= parentOffset.left;

    if (!isCurrentlyAbove && !isCurrentlyBelow) {
      newDirection = 'below';
    }

    if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) {
      newDirection = 'above';
    } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) {
      newDirection = 'below';
    }

    if (newDirection == 'above' ||
      (isCurrentlyAbove && newDirection !== 'below')) {
      css.top = container.top - parentOffset.top - dropdown.height;
    }

    if (newDirection != null) {
      this.$dropdown
        .removeClass('select2-dropdown--below select2-dropdown--above')
        .addClass('select2-dropdown--' + newDirection);
      this.$container
        .removeClass('select2-container--below select2-container--above')
        .addClass('select2-container--' + newDirection);
    }

    this.$dropdownContainer.css(css);
  };

  AttachBody.prototype._resizeDropdown = function () {
    var css = {
      width: this.$container.outerWidth(false) + 'px'
    };

    if (this.options.get('dropdownAutoWidth')) {
      css.minWidth = css.width;
      css.position = 'relative';
      css.width = 'auto';
    }

    this.$dropdown.css(css);
  };

  AttachBody.prototype._showDropdown = function (decorated) {
    this.$dropdownContainer.appendTo(this.$dropdownParent);

    this._positionDropdown();
    this._resizeDropdown();
  };

  return AttachBody;
});

S2.define('select2/dropdown/minimumResultsForSearch',[

], function () {
  function countResults (data) {
    var count = 0;

    for (var d = 0; d < data.length; d++) {
      var item = data[d];

      if (item.children) {
        count += countResults(item.children);
      } else {
        count++;
      }
    }

    return count;
  }

  function MinimumResultsForSearch (decorated, $element, options, dataAdapter) {
    this.minimumResultsForSearch = options.get('minimumResultsForSearch');

    if (this.minimumResultsForSearch < 0) {
      this.minimumResultsForSearch = Infinity;
    }

    decorated.call(this, $element, options, dataAdapter);
  }

  MinimumResultsForSearch.prototype.showSearch = function (decorated, params) {
    if (countResults(params.data.results) < this.minimumResultsForSearch) {
      return false;
    }

    return decorated.call(this, params);
  };

  return MinimumResultsForSearch;
});

S2.define('select2/dropdown/selectOnClose',[

], function () {
  function SelectOnClose () { }

  SelectOnClose.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('close', function (params) {
      self._handleSelectOnClose(params);
    });
  };

  SelectOnClose.prototype._handleSelectOnClose = function (_, params) {
    if (params && params.originalSelect2Event != null) {
      var event = params.originalSelect2Event;

      // Don't select an item if the close event was triggered from a select or
      // unselect event
      if (event._type === 'select' || event._type === 'unselect') {
        return;
      }
    }

    var $highlightedResults = this.getHighlightedResults();

    // Only select highlighted results
    if ($highlightedResults.length < 1) {
      return;
    }

    var data = $highlightedResults.data('data');

    // Don't re-select already selected resulte
    if (
      (data.element != null && data.element.selected) ||
      (data.element == null && data.selected)
    ) {
      return;
    }

    this.trigger('select', {
        data: data
    });
  };

  return SelectOnClose;
});

S2.define('select2/dropdown/closeOnSelect',[

], function () {
  function CloseOnSelect () { }

  CloseOnSelect.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('select', function (evt) {
      self._selectTriggered(evt);
    });

    container.on('unselect', function (evt) {
      self._selectTriggered(evt);
    });
  };

  CloseOnSelect.prototype._selectTriggered = function (_, evt) {
    var originalEvent = evt.originalEvent;

    // Don't close if the control key is being held
    if (originalEvent && originalEvent.ctrlKey) {
      return;
    }

    this.trigger('close', {
      originalEvent: originalEvent,
      originalSelect2Event: evt
    });
  };

  return CloseOnSelect;
});

S2.define('select2/i18n/en',[],function () {
  // English
  return {
    errorLoading: function () {
      return 'The results could not be loaded.';
    },
    inputTooLong: function (args) {
      var overChars = args.input.length - args.maximum;

      var message = 'Please delete ' + overChars + ' character';

      if (overChars != 1) {
        message += 's';
      }

      return message;
    },
    inputTooShort: function (args) {
      var remainingChars = args.minimum - args.input.length;

      var message = 'Please enter ' + remainingChars + ' or more characters';

      return message;
    },
    loadingMore: function () {
      return 'Loading more results…';
    },
    maximumSelected: function (args) {
      var message = 'You can only select ' + args.maximum + ' item';

      if (args.maximum != 1) {
        message += 's';
      }

      return message;
    },
    noResults: function () {
      return 'No results found';
    },
    searching: function () {
      return 'Searching…';
    }
  };
});

S2.define('select2/defaults',[
  'jquery',
  'require',

  './results',

  './selection/single',
  './selection/multiple',
  './selection/placeholder',
  './selection/allowClear',
  './selection/search',
  './selection/eventRelay',

  './utils',
  './translation',
  './diacritics',

  './data/select',
  './data/array',
  './data/ajax',
  './data/tags',
  './data/tokenizer',
  './data/minimumInputLength',
  './data/maximumInputLength',
  './data/maximumSelectionLength',

  './dropdown',
  './dropdown/search',
  './dropdown/hidePlaceholder',
  './dropdown/infiniteScroll',
  './dropdown/attachBody',
  './dropdown/minimumResultsForSearch',
  './dropdown/selectOnClose',
  './dropdown/closeOnSelect',

  './i18n/en'
], function ($, require,

             ResultsList,

             SingleSelection, MultipleSelection, Placeholder, AllowClear,
             SelectionSearch, EventRelay,

             Utils, Translation, DIACRITICS,

             SelectData, ArrayData, AjaxData, Tags, Tokenizer,
             MinimumInputLength, MaximumInputLength, MaximumSelectionLength,

             Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll,
             AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect,

             EnglishTranslation) {
  function Defaults () {
    this.reset();
  }

  Defaults.prototype.apply = function (options) {
    options = $.extend(true, {}, this.defaults, options);

    if (options.dataAdapter == null) {
      if (options.ajax != null) {
        options.dataAdapter = AjaxData;
      } else if (options.data != null) {
        options.dataAdapter = ArrayData;
      } else {
        options.dataAdapter = SelectData;
      }

      if (options.minimumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MinimumInputLength
        );
      }

      if (options.maximumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumInputLength
        );
      }

      if (options.maximumSelectionLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumSelectionLength
        );
      }

      if (options.tags) {
        options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags);
      }

      if (options.tokenSeparators != null || options.tokenizer != null) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Tokenizer
        );
      }

      if (options.query != null) {
        var Query = require(options.amdBase + 'compat/query');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Query
        );
      }

      if (options.initSelection != null) {
        var InitSelection = require(options.amdBase + 'compat/initSelection');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          InitSelection
        );
      }
    }

    if (options.resultsAdapter == null) {
      options.resultsAdapter = ResultsList;

      if (options.ajax != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          InfiniteScroll
        );
      }

      if (options.placeholder != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          HidePlaceholder
        );
      }

      if (options.selectOnClose) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          SelectOnClose
        );
      }
    }

    if (options.dropdownAdapter == null) {
      if (options.multiple) {
        options.dropdownAdapter = Dropdown;
      } else {
        var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch);

        options.dropdownAdapter = SearchableDropdown;
      }

      if (options.minimumResultsForSearch !== 0) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          MinimumResultsForSearch
        );
      }

      if (options.closeOnSelect) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          CloseOnSelect
        );
      }

      if (
        options.dropdownCssClass != null ||
        options.dropdownCss != null ||
        options.adaptDropdownCssClass != null
      ) {
        var DropdownCSS = require(options.amdBase + 'compat/dropdownCss');

        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          DropdownCSS
        );
      }

      options.dropdownAdapter = Utils.Decorate(
        options.dropdownAdapter,
        AttachBody
      );
    }

    if (options.selectionAdapter == null) {
      if (options.multiple) {
        options.selectionAdapter = MultipleSelection;
      } else {
        options.selectionAdapter = SingleSelection;
      }

      // Add the placeholder mixin if a placeholder was specified
      if (options.placeholder != null) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          Placeholder
        );
      }

      if (options.allowClear) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          AllowClear
        );
      }

      if (options.multiple) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          SelectionSearch
        );
      }

      if (
        options.containerCssClass != null ||
        options.containerCss != null ||
        options.adaptContainerCssClass != null
      ) {
        var ContainerCSS = require(options.amdBase + 'compat/containerCss');

        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          ContainerCSS
        );
      }

      options.selectionAdapter = Utils.Decorate(
        options.selectionAdapter,
        EventRelay
      );
    }

    if (typeof options.language === 'string') {
      // Check if the language is specified with a region
      if (options.language.indexOf('-') > 0) {
        // Extract the region information if it is included
        var languageParts = options.language.split('-');
        var baseLanguage = languageParts[0];

        options.language = [options.language, baseLanguage];
      } else {
        options.language = [options.language];
      }
    }

    if ($.isArray(options.language)) {
      var languages = new Translation();
      options.language.push('en');

      var languageNames = options.language;

      for (var l = 0; l < languageNames.length; l++) {
        var name = languageNames[l];
        var language = {};

        try {
          // Try to load it with the original name
          language = Translation.loadPath(name);
        } catch (e) {
          try {
            // If we couldn't load it, check if it wasn't the full path
            name = this.defaults.amdLanguageBase + name;
            language = Translation.loadPath(name);
          } catch (ex) {
            // The translation could not be loaded at all. Sometimes this is
            // because of a configuration problem, other times this can be
            // because of how Select2 helps load all possible translation files.
            if (options.debug && window.console && console.warn) {
              console.warn(
                'Select2: The language file for "' + name + '" could not be ' +
                'automatically loaded. A fallback will be used instead.'
              );
            }

            continue;
          }
        }

        languages.extend(language);
      }

      options.translations = languages;
    } else {
      var baseTranslation = Translation.loadPath(
        this.defaults.amdLanguageBase + 'en'
      );
      var customTranslation = new Translation(options.language);

      customTranslation.extend(baseTranslation);

      options.translations = customTranslation;
    }

    return options;
  };

  Defaults.prototype.reset = function () {
    function stripDiacritics (text) {
      // Used 'uni range + named function' from http://jsperf.com/diacritics/18
      function match(a) {
        return DIACRITICS[a] || a;
      }

      return text.replace(/[^\u0000-\u007E]/g, match);
    }

    function matcher (params, data) {
      // Always return the object if there is nothing to compare
      if ($.trim(params.term) === '') {
        return data;
      }

      // Do a recursive check for options with children
      if (data.children && data.children.length > 0) {
        // Clone the data object if there are children
        // This is required as we modify the object to remove any non-matches
        var match = $.extend(true, {}, data);

        // Check each child of the option
        for (var c = data.children.length - 1; c >= 0; c--) {
          var child = data.children[c];

          var matches = matcher(params, child);

          // If there wasn't a match, remove the object in the array
          if (matches == null) {
            match.children.splice(c, 1);
          }
        }

        // If any children matched, return the new object
        if (match.children.length > 0) {
          return match;
        }

        // If there were no matching children, check just the plain object
        return matcher(params, match);
      }

      var original = stripDiacritics(data.text).toUpperCase();
      var term = stripDiacritics(params.term).toUpperCase();

      // Check if the text contains the term
      if (original.indexOf(term) > -1) {
        return data;
      }

      // If it doesn't contain the term, don't return anything
      return null;
    }

    this.defaults = {
      amdBase: './',
      amdLanguageBase: './i18n/',
      closeOnSelect: true,
      debug: false,
      dropdownAutoWidth: false,
      escapeMarkup: Utils.escapeMarkup,
      language: EnglishTranslation,
      matcher: matcher,
      minimumInputLength: 0,
      maximumInputLength: 0,
      maximumSelectionLength: 0,
      minimumResultsForSearch: 0,
      selectOnClose: false,
      sorter: function (data) {
        return data;
      },
      templateResult: function (result) {
        return result.text;
      },
      templateSelection: function (selection) {
        return selection.text;
      },
      theme: 'default',
      width: 'resolve'
    };
  };

  Defaults.prototype.set = function (key, value) {
    var camelKey = $.camelCase(key);

    var data = {};
    data[camelKey] = value;

    var convertedData = Utils._convertData(data);

    $.extend(this.defaults, convertedData);
  };

  var defaults = new Defaults();

  return defaults;
});

S2.define('select2/options',[
  'require',
  'jquery',
  './defaults',
  './utils'
], function (require, $, Defaults, Utils) {
  function Options (options, $element) {
    this.options = options;

    if ($element != null) {
      this.fromElement($element);
    }

    this.options = Defaults.apply(this.options);

    if ($element && $element.is('input')) {
      var InputCompat = require(this.get('amdBase') + 'compat/inputData');

      this.options.dataAdapter = Utils.Decorate(
        this.options.dataAdapter,
        InputCompat
      );
    }
  }

  Options.prototype.fromElement = function ($e) {
    var excludedData = ['select2'];

    if (this.options.multiple == null) {
      this.options.multiple = $e.prop('multiple');
    }

    if (this.options.disabled == null) {
      this.options.disabled = $e.prop('disabled');
    }

    if (this.options.language == null) {
      if ($e.prop('lang')) {
        this.options.language = $e.prop('lang').toLowerCase();
      } else if ($e.closest('[lang]').prop('lang')) {
        this.options.language = $e.closest('[lang]').prop('lang');
      }
    }

    if (this.options.dir == null) {
      if ($e.prop('dir')) {
        this.options.dir = $e.prop('dir');
      } else if ($e.closest('[dir]').prop('dir')) {
        this.options.dir = $e.closest('[dir]').prop('dir');
      } else {
        this.options.dir = 'ltr';
      }
    }

    $e.prop('disabled', this.options.disabled);
    $e.prop('multiple', this.options.multiple);

    if ($e.data('select2Tags')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-select2-tags` attribute has been changed to ' +
          'use the `data-data` and `data-tags="true"` attributes and will be ' +
          'removed in future versions of Select2.'
        );
      }

      $e.data('data', $e.data('select2Tags'));
      $e.data('tags', true);
    }

    if ($e.data('ajaxUrl')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-ajax-url` attribute has been changed to ' +
          '`data-ajax--url` and support for the old attribute will be removed' +
          ' in future versions of Select2.'
        );
      }

      $e.attr('ajax--url', $e.data('ajaxUrl'));
      $e.data('ajax--url', $e.data('ajaxUrl'));
    }

    var dataset = {};

    // Prefer the element's `dataset` attribute if it exists
    // jQuery 1.x does not correctly handle data attributes with multiple dashes
    if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) {
      dataset = $.extend(true, {}, $e[0].dataset, $e.data());
    } else {
      dataset = $e.data();
    }

    var data = $.extend(true, {}, dataset);

    data = Utils._convertData(data);

    for (var key in data) {
      if ($.inArray(key, excludedData) > -1) {
        continue;
      }

      if ($.isPlainObject(this.options[key])) {
        $.extend(this.options[key], data[key]);
      } else {
        this.options[key] = data[key];
      }
    }

    return this;
  };

  Options.prototype.get = function (key) {
    return this.options[key];
  };

  Options.prototype.set = function (key, val) {
    this.options[key] = val;
  };

  return Options;
});

S2.define('select2/core',[
  'jquery',
  './options',
  './utils',
  './keys'
], function ($, Options, Utils, KEYS) {
  var Select2 = function ($element, options) {
    if ($element.data('select2') != null) {
      $element.data('select2').destroy();
    }

    this.$element = $element;

    this.id = this._generateId($element);

    options = options || {};

    this.options = new Options(options, $element);

    Select2.__super__.constructor.call(this);

    // Set up the tabindex

    var tabindex = $element.attr('tabindex') || 0;
    $element.data('old-tabindex', tabindex);
    $element.attr('tabindex', '-1');

    // Set up containers and adapters

    var DataAdapter = this.options.get('dataAdapter');
    this.dataAdapter = new DataAdapter($element, this.options);

    var $container = this.render();

    this._placeContainer($container);

    var SelectionAdapter = this.options.get('selectionAdapter');
    this.selection = new SelectionAdapter($element, this.options);
    this.$selection = this.selection.render();

    this.selection.position(this.$selection, $container);

    var DropdownAdapter = this.options.get('dropdownAdapter');
    this.dropdown = new DropdownAdapter($element, this.options);
    this.$dropdown = this.dropdown.render();

    this.dropdown.position(this.$dropdown, $container);

    var ResultsAdapter = this.options.get('resultsAdapter');
    this.results = new ResultsAdapter($element, this.options, this.dataAdapter);
    this.$results = this.results.render();

    this.results.position(this.$results, this.$dropdown);

    // Bind events

    var self = this;

    // Bind the container to all of the adapters
    this._bindAdapters();

    // Register any DOM event handlers
    this._registerDomEvents();

    // Register any internal event handlers
    this._registerDataEvents();
    this._registerSelectionEvents();
    this._registerDropdownEvents();
    this._registerResultsEvents();
    this._registerEvents();

    // Set the initial state
    this.dataAdapter.current(function (initialData) {
      self.trigger('selection:update', {
        data: initialData
      });
    });

    // Hide the original select
    $element.addClass('select2-hidden-accessible');
    $element.attr('aria-hidden', 'true');

    // Synchronize any monitored attributes
    this._syncAttributes();

    $element.data('select2', this);
  };

  Utils.Extend(Select2, Utils.Observable);

  Select2.prototype._generateId = function ($element) {
    var id = '';

    if ($element.attr('id') != null) {
      id = $element.attr('id');
    } else if ($element.attr('name') != null) {
      id = $element.attr('name') + '-' + Utils.generateChars(2);
    } else {
      id = Utils.generateChars(4);
    }

    id = id.replace(/(:|\.|\[|\]|,)/g, '');
    id = 'select2-' + id;

    return id;
  };

  Select2.prototype._placeContainer = function ($container) {
    $container.insertAfter(this.$element);

    var width = this._resolveWidth(this.$element, this.options.get('width'));

    if (width != null) {
      $container.css('width', width);
    }
  };

  Select2.prototype._resolveWidth = function ($element, method) {
    var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;

    if (method == 'resolve') {
      var styleWidth = this._resolveWidth($element, 'style');

      if (styleWidth != null) {
        return styleWidth;
      }

      return this._resolveWidth($element, 'element');
    }

    if (method == 'element') {
      var elementWidth = $element.outerWidth(false);

      if (elementWidth <= 0) {
        return 'auto';
      }

      return elementWidth + 'px';
    }

    if (method == 'style') {
      var style = $element.attr('style');

      if (typeof(style) !== 'string') {
        return null;
      }

      var attrs = style.split(';');

      for (var i = 0, l = attrs.length; i < l; i = i + 1) {
        var attr = attrs[i].replace(/\s/g, '');
        var matches = attr.match(WIDTH);

        if (matches !== null && matches.length >= 1) {
          return matches[1];
        }
      }

      return null;
    }

    return method;
  };

  Select2.prototype._bindAdapters = function () {
    this.dataAdapter.bind(this, this.$container);
    this.selection.bind(this, this.$container);

    this.dropdown.bind(this, this.$container);
    this.results.bind(this, this.$container);
  };

  Select2.prototype._registerDomEvents = function () {
    var self = this;

    this.$element.on('change.select2', function () {
      self.dataAdapter.current(function (data) {
        self.trigger('selection:update', {
          data: data
        });
      });
    });

    this.$element.on('focus.select2', function (evt) {
      self.trigger('focus', evt);
    });

    this._syncA = Utils.bind(this._syncAttributes, this);
    this._syncS = Utils.bind(this._syncSubtree, this);

    if (this.$element[0].attachEvent) {
      this.$element[0].attachEvent('onpropertychange', this._syncA);
    }

    var observer = window.MutationObserver ||
      window.WebKitMutationObserver ||
      window.MozMutationObserver
    ;

    if (observer != null) {
      this._observer = new observer(function (mutations) {
        $.each(mutations, self._syncA);
        $.each(mutations, self._syncS);
      });
      this._observer.observe(this.$element[0], {
        attributes: true,
        childList: true,
        subtree: false
      });
    } else if (this.$element[0].addEventListener) {
      this.$element[0].addEventListener(
        'DOMAttrModified',
        self._syncA,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeInserted',
        self._syncS,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeRemoved',
        self._syncS,
        false
      );
    }
  };

  Select2.prototype._registerDataEvents = function () {
    var self = this;

    this.dataAdapter.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerSelectionEvents = function () {
    var self = this;
    var nonRelayEvents = ['toggle', 'focus'];

    this.selection.on('toggle', function () {
      self.toggleDropdown();
    });

    this.selection.on('focus', function (params) {
      self.focus(params);
    });

    this.selection.on('*', function (name, params) {
      if ($.inArray(name, nonRelayEvents) !== -1) {
        return;
      }

      self.trigger(name, params);
    });
  };

  Select2.prototype._registerDropdownEvents = function () {
    var self = this;

    this.dropdown.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerResultsEvents = function () {
    var self = this;

    this.results.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerEvents = function () {
    var self = this;

    this.on('open', function () {
      self.$container.addClass('select2-container--open');
    });

    this.on('close', function () {
      self.$container.removeClass('select2-container--open');
    });

    this.on('enable', function () {
      self.$container.removeClass('select2-container--disabled');
    });

    this.on('disable', function () {
      self.$container.addClass('select2-container--disabled');
    });

    this.on('blur', function () {
      self.$container.removeClass('select2-container--focus');
    });

    this.on('query', function (params) {
      if (!self.isOpen()) {
        self.trigger('open', {});
      }

      this.dataAdapter.query(params, function (data) {
        self.trigger('results:all', {
          data: data,
          query: params
        });
      });
    });

    this.on('query:append', function (params) {
      this.dataAdapter.query(params, function (data) {
        self.trigger('results:append', {
          data: data,
          query: params
        });
      });
    });

    this.on('open', function(){
      // Focus on the active element when opening dropdown.
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        self.focusOnActiveElement();
      }, 1);
    });

    $(document).on('keydown', function (evt) {
      var key = evt.which;
      if (self.isOpen()) {
        if (key === KEYS.ESC || (key === KEYS.UP && evt.altKey)) {
          self.close();

          evt.preventDefault();
        } else if (key === KEYS.ENTER || key === KEYS.TAB) {
          self.trigger('results:select', {});

          evt.preventDefault();
        } else if ((key === KEYS.SPACE && evt.ctrlKey)) {
          self.trigger('results:toggle', {});

          evt.preventDefault();
        } else if (key === KEYS.UP) {
          self.trigger('results:previous', {});

          evt.preventDefault();
        } else if (key === KEYS.DOWN) {
          self.trigger('results:next', {});

          evt.preventDefault();
        }

        var $searchField = self.$dropdown.find('.select2-search__field');
        if (! $searchField.length) {
          $searchField = self.$container.find('.select2-search__field');
        }

        // Move the focus to the selected element on keyboard navigation.
        // Required for screen readers to work properly.
        if (key === KEYS.DOWN || key === KEYS.UP) {
            self.focusOnActiveElement();
        } else {
          // Focus on the search if user starts typing.
          $searchField.focus();
          // Focus back to active selection when finished typing.
          // Small delay so typed character can be read by screen reader.
          setTimeout(function(){
              self.focusOnActiveElement();
          }, 1000);
        }
      } else if (self.hasFocus()) {
        if (key === KEYS.ENTER || key === KEYS.SPACE ||
            key === KEYS.DOWN) {
          self.open();
          evt.preventDefault();
        }
      }
    });
  };

  Select2.prototype.focusOnActiveElement = function () {
    // Don't mess with the focus on touchscreens because it causes havoc with on-screen keyboards.
    if (this.isOpen() && ! Utils.isTouchscreen()) {
      this.$results.find('li.select2-results__option--highlighted').focus();
    }
  };

  Select2.prototype._syncAttributes = function () {
    this.options.set('disabled', this.$element.prop('disabled'));

    if (this.options.get('disabled')) {
      if (this.isOpen()) {
        this.close();
      }

      this.trigger('disable', {});
    } else {
      this.trigger('enable', {});
    }
  };

  Select2.prototype._syncSubtree = function (evt, mutations) {
    var changed = false;
    var self = this;

    // Ignore any mutation events raised for elements that aren't options or
    // optgroups. This handles the case when the select element is destroyed
    if (
      evt && evt.target && (
        evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP'
      )
    ) {
      return;
    }

    if (!mutations) {
      // If mutation events aren't supported, then we can only assume that the
      // change affected the selections
      changed = true;
    } else if (mutations.addedNodes && mutations.addedNodes.length > 0) {
      for (var n = 0; n < mutations.addedNodes.length; n++) {
        var node = mutations.addedNodes[n];

        if (node.selected) {
          changed = true;
        }
      }
    } else if (mutations.removedNodes && mutations.removedNodes.length > 0) {
      changed = true;
    }

    // Only re-pull the data if we think there is a change
    if (changed) {
      this.dataAdapter.current(function (currentData) {
        self.trigger('selection:update', {
          data: currentData
        });
      });
    }
  };

  /**
   * Override the trigger method to automatically trigger pre-events when
   * there are events that can be prevented.
   */
  Select2.prototype.trigger = function (name, args) {
    var actualTrigger = Select2.__super__.trigger;
    var preTriggerMap = {
      'open': 'opening',
      'close': 'closing',
      'select': 'selecting',
      'unselect': 'unselecting'
    };

    if (args === undefined) {
      args = {};
    }

    if (name in preTriggerMap) {
      var preTriggerName = preTriggerMap[name];
      var preTriggerArgs = {
        prevented: false,
        name: name,
        args: args
      };

      actualTrigger.call(this, preTriggerName, preTriggerArgs);

      if (preTriggerArgs.prevented) {
        args.prevented = true;

        return;
      }
    }

    actualTrigger.call(this, name, args);
  };

  Select2.prototype.toggleDropdown = function () {
    if (this.options.get('disabled')) {
      return;
    }

    if (this.isOpen()) {
      this.close();
    } else {
      this.open();
    }
  };

  Select2.prototype.open = function () {
    if (this.isOpen()) {
      return;
    }

    this.trigger('query', {});
  };

  Select2.prototype.close = function () {
    if (!this.isOpen()) {
      return;
    }

    this.trigger('close', {});
  };

  Select2.prototype.isOpen = function () {
    return this.$container.hasClass('select2-container--open');
  };

  Select2.prototype.hasFocus = function () {
    return this.$container.hasClass('select2-container--focus');
  };

  Select2.prototype.focus = function (data) {
    // No need to re-trigger focus events if we are already focused
    if (this.hasFocus()) {
      return;
    }

    this.$container.addClass('select2-container--focus');
    this.trigger('focus', {});
  };

  Select2.prototype.enable = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("enable")` method has been deprecated and will' +
        ' be removed in later Select2 versions. Use $element.prop("disabled")' +
        ' instead.'
      );
    }

    if (args == null || args.length === 0) {
      args = [true];
    }

    var disabled = !args[0];

    this.$element.prop('disabled', disabled);
  };

  Select2.prototype.data = function () {
    if (this.options.get('debug') &&
        arguments.length > 0 && window.console && console.warn) {
      console.warn(
        'Select2: Data can no longer be set using `select2("data")`. You ' +
        'should consider setting the value instead using `$element.val()`.'
      );
    }

    var data = [];

    this.dataAdapter.current(function (currentData) {
      data = currentData;
    });

    return data;
  };

  Select2.prototype.val = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("val")` method has been deprecated and will be' +
        ' removed in later Select2 versions. Use $element.val() instead.'
      );
    }

    if (args == null || args.length === 0) {
      return this.$element.val();
    }

    var newVal = args[0];

    if ($.isArray(newVal)) {
      newVal = $.map(newVal, function (obj) {
        return obj.toString();
      });
    }

    this.$element.val(newVal).trigger('change');
  };

  Select2.prototype.destroy = function () {
    this.$container.remove();

    if (this.$element[0].detachEvent) {
      this.$element[0].detachEvent('onpropertychange', this._syncA);
    }

    if (this._observer != null) {
      this._observer.disconnect();
      this._observer = null;
    } else if (this.$element[0].removeEventListener) {
      this.$element[0]
        .removeEventListener('DOMAttrModified', this._syncA, false);
      this.$element[0]
        .removeEventListener('DOMNodeInserted', this._syncS, false);
      this.$element[0]
        .removeEventListener('DOMNodeRemoved', this._syncS, false);
    }

    this._syncA = null;
    this._syncS = null;

    this.$element.off('.select2');
    this.$element.attr('tabindex', this.$element.data('old-tabindex'));

    this.$element.removeClass('select2-hidden-accessible');
    this.$element.attr('aria-hidden', 'false');
    this.$element.removeData('select2');

    this.dataAdapter.destroy();
    this.selection.destroy();
    this.dropdown.destroy();
    this.results.destroy();

    this.dataAdapter = null;
    this.selection = null;
    this.dropdown = null;
    this.results = null;
  };

  Select2.prototype.render = function () {
    var $container = $(
      '<span class="select2 select2-container">' +
        '<span class="selection"></span>' +
        '<span class="dropdown-wrapper" aria-hidden="true"></span>' +
      '</span>'
    );

    $container.attr('dir', this.options.get('dir'));

    this.$container = $container;

    this.$container.addClass('select2-container--' + this.options.get('theme'));

    $container.data('element', this.$element);

    return $container;
  };

  return Select2;
});

S2.define('jquery-mousewheel',[
  'jquery'
], function ($) {
  // Used to shim jQuery.mousewheel for non-full builds.
  return $;
});

S2.define('jquery.select2',[
  'jquery',
  'jquery-mousewheel',

  './select2/core',
  './select2/defaults'
], function ($, _, Select2, Defaults) {
  if ($.fn.selectWoo == null) {
    // All methods that should return the element
    var thisMethods = ['open', 'close', 'destroy'];

    $.fn.selectWoo = function (options) {
      options = options || {};

      if (typeof options === 'object') {
        this.each(function () {
          var instanceOptions = $.extend(true, {}, options);

          var instance = new Select2($(this), instanceOptions);
        });

        return this;
      } else if (typeof options === 'string') {
        var ret;
        var args = Array.prototype.slice.call(arguments, 1);

        this.each(function () {
          var instance = $(this).data('select2');

          if (instance == null && window.console && console.error) {
            console.error(
              'The select2(\'' + options + '\') method was called on an ' +
              'element that is not using Select2.'
            );
          }

          ret = instance[options].apply(instance, args);
        });

        // Check if we should be returning `this`
        if ($.inArray(options, thisMethods) > -1) {
          return this;
        }

        return ret;
      } else {
        throw new Error('Invalid arguments for Select2: ' + options);
      }
    };
  }

  if ($.fn.select2 != null && $.fn.select2.defaults != null) {
    $.fn.selectWoo.defaults = $.fn.select2.defaults;
  }

  if ($.fn.selectWoo.defaults == null) {
    $.fn.selectWoo.defaults = Defaults;
  }

  // Also register selectWoo under select2 if select2 is not already present.
  $.fn.select2 = $.fn.select2 || $.fn.selectWoo;

  return Select2;
});

  // Return the AMD loader configuration so it can be used outside of this file
  return {
    define: S2.define,
    require: S2.require
  };
}());

  // Autoload the jQuery bindings
  // We know that all of the modules exist above this, so we're safe
  var select2 = S2.require('jquery.select2');

  // Hold the AMD module references on the jQuery function that was just loaded
  // This allows Select2 to use the internal loader outside of this file, such
  // as in the language files.
  jQuery.fn.select2.amd = S2;
  jQuery.fn.selectWoo.amd = S2;

  // Return the Select2 instance for anyone who is importing it.
  return select2;
}));
inc/customizer/core/custom-controls/assets/js/wp-color-picker-alpha.js000064400000042157151213252720022211 0ustar00/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */

( function( $, undef ) {

	var wpColorPickerAlpha = {
		'version' : 300
	};

	// Always try to use the last version of this script.
	if ( 'wpColorPickerAlpha' in window && 'version' in window.wpColorPickerAlpha ) {
		var version = parseInt( window.wpColorPickerAlpha.version, 10 );
		if ( ! isNaN( version ) && version >= wpColorPickerAlpha.version ) {
			return;
		}
	}

	// Prevent multiple initiations
	if ( Color.fn.hasOwnProperty( 'to_s' ) ) {
		return;
	}

	// Create new method to replace the `Color.toString()` inside the scripts.
	Color.fn.to_s = function( type ) {
		type = ( type || 'hex' );
		// Change hex to rgba to return the correct color.
		if ( 'hex' === type && this._alpha < 1 ) {
			type = 'rgba';
		}

		var color = '';
		if ( 'hex' === type ) {
			color = this.toString();
		} else if ( ! this.error ) {
			color = this.toCSS( type ).replace( /\(\s+/, '(' ).replace( /\s+\)/, ')' );
		}
		return color;
	}

	// Register the global variable.
	window.wpColorPickerAlpha = wpColorPickerAlpha;

	// Background image encoded
	var backgroundImage = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==';

	/**
	 * Iris
	 */
	$.widget( 'a8c.iris', $.a8c.iris, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the current color or the new color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {Object|*} The color instance if not defined return the cuurent color.
		 *
		 * @return {string} The element's color.
		 */
		_getColor: function( color ) {
			if ( color === undef ) {
				color = this._color;
			}

			if ( this.alphaOptions.alphaEnabled ) {
				color = color.to_s( this.alphaOptions.alphaColorType );
				if ( ! this.alphaOptions.alphaColorWithSpace ) {
					color = color.replace( /\s+/g, '' );
				}
				return color;
			}
			return color.toString();
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			try {
				// Try to get the wpColorPicker alpha options.
				this.alphaOptions = this.element.wpColorPicker( 'instance' ).alphaOptions;
			} catch( e ) {}

			// We make sure there are all options
			$.extend( {}, this.alphaOptions, {
				alphaEnabled: false,
				alphaCustomWidth: 130,
				alphaReset: false,
				alphaColorType: 'hex',
				alphaColorWithSpace: false,
			} );

			this._super();
		},
		/**
		 * Binds event listeners to the Iris.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addInputListeners: function( input ) {
			var self = this,
				debounceTimeout = 100,
				callback = function( event ){
					var val = input.val(),
						color = new Color( val ),
						val = val.replace( /^(#|(rgb|hsl)a?)/, '' ),
						type = self.alphaOptions.alphaColorType;

					input.removeClass( 'iris-error' );

					if ( ! color.error ) {
						// let's not do this on keyup for hex shortcodes
						if ( 'hex' !== type || ! ( event.type === 'keyup' && val.match( /^[0-9a-fA-F]{3}$/ ) ) ) {
							// Compare color ( #AARRGGBB )
							if ( color.toIEOctoHex() !== self._color.toIEOctoHex() ) {
								self._setOption( 'color', self._getColor( color ) );
							}
						}
					} else if ( val !== '' ) {
						input.addClass( 'iris-error' );
					}
				};

			input.on( 'change', callback ).on( 'keyup', self._debounce( callback, debounceTimeout ) );

			// If we initialized hidden, show on first focus. The rest is up to you.
			if ( self.options.hide ) {
				input.one( 'focus', function() {
					self.show();
				});
			}
		},
		/**
		 * Init Controls
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_initControls: function() {
			this._super();

			if ( this.alphaOptions.alphaEnabled ) {
				// Create Alpha controls
				var self = this,
					stripAlpha = self.controls.strip.clone(false, false),
					stripAlphaSlider = stripAlpha.find( '.iris-slider-offset' ),
					controls = {
						stripAlpha       : stripAlpha,
						stripAlphaSlider : stripAlphaSlider
					};

				stripAlpha.addClass( 'iris-strip-alpha' );
				stripAlphaSlider.addClass( 'iris-slider-offset-alpha' );
				stripAlpha.appendTo( self.picker.find( '.iris-picker-inner' ) );

				// Push new controls
				$.each( controls, function( k, v ) {
					self.controls[k] = v;
				} );

				// Create slider
				self.controls.stripAlphaSlider.slider( {
					orientation : 'vertical',
					min         : 0,
					max         : 100,
					step        : 1,
					value       : parseInt( self._color._alpha * 100 ),
					slide       : function( event, ui ) {
						self.active = 'strip';
						// Update alpha value
						self._color._alpha = parseFloat( ui.value / 100 );
						self._change.apply( self, arguments );
					}
				} );
			}
		},
		/**
		 * Create the controls sizes
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {bool} reset Set to True for recreate the controls sizes.
		 *
		 * @return {void}
		 */
		_dimensions: function( reset ) {
			this._super( reset );

			if ( this.alphaOptions.alphaEnabled ) {
				var self = this,
					opts = self.options,
					controls = self.controls,
					square = controls.square,
					strip = self.picker.find( '.iris-strip' ),
					innerWidth, squareWidth, stripWidth, stripMargin, totalWidth;

				/**
				 * I use Math.round() to avoid possible size errors,
				 * this function returns the value of a number rounded
				 * to the nearest integer.
				 *
				 * The width to append all widgets,
				 * if border is enabled, 22 is subtracted.
				 * 20 for css left and right property
				 * 2 for css border
				 */
				innerWidth = Math.round( self.picker.outerWidth( true ) - ( opts.border ? 22 : 0 ) );
				// The width of the draggable, aka square.
				squareWidth = Math.round( square.outerWidth() );
				// The width for the sliders
				stripWidth = Math.round( ( innerWidth - squareWidth ) / 2 );
				// The margin for the sliders
				stripMargin = Math.round( stripWidth / 2 );
				// The total width of the elements.
				totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );

				// Check and change if necessary.
				while ( totalWidth > innerWidth ) {
					stripWidth = Math.round( stripWidth - 2 );
					stripMargin = Math.round( stripMargin - 1 );
					totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );
				}


				square.css( 'margin', '0' );
				strip.width( stripWidth ).css( 'margin-left', stripMargin + 'px' );
			}
		},
		/**
		 * Callback to update the controls and the current color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_change: function() {
			var self   = this,
				active = self.active;

			self._super();

			if ( self.alphaOptions.alphaEnabled ) {
				var	controls     = self.controls,
					   alpha        = parseInt( self._color._alpha * 100 ),
					   color        = self._color.toRgb(),
					   gradient     = [
						   'rgb(' + color.r + ',' + color.g + ',' + color.b + ') 0%',
						   'rgba(' + color.r + ',' + color.g + ',' + color.b + ', 0) 100%'
					   ],
					   target       = self.picker.closest( '.wp-picker-container' ).find( '.wp-color-result' );

				self.options.color = self._getColor();
				// Generate background slider alpha, only for CSS3.
				controls.stripAlpha.css( { 'background' : 'linear-gradient(to bottom, ' + gradient.join( ', ' ) + '), url(' + backgroundImage + ')' } );
				// Update alpha value
				if ( active ) {
					controls.stripAlphaSlider.slider( 'value', alpha );
				}

				if ( ! self._color.error ) {
					self.element.removeClass( 'iris-error' ).val( self.options.color );
				}

				self.picker.find( '.iris-palette-container' ).on( 'click.palette', '.iris-palette', function() {
					var color = $( this ).data( 'color' );
					if ( self.alphaOptions.alphaReset ) {
						self._color._alpha = 1;
						color = self._getColor();
					}
					self._setOption( 'color', color );
				} );
			}
		},
		/**
		 * Paint dimensions.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {string} origin  Origin (position).
		 * @param {string} control Type of the control,
		 *
		 * @return {void}
		 */
		_paintDimension: function( origin, control ) {
			var self = this,
				color = false;

			// Fix for slider hue opacity.
			if ( self.alphaOptions.alphaEnabled && 'strip' === control ) {
				color = self._color;
				self._color = new Color( color.toString() );
				self.hue = self._color.h();
			}

			self._super( origin, control );

			// Restore the color after paint.
			if ( color ) {
				self._color = color;
			}
		},
		/**
		 * To update the options, see original source to view the available options.
		 *
		 * @since 3.0.0
		 *
		 * @param {string} key   The Option name.
		 * @param {mixed} value  The Option value to update.
		 *
		 * @return {void}
		 */
		_setOption: function( key, value ) {
			var self = this;
			if ( 'color' === key && self.alphaOptions.alphaEnabled ) {
				// cast to string in case we have a number
				value = '' + value;
				newColor = new Color( value ).setHSpace( self.options.mode );
				// Check if error && Check the color to prevent callbacks with the same color.
				if ( ! newColor.error && self._getColor( newColor ) !== self._getColor() ) {
					self._color = newColor;
					self.options.color = self._getColor();
					self.active = 'external';
					self._change();
				}
			} else {
				return self._super( key, value );
			}
		},
		/**
		 * Returns the iris object if no new color is provided. If a new color is provided, it sets the new color.
		 *
		 * @param newColor {string|*} The new color to use. Can be undefined.
		 *
		 * @since 3.0.0
		 *
		 * @return {string} The element's color.
		 */
		color: function( newColor ) {
			if ( newColor === true ) {
				return this._color.clone();
			}
			if ( newColor === undef ) {
				return this._getColor();
			}
			this.option( 'color', newColor );
		},
	} );

	/**
	 * wpColorPicker
	 */
	$.widget( 'wp.wpColorPicker', $.wp.wpColorPicker, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the alpha options.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {object} The current alpha options.
		 */
		_getAlphaOptions: function() {
			var el = this.element,
				type  = ( el.data( 'type' ) || this.options.type ),
				color = ( el.data( 'defaultColor' ) || el.val() ),
				options = {
					alphaEnabled: ( el.data( 'alphaEnabled' ) || false ),
					alphaCustomWidth: 130,
					alphaReset: false,
					alphaColorType: 'hex',
					alphaColorWithSpace: false,
				};

			if ( options.alphaEnabled ) {
				options.alphaEnabled = ( el.is( 'input' ) && 'full' === type );
			}

			if ( ! options.alphaEnabled ) {
				return options;
			}

			options.alphaColorWithSpace = ( color && color.match( /\s/ ) );

			$.each( options, function( name, defaultValue ) {
				var value = ( el.data( name ) || defaultValue );
				switch ( name ) {
					case 'alphaCustomWidth':
						value = ( value ? parseInt( value, 10 ) : 0 );
						value = ( isNaN( value ) ? defaultValue : value );
						break;
					case 'alphaColorType':
						if ( ! value.match( /^(hex|(rgb|hsl)a?)$/ ) ) {
							if ( color && color.match( /^#/ ) ) {
								value = 'hex';
							} else if ( color && color.match( /^hsla?/ ) ) {
								value = 'hsl';
							} else {
								value = defaultValue;
							}
						}
						break;
					default:
						value = !!value;
						break;
				}
				options[name] = value;
			} );

			return options;
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			// Return early if Iris support is missing.
			if ( ! $.support.iris ) {
				return;
			}

			// Set the alpha options for the current instance.
			this.alphaOptions = this._getAlphaOptions();

			// Create widget.
			this._super();
		},
		/**
		 * Binds event listeners to the color picker and create options, etc...
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addListeners: function() {
			if ( ! this.alphaOptions.alphaEnabled ) {
				return this._super();
			}

			var self = this,
				el = self.element,
				isDeprecated = self.toggler.is( 'a' );

			this.alphaOptions.defaultWidth = el.width();
			if ( this.alphaOptions.alphaCustomWidth ) {
				el.width( parseInt( this.alphaOptions.defaultWidth + this.alphaOptions.alphaCustomWidth, 10 ) );
			}

			self.toggler.css( {
				'position': 'relative',
				'background-image' : 'url(' + backgroundImage + ')'
			} );

			if ( isDeprecated ) {
				self.toggler.html( '<span class="color-alpha" />' );
			} else {
				self.toggler.append( '<span class="color-alpha" />' );
			}

			self.colorAlpha = self.toggler.find( 'span.color-alpha' ).css( {
				'width'            : '30px',
				'height'           : '100%',
				'position'         : 'absolute',
				'top'              : 0,
				'background-color' : el.val(),
			} );

			// Define the correct position for ltr or rtl direction.
			if ( 'ltr' === self.colorAlpha.css( 'direction' ) ) {
				self.colorAlpha.css( {
					'border-bottom-left-radius' : '2px',
					'border-top-left-radius'    : '2px',
					'left'                      : 0
				} );
			} else {
				self.colorAlpha.css( {
					'border-bottom-right-radius' : '2px',
					'border-top-right-radius'    : '2px',
					'right'                      : 0
				} );
			}


			el.iris( {
				/**
				 * @summary Handles the onChange event if one has been defined in the options.
				 *
				 * Handles the onChange event if one has been defined in the options and additionally
				 * sets the background color for the toggler element.
				 *
				 * @since 3.0.0
				 *
				 * @param {Event} event    The event that's being called.
				 * @param {HTMLElement} ui The HTMLElement containing the color picker.
				 *
				 * @returns {void}
				 */
				change: function( event, ui ) {
					self.colorAlpha.css( { 'background-color': ui.color.to_s( self.alphaOptions.alphaColorType ) } );

					// fire change callback if we have one
					if ( $.isFunction( self.options.change ) ) {
						self.options.change.call( this, event, ui );
					}
				}
			} );


			/**
			 * Prevent any clicks inside this widget from leaking to the top and closing it.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.wrap.on( 'click.wpcolorpicker', function( event ) {
				event.stopPropagation();
			});

			/**
			 * Open or close the color picker depending on the class.
			 *
			 * @since 3.0.0
			 */
			self.toggler.click( function() {
				if ( self.toggler.hasClass( 'wp-picker-open' ) ) {
					self.close();
				} else {
					self.open();
				}
			});

			/**
			 * Checks if value is empty when changing the color in the color picker.
			 * If so, the background color is cleared.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			el.change( function( event ) {
				var val = $( this ).val();

				if ( el.hasClass( 'iris-error' ) || val === '' || val.match( /^(#|(rgb|hsl)a?)$/ ) ) {
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}
				}
			} );

			/**
			 * Enables the user to either clear the color in the color picker or revert back to the default color.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.button.click( function( event ) {
				if ( $( this ).hasClass( 'wp-picker-default' ) ) {
					el.val( self.options.defaultColor ).change();
				} else if ( $( this ).hasClass( 'wp-picker-clear' ) ) {
					el.val( '' );
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}

					el.trigger( 'change' );
				}
			} );
		},
	} );
} ( jQuery ) );
inc/customizer/core/custom-controls/assets/js/selectWoo.min.js000064400000206675151213252720020646 0ustar00/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&module.exports?module.exports=function(t,n){return void 0===n&&(n="undefined"!=typeof window?require("jquery"):require("jquery")(t)),e(n),n}:e(jQuery)}((function(e){var t=function(){if(e&&e.fn&&e.fn.select2&&e.fn.select2.amd)var t=e.fn.select2.amd;return function(){
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
var e,n,i;t&&t.requirejs||(t?n=t:t={},function(t){var o,r,s,a,l={},c={},u={},d={},p=Object.prototype.hasOwnProperty,h=[].slice,f=/\.js$/;function g(e,t){return p.call(e,t)}function m(e,t){var n,i,o,r,s,a,l,c,d,p,h,g=t&&t.split("/"),m=u.map,v=m&&m["*"]||{};if(e){for(s=(e=e.split("/")).length-1,u.nodeIdCompat&&f.test(e[s])&&(e[s]=e[s].replace(f,"")),"."===e[0].charAt(0)&&g&&(e=g.slice(0,g.length-1).concat(e)),d=0;d<e.length;d++)if("."===(h=e[d]))e.splice(d,1),d-=1;else if(".."===h){if(0===d||1===d&&".."===e[2]||".."===e[d-1])continue;d>0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((g||v)&&m){for(d=(n=e.split("/")).length;d>0;d-=1){if(i=n.slice(0,d).join("/"),g)for(p=g.length;p>0;p-=1)if((o=m[g.slice(0,p).join("/")])&&(o=o[i])){r=o,a=d;break}if(r)break;!l&&v&&v[i]&&(l=v[i],c=d)}!r&&l&&(r=l,a=c),r&&(n.splice(0,a,r),e=n.join("/"))}return e}function v(e,n){return function(){var i=h.call(arguments,0);return"string"!=typeof i[0]&&1===i.length&&i.push(null),r.apply(t,i.concat([e,n]))}}function y(e){return function(t){l[e]=t}}function _(e){if(g(c,e)){var n=c[e];delete c[e],d[e]=!0,o.apply(t,n)}if(!g(l,e)&&!g(d,e))throw new Error("No "+e);return l[e]}function $(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function w(e){return e?$(e):[]}function b(e){return function(){return u&&u.config&&u.config[e]||{}}}s=function(e,t){var n,i,o=$(e),r=o[0],s=t[1];return e=o[1],r&&(n=_(r=m(r,s))),r?e=n&&n.normalize?n.normalize(e,(i=s,function(e){return m(e,i)})):m(e,s):(r=(o=$(e=m(e,s)))[0],e=o[1],r&&(n=_(r))),{f:r?r+"!"+e:e,n:e,pr:r,p:n}},a={require:function(e){return v(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:b(e)}}},o=function(e,n,i,o){var r,u,p,h,f,m,$,b=[],A=typeof i;if(m=w(o=o||e),"undefined"===A||"function"===A){for(n=!n.length&&i.length?["require","exports","module"]:n,f=0;f<n.length;f+=1)if("require"===(u=(h=s(n[f],m)).f))b[f]=a.require(e);else if("exports"===u)b[f]=a.exports(e),$=!0;else if("module"===u)r=b[f]=a.module(e);else if(g(l,u)||g(c,u)||g(d,u))b[f]=_(u);else{if(!h.p)throw new Error(e+" missing "+u);h.p.load(h.n,v(o,!0),y(u),{}),b[f]=l[u]}p=i?i.apply(l[e],b):void 0,e&&(r&&r.exports!==t&&r.exports!==l[e]?l[e]=r.exports:p===t&&$||(l[e]=p))}else e&&(l[e]=i)},e=n=r=function(e,n,i,l,c){if("string"==typeof e)return a[e]?a[e](n):_(s(e,w(n)).f);if(!e.splice){if((u=e).deps&&r(u.deps,u.callback),!n)return;n.splice?(e=n,n=i,i=null):e=t}return n=n||function(){},"function"==typeof i&&(i=l,l=c),l?o(t,e,n,i):setTimeout((function(){o(t,e,n,i)}),4),r},r.config=function(e){return r(e)},e._defined=l,(i=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),g(l,e)||g(c,e)||(c[e]=[e,t,n])}).amd={jQuery:!0}}(),t.requirejs=e,t.require=n,t.define=i)}(),t.define("almond",(function(){})),t.define("jquery",[],(function(){var t=e||$;return null==t&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),t})),t.define("select2/utils",["jquery"],(function(e){var t={};function n(e){var t=e.prototype,n=[];for(var i in t){"function"==typeof t[i]&&("constructor"!==i&&n.push(i))}return n}t.Extend=function(e,t){var n={}.hasOwnProperty;function i(){this.constructor=e}for(var o in t)n.call(t,o)&&(e[o]=t[o]);return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},t.Decorate=function(e,t){var i=n(t),o=n(e);function r(){var n=Array.prototype.unshift,i=t.prototype.constructor.length,o=e.prototype.constructor;i>0&&(n.call(arguments,e.prototype.constructor),o=t.prototype.constructor),o.apply(this,arguments)}t.displayName=e.displayName,r.prototype=new function(){this.constructor=r};for(var s=0;s<o.length;s++){var a=o[s];r.prototype[a]=e.prototype[a]}for(var l=function(e){var n=function(){};e in r.prototype&&(n=r.prototype[e]);var i=t.prototype[e];return function(){return Array.prototype.unshift.call(arguments,n),i.apply(this,arguments)}},c=0;c<i.length;c++){var u=i[c];r.prototype[u]=l(u)}return r};var i=function(){this.listeners={}};return i.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},i.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},i.prototype.invoke=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n].apply(this,t)},t.Observable=i,t.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},t.bind=function(e,t){return function(){e.apply(t,arguments)}},t._convertData=function(e){for(var t in e){var n=t.split("-"),i=e;if(1!==n.length){for(var o=0;o<n.length;o++){var r=n[o];(r=r.substring(0,1).toLowerCase()+r.substring(1))in i||(i[r]={}),o==n.length-1&&(i[r]=e[t]),i=i[r]}delete e[t]}}return e},t.hasScroll=function(t,n){var i=e(n),o=n.style.overflowX,r=n.style.overflowY;return(o!==r||"hidden"!==r&&"visible"!==r)&&("scroll"===o||"scroll"===r||(i.innerHeight()<n.scrollHeight||i.innerWidth()<n.scrollWidth))},t.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))},t.appendMany=function(t,n){if("1.7"===e.fn.jquery.substr(0,3)){var i=e();e.map(n,(function(e){i=i.add(e)})),n=i}t.append(n)},t.isTouchscreen=function(){return void 0===t._isTouchscreenCache&&(t._isTouchscreenCache="ontouchstart"in document.documentElement),t._isTouchscreenCache},t})),t.define("select2/results",["jquery","./utils"],(function(e,t){function n(e,t,i){this.$element=e,this.data=i,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=e('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),o=this.options.get("translations").get(t.message);i.append(n(o(t.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var i=e.results[n],o=this.option(i);t.push(o)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[data-selected]"),t=e.filter("[data-selected=true]");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var t=this;this.data.current((function(n){var i=e.map(n,(function(e){return e.id.toString()}));t.$results.find(".select2-results__option[data-selected]").each((function(){var t=e(this),n=e.data(this,"data"),o=""+n.id;null!=n.element&&n.element.selected||null==n.element&&e.inArray(o,i)>-1?t.attr("data-selected","true"):t.attr("data-selected","false")}))}))},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(t){var n=document.createElement("li");n.className="select2-results__option";var i={role:"option","data-selected":"false",tabindex:-1};for(var o in t.disabled&&(delete i["data-selected"],i["aria-disabled"]="true"),null==t.id&&delete i["data-selected"],null!=t._resultId&&(n.id=t._resultId),t.title&&(n.title=t.title),t.children&&(i["aria-label"]=t.text,delete i["data-selected"]),i){var r=i[o];n.setAttribute(o,r)}if(t.children){var s=e(n),a=document.createElement("strong");a.className="select2-results__group";var l=e(a);this.template(t,a),l.attr("role","presentation");for(var c=[],u=0;u<t.children.length;u++){var d=t.children[u],p=this.option(d);c.push(p)}var h=e("<ul></ul>",{class:"select2-results__options select2-results__options--nested",role:"listbox"});h.append(c),s.attr("role","list"),s.append(a),s.append(h)}else this.template(t,n);return e.data(n,"data",t),n},n.prototype.bind=function(t,n){var i=this,o=t.id+"-results";this.$results.attr("id",o),t.on("results:all",(function(e){i.clear(),i.append(e.data),t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("results:append",(function(e){i.append(e.data),t.isOpen()&&i.setClasses()})),t.on("query",(function(e){i.hideMessages(),i.showLoading(e)})),t.on("select",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("unselect",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("open",(function(){i.$results.attr("aria-expanded","true"),i.$results.attr("aria-hidden","false"),i.setClasses(),i.ensureHighlightVisible()})),t.on("close",(function(){i.$results.attr("aria-expanded","false"),i.$results.attr("aria-hidden","true"),i.$results.removeAttr("aria-activedescendant")})),t.on("results:toggle",(function(){var e=i.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),t.on("results:select",(function(){var e=i.getHighlightedResults();if(0!==e.length){var t=e.data("data");"true"==e.attr("data-selected")?i.trigger("close",{}):i.trigger("select",{data:t})}})),t.on("results:previous",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e);if(0!==n){var o=n-1;0===e.length&&(o=0);var r=t.eq(o);r.trigger("mouseenter");var s=i.$results.offset().top,a=r.offset().top,l=i.$results.scrollTop()+(a-s);0===o?i.$results.scrollTop(0):a-s<0&&i.$results.scrollTop(l)}})),t.on("results:next",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var o=t.eq(n);o.trigger("mouseenter");var r=i.$results.offset().top+i.$results.outerHeight(!1),s=o.offset().top+o.outerHeight(!1),a=i.$results.scrollTop()+s-r;0===n?i.$results.scrollTop(0):s>r&&i.$results.scrollTop(a)}})),t.on("results:focus",(function(e){e.element.addClass("select2-results__option--highlighted").attr("aria-selected","true"),i.$results.attr("aria-activedescendant",e.element.attr("id"))})),t.on("results:message",(function(e){i.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=i.$results.scrollTop(),n=i.$results.get(0).scrollHeight-t+e.deltaY,o=e.deltaY>0&&t-e.deltaY<=0,r=e.deltaY<0&&n<=i.$results.height();o?(i.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):r&&(i.$results.scrollTop(i.$results.get(0).scrollHeight-i.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option[data-selected]",(function(t){var n=e(this),o=n.data("data");"true"!==n.attr("data-selected")?i.trigger("select",{originalEvent:t,data:o}):i.options.get("multiple")?i.trigger("unselect",{originalEvent:t,data:o}):i.trigger("close",{})})),this.$results.on("mouseenter",".select2-results__option[data-selected]",(function(t){var n=e(this).data("data");i.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),i.trigger("results:focus",{data:n,element:e(this)})}))},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[data-selected]").index(e),n=this.$results.offset().top,i=e.offset().top,o=this.$results.scrollTop()+(i-n),r=i-n;o-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(r>this.$results.outerHeight()||r<0)&&this.$results.scrollTop(o)}},n.prototype.template=function(t,n){var i=this.options.get("templateResult"),o=this.options.get("escapeMarkup"),r=i(t,n);null==r?n.style.display="none":"string"==typeof r?n.innerHTML=o(r):e(n).append(r)},n})),t.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),t.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var t=e('<span class="select2-selection"  aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),t.attr("title",this.$element.attr("title")),t.attr("tabindex",this._tabindex),this.$selection=t,t},i.prototype.bind=function(e,t){var i=this,o=(e.id,e.id+"-results");this.options.get("minimumResultsForSearch");this.container=e,this.$selection.on("focus",(function(e){i.trigger("focus",e)})),this.$selection.on("blur",(function(e){i._handleBlur(e)})),this.$selection.on("keydown",(function(e){i.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){i.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){i.update(e.data)})),e.on("open",(function(){i.$selection.attr("aria-expanded","true"),i.$selection.attr("aria-owns",o),i._attachCloseHandler(e)})),e.on("close",(function(){i.$selection.attr("aria-expanded","false"),i.$selection.removeAttr("aria-activedescendant"),i.$selection.removeAttr("aria-owns"),window.setTimeout((function(){i.$selection.focus()}),1),i._detachCloseHandler(e)})),e.on("enable",(function(){i.$selection.attr("tabindex",i._tabindex)})),e.on("disable",(function(){i.$selection.attr("tabindex","-1")}))},i.prototype._handleBlur=function(t){var n=this;window.setTimeout((function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)}),1)},i.prototype._attachCloseHandler=function(t){e(document.body).on("mousedown.select2."+t.id,(function(t){var n=e(t.target),i=n.closest(".select2");e(".select2.select2-container--open").each((function(){var t=e(this);this!=i[0]&&(t.data("element").select2("close"),setTimeout((function(){t.find("*:focus").blur(),n.focus()}),1))}))}))},i.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},i.prototype.position=function(e,t){t.find(".selection").append(e)},i.prototype.destroy=function(){this._detachCloseHandler(this.container)},i.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},i})),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,n,i){function o(){o.__super__.constructor.apply(this,arguments)}return n.Extend(o,t),o.prototype.render=function(){var e=o.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},o.prototype.bind=function(e,t){var n=this;o.__super__.bind.apply(this,arguments);var i=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.attr("role","combobox"),this.$selection.on("mousedown",(function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("keydown",(function(t){!e.isOpen()&&t.which>=48&&t.which<=90&&e.open()})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||n.$selection.focus()})),e.on("selection:update",(function(e){n.update(e.data)}))},o.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},o.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},o.prototype.selectionContainer=function(){return e("<span></span>")},o.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().text(i),n.prop("title",t.title||t.text)}else this.clear()},o})),t.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,n){function i(e,t){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'),e},i.prototype.bind=function(t,n){var o=this;i.__super__.bind.apply(this,arguments),this.$selection.on("click",(function(e){o.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!o.options.get("disabled")){var n=e(this).parent().data("data");o.trigger("unselect",{originalEvent:t,data:n})}})),this.$selection.on("keydown",(function(e){!t.isOpen()&&e.which>=48&&e.which<=90&&t.open()})),t.on("focus",(function(){o.focusOnSearch()}))},i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">&times;</span></li>')},i.prototype.focusOnSearch=function(){var e=this;void 0!==e.$search&&setTimeout((function(){e._keyUpPrevented=!0,e.$search.focus()}),1)},i.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;i<e.length;i++){var o=e[i],r=this.selectionContainer(),s=this.display(o,r);"string"==typeof s&&(s=s.trim()),r.append(s),r.prop("title",o.title||o.text),r.data("data",o),t.push(r)}var a=this.$selection.find(".select2-selection__rendered");n.appendMany(a,t)}},i})),t.define("select2/selection/placeholder",["../utils"],(function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(t.length>1||n)return e.call(this,t);this.clear();var i=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(i)},t})),t.define("select2/selection/allowClear",["jquery","../keys"],(function(e,t){function n(){}return n.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){i._handleClear(e)})),t.on("keypress",(function(e){i._handleKeyboardClear(e,t)}))},n.prototype._handleClear=function(e,t){if(!this.options.get("disabled")){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();for(var i=n.data("data"),o=0;o<i.length;o++){var r={data:i[o]};if(this.trigger("unselect",r),r.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},n.prototype._handleKeyboardClear=function(e,n,i){i.isOpen()||n.which!=t.DELETE&&n.which!=t.BACKSPACE||this._handleClear(n)},n.prototype.update=function(t,n){if(t.call(this,n),!(this.$selection.find(".select2-selection__placeholder").length>0||0===n.length)){var i=e('<span class="select2-selection__clear">&times;</span>');i.data("data",n),this.$selection.find(".select2-selection__rendered").prepend(i)}},n})),t.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t,n){e.call(this,t,n)}return i.prototype.render=function(t){var n=e('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=n,this.$search=n.find("input");var i=t.call(this);return this._transferTabIndex(),i},i.prototype.bind=function(e,t,i){var o=this,r=t.id+"-results";e.call(this,t,i),t.on("open",(function(){o.$search.attr("aria-owns",r),o.$search.trigger("focus")})),t.on("close",(function(){o.$search.val(""),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.trigger("focus")})),t.on("enable",(function(){o.$search.prop("disabled",!1),o._transferTabIndex()})),t.on("disable",(function(){o.$search.prop("disabled",!0)})),t.on("focus",(function(e){o.$search.trigger("focus")})),t.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)})),this.$selection.on("focusin",".select2-search--inline",(function(e){o.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){o._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===o.$search.val()){var i=o.$searchContainer.prev(".select2-selection__choice");if(i.length>0){var r=i.data("data");o.searchRemoveChoice(r),e.preventDefault()}}else e.which===n.ENTER&&(t.open(),e.preventDefault())}));var s=document.documentMode,a=s&&s<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){a?o.$selection.off("input.search input.searchcheck"):o.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(a&&"input"===e.type)o.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&o.handleSearch(e)}}))},i.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},i.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},i.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.focus()},i.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},i.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},i.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").innerWidth():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},i})),t.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,n,i){var o=this,r=["open","opening","close","closing","select","selecting","unselect","unselecting"],s=["opening","closing","selecting","unselecting"];t.call(this,n,i),n.on("*",(function(t,n){if(-1!==e.inArray(t,r)){n=n||{};var i=e.Event("select2:"+t,{params:n});o.$element.trigger(i),-1!==e.inArray(t,s)&&(n.prevented=i.isDefaultPrevented())}}))},t})),t.define("select2/translation",["jquery","require"],(function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var i=t(e);n._cache[e]=i}return new n(n._cache[e])},n})),t.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}})),t.define("select2/data/base",["../utils"],(function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var i="";return i+=null!=t?t.id:e.generateChars(4),i+="-result-",i+=e.generateChars(4),null!=n.id?i+="-"+n.id.toString():i+="-"+e.generateChars(4),i},t})),t.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var t=[],i=this;this.$element.find(":selected").each((function(){var e=n(this),o=i.item(e);t.push(o)})),e(t)},i.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option"))return e.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current((function(i){var o=[];(e=[e]).push.apply(e,i);for(var r=0;r<e.length;r++){var s=e[r].id;-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}));else{var i=e.id;this.$element.val(i),this.$element.trigger("change")}},i.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple")){if(e.selected=!1,n(e.element).is("option"))return e.element.selected=!1,void this.$element.trigger("change");this.current((function(i){for(var o=[],r=0;r<i.length;r++){var s=i[r].id;s!==e.id&&-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}))}},i.prototype.bind=function(e,t){var n=this;this.container=e,e.on("select",(function(e){n.select(e.data)})),e.on("unselect",(function(e){n.unselect(e.data)}))},i.prototype.destroy=function(){this.$element.find("*").each((function(){n.removeData(this,"data")}))},i.prototype.query=function(e,t){var i=[],o=this;this.$element.children().each((function(){var t=n(this);if(t.is("option")||t.is("optgroup")){var r=o.item(t),s=o.matches(e,r);null!==s&&i.push(s)}})),t({results:i})},i.prototype.addOptions=function(e){t.appendMany(this.$element,e)},i.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var i=n(t),o=this._normalizeItem(e);return o.element=t,n.data(t,"data",o),i},i.prototype.item=function(e){var t={};if(null!=(t=n.data(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),o=[],r=0;r<i.length;r++){var s=n(i[r]),a=this.item(s);o.push(a)}t.children=o}return(t=this._normalizeItem(t)).element=e[0],n.data(e[0],"data",t),t},i.prototype._normalizeItem=function(e){n.isPlainObject(e)||(e={id:e,text:e});return null!=(e=n.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},{selected:!1,disabled:!1},e)},i.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},i})),t.define("select2/data/array",["./select","../utils","jquery"],(function(e,t,n){function i(e,t){var n=t.get("data")||[];i.__super__.constructor.call(this,e,t),this.addOptions(this.convertToOptions(n))}return t.Extend(i,e),i.prototype.select=function(e){var t=this.$element.find("option").filter((function(t,n){return n.value==e.id.toString()}));0===t.length&&(t=this.option(e),this.addOptions(t)),i.__super__.select.call(this,e)},i.prototype.convertToOptions=function(e){var i=this,o=this.$element.find("option"),r=o.map((function(){return i.item(n(this)).id})).get(),s=[];function a(e){return function(){return n(this).val()==e.id}}for(var l=0;l<e.length;l++){var c=this._normalizeItem(e[l]);if(n.inArray(c.id,r)>=0){var u=o.filter(a(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h)}else{var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}s.push(f)}}return s},i})),t.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,n){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,i){var o=n.ajax(e);return o.then(t),o.fail(i),o}};return n.extend({},t,e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(e,t){var i=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var o=n.extend({type:"GET"},this.ajaxOptions);function r(){var r=o.transport(o,(function(o){var r=i.processResults(o,e);i.options.get("debug")&&window.console&&console.error&&(r&&r.results&&n.isArray(r.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(r),i.container.focusOnActiveElement()}),(function(){r.status&&"0"===r.status||i.trigger("results:message",{message:"errorLoading"})}));i._request=r}"function"==typeof o.url&&(o.url=o.url.call(this.$element,e)),"function"==typeof o.data&&(o.data=o.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(r,this.ajaxOptions.delay)):r()},i})),t.define("select2/data/tags",["jquery"],(function(e){function t(t,n,i){var o=i.get("tags"),r=i.get("createTag");void 0!==r&&(this.createTag=r);var s=i.get("insertTag");if(void 0!==s&&(this.insertTag=s),t.call(this,n,i),e.isArray(o))for(var a=0;a<o.length;a++){var l=o[a],c=this._normalizeItem(l),u=this.option(c);this.$element.append(u)}}return t.prototype.query=function(e,t,n){var i=this;this._removeOldTags(),null!=t.term&&null==t.page?e.call(this,t,(function e(o,r){for(var s=o.results,a=0;a<s.length;a++){var l=s[a],c=null!=l.children&&!e({results:l.children},!0);if((l.text||"").toUpperCase()===(t.term||"").toUpperCase()||c)return!r&&(o.data=s,void n(o))}if(r)return!0;var u=i.createTag(t);if(null!=u){var d=i.option(u);d.attr("data-select2-tag",!0),i.addOptions([d]),i.insertTag(s,u)}o.results=s,n(o)})):e.call(this,t,n)},t.prototype.createTag=function(t,n){var i=e.trim(n.term);return""===i?null:{id:i,text:i}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(t){this._lastTag;this.$element.find("option[data-select2-tag]").each((function(){this.selected||e(this).remove()}))},t})),t.define("select2/data/tokenizer",["jquery"],(function(e){function t(e,t,n){var i=n.get("tokenizer");void 0!==i&&(this.tokenizer=i),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,i){var o=this;n.term=n.term||"";var r=this.tokenizer(n,this.options,(function(t){var n=o._normalizeItem(t);if(!o.$element.find("option").filter((function(){return e(this).val()===n.id})).length){var i=o.option(n);i.attr("data-select2-tag",!0),o._removeOldTags(),o.addOptions([i])}!function(e){o.trigger("select",{data:e})}(n)}));r.term!==n.term&&(this.$search.length&&(this.$search.val(r.term),this.$search.focus()),n.term=r.term),t.call(this,n,i)},t.prototype.tokenizer=function(t,n,i,o){for(var r=i.get("tokenSeparators")||[],s=n.term,a=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};a<s.length;){var c=s[a];if(-1!==e.inArray(c,r)){var u=s.substr(0,a),d=l(e.extend({},n,{term:u}));null!=d?(o(d),s=s.substr(a+1)||"",a=0):a++}else a++}return{term:s}},t})),t.define("select2/data/minimumInputLength",[],(function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumInputLength",[],(function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){var i=this;this.current((function(o){var r=null!=o?o.length:0;i.maximumSelectionLength>0&&r>=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):e.call(i,t,n)}))},e})),t.define("select2/dropdown",["jquery","./utils"],(function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n})),t.define("select2/dropdown/search",["jquery","../utils"],(function(e,t){function n(){}return n.prototype.render=function(t){var n=t.call(this),i=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" /></span>');return this.$searchContainer=i,this.$search=i.find("input"),n.prepend(i),n},n.prototype.bind=function(t,n,i){var o=this,r=n.id+"-results";t.call(this,n,i),this.$search.on("keydown",(function(e){o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){o.handleSearch(e)})),n.on("open",(function(){o.$search.attr("tabindex",0),o.$search.attr("aria-owns",r),o.$search.focus(),window.setTimeout((function(){o.$search.focus()}),0)})),n.on("close",(function(){o.$search.attr("tabindex",-1),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.val("")})),n.on("focus",(function(){n.isOpen()||o.$search.focus()})),n.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(o.showSearch(e)?o.$searchContainer.removeClass("select2-search--hide"):o.$searchContainer.addClass("select2-search--hide"))})),n.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)}))},n.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},n.prototype.showSearch=function(e,t){return!0},n})),t.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;i>=0;i--){var o=t[i];this.placeholder.id===o.id&&n.splice(i,1)}return n},e})),t.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&this.$results.append(this.$loadingMore)},t.prototype.bind=function(t,n,i){var o=this;t.call(this,n,i),n.on("query",(function(e){o.lastParams=e,o.loading=!0})),n.on("query:append",(function(e){o.lastParams=e,o.loading=!0})),this.$results.on("scroll",(function(){var t=e.contains(document.documentElement,o.$loadingMore[0]);!o.loading&&t&&(o.$results.offset().top+o.$results.outerHeight(!1)+50>=o.$loadingMore.offset().top+o.$loadingMore.outerHeight(!1)&&o.loadMore())}))},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t})),t.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function n(t,n,i){this.$dropdownParent=i.get("dropdownParent")||e(document.body),t.call(this,n,i)}return n.prototype.bind=function(e,t,n){var i=this,o=!1;e.call(this,t,n),t.on("open",(function(){i._showDropdown(),i._attachPositioningHandler(t),o||(o=!0,t.on("results:all",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("results:append",(function(){i._positionDropdown(),i._resizeDropdown()})))})),t.on("close",(function(){i._hideDropdown(),i._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),i=t.call(this);return n.append(i),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._attachPositioningHandler=function(n,i){var o=this,r="scroll.select2."+i.id,s="resize.select2."+i.id,a="orientationchange.select2."+i.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){e(this).data("select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(r,(function(t){var n=e(this).data("select2-scroll-position");e(this).scrollTop(n.y)})),e(window).on(r+" "+s+" "+a,(function(e){o._positionDropdown(),o._resizeDropdown()}))},n.prototype._detachPositioningHandler=function(n,i){var o="scroll.select2."+i.id,r="resize.select2."+i.id,s="orientationchange.select2."+i.id;this.$container.parents().filter(t.hasScroll).off(o),e(window).off(o+" "+r+" "+s)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),o=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=r.top,s.bottom=r.top+s.height;var a=this.$dropdown.outerHeight(!1),l=t.scrollTop(),c=t.scrollTop()+t.height(),u=l<r.top-a,d=c>r.bottom+a,p={left:r.left,top:s.bottom},h=this.$dropdownParent;"static"===h.css("position")&&(h=h.offsetParent());var f=h.offset();p.top-=f.top,p.left-=f.left,n||i||(o="below"),d||!u||n?!u&&d&&n&&(o="below"):o="above",("above"==o||n&&"below"!==o)&&(p.top=s.top-f.top-a),null!=o&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+o),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+o)),this.$dropdownContainer.css(p)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n})),t.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(t){for(var n=0,i=0;i<t.length;i++){var o=t[i];o.children?n+=e(o.children):n++}return n}function t(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return t.prototype.showSearch=function(t,n){return!(e(n.data.results)<this.minimumResultsForSearch)&&t.call(this,n)},t})),t.define("select2/dropdown/selectOnClose",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("close",(function(e){i._handleSelectOnClose(e)}))},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var i=this.getHighlightedResults();if(!(i.length<1)){var o=i.data("data");null!=o.element&&o.element.selected||null==o.element&&o.selected||this.trigger("select",{data:o})}},e})),t.define("select2/dropdown/closeOnSelect",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",(function(e){i._selectTriggered(e)})),t.on("unselect",(function(e){i._selectTriggered(e)}))},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&n.ctrlKey||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e})),t.define("select2/i18n/en",[],(function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}})),t.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],(function(e,t,n,i,o,r,s,a,l,c,u,d,p,h,f,g,m,v,y,_,$,w,b,A,x,E,O,C,S){function T(){this.reset()}return T.prototype.apply=function(d){if(null==(d=e.extend(!0,{},this.defaults,d)).dataAdapter){if(null!=d.ajax?d.dataAdapter=f:null!=d.data?d.dataAdapter=h:d.dataAdapter=p,d.minimumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,v)),d.maximumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,y)),d.maximumSelectionLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,_)),d.tags&&(d.dataAdapter=c.Decorate(d.dataAdapter,g)),null==d.tokenSeparators&&null==d.tokenizer||(d.dataAdapter=c.Decorate(d.dataAdapter,m)),null!=d.query){var S=t(d.amdBase+"compat/query");d.dataAdapter=c.Decorate(d.dataAdapter,S)}if(null!=d.initSelection){var T=t(d.amdBase+"compat/initSelection");d.dataAdapter=c.Decorate(d.dataAdapter,T)}}if(null==d.resultsAdapter&&(d.resultsAdapter=n,null!=d.ajax&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,A)),null!=d.placeholder&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,b)),d.selectOnClose&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,O))),null==d.dropdownAdapter){if(d.multiple)d.dropdownAdapter=$;else{var D=c.Decorate($,w);d.dropdownAdapter=D}if(0!==d.minimumResultsForSearch&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,E)),d.closeOnSelect&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,C)),null!=d.dropdownCssClass||null!=d.dropdownCss||null!=d.adaptDropdownCssClass){var q=t(d.amdBase+"compat/dropdownCss");d.dropdownAdapter=c.Decorate(d.dropdownAdapter,q)}d.dropdownAdapter=c.Decorate(d.dropdownAdapter,x)}if(null==d.selectionAdapter){if(d.multiple?d.selectionAdapter=o:d.selectionAdapter=i,null!=d.placeholder&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,r)),d.allowClear&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,s)),d.multiple&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,a)),null!=d.containerCssClass||null!=d.containerCss||null!=d.adaptContainerCssClass){var L=t(d.amdBase+"compat/containerCss");d.selectionAdapter=c.Decorate(d.selectionAdapter,L)}d.selectionAdapter=c.Decorate(d.selectionAdapter,l)}if("string"==typeof d.language)if(d.language.indexOf("-")>0){var j=d.language.split("-")[0];d.language=[d.language,j]}else d.language=[d.language];if(e.isArray(d.language)){var P=new u;d.language.push("en");for(var k=d.language,I=0;I<k.length;I++){var R=k[I],U={};try{U=u.loadPath(R)}catch(e){try{R=this.defaults.amdLanguageBase+R,U=u.loadPath(R)}catch(e){d.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+R+'" could not be automatically loaded. A fallback will be used instead.');continue}}P.extend(U)}d.translations=P}else{var M=u.loadPath(this.defaults.amdLanguageBase+"en"),H=new u(d.language);H.extend(M),d.translations=H}return d},T.prototype.reset=function(){function t(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return d[e]||e}))}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:c.escapeMarkup,language:S,matcher:function n(i,o){if(""===e.trim(i.term))return o;if(o.children&&o.children.length>0){for(var r=e.extend(!0,{},o),s=o.children.length-1;s>=0;s--){null==n(i,o.children[s])&&r.children.splice(s,1)}return r.children.length>0?r:n(i,r)}var a=t(o.text).toUpperCase(),l=t(i.term).toUpperCase();return a.indexOf(l)>-1?o:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},T.prototype.set=function(t,n){var i={};i[e.camelCase(t)]=n;var o=c._convertData(i);e.extend(this.defaults,o)},new T})),t.define("select2/options",["require","jquery","./defaults","./utils"],(function(e,t,n,i){function o(t,o){if(this.options=t,null!=o&&this.fromElement(o),this.options=n.apply(this.options),o&&o.is("input")){var r=e(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=i.Decorate(this.options.dataAdapter,r)}}return o.prototype.fromElement=function(e){var n=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.language&&(e.prop("lang")?this.options.language=e.prop("lang").toLowerCase():e.closest("[lang]").prop("lang")&&(this.options.language=e.closest("[lang]").prop("lang"))),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),e.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),e.data("data",e.data("select2Tags")),e.data("tags",!0)),e.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",e.data("ajaxUrl")),e.data("ajax--url",e.data("ajaxUrl")));var o={};o=t.fn.jquery&&"1."==t.fn.jquery.substr(0,2)&&e[0].dataset?t.extend(!0,{},e[0].dataset,e.data()):e.data();var r=t.extend(!0,{},o);for(var s in r=i._convertData(r))t.inArray(s,n)>-1||(t.isPlainObject(this.options[s])?t.extend(this.options[s],r[s]):this.options[s]=r[s]);return this},o.prototype.get=function(e){return this.options[e]},o.prototype.set=function(e,t){this.options[e]=t},o})),t.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,n,i){var o=function(e,n){null!=e.data("select2")&&e.data("select2").destroy(),this.$element=e,this.id=this._generateId(e),n=n||{},this.options=new t(n,e),o.__super__.constructor.call(this);var i=e.attr("tabindex")||0;e.data("old-tabindex",i),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var s=this.render();this._placeContainer(s);var a=this.options.get("selectionAdapter");this.selection=new a(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var l=this.options.get("dropdownAdapter");this.dropdown=new l(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var u=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){u.trigger("selection:update",{data:e})})),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),e.data("select2",this)};return n.Extend(o,n.Observable),o.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},o.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},o.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var o=e.outerWidth(!1);return o<=0?"auto":o+"px"}if("style"==t){var r=e.attr("style");if("string"!=typeof r)return null;for(var s=r.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&c.length>=1)return c[1]}return null}return t},o.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},o.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",(function(){t.dataAdapter.current((function(e){t.trigger("selection:update",{data:e})}))})),this.$element.on("focus.select2",(function(e){t.trigger("focus",e)})),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=i?(this._observer=new i((function(n){e.each(n,t._syncA),e.each(n,t._syncS)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},o.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",(function(){t.toggleDropdown()})),this.selection.on("focus",(function(e){t.focus(e)})),this.selection.on("*",(function(i,o){-1===e.inArray(i,n)&&t.trigger(i,o)}))},o.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerEvents=function(){var t=this;this.on("open",(function(){t.$container.addClass("select2-container--open")})),this.on("close",(function(){t.$container.removeClass("select2-container--open")})),this.on("enable",(function(){t.$container.removeClass("select2-container--disabled")})),this.on("disable",(function(){t.$container.addClass("select2-container--disabled")})),this.on("blur",(function(){t.$container.removeClass("select2-container--focus")})),this.on("query",(function(e){t.isOpen()||t.trigger("open",{}),this.dataAdapter.query(e,(function(n){t.trigger("results:all",{data:n,query:e})}))})),this.on("query:append",(function(e){this.dataAdapter.query(e,(function(n){t.trigger("results:append",{data:n,query:e})}))})),this.on("open",(function(){setTimeout((function(){t.focusOnActiveElement()}),1)})),e(document).on("keydown",(function(e){var n=e.which;if(t.isOpen()){n===i.ESC||n===i.UP&&e.altKey?(t.close(),e.preventDefault()):n===i.ENTER||n===i.TAB?(t.trigger("results:select",{}),e.preventDefault()):n===i.SPACE&&e.ctrlKey?(t.trigger("results:toggle",{}),e.preventDefault()):n===i.UP?(t.trigger("results:previous",{}),e.preventDefault()):n===i.DOWN&&(t.trigger("results:next",{}),e.preventDefault());var o=t.$dropdown.find(".select2-search__field");o.length||(o=t.$container.find(".select2-search__field")),n===i.DOWN||n===i.UP?t.focusOnActiveElement():(o.focus(),setTimeout((function(){t.focusOnActiveElement()}),1e3))}else t.hasFocus()&&(n!==i.ENTER&&n!==i.SPACE&&n!==i.DOWN||(t.open(),e.preventDefault()))}))},o.prototype.focusOnActiveElement=function(){this.isOpen()&&!n.isTouchscreen()&&this.$results.find("li.select2-results__option--highlighted").focus()},o.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},o.prototype._syncSubtree=function(e,t){var n=!1,i=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&t.addedNodes.length>0)for(var o=0;o<t.addedNodes.length;o++){t.addedNodes[o].selected&&(n=!0)}else t.removedNodes&&t.removedNodes.length>0&&(n=!0);else n=!0;n&&this.dataAdapter.current((function(e){i.trigger("selection:update",{data:e})}))}},o.prototype.trigger=function(e,t){var n=o.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===t&&(t={}),e in i){var r=i[e],s={prevented:!1,name:e,args:t};if(n.call(this,r,s),s.prevented)return void(t.prevented=!0)}n.call(this,e,t)},o.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},o.prototype.open=function(){this.isOpen()||this.trigger("query",{})},o.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},o.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},o.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},o.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},o.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},o.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},o.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];e.isArray(n)&&(n=e.map(n,(function(e){return e.toString()}))),this.$element.val(n).trigger("change")},o.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},o.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),t.data("element",this.$element),t},o})),t.define("jquery-mousewheel",["jquery"],(function(e){return e})),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],(function(e,t,n,i){if(null==e.fn.selectWoo){var o=["open","close","destroy"];e.fn.selectWoo=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var i=e.extend(!0,{},t);new n(e(this),i)})),this;if("string"==typeof t){var i,r=Array.prototype.slice.call(arguments,1);return this.each((function(){var n=e(this).data("select2");null==n&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),i=n[t].apply(n,r)})),e.inArray(t,o)>-1?this:i}throw new Error("Invalid arguments for Select2: "+t)}}return null!=e.fn.select2&&null!=e.fn.select2.defaults&&(e.fn.selectWoo.defaults=e.fn.select2.defaults),null==e.fn.selectWoo.defaults&&(e.fn.selectWoo.defaults=i),e.fn.select2=e.fn.select2||e.fn.selectWoo,n})),{define:t.define,require:t.require}}(),n=t.require("jquery.select2");return e.fn.select2.amd=t,e.fn.selectWoo.amd=t,n}));inc/customizer/core/custom-controls/assets/js/customize-controls.min.js000064400000152724151213252720022560 0ustar00!function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-background"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagBackgroundControl()},initColorMagBackgroundControl:function(){var e=this,t=e.setting._value,n=e.container.find(".colormag-color-picker-alpha");(_.isUndefined(t["background-image"])||""===t["background-image"])&&(e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide()),n.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("background-color",n.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0]&&e.saveValue("background-color","")}}),e.container.on("click",".background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img",(function(t){var n=wp.media({multiple:!1}).open().on("select",(function(){var t,i,a,o=n.state().get("selection").first(),r=o.toJSON().sizes.full.url;_.isUndefined(o.toJSON().sizes.medium)?_.isUndefined(o.toJSON().sizes.thumbnail)||(r=o.toJSON().sizes.thumbnail.url):r=o.toJSON().sizes.medium.url,t=o.toJSON().sizes.full.url,o.toJSON().id,o.toJSON().width,o.toJSON().height,""!==t&&e.container.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),e.saveValue("background-image",t),i=e.container.find(".placeholder, .thumbnail"),a=e.container.find(".background-image-upload-remove-button"),i.length&&i.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+r+'" alt="" />'),a.length&&a.show()}));t.preventDefault()})),e.container.on("click",".background-image-upload-remove-button",(function(t){var n,i;t.preventDefault(),e.saveValue("background-image",""),n=e.container.find(".placeholder, .thumbnail"),i=e.container.find(".background-image-upload-remove-button"),e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide(),n.length&&n.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),i.length&&i.hide()})),e.container.on("change",".background-repeat select",(function(){e.saveValue("background-repeat",jQuery(this).val())})),e.container.on("change",".background-position select",(function(){e.saveValue("background-position",jQuery(this).val())})),e.container.on("change",".background-size select",(function(){e.saveValue("background-size",jQuery(this).val())})),e.container.on("change",".background-attachment select",(function(){e.saveValue("background-attachment",jQuery(this).val())}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .background-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),wp.customize.controlConstructor["colormag-buttonset"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),function(e){wp.customize.controlConstructor["colormag-date"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this,n=t.selector,i=e(n).find("input");i.datepicker({dateFormat:"yy-mm-dd",changeMonth:!0,changeYear:!0,showOn:"button",buttonText:"",beforeShow:function(t,n){e(t).after(e(t).datepicker("widget"))}}),i.on("change keyup paste",(function(){t.setting.set(e(this).val())}))}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-color"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="hue"===this.params.mode,n=this.container.find(".colormag-color-picker-alpha"),i=n.val().replace(/\s+/g,"");n.wpColorPicker({change:function(a,o){var r=t?o.color.h():n.iris("color");jQuery("html").hasClass("colorpicker-ready")&&i!==r.replace(/\s+/g,"")&&e.setting.set(r)},clear:function(){e.setting.get()||e.setting.set(""),e.setting.set("")}})}})}(jQuery),function(e,t){t.controlConstructor["colormag-dimensions"]=t.Control.extend({ready:function(){let t=this,n=this.container.find(".control input"),i=this.container.find(".colormag-dimensions-reset"),a=this.container.find(".dimension-unit");n.on("change input",(function(){let i=e(this);i.closest(".control").hasClass("linked")?(t.update({value:i.val(),side:"all"}),n.val(i.val())):t.update({value:i.val(),side:i.data("type")})})),a.on("change",(function(){t.update({value:"",side:"all"}),t.update({value:e(this).val(),side:"unit"}),n.val("")})),t.container.find(".colormag-binding").on("click",(function(t){t.preventDefault();var n=e(this),i=n.parent(".control");n.toggleClass("active"),i.toggleClass("linked"),n.hasClass("active")&&i.find("input").val(i.find("input").first().val()).trigger("change")})),i.on("click",(function(e){e.preventDefault(),t.reset()})),t.container.find(`input#colormag_dimensions_${t.id}`).on("change",(function(){t.setting.set(JSON.parse(e(this).val()))}))},update:function({value:t,side:n="top"}){var i=this.container.find(`input#colormag_dimensions_${this.id}`),a=JSON.parse(i.val());"all"===n?a=e.extend(a,{top:t,right:t,bottom:t,left:t}):a[n]=t,i.val(JSON.stringify(a)).trigger("change")},reset(){var e=this,t=e.params.default;["top","right","bottom","left","unit"].forEach((function(n){var i=t[n]?t[n]:"";e.update({value:i,side:n}),e.container.find(`[data-type="${n}"]`).val(i)}))}})}(jQuery,wp.customize),wp.customize.controlConstructor["colormag-dropdown-categories"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("change","select",(function(){e.setting.set(jQuery(this).val())}))}}),wp.customize.controlConstructor["colormag-editor"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="editor_"+e.id;wp.editor&&wp.editor.initialize&&wp.editor.initialize(t,{tinymce:{wpautop:!0,setup:function(t){t.on("Paste Change input Undo Redo",(function(){var n=t.getContent();wp.customize.instance(e.id).set(n)}))}},quicktags:!0,mediaButtons:!0})}}),function(e){wp.customize.controlConstructor["colormag-fontawesome"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagFontawesomeControl()},initColorMagFontawesomeControl:function(){var t,n=this,i=n.selector,a=e(i).find("select"),o=[],r=n.setting._value,s=window["ColorMagCustomizerControlFontawesome"+this.id],l=0;e.each(s,(function(e,t){o[l]={id:t,text:t},l++})),(t=a.selectWoo({data:o,width:"100%",templateResult:function(t){return t.id?e('<span><i class="fa fa-lg '+t.text+'"></i> '+t.text+"</span>"):t.text}})).val(r).trigger("change"),t.on("change",(function(){n.setting.set(a.val())}))}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-gradient"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this;t.initColorControl(),t.initColorStopControl(),t.initColor2Control(),t.initColorStop2Control(),t.initGradientAngleControl();var n=e(".types select").find(":selected").val();"radial"===n&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===n&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.container.on("change",".types select",(function(){"radial"===e(this).find(":selected").val()&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===e(this).find(":selected").val()&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.saveValue("gradient-type",jQuery(".types select").val())})),t.container.on("change",".type-radial select",(function(){t.saveValue("gradient-position",jQuery(".type-radial select").val())}))},initColorControl:function(){var e=this,t=(e.setting._value,e.container.find(".color .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".primary-color .wp-color-picker")[0]&&e.saveValue("color","")}})},initColorStopControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop",t)}))},initColor2Control:function(){var e=this,t=(e.setting._value,e.container.find(".color-2 .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color-2",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".secondary-color .wp-color-picker")[0]&&e.saveValue("color-2","")}})},initColorStop2Control:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop-2 input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop-2 .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop-2 .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop-2",t)}))},initGradientAngleControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".type-linear input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".type-linear .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".type-linear .slider-wrapper").find("input[type=range]").val(t),e.saveValue("gradient-angle",t)}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .gradient-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),function(e){wp.customize.controlConstructor["colormag-group"]=wp.customize.Control.extend({ready:function(){"use strict";this.registerToggleEvents(),this.container.on("colormag_settings_changed",this.onOptionChange)},registerToggleEvents:function(){let t=this;e(".wp-full-overlay-sidebar-content").click((function(t){e(t.target).closest(".colormag-field-settings-modal").length||e(".colormag-group-toggle-icon.open").trigger("click")})),t.container.on("click",".colormag-group-wrap .colormag-group-toggle-icon",(function(n){n.preventDefault(),n.stopPropagation();let i=e(this),a=i.closest(".customize-control-colormag-group"),o=a.find(".colormag-field-settings-modal").data("loaded"),r=a.parents(".control-section");if(i.hasClass("open"))a.find(".colormag-field-settings-modal").hide();else{let n=r.find(".colormag-group-toggle-icon.open");if(n.length>0&&n.trigger("click"),o)a.find(".colormag-field-settings-modal").show();else{let n=t.params.colormag_fields,i=e(ColorMagCustomizerControlGroup.group_modal_tmpl),o=e("#customize-footer-actions .active").attr("data-device");a.find(".colormag-field-settings-wrap").append(i),a.find(".colormag-fields-wrap").attr("data-control",t.params.name),t.colormag_render_field(a,n,t),a.find(".colormag-field-settings-modal").show(),"mobile"===o?(e(".control-wrap.mobile").addClass("active"),e(".responsive-switchers .preview-mobile").addClass("active"),e(".control-wrap.tablet, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop").removeClass("active")):"tablet"===o?(e(".control-wrap.tablet").addClass("active"),e(".responsive-switchers .preview-tablet").addClass("active"),e(".control-wrap.mobile, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop").removeClass("active")):(e(".control-wrap.desktop").addClass("active"),e(".responsive-switchers .preview-desktop").addClass("active"),e(".control-wrap.mobile, .control-wrap.tablet").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet").removeClass("active"))}}i.toggleClass("open")})),t.container.on("click",".colormag-group-wrap > .customizer-text",(function(t){t.preventDefault(),t.stopPropagation(),e(this).find(".colormag-group-toggle-icon").trigger("click")}))},colormag_render_field:function(t,n,i){let a=this,o=t.find(".colormag-fields-wrap"),r="",s=[],l=a.isJSONString(i.params.value)?JSON.parse(i.params.value):{};if(void 0!==n.tabs){let t=0;r+='<div id="'+i.params.name+'-tabs" class="colormag-group-tabs">',r+='<ul class="colormag-group-list">',_.each(n.tabs,(function(e,n){let i="";0===t&&(i="active"),r+='<li class="'+i+'"><a href="#tab-'+n.replace(" ","-")+'"><span>'+n+"</span></a></li>",t++})),r+="</ul>",r+='<div class="colormag-tab-content" >',_.each(n.tabs,(function(e,t){let n=a.generateFieldHtml(e,l);r+='<div id="tab-'+t.replace(" ","-")+'" class="tab">',r+=n.html,_.each(n.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),r+="</div>"})),r+="</div>",r+="</div>",o.html(r),e("#"+i.params.name+"-tabs").tabs()}else{let e=a.generateFieldHtml(n,l);r+=e.html,_.each(e.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),o.html(r)}_.each(s,(function(e,t){switch(e.key){case"colormag-color":a.initColorControl(o,i,e.name);break;case"colormag-background":a.initBackgroundControl(i,e,e.name);break;case"colormag-typography":a.initTypographyControl(i,e,e.name)}})),t.find(".colormag-field-settings-modal").data("loaded",!0)},isJSONString:function(e){try{JSON.parse(e)}catch(e){return!1}return!0},generateFieldHtml:function(e,t){let n="",i=[];_.each(e,(function(e,t){let a=wp.customize.control(e.name)?wp.customize.control(e.name).params.value:"",o=e.control,r="customize-control-"+o+"-content",s=wp.template(r),l=a||e.default,c="",u="";e.value=l,e.title=e.label,_.each(e.data_attrs,(function(e,t){c+=" data-"+t+' ="'+e+'"'})),_.each(e.input_attrs,(function(e,t){u+=t+' ="'+e+'"'})),e.dataAttrs=c,e.inputAttrs=u,i.push({key:o,value:l,name:e.name});let d="",p=["colormag-typography"];"colormag-typography"===e.control&&p.includes(e.control)&&(e.languages=ColorMagCustomizerControlTypographySubsets),p.includes(e.control)&&(d="has-responsive-switchers"),e.suffix=window[e.name].suffix,e.default_suffix=window[e.name].default_suffix,e.input_attrs=window[e.name].input_attrs,n+='<li id="customize-control-'+e.name+'" class="customize-control '+d+" customize-control-"+e.control+'" >',n+=s(e),n+="</li>"}));let a=new Object;return a.controls=i,a.html=n,a},onOptionChange:function(t,n,i,a,o){e(".hidden-field-"+o).val(a),wp.customize.control(o).setting.set(a)},initColorControl:function(t,n,i){let a=this;t.find(".customize-control-colormag-color .colormag-color-picker-alpha").wpColorPicker({change:function(t,n){if(void 0!==t.originalEvent||void 0!==n.color._alpha){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=e(n).parents(".customize-control").attr("id");let o=e("#"+i+".customize-control-colormag-color .colormag-color-picker-alpha");i=i.replace("customize-control-","");let r=o.iris("color");e(n).val(r),a.container.trigger("colormag_settings_changed",[a,e(n),r,i])}},clear:function(t){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=(i=e(n).parents(".customize-control").attr("id")).replace("customize-control-",""),e(n).val(""),a.container.trigger("colormag_settings_changed",[a,e(n),"",i]),wp.customize.previewer.refresh()}})},initBackgroundControl:function(t,n,i){let a=e("#customize-control-"+t.id.replace("[","-").replace("]","")+" .background-hidden-value"),o=JSON.parse(a.val()),r=n.name,s=t.container.find(".colormag-color-picker-alpha"),l=t.container.find("#customize-control-"+r);(_.isUndefined(o["background-image"])||""===o["background-image"])&&(l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide()),s.wpColorPicker({change:function(){if(e("html").hasClass("colorpicker-ready")){let n=e(this);setTimeout((function(){t.saveBackgroundValue("background-color",s.val(),n,i)}),100)}},clear:function(n){let a=e(n.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];a&&t.saveBackgroundValue("background-color","",e(a),i),wp.customize.previewer.refresh()}}),l.on("click",".background-image-upload-button, .thumbnail-image img",(function(n){let a=e(this),o=wp.media({multiple:!1}).open().on("select",(function(){let e,n,r,s,c,u,d=o.state().get("selection").first(),p=d.toJSON().sizes.full.url;_.isUndefined(d.toJSON().sizes.medium)?_.isUndefined(d.toJSON().sizes.thumbnail)||(p=d.toJSON().sizes.thumbnail.url):p=d.toJSON().sizes.medium.url,e=d.toJSON().sizes.full.url,n=d.toJSON().id,r=d.toJSON().width,s=d.toJSON().height,""!==e&&l.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),t.saveBackgroundValue("background-image",e,a,i),c=l.find(".placeholder, .thumbnail"),u=l.find(".background-image-upload-remove-button"),c.length&&c.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+p+'" alt="" />'),u.length&&u.show()}));n.preventDefault()})),l.on("click",".background-image-upload-remove-button",(function(n){let i,a;n.preventDefault(),t.saveBackgroundValue("background-image","",e(this)),i=l.find(".placeholder, .thumbnail"),a=l.find(".background-image-upload-remove-button"),l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide(),i.length&&i.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),a.length&&a.hide()})),l.on("change",".background-repeat select",(function(){t.saveBackgroundValue("background-repeat",e(this).val(),e(this),i)})),l.on("change",".background-position select",(function(){t.saveBackgroundValue("background-position",e(this).val(),e(this),i)})),l.on("change",".background-size select",(function(){t.saveBackgroundValue("background-size",e(this).val(),e(this),i)})),l.on("change",".background-attachment select",(function(){t.saveBackgroundValue("background-attachment",e(this).val(),e(this),i)}))},saveBackgroundValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .background-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])},initTypographyControl:function(t,n,i){t.setting._value;let a=n.name,o=t.container.find("#customize-control-"+a);function r(e){t.container.find(`.${e} .control-wrap`).each((function(){const t=jQuery(this),i=t.find(".range input"),a=t.find(".size input"),o=t.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let t=n.input_attrs.attributes_config[e][s];t&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",t.min),jQuery(this).attr("max",t.max),jQuery(this).attr("step",t.step)}))}o.val(s),i.val(r),a.val(r),a.change()}))}n.input_attrs=window[n.name].input_attrs,t.renderTypographyFontSelector(e(this),i,n),t.renderTypographyVariantSelector(e(this),i,n),t.renderTypographySubsetSelector(e(this),i,n),o.on("change",".font-style select",(function(){t.saveTypographyValue("font-style",e(this).val(),e(this),i)})),o.on("change",".text-transform select",(function(){t.saveTypographyValue("text-transform",e(this).val(),e(this),i)})),o.on("change",".text-decoration select",(function(){t.saveTypographyValue("text-decoration",e(this).val(),e(this),i)})),o.on("change keyup paste input",".font-size input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-font-size-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyFontSize(e(this),i,n)})),o.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),o.on("change keyup paste input",".font-size select",(function(){var a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyFontSizeUnit(e(this),i,n)})),o.on("change keyup paste input",".line-height input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-line-height-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLineHeight(e(this),i,n)})),o.on("change keyup paste input",".line-height select",(function(){let a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyLineHeightUnit(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-letter-spacing-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLetterSpacing(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing select",(function(){t.saveTypographyLetterSpacingUnit(e(this),i,n)})),this.container.find(".font-size input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),t.container.on("click",".colormag-font-size-reset",(function(){r("font-size")})),t.container.on("click",".colormag-line-height-reset",(function(){r("line-height")})),t.container.on("click",".colormag-letter-spacing-reset",(function(){r("letter-spacing")}))},renderTypographyFontSelector:function(t,n,i){let a,o=this,r=o.selector+" .font-family select",s=[],l=[],c=[],u=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),d=JSON.parse(u.val()),p=o.getTypographyFonts();_.isUndefined(p.standard)||_.each(p.standard,(function(e){s.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(p.google)||_.each(p.google,(function(e){l.push({id:e.family,text:e.label})})),data=[{text:p.standardfontslabel,children:s},{text:p.googlefontslabel,children:l}],_.isUndefined(p.custom)||(_.each(p.custom,(function(e){c.push({id:e.family,text:e.label})})),data.push({text:p.customfontslabel,children:c})),a=e(r).selectWoo({data:data,width:"100%"}),d["font-family"]&&a.val(d["font-family"].replace(/'/g,'"')).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-family",e(this).val(),e(this),n),o.renderTypographyVariantSelector(e(this),n,i),o.renderTypographySubsetSelector(e(this),n,i)}))},getTypographyFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderTypographyVariantSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographyVariants(l),u=o.selector+" .font-weight select",d=[],p=!1;!1!==c?(e(o.selector+" .font-weight").show(),_.each(c,(function(e){s["font-weight"]===e.id&&(p=!0),d.push({id:e.id,text:e.label})})),p||(s["font-weight"]="regular"),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(s["font-weight"]).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-weight",e(this).val(),e(this),n)}))):e(o.selector+" .font-weight").hide()},getTypographyVariants:function(e){let t=this.getTypographyFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants,n})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants,n})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants,n})),n},renderTypographySubsetSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographySubsets(l),u=o.selector+" .subsets select",d=[],p=s.subsets;!1!==c?(e(o.selector+" .subsets").show(),_.each(c,(function(e){_.isObject(p)&&-1===p.indexOf(e.id)&&(p=_.reject(p,(function(t){return t===e.id}))),d.push({id:e.id,text:e.label})}))):e(o.selector+" .subsets").hide(),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(p).trigger("change"),a.on("change",(function(){o.saveTypographyValue("subsets",e(this).val(),e(this),n)}))},getTypographySubsets:function(e){let t=!1,n=this.getTypographyFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets,t})),t},saveTypographyFontSize:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"font-size":{desktop:{size:r["font-size"].desktop.size,unit:r["font-size"].desktop.unit},tablet:{size:r["font-size"].tablet.size,unit:r["font-size"].tablet.unit},mobile:{size:r["font-size"].mobile.size,unit:r["font-size"].mobile.unit}}};l.find(".font-size .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["font-size"][n]||(c["font-size"][n]={}),c["font-size"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyFontSizeUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"font-size":{desktop:{size:o["font-size"].desktop.size,unit:o["font-size"].desktop.unit},tablet:{size:o["font-size"].tablet.size,unit:o["font-size"].tablet.unit},mobile:{size:o["font-size"].mobile.size,unit:o["font-size"].mobile.unit}}};s.find(".font-size .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["font-size"][n]||(l["font-size"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["font-size"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["font-size"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLineHeight:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"line-height":{desktop:{size:r["line-height"].desktop.size,unit:r["line-height"].desktop.unit},tablet:{size:r["line-height"].tablet.size,unit:r["line-height"].tablet.unit},mobile:{size:r["line-height"].mobile.size,unit:r["line-height"].mobile.unit}}};l.find(".line-height .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["line-height"][n]||(c["line-height"][n]={}),c["line-height"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLineHeightUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"line-height":{desktop:{size:o["line-height"].desktop.size,unit:o["line-height"].desktop.unit},tablet:{size:o["line-height"].tablet.size,unit:o["line-height"].tablet.unit},mobile:{size:o["line-height"].mobile.size,unit:o["line-height"].mobile.unit}}};s.find(".line-height .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["line-height"][n]||(l["line-height"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["line-height"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["line-height"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLetterSpacing:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLetterSpacingUnit:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].unit=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])}})}(jQuery),function(e){e(window).on("load",(function(){e(".tg-navigate a").on("click",(function(t){t.preventDefault();var n=e(this).data("target"),i=e(this).data("section");i&&("panel"===n?wp.customize.panel(i).focus():wp.customize.section(i).focus())}))}))}(jQuery),wp.customize.controlConstructor["colormag-radio-image"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),wp.customize.controlConstructor["colormag-slider"]=wp.customize.Control.extend({ready:function(){"use strict";let e=this,t=this.container.find(".colormag-progress"),n=this.container.find(".size input").val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100;if(""===n){let e=`linear-gradient(to right, #ebebeb 0%, #ebebeb ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}else{let e=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}e.container.on("change keyup paste input",".size input",(function(){let n=jQuery(this),i=n.val(),a=n.attr("max"),o=t.attr("min"),r=(i-o)/(a-o)*100,s=jQuery(this).closest(".slider-wrapper"),l=s.find("input[type=range]"),c=s.find(".colormag-warning"),u=(l.val(i),`linear-gradient(to right, #0073AA 0%, #0073AA ${r}%, #ebebeb ${r}%, #ebebeb 100%)`);l.css("background",u);let d=parseFloat(a),p=parseFloat(o),g=parseFloat(i);p>g||d<g?(c.html("Value must be between "+o+" and "+a),c.addClass("warning-visible"),n.addClass("invalid-color")):(c.removeClass("warning-visible"),n.removeClass("invalid-color")),e.updateSize()})),e.container.on("change keyup paste input",".range input",(function(){e.updateSize()})),e.container.on("change",".unit-wrapper select",(function(){e.container.find(".slider-label").each((function(){var t=jQuery(this).find(".unit-wrapper select").val();if(t){var n=e.params.input_attrs.attributes_config[t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".slider-label"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateUnit()})),this.container.find("input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear-gradient(to right, #0073AA 0%, #0073AA ${a}%, #ebebeb ${a}%, #ebebeb 100%)`;e.css("background",r),o.val(t),o.change()})),this.container.find(".colormag-slider-reset").click((function(){let t=jQuery(this).closest("li").children(".slider-label"),n=t.find("input[type=range]"),i=t.find(".colormag-range-value input"),a=t.find(".unit-wrapper select"),o=n.data("reset_value"),r=n.data("reset_unit");if(r){var s=e.params.input_attrs.attributes_config[r];s&&t.find("input").each((function(){jQuery(this).attr("min",s.min),jQuery(this).attr("max",s.max),jQuery(this).attr("step",s.step)}))}a.val(r||"px").change(),n.val(o).change(),i.val(o).change();a.val(),n.val(),i.val()}))},updateSize:function(){let e=this,t=e.setting.get(),n=e.container.find(".slider-hidden-value"),i={size:{}};e.container.find(".size .input-wrapper").each((function(){let e=jQuery(this).find("input").val();i.size=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".slider-hidden-value"),i={unit:{}};e.container.find(".unit-wrapper .input-wrapper").each((function(){let e=jQuery(this).find("select").val();i.unit=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)),e.setting.set(t)}}),wp.customize.controlConstructor["colormag-sortable"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;e.sortableContainer=e.container.find("ul.sortable").first(),e.unsortableContainer=e.container.find("ul.unsortable").first(),e.unsortableContainer.find("li").each((function(){jQuery(this).find(".switch").on("click",(function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()})),e.sortableContainer.sortable({stop:function(){e.updateValue()}}).disableSelection().find("li").each((function(){jQuery(this).find(".switch").click((function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()}))},updateValue:function(){"use strict";var e,t=[],n=[];this.sortableContainer.find("li").each((function(){jQuery(this).is(".invisible")||t.push(jQuery(this).data("value"))})),this.unsortableContainer.find("li").each((function(e){jQuery(this).is(".invisible")||n.push(jQuery(this).data("value"))})),e=n.concat(t),this.setting.set(e)}}),wp.customize.controlConstructor["colormag-toggle"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t=e.setting._value;this.container.on("change","input",(function(){t=!!jQuery(this).is(":checked"),e.setting.set(t)}))}}),wp.customize.controlConstructor["colormag-typography"]=wp.customize.Control.extend({ready:function(){"use strict";const e=this;function t(t){e.container.find(`.${t} .control-wrap`).each((function(){const n=jQuery(this),i=n.find(".range input"),a=n.find(".size input"),o=n.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let n=e.params.input_attrs.attributes_config[t][s];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}o.val(s||"px").change(),i.val(r).change(),a.val(r).change();o.val(),i.val(),a.val()}))}e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.renderFontSelector(),e.renderVariantSelector(),e.renderSubsetSelector(),e.container.on("change",".font-style select",(function(){e.saveValue("font-style",jQuery(this).val())})),e.container.on("change",".text-transform select",(function(){e.saveValue("text-transform",jQuery(this).val())})),e.container.on("change",".text-decoration select",(function(){e.saveValue("text-decoration",jQuery(this).val())})),e.container.on("change keyup",".font-size .size input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-font-size-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateFontSize()})),e.container.on("change keyup paste input",".font-size .range input",(function(){e.updateFontSize()})),this.container.find(".font-size input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input");t.val(e),t.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),e.container.on("change",".font-size-unit",(function(){e.container.find(".font-size .control-wrap").each((function(){let t=jQuery(this).find(".unit-wrapper .font-size-unit").val();if(t){let n=e.params.input_attrs.attributes_config["font-size"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateFontSizeUnit()})),e.container.on("click",".colormag-font-size-reset",(function(){t("font-size")})),e.container.on("click",".colormag-line-height-reset",(function(){t("line-height")})),e.container.on("click",".colormag-letter-spacing-reset",(function(){t("letter-spacing")})),e.container.on("change keyup paste input",".line-height input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-line-height-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLineHeight()})),e.container.on("change",".line-height-unit",(function(){e.container.find(".line-height .control-wrap").each((function(){var t=jQuery(this).find(".unit-wrapper .line-height-unit").val();if(t){var n=e.params.input_attrs.attributes_config["line-height"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateLineHeightUnit()})),e.container.on("change keyup paste input",".letter-spacing-unit",(function(){e.updateLetterSpacingUnit()})),e.container.on("change keyup paste input",".letter-spacing input",(function(){var t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-letter-spacing-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLetterSpacing()}))},renderFontSelector:function(){var e,t=this,n=t.selector+" .font-family select",i=[],a=[],o=[],r=t.setting._value,s=t.getFonts();_.isUndefined(s.standard)||_.each(s.standard,(function(e){i.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(s.google)||_.each(s.google,(function(e){a.push({id:e.family,text:e.label})})),data=[{text:s.standardfontslabel,children:i},{text:s.googlefontslabel,children:a}],_.isUndefined(s.custom)||(_.each(s.custom,(function(e){o.push({id:e.family,text:e.label})})),data.push({text:s.customfontslabel,children:o})),e=jQuery(n).selectWoo({data:data,width:"100%"}),r["font-family"]&&e.val(r["font-family"].replace(/'/g,'"')).trigger("change"),e.on("change",(function(){t.saveValue("font-family",jQuery(this).val()),t.renderVariantSelector(),t.renderSubsetSelector()}))},getFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderVariantSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getVariants(i),o=t.selector+" .font-weight select",r=[],s=!1;!1!==a?(jQuery(t.selector+" .font-weight").show(),_.each(a,(function(e){n["font-weight"]===e.id&&(s=!0),r.push({id:e.id,text:e.label})})),s||(n["font-weight"]="regular"),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(n["font-weight"]).trigger("change"),e.on("change",(function(){t.saveValue("font-weight",jQuery(this).val())}))):jQuery(t.selector+" .font-weight").hide()},getVariants:function(e){var t=this.getFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants})),n},renderSubsetSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getSubsets(i),o=t.selector+" .subsets select",r=[],s=n.subsets;!1!==a?(jQuery(t.selector+" .subsets").show(),_.each(a,(function(e){_.isObject(s)&&-1===s.indexOf(e.id)&&(s=_.reject(s,(function(t){return t===e.id}))),r.push({id:e.id,text:e.label})}))):jQuery(t.selector+" .subsets").hide(),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(s).trigger("change"),e.on("change",(function(){t.saveValue("subsets",jQuery(this).val())}))},getSubsets:function(e){var t=!1,n=this.getFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets})),t},saveValue:function(e,t){var n=this,i=n.container.find(".typography-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)},updateFontSize:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["font-size"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateFontSizeUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find(".unit-wrapper .font-size-unit").val(),t=jQuery(this).find(".unit-wrapper .font-size-unit").data("device");i["font-size"][t].unit=e,i["font-size"][t].size=""})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeight:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["line-height"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeightUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .line-height-unit").val(),t=jQuery(this).find(".unit-wrapper .line-height-unit").data("device");i["line-height"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacing:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["letter-spacing"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacingUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .letter-spacing-unit").val(),t=jQuery(this).find(".unit-wrapper .letter-spacing-unit").data("device");i["letter-spacing"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)}});inc/customizer/core/custom-controls/assets/js/customize-controls.js000064400000333446151213252720022000 0ustar00/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );

/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );

/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );

/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );

/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);

/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );

/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on(
			'load',
			function () {
				$( 'html' ).addClass( 'colorpicker-ready' );
			}
		);

		wp.customize.controlConstructor['colormag-gradient'] = wp.customize.Control.extend(
			{

				ready : function () {

					'use strict';

					var control = this;

					// Init controls.
					control.initColorControl();
					control.initColorStopControl();
					control.initColor2Control();
					control.initColorStop2Control();
					control.initGradientAngleControl();

					var selectedType = $( '.types select' ).find( ':selected' ).val();

					if ( 'radial' === selectedType ) {
						control.container.find( '.type > .type-linear' ).hide();
						control.container.find( '.type > .type-radial' ).show();
					}

					if ( 'linear' === selectedType ) {
						control.container.find( '.type > .type-radial' ).hide();
						control.container.find( '.type > .type-linear' ).show();
					}
					control.container.on(
						'change',
						'.types select',
						function () {
							if ( 'radial' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-linear' ).hide();
								control.container.find( '.type > .type-radial' ).show();
							}

							if ( 'linear' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-radial' ).hide();
								control.container.find( '.type > .type-linear' ).show();
							}

							control.saveValue( 'gradient-type', jQuery( '.types select' ).val() );
						}
					);
					control.container.on(
						'change',
						'.type-radial select',
						function () {
							control.saveValue( 'gradient-position', jQuery( '.type-radial select' ).val() );
						}
					);

				},

				initColorControl : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.primary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color', '' );
								}
							}

							}
					);

				},

				initColorStopControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop' , value );
						}
					);

				},

				initColor2Control : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color-2 .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color-2', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.secondary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color-2', '' );
								}
							}

						}
					);

				},

				initColorStop2Control : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop-2 input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop-2 .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop-2 .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop-2' , value );
						}
					);

				},

				initGradientAngleControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.type-linear input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.type-linear .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.type-linear .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'gradient-angle' , value );
						}
					);

				},

					/**
					 * Saves the value.
					 */
				saveValue : function ( property, value ) {
					var control     = this,
						input       = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .gradient-hidden-value' ),
						val         = control.setting._value;
					val[ property ] = value;
					jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
					control.setting.set( val );
				},

			}
		);

	}
)( jQuery );

/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );

/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );

/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );

/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );

/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);

/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
inc/customizer/core/custom-controls/assets/css/customize-controls-rtl.css000064400000176637151213252720023136 0ustar00@charset "UTF-8";

.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	right: -2px;
	margin-right: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	right: 50%;
	margin-right: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content,
#customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content>div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner {
	border-right: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus,
.customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-left: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 0 8px 6px;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus,
.wp-picker-container .wp-color-result.button:active,
.wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	right: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 6px 0 10px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	right: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
	margin-left: 0 !important;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-right: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-left: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-right: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 100% 0;
	margin: 0;
	left: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	right: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-right: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-right: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	right: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	right: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	right: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-left: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	left: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default,
.customize-control-colormag-group .ui-widget-content .ui-state-default,
.customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap>.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	left: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	left: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	right: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	left: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-right-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label>img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked+label img,
.customize-control-colormag-radio-image .image-col-2 input:checked+label img,
.customize-control-colormag-radio-image .image-col-3 input:checked+label img,
.customize-control-colormag-radio-image .image-col-4 input:checked+label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label>img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc(25% - 12px);
	flex-basis: calc(25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label>img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	right: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-left: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: left;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	left: 0;
	border-right: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	left: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable label input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	right: 5px;
	left: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-right: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-right: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	left: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	left: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-left: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 2px 0 0 2px;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover,
.slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-right: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial>span {
	border-left: 1px solid #eeeeee;
	padding: 0 8px 0 5px;
}

.colormag-title-wrapper .guide-tutorial>span:first-child,
.colormag-title-wrapper .guide-tutorial>span:last-of-type {
	border-left: 0;
	padding-left: 0;
}

.colormag-title-wrapper .guide-tutorial>span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"] {
	margin-left: 8px;
	margin-right: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-right: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}inc/customizer/core/custom-controls/assets/css/selectWoo.min.css000064400000035434151213252720021167 0ustar00.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:0;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:0}.select2-container--classic .select2-dropdown--below{border-top:0}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}inc/customizer/core/custom-controls/assets/css/customize-controls.min-rtl.css000064400000153115151213252720023702 0ustar00@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;right:-2px;margin-right:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";right:50%;margin-right:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-right:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-left:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 0 8px 6px;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;right:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:100%;border:0;line-height:2.15384615;padding:0 6px 0 10px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;right:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-right:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-left:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-right:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:100%;margin:0;left:-3px;outline:1px solid rgba(0,0,0,0.1);right:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;left:12px;right:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-right:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-right:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{right:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;right:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);right:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:100%;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-left:24px;margin-right:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-left:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:100%;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:100%;left:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;left:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{left:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);right:0;position:absolute;left:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;left:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-right-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;right:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;left:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-left:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:left}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-right:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;left:0;border-right:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{left:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;right:5px;left:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-right:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;left:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{left:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-left:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:2px 0 0 2px;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;left:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-right:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-left:1px solid #eee;padding:0 8px 0 5px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-left:0;padding-left:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:100%}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:100%;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-left:8px;margin-right:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-right:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}inc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.min.css000064400000076610151213252730023111 0ustar00/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}inc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui.css000064400000113561151213252730022324 0ustar00/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
	works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
inc/customizer/core/custom-controls/assets/css/jquery-ui/jquery-ui-rtl.css000064400007624700151213252730023134 0ustar00/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:100% 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:100% 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:100% 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */,.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;right:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .7em .5em .5em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-right:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;right:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-left:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icons .ui-button-text{padding-right:2.1em;padding-left:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{right:50%;margin-right:-8px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{right:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{left:.5em}.ui-buttonset{margin-left:7px}.ui-buttonset .ui-button{margin-right:0;margin-left:-.3em}button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:ltr}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;right:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:right;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;left:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0 0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:right;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em .4em .5em 1em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:left}.ui-dialog .ui-dialog-buttonpane button{margin:.5em 0 .5em .4em;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;left:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px .4em 3px 1em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-active,.ui-menu .ui-state-focus{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-right:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;right:.2em;margin:auto 0}.ui-menu .ui-menu-icon{right:auto;left:0}.ui-progressbar{height:2em;text-align:right;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;right:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;right:0}.ui-resizable-e{cursor:e-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-se{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ui-resizable-sw{cursor:se-resize;width:9px;height:9px;right:-5px;bottom:-5px}.ui-resizable-nw{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-resizable-ne{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;right:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:700;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{left:.5em;right:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:right;padding:.4em 1em .4em 2.1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:100% 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:0 0;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-right:.4em;margin-left:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;left:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-left:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;right:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0 0}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:100% 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:100% -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:100% -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:100% -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:100% -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:100% -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:100% -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:100% -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:100% -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:100% -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:100% -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:100% -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:100% -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:100% -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:100% -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-right-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-left-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png000064400000000203151213252750026364 0ustar00�PNG


IHDR(d�-�(IDATX��ʱ
 ����W���MDQEQEQEQ���dS;{PIEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png000064400000000232151213252750026234 0ustar00�PNG


IHDR(d�-�)IDATX���1
0��	*g���������(��(��(���9,.B�,�"IEND�B`�customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png000064400000000164151213252750030200 0ustar00inc�PNG


IHDRdbG�IDAT�cx��@�!$��`3i��,��}�
IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png000064400000000247151213252750026407 0ustar00�PNG


IHDR��:��8IDAT8���1
!�I�[AX�� {S<&u����?�sUY��
K6�s��/X�hD2��IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png000064400000020310151213252750025437 0ustar00�PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��)�:wctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png000064400000000267151213252750026414 0ustar00�PNG


IHDR��:��8IDAT8Oc���#�(ţ;������| ���b�:0������@�3�?�G���g�Ɋ��IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_454545_256x240.png000064400000030576151213252750025233 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGDE�;�-tIME�
%��'E�IDATx��k�%Gu�m;���!�^���pl0�[�HXȹ�H��:w8;��������g1s�����]�&��<�����������Clfq؅!,"�·�Wu׫��{�v�Gwn�>U�UuN=�ΩS��x4g
:�������6!�Agb3� �6+�J�D��0���&�s؇N�_�Bs&&�ڏ>~=��
c{v��j%�_�D����Y�E��F
qܸ�G���
�R�SơC���E�ہ!�'�NP)~��tϷ=;��wהme�BH{s�
S���&�S��6MCP6�z�̐!(�hnE�6�VjնcO��6�y7��iʶ~fK����jڬT0��<�2�����6+��^;�4~%����pxh8�4^/
�������:���2�n6eL�h`~��=u���p����r�n0s��Os횶����Wr���G��h �_
�C��mz�-��=�)w���Fi��#�@u-cթP���O{S�s˛^|B��A�'m	TQ���n`.[��ܫ�
|�Եt�7^�p�����@������pxh8�4^�s���C8�U��k���N��}��A� �栺*�s%�����~�aJYT}�-����1�pT��V�P%�%�?p(�>~�PA.E
�����]�1�^��(��[#��\���ֱWRЃ>4j"m�h��I�@I�>]���y�����ҙ�A6�������E:��q7����n�05A���uP��y
L�8�Pj���K�9
[��E�Z���.�Ȫ����.�L��u֛���L��;X�t�0Ua���2�9�@�às���_!�_	l8�4^/
����@����7���R�?�~¥\4�����F�>�R�7F��{�V�C��l9w����T�.[�)�?}ڕk ��Po5o�t�h��z'���\C���V�g�s�kۥb�%��@���6��[�\ܩ۶`�6��Y��s�K���ݞs7��j�A��A�n�X�2G�?1�R6+�u
����W@P"�[�U��|��~��m�m`�3�` ��{H+���"Ȥ�N=��Mϯ�4�U������ `z~S=����n0�o�粤=���	����̙�hJ#[4�ٗ�v4�`5�@b�t
n0�w59��-���̩B���(X'�[����6�7i3�S�P�@	� ���Ĥ�����/7^/
����@�����:���6��U.Eo��w��sX����E{Ls�U�Xc��a��u7W������v��R҅�l���~���٭��N�v]h���;І���i;M�GC'�{I7�9������J��*F���ͦ�>B\u}A���窞o��<�ȟ�Va���CHP"nLu�m߼]݅�����=e���MF�d�U�f;I��l�;:�D�C�ߪ�iŪ'Ƚǐ�_V�L�:p��s/5V��.�~�{3R[�I����AH�]$��fCT5�����Pہ�(Ku��^([ݬ�N4]&��E@���.��`C�5o�J�����@������pxh8�4�'��Җ�:���6�lB'�.D��
��Р��xw�5��%��1\U��)F��:���Jm^�[u��R�d�T�wOt�I��&~|Uͩz��q;j~đ
��T�s�D�_S>�ܵ���	���������T��G4������m�������5'W�:m��" �VH�#t|dM‚���nz����:�um���?bG��A�-<[ez#�S/\���х��yD�V{���+��
@�����u6y�#�L����<"�<]5��d�	��l�j&�˺'Y�%i��F��b��g�J�AH�}������P�=o2�O౩��pxh8�4�$��J�l_ҿ����A�wp(��
UN�Q��߆�'$k��L�e>��Wƞ�%��ײ�:��Rf���Q�k����b½�?�.�u���x8��L����Pr�07j�N���װ�����OfX˼I���\�9���9T�n?���S�#��Z֙��kk@�g���?m�b�i��ʘ,������k�ċr�]��=
JO��E�*We~� 4�	-�E,dN�9��wuʬq�w>�c�3��e|�q���Ew��Kځ3%�,y ]�Y����$p��)C�Ǣ�����yR�<KۿK}�AHD`���!�@}En���evp�7��/
4shV��TʉX�������J`ג�	~\#gᅑ./T����!�I�j|��*��<^�T���@+�]��uƜ��O�	��e���ә�"�O>������<Y\��U�����s�h&(� 8���0h'yW����ǣ��)����:�)yMj�m�v/	��୅{��Gy�N�h�/�(�?_��i�Rr5^��z�,b��\�S
�,Oqx�YM`�/���*�6�x���g2��
%sT2iW��6�B�E!S�r4�G-2-ՕAE�~�5Ν����f�Ӆ�^�f%��ؑ�VU� ڹ<��b2��a@`�F�^3�ڦ��D2�7	�\�����9�F�U��K4�s�׼2t����;_E�!��|�P�D�N'W:�$n�|�XN�r`�b=b��?L���K3���ԍ�E
��2u�����sXf�0	��@0J��
��pxh8�4^F�e�N���1[��7�0�Ԩ�et�ŷ�C��_޲�H�~D�ܬ�|����O'��P����Xb���G�5�E�9`^a�����Gy�3�T�>�^�(/檜���}cݾ~�[��"�����ɯ�����x�·�z&�$u7@�L�&����i��r=G����g��jw)ZLZ�sܗ�~�M+�@�>�7p�Z��O�I��'y#�GSA��S�^z���U�����K�!�;4�Og�0͂��_���]%=��e`�d
�ԣ��=K?RP��z��1�2�Ӎ�-���x9u��J�Z�[�Ԛ�[�����@b�yvp#��a�i.�\�w���iC���#Y�.�ǵꚸ�M*�R��6ȩ�-~�����fZ������>�Ohզ:�as�|3�����|��*��f��0S}a?����~�o�V�J�]@l,5���}c×%���������E�SԸ��ՙ�_T����	�!co������`_Xp�����j��9�C�>|"qO�ꁾ�K������t��͝���i��'����
�t #{�P��&re����j�5���hv�^�M�8����G�E�����h��&��]@���X֔���Af����a���J�ɂH�*�������_�VnX3�u�g��<}��h���r������PPv!�o��[@�[�D�F- 2��)�o���C��O�SP���{y��#\���_�.1�C���|ܼ���]�,�ҥKY단K����ss��ͅ�d
��w�2L)�߰O˾��e+������'HL�$�1�
�?��Ѽ�z>��!�0�r>��:x���Gt����b�*���h8�.����pxh8�4��6V��tU��9Oyw莇�!+�IT
���.Z��v��Z���F��
"�p�������S�΃ѯ��?���!�p!�B|����5Cޞ�H��(zz�����i8���[97Q{���
��z_b�:L��XTO>��٭�E� {�R\)|er}�o+�BO�����#/������}W�H6����gvs!��Pf^��3d"#Qg����h��8��la��0`X�J&�ɂ�`7�;a�	E
E����O��8��SҿL�D�_���:Z�Q�z�2��*T5�5�XQ{8!�Wf���S~����!�a�8�9�'J��HSle'�@��&3�Y�E,��_�ɷx�1��O�	�WP�1E�#��u�3j�k�E��y�g\iQ�bp��-���;��;�ť\���{�ǔ����U5e�)�6t�����i,��U��J6���os&��X!���؉N���3�˔���A��!�
:�)��OFH*V��3��9g��[yT��,�FU���
&_C�<����ҫ�(_��?(����W1p�?�����OW	�p�!�3J8Ҩ��o���W�d��'�`�9�MYa,���3�˳|�Cl�S�Ŧ���.׳wU!�ܟ��z�Bļ�:���b ؑ�r@j�����vx���_����	E�4�X�3|��8Wi�5gq�qp/�+�3v+��s�+Q7�]��.v��)�����g�p
(6G���,(6G�?�Xd�� �o����u�'p����0M�:��n���C��f�F�/�?>m�O�΅ؑ�T^�r���R[M)<#���5Ќݤ��>;rZs��[�{u����Y����0c?��]��y�Um-��~��/d�|d�7�?���C
��e_>Dѡ���Wg���>�i�K��ݑX�8ƫ
"��J�fqvq�xh8��������p����_�]|-Y��w
:�����o\��+
�>%����W��7:������r.�\����+t�W��#��*�Oԃؗ��q!�TFQu�~rÁ���	&(�_�����=��q~�}�����`���_�Ƴ���CN%�E�Hs���
�h�k�Q��EϬ����6����\P�O6/���I
m!���ƹC�lg>��҅ 1�O 6X}G��.M�.��W�@@,��T�K�D���6�����k,s?ofR"����vޣM�t��2'zlY�=@'�������Ӥ>�U�?R�ω;}�]q?k�o���)\LXf�Ӝ�4��X� ��j��JĽ�A���onLٮg��{�S�a����D���Vf����2��n�2���td�cj�˚k��$��O��ng��y����v'����C�4���6ާ�~4�=MI�3�������d��F9�ݑ��W=	dH!��R����
�u�}�8�o�=�-�p`$��^���/O�e4V<F^�pxh8�4^/
��<:F�@Ǫ1�b�
@ȆEԻ#!�'x�H�m:VK�-������
OK�B��H��a� B��QЏH)�DP��<�wW���~��-���`���*�d�ބC)^H~M_T^th�S<ې�����@_.���UvFm��Ȋ�Z@}�M 6���B鯍�yXR�	�>��F/X������[�I�I
V=z�d1a�b�����X�C
:��oF��E,(�����`�p��4�l�bZ�D�'OW��A]4��RCC�-yЍ�i���s'/��U�S�$�C��C#\r=��h�Lݒ����ï6^/
����@��[�D*->
���M�k_��>��zlI�Т�������3,r���uX(�+d��<��d���B�qv�%^I�g��P�Y��=�:�-�*���%���]~�E�#g�r�bo��n�c���LE8����ȝ�6ΰ��O;�㚌�u5�����>�z�A��C���&�C�&����g��I����ZP�
�b�s�b/�p.�����o'G�+���o^�_��n\!�	�噻/�������fvq�=���fJ�>y�O���eĢH���ES|f���D<�`g�iz�I��>�7p5SZت!�{��y{�~�=4�@���#��˹���5�"p@y�U8ZS���q�	�?*6�6x{���ϖ/
����@Ñ
��<�����п�8����~�o���>U8/���yu�67s����|��W�ٿpo.P���<]ץ�Ɵ�/��D��oz��7hz
�! ����6�*�Uy�jr��6~`�oK?�B?���o˿9�iic�.���ͅ��%�w�vms%���]���\7}����U�]��7��%~��T������_|���JOvh���務����Ѹ[��鄚�����{ [�@+r.����~�ٳ�u��ĭ����O"��2��#��f���`Ͽ=�MM���v��������7Q}�����WL�ZnJߔ�����B���� &�����+�$��U��=	;T�=�����(�r����/K�j���+�o�د~jI8&e �1�Uyz;���6~h�oK?�B?���o˿)~�yUY: u��R��XX�
^���fN��K��)F�i޲i�~�o�����8�K���X�/�pu���97���:dس�~�o����!
��6^/
����@�����*�l��;ݣdm�xr��]��1t(�X�nM�^�
j��!!/6��n���t�1P��;FXQ��A^����qƍt�C�������Tx�Dq���ۜB��k ���3|�|���9/`����/
����@������pl]h��^@���l!����=�mV$!���3h�Z�`�꠳9
�`�x_� akݞ�=�k�.|�!,��!ثØ�~��A+���l[�������������U?�d0���ğrB0_�S<ҥ�I_���~?�������C�W��S|3ȇɲ_���>����N���ք�(�azX�>E����=�<�Y�=��ku��o���������	��U�X��0�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png000064400000000160151213252750026470 0ustar00�PNG


IHDR�J3UIDAT8Oc��0
�%�!6�QHs�%����n�IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_222222_256x240.png000064400000030466151213252750025212 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD"�b�tIME�
%��'ETIDATx��m�%Uy�
$!,h ,�%�&���@�|I��EM�r�ݱ�D���2;�f��܉A^$5�Ƣj^�K�@U���-wW���D`�|�q��"�t>�������ν3}�S���~�9}�<�>��<�yNp	M�)����`�	�px�h�t%��y�Y��D�^`��O��r�%`:
$%�{��0L�L��?��a|��6��܉�]A�����7P�'@/:�]5JH�&�ay����2���:�8t�y����@����#*'��?��t緝;�Ywגm׸������{�>|Dg7��\J�{�4�K�����3���tf�Z�ޱ�`�7�u7��Yɶ~f]�<��4m�*�<%%�{�^`����FR��
��	l8<O������h8<O�������k�2�n6cL��`>�]=u������$���,`�&�+h��k�6��J_*|�K�0��?@�lx��do��m�]�L�3�ݞߌ0.;���T�E,;��4�����t���MO���mP�L�U�A&�����e��+��`�8u�]�5�77~"���h8<O������h8<��]��C8�Y��s���Z��}i�A� �֠�)ȞsW.!m�.��
���z[�#��R�䨚��
\R��{���v�����
�r	����R�� ?˝#��[�|�f���`��������y��)�A-��Q�N
�4w���Ϯ:Kr{���河�3��ZP�!0t�{l�\�Y�wSn�P�IA.�Vm�-�R��
$y�����sI����@;��eغX�.�v����Yv���B
��n]g�������Wc�Vn���*�ôyT�=M�hpt
���+��3�
�'@��	�px4�
�'@��	�p��C�`���=x?��.�j�lk�]�R
��Q.�ޫ5@�P�,[��Z�j6�ƵK��ɟ�ڕ[ ,�P/5/�t�h��zG]Yn�!��wk�9څ��R��+��@���Ktťa.��mK�uD�<i�5Еc�n��[@z��@VmP���g�Q�O���c��:�Ӕ%�{%���܄.緯�ןߖ�F{�h'��@�{����"ȕ�.=>M篂��U�!Lg�K�\A�t�$���Vr�����X˒��`L�o���Me�/����R����+X.�X.]�L�]N��q�%e�7w��"�<
���ּ��p�뻴�ʩ����@	 ��uǤ
O���O7�
�'@��	�px4��� ��P���d�r��vM{w�Q�v�e�{Ȯ]�0�d1w�%L,v���Qwq�yyx`]�jW�.���!��W��W�l�/������D3�,v�܁6]����iZ<:IݯtM�~�9��U��P�i!�s�nS�!�����Q�yU緯lJ�Ț����!$(�7��-��/ޮB¤F[�^�)F�#���*U��$`7���\��!�OU���Ū3��ǐ�_��J�:𨃏ܽ�X6��X���!��|�.��!}t�$ePR�OQա�/P[Cm�b,�=�����X�A��!�th��o14]�Z���h��=O������h8<��#@k��eE�ٲM&��I�KѢ�&�b���04(.�%�t�h��tIH�2���>���D�g�ͳ��]ݢ��@�N����E]�h���ɟ|�T=���m5���@�.#���B���W��2w�Q׿¨a�lrv��E��b)n�#��ය݄��F���/N���6�%�t���]���KX���"��nz��"�t.���'��`[��A-<�d�#�]/\����#
��sDbVG��ӫ��
@�����u>y�-�L��T�i 	rgW=�����)��l�j&�˺;Y��e��F��,���6��C�G_0l;���y�1|��5�'@��	�px4�S�L�T_ʿ���ߐ�:�AD����V��\�cK�
!��e�8�L�}F�{�=.�y��0�������~w,ݭ9�^n�	���gH���<�s�ٌ�g�d���}ܠ):�$:�N��"��<�S!,��qg
駹��\���v��'�g��{;W3�p�I��m���bn���i�;J�����)��s<.$_�.�[5�{�I�V\ⷸ"�[$@d	Ke�%b!���Ѯ���F���n�0#l�§��8o���($���%�f)@6���[L�9�(?�K��o�?wjSl2�^�9�E�L����
�VH)0ͭ�!k@}Cn���U�:l�|�4���
2s���P�R�Q,Q�g�d�p6صp�Ki�*���B�?O�_1�?Ʒ����d��'%d�;��§\��k:�?r7p#���'�r�eL3��[[$꿟3D
�N��_��8�״)��<��z����'�i�>�]Y�,b���}H!��0L�a�4-�U��ڣ$�R|��c��r�Q�x�/a��_��s�e�R�mD��z�$V��\��
��3<ɔ�0㗹1�VD��<�n&�S	��L�C�4�*��5�O���`K�A����`�5�D$�n��}�5����Bf�"�GP��M	rU/���j"�$���!f+��{/��fjt�k�P�t쇘�S��ӹ�r�#��q>#��a��=���5���!*�,6�~ ���^#J�t
Wg{ȃ�s�d,�o9�X1�	��?������*u�u�B��,=�`�޻�'���1l$[�Gx4�
�'@��	���DΞ��-���z���)�E}:g˖���	���gÁ����yk��>��fi�Na~������ɏ�k`�.����7���3P���ȸҜ�;����+
�Zp�Ml�b�in��F�ݬ��L�����پȓ4� ��:�a�.0J���N�.p�k8�NP��x����\lh݅x2i�ǹ?O�H��5M�@�.K4p�\a������/�>a������y�%�^��z�U���������2�5�O'�0��V�Os�M��R�4�"0V����ܞ�����Fq�y�Y����E��L��0])PK~I��rx/��Q�s�*SL1�fn��>���������6U4�>i�#�����\��}cJ��j�rjo�_u8�n�,���JF�g����yFk6�a[0�y�|���k�S�\6������+������)L*g�	E�D�خq|Y_���'-?Z";�<�W�ϼ=��
��[����\I�L}���‹�7Oq��X�������
���4<��z�7�=~����CP�6w���'ƟL~*?7ȳg����%�n�pM��B��C{��
�L�^�O������2;C!�<��n��$7��B5F&XQ�?̧��>���-��c%D�P]y���_�VaX1�uҗ���E�c��_��t'�[���PP>�`���������4B�� "���O�7��Ց�F���3
�����<�5��ϝ|B�.0�#���b�b���]�,ҥK{�/QW�����ܯ���d������0���~�.�����ꏜ���}��eK�
��Y@�3>?�_����"��X,�u5OԘ��(��x�sG4DI��
��4�
�'@��	�p4���X�N�IM�s(�,�ѡ�ކ<&���R=>@]���ZG�^
_����H�k����|��p7�rF��p��,��/�^>G�-�B���+�7��(z3�d�-��A���^'����qzj�����
��z_`�I:L0��T��|��a��Ʉ��܇<S����I�U̅囌3I'.G���Ó���Ґl�{U���R��̌"�g�h.Gj������,�N�Ui��0`��rƀ1�G�lK�TQ���zy���"?�����or�>���'���/CT��S̤�
U��
�(�.����2����Rr ?<
aG�B�Ks�RƔ[�I���lc��yl�U��_�ɷx����O�	�QH1N�c��Ӻ#�?5f4ߣ��3lg��GA��<�aW�9�w@�I6����8��F�߮��U3���hC'��aQ�?m���*�w���\�����9$�;`[���6q��5e�(�|�E��"�8��ODHF+���~��S��m<���*��M�ʖ
._S�9<�ΐ�ҫ�Q�w �ʼn�W)p�?�����
gW,
�
'�!pF�Q�8�_/�_z������{!��X�Z7&9�W�&�E��f���!��GU)�ŸY�:�l���{����`s6��������Ãl��d��,Gyx��IC�
_�k���Jw�iK��s8��8������Mq,y��
��S��V�{�ycP��I�#ి��űo���os�:�*�i�@Z���8]�^��e�xt7�)�%��-T,)�O�\N�K��Q���|�0w�f���Kl.X�����ګ�=_���;fl⧅���;ϱ�m�� ]/�O�B����.y��S���W�/�)���)�xsp;�+��<��.p�ƴjq��I�CE��[���kO���y��
�'@�Q$��6^�=|;���6�������o\
|�ˤt_���⽃��G}�{����K����T���{���q�8b�
�� vK���"�kK���/n8�'@e���6e^���j��Ԫ�p؀�����l)l�㩻���7h��kdC�]�H�4�nnF�[:b�	l�[�ꑬ�'n�(���|[�Ƹ����4%�t�]�BF�h�%Z`%>�nj��Ԅ&����"\r'V�Z�v�D)y�kC���bW�;�I[‰�k�!�����fui�Q����*t�W�s�N_�~W<�
��g�)�'8}ږjHz��D6���6Dkx��3���?��x����Fy
�z��no���O+�v,���bcx���sLw���xt�n�G��ĝl�Nn2�ھ�I�O�ΐl��Ɵw�
�gkг��=�ޜl���Al)l��[�k��;�)"W2:��-�.H�٥��a�q�6���6$\0��o����qnj����cC�[O������h8<O�":F�@�j1Xg� d�b�ݖ��3<c�w��
�'ú��la��jd�iiK�[:�J�w@!? ����~iy��
�0\���]������#cY9%��&
�B�s�Q�@�6[�sJ8�NI���W�߭C'�QۥdFPMP�8a#$��Q(��+K	:��e�B�zi�X|�N�~<Ɯ��G�c̥��5P�\|t+ss(A[����P}��
���|-V���ܘ `�UZLh��v��$0���sƼyihH�� ��?K��Q`�a��#d�*���A��S#\j=��i�,]�������6�
�'@��	�px4E���zl@dh���!M�����U��c]"!@�n~�R�J%O2�!�E�a��h�=P�~`��$AG��S����r5�2r���b&ATZ�-J��C��-�����W8�?�<��8ʽ��*[4�F�T�jG�p�8�&)�v�U<�U���j�i,~�|���?�=�lW��j�˻�RR�$�3�}�n�|TK5..�NQ�E���\�)�k������)ʿxS,��qE����������i�!�{q}�g�.��r
�g�U����Sq����s=W2^��)�.��[�AB�h��W�.��y�wȼ�=�}��0���6�O�8A���6�ϫ�
����O�
�'@��	�px4l�ԕ��T�
ž�����-���-��@]�-�\�����A�+����õ��2����{]���$g��������-��h�"��M�M�-��|9�ZvY�?0䷕_,��m�o��9�	aa�.�I�����K�*V�J6[���B�:�n�.����a��P/0K�s����Զ_r�S�FOVh�	 �(��ɸ�����5���@Y����	P�}��x5y��o�����E��Z����=����UJȯ|��?t�k3�=h���vn'SO��!`�Շ��]��~r	պpS�n=���ҝ/���A=��p�/c������Nء�葜�&�(G)�JG�$6y��I�/�,�MP���%��P����(��i���CC~[�����v������W��B篾ꒈ�V���$˹�}��工�(�k&���
Z^�8�S�8>z�E�LHWW�����+�wx0�������-���pxk`��	�px4�
�'@��	�p�A�ܣDk�H���2u]���A��zwnP�E�x��Fy�A�u���m�	0F�0b�G:�1;L�6|�C�GI�C�H�R����ݿ6y��~˘�{��o}@���]�Q~"���h8<O������h8�/�~B�	P�-d����׻͒£"D��
��;R�򠫹 `�d]� a����{� �-�+�P�S#R������3@O z-�̒��
��¿r�vJ���Q��z��`W���_9�HG�x��\���E��A����2͌r��͠�&�~U�����>��w�S[�Σ��- `9�'C�~���C@�e�Cٹ�q�_���	��X������z����N�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_888888_256x240.png000064400000031004151213252750025243 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD�I�( tIME�
%��'E�IDATx��{�eE}�?H(bX�!�²[R�`����J�H��!w��M�b�ݱ�F�Ѩh����������ڥ�XT�#�D
T�;"ba�Rqw}�����G��)b����}N��9�νsO���sϯ�Ow�~�8�����<��3����@��@F����3��� ��
��$����	+�\���$����������	�����Ook�؞�0�Z	"���"`Jy��Qz�B7i��Q'.�����q���I�v�C���T���2��m�k��5e[7��������G�tͩ�k��!HL�^?3dJ��[��
f�Z���S0�Ms��}`�����T8�t��US�˴�����
��@1�a�`��fe��k���ï6^/
����@������px{�|�A��Q���"���i��O����=�]�}����=���\�z��\��mc�-��ܷ>���(�DЯ�'�L�6=�����;�����㴓l���������ۧ�=�����M/>��ڠ̓6�(�ڬ��0������$%GI_�km��+�$�.q��
�W7~!����pxh8�4^/
�����ƐQG8�U��k���V��}��A� �栺*�s%�����~�aJYT}�-��c*v�ۭ.�J�=C
`+~�P}����\��=.�4���3���%4Ph�
�F,�_\���ֱWRЃ>4j"m�h��i�@I��zJҼ�y
ts�Y���@�ee'��C뱅r��jm܍��C�&��[�LM�%m{�e^�.�%��f��lN��źuѶd{��$�*�"n�K9(��u��f��c/ӯ<��-��!LU��i���{�&��0�l��W��W/
����@������pxh8�͡��������p��h�x��ѮO)�L��Q.�ޫU@�P--[��j��j6�ƵKǎ��ɟ���5�r	�7���p�h�ۊ{�]Zn�!��w��3ڹ���R���z�z[�t�a.��m[�uD�,i�9Хcw�nϹ�Cz�Ơ�� G�m,o}�R�f��NaÔ�
J�uˁ�
]�o�ۯ�-�M�u`f�]�g�J(��U@�E ��N=��Mϯ�,�U������ `z~S=����n0�o�粤=���	����̙�hJC,���K���J��s �/��&����޸咲C��9Uhua��v�^u9����&m�t�jc�(���0�H�@�ᗂ/
����@������kR�]y{L�*���k�����,��CV��=�	&���*a�����T���������W;�u�M��B��-����b��5���߮�`���b�p�]��Ӵy4t���tC������lh�b���ٔއA���/(qW�\���;���Ȋ���G�'�+? ��U�@���낢�s�B����d *
�Ȱ�$�����=�����U!zӊUO�{���'�!`5͔��:���K�U�=�����Œ�@mRa��l�{IB%�b��5}�Z��ƀ��T7	셲��j��D�e�!��0��14]�F���h��4^/
����@�1|��E�f /n�l��&t��B��nȫؠ� 
ʹ�wS�L��O�DHZ�pU]�g���@�*�y�;i�-�JӅR�޽��HCt5�jN��ާ��r�	��L�s���_S>�ܵG]�������ϗ-
򩸹�h_�Y��=^�4Y	����kN��ջ��N�c��>BG��A"I՚L�@<4A��G������<�!s�"=;�a[@�ȼ��U�w0b?���X	=��0�H�j��r~z�V�(��U��&�v$��>�R�@P��骁�lO$���H!�`;p�dvY�$��4m�����^�U��_��B����`ڑyP���0l'�z&m0�Oౡ��pxh8�4�$��J�l_ҿ����A�w��`\q����cM�
!OJ�e�8�|z=��=[K<.�i��Ǹ���"0k��ޘ�W�=�������r)��0O�1%�^���q�&�l���
;���GX�)����[�ʝυ�c	��CU��rH�=Ž��1�e�q�3<�qm
����LZ��P�(DV�2�K~�,�y)���xQ@�e��z��RB���c�"~���߲D��ɔ��"2'���Z��o���|�8�8ۀW�a�5p��T�a�,i�1�Y�"@������)�?�ӆ��߻�!�b/�$y
rH��C*s���Y�+r����(󰍋x�!�i��{@�:>P�RN���������%���F���./T��D�UC��|���'ȔՇx� �;���w1w�s:�?r�^f��O��E�1�~6	���Y\��U��������h&(� 8��0h'yW����'�w(����:�*yMj�m�v/	����{��p�n�x�/�(�?_��i�Rz5^��z�,f�\��
�,Osx�YM`�/���*�6;x���g2Ë%s�W2i���al!ަ�)�9ϣ��ՕAE�~�5�]����f�"�G"�z
���^`[�[UE0C���!f �,h���5��c5C�m:�X@`�I��b�Sd������s�h���ye�Q�w���B~���+`$�;�\�l�<�A������r�z$" ��D�/~?U�����e�����!���$�(�<*�@������px-<.�3� @�ac�.'o�aV�Q�t�ŷ����_޲�p�~X�\Q[��t�/X꧓[_(���f,��R�C|
l�e�W���x�1�L)չϰ8�K�*���w�D�/�����n��-
}ߑ���B|W}|�·�z&�$u7@�}L�&����i��p=��
���g��jw)^LZ���/
@��H�V��=��5eO��~�7�)�����T�,�9�TA�'n�T=������~�E<�6���:�L����W8�~GIO��,Y�	�H�n�J�#\�x�A�X������N�S癫�E�ҥ����X�'9��!f�g7�\���b�˅|�K��6T��>c�#��%��V]���I%uB�5�9��ů9���\�
@��L��V���I��T�5lΜo�av�Y~�/�z�q�,�b�/쇗�/�&��o�MޮP��H����:`�oaLc��$1>���a_�~�EvQ�5��y���K
��wہ]�V�\MbL}��n�{�7_�$_f�@M�?g|vhЇO��iT=�wx9����6��M�R���D�?�P�d�3�����ddco�/����\��=��Zy����*N�֫�Ig/7��؜�(���8��6���~���bC2XS��ɇ��v>�G�[����UBu���S����f�������%&�?g��.n^�[$CA�9D�`}�O���&R5j�Q|O� c�]z@hd�}����
�vn�A�sw����$�S&�q�N��w��8BHH�.al�/�.uS�?�-¯[
��Q�ߍ�0���~�-��ӗ�쏌���}��dK���@�3>�����Lb�,�㺪��k,Ox�AJL��
Q��
��4^/
����y��U�4�T���t�U����m`:���!���E�0ݮu\k����_A>�>��^�Ż���
1��y(�u.pn��f>Nȭ�J�ǹ���"o͐�g(�m!��dz��5p����휝�=���Nن~Y�/1��YP,�DO>��٩�E� {�Q\)|uz}��(�BO�U����#/������}W�H6����gvs!��Pf^��3dB����3u�B�J|��y���e0	,p%��dAN�ؙ���"���o��ԧ�E~���)�_�F�xq��/�O^�_��V=g�Ow���	V�.�+��"������8<g''�d颹)c���RDz�I�Z�X���E�|�7������F�(S�@;fqYw\�Sc^s��g�qƕ-v��E��}t�a;��K3�!yo`��1���0wUM�cʢ
���ò�Z���]��!���N�p�⿖����tz[8]�L.I��H⯀H�1E�����U���?~Ιl�6�ngs���9;��u�W0�������QK���|#���h'�_��i�D�u�����5F4x�V����F���t?���@T��C��7Cl����n6�p6��U��vE�9�V���9�rf��	1�k	���`[6����"����Av�E��'xx�h�Q������Js�9����9��8�_����Sq/�\��A��Lv����I�l��_D���N���3t�&�����c,���{��o����u�'p����2M�1>J��Z˿�5���F�-�?>o���ʅؖ�T^�r ZJ�����j�hF�n���m9��zޭν:����y����0c?��]��y�Um-��~�C/d�|l�7�?����
��e_>Dѡ���W���_ִ�%��X�Z�5��,�.�/
G�t�4^����������_��Agܣ7�����ˁ�sE!ܧ���W�*��Agޣ>���p9r��Nٟ�нQ��$�=f��?qb_fƅ�����d�����	&(�_�����5��q^��ϒ���`���_�Ƴ���CN��E�Ds���	@���X��d�������6����\�h�l^�͍��B,1��9�M�2�^�G
����-�W�C��f[X�.��I���!�n?����.3�_P�pǹ��@��}d�@'�������3d>�U�?R��I:}�]�k<`���\LXf�S����X� Y
� E���㶎��ho~sc�v=����C`�x+��!bc�;y�6�Si�qRN��, ����:���W�qUw;�9~�8�c�S�_�\�w'�^x���q'c������:QFf�����߷�~����,%}ϠW'�;��[=���Z���6^�$�!E$'�-vs+�s�U�(�t�g�M���Á�,���Q�h<1c��X�Ixm`������pxh8�4^��X��o26��nQ��H�A�I�4�;F[��Ւa�A����*jd��Ҧ�a=�4tX/��,~���RJ*�o-O�]�U���ŪiS �+8³�*�d�ބC)^H~M?����f{�lC
��]�GG ���%П֡��Ψ��YT�O��	���Bٯ��yXR�	�>��F/X�����כ�I�,*��YS�/
������(������`}��D,(��K�Xg�p��4���bZ�D�'OW��h�+RCC�MyЍ�Y���s'!����nJ�C��C#\r=��h�Lݔ����ï6^/
����@Ñ��[���9�3\�;4[C#=��G=6!h�Mݏ^NW��9��:,���s��o0�C�d!�8;�2�&�s\K�t��Žl�:�-�*���%���A$-�����G9�4?�B��8�=��:�5�F�T���cw�[8͖�?�kx�k��j��/~}�c���n"]������o��.0x�+��>`/]ޭ5�.`+g(�"F�e�r�������s��"����b���ۍ+"xx�p���=����N�K���L�B���g�[y� E���?���Ga�*�J$s�u������̟2$J��LqW3�����[���7�7�C�D��0~ķx%�>1 �X�)Ϲ
G�`j�!�g�����F����o�p��r������pxh82��P����R���������
�^�[����~F:�.��f���~�o���8�����\�#�u]���y��
�K�	����|���@4d���mS�Q\���WӣeW��C|[����V~[���OI�t�Mt1�R�D�U���͕l��w؃zwp��]���W��v���`��
�鑫����K�~����-�ְ|1�t4�0w��q>�Psߜ���Id�hE�%u]�\�1{�Θ���M`OpV�$� �/���#����=���65ك��|���S��~X�B�!�~��_1�j]�)}S���/��G" ��C@4	���F_&���D�xv��{\����(�r���ݯH�j�$�+�o�د~jIDpT�@���+yz;���6~h�oK?�B?���o˿)~�yUY: u��R�D����"GYN��K��.F�޶a�~�o�����s8�K�GY�/�pu������}��l���4�2�AH�ᵁ
����@������pxh8De��t�a�{T��
O��)Cץ{�C@=���P���S��q�HO�3�`c�Ηw�����C�������鑇=B��_�nP�Q�!`�B*rls
�گM�<JBd�����[@P漀a�{T�_j8�4^/
����@ñy���zY꯳��2��|�Y�@xT�,{�Ϡak��W��Q�,+$��	[����!\{��v�Sa�O���z1L���=�l��*+ʶ��O9��oOؿ�H_�s�^AS�'eM�)'�;�#]�B���e��A��@d��{���=@}؏p*���&�G)�[@�j�)B�~?����mVie�Ɲ~�ۣ&���c��<z��6���H�~�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png000064400000000167151213252750026453 0ustar00�PNG


IHDR�J3U IDAT8�cx��0
�ČP��Lp>�h��A	�F�(IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png000064400000020002151213252750025470 0ustar00�PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�J�ctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/customizer/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png000064400000000247151213252750026254 0ustar00�PNG


IHDR�=4e�:IDAT8����
 Cѻ�������
9�MqT�&%zF�<��5&!�ʂ;~0���\=�u'K�6IEND�B`�inc/customizer/core/custom-controls/assets/css/selectWoo.css000064400000043250151213252750020403 0ustar00.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
inc/customizer/core/custom-controls/assets/css/customize-controls.min.css000064400000153043151213252750023106 0ustar00@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;left:-2px;margin-left:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-left:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-right:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 6px 8px 0;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;left:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:0;border:0;line-height:2.15384615;padding:0 10px 0 6px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;left:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-left:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-right:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-left:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:0;margin:0;right:-3px;outline:1px solid rgba(0,0,0,0.1);left:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;right:12px;left:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-left:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-left:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{left:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;left:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);left:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:0;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-right:24px;margin-left:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-right:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:0;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:0;right:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;right:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{right:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);left:0;position:absolute;right:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;right:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-left-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;left:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;right:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-right:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:right}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-left:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;right:0;border-left:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{right:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;left:5px;right:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-left:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;right:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{right:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-right:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:0 2px 2px 0;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;right:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-left:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-right:1px solid #eee;padding:0 5px 0 8px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-right:0;padding-right:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:0}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:0;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-right:8px;margin-left:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-left:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}inc/customizer/core/custom-controls/assets/css/customize-controls.css000064400000176607151213252750022337 0ustar00@charset "UTF-8";

.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	left: -2px;
	margin-left: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content,
#customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content>div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner {
	border-left: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus,
.customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-right: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 6px 8px 0;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus,
.wp-picker-container .wp-color-result.button:active,
.wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	left: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 10px 0 6px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	left: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
	margin-left: 0 !important;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-left: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-right: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-left: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 0 0;
	margin: 0;
	right: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	left: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	right: 12px;
	left: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-left: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-left: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	left: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	left: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	left: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-right: 24px;
	margin-left: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-right: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	right: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default,
.customize-control-colormag-group .ui-widget-content .ui-state-default,
.customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap>.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	right: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	right: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-left-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label>img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked+label img,
.customize-control-colormag-radio-image .image-col-2 input:checked+label img,
.customize-control-colormag-radio-image .image-col-3 input:checked+label img,
.customize-control-colormag-radio-image .image-col-4 input:checked+label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label>img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc(25% - 12px);
	flex-basis: calc(25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label>img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	left: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-right: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: right;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	right: 0;
	border-left: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	right: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable label input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	left: 5px;
	right: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-left: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-left: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	right: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	right: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-right: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 0 2px 2px 0;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover,
.slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-left: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial>span {
	border-right: 1px solid #eeeeee;
	padding: 0 5px 0 8px;
}

.colormag-title-wrapper .guide-tutorial>span:first-child,
.colormag-title-wrapper .guide-tutorial>span:last-of-type {
	border-right: 0;
	padding-right: 0;
}

.colormag-title-wrapper .guide-tutorial>span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"] {
	margin-right: 8px;
	margin-left: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-left: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}inc/customizer/core/custom-controls/navigate/navigate.js000064400000001204151213252750017556 0ustar00/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );
inc/customizer/core/custom-controls/navigate/class-colormag-navigate-control.php000064400000004055151213252750024322 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the navigate control.
 *
 * Class ColorMag_Navigate_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the navigate customize control.
 *
 * Class ColorMag_Navigate_Control
 */
class ColorMag_Navigate_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-navigate';

	/**
	 * Holds information regarding section/panel to navigate.
	 *
	 * @var array
	 */
	public $navigate_info = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']         = esc_html( $this->label );
		$this->json['description']   = $this->description;
		$this->json['navigate_info'] = $this->navigate_info;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customize-control-content tg-navigate">
			<?php
			echo sprintf(
				/* Translators: %1$s: Anchor tag open, %2$s: Customizer section name %3$s: Anchor tag close */
				esc_html__(
					'%1$s Click here to edit %2$s features %3$s',
					'colormag'
				),
				'<a data-section="{{{ data.navigate_info.target_id }}}" data-target={{data.navigate_info.target_container}} href="#">',
				'{{{ data.navigate_info.target_label }}}',
				'</a>'
			);
			?>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {

	}
}
inc/customizer/core/class-colormag-generate-fonts.php000064400000011230151213252750017007 0ustar00<?php
/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Generate_Fonts
 */
class ColorMag_Generate_Fonts {

	/**
	 * Get fonts to generate.
	 *
	 * @var array
	 */
	private static $fonts = array();

	/**
	 * Adds data to the $fonts array for a font to be rendered.
	 *
	 * @param string $name        The name key of the font to add.
	 * @param array  $font_weight An array of weight variants.
	 *
	 * @return void
	 */
	public static function add_font( $name, $font_weight = array() ) {

		if ( ! is_array( $font_weight ) ) {
			// For multiple variant selectons for fonts.
			$font_weight = explode( ',', $font_weight );
		}

		if ( ! empty( $font_weight ) && isset( self::$fonts[ $name ] ) ) {
			foreach ( (array) $font_weight as $variant ) {
				if ( ! in_array( $variant, self::$fonts[ $name ]['font-weight'], true ) ) {
					self::$fonts[ $name ]['font-weight'][] = $variant;
				}
			}
		} else {
			self::$fonts[ $name ] = array(
				'font-weight' => (array) $font_weight,
			);
		}

	}

	/**
	 * Get Fonts
	 */
	public static function get_fonts() {

		/**
		 * Action for content width.
		 *
		 * @since   1.0.0
		 */
		do_action( 'colormag_get_fonts' );

		/**
		 * Filter for add fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_add_fonts', self::$fonts );

	}

	/**
	 * Renders the <link> tag for all fonts in the $fonts array.
	 *
	 * @return void
	 */
	public static function render_fonts() {

		/**
		 * Filter for render fonts.
		 *
		 * @since   1.0.0
		 */
		$font_list = apply_filters( 'colormag_render_fonts', self::get_fonts() );

		$google_fonts = array();
		$font_subset  = array();

		$system_fonts = ColorMag_Fonts::get_system_fonts();

		$fonts = 'Open Sans';

		foreach ( $font_list as $name => $font ) {

			if ( ! empty( $name ) && ! isset( $system_fonts[ $name ] ) ) {
//				if ( $fonts == $name ) {
//					continue;
//				}

				// Add font variants.
				$google_fonts[ $name ] = $font['font-weight'];

				/**
				 * Filter to add subset.
				 *
				 * @since   1.0.0
				 */
				$subset = apply_filters( 'colormag_font_subset', '', $name );
				if ( ! empty( $subset ) ) {
					$font_subset = array_unique( $subset );
				}
			}
		}

		if ( empty( $google_fonts ) ) {
			return;
		}

		$google_font_url = self::google_fonts_url( $google_fonts, $font_subset );

		$host_fonts_locally = get_theme_mod( 'colormag_load_google_fonts_locally', 0 );

		if ( 1 == $host_fonts_locally ) {
			wp_enqueue_style( 'colormag_googlefonts', colormag_get_webfont_url( 'https:' . $google_font_url ), array(), COLORMAG_THEME_VERSION, 'all' );
		} else {
			wp_enqueue_style( 'colormag_googlefonts', $google_font_url, array(), COLORMAG_THEME_VERSION, 'all' );
		}

	}

	/**
	 * Google Font URL.
	 * Combine multiple google font in one URL.
	 *
	 * @param array $fonts   Google Fonts array.
	 * @param array $subsets Font's Subsets array.
	 *
	 * @return string
	 */
	public static function google_fonts_url( $fonts, $subsets = array() ) {

		$base_url  = '//fonts.googleapis.com/css';
		$font_args = array();
		$family    = array();

		/**
		 * Filter for google fonts selected.
		 *
		 * @since   1.0.0
		 */
		$fonts = apply_filters( 'colormag_google_fonts_selected', $fonts );

		/* Format Each Font Family in Array */
		foreach ( $fonts as $font_name => $font_weight ) {
			$font_name = str_replace( ' ', '+', $font_name );

			if ( ! empty( $font_weight ) ) {
				if ( is_array( $font_weight ) ) {
					$font_weight = implode( ',', $font_weight );
				}

				$font_family = explode( ',', $font_name );
				$font_family = str_replace( "'", '', $font_family[0] );
				$family[]    = trim( $font_family . ':' . rawurlencode( trim( $font_weight ) ) );
			} else {
				$family[] = trim( $font_name );
			}
		}

		/* Only return URL if font family defined. */
		if ( ! empty( $family ) ) {

			/* Make Font Family a String */
			$family = implode( '|', $family );

			/* Add font family in args */
			$font_args['family'] = $family;

			/* Add font subsets in args */
			if ( ! empty( $subsets ) ) {

				/* format subsets to string */
				if ( is_array( $subsets ) ) {
					$subsets = implode( ',', $subsets );
				}

				$font_args['subset'] = rawurlencode( trim( $subsets ) );
			}

			return add_query_arg( array( $font_args, '&display=swap' ), $base_url );
		}

		return '';
	}

}
inc/customizer/core/extend-customizer/class-colormag-upsell-section.php000064400000002547151213252750022540 0ustar00<?php
/**
 * Customize upsell section.
 *
 * Class ColorMag_Upsell_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include upsell link campaign for theme.
 *
 * Class ColorMag_Upsell_Section
 */
class ColorMag_Upsell_Section extends WP_Customize_Section {

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upsell-section';

	/**
	 * Control URL.
	 *
	 * @var string
	 */
	public $url = '';

	/**
	 * Control ID.
	 *
	 * @var string
	 */
	public $id = '';

	/**
	 * Gather the parameters passed to client JavaScript via JSON.
	 *
	 * @return array The array to be exported to the client as JSON.
	 */
	public function json() {

		$json        = parent::json();
		$json['url'] = esc_url( $this->url );
		$json['id']  = $this->id;

		return $json;

	}

	/**
	 * An Underscore (JS) template for rendering this section.
	 */
	protected function render_template() {
		?>
		<li id="accordion-section-{{ data.id }}"
			class="colormag-upsell-accordion-section control-section-{{ data.type }} cannot-expand accordion-section"
		>
			<h3 class="accordion-section-title"><a href="{{{ data.url }}}" target="_blank">{{ data.title }}</a></h3>
		</li>
		<?php
	}
}
inc/customizer/core/extend-customizer/class-colormag-wp-customize-separator.php000064400000001661151213252750024232 0ustar00<?php
/**
 * Customizer Control: panel.
 *
 * Creates a jQuery color control.
 *
 * @package ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( class_exists( 'WP_Customize_Section' ) ) {

	/**
	 * Adds a custom Customize Section for section separator.
	 *
	 * @link https://gist.github.com/OriginalEXE/9a6183e09f4cae2f30b006232bb154af
	 * @since 2.0.0
	 * @see WP_Customize_Section
	 */
	class ColorMag_WP_Customize_Separator extends WP_Customize_Section {

		/**
		 * Control type.
		 *
		 * @since  1.0.31
		 * @var string
		 */
		public $type = 'colormag-section-separator';

		/**
		 * Template for section separator
		 *
		 * @since 2.0.0
		 */
		protected function render_template() {
			?>
			<li id="accordion-section-{{ data.id }}" class="tg-section-separator accordion-section control-section control-section-{{ data.type }}"></li>
			<?php
		}
	}
}
inc/customizer/core/extend-customizer/class-colormag-wp-customize-panel.php000064400000002256151213252750023332 0ustar00<?php
/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 */
class ColorMag_WP_Customize_Panel extends WP_Customize_Panel {

	/**
	 * Panel
	 *
	 * @var string
	 */
	public $panel;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_panel';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'type',
				'panel',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		return $array;

	}

}
inc/customizer/core/extend-customizer/class-colormag-wp-customize-section.php000064400000003067151213252750023700 0ustar00<?php
/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 */
class ColorMag_WP_Customize_Section extends WP_Customize_Section {

	/**
	 * Section
	 *
	 * @var string
	 */
	public $section;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_section';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'panel',
				'type',
				'description_hidden',
				'section',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		if ( $this->panel ) {
			$array['customizeAction'] = sprintf(
				/* Translators: 1: Panel Title. */
				esc_html__( 'Customizing &#9656; %s', 'colormag' ),
				esc_html( $this->manager->get_panel( $this->panel )->title )
			);
		} else {
			$array['customizeAction'] = esc_html__( 'Customizing', 'colormag' );
		}

		return $array;

	}

}
inc/customizer/core/functions.php000064400000006035151213252750013201 0ustar00<?php

function colormag_get_typography_input_attrs( $value ) {

	$input_attrs = array();

	$default_suffix = array(
		'font-size'      => 'px',
		'line-height'    => '-',
		'letter-spacing' => 'px',
	);

	$suffix = array(
		'font-size'      => array( 'px', 'em', 'rem' ),
		'line-height'    => array( '-', 'px', 'em' ),
		'letter-spacing' => array( 'px' ),
	);

	$input_attrs['suffix']         = $suffix;
	$input_attrs['default_suffix'] = $default_suffix;

	$font_size_attribute = array(
		'px'  => array(
			'min'  => 1,
			'max'  => 200,
			'step' => 1,
		),
		'em'  => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
		'rem' => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
	);

	$line_height_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 200,
			'step' => 1,
		),
		'em' => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
		'-'  => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
	);

	$letter_spacing_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 100,
			'step' => 1,
		),
	);

	$font_size_desktop_unit   = ! empty( $value['font-size']['desktop']['unit'] ) ? $value['font-size']['desktop']['unit'] : 'px';
	$font_size_tablet_unit    = ! empty( $value['font-size']['tablet']['unit'] ) ? $value['font-size']['tablet']['unit'] : 'px';
	$font_size_mobile_unit    = ! empty( $value['font-size']['mobile']['unit'] ) ? $value['font-size']['mobile']['unit'] : 'px';
	$line_height_desktop_unit = ! empty( $value['line-height']['desktop']['unit'] ) ? $value['line-height']['desktop']['unit'] : '-';
	$line_height_tablet_unit  = ! empty( $value['line-height']['tablet']['unit'] ) ? $value['line-height']['tablet']['unit'] : '-';
	$line_height_mobile_unit  = ! empty( $value['line-height']['mobile']['unit'] ) ? $value['line-height']['mobile']['unit'] : '-';
	$letter_spacing_unit      = ! empty( $value['letter-spacing']['desktop']['unit'] ) ? $value['letter-spacing']['desktop']['unit'] : 'px';

	$input_attrs['input_attrs'] = array(
		'attributes'        => array(
			'font-size'      => array(
				'desktop' => $font_size_attribute[ $font_size_desktop_unit ],
				'tablet'  => $font_size_attribute[ $font_size_tablet_unit ],
				'mobile'  => $font_size_attribute[ $font_size_mobile_unit ],
			),
			'line-height'    => array(
				'desktop' => $line_height_attribute[ $line_height_desktop_unit ],
				'tablet'  => $line_height_attribute[ $line_height_tablet_unit ],
				'mobile'  => $line_height_attribute[ $line_height_mobile_unit ],
			),
			'letter-spacing' => array(
				'desktop' => $letter_spacing_attribute[ $letter_spacing_unit ],
				'tablet'  => $letter_spacing_attribute[ $letter_spacing_unit ],
				'mobile'  => $letter_spacing_attribute[ $letter_spacing_unit ],
			),
		),
		'attributes_config' => array(
			'font-size'      => $font_size_attribute,
			'line-height'    => $line_height_attribute,
			'letter-spacing' => $letter_spacing_attribute,
		),
	);

	return $input_attrs;

}
inc/customizer/core/class-colormag-customizer-framework.php000064400000071251151213252750020276 0ustar00<?php
/**
 * ColorMag customizer class for theme customize options.
 *
 * Class ColorMag_Customizer_FrameWork
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require dirname( __FILE__ ) . '/functions.php';

// Include Customind base options file.
require dirname( __FILE__ ) . '/class-colormag-customize-base-option.php';

// Include the Customind webfont loader file.
require dirname( __FILE__ ) . '/colormag-webfont-loader.php';

// Include the Customind typography control fonts file.
require dirname( __FILE__ ) . '/class-colormag-fonts.php';
require dirname( __FILE__ ) . '/class-colormag-generate-fonts.php';

/**
 * ColorMag customizer class.
 *
 * Class ColorMag_Customizer_FrameWork
 */
class ColorMag_Customizer_FrameWork {

	/**
	 * Customizer Dependency Array.
	 *
	 * @var array
	 */
	public static $dependency_array = array();

	/**
	 * All groups parent-child relation array data.
	 *
	 * @var array
	 */
	public static $group_configs = array();

	/**
	 * Customizer setup constructor.
	 *
	 * ColorMag_Customizer_FrameWork constructor.
	 */
	public function __construct() {

		// Include the custom extending customize panels and sections files for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_panels_sections_includes' ) );

		// Include the custom controls for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_controls_includes' ) );

		// Register ColorMag customize panels, sections and controls type.
		add_action( 'customize_register', array( $this, 'register_panels_sections_controls' ) );

		// Include the required customize options.
		add_action( 'customize_register', array( $this, 'get_customizer_configurations' ) );

		// Include the required register customize settings array.
		add_action( 'customize_register', array( $this, 'register_customize_settings' ) );

		// Include the required customizer sanitizations, callbacks and partials files.
		add_action( 'customize_register', array( $this, 'customize_sanitize_callback_include' ) );

		// Enqueue the required scripts for the custom customize controls for extending panels, sections and controls.
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'enqueue_customize_controls' ) );

		// Enqueue the preview JS for customize options.
		add_action( 'customize_preview_init', array( $this, 'customize_preview_js' ) );

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_panels_sections_includes( $wp_customize ) {

		// Include the required customizer nested panels and sections files.
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-panel.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-section.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-separator.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-upsell-section.php';

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_controls_includes( $wp_customize ) {

		// Include the customize base controls file.
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-control.php';
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-additional-control.php';

		// Include the required customize controls file.
		require dirname( __FILE__ ) . '/custom-controls/radio-image/class-colormag-radio-image-control.php';
		require dirname( __FILE__ ) . '/custom-controls/support/class-colormag-support-control.php';
		require dirname( __FILE__ ) . '/custom-controls/navigate/class-colormag-navigate-control.php';
		require dirname( __FILE__ ) . '/custom-controls/editor/class-colormag-editor-control.php';
		require dirname( __FILE__ ) . '/custom-controls/color/class-colormag-color-control.php';
		require dirname( __FILE__ ) . '/custom-controls/buttonset/class-colormag-buttonset-control.php';
		require dirname( __FILE__ ) . '/custom-controls/toggle/class-colormag-toggle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/divider/class-colormag-divider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/slider/class-colormag-slider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/custom/class-colormag-custom-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.php';
		require dirname( __FILE__ ) . '/custom-controls/background/class-colormag-background-control.php';
		require dirname( __FILE__ ) . '/custom-controls/typography/class-colormag-typography-control.php';
		require dirname( __FILE__ ) . '/custom-controls/hidden/class-colormag-hidden-control.php';
		require dirname( __FILE__ ) . '/custom-controls/sortable/class-colormag-sortable-control.php';
		require dirname( __FILE__ ) . '/custom-controls/group/class-colormag-group-control.php';
		require dirname( __FILE__ ) . '/custom-controls/title/class-colormag-title-control.php';
		require dirname( __FILE__ ) . '/custom-controls/subtitle/class-colormag-subtitle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dimensions/class-colormag-dimensions-control.php';
		require dirname( __FILE__ ) . '/custom-controls/upgrade/class-colormag-upgrade-control.php';
		require dirname( __FILE__ ) . '/custom-controls/fontawesome/class-colormag-fontawesome-control.php';
		require dirname( __FILE__ ) . '/custom-controls/date/class-colormag-date-control.php';

	}

	/**
	 * Register ColorMag customize panels, sections and controls type.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function register_panels_sections_controls( $wp_customize ) {

		// Register panels and sections.
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Section' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Separator' );
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_Upsell_Section' );

		// Overrides sanitize callback if theme supports custom-background.
		if ( current_theme_supports( 'custom-background' ) ) {

			remove_filter(
				'customize_sanitize_background_color',
				$wp_customize->get_setting( 'background_color' )->sanitize_callback
			);

			$wp_customize->get_setting( 'background_color' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_background_color',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		// Overrides sanitize callback if theme supports custom-header.
		if ( current_theme_supports( 'custom-header' ) ) {

			remove_filter(
				'customize_sanitize_header_textcolor',
				$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback
			);

			$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_header_textcolor',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		/**
		 * Register controls.
		 */
		/**
		 * WordPress default controls.
		 */
		// Checkbox control.
		ColorMag_Customize_Base_Control::add_control(
			'checkbox',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Radio control.
		ColorMag_Customize_Base_Control::add_control(
			'radio',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Select control.
		ColorMag_Customize_Base_Control::add_control(
			'select',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Text control.
		ColorMag_Customize_Base_Control::add_control(
			'text',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_nohtml',
				),
			)
		);

		// Number control.
		ColorMag_Customize_Base_Control::add_control(
			'number',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_number',
				),
			)
		);

		// Email control.
		ColorMag_Customize_Base_Control::add_control(
			'email',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_email',
				),
			)
		);

		// URL control.
		ColorMag_Customize_Base_Control::add_control(
			'url',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_url',
				),
			)
		);

		// Textarea control.
		ColorMag_Customize_Base_Control::add_control(
			'textarea',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Dropdown pages control.
		ColorMag_Customize_Base_Control::add_control(
			'dropdown-pages',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_pages',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'color',
			array(
				'callback'          => 'WP_Customize_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_hex_color',
				),
			)
		);

		// Image upload control.
		ColorMag_Customize_Base_Control::add_control(
			'image',
			array(
				'callback'          => 'WP_Customize_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_image_upload',
				),
			)
		);

		/**
		 * Controls created via the theme.
		 */
		// Radio image control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-radio-image',
			array(
				'callback'          => 'ColorMag_Radio_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Navigate control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-navigate',
			array(
				'callback'          => 'ColorMag_Navigate_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Editor control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-editor',
			array(
				'callback'          => 'ColorMag_Editor_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-color',
			array(
				'callback'          => 'ColorMag_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_alpha_color',
				),
			)
		);

		// Buttonset control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-buttonset',
			array(
				'callback'          => 'ColorMag_Buttonset_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Toggle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-toggle',
			array(
				'callback'          => 'ColorMag_Toggle_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Divider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-divider',
			array(
				'callback'          => 'ColorMag_Divider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Slider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-slider',
			array(
				'callback'          => 'ColorMag_Slider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_slider',
				),
			)
		);

		// Custom control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-custom',
			array(
				'callback'          => 'ColorMag_Custom_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Dropdown categories control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dropdown-categories',
			array(
				'callback'          => 'ColorMag_Dropdown_Categories_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_categories',
				),
			)
		);

		// Background control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-background',
			array(
				'callback'          => 'ColorMag_Background_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_background',
				),
			)
		);

		// Typography control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-typography',
			array(
				'callback'          => 'ColorMag_Typography_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_typography',
				),
			)
		);

		// Hidden control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-hidden',
			array(
				'callback'          => 'ColorMag_Hidden_Control',
				'sanitize_callback' => '',
			)
		);

		// Sortable control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-sortable',
			array(
				'callback'          => 'ColorMag_Sortable_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_sortable',
				),
			)
		);

		// Group control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-group',
			array(
				'callback' => 'ColorMag_Group_Control',
			)
		);

		// Title control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-title',
			array(
				'callback' => 'ColorMag_Title_Control',
			)
		);

		// Subtitle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-subtitle',
			array(
				'callback' => 'ColorMag_Subtitle_Control',
			)
		);

		// Support control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-guide',
			array(
				'callback' => 'ColorMag_Support_Control',
			)
		);

		// Dimensions control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dimensions',
			array(
				'callback' => 'ColorMag_Dimensions_Control',
			)
		);

		// Upgrade control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-upgrade',
			array(
				'callback' => 'ColorMag_Upgrade_Control',
			)
		);

		// Fontawesome control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-fontawesome',
			array(
				'callback'          => 'ColorMag_Fontawesome_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Date Control
		ColorMag_Customize_Base_Control::add_control(
			'colormag-date',
			array(
				'callback'          => 'ColorMag_Date_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_date',
				),
			)
		);
	}

	/**
	 * Include the required customize options.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return array Customizer options for registering panels, sections as well as controls.
	 */
	public function get_customizer_configurations( $wp_customize ) {

		/**
		 * Filter for customizer options.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_options', array(), $wp_customize );

	}

	/**
	 * Return default values for the Customize Configurations.
	 *
	 * @return array
	 */
	public function get_colormag_customizer_default_configuration() {

		$default_configuration = array(
			'priority'             => null,
			'title'                => null,
			'label'                => null,
			'name'                 => null,
			'type'                 => null,
			'description'          => null,
			'capability'           => 'edit_theme_options',
			'datastore_type'       => 'theme_mod',
			'settings'             => null,
			'active_callback'      => null,
			'sanitize_callback'    => null,
			'sanitize_js_callback' => null,
			'theme_supports'       => null,
			'transport'            => null,
			'default'              => null,
			'selector'             => null,
			'colormag_fields'      => array(),
		);

		/**
		 * Filter for customizer default configuration.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_default_configuration', $default_configuration );

	}

	/**
	 * Process and Register Customizer Panels, Sections, Settings and Controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Reference to WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_customize_settings( $wp_customize ) {

		$configurations = $this->get_customizer_configurations( $wp_customize );

		foreach ( $configurations as $key => $config ) {
			$config = wp_parse_args(
				$config,
				$this->get_colormag_customizer_default_configuration()
			);

			switch ( $config['type'] ) {

				case 'panel':
					// Remove `panel` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_panel( $config, $wp_customize );

					break;

				case 'section':
					// Remove `section` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_section( $config, $wp_customize );

					break;

				case 'sub-control':
					// Remove `sub-control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_sub_control_setting( $config, $wp_customize );

					break;

				case 'control':
					// Remove `control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_setting_control( $config, $wp_customize );

					break;
			}
		}

	}

	/**
	 * Register Customizer Panel.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_panel( $config, $wp_customize ) {

		$wp_customize->add_panel(
			new ColorMag_WP_Customize_Panel(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Section.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_section( $config, $wp_customize ) {

		$section_callback = isset( $config['section_callback'] ) ? $config['section_callback'] : 'ColorMag_WP_Customize_Section';

		$wp_customize->add_section(
			new $section_callback(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Sub Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_sub_control_setting( $config, $wp_customize ) {

		$sub_control_name = $config['name'];

		if ( isset( $wp_customize->get_control( $sub_control_name )->id ) ) {
			return;
		}

		$parent = $config['parent'];
		$tab    = ( isset( $config['tab'] ) ) ? $config['tab'] : '';

		if ( empty( self::$group_configs[ $parent ] ) ) {
			self::$group_configs[ $parent ] = array();
		}

		if ( array_key_exists( 'tab', $config ) ) {
			self::$group_configs[ $parent ]['tabs'][ $tab ][] = $config;
		} else {
			self::$group_configs[ $parent ][] = $config;
		}

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';
		$customize_config  = array(
			'name'              => $sub_control_name,

			/**
			 * Filter for customize data store type.
			 *
			 * @since   1.0.0
			 */
			'datastore_type'    => apply_filters( 'colormag_customize_datastore_type', 'theme_mod' ),
			'control'           => 'colormag-hidden',
			'section'           => $config['section'],
			'default'           => $config['default'],
			'transport'         => $transport,
			'sanitize_callback' => $sanitize_callback,
		);

		$wp_customize->add_setting(
			$customize_config['name'],
			array(
				'default'           => $customize_config['default'],
				'type'              => $customize_config['datastore_type'],
				'transport'         => $customize_config['transport'],
				'sanitize_callback' => $customize_config['sanitize_callback'],
			)
		);

		// For adding controls.
		$control_type     = ColorMag_Customize_Base_Control::get_control_instance( $customize_config[ 'control' ] );
		$new_control_type = ColorMag_Customize_Base_Control::get_control_instance( $config[ 'control' ] );

		if ( $new_control_type ) {
			$control_data = new $new_control_type( $wp_customize, $sub_control_name, $config );
			add_action( 'customize_controls_print_footer_scripts', function () use ( $config, $control_data ) {
				$script = "var {$config['name']} = " . wp_json_encode( $control_data->json() ) . ';';
				wp_print_inline_script_tag( $script );
			} );
		}

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$customize_config['name'],
					$customize_config
				)
			);
		} else {
			$wp_customize->add_control(
				$customize_config['name'],
				$customize_config
			);
		}

	}

	/**
	 * Register Customizer Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_setting_control( $config, $wp_customize ) {

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';

		if ( 'colormag-group' === $config['control'] ) {
			$sanitize_callback = false;
		}

		$wp_customize->add_setting(
			$config['name'],
			array(
				'default'           => $config['default'],
				'type'              => $config['datastore_type'],
				'transport'         => $transport,
				'sanitize_callback' => $sanitize_callback,
			)
		);

		// For adding controls.
		$control_type   = ColorMag_Customize_Base_Control::get_control_instance( $config['control'] );
		$config['type'] = $config['control'];

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$config['name'],
					$config
				)
			);
		} else {
			$wp_customize->add_control(
				$config['name'],
				$config
			);
		}

		// For adding selective refresh.
		$selective_refresh = isset( $config['partial'] ) ? true : false;
		$render_callback   = isset( $config['partial']['render_callback'] ) ? $config['partial']['render_callback'] : '';

		if ( $selective_refresh ) {

			if ( isset( $wp_customize->selective_refresh ) ) {
				$wp_customize->selective_refresh->add_partial(
					$config['name'],
					array(
						'selector'        => $config['partial']['selector'],
						'render_callback' => $render_callback,
					)
				);
			}
		}

		// For dependency array.
		if ( isset( $config['dependency'] ) ) {
			$this->update_dependency_array( $config['name'], $config['dependency'] );
		}

	}

	/**
	 * Update dependency in the dependency array for controls and sections.
	 *
	 * @param string $key        Name of the Setting/Control for which the dependency is added.
	 * @param array  $dependency Dependency of the $name Setting/Control.
	 *
	 * @return void
	 */
	private function update_dependency_array( $key, $dependency ) {
		self::$dependency_array[ $key ] = $dependency;
	}

	/**
	 * Get dependency array.
	 *
	 * @return array Dependencies discovered when registering controls and settings.
	 */
	private function get_dependency_array() {
		return self::$dependency_array;
	}

	/**
	 * Include the required customizer sanitization, callbacks and partials file.
	 */
	public function customize_sanitize_callback_include() {

		require dirname( __FILE__ ) . '/class-colormag-customizer-sanitizes.php';
		require dirname( __FILE__ ) . '/class-colormag-customizer-callbacks.php';

	}

	/**
	 * Enqueue custom scripts for customize panels, sections and controls.
	 */
	public function enqueue_customize_controls() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// Extend customizer CSS file.
		wp_enqueue_style(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/css/extend-customizer' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-extend-customizer', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// Extend customizer JS file.
		wp_enqueue_script(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/js/extend-customizer' . $suffix . '.js',
			array(
				'jquery',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls toggle JS file.
		wp_enqueue_script(
			'colormag-customizer-controls-toggle',
			$this->get_assets_url() . '/assets/js/customizer-controls-toggle' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls JS file.
		wp_enqueue_script(
			'colormag-customizer-controls',
			$this->get_assets_url() . '/assets/js/customizer-controls' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer dependency control JS file.
		wp_enqueue_script(
			'colormag-customizer-dependency',
			$this->get_assets_url() . '/assets/js/customizer-dependency' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
				'colormag-customizer-controls',
				'colormag-extend-customizer',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Localize for customizer controls toggle.
		wp_localize_script(
			'colormag-customizer-controls-toggle',
			'ColorMagCustomizerControlsToggle',
			$this->get_dependency_array()
		);

	}

	/**
	 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
	 *
	 * @since ColorMag 3.0.0
	 */
	public function customize_preview_js() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		wp_enqueue_script(
			'colormag-customizer',
			$this->get_assets_url() . '/assets/js/customize-preview' . $suffix . '.js',
			array(
				'customize-preview',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}

return new ColorMag_Customizer_FrameWork();
inc/customizer/core/class-colormag-customizer-sanitizes.php000064400000052541151213252750020313 0ustar00<?php
/**
 * ColorMag customizer class for theme customize sanitizes.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 */
class ColorMag_Customizer_FrameWork_Sanitizes {

	/**
	 * Sanitize the checkbox options set within customizer controls.
	 *
	 * @param int $input Input from the customize controls.
	 *
	 * @return int|string
	 */
	public static function sanitize_checkbox( $input ) {

		return ( ( 1 === $input || '1' === $input || true === (bool) $input ) ? 1 : '' );

	}

	/**
	 * Sanitize the number options set within customizer controls.
	 *
	 * @param int $number Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return int
	 */
	public static function sanitize_integer( $number, $setting ) {

		return ( is_numeric( $number ) ? intval( $number ) : $setting->default );

	}

	/**
	 * Sanitize the strings enabling HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_html( $input ) {

		return wp_kses_post( $input );

	}

	/**
	 * Sanitize the strings disabling the HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_nohtml( $input ) {

		return wp_filter_nohtml_kses( $input );

	}

	/**
	 * Sanitize the key values set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_key( $input ) {

		return sanitize_key( $input );

	}

	/**
	 * Sanitize the text fields set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_text_field( $input ) {

		return sanitize_text_field( $input );

	}

	/**
	 * Sanitize the radio as well as select options set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_radio_select( $input, $setting ) {

		// Ensuring that the input is a slug.
		$input = sanitize_text_field( $input );

		// Get the list of choices from the control associated with the setting.
		$choices = $setting->manager->get_control( $setting->id )->choices;

		// If the input is a valid key, return it, else, return the default.
		return ( array_key_exists( $input, $choices ) ? $input : $setting->default );

	}

	/**
	 * Sanitize the input set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_date( $input ) {

		// General sanitization, to get rid of malicious scripts or characters.
		$input = sanitize_text_field( $input );
		$input = filter_var( $input, FILTER_SANITIZE_STRING );

		// Validate date to check if it is in desired date format.
		if ( self::validate_date_format( $input ) ) {
			return $input;
		} else {
			// If user tries to enter any other value return today's date.
			$input = gmdate( 'Y-m-d' );

			return $input;
		}
	}

	public static function validate_date_format( $input, $date_format = 'Y-m-d' ) {

		// Create a Date object with a given format.
		$d = DateTime::createFromFormat( $date_format, $input );

		// Check if given date matches the given format and return the comparison.
		return $d && $d->format( $date_format ) === $input;
	}

	/**
	 * Sanitize the hex color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_hex_color( $color ) {

		if ( '' === $color ) {
			return '';
		}

		// 3 or 6 hex digits, or the empty string.
		if ( preg_match( '|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) {
			return $color;
		}

	}

	/**
	 * Sanitize the alpha color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_alpha_color( $color, $setting ) {

		if ( '' === $color ) {
			return '';
		}

		if ( 'header_textcolor' === $setting->id && 'blank' === $color ) {
			return 'blank';
		}

		// Hex sanitize if no rgba color option is chosen.
		if ( false === strpos( $color, 'rgb' ) ) {
			return self::sanitize_hex_color( $color );
		}

		// Sanitize the rgba color provided via customize option.
		$color = str_replace( ' ', '', $color );

		if ( strpos( $color, 'rgba' ) !== false ) {

			sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha );

			if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
				return self::convert_rgba_to_hex( $red, $green, $blue, $alpha );
			}

			return 'rgba(' . $red . ',' . $green . ',' . $blue . ',' . $alpha . ')';

		}

		sscanf( $color, 'rgb(%d,%d,%d)', $red, $green, $blue );

		if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
			return self::convert_rgba_to_hex( $red, $green, $blue );
		}

		return 'rgb(' . $red . ',' . $green . ',' . $blue . ')';

	}

	/**
	 * Converts RGB/A to a Hex value.
	 *
	 * @param int $red color value.
	 * @param int $green color value.
	 * @param int $blue color value.
	 * @param float $alpha color value.
	 *
	 * @return string Hex value.
	 */
	public static function convert_rgba_to_hex( $red, $green, $blue, $alpha = 1 ) {

		$red   = dechex( (int) $red );
		$green = dechex( (int) $green );
		$blue  = dechex( (int) $blue );
		$alpha = (float) $alpha;

		if ( strlen( $red ) < 2 ) {
			$red = '0' . $red;
		}

		if ( strlen( $green ) < 2 ) {
			$green = '0' . $green;
		}

		if ( strlen( $blue ) < 2 ) {
			$blue = '0' . $blue;
		}

		if ( $alpha < 1 ) {

			$alpha = $alpha * 255;

			if ( $alpha < 7 ) {
				$alpha = '0' . dechex( $alpha );
			} else {
				$alpha = dechex( $alpha );
			}

			return $red . $green . $blue . $alpha;
		}

		return $red . $green . $blue;
	}

	/**
	 * Sanitize false values within customizer controls, which user does not have to input by their own.
	 *
	 * @return bool
	 */
	public static function sanitize_false_values() {

		return false;

	}

	/**
	 * Sanitize the slider value set within customizer controls.
	 *
	 * @param number $val Customizer setting input number.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_number( $val, $setting ) {

		$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

		if ( isset( $input_attrs ) ) {

			$input_attrs[ 'min' ]  = isset( $input_attrs[ 'min' ] ) ? $input_attrs[ 'min' ] : 0;
			$input_attrs[ 'step' ] = isset( $input_attrs[ 'step' ] ) ? $input_attrs[ 'step' ] : 1;

			if ( isset( $input_attrs[ 'max' ] ) && $val > $input_attrs[ 'max' ] ) {
				$val = $input_attrs[ 'max' ];
			} elseif ( $val < $input_attrs[ 'min' ] ) {
				$val = $input_attrs[ 'min' ];
			}

			if ( $val ) {
				$val = (int) $val;
			}
		}

		return is_numeric( $val ) ? $val : $setting->default;

	}

	/**
	 * Sanitize the dimension value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_dimension( $input, $setting ) {

		if ( isset( $input ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->json()[ 'input_attrs' ];
			$unit        = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$input[ 'top' ]    = isset( $input[ 'top' ] ) ? (float) $input[ 'top' ] : 0;
			$input[ 'bottom' ] = isset( $input[ 'bottom' ] ) ? (float) $input[ 'bottom' ] : 0;
			$input[ 'left' ]   = isset( $input[ 'left' ] ) ? (float) $input[ 'left' ] : 0;
			$input[ 'right' ]  = isset( $input[ 'right' ] ) ? (float) $input[ 'right' ] : 0;

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			foreach ( $input as $key => $value ) {
				if ( $value < $min ) {
					$input[ $key ] = $min;
				} elseif ( $value > $max ) {
					$input[ $key ] = $max;
				}
			}
		}

		return $input;
	}

	/**
	 * Sanitize the slider value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_slider( $input, WP_Customize_Setting $setting ) {

		if ( isset( $input[ 'size' ] ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

			$size = isset( $input[ 'size' ] ) ? (float) $input[ 'size' ] : 0;
			$unit = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			if ( $size < $min ) {
				$size = $min;
			} elseif ( $size > $max ) {
				$size = $max;
			}

			$input = array(
				'size' => $size,
				'unit' => $unit,
			);
		}

		return $input;
	}

	/**
	 * Sanitize the email value set within customizer controls.
	 *
	 * @param string $email Input from the customize controls.
	 * @param object $setting Setting object.
	 *
	 * @return string
	 */
	public static function sanitize_email( $email, $setting ) {

		// Strips out all characters that are not allowable in an email address.
		$email = sanitize_email( $email );

		// If $email is a valid email, return it, otherwise, return the default.
		return ( ! is_null( $email ) ? $email : $setting->default );

	}

	/**
	 * Sanitize the url value set within customizer controls.
	 *
	 * @param string $url Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_url( $url ) {

		return esc_url_raw( $url );

	}

	/**
	 * Sanitize the dropdown categories value set within customizer controls.
	 *
	 * @param number $cat_id Customizer setting input category id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_categories( $cat_id, $setting ) {

		// Ensure input is an absolute integer.
		$cat_id = absint( $cat_id );

		// If $cat_id is an ID of a published category, return it, otherwise, return the default value.
		return ( term_exists( $cat_id, 'category' ) ? $cat_id : $setting->default );

	}

	/**
	 * Sanitize the dropdown pages value set within customizer controls.
	 *
	 * @param number $page_id Customizer setting input page id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_pages( $page_id, $setting ) {

		// Ensure input is an absolute integer.
		$page_id = absint( $page_id );

		// If $page_id is an ID of a published page, return it, otherwise, return the default value.
		return ( 'publish' === get_post_status( $page_id ) ? $page_id : $setting->default );

	}

	/**
	 * Sanitize the image value set within customizer controls.
	 *
	 * @param number $image Customizer setting input image filename.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_image_upload( $image, $setting ) {

		/**
		 * Array of valid image file types.
		 *
		 * The array includes image mime types that are included in wp_get_mime_types()
		 */
		$mimes = array(
			'jpg|jpeg|jpe' => 'image/jpeg',
			'gif'          => 'image/gif',
			'png'          => 'image/png',
			'bmp'          => 'image/bmp',
			'tiff|tif'     => 'image/tiff',
			'ico'          => 'image/x-icon',
		);

		// Return an array with file extension and mime_type.
		$file = wp_check_filetype( $image, $mimes );

		// If $image has a valid mime_type, return it, otherwise, return the empty value.
		return ( $file[ 'ext' ] ? $image : '' );

	}

	/**
	 * Sanitize the background value set within customizer controls.
	 *
	 * @param number $background_args Customizer setting input background arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_background( $background_args, $setting ) {

		if ( ! is_array( $background_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the alpha color option.
		if ( isset( $background_args[ 'background-color' ] ) ) {
			$output[ 'background-color' ] = self::sanitize_alpha_color( $background_args[ 'background-color' ], $setting );
		}

		// Sanitizing the background image option.
		if ( isset( $background_args[ 'background-image' ] ) ) {
			$output[ 'background-image' ] = self::sanitize_image_upload( $background_args[ 'background-image' ], $setting );
		}

		// Sanitizing the background repeat option.
		if ( isset( $background_args[ 'background-repeat' ] ) ) {
			$output[ 'background-repeat' ] = self::sanitize_text_field( $background_args[ 'background-repeat' ] );
		}

		// Sanitizing the background position option.
		if ( isset( $background_args[ 'background-position' ] ) ) {
			$output[ 'background-position' ] = self::sanitize_text_field( $background_args[ 'background-position' ] );
		}

		// Sanitizing the background size option.
		if ( isset( $background_args[ 'background-size' ] ) ) {
			$output[ 'background-size' ] = self::sanitize_text_field( $background_args[ 'background-size' ] );
		}

		// Sanitizing the background attachment option.
		if ( isset( $background_args[ 'background-attachment' ] ) ) {
			$output[ 'background-attachment' ] = self::sanitize_text_field( $background_args[ 'background-attachment' ] );
		}

		return $output;

	}

	/**
	 * Sanitize the typography value set within customizer controls.
	 *
	 * @param number $typography_args Customizer setting input typography arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_typography( $typography_args, $setting ) {

		if ( ! is_array( $typography_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the font family option.
		if ( isset( $typography_args[ 'font-family' ] ) ) {

			$standard_fonts = ColorMag_Fonts::get_system_fonts();
			$google_fonts   = ColorMag_Fonts::get_google_fonts();
			$custom_fonts   = ColorMag_Fonts::get_custom_fonts();
			$valid_keys     = array_merge( $standard_fonts, $google_fonts );

			// If custom fonts is available, merge it to `$valid_keys` array to make those fonts ready for sanitization.
			if ( ! empty( $custom_fonts ) ) {
				$valid_keys = array_merge( $custom_fonts, $valid_keys );
			}

			if ( array_key_exists( $typography_args[ 'font-family' ], $valid_keys ) ) {
				$output[ 'font-family' ] = self::sanitize_text_field( $typography_args[ 'font-family' ] );
			}
		}

		// Sanitizing the font weight option.
		if ( isset( $typography_args[ 'font-weight' ] ) ) {

			$font_variants = ColorMag_Fonts::get_font_variants();

			if ( array_key_exists( $typography_args[ 'font-weight' ], $font_variants ) ) {
				$output[ 'font-weight' ] = self::sanitize_key( $typography_args[ 'font-weight' ] );
			}
		}

		// Sanitizing the subsets option.
		if ( isset( $typography_args[ 'subsets' ] ) ) {

			$subsets        = ColorMag_Fonts::get_google_font_subsets();
			$subsets_values = array();

			if ( is_array( $typography_args[ 'subsets' ] ) ) {

				foreach ( $typography_args[ 'subsets' ] as $key => $value ) {

					if ( array_key_exists( $value, $subsets ) ) {
						$subsets_values[] = self::sanitize_key( $value );
					}
				}

				$output[ 'subsets' ] = $subsets_values;
			}
		}

		// Sanitizing the font style option.
		if ( isset( $typography_args[ 'font-style' ] ) ) {
			$output[ 'font-style' ] = self::sanitize_key( $typography_args[ 'font-style' ] );
		}

		// Sanitizing the text transform option.
		if ( isset( $typography_args[ 'text-transform' ] ) ) {
			$output[ 'text-transform' ] = self::sanitize_key( $typography_args[ 'text-transform' ] );
		}

		// Sanitizing the text decoration option.
		if ( isset( $typography_args[ 'text-decoration' ] ) ) {
			$output[ 'text-decoration' ] = self::sanitize_key( $typography_args[ 'text-decoration' ] );
		}

		$input_attrs = colormag_get_typography_input_attrs( $typography_args );

		// Sanitizing the font size option.
		if ( isset( $typography_args[ 'font-size' ] ) && is_array( $typography_args[ 'font-size' ] ) ) {

			$font_size_values      = array();
			$font_size_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'font-size' ];

			foreach ( $typography_args[ 'font-size' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $font_size_input_attrs[ $unit ][ 'min' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $font_size_input_attrs[ $unit ][ 'max' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'max' ] : 200;

				if ( ! empty( $size ) ) {

					if ( $size < $min ) {
						$size = $min;
					} elseif ( $size > $max ) {
						$size = $max;
					}
				}

				$font_size_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'font-size' ] = $font_size_values;

		}

		// Sanitizing the line height option.
		if ( isset( $typography_args[ 'line-height' ] ) && is_array( $typography_args[ 'line-height' ] ) ) {

			$line_height_values = array();

			$line_height_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'line-height' ];

			foreach ( $typography_args[ 'line-height' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : '-';
				$min  = isset( $line_height_input_attrs[ $unit ][ 'min' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $line_height_input_attrs[ $unit ][ 'max' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'max' ] : 10;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$line_height_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'line-height' ] = $line_height_values;

		}

		// Sanitizing the letter spacing option.
		if ( isset( $typography_args[ 'letter-spacing' ] ) && is_array( $typography_args[ 'letter-spacing' ] ) ) {

			$letter_spacing_values = array();

			$letter_spacing_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'letter-spacing' ];

			foreach ( $typography_args[ 'letter-spacing' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $letter_spacing_input_attrs[ $unit ][ 'min' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $letter_spacing_input_attrs[ $unit ][ 'max' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'max' ] : 100;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$letter_spacing_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'letter-spacing' ] = $letter_spacing_values;
		}

		return $output;

	}

	/**
	 * Sanitize the gradient control's values.
	 *
	 * @param number $gradient_args Customizer setting input gradient arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_gradient( $gradient_args, $setting ) {

		if ( ! is_array( $gradient_args ) ) {
			return array();
		}

		return $gradient_args;
	}

	/**
	 * Sanitize the sortable value set within customizer controls.
	 *
	 * @param number $input Customizer setting input sortable arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_sortable( $input, $setting ) {

		// Get list of choices from the control associated with the setting.
		$choices    = $setting->manager->get_control( $setting->id )->choices;
		$input_keys = $input;

		foreach ( (array) $input_keys as $key => $value ) {
			if ( ! array_key_exists( $value, $choices ) ) {
				unset( $input[ $key ] );
			}
		}

		// If the input is a valid key, return it, otherwise, return the default.
		return ( is_array( $input ) ? $input : $setting->default );

	}

}
inc/customizer/core/class-colormag-customize-base-option.php000064400000003305151213252750020332 0ustar00<?php


// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class ColorMag_Customize_Base_Option {

	public function __construct() {

		// Register the customize panels, sections and controls.
		add_filter( 'colormag_customizer_options', array( $this, 'register_options' ), 10, 2 );

	}

	/**
	 * Base method for customize options.
	 *
	 * @param array                $options      Customize options provided via the theme.
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		return $options;
	}

	/**
	 * Section Description
	 *
	 * @param array $args Description arguments.
	 *
	 * @return mixed Markup of the section description.
	 */
	public function get_section_description( $args ) {

		// Description.
		$content  = '<div class="colormag-section-description">';
		$content .= wp_kses_post( $args['description'] );

		// Links.
		if ( $args['links'] ) {

			$content .= '<ul>';
			foreach ( $args['links'] as $index => $link ) {

				if ( $link['attrs'] ) {

					$content .= '<li>';

					// Attribute mapping.
					$attributes = ' target="_blank" ';
					foreach ( $link['attrs'] as $attr => $attr_value ) {
						$attributes .= ' ' . $attr . '="' . esc_attr( $attr_value ) . '" ';
					}

					$content .= '<a ' . $attributes . '>' . esc_html( $link['text'] ) . '</a></li>';

					$content .= '</li>';

				}
			}

			$content .= '</ul>';

		}

		$content .= '</div>';

		return $content;
	}

}

return new ColorMag_Customize_Base_Option();
inc/customizer/core/assets/js/customizer-controls-toggle.min.js000064400000000522151213252750021035 0ustar00!function(o){wp.customize;ColorMagControlTrigger={triggerHook:function(r,g){o("body").trigger("colormag-control-trigger."+r,g)},addHook:function(r,g){o("body").on("colormag-control-trigger."+r,g)},removeHook:function(r,g){o("body").off("colormag-control-trigger."+r,g)}},ColorMagCustomizerToggles={colormag_header_image_link:[]}}(jQuery);inc/customizer/core/assets/js/customizer-dependency.js000064400000022765151213252750017264 0ustar00/**
 * Customizer dependency controls.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		'use strict';

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMag_Customizer_FrameWork
		 */
		var ColorMag_Customizer_FrameWork = {

			controls : {},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @access private
			 * @method init
			 */
			init : function () {
				var $this = this;

				$this.handleDependency();
				$this.hideEmptySections();

				api.bind(
					'change',
					function ( setting, data ) {
						var has_dependents = $this.hasDependentControls( setting.id );

						if ( has_dependents ) {
							$this.handleDependency();
							$this.hideEmptySections();
						}
					}
				);
			},

			/**
			 * Handles dependency for controls.
			 *
			 * @access private
			 * @method handleDependency
			 */
			handleDependency : function () {
				var $this  = this,
				    values = api.get();

				$this.checked_controls = {};

				_.each(
					values,
					function ( value, id ) {
						var control = api.control( id );

						$this.checkControlVisibility( control, id );
					}
				);
			},

			/**
			 * Hide OR display controls according to dependency
			 *
			 * @access private
			 * @method checkControlVisibility
			 */
			checkControlVisibility : function ( control, id ) {
				var $this  = this,
				    values = api.get();

				if ( ! _.isUndefined( control ) ) {

					// If control has dependency defined.
					if ( 'undefined' != typeof ColorMagCustomizerControlsToggle[id] ) {
						var check            = false,
						    dependency_param = ColorMagCustomizerControlsToggle[id],
						    conditions       = ! _.isUndefined( dependency_param.conditions ) ? dependency_param.conditions : dependency_param,
						    operator         = ! _.isUndefined( dependency_param.operator ) ? dependency_param.operator : 'AND';

						if ( 'undefined' !== typeof conditions ) {
							check                     = $this.checkDependency( conditions, values, operator );
							this.checked_controls[id] = check;

							if ( ! check ) {
								control.container.addClass( 'colormag-hide' );
							} else {
								control.container.removeClass( 'colormag-hide' );
							}
						}
					}

				}
			},

			/**
			 * Checks dependency condtions for controls
			 *
			 * @access private
			 * @method checkDependency
			 */
			checkDependency : function ( conditions, values, compare_operator ) {

				var control   = this,
				    check     = true,
				    returnNow = false,
				    testValue = conditions[0];

				if ( _.isString( testValue ) ) {

					var cond     = conditions[1],
					    cond_val = conditions[2],
					    value;

					if ( ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue] ) ) {
						var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['conditions'] ) ? ColorMagCustomizerControlsToggle[testValue]['conditions'] : ColorMagCustomizerControlsToggle[testValue];
						var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['operator'] ) ? ColorMagCustomizerControlsToggle[testValue]['operator'] : 'AND';

						if ( ! _.isUndefined( conditions ) ) {
							// Check visibility for dependent controls also.
							if ( ! control.checkDependency( conditions, values, operator ) ) {
								returnNow = true;
								check     = false;

								if ( 'AND' == compare_operator ) {
									return;
								}
							} else {
								var control_obj = api.control( testValue );

								control_obj.container.removeClass( 'colormag-hide' );
							}
						}
					}

					if ( ! _.isUndefined( values[testValue] ) && ! returnNow && check ) {
						value = values[testValue];
						check = control.compareValues( value, cond, cond_val );
					}

				} else if ( _.isArray( testValue ) ) {

					$.each(
						conditions,
						function ( index, val ) {

							var cond_key  = val[0],
							    cond_cond = val[1],
							    cond_val  = val[2],
							    test_val  = ! _.isUndefined( values[cond_key] ) ? values[cond_key] : '';

							if ( 'undefined' !== typeof ColorMagCustomizerControlsToggle[cond_key] ) {
								var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['conditions'] ) ? ColorMagCustomizerControlsToggle[cond_key]['conditions'] : ColorMagCustomizerControlsToggle[cond_key];
								var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['operator'] ) ? ColorMagCustomizerControlsToggle[cond_key]['operator'] : 'AND';

								if ( ! _.isUndefined( conditions ) ) {
									// Check visibility for dependent controls also.
									if ( ! control.checkDependency( conditions, values, operator ) ) {
										check = false;

										if ( 'AND' == compare_operator ) {
											return;
										}
									} else {
										check           = true;
										var control_obj = api.control( cond_key );

										control_obj.container.removeClass( 'colormag-hide' );
									}
								}
							} else {
								check = true;
							}

							if ( check ) {
								if ( 'AND' == compare_operator ) {
									if ( ! control.compareValues( test_val, cond_cond, cond_val ) ) {
										check = false;

										return false;
									}
								} else {
									if ( control.compareValues( test_val, cond_cond, cond_val ) ) {
										returnNow = true;
										check     = true;
									} else {
										check = false;
									}
								}
							}
						}

					);

					// Break loop in case of OR operator.
					if ( returnNow && 'OR' == compare_operator ) {
						check = true;
					}

				}

				return check;

			},

			/**
			 * Compare values of the dependent controls.
			 *
			 * @access private
			 * @method compareValues
			 */
			compareValues : function ( value1, condition, value2 ) {

				var equal = false;

				switch ( condition ) {

					case '===':
						equal = (
							value1 === value2
						) ? true : false;
						break;

					case '>':
						equal = (
							value1 > value2
						) ? true : false;
						break;

					case '<':
						equal = (
							value1 < value2
						) ? true : false;
						break;

					case '<=':
						equal = (
							value1 <= value2
						) ? true : false;
						break;

					case '>=':
						equal = (
							value1 >= value2
						) ? true : false;
						break;

					case '!=':
						equal = (
							value1 != value2
						) ? true : false;
						break;

					case 'empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							);

							equal = _.isEmpty( _v ) ? true : false;
						} else {
							equal = _.isNull( _v ) || _v == '' ? true : false;
						}
						break;

					case 'not_empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							)
						}

						equal = _.isEmpty( _v ) ? false : true;
						break;

					case 'contains':
						if ( _.isArray( value1 ) ) {
							if ( $.inArray( value2, value1 ) !== - 1 ) {
								equal = true;
							}
						}
						break;

					default:
						if ( _.isArray( value2 ) ) {
							if ( ! _.isEmpty( value2 ) && ! _.isEmpty( value1 ) ) {
								equal = _.contains( value2, value1 );
							} else {
								equal = false;
							}
						} else {
							equal = (
								value1 == value2
							) ? true : false;
						}
						break;

				}

				return equal;

			},

			/**
			 * Hide Section without Controls.
			 */
			hideEmptySections : function () {

				$( 'ul.accordion-section.control-section-colormag_section' ).each(
					function () {
						var parentId  = $( this ).attr( 'id' ),
						    visibleIt = false,
						    controls  = $( this ).find( ' > .customize-control' );

						if ( controls.length > 0 ) {
							controls.each(
								function () {
									if ( ! $( this ).hasClass( 'colormag-hide' ) && $( this ).css( 'display' ) != 'none' ) {
										visibleIt = true;
									}
								}
							);

							if ( ! visibleIt ) {
								$( '.control-section[aria-owns="' + parentId + '"]' ).addClass( 'colormag-hide' );
							} else {
								$( '.control-section[aria-owns="' + parentId + '"]' ).removeClass( 'colormag-hide' );
							}
						}
					}
				);

			},

			hasDependentControls : function ( control_id ) {
				var check = false;

				$.each(
					ColorMagCustomizerControlsToggle,
					function ( index, val ) {

						if ( ! _.isUndefined( val.conditions ) ) {
							var conditions = val.conditions;

							$.each(
								conditions,
								function ( index, val ) {

									var control = val[0];

									if ( control_id == control ) {
										check = true;
										return;
									}
								}
							);
						} else {
							var control = val[0];

							if ( control_id == control ) {
								check = true;

								return;
							}
						}

					}
				);

				return check;
			},

		};

		$(
			function () {
				ColorMag_Customizer_FrameWork.init();
			}
		);

	}
)( jQuery );
inc/customizer/core/assets/js/customize-preview.min.js000064400000015056151213252750017222 0ustar00function colormagGenerateCSS(t,e,i,o=null){wp.customize(t,(function(n){n.bind((function(n){var s="";jQuery(`style#${t}`).remove(),null!==o?Array.isArray(i)?i.forEach((function(t){s+=`${t} : ${n+o};`})):s+=`${i} :  ${n+o};`:s+=`${i}: ${n};`,jQuery("head").append(`<style id="${t}">${e}{ ${s} }</style>`)}))}))}function colormagAddRemoveCSSClasses(t,e,i,o=!1){wp.customize(t,(function(t){t.bind((function(t){o?t?jQuery(e).removeClass(i):jQuery(e).addClass(i):t?jQuery(e).addClass(i):jQuery(e).removeClass(i)}))}))}function colormagGenerateDimensionCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.top?o.top:0,s=""!==o.right?o.right:0,a=""!==o.bottom?o.bottom:0,l=""!==o.left?o.left:0,r=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+r+" "+s+r+" "+a+r+" "+l+r} }</style>`)}))}))}function colormagGenerateSliderCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.size?o.size:0,s=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+s} }</style>`)}))}))}function colormagGenerateBackgroundCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o;jQuery("style#"+t).remove(),o=`${e}{background-color: ${i["background-color"]};background-image: url( ${i["background-image"]} );background-attachment: ${i["background-attachment"]};background-position: ${i["background-position"]};background-size: ${i["background-size"]};background-repeat: ${i["background-repeat"]};}`,jQuery("head").append(`<style id="${t}">${o}</style>`)}))}))}function colormagGenerateTypographyCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o="",n="",s="",a="",l="",r="",c="",d="",p="",u="",g="",f="",m="",y="";if("object"==typeof i){if(void 0!==i["font-size"]&&(void 0!==i["font-size"].desktop.size&&""!==i["font-size"].desktop.size&&(r=i["font-size"].desktop.size+i["font-size"].desktop.unit),void 0!==i["font-size"].tablet.size&&""!==i["font-size"].tablet.size&&(c=i["font-size"].tablet.size+i["font-size"].tablet.unit),void 0!==i["font-size"].mobile.size&&""!==i["font-size"].mobile.size&&(d=i["font-size"].mobile.size+i["font-size"].mobile.unit)),void 0!==i["line-height"]){if(void 0!==i["line-height"].desktop.size&&""!==i["line-height"].desktop.size){const t="-"!==i["line-height"].desktop.unit?i["line-height"].desktop.unit:"";p=i["line-height"].desktop.size+t}if(void 0!==i["line-height"].tablet.size&&""!==i["line-height"].tablet.size){const t="-"!==i["line-height"].tablet.unit?i["line-height"].tablet.unit:"";u=i["line-height"].tablet.size+t}if(void 0!==i["line-height"].mobile.size&&""!==i["line-height"].mobile.size){const t="-"!==i["line-height"].mobile.unit?i["line-height"].mobile.unit:"";g=i["line-height"].mobile.size+t}}if(void 0!==i["letter-spacing"]){if(void 0!==i["letter-spacing"].desktop.size&&""!==i["letter-spacing"].desktop.size){const t="-"!==i["letter-spacing"].desktop.unit?i["letter-spacing"].desktop.unit:"";f=i["letter-spacing"].desktop.size+t}if(void 0!==i["letter-spacing"].tablet.size&&""!==i["letter-spacing"].tablet.size){const t="-"!==i["letter-spacing"].tablet.unit?i["letter-spacing"].tablet.unit:"";m=i["letter-spacing"].tablet.size+t}if(void 0!==i["letter-spacing"].mobile.size&&""!==i["letter-spacing"].mobile.size){const t="-"!==i["letter-spacing"].mobile.unit?i["letter-spacing"].mobile.unit:"";y=i["letter-spacing"].mobile.size+t}}void 0!==i["font-family"]&&""!==i["font-family"]&&((n=(n=i["font-family"].split(",")[0]).replace(/'/g,"")).includes("default")||n.includes("-apple-system")?n='-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif':n.includes("Monaco")?n='Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace':o=`<link id="${t}" href="https://fonts.googleapis.com/css?family=${n}" rel="stylesheet">`),void 0!==i["font-weight"]&&""!==i["font-weight"]&&(s=colormagIsNumeric(i["font-weight"])?parseInt(i["font-weight"]):"regular"!=i["font-weight"]?i["font-weight"]:"normal"),void 0!==i["font-style"]&&""!==i["font-style"]&&(a=i["font-style"]),void 0!==i["text-transform"]&&""!==i["text-transform"]&&(l=i["text-transform"]),jQuery("style#"+t).remove(),jQuery("link#"+t).remove(),jQuery("head").append(`<style id="${t}">\n\t\t\t\t\t${e} {\n\t\t\t\t\t\tfont-family: ${n};\n\t\t\t\t\t\tfont-weight: ${s};\n\t\t\t\t\t\tfont-style: ${a};\n\t\t\t\t\t\ttext-transform: ${l};\n\t\t\t\t\t\tfont-size: ${r};\n\t\t\t\t\t\tline-height: ${p};\n\t\t\t\t\t\tletter-spacing: ${f};\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 768px) {\n\t\t\t\t\t\t${e} {\n\t\t\t\t\t\t\tfont-size: ${c};\n\t\t\t\t\t\t\tline-height: ${u};\n\t\t\t\t\t\t\tletter-spacing: ${m};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 600px) {\n\t\t\t\t\t\t${e}{\n\t\t\t\t\t\t\tfont-size: ${d};\n\t\t\t\t\t\t\tline-height:${g};\n\t\t\t\t\t\t\tletter-spacing: ${y};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t</style>${o}`)}}))}))}function colormagIsNumeric(t){return"string"==typeof t&&null!==t.match(/\d+/g)}!function(t){wp.customize("blogname",(function(e){e.bind((function(e){t("#site-title a").text(e)}))})),wp.customize("blogdescription",(function(e){e.bind((function(e){t("#site-description").text(e)}))})),wp.customize("colormag_header_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("body").removeClass("header_display_type_two").addClass("header_display_type_one"):"type_three"===i?t("body").removeClass("header_display_type_one").addClass("header_display_type_two"):"type_one"===i&&t("body").removeClass("header_display_type_one header_display_type_two")}))})),wp.customize("colormag_site_layout",(function(e){e.bind((function(e){var i=e;"wide_layout"===i?t("body").removeClass("box-layout").addClass("wide"):"boxed_layout"===i&&t("body").removeClass("wide").addClass("box-layout")}))})),wp.customize("colormag_footer_copyright_alignment_setting",(function(e){e.bind((function(e){var i=e;"left"===i?t("#colophon").removeClass("copyright-right copyright-center"):"right"===i?t("#colophon").removeClass("copyright-center").addClass("copyright-right"):"center"===i&&t("#colophon").removeClass("copyright-right").addClass("copyright-center")}))})),wp.customize("colormag_main_footer_layout_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("#colophon").removeClass("colormag-footer--classic-bordered").addClass("colormag-footer--classic"):"type_three"===i?t("#colophon").removeClass("colormag-footer--classic").addClass("colormag-footer--classic-bordered"):"type_one"===i&&t("#colophon").removeClass("colormag-footer--classic colormag-footer--classic-bordered")}))}))}(jQuery);inc/customizer/core/assets/js/customizer-controls.js000064400000003760151213252750017003 0ustar00/**
 * Customizer controls.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMagCustomizer
		 */
		ColorMagCustomizer = {

			controls : {},

			/**
			 * Initializes our custom logic for the Customizer.
			 *
			 * @method init
			 */
			init : function () {
				ColorMagCustomizer._initToggles();
			},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @since 1.0.0
			 * @access private
			 * @method _initToggles
			 */
			_initToggles : function () {

				// Trigger the Adv Tab Click trigger.
				ColorMagControlTrigger.triggerHook( 'colormag-toggle-control', api );

				// Loop through each setting.
				$.each(
					ColorMagCustomizerToggles,
					function ( settingId, toggles ) {

						// Get the setting object.
						api(
							settingId,
							function ( setting ) {

								// Loop though the toggles for the setting.
								$.each(
									toggles,
									function ( i, toggle ) {
										// Loop through the controls for the toggle.
										$.each(
											toggle.controls,
											function ( k, controlId ) {
												// Get the control object.
												api.control(
													controlId,
													function ( control ) {

														// Define the visibility callback.
														var visibility = function ( to ) {
															control.container.toggle( toggle.callback( to ) );
														};

														// Init visibility.
														visibility( setting.get() );

														// Bind the visibility callback to the setting.
														setting.bind( visibility );

													}
												);
											}
										);
									}
								);
							}
						);

					}
				);
			}

		};

		$(
			function () {
				ColorMagCustomizer.init();
			}
		);

	}
)( jQuery );
inc/customizer/core/assets/js/extend-customizer.js000064400000023151151213252750016423 0ustar00/**
 * Nesting customize panels and sections.
 */
(
	function ( $ ) {

		var _panelEmbed,
			_panelIsContextuallyActive,
			_panelAttachEvents,
			_sectionEmbed,
			_sectionIsContextuallyActive,
			_sectionAttachEvents;

		wp.customize.bind(
			'pane-contents-reflowed',
			function () {
				var panels   = [],
					sections = [];

				// Reflow sections.
				wp.customize.section.each(
					function ( section ) {
						if (
							'colormag_section' !== section.params.type ||
							'undefined' === typeof section.params.section
						) {
							return;
						}

						sections.push( section );
					}
				);

				sections.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					sections,
					function ( i, section ) {
						var parentContainer = $(
							'#sub-accordion-section-' + section.params.section
						);

						parentContainer
							.children( '.section-meta' )
							.after( section.headContainer );
					}
				);

				// Reflow panels.
				wp.customize.panel.each(
					function ( panel ) {
						if (
							'colormag_panel' !== panel.params.type ||
							'undefined' === typeof panel.params.panel
						) {
							return;
						}

						panels.push( panel );
					}
				);

				panels.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					panels,
					function ( i, panel ) {
						var parentContainer = $(
							'#sub-accordion-panel-' + panel.params.panel
						);

						parentContainer.children( '.panel-meta' ).after( panel.headContainer );
					}
				);
			}
		);

		// Extend Panel.
		_panelEmbed                = wp.customize.Panel.prototype.embed;
		_panelIsContextuallyActive = wp.customize.Panel.prototype.isContextuallyActive;
		_panelAttachEvents         = wp.customize.Panel.prototype.attachEvents;

		wp.customize.Panel = wp.customize.Panel.extend(
			{
				attachEvents         : function () {
					var panel;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelAttachEvents.call( this );

						return;
					}

					_panelAttachEvents.call( this );

					panel = this;

					panel.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.panel( panel.params.panel );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-panel-parent' );
							} else {
								parent.contentContainer.removeClass( 'current-panel-parent' );
							}
						}
					);

					panel.container
						.find( '.customize-panel-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( panel.expanded() ) {
									wp.customize.panel( panel.params.panel ).expand();
								}
							}
						);
				},
				embed                : function () {
					var panel = this,
						parentContainer;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelEmbed.call( this );

						return;
					}

					_panelEmbed.call( this );

					parentContainer = $(
						'#sub-accordion-panel-' + this.params.panel
					);

					parentContainer.append( panel.headContainer );
				},
				isContextuallyActive : function () {
					var panel       = this,
						children,
						activeCount = 0;

					if ( 'colormag_panel' !== this.params.type ) {
						return _panelIsContextuallyActive.call( this );
					}

					children = this._children( 'panel', 'section' );

					wp.customize.panel.each(
						function ( child ) {
							if ( ! child.params.panel ) {
								return;
							}

							if ( child.params.panel !== panel.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( child.active() && child.isContextuallyActive() ) {
								activeCount += 1;
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);

		// Extend Section.
		_sectionEmbed                = wp.customize.Section.prototype.embed;
		_sectionIsContextuallyActive = wp.customize.Section.prototype.isContextuallyActive;
		_sectionAttachEvents         = wp.customize.Section.prototype.attachEvents;

		wp.customize.Section = wp.customize.Section.extend(
			{
				attachEvents         : function () {
					var section = this;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionAttachEvents.call( section );

						return;
					}

					_sectionAttachEvents.call( section );

					section.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.section( section.params.section );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-section-parent' );
							} else {
								parent.contentContainer.removeClass(
									'current-section-parent'
								);
							}
						}
					);

					section.container
						.find( '.customize-section-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( section.expanded() ) {
									wp.customize.section( section.params.section ).expand();
								}
							}
						);
				},
				embed                : function () {
					var section = this,
						parentContainer;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionEmbed.call( section );

						return;
					}

					_sectionEmbed.call( section );

					parentContainer = $(
						'#sub-accordion-section-' + this.params.section
					);

					parentContainer.append( section.headContainer );
				},
				isContextuallyActive : function () {
					var section     = this,
						children,
						activeCount = 0;

					if ( 'colormag_section' !== this.params.type ) {
						return _sectionIsContextuallyActive.call( this );
					}

					children = this._children( 'section', 'control' );

					wp.customize.section.each(
						function ( child ) {
							if ( ! child.params.section ) {
								return;
							}

							if ( child.params.section !== section.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( 'undefined' !== typeof child.isContextuallyActive ) {
								if ( child.active() && child.isContextuallyActive() ) {
									activeCount += 1;
								}
							} else {
								if ( child.active() ) {
									activeCount += 1;
								}
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);
	}
)( jQuery );

/**
 * Description of controls via tooltip.
 */
(
	function ( $ ) {

		wp.customize.bind(
			'ready',
			function () {
				wp.customize.control.each(
					function ( ctrl, i ) {
						var description = ctrl.container.find( '.customize-control-description' );

						if ( description.length ) {
							var title, li_wrapper, tooltip;
							title      = ctrl.container.find( '.customize-control-title' );
							li_wrapper = description.closest( 'li' );
							tooltip    = description.text().replace(
								/[u00A0-u9999<>&]/gim,
								function ( i ) {
									return '&#' + i.charCodeAt( 0 ) + ';';
								}
							);

							// Remove the description from displaying below the controller's label.
							description.remove();

							// Add the help icon in description of customize controls.
							li_wrapper.append( '<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="' + tooltip + '"></i>' );
						}
					}
				);
			}
		);

	}
)( jQuery );

/**
 * Responsive devices mode click event.
 */
jQuery( document ).ready(
	function ( $ ) {

		// Responsive switcher button click.
		$( '.customize-control' ).on(
			'click',
			'.responsive-switchers button',
			function ( event ) {

				// Set up variables.
				var device         = $( event.currentTarget ).data( 'device' );

				togglePreviewDevice( device );
			}
		);

		function togglePreviewDevice ( device ) {
			var devices        = $( '.responsive-switchers' ),
				control        = $( '.customize-control.has-responsive-switchers' );

			wp.customize.previewedDevice.set( device );

			// Switching the button class.
			devices.find( 'button.preview-' + device ).parent( 'li' ).addClass( 'active' ).siblings().removeClass( 'active' );

			// Switching the control class.
			control.find( '.control-wrap' ).removeClass( 'active' );
			control.find( '.control-wrap.' + device ).addClass( 'active' );
		}

		wp.customize.previewedDevice.bind( togglePreviewDevice );

	}
);

/**
 * Extend the Customize section to make it clickable.
 *
 * Currently used for the ColorMag Upseel section only.
 */
(
	function ( $, api ) {
		api.sectionConstructor[ 'colormag-upsell-section' ] = api.Section.extend(
			{
				// No events for this type of section.
				attachEvents: function () {
				},

				// Always make the section active.
				isContextuallyActive: function () {
					return true;
				}
			}
		);
	}
)( jQuery, wp.customize );
inc/customizer/core/assets/js/extend-customizer.min.js000064400000010427151213252750017207 0ustar00!function(e){var t,n,i,o,a,c;wp.customize.bind("pane-contents-reflowed",(function(){var t=[],n=[];wp.customize.section.each((function(e){"colormag_section"===e.params.type&&void 0!==e.params.section&&n.push(e)})),n.sort(wp.customize.utils.prioritySort).reverse(),e.each(n,(function(t,n){e("#sub-accordion-section-"+n.params.section).children(".section-meta").after(n.headContainer)})),wp.customize.panel.each((function(e){"colormag_panel"===e.params.type&&void 0!==e.params.panel&&t.push(e)})),t.sort(wp.customize.utils.prioritySort).reverse(),e.each(t,(function(t,n){e("#sub-accordion-panel-"+n.params.panel).children(".panel-meta").after(n.headContainer)}))})),t=wp.customize.Panel.prototype.embed,n=wp.customize.Panel.prototype.isContextuallyActive,i=wp.customize.Panel.prototype.attachEvents,wp.customize.Panel=wp.customize.Panel.extend({attachEvents:function(){var e;"colormag_panel"===this.params.type&&void 0!==this.params.panel?(i.call(this),(e=this).expanded.bind((function(t){var n=wp.customize.panel(e.params.panel);t?n.contentContainer.addClass("current-panel-parent"):n.contentContainer.removeClass("current-panel-parent")})),e.container.find(".customize-panel-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.panel(e.params.panel).expand())}))):i.call(this)},embed:function(){"colormag_panel"===this.params.type&&void 0!==this.params.panel?(t.call(this),e("#sub-accordion-panel-"+this.params.panel).append(this.headContainer)):t.call(this)},isContextuallyActive:function(){var e,t=this,i=0;return"colormag_panel"!==this.params.type?n.call(this):(e=this._children("panel","section"),wp.customize.panel.each((function(n){n.params.panel&&n.params.panel===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){e.active()&&e.isContextuallyActive()&&(i+=1)})),0!==i)}}),o=wp.customize.Section.prototype.embed,a=wp.customize.Section.prototype.isContextuallyActive,c=wp.customize.Section.prototype.attachEvents,wp.customize.Section=wp.customize.Section.extend({attachEvents:function(){var e=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(c.call(e),e.expanded.bind((function(t){var n=wp.customize.section(e.params.section);t?n.contentContainer.addClass("current-section-parent"):n.contentContainer.removeClass("current-section-parent")})),e.container.find(".customize-section-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.section(e.params.section).expand())}))):c.call(e)},embed:function(){var t=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(o.call(t),e("#sub-accordion-section-"+this.params.section).append(t.headContainer)):o.call(t)},isContextuallyActive:function(){var e,t=this,n=0;return"colormag_section"!==this.params.type?a.call(this):(e=this._children("section","control"),wp.customize.section.each((function(n){n.params.section&&n.params.section===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){void 0!==e.isContextuallyActive?e.active()&&e.isContextuallyActive()&&(n+=1):e.active()&&(n+=1)})),0!==n)}})}(jQuery),jQuery,wp.customize.bind("ready",(function(){wp.customize.control.each((function(e,t){var n,i,o=e.container.find(".customize-control-description");o.length&&(e.container.find(".customize-control-title"),n=o.closest("li"),i=o.text().replace(/[u00A0-u9999<>&]/gim,(function(e){return"&#"+e.charCodeAt(0)+";"})),o.remove(),n.append('<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="'+i+'"></i>'))}))})),jQuery(document).ready((function(e){function t(t){var n=e(".responsive-switchers"),i=e(".customize-control.has-responsive-switchers");wp.customize.previewedDevice.set(t),n.find("button.preview-"+t).parent("li").addClass("active").siblings().removeClass("active"),i.find(".control-wrap").removeClass("active"),i.find(".control-wrap."+t).addClass("active")}e(".customize-control").on("click",".responsive-switchers button",(function(n){t(e(n.currentTarget).data("device"))})),wp.customize.previewedDevice.bind(t)})),function(e,t){t.sectionConstructor["colormag-upsell-section"]=t.Section.extend({attachEvents:function(){},isContextuallyActive:function(){return!0}})}(jQuery,wp.customize);inc/customizer/core/assets/js/customizer-controls-toggle.js000064400000002557151213252750020265 0ustar00/**
 * Customizer controls toggle.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Trigger hooks
		 */
		ColorMagControlTrigger = {

			/**
			 * Trigger a hook.
			 *
			 * @method triggerHook
			 * @param {String} hook The hook to trigger.
			 * @param {Array} args An array of args to pass to the hook.
			 */
			triggerHook : function ( hook, args ) {
				$( 'body' ).trigger( 'colormag-control-trigger.' + hook, args );
			},

			/**
			 * Add a hook.
			 *
			 * @method addHook
			 * @param {String} hook The hook to add.
			 * @param {Function} callback A function to call when the hook is triggered.
			 */
			addHook : function ( hook, callback ) {
				$( 'body' ).on( 'colormag-control-trigger.' + hook, callback );
			},

			/**
			 * Remove a hook.
			 *
			 * @method removeHook
			 * @param {String} hook The hook to remove.
			 * @param {Function} callback The callback function to remove.
			 */
			removeHook : function ( hook, callback ) {
				$( 'body' ).off( 'colormag-control-trigger.' + hook, callback );
			}

		};

		/**
		 * Helper class that contains data for showing and hiding controls.
		 *
		 * @class ColorMagCustomizerToggles
		 */
		ColorMagCustomizerToggles = {

			'colormag_header_image_link' : [],

		};

	}
)( jQuery );
inc/customizer/core/assets/js/customize-preview.js000064400000027006151213252750016436 0ustar00/**
 * File customizer.js.
 *
 * Theme Customizer enhancements for a better user experience.
 *
 * Contains handlers to make Theme Customizer preview reload changes asynchronously.
 */

/**
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string||array} cssProperty
 * @param {null} unit
 */
function colormagGenerateCSS( controlId, selector, cssProperty, unit = null ) {

	wp.customize( controlId, function( value ) {

		value.bind( function ( newValue ) {
			var cssText = '';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ newValue + unit };`;
					} );
				} else {
					cssText += `${ cssProperty } :  ${ newValue + unit };`;
				}
			} else {
				cssText += `${ cssProperty }: ${ newValue };`;
			}

			jQuery( 'head' ).append( `<style id="${ controlId }">${ selector }{ ${ cssText } }</style>` );
		} );
	} );
}

/**
 * Control that returns either true or false.
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string} classes
 * @param {boolean} removeOnTrue
 */
function colormagAddRemoveCSSClasses(  controlId, selector, classes, removeOnTrue = false  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( newValue ) {

			if ( removeOnTrue ) {

				if ( newValue ) {
					jQuery( selector ).removeClass( classes );
				} else {
					jQuery( selector ).addClass( classes );
				}
			} else {

				if ( newValue ) {
					jQuery( selector ).addClass( classes );
				} else {
					jQuery( selector ).removeClass( classes );
				}
			}
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateDimensionCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( dimension ) {
			var topCSS = ( '' !== dimension.top ) ? dimension.top : 0,
				rightCSS = ( '' !== dimension.right ) ? dimension.right : 0,
				bottomCSS = ( '' !== dimension.bottom ) ? dimension.bottom : 0,
				leftCSS = ( '' !== dimension.left ) ? dimension.left : 0,
				unit = ( '' !== dimension.unit ) ? dimension.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssProperty } : ${ topCSS + unit + ' ' + rightCSS + unit + ' ' + bottomCSS + unit + ' ' + leftCSS + unit } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {

			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}
			var cssText = '';
			var sizeCSS = slider.size;
			var unit = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ sizeCSS + unit  };`;
					} );
				} else {
					cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
				}
			} else {
				cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
			}

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssText } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderWidthCss( controlId, selector, secondarySelector, cssProperty ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {
			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}

			var sizeCSS  = ( '' !== slider.size ) ? slider.size : 0;
			var secondaryCSS = 100 - sizeCSS;
			var unit       = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${controlId}">${selector}{ ${cssProperty} : ${sizeCSS + unit} }
							${secondarySelector}{ ${cssProperty} : ${secondaryCSS + unit} }
							</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateBackgroundCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( background ) {
			var css;

			jQuery( 'style#' + controlId ).remove();

			css = `${selector}{background-color: ${background['background-color']};background-image: url( ${background['background-image']} );background-attachment: ${background['background-attachment']};background-position: ${background['background-position']};background-size: ${background['background-size']};background-repeat: ${background['background-repeat']};}`;

			jQuery( 'head' ).append( `<style id="${ controlId }">${ css }</style>` );
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateTypographyCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( typography ) {
			var	link              = '',
				fontFamily = '',
				fontWeight = '',
				fontStyle = '',
				fontTransform = '',
				desktopFontSize = '',
				tabletFontSize = '',
				mobileFontSize = '',
				desktopLineHeight = '',
				tabletLineHeight = '',
				mobileLineHeight = '',
				desktopLetterSpacing = '',
				tabletLetterSpacing = '',
				mobileLetterSpacing = '';

			if ( 'object' == typeof typography ) {

				if ( undefined !== typography['font-size'] ) {

					if ( undefined !== typography['font-size']['desktop']['size'] && '' !== typography['font-size']['desktop']['size'] ) {
						desktopFontSize = typography['font-size']['desktop']['size'] + typography['font-size']['desktop']['unit'];
					}

					if ( undefined !== typography['font-size']['tablet']['size'] && '' !== typography['font-size']['tablet']['size'] ) {
						tabletFontSize = typography['font-size']['tablet']['size'] + typography['font-size']['tablet']['unit'];
					}

					if ( undefined !== typography['font-size']['mobile']['size'] && '' !== typography['font-size']['mobile']['size'] ) {
						mobileFontSize = typography['font-size']['mobile']['size'] + typography['font-size']['mobile']['unit'];
					}
				}

				if ( undefined !== typography['line-height'] ) {

					if ( undefined !== typography['line-height']['desktop']['size'] && '' !== typography['line-height']['desktop']['size'] ) {
						const desktopLineHeightUnit = ('-' !== typography['line-height']['desktop']['unit']) ? typography['line-height']['desktop']['unit'] : '';
						desktopLineHeight = typography['line-height']['desktop']['size'] + desktopLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['tablet']['size'] && '' !== typography['line-height']['tablet']['size'] ) {
						const tabletLineHeightUnit = ('-' !== typography['line-height']['tablet']['unit']) ? typography['line-height']['tablet']['unit'] : '';
						tabletLineHeight = typography['line-height']['tablet']['size'] + tabletLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['mobile']['size'] && '' !== typography['line-height']['mobile']['size'] ) {
						const mobileLineHeightUnit = ('-' !== typography['line-height']['mobile']['unit']) ? typography['line-height']['mobile']['unit'] : '';
						mobileLineHeight = typography['line-height']['mobile']['size'] + mobileLineHeightUnit;
					}
				}

				if ( undefined !== typography['letter-spacing'] ) {

					if ( undefined !== typography['letter-spacing']['desktop']['size'] && '' !== typography['letter-spacing']['desktop']['size'] ) {
						const desktopLetterSpacingUnit = ('-' !== typography['letter-spacing']['desktop']['unit']) ? typography['letter-spacing']['desktop']['unit'] : '';
						desktopLetterSpacing = typography['letter-spacing']['desktop']['size'] + desktopLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['tablet']['size'] && '' !== typography['letter-spacing']['tablet']['size'] ) {
						const tabletLetterSpacingUnit = ('-' !== typography['letter-spacing']['tablet']['unit']) ? typography['letter-spacing']['tablet']['unit'] : '';
						tabletLetterSpacing = typography['letter-spacing']['tablet']['size'] + tabletLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['mobile']['size'] && '' !== typography['letter-spacing']['mobile']['size'] ) {
						const mobileLetterSpacingUnit = ('-' !== typography['letter-spacing']['mobile']['unit']) ? typography['letter-spacing']['mobile']['unit'] : '';
						mobileLetterSpacing = typography['letter-spacing']['mobile']['size'] + mobileLetterSpacingUnit;
					}
				}

				if ( undefined !== typography['font-family'] && '' !== typography['font-family'] ) {
					fontFamily = typography['font-family'].split(",")[0];
					fontFamily = fontFamily.replace(/'/g, '');

					if ( fontFamily.includes( 'default' ) || fontFamily.includes( '-apple-system' )  ) {
						fontFamily = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif';
					} else if ( fontFamily.includes( 'Monaco' ) ) {
						fontFamily = 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace';
					} else {
						link = `<link id="${ controlId }" href="https://fonts.googleapis.com/css?family=${ fontFamily }" rel="stylesheet">`;
					}
				}

				if ( undefined !== typography['font-weight'] && '' !== typography['font-weight'] ) {

					if ( colormagIsNumeric( typography['font-weight'] ) ) {
						fontWeight = parseInt( typography['font-weight'] );
					} else {
						fontWeight = 'regular' != typography['font-weight'] ? typography['font-weight'] : 'normal';
					}
				}

				if ( undefined !== typography['font-style'] && '' !== typography['font-style'] ) {
					fontStyle = typography['font-style'];
				}

				if ( undefined !== typography['text-transform'] && '' !== typography['text-transform'] ) {
					fontTransform = typography['text-transform'];
				}

				jQuery( 'style#' + controlId ).remove();
				jQuery('link#' + controlId).remove();

				jQuery('head').append(
					`<style id="${ controlId }">
					${ selector } {
						font-family: ${ fontFamily };
						font-weight: ${ fontWeight };
						font-style: ${ fontStyle };
						text-transform: ${ fontTransform };
						font-size: ${ desktopFontSize };
						line-height: ${ desktopLineHeight };
						letter-spacing: ${ desktopLetterSpacing };
					}
					@media (max-width: 768px) {
						${ selector } {
							font-size: ${ tabletFontSize };
							line-height: ${ tabletLineHeight };
							letter-spacing: ${ tabletLetterSpacing };
						}
					}
					@media (max-width: 600px) {
						${ selector }{
							font-size: ${ mobileFontSize };
							line-height:${ mobileLineHeight };
							letter-spacing: ${ mobileLetterSpacing };
						}
					}
				</style>${ link }`
				);
			}
		} );
	} );
}

/**
 * @param {string} str
 * @returns {boolean}
 */
function colormagIsNumeric( str ) {
	var matches;

	if ( 'string' !== typeof str ) {
		return false;
	}

	matches = str.match(/\d+/g);

	return null !== matches;
}
inc/customizer/core/assets/js/customizer-controls.min.js000064400000000755151213252750017566 0ustar00!function(o){var n=wp.customize;ColorMagCustomizer={controls:{},init:function(){ColorMagCustomizer._initToggles()},_initToggles:function(){ColorMagControlTrigger.triggerHook("colormag-toggle-control",n),o.each(ColorMagCustomizerToggles,(function(t,i){n(t,(function(t){o.each(i,(function(i,r){o.each(r.controls,(function(o,i){n.control(i,(function(o){var n=function(n){o.container.toggle(r.callback(n))};n(t.get()),t.bind(n)}))}))}))}))}))}},o((function(){ColorMagCustomizer.init()}))}(jQuery);inc/customizer/core/assets/js/customizer-dependency.min.js000064400000006570151213252750020042 0ustar00!function(o){"use strict";var e=wp.customize,n={controls:{},init:function(){var o=this;o.handleDependency(),o.hideEmptySections(),e.bind("change",(function(e,n){o.hasDependentControls(e.id)&&(o.handleDependency(),o.hideEmptySections())}))},handleDependency:function(){var o=this,n=e.get();o.checked_controls={},_.each(n,(function(n,i){var r=e.control(i);o.checkControlVisibility(r,i)}))},checkControlVisibility:function(o,n){var i=e.get();if(!_.isUndefined(o)&&void 0!==ColorMagCustomizerControlsToggle[n]){var r=!1,t=ColorMagCustomizerControlsToggle[n],s=_.isUndefined(t.conditions)?t:t.conditions,a=_.isUndefined(t.operator)?"AND":t.operator;void 0!==s&&(r=this.checkDependency(s,i,a),this.checked_controls[n]=r,r?o.container.removeClass("colormag-hide"):o.container.addClass("colormag-hide"))}},checkDependency:function(n,i,r){var t=this,s=!0,a=!1,c=n[0];if(_.isString(c)){var l,d=n[1],g=n[2];if(!_.isUndefined(ColorMagCustomizerControlsToggle[c])){n=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions;var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(n))if(t.checkDependency(n,i,C))e.control(c).container.removeClass("colormag-hide");else if(a=!0,s=!1,"AND"==r)return}_.isUndefined(i[c])||a||!s||(l=i[c],s=t.compareValues(l,d,g))}else _.isArray(c)&&(o.each(n,(function(o,n){var c=n[0],l=n[1],d=n[2],g=_.isUndefined(i[c])?"":i[c];if(void 0!==ColorMagCustomizerControlsToggle[c]){var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions,u=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(C))if(t.checkDependency(C,i,u))s=!0,e.control(c).container.removeClass("colormag-hide");else if(s=!1,"AND"==r)return}else s=!0;if(s)if("AND"==r){if(!t.compareValues(g,l,d))return s=!1,!1}else t.compareValues(g,l,d)?(a=!0,s=!0):s=!1})),a&&"OR"==r&&(s=!0));return s},compareValues:function(e,n,i){var r=!1;switch(n){case"===":r=e===i;break;case">":r=e>i;break;case"<":r=e<i;break;case"<=":r=e<=i;break;case">=":r=e>=i;break;case"!=":r=e!=i;break;case"empty":var t=_.clone(e);_.isObject(t)||_.isArray(t)?(_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!!_.isEmpty(t)):r=!(!_.isNull(t)&&""!=t);break;case"not_empty":t=_.clone(e);(_.isObject(t)||_.isArray(t))&&_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!_.isEmpty(t);break;case"contains":_.isArray(e)&&-1!==o.inArray(i,e)&&(r=!0);break;default:r=_.isArray(i)?!_.isEmpty(i)&&!_.isEmpty(e)&&_.contains(i,e):e==i}return r},hideEmptySections:function(){o("ul.accordion-section.control-section-colormag_section").each((function(){var e=o(this).attr("id"),n=!1,i=o(this).find(" > .customize-control");i.length>0&&(i.each((function(){o(this).hasClass("colormag-hide")||"none"==o(this).css("display")||(n=!0)})),n?o('.control-section[aria-owns="'+e+'"]').removeClass("colormag-hide"):o('.control-section[aria-owns="'+e+'"]').addClass("colormag-hide"))}))},hasDependentControls:function(e){var n=!1;return o.each(ColorMagCustomizerControlsToggle,(function(i,r){if(_.isUndefined(r.conditions)){var t=r[0];if(e==t)return void(n=!0)}else{var s=r.conditions;o.each(s,(function(o,i){var r=i[0];e!=r||(n=!0)}))}})),n}};o((function(){n.init()}))}(jQuery);inc/customizer/core/assets/css/extend-customizer.min-rtl.css000064400000017277151213252750020350 0ustar00a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;left:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;left:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:right;line-height:0;margin:0;padding-left:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-right:-12px;margin-left:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-right:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-right-color:#0073aa;color:#fff !important;padding:0;border-right-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-right:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-right:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 10px 11px 12px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-right:10px;border-color:#ebebeb;color:#444;font-weight:600;border-right-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}inc/customizer/core/assets/css/extend-customizer-rtl.css000064400000021520151213252750017550 0ustar00a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	left: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	left: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: right;
	line-height: 0;
	margin: 0;
	padding-left: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-right: -12px;
	margin-left: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-right-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-right-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-right: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-right: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 10px 11px 12px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-right: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-right-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}
inc/customizer/core/assets/css/extend-customizer.min.css000064400000017271151213252750017543 0ustar00a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;right:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;right:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:left;line-height:0;margin:0;padding-right:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-left:-12px;margin-right:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-left:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-left-color:#0073aa;color:#fff !important;padding:0;border-left-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-left:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-left:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 12px 11px 10px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-left:10px;border-color:#ebebeb;color:#444;font-weight:600;border-left-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}inc/customizer/core/assets/css/extend-customizer.css000064400000021512151213252750016752 0ustar00a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	right: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	right: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: left;
	line-height: 0;
	margin: 0;
	padding-right: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-left: -12px;
	margin-right: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-left-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-left-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-left: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-left: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 12px 11px 10px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-left: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-left-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}
inc/customizer/core/assets/scss/extend-customizer.scss000064400000014332151213252750017322 0ustar00@import "../../custom-controls/assets/scss/variables";

a{
	color:$color-blue;
	&:focus{
		box-shadow: 0 0 0 1px rgba($color-blue,0.8);
	}
}
.button{
	background: $color-light-gray;
	border-color: $color-blue;
	color:$color-blue;
	font-weight: 600;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);

	&:hover{
		background: $color-white;
		color:$color-blue;
	}
}

.select2-container--default{
	.select2-selection--single{
		height: 32px;

		.select2-selection__arrow{
			b{
				margin-top: 0;
			}
		}
	}


}
.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description {

	.colormag-section-description {

		ul {
			margin: 0;

			> li {
				list-style: none;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		a {
			font-style: italic;
		}
	}
}
.customize-control {
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;

	&.customize-control-colormag-typography {
		select {
			font-size: 13px;
		}
	}

	&.customize-control-colormag-upgrade {
		margin-top: 12px;
		padding: 12px;
		border-radius : 8px;
		border: 1px solid $color-light-gray;
	}

	&.customize-control-colormag-title {
		padding: 12px;

		.customize-control-title {
			color: $color-blue;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 0px;
		}
	}

	.customize-control-title {
		font-size: 13px;
		color: $color-black;
		line-height: 1.5;
		font-weight: 400;
	}

	.colormag-control-tooltip {
		position: absolute;
		right: 10px;
		top: 9px;

		&:hover {
			cursor: pointer;
		}
	}

	.attachment-media-view{
		.button-add-media{
			background: $color-light-gray;
			&:hover{
				background: $color-white;
			}
		}
	}

	select,
	input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
	.select2-selection--single{
		border-color:$color-light-gray;
		border-radius: 2px;

		&:hover {
			border-color:$color-dark-gray;
		}

		&:focus {
			border-color:$color-blue;
			box-shadow: 0 0 0 0 #2271b1;
			outline: 0 solid transparent;
		}
	}

	.customize-inside-control-row {
		padding-bottom: 0;
		padding-top: 0;
	}

	&.customize-control-radio,
	&.customize-control-checkbox {
		.customize-inside-control-row {
			padding-bottom: 6px;
			padding-top: 6px;
		}
	}

	&.has-responsive-switchers {

		.responsive-switchers {
			position: unset;
			right: 0;
			top: -3px;
			width: 26px;
			display: flex;
			overflow: hidden;
			transition: all 0.3s;

			&:hover {
				width: 78px;

				li {
					display: block;
				}
			}

			li {
				float: left;
				line-height: 0;
				margin: 0;
				padding-right:2px;
				display: none;

				&.active {
					display: block;

					button	{
						color: $color-blue;
					}
				}

				button {
					background: transparent;
					border: none;
					color: rgba($color-black, 0.5);
					cursor: pointer;
					outline: none;
					padding: 2px;

					i {
						font-size: 14px;
						line-height: 20px;
					}
				}
			}
		}

		.control-wrap {

			&:not(.active) {
				display: none;
				width: 100%;
			}
		}
	}
}

#customize-theme-controls {

	.in-sub-panel & {

		.customize-pane-child.current-panel-parent {
			transform: translateX(-100%);
		}
	}

	.customize-pane-child.current-section-parent {
		transform: translateX(-100%);
	}

	.control-section {

		&.open {
			height: 100%;
		}

		&.control-section-colormag_section {

			.accordion-section {
				margin-left: -12px;
				margin-right: -12px;
			}

			.accordion-section-title {
				background-color: $color-white;
				border-bottom: 1px solid $color-light-gray;
				border-left: 2px solid $color-light-gray;
				color: $color-black;
				transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
			}

			.accordion-section-title:after {
				color: #AEAEAE;
			}

			.accordion-section-title:hover:after {
				color: $color-blue;
			}
		}
	}
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio{
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section {

	h3 {

		&.accordion-section-title {
			background-color: $color-blue !important;
			border-left-color: #0073aa;
			color: #fff !important;
			padding: 0;
			border-left-width: 2px;

			a {
				color: #fff;
				display: block;
				padding: 8px 0;
				text-decoration: none;
				line-height: 1.2;

				&:focus {
					box-shadow : none;
				}
			}

			&:after {
				color: #fff !important;
			}
		}

		a {

			&::after {
				color: #fff;
			}
		}
	}
}

#customize-theme-controls {
	.control-section-colormag-upsell-section {
		.accordion-section-title {
			border: none;
			border-left: 2px solid $color-dark-blue;

			&:hover,
			&:focus {
				border-left: 2px solid $color-dark-blue !important;
			}
		}
	}

	.control-panel-colormag_panel,
	.control-section-colormag_section {
		.accordion-section-title {
			padding: 11px 12px 11px 10px;
			line-height: 1.2;

			&:after {
				color: $color-dark-gray;
				font-size: 20px;
				top: calc(50% - 9px);
			}

			&:hover,
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}

	.accordion-section-title {
		padding-left: 10px;
		border-color:$color-light-gray;
		color: $color-black;
		font-weight: 600;
		border-left-width: 2px;

		&:hover,
		&:focus {
			background: #FAFAFA;
			color: $color-black;
			border-left: 2px solid $color-blue;
		}

		&:after {
			color: $color-dark-gray;
			font-size: 20px;
			top: calc(50% - 9px);
		}
	}
}

#customize-controls {
	.control-section {
		&:hover {
			>.accordion-section-title {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
		.accordion-section-title {
			&:hover {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}
}
inc/customizer/core/class-colormag-customizer-callbacks.php000064400000000723151213252750020214 0ustar00<?php
/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_FrameWork_Callbacks
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_Callbacks
 */
class ColorMag_Customizer_Callbacks {

}
inc/customizer/override-defaults.php000064400000006135151213252750013666 0ustar00<?php
/**
 * Override default customizer panels, sections, settings or controls.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

///**
// * Override Sections.
// */
//// Header media section.
//$wp_customize->get_section( 'header_image' )->panel    = 'colormag_header_panel';
//$wp_customize->get_section( 'header_image' )->priority = 40;

/**
 * Override controls.
 */
// Outside container > background control.
$wp_customize->get_control( 'background_color' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_color' )->priority = 90;
$wp_customize->get_control( 'background_color' )->type     = 'colormag-color';

$wp_customize->get_control( 'background_image' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_image' )->priority = 100;

$wp_customize->get_control( 'background_preset' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_preset' )->priority = 110;

$wp_customize->get_control( 'background_position' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_position' )->priority = 120;

$wp_customize->get_control( 'background_size' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_size' )->priority = 130;

$wp_customize->get_control( 'background_repeat' )->section  = 'colormag_global_container_section';
$wp_customize->get_control( 'background_repeat' )->priority = 140;

$wp_customize->get_control( 'background_attachment' )->section  = 'colormag_global_background_section';
$wp_customize->get_control( 'background_attachment' )->priority = 150;

// Site Identity.
$wp_customize->get_control( 'custom_logo' )->priority     = 30;
$wp_customize->get_control( 'site_icon' )->priority       = 60;
$wp_customize->get_control( 'blogname' )->priority        = 80;
$wp_customize->get_control( 'blogdescription' )->priority = 150;

$wp_customize->get_section( 'header_image' )->panel    = 'colormag_header_panel';
$wp_customize->get_section( 'header_image' )->priority = 100;

// Override Settings.
$wp_customize->get_setting( 'blogname' )->transport        = 'postMessage';
$wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage';

if ( isset( $wp_customize->selective_refresh ) ) {
	$wp_customize->selective_refresh->add_partial(
		'blogname',
		array(
			'selector'        => '.cm-site-title a',
			'render_callback' => array(
				'ColorMag_Customizer_Partials',
				'render_customize_partial_blogname',
			),
		)
	);

	$wp_customize->selective_refresh->add_partial(
		'blogdescription',
		array(
			'selector'        => '.cm-site-description',
			'render_callback' => array(
				'ColorMag_Customizer_Partials',
				'render_customize_partial_blogdescription',
			),
		)
	);
}

/*
 * Modify WooCommerce default section priorities
*/
if ( class_exists( 'WooCommerce' ) ) {
	$wp_customize->get_panel( 'woocommerce' )->priority = 70;
}
inc/customizer/class-colormag-customizer-register-sections-panels.php000064400000030632151213252750022300 0ustar00<?php
/**
 * Class to register panels and sections for customize options.
 *
 * Class ColorMag_Customize_Register_Section_Panels
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to register panels and sections for customize options.
 *
 * Class ColorMag_Customize_Register_Section_Panels
 */
class ColorMag_Customize_Register_Section_Panels extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Panels.
			 */
			array(
				'name'     => 'colormag_global_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Global', 'colormag' ),
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_front_page_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Front Page', 'colormag' ),
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_header_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Header & Navigation', 'colormag' ),
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_content_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Content', 'colormag' ),
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Footer', 'colormag' ),
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_additional_panel',
				'type'     => 'panel',
				'title'    => esc_html__( 'Additional', 'colormag' ),
				'priority' => 60,
			),

			// Separator.
			array(
				'name'             => 'separator',
				'type'             => 'section',
				'priority'         => 80,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			/**
			 * Global.
			 */
			// Colors.
			array(
				'name'     => 'colormag_global_colors_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Colors', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 10,
			),

			//Category Colors.
			array(
				'name'     => 'colormag_category_colors_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Category Colors', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 20,
			),

			// Container.
			array(
				'name'     => 'colormag_global_container_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Container', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 30,
			),

			// Sidebar.
			array(
				'name'     => 'colormag_global_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 40,
			),

			// Typography.
			array(
				'name'     => 'colormag_global_typography_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Typography', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 50,
			),

			// Button.
			array(
				'name'     => 'colormag_button_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Button', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 60,
			),

			// Widget.
			array(
				'name'     => 'colormag_widget_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Widget', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_site_layout_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Site Layout', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_sidebar_layout_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar Layout', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_container_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Container', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_container_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_base_typography_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Base', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_typography_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_headings_typography_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Headings', 'colormag' ),
				'panel'    => 'colormag_global_panel',
				'section'  => 'colormag_global_typography_section',
				'priority' => 20,
			),

			/**
			 * Front Page.
			 */
			array(
				'name'     => 'colormag_front_page_general_section',
				'type'     => 'section',
				'title'    => esc_html__( 'General', 'colormag' ),
				'panel'    => 'colormag_front_page_panel',
				'priority' => 0,
			),

			array(
				'name'     => 'colormag_front_page_layout_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Layout', 'colormag' ),
				'panel'    => 'colormag_front_page_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_front_page_widget_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Widget', 'colormag' ),
				'panel'    => 'colormag_front_page_panel',
				'priority' => 20,
			),

			/**
			 * Header.
			 */
			array(
				'name'     => 'colormag_top_bar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Top Bar', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_news_ticker_section',
				'type'     => 'section',
				'title'    => esc_html__( 'News Ticker', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 20,
			),

			array(
				'name'             => 'colormag_top_bar_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 30,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'title_tagline',
				'type'     => 'section',
				'title'    => esc_html__( 'Site Identity', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_primary_header_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Main Header', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_primary_menu_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Primary Menu', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 60,
			),

			array(
				'name'             => 'colormag_primary_menu_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 70,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_header_action_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Header Action', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 80,
			),

			array(
				'name'             => 'colormag_header_media_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 90,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_breadcrumb_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Breadcrumb', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 110,
			),

			array(
				'name'             => 'colormag_sticky_header_section_separator',
				'type'             => 'section',
				'panel'            => 'colormag_header_panel',
				'priority'         => 120,
				'section_callback' => 'ColorMag_WP_Customize_Separator',
			),

			array(
				'name'     => 'colormag_sticky_header_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sticky Header', 'colormag' ),
				'panel'    => 'colormag_header_panel',
				'priority' => 130,
			),

			/**
			 * Content.
			 */
			array(
				'name'     => 'colormag_blog_archive_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Blog', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_single_post_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Single Post', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_post_meta_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Post Meta', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_page_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Page', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'colormag_content_panel',
				'priority' => 50,
			),

			/**
			 * Footer.
			 */
			array(
				'name'     => 'colormag_footer_column_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Footer Column', 'colormag' ),
				'panel'    => 'colormag_footer_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_bar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Footer Bar', 'colormag' ),
				'panel'    => 'colormag_footer_panel',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_scroll_to_top_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Scroll to Top', 'colormag' ),
				'panel'    => 'colormag_footer_panel',
				'priority' => 30,
			),

			/**
			 * Additional.
			 */
			array(
				'name'     => 'colormag_additional_general_section',
				'type'     => 'section',
				'title'    => esc_html__( 'General', 'colormag' ),
				'panel'    => 'colormag_additional_panel',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_social_icons_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Social Icons', 'colormag' ),
				'panel'    => 'colormag_additional_panel',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_integrations_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Integrations', 'colormag' ),
				'panel'    => 'colormag_additional_panel',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_optimization_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Optimization', 'colormag' ),
				'panel'    => 'colormag_additional_panel',
				'priority' => 40,
			),

			/**
			 * WooCommerce.
			 */
			array(
				'name'     => 'colormag_woocommerce_sidebar_section',
				'type'     => 'section',
				'title'    => esc_html__( 'Sidebar', 'colormag' ),
				'panel'    => 'woocommerce',
				'priority' => 30,
			),

			array(
				'name'             => 'colormag_customize_review_link_section',
				'type'             => 'section',
				'title'            => esc_html__( 'Leave a Review on .org', 'colormag' ),
				'url'              => 'https://wordpress.org/support/theme/colormag/reviews/?filter=5/#new-post',
				'priority'         => 200,
				'section_callback' => 'ColorMag_Upsell_Section',
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Register_Section_Panels();
inc/customizer/class-colormag-customizer-partials.php000064400000013600151213252770017164 0ustar00<?php
/**
 * ColorMag customizer class for theme customize partials.
 *
 * Class ColorMag_Customizer_Partials
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize partials.
 *
 * Class ColorMag_Customizer_Partials
 */
class ColorMag_Customizer_Partials {

	/**
	 * Render the Read Next text for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_read_next_text() {
		echo '<span>' . esc_html( get_theme_mod( 'colormag_read_next_text', __( 'Read Next', 'colormag' ) ) ) . '</span>';
	}

	/**
	 * Render the view all button text for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_view_all_button_text() {
		echo esc_html( get_theme_mod( 'colormag_view_all_text', __( 'View All', 'colormag' ) ) );
	}

	/**
	 * Render the you may also like text for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_you_may_also_like_text() {
		?>
		<i class="fa fa-thumbs-up"></i>
		<span><?php echo esc_html( get_theme_mod( 'colormag_you_may_also_like_text', __( 'You May Also Like', 'colormag' ) ) ); ?></span>
		<?php
	}

	/**
	 * Render the read more text for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_read_more_text() {
		?>
		<span><?php echo esc_html( get_theme_mod( 'colormag_read_more_text', __( 'Read more', 'colormag' ) ) ); ?></span>
		<?php
	}

	/**
	 * Render the breadcrumb text for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_breadcrumb_label() {
		echo esc_html( get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here:', 'colormag' ) ) );
	}

	/**
	 * Render the featured image caption for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_featured_image_caption() {

		// Bail out if featured image caption display is not enabled.
		if ( 0 == get_theme_mod( 'colormag_enable_featured_image_caption', 0 ) ) {
			return;
		}

		// Display the featured image caption.
		if ( get_post( get_post_thumbnail_id() )->post_excerpt ) {
			echo wp_kses_post( get_post( get_post_thumbnail_id() )->post_excerpt );
		}

	}

	/**
	 * Render the footer copyright information for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_footer_copyright_text() {
		$default_footer_value      = get_theme_mod(
			'colormag_footer_editor',
			esc_html__( 'Copyright &copy; ', 'colormag' ) . '[the-year] [site-link]. ' . esc_html__( 'All rights reserved.', 'colormag' ) . '<br>' . esc_html__( 'Theme: ', 'colormag') . '[tg-link]' .  esc_html__( ' by ThemeGrill. Powered by ', 'colormag' ) . '[wp-link].'
		);
		$colormag_footer_copyright = $default_footer_value;

		echo do_shortcode( $colormag_footer_copyright );
	}

	/**
	 * Render the breaking news title display for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_breaking_news_text() {
		echo esc_html( get_theme_mod( 'colormag_news_ticker_label', __( 'Latest:', 'colormag' ) ) );
	}

	/**
	 * Render the date in the header for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_current_date() {

		// Return if date display is disabled.
		if ( false == get_theme_mod( 'colormag_date_display', false ) ) {
			return;
		}
		?>

		<div class="date-in-header">
			<?php
			if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( 'l, F j, Y' ) );
			} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( get_option( 'date_format' ) ) );
			}
			?>
		</div>

		<?php
	}

	/**
	 * Render the breaking news display type for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_date_display_type() {

		// Return if date display option is not enabled.
		if ( false == get_theme_mod( 'colormag_date_display', false ) ) {
			return;
		}

		if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
			echo esc_html( date_i18n( 'l, F j, Y' ) );
		} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
			echo esc_html( date_i18n( get_option( 'date_format' ) ) );
		}

	}

	/**
	 * Render the random post for selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_random_post() {

		// Bail out if random post in menu is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_random_post', 0 ) ) {
			return;
		}

		$get_random_post = new WP_Query(
			array(
				'posts_per_page'         => 1,
				'post_type'              => 'post',
				'ignore_sticky_posts'    => true,
				'orderby'                => 'rand',
				'no_found_rows'          => true,
				'update_post_meta_cache' => false,
				'update_post_term_cache' => false,
			)
		);
		?>

		<div class="cm-random-post">
			<?php
			while ( $get_random_post->have_posts() ) :
				$get_random_post->the_post();
				?>
				<a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'View a random post', 'colormag' ); ?>"><i
							class="fa fa-random"></i></a>
			<?php endwhile; ?>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

	/**
	 * Render the site title for the selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_customize_partial_blogname() {
		bloginfo( 'name' );
	}

	/**
	 * Render the site tagline for the selective refresh partial.
	 *
	 * @return void
	 */
	public static function render_customize_partial_blogdescription() {
		bloginfo( 'description' );
	}

}
inc/customizer/assets/js/cm-customize-preview.js000064400000027264151213252770016113 0ustar00/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 *
 */

colormagGenerateCSS( 'colormag_site_title_color', '.cm-site-title a', 'color' )
colormagGenerateCSS( 'colormag_site_title_hover_color', '.cm-site-title a:hover', 'color' )
colormagGenerateCSS( 'colormag_site_tagline_color', '.cm-site-description', 'color' )
colormagGenerateCSS( 'colormag_headings_color', 'h1, h2, h3, h4, h5, h6, .dark-skin h1, .dark-skin h2, .dark-skin h3, .dark-skin h4, .dark-skin h5, .dark-skin h6', 'color' )
colormagGenerateCSS( 'colormag_h1_color', '.dark-skin h1', 'color' )
colormagGenerateCSS( 'colormag_h2_color', '.dark-skin h2', 'color' )
colormagGenerateCSS( 'colormag_h3_color', '.dark-skin h3', 'color' )
colormagGenerateCSS( 'colormag_link_color', '.cm-entry-summary a, .mzb-featured-categories .mzb-post-title a, .mzb-tab-post .mzb-post-title a, .mzb-post-list .mzb-post-title a, .mzb-featured-posts .mzb-post-title a, .mzb-featured-categories .mzb-post-title a', 'color' )
colormagGenerateCSS( 'colormag_link_hover_color', '.post .cm-entry-summary a:hover, .mzb-featured-categories .mzb-post-title a:hover, .mzb-tab-post .mzb-post-title a:hover, .mzb-post-list .mzb-post-title a:hover, .mzb-featured-posts .mzb-post-title a:hover, .mzb-featured-categories .mzb-post-title a:hover', 'color' )
colormagGenerateCSS( 'colormag_button_color', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link', 'color' )
colormagGenerateCSS( 'colormag_button_background_color', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button__link', 'background-color' )
colormagGenerateCSS( 'colormag_top_bar_border_bottom_color', '.cm-top-bar', 'border-bottom-color' )
colormagGenerateCSS( 'colormag_button_border_color', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'border-color' )
colormagGenerateCSS( 'colormag_button_border_style', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'border-style' )
colormagGenerateCSS( 'colormag_sidebar_widget_title_color', '.cm-secondary .cm-widget-title span,.cm-secondary .wp-block-heading, #cm-tertiary .cm-widget-title span', 'color' )
colormagGenerateCSS( 'colormag_footer_copyright_text_color', '.cm-footer-bar-area .cm-footer-bar__2', 'color' )
colormagGenerateCSS( 'colormag_footer_copyright_link_text_color', '.cm-footer-bar-area .cm-footer-bar__2 a', 'color' )
colormagGenerateCSS( 'colormag_footer_menu_color', '.cm-footer-bar-area .cm-footer-bar__1 ul li a', 'color' )
colormagGenerateCSS( 'colormag_footer_menu_hover_color', '.cm-footer-bar-area .cm-footer-bar__1 ul li a:hover', 'color' )
colormagGenerateSliderCSS( 'colormag_sidebar_width', '.cm-secondary', '.cm-primary', 'width' );

colormagGenerateCSS( 'colormag_button_hover_color', '.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link span:hover, .wp-block-button__link:hover', 'color' )
colormagGenerateSliderCSS( 'colormag_primary_menu_top_border_width', '#cm-primary-nav', 'border-top-width' );
colormagGenerateCSS( 'colormag_button_background_hover_color', '.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link:hover, .wp-block-button__link:hover', 'background-color' )
colormagGenerateTypographyCSS( 'colormag_blog_post_title_typography', '.cm-entry-title' );

colormagGenerateBackgroundCSS( 'colormag_inside_container_background', '.cm-content' )
colormagGenerateBackgroundCSS( 'colormag_outside_container_background', 'body' )

colormagGenerateDimensionCSS( 'colormag_button_dimension_padding', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'padding' );
colormagGenerateDimensionCSS( 'colormag_primary_menu_padding', '.cm-primary-nav', 'padding' );

colormagGenerateSliderCSS( 'colormag_container_width', '.inner-wrap, .cm-container', 'max-width' );
colormagGenerateSliderCSS( 'colormag_button_border_radius', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'border-radius' );
colormagGenerateSliderCSS( 'colormag_button_border_width', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link', 'border-width' );
colormagGenerateSliderCSS( 'colormag_site_logo_height', '.cm-site-branding img', 'height' );
colormagGenerateSliderCSS( 'colormag_top_bar_border_bottom_size', '.cm-top-bar', 'border-bottom-width' );


colormagGenerateTypographyCSS( 'colormag_base_typography', 'body, button, input, select, textarea, blockquote p, .entry-meta, .more-link, dl, .previous a, .next a, .nav-previous a, .nav-next a, #respond h3#reply-title #cancel-comment-reply-link, #respond form input[type="text"], #respond form textarea, .cm-secondary .widget, .error-404 .widget, .cm-entry-summary p' );
colormagGenerateTypographyCSS( 'colormag_headings_typography', 'h1, h2, h3 ,h4, h5, h6' );
colormagGenerateTypographyCSS( 'colormag_h1_typography', 'h1' );
colormagGenerateTypographyCSS( 'colormag_h2_typography', 'h2' );
colormagGenerateTypographyCSS( 'colormag_h3_typography', 'h3' );
colormagGenerateTypographyCSS( 'colormag_h4_typography', 'h4' );
colormagGenerateTypographyCSS( 'colormag_h5_typography', 'h5' );
colormagGenerateTypographyCSS( 'colormag_h6_typography', 'h6' );
colormagGenerateTypographyCSS( 'colormag_content_widget_title_typography', '.cm-primary .cm-featured-posts .cm-widget-title' );
colormagGenerateTypographyCSS( 'colormag_button_typography', '.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link' );
colormagGenerateTypographyCSS( 'colormag_site_title_typography', '.cm-site-title' );
colormagGenerateTypographyCSS( 'colormag_site_tagline_typography', '.cm-site-description' );
colormagGenerateTypographyCSS( 'colormag_news_ticker_label_typography', '.breaking-news .breaking-news-latest' );
colormagGenerateTypographyCSS( 'colormag_news_ticker_content_typography', '.breaking-news ul li a' );
colormagGenerateTypographyCSS( 'colormag_primary_menu_typography', '.cm-primary-nav ul li a' );
colormagGenerateTypographyCSS( 'colormag_primary_sub_menu_typography', '.cm-primary-nav ul li ul li a' );
colormagGenerateTypographyCSS( 'colormag_post_title_typography', '.cm-posts .post .entry-title' );
colormagGenerateTypographyCSS( 'colormag_comment_title_typography', '.comments-area .comments-title, .comment-reply-title, #respond h3#reply-title' );
colormagGenerateTypographyCSS( 'colormag_post_meta_typography', '.cm-posts .post .cm-post-content .human-diff-time .human-diff-time-display, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date human-diff-time-display, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-tag-links a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-comments-link a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link i, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time::before' );
colormagGenerateTypographyCSS( 'colormag_page_title_typography', '.type-page .cm-entry-title' );
colormagGenerateTypographyCSS( 'colormag_widget_title_typography', '.cm-secondary .widget-title, #cm-tertiary .widget-title' );
colormagGenerateTypographyCSS( 'colormag_footer_widget_title_typography', '.cm-footer-cols .cm-row .cm-widget-title span' );
colormagGenerateTypographyCSS( 'colormag_footer_widget_content_typography', '#cm-footer, #cm-footer p, #cm-footer .cm-lower-footer-cols' );
colormagGenerateTypographyCSS( 'colormag_footer_copyright_typography', '.cm-footer-bar-area .cm-footer-bar__2' );
colormagGenerateTypographyCSS( 'colormag_footer_menu_typography', '.cm-footer-bar-area .cm-footer-bar__1 a' );
colormagGenerateTypographyCSS( 'colormag_widget_title_typography', '.cm-secondary .cm-widget-title span, .cm-secondary .wp-block-heading, #cm-tertiary .wp-block-heading, #cm-tertiary .cm-widget-title span' );
colormagGenerateTypographyCSS( 'colormag_post_title_typography', '.post .cm-entry-header .cm-entry-title, .cm-posts .post .cm-post-content .cm-entry-title a, .cm-posts .post .single-title-above .cm-entry-title a' );

( function ( $ ) {

	// Site title.
	wp.customize(
		'blogname',
		function ( value ) {
			value.bind(
				function ( to ) {
					$( '#site-title a' ).text( to );
				}
			);
		}
	);

	// Site description.
	wp.customize(
		'blogdescription',
		function ( value ) {
			value.bind(
				function ( to ) {
					$( '#site-description' ).text( to );
				}
			);
		}
	);

	// Header display type.
	wp.customize(
		'colormag_header_display_type',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var display_type = layout;

					if ( display_type === 'type_two' ) {
						$( 'body' ).removeClass( 'header_display_type_two' ).addClass( 'header_display_type_one' );
					} else if ( display_type === 'type_three' ) {
						$( 'body' ).removeClass( 'header_display_type_one' ).addClass( 'header_display_type_two' );
					} else if ( display_type === 'type_one' ) {
						$( 'body' ).removeClass( 'header_display_type_one header_display_type_two' );
					}
				}
			);
		}
	);

	// Site Layout Option.
	wp.customize(
		'colormag_container_layout',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var site_layout = layout;

					if ( 'wide' === site_layout ) {
						$( 'body' ).removeClass( 'boxed' ).addClass( 'wide' );
					} else if ( 'boxed' === site_layout ) {
						$( 'body' ).removeClass( 'wide' ).addClass( 'boxed' );
					}
				}
			);
		}
	);

	// Footer copyright alignment.
	wp.customize(
		'colormag_footer_bar_alignment',
		function ( value ) {
			value.bind(
				function ( alignment ) {
					var alignment_type = alignment;

					if ( alignment_type === 'left' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-2 cm-footer-bar-style-3' ).addClass( 'cm-footer-bar-style-1' );
					} else if ( alignment_type === 'right' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-1 cm-footer-bar-style-3' ).addClass( 'cm-footer-bar-style-2' );
					} else if ( alignment_type === 'center' ) {
						$( '.cm-footer-bar' ).removeClass( 'cm-footer-bar-style-1 cm-footer-bar-style-2' ).addClass( 'cm-footer-bar-style-3' );
					}
				}
			);
		}
	);

	// Footer Main Area Display Type.
	wp.customize(
		'colormag_main_footer_layout',
		function ( value ) {
			value.bind(
				function ( layout ) {
					var display_type = layout;

					if ( display_type === 'layout-2' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic-bordered' ).addClass( 'colormag-footer--classic' );
					} else if ( display_type === 'layout-3' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic' ).addClass( 'colormag-footer--classic-bordered' );
					} else if ( display_type === 'layout-1' ) {
						$( '#cm-footer' ).removeClass( 'colormag-footer--classic colormag-footer--classic-bordered' );
					}
				}
			);
		}
	);

} )( jQuery );
inc/customizer/assets/js/cm-customize-preview.min.js000064400000023716151213252770016673 0ustar00colormagGenerateCSS("colormag_site_title_color",".cm-site-title a","color"),colormagGenerateCSS("colormag_site_title_hover_color",".cm-site-title a:hover","color"),colormagGenerateCSS("colormag_site_tagline_color",".cm-site-description","color"),colormagGenerateCSS("colormag_headings_color","h1, h2, h3, h4, h5, h6, .dark-skin h1, .dark-skin h2, .dark-skin h3, .dark-skin h4, .dark-skin h5, .dark-skin h6","color"),colormagGenerateCSS("colormag_h1_color",".dark-skin h1","color"),colormagGenerateCSS("colormag_h2_color",".dark-skin h2","color"),colormagGenerateCSS("colormag_h3_color",".dark-skin h3","color"),colormagGenerateCSS("colormag_link_color",".cm-entry-summary a, .mzb-featured-categories .mzb-post-title a, .mzb-tab-post .mzb-post-title a, .mzb-post-list .mzb-post-title a, .mzb-featured-posts .mzb-post-title a, .mzb-featured-categories .mzb-post-title a","color"),colormagGenerateCSS("colormag_link_hover_color",".post .cm-entry-summary a:hover, .mzb-featured-categories .mzb-post-title a:hover, .mzb-tab-post .mzb-post-title a:hover, .mzb-post-list .mzb-post-title a:hover, .mzb-featured-posts .mzb-post-title a:hover, .mzb-featured-categories .mzb-post-title a:hover","color"),colormagGenerateCSS("colormag_button_color",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link',"color"),colormagGenerateCSS("colormag_button_background_color",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button__link',"background-color"),colormagGenerateCSS("colormag_top_bar_border_bottom_color",".cm-top-bar","border-bottom-color"),colormagGenerateCSS("colormag_button_border_color",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"border-color"),colormagGenerateCSS("colormag_button_border_style",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"border-style"),colormagGenerateCSS("colormag_sidebar_widget_title_color",".cm-secondary .cm-widget-title span,.cm-secondary .wp-block-heading, #cm-tertiary .cm-widget-title span","color"),colormagGenerateCSS("colormag_footer_copyright_text_color",".cm-footer-bar-area .cm-footer-bar__2","color"),colormagGenerateCSS("colormag_footer_copyright_link_text_color",".cm-footer-bar-area .cm-footer-bar__2 a","color"),colormagGenerateCSS("colormag_footer_menu_color",".cm-footer-bar-area .cm-footer-bar__1 ul li a","color"),colormagGenerateCSS("colormag_footer_menu_hover_color",".cm-footer-bar-area .cm-footer-bar__1 ul li a:hover","color"),colormagGenerateSliderCSS("colormag_sidebar_width",".cm-secondary",".cm-primary","width"),colormagGenerateCSS("colormag_button_hover_color",'.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link span:hover, .wp-block-button__link:hover',"color"),colormagGenerateSliderCSS("colormag_primary_menu_top_border_width","#cm-primary-nav","border-top-width"),colormagGenerateCSS("colormag_button_background_hover_color",'.cm-entry-button span:hover,.colormag-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more-link:hover, .wp-block-button__link:hover',"background-color"),colormagGenerateTypographyCSS("colormag_blog_post_title_typography",".cm-entry-title"),colormagGenerateBackgroundCSS("colormag_inside_container_background",".cm-content"),colormagGenerateBackgroundCSS("colormag_outside_container_background","body"),colormagGenerateDimensionCSS("colormag_button_dimension_padding",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"padding"),colormagGenerateDimensionCSS("colormag_primary_menu_padding",".cm-primary-nav","padding"),colormagGenerateSliderCSS("colormag_container_width",".inner-wrap, .cm-container","max-width"),colormagGenerateSliderCSS("colormag_button_border_radius",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"border-radius"),colormagGenerateSliderCSS("colormag_button_border_width",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link',"border-width"),colormagGenerateSliderCSS("colormag_site_logo_height",".cm-site-branding img","height"),colormagGenerateSliderCSS("colormag_top_bar_border_bottom_size",".cm-top-bar","border-bottom-width"),colormagGenerateTypographyCSS("colormag_base_typography",'body, button, input, select, textarea, blockquote p, .entry-meta, .more-link, dl, .previous a, .next a, .nav-previous a, .nav-next a, #respond h3#reply-title #cancel-comment-reply-link, #respond form input[type="text"], #respond form textarea, .cm-secondary .widget, .error-404 .widget, .cm-entry-summary p'),colormagGenerateTypographyCSS("colormag_headings_typography","h1, h2, h3 ,h4, h5, h6"),colormagGenerateTypographyCSS("colormag_h1_typography","h1"),colormagGenerateTypographyCSS("colormag_h2_typography","h2"),colormagGenerateTypographyCSS("colormag_h3_typography","h3"),colormagGenerateTypographyCSS("colormag_h4_typography","h4"),colormagGenerateTypographyCSS("colormag_h5_typography","h5"),colormagGenerateTypographyCSS("colormag_h6_typography","h6"),colormagGenerateTypographyCSS("colormag_button_typography",'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link span, .wp-block-button__link'),colormagGenerateTypographyCSS("colormag_site_title_typography",".cm-site-title"),colormagGenerateTypographyCSS("colormag_site_tagline_typography",".cm-site-description"),colormagGenerateTypographyCSS("colormag_news_ticker_label_typography",".breaking-news .breaking-news-latest"),colormagGenerateTypographyCSS("colormag_news_ticker_content_typography",".breaking-news ul li a"),colormagGenerateTypographyCSS("colormag_primary_menu_typography",".cm-primary-nav ul li a"),colormagGenerateTypographyCSS("colormag_primary_sub_menu_typography",".cm-primary-nav ul li ul li a"),colormagGenerateTypographyCSS("colormag_post_title_typography",".cm-posts .post .entry-title"),colormagGenerateTypographyCSS("colormag_comment_title_typography",".comments-area .comments-title, .comment-reply-title, #respond h3#reply-title"),colormagGenerateTypographyCSS("colormag_post_meta_typography",".cm-posts .post .cm-post-content .human-diff-time .human-diff-time-display, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date human-diff-time-display, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-tag-links a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-comments-link a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link a, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link i, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time, .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time::before"),colormagGenerateTypographyCSS("colormag_page_title_typography",".type-page .cm-entry-title"),colormagGenerateTypographyCSS("colormag_widget_title_typography",".cm-secondary .widget-title, #cm-tertiary .widget-title"),colormagGenerateTypographyCSS("colormag_footer_widget_title_typography",".cm-footer-cols .cm-row .cm-widget-title span"),colormagGenerateTypographyCSS("colormag_footer_widget_content_typography","#cm-footer, #cm-footer p, #cm-footer .cm-lower-footer-cols"),colormagGenerateTypographyCSS("colormag_footer_copyright_typography",".cm-footer-bar-area .cm-footer-bar__2"),colormagGenerateTypographyCSS("colormag_footer_menu_typography",".cm-footer-bar-area .cm-footer-bar__1 a"),colormagGenerateTypographyCSS("colormag_widget_title_typography",".cm-secondary .cm-widget-title span, .cm-secondary .wp-block-heading, #cm-tertiary .wp-block-heading, #cm-tertiary .cm-widget-title span"),colormagGenerateTypographyCSS("colormag_post_title_typography",".post .cm-entry-header .cm-entry-title, .cm-posts .post .cm-post-content .cm-entry-title a, .cm-posts .post .single-title-above .cm-entry-title a"),function(o){wp.customize("blogname",(function(t){t.bind((function(t){o("#site-title a").text(t)}))})),wp.customize("blogdescription",(function(t){t.bind((function(t){o("#site-description").text(t)}))})),wp.customize("colormag_header_display_type",(function(t){t.bind((function(t){var e=t;"type_two"===e?o("body").removeClass("header_display_type_two").addClass("header_display_type_one"):"type_three"===e?o("body").removeClass("header_display_type_one").addClass("header_display_type_two"):"type_one"===e&&o("body").removeClass("header_display_type_one header_display_type_two")}))})),wp.customize("colormag_container_layout",(function(t){t.bind((function(t){var e=t;"wide"===e?o("body").removeClass("boxed").addClass("wide"):"boxed"===e&&o("body").removeClass("wide").addClass("boxed")}))})),wp.customize("colormag_footer_bar_alignment",(function(t){t.bind((function(t){var e=t;"left"===e?o(".cm-footer-bar").removeClass("cm-footer-bar-style-2 cm-footer-bar-style-3").addClass("cm-footer-bar-style-1"):"right"===e?o(".cm-footer-bar").removeClass("cm-footer-bar-style-1 cm-footer-bar-style-3").addClass("cm-footer-bar-style-2"):"center"===e&&o(".cm-footer-bar").removeClass("cm-footer-bar-style-1 cm-footer-bar-style-2").addClass("cm-footer-bar-style-3")}))})),wp.customize("colormag_main_footer_layout",(function(t){t.bind((function(t){var e=t;"layout-2"===e?o("#cm-footer").removeClass("colormag-footer--classic-bordered").addClass("colormag-footer--classic"):"layout-3"===e?o("#cm-footer").removeClass("colormag-footer--classic").addClass("colormag-footer--classic-bordered"):"layout-1"===e&&o("#cm-footer").removeClass("colormag-footer--classic colormag-footer--classic-bordered")}))}))}(jQuery);inc/customizer/options/front-page/class-colormag-customize-front-page-layout-options.php000064400000003421151213252770025766 0ustar00<?php
/**
 * Class to include Front Page Layout customize options.
 *
 * Class ColorMag_Customize_Front_Page_Layout_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Front Page Layout customize options.
 *
 * Class ColorMag_Customize_Front_Page_Layout_Options
 */
class ColorMag_Customize_Front_Page_Layout_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			// Top Full Width Container Layout Option.
			array(
				'name'     => 'colormag_top_full_width_container',
				'default'  => 'boxed',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Front Page: Top Full Width Container', 'colormag' ),
				'section'  => 'colormag_front_page_layout_section',
				'priority' => 10,
				'choices'  => array(
					'boxed'   => esc_html__( 'Full Width', 'colormag' ),
					'stretch' => esc_html__( 'Full Width/Content Stretched', 'colormag' ),
				),
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Front_Page_Layout_Options();
inc/customizer/options/front-page/class-colormag-customize-front-page-widget-options.php000064400000005456151213252770025746 0ustar00<?php
/**
 * Class to include Widget Post Title customize options.
 *
 * Class ColorMag_Customize_Front_Page_Widget_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.1.2
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Widget Post Title customize options.
 *
 * Class ColorMag_Customize_Front_Page_Widget_Options
 */
class ColorMag_Customize_Front_Page_Widget_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_front_page_widget_post_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Title', 'colormag' ),
				'section'  => 'colormag_front_page_widget_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_front_page_widget_post_title_markup',
				'default'  => 'h3',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Markup', 'colormag' ),
				'section'  => 'colormag_front_page_widget_section',
				'priority' => 20,
				'choices'  => array(
					'h2' => esc_html__( 'Heading 2', 'colormag' ),
					'h3' => esc_html__( 'Heading 3', 'colormag' ),
				),
			),

			array(
				'name'     => 'colormag_front_page_view_all_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'View All Text', 'colormag' ),
				'section'  => 'colormag_front_page_widget_section',
				'priority' => 30,
			),

			// View all button text change option.
			array(
				'name'      => 'colormag_view_all_text',
				'default'   => esc_html__( 'View All', 'colormag' ),
				'type'      => 'control',
				'control'   => 'text',
				'section'   => 'colormag_front_page_widget_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector'        => '.view-all-link',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_view_all_button_text',
					),
				),
				'priority'  => 40,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Front_Page_Widget_Options();
inc/customizer/options/front-page/class-colormag-customize-front-page-general-options.php000064400000003707151213252770026075 0ustar00<?php
/**
 * Class to include Front Page General customize options.
 *
 * Class ColorMag_Customize_Front_Page_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Front Page customize options.
 *
 * Class ColorMag_Customize_Front_Page_Options
 */
class ColorMag_Customize_Front_Page_General_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			// Front page posts/pages display option.
			array(
				'name'     => 'colormag_hide_blog_static_page_post',
				'default'  => false,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Hide blog posts/static page', 'colormag' ),
				'section'  => 'colormag_front_page_general_section',
				'priority' => 10,
			),

			// Unique posts enable/disable option.
			array(
				'name'     => 'colormag_enable_unique_post_system',
				'default'  => false,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Unique Post System', 'colormag' ),
				'section'  => 'colormag_front_page_general_section',
				'priority' => 20,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Front_Page_General_Options();
inc/customizer/options/global/class-colormag-customize-background-options.php000064400000004376151213252770023740 0ustar00<?php
/**
 * Class to include Background customize options.
 *
 * Class ColorMag_Customize_Background_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Background customize option.
 *
 * Class ColorMag_Customize_Background_Options
 */
class ColorMag_Customize_Background_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */

	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Global color background options.
			 */
			// Post/Page/Blog general design options heading separator.
			array(
				'name'     => 'colormag_inside_container_background_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Inside Container', 'colormag' ),
				'section'  => 'colormag_global_background_section',
				'priority' => 5,
			),

			// Post content background option.


			// Outside container design options heading separator.
			array(
				'name'     => 'colormag_outside_container_background_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Outside Container', 'colormag' ),
				'section'  => 'colormag_global_background_section',
				'priority' => 15,
			),

			// Background image clickable link.
			array(
				'name'       => 'colormag_background_image_link',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'url',
				'label'      => esc_html__( 'Add the background link url.', 'colormag' ),
				'section'    => 'colormag_global_background_section',
				'dependency' => array(
					'background_image',
					'!=',
					'',
				),
				'priority'   => 55,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Background_Options();
inc/customizer/options/global/class-colormag-customize-widget-options.php000064400000006160151213252770023075 0ustar00<?php
/**
 * Class to include Widget General customize options.
 *
 * Class ColorMag_Customize_Widget_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Widget General customize options.
 *
 * Class ColorMag_Customize_Widget_Options
 */
class ColorMag_Customize_Widget_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_widget_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Title', 'colormag' ),
				'section'  => 'colormag_widget_section',
				'priority' => 5,
			),

			array(
				'name'     => 'colormag_widget_markup',
				'default'  => 'h3',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Markup', 'colormag' ),
				'section'  => 'colormag_widget_section',
				'priority' => 10,
				'choices'  => array(
					'h2' => esc_html__( 'Heading 2', 'colormag' ),
					'h3' => esc_html__( 'Heading 3', 'colormag' ),
				),
			),

			/**
			 * Widget Typography.
			 */
			array(
				'name'     => 'colormag_content_widget_title_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_widget_section',
				'priority' => 10,
			),

			array(
				'name'      => 'colormag_content_widget_title_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '18',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_content_widget_title_typography_group',
				'section'   => 'colormag_widget_section',
				'transport' => 'postMessage',
				'priority'  => 10,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Widget_Options();
inc/customizer/options/global/class-colormag-customize-sidebar-options.php000064400000023152151213252770023223 0ustar00<?php
/**
 * Class to include Sidebar customize options.
 *
 * Class ColorMag_Customize_Sidebar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Sidebar customize options.
 *
 * Class ColorMag_Customize_Sidebar_Options
 */
class ColorMag_Customize_Sidebar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// General title.
			array(
				'name'     => 'colormag_sidebar_general_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 10,
			),

			// Sidebar width option.
			array(
				'name'        => 'colormag_sidebar_width',
				'default'     => array(
					'size' => 30,
					'unit' => '%',
				),
				'suffix'      => array( '%' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_global_sidebar_section',
				'transport'   => 'postMessage',
				'priority'    => 10,
				'input_attrs' => array(
					'%' => array(
						'min'  => 15,
						'max'  => 80,
						'step' => 1,
					),
				),
			),

			// Sticky Sidebar subtitle.
			array(
				'name'     => 'colormag_sticky_sidebar_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Sticky Sidebar', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 20,
			),

			// Sticky sidebar and content area enable/disable option.
			array(
				'name'        => 'colormag_enable_sticky_sidebar',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to activate the sticky options for content and sidebar areas.', 'colormag' ),
				'section'     => 'colormag_global_sidebar_section',
				'priority'    => 30,
			),

			// Widget Title subtitle.
			array(
				'name'     => 'colormag_widget_title_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Widget Title', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 40,
			),

			// Sidebar widget title color option.
			array(
				'name'     => 'colormag_sidebar_widget_title_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_sidebar_widget_title_color',
				'default'  => '#ffffff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_sidebar_widget_title_color_group',
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 60,
			),

			// Widget title typography group.
			array(
				'name'     => 'colormag_widget_title_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 70,
			),

			// Widget title typography option.
			array(
				'name'      => 'colormag_widget_title_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => '500',
					'font-size'      => array(
						'desktop' => array(
							'size' => '18',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.3',
							'unit' => '',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_widget_title_typography_group',
				'section'   => 'colormag_global_sidebar_section',
				'transport' => 'postMessage',
				'priority'  => 80,
			),

			// Layout title.
			array(
				'name'     => 'colormag_sidebar_layout_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Layout', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 90,
			),

			// Default layout heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Blog/ Archive', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 100,
			),

			// Default layout option.
			array(
				'name'      => 'colormag_default_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
					'two_sidebars'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/both-sidebar.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 110,
			),

			// Default layout post heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_post_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Single Post', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 120,
			),

			// Default layout for single posts page only option.
			array(
				'name'      => 'colormag_post_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
					'two_sidebars'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/both-sidebar.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 130,
			),

			// Default layout pages heading.
			array(
				'name'     => 'colormag_default_sidebar_layout_pages_heading',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Page', 'colormag' ),
				'section'  => 'colormag_global_sidebar_section',
				'priority' => 140,
			),

			// Default layout for pages only option.
			array(
				'name'      => 'colormag_page_sidebar_layout',
				'default'   => 'right_sidebar',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_sidebar_section',
				'choices'   => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
					),
					'two_sidebars'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/sidebar/both-sidebar.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 150,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Sidebar_Options();
inc/customizer/options/global/class-colormag-customize-container-options.php000064400000010343151213252770023572 0ustar00<?php
/**
 * Class to include Layout customize options.
 *
 * Class ColorMag_Customize_Layout_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Layout customize options.
 *
 * Class ColorMag_Customize_Layout_Options
 */
class ColorMag_Customize_Layout_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// Site layout heading.
			array(
				'name'     => 'colormag_container_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Container', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 10,
			),

			// Site layout heading.
			array(
				'name'     => 'colormag_container_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 20,
			),

			// Site layout option.
			array(
				'name'      => 'colormag_container_layout',
				'default'   => 'wide',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'section'   => 'colormag_global_container_section',
				'choices'   => array(
					'wide'  => array(
						'label' => 'Wide',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/container-layout/wide.svg',
					),
					'boxed' => array(
						'label' => 'Boxed',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/container-layout/box.svg',
					),
				),
				'image_col' => 2,
				'priority'  => 30,
			),

			array(
				'name'        => 'colormag_container_width',
				'default'     => array(
					'size' => '1140',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_global_container_section',
				'priority'    => 40,
				'transport'   => 'postMessage',
				'input_attrs' => array(
					'px' => array(
						'min'  => 768,
						'max'  => 1920,
						'step' => 1,
					),
				),
			),

			array(
				'name'     => 'colormag_container_inside_background_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_global_container_section',
				'priority' => 50,
			),

			// Site layout heading.
			array(
				'name'     => 'colormag_container_inside_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Inside', 'colormag' ),
				'section'  => 'colormag_global_container_section',
				'priority' => 60,
			),

			array(
				'name'      => 'colormag_inside_container_background',
				'default'   => array(
					'background-color'      => '#ffffff',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'      => 'control',
				'control'   => 'colormag-background',
				'section'   => 'colormag_global_container_section',
				'transport' => 'postMessage',
				'priority'  => 70,
			),

			array(
				'name'       => 'colormag_container_outside_background_divider',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'style'      => 'dashed',
				'section'    => 'colormag_global_container_section',
				'dependency' => array(
					'colormag_container_layout',
					'==',
					'boxed',
				),
				'priority'   => 80,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Layout_Options();
inc/customizer/options/global/class-colormag-customize-button-options.php000064400000021641151213252770023126 0ustar00<?php
/**
 * Class to include Button customize options.
 *
 * Class ColorMag_Customize_Button_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Button customize options.
 *
 * Class ColorMag_Customize_Button_Options
 */
class ColorMag_Customize_Button_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_button_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Button', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 10,
			),

			/**
			 * Colors.
			 */
			array(
				'name'     => 'colormag_button_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 20,
			),

			array(
				'name'      => 'colormag_button_color',
				'default'   => '#ffffff',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_color_group',
				'section'   => 'colormag_button_section',
				'tab'       => esc_html__( 'Normal', 'colormag' ),
				'transport' => 'postMessage',
				'priority'  => 30,
			),

			array(
				'name'      => 'colormag_button_hover_color',
				'default'   => '',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Hover', 'colormag' ),
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_button_background_color_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 40,
			),
			array(
				'name'      => 'colormag_button_background_color',
				'default'   => '#207daf',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_background_color_group',
				'section'   => 'colormag_button_section',
				'tab'       => esc_html__( 'Normal', 'colormag' ),
				'transport' => 'postMessage',
				'priority'  => 50,
			),

			array(
				'name'      => 'colormag_button_background_hover_color',
				'default'   => '',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_background_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'tab'       => esc_html__( 'Hover', 'colormag' ),
				'priority'  => 50,
			),

			/**
			 * Typography.
			 */
			array(
				'name'     => 'colormag_button_typography_group',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 60,
			),

			array(
				'name'      => 'colormag_button_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '12',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'letter-spacing' => array(
						'desktop' => array(
							'size' => '',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_button_typography_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'priority'  => 70,
			),

			array(
				'name'     => 'colormag_button_padding_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_button_section',
				'priority' => 80,
			),

			/**
			 * Dimension.
			 */
			array(
				'name'     => 'colormag_button_dimension_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Padding', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 90,
			),

			array(
				'name'      => 'colormag_button_dimension_padding',
				'default'   => array(
					'top'    => '',
					'right'  => '',
					'bottom' => '',
					'left'   => '',
					'unit'   => 'px',
				),
				'suffix'    => array( 'px' ),
				'type'      => 'control',
				'control'   => 'colormag-dimensions',
				'label'     => esc_html__( 'Padding', 'colormag' ),
				'transport' => 'postMessage',
				'section'   => 'colormag_button_section',
				'priority'  => 100,
			),

			array(
				'name'     => 'colormag_button_border_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_button_section',
				'priority' => 110,
			),

			/**
			 * Border options
			 */
			array(
				'name'     => 'colormag_button_border_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Border', 'colormag' ),
				'section'  => 'colormag_button_section',
				'priority' => 120,
			),

			array(
				'name'      => 'colormag_button_border_style',
				'default'   => 'none',
				'type'      => 'control',
				'control'   => 'select',
				'label'     => esc_html__( 'Style', 'colormag' ),
				'section'   => 'colormag_button_section',
				'choices'   => array(
					'none'   => esc_html__( 'None', 'colormag' ),
					'solid'  => esc_html__( 'Solid', 'colormag' ),
					'double' => esc_html__( 'Double', 'colormag' ),
					'dashed' => esc_html__( 'Dashed', 'colormag' ),
					'dotted' => esc_html__( 'Dotted', 'colormag' ),
				),
				'transport' => 'postMessage',
				'priority'  => 130,
			),

			array(
				'name'        => 'colormag_button_border_width',
				'default'     => array(
					'size' => '',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_button_section',
				'transport'   => 'postMessage',
				'priority'    => 140,
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 10,
						'step' => 1,
					),
				),
			),

			array(
				'name'      => 'colormag_button_border_color_group',
				'default'   => '',
				'type'      => 'control',
				'control'   => 'colormag-group',
				'label'     => esc_html__( 'Color', 'colormag' ),
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),

			array(
				'name'      => 'colormag_button_border_color',
				'default'   => '',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_button_border_color_group',
				'section'   => 'colormag_button_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),


			array(
				'name'        => 'colormag_button_border_radius',
				'default'     => array(
					'size' => '3',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Radius', 'colormag' ),
				'section'     => 'colormag_button_section',
				'transport'   => 'postMessage',
				'priority'    => 160,
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 50,
						'step' => 1,
					),
				),
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Button_Options();
inc/customizer/options/global/class-colormag-customize-category-colors-options.php000064400000003215151213252770024724 0ustar00<?php
/**
 * Class to include Category Colors customize options.
 *
 * Class ColorMag_Customize_Category_Colors_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Category Colors customize options.
 *
 * Class ColorMag_Customize_Category_Colors_Options
 */
class ColorMag_Customize_Category_Colors_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$options = array_merge( $options );

		// Category color options.
		$args           = array(
			'orderby'    => 'id',
			'hide_empty' => 0,
		);
		$categories     = get_categories( $args );
		$priority_count = 110;

		foreach ( $categories as $category_list ) {

			$configs[] = array(
				'name'     => 'colormag_category_color_' . get_cat_id( $category_list->cat_name ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-color',
				'label'    => $category_list->cat_name,
				'section'  => 'colormag_category_colors_section',
				'priority' => $priority_count,
			);

			$priority_count++;

		}

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Category_Colors_Options();
inc/customizer/options/global/class-colormag-customize-typography-options.php000064400000030174151213252770024022 0ustar00<?php
/**
 * Class to include Typography General customize options.
 *
 * Class ColorMag_Customize_Typography_options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Typography General customize options.
 *
 * Class ColorMag_Customize_Typography_options
 */
class ColorMag_Customize_Typography_options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Base.
			 */
			array(
				'name'     => 'colormag_body_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Body', 'colormag' ),
				'section'  => 'colormag_global_typography_section',
				'priority' => 10,
			),

			array(
				'name'      => 'colormag_base_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '15',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.6',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '-',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '-',
						),
					),
					'letter-spacing' => array(
						'desktop' => array(
							'size' => '',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
				),
				'type'      => 'control',
				'control'   => 'colormag-typography',
				'transport' => 'postMessage',
				'section'   => 'colormag_global_typography_section',
				'priority'  => 20,
			),

			/**
			 * Headings.
			 */
			array(
				'name'     => 'colormag_headings_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'section'  => 'colormag_global_typography_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_headings_typography_group',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 40,
			),

			array(
				'name'      => 'colormag_headings_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'letter-spacing' => array(
						'desktop' => array(
							'size' => '',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_headings_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 50,
			),

			/**
			 * H1.
			 */
			array(
				'name'     => 'colormag_h1_typography_group',
				'label'    => esc_html__( 'H1', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 60,
			),

			array(
				'name'      => 'colormag_h1_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '36',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h1_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 70,
			),

			/**
			 * H2.
			 */
			array(
				'name'     => 'colormag_h2_typography_group',
				'label'    => esc_html__( 'H2', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 80,
			),

			array(
				'name'      => 'colormag_h2_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '32',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h2_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 90,
			),

			/**
			 * H3.
			 */
			array(
				'name'     => 'colormag_h3_typography_group',
				'label'    => esc_html__( 'H3', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 100,
			),

			array(
				'name'      => 'colormag_h3_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => 'regular',
					'subsets'        => array( 'latin' ),
					'font-size'      => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h3_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 110,
			),

			/**
			 * H4.
			 */
			array(
				'name'     => 'colormag_h4_typography_group',
				'label'    => esc_html__( 'H4', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 120,
			),

			array(
				'name'      => 'colormag_h4_typography',
				'default'   => array(
					'font-size'   => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h4_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 130,
			),

			/**
			 * H5.
			 */
			array(
				'name'     => 'colormag_h5_typography_group',
				'label'    => esc_html__( 'H5', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 140,
			),

			array(
				'name'      => 'colormag_h5_typography',
				'default'   => array(
					'font-size'   => array(
						'desktop' => array(
							'size' => '22',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h5_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),

			/**
			 * H6.
			 */
			array(
				'name'     => 'colormag_h6_typography_group',
				'label'    => esc_html__( 'H6', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_typography_section',
				'priority' => 160,
			),

			array(
				'name'      => 'colormag_h6_typography',
				'default'   => array(
					'font-size'   => array(
						'desktop' => array(
							'size' => '18',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'line-height' => array(
						'desktop' => array(
							'size' => '1.2',
							'unit' => '-',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_h6_typography_group',
				'section'   => 'colormag_global_typography_section',
				'transport' => 'postMessage',
				'priority'  => 170,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Typography_options();
inc/customizer/options/global/class-colormag-customize-colors-options.php000064400000016372151213252770023121 0ustar00<?php
/**
 * Class to include Colors customize options.
 *
 * Class ColorMag_Customize_Colors_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Colors customize options.
 *
 * Class ColorMag_Customize_Colors_Options
 */
class ColorMag_Customize_Colors_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Theme Colors.
			 */
			// Theme Colors heading.
			array(
				'name'     => 'colormag_theme_colors_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Theme Colors', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 10,
			),

			// Primary color option.
			array(
				'name'     => 'colormag_primary_color_group',
				'label'    => esc_html__( 'Primary Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_primary_color',
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_color_group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 30,
			),

			// Base color option.
			array(
				'name'     => 'colormag_base_color_group',
				'label'    => esc_html__( 'Base', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_base_color',
				'default'  => '#444444',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_base_color_group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 50,
			),

			// Skin color option.
			array(
				'name'     => 'colormag_color_skin_setting',
				'default'  => 'white',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Skin Color', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'choices'  => array(
					'white' => esc_html__( 'White Skin', 'colormag' ),
					'dark'  => esc_html__( 'Dark Skin', 'colormag' ),
				),
				'priority' => 60,
			),

			/**
			 * Heading Colors.
			 */
			// Headings color heading.
			array(
				'name'     => 'colormag_headings_color_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 70,
			),

			// Headings color option.
			array(
				'name'     => 'colormag_headings_color_group',
				'label'    => esc_html__( 'Headings', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 80,
			),

			array(
				'name'      => 'colormag_headings_color',
				'default'   => '#333333',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_headings_color_group',
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 90,
			),

			// Heading H1 color option.
			array(
				'name'     => 'colormag_h1_color_group',
				'label'    => esc_html__( 'H1', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 100,
			),

			array(
				'name'      => 'colormag_h1_color',
				'default'   => '#333333',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_h1_color_group',
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 110,
			),

			// Heading H2 color option.
			array(
				'name'     => 'colormag_h2_color_group',
				'label'    => esc_html__( 'H2', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 120,
			),

			array(
				'name'      => 'colormag_h2_color',
				'default'   => '#333333',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_h2_color_group',
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 130,
			),

			// Heading H3 color option.
			array(
				'name'     => 'colormag_h3_color_group',
				'label'    => esc_html__( 'H3', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 140,
			),

			array(
				'name'      => 'colormag_h3_color',
				'default'   => '#333333',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_h3_color_group',
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),

			/**
			 * Link Colors.
			 */
			// Links heading.
			array(
				'name'     => 'colormag_links_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Links', 'colormag' ),
				'section'  => 'colormag_global_colors_section',
				'priority' => 160,
			),

			// Link color option.
			array(
				'name'     => 'colormag_link_color_group',
				'label'    => esc_html__( 'Link', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_global_colors_section',
				'priority' => 170,
			),

			array(
				'name'      => 'colormag_link_color',
				'default'   => '#207daf',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_link_color_group',
				'tab'       => esc_html__( 'Color', 'colormag' ),
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 180,
			),

			// Link Hover color option.
			array(
				'name'      => 'colormag_link_hover_color',
				'default'   => '#207daf',
				'type'      => 'sub-control',
				'control'   => 'colormag-color',
				'parent'    => 'colormag_link_color_group',
				'tab'       => esc_html__( 'Hover Color', 'colormag' ),
				'section'   => 'colormag_global_colors_section',
				'transport' => 'postMessage',
				'priority'  => 190,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Colors_Options();
inc/customizer/options/footer/class-colormag-customize-scroll-to-top-options.php000064400000011332151213252770024363 0ustar00<?php
/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 */
class ColorMag_Customize_Scroll_To_Top_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_footer_scroll_to_top_general_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_scroll_to_top_section',
				'priority' => 10,
			),

			// Scroll to top button enable/disable option.
			array(
				'name'     => 'colormag_enable_scroll_to_top',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_scroll_to_top_section',
				'priority' => 20,
			),

			array(
				'name'       => 'colormag_scroll_to_top_background_group',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Background', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 50,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_background',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_scroll_to_top_background_group',
				'tab'        => esc_html__( 'Normal', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 55,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_hover_background',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_scroll_to_top_background_group',
				'tab'        => esc_html__( 'Hover', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 55,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_icon_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Icon', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 70,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_icon_color_group',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 80,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_icon_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_scroll_to_top_icon_color_group',
				'tab'        => esc_html__( 'Normal', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 85,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),

			array(
				'name'       => 'colormag_scroll_to_top_icon_hover_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_scroll_to_top_icon_color_group',
				'tab'        => esc_html__( 'Hover', 'colormag' ),
				'section'    => 'colormag_scroll_to_top_section',
				'priority'   => 85,
				'dependency' => array(
					'colormag_enable_scroll_to_top',
					'==',
					true,
				),
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Scroll_To_Top_Options();
inc/customizer/options/footer/class-colormag-customize-footer-column-options.php000064400000025310151213252770024437 0ustar00<?php
/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Footer General customize options.
 *
 * Class ColorMag_Customize_Footer_General_Options
 */
class ColorMag_Customize_Footer_General_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_footer_column_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Column', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 20,
			),

			// Main total footer area display type option.
			array(
				'name'      => 'colormag_main_footer_layout',
				'default'   => 'layout-1',
				'type'      => 'control',
				'control'   => 'select',
				'label'     => esc_html__( 'Layout', 'colormag' ),
				'section'   => 'colormag_footer_column_section',
				'choices'   => array(
					'layout-1' => esc_html__( 'Layout 1', 'colormag' ),
					'layout-2' => esc_html__( 'Layout 2', 'colormag' ),
					'layout-3' => esc_html__( 'Layout 3', 'colormag' ),
				),
				'transport' => 'postMessage',
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_footer_style_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_footer_column_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_footer_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 60,
			),

			// Footer background option.
			array(
				'name'     => 'colormag_footer_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_footer_background_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_upper_footer_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Upper Footer', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_upper_footer_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 90,
			),

			// Footer background option.
			array(
				'name'     => 'colormag_upper_footer_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_upper_footer_background_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 100,
			),

			// Upper Footer color option.
			array(
				'name'     => 'colormag_upper_footer_color_group',
				'default'  => '#ffffff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_upper_footer_color',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#ffffff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_upper_footer_color_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_widget_title_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Title', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 130,
			),

			array(
				'name'     => 'colormag_footer_widget_title_color_group',
				'default'  => '#ffffff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 150,
			),

			array(
				'name'     => 'colormag_footer_widget_title_color',
				'label'    => esc_html__( 'Widget title color.', 'colormag' ),
				'default'  => '#ffffff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_title_color_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 160,
			),

			array(
				'name'     => 'colormag_footer_widget_title_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 170,
			),

			// Widget title typography option.
			array(
				'name'      => 'colormag_footer_widget_title_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '18',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_footer_widget_title_typography_group',
				'section'   => 'colormag_footer_column_section',
				'transport' => 'postMessage',
				'priority'  => 180,
			),

			array(
				'name'     => 'colormag_widget_content_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Content', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 190,
			),

			array(
				'name'     => 'colormag_footer_widget_content_color_group',
				'default'  => '#ffffff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 200,
			),

			array(
				'name'     => 'colormag_footer_widget_content_color',
				'default'  => '#ffffff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_content_color_group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 210,
			),

			// Widget content typography group.
			array(
				'name'     => 'colormag_footer_widget_content_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 220,
			),

			// Widget content typography option.
			array(
				'name'      => 'colormag_footer_widget_content_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_footer_widget_content_typography_group',
				'section'   => 'colormag_footer_column_section',
				'transport' => 'postMessage',
				'priority'  => 230,
			),

			array(
				'name'     => 'colormag_widget_link_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Widget Link', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 240,
			),

			// Widget content typography group.
			array(
				'name'     => 'colormag_footer_widget_link_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_column_section',
				'priority' => 250,
			),

			// Widget content link text color option.
			array(
				'name'     => 'colormag_footer_widget_content_link_text_color',
				'default'  => '#ffffff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_link_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 260,
			),

			// Widget content link text hover color option.
			array(
				'name'     => 'colormag_footer_widget_content_link_text_hover_color',
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_widget_link_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'section'  => 'colormag_footer_column_section',
				'priority' => 270,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Footer_General_Options();
inc/customizer/options/footer/class-colormag-customize-footer-bar-options.php000064400000024620151213252770023711 0ustar00<?php
/**
 * Class to include Footer Bottom Bar customize options.
 *
 * Class ColorMag_Customize_Footer_Bottom_Bar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Footer Bottom Bar customize options.
 *
 * Class ColorMag_Customize_Footer_Bottom_Bar_Options
 */
class ColorMag_Customize_Footer_Bottom_Bar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		// Footer copyright default value.
		$default_footer_value = esc_html__( 'Copyright &copy; ', 'colormag' ) . '[the-year] [site-link]. ' . esc_html__( 'All rights reserved.', 'colormag' ) . '<br>' . esc_html__( 'Theme: ', 'colormag' ) . '[tg-link]' . esc_html__( ' by ThemeGrill. Powered by ', 'colormag' ) . '[wp-link].';

		$configs = array(

			array(
				'name'     => 'colormag_footer_bar_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Bar', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_footer_bar_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 20,
			),

			// Footer copyright alignment option.
			array(
				'name'      => 'colormag_footer_bar_alignment',
				'default'   => 'layout-1',
				'type'      => 'control',
				'control'   => 'colormag-radio-image',
				'label'     => esc_html__( 'Alignment', 'colormag' ),
				'section'   => 'colormag_footer_bar_section',
				'choices'   => apply_filters(
					'colormag_footer_bar_alignment_choices',
					array(
						'left'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/left.svg',
						),
						'right'  => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/right.svg',
						),
						'center' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/footer-bar-alignment/center.svg',
						),
					)
				),
				'image_col' => 2,
				'transport' => 'postMessage',
				'priority'  => 30,
			),

			array(
				'name'     => 'colormag_footer_bar_style_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_footer_bar_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_footer_copyright_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 60,
			),

			array(
				'name'     => 'colormag_footer_copyright_background',
				'default'  => array(
					'background-color'      => '',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_footer_copyright_background_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 70,
			),

			/**
			 * Footer Copyright.
			 */
			array(
				'name'     => 'colormag_footer_copyright_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Copyright', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 80,
			),

			array(
				'name'      => 'colormag_footer_editor',
				'default'   => $default_footer_value,
				'type'      => 'control',
				'control'   => 'colormag-editor',
				'label'     => esc_html__( 'Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively.', 'colormag' ),
				'section'   => 'colormag_footer_bar_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector'        => '.copyright',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_footer_copyright_text',
					),
				),
				'priority'  => 90,
			),

			array(
				'name'     => 'colormag_footer_copyright_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#F4F4F5',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_footer_copyright_text_color',
				'tab'      => esc_html__( 'Color', 'colormag' ),
				'default'  => '#b1b6b6',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_copyright_color_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_footer_copyright_link_text_color',
				'tab'      => esc_html__( 'Link Color', 'colormag' ),
				'default'  => '#289dcc',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_copyright_color_group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 100,
			),

			array(
				'name'     => 'colormag_footer_copyright_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 130,
			),

			array(
				'name'      => 'colormag_footer_copyright_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_footer_copyright_typography_group',
				'section'   => 'colormag_footer_bar_section',
				'transport' => 'postMessage',
				'priority'  => 140,
			),

			/**
			 * Footer Menu.
			 */
			array(
				'name'     => 'colormag_footer_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Footer Menu', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 150,
			),

			array(
				'name'     => 'colormag_footer_menu_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 160,
			),

			array(
				'name'     => 'colormag_footer_menu_color',
				'default'  => '#b1b6b6',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_menu_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 170,
			),

			array(
				'name'     => 'colormag_footer_menu_hover_color',
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_footer_menu_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 180,
			),

			array(
				'name'     => 'colormag_footer_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_footer_bar_section',
				'priority' => 190,
			),

			array(
				'name'      => 'colormag_footer_menu_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_footer_menu_typography_group',
				'section'   => 'colormag_footer_bar_section',
				'transport' => 'postMessage',
				'priority'  => 200,
			),

			/**
			 * Social Icons.
			 */
			array(
				'name'     => 'colormag_footer_bar_social_icons_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Social Icons', 'colormag' ),
				'section'  => 'colormag_footer_bar_section',
				'priority' => 210,
			),

			array(
				'name'          => 'colormag_footer_bar_social_icons_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'label'         => esc_html__( 'Social Icons', 'colormag' ),
				'section'       => 'colormag_footer_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_social_icons_section',
					'target_label' => esc_html__( 'Social Icons', 'colormag' ),
				),
				'priority'      => 220,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Footer_Bottom_Bar_Options();
inc/customizer/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php000064400000013172151213252770026620 0ustar00<?php
/**
 * Class to include Design WooCommerce customize options.
 *
 * Class ColorMag_Customize_WooCommerce_Sidebar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Bail out if `WooCommerce` plugin is not installed and activated.
 */
if ( ! class_exists( 'WooCommerce' ) ) {
	return;
}

/**
 * Class to include Design WooCommerce customize options.
 *
 * Class ColorMag_Customize_WooCommerce_Sidebar_Options
 */
class ColorMag_Customize_WooCommerce_Sidebar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			// Additional sidebar area for WooCommerce pages option.
			array(
				'name'     => 'colormag_woocommerce_sidebar_register_setting',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'checkbox',
				'label'    => esc_html__( 'Check to register different sidebar areas to be used for WooCommerce pages.', 'colormag' ),
				'section'  => 'colormag_woocommerce_sidebar_section',
				'priority' => 10,
			),

			array(
				'name'       => 'colormag_woocommerce_sidebar_layout_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Sidebar Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 20,
			),

			// WooCommerce shop page layout option.
			array(
				'name'       => 'colormag_woocmmerce_shop_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Shop Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 30,
			),

			// WooCommerce archive page layout option.
			array(
				'name'       => 'colormag_woocmmerce_archive_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Archive Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 40,
			),

			// WooCommerce single product page layout option.
			array(
				'name'       => 'colormag_woocmmerce_single_product_page_layout',
				'default'    => 'right_sidebar',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'WooCommerce Single Product Page Layout', 'colormag' ),
				'section'    => 'colormag_woocommerce_sidebar_section',
				'choices'    => array(
					'right_sidebar'               => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/right-sidebar.png',
					),
					'left_sidebar'                => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/left-sidebar.png',
					),
					'no_sidebar_full_width'       => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-full-width-layout.png',
					),
					'no_sidebar_content_centered' => array(
						'label' => '',
						'url'   => COLORMAG_PARENT_URL . '/assets/img/no-sidebar-content-centered-layout.png',
					),
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_woocommerce_sidebar_register_setting',
					'!=',
					0,
				),
				'priority'   => 50,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_WooCommerce_Sidebar_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php000064400000006024151213252770026604 0ustar00<?php
/**
 * Class to include Breadcrumb customize options.
 *
 * Class ColorMag_Customize_Breadcrumb_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Breadcrumb customize options.
 *
 * Class ColorMag_Customize_Breadcrumb_Options
 */
class ColorMag_Customize_Breadcrumb_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_breadcrumb_general_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_breadcrumb_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_breadcrumb_enable',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_breadcrumb_section',
				'priority' => 20,
			),

			// Breadcrumb options.
			array(
				'name'       => 'colormag_breadcrumb_type',
				'default'    => 'colormag_breadcrumb',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Type', 'colormag' ),
				'section'    => 'colormag_breadcrumb_section',
				'choices'    => array(
					'yoast_seo_navxt'     => esc_html__( 'Yoast SEO/NavXT', 'colormag' ),
					'colormag_breadcrumb' => esc_html__( 'ColorMag Theme', 'colormag' ),
				),
				'dependency' => array(
					'colormag_breadcrumb_enable',
					'===',
					true,
				),
				'priority'   => 30,
			),

			array(
				'name'       => 'colormag_breadcrumb_label',
				'default'    => esc_html__( 'You are here:', 'colormag' ),
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'Label', 'colormag' ),
				'section'    => 'colormag_breadcrumb_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector'        => '.breadcrumbs .breadcrumb-title',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_breadcrumb_label',
					),
				),
				'dependency' => array(
					'colormag_breadcrumb_enable',
					'===',
					true,
				),
				'priority'   => 40,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Breadcrumb_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-sticky-header-options.php000064400000007244151213252770027237 0ustar00<?php
/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Sticky_Header_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Sticky_Header_Options
 */
class ColorMag_Customize_Sticky_Header_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Sticky Menu.
			 */
			// Sticky menu heading separator.
			array(
				'name'     => 'colormag_sticky_header_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Sticky Header', 'colormag' ),
				'section'  => 'colormag_sticky_header_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_sticky_header_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_sticky_header_section',
				'priority' => 20,
			),

			array(
				'name'        => 'colormag_enable_sticky_menu',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to enable the sticky behavior of the primary menu', 'colormag' ),
				'section'     => 'colormag_sticky_header_section',
				'priority'    => 30,
			),

			array(
				'name'       => 'colormag_sticky_header_divider',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'style'      => 'dashed',
				'section'    => 'colormag_sticky_header_section',
				'dependency' => array(
					'colormag_enable_sticky_menu',
					'!=',
					0,
				),
				'priority'   => 40,
			),

			array(
				'name'       => 'colormag_sticky_header_style_subtitle',
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_sticky_header_section',
				'dependency' => array(
					'colormag_enable_sticky_menu',
					'!=',
					0,
				),
				'priority'   => 50,
			),

			// Primary sticky menu type option.
			array(
				'name'        => 'colormag_sticky_menu_type',
				'default'     => 'sticky',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Effect', 'colormag' ),
				'description' => esc_html__( 'Select the option you want:', 'colormag' ),
				'section'     => 'colormag_sticky_header_section',
				'choices'     => array(
					'sticky'           => esc_html__( 'Default', 'colormag' ),
					'reveal_on_scroll' => esc_html__( 'Scroll Up', 'colormag' ),
				),
				'dependency'  => array(
					'colormag_enable_sticky_menu',
					'!=',
					0,
				),
				'priority'    => 50,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Sticky_Header_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-site-identity-options.php000064400000017647151213252770027306 0ustar00<?php
/**
 * Class to include Site Identity customize options.
 *
 * Class ColorMag_Customize_Site_Identity_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Site Identity customize options.
 *
 * Class ColorMag_Customize_Site_Identity_Options
 */
class ColorMag_Customize_Site_Identity_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 *  Logo.
			 */
			array(
				'name'     => 'colormag_site_logo_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Logo', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_retina_logo',
				'type'     => 'control',
				'control'  => 'image',
				'label'    => esc_html__( 'Retina Logo', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 20,
			),

			array(
				'name'        => 'colormag_site_logo_height',
				'default'     => array(
					'size' => '',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Height', 'colormag' ),
				'section'     => 'title_tagline',
				'transport'   => 'postMessage',
				'priority'    => 40,
				'input_attrs' => array(
					'px' => array(
						'step' => 1,
					),
				),
			),

			/**
			 *  Site Icon.
			 */
			array(
				'name'     => 'colormag_site_icon_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Icon', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 50,
			),

			/**
			 *  Site Title.
			 */
			array(
				'name'     => 'colormag_site_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Title', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_enable_site_identity',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'section'  => 'title_tagline',
				'priority' => 90,
			),

			// Color.
			array(
				'name'       => 'colormag_site_title_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 90,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_color',
				'default'    => '#207daf',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_title_color_group',
				'tab'        => esc_html__( 'Normal', 'colormag' ),
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 100,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_hover_color',
				'default'    => '#207daf',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_title_color_group',
				'tab'        => esc_html__( 'Hover', 'colormag' ),
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 110,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			// Typography.
			array(
				'name'       => 'colormag_site_title_typography_group',
				'label'      => esc_html__( 'Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 120,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_title_typography',
				'default'    => array(
					'font-family' => 'default',
					'font-size'   => array(
						'desktop' => array(
							'size' => '40',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
				),
				'type'       => 'sub-control',
				'control'    => 'colormag-typography',
				'parent'     => 'colormag_site_title_typography_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 130,
				'dependency' => array(
					'colormag_enable_site_identity',
					'!=',
					0,
				),
			),

			/**
			 *  Tagline.
			 */
			array(
				'name'     => 'colormag_site_tagline_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Site Tagline', 'colormag' ),
				'section'  => 'title_tagline',
				'priority' => 140,
			),

			array(
				'name'     => 'colormag_enable_site_tagline',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'section'  => 'title_tagline',
				'priority' => 160,
			),

			// Color.
			array(
				'name'       => 'colormag_site_tagline_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 160,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_tagline_color',
				'default'    => '#52525B',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_site_tagline_color_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 170,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			// Typography.
			array(
				'name'       => 'colormag_site_tagline_typography_group',
				'label'      => esc_html__( 'Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'title_tagline',
				'priority'   => 180,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_site_tagline_typography',
				'default'    => array(
					'font-family' => 'default',
					'font-size'   => array(
						'desktop' => array(
							'size' => '16',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'       => 'sub-control',
				'control'    => 'colormag-typography',
				'parent'     => 'colormag_site_tagline_typography_group',
				'section'    => 'title_tagline',
				'transport'  => 'postMessage',
				'priority'   => 190,
				'dependency' => array(
					'colormag_enable_site_tagline',
					'!=',
					0,
				),
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Site_Identity_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-main-header-options.php000064400000016521151213252770026653 0ustar00<?php
/**
 * Class to include Main Header customize options.
 *
 * Class ColorMag_Customize_Main_Header_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to include Main Header customize options.
 *
 * Class ColorMag_Customize_Main_Header_Options
 */
class ColorMag_Customize_Main_Header_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_main_header_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Main Header', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_main_header_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_main_header_layout',
				'default'  => 'layout-1',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Layout', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 30,
				'choices'  => array(
					'layout-1' => esc_html__( 'Layout 1', 'colormag' ),
					'layout-2' => esc_html__( 'Layout 2', 'colormag' ),
					'layout-3' => esc_html__( 'Layout 3', 'colormag' ),
				),
			),

			array(
				'name'       => 'colormag_main_header_layout_1_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 30,
				'choices'    => apply_filters(
					'colormag_main_header_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-1/style-1.svg',
						),
						'style-2' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-1/style-2.svg',
						),
					)
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'       => 'colormag_main_header_layout_2_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 30,
				'choices'    => apply_filters(
					'colormag_main_header_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-2/style-1.svg',
						),
						'style-2' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-2/style-2.svg',
						),
					)
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-2',
				),
			),

			array(
				'name'       => 'colormag_main_header_layout_3_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'priority'   => 30,
				'choices'    => apply_filters(
					'colormag_main_header_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/main-header/layout-3/style-1.svg',
						),
					)
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-3',
				),
			),

			array(
				'name'       => 'colormag_header_display_type',
				'default'    => 'type_one',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Alignment', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'dependency' => array(
					'colormag_main_header_layout',
					'!=',
					'layout-2',
				),
				'priority'   => 40,
				'choices'    => apply_filters(
					'colormag_header_display_type_choices',
					array(
						'type_one'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-left.svg',
						),
						'type_three' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-center.svg',
						),
						'type_two'   => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/alignment/align-right.svg',
						),
					)
				),
				'image_col'  => 2,
			),


			array(
				'name'       => 'colormag_main_header_width_setting',
				'default'    => 'full-width',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Width', 'colormag' ),
				'section'    => 'colormag_primary_header_section',
				'choices'    => array(
					'full-width' => esc_html__( 'Full Width', 'colormag' ),
					'contained'  => esc_html__( 'Contained', 'colormag' ),
				),
				'priority'   => 50,
				'dependency' => array(
					'colormag_main_header_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'     => 'colormag_main_header_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_header_section',
				'priority' => 60,
			),

			array(
				'name'     => 'colormag_main_header_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_header_section',
				'priority' => 70,
			),

			// Header background group.
			array(
				'name'     => 'colormag_main_header_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_header_section',
				'priority' => 80,
			),

			// Header background option.
			array(
				'name'     => 'colormag_main_header_background',
				'default'  => array(
					'background-color'      => '#ffffff',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_main_header_background_group',
				'section'  => 'colormag_primary_header_section',
				'priority' => 90,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Main_Header_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-news-ticker-options.php000064400000030056151213252770026733 0ustar00<?php
/**
 * Class to include News Ticker customize options.
 *
 * Class ColorMag_Customize_News_Ticker_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include News Ticker customize options.
 *
 * Class ColorMag_Customize_News_Ticker_Options
 */
class ColorMag_Customize_News_Ticker_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Breaking news.
			 */
			// Breaking news heading separator.
			array(
				'name'     => 'colormag_news_ticker_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'News Ticker', 'colormag' ),
				'section'  => 'colormag_news_ticker_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_news_ticker_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_news_ticker_section',
				'priority' => 20,
			),

			// Breaking news in header enable/disable option.
			array(
				'name'        => 'colormag_enable_news_ticker',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to enable the breaking news section', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'priority'    => 30,
			),

			// Breaking news position option.
			array(
				'name'        => 'colormag_news_ticker_position',
				'default'     => 'top-bar',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Position', 'colormag' ),
				'description' => esc_html__( 'Choose the location/area to place the Breaking News', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'choices'     => array(
					'top-bar'      => esc_html__( 'Top Bar', 'colormag' ),
					'below-header' => esc_html__( 'Below Header', 'colormag' ),
				),
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 40,
			),

			// Breaking news display posts via latest posts or from specific category option.
			array(
				'name'        => 'colormag_news_ticker_query',
				'default'     => 'latest',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Filter', 'colormag' ),
				'description' => esc_html__( 'Choose the required option to display the latest posts from:', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'choices'     => array(
					'latest'   => esc_html__( 'Latest Posts', 'colormag' ),
					'category' => esc_html__( 'Category', 'colormag' ),
				),
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 50,
			),

			// Breaking news category choose option.
			array(
				'name'        => 'colormag_news_ticker_category',
				'default'     => '',
				'type'        => 'control',
				'control'     => 'colormag-dropdown-categories',
				'label'       => esc_html__( 'Category', 'colormag' ),
				'description' => esc_html__( 'Choose the required category to display as the latest posts:', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'dependency'  => array(
					'conditions' => array(
						array(
							'colormag_enable_news_ticker',
							'!=',
							0,
						),
						array(
							'colormag_news_ticker_query',
							'==',
							'category',
						),
					),
				),
				'priority'    => 60,
			),

			// Breaking news text content option.
			array(
				'name'        => 'colormag_news_ticker_label',
				'default'     => esc_html__( 'Latest:', 'colormag' ),
				'type'        => 'control',
				'control'     => 'text',
				'label'       => esc_html__( 'Label', 'colormag' ),
				'description' => esc_html__( 'Enter the text to display for the ticker news', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector'        => '.breaking-news-latest',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_breaking_news_text',
					),
				),
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 70,
			),

			array(
				'name'       => 'colormag_news_ticker_style_divider',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'style'      => 'dashed',
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'   => 80,
			),

			array(
				'name'       => 'colormag_news_ticker_style_subtitle',
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'   => 90,
			),

			array(
				'name'       => 'colormag_news_ticker_label_typography_group',
				'label'      => esc_html__( 'Label Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'colormag_news_ticker_section',
				'priority'   => 100,
				'dependency' => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_news_ticker_label_background_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Label Background', 'colormag' ),
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'conditions' => array(
						array(
							'colormag_enable_news_ticker',
							'!=',
							0,
						),
					),
				),
				'priority'   => 110,
			),

			array(
				'name'       => 'colormag_news_ticker_label_background',
				'type'       => 'sub-control',
				'parent'     => 'colormag_news_ticker_label_background_color_group',
				'control'    => 'colormag-color',
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'conditions' => array(
						array(
							'colormag_enable_news_ticker',
							'!=',
							0,
						),
					),
				),
				'priority'   => 120,
			),

			array(
				'name'       => 'colormag_news_ticker_background_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Background', 'colormag' ),
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'conditions' => array(
						array(
							'colormag_enable_news_ticker',
							'!=',
							0,
						),
					),
				),
				'priority'   => 130,
			),

			array(
				'name'       => 'colormag_news_ticker_background',
				'type'       => 'sub-control',
				'parent'     => 'colormag_news_ticker_background_color_group',
				'control'    => 'colormag-color',
				'section'    => 'colormag_news_ticker_section',
				'dependency' => array(
					'conditions' => array(
						array(
							'colormag_enable_news_ticker',
							'!=',
							0,
						),
					),
				),
				'priority'   => 140,
			),

			array(
				'name'      => 'colormag_news_ticker_label_typography',
				'default'   => array(
					'font-family' => 'default',
					'font-weight' => 'regular',
					'subsets'     => array( 'latin' ),
					'font-size'   => array(
						'desktop' => array(
							'size' => '15',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_news_ticker_label_typography_group',
				'section'   => 'colormag_news_ticker_section',
				'transport' => 'postMessage',
				'priority'  => 150,
			),

			array(
				'name'       => 'colormag_news_ticker_content_typography_group',
				'label'      => esc_html__( 'Content Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'colormag_news_ticker_section',
				'priority'   => 160,
				'dependency' => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
			),

			array(
				'name'      => 'colormag_news_ticker_content_typography',
				'default'   => array(
					'font-family' => 'default',
					'font-weight' => 'regular',
					'subsets'     => array( 'latin' ),
					'font-size'   => array(
						'desktop' => array(
							'size' => '15',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_news_ticker_content_typography_group',
				'section'   => 'colormag_news_ticker_section',
				'transport' => 'postMessage',
				'priority'  => 170,
			),

			// Breaking news animation style option.
			array(
				'name'        => 'colormag_news_ticker_animation_direction',
				'default'     => 'down',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Animation Style', 'colormag' ),
				'description' => esc_html__( 'Choose the animation style for the Breaking News in the Header', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'choices'     => array(
					'up'    => esc_html__( 'Up', 'colormag' ),
					'down'  => esc_html__( 'Down', 'colormag' ),
					'left'  => esc_html__( 'Left', 'colormag' ),
					'right' => esc_html__( 'Right', 'colormag' ),
				),
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 180,
			),

			// Breaking news duration time option.
			array(
				'name'        => 'colormag_news_ticker_animation_duration',
				'default'     => 4,
				'type'        => 'control',
				'control'     => 'number',
				'label'       => esc_html__( 'Transition Duration', 'colormag' ),
				'description' => esc_html__( 'Enter the duration time for the Breaking News in the Header', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 190,
			),

			// Breaking news speed time option.
			array(
				'name'        => 'colormag_news_ticker_animation_speed',
				'default'     => 1,
				'type'        => 'control',
				'control'     => 'number',
				'label'       => esc_html__( 'Transition Speed', 'colormag' ),
				'description' => esc_html__( 'Enter the speed time for the Breaking News in the Header', 'colormag' ),
				'section'     => 'colormag_news_ticker_section',
				'dependency'  => array(
					'colormag_enable_news_ticker',
					'!=',
					0,
				),
				'priority'    => 200,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_News_Ticker_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-header-media-options.php000064400000010216151213252770027001 0ustar00<?php
/**
 * Class to include Header Media customize options.
 *
 * Class ColorMag_Customize_Header_Media_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Media customize options.
 *
 * Class ColorMag_Customize_Header_Media_Options
 */
class ColorMag_Customize_Header_Media_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$header_image_value = get_theme_mod( 'header_image' ) === 'remove-header' ? 'remove-header' : '';
		$header_video_value = get_theme_mod( 'header_video' ) === 0 ? 0 : '';

		$configs = array(

			array(
				'name'       => 'colormag_header_media_position_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Position', 'colormag' ),
				'section'    => 'header_image',
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 10,
			),

			// Header image position option.
			array(
				'name'       => 'colormag_header_media_position',
				'default'    => 'position-two',
				'type'       => 'control',
				'control'    => 'select',
				'section'    => 'header_image',
				'choices'    => array(
					'position-one'   => esc_html__( 'Above Header', 'colormag' ),
					'position-two'   => esc_html__( 'Between Site Identity and Primary Menu', 'colormag' ),
					'position-three' => esc_html__( 'Below Header', 'colormag' ),
				),
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 20,
			),

			// Header image link to home page option.
			array(
				'name'       => 'colormag_enable_header_image_link_home',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'checkbox',
				'label'      => esc_html__( 'Check to make header image link back to home page', 'colormag' ),
				'section'    => 'header_image',
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 30,
			),

			// Header image link to custom location option.
			array(
				'name'       => 'colormag_header_image_custom_link',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'url',
				'label'      => esc_html__( 'Custom link to header image ', 'colormag' ),
				'section'    => 'header_image',
				'dependency' => array(
					'conditions' => array(
						array(
							'header_image',
							'!=',
							$header_image_value,
						),
						array(
							'header_video',
							'!=',
							$header_video_value,
						),
						array(
							'external_header_video',
							'!=',
							'',
						),
					),
					'operator'   => 'OR',
				),
				'priority'   => 40,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Header_Media_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php000064400000034335151213252770027276 0ustar00<?php
/**
 * Class to include Header Top Bar customize options.
 *
 * Class ColorMag_Customize_Header_Top_Bar_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Top Bar customize options.
 *
 * Class ColorMag_Customize_Header_Top_Bar_Options
 */
class ColorMag_Customize_Header_Top_Bar_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Top bar enable.
			 */
			array(
				'name'     => 'colormag_top_bar_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Top Bar', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_enable_top_bar',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_top_bar_section',
				'priority' => 30,
			),

			array(
				'name'       => 'colormag_top_bar_full_width',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Full Width', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 40,
			),

			array(
				'name'       => 'colormag_style_divider',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'style'      => 'dashed',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 50,
			),

			array(
				'name'       => 'colormag_top_bar_style_subtitle',
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 60,
			),

			array(
				'name'       => 'colormag_top_bar_background_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Background', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 70,
			),

			array(
				'name'       => 'colormag_top_bar_background_color',
				'default'    => '#fff',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_top_bar_background_color_group',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 80,
			),

			/**
			 * Top bar border bottom styling options.
			 */
			array(
				'name'        => 'colormag_top_bar_border_bottom_size',
				'default'     => array(
					'size' => '',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Border Bottom Size', 'colormag' ),
				'section'     => 'colormag_top_bar_section',
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 20,
						'step' => 1,
					),
				),
				'dependency'  => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'transport'   => 'postMessage',
				'priority'    => 80,
			),

			array(
				'name'       => 'colormag_top_bar_border_bottom_color',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-color',
				'label'      => esc_html__( 'Border Bottom Color', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'transport'  => 'postMessage',
				'priority'   => 90,
			),

			/**
			 * Show Date.
			 */
			array(
				'name'       => 'olormag_display_date_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Date', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 100,
			),

			// Date in header display option.
			array(
				'name'        => 'colormag_date_display',
				'default'     => false,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to show the date in header', 'colormag' ),
				'section'     => 'colormag_top_bar_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector'        => '.date-in-header',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_current_date',
					),
				),
				'dependency'  => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'    => 110,
			),

			// Date in header display type option.
			array(
				'name'        => 'colormag_date_display_type',
				'default'     => 'theme_default',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Date Format', 'colormag' ),
				'description' => esc_html__( 'Date in header display type:', 'colormag' ),
				'section'     => 'colormag_top_bar_section',
				'transport'   => $customizer_selective_refresh,
				'choices'     => array(
					'theme_default'          => esc_html__( 'Theme Default Setting', 'colormag' ),
					'wordpress_date_setting' => esc_html__( 'From WordPress Date Setting', 'colormag' ),
				),
				'partial'     => array(
					'selector'        => '.date-in-header',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_date_display_type',
					),
				),
				'dependency'  => array(
					'colormag_date_display',
					'!=',
					0,
				),
				'priority'    => 120,
			),

			/**
			 * Breaking news.
			 */
			array(
				'name'       => 'colormag_top_bar_news_ticker_title',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'News Ticker', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 130,
			),

			array(
				'name'          => 'colormag_news_ticker_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'section'       => 'colormag_top_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_news_ticker_section',
					'target_label' => esc_html__( 'News Ticker', 'colormag' ),
				),
				'dependency'    => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'      => 140,
			),

			// Social Icons.
			array(
				'name'       => 'colormag_top_bar_social_icons_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Social Icons', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 150,
			),

			array(
				'name'          => 'colormag_top_bar_social_icons_navigate',
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'section'       => 'colormag_top_bar_section',
				'navigate_info' => array(
					'target_id'    => 'colormag_social_icons_section',
					'target_label' => esc_html__( 'Social Icons', 'colormag' ),
				),
				'dependency'    => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'      => 160,
			),

			// Menu.
			array(
				'name'       => 'colormag_top_bar_menu_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Menu', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 170,
			),

			array(
				'name'       => 'colormag_top_bar_menu_enable',
				'type'       => 'control',
				'default'    => 0,
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Enable', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 180,
			),

			array(
				'name'          => 'colormag_top_bar_menu',
				'default'       => 0,
				'type'          => 'control',
				'control'       => 'colormag-navigate',
				'section'       => 'colormag_top_bar_section',
				'navigate_info' => array(
					'target_id'    => 'add_menu',
					'target_label' => esc_html__( 'Menus', 'colormag' ),
				),
				'priority'      => 190,
				'dependency'    => array(
					'colormag_top_bar_menu_enable',
					'==',
					'1',
				),
			),

			/**
			 * Top bar color styling options.
			 */
			array(
				'name'       => 'colormag_top_bar_text_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Text', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 200,
			),

			array(
				'name'       => 'colormag_top_bar_text_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 210,
			),

			array(
				'name'       => 'colormag_top_bar_text_color',
				'default'    => '#555',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_top_bar_text_color_group',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 220,
			),

			array(
				'name'       => 'colormag_top_bar_label_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Label', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 230,
			),

			array(
				'name'       => 'colormag_top_bar_label_color_group',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 240,
			),

			array(
				'name'       => 'colormag_top_bar_label_color',
				'default'    => '#555',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_top_bar_label_color_group',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 250,
			),

			array(
				'name'       => 'colormag_top_bar_links_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Links', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 260,
			),

			array(
				'name'       => 'colormag_top_bar_link_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'colormag_top_bar_section',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 270,
			),

			array(
				'name'       => 'colormag_top_bar_link_color',
				'default'    => '#207daf',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'tab'        => esc_html__( 'Normal', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'parent'     => 'colormag_top_bar_link_color_group',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 280,
			),

			array(
				'name'       => 'colormag_top_bar_link_hover_color',
				'default'    => '',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'tab'        => esc_html__( 'Hover', 'colormag' ),
				'section'    => 'colormag_top_bar_section',
				'parent'     => 'colormag_top_bar_link_color_group',
				'dependency' => array(
					'colormag_enable_top_bar',
					'==',
					true,
				),
				'priority'   => 290,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Header_Top_Bar_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-page-header-options.php000064400000000000151213252770026624 0ustar00inc/customizer/options/header-and-navigation/class-colormag-customize-primary-menu-options.php000064400000043376151213252770027136 0ustar00<?php
/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Primary_Menu_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Primary Menu customize options.
 *
 * Class ColorMag_Customize_Primary_Menu_Options
 */
class ColorMag_Customize_Primary_Menu_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_primary_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Primary Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_primary_menu_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 20,
			),

			array(
				'name'        => 'colormag_enable_category_color',
				'default'     => '',
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Category Color', 'colormag' ),
				'description' => esc_html__( 'Check to show category color in menu.', 'colormag' ),
				'section'     => 'colormag_primary_menu_section',
				'priority'    => 30,
			),

			array(
				'name'     => 'colormag_primary_menu_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 40,
			),

			array(
				'name'     => 'colormag_primary_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 50,
			),

			array(
				'name'     => 'colormag_primary_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 60,
			),

			array(
				'name'     => 'colormag_primary_menu_background',
				'default'  => array(
					'background-color'      => '#27272A',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_primary_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 70,
			),

			array(
				'name'     => 'colormag_primary_menu_border_top_group',
				'label'    => esc_html__( 'Border Top', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_primary_menu_top_border_color',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#207daf',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_border_top_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 80,
			),

			array(
				'name'        => 'colormag_primary_menu_top_border_width',
				'default'     => array(
					'size' => '4',
					'unit' => 'px',
				),
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Width', 'colormag' ),
				'section'     => 'colormag_primary_menu_section',
				'transport'   => 'postMessage',
				'priority'    => 85,
				'input_attrs' => array(
					'px' => array(
						'min'  => 0,
						'max'  => 20,
						'step' => 1,
					),
				),
			),

			/**
			 * Dimension.
			 */

			array(
				'name'      => 'colormag_primary_menu_padding',
				'default'   => array(
					'top'    => '10px',
					'right'  => '16px',
					'bottom' => '10px',
					'left'   => '16px',
				),
				'label'     => esc_html__( 'Padding', 'colormag' ),
				'suffix'    => array( 'px' ),
				'type'      => 'control',
				'control'   => 'colormag-dimensions',
				'transport' => 'postMessage',
				'section'   => 'colormag_primary_menu_section',
				'priority'  => 90,
			),

			array(
				'name'     => 'colormag_mobile_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Mobile Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_mobile_menu_general_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_mobile_menu_toggle_icon_color',
				'default'  => '#fff',
				'type'     => 'control',
				'control'  => 'colormag-color',
				'label'    => esc_html__( 'Icon Color', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_mobile_menu_style_subtitle_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 110,
			),

			array(
				'name'     => 'colormag_mobile_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Mobile Menu.
			array(
				'name'     => 'colormag_mobile_menu_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_menu_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_mobile_menu_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_menu_selected_hovered_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_mobile_menu_color_group',
				'tab'      => esc_html__( 'Hover/Selected', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Mobile Menu.
			array(
				'name'     => 'colormag_mobile_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_menu_typography',
				'default'  => array(
					'font-family' => 'default',
					'font-weight' => '600',
					'font-size'   => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-typography',
				'parent'   => 'colormag_mobile_menu_typography_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_style_subtitle_divider',
				'type'     => 'control',
				'control'  => 'colormag-divider',
				'style'    => 'dashed',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_style_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Sub Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Background.
			array(
				'name'     => 'colormag_mobile_sub_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			array(
				'name'     => 'colormag_mobile_sub_menu_background',
				'default'  => array(
					'background-color'      => '#232323',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_mobile_sub_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_mobile_sub_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			// Primary sub menu typography option.
			array(
				'name'     => 'colormag_mobile_sub_menu_typography',
				'default'  => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-typography',
				'parent'   => 'colormag_mobile_sub_menu_typography_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 120,
			),

			/**
			 * Home icon options.
			 */
			array(
				'name'     => 'colormag_icon_logo_display_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Home Icon/Logo', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 140,
			),

			// Home icon in menu heading separator.
			array(
				'name'     => 'colormag_menu_icon_logo',
				'default'  => 'none',
				'type'     => 'control',
				'control'  => 'select',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 150,
				'choices'  => array(
					'none'      => esc_html__( 'None', 'colormag' ),
					'home-icon' => esc_html__( 'Home Icon', 'colormag' ),
					'logo'      => esc_html__( 'Logo', 'colormag' ),
				),
			),

			array(
				'name'       => 'colormag_primary_menu_logo',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'image',
				'label'      => esc_html__( 'Upload', 'colormag' ),
				'section'    => 'colormag_primary_menu_section',
				'priority'   => 160,
				'dependency' => array(
					'colormag_menu_icon_logo',
					'===',
					'logo',
				),
			),

			array(
				'name'        => 'colormag_primary_menu_logo_height',
				'default'     => '',
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Height', 'colormag' ),
				'section'     => 'colormag_primary_menu_section',
				'priority'    => 170,
				'input_attrs' => array(
					'px' => array(
						'step' => 1,
					),
				),
				'dependency'  => array(
					'colormag_menu_icon_logo',
					'===',
					'logo',
				),
			),

			array(
				'name'        => 'colormag_primary_menu_logo_spacing',
				'default'     => '',
				'suffix'      => array( 'px' ),
				'type'        => 'control',
				'control'     => 'colormag-slider',
				'label'       => esc_html__( 'Spacing', 'colormag' ),
				'section'     => 'colormag_primary_menu_section',
				'priority'    => 180,
				'input_attrs' => array(
					'px' => array(
						'step' => 1,
					),
				),
				'dependency'  => array(
					'colormag_menu_icon_logo',
					'===',
					'logo',
				),
			),

			// Main Menu.
			array(
				'name'     => 'colormag_main_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Main Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 190,
			),

			// Primary Menu.
			array(
				'name'     => 'colormag_primary_menu_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 200,
			),

			array(
				'name'     => 'colormag_primary_menu_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 210,
			),

			array(
				'name'     => 'colormag_primary_menu_selected_hovered_text_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_primary_menu_color_group',
				'tab'      => esc_html__( 'Hover/Selected', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 220,
			),

			// Primary Menu.
			array(
				'name'     => 'colormag_primary_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 230,
			),

			array(
				'name'      => 'colormag_primary_menu_typography',
				'default'   => array(
					'font-family' => 'default',
					'font-weight' => '600',
					'font-size'   => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_primary_menu_typography_group',
				'section'   => 'colormag_primary_menu_section',
				'transport' => 'postMessage',
				'priority'  => 240,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_sub_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Sub Menu', 'colormag' ),
				'section'  => 'colormag_primary_menu_section',
				'priority' => 250,
			),

			// Background.
			array(
				'name'     => 'colormag_sub_menu_background_group',
				'label'    => esc_html__( 'Background', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 260,
			),

			array(
				'name'     => 'colormag_primary_sub_menu_background',
				'default'  => array(
					'background-color'      => '#232323',
					'background-image'      => '',
					'background-position'   => 'center center',
					'background-size'       => 'auto',
					'background-attachment' => 'scroll',
					'background-repeat'     => 'repeat',
				),
				'type'     => 'sub-control',
				'control'  => 'colormag-background',
				'parent'   => 'colormag_sub_menu_background_group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 270,
			),

			// Sub Menu.
			array(
				'name'     => 'colormag_primary_sub_menu_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_primary_menu_section',
				'priority' => 280,
			),

			// Primary sub menu typography option.
			array(
				'name'      => 'colormag_primary_sub_menu_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '14',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_primary_sub_menu_typography_group',
				'section'   => 'colormag_primary_menu_section',
				'transport' => 'postMessage',
				'priority'  => 290,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Primary_Menu_Options();
inc/customizer/options/header-and-navigation/class-colormag-customize-header-action-options.php000064400000010213151213253010027160 0ustar00<?php
/**
 * Class to include Header Action customize options.
 *
 * Class ColorMag_Customize_Header_Action_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      TBD
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Header Action customize options.
 *
 * Class ColorMag_Customize_Heaeder_Action_Options
 */
class ColorMag_Customize_Header_Action_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_header_action_style_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Style', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_header_action_icon_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#fff',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_header_action_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_header_action_icon_color',
				'default'  => '#fff',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'section'  => 'colormag_header_action_section',
				'parent'   => 'colormag_header_action_icon_color_group',
				'tab'      => esc_html__( 'Normal', 'colormag' ),
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_header_action_icon_hover_color',
				'default'  => '',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'section'  => 'colormag_header_action_section',
				'parent'   => 'colormag_header_action_icon_color_group',
				'tab'      => esc_html__( 'Hover', 'colormag' ),
				'priority' => 40,
			),

			// Search Icon.
			array(
				'name'     => 'colormag_search_icon_in_menu_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Search', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 50,
			),

			array(
				'name'        => 'colormag_enable_search',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to display the Search Icon in the primary menu', 'colormag' ),
				'section'     => 'colormag_header_action_section',
				'priority'    => 60,
			),

			// Random Post.
			array(
				'name'     => 'colormag_enable_random_post_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Random Post', 'colormag' ),
				'section'  => 'colormag_header_action_section',
				'priority' => 70,
			),

			array(
				'name'        => 'colormag_enable_random_post',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to display the Random Post Icon in the primary menu', 'colormag' ),
				'section'     => 'colormag_header_action_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector'        => '.cm-random-post',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_random_post',
					),
				),
				'priority'    => 80,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Header_Action_Options();
inc/customizer/options/content/class-colormag-customize-page-options.php000064400000007741151213253010022732 0ustar00<?php
/**
 * Class to include Blog Single Page customize options.
 *
 * Class ColorMag_Customize_Page_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Page customize options.
 *
 * Class ColorMag_Customize_Page_Options
 */
class ColorMag_Customize_Page_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_page_featured_image_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Featured Image', 'colormag' ),
				'section'  => 'colormag_page_section',
				'priority' => 10,
			),

			// Featured image display in single page option.
			array(
				'name'        => 'colormag_enable_page_featured_image',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to display the featured image in single page.', 'colormag' ),
				'section'     => 'colormag_page_section',
				'priority'    => 20,
			),

			/**
			 * Colors.
			 */
			array(
				'name'     => 'colormag_page_colors_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Colors', 'colormag' ),
				'section'  => 'colormag_page_section',
				'priority' => 30,
			),

			// Page title color group.
			array(
				'name'     => 'colormag_page_title_color_group',
				'label'    => esc_html__( 'Page Title', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_page_section',
				'priority' => 40,
			),

			// Page title normal color option.
			array(
				'name'     => 'colormag_page_title_color',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#333333',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_page_title_color_group',
				'section'  => 'colormag_page_section',
				'priority' => 50,
			),

			/**
			 * Typography.
			 */
			array(
				'name'     => 'colormag_page_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'section'  => 'colormag_page_section',
				'priority' => 60,
			),

			// Page title Typography group.
			array(
				'name'     => 'colormag_single_page_title_typography_group',
				'label'    => esc_html__( 'Page Title', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_page_section',
				'priority' => 70,
			),

			// Page title typography option.
			array(
				'name'      => 'colormag_page_title_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '34',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_single_page_title_typography_group',
				'section'   => 'colormag_page_section',
				'transport' => 'postMessage',
				'priority'  => 80,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Page_Options();
inc/customizer/options/content/class-colormag-customize-single-post-options.php000064400000053402151213253010024255 0ustar00<?php
/**
 * Class to include Blog Single Post customize options.
 *
 * Class ColorMag_Customize_Single_Post_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Blog Single Post customize options.
 *
 * Class ColorMag_Customize_Single_Post_Options
 */
class ColorMag_Customize_Single_Post_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Load Next Post.
			 */
			array(
				'name'     => 'colormag_autoload_posts_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Autoload Posts', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_enable_autoload_posts',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 20,
			),

			array(
				'name'       => 'colormag_autoload_posts_filter',
				'default'    => 'previous_posts',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Filter', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'previous_posts' => esc_html__( 'Previous posts', 'colormag' ),
					'next_posts'     => esc_html__( 'Next posts', 'colormag' ),
				),
				'priority'   => 30,
				'dependency' => array(
					'colormag_enable_autoload_posts',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_autoload_posts_type',
				'default'    => 'button',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'button' => esc_html__( 'Button', 'colormag' ),
					'scroll' => esc_html__( 'Scroll', 'colormag' ),
				),
				'priority'   => 40,
				'dependency' => array(
					'colormag_enable_autoload_posts',
					'!=',
					0,
				),
			),

			array(
				'name'        => 'colormag_autoload_posts_limit',
				'default'     => 2,
				'type'        => 'control',
				'control'     => 'number',
				'label'       => esc_html__( 'Number of Posts', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 50,
				'input_attrs' => array(
					'min' => 1,
					'max' => 5,
				),
				'dependency'  => array(
					'colormag_enable_autoload_posts',
					'!=',
					0,
				),
			),

			/**
			 * Author Bio.
			 */
			array(
				'name'     => 'colormag_author_bio_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Author Bio', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 60,
			),

			array(
				'name'        => 'colormag_enable_author_bio',
				'default'     => 1,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to disable the Author Bio', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 70,
			),

			array(
				'name'       => 'colormag_enable_author_bio_profile',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Social profiles', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.author-social-sites',
				),
				'dependency' => array(
					'colormag_enable_author_bio',
					'===',
					true,
				),
				'priority'   => 80,
			),

			array(
				'name'       => 'colormag_enable_author_bio_link',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Link to Author Page', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.author-url',
				),
				'dependency' => array(
					'colormag_enable_author_bio',
					'===',
					true,
				),
				'priority'   => 90,
			),

			array(
				'name'       => 'colormag_author_bio_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'style-1' => esc_html__( 'Style 1', 'colormag' ),
					'style-2' => esc_html__( 'Style 2', 'colormag' ),
					'style-3' => esc_html__( 'Style 3', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_author_bio',
					'===',
					true,
				),
				'priority'   => 100,
			),

			/**
			 * Featured Image.
			 */
			array(
				'name'     => 'colormag_single_featured_image_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Featured Image', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 110,
			),

			array(
				'name'        => 'colormag_enable_featured_image',
				'default'     => true,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to hide the featured image in single post page.', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 120,
			),

			array(
				'name'        => 'colormag_featured_image_position',
				'default'     => 'position-2',
				'type'        => 'control',
				'control'     => 'select',
				'label'       => esc_html__( 'Position', 'colormag' ),
				'description' => esc_html__( 'Post Title Position', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'choices'     => array(
					'position-1' => esc_html__( 'Above featured image', 'colormag' ),
					'position-2' => esc_html__( 'Below featured image', 'colormag' ),
				),
				'dependency'  => array(
					'colormag_enable_featured_image',
					'===',
					true,
				),
				'priority'    => 130,
			),

			array(
				'name'       => 'colormag_enable_lightbox',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'LightBox', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'dependency' => array(
					'colormag_enable_featured_image',
					'===',
					true,
				),
				'priority'   => 140,
			),

			/**
			 * Social Share.
			 */
			array(
				'name'     => 'colormag_single_post_social_share_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Social Share Button', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 150,
			),

			array(
				'name'        => 'colormag_enable_social_share',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to activate social share buttons in single post', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector' => '.share-buttons',
				),
				'priority'    => 160,
			),

			array(
				'name'       => 'colormag_enable_social_share_twitter',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Twitter', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.share-buttons',
				),
				'dependency' => array(
					'colormag_enable_social_share',
					'!=',
					0,
				),
				'priority'   => 170,
			),

			array(
				'name'       => 'colormag_enable_social_share_facebook',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Facebook', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.share-buttons',
				),
				'dependency' => array(
					'colormag_enable_social_share',
					'!=',
					0,
				),
				'priority'   => 180,
			),

			array(
				'name'       => 'colormag_enable_social_share_pinterest',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Pinterest', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.share-buttons',
				),
				'dependency' => array(
					'colormag_enable_social_share',
					'!=',
					0,
				),
				'priority'   => 190,
			),

			array(
				'name'       => 'colormag_enable_social_share_email',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Email', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.share-buttons',
				),
				'dependency' => array(
					'colormag_enable_social_share',
					'!=',
					0,
				),
				'priority'   => 200,
			),

			/**
			 * Post Navigation options.
			 */
			// Post Navigation heading separator.
			array(
				'name'     => 'colormag_post_navigation_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Navigation', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 210,
			),

			// Single post navigation option.
			array(
				'name'        => 'colormag_enable_post_navigation',
				'default'     => 1,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Disable post navigation', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'priority'    => 220,
			),

			// Single post navigation display type option.
			array(
				'name'       => 'colormag_post_navigation_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'style-1' => esc_html__( 'Style 1', 'colormag' ),
					'style-2' => esc_html__( 'Style 2', 'colormag' ),
					'style-3' => esc_html__( 'Style 3', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_post_navigation',
					'==',
					1,
				),
				'priority'   => 230,
			),

			/**
			 * Related posts options.
			 */
			array(
				'name'     => 'colormag_related_posts_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Related Posts', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 240,
			),

			array(
				'name'        => 'colormag_enable_related_posts',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to activate the related posts', 'colormag' ),
				'section'     => 'colormag_single_post_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector' => '.related-posts',
				),
				'priority'    => 250,
			),

			array(
				'name'       => 'colormag_you_may_also_like_text',
				'default'    => esc_html__( 'You May Also Like', 'colormag' ),
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'Heading', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector'        => '.related-posts-main-title',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_you_may_also_like_text',
					),
				),
				'dependency' => array(
					'colormag_enable_related_posts',
					'!=',
					0,
				),
				'priority'   => 260,
			),

			array(
				'name'       => 'colormag_related_posts_query',
				'default'    => 'categories',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Query', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'categories' => esc_html__( 'Categories', 'colormag' ),
					'tags'       => esc_html__( 'Tags', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_related_posts',
					'!=',
					0,
				),
				'priority'   => 270,
			),

			array(
				'name'       => 'colormag_related_posts_count',
				'default'    => '3',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Post Count', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'3' => esc_html__( '3', 'colormag' ),
					'6' => esc_html__( '6', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_related_posts',
					'!=',
					0,
				),
				'priority'   => 280,
			),

			array(
				'name'       => 'colormag_related_posts_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'style-1' => esc_html__( 'Style 1', 'colormag' ),
					'style-2' => esc_html__( 'Style 2', 'colormag' ),
					'style-3' => esc_html__( 'Style 3', 'colormag' ),
					'style-4' => esc_html__( 'Style 4', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_related_posts',
					'!=',
					0,
				),
				'priority'   => 290,
			),

			/**
			 * Flyout related posts options.
			 */
			array(
				'name'     => 'colormag_flyout_related_posts_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Flyout Related Posts', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 300,
			),

			array(
				'name'     => 'colormag_enable_flyout_related_posts',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 310,
			),

			array(
				'name'       => 'colormag_read_next_text',
				'default'    => esc_html__( 'Read Next', 'colormag' ),
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'Heading', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector'        => '.related-posts-flyout-main-title',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_read_next_text',
					),
				),
				'dependency' => array(
					'colormag_enable_flyout_related_posts',
					'!=',
					0,
				),
				'priority'   => 320,
			),

			array(
				'name'       => 'colormag_flyout_related_posts_query',
				'default'    => 'categories',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Query', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'choices'    => array(
					'categories' => esc_html__( 'Categories', 'colormag' ),
					'tags'       => esc_html__( 'Tags', 'colormag' ),
					'date'       => esc_html__( 'Date', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_flyout_related_posts',
					'!=',
					0,
				),
				'priority'   => 330,
			),

			array(
				'name'       => 'colormag_related_posts_flyout_by_date',
				'type'       => 'control',
				'label'      => esc_html__( 'Show Posts After', 'colormag' ),
				'control'    => 'colormag-date',
				'section'    => 'colormag_single_post_section',
				'dependency' => array(
					'conditions' => array(
						array(
							'colormag_enable_flyout_related_posts',
							'!=',
							0,
						),
						array(
							'colormag_flyout_related_posts_query',
							'==',
							'date',
						),
					),
				),
				'priority'   => 340,
			),

			/**
			 * Reading progress indicator options.
			 */
			array(
				'name'     => 'colormag_reading_progress_indicator_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Reading Progress Indicator', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 350,
			),

			array(
				'name'     => 'colormag_enable_progress_bar_indicator',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 360,
			),

			array(
				'name'       => 'colormag_progress_bar_indicator_color',
				'default'    => '#222222',
				'type'       => 'control',
				'control'    => 'colormag-color',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'section'    => 'colormag_single_post_section',
				'dependency' => array(
					'colormag_enable_progress_bar_indicator',
					'!=',
					0,
				),
				'priority'   => 370,
			),

			/**
			 * Post Title.
			 */
			array(
				'name'     => 'colormag_single_post_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Title', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 380,
			),

			array(
				'name'     => 'colormag_single_post_title_color_group',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_single_post_section',
				'priority' => 390,
			),

			array(
				'name'     => 'colormag_post_title_color',
				'label'    => esc_html__( 'Color', 'colormag' ),
				'default'  => '#333333',
				'type'     => 'sub-control',
				'control'  => 'colormag-color',
				'parent'   => 'colormag_single_post_title_color_group',
				'section'  => 'colormag_single_post_section',
				'priority' => 400,
			),

			array(
				'name'     => 'colormag_single_post_title_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_single_post_section',
				'priority' => 410,
			),

			array(
				'name'      => 'colormag_post_title_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '32',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_single_post_title_typography_group',
				'section'   => 'colormag_single_post_section',
				'transport' => 'postMessage',
				'priority'  => 420,
			),

			/**
			 * Comment Title.
			 */
			array(
				'name'     => 'colormag_single_post_typography_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Comment Title', 'colormag' ),
				'section'  => 'colormag_single_post_section',
				'priority' => 430,
			),

			array(
				'name'     => 'colormag_comment_title_typography_group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'default'  => '',
				'type'     => 'control',
				'control'  => 'colormag-group',
				'section'  => 'colormag_single_post_section',
				'priority' => 440,
			),

			array(
				'name'      => 'colormag_comment_title_typography',
				'default'   => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_comment_title_typography_group',
				'section'   => 'colormag_single_post_section',
				'transport' => 'postMessage',
				'priority'  => 450,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Single_Post_Options();
inc/customizer/options/content/class-colormag-customize-blog-options.php000064400000035532151213253010022740 0ustar00<?php
/**
 * Class to include Blog General customize options.
 *
 * Class ColorMag_Customize_Blog_Archive_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Blog General customize options.
 *
 * Class ColorMag_Customize_Blog_Archive_Options
 */
class ColorMag_Customize_Blog_Archive_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			array(
				'name'     => 'colormag_blog_general_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'General', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 10,
			),

			array(
				'name'     => 'colormag_blog_layout_subtitle',
				'type'     => 'control',
				'control'  => 'colormag-subtitle',
				'label'    => esc_html__( 'Layout', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 20,
			),

			array(
				'name'     => 'colormag_blog_layout',
				'default'  => 'layout-1',
				'type'     => 'control',
				'control'  => 'select',
				'section'  => 'colormag_blog_archive_section',
				'choices'  => array(
					'layout-1' => esc_html__( 'Layout 1', 'colormag' ),
					'layout-2' => esc_html__( 'Layout 2', 'colormag' ),
				),
				'priority' => 30,
			),

			array(
				'name'       => 'colormag_blog_layout_1_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'priority'   => 40,
				'choices'    => apply_filters(
					'colormag_blog_layout_1_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/blog/layout-1/style-1.svg',
						),
						'style-2' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/blog/layout-1/style-2.svg',
						),
					)
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_blog_layout',
					'==',
					'layout-1',
				),
			),

			array(
				'name'       => 'colormag_blog_layout_2_style',
				'default'    => 'style-1',
				'type'       => 'control',
				'control'    => 'colormag-radio-image',
				'label'      => esc_html__( 'Advanced Style', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'priority'   => 40,
				'choices'    => apply_filters(
					'colormag_blog_layout_2_style_choices',
					array(
						'style-1' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/blog/layout-2/style-1.svg',
						),
						'style-2' => array(
							'label' => '',
							'url'   => COLORMAG_IMG_URL . '/blog/layout-2/style-2.svg',
						),
					)
				),
				'image_col'  => 2,
				'dependency' => array(
					'colormag_blog_layout',
					'==',
					'layout-2',
				),
			),

			array(
				'name'       => 'colormag_grid_layout_column',
				'default'    => '2',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Column', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'choices'    => array(
					'2' => esc_html__( '2', 'colormag' ),
					'3' => esc_html__( '3', 'colormag' ),
					'4' => esc_html__( '4', 'colormag' ),
				),
				'dependency' => array(
					'colormag_blog_layout',
					'===',
					'layout-2',
				),
				'priority'   => 50,
			),

			array(
				'name'        => 'colormag_blog_featured_image_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Featured Image', 'colormag' ),
				'description' => esc_html__( 'Check to show the image caption under the featured image in archive, search as well as the single post page.', 'colormag' ),
				'section'     => 'colormag_blog_archive_section',
				'priority'    => 60,
			),

			// Featured image caption display enable/disable option.
			array(
				'name'      => 'colormag_enable_featured_image_caption',
				'default'   => 0,
				'type'      => 'control',
				'control'   => 'colormag-toggle',
				'label'     => esc_html__( 'Show Caption', 'colormag' ),
				'section'   => 'colormag_blog_archive_section',
				'transport' => $customizer_selective_refresh,
				'partial'   => array(
					'selector'        => '.featured-image-caption',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_featured_image_caption',
					),
				),
				'priority'  => 70,
			),

			array(
				'name'     => 'colormag_enable_lightbox_blog',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'LightBox', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 71,
			),

			array(
				'name'        => 'colormag_post_elements_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Post Elements', 'colormag' ),
				'description' => esc_html__( 'Drag & Drop items to re-arrange the order', 'colormag' ),
				'section'     => 'colormag_blog_archive_section',
				'priority'    => 75,
			),

			array(
				'name'       => 'colormag_blog_post_elements',
				'default'    => array(
					'post_format',
					'category',
					'title',
					'meta',
					'content',
				),
				'type'       => 'control',
				'control'    => 'colormag-sortable',
				'section'    => 'colormag_blog_archive_section',
				'choices'    => array(
					'post_format' => esc_attr__( 'Post Format (Image)', 'colormag' ),
					'category'    => esc_attr__( 'Category', 'colormag' ),
					'title'       => esc_attr__( 'Title', 'colormag' ),
					'meta'        => esc_attr__( 'Meta Tags', 'colormag' ),
					'content'     => esc_attr__( 'Content', 'colormag' ),
				),
				'dependency' => apply_filters( 'colormag_structure_archive_blog_order', false ),
				'priority'   => 75,
			),

			array(
				'name'     => 'colormag_blog_post_title_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Title', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 80,
			),

			array(
				'name'     => 'colormag_blog_post_title_typography_group',
				'type'     => 'control',
				'default'  => '',
				'control'  => 'colormag-group',
				'label'    => esc_html__( 'Typography', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 85,
			),

			array(
				'name'      => 'colormag_blog_post_title_typography',
				'default'   => array(
					'font-family'    => 'default',
					'font-weight'    => '500',
					'font-size'      => array(
						'desktop' => array(
							'size' => '24',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => 'px',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => 'px',
						),
					),
					'line-height'    => array(
						'desktop' => array(
							'size' => '1.3',
							'unit' => '',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
					'font-style'     => 'normal',
					'text-transform' => 'none',
				),
				'type'      => 'sub-control',
				'control'   => 'colormag-typography',
				'parent'    => 'colormag_blog_post_title_typography_group',
				'section'   => 'colormag_blog_archive_section',
				'transport' => 'postMessage',
				'priority'  => 85,
			),

			// Post title length input number field.
			array(
				'name'      => 'colormag_blog_post_title_length',
				'default'   => '',
				'type'      => 'control',
				'control'   => 'number',
				'label'     => esc_html__( 'Length', 'colormag' ),
				'section'   => 'colormag_blog_archive_section',
				'transport' => 'refresh',
				'priority'  => 90,
			),

			array(
				'name'     => 'colormag_blog_post_date_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Post Date', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 90,
			),

			array(
				'name'     => 'colormag_blog_post_date_type',
				'default'  => 'post-date',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Type', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'choices'  => array(
					'post-date'     => esc_html__( 'Post Date', 'colormag' ),
					'modified-date' => esc_html__( 'Modified Date', 'colormag' ),
				),
				'priority' => 90,
			),

			array(
				'name'        => 'colormag_blog_content_heading',
				'type'        => 'control',
				'control'     => 'colormag-title',
				'label'       => esc_html__( 'Excerpt', 'colormag' ),
				'description' => esc_html__( 'Choose to display the post content or excerpt:', 'colormag' ),
				'section'     => 'colormag_blog_archive_section',
				'priority'    => 100,
			),

			// Archive pages content display type option.
			array(
				'name'     => 'colormag_blog_content_excerpt_type',
				'default'  => 'excerpt',
				'type'     => 'control',
				'control'  => 'select',
				'label'    => esc_html__( 'Type', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'choices'  => array(
					'excerpt' => esc_html__( 'Excerpt', 'colormag' ),
					'content' => esc_html__( 'Full Content', 'colormag' ),
				),
				'priority' => 110,
			),

			// Archive pages content display type important notice.
			array(
				'name'     => 'colormag_custom_information_for_content_display_type',
				'type'     => 'control',
				'control'  => 'colormag-custom',
				'label'    => esc_html__( 'Important Notice:', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'info'     => sprintf(
				/* Translators: %1$s: Strong tag open, %2$s: Strong tag close */
					esc_html__(
						'The content will only be displayed if you have chosen %1$sLayout 1%2$s option in %1$sBlog Layout%2$s under the %1$sGeneral Settings%2$s.',
						'colormag'
					),
					'<strong>',
					'</strong>'
				),
				'priority' => 120,
			),

			// Excerpt length option.
			array(
				'name'       => 'colormag_excerpt_length_setting',
				'default'    => 20,
				'type'       => 'control',
				'control'    => 'number',
				'label'      => esc_html__( 'Length', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'dependency' => array(
					'colormag_blog_content_excerpt_type',
					'===',
					'excerpt',
				),
				'priority'   => 130,
			),

			// Read more text change option.
			array(
				'name'       => 'colormag_excerpt_more_text',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'More Text', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'dependency' => array(
					'colormag_blog_content_excerpt_type',
					'===',
					'excerpt',
				),
				'priority'   => 140,
			),

			// Read More title
			array(
				'name'     => 'colormag_read_more_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'CTA', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 150,
			),

			array(
				'name'     => 'colormag_cta_enable',
				'default'  => true,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 160,
			),

			// Read more text change option.
			array(
				'name'       => 'colormag_read_more_text',
				'default'    => esc_html__( 'Read More', 'colormag' ),
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'Text', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector'        => '.cm-entry-button span',
					'render_callback' => array(
						'ColorMag_Customizer_Partials',
						'render_read_more_text',
					),
				),
				'dependency' => array(
					'colormag_cta_enable',
					'===',
					true,
				),
				'priority'   => 170,
			),

			array(
				'name'     => 'colormag_pagination_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Pagination', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 180,
			),

			array(
				'name'     => 'colormag_enable_pagination',
				'default'  => 1,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_blog_archive_section',
				'priority' => 190,
			),

			array(
				'name'       => 'colormag_pagination_type',
				'default'    => 'default',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Type', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'choices'    => array(
					'default'             => esc_html__( 'Default', 'colormag' ),
					'numbered_pagination' => esc_html__( 'Numbered', 'colormag' ),
					'infinite_scroll'     => esc_html__( 'Infinite Scroll', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_pagination',
					'==',
					true,
				),
				'priority'   => 200,
			),

			array(
				'name'       => 'colormag_infinite_scroll_type',
				'default'    => 'button',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_blog_archive_section',
				'choices'    => array(
					'button' => esc_html__( 'Button', 'colormag' ),
					'scroll' => esc_html__( 'Scroll', 'colormag' ),
				),
				'priority'   => 210,
				'dependency' => array(
					'colormag_pagination_type',
					'==',
					'infinite_scroll',
				),
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Blog_Archive_Options();
inc/customizer/options/content/class-colormag-customize-post-meta-options.php000064400000016165151213253010023727 0ustar00<?php
/**
 * Class to include Blog Post Meta customize options.
 *
 * Class ColorMag_Customize_Post_Meta_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Post Meta customize options.
 *
 * Class ColorMag_Customize_Post_Meta_Options
 */
class ColorMag_Customize_Post_Meta_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			array(
				'name'     => 'colormag_post_meta_elements_title',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Meta Elements', 'colormag' ),
				'section'  => 'colormag_post_meta_section',
				'priority' => 10,
			),

			array(
				'name'       => 'colormag_post_meta_structure',
				'default'    => array(
					'categories',
					'date',
					'author',
				),
				'type'       => 'control',
				'control'    => 'colormag-sortable',
				'section'    => 'colormag_post_meta_section',
				'choices'    => array(
					'categories'  => esc_attr__( 'Categories', 'colormag' ),
					'author'      => esc_attr__( 'Author', 'colormag' ),
					'date'        => esc_attr__( 'Date', 'colormag' ),
					'views'       => esc_attr__( 'Views', 'colormag' ),
					'comments'    => esc_attr__( 'Comments', 'colormag' ),
					'tags'        => esc_attr__( 'Tags', 'colormag' ),
					'read-time'   => esc_attr__( 'Reading Time', 'colormag' ),
					'edit-button' => esc_attr__( 'Edit button', 'colormag' ),
				),
				'unsortable' => array( 'categories' ),
				'priority'   => 20,
			),

			// Edit button post meta display enable/disable option.
			array(
				'name'       => 'colormag_post_meta_date_title',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Date', 'colormag' ),
				'section'    => 'colormag_post_meta_section',
				'transport'  => 'postMessage',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 30,
			),

			array(
				'name'       => 'colormag_post_meta_date_style_subtitle',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_post_meta_section',
				'transport'  => 'postMessage',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 40,
			),

			// Post meta date display type option.
			array(
				'name'     => 'colormag_post_meta_date_style',
				'default'  => 'style-1',
				'type'     => 'control',
				'control'  => 'select',
				'section'  => 'colormag_post_meta_section',
				'choices'  => array(
					'style-1' => esc_html__( 'Style 1', 'colormag' ),
					'style-2' => esc_html__( 'Style 2', 'colormag' ),
				),
				'priority' => 50,
			),

			// Author
			array(
				'name'       => 'colormag_post_meta_author_title',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Author', 'colormag' ),
				'section'    => 'colormag_post_meta_section',
				'transport'  => 'postMessage',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 60,
			),

			array(
				'name'       => 'colormag_post_meta_author_style_subtitle',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'colormag-subtitle',
				'label'      => esc_html__( 'Style', 'colormag' ),
				'section'    => 'colormag_post_meta_section',
				'transport'  => 'postMessage',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 70,
			),
			// Post meta author display type option.
			array(
				'name'     => 'colormag_post_meta_author_style',
				'default'  => 'style-1',
				'type'     => 'control',
				'control'  => 'select',
				'section'  => 'colormag_post_meta_section',
				'choices'  => array(
					'style-1' => esc_html__( 'Style 1', 'colormag' ),
					'style-2' => esc_html__( 'Style 2', 'colormag' ),
				),
				'priority' => 80,
			),

			/**
			 * Text.
			 */

			// Color options heading separator.
			array(
				'name'       => 'colormag_post_meta_colors_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Text', 'colormag' ),
				'section'    => 'colormag_post_meta_section',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 90,
			),

			array(
				'name'       => 'colormag_post_meta_color_group',
				'label'      => esc_html__( 'Color', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'colormag_post_meta_section',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 100,
			),

			array(
				'name'       => 'colormag_post_meta_color',
				'default'    => '#71717A',
				'type'       => 'sub-control',
				'control'    => 'colormag-color',
				'parent'     => 'colormag_post_meta_color_group',
				'section'    => 'colormag_post_meta_section',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 110,
			),

			array(
				'name'       => 'colormag_post_meta_title_typography_group',
				'label'      => esc_html__( 'Typography', 'colormag' ),
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-group',
				'section'    => 'colormag_post_meta_section',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 120,
			),

			array(
				'name'       => 'colormag_post_meta_typography',
				'default'    => array(
					'font-size' => array(
						'desktop' => array(
							'size' => '12',
							'unit' => 'px',
						),
						'tablet'  => array(
							'size' => '',
							'unit' => '',
						),
						'mobile'  => array(
							'size' => '',
							'unit' => '',
						),
					),
				),
				'type'       => 'sub-control',
				'control'    => 'colormag-typography',
				'parent'     => 'colormag_post_meta_title_typography_group',
				'section'    => 'colormag_post_meta_section',
				'transport'  => 'postMessage',
				'dependency' => array(
					'colormag_all_entry_meta_remove',
					'==',
					0,
				),
				'priority'   => 130,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}
}

return new ColorMag_Customize_Post_Meta_Options();
inc/customizer/options/additional/class-colormag-customize-additional-general-options.php000064400000003372151213253010026173 0ustar00<?php
/**
 * Class to include Additional customize options.
 *
 * Class ColorMag_Customize_Additional_General_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Additional customize option.
 *
 * Class ColorMag_Customize_Additional_General_Options
 */
class ColorMag_Customize_Additional_General_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Schema Markup.
			 */
			array(
				'name'     => 'colormag_schema_markup_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Schema Markup', 'colormag' ),
				'section'  => 'colormag_additional_general_section',
				'priority' => 10,
			),

			array(
				'name'        => 'colormag_enable_schema_markup',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to enable schema markup.', 'colormag' ),
				'section'     => 'colormag_additional_general_section',
				'priority'    => 20,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Additional_General_Options();
inc/customizer/options/additional/class-colormag-customize-integrations-options.php000064400000004302151213253010025150 0ustar00<?php
/**
 * Class to include Additional customize options.
 *
 * Class ColorMag_Customize_Integrations_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Additional customize option.
 *
 * Class ColorMag_Customize_Integrations_Options
 */
class ColorMag_Customize_Integrations_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			// Open Weather Map API Key option.
			array(
				'name'     => 'colormag_openweathermap_api_key',
				'default'  => '',
				'type'     => 'control',
				'control'  => 'text',
				'label'    => esc_html__( 'OpenWeatherMap API Key', 'colormag' ),
				'section'  => 'colormag_integrations_section',
				'priority' => 10,
			),

			// Google Map API Key option.
			array(
				'name'     => 'colormag_googlemap_api_key',
				'default'  => '',
				'type'     => 'control',
				'control'  => 'text',
				'label'    => esc_html__( 'GoogleMaps API Key', 'colormag' ),
				'section'  => 'colormag_integrations_section',
				'priority' => 15,
			),

			// Exchange Rate API Key option.
			array(
				'name'     => 'colormag_exchange_rate_api_key',
				'default'  => '',
				'type'     => 'control',
				'control'  => 'text',
				'label'    => esc_html__( 'Exchange Rate API Key', 'colormag' ),
				'section'  => 'colormag_integrations_section',
				'priority' => 20,
			),

		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Integrations_Options();
inc/customizer/options/additional/class-colormag-customize-social-icons-options.php000064400000033010151213253010025023 0ustar00<?php
/**
 * Class to include Social customize options.
 *
 * Class ColorMag_Customize_Social_Icons_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include Social customize option.
 *
 * Class ColorMag_Customize_Social_Icons_Options
 */
class ColorMag_Customize_Social_Icons_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		// Customize transport postMessage variable to set `postMessage` or `refresh` as required.
		$customizer_selective_refresh = isset( $wp_customize->selective_refresh ) ? 'postMessage' : 'refresh';

		$configs = array(

			/**
			 * Social Icons.
			 */
			array(
				'name'     => 'colormag_social_icons_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Social Icons', 'colormag' ),
				'section'  => 'colormag_social_icons_section',
				'priority' => 5,
			),

			// Social links enable/disable option.
			array(
				'name'        => 'colormag_enable_social_icons',
				'default'     => 0,
				'type'        => 'control',
				'control'     => 'colormag-toggle',
				'label'       => esc_html__( 'Enable', 'colormag' ),
				'description' => esc_html__( 'Check to activate social links area', 'colormag' ),
				'section'     => 'colormag_social_icons_section',
				'transport'   => $customizer_selective_refresh,
				'partial'     => array(
					'selector' => '.social-links',
				),
				'priority'    => 10,
			),

			array(
				'name'       => 'colormag_social_icons_position_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Position', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'priority'   => 20,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_enable_social_icons_header',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Header', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.social-links',
				),
				'priority'   => 30,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			array(
				'name'       => 'colormag_social_icons_header_location',
				'default'    => 'top-bar',
				'type'       => 'control',
				'control'    => 'select',
				'section'    => 'colormag_social_icons_section',
				'choices'    => array(
					'top-bar' => esc_html__( 'Top Bar', 'colormag' ),
					'menu'    => esc_html__( 'Menu', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_social_icons_header',
					'!=',
					0,
				),
				'priority'   => 40,
			),

			array(
				'name'       => 'colormag_enable_social_icons_footer',
				'default'    => 1,
				'type'       => 'control',
				'control'    => 'colormag-toggle',
				'label'      => esc_html__( 'Footer', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'transport'  => $customizer_selective_refresh,
				'partial'    => array(
					'selector' => '.social-links',
				),
				'priority'   => 50,
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
			),

			// Social links separator.
			array(
				'name'       => 'colormag_social_link_separator',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => 60,
			),

		);

		$options = array_merge( $options, $configs );

		// Social links lists.
		$social_links_count    = 70;
		$colormag_social_links = array(
			'colormag_social_facebook'    => array(
				'id'      => 'colormag_social_facebook',
				'title'   => esc_html__( 'Facebook', 'colormag' ),
				'default' => '',
			),
			'colormag_social_twitter'     => array(
				'id'      => 'colormag_social_twitter',
				'title'   => esc_html__( 'Twitter', 'colormag' ),
				'default' => '',
			),
			'colormag_social_instagram'   => array(
				'id'      => 'colormag_social_instagram',
				'title'   => esc_html__( 'Instagram', 'colormag' ),
				'default' => '',
			),
			'colormag_social_pinterest'   => array(
				'id'      => 'colormag_social_pinterest',
				'title'   => esc_html__( 'Pinterest', 'colormag' ),
				'default' => '',
			),
			'colormag_social_youtube'     => array(
				'id'      => 'colormag_social_youtube',
				'title'   => esc_html__( 'YouTube', 'colormag' ),
				'default' => '',
			),
			'colormag_social_vimeo'       => array(
				'id'      => 'colormag_social_vimeo',
				'title'   => esc_html__( 'Vimeo-Square', 'colormag' ),
				'default' => '',
			),
			'colormag_social_linkedin'    => array(
				'id'      => 'colormag_social_linkedin',
				'title'   => esc_html__( 'LinkedIn', 'colormag' ),
				'default' => '',
			),
			'colormag_social_delicious'   => array(
				'id'      => 'colormag_social_delicious',
				'title'   => esc_html__( 'Delicious', 'colormag' ),
				'default' => '',
			),
			'colormag_social_flickr'      => array(
				'id'      => 'colormag_social_flickr',
				'title'   => esc_html__( 'Flickr', 'colormag' ),
				'default' => '',
			),
			'colormag_social_skype'       => array(
				'id'      => 'colormag_social_skype',
				'title'   => esc_html__( 'Skype', 'colormag' ),
				'default' => '',
			),
			'colormag_social_soundcloud'  => array(
				'id'      => 'colormag_social_soundcloud',
				'title'   => esc_html__( 'SoundCloud', 'colormag' ),
				'default' => '',
			),
			'colormag_social_vine'        => array(
				'id'      => 'colormag_social_vine',
				'title'   => esc_html__( 'Vine', 'colormag' ),
				'default' => '',
			),
			'colormag_social_stumbleupon' => array(
				'id'      => 'colormag_social_stumbleupon',
				'title'   => esc_html__( 'StumbleUpon', 'colormag' ),
				'default' => '',
			),
			'colormag_social_tumblr'      => array(
				'id'      => 'colormag_social_tumblr',
				'title'   => esc_html__( 'Tumblr', 'colormag' ),
				'default' => '',
			),
			'colormag_social_reddit'      => array(
				'id'      => 'colormag_social_reddit',
				'title'   => esc_html__( 'Reddit', 'colormag' ),
				'default' => '',
			),
			'colormag_social_xing'        => array(
				'id'      => 'colormag_social_xing',
				'title'   => esc_html__( 'Xing', 'colormag' ),
				'default' => '',
			),
			'colormag_social_vk'          => array(
				'id'      => 'colormag_social_vk',
				'title'   => esc_html__( 'VK', 'colormag' ),
				'default' => '',
			),
			'colormag_social_discord'          => array(
				'id'      => 'colormag_social_discord',
				'title'   => esc_html__( 'Discord', 'colormag' ),
				'default' => '',
			),
		);

		// Available social links via theme.
		foreach ( $colormag_social_links as $colormag_social_link ) {

			// Social links url option.
			$configs[] = array(
				'name'       => $colormag_social_link['id'],
				'default'    => $colormag_social_link['default'],
				'type'       => 'control',
				'control'    => 'url',
				'label'      => $colormag_social_link['title'],
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			// Social links open in new tab enable/disable option.
			$configs[] = array(
				'name'       => $colormag_social_link['id'] . '_checkbox',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'checkbox',
				'label'      => esc_html__( 'Check to open in new tab', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			// Social links separator.
			$configs[] = array(
				'name'       => $colormag_social_link['id'] . '_separator',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $social_links_count,
			);

			$social_links_count++;

		}

		$options = array_merge( $options, $configs );

		$configs = array(

			/**
			 * Additional social icons options.
			 */
			// Additional social icons heading separator.
			array(
				'name'       => 'colormag_additional_social_icons_heading',
				'type'       => 'control',
				'control'    => 'colormag-title',
				'label'      => esc_html__( 'Additional Social Icons', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => 140,
			),

		);

		$options = array_merge( $options, $configs );

		// Custom available social links.
		$additional_social_links_count = 150;
		$user_custom_social_links      = array(
			'user_custom_social_links_one'   => array(
				'id'      => 'user_custom_social_links_one',
				'title'   => esc_html__( 'Additional Social Link One', 'colormag' ),
				'default' => '',
			),
			'user_custom_social_links_two'   => array(
				'id'      => 'user_custom_social_links_two',
				'title'   => esc_html__( 'Additional Social Link Two', 'colormag' ),
				'default' => '',
			),
			'user_custom_social_links_three' => array(
				'id'      => 'user_custom_social_links_three',
				'title'   => esc_html__( 'Additional Social Link Three', 'colormag' ),
				'default' => '',
			),
			'user_custom_social_links_four'  => array(
				'id'      => 'user_custom_social_links_four',
				'title'   => esc_html__( 'Additional Social Link Four', 'colormag' ),
				'default' => '',
			),
			'user_custom_social_links_five'  => array(
				'id'      => 'user_custom_social_links_five',
				'title'   => esc_html__( 'Additional Social Link Five', 'colormag' ),
				'default' => '',
			),
			'user_custom_social_links_six'   => array(
				'id'      => 'user_custom_social_links_six',
				'title'   => esc_html__( 'Additional Social Link Six', 'colormag' ),
				'default' => '',
			),
		);

		// Custom available social links via theme.
		foreach ( $user_custom_social_links as $user_custom_social_link ) {

			// Social links url option.
			$configs[] = array(
				'name'       => $user_custom_social_link['id'],
				'default'    => $user_custom_social_link['default'],
				'type'       => 'control',
				'control'    => 'url',
				'label'      => $user_custom_social_link['title'],
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $additional_social_links_count,
			);

			// Social links fontawesome icon option.
			$configs[] = array(
				'name'       => $user_custom_social_link['id'] . '_fontawesome',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'text',
				'label'      => esc_html__( 'Preferred Social Link FontAwesome Icon', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $additional_social_links_count,
			);

			// Social links icon color option.
			$configs[] = array(
				'name'       => $user_custom_social_link['id'] . '_color',
				'default'    => '',
				'type'       => 'control',
				'control'    => 'colormag-color',
				'label'      => esc_html__( 'Preferred Social Link Color Option', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $additional_social_links_count,
			);

			// Social links open in new tab enable/disable option.
			$configs[] = array(
				'name'       => $user_custom_social_link['id'] . '_checkbox',
				'default'    => 0,
				'type'       => 'control',
				'control'    => 'checkbox',
				'label'      => esc_html__( 'Check to open in new tab', 'colormag' ),
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $additional_social_links_count,
			);

			// Social links separator.
			$configs[] = array(
				'name'       => $user_custom_social_link['id'] . '_separator',
				'type'       => 'control',
				'control'    => 'colormag-divider',
				'section'    => 'colormag_social_icons_section',
				'dependency' => array(
					'colormag_enable_social_icons',
					'!=',
					0,
				),
				'priority'   => $additional_social_links_count,
			);

			$additional_social_links_count++;

		}

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Social_Icons_Options();
inc/customizer/options/additional/class-colormag-customize-optimization-options.php000064400000005742151213253020025202 0ustar00<?php
/**
 * Class to include Image loading customize options.
 *
 * Class ColorMag_Customize_Image_Load_Options
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.1.5
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include optimization customize options.
 *
 * Class ColorMag_Customize_Optimization_Options
 */
class ColorMag_Customize_Optimization_Options extends ColorMag_Customize_Base_Option {

	/**
	 * Include customize options.
	 *
	 * @param array                 $options      Customize options provided via the theme.
	 * @param \WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed|void Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		$configs = array(

			/**
			 * Smooth Image Loading.
			 */
			array(
				'name'     => 'colormag_smooth_image_loading_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Smooth Image Loading', 'colormag' ),
				'section'  => 'colormag_optimization_section',
				'priority' => 0,
			),

			array(
				'name'      => 'colormag_enable_smooth_image_loading',
				'default'   => 0,
				'type'      => 'control',
				'control'   => 'colormag-toggle',
				'label'     => esc_html__( 'Enable', 'colormag' ),
				'section'   => 'colormag_optimization_section',
				'transport' => 'refresh',
				'priority'  => 10,
			),

			array(
				'name'       => 'colormag_smooth_image_loading_animation',
				'default'    => 'fade-in',
				'type'       => 'control',
				'control'    => 'select',
				'label'      => esc_html__( 'Animation', 'colormag' ),
				'section'    => 'colormag_optimization_section',
				'transport'  => 'refresh',
				'choices'    => array(
					'fade-in'      => esc_html__( 'Fade In', 'colormag' ),
					'fade-in-down' => esc_html__( 'Fade In Down', 'colormag' ),
					'fade-in-up'   => esc_html__( 'Fade In Up', 'colormag' ),
				),
				'dependency' => array(
					'colormag_enable_smooth_image_loading',
					'!=',
					0,
				),
				'priority'   => 20,
			),

			/**
			 * Load Google fonts locally.
			 */
			array(
				'name'     => 'colormag_load_google_fonts_locally_heading',
				'type'     => 'control',
				'control'  => 'colormag-title',
				'label'    => esc_html__( 'Load Google fonts locally', 'colormag' ),
				'section'  => 'colormag_optimization_section',
				'priority' => 30,
			),

			array(
				'name'     => 'colormag_load_google_fonts_locally',
				'default'  => 0,
				'type'     => 'control',
				'control'  => 'colormag-toggle',
				'label'    => esc_html__( 'Enable', 'colormag' ),
				'section'  => 'colormag_optimization_section',
				'priority' => 40,
			),
		);

		$options = array_merge( $options, $configs );

		return $options;
	}

}

return new ColorMag_Customize_Optimization_Options();
inc/customizer/class-colormag-customizer.php000064400000013377151213253020015347 0ustar00<?php
/**
 * ColorMag customizer class for theme customize options.
 *
 * Class ColorMag_Customizer
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

// Include the customizer framework files.
require dirname( __FILE__ ) . '/core/class-colormag-customizer-framework.php';

/**
 * ColorMag customizer class.
 *
 * Class ColorMag_Customizer
 */
class ColorMag_Customizer {

	public function __construct() {

		// Include the required files for Customize option.
		add_action( 'customize_register', array( $this, 'customize_register' ) );

		// Include the required files for Customize option.
		add_action( 'customize_register', array( $this, 'customize_options_file_include' ), 1 );

		add_action( 'enqueue_block_editor_assets', array( $this, 'editor_dynamic_css' ) );
	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_register( $wp_customize ) {

		// Override default.
		require COLORMAG_CUSTOMIZER_DIR . '/override-defaults.php';

	}

	/**
	 * Include the required files for Customize option.
	 */
	public function customize_options_file_include() {

		// Include the required customize partials file.
		require COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer-partials.php';

		// Include the required customize section and panels register file.
		require COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer-register-sections-panels.php';

		/**
		 * Include the required customize options file.
		 */
		// Global.
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-colors-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-category-colors-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-container-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-sidebar-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-typography-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-button-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-widget-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/global/class-colormag-customize-background-options.php';

		// Front Page.
		require COLORMAG_CUSTOMIZER_DIR . '/options/front-page/class-colormag-customize-front-page-general-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/front-page/class-colormag-customize-front-page-layout-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/front-page/class-colormag-customize-front-page-widget-options.php';

		// Header.
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-site-identity-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-media-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-top-bar-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-main-header-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-primary-menu-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-sticky-header-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-news-ticker-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-header-action-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/header-and-navigation/class-colormag-customize-breadcrumb-options.php';

		// Content.
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-blog-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-single-post-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-post-meta-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/content/class-colormag-customize-page-options.php';

		// Additional.
		require COLORMAG_CUSTOMIZER_DIR . '/options/additional/class-colormag-customize-additional-general-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/additional/class-colormag-customize-social-icons-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/additional/class-colormag-customize-integrations-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/additional/class-colormag-customize-optimization-options.php';

		// Footer.
		require COLORMAG_CUSTOMIZER_DIR . '/options/footer/class-colormag-customize-footer-column-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/footer/class-colormag-customize-footer-bar-options.php';
		require COLORMAG_CUSTOMIZER_DIR . '/options/footer/class-colormag-customize-scroll-to-top-options.php';

		// WooCommerce.
		require COLORMAG_CUSTOMIZER_DIR . '/options/woocommerce/class-colormag-customize-woocommerce-sidebar-options.php';
	}

	/**
	 * Adds inline styles.
	 *
	 * @return void
	 */
	public function customizer_dynamic_css() {
		wp_add_inline_style( 'colormag-style', ColorMag_Dynamic_CSS::get_css() );
	}

	public function editor_dynamic_css() {
		wp_add_inline_style( 'colormag-block-editor-styles', ColorMag_Dynamic_CSS::colormag_editor_block_css() );
	}

	/**
	 * Undocumented function.
	 *
	 * @return void
	 */
	public function get_css() {
	}

}

return new ColorMag_Customizer();
inc/schema-markup.php000064400000021700151213253020010555 0ustar00<?php
/**
 * HTML attribute functions and filters.
 *
 * This provides a way to hook into the attributes for specific HTML elements and create new or modify existing attributes.
 * This provide richer microdata while being forward compatible with the ever-changing Web.
 * Currently, the default microdata vocabulary supported is Schema.org.
 *
 * @package    ThemeGrill
 * @subpackage Colormag Pro
 * @since      Colormag Pro 2.1.9
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_schema_markup' ) ) :

	/**
	 * Returns schema.org markup based on context value.
	 *
	 * @param array $context The context in which it is called upon.
	 *
	 * @return string Schema.org markup.
	 */
	function colormag_schema_markup( $context = '' ) {

		// Bail out if Schema markup is disabled.
		if ( 1 != get_theme_mod( 'colormag_enable_schema_markup', '' ) ) {
			return;
		}

		// No valid context parameter? stop here.
		if ( empty( $context ) ) {
			return;
		}

		// Store markup string.
		$markup     = ' ';
		$attributes = array();

		// Let's try to fetch the right Markup.
		switch ( $context ) {

			case 'body':
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/WebPage';

				$attributes['dir'] = is_rtl() ? 'rtl' : 'ltr';

				if ( is_singular( 'post' ) || is_home() || is_archive() ) {
					$attributes['itemtype'] = 'http://schema.org/Blog';
				} elseif ( is_search() ) {
					$attributes['itemtype'] = 'http://schema.org/SearchResultsPage';
				}

				break;

			case 'header':
				$attributes['role']      = 'banner';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/WPHeader';
				break;

			case 'site-title':
				$attributes['itemprop'] = 'headline';
				break;

			case 'site-description':
				$attributes['itemprop'] = 'description';
				break;

			case 'nav':
				$attributes['role']      = 'navigation';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/SiteNavigationElement';
				break;

			case 'content':
				$attributes['role'] = 'main';

				if ( ! is_singular( 'post' ) && ! is_home() && ! is_archive() ) {
					$attributes['itemprop'] = 'mainContentOfPage';
				}

				break;

			case 'entry':
				global $post;
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/CreativeWork';

				// Blog Posts microdata.
				if ( 'post' === $post->post_type ) {
					$attributes['itemtype'] = 'http://schema.org/BlogPosting';

					/* Add itemprop if within the main query. */
					if ( is_main_query() && ! is_search() ) {
						$attributes['itemprop'] = 'blogPost';
					}
				}

				break;

			case 'image':
				$attributes['itemprop'] = 'image';
				$attributes['itemtype'] = 'http://schema.org/ImageObject';
				break;

			case 'author':
				$attributes['itemprop']  = 'author';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/Person';
				break;

			case 'entry_time':
				$attributes['itemprop'] = 'datePublished';
				break;

			case 'entry_time_modified':
				$attributes['itemprop'] = 'dateModified';
				break;

			case 'entry_title':
				$attributes['itemprop'] = 'headline';
				break;

			case 'entry_content':
				if ( 'post' === get_post_type() ) {
					$attributes['itemprop'] = 'articleBody';
				} else {
					$attributes['itemprop'] = 'text';
				}

				break;

			case 'entry_summary':
				$attributes['itemprop'] = 'description';
				break;

			case 'category':
				$attributes['itemprop'] = 'articleSection';
				break;

			case 'tag':
				$attributes['itemprop'] = 'keywords';
				break;

			case 'comment':
				$attributes['itemprop']  = 'comment';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/Comment';
				break;

			case 'comment_author':
				$attributes['itemprop']  = 'author';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/Person';
				break;

			case 'comment_time':
				$attributes['itemprop'] = 'datePublished';
				$attributes['datetime'] = get_comment_time( 'c' );
				break;

			case 'comment_link':
				$attributes['itemprop'] = 'url';
				break;

			case 'comment_content':
				$attributes['itemprop'] = 'text';
				break;

			case 'sidebar':
				$attributes['role']      = 'complementary';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/WPSideBar';
				break;

			case 'footer':
				$attributes['role']      = 'contentinfo';
				$attributes['itemscope'] = 'itemscope';
				$attributes['itemtype']  = 'http://schema.org/WPFooter';
				break;

		} // Switch context.

		// If we failed to fetch attributes - Let's stop.
		if ( empty( $attributes ) ) {
			return;
		}

		// Loop through the attributes.
		foreach ( $attributes as $key => $value ) {
			$markup .= $key . '="' . $value . '" ';
		}

		return $markup;

	}

endif;

if ( 1 == get_theme_mod( 'colormag_enable_schema_markup', '' ) ) {

	/**
	 * Schema markup for site icon and custom logo.
	 */
	function colormag_schema_publisher_html() {
		?>
		<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
			<?php
			$site_icon_id = get_option( 'site_icon' );
			$site_logo_id = get_theme_mod( 'custom_logo' );

			if ( ! empty( $site_logo_id ) ) {
				$image = wp_get_attachment_image_src( $site_logo_id, 'full' );
				?>
				<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
					<meta itemprop="url" content="<?php echo esc_url( $image[0] ); ?>">
					<meta itemprop="width" content="<?php echo esc_attr( $image[1] ); ?>">
					<meta itemprop="height" content="<?php echo esc_attr( $image[2] ); ?>">
				</div>
				<?php
			} elseif ( ! empty( $site_icon_id ) ) {
				$image = wp_get_attachment_image_src( $site_icon_id, 'full' );
				?>
				<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
					<meta itemprop="url" content="<?php echo esc_url( $image[0] ); ?>">
					<meta itemprop="width" content="<?php echo esc_attr( $image[1] ); ?>">
					<meta itemprop="height" content="<?php echo esc_attr( $image[2] ); ?>">
				</div>
			<?php } ?>

			<meta itemprop="name" content="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>">
		</div>
		<?php
	}

	add_action( 'colormag_after_post_content', 'colormag_schema_publisher_html', 5 );


	/**
	 * Schema markup for modified post date.
	 */
	function colormag_schema_article_schema_fix() {
		?>
		<meta itemprop="dateModified" content="<?php echo esc_attr( get_the_modified_date( 'c' ) ); ?>">
		<meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="<?php echo esc_url( get_the_permalink() ); ?>">
		<?php
	}

	add_action( 'colormag_after_post_content', 'colormag_schema_article_schema_fix', 10 );


	/**
	 * Schema markup for featured image.
	 */
	function colormag_schema_post_thumbnail_image() {
		if ( has_post_thumbnail() ) {
			$image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' );
			?>
			<div class="meta_post_image" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
				<meta itemprop="url" content="<?php echo esc_url( $image[0] ); ?>">
				<meta itemprop="width" content="<?php echo esc_attr( $image[1] ); ?>">
				<meta itemprop="height" content="<?php echo esc_attr( $image[2] ); ?>">
			</div>
			<?php
		}
	}

	add_action( 'colormag_after_post_content', 'colormag_schema_post_thumbnail_image', 15 );


	/**
	 * Schema markup for gravatar image.
	 *
	 * @param string $avatar Tag for the user's avatar.
	 *
	 * @return string
	 */
	function colormag_schema_get_avatar( $avatar ) {
		return preg_replace( '/(<img.*?)(\/>)/i', '$1itemprop="image" $2', $avatar );
	}

	add_filter( 'get_avatar', 'colormag_schema_get_avatar', 5 );


	/**
	 * Schema markup for comment author link.
	 *
	 * @param string $link The HTML-formatted comment author link.
	 *
	 * @return string|string[]|null
	 */
	function colormag_schema_get_comment_author_link( $link ) {
		$pattern = array(
			'/(class=[\'"])(.+?)([\'"])/i',
			'/(<a.*?)(>)/i',
			'/(<a.*?>)(.*?)(<\/a>)/i',
		);
		$replace = array(
			'$1$2 fn n$3',
			'$1 itemprop="url"$2',
			'$1<span itemprop="name">$2</span>$3',
		);

		return preg_replace( $pattern, $replace, $link );
	}

	add_filter( 'get_comment_author_link', 'colormag_schema_get_comment_author_link', 5 );


	/**
	 * Schema markup for comment popup link attributes.
	 *
	 * @param string $attr The comments link attributes..
	 *
	 * @return string
	 */
	function colormag_schema_get_comments_popup_link_attributes( $attr ) {
		return ' itemprop="discussionURL"';
	}

	add_filter( 'comments_popup_link_attributes', 'colormag_schema_get_comments_popup_link_attributes', 5 );

}
inc/meta-boxes/class-colormag-meta-boxes.php000064400000007700151213253020015040 0ustar00<?php
/**
 * Meta boxes base class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Meta boxes base class.
 *
 * Class ColorMag_Meta_Boxes
 */
class ColorMag_Meta_Boxes {

	/**
	 * Is meta boxes saved once?
	 *
	 * @var boolean
	 */
	private static $saved_meta_boxes = false;

	/**
	 * Constructor.
	 *
	 * ColorMag_Meta_Boxes constructor.
	 */
	public function __construct() {

		// Adding required meta boxes.
		add_action( 'add_meta_boxes', array( $this, 'add_meta_boxes' ) );

		// Enqueue required meta boxes styles and scripts.
		add_action( 'admin_print_styles-post-new.php', array( $this, 'enqueue' ) );
		add_action( 'admin_print_styles-post.php', array( $this, 'enqueue' ) );

		// Save the meta boxes contents.
		add_action( 'save_post', array( $this, 'save_meta_boxes' ), 1, 2 );

		// Save page settings meta boxes.
		add_action( 'colormag_process_page_settings_meta', 'ColorMag_Meta_Box_Page_Settings::save', 10, 2 );

	}

	/**
	 * Adding required meta boxes.
	 */
	public function add_meta_boxes() {

		// Global options for page and posts.
		add_meta_box(
			'colormag-page-setting',
			esc_html__( 'Page Settings', 'colormag' ),
			'ColorMag_Meta_Box_Page_Settings::render',
			array(
				'post',
				'page',
			)
		);

		// Video URL option for video post format only.
		add_meta_box( 'post-video-url', esc_html__( 'Video URL', 'colormag' ), 'ColorMag_Meta_Box_Page_Settings::render_video_url', 'post', 'side', 'high' );

	}

	/**
	 * Enqueue required meta boxes styles and scripts.
	 */
	public function enqueue() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		// Enqueue meta boxes CSS file.
		wp_enqueue_style( 'colormag-meta-boxes', COLORMAG_INCLUDES_URL . '/meta-boxes/assets/css/meta-boxes' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );
		wp_style_add_data( 'colormag-meta-boxes', 'rtl', 'replace' );

		// Enqueue meta boxes JS file.
		wp_enqueue_script( 'colormag-meta-boxes', COLORMAG_INCLUDES_URL . '/meta-boxes/assets/js/meta-boxes' . $suffix . '.js', array( 'jquery-ui-tabs' ), COLORMAG_THEME_VERSION, true );

	}

	/**
	 * Save the meta boxes contents.
	 *
	 * @param int     $post_id Post ID.
	 * @param WP_Post $post    Post object.
	 *
	 * @return null|mixed
	 */
	public function save_meta_boxes( $post_id, $post ) {

		$post_id = absint( $post_id );

		// $post_id and $post are required.
		if ( empty( $post_id ) || empty( $post ) || self::$saved_meta_boxes ) {
			return;
		}

		// Dont' save meta boxes for revisions or autosaves.
		if ( defined( 'DOING_AUTOSAVE' ) || is_int( wp_is_post_revision( $post ) ) || is_int( wp_is_post_autosave( $post ) ) ) {
			return;
		}

		// Check the nonce.
		if ( empty( $_POST['colormag_meta_nonce'] ) || ! wp_verify_nonce( wp_unslash( $_POST['colormag_meta_nonce'] ), 'colormag_save_data' ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
			return;
		}

		// Check the post being saved == the $post_id to prevent triggering this call for other save_post events.
		if ( empty( $_POST['post_ID'] ) || absint( $_POST['post_ID'] ) !== $post_id ) {
			return;
		}

		// Check user has permission to edit.
		if ( isset( $_POST['post_type'] ) && ( 'page' === $_POST['post_type'] ) ) {

			if ( ! current_user_can( 'edit_page', $post_id ) ) {
				return $post_id;
			}
		} else {
			if ( ! current_user_can( 'edit_post', $post_id ) ) {
				return $post_id;
			}
		}

		// We need this save event to run once to avoid potential endless loops.
		self::$saved_meta_boxes = true;

		// Trigger action.
		$process_actions = array( 'page_settings' );
		foreach ( $process_actions as $process_action ) {
			do_action( 'colormag_process_' . $process_action . '_meta', $post_id, $post );
		}

	}

}

return new ColorMag_Meta_Boxes();
inc/meta-boxes/class-colormag-meta-box-page-settings.php000064400000012336151213253020017261 0ustar00<?php
/**
 * Page settings meta box class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Page settings meta box class.
 *
 * Class ColorMag_Meta_Box_Page_Settings
 */
class ColorMag_Meta_Box_Page_Settings {

	/**
	 * Meta box render content callback for video post format only.
	 *
	 * @param WP_Post $post Current post object.
	 */
	public static function render_video_url( $post ) {

		// Add nonce for security and authentication.
		wp_nonce_field( 'colormag_save_data', 'colormag_meta_nonce' );

		global $post;

		// Video URL.
		$colormag_video_url = get_post_meta( $post->ID, 'video_url', true );
		?>

		<p>
			<input type="text" class="widefat" name="video_url" id="video_url"
				   value="<?php echo esc_url( $colormag_video_url ); ?>"
			/>
		</p>

		<?php

	}

	/**
	 * Meta box render content callback.
	 *
	 * @param WP_Post $post Current post object.
	 */
	public static function render( $post ) {

		// Add nonce for security and authentication.
		wp_nonce_field( 'colormag_save_data', 'colormag_meta_nonce' );

		global $post;

		/**
		 * Meta box options.
		 */
		// Layout.
		$colormag_page_layout = get_post_meta( $post->ID, 'colormag_page_layout', true );
		if ( '' === $colormag_page_layout ) {
			$colormag_page_layout = 'default_layout';
		}
		?>

		<div id="page-settings-tabs-wrapper">
			<ul class="colormag-ui-nav">
				<?php
				$page_setting = apply_filters(
					'colormag_page_setting',
					array(
						'general' => array(
							'label'  => esc_html__( 'General', 'colormag' ),
							'target' => 'page-settings-general',
							'class'  => array(),
						),
					)
				);

				foreach ( $page_setting as $key => $tab ) {
					?>
					<li class="<?php echo esc_attr( implode( ' ', (array) $tab['class'] ) ); ?>">
						<a href="#<?php echo esc_attr( $tab['target'] ); ?>"><?php echo esc_html( $tab['label'] ); ?></a>
					</li>
					<?php
				}
				?>
			</ul>

			<div class="colormag-ui-content">

				<div id="page-settings-general">
					<?php
					// For site layout.
					self::render_radio_image(
						array(
							'value'   => $colormag_page_layout,
							'id'      => 'colormag_page_layout',
							'label'   => esc_html__( 'Select Layout', 'colormag' ),
							'choices' => array(
								'default_layout'        => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
								'right_sidebar'         => COLORMAG_PARENT_URL . '/assets/img/sidebar/right-sidebar.svg',
								'left_sidebar'          => COLORMAG_PARENT_URL . '/assets/img/sidebar/left-sidebar.svg',
								'no_sidebar_full_width' => COLORMAG_PARENT_URL . '/assets/img/sidebar/contained.svg',
								'no_sidebar_content_centered' => COLORMAG_PARENT_URL . '/assets/img/sidebar/centered.svg',
								'two_sidebars'          => COLORMAG_PARENT_URL . '/assets/img/sidebar/both-sidebar.svg',
							),
						)
					);
					?>

					<?php
					/**
					 * Hook for general options meta box display.
					 */
					do_action( 'colormag_general_page_setting' );
					?>
				</div>

				<?php
				/**
				 * Hook for page settings tab.
				 */
				do_action( 'colormag_page_settings' );
				?>
			</div>

		</div>

		<?php
	}

	/**
	 * Save meta box content.
	 *
	 * @param int $post_id Post ID.
	 */
	public static function save( $post_id ) {

		$colormag_page_layout = isset( $_POST['colormag_page_layout'] ) ? sanitize_key( $_POST['colormag_page_layout'] ) : 'default_layout';
		$colormag_video_url   = isset( $_POST['video_url'] ) ? esc_url_raw( $_POST['video_url'] ) : '';

		// Site layout.
		if (
			in_array(
				$colormag_page_layout,
				array(
					'right_sidebar',
					'left_sidebar',
					'no_sidebar_full_width',
					'no_sidebar_content_centered',
					'two_sidebars',
				),
				true
			)
		) {
			update_post_meta( $post_id, 'colormag_page_layout', $colormag_page_layout );
		} else {
			delete_post_meta( $post_id, 'colormag_page_layout' );
		}

		// Video post format video URL.
		if ( $colormag_video_url ) {
			update_post_meta( $post_id, 'video_url', $colormag_video_url );
		} else {
			delete_post_meta( $post_id, 'video_url' );
		}

		/**
		 * Hook for page settings data save.
		 */
		do_action( 'colormag_page_settings_save', $post_id );

	}

	/**
	 * Output a radio image input field.
	 *
	 * @param array $field The fields of the input types.
	 */
	public static function render_radio_image( $field ) {
		?>

		<div class="options-group">
			<div class="colormag-ui-desc">
				<label><?php echo esc_html( $field['label'] ); ?></label>
			</div>

			<div class="colormag-ui-field">
				<?php foreach ( $field['choices'] as $key => $value ) { ?>
					<label class="colormag-label" for="<?php echo esc_attr( $key ); ?>">
						<input type="radio" name="<?php echo esc_attr( $field['id'] ); ?>"
							   id="<?php echo esc_attr( $key ); ?>"
							   value="<?php echo esc_attr( $key ); ?>"
							<?php checked( $field['value'], $key ); ?>
						/>

						<img src="<?php echo esc_url( $value ); ?>" />
					</label>
				<?php } ?>
			</div>
		</div>

		<?php
	}

}
inc/meta-boxes/assets/js/meta-boxes.min.js000064400000001341151213253020014454 0ustar00jQuery(document).ready((function(){jQuery("#post-video-url").hide(),jQuery("#post-format-video").is(":checked")&&jQuery("#post-video-url").show(),jQuery('input[name="post_format"]').change((function(){jQuery("#post-video-url").hide()})),jQuery("input#post-format-video").change((function(){jQuery("#post-video-url").show()}))})),jQuery(window).on("load",(function(){var e=jQuery('select[id^="post-format-selector"] option:selected').attr("value");e&&("video"===e?jQuery("#post-video-url").show():jQuery("#post-video-url").hide(),jQuery(document).on("change",'select[id*="post-format"]',(function(){"video"===this.value?jQuery("#post-video-url").show():jQuery("#post-video-url").hide()})))})),jQuery("#page-settings-tabs-wrapper").tabs();inc/meta-boxes/assets/js/meta-boxes.js000064400000003530151213253020013674 0ustar00/**
 * Meta boxes JS for toggle meta box options.
 *
 * @package ColorMag
 */

/**
 * For video post format.
 */
jQuery( document ).ready(
	function () {

		// Hide the div by default.
		jQuery( '#post-video-url' ).hide();

		// If post format is selected, then, display the respective div.
		if ( jQuery( '#post-format-video' ).is( ':checked' ) ) {
			jQuery( '#post-video-url' ).show();
		}

		// Hiding the default post format type input box by default.
		jQuery( 'input[name="post_format"]' ).change(
			function () {
				jQuery( '#post-video-url' ).hide();
			}
		);

		// If post format is selected, then, display the respective input div.
		jQuery( 'input#post-format-video' ).change(
			function () {
				jQuery( '#post-video-url' ).show();
			}
		);

	}
);

jQuery( window ).on(
	'load',
	function() {

		var post_format_load = jQuery( 'select[id^="post-format-selector"] option:selected' ).attr( 'value' );

		// Proceed only if Gutenberg editor is available.
		if ( post_format_load ) {

			// Display Video URL meta box on page load if Video post format is already chosen.
			if ( 'video' === post_format_load ) {
				jQuery( '#post-video-url' ).show();
			} else {
				jQuery( '#post-video-url' ).hide();
			}

			// Display Video URL meta box on post format change and if  Video post format is chosen.
			jQuery( document ).on(
				'change',
				'select[id*="post-format"]',
				function () {
					var post_format_change = this.value;

					if ( 'video' === post_format_change ) {
						jQuery( '#post-video-url' ).show();
					} else {
						jQuery( '#post-video-url' ).hide();
					}
				}
			);
		}

	}
);

/**
 * Tabs and other settings.
 */
(
	function ( $ ) {

		// Generate tabs.
		var metaBoxWrap = $( '#page-settings-tabs-wrapper' );
		metaBoxWrap.tabs();

	}
)( jQuery );
inc/meta-boxes/assets/css/meta-boxes.min.css000064400000002517151213253020015012 0ustar00#colormag-page-setting .inside{margin:0;padding:0}#colormag-page-setting #page-settings-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-nav{width:180px;list-style-type:none;background-color:#fafafa;border-right:1px solid #eee;margin:0;padding:0}#colormag-page-setting .colormag-ui-nav li{margin:0;outline:0}#colormag-page-setting .colormag-ui-nav li a{display:block;padding:10px;text-decoration:none;border-bottom:1px solid #eee;color:#252525}#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a{background:#fff;margin-right:-1px}#colormag-page-setting .colormag-ui-content{padding:0 20px;width:calc(100% - 180px)}#colormag-page-setting .colormag-ui-content .options-group{padding:15px 0;border-bottom:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-content .colormag-ui-desc,#colormag-page-setting .colormag-ui-content .colormag-ui-field{-webkit-box-flex:1;-ms-flex:1;flex:1}#colormag-page-setting .colormag-ui-content .colormag-ui-desc>label{display:block}#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"]{display:none}#colormag-page-setting .colormag-ui-content .colormag-label input:checked+img{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.25);box-shadow:0 0 5px 2px rgba(0,0,0,0.25);border:1px solid #13a1dc}inc/meta-boxes/assets/css/meta-boxes-rtl.css000064400000003013151213253020015017 0ustar00#colormag-page-setting .inside {
	margin: 0;
	padding: 0;
}

#colormag-page-setting #page-settings-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-nav {
	width: 180px;
	list-style-type: none;
	background-color: #fafafa;
	border-left: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
}

#colormag-page-setting .colormag-ui-nav li {
	margin: 0;
	outline: none;
}

#colormag-page-setting .colormag-ui-nav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	color: #252525;
}

#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a {
	background: #ffffff;
	margin-left: -1px;
}

#colormag-page-setting .colormag-ui-content {
	padding: 0 20px;
	width: calc(100% - 180px);
}

#colormag-page-setting .colormag-ui-content .options-group {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc,
#colormag-page-setting .colormag-ui-content .colormag-ui-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc > label {
	display: block;
}

#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"] {
	display: none;
}

#colormag-page-setting .colormag-ui-content .colormag-label input:checked + img {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid #13a1dc;
}
inc/meta-boxes/assets/css/meta-boxes.css000064400000003015151213253020014222 0ustar00#colormag-page-setting .inside {
	margin: 0;
	padding: 0;
}

#colormag-page-setting #page-settings-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-nav {
	width: 180px;
	list-style-type: none;
	background-color: #fafafa;
	border-right: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
}

#colormag-page-setting .colormag-ui-nav li {
	margin: 0;
	outline: none;
}

#colormag-page-setting .colormag-ui-nav li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
	color: #252525;
}

#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a {
	background: #ffffff;
	margin-right: -1px;
}

#colormag-page-setting .colormag-ui-content {
	padding: 0 20px;
	width: calc(100% - 180px);
}

#colormag-page-setting .colormag-ui-content .options-group {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc,
#colormag-page-setting .colormag-ui-content .colormag-ui-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#colormag-page-setting .colormag-ui-content .colormag-ui-desc > label {
	display: block;
}

#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"] {
	display: none;
}

#colormag-page-setting .colormag-ui-content .colormag-label input:checked + img {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
	border: 1px solid #13a1dc;
}
inc/meta-boxes/assets/css/meta-boxes.min-rtl.css000064400000002515151213253020015607 0ustar00#colormag-page-setting .inside{margin:0;padding:0}#colormag-page-setting #page-settings-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-nav{width:180px;list-style-type:none;background-color:#fafafa;border-left:1px solid #eee;margin:0;padding:0}#colormag-page-setting .colormag-ui-nav li{margin:0;outline:0}#colormag-page-setting .colormag-ui-nav li a{display:block;padding:10px;text-decoration:none;border-bottom:1px solid #eee;color:#252525}#colormag-page-setting .colormag-ui-nav li.ui-tabs-active a{background:#fff;margin-left:-1px}#colormag-page-setting .colormag-ui-content{padding:0 20px;width:calc(100% - 180px)}#colormag-page-setting .colormag-ui-content .options-group{padding:15px 0;border-bottom:1px solid #eee;display:-webkit-box;display:-ms-flexbox;display:flex}#colormag-page-setting .colormag-ui-content .colormag-ui-desc,#colormag-page-setting .colormag-ui-content .colormag-ui-field{-webkit-box-flex:1;-ms-flex:1;flex:1}#colormag-page-setting .colormag-ui-content .colormag-ui-desc>label{display:block}#colormag-page-setting .colormag-ui-content .colormag-label input[type="radio"]{display:none}#colormag-page-setting .colormag-ui-content .colormag-label input:checked+img{-webkit-box-shadow:0 0 5px 2px rgba(0,0,0,0.25);box-shadow:0 0 5px 2px rgba(0,0,0,0.25);border:1px solid #13a1dc}inc/meta-boxes/assets/scss/meta-boxes.scss000064400000002160151213253020014570 0ustar00#colormag-page-setting {

	.inside {
		margin: 0;
		padding: 0;
	}

	#page-settings-tabs-wrapper {
		display: flex;
	}

	.colormag-ui-nav {
		width: 180px;
		list-style-type: none;
		background-color: #fafafa;
		border-right: 1px solid #eeeeee;
		margin: 0;
		padding: 0;

		li {
			margin: 0;
			outline: none;

			a {
				display: block;
				padding: 10px;
				text-decoration: none;
				border-bottom: 1px solid #eeeeee;
				color: #252525;

			}

			&.ui-tabs-active {

				a {
					background: #ffffff;
					margin-right: -1px;
				}
			}
		}
	}

	.colormag-ui-content {
		padding: 0 20px;
		width: calc(100% - 180px);

		.options-group {
			padding: 15px 0;
			border-bottom: 1px solid #eeeeee;
			display: flex;
		}

		.colormag-ui-desc,
		.colormag-ui-field {
			flex: 1;
		}

		.colormag-ui-desc {
			> label {
				display: block;
			}
		}

		.colormag-label {

			input[type="radio"] {
				display: none;
			}

			input {

				&:checked + img {
					box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
					border: 1px solid #13a1dc;
				}
			}
		}
	}
}
inc/class-colormag-walker-page.php000064400000003761151213253020013132 0ustar00<?php
/**
* Colormag_Walker_Page class.
*
* @package Colormag
*/

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit();

if ( ! class_exists( ' Colormag_Walker_Page' ) ) {

	/**
	* Class Colormag_Walker_Page.
	*/
	class Colormag_Walker_Page extends Walker_Page {
		/**
		 * {@inheritDoc}
		 *
		 * @param string $output Used to append additional content (passed by reference).
		 * @param int    $depth  Optional. Depth of page. Used for padding. Default 0.
		 * @param array  $args   Optional. Arguments for outputting the next level.
		 *                       Default empty array.
		 */
		public function start_lvl( &$output, $depth = 0, $args = array() ) {

			if ( isset( $args['item_spacing'] ) && 'preserve' === $args['item_spacing'] ) {
				$t = "\t";
				$n = "\n";
			} else {
				$t = '';
				$n = '';
			}
			$indent  = str_repeat( $t, $depth );
			$output .= "$n$indent<ul class='sub-menu'>$n";
		}

		/**
		* {@inheritDoc}
		*/
		public function start_el( &$output, $page, $depth = 0, $args = array(), $current_page = 0 ) {

			$indent    = str_repeat( "\t", $depth );
			$css_class = '';

			if ( ! empty( $args['current_class'] ) && $page->ID === $current_page ) {
				$css_class .= ' ' . $args['current_class'];
			}

			if ( ! empty( $args['has_children_class'] ) && $this->has_children ) {
				$css_class .= ' ' . $args['has_children_class'];
			}

			$output .= $indent . '<li class="' . $css_class . '">';
			$output .= '<a href="' . get_permalink( $page->ID ) . '">' . $page->post_title . '</a>';

			if ( $args['has_children_class'] && $this->has_children ) {
				$output .= '<span role="button" tabindex="0" class="cm-submenu-toggle" onkeypress="">' .
							'<svg class="cm-icon" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 24 24"><path d="M12 17.5c-.3 0-.5-.1-.7-.3l-9-9c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l8.3 8.3 8.3-8.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-9 9c-.2.2-.4.3-.7.3z"/></svg>' .
							'</span>';
			}
		}
	}
}
inc/compatibility/woocommerce/woocommerce.php000064400000017627151213253020015544 0ustar00<?php
/**
 * WooCommerce Compatibility File.
 *
 * @package    ThemeGrill
 * @subpackage Colormag
 * @since      Colormag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * WooCommerce setup function.
 *
 * @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/
 * @link https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)
 * @link https://github.com/woocommerce/woocommerce/wiki/Declaring-WooCommerce-support-in-themes
 *
 * @return void
 */
function colormag_woocommerce_setup() {

	// Adding the WooCommerce plugin support.
	add_theme_support( 'woocommerce' );
	add_theme_support( 'wc-product-gallery-zoom' );
	add_theme_support( 'wc-product-gallery-lightbox' );
	add_theme_support( 'wc-product-gallery-slider' );

}

add_action( 'after_setup_theme', 'colormag_woocommerce_setup' );


/**
 * Filter body class for WooCommerce pages.
 *
 * @param array $classes CSS classes applied to the body tag.
 *
 * @return array Classes for WooCommerce pages.
 *
 * @since 2.2.8
 */
function colormag_woocommerce_body_class( $classes ) {

	$classes[] = 'woocommerce-active';

	$woocommerce_widgets_enabled            = get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 );
	$woocommerce_shop_page_layout           = get_theme_mod( 'colormag_woocmmerce_shop_page_layout', 'right_sidebar' );
	$woocommerce_archive_page_layout        = get_theme_mod( 'colormag_woocmmerce_archive_page_layout', 'right_sidebar' );
	$woocommerce_single_product_page_layout = get_theme_mod( 'colormag_woocmmerce_single_product_page_layout', 'right_sidebar' );

	if ( 1 == $woocommerce_widgets_enabled ) :
		if ( is_shop() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_shop_page_layout );
		} elseif ( is_product_category() || is_product_tag() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_archive_page_layout );
		} elseif ( is_product() ) {
			$classes[] = ColorMag_Utils::colormag_get_sidebar_layout_class( $woocommerce_single_product_page_layout );
		}
	endif;

	return $classes;

}

add_filter( 'body_class', 'colormag_woocommerce_body_class' );


if ( ! function_exists( 'colormag_woocommerce_sidebar_select' ) ) :

	/**
	 * Select different sidebars for WooCommerce pages as set by the user
	 * when extra WooCommerce widgets is enabled.
	 *
	 * @since 2.2.8
	 */
	function colormag_woocommerce_sidebar_select() {

		// Bail out if extra sidebar area for WooCommerce page is not activated.
		if ( 0 == get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 ) ) {
			return;
		}

		$woocommerce_shop_page_layout           = get_theme_mod( 'colormag_woocmmerce_shop_page_layout', 'right_sidebar' );
		$woocommerce_archive_page_layout        = get_theme_mod( 'colormag_woocmmerce_archive_page_layout', 'right_sidebar' );
		$woocommerce_single_product_page_layout = get_theme_mod( 'colormag_woocmmerce_single_product_page_layout', 'right_sidebar' );

		if ( is_shop() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_shop_page_layout, false, 'woocommerce' );
		} elseif ( is_product_category() || is_product_tag() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_archive_page_layout, false, 'woocommerce' );
		} elseif ( is_product() ) {
			ColorMag_Utils::colormag_get_sidebar( $woocommerce_single_product_page_layout, false, 'woocommerce' );
		}

	}

endif;


/**
 * Remove default WooCommerce wrapper.
 */
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );

// Remove default WooCommerce breadcrumb.
remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0 );

// Remove WooCommerce default sidebar.
remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 );

// Disable the page title display for WooCommerce pages.
add_filter( 'woocommerce_show_page_title', '__return_false' );

/**
 * Before Content.
 *
 * Wraps all WooCommerce content in wrappers which match the theme markup.
 *
 * @return void
 */
function colormag_wrapper_start() {
	echo '<div id="cm-primary" class="cm-primary">';
}

add_action( 'woocommerce_before_main_content', 'colormag_wrapper_start', 10 );

/**
 * After Content.
 *
 * Closes the wrapping divs.
 *
 * @return void
 */
function colormag_wrapper_end() {
	echo '</div>';

	if ( 1 == get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 ) ) {
		colormag_woocommerce_sidebar_select();
	} else {
		colormag_sidebar_select();
	}
}

add_action( 'woocommerce_after_main_content', 'colormag_wrapper_end', 10 );

function colormag_is_wc_shop() {

	return ( is_shop() || is_product_taxonomy() || is_product_category() || is_product_tag() );
}

if ( ! function_exists( 'colormag_woocommerce_main_section_inner_end' ) ) :

	/**
	 *  Main section inner ends.
	 */
	function colormag_woocommerce_main_section_inner_end() {

		if ( colormag_is_wc_shop() || is_product() ) {

			echo '</div>';
		}
	}

endif;

add_action( 'colormag_action_after_inner_content', 'colormag_woocommerce_main_section_inner_end',11 );

if ( ! function_exists( 'colormag_woocommerce_main_section_inner_start' ) ) :

	/**
	 * Main section inner starts.
	 */
	function colormag_woocommerce_main_section_inner_start() {

		if ( colormag_is_wc_shop() || is_product() ) {

			echo '<div class="cm-row">';
		}
	}

endif;

add_action( 'colormag_action_before_inner_content', 'colormag_woocommerce_main_section_inner_start', 11 );

add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );

function colormag_enqueue_wc_scripts() {

	wp_enqueue_style( 'colormag-woocommerce-style', get_template_directory_uri() . '/woocommerce.css', array( 'colormag_style' ), COLORMAG_THEME_VERSION );

	add_filter( 'colormag_dynamic_theme_wc_css', array( 'ColorMag_Dynamic_CSS', 'render_wc_output' ) );

	// Generate dynamic CSS to add inline styles for the theme.
	$theme_dynamic_css = apply_filters( 'colormag_dynamic_theme_wc_css', '' );

	wp_add_inline_style( 'colormag-woocommerce-style', $theme_dynamic_css );

	$font_path   = WC()->plugin_url() . '/assets/fonts/';
	$inline_font = '
	@font-face {
		font-family: "star";
		src: url("' . $font_path . 'star.eot");
		src: url("' . $font_path . 'star.eot?#iefix") format("embedded-opentype"),
			url("' . $font_path . 'star.woff") format("woff"),
			url("' . $font_path . 'star.ttf") format("truetype"),
			url("' . $font_path . 'star.svg#star") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: "WooCommerce";
		src: url("' . $font_path . 'WooCommerce.eot");
		src: url("' . $font_path . 'WooCommerce.eot?#iefix") format("embedded-opentype"),
			url("' . $font_path . 'WooCommerce.woff") format("woff"),
			url("' . $font_path . 'WooCommerce.ttf") format("truetype"),
			url("' . $font_path . 'WooCommerce.svg#star") format("svg");
		font-weight: normal;
		font-style: normal;
	}
	';

	wp_add_inline_style( 'colormag-woocommerce-style', $inline_font );
}
add_action( 'wp_enqueue_scripts', 'colormag_enqueue_wc_scripts', 11 );

/**
 * Opening element for filter wrapper at the top of WC pages.
 *
 * @since 1.0.0
 *
 * @return void
	 */
function colormag_woocommerce_filter_wrapper_before() {
		echo '<div class="cm-wc-filter">';
}

/**
 * Closing element for filter wrapper at the top of WC pages.
 *
 * @since 1.0.0
 *
 * @return void
 */
function colormag_woocommerce_filter_wrapper_after() {
	echo '</div><!-- /.cm-wc-filter -->';
}

// Add filter wrapper.
add_action( 'woocommerce_before_shop_loop', 'colormag_woocommerce_filter_wrapper_before', 10 );
add_action( 'woocommerce_before_shop_loop', 'colormag_woocommerce_filter_wrapper_after', 30 );
inc/compatibility/auto-load-next-post/content-alnp.php000064400000003127151213253020017122 0ustar00<?php
/**
 * This file loads the content partially for support on Auto Load Next Post plugin.
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( have_posts() ) :

	// Load content before the loop.
	do_action( 'alnp_load_before_loop' );

	/**
	 * Hook: colormag_before_single_post_page_loop.
	 */
	do_action( 'colormag_before_single_post_page_loop' );

	// Check that there are posts to load.
	while ( have_posts() ) :
		the_post();

		// Load content before the post content.
		do_action( 'alnp_load_before_content' );

		// Load the content part for single post.
		get_template_part( 'template-parts/content', 'single' );

		// Load content after the loop.
		do_action( 'alnp_load_after_loop' );

		if ( true === apply_filters( 'colormag_single_post_page_navigation_filter', true ) ) :
			if ( 1 == get_theme_mod( 'colormag_enable_post_navigation', 1 ) ) :
				get_template_part( 'navigation', 'single' );
			endif;
		endif;

		/**
		 * Functions hooked into colormag_action_after_single_post_content action.
		 *
		 * @hooked colormag_author_bio - 10
		 * @hooked colormag_social_share - 15
		 * @hooked colormag_related_posts - 20
		 */
		do_action( 'colormag_action_after_single_post_content' );

		// Load content after the post content.
		do_action( 'alnp_load_after_content' );

		// End the loop.
	endwhile;

	/**
	 * Hook: colormag_after_singl_poste_page_loop.
	 */
	do_action( 'colormag_after_single_post_page_loop' );

else :

	// Load content if there are no more posts.
	do_action( 'alnp_no_more_posts' );

endif;
inc/compatibility/jetpack/jetpack.php000064400000003405151213253020013735 0ustar00<?php
/**
 * Jetpack Compatibility File.
 *
 * @link       https://jetpack.me/
 *
 * @package    ThemeGrill
 * @subpackage Colormag
 * @since      Colormag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Jetpack setup function.
 *
 * See: https://jetpack.me/support/infinite-scroll/
 * See: https://jetpack.me/support/responsive-videos/
 */
function colormag_jetpack_setup() {

	// Add theme support for Infinite Scroll.
	add_theme_support(
		'infinite-scroll',
		array(
			'container' => 'content',
			'render'    => 'colormag_infinite_scroll_render',
			'footer'    => 'page',
			'wrapper'   => false,
		)
	);

	// Add theme support for Responsive Videos.
	add_theme_support( 'jetpack-responsive-videos' );

}

add_action( 'after_setup_theme', 'colormag_jetpack_setup' );

if ( ! function_exists( 'colormag_infinite_scroll_render' ) ) :

	/**
	 * Custom render function for Infinite Scroll.
	 */
	function colormag_infinite_scroll_render() {
		while ( have_posts() ) {
			the_post();

			if ( is_search() ) :
				get_template_part( 'template-parts/content', 'archive' );
			else :
				get_template_part( 'template-parts/content', '' );
			endif;
		}
	}

endif;

/**
 * Enables Jetpack's Infinite Scroll in search pages, archive pages and blog pages and disables it in WooCommerce
 * product archive pages.
 *
 * @return bool
 */
function colormag_jetpack_infinite_scroll_supported() {
	return current_theme_supports( 'infinite-scroll' ) && ( is_home() || is_archive() || is_search() ) && ! ( is_post_type_archive( 'product' ) || is_tax( 'product_cat' ) || is_tax( 'product_tag' ) );
}

add_filter( 'infinite_scroll_archive_supported', 'colormag_jetpack_infinite_scroll_supported' );
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-1.php000064400000012723151213253020023023 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 1.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Block 1.
 *
 * Class ColorMag_Elementor_Widgets_Block_1
 */
class ColorMag_Elementor_Widgets_Block_1 extends Colormag_Elementor_Widget_Base {

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_1 widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Block-1';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_1 widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Block Style 1', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_1 widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-block-1';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_1 widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-blocks' );
	}

	/**
	 * Render ColorMag_Elementor_Widgets_Block_1 widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title             = $this->get_settings( 'widget_title' );
		$posts_number             = $this->get_settings( 'posts_number' );
		$display_type             = $this->get_settings( 'display_type' );
		$offset_posts_number      = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby       = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order         = $this->get_settings( 'posts_sort_order' );
		$categories_selected      = $this->get_settings( 'categories_selected' );
		$tags_selected            = $this->get_settings( 'tags_selected' );
		$authors_selected         = $this->get_settings( 'authors_selected' );
		$show_pagination          = $this->get_settings( 'show_pagination' );
		$widget_title_link        = $this->get_settings( 'widget_title_link' );
		$widget_title_link_url    = $widget_title_link['url'];
		$widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="tg-module-block tg-module-block--style-1 tg-module-wrapper tg-fade-in">
			<?php
			// Displays the widget title.
			$this->widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target );
			?>

			<div class="tg-row">
				<?php
				$count = 1;
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();

					$featured_image_size = ( 1 == $count ) ? 'colormag-featured-image' : 'colormag-featured-post-small';

					if ( 1 == $count ) : // on first post.
						?>
						<div class="tg-col-control">
							<div class="tg_module_block">
								<?php if ( has_post_thumbnail() ) : ?>
									<figure class="tg-module-thumb">
										<?php
										$this->the_post_thumbnail( $featured_image_size );

										colormag_elementor_colored_category();
										?>
									</figure>
									<?php
								else :
									if ( 1 == $count ) :
										colormag_elementor_colored_category();
									endif;
								endif;
								?>

								<?php
								// Display the post title.
								$this->the_title();

								// Displays the entry meta.
								colormag_elementor_widgets_meta();
								?>

								<div class="tg-expert cm-entry-summary">
									<?php
									// Displays the post excerpts.
									the_excerpt();
									?>
								</div>
							</div> <!-- /.tg_module_block -->
						</div> <!-- /.tg-col-control -->
						<?php
					endif;

					if ( 2 == $count ) :
						?>
						<div class="tg-col-control"">
					<?php endif; ?>

					<?php if ( 2 <= $count ) : // Add grid style after first post. ?>
							<div class="tg_module_block tg_module_block--list-small">
								<?php if ( has_post_thumbnail() ) : ?>
									<figure class="tg-module-thumb">
										<?php $this->the_post_thumbnail( $featured_image_size ); ?>
									</figure>
								<?php endif; ?>

								<div class="tg-module-info">
									<?php
									// Display the post title.
									$this->the_title();

									// Displays the entry meta.
									colormag_elementor_widgets_meta();
									?>
								</div>
							</div>
							<?php
						endif;

					$count ++;
				endwhile;

				if ( 2 < $count ) :
					?>
					</div>
					<?php
				endif;

				// Display the pagination link if enabled.
				$this->paginate_links( $show_pagination, $get_featured_posts->max_num_pages );

				// Reset the postdata.
				wp_reset_postdata();
				?>
			</div> <!-- /.tg-row -->
		</div>

		<?php
	}

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-9.php000064400000011013151213253020023022 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 9.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * Class ColorMag_Elementor_Widgets_Block_9
 */
class ColorMag_Elementor_Widgets_Block_9 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 6;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-9';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 9', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_9 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-9';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_9 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_9 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-9 no-module-thub tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg_module_block tg_module_block--list-small no-thumbnail tg-col-control">
                        <div class="tg-module-info">
                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>
                        </div>
                    </div>

                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-8.php000064400000011712151213253020023027 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 8.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 8.
 *
 * Class ColorMag_Elementor_Widgets_Block_8
 */
class ColorMag_Elementor_Widgets_Block_8 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_8 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-8';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_8 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 8', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_8 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-8';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_8 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_8 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-8 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_block tg_module_block--small">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php
                                    $this->the_post_thumbnail('colormag-highlighted-post');

                                    colormag_elementor_colored_category();
                                    ?>
                                </figure>
                            <?php
                            else :
                                colormag_elementor_colored_category();
                            endif;

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-8.php000064400000011724151213253020022665 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 8.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Grid 8.
 *
 * Class ColorMag_Elementor_Widgets_Grid_8
 */
class ColorMag_Elementor_Widgets_Grid_8 extends Colormag_Elementor_Widget_Base {


	/**
	 * Retrieve ColorMag_Elementor_Widgets_Grid_8 widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Grid-8';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Grid_8 widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Grid Style 8', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Grid_8 widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-grid-8';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_8 widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-grid' );
	}

	/**
	 * Enable post category options for this widget.
	 *
	 * @var bool
	 */
	public $has_post_category = true;

	/**
	 * Render ColorMag_Elementor_Widgets_Grid_8 widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title                  = $this->get_settings( 'widget_title' );
		$posts_number                  = $this->get_settings( 'posts_number' );
		$display_type                  = $this->get_settings( 'display_type' );
		$offset_posts_number           = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby            = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order              = $this->get_settings( 'posts_sort_order' );
		$categories_selected           = $this->get_settings( 'categories_selected' );
		$tags_selected                 = $this->get_settings( 'tags_selected' );
		$authors_selected              = $this->get_settings( 'authors_selected' );
		$show_category                 = $this->get_settings( 'show_category' );
		$show_category_for_small_grids = $this->get_settings( 'show_category_for_small_grids' );
		$show_pagination               = $this->get_settings( 'show_pagination' );
		$widget_title_link             = $this->get_settings( 'widget_title_link' );
		$widget_title_link_url         = $widget_title_link['url'];
		$widget_title_link_target      = $widget_title_link['is_external'] ? 'target="_blank"' : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="tg-module-grid tg-module-grid--style-8 tg-module-wrapper tg-fade-in">
			<?php
			// Displays the widget title.
			$this->widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target );
			?>

			<div class="tg-row thinner">
				<?php
				$count = 1;
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();

					$thumbnail_size     = ( 1 === $count ) ? 'colormag-elementor-block-extra-large-thumbnail' : 'colormag-highlighted-post';
					$main_wrapper_class = ( 1 === $count ) ? 'tg_module_grid tg_module_grid--full tg-col-control' : 'tg_module_grid tg_module_grid--small tg_module_grid--one-fourth tg-col-control';
					?>

					<div class="<?php echo esc_attr( $main_wrapper_class ); ?>">
						<?php if ( has_post_thumbnail() ) : ?>
							<figure class="tg-module-thumb">
								<?php $this->the_post_thumbnail( $thumbnail_size ); ?>
							</figure>
						<?php endif; ?>

						<div class="tg-module-info">
							<?php

							if ( 'yes' === $show_category ) {
								if ( 1 === $count || 'yes' === $show_category_for_small_grids ) {
									colormag_elementor_colored_category();
								}
							}

							// Display the post title.
							$this->the_title();

							if ( 1 === $count ) {
								// Displays the entry meta.
								colormag_elementor_widgets_meta();
							}
							?>
						</div>
					</div>

					<?php
					++$count;
				endwhile;

				// Display the pagination link if enabled.
				$this->paginate_links( $show_pagination, $get_featured_posts->max_num_pages );

				// Reset the postdata.
				wp_reset_postdata();
				?>
			</div>
		</div>

		<?php
	}
}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-10.php000064400000012571151213253020023104 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 10.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.3.1
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 10.
 *
 * Class ColorMag_Elementor_Widgets_Block_10
 */
class ColorMag_Elementor_Widgets_Block_10 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_10 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-10';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_10 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 10', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_10 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-10';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_10 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_10 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-10 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <?php
            $count = 1;
            while ($get_featured_posts->have_posts()) :
                $get_featured_posts->the_post();

                if (1 === $count) :
                    echo '<div class="tg_module_block tg_module_block--inner-shadow tg_module_block--white">'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                elseif (2 <= $count) : // add grid style after first post.
                    echo '<div class="tg_module_block tg_module_block--list-small">'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                endif;

                if ((1 === $count) && (has_post_thumbnail())) :
                    ?>
                    <figure class="tg-module-thumb">
                        <?php $this->the_post_thumbnail('colormag-featured-image'); ?>
                    </figure>
                <?php endif; ?>

                <div class="tg-module-info">
                    <?php
                    if (1 === $count) {
                        colormag_elementor_colored_category();
                    }

                    // Display the post title.
                    $this->the_title();

                    if (1 === $count) {
                        // Displays the entry meta.
                        colormag_elementor_widgets_meta();
                    }
                    ?>
                </div> <!-- tg-meta-info-content -->

                <?php
                if (1 === $count || 2 <= $count) {
                    echo '</div>';
                }

                $count++;
            endwhile;

            // Display the pagination link if enabled.
            $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

            // Reset the postdata.
            wp_reset_postdata();
            ?>
        </div>

        <?php
    }

}

inc/compatibility/elementor/widgets/class-colormag-elementor-widget-base.php000064400000055022151213253020023424 0ustar00<?php
/**
 * Elementor Widget Base class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Declare required namespace.
namespace elementor\widgets;

use Elementor\Widget_Base;
use Elementor\Controls_Manager;
use Elementor\Core\Schemes\Color;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Elementor Widget Base class.
 *
 * Class Colormag_Elementor_Widget_Base
 */
abstract class Colormag_Elementor_Widget_Base extends Widget_Base {

	/**
	 * Post number.
	 *
	 * @var int
	 */
	public $post_number = 5;

	/**
	 * Control to enable if slider options is available.
	 *
	 * @var bool
	 */
	public $has_slider_options = false;

		/**
	 * Control to enable if slider options is available.
	 *
	 * @var bool
	 */
	public $has_post_category = false;

	/**
	 * Control to disable the widget title link if it's unavailable.
	 *
	 * @var bool
	 */
	public $enable_widget_title_link = true;

	/**
	 * Register Colormag_Elementor_Widget_Base widget controls.
	 *
	 * @access protected
	 */
	protected function register_controls() {

		// Controls related to widget title section.
		$this->widget_title_controls();

		// Controls related to widget title style section.
		$this->widget_title_style_controls();

		// Controls related to widget slider style section.
		$this->widget_content_style_controls();

		// Controls related to posts section.
		$this->posts_controls();

		// Controls related to posts filter section.
		$this->posts_filter_controls();

		// Controls related to posts category section.
		$this->posts_category_controls();

		// Controls related to posts pagination section.
		$this->posts_pagination_controls();

		// Controls related to slider options section.
		$this->slider_options_controls();
	}

	/**
	 * Controls related to widget title section.
	 */
	public function widget_title_controls() {

		// Widget title section.
		$this->start_controls_section(
			'section_colormag_widget_title_manage',
			array(
				'label' => esc_html__( 'Block Title', 'colormag' ),
			)
		);

		// Widget title.
		$this->add_control(
			'widget_title',
			array(
				'label'       => esc_html__( 'Title:', 'colormag' ),
				'type'        => Controls_Manager::TEXT,
				'placeholder' => esc_html__( 'Add your custom block title', 'colormag' ),
				'label_block' => true,
			)
		);

		if ( $this->enable_widget_title_link ) :

			// Widget title link.
			$this->add_control(
				'widget_title_link',
				array(
					'label'         => esc_html__( 'Title URL', 'colormag' ),
					'type'          => Controls_Manager::URL,
					'default'       => array(
						'url'         => '',
						'is_external' => '',
					),
					'show_external' => true,
				)
			);

		endif;

		// Extra option control related to widget title section.
		$this->widget_title_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to widget title section.
	 */
	public function widget_title_controls_extra() {
	}

	/**
	 * Controls related to widget title style section.
	 */
	public function widget_title_style_controls() {

		// Widget design section.
		$this->start_controls_section(
			'section_colormag_widget_title_design_manage',
			array(
				'label' => esc_html__( 'Widget Title', 'colormag' ),
				'tab'   => Controls_Manager::TAB_STYLE,
			)
		);

		$this->add_control(
			'widget_title_color',
			array(
				'label'     => esc_html__( 'Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#207daf',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .module-title span, {{WRAPPER}} .tg-module-wrapper .tg-module-title-wrap .trending-news-title' => 'background-color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .module-title, {{WRAPPER}} .tg-module-wrapper .tg-module-title-wrap'      => 'border-bottom-color: {{VALUE}}',
				),
			)
		);

		$this->add_control(
			'widget_title_text_color',
			array(
				'label'     => esc_html__( 'Text Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .module-title span'   => 'color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .module-title span a, {{WRAPPER}} .tg-module-wrapper .tg_module_block .tg-module-title a' => 'color: {{VALUE}}',
				),
			)
		);

		// Extra option control related to widget title style section.
		$this->widget_title_style_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to widget title style section.
	 */
	public function widget_title_style_controls_extra() {
	}

	/**
	 * Controls related to widget title style section.
	 */
	public function widget_content_style_controls() {

		// Widget design section.
		$this->start_controls_section(
			'section_colormag_widget_content_design_manage',
			array(
				'label' => esc_html__( 'Widget content', 'colormag' ),
				'tab'   => Controls_Manager::TAB_STYLE,
			)
		);

		$this->add_control(
			'widget_content_color',
			array(
				'label'     => esc_html__( 'Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#0000',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide, {{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide, {{WRAPPER}} .tg-module-wrapper .tg_module_block .tg-module-title' => 'background-color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper, {{WRAPPER}} .tg-module-wrapper .tg_module_block .tg-module-title'      => 'border-bottom-color: {{VALUE}}',
				),
			)
		);

		/* overlay text color */

		$this->add_control(
			'widget_overlay_text_color',
			array(
				'label'     => esc_html__( 'Overlay Text Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .tg_module_block.tg_module_block--white .tg-module-title,
					{{WRAPPER}} .tg-module-grid .tg_module_grid .tg-module-info'   => 'color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .tg_module_block.tg_module_block--white .tg-module-title a,
					{{WRAPPER}} .tg-module-grid .tg_module_grid .tg-module-info a' => 'color: {{VALUE}}',
				),
			)
		);

		$this->add_control(
			'widget_overlay_text_hover_color',
			array(
				'label'     => esc_html__( 'Overlay Text Hover Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					' {{WRAPPER}} .tg-module-wrapper .tg_module_block.tg_module_block--white .tg-module-title:hover,
					{{WRAPPER}} .tg-module-grid .tg_module_grid .tg-module-info:hover'   => 'color: {{VALUE}}',
					' {{WRAPPER}} .tg-module-wrapper .tg_module_block.tg_module_block--white .tg-module-title:hover a,
					{{WRAPPER}} .tg-module-grid .tg_module_grid .tg-module-info:hover a' => 'color: {{VALUE}}',
				),
			)
		);

		$this->add_control(
			'widget_text_color',
			array(
				'label'     => esc_html__( 'Text Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide'   => 'color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide a' => 'color: {{VALUE}}',
				),
			)
		);

		$this->add_control(
			'widget_text_hover_color',
			array(
				'label'     => esc_html__( 'Text Hover Color:', 'colormag' ),
				'type'      => Controls_Manager::COLOR,
				'default'   => '#ffffff',
				'scheme'    => array(
					'type'  => Color::get_type(),
					'value' => Color::COLOR_1,
				),
				'selectors' => array(
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide:hover, {{WRAPPER}} .tg-module-wrapper .tg_module_block .tg-module-title:hover'   => 'color: {{VALUE}}',
					'{{WRAPPER}} .tg-module-wrapper .trending-news-wrapper .trending-news-slide a:hover, {{WRAPPER}} .tg-module-wrapper .tg_module_block .tg-module-title:hover a' => 'color: {{VALUE}}',
				),
			)
		);

		// Extra option control related to widget title style section.
		$this->widget_content_style_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to widget title style section.
	 */
	public function widget_content_style_controls_extra() {
	}

	/**
	 * Controls related to posts section.
	 */
	public function posts_controls() {

		// Widget posts section.
		$this->start_controls_section(
			'section_colormag_posts_manage',
			array(
				'label' => esc_html__( 'Posts', 'colormag' ),
			)
		);

		$this->add_control(
			'posts_number',
			array(
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
				'type'    => Controls_Manager::TEXT,
				'default' => $this->post_number,
			)
		);

		$this->add_control(
			'offset_posts_number',
			array(
				'label' => esc_html__( 'Offset Posts:', 'colormag' ),
				'type'  => Controls_Manager::TEXT,
			)
		);

		$this->add_control(
			'meta_select',
			[
				'label'       => esc_html__( 'Meta', 'colormag' ),
				'type'        => Controls_Manager::SELECT2,
				'label_block' => true,
				'multiple'    => true,
				'options'     => [
					'date'         => esc_html__( 'Date', 'colormag' ),
					'comment'      => esc_html__( 'Comment', 'colormag' ),
					'author'       => esc_html__( 'Author', 'colormag' ),
					'tag'          => esc_html__( 'Tag', 'colormag' ),
					'reading_time' => esc_html__( 'Reading Time', 'colormag' ),
				],
				'default'     => [ 'date' ],
			]
		);

		// Extra option control related to posts section.
		$this->posts_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to posts section.
	 */
	public function posts_controls_extra() {
	}

	/**
	 * Controls related to posts filter section.
	 */
	public function posts_filter_controls() {

		// Posts filter section.
		$this->start_controls_section(
			'section_colormag_posts_filter_manage',
			array(
				'label' => esc_html__( 'Filter', 'colormag' ),
			)
		);

		$this->add_control(
			'display_type',
			array(
				'label'   => esc_html__( 'Display the posts from:', 'colormag' ),
				'type'    => Controls_Manager::SELECT,
				'default' => 'latest',
				'options' => array(
					'latest'     => esc_html__( 'Latest Posts', 'colormag' ),
					'categories' => esc_html__( 'Categories', 'colormag' ),
					'tags'       => esc_html__( 'Tags', 'colormag' ),
					'authors'    => esc_html__( 'Authors', 'colormag' ),
				),
			)
		);

		$this->add_control(
			'categories_selected',
			array(
				'label'     => esc_html__( 'Select categories:', 'colormag' ),
				'type'      => Controls_Manager::SELECT2,
				'options'   => colormag_elementor_categories(),
				'multiple'  => true,
				'condition' => array(
					'display_type' => 'categories',
				),
			)
		);

		$this->add_control(
			'tags_selected',
			array(
				'label'     => esc_html__( 'Select tags:', 'colormag' ),
				'type'      => Controls_Manager::SELECT2,
				'options'   => colormag_elementor_tags(),
				'multiple'  => true,
				'condition' => array(
					'display_type' => 'tags',
				),
			)
		);

		$this->add_control(
			'authors_selected',
			array(
				'label'     => esc_html__( 'Select authors:', 'colormag' ),
				'type'      => Controls_Manager::SELECT2,
				'options'   => colormag_elementor_authors(),
				'multiple'  => true,
				'condition' => array(
					'display_type' => 'authors',
				),
			)
		);

		$this->add_control(
			'posts_sort_orderby',
			array(
				'label'   => esc_html__( 'Orderby:', 'colormag' ),
				'type'    => Controls_Manager::SELECT,
				'default' => 'none',
				'options' => array(
					'none'          => esc_html__( 'None', 'colormag' ),
					'ID'            => esc_html__( 'Post ID', 'colormag' ),
					'author'        => esc_html__( 'Post Author', 'colormag' ),
					'title'         => esc_html__( 'Post Title', 'colormag' ),
					'name'          => esc_html__( 'Post Name(Slug)', 'colormag' ),
					'date'          => esc_html__( 'Post Date', 'colormag' ),
					'modified'      => esc_html__( 'Post Modified Date', 'colormag' ),
					'rand'          => esc_html__( 'Random Post', 'colormag' ),
					'comment_count' => esc_html__( 'Comment Count', 'colormag' ),
				),
			)
		);

		$this->add_control(
			'posts_sort_order',
			array(
				'label'   => esc_html__( 'Sort Order:', 'colormag' ),
				'type'    => Controls_Manager::SELECT,
				'default' => 'DESC',
				'options' => array(
					'ASC'  => esc_html__( 'Ascending', 'colormag' ),
					'DESC' => esc_html__( 'Descending', 'colormag' ),
				),
			)
		);

		// Extra option control related to posts filter section.
		$this->posts_filter_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to posts filter section.
	 */
	public function posts_filter_controls_extra() {
	}

	/**
	 * Controls related to posts pagination section.
	 */
	public function posts_pagination_controls() {

		// Pagination section.
		$this->start_controls_section(
			'section_colormag_posts_pagination_manage',
			array(
				'label' => esc_html__( 'Pagination', 'colormag' ),
			)
		);

		$this->add_control(
			'show_pagination',
			array(
				'label'        => esc_html__( 'Show Pagination', 'colormag' ),
				'type'         => Controls_Manager::SWITCHER,
				'default'      => 'no',
				'label_on'     => esc_html__( 'Show', 'colormag' ),
				'label_off'    => esc_html__( 'Hide', 'colormag' ),
				'return_value' => 'yes',
			)
		);

		// Extra option control related to posts pagination section.
		$this->posts_pagination_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to posts pagination section.
	 */
	public function posts_pagination_controls_extra() {
	}

	/**
	 * Controls related to category section.
	 */
	public function posts_category_controls() {

		// Return if $has_post_category is set to false.
		if ( ! $this->has_post_category ) {
			return;
		}

		// Category options section.
		$this->start_controls_section(
			'section_colormag_posts_category_options_manage',
			array(
				'label' => esc_html__( 'Category', 'colormag' ),
			)
		);

		$this->add_control(
			'show_category',
			array(
				'label'        => esc_html__( 'Category', 'colormag' ),
				'type'         => Controls_Manager::SWITCHER,
				'default'      => 'yes',
				'label_on'     => esc_html__( 'Show', 'colormag' ),
				'label_off'    => esc_html__( 'Hide', 'colormag' ),
				'return_value' => 'yes',
			)
		);

		$this->add_control(
			'show_category_for_small_grids',
			array(
				'label'        => esc_html__( 'Category for Small grids', 'colormag' ),
				'type'         => Controls_Manager::SWITCHER,
				'default'      => 'yes',
				'label_on'     => esc_html__( 'Show', 'colormag' ),
				'label_off'    => esc_html__( 'Hide', 'colormag' ),
				'return_value' => 'yes',
			)
		);

		// Extra option control related to category options section.
		$this->posts_category_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to category options section.
	 */
	public function posts_category_controls_extra() {
	}

	/**
	 * Controls related to slider options section.
	 */
	public function slider_options_controls() {

		// Return if $has_slider_options is set to false.
		if ( ! $this->has_slider_options ) {
			return;
		}

		// Slider options section.
		$this->start_controls_section(
			'section_colormag_slider_options_manage',
			array(
				'label' => esc_html__( 'Slide Options', 'colormag' ),
			)
		);

		$this->add_control(
			'transition_time',
			array(
				'label'   => esc_html__( 'Transition Time', 'colormag' ),
				'type'    => Controls_Manager::NUMBER,
				'default' => 3000,
			)
		);

		$this->add_control(
			'transition_speed',
			array(
				'label'   => esc_html__( 'Transition Speed', 'colormag' ),
				'type'    => Controls_Manager::NUMBER,
				'default' => 300,
			)
		);

		// Extra option control related to slider options section.
		$this->slider_options_controls_extra();

		$this->end_controls_section();
	}

	/**
	 * Extra option control related to slider options section.
	 */
	public function slider_options_controls_extra() {
	}

	/**
	 * Get the query var.
	 *
	 * @return int|mixed
	 */
	public function get_quuery_var() {

		if ( get_query_var( 'paged' ) ) {
			$paged = get_query_var( 'paged' );
		} elseif ( get_query_var( 'page' ) ) {
			$paged = get_query_var( 'page' );
		} else {
			$paged = 1;
		}

		return $paged;
	}

	/**
	 * Query of the posts within the widgets.
	 *
	 * @param int    $posts_number        The number of posts to display.
	 * @param string $display_type        The display posts from the widget setting.
	 * @param int    $categories_selected The category id of the widget setting.
	 * @param int    $tags_selected       The tag id of the widget setting.
	 * @param int    $authors_selected    The author id of the widget setting.
	 * @param string $posts_sort_orderby  The posts order of the widget setting.
	 * @param string $posts_sort_order    The post sort order of the widget setting.
	 * @param int    $offset_posts_number The offset posts number of the widget setting.
	 * @param string $show_pagination     The option to enable the pagination  of the widget setting.
	 *
	 * @return \WP_Query
	 */
	public function query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination = 'no' ) {

		$paged = $this->get_quuery_var();

		$query_args = array(
			'posts_per_page'      => $posts_number,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'oderby'              => $posts_sort_orderby,
			'order'               => $posts_sort_order,
			'paged'               => $paged,
			'post_status'         => 'publish',
		);

		// Display from the category selected.
		if ( 'categories' == $display_type ) {
			$query_args['category__in'] = $categories_selected;
		}

		// Display from the tags selected.
		if ( 'tags' == $display_type ) {
			$query_args['tag__in'] = $tags_selected;
		}

		// Display from the authors selected.
		if ( 'authors' == $display_type ) {
			$query_args['author__in'] = $authors_selected;
		}

		// Offset the posts.
		if ( ! empty( $offset_posts_number ) ) {
			$query_args['offset'] = $offset_posts_number;
		} else {
			// adding the excluding post function.
			$post__not_in               = colormag_exclude_duplicate_posts();
			$query_args['post__not_in'] = $post__not_in;
		}

		// If no pagination enabled, set no_found_rows to true for better query handling and faster query execution.
		if ( 'no' == $show_pagination ) {
			$query_args['no_found_rows'] = true;
		}

		// Start the WP_Query Object/Class.
		$get_featured_posts = new \WP_Query( $query_args );

		return $get_featured_posts;
	}

	/**
	 * Displays the pagination in the widgets.
	 *
	 * @param string $show_pagination Option for pagination display.
	 * @param int    $total_pages     The total number of pages found on WP_Query.
	 */
	public function paginate_links( $show_pagination, $total_pages ) {

		// Return if pagination option is disabled.
		if ( 'yes' !== $show_pagination ) {
			return;
		}
		?>

		<div class="widget-pagination default-wp-page clearfix">
			<?php
			$big   = 999999999;
			$paged = $this->get_quuery_var();

			echo paginate_links(
				array(
					'base'      => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
					'format'    => '?paged=%#%',
					'current'   => max( 1, $paged ),
					'total'     => $total_pages,
					'prev_text' => esc_html__( '&larr; Previous', 'colormag' ),
					'next_text' => esc_html__( 'Next &rarr;', 'colormag' ),
					'mid_size'  => 1,
				)
			); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			?>
		</div>

		<?php
	}

	/**
	 * Displays the widget title.
	 *
	 * @param string $widget_title             The available widget title.
	 * @param string $widget_title_link_url    The link to of the widget title.
	 * @param string $widget_title_link_target The link target of the added url.
	 */
	public function widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target ) {

		// Return if $widget_title is empty.
		if ( ! $widget_title ) {
			return;
		}
		?>

		<div class="tg-module-title-wrap">
			<h4 class="module-title">
				<span>
					<?php
					if ( $widget_title_link_url ) {
						echo '<a href="' . esc_url( $widget_title_link_url ) . '" ' . $widget_title_link_target . '>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
					}

					// Displays the title.
					echo wp_kses_post( $widget_title );

					if ( $widget_title_link_url ) {
						echo '</a>';
					}
					?>
				</span>
			</h4>
		</div><!-- tg-module-title-wrap -->

		<?php
	}

	/**
	 * Displays the post title within the widgets.
	 */
	public function the_title() {
		?>
		<h3 class="tg-module-title cm-entry-title">
			<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
		</h3>
		<?php
	}

	/**
	 * Displays the featured image of the post within the widgets.
	 *
	 * @param string $size The featured image size.
	 */
	public function the_post_thumbnail( $size = '' ) {
		?>
		<a href="<?php the_permalink(); ?>" class="tg-thumb-link">
			<?php the_post_thumbnail( $size ); ?>
		</a>
		<?php
	}

	public function render_date() {
		if ( ! in_array( 'date', $this->get_control_value( 'meta_select' ) ) ) {
			return;
		}

		echo '<span class="ec-post__cm-post-date">' . get_the_date() . '</span>';
	}
}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-3.php000064400000015441151213253020023025 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 3.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;
use Elementor\Controls_Manager;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 3.
 *
 * Class ColorMag_Elementor_Widgets_Block_3
 */
class ColorMag_Elementor_Widgets_Block_3 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_3 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-3';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_3 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 3', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_3 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-3';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_3 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Extra controls for post filter options.
     */
    public function posts_filter_controls_extra()
    {

        $this->add_control(
            'posts_video_display',
            array(
                'label' => esc_html__('Display featured image/video:', 'colormag'),
                'type' => Controls_Manager::SELECT,
                'default' => 'featured_image',
                'options' => array(
                    'featured_image' => esc_html__('Featured Image', 'colormag'),
                    'video' => esc_html__('Video', 'colormag'),
                ),
            )
        );

    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_3 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $posts_video_display = $this->get_settings('posts_video_display');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-3 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_block">
                            <?php
                            // Check for post meta for Video Post Type.
                            $video_post_url = get_post_meta(get_the_ID(), 'video_url', true);

                            if (has_post_thumbnail() && ('featured_image' == $posts_video_display)) :
                                ?>
                                <figure class="tg-module-thumb">
                                    <?php
                                    $this->the_post_thumbnail('colormag-highlighted-post');

                                    colormag_elementor_colored_category();
                                    ?>
                                </figure>
                            <?php
                            elseif ('video' == $posts_video_display) :
                                if (!empty($video_post_url)) :
                                    ?>
                                    <div class="fitvids-video">
                                        <?php
                                        $embed_code = wp_oembed_get($video_post_url);

                                        echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                                        ?>
                                    </div>
                                <?php
                                endif; // Video check endif.
                            else :
                                colormag_elementor_colored_category();
                            endif;
                            ?>

                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>
                        </div>
                    </div>

                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-6.php000064400000012776151213253020022673 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 6.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 6.
 *
 * Class ColorMag_Elementor_Widgets_Grid_6
 */
class ColorMag_Elementor_Widgets_Grid_6 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_6 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-6';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_6 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 6', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_6 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-6';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_6 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_6 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-6 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();

                    $thumbnail_image_size = (1 === $count) ? 'colormag-elementor-grid-large-thumbnail' : 'colormag-elementor-grid-medium-large-thumbnail';
                    $main_div_loop_wrapper_class = (1 === $count) ? 'tg_module_grid tg_module_grid--full' : 'tg_module_grid tg_module_grid--full tg_module_grid tg_module_grid--medium';

                    if ((1 === $count) || (2 === $count)) :
                        echo '<div class="tg-col-control">';
                    endif;
                    ?>

                    <div class="<?php echo esc_attr($main_div_loop_wrapper_class); ?>">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail($thumbnail_image_size); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            colormag_elementor_colored_category();

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                    <?php
                    if (1 === $count) :
                        echo '</div>';
                    endif;

                    $count++;
                endwhile;

                if (2 < $count) {
                    echo '</div>';
                }

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-9.php000064400000012315151213253020022663 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 9.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 9.
 *
 * Class ColorMag_Elementor_Widgets_Grid_9
 */
class ColorMag_Elementor_Widgets_Grid_9 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 7;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_9 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-9';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_9 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 9', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_9 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-9';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_9 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_9 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-9 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();

                    $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small tg-col-control tg_module_grid--one-fourth';

                    if ((1 === $count) || (2 === $count) || (3 === $count)) :
                        $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small-medium tg-col-control tg_module_grid--one-third';
                    endif;
                    ?>

                    <div class="<?php echo esc_attr($main_div_loop_wrapper_class); ?>">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail('colormag-highlighted-post'); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            colormag_elementor_colored_category();

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                    <?php
                    $count++;
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-5.php000064400000010470151213253020023024 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 5.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Block 5.
 *
 * Class ColorMag_Elementor_Widgets_Block_5
 */
class ColorMag_Elementor_Widgets_Block_5 extends Colormag_Elementor_Widget_Base {

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_5 widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Block-5';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_5 widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Block Style 5', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_5 widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-block-5';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_5 widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-blocks' );
	}

	/**
	 * Render ColorMag_Elementor_Widgets_Block_5 widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title             = $this->get_settings( 'widget_title' );
		$posts_number             = $this->get_settings( 'posts_number' );
		$display_type             = $this->get_settings( 'display_type' );
		$offset_posts_number      = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby       = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order         = $this->get_settings( 'posts_sort_order' );
		$categories_selected      = $this->get_settings( 'categories_selected' );
		$tags_selected            = $this->get_settings( 'tags_selected' );
		$authors_selected         = $this->get_settings( 'authors_selected' );
		$show_pagination          = $this->get_settings( 'show_pagination' );
		$widget_title_link        = $this->get_settings( 'widget_title_link' );
		$widget_title_link_url    = $widget_title_link['url'];
		$widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="tg-module-block tg-module-block--style-5 tg-module-wrapper tg-fade-in">
			<?php
			// Displays the widget title.
			$this->widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target );
			?>

			<?php
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="tg_module_block">
					<?php if ( has_post_thumbnail() ) : ?>
						<figure class="tg-module-thumb">
							<?php
							$this->the_post_thumbnail( 'colormag-featured-image-large' );

							// Display the post title.
							$this->the_title();
							?>
						</figure>
					<?php endif; ?>

					<div class="block-content">
						<?php
						// Displays the entry meta.
						colormag_elementor_widgets_meta();
						?>

						<div class="tg-expert cm-entry-summary">
							<?php
							// Displays the post excerpts.
							the_excerpt();
							?>
						</div>

						<a href="<?php the_permalink(); ?>" class="read-more"><?php echo esc_html( get_theme_mod( 'colormag_read_more_text', __( 'Read More', 'colormag' ) ) ); ?></a>
					</div>
				</div>

				<?php
			endwhile;

			// Display the pagination link if enabled.
			$this->paginate_links( $show_pagination, $get_featured_posts->max_num_pages );

			// Reset the postdata.
			wp_reset_postdata();
			?>
		</div>
		<?php
	}

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-7.php000064400000012602151213253020023025 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 7.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 7.
 *
 * Class ColorMag_Elementor_Widgets_Block_7
 */
class ColorMag_Elementor_Widgets_Block_7 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_7 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-7';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_7 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 7', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_7 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-7';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_7 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_7 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-7 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <?php
            $count = 1;
            while ($get_featured_posts->have_posts()) :
                $get_featured_posts->the_post();

                $featured_image_size = (1 === $count) ? 'colormag-featured-image' : 'colormag-featured-post-small';

                if (1 === $count) :
                    echo '<div class="tg_module_block tg_module_block--inner-shadow tg_module_block--white">'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                elseif (2 <= $count) : // add grid style after first post.
                    echo '<div class="tg_module_block tg_module_block--list-small">'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                endif;

                if (has_post_thumbnail()) :
                    ?>
                    <figure class="tg-module-thumb">
                        <?php $this->the_post_thumbnail($featured_image_size); ?>
                    </figure>
                <?php endif; ?>

                <div class="tg-module-info">
                    <?php
                    if (1 === $count) {
                        colormag_elementor_colored_category();
                    }

                    // Display the post title.
                    $this->the_title();

                    // Displays the entry meta.
                    colormag_elementor_widgets_meta();
                    ?>
                </div> <!-- tg-meta-info-content -->

                <?php
                if (1 === $count || 2 <= $count) {
                    echo '</div>';
                }

                $count++;
            endwhile;

            // Display the pagination link if enabled.
            $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

            // Reset the postdata.
            wp_reset_postdata();
            ?>
        </div>

        <?php
    }

}

inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-7.php000064400000016016151213253020022663 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 7.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;
use Elementor\Controls_Manager;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 7.
 *
 * Class ColorMag_Elementor_Widgets_Grid_7
 */
class ColorMag_Elementor_Widgets_Grid_7 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 2;

    /**
     * Enable slider options for this widget.
     *
     * @var bool
     */
    public $has_slider_options = true;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_7 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-7';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_7 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 7', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_7 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-7';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_7 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Extra controls for slider options.
     */
    public function slider_options_controls_extra()
    {

        $this->add_control(
            'autoplay',
            array(
                'label' => esc_html__('Autoplay Slider?', 'colormag'),
                'type' => Controls_Manager::SWITCHER,
                'default' => 'false',
                'label_on' => esc_html__('Yes', 'colormag'),
                'label_off' => esc_html__('No', 'colormag'),
                'return_value' => 'true',
            )
        );

        $this->add_control(
            'pause_on_hover',
            array(
                'label' => esc_html__('Pause On Hover?', 'colormag'),
                'type' => Controls_Manager::SWITCHER,
                'default' => 'false',
                'label_on' => esc_html__('Yes', 'colormag'),
                'label_off' => esc_html__('No', 'colormag'),
                'return_value' => 'true',
                'condition' => array(
                    'autoplay' => 'true',
                ),
            )
        );

    }

    /**
     * Disable posts pagination control for this widget.
     */
    public function posts_pagination_controls()
    {
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_7 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';
        $transition_time = $this->get_settings('transition_time');
        $transition_speed = $this->get_settings('transition_speed');
        $autoplay = $this->get_settings('autoplay');
        $pause_on_hover = $this->get_settings('pause_on_hover');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-7 tg-module-wrapper">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="swiper-container swiper"
                 data-transition-time="<?php echo absint($transition_time); ?>"
                 data-speed="<?php echo absint($transition_speed); ?>"
                 data-autoplay="<?php echo esc_attr($autoplay); ?>"
                 data-pause_on_hover="<?php echo esc_attr($pause_on_hover); ?>"
            >
                <div class="swiper-wrapper">
                    <?php
                    while ($get_featured_posts->have_posts()) :
                        $get_featured_posts->the_post();
                        ?>

                        <div class="tg_module_grid swiper-slide"
                             data-swiper-autoplay="<?php echo absint($transition_time); ?>"
                        >
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-elementor-block-extra-large-thumbnail'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>

                    <?php
                    endwhile;

                    // Reset the postdata.
                    wp_reset_postdata();
                    ?>
                </div>

                <div class="swiper-button-next">
                </div>

                <div class="swiper-button-prev">
                </div>

            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-6.php000064400000014761151213253020023034 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 6.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;
use Elementor\Controls_Manager;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Block 6.
 *
 * Class ColorMag_Elementor_Widgets_Block_6
 */
class ColorMag_Elementor_Widgets_Block_6 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 6;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Block-6';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Block Style 6', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Block_6 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-block-6';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_6 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-blocks');
    }

    /**
     * Extra controls for post filter options.
     */
    public function posts_filter_controls_extra()
    {

        $this->add_control(
            'posts_video_display',
            array(
                'label' => esc_html__('Display featured image/video:', 'colormag'),
                'type' => Controls_Manager::SELECT,
                'default' => 'featured_image',
                'options' => array(
                    'featured_image' => esc_html__('Featured Image', 'colormag'),
                    'video' => esc_html__('Video', 'colormag'),
                ),
            )
        );

    }

    /**
     * Render ColorMag_Elementor_Widgets_Block_6 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $posts_video_display = $this->get_settings('posts_video_display');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-block tg-module-block--style-6 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg_module_block tg_module_block--list-small tg-col-control">
                        <?php
                        // Check for post meta for Video Post Type.
                        $video_post_url = get_post_meta(get_the_ID(), 'video_url', true);

                        if (has_post_thumbnail() && ('featured_image' == $posts_video_display)) :
                            ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail('colormag-featured-post-small'); ?>
                            </figure>
                        <?php
                        elseif ('video' == $posts_video_display) :
                            if (!empty($video_post_url)) :
                                ?>
                                <div class="fitvids-video">
                                    <?php
                                    $embed_code = wp_oembed_get($video_post_url);

                                    echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
                                    ?>
                                </div>
                            <?php
                            endif; // Video check endif.
                        endif;
                        ?>

                        <div class="tg-module-info">
                            <?php
                            // Display the post title.
                            $this->the_title();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta();
                            ?>
                        </div>
                    </div>
                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-3.php000064400000012070151213253020022653 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 3.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 3.
 *
 * Class ColorMag_Elementor_Widgets_Grid_3
 */
class ColorMag_Elementor_Widgets_Grid_3 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 2;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-3';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 3', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_3 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-3';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_3 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_3 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-3 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-elementor-grid-large-thumbnail'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                    <?php
                    $count++;
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-1.php000064400000013342151213253020022654 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 1.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 1.
 *
 * Class ColorMag_Elementor_Widgets_Grid_1
 */
class ColorMag_Elementor_Widgets_Grid_1 extends Colormag_Elementor_Widget_Base
{

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_1 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-1';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_1 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 1', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_1 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-1';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_1 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_1 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';
        $meta = $this->get_settings('meta_select');

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-1 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();

                    $thumbnail_image_size = (1 === $count) ? 'colormag-elementor-grid-large-thumbnail' : 'colormag-highlighted-post';
                    $main_div_loop_wrapper_class = (1 === $count) ? 'tg_module_grid tg_module_grid--full' : 'tg_module_grid tg_module_grid--half tg_module_grid--small tg-col-control';

                    if ((1 === $count) || (2 === $count)) :
                        echo '<div class="tg-col-control">';
                    endif;
                    if (2 === $count) :
                        echo '<div class="tg-row thinner">';
                    endif;
                    ?>

                    <div class="<?php echo esc_attr($main_div_loop_wrapper_class); ?>">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail($thumbnail_image_size); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            colormag_elementor_colored_category();

                            // Displays the entry meta.
                            colormag_elementor_widgets_meta($meta);

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                    <?php
                    if (1 === $count) :
                        echo '</div>';
                    endif;
                    $count++;
                endwhile;

                if (2 < $count) {
                    echo '</div>';
                    echo '</div>';
                }

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-global-widgets-trending-news.php000064400000010432151213253020025610 0ustar00<?php
/**
 * ColorMag Elementor Widget Trending News.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.3.1
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Trending News.
 *
 * Class ColorMag_Elementor_Widgets_Trending_News
 */
class ColorMag_Elementor_Widgets_Trending_News extends Colormag_Elementor_Widget_Base {


	/**
	 * Enable slider options for this widget.
	 *
	 * @var bool
	 */
	public $has_slider_options = true;

	/**
	 * Disable the widget title link.
	 *
	 * @var bool
	 */
	public $enable_widget_title_link = false;

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Trending_News widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Trending-News';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Trending_News widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Trending News', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Trending_News widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-trending-news';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Trending_News widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-global' );
	}

	/**
	 * Disable posts pagination control for this widget.
	 */
	public function posts_pagination_controls() {
	}

	/**
	 * Render ColorMag_Elementor_Widgets_Trending_News widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title        = $this->get_settings( 'widget_title' );
		$posts_number        = $this->get_settings( 'posts_number' );
		$display_type        = $this->get_settings( 'display_type' );
		$offset_posts_number = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby  = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order    = $this->get_settings( 'posts_sort_order' );
		$categories_selected = $this->get_settings( 'categories_selected' );
		$tags_selected       = $this->get_settings( 'tags_selected' );
		$authors_selected    = $this->get_settings( 'authors_selected' );
		$transition_time     = $this->get_settings( 'transition_time' );
		$transition_speed    = $this->get_settings( 'transition_speed' );

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="clearfix tg-module-block tg-module-wrapper swiper-container swiper tg-trending-news"
			data-speed="<?php echo absint( $transition_speed ); ?>">
			<?php if ( ! empty( $widget_title ) ) : ?>
				<div class="tg-module-title-wrap">
					<h4 class="trending-news-title">
						<span>
							<?php echo wp_kses_post( $widget_title ); ?>
						</span>
					</h4>
				</div><!-- tg-module-title-wrap -->
			<?php endif; ?>

			<div class="swiper-wrapper trending-news-wrapper">
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>
					
					<div class="tg-col-control swiper-slide trending-news-slide"
						data-swiper-autoplay="<?php echo absint( $transition_time ); ?>">
						<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
					</div> <!-- /.tg-col-control -->

				<?php endwhile; ?>
			</div>

			<?php
			// Reset the postdata.
			wp_reset_postdata();
			?>

			<div class="swiper-controls">
				<div class="swiper-button-prev"></div>
				<div class="swiper-button-next"></div>
			</div>

		</div> <!-- /.tg-trending-news -->
		<?php
	}
}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-2.php000064400000014046151213253020022657 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 2.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 2.
 *
 * Class ColorMag_Elementor_Widgets_Grid_2
 */
class ColorMag_Elementor_Widgets_Grid_2 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-2';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 2', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_2 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-2';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_2 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_2 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-2 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                $count = 1;
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();

                    $thumbnail_image_size = 'colormag-highlighted-post';
                    $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small tg_module_grid--half tg-col-control';

                    if (1 == $count) {
                        $thumbnail_image_size = 'colormag-elementor-grid-large-thumbnail';
                        $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--full';
                    } elseif (2 == $count) {
                        $thumbnail_image_size = 'colormag-elementor-grid-medium-large-thumbnail';
                        $main_div_loop_wrapper_class = 'tg_module_grid tg_module_grid--small tg_module_grid--full tg-col-control';
                    }

                    if ((1 == $count) || (2 == $count)) :
                        echo '<div class="tg-col-control">';
                    endif;
                    if (2 == $count) :
                        echo '<div class="tg-row thinner">';
                    endif;
                    ?>

                    <div class="<?php echo esc_attr($main_div_loop_wrapper_class); ?>">
                        <?php if (has_post_thumbnail()) : ?>
                            <figure class="tg-module-thumb">
                                <?php $this->the_post_thumbnail($thumbnail_image_size); ?>
                            </figure>
                        <?php endif; ?>

                        <div class="tg-module-info">
                            <?php
                            colormag_elementor_colored_category();

                            // Display the post title.
                            $this->the_title();
                            ?>
                        </div>
                    </div>

                    <?php
                    if (1 == $count) :
                        echo '</div>';
                    endif;

                    $count++;
                endwhile;

                if (2 < $count) {
                    echo '</div>';
                    echo '</div>';
                }

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-5.php000064400000012527151213253020022664 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 5.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 5.
 *
 * Class ColorMag_Elementor_Widgets_Grid_5
 */
class ColorMag_Elementor_Widgets_Grid_5 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 4;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-5';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 5', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_5 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-5';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_5 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Enable post category options for this widget.
     *
     * @var bool
     */
    public $has_post_category = true;

    /**
     * Render ColorMag_Elementor_Widgets_Grid_5 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $show_category = $this->get_settings('show_category');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);

        if (empty($offset_posts_number)) {
            colormag_append_excluded_duplicate_posts($get_featured_posts);
        }
        ?>

        <div class="tg-module-grid tg-module-grid--style-5 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid tg_module_grid--small-medium">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-elementor-grid-small-thumbnail'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php

                                    if ( 'yes' === $show_category) {
                                        colormag_elementor_colored_category();
                                    }

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-grid-4.php000064400000011574151213253020022664 0ustar00<?php
/**
 * ColorMag Elementor Widget Grid 4.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Widget Grid 4.
 *
 * Class ColorMag_Elementor_Widgets_Grid_4
 */
class ColorMag_Elementor_Widgets_Grid_4 extends Colormag_Elementor_Widget_Base
{

    /**
     * Post number.
     *
     * @var int
     */
    public $post_number = 3;

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Posts-Grid-4';
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Grid Style 4', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Widgets_Grid_4 widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'colormag-econs-grid-4';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Widgets_Grid_4 widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-grid');
    }

    /**
     * Render ColorMag_Elementor_Widgets_Grid_4 widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $posts_number = $this->get_settings('posts_number');
        $display_type = $this->get_settings('display_type');
        $offset_posts_number = $this->get_settings('offset_posts_number');
        $posts_sort_orderby = $this->get_settings('posts_sort_orderby');
        $posts_sort_order = $this->get_settings('posts_sort_order');
        $categories_selected = $this->get_settings('categories_selected');
        $tags_selected = $this->get_settings('tags_selected');
        $authors_selected = $this->get_settings('authors_selected');
        $show_pagination = $this->get_settings('show_pagination');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        // Create the posts query.
        $get_featured_posts = $this->query_posts($posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination);
        ?>

        <div class="tg-module-grid tg-module-grid--style-4 tg-module-wrapper tg-fade-in">
            <?php
            // Displays the widget title.
            $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
            ?>

            <div class="tg-row thinner">
                <?php
                while ($get_featured_posts->have_posts()) :
                    $get_featured_posts->the_post();
                    ?>

                    <div class="tg-col-control">
                        <div class="tg_module_grid tg_module_grid--medium">
                            <?php if (has_post_thumbnail()) : ?>
                                <figure class="tg-module-thumb">
                                    <?php $this->the_post_thumbnail('colormag-highlighted-post'); ?>
                                </figure>
                            <?php endif; ?>

                            <div class="tg-module-info">
                                <?php
                                colormag_elementor_colored_category();

                                // Display the post title.
                                $this->the_title();

                                // Displays the entry meta.
                                colormag_elementor_widgets_meta();
                                ?>
                            </div>
                        </div>
                    </div>

                <?php
                endwhile;

                // Display the pagination link if enabled.
                $this->paginate_links($show_pagination, $get_featured_posts->max_num_pages);

                // Reset the postdata.
                wp_reset_postdata();
                ?>
            </div>
        </div>

        <?php
    }

}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-4.php000064400000010220151213253020023014 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 4.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Block 4.
 *
 * Class ColorMag_Elementor_Widgets_Block_4
 */
class ColorMag_Elementor_Widgets_Block_4 extends Colormag_Elementor_Widget_Base {

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_4 widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Block-4';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_4 widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Block Style 4', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_4 widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-block-4';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_4 widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-blocks' );
	}

	/**
	 * Render ColorMag_Elementor_Widgets_Block_4 widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title             = $this->get_settings( 'widget_title' );
		$posts_number             = $this->get_settings( 'posts_number' );
		$display_type             = $this->get_settings( 'display_type' );
		$offset_posts_number      = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby       = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order         = $this->get_settings( 'posts_sort_order' );
		$categories_selected      = $this->get_settings( 'categories_selected' );
		$tags_selected            = $this->get_settings( 'tags_selected' );
		$authors_selected         = $this->get_settings( 'authors_selected' );
		$show_pagination          = $this->get_settings( 'show_pagination' );
		$widget_title_link        = $this->get_settings( 'widget_title_link' );
		$widget_title_link_url    = $widget_title_link['url'];
		$widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="tg-module-block tg-module-block--style-4 tg-module-wrapper tg-fade-in">
			<?php
			// Displays the widget title.
			$this->widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target );

			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="tg_module_block tg-row">
					<?php if ( has_post_thumbnail() ) : ?>
						<figure class="tg-module-thumb tg-col-control">
							<?php $this->the_post_thumbnail( 'colormag-highlighted-post' ); ?>
						</figure>
					<?php endif; ?>

					<div class="tg-module-info tg-col-control">
						<?php
						// Display the post title.
						$this->the_title();

						// Displays the entry meta.
						colormag_elementor_widgets_meta();
						?>

						<div class="tg-excerpt cm-entry-summary">
							<?php
							// Displays the post excerpts.
							the_excerpt();
							?>
						</div>
					</div>
				</div>

				<?php
			endwhile;

			// Display the pagination link if enabled.
			$this->paginate_links( $show_pagination, $get_featured_posts->max_num_pages );

			// Reset the postdata.
			wp_reset_postdata();
			?>
		</div>

		<?php
	}
}
inc/compatibility/elementor/widgets/colormag-elementor-widgets-block-2.php000064400000010655151213253020023026 0ustar00<?php
/**
 * ColorMag Elementor Widget Block 2.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Elementor Widget Block 2.
 *
 * Class ColorMag_Elementor_Widgets_Block_2
 */
class ColorMag_Elementor_Widgets_Block_2 extends Colormag_Elementor_Widget_Base {

	/**
	 * Post number.
	 *
	 * @var int
	 */
	public $post_number = 3;

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_2 widget name.
	 *
	 * @access public
	 *
	 * @return string Widget name.
	 */
	public function get_name() {
		return 'ColorMag-Posts-Block-2';
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_2 widget title.
	 *
	 * @access public
	 *
	 * @return string Widget title.
	 */
	public function get_title() {
		return esc_html__( 'Block Style 2', 'colormag' );
	}

	/**
	 * Retrieve ColorMag_Elementor_Widgets_Block_2 widget icon.
	 *
	 * @access public
	 *
	 * @return string Widget icon.
	 */
	public function get_icon() {
		return 'colormag-econs-block-2';
	}

	/**
	 * Retrieve the list of categories the ColorMag_Elementor_Widgets_Block_2 widget belongs to.
	 *
	 * Used to determine where to display the widget in the editor.
	 *
	 * @access public
	 *
	 * @return array Widget categories.
	 */
	public function get_categories() {
		return array( 'colormag-widget-blocks' );
	}

	/**
	 * Render ColorMag_Elementor_Widgets_Block_2 widget output on the frontend.
	 *
	 * Written in PHP and used to generate the final HTML.
	 *
	 * @access protected
	 */
	protected function render() {

		$widget_title             = $this->get_settings( 'widget_title' );
		$posts_number             = $this->get_settings( 'posts_number' );
		$display_type             = $this->get_settings( 'display_type' );
		$offset_posts_number      = $this->get_settings( 'offset_posts_number' );
		$posts_sort_orderby       = $this->get_settings( 'posts_sort_orderby' );
		$posts_sort_order         = $this->get_settings( 'posts_sort_order' );
		$categories_selected      = $this->get_settings( 'categories_selected' );
		$tags_selected            = $this->get_settings( 'tags_selected' );
		$authors_selected         = $this->get_settings( 'authors_selected' );
		$show_pagination          = $this->get_settings( 'show_pagination' );
		$widget_title_link        = $this->get_settings( 'widget_title_link' );
		$widget_title_link_url    = $widget_title_link['url'];
		$widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $posts_number, $display_type, $categories_selected, $tags_selected, $authors_selected, $posts_sort_orderby, $posts_sort_order, $offset_posts_number, $show_pagination );

		if ( empty( $offset_posts_number ) ) {
			colormag_append_excluded_duplicate_posts( $get_featured_posts );
		}
		?>

		<div class="tg-module-block tg-module-wrapper tg-module-block--style-2 tg-fade-in">
			<?php
			// Displays the widget title.
			$this->widget_title( $widget_title, $widget_title_link_url, $widget_title_link_target );
			?>

			<div class="tg-row">
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>

					<div class="tg-col-control">
						<div class="tg_module_block">
							<?php if ( has_post_thumbnail() ) : ?>
								<figure class="tg-module-thumb">
									<?php
									$this->the_post_thumbnail( 'colormag-highlighted-post' );

									colormag_elementor_colored_category();
									?>
								</figure>
								<?php
							else :
								colormag_elementor_colored_category();
							endif;
							?>

							<?php
							// Display the post title.
							$this->the_title();

							// Displays the entry meta.
							colormag_elementor_widgets_meta();
							?>

							<div class="tg-expert cm-entry-summary">
								<?php
								// Displays the post excerpts.
								the_excerpt();
								?>
							</div>

						</div>
					</div>

					<?php
				endwhile;

				// Display the pagination link if enabled.
				$this->paginate_links( $show_pagination, $get_featured_posts->max_num_pages );

				// Reset the postdata.
				wp_reset_postdata();
				?>
			</div>
		</div>

		<?php
	}

}
inc/compatibility/elementor/widgets/colormag-elementor-global-widgets-title.php000064400000005627151213253020024157 0ustar00<?php
/**
 * ColorMag Elementor Global Widget Title.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

namespace elementor\widgets;

use elementor\widgets\Colormag_Elementor_Widget_Base;

// Exit if accessed directly.
if (!defined('ABSPATH')) {
    exit;
}

/**
 * ColorMag Elementor Global Widget Title.
 *
 * Class ColorMag_Elementor_Global_Widgets_Title
 */
class ColorMag_Elementor_Global_Widgets_Title extends Colormag_Elementor_Widget_Base
{

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget name.
     *
     * @access public
     *
     * @return string Widget name.
     */
    public function get_name()
    {
        return 'ColorMag-Global-Widgets-Title';
    }

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget title.
     *
     * @access public
     *
     * @return string Widget title.
     */
    public function get_title()
    {
        return esc_html__('Title Widget', 'colormag');
    }

    /**
     * Retrieve ColorMag_Elementor_Global_Widgets_Title widget icon.
     *
     * @access public
     *
     * @return string Widget icon.
     */
    public function get_icon()
    {
        return 'eicon-type-tool';
    }

    /**
     * Retrieve the list of categories the ColorMag_Elementor_Global_Widgets_Title widget belongs to.
     *
     * Used to determine where to display the widget in the editor.
     *
     * @access public
     *
     * @return array Widget categories.
     */
    public function get_categories()
    {
        return array('colormag-widget-global');
    }

    /**
     * Disable posts control for this widget.
     */
    public function posts_controls()
    {
    }

    /**
     * Disable posts filter control for this widget.
     */
    public function posts_filter_controls()
    {
    }

    /**
     * Disable posts pagination control for this widget.
     */
    public function posts_pagination_controls()
    {
    }

    /**
     * Render ColorMag_Elementor_Global_Widgets_Title widget output on the frontend.
     *
     * Written in PHP and used to generate the final HTML.
     *
     * @access protected
     */
    protected function render()
    {

        $widget_title = $this->get_settings('widget_title');
        $widget_title_link = $this->get_settings('widget_title_link');
        $widget_title_link_url = $widget_title_link['url'];
        $widget_title_link_target = $widget_title_link['is_external'] ? 'target="_blank"' : '';

        if (!empty($widget_title)) :
            ?>

            <div class="tg-module-wrapper">
                <?php
                // Displays the widget title.
                $this->widget_title($widget_title, $widget_title_link_url, $widget_title_link_target);
                ?>
            </div>

        <?php
        endif;

    }

}
inc/compatibility/elementor/elementor-functions.php000064400000020015151213253020016661 0ustar00<?php
/**
 * Custom functions to be used within Elementor plugin.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

if ( ! function_exists( 'colormag_elementor_categories' ) ) :

	/**
	 * Return the values of all the categories of the posts present in the site.
	 *
	 * @return array of category ids and its respective names.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_categories() {
		$output     = array();
		$categories = get_categories();

		foreach ( $categories as $category ) {
			$output[ $category->term_id ] = $category->name;
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_elementor_tags' ) ) :

	/**
	 * Return the values of all the tags of the posts present in the site.
	 *
	 * @return array of tags ids and its respective names.
	 *
	 * @since ColorMag 2.2.7
	 */
	function colormag_elementor_tags() {
		$output = array();
		$tags   = get_tags();

		foreach ( $tags as $tag ) {
			$output[ $tag->term_id ] = $tag->name;
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_elementor_authors' ) ) :

	/**
	 * Return the available authors in the site.
	 *
	 * @return array of author ids and its respective names.
	 *
	 * @since ColorMag 2.2.7
	 */
	function colormag_elementor_authors() {
		$output  = array();
		$authors = get_users(
			array(
				'capability' => 'authors',
			)
		);

		foreach ( $authors as $author ) {
			$output[ $author->ID ] = $author->display_name;
		}

		return $output;
	}

endif;

/**
 * Colormag_Elementor required setups.
 *
 * Particularly used for registering post thumbnail size and others.
 *
 * Hooked in after_setup_theme.
 *
 * @since ColorMag 2.2.3
 */
function colormag_elementor_setup() {

	// Cropping the images to different sizes to be used in the theme for Elementor.
	// For the block widgets.
	add_image_size( 'colormag-elementor-block-extra-large-thumbnail', 1155, 480, true );

	// For the grid widgets.
	add_image_size( 'colormag-elementor-grid-large-thumbnail', 600, 417, true );
	add_image_size( 'colormag-elementor-grid-small-thumbnail', 285, 450, true );
	add_image_size( 'colormag-elementor-grid-medium-large-thumbnail', 575, 198, true );

}

add_action( 'after_setup_theme', 'colormag_elementor_setup' );

if ( ! function_exists( 'colormag_elementor_widgets_meta' ) ) :

	/**
	 * Display the posts meta for use within Elementor widgets
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_widgets_meta( $meta = array() ) {

		$meta_orders = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
			)
		);

		$human_diff_time = '';

		if ( get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) == 'style-2' ) {
			$human_diff_time = 'human-diff-time';
		}
		?>

		<div class="tg-module-meta <?php echo esc_attr( $human_diff_time ); ?>">
			<?php

			foreach ( $meta_orders as $key => $meta_order ) {

				if ( 'date' === $meta_order ) {
					colormag_elementor_date_meta_markup();
				}

				if ( 'author' === $meta_order ) {
					colormag_elementor_author_meta_markup( $meta );
				}

				if ( 'comments' === $meta_order ) {
					colormag_elementor_comment_meta_markup( $meta );
				}

				if ( 'read-time' === $meta_order ) {
					colormag_elementor_read_time_meta_markup( $meta );
				}
			}

			?>

		</div>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_elementor_styles' ) ) :

	/**
	 * Loads styles on elementor editor.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_styles() {
		wp_enqueue_style( 'colormag-econs', get_template_directory_uri() . '/inc/elementor/assets/css/colormag-econs.css', false, '1.0' );
	}

endif;

add_action( 'elementor/editor/after_enqueue_styles', 'colormag_elementor_styles' );


if ( ! function_exists( 'colormag_elementor_colored_category' ) ) :

	/**
	 * Display/Returns the category names for Elementor widgets.
	 *
	 * @param bool $display The option to display or echo the value.
	 *
	 * @return mixed
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_colored_category( $display = 1 ) {
		global $post;
		$categories = get_the_category();
		$separator  = '&nbsp;';
		$output     = '';

		if ( $categories ) {
			$output .= '<div class="tg-cm-post-categories">';

			foreach ( $categories as $category ) {
				$color_code = colormag_category_color( get_cat_id( $category->cat_name ) );
				if ( ! empty( $color_code ) ) {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" style="background:' . colormag_category_color( get_cat_id( $category->cat_name ) ) . '" class="tg-post-category" rel="category tag">' . $category->cat_name . '</a>';
				} else {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" class="tg-post-category" rel="category tag">' . $category->cat_name . '</a>';
				}
			}

			$output .= '</div>';

			if ( 0 == $display ) {
				$output = trim( $output );
			}

			if ( 1 == $display ) {
				echo trim( $output); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}
		}

		if ( 0 == $display ) {
			return $output;
		}
	}

endif;

if ( ! function_exists( 'colormag_elementor_date_meta_markup' ) ) :

	function colormag_elementor_date_meta_markup() {

		// Displays the same published and updated date if the post is never updated.
		$time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>';

		// Displays the different published and updated date if the post is updated.
		if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
			$time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>';
		}

		$time_string = sprintf(
			$time_string,
			esc_attr( get_the_date( 'c' ) ),
			esc_html( get_the_date() ),
			esc_attr( get_the_modified_date( 'c' ) ),
			esc_html( get_the_modified_date() )
		);
		?>

		<?php if ( empty( $meta ) || in_array( 'date', $meta, true ) ) : ?>

			<span class="tg-post-date entry-date">
				<?php echo '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
			</span>

			<?php
			if ( 'style-2' === get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) ) {
				printf(
					/* Translators: %s human-readable time difference */
					_x( '<span class="tg-post-date cm-post-date human-diff-time-display">%s ago</span>', '%s = human-readable time difference', 'colormag' ),
					human_time_diff(
						get_the_time( 'U' ),
						current_time( 'timestamp' )
					)
				); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}

		endif;
	}

endif;

if ( ! function_exists( 'colormag_elementor_author_meta_markup' ) ) :

	function colormag_elementor_author_meta_markup( $meta ) {

		if ( empty( $meta ) || in_array( 'author', $meta, true ) ) {
			?>
			<span class="tg-post-auther-name author vcard">
				<?php echo '<a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a>'; ?>
			</span>
			<?php
		}
	}

endif;

if ( ! function_exists( 'colormag_elementor_comment_meta_markup' ) ) :

	function colormag_elementor_comment_meta_markup( $meta ) {

		if ( empty( $meta ) || in_array( 'comment', $meta, true ) ) {

			if ( ! post_password_required() && comments_open() ) {
				?>
				<span class="tg-module-comments">
					<?php comments_popup_link( '0', '1', '%' ); ?>
				</span>
				<?php
			}
		}
	}

endif;

if ( ! function_exists( 'colormag_elementor_read_time_meta_markup' ) ) :

	function colormag_elementor_read_time_meta_markup( $meta ) {

		if ( empty( $meta ) || in_array( 'reading_time', $meta, true ) ) {

			echo '<span class="cm-reading-time"> ' . colormag_get_icon( 'hourglass', false ) . ' ' . esc_html( colormag_reading_time() ) . '
			</span> ';
		}
	}

endif;
inc/compatibility/elementor/elementor.php000064400000027661151213253020014671 0ustar00<?php
/**
 * Implements the compatibility for the Elementor plugin in ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.2.3
 */

use elementor\widgets\ColorMag_Elementor_Global_Widgets_Title;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_1;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_10;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_2;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_3;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_4;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_5;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_6;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_7;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_8;
use elementor\widgets\ColorMag_Elementor_Widgets_Block_9;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_1;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_2;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_3;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_4;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_5;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_6;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_7;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_8;
use elementor\widgets\ColorMag_Elementor_Widgets_Grid_9;
use elementor\widgets\ColorMag_Elementor_Widgets_Trending_News;

if ( ! function_exists( 'colormag_elementor_widget_render_filter' ) ) :

	/**
	 * Render the default WordPress widget settings, ie, divs.
	 *
	 * @param array $args The widget id.
	 *
	 * @return array Register sidebar divs.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_widget_render_filter( $args ) {

		$sidebar_args = array(
			'before_widget' => '<section class="widget ' . colormag_widget_class_names( $args['widget_id'] ) . ' clearfix">',
			'after_widget'  => '</section>',
			'before_title'  => '<h3 class="cm-widget-title"><span>',
			'after_title'   => '</span></h3>',
		);

		return $sidebar_args;

	}

endif;

add_filter( 'elementor/widgets/wordpress/widget_args', 'colormag_elementor_widget_render_filter' ); // WPCS: spelling ok.

if ( ! function_exists( 'colormag_widget_class_names' ) ) :

	/**
	 * Render the widget classes for Elementor plugin compatibility.
	 *
	 * @param string $widgets_id The widgets of the id.
	 *
	 * @return mixed The widget classes of the id passed.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_widget_class_names( $widgets_id ) {

		$widgets_id = str_replace( 'wp-widget-', '', $widgets_id );

		$classes = colormag_widgets_classes();

		return isset( $classes[ $widgets_id ] ) ? $classes[ $widgets_id ] : 'cm-featured-posts';

	}

endif;

if ( ! function_exists( 'colormag_widgets_classes' ) ) :

	/**
	 * Return all the arrays of widgets classes and classnames of same respectively.
	 *
	 * @return array the array of widget classnames and its respective classes.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_widgets_classes() {

		$sidebar_class = array(
			'colormag_featured_posts_slider_widget'    => 'cm-featured-category-slider-widget',
			'colormag_highlighted_posts_widget'        => 'cm-highlighted-posts',
			'colormag_featured_posts_widget'           => 'cm-featured-posts cm-featured-posts--style-1',
			'colormag_featured_posts_vertical_widget'  => 'cm-featured-posts cm-featured-posts--style-2',
			'colormag_728x90_advertisement_widget'     => 'widget_300x250_advertisement',
			'colormag_300x250_advertisement_widget'    => 'cm-728x90-advertisemen-widget',
			'colormag_125x125_advertisement_widget'    => 'cm-125x125-advertisement-widget',
			'colormag_video_widget'                    => 'widget_video_colormag',
			'colormag_news_in_picture_widget'          => 'cm-highlighted-posts cm-featured-posts cm-featured-posts--style-5',
			'colormag_default_news_widget'             => 'cm-featured-posts--style-4 cm-featured-posts',
			'colormag_tabbed_widget'                   => 'cm-tab-widget cm-featured-posts',
			'colormag_random_post_widget'              => 'cm-random-post-widget cm-featured-posts',
			'colormag_slider_news_widget'              => 'cm-featured-posts cm-featured-posts--style-6',
			'colormag_breaking_news_widget'            => 'cm-breaking-news-colormag-widget cm-featured-posts',
			'colormag_ticker_news_widget'              => 'cm-featured-posts cm-featured-posts--style-7',
			'colormag_featured_posts_small_thumbnails' => 'cm-featured-posts cm-featured-posts--style-3',
			'colormag_weather_widget'                  => 'widget_call_to_action',
			'colormag_cta_widget'                      => 'widget_weather',
			'colormag_video_playlist'                  => 'widget_exchange',
			'colormag_exchange_widget'                 => 'widget_video_player',
			'colormag_google_maps_widget'              => 'widget_google_maps widget_colormag_google_maps',
		);

		return $sidebar_class;

	}

endif;

/**
 * Load the ColorMag Elementor widgets file and registers it
 */
if ( ! function_exists( 'colormag_elementor_widgets_registered' ) ) :

	/**
	 * Load and register the required Elementor widgets file.
	 *
	 * @param Elementor\Widgets_Manager $widgets_manager The widgets manager instance.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_widgets_registered( $widgets_manager ) {

		// Require the Widget Base class.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/class-colormag-elementor-widget-base.php';

		// Require the files.
		// 1. Block Widgets.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-1.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-2.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-3.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-4.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-5.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-6.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-7.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-8.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-9.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-block-10.php';

		// 2. Grid Widgets..
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-1.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-2.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-3.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-4.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-5.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-6.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-7.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-8.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-widgets-grid-9.php';

		// 3. Global Widgets.
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-global-widgets-title.php';
		require COLORMAG_ELEMENTOR_WIDGETS_DIR . '/colormag-elementor-global-widgets-trending-news.php';

		// Register the widgets.
		// 1. Block Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_1() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_2() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_3() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_4() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_5() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_6() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_7() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_8() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_9() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Block_10() );

		// 2. Grid Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_1() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_2() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_3() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_4() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_5() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_6() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_7() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_8() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Grid_9() );

		// 3. Global Widgets.
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Global_Widgets_Title() );
		$widgets_manager->register_widget_type( new ColorMag_Elementor_Widgets_Trending_News() );

	}

endif;

add_action( 'elementor/widgets/widgets_registered', 'colormag_elementor_widgets_registered' );

if ( ! function_exists( 'colormag_elementor_category' ) ) :

	/**
	 * Add the Elementor category for use in ColorMag widgets as separator.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_category() {

		// Register widget block category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-blocks',
			array(
				'title' => esc_html__( 'ColorMag Widget Blocks', 'colormag' ),
			),
			1
		);

		// Register widget grid category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-grid',
			array(
				'title' => esc_html__( 'ColorMag Widget Grid', 'colormag' ),
			),
			1
		);

		// Register widget global category for Elementor section.
		\Elementor\Plugin::instance()->elements_manager->add_category(
			'colormag-widget-global',
			array(
				'title' => esc_html__( 'ColorMag Global Widgets', 'colormag' ),
			),
			1
		);
	}

endif;

add_action( 'elementor/init', 'colormag_elementor_category' );

if ( ! function_exists( 'colormag_elementor_enqueue_style' ) ) :

	/**
	 * Enqueue the styles for use within Elementor only.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_enqueue_style() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		// Enqueue the main Elementor CSS file for use with Elementor.
		wp_enqueue_style( 'colormag-elementor', COLORMAG_ELEMENTOR_URL . '/assets/css/elementor' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );
		wp_style_add_data( 'colormag-elementor', 'rtl', 'replace' );

	}

endif;

add_action( 'elementor/frontend/after_enqueue_styles', 'colormag_elementor_enqueue_style' );

if ( ! function_exists( 'colormag_elementor_enqueue_scripts' ) ) :

	/**
	 * Enqueue the scripts for use within Elementor only.
	 *
	 * @since ColorMag 2.2.3
	 */
	function colormag_elementor_enqueue_scripts() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		// Enqueue the main JS file for Elementor plugin.
		wp_enqueue_script( 'colormag-elementor', COLORMAG_ELEMENTOR_URL . '/assets/js/colormag-elementor' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

		// Enqueue the main JS file for Ajax Pagination.
		wp_enqueue_script( 'colormag-dynamic-pagination', COLORMAG_ELEMENTOR_URL . '/assets/js/colormag-dynamic-pagination' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

	}

endif;

add_action( 'elementor/frontend/before_enqueue_scripts', 'colormag_elementor_enqueue_scripts' );
inc/compatibility/elementor/assets/js/colormag-dynamic-pagination.min.js000064400000000717151213253020022571 0ustar00jQuery(document).ready((function(){jQuery("body").on("click",".widget-pagination a",(function(e){var t,r,a,i;e.preventDefault(),t=jQuery(this).attr("href"),a=(r=jQuery(this).parents(".elementor-widget-container")).closest(".elementor-element").attr("data-id"),i=jQuery(this).closest(".tg-module-wrapper"),r.height(i.outerHeight()),i.removeClass("tg-fade-in");r.load(t+' [data-id="'+a+'"] .tg-module-wrapper',(function(){jQuery(this).css("height","auto")}))}))}));inc/compatibility/elementor/assets/js/colormag-elementor.js000064400000004523151213253020020225 0ustar00/**
 * ColorMag Custom Elementor JS settings.
 */
(
	function ( $ ) {

		// Trending News JS settings.
		var ColorMagPostsTrendingNewsHandle = function ( $scope, $ ) {

			var asyncSwiper = elementorFrontend.utils.swiper;
			var trending_news_selector = $scope.find( '.tg-trending-news' );

			new asyncSwiper(
				trending_news_selector,
				{
					speed      : parseInt( trending_news_selector.attr( 'data-speed' ) ),
					delay      : parseInt( trending_news_selector.attr( 'data-transition-time' ) ),
					loop       : true,
					autoplay   : true,
					navigation : {
						nextEl : '.swiper-button-next',
						prevEl : '.swiper-button-prev',
					},
				}
			);
		};

		// Grid 7 JS settings.
		var ColorMagPostsGrid7Handle = function ( $scope, $ ) {

			var asyncSwiper           = elementorFrontend.utils.swiper;
			var grid_7_selector       = $scope.find( '.tg-module-grid--style-7 .swiper-container' );
			var grid_7_autoplay       = grid_7_selector.attr( 'data-autoplay' );
			var grid_7_autoplay_value =	grid_7_autoplay === 'true';

			new asyncSwiper(
				grid_7_selector,
				{
					speed      : parseInt( grid_7_selector.attr( 'data-speed' ) ),
					delay      : parseInt( grid_7_selector.attr( 'data-transition-time' ) ),
					loop       : true,
					navigation : {
						nextEl : '.swiper-button-next',
						prevEl : '.swiper-button-prev',
					},
					autoplay   : grid_7_autoplay_value
				}
			).then( function( swiper ) {
				// Pause autoplay on hover.
				var grid_7_pause_on_hover       = grid_7_selector.attr( 'data-pause_on_hover' );
				var grid_7_pause_on_hover_value = grid_7_pause_on_hover === 'true';

				if ( grid_7_pause_on_hover_value ) {
					grid_7_selector.on( {
						mouseenter : function () {
							swiper.autoplay.stop();
						},
						mouseleave : function () {
							swiper.autoplay.start();
						}
					} );
				}
			} );
		};

		$( window ).on(
			'elementor/frontend/init',
			function () {

				// JS hook for Trending News element.
				elementorFrontend.hooks.addAction( 'frontend/element_ready/ColorMag-Posts-Trending-News.default', ColorMagPostsTrendingNewsHandle );

				// JS hook for Grid 7 element.
				elementorFrontend.hooks.addAction( 'frontend/element_ready/ColorMag-Posts-Grid-7.default', ColorMagPostsGrid7Handle );
			}
		);
	}
)( jQuery );
inc/compatibility/elementor/assets/js/colormag-elementor.min.js000064400000001776151213253020021016 0ustar00!function(t){var e=function(t,e){var n=elementorFrontend.utils.swiper,o=t.find(".tg-trending-news");new n(o,{speed:parseInt(o.attr("data-speed")),delay:parseInt(o.attr("data-transition-time")),loop:!0,autoplay:!0,navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev"}})},n=function(t,e){var n=elementorFrontend.utils.swiper,o=t.find(".tg-module-grid--style-7 .swiper-container"),a="true"===o.attr("data-autoplay");new n(o,{speed:parseInt(o.attr("data-speed")),delay:parseInt(o.attr("data-transition-time")),loop:!0,navigation:{nextEl:".swiper-button-next",prevEl:".swiper-button-prev"},autoplay:a}).then((function(t){"true"===o.attr("data-pause_on_hover")&&o.on({mouseenter:function(){t.autoplay.stop()},mouseleave:function(){t.autoplay.start()}})}))};t(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/ColorMag-Posts-Trending-News.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/ColorMag-Posts-Grid-7.default",n)}))}(jQuery);inc/compatibility/elementor/assets/js/colormag-dynamic-pagination.js000064400000001535151213253020022006 0ustar00/**
 * Dynamic pagination in widgets.
 */
jQuery( document ).ready(
	function () {

		jQuery( 'body' ).on(
			'click',
			'.widget-pagination a',
			function ( e ) {
				e.preventDefault();

				// Current Page.
				var link, container, dataId, modWrapper;
				link = jQuery( this ).attr( 'href' );

				container = jQuery( this ).parents( '.elementor-widget-container' );

				dataId = container.closest( '.elementor-element' ).attr( 'data-id' );

				modWrapper = jQuery( this ).closest( '.tg-module-wrapper' );

				container.height( modWrapper.outerHeight() );

				modWrapper.removeClass( 'tg-fade-in' );

				// Load content.
				var result = container.load(
					link + ' [data-id="' + dataId + '"] .tg-module-wrapper',
					function () {
						jQuery( this ).css( 'height', 'auto' );
					}
				);
			}
		);

	}
);
inc/compatibility/elementor/assets/SCSS/responsive/_small.scss000064400000004771151213253020020601 0ustar00@media only screen and (max-width : 768px) {
	.elementor {
		.tg-module-wrapper {
			
			// common
			&.tg-module-block {
				&.tg-module-block--style-1,
				&.tg-module-block--style-2,
				&.tg-module-block--style-3,
				&.tg-module-block--style-6,
				&.tg-module-block--style-7,
				&.tg-module-block--style-8,
				&.tg-module-block--style-9 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
				
				&.tg-module-block--style-5 {
					.tg_module_block {
						.tg-module-title {
							left: 20px;
							right: 20px;
							font-size: 21px;
						}
						
						.block-content {
							padding-right: 45px;
							padding-left: 45px;
						}
					}
				}
				
				&.tg-module-block--style-7 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
			}
			
			&.tg-module-grid {
				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2,
				&.tg-module-grid--style-3,
				&.tg-module-grid--style-4,
				&.tg-module-grid--style-6,
				&.tg-module-grid--style-7,
				&.tg-module-grid--style-8,
				&.tg-module-grid--style-9 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
				
				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2 {
					.tg_module_grid--small {
						flex-basis: $column-6;
					}
				}
				
				&.tg-module-grid--style-2 {
					.tg_module_grid--full {
						flex-basis: $column-12;
					}
				}
				
				&.tg-module-grid--style-5 {
					.tg-col-control {
						flex-basis: $column-6;
						margin-bottom: 4px;
					}
				}
				
				&.tg-module-grid--style-3,
				&.tg-module-grid--style-4 {
					.tg-col-control {
						margin-bottom: 4px;
					}
				}
				&.tg-module-grid--style-6 {
					.tg_module_grid--medium {
						margin-bottom: 4px;
						flex-basis: $column-6;
					}
				}
			}
		}
		
		.tg-trending-news {
			
			.swiper-controls {
				display: none;
			}
		}
	}
}

@media only screen and (max-width : 480px) {
	.elementor {
		.tg-module-wrapper {
			&.tg-module-grid {
				&.tg-module-grid--style-1,
				&.tg-module-grid--style-2 {
					.tg_module_grid--half {
						flex-basis: $column-12;
					}
				}
				
				&.tg-module-grid--style-5 {
					.tg-col-control {
						flex-basis: $column-12;
					}
				}
			}
		}
		.tg-trending-news {
			flex-direction: column;
			
			.tg-module-title-wrap {
				margin-bottom: 10px;
			}

			.trending-news-wrapper {
				margin-left: 0;
				width: 100%;
				text-align: center;
			}
		}
	}
}inc/compatibility/elementor/assets/SCSS/responsive/_medium.scss000064400000000000151213253020020726 0ustar00inc/compatibility/elementor/assets/SCSS/responsive/_large.scss000064400000000000151213253020020540 0ustar00inc/compatibility/elementor/assets/SCSS/elementor.scss000064400000000633151213253020017120 0ustar00@import 'variables/colors';
@import 'variables/grid';
@import 'layout/grid';
@import 'modules/clearings';
@import 'modules/trending-news';
@import 'modules/ticker';
@import 'modules/common';
@import 'modules/block-posts';
@import 'modules/grid-posts';
@import 'modules/pagination';
@import 'layout/col-control';
@import 'responsive/large';
@import 'responsive/medium';
@import 'responsive/small';
inc/compatibility/elementor/assets/SCSS/variables/_colors.scss000064400000001271151213253020020535 0ustar00/*=====  Light colors  ======*/
$white:#fff;
$color_gray_eleven: darken($white, 2.5% ); // #f9f9f9
$color_gray_ten: darken($white, 2.6% ); // #f8f8f8
$color_gray_nine: darken($white, 5% ); //#f2f2f2
$color_gray_eight: darken($white, 8.4% ); // #eaeaea
$color_gray_seven: darken($white, 20% ); // #cccccc
$color_meta: #969696;

$black: #000000;
$color_gray_one: lighten($black, 13.6%); // #232323 
$color_gray_two: lighten($black, 20%); // #333333
$color_gray_three: lighten($black, 26.5%); // #444444
$color_gray_four:  lighten($black, 33.5%); // #555555
$color_gray_five: lighten($black, 46.5%); // #777777
$color_gray_six: lighten($black, 53.5%); // #888888

$primary:#207daf;
inc/compatibility/elementor/assets/SCSS/variables/_grid.scss000064400000000470151213253020020161 0ustar00// Define 12 column grid width
$column-12: 100%;
$collumn-11: 91.66666667%;
$column-10: 83.33333333%;
$column-9: 75%;
$column-8: 66.66666667%;
$column-7: 58.33333333%;
$column-6: 50%;
$column-5: 41.66666667%;
$column-4: 33.33333333%;
$column-3: 25%;
$column-2: 16.66666667%;
$column-1: 8.33333333%;
inc/compatibility/elementor/assets/SCSS/layout/_grid.scss000064400000002453151213253020017531 0ustar00/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}
.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}
.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}
.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}
.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-page {

	.cm-entry-header {

		h2 {
			&.cm-entry-title{
				display: none;
			}
		}
	}
}

.tg-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;

	.tg-col-control {
		padding-right: 15px;
		padding-left: 15px;
	}

	&.thinner {
		margin-left: -2px;
		margin-right: -2px;

		.tg-col-control {
			padding-right: 2px;
			padding-left: 2px;
		}
	}
}
inc/compatibility/elementor/assets/SCSS/layout/_col-control.scss000064400000001615151213253020021036 0ustar00@media only screen and (min-width : 768px) {
	.elementor {
		
		//full width
		.elementor-col-100,
		.elementor-column[data-col="100"] {
			.tg-module-wrapper {
				&.tg-module-block {
					&.tg-module-block--style-2,
					&.tg-module-block--style-3,
					&.tg-module-block--style-6,
					&.tg-module-block--style-8,
					&.tg-module-block--style-9 {
						.tg-col-control {
							flex-basis: $column-4;
						}
					}
				}
			}
		}
		
		//sidebar
		.elementor-col-25,
		.elementor-column[data-col="25"],
		.elementor-col-33,
		.elementor-column[data-col="33"] {
			.tg-module-wrapper {
				&.tg-module-block {
					&.tg-module-block--style-2,
					&.tg-module-block--style-3,
					&.tg-module-block--style-6,
					&.tg-module-block--style-8,
					&.tg-module-block--style-9 {
						.tg-col-control {
							flex-basis: $column-12;
						}
					}
				}
			}
		}
	}
}inc/compatibility/elementor/assets/SCSS/modules/_pagination.scss000064400000004575151213253020021077 0ustar00.elementor {
	
	.widget-pagination {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 30px;
		
		.page-numbers {
			color: $color_gray_six;
			padding: 10px 15px;
			cursor: pointer;
			position: relative;
			border:1px solid $color_gray_six;
			line-height: 1;
			margin-right: 10px;
			transition: 0.5s all ease;
			
			&.current {
				background-color: $color_gray_one;
				color:$white;
				border-color: $color_gray_one;
			}
			
			&.dots {
				border: none transparent;
				padding: 10px 5px;
			}
			
			&.prev,
			&.next {
				font-size: 0;
				text-align: center;
				
				&::before {
					content: '\f104';
					font-family: fontAwesome;
					font-size: 20px;
					display: block;
					line-height: 0.7;
				}
			}

			&.next {

				&::before {
					content: '\f105';
				}
			}
		}
		
		a {
			&:hover {
				background-color: $primary;
				border-color: $primary;
				color:$white;
			}
		}
	}
	
	.tg-row {
		
		.widget-pagination {
			padding-left: 15px;
			padding-right: 15px;
		}
	}
	
	.tg-module-grid--style-1, 
	.tg-module-grid--style-2,
	.tg-module-grid--style-3,
	.tg-module-grid--style-4,
	.tg-module-grid--style-5, 
	.tg-module-grid--style-6,
	.tg-module-grid--style-8,
	.tg-module-grid--style-9 {
		
		.tg-row,
		.tg-row.thinner {
			
			.widget-pagination {
				padding-left: 2px;
				padding-right: 2px;
				margin-top: 30px;
			}
		}
	}
	.tg-module-block--style-1,
	.tg-module-block--style-9 {
		.tg-row {
			
			.widget-pagination {
				margin-top: 30px;
			}
		}
	}
	
	.tg-module-wrapper {
		position: relative;
		
		.html-loading {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: rgba(255, 255, 255, 0.9);
			z-index: 9999;
			text-align: center;
			padding-top: 15%;
			color: $color_gray_six;
			
			.fa {
				color: inherit;
			}
		}
	}
	
	@keyframes tg-fade-in {
		from {
			opacity: 0.3;
		}
		
		to {
			opacity: 1;
		}
	}
	
	.tg-fade-in {
		-webkit-animation-name: tg-fade-in;
		animation-name: tg-fade-in;
	}
	
	@keyframes tg-fade-out {
		from {
			opacity: 1;
		}
		
		to {
			opacity: 0;
		}
	}
	
	.tg-fade-out {
		-webkit-animation-name: tg-fade-out;
		animation-name: tg-fade-out;
	}
	
	.tg-module-wrapper {
		animation-duration: 0.6s;
		animation-fill-mode: both;
	}
}
inc/compatibility/elementor/assets/SCSS/modules/_block-posts.scss000064400000010667151213253020021205 0ustar00.elementor {
	.tg-module-wrapper {

		// common
		.tg_module_block {
			.tg-module-thumb,
			.fitvids-video {
				position: relative;
				margin-bottom: 13px;

				.tg-cm-post-categories {
					position: absolute;
					bottom: 0;
					left: 0;
				}
			}

			.tg-post-category {
				display: inline-block;
				background-color: #FFE066;
			}
			.tg-module-meta {
				margin-bottom: 10px;
			}

			&.tg_module_block--small {
				.tg-module-title {
					font-size: 16px;
				}
			}

			// Small list style
			&.tg_module_block--list-small {
				position: relative;
				margin-bottom: 15px;

				.tg-module-thumb,
				.fitvids-video {
					width: 100px;
					float: left;
					margin-right: 10px;
				}

				.tg-module-info {
					min-height: 73px;

					.cm-entry-title {
						font-size: 14px;
					}
					.cm-entry-summary {
						p {
							margin-bottom: 0;
						}
					}

					.tg-module-meta {
						margin-bottom: 0;
					}
				}

				&.no-thumbnail {
					.tg-module-info {
						margin-left: 0;
						min-height: 0;
					}
				}

				&.tg-col-control {

					.tg-module-thumb {
						margin-bottom: 0;
					}
				}

			}

			&.tg_module_block--inner-shadow {
				position: relative;

				.tg-module-thumb {
					&::before,
					&::after {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: linear-gradient( to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
					}

					&::after {
						background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
						bottom: 0;
						top: auto;
					}
				}
			}
		}

		&.tg-module-block {

			&.tg-module-block--style-1,
			&.tg-module-block--style-2,
			&.tg-module-block--style-3,
			&.tg-module-block--style-6,
			&.tg-module-block--style-9 {
				.tg-col-control {
					flex-basis: $column-6;
				}
			}

			&.tg-module-block--style-2,
			&.tg-module-block--style-3,
			&.tg-module-block--style-4 {
				.tg-col-control {
					margin-bottom: 30px;
				}
			}

			&.tg-module-block--style-4 {
				.tg-module-thumb {
					flex-basis: $column-4;
				}

				.tg-module-info {
					flex-basis: $column-8;
				}
			}

			&.tg-module-block--style-5 {
				.tg_module_block {
					margin-bottom: 45px;

					.tg-module-thumb {
						margin-bottom: 0;
					}

					.tg-module-title {
						background: $white;
						padding-top:20px;
						padding-left: 25px;
						padding-right: 25px;
						position: absolute;
						bottom: 0;
						margin: 0 auto;
						width: auto;
						left: 45px;
						right: 45px;
						font-size: 30px;
						box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.03);
					}

					.block-content {
						padding: 5px 70px 20px;
					}

					.read-more {
						background-color: $primary;
						color: $white;
						margin-top: 10px;
						display: inline-block;
						padding: 7px 12px;

					}
				}
			}

			&.tg-module-block--style-7,
			&.tg-module-block--style-10 {
				.tg_module_block--white {
					position: relative;
					margin-bottom: 30px;

					.tg-module-title {
						margin-top: 10px;

						a {
							color: $white;
						}
					}

					.tg-post-auther-name,
					.tg-post-date,
					.tg-module-comments {
						span {
							color: $white;
						}
						a {
							color: $white;

							&:hover {
								color: $primary;
							}
						}
					}

					.human-diff-time-display {
						color: $white;

						&:hover {
							color: $primary;
						}
					}

					.cm-reading-time {
						color: $white;
						padding-right: 0;
					}

					.tg-module-info {
						position: absolute;
						bottom: 0;
						left: 0;
						width: 100%;
						padding: 20px;
					}
				}
			}

			&.tg-module-block--style-8 {

				.tg-col-control {
					flex-basis: $column-4;
					margin-bottom: 30px;
				}
			}

			&.tg-module-block--style-10 {

				.tg_module_block.tg_module_block--list-small {

					.tg-module-info {
						margin-left: 0;
						min-height: auto;
						border-bottom: 1px solid #efefef;
						padding: 0 10px 10px 30px;
						position: relative;
					}

					&:before {
						content: ' ';
						position: absolute;
						top: 5px;
						left: 10px;
						height: 8px;
						width: 8px;
						display: block;
						background-color: $primary;
					}
				}
			}
		}
	}
}
inc/compatibility/elementor/assets/SCSS/modules/_ticker.scss000064400000000000151213253020020202 0ustar00inc/compatibility/elementor/assets/SCSS/modules/_clearings.scss000064400000000374151213253020020706 0ustar00.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}
.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}inc/compatibility/elementor/assets/SCSS/modules/_common.scss000064400000003541151213253020020226 0ustar00.elementor {

	.elementor-image {
		.wp-caption {
			border: none;

			img {
				margin: 0;
			}
		}
	}

	.tg-cm-post-categories {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

	.tg-module-wrapper {
		color: $color_gray_five;
		font-size: 14px;
		margin-bottom: 42px;

		.module-title {
			border-bottom: 1px solid $primary;
			padding-bottom: 0;
			font-size: 14px;
			margin-bottom: 30px;

			span {
				background-color: $primary;
				color: $white;
				padding:7px 12px;
				display: inline-block;
			}
		}

		a {
			transition: 0.5s color ease-in-out;
		}

		.tg-post-category {
			background-color: $primary;
			padding: 5px 10px;
			color: $white;
			font-size: 12px;
			text-transform: uppercase;
			display: inline-block;
		}

		.tg-module-thumb {
			text-align: left;

			img {
				display: block;
				margin-bottom: 0;
				width: 100%;
			}
		}

		.tg-module-title {
			font-size: 21px;
			padding-bottom: 0;
			margin-bottom: 5px;
			font-weight: 600;
			color: $color_gray_one;

			a {
				color: inherit;
			}

			&:hover {
				a {
					color: $primary;
				}
			}
		}

		.tg-module-meta {

			&.human-diff-time {
				color: #888888;
				font-size: 12px;

				.tg-post-date:not(.human-diff-time-display) {
					display: none;
				}

				.human-diff-time-display {

					&:hover {
						color: $primary;
						cursor: pointer;
					}
				}
			}

			.tg-post-date {
				.updated:not(.published) {
					display: none;
				}
			}

			.tg-post-auther-name,
			.tg-post-date,
			.tg-module-comments {
				font-size: 12px;
				margin-right: 10px;
				display: inline-block;

				a {
					color: $color_meta;

					&:hover {
						color: $primary;
					}
				}
			}

			.tg-post-auther-name {
				a {
					color: $color_gray_two;
				}
			}
		}
	}
}
inc/compatibility/elementor/assets/SCSS/modules/_grid-posts.scss000064400000006345151213253020021036 0ustar00.elementor {
	.tg-module-wrapper {
		
		&.tg-module-grid {
			
			// default styles
			.tg_module_grid {
				position: relative;

				.tg-thumb-link {
					display: block;
					position: relative;
					
					&::before,
					&::after {
						content: "";
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background: linear-gradient( to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.1) 100%);
					}
					
					&::after {
						background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
						bottom: 0;
						top: auto;
					}
				}

				.tg-module-info {
					position: absolute;
					bottom: 15px;
					left: 15px;
					right: 15px;

					.tg-cm-post-categories {
						margin-bottom: 7px;
					}

					.tg-module-title {
						font-size: 24px;
						font-weight: 500;
						color: $white;
					}

					.tg-module-meta {
						span,
						a {
							color: $white;
						}
					}
				}

				&.tg_module_grid--small {
					.tg-module-info {
						bottom: 10px;
						right: 10px;
						left: 10px;

						.tg-module-title {
							font-size: 16px;
						}
					}
				}

				&.tg_module_grid--small-medium {
					.tg-module-info {
						.tg-module-title {
							font-size: 18px;
						}
					}
				}

				&.tg_module_grid--medium {
					.tg-module-info {
						.tg-module-title {
							font-size: 21px;
						}
					}
				}

				&.tg_module_grid--half {
					flex-basis: $column-6;
					margin-bottom: 3px;
				}

				&.tg_module_grid--one-fourth {
					flex-basis: $column-3;
					margin-bottom: 3px;
				}

				&.tg_module_grid--one-third {
					flex-basis: $column-4;
					margin-bottom: 3px;
				}

				&.tg_module_grid--full {
					flex-basis: $column-12;
					margin-bottom: 3px;
				}
			}

			&.tg-module-grid--style-1,
			&.tg-module-grid--style-2,
			&.tg-module-grid--style-3,
			&.tg-module-grid--style-6 {
				.tg-col-control {
					flex-basis: $column-6;
				}
			}

			&.tg-module-grid--style-2 {
				.tg_module_grid--full {
					flex-basis: $column-12;
				}
			}

			&.tg-module-grid--style-3 {
				.tg-col-control {
					margin-bottom: 4px;
				}
			}

			&.tg-module-grid--style-4 {
				.tg-col-control {
					flex-basis: $column-4;
					margin-bottom: 4px;
				}
			}

			&.tg-module-grid--style-5 {
				.tg-col-control {
					flex-basis: $column-3;
					margin-bottom: 4px;
				}
			}

			&.tg-module-grid--style-7 {
				.swiper-container {

					&:hover {
						.swiper-button-next {
							right: 45px;
						}
	
						.swiper-button-prev {
							left: 45px;
						}
					}

					.swiper-button-next,
					.swiper-button-prev {
						height: 40px;
						width: 17px;
						margin-top: -20px;
						transition: left 0.35s ease-in-out, right 0.35s ease-in-out;
						background-repeat: no-repeat;
						background-size: contain;
						
						&::after {
							content: none;
						}
					}

					.swiper-button-next {
						background-image: url('../img/next.svg');
						right: -45px;
					}

					.swiper-button-prev {
						background-image: url('../img/prev.svg');
						left: -45px;
					}
				}
			}
		}
	}
}
inc/compatibility/elementor/assets/SCSS/modules/_trending-news.scss000064400000002537151213253020021526 0ustar00.elementor {

	.tg-trending-news {
		display: flex;
		align-items: center;

		.swiper-slide {
			line-height: 2.5;
		}

		.tg-module-title-wrap {
			width: 140px;
			z-index: 999;

			.trending-news-title {
				background: #212529;
				padding: 7px 15px;
				color: #fff;
				font-weight: 400;
				font-size: 14px;
			}
		}

		.trending-news-wrapper {
			margin-left: 10px;
			width: calc(100% - 140px);

			a {
				color: #555555;

				&:hover {
					color: #207daf;
				}
			}
		}

		.swiper-controls {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			right: 0;
			z-index: 999;

			.swiper-button-next,
			.swiper-button-prev {
				color: #555555;
				display: inline-block;
				vertical-align: top;
				background-image: none;
				position: relative;
				height: 30px;
				width: 30px;
				line-height: 30px;
				margin: 0;
				left: auto;
				right: auto;
				border: 1px solid #555555;
				text-align: center;
				cursor: pointer;
				background-color: #fff;

				&:before {
					display: block;
					content: '\f104';
					font-size: 21px;
					font-family: FontAwesome;
					color: inherit;

				}

				&:hover {
					color: #207daf;
					border: 1px solid #207daf;
				}
			}

			.swiper-button-next {

				&:before {
					content: '\f105';
				}
			}
		}
	}
}inc/compatibility/elementor/assets/SCSS/modules/_icomoon.scss000064400000002506151213253020020401 0ustar00@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?jqs2fp');
	src:  url('../fonts/icomoon.eot?jqs2fp#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?jqs2fp') format('truetype'),
	url('../fonts/icomoon.woff?jqs2fp') format('woff'),
	url('../fonts/icomoon.svg?jqs2fp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Icons-01:before {
	content: "\e900";
}
.icon-Icons-02:before {
	content: "\e901";
}
.icon-Icons-03:before {
	content: "\e902";
}
.icon-Icons-04:before {
	content: "\e903";
	color: #000;
}
.icon-Icons-05:before {
	content: "\e904";
	color: #000;
}
.icon-Icons-06:before {
	content: "\e905";
	color: #000;
}
.icon-Icons-07:before {
	content: "\e906";
}
.icon-Icons-08:before {
	content: "\e907";
}
.icon-Icons-09:before {
	content: "\e908";
	color: #000;
}
.icon-Icons-10:before {
	content: "\e909";
	color: #000;
}
inc/compatibility/elementor/assets/img/prev.svg000064400000000611151213253020015723 0ustar00<svg xmlns="http://www.w3.org/2000/svg" viewBox="6016.586 884.793 17.121 31.414">
    <defs>
        <style>
            .cls-1 {
                fill: none;
                stroke: #fff;
                stroke-width: 2px;
            }
        </style>
    </defs>
    <path id="prev" class="cls-1" d="M7068,885l15,15-15,15" transform="translate(13101 1800.5) rotate(180)"/>
</svg>inc/compatibility/elementor/assets/img/next.svg000064400000000566151213253020015736 0ustar00<svg xmlns="http://www.w3.org/2000/svg" viewBox="7067.293 884.793 17.121 31.414">
    <defs>
        <style>
            .cls-1 {
                fill: none;
                stroke: #fff;
                stroke-width: 2px;
            }
        </style>
    </defs>
    <path id="next" class="cls-1" d="M7068,885l15,15-15,15" transform="translate(0 0.5)"/>
</svg>inc/compatibility/elementor/assets/css/elementor.min.css000064400000071447151213253020017547 0ustar00*{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor-column-gap-default .elementor-row{width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}.elementor-column-gap-narrow .elementor-row{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px}.elementor-column-gap-extended .elementor-row{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}.elementor-column-gap-wide .elementor-row{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px}.elementor-column-gap-wider .elementor-row{width:calc(100% + 60px);margin-left:-30px;margin-right:-30px}.elementor-page .cm-entry-header h2.cm-entry-title{display:none}.tg-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.tg-row .tg-col-control{padding-right:15px;padding-left:15px}.tg-row.thinner{margin-left:-2px;margin-right:-2px}.tg-row.thinner .tg-col-control{padding-right:2px;padding-left:2px}.clearfix::before,.clearfix::after,.container::before,.container::after,.container-fluid::before,.container-fluid::after{display:table;content:""}.clearfix::after,.container::after,.container-fluid::after{clear:both}.elementor .tg-trending-news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor .tg-trending-news .swiper-slide{line-height:2.5}.elementor .tg-trending-news .tg-module-title-wrap{width:140px;z-index:999}.elementor .tg-trending-news .tg-module-title-wrap .trending-news-title{background:#212529;padding:7px 15px;color:#fff;font-weight:400;font-size:14px}.elementor .tg-trending-news .trending-news-wrapper{margin-left:10px;width:calc(100% - 140px)}.elementor .tg-trending-news .trending-news-wrapper a{color:#555}.elementor .tg-trending-news .trending-news-wrapper a:hover{color:#207daf}.elementor .tg-trending-news .swiper-controls{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;z-index:999}.elementor .tg-trending-news .swiper-controls .swiper-button-next,.elementor .tg-trending-news .swiper-controls .swiper-button-prev{color:#555;display:inline-block;vertical-align:top;background-image:none;position:relative;height:30px;width:30px;line-height:30px;margin:0;left:auto;right:auto;border:1px solid #555;text-align:center;cursor:pointer;background-color:#fff}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:before{display:block;content:'\f104';font-size:21px;font-family:FontAwesome;color:inherit}.elementor .tg-trending-news .swiper-controls .swiper-button-next:hover,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:hover{color:#207daf;border:1px solid #207daf}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before{content:'\f105'}.elementor .elementor-image .wp-caption{border:0}.elementor .elementor-image .wp-caption img{margin:0}.elementor .tg-cm-post-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.elementor .tg-module-wrapper{color:#777;font-size:14px;margin-bottom:42px}.elementor .tg-module-wrapper .module-title{border-bottom:1px solid #207daf;padding-bottom:0;font-size:14px;margin-bottom:30px}.elementor .tg-module-wrapper .module-title span{background-color:#207daf;color:#fff;padding:7px 12px;display:inline-block}.elementor .tg-module-wrapper a{-webkit-transition:.5s color ease-in-out;transition:.5s color ease-in-out}.elementor .tg-module-wrapper .tg-post-category{background-color:#207daf;padding:5px 10px;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block}.elementor .tg-module-wrapper .tg-module-thumb{text-align:left}.elementor .tg-module-wrapper .tg-module-thumb img{display:block;margin-bottom:0;width:100%}.elementor .tg-module-wrapper .tg-module-title{font-size:21px;padding-bottom:0;margin-bottom:5px;font-weight:600;color:#232323}.elementor .tg-module-wrapper .tg-module-title a{color:inherit}.elementor .tg-module-wrapper .tg-module-title:hover a{color:#207daf}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time{color:#888;font-size:12px}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .tg-post-date:not(.human-diff-time-display){display:none}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .human-diff-time-display:hover{color:#207daf;cursor:pointer}.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published){display:none}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{font-size:12px;margin-right:10px;display:inline-block}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a{color:#969696}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover{color:#207daf}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a{color:#333}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block .fitvids-video{position:relative;margin-bottom:13px}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-cm-post-categories,.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-cm-post-categories{position:absolute;bottom:0;left:0}.elementor .tg-module-wrapper .tg_module_block .tg-post-category{display:inline-block;background-color:#ffe066}.elementor .tg-module-wrapper .tg_module_block .tg-module-meta{margin-bottom:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title{font-size:16px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small{position:relative;margin-bottom:15px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .fitvids-video{width:100px;float:left;margin-right:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info{min-height:73px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-title{font-size:14px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-summary p{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info{margin-left:0;min-height:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow{position:relative}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control{margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block{margin-bottom:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{background:#fff;padding-top:20px;padding-left:25px;padding-right:25px;position:absolute;bottom:0;margin:0 auto;width:auto;left:45px;right:45px;font-size:30px;-webkit-box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03);box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03)}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding:5px 70px 20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more{background-color:#207daf;color:#fff;margin-top:10px;display:inline-block;padding:7px 12px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white{position:relative;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title{margin-top:10px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments span{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover{color:#207daf}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display:hover{color:#207daf}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .cm-reading-time,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .cm-reading-time{color:#fff;padding-right:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-info,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-info{position:absolute;bottom:0;left:0;width:100%;padding:20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small .tg-module-info{margin-left:0;min-height:auto;border-bottom:1px solid #efefef;padding:0 10px 10px 30px;position:relative}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before{content:' ';position:absolute;top:5px;left:10px;height:8px;width:8px;display:block;background-color:#207daf}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid{position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link{display:block;position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info{position:absolute;bottom:15px;left:15px;right:15px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-cm-post-categories{margin-bottom:7px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title{font-size:24px;font-weight:500;color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a{color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info{bottom:10px;right:10px;left:10px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title{font-size:16px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title{font-size:18px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title{font-size:21px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-next{right:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-prev{left:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{height:40px;width:17px;margin-top:-20px;-webkit-transition:left .35s ease-in-out,right .35s ease-in-out;transition:left .35s ease-in-out,right .35s ease-in-out;background-repeat:no-repeat;background-size:contain}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next::after,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev::after{content:none}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next{background-image:url("../img/next.svg");right:-45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{background-image:url("../img/prev.svg");left:-45px}.elementor .widget-pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.elementor .widget-pagination .page-numbers{color:#888;padding:10px 15px;cursor:pointer;position:relative;border:1px solid #888;line-height:1;margin-right:10px;-webkit-transition:.5s all ease;transition:.5s all ease}.elementor .widget-pagination .page-numbers.current{background-color:#232323;color:#fff;border-color:#232323}.elementor .widget-pagination .page-numbers.dots{border:none transparent;padding:10px 5px}.elementor .widget-pagination .page-numbers.prev,.elementor .widget-pagination .page-numbers.next{font-size:0;text-align:center}.elementor .widget-pagination .page-numbers.prev::before,.elementor .widget-pagination .page-numbers.next::before{content:'\f104';font-family:fontAwesome;font-size:20px;display:block;line-height:.7}.elementor .widget-pagination .page-numbers.next::before{content:'\f105'}.elementor .widget-pagination a:hover{background-color:#207daf;border-color:#207daf;color:#fff}.elementor .tg-row .widget-pagination{padding-left:15px;padding-right:15px}.elementor .tg-module-grid--style-1 .tg-row .widget-pagination,.elementor .tg-module-grid--style-1 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row.thinner .widget-pagination{padding-left:2px;padding-right:2px;margin-top:30px}.elementor .tg-module-block--style-1 .tg-row .widget-pagination,.elementor .tg-module-block--style-9 .tg-row .widget-pagination{margin-top:30px}.elementor .tg-module-wrapper{position:relative}.elementor .tg-module-wrapper .html-loading{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0.9);z-index:9999;text-align:center;padding-top:15%;color:#888}.elementor .tg-module-wrapper .html-loading .fa{color:inherit}@-webkit-keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}@keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}.elementor .tg-fade-in{-webkit-animation-name:tg-fade-in;animation-name:tg-fade-in}@-webkit-keyframes tg-fade-out{from{opacity:1}to{opacity:0}}@keyframes tg-fade-out{from{opacity:1}to{opacity:0}}.elementor .tg-fade-out{-webkit-animation-name:tg-fade-out;animation-name:tg-fade-out}.elementor .tg-module-wrapper{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (min-width:768px){.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (max-width:768px){.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{left:20px;right:20px;font-size:21px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding-right:45px;padding-left:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg_module_grid--medium{margin-bottom:4px;-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-trending-news .swiper-controls{display:none}}@media only screen and (max-width:480px){.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-trending-news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor .tg-trending-news .tg-module-title-wrap{margin-bottom:10px}.elementor .tg-trending-news .trending-news-wrapper{margin-left:0;width:100%;text-align:center}}inc/compatibility/elementor/assets/css/colormag-econs.min.css000064400000003075151213253020020455 0ustar00@font-face{font-family:'colormag-econs';src:url('../fonts/colormag-econs.eot?qrxuz2');src:url('../fonts/colormag-econs.eot?qrxuz2#iefix') format('embedded-opentype'),url('../fonts/colormag-econs.ttf?qrxuz2') format('truetype'),url('../fonts/colormag-econs.woff?qrxuz2') format('woff'),url('../fonts/colormag-econs.svg?qrxuz2#colormag-econs') format('svg');font-weight:normal;font-style:normal}[class^="colormag-econs-"],[class*=" colormag-econs-"]{font-family:'colormag-econs' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.colormag-econs-trending-news:before{content:"\e913"}.colormag-econs-grid-6:before{content:"\e900"}.colormag-econs-grid-8:before{content:"\e901"}.colormag-econs-grid-9:before{content:"\e902"}.colormag-econs-grid-2:before{content:"\e903"}.colormag-econs-grid-3:before{content:"\e904"}.colormag-econs-grid-4:before{content:"\e905"}.colormag-econs-block-10:before{content:"\e906"}.colormag-econs-block-1:before{content:"\e907"}.colormag-econs-block-2:before{content:"\e908"}.colormag-econs-block-3:before{content:"\e909"}.colormag-econs-block-4:before{content:"\e90a"}.colormag-econs-block-5:before{content:"\e90b"}.colormag-econs-grid-7:before{content:"\e90c"}.colormag-econs-grid-5:before{content:"\e90d"}.colormag-econs-block-9:before{content:"\e90e"}.colormag-econs-block-8:before{content:"\e90f"}.colormag-econs-block-7:before{content:"\e910"}.colormag-econs-block-6:before{content:"\e911"}.colormag-econs-grid-1:before{content:"\e912"}inc/compatibility/elementor/assets/css/elementor.min-rtl.min.css000064400000070513151213253020021121 0ustar00*{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor-column-gap-default .elementor-row{width:calc(100% + 20px);margin-right:-10px;margin-left:-10px}.elementor-column-gap-narrow .elementor-row{width:calc(100% + 10px);margin-right:-5px;margin-left:-5px}.elementor-column-gap-extended .elementor-row{width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}.elementor-column-gap-wide .elementor-row{width:calc(100% + 40px);margin-right:-20px;margin-left:-20px}.elementor-column-gap-wider .elementor-row{width:calc(100% + 60px);margin-right:-30px;margin-left:-30px}.elementor-page .cm-entry-header h2.cm-entry-title{display:none}.tg-container{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tg-row .tg-col-control{padding-left:15px;padding-right:15px}.tg-row.thinner{margin-right:-2px;margin-left:-2px}.tg-row.thinner .tg-col-control{padding-left:2px;padding-right:2px}.clearfix::before,.clearfix::after,.container::before,.container::after,.container-fluid::before,.container-fluid::after{display:table;content:""}.clearfix::after,.container::after,.container-fluid::after{clear:both}.elementor .tg-trending-news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor .tg-trending-news .tg-module-title-wrap{width:140px;z-index:999}.elementor .tg-trending-news .tg-module-title-wrap .trending-news-title{background:#212529;padding:7px 15px;color:#fff;font-weight:400;font-size:14px}.elementor .tg-trending-news .trending-news-wrapper{margin-right:10px;width:calc(100% - 140px)}.elementor .tg-trending-news .trending-news-wrapper a{color:#555}.elementor .tg-trending-news .trending-news-wrapper a:hover{color:#289dcc}.elementor .tg-trending-news .swiper-controls{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:999}.elementor .tg-trending-news .swiper-controls .swiper-button-next,.elementor .tg-trending-news .swiper-controls .swiper-button-prev{color:#555;display:inline-block;vertical-align:top;background-image:none;position:relative;height:30px;width:30px;line-height:30px;margin:0;right:auto;left:auto;border:1px solid #555;text-align:center;cursor:pointer;background-color:#fff}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:before{display:block;content:'\f104';font-size:21px;font-family:FontAwesome;color:inherit}.elementor .tg-trending-news .swiper-controls .swiper-button-next:hover,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:hover{color:#289dcc;border:1px solid #289dcc}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before{content:'\f105'}.elementor .elementor-image .wp-caption{border:0}.elementor .elementor-image .wp-caption img{margin:0}.elementor .tg-module-wrapper{color:#777;font-size:14px;margin-bottom:42px}.elementor .tg-module-wrapper .module-title{border-bottom:1px solid #289dcc;padding-bottom:0;font-size:14px;margin-bottom:30px}.elementor .tg-module-wrapper .module-title span{background-color:#289dcc;color:#fff;padding:7px 12px;display:inline-block}.elementor .tg-module-wrapper a{-webkit-transition:.5s color ease-in-out;transition:.5s color ease-in-out}.elementor .tg-module-wrapper .tg-post-category{background-color:#289dcc;padding:5px 10px;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block}.elementor .tg-module-wrapper .tg-module-thumb{text-align:right}.elementor .tg-module-wrapper .tg-module-thumb img{display:block;margin-bottom:0;width:100%}.elementor .tg-module-wrapper .tg-module-title{font-size:21px;padding-bottom:0;margin-bottom:5px;font-weight:600;color:#232323}.elementor .tg-module-wrapper .tg-module-title a{color:inherit}.elementor .tg-module-wrapper .tg-module-title:hover a{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time{color:#888;font-size:12px}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .tg-post-date:not(.human-diff-time-display){display:none}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .human-diff-time-display:hover{color:#289dcc;cursor:pointer}.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published){display:none}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{font-size:12px;margin-left:10px;display:inline-block}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a{color:#969696}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover{color:#289dcc}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a{color:#333}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block .fitvids-video{position:relative;margin-bottom:13px}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-cm-post-categories,.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-cm-post-categories{position:absolute;bottom:0;right:0}.elementor .tg-module-wrapper .tg_module_block .tg-post-category{display:inline-block;background-color:#ffe066}.elementor .tg-module-wrapper .tg_module_block .tg-module-meta{margin-bottom:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title{font-size:16px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small{position:relative;margin-bottom:15px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .fitvids-video{width:100px;float:right;margin-left:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info{min-height:73px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-title{font-size:14px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .entry-content p{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info{margin-right:0;min-height:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow{position:relative}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control{margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block{margin-bottom:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{background:#fff;padding-top:20px;padding-right:25px;padding-left:25px;position:absolute;bottom:0;margin:0 auto;width:auto;right:45px;left:45px;font-size:30px;-webkit-box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03);box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03)}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding:5px 70px 20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more{background-color:#289dcc;color:#fff;margin-top:10px;display:inline-block;padding:7px 12px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white{position:relative;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title{margin-top:10px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments span{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover{color:#289dcc}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display:hover{color:#289dcc}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .reading-time,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .reading-time{color:#fff;padding-left:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-info,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-info{position:absolute;bottom:0;right:0;width:100%;padding:20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small .tg-module-info{margin-right:0;min-height:auto;border-bottom:1px solid #efefef;padding:0 30px 10px 10px;position:relative}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before{content:' ';position:absolute;top:5px;right:10px;height:8px;width:8px;display:block;background-color:#289dcc}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid{position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link{display:block;position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info{position:absolute;bottom:15px;right:15px;left:15px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-cm-post-categories{margin-bottom:7px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title{font-size:24px;font-weight:500;color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a{color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info{bottom:10px;left:10px;right:10px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title{font-size:16px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title{font-size:18px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title{font-size:21px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-next{left:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-prev{right:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{height:40px;width:17px;margin-top:-20px;-webkit-transition:right .35s ease-in-out,left .35s ease-in-out;transition:right .35s ease-in-out,left .35s ease-in-out}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next{background-image:url("../img/next.svg");left:-45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{background-image:url("../img/prev.svg");right:-45px}.elementor .widget-pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.elementor .widget-pagination .page-numbers{color:#888;padding:10px 15px;cursor:pointer;position:relative;border:1px solid #888;line-height:1;margin-left:10px;-webkit-transition:.5s all ease;transition:.5s all ease}.elementor .widget-pagination .page-numbers.current{background-color:#232323;color:#fff;border-color:#232323}.elementor .widget-pagination .page-numbers.dots{border:none transparent;padding:10px 5px}.elementor .widget-pagination .page-numbers.prev,.elementor .widget-pagination .page-numbers.next{font-size:0;text-align:center}.elementor .widget-pagination .page-numbers.prev::before,.elementor .widget-pagination .page-numbers.next::before{content:'\f104';font-family:fontAwesome;font-size:20px;display:block;line-height:.7}.elementor .widget-pagination .page-numbers.next::before{content:'\f105'}.elementor .widget-pagination a:hover{background-color:#289dcc;border-color:#289dcc;color:#fff}.elementor .tg-row .widget-pagination{padding-right:15px;padding-left:15px}.elementor .tg-module-grid--style-1 .tg-row .widget-pagination,.elementor .tg-module-grid--style-1 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row.thinner .widget-pagination{padding-right:2px;padding-left:2px;margin-top:30px}.elementor .tg-module-block--style-1 .tg-row .widget-pagination,.elementor .tg-module-block--style-9 .tg-row .widget-pagination{margin-top:30px}.elementor .tg-module-wrapper{position:relative}.elementor .tg-module-wrapper .html-loading{position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(255,255,255,0.9);z-index:9999;text-align:center;padding-top:15%;color:#888}.elementor .tg-module-wrapper .html-loading .fa{color:inherit}@-webkit-keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}@keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}.elementor .tg-fade-in{-webkit-animation-name:tg-fade-in;animation-name:tg-fade-in}@-webkit-keyframes tg-fade-out{from{opacity:1}to{opacity:0}}@keyframes tg-fade-out{from{opacity:1}to{opacity:0}}.elementor .tg-fade-out{-webkit-animation-name:tg-fade-out;animation-name:tg-fade-out}.elementor .tg-module-wrapper{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (min-width:768px){.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (max-width:768px){.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{right:20px;left:20px;font-size:21px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding-left:45px;padding-right:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg_module_grid--medium{margin-bottom:4px;-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-trending-news .swiper-controls{display:none}}@media only screen and (max-width:480px){.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-trending-news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor .tg-trending-news .tg-module-title-wrap{margin-bottom:10px}.elementor .tg-trending-news .trending-news-wrapper{margin-right:0;width:100%;text-align:center}}inc/compatibility/elementor/assets/css/colormag-econs.css000064400000004007151213253020017667 0ustar00@font-face {
  font-family: 'colormag-econs';
  src:  url('../fonts/colormag-econs.eot?qrxuz2');
  src:  url('../fonts/colormag-econs.eot?qrxuz2#iefix') format('embedded-opentype'),
    url('../fonts/colormag-econs.ttf?qrxuz2') format('truetype'),
    url('../fonts/colormag-econs.woff?qrxuz2') format('woff'),
    url('../fonts/colormag-econs.svg?qrxuz2#colormag-econs') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="colormag-econs-"], [class*=" colormag-econs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'colormag-econs' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.colormag-econs-trending-news:before {
  content: "\e913";
}

.colormag-econs-grid-6:before {
  content: "\e900";
}
.colormag-econs-grid-8:before {
  content: "\e901";
}
.colormag-econs-grid-9:before {
  content: "\e902";
}
.colormag-econs-grid-2:before {
  content: "\e903";
}
.colormag-econs-grid-3:before {
  content: "\e904";
}
.colormag-econs-grid-4:before {
  content: "\e905";
}
.colormag-econs-block-10:before {
  content: "\e906";
}
.colormag-econs-block-1:before {
  content: "\e907";
}
.colormag-econs-block-2:before {
  content: "\e908";
}
.colormag-econs-block-3:before {
  content: "\e909";
}
.colormag-econs-block-4:before {
  content: "\e90a";
}
.colormag-econs-block-5:before {
  content: "\e90b";
}
.colormag-econs-grid-7:before {
  content: "\e90c";
}
.colormag-econs-grid-5:before {
  content: "\e90d";
}
.colormag-econs-block-9:before {
  content: "\e90e";
}
.colormag-econs-block-8:before {
  content: "\e90f";
}
.colormag-econs-block-7:before {
  content: "\e910";
}
.colormag-econs-block-6:before {
  content: "\e911";
}
.colormag-econs-grid-1:before {
  content: "\e912";
}
inc/compatibility/elementor/assets/css/elementor.css000064400000076416151213253020016766 0ustar00/*=====  Light colors  ======*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-right: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-right: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}

.elementor-page .cm-entry-header h2.cm-entry-title {
	display: none;
}

.tg-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.tg-row .tg-col-control {
	padding-right: 15px;
	padding-left: 15px;
}

.tg-row.thinner {
	margin-left: -2px;
	margin-right: -2px;
}

.tg-row.thinner .tg-col-control {
	padding-right: 2px;
	padding-left: 2px;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}

.elementor .tg-trending-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor .tg-trending-news .swiper-slide {
	line-height: 2.5;
}

.elementor .tg-trending-news .tg-module-title-wrap {
	width: 140px;
	z-index: 999;
}

.elementor .tg-trending-news .tg-module-title-wrap .trending-news-title {
	background: #212529;
	padding: 7px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.elementor .tg-trending-news .trending-news-wrapper {
	margin-left: 10px;
	width: calc(100% - 140px);
}

.elementor .tg-trending-news .trending-news-wrapper a {
	color: #555555;
}

.elementor .tg-trending-news .trending-news-wrapper a:hover {
	color: #207daf;
}

.elementor .tg-trending-news .swiper-controls {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 999;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev {
	color: #555555;
	display: inline-block;
	vertical-align: top;
	background-image: none;
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 0;
	left: auto;
	right: auto;
	border: 1px solid #555555;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:before,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev:before {
	display: block;
	content: '\f104';
	font-size: 21px;
	font-family: FontAwesome;
	color: inherit;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:hover,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev:hover {
	color: #207daf;
	border: 1px solid #207daf;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:before {
	content: '\f105';
}

.elementor .elementor-image .wp-caption {
	border: none;
}

.elementor .elementor-image .wp-caption img {
	margin: 0;
}

.elementor .tg-cm-post-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}

.elementor .tg-module-wrapper {
	color: #777777;
	font-size: 14px;
	margin-bottom: 42px;
}

.elementor .tg-module-wrapper .module-title {
	border-bottom: 1px solid #207daf;
	padding-bottom: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper .module-title span {
	background-color: #207daf;
	color: #fff;
	padding: 7px 12px;
	display: inline-block;
}

.elementor .tg-module-wrapper a {
	-webkit-transition: 0.5s color ease-in-out;
	transition: 0.5s color ease-in-out;
}

.elementor .tg-module-wrapper .tg-post-category {
	background-color: #207daf;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-thumb {
	text-align: left;
}

.elementor .tg-module-wrapper .tg-module-thumb img {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.elementor .tg-module-wrapper .tg-module-title {
	font-size: 21px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #232323;
}

.elementor .tg-module-wrapper .tg-module-title a {
	color: inherit;
}

.elementor .tg-module-wrapper .tg-module-title:hover a {
	color: #207daf;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time {
	color: #888888;
	font-size: 12px;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .tg-post-date:not(.human-diff-time-display) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a {
	color: #969696;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a {
	color: #333333;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video {
	position: relative;
	margin-bottom: 13px;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-cm-post-categories,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-cm-post-categories {
	position: absolute;
	bottom: 0;
	left: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-post-category {
	display: inline-block;
	background-color: #FFE066;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-meta {
	margin-bottom: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small {
	position: relative;
	margin-bottom: 15px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb,
.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .fitvids-video {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info {
	min-height: 73px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-title {
	font-size: 14px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-summary p {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info {
	margin-left: 0;
	min-height: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow {
	position: relative;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before, .elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control {
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block {
	margin-bottom: 45px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title {
	background: #fff;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: auto;
	left: 45px;
	right: 45px;
	font-size: 30px;
	-webkit-box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.03);
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
	padding: 5px 70px 20px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more {
	background-color: #207daf;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	padding: 7px 12px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white {
	position: relative;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title {
	margin-top: 10px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments span, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments span {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display:hover, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .cm-reading-time, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .cm-reading-time {
	color: #fff;
	padding-right: 0;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-info, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small .tg-module-info {
	margin-left: 0;
	min-height: auto;
	border-bottom: 1px solid #efefef;
	padding: 0 10px 10px 30px;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before {
	content: ' ';
	position: absolute;
	top: 5px;
	left: 10px;
	height: 8px;
	width: 8px;
	display: block;
	background-color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid {
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link {
	display: block;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before, .elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-cm-post-categories {
	margin-bottom: 7px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,
.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info {
	bottom: 10px;
	right: 10px;
	left: 10px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title {
	font-size: 18px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title {
	font-size: 21px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control {
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-next {
	right: 45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-prev {
	left: 45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next,
.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev {
	height: 40px;
	width: 17px;
	margin-top: -20px;
	-webkit-transition: left 0.35s ease-in-out, right 0.35s ease-in-out;
	transition: left 0.35s ease-in-out, right 0.35s ease-in-out;
	background-repeat: no-repeat;
	background-size: contain;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next::after,
.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev::after {
	content: none;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next {
	background-image: url("../img/next.svg");
	right: -45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev {
	background-image: url("../img/prev.svg");
	left: -45px;
}

.elementor .widget-pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.elementor .widget-pagination .page-numbers {
	color: #888888;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	border: 1px solid #888888;
	line-height: 1;
	margin-right: 10px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.elementor .widget-pagination .page-numbers.current {
	background-color: #232323;
	color: #fff;
	border-color: #232323;
}

.elementor .widget-pagination .page-numbers.dots {
	border: none transparent;
	padding: 10px 5px;
}

.elementor .widget-pagination .page-numbers.prev, .elementor .widget-pagination .page-numbers.next {
	font-size: 0;
	text-align: center;
}

.elementor .widget-pagination .page-numbers.prev::before, .elementor .widget-pagination .page-numbers.next::before {
	content: '\f104';
	font-family: fontAwesome;
	font-size: 20px;
	display: block;
	line-height: 0.7;
}

.elementor .widget-pagination .page-numbers.next::before {
	content: '\f105';
}

.elementor .widget-pagination a:hover {
	background-color: #207daf;
	border-color: #207daf;
	color: #fff;
}

.elementor .tg-row .widget-pagination {
	padding-left: 15px;
	padding-right: 15px;
}

.elementor .tg-module-grid--style-1 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-1 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-2 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-2 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-3 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-3 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-4 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-4 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-5 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-5 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-6 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-6 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-8 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-8 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-9 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-9 .tg-row.thinner .widget-pagination {
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 30px;
}

.elementor .tg-module-block--style-1 .tg-row .widget-pagination,
.elementor .tg-module-block--style-9 .tg-row .widget-pagination {
	margin-top: 30px;
}

.elementor .tg-module-wrapper {
	position: relative;
}

.elementor .tg-module-wrapper .html-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	text-align: center;
	padding-top: 15%;
	color: #888888;
}

.elementor .tg-module-wrapper .html-loading .fa {
	color: inherit;
}

@-webkit-keyframes tg-fade-in {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

@keyframes tg-fade-in {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

.elementor .tg-fade-in {
	-webkit-animation-name: tg-fade-in;
	animation-name: tg-fade-in;
}

@-webkit-keyframes tg-fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes tg-fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.elementor .tg-fade-out {
	-webkit-animation-name: tg-fade-out;
	animation-name: tg-fade-out;
}

.elementor .tg-module-wrapper {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media only screen and (min-width: 768px) {
	.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title {
		left: 20px;
		right: 20px;
		font-size: 21px;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
		padding-right: 45px;
		padding-left: 45px;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-8 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg_module_grid--medium {
		margin-bottom: 4px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-trending-news .swiper-controls {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-trending-news {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.elementor .tg-trending-news .tg-module-title-wrap {
		margin-bottom: 10px;
	}
	.elementor .tg-trending-news .trending-news-wrapper {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}
inc/compatibility/elementor/assets/css/elementor.min-rtl.css000064400000071465151213253020020346 0ustar00*{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor-column-gap-default .elementor-row{width:calc(100% + 20px);margin-right:-10px;margin-left:-10px}.elementor-column-gap-narrow .elementor-row{width:calc(100% + 10px);margin-right:-5px;margin-left:-5px}.elementor-column-gap-extended .elementor-row{width:calc(100% + 30px);margin-right:-15px;margin-left:-15px}.elementor-column-gap-wide .elementor-row{width:calc(100% + 40px);margin-right:-20px;margin-left:-20px}.elementor-column-gap-wider .elementor-row{width:calc(100% + 60px);margin-right:-30px;margin-left:-30px}.elementor-page .cm-entry-header h2.cm-entry-title{display:none}.tg-container{margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}.tg-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.tg-row .tg-col-control{padding-left:15px;padding-right:15px}.tg-row.thinner{margin-right:-2px;margin-left:-2px}.tg-row.thinner .tg-col-control{padding-left:2px;padding-right:2px}.clearfix::before,.clearfix::after,.container::before,.container::after,.container-fluid::before,.container-fluid::after{display:table;content:""}.clearfix::after,.container::after,.container-fluid::after{clear:both}.elementor .tg-trending-news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor .tg-trending-news .swiper-slide{line-height:2.5}.elementor .tg-trending-news .tg-module-title-wrap{width:140px;z-index:999}.elementor .tg-trending-news .tg-module-title-wrap .trending-news-title{background:#212529;padding:7px 15px;color:#fff;font-weight:400;font-size:14px}.elementor .tg-trending-news .trending-news-wrapper{margin-right:10px;width:calc(100% - 140px)}.elementor .tg-trending-news .trending-news-wrapper a{color:#555}.elementor .tg-trending-news .trending-news-wrapper a:hover{color:#207daf}.elementor .tg-trending-news .swiper-controls{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;z-index:999}.elementor .tg-trending-news .swiper-controls .swiper-button-next,.elementor .tg-trending-news .swiper-controls .swiper-button-prev{color:#555;display:inline-block;vertical-align:top;background-image:none;position:relative;height:30px;width:30px;line-height:30px;margin:0;right:auto;left:auto;border:1px solid #555;text-align:center;cursor:pointer;background-color:#fff}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:before{display:block;content:'\f104';font-size:21px;font-family:FontAwesome;color:inherit}.elementor .tg-trending-news .swiper-controls .swiper-button-next:hover,.elementor .tg-trending-news .swiper-controls .swiper-button-prev:hover{color:#207daf;border:1px solid #207daf}.elementor .tg-trending-news .swiper-controls .swiper-button-next:before{content:'\f105'}.elementor .elementor-image .wp-caption{border:0}.elementor .elementor-image .wp-caption img{margin:0}.elementor .tg-cm-post-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px}.elementor .tg-module-wrapper{color:#777;font-size:14px;margin-bottom:42px}.elementor .tg-module-wrapper .module-title{border-bottom:1px solid #207daf;padding-bottom:0;font-size:14px;margin-bottom:30px}.elementor .tg-module-wrapper .module-title span{background-color:#207daf;color:#fff;padding:7px 12px;display:inline-block}.elementor .tg-module-wrapper a{-webkit-transition:.5s color ease-in-out;transition:.5s color ease-in-out}.elementor .tg-module-wrapper .tg-post-category{background-color:#207daf;padding:5px 10px;color:#fff;font-size:12px;text-transform:uppercase;display:inline-block}.elementor .tg-module-wrapper .tg-module-thumb{text-align:right}.elementor .tg-module-wrapper .tg-module-thumb img{display:block;margin-bottom:0;width:100%}.elementor .tg-module-wrapper .tg-module-title{font-size:21px;padding-bottom:0;margin-bottom:5px;font-weight:600;color:#232323}.elementor .tg-module-wrapper .tg-module-title a{color:inherit}.elementor .tg-module-wrapper .tg-module-title:hover a{color:#207daf}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time{color:#888;font-size:12px}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .tg-post-date:not(.human-diff-time-display){display:none}.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .human-diff-time-display:hover{color:#207daf;cursor:pointer}.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published){display:none}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments{font-size:12px;margin-left:10px;display:inline-block}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a{color:#969696}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover{color:#207daf}.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a{color:#333}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block .fitvids-video{position:relative;margin-bottom:13px}.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-cm-post-categories,.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-cm-post-categories{position:absolute;bottom:0;right:0}.elementor .tg-module-wrapper .tg_module_block .tg-post-category{display:inline-block;background-color:#ffe066}.elementor .tg-module-wrapper .tg_module_block .tg-module-meta{margin-bottom:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title{font-size:16px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small{position:relative;margin-bottom:15px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .fitvids-video{width:100px;float:right;margin-left:10px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info{min-height:73px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-title{font-size:14px}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-summary p{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info{margin-right:0;min-height:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow{position:relative}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before,.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control{margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info{-ms-flex-preferred-size:66.66667%;flex-basis:66.66667%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block{margin-bottom:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-thumb{margin-bottom:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{background:#fff;padding-top:20px;padding-right:25px;padding-left:25px;position:absolute;bottom:0;margin:0 auto;width:auto;right:45px;left:45px;font-size:30px;-webkit-box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03);box-shadow:0 -5px 3px 0 rgba(0,0,0,0.03)}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding:5px 70px 20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more{background-color:#207daf;color:#fff;margin-top:10px;display:inline-block;padding:7px 12px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white{position:relative;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title{margin-top:10px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date span,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments span{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover{color:#207daf}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display{color:#fff}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display:hover,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display:hover{color:#207daf}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .cm-reading-time,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .cm-reading-time{color:#fff;padding-left:0}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-info,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-info{position:absolute;bottom:0;right:0;width:100%;padding:20px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:30px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small .tg-module-info{margin-right:0;min-height:auto;border-bottom:1px solid #efefef;padding:0 30px 10px 10px;position:relative}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before{content:' ';position:absolute;top:5px;right:10px;height:8px;width:8px;display:block;background-color:#207daf}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid{position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link{display:block;position:relative}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right bottom,right top,from(rgba(0,0,0,0)),color-stop(1%,rgba(0,0,0,0.01)),to(rgba(0,0,0,0.1)));background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.1) 100%)}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after{background:-webkit-gradient(linear,right top,right bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.4)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.4) 100%);bottom:0;top:auto}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info{position:absolute;bottom:15px;right:15px;left:15px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-cm-post-categories{margin-bottom:7px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title{font-size:24px;font-weight:500;color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a{color:#fff}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info{bottom:10px;left:10px;right:10px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title{font-size:16px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title{font-size:18px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title{font-size:21px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%;margin-bottom:3px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:25%;flex-basis:25%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-next{left:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-prev{right:45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{height:40px;width:17px;margin-top:-20px;-webkit-transition:right .35s ease-in-out,left .35s ease-in-out;transition:right .35s ease-in-out,left .35s ease-in-out;background-repeat:no-repeat;background-size:contain}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next::after,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev::after{content:none}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next{background-image:url("../img/next.svg");left:-45px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev{background-image:url("../img/prev.svg");right:-45px}.elementor .widget-pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px}.elementor .widget-pagination .page-numbers{color:#888;padding:10px 15px;cursor:pointer;position:relative;border:1px solid #888;line-height:1;margin-left:10px;-webkit-transition:.5s all ease;transition:.5s all ease}.elementor .widget-pagination .page-numbers.current{background-color:#232323;color:#fff;border-color:#232323}.elementor .widget-pagination .page-numbers.dots{border:none transparent;padding:10px 5px}.elementor .widget-pagination .page-numbers.prev,.elementor .widget-pagination .page-numbers.next{font-size:0;text-align:center}.elementor .widget-pagination .page-numbers.prev::before,.elementor .widget-pagination .page-numbers.next::before{content:'\f104';font-family:fontAwesome;font-size:20px;display:block;line-height:.7}.elementor .widget-pagination .page-numbers.next::before{content:'\f105'}.elementor .widget-pagination a:hover{background-color:#207daf;border-color:#207daf;color:#fff}.elementor .tg-row .widget-pagination{padding-right:15px;padding-left:15px}.elementor .tg-module-grid--style-1 .tg-row .widget-pagination,.elementor .tg-module-grid--style-1 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row .widget-pagination,.elementor .tg-module-grid--style-2 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row .widget-pagination,.elementor .tg-module-grid--style-3 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row .widget-pagination,.elementor .tg-module-grid--style-4 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row .widget-pagination,.elementor .tg-module-grid--style-5 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row .widget-pagination,.elementor .tg-module-grid--style-6 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row .widget-pagination,.elementor .tg-module-grid--style-8 .tg-row.thinner .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row .widget-pagination,.elementor .tg-module-grid--style-9 .tg-row.thinner .widget-pagination{padding-right:2px;padding-left:2px;margin-top:30px}.elementor .tg-module-block--style-1 .tg-row .widget-pagination,.elementor .tg-module-block--style-9 .tg-row .widget-pagination{margin-top:30px}.elementor .tg-module-wrapper{position:relative}.elementor .tg-module-wrapper .html-loading{position:absolute;top:0;bottom:0;right:0;left:0;background-color:rgba(255,255,255,0.9);z-index:9999;text-align:center;padding-top:15%;color:#888}.elementor .tg-module-wrapper .html-loading .fa{color:inherit}@-webkit-keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}@keyframes tg-fade-in{from{opacity:.3}to{opacity:1}}.elementor .tg-fade-in{-webkit-animation-name:tg-fade-in;animation-name:tg-fade-in}@-webkit-keyframes tg-fade-out{from{opacity:1}to{opacity:0}}@keyframes tg-fade-out{from{opacity:1}to{opacity:0}}.elementor .tg-fade-out{-webkit-animation-name:tg-fade-out;animation-name:tg-fade-out}.elementor .tg-module-wrapper{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (min-width:768px){.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%}.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}}@media only screen and (max-width:768px){.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title{right:20px;left:20px;font-size:21px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content{padding-left:45px;padding-right:45px}.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-8 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-9 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small{-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control{margin-bottom:4px}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg_module_grid--medium{margin-bottom:4px;-ms-flex-preferred-size:50%;flex-basis:50%}.elementor .tg-trending-news .swiper-controls{display:none}}@media only screen and (max-width:480px){.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half,.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor .tg-trending-news{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor .tg-trending-news .tg-module-title-wrap{margin-bottom:10px}.elementor .tg-trending-news .trending-news-wrapper{margin-right:0;width:100%;text-align:center}}inc/compatibility/elementor/assets/css/elementor-rtl.css000064400000076434151213253020017565 0ustar00/*=====  Light colors  ======*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.elementor-column-gap-default .elementor-row {
	width: calc(100% + 20px);
	margin-right: -10px;
	margin-left: -10px;
}

.elementor-column-gap-narrow .elementor-row {
	width: calc(100% + 10px);
	margin-right: -5px;
	margin-left: -5px;
}

.elementor-column-gap-extended .elementor-row {
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
}

.elementor-column-gap-wide .elementor-row {
	width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
}

.elementor-column-gap-wider .elementor-row {
	width: calc(100% + 60px);
	margin-right: -30px;
	margin-left: -30px;
}

.elementor-page .cm-entry-header h2.cm-entry-title {
	display: none;
}

.tg-container {
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.tg-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.tg-row .tg-col-control {
	padding-left: 15px;
	padding-right: 15px;
}

.tg-row.thinner {
	margin-right: -2px;
	margin-left: -2px;
}

.tg-row.thinner .tg-col-control {
	padding-left: 2px;
	padding-right: 2px;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after {
	display: table;
	content: "";
}

.clearfix::after,
.container::after,
.container-fluid::after {
	clear: both;
}

.elementor .tg-trending-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.elementor .tg-trending-news .swiper-slide {
	line-height: 2.5;
}

.elementor .tg-trending-news .tg-module-title-wrap {
	width: 140px;
	z-index: 999;
}

.elementor .tg-trending-news .tg-module-title-wrap .trending-news-title {
	background: #212529;
	padding: 7px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.elementor .tg-trending-news .trending-news-wrapper {
	margin-right: 10px;
	width: calc(100% - 140px);
}

.elementor .tg-trending-news .trending-news-wrapper a {
	color: #555555;
}

.elementor .tg-trending-news .trending-news-wrapper a:hover {
	color: #207daf;
}

.elementor .tg-trending-news .swiper-controls {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 999;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev {
	color: #555555;
	display: inline-block;
	vertical-align: top;
	background-image: none;
	position: relative;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin: 0;
	right: auto;
	left: auto;
	border: 1px solid #555555;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:before,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev:before {
	display: block;
	content: '\f104';
	font-size: 21px;
	font-family: FontAwesome;
	color: inherit;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:hover,
.elementor .tg-trending-news .swiper-controls .swiper-button-prev:hover {
	color: #207daf;
	border: 1px solid #207daf;
}

.elementor .tg-trending-news .swiper-controls .swiper-button-next:before {
	content: '\f105';
}

.elementor .elementor-image .wp-caption {
	border: none;
}

.elementor .elementor-image .wp-caption img {
	margin: 0;
}

.elementor .tg-cm-post-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}

.elementor .tg-module-wrapper {
	color: #777777;
	font-size: 14px;
	margin-bottom: 42px;
}

.elementor .tg-module-wrapper .module-title {
	border-bottom: 1px solid #207daf;
	padding-bottom: 0;
	font-size: 14px;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper .module-title span {
	background-color: #207daf;
	color: #fff;
	padding: 7px 12px;
	display: inline-block;
}

.elementor .tg-module-wrapper a {
	-webkit-transition: 0.5s color ease-in-out;
	transition: 0.5s color ease-in-out;
}

.elementor .tg-module-wrapper .tg-post-category {
	background-color: #207daf;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-thumb {
	text-align: right;
}

.elementor .tg-module-wrapper .tg-module-thumb img {
	display: block;
	margin-bottom: 0;
	width: 100%;
}

.elementor .tg-module-wrapper .tg-module-title {
	font-size: 21px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: 600;
	color: #232323;
}

.elementor .tg-module-wrapper .tg-module-title a {
	color: inherit;
}

.elementor .tg-module-wrapper .tg-module-title:hover a {
	color: #207daf;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time {
	color: #888888;
	font-size: 12px;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .tg-post-date:not(.human-diff-time-display) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-date .updated:not(.published) {
	display: none;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments {
	font-size: 12px;
	margin-left: 10px;
	display: inline-block;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a {
	color: #969696;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
.elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a {
	color: #333333;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video {
	position: relative;
	margin-bottom: 13px;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-cm-post-categories,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-cm-post-categories {
	position: absolute;
	bottom: 0;
	right: 0;
}

.elementor .tg-module-wrapper .tg_module_block .tg-post-category {
	display: inline-block;
	background-color: #FFE066;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-meta {
	margin-bottom: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--small .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small {
	position: relative;
	margin-bottom: 15px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-thumb,
.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .fitvids-video {
	width: 100px;
	float: right;
	margin-left: 10px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info {
	min-height: 73px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-title {
	font-size: 14px;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .cm-entry-summary p {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small .tg-module-info .tg-module-meta {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.no-thumbnail .tg-module-info {
	margin-right: 0;
	min-height: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--list-small.tg-col-control .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow {
	position: relative;
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::before, .elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper .tg_module_block.tg_module_block--inner-shadow .tg-module-thumb::after {
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-col-control {
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-thumb {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-4 .tg-module-info {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block {
	margin-bottom: 45px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-thumb {
	margin-bottom: 0;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title {
	background: #fff;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 25px;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: auto;
	right: 45px;
	left: 45px;
	font-size: 30px;
	-webkit-box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 -5px 3px 0 rgba(0, 0, 0, 0.03);
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
	padding: 5px 70px 20px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more {
	background-color: #207daf;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	padding: 7px 12px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white {
	position: relative;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title {
	margin-top: 10px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments span, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date span,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments span {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,
.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .human-diff-time-display:hover, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .human-diff-time-display:hover {
	color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .cm-reading-time, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .cm-reading-time {
	color: #fff;
	padding-left: 0;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-info, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-info {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 30px;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small .tg-module-info {
	margin-right: 0;
	min-height: auto;
	border-bottom: 1px solid #efefef;
	padding: 0 30px 10px 10px;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before {
	content: ' ';
	position: absolute;
	top: 5px;
	right: 10px;
	height: 8px;
	width: 8px;
	display: block;
	background-color: #207daf;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid {
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link {
	display: block;
	position: relative;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::before, .elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right bottom, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.1)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.1) 100%);
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-thumb-link::after {
	background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	bottom: 0;
	top: auto;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: 15px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-cm-post-categories {
	margin-bottom: 7px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-title {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta span,
.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a {
	color: #fff;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info {
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small .tg-module-info .tg-module-title {
	font-size: 16px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--small-medium .tg-module-info .tg-module-title {
	font-size: 18px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--medium .tg-module-info .tg-module-title {
	font-size: 21px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--half {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-fourth {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--one-third {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid .tg_module_grid.tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 3px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control {
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	margin-bottom: 4px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-next {
	left: 45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container:hover .swiper-button-prev {
	right: 45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next,
.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev {
	height: 40px;
	width: 17px;
	margin-top: -20px;
	-webkit-transition: right 0.35s ease-in-out, left 0.35s ease-in-out;
	transition: right 0.35s ease-in-out, left 0.35s ease-in-out;
	background-repeat: no-repeat;
	background-size: contain;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next::after,
.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev::after {
	content: none;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-next {
	background-image: url("../img/next.svg");
	left: -45px;
}

.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .swiper-container .swiper-button-prev {
	background-image: url("../img/prev.svg");
	right: -45px;
}

.elementor .widget-pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.elementor .widget-pagination .page-numbers {
	color: #888888;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	border: 1px solid #888888;
	line-height: 1;
	margin-left: 10px;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.elementor .widget-pagination .page-numbers.current {
	background-color: #232323;
	color: #fff;
	border-color: #232323;
}

.elementor .widget-pagination .page-numbers.dots {
	border: none transparent;
	padding: 10px 5px;
}

.elementor .widget-pagination .page-numbers.prev, .elementor .widget-pagination .page-numbers.next {
	font-size: 0;
	text-align: center;
}

.elementor .widget-pagination .page-numbers.prev::before, .elementor .widget-pagination .page-numbers.next::before {
	content: '\f104';
	font-family: fontAwesome;
	font-size: 20px;
	display: block;
	line-height: 0.7;
}

.elementor .widget-pagination .page-numbers.next::before {
	content: '\f105';
}

.elementor .widget-pagination a:hover {
	background-color: #207daf;
	border-color: #207daf;
	color: #fff;
}

.elementor .tg-row .widget-pagination {
	padding-right: 15px;
	padding-left: 15px;
}

.elementor .tg-module-grid--style-1 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-1 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-2 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-2 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-3 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-3 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-4 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-4 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-5 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-5 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-6 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-6 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-8 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-8 .tg-row.thinner .widget-pagination,
.elementor .tg-module-grid--style-9 .tg-row .widget-pagination,
.elementor .tg-module-grid--style-9 .tg-row.thinner .widget-pagination {
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 30px;
}

.elementor .tg-module-block--style-1 .tg-row .widget-pagination,
.elementor .tg-module-block--style-9 .tg-row .widget-pagination {
	margin-top: 30px;
}

.elementor .tg-module-wrapper {
	position: relative;
}

.elementor .tg-module-wrapper .html-loading {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 9999;
	text-align: center;
	padding-top: 15%;
	color: #888888;
}

.elementor .tg-module-wrapper .html-loading .fa {
	color: inherit;
}

@-webkit-keyframes tg-fade-in {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

@keyframes tg-fade-in {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 1;
	}
}

.elementor .tg-fade-in {
	-webkit-animation-name: tg-fade-in;
	animation-name: tg-fade-in;
}

@-webkit-keyframes tg-fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes tg-fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.elementor .tg-fade-out {
	-webkit-animation-name: tg-fade-out;
	animation-name: tg-fade-out;
}

.elementor .tg-module-wrapper {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media only screen and (min-width: 768px) {
	.elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-100 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="100"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .elementor-col-25 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="25"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-col-33 .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control,
	.elementor .elementor-column[data-col="33"] .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-8 .tg-col-control, .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title {
		right: 20px;
		left: 20px;
		font-size: 21px;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
		padding-left: 45px;
		padding-right: 45px;
	}
	.elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-7 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-8 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-9 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--small, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--small {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-3 .tg-col-control, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-4 .tg-col-control {
		margin-bottom: 4px;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-6 .tg_module_grid--medium {
		margin-bottom: 4px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.elementor .tg-trending-news .swiper-controls {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-1 .tg_module_grid--half, .elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-2 .tg_module_grid--half {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-module-wrapper.tg-module-grid.tg-module-grid--style-5 .tg-col-control {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.elementor .tg-trending-news {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.elementor .tg-trending-news .tg-module-title-wrap {
		margin-bottom: 10px;
	}
	.elementor .tg-trending-news .trending-news-wrapper {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
}
inc/compatibility/elementor/assets/fonts/colormag-econs.svg000064400000074354151213253020020253 0ustar00<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="colormag-econs-grid-6" d="M490.358 866.397v-836.794h-480.519v836.794h480.519zM494.205 873.671h-488.194v-851.343h488.194v851.343zM500.197 15.155h-500.197v865.691h500.197zM15.831 36.777h468.535v822.446h-468.535zM63.704 415.677h58.755v-46.050h-58.755v46.050zM128.451 362.433h-70.738v60.418h70.738zM69.696 376.781h46.771v31.722h-46.771zM63.704 272.678h344.874v-20.56h-344.874v20.56zM414.57 244.943h-356.857v34.908h356.857zM69.696 259.291h332.89v6.212h-332.89zM63.704 142.443h374.191v-20.56h-374.191v20.56zM443.887 114.709h-386.174v34.908h386.174zM69.696 129.057h362.207v6.212h-362.207zM1013.66 870.225v-397.356h-489.416v397.356h489.416zM1017.668 873.671h-497.351v-404.25h497.271v404.25zM1023.579 462.248h-509.255v418.598h509.255zM530.236 480.063h477.432v382.968h-477.432zM565.765 669.072h43.906v-29.578h-43.906v29.578zM615.642 632.36h-55.869v43.886h55.869zM571.757 646.708h31.902v15.23h-31.902zM565.765 557.434h411.383v-11.943h-411.383v11.943zM559.773 564.608h423.367v-26.291h-423.367v26.291zM1013.66 423.131v-397.356h-489.416v397.356h489.416zM1017.668 426.578h-497.351v-404.25h497.271v404.25zM1023.579 15.155h-509.255v418.598h509.255zM530.236 32.969h477.432v382.968h-477.432zM565.765 221.979h43.906v-29.578h-43.906v29.578zM615.642 185.227h-55.869v43.926h55.869zM571.757 199.515h31.902v15.23h-31.902zM565.765 110.341h411.383v-11.943h-411.383v11.943zM559.773 117.515h423.367v-26.291h-423.367v26.291z" />
<glyph unicode="&#xe901;" glyph-name="colormag-econs-grid-8" d="M1010 869.18v-548.26h-996v548.26h996zM1018 874h-1012v-557.84h1012v557.84zM1024 310h-1024v570h1024zM20 326.98h984v536.14h-984zM80.14 606.4h112.040v-57.42h-112.040v57.42zM198.18 542.92h-124v69.54h124zM86.18 555.040h100v45.3h-100zM80.14 503.38h795.78v-13.66h-795.78v13.66zM882 483.68h-807.84v25.76h807.84zM86.14 495.8h783.86v1.54h-783.86zM80.14 437.86h863.42v-13.66h-863.42v13.66zM949.58 418.16h-875.42v25.84h875.42zM86.14 430.16h851.44v1.54h-851.44zM80.14 372.34h413.92v-13.66h-413.92v13.66zM500 352.62h-425.84v25.78h425.84zM86 364.74h402v1.54h-402zM240.82 290.44v-266h-232.96v266h232.96zM242.68 292.74h-236.68v-270.74h236.68v270.74zM248.68 16h-248.68v282.8h248.68zM13.86 30.42h220.96v254h-220.96zM48.3 149.040h42.76v-24.84h-42.76v24.84zM97.040 118.14h-54.74v36.94h54.74zM54.28 130.24h30.78v12.74h-30.78zM48.3 87.22h158v-11.080h-158v11.080zM42.3 93.28h170v-23.2h-170v23.2zM499.26 290.44v-266h-232.96v266h232.96zM501.12 292.74h-236.68v-270.74h236.68v270.74zM507.12 16h-248.68v282.8h248.68zM272.3 30.42h220.96v254h-220.96zM306.74 149.040h42.76v-24.84h-42.76v24.84zM355.48 118.14h-54.74v36.94h54.74zM312.72 130.24h30.78v12.74h-30.78zM306.74 87.22h163.3v-11.080h-163.3v11.080zM300.74 93.28h175.3v-23.2h-175.3v23.2zM757.7 290.44v-266h-232.96v266h232.96zM759.56 292.74h-236.68v-270.74h236.68v270.74zM765.56 16h-248.68v282.8h248.68zM530.74 30.42h220.96v254h-220.96zM565.18 149.040h42.76v-24.84h-42.76v24.84zM614 118.14h-54.82v36.94h54.82zM571.26 130.24h30.74v12.74h-30.82zM565.18 87.22h156.62v-11.080h-156.62v11.080zM559.18 93.28h168.6v-23.2h-168.6v23.2zM1016.14 290.44v-266h-232.96v266h232.96zM1018 292.74h-236.68v-270.74h236.68v270.74zM1024 16h-248.68v282.8h248.68zM789.18 30.42h220.96v254h-220.96zM824.24 149.040h43.46v-24.84h-43.46v24.84zM873.68 118.14h-55.44v36.94h55.44zM830.22 130.24h31.48v12.74h-31.48zM824.24 87.22h161.3v-11.080h-161.3v11.080zM818.24 93.28h173.3v-23.2h-173.3v23.2z" />
<glyph unicode="&#xe902;" glyph-name="colormag-econs-grid-9" d="M240 353.38v-328.54h-232.14v328.54h232.14zM241.86 356.24h-235.86v-334.24h235.88v334.24zM247.88 16h-247.88v346.22h247.88zM13.88 30.82h220.12v316.58h-220.16zM40.24 154.64h42.62v-26.94h-42.62v26.94zM88.84 121.72h-54.6v38.9h54.6zM46.24 133.72h30.62v14.98h-30.62zM40.24 87.58h164.060v-12.020h-164.060v12.020zM210.3 69.58h-176v24h176zM46.3 81.58h152zM498.72 353.38v-328.54h-232.16v328.54h232.16zM500.58 356.24h-235.88v-334.24h235.88v334.24zM506.58 16h-247.86v346.22h247.86zM272.58 30.82h220.14v316.58h-220.16zM298.94 154.64h42.62v-26.94h-42.62v26.94zM347.56 121.72h-54.6v38.9h54.6zM304.94 133.72h30.62v14.98h-30.62zM298.94 87.58h161.1v-12.020h-161.1v12.020zM466 69.58h-173.040v24h173.040zM304.9 81.58h149.12zM757.44 353.38v-328.54h-232.16v328.54h232.16zM759.3 356.24h-235.88v-334.24h235.88v334.24zM765.3 16h-247.88v346.22h247.88zM531.3 30.82h220.14v316.58h-220.16zM557.66 154.64h42.62v-26.94h-42.62v26.94zM606.26 121.72h-54.6v38.9h54.6zM563.66 133.72h30.62v14.98h-30.62zM557.66 87.58h162.14v-12.020h-162.14v12.020zM725.8 69.58h-174.14v24h174.14zM563.66 81.58h150.14zM1016.14 353.38v-328.54h-232.14v328.54h232.14zM1018 356.24h-235.88v-334.24h235.88v334.24zM1024 16h-247.88v346.22h247.88zM790 30.82h220.16v316.58h-220.16zM816.98 154.64h43.32v-26.94h-43.32v26.94zM866.28 121.72h-55.3v38.9h55.3zM822.98 133.72h31.32v14.98h-31.32zM816.98 87.58h158.56v-12.020h-158.56v12.020zM981.54 69.58h-170.56v24h170.56zM822.98 81.58h146.58zM1015.5 869.82v-483.040h-312.66v483.040h312.66zM1018 874h-317.68v-491.42h317.68v491.42zM1024 376.6h-329.68v503.4h329.68zM708.82 392.74h300.68v471.1h-300.68zM751.56 576.18h58.4v-26.94h-58.4v26.94zM816 543.26h-70.42v38.9h70.42zM757.6 555.26h46.4v14.94h-46.44zM751.56 509.12h212.36v-12.020h-212.36v12.020zM970 491.12h-224.42v24h224.42zM757.64 503.12h200.38zM751.56 449.52h230.42v-12.020h-230.42v12.020zM988 431.52h-242.42v24h242.42zM757.58 443.52h-0.020zM669.74 869.82v-483.040h-314.54v483.040h314.54zM672.26 874h-319.58v-491.42h319.58v491.42zM678.26 376.6h-331.56v503.4h331.56zM361.2 392.74h302.56v471.1h-302.56zM394.7 576.18h58.76v-26.94h-58.76v26.94zM459.46 543.26h-70.74v38.9h70.74zM400.7 555.26h46.76v14.94h-46.76zM394.7 509.12h210.34v-12.020h-210.34v12.020zM611.040 491.12h-222.32v24h222.32zM400.7 503.12h198.34zM394.7 449.52h228.22v-12.020h-228.22v12.020zM628.92 431.52h-240.2v24h240.2zM400.7 443.52v0zM323.060 869.82v-483.040h-314.54v483.040h314.54zM325.58 874h-319.58v-491.42h319.58v491.42zM331.58 376.6h-331.58v503.4h331.58zM14.52 392.74h302.54v471.1h-302.54zM48.020 584.5h58.76v-26.94h-58.76v26.94zM112.76 551.58h-70.76v38.9h70.76zM54 563.58h46.78v14.98h-46.78zM48.020 517.44h210.34v-12.020h-210.34v12.020zM264.34 499.44h-222.34v24h222.34zM54 511.4h198.36zM48.020 457.84h228.22v-12.020h-228.22v12.020zM282.22 439.84h-240.22v24h240.2zM54 451.8v0z" />
<glyph unicode="&#xe903;" glyph-name="colormag-econs-grid-2" d="M492.4 849.3v-803.3h-482.54v803.3h482.54zM496.26 856.28h-490.26v-817.32h490.26v817.32zM502.26 31.26h-502.26v832.74h502.26zM15.86 53.66h470.54v787.94h-470.54zM43.88 360.94h59v-44.8h-59v44.8zM108.88 308.42h-70.88v60.24h70.88zM49.88 323.84h47.020v29.4h-47.020zM43.88 249.42h376.4v-20h-376.4v20zM426.28 221.72h-388.28v35.42h388.28zM49.88 237.14h364.42v4.58h-364.42zM43.88 150.32h408.4v-20h-408.4v20zM458.28 122.6h-420.28v35.4h420.28zM49.88 138h396.42v4.6h-396.42zM1014.12 853.040v-374.3h-484.24v374.3h484.24zM1018 856.28h-492v-380.8h492v380.8zM1024 467.76h-504v396.24h504zM535.86 486.44h472.26v358.88h-472.26zM562.88 661.98h30.4v-27.86h-30.4v27.86zM599.28 626.4h-42.4v43.3h42.4zM568.86 641.82h18.42v12.46h-18.42zM562.88 556.2h419.94v-11.26h-419.94v11.26zM556.88 563.9h431.92v-26.68h-431.92v26.68zM754.44 418v-374.26h-226.64v374.26h226.64zM756.26 421.24h-230.26v-380.8h230.26v380.84zM762.26 32.76h-242.26v396.24h242.26zM533.8 51.44h214.64v358.88h-214.64zM558.16 226.98h27.76v-27.86h-27.76v27.86zM592 191.4h-39.84v43.3h39.84zM564.26 206.82h15.74v12.46h-15.76zM558.16 121.2h173.84v-11.26h-173.84v11.26zM552.16 128.9h185.84v-26.68h-185.84v26.68zM1016.18 418v-374.26h-226.64v374.26h226.64zM1018 421.24h-230.26v-380.8h230.26v380.84zM1024 32.76h-242.26v396.24h242.26zM795.54 51.44h214.66v358.88h-214.66zM817.040 226.98h27.76v-27.86h-27.76v27.86zM850.78 191.4h-39.74v43.3h39.74zM823.040 206.82h15.76v12.46h-15.76zM817.040 121.2h173.84v-11.26h-173.84v11.26zM811.040 128.9h185.84v-26.68h-185.84v26.68z" />
<glyph unicode="&#xe904;" glyph-name="colormag-econs-grid-3" d="M491.62 850.42v-804.38h-481.76v804.38h481.76zM495.5 857.42h-489.5v-818.42h489.5v818.42zM501.48 31.48h-501.48v833.52h501.48zM15.86 53.62h469.78v789.22h-469.78zM79.96 361.44h99.7v-44.86h-99.7v44.86zM189.82 309h-120v60h120zM90.1 324.16h79.42v29.72h-79.42zM75.38 249.78h321.54v-20.040h-321.54v20.040zM402.48 222.18h-332.66v35.18h332.66zM80.94 237.34h310.42v4.88h-310.42zM75.38 150.56h348.88v-20.040h-348.88v20.040zM429.82 123h-360v35.12h360zM80.94 138.1h337.76v4.9h-337.76zM1014.14 850.42v-804.38h-481.76v804.38h481.76zM1018 857.42h-489.5v-818.42h489.5v818.42zM1024 31.48h-501.48v833.52h501.48zM538.36 53.62h469.78v789.22h-469.78zM603.3 361.44h99.72v-44.86h-99.72v44.86zM713.16 309h-120v60h120zM613.46 324.16h79.42v29.72h-79.42zM598.76 249.78h321.46v-20.040h-321.46v20.040zM925.84 222.18h-332.68v35.18h332.68zM604.36 237.34h310.28v4.88h-310.28zM598.76 150.56h348.8v-20.040h-348.8v20.040zM953.16 123h-360v35.12h360zM604.36 138.16h337.64v4.84h-337.64z" />
<glyph unicode="&#xe905;" glyph-name="colormag-econs-grid-4" d="M325.58 850.54v-805.080h-317.040v805.080h317.040zM328.12 857.54h-322.12v-819.080h322.12v819.080zM334.12 31h-334.12v834h334.12zM14.54 53h305.040v790h-305.040zM36.26 361.14h59.22v-44.9h-59.22v44.9zM101.48 308.78h-71.2v59.8h71.2zM42.26 323.68h47.24v30h-47.24zM36.26 249.38h215.34v-20.040h-215.34v20.040zM257.6 221.88h-227.32v34.96h227.32zM42.26 236.78h203.34v5.14h-203.34zM36.26 150.060h233.64v-20.040h-233.64v20.040zM276 122.54h-245.72v34.96h245.72zM42.26 137.46h221.74v5.14h-221.74zM669.58 850.54v-805.080h-314.2v805.080h314.2zM672.1 857.54h-319.24v-819.080h319.24v819.080zM678.1 31h-331.24v834h331.24zM361.36 53h302.24v790h-302.24zM396.32 361.14h58.7v-44.9h-58.7v44.9zM461 308.78h-70.68v59.8h70.68zM402.32 323.68h46.7v30h-46.7zM396.32 249.38h213.42v-20.040h-213.42v20.040zM615.72 221.88h-225.4v34.96h225.4zM402.32 236.78h201.42v5.14h-201.42zM396.32 150.060h231.56v-20.040h-231.56v20.040zM633.86 122.54h-243.54v34.96h243.54zM402.32 137.46h219.56v5.14h-219.56zM1015.48 850.54v-805.080h-315.16v805.080h315.16zM1018 857.54h-320.2v-819.080h320.2v819.080zM1024 31h-332.2v834h332.2zM706.32 53h303.16v790h-303.16zM741.38 361.14h58.88v-44.9h-58.88v44.9zM806.26 308.78h-70.86v59.8h70.86zM747.38 323.68h46.88v30h-46.88zM741.38 249.38h214.060v-20.040h-214.060v20.040zM961.44 221.88h-226v34.96h226zM747.44 236.78h202v5.14h-202zM741.38 150.060h232.26v-20.040h-232.26v20.040zM979.64 122.54h-244.24v34.96h244.24zM747.38 137.46h220.26v5.14h-220.26z" />
<glyph unicode="&#xe906;" glyph-name="colormag-econs-block-10" d="M0 948v-496.38h479.14v496.38zM15.68 470.68v458.26h447.78v-458.26zM50 720h88v-54h-88v54zM49.78 626.16h347.42v-33.9h-347.42v33.9zM49.78 543.3h376v-33.9h-376v33.9zM6.1 302.1h461.9v-10h-461.9v10zM6.1 130.020h461.9v-10h-461.9v10zM6.1-42.040h461.9v-10h-461.9v10zM46.1 393.14h341.9v-20h-341.9v20zM16.040 388.14h10v-10h-10v10zM46.1 221.060h341.9v-20h-341.9v20zM16.040 216.060h10v-10h-10v10zM46.1 49h341.9v-20h-341.9v20zM16.040 44h10v-10h-10v10zM544.86 948v-496.38h479.14v496.38zM560.54 470.68v458.26h447.78v-458.26zM594.86 720h88v-54h-88v54zM594.64 626.16h347.42v-33.9h-347.42v33.9zM594.64 543.3h376v-33.9h-376v33.9zM550.94 302.1h461.9v-10h-461.9v10zM550.94 130.020h461.9v-10h-461.9v10zM550.94-42.040h461.9v-10h-461.9v10zM590.94 393.14h341.9v-20h-341.9v20zM560.9 388.14h10v-10h-10v10zM590.94 221.060h341.9v-20h-341.9v20zM560.9 216.060h10v-10h-10v10zM590.94 49h341.9v-20h-341.9v20zM560.9 44h10v-10h-10v10z" />
<glyph unicode="&#xe907;" glyph-name="colormag-econs-block-1" d="M499.451 945.009v-684.508h-489.583v684.508h489.583zM503.454 951.013h-497.449v-696.517h497.369v696.477zM509.318 245.47h-509.318v714.53h509.318zM15.792 269.488h477.715v666.495h-477.715zM5.944 171.195h501.672v-19.114h-501.672v19.114zM513.541 143.054h-513.541v37.168h513.541zM11.869 161.067h489.804v1.061h-489.804zM5.944 66.257h430.419v-19.114h-430.419v19.114zM442.328 38.096h-442.328v37.248h442.328zM12.009 56.109h418.411v1.061h-418.551zM5.944-30.075h485.28v-19.114h-485.28v19.114zM497.149-58.236h-497.149v37.188h497.149zM11.869-40.222h473.411v1.041h-473.411zM694.515 565.147v-234.294h-124.452v234.294h124.452zM698.518 573.733h-132.418v-251.487h132.418v251.467zM704.343 313.22h-144.107v269.56h144.107zM575.987 339.88h112.524v216.16h-112.524zM760.805 576.435h257.471v-8.606h-257.471v8.606zM754.86 585.462h269.34v-26.66h-269.34v26.66zM760.805 459.288h187.879v-8.606h-187.879v8.606zM754.86 468.315h199.748v-26.66h-199.748v26.66zM760.805 333.535h250.506v-8.606h-250.506v8.606zM754.86 342.582h262.375v-26.66h-262.375v26.66zM694.515 187.907v-234.274h-124.452v234.174h124.452zM698.518 196.413h-132.418v-251.387h132.418v251.487zM704.343-64h-144.107v269.44h144.107zM575.987-37.34h112.524v216.16h-112.524zM760.805 199.195h257.471v-8.606h-257.471v8.606zM754.86 208.242h269.34v-26.66h-269.34v26.66zM760.805 82.048h187.879v-8.606h-187.879v8.606zM754.86 91.095h199.748v-26.66h-199.748v26.66zM760.805-43.685h250.506v-8.606h-250.506v8.606zM754.86-34.658h262.375v-26.66h-262.375v26.66zM694.515 938.564v-234.294h-124.452v234.294h124.452zM698.518 947.15h-132.418v-251.467h132.418v251.467zM704.343 686.637h-144.107v269.56h144.107zM575.987 713.317h112.524v216.16h-112.524zM760.805 949.852h257.471v-8.606h-257.471v8.606zM754.86 958.879h269.34v-26.66h-269.34v26.66zM760.805 832.706h187.879v-8.606h-187.879v8.606zM754.86 841.732h199.748v-26.66h-199.748v26.66zM760.805 706.952h250.506v-8.606h-250.506v8.606zM754.86 715.999h262.375v-26.66h-262.375v26.66z" />
<glyph unicode="&#xe908;" glyph-name="colormag-econs-block-2" d="M478 944.58v-659.82h-468.3v659.82h468.3zM481.76 950.32h-475.76v-671.32h475.72v671.32zM487.66 270.34h-487.66v688.66h487.66zM15.66 293.44h456.34v642.46h-456.36zM5.94 169.28h474.36v-15.42h-474.36v15.42zM486.24 146.86h-486.24v29.44h486.24zM12 160.88h462.36v1.4h-462.36zM5.94 64.68h432.28v-15.42h-432.28v15.42zM444.16 42.24h-444.16v29.44h444.16zM12 56.28h420.28v1.38h-420.28zM5.94-39.94h469.020v-15.42h-469.020v15.42zM480.92-62.38h-480.92v29.38h480.92zM12-48.34h457.020v1.34h-457.020zM1015.26 944.58v-659.82h-468.24v659.82h468.24zM1019.020 950.32h-475.76v-671.32h475.76v671.32zM1024.96 270.34h-487.66v688.66h487.66zM552.96 293.44h456.36v642.46h-456.36zM542.84 169.28h474.36v-15.42h-474.36v15.42zM1023.14 146.86h-486.26v29.44h486.26zM548.78 160.86h462.46v1.4h-462.46zM542.84 64.68h432.28v-15.42h-432.28v15.42zM981.060 42.24h-444.18v29.44h444.18zM548.78 56.24h420.38v1.38h-420.38zM542.84-39.94h469.020v-15.42h-469.020v15.42zM1017.8-62.38h-480.92v29.38h480.92zM548.78-48.38h457.22v1.38h-457.22z" />
<glyph unicode="&#xe909;" glyph-name="colormag-econs-block-3" d="M468.48 888.78v-646.48h-458.98v646.48h458.98zM472.16 894.4h-466.34v-657.72h466.34v657.72zM478 228.080h-478v674.92h478zM15.32 250.88h447.34v629.32h-447.34zM5.82 124.68h464.96v-14.94h-464.96v14.94zM476.6 102.86h-476.6v28.68h476.6zM11.64 116.6h453.32v1.22h-453.32zM5.82 14.32h423.7v-14.94h-423.7v14.94zM435.34-7.5h-435.34v28.68h435.34zM11.64 6.24h412v1.2h-412zM1014 888.78v-646.48h-459.040v646.48h459.040zM1017.68 894.4h-466.4v-657.72h466.36v657.72zM1023.46 228.080h-478v674.92h478zM560.78 250.88h447.36v629.32h-447.36zM551.28 124.68h464.96v-14.94h-464.96v14.94zM1022 102.86h-476.54v28.68h476.54zM557.1 116.6h453.32v1.22h-453.32zM551.28 14.32h423.72v-14.94h-423.72v14.94zM980.82-7.5h-435.36v28.68h435.36zM557.1 6.24h412v1.2h-412z" />
<glyph unicode="&#xe90a;" glyph-name="colormag-econs-block-4" d="M289.66 896.1v-370.54h-274.92v370.54h274.92zM298.4 909.7h-292.4v-397.74h292.4v397.74zM304.4 502.66h-304.4v416.34h304.4zM20.74 534.84h262.9v352h-262.9zM370.46 904.5h647.54v-16.68h-647.54v16.68zM364.44 913.78h659.56v-35.28h-659.56v35.28zM370.46 782.88h469.8v-16.68h-469.8v16.68zM364.44 792.16h481.8v-35.28h-481.8v35.28zM370.46 661.26h626.4v-16.68h-626.4v16.68zM364.44 670.54h638.4v-35.28h-638.4v35.28zM370.46 539.64h565.080v-16.68h-565.080v16.68zM364.44 548.94h577.080v-35.28h-577.080v35.28zM289.66 370.78v-370.56h-274.92v370.56h274.92zM298.4 384.38h-292.4v-397.76h292.4v397.76zM304.4-22.68h-304.4v416.34h304.4zM20.74 9.5h262.9v352h-262.9zM370.46 379.16h647.54v-16.68h-647.54v16.68zM364.44 388.44h659.56v-35.28h-659.56v35.28zM370.46 257.54h469.8v-16.68h-469.8v16.68zM364.44 266.84h481.8v-35.28h-481.8v35.28zM370.46 135.92h626.4v-16.68h-626.4v16.68zM364.44 145.22h638.4v-35.28h-638.4v35.28zM370.46 14.3h565.080v-16.68h-565.080v16.68zM364.44 23.6h577.080v-35.28h-577.080v35.28z" />
<glyph unicode="&#xe90b;" glyph-name="colormag-econs-block-5" d="M1024 157h-94.52v15.54h78.76v724.92h-992.48v-724.92h116.18v-15.54h-131.94v756h1024v-756zM140 233h778v-16h-778v16zM140 111h778v-16h-778v16zM140-1h778v-16h-778v16z" />
<glyph unicode="&#xe90c;" glyph-name="colormag-econs-grid-7" d="M1010 943.66v-991.32h-996v991.32h996zM1018 952.28h-1012v-1008.56h1012v1008.56zM1024-64h-1024v1024h1024zM20-40h984v976h-984zM89.5 473.72h211.18v-88.44h-211.18v88.44zM312 377.56h-233.8v103.88h233.8zM100.82 393h188.56v73h-188.56zM84.18 302.84h786.9v-24.68h-786.9v24.68zM877.1 270.44h-798.9v40.12h798.9zM90.2 285.88h774.9v9.24h-774.9zM84.18 184.36h853.82v-24.68h-853.82v24.68zM944 152h-865.8v40h865.8zM90.2 167.4h841.8v9.24h-841.8zM84.18 65.88h409.3v-24.68h-409.3v24.68zM499.5 33.48h-421.3v40.12h421.3zM90.2 48.92h397.3v9.26h-397.3z" />
<glyph unicode="&#xe90d;" glyph-name="colormag-econs-grid-5" d="M241.031 851.248v-806.495h-233.155v806.495h233.155zM242.894 858.261h-236.883v-820.523h236.883v820.523zM248.886 30.184h-248.886v835.632h248.886zM13.867 52.227h221.152v791.546h-221.152zM43.445 360.97h42.804v-44.988h-42.804v44.988zM92.18 308.447h-54.727v60.117h54.727zM49.376 323.537h30.78v29.898h-30.72zM43.445 249.031h155.664v-20.079h-155.664v20.079zM205.101 221.397h-167.647v35.229h167.647zM49.437 236.487h143.661v4.99h-143.661zM43.445 149.517h168.89v-20.079h-168.89v20.079zM218.427 121.883h-180.973v35.189h180.973zM49.437 136.993h156.967v4.99h-156.967zM499.576 851.248v-806.495h-233.055v806.495h233.055zM501.439 858.261h-236.923v-820.523h236.923v820.523zM507.451 30.184h-248.946v835.632h248.946zM272.412 52.227h221.172v791.546h-221.172zM301.99 360.97h42.804v-44.988h-42.804v44.988zM350.785 308.447h-54.787v60.117h54.787zM307.982 323.537h30.8v29.898h-30.8zM301.99 249.031h155.664v-20.079h-155.664v20.079zM463.646 221.397h-167.647v35.229h167.647zM307.982 236.487h143.661v4.99h-143.661zM301.99 149.517h168.89v-20.079h-168.89v20.079zM476.932 121.883h-180.933v35.189h180.933zM308.042 136.993h156.866v4.99h-156.906zM758.121 851.248v-806.495h-233.095v806.495h233.095zM760.004 858.261h-236.983v-820.523h236.983v820.523zM765.996 30.184h-248.886v835.632h248.886zM531.037 52.227h221.092v791.546h-221.092zM560.535 360.97h42.804v-44.988h-42.804v44.988zM609.33 308.447h-54.787v60.117h54.787zM566.547 323.537h30.8v29.898h-30.8zM560.535 249.031h155.664v-20.079h-155.664v20.079zM722.191 221.397h-167.647v35.229h167.647zM566.547 236.487h143.661v4.99h-143.661zM560.535 149.517h168.89v-20.079h-168.89v20.079zM735.436 121.883h-180.893v35.189h180.893zM566.547 136.993h156.866v4.99h-156.866zM1016.686 851.248v-806.495h-233.155v806.495h233.155zM1018.549 858.261h-236.903v-820.523h236.903v820.523zM1024.541 30.184h-248.886v835.632h248.886zM789.542 52.227h221.132v791.546h-221.132zM819.701 360.97h43.505v-44.988h-43.505v44.988zM869.198 308.447h-55.488v60.117h55.488zM825.713 323.537h31.502v29.898h-31.502zM819.701 249.031h158.209v-20.079h-158.209v20.079zM983.922 221.397h-170.212v35.229h170.212zM825.733 236.487h146.286v4.99h-146.286zM819.701 149.517h171.655v-20.079h-171.655v20.079zM997.368 121.883h-183.659v35.189h183.659zM825.713 136.993h159.652v4.99h-159.652z" />
<glyph unicode="&#xe90e;" glyph-name="colormag-econs-block-9" d="M6 953.26h454.6v-29.98h-454.6v29.98zM466.6 916.54h-466.6v43.46h466.6zM12 930h442.6v16.52h-442.6zM6 871.12h414.28v-14.2h-414.28v14.2zM426.28 850.18h-426.28v27.68h426.28zM12 863.64h402.28v0.74h-402.28zM6 799.52h151.68v-14.2h-151.68v14.2zM163.68 778.58h-163.68v27.68h163.68zM12 792h139.68v0.72h-139.68zM563.4 953.26h454.6v-29.98h-454.6v29.98zM1024 916.54h-466.6v43.46h466.6zM569.4 930h442.6v16.52h-442.6zM563.4 871.12h414.28v-14.2h-414.28v14.2zM983.68 850.18h-426.28v27.68h426.28zM569.4 863.64h402.28v0.74h-402.28zM563.4 799.52h151.68v-14.2h-151.68v14.2zM721.060 778.58h-163.66v27.68h163.66zM569.4 792h139.66v0.72h-139.66zM6 672.4h454.6v-29.98h-454.6v29.98zM466.6 635.68h-466.6v43.46h466.6zM12 649.14h442.6v16.52h-442.6zM6 590.26h414.28v-14.2h-414.28v14.2zM426.28 569.32h-426.28v27.68h426.28zM12 582.78h402.28v0.74h-402.28zM6 518.66h151.68v-14.2h-151.68v14.2zM163.68 497.72h-163.68v27.68h163.68zM12 511.2h139.68v0.8h-139.68zM563.4 672.4h454.6v-29.98h-454.6v29.98zM1024 635.68h-466.6v43.46h466.6zM569.4 649.14h442.6v16.52h-442.6zM563.4 590.26h414.28v-14.2h-414.28v14.2zM983.68 569.32h-426.28v27.68h426.28zM569.4 582.78h402.28v0.74h-402.28zM563.4 518.66h151.68v-14.2h-151.68v14.2zM721.060 497.72h-163.66v27.68h163.66zM569.4 511.2h139.66v0.8h-139.66zM6 391.54h454.6v-29.98h-454.6v29.98zM466.6 354.82h-466.6v43.46h466.6zM12 368.28h442.6v16.52h-442.6zM6 309.4h414.28v-14.2h-414.28v14.2zM426.28 288.46h-426.28v27.68h426.28zM12 302h402.28v0.74h-402.28zM6 237.8h151.68v-14.2h-151.68v14.2zM163.68 216.86h-163.68v27.68h163.68zM12 230.34h139.68v0.72h-139.68zM563.4 391.54h454.6v-29.98h-454.6v29.98zM1024 354.82h-466.6v43.46h466.6zM569.4 368.28h442.6v16.52h-442.6zM563.4 309.4h414.28v-14.2h-414.28v14.2zM983.68 288.46h-426.28v27.68h426.28zM569.4 302h402.28v0.74h-402.28zM563.4 237.8h151.68v-14.2h-151.68v14.2zM721.060 216.86h-163.66v27.68h163.66zM569.4 230.34h139.66v0.72h-139.66zM6 110.68h454.6v-29.98h-454.6v29.98zM466.6 74h-466.6v43.42h466.6zM12 87.42h442.6v16.58h-442.6zM6 28.54h414.28v-14.2h-414.28v14.2zM426.28 7.58h-426.28v27.68h426.28zM12 21.060h402.28v0.74h-402.28zM6-43.060h151.68v-14.2h-151.68v14.2zM163.68-64h-163.68v27.68h163.68zM12-50.52h139.68v0.72h-139.68zM563.4 110.68h454.6v-29.98h-454.6v29.98zM1024 74h-466.6v43.42h466.6zM569.4 87.46h442.6v16.54h-442.6zM563.4 28.54h414.28v-14.2h-414.28v14.2zM983.68 7.58h-426.28v27.68h426.28zM569.4 21.060h402.28v0.74h-402.28zM563.4-43.060h151.68v-14.2h-151.68v14.2zM721.060-64h-163.66v27.68h163.66zM569.4-50.52h139.66v0.72h-139.66z" />
<glyph unicode="&#xe90f;" glyph-name="colormag-econs-block-8" d="M308 943.88v-688.86h-299.7v688.86h299.7zM310.4 949.88h-304.4v-700.86h304.48v700.86zM316.38 238.9h-316.38v721.1h316.38zM14.2 265.14h288v668.62h-288zM5.9 115.96h303.68v-19.92h-303.68v19.92zM0 126.080h315.48v-40.18h-315.48v40.18zM5.9-33.94h276.74v-19.92h-276.74v19.92zM0-23.82h288.54v-40.18h-288.54v40.18zM662 943.88v-688.86h-299.82v688.86h299.82zM664.42 949.88h-304.64v-700.86h304.58v700.86zM670.26 238.9h-316.38v721.1h316.38zM368 265.14h288v668.62h-288zM359.78 115.96h303.68v-19.92h-303.68v19.92zM353.88 126.080h315.48v-40.18h-315.48v40.18zM359.78-33.94h276.74v-19.92h-276.74v19.92zM353.88-23.82h288.54v-40.18h-288.54v40.18zM1015.82 943.88v-688.86h-299.82v688.86h299.82zM1018.22 949.88h-304.58v-700.86h304.58v700.86zM1024.12 238.9h-316.38v721.1h316.38zM722 265.14h288v668.62h-288zM713.64 115.96h303.68v-19.92h-303.68v19.92zM707.74 126.080h315.48v-40.18h-315.48v40.18zM713.64-33.94h276.74v-19.92h-276.74v19.92zM707.74-23.82h288.54v-40.18h-288.54v40.18z" />
<glyph unicode="&#xe910;" glyph-name="colormag-econs-block-7" d="M469.46 948.4v-473.18h-459.78v473.18h459.78zM473.14 952.52h-467.14v-481.42h467.14v481.42zM479.14 463.62h-479.14v496.38h479.14zM15.68 482.68h447.78v458.26h-447.78zM57.52 722.82h72.72v-37.46h-72.72v37.46zM138 676.76h-88.22v54.64h88.22zM65.28 694h57.24v20.22h-57.24zM55.4 629.58h336.2v-16.72h-336.2v16.72zM49.78 638.16h347.42v-33.9h-347.42v33.9zM55.4 546.72h364.78v-16.72h-364.78v16.72zM49.78 555.3h376v-33.9h-376v33.9zM137.86 374v-162h-127.44v162h127.44zM141.86 380h-135.5v-174h135.64v174zM148.28 198.96h-148.28v188.12h148.28zM16.78 219.12h114.7v147.8h-114.7zM209.68 378.1h263.96v-5.94h-263.96v5.94zM203.32 385.22h276.68v-20.16h-276.68v20.16zM209.68 300.82h192.62v-5.94h-192.62v5.94zM203.32 307.92h205.34v-20.16h-205.34v20.16zM209.68 213.88h256.82v-5.94h-256.82v5.94zM203.32 220.98h269.56v-20.16h-269.56v20.16zM137.86 111.060v-162h-127.44v162h127.44zM141.86 117.060h-135.5v-173.9h135.64v173.84zM148.28-64h-148.28v188h148.28zM16.78-43.84h114.7v147.84h-114.7zM209.68 118.86h263.96v-5.94h-263.96v5.94zM203.32 125.96h276.68v-20.16h-276.68v20.16zM209.68 37.86h192.62v-5.94h-192.62v5.94zM203.32 44.96h205.34v-20.16h-205.34v20.16zM209.68-49.1h256.82v-5.94h-256.82v5.94zM203.32-41.98h269.56v-20.16h-269.56v20.16zM1014.32 948.4v-473.18h-459.78v473.18h459.78zM1018 952.52h-467.14v-481.42h467.14v481.42zM1024 463.62h-479.14v496.38h479.14zM560.54 482.68h447.78v458.26h-447.78zM591 722.82h73.2v-37.46h-73.2v37.46zM672 676.76h-88.78v54.64h88.78zM598.8 694h57.6v20.22h-57.6zM588.74 629.58h330.82v-16.72h-330.82v16.72zM583.22 638.16h341.88v-33.9h-341.88v33.9zM588.74 546.72h358.96v-16.72h-358.96v16.72zM583.22 555.3h370v-33.9h-370v33.9zM684.34 374v-162h-126.5v162h126.5zM688.34 380h-134.54v-174h134.56v174zM694.68 198.96h-147.2v188.12h147.2zM564.16 219.12h113.84v147.8h-113.84zM755.64 378.1h262.040v-5.94h-262.040v5.94zM749.32 385.22h274.68v-20.16h-274.68v20.16zM755.64 300.82h191.22v-5.94h-191.22v5.94zM749.32 307.92h203.86v-20.16h-203.86v20.16zM755.64 213.88h254.96v-5.94h-254.96v5.94zM749.32 220.98h267.6v-20.16h-267.6v20.16zM684.34 111.060v-162h-126.5v162h126.5zM688.34 117.060h-134.54v-173.9h134.56v173.84zM694.68-64h-147.2v188h147.2zM564.16-43.84h113.84v147.84h-113.84zM755.64 118.86h262.040v-5.94h-262.040v5.94zM749.32 125.96h274.68v-20.16h-274.68v20.16zM755.64 37.86h191.22v-5.94h-191.22v5.94zM749.32 44.96h203.86v-20.16h-203.86v20.16zM755.64-49.1h254.96v-5.94h-254.96v5.94zM749.32-41.98h267.6v-20.16h-267.6v20.16z" />
<glyph unicode="&#xe911;" glyph-name="colormag-econs-block-6" d="M136.426 856.117v-182.015h-126.407v182.015h126.407zM140.434 862.81h-134.423v-195.382h134.443v195.382zM146.466 660.415h-146.466v209.409h146.466zM16.031 681.135h114.383v167.968h-114.383zM207.666 860.726h261.791v-6.673h-261.791v6.673zM201.654 867.74h273.815v-20.72h-273.815v20.72zM207.666 773.876h191.033v-6.673h-191.033v6.673zM201.654 780.91h203.057v-20.72h-203.057v20.72zM207.666 676.206h254.717v-6.673h-254.717v6.673zM201.654 683.219h266.741v-20.72h-266.741v20.72zM136.426 538.958v-182.015h-126.407v182.015h126.407zM140.434 545.631h-134.423v-195.382h134.443v195.382zM146.466 343.235h-146.466v209.409h146.466zM16.031 363.956h114.383v167.968h-114.383zM207.666 547.715h261.791v-6.673h-261.791v6.673zM201.654 554.728h273.815v-20.72h-273.815v20.72zM207.666 456.717h191.033v-6.673h-191.033v6.673zM201.654 463.731h203.057v-20.72h-203.057v20.72zM207.666 359.026h254.717v-6.673h-254.717v6.673zM201.654 366.040h266.741v-20.72h-266.741v20.72zM136.426 221.778v-182.015h-126.407v182.015h126.407zM140.434 228.451h-134.423v-195.382h134.443v195.382zM146.466 26.056h-146.466v209.409h146.466zM16.031 46.776h114.383v167.968h-114.383zM207.666 230.535h261.791v-6.673h-261.791v6.673zM201.654 237.549h273.815v-20.72h-273.815v20.72zM207.666 139.538h191.033v-6.673h-191.033v6.673zM201.654 146.551h203.057v-20.72h-203.057v20.72zM207.666 41.847h254.717v-6.673h-254.717v6.673zM201.654 48.86h266.741v-20.72h-266.741v20.72zM685.88 856.117v-182.015h-126.387v182.015h126.387zM689.887 862.81h-134.423v-195.382h134.443v195.382zM695.919 660.415h-146.466v209.409h146.466zM565.505 681.135h114.363v167.968h-114.363zM757.119 860.726h261.791v-6.673h-261.791v6.673zM751.107 867.74h273.815v-20.72h-273.815v20.72zM757.119 773.876h191.033v-6.673h-191.033v6.673zM751.107 780.91h203.057v-20.72h-203.057v20.72zM757.119 676.206h254.717v-6.673h-254.717v6.673zM751.107 683.219h266.741v-20.72h-266.741v20.72zM685.88 538.958v-182.015h-126.387v182.015h126.387zM689.887 545.631h-134.423v-195.382h134.443v195.382zM695.919 343.235h-146.466v209.409h146.466zM565.505 363.956h114.363v167.968h-114.363zM757.119 547.715h261.791v-6.673h-261.791v6.673zM751.107 554.728h273.815v-20.72h-273.815v20.72zM757.119 456.717h191.033v-6.673h-191.033v6.673zM751.107 463.731h203.057v-20.72h-203.057v20.72zM757.119 359.026h254.717v-6.673h-254.717v6.673zM751.107 366.040h266.741v-20.72h-266.741v20.72zM685.88 221.778v-182.015h-126.387v182.015h126.387zM689.887 228.451h-134.423v-195.382h134.443v195.382zM695.919 26.056h-146.466v209.409h146.466zM565.505 46.776h114.363v167.968h-114.363zM757.119 230.535h261.791v-6.673h-261.791v6.673zM751.107 237.549h273.815v-20.72h-273.815v20.72zM757.119 139.538h191.033v-6.673h-191.033v6.673zM751.107 146.551h203.057v-20.72h-203.057v20.72zM757.119 41.847h254.717v-6.673h-254.717v6.673zM751.107 48.86h266.741v-20.72h-266.741v20.72z" />
<glyph unicode="&#xe912;" glyph-name="colormag-econs-grid-1" d="M495.26 850.16v-805.26h-485.38v805.26h485.38zM499.26 857.16h-493.26v-819.26h493.16v819.26zM505.16 30.060h-505.16v834.94h505.16zM15.88 52.74h473.4v789.58h-473.4zM56.080 466.88h59.36v-44.92h-59.36v44.92zM121.44 414.12h-71.34v60.6h71.34zM62 429.8h47.46v29.2h-47.46zM56.080 296.080h357.38v-20.060h-357.38v20.060zM419.46 268.2h-369.36v35.72h369.36zM62 283.86h345.4v4.38h-345.4zM56.080 137.72h387.76v-20.060h-387.76v20.060zM449.84 109.82h-399.74v35.74h399.74zM62 125.5h375.86v4.38h-375.86zM759.020 853.84v-382.84h-229.44v382.84h229.44zM760.86 857.16h-233.12v-389.52h233.12v389.52zM766.86 459.8h-245.12v405.2h245.12zM535.56 478.8h217.48v367.2h-217.48zM560.080 664h29.78v-28.5h-29.78v28.5zM595.86 627.66h-41.76v44.18h41.76zM566 643.34h17.8v12.82h-17.8zM560.080 554.26h165.98v-11.52h-165.98v11.52zM554.1 562.1h177.96v-27.18h-177.96v27.18zM759.020 423v-381.8h-229.44v381.8h229.44zM760.86 426.32h-233.12v-388.42h233.12v388.44zM766.86 30.060h-245.12v404.1h245.12zM535.56 49h217.48v366.18h-217.48zM560.080 233.72h29.78v-28.42h-29.78v28.42zM595.86 197.44h-41.76v44h41.76zM566 213.12h17.8v12.76h-17.8zM560.080 124.28h165.98v-11.48h-165.98v11.48zM554.1 132.12h177.96v-27.16h-177.96v27.16zM1015.7 423v-381.8h-228.72v381.8h228.72zM1017.52 426.32h-232.36v-388.42h232.36v388.44zM1023.52 30.060h-244.36v404.1h244.36zM792.98 49h216.72v366.18h-216.72zM817.4 233.72h29.68v-28.42h-29.68v28.42zM853.080 197.44h-41.68v44h41.68zM823.4 213.12h17.68v12.76h-17.68zM817.4 124.28h163.2v-11.48h-163.2v11.48zM811.4 132.12h175.18v-27.16h-175.18v27.16zM1015.7 853.84v-382.84h-228.72v382.84h228.72zM1017.52 857.16h-232.36v-389.52h232.36v389.52zM1023.52 459.8h-244.36v405.2h244.36zM792.98 478.8h216.72v367.2h-216.72zM817.4 664h29.68v-28.5h-29.68v28.5zM853.080 627.66h-41.68v44.18h41.68zM823.4 643.34h17.68v12.82h-17.68zM817.4 554.26h163.2v-11.52h-163.2v11.52zM811.4 562.1h175.18v-27.18h-175.18v27.18z" />
<glyph unicode="&#xe913;" glyph-name="colormag-econs-trending" d="M342.66 468.66h407.34v-41.34h-407.34v41.34zM120.66 487.78h138.66v-79.58h-138.66v79.58zM861.3 472.68l-5.92 6.2-29.9-30.74 29.62-31.020 5.98 6.14-23.7 24.82 23.92 24.6zM869.76 472.68l5.92 6.2 29.92-30.74-5.94-6.2-23.68-24.82-5.98 6.14 23.68 24.82-23.92 24.6zM0 960v-1024h1024v1024zM33.52-24.66v945.32h956.96v-945.32z" />
</font></defs></svg>inc/compatibility/elementor/assets/fonts/colormag-econs.ttf000064400000025670151213253020020246 0ustar00�0OS/2%�`cmapVҚTgasppglyf�_x'�head��)6hhea��)8$hmtxV)\`locam�d�)�2maxpa&)� name�J	�*�post+� ��������3	@����@�@ 8
 ����� ���������797979q $(-15:?CGKOSX]bgkosw{��!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!7!!!!!!3##5335#!!5'!!5!!7!!!!!!3##5335#!!5'!!5� �����,0::@FF:..Y��_��e��M��v��|�~���j�����������"$,,288,  ��e��Y��������"$,,288,  ��e��Yb��D��b��6�E.=. �#|#�s��k��d��o�,i��s��k��d��o�,i4p $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����e��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ep	
"&+/37;?CHLQUY]aeimqvz~�������������������������������#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������a��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A��������'=A��������&>A(`!%).26:>BFJNRW\`eimquy}����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����Q��#��A���--5=-h#\#��v�����g�,b���v��}�|���g�,b<��v��}�|���g�,ba#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��R��$��B���,<-h#[#��$��B���,<-h#[#'a!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������S��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"���$)-26;?CGKPTX\`dhlptx!!%3#!!5!!5!!5!!5!!5!!53#!!53#!!53#!!%3#!!5!!!!!!!!!!'3#!!'3#!!'3#�1��cXX[��x��,�2�2�2(V��

V��

V��

�1��cXX[��x��,�2�2�2(V��

V��

V��

���#�6�6(""S""�

�

�

�
�
�
���#�6�6(""S"�
�
�
�
�
�
+���"&*/37;@DHLQUZ^bglptx}��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#57#35#335#7!!'!!53#'3#53#'!!#537#35#335#7!!'!!53#'3#53#'!!#57#3#335#7!!'!!53#'3#53#'!!�������"
��
����
���R��F��R��^����'�}������qq���
����������<}}�����qq���
����������<}������qq���
������������T��G��>�M��%`%W%\��	������~�	�������
��~	�����	
��	~	�	���"&*/37;?CGKOSW[_cgk!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a��X��f��ab�l��a	��f��ab����!%)-26:>BFJNR!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!�6�.��"�1��@	�/�#�/�;��X��M��Y��d�5�-��"�2��A
�/�#�/�;��X��L��X��dy�y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
##�#`
$$�	##���s
�s
���_	##�#`	##�
$$���%#53!3#!!!!!!!_O� t���
��
��
����,�Xj`���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	4b!%).26:>BFJNRVZ^bfjnsw{���������������������#7#3#33#3#5#5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335#����������++177+��������������������������++177+��������������������������**066*��������������������������++177+����������������S��&��D���--5=-h$[#��&��D���-=-h$[#��&��4��D���-=-h$[#��&��D���-=-h$[#H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���"&+/38<@EJNRV[_cg!%!!!!!!!!5'!!!!5'!!!%!!!!!!!!5'!!!!'!!5!!7!!!!!!!!5'!!!!'!!4��.��0��<�� ��0��;����!�����.��0��<�� ��/��;���� �����,��0��<�� ��/��;���� ����O��C��9�I���
(x
(�O��C��9�I���
(x((�O��C
�I���
(x(>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
<f"'+059=AEJOTX\aeimqv{������������������������������#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!'!!3#5'3#53#5'!!#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!�~������rr�����������
��B~~�����rr�����������
��B~������rr�����������
��������rr�������������A�����rr�������������A�����rr�������������X�����ҽ�Ii{�����ҽ�Mi{�����Ѽ�Mi<�����ҽ�IT
{�����ҽ�MT{�����Ѽ�MT1a"&*/37<@DHLPTX\`eimquy}�������������������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!#37#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#37#3#33#3##5335#3#5'3#5�������'(;;AGG;//e��k��q��Y����|��p��|x������������$**��������������$**��������������$**��������������$**����R��%��3��C����--5=-�$�$���{��~o�,
fp��~�|��t��n�,
f>��~�|��t��n�,
f���{��~o�,
f���	!!5'3#5'7'?'7'!!W��iފ��!���"��**PP��'��NoSO�_<��O�8�O�8��������
L����	r

�
�d�z6�D��$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.inc/compatibility/elementor/assets/fonts/colormag-econs.woff000064400000026004151213253020020402 0ustar00wOFF,+�OS/2``%cmaphTTVҚgasp�glyf�'�'��_head)L66��hhea)�$$��hmtx)�``Vloca*22m�d�maxp*<  a&name*\���J	�post+�  ��������3	@����@�@ 8
 ����� ���������797979q $(-15:?CGKOSX]bgkosw{��!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!7!!!!!!3##5335#!!5'!!5!!7!!!!!!3##5335#!!5'!!5� �����,0::@FF:..Y��_��e��M��v��|�~���j�����������"$,,288,  ��e��Y��������"$,,288,  ��e��Yb��D��b��6�E.=. �#|#�s��k��d��o�,i��s��k��d��o�,i4p $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����e��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ep	
"&+/37;?CHLQUY]aeimqvz~�������������������������������#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������a��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A��������'=A��������&>A(`!%).26:>BFJNRW\`eimquy}����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����Q��#��A���--5=-h#\#��v�����g�,b���v��}�|���g�,b<��v��}�|���g�,ba#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��R��$��B���,<-h#[#��$��B���,<-h#[#'a!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������S��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"���$)-26;?CGKPTX\`dhlptx!!%3#!!5!!5!!5!!5!!5!!53#!!53#!!53#!!%3#!!5!!!!!!!!!!'3#!!'3#!!'3#�1��cXX[��x��,�2�2�2(V��

V��

V��

�1��cXX[��x��,�2�2�2(V��

V��

V��

���#�6�6(""S""�

�

�

�
�
�
���#�6�6(""S"�
�
�
�
�
�
+���"&*/37;@DHLQUZ^bglptx}��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#57#35#335#7!!'!!53#'3#53#'!!#537#35#335#7!!'!!53#'3#53#'!!#57#3#335#7!!'!!53#'3#53#'!!�������"
��
����
���R��F��R��^����'�}������qq���
����������<}}�����qq���
����������<}������qq���
������������T��G��>�M��%`%W%\��	������~�	�������
��~	�����	
��	~	�	���"&*/37;?CGKOSW[_cgk!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a��X��f��ab�l��a	��f��ab����!%)-26:>BFJNR!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!�6�.��"�1��@	�/�#�/�;��X��M��Y��d�5�-��"�2��A
�/�#�/�;��X��L��X��dy�y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
##�#`
$$�	##���s
�s
���_	##�#`	##�
$$���%#53!3#!!!!!!!_O� t���
��
��
����,�Xj`���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	4b!%).26:>BFJNRVZ^bfjnsw{���������������������#7#3#33#3#5#5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335#����������++177+��������������������������++177+��������������������������**066*��������������������������++177+����������������S��&��D���--5=-h$[#��&��D���-=-h$[#��&��4��D���-=-h$[#��&��D���-=-h$[#H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���"&+/38<@EJNRV[_cg!%!!!!!!!!5'!!!!5'!!!%!!!!!!!!5'!!!!'!!5!!7!!!!!!!!5'!!!!'!!4��.��0��<�� ��0��;����!�����.��0��<�� ��/��;���� �����,��0��<�� ��/��;���� ����O��C��9�I���
(x
(�O��C��9�I���
(x((�O��C
�I���
(x(>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
<f"'+059=AEJOTX\aeimqv{������������������������������#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!'!!3#5'3#53#5'!!#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!�~������rr�����������
��B~~�����rr�����������
��B~������rr�����������
��������rr�������������A�����rr�������������A�����rr�������������X�����ҽ�Ii{�����ҽ�Mi{�����Ѽ�Mi<�����ҽ�IT
{�����ҽ�MT{�����Ѽ�MT1a"&*/37<@DHLPTX\`eimquy}�������������������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!#37#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#37#3#33#3##5335#3#5'3#5�������'(;;AGG;//e��k��q��Y����|��p��|x������������$**��������������$**��������������$**��������������$**����R��%��3��C����--5=-�$�$���{��~o�,
fp��~�|��t��n�,
f>��~�|��t��n�,
f���{��~o�,
f���	!!5'3#5'7'?'7'!!W��iފ��!���"��**PP��'��NoSO�_<��O�8�O�8��������
L����	r

�
�d�z6�D��$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.inc/compatibility/elementor/assets/fonts/colormag-econs.eot000064400000026134151213253020020234 0ustar00\,�+�LP�OSoicomoonRegularVersion 1.0icomoon�0OS/2%�`cmapVҚTgasppglyf�_x'�head��)6hhea��)8$hmtxV)\`locam�d�)�2maxpa&)� name�J	�*�post+� ��������3	@����@�@ 8
 ����� ���������797979q $(-15:?CGKOSX]bgkosw{��!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!7!!!!!!3##5335#!!5'!!5!!7!!!!!!3##5335#!!5'!!5� �����,0::@FF:..Y��_��e��M��v��|�~���j�����������"$,,288,  ��e��Y��������"$,,288,  ��e��Yb��D��b��6�E.=. �#|#�s��k��d��o�,i��s��k��d��o�,i4p $(-15:>BFJNRW[_dimquy}����������������������!%!!!!!!3##5335#!!5!5!!5!!!5!5!!5!!!5!5!!5!#7#3#335#3#5#5335#3#5'3#5%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#%#7#3#335#3##5335#3#'3#������(<ppv||pdd��"��(����`��f��l��T����b��V��b��n����������"++177+��������������#**066*��������������"++177+��������������#,,288,  ����e��$��:����9E9-a


;<


L��
����%
8��
����%
8��
����%
8��
����%
8Ep	
"&+/37;?CHLQUY]aeimqvz~�������������������������������#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3#5#53#37#3#33#3##5335#3##53#37#3#33#3##5335#3##53!%!!!!!!3##5335#3##533##53!%!!!!!!3##5335#3#5#533#5#53!%!!!!!!3##5335#3#5#533#5#53����������++177+�����!���������++177+�����#���������**066*�����"���������++177+�����!��;��>��J��,��+::@FF:..�������������=��?��K��/��"::@FF:..�������������=��@��L��.��!;;AGG;//�����������a��H��N��Z��<�'=��H��Z��<�'=��H��Z��<�'=��H��Z��<�'=�������'=A��������'=A��������&>A(`!%).26:>BFJNRW\`eimquy}����������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!%!!!!!!3##5335#!!5'!!5#7#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3#����
���*;;AGG;//x��~�|���l����h��\��h��t�������($**��\��P����������"((��������������"((����Q��#��A���--5=-h#\#��v�����g�,b���v��}�|���g�,b<��v��}�|���g�,ba#'+/37;?CGKOSW[_cg!%!!!!!!3##5335#!!!5!!5!!!!5!!5!!%!!!!!!3##5335#!!!5!!5!!!!5!!5!�������*@ddnxxdPPB��G��L��6��]��c��h��R����������*AddnxxdPPA��G��M��7��]��b��h��R��R��$��B���,<-h#[#��$��B���,<-h#[#'a!%).26:>BFJNRW[_cgkosw{��������!%!!!!!!3#5#5335#3#5#5335#3#5#5335#!%!!!!!!3##5335#3#5#5335#3##5335#!%!!!!!!3##5335#3#5#5335#3##5335#F��?��B��N��1��;;AGG;//��������������t��=��?��K��/��#;;AGG;//����������������e��>��@��L��/��#;;AGG;//��������������S��&��B���--4<-i#\"��&��B���-<-i#\"��&��B���-<-i#\"���$)-26;?CGKPTX\`dhlptx!!%3#!!5!!5!!5!!5!!5!!53#!!53#!!53#!!%3#!!5!!!!!!!!!!'3#!!'3#!!'3#�1��cXX[��x��,�2�2�2(V��

V��

V��

�1��cXX[��x��,�2�2�2(V��

V��

V��

���#�6�6(""S""�

�

�

�
�
�
���#�6�6(""S"�
�
�
�
�
�
+���"&*/37;@DHLQUZ^bglptx}��������������!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!#57#35#335#7!!'!!53#'3#53#'!!#537#35#335#7!!'!!53#'3#53#'!!#57#3#335#7!!'!!53#'3#53#'!!�������"
��
����
���R��F��R��^����'�}������qq���
����������<}}�����qq���
����������<}������qq���
������������T��G��>�M��%`%W%\��	������~�	�������
��~	�����	
��	~	�	���"&*/37;?CGKOSW[_cgk!%!!!!!!!!5!5!!5!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!!!!5!!5!�,�$���(�8
�&��&�2��P��D��P��\�+��+�7�,�$���(�8
�&��&�2��P��D��P��\�+��+�7��l��a��X��f��ab�l��a	��f��ab����!%)-26:>BFJNR!%!!!!!!!!5!5!!5!!!5!5!!5!!%!!!!!!!!!5!!5!!!!5!!5!�6�.��"�1��@	�/�#�/�;��X��M��Y��d�5�-��"�2��A
�/�#�/�;��X��L��X��dy�y��o	��tu�
hr�y��o��f��tu�
h���!&+059=AEJOSW\afk!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5!%!!!!!!%!!5'!!5!!'!!!!5'!!5!!5'!!5"����$��0����]��x��l�*�s����6��B��J����$��0����]��x��l�*�s����6��B�����r�r	���`
##�#`
$$�	##���s
�s
���_	##�#`	##�
$$���%#53!3#!!!!!!!_O� t���
��
��
����,�Xj`���!%).26:>B!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!!!!5!!5!������(E�����Ӽ���������V��\��b��J����g��[��g��s�� ����2YY`gXI�!)	o (
o)	4b!%).26:>BFJNRVZ^bfjnsw{���������������������#7#3#33#3#5#5335#3#5#5335#3#5#5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335##7#3#33#3##5335#3##5335#3##5335#����������++177+��������������������������++177+��������������������������**066*��������������������������++177+����������������S��&��D���--5=-h$[#��&��D���-=-h$[#��&��4��D���-=-h$[#��&��D���-=-h$[#H���#'+/37;@DHLPTX\`dhlptx|��������������������������������
#!!!5!!5!!!!5!!1!3##5335#%!!!5!!5!!!!5!!1!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#!!!5!!5!!!!5!!5!3##5335#%!!!5!!5!!!!5!!5!3#5#5335#�9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m�����������9�-�9��E��b��V��b��n��������'�9�-�9��E��a��U��a��m���������+L@�+L@y+LA�+LAx+LA�+LAx+KA�+KA���"&+/38<@EJNRV[_cg!%!!!!!!!!5'!!!!5'!!!%!!!!!!!!5'!!!!'!!5!!7!!!!!!!!5'!!!!'!!4��.��0��<�� ��0��;����!�����.��0��<�� ��/��;���� �����,��0��<�� ��/��;���� ����O��C��9�I���
(x
(�O��C��9�I���
(x((�O��C
�I���
(x(>���!&+049=AEIMRVZ^cgkosw|������������������������������!%!!!!!!3#5#5335#!!5'!!5!!5'!!5#57#35#5335#7!!'!!3#'3#5!!'!!#57#35#5335#7!!'!!3#'3#5!!'!!!%!!!!!!3#5#5335#!!5'!!!!'!!#57#35#5335#7!!5'!!53#'3#3#'!!#57#35#5335#7!!5'!!53#'3#3#'!!�5�-��!�1��A*HHPXXI::
Q��[��m��x��X�������rr������������A�������rr������������+�5�-��!�1��AIIQYYI99
K��V��g��r��e~������rr�������������A~������rr���������������'���#��&&.6%T""[""���������
@
^
Z��������
D
^
�'���#��&&.6%T"9"���������T
J
Z��������X
J
<f"'+059=AEJOTX\aeimqv{������������������������������#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!'!!3#5'3#53#5'!!#57#35#5335#7!!'!!3#5'3#53#5'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!#537#35#5335#7!!5'!!3#'3#3#'!!�~������rr�����������
��B~~�����rr�����������
��B~������rr�����������
��������rr�������������A�����rr�������������A�����rr�������������X�����ҽ�Ii{�����ҽ�Mi{�����Ѽ�Mi<�����ҽ�IT
{�����ҽ�MT{�����Ѽ�MT1a"&*/37<@DHLPTX\`eimquy}�������������������!%!!!!!!3#5#5335#!!5!5!!5!!!5!5!!5!#37#3#33#3##5335#3#'3##7#3#33#3##5335#3#'3##7#3#33#3##5335#3#5'3#5#37#3#33#3##5335#3#5'3#5�������'(;;AGG;//e��k��q��Y����|��p��|x������������$**��������������$**��������������$**��������������$**����R��%��3��C����--5=-�$�$���{��~o�,
fp��~�|��t��n�,
f>��~�|��t��n�,
f���{��~o�,
f���	!!5'3#5'7'?'7'!!W��iފ��!���"��**PP��'��NoSO�_<��O�8�O�8��������
L����	r

�
�d�z6�D��$H�`6uK
�		g	=	|	 	R	
4�icomoonicomoonVersion 1.0Version 1.0icomoonicomoonicomoonicomoonRegularRegularicomoonicomoonFont generated by IcoMoon.Font generated by IcoMoon.inc/core/colormag-webfont-loader.php000064400000042110151213253020013457 0ustar00<?php
/**
 * Download webfonts locally.
 *
 * @package wptt/font-loader
 *
 */

if ( ! class_exists( 'ColorMag_WebFont_Loader' ) ) {
	/**
	 * Download webfonts locally.
	 */
	class ColorMag_WebFont_Loader {

		/**
		 * The font-format.
		 *
		 * Use "woff" or "woff2".
		 * This will change the user-agent user to make the request.
		 *
		 * @since 1.0.0
		 * @var string
		 */
		protected $font_format = 'woff2';

		/**
		 * The remote URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_url;

		/**
		 * Base path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_path;

		/**
		 * Base URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $base_url;

		/**
		 * Subfolder name.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $subfolder_name;

		/**
		 * The fonts folder.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $fonts_folder;

		/**
		 * The local stylesheet's path.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_path;

		/**
		 * The local stylesheet's URL.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $local_stylesheet_url;

		/**
		 * The remote CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $remote_styles;

		/**
		 * The final CSS.
		 *
		 * @since 1.1.0
		 * @var string
		 */
		protected $css;

		/**
		 * Cleanup routine frequency.
		 */
		const CLEANUP_FREQUENCY = 'monthly';

		/**
		 * Constructor.
		 *
		 * Get a new instance of the object for a new URL.
		 *
		 * @since 1.1.0
		 * @param string $url The remote URL.
		 */
		public function __construct( $url = '' ) {
			$this->remote_url = $url;

			// Add a cleanup routine.
			$this->schedule_cleanup();
			add_action( 'delete_fonts_folder', array( $this, 'delete_fonts_folder' ) );
		}

		/**
		 * Get the local URL which contains the styles.
		 *
		 * Fallback to the remote URL if we were unable to write the file locally.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_url() {

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return the local URL on success.
				if ( $this->write_stylesheet() ) {
					return $this->get_local_stylesheet_url();
				}
			}

			// If the local file exists, return its URL, with a fallback to the remote URL.
			return file_exists( $this->get_local_stylesheet_path() )
				? $this->get_local_stylesheet_url()
				: $this->remote_url;
		}

		/**
		 * Get the local stylesheet URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_url() {
			if ( ! $this->local_stylesheet_url ) {
				$this->local_stylesheet_url = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$this->get_local_stylesheet_path()
				);
			}
			return $this->local_stylesheet_url;
		}

		/**
		 * Get styles with fonts downloaded locally.
		 *
		 * @since 1.0.0
		 * @return string
		 */
		public function get_styles() {

			// If we already have the local file, return its contents.
			$local_stylesheet_contents = $this->get_local_stylesheet_contents();
			if ( $local_stylesheet_contents ) {
				return $local_stylesheet_contents;
			}

			// Get the remote URL contents.
			$this->remote_styles = $this->get_remote_url_contents();

			// Get an array of locally-hosted files.
			$files = $this->get_local_files_from_css();

			// Convert paths to URLs.
			foreach ( $files as $remote => $local ) {
				$files[ $remote ] = str_replace(
					$this->get_base_path(),
					$this->get_base_url(),
					$local
				);
			}

			$this->css = str_replace(
				array_keys( $files ),
				array_values( $files ),
				$this->remote_styles
			);

			$this->write_stylesheet();

			return $this->css;
		}

		/**
		 * Get local stylesheet contents.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the remote URL contents.
		 */
		public function get_local_stylesheet_contents() {
			$local_path = $this->get_local_stylesheet_path();

			// Check if the local stylesheet exists.
			if ( $this->local_file_exists() ) {

				// Attempt to update the stylesheet. Return false on fail.
				if ( ! $this->write_stylesheet() ) {
					return false;
				}
			}

			ob_start();
			include $local_path;
			return ob_get_clean();
		}

		/**
		 * Get remote file contents.
		 *
		 * @since 1.0.0
		 * @return string Returns the remote URL contents.
		 */
		public function get_remote_url_contents() {

			/**
			 * The user-agent we want to use.
			 *
			 * The default user-agent is the only one compatible with woff (not woff2)
			 * which also supports unicode ranges.
			 */
			$user_agent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8';

			// Switch to a user-agent supporting woff2 if we don't need to support IE.
			if ( 'woff2' === $this->font_format ) {
				$user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0';
			}

			// Get the response.
			$response = wp_remote_get( $this->remote_url, array( 'user-agent' => $user_agent ) );

			// Early exit if there was an error.
			if ( is_wp_error( $response ) ) {
				return '';
			}

			// Get the CSS from our response.
			$contents = wp_remote_retrieve_body( $response );

			return $contents;
		}

		/**
		 * Download files mentioned in our CSS locally.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of remote URLs and their local counterparts.
		 */
		public function get_local_files_from_css() {
			$font_files = $this->get_remote_files_from_css();
			$stored     = get_site_option( 'downloaded_font_files', array() );
			$change     = false; // If in the end this is true, we need to update the cache option.

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the fonts folder don't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			foreach ( $font_files as $font_family => $files ) {

				// The folder path for this font-family.
				$folder_path = $this->get_fonts_folder() . '/' . $font_family;

				// If the folder doesn't exist, create it.
				if ( ! file_exists( $folder_path ) ) {
					$this->get_filesystem()->mkdir( $folder_path, FS_CHMOD_DIR );
				}

				foreach ( $files as $url ) {

					// Get the filename.
					$filename  = basename( wp_parse_url( $url, PHP_URL_PATH ) );
					$font_path = $folder_path . '/' . $filename;

					// Check if the file already exists.
					if ( file_exists( $font_path ) ) {

						// Skip if already cached.
						if ( isset( $stored[ $url ] ) ) {
							continue;
						}

						// Add file to the cache and change the $changed var to indicate we need to update the option.
						$stored[ $url ] = $font_path;
						$change         = true;

						// Since the file exists we don't need to proceed with downloading it.
						continue;
					}

					/**
					 * If we got this far, we need to download the file.
					 */

					// require file.php if the download_url function doesn't exist.
					if ( ! function_exists( 'download_url' ) ) {
						require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
					}

					// Download file to temporary location.
					$tmp_path = download_url( $url );

					// Make sure there were no errors.
					if ( is_wp_error( $tmp_path ) ) {
						continue;
					}

					// Move temp file to final destination.
					$success = $this->get_filesystem()->move( $tmp_path, $font_path, true );
					if ( $success ) {
						$stored[ $url ] = $font_path;
						$change         = true;
					}
				}
			}

			// If there were changes, update the option.
			if ( $change ) {

				// Cleanup the option and then save it.
				foreach ( $stored as $url => $path ) {
					if ( ! file_exists( $path ) ) {
						unset( $stored[ $url ] );
					}
				}
				update_site_option( 'downloaded_font_files', $stored );
			}

			return $stored;
		}

		/**
		 * Get font files from the CSS.
		 *
		 * @since 1.0.0
		 * @return array Returns an array of font-families and the font-files used.
		 */
		public function get_remote_files_from_css() {

			$font_faces = explode( '@font-face', $this->remote_styles );

			$result = array();

			// Loop all our font-face declarations.
			foreach ( $font_faces as $font_face ) {

				// Make sure we only process styles inside this declaration.
				$style = explode( '}', $font_face )[0];

				// Sanity check.
				if ( false === strpos( $style, 'font-family' ) ) {
					continue;
				}

				// Get an array of our font-families.
				preg_match_all( '/font-family.*?\;/', $style, $matched_font_families );

				// Get an array of our font-files.
				preg_match_all( '/url\(.*?\)/i', $style, $matched_font_files );

				// Get the font-family name.
				$font_family = 'unknown';
				if ( isset( $matched_font_families[0] ) && isset( $matched_font_families[0][0] ) ) {
					$font_family = rtrim( ltrim( $matched_font_families[0][0], 'font-family:' ), ';' );
					$font_family = trim( str_replace( array( "'", ';' ), '', $font_family ) );
					$font_family = sanitize_key( strtolower( str_replace( ' ', '-', $font_family ) ) );
				}

				// Make sure the font-family is set in our array.
				if ( ! isset( $result[ $font_family ] ) ) {
					$result[ $font_family ] = array();
				}

				// Get files for this font-family and add them to the array.
				foreach ( $matched_font_files as $match ) {

					// Sanity check.
					if ( ! isset( $match[0] ) ) {
						continue;
					}

					// Add the file URL.
					$font_family_url = rtrim( ltrim( $match[0], 'url(' ), ')' );

					// Make sure to convert relative URLs to absolute.
					$font_family_url = $this->get_absolute_path( $font_family_url );

					$result[ $font_family ][] = $font_family_url;
				}

				// Make sure we have unique items.
				// We're using array_flip here instead of array_unique for improved performance.
				$result[ $font_family ] = array_flip( array_flip( $result[ $font_family ] ) );
			}
			return $result;
		}

		/**
		 * Write the CSS to the filesystem.
		 *
		 * @since 1.1.0
		 * @return string|false Returns the absolute path of the file on success, or false on fail.
		 */
		protected function write_stylesheet() {
			$file_path  = $this->get_local_stylesheet_path();
			$filesystem = $this->get_filesystem();

			if ( ! defined( 'FS_CHMOD_DIR' ) ) {
				define( 'FS_CHMOD_DIR', ( 0755 & ~ umask() ) );
			}

			// If the folder doesn't exist, create it.
			if ( ! file_exists( $this->get_fonts_folder() ) ) {
				$this->get_filesystem()->mkdir( $this->get_fonts_folder(), FS_CHMOD_DIR );
			}

			// If the file doesn't exist, create it. Return false if it can not be created.
			if ( ! $filesystem->exists( $file_path ) && ! $filesystem->touch( $file_path ) ) {
				return false;
			}

			// If we got this far, we need to write the file.
			// Get the CSS.
			if ( ! $this->css ) {
				$this->get_styles();
			}

			// Put the contents in the file. Return false if that fails.
			if ( ! $filesystem->put_contents( $file_path, $this->css ) ) {
				return false;
			}

			return $file_path;
		}

		/**
		 * Get the stylesheet path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_path() {
			if ( ! $this->local_stylesheet_path ) {
				$this->local_stylesheet_path = $this->get_fonts_folder() . '/' . $this->get_local_stylesheet_filename() . '.css';
			}
			return $this->local_stylesheet_path;
		}

		/**
		 * Get the local stylesheet filename.
		 *
		 * This is a hash, generated from the site-URL, the wp-content path and the URL.
		 * This way we can avoid issues with sites changing their URL, or the wp-content path etc.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_local_stylesheet_filename() {
			return md5( $this->get_base_url() . $this->get_base_path() . $this->remote_url . $this->font_format );
		}

		/**
		 * Set the font-format to be used.
		 *
		 * @since 1.0.0
		 * @param string $format The format to be used. Use "woff" or "woff2".
		 * @return void
		 */
		public function set_font_format( $format = 'woff2' ) {
			$this->font_format = $format;
		}

		/**
		 * Check if the local stylesheet exists.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function local_file_exists() {
			return ( ! file_exists( $this->get_local_stylesheet_path() ) );
		}

		/**
		 * Get the base path.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_path() {
			if ( ! $this->base_path ) {
				/**
				 * Filter for local fonts base path.
				 *
				 * @since   1.0.0
				 */
				$this->base_path = apply_filters( 'colormag_get_local_fonts_base_path', $this->get_filesystem()->wp_content_dir() );
			}
			return $this->base_path;
		}

		/**
		 * Get the base URL.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_base_url() {
			if ( ! $this->base_url ) {
				/**
				 * Filter for local fonts base url.
				 *
				 * @since   1.0.0
				 */
				$this->base_url = apply_filters( 'colormag_get_local_fonts_base_url', content_url() );
			}
			return $this->base_url;
		}

		/**
		 * Get the subfolder name.
		 *
		 * @since 1.1.0
		 * @return string
		 */
		public function get_subfolder_name() {
			if ( ! $this->subfolder_name ) {
				/**
				 * Filter for local fonts subfolder name.
				 *
				 * @since   1.0.0
				 */
				$this->subfolder_name = apply_filters( 'colormag_get_local_fonts_subfolder_name', 'fonts' );
			}
			return $this->subfolder_name;
		}

		/**
		 * Get the folder for fonts.
		 *
		 * @return string
		 */
		public function get_fonts_folder() {
			if ( ! $this->fonts_folder ) {
				$this->fonts_folder = $this->get_base_path();
				if ( $this->get_subfolder_name() ) {
					$this->fonts_folder .= '/' . $this->get_subfolder_name();
				}
			}
			return $this->fonts_folder;
		}

		/**
		 * Schedule a cleanup.
		 *
		 * Deletes the fonts files on a regular basis.
		 * This way font files will get updated regularly,
		 * and we avoid edge cases where unused files remain in the server.
		 *
		 * @since 1.1.0
		 * @return void
		 */
		public function schedule_cleanup() {
			if ( ! is_multisite() || ( is_multisite() && is_main_site() ) ) {
				if ( ! wp_next_scheduled( 'delete_fonts_folder' ) && ! wp_installing() ) {
					wp_schedule_event( time(), self::CLEANUP_FREQUENCY, 'delete_fonts_folder' );
				}
			}
		}

		/**
		 * Delete the fonts folder.
		 *
		 * This runs as part of a cleanup routine.
		 *
		 * @since 1.1.0
		 * @return bool
		 */
		public function delete_fonts_folder() {
			return $this->get_filesystem()->delete( $this->get_fonts_folder(), true );
		}

		/**
		 * Get the filesystem.
		 *
		 * @since 1.0.0
		 * @return \WP_Filesystem_Base
		 */
		protected function get_filesystem() {
			global $wp_filesystem;

			// If the filesystem has not been instantiated yet, do it here.
			if ( ! $wp_filesystem ) {
				if ( ! function_exists( 'WP_Filesystem' ) ) {
					require_once wp_normalize_path( ABSPATH . '/wp-admin/includes/file.php' );
				}
				WP_Filesystem();
			}
			return $wp_filesystem;
		}

		/**
		 * Get an absolute URL from a relative URL.
		 *
		 * @param string $url The URL.
		 *
		 * @return string
		 */
		protected function get_absolute_path( $url ) {

			// If dealing with a root-relative URL.
			if ( 0 === stripos( $url, '/' ) ) {
				$parsed_url = parse_url( $this->remote_url );
				return $parsed_url['scheme'] . '://' . $parsed_url['hostname'] . $url;
			}

			return $url;
		}
	}
}

if ( ! function_exists( 'colormag_get_webfont_styles' ) ) {
	/**
	 * Get styles for a webfont.
	 *
	 * This will get the CSS from the remote API,
	 * download any fonts it contains,
	 * replace references to remote URLs with locally-downloaded assets,
	 * and finally return the resulting CSS.
	 *
	 * @since 1.0.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_styles( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_styles();
	}
}

if ( ! function_exists( 'colormag_get_webfont_url' ) ) {
	/**
	 * Get a stylesheet URL for a webfont.
	 *
	 * @since 1.1.0
	 *
	 * @param string $url    The URL of the remote webfont.
	 * @param string $format The font-format. If you need to support IE, change this to "woff".
	 *
	 * @return string Returns the CSS.
	 */
	function colormag_get_webfont_url( $url, $format = 'woff2' ) {
		$font = new ColorMag_WebFont_Loader( $url );
		$font->set_font_format( $format );
		return $font->get_url();
	}
}
inc/core/class-colormag-fonts.php000064400000017160151213253020013012 0ustar00<?php
/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class for font settings for this theme.
 *
 * Class ColorMag_Fonts
 */
class ColorMag_Fonts {

	/**
	 * System Fonts
	 *
	 * @var array
	 */
	public static $system_fonts = array();

	/**
	 * Google Fonts
	 *
	 * @var array
	 */
	public static $google_fonts = array();

	/**
	 * Custom Fonts
	 *
	 * @var array
	 */
	public static $custom_fonts = array();

	/**
	 * Font variants
	 *
	 * @var array
	 */
	public static $font_variants = array();

	/**
	 * Google font subsets
	 *
	 * @var array
	 */
	public static $google_font_subsets = array();

	/**
	 * Get system fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_system_fonts() {

		if ( empty( self::$system_fonts ) ) :

			self::$system_fonts = array(

				'default'                               => array(
					'family' => 'default',
					'label'  => 'Default',
				),
				'Georgia,Times,"Times New Roman",serif' => array(
					'family' => 'Georgia,Times,"Times New Roman",serif',
					'label'  => 'serif',
				),
				'-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif' => array(
					'family' => '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif',
					'label'  => 'sans-serif',
				),
				'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace' => array(
					'family' => 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace',
					'label'  => 'monospace',
				),

			);

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$system_fonts );

	}

	/**
	 * Get Google fonts.
	 * It's array is generated from the google-fonts.json file.
	 *
	 * @return mixed|void
	 */
	public static function get_google_fonts() {

		if ( empty( self::$google_fonts ) ) :

			global $wp_filesystem;

			/**
			 * Filter for google fonts json file.
			 *
			 * @since   1.0.0
			 */
			$google_fonts_file = apply_filters( 'colormag_google_fonts_json_file', dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' );

			if ( ! file_exists( dirname( __FILE__ ) . '/custom-controls/typography/google-fonts.json' ) ) {
				return array();
			}

			// Require `file.php` file of WordPress to include filesystem check for getting the file contents.
			if ( ! $wp_filesystem ) {
				require_once ABSPATH . '/wp-admin/includes/file.php';
			}

			// Proceed only if the file is readable.
			if ( is_readable( $google_fonts_file ) ) {
				WP_Filesystem();

				$file_contents     = $wp_filesystem->get_contents( $google_fonts_file );
				$google_fonts_json = json_decode( $file_contents, 1 );

				foreach ( $google_fonts_json['items'] as $key => $font ) {

					$google_fonts[ $font['family'] ] = array(
						'family'   => $font['family'],
						'label'    => $font['family'],
						'variants' => $font['variants'],
						'subsets'  => $font['subsets'],
					);

					self::$google_fonts = $google_fonts;

				}
			}

		endif;

		/**
		 * Filter for system fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_system_fonts', self::$google_fonts );

	}

	/**
	 * Get custom fonts.
	 *
	 * @return mixed|void
	 */
	public static function get_custom_fonts() {

		/**
		 * Filter for custom fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_custom_fonts', self::$custom_fonts );

	}

	/**
	 * Get font variants.
	 *
	 * @return mixed|void
	 */
	public static function get_font_variants() {

		if ( empty( self::$font_variants ) ) :

			self::$font_variants = array(
				'100'       => esc_html__( 'Thin 100', 'colormag' ),
				'100italic' => esc_html__( 'Thin 100 Italic', 'colormag' ),
				'200'       => esc_html__( 'Extra-Light 200', 'colormag' ),
				'200italic' => esc_html__( 'Extra-Light 200 Italic', 'colormag' ),
				'300'       => esc_html__( 'Light 300', 'colormag' ),
				'300italic' => esc_html__( 'Light 300 Italic', 'colormag' ),
				'regular'   => esc_html__( 'Regular 400', 'colormag' ),
				'italic'    => esc_html__( 'Regular 400 Italic', 'colormag' ),
				'500'       => esc_html__( 'Medium 500', 'colormag' ),
				'500italic' => esc_html__( 'Medium 500 Italic', 'colormag' ),
				'600'       => esc_html__( 'Semi-Bold 600', 'colormag' ),
				'600italic' => esc_html__( 'Semi-Bold 600 Italic', 'colormag' ),
				'700'       => esc_html__( 'Bold 700', 'colormag' ),
				'700italic' => esc_html__( 'Bold 700 Italic', 'colormag' ),
				'800'       => esc_html__( 'Extra-Bold 800', 'colormag' ),
				'800italic' => esc_html__( 'Extra-Bold 800 Italic', 'colormag' ),
				'900'       => esc_html__( 'Black 900', 'colormag' ),
				'900italic' => esc_html__( 'Black 900 Italic', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$font_variants );

	}

	/**
	 * Get Google font subsets.
	 *
	 * @return mixed|void
	 */
	public static function get_google_font_subsets() {

		if ( empty( self::$google_font_subsets ) ) :

			self::$google_font_subsets = array(
				'arabic'              => esc_html__( 'Arabic', 'colormag' ),
				'bengali'             => esc_html__( 'Bengali', 'colormag' ),
				'chinese-hongkong'    => esc_html__( 'Chinese (Hong Kong)', 'colormag' ),
				'chinese-simplified'  => esc_html__( 'Chinese (Simplified)', 'colormag' ),
				'chinese-traditional' => esc_html__( 'Chinese (Traditional)', 'colormag' ),
				'cyrillic'            => esc_html__( 'Cyrillic', 'colormag' ),
				'cyrillic-ext'        => esc_html__( 'Cyrillic Extended', 'colormag' ),
				'devanagari'          => esc_html__( 'Devanagari', 'colormag' ),
				'greek'               => esc_html__( 'Greek', 'colormag' ),
				'greek-ext'           => esc_html__( 'Greek Extended', 'colormag' ),
				'gujarati'            => esc_html__( 'Gujarati', 'colormag' ),
				'gurmukhi'            => esc_html__( 'Gurmukhi', 'colormag' ),
				'hebrew'              => esc_html__( 'Hebrew', 'colormag' ),
				'japanese'            => esc_html__( 'Japanese', 'colormag' ),
				'kannada'             => esc_html__( 'Kannada', 'colormag' ),
				'khmer'               => esc_html__( 'Khmer', 'colormag' ),
				'korean'              => esc_html__( 'Korean', 'colormag' ),
				'latin'               => esc_html__( 'Latin', 'colormag' ),
				'latin-ext'           => esc_html__( 'Latin Extended', 'colormag' ),
				'malayalam'           => esc_html__( 'Malayalam', 'colormag' ),
				'myanmar'             => esc_html__( 'Myanmar', 'colormag' ),
				'oriya'               => esc_html__( 'Oriya', 'colormag' ),
				'sinhala'             => esc_html__( 'Sinhala', 'colormag' ),
				'tamil'               => esc_html__( 'Tamil', 'colormag' ),
				'telugu'              => esc_html__( 'Telugu', 'colormag' ),
				'thai'                => esc_html__( 'Thai', 'colormag' ),
				'tibetan'             => esc_html__( 'Tibetan', 'colormag' ),
				'vietnamese'          => esc_html__( 'Vietnamese', 'colormag' ),
			);

		endif;

		/**
		 * Filter for font variants.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_font_variants', self::$google_font_subsets );

	}

}
inc/core/custom-controls/date/date.js000064400000001375151213253030013611 0ustar00(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );
inc/core/custom-controls/date/class-colormag-date-control.php000064400000003623151213253030020344 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the date control.
 *
 * Class ColorMag_Date_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the date customize control.
 *
 * Class ColorMag_Date_Control
 */
class ColorMag_Date_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-date';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['value']       = $this->value();
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label>
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
			<div class="customize-control-content">
				<input class="datepicker" type="text" name="_customize-date-{{ data.id }}" value="{{ data.value }}" placeholder="<?php esc_attr_e( 'Select Date', 'colormag' ); ?>" readonly/>
			</div>
		</label>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/custom/class-colormag-custom-control.php000064400000005047151213253030021340 0ustar00<?php
/**
 * Extend WP_Customize_Control to add custom control.
 *
 * Class ColorMag_Custom_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add custom customize control.
 *
 * Class ColorMag_Custom_Control
 */
class ColorMag_Custom_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-custom';

	/**
	 * Custom information for this control.
	 *
	 * @var string
	 */
	public $info = '';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $links = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['info']  = $this->info;
		$this->json['links'] = $this->links;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<# if ( data.info ) { #>
		<div class="colormag-custom-info">
			{{{ data.info }}}
		</div>
		<# } #>

		<# if ( data.links ) { #>
		<ul class="colormag-custom-links">
			<# _.each( data.links, function( links, id ) { #>
			<li><a href="{{{ links.url }}}" target="_blank">{{{ links.text }}}</a></li>
			<# } ) #>
		</ul>
		<# } #>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/editor/class-colormag-editor-control.php000064400000004026151213253030021264 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the editor control.
 *
 * Class ColorMag_Editor_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the editor customize control.
 *
 * Class ColorMag_Editor_Control
 */
class ColorMag_Editor_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-editor';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<textarea id="editor_{{{ data.id }}}" {{{ data.link }}}>{{ data.value }}</textarea>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/editor/editor.js000064400000001510151213253030014522 0ustar00/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);
inc/core/custom-controls/toggle/class-colormag-toggle-control.php000064400000005316151213253030021255 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the switch toggle control.
 *
 * Class ColorMag_Toggle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the switch toggle customize control.
 *
 * Class ColorMag_Toggle_Control
 */
class ColorMag_Toggle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-toggle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

        <label for="toggle_{{ data.id }}">
            <div class="colormag-toggle">
			<div class="customizer-text">
				<# if ( data.label ) { #>
                    <span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class=" colormag-toggle-input <# if ( data.description ) { #>toggle-description<# } #>"
			>
				<input {{{ data.inputAttrs }}}
					   class="switch-toggle"
					   type="checkbox"
					   value="{{ data.value }}"
					   name="_customize-toggle-{{ data.id }}"
					   id="toggle_{{ data.id }}"
					   {{{ data.link }}}
				<# if ( data.value === true ) { #> checked="checked"<# } #>
				>

				<span class="switch"></span>
			</div>
		</div>
        </label>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/toggle/toggle.js000064400000001042151213253030014510 0ustar00/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);
inc/core/custom-controls/support/class-colormag-support-control.php000064400000005112151213253030021735 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Support_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Support_Control
 */
class ColorMag_Support_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-guide';
	public $doc = '';
	public $youtube = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'label' ]   = esc_html( $this->label );
		$this->json[ 'doc' ]     = esc_url( $this->doc );
		$this->json[ 'youtube' ] = esc_url( $this->youtube );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-guide-wrapper">

			<div class="guide-wrapper">
                <# if ( data.label ) { #>
				<span class="customize-control-label">
					{{{ data.label }}}
				</span>
                <# } #>
                <# if ( data.doc ) { #>
                <span class="doc-url">
					<a href=  " {{{data.doc}}} "   target="_blank">Doc</a>
				</span>
                <# } #>
                <# if ( data.youtube ) { #>
                <span class="youtube-url">
					<a href=  " {{{data.youtube}}} "   target="_blank">
                        <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
                          <path d="M21.58 7.17a2.51 2.51 0 0 0-1.77-1.78C18.25 5 12 5 12 5s-6.25 0-7.81.42a2.51 2.51 0 0 0-1.77 1.75A26.19 26.19 0 0 0 2 12a26.28 26.28 0 0 0 .42 4.85 2.47 2.47 0 0 0 1.77 1.75C5.75 19 12 19 12 19s6.25 0 7.81-.42a2.47 2.47 0 0 0 1.77-1.75A26.28 26.28 0 0 0 22 12a26.19 26.19 0 0 0-.42-4.83ZM10 15V9l5.23 3L10 15Z"/>
                        </svg>
                    </a>
				</span>
                <# } #>
			</div>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/buttonset/buttonset.js000064400000000701151213253030016025 0ustar00/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/core/custom-controls/buttonset/class-colormag-buttonset-control.php000064400000005365151213253030022575 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the radio buttonset control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio buttonset customize control.
 *
 * Class ColorMag_Buttonset_Control
 */
class ColorMag_Buttonset_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-buttonset';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['choices'] = $this->choices;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="buttonset">
			<# for ( key in data.choices ) { #>
			<div class="buttonset-inner">
				<input {{{ data.inputAttrs }}}
					   class="input-buttonset"
					   type="radio"
					   value="{{ key }}"
					   name="_customize-radio-{{ data.id }}"
					   id="{{ data.id }}{{ key }}"
					   {{{ data.link }}}
				<# if ( data.value === key ) { #> checked="checked"<# } #>
				>

				<label for="{{ data.id }}{{ key }}" class="colormag-buttonset">
					{{{ data.choices[ key ] }}}
				</label>
			</div>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/slider/slider.js000064400000015267151213253030014530 0ustar00/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );
inc/core/custom-controls/slider/class-colormag-slider-control.php000064400000012642151213253030021257 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the slider control.
 *
 * Class ColorMag_Slider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the slider customize control.
 *
 * Class ColorMag_Slider_Control
 */
class ColorMag_Slider_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-slider';

	/**
	 * Suffix for slider.
	 *
	 * @var string
	 */
	public $suffix = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'suffix' ] = $this->suffix;

		$slider_attribute = $this->input_attrs;

		$slider_unit      = isset( $this->value()['unit'] ) ? $this->value()['unit'] : array_keys( $slider_attribute )[0];

		$this->json['input_attrs'] = array_merge(
			$this->input_attrs,
			array(
				'attributes'        => $slider_attribute[ $slider_unit ],
				'attributes_config' => $slider_attribute,
			)
		);

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>
        <div class="slider-label">
            <# if ( data.label ) { #>
            <div class="slider-label-unit-wrapper">
                <div class="customizer-text">
                    <div class="label-switcher-wrapper">
                        <span class="customize-control-label">{{{ data.label }}}</span>
                    </div>
                    <div class="unit-wrapper">
                        <div class="input-wrapper">
                            <select class="slider-unit" name="unit" value="" <# if(_.size(data.suffix) === 1) { #> disabled <# } #>>
                                <# _.each(data.suffix, function( suffix ) {  #>
                                <option value="{{ suffix }}"
                                <# if ( data.value[ 'unit' ] == suffix ) { #> Selected <# } #> >{{suffix}}
                                </option>
                                <# }) #>
                            </select>
                            <div class="colormag-slider-reset">
                                <span class="dashicons dashicons-image-rotate"
                                      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
                                </span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <# } #>

            <div class="wrapper">
                <div class="control slider-wrapper">
                    <span class="colormag-warning" ></span>
                    <div class="range">
                        <input
                               type="range"
                               value="{{ data.value[ 'size' ] }}"
                               data-reset_value="{{ data.default[ 'size' ] }}"
                               data-reset_unit="{{ data.default[ 'unit' ] }}"
                               min="{{{ data.input_attrs.attributes['min'] }}}"
                               max="{{{ data.input_attrs.attributes['max'] }}}"
                               step="{{{ data.input_attrs.attributes['step'] }}}"
                               class="colormag-progress"
                        />
                    </div>
                    <div class="size colormag-range-value">
                        <div class="input-wrapper">
                            <input type="number" data-name="{{ data.name }}"
                                   min="{{{ data.input_attrs.attributes['min'] }}}"
                                   max="{{{ data.input_attrs.attributes['max'] }}}"
                                   step="{{{ data.input_attrs.attributes['step'] }}}"
                            <# if ( data.value['size'] ) { #>
                            value="{{ data.value['size'] }}"
                            <# } else { #>
                            value="{{ data.default['size'] }}"
                            <# } #>
                            />
                        </div>
                    </div>
                </div>

                <input class="slider-hidden-value"
                       value="{{ JSON.stringify( data.value ) }}"
                       type="hidden" {{{ data.link }}}
                >

            </div>
        </div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
inc/core/custom-controls/upgrade/class-colormag-upgrade-control.php000064400000003006151213253030021563 0ustar00<?php
/**
 * Customize Upgrade control class.
 *
 * @package colormag
 *
 * @since   1.4.6
 * @see     WP_Customize_Control
 */

/**
 * Class ColorMag_Customize_Heading_Control
 */
class ColorMag_Upgrade_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Customize control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upgrade';

	/**
	 * Custom links for this control.
	 *
	 * @var array
	 */
	public $url = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['url'] = esc_url( $this->url );

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>
			<div class="colormag-upgrade">
				<div class="colormag-detail">
					<p class="description upgrade-description">{{{ data.description }}}</p>

					<span>
						<a href="{{{data.url}}}" class="button button-primary" target="_blank">
							{{ data.label }}
						</a>
					</span>
				</div>
			</div>
		<?php
	}

	/**
	 * Render content is still called, so be sure to override it with an empty function in your subclass as well.
	 */
	protected function render_content() {

	}

}
inc/core/custom-controls/subtitle/class-colormag-subtitle-control.php000064400000003016151213253030022174 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Subtitle_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * TODO        @since
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Subtitle_Control
 */
class ColorMag_Subtitle_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-subtitle';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label'] = esc_html( $this->label );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-subtitle-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-subtitle">{{{ data.label }}}</span>
				<# } #>
			</div>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/hidden/class-colormag-hidden-control.php000064400000003472151213253030021202 0ustar00<?php
/**
 * Extend WP_Customize_Control to include hidden control.
 *
 * Class ColorMag_Hidden_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the hidden customize control.
 *
 * Class ColorMag_Hidden_Control
 */
class ColorMag_Hidden_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-hidden';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<input type='hidden'
			   class='hidden-field-{{ data.settings.default }}'
			   data-name='{{ data.settings.default }}'
			   value='{{ data.value }}'
		>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/class-colormag-customize-base-additional-control.php000064400000005123151213253030023547 0ustar00<?php
/**
 * ColorMag customizer base additional control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Additional_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class ColorMag_Customize_Base_Additional_Control
 */
class ColorMag_Customize_Base_Additional_Control extends WP_Customize_Control {

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// SelectWoo CSS library file.
		wp_enqueue_style(
			'selectWoo',
			$this->get_assets_url() . '/assets/css/selectWoo' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);

		wp_enqueue_style(
			'jquery-ui',
			$this->get_assets_url() . '/assets/css/jquery-ui/jquery-ui' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'jquery-ui', 'rtl', 'replace' );

		// Main CSS file.
		wp_enqueue_style(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/css/customize-controls' . $suffix . '.css',
			array( 'wp-color-picker' ),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-customize-controls', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// SelectWoo JS library file.
		wp_enqueue_script(
			'selectWoo',
			$this->get_assets_url() . '/assets/js/selectWoo' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// WP Color Picker Alpha JS library file.
		wp_enqueue_script(
			'wp-color-picker-alpha',
			$this->get_assets_url() . '/assets/js/wp-color-picker-alpha' . $suffix . '.js',
			array(
				'wp-color-picker',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Main JS file.
		wp_enqueue_script(
			'colormag-customize-controls',
			$this->get_assets_url() . '/assets/js/customize-controls' . $suffix . '.js',
			array(
				'jquery',
				'jquery-ui-datepicker',
				'wp-tinymce',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}
inc/core/custom-controls/fontawesome/class-colormag-fontawesome-control.php000064400000005432151213253030023370 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the fontawesome control.
 *
 * Class ColorMag_Fontawesome_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the fontawesome customize control.
 *
 * Class ColorMag_Fontawesome_Control
 */
class ColorMag_Fontawesome_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-fontawesome';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Filter for fontawesome source.
		 *
		 * @since   1.0.0
		 */
		wp_enqueue_style( 'font-awesome', get_template_directory_uri() . apply_filters( 'colormag_fontawesome_src', '/font-awesome/css/font-awesome' ) . $suffix . '.css', false, '4.7.0' );

		// Get choices.
		$fontawesome_array = $this->choices;

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlFontawesome' . $this->id,
			$fontawesome_array
		);
	}

		/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['choices']     = $this->choices;
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['inputAttrs']  = '';

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<label for="_colormag-fontawesome-{{{ data.id }}}">
			<# if ( data.label ) { #><span class="customize-control-label">{{{ data.label }}}</span><# } #>
			<# if ( data.description ) { #><span class="description customize-control-description">{{{ data.description }}}</span><# } #>
		</label>
		<div class="colormag-fontawesome-wrapper">
			<select {{{ data.inputAttrs }}}  id="_colormag-fontawesome-{{{ data.id }}}"></select>
		</div> <!-- /.colormag-fontawesome-wrapper -->
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}
}
inc/core/custom-controls/fontawesome/fontawesome.js000064400000003024151213253030016626 0ustar00/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );
inc/core/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.php000064400000005545151213253030026455 0ustar00<?php
/**
 * Extend WP_Customize_Control to add dropdown categories control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add dropdown categories customize control.
 *
 * Class ColorMag_Dropdown_Categories_Control
 */
class ColorMag_Dropdown_Categories_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dropdown-categories';

	/**
	 * Dropdown categories array for this control.
	 *
	 * @var array
	 */
	public $dropdown = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$dropdown = wp_dropdown_categories(
			array(
				'echo'              => false,
				'name'              => '_customize-dropdown-categories-' . esc_attr( $this->id ),
				'show_option_none'  => ' ',
				'option_none_value' => '-1',
				'selected'          => esc_attr( $this->value() ),
			)
		);

		// Add in the data link parameter for dropdown categories.
		$dropdown = str_replace( '<select', '<select ' . $this->get_link(), $dropdown );

		$this->json['dropdown'] = $dropdown;

		$this->json['inputAttrs'] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json['inputAttrs'] .= $attr . '="' . esc_attr( $value ) . '" ';
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">
			{{{ data.dropdown }}}
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/dropdown-categories/dropdown-categories.js000064400000000745151213253030021715 0ustar00/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/core/custom-controls/color/color.js000064400000002157151213253030014212 0ustar00/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );
inc/core/custom-controls/color/class-colormag-color-control.php000064400000006106151213253030020745 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the color control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the color customize control.
 *
 * Class ColorMag_Color_Control
 */
class ColorMag_Color_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-color';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {
		parent::enqueue();

		/**
		 * Color picker strings from WordPress.
		 *
		 * Added since WordPress 5.5 has removed them causing alpha color not appearing issue.
		 */
		if ( version_compare( $GLOBALS['wp_version'], '5.5', '>=' ) ) {
			wp_localize_script(
				'wp-color-picker',
				'wpColorPickerL10n',
				array(
					'clear'            => esc_html__( 'Clear', 'colormag' ),
					'clearAriaLabel'   => esc_html__( 'Clear color', 'colormag' ),
					'defaultString'    => esc_html__( 'Default', 'colormag' ),
					'defaultAriaLabel' => esc_html__( 'Select default color', 'colormag' ),
					'pick'             => esc_html__( 'Select Color', 'colormag' ),
					'defaultLabel'     => esc_html__( 'Color value', 'colormag' ),
				)
			);
		}
	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customizer-wrapper">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<div class="customize-control-content">
				<input class="colormag-color-picker-alpha color-picker-hex"
						type="text"
						data-alpha-enabled="true"
						data-default-color="{{ data.default }}"
						value="{{ data.value }}"
				/>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/sortable/class-colormag-sortable-control.php000064400000011772151213253030022144 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the sortable control.
 *
 * Class ColorMag_Sortable_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the sortable customize control.
 *
 * Class ColorMag_Sortable_Control
 */
class ColorMag_Sortable_Control extends ColorMag_Customize_Base_Additional_Control
{

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-sortable';
	public $unsortable = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json()
	{
		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;

		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ]       = $this->value();
		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = array();
		$this->json[ 'unsortable' ]  = array();
		$this->json[ 'inputAttrs' ]  = '';

		foreach ( $this->choices as $key => $value ) {
			if ( in_array( $key, $this->unsortable, true ) ) {
				continue;
			}

			$this->json[ 'choices' ][ $key ] = $value;
		}

		foreach ( $this->unsortable as $item ) {
			if ( in_array( $item, array_keys( $this->choices ), true ) ) {
				$this->json[ 'unsortable' ][ $item ] = $this->choices[ $item ];
			}
		}

		foreach ( $this->input_attrs as $attr => $value ) {
			$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
		}
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see    WP_Customize_Control::print_template()
	 */
	protected function content_template()
	{
		?>

        <div class="customizer-text">
            <# if ( data.label ) { #>
            <span class="customize-control-label">{{{ data.label }}}</span>
            <# } #>

            <# if ( data.description ) { #>
            <span class="description customize-control-description">{{{ data.description }}}</span>
            <# } #>
        </div>

        <ul class="unsortable">
            <# _.each( data.unsortable, function( choiceLabel, choiceID ) { #>
            <# if( _.contains( data.value, choiceID) ){ #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# }else { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                <span class="colormag-label">{{{ choiceLabel }}}</span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>

            <# } ); #>
        </ul>

        <ul class="sortable">
            <# _.each( data.value, function( choiceID ) { #>
            <# if ( data.choices[ choiceID ] ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item' data-value='{{ choiceID }}'>
                <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                    <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>
                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>

            <# _.each( data.choices, function( choiceLabel, choiceID ) { #>
            <# if ( Array.isArray(data.value) && -1 === data.value.indexOf( choiceID ) ) { #>
            <li {{{ data.inputAttrs }}} class='colormag-sortable-item invisible' data-value='{{ choiceID }}'>
                 <span class="colormag-choice">
                    <i class='dashicons dashicons-menu'></i>
                 <span class="colormag-label">
                        {{{ data.choices[ choiceID ] }}}
                    </span>
                </span>

                <span class="switch-wrap">
                    <span class="switch"></span>
                </span>
            </li>
            <# } #>
            <# } ); #>
        </ul>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content()
	{
	}

}
inc/core/custom-controls/sortable/sortable.js000064400000003752151213253030015406 0ustar00/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );
inc/core/custom-controls/typography/typography.js000064400000067705151213253030016404 0ustar00/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
inc/core/custom-controls/typography/google-fonts.json000064400005560042151213253030017133 0ustar00{
  "kind": "webfonts#webfontList",
  "items": [
    {
      "family": "ABeeZee",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6tKukbcHCpE.ttf",
        "italic": "https://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN2tOklQ.ttf"
    },
    {
      "family": "ADLaM Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZECsHYkYBPY3o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adlamdisplay/v1/KFOhCnGXkPOLlhx6jD8_b1ZEOsDSlQ.ttf"
    },
    {
      "family": "AR One Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9DW03no5mBF4.ttf",
        "500": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWk39DW03no5mBF4.ttf",
        "600": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWqH6DW03no5mBF4.ttf",
        "700": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWpj6DW03no5mBF4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aronesans/v4/TUZezwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfv-U2QzBLF6gslWn_9PWw9mg.ttf"
    },
    {
      "family": "Abel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE2VlBOA.ttf"
    },
    {
      "family": "Abhaya Libre",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v17",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf",
        "500": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf",
        "600": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf",
        "700": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf",
        "800": "https://fonts.gstatic.com/s/abhayalibre/v17/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abhayalibre/v17/e3tmeuGtX-Co5MNzeAOqinEQeknS.ttf"
    },
    {
      "family": "Aboreto",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKTeA2yuxSY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8bpKXUBw.ttf"
    },
    {
      "family": "Abril Fatface",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abrilfatface/v23/zOL64pLDlL1D99S8g8PtiKchq-FmiA.ttf"
    },
    {
      "family": "Abyssinica SIL",
      "variants": [
        "regular"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/abyssinicasil/v5/oY1H8ezOqK7iI3rK_45WKoc8J6UZBFOVAXuI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/abyssinicasil/v5/oY1H8ezOqK7iI3rK_45WKoc8J5UYDlc.ttf"
    },
    {
      "family": "Aclonica",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aclonica/v22/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aclonica/v22/K2FyfZJVlfNNSEBXGY7SAoo.ttf"
    },
    {
      "family": "Acme",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_bx3Lb23lzLk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/acme/v25/RrQfboBx-C5_XxzBaw.ttf"
    },
    {
      "family": "Actor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO0elVSw.ttf"
    },
    {
      "family": "Adamina",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwi-vUFQ.ttf"
    },
    {
      "family": "Advent Pro",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2024-02-16",
      "files": {
        "100": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyJPTJoonw1aBA.ttf",
        "200": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyNPTJoonw1aBA.ttf",
        "300": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLHSNPTJoonw1aBA.ttf",
        "regular": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyNPTJoonw1aBA.ttf",
        "500": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLcSNPTJoonw1aBA.ttf",
        "600": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLnSRPTJoonw1aBA.ttf",
        "700": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLpCRPTJoonw1aBA.ttf",
        "800": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLwyRPTJoonw1aBA.ttf",
        "900": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpL6iRPTJoonw1aBA.ttf",
        "100italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnDpAsvQhKBH4C.ttf",
        "200italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnD5AsvQhKBH4C.ttf",
        "300italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2D5D5AsvQhKBH4C.ttf",
        "italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CnD5AsvQhKBH4C.ttf",
        "500italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2CVD5AsvQhKBH4C.ttf",
        "600italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2B5CJAsvQhKBH4C.ttf",
        "700italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2BACJAsvQhKBH4C.ttf",
        "800italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AnCJAsvQhKBH4C.ttf",
        "900italic": "https://fonts.gstatic.com/s/adventpro/v28/V8mkoQfxVT4Dvddr_yOwhT-3Jr6w5kKOEbAVEvZiKGAr6BX29i1ei2AOCJAsvQhKBH4C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/adventpro/v28/V8mqoQfxVT4Dvddr_yOwrzaFxV7JtdQgFqXdUAQrGp_zgX5sWCpLQyN_TZAs.ttf"
    },
    {
      "family": "Afacad",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtWmA08mCgdfM.ttf",
        "500": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfiftWmA08mCgdfM.ttf",
        "600": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfsvqWmA08mCgdfM.ttf",
        "700": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfvLqWmA08mCgdfM.ttf",
        "italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92usiM-9kKlZfNfuw.ttf",
        "500italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ugCM-9kKlZfNfuw.ttf",
        "600italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92ubCQ-9kKlZfNfuw.ttf",
        "700italic": "https://fonts.gstatic.com/s/afacad/v1/6NUI8FKMIQOGaw6ahLYEvBjUVG5Ga92uVSQ-9kKlZfNfuw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/afacad/v1/6NUK8FKMIQOGaw6wjYT7ZHG_zsBBfhXtamE-9g.ttf"
    },
    {
      "family": "Agbalumo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2024-02-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZcMFirl08KDJ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/agbalumo/v5/55xvey5uMdT2N37KZfMEgL0.ttf"
    },
    {
      "family": "Agdasima",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/agdasima/v4/PN_zRfyxp2f1fUCgAMg6rzjb_-Da.ttf",
        "700": "https://fonts.gstatic.com/s/agdasima/v4/PN_0Rfyxp2f1fUCgAPCGgBzT1PzTz2Mi.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/agdasima/v4/PN_zRfyxp2f1fUCgAPg7pTw.ttf"
    },
    {
      "family": "Aguafina Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aguafinascript/v22/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aguafinascript/v22/If2QXTv_ZzSxGIO30LemWEOmt1b3q8Qt.ttf"
    },
    {
      "family": "Akatab",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tifinagh"
      ],
      "version": "v7",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akatab/v7/VuJwdNrK3Z7gqJEPWIz5NIh-YA.ttf",
        "500": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3rKXdPKNiaRpFvg.ttf",
        "600": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3gKLdPKNiaRpFvg.ttf",
        "700": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE35KPdPKNiaRpFvg.ttf",
        "800": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE3-KDdPKNiaRpFvg.ttf",
        "900": "https://fonts.gstatic.com/s/akatab/v7/VuJzdNrK3Z7gqJE33KHdPKNiaRpFvg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akatab/v7/VuJwdNrK3Z7gqJE_WYb9.ttf"
    },
    {
      "family": "Akaya Kanadaka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-PfRS5VBBSSF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-MfQQZE.ttf"
    },
    {
      "family": "Akaya Telivigala",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uifdLdsIH0YH8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uiTdPXtA.ttf"
    },
    {
      "family": "Akronim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRpygF7lA.ttf"
    },
    {
      "family": "Akshar",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9CY94XsnPc.ttf",
        "regular": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9CY94XsnPc.ttf",
        "500": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9CY94XsnPc.ttf",
        "600": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9CY94XsnPc.ttf",
        "700": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9CY94XsnPc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/akshar/v9/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYF-9GS8w.ttf"
    },
    {
      "family": "Aladin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aladin/v24/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aladin/v24/ZgNSjPJFPrvJV5fF6C38.ttf"
    },
    {
      "family": "Alata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIofe6xKcRQEOX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIoce7zqM.ttf"
    },
    {
      "family": "Alatsi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alatsi/v11/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alatsi/v11/TK3iWkUJAxQ2nLN2Hz8D.ttf"
    },
    {
      "family": "Albert Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_rI32TxAj1g.ttf",
        "200": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_rI32TxAj1g.ttf",
        "300": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_rI32TxAj1g.ttf",
        "regular": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rI32TxAj1g.ttf",
        "500": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_rI32TxAj1g.ttf",
        "600": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf",
        "700": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_rI32TxAj1g.ttf",
        "800": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_rI32TxAj1g.ttf",
        "900": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_rI32TxAj1g.ttf",
        "100italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7ofybRUz1r5t.ttf",
        "200italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74fybRUz1r5t.ttf",
        "300italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74fybRUz1r5t.ttf",
        "italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74fybRUz1r5t.ttf",
        "500italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74fybRUz1r5t.ttf",
        "600italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf",
        "700italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf",
        "800italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf",
        "900italic": "https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6IfybRUz1r5t.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5PPrYfy.ttf"
    },
    {
      "family": "Aldrich",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aldrich/v21/MCoTzAn-1s3IGyJMVaEY2g.ttf"
    },
    {
      "family": "Alef",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgrjJbC5FxxbU.ttf",
        "700": "https://fonts.gstatic.com/s/alef/v21/FeVQS0NQpLYglo50L5la2bxii28.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgnjNRDw.ttf"
    },
    {
      "family": "Alegreya",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf",
        "500": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI_KCisSGVrw.ttf",
        "600": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII_KCisSGVrw.ttf",
        "700": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII_KCisSGVrw.ttf",
        "800": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII_KCisSGVrw.ttf",
        "900": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII_KCisSGVrw.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qmkySFr9V9.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qmkySFr9V9.ttf",
        "600italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqmkySFr9V9.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqmkySFr9V9.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqmkySFr9V9.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreya/v35/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqmkySFr9V9.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreya/v35/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hU4_aqm.ttf"
    },
    {
      "family": "Alegreya SC",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasc/v25/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasc/v25/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasc/v25/taiOGmRtCJ62-O0HhNEa-Z6p2ZU.ttf"
    },
    {
      "family": "Alegreya Sans",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-12-08",
      "files": {
        "100": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf",
        "100italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf",
        "300": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf",
        "300italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf",
        "regular": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasans/v24/5aUz9_-1phKLFgshYDvh6Vwt7VxtuA.ttf"
    },
    {
      "family": "Alegreya Sans SC",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2022-12-08",
      "files": {
        "100": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf",
        "100italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf",
        "300": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf",
        "300italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf",
        "regular": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf",
        "italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf",
        "500": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf",
        "500italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf",
        "700": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf",
        "700italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf",
        "800": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf",
        "800italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf",
        "900": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf",
        "900italic": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alegreyasanssc/v23/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Bk9l8g.ttf"
    },
    {
      "family": "Aleo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3G2P9HI4qCBtJ.ttf",
        "200": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3GmP9HI4qCBtJ.ttf",
        "300": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KIpGmP9HI4qCBtJ.ttf",
        "regular": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GmP9HI4qCBtJ.ttf",
        "500": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJFGmP9HI4qCBtJ.ttf",
        "600": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKpHWP9HI4qCBtJ.ttf",
        "700": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KKQHWP9HI4qCBtJ.ttf",
        "800": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KL3HWP9HI4qCBtJ.ttf",
        "900": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KLeHWP9HI4qCBtJ.ttf",
        "100italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu_FooIDQtJbok.ttf",
        "200italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu-FooIDQtJbok.ttf",
        "300italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WdW-FooIDQtJbok.ttf",
        "italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WYu-FooIDQtJbok.ttf",
        "500italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_Wbm-FooIDQtJbok.ttf",
        "600italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WVW5FooIDQtJbok.ttf",
        "700italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WWy5FooIDQtJbok.ttf",
        "800italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WQu5FooIDQtJbok.ttf",
        "900italic": "https://fonts.gstatic.com/s/aleo/v14/c4m81nF8G8_swAjT3z2dShrG-7e_WSK5FooIDQtJbok.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aleo/v14/c4m61nF8G8_s6gHhIOX0IYBo_KJ3GlP8Foo.ttf"
    },
    {
      "family": "Alex Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alexbrush/v22/SZc83FzrJKuqFbwMKk6EhUPz6A.ttf"
    },
    {
      "family": "Alexandria",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf",
        "200": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf",
        "300": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf",
        "regular": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf",
        "500": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf",
        "600": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf",
        "700": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf",
        "800": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf",
        "900": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alexandria/v3/UMBCrPdDqW66y0Y2usFeQCH18mulUxBvI9r7TpbGFps.ttf"
    },
    {
      "family": "Alfa Slab One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alfaslabone/v19/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alfaslabone/v19/6NUQ8FmMKwSEKjnm5-4v-4Jh2dRhfg.ttf"
    },
    {
      "family": "Alice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcJpA_chzJ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6GcIrgs.ttf"
    },
    {
      "family": "Alike",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v21",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alike/v21/HI_EiYEYI6BIoHjAQ5E.ttf"
    },
    {
      "family": "Alike Angular",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v25",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alikeangular/v25/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alikeangular/v25/3qTrojWunjGQtEBlIcwMbSoI7kIwaA.ttf"
    },
    {
      "family": "Alkalami",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi5eLw8BMuvhH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alkalami/v7/zOL_4pfDmqRL95WXi6eKycQ.ttf"
    },
    {
      "family": "Alkatra",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "devanagari",
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v3",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medzngmu7cPrNDVemxE.ttf",
        "500": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedzngUu7cPrNDVemxE.ttf",
        "600": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medznj4vLcPrNDVemxE.ttf",
        "700": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48MedznjBvLcPrNDVemxE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alkatra/v3/r05EGLZA5qhCYsyJbuChFuK48Medzngmu4cOptQ.ttf"
    },
    {
      "family": "Allan",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allan/v24/ea8XadU7WuTxEtb2P9SF8nZE.ttf",
        "700": "https://fonts.gstatic.com/s/allan/v24/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allan/v24/ea8XadU7WuTxEub3NdA.ttf"
    },
    {
      "family": "Allerta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940YnAXTQ.ttf"
    },
    {
      "family": "Allerta Stencil",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOe1-jbz.ttf"
    },
    {
      "family": "Allison",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allison/v11/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allison/v11/X7nl4b88AP2nkbvZCCea5A.ttf"
    },
    {
      "family": "Allura",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/allura/v21/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/allura/v21/9oRPNYsQpS4zjuA_jQgT.ttf"
    },
    {
      "family": "Almarai",
      "variants": [
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "arabic"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf",
        "regular": "https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnc1qPonC3vqc.ttf",
        "700": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf",
        "800": "https://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnQ1uFpg.ttf"
    },
    {
      "family": "Almendra",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendra/v26/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf",
        "italic": "https://fonts.gstatic.com/s/almendra/v26/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf",
        "700": "https://fonts.gstatic.com/s/almendra/v26/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf",
        "700italic": "https://fonts.gstatic.com/s/almendra/v26/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendra/v26/H4ckBXKAlMnTn0CskxY7yLs.ttf"
    },
    {
      "family": "Almendra Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendradisplay/v31/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendradisplay/v31/0FlPVOGWl1Sb4O3tETtADHRRlZhzbS7USw.ttf"
    },
    {
      "family": "Almendra SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/almendrasc/v29/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/almendrasc/v29/Iure6Yx284eebowr7hbyTaZIrLE.ttf"
    },
    {
      "family": "Alumni Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QqFsJ3C8qng.ttf",
        "200": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QqFsJ3C8qng.ttf",
        "300": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QqFsJ3C8qng.ttf",
        "regular": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf",
        "500": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QqFsJ3C8qng.ttf",
        "600": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQqFsJ3C8qng.ttf",
        "700": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQqFsJ3C8qng.ttf",
        "800": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQqFsJ3C8qng.ttf",
        "900": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQqFsJ3C8qng.ttf",
        "100italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEN_io6npfB.ttf",
        "200italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EN_io6npfB.ttf",
        "300italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EN_io6npfB.ttf",
        "500italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EN_io6npfB.ttf",
        "600italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf",
        "700italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf",
        "800italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf",
        "900italic": "https://fonts.gstatic.com/s/alumnisans/v18/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisans/v18/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9gqVEN.ttf"
    },
    {
      "family": "Alumni Sans Collegiate One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjytxntaDFU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisanscollegiateone/v5/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdbwjw.ttf"
    },
    {
      "family": "Alumni Sans Inline One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITdpz0fYxcrQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisansinlineone/v5/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ETdg.ttf"
    },
    {
      "family": "Alumni Sans Pinstripe",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf",
        "italic": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Mh8XQ5_cY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/alumnisanspinstripe/v6/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObheDY79M.ttf"
    },
    {
      "family": "Amarante",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bp-2AX4.ttf"
    },
    {
      "family": "Amaranth",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnCF9GqwnzW.ttf",
        "italic": "https://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf",
        "700": "https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf",
        "700italic": "https://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnDHdU.ttf"
    },
    {
      "family": "Amatic SC",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf",
        "700": "https://fonts.gstatic.com/s/amaticsc/v26/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amaticsc/v26/TUZyzwprpvBS1izr_vOEDOSa.ttf"
    },
    {
      "family": "Amethysta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfW4GT-G.ttf"
    },
    {
      "family": "Amiko",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04tqlc17MMZgJ.ttf",
        "600": "https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf",
        "700": "https://fonts.gstatic.com/s/amiko/v14/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiko/v14/WwkQxPq1DFK04uqkeVo.ttf"
    },
    {
      "family": "Amiri",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-01-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHqUpvrIw74NL.ttf",
        "italic": "https://fonts.gstatic.com/s/amiri/v27/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf",
        "700": "https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf",
        "700italic": "https://fonts.gstatic.com/s/amiri/v27/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHpUotLY.ttf"
    },
    {
      "family": "Amiri Quran",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amiriquran/v14/_Xmo-Hk0rD6DbUL4_vH8Zq5t7Cycsu-2.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amiriquran/v14/_Xmo-Hk0rD6DbUL4_vH8Zp5s5ig.ttf"
    },
    {
      "family": "Amita",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/amita/v18/HhyaU5si9Om7PQlvAfSKEZZL.ttf",
        "700": "https://fonts.gstatic.com/s/amita/v18/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/amita/v18/HhyaU5si9Om7PTluC_A.ttf"
    },
    {
      "family": "Anaheim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G0UTUEE5eK_w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G4UXeFA.ttf"
    },
    {
      "family": "Andada Pro",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf",
        "500": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8cFLzvIt2S.ttf",
        "600": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8cFLzvIt2S.ttf",
        "700": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8cFLzvIt2S.ttf",
        "800": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8cFLzvIt2S.ttf",
        "italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHrjNJ82Stjw.ttf",
        "500italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHrjNJ82Stjw.ttf",
        "600italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHrjNJ82Stjw.ttf",
        "700italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHrjNJ82Stjw.ttf",
        "800italic": "https://fonts.gstatic.com/s/andadapro/v20/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHrjNJ82Stjw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/andadapro/v20/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBb8dHrg.ttf"
    },
    {
      "family": "Andika",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/andika/v25/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf",
        "italic": "https://fonts.gstatic.com/s/andika/v25/mem9Ya6iyW-Lwqgwb7YVeLkWVNBt.ttf",
        "700": "https://fonts.gstatic.com/s/andika/v25/mem8Ya6iyW-Lwqg40ZM1UpcaXcl0Aw.ttf",
        "700italic": "https://fonts.gstatic.com/s/andika/v25/mem6Ya6iyW-Lwqgwb46pV50ef8xkA76a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/andika/v25/mem_Ya6iyW-LwqgwbLYV.ttf"
    },
    {
      "family": "Anek Bangla",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIocg56yyvt0.ttf",
        "200": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIocg56yyvt0.ttf",
        "300": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIocg56yyvt0.ttf",
        "regular": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIocg56yyvt0.ttf",
        "500": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIocg56yyvt0.ttf",
        "600": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIocg56yyvt0.ttf",
        "700": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIocg56yyvt0.ttf",
        "800": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIocg56yyvt0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekbangla/v5/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZEoYq4w.ttf"
    },
    {
      "family": "Anek Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9nFk0LjZ7E.ttf",
        "200": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9nFk0LjZ7E.ttf",
        "300": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9nFk0LjZ7E.ttf",
        "regular": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9nFk0LjZ7E.ttf",
        "500": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9nFk0LjZ7E.ttf",
        "600": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9nFk0LjZ7E.ttf",
        "700": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9nFk0LjZ7E.ttf",
        "800": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9nFk0LjZ7E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekdevanagari/v8/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtkt9mHEk.ttf"
    },
    {
      "family": "Anek Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7w0KgB7Lm7g.ttf",
        "200": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7w0KgB7Lm7g.ttf",
        "300": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7w0KgB7Lm7g.ttf",
        "regular": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7w0KgB7Lm7g.ttf",
        "500": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7w0KgB7Lm7g.ttf",
        "600": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7w0KgB7Lm7g.ttf",
        "700": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7w0KgB7Lm7g.ttf",
        "800": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7w0KgB7Lm7g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekgujarati/v9/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5CLwkik.ttf"
    },
    {
      "family": "Anek Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppXK41H6DjbA.ttf",
        "200": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpXK41H6DjbA.ttf",
        "300": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpXK41H6DjbA.ttf",
        "regular": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpXK41H6DjbA.ttf",
        "500": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpXK41H6DjbA.ttf",
        "600": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpXK41H6DjbA.ttf",
        "700": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpXK41H6DjbA.ttf",
        "800": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpXK41H6DjbA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekgurmukhi/v8/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tZXaQx.ttf"
    },
    {
      "family": "Anek Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAukVReA1oef.ttf",
        "200": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQukVReA1oef.ttf",
        "300": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQukVReA1oef.ttf",
        "regular": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQukVReA1oef.ttf",
        "500": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQukVReA1oef.ttf",
        "600": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFgukVReA1oef.ttf",
        "700": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFgukVReA1oef.ttf",
        "800": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFgukVReA1oef.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekkannada/v5/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDETulXxM.ttf"
    },
    {
      "family": "Anek Latin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZKdClWL3kgw.ttf",
        "200": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZKdClWL3kgw.ttf",
        "300": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZKdClWL3kgw.ttf",
        "regular": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf",
        "500": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZKdClWL3kgw.ttf",
        "600": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZKdClWL3kgw.ttf",
        "700": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZKdClWL3kgw.ttf",
        "800": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZKdClWL3kgw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aneklatin/v5/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7ApKNqh.ttf"
    },
    {
      "family": "Anek Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v6",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HMr5PDO71Qs.ttf",
        "200": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HMr5PDO71Qs.ttf",
        "300": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HMr5PDO71Qs.ttf",
        "regular": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HMr5PDO71Qs.ttf",
        "500": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HMr5PDO71Qs.ttf",
        "600": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HMr5PDO71Qs.ttf",
        "700": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HMr5PDO71Qs.ttf",
        "800": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HMr5PDO71Qs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekmalayalam/v6/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-LMvzOA.ttf"
    },
    {
      "family": "Anek Odia",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v6",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63mXZAtm_es.ttf",
        "200": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3mXZAtm_es.ttf",
        "300": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3mXZAtm_es.ttf",
        "regular": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3mXZAtm_es.ttf",
        "500": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3mXZAtm_es.ttf",
        "600": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3mXZAtm_es.ttf",
        "700": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3mXZAtm_es.ttf",
        "800": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3mXZAtm_es.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anekodia/v6/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfp3nV5Q.ttf"
    },
    {
      "family": "Anek Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6q4v4oegjOQ.ttf",
        "200": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6q4v4oegjOQ.ttf",
        "300": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6q4v4oegjOQ.ttf",
        "regular": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6q4v4oegjOQ.ttf",
        "500": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6q4v4oegjOQ.ttf",
        "600": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6q4v4oegjOQ.ttf",
        "700": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6q4v4oegjOQ.ttf",
        "800": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6q4v4oegjOQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anektamil/v9/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQidKqoH8.ttf"
    },
    {
      "family": "Anek Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oE2G2ep10_8.ttf",
        "200": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oE2G2ep10_8.ttf",
        "300": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oE2G2ep10_8.ttf",
        "regular": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oE2G2ep10_8.ttf",
        "500": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oE2G2ep10_8.ttf",
        "600": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oE2G2ep10_8.ttf",
        "700": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oE2G2ep10_8.ttf",
        "800": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oE2G2ep10_8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anektelugu/v8/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--kEyM3Q.ttf"
    },
    {
      "family": "Angkor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/angkor/v32/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/angkor/v32/H4cmBXyAlsPdnlbO8yY6.ttf"
    },
    {
      "family": "Annapurna SIL",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllid8NN9dZT_PZs.ttf",
        "700": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLy0hDY0f2iu9tPmRWtllidyG9SUZzUIZJ008A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/annapurnasil/v2/yYLv0hDY0f2iu9tPmRWtllidwNJ3cQ.ttf"
    },
    {
      "family": "Annie Use Your Telescope",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGTlT3F.ttf"
    },
    {
      "family": "Anonymous Pro",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf",
        "italic": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf",
        "700": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf",
        "700italic": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pHl028A.ttf"
    },
    {
      "family": "Anta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyZFwxPFimIo0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anta/v1/gyBzhwQ3KsIyVF07OA.ttf"
    },
    {
      "family": "Antic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZLodgzydtk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRZZKq9w.ttf"
    },
    {
      "family": "Antic Didone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDSqIEC.ttf"
    },
    {
      "family": "Antic Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IacNcWQ.ttf"
    },
    {
      "family": "Anton",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm0K08i4gS7lu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anton/v25/1Ptgg87LROyAm3K1-Co.ttf"
    },
    {
      "family": "Antonio",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtIY2DwSXlM.ttf",
        "200": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtIY2DwSXlM.ttf",
        "300": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtIY2DwSXlM.ttf",
        "regular": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtIY2DwSXlM.ttf",
        "500": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtIY2DwSXlM.ttf",
        "600": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htIY2DwSXlM.ttf",
        "700": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htIY2DwSXlM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/antonio/v19/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8StJaWQ.ttf"
    },
    {
      "family": "Anuphan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9A4kGmW927Gu.ttf",
        "200": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCmY9Q4kGmW927Gu.ttf",
        "300": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZClG9Q4kGmW927Gu.ttf",
        "regular": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9Q4kGmW927Gu.ttf",
        "500": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkq9Q4kGmW927Gu.ttf",
        "600": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCnG8g4kGmW927Gu.ttf",
        "700": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCn_8g4kGmW927Gu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anuphan/v3/2sDBZGxYgY7LkLT0s2Yrm5UhuLoIZCkY9T4lEGE.ttf"
    },
    {
      "family": "Anybody",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPrsXD_nBPpQ.ttf",
        "200": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPrsXD_nBPpQ.ttf",
        "300": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPrsXD_nBPpQ.ttf",
        "regular": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf",
        "500": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPrsXD_nBPpQ.ttf",
        "600": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPrsXD_nBPpQ.ttf",
        "700": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPrsXD_nBPpQ.ttf",
        "800": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPrsXD_nBPpQ.ttf",
        "900": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPrsXD_nBPpQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_H3HVfpcHY.ttf",
        "200italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_H3HVfpcHY.ttf",
        "300italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_H3HVfpcHY.ttf",
        "italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_H3HVfpcHY.ttf",
        "500italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_H3HVfpcHY.ttf",
        "600italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_H3HVfpcHY.ttf",
        "700italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_H3HVfpcHY.ttf",
        "800italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_H3HVfpcHY.ttf",
        "900italic": "https://fonts.gstatic.com/s/anybody/v11/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_H3HVfpcHY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/anybody/v11/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12D_r8_H.ttf"
    },
    {
      "family": "Aoboshi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aoboshione/v10/Gg8xN5kXaAXtHQrFxwl10ysLBmZX_UEg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aoboshione/v10/Gg8xN5kXaAXtHQrFxwl10xsKDGI.ttf"
    },
    {
      "family": "Arapey",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf",
        "italic": "https://fonts.gstatic.com/s/arapey/v16/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RCKZtoY.ttf"
    },
    {
      "family": "Arbutus",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arbutus/v28/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arbutus/v28/NaPYcZ7dG_5J3pooX9Nnqw.ttf"
    },
    {
      "family": "Arbutus Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZlaqUZ.ttf"
    },
    {
      "family": "Architects Daughter",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvTY9g5g.ttf"
    },
    {
      "family": "Archivo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp8B1oJ0vyVQ.ttf",
        "200": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp8B1oJ0vyVQ.ttf",
        "300": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp8B1oJ0vyVQ.ttf",
        "regular": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf",
        "500": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8B1oJ0vyVQ.ttf",
        "600": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8B1oJ0vyVQ.ttf",
        "700": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8B1oJ0vyVQ.ttf",
        "800": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8B1oJ0vyVQ.ttf",
        "900": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8B1oJ0vyVQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdsBU7iVdxQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdsBU7iVdxQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdsBU7iVdxQ.ttf",
        "italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdsBU7iVdxQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdsBU7iVdxQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdsBU7iVdxQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdsBU7iVdxQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdsBU7iVdxQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/archivo/v19/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdsBU7iVdxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivo/v19/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNZ8Rds.ttf"
    },
    {
      "family": "Archivo Black",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivoblack/v21/HTxqL289NzCGg4MzN6KJ7eW6CYqF-w.ttf"
    },
    {
      "family": "Archivo Narrow",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf",
        "500": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpHOtFCQ76Q.ttf",
        "600": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpHOtFCQ76Q.ttf",
        "700": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpHOtFCQ76Q.ttf",
        "italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53mpNiEr6T6Y.ttf",
        "500italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53mpNiEr6T6Y.ttf",
        "600italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmpNiEr6T6Y.ttf",
        "700italic": "https://fonts.gstatic.com/s/archivonarrow/v30/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmpNiEr6T6Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/archivonarrow/v30/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFG6pXmp.ttf"
    },
    {
      "family": "Are You Serious",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/areyouserious/v12/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/areyouserious/v12/ll8kK2GVSSr-PtjQ5nONVcNn430KhDVj.ttf"
    },
    {
      "family": "Aref Ruqaa",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf",
        "700": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arefruqaa/v25/WwkbxPW1E165rajQKDulIIEoUA.ttf"
    },
    {
      "family": "Aref Ruqaa Ink",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2fY5WOGUFlt84GTOkP6Kdx72ThVIGpgnxL.ttf",
        "700": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WhqWBCyxWn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arefruqaaink/v10/1q2fY5WOGUFlt84GTOkP6Kdx71TgXoU.ttf"
    },
    {
      "family": "Arima",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "malayalam",
        "tamil",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-04-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-pQGOyYw2fw.ttf",
        "200": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-pQGOyYw2fw.ttf",
        "300": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-pQGOyYw2fw.ttf",
        "regular": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf",
        "500": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-pQGOyYw2fw.ttf",
        "600": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-pQGOyYw2fw.ttf",
        "700": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-pQGOyYw2fw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arima/v5/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTAOpAuK.ttf"
    },
    {
      "family": "Arimo",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf",
        "500": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBxDAVQI4aA.ttf",
        "600": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBxDAVQI4aA.ttf",
        "700": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBxDAVQI4aA.ttf",
        "italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrEdwcoaKww.ttf",
        "500italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrEdwcoaKww.ttf",
        "600italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrEdwcoaKww.ttf",
        "700italic": "https://fonts.gstatic.com/s/arimo/v29/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrEdwcoaKww.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arimo/v29/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcBhrE.ttf"
    },
    {
      "family": "Arizonia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arizonia/v21/neIIzCemt4A5qa7mv6WGHK06UY30.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arizonia/v21/neIIzCemt4A5qa7mv5WHFqk.ttf"
    },
    {
      "family": "Armata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/armata/v20/gokvH63_HV5jQ-ENlTRz.ttf"
    },
    {
      "family": "Arsenal",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf",
        "italic": "https://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf",
        "700": "https://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf",
        "700italic": "https://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D517cBQ.ttf"
    },
    {
      "family": "Artifika",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-01-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/artifika/v21/VEMyRoxzronptCuxu5Ws7DQ.ttf"
    },
    {
      "family": "Arvo",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKmSAa7Lzr7vs.ttf",
        "italic": "https://fonts.gstatic.com/s/arvo/v22/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf",
        "700": "https://fonts.gstatic.com/s/arvo/v22/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf",
        "700italic": "https://fonts.gstatic.com/s/arvo/v22/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKqSEQ6A.ttf"
    },
    {
      "family": "Arya",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJd9Ub1-beqdFE.ttf",
        "700": "https://fonts.gstatic.com/s/arya/v19/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJdxUf__Q.ttf"
    },
    {
      "family": "Asap",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-06-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqQsLmOXoA7Glw.ttf",
        "200": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqUsLmOXoA7Glw.ttf",
        "300": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYzKUsLmOXoA7Glw.ttf",
        "regular": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsLmOXoA7Glw.ttf",
        "500": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUsLmOXoA7Glw.ttf",
        "600": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYTKIsLmOXoA7Glw.ttf",
        "700": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIsLmOXoA7Glw.ttf",
        "800": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYEqIsLmOXoA7Glw.ttf",
        "900": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYO6IsLmOXoA7Glw.ttf",
        "100italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmTggvWl0Qn.ttf",
        "200italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEbWmTggvWl0Qn.ttf",
        "300italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmTggvWl0Qn.ttf",
        "italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmTggvWl0Qn.ttf",
        "500italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmTggvWl0Qn.ttf",
        "600italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammTggvWl0Qn.ttf",
        "700italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammTggvWl0Qn.ttf",
        "800italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZEammTggvWl0Qn.ttf",
        "900italic": "https://fonts.gstatic.com/s/asap/v30/KFOMCniXp96ayz4E7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammTggvWl0Qn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asap/v30/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUcL2mT.ttf"
    },
    {
      "family": "Asap Condensed",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9DSWlEgGqgp-pO.ttf",
        "200italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUIFFim6CovpOkXA.ttf",
        "300": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8nSmlEgGqgp-pO.ttf",
        "300italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOVGim6CovpOkXA.ttf",
        "regular": "https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf",
        "italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf",
        "500": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf",
        "500italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf",
        "600": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf",
        "600italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf",
        "700": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf",
        "700italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf",
        "800": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8rTmlEgGqgp-pO.ttf",
        "800italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUOlCim6CovpOkXA.ttf",
        "900": "https://fonts.gstatic.com/s/asapcondensed/v17/pxieypY1o9NHyXh3WvSbGSggdO8PT2lEgGqgp-pO.ttf",
        "900italic": "https://fonts.gstatic.com/s/asapcondensed/v17/pxiYypY1o9NHyXh3WvSbGSggdOeJUM1Dim6CovpOkXA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asapcondensed/v17/pxidypY1o9NHyXh3WvSbGSggdOeKaEk.ttf"
    },
    {
      "family": "Asar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIXkYQDLlTW6E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIbkcaCA.ttf"
    },
    {
      "family": "Asset",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v29",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cWImRJqExst1.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asset/v29/SLXGc1na-mM4cVInTp4.ttf"
    },
    {
      "family": "Assistant",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGGf3qGuvM4.ttf",
        "300": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGGf3qGuvM4.ttf",
        "regular": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf",
        "500": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf",
        "600": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf",
        "700": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf",
        "800": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGGf3qGuvM4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/assistant/v19/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnIGCV2g.ttf"
    },
    {
      "family": "Astloch",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf",
        "700": "https://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjm90byA.ttf"
    },
    {
      "family": "Asul",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/asul/v21/VuJ-dNjKxYr46fMFXK78JIg.ttf",
        "700": "https://fonts.gstatic.com/s/asul/v21/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/asul/v21/VuJ-dNjKxYr42fIPWA.ttf"
    },
    {
      "family": "Athiti",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf",
        "300": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf",
        "regular": "https://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf",
        "500": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf",
        "600": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf",
        "700": "https://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1wIDRJS.ttf"
    },
    {
      "family": "Atkinson Hyperlegible",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE5ZgpewSSbQ.ttf",
        "italic": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055ItWQGCbUWn.ttf",
        "700": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNcy-OZFy-FA.ttf",
        "700italic": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWKRlmuFH24.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atkinsonhyperlegible/v11/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45G05JIt.ttf"
    },
    {
      "family": "Atma",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf",
        "regular": "https://fonts.gstatic.com/s/atma/v16/uK_84rqWc-Eom25bDj8WIv4.ttf",
        "500": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf",
        "600": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf",
        "700": "https://fonts.gstatic.com/s/atma/v16/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atma/v16/uK_84rqWc-Eoq29RCg.ttf"
    },
    {
      "family": "Atomic Age",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL18Dn8Q.ttf"
    },
    {
      "family": "Aubrey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vugNsCxVEgA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7fuwlo.ttf"
    },
    {
      "family": "Audiowide",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/audiowide/v20/l7gdbjpo0cum0ckerWCdkA_L.ttf"
    },
    {
      "family": "Autour One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbo5hcUg.ttf"
    },
    {
      "family": "Average",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/average/v18/fC1hPYBHe23MxA7rEeN6UQ.ttf"
    },
    {
      "family": "Average Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJ_BNCe.ttf"
    },
    {
      "family": "Averia Gruesa Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZYmiDxw.ttf"
    },
    {
      "family": "Averia Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf",
        "300italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf",
        "regular": "https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf",
        "italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf",
        "700": "https://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf",
        "700italic": "https://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjESA6nN.ttf"
    },
    {
      "family": "Averia Sans Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf",
        "300italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf",
        "regular": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf",
        "italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf",
        "700": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf",
        "700italic": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiasanslibre/v19/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEdVIEoc.ttf"
    },
    {
      "family": "Averia Serif Libre",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf",
        "regular": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf",
        "italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf",
        "700": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/averiaseriflibre/v18/neIWzD2ms4wxr6GvjeD0X88SHPyX2xYOpAuK.ttf"
    },
    {
      "family": "Azeret Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh0raa-5s3AA.ttf",
        "200": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh0raa-5s3AA.ttf",
        "300": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh0raa-5s3AA.ttf",
        "regular": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh0raa-5s3AA.ttf",
        "500": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh0raa-5s3AA.ttf",
        "600": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh0raa-5s3AA.ttf",
        "700": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh0raa-5s3AA.ttf",
        "800": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh0raa-5s3AA.ttf",
        "900": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh0raa-5s3AA.ttf",
        "100italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLye2Z4nAN7J.ttf",
        "200italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbye2Z4nAN7J.ttf",
        "300italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbye2Z4nAN7J.ttf",
        "italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbye2Z4nAN7J.ttf",
        "500italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbye2Z4nAN7J.ttf",
        "600italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlrye2Z4nAN7J.ttf",
        "700italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulrye2Z4nAN7J.ttf",
        "800italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlrye2Z4nAN7J.ttf",
        "900italic": "https://fonts.gstatic.com/s/azeretmono/v17/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglrye2Z4nAN7J.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/azeretmono/v17/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVR07ye.ttf"
    },
    {
      "family": "B612",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jm4GDigUXw.ttf",
        "italic": "https://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf",
        "700": "https://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf",
        "700italic": "https://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz36jiyHA.ttf"
    },
    {
      "family": "B612 Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/b612mono/v14/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf",
        "italic": "https://fonts.gstatic.com/s/b612mono/v14/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf",
        "700": "https://fonts.gstatic.com/s/b612mono/v14/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf",
        "700italic": "https://fonts.gstatic.com/s/b612mono/v14/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/b612mono/v14/kmK_Zq85QVWbN1eW6lJV1g7Y.ttf"
    },
    {
      "family": "BIZ UDGothic",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudgothic/v9/daafSTouBF7RUjnbt8p3LuKttQN98z_MbQ.ttf",
        "700": "https://fonts.gstatic.com/s/bizudgothic/v9/daaASTouBF7RUjnbt8p3LuKVCSxZ-xTQZMhbaA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudgothic/v9/daafSTouBF7RUjnbt8p3LuKdtAl5.ttf"
    },
    {
      "family": "BIZ UDMincho",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-01-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudmincho/v9/EJRRQgI6eOxFjBdKs38yhtW1dwT7rcpY8Q.ttf",
        "700": "https://fonts.gstatic.com/s/bizudmincho/v9/EJROQgI6eOxFjBdKs38yhtWNyyvfpeFE-IyCrw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudmincho/v9/EJRRQgI6eOxFjBdKs38yhtWFdg7_.ttf"
    },
    {
      "family": "BIZ UDPGothic",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudpgothic/v10/hES36X5pHAIBjmS84VL0Bue83nUMQWkMUAk.ttf",
        "700": "https://fonts.gstatic.com/s/bizudpgothic/v10/hESq6X5pHAIBjmS84VL0Bue85skjZWEnTABCSQo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudpgothic/v10/hES36X5pHAIBjmS84VL0Bue87nQGRQ.ttf"
    },
    {
      "family": "BIZ UDPMincho",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-01-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvfbXOBrmYppy7oWWTg1_58nhhYtUb0gZk.ttf",
        "700": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvCbXOBrmYppy7oWWTg1_58pqR3kU7fnZAy57k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bizudpmincho/v9/ypvfbXOBrmYppy7oWWTg1_58rhlSsQ.ttf"
    },
    {
      "family": "Babylonica",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/babylonica/v5/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/babylonica/v5/5aUw9_i2qxWVCAE2aHjTmDN-_Q.ttf"
    },
    {
      "family": "Bacasime Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZOwStSUrV_BE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bacasimeantique/v1/tDbX2pGXkFYEykldjZSrmI6T_XWZCwWnTQ.ttf"
    },
    {
      "family": "Bad Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7pO0kyQ.ttf"
    },
    {
      "family": "Bagel Fat One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bagelfatone/v1/hYkPPucsQOr5dy02WmQr5Zkd0B5mvv0dSbM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bagelfatone/v1/hYkPPucsQOr5dy02WmQr5Zkd4B9sug.ttf"
    },
    {
      "family": "Bahiana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bahiana/v23/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bahiana/v23/uU9PCBUV4YenPWJU3xLR2g.ttf"
    },
    {
      "family": "Bahianita",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bahianita/v21/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bahianita/v21/yYLr0hTb3vuqqsBUgxWdxDHR.ttf"
    },
    {
      "family": "Bai Jamjuree",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf",
        "200italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf",
        "300": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf",
        "300italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf",
        "regular": "https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf",
        "italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf",
        "500": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf",
        "500italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf",
        "600": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf",
        "600italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf",
        "700": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf",
        "700italic": "https://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoa8WMLO.ttf"
    },
    {
      "family": "Bakbak One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bakbakone/v8/zOL54pXAl6RI-p_ardnuycRuv-hHkOs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bakbakone/v8/zOL54pXAl6RI-p_ardnu-cVkuw.ttf"
    },
    {
      "family": "Ballet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ballet/v27/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ballet/v27/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3O4C0Fg.ttf"
    },
    {
      "family": "Baloo 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf",
        "500": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgozapv9Fat7WcN.ttf",
        "600": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv9Fat7WcN.ttf",
        "700": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpv9Fat7WcN.ttf",
        "800": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpv9Fat7WcN.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloo2/v21/wXK0E3kTposypRydzVT08TS3JnAmtdgazZpu_lI.ttf"
    },
    {
      "family": "Baloo Bhai 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXeCo-jsZzo.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXeCo-jsZzo.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXeCo-jsZzo.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXeCo-jsZzo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhai2/v28/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighAXaIpw.ttf"
    },
    {
      "family": "Baloo Bhaijaan 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP4L4ppfcyC.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP4L4ppfcyC.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP4L4ppfcyC.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP4L4ppfcyC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhaijaan2/v19/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSpP5JY4.ttf"
    },
    {
      "family": "Baloo Bhaina 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf",
        "500": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvRfRLYWmZSA.ttf",
        "600": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvRfRLYWmZSA.ttf",
        "700": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvRfRLYWmZSA.ttf",
        "800": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvRfRLYWmZSA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloobhaina2/v27/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPfRP5P.ttf"
    },
    {
      "family": "Baloo Chettan 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf",
        "500": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO1oeH9xI2gc.ttf",
        "600": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO1oeH9xI2gc.ttf",
        "700": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO1oeH9xI2gc.ttf",
        "800": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO1oeH9xI2gc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloochettan2/v21/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTC1sUGw.ttf"
    },
    {
      "family": "Baloo Da 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf",
        "500": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf",
        "600": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf",
        "700": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf",
        "800": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balooda2/v24/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsQNf7ZI.ttf"
    },
    {
      "family": "Baloo Paaji 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf",
        "500": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74fybRUz1r5t.ttf",
        "600": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf",
        "700": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf",
        "800": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloopaaji2/v27/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX77fzZxE.ttf"
    },
    {
      "family": "Baloo Tamma 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf",
        "500": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-0IF71SGC5.ttf",
        "600": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-0IF71SGC5.ttf",
        "700": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-0IF71SGC5.ttf",
        "800": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-0IF71SGC5.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balootamma2/v16/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPq-1Klo.ttf"
    },
    {
      "family": "Baloo Tammudu 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf",
        "500": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4c6PZSlGmAA.ttf",
        "600": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4c6PZSlGmAA.ttf",
        "700": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4c6PZSlGmAA.ttf",
        "800": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4c6PZSlGmAA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balootammudu2/v23/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e0c-FYQ.ttf"
    },
    {
      "family": "Baloo Thambi 2",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf",
        "500": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzaQRG_n4osQ.ttf",
        "600": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzaQRG_n4osQ.ttf",
        "700": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzaQRG_n4osQ.ttf",
        "800": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzaQRG_n4osQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baloothambi2/v17/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIDaA5C.ttf"
    },
    {
      "family": "Balsamiq Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-10-19",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf",
        "italic": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf",
        "700": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf",
        "700italic": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balsamiqsans/v14/P5sEzZiAbNrN8SB3lQQX7PncwdgXJQ.ttf"
    },
    {
      "family": "Balthazar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEfyB7s.ttf"
    },
    {
      "family": "Bangers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACL5la2bxii28.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bangers/v24/FeVQS0BTqb0h60ACH5hQ3Q.ttf"
    },
    {
      "family": "Barlow",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf",
        "200": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf",
        "300": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf",
        "regular": "https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf",
        "italic": "https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf",
        "500": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf",
        "600": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf",
        "700": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf",
        "800": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf",
        "900": "https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Css8.ttf"
    },
    {
      "family": "Barlow Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf",
        "200": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf",
        "300": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf",
        "regular": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf",
        "italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf",
        "500": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf",
        "600": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf",
        "700": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf",
        "800": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf",
        "900": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xfT3w.ttf"
    },
    {
      "family": "Barlow Semi Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf",
        "100italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf",
        "200": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf",
        "200italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf",
        "300": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf",
        "300italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf",
        "regular": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf",
        "italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf",
        "500": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf",
        "500italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf",
        "600": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf",
        "600italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf",
        "700": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf",
        "700italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf",
        "800": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf",
        "800italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf",
        "900": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf",
        "900italic": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfoqv.ttf"
    },
    {
      "family": "Barriecito",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_GdQoZw.ttf"
    },
    {
      "family": "Barrio",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDi0dAwl.ttf"
    },
    {
      "family": "Basic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQN34lDVyR7D.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKTN26FQ.ttf"
    },
    {
      "family": "Baskervville",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf",
        "italic": "https://fonts.gstatic.com/s/baskervville/v16/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baskervville/v16/YA9Ur0yU4l_XOrogbkun3kQQtpms.ttf"
    },
    {
      "family": "Battambang",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-04-20",
      "files": {
        "100": "https://fonts.gstatic.com/s/battambang/v24/uk-kEGe7raEw-HjkzZabNhGp5w50_o9T7Q.ttf",
        "300": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNtmLxyRa8oZK9I0.ttf",
        "regular": "https://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf",
        "700": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf",
        "900": "https://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNvGOxyRa8oZK9I0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabPnSp5w.ttf"
    },
    {
      "family": "Baumans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3Qfpd_s4bg.ttf"
    },
    {
      "family": "Bayon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v34",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bayon/v34/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bayon/v34/9XUrlJNmn0LPFm-oMBI.ttf"
    },
    {
      "family": "Be Vietnam Pro",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-06-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf",
        "100italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf",
        "200": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf",
        "200italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf",
        "300": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf",
        "300italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf",
        "regular": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf",
        "italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf",
        "500": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf",
        "500italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf",
        "600": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf",
        "600italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf",
        "700": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf",
        "700italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf",
        "800": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf",
        "800italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf",
        "900": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf",
        "900italic": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_HwxBX8.ttf"
    },
    {
      "family": "Beau Rivage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUllg2P54.ttf"
    },
    {
      "family": "Bebas Neue",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXoo9W9hzg.ttf"
    },
    {
      "family": "Belanosima",
      "variants": [
        "regular",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belanosima/v3/3y9k6bI8ejDo_3MfCDSLxABbF3JBg54.ttf",
        "600": "https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Nh1M3pqn5cdJ-4.ttf",
        "700": "https://fonts.gstatic.com/s/belanosima/v3/3y9n6bI8ejDo_3MfCDSL_Lx0M3pqn5cdJ-4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belanosima/v3/3y9k6bI8ejDo_3MfCDSL9AFREw.ttf"
    },
    {
      "family": "Belgrano",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZfMEgL0.ttf"
    },
    {
      "family": "Bellefair",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG1N_voy.ttf"
    },
    {
      "family": "Belleza",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4Bhcf4bw.ttf"
    },
    {
      "family": "Bellota",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf",
        "300italic": "https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf",
        "italic": "https://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf",
        "700": "https://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf",
        "700italic": "https://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAKJNbsA.ttf"
    },
    {
      "family": "Bellota Text",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf",
        "300italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf",
        "regular": "https://fonts.gstatic.com/s/bellotatext/v18/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf",
        "italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf",
        "700": "https://fonts.gstatic.com/s/bellotatext/v18/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf",
        "700italic": "https://fonts.gstatic.com/s/bellotatext/v18/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bellotatext/v18/0FlTVP2VnlWS4f3-UE9hHXMx-NkK.ttf"
    },
    {
      "family": "BenchNine",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf",
        "regular": "https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf",
        "700": "https://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosbVslx.ttf"
    },
    {
      "family": "Benne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6Vjxlt6qTDBN.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6WjwnNo.ttf"
    },
    {
      "family": "Bentham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglGW0xDA.ttf"
    },
    {
      "family": "Berkshire Swash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/berkshireswash/v20/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/berkshireswash/v20/ptRRTi-cavZOGqCvnNJDl5m5XmN_rM42.ttf"
    },
    {
      "family": "Besley",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdRoFPOl8-E.ttf",
        "500": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdRoFPOl8-E.ttf",
        "600": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdRoFPOl8-E.ttf",
        "700": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdRoFPOl8-E.ttf",
        "800": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdRoFPOl8-E.ttf",
        "900": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdRoFPOl8-E.ttf",
        "italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiENGg4-E04A.ttf",
        "500italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diENGg4-E04A.ttf",
        "600italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiENGg4-E04A.ttf",
        "700italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiENGg4-E04A.ttf",
        "800italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiENGg4-E04A.ttf",
        "900italic": "https://fonts.gstatic.com/s/besley/v19/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiENGg4-E04A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/besley/v19/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBedViEA.ttf"
    },
    {
      "family": "Beth Ellen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-20",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qIIEoUA.ttf"
    },
    {
      "family": "Bevan",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf",
        "italic": "https://fonts.gstatic.com/s/bevan/v24/4iCt6KZ0a9NXjG8YWC7Zs0SJD4U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bevan/v24/4iCj6KZ0a9NXjG8bWC4.ttf"
    },
    {
      "family": "BhuTuka Expanded One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bhutukaexpandedone/v7/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyX8pg_RVH1.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bhutukaexpandedone/v7/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJByW-Jw.ttf"
    },
    {
      "family": "Big Shoulders Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY86JF46SRP4yZQ.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ87JF46SRP4yZQ.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YddE7JF46SRP4yZQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JF46SRP4yZQ.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0Ydb07JF46SRP4yZQ.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdVE8JF46SRP4yZQ.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JF46SRP4yZQ.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JF46SRP4yZQ.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JF46SRP4yZQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersdisplay/v21/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87FF8wTQ.ttf"
    },
    {
      "family": "Big Shoulders Inline Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBEnR5yPc2Huux.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBE3R5yPc2Huux.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0mfE3R5yPc2Huux.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE3R5yPc2Huux.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nzE3R5yPc2Huux.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kfFHR5yPc2Huux.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kmFHR5yPc2Huux.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBFHR5yPc2Huux.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0loFHR5yPc2Huux.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersinlinedisplay/v27/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE0R4wvM.ttf"
    },
    {
      "family": "Big Shoulders Inline Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0yqGN7Y6Jsc8c.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0y6GN7Y6Jsc8c.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgbqy6GN7Y6Jsc8c.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y6GN7Y6Jsc8c.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgaGy6GN7Y6Jsc8c.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZqzKGN7Y6Jsc8c.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZTzKGN7Y6Jsc8c.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0zKGN7Y6Jsc8c.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgYdzKGN7Y6Jsc8c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersinlinetext/v26/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y5GM54o.ttf"
    },
    {
      "family": "Big Shoulders Stencil Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0nPKHznJucP9w.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0jPKHznJucP9w.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_ZUjPKHznJucP9w.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0jPKHznJucP9w.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_CUjPKHznJucP9w.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_5U_PKHznJucP9w.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_3E_PKHznJucP9w.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0_PKHznJucP9w.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_kk_PKHznJucP9w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersstencildisplay/v28/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0j_KXbj.ttf"
    },
    {
      "family": "Big Shoulders Stencil Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04XIGS_Py_AWbQ.ttf",
        "200": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4TIGS_Py_AWbQ.ttf",
        "300": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRjYTIGS_Py_AWbQ.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04TIGS_Py_AWbQ.ttf",
        "500": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR4YTIGS_Py_AWbQ.ttf",
        "600": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRDYPIGS_Py_AWbQ.ttf",
        "700": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRNIPIGS_Py_AWbQ.ttf",
        "800": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4PIGS_Py_AWbQ.ttf",
        "900": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGReoPIGS_Py_AWbQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshouldersstenciltext/v26/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04T4GCXL.ttf"
    },
    {
      "family": "Big Shoulders Text",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-r3TIPNl6P2pc.ttf",
        "200": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-q3TIPNl6P2pc.ttf",
        "300": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3dGq3TIPNl6P2pc.ttf",
        "regular": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q3TIPNl6P2pc.ttf",
        "500": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3b2q3TIPNl6P2pc.ttf",
        "600": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3VGt3TIPNl6P2pc.ttf",
        "700": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Wit3TIPNl6P2pc.ttf",
        "800": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-t3TIPNl6P2pc.ttf",
        "900": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Sat3TIPNl6P2pc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshoulderstext/v24/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q7TMFMg.ttf"
    },
    {
      "family": "Bigelow Rules",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bigelowrules/v29/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigelowrules/v29/RrQWboly8iR_I3KWSzeRuN0zf4YIGw.ttf"
    },
    {
      "family": "Bigshot One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bigshotone/v29/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bigshotone/v29/u-470qukhRkkO6BD_7cM_jxvWwY.ttf"
    },
    {
      "family": "Bilbo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ220groA.ttf"
    },
    {
      "family": "Bilbo Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdmALiog.ttf"
    },
    {
      "family": "BioRhyme",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-10-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIimiaki-gkRDE.ttf",
        "300": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Omwimiaki-gkRDE.ttf",
        "regular": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIimiaki-gkRDE.ttf",
        "500": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OgAimiaki-gkRDE.ttf",
        "600": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4Ouwlmiaki-gkRDE.ttf",
        "700": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OtUlmiaki-gkRDE.ttf",
        "800": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OrIlmiaki-gkRDE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biorhyme/v17/1cXeaULHBpDMsHYW_GZNh7loEHurwOIGadI205trrbeBgQs4OjIiqieujw.ttf"
    },
    {
      "family": "BioRhyme Expanded",
      "variants": [
        "200",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf",
        "300": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf",
        "regular": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf",
        "700": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf",
        "800": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biorhymeexpanded/v21/i7dQIE1zZzytGswgU577CDY9LjbffxSVT3Q.ttf"
    },
    {
      "family": "Birthstone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/birthstone/v14/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/birthstone/v14/8AtsGs2xO4yLRhy87sv_LLjziQ.ttf"
    },
    {
      "family": "Birthstone Bounce",
      "variants": [
        "regular",
        "500"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf",
        "500": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacQJZP1LmD9.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/birthstonebounce/v11/ga6XaxZF43lIvTWrktHOTBJZGH7dEdVIEoc.ttf"
    },
    {
      "family": "Biryani",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf",
        "300": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf",
        "600": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf",
        "700": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf",
        "800": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf",
        "900": "https://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdfU0TOQ.ttf"
    },
    {
      "family": "Bitter",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v33",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf",
        "200": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf",
        "300": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf",
        "regular": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf",
        "500": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf",
        "600": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf",
        "700": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf",
        "800": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf",
        "900": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf",
        "100italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf",
        "200italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf",
        "300italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf",
        "italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf",
        "500italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf",
        "600italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf",
        "700italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf",
        "800italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf",
        "900italic": "https://fonts.gstatic.com/s/bitter/v33/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bitter/v33/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfOL7OWA.ttf"
    },
    {
      "family": "Black And White Picture",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackandwhitepicture/v24/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackandwhitepicture/v24/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqL5GZ8c.ttf"
    },
    {
      "family": "Black Han Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackhansans/v17/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackhansans/v17/ea8Aad44WunzF9a-dL6toA8r8kqUK3A.ttf"
    },
    {
      "family": "Black Ops One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3aD3bsg.ttf"
    },
    {
      "family": "Blaka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6kdr20D2FV5e.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blaka/v7/8vIG7w8722p_6ndq0UQ.ttf"
    },
    {
      "family": "Blaka Hollow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezYB9oFyW_-oA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blakahollow/v7/MCoUzAL91sjRE2FsKsxUtezoBtAB.ttf"
    },
    {
      "family": "Blaka Ink",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/blakaink/v8/AlZy_zVVtpj22Znag2chdXf4XB0Tow.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blakaink/v8/AlZy_zVVtpj22Znag2cRdH38.ttf"
    },
    {
      "family": "Blinker",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/blinker/v13/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf",
        "200": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf",
        "300": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf",
        "regular": "https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf",
        "600": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf",
        "700": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf",
        "800": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf",
        "900": "https://fonts.gstatic.com/s/blinker/v13/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/blinker/v13/cIf9MaFatEE-VTaP9CihZA.ttf"
    },
    {
      "family": "Bodoni Moda",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIBytVjMYwE.ttf",
        "500": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIBytVjMYwE.ttf",
        "600": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIBytVjMYwE.ttf",
        "700": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIBytVjMYwE.ttf",
        "800": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIBytVjMYwE.ttf",
        "900": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIBytVjMYwE.ttf",
        "italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4sXrJcwHqoQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4sXrJcwHqoQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4sXrJcwHqoQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4sXrJcwHqoQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4sXrJcwHqoQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4sXrJcwHqoQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bodonimoda/v23/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7a8IF4sQ.ttf"
    },
    {
      "family": "Bokor",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiR2WdInbcaxE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiS2Xfo0.ttf"
    },
    {
      "family": "Bona Nova",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf",
        "italic": "https://fonts.gstatic.com/s/bonanova/v10/B50LF7ZCpX7fcHfvIUB5iaJuPqqSLJYf.ttf",
        "700": "https://fonts.gstatic.com/s/bonanova/v10/B50IF7ZCpX7fcHfvIUBxN4dOFISeJY8GgQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUB5iqJu.ttf"
    },
    {
      "family": "Bonbon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonbon/v30/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonbon/v30/0FlVVPeVlFec4eePcTsE.ttf"
    },
    {
      "family": "Bonheur Royale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bonheurroyale/v13/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bonheurroyale/v13/c4m51nt_GMTrtX-b9GcG4-YRmbK-eUM.ttf"
    },
    {
      "family": "Boogaloo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/boogaloo/v23/kmK-Zq45GAvOdnaW6y1E9y4.ttf"
    },
    {
      "family": "Borel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisgshYyMnOjwE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/borel/v3/6qLOKZsftAPisjsgaSc.ttf"
    },
    {
      "family": "Bowlby One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bowlbyone/v23/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bowlbyone/v23/taiPGmVuC4y96PFeqp8sqo-I-Q.ttf"
    },
    {
      "family": "Bowlby One SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bowlbyonesc/v25/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bowlbyonesc/v25/DtVlJxerQqQm37tzN3wMug9P_gn2pw.ttf"
    },
    {
      "family": "Braah One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/braahone/v6/KFOlCnWUpt6LsxxxiylvAx05IsDqlA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/braahone/v6/KFOlCnWUpt6LsxxxiylfAhc9.ttf"
    },
    {
      "family": "Brawler",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf",
        "700": "https://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb932eNaPfk8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGggGxTw.ttf"
    },
    {
      "family": "Bree Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluA96zp4g.ttf"
    },
    {
      "family": "Bricolage Grotesque",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-09-13",
      "files": {
        "200": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZviyM0vs-wJDtw.ttf",
        "300": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvUXiyM0vs-wJDtw.ttf",
        "regular": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRviyM0vs-wJDtw.ttf",
        "500": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvSniyM0vs-wJDtw.ttf",
        "600": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvcXlyM0vs-wJDtw.ttf",
        "700": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvfzlyM0vs-wJDtw.ttf",
        "800": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyM0vs-wJDtw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bricolagegrotesque/v2/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvRvi-Mwltw.ttf"
    },
    {
      "family": "Bruno Ace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brunoace/v5/WwkcxPa2E06x4trkOj_kMKoMWNMg3Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brunoace/v5/WwkcxPa2E06x4trkOj_UMaAI.ttf"
    },
    {
      "family": "Bruno Ace SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brunoacesc/v5/ptROTiycffFLBuiHjdJDl634LSFrpe8uZA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brunoacesc/v5/ptROTiycffFLBuiHjdJDl63ILCtv.ttf"
    },
    {
      "family": "Brygada 1918",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf",
        "500": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-V8Wu5O3gbo.ttf",
        "600": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-V8Wu5O3gbo.ttf",
        "700": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-V8Wu5O3gbo.ttf",
        "italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcv7GykboaLg.ttf",
        "500italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcv7GykboaLg.ttf",
        "600italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscv7GykboaLg.ttf",
        "700italic": "https://fonts.gstatic.com/s/brygada1918/v22/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscv7GykboaLg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/brygada1918/v22/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-fyV4cvw.ttf"
    },
    {
      "family": "Bubblegum Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEteaGxIc.ttf"
    },
    {
      "family": "Bubbler One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAotHG0ac.ttf"
    },
    {
      "family": "Buda",
      "variants": [
        "300"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/buda/v29/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/buda/v29/GFDqWAN8mnyIJSSrK7QLqw.ttf"
    },
    {
      "family": "Buenard",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf",
        "700": "https://fonts.gstatic.com/s/buenard/v17/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsDzb3rA.ttf"
    },
    {
      "family": "Bungee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungee/v13/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungee/v13/N0bU2SZBIuF2PU_0C3Rw.ttf"
    },
    {
      "family": "Bungee Hairline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeehairline/v22/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeehairline/v22/snfys0G548t04270a_ljTLUVrv-LYReZ.ttf"
    },
    {
      "family": "Bungee Inline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeinline/v15/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeinline/v15/Gg8zN58UcgnlCweMrih332VuPGN__A.ttf"
    },
    {
      "family": "Bungee Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeoutline/v20/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeoutline/v20/_6_mEDvmVP24UvU2MyiGDslL3Tg2aBY.ttf"
    },
    {
      "family": "Bungee Shade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeeshade/v13/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeeshade/v13/DtVkJxarWL0t2KdzK3oI_jkc7yjW.ttf"
    },
    {
      "family": "Bungee Spice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/bungeespice/v11/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/bungeespice/v11/nwpTtK2nIhxE0q-IwgSpZBqyzig6.ttf"
    },
    {
      "family": "Butcherman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb5zS5rw.ttf"
    },
    {
      "family": "Butterfly Kids",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/butterflykids/v25/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/butterflykids/v25/ll8lK2CWTjuqAsXDqlnIbMNs5R4bpRU.ttf"
    },
    {
      "family": "Cabin",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf",
        "500": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Gvxm7rE_s.ttf",
        "600": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Gvxm7rE_s.ttf",
        "700": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Gvxm7rE_s.ttf",
        "italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KlwkzuA_u1Bg.ttf",
        "500italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlwkzuA_u1Bg.ttf",
        "600italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlwkzuA_u1Bg.ttf",
        "700italic": "https://fonts.gstatic.com/s/cabin/v27/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlwkzuA_u1Bg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabin/v27/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7Clwg.ttf"
    },
    {
      "family": "Cabin Condensed",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf",
        "500": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf",
        "600": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf",
        "700": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabincondensed/v20/nwpMtK6mNhBK2err_hqkYhHRqmwqYeLd.ttf"
    },
    {
      "family": "Cabin Sketch",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf",
        "700": "https://fonts.gstatic.com/s/cabinsketch/v21/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cabinsketch/v21/QGYpz_kZZAGCONcK2A4bGOj8nthI.ttf"
    },
    {
      "family": "Caesar Dressing",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrRHcLz-.ttf"
    },
    {
      "family": "Cagliostro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TvGTONw.ttf"
    },
    {
      "family": "Cairo",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA-W1ToLQ-HmkA.ttf",
        "300": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hL4-W1ToLQ-HmkA.ttf",
        "regular": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-W1ToLQ-HmkA.ttf",
        "500": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hNI-W1ToLQ-HmkA.ttf",
        "600": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hD45W1ToLQ-HmkA.ttf",
        "700": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hAc5W1ToLQ-HmkA.ttf",
        "800": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hGA5W1ToLQ-HmkA.ttf",
        "900": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hEk5W1ToLQ-HmkA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cairo/v28/SLXgc1nY6HkvangtZmpQdkhzfH5lkSs2SgRjCAGMQ1z0hOA-a1XiKQ.ttf"
    },
    {
      "family": "Cairo Play",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq9yXa8GvzaA.ttf",
        "300": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq9yXa8GvzaA.ttf",
        "regular": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq9yXa8GvzaA.ttf",
        "500": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq9yXa8GvzaA.ttf",
        "600": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq9yXa8GvzaA.ttf",
        "700": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq9yXa8GvzaA.ttf",
        "800": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq9yXa8GvzaA.ttf",
        "900": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq9yXa8GvzaA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cairoplay/v7/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYa9i_e.ttf"
    },
    {
      "family": "Caladea",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjR93-9IztOc.ttf",
        "italic": "https://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf",
        "700": "https://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf",
        "700italic": "https://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUvR59_w.ttf"
    },
    {
      "family": "Calistoga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/calistoga/v15/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/calistoga/v15/6NUU8F2OJg6MeR7l4e0ftcwE.ttf"
    },
    {
      "family": "Calligraffitti",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vkFYOZI.ttf"
    },
    {
      "family": "Cambay",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf",
        "italic": "https://fonts.gstatic.com/s/cambay/v12/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf",
        "700": "https://fonts.gstatic.com/s/cambay/v12/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cambay/v12/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDs2b76M.ttf"
    },
    {
      "family": "Cambo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cambo/v17/IFSqHeNEk8FJk416ok7xkPm8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cambo/v17/IFSqHeNEk8FJk717qEo.ttf"
    },
    {
      "family": "Candal",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8c9ABQN.ttf"
    },
    {
      "family": "Cantarell",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf",
        "italic": "https://fonts.gstatic.com/s/cantarell/v17/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf",
        "700": "https://fonts.gstatic.com/s/cantarell/v17/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/cantarell/v17/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantarell/v17/B50NF7ZDq37KMUvlO015iqJu.ttf"
    },
    {
      "family": "Cantata One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslWxFvcQ.ttf"
    },
    {
      "family": "Cantora One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cantoraone/v19/gyB4hws1JdgnKy56GB_JX5zcbY8.ttf"
    },
    {
      "family": "Caprasimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caprasimo/v5/esDT31JQOPuXIUGBp72klZUCGpG-GQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caprasimo/v5/esDT31JQOPuXIUGBp72UlJ8G.ttf"
    },
    {
      "family": "Capriola",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/capriola/v14/wXKoE3YSppcvo1PDlk_9JeQ.ttf"
    },
    {
      "family": "Caramel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_Shy9CVkjQ.ttf"
    },
    {
      "family": "Carattere",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvjtmyI.ttf"
    },
    {
      "family": "Cardo",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf",
        "italic": "https://fonts.gstatic.com/s/cardo/v19/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf",
        "700": "https://fonts.gstatic.com/s/cardo/v19/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqhv-3IQ.ttf"
    },
    {
      "family": "Carlito",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039PDCLTXUETuE.ttf",
        "italic": "https://fonts.gstatic.com/s/carlito/v3/3Jn_SDPw3m-pk039DDKBSVcBXuFb0Q.ttf",
        "700": "https://fonts.gstatic.com/s/carlito/v3/3Jn4SDPw3m-pk039BIykaX0vUuhCyOo.ttf",
        "700italic": "https://fonts.gstatic.com/s/carlito/v3/3Jn6SDPw3m-pk039DDK59XglVspH2OprMQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carlito/v3/3Jn9SDPw3m-pk039DDGBSQ.ttf"
    },
    {
      "family": "Carme",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDNjHzrc.ttf"
    },
    {
      "family": "Carrois Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9amC1Co.ttf"
    },
    {
      "family": "Carrois Gothic SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-18mPnI.ttf"
    },
    {
      "family": "Carter One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNExV8gQ.ttf"
    },
    {
      "family": "Castoro",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cHYhEzOYenEU.ttf",
        "italic": "https://fonts.gstatic.com/s/castoro/v19/1q2EY5yMCld3-O4cLYpOyMQbjEX5fw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/castoro/v19/1q2GY5yMCld3-O4cLYlOyA.ttf"
    },
    {
      "family": "Castoro Titling",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/castorotitling/v8/buEupouwccj03leTfjUAhEZWlrNqYgckeo9RMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/castorotitling/v8/buEupouwccj03leTfjUAhEZWlrNaYw0g.ttf"
    },
    {
      "family": "Catamaran",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf",
        "200": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf",
        "300": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf",
        "regular": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf",
        "500": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf",
        "600": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf",
        "700": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf",
        "800": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf",
        "900": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/catamaran/v19/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd5ajdvg.ttf"
    },
    {
      "family": "Caudex",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caudex/v17/esDQ311QOP6BJUrIyviAnb4eEw.ttf",
        "italic": "https://fonts.gstatic.com/s/caudex/v17/esDS311QOP6BJUr4yPKEv7sOE4in.ttf",
        "700": "https://fonts.gstatic.com/s/caudex/v17/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/caudex/v17/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caudex/v17/esDQ311QOP6BJUr4y_KE.ttf"
    },
    {
      "family": "Caveat",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIKjYBxPigs.ttf",
        "500": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIKjYBxPigs.ttf",
        "600": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIKjYBxPigs.ttf",
        "700": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIKjYBxPigs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caveat/v18/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9eIOpZA.ttf"
    },
    {
      "family": "Caveat Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXt8WrOX.ttf"
    },
    {
      "family": "Cedarville Cursive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_nuJLp1.ttf"
    },
    {
      "family": "Ceviche One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX5zcbY8.ttf"
    },
    {
      "family": "Chakra Petch",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf",
        "300italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf",
        "regular": "https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf",
        "italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf",
        "500": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf",
        "500italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf",
        "600": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf",
        "600italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf",
        "700": "https://fonts.gstatic.com/s/chakrapetch/v11/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf",
        "700italic": "https://fonts.gstatic.com/s/chakrapetch/v11/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chakrapetch/v11/cIf6MapbsEk7TDLdtEz1BwkWmapl.ttf"
    },
    {
      "family": "Changa",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf",
        "300": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf",
        "regular": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf",
        "500": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf",
        "600": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf",
        "700": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf",
        "800": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/changa/v27/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xcjHj8g.ttf"
    },
    {
      "family": "Changa One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/changaone/v20/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf",
        "italic": "https://fonts.gstatic.com/s/changaone/v20/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/changaone/v20/xfu00W3wXn3QLUJXhzq42AfivA.ttf"
    },
    {
      "family": "Chango",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chango/v27/2V0cKI0OB5U7WaJyz324TFUaAw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chango/v27/2V0cKI0OB5U7WaJCzne8.ttf"
    },
    {
      "family": "Charis SIL",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf",
        "italic": "https://fonts.gstatic.com/s/charissil/v2/oPWI_kV3l-s-Q8govXvKnPjsZhRzTn2Ozw.ttf",
        "700": "https://fonts.gstatic.com/s/charissil/v2/oPWJ_kV3l-s-Q8govXvKlEbJRj5dQnSX1ko.ttf",
        "700italic": "https://fonts.gstatic.com/s/charissil/v2/oPWX_kV3l-s-Q8govXvKnPjU2jtXRlaSxkrMCQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charissil/v2/oPWK_kV3l-s-Q8govXvKnPvsZg.ttf"
    },
    {
      "family": "Charm",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MeYvIe804WIo.ttf",
        "700": "https://fonts.gstatic.com/s/charm/v11/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charm/v11/7cHmv4oii5K0MdYuK-s.ttf"
    },
    {
      "family": "Charmonman",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf",
        "700": "https://fonts.gstatic.com/s/charmonman/v18/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiaJCiuA.ttf"
    },
    {
      "family": "Chathura",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v20",
      "lastModified": "2022-04-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/chathura/v20/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf",
        "300": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf",
        "regular": "https://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim418goUC5S-Zy.ttf",
        "700": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf",
        "800": "https://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim428hq0Q.ttf"
    },
    {
      "family": "Chau Philomene One",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf",
        "italic": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFcnYZ_.ttf"
    },
    {
      "family": "Chela One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIC3lHS.ttf"
    },
    {
      "family": "Chelsea Market",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKChkJgo.ttf"
    },
    {
      "family": "Chenla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9uXh3s.ttf"
    },
    {
      "family": "Cherish",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherish/v8/ll88K2mXUyqsDsTN1iHIJw.ttf"
    },
    {
      "family": "Cherry Bomb One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherrybombone/v8/y83DW4od1h6KlV3c6JJhRhGOdhrKDNpF41fr-w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherrybombone/v8/y83DW4od1h6KlV3c6JJhRhGOdhr6DdBB.ttf"
    },
    {
      "family": "Cherry Cream Soda",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciQd7A9o.ttf"
    },
    {
      "family": "Cherry Swash",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cherryswash/v20/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf",
        "700": "https://fonts.gstatic.com/s/cherryswash/v20/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cherryswash/v20/i7dNIFByZjaNAMxtZcnfAy5MQXK6.ttf"
    },
    {
      "family": "Chewy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk5xIDMfO-ed.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wn5wKjc.ttf"
    },
    {
      "family": "Chicle",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chicle/v25/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chicle/v25/lJwG-pw9i2dqU-BzyGiq.ttf"
    },
    {
      "family": "Chilanka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chilanka/v20/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chilanka/v20/WWXRlj2DZQiMJYaYRoJRKdU.ttf"
    },
    {
      "family": "Chivo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-11-18",
      "files": {
        "100": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB7ul2DSFXjQiQ.ttf",
        "200": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PB_ul2DSFXjQiQ.ttf",
        "300": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_4h_ul2DSFXjQiQ.ttf",
        "regular": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_ul2DSFXjQiQ.ttf",
        "500": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_jh_ul2DSFXjQiQ.ttf",
        "600": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Yhjul2DSFXjQiQ.ttf",
        "700": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_Wxjul2DSFXjQiQ.ttf",
        "800": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_PBjul2DSFXjQiQ.ttf",
        "900": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_FRjul2DSFXjQiQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1WrWN33AiasJ.ttf",
        "200italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG1GrWN33AiasJ.ttf",
        "300italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFxY1GrWN33AiasJ.ttf",
        "italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFwG1GrWN33AiasJ.ttf",
        "500italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFw01GrWN33AiasJ.ttf",
        "600italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzY02rWN33AiasJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFzh02rWN33AiasJ.ttf",
        "800italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyG02rWN33AiasJ.ttf",
        "900italic": "https://fonts.gstatic.com/s/chivo/v18/va9Z4kzIxd1KFrBtW-13ZHhT-jDqdFyv02rWN33AiasJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chivo/v18/va9b4kzIxd1KFppkaRKvDRPJVDf_vB_elmrW.ttf"
    },
    {
      "family": "Chivo Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hrqfVKphL03l4.ttf",
        "200": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hr6fVKphL03l4.ttf",
        "300": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D6_r6fVKphL03l4.ttf",
        "regular": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr6fVKphL03l4.ttf",
        "500": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7Tr6fVKphL03l4.ttf",
        "600": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4_qKfVKphL03l4.ttf",
        "700": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D4GqKfVKphL03l4.ttf",
        "800": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5hqKfVKphL03l4.ttf",
        "900": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D5IqKfVKphL03l4.ttf",
        "100italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-XIJxp1ml4imo.ttf",
        "200italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-WIJxp1ml4imo.ttf",
        "300italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7BGWIJxp1ml4imo.ttf",
        "italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7E-WIJxp1ml4imo.ttf",
        "500italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7H2WIJxp1ml4imo.ttf",
        "600italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7JGRIJxp1ml4imo.ttf",
        "700italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7KiRIJxp1ml4imo.ttf",
        "800italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7M-RIJxp1ml4imo.ttf",
        "900italic": "https://fonts.gstatic.com/s/chivomono/v9/mFTjWbgRxKvF_Z5eQMO9gxoZ20KOQ0Hs2ysp7OaRIJxp1ml4imo.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chivomono/v9/mFThWbgRxKvF_Z5eQMO9qRMrJJrnKNtC3D7hr5fUIJw.ttf"
    },
    {
      "family": "Chokokutai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chokokutai/v9/kmK4Zqw4HwvCeHGM8Fws9y7ypu1Kr7I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chokokutai/v9/kmK4Zqw4HwvCeHGM8Fwsxy_4og.ttf"
    },
    {
      "family": "Chonburi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/chonburi/v12/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/chonburi/v12/8AtqGs-wOpGRTBq66LWbHLk.ttf"
    },
    {
      "family": "Cinzel",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf",
        "500": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf",
        "600": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf",
        "700": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf",
        "800": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf",
        "900": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cinzel/v23/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfYvlCA.ttf"
    },
    {
      "family": "Cinzel Decorative",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf",
        "700": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf",
        "900": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cinzeldecorative/v16/daaCSScvJGqLYhG8nNt8KPPswUAPni7VTMk.ttf"
    },
    {
      "family": "Clicker Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq71rZ0T4.ttf"
    },
    {
      "family": "Climate Crisis",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2024-02-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/climatecrisis/v8/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFp6jaUrGb7PsQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/climatecrisis/v8/wEOpEB3AntNeKCPBVW9XOKlmp3AUgWFN1DvIvcM0gFpKjK8v.ttf"
    },
    {
      "family": "Coda",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUIMapaN39I.ttf",
        "800": "https://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8FUMGbg.ttf"
    },
    {
      "family": "Codystar",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/codystar/v17/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf",
        "regular": "https://fonts.gstatic.com/s/codystar/v17/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/codystar/v17/FwZY7-Q1xVk-40qxOu6B6Mw.ttf"
    },
    {
      "family": "Coiny",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PUwaGFA.ttf"
    },
    {
      "family": "Combo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhj0jDOs.ttf"
    },
    {
      "family": "Comfortaa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v45",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
        "regular": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",
        "500": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
        "600": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
        "700": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrUfJQ.ttf"
    },
    {
      "family": "Comforter",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comforter/v7/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comforter/v7/H4clBXOCl8nQnlaql3Qq6Zu4.ttf"
    },
    {
      "family": "Comforter Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comforterbrush/v7/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comforterbrush/v7/Y4GTYa1xVSggrfzZI5WMjxRaOz0Twbj5.ttf"
    },
    {
      "family": "Comic Neue",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v8",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf",
        "300italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf",
        "regular": "https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf",
        "italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf",
        "700": "https://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf",
        "700italic": "https://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeD96zp4g.ttf"
    },
    {
      "family": "Coming Soon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1t-TWDw.ttf"
    },
    {
      "family": "Comme",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cBr644fWsRO9w.ttf",
        "200": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcFr644fWsRO9w.ttf",
        "300": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zu8Fr644fWsRO9w.ttf",
        "regular": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFr644fWsRO9w.ttf",
        "500": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z18Fr644fWsRO9w.ttf",
        "600": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zO8Zr644fWsRO9w.ttf",
        "700": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zAsZr644fWsRO9w.ttf",
        "800": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zZcZr644fWsRO9w.ttf",
        "900": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1zTMZr644fWsRO9w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/comme/v2/8QIUdirKhMbn-uG1kHz0MgviDe1z5cFb6oQb.ttf"
    },
    {
      "family": "Commissioner",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNcGPe7Fu0jUdk.ttf",
        "200": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENdGPe7Fu0jUdk.ttf",
        "300": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTJ1dGPe7Fu0jUdk.ttf",
        "regular": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdGPe7Fu0jUdk.ttf",
        "500": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTPFdGPe7Fu0jUdk.ttf",
        "600": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTB1aGPe7Fu0jUdk.ttf",
        "700": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTCRaGPe7Fu0jUdk.ttf",
        "800": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTENaGPe7Fu0jUdk.ttf",
        "900": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTGpaGPe7Fu0jUdk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/commissioner/v20/tDaH2o2WnlgI0FNDgduEk4jAhwgumbU1SVfU5BD8OuRL8OstC6KOhgvBYWSFJ-Mgdrgiju6fF8meZm0rk4eF-ZugTMNdKPaxEg.ttf"
    },
    {
      "family": "Concert One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/concertone/v21/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/concertone/v21/VEM1Ro9xs5PjtzCu-srDqSTkjPs.ttf"
    },
    {
      "family": "Condiment",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/condiment/v24/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/condiment/v24/pONk1hggFNmwvXALyH6iqoP8.ttf"
    },
    {
      "family": "Content",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf",
        "700": "https://fonts.gstatic.com/s/content/v24/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwYaH4Jg.ttf"
    },
    {
      "family": "Contrail One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/contrailone/v19/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/contrailone/v19/eLGbP-j_JA-kG0_Zo51noaftZEHp.ttf"
    },
    {
      "family": "Convergence",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYShbu0o.ttf"
    },
    {
      "family": "Cookie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cookie/v21/syky-y18lb0tSbfNlQCT9tPdpw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cookie/v21/syky-y18lb0tSbf9lAqX.ttf"
    },
    {
      "family": "Copse",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0djHkihUb-A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb3diFEw.ttf"
    },
    {
      "family": "Corben",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/corben/v21/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf",
        "700": "https://fonts.gstatic.com/s/corben/v21/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/corben/v21/LYjDdGzzklQtCMpNoQNA.ttf"
    },
    {
      "family": "Corinthia",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/corinthia/v11/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf",
        "700": "https://fonts.gstatic.com/s/corinthia/v11/wEO6EBrAnchaJyPMHE097d8v1GAbgbLXQA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/corinthia/v11/wEO_EBrAnchaJyPMHE01UPoP.ttf"
    },
    {
      "family": "Cormorant",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Rg7A2uwYs.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf",
        "500": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Rg7A2uwYs.ttf",
        "600": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Rg7A2uwYs.ttf",
        "700": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Rg7A2uwYs.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq6C-r0YvxdA.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq6C-r0YvxdA.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq6C-r0YvxdA.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq6C-r0YvxdA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorant/v21/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq6C-r0YvxdA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorant/v21/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTc7Vq6A.ttf"
    },
    {
      "family": "Cormorant Garamond",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYr3tP.ttf"
    },
    {
      "family": "Cormorant Infant",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf",
        "300italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf",
        "italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf",
        "500italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf",
        "600italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf",
        "700italic": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN997_EV3A.ttf"
    },
    {
      "family": "Cormorant SC",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantsc/v18/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantsc/v18/0yb5GD4kxqXBmOVLG30OGwsurTA0.ttf"
    },
    {
      "family": "Cormorant Unicase",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX9vSlMc.ttf"
    },
    {
      "family": "Cormorant Upright",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf",
        "regular": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf",
        "500": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf",
        "600": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf",
        "700": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y1vUhDA.ttf"
    },
    {
      "family": "Courgette",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/courgette/v17/wEO_EBrAnc9BLjLQAUk1UPoP.ttf"
    },
    {
      "family": "Courier Prime",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf",
        "italic": "https://fonts.gstatic.com/s/courierprime/v9/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf",
        "700": "https://fonts.gstatic.com/s/courierprime/v9/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf",
        "700italic": "https://fonts.gstatic.com/s/courierprime/v9/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/courierprime/v9/u-450q2lgwslOqpF_6gQ8kELawdpXw.ttf"
    },
    {
      "family": "Cousine",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cousine/v27/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf",
        "italic": "https://fonts.gstatic.com/s/cousine/v27/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf",
        "700": "https://fonts.gstatic.com/s/cousine/v27/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/cousine/v27/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cousine/v27/d6lIkaiiRdih4SpP_SIvyQ.ttf"
    },
    {
      "family": "Coustard",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf",
        "900": "https://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU-UOt2E.ttf"
    },
    {
      "family": "Covered By Your Grace",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOSEFwgp.ttf"
    },
    {
      "family": "Crafty Girls",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NveQBf_.ttf"
    },
    {
      "family": "Creepster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4RdH38.ttf"
    },
    {
      "family": "Crete Round",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf",
        "italic": "https://fonts.gstatic.com/s/creteround/v14/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxK190bg.ttf"
    },
    {
      "family": "Crimson Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf",
        "300": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf",
        "regular": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf",
        "500": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf",
        "600": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf",
        "700": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf",
        "800": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf",
        "900": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf",
        "300italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf",
        "italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf",
        "500italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf",
        "600italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf",
        "700italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf",
        "800italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf",
        "900italic": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crimsonpro/v24/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm1MOZs7.ttf"
    },
    {
      "family": "Crimson Text",
      "variants": [
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf",
        "italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf",
        "600": "https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf",
        "600italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf",
        "700": "https://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf",
        "700italic": "https://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJfaQhW.ttf"
    },
    {
      "family": "Croissant One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/croissantone/v26/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/croissantone/v26/3y9n6bU9bTPg4m8NDy3Kq24UA3tgmw.ttf"
    },
    {
      "family": "Crushed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/crushed/v29/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/crushed/v29/U9Mc6dym6WXImTlFf1gVvA.ttf"
    },
    {
      "family": "Cuprum",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf",
        "500": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjzSJjQjgnU.ttf",
        "600": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjzSJjQjgnU.ttf",
        "700": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjzSJjQjgnU.ttf",
        "italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YIhYmknUPEA.ttf",
        "500italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YIhYmknUPEA.ttf",
        "600italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYIhYmknUPEA.ttf",
        "700italic": "https://fonts.gstatic.com/s/cuprum/v25/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYIhYmknUPEA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cuprum/v25/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6Vj3YIg.ttf"
    },
    {
      "family": "Cute Font",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutefont/v22/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutefont/v22/Noaw6Uny2oWPbSHMrY6fmZlR.ttf"
    },
    {
      "family": "Cutive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutive/v21/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutive/v21/NaPZcZ_fHOhV3IpLTvJH.ttf"
    },
    {
      "family": "Cutive Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/cutivemono/v20/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/cutivemono/v20/m8JWjfRfY7WVjVi2E-K9H6RETms.ttf"
    },
    {
      "family": "DM Mono",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf",
        "300italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf",
        "regular": "https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf",
        "italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf",
        "500": "https://fonts.gstatic.com/s/dmmono/v14/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf",
        "500italic": "https://fonts.gstatic.com/s/dmmono/v14/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYthyQAQ.ttf"
    },
    {
      "family": "DM Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-07-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1hTmf3ZGMZpg.ttf",
        "200": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxhTmf3ZGMZpg.ttf",
        "300": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxhTmf3ZGMZpg.ttf",
        "regular": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTmf3ZGMZpg.ttf",
        "500": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTmf3ZGMZpg.ttf",
        "600": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTmf3ZGMZpg.ttf",
        "700": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTmf3ZGMZpg.ttf",
        "800": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpthTmf3ZGMZpg.ttf",
        "900": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5thTmf3ZGMZpg.ttf",
        "100italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDG3zRmYJpso5.ttf",
        "200italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDW3zRmYJpso5.ttf",
        "300italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDW3zRmYJpso5.ttf",
        "italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDW3zRmYJpso5.ttf",
        "500italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DW3zRmYJpso5.ttf",
        "600italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCm3zRmYJpso5.ttf",
        "700italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCm3zRmYJpso5.ttf",
        "800italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCm3zRmYJpso5.ttf",
        "900italic": "https://fonts.gstatic.com/s/dmsans/v14/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCm3zRmYJpso5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRT23z.ttf"
    },
    {
      "family": "DM Serif Display",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf",
        "italic": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Zx1w.ttf"
    },
    {
      "family": "DM Serif Text",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf",
        "italic": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dmseriftext/v12/rnCu-xZa_krGokauCeNq1wWyWfKFWA.ttf"
    },
    {
      "family": "Dai Banna SIL",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "new-tai-lue"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tYKoDsrKOgMX95A.ttf",
        "300italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyygsjAPiES55D3Vg.ttf",
        "regular": "https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7jS6AKsLhJgo.ttf",
        "italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-mwj0AJWmpwGyJ2uEoA4I7vSyKLuDkNgoO7g.ttf",
        "500": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tdqpDsrKOgMX95A.ttf",
        "500italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy2snAPiES55D3Vg.ttf",
        "600": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tfauDsrKOgMX95A.ttf",
        "600italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyy9s7APiES55D3Vg.ttf",
        "700": "https://fonts.gstatic.com/s/daibannasil/v2/lW-lwj0AJWmpwGyJ2uEoA4I7tZKvDsrKOgMX95A.ttf",
        "700italic": "https://fonts.gstatic.com/s/daibannasil/v2/lW-jwj0AJWmpwGyJ2uEoA4I7vSyyks_APiES55D3Vg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/daibannasil/v2/lW-4wj0AJWmpwGyJ2uEoA4I7vS-KLg.ttf"
    },
    {
      "family": "Damion",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZkbGwz.ttf"
    },
    {
      "family": "Dancing Script",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf",
        "500": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf",
        "600": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf",
        "700": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dancingscript/v25/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3TOp5.ttf"
    },
    {
      "family": "Dangrek",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dangrek/v30/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dangrek/v30/LYjCdG30nEgoH8E2sCJgrQ.ttf"
    },
    {
      "family": "Darker Grotesque",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-31",
      "files": {
        "300": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXxpqn7y-XFyZFUB.ttf",
        "regular": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qn7y-XFyZFUB.ttf",
        "500": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXwFqn7y-XFyZFUB.ttf",
        "600": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzprX7y-XFyZFUB.ttf",
        "700": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXzQrX7y-XFyZFUB.ttf",
        "800": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXy3rX7y-XFyZFUB.ttf",
        "900": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXyerX7y-XFyZFUB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/darkergrotesque/v8/U9MK6cuh-mLQlC4BKCtayOfARkSVgb381b-W8-QDqXw3qk7z83U.ttf"
    },
    {
      "family": "Darumadrop One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/darumadropone/v10/cY9cfjeIW11dpCKgRLi675a87IhHBJOxZQPp.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/darumadropone/v10/cY9cfjeIW11dpCKgRLi675a87LhGDpc.ttf"
    },
    {
      "family": "David Libre",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/davidlibre/v14/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf",
        "500": "https://fonts.gstatic.com/s/davidlibre/v14/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf",
        "700": "https://fonts.gstatic.com/s/davidlibre/v14/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/davidlibre/v14/snfus0W_99N64iuYSvp4W8l94Jo.ttf"
    },
    {
      "family": "Dawning of a New Day",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dawningofanewday/v20/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dawningofanewday/v20/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAw8aj2Y.ttf"
    },
    {
      "family": "Days One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/daysone/v18/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/daysone/v18/mem9YaCnxnKRiYZOCIYUcr0.ttf"
    },
    {
      "family": "Dekko",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dekko/v21/46khlb_wWjfSrttFR0vsfl1B.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dekko/v21/46khlb_wWjfSrutETU8.ttf"
    },
    {
      "family": "Dela Gothic One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delagothicone/v15/hESp6XxvMDRA-2eD0lXpDa6QkBAGRUsJQAlbUA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delagothicone/v15/hESp6XxvMDRA-2eD0lXpDa6QkBA2REEN.ttf"
    },
    {
      "family": "Delicious Handrawn",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ113JpDd6u3AQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delicioushandrawn/v8/wlpsgx_NAUNkpmKQifcxkQchDFo3fJ1F3ZBH.ttf"
    },
    {
      "family": "Delius",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/delius/v19/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/delius/v19/PN_xRfK0pW_9e1rdYMg6.ttf"
    },
    {
      "family": "Delius Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/deliusswashcaps/v23/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/deliusswashcaps/v23/oY1E8fPLr7v4JWCExZpWebxVKORpXUecIGM.ttf"
    },
    {
      "family": "Delius Unicase",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/deliusunicase/v28/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf",
        "700": "https://fonts.gstatic.com/s/deliusunicase/v28/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/deliusunicase/v28/845BNMEwEIOVT8BmgfSzIr_6mlLGfeo.ttf"
    },
    {
      "family": "Della Respira",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dellarespira/v22/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dellarespira/v22/RLp5K5v44KaueWI6iEJQBiGPdfgYvw.ttf"
    },
    {
      "family": "Denk One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/denkone/v19/dg4m_pzhrqcFb2IzROtHpbglShon.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/denkone/v19/dg4m_pzhrqcFb2IzRNtGr7w.ttf"
    },
    {
      "family": "Devonshire",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/devonshire/v27/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/devonshire/v27/46kqlbDwWirWr4gtBD2Bb0Rg1w.ttf"
    },
    {
      "family": "Dhurjati",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dhurjati/v24/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dhurjati/v24/_6_8ED3gSeatXfFiFU3zQqA.ttf"
    },
    {
      "family": "Didact Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/didactgothic/v20/ahcfv8qz1zt6hCC5G4F_P4ASlU2Yow.ttf"
    },
    {
      "family": "Diphylleia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diphylleia/v1/DtVmJxCtRKMixK4_HXsIulwm6gDXvwE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diphylleia/v1/DtVmJxCtRKMixK4_HXsIil0s7g.ttf"
    },
    {
      "family": "Diplomata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diplomata/v31/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diplomata/v31/Cn-0JtiMXwhNwp-wKxyvYWZc.ttf"
    },
    {
      "family": "Diplomata SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/diplomatasc/v28/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/diplomatasc/v28/buExpoi3ecvs3kidKgBJo2kv-fRK.ttf"
    },
    {
      "family": "Do Hyeon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dohyeon/v18/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dohyeon/v18/TwMN-I8CRRU2zM86HGE2bQI.ttf"
    },
    {
      "family": "Dokdo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dokdo/v17/esDf315XNuCBLxLo4NaMlKcH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dokdo/v17/esDf315XNuCBLyLp6tI.ttf"
    },
    {
      "family": "Domine",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI10VErGuW8Q.ttf",
        "500": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI10VErGuW8Q.ttf",
        "600": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI10VErGuW8Q.ttf",
        "700": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI10VErGuW8Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/domine/v20/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAE1wfFg.ttf"
    },
    {
      "family": "Donegal One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/donegalone/v21/m8JWjfRYea-ZnFz6fsK9FaRETms.ttf"
    },
    {
      "family": "Dongle",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeEcxrYjWNzXvVPA.ttf",
        "regular": "https://fonts.gstatic.com/s/dongle/v12/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf",
        "700": "https://fonts.gstatic.com/s/dongle/v12/sJoG3Ltdjt6VPkqeActrYjWNzXvVPA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dongle/v12/sJoF3Ltdjt6VPkqWvO5L.ttf"
    },
    {
      "family": "Doppio One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-pgorLA.ttf"
    },
    {
      "family": "Dorsa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dorsa/v27/yYLn0hjd0OGwqo493XCFxAnQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dorsa/v27/yYLn0hjd0OGwqr4813Q.ttf"
    },
    {
      "family": "Dosis",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf",
        "300": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf",
        "regular": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf",
        "500": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf",
        "600": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf",
        "700": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf",
        "800": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dosis/v32/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7Ml3RMB.ttf"
    },
    {
      "family": "DotGothic16",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dotgothic16/v17/v6-QGYjBJFKgyw5nSoDAGE7L435YPFrT.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dotgothic16/v17/v6-QGYjBJFKgyw5nSoDAGH7K6Xo.ttf"
    },
    {
      "family": "Dr Sugiyama",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/drsugiyama/v28/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/drsugiyama/v28/HTxoL2k4N3O9n5I1boGI7ZbQOYs.ttf"
    },
    {
      "family": "Duru Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/durusans/v20/xn7iYH8xwmSyTvEV_HOBTv3c.ttf"
    },
    {
      "family": "DynaPuff",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6YjrSRs4wn8.ttf",
        "500": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6YjrSRs4wn8.ttf",
        "600": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6YjrSRs4wn8.ttf",
        "700": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6YjrSRs4wn8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dynapuff/v4/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2YnhTQ.ttf"
    },
    {
      "family": "Dynalight",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/dynalight/v22/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/dynalight/v22/1Ptsg8LOU_aOmQvTsF44S4Fv.ttf"
    },
    {
      "family": "EB Garamond",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf",
        "500": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf",
        "600": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf",
        "700": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf",
        "800": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf",
        "italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf",
        "500italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf",
        "600italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf",
        "700italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf",
        "800italic": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ebgaramond/v27/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkAo96.ttf"
    },
    {
      "family": "Eagle Lake",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eaglelake/v24/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eaglelake/v24/ptRMTiqbbuNJDOiKj9wG1O_4LQ.ttf"
    },
    {
      "family": "East Sea Dokdo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eastseadokdo/v22/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eastseadokdo/v22/xfuo0Wn2V2_KanASqXSZp22m06_bE68.ttf"
    },
    {
      "family": "Eater",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eater/v25/mtG04_FCK7bOvpu2u3FwsXsR.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eater/v25/mtG04_FCK7bOvqu3sXU.ttf"
    },
    {
      "family": "Economica",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/economica/v15/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf",
        "italic": "https://fonts.gstatic.com/s/economica/v15/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf",
        "700": "https://fonts.gstatic.com/s/economica/v15/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf",
        "700italic": "https://fonts.gstatic.com/s/economica/v15/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/economica/v15/Qw3fZQZaHCLgIWa29ZBbMMIE.ttf"
    },
    {
      "family": "Eczar",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WqTIVKWJKWg.ttf",
        "500": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WqTIVKWJKWg.ttf",
        "600": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWqTIVKWJKWg.ttf",
        "700": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWqTIVKWJKWg.ttf",
        "800": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWqTIVKWJKWg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eczar/v22/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6mqDgR.ttf"
    },
    {
      "family": "Edu NSW ACT Foundation",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v2",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGLeC-sfguJ.ttf",
        "500": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGLeC-sfguJ.ttf",
        "600": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGLeC-sfguJ.ttf",
        "700": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGLeC-sfguJ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edunswactfoundation/v2/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tosGKcis.ttf"
    },
    {
      "family": "Edu QLD Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oebi6vyVWCN.ttf",
        "500": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oebi6vyVWCN.ttf",
        "600": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yebi6vyVWCN.ttf",
        "700": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yebi6vyVWCN.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eduqldbeginner/v3/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3reaga8.ttf"
    },
    {
      "family": "Edu SA Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fo1yBydUEDs.ttf",
        "500": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fo1yBydUEDs.ttf",
        "600": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fo1yBydUEDs.ttf",
        "700": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fo1yBydUEDs.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edusabeginner/v3/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989Tox4Aw.ttf"
    },
    {
      "family": "Edu TAS Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v3",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkrBWRhvk02.ttf",
        "500": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkrBWRhvk02.ttf",
        "600": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkrBWRhvk02.ttf",
        "700": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkrBWRhvk02.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/edutasbeginner/v3/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwelkqD2A.ttf"
    },
    {
      "family": "Edu VIC WA NT Beginner",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmFXwnpkeGR.ttf",
        "500": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmFXwnpkeGR.ttf",
        "600": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mFXwnpkeGR.ttf",
        "700": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mFXwnpkeGR.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/eduvicwantbeginner/v4/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlMmEVQ0.ttf"
    },
    {
      "family": "El Messiri",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65ghj3OoapG.ttf",
        "500": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65ghj3OoapG.ttf",
        "600": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5ghj3OoapG.ttf",
        "700": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5ghj3OoapG.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elmessiri/v22/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe55hjDk.ttf"
    },
    {
      "family": "Electrolize",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/electrolize/v18/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/electrolize/v18/cIf5Ma1dtE0zSiGSiED7AXEHuIo.ttf"
    },
    {
      "family": "Elsie",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elsie/v24/BCanqZABrez54yYu9slAeLgX.ttf",
        "900": "https://fonts.gstatic.com/s/elsie/v24/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elsie/v24/BCanqZABrez54xYv_M0.ttf"
    },
    {
      "family": "Elsie Swash Caps",
      "variants": [
        "regular",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf",
        "900": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/elsieswashcaps/v23/845DNN8xGZyVX5MVo_upKf7KnjK0TevfLA.ttf"
    },
    {
      "family": "Emblema One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOELRAFFo.ttf"
    },
    {
      "family": "Emilys Candy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/emilyscandy/v19/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/emilyscandy/v19/2EbgL-1mD1Rnb0OGKudbk0yJrtZv.ttf"
    },
    {
      "family": "Encode Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf",
        "200": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf",
        "300": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf",
        "500": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf",
        "600": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf",
        "700": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf",
        "800": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf",
        "900": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesans/v19/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjVtSF6A.ttf"
    },
    {
      "family": "Encode Sans Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfT2gK-J.ttf"
    },
    {
      "family": "Encode Sans Expanded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf",
        "200": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf",
        "300": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf",
        "500": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf",
        "600": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf",
        "700": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf",
        "800": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf",
        "900": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesansexpanded/v11/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpojKQM.ttf"
    },
    {
      "family": "Encode Sans SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8c9NOEEClIc.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8c9NOEEClIc.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8c9NOEEClIc.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8c9NOEEClIc.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8c9NOEEClIc.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8c9NOEEClIc.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8c9NOEEClIc.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8c9NOEEClIc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssc/v9/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhmwc5HPA.ttf"
    },
    {
      "family": "Encode Sans Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1yQ9ME.ttf"
    },
    {
      "family": "Encode Sans Semi Expanded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf",
        "200": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf",
        "300": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf",
        "regular": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf",
        "500": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf",
        "600": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf",
        "700": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf",
        "800": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf",
        "900": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/encodesanssemiexpanded/v19/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TO4s1Kw.ttf"
    },
    {
      "family": "Engagement",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/engagement/v26/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/engagement/v26/x3dlckLDZbqa7RUs9MFVbNsmtw.ttf"
    },
    {
      "family": "Englebert",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/englebert/v21/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/englebert/v21/xn7iYH8w2XGrC8AR4HSBTv3c.ttf"
    },
    {
      "family": "Enriqueta",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/enriqueta/v17/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf",
        "500": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf",
        "600": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf",
        "700": "https://fonts.gstatic.com/s/enriqueta/v17/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/enriqueta/v17/goksH6L7AUFrRvV44HVjSkqn.ttf"
    },
    {
      "family": "Ephesis",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ephesis/v9/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ephesis/v9/uU9PCBUS8IerL2VG3xLR2g.ttf"
    },
    {
      "family": "Epilogue",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf",
        "200": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf",
        "300": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf",
        "regular": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf",
        "500": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf",
        "600": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf",
        "700": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf",
        "800": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf",
        "900": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf",
        "100italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf",
        "200italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf",
        "300italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf",
        "italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf",
        "500italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf",
        "600italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf",
        "700italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf",
        "800italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf",
        "900italic": "https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPSDZ_R.ttf"
    },
    {
      "family": "Erica One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ericaone/v27/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ericaone/v27/WBLnrEXccV9VGrOKmGDFWkXI.ttf"
    },
    {
      "family": "Esteban",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/esteban/v15/r05bGLZE-bdGdN-GROqJ4g.ttf"
    },
    {
      "family": "Estonia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/estonia/v11/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/estonia/v11/7Au_p_4ijSecA1yHOCP2yg.ttf"
    },
    {
      "family": "Euphoria Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/euphoriascript/v20/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/euphoriascript/v20/mFTpWb0X2bLb_cx6To2B8GpKoD5qkvxX.ttf"
    },
    {
      "family": "Ewert",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ewert/v25/va9I4kzO2tFODYBvS-J3kbDP.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ewert/v25/va9I4kzO2tFODbBuQeY.ttf"
    },
    {
      "family": "Exo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf",
        "200": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf",
        "300": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf",
        "regular": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf",
        "500": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf",
        "600": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf",
        "700": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf",
        "800": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf",
        "900": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf",
        "100italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf",
        "200italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf",
        "300italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf",
        "italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf",
        "500italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf",
        "600italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf",
        "700italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf",
        "800italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf",
        "900italic": "https://fonts.gstatic.com/s/exo/v21/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/exo/v21/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3OwJmPg.ttf"
    },
    {
      "family": "Exo 2",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf",
        "200": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf",
        "300": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf",
        "regular": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf",
        "500": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf",
        "600": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf",
        "700": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf",
        "800": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf",
        "900": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf",
        "200italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf",
        "300italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf",
        "italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf",
        "500italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf",
        "600italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf",
        "700italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf",
        "800italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf",
        "900italic": "https://fonts.gstatic.com/s/exo2/v21/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/exo2/v21/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKsP9C6.ttf"
    },
    {
      "family": "Expletus Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1oFQTcXfMm.ttf",
        "500": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1oFQTcXfMm.ttf",
        "600": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1oFQTcXfMm.ttf",
        "700": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1oFQTcXfMm.ttf",
        "italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwD-WOMmKKY.ttf",
        "500italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwD-WOMmKKY.ttf",
        "600italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwD-WOMmKKY.ttf",
        "700italic": "https://fonts.gstatic.com/s/expletussans/v29/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwD-WOMmKKY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/expletussans/v29/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2v1pHwA.ttf"
    },
    {
      "family": "Explora",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/explora/v9/tsstApxFfjUH4wrvc1qPonC3vqc.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/explora/v9/tsstApxFfjUH4wrvQ1uFpg.ttf"
    },
    {
      "family": "Fahkwang",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf",
        "200italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf",
        "300": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf",
        "300italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf",
        "regular": "https://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf",
        "italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf",
        "500": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf",
        "500italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf",
        "600": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf",
        "600italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf",
        "700": "https://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf",
        "700italic": "https://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpOqOuLk.ttf"
    },
    {
      "family": "Familjen Grotesk",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf",
        "500": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSztc1jcEYq2.ttf",
        "600": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbiztc1jcEYq2.ttf",
        "700": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubiztc1jcEYq2.ttf",
        "italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVz-FJq2Rv4.ttf",
        "500italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVz-FJq2Rv4.ttf",
        "600italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVz-FJq2Rv4.ttf",
        "700italic": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVz-FJq2Rv4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/familjengrotesk/v8/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaRzseVw.ttf"
    },
    {
      "family": "Fanwood Text",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf",
        "italic": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xX2RNzc.ttf"
    },
    {
      "family": "Farro",
      "variants": [
        "300",
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf",
        "regular": "https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVNHLq2cV5d.ttf",
        "500": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf",
        "700": "https://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHaVMFr4.ttf"
    },
    {
      "family": "Farsan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/farsan/v22/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/farsan/v22/VEMwRoJ0vY_zsyzK26Wt.ttf"
    },
    {
      "family": "Fascinate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIElS1bzU.ttf"
    },
    {
      "family": "Fascinate Inline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy5gzIeQ.ttf"
    },
    {
      "family": "Faster One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fasterone/v19/H4ciBXCHmdfClFb-vWhf-LqYgg.ttf"
    },
    {
      "family": "Fasthand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fasthand/v30/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fasthand/v30/0yb9GDohyKTYn_ZEERkvaEg.ttf"
    },
    {
      "family": "Fauna One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/faunaone/v15/wlpzgwTPBVpjpCuwkuEB2EZP.ttf"
    },
    {
      "family": "Faustina",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvGVWWe8tbEg.ttf",
        "regular": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf",
        "500": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf",
        "600": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf",
        "700": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf",
        "800": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvGVWWe8tbEg.ttf",
        "300italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-SWc5LEnoF.ttf",
        "italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf",
        "500italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf",
        "600italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf",
        "700italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf",
        "800italic": "https://fonts.gstatic.com/s/faustina/v20/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-SWc5LEnoF.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/faustina/v20/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEfGF-S.ttf"
    },
    {
      "family": "Federant",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/federant/v29/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/federant/v29/2sDdZGNfip_eirT0_X0iT0U.ttf"
    },
    {
      "family": "Federo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-04-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbWjFma.ttf"
    },
    {
      "family": "Felipa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/felipa/v25/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/felipa/v25/FwZa7-owz1Eu4F_ASd6A.ttf"
    },
    {
      "family": "Fenix",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5rssITQ.ttf"
    },
    {
      "family": "Festive",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/festive/v9/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/festive/v9/cY9Ffj6KX1xcoDWhJtbqzw.ttf"
    },
    {
      "family": "Figtree",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5ewkEU4HTy.ttf",
        "regular": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf",
        "500": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf",
        "600": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15ewkEU4HTy.ttf",
        "700": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15ewkEU4HTy.ttf",
        "800": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15ewkEU4HTy.ttf",
        "900": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15ewkEU4HTy.ttf",
        "300italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A-gdyEU25WTybO8.ttf",
        "italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A7YdyEU25WTybO8.ttf",
        "500italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A4QdyEU25WTybO8.ttf",
        "600italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A2gayEU25WTybO8.ttf",
        "700italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3A1EayEU25WTybO8.ttf",
        "800italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3AzYayEU25WTybO8.ttf",
        "900italic": "https://fonts.gstatic.com/s/figtree/v5/_Xm9-HUzqDCFdgfMm4GnA4aZFrUvtOK3Ax8ayEU25WTybO8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/figtree/v5/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QG5fyEU.ttf"
    },
    {
      "family": "Finger Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fingerpaint/v19/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fingerpaint/v19/0QInMXVJ-o-oRn_7dron8YW-8pzW.ttf"
    },
    {
      "family": "Finlandica",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEjx9i5ss3a3.ttf",
        "500": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEjx9i5ss3a3.ttf",
        "600": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0jx9i5ss3a3.ttf",
        "700": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0jx9i5ss3a3.ttf",
        "italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_CpOtma3uNQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_CpOtma3uNQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/finlandica/v8/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_CpOtma3uNQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/finlandica/v8/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rHjw_Co.ttf"
    },
    {
      "family": "Fira Code",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf",
        "regular": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf",
        "500": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf",
        "600": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf",
        "700": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firacode/v22/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sJVb7Mw.ttf"
    },
    {
      "family": "Fira Mono",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf",
        "500": "https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf",
        "700": "https://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtgIP7X.ttf"
    },
    {
      "family": "Fira Sans",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasans/v17/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf",
        "200": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf",
        "300": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf",
        "regular": "https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf",
        "italic": "https://fonts.gstatic.com/s/firasans/v17/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf",
        "500": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf",
        "600": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf",
        "700": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf",
        "800": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf",
        "900": "https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasans/v17/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasans/v17/va9E4kDNxMZdWfMOD5VvkYjO.ttf"
    },
    {
      "family": "Fira Sans Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf",
        "200": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf",
        "300": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf",
        "regular": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf",
        "italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf",
        "500": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf",
        "600": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf",
        "700": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf",
        "800": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf",
        "900": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfDtqA.ttf"
    },
    {
      "family": "Fira Sans Extra Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf",
        "100italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf",
        "200": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf",
        "200italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf",
        "300": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf",
        "300italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf",
        "regular": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf",
        "italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf",
        "500": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf",
        "500italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf",
        "600": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf",
        "600italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf",
        "700": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf",
        "700italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf",
        "800": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf",
        "800italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf",
        "900": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf",
        "900italic": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fmuvw.ttf"
    },
    {
      "family": "Fjalla One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-04-04",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fjallaone/v15/Yq6R-LCAWCX3-6Ky7FAFrOd6lw.ttf"
    },
    {
      "family": "Fjord One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKb6ORE.ttf"
    },
    {
      "family": "Flamenco",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf",
        "regular": "https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWGHK06UY30.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssZWHFqk.ttf"
    },
    {
      "family": "Flavors",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flavors/v26/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flavors/v26/FBV2dDrhxqmveJTpXk3vMg.ttf"
    },
    {
      "family": "Fleur De Leah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fleurdeleah/v9/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fleurdeleah/v9/AYCNpXX7ftYZWLhv9UmPJTMC1ven5A.ttf"
    },
    {
      "family": "Flow Block",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowblock/v11/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowblock/v11/wlp0gwfPCEB65UmTk-d6yWdvaA.ttf"
    },
    {
      "family": "Flow Circular",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowcircular/v11/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowcircular/v11/lJwB-pc4j2F-H8YKuyvfxdZ41ibjXQ.ttf"
    },
    {
      "family": "Flow Rounded",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/flowrounded/v11/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/flowrounded/v11/-zki91mtwsU9qlLiGwD4oQXHoJ_6.ttf"
    },
    {
      "family": "Foldit",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpANmapUYLHkN80.ttf",
        "200": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhAMmapUYLHkN80.ttf",
        "300": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xs4MmapUYLHkN80.ttf",
        "regular": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMmapUYLHkN80.ttf",
        "500": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XqIMmapUYLHkN80.ttf",
        "600": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8Xk4LmapUYLHkN80.ttf",
        "700": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XncLmapUYLHkN80.ttf",
        "800": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XhALmapUYLHkN80.ttf",
        "900": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XjkLmapUYLHkN80.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/foldit/v5/aFTI7PF3Y3c9WdjNrRVE0Rk2b7j8XpAMqateZA.ttf"
    },
    {
      "family": "Fondamento",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fondamento/v20/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf",
        "italic": "https://fonts.gstatic.com/s/fondamento/v20/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fondamento/v20/4UaHrEJGsxNmFTPDnkaJ96zp4g.ttf"
    },
    {
      "family": "Fontdiner Swanky",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fontdinerswanky/v23/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fontdinerswanky/v23/ijwOs4XgRNsiaI5-hcVb4hQgMvCD0uAVLg.ttf"
    },
    {
      "family": "Forum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/forum/v18/6aey4Ky-Vb8Ew8IXOpc.ttf"
    },
    {
      "family": "Fragment Mono",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf",
        "italic": "https://fonts.gstatic.com/s/fragmentmono/v4/4iC16K5wfMRRjxp0DA6-2CLnB4ZHg6cN71URtQ.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnB4VHgw.ttf"
    },
    {
      "family": "Francois One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/francoisone/v21/_Xmr-H4zszafZw3A-KPSZut9xwiU.ttf"
    },
    {
      "family": "Frank Ruhl Libre",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-06-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw6bYVqQPxR2EUR_.ttf",
        "regular": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYVqQPxR2EUR_.ttf",
        "500": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw73YVqQPxR2EUR_.ttf",
        "600": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4bZlqQPxR2EUR_.ttf",
        "700": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw4iZlqQPxR2EUR_.ttf",
        "800": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5FZlqQPxR2EUR_.ttf",
        "900": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw5sZlqQPxR2EUR_.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frankruhllibre/v20/j8_96_fAw7jrcalD7oKYNX0QfAnPcbzNEEB7OoicBw7FYWqRNRA.ttf"
    },
    {
      "family": "Fraunces",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjDvTShUtWNg.ttf",
        "200": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujDvTShUtWNg.ttf",
        "300": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujDvTShUtWNg.ttf",
        "regular": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf",
        "500": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf",
        "600": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDvTShUtWNg.ttf",
        "700": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDvTShUtWNg.ttf",
        "800": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDvTShUtWNg.ttf",
        "900": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjDvTShUtWNg.ttf",
        "100italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Wp05GNi3k.ttf",
        "200italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Wp05GNi3k.ttf",
        "300italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Wp05GNi3k.ttf",
        "italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Wp05GNi3k.ttf",
        "500italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Wp05GNi3k.ttf",
        "600italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Wp05GNi3k.ttf",
        "700italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Wp05GNi3k.ttf",
        "800italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Wp05GNi3k.ttf",
        "900italic": "https://fonts.gstatic.com/s/fraunces/v31/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Wp05GNi3k.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fraunces/v31/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxuTD_7W.ttf"
    },
    {
      "family": "Freckle Face",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/freckleface/v15/AMOWz4SXrmKHCvXTohxY-YIEUliy.ttf"
    },
    {
      "family": "Fredericka the Great",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frederickathegreat/v21/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV--SlxbI.ttf"
    },
    {
      "family": "Fredoka",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-04-04",
      "files": {
        "300": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLMFuOLlNldbw.ttf",
        "regular": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFuOLlNldbw.ttf",
        "500": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFuOLlNldbw.ttf",
        "600": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFuOLlNldbw.ttf",
        "700": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFuOLlNldbw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fredoka/v14/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SL8F-mP.ttf"
    },
    {
      "family": "Freehand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/freehand/v31/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/freehand/v31/cIf-Ma5eqk01VjKTgDmARGE.ttf"
    },
    {
      "family": "Fresca",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fresca/v22/6ae94K--SKgCzbM2Gr0W13DKPA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fresca/v22/6ae94K--SKgCzbMGG7cS.ttf"
    },
    {
      "family": "Frijole",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ3xLR2g.ttf"
    },
    {
      "family": "Fruktur",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf",
        "italic": "https://fonts.gstatic.com/s/fruktur/v27/SZc73FHsOru5QYsMTz_MlWjX4DJXgQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fruktur/v27/SZc53FHsOru5QYsMTzzMlQ.ttf"
    },
    {
      "family": "Fugaz One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fugazone/v19/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fugazone/v19/rax_HiWKp9EAITukFsl8BRha.ttf"
    },
    {
      "family": "Fuggles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fuggles/v12/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fuggles/v12/k3kQo8UEJOlD1hpOfd_oKw.ttf"
    },
    {
      "family": "Fuzzy Bubbles",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf",
        "700": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/fuzzybubbles/v7/6qLGKZMbrgv9pwtjPEVNV0F2BnLzYw.ttf"
    },
    {
      "family": "GFS Didot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwSFu3C.ttf"
    },
    {
      "family": "GFS Neohellenic",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "greek"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf",
        "italic": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf",
        "700": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf",
        "700italic": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5jLKJL.ttf"
    },
    {
      "family": "Gabarito",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248K0FgItq6bFIg.ttf",
        "500": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj20cK0FgItq6bFIg.ttf",
        "600": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2PcW0FgItq6bFIg.ttf",
        "700": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2BMW0FgItq6bFIg.ttf",
        "800": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2Y8W0FgItq6bFIg.ttf",
        "900": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj2SsW0FgItq6bFIg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gabarito/v4/QGYwz_0dZAGKJJ4t3FFkc3Q8AkNP9Pj248KEFwgp.ttf"
    },
    {
      "family": "Gabriela",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gabriela/v20/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gabriela/v20/qkBWXvsO6sreR8E-b8m_xL4.ttf"
    },
    {
      "family": "Gaegu",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf",
        "regular": "https://fonts.gstatic.com/s/gaegu/v17/TuGfUVB6Up9NU6ZLodgzydtk.ttf",
        "700": "https://fonts.gstatic.com/s/gaegu/v17/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gaegu/v17/TuGfUVB6Up9NU5ZKq9w.ttf"
    },
    {
      "family": "Gafata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gafata/v20/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gafata/v20/XRXV3I6Cn0VJKonIM-aE.ttf"
    },
    {
      "family": "Gajraj One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gajrajone/v5/1cX2aUDCDpXsuWVb1jIjr1GqhcitzeM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gajrajone/v5/1cX2aUDCDpXsuWVb1jIjn1CggQ.ttf"
    },
    {
      "family": "Galada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "bengali",
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galada/v18/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galada/v18/H4cmBXyGmcjXlUXO8yY6.ttf"
    },
    {
      "family": "Galdeano",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boAPw-vQ.ttf"
    },
    {
      "family": "Galindo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/galindo/v24/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/galindo/v24/HI_KiYMeLqVKqwyuc5DoQg.ttf"
    },
    {
      "family": "Gamja Flower",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gamjaflower/v22/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gamjaflower/v22/6NUR8FiKJg-Pa0rM6uN40Z4UyPVB.ttf"
    },
    {
      "family": "Gantari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz3wa5GD2qnm.ttf",
        "200": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj3wa5GD2qnm.ttf",
        "300": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj3wa5GD2qnm.ttf",
        "regular": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3wa5GD2qnm.ttf",
        "500": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj3wa5GD2qnm.ttf",
        "600": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT3wa5GD2qnm.ttf",
        "700": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3wa5GD2qnm.ttf",
        "800": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT3wa5GD2qnm.ttf",
        "900": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT3wa5GD2qnm.ttf",
        "100italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZWh37nmpWc.ttf",
        "200italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZWh37nmpWc.ttf",
        "300italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZWh37nmpWc.ttf",
        "italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZWh37nmpWc.ttf",
        "500italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZWh37nmpWc.ttf",
        "600italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZWh37nmpWc.ttf",
        "700italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZWh37nmpWc.ttf",
        "800italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZWh37nmpWc.ttf",
        "900italic": "https://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZWh37nmpWc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOg3xYZU.ttf"
    },
    {
      "family": "Gasoek One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80zrq_cyb-vco.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gasoekone/v3/EJRTQgQ_UMUKvDgnlX80_ru1dw.ttf"
    },
    {
      "family": "Gayathri",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "malayalam"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/gayathri/v17/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf",
        "regular": "https://fonts.gstatic.com/s/gayathri/v17/MCoQzAb429DbBilWLIA48J_wBugA.ttf",
        "700": "https://fonts.gstatic.com/s/gayathri/v17/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gayathri/v17/MCoQzAb429DbBilWLLA5-ps.ttf"
    },
    {
      "family": "Gelasio",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf",
        "italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf",
        "500": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf",
        "500italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf",
        "600": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf",
        "600italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf",
        "700": "https://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf",
        "700italic": "https://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqS9CihZA.ttf"
    },
    {
      "family": "Gemunu Libre",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvSLeMXPIWA.ttf",
        "300": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvSLeMXPIWA.ttf",
        "regular": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvSLeMXPIWA.ttf",
        "500": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvSLeMXPIWA.ttf",
        "600": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvSLeMXPIWA.ttf",
        "700": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvSLeMXPIWA.ttf",
        "800": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvSLeMXPIWA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gemunulibre/v14/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJDvWBfA.ttf"
    },
    {
      "family": "Genos",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknorUK6K7ZsAg.ttf",
        "200": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjorUK6K7ZsAg.ttf",
        "300": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjorUK6K7ZsAg.ttf",
        "regular": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf",
        "500": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjorUK6K7ZsAg.ttf",
        "600": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_orUK6K7ZsAg.ttf",
        "700": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_orUK6K7ZsAg.ttf",
        "800": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_orUK6K7ZsAg.ttf",
        "900": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_orUK6K7ZsAg.ttf",
        "100italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i-CbN8Ard7.ttf",
        "200italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki-CbN8Ard7.ttf",
        "300italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki-CbN8Ard7.ttf",
        "italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki-CbN8Ard7.ttf",
        "500italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki-CbN8Ard7.ttf",
        "600italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui-CbN8Ard7.ttf",
        "700italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui-CbN8Ard7.ttf",
        "800italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui-CbN8Ard7.ttf",
        "900italic": "https://fonts.gstatic.com/s/genos/v12/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui-CbN8Ard7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/genos/v12/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjYrEi-.ttf"
    },
    {
      "family": "Gentium Book Plus",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf",
        "italic": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7bsqMPVZb4.ttf",
        "700": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbGhs_cfKe1.ttf",
        "700italic": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMv-ebe1Els.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpocKef7Y.ttf"
    },
    {
      "family": "Gentium Plus",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf",
        "italic": "https://fonts.gstatic.com/s/gentiumplus/v2/IurD6Ytw-oSPaZ00r2bNe8VZjpFIymg9957e.ttf",
        "700": "https://fonts.gstatic.com/s/gentiumplus/v2/IurC6Ytw-oSPaZ00r2bNe8VRMLRo4EYx_ofHsw.ttf",
        "700italic": "https://fonts.gstatic.com/s/gentiumplus/v2/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uw13ILXs-h6.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gentiumplus/v2/Iurd6Ytw-oSPaZ00r2bNe8VZjZFI.ttf"
    },
    {
      "family": "Geo",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geo/v21/CSRz4zRZlufVL3BmQjlCbQ.ttf",
        "italic": "https://fonts.gstatic.com/s/geo/v21/CSRx4zRZluflLXpiYDxSbf8r.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geo/v21/CSRz4zRZluflLnpi.ttf"
    },
    {
      "family": "Geologica",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-05-31",
      "files": {
        "100": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_qQ-MYAXWnqFs.ttf",
        "200": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_rQ-MYAXWnqFs.ttf",
        "300": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD0HrQ-MYAXWnqFs.ttf",
        "regular": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rQ-MYAXWnqFs.ttf",
        "500": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDy3rQ-MYAXWnqFs.ttf",
        "600": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD8HsQ-MYAXWnqFs.ttf",
        "700": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD_jsQ-MYAXWnqFs.ttf",
        "800": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD5_sQ-MYAXWnqFs.ttf",
        "900": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqD7bsQ-MYAXWnqFs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geologica/v1/oY1o8evIr7j9P3TN9YwNAdyjzUyDKkKdAGOJh1UlCDUIhAIdhCZOn1fLsig7jfvCCPHZckU8H3G11_z-_OZqDx_rc-ISBQ.ttf"
    },
    {
      "family": "Georama",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktmQsL5_tgbg.ttf",
        "200": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtmQsL5_tgbg.ttf",
        "300": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtmQsL5_tgbg.ttf",
        "regular": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf",
        "500": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtmQsL5_tgbg.ttf",
        "600": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tmQsL5_tgbg.ttf",
        "700": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tmQsL5_tgbg.ttf",
        "800": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tmQsL5_tgbg.ttf",
        "900": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tmQsL5_tgbg.ttf",
        "100italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEPxf5wbh3T.ttf",
        "200italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEPxf5wbh3T.ttf",
        "300italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEPxf5wbh3T.ttf",
        "italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf",
        "500italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf",
        "600italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf",
        "700italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf",
        "800italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEPxf5wbh3T.ttf",
        "900italic": "https://fonts.gstatic.com/s/georama/v13/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEPxf5wbh3T.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/georama/v13/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgdmAEP.ttf"
    },
    {
      "family": "Geostar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geostar/v26/sykz-yx4n701VLOftSq9-trEvlQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geostar/v26/sykz-yx4n701VLOfhSu3_g.ttf"
    },
    {
      "family": "Geostar Fill",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/geostarfill/v26/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/geostarfill/v26/AMOWz4SWuWiXFfjEohxQ9osEUliy.ttf"
    },
    {
      "family": "Germania One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3uzQhK.ttf"
    },
    {
      "family": "Gideon Roman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gideonroman/v11/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gideonroman/v11/e3tmeuGrVOys8sxzZgWlmXoQeknS.ttf"
    },
    {
      "family": "Gidugu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gidugu/v25/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gidugu/v25/L0x8DFMkk1Uf6w3hvfqi.ttf"
    },
    {
      "family": "Gilda Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gildadisplay/v18/t5tmIRoYMoaYG0WEOh7HwMeR3TjPqg.ttf"
    },
    {
      "family": "Girassol",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/girassol/v22/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/girassol/v22/JTUUjIo_-DK48laaNB9MxW4.ttf"
    },
    {
      "family": "Give You Glory",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYf1yDYI.ttf"
    },
    {
      "family": "Glass Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/glassantiqua/v24/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glassantiqua/v24/xfu30Wr0Wn3NOQM2piC0uXOjrL76Mw.ttf"
    },
    {
      "family": "Glegoo",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/glegoo/v16/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf",
        "700": "https://fonts.gstatic.com/s/glegoo/v16/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glegoo/v16/_Xmt-HQyrTKWaw25iqOd.ttf"
    },
    {
      "family": "Gloock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4N5jxylBrdRjQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gloock/v6/Iurb6YFw84WUY4NJjhah.ttf"
    },
    {
      "family": "Gloria Hallelujah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gloriahallelujah/v21/LYjYdHv3kUk9BMV96EIswT9DIbW-MISz1zY.ttf"
    },
    {
      "family": "Glory",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDpn-dDi9EOQ.ttf",
        "200": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQImDpn-dDi9EOQ.ttf",
        "300": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQnomDpn-dDi9EOQ.ttf",
        "regular": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf",
        "500": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDpn-dDi9EOQ.ttf",
        "600": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Dpn-dDi9EOQ.ttf",
        "700": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Dpn-dDi9EOQ.ttf",
        "800": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Dpn-dDi9EOQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf",
        "200italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf",
        "300italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWZLCpUOaM6.ttf",
        "italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf",
        "500italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf",
        "600italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWZLCpUOaM6.ttf",
        "700italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf",
        "800italic": "https://fonts.gstatic.com/s/glory/v15/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/glory/v15/q5uasoi9Lf1w5t3Est24nq9blIRQwImzp3WZ.ttf"
    },
    {
      "family": "Gluten",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Luni7ciJh.ttf",
        "200": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Luni7ciJh.ttf",
        "300": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Luni7ciJh.ttf",
        "regular": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf",
        "500": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Luni7ciJh.ttf",
        "600": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Luni7ciJh.ttf",
        "700": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Luni7ciJh.ttf",
        "800": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Luni7ciJh.ttf",
        "900": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Luni7ciJh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gluten/v16/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7S1KsHw.ttf"
    },
    {
      "family": "Goblin One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goblinone/v26/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goblinone/v26/CSR64z1ZnOqZRjRCBVY_fOYKSA.ttf"
    },
    {
      "family": "Gochi Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gochihand/v23/hES06XlsOjtJsgCkx1Pkfo___g.ttf"
    },
    {
      "family": "Goldman",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goldman/v19/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf",
        "700": "https://fonts.gstatic.com/s/goldman/v19/pe0rMIWbN4JFplR2FI5XIteQB9Zra1U.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goldman/v19/pe0uMIWbN4JFplR2HDNyAg.ttf"
    },
    {
      "family": "Golos Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRQ5cEr8zXcyx.ttf",
        "500": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVjRQ5cEr8zXcyx.ttf",
        "600": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plWPQg5cEr8zXcyx.ttf",
        "700": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plW2Qg5cEr8zXcyx.ttf",
        "800": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plXRQg5cEr8zXcyx.ttf",
        "900": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plX4Qg5cEr8zXcyx.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/golostext/v4/q5uXsoe9Lv5t7Meb31EcOR9UdVTNs822plVRRT5dGLs.ttf"
    },
    {
      "family": "Gorditas",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gorditas/v22/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf",
        "700": "https://fonts.gstatic.com/s/gorditas/v22/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gorditas/v22/ll8_K2aTVD26DsPEtTDpB6o.ttf"
    },
    {
      "family": "Gothic A1",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/gothica1/v13/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf",
        "200": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf",
        "300": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf",
        "regular": "https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf",
        "500": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf",
        "600": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf",
        "700": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf",
        "800": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf",
        "900": "https://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwlKbccq.ttf"
    },
    {
      "family": "Gotu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gotu/v16/o-0FIpksx3QOlH0Lioh6-hU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gotu/v16/o-0FIpksx3QOpHwBjg.ttf"
    },
    {
      "family": "Goudy Bookletter 1911",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/goudybookletter1911/v19/sykt-z54laciWfKv-kX8krex0jDiD2HbY6IJtBzT.ttf"
    },
    {
      "family": "Gowun Batang",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf",
        "700": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwNs5nhRMIjYsdSgcMa3wRZ4J7awssxJii23w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRRXbv6.ttf"
    },
    {
      "family": "Gowun Dodum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJG0EduA.ttf"
    },
    {
      "family": "Graduate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/graduate/v17/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/graduate/v17/C8cg4cs3o2n15t_2YygQ43k.ttf"
    },
    {
      "family": "Grand Hotel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grandhotel/v19/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandhotel/v19/7Au7p_IgjDKdCRWuR1azplQMGFk.ttf"
    },
    {
      "family": "Grandiflora One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUU_R3y8DOWGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandifloraone/v3/0ybmGD0g27bCk_5MGWZcKWhxwnUk_Bf2.ttf"
    },
    {
      "family": "Grandstander",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D3jWttFGmQk.ttf",
        "200": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D3jWttFGmQk.ttf",
        "300": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D3jWttFGmQk.ttf",
        "regular": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf",
        "500": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D3jWttFGmQk.ttf",
        "600": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D3jWttFGmQk.ttf",
        "700": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D3jWttFGmQk.ttf",
        "800": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D3jWttFGmQk.ttf",
        "900": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D3jWttFGmQk.ttf",
        "100italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrcsvNDiQlBYQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzvcsvNDiQlBYQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvcsvNDiQlBYQ.ttf",
        "italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvcsvNDiQlBYQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91TvcsvNDiQlBYQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzcsvNDiQlBYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzcsvNDiQlBYQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzzcsvNDiQlBYQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/grandstander/v17/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9TjzcsvNDiQlBYQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grandstander/v17/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--P3ncsg.ttf"
    },
    {
      "family": "Grape Nuts",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grapenuts/v5/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grapenuts/v5/syk2-yF4iLM2RfKj4F7k7tPlpg.ttf"
    },
    {
      "family": "Gravitas One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gravitasone/v19/5h1diZ4hJ3cblKy3LWakKQmqDG5J.ttf"
    },
    {
      "family": "Great Vibes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/greatvibes/v18/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/greatvibes/v18/RWmMoKWR9v4ksMfaWd_JN9XDiaE.ttf"
    },
    {
      "family": "Grechen Fuemen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/grechenfuemen/v9/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grechenfuemen/v9/vEFI2_tHEQ4d5ObgKxBzZh0MAVgd8tI.ttf"
    },
    {
      "family": "Grenze",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf",
        "100italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf",
        "200": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf",
        "200italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf",
        "300": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf",
        "300italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf",
        "regular": "https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf",
        "italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf",
        "500": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf",
        "500italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf",
        "600": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf",
        "600italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf",
        "700": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf",
        "700italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf",
        "800": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf",
        "800italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf",
        "900": "https://fonts.gstatic.com/s/grenze/v15/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf",
        "900italic": "https://fonts.gstatic.com/s/grenze/v15/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grenze/v15/O4ZTFGb7hR12BxqH_mIj.ttf"
    },
    {
      "family": "Grenze Gotisch",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf",
        "200": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf",
        "300": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf",
        "regular": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf",
        "500": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf",
        "600": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf",
        "700": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf",
        "800": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf",
        "900": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/grenzegotisch/v18/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9kcYqZ.ttf"
    },
    {
      "family": "Grey Qo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/greyqo/v9/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/greyqo/v9/BXRrvF_Nmv_TyXxNPOpa8Q.ttf"
    },
    {
      "family": "Griffy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/griffy/v22/FwZa7-ox2FQh9kfASd6A.ttf"
    },
    {
      "family": "Gruppo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gruppo/v21/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gruppo/v21/WwkfxPmzE06v_ZW1WHrE.ttf"
    },
    {
      "family": "Gudea",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CP9IGON7Ez.ttf",
        "italic": "https://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf",
        "700": "https://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WGHK06UY30.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp9CO_oU.ttf"
    },
    {
      "family": "Gugi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gugi/v15/A2BVn5dXywshVA6A9DEfgqM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gugi/v15/A2BVn5dXywshZA-K8A.ttf"
    },
    {
      "family": "Gulzar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gulzar/v12/Wnz6HAc9eB3HB2ILYTwZqg_MPQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gulzar/v12/Wnz6HAc9eB3HB2I7YDYd.ttf"
    },
    {
      "family": "Gupter",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf",
        "500": "https://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf",
        "700": "https://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QkYJy7.ttf"
    },
    {
      "family": "Gurajada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gurajada/v19/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gurajada/v19/FwZY7-Qx308m-l-0Ke6B6Mw.ttf"
    },
    {
      "family": "Gwendolyn",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf",
        "700": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBSXvoO_M3CSss-d7emWLtvmC7HONiSFQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/gwendolyn/v7/qkBXXvoO_M3CSss-d7eu5Z5P.ttf"
    },
    {
      "family": "Habibi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNySxha.ttf"
    },
    {
      "family": "Hachi Maru Pop",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hachimarupop/v19/HI_TiYoRLqpLrEiMAuO9Ysfz7rW1EM_btd8u.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hachimarupop/v19/HI_TiYoRLqpLrEiMAuO9Ysfz7oW0Gss.ttf"
    },
    {
      "family": "Hahmlet",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjobsO-aVxn.ttf",
        "200": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjobsO-aVxn.ttf",
        "300": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjobsO-aVxn.ttf",
        "regular": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf",
        "500": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjobsO-aVxn.ttf",
        "600": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jobsO-aVxn.ttf",
        "700": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jobsO-aVxn.ttf",
        "800": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jobsO-aVxn.ttf",
        "900": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jobsO-aVxn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hahmlet/v13/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOOjpZMc.ttf"
    },
    {
      "family": "Halant",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf",
        "regular": "https://fonts.gstatic.com/s/halant/v14/u-4-0qaujRI2PbsX39Jmky12eg.ttf",
        "500": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf",
        "600": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf",
        "700": "https://fonts.gstatic.com/s/halant/v14/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/halant/v14/u-4-0qaujRI2Pbsn3thi.ttf"
    },
    {
      "family": "Hammersmith One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnrsxEg.ttf"
    },
    {
      "family": "Hanalei",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXzgmVydREus.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHbzksUw.ttf"
    },
    {
      "family": "Hanalei Fill",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanaleifill/v22/fC1mPYtObGbfyQznIaQzPQi8VgjF.ttf"
    },
    {
      "family": "Handjet",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "armenian",
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmbUkUsEHFAH2A.ttf",
        "200": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmaUkUsEHFAH2A.ttf",
        "300": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHWeaUkUsEHFAH2A.ttf",
        "regular": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaUkUsEHFAH2A.ttf",
        "500": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHQuaUkUsEHFAH2A.ttf",
        "600": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHeedUkUsEHFAH2A.ttf",
        "700": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHd6dUkUsEHFAH2A.ttf",
        "800": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHbmdUkUsEHFAH2A.ttf",
        "900": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHZCdUkUsEHFAH2A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/handjet/v19/oY1n8eXHq7n1OnbQrOY_2FrEwYEMLlcdP1mCtZaLaTutCwcIhGZ0lGU0akFcO3XFHTmaYkQmFA.ttf"
    },
    {
      "family": "Handlee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakPmvwpg.ttf"
    },
    {
      "family": "Hanken Grotesk",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2da4fpNzXhRKA.ttf",
        "200": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Za4fpNzXhRKA.ttf",
        "300": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Nc7WZa4fpNzXhRKA.ttf",
        "regular": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Za4fpNzXhRKA.ttf",
        "500": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcgWZa4fpNzXhRKA.ttf",
        "600": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcbWFa4fpNzXhRKA.ttf",
        "700": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcVGFa4fpNzXhRKA.ttf",
        "800": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcM2Fa4fpNzXhRKA.ttf",
        "900": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_NcGmFa4fpNzXhRKA.ttf",
        "100italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf",
        "200italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUyovBJ731BKMSK.ttf",
        "300italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyXsovBJ731BKMSK.ttf",
        "italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWyovBJ731BKMSK.ttf",
        "500italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyWAovBJ731BKMSK.ttf",
        "600italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVspfBJ731BKMSK.ttf",
        "700italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf",
        "800italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUypfBJ731BKMSK.ttf",
        "900italic": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVo2YZDLWuGJpnzaiwFXS9tYtpY_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hankengrotesk/v8/ieVq2YZDLWuGJpnzaiwFXS9tYvBRzyFLlZg_f_Ncs2Zq4PBJ.ttf"
    },
    {
      "family": "Hanuman",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-04-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/hanuman/v22/VuJzdNvD15HhpJJBQMLdPKNiaRpFvg.ttf",
        "300": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQAr_HIlMZRNcp0o.ttf",
        "regular": "https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf",
        "700": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf",
        "900": "https://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQCL6HIlMZRNcp0o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBSKfdPA.ttf"
    },
    {
      "family": "Happy Monkey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OwBgry.ttf"
    },
    {
      "family": "Harmattan",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/harmattan/v19/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf",
        "500": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprv2mHmNZEq6TTFw.ttf",
        "600": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xprk26HmNZEq6TTFw.ttf",
        "700": "https://fonts.gstatic.com/s/harmattan/v19/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/harmattan/v19/goksH6L2DkFvVvRp9XpjSkqn.ttf"
    },
    {
      "family": "Headland One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/headlandone/v16/yYLu0hHR2vKnp89Tk1TCq3TB0fNX.ttf"
    },
    {
      "family": "Hedvig Letters Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jQJ1N3Twgi1w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hedvigletterssans/v2/CHy_V_PfGVjobSBkihHWDT98RVp37w8jcJxH2Q.ttf"
    },
    {
      "family": "Hedvig Letters Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v2",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hedviglettersserif/v2/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEAZf7fcvSGpZg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hedviglettersserif/v2/OD5puN2I2mekHmyoU1Kj2AXOd5_7v7gIDlX8quj7viQ_N1HixEApfr3Y.ttf"
    },
    {
      "family": "Heebo",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v26",
      "lastModified": "2024-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf",
        "200": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf",
        "300": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf",
        "regular": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf",
        "500": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf",
        "600": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf",
        "700": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf",
        "800": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf",
        "900": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/heebo/v26/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSysc0mj.ttf"
    },
    {
      "family": "Henny Penny",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfPQrvXc.ttf"
    },
    {
      "family": "Hepta Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf",
        "200": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf",
        "300": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf",
        "regular": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf",
        "500": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf",
        "600": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf",
        "700": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf",
        "800": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf",
        "900": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/heptaslab/v23/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5wfaaZQ.ttf"
    },
    {
      "family": "Herr Von Muellerhoff",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/herrvonmuellerhoff/v21/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/herrvonmuellerhoff/v21/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft0c79KY.ttf"
    },
    {
      "family": "Hi Melody",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/himelody/v15/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/himelody/v15/46ktlbP8Vnz0pJcqCTb0fmVA.ttf"
    },
    {
      "family": "Hina Mincho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hinamincho/v12/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hinamincho/v12/2sDaZGBRhpXa2Jjz5w5LAFW9I70.ttf"
    },
    {
      "family": "Hind",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf",
        "regular": "https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIRG5yBROzkDM.ttf",
        "500": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf",
        "600": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf",
        "700": "https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdG94AQ.ttf"
    },
    {
      "family": "Hind Guntur",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf",
        "regular": "https://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf",
        "500": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf",
        "600": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf",
        "700": "https://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd_QrvXc.ttf"
    },
    {
      "family": "Hind Madurai",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf",
        "regular": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf",
        "500": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf",
        "600": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf",
        "700": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjX8IcH.ttf"
    },
    {
      "family": "Hind Siliguri",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf",
        "regular": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf",
        "500": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf",
        "600": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf",
        "700": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEoTJrawg.ttf"
    },
    {
      "family": "Hind Vadodara",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf",
        "regular": "https://fonts.gstatic.com/s/hindvadodara/v13/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf",
        "500": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf",
        "600": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf",
        "700": "https://fonts.gstatic.com/s/hindvadodara/v13/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hindvadodara/v13/neINzCKvrIcn5pbuuuriV9tTQJTVqQ.ttf"
    },
    {
      "family": "Holtwood One SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/holtwoodonesc/v20/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/holtwoodonesc/v20/yYLx0hLR0P-3vMFSk1TCq3Txg5BHcLz-.ttf"
    },
    {
      "family": "Homemade Apple",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/homemadeapple/v22/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/homemadeapple/v22/Qw3EZQFXECDrI2q789EKQZJob0x8XH0.ttf"
    },
    {
      "family": "Homenaje",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Le6B6Mw.ttf"
    },
    {
      "family": "Honk",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/honk/v1/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgVLo7tNepQKvg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/honk/v1/m8J7jftUea-XwTaemClumrBQbmvynOmXBji9zFhHRr8WFgV7orFJ.ttf"
    },
    {
      "family": "Hubballi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hubballi/v7/o-0JIpUj3WIZ1RFN56B7yBBNYuSF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hubballi/v7/o-0JIpUj3WIZ1RFN55B6whQ.ttf"
    },
    {
      "family": "Hurricane",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/hurricane/v7/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/hurricane/v7/pe0sMIuULZxTolZ5YldCA_e6.ttf"
    },
    {
      "family": "IBM Plex Mono",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexmono/v19/-F63fjptAgt5VM-kVkqdyU8n1ikq0g.ttf"
    },
    {
      "family": "IBM Plex Sans",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsans/v19/zYXgKVElMYYaJe8bpLHnCwDKhdfeEA.ttf"
    },
    {
      "family": "IBM Plex Sans Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PC5eMlAMg0.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCTVsVJKxTs.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCTVsVJKxTs.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs61vSbfdlA.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CTVsVJKxTs.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCTVsVJKxTs.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCTVsVJKxTs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansarabic/v12/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6Ys73PA.ttf"
    },
    {
      "family": "IBM Plex Sans Condensed",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanscondensed/v14/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYavyKs.ttf"
    },
    {
      "family": "IBM Plex Sans Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUjwUcjwCEQq.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQe-b8AV0z0w.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQe-b8AV0z0w.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__VUL0c83gCA.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQe-b8AV0z0w.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQe-b8AV0z0w.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qe-b8AV0z0w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansdevanagari/v11/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_PVEjw.ttf"
    },
    {
      "family": "IBM Plex Sans Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-l0VqDaM7C4.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt230_hjqF9Tc2.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H0_hjqF9Tc2.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2l8Fk3rSaM.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X0_hjqF9Tc2.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n0_hjqF9Tc2.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ330_hjqF9Tc2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanshebrew/v11/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXE2k-l0.ttf"
    },
    {
      "family": "IBM Plex Sans JP",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XLDn9KbTDf6_f7dISNqYf_tvPT7E7yjPB7twdmHQ.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7OLTrNpVuw5_BAM.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7IbQrNpVuw5_BAM.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XNDn9KbTDf6_f7dISNqYf_tvPT1Cr4iNJ-pwc.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7N7RrNpVuw5_BAM.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7PLWrNpVuw5_BAM.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XKDn9KbTDf6_f7dISNqYf_tvPT7JbXrNpVuw5_BAM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansjp/v5/Z9XNDn9KbTDf6_f7dISNqYf_tvPT5CvyjA.ttf"
    },
    {
      "family": "IBM Plex Sans KR",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_X5zCpMrMfA.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7bsqMPVZb4.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7bsqMPVZb4.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8tK1W77HtMo.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7bsqMPVZb4.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7bsqMPVZb4.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7bsqMPVZb4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsanskr/v10/vEFK2-VJISZe3O_rc3ZVYh4aTwNOwtO_Xw.ttf"
    },
    {
      "family": "IBM Plex Sans Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v10",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYlR8ZKUqcX.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFbehGW74OXw.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFbehGW74OXw.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8DtwhZcNaUg.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFbehGW74OXw.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFbehGW74OXw.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFbehGW74OXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansthai/v10/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLqMD9Yl.ttf"
    },
    {
      "family": "IBM Plex Sans Thai Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKpHOtFCQ76Q.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFmDGC0i8Cc.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFmDGC0i8Cc.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBKAoFGoBCQ.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFmDGC0i8Cc.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFmDGC0i8Cc.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFmDGC0i8Cc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexsansthailooped/v11/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L9BOKpA.ttf"
    },
    {
      "family": "IBM Plex Serif",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf",
        "100italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf",
        "200": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf",
        "200italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf",
        "300": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf",
        "regular": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf",
        "italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf",
        "500": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf",
        "600": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf",
        "700": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibmplexserif/v19/jizDREVNn1dOx-zrZ2X3pZvkTiUZ2zI.ttf"
    },
    {
      "family": "IM Fell DW Pica",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf",
        "italic": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNwNZQnQ.ttf"
    },
    {
      "family": "IM Fell DW Pica SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTm-RKO.ttf"
    },
    {
      "family": "IM Fell Double Pica",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf",
        "italic": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0W_VA.ttf"
    },
    {
      "family": "IM Fell Double Pica SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ0YwOfg.ttf"
    },
    {
      "family": "IM Fell English",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAzHFqOd.ttf"
    },
    {
      "family": "IM Fell English SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZ7OoIK.ttf"
    },
    {
      "family": "IM Fell French Canon",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6foUNNk.ttf"
    },
    {
      "family": "IM Fell French Canon SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H0c1WhQ.ttf"
    },
    {
      "family": "IM Fell Great Primer",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf",
        "italic": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJrrWtj4.ttf"
    },
    {
      "family": "IM Fell Great Primer SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTIf8D3g.ttf"
    },
    {
      "family": "Ibarra Real Nova",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDtVT9TWIvS.ttf",
        "500": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDtVT9TWIvS.ttf",
        "600": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DtVT9TWIvS.ttf",
        "700": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DtVT9TWIvS.ttf",
        "italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXztxXZvSkTo.ttf",
        "500italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXztxXZvSkTo.ttf",
        "600italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXztxXZvSkTo.ttf",
        "700italic": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXztxXZvSkTo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ibarrarealnova/v27/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5PDsXzs.ttf"
    },
    {
      "family": "Iceberg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/iceberg/v24/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/iceberg/v24/8QIJdijAiM7o-qnZiIkErw.ttf"
    },
    {
      "family": "Iceland",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/iceland/v20/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/iceland/v20/rax9HiuFsdMNOnWPaK1MBA.ttf"
    },
    {
      "family": "Imbue",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfOsNNK-Q4xY.ttf",
        "200": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfOsNNK-Q4xY.ttf",
        "300": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfOsNNK-Q4xY.ttf",
        "regular": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf",
        "500": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfOsNNK-Q4xY.ttf",
        "600": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfOsNNK-Q4xY.ttf",
        "700": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfOsNNK-Q4xY.ttf",
        "800": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfOsNNK-Q4xY.ttf",
        "900": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfOsNNK-Q4xY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imbue/v27/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXTOoHMA.ttf"
    },
    {
      "family": "Imperial Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imperialscript/v6/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imperialscript/v6/5DCPAKrpzy_H98IV2ISnZBbGrVNfPOPh.ttf"
    },
    {
      "family": "Imprima",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/imprima/v18/VEMxRoN7sY3yuy-7yoSNzA.ttf"
    },
    {
      "family": "Inclusive Sans",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkxC9biPuwflXcJ46P4PGWE0971owa2LB4i.ttf",
        "italic": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkzC9biPuwflXcJ46P4PGWE0-73qQKUKQ4iT6o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inclusivesans/v1/0nkxC9biPuwflXcJ46P4PGWE0-70qQI.ttf"
    },
    {
      "family": "Inconsolata",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf",
        "300": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf",
        "regular": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf",
        "500": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf",
        "600": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf",
        "700": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf",
        "800": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf",
        "900": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inconsolata/v32/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WRv2kg.ttf"
    },
    {
      "family": "Inder",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq6pw-P3U4O.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4sq7rQs.ttf"
    },
    {
      "family": "Indie Flower",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/indieflower/v21/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/indieflower/v21/m8JVjfNVeKWVnh3QMuKkFcZVb0uC.ttf"
    },
    {
      "family": "Ingrid Darling",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ingriddarling/v5/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ingriddarling/v5/LDIrapaJNxUtSuFdw-9yf4rCPvLPs7o.ttf"
    },
    {
      "family": "Inika",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTHRcc2s2XH.ttf",
        "700": "https://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-piTGT8M.ttf"
    },
    {
      "family": "Inknut Antiqua",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf",
        "regular": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf",
        "500": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf",
        "600": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf",
        "700": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf",
        "800": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf",
        "900": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKUUC4Jg.ttf"
    },
    {
      "family": "Inria Sans",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf",
        "300italic": "https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf",
        "regular": "https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf",
        "italic": "https://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf",
        "700": "https://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf",
        "700italic": "https://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ1O_4LQ.ttf"
    },
    {
      "family": "Inria Serif",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf",
        "300italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf",
        "regular": "https://fonts.gstatic.com/s/inriaserif/v16/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf",
        "italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf",
        "700": "https://fonts.gstatic.com/s/inriaserif/v16/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf",
        "700italic": "https://fonts.gstatic.com/s/inriaserif/v16/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inriaserif/v16/fC1lPYxPY3rXxEndZJAzN3Stdyg.ttf"
    },
    {
      "family": "Inspiration",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/inspiration/v6/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inspiration/v6/x3dkckPPZa6L4wIg5cZOEsoHly4.ttf"
    },
    {
      "family": "Instrument Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Qf1mS0v3_7Y.ttf",
        "500": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npST3-Qf1mS0v3_7Y.ttf",
        "600": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQb_gf1mS0v3_7Y.ttf",
        "700": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gf1mS0v3_7Y.ttf",
        "italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENuu-2kykN2u7YUwU.ttf",
        "500italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENut22kykN2u7YUwU.ttf",
        "600italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENujGxkykN2u7YUwU.ttf",
        "700italic": "https://fonts.gstatic.com/s/instrumentsans/v1/pxigypc9vsFDm051Uf6KVwgkfoSbSnNPooZAN0lInHGpCWNE27lgU-XJojENugixkykN2u7YUwU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/instrumentsans/v1/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSTF-Tf0kyk.ttf"
    },
    {
      "family": "Instrument Serif",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-2zIZj1bIkNo.ttf",
        "italic": "https://fonts.gstatic.com/s/instrumentserif/v4/jizHRFtNs2ka5fXjeivQ4LroWlx-6zATi3TNgNq55w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/instrumentserif/v4/jizBRFtNs2ka5fXjeivQ4LroWlx-6zMTiw.ttf"
    },
    {
      "family": "Inter",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf",
        "200": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf",
        "300": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf",
        "regular": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf",
        "500": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf",
        "600": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf",
        "700": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf",
        "800": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf",
        "900": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZlhjQ.ttf"
    },
    {
      "family": "Inter Tight",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw6qXCRToK8EPg.ttf",
        "200": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjw-qXCRToK8EPg.ttf",
        "300": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjUQ-qXCRToK8EPg.ttf",
        "regular": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-qXCRToK8EPg.ttf",
        "500": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjPQ-qXCRToK8EPg.ttf",
        "600": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj0QiqXCRToK8EPg.ttf",
        "700": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mj6AiqXCRToK8EPg.ttf",
        "800": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjjwiqXCRToK8EPg.ttf",
        "900": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjpgiqXCRToK8EPg.ttf",
        "100italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHi5XgqoUPvi5.ttf",
        "200italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCHy5XgqoUPvi5.ttf",
        "300italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0wcHy5XgqoUPvi5.ttf",
        "italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xCHy5XgqoUPvi5.ttf",
        "500italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0xwHy5XgqoUPvi5.ttf",
        "600italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ycGC5XgqoUPvi5.ttf",
        "700italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0ylGC5XgqoUPvi5.ttf",
        "800italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zCGC5XgqoUPvi5.ttf",
        "900italic": "https://fonts.gstatic.com/s/intertight/v7/NGShv5HMAFg6IuGlBNMjxLsC66ZMtb8hyW62x0zrGC5XgqoUPvi5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/intertight/v7/NGSnv5HMAFg6IuGlBNMjxJEL2VmU3NS7Z2mjDw-aXS5X.ttf"
    },
    {
      "family": "Irish Grover",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgv-fRK.ttf"
    },
    {
      "family": "Island Moments",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/islandmoments/v6/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/islandmoments/v6/NaPBcZfVGvBdxIt7Ar0qzkXJF9THKIw.ttf"
    },
    {
      "family": "Istok Web",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/istokweb/v24/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf",
        "italic": "https://fonts.gstatic.com/s/istokweb/v24/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf",
        "700": "https://fonts.gstatic.com/s/istokweb/v24/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf",
        "700italic": "https://fonts.gstatic.com/s/istokweb/v24/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/istokweb/v24/3qTvojGmgSyUukBzKslpAGt6.ttf"
    },
    {
      "family": "Italiana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/italiana/v20/QldNNTtLsx4E__B0XQmQaXk.ttf"
    },
    {
      "family": "Italianno",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/italianno/v17/dg4n_p3sv6gCJkwzT6RXjpwt.ttf"
    },
    {
      "family": "Itim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/itim/v14/0nknC9ziJOYewARKkc7ZdwU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/itim/v14/0nknC9ziJOYe8AVAlQ.ttf"
    },
    {
      "family": "Jacquarda Bastarda 9",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquardabastarda9/v1/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAbwD1TB_JHHY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquardabastarda9/v1/f0Xp0fWr_8t6WFtKQJfOhaC0hcZ1HYAMAYwC3zQ.ttf"
    },
    {
      "family": "Jacques Francois",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquesfrancois/v24/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquesfrancois/v24/ZXu9e04ZvKeOOHIe1TMahbcIU2cgqcLgpQ.ttf"
    },
    {
      "family": "Jacques Francois Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jacquesfrancoisshadow/v25/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_p8Uun8.ttf"
    },
    {
      "family": "Jaldi",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI30NUZpD_B6g8.ttf",
        "700": "https://fonts.gstatic.com/s/jaldi/v12/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI33NVbJQ.ttf"
    },
    {
      "family": "JetBrains Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jPVmUsaaDhw.ttf",
        "200": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjPVmUsaaDhw.ttf",
        "300": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjPVmUsaaDhw.ttf",
        "regular": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf",
        "500": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPVmUsaaDhw.ttf",
        "600": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPVmUsaaDhw.ttf",
        "700": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPVmUsaaDhw.ttf",
        "800": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjPVmUsaaDhw.ttf",
        "100italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OQk6OThxPA.ttf",
        "200italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOQk6OThxPA.ttf",
        "300italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOQk6OThxPA.ttf",
        "italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQk6OThxPA.ttf",
        "500italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOQk6OThxPA.ttf",
        "600italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOQk6OThxPA.ttf",
        "700italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQk6OThxPA.ttf",
        "800italic": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOQk6OThxPA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jetbrainsmono/v18/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxTPFOQ.ttf"
    },
    {
      "family": "Jim Nightshade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-NS5XX4.ttf"
    },
    {
      "family": "Joan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/joan/v9/ZXupe1oZsqWRbRdH8X1p_Ng.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/joan/v9/ZXupe1oZsqWRXRZN9Q.ttf"
    },
    {
      "family": "Jockey One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jockeyone/v21/HTxpL2g2KjCFj4x8WI6AnIfxGQ.ttf"
    },
    {
      "family": "Jolly Lodger",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3lWODX.ttf"
    },
    {
      "family": "Jomhuria",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jomhuria/v20/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jomhuria/v20/Dxxp8j-TMXf-llKur1b0OuU.ttf"
    },
    {
      "family": "Jomolhari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tibetan"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jomolhari/v18/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jomolhari/v18/EvONzA1M1Iw_CBd2hsQyFlgd.ttf"
    },
    {
      "family": "Josefin Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf",
        "200": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf",
        "300": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf",
        "regular": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf",
        "500": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf",
        "600": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf",
        "700": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf",
        "100italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf",
        "italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/josefinsans/v32/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQbMBhKg.ttf"
    },
    {
      "family": "Josefin Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3k3K6CcEyI.ttf",
        "200": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3k3K6CcEyI.ttf",
        "300": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3k3K6CcEyI.ttf",
        "regular": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k3K6CcEyI.ttf",
        "500": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3k3K6CcEyI.ttf",
        "600": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3k3K6CcEyI.ttf",
        "700": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k3K6CcEyI.ttf",
        "100italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9L4KZAyK43w.ttf",
        "200italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9L4KZAyK43w.ttf",
        "300italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9L4KZAyK43w.ttf",
        "italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9L4KZAyK43w.ttf",
        "500italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9L4KZAyK43w.ttf",
        "600italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09L4KZAyK43w.ttf",
        "700italic": "https://fonts.gstatic.com/s/josefinslab/v26/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09L4KZAyK43w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/josefinslab/v26/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msR3g9Lw.ttf"
    },
    {
      "family": "Jost",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf",
        "200": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf",
        "300": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf",
        "regular": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf",
        "500": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf",
        "600": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf",
        "700": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf",
        "800": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf",
        "900": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf",
        "100italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf",
        "200italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf",
        "300italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf",
        "italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf",
        "500italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf",
        "600italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf",
        "700italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf",
        "800italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf",
        "900italic": "https://fonts.gstatic.com/s/jost/v15/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jost/v15/92zPtBhPNqw79Ij1E865zBUv7myjJTVHNI0.ttf"
    },
    {
      "family": "Joti One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jotione/v26/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jotione/v26/Z9XVDmdJQAmWm9TwabTf6Ok.ttf"
    },
    {
      "family": "Jua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/jua/v15/co3KmW9ljjAjc-DZCsKgsg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jua/v15/co3KmW9ljjATcurd.ttf"
    },
    {
      "family": "Judson",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf",
        "italic": "https://fonts.gstatic.com/s/judson/v19/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf",
        "700": "https://fonts.gstatic.com/s/judson/v19/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/judson/v19/FeVRS0Fbvbc14VxhDrlw.ttf"
    },
    {
      "family": "Julee",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ6ZLodgzydtk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/julee/v25/TuGfUVB3RpZPQ5ZKq9w.ttf"
    },
    {
      "family": "Julius Sans One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/juliussansone/v18/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/juliussansone/v18/1Pt2g8TAX_SGgBGUi0tGOYEga5WOxHsS.ttf"
    },
    {
      "family": "Junge",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/junge/v24/gokgH670Gl1lUqAdvhB7SnKm.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/junge/v24/gokgH670Gl1lUpActBQ.ttf"
    },
    {
      "family": "Jura",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "kayah-li",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf",
        "regular": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf",
        "500": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf",
        "600": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf",
        "700": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/jura/v31/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7ZugR_0.ttf"
    },
    {
      "family": "Just Another Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOfr-DG0.ttf"
    },
    {
      "family": "Just Me Again Down Here",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAtwGtKQ.ttf"
    },
    {
      "family": "K2D",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0ErE6UpvrIw74NL.ttf",
        "100italic": "https://fonts.gstatic.com/s/k2d/v11/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf",
        "200": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erv4QJlJw85ppSGw.ttf",
        "200italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf",
        "300": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er24cJlJw85ppSGw.ttf",
        "300italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf",
        "regular": "https://fonts.gstatic.com/s/k2d/v11/J7aTnpF2V0ETd68tnLcg7w.ttf",
        "italic": "https://fonts.gstatic.com/s/k2d/v11/J7aRnpF2V0EjdaUpvrIw74NL.ttf",
        "500": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Erg4YJlJw85ppSGw.ttf",
        "500italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf",
        "600": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Err4EJlJw85ppSGw.ttf",
        "600italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf",
        "700": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Ery4AJlJw85ppSGw.ttf",
        "700italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf",
        "800": "https://fonts.gstatic.com/s/k2d/v11/J7aenpF2V0Er14MJlJw85ppSGw.ttf",
        "800italic": "https://fonts.gstatic.com/s/k2d/v11/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/k2d/v11/J7aTnpF2V0EjdqUp.ttf"
    },
    {
      "family": "Kablammo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-06-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kablammo/v1/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCjjx0Rf4YDKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kablammo/v1/bWtm7fHPcgrhC-J3lcXhcQTY5Ixs6Au9YgCTjhcV.ttf"
    },
    {
      "family": "Kadwa",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7iphTHRcc2s2XH.ttf",
        "700": "https://fonts.gstatic.com/s/kadwa/v10/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7ipiTGT8M.ttf"
    },
    {
      "family": "Kaisei Decol",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iyW1EP22OjoA.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iKr3gr00i_qb57kA.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iK534r00i_qb57kA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iCWlsL.ttf"
    },
    {
      "family": "Kaisei HarunoUmi",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGsv5sM8u3mk.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMcFwmC9FAU.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMcFwmC9FAU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcKsrztA.ttf"
    },
    {
      "family": "Kaisei Opti",
      "variants": [
        "regular",
        "500",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIFle7KlmxuHx.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGGqxY1u7f34DYwn.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGHiw41u7f34DYwn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIGlf5q0.ttf"
    },
    {
      "family": "Kaisei Tokumin",
      "variants": [
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQkJf1l0pj946.ttf",
        "500": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3khpMIzeI6v.ttf",
        "700": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkhpMIzeI6v.ttf",
        "800": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkhpMIzeI6v.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQnJe3Fk.ttf"
    },
    {
      "family": "Kalam",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf",
        "regular": "https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMuhWMibDszkB.ttf",
        "700": "https://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMthXOCI.ttf"
    },
    {
      "family": "Kalnia",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math"
      ],
      "version": "v2",
      "lastModified": "2023-12-07",
      "files": {
        "100": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9il2xRGNcykIZc.ttf",
        "200": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW_ilmxRGNcykIZc.ttf",
        "300": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW88lmxRGNcykIZc.ttf",
        "regular": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9ilmxRGNcykIZc.ttf",
        "500": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9QlmxRGNcykIZc.ttf",
        "600": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-8kWxRGNcykIZc.ttf",
        "700": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW-FkWxRGNcykIZc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kalnia/v2/11hqGpPCwUbbYwZZP0RBuDY62BQZhjvOytM_sLzi-TFWAW9illxQEtM.ttf"
    },
    {
      "family": "Kameron",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cbcbvZPxCDLR.ttf",
        "500": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NeFcbcbvZPxCDLR.ttf",
        "600": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdpdrcbvZPxCDLR.ttf",
        "700": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4NdQdrcbvZPxCDLR.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kameron/v16/vm8pdR7vXErQxuznqrUS3z1Uw3nq4Ne3cYcat5c.ttf"
    },
    {
      "family": "Kanit",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-07-24",
      "files": {
        "100": "https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf",
        "100italic": "https://fonts.gstatic.com/s/kanit/v15/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf",
        "200": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf",
        "200italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf",
        "300": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf",
        "300italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf",
        "regular": "https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcoaSEQGodLxA.ttf",
        "italic": "https://fonts.gstatic.com/s/kanit/v15/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf",
        "500": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf",
        "500italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf",
        "600": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf",
        "600italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf",
        "700": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf",
        "700italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf",
        "800": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf",
        "800italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf",
        "900": "https://fonts.gstatic.com/s/kanit/v15/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf",
        "900italic": "https://fonts.gstatic.com/s/kanit/v15/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kanit/v15/nKKZ-Go6G5tXcraTGwU.ttf"
    },
    {
      "family": "Kantumruy Pro",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUs0M34dR6dW.ttf",
        "200": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEs0M34dR6dW.ttf",
        "300": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEs0M34dR6dW.ttf",
        "regular": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEs0M34dR6dW.ttf",
        "500": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEs0M34dR6dW.ttf",
        "600": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0s0M34dR6dW.ttf",
        "700": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0s0M34dR6dW.ttf",
        "100italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OXo_QrdWlcU.ttf",
        "200italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OXo_QrdWlcU.ttf",
        "300italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OXo_QrdWlcU.ttf",
        "italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OXo_QrdWlcU.ttf",
        "500italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OXo_QrdWlcU.ttf",
        "600italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOXo_QrdWlcU.ttf",
        "700italic": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOXo_QrdWlcU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kantumruypro/v8/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urHs1OXo.ttf"
    },
    {
      "family": "Karantina",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxXCgf-P5Oaiw4cw.ttf",
        "regular": "https://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMABJ8AA78NVSYw.ttf",
        "700": "https://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxTC8f-P5Oaiw4cw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMAB58Qo_.ttf"
    },
    {
      "family": "Karla",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v31",
      "lastModified": "2023-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf",
        "300": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf",
        "regular": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf",
        "500": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf",
        "600": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf",
        "700": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf",
        "800": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf",
        "200italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf",
        "300italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf",
        "italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf",
        "500italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf",
        "600italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf",
        "700italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf",
        "800italic": "https://fonts.gstatic.com/s/karla/v31/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karla/v31/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaFUlP.ttf"
    },
    {
      "family": "Karma",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf",
        "regular": "https://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGIBvS-J3kbDP.ttf",
        "500": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf",
        "600": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf",
        "700": "https://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGLBuQeY.ttf"
    },
    {
      "family": "Katibeh",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/katibeh/v19/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/katibeh/v19/ZGjXol5MQJog4bxDWCxbUA.ttf"
    },
    {
      "family": "Kaushan Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kaushanscript/v16/vm8vdRfvXFLG3OLnsO15WYS5DG7-wNc.ttf"
    },
    {
      "family": "Kavivanar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kavivanar/v20/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kavivanar/v20/o-0IIpQgyXYSwhxP7_Jr4zRF.ttf"
    },
    {
      "family": "Kavoon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kavoon/v23/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kavoon/v23/pxiFyp4_scRYhlUINbD-.ttf"
    },
    {
      "family": "Kay Pho Du",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kayah-li",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR4OmnLD0Z4zM.ttf",
        "500": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2B2OCDUy_zoyk18.ttf",
        "600": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2DGJCDUy_zoyk18.ttf",
        "700": "https://fonts.gstatic.com/s/kayphodu/v2/jizcREFPvGNOx-jhPwHR2FWICDUy_zoyk18.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kayphodu/v2/jizfREFPvGNOx-jhPwHR0OitKA.ttf"
    },
    {
      "family": "Kdam Thmor Pro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kdamthmorpro/v4/EJRPQgAzVdcI-Qdvt34jzurnGA7_j89I8ZWb.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kdamthmorpro/v4/EJRPQgAzVdcI-Qdvt34jzurnGD7-hcs.ttf"
    },
    {
      "family": "Keania One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/keaniaone/v24/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/keaniaone/v24/zOL54pXJk65E8pXardnu-cVkuw.ttf"
    },
    {
      "family": "Kelly Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kellyslab/v17/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kellyslab/v17/-W_7XJX0Rz3cxUnJC5t6fkILew.ttf"
    },
    {
      "family": "Kenia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kenia/v28/jizURE5PuHQH9qCONUGswfGM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kenia/v28/jizURE5PuHQH9pCPP0U.ttf"
    },
    {
      "family": "Khand",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "300": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf",
        "regular": "https://fonts.gstatic.com/s/khand/v17/TwMA-IINQlQQ0YpVWHU_TBqO.ttf",
        "500": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf",
        "600": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf",
        "700": "https://fonts.gstatic.com/s/khand/v17/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khand/v17/TwMA-IINQlQQ0bpUUnE.ttf"
    },
    {
      "family": "Khmer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/khmer/v29/MjQImit_vPPwpF-BpN2EeYmD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khmer/v29/MjQImit_vPPwpG-Artk.ttf"
    },
    {
      "family": "Khula",
      "variants": [
        "300",
        "regular",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf",
        "regular": "https://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7FcJpA_chzJ0.ttf",
        "600": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf",
        "700": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf",
        "800": "https://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7GcIrgs.ttf"
    },
    {
      "family": "Kings",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kings/v7/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kings/v7/8AtnGsK4O5CYXX_JoaU.ttf"
    },
    {
      "family": "Kirang Haerang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bfquUvI.ttf"
    },
    {
      "family": "Kite One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiteone/v22/70lQu7shLnA_E02vyp1a4n0.ttf"
    },
    {
      "family": "Kiwi Maru",
      "variants": [
        "300",
        "regular",
        "500"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gNCi0Vxn9R5ShnA.ttf",
        "regular": "https://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6YmACQXzLhTg.ttf",
        "500": "https://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gbCm0Vxn9R5ShnA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6omQqU.ttf"
    },
    {
      "family": "Klee One",
      "variants": [
        "regular",
        "600"
      ],
      "subsets": [
        "cyrillic",
        "greek-ext",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4q4AOeekWPrP.ttf",
        "600": "https://fonts.gstatic.com/s/kleeone/v7/LDI2apCLNRc6A8oT4pbYF8Osc-bGkqIw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4p4BM-M.ttf"
    },
    {
      "family": "Knewave",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSIhSu3_g.ttf"
    },
    {
      "family": "KoHo",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf",
        "200italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf",
        "300": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf",
        "300italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf",
        "regular": "https://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNBikefJbSOos.ttf",
        "italic": "https://fonts.gstatic.com/s/koho/v16/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf",
        "500": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf",
        "500italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf",
        "600": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf",
        "600italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf",
        "700": "https://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf",
        "700italic": "https://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNNigUeA.ttf"
    },
    {
      "family": "Kodchasan",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf",
        "200italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf",
        "300": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf",
        "300italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf",
        "regular": "https://fonts.gstatic.com/s/kodchasan/v17/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf",
        "italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf",
        "500": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf",
        "500italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf",
        "600": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf",
        "600italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf",
        "700": "https://fonts.gstatic.com/s/kodchasan/v17/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf",
        "700italic": "https://fonts.gstatic.com/s/kodchasan/v17/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kodchasan/v17/1cXxaUPOAJv9sG4I-DJWjnGA.ttf"
    },
    {
      "family": "Kode Mono",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5my9DqTaOW2A3k.ttf",
        "500": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq6uy9DqTaOW2A3k.ttf",
        "600": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq0e19DqTaOW2A3k.ttf",
        "700": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq3619DqTaOW2A3k.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kodemono/v1/A2BLn5pb0QgtVEPFnlYkkaoBgw4qv9odq5myxDuZbA.ttf"
    },
    {
      "family": "Koh Santepheap",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVyTtjNJUWU.ttf",
        "300": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y5mD9ASHz5.ttf",
        "regular": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMdW3p6SJbwyGj2rBZyeOrTjOPhF1ixsyNJ.ttf",
        "700": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy5mD9ASHz5.ttf",
        "900": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny5mD9ASHz5.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kohsantepheap/v11/gNMdW3p6SJbwyGj2rBZyeOrTjNPgHVw.ttf"
    },
    {
      "family": "Kolker Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kolkerbrush/v6/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kolkerbrush/v6/iJWDBXWRZjfKWdvmzwvvog3O7ah-.ttf"
    },
    {
      "family": "Konkhmer Sleokchher",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/konkhmersleokchher/v2/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFI3507E0d-W0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/konkhmersleokchher/v2/_Xmw-GE-rjmabA_M-aPOZOsCrUv825LFE39-6A.ttf"
    },
    {
      "family": "Kosugi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kosugi/v15/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kosugi/v15/pxiFyp4_v8FCjlIINbD-.ttf"
    },
    {
      "family": "Kosugi Maru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGhTrgP4.ttf"
    },
    {
      "family": "Kotta One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWq_HQfo.ttf"
    },
    {
      "family": "Koulen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v28",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/koulen/v28/AMOQz46as3KIBPeWgnA9kuYMUg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/koulen/v28/AMOQz46as3KIBPemg3o5.ttf"
    },
    {
      "family": "Kranky",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kranky/v28/hESw6XVgJzlPsFnMpheEZo_H_w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kranky/v28/hESw6XVgJzlPsFn8px2A.ttf"
    },
    {
      "family": "Kreon",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v37",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf",
        "regular": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf",
        "500": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf",
        "600": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf",
        "700": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kreon/v37/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtiWez8b.ttf"
    },
    {
      "family": "Kristi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kristi/v21/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kristi/v21/uK_y4ricdeU6zwdhCxcX.ttf"
    },
    {
      "family": "Krona One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUyMIWl.ttf"
    },
    {
      "family": "Krub",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf",
        "200italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf",
        "300": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf",
        "300italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf",
        "regular": "https://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYXkYQDLlTW6E.ttf",
        "italic": "https://fonts.gstatic.com/s/krub/v9/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf",
        "500": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf",
        "500italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf",
        "600": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf",
        "600italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf",
        "700": "https://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf",
        "700italic": "https://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYbkcaCA.ttf"
    },
    {
      "family": "Kufam",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf",
        "500": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7qQCJHvIwYg.ttf",
        "600": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47qQCJHvIwYg.ttf",
        "700": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47qQCJHvIwYg.ttf",
        "800": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47qQCJHvIwYg.ttf",
        "900": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647qQCJHvIwYg.ttf",
        "italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqNPPcgYp0i.ttf",
        "500italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqNPPcgYp0i.ttf",
        "600italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqNPPcgYp0i.ttf",
        "700italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqNPPcgYp0i.ttf",
        "800italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqNPPcgYp0i.ttf",
        "900italic": "https://fonts.gstatic.com/s/kufam/v21/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqNPPcgYp0i.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kufam/v21/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqkLqAqN.ttf"
    },
    {
      "family": "Kulim Park",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf",
        "200italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf",
        "300": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf",
        "300italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf",
        "regular": "https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf",
        "italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf",
        "600": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf",
        "600italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf",
        "700": "https://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf",
        "700italic": "https://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwhF8s4Q.ttf"
    },
    {
      "family": "Kumar One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kumarone/v21/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumarone/v21/bMr1mS-P958wYi6YaGe2NeSS.ttf"
    },
    {
      "family": "Kumar One Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9wDxTw8.ttf"
    },
    {
      "family": "Kumbh Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v22",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZcA8bTuUkqaLg.ttf",
        "200": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZYA8bTuUkqaLg.ttf",
        "300": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQz5YA8bTuUkqaLg.ttf",
        "regular": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYA8bTuUkqaLg.ttf",
        "500": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQo5YA8bTuUkqaLg.ttf",
        "600": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQT5EA8bTuUkqaLg.ttf",
        "700": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQdpEA8bTuUkqaLg.ttf",
        "800": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQEZEA8bTuUkqaLg.ttf",
        "900": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQOJEA8bTuUkqaLg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kumbhsans/v22/c4mP1n92AsfhuCq6tVsaoIx1LQICk0boNoq0SjlDfnzKo-bF3mdQkZYw8L7q.ttf"
    },
    {
      "family": "Kurale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjho6eAT3v02QFg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjhoKeQ7z.ttf"
    },
    {
      "family": "La Belle Aurore",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/labelleaurore/v20/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/labelleaurore/v20/RrQIbot8-mNYKnGNDkWlocovHeI4Gu2B.ttf"
    },
    {
      "family": "Labrada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSgM4QPdUej17.ttf",
        "200": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTSwM4QPdUej17.ttf",
        "300": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9UNSwM4QPdUej17.ttf",
        "regular": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSwM4QPdUej17.ttf",
        "500": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VhSwM4QPdUej17.ttf",
        "600": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9WNTAM4QPdUej17.ttf",
        "700": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9W0TAM4QPdUej17.ttf",
        "800": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9XTTAM4QPdUej17.ttf",
        "900": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9X6TAM4QPdUej17.ttf",
        "100italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt6SvN2fy17-dE.ttf",
        "200italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt7SvN2fy17-dE.ttf",
        "300italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCLV7SvN2fy17-dE.ttf",
        "italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCOt7SvN2fy17-dE.ttf",
        "500italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCNl7SvN2fy17-dE.ttf",
        "600italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCDV8SvN2fy17-dE.ttf",
        "700italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCAx8SvN2fy17-dE.ttf",
        "800italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCGt8SvN2fy17-dE.ttf",
        "900italic": "https://fonts.gstatic.com/s/labrada/v2/ieVv2Y9HLWefIpOyPVxQIkLq2VfhwMCbCEJ8SvN2fy17-dE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/labrada/v2/ieVh2Y9HLWefIpOyF1Vi3ZqDss1Px9VTSzM5SvM.ttf"
    },
    {
      "family": "Lacquer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBN76KWg.ttf"
    },
    {
      "family": "Laila",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf",
        "regular": "https://fonts.gstatic.com/s/laila/v15/LYjMdG_8nE8jDIRdiidIrEIu.ttf",
        "500": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf",
        "600": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf",
        "700": "https://fonts.gstatic.com/s/laila/v15/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/laila/v15/LYjMdG_8nE8jDLRcgCM.ttf"
    },
    {
      "family": "Lakki Reddy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lakkireddy/v21/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lakkireddy/v21/S6u5w49MUSzD9jlCPmvLZTfpzd0.ttf"
    },
    {
      "family": "Lalezar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82YaH4Jg.ttf"
    },
    {
      "family": "Lancelot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lancelot/v26/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lancelot/v26/J7acnppxBGtQEulG4KY5zps.ttf"
    },
    {
      "family": "Langar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/langar/v27/kJEyBukW7AIlgjGVrTVZ99sqrQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/langar/v27/kJEyBukW7AIlgjGlrD9d.ttf"
    },
    {
      "family": "Lateef",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-13",
      "files": {
        "200": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0bjygbqTb9nQ-RA.ttf",
        "300": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Cj-gbqTb9nQ-RA.ttf",
        "regular": "https://fonts.gstatic.com/s/lateef/v30/hESw6XVnNCxEvkbMpheEZo_H_w.ttf",
        "500": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0Uj6gbqTb9nQ-RA.ttf",
        "600": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0fjmgbqTb9nQ-RA.ttf",
        "700": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0GjigbqTb9nQ-RA.ttf",
        "800": "https://fonts.gstatic.com/s/lateef/v30/hESz6XVnNCxEvkb0BjugbqTb9nQ-RA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lateef/v30/hESw6XVnNCxEvkb8px2A.ttf"
    },
    {
      "family": "Lato",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf",
        "100italic": "https://fonts.gstatic.com/s/lato/v24/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf",
        "300": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf",
        "regular": "https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk6XweuBCY.ttf",
        "italic": "https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf",
        "700": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf",
        "900": "https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxgwWw.ttf"
    },
    {
      "family": "Lavishly Yours",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lavishlyyours/v5/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lavishlyyours/v5/jizDREVIvGwH5OjiZmX9r5z_WyUZ2zI.ttf"
    },
    {
      "family": "League Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leaguegothic/v11/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguegothic/v11/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_9ang9A.ttf"
    },
    {
      "family": "League Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leaguescript/v28/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguescript/v28/CSR54zpSlumSWj9CGVsoBZdeWNJevA.ttf"
    },
    {
      "family": "League Spartan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBMdcFguczA.ttf",
        "200": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBMdcFguczA.ttf",
        "300": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBMdcFguczA.ttf",
        "regular": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf",
        "500": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBMdcFguczA.ttf",
        "600": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBMdcFguczA.ttf",
        "700": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBMdcFguczA.ttf",
        "800": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBMdcFguczA.ttf",
        "900": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBMdcFguczA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leaguespartan/v11/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTZBc1Y.ttf"
    },
    {
      "family": "Leckerli One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/leckerlione/v20/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/leckerlione/v20/V8mCoQH8VCsNttEnxnGQ-1idLJZY.ttf"
    },
    {
      "family": "Ledger",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sBmsr0.ttf"
    },
    {
      "family": "Lekton",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf",
        "italic": "https://fonts.gstatic.com/s/lekton/v17/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf",
        "700": "https://fonts.gstatic.com/s/lekton/v17/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBuXh3s.ttf"
    },
    {
      "family": "Lemon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lemon/v17/HI_EiYEVKqRMq3jAQ5E.ttf"
    },
    {
      "family": "Lemonada",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf",
        "regular": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf",
        "500": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf",
        "600": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf",
        "700": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lemonada/v28/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeutGmP-Y.ttf"
    },
    {
      "family": "Lexend",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LBte6KuGEo.ttf",
        "200": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LBte6KuGEo.ttf",
        "300": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LBte6KuGEo.ttf",
        "regular": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf",
        "500": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LBte6KuGEo.ttf",
        "600": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LBte6KuGEo.ttf",
        "700": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LBte6KuGEo.ttf",
        "800": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LBte6KuGEo.ttf",
        "900": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LBte6KuGEo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexend/v19/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsWzLFnfw.ttf"
    },
    {
      "family": "Lexend Deca",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArBPCqLNflg.ttf",
        "200": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArBPCqLNflg.ttf",
        "300": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArBPCqLNflg.ttf",
        "regular": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf",
        "500": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArBPCqLNflg.ttf",
        "600": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf",
        "700": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArBPCqLNflg.ttf",
        "800": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArBPCqLNflg.ttf",
        "900": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArBPCqLNflg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexenddeca/v21/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1wrRnG.ttf"
    },
    {
      "family": "Lexend Exa",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf",
        "200": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf",
        "300": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf",
        "500": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf",
        "600": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf",
        "700": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf",
        "800": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf",
        "900": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendexa/v30/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TpbGFps.ttf"
    },
    {
      "family": "Lexend Giga",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE68oo6eepYQ.ttf",
        "200": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE68oo6eepYQ.ttf",
        "300": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE68oo6eepYQ.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf",
        "500": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE68oo6eepYQ.ttf",
        "600": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E68oo6eepYQ.ttf",
        "700": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E68oo6eepYQ.ttf",
        "800": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E68oo6eepYQ.ttf",
        "900": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E68oo6eepYQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendgiga/v25/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2Li06sAs.ttf"
    },
    {
      "family": "Lexend Mega",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivveyiq9EqQw.ttf",
        "200": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvveyiq9EqQw.ttf",
        "300": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvveyiq9EqQw.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf",
        "500": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvveyiq9EqQw.ttf",
        "600": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vveyiq9EqQw.ttf",
        "700": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vveyiq9EqQw.ttf",
        "800": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vveyiq9EqQw.ttf",
        "900": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vveyiq9EqQw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendmega/v25/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmfvOam.ttf"
    },
    {
      "family": "Lexend Peta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyW1YuRTsnfw.ttf",
        "200": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByW1YuRTsnfw.ttf",
        "300": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByW1YuRTsnfw.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf",
        "500": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByW1YuRTsnfw.ttf",
        "600": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyW1YuRTsnfw.ttf",
        "700": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyW1YuRTsnfw.ttf",
        "800": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyW1YuRTsnfw.ttf",
        "900": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyW1YuRTsnfw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendpeta/v27/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SBCWlwq.ttf"
    },
    {
      "family": "Lexend Tera",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITdpz0fYxcrQ.ttf",
        "200": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTdpz0fYxcrQ.ttf",
        "300": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTdpz0fYxcrQ.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf",
        "500": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTdpz0fYxcrQ.ttf",
        "600": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTdpz0fYxcrQ.ttf",
        "700": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTdpz0fYxcrQ.ttf",
        "800": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTdpz0fYxcrQ.ttf",
        "900": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTdpz0fYxcrQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendtera/v27/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMjd5bw.ttf"
    },
    {
      "family": "Lexend Zetta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0z5jbs8qbts.ttf",
        "200": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0z5jbs8qbts.ttf",
        "300": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0z5jbs8qbts.ttf",
        "regular": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf",
        "500": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0z5jbs8qbts.ttf",
        "600": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0z5jbs8qbts.ttf",
        "700": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0z5jbs8qbts.ttf",
        "800": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0z5jbs8qbts.ttf",
        "900": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0z5jbs8qbts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lexendzetta/v28/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG4z9pag.ttf"
    },
    {
      "family": "Libre Barcode 128",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode128/v28/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode128/v28/cIfnMbdUsUoiW3O_hVviCwVjuLtXeK_B9Ac.ttf"
    },
    {
      "family": "Libre Barcode 128 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode128text/v28/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode128text/v28/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5QVzS7A.ttf"
    },
    {
      "family": "Libre Barcode 39",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39/v21/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39/v21/-nFnOHM08vwC6h8Li1eQnP_AHzI2G_Zx1w.ttf"
    },
    {
      "family": "Libre Barcode 39 Extended",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39extended/v27/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39extended/v27/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgTNVIPQ.ttf"
    },
    {
      "family": "Libre Barcode 39 Extended Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39extendedtext/v27/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP6Mfbgm.ttf"
    },
    {
      "family": "Libre Barcode 39 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcode39text/v28/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcode39text/v28/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-0H1B5P.ttf"
    },
    {
      "family": "Libre Barcode EAN13 Text",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebarcodeean13text/v21/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PAGEki52WfA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebarcodeean13text/v21/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96_AWsg.ttf"
    },
    {
      "family": "Libre Baskerville",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf",
        "italic": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf",
        "700": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNfaxY.ttf"
    },
    {
      "family": "Libre Bodoni",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf",
        "500": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWzZcOb3U3s.ttf",
        "600": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWzZcOb3U3s.ttf",
        "700": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWzZcOb3U3s.ttf",
        "italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TdMTyQ3syLg.ttf",
        "500italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TdMTyQ3syLg.ttf",
        "600italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTdMTyQ3syLg.ttf",
        "700italic": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTdMTyQ3syLg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librebodoni/v5/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1f8W3TdA.ttf"
    },
    {
      "family": "Libre Caslon Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librecaslondisplay/v16/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librecaslondisplay/v16/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr1lQfxw.ttf"
    },
    {
      "family": "Libre Caslon Text",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf",
        "italic": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf",
        "700": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librecaslontext/v5/DdT878IGsGw1aF1JU10PUbTvNNaDMfq-1-c.ttf"
    },
    {
      "family": "Libre Franklin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUB9rIb-JH1g.ttf",
        "200": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUB9rIb-JH1g.ttf",
        "300": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUB9rIb-JH1g.ttf",
        "regular": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf",
        "500": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUB9rIb-JH1g.ttf",
        "600": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUB9rIb-JH1g.ttf",
        "700": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUB9rIb-JH1g.ttf",
        "800": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUB9rIb-JH1g.ttf",
        "900": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUB9rIb-JH1g.ttf",
        "100italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDMTedX1sGE.ttf",
        "200italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDMTedX1sGE.ttf",
        "300italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDMTedX1sGE.ttf",
        "italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDMTedX1sGE.ttf",
        "500italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDMTedX1sGE.ttf",
        "600italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DMTedX1sGE.ttf",
        "700italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DMTedX1sGE.ttf",
        "800italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DMTedX1sGE.ttf",
        "900italic": "https://fonts.gstatic.com/s/librefranklin/v14/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DMTedX1sGE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/librefranklin/v14/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkBtDM.ttf"
    },
    {
      "family": "Licorice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/licorice/v6/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/licorice/v6/t5tjIR8TMomTCAyjNn22jKY.ttf"
    },
    {
      "family": "Life Savers",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lifesavers/v20/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf",
        "700": "https://fonts.gstatic.com/s/lifesavers/v20/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf",
        "800": "https://fonts.gstatic.com/s/lifesavers/v20/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lifesavers/v20/ZXuie1UftKKabUQMgxAal8lqHA4.ttf"
    },
    {
      "family": "Lilita One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lilitaone/v15/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lilitaone/v15/i7dPIFZ9Zz-WBtRtedDbYEd8QA.ttf"
    },
    {
      "family": "Lily Script One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLSIg86n.ttf"
    },
    {
      "family": "Limelight",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/limelight/v19/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/limelight/v19/XLYkIZL7aopJVbZJHDuoPOlC.ttf"
    },
    {
      "family": "Linden Hill",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lindenhill/v24/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf",
        "italic": "https://fonts.gstatic.com/s/lindenhill/v24/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lindenhill/v24/-F61fjxoKSg9Yc3hZgO8yjFJ5ig.ttf"
    },
    {
      "family": "Linefont",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v5",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UNbu7tmdXux3U.ttf",
        "200": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwUMbu7tmdXux3U.ttf",
        "300": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY9sMbu7tmdXux3U.ttf",
        "regular": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMbu7tmdXux3U.ttf",
        "500": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY7cMbu7tmdXux3U.ttf",
        "600": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY1sLbu7tmdXux3U.ttf",
        "700": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY2ILbu7tmdXux3U.ttf",
        "800": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYwULbu7tmdXux3U.ttf",
        "900": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnYywLbu7tmdXux3U.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/linefont/v5/dg4I_pzpoqcLKUIzVfFMh1TF2rkhli25jn7CKTTWSumsFuSnY4UMXu_nnQ.ttf"
    },
    {
      "family": "Lisu Bosa",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lisu"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "200": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXX2DGRdbY1P1Sbg.ttf",
        "200italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkuRNzc9vhCblye.ttf",
        "300": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXO2PGRdbY1P1Sbg.ttf",
        "300italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlKR9zc9vhCblye.ttf",
        "regular": "https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQvl0viTf3E3Q.ttf",
        "italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFuErkv240fsdmJRJQflUHmb_jU3eRL.ttf",
        "500": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXY2LGRdbY1P1Sbg.ttf",
        "500italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXkSRtzc9vhCblye.ttf",
        "600": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXT2XGRdbY1P1Sbg.ttf",
        "600italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXk-Qdzc9vhCblye.ttf",
        "700": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXK2TGRdbY1P1Sbg.ttf",
        "700italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlaQNzc9vhCblye.ttf",
        "800": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXN2fGRdbY1P1Sbg.ttf",
        "800italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXlGQ9zc9vhCblye.ttf",
        "900": "https://fonts.gstatic.com/s/lisubosa/v2/3XFtErkv240fsdmJRJQXE2bGRdbY1P1Sbg.ttf",
        "900italic": "https://fonts.gstatic.com/s/lisubosa/v2/3XFzErkv240fsdmJRJQflXliQtzc9vhCblye.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lisubosa/v2/3XFoErkv240fsdmJRJQflkHm.ttf"
    },
    {
      "family": "Literata",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-06-07",
      "files": {
        "200": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_bcTWCWp8g.ttf",
        "300": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_bcTWCWp8g.ttf",
        "regular": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf",
        "500": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_bcTWCWp8g.ttf",
        "600": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_bcTWCWp8g.ttf",
        "700": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_bcTWCWp8g.ttf",
        "800": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_bcTWCWp8g.ttf",
        "900": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_bcTWCWp8g.ttf",
        "200italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWSUKTt8iVow.ttf",
        "300italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWSUKTt8iVow.ttf",
        "italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWSUKTt8iVow.ttf",
        "500italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWSUKTt8iVow.ttf",
        "600italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWSUKTt8iVow.ttf",
        "700italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWSUKTt8iVow.ttf",
        "800italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWSUKTt8iVow.ttf",
        "900italic": "https://fonts.gstatic.com/s/literata/v35/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWSUKTt8iVow.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/literata/v35/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_J_fWSQ.ttf"
    },
    {
      "family": "Liu Jian Mao Cao",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/liujianmaocao/v20/845DNN84HJrccNonurqXILGpvCOoferVKGWsUo8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/liujianmaocao/v20/845DNN84HJrccNonurqXILGpvCOoTevfLA.ttf"
    },
    {
      "family": "Livvic",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf",
        "100italic": "https://fonts.gstatic.com/s/livvic/v14/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf",
        "200": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf",
        "300": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf",
        "regular": "https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf",
        "italic": "https://fonts.gstatic.com/s/livvic/v14/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf",
        "500": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf",
        "600": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf",
        "700": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf",
        "900": "https://fonts.gstatic.com/s/livvic/v14/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/livvic/v14/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/livvic/v14/rnCp-x1S2hzjrlfXbuM-.ttf"
    },
    {
      "family": "Lobster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lobster/v30/neILzCirqoswsqX9_oWsMqEzSJQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lobster/v30/neILzCirqoswsqX9zoSmNg.ttf"
    },
    {
      "family": "Lobster Two",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lobstertwo/v20/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf",
        "italic": "https://fonts.gstatic.com/s/lobstertwo/v20/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf",
        "700": "https://fonts.gstatic.com/s/lobstertwo/v20/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf",
        "700italic": "https://fonts.gstatic.com/s/lobstertwo/v20/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lobstertwo/v20/BngMUXZGTXPUvIoyV6yN5-fL5qA.ttf"
    },
    {
      "family": "Londrina Outline",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinaoutline/v27/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinaoutline/v27/C8c44dM8vmb14dfsZxhetg3pDH-STus7qQ.ttf"
    },
    {
      "family": "Londrina Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinashadow/v26/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinashadow/v26/oPWX_kB4kOQoWNJmjxLV5JuoCUlnR1yW.ttf"
    },
    {
      "family": "Londrina Sketch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/londrinasketch/v25/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinasketch/v25/c4m41npxGMTnomOHtRU68eIJn8qvWGP9.ttf"
    },
    {
      "family": "Londrina Solid",
      "variants": [
        "100",
        "300",
        "regular",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/londrinasolid/v17/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf",
        "300": "https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf",
        "regular": "https://fonts.gstatic.com/s/londrinasolid/v17/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf",
        "900": "https://fonts.gstatic.com/s/londrinasolid/v17/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/londrinasolid/v17/flUhRq6sw40kQEJxWNgkLuudGfNYKBY.ttf"
    },
    {
      "family": "Long Cang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRQrHov.ttf"
    },
    {
      "family": "Lora",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf",
        "500": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf",
        "600": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf",
        "700": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf",
        "italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf",
        "500italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf",
        "600italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf",
        "700italic": "https://fonts.gstatic.com/s/lora/v35/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lora/v35/0QI6MX1D_JOuGQbT0gvTJPa787weuxJHkqg.ttf"
    },
    {
      "family": "Love Light",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lovelight/v6/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lovelight/v6/t5tlIR0TNJyZWimpNAXDvKfIzQ.ttf"
    },
    {
      "family": "Love Ya Like A Sister",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/loveyalikeasister/v20/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/loveyalikeasister/v20/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-BeL83xY.ttf"
    },
    {
      "family": "Loved by the King",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lovedbytheking/v21/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lovedbytheking/v21/Gw6gwdP76VDVJNXerebZxUMeRXUF2MiMn3U.ttf"
    },
    {
      "family": "Lovers Quarrel",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/loversquarrel/v23/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/loversquarrel/v23/Yq6N-LSKXTL-5bCy8ksBzpQ_-wAtab4.ttf"
    },
    {
      "family": "Luckiest Guy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luckiestguy/v22/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luckiestguy/v22/_gP_1RrxsjcxVyin9l9n_j2hS95z.ttf"
    },
    {
      "family": "Lugrasimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lugrasimo/v4/qkBXXvoF_s_eT9c7Y7ae5JRLkAXbMQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lugrasimo/v4/qkBXXvoF_s_eT9c7Y7au5Z5P.ttf"
    },
    {
      "family": "Lumanosimo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lumanosimo/v4/K2F0fZBYg_JDSEZHEfO8AoqKAyLzfWo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lumanosimo/v4/K2F0fZBYg_JDSEZHEfO8MouABw.ttf"
    },
    {
      "family": "Lunasima",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFAwle94H1VIe.ttf",
        "700": "https://fonts.gstatic.com/s/lunasima/v1/wEO5EBvPh9RSOj7JFDSZVPoP_k4XiKvO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lunasima/v1/wEO-EBvPh9RSOj7JFDwkcdo.ttf"
    },
    {
      "family": "Lusitana",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf",
        "700": "https://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKyhbTOc.ttf"
    },
    {
      "family": "Lustria",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOnCkzNg.ttf"
    },
    {
      "family": "Luxurious Roman",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luxuriousroman/v8/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luxuriousroman/v8/buEupou_ZcP1w0yTKxJJokVSmbpaYw0g.ttf"
    },
    {
      "family": "Luxurious Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/luxuriousscript/v7/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/luxuriousscript/v7/ahcCv9e7yydulT32KZ0rBIoD7DzMs0vEaw.ttf"
    },
    {
      "family": "M PLUS 1",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe78nZcsGGycA.ttf",
        "200": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa78nZcsGGycA.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya78nZcsGGycA.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya78nZcsGGycA.ttf",
        "600": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG78nZcsGGycA.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG78nZcsGGycA.ttf",
        "800": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG78nZcsGGycA.ttf",
        "900": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG78nZcsGGycA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1/v7/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSaL83xY.ttf"
    },
    {
      "family": "M PLUS 1 Code",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHpapwmdZhY.ttf",
        "200": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHpapwmdZhY.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHpapwmdZhY.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHpapwmdZhY.ttf",
        "600": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HpapwmdZhY.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HpapwmdZhY.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1code/v12/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0EHoYJg.ttf"
    },
    {
      "family": "M PLUS 1p",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus1p/v28/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf",
        "300": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus1p/v28/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf",
        "500": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf",
        "700": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf",
        "800": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf",
        "900": "https://fonts.gstatic.com/s/mplus1p/v28/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus1p/v28/e3tjeuShHdiFyPFzBRrY-TQA.ttf"
    },
    {
      "family": "M PLUS 2",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-VxlqHrzNgAw.ttf",
        "200": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6VxlqHrzNgAw.ttf",
        "300": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66VxlqHrzNgAw.ttf",
        "regular": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf",
        "500": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66VxlqHrzNgAw.ttf",
        "600": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVxlqHrzNgAw.ttf",
        "700": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVxlqHrzNgAw.ttf",
        "800": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVxlqHrzNgAw.ttf",
        "900": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVxlqHrzNgAw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplus2/v7/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6lx1CD.ttf"
    },
    {
      "family": "M PLUS Code Latin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6i5MqF9TRwg.ttf",
        "200": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6i5MqF9TRwg.ttf",
        "300": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6i5MqF9TRwg.ttf",
        "regular": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf",
        "500": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6i5MqF9TRwg.ttf",
        "600": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6i5MqF9TRwg.ttf",
        "700": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6i5MqF9TRwg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mpluscodelatin/v13/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA2i9GrA.ttf"
    },
    {
      "family": "M PLUS Rounded 1c",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2022-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf",
        "300": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf",
        "regular": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf",
        "500": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf",
        "700": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf",
        "800": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf",
        "900": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuMWHxLs.ttf"
    },
    {
      "family": "Ma Shan Zheng",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXadMXmCA.ttf"
    },
    {
      "family": "Macondo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/macondo/v25/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/macondo/v25/RrQQboN9-iB1IXmOe2TE1A.ttf"
    },
    {
      "family": "Macondo Swash Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/macondoswashcaps/v24/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/macondoswashcaps/v24/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6-e0Ae.ttf"
    },
    {
      "family": "Mada",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-23",
      "files": {
        "200": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOkHkw2-m9x2iC.ttf",
        "300": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFmQkHkw2-m9x2iC.ttf",
        "regular": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkHkw2-m9x2iC.ttf",
        "500": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFn8kHkw2-m9x2iC.ttf",
        "600": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkQl3kw2-m9x2iC.ttf",
        "700": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFkpl3kw2-m9x2iC.ttf",
        "800": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlOl3kw2-m9x2iC.ttf",
        "900": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFlnl3kw2-m9x2iC.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mada/v19/7Aulp_0qnzeSVz7u3PJLcUMYOFnOkEkx0e0.ttf"
    },
    {
      "family": "Madimi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZZFQoBoHMd2U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/madimione/v1/2V0YKIEADpA8U6RygDnZVFUiAg.ttf"
    },
    {
      "family": "Magra",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k5xIDMfO-ed.ttf",
        "700": "https://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72n5wKjc.ttf"
    },
    {
      "family": "Maiden Orange",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/maidenorange/v29/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/maidenorange/v29/kJE1BuIX7AUmhi2V4m08kb1XvOdXDQ.ttf"
    },
    {
      "family": "Maitree",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf",
        "300": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf",
        "regular": "https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf",
        "500": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf",
        "600": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf",
        "700": "https://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkntiseA.ttf"
    },
    {
      "family": "Major Mono Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/majormonodisplay/v16/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/majormonodisplay/v16/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRh7C3eU.ttf"
    },
    {
      "family": "Mako",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z0ST09g478Lo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mako/v19/H4coBX6Mmc_Z4SX-8g.ttf"
    },
    {
      "family": "Mali",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf",
        "200italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf",
        "300": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf",
        "300italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf",
        "regular": "https://fonts.gstatic.com/s/mali/v10/N0ba2SRONuN4eCrODlxxOd8.ttf",
        "italic": "https://fonts.gstatic.com/s/mali/v10/N0bU2SRONuN4SCjECn50Kd_PmA.ttf",
        "500": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf",
        "500italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf",
        "600": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf",
        "600italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf",
        "700": "https://fonts.gstatic.com/s/mali/v10/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf",
        "700italic": "https://fonts.gstatic.com/s/mali/v10/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mali/v10/N0ba2SRONuN4SCvECg.ttf"
    },
    {
      "family": "Mallanna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v13",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDFwyGTA.ttf"
    },
    {
      "family": "Mandali",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v14",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUZFg_YA.ttf"
    },
    {
      "family": "Manjari",
      "variants": [
        "100",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/manjari/v11/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf",
        "regular": "https://fonts.gstatic.com/s/manjari/v11/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf",
        "700": "https://fonts.gstatic.com/s/manjari/v11/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manjari/v11/k3kQo8UPMOBO2w1Ufd_oKw.ttf"
    },
    {
      "family": "Manrope",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf",
        "300": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf",
        "regular": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf",
        "500": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf",
        "600": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf",
        "700": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf",
        "800": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_E-bw.ttf"
    },
    {
      "family": "Mansalva",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mansalva/v14/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mansalva/v14/aWB4m0aacbtDfvq5NKlkKYo.ttf"
    },
    {
      "family": "Manuale",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wD1TB_JHHY.ttf",
        "regular": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf",
        "500": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf",
        "600": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf",
        "700": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf",
        "800": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwD1TB_JHHY.ttf",
        "300italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zRdIWHYr8M.ttf",
        "italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf",
        "500italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf",
        "600italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf",
        "700italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf",
        "800italic": "https://fonts.gstatic.com/s/manuale/v28/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zRdIWHYr8M.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/manuale/v28/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke4wC3zQ.ttf"
    },
    {
      "family": "Marcellus",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF81UPoP.ttf"
    },
    {
      "family": "Marcellus SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLE_gNaZ.ttf"
    },
    {
      "family": "Marck Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marckscript/v20/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marckscript/v20/nwpTtK2oNgBA3Or78gapdwuyzig6.ttf"
    },
    {
      "family": "Margarine",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/margarine/v25/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/margarine/v25/qkBXXvoE6trLT9Y7YLyu5Z5P.ttf"
    },
    {
      "family": "Marhey",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBZVwO2cXiGevOMw.ttf",
        "regular": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwO2cXiGevOMw.ttf",
        "500": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBflwO2cXiGevOMw.ttf",
        "600": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBRV3O2cXiGevOMw.ttf",
        "700": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBSx3O2cXiGevOMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marhey/v6/x3d8ck7Laq-T7wl7mqfVrEe9sDvtBctwC2YdjA.ttf"
    },
    {
      "family": "Markazi Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf",
        "500": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf",
        "600": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf",
        "700": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/markazitext/v23/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQf4IvAQ.ttf"
    },
    {
      "family": "Marko One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haqK58b.ttf"
    },
    {
      "family": "Marmelad",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marmelad/v18/Qw3eZQdSHj_jK2e-8uFKEeI.ttf"
    },
    {
      "family": "Martel",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf",
        "300": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf",
        "regular": "https://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf",
        "600": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf",
        "700": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf",
        "800": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf",
        "900": "https://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XdYMg6.ttf"
    },
    {
      "family": "Martel Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf",
        "300": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf",
        "600": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf",
        "700": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf",
        "800": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf",
        "900": "https://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8hjex-s.ttf"
    },
    {
      "family": "Martian Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-02-23",
      "files": {
        "100": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qus6WD75kdpF2.ttf",
        "200": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qu86WD75kdpF2.ttf",
        "300": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY00u86WD75kdpF2.ttf",
        "regular": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu86WD75kdpF2.ttf",
        "500": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1Yu86WD75kdpF2.ttf",
        "600": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY20vM6WD75kdpF2.ttf",
        "700": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY2NvM6WD75kdpF2.ttf",
        "800": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY3qvM6WD75kdpF2.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/martianmono/v3/2V08KIcADoYhV6w87xrTKjs4CYElh_VS9YA4TlTnQzaVMIE6j15dYY1qu_6XBbo.ttf"
    },
    {
      "family": "Marvel",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/marvel/v16/nwpVtKeoNgBV0qaIkV7ED366zg.ttf",
        "italic": "https://fonts.gstatic.com/s/marvel/v16/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf",
        "700": "https://fonts.gstatic.com/s/marvel/v16/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/marvel/v16/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/marvel/v16/nwpVtKeoNgBV0qa4kFTA.ttf"
    },
    {
      "family": "Mate",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mate/v17/m8JdjftRd7WZ2z28WoXSaLU.ttf",
        "italic": "https://fonts.gstatic.com/s/mate/v17/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mate/v17/m8JdjftRd7WZ6zy2Xg.ttf"
    },
    {
      "family": "Mate SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/matesc/v22/-nF8OGQ1-uoVr2wK-iTT8w.ttf"
    },
    {
      "family": "Material Icons",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v141",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNZIhI8tIHh.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDvNYKBY.ttf"
    },
    {
      "family": "Material Icons Outlined",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v109",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcdl5GuI2Ze.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhXcanZM.otf"
    },
    {
      "family": "Material Icons Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v108",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmMq_fTTvg-.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconsround/v108/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flzmLofU.otf"
    },
    {
      "family": "Material Icons Sharp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v109",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvSImEyc0vd.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconssharp/v109/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvlvVKGM.otf"
    },
    {
      "family": "Material Icons Two Tone",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v112",
      "lastModified": "2023-03-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNCu3NjDrH_77.otf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialiconstwotone/v112/hESh6WRmNCxEqUmNyh3JDeGxjVVyMg4tHGctNBuwPDI.otf"
    },
    {
      "family": "Material Symbols Outlined",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v166",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHeembd5zrTgt.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOembd5zrTgt.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDDxHOembd5zrTgt.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOembd5zrTgt.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCdHOembd5zrTgt.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBxG-embd5zrTgt.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDBIG-embd5zrTgt.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolsoutlined/v166/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHNenZ9o.ttf"
    },
    {
      "family": "Material Symbols Rounded",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v164",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIekXxKJKJBjAa8.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rAelXxKJKJBjAa8.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rNmlXxKJKJBjAa8.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelXxKJKJBjAa8.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rLWlXxKJKJBjAa8.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rFmiXxKJKJBjAa8.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rGCiXxKJKJBjAa8.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolsrounded/v164/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcbTCVpeRL2w5rwZu2rIelbxODLA.ttf"
    },
    {
      "family": "Material Symbols Sharp",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v162",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLozCOJ1H7-knk.ttf",
        "200": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxMLojCOJ1H7-knk.ttf",
        "300": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxPVojCOJ1H7-knk.ttf",
        "regular": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCOJ1H7-knk.ttf",
        "500": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxO5ojCOJ1H7-knk.ttf",
        "600": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNVpTCOJ1H7-knk.ttf",
        "700": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxNspTCOJ1H7-knk.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/materialsymbolssharp/v162/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLogCPLVU.ttf"
    },
    {
      "family": "Maven Pro",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v33",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf",
        "500": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf",
        "600": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf",
        "700": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf",
        "800": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf",
        "900": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mavenpro/v33/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX21nGjpw.ttf"
    },
    {
      "family": "McLaren",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mclaren/v17/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mclaren/v17/2EbnL-ZuAXFqZFXIeYcV9w.ttf"
    },
    {
      "family": "Mea Culpa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meaculpa/v6/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meaculpa/v6/AMOTz4GcuWbEIuza8jspm8cU.ttf"
    },
    {
      "family": "Meddon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meddon/v24/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meddon/v24/kmK8ZqA2EgDNeHTphR1F.ttf"
    },
    {
      "family": "MedievalSharp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/medievalsharp/v26/EvOJzAlL3oU5AQl2mP5KdgptMq5wNw.ttf"
    },
    {
      "family": "Medula One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yuoiAgtw.ttf"
    },
    {
      "family": "Meera Inimai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tamil"
      ],
      "version": "v12",
      "lastModified": "2022-04-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILeZ_mLH.ttf"
    },
    {
      "family": "Megrim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZlbWXgd0RY1g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZVbG_k.ttf"
    },
    {
      "family": "Meie Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMgxm7oE.ttf"
    },
    {
      "family": "Meow Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ERcg2fk.ttf"
    },
    {
      "family": "Merienda",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5JHhoSU78QGBV0A.ttf",
        "regular": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhoSU78QGBV0A.ttf",
        "500": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5SHhoSU78QGBV0A.ttf",
        "600": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5pH9oSU78QGBV0A.ttf",
        "700": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5nX9oSU78QGBV0A.ttf",
        "800": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5-n9oSU78QGBV0A.ttf",
        "900": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5039oSU78QGBV0A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merienda/v19/gNMaW3x8Qoy5_mf8uUkJGHtiYXjmKFy5enhYSET4.ttf"
    },
    {
      "family": "Merriweather",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf",
        "300italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf",
        "regular": "https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf",
        "italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf",
        "700": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf",
        "700italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf",
        "900": "https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf",
        "900italic": "https://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-eiZJ.ttf"
    },
    {
      "family": "Merriweather Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf",
        "regular": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf",
        "500": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf",
        "600": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf",
        "700": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf",
        "800": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf",
        "italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf",
        "500italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf",
        "600italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf",
        "700italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf",
        "800italic": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4Vj-sC.ttf"
    },
    {
      "family": "Metal",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metal/v30/lW-wwjUJIXTo7i3nnoQAUdN2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metal/v30/lW-wwjUJIXTo7h3mlIA.ttf"
    },
    {
      "family": "Metal Mania",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJdXDiaE.ttf"
    },
    {
      "family": "Metamorphous",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metamorphous/v20/Wnz8HA03aAXcC39ZEX5y133EPSqp.ttf"
    },
    {
      "family": "Metrophobic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/metrophobic/v23/sJoA3LZUhMSAPV_u0qwiAQ-I5Xo.ttf"
    },
    {
      "family": "Michroma",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/michroma/v19/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/michroma/v19/PN_zRfy9qWD8fEagAPg7pTw.ttf"
    },
    {
      "family": "Micro 5",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/micro5/v1/H4cnBX2MkcfEngTr0gYQ7LO5mqc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/micro5/v1/H4cnBX2MkcfEngTr4gca6A.ttf"
    },
    {
      "family": "Milonga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/milonga/v22/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/milonga/v22/SZc53FHnIaK9W5kfTzzMlQ.ttf"
    },
    {
      "family": "Miltonian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miltonian/v30/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miltonian/v30/zOL-4pbPn6Ne9JqTg9mb6ORE.ttf"
    },
    {
      "family": "Miltonian Tattoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v32",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miltoniantattoo/v32/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miltoniantattoo/v32/EvOUzBRL0o0kCxF-lcMCQxlpVsA_JwL2NA.ttf"
    },
    {
      "family": "Mina",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARrz9j7i3y65o.ttf",
        "700": "https://fonts.gstatic.com/s/mina/v11/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARnz5p6g.ttf"
    },
    {
      "family": "Mingzat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lepcha"
      ],
      "version": "v8",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mingzat/v8/0QIgMX5C-o-oWWyvBttkm_mv670.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mingzat/v8/0QIgMX5C-o-oWWyvNtpunw.ttf"
    },
    {
      "family": "Miniver",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miniver/v25/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miniver/v25/eLGcP-PxIg-5H0vC37wIzw.ttf"
    },
    {
      "family": "Miriam Libre",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/miriamlibre/v14/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf",
        "700": "https://fonts.gstatic.com/s/miriamlibre/v14/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/miriamlibre/v14/DdTh798HsHwubBAqfkcBTL_fYZP7.ttf"
    },
    {
      "family": "Mirza",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mirza/v17/co3ImWlikiN5EurdKMewsrvI.ttf",
        "500": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIpAeO4mafBomDi.ttf",
        "600": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtIFBuO4mafBomDi.ttf",
        "700": "https://fonts.gstatic.com/s/mirza/v17/co3FmWlikiN5EtJhB-O4mafBomDi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mirza/v17/co3ImWlikiN5EtrcIsM.ttf"
    },
    {
      "family": "Miss Fajardose",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb_quUvI.ttf"
    },
    {
      "family": "Mitr",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf",
        "300": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf",
        "regular": "https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZFyTsyMJj_b1o.ttf",
        "500": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf",
        "600": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf",
        "700": "https://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZF-To4NA.ttf"
    },
    {
      "family": "Mochiy Pop One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mochiypopone/v9/QdVPSTA9Jh-gg-5XZP2UmU4O9kwwD3s6ZKAi.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mochiypopone/v9/QdVPSTA9Jh-gg-5XZP2UmU4O9nwxBX8.ttf"
    },
    {
      "family": "Mochiy Pop P One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mochiypoppone/v9/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4O3WYZB_sU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mochiypoppone/v9/Ktk2AKuPeY_td1-h9LayHYWCjAqyB4K9XQ.ttf"
    },
    {
      "family": "Modak",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEsnMH8BVZ76KU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEskMG-hE.ttf"
    },
    {
      "family": "Modern Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/modernantiqua/v24/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/modernantiqua/v24/NGStv5TIAUg6Iq_RLNo_2dp1sL1FYW8.ttf"
    },
    {
      "family": "Mogra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo4DvLmxtnG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TCo5BPY.ttf"
    },
    {
      "family": "Mohave",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvCQopLSvBk.ttf",
        "regular": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvCQopLSvBk.ttf",
        "500": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvCQopLSvBk.ttf",
        "600": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvCQopLSvBk.ttf",
        "700": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvCQopLSvBk.ttf",
        "300italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOaprDXrBlSVw.ttf",
        "italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOaprDXrBlSVw.ttf",
        "500italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOaprDXrBlSVw.ttf",
        "600italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSaprDXrBlSVw.ttf",
        "700italic": "https://fonts.gstatic.com/s/mohave/v9/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSaprDXrBlSVw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mohave/v9/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_LvGapg.ttf"
    },
    {
      "family": "Moirai One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGT0WWB7UcfCg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moiraione/v1/2sDbZGFUgJLJmby6xgNGf0ScAw.ttf"
    },
    {
      "family": "Molengo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQXbValg.ttf"
    },
    {
      "family": "Molle",
      "variants": [
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "italic": "https://fonts.gstatic.com/s/molle/v23/E21n_dL5hOXFhWEsXzgmVydREus.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/molle/v23/E21n_dL5hOXFhWEsbzksUw.ttf"
    },
    {
      "family": "Monda",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjvpmNBsLvPdG.ttf",
        "700": "https://fonts.gstatic.com/s/monda/v16/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjspnPh8.ttf"
    },
    {
      "family": "Monofett",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monofett/v23/mFTyWbofw6zc9NtnW73Tsxg.ttf"
    },
    {
      "family": "Monomaniac One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monomaniacone/v11/4iC06K17YctZjx50EU-QlwPmcqRnqYkB5kwI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monomaniacone/v11/4iC06K17YctZjx50EU-QlwPmcpRmo40.ttf"
    },
    {
      "family": "Monoton",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monoton/v19/5h1aiZUrOngCibe4TkfLRw.ttf"
    },
    {
      "family": "Monsieur La Doulaise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/monsieurladoulaise/v18/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/monsieurladoulaise/v18/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZm5fyEU.ttf"
    },
    {
      "family": "Montaga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_4gca6A.ttf"
    },
    {
      "family": "Montagu Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P9Fs7bOSO7.ttf",
        "200": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP9Fs7bOSO7.ttf",
        "300": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP9Fs7bOSO7.ttf",
        "regular": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf",
        "500": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP9Fs7bOSO7.ttf",
        "600": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP9Fs7bOSO7.ttf",
        "700": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP9Fs7bOSO7.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montaguslab/v12/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEkP8HMo.ttf"
    },
    {
      "family": "MonteCarlo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montecarlo/v11/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montecarlo/v11/buEzpo6-f9X01GadLA0G4Csf-A.ttf"
    },
    {
      "family": "Montez",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montez/v22/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montez/v22/845ZNMk5GoGIX8lW1bra.ttf"
    },
    {
      "family": "Montserrat",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-Y3tcoqK5.ttf",
        "200": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-Y3tcoqK5.ttf",
        "300": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf",
        "regular": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf",
        "500": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf",
        "600": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf",
        "700": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf",
        "800": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-Y3tcoqK5.ttf",
        "900": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf",
        "100italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf",
        "200italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf",
        "300italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf",
        "italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf",
        "500italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX9-p7K5ILg.ttf",
        "600italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX9-p7K5ILg.ttf",
        "700italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX9-p7K5ILg.ttf",
        "800italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX9-p7K5ILg.ttf",
        "900italic": "https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX9-p7K5ILg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw_aX8.ttf"
    },
    {
      "family": "Montserrat Alternates",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf",
        "100italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf",
        "200": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf",
        "200italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf",
        "300": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf",
        "300italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf",
        "regular": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf",
        "italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf",
        "500": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf",
        "500italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf",
        "600": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf",
        "600italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf",
        "700": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf",
        "700italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf",
        "800": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf",
        "800italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf",
        "900": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf",
        "900italic": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU057afV.ttf"
    },
    {
      "family": "Montserrat Subrayada",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf",
        "700": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/montserratsubrayada/v19/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQH8KaOM.ttf"
    },
    {
      "family": "Moo Lah Lah",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moolahlah/v6/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moolahlah/v6/dg4h_p_opKZOA0w1AYcm56wsawI.ttf"
    },
    {
      "family": "Mooli",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bYPBBG7YpzlJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mooli/v1/-F6_fjJpLyk1bbPADmo.ttf"
    },
    {
      "family": "Moon Dance",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moondance/v6/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moondance/v6/WBLgrEbUbFlYW9ekmGawS2ToLA.ttf"
    },
    {
      "family": "Moul",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moul/v27/nuF2D__FSo_3E-RYiJCy-00.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moul/v27/nuF2D__FSo_3I-VSjA.ttf"
    },
    {
      "family": "Moulpali",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v30",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/moulpali/v30/H4ckBXKMl9HagUWymyY6wr-wg763.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/moulpali/v30/H4ckBXKMl9HagUWymxY7yLs.ttf"
    },
    {
      "family": "Mountains of Christmas",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf",
        "700": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mountainsofchristmas/v22/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eDNesNA.ttf"
    },
    {
      "family": "Mouse Memoirs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mousememoirs/v17/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mousememoirs/v17/t5tmIRoSNJ-PH0WNNgDYxdSb3TjPqg.ttf"
    },
    {
      "family": "Mr Bedfort",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrbedfort/v22/MQpR-WCtNZSWAdTMwBicpiu-WQ.ttf"
    },
    {
      "family": "Mr Dafoe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrFiribc.ttf"
    },
    {
      "family": "Mr De Haviland",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOg3D60Y.ttf"
    },
    {
      "family": "Mrs Saint Delafield",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62QK8nKg.ttf"
    },
    {
      "family": "Mrs Sheppards",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mrssheppards/v23/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mrssheppards/v23/PN_2Rfm9snC0XUGoEZhb91ig7vn7zg.ttf"
    },
    {
      "family": "Ms Madi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1B-HFjA.ttf"
    },
    {
      "family": "Mukta",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf",
        "300": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf",
        "regular": "https://fonts.gstatic.com/s/mukta/v14/iJWKBXyXfDDVXYnGp32S0H3f.ttf",
        "500": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf",
        "600": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf",
        "700": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf",
        "800": "https://fonts.gstatic.com/s/mukta/v14/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mukta/v14/iJWKBXyXfDDVXbnHrXk.ttf"
    },
    {
      "family": "Mukta Mahee",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf",
        "300": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf",
        "regular": "https://fonts.gstatic.com/s/muktamahee/v16/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf",
        "500": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf",
        "600": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf",
        "700": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf",
        "800": "https://fonts.gstatic.com/s/muktamahee/v16/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktamahee/v16/XRXQ3IOIi0hcP8iVU67hA9vMUTo.ttf"
    },
    {
      "family": "Mukta Malar",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf",
        "300": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf",
        "regular": "https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf",
        "500": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf",
        "600": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf",
        "700": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf",
        "800": "https://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqIv5J_A.ttf"
    },
    {
      "family": "Mukta Vaani",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf",
        "300": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf",
        "regular": "https://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf",
        "500": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf",
        "600": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf",
        "700": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf",
        "800": "https://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIG0EduA.ttf"
    },
    {
      "family": "Mulish",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf",
        "300": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf",
        "regular": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf",
        "500": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf",
        "600": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf",
        "700": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf",
        "800": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf",
        "900": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf",
        "200italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf",
        "300italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf",
        "italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf",
        "500italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf",
        "600italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf",
        "700italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf",
        "800italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf",
        "900italic": "https://fonts.gstatic.com/s/mulish/v13/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mulish/v13/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNR8aGvHg.ttf"
    },
    {
      "family": "Murecho",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-06-30",
      "files": {
        "100": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf",
        "200": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf",
        "300": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWZLCpUOaM6.ttf",
        "regular": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf",
        "500": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf",
        "600": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWZLCpUOaM6.ttf",
        "700": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf",
        "800": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf",
        "900": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWZLCpUOaM6.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/murecho/v11/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5UWYJi4.ttf"
    },
    {
      "family": "MuseoModerno",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf",
        "200": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf",
        "300": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf",
        "regular": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf",
        "500": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf",
        "600": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf",
        "700": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf",
        "800": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf",
        "900": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf",
        "100italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QicCgGdrS3g.ttf",
        "200italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QicCgGdrS3g.ttf",
        "300italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QicCgGdrS3g.ttf",
        "italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QicCgGdrS3g.ttf",
        "500italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QicCgGdrS3g.ttf",
        "600italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQicCgGdrS3g.ttf",
        "700italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQicCgGdrS3g.ttf",
        "800italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQicCgGdrS3g.ttf",
        "900italic": "https://fonts.gstatic.com/s/museomoderno/v27/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQicCgGdrS3g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEie0QiQ.ttf"
    },
    {
      "family": "My Soul",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mysoul/v5/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mysoul/v5/3XFqErcuy945_u6KJ_Qvlw.ttf"
    },
    {
      "family": "Mynerve",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt7xCRuiZ-uydg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mynerve/v6/P5sCzZKPdNjb4jt79CVkjQ.ttf"
    },
    {
      "family": "Mystery Quest",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRLwAvCw.ttf"
    },
    {
      "family": "NTR",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjiGGhs5TA4bg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjSGWJo.ttf"
    },
    {
      "family": "Nabla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nabla/v10/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nabla/v10/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRBRFeEA.ttf"
    },
    {
      "family": "Namdhinggo",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "limbu"
      ],
      "version": "v2",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TDnWj4yxx7o8.ttf",
        "500": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNoGKxyRa8oZK9I0.ttf",
        "600": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNq2NxyRa8oZK9I0.ttf",
        "700": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNsmMxyRa8oZK9I0.ttf",
        "800": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-lEGe3rbgg8Xzoy5-TNtWPxyRa8oZK9I0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/namdhinggo/v2/uk-mEGe3rbgg8Xzoy5-TPnSp5w.ttf"
    },
    {
      "family": "Nanum Brush Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazCj6pv.ttf"
    },
    {
      "family": "Nanum Gothic",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf",
        "700": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf",
        "800": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumgothic/v23/PN_3Rfi-oW3hYwmKDpxS7F_D_9jb.ttf"
    },
    {
      "family": "Nanum Gothic Coding",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf",
        "700": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumgothiccoding/v21/8QIVdjzHisX_8vv59_xMxtPFW4IXROws-6U7Ug.ttf"
    },
    {
      "family": "Nanum Myeongjo",
      "variants": [
        "regular",
        "700",
        "800"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf",
        "700": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf",
        "800": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanummyeongjo/v22/9Btx3DZF0dXLMZlywRbVRNhxy2LqcnA.ttf"
    },
    {
      "family": "Nanum Pen Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN6z_0bA.ttf"
    },
    {
      "family": "Narnoor",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "gunjala-gondi",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v7",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/narnoor/v7/cIf9MaFWuVo-UTyPxCmrYGkHgIs.ttf",
        "500": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_N2CRGEsnIJkWL4.ttf",
        "600": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_PGFRGEsnIJkWL4.ttf",
        "700": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_JWERGEsnIJkWL4.ttf",
        "800": "https://fonts.gstatic.com/s/narnoor/v7/cIf4MaFWuVo-UTyP_ImHRGEsnIJkWL4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/narnoor/v7/cIf9MaFWuVo-UTyP9CihZA.ttf"
    },
    {
      "family": "Neonderthaw",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/neonderthaw/v6/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neonderthaw/v6/Iure6Yx5-oWVZI0r-17AeaZIrLE.ttf"
    },
    {
      "family": "Nerko One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjzcJ5BZmqa3A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nerkoone/v16/m8JQjfZSc7OXlB3ZMOjDcZRF.ttf"
    },
    {
      "family": "Neucha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvugNsCxVEgA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bfuwlo.ttf"
    },
    {
      "family": "Neuton",
      "variants": [
        "200",
        "300",
        "regular",
        "italic",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf",
        "300": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf",
        "regular": "https://fonts.gstatic.com/s/neuton/v22/UMBTrPtMoH62xUZyyII7civlBw.ttf",
        "italic": "https://fonts.gstatic.com/s/neuton/v22/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf",
        "700": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf",
        "800": "https://fonts.gstatic.com/s/neuton/v22/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/neuton/v22/UMBTrPtMoH62xUZCyYg_.ttf"
    },
    {
      "family": "New Rocker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJoGIfjQ.ttf"
    },
    {
      "family": "New Tegomin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqfN0Q3ptkDMN.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqcN1SX4.ttf"
    },
    {
      "family": "News Cycle",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/newscycle/v23/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf",
        "700": "https://fonts.gstatic.com/s/newscycle/v23/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newscycle/v23/CSR64z1Qlv-GDxkbKVQ_fOYKSA.ttf"
    },
    {
      "family": "Newsreader",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ADOxEPjCggA.ttf",
        "300": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ADOxEPjCggA.ttf",
        "regular": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf",
        "500": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ADOxEPjCggA.ttf",
        "600": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojADOxEPjCggA.ttf",
        "700": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jADOxEPjCggA.ttf",
        "800": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjADOxEPjCggA.ttf",
        "200italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZAHDWwgECi.ttf",
        "300italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZAHDWwgECi.ttf",
        "italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZAHDWwgECi.ttf",
        "500italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZAHDWwgECi.ttf",
        "600italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZAHDWwgECi.ttf",
        "700italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZAHDWwgECi.ttf",
        "800italic": "https://fonts.gstatic.com/s/newsreader/v20/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZAHDWwgECi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/newsreader/v20/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_wDeZA.ttf"
    },
    {
      "family": "Niconne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfnQqn3A.ttf"
    },
    {
      "family": "Niramit",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf",
        "200italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf",
        "300": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf",
        "300italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf",
        "regular": "https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf",
        "italic": "https://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf",
        "500": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf",
        "500italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf",
        "600": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf",
        "600italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf",
        "700": "https://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf",
        "700italic": "https://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLXbValg.ttf"
    },
    {
      "family": "Nixie One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUYUet3.ttf"
    },
    {
      "family": "Nobile",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf",
        "italic": "https://fonts.gstatic.com/s/nobile/v17/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf",
        "500": "https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf",
        "500italic": "https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf",
        "700": "https://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf",
        "700italic": "https://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1iGX63T.ttf"
    },
    {
      "family": "Nokora",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-09-06",
      "files": {
        "100": "https://fonts.gstatic.com/s/nokora/v31/hYkKPuwgTubzaWxoXzALgPNw8QZN.ttf",
        "300": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxolxIrqt18-B9Uuw.ttf",
        "regular": "https://fonts.gstatic.com/s/nokora/v31/hYkIPuwgTubzaWxQOzoPovZg8Q.ttf",
        "700": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxohxUrqt18-B9Uuw.ttf",
        "900": "https://fonts.gstatic.com/s/nokora/v31/hYkLPuwgTubzaWxovxcrqt18-B9Uuw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nokora/v31/hYkIPuwgTubzaWxgOjAL.ttf"
    },
    {
      "family": "Norican",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/norican/v15/MwQ2bhXp1eSBqjkPKJNbsA.ttf"
    },
    {
      "family": "Nosifer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nosifer/v22/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nosifer/v22/ZGjXol5JTp0g5bxZWCxbUA.ttf"
    },
    {
      "family": "Notable",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notable/v18/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notable/v18/gNMEW3N_SIqx-WX9yHIiEA.ttf"
    },
    {
      "family": "Nothing You Could Do",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nothingyoucoulddo/v19/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nothingyoucoulddo/v19/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb3OInV4.ttf"
    },
    {
      "family": "Noticia Text",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf",
        "italic": "https://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf",
        "700": "https://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf",
        "700italic": "https://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP12YDtd.ttf"
    },
    {
      "family": "Noto Color Emoji",
      "variants": [
        "regular"
      ],
      "subsets": [
        "emoji"
      ],
      "version": "v30",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notocoloremoji/v30/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notocoloremoji/v30/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFWb9m6w.ttf"
    },
    {
      "family": "Noto Emoji",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "emoji"
      ],
      "version": "v47",
      "lastModified": "2023-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwvS-FGJCMY.ttf",
        "regular": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf",
        "500": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwvS-FGJCMY.ttf",
        "600": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwvS-FGJCMY.ttf",
        "700": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwvS-FGJCMY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoemoji/v47/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0gwuQeU.ttf"
    },
    {
      "family": "Noto Kufi Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v21",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obPnLSmf5yD.ttf",
        "200": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bPnLSmf5yD.ttf",
        "300": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bPnLSmf5yD.ttf",
        "regular": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bPnLSmf5yD.ttf",
        "500": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bPnLSmf5yD.ttf",
        "600": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbPnLSmf5yD.ttf",
        "700": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbPnLSmf5yD.ttf",
        "800": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbPnLSmf5yD.ttf",
        "900": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbPnLSmf5yD.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notokufiarabic/v21/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v37bOlrA.ttf"
    },
    {
      "family": "Noto Music",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "music"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxIteQB9Zra1U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notomusic/v20/pe0rMIiSN5pO63htf1sxEtaaAw.ttf"
    },
    {
      "family": "Noto Naskh Arabic",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v33",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5krK0z9_Mnuw.ttf",
        "500": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85krK0z9_Mnuw.ttf",
        "600": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkrK0z9_Mnuw.ttf",
        "700": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkrK0z9_Mnuw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notonaskharabic/v33/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5Urac3.ttf"
    },
    {
      "family": "Noto Nastaliq Urdu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-DK2f2-_8mEw.ttf",
        "500": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qu3-DK2f2-_8mEw.ttf",
        "600": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3QgH5DK2f2-_8mEw.ttf",
        "700": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qjj5DK2f2-_8mEw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notonastaliqurdu/v20/LhWNMUPbN-oZdNFcBy1-DJYsEoTq5pudQ9L940pGPkB3Qt_-PKyV3w.ttf"
    },
    {
      "family": "Noto Rashi Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkRyq6Nf2pfA.ttf",
        "200": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkRyq6Nf2pfA.ttf",
        "300": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkRyq6Nf2pfA.ttf",
        "regular": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkRyq6Nf2pfA.ttf",
        "500": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkRyq6Nf2pfA.ttf",
        "600": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkRyq6Nf2pfA.ttf",
        "700": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkRyq6Nf2pfA.ttf",
        "800": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkRyq6Nf2pfA.ttf",
        "900": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkRyq6Nf2pfA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notorashihebrew/v25/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HURiC-.ttf"
    },
    {
      "family": "Noto Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "devanagari",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2024-02-16",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9At9d41P6zHtY.ttf",
        "200": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9A99d41P6zHtY.ttf",
        "300": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyCjA99d41P6zHtY.ttf",
        "regular": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99d41P6zHtY.ttf",
        "500": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99d41P6zHtY.ttf",
        "600": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9d41P6zHtY.ttf",
        "700": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9d41P6zHtY.ttf",
        "800": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyB9BN9d41P6zHtY.ttf",
        "900": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9d41P6zHtY.ttf",
        "100italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDcf6VfYyWtY1rI.ttf",
        "200italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLce6VfYyWtY1rI.ttf",
        "300italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QGke6VfYyWtY1rI.ttf",
        "italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QDce6VfYyWtY1rI.ttf",
        "500italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QAUe6VfYyWtY1rI.ttf",
        "600italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VfYyWtY1rI.ttf",
        "700italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VfYyWtY1rI.ttf",
        "800italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QLcZ6VfYyWtY1rI.ttf",
        "900italic": "https://fonts.gstatic.com/s/notosans/v36/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VfYyWtY1rI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9c6Vc.ttf"
    },
    {
      "family": "Noto Sans Adlam",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf",
        "500": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGnBZLwhuvk.ttf",
        "600": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGnBZLwhuvk.ttf",
        "700": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGnBZLwhuvk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansadlam/v22/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0fGjLYA.ttf"
    },
    {
      "family": "Noto Sans Adlam Unjoined",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "adlam",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMEe-E3slUg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMEe-E3slUg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMEe-E3slUg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMEe-E3slUg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansadlamunjoined/v25/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35DMAU_A.ttf"
    },
    {
      "family": "Noto Sans Anatolian Hieroglyphs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "anatolian-hieroglyphs",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v16/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWbyfCzg.ttf"
    },
    {
      "family": "Noto Sans Arabic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic"
      ],
      "version": "v18",
      "lastModified": "2022-06-01",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vu3CBFQLaig.ttf",
        "200": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvu3CBFQLaig.ttf",
        "300": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvu3CBFQLaig.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf",
        "500": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvu3CBFQLaig.ttf",
        "600": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvu3CBFQLaig.ttf",
        "700": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvu3CBFQLaig.ttf",
        "800": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvu3CBFQLaig.ttf",
        "900": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvu3CBFQLaig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyfunqF.ttf"
    },
    {
      "family": "Noto Sans Armenian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "armenian",
        "latin",
        "latin-ext"
      ],
      "version": "v43",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0iYy6zF3Eg.ttf",
        "200": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60iYy6zF3Eg.ttf",
        "300": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60iYy6zF3Eg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60iYy6zF3Eg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0iYy6zF3Eg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0iYy6zF3Eg.ttf",
        "800": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0iYy6zF3Eg.ttf",
        "900": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0iYy6zF3Eg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansarmenian/v43/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb50jaSo.ttf"
    },
    {
      "family": "Noto Sans Avestan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "avestan",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansavestan/v21/bWti7ejKfBziStx7lIzKOLQZKhIJkxu8QgA.ttf"
    },
    {
      "family": "Noto Sans Balinese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "balinese",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhE5Vd222PPY.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahE5Vd222PPY.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahE5Vd222PPY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbalinese/v24/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdtE9fcw.ttf"
    },
    {
      "family": "Noto Sans Bamum",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bamum",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_gLykxEkxA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_gLykxEkxA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_gLykxEkxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbamum/v27/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddOy_kBzg.ttf"
    },
    {
      "family": "Noto Sans Bassa Vah",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "bassa-vah",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAc6p34gH-GD7.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MoAc6p34gH-GD7.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4PEBs6p34gH-GD7.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4P9Bs6p34gH-GD7.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbassavah/v17/PN_bRee-r3f7LnqsD5sax12gjZn7mBpL5YwUpA2MBdcFn4MaAf6o1Yw.ttf"
    },
    {
      "family": "Noto Sans Batak",
      "variants": [
        "regular"
      ],
      "subsets": [
        "batak",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbatak/v20/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbatak/v20/gok2H6TwAEdtF9N8-mdTCQvT-ZdQooXL.ttf"
    },
    {
      "family": "Noto Sans Bengali",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudCk8izI0lc.ttf",
        "200": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudCk8izI0lc.ttf",
        "300": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudCk8izI0lc.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf",
        "500": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudCk8izI0lc.ttf",
        "600": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudCk8izI0lc.ttf",
        "700": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudCk8izI0lc.ttf",
        "800": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudCk8izI0lc.ttf",
        "900": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudCk8izI0lc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLidGu9g.ttf"
    },
    {
      "family": "Noto Sans Bhaiksuki",
      "variants": [
        "regular"
      ],
      "subsets": [
        "bhaiksuki",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbhaiksuki/v17/UcC63EosKniBH4iELXATsSBWdvUHXxhjwrPecQ.ttf"
    },
    {
      "family": "Noto Sans Brahmi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "brahmi",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v19",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbrahmi/v19/vEFK2-VODB8RrNDvZSUmQQIIByV1wtO_Xw.ttf"
    },
    {
      "family": "Noto Sans Buginese",
      "variants": [
        "regular"
      ],
      "subsets": [
        "buginese",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbuginese/v18/esDM30ldNv-KYGGJpKGk18phe_7Da6_QtPGA.ttf"
    },
    {
      "family": "Noto Sans Buhid",
      "variants": [
        "regular"
      ],
      "subsets": [
        "buhid",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansbuhid/v22/Dxxy8jiXMW75w3OmoDXVWJD7YwzweqFk.ttf"
    },
    {
      "family": "Noto Sans Canadian Aboriginal",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "canadian-aboriginal",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_yAsg0q0uhQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_yAsg0q0uhQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_yAsg0q0uhQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_yAsg0q0uhQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_yAsg0q0uhQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_yAsg0q0uhQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_yAsg0q0uhQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_yAsg0q0uhQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscanadianaboriginal/v22/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLnPyQEk.ttf"
    },
    {
      "family": "Noto Sans Carian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "carian",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscarian/v16/LDIpaoiONgYwA9Yc6f0gUILeMIOgg7sR8w.ttf"
    },
    {
      "family": "Noto Sans Caucasian Albanian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "caucasian-albanian",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscaucasianalbanian/v18/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXnYHspQ.ttf"
    },
    {
      "family": "Noto Sans Chakma",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chakma",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanschakma/v17/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi0JnZRg.ttf"
    },
    {
      "family": "Noto Sans Cham",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cham",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0cv7GykboaLg.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcv7GykboaLg.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcv7GykboaLg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcv7GykboaLg.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscv7GykboaLg.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscv7GykboaLg.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscv7GykboaLg.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscv7GykboaLg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscham/v30/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwsvru2.ttf"
    },
    {
      "family": "Noto Sans Cherokee",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cherokee",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODkm5rAffjl0.ttf",
        "200": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDkm5rAffjl0.ttf",
        "300": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDkm5rAffjl0.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf",
        "500": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDkm5rAffjl0.ttf",
        "600": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDkm5rAffjl0.ttf",
        "700": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDkm5rAffjl0.ttf",
        "800": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDkm5rAffjl0.ttf",
        "900": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDkm5rAffjl0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscherokee/v20/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PPkizqA.ttf"
    },
    {
      "family": "Noto Sans Chorasmian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chorasmian",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v3",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S5vyoH7w4g9b.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanschorasmian/v3/MQpL-X6uKMC7ROPLwRnI9ULxK_7NVkf8S6vzqno.ttf"
    },
    {
      "family": "Noto Sans Coptic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "coptic",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscoptic/v21/iJWfBWmUZi_OHPqn4wq6kgqumOEd38q1UA.ttf"
    },
    {
      "family": "Noto Sans Cuneiform",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cuneiform",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscuneiform/v17/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWsb5DkQ.ttf"
    },
    {
      "family": "Noto Sans Cypriot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cypriot",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscypriot/v19/8AtzGta9PYqQDjyp79a6f8Cj-3a3cyItIZc.ttf"
    },
    {
      "family": "Noto Sans Cypro Minoan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cypro-minoan",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGq9eSf8_eQSE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanscyprominoan/v1/2Eb2L_dtDUlkNmPHB_UVtEzp3ZlPGqZ_4nAGm9aYew.ttf"
    },
    {
      "family": "Noto Sans Deseret",
      "variants": [
        "regular"
      ],
      "subsets": [
        "deseret",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdeseret/v17/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Wq8bHY.ttf"
    },
    {
      "family": "Noto Sans Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-AzoFoW4Ow.ttf",
        "200": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-AzoFoW4Ow.ttf",
        "300": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-AzoFoW4Ow.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf",
        "500": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-AzoFoW4Ow.ttf",
        "600": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-AzoFoW4Ow.ttf",
        "700": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-AzoFoW4Ow.ttf",
        "800": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-AzoFoW4Ow.ttf",
        "900": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-AzoFoW4Ow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdevanagari/v25/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQl--E5pA.ttf"
    },
    {
      "family": "Noto Sans Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTGQ2iHrvWM.ttf",
        "200": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTGQ2iHrvWM.ttf",
        "300": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTGQ2iHrvWM.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf",
        "500": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTGQ2iHrvWM.ttf",
        "600": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTGQ2iHrvWM.ttf",
        "700": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTGQ2iHrvWM.ttf",
        "800": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTGQ2iHrvWM.ttf",
        "900": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTGQ2iHrvWM.ttf",
        "100italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa3gPurWM9uQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa3gPurWM9uQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka3gPurWM9uQ.ttf",
        "italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa3gPurWM9uQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka3gPurWM9uQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa3gPurWM9uQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa3gPurWM9uQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa3gPurWM9uQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa3gPurWM9uQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansdisplay/v26/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKZTCa3g.ttf"
    },
    {
      "family": "Noto Sans Duployan",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "duployan",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansduployan/v17/gokwH7nwAEdtF9N8-mdTDx_X9JM5wsvTqu0D4U0ftZS-Iw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansduployan/v17/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvbF8gj.ttf"
    },
    {
      "family": "Noto Sans Egyptian Hieroglyphs",
      "variants": [
        "regular"
      ],
      "subsets": [
        "egyptian-hieroglyphs",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v28/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYintSFi4.ttf"
    },
    {
      "family": "Noto Sans Elbasan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "elbasan",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanselbasan/v16/-F6rfiZqLzI2JPCgQBnw400qp1trvEdkp-o.ttf"
    },
    {
      "family": "Noto Sans Elymaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "elymaic",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanselymaic/v17/UqyKK9YTJW5liNMhTMqe9vUFP65ZD7AiUuA.ttf"
    },
    {
      "family": "Noto Sans Ethiopic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v47",
      "lastModified": "2023-09-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OKqDjwmfeaY9u.ttf",
        "200": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OK6DjwmfeaY9u.ttf",
        "300": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T34QK6DjwmfeaY9u.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK6DjwmfeaY9u.ttf",
        "500": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T358K6DjwmfeaY9u.ttf",
        "600": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36QLKDjwmfeaY9u.ttf",
        "700": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T36pLKDjwmfeaY9u.ttf",
        "800": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37OLKDjwmfeaY9u.ttf",
        "900": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T37nLKDjwmfeaY9u.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansethiopic/v47/7cHPv50vjIepfJVOZZgcpQ5B9FBTH9KGNfhSTgtoow1KVnIvyBoMSzUMacb-T35OK5DiyGM.ttf"
    },
    {
      "family": "Noto Sans Georgian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "georgian",
        "greek-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v44",
      "lastModified": "2024-02-29",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj-f5WK0OQV.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj-f5WK0OQV.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj-f5WK0OQV.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj-f5WK0OQV.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j-f5WK0OQV.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j-f5WK0OQV.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j-f5WK0OQV.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j-f5WK0OQV.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgeorgian/v44/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzGj_dZE.ttf"
    },
    {
      "family": "Noto Sans Glagolitic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "glagolitic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v18",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansglagolitic/v18/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4HRL6g0.ttf"
    },
    {
      "family": "Noto Sans Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gothic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgothic/v16/TuGKUUVzXI5FBtUq5a8bj6wRbzxTJMTy1g.ttf"
    },
    {
      "family": "Noto Sans Grantha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "grantha",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgrantha/v17/3y976akwcCjmsU8NDyrKo3IQfQ4o-o8dH-8.ttf"
    },
    {
      "family": "Noto Sans Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v25",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPM_OdiEH0s.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPM_OdiEH0s.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPM_OdiEH0s.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPM_OdiEH0s.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPM_OdiEH0s.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPM_OdiEH0s.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPM_OdiEH0s.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPM_OdiEH0s.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgujarati/v25/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFzPN9uM.ttf"
    },
    {
      "family": "Noto Sans Gunjala Gondi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "gunjala-gondi",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YDE4J4vCTxEJQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL04DE4J4vCTxEJQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLP4fE4J4vCTxEJQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYLBofE4J4vCTxEJQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgunjalagondi/v19/bWtX7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5g0ef3PLtymzNxYL4YD04ZQr.ttf"
    },
    {
      "family": "Noto Sans Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3bxZ_trdp7h.ttf",
        "200": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OenbxZ_trdp7h.ttf",
        "300": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0QenbxZ_trdp7h.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf",
        "500": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enbxZ_trdp7h.ttf",
        "600": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXbxZ_trdp7h.ttf",
        "700": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXbxZ_trdp7h.ttf",
        "800": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXbxZ_trdp7h.ttf",
        "900": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXbxZ_trdp7h.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansgurmukhi/v26/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oekbwbf8.ttf"
    },
    {
      "family": "Noto Sans HK",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-hongkong",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB_-oWTiYjNvVA.ttf",
        "200": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB--oWTiYjNvVA.ttf",
        "300": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qC5--oWTiYjNvVA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB--oWTiYjNvVA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qEJ--oWTiYjNvVA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qK55-oWTiYjNvVA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qJd5-oWTiYjNvVA.ttf",
        "800": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qPB5-oWTiYjNvVA.ttf",
        "900": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qNl5-oWTiYjNvVA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshk/v31/nKKF-GM_FYFRJvXzVXaAPe97P1KHynJFP716qHB-yoSZjQ.ttf"
    },
    {
      "family": "Noto Sans Hanifi Rohingya",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "hanifi-rohingya",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6vvcudK8rN.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6vvcudK8rN.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6vvcudK8rN.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6vvcudK8rN.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshanifirohingya/v28/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4g6ut88.ttf"
    },
    {
      "family": "Noto Sans Hanunoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hanunoo",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshanunoo/v21/f0Xs0fCv8dxkDWlZSoXOj6CphMloFvEtGJw.ttf"
    },
    {
      "family": "Noto Sans Hatran",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hatran",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshatran/v16/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_qM49qw.ttf"
    },
    {
      "family": "Noto Sans Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v43",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utoiJltutR2g.ttf",
        "200": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtoiJltutR2g.ttf",
        "300": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtoiJltutR2g.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf",
        "500": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtoiJltutR2g.ttf",
        "600": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2toiJltutR2g.ttf",
        "700": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2toiJltutR2g.ttf",
        "800": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942toiJltutR2g.ttf",
        "900": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2toiJltutR2g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanshebrew/v43/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qdoyhh.ttf"
    },
    {
      "family": "Noto Sans Imperial Aramaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "imperial-aramaic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansimperialaramaic/v16/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrudnnXI.ttf"
    },
    {
      "family": "Noto Sans Indic Siyaq Numbers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "indic-siyaq-numbers",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v16/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKy2XNu4.ttf"
    },
    {
      "family": "Noto Sans Inscriptional Pahlavi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "inscriptional-pahlavi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v16/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCZtufPA.ttf"
    },
    {
      "family": "Noto Sans Inscriptional Parthian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "inscriptional-parthian",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansinscriptionalparthian/v16/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2ykmBI0Dc.ttf"
    },
    {
      "family": "Noto Sans JP",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v52",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75vY0rw-oME.ttf",
        "200": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75vY0rw-oME.ttf",
        "300": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75vY0rw-oME.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75vY0rw-oME.ttf",
        "500": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75vY0rw-oME.ttf",
        "600": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75vY0rw-oME.ttf",
        "700": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75vY0rw-oME.ttf",
        "800": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75vY0rw-oME.ttf",
        "900": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75vY0rw-oME.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansjp/v52/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj35rS1g.ttf"
    },
    {
      "family": "Noto Sans Javanese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "javanese",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkFFliZYWj4O8.ttf",
        "500": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxKvkFFliZYWj4O8.ttf",
        "600": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxEfjFFliZYWj4O8.ttf",
        "700": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxH7jFFliZYWj4O8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansjavanese/v23/2V01KJkDAIA6Hp4zoSScDjV0Y-eoHAHT-Z3MngEefiidxJnkJFhoYQ.ttf"
    },
    {
      "family": "Noto Sans KR",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "korean",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuozeLTq8H4hfeE.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmoyeLTq8H4hfeE.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzrQyeLTq8H4hfeE.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoyeLTq8H4hfeE.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzztgyeLTq8H4hfeE.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzjQ1eLTq8H4hfeE.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzg01eLTq8H4hfeE.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzmo1eLTq8H4hfeE.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzkM1eLTq8H4hfeE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskr/v36/PbyxFmXiEBPT4ITbgNA5Cgms3VYcOA-vvnIzzuoySLXg9A.ttf"
    },
    {
      "family": "Noto Sans Kaithi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kaithi",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskaithi/v21/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskaithi/v21/buEtppS9f8_vkXadMBJJu0tWjLwjciwAcg.ttf"
    },
    {
      "family": "Noto Sans Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzSIMLsPKrkY.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzSIMLsPKrkY.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzSIMLsPKrkY.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzSIMLsPKrkY.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzSIMLsPKrkY.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzSIMLsPKrkY.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzSIMLsPKrkY.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzSIMLsPKrkY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskannada/v27/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvN_SMGKg.ttf"
    },
    {
      "family": "Noto Sans Kawi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kawi",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhmCpRyMjXVsQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK0ghmCpRyMjXVsQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKPg9mCpRyMjXVsQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnKBw9mCpRyMjXVsQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskawi/v3/92zBtBJLNqsg7tCciW0EPHNNh1ZgbtGWiTYDjvnK4AhWC552.ttf"
    },
    {
      "family": "Noto Sans Kayah Li",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "kayah-li",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZH4EXLuKVM.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZH4EXLuKVM.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZH4EXLuKVM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskayahli/v21/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3OZDyFQ.ttf"
    },
    {
      "family": "Noto Sans Kharoshthi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kharoshthi",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskharoshthi/v16/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE6z5plg.ttf"
    },
    {
      "family": "Noto Sans Khmer",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz4kAbrddiA.ttf",
        "200": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz4kAbrddiA.ttf",
        "300": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz4kAbrddiA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz4kAbrddiA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z4kAbrddiA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z4kAbrddiA.ttf",
        "800": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z4kAbrddiA.ttf",
        "900": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z4kAbrddiA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhmer/v24/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAKz5mgI.ttf"
    },
    {
      "family": "Noto Sans Khojki",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khojki",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhojki/v19/-nFnOHM29Oofr2wohFbTuPPKVWpmG_Zx1w.ttf"
    },
    {
      "family": "Noto Sans Khudawadi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khudawadi",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanskhudawadi/v21/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanskhudawadi/v21/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHEjVtUQ.ttf"
    },
    {
      "family": "Noto Sans Lao",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdf5MK3riB2w.ttf",
        "200": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdf5MK3riB2w.ttf",
        "300": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdf5MK3riB2w.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdf5MK3riB2w.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8Hdf5MK3riB2w.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdf5MK3riB2w.ttf",
        "800": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdf5MK3riB2w.ttf",
        "900": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdf5MK3riB2w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslao/v30/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbtfpkO.ttf"
    },
    {
      "family": "Noto Sans Lao Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr2M-Zw5V_T71k.ttf",
        "200": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHr3M-Zw5V_T71k.ttf",
        "300": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomKT3M-Zw5V_T71k.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3M-Zw5V_T71k.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomMj3M-Zw5V_T71k.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomCTwM-Zw5V_T71k.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomB3wM-Zw5V_T71k.ttf",
        "800": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomHrwM-Zw5V_T71k.ttf",
        "900": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomFPwM-Zw5V_T71k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslaolooped/v7/a8IgNpbwKmHXpgXbMIsbSMP7-3U72qUOX5gBg6LRXExhqHIX9YPTpvqkW4UthhjomPr3A-d64Q.ttf"
    },
    {
      "family": "Noto Sans Lepcha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lepcha"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslepcha/v19/0QI7MWlB_JWgA166SKhu05TekNS36ANmsg.ttf"
    },
    {
      "family": "Noto Sans Limbu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "limbu"
      ],
      "version": "v22",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslimbu/v22/3JnlSDv90Gmq2mrzckOBBRRoNJVT0ctz.ttf"
    },
    {
      "family": "Noto Sans Linear A",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "linear-a"
      ],
      "version": "v18",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslineara/v18/oPWS_l16kP4jCuhpgEGmwJOiA18FZj2Gz2vU.ttf"
    },
    {
      "family": "Noto Sans Linear B",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "linear-b"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslinearb/v17/HhyJU4wt9vSgfHoORYOiXOckKNB737Il3RMB.ttf"
    },
    {
      "family": "Noto Sans Lisu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lisu"
      ],
      "version": "v25",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf",
        "500": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt29IlxkVdig.ttf",
        "600": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st29IlxkVdig.ttf",
        "700": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst29IlxkVdig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslisu/v25/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwd2tgh.ttf"
    },
    {
      "family": "Noto Sans Lycian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "lycian"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA1_jQDA.ttf"
    },
    {
      "family": "Noto Sans Lydian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "lydian"
      ],
      "version": "v18",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanslydian/v18/c4m71mVzGN7s8FmIukZJ1v4ZlcPRSULdNg.ttf"
    },
    {
      "family": "Noto Sans Mahajani",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mahajani"
      ],
      "version": "v19",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmahajani/v19/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD51hsoV.ttf"
    },
    {
      "family": "Noto Sans Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v26",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9BFzEr6HxEA.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9BFzEr6HxEA.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9BFzEr6HxEA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9BFzEr6HxEA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9BFzEr6HxEA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9BFzEr6HxEA.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9BFzEr6HxEA.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9BFzEr6HxEA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmalayalam/v26/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuDNBVbA.ttf"
    },
    {
      "family": "Noto Sans Mandaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mandaic"
      ],
      "version": "v16",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmandaic/v16/cIfnMbdWt1w_HgCcilqhKQBo_OsMI6_B9Ac.ttf"
    },
    {
      "family": "Noto Sans Manichaean",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "manichaean"
      ],
      "version": "v18",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmanichaean/v18/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfenqDPz8.ttf"
    },
    {
      "family": "Noto Sans Marchen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "marchen"
      ],
      "version": "v19",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmarchen/v19/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMEhOmao.ttf"
    },
    {
      "family": "Noto Sans Masaram Gondi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "masaram-gondi"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmasaramgondi/v17/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPntGf5xY.ttf"
    },
    {
      "family": "Noto Sans Math",
      "variants": [
        "regular"
      ],
      "subsets": [
        "math"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UEkH81k.ttf"
    },
    {
      "family": "Noto Sans Mayan Numerals",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mayan-numerals"
      ],
      "version": "v16",
      "lastModified": "2023-08-17",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmayannumerals/v16/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIi06sAs.ttf"
    },
    {
      "family": "Noto Sans Medefaidrin",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "medefaidrin"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlT318e5A3rw.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlT318e5A3rw.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlT318e5A3rw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmedefaidrin/v23/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWpTz_9Q.ttf"
    },
    {
      "family": "Noto Sans Meetei Mayek",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "meetei-mayek"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TW5PgeFYVa.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTW5PgeFYVa.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTW5PgeFYVa.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTW5PgeFYVa.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTW5PgeFYVa.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTW5PgeFYVa.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTW5PgeFYVa.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTW5PgeFYVa.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmeeteimayek/v15/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_sTX7vw.ttf"
    },
    {
      "family": "Noto Sans Mende Kikakui",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mende-kikakui"
      ],
      "version": "v28",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLUx_aDJLAHer.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmendekikakui/v28/11hRGoLHz17aKjQCWj-JHcLvu2Q5zZrnkbNCLXx-YjY.ttf"
    },
    {
      "family": "Noto Sans Meroitic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "meroitic",
        "meroitic-cursive",
        "meroitic-hieroglyphs"
      ],
      "version": "v18",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmeroitic/v18/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UzgTJX.ttf"
    },
    {
      "family": "Noto Sans Miao",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "miao"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmiao/v17/Dxxz8jmXMW75w3OmoDXVV4zyZXjhW4E.ttf"
    },
    {
      "family": "Noto Sans Modi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "modi"
      ],
      "version": "v23",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmodi/v23/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmodi/v23/pe03MIySN5pO62Z5YkFyT7jeas5rU1Q.ttf"
    },
    {
      "family": "Noto Sans Mongolian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin",
        "latin-ext",
        "math",
        "mongolian",
        "symbols"
      ],
      "version": "v19",
      "lastModified": "2024-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmongolian/v19/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmongolian/v19/VdGCAYADGIwE0EopZx8xQfHlgEAMsrTo9Loq7w.ttf"
    },
    {
      "family": "Noto Sans Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49rXVEQQL8Y.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49rXVEQQL8Y.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49rXVEQQL8Y.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49rXVEQQL8Y.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49rXVEQQL8Y.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49rXVEQQL8Y.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49rXVEQQL8Y.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49rXVEQQL8Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmono/v30/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ09vdUA.ttf"
    },
    {
      "family": "Noto Sans Mro",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "mro"
      ],
      "version": "v18",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmro/v18/qWcsB6--pZv9TqnUQMhe9b39aD3bsg.ttf"
    },
    {
      "family": "Noto Sans Multani",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "multani"
      ],
      "version": "v20",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmultani/v20/9Bty3ClF38_RfOpe1gCaZ8p30BOFO2A1r_Q.ttf"
    },
    {
      "family": "Noto Sans Myanmar",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "myanmar"
      ],
      "version": "v20",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uEapkAC3AY.ttf",
        "200": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98EwiEwLxR-r.ttf",
        "300": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9MEwiEwLxR-r.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf",
        "500": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cEwiEwLxR-r.ttf",
        "600": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sEwiEwLxR-r.ttf",
        "700": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88EwiEwLxR-r.ttf",
        "800": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8MEwiEwLxR-r.ttf",
        "900": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cEwiEwLxR-r.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansmyanmar/v20/AlZq_y1ZtY3ymOryg38hOCSdOnFq0Hn31uE.ttf"
    },
    {
      "family": "Noto Sans NKo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nko"
      ],
      "version": "v6",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpMpCMHMLBrdA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnko/v6/esDX31ZdNv-KYGGJpKGk2_RpApGGGA.ttf"
    },
    {
      "family": "Noto Sans NKo Unjoined",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nko"
      ],
      "version": "v2",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnkounjoined/v2/MCo_zBjx1d3VUhJFK9MYlNCXJ6VvqwGPz3szPOBB5nuzMdWs0rvF2jEOz_o.ttf"
    },
    {
      "family": "Noto Sans Nabataean",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nabataean"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnabataean/v16/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNkBN3gA.ttf"
    },
    {
      "family": "Noto Sans Nag Mundari",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nag-mundari"
      ],
      "version": "v1",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirbUGA0whP19M.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRyqrbUGA0whP19M.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR8asbUGA0whP19M.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHR_-sbUGA0whP19M.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnagmundari/v1/3qTAoi2hnSyU8TNFIdhZTyod3g5lBnKlQFk2kS9fr9Eq09RHRxirXUCK1w.ttf"
    },
    {
      "family": "Noto Sans Nandinagari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nandinagari"
      ],
      "version": "v4",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jVa5RXzC1KOw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnandinagari/v4/or38Q7733eiDljA1IufXSNFT-1KI5y10H4jlap5T.ttf"
    },
    {
      "family": "Noto Sans New Tai Lue",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "new-tai-lue"
      ],
      "version": "v22",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAYUbghFPKzeY.ttf",
        "500": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pddfAYUbghFPKzeY.ttf",
        "600": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdTvHYUbghFPKzeY.ttf",
        "700": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdQLHYUbghFPKzeY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnewtailue/v22/H4cKBW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wqaLy-OJgU3p_pdeXAUUfqgA.ttf"
    },
    {
      "family": "Noto Sans Newa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "newa"
      ],
      "version": "v16",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnewa/v16/7r3fqXp6utEsO9pI4f8ok8sWg_n-oto.ttf"
    },
    {
      "family": "Noto Sans Nushu",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nushu"
      ],
      "version": "v19",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansnushu/v19/rnCw-xRQ3B7652emAbAe_Ai1IYa1WVoI.ttf"
    },
    {
      "family": "Noto Sans Ogham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ogham"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansogham/v17/kmKlZqk1GBDGN0mY6k5lmEmww4hbtpNe.ttf"
    },
    {
      "family": "Noto Sans Ol Chiki",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ol-chiki"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267I6gVrz5gQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67I6gVrz5gQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67I6gVrz5gQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansolchiki/v29/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk227MwhQ.ttf"
    },
    {
      "family": "Noto Sans Old Hungarian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-hungarian"
      ],
      "version": "v18",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldhungarian/v18/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgSfiZAo.ttf"
    },
    {
      "family": "Noto Sans Old Italic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-italic"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansolditalic/v16/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tVlQfxw.ttf"
    },
    {
      "family": "Noto Sans Old North Arabian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-north-arabian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldnortharabian/v16/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBgmEA7.ttf"
    },
    {
      "family": "Noto Sans Old Permic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "old-permic"
      ],
      "version": "v17",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldpermic/v17/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKIdWiPs.ttf"
    },
    {
      "family": "Noto Sans Old Persian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-persian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldpersian/v16/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_dqeNU.ttf"
    },
    {
      "family": "Noto Sans Old Sogdian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-sogdian"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldsogdian/v16/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURtLnOgu.ttf"
    },
    {
      "family": "Noto Sans Old South Arabian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-south-arabian"
      ],
      "version": "v16",
      "lastModified": "2023-07-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldsoutharabian/v16/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKB1eFH.ttf"
    },
    {
      "family": "Noto Sans Old Turkic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-turkic"
      ],
      "version": "v17",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansoldturkic/v17/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoldturkic/v17/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsH2Qhkg.ttf"
    },
    {
      "family": "Noto Sans Oriya",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v27",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0fq_c6LhHBRe-.ttf",
        "200": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0f6_c6LhHBRe-.ttf",
        "300": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Iviqf6_c6LhHBRe-.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f6_c6LhHBRe-.ttf",
        "500": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvjGf6_c6LhHBRe-.ttf",
        "600": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgqeK_c6LhHBRe-.ttf",
        "700": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvgTeK_c6LhHBRe-.ttf",
        "800": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivh0eK_c6LhHBRe-.ttf",
        "900": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5IvhdeK_c6LhHBRe-.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansoriya/v27/AYCppXfzfccDCstK_hrjDyADv5e9748vhj3CJBLHIARtgD6TJQS0dJT5Ivj0f5_d4rw.ttf"
    },
    {
      "family": "Noto Sans Osage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "osage"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansosage/v18/oPWX_kB6kP4jCuhpgEGmw4mtAVtnR1yW.ttf"
    },
    {
      "family": "Noto Sans Osmanya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "osmanya"
      ],
      "version": "v18",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansosmanya/v18/8vIS7xs32H97qzQKnzfeWzUyUpOJmw6lTYo.ttf"
    },
    {
      "family": "Noto Sans Pahawh Hmong",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "pahawh-hmong"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspahawhhmong/v18/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7knzY1dw.ttf"
    },
    {
      "family": "Noto Sans Palmyrene",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "palmyrene"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspalmyrene/v16/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCDnOzYg.ttf"
    },
    {
      "family": "Noto Sans Pau Cin Hau",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "pau-cin-hau"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspaucinhau/v20/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehItjU-u.ttf"
    },
    {
      "family": "Noto Sans Phags Pa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "phags-pa"
      ],
      "version": "v15",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChUq06o.ttf"
    },
    {
      "family": "Noto Sans Phoenician",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "phoenician"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansphoenician/v17/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5U7IqNs.ttf"
    },
    {
      "family": "Noto Sans Psalter Pahlavi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "psalter-pahlavi"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanspsalterpahlavi/v16/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w5GzAtQ.ttf"
    },
    {
      "family": "Noto Sans Rejang",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "rejang"
      ],
      "version": "v21",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansrejang/v21/Ktk2AKuMeZjqPnXgyqrib7DIogqwB4K9XQ.ttf"
    },
    {
      "family": "Noto Sans Runic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "runic"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansrunic/v17/H4c_BXWPl9DZ0Xe_nHUaus7W68WmahBr.ttf"
    },
    {
      "family": "Noto Sans SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_EnYxNbPzS5HE.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_FnYxNbPzS5HE.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYxNbPzS5HE.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYxNbPzS5HE.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYxNbPzS5HE.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGwHCnYxNbPzS5HE.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYxNbPzS5HE.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG1_CnYxNbPzS5HE.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG3bCnYxNbPzS5HE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssc/v36/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FrY1HaA.ttf"
    },
    {
      "family": "Noto Sans Samaritan",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "samaritan"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUo5jNlOVMzQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssamaritan/v16/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOYo9pMg.ttf"
    },
    {
      "family": "Noto Sans Saurashtra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "saurashtra"
      ],
      "version": "v23",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssaurashtra/v23/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef-nchBc.ttf"
    },
    {
      "family": "Noto Sans Sharada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sharada"
      ],
      "version": "v16",
      "lastModified": "2022-11-18",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssharada/v16/gok0H7rwAEdtF9N8-mdTGALG6p0kwrXKNug.ttf"
    },
    {
      "family": "Noto Sans Shavian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "shavian"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansshavian/v17/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4HFRQJ0.ttf"
    },
    {
      "family": "Noto Sans Siddham",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "siddham"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssiddham/v20/OZpZg-FwqiNLe9PELUikxTWDoCCeGpncmXY.ttf"
    },
    {
      "family": "Noto Sans SignWriting",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "signwriting"
      ],
      "version": "v4",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssignwriting/v4/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWiUEVCARYQemg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssignwriting/v4/Noas6VX_wIWFbTTCrYmvy9A2UnkL-2SZAWikEFqE.ttf"
    },
    {
      "family": "Noto Sans Sinhala",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v26",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5lgLpJwbQRM.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5lgLpJwbQRM.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5lgLpJwbQRM.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5lgLpJwbQRM.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5lgLpJwbQRM.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5lgLpJwbQRM.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5lgLpJwbQRM.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5lgLpJwbQRM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssinhala/v26/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a1lkBoA.ttf"
    },
    {
      "family": "Noto Sans Sogdian",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sogdian"
      ],
      "version": "v16",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssogdian/v16/taiQGn5iC4--qtsfi4Jp6eHPnfxQBr-_NGo.ttf"
    },
    {
      "family": "Noto Sans Sora Sompeng",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sora-sompeng"
      ],
      "version": "v24",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DpZXJQd4Mu.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDpZXJQd4Mu.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDpZXJQd4Mu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssorasompeng/v24/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR81_Dob3Y.ttf"
    },
    {
      "family": "Noto Sans Soyombo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "soyombo"
      ],
      "version": "v17",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssoyombo/v17/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY3FqKlc.ttf"
    },
    {
      "family": "Noto Sans Sundanese",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sundanese"
      ],
      "version": "v25",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHCizv7fQES.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HCizv7fQES.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HCizv7fQES.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssundanese/v25/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNOHDgT8.ttf"
    },
    {
      "family": "Noto Sans Syloti Nagri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syloti-nagri"
      ],
      "version": "v20",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssylotinagri/v20/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGJVb7Mw.ttf"
    },
    {
      "family": "Noto Sans Symbols",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "symbols"
      ],
      "version": "v41",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gavVFRkzrbQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gavVFRkzrbQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gavVFRkzrbQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gavVFRkzrbQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggavVFRkzrbQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggavVFRkzrbQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_QggavVFRkzrbQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1AggavVFRkzrbQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssymbols/v41/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8Qa_9B.ttf"
    },
    {
      "family": "Noto Sans Symbols 2",
      "variants": [
        "regular"
      ],
      "subsets": [
        "braille",
        "latin",
        "latin-ext",
        "math",
        "mayan-numerals",
        "symbols"
      ],
      "version": "v23",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanssymbols2/v23/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssymbols2/v23/I_uyMoGduATTei9eI8daxVHDyfisHr71-pLgeQ.ttf"
    },
    {
      "family": "Noto Sans Syriac",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syriac"
      ],
      "version": "v16",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9caJyZfUL_FC.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD9MaJyZfUL_FC.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Ud9MaJyZfUL_FC.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9MaJyZfUL_FC.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Vx9MaJyZfUL_FC.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wd88aJyZfUL_FC.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Wk88aJyZfUL_FC.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-XD88aJyZfUL_FC.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-Xq88aJyZfUL_FC.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssyriac/v16/Ktk7AKuMeZjqPnXgyqribqzQqgW0LYiVqV7dXcP0C-VD9PaIw5M.ttf"
    },
    {
      "family": "Noto Sans Syriac Eastern",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "syriac"
      ],
      "version": "v1",
      "lastModified": "2023-07-13",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-eszCL5ep1QPQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-fszCL5ep1QPQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPnGfszCL5ep1QPQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fszCL5ep1QPQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPh2fszCL5ep1QPQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPvGYszCL5ep1QPQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPsiYszCL5ep1QPQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPq-YszCL5ep1QPQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPoaYszCL5ep1QPQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanssyriaceastern/v1/Noac6Vj_wIWFbTTCrYmvy8AjVU8aslWRHHvRYxS-Ro3yS0FDacnHPi-fgzGB4Q.ttf"
    },
    {
      "family": "Noto Sans TC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-08-17",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_CpOtma3uNQ.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yCy_CpOtma3uNQ.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_CpOtma3uNQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_CpOtma3uNQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_CpOtma3uNQ.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7361_CpOtma3uNQ.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_CpOtma3uNQ.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7yC1_CpOtma3uNQ.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_CpOtma3uNQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstc/v35/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76CyzCtEsg.ttf"
    },
    {
      "family": "Noto Sans Tagalog",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tagalog"
      ],
      "version": "v22",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstagalog/v22/J7aFnoNzCnFcV9ZI-sUYuvote1R0wzEBCcw.ttf"
    },
    {
      "family": "Noto Sans Tagbanwa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tagbanwa"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstagbanwa/v18/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_npRz4A.ttf"
    },
    {
      "family": "Noto Sans Tai Le",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-le"
      ],
      "version": "v17",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaile/v17/vEFK2-VODB8RrNDvZSUmVxEATwR5wtO_Xw.ttf"
    },
    {
      "family": "Noto Sans Tai Tham",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-tham"
      ],
      "version": "v20",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPgquyaRGKMw.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPgquyaRGKMw.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPgquyaRGKMw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaitham/v20/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbDgukzQ.ttf"
    },
    {
      "family": "Noto Sans Tai Viet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-viet"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstaiviet/v19/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZb6oQb.ttf"
    },
    {
      "family": "Noto Sans Takri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "takri"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstakri/v24/TuGJUVpzXI5FBtUq5a8bnKIOdTwgNeXS.ttf"
    },
    {
      "family": "Noto Sans Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v27",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0RqKDt_EvT.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70RqKDt_EvT.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70RqKDt_EvT.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70RqKDt_EvT.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0RqKDt_EvT.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0RqKDt_EvT.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0RqKDt_EvT.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0RqKDt_EvT.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstamil/v27/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo40QoqQ.ttf"
    },
    {
      "family": "Noto Sans Tamil Supplement",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil-supplement"
      ],
      "version": "v21",
      "lastModified": "2023-06-30",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstamilsupplement/v21/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax8vtC-c.ttf"
    },
    {
      "family": "Noto Sans Tangsa",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tangsa"
      ],
      "version": "v6",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkyoRYdplyJDA.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1qkyoRYdplyJDA.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2GlCoRYdplyJDA.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp2_lCoRYdplyJDA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstangsa/v6/z7NCdQPmcigbbZAIOl9igP26K470lICpky0-peX5Qp1YkxoQa94.ttf"
    },
    {
      "family": "Noto Sans Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v26",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqQUbf-3v37w.ttf",
        "200": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqQUbf-3v37w.ttf",
        "300": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqQUbf-3v37w.ttf",
        "regular": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf",
        "500": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqQUbf-3v37w.ttf",
        "600": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqQUbf-3v37w.ttf",
        "700": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqQUbf-3v37w.ttf",
        "800": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqQUbf-3v37w.ttf",
        "900": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqQUbf-3v37w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstelugu/v26/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbaQEzb.ttf"
    },
    {
      "family": "Noto Sans Thaana",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thaana"
      ],
      "version": "v24",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLhnu4-tbNu.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLhnu4-tbNu.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLhnu4-tbNu.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLhnu4-tbNu.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLhnu4-tbNu.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLhnu4-tbNu.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLhnu4-tbNu.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLhnu4-tbNu.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthaana/v24/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbiLglOo.ttf"
    },
    {
      "family": "Noto Sans Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzF-QRvzzXg.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzF-QRvzzXg.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzF-QRvzzXg.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzF-QRvzzXg.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzF-QRvzzXg.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzF-QRvzzXg.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzF-QRvzzXg.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzF-QRvzzXg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthai/v25/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtlzB0RQ.ttf"
    },
    {
      "family": "Noto Sans Thai Looped",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v14",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50fF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3YX6AYeCT_Wfd1.ttf",
        "200": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y84E4UgrzUO5sKA.ttf",
        "300": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yl4I4UgrzUO5sKA.ttf",
        "regular": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3gO6ocWiHvWQ.ttf",
        "500": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yz4M4UgrzUO5sKA.ttf",
        "600": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y44Q4UgrzUO5sKA.ttf",
        "700": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yh4U4UgrzUO5sKA.ttf",
        "800": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Ym4Y4UgrzUO5sKA.ttf",
        "900": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yv4c4UgrzUO5sKA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansthailooped/v14/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3QOqAY.ttf"
    },
    {
      "family": "Noto Sans Tifinagh",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tifinagh"
      ],
      "version": "v20",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstifinagh/v20/I_uzMoCduATTei9eI8dawkHIwvmhCvbX67PA.ttf"
    },
    {
      "family": "Noto Sans Tirhuta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tirhuta"
      ],
      "version": "v16",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanstirhuta/v16/t5t6IQYRNJ6TWjahPR6X-M-apUyby4uHWh8.ttf"
    },
    {
      "family": "Noto Sans Ugaritic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ugaritic"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansugaritic/v16/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXUMxAM.ttf"
    },
    {
      "family": "Noto Sans Vai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vai"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansvai/v17/NaPecZTSBuhTirw6IaFn_UrUdMXmCA.ttf"
    },
    {
      "family": "Noto Sans Vithkuqi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vithkuqi"
      ],
      "version": "v1",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SgKM7vmn0BLE.ttf",
        "500": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvZxSgKM7vmn0BLE.ttf",
        "600": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvXBVgKM7vmn0BLE.ttf",
        "700": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnvUlVgKM7vmn0BLE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansvithkuqi/v1/jVyi7m77CXvQswd6WjYu9E1wN6cih2TSchUEkQgw3KTnva5SsKIxug.ttf"
    },
    {
      "family": "Noto Sans Wancho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "wancho"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanswancho/v17/zrf-0GXXyfn6Fs0lH9P4cUubP0GBmALiog.ttf"
    },
    {
      "family": "Noto Sans Warang Citi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "warang-citi"
      ],
      "version": "v17",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanswarangciti/v17/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKhpO9G.ttf"
    },
    {
      "family": "Noto Sans Yi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yi"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosansyi/v19/sJoD3LFXjsSdcnzn071rO3aZxFrN.ttf"
    },
    {
      "family": "Noto Sans Zanabazar Square",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "zanabazar-square"
      ],
      "version": "v19",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notosanszanabazarsquare/v19/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQuJwMiU.ttf"
    },
    {
      "family": "Noto Serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFGjwM0Lhq_Szw.ttf",
        "200": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFCjwM0Lhq_Szw.ttf",
        "300": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZ9lCjwM0Lhq_Szw.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCjwM0Lhq_Szw.ttf",
        "500": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZmlCjwM0Lhq_Szw.ttf",
        "600": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZdlejwM0Lhq_Szw.ttf",
        "700": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZT1ejwM0Lhq_Szw.ttf",
        "800": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZKFejwM0Lhq_Szw.ttf",
        "900": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZAVejwM0Lhq_Szw.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLgscPpKrCzyUi.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLg8cPpKrCzyUi.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBMVg8cPpKrCzyUi.ttf",
        "italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBNLg8cPpKrCzyUi.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBN5g8cPpKrCzyUi.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOVhMcPpKrCzyUi.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBOshMcPpKrCzyUi.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPLhMcPpKrCzyUi.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoserif/v23/ga6saw1J5X9T9RW6j9bNfFIMZhhWnFTyNZIQD1-_FXP0RgnaOg9MYBPihMcPpKrCzyUi.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserif/v23/ga6iaw1J5X9T9RW6j9bNVls-hfgvz8JcMofYTa32J4wsL2JAlAhZqFCTwccP.ttf"
    },
    {
      "family": "Noto Serif Ahom",
      "variants": [
        "regular"
      ],
      "subsets": [
        "ahom",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_AN-wuYrPFiwaw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifahom/v20/FeVIS0hfp6cprmEUffAW_fUL_ANOw-wv.ttf"
    },
    {
      "family": "Noto Serif Armenian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "armenian",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-11-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8ObxvXagGdkbg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8KbxvXagGdkbg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbxvXagGdkbg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8KbxvXagGdkbg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbxvXagGdkbg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbxvXagGdkbg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbxvXagGdkbg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8WbxvXagGdkbg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbxvXagGdkbg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifarmenian/v27/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8Krx__e.ttf"
    },
    {
      "family": "Noto Serif Balinese",
      "variants": [
        "regular"
      ],
      "subsets": [
        "balinese",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifbalinese/v18/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRbgJdhapcUU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifbalinese/v18/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXdbkDcg.ttf"
    },
    {
      "family": "Noto Serif Bengali",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qn4LjQH8yD.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqn4LjQH8yD.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqn4LjQH8yD.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqn4LjQH8yD.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqn4LjQH8yD.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqn4LjQH8yD.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqn4LjQH8yD.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqn4LjQH8yD.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqn4LjQH8yD.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHkqm6rw.ttf"
    },
    {
      "family": "Noto Serif Devanagari",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-HMUe1u_dv.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-HMUe1u_dv.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-HMUe1u_dv.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-HMUe1u_dv.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-HMUe1u_dv.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-HMUe1u_dv.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-HMUe1u_dv.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-HMUe1u_dv.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-HMUe1u_dv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdevanagari/v28/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-oz-GO0M.ttf"
    },
    {
      "family": "Noto Serif Display",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gKaDU9hvzC.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgKaDU9hvzC.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgKaDU9hvzC.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgKaDU9hvzC.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgKaDU9hvzC.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgKaDU9hvzC.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgKaDU9hvzC.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgKaDU9hvzC.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjEfg-zCmf4.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjEfg-zCmf4.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjEfg-zCmf4.ttf",
        "italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjEfg-zCmf4.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjEfg-zCmf4.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjEfg-zCmf4.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjEfg-zCmf4.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjEfg-zCmf4.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjEfg-zCmf4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdisplay/v24/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4ugLYjE.ttf"
    },
    {
      "family": "Noto Serif Dogra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "dogra",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-11-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fGy63IbPzkns.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifdogra/v23/MQpP-XquKMC7ROPP3QOOlm7xPu3fKy-9JQ.ttf"
    },
    {
      "family": "Noto Serif Ethiopic",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "ethiopic",
        "latin",
        "latin-ext"
      ],
      "version": "v30",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjkaO9UVLyiw.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjkaO9UVLyiw.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjkaO9UVLyiw.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjkaO9UVLyiw.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjkaO9UVLyiw.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjkaO9UVLyiw.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjkaO9UVLyiw.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjkaO9UVLyiw.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjkaO9UVLyiw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifethiopic/v30/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUTkKm5.ttf"
    },
    {
      "family": "Noto Serif Georgian",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "georgian",
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfdzTw-FgZxQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofdzTw-FgZxQ.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofdzTw-FgZxQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofdzTw-FgZxQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofdzTw-FgZxQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fdzTw-FgZxQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fdzTw-FgZxQ.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fdzTw-FgZxQ.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fdzTw-FgZxQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgeorgian/v26/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvovdj70.ttf"
    },
    {
      "family": "Noto Serif Grantha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "grantha",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-28",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifgrantha/v19/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqFENLR7fHGw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgrantha/v19/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiaFUlP.ttf"
    },
    {
      "family": "Noto Serif Gujarati",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v27",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzuM1Kf-OJu.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzuM1Kf-OJu.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzuM1Kf-OJu.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzuM1Kf-OJu.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzuM1Kf-OJu.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zuM1Kf-OJu.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zuM1Kf-OJu.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zuM1Kf-OJu.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zuM1Kf-OJu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgujarati/v27/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycLzvOVY.ttf"
    },
    {
      "family": "Noto Serif Gurmukhi",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTNmqVU7y6l.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTNmqVU7y6l.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTNmqVU7y6l.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTNmqVU7y6l.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTNmqVU7y6l.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTNmqVU7y6l.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTNmqVU7y6l.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTNmqVU7y6l.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTNmqVU7y6l.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifgurmukhi/v20/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eSTMkKE.ttf"
    },
    {
      "family": "Noto Serif HK",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "chinese-hongkong",
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RmV9Su1M6i.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RmV9Su1M6i.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RmV9Su1M6i.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRmV9Su1M6i.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRmV9Su1M6i.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRmV9Su1M6i.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRmV9Su1M6i.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K1RnXdA.ttf"
    },
    {
      "family": "Noto Serif Hebrew",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAG8_vlQxz24.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAG8_vlQxz24.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAG8_vlQxz24.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAG8_vlQxz24.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAG8_vlQxz24.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAG8_vlQxz24.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAG8_vlQxz24.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAG8_vlQxz24.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAG8_vlQxz24.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifhebrew/v25/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSMG41ug.ttf"
    },
    {
      "family": "Noto Serif JP",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf",
        "300": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf",
        "500": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf",
        "600": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf",
        "700": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf",
        "900": "https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMbN-uYA.otf"
    },
    {
      "family": "Noto Serif KR",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf",
        "300": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf",
        "500": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf",
        "600": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf",
        "700": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf",
        "900": "https://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXRuFj1g.otf"
    },
    {
      "family": "Noto Serif Kannada",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceRJ71svgcI.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceRJ71svgcI.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceRJ71svgcI.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceRJ71svgcI.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceRJ71svgcI.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceRJ71svgcI.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceRJ71svgcI.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceRJ71svgcI.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceRJ71svgcI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkannada/v27/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDQeVD6w.ttf"
    },
    {
      "family": "Noto Serif Khitan Small Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khitan-small-script",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TsZ8lb39iddA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhitansmallscript/v4/jizzRFVKsm4Bt9PrbSzC4KLlQUF5lRJg5j-l5PvyhfTdd4TcZsNf.ttf"
    },
    {
      "family": "Noto Serif Khmer",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXEZK9Xo4xg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXEZK9Xo4xg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXEZK9Xo4xg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXEZK9Xo4xg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXEZK9Xo4xg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXEZK9Xo4xg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXEZK9Xo4xg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXEZK9Xo4xg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXEZK9Xo4xg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhmer/v25/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8AXUxO.ttf"
    },
    {
      "family": "Noto Serif Khojki",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "khojki",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghvyZ0Qtc5HAQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY4AhvyZ0Qtc5HAQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYDA9vyZ0Qtc5HAQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMYNQ9vyZ0Qtc5HAQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifkhojki/v11/I_uHMoOduATTei9aP90ctmPGxP2rBKTM4mcQ5M3z9QMY0ghfyJcU.ttf"
    },
    {
      "family": "Noto Serif Lao",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "lao",
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-09-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvOjlmyhHHQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvOjlmyhHHQ.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvOjlmyhHHQ.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvOjlmyhHHQ.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvOjlmyhHHQ.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvOjlmyhHHQ.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvOjlmyhHHQ.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvOjlmyhHHQ.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvOjlmyhHHQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriflao/v24/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKnvKpkg.ttf"
    },
    {
      "family": "Noto Serif Makasar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "makasar"
      ],
      "version": "v1",
      "lastModified": "2023-06-30",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9S7j4HTVSmevw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmakasar/v1/memjYbqtyH-NiZpFH_9zcvB_PqkfY9SLjovX.ttf"
    },
    {
      "family": "Noto Serif Malayalam",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "malayalam"
      ],
      "version": "v28",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnVwHpQVySg.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnVwHpQVySg.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnVwHpQVySg.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnVwHpQVySg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnVwHpQVySg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnVwHpQVySg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnVwHpQVySg.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnVwHpQVySg.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnVwHpQVySg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmalayalam/v28/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xvnFYD.ttf"
    },
    {
      "family": "Noto Serif Myanmar",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "myanmar"
      ],
      "version": "v13",
      "lastModified": "2022-09-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDsU9X6RPzQ.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMefv2TeXJng.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMefv2TeXJng.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pBrocdDqRA.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMefv2TeXJng.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMefv2TeXJng.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMefv2TeXJng.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMefv2TeXJng.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMefv2TeXJng.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifmyanmar/v13/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jnFpRDs.ttf"
    },
    {
      "family": "Noto Serif NP Hmong",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "nyiakeng-puachue-hmong"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhFLp3u0rVO-d.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbj9hFLp3u0rVO-d.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgRg1Lp3u0rVO-d.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbgog1Lp3u0rVO-d.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifnphmong/v1/pONN1gItFMO79E4L1GPUi-2sixKHZyFj9Jy6_KhXPwzdvbjPhGLo1Ok.ttf"
    },
    {
      "family": "Noto Serif Old Uyghur",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "old-uyghur"
      ],
      "version": "v3",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwnKumeF2yVgA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifolduyghur/v3/v6-KGZbLJFKIhClqUYqXDiGnrVoFRCW6JdwXK-Oa.ttf"
    },
    {
      "family": "Noto Serif Oriya",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "oriya"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Hy-v039MF1j.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxru_Hy-v039MF1j.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxoC-3y-v039MF1j.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxo7-3y-v039MF1j.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriforiya/v4/MjQQmj56u-r69izk_LDqWN7w0cYByutv9qeWYrvLaxrc_Ey_tUk.ttf"
    },
    {
      "family": "Noto Serif Ottoman Siyaq",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "ottoman-siyaq-numbers"
      ],
      "version": "v2",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoHLJrgA00kAdA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifottomansiyaq/v2/fC1yPZ9IYnzRhTrrc4s8cSvYI0eozzaFOQ01qoH7J7IE.ttf"
    },
    {
      "family": "Noto Serif SC",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf",
        "300": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf",
        "regular": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf",
        "500": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf",
        "600": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf",
        "700": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf",
        "900": "https://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7kqeWbQ.otf"
    },
    {
      "family": "Noto Serif Sinhala",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v26",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMsxaLRn3W-.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MsxaLRn3W-.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MsxaLRn3W-.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MsxaLRn3W-.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MsxaLRn3W-.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMsxaLRn3W-.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMsxaLRn3W-.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMsxaLRn3W-.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMsxaLRn3W-.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifsinhala/v26/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR2Mtz6Y.ttf"
    },
    {
      "family": "Noto Serif TC",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "chinese-traditional",
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf",
        "300": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf",
        "regular": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf",
        "500": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf",
        "600": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf",
        "700": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf",
        "900": "https://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BtnYOSw.otf"
    },
    {
      "family": "Noto Serif Tamil",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v28",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8Pz3v8Etew.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8Pz3v8Etew.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8Pz3v8Etew.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8Pz3v8Etew.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8Pz3v8Etew.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8Pz3v8Etew.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8Pz3v8Etew.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8Pz3v8Etew.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8Pz3v8Etew.ttf",
        "100italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbzncQ9e3wx.ttf",
        "200italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bzncQ9e3wx.ttf",
        "300italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bzncQ9e3wx.ttf",
        "italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bzncQ9e3wx.ttf",
        "500italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bzncQ9e3wx.ttf",
        "600italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbzncQ9e3wx.ttf",
        "700italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbzncQ9e3wx.ttf",
        "800italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbzncQ9e3wx.ttf",
        "900italic": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbzncQ9e3wx.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftamil/v28/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-h8fbz.ttf"
    },
    {
      "family": "Noto Serif Tangut",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tangut"
      ],
      "version": "v16",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41fcvN2KT4.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftangut/v16/xn76YGc72GKoTvER4Gn3b4m9Ern7El40d88.ttf"
    },
    {
      "family": "Noto Serif Telugu",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v26",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwuY2fjgrZYA.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwuY2fjgrZYA.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwuY2fjgrZYA.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwuY2fjgrZYA.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwuY2fjgrZYA.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewuY2fjgrZYA.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewuY2fjgrZYA.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewuY2fjgrZYA.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewuY2fjgrZYA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftelugu/v26/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCAuIeb.ttf"
    },
    {
      "family": "Noto Serif Thai",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai"
      ],
      "version": "v24",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRRCmsdu0Qx.ttf",
        "200": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RRCmsdu0Qx.ttf",
        "300": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RRCmsdu0Qx.ttf",
        "regular": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RRCmsdu0Qx.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RRCmsdu0Qx.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORRCmsdu0Qx.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORRCmsdu0Qx.ttf",
        "800": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORRCmsdu0Qx.ttf",
        "900": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORRCmsdu0Qx.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifthai/v24/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF9RQAG8.ttf"
    },
    {
      "family": "Noto Serif Tibetan",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tibetan"
      ],
      "version": "v22",
      "lastModified": "2023-03-09",
      "files": {
        "100": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPS7rdSy_32c.ttf",
        "200": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPS7rdSy_32c.ttf",
        "300": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPS7rdSy_32c.ttf",
        "regular": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPS7rdSy_32c.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPS7rdSy_32c.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPS7rdSy_32c.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPS7rdSy_32c.ttf",
        "800": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPS7rdSy_32c.ttf",
        "900": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPS7rdSy_32c.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftibetan/v22/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcDS_hcQ.ttf"
    },
    {
      "family": "Noto Serif Toto",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "toto"
      ],
      "version": "v4",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Il-aj55vdNug.ttf",
        "500": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCx_Il-aj55vdNug.ttf",
        "600": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC_PPl-aj55vdNug.ttf",
        "700": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhC8rPl-aj55vdNug.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoseriftoto/v4/Ktk6ALSMeZjqPnXk1rCkHYHNtwvtHItpjRP74dHhCy3Ip-ep4w.ttf"
    },
    {
      "family": "Noto Serif Vithkuqi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vithkuqi"
      ],
      "version": "v1",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdW2Cqy9A4teH.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRW-dW2Cqy9A4teH.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVScm2Cqy9A4teH.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRVrcm2Cqy9A4teH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifvithkuqi/v1/YA94r1OY7FjTf5szakutkndpw9HH-4a4z9pklvg1IQSNcRWMdV2DoSs.ttf"
    },
    {
      "family": "Noto Serif Yezidi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yezidi"
      ],
      "version": "v21",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkrlGJgmVCqg.ttf",
        "500": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkrlGJgmVCqg.ttf",
        "600": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkrlGJgmVCqg.ttf",
        "700": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkrlGJgmVCqg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/notoserifyezidi/v21/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEUr1uN.ttf"
    },
    {
      "family": "Noto Traditional Nushu",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "nushu"
      ],
      "version": "v17",
      "lastModified": "2023-05-23",
      "files": {
        "300": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXvy1tnPa7QoqirI.ttf",
        "regular": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1tnPa7QoqirI.ttf",
        "500": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXue1tnPa7QoqirI.ttf",
        "600": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXty0dnPa7QoqirI.ttf",
        "700": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXtL0dnPa7QoqirI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nototraditionalnushu/v17/SZcV3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67PUZX6ADm6oa8IXus1unOYbA.ttf"
    },
    {
      "family": "Nova Cut",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkVxOIzc.ttf"
    },
    {
      "family": "Nova Flat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVeb0uCFg.ttf"
    },
    {
      "family": "Nova Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "greek",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKvYWZc.ttf"
    },
    {
      "family": "Nova Oval",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswyMIWl.ttf"
    },
    {
      "family": "Nova Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTUYbUfQ.ttf"
    },
    {
      "family": "Nova Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvlQMGFk.ttf"
    },
    {
      "family": "Nova Slim",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcnOycmM.ttf"
    },
    {
      "family": "Nova Square",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/novasquare/v24/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/novasquare/v24/RrQUbo9-9DV7b06QHgSWsahBT4c.ttf"
    },
    {
      "family": "Numans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH84YBIk.ttf"
    },
    {
      "family": "Nunito",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM9jo7eTWk.ttf",
        "300": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM9jo7eTWk.ttf",
        "regular": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf",
        "500": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM9jo7eTWk.ttf",
        "600": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM9jo7eTWk.ttf",
        "700": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM9jo7eTWk.ttf",
        "800": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM9jo7eTWk.ttf",
        "900": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM9jo7eTWk.ttf",
        "200italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3iqzbXWnoeg.ttf",
        "300italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3iqzbXWnoeg.ttf",
        "italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3iqzbXWnoeg.ttf",
        "500italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3iqzbXWnoeg.ttf",
        "600italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3iqzbXWnoeg.ttf",
        "700italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3iqzbXWnoeg.ttf",
        "800italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3iqzbXWnoeg.ttf",
        "900italic": "https://fonts.gstatic.com/s/nunito/v26/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3iqzbXWnoeg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTI3ig.ttf"
    },
    {
      "family": "Nunito Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVilntF8kA_Ykqw.ttf",
        "300": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GiClntF8kA_Ykqw.ttf",
        "regular": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntF8kA_Ykqw.ttf",
        "500": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G5ClntF8kA_Ykqw.ttf",
        "600": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5ntF8kA_Ykqw.ttf",
        "700": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntF8kA_Ykqw.ttf",
        "800": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5ntF8kA_Ykqw.ttf",
        "900": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4Gfy5ntF8kA_Ykqw.ttf",
        "200italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP91UgIfM0qxVd.ttf",
        "300italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmrR91UgIfM0qxVd.ttf",
        "italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91UgIfM0qxVd.ttf",
        "500italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmq991UgIfM0qxVd.ttf",
        "600italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpR8FUgIfM0qxVd.ttf",
        "700italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmpo8FUgIfM0qxVd.ttf",
        "800italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmoP8FUgIfM0qxVd.ttf",
        "900italic": "https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmom8FUgIfM0qxVd.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXtVUg.ttf"
    },
    {
      "family": "Nuosu SIL",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "yi"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/nuosusil/v10/8vIK7wM3wmRn_kc4uAjeFGxbO_zo-w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/nuosusil/v10/8vIK7wM3wmRn_kc4uAjuFWZf.ttf"
    },
    {
      "family": "Odibee Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/odibeesans/v18/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/odibeesans/v18/neIPzCSooYAho6WvjeToRbkzcJU.ttf"
    },
    {
      "family": "Odor Mean Chey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4lrZ0T4.ttf"
    },
    {
      "family": "Offside",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/offside/v24/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/offside/v24/HI_KiYMWKa9QrAykc5DoQg.ttf"
    },
    {
      "family": "Oi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "tamil",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oi/v19/w8gXH2EuRqtaut6yjBOG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oi/v19/w8gXH2EuRptbsNo.ttf"
    },
    {
      "family": "Ojuju",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v1",
      "lastModified": "2024-02-29",
      "files": {
        "200": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_ypk552FRLYeruQ.ttf",
        "300": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_FJk552FRLYeruQ.ttf",
        "regular": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_Spk552FRLYeruQ.ttf",
        "500": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_eJk552FRLYeruQ.ttf",
        "600": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_lJ4552FRLYeruQ.ttf",
        "700": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_rZ4552FRLYeruQ.ttf",
        "800": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_yp4552FRLYeruQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ojuju/v1/7r3bqXF7v9ApbrMih3jYQBVm9-n_SpkJ5mtV.ttf"
    },
    {
      "family": "Old Standard TT",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf",
        "italic": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf",
        "700": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oldstandardtt/v20/MwQubh3o1vLImiwAVvYawgcf2eVerFq9.ttf"
    },
    {
      "family": "Oldenburg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oldenburg/v22/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oldenburg/v22/fC1jPY5JYWzbywv7c4VKUESs.ttf"
    },
    {
      "family": "Ole",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rdM9PY-.ttf"
    },
    {
      "family": "Oleo Script",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf",
        "700": "https://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccChbu0o.ttf"
    },
    {
      "family": "Oleo Script Swash Caps",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-05-10",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf",
        "700": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HAXukTQ.ttf"
    },
    {
      "family": "Onest",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-11-28",
      "files": {
        "100": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R6ZshFMQWXgSQ.ttf",
        "200": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdR-ZshFMQWXgSQ.ttf",
        "300": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhqx-ZshFMQWXgSQ.ttf",
        "regular": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-ZshFMQWXgSQ.ttf",
        "500": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhxx-ZshFMQWXgSQ.ttf",
        "600": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhKxiZshFMQWXgSQ.ttf",
        "700": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhEhiZshFMQWXgSQ.ttf",
        "800": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhdRiZshFMQWXgSQ.ttf",
        "900": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPhXBiZshFMQWXgSQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/onest/v6/gNMZW3F-SZuj7zOT0IfSjTS16cPh9R-psxtI.ttf"
    },
    {
      "family": "Oooh Baby",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ooohbaby/v4/2sDcZGJWgJTT2Jf76xQzbmW8.ttf"
    },
    {
      "family": "Open Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v40",
      "lastModified": "2023-12-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4nY1M2xLER.ttf",
        "regular": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf",
        "500": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4nY1M2xLER.ttf",
        "600": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4nY1M2xLER.ttf",
        "700": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4nY1M2xLER.ttf",
        "800": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4nY1M2xLER.ttf",
        "300italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVcUwaERZjA.ttf",
        "italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVcUwaERZjA.ttf",
        "500italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVcUwaERZjA.ttf",
        "600italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVcUwaERZjA.ttf",
        "700italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVcUwaERZjA.ttf",
        "800italic": "https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVcUwaERZjA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4maVc.ttf"
    },
    {
      "family": "Oranienbaum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-0zm5Eg.ttf"
    },
    {
      "family": "Orbit",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2mjEeqciRwRm.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orbit/v1/_LOCmz7I-uHd2ljFcKM.ttf"
    },
    {
      "family": "Orbitron",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf",
        "500": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf",
        "600": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf",
        "700": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf",
        "800": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf",
        "900": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orbitron/v31/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6Bp2g2.ttf"
    },
    {
      "family": "Oregano",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oregano/v15/If2IXTPxciS3H4S2kZffPznO3yM.ttf",
        "italic": "https://fonts.gstatic.com/s/oregano/v15/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oregano/v15/If2IXTPxciS3H4S2oZbVOw.ttf"
    },
    {
      "family": "Orelega One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orelegaone/v12/3qTpojOggD2XtAdFb-QXZGt61EcYaQ7F.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orelegaone/v12/3qTpojOggD2XtAdFb-QXZFt73kM.ttf"
    },
    {
      "family": "Orienta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-03-21",
      "files": {
        "regular": "https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/orienta/v15/PlI9FlK4Jrl5Y9zNSyai8A.ttf"
    },
    {
      "family": "Original Surfer",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/originalsurfer/v22/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/originalsurfer/v22/RWmQoKGZ9vIirYntXJ3_MbekzNMSDUFr.ttf"
    },
    {
      "family": "Oswald",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v53",
      "lastModified": "2023-08-17",
      "files": {
        "200": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf",
        "300": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf",
        "regular": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf",
        "500": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf",
        "600": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf",
        "700": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUBiYA.ttf"
    },
    {
      "family": "Outfit",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-04-27",
      "files": {
        "100": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4G-EiAou6Y.ttf",
        "200": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4G-EiAou6Y.ttf",
        "300": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf",
        "regular": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf",
        "500": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf",
        "600": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4G-EiAou6Y.ttf",
        "700": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4G-EiAou6Y.ttf",
        "800": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4G-EiAou6Y.ttf",
        "900": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4G-EiAou6Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1O4C0Fg.ttf"
    },
    {
      "family": "Over the Rainbow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overtherainbow/v20/11haGoXG1k_HKhMLUWz7Mc7vvW5ulvKs8A.ttf"
    },
    {
      "family": "Overlock",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overlock/v17/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf",
        "italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf",
        "700": "https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf",
        "700italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf",
        "900": "https://fonts.gstatic.com/s/overlock/v17/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf",
        "900italic": "https://fonts.gstatic.com/s/overlock/v17/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overlock/v17/Z9XVDmdMWRiN1_T9Z7Tf6Ok.ttf"
    },
    {
      "family": "Overlock SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/overlocksc/v23/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overlocksc/v23/1cX3aUHKGZrstGAY8nwVzEGBocA.ttf"
    },
    {
      "family": "Overpass",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrOZCLtce-og.ttf",
        "200": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrOZCLtce-og.ttf",
        "300": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrOZCLtce-og.ttf",
        "regular": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf",
        "500": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrOZCLtce-og.ttf",
        "600": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrOZCLtce-og.ttf",
        "700": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrOZCLtce-og.ttf",
        "800": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrOZCLtce-og.ttf",
        "900": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrOZCLtce-og.ttf",
        "100italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qPl8Kuosgz.ttf",
        "200italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqPl8Kuosgz.ttf",
        "300italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqPl8Kuosgz.ttf",
        "italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqPl8Kuosgz.ttf",
        "500italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqPl8Kuosgz.ttf",
        "600italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqPl8Kuosgz.ttf",
        "700italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqPl8Kuosgz.ttf",
        "800italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqPl8Kuosgz.ttf",
        "900italic": "https://fonts.gstatic.com/s/overpass/v13/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqPl8Kuosgz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overpass/v13/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPbOJqP.ttf"
    },
    {
      "family": "Overpass Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokzzXur-SmIr.ttf",
        "regular": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf",
        "500": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokzzXur-SmIr.ttf",
        "600": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUzzXur-SmIr.ttf",
        "700": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUzzXur-SmIr.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/overpassmono/v16/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUonzyVO4.ttf"
    },
    {
      "family": "Ovo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ovo/v17/yYLl0h7Wyfzjy4Q5_3WVxA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ovo/v17/yYLl0h7WyfzTyo49.ttf"
    },
    {
      "family": "Oxanium",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniMBXQ7d67x.ttf",
        "300": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniMBXQ7d67x.ttf",
        "regular": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniMBXQ7d67x.ttf",
        "500": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniMBXQ7d67x.ttf",
        "600": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiMBXQ7d67x.ttf",
        "700": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiMBXQ7d67x.ttf",
        "800": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiMBXQ7d67x.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxanium/v19/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfkiND3A.ttf"
    },
    {
      "family": "Oxygen",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf",
        "regular": "https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf",
        "700": "https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKiE0j.ttf"
    },
    {
      "family": "Oxygen Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/oxygenmono/v14/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/oxygenmono/v14/h0GsssGg9FxgDgCjLeAd7hjex-s.ttf"
    },
    {
      "family": "PT Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9AnCkzNg.ttf"
    },
    {
      "family": "PT Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0WOxOGMMDQ.ttf",
        "italic": "https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf",
        "700": "https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf",
        "700italic": "https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0SEwA.ttf"
    },
    {
      "family": "PT Sans Caption",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf",
        "700": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsanscaption/v19/0FlMVP6Hrxmt7-fsUFhlFXNIlpcafA_0.ttf"
    },
    {
      "family": "PT Sans Narrow",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf",
        "700": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptsansnarrow/v18/BngRUXNadjH0qYEzV7ab-oWlsbCAwRg.ttf"
    },
    {
      "family": "PT Serif",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf",
        "italic": "https://fonts.gstatic.com/s/ptserif/v18/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf",
        "700": "https://fonts.gstatic.com/s/ptserif/v18/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf",
        "700italic": "https://fonts.gstatic.com/s/ptserif/v18/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvAFQzro.ttf"
    },
    {
      "family": "PT Serif Caption",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf",
        "italic": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU019S7CA.ttf"
    },
    {
      "family": "Pacifico",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ-6B6Mw.ttf"
    },
    {
      "family": "Padauk",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "myanmar"
      ],
      "version": "v16",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbBa0_g3LlYbg.ttf",
        "700": "https://fonts.gstatic.com/s/padauk/v16/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/padauk/v16/RrQRboJg-id7OnbxakXk.ttf"
    },
    {
      "family": "Padyakke Expanded One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/padyakkeexpandedone/v6/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAYOKRkpDjeoQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/padyakkeexpandedone/v6/K2FvfY9El_tbR0JfHb6WWvrBaU6XAUvC4IAoOa5g.ttf"
    },
    {
      "family": "Palanquin",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/palanquin/v13/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf",
        "200": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf",
        "300": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf",
        "regular": "https://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf",
        "500": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf",
        "600": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf",
        "700": "https://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwcd1tI.ttf"
    },
    {
      "family": "Palanquin Dark",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/palanquindark/v14/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf",
        "500": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf",
        "600": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf",
        "700": "https://fonts.gstatic.com/s/palanquindark/v14/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palanquindark/v14/xn75YHgl1nqmANMB-26xC7yuF86PRk4.ttf"
    },
    {
      "family": "Palette Mosaic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/palettemosaic/v10/AMOIz4aBvWuBFe3TohdW6YZ9MFiy4dxL4jSr.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/palettemosaic/v10/AMOIz4aBvWuBFe3TohdW6YZ9MGiz69g.ttf"
    },
    {
      "family": "Pangolin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfL79k.ttf"
    },
    {
      "family": "Paprika",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfuIgOq7jkAOw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfiIkErw.ttf"
    },
    {
      "family": "Parisienne",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpQy5wCg.ttf"
    },
    {
      "family": "Passero One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passeroone/v26/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passeroone/v26/JTUTjIko8DOq5FeaeEAjgH5A7g4.ttf"
    },
    {
      "family": "Passion One",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passionone/v18/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf",
        "700": "https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf",
        "900": "https://fonts.gstatic.com/s/passionone/v18/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passionone/v18/PbynFmL8HhTPqbjUzux3JEuX9l4.ttf"
    },
    {
      "family": "Passions Conflict",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/passionsconflict/v7/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/passionsconflict/v7/kmKnZrcrFhfafnWX9x0GuEC-zowow6NfaxY.ttf"
    },
    {
      "family": "Pathway Extreme",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-04-20",
      "files": {
        "100": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2Nx1Kyw3igP5eg.ttf",
        "200": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWN11Kyw3igP5eg.ttf",
        "300": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakht11Kyw3igP5eg.ttf",
        "regular": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N11Kyw3igP5eg.ttf",
        "500": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak6t11Kyw3igP5eg.ttf",
        "600": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakBtp1Kyw3igP5eg.ttf",
        "700": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakP9p1Kyw3igP5eg.ttf",
        "800": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakWNp1Kyw3igP5eg.ttf",
        "900": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xakcdp1Kyw3igP5eg.ttf",
        "100italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daSYzqAbpepnF.ttf",
        "200italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4daCYzqAbpepnF.ttf",
        "300italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ7DaCYzqAbpepnF.ttf",
        "italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6daCYzqAbpepnF.ttf",
        "500italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ6vaCYzqAbpepnF.ttf",
        "600italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ5DbyYzqAbpepnF.ttf",
        "700italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ56byYzqAbpepnF.ttf",
        "800italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ4dbyYzqAbpepnF.ttf",
        "900italic": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI4zCC3pJ0rsaH2_sD-QttXPfDlq0kVrdFsAHYoa7O3LCjRa7zISmmvKDxFz3m_CdF3-dIqTRGxEJ40byYzqAbpepnF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pathwayextreme/v3/neI6zCC3pJ0rsaH2_sD-QttXPfDPonvkQ-pxx5gufvP2VmLjiFyxGf8BLymNjYv2Oy6vkLmw4xak2N1FKiYz.ttf"
    },
    {
      "family": "Pathway Gothic One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pathwaygothicone/v15/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-tTVZa.ttf"
    },
    {
      "family": "Patrick Hand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patrickhand/v23/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patrickhand/v23/LDI1apSQOAYtSuYWp8ZhfYe8WMLO.ttf"
    },
    {
      "family": "Patrick Hand SC",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patrickhandsc/v15/0nkwC9f7MfsBiWcLtY65AWDK873liCK-.ttf"
    },
    {
      "family": "Pattaya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pattaya/v16/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pattaya/v16/ea8ZadcqV_zkHY-XBdGt8w.ttf"
    },
    {
      "family": "Patua One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/patuaone/v20/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/patuaone/v20/ZXuke1cDvLCKLDcimxB45flr.ttf"
    },
    {
      "family": "Pavanam",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPPOpa8Q.ttf"
    },
    {
      "family": "Paytone One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/paytoneone/v23/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/paytoneone/v23/0nksC9P7MfYHj2oFtYm2ChTrgP4.ttf"
    },
    {
      "family": "Peddana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWthyQAQ.ttf"
    },
    {
      "family": "Peralta",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/peralta/v19/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/peralta/v19/hYkJPu0-RP_9d3kRKxErqg.ttf"
    },
    {
      "family": "Permanent Marker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004LauCeg.ttf"
    },
    {
      "family": "Petemoss",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/petemoss/v7/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petemoss/v7/A2BZn5tA2xgtGWHZgykfuqI.ttf"
    },
    {
      "family": "Petit Formal Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/petitformalscript/v17/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petitformalscript/v17/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qkHjgOw.ttf"
    },
    {
      "family": "Petrona",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v32",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf",
        "200": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf",
        "300": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf",
        "regular": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf",
        "500": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf",
        "600": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf",
        "700": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf",
        "800": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf",
        "900": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf",
        "100italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf",
        "200italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf",
        "300italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf",
        "italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf",
        "500italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf",
        "600italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf",
        "700italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf",
        "800italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf",
        "900italic": "https://fonts.gstatic.com/s/petrona/v32/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/petrona/v32/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsTRAFYo.ttf"
    },
    {
      "family": "Philosopher",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf",
        "italic": "https://fonts.gstatic.com/s/philosopher/v19/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf",
        "700": "https://fonts.gstatic.com/s/philosopher/v19/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf",
        "700italic": "https://fonts.gstatic.com/s/philosopher/v19/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBoT0g.ttf"
    },
    {
      "family": "Phudu",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkK62zUSwWuz38Tgg.ttf",
        "regular": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzUSwWuz38Tgg.ttf",
        "500": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKh2zUSwWuz38Tgg.ttf",
        "600": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKa2vUSwWuz38Tgg.ttf",
        "700": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKUmvUSwWuz38Tgg.ttf",
        "800": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKNWvUSwWuz38Tgg.ttf",
        "900": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKHGvUSwWuz38Tgg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/phudu/v4/0FlJVPSHk0ya-7OUeO_U-Lwm7PkKtWzkSg-q.ttf"
    },
    {
      "family": "Piazzolla",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v35",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3Ly1AHfAAy5.ttf",
        "200": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnLy1AHfAAy5.ttf",
        "300": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnLy1AHfAAy5.ttf",
        "regular": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf",
        "500": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnLy1AHfAAy5.ttf",
        "600": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXLy1AHfAAy5.ttf",
        "700": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXLy1AHfAAy5.ttf",
        "800": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXLy1AHfAAy5.ttf",
        "900": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXLy1AHfAAy5.ttf",
        "100italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gX9BRy5m5M.ttf",
        "200italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gX9BRy5m5M.ttf",
        "300italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gX9BRy5m5M.ttf",
        "italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gX9BRy5m5M.ttf",
        "500italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gX9BRy5m5M.ttf",
        "600italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gX9BRy5m5M.ttf",
        "700italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gX9BRy5m5M.ttf",
        "800italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gX9BRy5m5M.ttf",
        "900italic": "https://fonts.gstatic.com/s/piazzolla/v35/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gX9BRy5m5M.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/piazzolla/v35/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxkLz3gU.ttf"
    },
    {
      "family": "Piedra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/piedra/v25/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/piedra/v25/ke8kOg8aN0Bn7hTenUaD.ttf"
    },
    {
      "family": "Pinyon Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pinyonscript/v21/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pinyonscript/v21/6xKpdSJbL9-e9LuoeQiDRQR8WOPaPw.ttf"
    },
    {
      "family": "Pirata One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtofhimOqw.ttf"
    },
    {
      "family": "Pixelify Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0H1Yb5JagkmX.ttf",
        "500": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTb0H1Yb5JagkmX.ttf",
        "600": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQ3131Yb5JagkmX.ttf",
        "700": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TQO131Yb5JagkmX.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pixelifysans/v1/CHy2V-3HFUT7aC4iv1TxGDR9DHEserHN25py2TTp0E1ZZZY.ttf"
    },
    {
      "family": "Plaster",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ii9DPg.ttf"
    },
    {
      "family": "Play",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/play/v19/6aez4K2oVqwIjtI8Hp8Tx3A.ttf",
        "700": "https://fonts.gstatic.com/s/play/v19/6ae84K2oVqwItm4TOpc423nTJTM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/play/v19/6aez4K2oVqwIvtM2Gg.ttf"
    },
    {
      "family": "Playball",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playball/v20/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playball/v20/TK3gWksYAxQ7jbsKcg8Cne8.ttf"
    },
    {
      "family": "Playfair",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-06-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPlKetgdoSMw5ifm.ttf",
        "regular": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUetgdoSMw5ifm.ttf",
        "500": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkmetgdoSMw5ifm.ttf",
        "600": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnKfdgdoSMw5ifm.ttf",
        "700": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPnzfdgdoSMw5ifm.ttf",
        "800": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPmUfdgdoSMw5ifm.ttf",
        "900": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPm9fdgdoSMw5ifm.ttf",
        "300italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOW5eqycS4zfmNrE.ttf",
        "italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOTBeqycS4zfmNrE.ttf",
        "500italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOQJeqycS4zfmNrE.ttf",
        "600italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOe5ZqycS4zfmNrE.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOddZqycS4zfmNrE.ttf",
        "800italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcObBZqycS4zfmNrE.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfair/v2/0nkSC9D7PO4KhmUJ59baVQ_iWhg0cgSrLQZDFpFUsLCFf_1ubkfQeG9KkBAQcOsAs-zcOZlZqycS4zfmNrE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfair/v2/0nkQC9D7PO4KhmUJ5_zTZ_4MYQXznAK-TUcZXKO3UMnW6VNpe4-SiiZ4b8h5G3GutPkUeugcqyc.ttf"
    },
    {
      "family": "Playfair Display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v37",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf",
        "500": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf",
        "600": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf",
        "700": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf",
        "800": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf",
        "900": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf",
        "italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf",
        "500italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf",
        "600italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf",
        "800italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDRbtY.ttf"
    },
    {
      "family": "Playfair Display SC",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf",
        "italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf",
        "700": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf",
        "700italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf",
        "900": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf",
        "900italic": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playfairdisplaysc/v17/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lb8MFQ.ttf"
    },
    {
      "family": "Playpen Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "emoji",
        "latin",
        "latin-ext",
        "math",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-12-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRgunQ9Ffmme0w.ttf",
        "200": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRhunQ9Ffmme0w.ttf",
        "300": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IqphunQ9Ffmme0w.ttf",
        "regular": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhunQ9Ffmme0w.ttf",
        "500": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IsZhunQ9Ffmme0w.ttf",
        "600": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IipmunQ9Ffmme0w.ttf",
        "700": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IhNmunQ9Ffmme0w.ttf",
        "800": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4InRmunQ9Ffmme0w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/playpensans/v6/dg43_pj1p6gXP0gzAZgm4c8XQArSU7ACQSn4IvRhinU3EQ.ttf"
    },
    {
      "family": "Plus Jakarta Sans",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-06-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NShXUEKi4Rw.ttf",
        "300": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NShXUEKi4Rw.ttf",
        "regular": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf",
        "500": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf",
        "600": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNShXUEKi4Rw.ttf",
        "700": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf",
        "800": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNShXUEKi4Rw.ttf",
        "200italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_QMq2oR82k.ttf",
        "300italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_QMq2oR82k.ttf",
        "italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_QMq2oR82k.ttf",
        "500italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_QMq2oR82k.ttf",
        "600italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_QMq2oR82k.ttf",
        "700italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_QMq2oR82k.ttf",
        "800italic": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_QMq2oR82k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU79Sx_Q.ttf"
    },
    {
      "family": "Podkova",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf",
        "500": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf",
        "600": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf",
        "700": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf",
        "800": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/podkova/v31/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzfU5GI4.ttf"
    },
    {
      "family": "Poiret One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poiretone/v16/UqyVK80NJXN4zfRgbdfbo5hcUg.ttf"
    },
    {
      "family": "Poller One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pollerone/v23/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pollerone/v23/ahccv82n0TN3gia5E4BuR-hRhQ.ttf"
    },
    {
      "family": "Poltawski Nowy",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWnDS6V5CzCoQ.ttf",
        "500": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KmiWnDS6V5CzCoQ.ttf",
        "600": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KdiKnDS6V5CzCoQ.ttf",
        "700": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KTyKnDS6V5CzCoQ.ttf",
        "italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZPTiSRxinSoROp.ttf",
        "500italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGZ9TiSRxinSoROp.ttf",
        "600italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaRSSSRxinSoROp.ttf",
        "700italic": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUuRq6ww480U1xsUpFXD-iDBPNbMh08QUl99KgfYGaoSSSRxinSoROp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poltawskinowy/v2/flUsRq6ww480U1xsUpFXD-iDBNlSAOLkKCLnWq8KqCWXDCSR.ttf"
    },
    {
      "family": "Poly",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitRLCAq2Lpris.ttf",
        "italic": "https://fonts.gstatic.com/s/poly/v16/MQpV-W6wKNitdLKKr0DsviuGWA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitdLGKrw.ttf"
    },
    {
      "family": "Pompiere",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pompiere/v19/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pompiere/v19/VEMyRoxis5Dwuyeov5Ws7DQ.ttf"
    },
    {
      "family": "Pontano Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-09-27",
      "files": {
        "300": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOSzMncaMp9gzWsE.ttf",
        "regular": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMncaMp9gzWsE.ttf",
        "500": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOUDMncaMp9gzWsE.ttf",
        "600": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOazLncaMp9gzWsE.ttf",
        "700": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOZXLncaMp9gzWsE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pontanosans/v17/qFdW35GdgYR8EzR6oBLDHa3wyRf8W8eBM6XLOXLMrceGow.ttf"
    },
    {
      "family": "Poor Story",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd0OitKA.ttf"
    },
    {
      "family": "Poppins",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf",
        "200": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf",
        "200italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf",
        "300": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf",
        "300italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf",
        "regular": "https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf",
        "italic": "https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf",
        "500": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf",
        "500italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf",
        "600": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf",
        "600italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf",
        "700": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf",
        "700italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf",
        "800": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf",
        "800italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf",
        "900": "https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf",
        "900italic": "https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJHedw.ttf"
    },
    {
      "family": "Port Lligat Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/portlligatsans/v22/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/portlligatsans/v22/kmKmZrYrGBbdN1aV7Vokow6Lw4s4p7J-Sw.ttf"
    },
    {
      "family": "Port Lligat Slab",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/portlligatslab/v25/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/portlligatslab/v25/LDIpaoiQNgArA8kR7ulhZ8P_NYOsg7sR8w.ttf"
    },
    {
      "family": "Potta One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-Yfxg3JRj.ttf"
    },
    {
      "family": "Pragati Narrow",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf",
        "700": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD27-wNc.ttf"
    },
    {
      "family": "Praise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/praise/v7/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/praise/v7/qkBUXvUZ-cnFXcFCD_m-.ttf"
    },
    {
      "family": "Prata",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prata/v20/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prata/v20/6xKhdSpbNNCT-sWJCms.ttf"
    },
    {
      "family": "Preahvihear",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/preahvihear/v29/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/preahvihear/v29/6NUS8F-dNQeEYhzj7uluxvwF6dU.ttf"
    },
    {
      "family": "Press Start 2P",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nTivY.ttf"
    },
    {
      "family": "Pridi",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf",
        "300": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf",
        "regular": "https://fonts.gstatic.com/s/pridi/v13/2sDQZG5JnZLfkfWao2krbl29.ttf",
        "500": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf",
        "600": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf",
        "700": "https://fonts.gstatic.com/s/pridi/v13/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/pridi/v13/2sDQZG5JnZLfkcWbqW0.ttf"
    },
    {
      "family": "Princess Sofia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/princesssofia/v25/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/princesssofia/v25/qWczB6yguIb8DZ_GXZst16n7GSz6kjE.ttf"
    },
    {
      "family": "Prociono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prociono/v26/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prociono/v26/r05YGLlR-KxAf9GGO_uowjI.ttf"
    },
    {
      "family": "Prompt",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf",
        "100italic": "https://fonts.gstatic.com/s/prompt/v10/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf",
        "200": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf",
        "200italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf",
        "300": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf",
        "300italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf",
        "regular": "https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf",
        "italic": "https://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf",
        "500": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf",
        "500italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf",
        "600": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf",
        "600italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf",
        "700": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf",
        "700italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf",
        "800": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf",
        "800italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf",
        "900": "https://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf",
        "900italic": "https://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB2KZtoY.ttf"
    },
    {
      "family": "Prosto One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prostoone/v19/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prostoone/v19/OpNJno4VhNfK-RgpwWWxlitVXg.ttf"
    },
    {
      "family": "Protest Guerrilla",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHV0koJ8y_eiS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestguerrilla/v2/Qw3HZR5PDSL6K3irtrY-VJB2YzARHW0lqps.ttf"
    },
    {
      "family": "Protest Revolution",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2s8PIzTG1nQw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestrevolution/v2/11hcGofZ0kXBbxQXFB7MJsjtqnVw6Z2c8fg3.ttf"
    },
    {
      "family": "Protest Riot",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkrM1_JgjmRpOA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/protestriot/v2/d6lPkaOxWMKm7TdezXFmpkr81vhk.ttf"
    },
    {
      "family": "Protest Strike",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlpzW0gZOs7BX.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/proteststrike/v2/0QI5MXdf4Y67Rn6vBog67ZjFlqzX2AI.ttf"
    },
    {
      "family": "Proza Libre",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf",
        "italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf",
        "500": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf",
        "500italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf",
        "600": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf",
        "600italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf",
        "700": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf",
        "700italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf",
        "800": "https://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf",
        "800italic": "https://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyEoudN8.ttf"
    },
    {
      "family": "Public Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf",
        "200": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf",
        "300": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf",
        "regular": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf",
        "500": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf",
        "600": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf",
        "700": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf",
        "800": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf",
        "900": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf",
        "100italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf",
        "200italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf",
        "300italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf",
        "italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf",
        "500italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf",
        "600italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf",
        "700italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf",
        "800italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf",
        "900italic": "https://fonts.gstatic.com/s/publicsans/v15/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/publicsans/v15/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpmJwgct.ttf"
    },
    {
      "family": "Puppies Play",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/puppiesplay/v9/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/puppiesplay/v9/wlp2gwHZEV99rG6M3NR9uB9faQhW.ttf"
    },
    {
      "family": "Puritan",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf",
        "italic": "https://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf",
        "700": "https://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf",
        "700italic": "https://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIoxJv6QQ.ttf"
    },
    {
      "family": "Purple Purse",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/purplepurse/v23/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/purplepurse/v23/qWctB66gv53iAp-Vfs4My6qCeRz7.ttf"
    },
    {
      "family": "Qahiri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qahiri/v9/tsssAp1RZy0C_hGuU3Chrnmupw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qahiri/v9/tsssAp1RZy0C_hGeUnql.ttf"
    },
    {
      "family": "Quando",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quando/v16/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quando/v16/xMQVuFNaVa6YuW0ZCq-3.ttf"
    },
    {
      "family": "Quantico",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf",
        "italic": "https://fonts.gstatic.com/s/quantico/v17/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf",
        "700": "https://fonts.gstatic.com/s/quantico/v17/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf",
        "700italic": "https://fonts.gstatic.com/s/quantico/v17/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quantico/v17/rax-HiSdp9cPL3KIF7xtJDg.ttf"
    },
    {
      "family": "Quattrocento",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quattrocento/v21/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf",
        "700": "https://fonts.gstatic.com/s/quattrocento/v21/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quattrocento/v21/OZpEg_xvsDZQL_LKIF7q4jP3xWj_.ttf"
    },
    {
      "family": "Quattrocento Sans",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf",
        "italic": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf",
        "700": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB0zPt0o.ttf"
    },
    {
      "family": "Questrial",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf70uCFg.ttf"
    },
    {
      "family": "Quicksand",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf",
        "regular": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf",
        "500": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf",
        "600": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf",
        "700": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quicksand/v31/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58C-xw.ttf"
    },
    {
      "family": "Quintessential",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/quintessential/v22/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/quintessential/v22/fdNn9sOGq31Yjnh3qWU14Ddtjb5xQb0.ttf"
    },
    {
      "family": "Qwigley",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qwigley/v18/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qwigley/v18/1cXzaU3UGJb5tGoCiV1mjw.ttf"
    },
    {
      "family": "Qwitcher Grypen",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf",
        "700": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxiZypclp9tDilN9RrC5BSI1dZmT9ExkqkSsrvNXiA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/qwitchergrypen/v6/pxicypclp9tDilN9RrC5BSI1dZmbSWlE.ttf"
    },
    {
      "family": "REM",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2023-07-24",
      "files": {
        "100": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLrrToUbIqIfBU.ttf",
        "200": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELqrToUbIqIfBU.ttf",
        "300": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPJzqrToUbIqIfBU.ttf",
        "regular": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLqrToUbIqIfBU.ttf",
        "500": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPPDqrToUbIqIfBU.ttf",
        "600": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPBztrToUbIqIfBU.ttf",
        "700": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPCXtrToUbIqIfBU.ttf",
        "800": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPELtrToUbIqIfBU.ttf",
        "900": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPGvtrToUbIqIfBU.ttf",
        "100italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXgeaKiNbBVWkw.ttf",
        "200italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxXkeaKiNbBVWkw.ttf",
        "300italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpG3keaKiNbBVWkw.ttf",
        "italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpRXkeaKiNbBVWkw.ttf",
        "500italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpd3keaKiNbBVWkw.ttf",
        "600italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpm34eaKiNbBVWkw.ttf",
        "700italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpon4eaKiNbBVWkw.ttf",
        "800italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqpxX4eaKiNbBVWkw.ttf",
        "900italic": "https://fonts.gstatic.com/s/rem/v2/WnzmHAIoSDytZCogaeLNP7XTKQqp7H4eaKiNbBVWkw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rem/v2/WnzgHAIoSDyHbRjfsYumpRvUPMLqnTseaA.ttf"
    },
    {
      "family": "Racing Sans One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/racingsansone/v15/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/racingsansone/v15/sykr-yRtm7EvTrXNxkv5jfKKyDCALnDi.ttf"
    },
    {
      "family": "Radio Canada",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "canadian-aboriginal",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-05-09",
      "files": {
        "300": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPIJOdSSfOT.ttf",
        "regular": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf",
        "500": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPIJOdSSfOT.ttf",
        "600": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPIJOdSSfOT.ttf",
        "700": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPIJOdSSfOT.ttf",
        "300italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuNwTOOTa9k.ttf",
        "italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuNwTOOTa9k.ttf",
        "500italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuNwTOOTa9k.ttf",
        "600italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuNwTOOTa9k.ttf",
        "700italic": "https://fonts.gstatic.com/s/radiocanada/v21/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuNwTOOTa9k.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/radiocanada/v21/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkTPJLuM.ttf"
    },
    {
      "family": "Radley",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/radley/v22/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf",
        "italic": "https://fonts.gstatic.com/s/radley/v22/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/radley/v22/LYjDdGzinEIjCN1NoQNA.ttf"
    },
    {
      "family": "Rajdhani",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf",
        "regular": "https://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf",
        "500": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf",
        "600": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf",
        "700": "https://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7p4BM-M.ttf"
    },
    {
      "family": "Rakkas",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rakkas/v19/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rakkas/v19/Qw3cZQlNHiblL3jPl9FL.ttf"
    },
    {
      "family": "Raleway",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v29",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf",
        "200": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf",
        "300": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf",
        "regular": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf",
        "500": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf",
        "600": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf",
        "700": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf",
        "800": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf",
        "900": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf",
        "100italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf",
        "200italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf",
        "300italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf",
        "italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf",
        "500italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf",
        "600italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf",
        "700italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf",
        "800italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf",
        "900italic": "https://fonts.gstatic.com/s/raleway/v29/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCOPrQ.ttf"
    },
    {
      "family": "Raleway Dots",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ralewaydots/v16/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ralewaydots/v16/6NUR8FifJg6AfQvzpshgwJ8UyPVB.ttf"
    },
    {
      "family": "Ramabhadra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LShJMWw.ttf"
    },
    {
      "family": "Ramaraja",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CACIloHQ.ttf"
    },
    {
      "family": "Rambla",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0I7IONthkwQ.ttf",
        "italic": "https://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgKFN10wYKa.ttf",
        "700": "https://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mrEIrgK.ttf"
    },
    {
      "family": "Rammetto One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rammettoone/v18/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rammettoone/v18/LhWiMV3HOfMbMetJG3lQDppNM_GY.ttf"
    },
    {
      "family": "Rampart One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rampartone/v9/K2F1fZFGl_JSR1tAWNG9R6qgLS76ZHOM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rampartone/v9/K2F1fZFGl_JSR1tAWNG9R5qhJyo.ttf"
    },
    {
      "family": "Ranchers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ranchers/v17/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ranchers/v17/zrfm0H3Lx-P2Xvs2ArDZBio.ttf"
    },
    {
      "family": "Rancho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rancho/v21/46kulbzmXjLaqZRlbWXgd0RY1g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rancho/v21/46kulbzmXjLaqZRVbG_k.ttf"
    },
    {
      "family": "Ranga",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ranga/v21/C8ct4cYisGb28p6CLDwZwmGE.ttf",
        "700": "https://fonts.gstatic.com/s/ranga/v21/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ranga/v21/C8ct4cYisGb28q6DJjg.ttf"
    },
    {
      "family": "Rasa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW41fcvN2KT4.ttf",
        "regular": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf",
        "500": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW41fcvN2KT4.ttf",
        "600": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm41fcvN2KT4.ttf",
        "700": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm41fcvN2KT4.ttf",
        "300italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8_v3bT4Ycc.ttf",
        "italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8_v3bT4Ycc.ttf",
        "500italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8_v3bT4Ycc.ttf",
        "600italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8_v3bT4Ycc.ttf",
        "700italic": "https://fonts.gstatic.com/s/rasa/v22/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8_v3bT4Ycc.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rasa/v22/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJV40d88.ttf"
    },
    {
      "family": "Rationale",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rationale/v28/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rationale/v28/9XUnlJ92n0_JFxHIfHccd1tI.ttf"
    },
    {
      "family": "Ravi Prakash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAK3mdxA.ttf"
    },
    {
      "family": "Readex Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-04-27",
      "files": {
        "200": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCYUSmgmsglvjkag.ttf",
        "300": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCv0Smgmsglvjkag.ttf",
        "regular": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USmgmsglvjkag.ttf",
        "500": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC00Smgmsglvjkag.ttf",
        "600": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCP0Omgmsglvjkag.ttf",
        "700": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTCBkOmgmsglvjkag.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/readexpro/v21/SLXnc1bJ7HE5YDoGPuzj_dh8uc7wUy8ZQQyX2KY8TL0kGZN6blTC4USWg2Ek.ttf"
    },
    {
      "family": "Recursive",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v38",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf",
        "regular": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf",
        "500": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf",
        "600": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf",
        "700": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf",
        "800": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf",
        "900": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/recursive/v38/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk319tQg.ttf"
    },
    {
      "family": "Red Hat Display",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWckg5-Xecg3w.ttf",
        "regular": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg5-Xecg3w.ttf",
        "500": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg5-Xecg3w.ttf",
        "600": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRckg5-Xecg3w.ttf",
        "700": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg5-Xecg3w.ttf",
        "800": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRckg5-Xecg3w.ttf",
        "900": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRckg5-Xecg3w.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz_VWZk3zJGg.ttf",
        "italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz_VWZk3zJGg.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz_VWZk3zJGg.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz_VWZk3zJGg.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz_VWZk3zJGg.ttf",
        "800italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz_VWZk3zJGg.ttf",
        "900italic": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz_VWZk3zJGg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhatdisplay/v19/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWQkkz_Q.ttf"
    },
    {
      "family": "Red Hat Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7HNuW4QuKI.ttf",
        "regular": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7HNuW4QuKI.ttf",
        "500": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7HNuW4QuKI.ttf",
        "600": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7HNuW4QuKI.ttf",
        "700": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7HNuW4QuKI.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHvUwVqKIJuw.ttf",
        "italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHvUwVqKIJuw.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHvUwVqKIJuw.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHvUwVqKIJuw.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhatmono/v11/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHvUwVqKIJuw.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhatmono/v11/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3Iy7DHvQ.ttf"
    },
    {
      "family": "Red Hat Text",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrbacYVFtIY.ttf",
        "regular": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrbacYVFtIY.ttf",
        "500": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrbacYVFtIY.ttf",
        "600": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrbacYVFtIY.ttf",
        "700": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrbacYVFtIY.ttf",
        "300italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQdadApIYv_g.ttf",
        "italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQdadApIYv_g.ttf",
        "500italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQdadApIYv_g.ttf",
        "600italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQdadApIYv_g.ttf",
        "700italic": "https://fonts.gstatic.com/s/redhattext/v14/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQdadApIYv_g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redhattext/v14/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwZrfQdQ.ttf"
    },
    {
      "family": "Red Rose",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-10-19",
      "files": {
        "300": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf",
        "regular": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf",
        "500": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf",
        "600": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf",
        "700": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redrose/v20/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfszcz6o.ttf"
    },
    {
      "family": "Redacted",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aITe4u2El6GC.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redacted/v8/Z9XVDmdRShme2O_7aLTf6Ok.ttf"
    },
    {
      "family": "Redacted Script",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVmbI397ldkg.ttf",
        "regular": "https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxSsWTxkZkr_g.ttf",
        "700": "https://fonts.gstatic.com/s/redactedscript/v10/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVmbI397ldkg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redactedscript/v10/ypvBbXGRglhokR7dcC3d1-R6zmxisG71.ttf"
    },
    {
      "family": "Redressed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v29",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/redressed/v29/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/redressed/v29/x3dickHUbrmJ7wMy9MsxffoG.ttf"
    },
    {
      "family": "Reem Kufi",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf",
        "500": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf",
        "600": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf",
        "700": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufi/v21/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnIGCV2g.ttf"
    },
    {
      "family": "Reem Kufi Fun",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-03-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf",
        "500": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nCgrvqZzZXq.ttf",
        "600": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XCgrvqZzZXq.ttf",
        "700": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XCgrvqZzZXq.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufifun/v7/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3kChpP4.ttf"
    },
    {
      "family": "Reem Kufi Ink",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reemkufiink/v9/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reemkufiink/v9/oPWJ_kJmmu8hCvB9iFumxZSndj9XRg.ttf"
    },
    {
      "family": "Reenie Beanie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reeniebeanie/v20/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reeniebeanie/v20/z7NSdR76eDkaJKZJFkkjuvWxXPy1rg.ttf"
    },
    {
      "family": "Reggae One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-09-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/reggaeone/v16/7r3DqX5msMIkeuwJwOJt_a5L5uH-mts.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/reggaeone/v16/7r3DqX5msMIkeuwJwOJtza9B4g.ttf"
    },
    {
      "family": "Rethink Sans",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-12-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFRCE7mma-aua4.ttf",
        "500": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqklNRCE7mma-aua4.ttf",
        "600": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45Dmqkr9WCE7mma-aua4.ttf",
        "700": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkoZWCE7mma-aua4.ttf",
        "800": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkuFWCE7mma-aua4.ttf",
        "italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS4A3snY2fqa7iVQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kS0g3snY2fqa7iVQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSPgrsnY2fqa7iVQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSBwrsnY2fqa7iVQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/rethinksans/v3/AMOFz4SDuXOMCPfdoglY9JQEUUK5wyyTfpeth6kSYArsnY2fqa7iVQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rethinksans/v3/AMODz4SDuXOMCPfdoglY9JQuWHBGG0X45DmqkmFROE_snQ.ttf"
    },
    {
      "family": "Revalia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/revalia/v22/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/revalia/v22/WwkexPimBE2-4ZPESVvkMA.ttf"
    },
    {
      "family": "Rhodium Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rhodiumlibre/v19/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rhodiumlibre/v19/1q2AY5adA0tn_ukeHcQHqpx6lEXBfg.ttf"
    },
    {
      "family": "Ribeye",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ribeye/v25/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ribeye/v25/L0x8DFMxk1MP9R3hvfqi.ttf"
    },
    {
      "family": "Ribeye Marrow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ribeyemarrow/v24/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ribeyemarrow/v24/GFDsWApshnqMRO2JdtRZ2d0vIA0ZUQ.ttf"
    },
    {
      "family": "Righteous",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/righteous/v17/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/righteous/v17/1cXxaUPXBpj2rGoU7C9WjnGA.ttf"
    },
    {
      "family": "Risque",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/risque/v22/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/risque/v22/VdGfAZUfHosahXxYCEwR.ttf"
    },
    {
      "family": "Road Rage",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/roadrage/v7/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/roadrage/v7/6NUU8F2fKAOBKjjr4ekftcwE.ttf"
    },
    {
      "family": "Roboto",
      "variants": [
        "100",
        "100italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf",
        "100italic": "https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf",
        "300": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf",
        "300italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf",
        "regular": "https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf",
        "italic": "https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf",
        "500": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf",
        "500italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf",
        "700": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf",
        "700italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf",
        "900": "https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf",
        "900italic": "https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5GxP.ttf"
    },
    {
      "family": "Roboto Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v27",
      "lastModified": "2023-10-19",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyo_BJ731BKMSK.ttf",
        "200": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUyovBJ731BKMSK.ttf",
        "300": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyXsovBJ731BKMSK.ttf",
        "regular": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyovBJ731BKMSK.ttf",
        "500": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAovBJ731BKMSK.ttf",
        "600": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVspfBJ731BKMSK.ttf",
        "700": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpfBJ731BKMSK.ttf",
        "800": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUypfBJ731BKMSK.ttf",
        "900": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyUbpfBJ731BKMSK.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgL5XljLdSK37o.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgK5XljLdSK37o.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64UYK5XljLdSK37o.ttf",
        "italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK5XljLdSK37o.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64SoK5XljLdSK37o.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64cYN5XljLdSK37o.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64f8N5XljLdSK37o.ttf",
        "800italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64ZgN5XljLdSK37o.ttf",
        "900italic": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64bEN5XljLdSK37o.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBI5Xk.ttf"
    },
    {
      "family": "Roboto Flex",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2024-02-29",
      "files": {
        "regular": "https://fonts.gstatic.com/s/robotoflex/v26/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAQbGunCNCKMY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoflex/v26/NaNnepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC1z3QSabshNFVe3e0O5j3ZjrZCu23Qd4G0EBysQNK-QKavMl1cKq3tHXtXi8mzLjaAcbCkmA.ttf"
    },
    {
      "family": "Roboto Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf",
        "200": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf",
        "300": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf",
        "regular": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf",
        "500": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf",
        "600": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf",
        "700": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf",
        "italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotomono/v23/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotomono/v23/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vq_QuW9.ttf"
    },
    {
      "family": "Roboto Serif",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-04-04",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6d2Af5fR4k.ttf",
        "200": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6d2Af5fR4k.ttf",
        "300": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6d2Af5fR4k.ttf",
        "regular": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf",
        "500": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6d2Af5fR4k.ttf",
        "600": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6d2Af5fR4k.ttf",
        "700": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6d2Af5fR4k.ttf",
        "800": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6d2Af5fR4k.ttf",
        "900": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6d2Af5fR4k.ttf",
        "100italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8BdxaV4nUFw.ttf",
        "200italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8BdxaV4nUFw.ttf",
        "300italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8BdxaV4nUFw.ttf",
        "italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8BdxaV4nUFw.ttf",
        "500italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8BdxaV4nUFw.ttf",
        "600italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8BdxaV4nUFw.ttf",
        "700italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8BdxaV4nUFw.ttf",
        "800italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8BdxaV4nUFw.ttf",
        "900italic": "https://fonts.gstatic.com/s/robotoserif/v13/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8BdxaV4nUFw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoserif/v13/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6Z8BQ.ttf"
    },
    {
      "family": "Roboto Slab",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v34",
      "lastModified": "2023-10-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf",
        "200": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf",
        "300": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf",
        "regular": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf",
        "500": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf",
        "600": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf",
        "700": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf",
        "800": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf",
        "900": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmaWRm.ttf"
    },
    {
      "family": "Rochester",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rochester/v22/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rochester/v22/6ae-4KCqVa4Zy6Fif-UC3lHS.ttf"
    },
    {
      "family": "Rock 3D",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rock3d/v10/yYLp0hrL0PCo651513SnwRnQyNI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rock3d/v10/yYLp0hrL0PCo651553WtxQ.ttf"
    },
    {
      "family": "Rock Salt",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rocksalt/v22/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rocksalt/v22/MwQ0bhv11fWD6QsAVOZrsUM_.ttf"
    },
    {
      "family": "RocknRoll One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9guVhs7tfUxc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9suRrtw.ttf"
    },
    {
      "family": "Rokkitt",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v36",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf",
        "200": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf",
        "300": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf",
        "regular": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf",
        "500": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf",
        "600": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf",
        "700": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf",
        "800": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf",
        "900": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf",
        "100italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiJGbqluc6nu9E.ttf",
        "200italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiIGbqluc6nu9E.ttf",
        "300italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NCaIGbqluc6nu9E.ttf",
        "italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NHiIGbqluc6nu9E.ttf",
        "500italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NEqIGbqluc6nu9E.ttf",
        "600italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NKaPGbqluc6nu9E.ttf",
        "700italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NJ-PGbqluc6nu9E.ttf",
        "800italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NPiPGbqluc6nu9E.ttf",
        "900italic": "https://fonts.gstatic.com/s/rokkitt/v36/qFdV35qfgYFjGy5hkEOYeNY-EoKzjE86NNGPGbqluc6nu9E.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rokkitt/v36/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd6DKGbo.ttf"
    },
    {
      "family": "Romanesco",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSX3XYP.ttf"
    },
    {
      "family": "Ropa Sans",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf",
        "italic": "https://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScy6WzNs.ttf"
    },
    {
      "family": "Rosario",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v31",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf",
        "regular": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf",
        "500": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf",
        "600": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf",
        "700": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf",
        "300italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf",
        "italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf",
        "500italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf",
        "600italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf",
        "700italic": "https://fonts.gstatic.com/s/rosario/v31/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rosario/v31/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCVcyfeI.ttf"
    },
    {
      "family": "Rosarivo",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rosarivo/v22/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf",
        "italic": "https://fonts.gstatic.com/s/rosarivo/v22/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rosarivo/v22/PlI-Fl2lO6N9f8HaNDeD0Hw.ttf"
    },
    {
      "family": "Rouge Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rougescript/v18/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rougescript/v18/LYjFdGbiklMoCIQOw1Ep3S4_Vf_f.ttf"
    },
    {
      "family": "Rowdies",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf",
        "regular": "https://fonts.gstatic.com/s/rowdies/v17/ptRJTieMYPNBAK21zrdJwObZNQo.ttf",
        "700": "https://fonts.gstatic.com/s/rowdies/v17/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rowdies/v17/ptRJTieMYPNBAK21_rZDxA.ttf"
    },
    {
      "family": "Rozha One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rozhaone/v15/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rozhaone/v15/AlZy_zVFtYP12Zncg2kRdH38.ttf"
    },
    {
      "family": "Rubik",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "arabic",
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v28",
      "lastModified": "2023-06-30",
      "files": {
        "300": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf",
        "regular": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf",
        "500": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf",
        "600": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf",
        "700": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf",
        "800": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf",
        "900": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf",
        "300italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf",
        "italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf",
        "500italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf",
        "600italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf",
        "700italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf",
        "800italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf",
        "900italic": "https://fonts.gstatic.com/s/rubik/v28/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFUUUw.ttf"
    },
    {
      "family": "Rubik 80s Fade",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUhHwkbL8IHcK.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubik80sfade/v2/U9MF6dW37nLSmnwZXyoV-uPXUiHxm7Y.ttf"
    },
    {
      "family": "Rubik Beastly",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07z8_ApHqqk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X4732-A.ttf"
    },
    {
      "family": "Rubik Broken Fax",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8YW-WdmGi300.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbrokenfax/v1/NGSvv4rXG042O-GzH9sg1cUgl8w8UW6ccg.ttf"
    },
    {
      "family": "Rubik Bubbles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRNTENfDxyRXI.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikbubbles/v3/JIA1UVdwbHFJtwA7Us1BPFbRBTAHeA.ttf"
    },
    {
      "family": "Rubik Burned",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniHQuaCY5ZSg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqnSHAGe.ttf"
    },
    {
      "family": "Rubik Dirt",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdulwm6gDXvwE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdirt/v2/DtVmJxC7WLEj1uIXEWAdil0s7g.ttf"
    },
    {
      "family": "Rubik Distressed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWAhatVBaGM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldQWErbg.ttf"
    },
    {
      "family": "Rubik Doodle Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaLyKuZ3KOY7Gw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdoodleshadow/v1/rP2bp3im_k8G_wTVdvvMdHqmXTR3lEaL-KqT2A.ttf"
    },
    {
      "family": "Rubik Doodle Triangles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzdLi_slZxgWE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikdoodletriangles/v1/esDA301BLOmMKxKspb3g-domRuLPeaSn2bTzRLm1tg.ttf"
    },
    {
      "family": "Rubik Gemstones",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVrOiCnGqi1GMw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikgemstones/v1/zrf90HrL0-_8Xb4DFM2rUkWbOVr-iSPC.ttf"
    },
    {
      "family": "Rubik Glitch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvmC7HONiSFQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZfmSTD.ttf"
    },
    {
      "family": "Rubik Glitch Pop",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MOwStSUrV_BE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikglitchpop/v1/tDbX2pGHhFcM0gB3hN2elZLa3G-MCwWnTQ.ttf"
    },
    {
      "family": "Rubik Iso",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sABfPACvy_1BA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikiso/v2/x3dickHUfr-S4VAI4sAxffoG.ttf"
    },
    {
      "family": "Rubik Lines",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-GSxYPp7oSNy.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubiklines/v1/_gP81R3vsjYzVW2Y6xFF-FSwav4.ttf"
    },
    {
      "family": "Rubik Maps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbejSYUChRqp9k.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmaps/v1/Gw6_wcjl80TZK9XxtbbevSceDg.ttf"
    },
    {
      "family": "Rubik Marker Hatch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQDL4iw0H6zw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHgDbQm.ttf"
    },
    {
      "family": "Rubik Maze",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSAX7inS-bxV4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmaze/v2/xMQRuF9ZVa2ftiJEavXSMX_omQ.ttf"
    },
    {
      "family": "Rubik Microbe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcs8aaKgiauE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZQs4QbA.ttf"
    },
    {
      "family": "Rubik Mono One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmonoone/v18/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmonoone/v18/UqyJK8kPP3hjw6ANTdfRk9YSN98xTKA.ttf"
    },
    {
      "family": "Rubik Moonrocks",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikmoonrocks/v5/845ANMAmAI2VUZMLu_W0M7HqlDHnXcD7JGy1Sw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikmoonrocks/v5/845ANMAmAI2VUZMLu_W0M7HqlDHXXMr_.ttf"
    },
    {
      "family": "Rubik Pixels",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-04-04",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdSaBYRagrQrA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikpixels/v2/SlGXmQOaupkIeSx4CEpB7AdiaRwV.ttf"
    },
    {
      "family": "Rubik Puddles",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfC0wVMT-aE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcFfG-xQ.ttf"
    },
    {
      "family": "Rubik Scribble",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2023-12-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpbqbSjORSo9W.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikscribble/v1/snfzs0Cp48d67SuHQOpjXLsQpYqaQDc.ttf"
    },
    {
      "family": "Rubik Spray Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-Ro-QoaBZQxP.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikspraypaint/v1/WnzhHBAoeBPUDTB4EWR82y6EXWPH-So_SII.ttf"
    },
    {
      "family": "Rubik Storm",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaouL9T2Xh9NQk.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikstorm/v1/eLGYP-_uPgO5Ag7ju9JaotL8RWE.ttf"
    },
    {
      "family": "Rubik Vinyl",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvUXexox2ztOU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikvinyl/v1/iJWABXKIfDnIV4mQ5BfjvXXfzIg.ttf"
    },
    {
      "family": "Rubik Wet Paint",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F-zz313DuvQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-1-jbz.ttf"
    },
    {
      "family": "Ruda",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf",
        "500": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf",
        "600": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf",
        "700": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf",
        "800": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf",
        "900": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruda/v28/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsh__0qw.ttf"
    },
    {
      "family": "Rufina",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKyoxRktOdClg.ttf",
        "700": "https://fonts.gstatic.com/s/rufina/v15/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rufina/v15/Yq6V-LyURyLy-aKCoh5g.ttf"
    },
    {
      "family": "Ruge Boogie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rugeboogie/v28/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rugeboogie/v28/JIA3UVFwbHRF_GIWSMhKNSOjNTE.ttf"
    },
    {
      "family": "Ruluko",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0ZCq-3.ttf"
    },
    {
      "family": "Rum Raisin",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rumraisin/v22/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rumraisin/v22/nwpRtKu3Ih8D5avB4h2uF36Czw.ttf"
    },
    {
      "family": "Ruslan Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v26",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruslandisplay/v26/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruslandisplay/v26/Gw6jwczl81XcIZuckK_e3Upfdwxqn9g.ttf"
    },
    {
      "family": "Russo One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsHOycmM.ttf"
    },
    {
      "family": "Ruthie",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruthie/v26/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruthie/v26/gokvH63sGkdqXuUNlTRz.ttf"
    },
    {
      "family": "Ruwudu",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKfNlQCT9tPdpw.ttf",
        "500": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1YSm3_vjBrlSILg.ttf",
        "600": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1TS63_vjBrlSILg.ttf",
        "700": "https://fonts.gstatic.com/s/ruwudu/v4/sykx-y1tj6UzRKf1KS-3_vjBrlSILg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ruwudu/v4/syky-y1tj6UzRKf9lAqX.ttf"
    },
    {
      "family": "Rye",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/rye/v15/r05XGLJT86YDFpTsXOqx4w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/rye/v15/r05XGLJT86YzF57o.ttf"
    },
    {
      "family": "STIX Two Text",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf",
        "500": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOYWxFMN1WD.ttf",
        "600": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOYWxFMN1WD.ttf",
        "700": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOYWxFMN1WD.ttf",
        "italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURVuMkWDmSo.ttf",
        "500italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURVuMkWDmSo.ttf",
        "600italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURVuMkWDmSo.ttf",
        "700italic": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURVuMkWDmSo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stixtwotext/v12/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2ROZURU.ttf"
    },
    {
      "family": "Sacramento",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sacramento/v15/buEzpo6gcdjy0EiZMBUG4Csf-A.ttf"
    },
    {
      "family": "Sahitya",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf",
        "700": "https://fonts.gstatic.com/s/sahitya/v17/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAWSYPOw.ttf"
    },
    {
      "family": "Sail",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBTDADYAbvw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJJBXJBA.ttf"
    },
    {
      "family": "Saira",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDosg7lwYmUVY.ttf",
        "200": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCosg7lwYmUVY.ttf",
        "300": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCosg7lwYmUVY.ttf",
        "regular": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf",
        "500": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCosg7lwYmUVY.ttf",
        "600": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFosg7lwYmUVY.ttf",
        "700": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fosg7lwYmUVY.ttf",
        "800": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFosg7lwYmUVY.ttf",
        "900": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFosg7lwYmUVY.ttf",
        "100italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxkyQjQVYmxA.ttf",
        "200italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxkyQjQVYmxA.ttf",
        "300italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxkyQjQVYmxA.ttf",
        "italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxkyQjQVYmxA.ttf",
        "500italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxkyQjQVYmxA.ttf",
        "600italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxkyQjQVYmxA.ttf",
        "700italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxkyQjQVYmxA.ttf",
        "800italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxkyQjQVYmxA.ttf",
        "900italic": "https://fonts.gstatic.com/s/saira/v20/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxkyQjQVYmxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/saira/v20/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCkskxkw.ttf"
    },
    {
      "family": "Saira Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf",
        "200": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf",
        "300": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf",
        "regular": "https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf",
        "500": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf",
        "600": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf",
        "700": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf",
        "800": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf",
        "900": "https://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrvpOtA.ttf"
    },
    {
      "family": "Saira Extra Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf",
        "200": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf",
        "300": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf",
        "regular": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf",
        "500": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf",
        "600": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf",
        "700": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf",
        "800": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf",
        "900": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairaextracondensed/v13/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTj7kjx.ttf"
    },
    {
      "family": "Saira Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf",
        "200": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf",
        "300": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf",
        "regular": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf",
        "500": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf",
        "600": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf",
        "700": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf",
        "800": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf",
        "900": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairasemicondensed/v13/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRX8KaOM.ttf"
    },
    {
      "family": "Saira Stencil One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sairastencilone/v16/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sairastencilone/v16/SLXSc03I6HkvZGJ1GvvipLoYSTEL9DsNYQw.ttf"
    },
    {
      "family": "Salsa",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-imY8ncKEZez.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/salsa/v21/gNMKW3FiRpKj-hmZ-HM.ttf"
    },
    {
      "family": "Sanchez",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sanchez/v15/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf",
        "italic": "https://fonts.gstatic.com/s/sanchez/v15/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sanchez/v15/Ycm2sZJORluHnXbIfm9R-A.ttf"
    },
    {
      "family": "Sancreek",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sancreek/v25/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sancreek/v25/pxiHypAnsdxUm159X4D_V1s.ttf"
    },
    {
      "family": "Sansita",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7HBm7TXFf3qw.ttf",
        "italic": "https://fonts.gstatic.com/s/sansita/v11/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf",
        "700": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf",
        "700italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf",
        "800": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf",
        "800italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf",
        "900": "https://fonts.gstatic.com/s/sansita/v11/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf",
        "900italic": "https://fonts.gstatic.com/s/sansita/v11/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sansita/v11/QldONTRRphEb_-V7LBixSQ.ttf"
    },
    {
      "family": "Sansita Swashed",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbToVehmEa4Q.ttf",
        "regular": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf",
        "500": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbToVehmEa4Q.ttf",
        "600": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubToVehmEa4Q.ttf",
        "700": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubToVehmEa4Q.ttf",
        "800": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubToVehmEa4Q.ttf",
        "900": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubToVehmEa4Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sansitaswashed/v18/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpXTsffg.ttf"
    },
    {
      "family": "Sarabun",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf",
        "100italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf",
        "200": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf",
        "200italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf",
        "300": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf",
        "300italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf",
        "regular": "https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf",
        "italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf",
        "500": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf",
        "500italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf",
        "600": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf",
        "600italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf",
        "700": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf",
        "700italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf",
        "800": "https://fonts.gstatic.com/s/sarabun/v15/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf",
        "800italic": "https://fonts.gstatic.com/s/sarabun/v15/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarabun/v15/DtVjJx26TKEr37c9aBNJmg.ttf"
    },
    {
      "family": "Sarala",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf",
        "700": "https://fonts.gstatic.com/s/sarala/v12/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9hCxcX.ttf"
    },
    {
      "family": "Sarina",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarina/v23/-F6wfjF3ITQwasLhLkDUriBQxw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarina/v23/-F6wfjF3ITQwasLRL0rQ.ttf"
    },
    {
      "family": "Sarpanch",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sarpanch/v13/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf",
        "500": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf",
        "600": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf",
        "700": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf",
        "800": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf",
        "900": "https://fonts.gstatic.com/s/sarpanch/v13/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sarpanch/v13/hESy6Xt4NCpRuk6Pzi2BTo4.ttf"
    },
    {
      "family": "Sassy Frass",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sassyfrass/v7/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sassyfrass/v7/LhWhMVrGOe0FLb97BjhsE-9cEtE.ttf"
    },
    {
      "family": "Satisfy",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/satisfy/v21/rP2Hp2yn6lkG50LoCZWIGA.ttf"
    },
    {
      "family": "Sawarabi Gothic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k39BCMz.ttf"
    },
    {
      "family": "Sawarabi Mincho",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJjLKJL.ttf"
    },
    {
      "family": "Scada",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeWJoxzUobkvv.ttf",
        "italic": "https://fonts.gstatic.com/s/scada/v15/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf",
        "700": "https://fonts.gstatic.com/s/scada/v15/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf",
        "700italic": "https://fonts.gstatic.com/s/scada/v15/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scada/v15/RLpxK5Pv5qumeVJpzTE.ttf"
    },
    {
      "family": "Scheherazade New",
      "variants": [
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-23",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwNsOl4p5Is.ttf",
        "500": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM_dFHlYC-IKnoSE.ttf",
        "600": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM9tCHlYC-IKnoSE.ttf",
        "700": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scheherazadenew/v15/4UaZrFhTvxVnHDvUkUiHg8jprP4DOwJmPg.ttf"
    },
    {
      "family": "Schibsted Grotesk",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v3",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEAT8JuXFGVOQ.ttf",
        "500": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNEMEAT8JuXFGVOQ.ttf",
        "600": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMN_MYAT8JuXFGVOQ.ttf",
        "700": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNxcYAT8JuXFGVOQ.ttf",
        "800": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNosYAT8JuXFGVOQ.ttf",
        "900": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNi8YAT8JuXFGVOQ.ttf",
        "italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLoDMhqflSFOTXs.ttf",
        "500italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oLaDMhqflSFOTXs.ttf",
        "600italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oI2C8hqflSFOTXs.ttf",
        "700italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oIPC8hqflSFOTXs.ttf",
        "800italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJoC8hqflSFOTXs.ttf",
        "900italic": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzI5SSPQuCQF3t8uOwiUL-taUTtap9DcSQBg_nT9FQY6oJBC8hqflSFOTXs.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/schibstedgrotesk/v3/JqzK5SSPQuCQF3t8uOwiUL-taUTtarVKQ9vZ6pJJWlMNIsEwTshq.ttf"
    },
    {
      "family": "Schoolbell",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIZxMa7g.ttf"
    },
    {
      "family": "Scope One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGDFWkXI.ttf"
    },
    {
      "family": "Seaweed Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/seaweedscript/v15/bx6cNx6Tne2pxOATYE8C_Rsoe3WI8qM.ttf"
    },
    {
      "family": "Secular One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/secularone/v12/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/secularone/v12/8QINdiTajsj_87rMuMdKyqDkOO0.ttf"
    },
    {
      "family": "Sedgwick Ave",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJqMX2Ix.ttf"
    },
    {
      "family": "Sedgwick Ave Display",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sedgwickavedisplay/v21/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM1cyfeI.ttf"
    },
    {
      "family": "Sen",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-07-24",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISCq5H47KlD9q78A.ttf",
        "500": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISBi5H47KlD9q78A.ttf",
        "600": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISPS-H47KlD9q78A.ttf",
        "700": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISM2-H47KlD9q78A.ttf",
        "800": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISKq-H47KlD9q78A.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sen/v9/6xK0dSxYI9_dkN18-vZKK2EISCq5L4_AkA.ttf"
    },
    {
      "family": "Send Flowers",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sendflowers/v5/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sendflowers/v5/If2PXTjtZS-0Xqy13uCQSULfxgLn.ttf"
    },
    {
      "family": "Sevillana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sevillana/v23/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sevillana/v23/KFOlCnWFscmDt1Bfiy1fAhc9.ttf"
    },
    {
      "family": "Seymour One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/seymourone/v23/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/seymourone/v23/4iCp6Khla9xbjQpoWGGd0lyJN4Q.ttf"
    },
    {
      "family": "Shadows Into Light",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shadowsintolight/v19/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shadowsintolight/v19/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzc8D8.ttf"
    },
    {
      "family": "Shadows Into Light Two",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shadowsintolighttwo/v17/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shadowsintolighttwo/v17/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmpArHHA.ttf"
    },
    {
      "family": "Shalimar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shalimar/v7/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shalimar/v7/uU9MCBoE6I6iNWFUvQPw-vQ.ttf"
    },
    {
      "family": "Shantell Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYQiS2i2yPwxjyRN.ttf",
        "regular": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S2i2yPwxjyRN.ttf",
        "500": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYROS2i2yPwxjyRN.ttf",
        "600": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSiTGi2yPwxjyRN.ttf",
        "700": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYSbTGi2yPwxjyRN.ttf",
        "800": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYT8TGi2yPwxjyRN.ttf",
        "300italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CN71wvgTijRNYgQ.ttf",
        "italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CID1wvgTijRNYgQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CLL1wvgTijRNYgQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CF7ywvgTijRNYgQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CGfywvgTijRNYgQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/shantellsans/v9/FeUcS0pCoLIo-lcdY7kjvNoQg2xkycTqsuA6bi9pTt8YiT-NXidjb_ee-maigL6R8nKVh8BbE1mv4wwmM0WUkSqmTpG0CADywvgTijRNYgQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shantellsans/v9/FeUaS0pCoLIo-lcdY7kjvNoQqWVWB0qWpl29ajppTuUTu_kJKmHesPOL-maYi4xZeHCNQ09eBlmv2QcUzJ39-rAISYR8S1i3wvg.ttf"
    },
    {
      "family": "Shanti",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v25",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzgU0ezpKfwzA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shanti/v25/t5thIREMM4uSDgzQUk23.ttf"
    },
    {
      "family": "Share",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/share/v18/i7dEIFliZjKNF5VNHLq2cV5d.ttf",
        "italic": "https://fonts.gstatic.com/s/share/v18/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf",
        "700": "https://fonts.gstatic.com/s/share/v18/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf",
        "700italic": "https://fonts.gstatic.com/s/share/v18/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/share/v18/i7dEIFliZjKNF6VMFr4.ttf"
    },
    {
      "family": "Share Tech",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sharetech/v21/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sharetech/v21/7cHtv4Uyi5K0OeZ7bohU8HsJnQ.ttf"
    },
    {
      "family": "Share Tech Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFcLpQEA.ttf"
    },
    {
      "family": "Shippori Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11v8ldPg-IUDNg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11vwlZFhw.ttf"
    },
    {
      "family": "Shippori Antique B1",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v8",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRFCj9-5Y8Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40gnRBIiw.ttf"
    },
    {
      "family": "Shippori Mincho",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0BA2_-C7LoS7g.ttf",
        "500": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5JEO5--2zg.ttf",
        "600": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5JEO5--2zg.ttf",
        "700": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5JEO5--2zg.ttf",
        "800": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5JEO5--2zg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0Bw2vWG.ttf"
    },
    {
      "family": "Shippori Mincho B1",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nyjqBr1lO97Q.ttf",
        "500": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKeolP3nih5H4Uug.ttf",
        "600": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKVo5P3nih5H4Uug.ttf",
        "700": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKMo9P3nih5H4Uug.ttf",
        "800": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK1E2wCr44tulPdnn-xbIpJ9RgT9-nKLoxP3nih5H4Uug.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shipporiminchob1/v21/wXK2E2wCr44tulPdnn-xbIpJ9RgT9-nCj6pv.ttf"
    },
    {
      "family": "Shizuru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shizuru/v10/O4ZSFGfvnxFiCA3i30IJlgUTj2A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shizuru/v10/O4ZSFGfvnxFiCA3i70MDkg.ttf"
    },
    {
      "family": "Shojumaru",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtl8BRha.ttf"
    },
    {
      "family": "Short Stack",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX9STe3s.ttf"
    },
    {
      "family": "Shrikhand",
      "variants": [
        "regular"
      ],
      "subsets": [
        "gujarati",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/shrikhand/v15/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/shrikhand/v15/a8IbNovtLWfR7T7bMJwrBYKU.ttf"
    },
    {
      "family": "Siemreap",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/siemreap/v28/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/siemreap/v28/Gg82N5oFbgLvHAfNl1Yalgs.ttf"
    },
    {
      "family": "Sigmar",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sigmar/v7/hv-XlzJgIE8a85pUbWY3MTFgVg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sigmar/v7/hv-XlzJgIE8a85pkbGwz.ttf"
    },
    {
      "family": "Sigmar One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sigmarone/v18/co3DmWZ8kjZuErj9Ta3do6Lpow.ttf"
    },
    {
      "family": "Signika",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v25",
      "lastModified": "2023-07-24",
      "files": {
        "300": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r93zuYzTMngt4xjw.ttf",
        "regular": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuYzTMngt4xjw.ttf",
        "500": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9szuYzTMngt4xjw.ttf",
        "600": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9XzyYzTMngt4xjw.ttf",
        "700": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9ZjyYzTMngt4xjw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/signika/v25/vEF72_JTCgwQ5ejvMV0Ox_Kg1UwJ0tKfX4zNpD8E4ASzH1r9gTuozDkj.ttf"
    },
    {
      "family": "Signika Negative",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73st9hiuEq8.ttf",
        "regular": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf",
        "500": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73st9hiuEq8.ttf",
        "600": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3st9hiuEq8.ttf",
        "700": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3st9hiuEq8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/signikanegative/v21/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS43tvdw.ttf"
    },
    {
      "family": "Silkscreen",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/silkscreen/v4/m8JXjfVPf62XiF7kO-i9ULRvamODxdI.ttf",
        "700": "https://fonts.gstatic.com/s/silkscreen/v4/m8JUjfVPf62XiF7kO-i9aAhATmuo2dudFvc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/silkscreen/v4/m8JXjfVPf62XiF7kO-i9YLVlbg.ttf"
    },
    {
      "family": "Simonetta",
      "variants": [
        "regular",
        "italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/simonetta/v27/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf",
        "italic": "https://fonts.gstatic.com/s/simonetta/v27/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf",
        "900": "https://fonts.gstatic.com/s/simonetta/v27/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf",
        "900italic": "https://fonts.gstatic.com/s/simonetta/v27/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/simonetta/v27/x3dickHVYrCU5BU15c4xffoG.ttf"
    },
    {
      "family": "Single Day",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/singleday/v17/LYjHdGDjlEgoAcF95EI5vVsPVA.ttf"
    },
    {
      "family": "Sintony",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sintony/v15/XoHm2YDqR7-98cVUITQnu98ojjs.ttf",
        "700": "https://fonts.gstatic.com/s/sintony/v15/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sintony/v15/XoHm2YDqR7-98cVUETUtvw.ttf"
    },
    {
      "family": "Sirin Stencil",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sirinstencil/v25/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sirinstencil/v25/mem4YaWwznmLx-lzGfN7MdRyRclMAg.ttf"
    },
    {
      "family": "Six Caps",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sixcaps/v20/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sixcaps/v20/6ae_4KGrU7VR7bNmaYcT_3E.ttf"
    },
    {
      "family": "Sixtyfour",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sixtyfour/v1/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f73YnyS5ZuOV.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sixtyfour/v1/OD5vuMCT1numDm3nakXtp2h4jg463t9haG_3mBkVsV20uFT3BAE5f43ZlSA.ttf"
    },
    {
      "family": "Skranji",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf",
        "700": "https://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMUzqklg.ttf"
    },
    {
      "family": "Slabo 13px",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slabo13px/v15/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slabo13px/v15/11hEGp_azEvXZUdSBzzRQKah3w.ttf"
    },
    {
      "family": "Slabo 27px",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slabo27px/v14/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slabo27px/v14/mFT0WbgBwKPR_Z4hGN2qgxkD0A.ttf"
    },
    {
      "family": "Slackey",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slackey/v28/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slackey/v28/N0bV2SdQO-5yM0-dGlVQIQ.ttf"
    },
    {
      "family": "Slackside One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/slacksideone/v10/EJRQQgMrXdcGsiBuvnRxodTwVy7VocNB6Iw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/slacksideone/v10/EJRQQgMrXdcGsiBuvnRxodTwZy_fpQ.ttf"
    },
    {
      "family": "Smokum",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smokum/v28/TK3iWkUbAhopmrdGHjUHte5fKg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smokum/v28/TK3iWkUbAhopmrd2Hz8D.ttf"
    },
    {
      "family": "Smooch",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smooch/v7/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smooch/v7/o-0LIps4xW8U1xUxj6B7.ttf"
    },
    {
      "family": "Smooch Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFodqIeNlzayg.ttf",
        "200": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBodqIeNlzayg.ttf",
        "300": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0BodqIeNlzayg.ttf",
        "regular": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf",
        "500": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80BodqIeNlzayg.ttf",
        "600": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0dodqIeNlzayg.ttf",
        "700": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdodqIeNlzayg.ttf",
        "800": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdodqIeNlzayg.ttf",
        "900": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdodqIeNlzayg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smoochsans/v13/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBYd6ga.ttf"
    },
    {
      "family": "Smythe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BOLh_uGInjA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1xObJ7.ttf"
    },
    {
      "family": "Sniglet",
      "variants": [
        "regular",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf",
        "800": "https://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJ9CihZA.ttf"
    },
    {
      "family": "Snippet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu6v7KeQ.ttf"
    },
    {
      "family": "Snowburst One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7SZ6eOw.ttf"
    },
    {
      "family": "Sofadi One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGQDKCFQ.ttf"
    },
    {
      "family": "Sofia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu-sowsrqjk.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_su_uIg.ttf"
    },
    {
      "family": "Sofia Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sa3trvKCXl8k.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6sK3trvKCXl8k.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69AksK3trvKCXl8k.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sK3trvKCXl8k.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69BIsK3trvKCXl8k.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Ckt63trvKCXl8k.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69Cdt63trvKCXl8k.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69D6t63trvKCXl8k.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69DTt63trvKCXl8k.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WvpPagW08kdLY.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WupPagW08kdLY.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8xuupPagW08kdLY.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy80WupPagW08kdLY.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy83eupPagW08kdLY.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy85uppPagW08kdLY.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy86KppPagW08kdLY.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy88WppPagW08kdLY.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6G-LCVXSLy9uPBwlATrORgnBjYmSP97MWy8-yppPagW08kdLY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasans/v16/Yq6E-LCVXSLy9uPBwlAThu1SY8Cx8rlT69B6sJ3spPY.ttf"
    },
    {
      "family": "Sofia Sans Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Csl8QO3OfwQQ.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-Gsl8QO3OfwQQ.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUq2eGsl8QO3OfwQQ.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gsl8QO3OfwQQ.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqteGsl8QO3OfwQQ.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqWeasl8QO3OfwQQ.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqYOasl8QO3OfwQQ.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqB-asl8QO3OfwQQ.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqLuasl8QO3OfwQQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1c4K_uLgQZ_3.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE1M4K_uLgQZ_3.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ia1M4K_uLgQZ_3.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6JE1M4K_uLgQZ_3.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6J21M4K_uLgQZ_3.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Ka084K_uLgQZ_3.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Kj084K_uLgQZ_3.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6LE084K_uLgQZ_3.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r053GKVS5aVKd567NYXawnFKJaTtoAuLnIcNvN_Vj6TYyQI_T6Lt084K_uLgQZ_3.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasanscondensed/v2/r05xGKVS5aVKd567NYXawnFKJaTtoAuLnK0EjiAN5s9CZwUqh-Gcls4K.ttf"
    },
    {
      "family": "Sofia Sans Extra Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-02-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmmEfzmM356GxA.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGmiEfzmM356GxA.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLxGiEfzmM356GxA.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmiEfzmM356GxA.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLqGiEfzmM356GxA.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLRG-EfzmM356GxA.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLfW-EfzmM356GxA.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLGm-EfzmM356GxA.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLM2-EfzmM356GxA.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPTOI_ZuWxFXe.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsPDOI_ZuWxFXe.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUisyPDOI_ZuWxFXe.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitsPDOI_ZuWxFXe.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUitePDOI_ZuWxFXe.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuyOzOI_ZuWxFXe.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUiuLOzOI_ZuWxFXe.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivsOzOI_ZuWxFXe.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxfHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0fSrPEBUZv84WtaeUivFOzOI_ZuWxFXe.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasansextracondensed/v2/raxdHjafvdAIOju4GcIfJH0i7zi50X3zRtuLNiMS0d6iDr-MD5Si9NGLmmi0fjOI.ttf"
    },
    {
      "family": "Sofia Sans Semi Condensed",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v4",
      "lastModified": "2023-03-21",
      "files": {
        "100": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEO9TGahllIhN.ttf",
        "200": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbEe9TGahllIhN.ttf",
        "300": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvopFEe9TGahllIhN.ttf",
        "regular": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEe9TGahllIhN.ttf",
        "500": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoopEe9TGahllIhN.ttf",
        "600": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvorFFu9TGahllIhN.ttf",
        "700": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvor8Fu9TGahllIhN.ttf",
        "800": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqbFu9TGahllIhN.ttf",
        "900": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoqyFu9TGahllIhN.ttf",
        "100italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcRE6xHkZhNeas.ttf",
        "200italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocQE6xHkZhNeas.ttf",
        "300italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUlkQE6xHkZhNeas.ttf",
        "italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUgcQE6xHkZhNeas.ttf",
        "500italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUjUQE6xHkZhNeas.ttf",
        "600italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUtkXE6xHkZhNeas.ttf",
        "700italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUuAXE6xHkZhNeas.ttf",
        "800italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUocXE6xHkZhNeas.ttf",
        "900italic": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kMlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURsWYu_G5idVi7uZ_TUq4XE6xHkZhNeas.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sofiasanssemicondensed/v4/46kOlaPnUDrQoNsWDCGXXxYlujh5Wv0nwP4RwxURm28cA7YLHsIVvoobEd9SE6w.ttf"
    },
    {
      "family": "Solitreo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO8upyDYtStiJ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/solitreo/v2/r05YGLlS5a9KYsyNO_uowjI.ttf"
    },
    {
      "family": "Solway",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-02-16",
      "files": {
        "300": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf",
        "regular": "https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf",
        "500": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf",
        "700": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf",
        "800": "https://fonts.gstatic.com/s/solway/v18/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/solway/v18/AMOQz46Cs2uTAOCmg3o5.ttf"
    },
    {
      "family": "Sometype Mono",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v1",
      "lastModified": "2023-10-19",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGE9agQBbs7uG.ttf",
        "500": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTA-GE9agQBbs7uG.ttf",
        "600": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDSH09agQBbs7uG.ttf",
        "700": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTDrH09agQBbs7uG.ttf",
        "italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW6cZiwR5tquGrxk.ttf",
        "500italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW5UZiwR5tquGrxk.ttf",
        "600italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW3keiwR5tquGrxk.ttf",
        "700italic": "https://fonts.gstatic.com/s/sometypemono/v1/70lEu745KGk_R3uxyq0WrROhKpG7T0e3JvPLoiXEW0AeiwR5tquGrxk.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sometypemono/v1/70lGu745KGk_R3uxyq0WrROhAJiJsJ_eTWllpTAMGH9biwQ.ttf"
    },
    {
      "family": "Song Myung",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhn1CggQ.ttf"
    },
    {
      "family": "Sono",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkWdEnR4qYeB4Q.ttf",
        "300": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxV6EWdEnR4qYeB4Q.ttf",
        "regular": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWdEnR4qYeB4Q.ttf",
        "500": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVhEWdEnR4qYeB4Q.ttf",
        "600": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVaEKdEnR4qYeB4Q.ttf",
        "700": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVUUKdEnR4qYeB4Q.ttf",
        "800": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVNkKdEnR4qYeB4Q.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sono/v6/aFT97PNiY3U2Cqf_aYEN64CYaK18YWJEsV6u-QLiOsxVtkWtE358.ttf"
    },
    {
      "family": "Sonsie One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18UVq21g.ttf"
    },
    {
      "family": "Sora",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf",
        "200": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf",
        "300": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf",
        "regular": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf",
        "500": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf",
        "600": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf",
        "700": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf",
        "800": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sora/v12/xMQOuFFYT72X5wkB_18qmnndmSdSnk-LKQc.ttf"
    },
    {
      "family": "Sorts Mill Goudy",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf",
        "italic": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEbHwEig.ttf"
    },
    {
      "family": "Source Code Pro",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhM5hTXUcdJg.ttf",
        "300": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhM5hTXUcdJg.ttf",
        "regular": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf",
        "500": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhM5hTXUcdJg.ttf",
        "600": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM5hTXUcdJg.ttf",
        "700": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhM5hTXUcdJg.ttf",
        "800": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhM5hTXUcdJg.ttf",
        "900": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhM5hTXUcdJg.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rSVcZZJiGpw.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rSVcZZJiGpw.ttf",
        "italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSVcZZJiGpw.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rSVcZZJiGpw.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSVcZZJiGpw.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prSVcZZJiGpw.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprSVcZZJiGpw.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprSVcZZJiGpw.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourcecodepro/v23/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQtM9rSQ.ttf"
    },
    {
      "family": "Source Sans 3",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-10-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EN_io6npfB.ttf",
        "300": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf",
        "regular": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf",
        "500": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EN_io6npfB.ttf",
        "600": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf",
        "700": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf",
        "800": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf",
        "900": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9C4Ym4fB3Ts.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9C4Ym4fB3Ts.ttf",
        "italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9C4Ym4fB3Ts.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9C4Ym4fB3Ts.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9C4Ym4fB3Ts.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9C4Ym4fB3Ts.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9C4Ym4fB3Ts.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9C4Ym4fB3Ts.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourcesans3/v15/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky462EM9C4.ttf"
    },
    {
      "family": "Source Serif 4",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-09-14",
      "files": {
        "200": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhxXD-wGvjU.ttf",
        "300": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhxXD-wGvjU.ttf",
        "regular": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf",
        "500": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhxXD-wGvjU.ttf",
        "600": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhxXD-wGvjU.ttf",
        "700": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhxXD-wGvjU.ttf",
        "800": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhxXD-wGvjU.ttf",
        "900": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhxXD-wGvjU.ttf",
        "200italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dC84DrjXEXw.ttf",
        "300italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dC84DrjXEXw.ttf",
        "italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dC84DrjXEXw.ttf",
        "500italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dC84DrjXEXw.ttf",
        "600italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdC84DrjXEXw.ttf",
        "700italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdC84DrjXEXw.ttf",
        "800italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdC84DrjXEXw.ttf",
        "900italic": "https://fonts.gstatic.com/s/sourceserif4/v8/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdC84DrjXEXw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sourceserif4/v8/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqnh1dCw.ttf"
    },
    {
      "family": "Space Grotesk",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsjNsFjTDJK.ttf",
        "regular": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf",
        "500": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf",
        "600": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf",
        "700": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spacegrotesk/v16/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUXsiPMU.ttf"
    },
    {
      "family": "Space Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-06-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf",
        "italic": "https://fonts.gstatic.com/s/spacemono/v13/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf",
        "700": "https://fonts.gstatic.com/s/spacemono/v13/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf",
        "700italic": "https://fonts.gstatic.com/s/spacemono/v13/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spacemono/v13/i7dPIFZifjKcF5UAWdDRYEd8QA.ttf"
    },
    {
      "family": "Special Elite",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0ntnYOTQ.ttf"
    },
    {
      "family": "Spectral",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-01-06",
      "files": {
        "200": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf",
        "200italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf",
        "300": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf",
        "300italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf",
        "regular": "https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf",
        "italic": "https://fonts.gstatic.com/s/spectral/v13/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf",
        "500": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf",
        "500italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf",
        "600": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf",
        "600italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf",
        "700": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf",
        "700italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf",
        "800": "https://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf",
        "800italic": "https://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA9M_kn0.ttf"
    },
    {
      "family": "Spectral SC",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf",
        "200italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf",
        "300": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf",
        "300italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf",
        "regular": "https://fonts.gstatic.com/s/spectralsc/v12/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf",
        "italic": "https://fonts.gstatic.com/s/spectralsc/v12/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf",
        "500": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf",
        "500italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf",
        "600": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf",
        "600italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf",
        "700": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf",
        "700italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf",
        "800": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf",
        "800italic": "https://fonts.gstatic.com/s/spectralsc/v12/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spectralsc/v12/KtkpALCRZonmalTgyPmRfsWj42Q.ttf"
    },
    {
      "family": "Spicy Rice",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spicyrice/v25/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spicyrice/v25/uK_24rSEd-Uqwk4jY1RyKv68Xg.ttf"
    },
    {
      "family": "Spinnaker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spinnaker/v19/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spinnaker/v19/w8gYH2oyX-I0_rvR6HmX3XYP.ttf"
    },
    {
      "family": "Spirax",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cXktt-Csn-Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3sX0Fp.ttf"
    },
    {
      "family": "Splash",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/splash/v6/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splash/v6/KtksAL2RZoDkbU6RpfnC.ttf"
    },
    {
      "family": "Spline Sans",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-09-14",
      "files": {
        "300": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYEtvlUfE2kw.ttf",
        "regular": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYEtvlUfE2kw.ttf",
        "500": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYEtvlUfE2kw.ttf",
        "600": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YEtvlUfE2kw.ttf",
        "700": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YEtvlUfE2kw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splinesans/v10/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnoE9Hh.ttf"
    },
    {
      "family": "Spline Sans Mono",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtVy4d4dGb1.ttf",
        "regular": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtVy4d4dGb1.ttf",
        "500": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtVy4d4dGb1.ttf",
        "600": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtVy4d4dGb1.ttf",
        "700": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtVy4d4dGb1.ttf",
        "300italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYNacXb12MM.ttf",
        "italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYNacXb12MM.ttf",
        "500italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYNacXb12MM.ttf",
        "600italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYNacXb12MM.ttf",
        "700italic": "https://fonts.gstatic.com/s/splinesansmono/v10/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYNacXb12MM.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/splinesansmono/v10/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMotUwYM.ttf"
    },
    {
      "family": "Squada One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/squadaone/v18/BCasqZ8XsOrx4mcOk6MtaaE2XA.ttf"
    },
    {
      "family": "Square Peg",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/squarepeg/v5/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/squarepeg/v5/y83eW48Nzw6ZlUHc-phrNDDhGA.ttf"
    },
    {
      "family": "Sree Krushnadevaraya",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_HWa0lw.ttf"
    },
    {
      "family": "Sriracha",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v14",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sriracha/v14/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sriracha/v14/0nkrC9D4IuYBgWcI9NbZTwQ.ttf"
    },
    {
      "family": "Srisakdi",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf",
        "700": "https://fonts.gstatic.com/s/srisakdi/v16/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-gq9dyg.ttf"
    },
    {
      "family": "Staatliches",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/staatliches/v13/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/staatliches/v13/HI_OiY8KO6hCsQSoAPmtMYedvpU.ttf"
    },
    {
      "family": "Stalemate",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stalemate/v22/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stalemate/v22/taiIGmZ_EJq97-UfkZRZu66o.ttf"
    },
    {
      "family": "Stalinist One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v56",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stalinistone/v56/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stalinistone/v56/MQpS-WezM9W4Dd7D3B7I-UT7SZ6eOw.ttf"
    },
    {
      "family": "Stardos Stencil",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf",
        "700": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2Th7l5z.ttf"
    },
    {
      "family": "Stick",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stick/v17/Qw3TZQpMCyTtJSvfvPVDMPoF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stick/v17/Qw3TZQpMCyTtJRvetvE.ttf"
    },
    {
      "family": "Stick No Bills",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7KriwKhcTKA.ttf",
        "300": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7KriwKhcTKA.ttf",
        "regular": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7KriwKhcTKA.ttf",
        "500": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7KriwKhcTKA.ttf",
        "600": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7KriwKhcTKA.ttf",
        "700": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7KriwKhcTKA.ttf",
        "800": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7KriwKhcTKA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sticknobills/v15/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8QLK7K0.ttf"
    },
    {
      "family": "Stint Ultra Condensed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stintultracondensed/v23/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stintultracondensed/v23/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2AOqx8K.ttf"
    },
    {
      "family": "Stint Ultra Expanded",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stintultraexpanded/v22/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stintultraexpanded/v22/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd3qpCzA.ttf"
    },
    {
      "family": "Stoke",
      "variants": [
        "300",
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/stoke/v24/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf",
        "regular": "https://fonts.gstatic.com/s/stoke/v24/z7NadRb7aTMfKONpfihK1YTV.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stoke/v24/z7NadRb7aTMfKNNodCw.ttf"
    },
    {
      "family": "Strait",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/strait/v17/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/strait/v17/DtViJxy6WaEr1LZDeTJp.ttf"
    },
    {
      "family": "Style Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stylescript/v11/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stylescript/v11/vm8xdRX3SV7Z0aPa88xzW5nZeV7_.ttf"
    },
    {
      "family": "Stylish",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/stylish/v22/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/stylish/v22/m8JSjfhPYriQkk7-TozzcA.ttf"
    },
    {
      "family": "Sue Ellen Francisco",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sueellenfrancisco/v20/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sueellenfrancisco/v20/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9notP3g.ttf"
    },
    {
      "family": "Suez One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suezone/v13/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suezone/v13/taiJGmd_EZ6rqscQgOFImo4.ttf"
    },
    {
      "family": "Sulphur Point",
      "variants": [
        "300",
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf",
        "regular": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf",
        "700": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sulphurpoint/v15/RLp5K5vv8KaycDcazWFPBj2adfgYvw.ttf"
    },
    {
      "family": "Sumana",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf",
        "700": "https://fonts.gstatic.com/s/sumana/v10/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-28RLm.ttf"
    },
    {
      "family": "Sunflower",
      "variants": [
        "300",
        "500",
        "700"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf",
        "500": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf",
        "700": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sunflower/v16/RWmPoKeF8fUjqIj7Vc-06MfSqIEC.ttf"
    },
    {
      "family": "Sunshiney",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcQEsOs.ttf"
    },
    {
      "family": "Supermercado One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/supermercadoone/v26/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/supermercadoone/v26/OpNXnpQWg8jc_xps_Gi14kVVEXOn20f9NA.ttf"
    },
    {
      "family": "Sura",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/sura/v19/SZc23FL5PbyzFf5UWzXtjUM.ttf",
        "700": "https://fonts.gstatic.com/s/sura/v19/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/sura/v19/SZc23FL5PbyzJf9eXw.ttf"
    },
    {
      "family": "Suranna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v13",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58hBVTSw.ttf"
    },
    {
      "family": "Suravaram",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIwimSx.ttf"
    },
    {
      "family": "Suwannaphum",
      "variants": [
        "100",
        "300",
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v31",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnAgHV7GtDvc8jbe8hXXL3B9cSWXx2VZmk.ttf",
        "300": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0J1-S8cRGcf3Ai.ttf",
        "regular": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf",
        "700": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0Z0OS8cRGcf3Ai.ttf",
        "900": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnfgHV7GtDvc8jbe8hXXL0h0uS8cRGcf3Ai.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/suwannaphum/v31/jAnCgHV7GtDvc8jbe8hXXLWk9cQ.ttf"
    },
    {
      "family": "Swanky and Moo Moo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kktLng.ttf"
    },
    {
      "family": "Syncopate",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/syncopate/v21/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf",
        "700": "https://fonts.gstatic.com/s/syncopate/v21/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/syncopate/v21/pe0sMIuPIYBCpEV5eFdCA_e6.ttf"
    },
    {
      "family": "Syne",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "greek",
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6kR47NCV5Z.ttf",
        "500": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6kR47NCV5Z.ttf",
        "600": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6kR47NCV5Z.ttf",
        "700": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6kR47NCV5Z.ttf",
        "800": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6kR47NCV5Z.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/syne/v22/8vIS7w4qzmVxsWxjBZRjr0FKM_04uQ6lTYo.ttf"
    },
    {
      "family": "Syne Mono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzIqCkDyvqZA.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHDI6qg.ttf"
    },
    {
      "family": "Syne Tactile",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh3ysdjvKU8Q.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKR3iEZ.ttf"
    },
    {
      "family": "Tai Heritage Pro",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tai-viet",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf",
        "700": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNRFMuhjCXY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taiheritagepro/v6/sZlfdQid-zgaNiNIYcUzJMU3IYyNkH1YFA.ttf"
    },
    {
      "family": "Tajawal",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v9",
      "lastModified": "2022-09-22",
      "files": {
        "200": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf",
        "300": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf",
        "regular": "https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf",
        "500": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf",
        "700": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf",
        "800": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf",
        "900": "https://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1nzeBDg.ttf"
    },
    {
      "family": "Tangerine",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf",
        "700": "https://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOxD5ZJ.ttf"
    },
    {
      "family": "Tapestry",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tapestry/v4/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tapestry/v4/SlGTmQecrosEYXhaGCIloHQ.ttf"
    },
    {
      "family": "Taprom",
      "variants": [
        "regular"
      ],
      "subsets": [
        "khmer",
        "latin"
      ],
      "version": "v27",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULbFQyk3-0kvHg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULb1QiMz.ttf"
    },
    {
      "family": "Tauri",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tauri/v18/TwMA-IISS0AM3IpVWHU_TBqO.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tauri/v18/TwMA-IISS0AM3LpUUnE.ttf"
    },
    {
      "family": "Taviraj",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf",
        "100italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf",
        "200": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf",
        "200italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf",
        "300": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf",
        "300italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf",
        "regular": "https://fonts.gstatic.com/s/taviraj/v13/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf",
        "italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf",
        "500": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf",
        "500italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf",
        "600": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf",
        "600italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf",
        "700": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf",
        "700italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf",
        "800": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf",
        "800italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf",
        "900": "https://fonts.gstatic.com/s/taviraj/v13/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf",
        "900italic": "https://fonts.gstatic.com/s/taviraj/v13/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/taviraj/v13/ahcZv8Cj3ylylTXzTO8rVw.ttf"
    },
    {
      "family": "Teko",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN9JG7Sy3TKEvkCF.ttf",
        "regular": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8XG7Sy3TKEvkCF.ttf",
        "500": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8lG7Sy3TKEvkCF.ttf",
        "600": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_JHLSy3TKEvkCF.ttf",
        "700": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN_wHLSy3TKEvkCF.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/teko/v20/LYjYdG7kmE0gV69VVPPdFl06VN8XG4Sz1zY.ttf"
    },
    {
      "family": "Tektur",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVYtOY8P7TWd0.ttf",
        "500": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwcVYtOY8P7TWd0.ttf",
        "600": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzwUotOY8P7TWd0.ttf",
        "700": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrzJUotOY8P7TWd0.ttf",
        "800": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryuUotOY8P7TWd0.ttf",
        "900": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TryHUotOY8P7TWd0.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tektur/v3/XoHN2YHtS7q969kXCjzlV0aSkS_o8OacmTe0TYlYFot8TrwuVbtPacc.ttf"
    },
    {
      "family": "Telex",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2022-12-08",
      "files": {
        "regular": "https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO9fTB1piKFIf.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/telex/v17/ieVw2Y1fKWmIO-fSDV4.ttf"
    },
    {
      "family": "Tenali Ramakrishna",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-MKZ_u.ttf"
    },
    {
      "family": "Tenor Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tenorsans/v19/bx6ANxqUneKx06UkIXISn3N4Dw.ttf"
    },
    {
      "family": "Text Me One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/textmeone/v24/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/textmeone/v24/i7dOIFdlayuLUvgoFvHQFVZdYFI.ttf"
    },
    {
      "family": "Texturina",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ug25riW1OD.ttf",
        "200": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUg25riW1OD.ttf",
        "300": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUg25riW1OD.ttf",
        "regular": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf",
        "500": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUg25riW1OD.ttf",
        "600": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUg25riW1OD.ttf",
        "700": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUg25riW1OD.ttf",
        "800": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUg25riW1OD.ttf",
        "900": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUg25riW1OD.ttf",
        "100italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0Z7AXkODN94.ttf",
        "200italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0Z7AXkODN94.ttf",
        "300italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0Z7AXkODN94.ttf",
        "italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0Z7AXkODN94.ttf",
        "500italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0Z7AXkODN94.ttf",
        "600italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0Z7AXkODN94.ttf",
        "700italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0Z7AXkODN94.ttf",
        "800italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0Z7AXkODN94.ttf",
        "900italic": "https://fonts.gstatic.com/s/texturina/v28/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0Z7AXkODN94.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/texturina/v28/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGsUh0Z4.ttf"
    },
    {
      "family": "Thasadith",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thasadith/v11/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf",
        "italic": "https://fonts.gstatic.com/s/thasadith/v11/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf",
        "700": "https://fonts.gstatic.com/s/thasadith/v11/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf",
        "700italic": "https://fonts.gstatic.com/s/thasadith/v11/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thasadith/v11/mtG44_1TIqPYrd_f5R1osUMQ.ttf"
    },
    {
      "family": "The Girl Next Door",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thegirlnextdoor/v22/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thegirlnextdoor/v22/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCY4VrF_.ttf"
    },
    {
      "family": "The Nautigal",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/thenautigal/v6/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf",
        "700": "https://fonts.gstatic.com/s/thenautigal/v6/VdGGAZ8ZH51Lvng9fQV2bfKTWypA2_-C7LoS7g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/thenautigal/v6/VdGZAZ8ZH51Lvng9fQV2bfKb5g9g.ttf"
    },
    {
      "family": "Tienne",
      "variants": [
        "regular",
        "700",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf",
        "700": "https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf",
        "900": "https://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP07kUnD.ttf"
    },
    {
      "family": "Tillana",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tillana/v13/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf",
        "500": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf",
        "600": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf",
        "700": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf",
        "800": "https://fonts.gstatic.com/s/tillana/v13/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tillana/v13/VuJxdNvf35P4qJ1OSKfdPA.ttf"
    },
    {
      "family": "Tilt Neon",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltneon/v10/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquXK9WualJ9DS.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltneon/v10/E21L_d7gguXdwD9LEFY2WCeElCNtd-eBqpHp1TzrkJSmwpj5ndxquUK8UOI.ttf"
    },
    {
      "family": "Tilt Prism",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltprism/v11/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbwoTSrn86NKw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltprism/v11/5h11iZgyPHoZ3YikNzWGfWey2dCAZXT-bH9V4VGn-FJ7tLI25oc_rIbAoD6v.ttf"
    },
    {
      "family": "Tilt Warp",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tiltwarp/v12/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTBxAVfMGOPb.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tiltwarp/v12/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZQBwC1M.ttf"
    },
    {
      "family": "Timmana",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "telugu"
      ],
      "version": "v12",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpOmrRLA.ttf"
    },
    {
      "family": "Tinos",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf",
        "italic": "https://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmFD9CI-4NU.ttf",
        "700": "https://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf",
        "700italic": "https://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwjX9fmE.ttf"
    },
    {
      "family": "Tiro Bangla",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "bengali",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8MG9-UPeuz4i.ttf",
        "italic": "https://fonts.gstatic.com/s/tirobangla/v6/IFSiHe1Tm95E3O8b5i2V8PG_80f8vi4imBM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirobangla/v6/IFSgHe1Tm95E3O8b5i2V8PG880c.ttf"
    },
    {
      "family": "Tiro Devanagari Hindi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fSOkOfG0Y3A.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMKXmgI3F_o.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarihindi/v5/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSeMK.ttf"
    },
    {
      "family": "Tiro Devanagari Marathi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDrDJYM2lAZ.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpIu30AZbUY.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarimarathi/v5/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDqBpI.ttf"
    },
    {
      "family": "Tiro Devanagari Sanskrit",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pEoEqgtOh0w.ttf",
        "italic": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsuoNax06MM.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirodevanagarisanskrit/v5/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZE4su.ttf"
    },
    {
      "family": "Tiro Gurmukhi",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "gurmukhi",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvly7HAQsyA2Y.ttf",
        "italic": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3d4ckXSYq-Uqjc048JUF7JvpyzNBSk3E2YljQ.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirogurmukhi/v6/x3dmckXSYq-Uqjc048JUF7Jvpy_NBQ.ttf"
    },
    {
      "family": "Tiro Kannada",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "kannada",
        "latin",
        "latin-ext"
      ],
      "version": "v6",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIYKSPl6tOU9Eg.ttf",
        "italic": "https://fonts.gstatic.com/s/tirokannada/v6/CSRm4ztKmvqaDxEDJFY7CIY6SvN-luAtEnKp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirokannada/v6/CSR44ztKmvqaDxEDJFY7CIY6SfN-.ttf"
    },
    {
      "family": "Tiro Tamil",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "tamil"
      ],
      "version": "v10",
      "lastModified": "2023-05-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_ULRvamODxdI.ttf",
        "italic": "https://fonts.gstatic.com/s/tirotamil/v10/m8JVjfVIf7OT22n3M-S_YLZlbkGG1dKEDw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirotamil/v10/m8JXjfVIf7OT22n3M-S_YLVlbg.ttf"
    },
    {
      "family": "Tiro Telugu",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "telugu"
      ],
      "version": "v7",
      "lastModified": "2023-02-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdKSNQqn0X0BO.ttf",
        "italic": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTS7PxlZWk2EPiSymjXdJSPSK3WWlBOoas.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tirotelugu/v7/aFTQ7PxlZWk2EPiSymjXdJSMSK0.ttf"
    },
    {
      "family": "Titan One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/titanone/v15/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/titanone/v15/mFTzWbsGxbbS_J5cQcjCkjgj.ttf"
    },
    {
      "family": "Titillium Web",
      "variants": [
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf",
        "200italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf",
        "300": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf",
        "300italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf",
        "regular": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf",
        "italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf",
        "600": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf",
        "600italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf",
        "700": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf",
        "700italic": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf",
        "900": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/titilliumweb/v17/NaPecZTIAOhVxoMyOr9n_E7fdMXmCA.ttf"
    },
    {
      "family": "Tomorrow",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf",
        "100italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf",
        "200": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf",
        "200italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf",
        "300": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf",
        "300italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf",
        "regular": "https://fonts.gstatic.com/s/tomorrow/v17/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf",
        "italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf",
        "500": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf",
        "500italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf",
        "600": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf",
        "600italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf",
        "700": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf",
        "700italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf",
        "800": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf",
        "800italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf",
        "900": "https://fonts.gstatic.com/s/tomorrow/v17/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf",
        "900italic": "https://fonts.gstatic.com/s/tomorrow/v17/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tomorrow/v17/WBLmrETNbFtZCeGqgRXUe2U.ttf"
    },
    {
      "family": "Tourney",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByZTp1I1LcGA.ttf",
        "200": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyZTp1I1LcGA.ttf",
        "300": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyZTp1I1LcGA.ttf",
        "regular": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf",
        "500": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyZTp1I1LcGA.ttf",
        "600": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyZTp1I1LcGA.ttf",
        "700": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyZTp1I1LcGA.ttf",
        "800": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyZTp1I1LcGA.ttf",
        "900": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyZTp1I1LcGA.ttf",
        "100italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzBxAVfMGOPb.ttf",
        "200italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjBxAVfMGOPb.ttf",
        "300italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjBxAVfMGOPb.ttf",
        "italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjBxAVfMGOPb.ttf",
        "500italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjBxAVfMGOPb.ttf",
        "600italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITBxAVfMGOPb.ttf",
        "700italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITBxAVfMGOPb.ttf",
        "800italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITBxAVfMGOPb.ttf",
        "900italic": "https://fonts.gstatic.com/s/tourney/v13/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITBxAVfMGOPb.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tourney/v13/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFCZDBx.ttf"
    },
    {
      "family": "Trade Winds",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM0Jr5vY.ttf"
    },
    {
      "family": "Train One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjWHOqbZRY7JVQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjW3O6zd.ttf"
    },
    {
      "family": "Trirong",
      "variants": [
        "100",
        "100italic",
        "200",
        "200italic",
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic",
        "900",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "thai",
        "vietnamese"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf",
        "100italic": "https://fonts.gstatic.com/s/trirong/v15/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf",
        "200": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf",
        "200italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf",
        "300": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf",
        "300italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf",
        "regular": "https://fonts.gstatic.com/s/trirong/v15/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf",
        "italic": "https://fonts.gstatic.com/s/trirong/v15/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf",
        "500": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf",
        "500italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf",
        "600": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf",
        "600italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf",
        "700": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf",
        "700italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf",
        "800": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf",
        "800italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf",
        "900": "https://fonts.gstatic.com/s/trirong/v15/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf",
        "900italic": "https://fonts.gstatic.com/s/trirong/v15/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trirong/v15/7r3GqXNgp8wxdOdOn40o3Q.ttf"
    },
    {
      "family": "Trispace",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v24",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQl0zHugpt0.ttf",
        "200": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQl0zHugpt0.ttf",
        "300": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQl0zHugpt0.ttf",
        "regular": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf",
        "500": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQl0zHugpt0.ttf",
        "600": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQl0zHugpt0.ttf",
        "700": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQl0zHugpt0.ttf",
        "800": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQl0zHugpt0.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trispace/v24/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9rkQh-yA.ttf"
    },
    {
      "family": "Trocchi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trocchi/v17/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trocchi/v17/qWcqB6WkuIDxDZLcPrpeuA.ttf"
    },
    {
      "family": "Trochut",
      "variants": [
        "regular",
        "italic",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trochut/v22/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf",
        "italic": "https://fonts.gstatic.com/s/trochut/v22/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf",
        "700": "https://fonts.gstatic.com/s/trochut/v22/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trochut/v22/CHyjV-fDDlP9bDIw1nWCeQ.ttf"
    },
    {
      "family": "Truculenta",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswcFHnJMMhg.ttf",
        "200": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswcFHnJMMhg.ttf",
        "300": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswcFHnJMMhg.ttf",
        "regular": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf",
        "500": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswcFHnJMMhg.ttf",
        "600": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswcFHnJMMhg.ttf",
        "700": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswcFHnJMMhg.ttf",
        "800": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswcFHnJMMhg.ttf",
        "900": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswcFHnJMMhg.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/truculenta/v22/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAigwYPGg.ttf"
    },
    {
      "family": "Trykker",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v21",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNnoOd2j22U.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPztNjiPQ.ttf"
    },
    {
      "family": "Tsukimi Rounded",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v10",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VkVsqN7MT3T9X8g.ttf",
        "regular": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoc3LJNksWZO0LvnZwkF3HtoB7tPXMOP5gP1A.ttf",
        "500": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VyVoqN7MT3T9X8g.ttf",
        "600": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7V5V0qN7MT3T9X8g.ttf",
        "700": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoZ3LJNksWZO0LvnZwkF3HtoB7VgVwqN7MT3T9X8g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tsukimirounded/v10/sJoc3LJNksWZO0LvnZwkF3HtoB7dPHkK.ttf"
    },
    {
      "family": "Tulpen One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v25",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/tulpenone/v25/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/tulpenone/v25/dFa6ZfeC474skLgesc0Cajw6-A.ttf"
    },
    {
      "family": "Turret Road",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "700",
        "800"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf",
        "300": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf",
        "regular": "https://fonts.gstatic.com/s/turretroad/v9/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf",
        "500": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf",
        "700": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf",
        "800": "https://fonts.gstatic.com/s/turretroad/v9/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/turretroad/v9/pxiAypMgpcBFjE84Zv-fE0tEMPc.ttf"
    },
    {
      "family": "Twinkle Star",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/twinklestar/v6/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/twinklestar/v6/pe0pMI6IL4dPoFl9LGEmY6WqAv5q.ttf"
    },
    {
      "family": "Ubuntu",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf",
        "300italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf",
        "regular": "https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf",
        "italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf",
        "500": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf",
        "500italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf",
        "700": "https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf",
        "700italic": "https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKeQ7z.ttf"
    },
    {
      "family": "Ubuntu Condensed",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-bfrg.ttf"
    },
    {
      "family": "Ubuntu Mono",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "greek-ext",
        "latin",
        "latin-ext"
      ],
      "version": "v17",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf",
        "italic": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf",
        "700": "https://fonts.gstatic.com/s/ubuntumono/v17/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf",
        "700italic": "https://fonts.gstatic.com/s/ubuntumono/v17/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ubuntumono/v17/KFOjCneDtsqEr0keqCMhbCc8CsE.ttf"
    },
    {
      "family": "Uchen",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "tibetan"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/uchen/v9/nKKZ-GokGZ1baIaSEQGodLxA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/uchen/v9/nKKZ-GokGZ1baLaTGwU.ttf"
    },
    {
      "family": "Ultra",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/ultra/v23/zOLy4prXmrtY-tT6yLOD6NxF.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ultra/v23/zOLy4prXmrtY-uT7wrc.ttf"
    },
    {
      "family": "Unbounded",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v7",
      "lastModified": "2023-08-25",
      "files": {
        "200": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65jx043HgP6LR0Y.ttf",
        "300": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG60bx043HgP6LR0Y.ttf",
        "regular": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx043HgP6LR0Y.ttf",
        "500": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6yrx043HgP6LR0Y.ttf",
        "600": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG68b2043HgP6LR0Y.ttf",
        "700": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6__2043HgP6LR0Y.ttf",
        "800": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG65j2043HgP6LR0Y.ttf",
        "900": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG67H2043HgP6LR0Y.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unbounded/v7/Yq6F-LOTXCb04q32xlpat-6uR42XTqtG6xjx44zNhA.ttf"
    },
    {
      "family": "Uncial Antiqua",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-MfQQZE.ttf"
    },
    {
      "family": "Underdog",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroVSiU14GN2Il.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/underdog/v23/CHygV-jCElj7diMroWSjWVo.ttf"
    },
    {
      "family": "Unica One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unicaone/v18/DPEuYwWHyAYGVTSmalsRd93b.ttf"
    },
    {
      "family": "UnifrakturCook",
      "variants": [
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "700": "https://fonts.gstatic.com/s/unifrakturcook/v23/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unifrakturcook/v23/IurA6Yli8YOdcoky-0PTTdkm56n05Xw01oY.ttf"
    },
    {
      "family": "UnifrakturMaguntia",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unifrakturmaguntia/v20/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unifrakturmaguntia/v20/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVenmZJ.ttf"
    },
    {
      "family": "Unkempt",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v21",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unkempt/v21/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf",
        "700": "https://fonts.gstatic.com/s/unkempt/v21/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unkempt/v21/2EbnL-Z2DFZue0DSeYcV9w.ttf"
    },
    {
      "family": "Unlock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v26",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unlock/v26/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unlock/v26/7Au-p_8ykD-cDl72KQLW.ttf"
    },
    {
      "family": "Unna",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/unna/v23/AYCEpXzofN0NCpgBlGHCWFM.ttf",
        "italic": "https://fonts.gstatic.com/s/unna/v23/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf",
        "700": "https://fonts.gstatic.com/s/unna/v23/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf",
        "700italic": "https://fonts.gstatic.com/s/unna/v23/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/unna/v23/AYCEpXzofN0NOpkLkA.ttf"
    },
    {
      "family": "Updock",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/updock/v5/nuF4D_3dVZ70UI9SjLK3602XBw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/updock/v5/nuF4D_3dVZ70UI9ijbiz.ttf"
    },
    {
      "family": "Urbanist",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fFpOrS8SlKw.ttf",
        "200": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fFpOrS8SlKw.ttf",
        "300": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fFpOrS8SlKw.ttf",
        "regular": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fFpOrS8SlKw.ttf",
        "500": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fFpOrS8SlKw.ttf",
        "600": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfFpOrS8SlKw.ttf",
        "700": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfFpOrS8SlKw.ttf",
        "800": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfFpOrS8SlKw.ttf",
        "900": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfFpOrS8SlKw.ttf",
        "100italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmvacG1K4S1.ttf",
        "200italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmvacG1K4S1.ttf",
        "300italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmvacG1K4S1.ttf",
        "italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmvacG1K4S1.ttf",
        "500italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmvacG1K4S1.ttf",
        "600italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmvacG1K4S1.ttf",
        "700italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmvacG1K4S1.ttf",
        "800italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmvacG1K4S1.ttf",
        "900italic": "https://fonts.gstatic.com/s/urbanist/v15/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmvacG1K4S1.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/urbanist/v15/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4vF5mv.ttf"
    },
    {
      "family": "VT323",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v17",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2isZFJA.ttf"
    },
    {
      "family": "Vampiro One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLnqmuPw.ttf"
    },
    {
      "family": "Varela",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHX5BR4B.ttf"
    },
    {
      "family": "Varela Round",
      "variants": [
        "regular"
      ],
      "subsets": [
        "hebrew",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-02-16",
      "files": {
        "regular": "https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfocuK.ttf"
    },
    {
      "family": "Varta",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v21",
      "lastModified": "2023-03-21",
      "files": {
        "300": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf",
        "regular": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf",
        "500": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf",
        "600": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf",
        "700": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/varta/v21/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD40i7s6.ttf"
    },
    {
      "family": "Vast Shadow",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vastshadow/v19/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vastshadow/v19/pe0qMImKOZ1V62ZwbVY9dce7I94.ttf"
    },
    {
      "family": "Vazirmatn",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "arabic",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-05-02",
      "files": {
        "100": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyOReZ72DF_QY.ttf",
        "200": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzOReZ72DF_QY.ttf",
        "300": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzOReZ72DF_QY.ttf",
        "regular": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzOReZ72DF_QY.ttf",
        "500": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozOReZ72DF_QY.ttf",
        "600": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0OReZ72DF_QY.ttf",
        "700": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80OReZ72DF_QY.ttf",
        "800": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0OReZ72DF_QY.ttf",
        "900": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0OReZ72DF_QY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vazirmatn/v13/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzCRaT6w.ttf"
    },
    {
      "family": "Vesper Libre",
      "variants": [
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf",
        "500": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf",
        "700": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf",
        "900": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_RdIDkWJ.ttf"
    },
    {
      "family": "Viaoda Libre",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/viaodalibre/v18/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/viaodalibre/v18/vEFW2_lWCgoR6OKuRz9kcRV5bmgc.ttf"
    },
    {
      "family": "Vibes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "arabic",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmbd3HpbsuBlh.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmYd2FJI.ttf"
    },
    {
      "family": "Vibur",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRgToJD4.ttf"
    },
    {
      "family": "Victor Mono",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v3",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO8_NhNyOV0Y9bQ.ttf",
        "200": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyu87NhNyOV0Y9bQ.ttf",
        "300": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyZc7NhNyOV0Y9bQ.ttf",
        "regular": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO87NhNyOV0Y9bQ.ttf",
        "500": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyCc7NhNyOV0Y9bQ.ttf",
        "600": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy5cnNhNyOV0Y9bQ.ttf",
        "700": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCy3MnNhNyOV0Y9bQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lxtaKdUMtba8p.ttf",
        "200italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen842lx9aKdUMtba8p.ttf",
        "300italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8417x9aKdUMtba8p.ttf",
        "italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840lx9aKdUMtba8p.ttf",
        "500italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen840Xx9aKdUMtba8p.ttf",
        "600italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen8437wNaKdUMtba8p.ttf",
        "700italic": "https://fonts.gstatic.com/s/victormono/v3/Yq6B-LGQWyfv-LGy7lEO0_ZYrRskvW7bUNen843CwNaKdUMtba8p.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/victormono/v3/Yq6H-LGQWyfv-LGy7lEO09xRn-T81AVB_tCyO879hdaK.ttf"
    },
    {
      "family": "Vidaloka",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass8yn4hnCci.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEavs9wHo.ttf"
    },
    {
      "family": "Viga",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QIjD4e2OX8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiXzQMpCw.ttf"
    },
    {
      "family": "Vina Sans",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vinasans/v6/m8JQjfZKf6-d2273MP7zcJ5BZmqa3A.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vinasans/v6/m8JQjfZKf6-d2273MP7DcZRF.ttf"
    },
    {
      "family": "Voces",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/voces/v22/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/voces/v22/-F6_fjJyLyU8d7PADmo.ttf"
    },
    {
      "family": "Volkhov",
      "variants": [
        "regular",
        "italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-04-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf",
        "italic": "https://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf",
        "700": "https://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf",
        "700italic": "https://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNecTMEgA.ttf"
    },
    {
      "family": "Vollkorn",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v23",
      "lastModified": "2023-09-14",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf",
        "500": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf",
        "600": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf",
        "700": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf",
        "800": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf",
        "900": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf",
        "italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf",
        "500italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf",
        "600italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf",
        "700italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf",
        "800italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf",
        "900italic": "https://fonts.gstatic.com/s/vollkorn/v23/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vollkorn/v23/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGeGGmZ.ttf"
    },
    {
      "family": "Vollkorn SC",
      "variants": [
        "regular",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf",
        "600": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf",
        "700": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf",
        "900": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnViF4Pns.ttf"
    },
    {
      "family": "Voltaire",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/voltaire/v20/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/voltaire/v20/1Pttg8PcRfSblAvGvTopaqE.ttf"
    },
    {
      "family": "Vujahday Script",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v8",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/vujahdayscript/v8/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/vujahdayscript/v8/RWmQoKGA8fEkrIPtSZ3_J7er2dUSDUFr.ttf"
    },
    {
      "family": "Waiting for the Sunrise",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waitingforthesunrise/v20/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waitingforthesunrise/v20/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsbZR_Bs.ttf"
    },
    {
      "family": "Wallpoet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v20",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wallpoet/v20/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wallpoet/v20/f0X10em2_8RnXVVdUObv58E.ttf"
    },
    {
      "family": "Walter Turncoat",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v23",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/walterturncoat/v23/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/walterturncoat/v23/snfys0Gs98ln43n0d-14ULoToe6LYReZ.ttf"
    },
    {
      "family": "Warnes",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v27",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/warnes/v27/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/warnes/v27/pONn1hc0GsW6sW5-pyqy.ttf"
    },
    {
      "family": "Water Brush",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v4",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waterbrush/v4/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waterbrush/v4/AYCPpXPqc8cJWLhp4hywKEJr5vY.ttf"
    },
    {
      "family": "Waterfall",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v6",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/waterfall/v6/MCoRzAfo293fACdFKcwo27v4.ttf"
    },
    {
      "family": "Wavefont",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v10",
      "lastModified": "2023-12-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V0rDHXKtOXOg4.ttf",
        "200": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V07DHXKtOXOg4.ttf",
        "300": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI2L07DHXKtOXOg4.ttf",
        "regular": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V07DHXKtOXOg4.ttf",
        "500": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3n07DHXKtOXOg4.ttf",
        "600": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0L1LDHXKtOXOg4.ttf",
        "700": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI0y1LDHXKtOXOg4.ttf",
        "800": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI1V1LDHXKtOXOg4.ttf",
        "900": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI181LDHXKtOXOg4.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wavefont/v10/L0xFDF00m0cP6hefyOCpRezQNuizSrqDyx8FHbFu21B3L4m0SEzuQYwq-f_JJ8I1WI3V04DGVq8.ttf"
    },
    {
      "family": "Wellfleet",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wellfleet/v22/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wellfleet/v22/nuF7D_LfQJb3VYgX6eyj4myP.ttf"
    },
    {
      "family": "Wendy One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wendyone/v18/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wendyone/v18/2sDcZGJOipXfgfXV5wgzbmW8.ttf"
    },
    {
      "family": "Whisper",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v5",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/whisper/v5/q5uHsoqtKftx74K9milCBxxdmYU.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/whisper/v5/q5uHsoqtKftx74K9qihIAw.ttf"
    },
    {
      "family": "WindSong",
      "variants": [
        "regular",
        "500"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/windsong/v11/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf",
        "500": "https://fonts.gstatic.com/s/windsong/v11/KR1RBsyu-P-GFEW57oeNNPWylS3-jVXm.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/windsong/v11/KR1WBsyu-P-GFEW57o94F9U.ttf"
    },
    {
      "family": "Wire One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v28",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wireone/v28/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wireone/v28/qFdH35Wah5htUhV75VGjU94.ttf"
    },
    {
      "family": "Wix Madefor Display",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "800"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v10",
      "lastModified": "2023-09-13",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltkv_3HQKgh.ttf",
        "500": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFTYltkv_3HQKgh.ttf",
        "600": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtkv_3HQKgh.ttf",
        "700": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtkv_3HQKgh.ttf",
        "800": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYHhZVtkv_3HQKgh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYmtltfk.ttf"
    },
    {
      "family": "Wix Madefor Text",
      "variants": [
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic",
        "800",
        "800italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v13",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NOeFgpRt9rN5.ttf",
        "italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dw_GiJBP86N53IY.ttf",
        "500": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cKNNOeFgpRt9rN5.ttf",
        "500italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3dz3GiJBP86N53IY.ttf",
        "600": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJhM-eFgpRt9rN5.ttf",
        "600italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d9HBiJBP86N53IY.ttf",
        "700": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cJYM-eFgpRt9rN5.ttf",
        "700italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d-jBiJBP86N53IY.ttf",
        "800": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cI_M-eFgpRt9rN5.ttf",
        "800italic": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_WXI_oSymQ8Qj-Apx3HGN_Hu1RZiAL6QzqeqKx1td3d4_BiJBP86N53IY.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/wixmadefortext/v13/-W_oXI_oSymQ8Qj-Apx3HGN_Hu1RTCk5FtSDETgf0cK_NNeEiJA.ttf"
    },
    {
      "family": "Work Sans",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v19",
      "lastModified": "2023-09-14",
      "files": {
        "100": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf",
        "200": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf",
        "300": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf",
        "regular": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf",
        "500": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf",
        "600": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf",
        "700": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf",
        "800": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf",
        "900": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf",
        "100italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf",
        "200italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf",
        "300italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf",
        "italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf",
        "500italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf",
        "600italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf",
        "700italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf",
        "800italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf",
        "900italic": "https://fonts.gstatic.com/s/worksans/v19/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/worksans/v19/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBikJow.ttf"
    },
    {
      "family": "Workbench",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "math",
        "symbols"
      ],
      "version": "v1",
      "lastModified": "2024-01-26",
      "files": {
        "regular": "https://fonts.gstatic.com/s/workbench/v1/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapdOL0GKqgZyb.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/workbench/v1/FeV8S05Gp6Et7FcfbPFK1rynGd_MxtkvNFmoUDFhgF2VKTGQk6vapeOK2mY.ttf"
    },
    {
      "family": "Xanh Mono",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v18",
      "lastModified": "2023-06-07",
      "files": {
        "regular": "https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf",
        "italic": "https://fonts.gstatic.com/s/xanhmono/v18/R70ejykVmvKCep-vWhSomgqUfTfxTo24.ttf"
      },
      "category": "monospace",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/xanhmono/v18/R70YjykVmvKCep-vWhSomQqU.ttf"
    },
    {
      "family": "Yaldevi",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "sinhala"
      ],
      "version": "v12",
      "lastModified": "2023-03-21",
      "files": {
        "200": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvobxLCBJkS.ttf",
        "300": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvobxLCBJkS.ttf",
        "regular": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvobxLCBJkS.ttf",
        "500": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvobxLCBJkS.ttf",
        "600": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvobxLCBJkS.ttf",
        "700": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvobxLCBJkS.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yaldevi/v12/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJwvpZRY.ttf"
    },
    {
      "family": "Yanone Kaffeesatz",
      "variants": [
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v30",
      "lastModified": "2024-02-02",
      "files": {
        "200": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf",
        "300": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf",
        "regular": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf",
        "500": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf",
        "600": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf",
        "700": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yanonekaffeesatz/v30/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWZcWGP.ttf"
    },
    {
      "family": "Yantramanav",
      "variants": [
        "100",
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v13",
      "lastModified": "2023-08-25",
      "files": {
        "100": "https://fonts.gstatic.com/s/yantramanav/v13/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf",
        "300": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf",
        "regular": "https://fonts.gstatic.com/s/yantramanav/v13/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf",
        "500": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf",
        "700": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf",
        "900": "https://fonts.gstatic.com/s/yantramanav/v13/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yantramanav/v13/flU8Rqu5zY00QEpyWJYWN5f1XeM.ttf"
    },
    {
      "family": "Yatra One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "devanagari",
        "latin",
        "latin-ext"
      ],
      "version": "v14",
      "lastModified": "2022-09-22",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0BwlmF.ttf"
    },
    {
      "family": "Yellowtail",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yellowtail/v22/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yellowtail/v22/OZpGg_pnoDtINPfRIlLohl3HxA.ttf"
    },
    {
      "family": "Yeon Sung",
      "variants": [
        "regular"
      ],
      "subsets": [
        "korean",
        "latin"
      ],
      "version": "v20",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6BSFle.ttf"
    },
    {
      "family": "Yeseva One",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v22",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yesevaone/v22/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yesevaone/v22/OpNJno4ck8vc-xYpwWWxlitVXg.ttf"
    },
    {
      "family": "Yesteryear",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v18",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yesteryear/v18/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yesteryear/v18/dg4g_p78rroaKl8kRKo1n70NSw.ttf"
    },
    {
      "family": "Yomogi",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v11",
      "lastModified": "2023-10-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yomogi/v11/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yomogi/v11/VuJwdNrS2ZL7rpo_WYb9.ttf"
    },
    {
      "family": "Young Serif",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v2",
      "lastModified": "2023-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ2t61EcYaQ7F.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/youngserif/v2/3qTpojO2nS2VtkB3KtkQZ1t73kM.ttf"
    },
    {
      "family": "Yrsa",
      "variants": [
        "300",
        "regular",
        "500",
        "600",
        "700",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext",
        "vietnamese"
      ],
      "version": "v20",
      "lastModified": "2023-05-02",
      "files": {
        "300": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNV9rRPfrKu.ttf",
        "regular": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf",
        "500": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNV9rRPfrKu.ttf",
        "600": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NV9rRPfrKu.ttf",
        "700": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NV9rRPfrKu.ttf",
        "300italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LBte6KuGEo.ttf",
        "italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LBte6KuGEo.ttf",
        "500italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LBte6KuGEo.ttf",
        "600italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LBte6KuGEo.ttf",
        "700italic": "https://fonts.gstatic.com/s/yrsa/v20/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LBte6KuGEo.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yrsa/v20/wlprgwnQFlxs_wD3CFSMYmFaaCieSONU_LA.ttf"
    },
    {
      "family": "Ysabeau",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCTYwI8Gcw6Oi.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWCDYwI8Gcw6Oi.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7PICDYwI8Gcw6Oi.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCDYwI8Gcw6Oi.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OkCDYwI8Gcw6Oi.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NIDzYwI8Gcw6Oi.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7NxDzYwI8Gcw6Oi.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7MWDzYwI8Gcw6Oi.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7M_DzYwI8Gcw6Oi.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95yKcW-xrOiIUw.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS15zKcW-xrOiIUw.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS4BzKcW-xrOiIUw.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS95zKcW-xrOiIUw.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS-xzKcW-xrOiIUw.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSwB0KcW-xrOiIUw.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeSzl0KcW-xrOiIUw.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS150KcW-xrOiIUw.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeau/v2/kmKsZqEiBAXLcnuMlD9_3CYscnjwsKZeS3d0KcW-xrOiIUw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeau/v2/kmKiZqEiBAXLcnuMvjZNI_5FGeJet7OWCAYxKcU.ttf"
    },
    {
      "family": "Ysabeau Infant",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo4HK5ChLwKH6A.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlo8HK5ChLwKH6A.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYSI8HK5ChLwKH6A.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo8HK5ChLwKH6A.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYJI8HK5ChLwKH6A.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYyIgHK5ChLwKH6A.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQY8YgHK5ChLwKH6A.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYlogHK5ChLwKH6A.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYv4gHK5ChLwKH6A.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaZqlDQeX6Dc5.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvaJqlDQeX6Dc5.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3syxaJqlDQeX6Dc5.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szvaJqlDQeX6Dc5.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3szdaJqlDQeX6Dc5.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swxb5qlDQeX6Dc5.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3swIb5qlDQeX6Dc5.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxvb5qlDQeX6Dc5.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-AlzpqOkkV94kBTQVdX1EWI_p9ZR4c8LTTNzMN3sxGb5qlDQeX6Dc5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeauinfant/v2/hv-ClzpqOkkV94kBTQVdX1EWI9B0V-HEmd9JmTQYFo83Kpql.ttf"
    },
    {
      "family": "Ysabeau Office",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900",
        "100italic",
        "200italic",
        "300italic",
        "italic",
        "500italic",
        "600italic",
        "700italic",
        "800italic",
        "900italic"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6IfYSfpQj7IGQ.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6MfYSfpQj7IGQ.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPb2aMfYSfpQj7IGQ.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MfYSfpQj7IGQ.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbtaMfYSfpQj7IGQ.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbWaQfYSfpQj7IGQ.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbYKQfYSfpQj7IGQ.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbB6QfYSfpQj7IGQ.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbLqQfYSfpQj7IGQ.ttf",
        "100italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Iy3tYDvYGbGh.ttf",
        "200italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3Ii3tYDvYGbGh.ttf",
        "300italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-CpIi3tYDvYGbGh.ttf",
        "italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-D3Ii3tYDvYGbGh.ttf",
        "500italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-DFIi3tYDvYGbGh.ttf",
        "600italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-ApJS3tYDvYGbGh.ttf",
        "700italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-AQJS3tYDvYGbGh.ttf",
        "800italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-B3JS3tYDvYGbGh.ttf",
        "900italic": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDIkapaZKhM9RuQIp8FmdYrPPPLMqbE5B_kXOvTOT-BeJS3tYDvYGbGh.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeauoffice/v2/LDImapaZKhM9RuQIp8FmdYrPPNjFm07hbpKNlPPbh6MvYC3t.ttf"
    },
    {
      "family": "Ysabeau SC",
      "variants": [
        "100",
        "200",
        "300",
        "regular",
        "500",
        "600",
        "700",
        "800",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "cyrillic-ext",
        "greek",
        "latin",
        "latin-ext",
        "math",
        "symbols",
        "vietnamese"
      ],
      "version": "v2",
      "lastModified": "2024-01-26",
      "files": {
        "100": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98U1qEZ4EOmsT5.ttf",
        "200": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8UlqEZ4EOmsT5.ttf",
        "300": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw8iUlqEZ4EOmsT5.ttf",
        "regular": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UlqEZ4EOmsT5.ttf",
        "500": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw9OUlqEZ4EOmsT5.ttf",
        "600": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-iVVqEZ4EOmsT5.ttf",
        "700": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw-bVVqEZ4EOmsT5.ttf",
        "800": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_8VVqEZ4EOmsT5.ttf",
        "900": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw_VVVqEZ4EOmsT5.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/ysabeausc/v2/Noai6Uro3JCIKAbW46nMorJZyP7kKRflbw98UmqFbYU.ttf"
    },
    {
      "family": "Yuji Boku",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1Fkjb2r2dgvJA.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1FUjLev.ttf"
    },
    {
      "family": "Yuji Hentaigana Akari",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujihentaiganaakari/v11/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnLIRTzODYALaA.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujihentaiganaakari/v11/cY9bfiyVT0VB6QuhWKOrpr6z58lnb_zYFnL4RDbK.ttf"
    },
    {
      "family": "Yuji Hentaigana Akebono",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-31",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujihentaiganaakebono/v12/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wQy9NKXRzrrF.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujihentaiganaakebono/v12/EJRGQhkhRNwM-RtitGUwh930GU_f5KAlkuL0wTy8PqE.ttf"
    },
    {
      "family": "Yuji Mai",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gC38hmHmNpCO.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gB39jGU.ttf"
    },
    {
      "family": "Yuji Syuku",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v5",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPqPfgwqiA-Rk.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPmPbqxg.ttf"
    },
    {
      "family": "Yusei Magic",
      "variants": [
        "regular"
      ],
      "subsets": [
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-05-02",
      "files": {
        "regular": "https://fonts.gstatic.com/s/yuseimagic/v12/yYLt0hbAyuCmoo5wlhPkpjHR-tdfcIT_.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/yuseimagic/v12/yYLt0hbAyuCmoo5wlhPkpgHQ8NM.ttf"
    },
    {
      "family": "ZCOOL KuaiLe",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v19",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolkuaile/v19/tssqApdaRQokwFjFJjvM6h2mp4b3.ttf"
    },
    {
      "family": "ZCOOL QingKe HuangYou",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v15",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolqingkehuangyou/v15/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mR4ive4.ttf"
    },
    {
      "family": "ZCOOL XiaoWei",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v14",
      "lastModified": "2022-11-09",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zcoolxiaowei/v14/i7dMIFFrTRywPpUVX9_RJyM1UFOaGw.ttf"
    },
    {
      "family": "Zen Antique",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenantique/v12/AYCPpXPnd91Ma_Zf-Ri2JXJq7PKP5Z_G.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenantique/v12/AYCPpXPnd91Ma_Zf-Ri2JUJr5vY.ttf"
    },
    {
      "family": "Zen Antique Soft",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenantiquesoft/v12/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwBmkui5HNg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenantiquesoft/v12/DtV4JwqzSL1q_KwnEWMc_3xfgW6itwFslg.ttf"
    },
    {
      "family": "Zen Dots",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v12",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQeaETM_FcCIG.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zendots/v12/XRXX3ICfm00IGoesQdaFRss.ttf"
    },
    {
      "family": "Zen Kaku Gothic Antique",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TarWJtyZyGU.ttf",
        "regular": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-g3RKjc4d7.ttf",
        "500": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DarWJtyZyGU.ttf",
        "700": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jarWJtyZyGU.ttf",
        "900": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DarWJtyZyGU.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkakugothicantique/v15/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22-h1xY.ttf"
    },
    {
      "family": "Zen Kaku Gothic New",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v15",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWTSTGlMyd8.ttf",
        "regular": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjtiTWz5UGA.ttf",
        "500": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWTSTGlMyd8.ttf",
        "700": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWTSTGlMyd8.ttf",
        "900": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWTSTGlMyd8.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkakugothicnew/v15/gNMYW2drQpDw0GjzrVNFf_valaDBcznOojpoSQ.ttf"
    },
    {
      "family": "Zen Kurenaido",
      "variants": [
        "regular"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenkurenaido/v16/3XFsEr0515BK2u6UUptu_gWJZfz22PRLd0U.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenkurenaido/v16/3XFsEr0515BK2u6UUptu_gWJVf383A.ttf"
    },
    {
      "family": "Zen Loop",
      "variants": [
        "regular",
        "italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v9",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenloop/v9/h0GrssK16UsnJwHsEK9zqwzX5vOG.ttf",
        "italic": "https://fonts.gstatic.com/s/zenloop/v9/h0GtssK16UsnJwHsEJ9xoQj14-OGJ0w.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenloop/v9/h0GrssK16UsnJwHsEJ9yoQg.ttf"
    },
    {
      "family": "Zen Maru Gothic",
      "variants": [
        "300",
        "regular",
        "500",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v16",
      "lastModified": "2023-08-25",
      "files": {
        "300": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCPJqa_ajlvw.ttf",
        "regular": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0SIpIxzW5b-RxT-6A8jWAtCp-k7UJmNLGG9A.ttf",
        "500": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCPJqa_ajlvw.ttf",
        "700": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1CPJqa_ajlvw.ttf",
        "900": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9CPJqa_ajlvw.ttf"
      },
      "category": "sans-serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenmarugothic/v16/o-0SIpIxzW5b-RxT-6A8jWAtCp-U7Ehi.ttf"
    },
    {
      "family": "Zen Old Mincho",
      "variants": [
        "regular",
        "500",
        "600",
        "700",
        "900"
      ],
      "subsets": [
        "cyrillic",
        "greek",
        "japanese",
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss0ApVaYytLwxTqcxfMyBveyYb3g31S2s8p.ttf",
        "500": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb4Dqlla8dMgPgBu.ttf",
        "600": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb4vrVla8dMgPgBu.ttf",
        "700": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb5LrFla8dMgPgBu.ttf",
        "900": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss3ApVaYytLwxTqcxfMyBveyb5zrlla8dMgPgBu.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zenoldmincho/v11/tss0ApVaYytLwxTqcxfMyBveybb2iXk.ttf"
    },
    {
      "family": "Zen Tokyo Zoo",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v7",
      "lastModified": "2023-01-06",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf"
      },
      "category": "display",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRvwaxkQQ.ttf"
    },
    {
      "family": "Zeyada",
      "variants": [
        "regular"
      ],
      "subsets": [
        "latin"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zeyada/v19/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zeyada/v19/11hAGpPTxVPUbgZzNWyp.ttf"
    },
    {
      "family": "Zhi Mang Xing",
      "variants": [
        "regular"
      ],
      "subsets": [
        "chinese-simplified",
        "latin"
      ],
      "version": "v17",
      "lastModified": "2022-09-27",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf"
      },
      "category": "handwriting",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g4aYneQ.ttf"
    },
    {
      "family": "Zilla Slab",
      "variants": [
        "300",
        "300italic",
        "regular",
        "italic",
        "500",
        "500italic",
        "600",
        "600italic",
        "700",
        "700italic"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v11",
      "lastModified": "2022-09-22",
      "files": {
        "300": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf",
        "300italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf",
        "regular": "https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf",
        "italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf",
        "500": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf",
        "500italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf",
        "600": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf",
        "600italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf",
        "700": "https://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf",
        "700italic": "https://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFajw6-A.ttf"
    },
    {
      "family": "Zilla Slab Highlight",
      "variants": [
        "regular",
        "700"
      ],
      "subsets": [
        "latin",
        "latin-ext"
      ],
      "version": "v19",
      "lastModified": "2023-08-25",
      "files": {
        "regular": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf",
        "700": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf"
      },
      "category": "serif",
      "kind": "webfonts#webfont",
      "menu": "https://fonts.gstatic.com/s/zillaslabhighlight/v19/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxitJaWQ.ttf"
    }
  ]
}
inc/core/custom-controls/typography/class-colormag-typography-control.php000064400000136406151213253040023135 0ustar00<?php
/**
 * Extend WP_Customize_Control to include typography control.
 *
 * Class ColorMag_Typography_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the typography customize control.
 *
 * Class ColorMag_Typography_Control
 */
class ColorMag_Typography_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-typography';

	public $suffix = '';

	/**
	 * Languages required subsets.
	 *
	 * @var array
	 */
	public $languages = array();

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		$standard_fonts      = $this->get_system_fonts();
		$google_fonts        = $this->get_google_fonts();
		$custom_fonts        = $this->get_custom_fonts();
		$google_font_subsets = ColorMag_Fonts::get_google_font_subsets();
		$localize_scripts    = array(
			'standardfontslabel' => esc_html__( 'Standard Fonts', 'colormag' ),
			'googlefontslabel'   => esc_html__( 'Google Fonts', 'colormag' ),
			'standard'           => $standard_fonts,
			'google'             => $google_fonts,
		);

		// If custom fonts is available,then add it for localization.
		if ( ! empty( $custom_fonts ) ) {
			$localize_scripts[ 'customfontslabel' ] = esc_html__( 'Custom Fonts', 'colormag' );
			$localize_scripts[ 'custom' ]           = $custom_fonts;
		}

		// Loading available fonts.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypography',
			$localize_scripts
		);

		// Loading Google font subsets.
		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlTypographySubsets',
			$google_font_subsets
		);

	}

	/**
	 * Formats variants.
	 *
	 * @param array $variants The variants.
	 *
	 * @return array
	 */
	protected function format_variants_array( $variants ) {

		$font_variants  = ColorMag_Fonts::get_font_variants();
		$variants_array = array();

		foreach ( $variants as $variant ) {

			if ( is_string( $variant ) ) {
				$variants_array[] = array(
					'id'    => $variant,
					'label' => isset( $font_variants[ $variant ] ) ? $font_variants[ $variant ] : $variant,
				);
			} elseif ( is_array( $variant ) && isset( $variant[ 'id' ] ) && isset( $variant[ 'label' ] ) ) {
				$variants_array[] = $variant;
			}
		}

		return $variants_array;

	}

	/**
	 * Gets standard fonts properly formatted for control.
	 */
	public function get_system_fonts() {

		$standard_fonts       = ColorMag_Fonts::get_system_fonts();
		$standard_fonts_array = array();
		$default_variants     = $this->format_variants_array(
		/**
		 * Filter for default variants.
		 *
		 * @since   1.0.0
		 */
			apply_filters(
				'colormag_default_variants',
				array(
					'regular',
					'italic',
				)
			)
		);

		foreach ( $standard_fonts as $key => $font ) {

			$standard_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $standard_fonts_array;

	}

	/**
	 * Gets Google fonts properly formatted for control.
	 */
	public function get_google_fonts() {

		// Get formatted array of google fonts.
		$google_fonts          = ColorMag_Fonts::get_google_fonts();
		$font_variants         = ColorMag_Fonts::get_font_variants();
		$foogle_fonts__subsets = ColorMag_Fonts::get_google_font_subsets();
		$google_fonts_array    = array();

		foreach ( $google_fonts as $family => $args ) {

			// Get label, variants, subsets of individual font.
			$label    = ( isset( $args[ 'label' ] ) ) ? $args[ 'label' ] : $family;
			$variants = ( isset( $args[ 'variants' ] ) ) ? $args[ 'variants' ] : array( 'regular' );
			$subsets  = ( isset( $args[ 'subsets' ] ) ) ? $args[ 'subsets' ] : array();

			$available_variants = array();
			if ( is_array( $variants ) ) {
				foreach ( $variants as $variant ) {
					if ( array_key_exists( $variant, $font_variants ) ) {
						$available_variants[] = array(
							'id'    => $variant,
							'label' => $font_variants[ $variant ],
						);
					}
				}
			}

			$available_subsets = array();
			if ( is_array( $subsets ) ) {
				foreach ( $subsets as $subset ) {
					if ( array_key_exists( $subset, $foogle_fonts__subsets ) ) {
						$available_subsets[] = array(
							'id'    => $subset,
							'label' => $foogle_fonts__subsets[ $subset ],
						);
					}
				}
			}

			$google_fonts_array[] = array(
				'family'   => $family,
				'label'    => $label,
				'variants' => $available_variants,
				'subsets'  => $available_subsets,
			);

		}

		return $google_fonts_array;

	}

	/**
	 * Gets custom fonts properly formatted for control.
	 */
	public function get_custom_fonts() {

		$custom_fonts       = ColorMag_Fonts::get_custom_fonts();
		$custom_fonts_array = array();
		$default_variants   = $this->format_variants_array(
			array(
				'regular',
				'italic',
			)
		);

		foreach ( $custom_fonts as $key => $font ) {

			$custom_fonts_array[] = array(
				'family'   => $font[ 'family' ],
				'label'    => $font[ 'label' ],
				'subsets'  => array(),
				'variants' => ( isset( $font[ 'variants' ] ) ) ? $this->format_variants_array( $font[ 'variants' ] ) : $default_variants,
			);

		}

		return $custom_fonts_array;

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;
		$this->json[ 'choices' ]     = $this->choices;
		$this->json[ 'languages' ]   = ColorMag_Fonts::get_google_font_subsets();

		$input_attrs = colormag_get_typography_input_attrs( $this->value() );

		$this->json[ 'suffix' ]         = $input_attrs[ 'suffix' ];
		$this->json[ 'default_suffix' ] = $input_attrs[ 'default_suffix' ];

		$this->json[ 'input_attrs' ] = array_merge(
			$this->input_attrs,
			$input_attrs[ 'input_attrs' ]

		);
	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<# if ( data.default['font-family'] ) { #>
			<div class="font-family customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Family', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-family-{{{ data.id || data.name }}}"></select>
				</div>
			</div>

			<# if ( data.default['font-weight'] ) { #>
			<div class="font-weight customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Weight', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-weight-{{{ data.id || data.name }}}"></select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['subsets'] ) { #>
			<div class="subsets customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Subset(s)', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-subsets-{{{ data.id || data.name }}}" multiple>
						<# _.each( data.value.subsets, function( subset ) { #>
						<option value="{{ subset }}" selected="selected">{{ data.languages[subset] }}</option>
						<# } ); #>
					</select>
				</div>
			</div>
			<# } #>

			<# } #>

			<# if ( data.default['font-size'] ) { #>
			<div class="font-size customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="font-size-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['font-size'], function( suffix ) {  #>
								  <option value="{{ suffix }}"
								    <# if(data.value['font-size'] && data.value['font-size']['desktop'] && data.value['font-size']['desktop']['unit']) { #>
											<# if ( data.value['font-size']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
							  </div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-desktop-warning"
						      id="colormag-font-size-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['desktop']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
							data.value['font-size']['desktop']['size']) { #>
							value="{{ data.value['font-size']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['font-size']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['desktop']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['desktop'] &&
								data.value['font-size']['desktop']['size']) { #>
								value="{{ data.value['font-size']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="tablet" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['tablet'] && data.value['font-size']['tablet']['unit']) { #>
											<# if ( data.value['font-size']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-tablet-warning"
						      id="colormag-font-size-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['tablet']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
							data.value['font-size']['tablet']['size']) { #>
							value="{{ data.value['font-size']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['font-size']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['tablet']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['tablet'] &&
								data.value['font-size']['tablet']['size']) { #>
								value="{{ data.value['font-size']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Size', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					 <div class="unit-wrapper">
							<div class="input-wrapper">
								<select class="font-size-unit" data-device="mobile" name="unit">
									<# _.each(data.suffix['font-size'], function( suffix ) { #>
									 <option value="{{ suffix }}"
										  <# if(data.value['font-size'] && data.value['font-size']['mobile'] && data.value['font-size']['mobile']['unit']) { #>
											<# if ( data.value['font-size']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['font-size'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
									</option>
									<# }) #>
								</select>
								<div class="colormag-font-size-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
							</div>
						</div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-font-size-mobile-warning"
						      id="colormag-font-size-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['font-size']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['font-size']['mobile']['unit'] }}"

							<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
							data.value['font-size']['mobile']['size']) { #>
							value="{{ data.value['font-size']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['font-size']['mobile']['size'] }}"
							<# } #>

							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-font-size-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['font-size']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['font-size']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['font-size']['mobile']['step'] }}}"

								<# if(data.value['font-size'] && data.value['font-size']['mobile'] &&
								data.value['font-size']['mobile']['size']) { #>
								value="{{ data.value['font-size']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['font-size']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['line-height'] ) { #>
			<div class="line-height customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="desktop" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['line-height'] && data.value['line-height']['desktop'] && data.value['line-height']['desktop']['unit']) { #>
											<# if ( data.value['line-height']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-desktop-warning"
						      id="colormag-line-height-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['desktop']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
							data.value['line-height']['desktop']['size']) { #>
							value="{{ data.value['line-height']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['line-height']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['desktop']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['desktop'] &&
								data.value['line-height']['desktop']['size']) { #>
								value="{{ data.value['line-height']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['tablet'] && data.value['line-height']['tablet']['unit']) { #>
											<# if ( data.value['line-height']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-tablet-warning"
						      id="colormag-line-height-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['tablet']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
							data.value['line-height']['tablet']['size']) { #>
							value="{{ data.value['line-height']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['line-height']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['tablet']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['tablet'] &&
								data.value['line-height']['tablet']['size']) { #>
								value="{{ data.value['line-height']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					 <span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span class="customize-control-label"><?php esc_html_e( 'Line Height', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="line-height-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['line-height'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['line-height'] && data.value['line-height']['mobile'] && data.value['line-height']['mobile']['unit']) { #>
											<# if ( data.value['line-height']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['line-height'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-line-height-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-line-height-mobile-warning"
						      id="colormag-line-height-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['line-height']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['line-height']['mobile']['unit'] }}"

							<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
							data.value['line-height']['mobile']['size']) { #>
							value="{{ data.value['line-height']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['line-height']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-line-height-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['line-height']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['line-height']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['line-height']['mobile']['step'] }}}"

								<# if(data.value['line-height'] && data.value['line-height']['mobile'] &&
								data.value['line-height']['mobile']['size']) { #>
								value="{{ data.value['line-height']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['line-height']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>


			<# if ( data.default['letter-spacing'] ) { #>
			<div class="letter-spacing customize-group">
				<div class="desktop control-wrap active">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="desktop" name="unit">

								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										   <# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] && data.value['letter-spacing']['desktop']['unit']) { #>
											<# if ( data.value['letter-spacing']['desktop']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-desktop-warning"
						      id="colormag-letter-spacing-desktop-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['desktop']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
							data.value['letter-spacing']['desktop']['size']) { #>
							value="{{ data.value['letter-spacing']['desktop']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['desktop']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-desktop-{{{ data.id || data.name }}}"
								       data-device="desktop"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['desktop']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['desktop'] &&
								data.value['letter-spacing']['desktop']['size']) { #>
								value="{{ data.value['letter-spacing']['desktop']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['desktop']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="tablet control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="tablet" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
								  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] && data.value['letter-spacing']['tablet']['unit']) { #>
											<# if ( data.value['letter-spacing']['tablet']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-tablet-warning"
						      id="colormag-letter-spacing-tablet-warning"></span>
						<div class="range">
							<input
								type="range"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['tablet']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
							data.value['letter-spacing']['tablet']['size']) { #>
							value="{{ data.value['letter-spacing']['tablet']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['tablet']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-tablet-{{{ data.id || data.name }}}"
								       data-device="tablet"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['tablet']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['tablet'] &&
								data.value['letter-spacing']['tablet']['size']) { #>
								value="{{ data.value['letter-spacing']['tablet']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['tablet']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>

				<div class="mobile control-wrap">
					<span class="customize-label-wrapper">
					<span class="customizer-label-switcher-wrapper">
						<span
							class="customize-control-label"><?php esc_html_e( 'Letter Spacing', 'colormag' ); ?></span>
						<ul class="responsive-switchers">
							<li class="desktop active">
								<button type="button" class="preview-desktop" data-device="desktop">
									<i class="dashicons dashicons-desktop"></i>
								</button>
							</li>
							<li class="tablet">
								<button type="button" class="preview-tablet" data-device="tablet">
									<i class="dashicons dashicons-tablet"></i>
								</button>
							</li>
							<li class="mobile">
								<button type="button" class="preview-mobile" data-device="mobile">
									<i class="dashicons dashicons-smartphone"></i>
								</button>
							</li>
						</ul>
					</span>
					  <div class="unit-wrapper">
						  <div class="input-wrapper">
							  <select class="letter-spacing-unit" data-device="mobile" name="unit">
								  <# _.each(data.suffix['letter-spacing'], function( suffix ) {  #>
								   <option value="{{ suffix }}"
										  <# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] && data.value['letter-spacing']['mobile']['unit']) { #>
											<# if ( data.value['letter-spacing']['mobile']['unit'] == suffix ) { #> Selected <# } #>
											<# } else { #>
												<# if ( data.default_suffix['letter-spacing'] == suffix ) { #> Selected <# } #>
											<# } #>
										>{{suffix}}
								  </option>
								  <# }) #>
							  </select>
							  <div class="colormag-letter-spacing-reset">
									<span class="dashicons dashicons-image-rotate"
									      title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
									</span>
								</div>
						  </div>
					  </div>
				</span>
					<div class="control slider-wrapper">
						<span class="colormag-warning colormag-letter-spacing-mobile-warning"
						      id="colormag-letter-spacing-mobile-warning"></span>
						<div class="range">
							<input
								type="range"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								class="colormag-progress"
								min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"
								data-reset_value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								data-reset_unit="{{ data.default['letter-spacing']['mobile']['unit'] }}"

							<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
							data.value['letter-spacing']['mobile']['size']) { #>
							value="{{ data.value['letter-spacing']['mobile']['size'] }}"
							<# } else { #>
							value="{{ data.default['letter-spacing']['mobile']['size'] }}"
							<# } #>
							/>
						</div>
						<div class="size colormag-range-value">
							<div class="input-wrapper">
								<input type="number" id="colormag-letter-spacing-mobile-{{{ data.id || data.name }}}"
								       data-device="mobile"
								       min="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['min'] }}}"
								       max="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['max'] }}}"
								       step="{{{ data.input_attrs.attributes['letter-spacing']['mobile']['step'] }}}"

								<# if(data.value['letter-spacing'] && data.value['letter-spacing']['mobile'] &&
								data.value['letter-spacing']['mobile']['size']) { #>
								value="{{ data.value['letter-spacing']['mobile']['size'] }}"
								<# } else { #>
								value="{{ data.default['letter-spacing']['mobile']['size'] }}"
								<# } #>

								/>
							</div>
						</div>
					</div>
				</div>
			</div>
			<# } #>

			<# if ( data.default['font-style'] ) { #>
			<div class="font-style customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Style', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-font-style-{{{ data.id || data.name }}}">
						<option value="normal"
						<# if ( 'normal' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Normal', 'colormag' ); ?></option>
						<option value="italic"
						<# if ( 'italic' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Italic', 'colormag' ); ?></option>
						<option value="oblique"
						<# if ( 'oblique' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Oblique', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['font-style'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-transform'] ) { #>
			<div class="text-transform customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Transform', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-transform-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="capitalize"
						<# if ( 'capitalize' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Capitalize', 'colormag' ); ?></option>
						<option value="uppercase"
						<# if ( 'uppercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Uppercase', 'colormag' ); ?></option>
						<option value="lowercase"
						<# if ( 'lowercase' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Lowercase', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-transform'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<# if ( data.default['text-decoration'] ) { #>
			<div class="text-decoration customize-group">
				<span class="customize-control-label"><?php esc_html_e( 'Decoration', 'colormag' ); ?></span>
				<div class="colormag-field-content">
					<select {{{ data.inputAttrs }}} id="colormag-text-decoration-{{{ data.id || data.name }}}">
						<option value="none"
						<# if ( 'none' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'None', 'colormag' ); ?></option>
						<option value="underline"
						<# if ( 'underline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Underline', 'colormag' ); ?></option>
						<option value="overline"
						<# if ( 'overline' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Overline', 'colormag' ); ?></option>
						<option value="line-through"
						<# if ( 'line-through' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Line Through', 'colormag' ); ?></option>
						<option value="initial"
						<# if ( 'initial' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Initial', 'colormag' ); ?></option>
						<option value="inherit"
						<# if ( 'inherit' === data.value['text-decoration'] ) { #> selected <# }
						#>><?php esc_html_e( 'Inherit', 'colormag' ); ?></option>
					</select>
				</div>
			</div>
			<# } #>

			<input class="typography-hidden-value"
			       value="{{ JSON.stringify( data.value ) }}"
			       type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Renders the control wrapper and calls $this->render_content() for the internals.
	 */
	protected function render() {

		$id    = 'customize-control-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id );
		$class = 'customize-control has-responsive-switchers customize-control-' . $this->type;
		?>

		<li id="<?php echo esc_attr( $id ); ?>" class="<?php echo esc_attr( $class ); ?>">
			<?php $this->render_content(); ?>
		</li>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/title/class-colormag-title-control.php000064400000003575151213253040020763 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the title control.
 *
 * Class ColorMag_Title_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the title customize control.
 *
 * Class ColorMag_Title_Control
 */
class ColorMag_Title_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-title';
	public $link = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;
		$this->json['link']        = esc_url( $this->link );

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-title-wrapper">
			<label class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-title">{{{ data.label }}}</span>
				<# if ( data.description ) { #>
				<span class="tool-tip">
                    <i class="dashicons dashicons-editor-help"></i>
				<span class="tooltip-text">{{{ data.description }}}</span>
				</span>
				<# } #>
				<# } #>
			</label>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/dimensions/class-colormag-dimensions-control.php000064400000007256151213253040023041 0ustar00<?php
/**
 * Customize Dimensions control class.
 *
 * @package colormag
 *
 * @see WP_Customize_Control
 */

/**
 * Class ColorMag_Dimensions_Control
 */
class ColorMag_Dimensions_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-dimensions';

	/**
	 * Suffix for Dimension.
	 *
	 * @var array
	 */
	public $suffix = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = isset( $this->default ) ? $this->default : $this->setting->default;
		$this->json['value']   = $this->value();
		$this->json['suffix']  = $this->suffix;
		$this->json['link']    = $this->get_link();
		$this->json['choices'] = $this->choices;
		$this->json['id']      = $this->id;
		$this->json['sides']   = array(
			'top'    => __( 'Top', 'colormag' ),
			'right'  => __( 'Right', 'colormag' ),
			'bottom' => __( 'Bottom', 'colormag' ),
			'left'   => __( 'Left', 'colormag' ),
		);

	}

	/**
	 * Renders the Underscore template for this control.
	 *
	 * @see    WP_Customize_Control::print_template()
	 * @return void
	 */
	protected function content_template() {
		?>

		<div class="colormag-dimension-wrapper">
			<input type="hidden" value='{{{ "object" === typeof data.value ? JSON.stringify( data.value ) : data.value  }}}' id="colormag_dimensions_{{{ data.id }}}" name="colormag_dimensions_{{{ data.id }}}">
			<# if ( data.label ) { #>
			<div class="dimension-label-unit-wrapper">
				<div class="label-switcher-wrapper">
					<span class="customize-control-label">{{{ data.label }}}</span>
				</div>
				<div class="unit-wrapper">
					<div class="input-wrapper">
						<select class="dimension-unit" name="unit" data-type="unit" value="">
							<# _.each( data.suffix, function( suffix ) { #>
							<option value="{{ suffix }}" {{{ data.value.unit && data.value.unit == suffix ? 'selected' : '' }}}>{{{ suffix }}}</option>
							<# } ); #>
						</select>
						<div class="colormag-dimensions-reset">
							<span class="dashicons dashicons-image-rotate"
								title="<?php esc_attr_e( 'Back to default', 'colormag' ); ?>">
							</span>
						</div>
					</div>
				</div>
			</div>
			<# } #>
			<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
			<div class="wrapper">
                <div class="control">
					<# _.each( data.sides, function( label, key ) { #>
						<label for="{{ key }}" class="{{ key }}">
							<input type="number"
                                   id="{{ key }}"
                                   data-type="{{{ key }}}"
                                   value="{{{ data.value[ key ] ? data.value[ key ] : data.default[ key ] }}}"
							<h5>{{{ label }}}</h5>
						</label>
					<# } ) #>
					<button class="colormag-binding">
						<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24">
							<path d="M12 22a5 5 0 0 1-5-5v-2.5a.83.83 0 0 1 .83-.83.84.84 0 0 1 .84.83V17a3.33 3.33 0 0 0 6.66 0v-2.5a.84.84 0 0 1 .84-.83.83.83 0 0 1 .83.83V17a5 5 0 0 1-5 5Zm4.17-11.67a.84.84 0 0 1-.84-.83V7a3.33 3.33 0 0 0-6.66 0v2.5a.84.84 0 0 1-.84.83A.83.83 0 0 1 7 9.5V7a5 5 0 0 1 10 0v2.5a.83.83 0 0 1-.83.83Zm-3.34 5V8.67a.83.83 0 1 0-1.66 0v6.66a.83.83 0 1 0 1.66 0Z"/>
						</svg>
					</button>
				</div>
			</div>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	protected function render_content() {}
}
inc/core/custom-controls/dimensions/dimensions.js000064400000005455151213253040016303 0ustar00/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );
inc/core/custom-controls/class-colormag-customize-base-control.php000064400000004215151213253040021443 0ustar00<?php
/**
 * ColorMag customizer base control class for theme customize options.
 *
 * Class ColorMag_Customize_Base_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer base control class.
 *
 * Class ColorMag_Customize_Base_Control
 */
class ColorMag_Customize_Base_Control {

	/**
	 * Registered Controls.
	 *
	 * @var array
	 */
	public static $controls;

	/**
	 * Add Control to self::$controls and register custom controls to WordPress Customizer.
	 *
	 * @param string $name       Slug for the control.
	 * @param array  $attributes Control Attributes.
	 *
	 * @return void
	 */
	public static function add_control( $name, $attributes ) {

		global $wp_customize;
		self::$controls[ $name ] = $attributes;

		if ( isset( $attributes['callback'] ) ) {
			$wp_customize->register_control_type( $attributes['callback'] );
		}

	}

	/**
	 * Returns control instance.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return string
	 */
	public static function get_control_instance( $control_type ) {

		$control_class = self::get_control( $control_type );

		if ( isset( $control_class['callback'] ) ) {
			return class_exists( $control_class['callback'] ) ? $control_class['callback'] : false;
		}

		return false;

	}

	/**
	 * Returns control and its attributes.
	 *
	 * @param string $control_type Control type.
	 *
	 * @return array
	 */
	public static function get_control( $control_type ) {

		if ( isset( self::$controls[ $control_type ] ) ) {
			return self::$controls[ $control_type ];
		}

		return array();

	}

	/**
	 * Returns santize callback for control.
	 *
	 * @param string $control Control type for customize option.
	 *
	 * @return string
	 */
	public static function get_sanitize_callback( $control ) {

		if ( isset( self::$controls[ $control ]['sanitize_callback'] ) ) {
			return self::$controls[ $control ]['sanitize_callback'];
		}

		return false;

	}

}

return new ColorMag_Customize_Base_Control();
inc/core/custom-controls/background/class-colormag-background-control.php000064400000020054151213253040022746 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the background control.
 *
 * Class ColorMag_Color_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the background customize control.
 *
 * Class ColorMag_Background_Control
 */
class ColorMag_Background_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-background';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlBackground',
			array(
				'placeholder' => esc_html__( 'No file selected', 'colormag' ),
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div class="customize-control-content">

			<div class="background-color">
				<span class="customize-control-label"><?php esc_html_e( 'Background Color', 'colormag' ); ?></span>
				<input data-name="{{ data.name }}"
						type="text"
						data-default-color="{{ data.default['background-color'] }}"
						data-alpha-enabled="true"
						value="{{ data.value['background-color'] }}"
						class="colormag-color-picker-alpha color-picker-hex"
				/>
			</div>

			<div class="background-image">
				<span class="customize-control-label"><?php esc_html_e( 'Background Image', 'colormag' ); ?></span>
				<div class="attachment-media-view background-image-upload">
					<# if ( data.value['background-image'] ) { #>
					<div class="thumbnail thumbnail-image"><img src="{{ data.value['background-image'] }}" alt="" />
					</div>
					<# } else { #>
					<div class="placeholder"><?php esc_html_e( 'No Image Selected', 'colormag' ); ?></div>
					<# } #>

					<div class="actions">
						<button data-name="{{ data.name }}"
								class="button background-image-upload-remove-button<# if ( ! data.value['background-image'] ) { #> hidden <# } #>"
						>
							<?php esc_attr_e( 'Remove', 'colormag' ); ?>
						</button>

						<button data-name="{{ data.name }}"
								type="button"
								class="button background-image-upload-button"
						>
							<?php esc_attr_e( 'Select Image', 'colormag' ); ?>
						</button>
					</div>
				</div>
			</div>

			<div class="background-repeat">
				<span class="customize-control-label"><?php esc_html_e( 'Background Repeat', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="no-repeat"
					<# if ( 'no-repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'No Repeat', 'colormag' ); ?></option>
					<option value="repeat"
					<# if ( 'repeat' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat All', 'colormag' ); ?></option>
					<option value="repeat-x"
					<# if ( 'repeat-x' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Horizontally', 'colormag' ); ?></option>
					<option value="repeat-y"
					<# if ( 'repeat-y' === data.value['background-repeat'] ) { #> selected <# }
					#>><?php esc_html_e( 'Repeat Vertically', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-position">
				<span class="customize-control-label"><?php esc_html_e( 'Background Position', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="left top"
					<# if ( 'left top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Top', 'colormag' ); ?></option>
					<option value="left center"
					<# if ( 'left center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Center', 'colormag' ); ?></option>
					<option value="left bottom"
					<# if ( 'left bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Left Bottom', 'colormag' ); ?></option>
					<option value="right top"
					<# if ( 'right top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Top', 'colormag' ); ?></option>
					<option value="right center"
					<# if ( 'right center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Center', 'colormag' ); ?></option>
					<option value="right bottom"
					<# if ( 'right bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Right Bottom', 'colormag' ); ?></option>
					<option value="center top"
					<# if ( 'center top' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Top', 'colormag' ); ?></option>
					<option value="center center"
					<# if ( 'center center' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Center', 'colormag' ); ?></option>
					<option value="center bottom"
					<# if ( 'center bottom' === data.value['background-position'] ) { #> selected <# }
					#>><?php esc_html_e( 'Center Bottom', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-size">
				<span class="customize-control-label"><?php esc_html_e( 'Background Size', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="cover"
					<# if ( 'cover' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Cover', 'colormag' ); ?></option>
					<option value="contain"
					<# if ( 'contain' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Contain', 'colormag' ); ?></option>
					<option value="auto"
					<# if ( 'auto' === data.value['background-size'] ) { #> selected <# }
					#>><?php esc_html_e( 'Auto', 'colormag' ); ?></option>
				</select>
			</div>

			<div class="background-attachment">
				<span class="customize-control-label"><?php esc_html_e( 'Background Attachment', 'colormag' ); ?></span>
				<select data-name="{{ data.name }}" {{{ data.inputAttrs }}}>
					<option value="scroll"
					<# if ( 'scroll' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Scroll', 'colormag' ); ?></option>
					<option value="fixed"
					<# if ( 'fixed' === data.value['background-attachment'] ) { #> selected <# }
					#>><?php esc_html_e( 'Fixed', 'colormag' ); ?></option>
				</select>
			</div>

			<input class="background-hidden-value"
					value="{{ JSON.stringify( data.value ) }}"
					data-name="{{ data.name }}"
					type="hidden" {{{ data.link }}}
			>

		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/background/background.js000064400000014057151213253040016217 0ustar00/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );
inc/core/custom-controls/radio-image/class-colormag-radio-image-control.php000064400000007042151213253040023046 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the radio image.
 *
 * Class ColorMag_Radio_Image_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the radio image customize control.
 *
 * Class ColorMag_Radio_Image_Control
 */
class ColorMag_Radio_Image_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-radio-image';

	/**
	 * Column for image.
	 *
	 * @var int
	 */
	public $image_col = 1;

	/**
	 * Alignment class.
	 *
	 * @var int
	 */
	public $class = "";

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json[ 'default' ] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json[ 'default' ] = $this->default;
		}
		$this->json[ 'value' ] = $this->value();

		$this->json[ 'link' ]        = $this->get_link();
		$this->json[ 'id' ]          = $this->id;
		$this->json[ 'label' ]       = esc_html( $this->label );
		$this->json[ 'description' ] = $this->description;

		$this->json[ 'image_col' ] = $this->image_col;
		$this->json[ 'class' ]     = $this->class;

		foreach ( $this->choices as $key => $value ) {
			$this->json[ 'choices' ][ $key ]        = $value[ 'url' ];
			$this->json[ 'choices_titles' ][ $key ] = $value[ 'label' ];
		}

		$this->json[ 'inputAttrs' ] = '';
		$this->json[ 'labelStyle' ] = '';
		foreach ( $this->input_attrs as $attr => $value ) {
			if ( 'style' !== $attr ) {
				$this->json[ 'inputAttrs' ] .= $attr . '="' . esc_attr( $value ) . '" ';
			} else {
				$this->json[ 'labelStyle' ] = 'style="' . esc_attr( $value ) . '" ';
			}
		}

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="customizer-text">
			<# if ( data.label ) { #>
			<span class="customize-control-label">{{{ data.label }}}</span>
			<# } #>

			<# if ( data.description ) { #>
			<span class="description customize-control-description">{{{ data.description }}}</span>
			<# } #>
		</div>

		<div id="input_{{ data.id }}" class="image image-col-{{{ data.image_col }}} {{{ data.class }}}">
			<# for ( key in data.choices ) { #>
			<input {{{ data.inputAttrs }}}
			       class="image-select"
			       type="radio"
			       value="{{ key }}"
			       name="_customize-radio-{{ data.id }}"
			       id="{{ data.id }}{{ key }}"
			       {{{ data.link }}}
			<# if ( data.value === key ) { #> checked="checked"<# } #>
			>

			<label for="{{ data.id }}{{ key }}" {{{ data.labelStyle }}} class="colormag-radio-image">
				<img src="{{{ data.choices[ key ] }}}" alt="{{{ data.choices_titles[ key ] }}}">
				<# if ( '' !== data.choices_titles[ key ] ) { #>
				<span class="image-clickable tooltip-text">{{{ data.choices_titles[ key ] }}}</span>
				<# } #>
			</label>
			<# } #>
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/radio-image/radio-image.js000064400000000675151213253040016316 0ustar00/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );
inc/core/custom-controls/group/class-colormag-group-control.php000064400000007217151213253040021006 0ustar00<?php
/**
 * Extend WP_Customize_Control to include group control.
 *
 * Class ColorMag_Group_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the group customize control.
 *
 * Class ColorMag_Group_Control
 */
class ColorMag_Group_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-group';

	/**
	 * The control name.
	 *
	 * @var string
	 */
	public $name = '';

	/**
	 * The control tab value.
	 *
	 * @var string
	 */
	public $tab = '';

	/**
	 * The fields for group.
	 *
	 * @var string
	 */
	public $colormag_fields = '';

	/**
	 * Enqueue control related scripts/styles.
	 */
	public function enqueue() {

		parent::enqueue();

		// Enqueue jQuery UI tabs.
		wp_enqueue_script( 'jquery-ui-tabs' );

		$tmpl  = '<div class="colormag-field-settings-modal">';
		$tmpl .= '<ul class="colormag-fields-wrap">';
		$tmpl .= '</ul>';
		$tmpl .= '</div>';

		wp_localize_script(
			'colormag-customize-controls',
			'ColorMagCustomizerControlGroup',
			array(
				'group_modal_tmpl' => $tmpl,
			)
		);

	}

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['default'] = $this->setting->default;
		if ( isset( $this->default ) ) {
			$this->json['default'] = $this->default;
		}
		$this->json['value'] = $this->value();

		$this->json['link']        = $this->get_link();
		$this->json['id']          = $this->id;
		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['name'] = $this->name;
		$config             = array();

		if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] ) ) {

			$tab = array_keys( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'] );

			foreach ( $tab as $key => $value ) {
				$config['tabs'][ $value ] = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ]['tabs'][ $value ], 'priority' );
			}
		} else {

			if ( isset( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ] ) ) {
				$config = wp_list_sort( ColorMag_Customizer_FrameWork::$group_configs[ $this->name ], 'priority' );
			}
		}

		$this->json['colormag_fields'] = $config;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="colormag-group-wrap">
			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>

				<span
					class="colormag-group-toggle-icon dashicons <# if ( data.description ) { #>toggle-description<# } #>"
					data-control="{{ data.name }}"></span>
			</div>
		</div>

		<div class="colormag-field-settings-wrap">
		</div>

		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {
	}

}
inc/core/custom-controls/group/group.js000064400000146047151213253040014256 0ustar00/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );
inc/core/custom-controls/divider/class-colormag-divider-control.php000064400000004037151213253040021567 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the divider control.
 *
 * Class ColorMag_Divider_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the divider customize control.
 *
 * Class ColorMag_Divider_Control
 */
class ColorMag_Divider_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-divider';

	/**
	 * Divider placement
	 *
	 * @var string
	 */
	public $placement = 'above';

	/**
	 * Divider style
	 *
	 * @var string
	 */
	public $style = '';

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']       = esc_html( $this->label );
		$this->json['description'] = $this->description;

		$this->json['placement'] = $this->placement;

		$this->json['style'] = $this->style;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>

		<div class="divider-placement-{{ data.placement }} colormag-divider-{{data.style}}">
			<# if ( data.placement == 'above' ) { #>
			<hr />
			<# } #>

			<div class="customizer-text">
				<# if ( data.label ) { #>
				<span class="customize-control-label">{{{ data.label }}}</span>
				<# } #>

				<# if ( data.description ) { #>
				<span class="description customize-control-description">{{{ data.description }}}</span>
				<# } #>
			</div>

			<# if ( data.placement == 'below' ) { #>
			<hr />
			<# } #>
		</div>

		<?php
	}

}
inc/core/custom-controls/assets/js/wp-color-picker-alpha.min.js000064400000015342151213253040020557 0ustar00/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */
!function(o,a){var t={version:300};if("wpColorPickerAlpha"in window&&"version"in window.wpColorPickerAlpha){var r=parseInt(window.wpColorPickerAlpha.version,10);if(!isNaN(r)&&r>=t.version)return}if(!Color.fn.hasOwnProperty("to_s")){Color.fn.to_s=function(o){"hex"===(o=o||"hex")&&this._alpha<1&&(o="rgba");var a="";return"hex"===o?a=this.toString():this.error||(a=this.toCSS(o).replace(/\(\s+/,"(").replace(/\s+\)/,")")),a},window.wpColorPickerAlpha=t;var i="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==";o.widget("a8c.iris",o.a8c.iris,{alphaOptions:{alphaEnabled:!1},_getColor:function(o){return o===a&&(o=this._color),this.alphaOptions.alphaEnabled?(o=o.to_s(this.alphaOptions.alphaColorType),this.alphaOptions.alphaColorWithSpace||(o=o.replace(/\s+/g,"")),o):o.toString()},_create:function(){try{this.alphaOptions=this.element.wpColorPicker("instance").alphaOptions}catch(o){}o.extend({},this.alphaOptions,{alphaEnabled:!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1}),this._super()},_addInputListeners:function(o){var a=this,t=function(t){var r=o.val(),i=new Color(r),l=(r=r.replace(/^(#|(rgb|hsl)a?)/,""),a.alphaOptions.alphaColorType);o.removeClass("iris-error"),i.error?""!==r&&o.addClass("iris-error"):"hex"===l&&"keyup"===t.type&&r.match(/^[0-9a-fA-F]{3}$/)||i.toIEOctoHex()!==a._color.toIEOctoHex()&&a._setOption("color",a._getColor(i))};o.on("change",t).on("keyup",a._debounce(t,100)),a.options.hide&&o.one("focus",(function(){a.show()}))},_initControls:function(){if(this._super(),this.alphaOptions.alphaEnabled){var a=this,t=a.controls.strip.clone(!1,!1),r=t.find(".iris-slider-offset"),i={stripAlpha:t,stripAlphaSlider:r};t.addClass("iris-strip-alpha"),r.addClass("iris-slider-offset-alpha"),t.appendTo(a.picker.find(".iris-picker-inner")),o.each(i,(function(o,t){a.controls[o]=t})),a.controls.stripAlphaSlider.slider({orientation:"vertical",min:0,max:100,step:1,value:parseInt(100*a._color._alpha),slide:function(o,t){a.active="strip",a._color._alpha=parseFloat(t.value/100),a._change.apply(a,arguments)}})}},_dimensions:function(o){if(this._super(o),this.alphaOptions.alphaEnabled){var a,t,r,i,l,e=this,s=e.options,n=e.controls.square,p=e.picker.find(".iris-strip");for(a=Math.round(e.picker.outerWidth(!0)-(s.border?22:0)),t=Math.round(n.outerWidth()),r=Math.round((a-t)/2),i=Math.round(r/2),l=Math.round(t+2*r+2*i);l>a;)r=Math.round(r-2),i=Math.round(i-1),l=Math.round(t+2*r+2*i);n.css("margin","0"),p.width(r).css("margin-left",i+"px")}},_change:function(){var a=this,t=a.active;if(a._super(),a.alphaOptions.alphaEnabled){var r=a.controls,l=parseInt(100*a._color._alpha),e=a._color.toRgb(),s=["rgb("+e.r+","+e.g+","+e.b+") 0%","rgba("+e.r+","+e.g+","+e.b+", 0) 100%"];a.picker.closest(".wp-picker-container").find(".wp-color-result");a.options.color=a._getColor(),r.stripAlpha.css({background:"linear-gradient(to bottom, "+s.join(", ")+"), url("+i+")"}),t&&r.stripAlphaSlider.slider("value",l),a._color.error||a.element.removeClass("iris-error").val(a.options.color),a.picker.find(".iris-palette-container").on("click.palette",".iris-palette",(function(){var t=o(this).data("color");a.alphaOptions.alphaReset&&(a._color._alpha=1,t=a._getColor()),a._setOption("color",t)}))}},_paintDimension:function(o,a){var t=this,r=!1;t.alphaOptions.alphaEnabled&&"strip"===a&&(r=t._color,t._color=new Color(r.toString()),t.hue=t._color.h()),t._super(o,a),r&&(t._color=r)},_setOption:function(o,a){var t=this;if("color"!==o||!t.alphaOptions.alphaEnabled)return t._super(o,a);a=""+a,newColor=new Color(a).setHSpace(t.options.mode),newColor.error||t._getColor(newColor)===t._getColor()||(t._color=newColor,t.options.color=t._getColor(),t.active="external",t._change())},color:function(o){return!0===o?this._color.clone():o===a?this._getColor():void this.option("color",o)}}),o.widget("wp.wpColorPicker",o.wp.wpColorPicker,{alphaOptions:{alphaEnabled:!1},_getAlphaOptions:function(){var a=this.element,t=a.data("type")||this.options.type,r=a.data("defaultColor")||a.val(),i={alphaEnabled:a.data("alphaEnabled")||!1,alphaCustomWidth:130,alphaReset:!1,alphaColorType:"hex",alphaColorWithSpace:!1};return i.alphaEnabled&&(i.alphaEnabled=a.is("input")&&"full"===t),i.alphaEnabled?(i.alphaColorWithSpace=r&&r.match(/\s/),o.each(i,(function(o,t){var l=a.data(o)||t;switch(o){case"alphaCustomWidth":l=l?parseInt(l,10):0,l=isNaN(l)?t:l;break;case"alphaColorType":l.match(/^(hex|(rgb|hsl)a?)$/)||(l=r&&r.match(/^#/)?"hex":r&&r.match(/^hsla?/)?"hsl":t);break;default:l=!!l}i[o]=l})),i):i},_create:function(){o.support.iris&&(this.alphaOptions=this._getAlphaOptions(),this._super())},_addListeners:function(){if(!this.alphaOptions.alphaEnabled)return this._super();var a=this,t=a.element,r=a.toggler.is("a");this.alphaOptions.defaultWidth=t.width(),this.alphaOptions.alphaCustomWidth&&t.width(parseInt(this.alphaOptions.defaultWidth+this.alphaOptions.alphaCustomWidth,10)),a.toggler.css({position:"relative","background-image":"url("+i+")"}),r?a.toggler.html('<span class="color-alpha" />'):a.toggler.append('<span class="color-alpha" />'),a.colorAlpha=a.toggler.find("span.color-alpha").css({width:"30px",height:"100%",position:"absolute",top:0,"background-color":t.val()}),"ltr"===a.colorAlpha.css("direction")?a.colorAlpha.css({"border-bottom-left-radius":"2px","border-top-left-radius":"2px",left:0}):a.colorAlpha.css({"border-bottom-right-radius":"2px","border-top-right-radius":"2px",right:0}),t.iris({change:function(t,r){a.colorAlpha.css({"background-color":r.color.to_s(a.alphaOptions.alphaColorType)}),o.isFunction(a.options.change)&&a.options.change.call(this,t,r)}}),a.wrap.on("click.wpcolorpicker",(function(o){o.stopPropagation()})),a.toggler.click((function(){a.toggler.hasClass("wp-picker-open")?a.close():a.open()})),t.change((function(i){var l=o(this).val();(t.hasClass("iris-error")||""===l||l.match(/^(#|(rgb|hsl)a?)$/))&&(r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i))})),a.button.click((function(i){o(this).hasClass("wp-picker-default")?t.val(a.options.defaultColor).change():o(this).hasClass("wp-picker-clear")&&(t.val(""),r&&a.toggler.removeAttr("style"),a.colorAlpha.css("background-color",""),o.isFunction(a.options.clear)&&a.options.clear.call(this,i),t.trigger("change"))}))}})}}(jQuery);inc/core/custom-controls/assets/js/selectWoo.js000064400000454140151213253040015644 0ustar00/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
(function (factory) {
  if (typeof define === 'function' && define.amd) {
    // AMD. Register as an anonymous module.
    define(['jquery'], factory);
  } else if (typeof module === 'object' && module.exports) {
    // Node/CommonJS
    module.exports = function (root, jQuery) {
      if (jQuery === undefined) {
        // require('jQuery') returns a factory that requires window to
        // build a jQuery instance, we normalize how we use modules
        // that require this pattern but the window provided is a noop
        // if it's defined (how jquery works)
        if (typeof window !== 'undefined') {
          jQuery = require('jquery');
        }
        else {
          jQuery = require('jquery')(root);
        }
      }
      factory(jQuery);
      return jQuery;
    };
  } else {
    // Browser globals
    factory(jQuery);
  }
} (function (jQuery) {
  // This is needed so we can catch the AMD loader configuration and use it
  // The inner file should be wrapped (by `banner.start.js`) in a function that
  // returns the AMD loader references.
  var S2 =(function () {
  // Restore the Select2 AMD loader so it can be used
  // Needed mostly in the language files, where the loader is not inserted
  if (jQuery && jQuery.fn && jQuery.fn.select2 && jQuery.fn.select2.amd) {
    var S2 = jQuery.fn.select2.amd;
  }
var S2;(function () { if (!S2 || !S2.requirejs) {
if (!S2) { S2 = {}; } else { require = S2; }
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
//Going sloppy to avoid 'use strict' string cost, but strict practices should
//be followed.
/*global setTimeout: false */

var requirejs, require, define;
(function (undef) {
    var main, req, makeMap, handlers,
        defined = {},
        waiting = {},
        config = {},
        defining = {},
        hasOwn = Object.prototype.hasOwnProperty,
        aps = [].slice,
        jsSuffixRegExp = /\.js$/;

    function hasProp(obj, prop) {
        return hasOwn.call(obj, prop);
    }

    /**
     * Given a relative module name, like ./something, normalize it to
     * a real name that can be mapped to a path.
     * @param {String} name the relative name
     * @param {String} baseName a real name that the name arg is relative
     * to.
     * @returns {String} normalized name
     */
    function normalize(name, baseName) {
        var nameParts, nameSegment, mapValue, foundMap, lastIndex,
            foundI, foundStarMap, starI, i, j, part, normalizedBaseParts,
            baseParts = baseName && baseName.split("/"),
            map = config.map,
            starMap = (map && map['*']) || {};

        //Adjust any relative paths.
        if (name) {
            name = name.split('/');
            lastIndex = name.length - 1;

            // If wanting node ID compatibility, strip .js from end
            // of IDs. Have to do this here, and not in nameToUrl
            // because node allows either .js or non .js to map
            // to same file.
            if (config.nodeIdCompat && jsSuffixRegExp.test(name[lastIndex])) {
                name[lastIndex] = name[lastIndex].replace(jsSuffixRegExp, '');
            }

            // Starts with a '.' so need the baseName
            if (name[0].charAt(0) === '.' && baseParts) {
                //Convert baseName to array, and lop off the last part,
                //so that . matches that 'directory' and not name of the baseName's
                //module. For instance, baseName of 'one/two/three', maps to
                //'one/two/three.js', but we want the directory, 'one/two' for
                //this normalization.
                normalizedBaseParts = baseParts.slice(0, baseParts.length - 1);
                name = normalizedBaseParts.concat(name);
            }

            //start trimDots
            for (i = 0; i < name.length; i++) {
                part = name[i];
                if (part === '.') {
                    name.splice(i, 1);
                    i -= 1;
                } else if (part === '..') {
                    // If at the start, or previous value is still ..,
                    // keep them so that when converted to a path it may
                    // still work when converted to a path, even though
                    // as an ID it is less than ideal. In larger point
                    // releases, may be better to just kick out an error.
                    if (i === 0 || (i === 1 && name[2] === '..') || name[i - 1] === '..') {
                        continue;
                    } else if (i > 0) {
                        name.splice(i - 1, 2);
                        i -= 2;
                    }
                }
            }
            //end trimDots

            name = name.join('/');
        }

        //Apply map config if available.
        if ((baseParts || starMap) && map) {
            nameParts = name.split('/');

            for (i = nameParts.length; i > 0; i -= 1) {
                nameSegment = nameParts.slice(0, i).join("/");

                if (baseParts) {
                    //Find the longest baseName segment match in the config.
                    //So, do joins on the biggest to smallest lengths of baseParts.
                    for (j = baseParts.length; j > 0; j -= 1) {
                        mapValue = map[baseParts.slice(0, j).join('/')];

                        //baseName segment has  config, find if it has one for
                        //this name.
                        if (mapValue) {
                            mapValue = mapValue[nameSegment];
                            if (mapValue) {
                                //Match, update name to the new value.
                                foundMap = mapValue;
                                foundI = i;
                                break;
                            }
                        }
                    }
                }

                if (foundMap) {
                    break;
                }

                //Check for a star map match, but just hold on to it,
                //if there is a shorter segment match later in a matching
                //config, then favor over this star map.
                if (!foundStarMap && starMap && starMap[nameSegment]) {
                    foundStarMap = starMap[nameSegment];
                    starI = i;
                }
            }

            if (!foundMap && foundStarMap) {
                foundMap = foundStarMap;
                foundI = starI;
            }

            if (foundMap) {
                nameParts.splice(0, foundI, foundMap);
                name = nameParts.join('/');
            }
        }

        return name;
    }

    function makeRequire(relName, forceSync) {
        return function () {
            //A version of a require function that passes a moduleName
            //value for items that may need to
            //look up paths relative to the moduleName
            var args = aps.call(arguments, 0);

            //If first arg is not require('string'), and there is only
            //one arg, it is the array form without a callback. Insert
            //a null so that the following concat is correct.
            if (typeof args[0] !== 'string' && args.length === 1) {
                args.push(null);
            }
            return req.apply(undef, args.concat([relName, forceSync]));
        };
    }

    function makeNormalize(relName) {
        return function (name) {
            return normalize(name, relName);
        };
    }

    function makeLoad(depName) {
        return function (value) {
            defined[depName] = value;
        };
    }

    function callDep(name) {
        if (hasProp(waiting, name)) {
            var args = waiting[name];
            delete waiting[name];
            defining[name] = true;
            main.apply(undef, args);
        }

        if (!hasProp(defined, name) && !hasProp(defining, name)) {
            throw new Error('No ' + name);
        }
        return defined[name];
    }

    //Turns a plugin!resource to [plugin, resource]
    //with the plugin being undefined if the name
    //did not have a plugin prefix.
    function splitPrefix(name) {
        var prefix,
            index = name ? name.indexOf('!') : -1;
        if (index > -1) {
            prefix = name.substring(0, index);
            name = name.substring(index + 1, name.length);
        }
        return [prefix, name];
    }

    //Creates a parts array for a relName where first part is plugin ID,
    //second part is resource ID. Assumes relName has already been normalized.
    function makeRelParts(relName) {
        return relName ? splitPrefix(relName) : [];
    }

    /**
     * Makes a name map, normalizing the name, and using a plugin
     * for normalization if necessary. Grabs a ref to plugin
     * too, as an optimization.
     */
    makeMap = function (name, relParts) {
        var plugin,
            parts = splitPrefix(name),
            prefix = parts[0],
            relResourceName = relParts[1];

        name = parts[1];

        if (prefix) {
            prefix = normalize(prefix, relResourceName);
            plugin = callDep(prefix);
        }

        //Normalize according
        if (prefix) {
            if (plugin && plugin.normalize) {
                name = plugin.normalize(name, makeNormalize(relResourceName));
            } else {
                name = normalize(name, relResourceName);
            }
        } else {
            name = normalize(name, relResourceName);
            parts = splitPrefix(name);
            prefix = parts[0];
            name = parts[1];
            if (prefix) {
                plugin = callDep(prefix);
            }
        }

        //Using ridiculous property names for space reasons
        return {
            f: prefix ? prefix + '!' + name : name, //fullName
            n: name,
            pr: prefix,
            p: plugin
        };
    };

    function makeConfig(name) {
        return function () {
            return (config && config.config && config.config[name]) || {};
        };
    }

    handlers = {
        require: function (name) {
            return makeRequire(name);
        },
        exports: function (name) {
            var e = defined[name];
            if (typeof e !== 'undefined') {
                return e;
            } else {
                return (defined[name] = {});
            }
        },
        module: function (name) {
            return {
                id: name,
                uri: '',
                exports: defined[name],
                config: makeConfig(name)
            };
        }
    };

    main = function (name, deps, callback, relName) {
        var cjsModule, depName, ret, map, i, relParts,
            args = [],
            callbackType = typeof callback,
            usingExports;

        //Use name if no relName
        relName = relName || name;
        relParts = makeRelParts(relName);

        //Call the callback to define the module, if necessary.
        if (callbackType === 'undefined' || callbackType === 'function') {
            //Pull out the defined dependencies and pass the ordered
            //values to the callback.
            //Default to [require, exports, module] if no deps
            deps = !deps.length && callback.length ? ['require', 'exports', 'module'] : deps;
            for (i = 0; i < deps.length; i += 1) {
                map = makeMap(deps[i], relParts);
                depName = map.f;

                //Fast path CommonJS standard dependencies.
                if (depName === "require") {
                    args[i] = handlers.require(name);
                } else if (depName === "exports") {
                    //CommonJS module spec 1.1
                    args[i] = handlers.exports(name);
                    usingExports = true;
                } else if (depName === "module") {
                    //CommonJS module spec 1.1
                    cjsModule = args[i] = handlers.module(name);
                } else if (hasProp(defined, depName) ||
                           hasProp(waiting, depName) ||
                           hasProp(defining, depName)) {
                    args[i] = callDep(depName);
                } else if (map.p) {
                    map.p.load(map.n, makeRequire(relName, true), makeLoad(depName), {});
                    args[i] = defined[depName];
                } else {
                    throw new Error(name + ' missing ' + depName);
                }
            }

            ret = callback ? callback.apply(defined[name], args) : undefined;

            if (name) {
                //If setting exports via "module" is in play,
                //favor that over return value and exports. After that,
                //favor a non-undefined return value over exports use.
                if (cjsModule && cjsModule.exports !== undef &&
                        cjsModule.exports !== defined[name]) {
                    defined[name] = cjsModule.exports;
                } else if (ret !== undef || !usingExports) {
                    //Use the return value from the function.
                    defined[name] = ret;
                }
            }
        } else if (name) {
            //May just be an object definition for the module. Only
            //worry about defining if have a module name.
            defined[name] = callback;
        }
    };

    requirejs = require = req = function (deps, callback, relName, forceSync, alt) {
        if (typeof deps === "string") {
            if (handlers[deps]) {
                //callback in this case is really relName
                return handlers[deps](callback);
            }
            //Just return the module wanted. In this scenario, the
            //deps arg is the module name, and second arg (if passed)
            //is just the relName.
            //Normalize module name, if it contains . or ..
            return callDep(makeMap(deps, makeRelParts(callback)).f);
        } else if (!deps.splice) {
            //deps is a config object, not an array.
            config = deps;
            if (config.deps) {
                req(config.deps, config.callback);
            }
            if (!callback) {
                return;
            }

            if (callback.splice) {
                //callback is an array, which means it is a dependency list.
                //Adjust args if there are dependencies
                deps = callback;
                callback = relName;
                relName = null;
            } else {
                deps = undef;
            }
        }

        //Support require(['a'])
        callback = callback || function () {};

        //If relName is a function, it is an errback handler,
        //so remove it.
        if (typeof relName === 'function') {
            relName = forceSync;
            forceSync = alt;
        }

        //Simulate async callback;
        if (forceSync) {
            main(undef, deps, callback, relName);
        } else {
            //Using a non-zero value because of concern for what old browsers
            //do, and latest browsers "upgrade" to 4 if lower value is used:
            //http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout:
            //If want a value immediately, use require('id') instead -- something
            //that works in almond on the global level, but not guaranteed and
            //unlikely to work in other AMD implementations.
            setTimeout(function () {
                main(undef, deps, callback, relName);
            }, 4);
        }

        return req;
    };

    /**
     * Just drops the config on the floor, but returns req in case
     * the config return value is used.
     */
    req.config = function (cfg) {
        return req(cfg);
    };

    /**
     * Expose module registry for debugging and tooling
     */
    requirejs._defined = defined;

    define = function (name, deps, callback) {
        if (typeof name !== 'string') {
            throw new Error('See almond README: incorrect module build, no module name');
        }

        //This module may not have dependencies
        if (!deps.splice) {
            //deps is not an array, so probably means
            //an object literal or factory function for
            //the value. Adjust args.
            callback = deps;
            deps = [];
        }

        if (!hasProp(defined, name) && !hasProp(waiting, name)) {
            waiting[name] = [name, deps, callback];
        }
    };

    define.amd = {
        jQuery: true
    };
}());

S2.requirejs = requirejs;S2.require = require;S2.define = define;
}
}());
S2.define("almond", function(){});

/* global jQuery:false, $:false */
S2.define('jquery',[],function () {
  var _$ = jQuery || $;

  if (_$ == null && console && console.error) {
    console.error(
      'Select2: An instance of jQuery or a jQuery-compatible library was not ' +
      'found. Make sure that you are including jQuery before Select2 on your ' +
      'web page.'
    );
  }

  return _$;
});

S2.define('select2/utils',[
  'jquery'
], function ($) {
  var Utils = {};

  Utils.Extend = function (ChildClass, SuperClass) {
    var __hasProp = {}.hasOwnProperty;

    function BaseConstructor () {
      this.constructor = ChildClass;
    }

    for (var key in SuperClass) {
      if (__hasProp.call(SuperClass, key)) {
        ChildClass[key] = SuperClass[key];
      }
    }

    BaseConstructor.prototype = SuperClass.prototype;
    ChildClass.prototype = new BaseConstructor();
    ChildClass.__super__ = SuperClass.prototype;

    return ChildClass;
  };

  function getMethods (theClass) {
    var proto = theClass.prototype;

    var methods = [];

    for (var methodName in proto) {
      var m = proto[methodName];

      if (typeof m !== 'function') {
        continue;
      }

      if (methodName === 'constructor') {
        continue;
      }

      methods.push(methodName);
    }

    return methods;
  }

  Utils.Decorate = function (SuperClass, DecoratorClass) {
    var decoratedMethods = getMethods(DecoratorClass);
    var superMethods = getMethods(SuperClass);

    function DecoratedClass () {
      var unshift = Array.prototype.unshift;

      var argCount = DecoratorClass.prototype.constructor.length;

      var calledConstructor = SuperClass.prototype.constructor;

      if (argCount > 0) {
        unshift.call(arguments, SuperClass.prototype.constructor);

        calledConstructor = DecoratorClass.prototype.constructor;
      }

      calledConstructor.apply(this, arguments);
    }

    DecoratorClass.displayName = SuperClass.displayName;

    function ctr () {
      this.constructor = DecoratedClass;
    }

    DecoratedClass.prototype = new ctr();

    for (var m = 0; m < superMethods.length; m++) {
        var superMethod = superMethods[m];

        DecoratedClass.prototype[superMethod] =
          SuperClass.prototype[superMethod];
    }

    var calledMethod = function (methodName) {
      // Stub out the original method if it's not decorating an actual method
      var originalMethod = function () {};

      if (methodName in DecoratedClass.prototype) {
        originalMethod = DecoratedClass.prototype[methodName];
      }

      var decoratedMethod = DecoratorClass.prototype[methodName];

      return function () {
        var unshift = Array.prototype.unshift;

        unshift.call(arguments, originalMethod);

        return decoratedMethod.apply(this, arguments);
      };
    };

    for (var d = 0; d < decoratedMethods.length; d++) {
      var decoratedMethod = decoratedMethods[d];

      DecoratedClass.prototype[decoratedMethod] = calledMethod(decoratedMethod);
    }

    return DecoratedClass;
  };

  var Observable = function () {
    this.listeners = {};
  };

  Observable.prototype.on = function (event, callback) {
    this.listeners = this.listeners || {};

    if (event in this.listeners) {
      this.listeners[event].push(callback);
    } else {
      this.listeners[event] = [callback];
    }
  };

  Observable.prototype.trigger = function (event) {
    var slice = Array.prototype.slice;
    var params = slice.call(arguments, 1);

    this.listeners = this.listeners || {};

    // Params should always come in as an array
    if (params == null) {
      params = [];
    }

    // If there are no arguments to the event, use a temporary object
    if (params.length === 0) {
      params.push({});
    }

    // Set the `_type` of the first object to the event
    params[0]._type = event;

    if (event in this.listeners) {
      this.invoke(this.listeners[event], slice.call(arguments, 1));
    }

    if ('*' in this.listeners) {
      this.invoke(this.listeners['*'], arguments);
    }
  };

  Observable.prototype.invoke = function (listeners, params) {
    for (var i = 0, len = listeners.length; i < len; i++) {
      listeners[i].apply(this, params);
    }
  };

  Utils.Observable = Observable;

  Utils.generateChars = function (length) {
    var chars = '';

    for (var i = 0; i < length; i++) {
      var randomChar = Math.floor(Math.random() * 36);
      chars += randomChar.toString(36);
    }

    return chars;
  };

  Utils.bind = function (func, context) {
    return function () {
      func.apply(context, arguments);
    };
  };

  Utils._convertData = function (data) {
    for (var originalKey in data) {
      var keys = originalKey.split('-');

      var dataLevel = data;

      if (keys.length === 1) {
        continue;
      }

      for (var k = 0; k < keys.length; k++) {
        var key = keys[k];

        // Lowercase the first letter
        // By default, dash-separated becomes camelCase
        key = key.substring(0, 1).toLowerCase() + key.substring(1);

        if (!(key in dataLevel)) {
          dataLevel[key] = {};
        }

        if (k == keys.length - 1) {
          dataLevel[key] = data[originalKey];
        }

        dataLevel = dataLevel[key];
      }

      delete data[originalKey];
    }

    return data;
  };

  Utils.hasScroll = function (index, el) {
    // Adapted from the function created by @ShadowScripter
    // and adapted by @BillBarry on the Stack Exchange Code Review website.
    // The original code can be found at
    // http://codereview.stackexchange.com/q/13338
    // and was designed to be used with the Sizzle selector engine.

    var $el = $(el);
    var overflowX = el.style.overflowX;
    var overflowY = el.style.overflowY;

    //Check both x and y declarations
    if (overflowX === overflowY &&
        (overflowY === 'hidden' || overflowY === 'visible')) {
      return false;
    }

    if (overflowX === 'scroll' || overflowY === 'scroll') {
      return true;
    }

    return ($el.innerHeight() < el.scrollHeight ||
      $el.innerWidth() < el.scrollWidth);
  };

  Utils.escapeMarkup = function (markup) {
    var replaceMap = {
      '\\': '&#92;',
      '&': '&amp;',
      '<': '&lt;',
      '>': '&gt;',
      '"': '&quot;',
      '\'': '&#39;',
      '/': '&#47;'
    };

    // Do not try to escape the markup if it's not a string
    if (typeof markup !== 'string') {
      return markup;
    }

    return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
      return replaceMap[match];
    });
  };

  // Append an array of jQuery nodes to a given element.
  Utils.appendMany = function ($element, $nodes) {
    // jQuery 1.7.x does not support $.fn.append() with an array
    // Fall back to a jQuery object collection using $.fn.add()
    if ($.fn.jquery.substr(0, 3) === '1.7') {
      var $jqNodes = $();

      $.map($nodes, function (node) {
        $jqNodes = $jqNodes.add(node);
      });

      $nodes = $jqNodes;
    }

    $element.append($nodes);
  };

  // Determine whether the browser is on a touchscreen device.
  Utils.isTouchscreen = function() {
    if ('undefined' === typeof Utils._isTouchscreenCache) {
      Utils._isTouchscreenCache = 'ontouchstart' in document.documentElement;
    }
    return Utils._isTouchscreenCache;
  }

  return Utils;
});

S2.define('select2/results',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Results ($element, options, dataAdapter) {
    this.$element = $element;
    this.data = dataAdapter;
    this.options = options;

    Results.__super__.constructor.call(this);
  }

  Utils.Extend(Results, Utils.Observable);

  Results.prototype.render = function () {
    var $results = $(
      '<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>'
    );

    if (this.options.get('multiple')) {
      $results.attr('aria-multiselectable', 'true');
    }

    this.$results = $results;

    return $results;
  };

  Results.prototype.clear = function () {
    this.$results.empty();
  };

  Results.prototype.displayMessage = function (params) {
    var escapeMarkup = this.options.get('escapeMarkup');

    this.clear();
    this.hideLoading();

    var $message = $(
      '<li role="alert" aria-live="assertive"' +
      ' class="select2-results__option"></li>'
    );

    var message = this.options.get('translations').get(params.message);

    $message.append(
      escapeMarkup(
        message(params.args)
      )
    );

    $message[0].className += ' select2-results__message';

    this.$results.append($message);
  };

  Results.prototype.hideMessages = function () {
    this.$results.find('.select2-results__message').remove();
  };

  Results.prototype.append = function (data) {
    this.hideLoading();

    var $options = [];

    if (data.results == null || data.results.length === 0) {
      if (this.$results.children().length === 0) {
        this.trigger('results:message', {
          message: 'noResults'
        });
      }

      return;
    }

    data.results = this.sort(data.results);

    for (var d = 0; d < data.results.length; d++) {
      var item = data.results[d];

      var $option = this.option(item);

      $options.push($option);
    }

    this.$results.append($options);
  };

  Results.prototype.position = function ($results, $dropdown) {
    var $resultsContainer = $dropdown.find('.select2-results');
    $resultsContainer.append($results);
  };

  Results.prototype.sort = function (data) {
    var sorter = this.options.get('sorter');

    return sorter(data);
  };

  Results.prototype.highlightFirstItem = function () {
    var $options = this.$results
      .find('.select2-results__option[data-selected]');

    var $selected = $options.filter('[data-selected=true]');

    // Check if there are any selected options
    if ($selected.length > 0) {
      // If there are selected options, highlight the first
      $selected.first().trigger('mouseenter');
    } else {
      // If there are no selected options, highlight the first option
      // in the dropdown
      $options.first().trigger('mouseenter');
    }

    this.ensureHighlightVisible();
  };

  Results.prototype.setClasses = function () {
    var self = this;

    this.data.current(function (selected) {
      var selectedIds = $.map(selected, function (s) {
        return s.id.toString();
      });

      var $options = self.$results
        .find('.select2-results__option[data-selected]');

      $options.each(function () {
        var $option = $(this);

        var item = $.data(this, 'data');

        // id needs to be converted to a string when comparing
        var id = '' + item.id;

        if ((item.element != null && item.element.selected) ||
            (item.element == null && $.inArray(id, selectedIds) > -1)) {
          $option.attr('data-selected', 'true');
        } else {
          $option.attr('data-selected', 'false');
        }
      });

    });
  };

  Results.prototype.showLoading = function (params) {
    this.hideLoading();

    var loadingMore = this.options.get('translations').get('searching');

    var loading = {
      disabled: true,
      loading: true,
      text: loadingMore(params)
    };
    var $loading = this.option(loading);
    $loading.className += ' loading-results';

    this.$results.prepend($loading);
  };

  Results.prototype.hideLoading = function () {
    this.$results.find('.loading-results').remove();
  };

  Results.prototype.option = function (data) {
    var option = document.createElement('li');
    option.className = 'select2-results__option';

    var attrs = {
      'role': 'option',
      'data-selected': 'false',
      'tabindex': -1
    };

    if (data.disabled) {
      delete attrs['data-selected'];
      attrs['aria-disabled'] = 'true';
    }

    if (data.id == null) {
      delete attrs['data-selected'];
    }

    if (data._resultId != null) {
      option.id = data._resultId;
    }

    if (data.title) {
      option.title = data.title;
    }

    if (data.children) {
      attrs['aria-label'] = data.text;
      delete attrs['data-selected'];
    }

    for (var attr in attrs) {
      var val = attrs[attr];

      option.setAttribute(attr, val);
    }

    if (data.children) {
      var $option = $(option);

      var label = document.createElement('strong');
      label.className = 'select2-results__group';

      var $label = $(label);
      this.template(data, label);
      $label.attr('role', 'presentation');

      var $children = [];

      for (var c = 0; c < data.children.length; c++) {
        var child = data.children[c];

        var $child = this.option(child);

        $children.push($child);
      }

      var $childrenContainer = $('<ul></ul>', {
        'class': 'select2-results__options select2-results__options--nested',
        'role': 'listbox'
      });
      $childrenContainer.append($children);
      $option.attr('role', 'list');

      $option.append(label);
      $option.append($childrenContainer);
    } else {
      this.template(data, option);
    }

    $.data(option, 'data', data);

    return option;
  };

  Results.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-results';

    this.$results.attr('id', id);

    container.on('results:all', function (params) {
      self.clear();
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
        self.highlightFirstItem();
      }
    });

    container.on('results:append', function (params) {
      self.append(params.data);

      if (container.isOpen()) {
        self.setClasses();
      }
    });

    container.on('query', function (params) {
      self.hideMessages();
      self.showLoading(params);
    });

    container.on('select', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('unselect', function () {
      if (!container.isOpen()) {
        return;
      }

      self.setClasses();
      self.highlightFirstItem();
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expended="true"
      self.$results.attr('aria-expanded', 'true');
      self.$results.attr('aria-hidden', 'false');

      self.setClasses();
      self.ensureHighlightVisible();
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expended="false"
      self.$results.attr('aria-expanded', 'false');
      self.$results.attr('aria-hidden', 'true');
      self.$results.removeAttr('aria-activedescendant');
    });

    container.on('results:toggle', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      $highlighted.trigger('mouseup');
    });

    container.on('results:select', function () {
      var $highlighted = self.getHighlightedResults();

      if ($highlighted.length === 0) {
        return;
      }

      var data = $highlighted.data('data');

      if ($highlighted.attr('data-selected') == 'true') {
        self.trigger('close', {});
      } else {
        self.trigger('select', {
          data: data
        });
      }
    });

    container.on('results:previous', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      // If we are already at te top, don't move further
      if (currentIndex === 0) {
        return;
      }

      var nextIndex = currentIndex - 1;

      // If none are highlighted, highlight the first
      if ($highlighted.length === 0) {
        nextIndex = 0;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top;
      var nextTop = $next.offset().top;
      var nextOffset = self.$results.scrollTop() + (nextTop - currentOffset);

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextTop - currentOffset < 0) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:next', function () {
      var $highlighted = self.getHighlightedResults();

      var $options = self.$results.find('[data-selected]');

      var currentIndex = $options.index($highlighted);

      var nextIndex = currentIndex + 1;

      // If we are at the last option, stay there
      if (nextIndex >= $options.length) {
        return;
      }

      var $next = $options.eq(nextIndex);

      $next.trigger('mouseenter');

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var nextBottom = $next.offset().top + $next.outerHeight(false);
      var nextOffset = self.$results.scrollTop() + nextBottom - currentOffset;

      if (nextIndex === 0) {
        self.$results.scrollTop(0);
      } else if (nextBottom > currentOffset) {
        self.$results.scrollTop(nextOffset);
      }
    });

    container.on('results:focus', function (params) {
      params.element.addClass('select2-results__option--highlighted').attr('aria-selected', 'true');
      self.$results.attr('aria-activedescendant', params.element.attr('id'));
    });

    container.on('results:message', function (params) {
      self.displayMessage(params);
    });

    if ($.fn.mousewheel) {
      this.$results.on('mousewheel', function (e) {
        var top = self.$results.scrollTop();

        var bottom = self.$results.get(0).scrollHeight - top + e.deltaY;

        var isAtTop = e.deltaY > 0 && top - e.deltaY <= 0;
        var isAtBottom = e.deltaY < 0 && bottom <= self.$results.height();

        if (isAtTop) {
          self.$results.scrollTop(0);

          e.preventDefault();
          e.stopPropagation();
        } else if (isAtBottom) {
          self.$results.scrollTop(
            self.$results.get(0).scrollHeight - self.$results.height()
          );

          e.preventDefault();
          e.stopPropagation();
        }
      });
    }

    this.$results.on('mouseup', '.select2-results__option[data-selected]',
      function (evt) {
      var $this = $(this);

      var data = $this.data('data');

      if ($this.attr('data-selected') === 'true') {
        if (self.options.get('multiple')) {
          self.trigger('unselect', {
            originalEvent: evt,
            data: data
          });
        } else {
          self.trigger('close', {});
        }

        return;
      }

      self.trigger('select', {
        originalEvent: evt,
        data: data
      });
    });

    this.$results.on('mouseenter', '.select2-results__option[data-selected]',
      function (evt) {
      var data = $(this).data('data');

      self.getHighlightedResults()
          .removeClass('select2-results__option--highlighted')
          .attr('aria-selected', 'false');

      self.trigger('results:focus', {
        data: data,
        element: $(this)
      });
    });
  };

  Results.prototype.getHighlightedResults = function () {
    var $highlighted = this.$results
    .find('.select2-results__option--highlighted');

    return $highlighted;
  };

  Results.prototype.destroy = function () {
    this.$results.remove();
  };

  Results.prototype.ensureHighlightVisible = function () {
    var $highlighted = this.getHighlightedResults();

    if ($highlighted.length === 0) {
      return;
    }

    var $options = this.$results.find('[data-selected]');

    var currentIndex = $options.index($highlighted);

    var currentOffset = this.$results.offset().top;
    var nextTop = $highlighted.offset().top;
    var nextOffset = this.$results.scrollTop() + (nextTop - currentOffset);

    var offsetDelta = nextTop - currentOffset;
    nextOffset -= $highlighted.outerHeight(false) * 2;

    if (currentIndex <= 2) {
      this.$results.scrollTop(0);
    } else if (offsetDelta > this.$results.outerHeight() || offsetDelta < 0) {
      this.$results.scrollTop(nextOffset);
    }
  };

  Results.prototype.template = function (result, container) {
    var template = this.options.get('templateResult');
    var escapeMarkup = this.options.get('escapeMarkup');

    var content = template(result, container);

    if (content == null) {
      container.style.display = 'none';
    } else if (typeof content === 'string') {
      container.innerHTML = escapeMarkup(content);
    } else {
      $(container).append(content);
    }
  };

  return Results;
});

S2.define('select2/keys',[

], function () {
  var KEYS = {
    BACKSPACE: 8,
    TAB: 9,
    ENTER: 13,
    SHIFT: 16,
    CTRL: 17,
    ALT: 18,
    ESC: 27,
    SPACE: 32,
    PAGE_UP: 33,
    PAGE_DOWN: 34,
    END: 35,
    HOME: 36,
    LEFT: 37,
    UP: 38,
    RIGHT: 39,
    DOWN: 40,
    DELETE: 46
  };

  return KEYS;
});

S2.define('select2/selection/base',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function BaseSelection ($element, options) {
    this.$element = $element;
    this.options = options;

    BaseSelection.__super__.constructor.call(this);
  }

  Utils.Extend(BaseSelection, Utils.Observable);

  BaseSelection.prototype.render = function () {
    var $selection = $(
      '<span class="select2-selection" ' +
      ' aria-haspopup="true" aria-expanded="false">' +
      '</span>'
    );

    this._tabindex = 0;

    if (this.$element.data('old-tabindex') != null) {
      this._tabindex = this.$element.data('old-tabindex');
    } else if (this.$element.attr('tabindex') != null) {
      this._tabindex = this.$element.attr('tabindex');
    }

    $selection.attr('title', this.$element.attr('title'));
    $selection.attr('tabindex', this._tabindex);

    this.$selection = $selection;

    return $selection;
  };

  BaseSelection.prototype.bind = function (container, $container) {
    var self = this;

    var id = container.id + '-container';
    var resultsId = container.id + '-results';
    var searchHidden = this.options.get('minimumResultsForSearch') === Infinity;

    this.container = container;

    this.$selection.on('focus', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('blur', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      if (evt.which === KEYS.SPACE) {
        evt.preventDefault();
      }
    });

    container.on('results:focus', function (params) {
      self.$selection.attr('aria-activedescendant', params.data._resultId);
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });

    container.on('open', function () {
      // When the dropdown is open, aria-expanded="true"
      self.$selection.attr('aria-expanded', 'true');
      self.$selection.attr('aria-owns', resultsId);

      self._attachCloseHandler(container);
    });

    container.on('close', function () {
      // When the dropdown is closed, aria-expanded="false"
      self.$selection.attr('aria-expanded', 'false');
      self.$selection.removeAttr('aria-activedescendant');
      self.$selection.removeAttr('aria-owns');

      // This needs to be delayed as the active element is the body when the
      // key is pressed.
      window.setTimeout(function () {
        self.$selection.focus();
      }, 1);

      self._detachCloseHandler(container);
    });

    container.on('enable', function () {
      self.$selection.attr('tabindex', self._tabindex);
    });

    container.on('disable', function () {
      self.$selection.attr('tabindex', '-1');
    });
  };

  BaseSelection.prototype._handleBlur = function (evt) {
    var self = this;

    // This needs to be delayed as the active element is the body when the tab
    // key is pressed, possibly along with others.
    window.setTimeout(function () {
      // Don't trigger `blur` if the focus is still in the selection
      if (
        (document.activeElement == self.$selection[0]) ||
        ($.contains(self.$selection[0], document.activeElement))
      ) {
        return;
      }

      self.trigger('blur', evt);
    }, 1);
  };

  BaseSelection.prototype._attachCloseHandler = function (container) {
    var self = this;

    $(document.body).on('mousedown.select2.' + container.id, function (e) {
      var $target = $(e.target);

      var $select = $target.closest('.select2');

      var $all = $('.select2.select2-container--open');

      $all.each(function () {
        var $this = $(this);

        if (this == $select[0]) {
          return;
        }

        var $element = $this.data('element');
        $element.select2('close');

        // Remove any focus when dropdown is closed by clicking outside the select area.
        // Timeout of 1 required for close to finish wrapping up.
        setTimeout(function(){
         $this.find('*:focus').blur();
         $target.focus();
        }, 1);
      });
    });
  };

  BaseSelection.prototype._detachCloseHandler = function (container) {
    $(document.body).off('mousedown.select2.' + container.id);
  };

  BaseSelection.prototype.position = function ($selection, $container) {
    var $selectionContainer = $container.find('.selection');
    $selectionContainer.append($selection);
  };

  BaseSelection.prototype.destroy = function () {
    this._detachCloseHandler(this.container);
  };

  BaseSelection.prototype.update = function (data) {
    throw new Error('The `update` method must be defined in child classes.');
  };

  return BaseSelection;
});

S2.define('select2/selection/single',[
  'jquery',
  './base',
  '../utils',
  '../keys'
], function ($, BaseSelection, Utils, KEYS) {
  function SingleSelection () {
    SingleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(SingleSelection, BaseSelection);

  SingleSelection.prototype.render = function () {
    var $selection = SingleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--single');

    $selection.html(
      '<span class="select2-selection__rendered"></span>' +
      '<span class="select2-selection__arrow" role="presentation">' +
        '<b role="presentation"></b>' +
      '</span>'
    );

    return $selection;
  };

  SingleSelection.prototype.bind = function (container, $container) {
    var self = this;

    SingleSelection.__super__.bind.apply(this, arguments);

    var id = container.id + '-container';

    this.$selection.find('.select2-selection__rendered')
      .attr('id', id)
      .attr('role', 'textbox')
      .attr('aria-readonly', 'true');
    this.$selection.attr('aria-labelledby', id);

    // This makes single non-search selects work in screen readers. If it causes problems elsewhere, remove.
    this.$selection.attr('role', 'combobox');

    this.$selection.on('mousedown', function (evt) {
      // Only respond to left clicks
      if (evt.which !== 1) {
        return;
      }

      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on('focus', function (evt) {
      // User focuses on the container
    });

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    this.$selection.on('blur', function (evt) {
      // User exits the container
    });

    container.on('focus', function (evt) {
      if (!container.isOpen()) {
        self.$selection.focus();
      }
    });

    container.on('selection:update', function (params) {
      self.update(params.data);
    });
  };

  SingleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  SingleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  SingleSelection.prototype.selectionContainer = function () {
    return $('<span></span>');
  };

  SingleSelection.prototype.update = function (data) {
    if (data.length === 0) {
      this.clear();
      return;
    }

    var selection = data[0];

    var $rendered = this.$selection.find('.select2-selection__rendered');
    var formatted = this.display(selection, $rendered);

    $rendered.empty().text(formatted);
    $rendered.prop('title', selection.title || selection.text);
  };

  return SingleSelection;
});

S2.define('select2/selection/multiple',[
  'jquery',
  './base',
  '../utils'
], function ($, BaseSelection, Utils) {
  function MultipleSelection ($element, options) {
    MultipleSelection.__super__.constructor.apply(this, arguments);
  }

  Utils.Extend(MultipleSelection, BaseSelection);

  MultipleSelection.prototype.render = function () {
    var $selection = MultipleSelection.__super__.render.call(this);

    $selection.addClass('select2-selection--multiple');

    $selection.html(
      '<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'
    );

    return $selection;
  };

  MultipleSelection.prototype.bind = function (container, $container) {
    var self = this;

    MultipleSelection.__super__.bind.apply(this, arguments);

    this.$selection.on('click', function (evt) {
      self.trigger('toggle', {
        originalEvent: evt
      });
    });

    this.$selection.on(
      'click',
      '.select2-selection__choice__remove',
      function (evt) {
        // Ignore the event if it is disabled
        if (self.options.get('disabled')) {
          return;
        }

        var $remove = $(this);
        var $selection = $remove.parent();

        var data = $selection.data('data');

        self.trigger('unselect', {
          originalEvent: evt,
          data: data
        });
      }
    );

    this.$selection.on('keydown', function (evt) {
      // If user starts typing an alphanumeric key on the keyboard, open if not opened.
      if (!container.isOpen() && evt.which >= 48 && evt.which <= 90) {
        container.open();
      }
    });

    // Focus on the search field when the container is focused instead of the main container.
    container.on( 'focus', function(){
      self.focusOnSearch();
    });
  };

  MultipleSelection.prototype.clear = function () {
    this.$selection.find('.select2-selection__rendered').empty();
  };

  MultipleSelection.prototype.display = function (data, container) {
    var template = this.options.get('templateSelection');
    var escapeMarkup = this.options.get('escapeMarkup');

    return escapeMarkup(template(data, container));
  };

  MultipleSelection.prototype.selectionContainer = function () {
    var $container = $(
      '<li class="select2-selection__choice">' +
        '<span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">' +
          '&times;' +
        '</span>' +
      '</li>'
    );

    return $container;
  };

  /**
   * Focus on the search field instead of the main multiselect container.
   */
  MultipleSelection.prototype.focusOnSearch = function() {
    var self = this;

    if ('undefined' !== typeof self.$search) {
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        // Prevent the dropdown opening again when focused from this.
        // This gets reset automatically when focus is triggered.
        self._keyUpPrevented = true;

        self.$search.focus();
      }, 1);
    }
  }

  MultipleSelection.prototype.update = function (data) {
    this.clear();

    if (data.length === 0) {
      return;
    }

    var $selections = [];

    for (var d = 0; d < data.length; d++) {
      var selection = data[d];

      var $selection = this.selectionContainer();
      var formatted = this.display(selection, $selection);
      if ('string' === typeof formatted) {
        formatted = formatted.trim();
      }

      $selection.append(formatted);
      $selection.prop('title', selection.title || selection.text);

      $selection.data('data', selection);

      $selections.push($selection);
    }

    var $rendered = this.$selection.find('.select2-selection__rendered');

    Utils.appendMany($rendered, $selections);
  };

  return MultipleSelection;
});

S2.define('select2/selection/placeholder',[
  '../utils'
], function (Utils) {
  function Placeholder (decorated, $element, options) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options);
  }

  Placeholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  Placeholder.prototype.createPlaceholder = function (decorated, placeholder) {
    var $placeholder = this.selectionContainer();

    $placeholder.html(this.display(placeholder));
    $placeholder.addClass('select2-selection__placeholder')
                .removeClass('select2-selection__choice');

    return $placeholder;
  };

  Placeholder.prototype.update = function (decorated, data) {
    var singlePlaceholder = (
      data.length == 1 && data[0].id != this.placeholder.id
    );
    var multipleSelections = data.length > 1;

    if (multipleSelections || singlePlaceholder) {
      return decorated.call(this, data);
    }

    this.clear();

    var $placeholder = this.createPlaceholder(this.placeholder);

    this.$selection.find('.select2-selection__rendered').append($placeholder);
  };

  return Placeholder;
});

S2.define('select2/selection/allowClear',[
  'jquery',
  '../keys'
], function ($, KEYS) {
  function AllowClear () { }

  AllowClear.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    if (this.placeholder == null) {
      if (this.options.get('debug') && window.console && console.error) {
        console.error(
          'Select2: The `allowClear` option should be used in combination ' +
          'with the `placeholder` option.'
        );
      }
    }

    this.$selection.on('mousedown', '.select2-selection__clear',
      function (evt) {
        self._handleClear(evt);
    });

    container.on('keypress', function (evt) {
      self._handleKeyboardClear(evt, container);
    });
  };

  AllowClear.prototype._handleClear = function (_, evt) {
    // Ignore the event if it is disabled
    if (this.options.get('disabled')) {
      return;
    }

    var $clear = this.$selection.find('.select2-selection__clear');

    // Ignore the event if nothing has been selected
    if ($clear.length === 0) {
      return;
    }

    evt.stopPropagation();

    var data = $clear.data('data');

    for (var d = 0; d < data.length; d++) {
      var unselectData = {
        data: data[d]
      };

      // Trigger the `unselect` event, so people can prevent it from being
      // cleared.
      this.trigger('unselect', unselectData);

      // If the event was prevented, don't clear it out.
      if (unselectData.prevented) {
        return;
      }
    }

    this.$element.val(this.placeholder.id).trigger('change');

    this.trigger('toggle', {});
  };

  AllowClear.prototype._handleKeyboardClear = function (_, evt, container) {
    if (container.isOpen()) {
      return;
    }

    if (evt.which == KEYS.DELETE || evt.which == KEYS.BACKSPACE) {
      this._handleClear(evt);
    }
  };

  AllowClear.prototype.update = function (decorated, data) {
    decorated.call(this, data);

    if (this.$selection.find('.select2-selection__placeholder').length > 0 ||
        data.length === 0) {
      return;
    }

    var $remove = $(
      '<span class="select2-selection__clear">' +
        '&times;' +
      '</span>'
    );
    $remove.data('data', data);

    this.$selection.find('.select2-selection__rendered').prepend($remove);
  };

  return AllowClear;
});

S2.define('select2/selection/search',[
  'jquery',
  '../utils',
  '../keys'
], function ($, Utils, KEYS) {
  function Search (decorated, $element, options) {
    decorated.call(this, $element, options);
  }

  Search.prototype.render = function (decorated) {
    var $search = $(
      '<li class="select2-search select2-search--inline">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="textbox" aria-autocomplete="list" />' +
      '</li>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    var $rendered = decorated.call(this);

    this._transferTabIndex();

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    container.on('open', function () {
      self.$search.attr('aria-owns', resultsId);
      self.$search.trigger('focus');
    });

    container.on('close', function () {
      self.$search.val('');
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.trigger('focus');
    });

    container.on('enable', function () {
      self.$search.prop('disabled', false);

      self._transferTabIndex();
    });

    container.on('disable', function () {
      self.$search.prop('disabled', true);
    });

    container.on('focus', function (evt) {
      self.$search.trigger('focus');
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });

    this.$selection.on('focusin', '.select2-search--inline', function (evt) {
      self.trigger('focus', evt);
    });

    this.$selection.on('focusout', '.select2-search--inline', function (evt) {
      self._handleBlur(evt);
    });

    this.$selection.on('keydown', '.select2-search--inline', function (evt) {
      evt.stopPropagation();

      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();

      var key = evt.which;

      if (key === KEYS.BACKSPACE && self.$search.val() === '') {
        var $previousChoice = self.$searchContainer
          .prev('.select2-selection__choice');

        if ($previousChoice.length > 0) {
          var item = $previousChoice.data('data');

          self.searchRemoveChoice(item);

          evt.preventDefault();
        }
      } else if (evt.which === KEYS.ENTER) {
        container.open();
        evt.preventDefault();
      }
    });

    // Try to detect the IE version should the `documentMode` property that
    // is stored on the document. This is only implemented in IE and is
    // slightly cleaner than doing a user agent check.
    // This property is not available in Edge, but Edge also doesn't have
    // this bug.
    var msie = document.documentMode;
    var disableInputEvents = msie && msie <= 11;

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$selection.on(
      'input.searchcheck',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents) {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        // Unbind the duplicated `keyup` event
        self.$selection.off('keyup.search');
      }
    );

    this.$selection.on(
      'keyup.search input.search',
      '.select2-search--inline',
      function (evt) {
        // IE will trigger the `input` event when a placeholder is used on a
        // search box. To get around this issue, we are forced to ignore all
        // `input` events in IE and keep using `keyup`.
        if (disableInputEvents && evt.type === 'input') {
          self.$selection.off('input.search input.searchcheck');
          return;
        }

        var key = evt.which;

        // We can freely ignore events from modifier keys
        if (key == KEYS.SHIFT || key == KEYS.CTRL || key == KEYS.ALT) {
          return;
        }

        // Tabbing will be handled during the `keydown` phase
        if (key == KEYS.TAB) {
          return;
        }

        self.handleSearch(evt);
      }
    );
  };

  /**
   * This method will transfer the tabindex attribute from the rendered
   * selection to the search box. This allows for the search box to be used as
   * the primary focus instead of the selection container.
   *
   * @private
   */
  Search.prototype._transferTabIndex = function (decorated) {
    this.$search.attr('tabindex', this.$selection.attr('tabindex'));
    this.$selection.attr('tabindex', '-1');
  };

  Search.prototype.createPlaceholder = function (decorated, placeholder) {
    this.$search.attr('placeholder', placeholder.text);
  };

  Search.prototype.update = function (decorated, data) {
    var searchHadFocus = this.$search[0] == document.activeElement;

    this.$search.attr('placeholder', '');

    decorated.call(this, data);

    this.$selection.find('.select2-selection__rendered')
                   .append(this.$searchContainer);

    this.resizeSearch();
    if (searchHadFocus) {
      this.$search.focus();
    }
  };

  Search.prototype.handleSearch = function () {
    this.resizeSearch();

    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.searchRemoveChoice = function (decorated, item) {
    this.trigger('unselect', {
      data: item
    });

    this.$search.val(item.text);
    this.handleSearch();
  };

  Search.prototype.resizeSearch = function () {
    this.$search.css('width', '25px');

    var width = '';

    if (this.$search.attr('placeholder') !== '') {
      width = this.$selection.find('.select2-selection__rendered').innerWidth();
    } else {
      var minimumWidth = this.$search.val().length + 1;

      width = (minimumWidth * 0.75) + 'em';
    }

    this.$search.css('width', width);
  };

  return Search;
});

S2.define('select2/selection/eventRelay',[
  'jquery'
], function ($) {
  function EventRelay () { }

  EventRelay.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var relayEvents = [
      'open', 'opening',
      'close', 'closing',
      'select', 'selecting',
      'unselect', 'unselecting'
    ];

    var preventableEvents = ['opening', 'closing', 'selecting', 'unselecting'];

    decorated.call(this, container, $container);

    container.on('*', function (name, params) {
      // Ignore events that should not be relayed
      if ($.inArray(name, relayEvents) === -1) {
        return;
      }

      // The parameters should always be an object
      params = params || {};

      // Generate the jQuery event for the Select2 event
      var evt = $.Event('select2:' + name, {
        params: params
      });

      self.$element.trigger(evt);

      // Only handle preventable events if it was one
      if ($.inArray(name, preventableEvents) === -1) {
        return;
      }

      params.prevented = evt.isDefaultPrevented();
    });
  };

  return EventRelay;
});

S2.define('select2/translation',[
  'jquery',
  'require'
], function ($, require) {
  function Translation (dict) {
    this.dict = dict || {};
  }

  Translation.prototype.all = function () {
    return this.dict;
  };

  Translation.prototype.get = function (key) {
    return this.dict[key];
  };

  Translation.prototype.extend = function (translation) {
    this.dict = $.extend({}, translation.all(), this.dict);
  };

  // Static functions

  Translation._cache = {};

  Translation.loadPath = function (path) {
    if (!(path in Translation._cache)) {
      var translations = require(path);

      Translation._cache[path] = translations;
    }

    return new Translation(Translation._cache[path]);
  };

  return Translation;
});

S2.define('select2/diacritics',[

], function () {
  var diacritics = {
    '\u24B6': 'A',
    '\uFF21': 'A',
    '\u00C0': 'A',
    '\u00C1': 'A',
    '\u00C2': 'A',
    '\u1EA6': 'A',
    '\u1EA4': 'A',
    '\u1EAA': 'A',
    '\u1EA8': 'A',
    '\u00C3': 'A',
    '\u0100': 'A',
    '\u0102': 'A',
    '\u1EB0': 'A',
    '\u1EAE': 'A',
    '\u1EB4': 'A',
    '\u1EB2': 'A',
    '\u0226': 'A',
    '\u01E0': 'A',
    '\u00C4': 'A',
    '\u01DE': 'A',
    '\u1EA2': 'A',
    '\u00C5': 'A',
    '\u01FA': 'A',
    '\u01CD': 'A',
    '\u0200': 'A',
    '\u0202': 'A',
    '\u1EA0': 'A',
    '\u1EAC': 'A',
    '\u1EB6': 'A',
    '\u1E00': 'A',
    '\u0104': 'A',
    '\u023A': 'A',
    '\u2C6F': 'A',
    '\uA732': 'AA',
    '\u00C6': 'AE',
    '\u01FC': 'AE',
    '\u01E2': 'AE',
    '\uA734': 'AO',
    '\uA736': 'AU',
    '\uA738': 'AV',
    '\uA73A': 'AV',
    '\uA73C': 'AY',
    '\u24B7': 'B',
    '\uFF22': 'B',
    '\u1E02': 'B',
    '\u1E04': 'B',
    '\u1E06': 'B',
    '\u0243': 'B',
    '\u0182': 'B',
    '\u0181': 'B',
    '\u24B8': 'C',
    '\uFF23': 'C',
    '\u0106': 'C',
    '\u0108': 'C',
    '\u010A': 'C',
    '\u010C': 'C',
    '\u00C7': 'C',
    '\u1E08': 'C',
    '\u0187': 'C',
    '\u023B': 'C',
    '\uA73E': 'C',
    '\u24B9': 'D',
    '\uFF24': 'D',
    '\u1E0A': 'D',
    '\u010E': 'D',
    '\u1E0C': 'D',
    '\u1E10': 'D',
    '\u1E12': 'D',
    '\u1E0E': 'D',
    '\u0110': 'D',
    '\u018B': 'D',
    '\u018A': 'D',
    '\u0189': 'D',
    '\uA779': 'D',
    '\u01F1': 'DZ',
    '\u01C4': 'DZ',
    '\u01F2': 'Dz',
    '\u01C5': 'Dz',
    '\u24BA': 'E',
    '\uFF25': 'E',
    '\u00C8': 'E',
    '\u00C9': 'E',
    '\u00CA': 'E',
    '\u1EC0': 'E',
    '\u1EBE': 'E',
    '\u1EC4': 'E',
    '\u1EC2': 'E',
    '\u1EBC': 'E',
    '\u0112': 'E',
    '\u1E14': 'E',
    '\u1E16': 'E',
    '\u0114': 'E',
    '\u0116': 'E',
    '\u00CB': 'E',
    '\u1EBA': 'E',
    '\u011A': 'E',
    '\u0204': 'E',
    '\u0206': 'E',
    '\u1EB8': 'E',
    '\u1EC6': 'E',
    '\u0228': 'E',
    '\u1E1C': 'E',
    '\u0118': 'E',
    '\u1E18': 'E',
    '\u1E1A': 'E',
    '\u0190': 'E',
    '\u018E': 'E',
    '\u24BB': 'F',
    '\uFF26': 'F',
    '\u1E1E': 'F',
    '\u0191': 'F',
    '\uA77B': 'F',
    '\u24BC': 'G',
    '\uFF27': 'G',
    '\u01F4': 'G',
    '\u011C': 'G',
    '\u1E20': 'G',
    '\u011E': 'G',
    '\u0120': 'G',
    '\u01E6': 'G',
    '\u0122': 'G',
    '\u01E4': 'G',
    '\u0193': 'G',
    '\uA7A0': 'G',
    '\uA77D': 'G',
    '\uA77E': 'G',
    '\u24BD': 'H',
    '\uFF28': 'H',
    '\u0124': 'H',
    '\u1E22': 'H',
    '\u1E26': 'H',
    '\u021E': 'H',
    '\u1E24': 'H',
    '\u1E28': 'H',
    '\u1E2A': 'H',
    '\u0126': 'H',
    '\u2C67': 'H',
    '\u2C75': 'H',
    '\uA78D': 'H',
    '\u24BE': 'I',
    '\uFF29': 'I',
    '\u00CC': 'I',
    '\u00CD': 'I',
    '\u00CE': 'I',
    '\u0128': 'I',
    '\u012A': 'I',
    '\u012C': 'I',
    '\u0130': 'I',
    '\u00CF': 'I',
    '\u1E2E': 'I',
    '\u1EC8': 'I',
    '\u01CF': 'I',
    '\u0208': 'I',
    '\u020A': 'I',
    '\u1ECA': 'I',
    '\u012E': 'I',
    '\u1E2C': 'I',
    '\u0197': 'I',
    '\u24BF': 'J',
    '\uFF2A': 'J',
    '\u0134': 'J',
    '\u0248': 'J',
    '\u24C0': 'K',
    '\uFF2B': 'K',
    '\u1E30': 'K',
    '\u01E8': 'K',
    '\u1E32': 'K',
    '\u0136': 'K',
    '\u1E34': 'K',
    '\u0198': 'K',
    '\u2C69': 'K',
    '\uA740': 'K',
    '\uA742': 'K',
    '\uA744': 'K',
    '\uA7A2': 'K',
    '\u24C1': 'L',
    '\uFF2C': 'L',
    '\u013F': 'L',
    '\u0139': 'L',
    '\u013D': 'L',
    '\u1E36': 'L',
    '\u1E38': 'L',
    '\u013B': 'L',
    '\u1E3C': 'L',
    '\u1E3A': 'L',
    '\u0141': 'L',
    '\u023D': 'L',
    '\u2C62': 'L',
    '\u2C60': 'L',
    '\uA748': 'L',
    '\uA746': 'L',
    '\uA780': 'L',
    '\u01C7': 'LJ',
    '\u01C8': 'Lj',
    '\u24C2': 'M',
    '\uFF2D': 'M',
    '\u1E3E': 'M',
    '\u1E40': 'M',
    '\u1E42': 'M',
    '\u2C6E': 'M',
    '\u019C': 'M',
    '\u24C3': 'N',
    '\uFF2E': 'N',
    '\u01F8': 'N',
    '\u0143': 'N',
    '\u00D1': 'N',
    '\u1E44': 'N',
    '\u0147': 'N',
    '\u1E46': 'N',
    '\u0145': 'N',
    '\u1E4A': 'N',
    '\u1E48': 'N',
    '\u0220': 'N',
    '\u019D': 'N',
    '\uA790': 'N',
    '\uA7A4': 'N',
    '\u01CA': 'NJ',
    '\u01CB': 'Nj',
    '\u24C4': 'O',
    '\uFF2F': 'O',
    '\u00D2': 'O',
    '\u00D3': 'O',
    '\u00D4': 'O',
    '\u1ED2': 'O',
    '\u1ED0': 'O',
    '\u1ED6': 'O',
    '\u1ED4': 'O',
    '\u00D5': 'O',
    '\u1E4C': 'O',
    '\u022C': 'O',
    '\u1E4E': 'O',
    '\u014C': 'O',
    '\u1E50': 'O',
    '\u1E52': 'O',
    '\u014E': 'O',
    '\u022E': 'O',
    '\u0230': 'O',
    '\u00D6': 'O',
    '\u022A': 'O',
    '\u1ECE': 'O',
    '\u0150': 'O',
    '\u01D1': 'O',
    '\u020C': 'O',
    '\u020E': 'O',
    '\u01A0': 'O',
    '\u1EDC': 'O',
    '\u1EDA': 'O',
    '\u1EE0': 'O',
    '\u1EDE': 'O',
    '\u1EE2': 'O',
    '\u1ECC': 'O',
    '\u1ED8': 'O',
    '\u01EA': 'O',
    '\u01EC': 'O',
    '\u00D8': 'O',
    '\u01FE': 'O',
    '\u0186': 'O',
    '\u019F': 'O',
    '\uA74A': 'O',
    '\uA74C': 'O',
    '\u01A2': 'OI',
    '\uA74E': 'OO',
    '\u0222': 'OU',
    '\u24C5': 'P',
    '\uFF30': 'P',
    '\u1E54': 'P',
    '\u1E56': 'P',
    '\u01A4': 'P',
    '\u2C63': 'P',
    '\uA750': 'P',
    '\uA752': 'P',
    '\uA754': 'P',
    '\u24C6': 'Q',
    '\uFF31': 'Q',
    '\uA756': 'Q',
    '\uA758': 'Q',
    '\u024A': 'Q',
    '\u24C7': 'R',
    '\uFF32': 'R',
    '\u0154': 'R',
    '\u1E58': 'R',
    '\u0158': 'R',
    '\u0210': 'R',
    '\u0212': 'R',
    '\u1E5A': 'R',
    '\u1E5C': 'R',
    '\u0156': 'R',
    '\u1E5E': 'R',
    '\u024C': 'R',
    '\u2C64': 'R',
    '\uA75A': 'R',
    '\uA7A6': 'R',
    '\uA782': 'R',
    '\u24C8': 'S',
    '\uFF33': 'S',
    '\u1E9E': 'S',
    '\u015A': 'S',
    '\u1E64': 'S',
    '\u015C': 'S',
    '\u1E60': 'S',
    '\u0160': 'S',
    '\u1E66': 'S',
    '\u1E62': 'S',
    '\u1E68': 'S',
    '\u0218': 'S',
    '\u015E': 'S',
    '\u2C7E': 'S',
    '\uA7A8': 'S',
    '\uA784': 'S',
    '\u24C9': 'T',
    '\uFF34': 'T',
    '\u1E6A': 'T',
    '\u0164': 'T',
    '\u1E6C': 'T',
    '\u021A': 'T',
    '\u0162': 'T',
    '\u1E70': 'T',
    '\u1E6E': 'T',
    '\u0166': 'T',
    '\u01AC': 'T',
    '\u01AE': 'T',
    '\u023E': 'T',
    '\uA786': 'T',
    '\uA728': 'TZ',
    '\u24CA': 'U',
    '\uFF35': 'U',
    '\u00D9': 'U',
    '\u00DA': 'U',
    '\u00DB': 'U',
    '\u0168': 'U',
    '\u1E78': 'U',
    '\u016A': 'U',
    '\u1E7A': 'U',
    '\u016C': 'U',
    '\u00DC': 'U',
    '\u01DB': 'U',
    '\u01D7': 'U',
    '\u01D5': 'U',
    '\u01D9': 'U',
    '\u1EE6': 'U',
    '\u016E': 'U',
    '\u0170': 'U',
    '\u01D3': 'U',
    '\u0214': 'U',
    '\u0216': 'U',
    '\u01AF': 'U',
    '\u1EEA': 'U',
    '\u1EE8': 'U',
    '\u1EEE': 'U',
    '\u1EEC': 'U',
    '\u1EF0': 'U',
    '\u1EE4': 'U',
    '\u1E72': 'U',
    '\u0172': 'U',
    '\u1E76': 'U',
    '\u1E74': 'U',
    '\u0244': 'U',
    '\u24CB': 'V',
    '\uFF36': 'V',
    '\u1E7C': 'V',
    '\u1E7E': 'V',
    '\u01B2': 'V',
    '\uA75E': 'V',
    '\u0245': 'V',
    '\uA760': 'VY',
    '\u24CC': 'W',
    '\uFF37': 'W',
    '\u1E80': 'W',
    '\u1E82': 'W',
    '\u0174': 'W',
    '\u1E86': 'W',
    '\u1E84': 'W',
    '\u1E88': 'W',
    '\u2C72': 'W',
    '\u24CD': 'X',
    '\uFF38': 'X',
    '\u1E8A': 'X',
    '\u1E8C': 'X',
    '\u24CE': 'Y',
    '\uFF39': 'Y',
    '\u1EF2': 'Y',
    '\u00DD': 'Y',
    '\u0176': 'Y',
    '\u1EF8': 'Y',
    '\u0232': 'Y',
    '\u1E8E': 'Y',
    '\u0178': 'Y',
    '\u1EF6': 'Y',
    '\u1EF4': 'Y',
    '\u01B3': 'Y',
    '\u024E': 'Y',
    '\u1EFE': 'Y',
    '\u24CF': 'Z',
    '\uFF3A': 'Z',
    '\u0179': 'Z',
    '\u1E90': 'Z',
    '\u017B': 'Z',
    '\u017D': 'Z',
    '\u1E92': 'Z',
    '\u1E94': 'Z',
    '\u01B5': 'Z',
    '\u0224': 'Z',
    '\u2C7F': 'Z',
    '\u2C6B': 'Z',
    '\uA762': 'Z',
    '\u24D0': 'a',
    '\uFF41': 'a',
    '\u1E9A': 'a',
    '\u00E0': 'a',
    '\u00E1': 'a',
    '\u00E2': 'a',
    '\u1EA7': 'a',
    '\u1EA5': 'a',
    '\u1EAB': 'a',
    '\u1EA9': 'a',
    '\u00E3': 'a',
    '\u0101': 'a',
    '\u0103': 'a',
    '\u1EB1': 'a',
    '\u1EAF': 'a',
    '\u1EB5': 'a',
    '\u1EB3': 'a',
    '\u0227': 'a',
    '\u01E1': 'a',
    '\u00E4': 'a',
    '\u01DF': 'a',
    '\u1EA3': 'a',
    '\u00E5': 'a',
    '\u01FB': 'a',
    '\u01CE': 'a',
    '\u0201': 'a',
    '\u0203': 'a',
    '\u1EA1': 'a',
    '\u1EAD': 'a',
    '\u1EB7': 'a',
    '\u1E01': 'a',
    '\u0105': 'a',
    '\u2C65': 'a',
    '\u0250': 'a',
    '\uA733': 'aa',
    '\u00E6': 'ae',
    '\u01FD': 'ae',
    '\u01E3': 'ae',
    '\uA735': 'ao',
    '\uA737': 'au',
    '\uA739': 'av',
    '\uA73B': 'av',
    '\uA73D': 'ay',
    '\u24D1': 'b',
    '\uFF42': 'b',
    '\u1E03': 'b',
    '\u1E05': 'b',
    '\u1E07': 'b',
    '\u0180': 'b',
    '\u0183': 'b',
    '\u0253': 'b',
    '\u24D2': 'c',
    '\uFF43': 'c',
    '\u0107': 'c',
    '\u0109': 'c',
    '\u010B': 'c',
    '\u010D': 'c',
    '\u00E7': 'c',
    '\u1E09': 'c',
    '\u0188': 'c',
    '\u023C': 'c',
    '\uA73F': 'c',
    '\u2184': 'c',
    '\u24D3': 'd',
    '\uFF44': 'd',
    '\u1E0B': 'd',
    '\u010F': 'd',
    '\u1E0D': 'd',
    '\u1E11': 'd',
    '\u1E13': 'd',
    '\u1E0F': 'd',
    '\u0111': 'd',
    '\u018C': 'd',
    '\u0256': 'd',
    '\u0257': 'd',
    '\uA77A': 'd',
    '\u01F3': 'dz',
    '\u01C6': 'dz',
    '\u24D4': 'e',
    '\uFF45': 'e',
    '\u00E8': 'e',
    '\u00E9': 'e',
    '\u00EA': 'e',
    '\u1EC1': 'e',
    '\u1EBF': 'e',
    '\u1EC5': 'e',
    '\u1EC3': 'e',
    '\u1EBD': 'e',
    '\u0113': 'e',
    '\u1E15': 'e',
    '\u1E17': 'e',
    '\u0115': 'e',
    '\u0117': 'e',
    '\u00EB': 'e',
    '\u1EBB': 'e',
    '\u011B': 'e',
    '\u0205': 'e',
    '\u0207': 'e',
    '\u1EB9': 'e',
    '\u1EC7': 'e',
    '\u0229': 'e',
    '\u1E1D': 'e',
    '\u0119': 'e',
    '\u1E19': 'e',
    '\u1E1B': 'e',
    '\u0247': 'e',
    '\u025B': 'e',
    '\u01DD': 'e',
    '\u24D5': 'f',
    '\uFF46': 'f',
    '\u1E1F': 'f',
    '\u0192': 'f',
    '\uA77C': 'f',
    '\u24D6': 'g',
    '\uFF47': 'g',
    '\u01F5': 'g',
    '\u011D': 'g',
    '\u1E21': 'g',
    '\u011F': 'g',
    '\u0121': 'g',
    '\u01E7': 'g',
    '\u0123': 'g',
    '\u01E5': 'g',
    '\u0260': 'g',
    '\uA7A1': 'g',
    '\u1D79': 'g',
    '\uA77F': 'g',
    '\u24D7': 'h',
    '\uFF48': 'h',
    '\u0125': 'h',
    '\u1E23': 'h',
    '\u1E27': 'h',
    '\u021F': 'h',
    '\u1E25': 'h',
    '\u1E29': 'h',
    '\u1E2B': 'h',
    '\u1E96': 'h',
    '\u0127': 'h',
    '\u2C68': 'h',
    '\u2C76': 'h',
    '\u0265': 'h',
    '\u0195': 'hv',
    '\u24D8': 'i',
    '\uFF49': 'i',
    '\u00EC': 'i',
    '\u00ED': 'i',
    '\u00EE': 'i',
    '\u0129': 'i',
    '\u012B': 'i',
    '\u012D': 'i',
    '\u00EF': 'i',
    '\u1E2F': 'i',
    '\u1EC9': 'i',
    '\u01D0': 'i',
    '\u0209': 'i',
    '\u020B': 'i',
    '\u1ECB': 'i',
    '\u012F': 'i',
    '\u1E2D': 'i',
    '\u0268': 'i',
    '\u0131': 'i',
    '\u24D9': 'j',
    '\uFF4A': 'j',
    '\u0135': 'j',
    '\u01F0': 'j',
    '\u0249': 'j',
    '\u24DA': 'k',
    '\uFF4B': 'k',
    '\u1E31': 'k',
    '\u01E9': 'k',
    '\u1E33': 'k',
    '\u0137': 'k',
    '\u1E35': 'k',
    '\u0199': 'k',
    '\u2C6A': 'k',
    '\uA741': 'k',
    '\uA743': 'k',
    '\uA745': 'k',
    '\uA7A3': 'k',
    '\u24DB': 'l',
    '\uFF4C': 'l',
    '\u0140': 'l',
    '\u013A': 'l',
    '\u013E': 'l',
    '\u1E37': 'l',
    '\u1E39': 'l',
    '\u013C': 'l',
    '\u1E3D': 'l',
    '\u1E3B': 'l',
    '\u017F': 'l',
    '\u0142': 'l',
    '\u019A': 'l',
    '\u026B': 'l',
    '\u2C61': 'l',
    '\uA749': 'l',
    '\uA781': 'l',
    '\uA747': 'l',
    '\u01C9': 'lj',
    '\u24DC': 'm',
    '\uFF4D': 'm',
    '\u1E3F': 'm',
    '\u1E41': 'm',
    '\u1E43': 'm',
    '\u0271': 'm',
    '\u026F': 'm',
    '\u24DD': 'n',
    '\uFF4E': 'n',
    '\u01F9': 'n',
    '\u0144': 'n',
    '\u00F1': 'n',
    '\u1E45': 'n',
    '\u0148': 'n',
    '\u1E47': 'n',
    '\u0146': 'n',
    '\u1E4B': 'n',
    '\u1E49': 'n',
    '\u019E': 'n',
    '\u0272': 'n',
    '\u0149': 'n',
    '\uA791': 'n',
    '\uA7A5': 'n',
    '\u01CC': 'nj',
    '\u24DE': 'o',
    '\uFF4F': 'o',
    '\u00F2': 'o',
    '\u00F3': 'o',
    '\u00F4': 'o',
    '\u1ED3': 'o',
    '\u1ED1': 'o',
    '\u1ED7': 'o',
    '\u1ED5': 'o',
    '\u00F5': 'o',
    '\u1E4D': 'o',
    '\u022D': 'o',
    '\u1E4F': 'o',
    '\u014D': 'o',
    '\u1E51': 'o',
    '\u1E53': 'o',
    '\u014F': 'o',
    '\u022F': 'o',
    '\u0231': 'o',
    '\u00F6': 'o',
    '\u022B': 'o',
    '\u1ECF': 'o',
    '\u0151': 'o',
    '\u01D2': 'o',
    '\u020D': 'o',
    '\u020F': 'o',
    '\u01A1': 'o',
    '\u1EDD': 'o',
    '\u1EDB': 'o',
    '\u1EE1': 'o',
    '\u1EDF': 'o',
    '\u1EE3': 'o',
    '\u1ECD': 'o',
    '\u1ED9': 'o',
    '\u01EB': 'o',
    '\u01ED': 'o',
    '\u00F8': 'o',
    '\u01FF': 'o',
    '\u0254': 'o',
    '\uA74B': 'o',
    '\uA74D': 'o',
    '\u0275': 'o',
    '\u01A3': 'oi',
    '\u0223': 'ou',
    '\uA74F': 'oo',
    '\u24DF': 'p',
    '\uFF50': 'p',
    '\u1E55': 'p',
    '\u1E57': 'p',
    '\u01A5': 'p',
    '\u1D7D': 'p',
    '\uA751': 'p',
    '\uA753': 'p',
    '\uA755': 'p',
    '\u24E0': 'q',
    '\uFF51': 'q',
    '\u024B': 'q',
    '\uA757': 'q',
    '\uA759': 'q',
    '\u24E1': 'r',
    '\uFF52': 'r',
    '\u0155': 'r',
    '\u1E59': 'r',
    '\u0159': 'r',
    '\u0211': 'r',
    '\u0213': 'r',
    '\u1E5B': 'r',
    '\u1E5D': 'r',
    '\u0157': 'r',
    '\u1E5F': 'r',
    '\u024D': 'r',
    '\u027D': 'r',
    '\uA75B': 'r',
    '\uA7A7': 'r',
    '\uA783': 'r',
    '\u24E2': 's',
    '\uFF53': 's',
    '\u00DF': 's',
    '\u015B': 's',
    '\u1E65': 's',
    '\u015D': 's',
    '\u1E61': 's',
    '\u0161': 's',
    '\u1E67': 's',
    '\u1E63': 's',
    '\u1E69': 's',
    '\u0219': 's',
    '\u015F': 's',
    '\u023F': 's',
    '\uA7A9': 's',
    '\uA785': 's',
    '\u1E9B': 's',
    '\u24E3': 't',
    '\uFF54': 't',
    '\u1E6B': 't',
    '\u1E97': 't',
    '\u0165': 't',
    '\u1E6D': 't',
    '\u021B': 't',
    '\u0163': 't',
    '\u1E71': 't',
    '\u1E6F': 't',
    '\u0167': 't',
    '\u01AD': 't',
    '\u0288': 't',
    '\u2C66': 't',
    '\uA787': 't',
    '\uA729': 'tz',
    '\u24E4': 'u',
    '\uFF55': 'u',
    '\u00F9': 'u',
    '\u00FA': 'u',
    '\u00FB': 'u',
    '\u0169': 'u',
    '\u1E79': 'u',
    '\u016B': 'u',
    '\u1E7B': 'u',
    '\u016D': 'u',
    '\u00FC': 'u',
    '\u01DC': 'u',
    '\u01D8': 'u',
    '\u01D6': 'u',
    '\u01DA': 'u',
    '\u1EE7': 'u',
    '\u016F': 'u',
    '\u0171': 'u',
    '\u01D4': 'u',
    '\u0215': 'u',
    '\u0217': 'u',
    '\u01B0': 'u',
    '\u1EEB': 'u',
    '\u1EE9': 'u',
    '\u1EEF': 'u',
    '\u1EED': 'u',
    '\u1EF1': 'u',
    '\u1EE5': 'u',
    '\u1E73': 'u',
    '\u0173': 'u',
    '\u1E77': 'u',
    '\u1E75': 'u',
    '\u0289': 'u',
    '\u24E5': 'v',
    '\uFF56': 'v',
    '\u1E7D': 'v',
    '\u1E7F': 'v',
    '\u028B': 'v',
    '\uA75F': 'v',
    '\u028C': 'v',
    '\uA761': 'vy',
    '\u24E6': 'w',
    '\uFF57': 'w',
    '\u1E81': 'w',
    '\u1E83': 'w',
    '\u0175': 'w',
    '\u1E87': 'w',
    '\u1E85': 'w',
    '\u1E98': 'w',
    '\u1E89': 'w',
    '\u2C73': 'w',
    '\u24E7': 'x',
    '\uFF58': 'x',
    '\u1E8B': 'x',
    '\u1E8D': 'x',
    '\u24E8': 'y',
    '\uFF59': 'y',
    '\u1EF3': 'y',
    '\u00FD': 'y',
    '\u0177': 'y',
    '\u1EF9': 'y',
    '\u0233': 'y',
    '\u1E8F': 'y',
    '\u00FF': 'y',
    '\u1EF7': 'y',
    '\u1E99': 'y',
    '\u1EF5': 'y',
    '\u01B4': 'y',
    '\u024F': 'y',
    '\u1EFF': 'y',
    '\u24E9': 'z',
    '\uFF5A': 'z',
    '\u017A': 'z',
    '\u1E91': 'z',
    '\u017C': 'z',
    '\u017E': 'z',
    '\u1E93': 'z',
    '\u1E95': 'z',
    '\u01B6': 'z',
    '\u0225': 'z',
    '\u0240': 'z',
    '\u2C6C': 'z',
    '\uA763': 'z',
    '\u0386': '\u0391',
    '\u0388': '\u0395',
    '\u0389': '\u0397',
    '\u038A': '\u0399',
    '\u03AA': '\u0399',
    '\u038C': '\u039F',
    '\u038E': '\u03A5',
    '\u03AB': '\u03A5',
    '\u038F': '\u03A9',
    '\u03AC': '\u03B1',
    '\u03AD': '\u03B5',
    '\u03AE': '\u03B7',
    '\u03AF': '\u03B9',
    '\u03CA': '\u03B9',
    '\u0390': '\u03B9',
    '\u03CC': '\u03BF',
    '\u03CD': '\u03C5',
    '\u03CB': '\u03C5',
    '\u03B0': '\u03C5',
    '\u03C9': '\u03C9',
    '\u03C2': '\u03C3'
  };

  return diacritics;
});

S2.define('select2/data/base',[
  '../utils'
], function (Utils) {
  function BaseAdapter ($element, options) {
    BaseAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(BaseAdapter, Utils.Observable);

  BaseAdapter.prototype.current = function (callback) {
    throw new Error('The `current` method must be defined in child classes.');
  };

  BaseAdapter.prototype.query = function (params, callback) {
    throw new Error('The `query` method must be defined in child classes.');
  };

  BaseAdapter.prototype.bind = function (container, $container) {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.destroy = function () {
    // Can be implemented in subclasses
  };

  BaseAdapter.prototype.generateResultId = function (container, data) {
    var id = '';

    if (container != null) {
      id += container.id
    } else {
      id += Utils.generateChars(4);
    }

    id += '-result-';
    id += Utils.generateChars(4);

    if (data.id != null) {
      id += '-' + data.id.toString();
    } else {
      id += '-' + Utils.generateChars(4);
    }
    return id;
  };

  return BaseAdapter;
});

S2.define('select2/data/select',[
  './base',
  '../utils',
  'jquery'
], function (BaseAdapter, Utils, $) {
  function SelectAdapter ($element, options) {
    this.$element = $element;
    this.options = options;

    SelectAdapter.__super__.constructor.call(this);
  }

  Utils.Extend(SelectAdapter, BaseAdapter);

  SelectAdapter.prototype.current = function (callback) {
    var data = [];
    var self = this;

    this.$element.find(':selected').each(function () {
      var $option = $(this);

      var option = self.item($option);

      data.push(option);
    });

    callback(data);
  };

  SelectAdapter.prototype.select = function (data) {
    var self = this;

    data.selected = true;

    // If data.element is a DOM node, use it instead
    if ($(data.element).is('option')) {
      data.element.selected = true;

      this.$element.trigger('change');

      return;
    }

    if (this.$element.prop('multiple')) {
      this.current(function (currentData) {
        var val = [];

        data = [data];
        data.push.apply(data, currentData);

        for (var d = 0; d < data.length; d++) {
          var id = data[d].id;

          if ($.inArray(id, val) === -1) {
            val.push(id);
          }
        }

        self.$element.val(val);
        self.$element.trigger('change');
      });
    } else {
      var val = data.id;

      this.$element.val(val);
      this.$element.trigger('change');
    }
  };

  SelectAdapter.prototype.unselect = function (data) {
    var self = this;

    if (!this.$element.prop('multiple')) {
      return;
    }

    data.selected = false;

    if ($(data.element).is('option')) {
      data.element.selected = false;

      this.$element.trigger('change');

      return;
    }

    this.current(function (currentData) {
      var val = [];

      for (var d = 0; d < currentData.length; d++) {
        var id = currentData[d].id;

        if (id !== data.id && $.inArray(id, val) === -1) {
          val.push(id);
        }
      }

      self.$element.val(val);

      self.$element.trigger('change');
    });
  };

  SelectAdapter.prototype.bind = function (container, $container) {
    var self = this;

    this.container = container;

    container.on('select', function (params) {
      self.select(params.data);
    });

    container.on('unselect', function (params) {
      self.unselect(params.data);
    });
  };

  SelectAdapter.prototype.destroy = function () {
    // Remove anything added to child elements
    this.$element.find('*').each(function () {
      // Remove any custom data set by Select2
      $.removeData(this, 'data');
    });
  };

  SelectAdapter.prototype.query = function (params, callback) {
    var data = [];
    var self = this;

    var $options = this.$element.children();

    $options.each(function () {
      var $option = $(this);

      if (!$option.is('option') && !$option.is('optgroup')) {
        return;
      }

      var option = self.item($option);

      var matches = self.matches(params, option);

      if (matches !== null) {
        data.push(matches);
      }
    });

    callback({
      results: data
    });
  };

  SelectAdapter.prototype.addOptions = function ($options) {
    Utils.appendMany(this.$element, $options);
  };

  SelectAdapter.prototype.option = function (data) {
    var option;

    if (data.children) {
      option = document.createElement('optgroup');
      option.label = data.text;
    } else {
      option = document.createElement('option');

      if (option.textContent !== undefined) {
        option.textContent = data.text;
      } else {
        option.innerText = data.text;
      }
    }

    if (data.id !== undefined) {
      option.value = data.id;
    }

    if (data.disabled) {
      option.disabled = true;
    }

    if (data.selected) {
      option.selected = true;
    }

    if (data.title) {
      option.title = data.title;
    }

    var $option = $(option);

    var normalizedData = this._normalizeItem(data);
    normalizedData.element = option;

    // Override the option's data with the combined data
    $.data(option, 'data', normalizedData);

    return $option;
  };

  SelectAdapter.prototype.item = function ($option) {
    var data = {};

    data = $.data($option[0], 'data');

    if (data != null) {
      return data;
    }

    if ($option.is('option')) {
      data = {
        id: $option.val(),
        text: $option.text(),
        disabled: $option.prop('disabled'),
        selected: $option.prop('selected'),
        title: $option.prop('title')
      };
    } else if ($option.is('optgroup')) {
      data = {
        text: $option.prop('label'),
        children: [],
        title: $option.prop('title')
      };

      var $children = $option.children('option');
      var children = [];

      for (var c = 0; c < $children.length; c++) {
        var $child = $($children[c]);

        var child = this.item($child);

        children.push(child);
      }

      data.children = children;
    }

    data = this._normalizeItem(data);
    data.element = $option[0];

    $.data($option[0], 'data', data);

    return data;
  };

  SelectAdapter.prototype._normalizeItem = function (item) {
    if (!$.isPlainObject(item)) {
      item = {
        id: item,
        text: item
      };
    }

    item = $.extend({}, {
      text: ''
    }, item);

    var defaults = {
      selected: false,
      disabled: false
    };

    if (item.id != null) {
      item.id = item.id.toString();
    }

    if (item.text != null) {
      item.text = item.text.toString();
    }

    if (item._resultId == null && item.id) {
      item._resultId = this.generateResultId(this.container, item);
    }

    return $.extend({}, defaults, item);
  };

  SelectAdapter.prototype.matches = function (params, data) {
    var matcher = this.options.get('matcher');

    return matcher(params, data);
  };

  return SelectAdapter;
});

S2.define('select2/data/array',[
  './select',
  '../utils',
  'jquery'
], function (SelectAdapter, Utils, $) {
  function ArrayAdapter ($element, options) {
    var data = options.get('data') || [];

    ArrayAdapter.__super__.constructor.call(this, $element, options);

    this.addOptions(this.convertToOptions(data));
  }

  Utils.Extend(ArrayAdapter, SelectAdapter);

  ArrayAdapter.prototype.select = function (data) {
    var $option = this.$element.find('option').filter(function (i, elm) {
      return elm.value == data.id.toString();
    });

    if ($option.length === 0) {
      $option = this.option(data);

      this.addOptions($option);
    }

    ArrayAdapter.__super__.select.call(this, data);
  };

  ArrayAdapter.prototype.convertToOptions = function (data) {
    var self = this;

    var $existing = this.$element.find('option');
    var existingIds = $existing.map(function () {
      return self.item($(this)).id;
    }).get();

    var $options = [];

    // Filter out all items except for the one passed in the argument
    function onlyItem (item) {
      return function () {
        return $(this).val() == item.id;
      };
    }

    for (var d = 0; d < data.length; d++) {
      var item = this._normalizeItem(data[d]);

      // Skip items which were pre-loaded, only merge the data
      if ($.inArray(item.id, existingIds) >= 0) {
        var $existingOption = $existing.filter(onlyItem(item));

        var existingData = this.item($existingOption);
        var newData = $.extend(true, {}, item, existingData);

        var $newOption = this.option(newData);

        $existingOption.replaceWith($newOption);

        continue;
      }

      var $option = this.option(item);

      if (item.children) {
        var $children = this.convertToOptions(item.children);

        Utils.appendMany($option, $children);
      }

      $options.push($option);
    }

    return $options;
  };

  return ArrayAdapter;
});

S2.define('select2/data/ajax',[
  './array',
  '../utils',
  'jquery'
], function (ArrayAdapter, Utils, $) {
  function AjaxAdapter ($element, options) {
    this.ajaxOptions = this._applyDefaults(options.get('ajax'));

    if (this.ajaxOptions.processResults != null) {
      this.processResults = this.ajaxOptions.processResults;
    }

    AjaxAdapter.__super__.constructor.call(this, $element, options);
  }

  Utils.Extend(AjaxAdapter, ArrayAdapter);

  AjaxAdapter.prototype._applyDefaults = function (options) {
    var defaults = {
      data: function (params) {
        return $.extend({}, params, {
          q: params.term
        });
      },
      transport: function (params, success, failure) {
        var $request = $.ajax(params);

        $request.then(success);
        $request.fail(failure);

        return $request;
      }
    };

    return $.extend({}, defaults, options, true);
  };

  AjaxAdapter.prototype.processResults = function (results) {
    return results;
  };

  AjaxAdapter.prototype.query = function (params, callback) {
    var matches = [];
    var self = this;

    if (this._request != null) {
      // JSONP requests cannot always be aborted
      if ($.isFunction(this._request.abort)) {
        this._request.abort();
      }

      this._request = null;
    }

    var options = $.extend({
      type: 'GET'
    }, this.ajaxOptions);

    if (typeof options.url === 'function') {
      options.url = options.url.call(this.$element, params);
    }

    if (typeof options.data === 'function') {
      options.data = options.data.call(this.$element, params);
    }

    function request () {
      var $request = options.transport(options, function (data) {
        var results = self.processResults(data, params);

        if (self.options.get('debug') && window.console && console.error) {
          // Check to make sure that the response included a `results` key.
          if (!results || !results.results || !$.isArray(results.results)) {
            console.error(
              'Select2: The AJAX results did not return an array in the ' +
              '`results` key of the response.'
            );
          }
        }

        callback(results);
        self.container.focusOnActiveElement();
      }, function () {
        // Attempt to detect if a request was aborted
        // Only works if the transport exposes a status property
        if ($request.status && $request.status === '0') {
          return;
        }

        self.trigger('results:message', {
          message: 'errorLoading'
        });
      });

      self._request = $request;
    }

    if (this.ajaxOptions.delay && params.term != null) {
      if (this._queryTimeout) {
        window.clearTimeout(this._queryTimeout);
      }

      this._queryTimeout = window.setTimeout(request, this.ajaxOptions.delay);
    } else {
      request();
    }
  };

  return AjaxAdapter;
});

S2.define('select2/data/tags',[
  'jquery'
], function ($) {
  function Tags (decorated, $element, options) {
    var tags = options.get('tags');

    var createTag = options.get('createTag');

    if (createTag !== undefined) {
      this.createTag = createTag;
    }

    var insertTag = options.get('insertTag');

    if (insertTag !== undefined) {
        this.insertTag = insertTag;
    }

    decorated.call(this, $element, options);

    if ($.isArray(tags)) {
      for (var t = 0; t < tags.length; t++) {
        var tag = tags[t];
        var item = this._normalizeItem(tag);

        var $option = this.option(item);

        this.$element.append($option);
      }
    }
  }

  Tags.prototype.query = function (decorated, params, callback) {
    var self = this;

    this._removeOldTags();

    if (params.term == null || params.page != null) {
      decorated.call(this, params, callback);
      return;
    }

    function wrapper (obj, child) {
      var data = obj.results;

      for (var i = 0; i < data.length; i++) {
        var option = data[i];

        var checkChildren = (
          option.children != null &&
          !wrapper({
            results: option.children
          }, true)
        );

        var optionText = (option.text || '').toUpperCase();
        var paramsTerm = (params.term || '').toUpperCase();

        var checkText = optionText === paramsTerm;

        if (checkText || checkChildren) {
          if (child) {
            return false;
          }

          obj.data = data;
          callback(obj);

          return;
        }
      }

      if (child) {
        return true;
      }

      var tag = self.createTag(params);

      if (tag != null) {
        var $option = self.option(tag);
        $option.attr('data-select2-tag', true);

        self.addOptions([$option]);

        self.insertTag(data, tag);
      }

      obj.results = data;

      callback(obj);
    }

    decorated.call(this, params, wrapper);
  };

  Tags.prototype.createTag = function (decorated, params) {
    var term = $.trim(params.term);

    if (term === '') {
      return null;
    }

    return {
      id: term,
      text: term
    };
  };

  Tags.prototype.insertTag = function (_, data, tag) {
    data.unshift(tag);
  };

  Tags.prototype._removeOldTags = function (_) {
    var tag = this._lastTag;

    var $options = this.$element.find('option[data-select2-tag]');

    $options.each(function () {
      if (this.selected) {
        return;
      }

      $(this).remove();
    });
  };

  return Tags;
});

S2.define('select2/data/tokenizer',[
  'jquery'
], function ($) {
  function Tokenizer (decorated, $element, options) {
    var tokenizer = options.get('tokenizer');

    if (tokenizer !== undefined) {
      this.tokenizer = tokenizer;
    }

    decorated.call(this, $element, options);
  }

  Tokenizer.prototype.bind = function (decorated, container, $container) {
    decorated.call(this, container, $container);

    this.$search =  container.dropdown.$search || container.selection.$search ||
      $container.find('.select2-search__field');
  };

  Tokenizer.prototype.query = function (decorated, params, callback) {
    var self = this;

    function createAndSelect (data) {
      // Normalize the data object so we can use it for checks
      var item = self._normalizeItem(data);

      // Check if the data object already exists as a tag
      // Select it if it doesn't
      var $existingOptions = self.$element.find('option').filter(function () {
        return $(this).val() === item.id;
      });

      // If an existing option wasn't found for it, create the option
      if (!$existingOptions.length) {
        var $option = self.option(item);
        $option.attr('data-select2-tag', true);

        self._removeOldTags();
        self.addOptions([$option]);
      }

      // Select the item, now that we know there is an option for it
      select(item);
    }

    function select (data) {
      self.trigger('select', {
        data: data
      });
    }

    params.term = params.term || '';

    var tokenData = this.tokenizer(params, this.options, createAndSelect);

    if (tokenData.term !== params.term) {
      // Replace the search term if we have the search box
      if (this.$search.length) {
        this.$search.val(tokenData.term);
        this.$search.focus();
      }

      params.term = tokenData.term;
    }

    decorated.call(this, params, callback);
  };

  Tokenizer.prototype.tokenizer = function (_, params, options, callback) {
    var separators = options.get('tokenSeparators') || [];
    var term = params.term;
    var i = 0;

    var createTag = this.createTag || function (params) {
      return {
        id: params.term,
        text: params.term
      };
    };

    while (i < term.length) {
      var termChar = term[i];

      if ($.inArray(termChar, separators) === -1) {
        i++;

        continue;
      }

      var part = term.substr(0, i);
      var partParams = $.extend({}, params, {
        term: part
      });

      var data = createTag(partParams);

      if (data == null) {
        i++;
        continue;
      }

      callback(data);

      // Reset the term to not include the tokenized portion
      term = term.substr(i + 1) || '';
      i = 0;
    }

    return {
      term: term
    };
  };

  return Tokenizer;
});

S2.define('select2/data/minimumInputLength',[

], function () {
  function MinimumInputLength (decorated, $e, options) {
    this.minimumInputLength = options.get('minimumInputLength');

    decorated.call(this, $e, options);
  }

  MinimumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (params.term.length < this.minimumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooShort',
        args: {
          minimum: this.minimumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MinimumInputLength;
});

S2.define('select2/data/maximumInputLength',[

], function () {
  function MaximumInputLength (decorated, $e, options) {
    this.maximumInputLength = options.get('maximumInputLength');

    decorated.call(this, $e, options);
  }

  MaximumInputLength.prototype.query = function (decorated, params, callback) {
    params.term = params.term || '';

    if (this.maximumInputLength > 0 &&
        params.term.length > this.maximumInputLength) {
      this.trigger('results:message', {
        message: 'inputTooLong',
        args: {
          maximum: this.maximumInputLength,
          input: params.term,
          params: params
        }
      });

      return;
    }

    decorated.call(this, params, callback);
  };

  return MaximumInputLength;
});

S2.define('select2/data/maximumSelectionLength',[

], function (){
  function MaximumSelectionLength (decorated, $e, options) {
    this.maximumSelectionLength = options.get('maximumSelectionLength');

    decorated.call(this, $e, options);
  }

  MaximumSelectionLength.prototype.query =
    function (decorated, params, callback) {
      var self = this;

      this.current(function (currentData) {
        var count = currentData != null ? currentData.length : 0;
        if (self.maximumSelectionLength > 0 &&
          count >= self.maximumSelectionLength) {
          self.trigger('results:message', {
            message: 'maximumSelected',
            args: {
              maximum: self.maximumSelectionLength
            }
          });
          return;
        }
        decorated.call(self, params, callback);
      });
  };

  return MaximumSelectionLength;
});

S2.define('select2/dropdown',[
  'jquery',
  './utils'
], function ($, Utils) {
  function Dropdown ($element, options) {
    this.$element = $element;
    this.options = options;

    Dropdown.__super__.constructor.call(this);
  }

  Utils.Extend(Dropdown, Utils.Observable);

  Dropdown.prototype.render = function () {
    var $dropdown = $(
      '<span class="select2-dropdown">' +
        '<span class="select2-results"></span>' +
      '</span>'
    );

    $dropdown.attr('dir', this.options.get('dir'));

    this.$dropdown = $dropdown;

    return $dropdown;
  };

  Dropdown.prototype.bind = function () {
    // Should be implemented in subclasses
  };

  Dropdown.prototype.position = function ($dropdown, $container) {
    // Should be implmented in subclasses
  };

  Dropdown.prototype.destroy = function () {
    // Remove the dropdown from the DOM
    this.$dropdown.remove();
  };

  return Dropdown;
});

S2.define('select2/dropdown/search',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function Search () { }

  Search.prototype.render = function (decorated) {
    var $rendered = decorated.call(this);

    var $search = $(
      '<span class="select2-search select2-search--dropdown">' +
        '<input class="select2-search__field" type="text" tabindex="-1"' +
        ' autocomplete="off" autocorrect="off" autocapitalize="none"' +
        ' spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" />' +
      '</span>'
    );

    this.$searchContainer = $search;
    this.$search = $search.find('input');

    $rendered.prepend($search);

    return $rendered;
  };

  Search.prototype.bind = function (decorated, container, $container) {
    var self = this;
    var resultsId = container.id + '-results';

    decorated.call(this, container, $container);

    this.$search.on('keydown', function (evt) {
      self.trigger('keypress', evt);

      self._keyUpPrevented = evt.isDefaultPrevented();
    });

    // Workaround for browsers which do not support the `input` event
    // This will prevent double-triggering of events for browsers which support
    // both the `keyup` and `input` events.
    this.$search.on('input', function (evt) {
      // Unbind the duplicated `keyup` event
      $(this).off('keyup');
    });

    this.$search.on('keyup input', function (evt) {
      self.handleSearch(evt);
    });

    container.on('open', function () {
      self.$search.attr('tabindex', 0);
      self.$search.attr('aria-owns', resultsId);
      self.$search.focus();

      window.setTimeout(function () {
        self.$search.focus();
      }, 0);
    });

    container.on('close', function () {
      self.$search.attr('tabindex', -1);
      self.$search.removeAttr('aria-activedescendant');
      self.$search.removeAttr('aria-owns');
      self.$search.val('');
    });

    container.on('focus', function () {
      if (!container.isOpen()) {
        self.$search.focus();
      }
    });

    container.on('results:all', function (params) {
      if (params.query.term == null || params.query.term === '') {
        var showSearch = self.showSearch(params);

        if (showSearch) {
          self.$searchContainer.removeClass('select2-search--hide');
        } else {
          self.$searchContainer.addClass('select2-search--hide');
        }
      }
    });

    container.on('results:focus', function (params) {
      self.$search.attr('aria-activedescendant', params.data._resultId);
    });
  };

  Search.prototype.handleSearch = function (evt) {
    if (!this._keyUpPrevented) {
      var input = this.$search.val();

      this.trigger('query', {
        term: input
      });
    }

    this._keyUpPrevented = false;
  };

  Search.prototype.showSearch = function (_, params) {
    return true;
  };

  return Search;
});

S2.define('select2/dropdown/hidePlaceholder',[

], function () {
  function HidePlaceholder (decorated, $element, options, dataAdapter) {
    this.placeholder = this.normalizePlaceholder(options.get('placeholder'));

    decorated.call(this, $element, options, dataAdapter);
  }

  HidePlaceholder.prototype.append = function (decorated, data) {
    data.results = this.removePlaceholder(data.results);

    decorated.call(this, data);
  };

  HidePlaceholder.prototype.normalizePlaceholder = function (_, placeholder) {
    if (typeof placeholder === 'string') {
      placeholder = {
        id: '',
        text: placeholder
      };
    }

    return placeholder;
  };

  HidePlaceholder.prototype.removePlaceholder = function (_, data) {
    var modifiedData = data.slice(0);

    for (var d = data.length - 1; d >= 0; d--) {
      var item = data[d];

      if (this.placeholder.id === item.id) {
        modifiedData.splice(d, 1);
      }
    }

    return modifiedData;
  };

  return HidePlaceholder;
});

S2.define('select2/dropdown/infiniteScroll',[
  'jquery'
], function ($) {
  function InfiniteScroll (decorated, $element, options, dataAdapter) {
    this.lastParams = {};

    decorated.call(this, $element, options, dataAdapter);

    this.$loadingMore = this.createLoadingMore();
    this.loading = false;
  }

  InfiniteScroll.prototype.append = function (decorated, data) {
    this.$loadingMore.remove();
    this.loading = false;

    decorated.call(this, data);

    if (this.showLoadingMore(data)) {
      this.$results.append(this.$loadingMore);
    }
  };

  InfiniteScroll.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('query', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    container.on('query:append', function (params) {
      self.lastParams = params;
      self.loading = true;
    });

    this.$results.on('scroll', function () {
      var isLoadMoreVisible = $.contains(
        document.documentElement,
        self.$loadingMore[0]
      );

      if (self.loading || !isLoadMoreVisible) {
        return;
      }

      var currentOffset = self.$results.offset().top +
        self.$results.outerHeight(false);
      var loadingMoreOffset = self.$loadingMore.offset().top +
        self.$loadingMore.outerHeight(false);

      if (currentOffset + 50 >= loadingMoreOffset) {
        self.loadMore();
      }
    });
  };

  InfiniteScroll.prototype.loadMore = function () {
    this.loading = true;

    var params = $.extend({}, {page: 1}, this.lastParams);

    params.page++;

    this.trigger('query:append', params);
  };

  InfiniteScroll.prototype.showLoadingMore = function (_, data) {
    return data.pagination && data.pagination.more;
  };

  InfiniteScroll.prototype.createLoadingMore = function () {
    var $option = $(
      '<li ' +
      'class="select2-results__option select2-results__option--load-more"' +
      'role="option" aria-disabled="true"></li>'
    );

    var message = this.options.get('translations').get('loadingMore');

    $option.html(message(this.lastParams));

    return $option;
  };

  return InfiniteScroll;
});

S2.define('select2/dropdown/attachBody',[
  'jquery',
  '../utils'
], function ($, Utils) {
  function AttachBody (decorated, $element, options) {
    this.$dropdownParent = options.get('dropdownParent') || $(document.body);

    decorated.call(this, $element, options);
  }

  AttachBody.prototype.bind = function (decorated, container, $container) {
    var self = this;

    var setupResultsEvents = false;

    decorated.call(this, container, $container);

    container.on('open', function () {
      self._showDropdown();
      self._attachPositioningHandler(container);

      if (!setupResultsEvents) {
        setupResultsEvents = true;

        container.on('results:all', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });

        container.on('results:append', function () {
          self._positionDropdown();
          self._resizeDropdown();
        });
      }
    });

    container.on('close', function () {
      self._hideDropdown();
      self._detachPositioningHandler(container);
    });

    this.$dropdownContainer.on('mousedown', function (evt) {
      evt.stopPropagation();
    });
  };

  AttachBody.prototype.destroy = function (decorated) {
    decorated.call(this);

    this.$dropdownContainer.remove();
  };

  AttachBody.prototype.position = function (decorated, $dropdown, $container) {
    // Clone all of the container classes
    $dropdown.attr('class', $container.attr('class'));

    $dropdown.removeClass('select2');
    $dropdown.addClass('select2-container--open');

    $dropdown.css({
      position: 'absolute',
      top: -999999
    });

    this.$container = $container;
  };

  AttachBody.prototype.render = function (decorated) {
    var $container = $('<span></span>');

    var $dropdown = decorated.call(this);
    $container.append($dropdown);

    this.$dropdownContainer = $container;

    return $container;
  };

  AttachBody.prototype._hideDropdown = function (decorated) {
    this.$dropdownContainer.detach();
  };

  AttachBody.prototype._attachPositioningHandler =
      function (decorated, container) {
    var self = this;

    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.each(function () {
      $(this).data('select2-scroll-position', {
        x: $(this).scrollLeft(),
        y: $(this).scrollTop()
      });
    });

    $watchers.on(scrollEvent, function (ev) {
      var position = $(this).data('select2-scroll-position');
      $(this).scrollTop(position.y);
    });

    $(window).on(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent,
      function (e) {
      self._positionDropdown();
      self._resizeDropdown();
    });
  };

  AttachBody.prototype._detachPositioningHandler =
      function (decorated, container) {
    var scrollEvent = 'scroll.select2.' + container.id;
    var resizeEvent = 'resize.select2.' + container.id;
    var orientationEvent = 'orientationchange.select2.' + container.id;

    var $watchers = this.$container.parents().filter(Utils.hasScroll);
    $watchers.off(scrollEvent);

    $(window).off(scrollEvent + ' ' + resizeEvent + ' ' + orientationEvent);
  };

  AttachBody.prototype._positionDropdown = function () {
    var $window = $(window);

    var isCurrentlyAbove = this.$dropdown.hasClass('select2-dropdown--above');
    var isCurrentlyBelow = this.$dropdown.hasClass('select2-dropdown--below');

    var newDirection = null;

    var offset = this.$container.offset();

    offset.bottom = offset.top + this.$container.outerHeight(false);

    var container = {
      height: this.$container.outerHeight(false)
    };

    container.top = offset.top;
    container.bottom = offset.top + container.height;

    var dropdown = {
      height: this.$dropdown.outerHeight(false)
    };

    var viewport = {
      top: $window.scrollTop(),
      bottom: $window.scrollTop() + $window.height()
    };

    var enoughRoomAbove = viewport.top < (offset.top - dropdown.height);
    var enoughRoomBelow = viewport.bottom > (offset.bottom + dropdown.height);

    var css = {
      left: offset.left,
      top: container.bottom
    };

    // Determine what the parent element is to use for calciulating the offset
    var $offsetParent = this.$dropdownParent;

    // For statically positoned elements, we need to get the element
    // that is determining the offset
    if ($offsetParent.css('position') === 'static') {
      $offsetParent = $offsetParent.offsetParent();
    }

    var parentOffset = $offsetParent.offset();

    css.top -= parentOffset.top;
    css.left -= parentOffset.left;

    if (!isCurrentlyAbove && !isCurrentlyBelow) {
      newDirection = 'below';
    }

    if (!enoughRoomBelow && enoughRoomAbove && !isCurrentlyAbove) {
      newDirection = 'above';
    } else if (!enoughRoomAbove && enoughRoomBelow && isCurrentlyAbove) {
      newDirection = 'below';
    }

    if (newDirection == 'above' ||
      (isCurrentlyAbove && newDirection !== 'below')) {
      css.top = container.top - parentOffset.top - dropdown.height;
    }

    if (newDirection != null) {
      this.$dropdown
        .removeClass('select2-dropdown--below select2-dropdown--above')
        .addClass('select2-dropdown--' + newDirection);
      this.$container
        .removeClass('select2-container--below select2-container--above')
        .addClass('select2-container--' + newDirection);
    }

    this.$dropdownContainer.css(css);
  };

  AttachBody.prototype._resizeDropdown = function () {
    var css = {
      width: this.$container.outerWidth(false) + 'px'
    };

    if (this.options.get('dropdownAutoWidth')) {
      css.minWidth = css.width;
      css.position = 'relative';
      css.width = 'auto';
    }

    this.$dropdown.css(css);
  };

  AttachBody.prototype._showDropdown = function (decorated) {
    this.$dropdownContainer.appendTo(this.$dropdownParent);

    this._positionDropdown();
    this._resizeDropdown();
  };

  return AttachBody;
});

S2.define('select2/dropdown/minimumResultsForSearch',[

], function () {
  function countResults (data) {
    var count = 0;

    for (var d = 0; d < data.length; d++) {
      var item = data[d];

      if (item.children) {
        count += countResults(item.children);
      } else {
        count++;
      }
    }

    return count;
  }

  function MinimumResultsForSearch (decorated, $element, options, dataAdapter) {
    this.minimumResultsForSearch = options.get('minimumResultsForSearch');

    if (this.minimumResultsForSearch < 0) {
      this.minimumResultsForSearch = Infinity;
    }

    decorated.call(this, $element, options, dataAdapter);
  }

  MinimumResultsForSearch.prototype.showSearch = function (decorated, params) {
    if (countResults(params.data.results) < this.minimumResultsForSearch) {
      return false;
    }

    return decorated.call(this, params);
  };

  return MinimumResultsForSearch;
});

S2.define('select2/dropdown/selectOnClose',[

], function () {
  function SelectOnClose () { }

  SelectOnClose.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('close', function (params) {
      self._handleSelectOnClose(params);
    });
  };

  SelectOnClose.prototype._handleSelectOnClose = function (_, params) {
    if (params && params.originalSelect2Event != null) {
      var event = params.originalSelect2Event;

      // Don't select an item if the close event was triggered from a select or
      // unselect event
      if (event._type === 'select' || event._type === 'unselect') {
        return;
      }
    }

    var $highlightedResults = this.getHighlightedResults();

    // Only select highlighted results
    if ($highlightedResults.length < 1) {
      return;
    }

    var data = $highlightedResults.data('data');

    // Don't re-select already selected resulte
    if (
      (data.element != null && data.element.selected) ||
      (data.element == null && data.selected)
    ) {
      return;
    }

    this.trigger('select', {
        data: data
    });
  };

  return SelectOnClose;
});

S2.define('select2/dropdown/closeOnSelect',[

], function () {
  function CloseOnSelect () { }

  CloseOnSelect.prototype.bind = function (decorated, container, $container) {
    var self = this;

    decorated.call(this, container, $container);

    container.on('select', function (evt) {
      self._selectTriggered(evt);
    });

    container.on('unselect', function (evt) {
      self._selectTriggered(evt);
    });
  };

  CloseOnSelect.prototype._selectTriggered = function (_, evt) {
    var originalEvent = evt.originalEvent;

    // Don't close if the control key is being held
    if (originalEvent && originalEvent.ctrlKey) {
      return;
    }

    this.trigger('close', {
      originalEvent: originalEvent,
      originalSelect2Event: evt
    });
  };

  return CloseOnSelect;
});

S2.define('select2/i18n/en',[],function () {
  // English
  return {
    errorLoading: function () {
      return 'The results could not be loaded.';
    },
    inputTooLong: function (args) {
      var overChars = args.input.length - args.maximum;

      var message = 'Please delete ' + overChars + ' character';

      if (overChars != 1) {
        message += 's';
      }

      return message;
    },
    inputTooShort: function (args) {
      var remainingChars = args.minimum - args.input.length;

      var message = 'Please enter ' + remainingChars + ' or more characters';

      return message;
    },
    loadingMore: function () {
      return 'Loading more results…';
    },
    maximumSelected: function (args) {
      var message = 'You can only select ' + args.maximum + ' item';

      if (args.maximum != 1) {
        message += 's';
      }

      return message;
    },
    noResults: function () {
      return 'No results found';
    },
    searching: function () {
      return 'Searching…';
    }
  };
});

S2.define('select2/defaults',[
  'jquery',
  'require',

  './results',

  './selection/single',
  './selection/multiple',
  './selection/placeholder',
  './selection/allowClear',
  './selection/search',
  './selection/eventRelay',

  './utils',
  './translation',
  './diacritics',

  './data/select',
  './data/array',
  './data/ajax',
  './data/tags',
  './data/tokenizer',
  './data/minimumInputLength',
  './data/maximumInputLength',
  './data/maximumSelectionLength',

  './dropdown',
  './dropdown/search',
  './dropdown/hidePlaceholder',
  './dropdown/infiniteScroll',
  './dropdown/attachBody',
  './dropdown/minimumResultsForSearch',
  './dropdown/selectOnClose',
  './dropdown/closeOnSelect',

  './i18n/en'
], function ($, require,

             ResultsList,

             SingleSelection, MultipleSelection, Placeholder, AllowClear,
             SelectionSearch, EventRelay,

             Utils, Translation, DIACRITICS,

             SelectData, ArrayData, AjaxData, Tags, Tokenizer,
             MinimumInputLength, MaximumInputLength, MaximumSelectionLength,

             Dropdown, DropdownSearch, HidePlaceholder, InfiniteScroll,
             AttachBody, MinimumResultsForSearch, SelectOnClose, CloseOnSelect,

             EnglishTranslation) {
  function Defaults () {
    this.reset();
  }

  Defaults.prototype.apply = function (options) {
    options = $.extend(true, {}, this.defaults, options);

    if (options.dataAdapter == null) {
      if (options.ajax != null) {
        options.dataAdapter = AjaxData;
      } else if (options.data != null) {
        options.dataAdapter = ArrayData;
      } else {
        options.dataAdapter = SelectData;
      }

      if (options.minimumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MinimumInputLength
        );
      }

      if (options.maximumInputLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumInputLength
        );
      }

      if (options.maximumSelectionLength > 0) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          MaximumSelectionLength
        );
      }

      if (options.tags) {
        options.dataAdapter = Utils.Decorate(options.dataAdapter, Tags);
      }

      if (options.tokenSeparators != null || options.tokenizer != null) {
        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Tokenizer
        );
      }

      if (options.query != null) {
        var Query = require(options.amdBase + 'compat/query');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          Query
        );
      }

      if (options.initSelection != null) {
        var InitSelection = require(options.amdBase + 'compat/initSelection');

        options.dataAdapter = Utils.Decorate(
          options.dataAdapter,
          InitSelection
        );
      }
    }

    if (options.resultsAdapter == null) {
      options.resultsAdapter = ResultsList;

      if (options.ajax != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          InfiniteScroll
        );
      }

      if (options.placeholder != null) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          HidePlaceholder
        );
      }

      if (options.selectOnClose) {
        options.resultsAdapter = Utils.Decorate(
          options.resultsAdapter,
          SelectOnClose
        );
      }
    }

    if (options.dropdownAdapter == null) {
      if (options.multiple) {
        options.dropdownAdapter = Dropdown;
      } else {
        var SearchableDropdown = Utils.Decorate(Dropdown, DropdownSearch);

        options.dropdownAdapter = SearchableDropdown;
      }

      if (options.minimumResultsForSearch !== 0) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          MinimumResultsForSearch
        );
      }

      if (options.closeOnSelect) {
        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          CloseOnSelect
        );
      }

      if (
        options.dropdownCssClass != null ||
        options.dropdownCss != null ||
        options.adaptDropdownCssClass != null
      ) {
        var DropdownCSS = require(options.amdBase + 'compat/dropdownCss');

        options.dropdownAdapter = Utils.Decorate(
          options.dropdownAdapter,
          DropdownCSS
        );
      }

      options.dropdownAdapter = Utils.Decorate(
        options.dropdownAdapter,
        AttachBody
      );
    }

    if (options.selectionAdapter == null) {
      if (options.multiple) {
        options.selectionAdapter = MultipleSelection;
      } else {
        options.selectionAdapter = SingleSelection;
      }

      // Add the placeholder mixin if a placeholder was specified
      if (options.placeholder != null) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          Placeholder
        );
      }

      if (options.allowClear) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          AllowClear
        );
      }

      if (options.multiple) {
        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          SelectionSearch
        );
      }

      if (
        options.containerCssClass != null ||
        options.containerCss != null ||
        options.adaptContainerCssClass != null
      ) {
        var ContainerCSS = require(options.amdBase + 'compat/containerCss');

        options.selectionAdapter = Utils.Decorate(
          options.selectionAdapter,
          ContainerCSS
        );
      }

      options.selectionAdapter = Utils.Decorate(
        options.selectionAdapter,
        EventRelay
      );
    }

    if (typeof options.language === 'string') {
      // Check if the language is specified with a region
      if (options.language.indexOf('-') > 0) {
        // Extract the region information if it is included
        var languageParts = options.language.split('-');
        var baseLanguage = languageParts[0];

        options.language = [options.language, baseLanguage];
      } else {
        options.language = [options.language];
      }
    }

    if ($.isArray(options.language)) {
      var languages = new Translation();
      options.language.push('en');

      var languageNames = options.language;

      for (var l = 0; l < languageNames.length; l++) {
        var name = languageNames[l];
        var language = {};

        try {
          // Try to load it with the original name
          language = Translation.loadPath(name);
        } catch (e) {
          try {
            // If we couldn't load it, check if it wasn't the full path
            name = this.defaults.amdLanguageBase + name;
            language = Translation.loadPath(name);
          } catch (ex) {
            // The translation could not be loaded at all. Sometimes this is
            // because of a configuration problem, other times this can be
            // because of how Select2 helps load all possible translation files.
            if (options.debug && window.console && console.warn) {
              console.warn(
                'Select2: The language file for "' + name + '" could not be ' +
                'automatically loaded. A fallback will be used instead.'
              );
            }

            continue;
          }
        }

        languages.extend(language);
      }

      options.translations = languages;
    } else {
      var baseTranslation = Translation.loadPath(
        this.defaults.amdLanguageBase + 'en'
      );
      var customTranslation = new Translation(options.language);

      customTranslation.extend(baseTranslation);

      options.translations = customTranslation;
    }

    return options;
  };

  Defaults.prototype.reset = function () {
    function stripDiacritics (text) {
      // Used 'uni range + named function' from http://jsperf.com/diacritics/18
      function match(a) {
        return DIACRITICS[a] || a;
      }

      return text.replace(/[^\u0000-\u007E]/g, match);
    }

    function matcher (params, data) {
      // Always return the object if there is nothing to compare
      if ($.trim(params.term) === '') {
        return data;
      }

      // Do a recursive check for options with children
      if (data.children && data.children.length > 0) {
        // Clone the data object if there are children
        // This is required as we modify the object to remove any non-matches
        var match = $.extend(true, {}, data);

        // Check each child of the option
        for (var c = data.children.length - 1; c >= 0; c--) {
          var child = data.children[c];

          var matches = matcher(params, child);

          // If there wasn't a match, remove the object in the array
          if (matches == null) {
            match.children.splice(c, 1);
          }
        }

        // If any children matched, return the new object
        if (match.children.length > 0) {
          return match;
        }

        // If there were no matching children, check just the plain object
        return matcher(params, match);
      }

      var original = stripDiacritics(data.text).toUpperCase();
      var term = stripDiacritics(params.term).toUpperCase();

      // Check if the text contains the term
      if (original.indexOf(term) > -1) {
        return data;
      }

      // If it doesn't contain the term, don't return anything
      return null;
    }

    this.defaults = {
      amdBase: './',
      amdLanguageBase: './i18n/',
      closeOnSelect: true,
      debug: false,
      dropdownAutoWidth: false,
      escapeMarkup: Utils.escapeMarkup,
      language: EnglishTranslation,
      matcher: matcher,
      minimumInputLength: 0,
      maximumInputLength: 0,
      maximumSelectionLength: 0,
      minimumResultsForSearch: 0,
      selectOnClose: false,
      sorter: function (data) {
        return data;
      },
      templateResult: function (result) {
        return result.text;
      },
      templateSelection: function (selection) {
        return selection.text;
      },
      theme: 'default',
      width: 'resolve'
    };
  };

  Defaults.prototype.set = function (key, value) {
    var camelKey = $.camelCase(key);

    var data = {};
    data[camelKey] = value;

    var convertedData = Utils._convertData(data);

    $.extend(this.defaults, convertedData);
  };

  var defaults = new Defaults();

  return defaults;
});

S2.define('select2/options',[
  'require',
  'jquery',
  './defaults',
  './utils'
], function (require, $, Defaults, Utils) {
  function Options (options, $element) {
    this.options = options;

    if ($element != null) {
      this.fromElement($element);
    }

    this.options = Defaults.apply(this.options);

    if ($element && $element.is('input')) {
      var InputCompat = require(this.get('amdBase') + 'compat/inputData');

      this.options.dataAdapter = Utils.Decorate(
        this.options.dataAdapter,
        InputCompat
      );
    }
  }

  Options.prototype.fromElement = function ($e) {
    var excludedData = ['select2'];

    if (this.options.multiple == null) {
      this.options.multiple = $e.prop('multiple');
    }

    if (this.options.disabled == null) {
      this.options.disabled = $e.prop('disabled');
    }

    if (this.options.language == null) {
      if ($e.prop('lang')) {
        this.options.language = $e.prop('lang').toLowerCase();
      } else if ($e.closest('[lang]').prop('lang')) {
        this.options.language = $e.closest('[lang]').prop('lang');
      }
    }

    if (this.options.dir == null) {
      if ($e.prop('dir')) {
        this.options.dir = $e.prop('dir');
      } else if ($e.closest('[dir]').prop('dir')) {
        this.options.dir = $e.closest('[dir]').prop('dir');
      } else {
        this.options.dir = 'ltr';
      }
    }

    $e.prop('disabled', this.options.disabled);
    $e.prop('multiple', this.options.multiple);

    if ($e.data('select2Tags')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-select2-tags` attribute has been changed to ' +
          'use the `data-data` and `data-tags="true"` attributes and will be ' +
          'removed in future versions of Select2.'
        );
      }

      $e.data('data', $e.data('select2Tags'));
      $e.data('tags', true);
    }

    if ($e.data('ajaxUrl')) {
      if (this.options.debug && window.console && console.warn) {
        console.warn(
          'Select2: The `data-ajax-url` attribute has been changed to ' +
          '`data-ajax--url` and support for the old attribute will be removed' +
          ' in future versions of Select2.'
        );
      }

      $e.attr('ajax--url', $e.data('ajaxUrl'));
      $e.data('ajax--url', $e.data('ajaxUrl'));
    }

    var dataset = {};

    // Prefer the element's `dataset` attribute if it exists
    // jQuery 1.x does not correctly handle data attributes with multiple dashes
    if ($.fn.jquery && $.fn.jquery.substr(0, 2) == '1.' && $e[0].dataset) {
      dataset = $.extend(true, {}, $e[0].dataset, $e.data());
    } else {
      dataset = $e.data();
    }

    var data = $.extend(true, {}, dataset);

    data = Utils._convertData(data);

    for (var key in data) {
      if ($.inArray(key, excludedData) > -1) {
        continue;
      }

      if ($.isPlainObject(this.options[key])) {
        $.extend(this.options[key], data[key]);
      } else {
        this.options[key] = data[key];
      }
    }

    return this;
  };

  Options.prototype.get = function (key) {
    return this.options[key];
  };

  Options.prototype.set = function (key, val) {
    this.options[key] = val;
  };

  return Options;
});

S2.define('select2/core',[
  'jquery',
  './options',
  './utils',
  './keys'
], function ($, Options, Utils, KEYS) {
  var Select2 = function ($element, options) {
    if ($element.data('select2') != null) {
      $element.data('select2').destroy();
    }

    this.$element = $element;

    this.id = this._generateId($element);

    options = options || {};

    this.options = new Options(options, $element);

    Select2.__super__.constructor.call(this);

    // Set up the tabindex

    var tabindex = $element.attr('tabindex') || 0;
    $element.data('old-tabindex', tabindex);
    $element.attr('tabindex', '-1');

    // Set up containers and adapters

    var DataAdapter = this.options.get('dataAdapter');
    this.dataAdapter = new DataAdapter($element, this.options);

    var $container = this.render();

    this._placeContainer($container);

    var SelectionAdapter = this.options.get('selectionAdapter');
    this.selection = new SelectionAdapter($element, this.options);
    this.$selection = this.selection.render();

    this.selection.position(this.$selection, $container);

    var DropdownAdapter = this.options.get('dropdownAdapter');
    this.dropdown = new DropdownAdapter($element, this.options);
    this.$dropdown = this.dropdown.render();

    this.dropdown.position(this.$dropdown, $container);

    var ResultsAdapter = this.options.get('resultsAdapter');
    this.results = new ResultsAdapter($element, this.options, this.dataAdapter);
    this.$results = this.results.render();

    this.results.position(this.$results, this.$dropdown);

    // Bind events

    var self = this;

    // Bind the container to all of the adapters
    this._bindAdapters();

    // Register any DOM event handlers
    this._registerDomEvents();

    // Register any internal event handlers
    this._registerDataEvents();
    this._registerSelectionEvents();
    this._registerDropdownEvents();
    this._registerResultsEvents();
    this._registerEvents();

    // Set the initial state
    this.dataAdapter.current(function (initialData) {
      self.trigger('selection:update', {
        data: initialData
      });
    });

    // Hide the original select
    $element.addClass('select2-hidden-accessible');
    $element.attr('aria-hidden', 'true');

    // Synchronize any monitored attributes
    this._syncAttributes();

    $element.data('select2', this);
  };

  Utils.Extend(Select2, Utils.Observable);

  Select2.prototype._generateId = function ($element) {
    var id = '';

    if ($element.attr('id') != null) {
      id = $element.attr('id');
    } else if ($element.attr('name') != null) {
      id = $element.attr('name') + '-' + Utils.generateChars(2);
    } else {
      id = Utils.generateChars(4);
    }

    id = id.replace(/(:|\.|\[|\]|,)/g, '');
    id = 'select2-' + id;

    return id;
  };

  Select2.prototype._placeContainer = function ($container) {
    $container.insertAfter(this.$element);

    var width = this._resolveWidth(this.$element, this.options.get('width'));

    if (width != null) {
      $container.css('width', width);
    }
  };

  Select2.prototype._resolveWidth = function ($element, method) {
    var WIDTH = /^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;

    if (method == 'resolve') {
      var styleWidth = this._resolveWidth($element, 'style');

      if (styleWidth != null) {
        return styleWidth;
      }

      return this._resolveWidth($element, 'element');
    }

    if (method == 'element') {
      var elementWidth = $element.outerWidth(false);

      if (elementWidth <= 0) {
        return 'auto';
      }

      return elementWidth + 'px';
    }

    if (method == 'style') {
      var style = $element.attr('style');

      if (typeof(style) !== 'string') {
        return null;
      }

      var attrs = style.split(';');

      for (var i = 0, l = attrs.length; i < l; i = i + 1) {
        var attr = attrs[i].replace(/\s/g, '');
        var matches = attr.match(WIDTH);

        if (matches !== null && matches.length >= 1) {
          return matches[1];
        }
      }

      return null;
    }

    return method;
  };

  Select2.prototype._bindAdapters = function () {
    this.dataAdapter.bind(this, this.$container);
    this.selection.bind(this, this.$container);

    this.dropdown.bind(this, this.$container);
    this.results.bind(this, this.$container);
  };

  Select2.prototype._registerDomEvents = function () {
    var self = this;

    this.$element.on('change.select2', function () {
      self.dataAdapter.current(function (data) {
        self.trigger('selection:update', {
          data: data
        });
      });
    });

    this.$element.on('focus.select2', function (evt) {
      self.trigger('focus', evt);
    });

    this._syncA = Utils.bind(this._syncAttributes, this);
    this._syncS = Utils.bind(this._syncSubtree, this);

    if (this.$element[0].attachEvent) {
      this.$element[0].attachEvent('onpropertychange', this._syncA);
    }

    var observer = window.MutationObserver ||
      window.WebKitMutationObserver ||
      window.MozMutationObserver
    ;

    if (observer != null) {
      this._observer = new observer(function (mutations) {
        $.each(mutations, self._syncA);
        $.each(mutations, self._syncS);
      });
      this._observer.observe(this.$element[0], {
        attributes: true,
        childList: true,
        subtree: false
      });
    } else if (this.$element[0].addEventListener) {
      this.$element[0].addEventListener(
        'DOMAttrModified',
        self._syncA,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeInserted',
        self._syncS,
        false
      );
      this.$element[0].addEventListener(
        'DOMNodeRemoved',
        self._syncS,
        false
      );
    }
  };

  Select2.prototype._registerDataEvents = function () {
    var self = this;

    this.dataAdapter.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerSelectionEvents = function () {
    var self = this;
    var nonRelayEvents = ['toggle', 'focus'];

    this.selection.on('toggle', function () {
      self.toggleDropdown();
    });

    this.selection.on('focus', function (params) {
      self.focus(params);
    });

    this.selection.on('*', function (name, params) {
      if ($.inArray(name, nonRelayEvents) !== -1) {
        return;
      }

      self.trigger(name, params);
    });
  };

  Select2.prototype._registerDropdownEvents = function () {
    var self = this;

    this.dropdown.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerResultsEvents = function () {
    var self = this;

    this.results.on('*', function (name, params) {
      self.trigger(name, params);
    });
  };

  Select2.prototype._registerEvents = function () {
    var self = this;

    this.on('open', function () {
      self.$container.addClass('select2-container--open');
    });

    this.on('close', function () {
      self.$container.removeClass('select2-container--open');
    });

    this.on('enable', function () {
      self.$container.removeClass('select2-container--disabled');
    });

    this.on('disable', function () {
      self.$container.addClass('select2-container--disabled');
    });

    this.on('blur', function () {
      self.$container.removeClass('select2-container--focus');
    });

    this.on('query', function (params) {
      if (!self.isOpen()) {
        self.trigger('open', {});
      }

      this.dataAdapter.query(params, function (data) {
        self.trigger('results:all', {
          data: data,
          query: params
        });
      });
    });

    this.on('query:append', function (params) {
      this.dataAdapter.query(params, function (data) {
        self.trigger('results:append', {
          data: data,
          query: params
        });
      });
    });

    this.on('open', function(){
      // Focus on the active element when opening dropdown.
      // Needs 1 ms delay because of other 1 ms setTimeouts when rendering.
      setTimeout(function(){
        self.focusOnActiveElement();
      }, 1);
    });

    $(document).on('keydown', function (evt) {
      var key = evt.which;
      if (self.isOpen()) {
        if (key === KEYS.ESC || (key === KEYS.UP && evt.altKey)) {
          self.close();

          evt.preventDefault();
        } else if (key === KEYS.ENTER || key === KEYS.TAB) {
          self.trigger('results:select', {});

          evt.preventDefault();
        } else if ((key === KEYS.SPACE && evt.ctrlKey)) {
          self.trigger('results:toggle', {});

          evt.preventDefault();
        } else if (key === KEYS.UP) {
          self.trigger('results:previous', {});

          evt.preventDefault();
        } else if (key === KEYS.DOWN) {
          self.trigger('results:next', {});

          evt.preventDefault();
        }

        var $searchField = self.$dropdown.find('.select2-search__field');
        if (! $searchField.length) {
          $searchField = self.$container.find('.select2-search__field');
        }

        // Move the focus to the selected element on keyboard navigation.
        // Required for screen readers to work properly.
        if (key === KEYS.DOWN || key === KEYS.UP) {
            self.focusOnActiveElement();
        } else {
          // Focus on the search if user starts typing.
          $searchField.focus();
          // Focus back to active selection when finished typing.
          // Small delay so typed character can be read by screen reader.
          setTimeout(function(){
              self.focusOnActiveElement();
          }, 1000);
        }
      } else if (self.hasFocus()) {
        if (key === KEYS.ENTER || key === KEYS.SPACE ||
            key === KEYS.DOWN) {
          self.open();
          evt.preventDefault();
        }
      }
    });
  };

  Select2.prototype.focusOnActiveElement = function () {
    // Don't mess with the focus on touchscreens because it causes havoc with on-screen keyboards.
    if (this.isOpen() && ! Utils.isTouchscreen()) {
      this.$results.find('li.select2-results__option--highlighted').focus();
    }
  };

  Select2.prototype._syncAttributes = function () {
    this.options.set('disabled', this.$element.prop('disabled'));

    if (this.options.get('disabled')) {
      if (this.isOpen()) {
        this.close();
      }

      this.trigger('disable', {});
    } else {
      this.trigger('enable', {});
    }
  };

  Select2.prototype._syncSubtree = function (evt, mutations) {
    var changed = false;
    var self = this;

    // Ignore any mutation events raised for elements that aren't options or
    // optgroups. This handles the case when the select element is destroyed
    if (
      evt && evt.target && (
        evt.target.nodeName !== 'OPTION' && evt.target.nodeName !== 'OPTGROUP'
      )
    ) {
      return;
    }

    if (!mutations) {
      // If mutation events aren't supported, then we can only assume that the
      // change affected the selections
      changed = true;
    } else if (mutations.addedNodes && mutations.addedNodes.length > 0) {
      for (var n = 0; n < mutations.addedNodes.length; n++) {
        var node = mutations.addedNodes[n];

        if (node.selected) {
          changed = true;
        }
      }
    } else if (mutations.removedNodes && mutations.removedNodes.length > 0) {
      changed = true;
    }

    // Only re-pull the data if we think there is a change
    if (changed) {
      this.dataAdapter.current(function (currentData) {
        self.trigger('selection:update', {
          data: currentData
        });
      });
    }
  };

  /**
   * Override the trigger method to automatically trigger pre-events when
   * there are events that can be prevented.
   */
  Select2.prototype.trigger = function (name, args) {
    var actualTrigger = Select2.__super__.trigger;
    var preTriggerMap = {
      'open': 'opening',
      'close': 'closing',
      'select': 'selecting',
      'unselect': 'unselecting'
    };

    if (args === undefined) {
      args = {};
    }

    if (name in preTriggerMap) {
      var preTriggerName = preTriggerMap[name];
      var preTriggerArgs = {
        prevented: false,
        name: name,
        args: args
      };

      actualTrigger.call(this, preTriggerName, preTriggerArgs);

      if (preTriggerArgs.prevented) {
        args.prevented = true;

        return;
      }
    }

    actualTrigger.call(this, name, args);
  };

  Select2.prototype.toggleDropdown = function () {
    if (this.options.get('disabled')) {
      return;
    }

    if (this.isOpen()) {
      this.close();
    } else {
      this.open();
    }
  };

  Select2.prototype.open = function () {
    if (this.isOpen()) {
      return;
    }

    this.trigger('query', {});
  };

  Select2.prototype.close = function () {
    if (!this.isOpen()) {
      return;
    }

    this.trigger('close', {});
  };

  Select2.prototype.isOpen = function () {
    return this.$container.hasClass('select2-container--open');
  };

  Select2.prototype.hasFocus = function () {
    return this.$container.hasClass('select2-container--focus');
  };

  Select2.prototype.focus = function (data) {
    // No need to re-trigger focus events if we are already focused
    if (this.hasFocus()) {
      return;
    }

    this.$container.addClass('select2-container--focus');
    this.trigger('focus', {});
  };

  Select2.prototype.enable = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("enable")` method has been deprecated and will' +
        ' be removed in later Select2 versions. Use $element.prop("disabled")' +
        ' instead.'
      );
    }

    if (args == null || args.length === 0) {
      args = [true];
    }

    var disabled = !args[0];

    this.$element.prop('disabled', disabled);
  };

  Select2.prototype.data = function () {
    if (this.options.get('debug') &&
        arguments.length > 0 && window.console && console.warn) {
      console.warn(
        'Select2: Data can no longer be set using `select2("data")`. You ' +
        'should consider setting the value instead using `$element.val()`.'
      );
    }

    var data = [];

    this.dataAdapter.current(function (currentData) {
      data = currentData;
    });

    return data;
  };

  Select2.prototype.val = function (args) {
    if (this.options.get('debug') && window.console && console.warn) {
      console.warn(
        'Select2: The `select2("val")` method has been deprecated and will be' +
        ' removed in later Select2 versions. Use $element.val() instead.'
      );
    }

    if (args == null || args.length === 0) {
      return this.$element.val();
    }

    var newVal = args[0];

    if ($.isArray(newVal)) {
      newVal = $.map(newVal, function (obj) {
        return obj.toString();
      });
    }

    this.$element.val(newVal).trigger('change');
  };

  Select2.prototype.destroy = function () {
    this.$container.remove();

    if (this.$element[0].detachEvent) {
      this.$element[0].detachEvent('onpropertychange', this._syncA);
    }

    if (this._observer != null) {
      this._observer.disconnect();
      this._observer = null;
    } else if (this.$element[0].removeEventListener) {
      this.$element[0]
        .removeEventListener('DOMAttrModified', this._syncA, false);
      this.$element[0]
        .removeEventListener('DOMNodeInserted', this._syncS, false);
      this.$element[0]
        .removeEventListener('DOMNodeRemoved', this._syncS, false);
    }

    this._syncA = null;
    this._syncS = null;

    this.$element.off('.select2');
    this.$element.attr('tabindex', this.$element.data('old-tabindex'));

    this.$element.removeClass('select2-hidden-accessible');
    this.$element.attr('aria-hidden', 'false');
    this.$element.removeData('select2');

    this.dataAdapter.destroy();
    this.selection.destroy();
    this.dropdown.destroy();
    this.results.destroy();

    this.dataAdapter = null;
    this.selection = null;
    this.dropdown = null;
    this.results = null;
  };

  Select2.prototype.render = function () {
    var $container = $(
      '<span class="select2 select2-container">' +
        '<span class="selection"></span>' +
        '<span class="dropdown-wrapper" aria-hidden="true"></span>' +
      '</span>'
    );

    $container.attr('dir', this.options.get('dir'));

    this.$container = $container;

    this.$container.addClass('select2-container--' + this.options.get('theme'));

    $container.data('element', this.$element);

    return $container;
  };

  return Select2;
});

S2.define('jquery-mousewheel',[
  'jquery'
], function ($) {
  // Used to shim jQuery.mousewheel for non-full builds.
  return $;
});

S2.define('jquery.select2',[
  'jquery',
  'jquery-mousewheel',

  './select2/core',
  './select2/defaults'
], function ($, _, Select2, Defaults) {
  if ($.fn.selectWoo == null) {
    // All methods that should return the element
    var thisMethods = ['open', 'close', 'destroy'];

    $.fn.selectWoo = function (options) {
      options = options || {};

      if (typeof options === 'object') {
        this.each(function () {
          var instanceOptions = $.extend(true, {}, options);

          var instance = new Select2($(this), instanceOptions);
        });

        return this;
      } else if (typeof options === 'string') {
        var ret;
        var args = Array.prototype.slice.call(arguments, 1);

        this.each(function () {
          var instance = $(this).data('select2');

          if (instance == null && window.console && console.error) {
            console.error(
              'The select2(\'' + options + '\') method was called on an ' +
              'element that is not using Select2.'
            );
          }

          ret = instance[options].apply(instance, args);
        });

        // Check if we should be returning `this`
        if ($.inArray(options, thisMethods) > -1) {
          return this;
        }

        return ret;
      } else {
        throw new Error('Invalid arguments for Select2: ' + options);
      }
    };
  }

  if ($.fn.select2 != null && $.fn.select2.defaults != null) {
    $.fn.selectWoo.defaults = $.fn.select2.defaults;
  }

  if ($.fn.selectWoo.defaults == null) {
    $.fn.selectWoo.defaults = Defaults;
  }

  // Also register selectWoo under select2 if select2 is not already present.
  $.fn.select2 = $.fn.select2 || $.fn.selectWoo;

  return Select2;
});

  // Return the AMD loader configuration so it can be used outside of this file
  return {
    define: S2.define,
    require: S2.require
  };
}());

  // Autoload the jQuery bindings
  // We know that all of the modules exist above this, so we're safe
  var select2 = S2.require('jquery.select2');

  // Hold the AMD module references on the jQuery function that was just loaded
  // This allows Select2 to use the internal loader outside of this file, such
  // as in the language files.
  jQuery.fn.select2.amd = S2;
  jQuery.fn.selectWoo.amd = S2;

  // Return the Select2 instance for anyone who is importing it.
  return select2;
}));
inc/core/custom-controls/assets/js/wp-color-picker-alpha.js000064400000042157151213253040020001 0ustar00/**!
 * wp-color-picker-alpha
 *
 * Overwrite Automattic Iris for enabled Alpha Channel in wpColorPicker
 * Only run in input and is defined data alpha in true
 *
 * Version: 3.0.0
 * https://github.com/kallookoo/wp-color-picker-alpha
 * Licensed under the GPLv2 license or later.
 */

( function( $, undef ) {

	var wpColorPickerAlpha = {
		'version' : 300
	};

	// Always try to use the last version of this script.
	if ( 'wpColorPickerAlpha' in window && 'version' in window.wpColorPickerAlpha ) {
		var version = parseInt( window.wpColorPickerAlpha.version, 10 );
		if ( ! isNaN( version ) && version >= wpColorPickerAlpha.version ) {
			return;
		}
	}

	// Prevent multiple initiations
	if ( Color.fn.hasOwnProperty( 'to_s' ) ) {
		return;
	}

	// Create new method to replace the `Color.toString()` inside the scripts.
	Color.fn.to_s = function( type ) {
		type = ( type || 'hex' );
		// Change hex to rgba to return the correct color.
		if ( 'hex' === type && this._alpha < 1 ) {
			type = 'rgba';
		}

		var color = '';
		if ( 'hex' === type ) {
			color = this.toString();
		} else if ( ! this.error ) {
			color = this.toCSS( type ).replace( /\(\s+/, '(' ).replace( /\s+\)/, ')' );
		}
		return color;
	}

	// Register the global variable.
	window.wpColorPickerAlpha = wpColorPickerAlpha;

	// Background image encoded
	var backgroundImage = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==';

	/**
	 * Iris
	 */
	$.widget( 'a8c.iris', $.a8c.iris, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the current color or the new color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {Object|*} The color instance if not defined return the cuurent color.
		 *
		 * @return {string} The element's color.
		 */
		_getColor: function( color ) {
			if ( color === undef ) {
				color = this._color;
			}

			if ( this.alphaOptions.alphaEnabled ) {
				color = color.to_s( this.alphaOptions.alphaColorType );
				if ( ! this.alphaOptions.alphaColorWithSpace ) {
					color = color.replace( /\s+/g, '' );
				}
				return color;
			}
			return color.toString();
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			try {
				// Try to get the wpColorPicker alpha options.
				this.alphaOptions = this.element.wpColorPicker( 'instance' ).alphaOptions;
			} catch( e ) {}

			// We make sure there are all options
			$.extend( {}, this.alphaOptions, {
				alphaEnabled: false,
				alphaCustomWidth: 130,
				alphaReset: false,
				alphaColorType: 'hex',
				alphaColorWithSpace: false,
			} );

			this._super();
		},
		/**
		 * Binds event listeners to the Iris.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addInputListeners: function( input ) {
			var self = this,
				debounceTimeout = 100,
				callback = function( event ){
					var val = input.val(),
						color = new Color( val ),
						val = val.replace( /^(#|(rgb|hsl)a?)/, '' ),
						type = self.alphaOptions.alphaColorType;

					input.removeClass( 'iris-error' );

					if ( ! color.error ) {
						// let's not do this on keyup for hex shortcodes
						if ( 'hex' !== type || ! ( event.type === 'keyup' && val.match( /^[0-9a-fA-F]{3}$/ ) ) ) {
							// Compare color ( #AARRGGBB )
							if ( color.toIEOctoHex() !== self._color.toIEOctoHex() ) {
								self._setOption( 'color', self._getColor( color ) );
							}
						}
					} else if ( val !== '' ) {
						input.addClass( 'iris-error' );
					}
				};

			input.on( 'change', callback ).on( 'keyup', self._debounce( callback, debounceTimeout ) );

			// If we initialized hidden, show on first focus. The rest is up to you.
			if ( self.options.hide ) {
				input.one( 'focus', function() {
					self.show();
				});
			}
		},
		/**
		 * Init Controls
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_initControls: function() {
			this._super();

			if ( this.alphaOptions.alphaEnabled ) {
				// Create Alpha controls
				var self = this,
					stripAlpha = self.controls.strip.clone(false, false),
					stripAlphaSlider = stripAlpha.find( '.iris-slider-offset' ),
					controls = {
						stripAlpha       : stripAlpha,
						stripAlphaSlider : stripAlphaSlider
					};

				stripAlpha.addClass( 'iris-strip-alpha' );
				stripAlphaSlider.addClass( 'iris-slider-offset-alpha' );
				stripAlpha.appendTo( self.picker.find( '.iris-picker-inner' ) );

				// Push new controls
				$.each( controls, function( k, v ) {
					self.controls[k] = v;
				} );

				// Create slider
				self.controls.stripAlphaSlider.slider( {
					orientation : 'vertical',
					min         : 0,
					max         : 100,
					step        : 1,
					value       : parseInt( self._color._alpha * 100 ),
					slide       : function( event, ui ) {
						self.active = 'strip';
						// Update alpha value
						self._color._alpha = parseFloat( ui.value / 100 );
						self._change.apply( self, arguments );
					}
				} );
			}
		},
		/**
		 * Create the controls sizes
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {bool} reset Set to True for recreate the controls sizes.
		 *
		 * @return {void}
		 */
		_dimensions: function( reset ) {
			this._super( reset );

			if ( this.alphaOptions.alphaEnabled ) {
				var self = this,
					opts = self.options,
					controls = self.controls,
					square = controls.square,
					strip = self.picker.find( '.iris-strip' ),
					innerWidth, squareWidth, stripWidth, stripMargin, totalWidth;

				/**
				 * I use Math.round() to avoid possible size errors,
				 * this function returns the value of a number rounded
				 * to the nearest integer.
				 *
				 * The width to append all widgets,
				 * if border is enabled, 22 is subtracted.
				 * 20 for css left and right property
				 * 2 for css border
				 */
				innerWidth = Math.round( self.picker.outerWidth( true ) - ( opts.border ? 22 : 0 ) );
				// The width of the draggable, aka square.
				squareWidth = Math.round( square.outerWidth() );
				// The width for the sliders
				stripWidth = Math.round( ( innerWidth - squareWidth ) / 2 );
				// The margin for the sliders
				stripMargin = Math.round( stripWidth / 2 );
				// The total width of the elements.
				totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );

				// Check and change if necessary.
				while ( totalWidth > innerWidth ) {
					stripWidth = Math.round( stripWidth - 2 );
					stripMargin = Math.round( stripMargin - 1 );
					totalWidth = Math.round( squareWidth + ( stripWidth * 2 ) + ( stripMargin * 2 ) );
				}


				square.css( 'margin', '0' );
				strip.width( stripWidth ).css( 'margin-left', stripMargin + 'px' );
			}
		},
		/**
		 * Callback to update the controls and the current color.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_change: function() {
			var self   = this,
				active = self.active;

			self._super();

			if ( self.alphaOptions.alphaEnabled ) {
				var	controls     = self.controls,
					   alpha        = parseInt( self._color._alpha * 100 ),
					   color        = self._color.toRgb(),
					   gradient     = [
						   'rgb(' + color.r + ',' + color.g + ',' + color.b + ') 0%',
						   'rgba(' + color.r + ',' + color.g + ',' + color.b + ', 0) 100%'
					   ],
					   target       = self.picker.closest( '.wp-picker-container' ).find( '.wp-color-result' );

				self.options.color = self._getColor();
				// Generate background slider alpha, only for CSS3.
				controls.stripAlpha.css( { 'background' : 'linear-gradient(to bottom, ' + gradient.join( ', ' ) + '), url(' + backgroundImage + ')' } );
				// Update alpha value
				if ( active ) {
					controls.stripAlphaSlider.slider( 'value', alpha );
				}

				if ( ! self._color.error ) {
					self.element.removeClass( 'iris-error' ).val( self.options.color );
				}

				self.picker.find( '.iris-palette-container' ).on( 'click.palette', '.iris-palette', function() {
					var color = $( this ).data( 'color' );
					if ( self.alphaOptions.alphaReset ) {
						self._color._alpha = 1;
						color = self._getColor();
					}
					self._setOption( 'color', color );
				} );
			}
		},
		/**
		 * Paint dimensions.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @param {string} origin  Origin (position).
		 * @param {string} control Type of the control,
		 *
		 * @return {void}
		 */
		_paintDimension: function( origin, control ) {
			var self = this,
				color = false;

			// Fix for slider hue opacity.
			if ( self.alphaOptions.alphaEnabled && 'strip' === control ) {
				color = self._color;
				self._color = new Color( color.toString() );
				self.hue = self._color.h();
			}

			self._super( origin, control );

			// Restore the color after paint.
			if ( color ) {
				self._color = color;
			}
		},
		/**
		 * To update the options, see original source to view the available options.
		 *
		 * @since 3.0.0
		 *
		 * @param {string} key   The Option name.
		 * @param {mixed} value  The Option value to update.
		 *
		 * @return {void}
		 */
		_setOption: function( key, value ) {
			var self = this;
			if ( 'color' === key && self.alphaOptions.alphaEnabled ) {
				// cast to string in case we have a number
				value = '' + value;
				newColor = new Color( value ).setHSpace( self.options.mode );
				// Check if error && Check the color to prevent callbacks with the same color.
				if ( ! newColor.error && self._getColor( newColor ) !== self._getColor() ) {
					self._color = newColor;
					self.options.color = self._getColor();
					self.active = 'external';
					self._change();
				}
			} else {
				return self._super( key, value );
			}
		},
		/**
		 * Returns the iris object if no new color is provided. If a new color is provided, it sets the new color.
		 *
		 * @param newColor {string|*} The new color to use. Can be undefined.
		 *
		 * @since 3.0.0
		 *
		 * @return {string} The element's color.
		 */
		color: function( newColor ) {
			if ( newColor === true ) {
				return this._color.clone();
			}
			if ( newColor === undef ) {
				return this._getColor();
			}
			this.option( 'color', newColor );
		},
	} );

	/**
	 * wpColorPicker
	 */
	$.widget( 'wp.wpColorPicker', $.wp.wpColorPicker, {
		/**
		 * Alpha options
		 *
		 * @since 3.0.0
		 *
		 * @type {Object}
		 */
		alphaOptions: {
			alphaEnabled: false,
		},
		/**
		 * Get the alpha options.
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {object} The current alpha options.
		 */
		_getAlphaOptions: function() {
			var el = this.element,
				type  = ( el.data( 'type' ) || this.options.type ),
				color = ( el.data( 'defaultColor' ) || el.val() ),
				options = {
					alphaEnabled: ( el.data( 'alphaEnabled' ) || false ),
					alphaCustomWidth: 130,
					alphaReset: false,
					alphaColorType: 'hex',
					alphaColorWithSpace: false,
				};

			if ( options.alphaEnabled ) {
				options.alphaEnabled = ( el.is( 'input' ) && 'full' === type );
			}

			if ( ! options.alphaEnabled ) {
				return options;
			}

			options.alphaColorWithSpace = ( color && color.match( /\s/ ) );

			$.each( options, function( name, defaultValue ) {
				var value = ( el.data( name ) || defaultValue );
				switch ( name ) {
					case 'alphaCustomWidth':
						value = ( value ? parseInt( value, 10 ) : 0 );
						value = ( isNaN( value ) ? defaultValue : value );
						break;
					case 'alphaColorType':
						if ( ! value.match( /^(hex|(rgb|hsl)a?)$/ ) ) {
							if ( color && color.match( /^#/ ) ) {
								value = 'hex';
							} else if ( color && color.match( /^hsla?/ ) ) {
								value = 'hsl';
							} else {
								value = defaultValue;
							}
						}
						break;
					default:
						value = !!value;
						break;
				}
				options[name] = value;
			} );

			return options;
		},
		/**
		 * Create widget
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_create: function() {
			// Return early if Iris support is missing.
			if ( ! $.support.iris ) {
				return;
			}

			// Set the alpha options for the current instance.
			this.alphaOptions = this._getAlphaOptions();

			// Create widget.
			this._super();
		},
		/**
		 * Binds event listeners to the color picker and create options, etc...
		 *
		 * @since 3.0.0
		 * @access private
		 *
		 * @return {void}
		 */
		_addListeners: function() {
			if ( ! this.alphaOptions.alphaEnabled ) {
				return this._super();
			}

			var self = this,
				el = self.element,
				isDeprecated = self.toggler.is( 'a' );

			this.alphaOptions.defaultWidth = el.width();
			if ( this.alphaOptions.alphaCustomWidth ) {
				el.width( parseInt( this.alphaOptions.defaultWidth + this.alphaOptions.alphaCustomWidth, 10 ) );
			}

			self.toggler.css( {
				'position': 'relative',
				'background-image' : 'url(' + backgroundImage + ')'
			} );

			if ( isDeprecated ) {
				self.toggler.html( '<span class="color-alpha" />' );
			} else {
				self.toggler.append( '<span class="color-alpha" />' );
			}

			self.colorAlpha = self.toggler.find( 'span.color-alpha' ).css( {
				'width'            : '30px',
				'height'           : '100%',
				'position'         : 'absolute',
				'top'              : 0,
				'background-color' : el.val(),
			} );

			// Define the correct position for ltr or rtl direction.
			if ( 'ltr' === self.colorAlpha.css( 'direction' ) ) {
				self.colorAlpha.css( {
					'border-bottom-left-radius' : '2px',
					'border-top-left-radius'    : '2px',
					'left'                      : 0
				} );
			} else {
				self.colorAlpha.css( {
					'border-bottom-right-radius' : '2px',
					'border-top-right-radius'    : '2px',
					'right'                      : 0
				} );
			}


			el.iris( {
				/**
				 * @summary Handles the onChange event if one has been defined in the options.
				 *
				 * Handles the onChange event if one has been defined in the options and additionally
				 * sets the background color for the toggler element.
				 *
				 * @since 3.0.0
				 *
				 * @param {Event} event    The event that's being called.
				 * @param {HTMLElement} ui The HTMLElement containing the color picker.
				 *
				 * @returns {void}
				 */
				change: function( event, ui ) {
					self.colorAlpha.css( { 'background-color': ui.color.to_s( self.alphaOptions.alphaColorType ) } );

					// fire change callback if we have one
					if ( $.isFunction( self.options.change ) ) {
						self.options.change.call( this, event, ui );
					}
				}
			} );


			/**
			 * Prevent any clicks inside this widget from leaking to the top and closing it.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.wrap.on( 'click.wpcolorpicker', function( event ) {
				event.stopPropagation();
			});

			/**
			 * Open or close the color picker depending on the class.
			 *
			 * @since 3.0.0
			 */
			self.toggler.click( function() {
				if ( self.toggler.hasClass( 'wp-picker-open' ) ) {
					self.close();
				} else {
					self.open();
				}
			});

			/**
			 * Checks if value is empty when changing the color in the color picker.
			 * If so, the background color is cleared.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			el.change( function( event ) {
				var val = $( this ).val();

				if ( el.hasClass( 'iris-error' ) || val === '' || val.match( /^(#|(rgb|hsl)a?)$/ ) ) {
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}
				}
			} );

			/**
			 * Enables the user to either clear the color in the color picker or revert back to the default color.
			 *
			 * @since 3.0.0
			 *
			 * @param {Event} event The event that's being called.
			 *
			 * @return {void}
			 */
			self.button.click( function( event ) {
				if ( $( this ).hasClass( 'wp-picker-default' ) ) {
					el.val( self.options.defaultColor ).change();
				} else if ( $( this ).hasClass( 'wp-picker-clear' ) ) {
					el.val( '' );
					if ( isDeprecated ) {
						self.toggler.removeAttr( 'style' );
					}

					self.colorAlpha.css( 'background-color', '' );

					// fire clear callback if we have one
					if ( $.isFunction( self.options.clear ) ) {
						self.options.clear.call( this, event );
					}

					el.trigger( 'change' );
				}
			} );
		},
	} );
} ( jQuery ) );
inc/core/custom-controls/assets/js/selectWoo.min.js000064400000206705151213253050016431 0ustar00/*!
 * SelectWoo 1.0.5
 * https://github.com/woocommerce/selectWoo
 *
 * Released under the MIT license
 * https://github.com/woocommerce/selectWoo/blob/master/LICENSE.md
 */
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&module.exports?module.exports=function(t,n){return void 0===n&&(n="undefined"!=typeof window?require("jquery"):require("jquery")(t)),e(n),n}:e(jQuery)}((function(e){var t=function(){if(e&&e.fn&&e.fn.select2&&e.fn.select2.amd)var t=e.fn.select2.amd;return function(){
/**
 * @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
 * Released under MIT license, http://github.com/requirejs/almond/LICENSE
 */
var e,n,i;t&&t.requirejs||(t?n=t:t={},function(t){var o,r,s,a,l={},c={},u={},d={},p=Object.prototype.hasOwnProperty,h=[].slice,f=/\.js$/;function g(e,t){return p.call(e,t)}function m(e,t){var n,i,o,r,s,a,l,c,d,p,h,g=t&&t.split("/"),m=u.map,v=m&&m["*"]||{};if(e){for(s=(e=e.split("/")).length-1,u.nodeIdCompat&&f.test(e[s])&&(e[s]=e[s].replace(f,"")),"."===e[0].charAt(0)&&g&&(e=g.slice(0,g.length-1).concat(e)),d=0;d<e.length;d++)if("."===(h=e[d]))e.splice(d,1),d-=1;else if(".."===h){if(0===d||1===d&&".."===e[2]||".."===e[d-1])continue;d>0&&(e.splice(d-1,2),d-=2)}e=e.join("/")}if((g||v)&&m){for(d=(n=e.split("/")).length;d>0;d-=1){if(i=n.slice(0,d).join("/"),g)for(p=g.length;p>0;p-=1)if((o=m[g.slice(0,p).join("/")])&&(o=o[i])){r=o,a=d;break}if(r)break;!l&&v&&v[i]&&(l=v[i],c=d)}!r&&l&&(r=l,a=c),r&&(n.splice(0,a,r),e=n.join("/"))}return e}function v(e,n){return function(){var i=h.call(arguments,0);return"string"!=typeof i[0]&&1===i.length&&i.push(null),r.apply(t,i.concat([e,n]))}}function y(e){return function(t){l[e]=t}}function _(e){if(g(c,e)){var n=c[e];delete c[e],d[e]=!0,o.apply(t,n)}if(!g(l,e)&&!g(d,e))throw new Error("No "+e);return l[e]}function $(e){var t,n=e?e.indexOf("!"):-1;return n>-1&&(t=e.substring(0,n),e=e.substring(n+1,e.length)),[t,e]}function w(e){return e?$(e):[]}function b(e){return function(){return u&&u.config&&u.config[e]||{}}}s=function(e,t){var n,i,o=$(e),r=o[0],s=t[1];return e=o[1],r&&(n=_(r=m(r,s))),r?e=n&&n.normalize?n.normalize(e,(i=s,function(e){return m(e,i)})):m(e,s):(r=(o=$(e=m(e,s)))[0],e=o[1],r&&(n=_(r))),{f:r?r+"!"+e:e,n:e,pr:r,p:n}},a={require:function(e){return v(e)},exports:function(e){var t=l[e];return void 0!==t?t:l[e]={}},module:function(e){return{id:e,uri:"",exports:l[e],config:b(e)}}},o=function(e,n,i,o){var r,u,p,h,f,m,$,b=[],A=typeof i;if(m=w(o=o||e),"undefined"===A||"function"===A){for(n=!n.length&&i.length?["require","exports","module"]:n,f=0;f<n.length;f+=1)if("require"===(u=(h=s(n[f],m)).f))b[f]=a.require(e);else if("exports"===u)b[f]=a.exports(e),$=!0;else if("module"===u)r=b[f]=a.module(e);else if(g(l,u)||g(c,u)||g(d,u))b[f]=_(u);else{if(!h.p)throw new Error(e+" missing "+u);h.p.load(h.n,v(o,!0),y(u),{}),b[f]=l[u]}p=i?i.apply(l[e],b):void 0,e&&(r&&r.exports!==t&&r.exports!==l[e]?l[e]=r.exports:p===t&&$||(l[e]=p))}else e&&(l[e]=i)},e=n=r=function(e,n,i,l,c){if("string"==typeof e)return a[e]?a[e](n):_(s(e,w(n)).f);if(!e.splice){if((u=e).deps&&r(u.deps,u.callback),!n)return;n.splice?(e=n,n=i,i=null):e=t}return n=n||function(){},"function"==typeof i&&(i=l,l=c),l?o(t,e,n,i):setTimeout((function(){o(t,e,n,i)}),4),r},r.config=function(e){return r(e)},e._defined=l,(i=function(e,t,n){if("string"!=typeof e)throw new Error("See almond README: incorrect module build, no module name");t.splice||(n=t,t=[]),g(l,e)||g(c,e)||(c[e]=[e,t,n])}).amd={jQuery:!0}}(),t.requirejs=e,t.require=n,t.define=i)}(),t.define("almond",(function(){})),t.define("jquery",[],(function(){var t=e||$;return null==t&&console&&console.error&&console.error("Select2: An instance of jQuery or a jQuery-compatible library was not found. Make sure that you are including jQuery before Select2 on your web page."),t})),t.define("select2/utils",["jquery"],(function(e){var t={};function n(e){var t=e.prototype,n=[];for(var i in t){"function"==typeof t[i]&&("constructor"!==i&&n.push(i))}return n}t.Extend=function(e,t){var n={}.hasOwnProperty;function i(){this.constructor=e}for(var o in t)n.call(t,o)&&(e[o]=t[o]);return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},t.Decorate=function(e,t){var i=n(t),o=n(e);function r(){var n=Array.prototype.unshift,i=t.prototype.constructor.length,o=e.prototype.constructor;i>0&&(n.call(arguments,e.prototype.constructor),o=t.prototype.constructor),o.apply(this,arguments)}t.displayName=e.displayName,r.prototype=new function(){this.constructor=r};for(var s=0;s<o.length;s++){var a=o[s];r.prototype[a]=e.prototype[a]}for(var l=function(e){var n=function(){};e in r.prototype&&(n=r.prototype[e]);var i=t.prototype[e];return function(){var e=Array.prototype.unshift;return e.call(arguments,n),i.apply(this,arguments)}},c=0;c<i.length;c++){var u=i[c];r.prototype[u]=l(u)}return r};var i=function(){this.listeners={}};return i.prototype.on=function(e,t){this.listeners=this.listeners||{},e in this.listeners?this.listeners[e].push(t):this.listeners[e]=[t]},i.prototype.trigger=function(e){var t=Array.prototype.slice,n=t.call(arguments,1);this.listeners=this.listeners||{},null==n&&(n=[]),0===n.length&&n.push({}),n[0]._type=e,e in this.listeners&&this.invoke(this.listeners[e],t.call(arguments,1)),"*"in this.listeners&&this.invoke(this.listeners["*"],arguments)},i.prototype.invoke=function(e,t){for(var n=0,i=e.length;n<i;n++)e[n].apply(this,t)},t.Observable=i,t.generateChars=function(e){for(var t="",n=0;n<e;n++){t+=Math.floor(36*Math.random()).toString(36)}return t},t.bind=function(e,t){return function(){e.apply(t,arguments)}},t._convertData=function(e){for(var t in e){var n=t.split("-"),i=e;if(1!==n.length){for(var o=0;o<n.length;o++){var r=n[o];(r=r.substring(0,1).toLowerCase()+r.substring(1))in i||(i[r]={}),o==n.length-1&&(i[r]=e[t]),i=i[r]}delete e[t]}}return e},t.hasScroll=function(t,n){var i=e(n),o=n.style.overflowX,r=n.style.overflowY;return(o!==r||"hidden"!==r&&"visible"!==r)&&("scroll"===o||"scroll"===r||(i.innerHeight()<n.scrollHeight||i.innerWidth()<n.scrollWidth))},t.escapeMarkup=function(e){var t={"\\":"&#92;","&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#47;"};return"string"!=typeof e?e:String(e).replace(/[&<>"'\/\\]/g,(function(e){return t[e]}))},t.appendMany=function(t,n){if("1.7"===e.fn.jquery.substr(0,3)){var i=e();e.map(n,(function(e){i=i.add(e)})),n=i}t.append(n)},t.isTouchscreen=function(){return void 0===t._isTouchscreenCache&&(t._isTouchscreenCache="ontouchstart"in document.documentElement),t._isTouchscreenCache},t})),t.define("select2/results",["jquery","./utils"],(function(e,t){function n(e,t,i){this.$element=e,this.data=i,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<ul class="select2-results__options" role="listbox" tabindex="-1"></ul>');return this.options.get("multiple")&&t.attr("aria-multiselectable","true"),this.$results=t,t},n.prototype.clear=function(){this.$results.empty()},n.prototype.displayMessage=function(t){var n=this.options.get("escapeMarkup");this.clear(),this.hideLoading();var i=e('<li role="alert" aria-live="assertive" class="select2-results__option"></li>'),o=this.options.get("translations").get(t.message);i.append(n(o(t.args))),i[0].className+=" select2-results__message",this.$results.append(i)},n.prototype.hideMessages=function(){this.$results.find(".select2-results__message").remove()},n.prototype.append=function(e){this.hideLoading();var t=[];if(null!=e.results&&0!==e.results.length){e.results=this.sort(e.results);for(var n=0;n<e.results.length;n++){var i=e.results[n],o=this.option(i);t.push(o)}this.$results.append(t)}else 0===this.$results.children().length&&this.trigger("results:message",{message:"noResults"})},n.prototype.position=function(e,t){t.find(".select2-results").append(e)},n.prototype.sort=function(e){return this.options.get("sorter")(e)},n.prototype.highlightFirstItem=function(){var e=this.$results.find(".select2-results__option[data-selected]"),t=e.filter("[data-selected=true]");t.length>0?t.first().trigger("mouseenter"):e.first().trigger("mouseenter"),this.ensureHighlightVisible()},n.prototype.setClasses=function(){var t=this;this.data.current((function(n){var i=e.map(n,(function(e){return e.id.toString()}));t.$results.find(".select2-results__option[data-selected]").each((function(){var t=e(this),n=e.data(this,"data"),o=""+n.id;null!=n.element&&n.element.selected||null==n.element&&e.inArray(o,i)>-1?t.attr("data-selected","true"):t.attr("data-selected","false")}))}))},n.prototype.showLoading=function(e){this.hideLoading();var t={disabled:!0,loading:!0,text:this.options.get("translations").get("searching")(e)},n=this.option(t);n.className+=" loading-results",this.$results.prepend(n)},n.prototype.hideLoading=function(){this.$results.find(".loading-results").remove()},n.prototype.option=function(t){var n=document.createElement("li");n.className="select2-results__option";var i={role:"option","data-selected":"false",tabindex:-1};for(var o in t.disabled&&(delete i["data-selected"],i["aria-disabled"]="true"),null==t.id&&delete i["data-selected"],null!=t._resultId&&(n.id=t._resultId),t.title&&(n.title=t.title),t.children&&(i["aria-label"]=t.text,delete i["data-selected"]),i){var r=i[o];n.setAttribute(o,r)}if(t.children){var s=e(n),a=document.createElement("strong");a.className="select2-results__group";var l=e(a);this.template(t,a),l.attr("role","presentation");for(var c=[],u=0;u<t.children.length;u++){var d=t.children[u],p=this.option(d);c.push(p)}var h=e("<ul></ul>",{class:"select2-results__options select2-results__options--nested",role:"listbox"});h.append(c),s.attr("role","list"),s.append(a),s.append(h)}else this.template(t,n);return e.data(n,"data",t),n},n.prototype.bind=function(t,n){var i=this,o=t.id+"-results";this.$results.attr("id",o),t.on("results:all",(function(e){i.clear(),i.append(e.data),t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("results:append",(function(e){i.append(e.data),t.isOpen()&&i.setClasses()})),t.on("query",(function(e){i.hideMessages(),i.showLoading(e)})),t.on("select",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("unselect",(function(){t.isOpen()&&(i.setClasses(),i.highlightFirstItem())})),t.on("open",(function(){i.$results.attr("aria-expanded","true"),i.$results.attr("aria-hidden","false"),i.setClasses(),i.ensureHighlightVisible()})),t.on("close",(function(){i.$results.attr("aria-expanded","false"),i.$results.attr("aria-hidden","true"),i.$results.removeAttr("aria-activedescendant")})),t.on("results:toggle",(function(){var e=i.getHighlightedResults();0!==e.length&&e.trigger("mouseup")})),t.on("results:select",(function(){var e=i.getHighlightedResults();if(0!==e.length){var t=e.data("data");"true"==e.attr("data-selected")?i.trigger("close",{}):i.trigger("select",{data:t})}})),t.on("results:previous",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e);if(0!==n){var o=n-1;0===e.length&&(o=0);var r=t.eq(o);r.trigger("mouseenter");var s=i.$results.offset().top,a=r.offset().top,l=i.$results.scrollTop()+(a-s);0===o?i.$results.scrollTop(0):a-s<0&&i.$results.scrollTop(l)}})),t.on("results:next",(function(){var e=i.getHighlightedResults(),t=i.$results.find("[data-selected]"),n=t.index(e)+1;if(!(n>=t.length)){var o=t.eq(n);o.trigger("mouseenter");var r=i.$results.offset().top+i.$results.outerHeight(!1),s=o.offset().top+o.outerHeight(!1),a=i.$results.scrollTop()+s-r;0===n?i.$results.scrollTop(0):s>r&&i.$results.scrollTop(a)}})),t.on("results:focus",(function(e){e.element.addClass("select2-results__option--highlighted").attr("aria-selected","true"),i.$results.attr("aria-activedescendant",e.element.attr("id"))})),t.on("results:message",(function(e){i.displayMessage(e)})),e.fn.mousewheel&&this.$results.on("mousewheel",(function(e){var t=i.$results.scrollTop(),n=i.$results.get(0).scrollHeight-t+e.deltaY,o=e.deltaY>0&&t-e.deltaY<=0,r=e.deltaY<0&&n<=i.$results.height();o?(i.$results.scrollTop(0),e.preventDefault(),e.stopPropagation()):r&&(i.$results.scrollTop(i.$results.get(0).scrollHeight-i.$results.height()),e.preventDefault(),e.stopPropagation())})),this.$results.on("mouseup",".select2-results__option[data-selected]",(function(t){var n=e(this),o=n.data("data");"true"!==n.attr("data-selected")?i.trigger("select",{originalEvent:t,data:o}):i.options.get("multiple")?i.trigger("unselect",{originalEvent:t,data:o}):i.trigger("close",{})})),this.$results.on("mouseenter",".select2-results__option[data-selected]",(function(t){var n=e(this).data("data");i.getHighlightedResults().removeClass("select2-results__option--highlighted").attr("aria-selected","false"),i.trigger("results:focus",{data:n,element:e(this)})}))},n.prototype.getHighlightedResults=function(){return this.$results.find(".select2-results__option--highlighted")},n.prototype.destroy=function(){this.$results.remove()},n.prototype.ensureHighlightVisible=function(){var e=this.getHighlightedResults();if(0!==e.length){var t=this.$results.find("[data-selected]").index(e),n=this.$results.offset().top,i=e.offset().top,o=this.$results.scrollTop()+(i-n),r=i-n;o-=2*e.outerHeight(!1),t<=2?this.$results.scrollTop(0):(r>this.$results.outerHeight()||r<0)&&this.$results.scrollTop(o)}},n.prototype.template=function(t,n){var i=this.options.get("templateResult"),o=this.options.get("escapeMarkup"),r=i(t,n);null==r?n.style.display="none":"string"==typeof r?n.innerHTML=o(r):e(n).append(r)},n})),t.define("select2/keys",[],(function(){return{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46}})),t.define("select2/selection/base",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,t.Observable),i.prototype.render=function(){var t=e('<span class="select2-selection"  aria-haspopup="true" aria-expanded="false"></span>');return this._tabindex=0,null!=this.$element.data("old-tabindex")?this._tabindex=this.$element.data("old-tabindex"):null!=this.$element.attr("tabindex")&&(this._tabindex=this.$element.attr("tabindex")),t.attr("title",this.$element.attr("title")),t.attr("tabindex",this._tabindex),this.$selection=t,t},i.prototype.bind=function(e,t){var i=this,o=(e.id,e.id+"-results");this.options.get("minimumResultsForSearch");this.container=e,this.$selection.on("focus",(function(e){i.trigger("focus",e)})),this.$selection.on("blur",(function(e){i._handleBlur(e)})),this.$selection.on("keydown",(function(e){i.trigger("keypress",e),e.which===n.SPACE&&e.preventDefault()})),e.on("results:focus",(function(e){i.$selection.attr("aria-activedescendant",e.data._resultId)})),e.on("selection:update",(function(e){i.update(e.data)})),e.on("open",(function(){i.$selection.attr("aria-expanded","true"),i.$selection.attr("aria-owns",o),i._attachCloseHandler(e)})),e.on("close",(function(){i.$selection.attr("aria-expanded","false"),i.$selection.removeAttr("aria-activedescendant"),i.$selection.removeAttr("aria-owns"),window.setTimeout((function(){i.$selection.focus()}),1),i._detachCloseHandler(e)})),e.on("enable",(function(){i.$selection.attr("tabindex",i._tabindex)})),e.on("disable",(function(){i.$selection.attr("tabindex","-1")}))},i.prototype._handleBlur=function(t){var n=this;window.setTimeout((function(){document.activeElement==n.$selection[0]||e.contains(n.$selection[0],document.activeElement)||n.trigger("blur",t)}),1)},i.prototype._attachCloseHandler=function(t){e(document.body).on("mousedown.select2."+t.id,(function(t){var n=e(t.target),i=n.closest(".select2");e(".select2.select2-container--open").each((function(){var t=e(this);this!=i[0]&&(t.data("element").select2("close"),setTimeout((function(){t.find("*:focus").blur(),n.focus()}),1))}))}))},i.prototype._detachCloseHandler=function(t){e(document.body).off("mousedown.select2."+t.id)},i.prototype.position=function(e,t){t.find(".selection").append(e)},i.prototype.destroy=function(){this._detachCloseHandler(this.container)},i.prototype.update=function(e){throw new Error("The `update` method must be defined in child classes.")},i})),t.define("select2/selection/single",["jquery","./base","../utils","../keys"],(function(e,t,n,i){function o(){o.__super__.constructor.apply(this,arguments)}return n.Extend(o,t),o.prototype.render=function(){var e=o.__super__.render.call(this);return e.addClass("select2-selection--single"),e.html('<span class="select2-selection__rendered"></span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span>'),e},o.prototype.bind=function(e,t){var n=this;o.__super__.bind.apply(this,arguments);var i=e.id+"-container";this.$selection.find(".select2-selection__rendered").attr("id",i).attr("role","textbox").attr("aria-readonly","true"),this.$selection.attr("aria-labelledby",i),this.$selection.attr("role","combobox"),this.$selection.on("mousedown",(function(e){1===e.which&&n.trigger("toggle",{originalEvent:e})})),this.$selection.on("focus",(function(e){})),this.$selection.on("keydown",(function(t){!e.isOpen()&&t.which>=48&&t.which<=90&&e.open()})),this.$selection.on("blur",(function(e){})),e.on("focus",(function(t){e.isOpen()||n.$selection.focus()})),e.on("selection:update",(function(e){n.update(e.data)}))},o.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},o.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},o.prototype.selectionContainer=function(){return e("<span></span>")},o.prototype.update=function(e){if(0!==e.length){var t=e[0],n=this.$selection.find(".select2-selection__rendered"),i=this.display(t,n);n.empty().text(i),n.prop("title",t.title||t.text)}else this.clear()},o})),t.define("select2/selection/multiple",["jquery","./base","../utils"],(function(e,t,n){function i(e,t){i.__super__.constructor.apply(this,arguments)}return n.Extend(i,t),i.prototype.render=function(){var e=i.__super__.render.call(this);return e.addClass("select2-selection--multiple"),e.html('<ul class="select2-selection__rendered" aria-live="polite" aria-relevant="additions removals" aria-atomic="true"></ul>'),e},i.prototype.bind=function(t,n){var o=this;i.__super__.bind.apply(this,arguments),this.$selection.on("click",(function(e){o.trigger("toggle",{originalEvent:e})})),this.$selection.on("click",".select2-selection__choice__remove",(function(t){if(!o.options.get("disabled")){var n=e(this).parent().data("data");o.trigger("unselect",{originalEvent:t,data:n})}})),this.$selection.on("keydown",(function(e){!t.isOpen()&&e.which>=48&&e.which<=90&&t.open()})),t.on("focus",(function(){o.focusOnSearch()}))},i.prototype.clear=function(){this.$selection.find(".select2-selection__rendered").empty()},i.prototype.display=function(e,t){var n=this.options.get("templateSelection");return this.options.get("escapeMarkup")(n(e,t))},i.prototype.selectionContainer=function(){return e('<li class="select2-selection__choice"><span class="select2-selection__choice__remove" role="presentation" aria-hidden="true">&times;</span></li>')},i.prototype.focusOnSearch=function(){var e=this;void 0!==e.$search&&setTimeout((function(){e._keyUpPrevented=!0,e.$search.focus()}),1)},i.prototype.update=function(e){if(this.clear(),0!==e.length){for(var t=[],i=0;i<e.length;i++){var o=e[i],r=this.selectionContainer(),s=this.display(o,r);"string"==typeof s&&(s=s.trim()),r.append(s),r.prop("title",o.title||o.text),r.data("data",o),t.push(r)}var a=this.$selection.find(".select2-selection__rendered");n.appendMany(a,t)}},i})),t.define("select2/selection/placeholder",["../utils"],(function(e){function t(e,t,n){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n)}return t.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},t.prototype.createPlaceholder=function(e,t){var n=this.selectionContainer();return n.html(this.display(t)),n.addClass("select2-selection__placeholder").removeClass("select2-selection__choice"),n},t.prototype.update=function(e,t){var n=1==t.length&&t[0].id!=this.placeholder.id;if(t.length>1||n)return e.call(this,t);this.clear();var i=this.createPlaceholder(this.placeholder);this.$selection.find(".select2-selection__rendered").append(i)},t})),t.define("select2/selection/allowClear",["jquery","../keys"],(function(e,t){function n(){}return n.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),null==this.placeholder&&this.options.get("debug")&&window.console&&console.error&&console.error("Select2: The `allowClear` option should be used in combination with the `placeholder` option."),this.$selection.on("mousedown",".select2-selection__clear",(function(e){i._handleClear(e)})),t.on("keypress",(function(e){i._handleKeyboardClear(e,t)}))},n.prototype._handleClear=function(e,t){if(!this.options.get("disabled")){var n=this.$selection.find(".select2-selection__clear");if(0!==n.length){t.stopPropagation();for(var i=n.data("data"),o=0;o<i.length;o++){var r={data:i[o]};if(this.trigger("unselect",r),r.prevented)return}this.$element.val(this.placeholder.id).trigger("change"),this.trigger("toggle",{})}}},n.prototype._handleKeyboardClear=function(e,n,i){i.isOpen()||n.which!=t.DELETE&&n.which!=t.BACKSPACE||this._handleClear(n)},n.prototype.update=function(t,n){if(t.call(this,n),!(this.$selection.find(".select2-selection__placeholder").length>0||0===n.length)){var i=e('<span class="select2-selection__clear">&times;</span>');i.data("data",n),this.$selection.find(".select2-selection__rendered").prepend(i)}},n})),t.define("select2/selection/search",["jquery","../utils","../keys"],(function(e,t,n){function i(e,t,n){e.call(this,t,n)}return i.prototype.render=function(t){var n=e('<li class="select2-search select2-search--inline"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="textbox" aria-autocomplete="list" /></li>');this.$searchContainer=n,this.$search=n.find("input");var i=t.call(this);return this._transferTabIndex(),i},i.prototype.bind=function(e,t,i){var o=this,r=t.id+"-results";e.call(this,t,i),t.on("open",(function(){o.$search.attr("aria-owns",r),o.$search.trigger("focus")})),t.on("close",(function(){o.$search.val(""),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.trigger("focus")})),t.on("enable",(function(){o.$search.prop("disabled",!1),o._transferTabIndex()})),t.on("disable",(function(){o.$search.prop("disabled",!0)})),t.on("focus",(function(e){o.$search.trigger("focus")})),t.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)})),this.$selection.on("focusin",".select2-search--inline",(function(e){o.trigger("focus",e)})),this.$selection.on("focusout",".select2-search--inline",(function(e){o._handleBlur(e)})),this.$selection.on("keydown",".select2-search--inline",(function(e){if(e.stopPropagation(),o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented(),e.which===n.BACKSPACE&&""===o.$search.val()){var i=o.$searchContainer.prev(".select2-selection__choice");if(i.length>0){var r=i.data("data");o.searchRemoveChoice(r),e.preventDefault()}}else e.which===n.ENTER&&(t.open(),e.preventDefault())}));var s=document.documentMode,a=s&&s<=11;this.$selection.on("input.searchcheck",".select2-search--inline",(function(e){a?o.$selection.off("input.search input.searchcheck"):o.$selection.off("keyup.search")})),this.$selection.on("keyup.search input.search",".select2-search--inline",(function(e){if(a&&"input"===e.type)o.$selection.off("input.search input.searchcheck");else{var t=e.which;t!=n.SHIFT&&t!=n.CTRL&&t!=n.ALT&&t!=n.TAB&&o.handleSearch(e)}}))},i.prototype._transferTabIndex=function(e){this.$search.attr("tabindex",this.$selection.attr("tabindex")),this.$selection.attr("tabindex","-1")},i.prototype.createPlaceholder=function(e,t){this.$search.attr("placeholder",t.text)},i.prototype.update=function(e,t){var n=this.$search[0]==document.activeElement;this.$search.attr("placeholder",""),e.call(this,t),this.$selection.find(".select2-selection__rendered").append(this.$searchContainer),this.resizeSearch(),n&&this.$search.focus()},i.prototype.handleSearch=function(){if(this.resizeSearch(),!this._keyUpPrevented){var e=this.$search.val();this.trigger("query",{term:e})}this._keyUpPrevented=!1},i.prototype.searchRemoveChoice=function(e,t){this.trigger("unselect",{data:t}),this.$search.val(t.text),this.handleSearch()},i.prototype.resizeSearch=function(){this.$search.css("width","25px");var e="";""!==this.$search.attr("placeholder")?e=this.$selection.find(".select2-selection__rendered").innerWidth():e=.75*(this.$search.val().length+1)+"em";this.$search.css("width",e)},i})),t.define("select2/selection/eventRelay",["jquery"],(function(e){function t(){}return t.prototype.bind=function(t,n,i){var o=this,r=["open","opening","close","closing","select","selecting","unselect","unselecting"],s=["opening","closing","selecting","unselecting"];t.call(this,n,i),n.on("*",(function(t,n){if(-1!==e.inArray(t,r)){n=n||{};var i=e.Event("select2:"+t,{params:n});o.$element.trigger(i),-1!==e.inArray(t,s)&&(n.prevented=i.isDefaultPrevented())}}))},t})),t.define("select2/translation",["jquery","require"],(function(e,t){function n(e){this.dict=e||{}}return n.prototype.all=function(){return this.dict},n.prototype.get=function(e){return this.dict[e]},n.prototype.extend=function(t){this.dict=e.extend({},t.all(),this.dict)},n._cache={},n.loadPath=function(e){if(!(e in n._cache)){var i=t(e);n._cache[e]=i}return new n(n._cache[e])},n})),t.define("select2/diacritics",[],(function(){return{"Ⓐ":"A","A":"A","À":"A","Á":"A","Â":"A","Ầ":"A","Ấ":"A","Ẫ":"A","Ẩ":"A","Ã":"A","Ā":"A","Ă":"A","Ằ":"A","Ắ":"A","Ẵ":"A","Ẳ":"A","Ȧ":"A","Ǡ":"A","Ä":"A","Ǟ":"A","Ả":"A","Å":"A","Ǻ":"A","Ǎ":"A","Ȁ":"A","Ȃ":"A","Ạ":"A","Ậ":"A","Ặ":"A","Ḁ":"A","Ą":"A","Ⱥ":"A","Ɐ":"A","Ꜳ":"AA","Æ":"AE","Ǽ":"AE","Ǣ":"AE","Ꜵ":"AO","Ꜷ":"AU","Ꜹ":"AV","Ꜻ":"AV","Ꜽ":"AY","Ⓑ":"B","B":"B","Ḃ":"B","Ḅ":"B","Ḇ":"B","Ƀ":"B","Ƃ":"B","Ɓ":"B","Ⓒ":"C","C":"C","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","Ç":"C","Ḉ":"C","Ƈ":"C","Ȼ":"C","Ꜿ":"C","Ⓓ":"D","D":"D","Ḋ":"D","Ď":"D","Ḍ":"D","Ḑ":"D","Ḓ":"D","Ḏ":"D","Đ":"D","Ƌ":"D","Ɗ":"D","Ɖ":"D","Ꝺ":"D","DZ":"DZ","DŽ":"DZ","Dz":"Dz","Dž":"Dz","Ⓔ":"E","E":"E","È":"E","É":"E","Ê":"E","Ề":"E","Ế":"E","Ễ":"E","Ể":"E","Ẽ":"E","Ē":"E","Ḕ":"E","Ḗ":"E","Ĕ":"E","Ė":"E","Ë":"E","Ẻ":"E","Ě":"E","Ȅ":"E","Ȇ":"E","Ẹ":"E","Ệ":"E","Ȩ":"E","Ḝ":"E","Ę":"E","Ḙ":"E","Ḛ":"E","Ɛ":"E","Ǝ":"E","Ⓕ":"F","F":"F","Ḟ":"F","Ƒ":"F","Ꝼ":"F","Ⓖ":"G","G":"G","Ǵ":"G","Ĝ":"G","Ḡ":"G","Ğ":"G","Ġ":"G","Ǧ":"G","Ģ":"G","Ǥ":"G","Ɠ":"G","Ꞡ":"G","Ᵹ":"G","Ꝿ":"G","Ⓗ":"H","H":"H","Ĥ":"H","Ḣ":"H","Ḧ":"H","Ȟ":"H","Ḥ":"H","Ḩ":"H","Ḫ":"H","Ħ":"H","Ⱨ":"H","Ⱶ":"H","Ɥ":"H","Ⓘ":"I","I":"I","Ì":"I","Í":"I","Î":"I","Ĩ":"I","Ī":"I","Ĭ":"I","İ":"I","Ï":"I","Ḯ":"I","Ỉ":"I","Ǐ":"I","Ȉ":"I","Ȋ":"I","Ị":"I","Į":"I","Ḭ":"I","Ɨ":"I","Ⓙ":"J","J":"J","Ĵ":"J","Ɉ":"J","Ⓚ":"K","K":"K","Ḱ":"K","Ǩ":"K","Ḳ":"K","Ķ":"K","Ḵ":"K","Ƙ":"K","Ⱪ":"K","Ꝁ":"K","Ꝃ":"K","Ꝅ":"K","Ꞣ":"K","Ⓛ":"L","L":"L","Ŀ":"L","Ĺ":"L","Ľ":"L","Ḷ":"L","Ḹ":"L","Ļ":"L","Ḽ":"L","Ḻ":"L","Ł":"L","Ƚ":"L","Ɫ":"L","Ⱡ":"L","Ꝉ":"L","Ꝇ":"L","Ꞁ":"L","LJ":"LJ","Lj":"Lj","Ⓜ":"M","M":"M","Ḿ":"M","Ṁ":"M","Ṃ":"M","Ɱ":"M","Ɯ":"M","Ⓝ":"N","N":"N","Ǹ":"N","Ń":"N","Ñ":"N","Ṅ":"N","Ň":"N","Ṇ":"N","Ņ":"N","Ṋ":"N","Ṉ":"N","Ƞ":"N","Ɲ":"N","Ꞑ":"N","Ꞥ":"N","NJ":"NJ","Nj":"Nj","Ⓞ":"O","O":"O","Ò":"O","Ó":"O","Ô":"O","Ồ":"O","Ố":"O","Ỗ":"O","Ổ":"O","Õ":"O","Ṍ":"O","Ȭ":"O","Ṏ":"O","Ō":"O","Ṑ":"O","Ṓ":"O","Ŏ":"O","Ȯ":"O","Ȱ":"O","Ö":"O","Ȫ":"O","Ỏ":"O","Ő":"O","Ǒ":"O","Ȍ":"O","Ȏ":"O","Ơ":"O","Ờ":"O","Ớ":"O","Ỡ":"O","Ở":"O","Ợ":"O","Ọ":"O","Ộ":"O","Ǫ":"O","Ǭ":"O","Ø":"O","Ǿ":"O","Ɔ":"O","Ɵ":"O","Ꝋ":"O","Ꝍ":"O","Ƣ":"OI","Ꝏ":"OO","Ȣ":"OU","Ⓟ":"P","P":"P","Ṕ":"P","Ṗ":"P","Ƥ":"P","Ᵽ":"P","Ꝑ":"P","Ꝓ":"P","Ꝕ":"P","Ⓠ":"Q","Q":"Q","Ꝗ":"Q","Ꝙ":"Q","Ɋ":"Q","Ⓡ":"R","R":"R","Ŕ":"R","Ṙ":"R","Ř":"R","Ȑ":"R","Ȓ":"R","Ṛ":"R","Ṝ":"R","Ŗ":"R","Ṟ":"R","Ɍ":"R","Ɽ":"R","Ꝛ":"R","Ꞧ":"R","Ꞃ":"R","Ⓢ":"S","S":"S","ẞ":"S","Ś":"S","Ṥ":"S","Ŝ":"S","Ṡ":"S","Š":"S","Ṧ":"S","Ṣ":"S","Ṩ":"S","Ș":"S","Ş":"S","Ȿ":"S","Ꞩ":"S","Ꞅ":"S","Ⓣ":"T","T":"T","Ṫ":"T","Ť":"T","Ṭ":"T","Ț":"T","Ţ":"T","Ṱ":"T","Ṯ":"T","Ŧ":"T","Ƭ":"T","Ʈ":"T","Ⱦ":"T","Ꞇ":"T","Ꜩ":"TZ","Ⓤ":"U","U":"U","Ù":"U","Ú":"U","Û":"U","Ũ":"U","Ṹ":"U","Ū":"U","Ṻ":"U","Ŭ":"U","Ü":"U","Ǜ":"U","Ǘ":"U","Ǖ":"U","Ǚ":"U","Ủ":"U","Ů":"U","Ű":"U","Ǔ":"U","Ȕ":"U","Ȗ":"U","Ư":"U","Ừ":"U","Ứ":"U","Ữ":"U","Ử":"U","Ự":"U","Ụ":"U","Ṳ":"U","Ų":"U","Ṷ":"U","Ṵ":"U","Ʉ":"U","Ⓥ":"V","V":"V","Ṽ":"V","Ṿ":"V","Ʋ":"V","Ꝟ":"V","Ʌ":"V","Ꝡ":"VY","Ⓦ":"W","W":"W","Ẁ":"W","Ẃ":"W","Ŵ":"W","Ẇ":"W","Ẅ":"W","Ẉ":"W","Ⱳ":"W","Ⓧ":"X","X":"X","Ẋ":"X","Ẍ":"X","Ⓨ":"Y","Y":"Y","Ỳ":"Y","Ý":"Y","Ŷ":"Y","Ỹ":"Y","Ȳ":"Y","Ẏ":"Y","Ÿ":"Y","Ỷ":"Y","Ỵ":"Y","Ƴ":"Y","Ɏ":"Y","Ỿ":"Y","Ⓩ":"Z","Z":"Z","Ź":"Z","Ẑ":"Z","Ż":"Z","Ž":"Z","Ẓ":"Z","Ẕ":"Z","Ƶ":"Z","Ȥ":"Z","Ɀ":"Z","Ⱬ":"Z","Ꝣ":"Z","ⓐ":"a","a":"a","ẚ":"a","à":"a","á":"a","â":"a","ầ":"a","ấ":"a","ẫ":"a","ẩ":"a","ã":"a","ā":"a","ă":"a","ằ":"a","ắ":"a","ẵ":"a","ẳ":"a","ȧ":"a","ǡ":"a","ä":"a","ǟ":"a","ả":"a","å":"a","ǻ":"a","ǎ":"a","ȁ":"a","ȃ":"a","ạ":"a","ậ":"a","ặ":"a","ḁ":"a","ą":"a","ⱥ":"a","ɐ":"a","ꜳ":"aa","æ":"ae","ǽ":"ae","ǣ":"ae","ꜵ":"ao","ꜷ":"au","ꜹ":"av","ꜻ":"av","ꜽ":"ay","ⓑ":"b","b":"b","ḃ":"b","ḅ":"b","ḇ":"b","ƀ":"b","ƃ":"b","ɓ":"b","ⓒ":"c","c":"c","ć":"c","ĉ":"c","ċ":"c","č":"c","ç":"c","ḉ":"c","ƈ":"c","ȼ":"c","ꜿ":"c","ↄ":"c","ⓓ":"d","d":"d","ḋ":"d","ď":"d","ḍ":"d","ḑ":"d","ḓ":"d","ḏ":"d","đ":"d","ƌ":"d","ɖ":"d","ɗ":"d","ꝺ":"d","dz":"dz","dž":"dz","ⓔ":"e","e":"e","è":"e","é":"e","ê":"e","ề":"e","ế":"e","ễ":"e","ể":"e","ẽ":"e","ē":"e","ḕ":"e","ḗ":"e","ĕ":"e","ė":"e","ë":"e","ẻ":"e","ě":"e","ȅ":"e","ȇ":"e","ẹ":"e","ệ":"e","ȩ":"e","ḝ":"e","ę":"e","ḙ":"e","ḛ":"e","ɇ":"e","ɛ":"e","ǝ":"e","ⓕ":"f","f":"f","ḟ":"f","ƒ":"f","ꝼ":"f","ⓖ":"g","g":"g","ǵ":"g","ĝ":"g","ḡ":"g","ğ":"g","ġ":"g","ǧ":"g","ģ":"g","ǥ":"g","ɠ":"g","ꞡ":"g","ᵹ":"g","ꝿ":"g","ⓗ":"h","h":"h","ĥ":"h","ḣ":"h","ḧ":"h","ȟ":"h","ḥ":"h","ḩ":"h","ḫ":"h","ẖ":"h","ħ":"h","ⱨ":"h","ⱶ":"h","ɥ":"h","ƕ":"hv","ⓘ":"i","i":"i","ì":"i","í":"i","î":"i","ĩ":"i","ī":"i","ĭ":"i","ï":"i","ḯ":"i","ỉ":"i","ǐ":"i","ȉ":"i","ȋ":"i","ị":"i","į":"i","ḭ":"i","ɨ":"i","ı":"i","ⓙ":"j","j":"j","ĵ":"j","ǰ":"j","ɉ":"j","ⓚ":"k","k":"k","ḱ":"k","ǩ":"k","ḳ":"k","ķ":"k","ḵ":"k","ƙ":"k","ⱪ":"k","ꝁ":"k","ꝃ":"k","ꝅ":"k","ꞣ":"k","ⓛ":"l","l":"l","ŀ":"l","ĺ":"l","ľ":"l","ḷ":"l","ḹ":"l","ļ":"l","ḽ":"l","ḻ":"l","ſ":"l","ł":"l","ƚ":"l","ɫ":"l","ⱡ":"l","ꝉ":"l","ꞁ":"l","ꝇ":"l","lj":"lj","ⓜ":"m","m":"m","ḿ":"m","ṁ":"m","ṃ":"m","ɱ":"m","ɯ":"m","ⓝ":"n","n":"n","ǹ":"n","ń":"n","ñ":"n","ṅ":"n","ň":"n","ṇ":"n","ņ":"n","ṋ":"n","ṉ":"n","ƞ":"n","ɲ":"n","ʼn":"n","ꞑ":"n","ꞥ":"n","nj":"nj","ⓞ":"o","o":"o","ò":"o","ó":"o","ô":"o","ồ":"o","ố":"o","ỗ":"o","ổ":"o","õ":"o","ṍ":"o","ȭ":"o","ṏ":"o","ō":"o","ṑ":"o","ṓ":"o","ŏ":"o","ȯ":"o","ȱ":"o","ö":"o","ȫ":"o","ỏ":"o","ő":"o","ǒ":"o","ȍ":"o","ȏ":"o","ơ":"o","ờ":"o","ớ":"o","ỡ":"o","ở":"o","ợ":"o","ọ":"o","ộ":"o","ǫ":"o","ǭ":"o","ø":"o","ǿ":"o","ɔ":"o","ꝋ":"o","ꝍ":"o","ɵ":"o","ƣ":"oi","ȣ":"ou","ꝏ":"oo","ⓟ":"p","p":"p","ṕ":"p","ṗ":"p","ƥ":"p","ᵽ":"p","ꝑ":"p","ꝓ":"p","ꝕ":"p","ⓠ":"q","q":"q","ɋ":"q","ꝗ":"q","ꝙ":"q","ⓡ":"r","r":"r","ŕ":"r","ṙ":"r","ř":"r","ȑ":"r","ȓ":"r","ṛ":"r","ṝ":"r","ŗ":"r","ṟ":"r","ɍ":"r","ɽ":"r","ꝛ":"r","ꞧ":"r","ꞃ":"r","ⓢ":"s","s":"s","ß":"s","ś":"s","ṥ":"s","ŝ":"s","ṡ":"s","š":"s","ṧ":"s","ṣ":"s","ṩ":"s","ș":"s","ş":"s","ȿ":"s","ꞩ":"s","ꞅ":"s","ẛ":"s","ⓣ":"t","t":"t","ṫ":"t","ẗ":"t","ť":"t","ṭ":"t","ț":"t","ţ":"t","ṱ":"t","ṯ":"t","ŧ":"t","ƭ":"t","ʈ":"t","ⱦ":"t","ꞇ":"t","ꜩ":"tz","ⓤ":"u","u":"u","ù":"u","ú":"u","û":"u","ũ":"u","ṹ":"u","ū":"u","ṻ":"u","ŭ":"u","ü":"u","ǜ":"u","ǘ":"u","ǖ":"u","ǚ":"u","ủ":"u","ů":"u","ű":"u","ǔ":"u","ȕ":"u","ȗ":"u","ư":"u","ừ":"u","ứ":"u","ữ":"u","ử":"u","ự":"u","ụ":"u","ṳ":"u","ų":"u","ṷ":"u","ṵ":"u","ʉ":"u","ⓥ":"v","v":"v","ṽ":"v","ṿ":"v","ʋ":"v","ꝟ":"v","ʌ":"v","ꝡ":"vy","ⓦ":"w","w":"w","ẁ":"w","ẃ":"w","ŵ":"w","ẇ":"w","ẅ":"w","ẘ":"w","ẉ":"w","ⱳ":"w","ⓧ":"x","x":"x","ẋ":"x","ẍ":"x","ⓨ":"y","y":"y","ỳ":"y","ý":"y","ŷ":"y","ỹ":"y","ȳ":"y","ẏ":"y","ÿ":"y","ỷ":"y","ẙ":"y","ỵ":"y","ƴ":"y","ɏ":"y","ỿ":"y","ⓩ":"z","z":"z","ź":"z","ẑ":"z","ż":"z","ž":"z","ẓ":"z","ẕ":"z","ƶ":"z","ȥ":"z","ɀ":"z","ⱬ":"z","ꝣ":"z","Ά":"Α","Έ":"Ε","Ή":"Η","Ί":"Ι","Ϊ":"Ι","Ό":"Ο","Ύ":"Υ","Ϋ":"Υ","Ώ":"Ω","ά":"α","έ":"ε","ή":"η","ί":"ι","ϊ":"ι","ΐ":"ι","ό":"ο","ύ":"υ","ϋ":"υ","ΰ":"υ","ω":"ω","ς":"σ"}})),t.define("select2/data/base",["../utils"],(function(e){function t(e,n){t.__super__.constructor.call(this)}return e.Extend(t,e.Observable),t.prototype.current=function(e){throw new Error("The `current` method must be defined in child classes.")},t.prototype.query=function(e,t){throw new Error("The `query` method must be defined in child classes.")},t.prototype.bind=function(e,t){},t.prototype.destroy=function(){},t.prototype.generateResultId=function(t,n){var i="";return i+=null!=t?t.id:e.generateChars(4),i+="-result-",i+=e.generateChars(4),null!=n.id?i+="-"+n.id.toString():i+="-"+e.generateChars(4),i},t})),t.define("select2/data/select",["./base","../utils","jquery"],(function(e,t,n){function i(e,t){this.$element=e,this.options=t,i.__super__.constructor.call(this)}return t.Extend(i,e),i.prototype.current=function(e){var t=[],i=this;this.$element.find(":selected").each((function(){var e=n(this),o=i.item(e);t.push(o)})),e(t)},i.prototype.select=function(e){var t=this;if(e.selected=!0,n(e.element).is("option"))return e.element.selected=!0,void this.$element.trigger("change");if(this.$element.prop("multiple"))this.current((function(i){var o=[];(e=[e]).push.apply(e,i);for(var r=0;r<e.length;r++){var s=e[r].id;-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}));else{var i=e.id;this.$element.val(i),this.$element.trigger("change")}},i.prototype.unselect=function(e){var t=this;if(this.$element.prop("multiple")){if(e.selected=!1,n(e.element).is("option"))return e.element.selected=!1,void this.$element.trigger("change");this.current((function(i){for(var o=[],r=0;r<i.length;r++){var s=i[r].id;s!==e.id&&-1===n.inArray(s,o)&&o.push(s)}t.$element.val(o),t.$element.trigger("change")}))}},i.prototype.bind=function(e,t){var n=this;this.container=e,e.on("select",(function(e){n.select(e.data)})),e.on("unselect",(function(e){n.unselect(e.data)}))},i.prototype.destroy=function(){this.$element.find("*").each((function(){n.removeData(this,"data")}))},i.prototype.query=function(e,t){var i=[],o=this;this.$element.children().each((function(){var t=n(this);if(t.is("option")||t.is("optgroup")){var r=o.item(t),s=o.matches(e,r);null!==s&&i.push(s)}})),t({results:i})},i.prototype.addOptions=function(e){t.appendMany(this.$element,e)},i.prototype.option=function(e){var t;e.children?(t=document.createElement("optgroup")).label=e.text:void 0!==(t=document.createElement("option")).textContent?t.textContent=e.text:t.innerText=e.text,void 0!==e.id&&(t.value=e.id),e.disabled&&(t.disabled=!0),e.selected&&(t.selected=!0),e.title&&(t.title=e.title);var i=n(t),o=this._normalizeItem(e);return o.element=t,n.data(t,"data",o),i},i.prototype.item=function(e){var t={};if(null!=(t=n.data(e[0],"data")))return t;if(e.is("option"))t={id:e.val(),text:e.text(),disabled:e.prop("disabled"),selected:e.prop("selected"),title:e.prop("title")};else if(e.is("optgroup")){t={text:e.prop("label"),children:[],title:e.prop("title")};for(var i=e.children("option"),o=[],r=0;r<i.length;r++){var s=n(i[r]),a=this.item(s);o.push(a)}t.children=o}return(t=this._normalizeItem(t)).element=e[0],n.data(e[0],"data",t),t},i.prototype._normalizeItem=function(e){n.isPlainObject(e)||(e={id:e,text:e});return null!=(e=n.extend({},{text:""},e)).id&&(e.id=e.id.toString()),null!=e.text&&(e.text=e.text.toString()),null==e._resultId&&e.id&&(e._resultId=this.generateResultId(this.container,e)),n.extend({},{selected:!1,disabled:!1},e)},i.prototype.matches=function(e,t){return this.options.get("matcher")(e,t)},i})),t.define("select2/data/array",["./select","../utils","jquery"],(function(e,t,n){function i(e,t){var n=t.get("data")||[];i.__super__.constructor.call(this,e,t),this.addOptions(this.convertToOptions(n))}return t.Extend(i,e),i.prototype.select=function(e){var t=this.$element.find("option").filter((function(t,n){return n.value==e.id.toString()}));0===t.length&&(t=this.option(e),this.addOptions(t)),i.__super__.select.call(this,e)},i.prototype.convertToOptions=function(e){var i=this,o=this.$element.find("option"),r=o.map((function(){return i.item(n(this)).id})).get(),s=[];function a(e){return function(){return n(this).val()==e.id}}for(var l=0;l<e.length;l++){var c=this._normalizeItem(e[l]);if(n.inArray(c.id,r)>=0){var u=o.filter(a(c)),d=this.item(u),p=n.extend(!0,{},c,d),h=this.option(p);u.replaceWith(h)}else{var f=this.option(c);if(c.children){var g=this.convertToOptions(c.children);t.appendMany(f,g)}s.push(f)}}return s},i})),t.define("select2/data/ajax",["./array","../utils","jquery"],(function(e,t,n){function i(e,t){this.ajaxOptions=this._applyDefaults(t.get("ajax")),null!=this.ajaxOptions.processResults&&(this.processResults=this.ajaxOptions.processResults),i.__super__.constructor.call(this,e,t)}return t.Extend(i,e),i.prototype._applyDefaults=function(e){var t={data:function(e){return n.extend({},e,{q:e.term})},transport:function(e,t,i){var o=n.ajax(e);return o.then(t),o.fail(i),o}};return n.extend({},t,e,!0)},i.prototype.processResults=function(e){return e},i.prototype.query=function(e,t){var i=this;null!=this._request&&(n.isFunction(this._request.abort)&&this._request.abort(),this._request=null);var o=n.extend({type:"GET"},this.ajaxOptions);function r(){var r=o.transport(o,(function(o){var r=i.processResults(o,e);i.options.get("debug")&&window.console&&console.error&&(r&&r.results&&n.isArray(r.results)||console.error("Select2: The AJAX results did not return an array in the `results` key of the response.")),t(r),i.container.focusOnActiveElement()}),(function(){r.status&&"0"===r.status||i.trigger("results:message",{message:"errorLoading"})}));i._request=r}"function"==typeof o.url&&(o.url=o.url.call(this.$element,e)),"function"==typeof o.data&&(o.data=o.data.call(this.$element,e)),this.ajaxOptions.delay&&null!=e.term?(this._queryTimeout&&window.clearTimeout(this._queryTimeout),this._queryTimeout=window.setTimeout(r,this.ajaxOptions.delay)):r()},i})),t.define("select2/data/tags",["jquery"],(function(e){function t(t,n,i){var o=i.get("tags"),r=i.get("createTag");void 0!==r&&(this.createTag=r);var s=i.get("insertTag");if(void 0!==s&&(this.insertTag=s),t.call(this,n,i),e.isArray(o))for(var a=0;a<o.length;a++){var l=o[a],c=this._normalizeItem(l),u=this.option(c);this.$element.append(u)}}return t.prototype.query=function(e,t,n){var i=this;this._removeOldTags(),null!=t.term&&null==t.page?e.call(this,t,(function e(o,r){for(var s=o.results,a=0;a<s.length;a++){var l=s[a],c=null!=l.children&&!e({results:l.children},!0);if((l.text||"").toUpperCase()===(t.term||"").toUpperCase()||c)return!r&&(o.data=s,void n(o))}if(r)return!0;var u=i.createTag(t);if(null!=u){var d=i.option(u);d.attr("data-select2-tag",!0),i.addOptions([d]),i.insertTag(s,u)}o.results=s,n(o)})):e.call(this,t,n)},t.prototype.createTag=function(t,n){var i=e.trim(n.term);return""===i?null:{id:i,text:i}},t.prototype.insertTag=function(e,t,n){t.unshift(n)},t.prototype._removeOldTags=function(t){this._lastTag;this.$element.find("option[data-select2-tag]").each((function(){this.selected||e(this).remove()}))},t})),t.define("select2/data/tokenizer",["jquery"],(function(e){function t(e,t,n){var i=n.get("tokenizer");void 0!==i&&(this.tokenizer=i),e.call(this,t,n)}return t.prototype.bind=function(e,t,n){e.call(this,t,n),this.$search=t.dropdown.$search||t.selection.$search||n.find(".select2-search__field")},t.prototype.query=function(t,n,i){var o=this;n.term=n.term||"";var r=this.tokenizer(n,this.options,(function(t){var n=o._normalizeItem(t);if(!o.$element.find("option").filter((function(){return e(this).val()===n.id})).length){var i=o.option(n);i.attr("data-select2-tag",!0),o._removeOldTags(),o.addOptions([i])}!function(e){o.trigger("select",{data:e})}(n)}));r.term!==n.term&&(this.$search.length&&(this.$search.val(r.term),this.$search.focus()),n.term=r.term),t.call(this,n,i)},t.prototype.tokenizer=function(t,n,i,o){for(var r=i.get("tokenSeparators")||[],s=n.term,a=0,l=this.createTag||function(e){return{id:e.term,text:e.term}};a<s.length;){var c=s[a];if(-1!==e.inArray(c,r)){var u=s.substr(0,a),d=l(e.extend({},n,{term:u}));null!=d?(o(d),s=s.substr(a+1)||"",a=0):a++}else a++}return{term:s}},t})),t.define("select2/data/minimumInputLength",[],(function(){function e(e,t,n){this.minimumInputLength=n.get("minimumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",t.term.length<this.minimumInputLength?this.trigger("results:message",{message:"inputTooShort",args:{minimum:this.minimumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumInputLength",[],(function(){function e(e,t,n){this.maximumInputLength=n.get("maximumInputLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){t.term=t.term||"",this.maximumInputLength>0&&t.term.length>this.maximumInputLength?this.trigger("results:message",{message:"inputTooLong",args:{maximum:this.maximumInputLength,input:t.term,params:t}}):e.call(this,t,n)},e})),t.define("select2/data/maximumSelectionLength",[],(function(){function e(e,t,n){this.maximumSelectionLength=n.get("maximumSelectionLength"),e.call(this,t,n)}return e.prototype.query=function(e,t,n){var i=this;this.current((function(o){var r=null!=o?o.length:0;i.maximumSelectionLength>0&&r>=i.maximumSelectionLength?i.trigger("results:message",{message:"maximumSelected",args:{maximum:i.maximumSelectionLength}}):e.call(i,t,n)}))},e})),t.define("select2/dropdown",["jquery","./utils"],(function(e,t){function n(e,t){this.$element=e,this.options=t,n.__super__.constructor.call(this)}return t.Extend(n,t.Observable),n.prototype.render=function(){var t=e('<span class="select2-dropdown"><span class="select2-results"></span></span>');return t.attr("dir",this.options.get("dir")),this.$dropdown=t,t},n.prototype.bind=function(){},n.prototype.position=function(e,t){},n.prototype.destroy=function(){this.$dropdown.remove()},n})),t.define("select2/dropdown/search",["jquery","../utils"],(function(e,t){function n(){}return n.prototype.render=function(t){var n=t.call(this),i=e('<span class="select2-search select2-search--dropdown"><input class="select2-search__field" type="text" tabindex="-1" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="true" /></span>');return this.$searchContainer=i,this.$search=i.find("input"),n.prepend(i),n},n.prototype.bind=function(t,n,i){var o=this,r=n.id+"-results";t.call(this,n,i),this.$search.on("keydown",(function(e){o.trigger("keypress",e),o._keyUpPrevented=e.isDefaultPrevented()})),this.$search.on("input",(function(t){e(this).off("keyup")})),this.$search.on("keyup input",(function(e){o.handleSearch(e)})),n.on("open",(function(){o.$search.attr("tabindex",0),o.$search.attr("aria-owns",r),o.$search.focus(),window.setTimeout((function(){o.$search.focus()}),0)})),n.on("close",(function(){o.$search.attr("tabindex",-1),o.$search.removeAttr("aria-activedescendant"),o.$search.removeAttr("aria-owns"),o.$search.val("")})),n.on("focus",(function(){n.isOpen()||o.$search.focus()})),n.on("results:all",(function(e){null!=e.query.term&&""!==e.query.term||(o.showSearch(e)?o.$searchContainer.removeClass("select2-search--hide"):o.$searchContainer.addClass("select2-search--hide"))})),n.on("results:focus",(function(e){o.$search.attr("aria-activedescendant",e.data._resultId)}))},n.prototype.handleSearch=function(e){if(!this._keyUpPrevented){var t=this.$search.val();this.trigger("query",{term:t})}this._keyUpPrevented=!1},n.prototype.showSearch=function(e,t){return!0},n})),t.define("select2/dropdown/hidePlaceholder",[],(function(){function e(e,t,n,i){this.placeholder=this.normalizePlaceholder(n.get("placeholder")),e.call(this,t,n,i)}return e.prototype.append=function(e,t){t.results=this.removePlaceholder(t.results),e.call(this,t)},e.prototype.normalizePlaceholder=function(e,t){return"string"==typeof t&&(t={id:"",text:t}),t},e.prototype.removePlaceholder=function(e,t){for(var n=t.slice(0),i=t.length-1;i>=0;i--){var o=t[i];this.placeholder.id===o.id&&n.splice(i,1)}return n},e})),t.define("select2/dropdown/infiniteScroll",["jquery"],(function(e){function t(e,t,n,i){this.lastParams={},e.call(this,t,n,i),this.$loadingMore=this.createLoadingMore(),this.loading=!1}return t.prototype.append=function(e,t){this.$loadingMore.remove(),this.loading=!1,e.call(this,t),this.showLoadingMore(t)&&this.$results.append(this.$loadingMore)},t.prototype.bind=function(t,n,i){var o=this;t.call(this,n,i),n.on("query",(function(e){o.lastParams=e,o.loading=!0})),n.on("query:append",(function(e){o.lastParams=e,o.loading=!0})),this.$results.on("scroll",(function(){var t=e.contains(document.documentElement,o.$loadingMore[0]);!o.loading&&t&&(o.$results.offset().top+o.$results.outerHeight(!1)+50>=o.$loadingMore.offset().top+o.$loadingMore.outerHeight(!1)&&o.loadMore())}))},t.prototype.loadMore=function(){this.loading=!0;var t=e.extend({},{page:1},this.lastParams);t.page++,this.trigger("query:append",t)},t.prototype.showLoadingMore=function(e,t){return t.pagination&&t.pagination.more},t.prototype.createLoadingMore=function(){var t=e('<li class="select2-results__option select2-results__option--load-more"role="option" aria-disabled="true"></li>'),n=this.options.get("translations").get("loadingMore");return t.html(n(this.lastParams)),t},t})),t.define("select2/dropdown/attachBody",["jquery","../utils"],(function(e,t){function n(t,n,i){this.$dropdownParent=i.get("dropdownParent")||e(document.body),t.call(this,n,i)}return n.prototype.bind=function(e,t,n){var i=this,o=!1;e.call(this,t,n),t.on("open",(function(){i._showDropdown(),i._attachPositioningHandler(t),o||(o=!0,t.on("results:all",(function(){i._positionDropdown(),i._resizeDropdown()})),t.on("results:append",(function(){i._positionDropdown(),i._resizeDropdown()})))})),t.on("close",(function(){i._hideDropdown(),i._detachPositioningHandler(t)})),this.$dropdownContainer.on("mousedown",(function(e){e.stopPropagation()}))},n.prototype.destroy=function(e){e.call(this),this.$dropdownContainer.remove()},n.prototype.position=function(e,t,n){t.attr("class",n.attr("class")),t.removeClass("select2"),t.addClass("select2-container--open"),t.css({position:"absolute",top:-999999}),this.$container=n},n.prototype.render=function(t){var n=e("<span></span>"),i=t.call(this);return n.append(i),this.$dropdownContainer=n,n},n.prototype._hideDropdown=function(e){this.$dropdownContainer.detach()},n.prototype._attachPositioningHandler=function(n,i){var o=this,r="scroll.select2."+i.id,s="resize.select2."+i.id,a="orientationchange.select2."+i.id,l=this.$container.parents().filter(t.hasScroll);l.each((function(){e(this).data("select2-scroll-position",{x:e(this).scrollLeft(),y:e(this).scrollTop()})})),l.on(r,(function(t){var n=e(this).data("select2-scroll-position");e(this).scrollTop(n.y)})),e(window).on(r+" "+s+" "+a,(function(e){o._positionDropdown(),o._resizeDropdown()}))},n.prototype._detachPositioningHandler=function(n,i){var o="scroll.select2."+i.id,r="resize.select2."+i.id,s="orientationchange.select2."+i.id;this.$container.parents().filter(t.hasScroll).off(o),e(window).off(o+" "+r+" "+s)},n.prototype._positionDropdown=function(){var t=e(window),n=this.$dropdown.hasClass("select2-dropdown--above"),i=this.$dropdown.hasClass("select2-dropdown--below"),o=null,r=this.$container.offset();r.bottom=r.top+this.$container.outerHeight(!1);var s={height:this.$container.outerHeight(!1)};s.top=r.top,s.bottom=r.top+s.height;var a=this.$dropdown.outerHeight(!1),l=t.scrollTop(),c=t.scrollTop()+t.height(),u=l<r.top-a,d=c>r.bottom+a,p={left:r.left,top:s.bottom},h=this.$dropdownParent;"static"===h.css("position")&&(h=h.offsetParent());var f=h.offset();p.top-=f.top,p.left-=f.left,n||i||(o="below"),d||!u||n?!u&&d&&n&&(o="below"):o="above",("above"==o||n&&"below"!==o)&&(p.top=s.top-f.top-a),null!=o&&(this.$dropdown.removeClass("select2-dropdown--below select2-dropdown--above").addClass("select2-dropdown--"+o),this.$container.removeClass("select2-container--below select2-container--above").addClass("select2-container--"+o)),this.$dropdownContainer.css(p)},n.prototype._resizeDropdown=function(){var e={width:this.$container.outerWidth(!1)+"px"};this.options.get("dropdownAutoWidth")&&(e.minWidth=e.width,e.position="relative",e.width="auto"),this.$dropdown.css(e)},n.prototype._showDropdown=function(e){this.$dropdownContainer.appendTo(this.$dropdownParent),this._positionDropdown(),this._resizeDropdown()},n})),t.define("select2/dropdown/minimumResultsForSearch",[],(function(){function e(t){for(var n=0,i=0;i<t.length;i++){var o=t[i];o.children?n+=e(o.children):n++}return n}function t(e,t,n,i){this.minimumResultsForSearch=n.get("minimumResultsForSearch"),this.minimumResultsForSearch<0&&(this.minimumResultsForSearch=1/0),e.call(this,t,n,i)}return t.prototype.showSearch=function(t,n){return!(e(n.data.results)<this.minimumResultsForSearch)&&t.call(this,n)},t})),t.define("select2/dropdown/selectOnClose",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("close",(function(e){i._handleSelectOnClose(e)}))},e.prototype._handleSelectOnClose=function(e,t){if(t&&null!=t.originalSelect2Event){var n=t.originalSelect2Event;if("select"===n._type||"unselect"===n._type)return}var i=this.getHighlightedResults();if(!(i.length<1)){var o=i.data("data");null!=o.element&&o.element.selected||null==o.element&&o.selected||this.trigger("select",{data:o})}},e})),t.define("select2/dropdown/closeOnSelect",[],(function(){function e(){}return e.prototype.bind=function(e,t,n){var i=this;e.call(this,t,n),t.on("select",(function(e){i._selectTriggered(e)})),t.on("unselect",(function(e){i._selectTriggered(e)}))},e.prototype._selectTriggered=function(e,t){var n=t.originalEvent;n&&n.ctrlKey||this.trigger("close",{originalEvent:n,originalSelect2Event:t})},e})),t.define("select2/i18n/en",[],(function(){return{errorLoading:function(){return"The results could not be loaded."},inputTooLong:function(e){var t=e.input.length-e.maximum,n="Please delete "+t+" character";return 1!=t&&(n+="s"),n},inputTooShort:function(e){return"Please enter "+(e.minimum-e.input.length)+" or more characters"},loadingMore:function(){return"Loading more results…"},maximumSelected:function(e){var t="You can only select "+e.maximum+" item";return 1!=e.maximum&&(t+="s"),t},noResults:function(){return"No results found"},searching:function(){return"Searching…"}}})),t.define("select2/defaults",["jquery","require","./results","./selection/single","./selection/multiple","./selection/placeholder","./selection/allowClear","./selection/search","./selection/eventRelay","./utils","./translation","./diacritics","./data/select","./data/array","./data/ajax","./data/tags","./data/tokenizer","./data/minimumInputLength","./data/maximumInputLength","./data/maximumSelectionLength","./dropdown","./dropdown/search","./dropdown/hidePlaceholder","./dropdown/infiniteScroll","./dropdown/attachBody","./dropdown/minimumResultsForSearch","./dropdown/selectOnClose","./dropdown/closeOnSelect","./i18n/en"],(function(e,t,n,i,o,r,s,a,l,c,u,d,p,h,f,g,m,v,y,_,$,w,b,A,x,E,O,C,S){function T(){this.reset()}return T.prototype.apply=function(d){if(null==(d=e.extend(!0,{},this.defaults,d)).dataAdapter){if(null!=d.ajax?d.dataAdapter=f:null!=d.data?d.dataAdapter=h:d.dataAdapter=p,d.minimumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,v)),d.maximumInputLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,y)),d.maximumSelectionLength>0&&(d.dataAdapter=c.Decorate(d.dataAdapter,_)),d.tags&&(d.dataAdapter=c.Decorate(d.dataAdapter,g)),null==d.tokenSeparators&&null==d.tokenizer||(d.dataAdapter=c.Decorate(d.dataAdapter,m)),null!=d.query){var S=t(d.amdBase+"compat/query");d.dataAdapter=c.Decorate(d.dataAdapter,S)}if(null!=d.initSelection){var T=t(d.amdBase+"compat/initSelection");d.dataAdapter=c.Decorate(d.dataAdapter,T)}}if(null==d.resultsAdapter&&(d.resultsAdapter=n,null!=d.ajax&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,A)),null!=d.placeholder&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,b)),d.selectOnClose&&(d.resultsAdapter=c.Decorate(d.resultsAdapter,O))),null==d.dropdownAdapter){if(d.multiple)d.dropdownAdapter=$;else{var D=c.Decorate($,w);d.dropdownAdapter=D}if(0!==d.minimumResultsForSearch&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,E)),d.closeOnSelect&&(d.dropdownAdapter=c.Decorate(d.dropdownAdapter,C)),null!=d.dropdownCssClass||null!=d.dropdownCss||null!=d.adaptDropdownCssClass){var q=t(d.amdBase+"compat/dropdownCss");d.dropdownAdapter=c.Decorate(d.dropdownAdapter,q)}d.dropdownAdapter=c.Decorate(d.dropdownAdapter,x)}if(null==d.selectionAdapter){if(d.multiple?d.selectionAdapter=o:d.selectionAdapter=i,null!=d.placeholder&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,r)),d.allowClear&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,s)),d.multiple&&(d.selectionAdapter=c.Decorate(d.selectionAdapter,a)),null!=d.containerCssClass||null!=d.containerCss||null!=d.adaptContainerCssClass){var L=t(d.amdBase+"compat/containerCss");d.selectionAdapter=c.Decorate(d.selectionAdapter,L)}d.selectionAdapter=c.Decorate(d.selectionAdapter,l)}if("string"==typeof d.language)if(d.language.indexOf("-")>0){var j=d.language.split("-")[0];d.language=[d.language,j]}else d.language=[d.language];if(e.isArray(d.language)){var P=new u;d.language.push("en");for(var k=d.language,I=0;I<k.length;I++){var R=k[I],U={};try{U=u.loadPath(R)}catch(e){try{R=this.defaults.amdLanguageBase+R,U=u.loadPath(R)}catch(e){d.debug&&window.console&&console.warn&&console.warn('Select2: The language file for "'+R+'" could not be automatically loaded. A fallback will be used instead.');continue}}P.extend(U)}d.translations=P}else{var M=u.loadPath(this.defaults.amdLanguageBase+"en"),H=new u(d.language);H.extend(M),d.translations=H}return d},T.prototype.reset=function(){function t(e){return e.replace(/[^\u0000-\u007E]/g,(function(e){return d[e]||e}))}this.defaults={amdBase:"./",amdLanguageBase:"./i18n/",closeOnSelect:!0,debug:!1,dropdownAutoWidth:!1,escapeMarkup:c.escapeMarkup,language:S,matcher:function n(i,o){if(""===e.trim(i.term))return o;if(o.children&&o.children.length>0){for(var r=e.extend(!0,{},o),s=o.children.length-1;s>=0;s--){null==n(i,o.children[s])&&r.children.splice(s,1)}return r.children.length>0?r:n(i,r)}var a=t(o.text).toUpperCase(),l=t(i.term).toUpperCase();return a.indexOf(l)>-1?o:null},minimumInputLength:0,maximumInputLength:0,maximumSelectionLength:0,minimumResultsForSearch:0,selectOnClose:!1,sorter:function(e){return e},templateResult:function(e){return e.text},templateSelection:function(e){return e.text},theme:"default",width:"resolve"}},T.prototype.set=function(t,n){var i={};i[e.camelCase(t)]=n;var o=c._convertData(i);e.extend(this.defaults,o)},new T})),t.define("select2/options",["require","jquery","./defaults","./utils"],(function(e,t,n,i){function o(t,o){if(this.options=t,null!=o&&this.fromElement(o),this.options=n.apply(this.options),o&&o.is("input")){var r=e(this.get("amdBase")+"compat/inputData");this.options.dataAdapter=i.Decorate(this.options.dataAdapter,r)}}return o.prototype.fromElement=function(e){var n=["select2"];null==this.options.multiple&&(this.options.multiple=e.prop("multiple")),null==this.options.disabled&&(this.options.disabled=e.prop("disabled")),null==this.options.language&&(e.prop("lang")?this.options.language=e.prop("lang").toLowerCase():e.closest("[lang]").prop("lang")&&(this.options.language=e.closest("[lang]").prop("lang"))),null==this.options.dir&&(e.prop("dir")?this.options.dir=e.prop("dir"):e.closest("[dir]").prop("dir")?this.options.dir=e.closest("[dir]").prop("dir"):this.options.dir="ltr"),e.prop("disabled",this.options.disabled),e.prop("multiple",this.options.multiple),e.data("select2Tags")&&(this.options.debug&&window.console&&console.warn&&console.warn('Select2: The `data-select2-tags` attribute has been changed to use the `data-data` and `data-tags="true"` attributes and will be removed in future versions of Select2.'),e.data("data",e.data("select2Tags")),e.data("tags",!0)),e.data("ajaxUrl")&&(this.options.debug&&window.console&&console.warn&&console.warn("Select2: The `data-ajax-url` attribute has been changed to `data-ajax--url` and support for the old attribute will be removed in future versions of Select2."),e.attr("ajax--url",e.data("ajaxUrl")),e.data("ajax--url",e.data("ajaxUrl")));var o={};o=t.fn.jquery&&"1."==t.fn.jquery.substr(0,2)&&e[0].dataset?t.extend(!0,{},e[0].dataset,e.data()):e.data();var r=t.extend(!0,{},o);for(var s in r=i._convertData(r))t.inArray(s,n)>-1||(t.isPlainObject(this.options[s])?t.extend(this.options[s],r[s]):this.options[s]=r[s]);return this},o.prototype.get=function(e){return this.options[e]},o.prototype.set=function(e,t){this.options[e]=t},o})),t.define("select2/core",["jquery","./options","./utils","./keys"],(function(e,t,n,i){var o=function(e,n){null!=e.data("select2")&&e.data("select2").destroy(),this.$element=e,this.id=this._generateId(e),n=n||{},this.options=new t(n,e),o.__super__.constructor.call(this);var i=e.attr("tabindex")||0;e.data("old-tabindex",i),e.attr("tabindex","-1");var r=this.options.get("dataAdapter");this.dataAdapter=new r(e,this.options);var s=this.render();this._placeContainer(s);var a=this.options.get("selectionAdapter");this.selection=new a(e,this.options),this.$selection=this.selection.render(),this.selection.position(this.$selection,s);var l=this.options.get("dropdownAdapter");this.dropdown=new l(e,this.options),this.$dropdown=this.dropdown.render(),this.dropdown.position(this.$dropdown,s);var c=this.options.get("resultsAdapter");this.results=new c(e,this.options,this.dataAdapter),this.$results=this.results.render(),this.results.position(this.$results,this.$dropdown);var u=this;this._bindAdapters(),this._registerDomEvents(),this._registerDataEvents(),this._registerSelectionEvents(),this._registerDropdownEvents(),this._registerResultsEvents(),this._registerEvents(),this.dataAdapter.current((function(e){u.trigger("selection:update",{data:e})})),e.addClass("select2-hidden-accessible"),e.attr("aria-hidden","true"),this._syncAttributes(),e.data("select2",this)};return n.Extend(o,n.Observable),o.prototype._generateId=function(e){return"select2-"+(null!=e.attr("id")?e.attr("id"):null!=e.attr("name")?e.attr("name")+"-"+n.generateChars(2):n.generateChars(4)).replace(/(:|\.|\[|\]|,)/g,"")},o.prototype._placeContainer=function(e){e.insertAfter(this.$element);var t=this._resolveWidth(this.$element,this.options.get("width"));null!=t&&e.css("width",t)},o.prototype._resolveWidth=function(e,t){var n=/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i;if("resolve"==t){var i=this._resolveWidth(e,"style");return null!=i?i:this._resolveWidth(e,"element")}if("element"==t){var o=e.outerWidth(!1);return o<=0?"auto":o+"px"}if("style"==t){var r=e.attr("style");if("string"!=typeof r)return null;for(var s=r.split(";"),a=0,l=s.length;a<l;a+=1){var c=s[a].replace(/\s/g,"").match(n);if(null!==c&&c.length>=1)return c[1]}return null}return t},o.prototype._bindAdapters=function(){this.dataAdapter.bind(this,this.$container),this.selection.bind(this,this.$container),this.dropdown.bind(this,this.$container),this.results.bind(this,this.$container)},o.prototype._registerDomEvents=function(){var t=this;this.$element.on("change.select2",(function(){t.dataAdapter.current((function(e){t.trigger("selection:update",{data:e})}))})),this.$element.on("focus.select2",(function(e){t.trigger("focus",e)})),this._syncA=n.bind(this._syncAttributes,this),this._syncS=n.bind(this._syncSubtree,this),this.$element[0].attachEvent&&this.$element[0].attachEvent("onpropertychange",this._syncA);var i=window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver;null!=i?(this._observer=new i((function(n){e.each(n,t._syncA),e.each(n,t._syncS)})),this._observer.observe(this.$element[0],{attributes:!0,childList:!0,subtree:!1})):this.$element[0].addEventListener&&(this.$element[0].addEventListener("DOMAttrModified",t._syncA,!1),this.$element[0].addEventListener("DOMNodeInserted",t._syncS,!1),this.$element[0].addEventListener("DOMNodeRemoved",t._syncS,!1))},o.prototype._registerDataEvents=function(){var e=this;this.dataAdapter.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerSelectionEvents=function(){var t=this,n=["toggle","focus"];this.selection.on("toggle",(function(){t.toggleDropdown()})),this.selection.on("focus",(function(e){t.focus(e)})),this.selection.on("*",(function(i,o){-1===e.inArray(i,n)&&t.trigger(i,o)}))},o.prototype._registerDropdownEvents=function(){var e=this;this.dropdown.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerResultsEvents=function(){var e=this;this.results.on("*",(function(t,n){e.trigger(t,n)}))},o.prototype._registerEvents=function(){var t=this;this.on("open",(function(){t.$container.addClass("select2-container--open")})),this.on("close",(function(){t.$container.removeClass("select2-container--open")})),this.on("enable",(function(){t.$container.removeClass("select2-container--disabled")})),this.on("disable",(function(){t.$container.addClass("select2-container--disabled")})),this.on("blur",(function(){t.$container.removeClass("select2-container--focus")})),this.on("query",(function(e){t.isOpen()||t.trigger("open",{}),this.dataAdapter.query(e,(function(n){t.trigger("results:all",{data:n,query:e})}))})),this.on("query:append",(function(e){this.dataAdapter.query(e,(function(n){t.trigger("results:append",{data:n,query:e})}))})),this.on("open",(function(){setTimeout((function(){t.focusOnActiveElement()}),1)})),e(document).on("keydown",(function(e){var n=e.which;if(t.isOpen()){n===i.ESC||n===i.UP&&e.altKey?(t.close(),e.preventDefault()):n===i.ENTER||n===i.TAB?(t.trigger("results:select",{}),e.preventDefault()):n===i.SPACE&&e.ctrlKey?(t.trigger("results:toggle",{}),e.preventDefault()):n===i.UP?(t.trigger("results:previous",{}),e.preventDefault()):n===i.DOWN&&(t.trigger("results:next",{}),e.preventDefault());var o=t.$dropdown.find(".select2-search__field");o.length||(o=t.$container.find(".select2-search__field")),n===i.DOWN||n===i.UP?t.focusOnActiveElement():(o.focus(),setTimeout((function(){t.focusOnActiveElement()}),1e3))}else t.hasFocus()&&(n!==i.ENTER&&n!==i.SPACE&&n!==i.DOWN||(t.open(),e.preventDefault()))}))},o.prototype.focusOnActiveElement=function(){this.isOpen()&&!n.isTouchscreen()&&this.$results.find("li.select2-results__option--highlighted").focus()},o.prototype._syncAttributes=function(){this.options.set("disabled",this.$element.prop("disabled")),this.options.get("disabled")?(this.isOpen()&&this.close(),this.trigger("disable",{})):this.trigger("enable",{})},o.prototype._syncSubtree=function(e,t){var n=!1,i=this;if(!e||!e.target||"OPTION"===e.target.nodeName||"OPTGROUP"===e.target.nodeName){if(t)if(t.addedNodes&&t.addedNodes.length>0)for(var o=0;o<t.addedNodes.length;o++){t.addedNodes[o].selected&&(n=!0)}else t.removedNodes&&t.removedNodes.length>0&&(n=!0);else n=!0;n&&this.dataAdapter.current((function(e){i.trigger("selection:update",{data:e})}))}},o.prototype.trigger=function(e,t){var n=o.__super__.trigger,i={open:"opening",close:"closing",select:"selecting",unselect:"unselecting"};if(void 0===t&&(t={}),e in i){var r=i[e],s={prevented:!1,name:e,args:t};if(n.call(this,r,s),s.prevented)return void(t.prevented=!0)}n.call(this,e,t)},o.prototype.toggleDropdown=function(){this.options.get("disabled")||(this.isOpen()?this.close():this.open())},o.prototype.open=function(){this.isOpen()||this.trigger("query",{})},o.prototype.close=function(){this.isOpen()&&this.trigger("close",{})},o.prototype.isOpen=function(){return this.$container.hasClass("select2-container--open")},o.prototype.hasFocus=function(){return this.$container.hasClass("select2-container--focus")},o.prototype.focus=function(e){this.hasFocus()||(this.$container.addClass("select2-container--focus"),this.trigger("focus",{}))},o.prototype.enable=function(e){this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("enable")` method has been deprecated and will be removed in later Select2 versions. Use $element.prop("disabled") instead.'),null!=e&&0!==e.length||(e=[!0]);var t=!e[0];this.$element.prop("disabled",t)},o.prototype.data=function(){this.options.get("debug")&&arguments.length>0&&window.console&&console.warn&&console.warn('Select2: Data can no longer be set using `select2("data")`. You should consider setting the value instead using `$element.val()`.');var e=[];return this.dataAdapter.current((function(t){e=t})),e},o.prototype.val=function(t){if(this.options.get("debug")&&window.console&&console.warn&&console.warn('Select2: The `select2("val")` method has been deprecated and will be removed in later Select2 versions. Use $element.val() instead.'),null==t||0===t.length)return this.$element.val();var n=t[0];e.isArray(n)&&(n=e.map(n,(function(e){return e.toString()}))),this.$element.val(n).trigger("change")},o.prototype.destroy=function(){this.$container.remove(),this.$element[0].detachEvent&&this.$element[0].detachEvent("onpropertychange",this._syncA),null!=this._observer?(this._observer.disconnect(),this._observer=null):this.$element[0].removeEventListener&&(this.$element[0].removeEventListener("DOMAttrModified",this._syncA,!1),this.$element[0].removeEventListener("DOMNodeInserted",this._syncS,!1),this.$element[0].removeEventListener("DOMNodeRemoved",this._syncS,!1)),this._syncA=null,this._syncS=null,this.$element.off(".select2"),this.$element.attr("tabindex",this.$element.data("old-tabindex")),this.$element.removeClass("select2-hidden-accessible"),this.$element.attr("aria-hidden","false"),this.$element.removeData("select2"),this.dataAdapter.destroy(),this.selection.destroy(),this.dropdown.destroy(),this.results.destroy(),this.dataAdapter=null,this.selection=null,this.dropdown=null,this.results=null},o.prototype.render=function(){var t=e('<span class="select2 select2-container"><span class="selection"></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>');return t.attr("dir",this.options.get("dir")),this.$container=t,this.$container.addClass("select2-container--"+this.options.get("theme")),t.data("element",this.$element),t},o})),t.define("jquery-mousewheel",["jquery"],(function(e){return e})),t.define("jquery.select2",["jquery","jquery-mousewheel","./select2/core","./select2/defaults"],(function(e,t,n,i){if(null==e.fn.selectWoo){var o=["open","close","destroy"];e.fn.selectWoo=function(t){if("object"==typeof(t=t||{}))return this.each((function(){var i=e.extend(!0,{},t);new n(e(this),i)})),this;if("string"==typeof t){var i,r=Array.prototype.slice.call(arguments,1);return this.each((function(){var n=e(this).data("select2");null==n&&window.console&&console.error&&console.error("The select2('"+t+"') method was called on an element that is not using Select2."),i=n[t].apply(n,r)})),e.inArray(t,o)>-1?this:i}throw new Error("Invalid arguments for Select2: "+t)}}return null!=e.fn.select2&&null!=e.fn.select2.defaults&&(e.fn.selectWoo.defaults=e.fn.select2.defaults),null==e.fn.selectWoo.defaults&&(e.fn.selectWoo.defaults=i),e.fn.select2=e.fn.select2||e.fn.selectWoo,n})),{define:t.define,require:t.require}}(),n=t.require("jquery.select2");return e.fn.select2.amd=t,e.fn.selectWoo.amd=t,n}));inc/core/custom-controls/assets/js/customize-controls.min.js000064400000152723151213253050020350 0ustar00wp.customize.controlConstructor["colormag-buttonset"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-background"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagBackgroundControl()},initColorMagBackgroundControl:function(){var e=this,t=e.setting._value,n=e.container.find(".colormag-color-picker-alpha");(_.isUndefined(t["background-image"])||""===t["background-image"])&&(e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide()),n.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("background-color",n.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0]&&e.saveValue("background-color","")}}),e.container.on("click",".background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img",(function(t){var n=wp.media({multiple:!1}).open().on("select",(function(){var t,i,a,o=n.state().get("selection").first(),r=o.toJSON().sizes.full.url;_.isUndefined(o.toJSON().sizes.medium)?_.isUndefined(o.toJSON().sizes.thumbnail)||(r=o.toJSON().sizes.thumbnail.url):r=o.toJSON().sizes.medium.url,t=o.toJSON().sizes.full.url,o.toJSON().id,o.toJSON().width,o.toJSON().height,""!==t&&e.container.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),e.saveValue("background-image",t),i=e.container.find(".placeholder, .thumbnail"),a=e.container.find(".background-image-upload-remove-button"),i.length&&i.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+r+'" alt="" />'),a.length&&a.show()}));t.preventDefault()})),e.container.on("click",".background-image-upload-remove-button",(function(t){var n,i;t.preventDefault(),e.saveValue("background-image",""),n=e.container.find(".placeholder, .thumbnail"),i=e.container.find(".background-image-upload-remove-button"),e.container.find(".customize-control-content > .background-repeat").hide(),e.container.find(".customize-control-content > .background-position").hide(),e.container.find(".customize-control-content > .background-size").hide(),e.container.find(".customize-control-content > .background-attachment").hide(),n.length&&n.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),i.length&&i.hide()})),e.container.on("change",".background-repeat select",(function(){e.saveValue("background-repeat",jQuery(this).val())})),e.container.on("change",".background-position select",(function(){e.saveValue("background-position",jQuery(this).val())})),e.container.on("change",".background-size select",(function(){e.saveValue("background-size",jQuery(this).val())})),e.container.on("change",".background-attachment select",(function(){e.saveValue("background-attachment",jQuery(this).val())}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .background-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-color"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="hue"===this.params.mode,n=this.container.find(".colormag-color-picker-alpha"),i=n.val().replace(/\s+/g,"");n.wpColorPicker({change:function(a,o){var r=t?o.color.h():n.iris("color");jQuery("html").hasClass("colorpicker-ready")&&i!==r.replace(/\s+/g,"")&&e.setting.set(r)},clear:function(){e.setting.get()||e.setting.set(""),e.setting.set("")}})}})}(jQuery),wp.customize.controlConstructor["colormag-dropdown-categories"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("change","select",(function(){e.setting.set(jQuery(this).val())}))}}),function(e,t){t.controlConstructor["colormag-dimensions"]=t.Control.extend({ready:function(){let t=this,n=this.container.find(".control input"),i=this.container.find(".colormag-dimensions-reset"),a=this.container.find(".dimension-unit");n.on("change input",(function(){let i=e(this);i.closest(".control").hasClass("linked")?(t.update({value:i.val(),side:"all"}),n.val(i.val())):t.update({value:i.val(),side:i.data("type")})})),a.on("change",(function(){t.update({value:"",side:"all"}),t.update({value:e(this).val(),side:"unit"}),n.val("")})),t.container.find(".colormag-binding").on("click",(function(t){t.preventDefault();var n=e(this),i=n.parent(".control");n.toggleClass("active"),i.toggleClass("linked"),n.hasClass("active")&&i.find("input").val(i.find("input").first().val()).trigger("change")})),i.on("click",(function(e){e.preventDefault(),t.reset()})),t.container.find(`input#colormag_dimensions_${t.id}`).on("change",(function(){t.setting.set(JSON.parse(e(this).val()))}))},update:function({value:t,side:n="top"}){var i=this.container.find(`input#colormag_dimensions_${this.id}`),a=JSON.parse(i.val());"all"===n?a=e.extend(a,{top:t,right:t,bottom:t,left:t}):a[n]=t,i.val(JSON.stringify(a)).trigger("change")},reset(){var e=this,t=e.params.default;["top","right","bottom","left","unit"].forEach((function(n){var i=t[n]?t[n]:"";e.update({value:i,side:n}),e.container.find(`[data-type="${n}"]`).val(i)}))}})}(jQuery,wp.customize),wp.customize.controlConstructor["colormag-editor"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t="editor_"+e.id;wp.editor&&wp.editor.initialize&&wp.editor.initialize(t,{tinymce:{wpautop:!0,setup:function(t){t.on("Paste Change input Undo Redo",(function(){var n=t.getContent();wp.customize.instance(e.id).set(n)}))}},quicktags:!0,mediaButtons:!0})}}),function(e){wp.customize.controlConstructor["colormag-fontawesome"]=wp.customize.Control.extend({ready:function(){"use strict";this.initColorMagFontawesomeControl()},initColorMagFontawesomeControl:function(){var t,n=this,i=n.selector,a=e(i).find("select"),o=[],r=n.setting._value,s=window["ColorMagCustomizerControlFontawesome"+this.id],l=0;e.each(s,(function(e,t){o[l]={id:t,text:t},l++})),(t=a.selectWoo({data:o,width:"100%",templateResult:function(t){return t.id?e('<span><i class="fa fa-lg '+t.text+'"></i> '+t.text+"</span>"):t.text}})).val(r).trigger("change"),t.on("change",(function(){n.setting.set(a.val())}))}})}(jQuery),function(e){e(window).on("load",(function(){e("html").addClass("colorpicker-ready")})),wp.customize.controlConstructor["colormag-gradient"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this;t.initColorControl(),t.initColorStopControl(),t.initColor2Control(),t.initColorStop2Control(),t.initGradientAngleControl();var n=e(".types select").find(":selected").val();"radial"===n&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===n&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.container.on("change",".types select",(function(){"radial"===e(this).find(":selected").val()&&(t.container.find(".type > .type-linear").hide(),t.container.find(".type > .type-radial").show()),"linear"===e(this).find(":selected").val()&&(t.container.find(".type > .type-radial").hide(),t.container.find(".type > .type-linear").show()),t.saveValue("gradient-type",jQuery(".types select").val())})),t.container.on("change",".type-radial select",(function(){t.saveValue("gradient-position",jQuery(".type-radial select").val())}))},initColorControl:function(){var e=this,t=(e.setting._value,e.container.find(".color .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".primary-color .wp-color-picker")[0]&&e.saveValue("color","")}})},initColorStopControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop",t)}))},initColor2Control:function(){var e=this,t=(e.setting._value,e.container.find(".color-2 .colormag-color-picker-alpha"));t.wpColorPicker({change:function(){jQuery("html").hasClass("colorpicker-ready")&&setTimeout((function(){e.saveValue("color-2",t.val())}),100)},clear:function(t){jQuery(t.target).closest(".wp-picker-input-wrap").find(".secondary-color .wp-color-picker")[0]&&e.saveValue("color-2","")}})},initColorStop2Control:function(){"use strict";var e=this;e.setting._value;this.container.find(".color-stop-2 input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".color-stop-2 .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".color-stop-2 .slider-wrapper").find("input[type=range]").val(t),e.saveValue("color-stop-2",t)}))},initGradientAngleControl:function(){"use strict";var e=this;e.setting._value;this.container.find(".type-linear input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .value");t.val(e),t.change()})),jQuery(".type-linear .slider-wrapper").on("input change","input[type=number]",(function(){var t=jQuery(this).val();jQuery(this).closest(".type-linear .slider-wrapper").find("input[type=range]").val(t),e.saveValue("gradient-angle",t)}))},saveValue:function(e,t){var n=this,i=jQuery("#customize-control-"+n.id.replace("[","-").replace("]","")+" .gradient-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)}})}(jQuery),function(e){wp.customize.controlConstructor["colormag-group"]=wp.customize.Control.extend({ready:function(){"use strict";this.registerToggleEvents(),this.container.on("colormag_settings_changed",this.onOptionChange)},registerToggleEvents:function(){let t=this;e(".wp-full-overlay-sidebar-content").click((function(t){e(t.target).closest(".colormag-field-settings-modal").length||e(".colormag-group-toggle-icon.open").trigger("click")})),t.container.on("click",".colormag-group-wrap .colormag-group-toggle-icon",(function(n){n.preventDefault(),n.stopPropagation();let i=e(this),a=i.closest(".customize-control-colormag-group"),o=a.find(".colormag-field-settings-modal").data("loaded"),r=a.parents(".control-section");if(i.hasClass("open"))a.find(".colormag-field-settings-modal").hide();else{let n=r.find(".colormag-group-toggle-icon.open");if(n.length>0&&n.trigger("click"),o)a.find(".colormag-field-settings-modal").show();else{let n=t.params.colormag_fields,i=e(ColorMagCustomizerControlGroup.group_modal_tmpl),o=e("#customize-footer-actions .active").attr("data-device");a.find(".colormag-field-settings-wrap").append(i),a.find(".colormag-fields-wrap").attr("data-control",t.params.name),t.colormag_render_field(a,n,t),a.find(".colormag-field-settings-modal").show(),"mobile"===o?(e(".control-wrap.mobile").addClass("active"),e(".responsive-switchers .preview-mobile").addClass("active"),e(".control-wrap.tablet, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop").removeClass("active")):"tablet"===o?(e(".control-wrap.tablet").addClass("active"),e(".responsive-switchers .preview-tablet").addClass("active"),e(".control-wrap.mobile, .control-wrap.desktop").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop").removeClass("active")):(e(".control-wrap.desktop").addClass("active"),e(".responsive-switchers .preview-desktop").addClass("active"),e(".control-wrap.mobile, .control-wrap.tablet").removeClass("active"),e(".responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet").removeClass("active"))}}i.toggleClass("open")})),t.container.on("click",".colormag-group-wrap > .customizer-text",(function(t){t.preventDefault(),t.stopPropagation(),e(this).find(".colormag-group-toggle-icon").trigger("click")}))},colormag_render_field:function(t,n,i){let a=this,o=t.find(".colormag-fields-wrap"),r="",s=[],l=a.isJSONString(i.params.value)?JSON.parse(i.params.value):{};if(void 0!==n.tabs){let t=0;r+='<div id="'+i.params.name+'-tabs" class="colormag-group-tabs">',r+='<ul class="colormag-group-list">',_.each(n.tabs,(function(e,n){let i="";0===t&&(i="active"),r+='<li class="'+i+'"><a href="#tab-'+n.replace(" ","-")+'"><span>'+n+"</span></a></li>",t++})),r+="</ul>",r+='<div class="colormag-tab-content" >',_.each(n.tabs,(function(e,t){let n=a.generateFieldHtml(e,l);r+='<div id="tab-'+t.replace(" ","-")+'" class="tab">',r+=n.html,_.each(n.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),r+="</div>"})),r+="</div>",r+="</div>",o.html(r),e("#"+i.params.name+"-tabs").tabs()}else{let e=a.generateFieldHtml(n,l);r+=e.html,_.each(e.controls,(function(e,t){s.push({key:e.key,value:e.value,name:e.name})})),o.html(r)}_.each(s,(function(e,t){switch(e.key){case"colormag-color":a.initColorControl(o,i,e.name);break;case"colormag-background":a.initBackgroundControl(i,e,e.name);break;case"colormag-typography":a.initTypographyControl(i,e,e.name)}})),t.find(".colormag-field-settings-modal").data("loaded",!0)},isJSONString:function(e){try{JSON.parse(e)}catch(e){return!1}return!0},generateFieldHtml:function(e,t){let n="",i=[];_.each(e,(function(e,t){let a=wp.customize.control(e.name)?wp.customize.control(e.name).params.value:"",o=e.control,r="customize-control-"+o+"-content",s=wp.template(r),l=a||e.default,c="",u="";e.value=l,e.title=e.label,_.each(e.data_attrs,(function(e,t){c+=" data-"+t+' ="'+e+'"'})),_.each(e.input_attrs,(function(e,t){u+=t+' ="'+e+'"'})),e.dataAttrs=c,e.inputAttrs=u,i.push({key:o,value:l,name:e.name});let d="",p=["colormag-typography"];"colormag-typography"===e.control&&p.includes(e.control)&&(e.languages=ColorMagCustomizerControlTypographySubsets),p.includes(e.control)&&(d="has-responsive-switchers"),e.suffix=window[e.name].suffix,e.default_suffix=window[e.name].default_suffix,e.input_attrs=window[e.name].input_attrs,n+='<li id="customize-control-'+e.name+'" class="customize-control '+d+" customize-control-"+e.control+'" >',n+=s(e),n+="</li>"}));let a=new Object;return a.controls=i,a.html=n,a},onOptionChange:function(t,n,i,a,o){e(".hidden-field-"+o).val(a),wp.customize.control(o).setting.set(a)},initColorControl:function(t,n,i){let a=this;t.find(".customize-control-colormag-color .colormag-color-picker-alpha").wpColorPicker({change:function(t,n){if(void 0!==t.originalEvent||void 0!==n.color._alpha){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=e(n).parents(".customize-control").attr("id");let o=e("#"+i+".customize-control-colormag-color .colormag-color-picker-alpha");i=i.replace("customize-control-","");let r=o.iris("color");e(n).val(r),a.container.trigger("colormag_settings_changed",[a,e(n),r,i])}},clear:function(t){let n=e(t.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];i=(i=e(n).parents(".customize-control").attr("id")).replace("customize-control-",""),e(n).val(""),a.container.trigger("colormag_settings_changed",[a,e(n),"",i]),wp.customize.previewer.refresh()}})},initBackgroundControl:function(t,n,i){let a=e("#customize-control-"+t.id.replace("[","-").replace("]","")+" .background-hidden-value"),o=JSON.parse(a.val()),r=n.name,s=t.container.find(".colormag-color-picker-alpha"),l=t.container.find("#customize-control-"+r);(_.isUndefined(o["background-image"])||""===o["background-image"])&&(l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide()),s.wpColorPicker({change:function(){if(e("html").hasClass("colorpicker-ready")){let n=e(this);setTimeout((function(){t.saveBackgroundValue("background-color",s.val(),n,i)}),100)}},clear:function(n){let a=e(n.target).closest(".wp-picker-input-wrap").find(".wp-color-picker")[0];a&&t.saveBackgroundValue("background-color","",e(a),i),wp.customize.previewer.refresh()}}),l.on("click",".background-image-upload-button, .thumbnail-image img",(function(n){let a=e(this),o=wp.media({multiple:!1}).open().on("select",(function(){let e,n,r,s,c,u,d=o.state().get("selection").first(),p=d.toJSON().sizes.full.url;_.isUndefined(d.toJSON().sizes.medium)?_.isUndefined(d.toJSON().sizes.thumbnail)||(p=d.toJSON().sizes.thumbnail.url):p=d.toJSON().sizes.medium.url,e=d.toJSON().sizes.full.url,n=d.toJSON().id,r=d.toJSON().width,s=d.toJSON().height,""!==e&&l.find(".customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment").show(),t.saveBackgroundValue("background-image",e,a,i),c=l.find(".placeholder, .thumbnail"),u=l.find(".background-image-upload-remove-button"),c.length&&c.removeClass().addClass("thumbnail thumbnail-image").html('<img src="'+p+'" alt="" />'),u.length&&u.show()}));n.preventDefault()})),l.on("click",".background-image-upload-remove-button",(function(n){let i,a;n.preventDefault(),t.saveBackgroundValue("background-image","",e(this)),i=l.find(".placeholder, .thumbnail"),a=l.find(".background-image-upload-remove-button"),l.find(".customize-control-content > .background-repeat").hide(),l.find(".customize-control-content > .background-position").hide(),l.find(".customize-control-content > .background-size").hide(),l.find(".customize-control-content > .background-attachment").hide(),i.length&&i.removeClass().addClass("placeholder").html(ColorMagCustomizerControlBackground.placeholder),a.length&&a.hide()})),l.on("change",".background-repeat select",(function(){t.saveBackgroundValue("background-repeat",e(this).val(),e(this),i)})),l.on("change",".background-position select",(function(){t.saveBackgroundValue("background-position",e(this).val(),e(this),i)})),l.on("change",".background-size select",(function(){t.saveBackgroundValue("background-size",e(this).val(),e(this),i)})),l.on("change",".background-attachment select",(function(){t.saveBackgroundValue("background-attachment",e(this).val(),e(this),i)}))},saveBackgroundValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .background-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])},initTypographyControl:function(t,n,i){t.setting._value;let a=n.name,o=t.container.find("#customize-control-"+a);function r(e){t.container.find(`.${e} .control-wrap`).each((function(){const t=jQuery(this),i=t.find(".range input"),a=t.find(".size input"),o=t.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let t=n.input_attrs.attributes_config[e][s];t&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",t.min),jQuery(this).attr("max",t.max),jQuery(this).attr("step",t.step)}))}o.val(s),i.val(r),a.val(r),a.change()}))}n.input_attrs=window[n.name].input_attrs,t.renderTypographyFontSelector(e(this),i,n),t.renderTypographyVariantSelector(e(this),i,n),t.renderTypographySubsetSelector(e(this),i,n),o.on("change",".font-style select",(function(){t.saveTypographyValue("font-style",e(this).val(),e(this),i)})),o.on("change",".text-transform select",(function(){t.saveTypographyValue("text-transform",e(this).val(),e(this),i)})),o.on("change",".text-decoration select",(function(){t.saveTypographyValue("text-decoration",e(this).val(),e(this),i)})),o.on("change keyup paste input",".font-size input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-font-size-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyFontSize(e(this),i,n)})),o.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),t.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),o.on("change keyup paste input",".font-size select",(function(){var a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyFontSizeUnit(e(this),i,n)})),o.on("change keyup paste input",".line-height input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-line-height-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLineHeight(e(this),i,n)})),o.on("change keyup paste input",".line-height select",(function(){let a=jQuery(this).closest(".control-wrap"),o=a.find(".range input");a.find(".size input").val(""),a.find(".range input").val("");o.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),t.saveTypographyLineHeightUnit(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing input",(function(){let a=jQuery(this),o=a.val(),r=a.attr("max"),s=a.attr("min"),l=(o-s)/(r-s)*100,c=jQuery(this).closest(".slider-wrapper"),u=c.find("input[type=range]"),d=c.find("input[type=number]").data("device"),p=c.find(".colormag-letter-spacing-"+d+"-warning"),g=(u.val(o),`linear-gradient(to right, #0073AA 0%, #0073AA ${l}%, #ebebeb ${l}%, #ebebeb 100%)`);u.css("background",g);let h=parseFloat(r),f=parseFloat(s),m=parseFloat(o);f>m||h<m?(p.html("Value must be between "+s+" and "+r),p.addClass("warning-visible"),a.addClass("invalid-color")):(p.removeClass("warning-visible"),a.removeClass("invalid-color")),t.saveTypographyLetterSpacing(e(this),i,n)})),o.on("change keyup paste input",".letter-spacing select",(function(){t.saveTypographyLetterSpacingUnit(e(this),i,n)})),this.container.find(".font-size input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),t.container.on("click",".colormag-font-size-reset",(function(){r("font-size")})),t.container.on("click",".colormag-line-height-reset",(function(){r("line-height")})),t.container.on("click",".colormag-letter-spacing-reset",(function(){r("letter-spacing")}))},renderTypographyFontSelector:function(t,n,i){let a,o=this,r=o.selector+" .font-family select",s=[],l=[],c=[],u=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),d=JSON.parse(u.val()),p=o.getTypographyFonts();_.isUndefined(p.standard)||_.each(p.standard,(function(e){s.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(p.google)||_.each(p.google,(function(e){l.push({id:e.family,text:e.label})})),data=[{text:p.standardfontslabel,children:s},{text:p.googlefontslabel,children:l}],_.isUndefined(p.custom)||(_.each(p.custom,(function(e){c.push({id:e.family,text:e.label})})),data.push({text:p.customfontslabel,children:c})),a=e(r).selectWoo({data:data,width:"100%"}),d["font-family"]&&a.val(d["font-family"].replace(/'/g,'"')).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-family",e(this).val(),e(this),n),o.renderTypographyVariantSelector(e(this),n,i),o.renderTypographySubsetSelector(e(this),n,i)}))},getTypographyFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderTypographyVariantSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographyVariants(l),u=o.selector+" .font-weight select",d=[],p=!1;!1!==c?(e(o.selector+" .font-weight").show(),_.each(c,(function(e){s["font-weight"]===e.id&&(p=!0),d.push({id:e.id,text:e.label})})),p||(s["font-weight"]="regular"),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(s["font-weight"]).trigger("change"),a.on("change",(function(){o.saveTypographyValue("font-weight",e(this).val(),e(this),n)}))):e(o.selector+" .font-weight").hide()},getTypographyVariants:function(e){let t=this.getTypographyFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants,n})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants,n})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants,n})),n},renderTypographySubsetSelector:function(t,n,i){let a,o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val()),l=s["font-family"],c=o.getTypographySubsets(l),u=o.selector+" .subsets select",d=[],p=s.subsets;!1!==c?(e(o.selector+" .subsets").show(),_.each(c,(function(e){_.isObject(p)&&-1===p.indexOf(e.id)&&(p=_.reject(p,(function(t){return t===e.id}))),d.push({id:e.id,text:e.label})}))):e(o.selector+" .subsets").hide(),e(u).hasClass("select2-hidden-accessible")&&(e(u).selectWoo("destroy"),e(u).empty()),a=e(u).selectWoo({data:d,width:"100%"}),a.val(p).trigger("change"),a.on("change",(function(){o.saveTypographyValue("subsets",e(this).val(),e(this),n)}))},getTypographySubsets:function(e){let t=!1,n=this.getTypographyFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets,t})),t},saveTypographyFontSize:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"font-size":{desktop:{size:r["font-size"].desktop.size,unit:r["font-size"].desktop.unit},tablet:{size:r["font-size"].tablet.size,unit:r["font-size"].tablet.unit},mobile:{size:r["font-size"].mobile.size,unit:r["font-size"].mobile.unit}}};l.find(".font-size .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["font-size"][n]||(c["font-size"][n]={}),c["font-size"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyFontSizeUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"font-size":{desktop:{size:o["font-size"].desktop.size,unit:o["font-size"].desktop.unit},tablet:{size:o["font-size"].tablet.size,unit:o["font-size"].tablet.unit},mobile:{size:o["font-size"].mobile.size,unit:o["font-size"].mobile.unit}}};s.find(".font-size .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["font-size"][n]||(l["font-size"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["font-size"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["font-size"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLineHeight:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"line-height":{desktop:{size:r["line-height"].desktop.size,unit:r["line-height"].desktop.unit},tablet:{size:r["line-height"].tablet.size,unit:r["line-height"].tablet.unit},mobile:{size:r["line-height"].mobile.size,unit:r["line-height"].mobile.unit}}};l.find(".line-height .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["line-height"][n]||(c["line-height"][n]={}),c["line-height"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLineHeightUnit:function(t,n,i){let a=e("#customize-control-"+this.id.replace("[","-").replace("]","")+" .typography-hidden-value"),o=JSON.parse(a.val()),r=i.name,s=this.container.find("#customize-control-"+r),l={"line-height":{desktop:{size:o["line-height"].desktop.size,unit:o["line-height"].desktop.unit},tablet:{size:o["line-height"].tablet.size,unit:o["line-height"].tablet.unit},mobile:{size:o["line-height"].mobile.size,unit:o["line-height"].mobile.unit}}};s.find(".line-height .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");if(l["line-height"][n]||(l["line-height"][n]={}),i.input_attrs=window[i.name].input_attrs,t){let e=i.input_attrs.attributes_config["line-height"][t];e&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",e.min),jQuery(this).attr("max",e.max),jQuery(this).attr("step",e.step)}))}l["line-height"][n].unit=t})),e.extend(o,l),e(a).attr("value",JSON.stringify(o))},saveTypographyLetterSpacing:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("input[type=number]").val(),n=e(this).find("input[type=number]").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].size=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyLetterSpacingUnit:function(t,n,i){let a=this,o=e("#customize-control-"+a.id.replace("[","-").replace("]","")+" .typography-hidden-value"),r=JSON.parse(o.val()),s=i.name,l=a.container.find("#customize-control-"+s),c={"letter-spacing":{desktop:{size:r["letter-spacing"].desktop.size,unit:r["letter-spacing"].desktop.unit},tablet:{size:r["letter-spacing"].tablet.size,unit:r["letter-spacing"].tablet.unit},mobile:{size:r["letter-spacing"].mobile.size,unit:r["letter-spacing"].mobile.unit}}};l.find(".letter-spacing .control-wrap").each((function(){let t=e(this).find("select").val(),n=e(this).find("select").data("device");c["letter-spacing"][n]||(c["letter-spacing"][n]={}),c["letter-spacing"][n].unit=t})),e.extend(r,c),e(o).attr("value",JSON.stringify(r)).trigger("change"),n=(n=e(t).parents(".customize-control").attr("id")).replace("customize-control-",""),a.container.trigger("colormag_settings_changed",[a,t,r,n])},saveTypographyValue:function(t,n,i,a){let o=this,r=e("#customize-control-"+o.id.replace("[","-").replace("]","")+" .typography-hidden-value"),s=JSON.parse(r.val());s[t]=n,e(r).attr("value",JSON.stringify(s)).trigger("change"),a=(a=e(i).parents(".customize-control").attr("id")).replace("customize-control-",""),o.container.trigger("colormag_settings_changed",[o,i,s,a])}})}(jQuery),function(e){e(window).on("load",(function(){e(".tg-navigate a").on("click",(function(t){t.preventDefault();var n=e(this).data("target"),i=e(this).data("section");i&&("panel"===n?wp.customize.panel(i).focus():wp.customize.section(i).focus())}))}))}(jQuery),wp.customize.controlConstructor["colormag-sortable"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;e.sortableContainer=e.container.find("ul.sortable").first(),e.unsortableContainer=e.container.find("ul.unsortable").first(),e.unsortableContainer.find("li").each((function(){jQuery(this).find(".switch").on("click",(function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()})),e.sortableContainer.sortable({stop:function(){e.updateValue()}}).disableSelection().find("li").each((function(){jQuery(this).find(".switch").click((function(){jQuery(this).parents("li:eq(0)").toggleClass("invisible")}))})).click((function(){e.updateValue()}))},updateValue:function(){"use strict";var e,t=[],n=[];this.sortableContainer.find("li").each((function(){jQuery(this).is(".invisible")||t.push(jQuery(this).data("value"))})),this.unsortableContainer.find("li").each((function(e){jQuery(this).is(".invisible")||n.push(jQuery(this).data("value"))})),e=n.concat(t),this.setting.set(e)}}),wp.customize.controlConstructor["colormag-slider"]=wp.customize.Control.extend({ready:function(){"use strict";let e=this,t=this.container.find(".colormag-progress"),n=this.container.find(".size input").val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100;if(""===n){let e=`linear-gradient(to right, #ebebeb 0%, #ebebeb ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}else{let e=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",e)}e.container.on("change keyup paste input",".size input",(function(){let n=jQuery(this),i=n.val(),a=n.attr("max"),o=t.attr("min"),r=(i-o)/(a-o)*100,s=jQuery(this).closest(".slider-wrapper"),l=s.find("input[type=range]"),c=s.find(".colormag-warning"),u=(l.val(i),`linear-gradient(to right, #0073AA 0%, #0073AA ${r}%, #ebebeb ${r}%, #ebebeb 100%)`);l.css("background",u);let d=parseFloat(a),p=parseFloat(o),g=parseFloat(i);p>g||d<g?(c.html("Value must be between "+o+" and "+a),c.addClass("warning-visible"),n.addClass("invalid-color")):(c.removeClass("warning-visible"),n.removeClass("invalid-color")),e.updateSize()})),e.container.on("change keyup paste input",".range input",(function(){e.updateSize()})),e.container.on("change",".unit-wrapper select",(function(){e.container.find(".slider-label").each((function(){var t=jQuery(this).find(".unit-wrapper select").val();if(t){var n=e.params.input_attrs.attributes_config[t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".slider-label"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateUnit()})),this.container.find("input[type=range]").on("input change",(function(){let e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear-gradient(to right, #0073AA 0%, #0073AA ${a}%, #ebebeb ${a}%, #ebebeb 100%)`;e.css("background",r),o.val(t),o.change()})),this.container.find(".colormag-slider-reset").click((function(){let t=jQuery(this).closest("li").children(".slider-label"),n=t.find("input[type=range]"),i=t.find(".colormag-range-value input"),a=t.find(".unit-wrapper select"),o=n.data("reset_value"),r=n.data("reset_unit");if(r){var s=e.params.input_attrs.attributes_config[r];s&&t.find("input").each((function(){jQuery(this).attr("min",s.min),jQuery(this).attr("max",s.max),jQuery(this).attr("step",s.step)}))}a.val(r||"px").change(),n.val(o).change(),i.val(o).change();a.val(),n.val(),i.val()}))},updateSize:function(){let e=this,t=e.setting.get(),n=e.container.find(".slider-hidden-value"),i={size:{}};e.container.find(".size .input-wrapper").each((function(){let e=jQuery(this).find("input").val();i.size=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".slider-hidden-value"),i={unit:{}};e.container.find(".unit-wrapper .input-wrapper").each((function(){let e=jQuery(this).find("select").val();i.unit=e})),t=jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)),e.setting.set(t)}}),wp.customize.controlConstructor["colormag-radio-image"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this;this.container.on("click","input",(function(){e.setting.set(jQuery(this).val())}))}}),function(e){wp.customize.controlConstructor["colormag-date"]=wp.customize.Control.extend({ready:function(){"use strict";var t=this,n=t.selector,i=e(n).find("input");i.datepicker({dateFormat:"yy-mm-dd",changeMonth:!0,changeYear:!0,showOn:"button",buttonText:"",beforeShow:function(t,n){e(t).after(e(t).datepicker("widget"))}}),i.on("change keyup paste",(function(){t.setting.set(e(this).val())}))}})}(jQuery),wp.customize.controlConstructor["colormag-typography"]=wp.customize.Control.extend({ready:function(){"use strict";const e=this;function t(t){e.container.find(`.${t} .control-wrap`).each((function(){const n=jQuery(this),i=n.find(".range input"),a=n.find(".size input"),o=n.find(".unit-wrapper select"),r=i.data("reset_value"),s=i.data("reset_unit");if(s){let n=e.params.input_attrs.attributes_config[t][s];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}o.val(s||"px").change(),i.val(r).change(),a.val(r).change();o.val(),i.val(),a.val()}))}e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".font-size").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".line-height .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".line-height").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.container.find(".letter-spacing .control-wrap").each((function(){let e=jQuery(this).find("input[type=number]").data("device"),t=jQuery(this).closest(".letter-spacing").find("."+e+" input[type=range]"),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`;t.css("background",r)})),e.renderFontSelector(),e.renderVariantSelector(),e.renderSubsetSelector(),e.container.on("change",".font-style select",(function(){e.saveValue("font-style",jQuery(this).val())})),e.container.on("change",".text-transform select",(function(){e.saveValue("text-transform",jQuery(this).val())})),e.container.on("change",".text-decoration select",(function(){e.saveValue("text-decoration",jQuery(this).val())})),e.container.on("change keyup",".font-size .size input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-font-size-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateFontSize()})),e.container.on("change keyup paste input",".font-size .range input",(function(){e.updateFontSize()})),this.container.find(".font-size input[type=range]").on("input change",(function(){var e=jQuery(this).val(),t=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input");t.val(e),t.change()})),this.container.find(".line-height input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),this.container.find(".letter-spacing input[type=range]").on("input change",(function(){var e=jQuery(this),t=e.val(),n=e.attr("max"),i=e.attr("min"),a=(t-i)/(n-i)*100,o=jQuery(this).closest(".slider-wrapper").find(".colormag-range-value .input-wrapper input"),r=`linear - gradient( to right, #0073AA 0 % , #0073AA ${a} % , #ebebeb ${a} % , #ebebeb 100 % )`;e.css("background",r),o.val(t),o.change()})),e.container.on("change",".font-size-unit",(function(){e.container.find(".font-size .control-wrap").each((function(){let t=jQuery(this).find(".unit-wrapper .font-size-unit").val();if(t){let n=e.params.input_attrs.attributes_config["font-size"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateFontSizeUnit()})),e.container.on("click",".colormag-font-size-reset",(function(){t("font-size")})),e.container.on("click",".colormag-line-height-reset",(function(){t("line-height")})),e.container.on("click",".colormag-letter-spacing-reset",(function(){t("letter-spacing")})),e.container.on("change keyup paste input",".line-height input",(function(){let t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-line-height-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLineHeight()})),e.container.on("change",".line-height-unit",(function(){e.container.find(".line-height .control-wrap").each((function(){var t=jQuery(this).find(".unit-wrapper .line-height-unit").val();if(t){var n=e.params.input_attrs.attributes_config["line-height"][t];n&&jQuery(this).find("input").each((function(){jQuery(this).attr("min",n.min),jQuery(this).attr("max",n.max),jQuery(this).attr("step",n.step)}))}}));let t=jQuery(this).closest(".control-wrap"),n=t.find(".range input");t.find(".size input").val(""),t.find(".range input").val("");n.css("background","linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)"),e.updateLineHeightUnit()})),e.container.on("change keyup paste input",".letter-spacing-unit",(function(){e.updateLetterSpacingUnit()})),e.container.on("change keyup paste input",".letter-spacing input",(function(){var t=jQuery(this),n=t.val(),i=t.attr("max"),a=t.attr("min"),o=(n-a)/(i-a)*100,r=jQuery(this).closest(".slider-wrapper"),s=r.find("input[type=range]"),l=r.find("input[type=number]").data("device"),c=r.find(".colormag-letter-spacing-"+l+"-warning"),u=(s.val(n),`linear-gradient(to right, #0073AA 0%, #0073AA ${o}%, #ebebeb ${o}%, #ebebeb 100%)`);s.css("background",u);let d=parseFloat(i),p=parseFloat(a),g=parseFloat(n);p>g||d<g?(c.html("Value must be between "+a+" and "+i),c.addClass("warning-visible"),t.addClass("invalid-color")):(c.removeClass("warning-visible"),t.removeClass("invalid-color")),e.updateLetterSpacing()}))},renderFontSelector:function(){var e,t=this,n=t.selector+" .font-family select",i=[],a=[],o=[],r=t.setting._value,s=t.getFonts();_.isUndefined(s.standard)||_.each(s.standard,(function(e){i.push({id:e.family.replace(/&quot;/g,"&#39"),text:e.label})})),_.isUndefined(s.google)||_.each(s.google,(function(e){a.push({id:e.family,text:e.label})})),data=[{text:s.standardfontslabel,children:i},{text:s.googlefontslabel,children:a}],_.isUndefined(s.custom)||(_.each(s.custom,(function(e){o.push({id:e.family,text:e.label})})),data.push({text:s.customfontslabel,children:o})),e=jQuery(n).selectWoo({data:data,width:"100%"}),r["font-family"]&&e.val(r["font-family"].replace(/'/g,'"')).trigger("change"),e.on("change",(function(){t.saveValue("font-family",jQuery(this).val()),t.renderVariantSelector(),t.renderSubsetSelector()}))},getFonts:function(){return _.isUndefined(ColorMagCustomizerControlTypography)?{google:[],standard:[]}:ColorMagCustomizerControlTypography},renderVariantSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getVariants(i),o=t.selector+" .font-weight select",r=[],s=!1;!1!==a?(jQuery(t.selector+" .font-weight").show(),_.each(a,(function(e){n["font-weight"]===e.id&&(s=!0),r.push({id:e.id,text:e.label})})),s||(n["font-weight"]="regular"),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(n["font-weight"]).trigger("change"),e.on("change",(function(){t.saveValue("font-weight",jQuery(this).val())}))):jQuery(t.selector+" .font-weight").hide()},getVariants:function(e){var t=this.getFonts(),n=!1;return _.each(t.standard,(function(t){if(e&&t.family===e.replace(/'/g,'"'))return n=t.variants})),_.each(t.google,(function(t){if(t.family===e)return n=t.variants})),_.isUndefined(t.custom)||_.each(t.custom,(function(t){if(t.custom===e)return n=t.variants})),n},renderSubsetSelector:function(){var e,t=this,n=t.setting._value,i=n["font-family"],a=t.getSubsets(i),o=t.selector+" .subsets select",r=[],s=n.subsets;!1!==a?(jQuery(t.selector+" .subsets").show(),_.each(a,(function(e){_.isObject(s)&&-1===s.indexOf(e.id)&&(s=_.reject(s,(function(t){return t===e.id}))),r.push({id:e.id,text:e.label})}))):jQuery(t.selector+" .subsets").hide(),jQuery(o).hasClass("select2-hidden-accessible")&&(jQuery(o).selectWoo("destroy"),jQuery(o).empty()),(e=jQuery(o).selectWoo({data:r,width:"100%"})).val(s).trigger("change"),e.on("change",(function(){t.saveValue("subsets",jQuery(this).val())}))},getSubsets:function(e){var t=!1,n=this.getFonts();return _.each(n.google,(function(n){if(n.family===e)return t=n.subsets})),t},saveValue:function(e,t){var n=this,i=n.container.find(".typography-hidden-value"),a=n.setting._value;a[e]=t,jQuery(i).attr("value",JSON.stringify(a)).trigger("change"),n.setting.set(a)},updateFontSize:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["font-size"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateFontSizeUnit:function(){let e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"font-size":{desktop:{size:t["font-size"].desktop.size,unit:t["font-size"].desktop.unit},tablet:{size:t["font-size"].tablet.size,unit:t["font-size"].tablet.unit},mobile:{size:t["font-size"].mobile.size,unit:t["font-size"].mobile.unit}}};e.container.find(".font-size .control-wrap").each((function(){let e=jQuery(this).find(".unit-wrapper .font-size-unit").val(),t=jQuery(this).find(".unit-wrapper .font-size-unit").data("device");i["font-size"][t].unit=e,i["font-size"][t].size=""})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeight:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["line-height"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLineHeightUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"line-height":{desktop:{size:t["line-height"].desktop.size,unit:t["line-height"].desktop.unit},tablet:{size:t["line-height"].tablet.size,unit:t["line-height"].tablet.unit},mobile:{size:t["line-height"].mobile.size,unit:t["line-height"].mobile.unit}}};e.container.find(".line-height .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .line-height-unit").val(),t=jQuery(this).find(".unit-wrapper .line-height-unit").data("device");i["line-height"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacing:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find("input[type=number]").val(),t=jQuery(this).find("input[type=number]").data("device");i["letter-spacing"][t].size=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)},updateLetterSpacingUnit:function(){var e=this,t=e.setting._value,n=e.container.find(".typography-hidden-value"),i={"letter-spacing":{desktop:{size:t["letter-spacing"].desktop.size,unit:t["letter-spacing"].desktop.unit},tablet:{size:t["letter-spacing"].tablet.size,unit:t["letter-spacing"].tablet.unit},mobile:{size:t["letter-spacing"].mobile.size,unit:t["letter-spacing"].mobile.unit}}};e.container.find(".letter-spacing .control-wrap").each((function(){var e=jQuery(this).find(".unit-wrapper .letter-spacing-unit").val(),t=jQuery(this).find(".unit-wrapper .letter-spacing-unit").data("device");i["letter-spacing"][t].unit=e})),jQuery.extend(t,i),jQuery(n).attr("value",JSON.stringify(t)).trigger("change"),e.setting.set(t)}}),wp.customize.controlConstructor["colormag-toggle"]=wp.customize.Control.extend({ready:function(){"use strict";var e=this,t=e.setting._value;this.container.on("change","input",(function(){t=!!jQuery(this).is(":checked"),e.setting.set(t)}))}});inc/core/custom-controls/assets/js/customize-controls.js000064400000333446151213253050017571 0ustar00/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor['colormag-background'] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this;

				// Init background control.
				control.initColorMagBackgroundControl();

			},

			initColorMagBackgroundControl : function () {

				var control     = this,
				    value       = control.setting._value,
				    colorpicker = control.container.find( '.colormag-color-picker-alpha' );

				// Hide unnecessary controls by default and show only when background image is set.
				if ( _.isUndefined( value['background-image'] ) || '' === value['background-image'] ) {
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();
				}

				// Background color setting.
				colorpicker.wpColorPicker( {

					change : function () {
						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
							setTimeout(
								function () {
									control.saveValue( 'background-color', colorpicker.val() );
								},
								100
							);
						}
					},

					clear : function ( event ) {
						var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[0];

						if ( element ) {
							control.saveValue( 'background-color', '' );
						}
					}

				} );

				// Background image setting.
				control.container.on( 'click', '.background-image-upload-button, .background-image-upload .placeholder, .thumbnail-image img', function ( e ) {
					var image = wp.media( { multiple : false } ).open().on( 'select', function () {

						// This will return the selected image from the Media Uploader, the result is an object.
						var uploadedImage = image.state().get( 'selection' ).first(),
						    previewImage  = uploadedImage.toJSON().sizes.full.url,
						    imageUrl,
						    imageID,
						    imageWidth,
						    imageHeight,
						    preview,
						    removeButton;

						if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
							previewImage = uploadedImage.toJSON().sizes.medium.url;
						} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
							previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
						}

						imageUrl    = uploadedImage.toJSON().sizes.full.url;
						imageID     = uploadedImage.toJSON().id;
						imageWidth  = uploadedImage.toJSON().width;
						imageHeight = uploadedImage.toJSON().height;

						// Show extra controls if the value has an image.
						if ( '' !== imageUrl ) {
							control.container.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
						}

						control.saveValue( 'background-image', imageUrl );
						preview      = control.container.find( '.placeholder, .thumbnail' );
						removeButton = control.container.find( '.background-image-upload-remove-button' );

						if ( preview.length ) {
							preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
						}

						if ( removeButton.length ) {
							removeButton.show();
						}
					} );

					e.preventDefault();
				} );

				control.container.on( 'click', '.background-image-upload-remove-button', function ( e ) {

					var preview,
					    removeButton;

					e.preventDefault();

					control.saveValue( 'background-image', '' );

					preview      = control.container.find( '.placeholder, .thumbnail' );
					removeButton = control.container.find( '.background-image-upload-remove-button' );

					// Hide unnecessary controls.
					control.container.find( '.customize-control-content > .background-repeat' ).hide();
					control.container.find( '.customize-control-content > .background-position' ).hide();
					control.container.find( '.customize-control-content > .background-size' ).hide();
					control.container.find( '.customize-control-content > .background-attachment' ).hide();

					if ( preview.length ) {
						preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
					}

					if ( removeButton.length ) {
						removeButton.hide();
					}
				} );

				// Background repeat setting.
				control.container.on( 'change', '.background-repeat select', function () {
					control.saveValue( 'background-repeat', jQuery( this ).val() );
				} );

				// Background position setting.
				control.container.on( 'change', '.background-position select', function () {
					control.saveValue( 'background-position', jQuery( this ).val() );
				} );

				// Background size setting.
				control.container.on( 'change', '.background-size select', function () {
					control.saveValue( 'background-size', jQuery( this ).val() );
				} );

				// Background attachment setting.
				control.container.on( 'change', '.background-attachment select', function () {
					control.saveValue( 'background-attachment', jQuery( this ).val() );
				} );

			},

			/**
			 * Saves the value.
			 */
			saveValue : function ( property, value ) {

				var control = this,
				    input   = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
				    val     = control.setting._value;

				val[property] = value;

				jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
				control.setting.set( val );

			}

		} );

	}
)( jQuery );

/**
 * Radio buttonset control JS to handle the toggle of radio buttonsets.
 *
 * File `buttonset.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-buttonset' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-date'] = wp.customize.Control.extend( {

			ready: function() {
				'use strict';

				var control  = this,
					selector = control.selector,
					input    = $( selector ).find( 'input' );

				// Init the datepicker.
				input.datepicker(
					{
						dateFormat : 'yy-mm-dd',
						changeMonth: true,
						changeYear : true,
						showOn     : 'button',
						buttonText : '',
						beforeShow : function( input, obj ) {
							$( input ).after( $( input ).datepicker( 'widget' ) );
						}
					}
				);

				// Save the changes.
				input.on( 'change keyup paste', function() {
					control.setting.set( $( this ).val() );
				} );
			},
		} );
	}
)( jQuery );

/**
 * Color picker control JS to handle color picker rendering within customize control.
 *
 * File `color.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {
			$( 'html' ).addClass( 'colorpicker-ready' );
		} );

		wp.customize.controlConstructor[ 'colormag-color' ] = wp.customize.Control.extend( {

			ready : function () {

				'use strict';

				var control = this,
					isHueSlider = ( this.params.mode === 'hue' ),
					picker = this.container.find( '.colormag-color-picker-alpha' ),
					color = picker.val().replace( /\s+/g, '' );

				picker.wpColorPicker( {

					change : function ( event, ui ) {
						var current = ( isHueSlider ? ui.color.h() : picker.iris( 'color' ) );

						if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) && color !== current.replace( /\s+/g, '' ) ) {
							control.setting.set( current );
						}
					},

					clear: function() {

						if ( ! control.setting.get() ) {
							control.setting.set( '' );
						}

						control.setting.set( '' );
					}

				} );

			}

		} );

	}
)( jQuery );

/**
 * Dimensions JS to handle the dimensions customize option.
 *
 * File `dimensions.js`.
 *
 * @package ColorMag
 */
( function ( $, api ) {
	api.controlConstructor[ 'colormag-dimensions' ] = api.Control.extend( {
		ready: function () {
			let control = this,
				$inputs = this.container.find( '.control input' ),
				$reset  = this.container.find( '.colormag-dimensions-reset' ),
				$select = this.container.find( '.dimension-unit' );

			// Listen for change, input, keyup, paste input events.
			$inputs.on( 'change input', function () {
				let $this    = $( this );

				if ( $this.closest( '.control' ).hasClass( 'linked' ) ) {
					control.update( {
						value: $this.val(),
						side: 'all'
					} );
					$inputs.val( $this.val() );
				} else {
					control.update( {
						value: $this.val(),
						side: $this.data( 'type' )
					} );
				}
			} );

			// Listen for change select event.
			$select.on( 'change', function () {
				control.update( {
					value: '',
					side: 'all'
				} );
				control.update( {
					value: $( this ).val(),
					side: 'unit'
				} );
				$inputs.val( '' );
			} );

			// Binding or link value across all inputs.
			control.container.find( '.colormag-binding' ).on( 'click', function ( e ) {
				e.preventDefault();

				var $this   = $( this ),
					$parent = $this.parent( '.control' );

				$this.toggleClass( 'active' );
				$parent.toggleClass( 'linked' );

				if ( $this.hasClass( 'active' ) ) {
					$parent.find( 'input' ).val( $parent.find( 'input' ).first().val() ).trigger( 'change' );
				}
			} );

			// Reset to defaults.
			$reset.on( 'click', function ( e ) {
				e.preventDefault();
				control.reset();
			} );

			// Update control setting.
			control.container.find( `input#colormag_dimensions_${control.id}` ).on( 'change', function () {
				control.setting.set( JSON.parse( $( this ).val() ) );
			} );
		},
		update: function ( {
							   value,
							   side = 'top'
						   } ) {
			var control = this,
				$input  = control.container.find( `input#colormag_dimensions_${control.id}` ),
				values  = JSON.parse( $input.val() );

			if ( 'all' === side ) {
				values = $.extend( values, {
					top: value,
					right: value,
					bottom: value,
					left: value
				} )
			} else {
				values[ side ] = value;
			}

			$input.val( JSON.stringify( values ) ).trigger( 'change' );
		},
		reset() {
			var control  = this,
				defaults = control.params.default;

			[ 'top', 'right', 'bottom', 'left', 'unit' ].forEach( function ( side ) {
				var value = defaults[ side ] ? defaults[ side ] : '';
				control.update( {
					value,
					side: side
				} );
				control.container.find( `[data-type="${side}"]` ).val( value );
			} );
		}
	} );
} )( jQuery, wp.customize );

/**
 * Dropdown categories control JS to handle the dropdown categories customize control.
 *
 * File `dropdown-categorie.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-dropdown-categories' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'change', 'select', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Editor control JS to handle the editor rendering within customize control.
 *
 * File `editor.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-editor' ] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				id      = 'editor_' + control.id;

			if ( wp.editor && wp.editor.initialize ) {
				wp.editor.initialize(
					id,
					{
						tinymce: {
							wpautop: true,
							setup: function (editor) {
								editor.on(
									'Paste Change input Undo Redo',
									function() {
										var content = editor.getContent();
										wp.customize.instance( control.id ).set( content );
									}
								)
							}
						},
						quicktags: true,
						mediaButtons: true
						}
				);
			}

		},

	}
);

/**
 * Control: FontAwesome.
 */
(
	function ( $ ) {

		wp.customize.controlConstructor['colormag-fontawesome'] = wp.customize.Control.extend(
			{
				ready: function () {
					'use strict';

					var control = this;

					control.initColorMagFontawesomeControl();
				},

				initColorMagFontawesomeControl: function() {
					var control       = this,
						selector      = control.selector,
						elSelector    = $( selector ).find( 'select' ),
						faData        = [],
						value         = control.setting._value,
						data          = window['ColorMagCustomizerControlFontawesome' + this.id],
						faDataCounter = 0,
						faSelect;

					$.each(
						data,
						function ( key, value ) {
							faData[ faDataCounter ] = {
								id: value,
								text: value
							};

							faDataCounter++;
						}
					);

					// Add HTML inside the option element.
					function formatState( state ) {

						if ( ! state.id ) {
							return state.text;
						}

						var $state = $(
							'<span><i class="fa fa-lg ' + state.text + '"></i> ' + state.text + '</span>'
						);

						return $state;
					};

					// Apply selectWoo.
					faSelect = elSelector.selectWoo(
						{
							data: faData,
							width: '100%',
							templateResult: formatState,
						}
					);

					faSelect.val( value ).trigger( 'change' );

					faSelect.on(
						'change',
						function () {
							control.setting.set( elSelector.val() );
						}
					);
				},
			}
		);
	}
)( jQuery );

/**
 * Background image control JS to handle the background customize option.
 *
 * File `background.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on(
			'load',
			function () {
				$( 'html' ).addClass( 'colorpicker-ready' );
			}
		);

		wp.customize.controlConstructor['colormag-gradient'] = wp.customize.Control.extend(
			{

				ready : function () {

					'use strict';

					var control = this;

					// Init controls.
					control.initColorControl();
					control.initColorStopControl();
					control.initColor2Control();
					control.initColorStop2Control();
					control.initGradientAngleControl();

					var selectedType = $( '.types select' ).find( ':selected' ).val();

					if ( 'radial' === selectedType ) {
						control.container.find( '.type > .type-linear' ).hide();
						control.container.find( '.type > .type-radial' ).show();
					}

					if ( 'linear' === selectedType ) {
						control.container.find( '.type > .type-radial' ).hide();
						control.container.find( '.type > .type-linear' ).show();
					}
					control.container.on(
						'change',
						'.types select',
						function () {
							if ( 'radial' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-linear' ).hide();
								control.container.find( '.type > .type-radial' ).show();
							}

							if ( 'linear' === $( this ).find( ':selected' ).val() ) {
								control.container.find( '.type > .type-radial' ).hide();
								control.container.find( '.type > .type-linear' ).show();
							}

							control.saveValue( 'gradient-type', jQuery( '.types select' ).val() );
						}
					);
					control.container.on(
						'change',
						'.type-radial select',
						function () {
							control.saveValue( 'gradient-position', jQuery( '.type-radial select' ).val() );
						}
					);

				},

				initColorControl : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.primary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color', '' );
								}
							}

							}
					);

				},

				initColorStopControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop' , value );
						}
					);

				},

				initColor2Control : function () {

					var control     = this,
						value       = control.setting._value,
						colorpicker = control.container.find( '.color-2 .colormag-color-picker-alpha' );

					// Background color setting.
					colorpicker.wpColorPicker(
						{

							change : function () {
								if ( jQuery( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									setTimeout(
										function () {
											control.saveValue( 'color-2', colorpicker.val() );
										},
										100
									);
								}
							},

							clear : function ( event ) {
								var element = jQuery( event.target ).closest( '.wp-picker-input-wrap' ).find( '.secondary-color .wp-color-picker' )[0];

								if ( element ) {
									control.saveValue( 'color-2', '' );
								}
							}

						}
					);

				},

				initColorStop2Control : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.color-stop-2 input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.color-stop-2 .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.color-stop-2 .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'color-stop-2' , value );
						}
					);

				},

				initGradientAngleControl : function () {
					'use strict';

					var control = this,
						value   = control.setting._value;

					// Update the text value.
					this.container.find( '.type-linear input[type=range]' ).on( 'input change', function () {
						var value        = jQuery( this ).val(),
							input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .value' );

						input_number.val( value );
						input_number.change();
					} );

					// Save changes.
					jQuery( '.type-linear .slider-wrapper' ).on(
						'input change',
						'input[type=number]',
						function () {
							var value = jQuery( this ).val();
							jQuery( this ).closest( '.type-linear .slider-wrapper' ).find( 'input[type=range]' ).val( value );
							control.saveValue( 'gradient-angle' , value );
						}
					);

				},

					/**
					 * Saves the value.
					 */
				saveValue : function ( property, value ) {
					var control     = this,
						input       = jQuery( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .gradient-hidden-value' ),
						val         = control.setting._value;
					val[ property ] = value;
					jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
					control.setting.set( val );
				},

			}
		);

	}
)( jQuery );

/**
 * Group control JS to handle the group customize option.
 *
 * File `group.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		wp.customize.controlConstructor[ 'colormag-group' ] = wp.customize.Control.extend(
			{

				ready: function () {

					'use strict';

					let control = this;

					control.registerToggleEvents();
					this.container.on( 'colormag_settings_changed', control.onOptionChange );

				},

				registerToggleEvents: function () {

					let control = this;

					/* Close popup when click outside on customize sidebar area */
					$( '.wp-full-overlay-sidebar-content' ).click(
						function ( e ) {
							if ( ! $( e.target ).closest( '.colormag-field-settings-modal' ).length ) {
								$( '.colormag-group-toggle-icon.open' ).trigger( 'click' );
							}
						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap .colormag-group-toggle-icon',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							let $this          = $( this ),
								parent_wrap    = $this.closest( '.customize-control-colormag-group' ),
								is_loaded      = parent_wrap.find( '.colormag-field-settings-modal' ).data( 'loaded' ),
								parent_section = parent_wrap.parents( '.control-section' );

							if ( $this.hasClass( 'open' ) ) {
								parent_wrap.find( '.colormag-field-settings-modal' ).hide();
							} else {

								/* Close popup when another popup is clicked */
								let get_open_popup = parent_section.find( '.colormag-group-toggle-icon.open' );
								if ( get_open_popup.length > 0 ) {
									get_open_popup.trigger( 'click' );
								}

								if ( is_loaded ) {
									parent_wrap.find( '.colormag-field-settings-modal' ).show();
								} else {

									let fields     = control.params.colormag_fields,
										modal_wrap = $( ColorMagCustomizerControlGroup.group_modal_tmpl ),
										device     = $( '#customize-footer-actions .active' ).attr( 'data-device' );

									parent_wrap.find( '.colormag-field-settings-wrap' ).append( modal_wrap );
									parent_wrap.find( '.colormag-fields-wrap' ).attr( 'data-control', control.params.name );
									control.colormag_render_field( parent_wrap, fields, control );
									parent_wrap.find( '.colormag-field-settings-modal' ).show();

									if ( 'mobile' === device ) {
										$( '.control-wrap.mobile' ).addClass( 'active' );
										$( '.responsive-switchers .preview-mobile' ).addClass( 'active' );

										$( '.control-wrap.tablet, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-tablet, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else if ( 'tablet' === device ) {
										$( '.control-wrap.tablet' ).addClass( 'active' );
										$( '.responsive-switchers .preview-tablet' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.desktop' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-desktop' ).removeClass( 'active' );
									} else {
										$( '.control-wrap.desktop' ).addClass( 'active' );
										$( '.responsive-switchers .preview-desktop' ).addClass( 'active' );

										$( '.control-wrap.mobile, .control-wrap.tablet' ).removeClass( 'active' );
										$( '.responsive-switchers .preview-mobile, .responsive-switchers .preview-tablet' ).removeClass( 'active' );
									}

								}

							}

							$this.toggleClass( 'open' );

						}
					);

					control.container.on(
						'click',
						'.colormag-group-wrap > .customizer-text',
						function ( e ) {

							e.preventDefault();
							e.stopPropagation();

							$( this ).find( '.colormag-group-toggle-icon' ).trigger( 'click' );

						}
					);

				},

				colormag_render_field: function ( wrap, fields, control_element ) {

					let control = this;
					let colormag_field_wrap = wrap.find( '.colormag-fields-wrap' );
					let fields_html = '';
					let control_types = [];
					let field_values = control.isJSONString( control_element.params.value ) ? JSON.parse( control_element.params.value ) : {};

					if ( 'undefined' != typeof fields.tabs ) {

						let counter = 0;
						fields_html += '<div id="' + control_element.params.name + '-tabs" class="colormag-group-tabs">';

						fields_html += '<ul class="colormag-group-list">';
						_.each(
							fields.tabs,
							function ( value, key ) {
								let li_class = '';

								if ( 0 === counter ) {
									li_class = "active";
								}

								fields_html += '<li class="' + li_class + '"><a href="#tab-' + key.replace( ' ', '-' ) + '"><span>' + key + '</span></a></li>';
								counter++;
							}
						);
						fields_html += '</ul>';

						fields_html += '<div class="colormag-tab-content" >';
						_.each(
							fields.tabs,
							function ( fields_data, key ) {

								let result = control.generateFieldHtml( fields_data, field_values );

								fields_html += '<div id="tab-' + key.replace( ' ', '-' ) + '" class="tab">';
								fields_html += result.html;

								_.each(
									result.controls,
									function ( control_value, control_key ) {
										control_types.push(
											{
												key: control_value.key,
												value: control_value.value,
												name: control_value.name
											}
										);
									}
								);

								fields_html += '</div>';

							}
						);
						fields_html += '</div>';

						fields_html += '</div>';

						colormag_field_wrap.html( fields_html );

						$( '#' + control_element.params.name + '-tabs' ).tabs();

					} else {

						let result = control.generateFieldHtml( fields, field_values );

						fields_html += result.html;

						_.each(
							result.controls,
							function ( control_value, control_key ) {
								control_types.push(
									{
										key: control_value.key,
										value: control_value.value,
										name: control_value.name
									}
								);
							}
						);

						colormag_field_wrap.html( fields_html );

					}

					_.each(
						control_types,
						function ( control_type, index ) {

							switch ( control_type.key ) {

								case 'colormag-color':
									control.initColorControl( colormag_field_wrap, control_element, control_type.name );
									break;

								case 'colormag-background':
									control.initBackgroundControl( control_element, control_type, control_type.name );
									break;

								case 'colormag-typography':
									control.initTypographyControl( control_element, control_type, control_type.name );
									break;

							}

						}
					);

					wrap.find( '.colormag-field-settings-modal' ).data( 'loaded', true );

				},

				isJSONString: function ( string ) {

					try {
						JSON.parse( string );
					} catch ( e ) {
						return false;
					}

					return true;

				},

				generateFieldHtml: function ( fields_data, field_values ) {

					let fields_html = '';
					let control_types = [];

					_.each(
						fields_data,
						function ( attr, index ) {

							let new_value   = (
									wp.customize.control( attr.name ) ? wp.customize.control( attr.name ).params.value : ''
								),
								control     = attr.control,
								template_id = 'customize-control-' + control + '-content',
								template    = wp.template( template_id ),
								value       = new_value || attr.default,
								dataAtts    = '',
								input_attrs = '';

							attr.value = value;
							attr.title = attr.label;

							// Data attributes.
							_.each(
								attr.data_attrs,
								function ( value, name ) {
									dataAtts += ' data-' + name + ' ="' + value + '"';
								}
							);

							// Input attributes.
							_.each(
								attr.input_attrs,
								function ( value, name ) {
									input_attrs += name + ' ="' + value + '"';
								}
							);

							attr.dataAttrs = dataAtts;
							attr.inputAttrs = input_attrs;

							control_types.push(
								{
									key: control,
									value: value,
									name: attr.name
								}
							);

							let responsive_switchers = '',
								controlsType         = [
									'colormag-typography'
								];

							if ( (
								'colormag-typography' === attr.control
							) && controlsType.includes( attr.control ) ) {
								attr.languages = ColorMagCustomizerControlTypographySubsets;
							}

							if ( controlsType.includes( attr.control ) ) {
								responsive_switchers = 'has-responsive-switchers';
							}


							attr.suffix = window[ attr.name ].suffix;
							attr.default_suffix = window[ attr.name ].default_suffix;
							attr.input_attrs = window[ attr.name ].input_attrs;

							fields_html += '<li id="customize-control-' + attr.name + '" class="customize-control ' + responsive_switchers + ' customize-control-' + attr.control + '" >';
							fields_html += template( attr );
							fields_html += '</li>';

						}
					);

					let result = new Object();

					result.controls = control_types;
					result.html = fields_html;

					return result;

				},

				onOptionChange: function ( e, control, element, value, name ) {

					let control_id = $( '.hidden-field-' + name );
					control_id.val( value );

					let sub_control = wp.customize.control( name );
					sub_control.setting.set( value );

				},

				initColorControl: function ( wrap, control_elem, name ) {

					let control = this;
					let colorpicker = wrap.find( '.customize-control-colormag-color .colormag-color-picker-alpha' );

					colorpicker.wpColorPicker(
						{
							change: function ( event, ui ) {

								if ( 'undefined' != typeof event.originalEvent || 'undefined' != typeof ui.color._alpha ) {

									let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
									name = $( element ).parents( '.customize-control' ).attr( 'id' );
									let picker = $( '#' + name + '.customize-control-colormag-color .colormag-color-picker-alpha' );
									name = name.replace( 'customize-control-', '' );
									let current = picker.iris( 'color' );

									$( element ).val( current );

									control.container.trigger(
										'colormag_settings_changed',
										[
											control,
											$( element ),
											current,
											name
										]
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];
								name = $( element ).parents( '.customize-control' ).attr( 'id' );
								name = name.replace( 'customize-control-', '' );

								$( element ).val( '' );

								control.container.trigger(
									'colormag_settings_changed',
									[
										control,
										$( element ),
										'',
										name
									]
								);

								wp.customize.previewer.refresh();

							}
						}
					);
				},

				initBackgroundControl: function ( control, control_atts, name ) {

					let input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						value            = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						colorpicker      = control.container.find( '.colormag-color-picker-alpha' ),
						controlContainer = control.container.find( '#customize-control-' + control_name );

					// Hide unnecessary controls if the value doesn't have an image.
					if ( _.isUndefined( value[ 'background-image' ] ) || '' === value[ 'background-image' ] ) {
						controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
						controlContainer.find( '.customize-control-content > .background-position' ).hide();
						controlContainer.find( '.customize-control-content > .background-size' ).hide();
						controlContainer.find( '.customize-control-content > .background-attachment' ).hide();
					}

					// Background color setting.
					colorpicker.wpColorPicker(
						{
							change: function () {

								if ( $( 'html' ).hasClass( 'colorpicker-ready' ) ) {
									let $this = $( this );

									setTimeout(
										function () {
											control.saveBackgroundValue( 'background-color', colorpicker.val(), $this, name );
										},
										100
									);
								}

							},

							clear: function ( event ) {

								let element = $( event.target ).closest( '.wp-picker-input-wrap' ).find( '.wp-color-picker' )[ 0 ];

								if ( element ) {
									control.saveBackgroundValue( 'background-color', '', $( element ), name );
								}

								wp.customize.previewer.refresh();

							}
						}
					);

					// Background image setting..
					controlContainer.on(
						'click',
						'.background-image-upload-button, .thumbnail-image img',
						function ( e ) {
							let upload_img_btn = $( this );
							let image = wp.media( { multiple: false } ).open().on(
								'select',
								function () {

									// This will return the selected image from the Media Uploader, the result is an object.
									let uploadedImage = image.state().get( 'selection' ).first(),
										previewImage  = uploadedImage.toJSON().sizes.full.url,
										imageUrl,
										imageID,
										imageWidth,
										imageHeight,
										preview,
										removeButton;

									if ( ! _.isUndefined( uploadedImage.toJSON().sizes.medium ) ) {
										previewImage = uploadedImage.toJSON().sizes.medium.url;
									} else if ( ! _.isUndefined( uploadedImage.toJSON().sizes.thumbnail ) ) {
										previewImage = uploadedImage.toJSON().sizes.thumbnail.url;
									}

									imageUrl = uploadedImage.toJSON().sizes.full.url;
									imageID = uploadedImage.toJSON().id;
									imageWidth = uploadedImage.toJSON().width;
									imageHeight = uploadedImage.toJSON().height;

									// Show extra controls if the value has an image.
									if ( '' !== imageUrl ) {
										controlContainer.find( '.customize-control-content > .background-repeat, .customize-control-content > .background-position, .customize-control-content > .background-size, .customize-control-content > .background-attachment' ).show();
									}

									control.saveBackgroundValue( 'background-image', imageUrl, upload_img_btn, name );
									preview = controlContainer.find( '.placeholder, .thumbnail' );
									removeButton = controlContainer.find( '.background-image-upload-remove-button' );

									if ( preview.length ) {
										preview.removeClass().addClass( 'thumbnail thumbnail-image' ).html( '<img src="' + previewImage + '" alt="" />' );
									}

									if ( removeButton.length ) {
										removeButton.show();
									}
								}
							);

							e.preventDefault();
						}
					);

					controlContainer.on(
						'click',
						'.background-image-upload-remove-button',
						function ( e ) {

							let preview,
								removeButton;

							e.preventDefault();

							control.saveBackgroundValue( 'background-image', '', $( this ) );

							preview = controlContainer.find( '.placeholder, .thumbnail' );
							removeButton = controlContainer.find( '.background-image-upload-remove-button' );

							// Hide unnecessary controls.
							controlContainer.find( '.customize-control-content > .background-repeat' ).hide();
							controlContainer.find( '.customize-control-content > .background-position' ).hide();
							controlContainer.find( '.customize-control-content > .background-size' ).hide();
							controlContainer.find( '.customize-control-content > .background-attachment' ).hide();

							if ( preview.length ) {
								preview.removeClass().addClass( 'placeholder' ).html( ColorMagCustomizerControlBackground.placeholder );
							}

							if ( removeButton.length ) {
								removeButton.hide();
							}
						}
					);

					// Background repeat setting.
					controlContainer.on(
						'change',
						'.background-repeat select',
						function () {
							control.saveBackgroundValue( 'background-repeat', $( this ).val(), $( this ), name );
						}
					);

					// Background position setting.
					controlContainer.on(
						'change',
						'.background-position select',
						function () {
							control.saveBackgroundValue( 'background-position', $( this ).val(), $( this ), name );
						}
					);

					// Background size setting.
					controlContainer.on(
						'change',
						'.background-size select',
						function () {
							control.saveBackgroundValue( 'background-size', $( this ).val(), $( this ), name );
						}
					);

					// Background attachment setting.
					controlContainer.on(
						'change',
						'.background-attachment select',
						function () {
							control.saveBackgroundValue( 'background-attachment', $( this ).val(), $( this ), name );
						}
					);

				},

				saveBackgroundValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .background-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				initTypographyControl: function ( control, control_atts, name ) {

                    let value            = control.setting._value,
                        control_name     = control_atts.name,
                        controlContainer = control.container.find( '#customize-control-' + control_name );

					control_atts.input_attrs = window[ control_atts.name ].input_attrs;

					// On customizer load, render the available font options.
					control.renderTypographyFontSelector( $( this ), name, control_atts );
					control.renderTypographyVariantSelector( $( this ), name, control_atts );
					control.renderTypographySubsetSelector( $( this ), name, control_atts );

					// Font style setting.
					controlContainer.on(
						'change',
						'.font-style select',
						function () {
							control.saveTypographyValue( 'font-style', $( this ).val(), $( this ), name );
						}
					);

					// Text transform setting.
					controlContainer.on(
						'change',
						'.text-transform select',
						function () {
							control.saveTypographyValue( 'text-transform', $( this ).val(), $( this ), name );
						}
					);

					// Text decoration setting.
					controlContainer.on(
						'change',
						'.text-decoration select',
						function () {
							control.saveTypographyValue( 'text-decoration', $( this ).val(), $( this ), name );
						}
					);

					// Font size setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyFontSize( $( this ), name, control_atts );
						}
					);

					// Font size progress bar setting.
					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Line height progress bar setting.
					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Letter spacing progress bar setting.
					control.container.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );
							let slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							slider.css( 'background', sliderValue );

						}
					);

					// Font size unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.font-size select',
						function () {

							var wrapper = jQuery( this ).closest( '.control-wrap' ),
								  slider  = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyFontSizeUnit( $( this ), name, control_atts );

						}
					);

					// Line height setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLineHeight( $( this ), name, control_atts );
						}
					);

					// Line height unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.line-height select',
						function () {

							let wrapper = jQuery( this ).closest( '.control-wrap' ),
								slider   = wrapper.find( '.range input' );

							wrapper.find( '.size input' ).val( '' );
							wrapper.find( '.range input' ).val( '' );

							let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
							slider.css( 'background', sliderValue );

							control.saveTypographyLineHeightUnit( $( this ), name, control_atts );

						}
					);

					// Letter spacing setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing input',
						function () {
							let inputValue     = jQuery( this ),
								value          = inputValue.val(),
								maxVal         = inputValue.attr( 'max' ),
								minVal         = inputValue.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
								range          = wrapper.find( 'input[type=range]' ),
								input          = wrapper.find( 'input[type=number]' ),
								device         = input.data( 'device' ),
								selector       = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
								setRangeValue  = range.val( value ),
								sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

							range.css( 'background', sliderValue );

							let maxValInt = parseFloat( maxVal ),
								minValInt = parseFloat( minVal ),
								valInt    = parseFloat( value );

							if ( minValInt > valInt || maxValInt < valInt ) {
								selector.html( "Value must be between " + minVal + " and " + maxVal );
								selector.addClass( "warning-visible" );
								inputValue.addClass( "invalid-color" );
							} else {
								selector.removeClass( "warning-visible" );
								inputValue.removeClass( "invalid-color" );
							}

							control.saveTypographyLetterSpacing( $( this ), name, control_atts );
						}
					);

					// Letter spacing unit setting.
					controlContainer.on(
						'change keyup paste input',
						'.letter-spacing select',
						function () {
							control.saveTypographyLetterSpacingUnit( $( this ), name, control_atts );
						}
					);

					// On font size range input change.
					this.container.find( '.font-size input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On line height range input change.
					this.container.find( '.line-height input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// On letter spacing range input change.
					this.container.find( '.letter-spacing input[type=range]' ).on(
						'input change',
						function () {

							let slider         = jQuery( this ),
								value          = slider.val(),
								maxVal         = slider.attr( 'max' ),
								minVal         = slider.attr( 'min' ),
								convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
								input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
								sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

							slider.css( 'background', sliderValue );

							input_number.val( value );
							input_number.change();
						}
					);

					// Reset value.
					function resetControlValues(controlType) {
						control.container.find( `.${controlType} .control-wrap` ).each( function () {
							const wrapper      = jQuery( this ),
								  slider       = wrapper.find( '.range input' ),
								  input        = wrapper.find( '.size input' ),
								  unit         = wrapper.find( '.unit-wrapper select' ),
								  defaultValue = slider.data( 'reset_value' ),
								  defaultUnit  = slider.data( 'reset_unit' );

							if ( defaultUnit ) {
								let attr = control_atts.input_attrs.attributes_config[ controlType ][ defaultUnit ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							unit.val(defaultUnit);
							slider.val(defaultValue);
							input.val(defaultValue);
							input.change();
						});
					}

					control.container.on('click', '.colormag-font-size-reset', function () {
						resetControlValues('font-size');
					});

					control.container.on('click', '.colormag-line-height-reset', function () {
						resetControlValues('line-height');
					});

					control.container.on('click', '.colormag-letter-spacing-reset', function () {
						resetControlValues('letter-spacing');
					});


				},

				renderTypographyFontSelector: function ( element, name, control_atts ) {

					let control       = this,
						selector      = control.selector + ' .font-family select',
						standardFonts = [],
						googleFonts   = [],
						customFonts   = [],
						input         = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value         = JSON.parse( input.val() ),
						fonts         = control.getTypographyFonts(),
						fontSelect;

					// Format standard fonts as an array.
					if ( ! _.isUndefined( fonts.standard ) ) {
						_.each(
							fonts.standard,
							function ( font ) {
								standardFonts.push(
									{
										id: font.family.replace( /&quot;/g, '&#39' ),
										text: font.label
									}
								);
							}
						);
					}

					// Format Google fonts as an array.
					if ( ! _.isUndefined( fonts.google ) ) {
						_.each(
							fonts.google,
							function ( font ) {
								googleFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);
					}

					// Combine fonts and build the final data.
					data = [
						{
							text: fonts.standardfontslabel,
							children: standardFonts
						},
						{
							text: fonts.googlefontslabel,
							children: googleFonts
						}
					];

					// Format custom fonts as an array.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								customFonts.push(
									{
										id: font.family,
										text: font.label
									}
								);
							}
						);

						// Merge on `data` array.
						data.push(
							{
								text: fonts.customfontslabel,
								children: customFonts
							}
						);
					}

					// Instantiate selectWoo with the data.
					fontSelect = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					// Set the initial value.
					if ( value[ 'font-family' ] ) {
						fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
					}

					// When the font option value changes.
					fontSelect.on(
						'change',
						function () {

							// Set the value.
							control.saveTypographyValue( 'font-family', $( this ).val(), $( this ), name );

							// Render new list of selected font options.
							control.renderTypographyVariantSelector( $( this ), name, control_atts );
							control.renderTypographySubsetSelector( $( this ), name, control_atts );

						}
					);

				},

				getTypographyFonts: function () {

					let control = this;

					if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
						return ColorMagCustomizerControlTypography;
					}

					return {
						google: [],
						standard: []
					};

				},

				renderTypographyVariantSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						variants   = control.getTypographyVariants( fontFamily ),
						selector   = control.selector + ' .font-weight select',
						data       = [],
						isValid    = false,
						variantSelector;

					if ( false !== variants ) {

						$( control.selector + ' .font-weight' ).show();
						_.each(
							variants,
							function ( variant ) {
								if ( value[ 'font-weight' ] === variant.id ) {
									isValid = true;
								}

								data.push(
									{
										id: variant.id,
										text: variant.label
									}
								);
							}
						);

						if ( ! isValid ) {
							value[ 'font-weight' ] = 'regular';
						}

						if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
							$( selector ).selectWoo( 'destroy' );
							$( selector ).empty();
						}

						// Instantiate selectWoo with the data.
						variantSelector = $( selector ).selectWoo(
							{
								data: data,
								width: '100%'
							}
						);

						variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
						variantSelector.on(
							'change',
							function () {
								control.saveTypographyValue( 'font-weight', $( this ).val(), $( this ), name );
							}
						);

					} else {

						$( control.selector + ' .font-weight' ).hide();

					}

				},

				getTypographyVariants: function ( fontFamily ) {

					let control = this,
						fonts   = control.getTypographyFonts();

					let variants = false;
					_.each(
						fonts.standard,
						function ( font ) {
							if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								variants = font.variants;

								return variants;
							}
						}
					);

					// For custom fonts.
					if ( ! _.isUndefined( fonts.custom ) ) {
						_.each(
							fonts.custom,
							function ( font ) {
								if ( font.custom === fontFamily ) {
									variants = font.variants;

									return variants;
								}
							}
						);
					}

					return variants;

				},

				renderTypographySubsetSelector: function ( element, name, control_atts ) {

					let control    = this,
						input      = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						value      = JSON.parse( input.val() ),
						fontFamily = value[ 'font-family' ],
						subsets    = control.getTypographySubsets( fontFamily ),
						selector   = control.selector + ' .subsets select',
						data       = [],
						validValue = value.subsets,
						subsetSelector;

					if ( false !== subsets ) {

						$( control.selector + ' .subsets' ).show();
						_.each(
							subsets,
							function ( subset ) {
								if ( _.isObject( validValue ) ) {
									if ( -1 === validValue.indexOf( subset.id ) ) {
										validValue = _.reject(
											validValue,
											function ( subValue ) {
												return subValue === subset.id;
											}
										);
									}
								}

								data.push(
									{
										id: subset.id,
										text: subset.label
									}
								);
							}
						);

					} else {

						$( control.selector + ' .subsets' ).hide();

					}

					if ( $( selector ).hasClass( 'select2-hidden-accessible' ) ) {
						$( selector ).selectWoo( 'destroy' );
						$( selector ).empty();
					}

					// Instantiate selectWoo with the data.
					subsetSelector = $( selector ).selectWoo(
						{
							data: data,
							width: '100%'
						}
					);

					subsetSelector.val( validValue ).trigger( 'change' );
					subsetSelector.on(
						'change',
						function () {
							control.saveTypographyValue( 'subsets', $( this ).val(), $( this ), name );
						}
					);

				},

				getTypographySubsets: function ( fontFamily ) {

					let control = this,
						subsets = false,
						fonts   = control.getTypographyFonts();

					_.each(
						fonts.google,
						function ( font ) {
							if ( font.family === fontFamily ) {
								subsets = font.subsets;

								return subsets;
							}
						}
					);

					return subsets;

				},

				saveTypographyFontSize: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyFontSizeUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'font-size': {
								'desktop': {
									'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.font-size .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'font-size' ][ device ] ) {
								newValue[ 'font-size' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLineHeight: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLineHeightUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'line-height': {
								'desktop': {
									'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.line-height .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'line-height' ][ device ] ) {
								newValue[ 'line-height' ][ device ] = {};
							}

							control_atts.input_attrs = window[ control_atts.name ].input_attrs;

							if ( controlValue ) {
								let attr = control_atts.input_attrs.attributes_config[ 'line-height' ][ controlValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}

							newValue[ 'line-height' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) );

				},

				saveTypographyLetterSpacing: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'input[type=number]' ).val();
							let device = $( this ).find( 'input[type=number]' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyLetterSpacingUnit: function ( element, name, control_atts ) {

					let control          = this,
						input            = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val              = JSON.parse( input.val() ),
						control_name     = control_atts.name,
						controlContainer = control.container.find( '#customize-control-' + control_name ),
						newValue         = {
							'letter-spacing': {
								'desktop': {
									'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

								},
								'tablet': {
									'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
								},
								'mobile': {
									'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
									'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
								}
							}
						};

					controlContainer.find( '.letter-spacing .control-wrap' ).each(
						function () {
							let controlValue = $( this ).find( 'select' ).val();
							let device = $( this ).find( 'select' ).data( 'device' );

							if ( ! newValue[ 'letter-spacing' ][ device ] ) {
								newValue[ 'letter-spacing' ][ device ] = {};
							}

							newValue[ 'letter-spacing' ][ device ][ 'unit' ] = controlValue;

						}
					);

					// Extend/Update the `val` object to include `newValue`'s new data as an object.
					$.extend( val, newValue );

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

				saveTypographyValue: function ( property, value, element, name ) {

					let control = this,
						input   = $( '#customize-control-' + control.id.replace( '[', '-' ).replace( ']', '' ) + ' .typography-hidden-value' ),
						val     = JSON.parse( input.val() );

					val[ property ] = value;

					$( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );

					name = $( element ).parents( '.customize-control' ).attr( 'id' );
					name = name.replace( 'customize-control-', '' );

					control.container.trigger(
						'colormag_settings_changed',
						[
							control,
							element,
							val,
							name
						]
					);

				},

			}
		);

	}
)( jQuery );

/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );

/**
 * Radio image control JS to handle the toggle of radio images.
 *
 * File `radio-image.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-radio-image' ] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Change the value.
		this.container.on( 'click', 'input', function () {
			control.setting.set( jQuery( this ).val() );
		} );

	}

} );

/**
 * Slider control JS to handle the range of the inputs.
 *
 * File `slider.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-slider' ] = wp.customize.Control.extend( {

	ready: function () {

		'use strict';

		let control        = this,
			slider         = this.container.find( '.colormag-progress' ),
			inputValue     = this.container.find( '.size input' ),
			value          = inputValue.val(),
			maxVal         = slider.attr( 'max' ),
			minVal         = slider.attr( 'min' ),
			convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

		if ( value === '' ) {
			let sliderValue = `linear-gradient(to right, #ebebeb 0%, #ebebeb ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		} else {
			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );
		}

		// Size setting.
		control.container.on( 'change keyup paste input', '.size input', function () {
			let inputValue     = jQuery( this ),
				value          = inputValue.val(),
				maxVal         = inputValue.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
				range = wrapper.find( 'input[type=range]' ),
				selector = wrapper.find( '.colormag-warning' ),
				setRangeValue  = range.val( value ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			range.css( 'background', sliderValue );

			let maxValInt      = parseFloat( maxVal ),
				minValInt      = parseFloat( minVal ),
				valInt         = parseFloat( value );

			if ( minValInt > valInt || maxValInt < valInt ) {
				selector.html("Value must be between " + minVal + " and " + maxVal) ;
				selector.addClass( "warning-visible" );
				inputValue.addClass( "invalid-color" );
			} else {
				selector.removeClass( "warning-visible" );
				inputValue.removeClass( "invalid-color" );
			}

			control.updateSize();
		} );

		// Range setting.
		control.container.on( 'change keyup paste input', '.range input', function () {
			control.updateSize();
		} );

		// Unit setting.
		control.container.on( 'change', '.unit-wrapper select', function () {

			// On unit change update the attribute.
			control.container.find( '.slider-label' ).each(
				function () {
					var controlValue = jQuery( this ).find( '.unit-wrapper select' ).val();

					if ( controlValue ) {
						var attr = control.params.input_attrs.attributes_config[ controlValue ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}
				}
			);

			// Update the slider.
			let wrapper = jQuery( this ).closest( '.slider-label' ),
				slider   = wrapper.find( '.range input' );

			wrapper.find( '.size input' ).val( '' );
			wrapper.find( '.range input' ).val( '' );

			let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
			slider.css( 'background', sliderValue );

			control.updateUnit();

		} );

		this.container.find( 'input[type=range]' ).on( 'input change', function () {

			let slider         = jQuery( this ),
				value          = slider.val(),
				maxVal         = slider.attr( 'max' ),
				minVal         = slider.attr( 'min' ),
				convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
				input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
				sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

			slider.css( 'background', sliderValue );

			input_number.val( value );
			input_number.change();
		} );

		// Handle the reset button.
		this.container.find( '.colormag-slider-reset' ).click( function () {

			let wrapper       = jQuery( this ).closest( 'li' ).children( '.slider-label' ),
				input_range   = wrapper.find( 'input[type=range]' ),
				input_number  = wrapper.find( '.colormag-range-value input' ),
				unitSelect    = wrapper.find( '.unit-wrapper select' ),
				default_value = input_range.data( 'reset_value' ),
				default_unit  = input_range.data( 'reset_unit' );

			if ( default_unit ) {
				var attr = control.params.input_attrs.attributes_config[ default_unit ];

				if ( attr ) {
					wrapper.find( 'input' ).each(
						function () {
							jQuery( this ).attr( 'min', attr.min );
							jQuery( this ).attr( 'max', attr.max );
							jQuery( this ).attr( 'step', attr.step );
						}
					)
				}
			}

			unitSelect.val(default_unit ? default_unit : 'px').change(); // Trigger change event for unitSelect
			input_range.val(default_value).change(); // Trigger change event for input_range
			input_number.val(default_value).change(); // Trigger change event for input_number

			// Save the unitSelect, input_range, and input_number values (optional)
			var selectedUnit = unitSelect.val();
			var inputRangeValue = input_range.val();
			var inputValue = input_number.val();
		} );
	},

	updateSize: function () {

		let control     = this,
			val         = control.setting.get(),
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'size': {}
			};

		control.container.find( '.size .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'input' ).val();

				newValue[ 'size' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
		control.setting.set( val );

	},

	updateUnit: function () {

		let control     = this,
			val         = control.setting._value,
			hiddenValue = control.container.find( '.slider-hidden-value' ),
			newValue    = {
				'unit': {}
			};

		control.container.find( '.unit-wrapper .input-wrapper' ).each(
			function () {
				let controlValue = jQuery( this ).find( 'select' ).val();

				newValue[ 'unit' ] = controlValue;
			}
		);

		// Extend/Update the `val` object to include `newValue`'s new data as an object.
		val = jQuery.extend( val, newValue );

		jQuery( hiddenValue ).attr( 'value', JSON.stringify( val ) );
		control.setting.set( val );

	},

} );

/**
 * Sortable control JS to handle the sortable feature of custom customize controls.
 *
 * File `sortable.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-sortable'] = wp.customize.Control.extend( {

	ready : function () {

		'use strict';

		var control = this;

		// Set the sortable container.
		control.sortableContainer = control.container.find( 'ul.sortable' ).first();

		control.unsortableContainer = control.container.find( 'ul.unsortable' ).first();

		control.unsortableContainer.find( 'li' ).each(
			function () {
				jQuery( this ).find( '.switch' ).on( 'click', function() {
					jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
				} )
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

		// Init sortable.
		control.sortableContainer.sortable(
			{
				// Update value when we stop sorting.
				stop : function () {
					control.updateValue();
				}
			}
		).disableSelection().find( 'li' ).each(
			function () {
				// Enable/disable options when we click on the eye of Thundera.
				jQuery( this ).find( '.switch' ).click(
					function () {
						jQuery( this ).parents( 'li:eq(0)' ).toggleClass( 'invisible' );
					}
				);
			}
		).click(
			function () {
				// Update value on click.
				control.updateValue();
			}
		);

	},

	updateValue : function () {

		'use strict';

		var control    = this,
			sortable = [],
			unsortable =[],
			newValue   = [];

		this.sortableContainer.find( 'li' ).each(
			function () {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					sortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		this.unsortableContainer.find( 'li' ).each(
			function (i) {
				if ( ! jQuery( this ).is( '.invisible' ) ) {
					unsortable.push( jQuery( this ).data( 'value' ) );
				}
			}
		);

		newValue = unsortable.concat(sortable);

		control.setting.set( newValue );

	}


} );

/**
 * Switch toggle control JS to handle the toggle of custom customize controls.
 *
 * File `toggle.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor['colormag-toggle'] = wp.customize.Control.extend(
	{

		ready : function () {

			'use strict';

			var control = this,
				value   = control.setting._value;

			// Save the value.
			this.container.on( 'change', 'input', function () {
				value = jQuery( this ).is( ':checked' ) ? true : false;

				control.setting.set( value );
			} );

		}

	}
);

/**
 * Typography control JS to handle the typography customize option.
 *
 * File `typography.js`.
 *
 * @package ColorMag
 */
wp.customize.controlConstructor[ 'colormag-typography' ] = wp.customize.Control.extend(
	{

		ready: function () {

			'use strict';

			const control = this;

			// Font size progress bar setting.
			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.font-size' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Line height progress bar setting.
			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.line-height' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// Letter spacing progress bar setting.
			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					let device         = jQuery( this ).find( 'input[type=number]' ).data( 'device' ),
						slider         = jQuery( this ).closest( '.letter-spacing' ).find( '.' + device + ' ' + 'input[type=range]' ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100;

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					slider.css( 'background', sliderValue );

				}
			);

			// On customizer load, render the available font options.
			control.renderFontSelector();
			control.renderVariantSelector();
			control.renderSubsetSelector();

			// Font style setting.
			control.container.on(
				'change',
				'.font-style select',
				function () {
					control.saveValue( 'font-style', jQuery( this ).val() );
				}
			);

			// Text transform setting.
			control.container.on(
				'change',
				'.text-transform select',
				function () {
					control.saveValue( 'text-transform', jQuery( this ).val() );
				}
			);

			// Text decoration setting.
			control.container.on(
				'change',
				'.text-decoration select',
				function () {
					control.saveValue( 'text-decoration', jQuery( this ).val() );
				}
			);

			// Font size setting.
			control.container.on(
				'change keyup',
				'.font-size .size input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-font-size-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateFontSize();
				}
			);

			// Range setting.
			control.container.on(
				'change keyup paste input',
				'.font-size .range input',
				function () {
					control.updateFontSize();
				}
			);

			// On font size range input change.
			this.container.find( '.font-size input[type=range]' ).on(
				'input change',
				function () {

					var slider       = jQuery( this ),
						value        = slider.val(),
						input_number = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' );

					input_number.val( value );
					input_number.change();
				}
			);

			// On line height range input change.
			this.container.find( '.line-height input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// On letter spacing range input change.
			this.container.find( '.letter-spacing input[type=range]' ).on(
				'input change',
				function () {

					var slider         = jQuery( this ),
						value          = slider.val(),
						maxVal         = slider.attr( 'max' ),
						minVal         = slider.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						input_number   = jQuery( this ).closest( '.slider-wrapper' ).find( '.colormag-range-value .input-wrapper input' ),
						sliderValue    = `linear - gradient( to right, #0073AA 0 % , #0073AA ${convertedValue} % , #ebebeb ${convertedValue} % , #ebebeb 100 % )`;

					slider.css( 'background', sliderValue );

					input_number.val( value );
					input_number.change();
				}
			);

			// Font size unit setting.
			control.container.on( 'change', '.font-size-unit', function () {

				// On unit change update the attribute.
				control.container.find( '.font-size .control-wrap' ).each(
					function () {
						let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();

						if ( controlValue ) {
							let attr = control.params.input_attrs.attributes_config[ 'font-size' ][ controlValue ];

							if ( attr ) {
								jQuery( this ).find( 'input' ).each(
									function () {
										jQuery( this ).attr( 'min', attr.min );
										jQuery( this ).attr( 'max', attr.max );
										jQuery( this ).attr( 'step', attr.step );
									}
								)
							}
						}
					}
				);

				let wrapper = jQuery( this ).closest( '.control-wrap' ),
					slider   = wrapper.find( '.range input' );

				wrapper.find( '.size input' ).val( '' );
				wrapper.find( '.range input' ).val( '' );

				let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
				slider.css( 'background', sliderValue );

				control.updateFontSizeUnit();

			} );

			// Reset value.
			function resetControlValues( controlType ) {
				control.container.find( `.${controlType} .control-wrap` ).each( function () {
					const wrapper      = jQuery( this ),
						  slider       = wrapper.find( '.range input' ),
						  input        = wrapper.find( '.size input' ),
						  unit         = wrapper.find( '.unit-wrapper select' ),
						  defaultValue = slider.data( 'reset_value' ),
						  defaultUnit  = slider.data( 'reset_unit' );

					if ( defaultUnit ) {
						let attr = control.params.input_attrs.attributes_config[ controlType ][ defaultUnit ];

						if ( attr ) {
							jQuery( this ).find( 'input' ).each(
								function () {
									jQuery( this ).attr( 'min', attr.min );
									jQuery( this ).attr( 'max', attr.max );
									jQuery( this ).attr( 'step', attr.step );
								}
							)
						}
					}

					unit.val(defaultUnit ? defaultUnit : 'px').change(); // Trigger change event for unit
					slider.val(defaultValue).change(); // Trigger change event for slider
					input.val(defaultValue).change(); // Trigger change event for inputValue

					// Save the unit, slider, and inputValue values (optional)
					var selectedUnit = unit.val();
					var inputRangeValue = slider.val();
					var inputValue = input.val();
				} );
			}

			control.container.on('click', '.colormag-font-size-reset', function () {
				resetControlValues('font-size');
			});

			control.container.on('click', '.colormag-line-height-reset', function () {
				resetControlValues('line-height');
			});

			control.container.on('click', '.colormag-letter-spacing-reset', function () {
				resetControlValues('letter-spacing');
			});

			// Line height setting.
			control.container.on(
				'change keyup paste input',
				'.line-height input',
				function () {
					let inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper        = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-line-height-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLineHeight();
				}
			);

			// Line height unit setting.
			control.container.on(
				'change',
				'.line-height-unit',
				function () {

					control.container.find( '.line-height .control-wrap' ).each(
						function () {
							var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();

							if ( unitValue ) {
								var attr = control.params.input_attrs.attributes_config[ 'line-height' ][ unitValue ];

								if ( attr ) {
									jQuery( this ).find( 'input' ).each(
										function () {
											jQuery( this ).attr( 'min', attr.min );
											jQuery( this ).attr( 'max', attr.max );
											jQuery( this ).attr( 'step', attr.step );
										}
									)
								}
							}
						}
					);

					let wrapper = jQuery( this ).closest( '.control-wrap' ),
						slider   = wrapper.find( '.range input' );

					wrapper.find( '.size input' ).val( '' );
					wrapper.find( '.range input' ).val( '' );

					let sliderValue = `linear-gradient(to right, #0073AA 0%, #0073AA 0%, #ebebeb 0%, #ebebeb 100%)`;
					slider.css( 'background', sliderValue );

					control.updateLineHeightUnit();

				}
			);

			// Letter spacing unit setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing-unit',
				function () {

					control.updateLetterSpacingUnit();
				}
			);

			// Letter spacing setting.
			control.container.on(
				'change keyup paste input',
				'.letter-spacing input',
				function () {
					var inputValue     = jQuery( this ),
						value          = inputValue.val(),
						maxVal         = inputValue.attr( 'max' ),
						minVal         = inputValue.attr( 'min' ),
						convertedValue = ( value - minVal ) / ( maxVal - minVal ) * 100,
						wrapper     = jQuery( this ).closest( '.slider-wrapper' ),
						range = wrapper.find( 'input[type=range]' ),
						input = wrapper.find( 'input[type=number]' ),
						device         = input.data( 'device' ),
						selector = wrapper.find( '.colormag-letter-spacing-' + device + '-warning' ),
						setRangeValue  = range.val( value ),
						sliderValue    = `linear-gradient(to right, #0073AA 0%, #0073AA ${convertedValue}%, #ebebeb ${convertedValue}%, #ebebeb 100%)`;

					range.css( 'background', sliderValue );

					let maxValInt      = parseFloat( maxVal ),
						minValInt      = parseFloat( minVal ),
						valInt         = parseFloat( value );

					if ( minValInt > valInt || maxValInt < valInt ) {
						selector.html("Value must be between " + minVal + " and " + maxVal) ;
						selector.addClass( "warning-visible" );
						inputValue.addClass( "invalid-color" );
					} else {
						selector.removeClass( "warning-visible" );
						inputValue.removeClass( "invalid-color" );
					}

					control.updateLetterSpacing();
				}
			);
		},

		renderFontSelector: function () {

			var control       = this,
				selector      = control.selector + ' .font-family select',
				standardFonts = [],
				googleFonts   = [],
				customFonts   = [],
				value         = control.setting._value,
				fonts         = control.getFonts(),
				fontSelect;

			// Format standard fonts as an array.
			if ( ! _.isUndefined( fonts.standard ) ) {
				_.each(
					fonts.standard,
					function ( font ) {
						standardFonts.push(
							{
								id: font.family.replace( /&quot;/g, '&#39' ),
								text: font.label
							}
						);
					}
				);
			}

			// Format Google fonts as an array.
			if ( ! _.isUndefined( fonts.google ) ) {
				_.each(
					fonts.google,
					function ( font ) {
						googleFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);
			}

			// Combine fonts and build the final data.
			data = [
				{
					text: fonts.standardfontslabel,
					children: standardFonts
				},
				{
					text: fonts.googlefontslabel,
					children: googleFonts
				}
			];

			// Format custom fonts as an array.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						customFonts.push(
							{
								id: font.family,
								text: font.label
							}
						);
					}
				);

				// Merge on `data` array.
				data.push(
					{
						text: fonts.customfontslabel,
						children: customFonts
					}
				);
			}

			// Instantiate selectWoo with the data.
			fontSelect = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			// Set the initial value.
			if ( value[ 'font-family' ] ) {
				fontSelect.val( value[ 'font-family' ].replace( /'/g, '"' ) ).trigger( 'change' );
			}

			// When the font option value changes.
			fontSelect.on(
				'change',
				function () {

					// Set the value.
					control.saveValue( 'font-family', jQuery( this ).val() );

					// Render new list of selected font options.
					control.renderVariantSelector();
					control.renderSubsetSelector();

				}
			);

		},

		getFonts: function () {

			var control = this;

			if ( ! _.isUndefined( ColorMagCustomizerControlTypography ) ) {
				return ColorMagCustomizerControlTypography;
			}

			return {
				google: [],
				standard: []
			};

		},

		renderVariantSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				variants   = control.getVariants( fontFamily ),
				selector   = control.selector + ' .font-weight select',
				data       = [],
				isValid    = false,
				variantSelector;

			if ( false !== variants ) {

				jQuery( control.selector + ' .font-weight' ).show();
				_.each(
					variants,
					function ( variant ) {
						if ( value[ 'font-weight' ] === variant.id ) {
							isValid = true;
						}

						data.push(
							{
								id: variant.id,
								text: variant.label
							}
						);
					}
				);

				if ( ! isValid ) {
					value[ 'font-weight' ] = 'regular';
				}

				if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
					jQuery( selector ).selectWoo( 'destroy' );
					jQuery( selector ).empty();
				}

				// Instantiate selectWoo with the data.
				variantSelector = jQuery( selector ).selectWoo(
					{
						data: data,
						width: '100%'
					}
				);

				variantSelector.val( value[ 'font-weight' ] ).trigger( 'change' );
				variantSelector.on(
					'change',
					function () {
						control.saveValue( 'font-weight', jQuery( this ).val() );
					}
				);

			} else {

				jQuery( control.selector + ' .font-weight' ).hide();

			}

		},

		getVariants: function ( fontFamily ) {

			var control = this,
				fonts   = control.getFonts();

			var variants = false;
			_.each(
				fonts.standard,
				function ( font ) {
					if ( fontFamily && font.family === fontFamily.replace( /'/g, '"' ) ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						variants = font.variants;

						return variants;
					}
				}
			);

			// For custom fonts.
			if ( ! _.isUndefined( fonts.custom ) ) {
				_.each(
					fonts.custom,
					function ( font ) {
						if ( font.custom === fontFamily ) {
							variants = font.variants;

							return variants;
						}
					}
				);
			}

			return variants;

		},

		renderSubsetSelector: function () {

			var control    = this,
				value      = control.setting._value,
				fontFamily = value[ 'font-family' ],
				subsets    = control.getSubsets( fontFamily ),
				selector   = control.selector + ' .subsets select',
				data       = [],
				validValue = value.subsets,
				subsetSelector;

			if ( false !== subsets ) {

				jQuery( control.selector + ' .subsets' ).show();
				_.each(
					subsets,
					function ( subset ) {
						if ( _.isObject( validValue ) ) {
							if ( -1 === validValue.indexOf( subset.id ) ) {
								validValue = _.reject(
									validValue,
									function ( subValue ) {
										return subValue === subset.id;
									}
								);
							}
						}

						data.push(
							{
								id: subset.id,
								text: subset.label
							}
						);
					}
				);

			} else {

				jQuery( control.selector + ' .subsets' ).hide();

			}

			if ( jQuery( selector ).hasClass( 'select2-hidden-accessible' ) ) {
				jQuery( selector ).selectWoo( 'destroy' );
				jQuery( selector ).empty();
			}

			// Instantiate selectWoo with the data.
			subsetSelector = jQuery( selector ).selectWoo(
				{
					data: data,
					width: '100%'
				}
			);

			subsetSelector.val( validValue ).trigger( 'change' );
			subsetSelector.on(
				'change',
				function () {
					control.saveValue( 'subsets', jQuery( this ).val() );
				}
			);

		},

		getSubsets: function ( fontFamily ) {

			var control = this,
				subsets = false,
				fonts   = control.getFonts();

			_.each(
				fonts.google,
				function ( font ) {
					if ( font.family === fontFamily ) {
						subsets = font.subsets;

						return subsets;
					}
				}
			);

			return subsets;

		},

		saveValue: function ( property, value ) {

			var control = this,
				input   = control.container.find( '.typography-hidden-value' ),
				val     = control.setting._value;

			val[ property ] = value;

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSize: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'size' ] = controlValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateFontSizeUnit: function () {

			let control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'font-size': {
						'desktop': {
							'size': val[ 'font-size' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'font-size' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'font-size' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'font-size' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.font-size .control-wrap' ).each(
				function () {
					let controlValue = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).val();
					let device = jQuery( this ).find( '.unit-wrapper .font-size-unit' ).data( 'device' );

					newValue[ 'font-size' ][ device ][ 'unit' ] = controlValue;
					newValue[ 'font-size' ][ device ][ 'size' ] = '';

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeight: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLineHeightUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'line-height': {
						'desktop': {
							'size': val[ 'line-height' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'line-height' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'line-height' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'line-height' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.line-height .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .line-height-unit' ).data( 'device' );

					newValue[ 'line-height' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacing: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var controlValue = jQuery( this ).find( 'input[type=number]' ).val();
					var device = jQuery( this ).find( 'input[type=number]' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'size' ] = controlValue;
				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

		updateLetterSpacingUnit: function () {

			var control  = this,
				val      = control.setting._value,
				input    = control.container.find( '.typography-hidden-value' ),
				newValue = {
					'letter-spacing': {
						'desktop': {
							'size': val[ 'letter-spacing' ][ 'desktop' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'desktop' ][ 'unit' ]

						},
						'tablet': {
							'size': val[ 'letter-spacing' ][ 'tablet' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'tablet' ][ 'unit' ]
						},
						'mobile': {
							'size': val[ 'letter-spacing' ][ 'mobile' ][ 'size' ],
							'unit': val[ 'letter-spacing' ][ 'mobile' ][ 'unit' ]
						}
					}
				};

			control.container.find( '.letter-spacing .control-wrap' ).each(
				function () {
					var unitValue = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).val();
					var device = jQuery( this ).find( '.unit-wrapper .letter-spacing-unit' ).data( 'device' );

					newValue[ 'letter-spacing' ][ device ][ 'unit' ] = unitValue;

				}
			);

			// Extend/Update the `val` object to include `newValue`'s new data as an object.
			jQuery.extend( val, newValue );

			jQuery( input ).attr( 'value', JSON.stringify( val ) ).trigger( 'change' );
			control.setting.set( val );

		},

	}
);
inc/core/custom-controls/assets/css/customize-controls-rtl.css000064400000176637151213253050020727 0ustar00@charset "UTF-8";

.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	right: -2px;
	margin-right: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	right: 50%;
	margin-right: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content,
#customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content>div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner {
	border-right: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus,
.customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-left: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 0 8px 6px;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus,
.wp-picker-container .wp-color-result.button:active,
.wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	right: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 6px 0 10px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	right: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
	margin-left: 0 !important;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-right: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-left: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-right: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 100% 0;
	margin: 0;
	left: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	right: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-right: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-right: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	right: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	right: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	right: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-left: 24px;
	margin-right: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-left: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	left: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default,
.customize-control-colormag-group .ui-widget-content .ui-state-default,
.customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap>.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	left: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	left: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	right: 0;
	position: absolute;
	left: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	left: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-right-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label>img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked+label img,
.customize-control-colormag-radio-image .image-col-2 input:checked+label img,
.customize-control-colormag-radio-image .image-col-3 input:checked+label img,
.customize-control-colormag-radio-image .image-col-4 input:checked+label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label>img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc(25% - 12px);
	flex-basis: calc(25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label>img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	right: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-left: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: left;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-left: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	left: 0;
	border-right: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	left: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable label input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	right: 5px;
	left: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-right: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-right: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	left: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	left: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	right: -4px;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	right: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-left: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 2px 0 0 2px;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	left: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(-218px);
	transform: translateX(-218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-left-color: #F5C6CB;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	left: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover,
.slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-right: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial>span {
	border-left: 1px solid #eeeeee;
	padding: 0 8px 0 5px;
}

.colormag-title-wrapper .guide-tutorial>span:first-child,
.colormag-title-wrapper .guide-tutorial>span:last-of-type {
	border-left: 0;
	padding-left: 0;
}

.colormag-title-wrapper .guide-tutorial>span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-left: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-right: 6px;
	border-right: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 5px 0 0;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	left: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"] {
	margin-left: 8px;
	margin-right: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-right: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}inc/core/custom-controls/assets/css/selectWoo.min.css000064400000035434151213253050016760 0ustar00.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:0;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:0}.select2-container--classic .select2-dropdown--below{border-top:0}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}inc/core/custom-controls/assets/css/customize-controls.min-rtl.css000064400000153115151213253050021473 0ustar00@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;right:-2px;margin-right:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";right:50%;margin-right:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-right:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-left:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 0 8px 6px;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;right:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:100%;border:0;line-height:2.15384615;padding:0 6px 0 10px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;right:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-right:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-left:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-right:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:100%;margin:0;left:-3px;outline:1px solid rgba(0,0,0,0.1);right:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;left:12px;right:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-right:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-right:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{right:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;right:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);right:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:100%;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-left:24px;margin-right:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-left:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:100%;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:100%;left:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;left:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{left:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);right:0;position:absolute;left:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;left:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-right-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;right:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;left:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-left:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:left}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-left:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-right:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;left:0;border-right:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{left:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;right:5px;left:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-right:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;left:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{left:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;right:-4px;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;right:0;left:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;right:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-left:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:2px 0 0 2px;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;left:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(-218px);transform:translateX(-218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-left-color:#f5c6cb;border-top-width:0;border-right-width:0;border-left-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:5px;left:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-right:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-left:1px solid #eee;padding:0 8px 0 5px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-left:0;padding-left:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:100%}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-left:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-right:6px;border-right:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:100%;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 5px 0 0}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{left:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-left:8px;margin-right:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-right:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}inc/core/custom-controls/assets/css/jquery-ui/jquery-ui.min.css000064400000076610151213253050020701 0ustar00/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}inc/core/custom-controls/assets/css/jquery-ui/jquery-ui.css000064400000113561151213253050020114 0ustar00/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

	/* We use html here because we need a greater specificity to make sure disabled
	works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png000064400000000203151213253050024152 0ustar00�PNG


IHDR(d�-�(IDATX��ʱ
 ����W���MDQEQEQEQ���dS;{PIEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png000064400000000232151213253050024022 0ustar00�PNG


IHDR(d�-�)IDATX���1
0��	*g���������(��(��(���9,.B�,�"IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png000064400000000164151213253050026045 0ustar00�PNG


IHDRdbG�IDAT�cx��@�!$��`3i��,��}�
IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png000064400000000247151213253050024175 0ustar00�PNG


IHDR��:��8IDAT8���1
!�I�[AX�� {S<&u����?�sUY��
K6�s��/X�hD2��IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png000064400000020310151213253050023225 0ustar00�PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��.��)�:wctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png000064400000000267151213253050024202 0ustar00�PNG


IHDR��:��8IDAT8Oc���#�(ţ;������| ���b�:0������@�3�?�G���g�Ɋ��IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-icons_454545_256x240.png000064400000030576151213253050023021 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGDE�;�-tIME�
%��'E�IDATx��k�%Gu�m;���!�^���pl0�[�HXȹ�H��:w8;��������g1s�����]�&��<�����������Clfq؅!,"�·�Wu׫��{�v�Gwn�>U�UuN=�ΩS��x4g
:�������6!�Agb3� �6+�J�D��0���&�s؇N�_�Bs&&�ڏ>~=��
c{v��j%�_�D����Y�E��F
qܸ�G���
�R�SơC���E�ہ!�'�NP)~��tϷ=;��wהme�BH{s�
S���&�S��6MCP6�z�̐!(�hnE�6�VjնcO��6�y7��iʶ~fK����jڬT0��<�2�����6+��^;�4~%����pxh8�4^/
�������:���2�n6eL�h`~��=u���p����r�n0s��Os횶����Wr���G��h �_
�C��mz�-��=�)w���Fi��#�@u-cթP���O{S�s˛^|B��A�'m	TQ���n`.[��ܫ�
|�Եt�7^�p�����@������pxh8�4^�s���C8�U��k���N��}��A� �栺*�s%�����~�aJYT}�-����1�pT��V�P%�%�?p(�>~�PA.E
�����]�1�^��(��[#��\���ֱWRЃ>4j"m�h��I�@I�>]���y�����ҙ�A6�������E:��q7����n�05A���uP��y
L�8�Pj���K�9
[��E�Z���.�Ȫ����.�L��u֛���L��;X�t�0Ua���2�9�@�às���_!�_	l8�4^/
����@����7���R�?�~¥\4�����F�>�R�7F��{�V�C��l9w����T�.[�)�?}ڕk ��Po5o�t�h��z'���\C���V�g�s�kۥb�%��@���6��[�\ܩ۶`�6��Y��s�K���ݞs7��j�A��A�n�X�2G�?1�R6+�u
����W@P"�[�U��|��~��m�m`�3�` ��{H+���"Ȥ�N=��Mϯ�4�U������ `z~S=����n0�o�粤=���	����̙�hJ#[4�ٗ�v4�`5�@b�t
n0�w59��-���̩B���(X'�[����6�7i3�S�P�@	� ���Ĥ�����/7^/
����@�����:���6��U.Eo��w��sX����E{Ls�U�Xc��a��u7W������v��R҅�l���~���٭��N�v]h���;І���i;M�GC'�{I7�9������J��*F���ͦ�>B\u}A���窞o��<�ȟ�Va���CHP"nLu�m߼]݅�����=e���MF�d�U�f;I��l�;:�D�C�ߪ�iŪ'Ƚǐ�_V�L�:p��s/5V��.�~�{3R[�I����AH�]$��fCT5�����Pہ�(Ku��^([ݬ�N4]&��E@���.��`C�5o�J�����@������pxh8�4�'��Җ�:���6�lB'�.D��
��Р��xw�5��%��1\U��)F��:���Jm^�[u��R�d�T�wOt�I��&~|Uͩz��q;j~đ
��T�s�D�_S>�ܵ���	���������T��G4������m�������5'W�:m��" �VH�#t|dM‚���nz����:�um���?bG��A�-<[ez#�S/\���х��yD�V{���+��
@�����u6y�#�L����<"�<]5��d�	��l�j&�˺'Y�%i��F��b��g�J�AH�}������P�=o2�O౩��pxh8�4�$��J�l_ҿ����A�wp(��
UN�Q��߆�'$k��L�e>��Wƞ�%��ײ�:��Rf���Q�k����b½�?�.�u���x8��L����Pr�07j�N���װ�����OfX˼I���\�9���9T�n?���S�#��Z֙��kk@�g���?m�b�i��ʘ,������k�ċr�]��=
JO��E�*We~� 4�	-�E,dN�9��wuʬq�w>�c�3��e|�q���Ew��Kځ3%�,y ]�Y����$p��)C�Ǣ�����yR�<KۿK}�AHD`���!�@}En���evp�7��/
4shV��TʉX�������J`ג�	~\#gᅑ./T����!�I�j|��*��<^�T���@+�]��uƜ��O�	��e���ә�"�O>������<Y\��U�����s�h&(� 8���0h'yW����ǣ��)����:�)yMj�m�v/	��୅{��Gy�N�h�/�(�?_��i�Rr5^��z�,b��\�S
�,Oqx�YM`�/���*�6�x���g2��
%sT2iW��6�B�E!S�r4�G-2-ՕAE�~�5Ν����f�Ӆ�^�f%��ؑ�VU� ڹ<��b2��a@`�F�^3�ڦ��D2�7	�\�����9�F�U��K4�s�׼2t����;_E�!��|�P�D�N'W:�$n�|�XN�r`�b=b��?L���K3���ԍ�E
��2u�����sXf�0	��@0J��
��pxh8�4^F�e�N���1[��7�0�Ԩ�et�ŷ�C��_޲�H�~D�ܬ�|����O'��P����Xb���G�5�E�9`^a�����Gy�3�T�>�^�(/檜���}cݾ~�[��"�����ɯ�����x�·�z&�$u7@�L�&����i��r=G����g��jw)ZLZ�sܗ�~�M+�@�>�7p�Z��O�I��'y#�GSA��S�^z���U�����K�!�;4�Og�0͂��_���]%=��e`�d
�ԣ��=K?RP��z��1�2�Ӎ�-���x9u��J�Z�[�Ԛ�[�����@b�yvp#��a�i.�\�w���iC���#Y�.�ǵꚸ�M*�R��6ȩ�-~�����fZ������>�Ohզ:�as�|3�����|��*��f��0S}a?����~�o�V�J�]@l,5���}c×%���������E�SԸ��ՙ�_T����	�!co������`_Xp�����j��9�C�>|"qO�ꁾ�K������t��͝���i��'����
�t #{�P��&re����j�5���hv�^�M�8����G�E�����h��&��]@���X֔���Af����a���J�ɂH�*�������_�VnX3�u�g��<}��h���r������PPv!�o��[@�[�D�F- 2��)�o���C��O�SP���{y��#\���_�.1�C���|ܼ���]�,�ҥKY단K����ss��ͅ�d
��w�2L)�߰O˾��e+������'HL�$�1�
�?��Ѽ�z>��!�0�r>��:x���Gt����b�*���h8�.����pxh8�4��6V��tU��9Oyw莇�!+�IT
���.Z��v��Z���F��
"�p�������S�΃ѯ��?���!�p!�B|����5Cޞ�H��(zz�����i8���[97Q{���
��z_b�:L��XTO>��٭�E� {�R\)|er}�o+�BO�����#/������}W�H6����gvs!��Pf^��3d"#Qg����h��8��la��0`X�J&�ɂ�`7�;a�	E
E����O��8��SҿL�D�_���:Z�Q�z�2��*T5�5�XQ{8!�Wf���S~����!�a�8�9�'J��HSle'�@��&3�Y�E,��_�ɷx�1��O�	�WP�1E�#��u�3j�k�E��y�g\iQ�bp��-���;��;�ť\���{�ǔ����U5e�)�6t�����i,��U��J6���os&��X!���؉N���3�˔���A��!�
:�)��OFH*V��3��9g��[yT��,�FU���
&_C�<����ҫ�(_��?(����W1p�?�����OW	�p�!�3J8Ҩ��o���W�d��'�`�9�MYa,���3�˳|�Cl�S�Ŧ���.׳wU!�ܟ��z�Bļ�:���b ؑ�r@j�����vx���_����	E�4�X�3|��8Wi�5gq�qp/�+�3v+��s�+Q7�]��.v��)�����g�p
(6G���,(6G�?�Xd�� �o����u�'p����0M�:��n���C��f�F�/�?>m�O�΅ؑ�T^�r���R[M)<#���5Ќݤ��>;rZs��[�{u����Y����0c?��]��y�Um-��~��/d�|d�7�?���C
��e_>Dѡ���Wg���>�i�K��ݑX�8ƫ
"��J�fqvq�xh8��������p����_�]|-Y��w
:�����o\��+
�>%����W��7:������r.�\����+t�W��#��*�Oԃؗ��q!�TFQu�~rÁ���	&(�_�����=��q~�}�����`���_�Ƴ���CN%�E�Hs���
�h�k�Q��EϬ����6����\P�O6/���I
m!���ƹC�lg>��҅ 1�O 6X}G��.M�.��W�@@,��T�K�D���6�����k,s?ofR"����vޣM�t��2'zlY�=@'�������Ӥ>�U�?R�ω;}�]q?k�o���)\LXf�Ӝ�4��X� ��j��JĽ�A���onLٮg��{�S�a����D���Vf����2��n�2���td�cj�˚k��$��O��ng��y����v'����C�4���6ާ�~4�=MI�3�������d��F9�ݑ��W=	dH!��R����
�u�}�8�o�=�-�p`$��^���/O�e4V<F^�pxh8�4^/
��<:F�@Ǫ1�b�
@ȆEԻ#!�'x�H�m:VK�-������
OK�B��H��a� B��QЏH)�DP��<�wW���~��-���`���*�d�ބC)^H~M_T^th�S<ې�����@_.���UvFm��Ȋ�Z@}�M 6���B鯍�yXR�	�>��F/X������[�I�I
V=z�d1a�b�����X�C
:��oF��E,(�����`�p��4�l�bZ�D�'OW��A]4��RCC�-yЍ�i���s'/��U�S�$�C��C#\r=��h�Lݒ����ï6^/
����@��[�D*->
���M�k_��>��zlI�Т�������3,r���uX(�+d��<��d���B�qv�%^I�g��P�Y��=�:�-�*���%���]~�E�#g�r�bo��n�c���LE8����ȝ�6ΰ��O;�㚌�u5�����>�z�A��C���&�C�&����g��I����ZP�
�b�s�b/�p.�����o'G�+���o^�_��n\!�	�噻/�������fvq�=���fJ�>y�O���eĢH���ES|f���D<�`g�iz�I��>�7p5SZت!�{��y{�~�=4�@���#��˹���5�"p@y�U8ZS���q�	�?*6�6x{���ϖ/
����@Ñ
��<�����п�8����~�o���>U8/���yu�67s����|��W�ٿpo.P���<]ץ�Ɵ�/��D��oz��7hz
�! ����6�*�Uy�jr��6~`�oK?�B?���o˿9�iic�.���ͅ��%�w�vms%���]���\7}����U�]��7��%~��T������_|���JOvh���務����Ѹ[��鄚�����{ [�@+r.����~�ٳ�u��ĭ����O"��2��#��f���`Ͽ=�MM���v��������7Q}�����WL�ZnJߔ�����B���� &�����+�$��U��=	;T�=�����(�r����/K�j���+�o�د~jI8&e �1�Uyz;���6~h�oK?�B?���o˿)~�yUY: u��R��XX�
^���fN��K��)F�i޲i�~�o�����8�K���X�/�pu���97���:dس�~�o����!
��6^/
����@�����*�l��;ݣdm�xr��]��1t(�X�nM�^�
j��!!/6��n���t�1P��;FXQ��A^����qƍt�C�������Tx�Dq���ۜB��k ���3|�|���9/`����/
����@������pl]h��^@���l!����=�mV$!���3h�Z�`�꠳9
�`�x_� akݞ�=�k�.|�!,��!ثØ�~��A+���l[�������������U?�d0���ğrB0_�S<ҥ�I_���~?�������C�W��S|3ȇɲ_���>����N���ք�(�azX�>E����=�<�Y�=��ku��o���������	��U�X��0�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png000064400000000160151213253050024256 0ustar00�PNG


IHDR�J3UIDAT8Oc��0
�%�!6�QHs�%����n�IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-icons_222222_256x240.png000064400000030466151213253050023000 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD"�b�tIME�
%��'ETIDATx��m�%Uy�
$!,h ,�%�&���@�|I��EM�r�ݱ�D���2;�f��܉A^$5�Ƣj^�K�@U���-wW���D`�|�q��"�t>�������ν3}�S���~�9}�<�>��<�yNp	M�)����`�	�px�h�t%��y�Y��D�^`��O��r�%`:
$%�{��0L�L��?��a|��6��܉�]A�����7P�'@/:�]5JH�&�ay����2���:�8t�y����@����#*'��?��t緝;�Ywגm׸������{�>|Dg7��\J�{�4�K�����3���tf�Z�ޱ�`�7�u7��Yɶ~f]�<��4m�*�<%%�{�^`����FR��
��	l8<O������h8<O�������k�2�n6cL��`>�]=u������$���,`�&�+h��k�6��J_*|�K�0��?@�lx��do��m�]�L�3�ݞߌ0.;���T�E,;��4�����t���MO���mP�L�U�A&�����e��+��`�8u�]�5�77~"���h8<O������h8<��]��C8�Y��s���Z��}i�A� �֠�)ȞsW.!m�.��
���z[�#��R�䨚��
\R��{���v�����
�r	����R�� ?˝#��[�|�f���`��������y��)�A-��Q�N
�4w���Ϯ:Kr{���河�3��ZP�!0t�{l�\�Y�wSn�P�IA.�Vm�-�R��
$y�����sI����@;��eغX�.�v����Yv���B
��n]g�������Wc�Vn���*�ôyT�=M�hpt
���+��3�
�'@��	�px4�
�'@��	�p��C�`���=x?��.�j�lk�]�R
��Q.�ޫ5@�P�,[��Z�j6�ƵK��ɟ�ڕ[ ,�P/5/�t�h��zG]Yn�!��wk�9څ��R��+��@���Ktťa.��mK�uD�<i�5Еc�n��[@z��@VmP���g�Q�O���c��:�Ӕ%�{%���܄.緯�ןߖ�F{�h'��@�{����"ȕ�.=>M篂��U�!Lg�K�\A�t�$���Vr�����X˒��`L�o���Me�/����R����+X.�X.]�L�]N��q�%e�7w��"�<
���ּ��p�뻴�ʩ����@	 ��uǤ
O���O7�
�'@��	�px4��� ��P���d�r��vM{w�Q�v�e�{Ȯ]�0�d1w�%L,v���Qwq�yyx`]�jW�.���!��W��W�l�/������D3�,v�܁6]����iZ<:IݯtM�~�9��U��P�i!�s�nS�!�����Q�yU緯lJ�Ț����!$(�7��-��/ޮB¤F[�^�)F�#���*U��$`7���\��!�OU���Ū3��ǐ�_��J�:𨃏ܽ�X6��X���!��|�.��!}t�$ePR�OQա�/P[Cm�b,�=�����X�A��!�th��o14]�Z���h��=O������h8<��#@k��eE�ٲM&��I�KѢ�&�b���04(.�%�t�h��tIH�2���>���D�g�ͳ��]ݢ��@�N����E]�h���ɟ|�T=���m5���@�.#���B���W��2w�Q׿¨a�lrv��E��b)n�#��ය݄��F���/N���6�%�t���]���KX���"��nz��"�t.���'��`[��A-<�d�#�]/\����#
��sDbVG��ӫ��
@�����u>y�-�L��T�i 	rgW=�����)��l�j&�˺;Y��e��F��,���6��C�G_0l;���y�1|��5�'@��	�px4�S�L�T_ʿ���ߐ�:�AD����V��\�cK�
!��e�8�L�}F�{�=.�y��0�������~w,ݭ9�^n�	���gH���<�s�ٌ�g�d���}ܠ):�$:�N��"��<�S!,��qg
駹��\���v��'�g��{;W3�p�I��m���bn���i�;J�����)��s<.$_�.�[5�{�I�V\ⷸ"�[$@d	Ke�%b!���Ѯ���F���n�0#l�§��8o���($���%�f)@6���[L�9�(?�K��o�?wjSl2�^�9�E�L����
�VH)0ͭ�!k@}Cn���U�:l�|�4���
2s���P�R�Q,Q�g�d�p6صp�Ki�*���B�?O�_1�?Ʒ����d��'%d�;��§\��k:�?r7p#���'�r�eL3��[[$꿟3D
�N��_��8�״)��<��z����'�i�>�]Y�,b���}H!��0L�a�4-�U��ڣ$�R|��c��r�Q�x�/a��_��s�e�R�mD��z�$V��\��
��3<ɔ�0㗹1�VD��<�n&�S	��L�C�4�*��5�O���`K�A����`�5�D$�n��}�5����Bf�"�GP��M	rU/���j"�$���!f+��{/��fjt�k�P�t쇘�S��ӹ�r�#��q>#��a��=���5���!*�,6�~ ���^#J�t
Wg{ȃ�s�d,�o9�X1�	��?������*u�u�B��,=�`�޻�'���1l$[�Gx4�
�'@��	���DΞ��-���z���)�E}:g˖���	���gÁ����yk��>��fi�Na~������ɏ�k`�.����7���3P���ȸҜ�;����+
�Zp�Ml�b�in��F�ݬ��L�����پȓ4� ��:�a�.0J���N�.p�k8�NP��x����\lh݅x2i�ǹ?O�H��5M�@�.K4p�\a������/�>a������y�%�^��z�U���������2�5�O'�0��V�Os�M��R�4�"0V����ܞ�����Fq�y�Y����E��L��0])PK~I��rx/��Q�s�*SL1�fn��>���������6U4�>i�#�����\��}cJ��j�rjo�_u8�n�,���JF�g����yFk6�a[0�y�|���k�S�\6������+������)L*g�	E�D�خq|Y_���'-?Z";�<�W�ϼ=��
��[����\I�L}���‹�7Oq��X�������
���4<��z�7�=~����CP�6w���'ƟL~*?7ȳg����%�n�pM��B��C{��
�L�^�O������2;C!�<��n��$7��B5F&XQ�?̧��>���-��c%D�P]y���_�VaX1�uҗ���E�c��_��t'�[���PP>�`���������4B�� "���O�7��Ց�F���3
�����<�5��ϝ|B�.0�#���b�b���]�,ҥK{�/QW�����ܯ���d������0���~�.�����ꏜ���}��eK�
��Y@�3>?�_����"��X,�u5OԘ��(��x�sG4DI��
��4�
�'@��	�p4���X�N�IM�s(�,�ѡ�ކ<&���R=>@]���ZG�^
_����H�k����|��p7�rF��p��,��/�^>G�-�B���+�7��(z3�d�-��A���^'����qzj�����
��z_`�I:L0��T��|��a��Ʉ��܇<S����I�U̅囌3I'.G���Ó���Ґl�{U���R��̌"�g�h.Gj������,�N�Ui��0`��rƀ1�G�lK�TQ���zy���"?�����or�>���'���/CT��S̤�
U��
�(�.����2����Rr ?<
aG�B�Ks�RƔ[�I���lc��yl�U��_�ɷx����O�	�QH1N�c��Ӻ#�?5f4ߣ��3lg��GA��<�aW�9�w@�I6����8��F�߮��U3���hC'��aQ�?m���*�w���\�����9$�;`[���6q��5e�(�|�E��"�8��ODHF+���~��S��m<���*��M�ʖ
._S�9<�ΐ�ҫ�Q�w �ʼn�W)p�?�����
gW,
�
'�!pF�Q�8�_/�_z������{!��X�Z7&9�W�&�E��f���!��GU)�ŸY�:�l���{����`s6��������Ãl��d��,Gyx��IC�
_�k���Jw�iK��s8��8������Mq,y��
��S��V�{�ycP��I�#ి��űo���os�:�*�i�@Z���8]�^��e�xt7�)�%��-T,)�O�\N�K��Q���|�0w�f���Kl.X�����ګ�=_���;fl⧅���;ϱ�m�� ]/�O�B����.y��S���W�/�)���)�xsp;�+��<��.p�ƴjq��I�CE��[���kO���y��
�'@�Q$��6^�=|;���6�������o\
|�ˤt_���⽃��G}�{����K����T���{���q�8b�
�� vK���"�kK���/n8�'@e���6e^���j��Ԫ�p؀�����l)l�㩻���7h��kdC�]�H�4�nnF�[:b�	l�[�ꑬ�'n�(���|[�Ƹ����4%�t�]�BF�h�%Z`%>�nj��Ԅ&����"\r'V�Z�v�D)y�kC���bW�;�I[‰�k�!�����fui�Q����*t�W�s�N_�~W<�
��g�)�'8}ږjHz��D6���6Dkx��3���?��x����Fy
�z��no���O+�v,���bcx���sLw���xt�n�G��ĝl�Nn2�ھ�I�O�ΐl��Ɵw�
�gkг��=�ޜl���Al)l��[�k��;�)"W2:��-�.H�٥��a�q�6���6$\0��o����qnj����cC�[O������h8<O�":F�@�j1Xg� d�b�ݖ��3<c�w��
�'ú��la��jd�iiK�[:�J�w@!? ����~iy��
�0\���]������#cY9%��&
�B�s�Q�@�6[�sJ8�NI���W�߭C'�QۥdFPMP�8a#$��Q(��+K	:��e�B�zi�X|�N�~<Ɯ��G�c̥��5P�\|t+ss(A[����P}��
���|-V���ܘ `�UZLh��v��$0���sƼyihH�� ��?K��Q`�a��#d�*���A��S#\j=��i�,]�������6�
�'@��	�px4E���zl@dh���!M�����U��c]"!@�n~�R�J%O2�!�E�a��h�=P�~`��$AG��S����r5�2r���b&ATZ�-J��C��-�����W8�?�<��8ʽ��*[4�F�T�jG�p�8�&)�v�U<�U���j�i,~�|���?�=�lW��j�˻�RR�$�3�}�n�|TK5..�NQ�E���\�)�k������)ʿxS,��qE����������i�!�{q}�g�.��r
�g�U����Sq����s=W2^��)�.��[�AB�h��W�.��y�wȼ�=�}��0���6�O�8A���6�ϫ�
����O�
�'@��	�px4l�ԕ��T�
ž�����-���-��@]�-�\�����A�+����õ��2����{]���$g��������-��h�"��M�M�-��|9�ZvY�?0䷕_,��m�o��9�	aa�.�I�����K�*V�J6[���B�:�n�.����a��P/0K�s����Զ_r�S�FOVh�	 �(��ɸ�����5���@Y����	P�}��x5y��o�����E��Z����=����UJȯ|��?t�k3�=h���vn'SO��!`�Շ��]��~r	պpS�n=���ҝ/���A=��p�/c������Nء�葜�&�(G)�JG�$6y��I�/�,�MP���%��P����(��i���CC~[�����v������W��B篾ꒈ�V���$˹�}��工�(�k&���
Z^�8�S�8>z�E�LHWW�����+�wx0�������-���pxk`��	�px4�
�'@��	�p�A�ܣDk�H���2u]���A��zwnP�E�x��Fy�A�u���m�	0F�0b�G:�1;L�6|�C�GI�C�H�R����ݿ6y��~˘�{��o}@���]�Q~"���h8<O������h8�/�~B�	P�-d����׻͒£"D��
��;R�򠫹 `�d]� a����{� �-�+�P�S#R������3@O z-�̒��
��¿r�vJ���Q��z��`W���_9�HG�x��\���E��A����2͌r��͠�&�~U�����>��w�S[�Σ��- `9�'C�~���C@�e�Cٹ�q�_���	��X������z����N�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-icons_888888_256x240.png000064400000031004151213253050023031 0ustar00�PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD�I�( tIME�
%��'E�IDATx��{�eE}�?H(bX�!�²[R�`����J�H��!w��M�b�ݱ�F�Ѩh����������ڥ�XT�#�D
T�;"ba�Rqw}�����G��)b����}N��9�νsO���sϯ�Ow�~�8�����<��3����@��@F����3��� ��
��$����	+�\���$����������	�����Ook�؞�0�Z	"���"`Jy��Qz�B7i��Q'.�����q���I�v�C���T���2��m�k��5e[7��������G�tͩ�k��!HL�^?3dJ��[��
f�Z���S0�Ms��}`�����T8�t��US�˴�����
��@1�a�`��fe��k���ï6^/
����@������px{�|�A��Q���"���i��O����=�]�}����=���\�z��\��mc�-��ܷ>���(�DЯ�'�L�6=�����;�����㴓l���������ۧ�=�����M/>��ڠ̓6�(�ڬ��0������$%GI_�km��+�$�.q��
�W7~!����pxh8�4^/
�����ƐQG8�U��k���V��}��A� �栺*�s%�����~�aJYT}�-��c*v�ۭ.�J�=C
`+~�P}����\��=.�4���3���%4Ph�
�F,�_\���ֱWRЃ>4j"m�h��i�@I��zJҼ�y
ts�Y���@�ee'��C뱅r��jm܍��C�&��[�LM�%m{�e^�.�%��f��lN��źuѶd{��$�*�"n�K9(��u��f��c/ӯ<��-��!LU��i���{�&��0�l��W��W/
����@������pxh8�͡��������p��h�x��ѮO)�L��Q.�ޫU@�P--[��j��j6�ƵKǎ��ɟ���5�r	�7���p�h�ۊ{�]Zn�!��w��3ڹ���R���z�z[�t�a.��m[�uD�,i�9Хcw�nϹ�Cz�Ơ�� G�m,o}�R�f��NaÔ�
J�uˁ�
]�o�ۯ�-�M�u`f�]�g�J(��U@�E ��N=��Mϯ�,�U������ `z~S=����n0�o�粤=���	����̙�hJC,���K���J��s �/��&����޸咲C��9Uhua��v�^u9����&m�t�jc�(���0�H�@�ᗂ/
����@������kR�]y{L�*���k�����,��CV��=�	&���*a�����T���������W;�u�M��B��-����b��5���߮�`���b�p�]��Ӵy4t���tC������lh�b���ٔއA���/(qW�\���;���Ȋ���G�'�+? ��U�@���낢�s�B����d *
�Ȱ�$�����=�����U!zӊUO�{���'�!`5͔��:���K�U�=�����Œ�@mRa��l�{IB%�b��5}�Z��ƀ��T7	셲��j��D�e�!��0��14]�F���h��4^/
����@�1|��E�f /n�l��&t��B��nȫؠ� 
ʹ�wS�L��O�DHZ�pU]�g���@�*�y�;i�-�JӅR�޽��HCt5�jN��ާ��r�	��L�s���_S>�ܵG]�������ϗ-
򩸹�h_�Y��=^�4Y	����kN��ջ��N�c��>BG��A"I՚L�@<4A��G������<�!s�"=;�a[@�ȼ��U�w0b?���X	=��0�H�j��r~z�V�(��U��&�v$��>�R�@P��骁�lO$���H!�`;p�dvY�$��4m�����^�U��_��B����`ڑyP���0l'�z&m0�Oౡ��pxh8�4�$��J�l_ҿ����A�w��`\q����cM�
!OJ�e�8�|z=��=[K<.�i��Ǹ���"0k��ޘ�W�=�������r)��0O�1%�^���q�&�l���
;���GX�)����[�ʝυ�c	��CU��rH�=Ž��1�e�q�3<�qm
����LZ��P�(DV�2�K~�,�y)���xQ@�e��z��RB���c�"~���߲D��ɔ��"2'���Z��o���|�8�8ۀW�a�5p��T�a�,i�1�Y�"@������)�?�ӆ��߻�!�b/�$y
rH��C*s���Y�+r����(󰍋x�!�i��{@�:>P�RN���������%���F���./T��D�UC��|���'ȔՇx� �;���w1w�s:�?r�^f��O��E�1�~6	���Y\��U��������h&(� 8��0h'yW����'�w(����:�*yMj�m�v/	����{��p�n�x�/�(�?_��i�Rz5^��z�,f�\��
�,Osx�YM`�/���*�6;x���g2Ë%s�W2i���al!ަ�)�9ϣ��ՕAE�~�5�]����f�"�G"�z
���^`[�[UE0C���!f �,h���5��c5C�m:�X@`�I��b�Sd������s�h���ye�Q�w���B~���+`$�;�\�l�<�A������r�z$" ��D�/~?U�����e�����!���$�(�<*�@������px-<.�3� @�ac�.'o�aV�Q�t�ŷ����_޲�p�~X�\Q[��t�/X꧓[_(���f,��R�C|
l�e�W���x�1�L)չϰ8�K�*���w�D�/�����n��-
}ߑ���B|W}|�·�z&�$u7@�}L�&����i��p=��
���g��jw)^LZ���/
@��H�V��=��5eO��~�7�)�����T�,�9�TA�'n�T=������~�E<�6���:�L����W8�~GIO��,Y�	�H�n�J�#\�x�A�X������N�S癫�E�ҥ����X�'9��!f�g7�\���b�˅|�K��6T��>c�#��%��V]���I%uB�5�9��ů9���\�
@��L��V���I��T�5lΜo�av�Y~�/�z�q�,�b�/쇗�/�&��o�MޮP��H����:`�oaLc��$1>���a_�~�EvQ�5��y���K
��wہ]�V�\MbL}��n�{�7_�$_f�@M�?g|vhЇO��iT=�wx9����6��M�R���D�?�P�d�3�����ddco�/����\��=��Zy����*N�֫�Ig/7��؜�(���8��6���~���bC2XS��ɇ��v>�G�[����UBu���S����f�������%&�?g��.n^�[$CA�9D�`}�O���&R5j�Q|O� c�]z@hd�}����
�vn�A�sw����$�S&�q�N��w��8BHH�.al�/�.uS�?�-¯[
��Q�ߍ�0���~�-��ӗ�쏌���}��dK���@�3>�����Lb�,�㺪��k,Ox�AJL��
Q��
��4^/
����y��U�4�T���t�U����m`:���!���E�0ݮu\k����_A>�>��^�Ż���
1��y(�u.pn��f>Nȭ�J�ǹ���"o͐�g(�m!��dz��5p����휝�=���Nن~Y�/1��YP,�DO>��٩�E� {�Q\)|uz}��(�BO�U����#/������}W�H6����gvs!��Pf^��3dB����3u�B�J|��y���e0	,p%��dAN�ؙ���"���o��ԧ�E~���)�_�F�xq��/�O^�_��V=g�Ow���	V�.�+��"������8<g''�d颹)c���RDz�I�Z�X���E�|�7������F�(S�@;fqYw\�Sc^s��g�qƕ-v��E��}t�a;��K3�!yo`��1���0wUM�cʢ
���ò�Z���]��!���N�p�⿖����tz[8]�L.I��H⯀H�1E�����U���?~Ιl�6�ngs���9;��u�W0�������QK���|#���h'�_��i�D�u�����5F4x�V����F���t?���@T��C��7Cl����n6�p6��U��vE�9�V���9�rf��	1�k	���`[6����"����Av�E��'xx�h�Q������Js�9����9��8�_����Sq/�\��A��Lv����I�l��_D���N���3t�&�����c,���{��o����u�'p����2M�1>J��Z˿�5���F�-�?>o���ʅؖ�T^�r ZJ�����j�hF�n���m9��zޭν:����y����0c?��]��y�Um-��~�C/d�|l�7�?����
��e_>Dѡ���W���_ִ�%��X�Z�5��,�.�/
G�t�4^����������_��Agܣ7�����ˁ�sE!ܧ���W�*��Agޣ>���p9r��Nٟ�нQ��$�=f��?qb_fƅ�����d�����	&(�_�����5��q^��ϒ���`���_�Ƴ���CN��E�Ds���	@���X��d�������6����\�h�l^�͍��B,1��9�M�2�^�G
����-�W�C��f[X�.��I���!�n?����.3�_P�pǹ��@��}d�@'�������3d>�U�?R��I:}�]�k<`���\LXf�S����X� Y
� E���㶎��ho~sc�v=����C`�x+��!bc�;y�6�Si�qRN��, ����:���W�qUw;�9~�8�c�S�_�\�w'�^x���q'c������:QFf�����߷�~����,%}ϠW'�;��[=���Z���6^�$�!E$'�-vs+�s�U�(�t�g�M���Á�,���Q�h<1c��X�Ixm`������pxh8�4^��X��o26��nQ��H�A�I�4�;F[��Ւa�A����*jd��Ҧ�a=�4tX/��,~���RJ*�o-O�]�U���ŪiS �+8³�*�d�ބC)^H~M?����f{�lC
��]�GG ���%П֡��Ψ��YT�O��	���Bٯ��yXR�	�>��F/X�����כ�I�,*��YS�/
������(������`}��D,(��K�Xg�p��4���bZ�D�'OW��h�+RCC�MyЍ�Y���s'!����nJ�C��C#\r=��h�Lݔ����ï6^/
����@Ñ��[���9�3\�;4[C#=��G=6!h�Mݏ^NW��9��:,���s��o0�C�d!�8;�2�&�s\K�t��Žl�:�-�*���%���A$-�����G9�4?�B��8�=��:�5�F�T���cw�[8͖�?�kx�k��j��/~}�c���n"]������o��.0x�+��>`/]ޭ5�.`+g(�"F�e�r�������s��"����b���ۍ+"xx�p���=����N�K���L�B���g�[y� E���?���Ga�*�J$s�u������̟2$J��LqW3�����[���7�7�C�D��0~ķx%�>1 �X�)Ϲ
G�`j�!�g�����F����o�p��r������pxh82��P����R���������
�^�[����~F:�.��f���~�o���8�����\�#�u]���y��
�K�	����|���@4d���mS�Q\���WӣeW��C|[����V~[���OI�t�Mt1�R�D�U���͕l��w؃zwp��]���W��v���`��
�鑫����K�~����-�ְ|1�t4�0w��q>�Psߜ���Id�hE�%u]�\�1{�Θ���M`OpV�$� �/���#����=���65ك��|���S��~X�B�!�~��_1�j]�)}S���/��G" ��C@4	���F_&���D�xv��{\����(�r���ݯH�j�$�+�o�د~jIDpT�@���+yz;���6~h�oK?�B?���o˿)~�yUY: u��R�D����"GYN��K��.F�޶a�~�o�����s8�K�GY�/�pu������}��l���4�2�AH�ᵁ
����@������pxh8De��t�a�{T��
O��)Cץ{�C@=���P���S��q�HO�3�`c�Ηw�����C�������鑇=B��_�nP�Q�!`�B*rls
�گM�<JBd�����[@P漀a�{T�_j8�4^/
����@ñy���zY꯳��2��|�Y�@xT�,{�Ϡak��W��Q�,+$��	[����!\{��v�Sa�O���z1L���=�l��*+ʶ��O9��oOؿ�H_�s�^AS�'eM�)'�;�#]�B���e��A��@d��{���=@}؏p*���&�G)�[@�j�)B�~?����mVie�Ɲ~�ۣ&���c��<z��6���H�~�%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png000064400000000167151213253050024241 0ustar00�PNG


IHDR�J3U IDAT8�cx��0
�ČP��Lp>�h��A	�F�(IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png000064400000020002151213253050023256 0ustar00�PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<,PLTE�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�

�J�ctRNSXG|"2���wf�����ZNz�@@ef�S�F��ccaM�hmz�s��}�����䁎]����������b�p�
Ιi�8*�y�㧁Xȓ�د�͐����ǫ����bKGD�HtIME�
%��'E�IDATx��]c�޻�$,�'$h	��)$uZ7I_�B"H1i���R������kgg���d�l�����>�ٽ��=Y���� �d�]ز��s:w/��	f@e�,!�A�$���HW�	��O�|��FM�Z ' ��1��d���9� ��v<�AAr�k�eN���
f����s��an�l�줰.�`�����vb���V��L�tm�)�u\vG(""""""��8sOp�~P¢5��{BK��F���|�lAH־QJ,`�4�.&�J�'�T�o2b���ؓlYQI<�E`	
6��-X�lֈ�VXH��|#j�`E��q��>B�:�qџ�C7�?���xt��v*��ݹ�8�P�6�_��d�Y���J�7��%�߾�A,�U�4��IGb�(��W�
��pB� �k.��b*X�&kVfvZ��?k�	y��Ya�R�o��ڨ�3D�O�HnoH��6ݩ�~
�q��c2""""""Ⲣ��ԎnFb9������ͷ��J
��y��j�Jxsj�Nev'`���dU�۷ķT_�`�����'yo-��/����jf>��%�������p}��b�%g�l�:`O�2Lj��-6�.�`=��3��`�����f7ֽu�C�l�!�Q�8s0���x��	��v��I���i)��C۷�#��W	��3�{=`���DDDDDD�g��
yU�Rb��E�:h���������Z���~9јf��vv�_�촸�;�{������%0��}z	{�]	p��]$y>���a�W������,�����:�t�X�a�uO<��m��@R���HAb�!w�(xǰ�6� �=�b%����wzRS�	,:3�﷤�6�1!��!!»�\�a�)yc$������G]����������?�,n����7�s���V�u������n ��R�(D�6C��e���j
)
���.��t~a�g�e��^��z���@I��R�@��l�s�R"S�Oa��е�b}+X�o��(	rX=�P�����l 9�+4��:X����u�	�pL�(jW,�)l�2[0��hw��3Ї��tE�#"""".2�'d��2�����
e�FC_�7�씮�KŌ&g~>��1�X\!��R��&��H�Z%���!r���
B
�h�O?���pj�����lgk�J�{=�`����	z��*�&�� -��!dd�e���A��z_�q����~wY��p�7�|0����������TG$!	&��I�|��|�����@4z</��5o��_\�v��w��%@��.&�4)���6��5xM�i�Ju��u�����U?Zb+���!p�:3!o���Ȋ��I����w�$䂼�$�	
a����=��d@�	(�5� "�*}�f}᠜�:�'���!����������
‡P�����M�Y@�?�oz����Յd�Ƿ`��BCH^�U��P�0,`����T�Qbr��j�~��1�;cL���S`\�?vZ' 4pz9�M憀�l�����
�����X����*2���p`���?�����\�Y6-���c��K8;�Z���]��=������������w���;�X�M�=��IS�tMvW���5�O�}��hkN.��6�?�4#�E���ّ]��4����L_�S��5���i2=��rW����h�+g.m����v���]��D�-���7o�_z:�9f~#��p�2y�3��������8����X
cC����m$��O��B��Wrmp��dg�i���+Mt�	(W�n�p�&Z6ʤ}g�?^~�_�
*ן�8�����O�V�|jo�v-�y`{S�A)�T�z��"���������-م-������tH,��X�������F�!G@9I5�-i��R���`�k(��&���>�_v�+O�B��T�������Ą1��-"��b�J|� ���R�C�~�9��`(F�H��D��D�I�~rmt�o�*y��nw5yj�=��@%c��]-+�o�;�yA���АE�;U��S@1�!��;��/�?�S�������&_�o��?��g�N�$j.��E~��eo"�>�'O���1(�C]:����7��``,�!���EDDDDlC�0�\98dy�_��ha��}�A����ߗ��|��|�����Ξҿ����
�wnܪ���
sYbHdz�	ި�4��p��`���b!Le]cm�d`I��������.���)n�t#6e/YW���#]�L;zs�L���r����rZ�g�\-TB�^�7
@��7����P@>��'��FꝦb1
xHE�T�j_;S�1��j�7�T����%W����{ڢ����O��P��nS��L!w�@�Y��E@�2��&|^}|r��KM��_�%0�8
�"1���
 ��;X����<m2�Q�~��_��ld$z}�`��	5>Q���j��3S��xY`aׄA��|>7��l�c�X��p�xH<,�s�ɉx|2��8	�9��j�P��F8zK�w��/��1�*:@�^&}T�#�����	�`�cp�O�g���i趜L􂕜�T3Ə����}*�(�`��	���.�ŽV��3��+��I�f��u�?��o�c]D1kT� SKzY}`���}<~����*}�0F;l<#""":c�OG��NM1߽�v�6��/��z��~����+u�W‹򉣾k����ř�;y6+��u�hU�TTm�4���m�����m=�T��z�ϼ��!��
_G�S׃�'�rm��-R�^����ksw�5�I��B�F�f&xc��_o/������t��{-��62̶H@^���M@N�<�q�Ӱ�6R�d���#�6�`6�m���
�	�e��RwcR�l��(_�)tx�	x�2��
pz�9`�����k�>�D
~:?���8�
�=8��S�#�������V��Բ,<�a�}��jEDDDDD�#�xրqdVzC�vv���Ϟ i)ΐ�R��ȠB�Z�����mN|�%C�C�AL
Lʴ������8�@�E�`���00%�X��:Y��>W0#�Na�
q�?`%6h+�a��@��9`�O�ޱ�@�]? """"�r���EG�_?>Dg7��rt�>'W�G
?��}�q���E���?h+�K��$@��Ɋ�c��Y��뷓�����1��m��BF����Z��| �5Ƿan�gW2��@}
z��fչ�#}��SP������ן�	$��P���K��J�W���PX��1��j^X���J4&�R�F�3p�μ�`t����7	�����_.G���.���Ky^�˷�#"""":����!��r����!��B2=F�Vn�^W9x����Udz���ܶ��r���W��Z>U��i%�Gi���T��W:���}�tu������w�t��u%��
>=Żá�<���[�t�{f�	F�O?�$��q����wz����øC,�`
������|R�>��3�,�~�Q(ؾ�B|p"J�W& <ԧo�1�����!%H~*KN��A��,�Z=	�I�NR@e��j�$i�t�5�k~\��Ħc]�m�06��tu���alڕ��J��#""""""<��3�{����$�_XA�'@�?z�o�I��7�L��]�-�����)�n$�������Aׄ�}�>#���@���I�uX��\�oZ@q���r�콙���v�j���;^�~l����ϯ�]-�����)�����h�Ϗ
-�
���������T�&�!�.%tEXtdate:create2016-09-14T13:32:39-04:00z��%tEXtdate:modify2015-06-01T10:37:21-04:00(An�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�inc/core/custom-controls/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png000064400000000247151213253050024042 0ustar00�PNG


IHDR�=4e�:IDAT8����
 Cѻ�������
9�MqT�&%zF�<��5&!�ʂ;~0���\=�u'K�6IEND�B`�inc/core/custom-controls/assets/css/selectWoo.css000064400000043250151213253050016171 0ustar00.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[data-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
inc/core/custom-controls/assets/css/customize-controls.min.css000064400000153043151213253050020674 0ustar00@charset "UTF-8";.tooltip-text{background-color:#1c1c1e;font-size:13px;border-radius:8px;bottom:140%;-webkit-box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);box-shadow:0 10px 20px 0 rgba(68,68,68,0.2);color:#fff;left:-2px;margin-left:calc(-120px / 2);opacity:0;padding:8px;position:absolute;text-align:center;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:130px;z-index:1}.tooltip-text::after{border-color:#1c1c1e transparent transparent transparent;border-style:solid;border-width:5px;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.customize-control-label{display:block;font-weight:400;font-size:13px;line-height:1.5;margin-bottom:8px}#customize-controls .panel-meta.customize-info .accordion-section-title:hover{border:0}#customize-controls .cannot-expand:hover .accordion-section-title{border:0}.colormag-group-wrap .customize-control-label{margin-bottom:0}.colormag-group-wrap:hover{cursor:pointer}.customize-control-colormag-navigate a:hover{cursor:pointer}#customize-theme-controls .accordion-section-content,#customize-outer-theme-controls .accordion-section-content{color:#444;background:transparent}#customize-controls .description{color:#444}.customize-control-colormag-background .customize-control-content .background-image .thumbnail img{border-radius:4px}.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder{background:#ebebeb}.customize-control-colormag-background .customize-control-content>div{margin-bottom:15px}.customize-control-colormag-buttonset .buttonset{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-buttonset .buttonset .buttonset-inner{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner{border-left:0}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset{background:#ebebeb;-webkit-box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);box-shadow:inset 0 0 0 1px rgba(68,68,68,0.1);color:#444;display:block;padding:5px 12px;text-align:center;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover{background:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input{display:none}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label{background:#0377b5;color:#fff}.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover{background:#0377b5;color:#fff}.customize-control .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control .actions .button{min-height:34px;width:116px;background:#ebebeb}.customize-control .actions .button:hover{border-color:#0377b5}.customize-control .actions .button:focus,.customize-control .actions .button:focus-visible{-webkit-box-shadow:none;box-shadow:none;outline:0}.customize-control .actions .button:last-of-type{margin-right:0}.customize-control-header button.random{min-height:34px}input[type=checkbox]{border-radius:2px;border:1px solid #aeaeae;cursor:default;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;height:18px;width:18px}input[type=checkbox]:hover{background:#eee;cursor:pointer}input[type=checkbox]:checked{border-radius:2px;accent-color:#0377b5}input[type=checkbox]:checked:before{content:""}input[type=checkbox]:focus{border:1px solid #024f74;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}input[type=radio]{border:1px solid #aeaeae}input[type=radio]:hover{background:#eee;cursor:pointer}input[type=radio]:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 1px #0377b5;box-shadow:0 0 0 1px #0377b5;outline:1px solid transparent}input[type=radio]:checked{border-color:#0377b5}input[type=radio]:checked::before{background-color:#0377b5}input[type=range]:focus{outline:0}.customize-control-colormag-color .customizer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-color .customizer-wrapper .customize-control-title{display:block;margin:0 0 8px 0}.customize-control-colormag-color .customize-control-content{position:relative}.wp-picker-container .wp-color-result.button{background-color:#fff !important;background-image:none !important;min-height:34px;margin:0 6px 8px 0;border:1px solid #ebebeb;outline:0;-webkit-box-shadow:none;box-shadow:none}.wp-picker-container .wp-color-result.button:focus,.wp-picker-container .wp-color-result.button:active,.wp-picker-container .wp-color-result.button:visited{border-color:#0377b5}.wp-picker-container .wp-color-result.button::after{border:1px solid #eee;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;border-radius:100%;content:"";height:22px;left:6px;position:absolute;top:4px;width:22px;z-index:0}.wp-picker-container .wp-color-result.button .wp-color-result-text{background:0;border:0;line-height:2.15384615;padding:0 10px 0 6px;font-weight:400;font-size:12px}.wp-picker-container .wp-color-result.button .color-alpha{border:1px solid #eee;border-radius:100% !important;height:22px !important;left:6px !important;top:4px !important;width:22px !important;z-index:1}.wp-picker-container .wp-picker-input-wrap .wp-color-picker{width:166px !important;height:32px;font-size:14px !important;font-weight:600;line-height:1.2}.wp-picker-container .wp-picker-input-wrap .wp-picker-default{min-height:32px !important;margin-left:10px !important;width:64px;border:1px solid #ebebeb;border-radius:2px;color:#444;font-size:12px;font-weight:400;background-color:#fafafa}.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover{background-color:#0377b5;color:#fff}.wp-picker-container .iris-picker{border-color:#ebebeb;margin-bottom:5px;margin-top:4px}.wp-picker-container .iris-picker .iris-alpha-slider{margin-right:-1px}.customize-control-colormag-divider{padding:0 !important}element.style{background-color:black;height:19.5784px;width:19.5784px;border-radius:100%;margin-left:0}.iris-picker .iris-palette{border-radius:100% !important}.iris-picker .iris-strip .ui-slider-handle{position:absolute;background:0;margin:0;right:-3px;outline:1px solid rgba(0,0,0,0.1);left:1px !important;border:4px solid #fff !important;border-width:4px 3px;width:6px !important;height:6px !important;border-radius:25px !important;border-radius:4px;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0.2);box-shadow:0 0 0 0 rgba(0,0,0,0.2);opacity:.9;z-index:5;cursor:ns-resize}.iris-picker .iris-strip .ui-slider-handle:focus{outline:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 0 0 0 #3582c4;box-shadow:0 0 0 0 #3582c4}.iris-picker .iris-strip .ui-slider-handle:before{border:0}.wp-picker-holder{width:240px !important;border-radius:2px !important}.wp-picker-holder .iris-border .iris-picker-inner{top:12px;right:12px;left:12px;bottom:12px}.wp-picker-holder .iris-picker{width:240px !important;height:208px !important;border-radius:2px !important}.wp-picker-holder .iris-picker .iris-strip{border-radius:24px !important;height:156px !important;width:19px !important;margin-left:12px !important}.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha{margin-left:8px !important}.wp-picker-holder .iris-picker .iris-square{border-radius:4px !important;width:158px !important;height:156px !important}.wp-picker-holder .iris-picker .iris-palette{width:24px !important;height:24px !important}.wp-picker-holder .iris-picker .iris-slider-offset{left:1px !important}.iris-border .iris-palette-container{width:222px !important;border-top:1px solid #eee;padding:12px 0;bottom:0 !important}.customize-control-colormag-custom .colormag-custom-info{margin-bottom:15px}.customize-control-colormag-custom .colormag-custom-links li a{background:#0377b5;display:block;text-align:center;color:#fff;padding:8px 16px;text-decoration:none}.wp-customizer div.ui-datepicker{z-index:500001 !important;width:238px;background:#fff;padding:10px;border-radius:4px;-webkit-box-shadow:0 0 20px rgba(35,23,5,0.2);box-shadow:0 0 20px rgba(35,23,5,0.2);-webkit-box-sizing:border-box;box-sizing:border-box;border:0;top:4px !important;left:0 !important;position:relative !important}.wp-customizer div.ui-datepicker:before{content:'';height:20px;width:20px;background:#fff;position:absolute;top:-6px;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg);left:18px}.wp-customizer div.ui-datepicker .ui-datepicker-header{font-weight:700;background:0;border:0;background-color:#fff}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;right:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{height:24px;width:24px;background-color:#ebebeb;border-radius:35px;top:8px;line-height:1.7;color:#444;text-align:center;cursor:pointer;left:0;border:0}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after{font-family:dashicons}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:dashicons;content:""}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title{text-align:center;margin-right:24px;margin-left:24px}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month{margin-right:2px;border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year{border:solid 1px #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar{border-collapse:collapse;width:100%}.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead{padding:5px}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a{display:block;padding:4px;color:#444;text-decoration:none;text-align:center;font-size:11px;font-weight:600}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default{border:1px solid #ebebeb;padding:6px;border-radius:4px;background:0;background-color:#ebebeb;border:1px solid #ebebeb}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover{border:1px solid #0073aa;color:#0073aa}.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active{background-color:#0073aa;color:#fff;border:#0073aa}button.ui-datepicker-trigger{position:absolute;top:6px;font-size:17px;background:0;right:6px;color:#444;font-family:dashicons;border:0;cursor:pointer}button.ui-datepicker-trigger:before{content:"\f508"}.customize-control-colormag-date .customize-control-content{position:relative}.customize-control-colormag-divider .colormag-divider-dotted hr{border-style:dotted}.customize-control-colormag-divider .colormag-divider-dashed hr{border-style:dashed}.customize-control-colormag-divider hr{margin-top:10px;margin-bottom:10px}.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip{top:30px}.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea{width:100%}.customize-control-colormag-group .ui-widget.ui-widget-content{border:unset}.customize-control-colormag-group .ui-corner-all{border-radius:0}.customize-control-colormag-group .ui-corner-top{border-radius:0}.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:unset}.customize-control-colormag-group .ui-widget{font-family:unset;font-size:unset}.customize-control-colormag-group .ui-widget-header{border:unset;background:unset}.customize-control-colormag-group .ui-state-default,.customize-control-colormag-group .ui-widget-content .ui-state-default,.customize-control-colormag-group .ui-widget-header .ui-state-default{background:unset}.customize-control-colormag-group .ui-tabs .ui-tabs-panel{padding:unset}.customize-control-colormag-group .colormag-group-wrap>.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-group .colormag-group-toggle-icon{background:#ebebeb;border-radius:100px;color:rgba(68,68,68,0.6);cursor:pointer;font-size:20px;padding:5px;position:relative;right:0;top:0}.customize-control-colormag-group .colormag-group-toggle-icon:before{content:"\f464"}.customize-control-colormag-group .colormag-group-toggle-icon.open{background:#0377b5;color:#fff}.customize-control-colormag-group .colormag-group-toggle-icon.open:before{content:"\f158"}.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description{right:25px}.customize-control-colormag-group .colormag-field-settings-modal{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.3);box-shadow:0 2px 10px rgba(0,0,0,0.3);left:0;position:absolute;right:0;z-index:9999}.customize-control-colormag-group .colormag-field-settings-modal:before{border:8px solid transparent;border-bottom-color:#fff;content:"";pointer-events:none;position:absolute;right:17px;top:-15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap{width:100%}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content{position:relative}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:15px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after{border-collapse:collapse;content:"";display:table}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li{border:1px solid rgba(0,0,0,0.1);-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active{padding-bottom:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child){border-left-width:0}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus{outline-style:none}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active{background-color:#289dcc}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a{color:#fff}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a{color:#555d66;text-decoration:none;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-group .colormag-field-settings-modal .customize-control{-webkit-box-sizing:border-box;box-sizing:border-box;padding:20px 15px 0 15px}.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child{margin-bottom:15px}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title{color:#444;display:block;font-size:13px;line-height:1.2;margin:0}.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description{margin-top:10px;padding:0 12px}.tool-tip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.tool-tip:hover .tooltip-text{opacity:1;visibility:visible}#customize-theme-controls .customize-pane-child .accordion-section-content{padding:10px}.customize-control .customize-control-colormag-color{padding-bottom:0}li.customize-control.customize-control-colormag-hidden{padding:0}.customize-control-colormag-hidden.customize-control{margin-top:0}.customize-control-colormag-radio-image *{-webkit-box-sizing:border-box;box-sizing:border-box}.customize-control-colormag-radio-image input{display:none}.customize-control-colormag-radio-image input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image .image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.customize-control-colormag-radio-image label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-radio-image label>img{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-radio-image .image.alignment label{padding:4px}.customize-control-colormag-radio-image .image.alignment label img{width:24px;height:24px;padding:0}.customize-control-colormag-radio-image .image-col-1:after,.customize-control-colormag-radio-image .image-col-2:after,.customize-control-colormag-radio-image .image-col-3:after,.customize-control-colormag-radio-image .image-col-4:after{clear:both;content:'';display:block}.customize-control-colormag-radio-image .image-col-1 input:checked+label img,.customize-control-colormag-radio-image .image-col-2 input:checked+label img,.customize-control-colormag-radio-image .image-col-3 input:checked+label img,.customize-control-colormag-radio-image .image-col-4 input:checked+label img{border:0;-webkit-box-shadow:none;box-shadow:none}.customize-control-colormag-radio-image .image-col-1 label{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-1 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-2 label{border:2px solid #ebebeb;padding:6px;border-radius:4px;-ms-flex-preferred-size:calc((100% / 2) - 8px);flex-basis:calc((100% / 2) - 8px)}.customize-control-colormag-radio-image .image-col-2 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-3 label{border:2px solid #ebebeb;border-radius:4px;-ms-flex-preferred-size:calc((100% / 3) - 11px);flex-basis:calc((100% / 3) - 11px)}.customize-control-colormag-radio-image .image-col-3 label>img{border:0;padding:6px;width:100%}.customize-control-colormag-radio-image .image-col-4 label{-ms-flex-preferred-size:calc(25% - 12px);flex-basis:calc(25% - 12px);padding:6px;border:2px solid #ebebeb;border-radius:4px}.customize-control-colormag-radio-image .image-col-4 label>img{border:0;width:100%}.customize-control-colormag-radio-image .image-col-4 input:checked+label{border:2px solid #0377b5}.customize-control-colormag-radio-image label:hover .tooltip-text{opacity:1;visibility:visible}.customize-control-colormag-radio-image .tooltip-text{bottom:110%;left:50%}.customize-control-colormag-slider .wrapper{padding:10px 0}.customize-control-colormag-slider .slider-label{overflow:hidden}.customize-control-colormag-slider .invalid-color{border-color:#f5c6cb !important}.customize-control-colormag-slider .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.customize-control-colormag-slider .slider-wrapper .colormag-warning{position:absolute;right:0;top:-38px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.customize-control-colormag-slider .slider-wrapper .range{display:contents}.customize-control-colormag-slider .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.customize-control-colormag-slider .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customize-control-colormag-slider .customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-slider .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-slider .input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select:disabled{color:#2c3338}.customize-control-colormag-slider .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-slider .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-slider .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-sortable ul.ui-sortable{cursor:default}.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.ui-sortable li{border:1px solid #ebebeb;background:#fff;cursor:move;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label{padding:6px}.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu{padding:8px;border-right:1px solid #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li .dashicons{width:18px;height:16px;font-size:16px}.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.ui-sortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu{padding:8px;border-right:1px dashed #ebebeb}.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable ul.unsortable .dashicons-visibility{cursor:pointer}.customize-control-colormag-sortable ul.unsortable li{border:1px solid #ebebeb;background:#fff;cursor:default;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#444}.customize-control-colormag-sortable ul.unsortable li .colormag-label{padding:6px 6px 6px 6px;line-height:1.5;font-size:13px}.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu{float:right}.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility{margin-right:10px}.customize-control-colormag-sortable ul.unsortable li.invisible{color:#aaa;border:1px dashed #ebebeb}.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility{color:#aaa}.customize-control-colormag-sortable .invisible label{border-left:1px dashed #ebebeb}.customize-control-colormag-sortable label{position:relative;display:inline-block;width:38px;height:32px;right:0;border-left:1px solid #ebebeb;top:0}.customize-control-colormag-sortable label.toggle-description{right:20px}.customize-control-colormag-sortable label input{display:none}.customize-control-colormag-sortable label input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable label input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable label .switch{position:absolute;cursor:pointer;top:9px;left:5px;right:0;bottom:0;height:14px;width:28px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable label .switch:hover{background:#ebebeb}.customize-control-colormag-sortable label .switch:before{position:absolute;content:'';height:10px;width:10px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li{position:relative}.customize-control-colormag-sortable li .switch-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px;border-left:1px dashed #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap{border-left:1px solid #ebebeb}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-sortable li .switch{position:relative;cursor:pointer;top:3px;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-sortable li .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-control-colormag-toggle label,.customize-control-colormag-toggle .customizer-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.customize-control-colormag-toggle .colormag-toggle{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-toggle .colormag-toggle:hover{cursor:pointer}.customize-control-colormag-toggle .customize-control-label{margin-bottom:0}.customize-control-colormag-toggle .colormag-toggle-input{position:relative;display:inline-block;width:30px;height:16px;right:0;top:1px}.customize-control-colormag-toggle .colormag-toggle-input.toggle-description{right:20px}.customize-control-colormag-toggle .colormag-toggle-input input{display:none}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before{background:#fff;border-color:#fff;left:-4px;-webkit-transform:translateX(20px);transform:translateX(20px)}.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch{background-color:#0377b5;border-color:#0377b5}.customize-control-colormag-toggle .colormag-toggle-input .switch{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;height:16px;width:30px;background:#aeaeae;border-radius:100px;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-toggle .colormag-toggle-input .switch:hover{background:#ebebeb}.customize-control-colormag-toggle .colormag-toggle-input .switch:before{position:absolute;content:'';height:12px;width:12px;left:2px;bottom:2px;background:#fff;border-radius:100%;-webkit-transition:all ease .3s;transition:all ease .3s}.customize-control-colormag-typography .control-wrap{overflow:hidden}.customize-control-colormag-typography input::-webkit-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-moz-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input::placeholder{color:#aeaeae;opacity:1}.customize-control-colormag-typography input:-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography input::-ms-input-placeholder{color:#aeaeae}.customize-control-colormag-typography .customize-label-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px}.customize-control-colormag-typography .customize-label-wrapper .customize-control-label{margin:0;line-height:1.7}.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control-colormag-typography .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:unset;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-typography .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:0;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb;margin-right:6px}.customize-control-colormag-typography .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-typography .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper select span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-typography .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:0}.customize-control-colormag-typography .customize-control-content .font-size,.customize-control-colormag-typography .customize-control-content .line-height,.customize-control-colormag-typography .customize-control-content .letter-spacing{position:relative}.customize-control-colormag-typography .customize-control-content .unit{background:#ebebeb;border-radius:0 2px 2px 0;font-weight:500;line-height:34px;padding:0 12px;text-transform:uppercase}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group{margin-bottom:16px}.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2){margin-bottom:15px}span.select2-container.select2-container--default.select2-container--open{z-index:999999}.wrapper{padding:10px 0}.invalid-color{border-color:#f5c6cb !important}.slider-wrapper{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;position:relative}.slider-wrapper .colormag-warning{position:absolute;right:0;top:-32px;font-size:12px;border:1px solid #f5c6cb;background-color:#f8d7da;border-radius:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:20px;visibility:hidden;color:#721c24;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out;text-align:center;padding:2px 8px;-webkit-transform:translateX(218px);transform:translateX(218px)}.slider-wrapper .colormag-warning.warning-visible{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}.slider-wrapper .colormag-warning.warning-visible::after{border-style:solid;border-width:5px;content:"";border-bottom-color:#f5c6cb;border-bottom-width:1px;border-right-color:#f5c6cb;border-top-width:0;border-left-width:0;border-right-width:1px;background-color:#f8d7da;height:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;right:16px;position:absolute;top:91%}.slider-wrapper .range{display:contents}.slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:3px;padding:0;border-radius:2px;-webkit-transition:background .3s;transition:background .3s}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-moz-range-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper input[type=range]::-ms-thumb{background:#0073aa;border-radius:100%;height:16px;width:16px}.slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:46px;-moz-appearance:textfield;text-align:center}.slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.slider-wrapper .colormag-slider-reset span{font-size:14px}.slider-wrapper .colormag-slider-reset:hover,.slider-wrapper .colormag-slider-reset:focus{color:#0073aa}.slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.customizer-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input-wrapper select{padding:0 4px !important;border:0;padding:0;font-size:12px;height:13px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:18px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.input-wrapper select::-ms-expand{display:none}.input-wrapper .colormag-slider-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-wrapper .colormag-slider-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-title{border-bottom:1px solid #ebebeb;margin-top:15px}.customize-control-colormag-title:nth-child(2){margin-top:0}.colormag-title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.colormag-title-wrapper .dashicons-editor-help{color:rgba(68,68,68,0.8);margin-left:4px;width:14px;height:14px;font-size:14px}.colormag-title-wrapper .dashicons-editor-help:hover{color:#444}.colormag-title-wrapper .guide-tutorial>span{border-right:1px solid #eee;padding:0 5px 0 8px}.colormag-title-wrapper .guide-tutorial>span:first-child,.colormag-title-wrapper .guide-tutorial>span:last-of-type{border-right:0;padding-right:0}.colormag-title-wrapper .guide-tutorial>span a{font-weight:500;text-decoration:none}.colormag-title-wrapper label.customizer-text{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.customize-control.customize-control-colormag-subtitle{font-weight:600;padding-bottom:0;padding-top:20px}.customize-control.customize-control-colormag-subtitle .customize-control-subtitle{color:#444;font-size:14px;line-height:1.2}.customize-control-colormag-dimensions{position:relative}.customize-control-colormag-dimensions input::-webkit-outer-spin-button,.customize-control-colormag-dimensions input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.customize-control-colormag-dimensions input[type=number]{-moz-appearance:textfield}.customize-control-colormag-dimensions .colormag-dimension-wrapper{overflow:hidden}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper{padding:10px 0;position:relative}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg{stroke:#2789bf}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding{padding:0;height:40px;border:0;background:0}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover{cursor:pointer}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg{width:18px;height:18px}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left{width:19%;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"]{height:2.1vw;text-align:center}.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5{margin:0;font-weight:normal;text-align:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select{padding:0 4px;border:0;font-size:12px;height:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:transparent;min-height:16px;line-height:1.2;margin-right:6px;text-align:center;font-weight:600;text-transform:capitalize;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus{-webkit-box-shadow:0 0 0 0 #ebebeb;box-shadow:0 0 0 0 #ebebeb;border:1px solid #ebebeb}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand{display:none}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate{font-size:12px;width:12px;height:12px}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover{cursor:pointer;color:#0073aa}.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span{padding-left:6px;border-left:1px solid #eee}.customize-control-colormag-dimensions .dimension-label-unit-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label{margin:0}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button{border:0;background:0;font-size:14px;line-height:20px;color:rgba(68,68,68,0.5);cursor:pointer}.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons{font-size:14px;line-height:20px}p.upgrade-description{margin-top:0;margin-bottom:12px;font-style:italic}.customize-control.customize-control-colormag-upgrade span{display:block}.customize-control.customize-control-colormag-upgrade .colormag-upgrade{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.customize-control.customize-control-colormag-upgrade .colormag-upgrade img{width:24%}.customize-control.customize-control-colormag-upgrade .colormag-upgrade p{font-weight:400;font-size:13px}.customize-control.customize-control-colormag-upgrade .button-primary{background:#0377b5;font-weight:600;border:0;border-radius:4px;font-size:13px;min-height:24px;line-height:1.7;padding:2px 6px}.customize-control.customize-control-colormag-upgrade .button-primary:focus{-webkit-box-shadow:none;box-shadow:none}.customize-control.customize-control-colormag-upgrade .button-primary:hover{background:#2789bf}.customize-control-colormag-gradient .slider-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-control-colormag-gradient .slider-wrapper input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0.1);cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:5px;padding:0;-webkit-transition:background .3s;transition:background .3s}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb{background:#289dcc;border-radius:100%;height:16px;width:16px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number]{font-size:12px;padding:3px;width:60px}.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit{padding:0 0 0 5px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset{color:rgba(0,0,0,0.3);cursor:pointer;-webkit-transition:color .3s ease-in;transition:color .3s ease-in}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span{font-size:14px}.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus{color:#289dcc}.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span{right:20px}.select2-container.select2-container--default .select2-dropdown{background-color:white;-webkit-box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);box-shadow:0 8px 16px rgba(211,211,211,0.1),0 4px 8px rgba(100,116,139,0.1);border:1px solid #ebebeb;padding:8px 10px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar{width:5px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track{background:#eee;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb{background:#0377b5;border-radius:4px}.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover{background:#0377b5}.select2-container.select2-container--default .select2-dropdown .select2-search__field{border-color:#ebebeb;font-size:12px;height:31px}.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover{border-color:#aeaeae}.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"]{background-color:#eee;color:#444}.select2-container.select2-container--default .select2-results__option[data-selected=true]{background-color:#0073aa;color:white}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option{margin-bottom:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"]{margin-right:8px;margin-left:8px}.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child{margin-bottom:0}.select2-container.select2-container--default .select2-search--dropdown{display:block;padding:0}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eee;border-radius:2px;margin-bottom:8px}.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus{outline:0 solid transparent;border-color:#0073aa;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1}.select2-container--open .select2-dropdown{top:6px;border-radius:2px}.select2-results__option{padding:8px 10px;margin-bottom:0;font-size:12px;line-height:1.8;font-weight:400;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[role="list"]{padding:0}.select2-results__option .select2-results__options--nested .select2-results__option{padding:8px 10px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;height:32px}.select2-container.select2-container--open .selection .select2-selection{border-color:#0377b5}.select2-container--default .select2-results__option .select2-results__option{margin-top:8px}.select2-container--default .select2-results__group{padding:0 6px}.colormag-guide-wrapper{border-top:1px solid #eee}.colormag-guide-wrapper .guide-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px;padding-top:10px}.colormag-guide-wrapper .guide-wrapper .customize-control-label{margin:0;color:#aeaeae;line-height:1.8;font-size:12px}.colormag-guide-wrapper .guide-wrapper .doc-url a{color:#0377b5;text-decoration:none;line-height:1.8}.colormag-guide-wrapper .guide-wrapper .doc-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .guide-wrapper .doc-url a:hover{text-decoration:underline}.colormag-guide-wrapper .youtube-url{border-left:1px solid #eee}.colormag-guide-wrapper .youtube-url a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.colormag-guide-wrapper .youtube-url a:focus{outline:0 solid transparent;-webkit-box-shadow:0 0 0 0 #024f74;box-shadow:0 0 0 0 #024f74}.colormag-guide-wrapper .youtube-url a svg{width:24px;height:24px;fill:#c4302b}.colormag-guide-wrapper span{padding:0 8px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}inc/core/custom-controls/assets/css/customize-controls.css000064400000176607151213253050020125 0ustar00@charset "UTF-8";

.tooltip-text {
	background-color: #1C1C1E;
	font-size: 13px;
	border-radius: 8px;
	bottom: 140%;
	-webkit-box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	box-shadow: 0 10px 20px 0px rgba(68, 68, 68, 0.2);
	color: #ffffff;
	left: -2px;
	margin-left: calc(-120px / 2);
	opacity: 0;
	padding: 8px;
	position: absolute;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 130px;
	z-index: 1;
}

.tooltip-text::after {
	border-color: #1C1C1E transparent transparent transparent;
	border-style: solid;
	border-width: 5px;
	content: "";
	left: 50%;
	margin-left: -5px;
	position: absolute;
	top: 100%;
}

.customize-control-label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
	border: none;
}

#customize-controls .cannot-expand:hover .accordion-section-title {
	border: none;
}

.colormag-group-wrap .customize-control-label {
	margin-bottom: 0;
}

.colormag-group-wrap:hover {
	cursor: pointer;
}

.customize-control-colormag-navigate a:hover {
	cursor: pointer;
}

#customize-theme-controls .accordion-section-content,
#customize-outer-theme-controls .accordion-section-content {
	color: #444444;
	background: transparent;
}

#customize-controls .description {
	color: #444444;
}

/**
 * Background control CSS.
 */
.customize-control-colormag-background .customize-control-content .background-image .thumbnail img {
	border-radius: 4px;
}

.customize-control-colormag-background .customize-control-content .background-image-upload .placeholder {
	background: #EBEBEB;
}

.customize-control-colormag-background .customize-control-content>div {
	margin-bottom: 15px;
}

/**
 * Radio buttonset control CSS.
 */
.customize-control-colormag-buttonset .buttonset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner+.buttonset-inner {
	border-left: 0;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset {
	background: #ebebeb;
	-webkit-box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	box-shadow: inset 0 0 0 1px rgba(68, 68, 68, 0.1);
	color: #444444;
	display: block;
	padding: 5px 12px;
	text-align: center;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner .colormag-buttonset:hover {
	background: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input {
	display: none;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-buttonset .buttonset .buttonset-inner input:checked+label:hover {
	background: #0377B5;
	color: #ffffff;
}

.customize-control .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control .actions .button {
	min-height: 34px;
	width: 116px;
	background: #ebebeb;
}

.customize-control .actions .button:hover {
	border-color: #0377B5;
}

.customize-control .actions .button:focus,
.customize-control .actions .button:focus-visible {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.customize-control .actions .button:last-of-type {
	margin-right: 0px;
}

.customize-control-header button.random {
	min-height: 34px;
}

input[type=checkbox] {
	border-radius: 2px;
	border: 1px solid #aeaeae;
	cursor: default;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	height: 18px;
	width: 18px;
}

input[type=checkbox]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=checkbox]:checked {
	border-radius: 2px;
	accent-color: #0377B5;
}

input[type=checkbox]:checked:before {
	content: "";
}

input[type=checkbox]:focus {
	border: 1px solid #024F74;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0px solid transparent;
}

input[type=radio] {
	border: 1px solid #aeaeae;
}

input[type=radio]:hover {
	background: #EEEEEE;
	cursor: pointer;
}

input[type=radio]:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 1px #0377B5;
	box-shadow: 0 0 0 1px #0377B5;
	outline: 1px solid transparent;
}

input[type=radio]:checked {
	border-color: #0377B5;
}

input[type=radio]:checked::before {
	background-color: #0377B5;
}

input[type=range]:focus {
	outline: none;
}

/**
 * Alpha color control CSS.
 */
.customize-control-colormag-color .customizer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-color .customizer-wrapper .customize-control-title {
	display: block;
	margin: 0 0 8px 0;
}

.customize-control-colormag-color .customize-control-content {
	position: relative;
}

.wp-picker-container .wp-color-result.button {
	background-color: #fff !important;
	background-image: none !important;
	min-height: 34px;
	margin: 0 6px 8px 0;
	border: 1px solid #ebebeb;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-picker-container .wp-color-result.button:focus,
.wp-picker-container .wp-color-result.button:active,
.wp-picker-container .wp-color-result.button:visited {
	border-color: #0377B5;
}

.wp-picker-container .wp-color-result.button::after {
	border: 1px solid #eeeeee;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAAHnlligAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHJJREFUeNpi+P///4EDBxiAGMgCCCAGFB5AADGCRBgYDh48CCRZIJS9vT2QBAggFBkmBiSAogxFBiCAoHogAKIKAlBUYTELAiAmEtABEECk20G6BOmuIl0CIMBQ/IEMkO0myiSSraaaBhZcbkUOs0HuBwDplz5uFJ3Z4gAAAABJRU5ErkJggg==) !important;
	border-radius: 100%;
	content: "";
	height: 22px;
	left: 6px;
	position: absolute;
	top: 4px;
	width: 22px;
	z-index: 0;
}

.wp-picker-container .wp-color-result.button .wp-color-result-text {
	background: none;
	border: none;
	line-height: 2.15384615;
	padding: 0 10px 0 6px;
	font-weight: 400;
	font-size: 12px;
}

.wp-picker-container .wp-color-result.button .color-alpha {
	border: 1px solid #eeeeee;
	border-radius: 100% !important;
	height: 22px !important;
	left: 6px !important;
	top: 4px !important;
	width: 22px !important;
	z-index: 1;
	margin-left: 0 !important;
}

.wp-picker-container .wp-picker-input-wrap .wp-color-picker {
	width: 166px !important;
	height: 32px;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 1.2;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default {
	min-height: 32px !important;
	margin-left: 10px !important;
	width: 64px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	background-color: #FAFAFA;
}

.wp-picker-container .wp-picker-input-wrap .wp-picker-default:hover {
	background-color: #0377B5;
	color: #ffffff;
}

.wp-picker-container .iris-picker {
	border-color: #ebebeb;
	margin-bottom: 5px;
	margin-top: 4px;
}

.wp-picker-container .iris-picker .iris-alpha-slider {
	margin-right: -1px;
}

.customize-control-colormag-divider {
	padding: 0 !important;
}

element.style {
	background-color: black;
	height: 19.5784px;
	width: 19.5784px;
	border-radius: 100%;
	margin-left: 0px;
}

.iris-picker .iris-palette {
	border-radius: 100% !important;
}

.iris-picker .iris-strip .ui-slider-handle {
	position: absolute;
	background: 0 0;
	margin: 0;
	right: -3px;
	outline: 1px solid rgba(0, 0, 0, 0.1);
	left: 1px !important;
	border: 4px solid #FFFFFF !important;
	border-width: 4px 3px;
	width: 6px !important;
	height: 6px !important;
	border-radius: 25px !important;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	opacity: .9;
	z-index: 5;
	cursor: ns-resize;
}

.iris-picker .iris-strip .ui-slider-handle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 0 #3582c4;
	box-shadow: 0 0 0 0 #3582c4;
}

.iris-picker .iris-strip .ui-slider-handle:before {
	border: none;
}

.wp-picker-holder {
	width: 240px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-border .iris-picker-inner {
	top: 12px;
	right: 12px;
	left: 12px;
	bottom: 12px;
}

.wp-picker-holder .iris-picker {
	width: 240px !important;
	height: 208px !important;
	border-radius: 2px !important;
}

.wp-picker-holder .iris-picker .iris-strip {
	border-radius: 24px !important;
	height: 156px !important;
	width: 19px !important;
	margin-left: 12px !important;
}

.wp-picker-holder .iris-picker .iris-strip.iris-strip-alpha {
	margin-left: 8px !important;
}

.wp-picker-holder .iris-picker .iris-square {
	border-radius: 4px !important;
	width: 158px !important;
	height: 156px !important;
}

.wp-picker-holder .iris-picker .iris-palette {
	width: 24px !important;
	height: 24px !important;
}

.wp-picker-holder .iris-picker .iris-slider-offset {
	left: 1px !important;
}

.iris-border .iris-palette-container {
	width: 222px !important;
	border-top: 1px solid #eeeeee;
	padding: 12px 0;
	bottom: 0 !important;
}

/**
 * Custom control CSS.
 */
.customize-control-colormag-custom .colormag-custom-info {
	margin-bottom: 15px;
}

.customize-control-colormag-custom .colormag-custom-links li a {
	background: #0377B5;
	display: block;
	text-align: center;
	color: #ffffff;
	padding: 8px 16px;
	text-decoration: none;
}

/**
 * Date control CSS.
 */
.wp-customizer div.ui-datepicker {
	z-index: 500001 !important;
	width: 238px;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	box-shadow: 0px 0px 20px rgba(35, 23, 5, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	top: 4px !important;
	left: 0 !important;
	position: relative !important;
}

.wp-customizer div.ui-datepicker:before {
	content: '';
	height: 20px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -6px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	left: 18px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	background: none;
	border: none;
	background-color: #fff;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	right: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	height: 24px;
	width: 24px;
	background-color: #ebebeb;
	border-radius: 35px;
	top: 8px;
	line-height: 1.7;
	color: #444444;
	text-align: center;
	cursor: pointer;
	left: 0;
	border: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
	font-family: dashicons;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-family: dashicons;
	content: "";
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
	display: none;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
	margin-right: 24px;
	margin-left: 24px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-right: 2px;
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
	border: solid 1px #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar thead {
	padding: 5px;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tr td a {
	display: block;
	padding: 4px;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-default {
	border: 1px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	background: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-highlight {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-hover {
	border: 1px solid #0073AA;
	color: #0073AA;
}

.wp-customizer div.ui-datepicker .ui-datepicker-calendar tbody a.ui-state-active {
	background-color: #0073AA;
	color: #ffffff;
	border: #0073AA;
}

button.ui-datepicker-trigger {
	position: absolute;
	top: 6px;
	font-size: 17px;
	background: none;
	right: 6px;
	color: #444444;
	font-family: dashicons;
	border: none;
	cursor: pointer;
}

button.ui-datepicker-trigger:before {
	content: "\f508";
}

.customize-control-colormag-date .customize-control-content {
	position: relative;
}

/**
 * Divider control CSS.
 */
.customize-control-colormag-divider .colormag-divider-dotted hr {
	border-style: dotted;
}

.customize-control-colormag-divider .colormag-divider-dashed hr {
	border-style: dashed;
}

.customize-control-colormag-divider hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.customize-control-colormag-divider .divider-placement-above+.colormag-control-tooltip {
	top: 30px;
}

/**
 * Editor control CSS.
 */
.customize-control-colormag-editor .wp-editor-tools .wp-editor-container textarea {
	width: 100%;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-group .ui-widget.ui-widget-content {
	border: unset;
}

.customize-control-colormag-group .ui-corner-all {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-corner-top {
	border-radius: 0px;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: unset;
}

.customize-control-colormag-group .ui-widget {
	font-family: unset;
	font-size: unset;
}

.customize-control-colormag-group .ui-widget-header {
	border: unset;
	background: unset;
}

.customize-control-colormag-group .ui-state-default,
.customize-control-colormag-group .ui-widget-content .ui-state-default,
.customize-control-colormag-group .ui-widget-header .ui-state-default {
	background: unset;
}

.customize-control-colormag-group .ui-tabs .ui-tabs-panel {
	padding: unset;
}

.customize-control-colormag-group .colormag-group-wrap>.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-group .colormag-group-toggle-icon {
	background: #ebebeb;
	border-radius: 100px;
	color: rgba(68, 68, 68, 0.6);
	cursor: pointer;
	font-size: 20px;
	padding: 5px;
	position: relative;
	right: 0;
	top: 0px;
}

.customize-control-colormag-group .colormag-group-toggle-icon:before {
	content: "\f464";
}

.customize-control-colormag-group .colormag-group-toggle-icon.open {
	background: #0377B5;
	color: #ffffff;
}

.customize-control-colormag-group .colormag-group-toggle-icon.open:before {
	content: "\f158";
}

.customize-control-colormag-group .colormag-group-toggle-icon.toggle-description {
	right: 25px;
}

.customize-control-colormag-group .colormag-field-settings-modal {
	background-color: #ffffff;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}

.customize-control-colormag-group .colormag-field-settings-modal:before {
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	content: "";
	pointer-events: none;
	position: absolute;
	right: 17px;
	top: -15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-field-settings-wrap {
	width: 100%;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-tabs,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-tab-content {
	position: relative;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:before,
.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list:after {
	border-collapse: collapse;
	content: "";
	display: table;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-tabs-active {
	padding-bottom: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:not(:first-child) {
	border-left-width: 0;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li:focus {
	outline-style: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active {
	background-color: #289dcc;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li.ui-state-active a {
	color: #ffffff;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a {
	color: #555d66;
	text-decoration: none;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.customize-control-colormag-group .colormag-field-settings-modal .colormag-group-list li a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px 0 15px;
}

.customize-control-colormag-group .colormag-field-settings-modal .customize-control:last-child {
	margin-bottom: 15px;
}

/**
 * Heading control CSS.
 */
.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-title {
	color: #444444;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
}

.customize-control-colormag-heading .colormag-heading-wrapper .customize-control-description {
	margin-top: 10px;
	padding: 0 12px;
}

.tool-tip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.tool-tip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

#customize-theme-controls .customize-pane-child .accordion-section-content {
	padding: 10px;
}

.customize-control .customize-control-colormag-color {
	padding-bottom: 0;
}

li.customize-control.customize-control-colormag-hidden {
	padding: 0;
}

/**
 * Group control CSS.
 */
.customize-control-colormag-hidden.customize-control {
	margin-top: 0;
}

/**
 * Radio image control CSS.
 */
.customize-control-colormag-radio-image * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.customize-control-colormag-radio-image input {
	display: none;
}

.customize-control-colormag-radio-image input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.customize-control-colormag-radio-image label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-radio-image label>img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-radio-image .image.alignment label {
	padding: 4px;
}

.customize-control-colormag-radio-image .image.alignment label img {
	width: 24px;
	height: 24px;
	padding: 0;
}

.customize-control-colormag-radio-image .image-col-1:after,
.customize-control-colormag-radio-image .image-col-2:after,
.customize-control-colormag-radio-image .image-col-3:after,
.customize-control-colormag-radio-image .image-col-4:after {
	clear: both;
	content: '';
	display: block;
}

.customize-control-colormag-radio-image .image-col-1 input:checked+label img,
.customize-control-colormag-radio-image .image-col-2 input:checked+label img,
.customize-control-colormag-radio-image .image-col-3 input:checked+label img,
.customize-control-colormag-radio-image .image-col-4 input:checked+label img {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control-colormag-radio-image .image-col-1 label {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-1 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-2 label {
	border: 2px solid #ebebeb;
	padding: 6px;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 2) - 8px);
	flex-basis: calc((100% / 2) - 8px);
}

.customize-control-colormag-radio-image .image-col-2 label>img {
	border: none;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-3 label {
	border: 2px solid #ebebeb;
	border-radius: 4px;
	-ms-flex-preferred-size: calc((100% / 3) - 11px);
	flex-basis: calc((100% / 3) - 11px);
}

.customize-control-colormag-radio-image .image-col-3 label>img {
	border: none;
	padding: 6px;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 label {
	-ms-flex-preferred-size: calc(25% - 12px);
	flex-basis: calc(25% - 12px);
	padding: 6px;
	border: 2px solid #ebebeb;
	border-radius: 4px;
}

.customize-control-colormag-radio-image .image-col-4 label>img {
	border: 0;
	width: 100%;
}

.customize-control-colormag-radio-image .image-col-4 input:checked+label {
	border: 2px solid #0377B5;
}

.customize-control-colormag-radio-image label:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
}

.customize-control-colormag-radio-image .tooltip-text {
	bottom: 110%;
	left: 50%;
}

/**
 * Slider control CSS.
 */
.customize-control-colormag-slider .wrapper {
	padding: 10px 0;
}

.customize-control-colormag-slider .slider-label {
	overflow: hidden;
}

.customize-control-colormag-slider .invalid-color {
	border-color: #F5C6CB !important;
}

.customize-control-colormag-slider .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -38px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.customize-control-colormag-slider .slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.customize-control-colormag-slider .slider-wrapper .range {
	display: contents;
}

.customize-control-colormag-slider .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.customize-control-colormag-slider .slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.customize-control-colormag-slider .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-slider .slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.customize-control-colormag-slider .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customize-control-colormag-slider .customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-slider .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-slider .input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select:disabled {
	color: #2c3338;
}

.customize-control-colormag-slider .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-slider .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-slider .input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-slider .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Sortable control CSS.
 */
.customize-control-colormag-sortable ul.ui-sortable {
	cursor: default;
}

.customize-control-colormag-sortable ul.ui-sortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.ui-sortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: move;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .colormag-label {
	padding: 6px;
}

.customize-control-colormag-sortable ul.ui-sortable li .colormag-choice .dashicons-menu {
	padding: 8px;
	border-right: 1px solid #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons {
	width: 18px;
	height: 16px;
	font-size: 16px;
}

.customize-control-colormag-sortable ul.ui-sortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons-menu {
	padding: 8px;
	border-right: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.ui-sortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable ul.unsortable .dashicons-visibility {
	cursor: pointer;
}

.customize-control-colormag-sortable ul.unsortable li {
	border: 1px solid #EBEBEB;
	background: #ffffff;
	cursor: default;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #444444;
}

.customize-control-colormag-sortable ul.unsortable li .colormag-label {
	padding: 6px 6px 6px 6px;
	line-height: 1.5;
	font-size: 13px;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.dashicons-menu {
	float: right;
}

.customize-control-colormag-sortable ul.unsortable li .dashicons.visibility {
	margin-right: 10px;
}

.customize-control-colormag-sortable ul.unsortable li.invisible {
	color: #aaaaaa;
	border: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable ul.unsortable li.invisible .dashicons.visibility {
	color: #aaaaaa;
}

.customize-control-colormag-sortable .invisible label {
	border-left: 1px dashed #EBEBEB;
}

.customize-control-colormag-sortable label {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 32px;
	right: 0;
	border-left: 1px solid #EBEBEB;
	top: 0;
}

.customize-control-colormag-sortable label.toggle-description {
	right: 20px;
}

.customize-control-colormag-sortable label input {
	display: none;
}

.customize-control-colormag-sortable label input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable label input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable label .switch {
	position: absolute;
	cursor: pointer;
	top: 9px;
	left: 5px;
	right: 0;
	bottom: 0;
	height: 14px;
	width: 28px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable label .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-sortable label .switch:before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li {
	position: relative;
}

.customize-control-colormag-sortable li .switch-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px;
	border-left: 1px dashed #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap {
	border-left: 1px solid #ebebeb;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-sortable li:not(.invisible) .switch-wrap>.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-sortable li .switch {
	position: relative;
	cursor: pointer;
	top: 3px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-sortable li .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Switch toggle control CSS.
 */
.customize-control-colormag-toggle {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize-control-colormag-toggle label,
.customize-control-colormag-toggle .customizer-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.customize-control-colormag-toggle .colormag-toggle {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-toggle .colormag-toggle:hover {
	cursor: pointer;
}

.customize-control-colormag-toggle .customize-control-label {
	margin-bottom: 0;
}

.customize-control-colormag-toggle .colormag-toggle-input {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
	right: 0;
	top: 1px;
}

.customize-control-colormag-toggle .colormag-toggle-input.toggle-description {
	right: 20px;
}

.customize-control-colormag-toggle .colormag-toggle-input input {
	display: none;
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch:before {
	background: #ffffff;
	border-color: #ffffff;
	left: -4px;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.customize-control-colormag-toggle .colormag-toggle-input input:checked+.switch {
	background-color: #0377B5;
	border-color: #0377B5;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 16px;
	width: 30px;
	background: #aeaeae;
	border-radius: 100px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:hover {
	background: #ebebeb;
}

.customize-control-colormag-toggle .colormag-toggle-input .switch:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background: #ffffff;
	border-radius: 100%;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/**
 * Typography control CSS.
 */
.customize-control-colormag-typography .control-wrap {
	overflow: hidden;
}

.customize-control-colormag-typography input::-webkit-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-moz-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input::placeholder {
	color: #aeaeae;
	opacity: 1;
	/* Firefox */
}

.customize-control-colormag-typography input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aeaeae;
}

.customize-control-colormag-typography input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aeaeae;
}

.customize-control-colormag-typography .customize-label-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.customize-control-colormag-typography .customize-label-wrapper .customize-control-label {
	margin: 0;
	line-height: 1.7;
}

.customize-control-colormag-typography .customize-label-wrapper .customizer-label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.customize-control-colormag-typography .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: unset;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-typography .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 0;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
	margin-right: 6px;
}

.customize-control-colormag-typography .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-typography .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper select .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper select span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-typography .input-wrapper .colormag-font-size-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-line-height-reset .dashicons-image-rotate:hover,
.customize-control-colormag-typography .input-wrapper .colormag-letter-spacing-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-typography .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 0;
}

.customize-control-colormag-typography .customize-control-content .font-size,
.customize-control-colormag-typography .customize-control-content .line-height,
.customize-control-colormag-typography .customize-control-content .letter-spacing {
	position: relative;
}

.customize-control-colormag-typography .customize-control-content .unit {
	background: #ebebeb;
	border-radius: 0 2px 2px 0;
	font-weight: 500;
	line-height: 34px;
	padding: 0 12px;
	text-transform: uppercase;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group {
	margin-bottom: 16px;
}

.colormag-field-settings-modal .customize-control-colormag-typography .customize-control-content .customize-group:nth-last-child(2) {
	margin-bottom: 15px;
}

span.select2-container.select2-container--default.select2-container--open {
	z-index: 999999;
}

.wrapper {
	padding: 10px 0;
}

.invalid-color {
	border-color: #F5C6CB !important;
}

.slider-wrapper {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	position: relative;
}

.slider-wrapper .colormag-warning {
	position: absolute;
	right: 0;
	top: -32px;
	font-size: 12px;
	border: 1px solid #F5C6CB;
	background-color: #F8D7DA;
	border-radius: 2px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 20px;
	visibility: hidden;
	color: #721C24;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-align: center;
	padding: 2px 8px;
	-webkit-transform: translateX(218px);
	transform: translateX(218px);
}

.slider-wrapper .colormag-warning.warning-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.slider-wrapper .colormag-warning.warning-visible::after {
	border-style: solid;
	border-width: 5px;
	content: "";
	border-bottom-color: #F5C6CB;
	border-bottom-width: 1px;
	border-right-color: #F5C6CB;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 1px;
	background-color: #F8D7DA;
	height: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	right: 16px;
	position: absolute;
	top: 91%;
}

.slider-wrapper .range {
	display: contents;
}

.slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 3px;
	padding: 0;
	border-radius: 2px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-moz-range-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper input[type=range]::-ms-thumb {
	background: #0073AA;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slider-wrapper .colormag-range-value input::-webkit-outer-spin-button,
.slider-wrapper .colormag-range-value input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 46px;
	-moz-appearance: textfield;
	text-align: center;
}

.slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.slider-wrapper .colormag-slider-reset:hover,
.slider-wrapper .colormag-slider-reset:focus {
	color: #0073AA;
}

.slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.customizer-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-wrapper select {
	padding: 0px 4px !important;
	border: none;
	padding: 0;
	font-size: 12px;
	height: 13px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 18px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.input-wrapper select::-ms-expand {
	display: none;
}

.input-wrapper .colormag-slider-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.input-wrapper .colormag-slider-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

/**
 * Title control CSS.
 */
.customize-control-colormag-title {
	border-bottom: 1px solid #ebebeb;
	margin-top: 15px;
}

.customize-control-colormag-title:nth-child(2) {
	margin-top: 0;
}

.colormag-title-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.colormag-title-wrapper .dashicons-editor-help {
	color: rgba(68, 68, 68, 0.8);
	margin-left: 4px;
	width: 14px;
	height: 14px;
	font-size: 14px;
}

.colormag-title-wrapper .dashicons-editor-help:hover {
	color: #444444;
}

.colormag-title-wrapper .guide-tutorial>span {
	border-right: 1px solid #eeeeee;
	padding: 0 5px 0 8px;
}

.colormag-title-wrapper .guide-tutorial>span:first-child,
.colormag-title-wrapper .guide-tutorial>span:last-of-type {
	border-right: 0;
	padding-right: 0;
}

.colormag-title-wrapper .guide-tutorial>span a {
	font-weight: 500;
	text-decoration: none;
}

.colormag-title-wrapper label.customizer-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Subtitle control CSS.
 */
.customize-control.customize-control-colormag-subtitle {
	font-weight: 600;
	padding-bottom: 0;
	padding-top: 20px;
}

.customize-control.customize-control-colormag-subtitle .customize-control-subtitle {
	color: #444444;
	font-size: 14px;
	line-height: 1.2;
}

/**
 * Dimensions control CSS.
 */
.customize-control-colormag-dimensions {
	position: relative;
	/* Firefox */
}

.customize-control-colormag-dimensions input::-webkit-outer-spin-button,
.customize-control-colormag-dimensions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.customize-control-colormag-dimensions input[type=number] {
	-moz-appearance: textfield;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper {
	overflow: hidden;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper {
	padding: 10px 0;
	position: relative;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .active.colormag-binding svg {
	stroke: #2789BF;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding {
	padding: 0px;
	height: 40px;
	border: none;
	background: none;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding:hover {
	cursor: pointer;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .colormag-binding svg {
	width: 18px;
	height: 18px;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left {
	width: 19%;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom input[type="number"],
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left input[type="number"] {
	height: 2.1vw;
	text-align: center;
}

.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .top h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .right h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .bottom h5,
.customize-control-colormag-dimensions .colormag-dimension-wrapper .wrapper .control .left h5 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select {
	padding: 0px 4px;
	border: none;
	font-size: 12px;
	height: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	min-height: 16px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select:focus {
	-webkit-box-shadow: 0 0 0 0px #EBEBEB;
	box-shadow: 0 0 0 0px #EBEBEB;
	border: 1px solid #EBEBEB;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper select::-ms-expand {
	display: none;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate {
	font-size: 12px;
	width: 12px;
	height: 12px;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper .colormag-dimensions-reset .dashicons-image-rotate:hover {
	cursor: pointer;
	color: #0073aa;
}

.customize-control-colormag-dimensions .unit-wrapper .input-wrapper span {
	padding-left: 6px;
	border-left: 1px solid #EEEEEE;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .customize-control-label {
	margin: 0;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers button {
	border: none;
	background: none;
	font-size: 14px;
	line-height: 20px;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
}

.customize-control-colormag-dimensions .dimension-label-unit-wrapper .label-switcher-wrapper .responsive-switchers .dashicons {
	font-size: 14px;
	line-height: 20px;
}

p.upgrade-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-style: italic;
}

.customize-control.customize-control-colormag-upgrade span {
	display: block;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade img {
	width: 24%;
}

.customize-control.customize-control-colormag-upgrade .colormag-upgrade p {
	font-weight: 400;
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade .button-primary {
	background: #0377B5;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	font-size: 13px;
	min-height: 24px;
	line-height: 1.7;
	padding: 2px 6px;
}

.customize-control.customize-control-colormag-upgrade .button-primary:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customize-control.customize-control-colormag-upgrade .button-primary:hover {
	background: #2789BF;
}

/**
 * Gradient control CSS.
 */
.customize-control-colormag-gradient .slider-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 5px;
	padding: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-moz-range-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper input[type=range]::-ms-thumb {
	background: #289dcc;
	border-radius: 100%;
	height: 16px;
	width: 16px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value input[type=number] {
	font-size: 12px;
	padding: 3px;
	width: 60px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-range-value .colormag-range-unit {
	padding: 0 0 0 5px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset {
	color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset span {
	font-size: 14px;
}

.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:hover,
.customize-control-colormag-gradient .slider-wrapper .colormag-slider-reset:focus {
	color: #289dcc;
}

.customize-control-colormag-gradient .slider-wrapper.slider-description .colormag-slider-reset span {
	right: 20px;
}

.select2-container.select2-container--default .select2-dropdown {
	background-color: white;
	-webkit-box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	box-shadow: 0px 8px 16px rgba(211, 211, 211, 0.1), 0px 4px 8px rgba(100, 116, 139, 0.1);
	border: 1px solid #ebebeb;
	padding: 8px 10px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar {
	width: 5px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-track {
	background: #EEEEEE;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb {
	background: #0377B5;
	border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown ::-webkit-scrollbar-thumb:hover {
	background: #0377B5;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field {
	border-color: #ebebeb;
	font-size: 12px;
	height: 31px;
}

.select2-container.select2-container--default .select2-dropdown .select2-search__field:hover {
	border-color: #aeaeae;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--highlighted {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected="false"] {
	background-color: #EEEEEE;
	color: #444444;
}

.select2-container.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #0073AA;
	color: white;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option[role="option"] {
	margin-right: 8px;
	margin-left: 8px;
}

.select2-container.select2-container--default .select2-results>.select2-results__options .select2-results__option:last-child {
	margin-bottom: 0;
}

.select2-container.select2-container--default .select2-search--dropdown {
	display: block;
	padding: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 8px;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: 0 solid transparent;
	border-color: #0073AA;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
}

.select2-container--open .select2-dropdown {
	top: 6px;
	border-radius: 2px;
}

.select2-results__option {
	padding: 8px 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.8;
	font-weight: 400;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[role="list"] {
	padding: 0;
}

.select2-results__option .select2-results__options--nested .select2-results__option {
	padding: 8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
	height: 32px;
}

.select2-container.select2-container--open .selection .select2-selection {
	border-color: #0377B5;
}

.select2-container--default .select2-results__option .select2-results__option {
	margin-top: 8px;
}

.select2-container--default .select2-results__group {
	padding: 0px 6px;
}

.colormag-guide-wrapper {
	border-top: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .guide-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 12px;
	padding-top: 10px;
}

.colormag-guide-wrapper .guide-wrapper .customize-control-label {
	margin: 0;
	color: #aeaeae;
	line-height: 1.8;
	font-size: 12px;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a {
	color: #0377B5;
	text-decoration: none;
	line-height: 1.8;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .guide-wrapper .doc-url a:hover {
	text-decoration: underline;
}

.colormag-guide-wrapper .youtube-url {
	border-left: 1px solid #EEEEEE;
}

.colormag-guide-wrapper .youtube-url a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.colormag-guide-wrapper .youtube-url a:focus {
	outline: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 0 #024F74;
	box-shadow: 0 0 0 0 #024F74;
}

.colormag-guide-wrapper .youtube-url a svg {
	width: 24px;
	height: 24px;
	fill: #C4302B;
}

.colormag-guide-wrapper span {
	padding: 0px 8px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}inc/core/custom-controls/navigate/navigate.js000064400000001204151213253050015344 0ustar00/**
 * Background image control JS to handle the navigate customize option.
 *
 * File `navigate.js`.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		$( window ).on( 'load', function () {

			$( '.tg-navigate a' ).on( 'click', function ( e ) {
				e.preventDefault();

				var targetContainer = $( this ).data( 'target' );
				var targetSection   = $( this ).data( 'section' );

				if ( targetSection ) {
					if ( 'panel' === targetContainer ) {
						wp.customize.panel( targetSection ).focus();
					} else {
						wp.customize.section( targetSection ).focus();
					}
				}
			} );

		} );
	}
)( jQuery );
inc/core/custom-controls/navigate/class-colormag-navigate-control.php000064400000004055151213253050022110 0ustar00<?php
/**
 * Extend WP_Customize_Control to add the navigate control.
 *
 * Class ColorMag_Navigate_Control
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to extend WP_Customize_Control to add the navigate customize control.
 *
 * Class ColorMag_Navigate_Control
 */
class ColorMag_Navigate_Control extends ColorMag_Customize_Base_Additional_Control {

	/**
	 * Control's Type.
	 *
	 * @var string
	 */
	public $type = 'colormag-navigate';

	/**
	 * Holds information regarding section/panel to navigate.
	 *
	 * @var array
	 */
	public $navigate_info = array();

	/**
	 * Refresh the parameters passed to the JavaScript via JSON.
	 *
	 * @see WP_Customize_Control::to_json()
	 */
	public function to_json() {

		parent::to_json();

		$this->json['label']         = esc_html( $this->label );
		$this->json['description']   = $this->description;
		$this->json['navigate_info'] = $this->navigate_info;

	}

	/**
	 * An Underscore (JS) template for this control's content (but not its container).
	 *
	 * Class variables for this control class are available in the `data` JS object;
	 * export custom variables by overriding {@see WP_Customize_Control::to_json()}.
	 *
	 * @see WP_Customize_Control::print_template()
	 */
	protected function content_template() {
		?>
		<div class="customize-control-content tg-navigate">
			<?php
			echo sprintf(
				/* Translators: %1$s: Anchor tag open, %2$s: Customizer section name %3$s: Anchor tag close */
				esc_html__(
					'%1$s Click here to edit %2$s features %3$s',
					'colormag'
				),
				'<a data-section="{{{ data.navigate_info.target_id }}}" data-target={{data.navigate_info.target_container}} href="#">',
				'{{{ data.navigate_info.target_label }}}',
				'</a>'
			);
			?>
		</div>
		<?php
	}

	/**
	 * Don't render the control content from PHP, as it's rendered via JS on load.
	 */
	public function render_content() {

	}
}
inc/core/class-colormag-generate-fonts.php000064400000011230151213253050014575 0ustar00<?php
/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Fonts
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Helper class to enqueue fonts.
 *
 * Class ColorMag_Generate_Fonts
 */
class ColorMag_Generate_Fonts {

	/**
	 * Get fonts to generate.
	 *
	 * @var array
	 */
	private static $fonts = array();

	/**
	 * Adds data to the $fonts array for a font to be rendered.
	 *
	 * @param string $name        The name key of the font to add.
	 * @param array  $font_weight An array of weight variants.
	 *
	 * @return void
	 */
	public static function add_font( $name, $font_weight = array() ) {

		if ( ! is_array( $font_weight ) ) {
			// For multiple variant selectons for fonts.
			$font_weight = explode( ',', $font_weight );
		}

		if ( ! empty( $font_weight ) && isset( self::$fonts[ $name ] ) ) {
			foreach ( (array) $font_weight as $variant ) {
				if ( ! in_array( $variant, self::$fonts[ $name ]['font-weight'], true ) ) {
					self::$fonts[ $name ]['font-weight'][] = $variant;
				}
			}
		} else {
			self::$fonts[ $name ] = array(
				'font-weight' => (array) $font_weight,
			);
		}

	}

	/**
	 * Get Fonts
	 */
	public static function get_fonts() {

		/**
		 * Action for content width.
		 *
		 * @since   1.0.0
		 */
		do_action( 'colormag_get_fonts' );

		/**
		 * Filter for add fonts.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_add_fonts', self::$fonts );

	}

	/**
	 * Renders the <link> tag for all fonts in the $fonts array.
	 *
	 * @return void
	 */
	public static function render_fonts() {

		/**
		 * Filter for render fonts.
		 *
		 * @since   1.0.0
		 */
		$font_list = apply_filters( 'colormag_render_fonts', self::get_fonts() );

		$google_fonts = array();
		$font_subset  = array();

		$system_fonts = ColorMag_Fonts::get_system_fonts();

		$fonts = 'Open Sans';

		foreach ( $font_list as $name => $font ) {

			if ( ! empty( $name ) && ! isset( $system_fonts[ $name ] ) ) {
//				if ( $fonts == $name ) {
//					continue;
//				}

				// Add font variants.
				$google_fonts[ $name ] = $font['font-weight'];

				/**
				 * Filter to add subset.
				 *
				 * @since   1.0.0
				 */
				$subset = apply_filters( 'colormag_font_subset', '', $name );
				if ( ! empty( $subset ) ) {
					$font_subset = array_unique( $subset );
				}
			}
		}

		if ( empty( $google_fonts ) ) {
			return;
		}

		$google_font_url = self::google_fonts_url( $google_fonts, $font_subset );

		$host_fonts_locally = get_theme_mod( 'colormag_load_google_fonts_locally', 0 );

		if ( 1 == $host_fonts_locally ) {
			wp_enqueue_style( 'colormag_googlefonts', colormag_get_webfont_url( 'https:' . $google_font_url ), array(), COLORMAG_THEME_VERSION, 'all' );
		} else {
			wp_enqueue_style( 'colormag_googlefonts', $google_font_url, array(), COLORMAG_THEME_VERSION, 'all' );
		}

	}

	/**
	 * Google Font URL.
	 * Combine multiple google font in one URL.
	 *
	 * @param array $fonts   Google Fonts array.
	 * @param array $subsets Font's Subsets array.
	 *
	 * @return string
	 */
	public static function google_fonts_url( $fonts, $subsets = array() ) {

		$base_url  = '//fonts.googleapis.com/css';
		$font_args = array();
		$family    = array();

		/**
		 * Filter for google fonts selected.
		 *
		 * @since   1.0.0
		 */
		$fonts = apply_filters( 'colormag_google_fonts_selected', $fonts );

		/* Format Each Font Family in Array */
		foreach ( $fonts as $font_name => $font_weight ) {
			$font_name = str_replace( ' ', '+', $font_name );

			if ( ! empty( $font_weight ) ) {
				if ( is_array( $font_weight ) ) {
					$font_weight = implode( ',', $font_weight );
				}

				$font_family = explode( ',', $font_name );
				$font_family = str_replace( "'", '', $font_family[0] );
				$family[]    = trim( $font_family . ':' . rawurlencode( trim( $font_weight ) ) );
			} else {
				$family[] = trim( $font_name );
			}
		}

		/* Only return URL if font family defined. */
		if ( ! empty( $family ) ) {

			/* Make Font Family a String */
			$family = implode( '|', $family );

			/* Add font family in args */
			$font_args['family'] = $family;

			/* Add font subsets in args */
			if ( ! empty( $subsets ) ) {

				/* format subsets to string */
				if ( is_array( $subsets ) ) {
					$subsets = implode( ',', $subsets );
				}

				$font_args['subset'] = rawurlencode( trim( $subsets ) );
			}

			return add_query_arg( array( $font_args, '&display=swap' ), $base_url );
		}

		return '';
	}

}
inc/core/extend-customizer/class-colormag-upsell-section.php000064400000002547151213253050020326 0ustar00<?php
/**
 * Customize upsell section.
 *
 * Class ColorMag_Upsell_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 2.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to include upsell link campaign for theme.
 *
 * Class ColorMag_Upsell_Section
 */
class ColorMag_Upsell_Section extends WP_Customize_Section {

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag-upsell-section';

	/**
	 * Control URL.
	 *
	 * @var string
	 */
	public $url = '';

	/**
	 * Control ID.
	 *
	 * @var string
	 */
	public $id = '';

	/**
	 * Gather the parameters passed to client JavaScript via JSON.
	 *
	 * @return array The array to be exported to the client as JSON.
	 */
	public function json() {

		$json        = parent::json();
		$json['url'] = esc_url( $this->url );
		$json['id']  = $this->id;

		return $json;

	}

	/**
	 * An Underscore (JS) template for rendering this section.
	 */
	protected function render_template() {
		?>
		<li id="accordion-section-{{ data.id }}"
			class="colormag-upsell-accordion-section control-section-{{ data.type }} cannot-expand accordion-section"
		>
			<h3 class="accordion-section-title"><a href="{{{ data.url }}}" target="_blank">{{ data.title }}</a></h3>
		</li>
		<?php
	}
}
inc/core/extend-customizer/class-colormag-wp-customize-separator.php000064400000001661151213253050022020 0ustar00<?php
/**
 * Customizer Control: panel.
 *
 * Creates a jQuery color control.
 *
 * @package ColorMag
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( class_exists( 'WP_Customize_Section' ) ) {

	/**
	 * Adds a custom Customize Section for section separator.
	 *
	 * @link https://gist.github.com/OriginalEXE/9a6183e09f4cae2f30b006232bb154af
	 * @since 2.0.0
	 * @see WP_Customize_Section
	 */
	class ColorMag_WP_Customize_Separator extends WP_Customize_Section {

		/**
		 * Control type.
		 *
		 * @since  1.0.31
		 * @var string
		 */
		public $type = 'colormag-section-separator';

		/**
		 * Template for section separator
		 *
		 * @since 2.0.0
		 */
		protected function render_template() {
			?>
			<li id="accordion-section-{{ data.id }}" class="tg-section-separator accordion-section control-section control-section-{{ data.type }}"></li>
			<?php
		}
	}
}
inc/core/extend-customizer/class-colormag-wp-customize-panel.php000064400000002256151213253050021120 0ustar00<?php
/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize panel to include nested panels.
 *
 * Class ColorMag_WP_Customize_Panel
 */
class ColorMag_WP_Customize_Panel extends WP_Customize_Panel {

	/**
	 * Panel
	 *
	 * @var string
	 */
	public $panel;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_panel';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'type',
				'panel',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		return $array;

	}

}
inc/core/extend-customizer/class-colormag-wp-customize-section.php000064400000003067151213253050021466 0ustar00<?php
/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Extend customize section to include nested sections.
 *
 * Class ColorMag_WP_Customize_Section
 */
class ColorMag_WP_Customize_Section extends WP_Customize_Section {

	/**
	 * Section
	 *
	 * @var string
	 */
	public $section;

	/**
	 * Control type.
	 *
	 * @var string
	 */
	public $type = 'colormag_section';

	/**
	 * Get section parameters for JS.
	 *
	 * @return array Exported parameters.
	 */
	public function json() {

		$array                   = wp_array_slice_assoc(
			(array) $this,
			array(
				'id',
				'description',
				'priority',
				'panel',
				'type',
				'description_hidden',
				'section',
			)
		);
		$array['title']          = html_entity_decode(
			$this->title,
			ENT_QUOTES,
			get_bloginfo( 'charset' )
		);
		$array['content']        = $this->get_content();
		$array['active']         = $this->active();
		$array['instanceNumber'] = $this->instance_number;

		if ( $this->panel ) {
			$array['customizeAction'] = sprintf(
				/* Translators: 1: Panel Title. */
				esc_html__( 'Customizing &#9656; %s', 'colormag' ),
				esc_html( $this->manager->get_panel( $this->panel )->title )
			);
		} else {
			$array['customizeAction'] = esc_html__( 'Customizing', 'colormag' );
		}

		return $array;

	}

}
inc/core/functions.php000064400000006035151213253050010767 0ustar00<?php

function colormag_get_typography_input_attrs( $value ) {

	$input_attrs = array();

	$default_suffix = array(
		'font-size'      => 'px',
		'line-height'    => '-',
		'letter-spacing' => 'px',
	);

	$suffix = array(
		'font-size'      => array( 'px', 'em', 'rem' ),
		'line-height'    => array( '-', 'px', 'em' ),
		'letter-spacing' => array( 'px' ),
	);

	$input_attrs['suffix']         = $suffix;
	$input_attrs['default_suffix'] = $default_suffix;

	$font_size_attribute = array(
		'px'  => array(
			'min'  => 1,
			'max'  => 200,
			'step' => 1,
		),
		'em'  => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
		'rem' => array(
			'min'  => 0.1,
			'max'  => 12.5,
			'step' => 0.1,
		),
	);

	$line_height_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 200,
			'step' => 1,
		),
		'em' => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
		'-'  => array(
			'min'  => 0,
			'max'  => 10,
			'step' => 0.1,
		),
	);

	$letter_spacing_attribute = array(
		'px' => array(
			'min'  => 0,
			'max'  => 100,
			'step' => 1,
		),
	);

	$font_size_desktop_unit   = ! empty( $value['font-size']['desktop']['unit'] ) ? $value['font-size']['desktop']['unit'] : 'px';
	$font_size_tablet_unit    = ! empty( $value['font-size']['tablet']['unit'] ) ? $value['font-size']['tablet']['unit'] : 'px';
	$font_size_mobile_unit    = ! empty( $value['font-size']['mobile']['unit'] ) ? $value['font-size']['mobile']['unit'] : 'px';
	$line_height_desktop_unit = ! empty( $value['line-height']['desktop']['unit'] ) ? $value['line-height']['desktop']['unit'] : '-';
	$line_height_tablet_unit  = ! empty( $value['line-height']['tablet']['unit'] ) ? $value['line-height']['tablet']['unit'] : '-';
	$line_height_mobile_unit  = ! empty( $value['line-height']['mobile']['unit'] ) ? $value['line-height']['mobile']['unit'] : '-';
	$letter_spacing_unit      = ! empty( $value['letter-spacing']['desktop']['unit'] ) ? $value['letter-spacing']['desktop']['unit'] : 'px';

	$input_attrs['input_attrs'] = array(
		'attributes'        => array(
			'font-size'      => array(
				'desktop' => $font_size_attribute[ $font_size_desktop_unit ],
				'tablet'  => $font_size_attribute[ $font_size_tablet_unit ],
				'mobile'  => $font_size_attribute[ $font_size_mobile_unit ],
			),
			'line-height'    => array(
				'desktop' => $line_height_attribute[ $line_height_desktop_unit ],
				'tablet'  => $line_height_attribute[ $line_height_tablet_unit ],
				'mobile'  => $line_height_attribute[ $line_height_mobile_unit ],
			),
			'letter-spacing' => array(
				'desktop' => $letter_spacing_attribute[ $letter_spacing_unit ],
				'tablet'  => $letter_spacing_attribute[ $letter_spacing_unit ],
				'mobile'  => $letter_spacing_attribute[ $letter_spacing_unit ],
			),
		),
		'attributes_config' => array(
			'font-size'      => $font_size_attribute,
			'line-height'    => $line_height_attribute,
			'letter-spacing' => $letter_spacing_attribute,
		),
	);

	return $input_attrs;

}
inc/core/class-colormag-customizer-framework.php000064400000071251151213253050016064 0ustar00<?php
/**
 * ColorMag customizer class for theme customize options.
 *
 * Class ColorMag_Customizer_FrameWork
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

require dirname( __FILE__ ) . '/functions.php';

// Include Customind base options file.
require dirname( __FILE__ ) . '/class-colormag-customize-base-option.php';

// Include the Customind webfont loader file.
require dirname( __FILE__ ) . '/colormag-webfont-loader.php';

// Include the Customind typography control fonts file.
require dirname( __FILE__ ) . '/class-colormag-fonts.php';
require dirname( __FILE__ ) . '/class-colormag-generate-fonts.php';

/**
 * ColorMag customizer class.
 *
 * Class ColorMag_Customizer_FrameWork
 */
class ColorMag_Customizer_FrameWork {

	/**
	 * Customizer Dependency Array.
	 *
	 * @var array
	 */
	public static $dependency_array = array();

	/**
	 * All groups parent-child relation array data.
	 *
	 * @var array
	 */
	public static $group_configs = array();

	/**
	 * Customizer setup constructor.
	 *
	 * ColorMag_Customizer_FrameWork constructor.
	 */
	public function __construct() {

		// Include the custom extending customize panels and sections files for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_panels_sections_includes' ) );

		// Include the custom controls for customize options.
		add_action( 'customize_register', array( $this, 'customize_custom_controls_includes' ) );

		// Register ColorMag customize panels, sections and controls type.
		add_action( 'customize_register', array( $this, 'register_panels_sections_controls' ) );

		// Include the required customize options.
		add_action( 'customize_register', array( $this, 'get_customizer_configurations' ) );

		// Include the required register customize settings array.
		add_action( 'customize_register', array( $this, 'register_customize_settings' ) );

		// Include the required customizer sanitizations, callbacks and partials files.
		add_action( 'customize_register', array( $this, 'customize_sanitize_callback_include' ) );

		// Enqueue the required scripts for the custom customize controls for extending panels, sections and controls.
		add_action( 'customize_controls_enqueue_scripts', array( $this, 'enqueue_customize_controls' ) );

		// Enqueue the preview JS for customize options.
		add_action( 'customize_preview_init', array( $this, 'customize_preview_js' ) );

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_panels_sections_includes( $wp_customize ) {

		// Include the required customizer nested panels and sections files.
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-panel.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-section.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-wp-customize-separator.php';
		require dirname( __FILE__ ) . '/extend-customizer/class-colormag-upsell-section.php';

	}

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */

	/**
	 * Include the required files for extending the custom Customize controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function customize_custom_controls_includes( $wp_customize ) {

		// Include the customize base controls file.
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-control.php';
		require dirname( __FILE__ ) . '/custom-controls/class-colormag-customize-base-additional-control.php';

		// Include the required customize controls file.
		require dirname( __FILE__ ) . '/custom-controls/radio-image/class-colormag-radio-image-control.php';
		require dirname( __FILE__ ) . '/custom-controls/support/class-colormag-support-control.php';
		require dirname( __FILE__ ) . '/custom-controls/navigate/class-colormag-navigate-control.php';
		require dirname( __FILE__ ) . '/custom-controls/editor/class-colormag-editor-control.php';
		require dirname( __FILE__ ) . '/custom-controls/color/class-colormag-color-control.php';
		require dirname( __FILE__ ) . '/custom-controls/buttonset/class-colormag-buttonset-control.php';
		require dirname( __FILE__ ) . '/custom-controls/toggle/class-colormag-toggle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/divider/class-colormag-divider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/slider/class-colormag-slider-control.php';
		require dirname( __FILE__ ) . '/custom-controls/custom/class-colormag-custom-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dropdown-categories/class-colormag-dropdown-categories-control.php';
		require dirname( __FILE__ ) . '/custom-controls/background/class-colormag-background-control.php';
		require dirname( __FILE__ ) . '/custom-controls/typography/class-colormag-typography-control.php';
		require dirname( __FILE__ ) . '/custom-controls/hidden/class-colormag-hidden-control.php';
		require dirname( __FILE__ ) . '/custom-controls/sortable/class-colormag-sortable-control.php';
		require dirname( __FILE__ ) . '/custom-controls/group/class-colormag-group-control.php';
		require dirname( __FILE__ ) . '/custom-controls/title/class-colormag-title-control.php';
		require dirname( __FILE__ ) . '/custom-controls/subtitle/class-colormag-subtitle-control.php';
		require dirname( __FILE__ ) . '/custom-controls/dimensions/class-colormag-dimensions-control.php';
		require dirname( __FILE__ ) . '/custom-controls/upgrade/class-colormag-upgrade-control.php';
		require dirname( __FILE__ ) . '/custom-controls/fontawesome/class-colormag-fontawesome-control.php';
		require dirname( __FILE__ ) . '/custom-controls/date/class-colormag-date-control.php';

	}

	/**
	 * Register ColorMag customize panels, sections and controls type.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 */
	public function register_panels_sections_controls( $wp_customize ) {

		// Register panels and sections.
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Section' );
		$wp_customize->register_section_type( 'ColorMag_WP_Customize_Separator' );
		$wp_customize->register_panel_type( 'ColorMag_WP_Customize_Panel' );
		$wp_customize->register_section_type( 'ColorMag_Upsell_Section' );

		// Overrides sanitize callback if theme supports custom-background.
		if ( current_theme_supports( 'custom-background' ) ) {

			remove_filter(
				'customize_sanitize_background_color',
				$wp_customize->get_setting( 'background_color' )->sanitize_callback
			);

			$wp_customize->get_setting( 'background_color' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_background_color',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		// Overrides sanitize callback if theme supports custom-header.
		if ( current_theme_supports( 'custom-header' ) ) {

			remove_filter(
				'customize_sanitize_header_textcolor',
				$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback
			);

			$wp_customize->get_setting( 'header_textcolor' )->sanitize_callback = array(
				'ColorMag_Customizer_FrameWork_Sanitizes',
				'sanitize_alpha_color',
			);

			add_filter(
				'customize_sanitize_header_textcolor',
				array( 'ColorMag_Customizer_FrameWork_Sanitizes', 'sanitize_alpha_color' ),
				10,
				2
			);
		}

		/**
		 * Register controls.
		 */
		/**
		 * WordPress default controls.
		 */
		// Checkbox control.
		ColorMag_Customize_Base_Control::add_control(
			'checkbox',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Radio control.
		ColorMag_Customize_Base_Control::add_control(
			'radio',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Select control.
		ColorMag_Customize_Base_Control::add_control(
			'select',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Text control.
		ColorMag_Customize_Base_Control::add_control(
			'text',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_nohtml',
				),
			)
		);

		// Number control.
		ColorMag_Customize_Base_Control::add_control(
			'number',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_number',
				),
			)
		);

		// Email control.
		ColorMag_Customize_Base_Control::add_control(
			'email',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_email',
				),
			)
		);

		// URL control.
		ColorMag_Customize_Base_Control::add_control(
			'url',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_url',
				),
			)
		);

		// Textarea control.
		ColorMag_Customize_Base_Control::add_control(
			'textarea',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Dropdown pages control.
		ColorMag_Customize_Base_Control::add_control(
			'dropdown-pages',
			array(
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_pages',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'color',
			array(
				'callback'          => 'WP_Customize_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_hex_color',
				),
			)
		);

		// Image upload control.
		ColorMag_Customize_Base_Control::add_control(
			'image',
			array(
				'callback'          => 'WP_Customize_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_image_upload',
				),
			)
		);

		/**
		 * Controls created via the theme.
		 */
		// Radio image control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-radio-image',
			array(
				'callback'          => 'ColorMag_Radio_Image_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Navigate control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-navigate',
			array(
				'callback'          => 'ColorMag_Navigate_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Editor control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-editor',
			array(
				'callback'          => 'ColorMag_Editor_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_html',
				),
			)
		);

		// Color control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-color',
			array(
				'callback'          => 'ColorMag_Color_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_alpha_color',
				),
			)
		);

		// Buttonset control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-buttonset',
			array(
				'callback'          => 'ColorMag_Buttonset_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Toggle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-toggle',
			array(
				'callback'          => 'ColorMag_Toggle_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_checkbox',
				),
			)
		);

		// Divider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-divider',
			array(
				'callback'          => 'ColorMag_Divider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Slider control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-slider',
			array(
				'callback'          => 'ColorMag_Slider_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_slider',
				),
			)
		);

		// Custom control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-custom',
			array(
				'callback'          => 'ColorMag_Custom_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_false_values',
				),
			)
		);

		// Dropdown categories control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dropdown-categories',
			array(
				'callback'          => 'ColorMag_Dropdown_Categories_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_dropdown_categories',
				),
			)
		);

		// Background control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-background',
			array(
				'callback'          => 'ColorMag_Background_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_background',
				),
			)
		);

		// Typography control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-typography',
			array(
				'callback'          => 'ColorMag_Typography_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_typography',
				),
			)
		);

		// Hidden control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-hidden',
			array(
				'callback'          => 'ColorMag_Hidden_Control',
				'sanitize_callback' => '',
			)
		);

		// Sortable control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-sortable',
			array(
				'callback'          => 'ColorMag_Sortable_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_sortable',
				),
			)
		);

		// Group control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-group',
			array(
				'callback' => 'ColorMag_Group_Control',
			)
		);

		// Title control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-title',
			array(
				'callback' => 'ColorMag_Title_Control',
			)
		);

		// Subtitle control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-subtitle',
			array(
				'callback' => 'ColorMag_Subtitle_Control',
			)
		);

		// Support control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-guide',
			array(
				'callback' => 'ColorMag_Support_Control',
			)
		);

		// Dimensions control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-dimensions',
			array(
				'callback' => 'ColorMag_Dimensions_Control',
			)
		);

		// Upgrade control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-upgrade',
			array(
				'callback' => 'ColorMag_Upgrade_Control',
			)
		);

		// Fontawesome control.
		ColorMag_Customize_Base_Control::add_control(
			'colormag-fontawesome',
			array(
				'callback'          => 'ColorMag_Fontawesome_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_radio_select',
				),
			)
		);

		// Date Control
		ColorMag_Customize_Base_Control::add_control(
			'colormag-date',
			array(
				'callback'          => 'ColorMag_Date_Control',
				'sanitize_callback' => array(
					'ColorMag_Customizer_FrameWork_Sanitizes',
					'sanitize_date',
				),
			)
		);
	}

	/**
	 * Include the required customize options.
	 *
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return array Customizer options for registering panels, sections as well as controls.
	 */
	public function get_customizer_configurations( $wp_customize ) {

		/**
		 * Filter for customizer options.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_options', array(), $wp_customize );

	}

	/**
	 * Return default values for the Customize Configurations.
	 *
	 * @return array
	 */
	public function get_colormag_customizer_default_configuration() {

		$default_configuration = array(
			'priority'             => null,
			'title'                => null,
			'label'                => null,
			'name'                 => null,
			'type'                 => null,
			'description'          => null,
			'capability'           => 'edit_theme_options',
			'datastore_type'       => 'theme_mod',
			'settings'             => null,
			'active_callback'      => null,
			'sanitize_callback'    => null,
			'sanitize_js_callback' => null,
			'theme_supports'       => null,
			'transport'            => null,
			'default'              => null,
			'selector'             => null,
			'colormag_fields'      => array(),
		);

		/**
		 * Filter for customizer default configuration.
		 *
		 * @since   1.0.0
		 */
		return apply_filters( 'colormag_customizer_default_configuration', $default_configuration );

	}

	/**
	 * Process and Register Customizer Panels, Sections, Settings and Controls.
	 *
	 * @param WP_Customize_Manager $wp_customize Reference to WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_customize_settings( $wp_customize ) {

		$configurations = $this->get_customizer_configurations( $wp_customize );

		foreach ( $configurations as $key => $config ) {
			$config = wp_parse_args(
				$config,
				$this->get_colormag_customizer_default_configuration()
			);

			switch ( $config['type'] ) {

				case 'panel':
					// Remove `panel` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_panel( $config, $wp_customize );

					break;

				case 'section':
					// Remove `section` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_section( $config, $wp_customize );

					break;

				case 'sub-control':
					// Remove `sub-control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_sub_control_setting( $config, $wp_customize );

					break;

				case 'control':
					// Remove `control` type from configuration for registering it in different way.
					unset( $config['type'] );

					$this->register_setting_control( $config, $wp_customize );

					break;
			}
		}

	}

	/**
	 * Register Customizer Panel.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_panel( $config, $wp_customize ) {

		$wp_customize->add_panel(
			new ColorMag_WP_Customize_Panel(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Section.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_section( $config, $wp_customize ) {

		$section_callback = isset( $config['section_callback'] ) ? $config['section_callback'] : 'ColorMag_WP_Customize_Section';

		$wp_customize->add_section(
			new $section_callback(
				$wp_customize,
				$config['name'],
				$config
			)
		);

	}

	/**
	 * Register Customizer Sub Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_sub_control_setting( $config, $wp_customize ) {

		$sub_control_name = $config['name'];

		if ( isset( $wp_customize->get_control( $sub_control_name )->id ) ) {
			return;
		}

		$parent = $config['parent'];
		$tab    = ( isset( $config['tab'] ) ) ? $config['tab'] : '';

		if ( empty( self::$group_configs[ $parent ] ) ) {
			self::$group_configs[ $parent ] = array();
		}

		if ( array_key_exists( 'tab', $config ) ) {
			self::$group_configs[ $parent ]['tabs'][ $tab ][] = $config;
		} else {
			self::$group_configs[ $parent ][] = $config;
		}

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';
		$customize_config  = array(
			'name'              => $sub_control_name,

			/**
			 * Filter for customize data store type.
			 *
			 * @since   1.0.0
			 */
			'datastore_type'    => apply_filters( 'colormag_customize_datastore_type', 'theme_mod' ),
			'control'           => 'colormag-hidden',
			'section'           => $config['section'],
			'default'           => $config['default'],
			'transport'         => $transport,
			'sanitize_callback' => $sanitize_callback,
		);

		$wp_customize->add_setting(
			$customize_config['name'],
			array(
				'default'           => $customize_config['default'],
				'type'              => $customize_config['datastore_type'],
				'transport'         => $customize_config['transport'],
				'sanitize_callback' => $customize_config['sanitize_callback'],
			)
		);

		// For adding controls.
		$control_type     = ColorMag_Customize_Base_Control::get_control_instance( $customize_config[ 'control' ] );
		$new_control_type = ColorMag_Customize_Base_Control::get_control_instance( $config[ 'control' ] );

		if ( $new_control_type ) {
			$control_data = new $new_control_type( $wp_customize, $sub_control_name, $config );
			add_action( 'customize_controls_print_footer_scripts', function () use ( $config, $control_data ) {
				$script = "var {$config['name']} = " . wp_json_encode( $control_data->json() ) . ';';
				wp_print_inline_script_tag( $script );
			} );
		}

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$customize_config['name'],
					$customize_config
				)
			);
		} else {
			$wp_customize->add_control(
				$customize_config['name'],
				$customize_config
			);
		}

	}

	/**
	 * Register Customizer Control.
	 *
	 * @param array                $config       Customize options configuration settings.
	 * @param WP_Customize_Manager $wp_customize Instance of WP_Customize_Manager.
	 *
	 * @return void
	 */
	public function register_setting_control( $config, $wp_customize ) {

		// For adding settings.
		$sanitize_callback = isset( $config['sanitize_callback'] ) ? $config['sanitize_callback'] : ColorMag_Customize_Base_Control::get_sanitize_callback( $config['control'] );
		$transport         = isset( $config['transport'] ) ? $config['transport'] : 'refresh';

		if ( 'colormag-group' === $config['control'] ) {
			$sanitize_callback = false;
		}

		$wp_customize->add_setting(
			$config['name'],
			array(
				'default'           => $config['default'],
				'type'              => $config['datastore_type'],
				'transport'         => $transport,
				'sanitize_callback' => $sanitize_callback,
			)
		);

		// For adding controls.
		$control_type   = ColorMag_Customize_Base_Control::get_control_instance( $config['control'] );
		$config['type'] = $config['control'];

		if ( false !== $control_type ) {
			$wp_customize->add_control(
				new $control_type(
					$wp_customize,
					$config['name'],
					$config
				)
			);
		} else {
			$wp_customize->add_control(
				$config['name'],
				$config
			);
		}

		// For adding selective refresh.
		$selective_refresh = isset( $config['partial'] ) ? true : false;
		$render_callback   = isset( $config['partial']['render_callback'] ) ? $config['partial']['render_callback'] : '';

		if ( $selective_refresh ) {

			if ( isset( $wp_customize->selective_refresh ) ) {
				$wp_customize->selective_refresh->add_partial(
					$config['name'],
					array(
						'selector'        => $config['partial']['selector'],
						'render_callback' => $render_callback,
					)
				);
			}
		}

		// For dependency array.
		if ( isset( $config['dependency'] ) ) {
			$this->update_dependency_array( $config['name'], $config['dependency'] );
		}

	}

	/**
	 * Update dependency in the dependency array for controls and sections.
	 *
	 * @param string $key        Name of the Setting/Control for which the dependency is added.
	 * @param array  $dependency Dependency of the $name Setting/Control.
	 *
	 * @return void
	 */
	private function update_dependency_array( $key, $dependency ) {
		self::$dependency_array[ $key ] = $dependency;
	}

	/**
	 * Get dependency array.
	 *
	 * @return array Dependencies discovered when registering controls and settings.
	 */
	private function get_dependency_array() {
		return self::$dependency_array;
	}

	/**
	 * Include the required customizer sanitization, callbacks and partials file.
	 */
	public function customize_sanitize_callback_include() {

		require dirname( __FILE__ ) . '/class-colormag-customizer-sanitizes.php';
		require dirname( __FILE__ ) . '/class-colormag-customizer-callbacks.php';

	}

	/**
	 * Enqueue custom scripts for customize panels, sections and controls.
	 */
	public function enqueue_customize_controls() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		/**
		 * Enqueue required Customize Controls CSS files.
		 */
		// Extend customizer CSS file.
		wp_enqueue_style(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/css/extend-customizer' . $suffix . '.css',
			array(),
			COLORMAG_THEME_VERSION
		);
		wp_style_add_data( 'colormag-extend-customizer', 'rtl', 'replace' );

		/**
		 * Enqueue required Customize Controls JS files.
		 */
		// Extend customizer JS file.
		wp_enqueue_script(
			'colormag-extend-customizer',
			$this->get_assets_url() . '/assets/js/extend-customizer' . $suffix . '.js',
			array(
				'jquery',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls toggle JS file.
		wp_enqueue_script(
			'colormag-customizer-controls-toggle',
			$this->get_assets_url() . '/assets/js/customizer-controls-toggle' . $suffix . '.js',
			array(),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer controls JS file.
		wp_enqueue_script(
			'colormag-customizer-controls',
			$this->get_assets_url() . '/assets/js/customizer-controls' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Customizer dependency control JS file.
		wp_enqueue_script(
			'colormag-customizer-dependency',
			$this->get_assets_url() . '/assets/js/customizer-dependency' . $suffix . '.js',
			array(
				'colormag-customizer-controls-toggle',
				'colormag-customizer-controls',
				'colormag-extend-customizer',
			),
			COLORMAG_THEME_VERSION,
			true
		);

		// Localize for customizer controls toggle.
		wp_localize_script(
			'colormag-customizer-controls-toggle',
			'ColorMagCustomizerControlsToggle',
			$this->get_dependency_array()
		);

	}

	/**
	 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
	 *
	 * @since ColorMag 3.0.0
	 */
	public function customize_preview_js() {

		$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

		wp_enqueue_script(
			'colormag-customizer',
			$this->get_assets_url() . '/assets/js/customize-preview' . $suffix . '.js',
			array(
				'customize-preview',
			),
			COLORMAG_THEME_VERSION,
			true
		);

	}

	public function get_assets_url() {
		// Get correct URL and path to wp-content.
		$content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
		$content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );

		$url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
		$url = set_url_scheme( $url );

		return $url;
	}

}

return new ColorMag_Customizer_FrameWork();
inc/core/class-colormag-enqueue-scripts.php000064400000125447151213253050015030 0ustar00<?php
/**
 * ColorMag enqueue CSS and JS files.
 *
 * @package ColorMag
 *
 * @since   ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Enqueue_Scripts' ) ) {

	/**
	 * Enqueue Scripts.
	 */
	class ColorMag_Enqueue_Scripts {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object
		 */
		private static $instance;

		/**
		 * Initiator.
		 */
		public static function get_instance() {

			if ( ! isset( self::$instance ) ) {

				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			$this->setup_hooks();
		}

		/**
		 * Define hooks.
		 *
		 * @return void
		 */
		public function setup_hooks() {

			add_action( 'wp_enqueue_scripts', array( $this, 'colormag_scripts_styles_method' ) );

			add_action( 'enqueue_block_editor_assets', array( $this, 'colormag_block_editor_styles' ), 1 );
		}

		/**
		 * Enqueue CSS and JS files.
		 */
		public function colormag_scripts_styles_method() {

			// Return if enqueueing is not enabled by the user.
			if ( false === apply_filters( 'colormag_enqueue_theme_assets', true ) ) {
				return;
			}

			// Variables.
			$suffix              = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
			$skin_color          = get_theme_mod( 'colormag_color_skin_setting', 'white' );
			$inline_style_handle = ( 'white' === $skin_color ) ? 'colormag_style' : 'colormag_dark_style';

			// Loads our main css.
			wp_enqueue_style( 'colormag_style', get_stylesheet_uri(), array(), COLORMAG_THEME_VERSION );
			wp_style_add_data( 'colormag_style', 'rtl', 'replace' );

			// Load dark css.
			if ( 'dark' === $skin_color ) {
				wp_enqueue_style( 'colormag_dark_style', get_template_directory_uri() . '/dark.css', array(), COLORMAG_THEME_VERSION );
			}

			/**
			 * Inline CSS from customizer.
			 */
			add_filter( 'colormag_dynamic_theme_css', array( 'ColorMag_Dynamic_CSS', 'render_output' ) );

			// Enqueue required Google font for the theme.
			ColorMag_Generate_Fonts::render_fonts();

			// Generate dynamic CSS to add inline styles for the theme.
			$theme_dynamic_css = apply_filters( 'colormag_dynamic_theme_css', '' );

			wp_add_inline_style( $inline_style_handle, $theme_dynamic_css );

			/**
			 * Adds JavaScript to pages with the comment form to support
			 * sites with threaded comments (when in use).
			 */
			if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
				wp_enqueue_script( 'comment-reply' );
			}

			// BxSlider JS.
			wp_register_script( 'colormag-bxslider', COLORMAG_JS_URL . '/jquery.bxslider' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// Related post carousel.
			if ( 'style-4' == get_theme_mod( 'colormag_related_posts_style', 'style-1' ) ) {
				wp_enqueue_script( 'colormag-bxslider' );
			}

			// Sticky Menu.
			if ( 1 == get_theme_mod( 'colormag_enable_sticky_menu', 0 ) ) {
				// Sticky JS enqueue.
				if ( 'sticky' == get_theme_mod( 'colormag_sticky_menu_type', 'sticky' ) ) {
					wp_enqueue_script( 'colormag-sticky-menu', COLORMAG_JS_URL . '/sticky/jquery.sticky' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
				} elseif ( 'reveal_on_scroll' == get_theme_mod( 'colormag_sticky_menu_type', 'sticky' ) ) {
					// Headroomjs enqueue.
					wp_enqueue_script( 'Headroom', COLORMAG_JS_URL . '/headroom/Headroom' . $suffix . '.js', array(), COLORMAG_THEME_VERSION, true );
					wp_enqueue_script( 'jQuery-headroom', COLORMAG_JS_URL . '/headroom/jQuery.headroom' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
				}
			}

			// News Ticker.
			wp_register_script( 'colormag-news-ticker', COLORMAG_JS_URL . '/news-ticker/jquery.newsTicker' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			if ( 1 == get_theme_mod( 'colormag_enable_news_ticker', 0 ) ) {
				wp_enqueue_script( 'colormag-news-ticker' );
			}

			// MagnificPopup JS.
			wp_register_script( 'colormag-featured-image-popup', COLORMAG_JS_URL . '/magnific-popup/jquery.magnific-popup' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// MagnificPopup CSS.
			wp_register_style( 'colormag-featured-image-popup-css', COLORMAG_JS_URL . '/magnific-popup/magnific-popup' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );

			if ( get_theme_mod( 'colormag_enable_lightbox', 0 ) || get_theme_mod( 'colormag_enable_lightbox_blog', 0 ) ) {
				wp_enqueue_script( 'colormag-featured-image-popup' );
				wp_enqueue_style( 'colormag-featured-image-popup-css' );
			}

			// if ( ( 1 == get_theme_mod( 'colormag_enable_lightbox_blog', 0 ) ) ) {
			//  wp_enqueue_script( 'colormag-featured-image-popup' );
			//  wp_enqueue_style( 'colormag-featured-image-popup-css' );
			// }

			// EasyTabs JS.
			wp_register_script( 'colormag-easy-tabs', COLORMAG_JS_URL . '/easytabs/jquery.easytabs' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// Navigation JS.
			wp_enqueue_script( 'colormag-navigation', COLORMAG_JS_URL . '/navigation' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// FontAwesome CSS.
			$font_awesome_styles = array(
				array(
					'handle'  => 'colormag-fontawesome',
					'file'    => '/library/font-awesome/css/all',
					'version' => '6.5.2',
				),
				array(
					'handle'  => 'colormag-fontawesome-v4-font-face',
					'file'    => '/library/font-awesome/css/v4-font-face',
					'version' => '6.5.2',
				),
				array(
					'handle'  => 'colormag-fontawesome-v4-shims',
					'file'    => '/library/font-awesome/css/v4-shims',
					'version' => '6.5.2',
				),
			);

			foreach ( $font_awesome_styles as $style ) {
				wp_register_style(
					$style['handle'],
					get_template_directory_uri() . '/assets' . $style['file'] . $suffix . '.css',
					false,
					$style['version']
				);
				wp_enqueue_style( $style['handle'] );
			}

			// Weather Icons.
			wp_register_style( 'owfont', get_template_directory_uri() . '/assets/css/owfont-regular' . $suffix . '.css', array(), COLORMAG_THEME_VERSION );

			// FitVids JS.
			wp_enqueue_script( 'colormag-fitvids', COLORMAG_JS_URL . '/fitvids/jquery.fitvids' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// jQuery Video JS.
			wp_register_script( 'jquery-video', COLORMAG_JS_URL . '/jquery.video' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// HTML5Shiv for Lower IE versions.
			wp_enqueue_script( 'html5', COLORMAG_JS_URL . '/html5shiv' . $suffix . '.js', array(), COLORMAG_THEME_VERSION );
			wp_script_add_data( 'html5', 'conditional', 'lte IE 8' );

			// Theia Sticky Sidebar enqueue.
			if ( 1 === get_theme_mod( 'colormag_enable_sticky_sidebar', 0 ) ) {
				wp_enqueue_script( 'theia-sticky-sidebar', COLORMAG_JS_URL . '/theia-sticky-sidebar/theia-sticky-sidebar' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
				wp_enqueue_script( 'ResizeSensor', COLORMAG_JS_URL . '/theia-sticky-sidebar/ResizeSensor' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			}

			// prognroll JS enqueue.
			if ( 1 == get_theme_mod( 'colormag_enable_progress_bar_indicator', 0 ) && is_single() ) {
				wp_enqueue_script( 'prognroll', COLORMAG_JS_URL . '/prognroll/prognroll' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );
			}

			// Enqueue the Google Maps API key if it exits.
			$google_maps_api_key = get_theme_mod( 'colormag_googlemap_api_key' );
			if ( $google_maps_api_key ) {
				wp_enqueue_script( 'GoogleMaps', '//maps.googleapis.com/maps/api/js?key=' . esc_attr( $google_maps_api_key ), array(), COLORMAG_THEME_VERSION, true );
			}

			// Skip link focus fix JS enqueue.
			wp_enqueue_script( 'colormag-skip-link-focus-fix', COLORMAG_JS_URL . '/skip-link-focus-fix' . $suffix . '.js', array(), COLORMAG_THEME_VERSION, true );

			// Theme custom JS.
			wp_enqueue_script( 'colormag-custom', COLORMAG_JS_URL . '/colormag-custom' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			// Theme reveal image on scroll JS.
			if ( 1 === get_theme_mod( 'colormag_enable_smooth_image_loading', 0 ) ) {

				wp_enqueue_script( 'colormag-reveal-on-scroll', COLORMAG_JS_URL . '/colormag-reveal-on-scroll' . $suffix . '.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

				$image_loading_styles = get_theme_mod( 'colormag_smooth_image_loading_animation', 'fade-in' );
				$infinite_load_status = get_theme_mod( 'colormag_pagination_type', 'default' );

				if ( in_array( $image_loading_styles, array( 'fade-in', 'fade-in-down', 'fade-in-up' ), true ) ) {
					wp_localize_script( 'colormag-reveal-on-scroll', 'revealOnScrollData', array( $image_loading_styles, $infinite_load_status ) );
				}
			}

			if ( 1 == get_theme_mod( 'colormag_enable_news_ticker', 0 ) ) {
				$breaking_news_slide_effect = get_theme_mod( 'colormag_news_ticker_animation_direction', 'down' );
				$breaking_news_duration     = get_theme_mod( 'colormag_news_ticker_animation_duration', 4 );
				$breaking_news_speed        = get_theme_mod( 'colormag_news_ticker_animation_speed', 1 );

				$breaking_news_duration = intval( $breaking_news_duration );
				$breaking_news_speed    = intval( $breaking_news_speed );

				if ( 0 != $breaking_news_duration ) {
					$breaking_news_duration = $breaking_news_duration * 1000;
				} else {
					$breaking_news_duration = 4000;
				}

				if ( 0 != $breaking_news_speed ) {
					$breaking_news_speed = $breaking_news_speed * 1000;
				} else {
					$breaking_news_speed = 1000;
				}

				wp_localize_script(
					'colormag-custom',
					'colormag_ticker_settings',
					array(
						'breaking_news_slide_effect' => $breaking_news_slide_effect,
						'breaking_news_duration'     => $breaking_news_duration,
						'breaking_news_speed'        => $breaking_news_speed,
					)
				);
			}

			if ( 1 == get_theme_mod( 'colormag_enable_progress_bar_indicator', 0 ) && is_single() ) {
				$progress_bar_bgcolor = get_theme_mod( 'colormag_progress_bar_indicator_color', '#222222' );
				wp_localize_script(
					'colormag-custom',
					'colormag_progress_bar_indicator_color',
					array(
						'bg_color' => $progress_bar_bgcolor,
					)
				);
			}

			// Enqueue bxslider if post has gallery post format.
			if ( has_post_format( 'gallery' ) || is_home() || is_search() || is_archive() ) {
				wp_enqueue_script( 'colormag-bxslider' );
			}

			if ( 'infinite_scroll' === get_theme_mod( 'colormag_pagination_type', 'default' ) || get_theme_mod( 'colormag_enable_autoload_posts', 0 ) ) {
				wp_enqueue_script( 'infinite-scroll', get_template_directory_uri() . '/assets/js/infinite-scroll/infinite-scroll.pkgd' . $suffix . '.js', array(), '3.0.0', true );
				wp_enqueue_script( 'colormag-infinite-scroll', get_template_directory_uri() . '/assets/js/infinite-scroll' . $suffix . '.js', array( 'infinite-scroll' ), COLORMAG_THEME_VERSION, true );
				wp_localize_script(
					'colormag-infinite-scroll',
					'colormagInfiniteScrollParams',
					array(
						'infiniteScrollEvent' => get_theme_mod( 'colormag_infinite_scroll_type', 'button' ),
						'autoLoadEvent'       => get_theme_mod( 'colormag_autoload_posts_type', 'button' ),
						'autoLoadThreshold'   => get_theme_mod( 'colormag_enable_autoload_posts', 2 ),
					)
				);
			}
		}

		/**
		 * Enqueue block editor styles.
		 *
		 * @since ColorMag 2.4.6
		 */
		public function colormag_block_editor_styles() {

			wp_enqueue_style( 'colormag-editor-googlefonts', '//fonts.googleapis.com/css?family=Open+Sans:400,600', array(), COLORMAG_THEME_VERSION );
			wp_enqueue_style( 'colormag-block-editor-styles', get_template_directory_uri() . '/style-editor-block.css', array(), COLORMAG_THEME_VERSION );
			wp_enqueue_style( 'colormag-block-editor-dark-styles', get_template_directory_uri() . '/dark.css', array(), COLORMAG_THEME_VERSION );
			wp_style_add_data( 'colormag-block-editor-styles', 'rtl', 'replace' );
		}
	}

}

ColorMag_Enqueue_Scripts::get_instance();

/**
 * Action hook to get the required Google fonts for this theme.
 */
function colormag_get_fonts() {

	/**
	 * Header options.
	 */
	$site_title_typography_default   = array(
		'font-family' => 'default',
	);
	$site_tagline_typography_default = array(
		'font-family' => 'default',
	);
	$primary_menu_typography_default = array(
		'font-family' => 'default',
		'font-weight' => '600',
	);
	$post_title_typography_default   = array(
		'font-family' => 'default',
		'font-weight' => '500',
	);

	$site_title_typography   = get_theme_mod( 'colormag_site_title_typography', $site_title_typography_default );
	$site_tagline_typography = get_theme_mod( 'colormag_site_tagline_typography', $site_tagline_typography_default );
	$primary_menu_typography = get_theme_mod( 'colormag_primary_menu_typography', $primary_menu_typography_default );
	$mobile_menu_typography  = get_theme_mod( 'colormag_mobile_menu_typography', $primary_menu_typography_default );
	$post_title_typography   = get_theme_mod( 'colormag_blog_post_title_typography', $post_title_typography_default );

	/**
	 * Global.
	 */

	$button_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$button_typography         = get_theme_mod( 'colormag_button_typography', $button_typography_default );

	/**
	 * Typography options.
	 */
	$base_typography_default          = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$headings_typography_default      = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h1_typography_default    = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h2_typography_default    = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$heading_h3_typography_default    = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);
	$breaking_news_typography_default = array(
		'font-family' => 'default',
		'font-weight' => 'regular',
	);

	$base_typography                  = get_theme_mod( 'colormag_base_typography', $base_typography_default );
	$headings_typography              = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );
	$heading_h1_typography            = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );
	$heading_h2_typography            = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );
	$heading_h3_typography            = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );
	$breaking_news_label_typography   = get_theme_mod( 'colormag_news_ticker_label_typography', $breaking_news_typography_default );
	$breaking_news_content_typography = get_theme_mod( 'colormag_news_ticker_content_typography', $breaking_news_typography_default );

	/**
	 * Enqueue required Google fonts.
	 */
	// Header options.
	if ( 'default' === $site_title_typography['font-family'] ) {
		$site_title_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $site_tagline_typography['font-family'] ) {
		$site_tagline_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $primary_menu_typography['font-family'] ) {
		$primary_menu_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $mobile_menu_typography['font-family'] ) {
		$mobile_menu_typography['font-family'] = 'Open Sans';
	}

	$primary_menu_typography_font_weight = isset( $primary_menu_typography['font-weight'] ) ? $primary_menu_typography['font-weight'] : 'regular';
	$mobile_menu_typography_font_weight  = isset( $mobile_menu_typography['font-weight'] ) ? $mobile_menu_typography['font-weight'] : 'regular';

	ColorMag_Generate_Fonts::add_font( $site_title_typography['font-family'] );
	ColorMag_Generate_Fonts::add_font( $site_tagline_typography['font-family'] );
	ColorMag_Generate_Fonts::add_font( $primary_menu_typography['font-family'], $primary_menu_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $mobile_menu_typography['font-family'], $mobile_menu_typography_font_weight );

	// Global.
	if ( 'default' === $button_typography['font-family'] ) {
		$button_typography['font-family'] = 'Open Sans';
	}

	$button_typography_font_weight = isset( $button_typography['font-weight'] ) ? $button_typography['font-weight'] : 'regular';

	ColorMag_Generate_Fonts::add_font( $button_typography['font-family'], $button_typography_font_weight );

	// Typography options.
	if ( 'default' === $base_typography['font-family'] ) {
		$base_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $headings_typography['font-family'] ) {
		$headings_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h1_typography['font-family'] ) {
		$heading_h1_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h2_typography['font-family'] ) {
		$heading_h2_typography['font-family'] = 'Open Sans';
	}
	if ( 'default' === $heading_h3_typography['font-family'] ) {
		$heading_h3_typography['font-family'] = 'Open Sans';
	}

	if ( 'default' === $breaking_news_label_typography['font-family'] ) {
		$breaking_news_label_typography ['font-family'] = 'Open Sans';
	}
	if ( 'default' === $breaking_news_content_typography['font-family'] ) {
		$breaking_news_content_typography ['font-family'] = 'Open Sans';
	}
	if ( 'default' === $post_title_typography['font-family'] ) {
		$post_title_typography['font-family'] = 'Open Sans';
	}

	$breaking_news_label_typography_font_weight   = $breaking_news_label_typography['font-weight'] ?? 'regular';
	$breaking_news_content_typography_font_weight = $breaking_news_content_typography['font-weight'] ?? 'regular';
	$base_typography_font_weight                  = $base_typography['font-weight'] ?? 'regular';
	$heading_typography_font_weight               = $headings_typography['font-weight'] ?? 'regular';
	$heading_h1_typography_font_weight            = $heading_h1_typography['font-weight'] ?? 'regular';
	$heading_h2_base_typography_font_weight       = $heading_h2_typography['font-weight'] ?? 'regular';
	$heading_h3_typography_font_weight            = $heading_h3_typography['font-weight'] ?? 'regular';
	$post_title_typography_font_weight            = $post_title_typography['font-weight'] ?? 'regular';

	ColorMag_Generate_Fonts::add_font( $base_typography['font-family'], $base_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $headings_typography['font-family'], $headings_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h1_typography['font-family'], $heading_h1_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h2_typography['font-family'], $heading_h2_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $heading_h3_typography['font-family'], $heading_h3_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $post_title_typography['font-family'], $post_title_typography['font-weight'] );
	ColorMag_Generate_Fonts::add_font( $breaking_news_label_typography['font-family'], $breaking_news_label_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $breaking_news_content_typography['font-family'], $breaking_news_content_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $base_typography['font-family'], $base_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $headings_typography['font-family'], $heading_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h1_typography['font-family'], $heading_h1_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h2_typography['font-family'], $heading_h2_base_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $heading_h3_typography['font-family'], $heading_h3_typography_font_weight );
	ColorMag_Generate_Fonts::add_font( $post_title_typography['font-family'], $post_title_typography_font_weight );
}

add_action( 'colormag_get_fonts', 'colormag_get_fonts' );


/**
 * Filter hook to get the required Google font subsets for this theme.
 */
function colormag_font_subset() {

	$google_font_subsets = array();

	// Button.
	$button_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$button_typography         = get_theme_mod( 'colormag_button_typography', $button_typography_default );

	if ( isset( $button_typography['subsets'] ) && is_array( $button_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $button_typography['subsets'], $google_font_subsets );
	}

	/**
	 * Typography options.
	 */
	// Base typography.
	$base_typography_default = array(
		'subsets' => array( 'latin' ),
	);

	$base_typography = get_theme_mod( 'colormag_base_typography', $base_typography_default );

	if ( isset( $base_typography['subsets'] ) && is_array( $base_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $base_typography['subsets'], $google_font_subsets );
	}

	// Breaking news typography.
	$breaking_news_typography_default = array(
		'subsets' => array( 'latin' ),
	);

	$breaking_news_label_typography = get_theme_mod( 'colormag_news_ticker_label_typography', $breaking_news_typography_default );

	if ( isset( $breaking_news_label_typography['subsets'] ) && is_array( $breaking_news_label_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $breaking_news_label_typography['subsets'], $google_font_subsets );
	}

	$breaking_news_content_typography = get_theme_mod( 'colormag_news_ticker_content_typography', $breaking_news_typography_default );

	if ( isset( $breaking_news_content_typography['subsets'] ) && is_array( $breaking_news_content_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $breaking_news_content_typography['subsets'], $google_font_subsets );
	}

	// Headings typography.
	$headings_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$headings_typography         = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );

	if ( isset( $headings_typography['subsets'] ) && is_array( $headings_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $headings_typography['subsets'], $google_font_subsets );
	}

	// Heading H1 typography.
	$heading_h1_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h1_typography         = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );

	if ( isset( $heading_h1_typography['subsets'] ) && is_array( $heading_h1_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h1_typography['subsets'], $google_font_subsets );
	}

	// Heading H2 typography.
	$heading_h2_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h2_typography         = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );

	if ( isset( $heading_h2_typography['subsets'] ) && is_array( $heading_h2_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h2_typography['subsets'], $google_font_subsets );
	}

	// Heading H3 typography.
	$heading_h3_typography_default = array(
		'subsets' => array( 'latin' ),
	);
	$heading_h3_typography         = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );

	if ( isset( $heading_h3_typography['subsets'] ) && is_array( $heading_h3_typography['subsets'] ) ) {
		$google_font_subsets = array_merge( $heading_h3_typography['subsets'], $google_font_subsets );
	}

	return $google_font_subsets;
}

add_filter( 'colormag_font_subset', 'colormag_font_subset' );


/**
 * Enqueue image upload script for use within widgets.
 */
function colormag_image_uploader() {

	$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

	wp_enqueue_media();
	wp_enqueue_script( 'colormag-widget-image-upload', COLORMAG_JS_URL . '/image-uploader' . $suffix . '.js', false, COLORMAG_THEME_VERSION, true );
}

add_action( 'admin_enqueue_scripts', 'colormag_image_uploader' );


if ( ! function_exists( 'colormag_darkcolor' ) ) :

	/**
	 * Generate darker color
	 *
	 * @param string $hex   Hex color value.
	 * @param string $steps Steps to change the hex color value for equivalent dark color.
	 *
	 * @return string
	 */
	function colormag_darkcolor( $hex, $steps ) {

		// Steps should be between -255 and 255. Negative = darker, positive = lighter.
		$steps = max( -255, min( 255, $steps ) );

		// Normalize into a six character long hex string.
		$hex = str_replace( '#', '', $hex );
		if ( strlen( $hex ) == 3 ) {
			$hex = str_repeat( substr( $hex, 0, 1 ), 2 ) . str_repeat( substr( $hex, 1, 1 ), 2 ) . str_repeat( substr( $hex, 2, 1 ), 2 );
		}

		// Split into three parts: R, G and B.
		$color_parts = str_split( $hex, 2 );
		$return      = '#';

		foreach ( $color_parts as $color ) {

			// Convert to decimal.
			$color = hexdec( $color );

			// Adjust the color.
			$color = max( 0, min( 255, $color + $steps ) );

			$return .= str_pad( dechex( $color ), 2, '0', STR_PAD_LEFT ); // Make two char hex code.

		}

		return $return;
	}

endif;

if ( ! function_exists( 'colormag_parse_css' ) ) :

	/**
	 * Parses CSS.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param array        $css_output    Array of CSS.
	 * @param string       $min_media     Min Media breakpoint.
	 * @param string       $max_media     Max Media breakpoint.
	 *
	 * @return string Generated CSS.
	 */
	function colormag_parse_css( $default_value, $output_value, $css_output = array(), $min_media = '', $max_media = '' ) {

		// Return if default value matches.
		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = '';

		if ( is_array( $css_output ) && count( $css_output ) > 0 ) {

			foreach ( $css_output as $selector => $properties ) {

				if ( null === $properties ) {
					break;
				}

				if ( ! count( $properties ) ) {
					continue;
				}

				$temp_parse_css   = $selector . '{';
				$properties_added = 0;

				foreach ( $properties as $property => $value ) {

					if ( '' === $value ) {
						continue;
					}

					++$properties_added;
					$temp_parse_css .= $property . ':' . $value . ';';
				}

				$temp_parse_css .= '}';

				if ( $properties_added > 0 ) {
					$parse_css .= $temp_parse_css;
				}
			}

			if ( '' !== $parse_css && ( '' !== $min_media || '' !== $max_media ) ) {

				$media_css       = '@media ';
				$min_media_css   = '';
				$max_media_css   = '';
				$media_separator = '';

				if ( '' !== $min_media ) {
					$min_media_css = 'screen and (min-width:' . $min_media . 'px)';
				}

				if ( '' !== $max_media ) {
					$max_media_css = 'screen and (max-width:' . $max_media . 'px)';
				}

				if ( '' !== $min_media && '' !== $max_media ) {
					$media_separator = ' and ';
				}

				$media_css .= $min_media_css . $media_separator . $max_media_css . '{' . $parse_css . '}';

				return $media_css;
			}
		}

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_background_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 *
	 * @return string|void Generated CSS for background CSS property.
	 */
	function colormag_parse_background_css( $default_value, $output_value, $selector ) {

		if ( $default_value == $output_value ) {
			return;
		}

		$parse_css  = '';
		$parse_css .= $selector . '{';

		// For background color.
		if ( isset( $output_value['background-color'] ) && ( $output_value['background-color'] != $default_value['background-color'] ) ) {
			$parse_css .= 'background-color:' . $output_value['background-color'] . ';';
		}

		// For background image.
		if ( isset( $output_value['background-image'] ) && ( $output_value['background-image'] != $default_value['background-image'] ) ) {
			$parse_css .= 'background-image:url(' . $output_value['background-image'] . ');';
		}

		// For background position.
		if ( isset( $output_value['background-position'] ) && ( $output_value['background-position'] != $default_value['background-position'] ) ) {
			$parse_css .= 'background-position:' . $output_value['background-position'] . ';';
		}

		// For background size.
		if ( isset( $output_value['background-size'] ) && ( $output_value['background-size'] != $default_value['background-size'] ) ) {
			$parse_css .= 'background-size:' . $output_value['background-size'] . ';';
		}

		// For background attachment.
		if ( isset( $output_value['background-attachment'] ) && ( $output_value['background-attachment'] != $default_value['background-attachment'] ) ) {
			$parse_css .= 'background-attachment:' . $output_value['background-attachment'] . ';';
		}

		// For background repeat.
		if ( isset( $output_value['background-repeat'] ) && ( $output_value['background-repeat'] != $default_value['background-repeat'] ) ) {
			$parse_css .= 'background-repeat:' . $output_value['background-repeat'] . ';';
		}

		$parse_css .= '}';

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_dimension_css' ) ) {
	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param string       $property      CSS property.
	 *
	 * @return string|void Generated CSS for dimension CSS.
	 */
	function colormag_parse_dimension_css( $default_value, $output_value, $selector, $property ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = $selector . '{';

		$unit = isset( $output_value['unit'] ) ? $output_value['unit'] : ( isset( $default_value['unit'] ) ? $default_value['unit'] : 'px' );

		if ( isset( $output_value['top'] ) && ! empty( $output_value['top'] ) && ( $output_value['top'] !== $default_value['top'] ) ) {
			$parse_css .= $property . '-top:' . $output_value['top'] . $unit . ';';
		}

		if ( isset( $output_value['top'] ) && ! empty( $output_value['top'] ) && ( $output_value['right'] !== $default_value['right'] ) ) {
			$parse_css .= $property . '-right:' . $output_value['right'] . $unit . ';';
		}

		if ( isset( $output_value['bottom'] ) && ! empty( $output_value['bottom'] ) && ( $output_value['bottom'] !== $default_value['bottom'] ) ) {
			$parse_css .= $property . '-bottom:' . $output_value['bottom'] . $unit . ';';
		}

		if ( isset( $output_value['left'] ) && ! empty( $output_value['left'] ) && ( $output_value['left'] !== $default_value['left'] ) ) {
			$parse_css .= $property . '-left:' . $output_value['left'] . $unit . ';';
		}

		$parse_css .= '}';

		return $parse_css;
	}
}

if ( ! function_exists( 'colormag_parse_border_css' ) ) {
	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param string       $property      CSS property.
	 *
	 * @return string|void Generated CSS for border CSS.
	 */
	function colormag_parse_border_css( $default_value, $output_value, $selector, $property ) {
		if ( $default_value === $output_value ) {
			return;
		}
		$parse_css = $selector . '{';
		if ( isset( $output_value ) && ! empty( $output_value ) && ( $output_value !== $default_value ) ) {
			if ( $property == 'radius' || $property == 'width' ) {
				$parse_css .= 'border-' . $property . ':' . $output_value . 'px;';
			} else {
				$parse_css .= 'border-' . $property . ':' . $output_value . ';';
			}
		}
		$parse_css .= '}';
		return $parse_css;
	}
}

if ( ! function_exists( 'colormag_parse_typography_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 * @param array        $devices       Devices for breakpoints.
	 *
	 * @return string|void Generated CSS for typography CSS.
	 */
	function colormag_parse_typography_css( $default_value, $output_value, $selector, $devices = array() ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = $selector . '{';

		// For font family.
		$default_value_font_family = isset( $default_value['font-family'] ) ? $default_value['font-family'] : '';
		if ( isset( $output_value['font-family'] ) && ! empty( $output_value['font-family'] ) && ( $output_value['font-family'] !== $default_value_font_family ) ) {
			$parse_css .= 'font-family:' . $output_value['font-family'] . ';';
		}

		// For font style.
		$default_value_font_style = isset( $default_value['font-style'] ) ? $default_value['font-style'] : '';
		if ( isset( $output_value['font-style'] ) && ! empty( $output_value['font-style'] ) && ( $output_value['font-style'] !== $default_value_font_style ) ) {
			$parse_css .= 'font-style:' . $output_value['font-style'] . ';';
		}

		// For text transform.
		$default_value_text_transform = isset( $default_value['text-transform'] ) ? $default_value['text-transform'] : '';
		if ( isset( $output_value['text-transform'] ) && ! empty( $output_value['text-transform'] ) && ( $output_value['text-transform'] !== $default_value_text_transform ) ) {
			$parse_css .= 'text-transform:' . $output_value['text-transform'] . ';';
		}

		// For text decoration.
		$default_value_text_decoration = isset( $default_value['text-decoration'] ) ? $default_value['text-decoration'] : '';
		if ( isset( $output_value['text-decoration'] ) && ! empty( $output_value['text-decoration'] ) && ( $output_value['text-decoration'] !== $default_value_text_decoration ) ) {
			$parse_css .= 'text-decoration:' . $output_value['text-decoration'] . ';';
		}

		// For font weight.
		$default_value_font_weight = isset( $default_value['font-weight'] ) ? $default_value['font-weight'] : '';
		if ( isset( $output_value['font-weight'] ) && ! empty( $output_value['font-weight'] ) && ( $output_value['font-weight'] !== $default_value_font_weight ) ) {
			$font_weight_value = $output_value['font-weight'];

			if ( 'italic' === $font_weight_value || 'regular' === $font_weight_value ) {
				$parse_css .= 'font-weight:' . 400 . ';';
			} else {
				$parse_css .= 'font-weight:' . str_replace( 'italic', '', $font_weight_value ) . ';';
			}
		}

		// For font size on desktop.
		$font_size_unit            = isset( $output_value['font-size']['desktop']['unit'] ) ? $output_value['font-size']['desktop']['unit'] : 'px';
		$default_desktop_font_size = isset( $default_value['font-size']['desktop']['size'] ) ? $default_value['font-size']['desktop']['size'] : '';
		if ( isset( $output_value['font-size']['desktop']['size'] ) && ! empty( $output_value['font-size']['desktop']['size'] ) && ( $output_value['font-size']['desktop']['size'] !== $default_desktop_font_size ) ) {
			$parse_css .= 'font-size:' . $output_value['font-size']['desktop']['size'] . $font_size_unit . ';';
		}

		// For line height on desktop.
		$line_height_unit_value      = isset( $output_value['line-height']['desktop']['unit'] ) ? $output_value['line-height']['desktop']['unit'] : 'px';
		$line_height_unit            = ( '-' !== $line_height_unit_value ) ? $line_height_unit_value : '';
		$default_desktop_line_height = isset( $default_value['line-height']['desktop']['size'] ) ? $default_value['line-height']['desktop']['size'] : '';

		if ( isset( $output_value['line-height']['desktop']['size'] ) && ! empty( $output_value['line-height']['desktop']['size'] ) && ( $output_value['line-height']['desktop']['size'] !== $default_desktop_line_height ) ) {
			$parse_css .= 'line-height:' . $output_value['line-height']['desktop']['size'] . $line_height_unit . ';';
		}

		// For letter spacing on desktop.
		$letter_spacing_unit            = isset( $output_value['letter-spacing']['desktop']['unit'] ) ? $output_value['letter-spacing']['desktop']['unit'] : 'px';
		$default_desktop_letter_spacing = isset( $default_value['letter-spacing']['desktop']['size'] ) ? $default_value['letter-spacing']['desktop']['size'] : '';

		if ( isset( $output_value['letter-spacing']['desktop']['size'] ) && ! empty( $output_value['letter-spacing']['desktop']['size'] ) && ( $output_value['letter-spacing']['desktop']['size'] !== $default_desktop_letter_spacing ) ) {
			$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['desktop']['size'] . $letter_spacing_unit . ';';
		}

		$parse_css .= '}';

		// For responsive devices.
		if ( is_array( $devices ) ) {

			foreach ( $devices as $device => $size ) {

				// For tablet devices.
				if ( 'tablet' === $device && $size ) {
					$default_tablet_font_size_spacing = isset( $default_value['font-size']['tablet']['size'] ) ? $default_value['font-size']['tablet']['size'] : '';
					if ( isset( $output_value['font-size']['tablet']['size'] ) && ! empty( $output_value['font-size']['tablet']['size'] ) && $output_value['font-size']['tablet']['size'] !== $default_tablet_font_size_spacing ) {

						$font_size_tablet_unit = $output_value['font-size']['tablet']['unit'] ? $output_value['font-size']['tablet']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'font-size:' . $output_value['font-size']['tablet']['size'] . $font_size_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_tablet_line_height_spacing = isset( $default_value['line-height']['tablet']['size'] ) ? $default_value['line-height']['tablet']['size'] : '';
					if ( isset( $output_value['line-height']['tablet']['size'] ) && ! empty( $output_value['line-height']['tablet']['size'] ) && $output_value['line-height']['tablet']['size'] !== $default_tablet_line_height_spacing ) {

						$line_height_tablet_unit_value = $output_value['line-height']['tablet']['unit'] ? $output_value['line-height']['tablet']['unit'] : '';
						$line_height_tablet_unit       = ( '-' !== $line_height_tablet_unit_value ) ? $line_height_tablet_unit_value : '';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'line-height:' . $output_value['line-height']['tablet']['size'] . $line_height_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_tablet_letter_spacing_spacing = isset( $default_value['letter-spacing']['tablet']['size'] ) ? $default_value['letter-spacing']['tablet']['size'] : '';
					if ( isset( $output_value['letter-spacing']['tablet']['size'] ) && ! empty( $output_value['letter-spacing']['tablet']['size'] ) && $output_value['letter-spacing']['tablet']['size'] !== $default_tablet_letter_spacing_spacing ) {

						$letter_spacing_tablet_unit = $output_value['letter-spacing']['tablet']['unit'] ? $output_value['letter-spacing']['tablet']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['tablet']['size'] . $letter_spacing_tablet_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}
				}

				// For mobile devices.
				if ( 'mobile' === $device && $size ) {
					$default_mobile_font_size_spacing = isset( $default_value['font-size']['mobile']['size'] ) ? $default_value['font-size']['mobile']['size'] : '';
					if ( isset( $output_value['font-size']['mobile']['size'] ) && ! empty( $output_value['font-size']['mobile']['size'] ) && $output_value['font-size']['mobile']['size'] !== $default_mobile_font_size_spacing ) {

						$font_size_mobile_unit = $output_value['font-size']['mobile']['unit'] ? $output_value['font-size']['mobile']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'font-size:' . $output_value['font-size']['mobile']['size'] . $font_size_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_mobile_line_height_spacing = isset( $default_value['line-height']['mobile']['size'] ) ? $default_value['line-height']['mobile']['size'] : '';
					if ( isset( $output_value['line-height']['mobile']['size'] ) && ! empty( $output_value['line-height']['mobile']['size'] ) && $output_value['line-height']['mobile']['size'] !== $default_mobile_line_height_spacing ) {

						$line_height_mobile_unit_value = $output_value['line-height']['mobile']['unit'] ? $output_value['line-height']['mobile']['unit'] : '';
						$line_height_mobile_unit       = ( '-' !== $line_height_mobile_unit_value ) ? $line_height_mobile_unit_value : '';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'line-height:' . $output_value['line-height']['mobile']['size'] . $line_height_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}

					$default_mobile_letter_spacing_spacing = isset( $default_value['letter-spacing']['mobile']['size'] ) ? $default_value['letter-spacing']['mobile']['size'] : '';
					if ( isset( $output_value['letter-spacing']['mobile']['size'] ) && ! empty( $output_value['letter-spacing']['mobile']['size'] ) && $output_value['letter-spacing']['mobile']['size'] !== $default_mobile_letter_spacing_spacing ) {

						$letter_spacing_mobile_unit = $output_value['letter-spacing']['mobile']['unit'] ? $output_value['letter-spacing']['mobile']['unit'] : 'px';

						$parse_css .= '@media(max-width:' . $size . 'px){';
						$parse_css .= $selector . '{';
						$parse_css .= 'letter-spacing:' . $output_value['letter-spacing']['mobile']['size'] . $letter_spacing_mobile_unit . ';';
						$parse_css .= '}';
						$parse_css .= '}';
					}
				}
			}
		}

		return $parse_css;
	}

endif;

if ( ! function_exists( 'colormag_parse_slider_css' ) ) :

	/**
	 * Returns the background CSS property for dynamic CSS generation.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value Updated value.
	 * @param string $selector CSS selector.
	 * @param string $property CSS property.
	 *
	 * @return string|void Generated CSS for dimension CSS.
	 */
	function colormag_parse_slider_css( $default_value, $output_value, $selector, $property ) {

		if ( $default_value === $output_value ) {
			return;
		}

		$parse_css = '';

		if ( isset( $output_value['size'] ) ) {

			$parse_css = $selector . '{';

			$unit       = isset( $output_value['unit'] ) ? $output_value['unit'] : ( isset( $default_value['unit'] ) ? $default_value['unit'] : 'px' );
			$parse_css .= $property . ':' . $output_value['size'] . $unit . ';';

			$parse_css .= '}';
		}

		return $parse_css;
	}

	endif;
inc/core/class-colormag-customizer-sanitizes.php000064400000052541151213253050016101 0ustar00<?php
/**
 * ColorMag customizer class for theme customize sanitizes.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_Sanitizes
 */
class ColorMag_Customizer_FrameWork_Sanitizes {

	/**
	 * Sanitize the checkbox options set within customizer controls.
	 *
	 * @param int $input Input from the customize controls.
	 *
	 * @return int|string
	 */
	public static function sanitize_checkbox( $input ) {

		return ( ( 1 === $input || '1' === $input || true === (bool) $input ) ? 1 : '' );

	}

	/**
	 * Sanitize the number options set within customizer controls.
	 *
	 * @param int $number Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return int
	 */
	public static function sanitize_integer( $number, $setting ) {

		return ( is_numeric( $number ) ? intval( $number ) : $setting->default );

	}

	/**
	 * Sanitize the strings enabling HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_html( $input ) {

		return wp_kses_post( $input );

	}

	/**
	 * Sanitize the strings disabling the HTML tags set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_nohtml( $input ) {

		return wp_filter_nohtml_kses( $input );

	}

	/**
	 * Sanitize the key values set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_key( $input ) {

		return sanitize_key( $input );

	}

	/**
	 * Sanitize the text fields set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_text_field( $input ) {

		return sanitize_text_field( $input );

	}

	/**
	 * Sanitize the radio as well as select options set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_radio_select( $input, $setting ) {

		// Ensuring that the input is a slug.
		$input = sanitize_text_field( $input );

		// Get the list of choices from the control associated with the setting.
		$choices = $setting->manager->get_control( $setting->id )->choices;

		// If the input is a valid key, return it, else, return the default.
		return ( array_key_exists( $input, $choices ) ? $input : $setting->default );

	}

	/**
	 * Sanitize the input set within customizer controls.
	 *
	 * @param string $input Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 *
	 * @return string
	 */
	public static function sanitize_date( $input ) {

		// General sanitization, to get rid of malicious scripts or characters.
		$input = sanitize_text_field( $input );
		$input = filter_var( $input, FILTER_SANITIZE_STRING );

		// Validate date to check if it is in desired date format.
		if ( self::validate_date_format( $input ) ) {
			return $input;
		} else {
			// If user tries to enter any other value return today's date.
			$input = gmdate( 'Y-m-d' );

			return $input;
		}
	}

	public static function validate_date_format( $input, $date_format = 'Y-m-d' ) {

		// Create a Date object with a given format.
		$d = DateTime::createFromFormat( $date_format, $input );

		// Check if given date matches the given format and return the comparison.
		return $d && $d->format( $date_format ) === $input;
	}

	/**
	 * Sanitize the hex color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_hex_color( $color ) {

		if ( '' === $color ) {
			return '';
		}

		// 3 or 6 hex digits, or the empty string.
		if ( preg_match( '|^#([A-Fa-f0-9]{3}){1,2}$|', $color ) ) {
			return $color;
		}

	}

	/**
	 * Sanitize the alpha color set within customizer controls.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_alpha_color( $color, $setting ) {

		if ( '' === $color ) {
			return '';
		}

		if ( 'header_textcolor' === $setting->id && 'blank' === $color ) {
			return 'blank';
		}

		// Hex sanitize if no rgba color option is chosen.
		if ( false === strpos( $color, 'rgb' ) ) {
			return self::sanitize_hex_color( $color );
		}

		// Sanitize the rgba color provided via customize option.
		$color = str_replace( ' ', '', $color );

		if ( strpos( $color, 'rgba' ) !== false ) {

			sscanf( $color, 'rgba(%d,%d,%d,%f)', $red, $green, $blue, $alpha );

			if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
				return self::convert_rgba_to_hex( $red, $green, $blue, $alpha );
			}

			return 'rgba(' . $red . ',' . $green . ',' . $blue . ',' . $alpha . ')';

		}

		sscanf( $color, 'rgb(%d,%d,%d)', $red, $green, $blue );

		if ( 'background_color' === $setting->id || 'header_textcolor' === $setting->id ) {
			return self::convert_rgba_to_hex( $red, $green, $blue );
		}

		return 'rgb(' . $red . ',' . $green . ',' . $blue . ')';

	}

	/**
	 * Converts RGB/A to a Hex value.
	 *
	 * @param int $red color value.
	 * @param int $green color value.
	 * @param int $blue color value.
	 * @param float $alpha color value.
	 *
	 * @return string Hex value.
	 */
	public static function convert_rgba_to_hex( $red, $green, $blue, $alpha = 1 ) {

		$red   = dechex( (int) $red );
		$green = dechex( (int) $green );
		$blue  = dechex( (int) $blue );
		$alpha = (float) $alpha;

		if ( strlen( $red ) < 2 ) {
			$red = '0' . $red;
		}

		if ( strlen( $green ) < 2 ) {
			$green = '0' . $green;
		}

		if ( strlen( $blue ) < 2 ) {
			$blue = '0' . $blue;
		}

		if ( $alpha < 1 ) {

			$alpha = $alpha * 255;

			if ( $alpha < 7 ) {
				$alpha = '0' . dechex( $alpha );
			} else {
				$alpha = dechex( $alpha );
			}

			return $red . $green . $blue . $alpha;
		}

		return $red . $green . $blue;
	}

	/**
	 * Sanitize false values within customizer controls, which user does not have to input by their own.
	 *
	 * @return bool
	 */
	public static function sanitize_false_values() {

		return false;

	}

	/**
	 * Sanitize the slider value set within customizer controls.
	 *
	 * @param number $val Customizer setting input number.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_number( $val, $setting ) {

		$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

		if ( isset( $input_attrs ) ) {

			$input_attrs[ 'min' ]  = isset( $input_attrs[ 'min' ] ) ? $input_attrs[ 'min' ] : 0;
			$input_attrs[ 'step' ] = isset( $input_attrs[ 'step' ] ) ? $input_attrs[ 'step' ] : 1;

			if ( isset( $input_attrs[ 'max' ] ) && $val > $input_attrs[ 'max' ] ) {
				$val = $input_attrs[ 'max' ];
			} elseif ( $val < $input_attrs[ 'min' ] ) {
				$val = $input_attrs[ 'min' ];
			}

			if ( $val ) {
				$val = (int) $val;
			}
		}

		return is_numeric( $val ) ? $val : $setting->default;

	}

	/**
	 * Sanitize the dimension value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_dimension( $input, $setting ) {

		if ( isset( $input ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->json()[ 'input_attrs' ];
			$unit        = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$input[ 'top' ]    = isset( $input[ 'top' ] ) ? (float) $input[ 'top' ] : 0;
			$input[ 'bottom' ] = isset( $input[ 'bottom' ] ) ? (float) $input[ 'bottom' ] : 0;
			$input[ 'left' ]   = isset( $input[ 'left' ] ) ? (float) $input[ 'left' ] : 0;
			$input[ 'right' ]  = isset( $input[ 'right' ] ) ? (float) $input[ 'right' ] : 0;

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			foreach ( $input as $key => $value ) {
				if ( $value < $min ) {
					$input[ $key ] = $min;
				} elseif ( $value > $max ) {
					$input[ $key ] = $max;
				}
			}
		}

		return $input;
	}

	/**
	 * Sanitize the slider value and unit within customizer controls.
	 *
	 * @param number $val Customizer setting input number and unit.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */

	public static function sanitize_slider( $input, WP_Customize_Setting $setting ) {

		if ( isset( $input[ 'size' ] ) ) {

			$input_attrs = $setting->manager->get_control( $setting->id )->input_attrs;

			$size = isset( $input[ 'size' ] ) ? (float) $input[ 'size' ] : 0;
			$unit = isset( $input[ 'unit' ] ) ? $input[ 'unit' ] : 'px';

			$min = isset( $input_attrs[ $unit ][ 'min' ] ) ? (float) $input_attrs[ $unit ][ 'min' ] : 0;
			$max = isset( $input_attrs[ $unit ][ 'max' ] ) ? (float) $input_attrs[ $unit ][ 'max' ] : 200;

			if ( $size < $min ) {
				$size = $min;
			} elseif ( $size > $max ) {
				$size = $max;
			}

			$input = array(
				'size' => $size,
				'unit' => $unit,
			);
		}

		return $input;
	}

	/**
	 * Sanitize the email value set within customizer controls.
	 *
	 * @param string $email Input from the customize controls.
	 * @param object $setting Setting object.
	 *
	 * @return string
	 */
	public static function sanitize_email( $email, $setting ) {

		// Strips out all characters that are not allowable in an email address.
		$email = sanitize_email( $email );

		// If $email is a valid email, return it, otherwise, return the default.
		return ( ! is_null( $email ) ? $email : $setting->default );

	}

	/**
	 * Sanitize the url value set within customizer controls.
	 *
	 * @param string $url Input from the customize controls.
	 *
	 * @return string
	 */
	public static function sanitize_url( $url ) {

		return esc_url_raw( $url );

	}

	/**
	 * Sanitize the dropdown categories value set within customizer controls.
	 *
	 * @param number $cat_id Customizer setting input category id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_categories( $cat_id, $setting ) {

		// Ensure input is an absolute integer.
		$cat_id = absint( $cat_id );

		// If $cat_id is an ID of a published category, return it, otherwise, return the default value.
		return ( term_exists( $cat_id, 'category' ) ? $cat_id : $setting->default );

	}

	/**
	 * Sanitize the dropdown pages value set within customizer controls.
	 *
	 * @param number $page_id Customizer setting input page id.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_dropdown_pages( $page_id, $setting ) {

		// Ensure input is an absolute integer.
		$page_id = absint( $page_id );

		// If $page_id is an ID of a published page, return it, otherwise, return the default value.
		return ( 'publish' === get_post_status( $page_id ) ? $page_id : $setting->default );

	}

	/**
	 * Sanitize the image value set within customizer controls.
	 *
	 * @param number $image Customizer setting input image filename.
	 * @param object $setting Setting object.
	 *
	 * @return int
	 */
	public static function sanitize_image_upload( $image, $setting ) {

		/**
		 * Array of valid image file types.
		 *
		 * The array includes image mime types that are included in wp_get_mime_types()
		 */
		$mimes = array(
			'jpg|jpeg|jpe' => 'image/jpeg',
			'gif'          => 'image/gif',
			'png'          => 'image/png',
			'bmp'          => 'image/bmp',
			'tiff|tif'     => 'image/tiff',
			'ico'          => 'image/x-icon',
		);

		// Return an array with file extension and mime_type.
		$file = wp_check_filetype( $image, $mimes );

		// If $image has a valid mime_type, return it, otherwise, return the empty value.
		return ( $file[ 'ext' ] ? $image : '' );

	}

	/**
	 * Sanitize the background value set within customizer controls.
	 *
	 * @param number $background_args Customizer setting input background arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_background( $background_args, $setting ) {

		if ( ! is_array( $background_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the alpha color option.
		if ( isset( $background_args[ 'background-color' ] ) ) {
			$output[ 'background-color' ] = self::sanitize_alpha_color( $background_args[ 'background-color' ], $setting );
		}

		// Sanitizing the background image option.
		if ( isset( $background_args[ 'background-image' ] ) ) {
			$output[ 'background-image' ] = self::sanitize_image_upload( $background_args[ 'background-image' ], $setting );
		}

		// Sanitizing the background repeat option.
		if ( isset( $background_args[ 'background-repeat' ] ) ) {
			$output[ 'background-repeat' ] = self::sanitize_text_field( $background_args[ 'background-repeat' ] );
		}

		// Sanitizing the background position option.
		if ( isset( $background_args[ 'background-position' ] ) ) {
			$output[ 'background-position' ] = self::sanitize_text_field( $background_args[ 'background-position' ] );
		}

		// Sanitizing the background size option.
		if ( isset( $background_args[ 'background-size' ] ) ) {
			$output[ 'background-size' ] = self::sanitize_text_field( $background_args[ 'background-size' ] );
		}

		// Sanitizing the background attachment option.
		if ( isset( $background_args[ 'background-attachment' ] ) ) {
			$output[ 'background-attachment' ] = self::sanitize_text_field( $background_args[ 'background-attachment' ] );
		}

		return $output;

	}

	/**
	 * Sanitize the typography value set within customizer controls.
	 *
	 * @param number $typography_args Customizer setting input typography arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_typography( $typography_args, $setting ) {

		if ( ! is_array( $typography_args ) ) {
			return array();
		}

		$output = array();

		// Sanitizing the font family option.
		if ( isset( $typography_args[ 'font-family' ] ) ) {

			$standard_fonts = ColorMag_Fonts::get_system_fonts();
			$google_fonts   = ColorMag_Fonts::get_google_fonts();
			$custom_fonts   = ColorMag_Fonts::get_custom_fonts();
			$valid_keys     = array_merge( $standard_fonts, $google_fonts );

			// If custom fonts is available, merge it to `$valid_keys` array to make those fonts ready for sanitization.
			if ( ! empty( $custom_fonts ) ) {
				$valid_keys = array_merge( $custom_fonts, $valid_keys );
			}

			if ( array_key_exists( $typography_args[ 'font-family' ], $valid_keys ) ) {
				$output[ 'font-family' ] = self::sanitize_text_field( $typography_args[ 'font-family' ] );
			}
		}

		// Sanitizing the font weight option.
		if ( isset( $typography_args[ 'font-weight' ] ) ) {

			$font_variants = ColorMag_Fonts::get_font_variants();

			if ( array_key_exists( $typography_args[ 'font-weight' ], $font_variants ) ) {
				$output[ 'font-weight' ] = self::sanitize_key( $typography_args[ 'font-weight' ] );
			}
		}

		// Sanitizing the subsets option.
		if ( isset( $typography_args[ 'subsets' ] ) ) {

			$subsets        = ColorMag_Fonts::get_google_font_subsets();
			$subsets_values = array();

			if ( is_array( $typography_args[ 'subsets' ] ) ) {

				foreach ( $typography_args[ 'subsets' ] as $key => $value ) {

					if ( array_key_exists( $value, $subsets ) ) {
						$subsets_values[] = self::sanitize_key( $value );
					}
				}

				$output[ 'subsets' ] = $subsets_values;
			}
		}

		// Sanitizing the font style option.
		if ( isset( $typography_args[ 'font-style' ] ) ) {
			$output[ 'font-style' ] = self::sanitize_key( $typography_args[ 'font-style' ] );
		}

		// Sanitizing the text transform option.
		if ( isset( $typography_args[ 'text-transform' ] ) ) {
			$output[ 'text-transform' ] = self::sanitize_key( $typography_args[ 'text-transform' ] );
		}

		// Sanitizing the text decoration option.
		if ( isset( $typography_args[ 'text-decoration' ] ) ) {
			$output[ 'text-decoration' ] = self::sanitize_key( $typography_args[ 'text-decoration' ] );
		}

		$input_attrs = colormag_get_typography_input_attrs( $typography_args );

		// Sanitizing the font size option.
		if ( isset( $typography_args[ 'font-size' ] ) && is_array( $typography_args[ 'font-size' ] ) ) {

			$font_size_values      = array();
			$font_size_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'font-size' ];

			foreach ( $typography_args[ 'font-size' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $font_size_input_attrs[ $unit ][ 'min' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $font_size_input_attrs[ $unit ][ 'max' ] ) ? (float) $font_size_input_attrs[ $unit ][ 'max' ] : 200;

				if ( ! empty( $size ) ) {

					if ( $size < $min ) {
						$size = $min;
					} elseif ( $size > $max ) {
						$size = $max;
					}
				}

				$font_size_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'font-size' ] = $font_size_values;

		}

		// Sanitizing the line height option.
		if ( isset( $typography_args[ 'line-height' ] ) && is_array( $typography_args[ 'line-height' ] ) ) {

			$line_height_values = array();

			$line_height_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'line-height' ];

			foreach ( $typography_args[ 'line-height' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : '-';
				$min  = isset( $line_height_input_attrs[ $unit ][ 'min' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $line_height_input_attrs[ $unit ][ 'max' ] ) ? (float) $line_height_input_attrs[ $unit ][ 'max' ] : 10;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$line_height_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'line-height' ] = $line_height_values;

		}

		// Sanitizing the letter spacing option.
		if ( isset( $typography_args[ 'letter-spacing' ] ) && is_array( $typography_args[ 'letter-spacing' ] ) ) {

			$letter_spacing_values = array();

			$letter_spacing_input_attrs = $input_attrs[ 'input_attrs' ][ 'attributes_config' ][ 'letter-spacing' ];

			foreach ( $typography_args[ 'letter-spacing' ] as $key => $val ) {
				if ( empty( $val ) || ! in_array( $key, array( 'desktop', 'tablet', 'mobile' ), true ) ) {
					continue;
				}
				$size = isset( $val[ 'size' ] ) ? (float) $val[ 'size' ] : 0;
				$unit = isset( $val[ 'unit' ] ) ? $val[ 'unit' ] : 'px';
				$min  = isset( $letter_spacing_input_attrs[ $unit ][ 'min' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'min' ] : 0;
				$max  = isset( $letter_spacing_input_attrs[ $unit ][ 'max' ] ) ? (float) $letter_spacing_input_attrs[ $unit ][ 'max' ] : 100;

				if ( $size < $min ) {
					$size = $min;
				} elseif ( $size > $max ) {
					$size = $max;
				}

				$letter_spacing_values[ $key ] = array(
					'size' => $size,
					'unit' => $unit,
				);
			}

			$output[ 'letter-spacing' ] = $letter_spacing_values;
		}

		return $output;

	}

	/**
	 * Sanitize the gradient control's values.
	 *
	 * @param number $gradient_args Customizer setting input gradient arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_gradient( $gradient_args, $setting ) {

		if ( ! is_array( $gradient_args ) ) {
			return array();
		}

		return $gradient_args;
	}

	/**
	 * Sanitize the sortable value set within customizer controls.
	 *
	 * @param number $input Customizer setting input sortable arguments.
	 * @param object $setting Setting object.
	 *
	 * @return mixed
	 */
	public static function sanitize_sortable( $input, $setting ) {

		// Get list of choices from the control associated with the setting.
		$choices    = $setting->manager->get_control( $setting->id )->choices;
		$input_keys = $input;

		foreach ( (array) $input_keys as $key => $value ) {
			if ( ! array_key_exists( $value, $choices ) ) {
				unset( $input[ $key ] );
			}
		}

		// If the input is a valid key, return it, otherwise, return the default.
		return ( is_array( $input ) ? $input : $setting->default );

	}

}
inc/core/class-colormag-customize-base-option.php000064400000003305151213253060016121 0ustar00<?php


// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

class ColorMag_Customize_Base_Option {

	public function __construct() {

		// Register the customize panels, sections and controls.
		add_filter( 'colormag_customizer_options', array( $this, 'register_options' ), 10, 2 );

	}

	/**
	 * Base method for customize options.
	 *
	 * @param array                $options      Customize options provided via the theme.
	 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
	 *
	 * @return mixed Customizer options for registering panels, sections as well as controls.
	 */
	public function register_options( $options, $wp_customize ) {

		return $options;
	}

	/**
	 * Section Description
	 *
	 * @param array $args Description arguments.
	 *
	 * @return mixed Markup of the section description.
	 */
	public function get_section_description( $args ) {

		// Description.
		$content  = '<div class="colormag-section-description">';
		$content .= wp_kses_post( $args['description'] );

		// Links.
		if ( $args['links'] ) {

			$content .= '<ul>';
			foreach ( $args['links'] as $index => $link ) {

				if ( $link['attrs'] ) {

					$content .= '<li>';

					// Attribute mapping.
					$attributes = ' target="_blank" ';
					foreach ( $link['attrs'] as $attr => $attr_value ) {
						$attributes .= ' ' . $attr . '="' . esc_attr( $attr_value ) . '" ';
					}

					$content .= '<a ' . $attributes . '>' . esc_html( $link['text'] ) . '</a></li>';

					$content .= '</li>';

				}
			}

			$content .= '</ul>';

		}

		$content .= '</div>';

		return $content;
	}

}

return new ColorMag_Customize_Base_Option();
inc/core/class-colormag-after-setup-theme.php000064400000010710151213253060015216 0ustar00<?php
/**
 * ColorMag functions related to WordPress core functionality.
 *
 * @uses    add_theme_support() To add support for post thumbnails and automatic feed links.
 * @uses    register_nav_menu() To add support for navigation menu.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_After_Setup_Theme' ) ) {

	/**
	 * After setup theme.
	 */
	class ColorMag_After_Setup_Theme {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object
		 */
		private static $instance;

		/**
		 * Initiator.
		 */
		public static function get_instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			$this->setup_hooks();
		}

		/**
		 * Define hooks.
		 *
		 * @return void
		 */
		public function setup_hooks(  ) {

			add_action( 'after_setup_theme', array( $this, 'colormag_setup' ) );
		}

		/**
		 * All theme setup functionalities.
		 *
		 * @since 1.0
		 */
		function colormag_setup() {

			/**
			 * Make theme available for translation.
			 * Translations can be filed in the /languages/ directory.
			 */
			load_theme_textdomain( 'colormag', get_template_directory() . '/languages' );

			// Add default posts and comments RSS feed links to head.
			add_theme_support( 'automatic-feed-links' );

			// This theme uses Featured Images (also known as post thumbnails) for per-post/per-page.
			add_theme_support( 'post-thumbnails' );

			// Registering navigation menu.
			register_nav_menus(
				array(
					'primary' => esc_html__( 'Primary Menu', 'colormag' ),
					'footer'  => esc_html__( 'Footer Menu', 'colormag' ),
					'top-bar' => esc_html__( 'Top Bar Menu', 'colormag' ),
				)
			);

			// Cropping the images to different sizes to be used in the theme.
			add_image_size( 'colormag-highlighted-post', 392, 272, true );
			add_image_size( 'colormag-featured-post-medium', 390, 205, true );
			add_image_size( 'colormag-featured-post-small', 130, 90, true );
			add_image_size( 'colormag-featured-image', 800, 445, true );

			// Pro required image sizes.
			add_image_size( 'colormag-default-news', 150, 150, true );
			add_image_size( 'colormag-featured-image-large', 1400, 600, true );

			//Setup the WordPress core custom background feature.
			add_theme_support(
				'custom-background',
				apply_filters(
					'colormag_custom_background_args',
					array(
						'default-color' => 'eaeaea',
					)
				)
			);

			/**
			 * Let WordPress manage the document title.
			 * By adding theme support, we declare that this theme does not use a
			 * hard-coded <title> tag in the document head, and expect WordPress to
			 * provide it for us.
			 */
			add_theme_support( 'title-tag' );

			// Enable support for Post Formats.
			add_theme_support(
				'post-formats',
				array(
					'aside',
					'image',
					'video',
					'quote',
					'link',
					'gallery',
					'chat',
					'audio',
					'status',
				)
			);

			// Adding excerpt option box for pages as well.
			add_post_type_support( 'page', 'excerpt' );

			/**
			 * Switch default core markup for search form, comment form, and comments
			 * to output valid HTML5.
			 */
			add_theme_support(
				'html5',
				array(
					'search-form',
					'comment-form',
					'comment-list',
					'gallery',
					'caption',
				)
			);

			// Adds the support for the Custom Logo introduced in WordPress 4.5.
			add_theme_support(
				'custom-logo',
				array(
					'flex-width'  => true,
					'flex-height' => true,
				)
			);

			// Support Auto Load Next Post plugin.
			add_theme_support(
				'auto-load-next-post',
				array(
					'content_container'    => '#content',
					'title_selector'       => 'h1.cm-entry-title',
					'navigation_container' => 'ul.default-wp-page',
					'comments_container'   => 'div#comments',
				)
			);

			// Support for selective refresh widgets in Customizer.
			add_theme_support( 'customize-selective-refresh-widgets' );

			// Gutenberg layout support.
			add_theme_support( 'align-wide' );

			// Add support for Block Styles.
			add_theme_support( 'wp-block-styles' );

			// Responsive embeds support.
			add_theme_support( 'responsive-embeds' );

		}

	}
}

ColorMag_After_Setup_Theme::get_instance();

inc/core/custom-header.php000064400000002661151213253060011521 0ustar00<?php
/**
 * Implements a custom header for ColorMag.
 *
 * See http://codex.wordpress.org/Custom_Headers
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

/**
 * Setup the WordPress core custom header feature.
 */
function colormag_custom_header_setup() {

	add_theme_support(
		'custom-header',
		apply_filters(
			'colormag_custom_header_args',
			array(
				'default-image'          => '',
				'header-text'            => '',
				'default-text-color'     => '',
				'width'                  => 1400,
				'height'                 => 400,
				'flex-width'             => true,
				'flex-height'            => true,
				'wp-head-callback'       => '',
				'admin-head-callback'    => '',
				'video'                  => true,
				'admin-preview-callback' => 'colormag_admin_header_image',
			)
		)
	);

}

add_action( 'after_setup_theme', 'colormag_custom_header_setup' );

if ( ! function_exists( 'colormag_admin_header_image' ) ) :

	/**
	 * Custom header image markup displayed on the Appearance > Header admin panel.
	 */
	function colormag_admin_header_image() {
		?>
		<div id="headimg">
			<?php
			if ( function_exists( 'the_custom_header_markup' ) ) {
				the_custom_header_markup();
			} else {
				if ( get_header_image() ) :
					?>
					<img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>">
					<?php
				endif;
			}
			?>
		</div>
		<?php
	}

endif;
inc/core/assets/js/customizer-controls-toggle.min.js000064400000000522151213253060016624 0ustar00!function(o){wp.customize;ColorMagControlTrigger={triggerHook:function(r,g){o("body").trigger("colormag-control-trigger."+r,g)},addHook:function(r,g){o("body").on("colormag-control-trigger."+r,g)},removeHook:function(r,g){o("body").off("colormag-control-trigger."+r,g)}},ColorMagCustomizerToggles={colormag_header_image_link:[]}}(jQuery);inc/core/assets/js/customizer-dependency.js000064400000022765151213253060015053 0ustar00/**
 * Customizer dependency controls.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		'use strict';

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMag_Customizer_FrameWork
		 */
		var ColorMag_Customizer_FrameWork = {

			controls : {},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @access private
			 * @method init
			 */
			init : function () {
				var $this = this;

				$this.handleDependency();
				$this.hideEmptySections();

				api.bind(
					'change',
					function ( setting, data ) {
						var has_dependents = $this.hasDependentControls( setting.id );

						if ( has_dependents ) {
							$this.handleDependency();
							$this.hideEmptySections();
						}
					}
				);
			},

			/**
			 * Handles dependency for controls.
			 *
			 * @access private
			 * @method handleDependency
			 */
			handleDependency : function () {
				var $this  = this,
				    values = api.get();

				$this.checked_controls = {};

				_.each(
					values,
					function ( value, id ) {
						var control = api.control( id );

						$this.checkControlVisibility( control, id );
					}
				);
			},

			/**
			 * Hide OR display controls according to dependency
			 *
			 * @access private
			 * @method checkControlVisibility
			 */
			checkControlVisibility : function ( control, id ) {
				var $this  = this,
				    values = api.get();

				if ( ! _.isUndefined( control ) ) {

					// If control has dependency defined.
					if ( 'undefined' != typeof ColorMagCustomizerControlsToggle[id] ) {
						var check            = false,
						    dependency_param = ColorMagCustomizerControlsToggle[id],
						    conditions       = ! _.isUndefined( dependency_param.conditions ) ? dependency_param.conditions : dependency_param,
						    operator         = ! _.isUndefined( dependency_param.operator ) ? dependency_param.operator : 'AND';

						if ( 'undefined' !== typeof conditions ) {
							check                     = $this.checkDependency( conditions, values, operator );
							this.checked_controls[id] = check;

							if ( ! check ) {
								control.container.addClass( 'colormag-hide' );
							} else {
								control.container.removeClass( 'colormag-hide' );
							}
						}
					}

				}
			},

			/**
			 * Checks dependency condtions for controls
			 *
			 * @access private
			 * @method checkDependency
			 */
			checkDependency : function ( conditions, values, compare_operator ) {

				var control   = this,
				    check     = true,
				    returnNow = false,
				    testValue = conditions[0];

				if ( _.isString( testValue ) ) {

					var cond     = conditions[1],
					    cond_val = conditions[2],
					    value;

					if ( ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue] ) ) {
						var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['conditions'] ) ? ColorMagCustomizerControlsToggle[testValue]['conditions'] : ColorMagCustomizerControlsToggle[testValue];
						var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[testValue]['operator'] ) ? ColorMagCustomizerControlsToggle[testValue]['operator'] : 'AND';

						if ( ! _.isUndefined( conditions ) ) {
							// Check visibility for dependent controls also.
							if ( ! control.checkDependency( conditions, values, operator ) ) {
								returnNow = true;
								check     = false;

								if ( 'AND' == compare_operator ) {
									return;
								}
							} else {
								var control_obj = api.control( testValue );

								control_obj.container.removeClass( 'colormag-hide' );
							}
						}
					}

					if ( ! _.isUndefined( values[testValue] ) && ! returnNow && check ) {
						value = values[testValue];
						check = control.compareValues( value, cond, cond_val );
					}

				} else if ( _.isArray( testValue ) ) {

					$.each(
						conditions,
						function ( index, val ) {

							var cond_key  = val[0],
							    cond_cond = val[1],
							    cond_val  = val[2],
							    test_val  = ! _.isUndefined( values[cond_key] ) ? values[cond_key] : '';

							if ( 'undefined' !== typeof ColorMagCustomizerControlsToggle[cond_key] ) {
								var conditions = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['conditions'] ) ? ColorMagCustomizerControlsToggle[cond_key]['conditions'] : ColorMagCustomizerControlsToggle[cond_key];
								var operator   = ! _.isUndefined( ColorMagCustomizerControlsToggle[cond_key]['operator'] ) ? ColorMagCustomizerControlsToggle[cond_key]['operator'] : 'AND';

								if ( ! _.isUndefined( conditions ) ) {
									// Check visibility for dependent controls also.
									if ( ! control.checkDependency( conditions, values, operator ) ) {
										check = false;

										if ( 'AND' == compare_operator ) {
											return;
										}
									} else {
										check           = true;
										var control_obj = api.control( cond_key );

										control_obj.container.removeClass( 'colormag-hide' );
									}
								}
							} else {
								check = true;
							}

							if ( check ) {
								if ( 'AND' == compare_operator ) {
									if ( ! control.compareValues( test_val, cond_cond, cond_val ) ) {
										check = false;

										return false;
									}
								} else {
									if ( control.compareValues( test_val, cond_cond, cond_val ) ) {
										returnNow = true;
										check     = true;
									} else {
										check = false;
									}
								}
							}
						}

					);

					// Break loop in case of OR operator.
					if ( returnNow && 'OR' == compare_operator ) {
						check = true;
					}

				}

				return check;

			},

			/**
			 * Compare values of the dependent controls.
			 *
			 * @access private
			 * @method compareValues
			 */
			compareValues : function ( value1, condition, value2 ) {

				var equal = false;

				switch ( condition ) {

					case '===':
						equal = (
							value1 === value2
						) ? true : false;
						break;

					case '>':
						equal = (
							value1 > value2
						) ? true : false;
						break;

					case '<':
						equal = (
							value1 < value2
						) ? true : false;
						break;

					case '<=':
						equal = (
							value1 <= value2
						) ? true : false;
						break;

					case '>=':
						equal = (
							value1 >= value2
						) ? true : false;
						break;

					case '!=':
						equal = (
							value1 != value2
						) ? true : false;
						break;

					case 'empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							);

							equal = _.isEmpty( _v ) ? true : false;
						} else {
							equal = _.isNull( _v ) || _v == '' ? true : false;
						}
						break;

					case 'not_empty':
						var _v = _.clone( value1 );

						if ( _.isObject( _v ) || _.isArray( _v ) ) {
							_.each(
								_v,
								function ( v, i ) {
									if ( _.isEmpty( v ) ) {
										delete _v[i];
									}
								}
							)
						}

						equal = _.isEmpty( _v ) ? false : true;
						break;

					case 'contains':
						if ( _.isArray( value1 ) ) {
							if ( $.inArray( value2, value1 ) !== - 1 ) {
								equal = true;
							}
						}
						break;

					default:
						if ( _.isArray( value2 ) ) {
							if ( ! _.isEmpty( value2 ) && ! _.isEmpty( value1 ) ) {
								equal = _.contains( value2, value1 );
							} else {
								equal = false;
							}
						} else {
							equal = (
								value1 == value2
							) ? true : false;
						}
						break;

				}

				return equal;

			},

			/**
			 * Hide Section without Controls.
			 */
			hideEmptySections : function () {

				$( 'ul.accordion-section.control-section-colormag_section' ).each(
					function () {
						var parentId  = $( this ).attr( 'id' ),
						    visibleIt = false,
						    controls  = $( this ).find( ' > .customize-control' );

						if ( controls.length > 0 ) {
							controls.each(
								function () {
									if ( ! $( this ).hasClass( 'colormag-hide' ) && $( this ).css( 'display' ) != 'none' ) {
										visibleIt = true;
									}
								}
							);

							if ( ! visibleIt ) {
								$( '.control-section[aria-owns="' + parentId + '"]' ).addClass( 'colormag-hide' );
							} else {
								$( '.control-section[aria-owns="' + parentId + '"]' ).removeClass( 'colormag-hide' );
							}
						}
					}
				);

			},

			hasDependentControls : function ( control_id ) {
				var check = false;

				$.each(
					ColorMagCustomizerControlsToggle,
					function ( index, val ) {

						if ( ! _.isUndefined( val.conditions ) ) {
							var conditions = val.conditions;

							$.each(
								conditions,
								function ( index, val ) {

									var control = val[0];

									if ( control_id == control ) {
										check = true;
										return;
									}
								}
							);
						} else {
							var control = val[0];

							if ( control_id == control ) {
								check = true;

								return;
							}
						}

					}
				);

				return check;
			},

		};

		$(
			function () {
				ColorMag_Customizer_FrameWork.init();
			}
		);

	}
)( jQuery );
inc/core/assets/js/customize-preview.min.js000064400000015056151213253060015011 0ustar00function colormagGenerateCSS(t,e,i,o=null){wp.customize(t,(function(n){n.bind((function(n){var s="";jQuery(`style#${t}`).remove(),null!==o?Array.isArray(i)?i.forEach((function(t){s+=`${t} : ${n+o};`})):s+=`${i} :  ${n+o};`:s+=`${i}: ${n};`,jQuery("head").append(`<style id="${t}">${e}{ ${s} }</style>`)}))}))}function colormagAddRemoveCSSClasses(t,e,i,o=!1){wp.customize(t,(function(t){t.bind((function(t){o?t?jQuery(e).removeClass(i):jQuery(e).addClass(i):t?jQuery(e).addClass(i):jQuery(e).removeClass(i)}))}))}function colormagGenerateDimensionCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.top?o.top:0,s=""!==o.right?o.right:0,a=""!==o.bottom?o.bottom:0,l=""!==o.left?o.left:0,r=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+r+" "+s+r+" "+a+r+" "+l+r} }</style>`)}))}))}function colormagGenerateSliderCSS(t,e,i){wp.customize(t,(function(o){o.bind((function(o){var n=""!==o.size?o.size:0,s=""!==o.unit?o.unit:"px";jQuery(`style#${t}`).remove(),jQuery("head").append(`<style id="${t}">${e}{ ${i} : ${n+s} }</style>`)}))}))}function colormagGenerateBackgroundCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o;jQuery("style#"+t).remove(),o=`${e}{background-color: ${i["background-color"]};background-image: url( ${i["background-image"]} );background-attachment: ${i["background-attachment"]};background-position: ${i["background-position"]};background-size: ${i["background-size"]};background-repeat: ${i["background-repeat"]};}`,jQuery("head").append(`<style id="${t}">${o}</style>`)}))}))}function colormagGenerateTypographyCSS(t,e){wp.customize(t,(function(i){i.bind((function(i){var o="",n="",s="",a="",l="",r="",c="",d="",p="",u="",g="",f="",m="",y="";if("object"==typeof i){if(void 0!==i["font-size"]&&(void 0!==i["font-size"].desktop.size&&""!==i["font-size"].desktop.size&&(r=i["font-size"].desktop.size+i["font-size"].desktop.unit),void 0!==i["font-size"].tablet.size&&""!==i["font-size"].tablet.size&&(c=i["font-size"].tablet.size+i["font-size"].tablet.unit),void 0!==i["font-size"].mobile.size&&""!==i["font-size"].mobile.size&&(d=i["font-size"].mobile.size+i["font-size"].mobile.unit)),void 0!==i["line-height"]){if(void 0!==i["line-height"].desktop.size&&""!==i["line-height"].desktop.size){const t="-"!==i["line-height"].desktop.unit?i["line-height"].desktop.unit:"";p=i["line-height"].desktop.size+t}if(void 0!==i["line-height"].tablet.size&&""!==i["line-height"].tablet.size){const t="-"!==i["line-height"].tablet.unit?i["line-height"].tablet.unit:"";u=i["line-height"].tablet.size+t}if(void 0!==i["line-height"].mobile.size&&""!==i["line-height"].mobile.size){const t="-"!==i["line-height"].mobile.unit?i["line-height"].mobile.unit:"";g=i["line-height"].mobile.size+t}}if(void 0!==i["letter-spacing"]){if(void 0!==i["letter-spacing"].desktop.size&&""!==i["letter-spacing"].desktop.size){const t="-"!==i["letter-spacing"].desktop.unit?i["letter-spacing"].desktop.unit:"";f=i["letter-spacing"].desktop.size+t}if(void 0!==i["letter-spacing"].tablet.size&&""!==i["letter-spacing"].tablet.size){const t="-"!==i["letter-spacing"].tablet.unit?i["letter-spacing"].tablet.unit:"";m=i["letter-spacing"].tablet.size+t}if(void 0!==i["letter-spacing"].mobile.size&&""!==i["letter-spacing"].mobile.size){const t="-"!==i["letter-spacing"].mobile.unit?i["letter-spacing"].mobile.unit:"";y=i["letter-spacing"].mobile.size+t}}void 0!==i["font-family"]&&""!==i["font-family"]&&((n=(n=i["font-family"].split(",")[0]).replace(/'/g,"")).includes("default")||n.includes("-apple-system")?n='-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif':n.includes("Monaco")?n='Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace':o=`<link id="${t}" href="https://fonts.googleapis.com/css?family=${n}" rel="stylesheet">`),void 0!==i["font-weight"]&&""!==i["font-weight"]&&(s=colormagIsNumeric(i["font-weight"])?parseInt(i["font-weight"]):"regular"!=i["font-weight"]?i["font-weight"]:"normal"),void 0!==i["font-style"]&&""!==i["font-style"]&&(a=i["font-style"]),void 0!==i["text-transform"]&&""!==i["text-transform"]&&(l=i["text-transform"]),jQuery("style#"+t).remove(),jQuery("link#"+t).remove(),jQuery("head").append(`<style id="${t}">\n\t\t\t\t\t${e} {\n\t\t\t\t\t\tfont-family: ${n};\n\t\t\t\t\t\tfont-weight: ${s};\n\t\t\t\t\t\tfont-style: ${a};\n\t\t\t\t\t\ttext-transform: ${l};\n\t\t\t\t\t\tfont-size: ${r};\n\t\t\t\t\t\tline-height: ${p};\n\t\t\t\t\t\tletter-spacing: ${f};\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 768px) {\n\t\t\t\t\t\t${e} {\n\t\t\t\t\t\t\tfont-size: ${c};\n\t\t\t\t\t\t\tline-height: ${u};\n\t\t\t\t\t\t\tletter-spacing: ${m};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\t@media (max-width: 600px) {\n\t\t\t\t\t\t${e}{\n\t\t\t\t\t\t\tfont-size: ${d};\n\t\t\t\t\t\t\tline-height:${g};\n\t\t\t\t\t\t\tletter-spacing: ${y};\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t</style>${o}`)}}))}))}function colormagIsNumeric(t){return"string"==typeof t&&null!==t.match(/\d+/g)}!function(t){wp.customize("blogname",(function(e){e.bind((function(e){t("#site-title a").text(e)}))})),wp.customize("blogdescription",(function(e){e.bind((function(e){t("#site-description").text(e)}))})),wp.customize("colormag_header_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("body").removeClass("header_display_type_two").addClass("header_display_type_one"):"type_three"===i?t("body").removeClass("header_display_type_one").addClass("header_display_type_two"):"type_one"===i&&t("body").removeClass("header_display_type_one header_display_type_two")}))})),wp.customize("colormag_site_layout",(function(e){e.bind((function(e){var i=e;"wide_layout"===i?t("body").removeClass("box-layout").addClass("wide"):"boxed_layout"===i&&t("body").removeClass("wide").addClass("box-layout")}))})),wp.customize("colormag_footer_copyright_alignment_setting",(function(e){e.bind((function(e){var i=e;"left"===i?t("#colophon").removeClass("copyright-right copyright-center"):"right"===i?t("#colophon").removeClass("copyright-center").addClass("copyright-right"):"center"===i&&t("#colophon").removeClass("copyright-right").addClass("copyright-center")}))})),wp.customize("colormag_main_footer_layout_display_type",(function(e){e.bind((function(e){var i=e;"type_two"===i?t("#colophon").removeClass("colormag-footer--classic-bordered").addClass("colormag-footer--classic"):"type_three"===i?t("#colophon").removeClass("colormag-footer--classic").addClass("colormag-footer--classic-bordered"):"type_one"===i&&t("#colophon").removeClass("colormag-footer--classic colormag-footer--classic-bordered")}))}))}(jQuery);inc/core/assets/js/customizer-controls.js000064400000003760151213253060014572 0ustar00/**
 * Customizer controls.
 *
 * @package ColorMag
 */
(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Helper class for the main Customizer interface.
		 *
		 * @class ColorMagCustomizer
		 */
		ColorMagCustomizer = {

			controls : {},

			/**
			 * Initializes our custom logic for the Customizer.
			 *
			 * @method init
			 */
			init : function () {
				ColorMagCustomizer._initToggles();
			},

			/**
			 * Initializes the logic for showing and hiding controls
			 * when a setting changes.
			 *
			 * @since 1.0.0
			 * @access private
			 * @method _initToggles
			 */
			_initToggles : function () {

				// Trigger the Adv Tab Click trigger.
				ColorMagControlTrigger.triggerHook( 'colormag-toggle-control', api );

				// Loop through each setting.
				$.each(
					ColorMagCustomizerToggles,
					function ( settingId, toggles ) {

						// Get the setting object.
						api(
							settingId,
							function ( setting ) {

								// Loop though the toggles for the setting.
								$.each(
									toggles,
									function ( i, toggle ) {
										// Loop through the controls for the toggle.
										$.each(
											toggle.controls,
											function ( k, controlId ) {
												// Get the control object.
												api.control(
													controlId,
													function ( control ) {

														// Define the visibility callback.
														var visibility = function ( to ) {
															control.container.toggle( toggle.callback( to ) );
														};

														// Init visibility.
														visibility( setting.get() );

														// Bind the visibility callback to the setting.
														setting.bind( visibility );

													}
												);
											}
										);
									}
								);
							}
						);

					}
				);
			}

		};

		$(
			function () {
				ColorMagCustomizer.init();
			}
		);

	}
)( jQuery );
inc/core/assets/js/extend-customizer.js000064400000023151151213253060014212 0ustar00/**
 * Nesting customize panels and sections.
 */
(
	function ( $ ) {

		var _panelEmbed,
			_panelIsContextuallyActive,
			_panelAttachEvents,
			_sectionEmbed,
			_sectionIsContextuallyActive,
			_sectionAttachEvents;

		wp.customize.bind(
			'pane-contents-reflowed',
			function () {
				var panels   = [],
					sections = [];

				// Reflow sections.
				wp.customize.section.each(
					function ( section ) {
						if (
							'colormag_section' !== section.params.type ||
							'undefined' === typeof section.params.section
						) {
							return;
						}

						sections.push( section );
					}
				);

				sections.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					sections,
					function ( i, section ) {
						var parentContainer = $(
							'#sub-accordion-section-' + section.params.section
						);

						parentContainer
							.children( '.section-meta' )
							.after( section.headContainer );
					}
				);

				// Reflow panels.
				wp.customize.panel.each(
					function ( panel ) {
						if (
							'colormag_panel' !== panel.params.type ||
							'undefined' === typeof panel.params.panel
						) {
							return;
						}

						panels.push( panel );
					}
				);

				panels.sort( wp.customize.utils.prioritySort ).reverse();

				$.each(
					panels,
					function ( i, panel ) {
						var parentContainer = $(
							'#sub-accordion-panel-' + panel.params.panel
						);

						parentContainer.children( '.panel-meta' ).after( panel.headContainer );
					}
				);
			}
		);

		// Extend Panel.
		_panelEmbed                = wp.customize.Panel.prototype.embed;
		_panelIsContextuallyActive = wp.customize.Panel.prototype.isContextuallyActive;
		_panelAttachEvents         = wp.customize.Panel.prototype.attachEvents;

		wp.customize.Panel = wp.customize.Panel.extend(
			{
				attachEvents         : function () {
					var panel;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelAttachEvents.call( this );

						return;
					}

					_panelAttachEvents.call( this );

					panel = this;

					panel.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.panel( panel.params.panel );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-panel-parent' );
							} else {
								parent.contentContainer.removeClass( 'current-panel-parent' );
							}
						}
					);

					panel.container
						.find( '.customize-panel-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( panel.expanded() ) {
									wp.customize.panel( panel.params.panel ).expand();
								}
							}
						);
				},
				embed                : function () {
					var panel = this,
						parentContainer;

					if (
						'colormag_panel' !== this.params.type ||
						'undefined' === typeof this.params.panel
					) {
						_panelEmbed.call( this );

						return;
					}

					_panelEmbed.call( this );

					parentContainer = $(
						'#sub-accordion-panel-' + this.params.panel
					);

					parentContainer.append( panel.headContainer );
				},
				isContextuallyActive : function () {
					var panel       = this,
						children,
						activeCount = 0;

					if ( 'colormag_panel' !== this.params.type ) {
						return _panelIsContextuallyActive.call( this );
					}

					children = this._children( 'panel', 'section' );

					wp.customize.panel.each(
						function ( child ) {
							if ( ! child.params.panel ) {
								return;
							}

							if ( child.params.panel !== panel.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( child.active() && child.isContextuallyActive() ) {
								activeCount += 1;
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);

		// Extend Section.
		_sectionEmbed                = wp.customize.Section.prototype.embed;
		_sectionIsContextuallyActive = wp.customize.Section.prototype.isContextuallyActive;
		_sectionAttachEvents         = wp.customize.Section.prototype.attachEvents;

		wp.customize.Section = wp.customize.Section.extend(
			{
				attachEvents         : function () {
					var section = this;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionAttachEvents.call( section );

						return;
					}

					_sectionAttachEvents.call( section );

					section.expanded.bind(
						function ( expanded ) {
							var parent = wp.customize.section( section.params.section );

							if ( expanded ) {
								parent.contentContainer.addClass( 'current-section-parent' );
							} else {
								parent.contentContainer.removeClass(
									'current-section-parent'
								);
							}
						}
					);

					section.container
						.find( '.customize-section-back' )
						.off( 'click keydown' )
						.on( 'click keydown',
							function ( event ) {
								if ( wp.customize.utils.isKeydownButNotEnterEvent( event ) ) {
									return;
								}

								event.preventDefault(); // Keep this AFTER the key filter above.

								if ( section.expanded() ) {
									wp.customize.section( section.params.section ).expand();
								}
							}
						);
				},
				embed                : function () {
					var section = this,
						parentContainer;

					if (
						'colormag_section' !== this.params.type ||
						'undefined' === typeof this.params.section
					) {
						_sectionEmbed.call( section );

						return;
					}

					_sectionEmbed.call( section );

					parentContainer = $(
						'#sub-accordion-section-' + this.params.section
					);

					parentContainer.append( section.headContainer );
				},
				isContextuallyActive : function () {
					var section     = this,
						children,
						activeCount = 0;

					if ( 'colormag_section' !== this.params.type ) {
						return _sectionIsContextuallyActive.call( this );
					}

					children = this._children( 'section', 'control' );

					wp.customize.section.each(
						function ( child ) {
							if ( ! child.params.section ) {
								return;
							}

							if ( child.params.section !== section.id ) {
								return;
							}

							children.push( child );
						}
					);

					children.sort( wp.customize.utils.prioritySort );

					_( children ).each(
						function ( child ) {
							if ( 'undefined' !== typeof child.isContextuallyActive ) {
								if ( child.active() && child.isContextuallyActive() ) {
									activeCount += 1;
								}
							} else {
								if ( child.active() ) {
									activeCount += 1;
								}
							}
						}
					);

					return (
						0 !== activeCount
					);
				}
			}
		);
	}
)( jQuery );

/**
 * Description of controls via tooltip.
 */
(
	function ( $ ) {

		wp.customize.bind(
			'ready',
			function () {
				wp.customize.control.each(
					function ( ctrl, i ) {
						var description = ctrl.container.find( '.customize-control-description' );

						if ( description.length ) {
							var title, li_wrapper, tooltip;
							title      = ctrl.container.find( '.customize-control-title' );
							li_wrapper = description.closest( 'li' );
							tooltip    = description.text().replace(
								/[u00A0-u9999<>&]/gim,
								function ( i ) {
									return '&#' + i.charCodeAt( 0 ) + ';';
								}
							);

							// Remove the description from displaying below the controller's label.
							description.remove();

							// Add the help icon in description of customize controls.
							li_wrapper.append( '<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="' + tooltip + '"></i>' );
						}
					}
				);
			}
		);

	}
)( jQuery );

/**
 * Responsive devices mode click event.
 */
jQuery( document ).ready(
	function ( $ ) {

		// Responsive switcher button click.
		$( '.customize-control' ).on(
			'click',
			'.responsive-switchers button',
			function ( event ) {

				// Set up variables.
				var device         = $( event.currentTarget ).data( 'device' );

				togglePreviewDevice( device );
			}
		);

		function togglePreviewDevice ( device ) {
			var devices        = $( '.responsive-switchers' ),
				control        = $( '.customize-control.has-responsive-switchers' );

			wp.customize.previewedDevice.set( device );

			// Switching the button class.
			devices.find( 'button.preview-' + device ).parent( 'li' ).addClass( 'active' ).siblings().removeClass( 'active' );

			// Switching the control class.
			control.find( '.control-wrap' ).removeClass( 'active' );
			control.find( '.control-wrap.' + device ).addClass( 'active' );
		}

		wp.customize.previewedDevice.bind( togglePreviewDevice );

	}
);

/**
 * Extend the Customize section to make it clickable.
 *
 * Currently used for the ColorMag Upseel section only.
 */
(
	function ( $, api ) {
		api.sectionConstructor[ 'colormag-upsell-section' ] = api.Section.extend(
			{
				// No events for this type of section.
				attachEvents: function () {
				},

				// Always make the section active.
				isContextuallyActive: function () {
					return true;
				}
			}
		);
	}
)( jQuery, wp.customize );
inc/core/assets/js/extend-customizer.min.js000064400000010427151213253060014776 0ustar00!function(e){var t,n,i,o,a,c;wp.customize.bind("pane-contents-reflowed",(function(){var t=[],n=[];wp.customize.section.each((function(e){"colormag_section"===e.params.type&&void 0!==e.params.section&&n.push(e)})),n.sort(wp.customize.utils.prioritySort).reverse(),e.each(n,(function(t,n){e("#sub-accordion-section-"+n.params.section).children(".section-meta").after(n.headContainer)})),wp.customize.panel.each((function(e){"colormag_panel"===e.params.type&&void 0!==e.params.panel&&t.push(e)})),t.sort(wp.customize.utils.prioritySort).reverse(),e.each(t,(function(t,n){e("#sub-accordion-panel-"+n.params.panel).children(".panel-meta").after(n.headContainer)}))})),t=wp.customize.Panel.prototype.embed,n=wp.customize.Panel.prototype.isContextuallyActive,i=wp.customize.Panel.prototype.attachEvents,wp.customize.Panel=wp.customize.Panel.extend({attachEvents:function(){var e;"colormag_panel"===this.params.type&&void 0!==this.params.panel?(i.call(this),(e=this).expanded.bind((function(t){var n=wp.customize.panel(e.params.panel);t?n.contentContainer.addClass("current-panel-parent"):n.contentContainer.removeClass("current-panel-parent")})),e.container.find(".customize-panel-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.panel(e.params.panel).expand())}))):i.call(this)},embed:function(){"colormag_panel"===this.params.type&&void 0!==this.params.panel?(t.call(this),e("#sub-accordion-panel-"+this.params.panel).append(this.headContainer)):t.call(this)},isContextuallyActive:function(){var e,t=this,i=0;return"colormag_panel"!==this.params.type?n.call(this):(e=this._children("panel","section"),wp.customize.panel.each((function(n){n.params.panel&&n.params.panel===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){e.active()&&e.isContextuallyActive()&&(i+=1)})),0!==i)}}),o=wp.customize.Section.prototype.embed,a=wp.customize.Section.prototype.isContextuallyActive,c=wp.customize.Section.prototype.attachEvents,wp.customize.Section=wp.customize.Section.extend({attachEvents:function(){var e=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(c.call(e),e.expanded.bind((function(t){var n=wp.customize.section(e.params.section);t?n.contentContainer.addClass("current-section-parent"):n.contentContainer.removeClass("current-section-parent")})),e.container.find(".customize-section-back").off("click keydown").on("click keydown",(function(t){wp.customize.utils.isKeydownButNotEnterEvent(t)||(t.preventDefault(),e.expanded()&&wp.customize.section(e.params.section).expand())}))):c.call(e)},embed:function(){var t=this;"colormag_section"===this.params.type&&void 0!==this.params.section?(o.call(t),e("#sub-accordion-section-"+this.params.section).append(t.headContainer)):o.call(t)},isContextuallyActive:function(){var e,t=this,n=0;return"colormag_section"!==this.params.type?a.call(this):(e=this._children("section","control"),wp.customize.section.each((function(n){n.params.section&&n.params.section===t.id&&e.push(n)})),e.sort(wp.customize.utils.prioritySort),_(e).each((function(e){void 0!==e.isContextuallyActive?e.active()&&e.isContextuallyActive()&&(n+=1):e.active()&&(n+=1)})),0!==n)}})}(jQuery),jQuery,wp.customize.bind("ready",(function(){wp.customize.control.each((function(e,t){var n,i,o=e.container.find(".customize-control-description");o.length&&(e.container.find(".customize-control-title"),n=o.closest("li"),i=o.text().replace(/[u00A0-u9999<>&]/gim,(function(e){return"&#"+e.charCodeAt(0)+";"})),o.remove(),n.append('<i class="colormag-control-tooltip dashicons dashicons-editor-help" title="'+i+'"></i>'))}))})),jQuery(document).ready((function(e){function t(t){var n=e(".responsive-switchers"),i=e(".customize-control.has-responsive-switchers");wp.customize.previewedDevice.set(t),n.find("button.preview-"+t).parent("li").addClass("active").siblings().removeClass("active"),i.find(".control-wrap").removeClass("active"),i.find(".control-wrap."+t).addClass("active")}e(".customize-control").on("click",".responsive-switchers button",(function(n){t(e(n.currentTarget).data("device"))})),wp.customize.previewedDevice.bind(t)})),function(e,t){t.sectionConstructor["colormag-upsell-section"]=t.Section.extend({attachEvents:function(){},isContextuallyActive:function(){return!0}})}(jQuery,wp.customize);inc/core/assets/js/customizer-controls-toggle.js000064400000002557151213253060016054 0ustar00/**
 * Customizer controls toggle.
 *
 * @package ColorMag
 */

(
	function ( $ ) {

		/* Internal shorthand */
		var api = wp.customize;

		/**
		 * Trigger hooks
		 */
		ColorMagControlTrigger = {

			/**
			 * Trigger a hook.
			 *
			 * @method triggerHook
			 * @param {String} hook The hook to trigger.
			 * @param {Array} args An array of args to pass to the hook.
			 */
			triggerHook : function ( hook, args ) {
				$( 'body' ).trigger( 'colormag-control-trigger.' + hook, args );
			},

			/**
			 * Add a hook.
			 *
			 * @method addHook
			 * @param {String} hook The hook to add.
			 * @param {Function} callback A function to call when the hook is triggered.
			 */
			addHook : function ( hook, callback ) {
				$( 'body' ).on( 'colormag-control-trigger.' + hook, callback );
			},

			/**
			 * Remove a hook.
			 *
			 * @method removeHook
			 * @param {String} hook The hook to remove.
			 * @param {Function} callback The callback function to remove.
			 */
			removeHook : function ( hook, callback ) {
				$( 'body' ).off( 'colormag-control-trigger.' + hook, callback );
			}

		};

		/**
		 * Helper class that contains data for showing and hiding controls.
		 *
		 * @class ColorMagCustomizerToggles
		 */
		ColorMagCustomizerToggles = {

			'colormag_header_image_link' : [],

		};

	}
)( jQuery );
inc/core/assets/js/customize-preview.js000064400000027006151213253060014225 0ustar00/**
 * File customizer.js.
 *
 * Theme Customizer enhancements for a better user experience.
 *
 * Contains handlers to make Theme Customizer preview reload changes asynchronously.
 */

/**
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string||array} cssProperty
 * @param {null} unit
 */
function colormagGenerateCSS( controlId, selector, cssProperty, unit = null ) {

	wp.customize( controlId, function( value ) {

		value.bind( function ( newValue ) {
			var cssText = '';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ newValue + unit };`;
					} );
				} else {
					cssText += `${ cssProperty } :  ${ newValue + unit };`;
				}
			} else {
				cssText += `${ cssProperty }: ${ newValue };`;
			}

			jQuery( 'head' ).append( `<style id="${ controlId }">${ selector }{ ${ cssText } }</style>` );
		} );
	} );
}

/**
 * Control that returns either true or false.
 *
 * @param {string} controlId
 * @param {string} selector
 * @param {string} classes
 * @param {boolean} removeOnTrue
 */
function colormagAddRemoveCSSClasses(  controlId, selector, classes, removeOnTrue = false  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( newValue ) {

			if ( removeOnTrue ) {

				if ( newValue ) {
					jQuery( selector ).removeClass( classes );
				} else {
					jQuery( selector ).addClass( classes );
				}
			} else {

				if ( newValue ) {
					jQuery( selector ).addClass( classes );
				} else {
					jQuery( selector ).removeClass( classes );
				}
			}
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateDimensionCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( dimension ) {
			var topCSS = ( '' !== dimension.top ) ? dimension.top : 0,
				rightCSS = ( '' !== dimension.right ) ? dimension.right : 0,
				bottomCSS = ( '' !== dimension.bottom ) ? dimension.bottom : 0,
				leftCSS = ( '' !== dimension.left ) ? dimension.left : 0,
				unit = ( '' !== dimension.unit ) ? dimension.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssProperty } : ${ topCSS + unit + ' ' + rightCSS + unit + ' ' + bottomCSS + unit + ' ' + leftCSS + unit } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderCSS( controlId, selector, cssProperty  ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {

			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}
			var cssText = '';
			var sizeCSS = slider.size;
			var unit = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			if ( null !== unit ) {

				if ( Array.isArray( cssProperty ) ) {

					cssProperty.forEach( function ( property ) {
						cssText += `${ property } : ${ sizeCSS + unit  };`;
					} );
				} else {
					cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
				}
			} else {
				cssText += `${ cssProperty } : ${ sizeCSS + unit  };`;
			}

			jQuery( 'head' ).append(
				`<style id="${ controlId }">${selector}{ ${ cssText } }</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 * @param {string} cssProperty
 */
function colormagGenerateSliderWidthCss( controlId, selector, secondarySelector, cssProperty ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( slider ) {
			if ( 'string' === typeof slider ) {
				try {
					slider = JSON.parse( slider );
				} catch ( e ) {
					return;
				}
			}

			var sizeCSS  = ( '' !== slider.size ) ? slider.size : 0;
			var secondaryCSS = 100 - sizeCSS;
			var unit       = ( '' !== slider.unit ) ? slider.unit : 'px';

			jQuery( `style#${controlId}` ).remove();

			jQuery( 'head' ).append(
				`<style id="${controlId}">${selector}{ ${cssProperty} : ${sizeCSS + unit} }
							${secondarySelector}{ ${cssProperty} : ${secondaryCSS + unit} }
							</style>`
			);
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateBackgroundCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( background ) {
			var css;

			jQuery( 'style#' + controlId ).remove();

			css = `${selector}{background-color: ${background['background-color']};background-image: url( ${background['background-image']} );background-attachment: ${background['background-attachment']};background-position: ${background['background-position']};background-size: ${background['background-size']};background-repeat: ${background['background-repeat']};}`;

			jQuery( 'head' ).append( `<style id="${ controlId }">${ css }</style>` );
		} );
	} );
}

/**
 * @param {string} controlId
 * @param {string} selector
 */
function colormagGenerateTypographyCSS( controlId, selector ) {

	wp.customize( controlId, function ( value ) {

		value.bind( function ( typography ) {
			var	link              = '',
				fontFamily = '',
				fontWeight = '',
				fontStyle = '',
				fontTransform = '',
				desktopFontSize = '',
				tabletFontSize = '',
				mobileFontSize = '',
				desktopLineHeight = '',
				tabletLineHeight = '',
				mobileLineHeight = '',
				desktopLetterSpacing = '',
				tabletLetterSpacing = '',
				mobileLetterSpacing = '';

			if ( 'object' == typeof typography ) {

				if ( undefined !== typography['font-size'] ) {

					if ( undefined !== typography['font-size']['desktop']['size'] && '' !== typography['font-size']['desktop']['size'] ) {
						desktopFontSize = typography['font-size']['desktop']['size'] + typography['font-size']['desktop']['unit'];
					}

					if ( undefined !== typography['font-size']['tablet']['size'] && '' !== typography['font-size']['tablet']['size'] ) {
						tabletFontSize = typography['font-size']['tablet']['size'] + typography['font-size']['tablet']['unit'];
					}

					if ( undefined !== typography['font-size']['mobile']['size'] && '' !== typography['font-size']['mobile']['size'] ) {
						mobileFontSize = typography['font-size']['mobile']['size'] + typography['font-size']['mobile']['unit'];
					}
				}

				if ( undefined !== typography['line-height'] ) {

					if ( undefined !== typography['line-height']['desktop']['size'] && '' !== typography['line-height']['desktop']['size'] ) {
						const desktopLineHeightUnit = ('-' !== typography['line-height']['desktop']['unit']) ? typography['line-height']['desktop']['unit'] : '';
						desktopLineHeight = typography['line-height']['desktop']['size'] + desktopLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['tablet']['size'] && '' !== typography['line-height']['tablet']['size'] ) {
						const tabletLineHeightUnit = ('-' !== typography['line-height']['tablet']['unit']) ? typography['line-height']['tablet']['unit'] : '';
						tabletLineHeight = typography['line-height']['tablet']['size'] + tabletLineHeightUnit;
					}

					if ( undefined !== typography['line-height']['mobile']['size'] && '' !== typography['line-height']['mobile']['size'] ) {
						const mobileLineHeightUnit = ('-' !== typography['line-height']['mobile']['unit']) ? typography['line-height']['mobile']['unit'] : '';
						mobileLineHeight = typography['line-height']['mobile']['size'] + mobileLineHeightUnit;
					}
				}

				if ( undefined !== typography['letter-spacing'] ) {

					if ( undefined !== typography['letter-spacing']['desktop']['size'] && '' !== typography['letter-spacing']['desktop']['size'] ) {
						const desktopLetterSpacingUnit = ('-' !== typography['letter-spacing']['desktop']['unit']) ? typography['letter-spacing']['desktop']['unit'] : '';
						desktopLetterSpacing = typography['letter-spacing']['desktop']['size'] + desktopLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['tablet']['size'] && '' !== typography['letter-spacing']['tablet']['size'] ) {
						const tabletLetterSpacingUnit = ('-' !== typography['letter-spacing']['tablet']['unit']) ? typography['letter-spacing']['tablet']['unit'] : '';
						tabletLetterSpacing = typography['letter-spacing']['tablet']['size'] + tabletLetterSpacingUnit;
					}

					if ( undefined !== typography['letter-spacing']['mobile']['size'] && '' !== typography['letter-spacing']['mobile']['size'] ) {
						const mobileLetterSpacingUnit = ('-' !== typography['letter-spacing']['mobile']['unit']) ? typography['letter-spacing']['mobile']['unit'] : '';
						mobileLetterSpacing = typography['letter-spacing']['mobile']['size'] + mobileLetterSpacingUnit;
					}
				}

				if ( undefined !== typography['font-family'] && '' !== typography['font-family'] ) {
					fontFamily = typography['font-family'].split(",")[0];
					fontFamily = fontFamily.replace(/'/g, '');

					if ( fontFamily.includes( 'default' ) || fontFamily.includes( '-apple-system' )  ) {
						fontFamily = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif';
					} else if ( fontFamily.includes( 'Monaco' ) ) {
						fontFamily = 'Monaco,"Lucida Sans Typewriter","Lucida Typewriter","Courier New",Courier,monospace';
					} else {
						link = `<link id="${ controlId }" href="https://fonts.googleapis.com/css?family=${ fontFamily }" rel="stylesheet">`;
					}
				}

				if ( undefined !== typography['font-weight'] && '' !== typography['font-weight'] ) {

					if ( colormagIsNumeric( typography['font-weight'] ) ) {
						fontWeight = parseInt( typography['font-weight'] );
					} else {
						fontWeight = 'regular' != typography['font-weight'] ? typography['font-weight'] : 'normal';
					}
				}

				if ( undefined !== typography['font-style'] && '' !== typography['font-style'] ) {
					fontStyle = typography['font-style'];
				}

				if ( undefined !== typography['text-transform'] && '' !== typography['text-transform'] ) {
					fontTransform = typography['text-transform'];
				}

				jQuery( 'style#' + controlId ).remove();
				jQuery('link#' + controlId).remove();

				jQuery('head').append(
					`<style id="${ controlId }">
					${ selector } {
						font-family: ${ fontFamily };
						font-weight: ${ fontWeight };
						font-style: ${ fontStyle };
						text-transform: ${ fontTransform };
						font-size: ${ desktopFontSize };
						line-height: ${ desktopLineHeight };
						letter-spacing: ${ desktopLetterSpacing };
					}
					@media (max-width: 768px) {
						${ selector } {
							font-size: ${ tabletFontSize };
							line-height: ${ tabletLineHeight };
							letter-spacing: ${ tabletLetterSpacing };
						}
					}
					@media (max-width: 600px) {
						${ selector }{
							font-size: ${ mobileFontSize };
							line-height:${ mobileLineHeight };
							letter-spacing: ${ mobileLetterSpacing };
						}
					}
				</style>${ link }`
				);
			}
		} );
	} );
}

/**
 * @param {string} str
 * @returns {boolean}
 */
function colormagIsNumeric( str ) {
	var matches;

	if ( 'string' !== typeof str ) {
		return false;
	}

	matches = str.match(/\d+/g);

	return null !== matches;
}
inc/core/assets/js/customizer-controls.min.js000064400000000755151213253060015355 0ustar00!function(o){var n=wp.customize;ColorMagCustomizer={controls:{},init:function(){ColorMagCustomizer._initToggles()},_initToggles:function(){ColorMagControlTrigger.triggerHook("colormag-toggle-control",n),o.each(ColorMagCustomizerToggles,(function(t,i){n(t,(function(t){o.each(i,(function(i,r){o.each(r.controls,(function(o,i){n.control(i,(function(o){var n=function(n){o.container.toggle(r.callback(n))};n(t.get()),t.bind(n)}))}))}))}))}))}},o((function(){ColorMagCustomizer.init()}))}(jQuery);inc/core/assets/js/customizer-dependency.min.js000064400000006570151213253060015631 0ustar00!function(o){"use strict";var e=wp.customize,n={controls:{},init:function(){var o=this;o.handleDependency(),o.hideEmptySections(),e.bind("change",(function(e,n){o.hasDependentControls(e.id)&&(o.handleDependency(),o.hideEmptySections())}))},handleDependency:function(){var o=this,n=e.get();o.checked_controls={},_.each(n,(function(n,i){var r=e.control(i);o.checkControlVisibility(r,i)}))},checkControlVisibility:function(o,n){var i=e.get();if(!_.isUndefined(o)&&void 0!==ColorMagCustomizerControlsToggle[n]){var r=!1,t=ColorMagCustomizerControlsToggle[n],s=_.isUndefined(t.conditions)?t:t.conditions,a=_.isUndefined(t.operator)?"AND":t.operator;void 0!==s&&(r=this.checkDependency(s,i,a),this.checked_controls[n]=r,r?o.container.removeClass("colormag-hide"):o.container.addClass("colormag-hide"))}},checkDependency:function(n,i,r){var t=this,s=!0,a=!1,c=n[0];if(_.isString(c)){var l,d=n[1],g=n[2];if(!_.isUndefined(ColorMagCustomizerControlsToggle[c])){n=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions;var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(n))if(t.checkDependency(n,i,C))e.control(c).container.removeClass("colormag-hide");else if(a=!0,s=!1,"AND"==r)return}_.isUndefined(i[c])||a||!s||(l=i[c],s=t.compareValues(l,d,g))}else _.isArray(c)&&(o.each(n,(function(o,n){var c=n[0],l=n[1],d=n[2],g=_.isUndefined(i[c])?"":i[c];if(void 0!==ColorMagCustomizerControlsToggle[c]){var C=_.isUndefined(ColorMagCustomizerControlsToggle[c].conditions)?ColorMagCustomizerControlsToggle[c]:ColorMagCustomizerControlsToggle[c].conditions,u=_.isUndefined(ColorMagCustomizerControlsToggle[c].operator)?"AND":ColorMagCustomizerControlsToggle[c].operator;if(!_.isUndefined(C))if(t.checkDependency(C,i,u))s=!0,e.control(c).container.removeClass("colormag-hide");else if(s=!1,"AND"==r)return}else s=!0;if(s)if("AND"==r){if(!t.compareValues(g,l,d))return s=!1,!1}else t.compareValues(g,l,d)?(a=!0,s=!0):s=!1})),a&&"OR"==r&&(s=!0));return s},compareValues:function(e,n,i){var r=!1;switch(n){case"===":r=e===i;break;case">":r=e>i;break;case"<":r=e<i;break;case"<=":r=e<=i;break;case">=":r=e>=i;break;case"!=":r=e!=i;break;case"empty":var t=_.clone(e);_.isObject(t)||_.isArray(t)?(_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!!_.isEmpty(t)):r=!(!_.isNull(t)&&""!=t);break;case"not_empty":t=_.clone(e);(_.isObject(t)||_.isArray(t))&&_.each(t,(function(o,e){_.isEmpty(o)&&delete t[e]})),r=!_.isEmpty(t);break;case"contains":_.isArray(e)&&-1!==o.inArray(i,e)&&(r=!0);break;default:r=_.isArray(i)?!_.isEmpty(i)&&!_.isEmpty(e)&&_.contains(i,e):e==i}return r},hideEmptySections:function(){o("ul.accordion-section.control-section-colormag_section").each((function(){var e=o(this).attr("id"),n=!1,i=o(this).find(" > .customize-control");i.length>0&&(i.each((function(){o(this).hasClass("colormag-hide")||"none"==o(this).css("display")||(n=!0)})),n?o('.control-section[aria-owns="'+e+'"]').removeClass("colormag-hide"):o('.control-section[aria-owns="'+e+'"]').addClass("colormag-hide"))}))},hasDependentControls:function(e){var n=!1;return o.each(ColorMagCustomizerControlsToggle,(function(i,r){if(_.isUndefined(r.conditions)){var t=r[0];if(e==t)return void(n=!0)}else{var s=r.conditions;o.each(s,(function(o,i){var r=i[0];e!=r||(n=!0)}))}})),n}};o((function(){n.init()}))}(jQuery);inc/core/assets/css/extend-customizer.min-rtl.css000064400000017277151213253060016137 0ustar00a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;left:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;left:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:right;line-height:0;margin:0;padding-left:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(100%);transform:translateX(100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-right:-12px;margin-left:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-right:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-right-color:#0073aa;color:#fff !important;padding:0;border-right-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-right:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-right:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 10px 11px 12px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-right:10px;border-color:#ebebeb;color:#444;font-weight:600;border-right-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-right:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-right:2px solid #0377b5}inc/core/assets/css/extend-customizer-rtl.css000064400000021520151213253060015337 0ustar00a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	left: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	left: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: right;
	line-height: 0;
	margin: 0;
	padding-left: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-right: -12px;
	margin-left: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-right-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-right-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-right: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-right: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 10px 11px 12px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-right: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-right-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-right: 2px solid #0377B5;
}
inc/core/assets/css/extend-customizer.min.css000064400000017271151213253060015332 0ustar00a{color:#0377b5}a:focus{-webkit-box-shadow:0 0 0 1px rgba(3,119,181,0.8);box-shadow:0 0 0 1px rgba(3,119,181,0.8)}.button{background:#ebebeb;border-color:#0377b5;color:#0377b5;font-weight:600;-webkit-transition:all .15s cubic-bezier(0.4,0,0.2,1);transition:all .15s cubic-bezier(0.4,0,0.2,1)}.button:hover{background:#fff;color:#0377b5}.select2-container--default .select2-selection--single{height:32px}.select2-container--default .select2-selection--single .select2-selection__arrow b{margin-top:0}.tg-section-separator{display:block !important;margin-top:4px}.customize-section-description .colormag-section-description ul{margin:0}.customize-section-description .colormag-section-description ul>li{list-style:none}.customize-section-description .colormag-section-description ul>li:last-child{margin-bottom:0}.customize-section-description .colormag-section-description a{font-style:italic}.customize-control{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:8px 12px;position:relative}.customize-control.customize-control-colormag-typography select{font-size:13px}.customize-control.customize-control-colormag-upgrade{margin-top:12px;padding:12px;border-radius:8px;border:1px solid #ebebeb}.customize-control.customize-control-colormag-title{padding:12px}.customize-control.customize-control-colormag-title .customize-control-title{color:#0377b5;font-size:14px;font-weight:600;margin-bottom:0}.customize-control .customize-control-title{font-size:13px;color:#444;line-height:1.5;font-weight:400}.customize-control .colormag-control-tooltip{position:absolute;right:10px;top:9px}.customize-control .colormag-control-tooltip:hover{cursor:pointer}.customize-control .attachment-media-view .button-add-media{background:#ebebeb}.customize-control .attachment-media-view .button-add-media:hover{background:#fff}.customize-control select,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),.customize-control .select2-selection--single{border-color:#ebebeb;border-radius:2px}.customize-control select:hover,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,.customize-control .select2-selection--single:hover{border-color:#aeaeae}.customize-control select:focus,.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,.customize-control .select2-selection--single:focus{border-color:#0377b5;-webkit-box-shadow:0 0 0 0 #2271b1;box-shadow:0 0 0 0 #2271b1;outline:0 solid transparent}.customize-control .customize-inside-control-row{padding-bottom:0;padding-top:0}.customize-control.customize-control-radio .customize-inside-control-row,.customize-control.customize-control-checkbox .customize-inside-control-row{padding-bottom:6px;padding-top:6px}.customize-control.has-responsive-switchers .responsive-switchers{position:unset;right:0;top:-3px;width:26px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:all .3s;transition:all .3s}.customize-control.has-responsive-switchers .responsive-switchers:hover{width:78px}.customize-control.has-responsive-switchers .responsive-switchers:hover li{display:block}.customize-control.has-responsive-switchers .responsive-switchers li{float:left;line-height:0;margin:0;padding-right:2px;display:none}.customize-control.has-responsive-switchers .responsive-switchers li.active{display:block}.customize-control.has-responsive-switchers .responsive-switchers li.active button{color:#0377b5}.customize-control.has-responsive-switchers .responsive-switchers li button{background:transparent;border:0;color:rgba(68,68,68,0.5);cursor:pointer;outline:0;padding:2px}.customize-control.has-responsive-switchers .responsive-switchers li button i{font-size:14px;line-height:20px}.customize-control.has-responsive-switchers .control-wrap:not(.active){display:none;width:100%}.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .customize-pane-child.current-section-parent{-webkit-transform:translateX(-100%);transform:translateX(-100%)}#customize-theme-controls .control-section.open{height:100%}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section{margin-left:-12px;margin-right:-12px}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title{background-color:#fff;border-bottom:1px solid #ebebeb;border-left:2px solid #ebebeb;color:#444;-webkit-transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out;transition:.15s color ease-in-out,.15s background-color ease-in-out,.15s border-color ease-in-out}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after{color:#aeaeae}#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after{color:#0377b5}.colormag-hide{display:none !important}.customize-control-checkbox,.customize-control-radio{padding-bottom:5px;padding-top:5px}li.colormag-upsell-accordion-section h3.accordion-section-title{background-color:#0377b5 !important;border-left-color:#0073aa;color:#fff !important;padding:0;border-left-width:2px}li.colormag-upsell-accordion-section h3.accordion-section-title a{color:#fff;display:block;padding:8px 0;text-decoration:none;line-height:1.2}li.colormag-upsell-accordion-section h3.accordion-section-title a:focus{-webkit-box-shadow:none;box-shadow:none}li.colormag-upsell-accordion-section h3.accordion-section-title:after{color:#fff !important}li.colormag-upsell-accordion-section h3 a::after{color:#fff}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title{border:0;border-left:2px solid #024f74}#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus{border-left:2px solid #024f74 !important}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,#customize-theme-controls .control-section-colormag_section .accordion-section-title{padding:11px 12px 11px 10px;line-height:1.2}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,#customize-theme-controls .control-section-colormag_section .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover,#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title{padding-left:10px;border-color:#ebebeb;color:#444;font-weight:600;border-left-width:2px}#customize-theme-controls .accordion-section-title:hover,#customize-theme-controls .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-theme-controls .accordion-section-title:after{color:#aeaeae;font-size:20px;top:calc(50% - 9px)}#customize-controls .control-section:hover>.accordion-section-title{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:hover{background:#fafafa;color:#444;border-left:2px solid #0377b5}#customize-controls .control-section .accordion-section-title:focus{background:#fafafa;color:#444;border-left:2px solid #0377b5}inc/core/assets/css/extend-customizer.css000064400000021512151213253060014541 0ustar00a {
	color: #0377B5;
}

a:focus {
	-webkit-box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
	box-shadow: 0 0 0 1px rgba(3, 119, 181, 0.8);
}

.button {
	background: #ebebeb;
	border-color: #0377B5;
	color: #0377B5;
	font-weight: 600;
	-webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
	background: #ffffff;
	color: #0377B5;
}

.select2-container--default .select2-selection--single {
	height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description .colormag-section-description ul {
	margin: 0;
}

.customize-section-description .colormag-section-description ul > li {
	list-style: none;
}

.customize-section-description .colormag-section-description ul > li:last-child {
	margin-bottom: 0;
}

.customize-section-description .colormag-section-description a {
	font-style: italic;
}

.customize-control {
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;
}

.customize-control.customize-control-colormag-typography select {
	font-size: 13px;
}

.customize-control.customize-control-colormag-upgrade {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #ebebeb;
}

.customize-control.customize-control-colormag-title {
	padding: 12px;
}

.customize-control.customize-control-colormag-title .customize-control-title {
	color: #0377B5;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}

.customize-control .customize-control-title {
	font-size: 13px;
	color: #444444;
	line-height: 1.5;
	font-weight: 400;
}

.customize-control .colormag-control-tooltip {
	position: absolute;
	right: 10px;
	top: 9px;
}

.customize-control .colormag-control-tooltip:hover {
	cursor: pointer;
}

.customize-control .attachment-media-view .button-add-media {
	background: #ebebeb;
}

.customize-control .attachment-media-view .button-add-media:hover {
	background: #ffffff;
}

.customize-control select,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
.customize-control .select2-selection--single {
	border-color: #ebebeb;
	border-radius: 2px;
}

.customize-control select:hover,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):hover,
.customize-control .select2-selection--single:hover {
	border-color: #aeaeae;
}

.customize-control select:focus,
.customize-control input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.customize-control .select2-selection--single:focus {
	border-color: #0377B5;
	-webkit-box-shadow: 0 0 0 0 #2271b1;
	box-shadow: 0 0 0 0 #2271b1;
	outline: 0 solid transparent;
}

.customize-control .customize-inside-control-row {
	padding-bottom: 0;
	padding-top: 0;
}

.customize-control.customize-control-radio .customize-inside-control-row, .customize-control.customize-control-checkbox .customize-inside-control-row {
	padding-bottom: 6px;
	padding-top: 6px;
}

.customize-control.has-responsive-switchers .responsive-switchers {
	position: unset;
	right: 0;
	top: -3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover {
	width: 78px;
}

.customize-control.has-responsive-switchers .responsive-switchers:hover li {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li {
	float: left;
	line-height: 0;
	margin: 0;
	padding-right: 2px;
	display: none;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active {
	display: block;
}

.customize-control.has-responsive-switchers .responsive-switchers li.active button {
	color: #0377B5;
}

.customize-control.has-responsive-switchers .responsive-switchers li button {
	background: transparent;
	border: none;
	color: rgba(68, 68, 68, 0.5);
	cursor: pointer;
	outline: none;
	padding: 2px;
}

.customize-control.has-responsive-switchers .responsive-switchers li button i {
	font-size: 14px;
	line-height: 20px;
}

.customize-control.has-responsive-switchers .control-wrap:not(.active) {
	display: none;
	width: 100%;
}

.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .customize-pane-child.current-section-parent {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#customize-theme-controls .control-section.open {
	height: 100%;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section {
	margin-left: -12px;
	margin-right: -12px;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title {
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	border-left: 2px solid #ebebeb;
	color: #444444;
	-webkit-transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:after {
	color: #AEAEAE;
}

#customize-theme-controls .control-section.control-section-colormag_section .accordion-section-title:hover:after {
	color: #0377B5;
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio {
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title {
	background-color: #0377B5 !important;
	border-left-color: #0073aa;
	color: #fff !important;
	padding: 0;
	border-left-width: 2px;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a {
	color: #fff;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	line-height: 1.2;
}

li.colormag-upsell-accordion-section h3.accordion-section-title a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

li.colormag-upsell-accordion-section h3.accordion-section-title:after {
	color: #fff !important;
}

li.colormag-upsell-accordion-section h3 a::after {
	color: #fff;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title {
	border: none;
	border-left: 2px solid #024F74;
}

#customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:hover, #customize-theme-controls .control-section-colormag-upsell-section .accordion-section-title:focus {
	border-left: 2px solid #024F74 !important;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title,
#customize-theme-controls .control-section-colormag_section .accordion-section-title {
	padding: 11px 12px 11px 10px;
	line-height: 1.2;
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:after,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-theme-controls .control-panel-colormag_panel .accordion-section-title:hover, #customize-theme-controls .control-panel-colormag_panel .accordion-section-title:focus,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:hover,
#customize-theme-controls .control-section-colormag_section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title {
	padding-left: 10px;
	border-color: #ebebeb;
	color: #444444;
	font-weight: 600;
	border-left-width: 2px;
}

#customize-theme-controls .accordion-section-title:hover, #customize-theme-controls .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-theme-controls .accordion-section-title:after {
	color: #aeaeae;
	font-size: 20px;
	top: calc(50% - 9px);
}

#customize-controls .control-section:hover > .accordion-section-title {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:hover {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}

#customize-controls .control-section .accordion-section-title:focus {
	background: #FAFAFA;
	color: #444444;
	border-left: 2px solid #0377B5;
}
inc/core/assets/scss/extend-customizer.scss000064400000014332151213253060015111 0ustar00@import "../../custom-controls/assets/scss/variables";

a{
	color:$color-blue;
	&:focus{
		box-shadow: 0 0 0 1px rgba($color-blue,0.8);
	}
}
.button{
	background: $color-light-gray;
	border-color: $color-blue;
	color:$color-blue;
	font-weight: 600;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);

	&:hover{
		background: $color-white;
		color:$color-blue;
	}
}

.select2-container--default{
	.select2-selection--single{
		height: 32px;

		.select2-selection__arrow{
			b{
				margin-top: 0;
			}
		}
	}


}
.tg-section-separator {
	display: block !important;
	margin-top: 4px;
}

.customize-section-description {

	.colormag-section-description {

		ul {
			margin: 0;

			> li {
				list-style: none;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}

		a {
			font-style: italic;
		}
	}
}
.customize-control {
	background:#fff;
	box-sizing: border-box;
	margin-bottom: 0;
	padding: 8px 12px;
	position: relative;

	&.customize-control-colormag-typography {
		select {
			font-size: 13px;
		}
	}

	&.customize-control-colormag-upgrade {
		margin-top: 12px;
		padding: 12px;
		border-radius : 8px;
		border: 1px solid $color-light-gray;
	}

	&.customize-control-colormag-title {
		padding: 12px;

		.customize-control-title {
			color: $color-blue;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 0px;
		}
	}

	.customize-control-title {
		font-size: 13px;
		color: $color-black;
		line-height: 1.5;
		font-weight: 400;
	}

	.colormag-control-tooltip {
		position: absolute;
		right: 10px;
		top: 9px;

		&:hover {
			cursor: pointer;
		}
	}

	.attachment-media-view{
		.button-add-media{
			background: $color-light-gray;
			&:hover{
				background: $color-white;
			}
		}
	}

	select,
	input[type]:not([type=range]):not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]),
	.select2-selection--single{
		border-color:$color-light-gray;
		border-radius: 2px;

		&:hover {
			border-color:$color-dark-gray;
		}

		&:focus {
			border-color:$color-blue;
			box-shadow: 0 0 0 0 #2271b1;
			outline: 0 solid transparent;
		}
	}

	.customize-inside-control-row {
		padding-bottom: 0;
		padding-top: 0;
	}

	&.customize-control-radio,
	&.customize-control-checkbox {
		.customize-inside-control-row {
			padding-bottom: 6px;
			padding-top: 6px;
		}
	}

	&.has-responsive-switchers {

		.responsive-switchers {
			position: unset;
			right: 0;
			top: -3px;
			width: 26px;
			display: flex;
			overflow: hidden;
			transition: all 0.3s;

			&:hover {
				width: 78px;

				li {
					display: block;
				}
			}

			li {
				float: left;
				line-height: 0;
				margin: 0;
				padding-right:2px;
				display: none;

				&.active {
					display: block;

					button	{
						color: $color-blue;
					}
				}

				button {
					background: transparent;
					border: none;
					color: rgba($color-black, 0.5);
					cursor: pointer;
					outline: none;
					padding: 2px;

					i {
						font-size: 14px;
						line-height: 20px;
					}
				}
			}
		}

		.control-wrap {

			&:not(.active) {
				display: none;
				width: 100%;
			}
		}
	}
}

#customize-theme-controls {

	.in-sub-panel & {

		.customize-pane-child.current-panel-parent {
			transform: translateX(-100%);
		}
	}

	.customize-pane-child.current-section-parent {
		transform: translateX(-100%);
	}

	.control-section {

		&.open {
			height: 100%;
		}

		&.control-section-colormag_section {

			.accordion-section {
				margin-left: -12px;
				margin-right: -12px;
			}

			.accordion-section-title {
				background-color: $color-white;
				border-bottom: 1px solid $color-light-gray;
				border-left: 2px solid $color-light-gray;
				color: $color-black;
				transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
			}

			.accordion-section-title:after {
				color: #AEAEAE;
			}

			.accordion-section-title:hover:after {
				color: $color-blue;
			}
		}
	}
}

.colormag-hide {
	display: none !important;
}

.customize-control-checkbox,
.customize-control-radio{
	padding-bottom: 5px;
	padding-top: 5px;
}

li.colormag-upsell-accordion-section {

	h3 {

		&.accordion-section-title {
			background-color: $color-blue !important;
			border-left-color: #0073aa;
			color: #fff !important;
			padding: 0;
			border-left-width: 2px;

			a {
				color: #fff;
				display: block;
				padding: 8px 0;
				text-decoration: none;
				line-height: 1.2;

				&:focus {
					box-shadow : none;
				}
			}

			&:after {
				color: #fff !important;
			}
		}

		a {

			&::after {
				color: #fff;
			}
		}
	}
}

#customize-theme-controls {
	.control-section-colormag-upsell-section {
		.accordion-section-title {
			border: none;
			border-left: 2px solid $color-dark-blue;

			&:hover,
			&:focus {
				border-left: 2px solid $color-dark-blue !important;
			}
		}
	}

	.control-panel-colormag_panel,
	.control-section-colormag_section {
		.accordion-section-title {
			padding: 11px 12px 11px 10px;
			line-height: 1.2;

			&:after {
				color: $color-dark-gray;
				font-size: 20px;
				top: calc(50% - 9px);
			}

			&:hover,
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}

	.accordion-section-title {
		padding-left: 10px;
		border-color:$color-light-gray;
		color: $color-black;
		font-weight: 600;
		border-left-width: 2px;

		&:hover,
		&:focus {
			background: #FAFAFA;
			color: $color-black;
			border-left: 2px solid $color-blue;
		}

		&:after {
			color: $color-dark-gray;
			font-size: 20px;
			top: calc(50% - 9px);
		}
	}
}

#customize-controls {
	.control-section {
		&:hover {
			>.accordion-section-title {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
		.accordion-section-title {
			&:hover {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
			&:focus {
				background: #FAFAFA;
				color: $color-black;
				border-left: 2px solid $color-blue;
			}
		}
	}
}
inc/core/class-colormag-customizer-callbacks.php000064400000000723151213253060016003 0ustar00<?php
/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_FrameWork_FrameWork_Callbacks
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag customizer class for theme customize callbacks.
 *
 * Class ColorMag_Customizer_Callbacks
 */
class ColorMag_Customizer_Callbacks {

}
inc/deprecated/deprecated-filters.php000064400000002133151213253060013671 0ustar00<?php
/**
 * Deprecated filters for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_apply_filters_deprecated' ) ) :

	/**
	 * ColorMag Hook Deprecated.
	 *
	 * @param string $tag         The name of the action hook.
	 * @param array  $args        Array of additional function arguments to be passed to apply_filters().
	 * @param string $version     The version of theme that deprecated the hook.
	 * @param string $replacement Optional. The hook that should have been used. Default null.
	 * @param string $message     Optional. A message regarding the change. Default null.
	 *
	 * @since 3.0.0
	 */
	function colormag_apply_filters_deprecated( $tag, $args, $version, $replacement = null, $message = null ) {

		if ( function_exists( 'apply_filters_deprecated' ) ) {
			apply_filters_deprecated( $tag, $args, $version, $replacement, $message );
		} else {
			apply_filters_ref_array( $tag, $args );
		}
	}

endif;
inc/deprecated/deprecated-functions.php000064400000025540151213253060014240 0ustar00<?php
/**
 * Deprecated functions for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_top_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_top_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_top()' );

		colormag_header_top();

	}

endif;

if ( ! function_exists( 'colormag_middle_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_middle_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_one()' );

		colormag_header_one();

	}

endif;

if ( ! function_exists( 'colormag_below_header_bar_display' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_below_header_bar_display() {

		_deprecated_function( __FUNCTION__, '4.0.0', 'colormag_header_two()' );

		colormag_header_two();

	}

endif;

if ( ! function_exists( 'colormag_header_nav_container_start' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_header_nav_container_start() {

		_deprecated_function( __FUNCTION__, '4.0.0', '' );

	}

endif;

if ( ! function_exists( 'colormag_header_nav_container_end' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_header_nav_container_end() {

		_deprecated_function( __FUNCTION__, '4.0.0', '' );

	}

endif;

if ( ! function_exists( 'colormag_colored_category_return' ) ) :

	/**
	 * Deprecated function to return the colored category.
	 */
	function colormag_colored_category_return() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'colormag_colored_category( false )' );

		return colormag_colored_category( false );

	}

endif;


if ( ! function_exists( 'colormag_the_custom_logo' ) ) :

	/**
	 * Deprecated function to display the custom logo.
	 */
	function colormag_the_custom_logo() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'the_custom_logo()' );

		the_custom_logo();

	}

endif;


if ( ! function_exists( 'colormag_render_header_image' ) ) :

	/**
	 * Deprecated function to display the header image.
	 */
	function colormag_render_header_image() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'the_custom_header_markup()' );

		the_custom_header_markup();

	}

endif;


if ( ! function_exists( 'colormag_standard_fonts_array' ) ) :

	/**
	 * Deprecated function standard fonts array.
	 */
	function colormag_standard_fonts_array() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_google_fonts_array' ) ) :

	/**
	 * Deprecated function Google fonts array.
	 */
	function colormag_google_fonts_array() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_radio_select_sanitize' ) ) :

	/**
	 * Deprecate function for radio/select sanitization.
	 *
	 * @param string               $input   Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_radio_select_sanitize( $input, $setting ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_radio_select( $input, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_radio_select( $input, $setting );

	}

endif;


if ( ! function_exists( 'colormag_fonts_sanitization' ) ) :

	/**
	 * Deprecate function for radio/select sanitization.
	 *
	 * @param string $input Customizer input.
	 */
	function colormag_fonts_sanitization( $input ) {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_color_option_hex_sanitize' ) ) :

	/**
	 * Deprecate function for hex color sanitization.
	 *
	 * @param string $color Input from the customize controls.
	 *
	 * @return string
	 */
	function colormag_color_option_hex_sanitize( $color ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_hex_color( $color )' );

		return ColorMag_Customizer_Sanitizes::sanitize_hex_color( $color );

	}

endif;


if ( ! function_exists( 'colormag_color_escaping_option_sanitize' ) ) :

	/**
	 * Deprecate function for color escaping sanitization.
	 *
	 * @param string $input Input from the customize controls.
	 */
	function colormag_color_escaping_option_sanitize( $input ) {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;


if ( ! function_exists( 'colormag_checkbox_sanitize' ) ) :

	/**
	 * Deprecate function for checkbox sanitization.
	 *
	 * @param string $input Input from the customize controls.
	 */
	function colormag_checkbox_sanitize( $input ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_checkbox( $input )' );

		return ColorMag_Customizer_Sanitizes::sanitize_checkbox( $input );

	}

endif;


if ( ! function_exists( 'colormag_links_sanitize' ) ) :

	/**
	 * Deprecate function for false value sanitization.
	 */
	function colormag_links_sanitize() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_false_values()' );

		return ColorMag_Customizer_Sanitizes::sanitize_false_values();

	}

endif;


if ( ! function_exists( 'colormag_excerpt_length_sanitize' ) ) :

	/**
	 * Deprecate function for number sanitization.
	 *
	 * @param string               $val     Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_excerpt_length_sanitize( $val, $setting = array() ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting );

	}

endif;


if ( ! function_exists( 'colormag_news_ticker_animation_duration_sanitize' ) ) :

	/**
	 * Deprecate function for number sanitization.
	 *
	 * @param string               $val     Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_news_ticker_animation_duration_sanitize( $val, $setting = array() ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting );

	}

endif;


if ( ! function_exists( 'colormag_news_ticker_animation_speed_sanitize' ) ) :

	/**
	 * Deprecate function for number sanitization.
	 *
	 * @param string               $val     Input from the customize controls.
	 * @param WP_Customize_Setting $setting Setting instance.
	 */
	function colormag_news_ticker_animation_speed_sanitize( $val, $setting = array() ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting )' );

		return ColorMag_Customizer_Sanitizes::sanitize_number( $val, $setting );

	}

endif;


if ( ! function_exists( 'colormag_footer_editor_sanitize' ) ) :

	/**
	 * Deprecate function for footer copyright sanitization.
	 *
	 * @param string $input Input from the customize controls.
	 */
	function colormag_footer_editor_sanitize( $input ) {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Sanitizes::sanitize_html( $input )' );

		return ColorMag_Customizer_Sanitizes::sanitize_html( $input );

	}

endif;


if ( ! function_exists( 'colormag_customize_partial_blogname' ) ) :

	/**
	 * Deprecate site title partial refresh function.
	 */
	function colormag_customize_partial_blogname() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_customize_partial_blogname()' );

		ColorMag_Customizer_Partials::render_customize_partial_blogname();

	}

endif;


if ( ! function_exists( 'colormag_customize_partial_blogdescription' ) ) :

	/**
	 * Deprecate site tagline partial refresh function.
	 */
	function colormag_customize_partial_blogdescription() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_customize_partial_blogdescription()' );

		ColorMag_Customizer_Partials::render_customize_partial_blogdescription();

	}

endif;


if ( ! function_exists( 'colormag_date_display_type' ) ) :

	/**
	 * Deprecate date display type refresh function.
	 */
	function colormag_date_display_type() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_date_display_type()' );

		ColorMag_Customizer_Partials::render_date_display_type();

	}

endif;


if ( ! function_exists( 'colormag_breaking_news_content' ) ) :

	/**
	 * Deprecate breaking news content refresh function.
	 */
	function colormag_breaking_news_content() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_breaking_news_text()' );

		ColorMag_Customizer_Partials::render_breaking_news_text();

	}

endif;


if ( ! function_exists( 'colormag_read_next_text' ) ) :

	/**
	 * Deprecate read next text refresh function.
	 */
	function colormag_read_next_text() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_read_next_text()' );

		ColorMag_Customizer_Partials::render_read_next_text();

	}

endif;


if ( ! function_exists( 'colormag_view_all_button_text' ) ) :

	/**
	 * Deprecate view all text refresh function.
	 */
	function colormag_view_all_button_text() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_view_all_button_text()' );

		ColorMag_Customizer_Partials::render_view_all_button_text();

	}

endif;


if ( ! function_exists( 'colormag_you_may_also_like_text' ) ) :

	/**
	 * Deprecate you may also like refresh function.
	 */
	function colormag_you_may_also_like_text() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_you_may_also_like_text()' );

		ColorMag_Customizer_Partials::render_you_may_also_like_text();

	}

endif;


if ( ! function_exists( 'colormag_featured_image_caption_display' ) ) :

	/**
	 * Deprecate featured image caption display refresh function.
	 */
	function colormag_featured_image_caption_display() {

		_deprecated_function( __FUNCTION__, '3.0.0', 'ColorMag_Customizer_Partials::render_featured_image_caption()' );

		ColorMag_Customizer_Partials::render_featured_image_caption();

	}

endif;


if ( ! function_exists( 'colormag_background_image' ) ) :

	/**
	 * Deprecate background image refresh function.
	 */
	function colormag_background_image() {
		_deprecated_function( __FUNCTION__, '3.0.0' );
	}

endif;
inc/deprecated/deprecated-hooks.php000064400000002101151213253060013337 0ustar00<?php
/**
 * Deprecated hooks for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_do_action_deprecated' ) ) :

	/**
	 * ColorMag Hook Deprecated.
	 *
	 * @param string $tag         The name of the action hook.
	 * @param array  $args        Array of additional function arguments to be passed to do_action().
	 * @param string $version     The version of theme that deprecated the hook.
	 * @param string $replacement Optional. The hook that should have been used. Default null.
	 * @param string $message     Optional. A message regarding the change. Default null.
	 *
	 * @since 3.0.0
	 */
	function colormag_do_action_deprecated( $tag, $args, $version, $replacement = null, $message = null ) {

		if ( function_exists( 'do_action_deprecated' ) ) {
			do_action_deprecated( $tag, $args, $version, $replacement, $message );
		} else {
			do_action_ref_array( $tag, $args );
		}
	}

endif;
inc/widgets/colormag-random-post-widget.php000064400000005514151213253060015024 0ustar00<?php
/**
 * Random Post widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Random Post widget.
 *
 * Class colormag_random_post_widget
 */
class colormag_random_post_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-random-post-widget cm-featured-posts';
		$this->widget_description = esc_html__( 'Displays the random posts from your site. Suitable for the Right/Left sidebar.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Random Posts Widget', 'colormag' );
		$this->settings           = array(
			'title'  => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'number' => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of random posts to display:', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title  = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$number = empty( $instance['number'] ) ? 4 : $instance['number'];

		// Adding the excluding post function.
		$post__not_in = colormag_exclude_duplicate_posts();

		$query_args = array(
			'posts_per_page'      => $number,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'orderby'             => 'rand',
			'no_found_rows'       => true,
			'post__not_in'        => $post__not_in,
		);

		$get_featured_posts = new WP_Query( $query_args );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		$featured = 'colormag-featured-post-small';

		// Displays the widget title.
		if ( ! empty( $title ) ) {
			echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] );
		}
		?>

		<div class="cm-random-posts">
			<?php
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( has_post_thumbnail() ) {
						$this->the_post_thumbnail( $post->ID, $featured, 'tabbed-images' );
					}
					?>

					<div class="cm-post-content">
						<?php
						// Displays the post title.
						$this->the_title();

						// Displays the post meta.
						$this->entry_meta();
						?>
					</div>
				</div>

				<?php
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}
inc/widgets/colormag-breaking-news-widget.php000064400000017512151213253060015316 0ustar00<?php
/**
 * Breaking News widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Breaking News widget.
 *
 * Class colormag_breaking_news_widget
 */
class colormag_breaking_news_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'cm-breaking-news-colormag-widget cm-featured-posts';
		$this->widget_description          = esc_html__( 'Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Breaking News Widget', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'title'                    => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'number'                   => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of recent posts to show as the breaking news:', 'colormag' ),
			),
			'type'                     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'                 => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'                      => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'                   => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'           => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button'          => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
			'slider_options_label'     => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<h2>' . esc_html__( 'Slider Options', 'colormag' ) . '</h2>',
			),
			'slider_options_separator' => array(
				'type'    => 'separator',
				'default' => '',
			),
			'slide_direction'          => array(
				'type'    => 'select',
				'default' => 'up',
				'label'   => esc_html__( 'Slide Direction:', 'colormag' ),
				'choices' => array(
					'up'   => esc_html__( 'Up', 'colormag' ),
					'down' => esc_html__( 'Down', 'colormag' ),
				),
			),
			'slide_duration'           => array(
				'type'    => 'number',
				'default' => 4000,
				'label'   => esc_html__( 'Slide Duration Time (in ms):', 'colormag' ),
			),
			'slide_row_height'         => array(
				'type'    => 'number',
				'default' => 100,
				'label'   => esc_html__( 'Slide Row Height (in px):', 'colormag' ),
			),
			'slide_max_rows'           => array(
				'type'    => 'number',
				'default' => 3,
				'label'   => esc_html__( 'Maximum Slide Rows:', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'colormag-news-ticker' );
		}

		global $post;
		$number           = empty( $instance['number'] ) ? 4 : $instance['number'];
		$title            = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$type             = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category         = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts     = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category   = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag              = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author           = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button  = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';
		$slide_direction  = isset( $instance['slide_direction'] ) ? $instance['slide_direction'] : 'up';
		$slide_duration   = empty( $instance['slide_duration'] ) ? 4000 : $instance['slide_duration'];
		$slide_row_height = empty( $instance['slide_row_height'] ) ? 100 : $instance['slide_row_height'];
		$slide_max_rows   = empty( $instance['slide_max_rows'] ) ? 3 : $instance['slide_max_rows'];

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		$featured = 'colormag-featured-post-small';

		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );
		?>

		<div class="cm-breaking-news">
		<div class="cm-slide-up"> <svg class="cm-icon cm-icon--arrow-up" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M21.71 12.71a1 1 0 0 1-1.42 0L13 5.41V21a1 1 0 0 1-2 0V5.41l-7.29 7.3a1 1 0 0 1-1.42-1.42l9-9a1 1 0 0 1 .33-.21.94.94 0 0 1 .76 0 1 1 0 0 1 .33.21l9 9a1 1 0 0 1 0 1.42Z"></path>id="breaking-news-widget-prev_<?php echo esc_attr( $this->id ); ?>"></svg></div>
			<ul id="breaking-news-widget_<?php echo esc_attr( $this->id ); ?>" class="cm-breaking-news-slider-widget"
			    data-direction="<?php echo esc_attr( $slide_direction ); ?>"
			    data-duration="<?php echo esc_attr( $slide_duration ); ?>"
			    data-rowheight="<?php echo esc_attr( $slide_row_height ); ?>"
			    data-maxrows="<?php echo esc_attr( $slide_max_rows ); ?>"
			>
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>

					<li class="cm-post">
						<div class="cm-featured-image">

							<?php
								if ( has_post_thumbnail() ) {
									$this->the_post_thumbnail( $post->ID, $featured, 'tabbed-images' );
								}
							?>
						</div>

						<div class="cm-post-content">
							<?php
							// Displays the post title.
							$this->the_title();

							// Displays the post meta.
							$this->entry_meta();
							?>
						</div>
					</li>

					<?php
				endwhile;
				// Reset Post Data.
				wp_reset_postdata();
				?>
			</ul>
			<div class="cm-slide-down"><svg class="cm-icon cm-icon--arrow-down" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M21.71 11.29a1 1 0 0 0-1.42 0L13 18.59V3a1 1 0 0 0-2 0v15.59l-7.29-7.3a1 1 0 0 0-1.42 1.42l9 9a1 1 0 0 0 .33.21.94.94 0 0 0 .76 0 1 1 0 0 0 .33-.21l9-9a1 1 0 0 0 0-1.42Z"></path>id="breaking-news-widget-next_<?php echo esc_attr( $this->id ); ?>"></svg></div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-google-maps-widget.php000064400000012004151213253060014763 0ustar00<?php
/**
 * Google Maps widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Google Maps widget.
 *
 * Class colormag_google_maps_widget
 */
class colormag_google_maps_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_google_maps widget_colormag_google_maps';
		$this->widget_description = esc_html__( 'Display the Google Maps for your site.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Google Maps', 'colormag' );
		$this->settings           = array(
			'googlemaps_api' => array(
				'type'              => 'api_key',
				'default'           => '',
				'api_key'           => get_theme_mod( 'colormag_googlemap_api_key' ),
				'label'             => esc_html__( 'Enter API Key here', 'colormag' ),
				'description'       => sprintf(
					/* Translators: %s Link to Google Maps API link */
					__( 'GoogleMap requires <a href="%s" target="_blank">API Key</a> to work', 'colormag' ),
					esc_url( 'https://developers.google.com/maps/documentation/javascript/get-api-key' )
				),
				'class'             => 'googlemaps-api',
				'customize_control' => 'colormag_googlemap_api_key',
			),
			'title'          => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'           => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'longitude'      => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Longitude:', 'colormag' ),
			),
			'latitude'       => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Latitude:', 'colormag' ),
			),
			'height'         => array(
				'type'    => 'number',
				'default' => 350,
				'label'   => esc_html__( 'Google Maps height in px:', 'colormag' ),
			),
			'zoom_size'      => array(
				'type'    => 'number',
				'default' => 15,
				'label'   => esc_html__( 'Google Maps Zoom Size:', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		$title     = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text      = isset( $instance['text'] ) ? $instance['text'] : '';
		$longitude = isset( $instance['longitude'] ) ? $instance['longitude'] : '';
		$latitude  = isset( $instance['latitude'] ) ? $instance['latitude'] : '';
		$height    = isset( $instance['height'] ) ? $instance['height'] : 350;
		$zoom_size = isset( $instance['zoom_size'] ) ? $instance['zoom_size'] : 15;

		/**
		 * Localize the Google Maps Longitude and Latitude if both of them is present
		 */
		if ( ! empty( $longitude ) && ! empty( $latitude ) ) {
			wp_localize_script(
				'colormag-custom',
				'colormag_google_maps_widget_settings',
				array(
					'longitude' => esc_attr( $longitude ),
					'latitude'  => esc_attr( $latitude ),
					'height'    => absint( $height ),
					'zoom_size' => absint( $zoom_size ),
				)
			);
		}

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Google Maps Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Google Maps Description' . $this->id, $text );
		}

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		if ( ! empty( $title ) ) {
			echo wp_kses_post( $args[ 'before_title' ] ) . esc_html( $title ) . wp_kses_post( $args[ 'after_title' ] );
		}

		// Display the description.
		$this->widget_description( $text );
		?>

		<?php if ( current_user_can( 'edit_theme_options' ) ) { ?>
			<?php
			$googlemap_api_key = get_theme_mod( 'colormag_googlemap_api_key' );

			if ( empty( $googlemap_api_key ) ) {
				?>
				<div class="google-maps-api-error">
					<?php esc_html_e( 'GoogleMaps requires API Key to work.', 'colormag' ); ?>
					<a href="<?php echo esc_url( 'https://developers.google.com/maps/documentation/javascript/get-api-key' ); ?>" target="_blank"><?php esc_html_e( 'Get API Key', 'colormag' ); ?></a>
				</div>
			<?php } ?>

			<?php if ( empty( $longitude ) || empty( $latitude ) ) { ?>
				<div class="google-maps-lon-lat-error">
					<?php esc_html_e( 'You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting.', 'colormag' ); ?>
				</div>
			<?php } ?>
		<?php } ?>

		<div class="GoogleMaps-wrapper">
			<div id="GoogleMaps"></div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-featured-posts-widget.php000064400000014605151213253060015527 0ustar00<?php
/**
 * TG: Featured Posts (Style 1) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 1) widget.
 *
 * Class colormag_featured_posts_widget
 */
class colormag_featured_posts_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-1';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 1)', 'colormag' );
		$this->settings           = array(
			'widget_layout'   => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-1.jpg',
			),
			'title'           => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'            => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'          => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'            => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'        => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'             => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'          => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 1) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 1) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );

		$i = 1;
		while ( $get_featured_posts->have_posts() ) :
			$get_featured_posts->the_post();

			if ( 1 == $i ) {
				$featured = 'colormag-featured-post-medium';
			} else {
				$featured = 'colormag-featured-post-small';
			}

			if ( 1 == $i ) {
				echo '<div class="cm-first-post">';
			} elseif ( 2 == $i ) {
				echo '<div class="cm-posts">';
			}
			?>

			<div class="cm-post">
				<?php
				if ( has_post_thumbnail() ) {
					$this->the_post_thumbnail( $post->ID, $featured );
				}

				if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :
					$video_post_url = get_post_meta( $post->ID, 'video_url', true );?>

					<div class="fitvids-video">
						<?php
						$embed_code = wp_oembed_get( $video_post_url );

						echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
						?>
					</div>
				<?php
				endif;
				?>

				<div class="cm-post-content">
					<?php
					colormag_colored_category();

					// Displays the post title.
					$this->the_title();

					// Displays the post meta.
					$this->entry_meta();
					?>

					<?php if ( 1 == $i ) { ?>
						<div class="cm-entry-summary">
							<?php the_excerpt(); ?>
						</div>
					<?php } ?>
				</div>

			</div>

			<?php
			if ( 1 == $i ) {
				echo '</div>';
			}
			$i ++;
		endwhile;
		if ( $i > 2 ) {
			echo '</div>';
		}

		// Reset Post Data.
		wp_reset_postdata();

		$this->widget_end( $args );

	}

}
inc/widgets/colormag-weather-widget.php000064400000016403151213253070014220 0ustar00<?php
/**
 * Weather Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Weather Widget.
 *
 * Class colormag_weather_widget
 */
class colormag_weather_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_weather';
		$this->widget_description = esc_html__( 'Display weather.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Weather', 'colormag' );
		$this->settings           = array(
			'openweathermap_api' => array(
				'type'              => 'api_key',
				'default'           => '',
				'api_key'           => get_theme_mod( 'colormag_openweathermap_api_key' ),
				'label'             => esc_html__( 'Enter API Key here', 'colormag' ),
				'description'       => sprintf(
					/* Translators: %s Link to OpenWeatherMap API link */
					__( 'OpenWeatherMap requires <a href="%s" target="_blank">API Key</a> to work', 'colormag' ),
					esc_url( 'http://openweathermap.org/appid' )
				),
				'class'             => 'openweathermap-api',
				'customize_control' => 'colormag_openweathermap_api_key',
			),
			'title'              => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'city_id_link'       => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<a href="' . esc_url( 'http://openweathermap.org/find' ) . '" target="_blank">' . esc_html__( 'Get City ID', 'colormag' ) . '</a>',
			),
			'city_id'            => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'OpenWeatherMap City ID:', 'colormag' ),
			),
			'unit'               => array(
				'type'    => 'radio',
				'default' => 'imperial',
				'label'   => '',
				'choices' => array(
					'imperial' => esc_html__( 'Fahrenheit', 'colormag' ),
					'metric'   => esc_html__( 'Celsius', 'colormag' ),
				),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @return mixed
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_style( 'owfont' );
		}

		$title   = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$city_id = isset( $instance['city_id'] ) ? $instance['city_id'] : '';
		$unit    = isset( $instance['unit'] ) ? $instance['unit'] : 'imperial';

		if ( 'imperial' == $unit ) {
			$wind_unit        = esc_html__( 'mph', 'colormag' );
			$temp_unit_symbol = esc_html__( 'F', 'colormag' );
		} else {
			$wind_unit        = esc_html__( 'm/s', 'colormag' );
			$temp_unit_symbol = esc_html__( 'C', 'colormag' );
		}

		$gopenweathermap_api_key = get_theme_mod( 'colormag_openweathermap_api_key' );

		if ( ! $gopenweathermap_api_key ) :
			?>
			<div class="weather-api-error">
				<?php esc_html_e( 'OpenWeatherMap requires API Key to work.', 'colormag' ); ?>
				<a href="http://openweathermap.org/appid"><?php esc_html_e( 'Get API Key', 'colormag' ); ?></a>
			</div>
			<?php
			return false;
		endif;
		?>

		<?php if ( ! $city_id ) : ?>
			<div class="weather-api-error">
				<?php esc_html_e( 'OpenWeatherMap requires City ID to work.', 'colormag' ); ?>
				<a href="http://openweathermap.org/find"><?php esc_html_e( 'Get City ID', 'colormag' ); ?></a>
			</div>
			<?php
			return false;
		endif;
		?>

		<?php
		// Get the transient.
		$weather_transient_name = 'colormag_weather_' . $city_id . '_' . strtolower( $unit );

		if ( get_transient( $weather_transient_name ) ) {
			$weather_data = get_transient( $weather_transient_name );
		} else {
			$weather_data['today'] = array();

			// Today's weather data.
			$today_api_url      = 'http://api.openweathermap.org/data/2.5/weather?id=' . $city_id . '&units=' . $unit . '&APPID=' . $gopenweathermap_api_key;
			$today_api_response = wp_remote_get( $today_api_url );

			if ( is_wp_error( $today_api_response ) ) :
				echo $today_api_response->get_error_message(); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

				return false;
			endif;

			$today_data            = json_decode( $today_api_response['body'] );
			$weather_data['today'] = $today_data;

			if ( $weather_data['today'] ) {
				set_transient( $weather_transient_name, $weather_data, apply_filters( 'colormag_weather_cache_time', 3 * HOUR_IN_SECONDS ) );
			}
		}

		$today_data = $weather_data['today'];

		// Checks for any error.
		if ( isset( $today_data->cod ) && '4' == substr( $today_data->cod, 0, 1 ) ) {
			echo $today_data->message; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

			return false;
		}

		$today_temperature  = isset( $today_data->main->temp ) ? round( $today_data->main->temp ) : false;
		$today_humidity     = isset( $today_data->main->humidity ) ? $today_data->main->humidity : '';
		$today_wind_speed   = isset( $today_data->wind->speed ) ? $today_data->wind->speed : '';
		$today_weather_code = $today_data->weather[0]->id;

		// Get Today High and Low Temperature data.
		$today_high = isset( $today_data->main->temp_max ) ? round( $today_data->main->temp_max ) : false;
		$today_low  = isset( $today_data->main->temp_min ) ? round( $today_data->main->temp_min ) : false;

		$units_display_symbol = apply_filters( 'colormag_weather_widget_deg_symbol', '&deg;' );

		$style = '';
		if ( '' !== colormag_get_weather_color( $today_weather_code ) ) {
			$style = ' style=background-color:' . colormag_get_weather_color( $today_weather_code ) . '';
		}

		$this->widget_start( $args );
		?>

		<div class="weather-forecast"<?php echo esc_attr( $style ); ?>>
			<?php
			if ( ! empty( $title ) ) {
				echo '<header class="weather-forecast-header">' . esc_html( $title ) . '</header>';
			}
			?>

			<div class="weather-info">
				<div class="weather-location">
					<span class="weather-icon"><span class="owf owf-<?php echo esc_attr( $today_weather_code ); ?>"></span></span>
					<span class="weather-location-name"><?php echo esc_html( $today_data->name ); ?></span>
					<span class="weather-desc"><?php echo esc_html( $today_data->weather[0]->description ); ?></span>
				</div>

				<div class="weather-today">
					<span class="weather-current-temp"><?php echo esc_html( $today_temperature ); ?>
						<sup><?php echo esc_html( $units_display_symbol ); ?><?php echo esc_html( $temp_unit_symbol ); ?></sup></span>
					<div class="weather-temp">
						<span class="fa fa-thermometer-full"></span><?php echo absint( $today_high ); ?> -
						<?php echo absint( $today_low ); ?></div>
					<div class="weather_highlow">
						<span class="fa fa-tint"></span><?php echo esc_html( $today_humidity . '%' ); ?></div>
					<div class="weather_wind">
						<span class="owf owf-231"></span><?php echo esc_html( round( $today_wind_speed ) . $wind_unit ); ?>
					</div>
				</div>
			</div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-cta-widget.php000064400000011237151213253070013330 0ustar00<?php
/**
 * Call To Action Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Call To Action Widget.
 *
 * Class colormag_cta_widget
 */
class colormag_cta_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_call_to_action';
		$this->widget_description = esc_html__( 'Display Call To Action Widget.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Call To Action', 'colormag' );
		$this->settings           = array(
			'background_image' => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Background Image ', 'colormag' ),
			),
			'title'            => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'             => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'btn_text'         => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Button Text:', 'colormag' ),
			),
			'btn_link'         => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Button URL:', 'colormag' ),
			),
			'new_tab'          => array(
				'type'    => 'checkbox',
				'default' => 0,
				'label'   => esc_html__( 'Open in new tab', 'colormag' ),
			),
			'align'            => array(
				'type'    => 'select',
				'default' => 'call-to-action--left',
				'label'   => esc_html__( 'Text Align:', 'colormag' ),
				'choices' => array(
					'call-to-action--left'   => esc_html__( 'Left', 'colormag' ),
					'call-to-action--center' => esc_html__( 'Center', 'colormag' ),
					'call-to-action--right'  => esc_html__( 'Right', 'colormag' ),
				),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		$background_image = isset( $instance['background_image'] ) ? $instance['background_image'] : '';
		$title            = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text             = isset( $instance['text'] ) ? $instance['text'] : '';
		$btn_link         = isset( $instance['btn_link'] ) ? $instance['btn_link'] : '';
		$btn_text         = isset( $instance['btn_text'] ) ? $instance['btn_text'] : '';
		$new_tab          = ! empty( $instance['new_tab'] ) ? 'target="_blank"' : '';
		$align            = isset( $instance['align'] ) ? $instance['align'] : 'call-to-action--left';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: CTA Description' . $this->id, $text );
			icl_register_string( 'ColorMag Pro', 'TG: CTA Button Text' . $this->id, $btn_text );
			icl_register_string( 'ColorMag Pro', 'TG: CTA Button URL' . $this->id, $btn_link );
			icl_register_string( 'ColorMag Pro', 'TG: CTA Background Image' . $this->id, $background_image );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text             = icl_t( 'ColorMag Pro', 'TG: CTA Description' . $this->id, $text );
			$btn_text         = icl_t( 'ColorMag Pro', 'TG: CTA Button Text' . $this->id, $btn_text );
			$btn_link         = icl_t( 'ColorMag Pro', 'TG: CTA Button URL' . $this->id, $btn_link );
			$background_image = icl_t( 'ColorMag Pro', 'TG: CTA Background Image' . $this->id, $background_image );
		}

		$style = '';
		if ( ! empty( $background_image ) ) {
			$style = " style=background-image:url({$background_image})";
		}

		$this->widget_start( $args );
		?>

		<div class="call-to-action"<?php echo esc_attr( $style ); ?>>
			<div class="call-to-action-border <?php echo esc_attr( $align ); ?>">
				<?php if ( ! empty( $title ) ) : ?>
					<h3 class="call-to-action__title"><?php echo esc_html( $title ); ?></h3>
				<?php endif; ?>

				<?php if ( ! empty( $text ) ) : ?>
					<div class="call-to-action-content">
						<p><?php echo esc_html( $text ); ?></p>
					</div>
				<?php endif; ?>

				<?php if ( ! empty( $btn_link ) ) : ?>
					<a href="<?php echo esc_url( $btn_link ); ?>"
					   class="btn--primary" <?php echo esc_attr( $new_tab ); ?>
					>
						<?php echo esc_html( $btn_text ); ?>
					</a>
				<?php endif; ?>
			</div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-featured-posts-small-thumbnails.php000064400000020130151213253070017507 0ustar00<?php
/**
 * TG: Featured Posts (Style 3) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 3) widget.
 *
 * Class colormag_featured_posts_small_thumbnails
 */
class colormag_featured_posts_small_thumbnails extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-3';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 3)', 'colormag' );
		$this->settings           = array(
			'widget_layout'   => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-3.jpg',
			),
			'title'           => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'            => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'          => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'            => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'        => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'             => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'          => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
			'ajax_load_more'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the ajax load more button to load further posts from chosen category or from latest post.', 'colormag' ),
			),
			'excerpt'         => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the excerpt.', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$ajax_load_more  = ! empty( $instance['ajax_load_more'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';
		$excerpt         = ! empty( $instance['excerpt'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 3) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 3) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );

		$class = 'cm-post-content';
		if ( 'true' === $excerpt ) {
			$class .= ' cm-post-show-excerpt';
		}
		?>
		<div class="cm-posts">
			<?php
			$featured = 'colormag-featured-post-small';
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( has_post_thumbnail() ) {
						$this->the_post_thumbnail( $post->ID, $featured );
					}

					if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :
						$video_post_url = get_post_meta( $post->ID, 'video_url', true );
						?>

						<div class="fitvids-video">
							<?php
							$embed_code = wp_oembed_get( $video_post_url );

							echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
							?>
						</div>
						<?php
					endif;
					?>

					<div class="<?php echo esc_attr( $class ); ?>">
						<?php
						colormag_colored_category();

						// Displays the post title.
						$this->the_title();

						// Displays the post meta.
						$this->entry_meta();

						if ( 'true' === $excerpt ) {
							the_excerpt();
						}
						?>
					</div>
				</div>

				<?php
			endwhile;
			?>
		</div>
		<?php
		// Reset Post Data.
		wp_reset_postdata();

		if ( 'latest' == $type ) {
			$category = '-1';
			$tag      = '-1';
		}

		// For display of child category posts.
		$child_category_display = 0;
		if ( 'true' == $child_category ) {
			$child_category_display = 1;
		}

		if ( 'true' == $ajax_load_more ) {
			?>
			<div class="tg-ajax-btn-wrapper">
				<div id="tg-append-ajax-data-<?php echo esc_attr( $this->id ); ?>" class="tg-append-ajax-datas"></div>

				<div class="tg-front-post-load-more btn-wrapper" id="tg-ajax-btn-<?php echo esc_attr( $this->id ); ?>"
					data-category='<?php echo esc_attr( $category ); ?>'
					data-child_category='<?php echo esc_attr( $child_category_display ); ?>'
					data-random="<?php echo esc_attr( $random_posts ); ?>"
					data-number="<?php echo esc_attr( $number ); ?>"
					data-tag="<?php echo esc_attr( $tag ); ?>"
					data-type="<?php echo esc_attr( $type ); ?>"
					data-author="<?php echo esc_attr( $author ); ?>"
				>
					<span class="transition5 btn btn-view-all"><?php esc_html_e( 'Load More', 'colormag' ); ?></span>
					<img src="<?php echo esc_url( admin_url( '/images/wpspin_light.gif' ) ); ?>" class="waiting"
						id="tg-ajax-loading-icon-<?php echo esc_attr( $this->id ); ?>" style="display: none;"
					/>
				</div><!-- .tg-front-post-load-more -->
			</div>
		<?php } ?>

		<?php
		$this->widget_end( $args );
	}
}
inc/widgets/colormag-tabbed-widget.php000064400000020510151213253070013774 0ustar00<?php
/**
 * Tabbed widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Tabbed widget.
 *
 * Class colormag_tabbed_widget
 */
class colormag_tabbed_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-tab-widget cm-featured-posts';
		$this->widget_description = esc_html__( 'Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Tabbed Widget', 'colormag' );
		$this->settings           = array(
			'enabled_tabs'       => array(
				'type'    => 'checkboxes',
				'default' => array(
					'popular-tab' => 1,
					'recent-tab'  => 1,
					'comment-tab' => 1,
				),
				'label'   => esc_html__( 'Select Tabs', 'colormag' ),
				'choices' => array(
					'popular-tab' => esc_html__( 'Popular', 'colormag' ),
					'recent-tab'  => esc_html__( 'Recent', 'colormag' ),
					'comment-tab' => esc_html__( 'Comments', 'colormag' ),
				),
			),
			'tabs_order'         => array(
				'type'        => 'numbers',
				'default'     => array(
					'popular-tab' => 1,
					'recent-tab'  => 2,
					'comment-tab' => 3,
				),
				'label'       => esc_html__( 'Tab Order', 'colormag' ),
				'choices'     => array(
					'popular-tab' => esc_html__( 'Popular', 'colormag' ),
					'recent-tab'  => esc_html__( 'Recent', 'colormag' ),
					'comment-tab' => esc_html__( 'Comments', 'colormag' ),
				),
				'input_attrs' => array(
					'step' => 1,
					'min'  => 1,
					'max'  => 3,
				),
			),
			'number'             => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of popular posts, recent posts and comments to display:', 'colormag' ),
			),
			'popular_view_count' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to enable the popular post by view count.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'colormag-easy-tabs' );
		}

		$number             = empty( $instance['number'] ) ? 4 : $instance['number'];
		$popular_view_count = ! empty( $instance['popular_view_count'] ) ? 'true' : 'false';
		$enabled_tabs       = ! empty ( $instance['enabled_tabs'] ) ? $instance['enabled_tabs'] : array(
			'popular-tab' => 1,
			'recent-tab'  => 1,
			'comment-tab' => 1,
		);

		$icon_comment = colormag_get_icon('comment', false);
		$icon_heart   = colormag_get_icon('heart-fill', false);
		$icon_recent  = colormag_get_icon('clock', false);

		$available_tabs     = array(
			'popular-tab' => $icon_heart . __( 'Popular', 'colormag' ),
			'recent-tab'  => $icon_recent . __( 'Recent', 'colormag' ),
			'comment-tab' => $icon_comment . __( 'Comment', 'colormag' ),
		);
		$tabs_number        = count( $enabled_tabs );
		$tabs_order         = ! empty ( $instance['tabs_order'] ) ? $instance['tabs_order'] : array();

		if ( $tabs_order ) {
			// Order the tabs according to the user set criteria.
			array_multisort( $tabs_order, $available_tabs );
		}

		$this->widget_start( $args );
		?>

		<div class="cm-tabbed-widget">
			<ul class="cm-tabs column-<?php echo absint( $tabs_number ); ?>">
				<?php foreach ( $available_tabs as $tab => $label ) : ?>
					<?php if ( ! empty( $enabled_tabs[ $tab ] ) ) : ?>
						<li class="tabs <?php echo esc_attr( $tab ); ?>-tabs">
							<a href="#<?php echo esc_attr( $tab ); ?>"><?php echo $label; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?></a>
						</li>
					<?php endif; ?>
				<?php endforeach; ?>
			</ul>

			<?php foreach ( $available_tabs as $tab => $label ) : ?>
				<?php if ( 'popular-tab' == $tab && ! empty( $enabled_tabs[ $tab ] ) ) : ?>
					<div class="cm-tabbed-widget-popular" id="popular-tab">
						<?php
						global $post;

						// Build up the WP_Query args.
						$query_args = array(
							'posts_per_page'      => $number,
							'post_type'           => 'post',
							'ignore_sticky_posts' => true,
							'orderby'             => 'comment_count',
							'no_found_rows'       => true,
						);

						// Condition if the user is displaying popular posts via post count.
						if ( 'true' === $popular_view_count ) {
							$query_args['meta_key'] = 'total_number_of_views';
							$query_args['orderby']  = 'meta_value_num';
							$query_args['order']    = 'DESC';
						}

						$get_featured_posts = new WP_Query( $query_args );

						$featured = 'colormag-featured-post-small';
						while ( $get_featured_posts->have_posts() ) :
							$get_featured_posts->the_post();
							?>

							<div class="cm-post">
								<?php
								if ( has_post_thumbnail() ) {
									$this->the_post_thumbnail( $post->ID, $featured, 'tabbed-images' );
								}
								?>

								<div class="cm-post-content">
									<?php
									// Displays the post title.
									$this->the_title();

									// Displays the post meta.
									$this->entry_meta();
									?>
								</div>
							</div>
							<?php
						endwhile;
						// Reset Post Data.
						wp_reset_query();
						?>
					</div>
				<?php endif; ?>

				<?php if ( 'recent-tab' == $tab && ! empty( $enabled_tabs[ $tab ] ) ) : ?>
					<div class="cm-tabbed-widget-recent" id="recent-tab">
						<?php
						global $post;

						// Build up the WP_Query args.
						$query_args = array(
							'posts_per_page'      => $number,
							'post_type'           => 'post',
							'ignore_sticky_posts' => true,
							'no_found_rows'       => true,
						);

						$get_featured_posts = new WP_Query( $query_args );

						$featured = 'colormag-featured-post-small';
						while ( $get_featured_posts->have_posts() ) :
							$get_featured_posts->the_post();
							?>

							<div class="cm-post clearfix">
								<?php
								if ( has_post_thumbnail() ) {
									$this->the_post_thumbnail( $post->ID, $featured, 'tabbed-images' );
								}
								?>

								<div class="cm-post-content">
									<?php
									// Displays the post title.
									$this->the_title();

									// Displays the post meta.
									$this->entry_meta();
									?>
								</div>
							</div>
							<?php
						endwhile;
						// Reset Post Data.
						wp_reset_postdata();
						?>
					</div>
				<?php endif; ?>

				<?php if ( 'comment-tab' == $tab && ! empty( $enabled_tabs[ $tab ] ) ) : ?>
					<div class="cm-tabbed-widget-comment" id="comment-tab">
						<?php
						$comments_query = new WP_Comment_Query();
						$commented      = '';
						$comments       = $comments_query->query(
							array(
								'number' => $number,
								'status' => 'approve',
							)
						);

						if ( $comments ) :
							foreach ( $comments as $comment ) :
								$commented .= '<li class="tabbed-comment-widget">';
								$commented .= '<a class="author" href="' . esc_url( get_permalink( $comment->comment_post_ID ) ) . '#comment-' . esc_attr( $comment->comment_ID ) . '">';
								$commented .= get_avatar( $comment->comment_author_email, '50' );
								$commented .= esc_html( get_comment_author( $comment->comment_ID ) );
								$commented .= '</a> ';
								$commented .= esc_html__( 'says:', 'colormag' );
								$commented .= '<p class="commented">';
								$commented .= wp_strip_all_tags( substr( apply_filters( 'get_comment_text', $comment->comment_content ), 0, '50' ) );
								$commented .= '...';
								$commented .= '</p>';
								$commented .= '</li>';
							endforeach;
						else :
							$commented .= esc_html__( 'No comments', 'colormag' );
						endif;

						echo $commented; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
						?>
					</div>
				<?php endif; ?>
			<?php endforeach; ?>

		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-news-in-picture-widget.php000064400000022557151213253070015621 0ustar00<?php
/**
 * Featured Posts (Style 5) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Featured Posts (Style 5) widget.
 *
 * Class colormag_news_in_picture_widget
 */
class colormag_news_in_picture_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'cm-highlighted-posts cm-featured-posts cm-featured-posts--style-5';
		$this->widget_description          = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Featured Posts (Style 5)', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'widget_layout'            => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-5.jpg',
			),
			'post_title_position'      => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display post title below image', 'colormag' ),
			),
			'title'                    => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'                     => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'                   => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'                     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'                 => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'                      => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'                   => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'slide'                    => array(
				'type'    => 'checkbox',
				'default' => '1',
				'label'   => esc_html__( 'Check not to have the slider effect for this widget', 'colormag' ),
			),
			'random_posts'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'           => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button'          => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
			'excerpt'                  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the excerpt.', 'colormag' ),
			),
			'slider_options_label'     => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<h2>' . esc_html__( 'Slider Options', 'colormag' ) . '</h2>',
			),
			'slider_options_separator' => array(
				'type'    => 'separator',
				'default' => '',
			),
			'slider_speed'             => array(
				'type'    => 'number',
				'default' => 1500,
				'label'   => esc_html__( 'Transition Speed Time (in ms):', 'colormag' ),
			),
			'slider_pause'             => array(
				'type'    => 'number',
				'default' => 5000,
				'label'   => esc_html__( 'Transition Pause Time (in ms):', 'colormag' ),
			),
			'slider_auto'              => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to enable auto slide.', 'colormag' ),
			),
			'slider_hover'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to disable auto slide when mouse hover.', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title               = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$post_title_position = ! empty( $instance['post_title_position'] ) ? 'true' : 'false';
		$text                = isset( $instance['text'] ) ? $instance['text'] : '';
		$number              = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type                = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category            = isset( $instance['category'] ) ? $instance['category'] : '';
		$slide               = ! empty( $instance['slide'] ) ? true : false;
		$random_posts        = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category      = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag                 = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author              = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button     = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';
		$slider_speed        = empty( $instance['slider_speed'] ) ? 1500 : $instance['slider_speed'];
		$slider_pause        = empty( $instance['slider_pause'] ) ? 5000 : $instance['slider_pause'];
		$slider_auto         = ! empty( $instance['slider_auto'] ) ? 'true' : 'false';
		$slider_hover        = ! empty( $instance['slider_hover'] ) ? 'true' : 'false';
		$excerpt             = ! empty( $instance['excerpt'] ) ? 'true' : 'false';

		if ( ( false === $slide ) && ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) ) {
			wp_enqueue_script( 'colormag-bxslider' );
		}

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 5) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 5) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		$featured = 'colormag-featured-post-medium';

		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );

		$class       = 'cm-highlighted-post-no-slide';
		$extra_field = '';
		if ( false === $slide ) {
			$class       = 'cm-highlighted-post';
			$extra_field = ' data-speed="' . absint( $slider_speed ) . '" data-pause="' . absint( $slider_pause ) . '" data-auto="' . esc_html( $slider_auto ) . '" data-hover="' . esc_html( $slider_hover ) . '"';
		}

		if ( 'true' === $post_title_position ) {
			$class .= ' cm-post-title-below-image';
		}
		?>


		<div id="style5_slider_<?php echo esc_attr( $this->id ); ?>" class="<?php echo esc_attr( $class ); ?>"
			<?php
				echo $extra_field; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			?>
		>
			<div class="cm-posts">
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>

					<div class="cm-post">
						<?php
						if ( has_post_thumbnail() ) {
							$this->the_post_thumbnail( $post->ID, $featured );
						}

						if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :
							$video_post_url = get_post_meta( $post->ID, 'video_url', true );
							?>

							<div class="fitvids-video">
								<?php
								$embed_code = wp_oembed_get( $video_post_url );

								echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
								?>
							</div>
							<?php
						endif;
						?>

						<div class="cm-post-content">
							<?php
							colormag_colored_category();

							// Displays the post title.
							$this->the_title();

							// Displays the post meta.
							$this->entry_meta();

							if ( 'true' === $excerpt ) {
								the_excerpt();
							}
							?>
						</div>
					</div>

					<?php
				endwhile;
				// Reset Post Data.
				wp_reset_postdata();
				?>
				</div>
			</div>

		<?php
		$this->widget_end( $args );
	}
}
inc/widgets/colormag-300x250-advertisement-widget.php000064400000007612151213253070016354 0ustar00<?php
/**
 * 300x250 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 300x250 Advertisement Ads Widget.
 *
 * Class colormag_300x250_advertisement_widget
 */
class colormag_300x250_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_300x250_advertisement';
		$this->widget_description = esc_html__( 'Add your 300x250 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 300x250 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 300x250 Images Here', 'colormag' ),
			),
			'300x250_image_link'   => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ),
			),
			'300x250_image_url'    => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ),
			),
			'rel_value'            => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to make dofollow link.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title      = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$rel_value  = ! empty( $instance['rel_value'] ) ? true : false;
		$image_link = isset( $instance['300x250_image_link'] ) ? $instance['300x250_image_link'] : '';
		$image_url  = isset( $instance['300x250_image_url'] ) ? $instance['300x250_image_url'] : '';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: 300x250 Image Link' . $this->id, $image_link );
			icl_register_string( 'ColorMag Pro', 'TG: 300x250 Image URL' . $this->id, $image_url );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$image_link = icl_t( 'ColorMag Pro', 'TG: 300x250 Image Link' . $this->id, $image_link );
			$image_url  = icl_t( 'ColorMag Pro', 'TG: 300x250 Image URL' . $this->id, $image_url );
		}

		$this->widget_start( $args );
		?>

		<div class="advertisement_300x250">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			if ( ! empty( $image_url ) ) {
				$image_id  = attachment_url_to_postid( $image_url );
				$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

				$output .= '<div class="cm-advertisement-content">';
				if ( ! empty( $image_link ) ) {
					$value = $rel_value ? '' : 'rel="nofollow"';

					$output .= '<a href="' . $image_link . '" class="single_ad_300x250" target="_blank" ' . $value . '>';
					$output .= '<img src="' . $image_url . '" width="300" height="250" alt="' . $image_alt . '">';
					$output .= '</a>';
				} else {
					$output .= '<img src="' . $image_url . '" width="300" height="250" alt="' . $image_alt . '">';
				}
				$output .= '</div>';

				echo $output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}

inc/widgets/colormag-728x90-advertisement-widget.php000064400000007543151213253070016317 0ustar00<?php
/**
 * 728x90 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 728x90 Advertisement Ads Widget.
 *
 * Class colormag_728x90_advertisement_widget
 */
class colormag_728x90_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-728x90-advertisemen-widget';
		$this->widget_description = esc_html__( 'Add your 728x90 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 728x90 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 728x90 Images Here', 'colormag' ),
			),
			'728x90_image_link'    => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ),
			),
			'728x90_image_url'     => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ),
			),
			'rel_value'            => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to make dofollow link.', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title      = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$rel_value  = ! empty( $instance['rel_value'] ) ? true : false;
		$image_link = isset( $instance['728x90_image_link'] ) ? $instance['728x90_image_link'] : '';
		$image_url  = isset( $instance['728x90_image_url'] ) ? $instance['728x90_image_url'] : '';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: 728x90 Image Link' . $this->id, $image_link );
			icl_register_string( 'ColorMag Pro', 'TG: 728x90 Image URL' . $this->id, $image_url );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$image_link = icl_t( 'ColorMag Pro', 'TG: 728x90 Image Link' . $this->id, $image_link );
			$image_url  = icl_t( 'ColorMag Pro', 'TG: 728x90 Image URL' . $this->id, $image_url );
		}

		$this->widget_start( $args );
		?>

		<div class="advertisement_728x90">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
				<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				<?php
			}

			$output = '';

			if ( ! empty( $image_url ) ) {
				$image_id  = attachment_url_to_postid( $image_url );
				$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

				$output .= '<div class="cm-advertisement-content">';
				if ( ! empty( $image_link ) ) {
					$value = $rel_value ? '' : 'rel="nofollow"';

					$output .= '<a href="' . $image_link . '" class="single_ad_728x90" target="_blank" ' . $value . '>';
					$output .= '<img src="' . $image_url . '" width="728" height="90" alt="' . $image_alt . '">';
					$output .= '</a>';
				} else {
					$output .= '<img src="' . $image_url . '" width="728" height="90" alt="' . $image_alt . '">';
				}
				$output .= '</div>';

				echo $output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}
inc/widgets/colormag-slider-news-widget.php000064400000026112151213253070015013 0ustar00<?php
/**
 * Featured Posts (Style 6) Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Featured Posts (Style 6) Widget.
 *
 * Class colormag_slider_news_widget
 */
class colormag_slider_news_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-6';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 6)', 'colormag' );
		$this->settings           = array(
			'widget_layout'            => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-6.jpg',
			),
			'title'                    => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'                     => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'                   => array(
				'type'    => 'number',
				'default' => 5,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'                     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'                 => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'                      => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'                   => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'           => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button'          => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
			'slider_options_label'     => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<h2>' . esc_html__( 'Slider Options', 'colormag' ) . '</h2>',
			),
			'slider_options_separator' => array(
				'type'    => 'separator',
				'default' => '',
			),
			'slider_mode'              => array(
				'type'    => 'select',
				'default' => 'horizontal',
				'label'   => esc_html__( 'Slide Mode:', 'colormag' ),
				'choices' => array(
					'horizontal' => esc_html__( 'Horizontal', 'colormag' ),
					'vertical'   => esc_html__( 'Vertical', 'colormag' ),
					'fade'       => esc_html__( 'Fade', 'colormag' ),
				),
			),
			'slider_speed'             => array(
				'type'    => 'number',
				'default' => 500,
				'label'   => esc_html__( 'Transition Speed Time (in ms):', 'colormag' ),
			),
			'slider_pause'             => array(
				'type'    => 'number',
				'default' => 4000,
				'label'   => esc_html__( 'Transition Pause Time (in ms):', 'colormag' ),
			),
			'slider_auto'              => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to enable auto slide.', 'colormag' ),
			),
			'slider_hover'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to disable auto slide when mouse hover.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'colormag-bxslider' );
		}

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';
		$slider_mode     = isset( $instance['slider_mode'] ) ? $instance['slider_mode'] : 'horizontal';
		$slider_speed    = empty( $instance['slider_speed'] ) ? 500 : $instance['slider_speed'];
		$slider_pause    = empty( $instance['slider_pause'] ) ? 4000 : $instance['slider_pause'];
		$slider_auto     = ! empty( $instance['slider_auto'] ) ? 'true' : 'false';
		$slider_hover    = ! empty( $instance['slider_hover'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 6) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 6) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );
		?>

		<div class="cm-thumbnail-slider-news">
			<?php
			$i                = 1;
			$big_image_output = '';
			$thumbnail_image  = '';
			$post_count       = $get_featured_posts->post_count;
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();

				$j               = $i - 1;
				$title_attribute = get_the_title( $post->ID );
				if ( has_post_thumbnail() ) {
					$thumbnail_id    = get_post_thumbnail_id( $post->ID );
					$image_alt_text  = get_post_meta( $thumbnail_id, '_wp_attachment_image_alt', true );
					$title_attribute = get_the_title( $post->ID );
					$image_alt_text  = empty( $image_alt_text ) ? $title_attribute : $image_alt_text;

					// For big slider image.
					$big_image = '<a href="' . esc_url( get_permalink( $post->ID ) ) . '">';
					$big_image .= get_the_post_thumbnail(
						$post->ID,
						'colormag-featured-image',
						array(
							'title' => esc_attr( $title_attribute ),
							'alt'   => esc_attr( $image_alt_text ),
						)
					);
					$big_image .= '</a>';

					// For thumbnail slider image.
					$thumbnail_image .= '<a data-slide-index="' . esc_attr( $j ) . '" href="">';
					$thumbnail_image .= get_the_post_thumbnail(
						$post->ID,
						'colormag-default-news',
						array(
							'title' => esc_attr( $title_attribute ),
							'alt'   => esc_attr( $image_alt_text ),
						)
					);
					$thumbnail_image .= '<span class="title">' . esc_html( $title_attribute ) . '</span>';

					if ( has_post_format( 'video' ) ) {
						$thumbnail_image .= '<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
							</span>';
					}

					$thumbnail_image .= '</a>';
				} else {
					// For big slider image.
					$big_image = '<a href="' . get_permalink( $post->ID ) . '">';
					$big_image .= '<img src="' . get_template_directory_uri() . '/assets/img/thumbnail-big-slider.png">';
					$big_image .= '</a>';

					// For thumbnail slider image.
					$thumbnail_image .= '<a data-slide-index="' . esc_attr( $j ) . '" href="">';
					$thumbnail_image .= '<img src="' . get_template_directory_uri() . '/assets/img/thumbnail-small-slider.png">';
					$thumbnail_image .= '<span class="title">' . esc_html( $title_attribute ) . '</span>';
					$thumbnail_image .= '</a>';
				}

				// Large slider image display.
				$big_image_output .= '<li class="cm-post">';
				$big_image_output .= $big_image;

				if ( has_post_format( 'video' ) ) {
					$big_image_output .= '<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
							</span>';
				}

				$big_image_output .= '<div class="cm-post-content">';
				$big_image_output .= colormag_colored_category( false );
				$big_image_output .= '<h3 class="cm-entry-title">';
				$big_image_output .= '<a href="' . esc_url( get_permalink() ) . '" title="' . esc_attr( $title_attribute ) . '">';
				$big_image_output .= wp_kses_post( colormag_get_the_title( get_the_title() ) );
				$big_image_output .= '</a>';
				$big_image_output .= '</h3>';
				$big_image_output .= '</div>';
				$big_image_output .= '</li>';

				if ( $i == $number || $i == $post_count ) {
					?>
					<ul id="style6_slider_<?php echo $this->id; ?>" class="thumbnail-big-sliders"
					    data-mode="<?php echo esc_attr( $slider_mode ); ?>"
					    data-speed="<?php echo esc_attr( $slider_speed ); ?>"
					    data-pause="<?php echo esc_attr( $slider_pause ); ?>"
					    data-auto="<?php echo esc_attr( $slider_auto ); ?>"
					    data-hover="<?php echo esc_attr( $slider_hover ); ?>">
						<?php echo $big_image_output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
					</ul>

					<div id="style6_pager_<?php echo esc_attr( $this->id ); ?>" class="cm-thumbnail-slider">
						<?php echo $thumbnail_image; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
					</div>
					<?php
				}
				$i ++;
			endwhile;
			?>
			<?php
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-featured-posts-vertical-widget.php000064400000014625151213253070017341 0ustar00<?php
/**
 * TG: Featured Posts (Style 2) widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 2) widget.
 *
 * Class colormag_featured_posts_vertical_widget
 */
class colormag_featured_posts_vertical_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-2';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 2)', 'colormag' );
		$this->settings           = array(
			'widget_layout'   => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-2.jpg',
			),
			'title'           => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'            => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'          => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'            => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'        => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'             => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'          => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 2) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 2) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );

		$i = 1;
		while ( $get_featured_posts->have_posts() ) :
			$get_featured_posts->the_post();

			if ( 1 == $i ) {
				$featured = 'colormag-featured-post-medium';
			} else {
				$featured = 'colormag-featured-post-small';
			}

			if ( 1 == $i ) {
				echo '<div class="cm-first-post">';
			} elseif ( 2 == $i ) {
				echo '<div class="cm-posts">';
			}
			?>

			<div class="cm-post">
				<?php
				if ( has_post_thumbnail() ) {
					$this->the_post_thumbnail( $post->ID, $featured );
				}

				if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :
					$video_post_url = get_post_meta( $post->ID, 'video_url', true );?>

					<div class="fitvids-video">
						<?php
						$embed_code = wp_oembed_get( $video_post_url );

						echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
						?>
					</div>
				<?php
				endif;
				?>

				<div class="cm-post-content">
					<?php
					colormag_colored_category();

					// Displays the post title.
					$this->the_title();

					// Displays the post meta.
					$this->entry_meta();
					?>

					<?php if ( 1 == $i ) { ?>
						<div class="cm-entry-summary">
							<?php the_excerpt(); ?>
						</div>
					<?php } ?>
				</div>
			</div>

			<?php
			if ( 1 == $i ) {
				echo '</div>';
			}
			$i ++;
		endwhile;
		if ( $i > 2 ) {
			echo '</div>';
		}

		// Reset Post Data.
		wp_reset_postdata();

		$this->widget_end( $args );

	}

}
inc/widgets/colormag-video-widget.php000064400000004671151213253070013673 0ustar00<?php
/**
 * ColorMag Video Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Video Widget.
 *
 * Class colormag_video_widget
 */
class colormag_video_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_video_colormag';
		$this->widget_description = esc_html__( 'Add the videos here, Youtube and Vimeo Videos is only accepted for now.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Videos', 'colormag' );
		$this->settings           = array(
			'title'      => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'link'       => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Youtube Video ID:', 'colormag' ),
			),
			'vimeo_link' => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Vimeo Video ID:', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		$title      = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$link       = isset( $instance['link'] ) ? $instance['link'] : '';
		$vimeo_link = isset( $instance['vimeo_link'] ) ? $instance['vimeo_link'] : '';

		$this->widget_start( $args );
		?>

		<div class="fitvids-video">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="video-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			// For YouTube video display.
			if ( ! empty( $link ) ) {
				$output .= '<div class="video"><iframe src="https://www.youtube.com/embed/' . esc_attr( $link ) . '"></iframe></div>';
			}

			// For Vimeo video display.
			if ( ! empty( $vimeo_link ) ) {
				$output .= '<div class="video"><iframe src="https://player.vimeo.com/video/' . esc_attr( $vimeo_link ) . '"></iframe></div>';
			}

			echo $output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			?>
		</div>
		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/abstract-colormag-widget.php000064400000066111151213253070014365 0ustar00<?php
/**
 * Abstract widget class.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag Widget.
 *
 * Class ColorMag_Widet
 *
 * @extends  WP_Widget
 */
abstract class ColorMag_Widget extends WP_Widget {

	/**
	 * CSS class.
	 *
	 * @var string
	 */
	public $widget_cssclass;

	/**
	 * Widget description.
	 *
	 * @var string
	 */
	public $widget_description;

	/**
	 * Widget ID.
	 *
	 * @var string|bool
	 */
	public $widget_id = false;

	/**
	 * Widget name.
	 *
	 * @var string
	 */
	public $widget_name;

	/**
	 * Settings.
	 *
	 * @var array
	 */
	public $settings = array();

	/**
	 * Widget Control Options.
	 *
	 * @var array
	 */
	public $control_options = array();

	/**
	 * Widget customize selective refresh.
	 *
	 * @var bool
	 */
	public $customize_selective_refresh = true;

	/**
	 * Constructor.
	 */
	public function __construct() {

		$widget_options = array(
			'classname'                   => $this->widget_cssclass,
			'description'                 => $this->widget_description,
			'customize_selective_refresh' => $this->customize_selective_refresh,
		);

		parent::__construct( $this->widget_id, $this->widget_name, $widget_options, $this->control_options );
	}

	/**
	 * Updates a particular instance of a widget.
	 *
	 * @param array $new_instance New instance.
	 * @param array $old_instance Old instance.
	 *
	 * @return array
	 * @see    WP_Widget->update
	 */
	public function update( $new_instance, $old_instance ) {

		$instance = $old_instance;

		if ( empty( $this->settings ) ) {
			return $instance;
		}

		// Loop settings and get values to save.
		foreach ( $this->settings as $key => $setting ) {
			if ( ! isset( $setting['type'] ) ) {
				continue;
			}

			// Format the value based on settings type.
			switch ( $setting['type'] ) {

				case 'url':
					$instance[ $key ] = isset( $new_instance[ $key ] ) ? esc_url_raw( $new_instance[ $key ] ) : $setting['default'];
					break;

				case 'textarea':
					$instance[ $key ] = wp_kses( trim( wp_unslash( $new_instance[ $key ] ) ), wp_kses_allowed_html( 'post' ) );
					break;

				case 'image':
					/**
					 * Array of valid image file types.
					 *
					 * The array includes image mime types that are included in wp_get_mime_types()
					 */
					$mimes = array(
						'jpg|jpeg|jpe' => 'image/jpeg',
						'gif'          => 'image/gif',
						'png'          => 'image/png',
						'bmp'          => 'image/bmp',
						'tiff|tif'     => 'image/tiff',
						'ico'          => 'image/x-icon',
					);

					// Return an array with file extension and mime_type.
					$file = wp_check_filetype( $new_instance[ $key ], $mimes );

					// If $new_instance[ $key ] has a valid mime_type, assign it to $instance[ $key ], otherwise, assign empty value to $instance[ $key ].
					$instance[ $key ] = $file['ext'] ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'checkbox':
					$instance[ $key ] = (
						'1' == $new_instance[ $key ] || 'on' == $new_instance[ $key ]
						) ? '1' : '0';
					break;

				case 'number':
					$instance[ $key ] = is_numeric( $new_instance[ $key ] ) ? intval( $new_instance[ $key ] ) : $setting['default'];

					if ( isset( $setting['input_attrs']['min'] ) && '' !== $setting['input_attrs']['min'] ) {
						$instance[ $key ] = max( $instance[ $key ], $setting['input_attrs']['min'] );
					}

					if ( isset( $setting['input_attrs']['max'] ) && '' !== $setting['input_attrs']['max'] ) {
						$instance[ $key ] = min( $instance[ $key ], $setting['input_attrs']['max'] );
					}
					break;

				case 'radio':
				case 'select':
					$new_instance[ $key ] = sanitize_key( $new_instance[ $key ] );
					$available_choices    = $setting['choices'];

					$instance[ $key ] = array_key_exists( $new_instance[ $key ], $available_choices ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_categories':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );

					$instance[ $key ] = term_exists( $new_instance[ $key ], 'category' ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_tags':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );

					$instance[ $key ] = term_exists( $new_instance[ $key ], 'post_tag' ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'dropdown_users':
					$new_instance[ $key ] = ( '-1' == $new_instance[ $key ] ) ? '0' : absint( $new_instance[ $key ] );
					$available_users      = array();
					$all_author_users     = get_users(
						array(
							'capability' => 'edit_posts',
						)
					);

					foreach ( $all_author_users as $author_user ) {
						$available_users[ $author_user->ID ] = $author_user->display_name;
					}

					$instance[ $key ] = array_key_exists( $new_instance[ $key ], $available_users ) ? $new_instance[ $key ] : $setting['default'];
					break;

				case 'checkboxes':
					$saved_data       = array();
					$instance[ $key ] = $new_instance[ $key ];

					foreach ( $instance[ $key ] as $item => $value ) {
						$saved_data[ $item ] = isset( $item ) ? 1 : 0;
					}

					$instance[ $key ] = $saved_data;
					break;

				case 'numbers':
					$saved_data       = array();
					$instance[ $key ] = $new_instance[ $key ];

					foreach ( $instance[ $key ] as $item => $value ) {
						$temp_data = is_numeric( $value ) ? intval( $value ) : $setting['default'][ $item ];

						if ( isset( $setting['input_attrs']['min'] ) && '' !== $setting['input_attrs']['min'] && ( $value < $setting['input_attrs']['min'] && ! $temp_data ) ) {
							$temp_data = max( $value, $setting['input_attrs']['min'] );
						}

						if ( isset( $setting['input_attrs']['max'] ) && '' !== $setting['input_attrs']['max'] && $value > $setting['input_attrs']['max'] ) {
							$temp_data = min( $value, $setting['input_attrs']['max'] );
						}

						$saved_data[ $item ] = $temp_data;
					}

					$instance[ $key ] = $saved_data;
					break;

				case 'multiselect':
					$selected_choices     = array();
					$available_choices    = $setting['choices'];
					$new_instance[ $key ] = isset( $new_instance[ $key ] ) ? $new_instance[ $key ] : array();

					foreach ( $new_instance[ $key ] as $selected_key => $selected_value ) {

						if ( array_key_exists( $selected_value, $available_choices ) ) {
							$selected_choices[] = $selected_value;
						}
					}

					$instance[ $key ] = $selected_choices;
					break;

				default:
					$instance[ $key ] = isset( $new_instance[ $key ] ) ? sanitize_text_field( $new_instance[ $key ] ) : $setting['default'];
					break;

			}

			/**
			 * Sanitize the value of a setting.
			 */
			$instance[ $key ] = apply_filters( 'colormag_widget_settings_sanitize_option', $instance[ $key ], $new_instance, $key, $setting );
		}

		return $instance;
	}

	/**
	 * Outputs the settings update form.
	 *
	 * @param array $instance Instance.
	 *
	 * @see   WP_Widget->form
	 */
	public function form( $instance ) {

		if ( empty( $this->settings ) ) {
			return;
		}

		foreach ( $this->settings as $key => $setting ) {

			$class = isset( $setting['class'] ) ? $setting['class'] : '';
			$value = isset( $instance[ $key ] ) ? $instance[ $key ] : $setting['default'];

			switch ( $setting['type'] ) {

				case 'text':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input type="text"
								class="widefat <?php echo esc_attr( $class ); ?>"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								value="<?php echo esc_attr( $value ); ?>"
						/>
					</p>
					<?php
					break;

				case 'url':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input type="url"
								class="widefat <?php echo esc_attr( $class ); ?>"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								value="<?php echo esc_attr( $value ); ?>"
						/>
					</p>
					<?php
					break;

				case 'textarea':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<textarea class="widefat <?php echo esc_attr( $class ); ?>"
									rows="5"
									cols="20"
									id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
									name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
						><?php echo esc_textarea( $value ); ?></textarea>
					</p>
					<?php
					break;

				case 'image':
					?>
					<div class="media-uploader">
						<p>
							<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
								<?php echo esc_html( $setting['label'] ); ?>
							</label>
						</p>

						<div class="media-uploader" id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<div class="custom_media_preview">
								<?php if ( $value != '' ) : ?>
									<img class="custom_media_preview_default"
										src="<?php echo esc_url( $value ); ?>"
										style="max-width:100%;"
									/>
								<?php endif; ?>
							</div>

							<input type="text"
									class="widefat custom_media_input"
									id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
									name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
									value="<?php echo esc_attr( $value ); ?>"
									style="margin-top:5px;"
							/>

							<button class="custom_media_upload button button-secondary button-large"
									id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
									data-choose="<?php esc_attr_e( 'Choose an image', 'colormag' ); ?>"
									data-update="<?php esc_attr_e( 'Use image', 'colormag' ); ?>"
									style="width:100%;margin-top:6px;margin-right:30px;"
							>
								<?php esc_html_e( 'Select an Image', 'colormag' ); ?>
							</button>
						</div>
					</div>
					<?php
					break;

				case 'checkbox':
					?>
					<p>
						<input class="checkbox"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								type="checkbox"
							<?php echo esc_attr( ( $value == 1 ) ? 'checked' : '' ); ?>
						/>

						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>
					</p>
					<?php
					break;

				case 'number':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<input class="widefat <?php echo esc_attr( $class ); ?>"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
								type="number"
								value="<?php echo esc_attr( $value ); ?>"
							<?php if ( isset( $setting['input_attrs']['step'] ) ) { ?>
								step="<?php echo esc_attr( $setting['input_attrs']['step'] ); ?>"
							<?php } ?>
							<?php if ( isset( $setting['input_attrs']['min'] ) ) { ?>
								min="<?php echo esc_attr( $setting['input_attrs']['min'] ); ?>"
							<?php } ?>
							<?php if ( isset( $setting['input_attrs']['max'] ) ) { ?>
								max="<?php echo esc_attr( $setting['input_attrs']['max'] ); ?>"
							<?php } ?>
						/>
					</p>
					<?php
					break;

				case 'radio':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						$count = 1;
						foreach ( $setting['choices'] as $choices_key => $choices_value ) {
							if ( 1 !== $count ) {
								echo '<br />';
							}
							?>

							<input type="radio"
									id="<?php echo esc_attr( $this->get_field_id( $choices_key ) ); ?>"
									name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
									value="<?php echo esc_attr( $choices_key ); ?>"
								<?php echo esc_attr( ( $choices_key == $value ) ? 'checked' : '' ); ?>
							/>

							<label for="<?php echo esc_attr( $this->get_field_id( $choices_key ) ); ?>">
								<?php echo esc_html( $choices_value ); ?>
							</label>
							<?php
							++$count;
						}
						?>
					</p>
					<?php
					break;

				case 'select':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<select class="widefat <?php echo esc_attr( $class ); ?>"
								id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>"
								name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>"
						>
							<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
								<option value="<?php echo esc_attr( $choices_key ); ?>"
									<?php selected( $choices_key, $value ); ?>
								>
									<?php echo esc_html( $choices_value ); ?>
								</option>
							<?php } ?>
						</select>
					</p>
					<?php
					break;

				case 'custom':
					?>
					<div class="custom">
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php
							echo $setting['label']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
							?>
						</label>

						<?php if ( isset( $setting['image_url'] ) ) { ?>
							<div style="text-align: center;">
								<img src="<?php echo esc_url( $setting['image_url'] ); ?>" alt="" />
							</div>
						<?php } ?>
					</div>
					<?php
					break;

				case 'dropdown_categories':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_categories(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'dropdown_tags':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_categories(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'taxonomy'         => 'post_tag',
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'dropdown_users':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						wp_dropdown_users(
							array(
								'show_option_none' => ' ',
								'name'             => $this->get_field_name( $key ),
								'selected'         => $value,
								'orderby'          => 'name',
								'order'            => 'ASC',
								'capability'       => 'edit_posts',
								'class'            => 'widefat postform',
							)
						);
						?>
					</p>
					<?php
					break;

				case 'separator':
					?>
					<hr />
					<?php
					break;

				case 'checkboxes':
					?>
					<h3><?php echo esc_html( $setting['label'] ); ?></h3>

					<p>
						<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
							<label class="alignleft"
									style="width:50%;display:block;margin-bottom:5px"
									for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
							>

								<input type="checkbox"
										id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
										name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>[<?php echo esc_attr( $choices_key ); ?>]"
										value="1"
									<?php
									if ( isset( $value[ $choices_key ] ) ) {
										checked( 1, $value[ $choices_key ], true );
									}
									?>
								/>

								<?php echo esc_html( $choices_value ); ?>
							</label>
						<?php } ?>
					</p>

					<div class="clear"></div>
					<?php
					break;

				case 'numbers':
					?>
					<h3><?php echo esc_html( $setting['label'] ); ?></h3>

					<p>
						<?php foreach ( $setting['choices'] as $choices_key => $choices_value ) { ?>
							<label class="alignleft"
									style="width:50%;display:block;margin-bottom:5px"
									for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
							>

								<input type="number"
										id="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>_<?php echo esc_attr( $choices_key ); ?>"
										name="<?php echo esc_attr( $this->get_field_name( $key ) ); ?>[<?php echo esc_attr( $choices_key ); ?>]"
										value="<?php echo esc_attr( $value[ $choices_key ] ); ?>"
									<?php if ( isset( $setting['input_attrs']['step'] ) ) { ?>
										step="<?php echo esc_attr( $setting['input_attrs']['step'] ); ?>"
									<?php } ?>
									<?php if ( isset( $setting['input_attrs']['min'] ) ) { ?>
										min="<?php echo esc_attr( $setting['input_attrs']['min'] ); ?>"
									<?php } ?>
									<?php if ( isset( $setting['input_attrs']['max'] ) ) { ?>
										max="<?php echo esc_attr( $setting['input_attrs']['max'] ); ?>"
									<?php } ?>
								/>

								<?php echo esc_html( $choices_value ); ?>
							</label>
						<?php } ?>
					</p>

					<div class="clear"></div>
					<?php
					break;

				case 'api_key':
					$api_key = $setting['api_key'];

					if ( ! $api_key ) {
						$query['autofocus[control]'] = $setting['customize_control'];
						$control_link                = add_query_arg( $query, admin_url( 'customize.php' ) );
						?>
						<p>
							<span class="<?php echo esc_attr( $setting['class'] ); ?>-error">
								<?php echo $setting['description']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
								<br />
								<a href="<?php echo esc_url( $control_link ); ?>"><?php echo esc_html( $setting['label'] ); ?></a>
							</span>
						</p>
						<?php
					}
					break;

				case 'multiselect':
					?>
					<p>
						<label for="<?php echo esc_attr( $this->get_field_id( $key ) ); ?>">
							<?php echo esc_html( $setting['label'] ); ?>
						</label>

						<?php
						printf(
							/* Translators: 1. Field name, 2. Field id, 3. Custom style declaration */
							'<select multiple="multiple" name="%s[]" id="%s" %s>',
							esc_attr( $this->get_field_name( $key ) ),
							esc_attr( $this->get_field_id( $key ) ),
							'style="width:100%"'
						);

						$available_values = ! empty( $value ) ? $value : array();

						foreach ( $setting['choices'] as $choices_key => $choices_value ) {
							?>
							<option value="<?php echo esc_attr( $choices_key ); ?>"
								<?php
								if ( in_array( $choices_key, $available_values, true ) ) {
									echo ' selected="selected"';
								}
								?>
							>
								<?php echo esc_html( $choices_value ); ?>
							</option>
							<?php
						}

						echo '</select>';
						?>

					</p>
					<?php
					break;

				// Default: run an action.
				default:
					do_action( 'colormag_widget_field_' . $setting['type'], $key, $value, $setting, $instance );
					break;
			}
		}
	}

	/**
	 * Output the html at the start of a widget.
	 *
	 * @param array $args Arguments.
	 */
	public function widget_start( $args ) {
		echo $args['before_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Output the html at the end of a widget.
	 *
	 * @param array $args Arguments.
	 */
	public function widget_end( $args ) {
		echo $args['after_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Displays the widget title within the widgets.
	 *
	 * @param string $title           The widget title.
	 * @param string $type            The display posts from the widget setting.
	 * @param int    $category        The category id of the widget setting.
	 * @param string $view_all_button View all button data of the widget.
	 */
	public function widget_title( $title, $type, $category, $view_all_button ) {

		// Return if $title is empty.
		if ( ! $title ) {
			return;
		}

		$border_color   = '';
		$title_color    = '';
		$category_color = colormag_category_color( $category );
		if ( 'latest' != $type && $category_color ) {
			$border_color = 'style="border-bottom-color:' . $category_color . ';"';
			$title_color  = 'style="background-color:' . $category_color . ';"';
		}

		// Assign the view all link to be displayed in the widget title.
		$category_link = '';
		if ( 'true' == $view_all_button && ( ! empty( $category ) && 'latest' != $type ) ) {
			$category_link = '<a href="' . esc_url( get_category_link( $category ) ) . '" class="cm-view-all-link">' . esc_html( get_theme_mod( 'colormag_view_all_text', __( 'View All', 'colormag' ) ) ) . '</a>';
		}

		// Display the title.
		echo '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title" ' . $border_color . '><span ' . $title_color . '>' . esc_html( $title ) . '</span>' . $category_link . '</' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>'; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Displays the widget description within the widgets.
	 *
	 * @param string $text The widget description.
	 */
	public function widget_description( $text ) {

		// Return if $text is empty.
		if ( ! $text ) {
			return;
		}

		echo '<p>' . wp_kses_post( $text ) . '</p>';
	}

	/**
	 * Query of the posts within the widgets.
	 *
	 * @param int    $number                 The number of posts to display.
	 * @param string $type                   The display posts from the widget setting.
	 * @param int    $category               The category id of the widget setting.
	 * @param int    $tag                    The tag id of the widget setting.
	 * @param int    $author                 The author id of the widget setting.
	 * @param string $random_posts           Random posts enable data of the widget.
	 * @param string $child_category         Child category enable for query of the widget.
	 * @param bool   $video_post_format_args Video post format option for query of the widget.
	 *
	 * @return \WP_Query
	 */
	public function query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category, $video_post_format_args = false ) {

		// Adding the excluding post function.
		$post__not_in = colormag_exclude_duplicate_posts();

		$args = array(
			'posts_per_page'      => $number,
			'post_type'           => 'post',
			'ignore_sticky_posts' => true,
			'no_found_rows'       => true,
			'post__not_in'        => $post__not_in,
		);

		// Displays from tag chosen.
		if ( 'tag' == $type ) {
			$args['tag__in'] = $tag;
		}

		// Displays from author chosen.
		if ( 'author' == $type ) {
			$args['author__in'] = $author;
		}

		// Display from category chosen.
		if ( 'category' == $type && 'false' == $child_category ) {
			$args['category__in'] = $category;
		}

		// Displays random posts.
		if ( 'true' == $random_posts ) {
			$args['orderby'] = 'rand';
		}

		// Displays post from parent as well as child category.
		if ( 'category' == $type && 'true' == $child_category ) {
			$args['cat'] = $category;
		}

		// Displays the posts from video post format.
		if ( $video_post_format_args ) {
			$args['tax_query'] = array(
				array(
					'taxonomy' => 'post_format',
					'field'    => 'slug',
					'terms'    => array( 'post-format-video' ),
				),
			);
		}

		$get_featured_posts = new WP_Query( $args );

		return $get_featured_posts;
	}

	/**
	 * Displays the post title within the widgets.
	 */
	public function the_title() {
		echo '<' . apply_filters( 'colormag_front_page_widget_post_title_markup', 'h3' ) . ' class="cm-entry-title">'
		?>
			<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
			<?php echo wp_kses_post( colormag_get_the_title( get_the_title() ) ); ?>
			</a>
		<?php
		echo '</' . apply_filters( 'colormag_front_page_widget_post_title_markup', 'h3' ) . '>';
	}

	/**
	 * Displays the featured image of the post within the widgets.
	 *
	 * @param int    $post_id      The post id.
	 * @param string $size         The featured image size.
	 * @param string $figure_class The class for featured image display.
	 * @param bool   $link_enable  The option to link the featured image to post link.
	 */
	public function the_post_thumbnail( $post_id, $size = '', $link_enable = true ) {

		$image           = '';
		$thumbnail_id    = get_post_thumbnail_id( $post_id );
		$image_alt_text  = get_post_meta( $thumbnail_id, '_wp_attachment_image_alt', true );
		$title_attribute = get_the_title( $post_id );
		$image_alt_text  = empty( $image_alt_text ) ? $title_attribute : $image_alt_text;

		if ( $link_enable ) {
			$image .= '<a href="' . esc_url( get_permalink() ) . '" title="' . the_title_attribute( 'echo=0' ) . '">';
		}

		$image .= get_the_post_thumbnail(
			$post_id,
			$size,
			array(
				'title' => esc_attr( $title_attribute ),
				'alt'   => esc_attr( $image_alt_text ),
			)
		);

		if ( $link_enable ) {
			if ( has_post_format( 'video' ) ) {
				$image .= '<span class="play-button-wrapper">
								<i class="fa fa-play" aria-hidden="true"></i>
							</span>';
			}

			$image .= '</a>';
		}

		$image .= '</figure>';

		echo $image; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

	/**
	 * Displays the post meta within the widgets.
	 */
	public function entry_meta() {

		$meta_orders = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
			)
		);

		$human_diff_time = '';
		if ( 'style-2' == get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) ) {
			$human_diff_time = 'human-diff-time';
		}

		echo '<div class="cm-below-entry-meta ' . esc_attr( $human_diff_time ) . '">';

		foreach ( $meta_orders as $key => $meta_order ) {

			if ( 'date' === $meta_order ) {
				colormag_date_meta_markup();
			}

			if ( 'author' === $meta_order ) {
				colormag_author_meta_markup();
			}

			if ( 'comments' === $meta_order ) {
				colormag_comment_meta_markup( true );
			}

			if ( 'read-time' === $meta_order ) {
				colormag_read_time_meta_markup( true, false );
			}
		}

		echo '</div>';
	}
}
inc/widgets/class-colormag-widgets.php000064400000046722151213253070014060 0ustar00<?php
/**
 * Contains all the functions related to sidebar and widget.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Function to register the widget areas(sidebar) and widgets.
 */
function colormag_widgets_init() {

	/**
	 * Registering widget areas for front page
	 */
	// Registering main right sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Right Sidebar', 'colormag' ),
			'id'            => 'colormag_right_sidebar',
			'description'   => esc_html__( 'Shows widgets at Right side.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',

		)
	);

	// Registering main left sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Left Sidebar', 'colormag' ),
			'id'            => 'colormag_left_sidebar',
			'description'   => esc_html__( 'Shows widgets at Left side.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering Header sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Header Sidebar', 'colormag' ),
			'id'            => 'colormag_header_sidebar',
			'description'   => esc_html__( 'Shows widgets in header section just above the main navigation menu.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Top Full width Area.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Top Full Width Area', 'colormag' ),
			'id'            => 'colormag_front_page_top_full_width_area',
			'description'   => esc_html__( 'Show widget just below menu.', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s clearfix">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Slider Area Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Slider Area', 'colormag' ),
			'id'            => 'colormag_front_page_slider_area',
			'description'   => esc_html__( 'Show widget just below menu. Suitable for TG: Featured Cat Slider.', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Area beside slider Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Area beside slider', 'colormag' ),
			'id'            => 'colormag_front_page_area_beside_slider',
			'description'   => esc_html__( 'Show widget beside the slider. Suitable for TG: Highlighted Posts.', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Top Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Top Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_top_section',
			'description'   => esc_html__( 'Content Top Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Middle Left Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Middle Left Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_middle_left_section',
			'description'   => esc_html__( 'Content Middle Left Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Middle Right Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Middle Right Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_middle_right_section',
			'description'   => esc_html__( 'Content Middle Right Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering the Front Page: Content Bottom Section Sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Front Page: Content Bottom Section', 'colormag' ),
			'id'            => 'colormag_front_page_content_bottom_section',
			'description'   => esc_html__( 'Content Middle Bottom Section', 'colormag' ),
			'before_widget' => '<section id="%1$s" class="widget %2$s">',
			'after_widget'  => '</section>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering contact Page sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Contact Page Sidebar', 'colormag' ),
			'id'            => 'colormag_contact_page_sidebar',
			'description'   => esc_html__( 'Shows widgets on Contact Page Template.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering Error 404 Page sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Error 404 Page Sidebar', 'colormag' ),
			'id'            => 'colormag_error_404_page_sidebar',
			'description'   => esc_html__( 'Shows widgets on Error 404 page.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering advertisement above footer sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Advertisement Above The Footer', 'colormag' ),
			'id'            => 'colormag_advertisement_above_the_footer_sidebar',
			'description'   => esc_html__( 'Shows widgets Just Above The Footer, suitable for TG: 728x90 widget.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar one upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar One ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_one_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar one in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar two upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Two ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_two_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar two in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar three upper.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Three ( Upper )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_three_upper',
			'description'   => esc_html__( 'Shows widgets at footer sidebar three in upper.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar one.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar One ( Lower )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_one',
			'description'   => esc_html__( 'Shows widgets at footer sidebar one.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar two.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Two ( Lower )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_two',
			'description'   => esc_html__( 'Shows widgets at footer sidebar two.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar three.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Three ( Lower )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_three',
			'description'   => esc_html__( 'Shows widgets at footer sidebar three.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering footer sidebar four.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Four ( Lower )', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_four',
			'description'   => esc_html__( 'Shows widgets at footer sidebar four.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering full width footer sidebar.
	register_sidebar(
		array(
			'name'          => esc_html__( 'Footer Sidebar Full Width', 'colormag' ),
			'id'            => 'colormag_footer_sidebar_full_width',
			'description'   => esc_html__( 'Shows widgets just above footer copyright area.', 'colormag' ),
			'before_widget' => '<aside id="%1$s" class="widget %2$s">',
			'after_widget'  => '</aside>',
			'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
			'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
		)
	);

	// Registering sidebar for WooCommerce pages.
	if ( ( get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 ) == 1 ) && class_exists( 'WooCommerce' ) ) {
		// Registering WooCommerce Right Sidebar.
		register_sidebar(
			array(
				'name'          => esc_html__( 'WooCommerce Right Sidebar', 'colormag' ),
				'id'            => 'colormag_woocommerce_right_sidebar',
				'description'   => esc_html__( 'Shows widgets at WooCommerce Right sidebar.', 'colormag' ),
				'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
				'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
			)
		);

		// Registering WooCommerce Left Sidebar.
		register_sidebar(
			array(
				'name'          => esc_html__( 'WooCommerce Left Sidebar', 'colormag' ),
				'id'            => 'colormag_woocommerce_left_sidebar',
				'description'   => esc_html__( 'Shows widgets at WooCommerce Left sidebar.', 'colormag' ),
				'before_widget' => '<aside id="%1$s" class="widget %2$s clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . ' class="cm-widget-title"><span>',
				'after_title'   => '</span></' . apply_filters( 'colormag_widget_title_markup', 'h3' ) . '>',
			)
		);
	}

	register_widget( 'colormag_featured_posts_slider_widget' );
	register_widget( 'colormag_highlighted_posts_widget' );
	register_widget( 'colormag_featured_posts_widget' );
	register_widget( 'colormag_featured_posts_vertical_widget' );
	register_widget( 'colormag_728x90_advertisement_widget' );
	register_widget( 'colormag_300x250_advertisement_widget' );
	register_widget( 'colormag_125x125_advertisement_widget' );

	// Pro Widgets.
	register_widget( 'colormag_video_widget' );
	register_widget( 'colormag_news_in_picture_widget' );
	register_widget( 'colormag_default_news_widget' );
	register_widget( 'colormag_tabbed_widget' );
	register_widget( 'colormag_random_post_widget' );
	register_widget( 'colormag_slider_news_widget' );
	register_widget( 'colormag_breaking_news_widget' );
	register_widget( 'colormag_ticker_news_widget' );
	register_widget( 'colormag_featured_posts_small_thumbnails' );
	register_widget( 'colormag_weather_widget' );
	register_widget( 'colormag_cta_widget' );
	register_widget( 'colormag_video_playlist' );
	register_widget( 'colormag_exchange_widget' );
	register_widget( 'colormag_google_maps_widget' );

}

add_action( 'widgets_init', 'colormag_widgets_init' );

if ( ! function_exists( 'widget_title_markup' ) ) :

	/**
	 * Widget Title Markup.
	 */
	function widget_title_markup( $markup ) {

		$markup = get_theme_mod( 'colormag_widget_markup', 'h3' );

		return $markup;
	}
endif;

add_filter( 'colormag_widget_title_markup', 'widget_title_markup' );

if ( ! function_exists( 'colormag_front_page_widget_post_title_markup' ) ) :

	/**
	 * Widget Title Markup.
	 */
	function colormag_front_page_widget_post_title_markup( $markup ) {
		return get_theme_mod( 'colormag_front_page_widget_post_title_markup', 'h3' );
	}
endif;

add_filter( 'colormag_front_page_widget_post_title_markup', 'colormag_front_page_widget_post_title_markup' );

// Abstract class for widgets.
require COLORMAG_WIDGETS_DIR . '/abstract-colormag-widget.php';

// Require file for TG: Featured Category Slider widget.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-slider-widget.php';

// Require file for TG: Highligted Posts.
require COLORMAG_WIDGETS_DIR . '/colormag-highlighted-posts-widget.php';

// Require file for TG: Featured Post style 1.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-widget.php';

// Require file for TG: Featured Post style 2.
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-vertical-widget.php';

// Require file for TG: 300x250 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-300x250-advertisement-widget.php';

// Require file for TG: 728x90 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-728x90-advertisement-widget.php';

// Require file for TG: 728x90 Advertisement.
require COLORMAG_WIDGETS_DIR . '/colormag-125x125-advertisement-widget.php';

/**
 * Pro widgets.
 */
// Require file for TG: Videos.
require COLORMAG_WIDGETS_DIR . '/colormag-video-widget.php';

// Require file for TG: Featured Posts (Style 5).
require COLORMAG_WIDGETS_DIR . '/colormag-news-in-picture-widget.php';

// Require file for TG: Featured Posts (Style 4).
require COLORMAG_WIDGETS_DIR . '/colormag-default-news-widget.php';

// Require file for TG: Tabbed Widget.
require COLORMAG_WIDGETS_DIR . '/colormag-tabbed-widget.php';

// Require file for TG: Random Posts Widget.
require COLORMAG_WIDGETS_DIR . '/colormag-random-post-widget.php';

// Require file for TG: Featured Posts (Style 6).
require COLORMAG_WIDGETS_DIR . '/colormag-slider-news-widget.php';

// Require file for TG: Breaking News Widget.
require COLORMAG_WIDGETS_DIR . '/colormag-breaking-news-widget.php';

// Require file for TG: Featured Posts (Style 7).
require COLORMAG_WIDGETS_DIR . '/colormag-ticker-news-widget.php';

// Require file for TG: Featured Posts (Style 3).
require COLORMAG_WIDGETS_DIR . '/colormag-featured-posts-small-thumbnails.php';

// Require file for TG: Call To Action.
require COLORMAG_WIDGETS_DIR . '/colormag-cta-widget.php';

// Require file for TG: Weather.
require COLORMAG_WIDGETS_DIR . '/colormag-weather-widget.php';

// Require file for TG: Currency Exchange.
require COLORMAG_WIDGETS_DIR . '/colormag-exchange-widget.php';

// Require file for TG: Featured Videos Playlist.
require COLORMAG_WIDGETS_DIR . '/colormag-video-playlist.php';

// Require file for TG: Google Maps.
require COLORMAG_WIDGETS_DIR . '/colormag-google-maps-widget.php';

inc/widgets/colormag-highlighted-posts-widget.php000064400000010250151213253100016173 0ustar00<?php
/**
 * Highlighted Posts widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Highlighted Posts widget.
 *
 * Class colormag_highlighted_posts_widget
 */
class colormag_highlighted_posts_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-highlighted-posts';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Highlighted Posts', 'colormag' );
		$this->settings           = array(
			'number'         => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'           => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'       => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'            => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'         => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'   => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$number         = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type           = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category       = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts   = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag            = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author         = isset( $instance['author'] ) ? $instance['author'] : '';

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<div class="cm-posts">
			<?php
			$featured = 'colormag-highlighted-post';
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( has_post_thumbnail() ) {
						$this->the_post_thumbnail( $post->ID, $featured, 'cm-featured-image' );
					} else {
						?>
						<img
							src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/highlights-featured-image.png' ); ?>"
							alt=""
						/>
					<?php } ?>

					<div class="cm-post-content">
						<?php
						colormag_colored_category();

						// Displays the post title.
						$this->the_title();

						// Displays the post meta.
						$this->entry_meta();
						?>
					</div>
				</div>

				<?php
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-exchange-widget.php000064400000014257151213253100014342 0ustar00<?php
/**
 * Currency Exchange Widget,
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Currency Exchange Widget,
 *
 * Class colormag_exchange_widget
 */
class colormag_exchange_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'widget_exchange';
		$this->widget_description = esc_html__( 'Display Currency Exchange.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Currency Exchange', 'colormag' );
		$this->settings           = array(
			'exchangerate_api'    => array(
				'type'              => 'api_key',
				'default'           => '',
				'api_key'           => get_theme_mod( 'colormag_exchange_rate_api_key' ),
				'label'             => esc_html__( 'Enter API Key here', 'colormag' ),
				'description'       => sprintf(
				/* Translators: %s Link to Fixer API link */
					__( 'Exchange rate requires <a href="%s" target="_blank">API Key</a> to work', 'colormag' ),
					esc_url( 'https://fixer.io/' )
				),
				'class'             => 'exchangerate-api',
				'customize_control' => 'colormag_exchange_rate_api_key',
			),
			'title'               => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'base_currency'       => array(
				'type'    => 'select',
				'default' => 'usd',
				'label'   => esc_html__( 'Base Currency:', 'colormag' ),
				'choices' => colormag_get_available_currencies(),
			),
			'exchange_currencies' => array(
				'type'    => 'multiselect',
				'default' => array(),
				'label'   => esc_html__( 'Exchange Currencies:', 'colormag' ),
				'choices' => colormag_get_available_currencies(),
			),
			'column'              => array(
				'type'    => 'select',
				'default' => 1,
				'label'   => esc_html__( 'Column:', 'colormag' ),
				'choices' => array(
					'1' => esc_html__( '1', 'colormag' ),
					'2' => esc_html__( '2', 'colormag' ),
					'3' => esc_html__( '3', 'colormag' ),
				),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @return mixed
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		$title               = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$base_currency       = isset( $instance['base_currency'] ) ? $instance['base_currency'] : 'usd';
		$exchange_currencies = isset( $instance['exchange_currencies'] ) ? $instance['exchange_currencies'] : array();
		$column              = isset( $instance['column'] ) ? $instance['column'] : 1;

		$available_currencies = colormag_get_available_currencies();
		$exchangerate_api_key = get_theme_mod( 'colormag_exchange_rate_api_key' );

		// Get the transient.
		$exchange_transient_name = 'colormag_exchange_' . $base_currency . '_' . current_time( 'Y-m-d' );

		if ( get_transient( $exchange_transient_name ) ) {
			$currency_data = get_transient( $exchange_transient_name );
		} else {
			$api_url = add_query_arg( 'base', strtoupper( $base_currency ), 'http://data.fixer.io/api/latest?access_key=' . $exchangerate_api_key );

			if ( 0 < count( $exchange_currencies ) ) {
				$currency_to_fetch = strtoupper( implode( ',', $exchange_currencies ) );

				$api_url = add_query_arg( 'symbols', esc_html( $currency_to_fetch ), $api_url );
			}

			$json_response = wp_remote_get( $api_url );

			if ( is_wp_error( $json_response ) ) :
				echo $json_response->get_error_message(); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

				return false;
			endif;

			$currency_data = json_decode( $json_response['body'] );

			if ( $currency_data ) {
				set_transient( $exchange_transient_name, $currency_data, apply_filters( 'colormag_exchange_cache_time', DAY_IN_SECONDS ) );
			}
		}

		$this->widget_start( $args );
		?>

		<?php
		if ( ! empty( $title ) ) {
			echo '<h3 class="cm-widget-title"><span>' . esc_html( $title ) . '</span></h3>';
		}
		?>

		<div class="exchange-currency exchange-column-<?php echo esc_attr( $column ); ?>">
			<div class="base-currency">
				<?php echo esc_html( $available_currencies[ strtolower( $base_currency ) ] ); ?>
			</div>

			<div class="currency-list">
				<?php
				if ( ! empty( $currency_data->rates ) ) {
					foreach ( $currency_data->rates as $country => $rate ) {
						?>
						<div class="currency-table">
							<div class="currency--country">
								<span class="currency--flag currency--flag-<?php echo esc_attr( strtolower( $country ) ); ?>"></span>
								<?php echo esc_html( $country ); ?>
							</div>
							<div class="currency--rate">
								<?php echo esc_html( $rate ); ?>
							</div>
						</div>
						<?php
					}
				} else {
					if ( current_user_can( 'edit_theme_options' ) ) {
						$query['autofocus[section]'] = 'colormag_exchange_rate_section';
						$section_link                = add_query_arg( $query, admin_url( 'customize.php' ) );

						if ( ! $exchangerate_api_key ) {
							printf(
							/* Translators: 1. Opening of exchange rate API customize section area, 2. Closing of exchange rate API customize section area */
								esc_html__( 'You have not added Fixer API Key. Add it from %1$shere%2$s.', 'colormag' ),
								'<a href="' . esc_url( $section_link ) . '">',
								'</a>'
							);
						} elseif ( $exchangerate_api_key && empty( $currency_data->rates ) ) {
							printf(
							/* Translators: 1. Fixer API key link opening tag, 2. Fixer API key link closing tag, 3. Opening of exchange rate API customize section area, 4. Closing of exchange rate API customize section area */
								esc_html__( 'Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. ', 'colormag' ),
								'<a href="https://fixer.io/" target="_blank">',
								'</a>',
								'<a href="' . esc_url( $section_link ) . '">',
								'</a>'
							);
						}
					}
				}
				?>
			</div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-video-playlist.php000064400000016430151213253100014237 0ustar00<?php
/**
 * Video Playlist Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Video Playlist Widget.
 *
 * Class colormag_video_playlist
 */
class colormag_video_playlist extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'widget_video_player';
		$this->widget_description          = esc_html__( 'Display video playlist from Video Post Formats.', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Featured Videos Playlist', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'title'           => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'            => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'          => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'            => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'        => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'             => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'          => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'layout'          => array(
				'type'    => 'select',
				'default' => 'vertical',
				'label'   => esc_html__( 'Layout:', 'colormag' ),
				'choices' => array(
					'vertical'   => esc_html__( 'Vertical', 'colormag' ),
					'horizontal' => esc_html__( 'Horizontal', 'colormag' ),
				),
			),
			'random_posts'    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'jquery-video' );
		}

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$layout          = isset( $instance['layout'] ) ? $instance['layout'] : 'vertical';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Videos Playlist Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Videos Playlist Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category, $video_post_format_args = true );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );
		?>

		<div class="video-player video-player--<?php echo esc_attr( $layout ); ?>">
			<?php
			$video_count     = 1;
			$player_output   = '';
			$playlist_output = '';
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();

				$video_url  = get_post_meta( get_the_ID(), 'video_url', true );
				$embed_data = colormag_get_embed_data( $video_url );

				if ( ! empty( $embed_data ) ) {

					if ( 1 == $video_count ) {
						$player_output .= '<div class="video-frame video-playing">';
						$player_output .= '<iframe class="player-frame" id="video-item-' . absint( $video_count ) . '" src="' . esc_url( $embed_data['url'] ) . '" frameborder="0" width="100%"" height="434" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
						$player_output .= '</div><!-- .video-player-wrapper -->';
					}

					$playlist_output .= '<div class="video-playlist-item" data-id="video-item-' . absint( $video_count ) . '" data-src="' . esc_url( $embed_data['url'] ) . '">';
					$playlist_output .= '<img src="' . esc_url( $embed_data['thumb'] ) . '" />';
					$playlist_output .= '<div class="video-playlist-info">';
					$playlist_output .= '<h2 class="video-playlist-title">' . esc_html( get_the_title() ) . '</h2>';
					$playlist_output .= '<span class="video-duration"></span>';
					$playlist_output .= '</div>';
					$playlist_output .= '</div>';
				}

				$video_count ++;
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();

			// Displays the video.
			if ( ! empty( $player_output ) ) {
				echo $player_output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}

			// Displays the available playlist.
			if ( ! empty( $playlist_output ) ) {
				?>
				<div class="video-playlist">
					<?php echo $playlist_output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>
				</div>
			<?php } ?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-featured-posts-slider-widget.php000064400000020231151213253100016772 0ustar00<?php
/**
 * Featured Category Slider widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Featured Category Slider widget.
 *
 * Class colormag_featured_posts_slider_widget
 */
class colormag_featured_posts_slider_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'cm-featured-category-slider-widget';
		$this->widget_description          = esc_html__( 'Display latest posts or posts of specific category, which will be used as the slider.', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Featured Category Slider', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'number'                   => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'                     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'                 => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'                      => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'                   => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'image_size'               => array(
				'type'    => 'radio',
				'default' => 'medium',
				'label'   => esc_html__( 'Image Size:', 'colormag' ),
				'choices' => array(
					'medium' => esc_html__( 'Image Size medium (800X445 pixels)', 'colormag' ),
					'large'  => esc_html__( 'Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)', 'colormag' ),
				),
			),
			'random_posts'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'           => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'post_details'             => array(
				'type'    => 'checkbox',
				'default' => 0,
				'label'   => esc_html__( 'Hide post details.', 'colormag' ),
			),
			'slider_options_label'     => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<h2>' . esc_html__( 'Slider Options', 'colormag' ) . '</h2>',
			),
			'slider_options_separator' => array(
				'type'    => 'separator',
				'default' => '',
			),
			'slider_mode'              => array(
				'type'    => 'select',
				'default' => 'horizontal',
				'label'   => esc_html__( 'Slide Mode:', 'colormag' ),
				'choices' => array(
					'horizontal' => esc_html__( 'Horizontal', 'colormag' ),
					'vertical'   => esc_html__( 'Vertical', 'colormag' ),
					'fade'       => esc_html__( 'Fade', 'colormag' ),
				),
			),
			'slider_speed'             => array(
				'type'    => 'number',
				'default' => 1500,
				'label'   => esc_html__( 'Transition Speed Time (in ms):', 'colormag' ),
			),
			'slider_pause'             => array(
				'type'    => 'number',
				'default' => 5000,
				'label'   => esc_html__( 'Transition Pause Time (in ms):', 'colormag' ),
			),
			'slider_auto'              => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to disable auto slide.', 'colormag' ),
			),
			'slider_hover'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to disable auto slide when mouse hover.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'colormag-bxslider' );
		}

		global $post;
		$number         = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type           = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category       = isset( $instance['category'] ) ? $instance['category'] : '';
		$image_size     = isset( $instance['image_size'] ) ? $instance['image_size'] : 'medium';
		$random_posts   = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag            = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author         = isset( $instance['author'] ) ? $instance['author'] : '';
		$slider_mode    = isset( $instance['slider_mode'] ) ? $instance['slider_mode'] : 'horizontal';
		$slider_speed   = empty( $instance['slider_speed'] ) ? 1500 : $instance['slider_speed'];
		$slider_pause   = empty( $instance['slider_pause'] ) ? 5000 : $instance['slider_pause'];
		$slider_auto    = ! empty( $instance['slider_auto'] ) ? 'false' : 'true';
		$slider_hover   = ! empty( $instance['slider_hover'] ) ? 'true' : 'false';
		$post_details   = ! empty( $instance['post_details'] ) ? true : false;

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		$single_post_class = '';
		if ( '1' == $number ) {
			$single_post_class = '-single-post';
		}

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<div class="cm-featured-category-slider<?php echo esc_attr( $single_post_class ); ?>">
			<?php
			$featured = 'colormag-featured-image-large';
			if ( 'medium' == $image_size ) {
				$featured = 'colormag-featured-image';
			}
			?>

			<div id="category_slider_<?php echo esc_attr( $this->id ); ?>" class="cm-slider-area-rotate"
			     data-mode="<?php echo esc_attr( $slider_mode ); ?>"
			     data-speed="<?php echo esc_attr( $slider_speed ); ?>"
			     data-pause="<?php echo esc_attr( $slider_pause ); ?>"
			     data-auto="<?php echo esc_attr( $slider_auto ); ?>"
			     data-hover="<?php echo esc_attr( $slider_hover ); ?>"
			>
				<?php
				$i = 1;
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();

					$classes = 'cm-single-slide  displaynone';
					if ( 1 == $i ) {
						$classes = 'cm-single-slide  displayblock';
					}
					?>

					<div class="<?php echo esc_attr( $classes ); ?>">
						<?php
						if ( has_post_thumbnail() ) {
							$this->the_post_thumbnail( $post->ID, $featured, 'cm-slider-featured-image' );
						} else {
							?>
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<img
									src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/slider-featured-image.png' ); ?>"
									alt=""
								/>
							</a>
						<?php } ?>

						<?php if ( ! $post_details ) { ?>
							<div class="cm-slide-content">
								<?php
								colormag_colored_category();

								// Displays the post title.
								$this->the_title();

								// Displays the post meta.
								$this->entry_meta();
								?>
							</div>
						<?php } ?>
					</div>

					<?php
					$i ++;
				endwhile;
				// Reset Post Data.
				wp_reset_postdata();
				?>
			</div>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-ticker-news-widget.php000064400000017026151213253100015010 0ustar00<?php
/**
 * Featured Posts (Style 7).
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Featured Posts (Style 7).
 *
 * Class colormag_ticker_news_widget
 */
class colormag_ticker_news_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass             = 'cm-featured-posts cm-featured-posts--style-7';
		$this->widget_description          = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name                 = esc_html__( 'TG: Featured Posts (Style 7)', 'colormag' );
		$this->customize_selective_refresh = false;
		$this->settings                    = array(
			'widget_layout'            => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-7.jpg',
			),
			'title'                    => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'                     => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'                   => array(
				'type'    => 'number',
				'default' => 5,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'                     => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'                 => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'                      => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'                   => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'popup'                    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the content in the popup', 'colormag' ),
			),
			'random_posts'             => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'           => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button'          => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
			'slider_options_label'     => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => '<h2>' . esc_html__( 'Slider Options', 'colormag' ) . '</h2>',
			),
			'slider_options_separator' => array(
				'type'    => 'separator',
				'default' => '',
			),
			'slider_speed'             => array(
				'type'    => 'number',
				'default' => 50000,
				'label'   => esc_html__( 'Transition Speed Time (in ms):', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		// Enqueue the required JS for this widget.
		if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) {
			wp_enqueue_script( 'colormag-bxslider' );
		}

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 5 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$popup_link      = ! empty( $instance['popup'] ) ? true : false;
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';
		$slider_speed    = empty( $instance['slider_speed'] ) ? 50000 : $instance['slider_speed'];

		// Enqueue the required magnific popup JS for this widget.
		if ( ( true === $popup_link ) && ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() || ColorMag_Utils::colormag_elementor_active_page_check() ) ) {
			wp_enqueue_script( 'colormag-featured-image-popup' );
			wp_enqueue_style( 'colormag-featured-image-popup-css' );
		}

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 7) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 7) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		$featured    = 'colormag-default-news';
		$link_enable = ! $popup_link;

		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );
		?>

		<div id="category_slider_<?php echo esc_attr( $this->id ); ?>" class="cm-image-ticker-news"
		     data-speed="<?php echo esc_attr( $slider_speed ); ?>"
		>
			<?php
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( true === $popup_link ) {
						echo '<a href="' . esc_url( get_the_permalink() ) . '" data-fragment=".cm-posts" class="colormag-ticker-news-popup-link">';
					}

					if ( has_post_thumbnail() ) {
						$this->the_post_thumbnail( $post->ID, $featured, '', $link_enable );
					}

					if ( true === $popup_link ) {
						echo '</a>';
					}
					?>

					<div class="cm-post-content">
						<?php
						colormag_colored_category();

						// Displays the post title.
						$this->the_title();
						?>
					</div>
				</div>

				<?php
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-125x125-advertisement-widget.php000064400000014031151213253100016345 0ustar00<?php
/**
 * 125x125 Advertisement Ads Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * 125x125 Advertisement Ads Widget.
 *
 * Class colormag_125x125_advertisement_widget
 */
class colormag_125x125_advertisement_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-125x125-advertisement-widget';
		$this->widget_description = esc_html__( 'Add your 125x125 Advertisement here', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: 125x125 Advertisement', 'colormag' );
		$this->settings           = array(
			'title'                => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'image_addition_label' => array(
				'type'    => 'custom',
				'default' => '',
				'label'   => esc_html__( 'Add your Advertisement 125x125 Images Here', 'colormag' ),
			),
			'125x125_image_link_1' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 1,
			),
			'125x125_image_url_1'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 1,
			),
			'125x125_image_link_2' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 2,
			),
			'125x125_image_url_2'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 2,
			),
			'125x125_image_link_3' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 3,
			),
			'125x125_image_url_3'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 3,
			),
			'125x125_image_link_4' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 4,
			),
			'125x125_image_url_4'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 4,
			),
			'125x125_image_link_5' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 5,
			),
			'125x125_image_url_5'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 5,
			),
			'125x125_image_link_6' => array(
				'type'    => 'url',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image Link ', 'colormag' ) . 6,
			),
			'125x125_image_url_6'  => array(
				'type'    => 'image',
				'default' => '',
				'label'   => esc_html__( 'Advertisement Image ', 'colormag' ) . 6,
			),
			'rel_value'            => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to make dofollow link.', 'colormag' ),
			),
		);

		parent::__construct();

	}

	/**
	 * Output widget.
	 *
	 * @see WP_Widget
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 */
	public function widget( $args, $instance ) {

		$title       = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$rel_value   = ! empty( $instance['rel_value'] ) ? true : false;
		$image_array = array();
		$link_array  = array();

		$j = 0;
		for ( $i = 1; $i < 7; $i ++ ) {
			$image_link = isset( $instance[ '125x125_image_link_' . $i ] ) ? $instance[ '125x125_image_link_' . $i ] : '';
			$image_url  = isset( $instance[ '125x125_image_url_' . $i ] ) ? $instance[ '125x125_image_url_' . $i ] : '';
			array_push( $link_array, $image_link );
			array_push( $image_array, $image_url );

			// For WPML plugin compatibility, register string.
			if ( function_exists( 'icl_register_string' ) ) {
				icl_register_string( 'ColorMag Pro', 'TG: 125x125 Image Link' . $this->id . $j, $image_array[ $j ] );
				icl_register_string( 'ColorMag Pro', 'TG: 125x125 Image URL' . $this->id . $j, $link_array[ $j ] );
			}

			$j ++;
		}

		$this->widget_start( $args );
		?>

		<div class="cm-advertisement_125x125">
			<?php if ( ! empty( $title ) ) { ?>
				<div class="cm-advertisement-title">
					<?php echo wp_kses_post( $args['before_title'] ) . esc_html( $title ) . wp_kses_post( $args['after_title'] ); ?>
				</div>
				<?php
			}

			$output = '';

			if ( ! empty( $image_array ) ) {
				$output .= '<div class="cm-advertisement-content">';

				for ( $i = 1; $i < 7; $i ++ ) {
					$j = $i - 1;

					if ( ! empty( $image_array[ $j ] ) ) {
						$image_id  = attachment_url_to_postid( $image_array[ $j ] );
						$image_alt = get_post_meta( $image_id, '_wp_attachment_image_alt', true );

						// For WPML plugin compatibility, assign variable to converted string.
						if ( function_exists( 'icl_t' ) ) {
							$image_array[ $j ] = icl_t( 'ColorMag Pro', 'TG: 125x125 Image Link' . $this->id . $j, $image_array[ $j ] );
							$link_array[ $j ]  = icl_t( 'ColorMag Pro', 'TG: 125x125 Image URL' . $this->id . $j, $link_array[ $j ] );
						}

						if ( ! empty( $link_array[ $j ] ) ) {
							$value = $rel_value ? '' : 'rel="nofollow"';

							$output .= '<a href="' . $link_array[ $j ] . '" class="cm-single_ad_125x125" target="_blank" ' . $value . '>';
							$output .= '<img src="' . $image_array[ $j ] . '" width="125" height="125" alt="' . $image_alt . '">';
							$output .= '</a>';
						} else {
							$output .= '<img src="' . $image_array[ $j ] . '" width="125" height="125" alt="' . $image_alt . '">';
						}
					}
				}

				$output .= '</div>';

				echo $output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
			}
			?>
		</div>

		<?php
		$this->widget_end( $args );

	}

}
inc/widgets/colormag-default-news-widget.php000064400000014240151213253100015146 0ustar00<?php
/**
 * TG: Featured Posts (Style 4) Widget.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * TG: Featured Posts (Style 4) Widget.
 *
 * Class colormag_default_news_widget
 */
class colormag_default_news_widget extends ColorMag_Widget {

	/**
	 * Constructor.
	 */
	public function __construct() {

		$this->widget_cssclass    = 'cm-featured-posts cm-featured-posts--style-4';
		$this->widget_description = esc_html__( 'Display latest posts or posts of specific category.', 'colormag' );
		$this->widget_name        = esc_html__( 'TG: Featured Posts (Style 4)', 'colormag' );
		$this->settings           = array(
			'widget_layout'   => array(
				'type'      => 'custom',
				'default'   => '',
				'label'     => esc_html__( 'Layout will be as below:', 'colormag' ),
				'image_url' => get_template_directory_uri() . '/assets/img/style-4.jpg',
			),
			'title'           => array(
				'type'    => 'text',
				'default' => '',
				'label'   => esc_html__( 'Title:', 'colormag' ),
			),
			'text'            => array(
				'type'    => 'textarea',
				'default' => '',
				'label'   => esc_html__( 'Description', 'colormag' ),
			),
			'number'          => array(
				'type'    => 'number',
				'default' => 4,
				'label'   => esc_html__( 'Number of posts to display:', 'colormag' ),
			),
			'type'            => array(
				'type'    => 'radio',
				'default' => 'latest',
				'label'   => '',
				'choices' => array(
					'latest'   => esc_html__( 'Show latest Posts', 'colormag' ),
					'category' => esc_html__( 'Show posts from a category', 'colormag' ),
					'tag'      => esc_html__( 'Show posts from a tag', 'colormag' ),
					'author'   => esc_html__( 'Show posts from an author', 'colormag' ),
				),
			),
			'category'        => array(
				'type'    => 'dropdown_categories',
				'default' => '',
				'label'   => esc_html__( 'Select category', 'colormag' ),
			),
			'tag'             => array(
				'type'    => 'dropdown_tags',
				'default' => '',
				'label'   => esc_html__( 'Select tag', 'colormag' ),
			),
			'author'          => array(
				'type'    => 'dropdown_users',
				'default' => '',
				'label'   => esc_html__( 'Select author', 'colormag' ),
			),
			'random_posts'    => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the random post from either the chosen category or from latest post.', 'colormag' ),
			),
			'child_category'  => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the posts from child category of the chosen category.', 'colormag' ),
			),
			'view_all_button' => array(
				'type'    => 'checkbox',
				'default' => '0',
				'label'   => esc_html__( 'Check to display the view all button to link that button to the specific category chosen in this widget.', 'colormag' ),
			),
		);

		parent::__construct();
	}

	/**
	 * Output widget.
	 *
	 * @param array $args     Arguments.
	 * @param array $instance Widget instance.
	 *
	 * @see WP_Widget
	 */
	public function widget( $args, $instance ) {

		global $post;
		$title           = apply_filters( 'widget_title', isset( $instance['title'] ) ? $instance['title'] : '' );
		$text            = isset( $instance['text'] ) ? $instance['text'] : '';
		$number          = empty( $instance['number'] ) ? 4 : $instance['number'];
		$type            = isset( $instance['type'] ) ? $instance['type'] : 'latest';
		$category        = isset( $instance['category'] ) ? $instance['category'] : '';
		$random_posts    = ! empty( $instance['random_posts'] ) ? 'true' : 'false';
		$child_category  = ! empty( $instance['child_category'] ) ? 'true' : 'false';
		$tag             = isset( $instance['tag'] ) ? $instance['tag'] : '';
		$author          = isset( $instance['author'] ) ? $instance['author'] : '';
		$view_all_button = ! empty( $instance['view_all_button'] ) ? 'true' : 'false';

		// For WPML plugin compatibility, register string.
		if ( function_exists( 'icl_register_string' ) ) {
			icl_register_string( 'ColorMag Pro', 'TG: Featured Posts (Style 4) Description' . $this->id, $text );
		}

		// For WPML plugin compatibility, assign variable to converted string.
		if ( function_exists( 'icl_t' ) ) {
			$text = icl_t( 'ColorMag Pro', 'TG: Featured Posts (Style 4) Description' . $this->id, $text );
		}

		// Create the posts query.
		$get_featured_posts = $this->query_posts( $number, $type, $category, $tag, $author, $random_posts, $child_category );

		colormag_append_excluded_duplicate_posts( $get_featured_posts );

		$this->widget_start( $args );
		?>

		<?php
		$featured = 'colormag-featured-post-medium';

		// Displays the widget title.
		$this->widget_title( $title, $type, $category, $view_all_button );

		// Display the description.
		$this->widget_description( $text );
		?>

		<div class="cm-posts">
			<?php
			while ( $get_featured_posts->have_posts() ) :
				$get_featured_posts->the_post();
				?>

				<div class="cm-post">
					<div class="cm-featured-image">

						<?php
						if ( has_post_thumbnail() ) {
							$this->the_post_thumbnail( $post->ID, $featured );
						}
						?>
					</div>

					<?php
					if ( has_post_format( 'video' ) && ! ( has_post_thumbnail() ) ) :
						$video_post_url = get_post_meta( $post->ID, 'video_url', true );
						?>

						<div class="fitvids-video">
							<?php
							$embed_code = wp_oembed_get( $video_post_url );

							echo $embed_code; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
							?>
						</div>
						<?php
					endif;
					?>
					<div class="cm-post-content">
						<?php
						colormag_colored_category();

						// Displays the post title.
						$this->the_title();

						// Displays the post meta.
						$this->entry_meta();
						?>

						<div class="cm-entry-summary"><?php the_excerpt(); ?></div>
					</div>
				</div>

				<?php
			endwhile;
			// Reset Post Data.
			wp_reset_postdata();
			?>
		</div>

		<?php
		$this->widget_end( $args );
	}
}
inc/admin/js/plugin-handle.js000064400000002251151213253100012077 0ustar00/**
 * Remove activate button and replace with activation in progress button.
 *
 * @package ColorMag
 */

/**
 * Import button
 */
jQuery( document ).ready( function ( $ ) {

	$( '.btn-get-started' ).click( function ( e ) {
		e.preventDefault();

		// Show updating gif icon and update button text.
		$( this ).addClass( 'updating-message' ).text( colormagRedirectDemoPage.btn_text );

		var btnData = {
			action   : 'import_button',
			security : colormagRedirectDemoPage.nonce,
		};

		$.ajax( {
			type    : "POST",
			url     : ajaxurl, // URL to "wp-admin/admin-ajax.php"
			data    : btnData,
			success :function( response ) {
				var redirectUri,
					dismissNonce,
					extraUri   = '',
					btnDismiss = $( '.colormag-message-close' );

				if ( btnDismiss.length ) {
					dismissNonce = btnDismiss.attr( 'href' ).split( '_colormag_notice_nonce=' )[1];
					extraUri     = '&_colormag_notice_nonce=' + dismissNonce;
				}

				redirectUri          = response.redirect + extraUri;
				window.location.href = redirectUri;
			},
			error   : function( xhr, ajaxOptions, thrownError ){
				console.log(thrownError);
			}
		} );
	} );
} );
inc/admin/class-colormag-admin.php000064400000002326151213253100013106 0ustar00<?php
/**
 * ColorMag Admin Class.
 *
 * @author  ThemeGrill
 * @package ColorMag
 * @since   1.1.4
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! class_exists( 'ColorMag_Admin' ) ) :

	/**
	 * ColorMag_Admin Class.
	 */
	class ColorMag_Admin {

		/**
		 * Constructor.
		 */
		public function __construct() {
			add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
		}

		/**
		 * Localize array for import button AJAX request.
		 */
		public function enqueue_scripts() {
			wp_enqueue_style( 'colormag-admin-style', get_template_directory_uri() . '/inc/admin/css/admin.css', array(), COLORMAG_THEME_VERSION );

			wp_enqueue_script( 'colormag-plugin-install-helper', get_template_directory_uri() . '/inc/admin/js/plugin-handle.js', array( 'jquery' ), COLORMAG_THEME_VERSION, true );

			$welcome_data = array(
				'uri'      => esc_url( admin_url( '/themes.php?page=demo-importer&browse=all&colormag-hide-notice=welcome' ) ),
				'btn_text' => esc_html__( 'Processing...', 'colormag' ),
				'nonce'    => wp_create_nonce( 'colormag_demo_import_nonce' ),
			);

			wp_localize_script( 'colormag-plugin-install-helper', 'colormagRedirectDemoPage', $welcome_data );
		}
	}

endif;

return new ColorMag_Admin();
inc/admin/css/admin.css000064400000021234151213253100010772 0ustar00.colormag-update {
	background-color: #FAFDFF;
}

.wrap .colormag-header {
	background-color: #fff;
	padding: 12px 20px;
	border-bottom: 1px solid #ccd0d4;
	margin-left: -20px;
	margin-right: -20px;
}

.colormag-update .colormag-message__heading {
	max-width: 768px;
}

.colormag-message__cta .button.button-hero {
	min-height: 45px;
	padding: 8px 24px;
	font-size: 16px;
	border-radius: 4px;
	line-height: 1.8;
	border: 0;
}

.colormag-message__cta .button.button-secondary.button-hero {
	background: rgba(15, 103, 173, 0.04);
	border: 1px solid #0F67AD;
	border-radius: 4px;
	padding: 8px 16px;
	line-height: 1.6;
}

.appearance_page_colormag-options .wrap {
	margin-top: 0;
}

/* Notices. */
.colormag-notice {
	position: relative;
	padding: 16px 40px 16px 20px;
}

.colormag-notice .links {
	margin: 1.2em 0;
	display: flex;
	flex-wrap: wrap;
}

.colormag-notice .links a {
	margin-right: 10px;
}

.colormag-notice .links a > span {
	vertical-align: middle;
	padding-right: 5px;
}

.colormag-notice .notice-text .coupon-code {
	display: inline-block;
}

.colormag-notice .notice-dismiss {
	text-decoration: none;
}

/* Welcome notice. */
.colormag-message__content {
	display: flex;
	gap: 24px;
}

.colormag-update .colormag-message__content {
	flex-wrap: wrap;
}

.colormag-message__content .colormag-message__image {
	display: flex;
	flex: 0 0 160px;
    object-fit: cover;
}

.colormag-update .colormag-message__content .colormag-message__image {
	flex-basis: 320px;
	height: 214px;
	min-height: 100px;
}

.colormag-message__content .colormag-message__image .colormag-screenshot {
	width: 100%;
	margin: 0;
	float: none;
	border-radius: 4px;
	object-fit: cover;
}

.colormag-message__content .colormag-message__heading {
	margin-top: 0;
	line-height: 1.8;
	padding: 0;
}

.colormag-update .colormag-message__heading {
	display: flex;
	align-items: center;
}

.colormag-update .colormag-message__text {
	flex: 1;
}

h1.colormag-message__heading {
	font-weight: 600;
	font-size: 28px;
	line-height: 37px;
	color: #232323;
	margin-bottom: 12px;
}

h2.colormag-message__heading {
	margin-bottom: 24px;
	font-weight: 400;
	color: #232323;
	font-size: 16px;
	line-height: 180%;
}

.colormag-message__content .colormag-message__cta {
	display: flex;
	align-items: center;
	gap: 16px;
}

.colormag-message__content .colormag-message__cta .plugin-install-notice {
	line-height: 1.4;
}

.colormag-message__cta .btn-contact-support {
	line-height: 1.4;
}

.colormag-message__content .colormag-message__cta a:before {
	margin: 5px;
	vertical-align: middle;
}

a.colormag-message-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px 10px 21px;
	font-size: 13px;
	line-height: 1.23076923;
	text-decoration: none;
}

a.colormag-message-close:before {
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

@media screen and (max-width: 768px) {
	.colormag-message__content .colormag-message__image {
		display: none;
	}
}

/* Dashboard page. */
.wrap .colormag-header {
	background-color: #fff;
	padding: 12px 20px;
	border-bottom: 1px solid #ccd0d4;
	margin-left: -20px;
	margin-right: -20px;
}

.colormag-message__text img {
	height: 50px;
	width: 50px;
}

.colormag-message__text {
	align-self: center;
}

.appearance_page_colormag-options .wrap {
	margin-top: 0;
}

/* Responsive. */
@media (max-width: 768px) {
	.colormag-message__content .colormag-screenshot {
		display: none;
	}
	.colormag-message__content .colormag-message__text {
		padding: 0;
		width: 100%;
	}
}

/* Colormag review notice */
.colormag-notice.theme-review-notice {
	border-left-color: #6547DB;
	padding: 20px 15px;
}

@media screen and (max-width: 768px) {
	.colormag-notice.theme-review-notice .colormag-message__content {
		display: flex;
		flex-direction: column;
	}
}

.colormag-notice.theme-review-notice .colormag-message__image {
	flex: 0;
	min-height: auto;
	margin-right: 35px;
	margin-left: 10px;
	padding-right: 0;
	border-right: none;
}

.colormag-notice.theme-review-notice .colormag-logo--png {
	width: 80px;
	height: 80px;
}

.colormag-notice.theme-review-notice h3 {
	font-size: 21px;
	margin: 0;
	line-height: 1;
	color: #000;
}

.colormag-notice.theme-review-notice p {
	font-size: 14px;
	line-height: 21px;
	color: #3C434A;
	margin: 0 0 6px 0;
	max-width: 720px;
	padding: 2px 0;
}

.colormag-notice.theme-review-notice span.dashicons.dashicons-smiley.smile-icon {
	background: #f7e143;
	border-radius: 50%;
	font-size: 15px;
	border: 1px solid;
	width: 17px;
	height: 17px;
}

.colormag-notice.theme-review-notice .button-primary {
	background: #6547DB;
	border-color: #6547DB;
	box-shadow: none;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.colormag-notice.theme-review-notice .button-primary {
		margin-bottom: 10px;
	}
}

.colormag-notice.theme-review-notice .button-secondary {
	color: #6547DB;
	border-color: #6547DB;
	background: #f6f7f7;
	vertical-align: top;
}

@media screen and (max-width: 768px) {
	.colormag-notice.theme-review-notice .button-secondary {
		margin-bottom: 10px;
	}
}

.colormag-notice.theme-review-notice strong {
	color: #000;
}

.colormag-notice.theme-review-notice .links {
	margin: 1.2em 0 5px 0;
}

.colormag-notice.theme-review-notice a.btn {
	display: flex;
	max-width: fit-content;
	justify-content: center;
	align-items: center;
}

/* Dashboard */
.appearance_page_colormag-options .wrap {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.appearance_page_colormag-options #wpcontent, .appearance_page_colormag-options #wpbody-content .metabox-holder {
	padding: 0;
}
.colormag-container {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.colormag-container a {
	text-decoration: none;
	font-size: 13px;
}
.colormag-container ul {
	margin: 0;
	padding: 0;
}
.colormag-container .postbox {
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #ddd;
	border: 0;
	min-width: initial;
	margin-bottom: 40px;
}
.colormag-container .postbox .hndle {
	cursor: inherit;
	border-bottom: 1px solid #ccd0d4;
	padding-top: 12px;
	padding-bottom: 12px;
}
.colormag-container .postbox .hndle .dashicons {
	padding-right: 5px;
}
.colormag-header {
	background-color: #fff;
	text-align: center;
	box-shadow: 0 1px 0 rgba(200, 215, 225, 0.5), 0 1px 2px #ddd;
	margin-bottom: 40px;
	padding: 20px;
}
.colormag-header > .colormag-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.colormag-header .colormag-title {
	display: flex;
	align-items: center;
}
.colormag-header .colormag-title + div {
	float: right;
	align-items: center;
}
.colormag-header .colormag-title + div a {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.colormag-icon {
	width: 100%;
	height: 60px;
}
.colormag-version {
	color: #000;
	margin-left: 5px;
	background: #efefef;
	padding: 1px 3px;
}
.pro-feature {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	margin: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.pro-feature > a {
	font-weight: bold;
}
.col-30 .postbox:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 12px 7px 0;
}

.postbox-container .colormag-update .colormag-message__content .colormag-message__image {
	flex-basis: 242px;
}

@media (min-width: 768px) {
	.col-70 {
		float: left;
		width: 70%;
		box-sizing: border-box;
		padding-right: 20px;
	}
	.col-30 {
		float: left;
		width: 30%;
		box-sizing: border-box;
		padding-left: 20px;
	}
}

.postbox-container .colormag-message__content .colormag-message__cta {
	flex-direction: column;
}

.postbox-container .colormag-message__content .colormag-message__cta {
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.colormag-header {
		margin: 20px;
	}
	.colormag-header > .colormag-container {
		display: block;
	}
	.colormag-header .colormag-title {
		justify-content: center;
	}
	.colormag-header .colormag-title + div {
		float: none;
		margin-top: 20px;
	}
}

@media (min-width: 1236px) {
	.postbox-container .colormag-message__content .colormag-message__cta {
		flex-direction: row;
	}
}

.demo-import-migrate-notice .colormag-message__image .colormag-screenshot {
	height: 100px;
	width: 100px;
}

.demo-import-migrate-notice .colormag-message__content .colormag-message__image {
	flex: 0;
}

.demo-import-migrate-notice .colormag-message__content {
	max-width: 768px;
}
inc/admin/class-colormag-dashboard.php000064400000021213151213253100013741 0ustar00<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

class ColorMag_Dashboard {
	private static $instance;

	public static function instance() {
		if ( is_null( self::$instance ) ) {
			self::$instance = new self();
		}

		return self::$instance;
	}

	private function __construct() {
		$this->setup_hooks();
	}

	private function setup_hooks() {
		add_action( 'admin_menu', array( $this, 'create_menu' ) );
	}

	public function create_menu() {
		if ( ! is_child_theme() ) {
			$theme = wp_get_theme();
		} else {
			$theme = wp_get_theme()->parent();
		}

		/* translators: %s: Theme Name. */
		$theme_page_name = sprintf( esc_html__( '%s Options', 'colormag' ), $theme->Name );

		add_theme_page(
			$theme_page_name,
			$theme_page_name,
			'edit_theme_options',
			'colormag-options',
			array(
				$this,
				'option_page',
			)
		);
	}

	public function import_button_html() {

		// Check if TDI is installed but not activated or not installed at all or installed and activated.
		if ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
			$colormag_btn_texts = __( 'Activate ThemeGrill Demo Importer Plugin', 'colormag' );
		} elseif ( ! file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) && is_plugin_inactive( 'themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
			$colormag_btn_texts = __( 'Install ThemeGrill Demo Importer Plugin', 'colormag' );
		} else {
			$colormag_btn_texts = __( 'Demo Library', 'colormag' );
		}

		$html = '<a class="btn-get-started" href="#" data-name="' . esc_attr( 'themegrill-demo-importer' ) . '" data-slug="' . esc_attr( 'themegrill-demo-importer' ) . '" aria-label="' . esc_attr( $colormag_btn_texts ) . '">' . esc_html( $colormag_btn_texts . ' &#129066;' ) . '</a>';

		return $html;
	}

	public function option_page() {

		if ( ! is_child_theme() ) {
			$theme = wp_get_theme();
		} else {
			$theme = wp_get_theme()->parent();
		}

		$support_link = 'https://themegrill.com/contact/';

		$pro_feature_links = array(
			__( 'Top Bar', 'colormag' )       => 'https://docs.themegrill.com/colormag/docs/customize-top-bar',
			__( 'Main Header', 'colormag' )   => 'https://docs.themegrill.com/colormag/docs/manage-main-header-layout-and-styles',
			__( 'Primary Menu', 'colormag' )  => 'https://docs.themegrill.com/colormag/docs/customize-the-primary-menu-of-the-site',
			__( 'Blog', 'colormag' )          => 'https://docs.themegrill.com/colormag/docs/manage-blog-page-layout',
			__( 'Meta', 'colormag' )          => 'https://docs.themegrill.com/colormag/docs/customize-the-post-meta',
			__( 'Footer Column', 'colormag' ) => 'https://docs.themegrill.com/colormag/docs/customize-footer-column',
			__( 'Footer Bar', 'colormag' )    => 'https://docs.themegrill.com/colormag/docs/customize-footer-bar-layout-styles',
		);

		?>
			<div class="wrap">
				<div class="metabox-holder">
					<div class="colormag-header" >
						<div class="colormag-container">
							<a class="colormag-title" href="<?php echo esc_url( 'https://themegrill.com/themes/colormag/' ); ?>" target="_blank">
								<img class="colormag-icon" src="<?php echo esc_url( COLORMAG_PARENT_URL . '/inc/admin/images/colormag-logo.png' ); ?>" alt="<?php esc_attr_e( 'ColorMag', 'colormag' ); ?>">
								<span class="colormag-version">
									<?php
									echo $theme->Version;
									?>
								</span>
							</a>
							<div>
								<a href="<?php echo esc_url( 'https://themegrill.com/themes/colormag/' ); ?>" target="_blank"><?php esc_html_e( 'Theme Info', 'colormag' ); ?></a>
								<a href="<?php echo esc_url( 'https://themegrilldemos.com/colormag-demos/#/' ); ?>" target="_blank"><?php esc_html_e( 'Demos', 'colormag' ); ?></a>
								<a href="<?php echo esc_url( 'https://themegrill.com/colormag-pricing/' ); ?>" target="_blank"><?php esc_html_e( 'Premium', 'colormag' ); ?></a>
								<a href="<?php echo esc_url( $support_link ); ?>" target="_blank"><?php esc_html_e( 'Support', 'colormag' ); ?></a>
								<a href="<?php echo esc_url( 'https://docs.themegrill.com/colormag/' ); ?>" target="_blank"><?php esc_html_e( 'Documentation', 'colormag' ); ?></a>
							</div>
						</div><!--/.colormag-container-->
					</div> <!--/.colormag-header-->
					<div class="colormag-container">
						<div class="postbox-container" style="float: none;">
							<div class="col-70">
								<h2 style="height:0;margin:0;"><!-- admin notices below this element --></h2>
								<div class="postbox">
									<h3 class="hndle"><?php esc_html_e( 'Premium Features', 'colormag' ); ?></h3>
									<div class="inside" style="padding: 0;margin: 0;">
										<ul>
											<?php foreach ( $pro_feature_links as $pro_feature_text => $pro_feature_link ) : ?>
												<li class="pro-feature">
													<a href="<?php echo esc_url( $pro_feature_link ); ?>" target="_blank"><?php echo esc_html( $pro_feature_text ); ?></a>
													<span>
														<a href=" <?php echo esc_url( $pro_feature_link ); ?>" target="_blank"><?php echo esc_html__( 'Learn More', 'colormag' ); ?></a>
													</span>
												</li>
											<?php endforeach; ?>
										</ul>
									</div>
								</div>
							</div> <!--/.col-70-->
							<div class="col-30">
								<div class="postbox">
									<h3>
										<span class="dashicons dashicons-category"></span>
										<span><?php esc_html_e( 'Get Started', 'colormag' ); ?></span>
									</h3>
									<a href="<?php echo esc_url( 'https://docs.themegrill.com/colormag/install-colormag-theme//' ); ?>" target="_blank"><?php esc_html_e( 'Learn Basics &#129066;', 'colormag' ); ?></a>
								</div>
								<div class="postbox">
									<h3 class="hndle" ><span class="dashicons dashicons-download"></span><span><?php esc_html_e( 'Starter Demos', 'colormag' ); ?></span></h3>
									<div class="inside">
										<p>
											<?php
											printf(
												/* translators: 1: Theme Name, 2: Demo Link. */
												esc_html__( 'You do not need to build your site from scratch, %1$s provides a variety of %2$s', 'colormag' ),
												$theme->Name,
												'<a href="' . esc_url( 'https://themegrilldemos.com/colormag-demos/#/' ) . '" target="_blank">' . esc_html__( 'Demos.', 'colormag' ) . '</a>'
											);
											?>
										</p>
										<p><?php esc_html_e( 'Import demo site and start editing as your liking.', 'colormag' ); ?></p>
										<?php echo $this->import_button_html(); ?>
									</div>
								</div>
								<div class="postbox">
									<h3 class="hndle">
										<span class="dashicons dashicons-facebook"></span>
										<span>
											<?php
											printf(
												/* translators: %s: Theme Name. */
												esc_html__( '%s Community', 'colormag' ),
												$theme->Name
											);
											?>
										</span>
									</h3>
									<div class="inside">
										<p>
											<?php
											printf(
												/* translators: %s: Theme Name. */
												esc_html__( 'Connect with us and other helpful %s users like you.', 'colormag' ),
												$theme->Name
											);
											?>
										</p>
										<a href="<?php echo esc_url( 'https://www.facebook.com/groups/themegrill' ); ?>" target="_blank"><?php esc_html_e( 'Join Now &#129066;', 'colormag' ); ?></a>
									</div>
								</div>
<!--								<div class="postbox">-->
<!--									<h3 class="hndle"><span class="dashicons dashicons-thumbs-up"></span><span>--><?php //esc_html_e( 'Review', 'colormag' ); ?><!--</span></h3>-->
<!--									<div class="inside">-->
<!--										<p>-->
<!--											-->
		<?php
		//                                          echo sprintf(
		//                                              /* translators: 1: Theme Name, 2: Review Link. */
		//                                              esc_html__( 'Love using %1$s? Help us by leaving a review %2$s', 'colormag' ),
		//                                              $theme->Name,
		//                                              '<a href="' . esc_url( 'https://wordpress.org/support/theme/colormag/reviews/' ) . '" target="_blank">' . esc_html__( 'here &#129066;', 'colormag' ) . '</a>'
		//                                          );
		//
		?>
<!--										</p>-->
<!--									</div>-->
<!--								</div>-->
							</div><!--/.col-30-->
						</div><!--/.postbox-container-->
					</div><!--/.colormag-container-->
				</div><!--/.metabox-holder-->
			</div><!--/.wrap-->
		<?php
	}
}

ColorMag_Dashboard::instance();
inc/admin/images/colormag-logo-square.jpg000064400000131023151213253100014404 0ustar00���JFIFHH��,Photoshop 3.08BIM�HH��fhhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22        ">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:dc="http://purl.org/dc/elements/1.1/"
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:xmpGImg="http://ns.adobe.com/xap/1.0/g/img/"
            xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/"
            xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#"
            xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#"
            xmlns:illustrator="http://ns.adobe.com/illustrator/1.0/"
            xmlns:pdf="http://ns.adobe.com/pdf/1.3/">
         <dc:format>image/jpeg</dc:format>
         <dc:title>
            <rdf:Alt>
               <rdf:li xml:lang="x-default">themesLogos-master</rdf:li>
            </rdf:Alt>
         </dc:title>
         <xmp:CreatorTool>Adobe Illustrator CC 23.0 (Windows)</xmp:CreatorTool>
         <xmp:CreateDate>2020-11-12T10:18:39+05:45</xmp:CreateDate>
         <xmp:ModifyDate>2020-11-12T04:33:39Z</xmp:ModifyDate>
         <xmp:MetadataDate>2020-11-12T10:18:39+05:45</xmp:MetadataDate>
         <xmp:Thumbnails>
            <rdf:Alt>
               <rdf:li rdf:parseType="Resource">
                  <xmpGImg:width>232</xmpGImg:width>
                  <xmpGImg:height>256</xmpGImg:height>
                  <xmpGImg:format>JPEG</xmpGImg:format>
                  <xmpGImg:image>/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA&#xA;AQBIAAAAAQAB/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJ&#xA;AAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAA&#xA;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAz&#xA;ZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwA&#xA;AAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAA&#xA;A9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RS&#xA;QwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1Q&#xA;YWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAS&#xA;c1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&#xA;AAAAAAAAAAAAAFhZWiAAAAAAAADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABYWVogAAAA&#xA;AAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9kZXNj&#xA;AAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5p&#xA;ZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAA&#xA;AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA&#xA;AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA&#xA;AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBp&#xA;biBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4g&#xA;SUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDP&#xA;FAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAA&#xA;AAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMA&#xA;KAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCy&#xA;ALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIB&#xA;WQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4&#xA;AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oD&#xA;ZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATT&#xA;BOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowG&#xA;nQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiq&#xA;CL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsL&#xA;Igs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3e&#xA;DfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPUR&#xA;ExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSL&#xA;FK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUY&#xA;ihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzM&#xA;HPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUh&#xA;oSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3&#xA;JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks&#xA;biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJj&#xA;Mpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5&#xA;BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/i&#xA;QCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVH&#xA;e0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9J&#xA;T5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX&#xA;4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2Cq&#xA;YPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFq&#xA;SGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQU&#xA;dHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+&#xA;wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZ&#xA;if6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSV&#xA;X5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFH&#xA;obaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1Erbiu&#xA;La6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsu&#xA;u6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJ&#xA;Osm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc&#xA;1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3m&#xA;lucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe&#xA;9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///+4ADkFkb2JlAGTAAAAAAf/bAIQA&#xA;BgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8f&#xA;Hx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f&#xA;Hx8fHx8fHx8fHx8fHx8f/8AAEQgBAADoAwERAAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQF&#xA;AwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMB&#xA;AgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPBUtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdU&#xA;ZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eX&#xA;p7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZqbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUE&#xA;BQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEyobHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PS&#xA;NeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG&#xA;1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/a&#xA;AAwDAQACEQMRAD8A9EjFVQYqvGKrxiq9cVTJPsL8hireKqN5/vLJ8sVSYYqvGKrxiqoMVVIvtr8x&#xA;iqY4q7FUs1X+/T/V/icVQgxVeMVVBiq9cVRdl+39H8cVROKuxVBar/cp/rfwOKpcMVXjFV4xVeMV&#xA;RNp/ej5YqlYxVB63rFvo+lz6hOCyQgURerMx4qB8ycry5BCJkXK0WklqMoxx5l5efzQ8z3OoMY3j&#xA;toFaggRFYU/ymcFvuIzpuy+z8WbTRySFylv12cvU6OGLLLGLPC9P8sa5+l9NS4dQkwJSVV6ch4fM&#xA;HNTrdL4OTh6OvzY+CVJ0uYbUmSfYX5DFW8VUbz/eWT5YqkwxVL9R8x6Xp0npTyFpupjQciK+PQDN&#xA;brO1sGnlwyPq7g5un0GXKLiNvNU0vzDpeoymG2lJmC8zEylTxBpXfY9exzI0etx6iJljN1z7w16j&#xA;SZMJ9QRLazpiapHpbXCjUJVMiW+5JUCp3pQbCtDmeMEzDjr097jJjF9tfmMqVMcVdiqWar/fp/q/&#xA;xOKoJpEjjaR2CogLMx2AA3JOCUhEWeQTGJJoc2K3v5m6NbTlEgmnjU0MqhVB91DGv30zU/yziJqI&#xA;JHe7/D7O5pxsmIPcyTQ9asNZsFvbJmMRJVg44srDqpH09s2eLLHJHiDqdZo8mnycE+aZLljiouy/&#xA;b+j+OKonFXYqgtV/uU/1v4HFUuGKsRu/zK0+3dgLSWRQaBqqK+9M0UO3ccjtE09Di9nskx9QCeeW&#xA;PMlvr9nJcwwSQCN+BEgFCaVqpGxza6fUDLGwKdd2j2fLSzEZESsXsnYzIdeibT+9HyxVKxiqXeZd&#xA;J/S2i3NlXi0igxsezqQy/iMqz4vEgY97mdn6v8vmjk7vueO2fl26utSWCEpHcVKushIFV69Ad8s9&#xA;mu3fAJ0uYHqY/pH6R8Xou2cUSBnjuDV/oL2Lyrox0vT0gLcm+07dKscztbqfFnxPK5cnEbT5cwmt&#xA;MY/7tfkP1YquxVQvv95JPl/HFUnGKsR8tm2k8x6it5xN2GfgrU/nPLiD9H0ZyfZOMHV5TkHrs1fv&#xA;3r8cnoe0OIaeHB9G33JG5bT/ADTd6jYP6iWctZIQ1QI3PFwB2Fdvnno2k0enGLhjGMZZBuQOZHL8&#xA;e91kuKUAJE+StoEV9L57sNRvBSW+E1wo8EMcqKN+1E29sydTwjTShH+Gh9oaJxoPUo/tr885xoTH&#xA;FXYqleqf70L/AKn8TirHfNpkHl+64eCBqfy8xXNV20T+VlXl94dh2UB+Yjf42Qvkz6pF5WMyIrP+&#xA;+a5G1WKk0Df7CmV9lGMdJxDzv8e5ye1uOWqon+bX497GhqeoJFLJp80luyPWK0tIgIPiNWqF+EfS&#xA;prmFptTkkOIEjyA2dz+XxkgZAJWN5SPq+39b0bSLqa6022uJ4zFNLGrSIQRRqb7HOjxyJiCXlNVj&#xA;jDJKMTYBTay/b+j+OTaETirsVQOq/wB0n+t/DFUvGKvMNCfzMkl4dBSN5eC+r6nGlN+NORGcV2Ic&#xA;2/h+Vva68abhj499apVbVPMDb6zd3FpMAOJtx8AYeysi067iubHxc3iHxTKPdXJp0+HAY/uoxmPP&#xA;+wvRNAmM+j2spuPrRZN7inHkQaGoPcdM3+E3AG7ea1sOHNIcPDvyTe1/vRlripYMVSzzVa3935ev&#xA;LewYrdSIOFDQkBgWWv8AlKCMytFOMcsTL6UhhHlTy/q8eoxS3Fu0CxMGYvSpNOgGHtqEc2bHKH8E&#xA;rJ8q5fH9DtI6uMcEo3vLo9SiFEGYpdUqrgVMo/sL8hireKqN7/vLJ8sVSYYqket+SdF1mf15/Vgn&#xA;bZ5IGClqbDkGVx+GYWbs/FklxEbu10XbGbTx4Y1KPn+A7y75H0nQ2ZoGkn5KUrOVY8SakbBR+GZ8&#xA;JGMIwB2jycXVayeaVmh7k6bSbF9Rh1Ax/wCk26GOJgSAFNR06ftHLBnkIGF+kuNxGqTCL7a/MZSx&#xA;THFXYqlmq/36f6v8TiqBlhimheGVQ8cilXU9CDscjOAnExluCyhMxII5hiF3+WvqNKtnqs1rby/b&#xA;i4lqjwJDpX6Rmnj2OIE8MyIno9Dj9oNhx4xKQ63+wq9r+XsltEYoNWmjjcD1gFoX+fFlH4Zbi7L8&#xA;PaMiA0ntsSNyxxJHLy+xl1jaraWkNsjM6woqB3NWNBSpObOMaFOmzZDOZkepTKy/b+j+OSa0Tirs&#xA;VQWq/wByn+t/A4qlwxVh0/5d3DGX6rrElqsmxCIa07AlZFrmhwdiHEfTkIHu/a9DHt2JAE8Ql8f+&#xA;Olfafl9ew2jWzazI0chHqqI2CtTxX1Dl+PsuUb/eGj+O9h/LMOIEYhY5b/8AHWWaRplvplhFZQEm&#xA;OIH4m6ksakn6Tm0x4xCNB1Oq1Es2QzlzKZ2n96Plk3HSwYqvAqMVbWNAa03w2qsuBV64qmSfYX5D&#xA;FW8VUbz/AHlk+WKpMMVXjFV4xVUGKqkX21+YxVMcVdiqWar/AH6f6v8AE4qhBiq8YqqDFV64qi7L&#xA;9v6P44qicVdiqC1X+5T/AFv4HFUuGKrxiq8YqvGKom0/vR8sVRPow/77X7hirfoxfyL9wxVr0Yf5&#xA;F+4Yq36Uf8g+4Yq36cf8o+7FW8VdiriARQioPUHFVnow/wAi/cMVb9GL+RfuGKtejD/Iv3DFW/Tj&#xA;/lH3DFW+Cfyj7sVbxV2KtNHGxqyhj7iuKrfRh/kX7hirvRh/kX7hirfpRDoi/cMVd6cf8o+4Yq2F&#xA;UdAB8sVbxV2KtMisKMAw9xXFVvow/wAi/cMVb9GH+RfuGKu9GL+RfuGKu9OP+UfcMVbCKNwAD7DF&#xA;VP61bf78X78Vb+s2/wDvxfvxV31iD+cffirfrw/zj78Vd60X84+/FV4Nd8VdirTMqqWY0A6k4qp/&#xA;Wrb/AH4v34q39Zt/9+L9+Ku+sQfzj78Vb9eH+cffirYliJoGFcVXYq7FVjzRIaO4UncAnFWvrVv/&#xA;AL8X78Vd9Zg/34v34q39Yg/nH34q714f5x9+KrldW+yQadaYq3irsVWvJHGKuwUHYE4qt+tW/wDv&#xA;xfvxV31mD/fi/firvrEH84+/FW/Xh/nH34q2siMaKwJxVIRiqoMVXjFV64qvXFUyT7C/IYq3iqje&#xA;f7yyfLFUmGKrxiq8YqqDFVSL7a/MYqmOKuxVLNV/v0/1f4nFUIMVXjFVQYqvXFUXZft/R/HFUTir&#xA;sVQWq/3Kf638DiqXDFV4xVeMVXjFUTaf3o+WKpWMVXjFXnuueZ7+bWJorK4kSJH9KJY2IDFTSu3i&#xA;2cT2jr8885GOREeQovXaPs6EcIMwLqzbPtKSZLKJZnMkiqAztuSe5zsNPCUYASNkDm8vqCDMkCgj&#xA;ly5pTKP7C/IYq3iqje/7yyfLFUmGKpPqPmm2tLs2kMD3Vwv21j6A+Fd9/ozS6vtqGLJ4cYmcx3Oy&#xA;0/Zspw45ERj5rtI822N/dizKNb3DAlFelGI6qD45m9na0aqEjEEGFcQPS/7GrVaGWGjYIKJtvMlj&#xA;P5huNDVXFzbx+o0hA4H7NQN67cx2zby0ko4hk6Fw6TuL7a/MZioTHFXYqlmq/wB+n+r/ABOKpZf3&#xA;8FhZy3c9fTiFSBuSSaAD5nKNTqI4YGcuQbsGCWWYhHmWIyfmBrKRm8TRHfTgTymBelAaE8+PHNXi&#xA;7UyTHF4fo/Hk9DHsLCTwHKBk7tvuu2Z6Vfx6hp9vexKyR3CCRUcUYA+ObjHPiiD3vPanAcWSUDuY&#xA;mkauTaUXZft/R/HFUTirsVQWq/3Kf638DiqXDFWJXvnLVl1K4stP03609uzKQCzMQjcS1FHSuaH+&#xA;VskssscIXwkj5GnoMHZGI44zyT4eKvtTjyxq+s6ilwdT01tPMRURFq/HyrWgYV+Gg+/Nrpss5g8U&#xA;eFwe0dLhwmPhZPEvn5J8MyXWoi0/vR8sVSwYq1cRyyW0scUnpSujKktK8WIoGpUVocjMEggGizxy&#xA;AkCRYB5PHbm3vNL8xGwtn9e6glVYm4j4mIBB4kt45yEtLLFmqO8gdn0THOGfT+JIcMZDd7FpK3a2&#xA;MK3biS4Cj1HAABbvQDOtwiQiOI2Xz/UmBmeAVHojlyxoTGP+7X5D9WKrsVUL7/eST5fxxVJxirDd&#xA;C1Gx07zFqUWozJBMxbjLKQg+0WO52HIEHOU7LrDqsvibE3ufff283pNbp55dPA4wZR7hv0/Qln1e&#xA;z1fWdQfR5VNygM9u0Z2cowGzfqOej6fUY4YoHnGXN1c4yxwAkKb8k3tze+e57m5FLh7ZxKKU+JeC&#xA;nbsdsu7QxiGmAjyv9bhzFPUo/tr8851rTHFXYqleqf70L/qfxOKpJr1vY3Glyw3swt4XoBMafC1a&#xA;r1zB7Rx454jHIeEHr5uZock4ZRKA4j3ME1E+ZfLVok1rqkU+mu4RUjcPs5psjDb/AGBzTeHm0+M8&#xA;MwYVtR/H2PT4pabVSInjkMgHd+kfpR1pqJfyRqRMnCRpUCJy3+Jk5AfMA5ZoMn+Cy36/qceeH/DY&#xA;bbUf0ss8ju7+WLJnYsf3gqTU0Ergfhm70p/dh0/bAA1M68v9yGT2X7f0fxzIdYicVdiqB1X+6T/W&#xA;/hiqXjFXnIstYvPM+pxaTdCzugZ2MpqKr6oFNge5GcfpMeSeryCB4TxS+XE9fLLix6WByx4o+n58&#xA;LeiaJqWo38+nahfMXCl7qRanmYyF707tXfMjQ4pZMs4yl1N/Aoz6uGHFHJCI8vK93pFjax2lnDax&#xA;lmjgRY1ZjViFFBXpnTQjwgDueVzZTkmZHnI2jrX+9GSa0sGKqgxVj1j5TSPzNfa1cFXknYfVlFTw&#xA;QIFYmv7RI+755ix04GQzLuM3ahOmhgjsI8/M39zJlFBTMp06ouKpkn2F+QxVvFVG8/3lk+WKpMMV&#xA;S/VPLWh6swa/tFmcCgcFkangWQqcoyabHM3IWXN03aOfAKxyofA/e7RvK2iaO5fT7f0SV4/aZiBW&#xA;tKsScyRIiAh/COTTn1OTKbmbKNt9H0yDUJdRht1S9nXjLMK1IqD06b03ycs85RECfSGm0xi+2vzG&#xA;VITHFXYqlmq/36f6v8TiqWXthaX9s1vdJ6kTUNKkEEdCCMo1GnhmjwzFhtwZ54pcUTRY+Py08utO&#xA;JJGuJFBr6TOoU+3wqG/HMLH2Rhiev4+DuP8ARDqOGhwjzr9tfYjT5F0Ji5Il4sCFQOAE/wBXau3v&#xA;XJw7LxR5W0DtnOK5fLmnel6db6dYxWVtX0YgQvI1PxEsST8zmdjgIig6/UZ5ZZmcuZTWy/b+j+OT&#xA;aUTirsVQWq/3Kf638DiqXDFUDZaFYWmpXGoxcvrFyCHqaqOTBmoKdyMwsGgx4skskb4pc/vcvLrZ&#xA;zxxxn6Yqtnotla3017Fy9aeoapqoDHkeIp3IyeHRwxzM485Iy6uc4CB5RTIZlOKibT+9HyxVLAre&#xA;BxVeFbwOKrwDiq9QfDFVQA+GKpin2F+QxVvFVG8/3lk+WKpOFbwOKrwp8Diq5QcVVAD4YqqxA812&#xA;7jFUwxV2KpZqgJmSg/Z/icVQoVvA4qvAPhiq9QfDFV6g+GKouzH2/o/jiqJxV2KoLVATClP5v4Yq&#xA;l4VvA4quAPhiq8A4qqAHwxVEWoPq/RiqMxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2&#xA;KuxV2KuxV2KuxV2KuxV2KuxV2KuxVC/pK28T92Kt/pC38T92Kt/X4P8AK+7FWxewe/3Yq2LuH3+7&#xA;FVYGoBHQ4q7FVskixoXb7K7nFUP+krbxP3Yq3+kLfxP3Yq2L+A+P3Yq39ch9/uxVct1ESAK1O3TF&#xA;VXFXYqozXcMLBXrUiooMVWfpG28T92Ku+v2/v92KrhfQHx+7FW/rkPv92Kr45Ukrx7dcVX4q7FVO&#xA;eeOFQz1oTQUxVS/SNt4n7sVd+kLf3+7FWxfQHx+7FV31yH3+7FVyTxu1FrXFUjGKqgxVeMVXjFV6&#xA;4qmSfYX5DFW8VUbz/eWT5YqkwxVeMVXjFVQYqqRfbX5jFUxxV2KpZqv9+n+r/E4qhBiq8YqqDFV6&#xA;4qi7L9v6P44qicVdiqC1X+5T/W/gcVS4YqvGKrxiq8YqibT+9HyxVKxiqoMVS7Wtbj01YhQPJIwq&#xA;vggPxH+ma7tDtAacDqSfs6ubo9IcxPcPvTO3mjnhSWM8kcBlI7g5nwmJAEci4k4GJo8wrrkmKZR/&#xA;YX5DFW8VUb3/AHlk+WKpMMVY5e+ZNYl1Cay0WzS5e3JEplaleJoafEgG/vmil2plnnljwxB4Od/2&#xA;h3WHs/CMYnmkYiXKv7Cl8/5g6nbxxw3GmfV9QDt60UhYKY1Ao69D8Rr49O+dP2VpZaiBlkBhW3xc&#xA;fWaPFjmBjnxxIv3eRZtY3cV5aRXUJrHMoZfavY/LKMmMwkYnmHXEUaRcX21+YyCExxV2KpZqv9+n&#xA;+r/E4qhBirAtb8/X9prpW14tpltII5l4g8/5zy7Hrxp4ZoMvakvGIj9ETXv/AB0er0XYeOeD1/3k&#xA;hY8u7b72aP5g0WLh6l7EvqKHSrD7LCqn2qD3zcHU47riDz8dDmN1E7JjE6SIrowdGAKspqCD0IIy&#xA;8G3FIINHmjbL9v6P44oROKuxVBar/cp/rfwxVjuv301ho9xdQ0EsYXiTuAWcLX8cwe0s8sWCU4/U&#xA;K+0gOXocAy5owPI/qQvlbzEup2EjXDqtza/356Dj1D/hvlHZevObFc/qjz/W5PaXZ5w5AIj0y5fq&#xA;SbR/P0l35imSd0h0gqwhLChBU/CxPWrDtlODtTizESIEOjstV2IMenBjZy7X+PJm9le2l5D61rMs&#xA;0dackNaEdj4HNzCYkLBt53LhnjNSFFHWn96PlkmtLBirHfNnmtdIeCCEhrhiJJF/4rB6f7LNN2p2&#xA;hLCYxh9V2fd+13PZfZZ1AMj9PL4/sYlq+utqN09zWittGvgo6DNJqJnPkMz8Pc7/AEui8KIiyPyF&#xA;5gEjNpczfFu9sT4dWX+P35vOy8pA4D8HVdtaGh4o+P62crm4ecTGP+7X5D9WKrsVUL4VtZPl/HFU&#xA;nGKvPvM0vlxpLyd3ubC9iLn4U5BnHcAGoLfMZyOQabJqJVx48t/Anv8Aj8HqtEdRCA2jkhXf0Y95&#xA;EHmfV5LrUVt1vi6tbmS7YmisoU8SWUkhdq56d+6wYoYZSNxo7dfv6uk1WSEshIHDZ5B6F5KlurV7&#xA;nR7tSstufUUdaA05Co7bgjMTtKMZAZY8i0ZgCBIMuj+2vzGapx0xxV2KpXqn+9Cf6v8AE4qkHmTU&#xA;/wBHaRNKppNIPThp2Zh1+gb5ru1NX4GEkfUdh73O7O03i5gDyG5YHDpPmI6JcW8Wkie3vuEpuCQJ&#xA;AF3Qr8Q9+3fNJpNPnGEgQ2lvf3PVT1enGYTOSpQsV08+n4pV8q3Hlt0vINbWnphfQrz+zvyC8O42&#xA;yXZRx0Rk5tfaA1Fxlg68+X6Xpej/AFH9G231D/ePgPQ6/Z/2W+dPjrhHDyeS1XH4kvE+u902sv2/&#xA;o/jk2hE4q7FUFqo/dIf8r+GKsR86tx8r3p8PT/5Opmu7WF6eXw/3Qdn2ML1UPj/uSwP9D64lhaXO&#xA;lJLLHq0LQTiME0PqUKseykKDU++aTFpMkYRMLqYo/N6v83gOSUcpAOKVi/d08/2Ot7GLTvMT2Jkh&#xA;lSEFGNzy9IN6YLMeHxfarxyPhjHqTCht1N1yYy1XjYOMCQJ/m8+fnt72T/lm7fWNSSvwUjbj2rVh&#xA;3zd9nHm6r2hA4YHrv+h6Ha/3o+WbN5hLBiqBvNB0q8mM89pDJMaVkeNGY0FBUkV6ZTPTwkbMQT7n&#xA;Lw63LjjwxlID3lanljRgKCzgp4ekn9MiNLjH8I+TM9o5v58vmURbeX9KgmWaK0hSRDVXWNAwPsQM&#xA;nHDAGwAxnrsshRlIj3lNVy1w0yT7C/IYq3iqjef7yyfLFUmGKtSW9vN/exJJTpyUN+vIyhE8xbOO&#xA;SUeRIVIIIIU4QxrGv8qgAfcMmTbBVVV5FqDkdie+NqrRfbX5jAqY4q7FUs1X+/T/AFf4nFUvubS1&#xA;u4vSuYlmjqDxcVFR3yrLhhkFTAkPNsx5ZQNxNFEKAAABQDYDtTLQGslAN5Z0B5nmaxiMkjcnbj1P&#xA;WpHTMc6XFfFwiy5ke0M8YiImaCaRRxxoscahI0ACooAAA6AAZeBTiSkSbPNG2X7f0fxwoROKuxVB&#xA;ar/cp/rfwOKpVPbwXELQToskMgo6MKgjIzgJCjuGePJKEhKJohfbW8NvCkECCOGMcURRQADwxjER&#xA;FDks5ynIykbJQknlzQ5rx7yWzje5lp6khH2qCgr2O2VT02OUuIxBLdj1mWEeGMiAjbPT7G0aVraB&#xA;IWmPKUooHIjxp88sjCMeQpryZ5zAEiTXJMbT+9HyybUghY3X++z94xVeLO5/kP4YquFrcfyHFV4t&#xA;Z/5P1YquFvN/L+rFUcgIRQeoAxVvFVK6Rnt3VRViNhiqWCyuv99n7xiq4Wdz/IfwxVcLW4/kOKrx&#xA;bT/yfqxVUjglDqSuwOKo3FXYqgNQt5pZVaNeQC0J28cVQ4srr/fZ/DFVwtLgfsH8MVXi1uP5D+GK&#xA;rhbT/wAn6sVRNrG6cuQpWlMVV8VdiqF1CGSWJRGvIhqn7sVQIsrr/fZ+8YqvFnc/yH8MVXC1uP5D&#xA;iq8W0/8AJ+rFVa3ikWSrLQUxVFYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX&#xA;Yq7FXYq7FXYq7FXYq7FXYqkQmm/3433nFV4ml/nb7ziq8Syfzn7ziq8SSfzH7ziq8SP/ADH78VTB&#xA;PsL8hireKqV2SLaQg0IGxGKpQJpv52+84qvEsv8AO33nFVwkk/mP3nFVQSSfzH7ziqpG7l1+I9R3&#xA;xVH4q7FUu1OSRZkCsVHHsadziqFE0v8AO33nFV4ll/nb7ziq9ZJP5z95xVeJJP5j95xVFWjMedST&#xA;064qiMVdiqD1N2WJCpKnl2NO2KoATTfzt95xVcJZf52+84qvEkn8x+84qvEkn8x+84qiLVmMlCSd&#xA;sVSoYqqDFV4xVKNF8wNqN7exLGBBbuEikBry3IJP3VzWaHXnPOYr0xNA9/N2Gq0PhQib9Uhunq5s&#xA;3Xpkn2F+QxVvFVG8/wB5ZPliqTDFUouvOGgWsjpNcHlGxVuKORUbHcDNYe2NOJGPFuPIuyxdk55g&#xA;EDn5hTi8/eVXi5pe1PIqY+EnMEUO68em/XNvpMMtRHixi4/L72jU6HLhlwzFHnzCb6ZrWm6kCbOY&#xA;SFd2QgqwHjRgMnm008f1Bx5QMeaZRfbX5jKGCY4q7FUs1X+/T/V/icVSrUdTtNNtvrF0xWOoUUBJ&#xA;LEE02+WY2q1cMEeKZ2um/T6aeaXDDmk4/MTywrhZJpIwTuzRtQfOlTmNj7Vwy5E/J2X8gakiwAfi&#xA;yaCaKaJJoXEkUihkdTUFTuCCM2IIIsOonAxJBFEKy4WKLsv2/o/jiqJxV2KoLVf7lP8AW/gcVSuS&#xA;VIomlkPGONSzt4ACpORnMRiZHkGUYmRAHMsfl/MLy3CSHeXbwjOa2HbGCXIn5O3h2DqZcgPmnuka&#xA;tZarYpe2Tl4JCQCQVIKmhBBzYY8gnHiHJ12q0s8EzCYqQR4yxx0Taf3o+WKpWMVSHzbq9/YLZxWU&#xA;gikupCnMgHwA6g/zeGaftbU5cfBHEaMi7bsrS48vEZixEKbalrOm6BfXep3CTSop9BkAWhb4V3AS&#xA;vxHwyUZ58WGRyyEpdK/A+5sjp8ObPCGKJA63+D0X+QbIw6NFKwo89Zj8m+z/AMKBkuysHh4R57r2&#xA;1l4sxA/h2/HxZYubR0qYx/3a/IfqxVdiqhff7ySfL+OKpOMVeaxTXMV3fNb6WmqvVv3UieoF+I70&#xA;oc4Ts8kZ51AZN+663exyCJxxvIcfmDXRL/yugi1XX76TUbKNWUPILYqAisz0PwUp8PSlM9b1kjh0&#xA;8I4/SPLbo8vnySJsyMj3vWLPSNNtLh57a3SGVxxYpsKdaBfsjp2GaWeonOPDI2GkzJFFMI/tr88p&#xA;YJjirsVSvVP96E/1P4nFWIefv+OLH/xnX/iD5oPaL+4j/XH3Sdz2H/fH+r+kMJ1vV4bjSbXTP0RH&#xA;bTlYgl81FdwKDkpKps9NyWpmGNQJYow4BE0N+/z5Dm9PotKYZZZfFMo7+noPLmeXuTWLU9Z0TTbe&#xA;C31GErb/AAi1SkhAJJNW4cTv/lZk4NRlhEDjia6D+z9LgnT4dTkMpQl6v4uX6b+x6Jo98b/TLW8I&#xA;4tPGrMo6Bqb0+nN/jnxRBeV1WHwssodxTey/b+j+OTcdE4q7FUDqv90n+t/DFUj1f/jkX3/MPL/x&#xA;A5ia/wDxfJ/Ul9xcjSf30P6w+951pN3qUFrcCz0RNVq5PqPH6nE8R8PQ/POa7JnMQIEOLfnT1+rx&#xA;Y5EcWU49uV0mdr5t1rTrGS0mtFhuTQwIUEfp8t941AB67ZscOuzQBhMepwf5MxZpiYkTHrvd/FnO&#xA;hfpT9FwHVCDekEyUAHUkqDxoK060zd4eLhHFzdBrPC8U+F9CbWv96PlljipYMVSbzVoUOqWaPJJJ&#xA;G1rykRohybpuAvfptmDr9NHLGzfp32dn2ZrZYJkAA8W27FE8nxXUtvBJe3rR3CetxZSFCimzE1Ct&#xA;vmuhpRIxieP1C9+nkfN3x7WMBKQhjuJrm9F0+1S2t0iQUVFCqPADYZvYRoU8nmyGciT1Ri5JqTKP&#xA;7C/IYq3iqje/7yyfLFUmGKpToegPp19d3DSiRZyfTUDcAnlvmo7P7MOnyTmTYlydjrNcM0IxquFK&#xA;7/yLcLrEmq6LefU5piWmjNQOTfaKsK7Md6EZ1uHtGPh8GSPEA4UZDqnWg6PqVnNJcX9811NIvDjU&#xA;lRvWu/8ATMbVamEwIwjwhM8gIoBPovtr8xmE1JjirsVSzVf79P8AV/icVY/5k0ebVtOFtC6xyLIs&#xA;gL1oaAim1f5s1vamilqcYjE0RK/v/W5/Z2rGDJxEWKpLfNHkx9X8s2+n28qx6jYpGLW4YHiWjABV&#xA;qb8X45PJoRLFGB5xFX8KbdN2nLFmlMfTMmx8f0JZYeQvMH6Ka1ubqBCSH4LVgXG1C/FW4gf7WYeD&#xA;szJCPCZCnYjtnCJiXDK+X4Fs40awaw0y2s2YO0CBWYdCe9M3GKHDEB0WrzeLllPlZTey/b+j+OTc&#xA;dE4q7FUFqv8Acp/rfwOKpRd2/wBZs57evH1o3j5eHJSK/jlOoxeJjlD+cCPmGzDPgmJdxBYdH5O8&#xA;22kciadqkdurnkVUuKmlP5Tml0vZmowihMAPRT7W0uTeeMyPw/WiLPyLd3FncnU7jlfyH9zKCWAP&#xA;i1aFq5fg7LIiTOVzPVoPbIjMeHGsY6fjkyjy/ZX1lpcNtezCeeOo5rUjjX4RUgE0GbTDCUYgE2XV&#xA;63NDJlMoDhiU4tP70fLLXESwYqvAqMVbESeGCmXEVZcLFeuKpkn2F+QxVvFVG8/3lk+WKpMMVXjF&#xA;V4xVUGKqkX21+YxVMcVdiqWar/fp/q/xOKoQYqvGKqgxVeuKouy/b+j+OKonFXYqgtV/uU/1v4HF&#xA;UuGKrxiq8YqvGKom0/vR8sVVfqNr/vsfecVb+p238g+84q76nbfyfif64q39Vg/k/Xirf1eH+X9e&#xA;KqgAAoOgxV2KtOiupVhVT1GKqP1K1/32PvOKt/U7b+QfecVcLO3H7H4n+uKrvq0H8n68VbEEINQu&#xA;4xVfirsVU5beGUhpF5EbA74qt+pWv++x95xV31O2/k/E4q2LS3H7H4nFW/q0H8n68VXJGiV4ileu&#xA;KrsVdiqyWGOUASLyA3GKrPqVr/vsfecVd9Ttv5PxOKti0tx+x+JxVv6tB/J+vFVywxqaqtDiq7FX&#xA;Yq7FXYq7FXYq7FXEgCpNAOpOKrPWh/nX7xirfrRfzr94xVr1of51+8Yq36kf8w+8Yq3zT+Yffire&#xA;KuxVppI1NGYKfc0xVb60P86/eMVd60P86/eMVb9WI9HX7xirvUj/AJh94xVsMp6EH5Yq3irsVaZ1&#xA;UVYhR7mmKrfWh/nX7xirfrQ/zr94xV3rRfzr94xV3qR/zD7xirYdTsCCfY4q3irsVdirsVdirsVd&#xA;iqjef7yyfLFUmGKrxiq8YqqDFVSL7a/MYqmOKuxVLNV/v0/1f4nFUIMVXjFVQYqvXFUXZft/R/HF&#xA;UTirsVQWq/3Kf638DiqXDFV4xVeMVXjFUTaf3o+WKozFXYq7FXYq7FXYq7FVG9/3lk+WKpMMVYrq&#xA;P5iWVnNNGtnNOISQWUgV47VpvmlHbUJTMREmjTvcPYU5xEjKItFeSfPFp5piuWhtpLZ7YgMshBqG&#xA;rxII/wBU50mp0k8IHF/E6bJDhNXaZ2PmSzu9audJjRxNbAkyGnFipAYDeu1ccmklDGMh5FiYEC07&#xA;i+2vzGYrFMcVdiqWar/fp/q/xOKpfcXMNtbS3EzcYolLufZRXIZJiETI8gzx4zOQiOZSbyx5ytdc&#xA;uZ7YQm3niHNFLBuaVoT0FCKiozD0evGckVRdp2j2RLTREr4on7CyUZnuoXriqLsv2/o/jiqJxV2K&#xA;oLVf7lP9b+BxVKpphDBJMRURqzkDwUVyGWfBEy7hbKEOKQHexE/mFfMGNtoktwqmhaORmFffjEc0&#xA;uDtmWUWMZ+f7HoR2DAfVlEfeP+PMo0HU59T02O7ns5LGRywNvLXkKGldwpoflm4w5DONkU6fW6aO&#xA;HIYRkJjvH4KZjLXERFp/ej5YqjcVdirsVdirsVdirsVUL7/eST5fxxVJxirzfTrXzDc6pqKaJdRW&#xA;s/xeo0oBBXmaAVSTvnH9lxynLPwyBvv8/cXsdTk08cMPGiZDpXu94S/8vdP80iK7/RVzFC/7v6yW&#xA;Cnl9rhTkj9N89Y188I4fFF86+z3PL5OFk3lGC7j813ZvGD3XGUTOtKF+S1IoB+rMXXGJ08eH6dqT&#xA;kA4NnoEf21+eaFxUxxV2KpXqn+9C/wCp/E4qwT8wtVMdpHpsZ+Kakk9P5AfhH0nf6M57tzV0BiHX&#xA;c+7o9D2Bpbmch6bBhk2padDfwy6RHNE0EMSTO4CFpPi5MvFm+1TNTqcsQYHHY239/e74QykGOWiC&#xA;SRXd3bjoyN0vU1azitdRkP6SjiY3IJrxm67V39s2sYSjkAEj6gN/e6+MoHFIzgP3ZO39VHeTnu7X&#xA;zZfaa1w80CLIDzJNSjgBqEnfNhpbjkMbaO1RCelhk4QJGvtD0iy/b+j+ObJ5dE4q7FUDqv8AdJ/r&#xA;fwxVJtR/4511/wAYZP8AiJzH1f8Acz/qn7m7T/3kf6w+959oVp5smtbh9Fu0toFk/ehyBVuI33Vu&#xA;2cz2PjznGTjNRt67W5tJCQ8eJka/HUIiyt9Q1HTdSkkvnAtIzO6gkh3oxFdx2XLOz45MkJEyPp39&#xA;7Tky48WSAEB6jXu5frZL+Xt3c3Ghv68hkMM7xxljUheKNSp92Ob7QyJhv3uq7dxRhnHCKuIP2ll1&#xA;r/ejMx0yNxV2KuxV2KuxV2KuxVRvP95ZPliqTDFUHp2iWFhc3FzbqRJcmr1NQNyaL4DfMPTaHHhl&#xA;KUecnKz6zJljGMuUV2j6Fp+k+t9TUr67Bn5GvStAPYVzaZ9VPLXF0ceUiVa20iyt9Qmvo1Inn2ep&#xA;23IJoPemCeonKAgeQSchIpMovtr8xlDBMcVdiqWar/fp/q/xOKpA3l6yk1karIWeUAARNQpULxrS&#xA;nhmvPZ2M5/GN8Xd05U5sdfMYfCHLv6rta8t2OrQLFITCyE8XjArvT29sOs7PhnAvau5Oj7QnglY3&#xA;96jZeTdNtZLCRJJWNggVAxHxFWLAtt4t2ycdFASjLf0t+XtbJMTBA9Z/Yi7Ly3ZWut3GrRu5muAQ&#xA;YyRxBYgsRtXtlscAjMy72nL2hOeGOIgVFkVl+39H8cvcBE4q7FUFqv8Acp/rfwOKpXLEk0LxP9iR&#xA;SjU60YUOQyQE4mJ5EUyhIxII6MUufyx0i4DBrq4Abw4f805qMXYmOHKUvsd9D2iyx/hj9v6050fy&#xA;nYabZXVqkkkqXi+nMzEA8SCNqDb7RzL0vZ8MMZRBJ4nX6jtGeWcZUBwbj8fBG6Bolto1m1rbu8iu&#xA;5lZnpXkQB2A7KMysOEY40GrW6yWonxSAG1J1af3o+WWuIjMVdirsVdirsVdirsVUbz/eWT5Yqkwx&#xA;VeMVXjFVQYqqRfbX5jFUxxV2KpZqv9+n+r/E4qhBiq8YqqDFV64qi7L9v6P44qicVdiqC1X+5T/W&#xA;/gcVS4YqvGKrxiq8YqibT+9HyxV//9k=</xmpGImg:image>
               </rdf:li>
            </rdf:Alt>
         </xmp:Thumbnails>
         <xmpMM:RenditionClass>proof:pdf</xmpMM:RenditionClass>
         <xmpMM:OriginalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</xmpMM:OriginalDocumentID>
         <xmpMM:DocumentID>xmp.did:785194e2-b1e9-d947-a16b-21d76a63cde8</xmpMM:DocumentID>
         <xmpMM:InstanceID>xmp.iid:785194e2-b1e9-d947-a16b-21d76a63cde8</xmpMM:InstanceID>
         <xmpMM:DerivedFrom rdf:parseType="Resource">
            <stRef:instanceID>xmp.iid:355b6238-19c5-b346-a69e-74b0ff58e277</stRef:instanceID>
            <stRef:documentID>xmp.did:355b6238-19c5-b346-a69e-74b0ff58e277</stRef:documentID>
            <stRef:originalDocumentID>uuid:65E6390686CF11DBA6E2D887CEACB407</stRef:originalDocumentID>
            <stRef:renditionClass>proof:pdf</stRef:renditionClass>
         </xmpMM:DerivedFrom>
         <xmpMM:History>
            <rdf:Seq>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>saved</stEvt:action>
                  <stEvt:instanceID>xmp.iid:a57b2a78-e7bc-d747-8cfa-2946da27c7f8</stEvt:instanceID>
                  <stEvt:when>2020-01-14T12:56+05:45</stEvt:when>
                  <stEvt:softwareAgent>Adobe Illustrator CC 23.0 (Windows)</stEvt:softwareAgent>
                  <stEvt:changed>/</stEvt:changed>
               </rdf:li>
               <rdf:li rdf:parseType="Resource">
                  <stEvt:action>saved</stEvt:action>
                  <stEvt:instanceID>xmp.iid:785194e2-b1e9-d947-a16b-21d76a63cde8</stEvt:instanceID>
                  <stEvt:when>2020-11-12T10:18:39+05:45</stEvt:when>
                  <stEvt:softwareAgent>Adobe Illustrator CC 23.0 (Windows)</stEvt:softwareAgent>
                  <stEvt:changed>/</stEvt:changed>
               </rdf:li>
            </rdf:Seq>
         </xmpMM:History>
         <illustrator:StartupProfile>Web</illustrator:StartupProfile>
         <pdf:Producer>Adobe PDF library 15.00</pdf:Producer>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                                                                                                    
                           
<?xpacket end="w"?>��XICC_PROFILEHLinomntrRGB XYZ �	1acspMSFTIEC sRGB���-HP  cprtP3desc�lwtpt�bkptrXYZgXYZ,bXYZ@dmndTpdmdd��vuedL�view�$lumi�meas$tech0rTRC<gTRC<bTRC<textCopyright (c) 1998 Hewlett-Packard CompanydescsRGB IEC61966-2.1sRGB IEC61966-2.1XYZ �Q�XYZ XYZ o�8��XYZ b����XYZ $����descIEC http://www.iec.chIEC http://www.iec.chdesc.IEC 61966-2.1 Default RGB colour space - sRGB.IEC 61966-2.1 Default RGB colour space - sRGBdesc,Reference Viewing Condition in IEC61966-2.1,Reference Viewing Condition in IEC61966-2.1view��_.���\�XYZ L	VPW�meas�sig CRT curv
#(-27;@EJOTY^chmrw|�������������������������
%+28>ELRY`gnu|����������������&/8AKT]gqz������������!-8COZfr~���������� -;HUcq~���������
+:IXgw��������'7HYj{�������+=Oat�������2FZn�������		%	:	O	d	y	�	�	�	�	�	�

'
=
T
j
�
�
�
�
�
�"9Qi������*C\u�����


&
@
Z
t
�
�
�
�
�.Id����	%A^z����	&Ca~����1Om����&Ed����#Cc����'Ij����4Vx���&Il����Ae����@e���� Ek���*Qw���;c���*R{���Gp���@j���>i���  A l � � �!!H!u!�!�!�"'"U"�"�"�#
#8#f#�#�#�$$M$|$�$�%	%8%h%�%�%�&'&W&�&�&�''I'z'�'�(
(?(q(�(�))8)k)�)�**5*h*�*�++6+i+�+�,,9,n,�,�--A-v-�-�..L.�.�.�/$/Z/�/�/�050l0�0�11J1�1�1�2*2c2�2�3
3F33�3�4+4e4�4�55M5�5�5�676r6�6�7$7`7�7�88P8�8�99B99�9�:6:t:�:�;-;k;�;�<'<e<�<�="=a=�=�> >`>�>�?!?a?�?�@#@d@�@�A)AjA�A�B0BrB�B�C:C}C�DDGD�D�EEUE�E�F"FgF�F�G5G{G�HHKH�H�IIcI�I�J7J}J�KKSK�K�L*LrL�MMJM�M�N%NnN�OOIO�O�P'PqP�QQPQ�Q�R1R|R�SS_S�S�TBT�T�U(UuU�VV\V�V�WDW�W�X/X}X�YYiY�ZZVZ�Z�[E[�[�\5\�\�]']x]�^^l^�__a_�``W`�`�aOa�a�bIb�b�cCc�c�d@d�d�e=e�e�f=f�f�g=g�g�h?h�h�iCi�i�jHj�j�kOk�k�lWl�mm`m�nnkn�ooxo�p+p�p�q:q�q�rKr�ss]s�ttpt�u(u�u�v>v�v�wVw�xxnx�y*y�y�zFz�{{c{�|!|�|�}A}�~~b~�#��G���
�k�͂0����W�������G����r�ׇ;����i�Ή3�����d�ʋ0�����c�ʍ1�����f�Ώ6����n�֑?����z��M��� ����_�ɖ4���
�u��L���$�����h�՛B��������d�Ҟ@��������i�ءG���&����v��V�ǥ8��������n��R�ĩ7�������u��\�ЭD���-�������u��`�ֲK�³8���%�������y��h��Y�ѹJ�º;���.���!������
�����z���p��g���_���X���Q���K���F���Aǿ�=ȼ�:ɹ�8ʷ�6˶�5̵�5͵�6ζ�7ϸ�9к�<Ѿ�?��D���I���N���U���\���d���l���v�ۀ�܊�ݖ�ޢ�)߯�6��D���S���c���s���
����2��F���[���p�����(��@���X���r�����4��P��m��������8��W��w����)���K��m����Adobed������,,���	
	
1q���!A2"�Qa�	��B3b#�R$4D%6f�r�CcT��5EUF�7	
!1AQaq"��2B#��Rb�3�	r�Ss$u�c��e'�dt�U��񒢳4�&6F7��?�0@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@���!�p@J@9����@Y ̷��#������3�� �g�o�P@	���� 2O�.�s�����Fch�z@��
��P��J��e��@] ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d �x�l�g�o�P@�-�����s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��s=#��@5�o�@G绚�vg��@5 ,�P���3G�@d �@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@Ap�<�6x��j�o����@]����@fE#\���@= ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d 8��՚gG[�v�7�]���披�d4��F����6W�*����|��c{�x�]��=cwj�v���%����үL�w&�(AJo�,��{w]�٫N�����ڄ�ҭ:�Ҥ#锚��hꎭ���,���m�X���d�������`��.��J�����i�+��ڸ���~<�F^����=
�nyS�ڤ#]���Z|�);���6���}(ҷ�G�h�v�.�\��;����iYgipx�a�|<|4.��Dw�ە�v晏f��߿��LJU���ˏO��dž���-š���v�9۵jү	;Μ�W�LJ<�}��i�Mv����kԱ����ڮV��dK\Ա���Ji��̭W�V3���z��~���e�~R{v�ռ�iN����}k:������P����Y�#'	i���s�{YKv-a	p� ��|3���;W"��¿j���ʻaү�Wm�'EN
�������u/(5ȷ�kY6���B��7	٥]x��5�ӎ�Ӟ�;a1S\��I�?�v�eE��8��d�nk~/\�@ч��H��矲۞�15�ghy���U�;O�^Ǖ֗�wmڊ����j
���:$%��,]O5t�>��^.��
�ͷ;�~	�sEܫUwJKͲ��/I��
u,�O-
©��OQp����z��n|z��ɱ��^U��y���Wݝ�(��x�P�5-'2z~��{>ۤ�݄�8�c$���Al��u̎jz�g�LK&�VI�%��F9�p��|��p��8\N3\�Tk�g�����ٚ\?���/�~�Ru�ٳj!��s@1 .�so�-����������o��k�>�>?O��/_�?�?w����ΟJ��ß>������
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@Ӯ������z�#�YG�P�)�U�Ke�s�C��F[���|ak�P?�W5Ш7�3�.��L��/�ѳ��u�����pg��ҟ">6���R�vR�gd�ݞ�,�ܛ������[��1�j��Ve�6���J2���S�5F���{՗˅��1v5�,s��E%;C)�iZ���#��M�;�{n���^�:�N��Ϳ~��QMצ�!j�|�ڌ-����o�j��Ҷ�%�L�ݷU�N�ˌ�M��r���gX�|��u��j�o���Y��_����G>u-Le�� �c���`�G��}��w;�㹻S���ynQw��]x�Q���şU��Rs����Z���%��}������8��!F�&�r�|m�T��G�I����wS�֤����7���M$�I%�����^��1��W�U�T��{HŎ�O�O�c�Ηn|��W{y�]7K�&�+V��e[�#s+L�>���nR���ܕ�FRSɵ����er�55Y���v�Ln4�-�>1��*:��܊Q�T�`�T����w���.�Yu��
YjK�o�s8����d���/LfF#%��2���Z\Z=��hgl}�{B�}p�%j�(�ڕz&�>2U}3��WJ�ѓ�<[��G�^���;}A8��8�>�b����@?z����b@xe��{�Ց���b;=�kt�Om���6J��]�׳�+4���NYWm�Y�0־�Z��$'�(��/���i2�l�����O�ȩ[���~pu��s�[RN0�L�e%�q��N|�%�s��R��V��wV>sT��K#�_R���t��5әOQy=]^8�l!iZVc���*%JR��N�N��r=��7=�뙵��u5
�T�540v��|����a���O^�?St�/���]��:a4�>���EI�!Ϙ����+��kc���Ɣ^U�qQ�vܤ��c���4�Ғ��/z5��"�K�'��
�
�g�r@H�mP@��}vg��@5 ,�P���3G��>�{�7o-�N���-AHe����	�ݖR���
��Z�@}p�(�w�q��q<�_힋��o�o�J˕��~�,��\Z�9�(�J����|97�߳�����^�ն0�R�ܛ�KO�Z���\�'n���y:�9�s��=�qs��\�9�9�8��N$����W$�6�۫o�m�m��tZ1�b��R�K�D/���9&{b�7�#�K#��{�~�����b�j���1����F)�ߩ.,���j�ƣͷD�����]I	�f�կ����9xt 3�ee�3����-��w�}�΃�O&��K�7ԭS�8���c��;F�߃sU�c{���l�q�μ|7UGWC1�������AU��4bF&9�ǁ�>^K���o�]F��|���r����d��~�+2��ùn��%(��m��z�{�
<���M�1�e��gYh��̩� �ìUDΟ2|��~GuMWH�m�r�iN9S�6,˦��
V2S�����]R���W/u3]�f�>Om��e$�)�V�N��~=q�<kˈ~���n{����6
)܇��$��m���`s��./��R{��=1/꿾;-�}���
Z����\�:|h��(��B��U���W��h~��j����B��8��%L��G�~�ȏ�w4q�Y�_o���ٲG������H��+Vݠ�m�WE!
���2�N�G\�h���vGj6-���\]
���/�dˊ�Ƕ�Z��+���_�����ư�.�/��?ˁ�\�ꪚ��檬��j����5EMMD��z�搹��4�.s�K��I8��Y���b�c0��b��TI%�$�$�# ��G�Ix���WO�S�
��KO�O��ѻ���tE�qi1O��M#ǢXds\2!�,/��;o�#4��˚�U�q��4��[Х�%�#����\�,��Fch�z@�����=���fz�������8���=K�-�SO^�-�C��l��V8��83��9�k瘰26��=�y��ܚf��Y��Y�N��b]ȸ�*�jN1�I�T邯�&��˶��f�-kBӣ՝�~�ΝS��]+HƽR~M�
k][u�Z����R�/�	�eg[��h�C)( s�/����"�G��ߛ�W���w��'-OPɕ�*����j
�vm�Z��(B(���ۚ~��؛oK�0�,�	�'&���î�ܮO�)3��H��on�٫;�F��O���:y�9�-��j���zj	$c�=���z��K��/�=�L�,~U3{�������Sq�E#{:�%I��i�X�N7oQ�*ڵ���q�g}��x��y[���r��oU��$�U�&��U��'s�q��S�n�F����Hi�E�&�#|�t��>��Um�Q-ƾR?�i^�<1�u�ev�av�8+I���F4r�m|i��ߗU��&�´ �ޛ�w�<�ɟ��q���o���J��T!�?~����<>��81�A�N��t��\�78q��AW$x��x�p����on�'�n\=COu���6�C�?v�d���^E�K�u}%fh�Y�k�ٹ;r��i�����#�vN�Ũ�l����o�V���uH�EUZ+(��潆���ecHw�[Ӂ�{��mm^��:�g��n{��1�������Q�}_i���)'�!��E.��E>�*�c�csc_�۽��>1_m�0UK�]6���+��h�Or�晵TZ��ָ4��{mdE��5{�c8�1-���J����S����]Ų��	4�b���ƹG��N/ؚ�Τ��[�04��l]geaj�J
q�˱�8�*��	�GOCg_���k]�����"�E[,�]�%�m5<͞+uCqeT�O$��Xހ\\�Ψ
o"��jo�]��.�H��ۻ+OɃ��+���S�ɳ*J�-Z��v,݊�;�w�-�թ^����Γ��2��^�2czQy�j���nK�ܤ�)�-�Et�')(�-o���,e�I�$r1�c�{s�Ak��#�ߌ+iæi85F�&�����}L{?�;���7��n��P4���m\�1��_(LuX�%|���es��[{x_��ŭ��c?�'��ڝa��Q��H�u<7���T����9|����c�Ϲk�dG绚���3�g���IX�>��k�4��Bi.Z��j{�@?.V�S(���)�3�1ǣ�]��Cf�Xζ���7�U�B�+bߥV-ݒ��5*�>���u����x/�|>1�%!c*�=��L9)��UE"��Nf��O�������?v���,7�2�nu��L��n�\������}w��7�+�F89 $f6�(���@
>��3�� �g�o�P@	�������ՒY;YE�)��Xߩ�j��6v�kW�A�#�i8����]�s@�>�ƗNF��۷5����.S��8�8�I�oʮ܆�����Ι�)�/^
��w��4����aр@r�������zJ�����Al�����v6����uGEK�+��²탴s7��nVN��j�RU��˭x�V��K�b�u�m����]�,[�iZuJ1nO�9�z�|�6;f�����V�5
5���1�5,M�0�g$�
�{�.{�q$�W�[��
+j�X�oB�><,ٶ�F��:VR|e&�&�l��뺦F��\wu�ҹrO�Sm�b\������!�pW��cNΠ~��?�Ԁ��`�c�8/ހ�o������~�n�|?�+�^)��ڻ�3��}l��:��/��G��:#	�C3�*^<��̥d�+f������{,a�
�9"�d��7>��W�kj�#���z��������
ک��3^�M�GJ��j�+���ǒZ�-�Nb��=1�T��1
�U��a��6d��A�\Ӻ�٢��/�ix��.���܄��gְV#�W�[�~��‘�0�S_���w4V}�w�v;�W����Sk]R�tƊln�)��[�{����q}C^�c�Oȍ��l�ca���lb�C�Cĥ���p��m?OƝ �u��%�M�yy*-}�x���O�٢{��8�=Ĺ�q.s��9ĒK�̜�O�D�������	 �ڕ
.�2S���UT��m�r��'���OkOݮlEa����_�~�����ʅ,M�ȗ�g��=C�b��Fch�z@�����=���fz�������8���ߍ��j�c/��7q���@���s�#�Y�- �c�s�Ó��GX���t�F6�{!*�O&��n��_�%Zq����z�Bӣkmk�=����֜՛]iW��¼+������_�>�쬺��������阀C+)�!��/g1 �Lo"��_�6s�G��f����prV���:x֞�����Ws�}�ǰ�i9dS���{�ZsTx�l�#�jzp��v:�P�K$펋!���o���o<����-ٞ����֌�gEK:��:'��i���~X��SMZ����ӊ�#��>�5�n(��˙���a���*�QJV�K�|��.�7^'��̻�{��JK�`��z�oQ����X�w��%���	�W��%]4�9���{���8t�z�oآ�c&���D�TR�����5ƹ��,����W�|��4v�?=�֙,�ο�^�;��]p��Z��%�^�)*�T���.a,�^�0W 8>�<�])�v�[#e�yv�5���T�j�´ׇƒ���\��<ҰV."�T�>2�2���y!����M�A�H0��)&Qq0��,�e)C�mn�a������k{Xq��.���\�ٮ�<��f��\�>�����s�3G�@d �@]���
@3�7�( ������>��[��:�sh?��W�>�;j}���1��v�tO�<T�o���w�e�:[�O�?j��>�J_��柨~�����?a���^����2=
<m~�2[���h8���B�|<������{��ߥnG@�S�JYx��cq�}���nܡ�t�i���E��U�}'�U��Uu����8 %������`a��4����7�0���O����}h�6J�}�����h��G��ኛ*��q0�HF8�69*���R�y�?U�{��}��HaԚfǪ��A��گ�l����i*�����<0*ۢ�Z�r>�*��˻�v>1�jTi�*=3���x��ٽo#������N.��Q�S8T�����&��(�����W�6{�eC�җΝ;�b!z�1�~[C���Z��qk]!�������������,EKX�lg�� �m��v5������,�Ν��)[��h����p���{��`�gg��lU�7Vw9��H%ZKUE7���N����[�l0J�cMTO������ް��[��Ư^Mp��/��꾴Ӕ��[�]*�'B��fmf�����_+�I�?�B<���f(4`KO���R)8�˹�����c��6{��IX�UU��>)�L�0�YGn�l�H��(~Y��5�L�FF,��6�����c�³�w3N���e8ӇK�zZmJ)KƇ���d�S��T�k�7��Z||�Q�&��O����}�?v��,C�ν�׿��f�x�c������g�k=C�6`c�Fch�z@�����=���fz�������8����ߕ��G]H˭�M����_l�]�^:A�kn���>x>J�]:v�����?�CVS𭌬��p�B���Ǡ�Pscsd�zrk�֫���lY��_b����ta@bZ f@_�7��|����E�Z�K��Z*�E}n
}E5��tk��#���riv�Cu���úڎn��j*�'8^ƾ�96�j�+�9Q�8���M���Yq���؛t�[�k��r�kK��v(����8 $�3@%���s���O~Ov�G7<5�vx��wq��X�#��vg�w��gWP��O�yI$C�Mx��ҏ�0�����EC�z��^�7���;c~�ҶM]�4��o�l{��Z��~�b[�hEL��3A��������	��W�sgMRԮڝ_���7=	u?�7�(ϩ�kl=K�;�"��L{ץ�_K��?S����c�L�:s3�[�F��g��U��N>��k-q���zf-Qs���!�h4�����Y��T>�908KP����H둬`q= �.��t}�,��U���<����f��^��$ۢU<V���u�1�ě����
->�b�·Ӎ=�k���4w�tuwzA>��f�Q�F���+�Y3� �?��*���å��7�է{㿿�{6vp�Ӯ�VlӜ#O��� �b�rp|Re�]�XX�C��=��/�_���PȺ�������sV�-Ν���l�$y��k����:%$c��w�+��^��ÿ��8e���ZY|�#�I׷���6o��K~|ý�R�}K3�7�+�F��3G�@d �@]���
@3�7�( �����B��i����∼��]���i&*=CH�[4�x|��,��	��=E@/?�Bz���7m�7=;P�bm.V��)K�U�hEW��$�����}�����6��Qf���|�6�W�����A��TIp���\����������7�}�7�{-���n�G۞�h}aS)��k����ŖK�rZ�20J�m������{@[o��v�6�X�b�E^|xc�R�}�U�7'$�ZF�-�s{��V�V"�fF$��Í�M]���E+��[�M�CQ��X�b{$�F6H�쑏�{�Z�9�G����.A\�ԡ$�i�4�4�S�g�	ۛ�q8�-���Mpi�ɯe�~��}&�t���n7x�x����@tG�}�
�)Á1�Ϙr���snG?R��Z]7^���Fy�u+��>'���8s��M5#i�b	��
��E�����[����Ś6��6P�4����
g���E�5����_���ggk;�W%���i\'��ϖ�6���~kcc��k��9����>8��ٍ��4�P�d���Y�W�I%�w���To��'�Cdm�K����#��kݗ��L�U�S:�$$yb�~��(zL ު�U(�S�b��i�"�y���CLt��,��(�`/|�{�k@ē�_R�pw.5E6�tI.-��$�_�FQIu7D}	{b��]��M�OT��j{��XJr;��!k��>��{5,Q�7�Ŏ|o���+�]����{��jM�6~�q_e��>R�&��I�/�Sk��3ev?���b�y��_�
.�q'��\}Գ)��KK����ȧ���\�ѹ ��L�J
3��aߎɻ���m�ݬ��b=×���W�7�k��P���T�E�P,�
�
�A�� ��������f{��P�
�
�#1�q@=���� �gn5v����o�����1"*k�+�]e�������н�x�<�����M��l쎕,�V��\�~
\�7N4��BN���3n�n��|i���S���r+��ζ�W�ejS�k�M?�.�+�����O-
��[Un�Q�:'������t�0�-=DNk��p�'@��soi��k:��[�	/z!'�K��I��GptՉ��YԴ���E�]�8��܊�%���3�$��K��ִ�Qv�	�%��oWzo�����{2��a���;?��=��j�f��*�An���
��N\��銆�CLT�H�LMlX�f�O�/.��zV7ow����Ƅm��ܕ!r��{�|!rڤmJO���j�c�9���.�cR��f�ƞND�w;�\�ٸ�+�6���Z��;ъr�6�Q۔��Q����A� �<9T�M5U���M:>g�W|��z��H~~��R	����<�>����u�m��IU]f+��M�IZ׹�����c	�xk�h8�#�
C�p�f�����[ӟ����%����NV���4�ҩ6�rTM�U���k��k��0�H�
?�!ik�\G������{�ѯ�������o�=����M��cJ���d��-�^T����.�q�ӵ� pe�|�F00;r_����:d$�US_�������J˖�/	4�V�����{x�����2@�7K����KEX~�2��>;�Է��%���M�/pE�\˄�$��5�jN�-�k!�l�vZx�~���׭)3��w����浐]鋩����9�,+�j���6�]�ZM�Z�\U&��.nԩ5EV������j�J�#zo�4��%��b�����֦�X$�	���MѺ9b�'I��5�7��`WG�݅�+�ڕ�$�N���4���ѹ����G�1��
��Sp��_c����w
��Iצ{{,54��.�.:�Vک�Ճ^,���[��Vӂ:dZ���핶�gM[SN2��d�r\?�d��.�ba��PXx�t���?T<_��}��Ϩ k#�1u{����J��M2��7N���_�$l���)�|��IO�-��K�9+����N˜2��nOݬ,��O`k����\-ڔW�/��?�g�[=C�Zj��#1�q@= B@i�ٞ�a���=C�r@H�mP@!�Po�������42Mi�x;�EK?�\Cc����8��hnMk!�w�EWL�����拳s��˹z��_qYЊ�]Ĕc�E�.$�u�\��~$�z[�˽��{G����V��No����x�o��O�vWֵ��Š��2\����7�tN�������ޮ��Q췂`Ip�U�֛�=��}F�о���8m�;�7�k=3[=��(�%��5
���Am�����Fⶾ��7p����h��D0b����7��~L!z3P^�t��ޞ\�A���nmz��r�g��W.cNԮ��w��rT9��/����BT����Y.���1�3��c)��Q��P���la���3�ø�e'�����ꚏ|b�u\
'��_�J�mj�Rqtu�r�)���4�ʏ���{���c������{$e�OXh�!�
&:٨*�0;���c�9�?�k�R�D�U�5�Z�j/䓃��$�%�*=�Ч�c��ɻT�2r&���\��/
J
Qr�]	�g֝��wI{���ri�>[���Wr�����:��i�,hvc�)��Y�]���5�o��F�;������m�K'r��+C�غn������'ݷf�-[^�F
1��Ҭ����t�E7���O��W�Z�Ol��_�k�3��d��Zs���ǨR�M��C���CK��ύ�;�7v�+��Z�b�#�r1_$RDF��&>ps���Fӆ4�_�w�ˏ��NM��轖R���1X�Φw���ro5Z�B�-�kR\]�6۔U�w�~%�!=U5V��� �9�����Dv׿;SO���,���m*Z�m��Z��t��nA}J�2��j�ң�h{�z}���\Ǐ�j�Q^�:)/G�.*�u�M{�%}���6��Y�+?%�{���$=@��Jim�0�0$�	��p�[CW�-�lb�踙��>�qBմ�:��9s�P⾲/y[�N��mݝ����տ�zs����e�-z;JQ��l���VWU��Wr�T��WVJK��Z0c���6"�mɫn�f�����ͼ�8F\#G�L"�%ž2�rm�w��PɖVK��|�x$���՜�XO!�����qv�_M�4�K�]];mi�/��6��U��>_��L�}���L�%�l��B?��2�oݫ��b]���s�~�p�j�����D�E�J��
�
婨� ��������f{��P�
�
�#1�q@= 1+�(n�5�˝5��p���������h�t54�T�5��O</-{\�A*9�����˄.�݃��$�FJ����i��Th���e��v��.ܳ�f�gn�$�8N
J3��ԣ(�'&�j���ݯ�
M�ڛ���վ�S�	5u�J�2z�E��K��4KU|Ӕ��l�ꪦ��f��t�
�G��^��w]��瑠ɹJ¬����ܴ��p��N�뇖�7�����{�~��J6�e���6k��.��'�����q��)�+˹k�IA ��A> ���2������I���\3�����֛�=��?&��?x�����}G�`�|
}�.��ü��U�OIօ�7�\�s�y���?`��2�ńiZ�[��O�Ѫ(��u]Gv�:jmQh��R��GWCWE_B�%y
�Ѿ�4��3�N���s>��6�j�Sń��R��-ݴ�|_Õ��n��8wWC������r�=�q���)(���z���)������?N+��J�dv�C�t��PU�OGO!d�2!0aps���
�3�I�4y�B\��8��ʜmaZ���I�1�U[m�-z������L���J�%Z�U�~�=��F�f�����-����������8�R缓���N$�y�u+����q�э��v�&�9�Q��Q�/L��G�j�u�g'U�۝�Ғ�5�+���$��ޱ4��<���,����s@1 <������=²�首è�Tvyk���Z$�ꢕ�oD?���)a�8�Y.*l�k�xY;c#m�QZ�.D������}.o��eN�+�fU��3ªW��ʞ��q�S�p�}�>X).�eҁ�/j=��k~�h3GK4��'|��W������ʆ\��D�5��Jhi�o�O�C��=�ܘ{���ǜVNf<�C�g+�v�ҿ2ܥ9?KI�wL14��mu܋�W�r���U!��P��n��r@H�mP@��}vg��@5 ,�P���3G�@d :k�_b݈�՗��5F��ue�ͫtQ���WT��3^�2�5���,��:���k=��}���K.헋�ˋ�f�r~�ŽoŴ��,�]��w��ڵ�b�CV�֒Q���q_V��(߲��0S���,��ߥ7|�O?o5^�����
����@SZ����m$��3�
-�v_��{.��v���.��:
����h��P����OD�t�#�e�ڹo��z�_U[\z��}�����W�k:�u�c�۪"�я��W���������7B�m���ni�
�b��O��Mx~/J$N��˖�o��n�*��;�����[�*�˅+��eMS]�g܌�Q�>�R�#ꗶھn�����&�2�垟u��q
������?u���=Ծw
~�ߞ�}��{�k�tN�S”��do9׏�U�Ī��������cTR���
�8��k��?�[\�g0	�n9>�����ti���?����?��4���-�NRw�>�u����\��j�y�^5O��M���e�FO�/:OGS��U5Z���"��k[�p��l
3����%�v�<}�������F��;���V�����\��k2�N��˞�v����6�Gi�j�K�*�Xȅ}�+t!�cCC"����K��]Ud���%���ںe�7'?��m�F2˷�%�u���n\���!���3瓤�`ix�n���g.?�9MF��ڴ�4�7o{QEk���*,jY3�[�i%�7G��Z�p_���{�w������U?�j*ݶӪ�KޝS��i4��j�ct�Z�]��`�\"�b�>>2�I�><��hm>i��ta�NC�!����t�
��屣�_g�@r���������{���j�=v��֚��ʬ�\ l���������-�'�9������Z&}�OI�s>ӬgI/�i���d�RM6���n���p�Mp��\���J�b]���uTpj�(���K������d����|���9~ŏ�ܶ|�Տ�9a\�Ju�ǽ�gW��S�NH�����'i�K���c�{�
��1��]?Ic��얲H̵�*��涢�q��j��X��Z��-[��n��߼7L�/��S�a���E(�r�eD���Xss��.ns��KԒ���s�z��c��r@H�mP@��}vg��@5 ,�P���3G�@d �v��a� ?.���i����P�YP��>xm�$��h�$�����3� ?
���1�
�ɇ�����4Tt�D�w��p٭�cph����@a���2���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6
���L�R�c����;�.�F��X<q�}���X�B=� 3a���`їՇ�S�ܼ��p�y�3� %��s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��cX���[Jz�?r��df[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@i�ٞ�a���=C�r@H�mP@���!�p@J@9����@Y ̷��#������3�� �g�o�P@	���� 2O�.�s�����Fch�z@��
��P��J��e��@] ��h ٞ�a���=C�r@H�mP@��}vg��@5 ,�P���3G�@d �x�l�g�o�P@�-�����s@1 .�s�����Fch�z@�����=���fz�������8��! �C`��s=#��@5�o�@G绚�vg��@5 ,�P���3G�@d �@]���
@3�7�( ������ 2�������� ��@2?=��@�=���fz�������8��! 4���w0�j@Y����@9 $f6�(���@��8 % �H�Ġ,�
f[������b@]���
@3�7�( ��������f{��P�
�
�#1�q@= B@����(�zF�%d�k2�� .���w4��w0�j@Y����@9 $f6�(���@
>��3�� �g�o�P@	���� 2@<d6	@3�7�( Y��At�d~{���f{��P�
�
�#1�q@= B@��inc/admin/images/colormag-logo.png000064400000024667151213253100013131 0ustar00�PNG


IHDRP���]	pHYs%%IR$�sRGB���gAMA���a)LIDATx��{��}'���]�Z>�%�����dK9I<^H&�K^%��t8r��e ��q�����.`�p6C	"��(�2���c}�9șK��D
-�I��(>v����t�7���j�9=]����3��������TwW����J��3=;�m5����f�+�X���7�?Tٳg�d���{���f9??��*����j��fy�ر�\���g�%}�׵{��߳���{A��ӟl������q����yV$�7����Ui���v���񽏧�V��/����O_-��T�������U%�T�J���S���
������juL:�����������^W��f�/;]��?5�,f��gUB�v�������}*�]:$q�w��R�7�Ç?�r�s�Λ�%u��״�g�r!(���6dI۽{��[_���]�����H�YEN�>���Y�+��I��r������y����S��Qθ��~�YPDe^ehjfj���8_2Y���������'�}߼�ۻ_������ߕ�^���B�8�{:@��ˆ���?^��n�c���z�ʺ~ҎDݩ�5�C��zE$�=�����?��������H�w5�7LF��_���ޑ�����&
�zc�/�S�?��h�m[�z��3��Id��Ǥ*�a[�v�Y��_�ܓ*���R��D�?d�<ױZނ8&���U!�	A(�ArT��SǨ��Ӂ�O}�}���o����YR���B�kӎ
�"מ9�_e���{�:O��������fI�?��Mu��� �l��z�@��j�QK}/��u��:�����6K��ͩ4����_���YR;��-5=��u��,/g��-�\>GR�DPG����ݟi{Wr�t�#�>���"iE���^�_o����R�h����Q�B۵�\ޮ������S?YE��nO������"�����Ho�t�R����;U6B)�td����U6>�Z���HC��nl�;՗C����X>���˵/�z9������pNf�}k�z[C�?�B��	���Lk����_b��v�q{�������3q��f�5\~��Osy��M����z��?��7�Qi�q�\��M���~�W�X_���~鏸������������%��G�(Dy�Y�r�-|���_\P)P_�c8v��r�<r�H�cEz�/�i����o5����m�x������sЁ#�M[2&+�Ț�>�_���w|�_�K�_i��z�c���z���(o���y�N;�o5��mO2�����h};Pk*z����򶭷���\�<sRuc��-m__T�U�ى��r�H�c�ܩ�T?i�Dܨ�!�W����hWg��Wp��1a��=�aI=?�Qt��/�.\�rLC=���r�V
r&�w{�1�~���uj����z�M��E����D�
���7� :^ՓI>��>��M�oj�܆�
\��M���{���2.��;���/��/+[������9.%26�糸[f7}V��X�%=�?U(r%;���<ϓk��S}���0h;9�,s�(�1P�c��B��3~��G���{�}~��};Ud:J^���{�H�����>O��zv}W��o��ޮ)b�۵i�L�E��ͮe�Uh�ہ���uuGo|����jE/w���\J$)N\�)�X%�Q���T?k��TԵ�5���깷D�
k@���$QVXvh��g�E�7K;�\��t��4�f<ӱP�z5U+���翹���ξ��}%��m�=��bǺ�\�m\��	.%�$����sy��Q.�~�K��������O�,m߰����	C��߮�dP�]:�}�K�8䚬��1z��E�Cc:jll�����o�tx�
�#g�v�Y9r�;�a�Y�F�ʓe�Τ���[��k#5�<�L�o�6dV�m}d6����X^y��V� XO��ly�Z�SQ��:u{�>N:J���Ai��ƚM�����Y��v�&�Np)&���;\�tF/��߼v����j���nd�-��lϔ��9������v,���`����U��mZ����Vl��~I�Ɯt?+0��C�Ӷw>�s|��;uTm#����`�Q�f��I�]�nO��īҞ�2��sB���J\3~MۿK�i��gýq�
.?��c\J�J�(��tZeaM5���CkfL�=��s~:���%
�ʁ�X�7��vQ�ghY�{��_	��4y1Z^����OC�����%��w�ڤ*x$�c06�T�L���v�3��H*��NH�i�s
~�D��F��2U�Ώ'��_�]��Z���5Oy<���TdV��CfŒ��(�Oh��H�����̶�n�N۞��U�z6x@�er���^O��gl*�a� ���.�.�����Q�
5���Ѵ}��揣G�k��;���"J�������L�+߽{�������M�g��$X
�-��zf�*ՙ~���=�3�T���v�����kʆߟ��$�x˥~��z�cH4=��ٽ����O����O��N�N[�?i�
�7��qM�{�F����˭�f{�-۴f��gr�3exI���a6��v'&&����Ee�6P�3�
��Kx}��8���Y�l��y���������j����:��{2�����U&�8ɑ���ʘ��L��z��MDM��x��-x]#�z�1�ǽ����^��.,J�i<�,G��i}~��N���
x��x�D���1[y�'
���]e��ƘI{��@�TF�]"O��%*nEe)��_�h�n��
��z��lnn����)e�v�Fgж�q�mauF)y���cU4�?��)�q�ڵ률>�O�f�I?��:f�S���H�������j�7�U{�4*��<�U=�1���.,�\B�?���!�����w=���i]O�KȺc�0f+���,��2�Lړ�%<S�#v7%�:���N]�^G�6�N��~��imD���e��}���o��?�|��r���2dT����I��p�/�i�&^�����GFF�>��T3gXai�M�ۃ��2�C�%��6o���փ_}��]�4��Ns�m;m�x�:�������r�N��/�/O�;�����_D�[X�l�\Z�d�<���U,������q���k:a�]�՞��W�Sl���0���#'�|O���"a%fB�58p���HU����r�GR}O�8��Q���$�_���v]��̹��w|�Qw5�W�Dt��n��ٴ�w���ڻ<>=;��,���ח,��A�g��J�ߓ�O�i�^��V�uR}�jOi�+���̋3\~�������U7dl�r]o'�����Wm
=~��.����GR�Kst��!T:�(C��ȥ�-d�����~����מm�!���x��
�d̐m�v�.˛Fړ�O�\��u��IY�Wfv݁zc�P��(I�$�;��WS}�j��(.�,W�T��!�z�R�v�L��L������]�Qw�7��x��Y�ٌ���n��m���d$/�l��ۓ��/ק���%=�p�F�y���7p)(y|��,��rf���V�S�m��(��r��+fW�l��3�����,%��֫^�K�B�H�A�W]цz��mO�/�3[>8�*}J.�ɘ��F�
�^o���[y}мڀU}e���9Zn��(����'�ߤ�O���
�1��b�֋^��K�t�yA�z��mO�q�Z�Un�Yxe!�������h��Ӌz�^t�􅞌Ţ�N�����,�1_��=�
��:bf0FDf9��NI�mP�����,?Z^J߁�&�
�G�d}�'c�C��f��]��.��?f�K�ߪ[q����ۈހ��8]w��o��*o�����g_����U7��?�#��:�Ӗ���>3г��f��D��Z�ڵK��X�Cf�v�"H:�;�#1A��l��c�Zf����9z�m��v\�>/G���w��e&k�]w� ���ӑ�O���A�>8�j�N�~roO��;]w���׃�o�z[������B�k�~��b����wLfAY̖�ַ���c����˗�h}XՃ��ͥ	_E�:�F�x�H1�;���@d�� �u����l��A��K�z�Vv�5u쓾�RE��@ɥ���\:��pj!��a�؆��g/�ebY���{�n={�T)����u�^¬��HM�|�F^ i�G��<f��"7����YZt��k�r��$��}}�h�ei�������]m�c��L���v������&.��C	��p�W+
�CK$�F����J&�:���:��|�x�5EJTA��7�w$*��J�CV�ĦQ3�g�#M �^qWp
��}�=�ڮ��^�ی�v��_ַ��v㵡��W� ��"�q��[��ݳ'ɫ�v|<�Hנh��]
��(����ߩ�$;Z�16s���f�E�^șvl����9��+��h�h}n�����3K2K0nl	�n3�CwZڛ]d�U�Ft�g��۵�n�>��T_���T�آj$�k�t��QZ����G*L�v���	�c�*q�����"��{�H�g��A�%ۼ20�P<|��=Ւf	���:#9t'ed�r�7�K��v}�\_���8$�R��]�s\���p�}����-���bmQeA^G�dIrq��I��"W��$�Ƌ�C2��[�@cc�r����\tFr�\�>��Dv�)��Lj���rٮ�ہ����l�O"Q�Fօ��NV(y��1YK�l.@����4;+2���x�������"Eg$�K��~#��v]���^��w�p'����ӽ��^.�c��et�O�P��텷��a�����
�7\�p���wy�g�`=��T�򹞅�d�U�4Z�W/����eP��T�}�n~ߵ���Hsvz��� �ճ�b���\���8��������g����=�F~��*TF]��sV����C>�%r�ĉl��^��/��Cc$�K�-S�C�W=ۿ��3l'�s�r�W�1Z�y�6����:`O�a�����_|��vhK���3I��!c�y�.?���pyӖ�B�-\����O�>���'����A:=���,��)����q�'<K-)#rKrU�͑YY��2#9$��I~����~�]ӥ�\���v�d��k�%�ŕ���k����ւ�x6�|e�1Y�����]�bs���|���7�����|O�3"{�آ²�eh�bV�a=3�HE�ٟ�c���h��x�>��P��-��=}I�5�����N|+�td�]�n��3o>��K�	a4}�S?��gO�%^����ű��R���"���CͲ�h̩P�B�p�f�9W�I���~Za7�5�E�5�Գ��ʞ���J�>�{��-��z�?ޮ%���H�@]n��W/����ޥ�Beԩ�S�2��9�3�wrI��ѣ��"��pǢ6Ѿ2���A�Eu��"D�y���`ղg$�=��{�Y�5�l׳�g*�<��@n(���i���OI�ɠ�Q��[��wO<�}5#��|<�uelQ���#Pq-�Lzj��ʥ�>�c�d�`�o�vRt���]A=��kW���ٮ�������s�r��ݦg�[U�$���tܬ4��� �q̑��%ܬ�[�!��j��@Y�3����d�]Z��OL=at3��N��5K�n��k��ݮ�Rx
��˗��<j�y�;rCg��͒�X;��Iz</I��s}W���|�lya�_gl�X����f�I�I���}�Y�ؕ*� �C��%u��?_���[�YT����ձ��X��;P�w]�Z�v?�J�ڥ��ܼ/}�I�'�_��q�)cP��\��V��V#N�|��������+u88���������u�d�AK�3����s��*Kku>�?������O���r�����8I�ml�{����st	�oUZ���xt@�t8P�Q����M�ME3S�/7s"����z�����ư�?�>���tn�
��֫�+��g�u�vSİ��k��>ގ��c!�u�b;P�6py���U�z��|.�3t�3�VD���\����}��NR}
ͨ��!�0�T4��8;E��B��|�XU6dly���co _�k�y�ѣ��d��u�b;P�<�M.��Du��E����[}�f�����
��5}���($�t	O%�2��ޅ��N������Apd$�+x+oו���SRm�t	��Oꀩ2��@�~�u�귛������gu���1G��<I�)ױ�A�˪@)2�O�n�
c��
k�ޮk�lL{���/�izD�xuϬ�z�.��諈ΰ����	~����Wc�����K�����"f��
��[E���' ��j�3[Ͷk'�vm!.��z\t�zD��k��(K}E��d���ܜ�b���Whޘ�{�%�+)�U�����{���	=ВGͬ����D�%�I݁�����;o�3�S�P���*�׮���/��B��́�q�\�y�����7�\S]Z~��9.�9���L�W�QA7�b�QLjof���If�Q���r~~�Y�g��l���N�5U��M�z��u��)��̢���}<��:��
N���*W����J���iޮg���]KٞRw�䦽��@\\���V�.w�v)�xt��k6s�vdmhy�PAf�f��Mf_A:�����Fc���PY�?2:³�L�rD���\.F�Gx�P=��z̢��^���b�
���==0�C/���\��)�F(�w���[/}�˻��	���.O�9��XUow��_��\N�:��C��������{#���1�׏_��?�i.���?p�X_T��g��#�a���);���l/Q�7�����q��Z��u�WԞ�{*G���(��;/�j����R��q�ﴜ���5e�ޝ�$�b�d�7Z�ڇ�v]��$c&Sw�*����\�i ^>��~�#��r۸>��<{�K78A~�}�߾m�m\����ݾa�~��_-?����kƯ�2��7��
]Ё��^Tҳ7혙��13I��i}[X-O�~K����}��gpO������B^�]��0{�""g��qo�RYh�,=��l�I>of���Z8$c��nXN,{����׏���7�c�N^��7ν��'�}�˧_yZ�#�Y*�yXd9�ȖQ$B"��Y���ܻ�ꌿ�;]��R䃺'(�P �xq�xy�Q��{���4�-g�'*��u�_���Xn�%�+�Y���������)��'�J��j�)��̬U�L�ix���]5NDZ�(��p�ޥ�B�-՗��X�c��c��
P�5c�a����H�")"�	���}Vm�ą�����*�|P�RfW�N��;�gNΔ{5��QFcW�#A{_3ޱ��5UC^������:m{J�A��j�)����}����].�=���_�{.��	�Z��\�%�����õ=,--q�z����(i��{���{?>|�����QL���U_z���Z��t$�P����R��s�N^�رc�Fz|'8�����bǒ9֑��7�����u�/)��w��`IDnlӘ�2~�1ڐ��_�[he�
oe�H=��A�}߼��{���;nGi����^Nl���OөT��'�����ƻy�^_����O_<�e�����Rfսz�U.o�|�&/��"t	���.W�#�.a9���id$��z�3�+�/��4�|P*Xt鳘3,�z���?QG���L�̵{|jf�6/�����Y�)��]���_�J����A߷�]1I۞�ڋ�9v�O'������I����KTGf�����k�����#��dL�Ʌ���_=�oB����W⩠�u��l��q�X����1
r�nyyy^�ɤ���%x�n�s�@T�Z>�����b��G"aI��-7�׶�Z���7��^Gϲ�x�����͞�u^_2{�b̤U�"z�ީ#g��iyn�Ա�NW*��-��m�;�	ڛ���k��O�5ڮKО�Z�%c�d�\�>��\z���mY��K�$�c���CX\���m�e����-���;�k4F�%�혔L�K��<n{F��*֤��2&��a[mQ�m�]!��m3w��j5��u��f/��踞Wg�g����ݵwz��L9~���ۛq�63y��Sh�ٳ\_8���s��'u�O����;���ӗ�6�Ӊ5��>���^T��"	|m���@��sKG���ZJ�?�����i��?��ѓ��/��6!gz^ZZzL�1�?�>g��h��)(s��'�2�;~!��>x�����-�v���ۋ�yǷ��	�2ڛf$o��ުժU{����:��C����w�Er�]W̾'�>���^�'Z�����/���=�@-��H�dK+:�al���6q)���YЉ;k^���eS�TR�dV![��x�y��L�=�/7|Kԯ��4�˖OY�
ฺ^Ɨ�
�K��;*�j���#����{��O�睞����f$w��f5R$�ۻ|�8��~,Xm׽jO�<ގ��mSw�d�ݖw�t\N�7�=��GB?|�0�g��p�aDw���$����|MvqqQf�<���!P��<�R�A}������R��}y���==ϴ�RT�Wї ̻O�9d���b6��]2�q�ʆ�
���Y�3w:pa�������t6����3K�?+d�I�����(�e�4h\�6�r�|8�|vY_�����q�&A"V��*b���9��{��U1xlF�^����zP_Q���o��(ۗ�l<���6f�{��.A����3�-d����X���z�����T!�:��l�AI^1��xҞ�����X�ny�k���^4y�ӗN[�]^W"N
�}b�.�L-�\[�{�d}�&���f�A���+j���ٜ,C��R�bY�Ɠ{kE��O2$��43����������ew�E��|ů��c6K��|���ui�|EAϥ�Ŭg�yͨ�3��&�+�R�k�x��h�8����.�K����]T����34�L�u�Ƒ'��wi�6P�er�:z�h)f�ee��_�|P"��xq�ֲ�'�j��I�'�A�V��H��n���a���<�W��c�|���g���
����Y�ƛ�?�ͼ#�����k��lv��zP��3P���z���J���gT-�z��u�{?=�B۸qc��@����R��z�Tc��Ű�?�|P�2�DZ��ē{b��4���:l���OHA�b��W��/�����͟5ˑ��@�%W�P� �e>(jw�*�l������_�7�n���lv�c:[2~�2���>�gjtf~<�S�\�ӎ�����J��3T�o���a��_i�AFp�X��DG�zY�ḵ�O����OcX�=�����<��G��P�#��[��u>��۵D6�f����ƥ#uhߡ���*��UC�o��<�SU��s��d�
}?2x�Ϭ��=��G
w!x�w�?q*�{���o��q�x�b���[f�ݥr$�ckXןD��ߙ,O��ru��{���^�Dr)�T*;
q�ܪ�U����t��DPy���B�'��&
PjN?�7�~�]uXVǰ(��%�󻃿��<}��F�;E"��9�^Z��ʹ=^�-
�o�%i��m�]�'i�����.�?=�3�J�j4��l,5��$��;v�����hǐ��9��i�)�S���`�P��y�쾃�Ѿ���<��>Z7��m_=K�	vZf-u�$Mg�$kZ_h��I��cM*^eDtiu6�[����
�_q���GIEND�B`�inc/admin/images/announcement.gif000064400000541523151213253100013036 0ustar00GIF89a����
	

	
$"$#$
-$%&'%'.-.,1:1(2)	55666:F<0>I?>=D7ETF8I WIHEJKLO `PJPTTSRU'cUCV"gZ+g]#q]\]_L`$u`)rc%ye&{e.ueb^f*{g]ih'k)�lmWmljo,�q3�qZs1�sstv:�}{y}||~^~{s8�����h�<��k�wU�>��?������?��A��3����D������x�z����|��u�������K���@�������OƨPǪ������RǮSͮ������������UҸ���Vڻ��r��>ÛÜ����Y��/g����+�Z��[��������\��\�Щ�����_�Ԛ�ԣԪ֫�a��b�ܷ�����d����h����뷁���
��@�"(���^�)'��������V�����9$������������������*������,�,������������������
������ ����(��4����+��=��H��S��\��i��u�����������%,�+)�.+�K �s��
���������������_��=����!��������������`��t������������������������������������������������!�NETSCAPE2.0!�,����
	

	
$"$#$
-$%&'%'.-.,1:1(2)	55666:F<0>I?>=D7ETF8I WIHEJKLO `PJPTTSRU'cUCV"gZ+g]#q]\]_L`$u`)rc%ye&{e.ueb^f*{g]ih'k)�lmWmljo,�q3�qZs1�sstv:�}{y}||~^~{s8�����h�<��k�wU�>��?������?��A��3����D������x�z����|��u�������K���@�������OƨPǪ������RǮSͮ������������UҸ���Vڻ��r��>ÛÜ����Y��/g����+�Z��[��������\��\�Щ�����_�Ԛ�ԣԪ֫�a��b�ܷ�����d����h����뷁���
��@�"(���^�)'��������V�����9$������������������*������,�,������������������
������ ����(��4����+��=��H��S��\��i��u�����������%,�+)�.+�K �s��
���������������_��=����!��������������`��t�������������������������������������������������[�Hp���*L�p�ÆJ�Hq�Ŋ	��WO#G�7��(�ɒ(I����J�-S�|)�͚8Ib��s�Ϟ@

���љHoU�4gӥN�J�9�*Q�X�j:�ק`���J��X�Y�n]��-P�e�+��ٸ0��e�w�ڻt��K8p�~�*N�آ�ǃ!�|8��ˍ3c6HYr�ϞC��Lzs韢;G^����Ӧc���:5hַk��-�7mN\�o��y�^����ǣ'��yq�̏J�>�/����_��N��V�ٯ��]��y����O�ܽ����_��D_�]������J
&(aF
����M�a�Z��� E(�t V(�?��
=&V7⋽�J=�R��lČ1Ơ3�?�t�^r�\2P=��*��B�,�����QBl`G-7��?愣˘���L=,
ic��bJ	�@q�acbɄ�.L���/Qr%���8�2�$
vA�N.�P��.����?�(�_H^��"��7��O��b?2����}��';����������ð���a�*ُ�s�����K8���`{�ʃqC���
��V��ά���g���+gŽj
�0l��0,L���v���.ώ�K�O+̵�al������7��t���P��J���J+��@9�@��ROp��:��
1Cr���=��bIA��.�@���
�S�?~�W=@����wD�����!0�9˨�<�H�c+Œ�nɵ��L�o'P���u�Q�?�@������1L)���K1�(��:���1H/���|��f������u�1��`��(R��b�*�0��/���1r�m��~�7|�q)	���@�onF
p�!�2���ʘc&�4.�bʴ���/?Fm�Z�^A��=䰆�n܁ �"�wA��v�;�v�v)pn'��3V���h�������	@ !�u�{~_9P���
G,�%���0����;�!pk�A�@�b<�
u�'��Pd/J�y-/?��$0��@k�CD�<b� `�g;�� 0���\|n}x�c� ����I�3
��=\�����A%Db$��FH���E#��r��d����|1�yIF �*�
P��:pAUe����F�1���'�`tԣ��p#!� Ӗ{����"%�P�G4�$�(�@r`���O��t��F���o���*o�pጴT�>o��B`���A9V��a
sL���2��� -*my���L��� �$7�MV
��
0�'"�V�ӝ�E�^$c��U�N�
�_��ES0�|�Ԗ�D�,9�\8B]*�9�a`�zD������t��ʫ�0�n�'�g
��m���۬�%YQ���
à:�!8b��Ş�d\��6�
E��:���"zJ;4���k���8�F�|F��
�����a��ZXE�^.���i��C�<B�� �!J�VJ�(9��V>����&��
&@x%+xZK��D"��!���D	���:(�X��f�OA@"	��0�j�\�B
�EˁTJ���.�Q�~<�%�ZH(�l��H@Rp3���]�iWB?<���J��V?M���1ܼ�,Z��ZъW���8ݨzi8�F�"��Hz�gYT�R�`�0�`>9��3�R���]�����9\a6��,��������>��;�b���E7���o���h�9����Yw�.{�0�P\�	����[���?�a_�w�[,p��o`�����'�Q_����B
o^��8�F"��c8F�x�]�);��d����'�q�k`��0)(i�C��Q4��%����
�M��Ǣ�����b`DhUэn0�sI/�$��$ҹ�w�]�9���P)0�
a�[%x�J c�t���۵�d��>��G.��6\!F2Ƥ�UG`t�ؽ�f{9naK�'s�c��#<8U�Ȣ�.E�-~��V�u��V���Hh�V�B	��c@+���Ct�u_Η��P1ԡ~tJ�7��9JvR?�"���4߉�"wk8|�A̡,
ƥ���aX����+F��@
�x�1Ջẹ#�k4�����M��5�A
j����$q��e�cW������`��I-���8}`8Y��kF=�!{�lGW�`�]��'2i��,e�r�}@����Г�4�)�.�A�ɏ{�ӭ�~
q!A��B>04�S��}�� �Q�@
d~�.�"�&� `��9
�,���`��7D�<�1�'t�@�@2���p�H���R
�`E�'v9"��0� <�@�L��0�'-ŇZ0Q"Ã��0!S��p{�.��
�gy9�*�wHʴ.�}��4D���!�B�=a��W�����L�y��z��o��f��`�s�b(��7���L!��>���Q�a�F���X�8����$� &��P`�x����;Mr������p��������")ҋ�(�ڸ�H��(���k���]���帎�"☎���8��yӎ�H����E���($��4�戊ɏ�X��x��8���Ȑ���){ِEQ�
I:������9� ���1��X��h"ْa�+�!(��*Y�&2��0��XC8i�6	�ғ��@9%.y��X�J9HٔB�P�B)�?��!�,+M;�H�U-�*\Ȱ�ÇC	l%�E��.^��}4��l��V/0 �N�z&*�i�R�
��M��^�4%!�=n���S��@%���m������XȦk�U
K��R�؅
(�/��"����44��U�l�#9ކ�#pBz����M�p2�DE~�	�nݻ>�X�r�9��{uA�b��lnY:v�!D{q�F�+,R8(��Y ��rFA8V�g�9sW�f��\0�@�y�
����Q�rVx'<�q�h��Bn�`@��,�_` ��x
��
Q�����#q
��@I%������@�T�S��#�Q�q�@��	D
f��E�t��!�D�]�LL7��v�\�#��(Є%N@����$B��W�M܅�!
��&�� �r�G�%*E#�DA�0����@ͅ�h�2�Iz
�E�q�ij�xr����	�'	TH}tQC4N�JP��Q�t"���%v\����38��4�*�-�)A-$IH-��]��I|;�qIK��@p�C�
)�w��Ĉ�O�VCB�H"PH�g]"/SO�D��!D@tL�<��F� � ��DJ�@9Q�Bx&����2…+�|*��
4!0����1�b�Y���D�7
�*4����0{����K�\<*�a���J ^Dܩn����*�h2
BҸ0�
��.dCJ4�2K�Ѷ�4�L6�TCJ5�d3a)�'d�Fä.�8�^���.���.�.���z�#(:�[�����A�@P��K1���<-�|I�0�ph�S���U���觯���C<�#�<R@!�,)P?�H����"����Ç#J�ذU���Q����1f�6J��J�I��N� ѐ
j$R�М�]��$����3b��C�` ō'H@�W����`�Ǐ�P��&�/h��c����Y�+&9�@��K�����s�a ��s,�sE�`��a`��J&�R�Ź2��H�9Lx���ѹN�
���^�N�����u@�nj�}�ILw���G��C�:����勘�d�8�7��2�x`��LA�LXA8	��0�P�h<`�c�W�@�1�
�]
�g�.;�Fm'X�D��b���E%
1�k���@Xේ=@�n���	tč�D�q\A��A>t�%	�נq	�P	�b�M#@��Q�D��$	Yx�@`D%�xR�A��E#Af��	�
`����@��4@�"bJ�q@~���C3i`
?���Q�)P#�J�/�5t� &�W�qp�!���C�6�2�@=$6"�=p�"�H�T�b�;�S��W#
�*���m"�Q�J��A_b�����t�H1L�
SA�DK�88����@D0@I�l"*�-L�h���
D�3D��e[&��P(���D	)�8D� �	=ɄD/ҤQI0�T"m,%�@�퐅vD��*m,�OWH� �d�D�@� ��A�I&_]��,�3��8;����Ci�nu���
�
���:���A�TY�ePP�[�Q�#z'.	C��#��$���.T*dD��"�a ��L�iC�Sn����8������BT�@��ސ0�֊F��P9b��(�H�	!�oC�uЏ�ðFf!��L#9������C	DZDQ
iDc��:���BБ�:��L�ָE5�@`4D�:~]ĭ m3�h��%��
$iEL�".�������_I��u�� ͐�u��#�F2�юd�Z,H<Є�uH� �AVǁ�� z|�:��pv�BZ�G����c#�%č�	12i��9���!�ʍ$���2�H��!�,)RA�H����*䧰�Ç#J��U+�	6����LJ���a���¼P�DRI���
��e��8 �B6
.���?$��q�D���d&P�AYD�����Y	��0�
r�p�`�>A׍#��N9��qC�O�%�ͤkД2���CAc��Y/��>rD�Tou40`F�݌�~=T�9�K9@U���C8]�r�~��G,"��[O$¥N��
�r�͜=�X�0BI���罊P$��n9g
p.@�w�|<��N��w�w�r8d�A�L1���M��4���Ap�Ao,G
΄]�H�
�QW�?���T��,R�E'!��
ąr'<�^Au (��GQ��l@u�Q���!-�+A�Q-�7p8�\N0�!�4�_b�fs}DE���l9Q��AfGL��
��&��Y�$4@�bo8�Z��	�{` �Ft���8ƬC�K��7Ĉ�C���#H!�
` kG¤�D��z�*�'D�GF%�C�$��g�p�<Nt�����,rTB8�ک��Q�|Q�@RH�oI["h:85@�x:�(�%]d0'�@i"ȓ�H�C�4"��G�w�0$��@��U�@Ȟ�Q(h,q 0"�� 
?�Ȫ�DD�0���0B�u	![��i@��w��p�]���RA;;T�AQ!tIa�4Pg5ۏT�o�LF�8�Q��\QCD��h�jH��0_A�5�-aQ)!yA}�.@�M�����M����i�D���]�1{e��:C3z|��NI-��J�q��]�2P׌P�A��E�@�8��2ߖT�;�T��DNA&P/�TP?�I�Ȋ)1��
�.Ǹ�A�ෆO �K�1�ᰂ����OB����q�C�a� �B!�8�40
it"�ʑ�����O�j��e��(⅁��:L!ᰈ$�C0Xq�SH��bЈr��P�KF�ڴ�}�8
Y�U��
k����0��A�@��hF0n����/�cB����5V!�=�FZ� h��&5�Ƈ�����Dt�&x	��HF:��<˒�@3������r�A��ac��%]�%ď�C�aG�AdBD0��;Jg��D�8�<Hf�	�r�$�,#�����n19#�Jt��\�<=�ʌ!�,+P?�HP`�Z�\Ȱ!CәC�ΠË[a���1�;��^�'C�\
�rๅ�Zn$)i��d�(l'Ñ�0!�M�t�,����-%HM)t�铩-�P�N2��q��P��9���T����#�@:&�؎ƗKkի�"�	��X`0Gcp��8@�~hŲ�ZQ@���~Hp�lC����6LD��Aō�܁T0�;Y���9��������9��~�C���0N�ׯbȖ5co_�����<�Fi�o8!CW�(PxBo��B�1ɠc�L��DR
��V?�1PG��$��wB:��?DE����#~��T-!��gAf�@�!�0d��ȥ�W�y�C�QAB;<�P�q�*�Ȥ��qop�@(��8����5]K%��?pC��XW�P�ET�'����N��"&|@:�@\��������PHq'�:9�Q(	(����q�W B@�B#��O�p�P(�Clk
��q�F� GP�L3�`ħ��J��PI��*�	�B����i�C|�ZX��
�r4N��0�*/�3=�_@� Ò,<R�N�D�'b�`�\TJǴC�B�� 
2p �@L@��&�$9�0$F�^$F`a�����A����4�9��*0�Ƌ�]�B
/PP�Y��L�H�8cTECs$�#u>�:L�Պ$v(��o�N,ݴ�:Tb���4mb
T�$s<��@X���hy�@\ E����L�%P�Ї�d��qH���=�4$�@���@���Q��� 1��sh�����l@�:��R�U��~	,�H p(��[8�Y�h�9�Q�`���I/b��EC؂� �4��E%�P	�iXI�`�4�N�[�@r�'��^�	A�U�_d ����
�uH G����\�a@�
VЅLHv��G�Ցb8��1�)~�]�	B\p���@F~q���qUAV�3"�(� ��o�PcA�1_P/:��9JA�W���� ņ삁�DQH�a
RL#��4�`42��N�G"	�~@�!�(�a
�����,H=~q�u�`�؀��a�[��H27�6��\��xC�d�2�(�*���\���܈�9;�ܲ�Pb�ْn.�d�2���o
�z!�8�aq����XF,`9 �Q;�qb���&F��Lv�e:q&F*jѩ� �hRG��Vu�a#M�J7r4�#�+��3z��h�t)���qS�$o ���R���b�BMjO1���!�,+P?�Hp�?��
*\Ȱ�@u�έsH�b�z3ZLN�*sC&�N�9#CZ<@�Bt*3���` �D1+��*��K%�p�C��.���o�BIh�A�Gx8]K�.���mEH2?t�a@�ؐ��h�"�Q�-06!�^��
�%��7
r W��_)B[z��4�*Ċ�@�>��4�b��9[��zA������è�^����mʼn�j�9��8�$7��coK���L8$@�9t�pR'@���QT���_Ž)c�,�A�����p\D���uDA��aE��J/�s�2�$,c�aW7�gFyE!�]��*��2.�O�,��
А�@G (�Q̶�$�Y�K\R:�u���DL��<X��!�@ÈqA�T���\�	�\Fa����"P.���B�d����od
:�R.�@�9#�F��RO9��
\�F���C��H�Ё�,�2�h�?%�Afpĉ�����)1�A1X�1�9TO+��H^�bD�jH_$FR��K��
�d
ZC2�6�
�^�T��p��D1�4%�u�yB��1�~�eH��a:���L<�FN
�FPG�>U+qaD�H�/�EPBu!w%[p�#���Q�A���r��]ATq���	2�J�d�|��##��E��2P-!��	��=pQ�!����G/���T�
���0�`�9��2]�G<�0��$���
�5AwC~��O�xZ�)�`�Aw{^���� �4*�!�]P!l�F�|	�	8`�!�)bI
С�*��1A�<&�7��O^��d�<ln�;dA} Č0�P?A��MF��$HA
E=�A���	x)�@G2�!�_���6��,E+���@�B�.�0D�80�YQ�
E�ɠ��`(R?�9�5PA�2�VpH )��@
p	�`MP�2 0d�H0��v2�4<� �B���N�C���@�H"���.����8-#qYSJr�����A'"
<�� �[:��
J0�E5�
i�"�X@��ʐ�j��dr��)�
�
�F$2ʭr �8�<�X�r�"���&jE
�r �H<��1�0S �[�*��̇�$	�3�E�ARd��V7������!EzN�Ԩ��$���p���2��w6��0�2b���`R#�\%%��	��8G:�����?�H;�aAs����H34�M�,&�iH�8�i���B��:��/��S���
���x � �a�S6%�<T�>��N�:e'�&)�՜д����r!�,)OA�H����*�o�Ç#J�(�V-��[��]Ƈ�B}Ĩk๑k�
��R"I�P.\ ����d\@R�A�D���@X�

Ъ^�2
h�`����!�5O��VO8�#�J`]�L���*�$G�@��Y�n��X2��;HA���|�k�A��
�Q� �����P�V A�`8 �c+a��T<�r����Ah
	�4h"�x,)~@���9�Сcw�7����CdWi��؂�9~�	plj�z<R��@UŒ%[��Y�}�
��D�d�
�`X7�Q�@\� X("H&��/��3�(�_��\O �]4DA:L ��G���P�Q$X��7�@up!2�D��
F��\h�UvAuD���<�XBI��)`�t��G4 ���a��Q�x��SE$�y�݀ŋ�Y���)`+��2eF"ЏDm Bi��@o�q8��!�4̪à��0�����5Сo�Ajr�B5��`��|�K2�ͥ�u�a�FN�`�NLb'D�
 9|N��1�@tE)�8?����N�@�쫧LŨs�BP�6�4�Vn;�8��:/|
�LW]Hj�����IQ�a�D�dTc���P(2���#�b�2�$�P.|H���,��[��Dn+�@8�����x���\�DLT�PLf��<2�Ç\�<L)�&��qA�@�,AC80@`��N��G���8��X�ȧL@�#�R+�0̤�r�Kh Q��`G�q�#n`�@qt��@NFR��D�@(����Y�Bfܡ�#�4�@��A
፤�B�	$I	(���^D�PD]�3�}#P�Tr�C�<dQ(+�J��9,Aq]
�W�� XF02�T� ����6��\q�(�?h�)���@�2��C�F0T��e	�%���0��3��a�r���V�ԀHWb�
�tC �P�Q��4`�/ H�(�<���%�d�Mx�x0�A��H�0҇+�`u	 hb`�
"v\H0�1��]B <�0�(/x�
��C�ԋ	ċX�G-�a�<^� �@E�2�D� qp/�a�F6-�CH�qP̢ !p�Šd�͖)NBHW
j@�8E��X� ��c8fK�`8T�MX�
�T�!�@�A���yH"6���Թ���+H�'=��c�C�l�=�ٮy�i�C&?=3�xN����<l��H�3!;
@I.��_���`��#��eSZE8V�a$��0�@r�������(Avd��-ȥhb����F/|ae�#�	�'�wQ��� ��?�'�"�OU��r)�8da�	#r�2�U&�!�N��V�8��H-늒��3|�	<z�Q�5�(�E�!S��d� F0αW�Z���D!�,)QA�H����*�o�Ç#J�HQ`�z+:C�,^#b�_ȇ��;��_��j�b	��q��L��N
	ZH�y��cD�z�F<�3i�X�ղ��R�
X�"�A��D�Xup���[/I���9��pe'��x!�5N�N��6�@$��9h0g���2;��ߐ�̡���O��YR;��!�?$0��@��-�@ͭ�6��vi�?(Ps�2Zz���[��ޞ�܊��?h9�c�����F�ϔv� ��M&��I�,g�48�FTܠ�H��K0�$�L:�<�w�.F�T��P`u����0��@��"�1砣�(+M�_F1��9���A�	�� �cA8
�aT�p Qd�%(��l98q�����"���V
�Kl���9���@f�`�w(2Aw�Fg��d+C,�Cq`�up�$���h�p�C.�44W�@o�q�`��ȡ)r�@�V�ʧ�d���(�q�M �!Pv:+�9�PD\1���CI"�Q�u�A$�5p6�D%���D�,s�D�`�@�`�f�B
B�B�E����.�8��VC�[�9L�J$D�lbC{�]H�&��$��tn.r�P�A{�UL:�dR+���X9��
�pEb�P�B���0Ӳb�@�3��SP=�)��v��f�[�H!9�CIr8�A�@�/��;�K��Ğ<��#~ͫ@�SJ�@��	�b�,`'PI/�������!��KQ8@�
��A_4�@�C�<CF����	IpQ($<�!�*t�1�B���G�M�(@dNj$�}���0�'a�!���!`;���/���Y,P�&b��� ���^@�	�$����(�Y� a�`�^a�UBQ��`$�ĩV���4@E�B��G�.\�g<!���lQE7�A�4!�2"r�����D.�-�`�w��L���G2����)ƶ&�
6Q��`�� %�<ҁc����E/�֋����8I�>H�$v 6Q`l�b���� a(��lP��m#�x�14��$h��
r�hF��@P�!t�e@��<�!�N�H�y�K8`\0�9$��_�()�$
��
�	qA2��]8��9���"�.vq�\� �I	҉�B p�*���;HQ9�!�i�`�]B���$[�D��R���#.��1��Ft�iN5���ӥ	i8ƖS��ң�x�K���0"N�i?���*ī�L�����S �(�p&bϦ�^
��/��v�.��B�AV�����E1��x�΋P��򾾂��؅0��v�#;8�M�Β�!�h��2���4D�)[D[��H�	Qk?�=NN�QKig�&��-M�Ԃ�¡�=�3dh��%�%�Ȍ�n�\�<����h�y�����n��Sd��D�V?K��!�,)OA�H����*�o�Ç#J�8�_-��A���}�a|�*@�z#%.�K]J���|�p^t��j�f�PZB�c�O���;:�_��T@`�׍;(�P��`�
S%���Y҃�@�t�/�����"���z)tv���,~�DA�-Ge�R���K	$�10�Ф�ua2�%[�@���71�����NY���	��!<�	;,(3��~.}�K.��Q ����!��!�a�=ؐ`�sߥ�& �o��gD1�
�1�$�L:�<�v���.�3Rj @q�qqGw����@�Q+�c�9�ӎ,�Q�2/�r���@o��

p�!�(B���B�`�E`
1�	����o��Q�`�!�`��H+����*6J�?]TK�C481�N��$�tb���P���Eةe�b�y�F\a&�)��)b5�:TP��鐃uT2�x��!:+��JE������@�o8��DL�A��@)���R�]/p�ذjp�*
p$�

ÇP���K�0c]{��8p6�a�l�=�nAg�Q`S
�{���2�D�At���ba��*�"�<\�l���H��|����Ѓ@4��@y�B�����&P��A�KBO
!@b�	���H�#
#���$0�>I�V��s�t�U"`�'`�!!S�@�8�0�x�‡#��#�A���uaF@l?�p�r
��K*�P.F$���kAq���)]�,�@���$���D�,Ċ.�m�{��^�[#�@t!a	Gxx�#)B���l�İw��0�6�
�X��i�W���	=p��!�+"p��N�"$@�B��b �0�2�\a�
?(@;�� �(�u�� qJ,p!�S��Rr�@h �H�_$�����A��I�o���J`���Q�#���k�
BCP�4 �5�8'��h�<��p�I�B�8Tq
�l#"O�"R�(v� �A`C` -J<�a�`�By#G9X���`!oA� R��$�
��EZ�xO��P��W��@�!y�#L Gx���"�	Px �H@<��<���@� 	x��`;\A*�C�"R%%p�
P�OW+Õ#`C�|!��IO�
I�
}�1x�cb��8�:}r�� �3�	���!!b2%1Q�tJ�5
 );���8�8EA�e>��%���8��L"��
�8Z���0.9�CyES�D���EIʌ��4bC���iԁ�C0MH.��FD��E�D���Q
��/�:��Jd���U��R���I��.x!�d4�tB�D�AV��Ì���*‘�_c�A����*�}�2p�
_��`hM��R8!��kC������vp�T�X5�׹�C,�V�S����:c:�p0�)�e�
x�)�KĎ{�u-��s��
�	���t)�P�0��Q�q�^��/Sd�X��T�	!�,)NA�H�����Տ�?�#J�H��ŋ�c��!����zr"�^�9+��^�V,'2�+W�]�blU+�?I}���`���(+*��D-L�&�K���O'�V[P ���4z��9��_�t֚�$�?�� A�ZWK��u�.x1[�k�$�DB�nLS��
��h�ŵ�>�qC�|<y	�^���t^+H�4\
�D�]1����	 ��8���\��@��� ��`q3��`��9t�(�#��~�_���C�bO�c�z  C{9���("HtS��3��?�4SE��G�@��F`�
�u�  E���J/�s�9��L<�tf�~
��,��Cf��?���G�3�2.�8�2/��D�f�qWL�$`�%��'�A�1��y3��@��R0�M�Xl �L:Y���"��g_05/�UQ(�Ԁ�mQ��q,j�0�!m��YU�_�
N�FN�$|�j^��"P.fb��@�*��%4 P�Q�jj��o(�Ц̒#0Ie�F���\4P��N�	U&�n9��!G#��{�8��N�-�᣾���Ѐ\ +Q����Q0̘"��	��ȍ(�Qq¾�Q�4ˆ@	0 u��2�`B�9P7�Vub�D��0�`�0�+��K2�(�H��M�Pi��<Ѧ�S�|=0�����@��N�D���)w�:h@
�L�Q��l�*IC�'@���0̈́��b<L9b�U��%}QN�	���|�n�/��C����	
<>��g���C(������0&�@�w	$(rH��$�Pt�wD�@9��x
�9
����(�;�B��/!�xP	�)��H)`�x�H�D���
<M �����\�
���>���b�C�K$
5��
X`N0��/�'X�%�x���_
�����&�P$�$��D4"��DE@"X%@,�᷂@k �@	#]�#��y^@S\b:�@-`�&�HF0|�?pX�"�H1�Is�I���r�B0��xls 	4�Z�A~Ȣ@��q���(��(!�����rp��1���DX�
> @
EV����(	I��F���@E�lR	�H� uL/��ϰ$������@�#�Ag$+$R"&�Q���� �@�B��p�9$H(\b�`*�A`?�xN��@�s0!�Y�F�A�/X�sa�@P���.3�\6>�b���aF��ω�H��>vQ�edfP��ᴢ:��4�B�)~qX`U���ꆸ]􇫯�cLd��}�5!6�E�V^�"�$[b(�d���:�a���e"�lf��]��Y��E0��vd� ���V$��L���P�:ޚ�wM�;�};�ьvs�*'KHi%�L�]D�[�:؏���HWb�.�$%���m���U��+�-	w6�����h��w�r^p2�:Q�WY��#�`Esuѡ��Ũ�/Rj_��	��/S�q���"!�,)N@�H����"�WO�Ç#J�H��E�������V#6�Ū�1y!��
d˔	�	ܯ}��$�/��V�4����
�W/�'%2�`�_-��<�,@G���0��@$U���e�UbBS2���4zx�
K��%��jȕ�jh��Ǐd��7d�b	u`��?$�C�
 �P�!E��V9d3�?�
z��1p���AZL��W���A:��O0��@z'�`��\���ت�$H�x,��z�0d��hu�K�dž�������DD'��ƃ=Ͱ�>��7w�@�C49�mCp��p����%�!�	1�@�SL2�4<�p�[�f�U�$`����Fo�����#����F.4�R/h&qܽ�
��7��kP7L@��"\*�+bV�0��
�5
LPeU�'J
�J�T$�рE4��'��$~�t�!��R��S�Uv�9k�L�A�pAeA��
�@���ʆ�G�mW�H�nk��wpA�^~(b�!��*�@��B�[ZVD�@"�T-u�@`?������$�$�n�lB�8�PK�.�x��J�� 
@`�r�)��qHB�2AB� �P�LHŬ#�B��S7 	]LR�;@R�C�10B.�pI�.��B38qtP���@:q�
�)p�"CO�Gφ��/�<co+�԰�s�Ц
@��I�1c�����˴�Ë9���#���
I��K�#�L9��3�0�&tL,�]UH�Aǯ�!����C��1�njiF�8�4c�K7��)0��@�����W�oB�$��s�@w)I�(B{ٵ+��D��8@%0<0��C�ӝ�v!�@@�p�
�P�$�7�C`�z�D��)����[PB�o"��$�p�l`�D��,��\�x�#���(�B9�J������9�)Q�� ��`?b�/�`��8C���
�
_��e��C ��@��_�a�d@[PB	�#C
� 	o:$`e��.h��F6RK��F�!���T�IL��$����B��'���4���E)�X�bF߸FA�XA	c#�J=��J���p��`�P��
1}8c�G��oDR�	��/�u���A /x�!	 �9(A�[	d*C.��O@<�:�ԟ ��XF 1,(V����@@�$���@x�\�b��$L$��%�0>�%���
A��D9�X��H�:E�`�!B�4���+!Z!FQ�6�P\EQ��%Ana���hM�/�T/�0!@ʆ@��NL�P�D9RP��b�^%f"�l*!�i\s���LwU��D�8� ���9�q��~ձ���@d׸�Q�8a\�
�u8
��hd�S��槁}H/��Xh!c�Y_�TM��c����_c΀�0��W�P+�G8x!�d�p݇0>��`G��+~at�C�:!H�v����W��8F2��yD'���y	��$d^�E,_#b�(�I��@�Q·@c%� �@�%`��Ġ	�L�C��VC���Et"���M�0a0A~�^�DZ:J8Dl␰#M�ER��b�����H@!�,)NB�H��������Ç#J�H�b�z�j	�g��G����"���DŽ��
U�$ȁ�chҥ�V[��,�*^v�
k�@���+T&L"��<�u�\~F��!�<��
h�b;�ᬧ�'N�@��z��
�k��V<(`�G���XCx.k%`�
 7r��"@�Pu+���a����
�
�{�� ��:#r\�P�G�$ @�Ǎ�s��v�Z�����
���P�J�8$@�͛/[@"@	�7\{�]|MuT�o�[�:�p�
: ���C*8�<��D�?���D��FN���:Ȗf�
DX ���
��L1�(Ì:��3O+�+yZE�������D�QGj��C�q�#.�.1�$/�c�9�L�o}��f�
j�!g@�@�~"$)9�%�.��D�utI�
Q<)�G� 	��!��i�0��2�^�䂟D{�eQ+s ��P�@oAI<b�@�<Ҟ
�bd�7D����@u�1%k(2�@��H{Bs�8]vtZwqX�@�O��$�j�q�AF*�����6QK�8��a78A�:�ȴU{ȼL0�0��@.�R��2�D�C8IR@Dtno�qG4���hz���B��(��.�N�2�H$����X(@��{P��h�(�@L��GƬ#aB�MP4r���2���*tH��q1�LD���4��_���%#�&P4�T,��3L��B��Š��
$*.�p,42
��l��"RqH4����K���bNO�Ǧ�	���vVu�U��ɾ�(Ե@�`G�P'4h��=#F`��Wq#�A��N�գ�2� ��2�$aA0l�{����9$��%F�=hK!�AGA.񞂜�	\��$	k�-zJ�#��/8�|`9��a`�lZ��`	/Ȁ�����X��!ABE��	�"�@�xI!è^}JQ)`zZ��$�p�d`Av�7���SD�vU�'"�8T9��O��C�H��B�l� �80'�f��",1�!��ة$od��82�-RE"���\"i@Bb��fX����d��r����pc �3ȩ~����	K���)��}DH@#u0c˰'!�n�!��E��%���GJHn�����4J`}��Zlq	2<���*z�3��<KF�>���  �,V���A
@�
H�"-)���4�/M���L�h2K�
`�+WP҈d!� FQP:��b��(�8�C�\���@ �z5tT�3�Ν�O*�HfA��Wtb�)�́�m���
�TXs9E4�
���:���&�1�[)�a
��C!���{������0<��p��)3Z�A���#�eh�h��4㵀�IPVAU�I��;rQ��*���IY��pDd/y�+xA,��!��U��3y�֮�䗾X�cܨL	L_k^\�>��	.z!�d4�zz!���p�� o}q�e�C��~dA��&$Q���,�a���X�?4B:��#/A�w�Y�,
A�w?���\q�&����3~�k�@�!�p�@��c�0�_YE3����xP����|���6��㙨lu�¹�(M=L�e�̣��l��J�57�#!�,*O@�H����"�Ç#
�'�E�3j�옰c�6b����E�	ٍ[%0ܲ�P:�5��L����%�/V:o�U2�Ps

 �W�]�-5�4T�2(� �Rb�MHӤ
 å�2�%V��T�W!��
T�'ӜB^��D�@~��D;�b�@��\�-����4~�$E��2c�@*T�Ro.N$@@�u�a @�حHFT`�B]���
����=��	��dH��I��>�yc�V��� yr�t��@��\R�-�
==�t!�]"�#�o@h��7�(EcL2�4�;��c�@����:(��p�
�aFuD���1I`PJ.��K/�|Db:„�:(QW4�׃w��=�0��YD�+��$P)Rj$�F��SO"LP�
Q�!Pj� ,<2� ����FtfD�HH=1	n�@k�a"��$~"$�@�zB풘F��R˕4w�u��up����� 
���L.���"�R�:�p�
TtY�wD1(�t���0K�ܔF�`����<�qD�G@�GA�(�
�PN94��/�̣Q+v�Z9`�mu`AC��Aƒ�{!����2�>��be�i�4P���@���&�`p���F��K2�aA�"�	?��j�a�_PG�
�AF�H8rS�ưӞA2����@
���$�(d�!�h�0.�*�$��"�0�(�P+}Ԙ��4A�(� $��<�*0�^��,�@K�tɴA|) ��ĎEh��!��C�B��L�ɨ�os�'��Q��`��f?tNA4a��?�`\<��!�X�w��&B��و'���#�K�.����G	i�0�E(�p� 䗷��H
A0<!�M�#��'�:	�@�@3p�	HD~���a�qQO�t��0!�0XD4#�K\"e@B	�=X E��#&qCS@�z�UE
!�@���$)C�?�B�PHbK(@Z���Xx��l�C@��)�������@7z����c�[BBA���"DZCj�����K��;x�
PG1n�6�/!� B���`>��@�Z���
~&��`a�e���0G1��
nh��Bt��q�c�R���<lE#��q %@�%�R��Dl�]/��
����J�aH���a,|�6��� �CA��b@+&7��u�h;)#]���00���!ȨF�‡�=%!�����"�>�aO��0�XT� ���@@�6 �6x�.Α���<��E���j �(B �U��.����=9����q����+�
P�@�P"AV!_� 9IF8��rd����5��%�|�A��~�,I�0����0mA�����R��q�l�]����-8�*[���%gmh�ː}8%��+t[�"p��.j[]�ȥ!��Ts6�ɡW��mw�U�c���9���
0��Eub�ۀ���/���t�c ���C@�h���ItW�c,#)��@F��(�<��	;��`���@�@(B�@a�E�>��� �kAh�Yõ|�#�e���
��0f���x,rQ�A���'�?-H.‘+�.��/T��e�9�X�.�q$-'�e�	E��$�Y(�a����*�Y&��2���?��~�H@!�,*NA�H�������‡#J�Hŋ3
|��x1�
	����ZG2�?���<���U�L�DX�^�2w�� K�B����_(Bl�Jڪ�p˒dZ��	�iY�!�U��G�V+I� �C�}�jd�L�/�B�*@�
 @��!������u��.xkg�r+I�Dr���O@�Ȓ�B��C֫U+�$���!0Ǐ��dl'���P�^�@D�o M��_"d�WV��t�o�?z��-:��9��������k�V ���@Cz:ܐ�k@ˤ��3���TA�XE�($�UOs��h7P��?�h@��A��J.��R�1�#a<jM�.��2��
\�@X�Ca�@�T,��xhM�q��T!L���N���up���A�G\�%W��.���8���E���)����a�)P�#�TExLR���K�x`7�)�\���\<"�!�@��D���N��F�H2@��dl2I��Q�@~LRD#l�*PR��QD[=v�8bf(IlGD��#�+$;�0��3���@1��C�]1�	g�`���&�*'A�NC1�����coH��cq�,���I���,�H�
��bV���1�x���7�,Ku��D��"�t��$@�\��F���/�<�H�"i9`��:�́"b�@| D9q	heǰ�ql0y��obAw�nT��Ȝ�AP`�
�BN�\&$L:��U�"�=2�?$���Y0��3%|4��0w�K.����2 4�% �[7������D�D7D��0�LH�P8��C���� �	D�

,7H�MS�9�4���r�@���B����_2@"��2L"��!����=Dn�֭B�M�F9�aAF҇�%, �`?(��x�!�(�|�R���!D��(E��b�h
#2	�x�$��6�@R�$BD�!�@V�C9�gk�CO�6dd_1�$氄P@A�p��5��x�!`�H����d�]���E7���o���.ޑ����-bH+���`@X�8�w��$���}(���Ҵ\3�ktÑ�RBV$��&���pS$"
HH���B��`
$~�C��/~A�`�"O��6rD����I��`';�� �`�0������	�+@*(�ntC��H1�!�]�6XA� �P4!�0�O�a (��p�%����/�1�b��)L �+	���@�Ĭ ����Š]hI�2hK.�!��	���N�n�!(��NX�AQW]���ъABq	bL� B�5fi$�'�z�`PT���
4j�\�� ���-N�Y�5����Ã���ǮK��(�Z��E5�q�l�E���9t��j�%��C)��c3B.�"U�  ��I���D&���1ء[Қֹ�vZ�J��/I�����j�SF��$c�U���SNn�^�,�d�U���H/�]d�P뛝�j�b$���O3F���S�
;�ċ#�B�(�2��5���/�@����1��y<��a��2a��ţ`3�A���&
�S�\|�nBöC	�3��s0�!�1`k��^�$��qD���T� �,�Lܨb]�#2���[r��ٚsH��/����3I^�c# ���I2�E��!ŽH@!�,*MA�H�������‡#J�8�ŋ30��Y�VC�4-�_��2&/@��[1�YP֯��I��ZZ�
ųg=au�zְ�2e:x젮tS2lU�$5�$
4$���R���V}2 @���0��`��4�����2&@(�����%L���P����pHp����X)��]���[�
 7r�DD�
��R��+k��hrm�f�m��Y��u���|ȫT��!k��w)�?n�(x��/^����~��r��X8���#�["W�"!�z4�C
(�BC<#OT���D��"�H�%"����zNqC?D�	@��/���2ͬ�<����E���F���)�pbD�@D����`�*���/�d�NH��R�% ��R��up����G9�	��8!��E���$(
f��Ɠ\� ���H
��0��F�dH�x%@�'Q�@p��C
��� ��A���H����K�rI
�*%w��qa�\@��@\p%�����<	f��vb���I
(��!e���K.��Q8�8@I�RdH�Ƣ('� �!M�D(��^j��2�Pd(�ঔj8�X�0�f<"A�I`�(lʊ���.ǰ,?��ܑ4�)%w�q�D�0.��$0 �`D9����0̀��A��p^z=�pD�@�'�@|� �LEL� ��ݻ����1SB^'����,C��q�'p�"
��ou`������5/�8S�S�]a���@��P�"�&d�!�h 0�B�K9�oo.
�LI�.���[۟�'@�LKQ���0��>,���Kd����z@ȰX��Ll��'�Cl���^�E�ҺX�?�
	貃GL�e��Hp�R�#l�D�-�bob�H����T��@��c�G@B��1�*�� �����+�ポ
"0����5CH�R�	pQp��Iw���bFEl�]���`]����x����@
���:†�x�A�A�����&�+��F7r<F$HC*�`b
I��	�"�8�w8�$�CX��1J񟁨&c��@��
��	!��TƔ�"1N(�!�
`Bl� (	`��u��hRg$C��*X��^c��6
�-��D@A�C�9C�l����'����#Y�c
L@,��
n�"[
��^7�"͆:���`�)��؃b��$C@Ca�-�@ |8�Ct�\��%���E@r����jP�F|����BE�X�S)N�ѱ��@�Ȫ�0����l�`�@t"xp�(���y�8�����`����d�8E�A<@ hD�^Ӯd��k���F5@1�W�B ��%�x\�#-�� ��g�²)E��qR�P���E%앐U��M3VU�\��9X�D��y������I��Pp+�f�#9�M�v����7�������x�ыvFD��V�X�<r�����m���d/W
]H�"�p�z�D\Д5�
.~qt�ci�/Dx�	�#���.����ȇ)
��>A�3�K���"�F2�Qճ����
W��,f1��u�� �5�:XS\�#ʖ!�F�Z����1�ϦS���ST��Lp=%	��G"a��)Θ������h�aR��oKE^�H��
}��ƒ�I:��`$G��������Pk$���H@!�,*LB�H��������Ç�ȯ^ċ3l�C� C*�W,׸_�j�\�����V�
�,�D����"K�����$�q��`2�C�5%ȰO�*�
��A\���ե%%2����Hu^�
��V;���%Bi��.���Ŷ�$�"p��a����
�*a�}J�U�@t�2��L�0/XC\���dX�
:����E�s`C�W"3�Uk=`A�A7/�4����n."��C���*4~�C~�@�@ҿT�cJ�\D�[!Y�Wi)q�9�0\9aE@A2�0�;��C�U4�D���M ���L�|��=�@DeoT�2�™/�cL2��.���P=�����p�upG�i����
��bn���J8�R Hn�"�i�ExD���~
P�"��q�K�t��1N�'��Y�Q�@�`@�r�!�E98��h-�8�
X��F�n� $(bH����̵+�p�EZ�r�
ȇxZj$�$~�H��0���WI�䐋v���`�Ձ�
�a�ȮAbTR���d�:��P-�m�	��`F�u����p�"�ą@R0!G.䈛Q����<}��A."1�nk܁���$��D@���QgC�G
�WS���
X����� fL�!�@"f�D%�(��8�4�*��Nz�Բ�3�\��q�^�p/Ba�9�p*3��P��!\����dMv�'���B�("�@��A�����0������Kۼ��C�	D��;P�9�p�j<ҳB�X0�'
�·(� ��#�DP*[�v�W!
��i'��B� �0���K��YC�@�
����� ���	�#�]���@����<q�$����@��?B�!
x�A@"h_Bp�	�i������0F �2��j����`���kD�4��]�� �Y�G(�9�qK"j@
$`k��	�@�5�A���:%��bM�D
@	r��0�)+v�
U��D��BCrq�u8��`^ ���`A�P��!��ç&��^�d���š�m\C��FDJq���E<[�DH�/i�d�3�q���ec���*`Q
r�H�0�
�8_�$"�`�[B��Dv�����T��x8C�H�=�����b�B�e�*#	���c���`��G���p�P�"�@����X�	”�
�!�ȇ�]�n����	�h��Ww�p�‘�a	i�Ph`*ą�rȁ/.����A[Bl��],�&�Qj^���_� A�<�� V���]�e�xx��]z�~P)G6��F#�2�pC71�R��_(du� 5N1�S�"���A|��T���2짐q����F8�1�\\� �@Y-z�Z��c@�@���@H���[�fHe��Q��������1�ќU�V�%HXH�]�t%�miN��;��w6���Cئ��^�$(�f��ކ�Ċ�UӸ �
���.�;��;�^C�`TQ�g��(IqmW�+D
u^F,('0�� JBF+�����&g
8��c,��H-&
�<�D
��3�Q��C�`�/��g�c �Cț�K�`@���;�qe�����w��&.7c+{0RX��t8!�
qz�f��ü9�ܔwx!u!4K������V�)^�$�*),�4H�1]�Y�SY�.��0�'�
�<@����z*�~�J���!�,+KA�H�������4	#J�H����,j�ȱ �e„%�װ�ɓ�
�+^�(cr�h./]�v�C��̄E	q�_�~�Yo�Г�p^�~J�
l�1T(���
�,����Փ�dC	<$���W]w�K��Ϡ�@����g�`	�
���q�V+ q#@�
\jJ�?c�$�"YK�P%h@$G�DHX1�"_��V�{�t��u�� G
(Aۯ�Z��Y4Z<@S�r,��1P9���:"V�����+���'kժ���� �s9A�@�>��c]=�Ў.��E�/>E�QF����'q�m9�P��,@8��/�c�2̤�3�PE�F��!��p�\pA�
@���0�	0��8�2N��JM�?�v�wp�=� 3X�D#�B*��u�|��oգ�%(��@G��o�q�'P�#��@�l)�0�������mf�!Po8��`��!���w��Ii�~������:4��p�!�}Q*��"UG��=�V+ P9Dq����2`A�)���10���'G��C��iI2���q��f@
��2�"u �S����L;���b���6�E�u�q��`�#
	1���
G�YXL:���A���"��
X��h�,��"-z(`0Қ�K.���2�t��B554	��{�oܡ:h���$��GRT�ts)�|P8�v��5G�"6w�\���ӆt� ��
�F�3�*�����RNT3��Q+�i�CA7Ԯ��B���y`xD�!���CqA��UJ/��C��$`���	��pD��nqx0r����	0��I�u��,��
9(g�$x�E��F/!��# �0]D�4�}�t���,�3�	k�E.<�Б�h�l𬉨d ��Y��@�$�^��@aQ+�  1�x�O,�܎lp@���5��@�3�����1�A�����!*'�@
5L!*Ƒ��
C(0�
"p|� A�Z�8�0j�v7�A��D�"V\�D���/���mp�O�XB�s�����^��!(
8A��?(T�$R �<W�Zj��o`c ��*	��
J$��PZ�R`OXApKh IH�P���8�1�qNPB �І6���
r d�4�U4r�]"	�-8!��T�(�
R�T�����8V�u��%�0��r8�Q%���f j�
 �̫,���b1[@���H8b0�0XQ�@A �\�-"F�a�'kU\�'�xqb�!�S��Ā'�"8r�� H \��@)1b!�dW�$ �)M+*$�-�1�hH�ӰB����i��ܹ�Y^2g�c�A�0�Q�SD��=� �{������֊V�B�K�?��
kX#�(�<�^����
F�ъ}�"�x�)�b�F����j�_��	�Ej���0�A�2Z���VȀ�@���Q��X����6+cYE1F_�"u�/E��^4B�ȖR��U袓d��>Z��K��.t��+����QB�‹u\G�&��Ҽ�	D���1������	@1�$s�%��e�Y�^-��xGR^R��X�.&/�
f�V�YV ��*yx��8F3�Qb�h,W*��@r��^�D�yG2��e���5Ш3A�њ��� /���͢f�(z"ִ��T�c�A�وC���h� �.�:}�t�eG<�J4�j��Óae�2
_8��O��x@'���U=옘���3a�mv,����kBkm�+�@I@!�,+JA�H������F/���#J�H��ŋ�
Po��e�>�H�dAsK�Z6Ҥˋ�(��&��^��/@3�y@�j���jI�]�q�������
E�j<���gU����֫�U`ъT�C�W�=w����_�(��S��?c�%���o-@0` $�J�`qB]�գ�Wk4����W2Sd&Q/yV�^P��:�a@�zo!��+b�u:�-@�"4���A�D��Z5��*�mx�*.�k�a�D�N0Gl�UϖA��BQ.��g%����]��Ѓ�94@*���:�<�<}���P��)&%��h0���p�@L@�01L)P��1�sTﰗ�H�H9��\@Ev?h�G9*���*%�F�{��@ؗ��Ѧ4ao�Q\#à"�.|^TJ1a��?% �@����r��tBbFlB��&S�EZ�#�
 �u��u�Ѥ��H��TPe��.�0G�$�0��T?�0�~b�#; D��Bҟ��TB*����pn��*:���!b�"$�E9����M�c�:6�mA"�R��@�����N�0�,L�G�(��Ҋ���@0���V^m�'�墪2�2�"o�,�VF���.Ǭ3�;d�g0�u,Z�9�h�@��ED@%�L����.�0#B����7�qGu`q
�:�I�
��	��J.���ÁӋ9�$U�@Ze@�@M��pa�(�����
���P)���&����5v1ʹ�Q_%@���	`�"� d�! ���C�
p
{�K��	U�-����"�h�!C8�H�	�;���I�eBH!ҺDv���*}0&#=I�)B�*r�� ��D(Q�
�"r�4D Y)�	������!�C�"�HB�0B� �PIX�F���A�YK>�@'���Ib��ͮ謂†�9��2R+�( D�B�@��a�25��x�$L�<?bb5�� !�X�����<��np���'6qD�� �	@(�P����K�8�"p�N���# f��@8n���6��
�4� ���8pa���� !Ba"�p�!��2�4p�"D�
wPD*'�<!��/x�Q���@�6�q
ll�p�EX|q���#�(�Z2���
C0Ab(X�;(�P����,x����FM4\�B���1'�{�SH�C�A�=�R@A0)
 B�`�9(!�^G��Xt��@H��N���0�؀^@D��
9�^
����S �JQT��{��ቡn��B :�@X!��O�层��^JƮ���Zl�Eɓ�P>V���E4��iL!(��D��(F��1ҝH�
<�@hF_���x�,��h|��`�pֲ`.�"yF9�H\�b�F5�A�jX���
2�d�#�@�q�Q�V�w�T2�������"�z@H���"b��c"Bb�qcQ��}	,
d\���:�1��d��.�D2�<����6���B�HNY�
��"࣋%,���C3e�E/|D���	Y�0�я�\���B�#���{��S�Q�	$�Kkw�/R� ��VAd4#��@d�������O��g�*����3��� �@��]v#��N�w�sQ �X�/���"]�==��/����CsJ��ba���hGZ�Bh8���\�9蛀�9� ˢ=}���}�A�b|:q�xƨ���b!n�=6���&��Ͳ�2���iݶKf���͙��ĭ�t���5c�Mg��VC���mxwD�q���b�68���~4D�	!�, +HA�H�������V‡#J�H��ŋ���W/4� CD�k׮c�D��.��\�V	���ʛ���j`)u8!vT��WA]����`��O1�0�]��Em`jͧ��V���X���x����k��ີ�졮XM둍���<�t���U��*w�BҿP�X��וS���Y,4pp	.�x�p!E��/y�����2~�	 �~.�JX�]�:�O$Y�*X�#��:~<�0$@+h���C�_�c�G���[$&����
��F+���2�Tta9�(�]9�C�@�a2�,�L:�0s�/�P_���
=�0!�7( @��S� �4HS�RKh�_�4�����@��R��d"HOŵ�2#
T�@kT����R��#F=!RGq��i�D��FN��C`��{�
HH3�r�����Ë?���q9Р@���!���(FH��U?9T�?_�`�
�)h���<�E#3*�TL3�8D�M�sI��
\�Fn���"����01���
��9�|F�A���p	:�9�9� b�"�A���EW��8Ť��@�Ug�[i 7lk����aF���$~��� ��T�.:��<Qy,P����	MހE�����#����1ge�
,��<R���˳)zD�[e ��I�Q�wD���r�D��L9Ô�ߴ�{�;�#���D��N��d�"<�!���20|�r��jD�$�Y�0���
%� �	��\�ރ4��V�
�@D��0s��*��USn�H@@�򗃓2 @~bHBk�'����0��A��t�JX������ٖ`t��!U���M���.���qM"r�D�'8��@��q0p�����(�0��dm����O��ln$�"�C L�;�$���P����8Dd�0EA��E��W,H<��8� 1GA�j�x�0+]i�[T��k\c�`9�Ѭ����c�A
�l��,��`�wx�"&Q,C��p���R�c�(*�
Bb� �#H 7���D.z	�%
��'��L����\pC!a�	$�#�h:D�=ȁ�P7��Ȅ@'�`�R
��+� ��t���,@���Q �0�%�������a�S�=���@N-|�.F�b`B̅��f ��d&#�B VDipaܰG*�M3���a�1(�N� ��^p>=�F�>$�h�R	2�����aH!��F�ixa7�pV�\ ��Q�J:���X�'�k���(��@{�*���q%�� �Ȑ���-Hq�iH����&��_�d*Bk�<6v	IÆag��
o�b��KH/pڦ�T���G-��\�� /LVJW��B�\��@��fC"L��s��#�X�?���b�g	R��e��pN0���`�g�	�0��{�/	.����"�����Vнv�%,\c@K���RqRy�	�ltѬ��� 긕@j�u u9�N�+V��;aE0�q��p
:��Kౌ_��i=l_r%��r�83ޱ�s\��A�<�a]�7Fi�u��U�.�	��v���
:�+��7���=�G�˙���Xn�R���J 4Q�pU����@YW�a�b$#{f˟B�v%:ړ���ᏗB�#�
�R��L�+���Dh��b �(;a\uoB���.��ZN=k�(��1��Zz}����	��C-b�$���*4�젤UG0t��j�$��vu����#!�,"+EB�H��������Ç��H��Ł��bH��ŏ �Kfn��V!S~T�+\K^���SI����X��K��`k
-xs߯���,�̡P�C�,�D�n\xZ�du�;��+T��Rl�pת_�����F�)���8\ﬞ�g���B��>��+�.����U�z��d`��>�֚��1�ZWiN�`p%@(�7����WF��! @č@�0 �̿P����WR���N���
d��!P�$
:�_v��;���Gѭ�-��
�C@p��3Ot���_�E4�]D�����
=pH^@�PF��K0���Q��b1\(��	HCyr�JK�@H_��wtO�ސ�N�ǡ���+�}T�Em�H��78!PT�� 
��H�0O^��Jp��9q������HQN)!��^�
�e���À?�QG��IY�0I�|��R1��Ð?�(��]�8�#�4PQG�k܁E7(@�����/ɼ����U �1`f�:�u`q���#��iC9�2�EI��K1��3W��S!JЅ1	8������N�@�kf(b�")`�&�Ċ.���9�l:C���¡S�qj�njx~(�!~<����P��ȋAI�;1���m�ac�7���u�{
��$~	 ��
u�
9���1*�ұ�Ǭ����bq��qC������ 	��P.}�C	#��3L��K.��:A��'$��f,�Ŕ2�(��	�r$�10{\ @g��9hC&�.�TK�0�@�9q��?d)�߂4�p��a�b�@K��9Ș�
1ІS������AY�������L9���`�H��h�?9��@✮!���׆�=����*`Q
����K�c�!˴�
�6�& �}N:�!�? �A:��ەbq�D�v��eE��V����"e8EC��`*AX�E�Ӊ.���mtc^��Ap��줣 ��@�	h@��`�G@B�8D
�x�����sq�U�c��6�
������0;�����b!��`�"E4��(�/|�_#7�q�kTR>@�/Ɣ�&
W�
$0��
�
�vP.�����e
t�y��7s�U�FǐG��
�HGF�xL�t��!�0���e�a����h)ÀEv0/�m�P]�C�P��6���7J�p��ҙ�F@��p)��bc�8�)TB�x
�F#Ёa��@��z!(@�:�����r��$�.���Y�*�axBq��E4�1
�J#��@�����&����`v|F��z�S�b��k4� �q�!�8Fe�wT���B�6`�"��F5n��U����c�TiRy�c��C�`ق�#Èml��;��<f2T�S�#O �,����!��GV42�w�?��.��]#�O
3���t$����G��HV�h(��P�ярC .�0#��b����nk�ǀ�!��0��D� aM��d�c��O��(�+��s}�
����aA��1�ćļ��(�b�u ��=�Pn�]4t :���Z��b(����c<�+��Oc��҄1HA
$y"e]���G	 axLl�|��$���_\ҋ�c�&�	@�(�c��:Mʞ�
e`%��.`!e�C��A�$2
��GԱ�f�.Р�~B��4c�mGU(z�u^�&��Atb\�@��HME��L� ���D��g�LdS��$�k�t$}�r����Ⱥ�)YFRx^��ЮI?���^8Đ�?x�m���hu�K�hr�[%�VD!�,$,CA�H�����KȰ�Ç�
�m!ċ/�{&��Ō C|'�/a�U��By��ҵ*���8.�',�.����կ^Σ���k^��H�2;�k�ͨQ��4ȫ�V�0:�_�����K��p��B��_�z��z���U�dE���V-����M�����j�j���Kv��1�!��VAF�*���!�>�X�Њb;x�فi����m�z�T���.p���g�M0�D]��=e�ӣ�����H������?c��B�5|�?Sp䆎�9рt���>���L8�@��9H'�\����:�G�2�v��b.��0;���]�\�:�p��=��:L���$F���LHF�V�$�9�@�
K�Al{Ê�!�@Z�T���ߍ9�D̨C
*Xf� 2��YI"�:��gX��k��,�
儤.��d4�ԃ�A���	BI�Ա�X�'3�0��RM����L]	u���C�D��u�q,��!0�	0���hƤ��E�s�@+�sI��
\��knԡ�'P�%U�.���KM���3{`�@�և~@� ��0����#��V��PU`".᜸�3�уgŅ1	�ո�@�q7�u��
�I����ή�;,n1hL3���W-.�ק�:�9�ʁ"���@���2L9`��+$��.���9E�U��P2��,
D���$~���$0FC��#�(�.�rM�O;�^�$���Gԡ�����t� :B*��&#p@�V��PL�T��k�9�\�ÔE<R�@�(bF#�:A���q��.|`@#�2�`2c�����O����^$8 B����0���(�o����%?8ȁ@d�����7����*�����ڞ'�a��qۻ�^�q�I
� '@���B�P���&m��/��� �����Q@l��l��i=���08��o�@�	��X��@��
�h��t�@X1/^L� �iM�D@���I��%��CB�@� 1�C6��XE8��R����6��mD��@.��-�+SD@9"�Tf�CLB�x$q�G�Ch�2��e�Crx�7��
n�"2�ꅖ��PtA(2��6����fP�,��
w	P�X�� ��`�.!��Ɛ���~p	!d�H�.!	a�&�@���<��p^�`���OFc�_��Ni�^,��4@�"p�ý!p�B0`t�=r��"NїH2Պ.�t���	!x��@��LhH8���Ke�#zp�&�&���4fPHC���0��-�Pƾrb�_�@�
^�f�����)��h�����00=��D���p�g�x)�`%���G6V�
V
BH8�4���G��>
��'䡃�9�AUv�I@)~A�������;�q�U�дɧ�V1�`(�hX1EG�b�}<�� �h��x�L�p�E򕓴���H�1�_�c��M2��b��s�mNv�p��(t�.�6+�8C�oK�"�^�bg�ŏ����F>��<�q�`�����E�ъ�Ą!4	, �
���.�G:�ዝ
$���?��bćĻٞ(�)a�C�xU�3�q�^d��>u1���V�� �r�.�%IV#���2F�Dx��ˆ���j"�R9�0:��¤E��I(eׁ�:�:j�ƙ���P�vP�QX�Τ	���f`�>�X��hlv �G1��Ȍ2�H�r�	��Z 5��@����S%���CV���$D)b��������It�a�
�'�L�Y"�}@��e�4������i�X؍�fc�h"�sb�x�I�wHR��!�,&-CA�H�����A��_=�#J�H��?�3j�/��u������Ɠ(�60�V)cj��8]8���Q�O���8T�şH
�������ѫ���,_u�x�j̇��!�5�]�^��I�_�s�x��Y+�i=�H"Ou����®I�Z\�c�]���e*m��ֶ�\�V(�:�.2Dvg��]���fI�,���\���*�*=����SCB� �l��o^�M%��%��^���^Z1�
�����-��v�ˆ3^O��Sf.OX��$"�>��i��L<��3����@�t�K/��BFr��JG)��3���w,qC9���i Ô��D���'��J3�Pr�)qCO���
:���z����D5�01@��:TI�
T)�02�z��2}��eB�r�4 #�7FA�O�'B#��
J����Z�5�u��R,�p�
G�@u`1�)�c9�n48���<�18՞-v�
�@(o���G�D
�%��D�.�PL3��*W����T�`F�Q�����`�P1M8���<GAci0-V2�o�[ǰu�a�	{h9�z��9+�	��1�W�e@�@9����[���`�Kt�������8�.��K2��3���s��
X�;����@D�aI@!ѣ�B�.���A��*�tQ���C�"�k��G���!�bAD2��
0
{�2D8���Y��kt
���[�wp!�	�� � ���2�`�F00�bSTO�����y%��������C.�4?���D�̮v+ t^�@:�,@H��	��!�"~(p�&0L9땲��`�0B���@}������� �,���"A�*@c�Yr��a�A�3�.�b��d-v<�((��Sp:�#8?<�`*t����M��7���\�)"�0�>�Ԓ�Zd�_�ѧ�f�`��0� �&�G8qN���G}�P�F\Ѕ̘ͽ<�6@=��z�!�I~8�!�C������PO��G�0�.�q�k`�$�PVa�gD�5C�X� �"(@X�I<�P�!1�@b��=ҡ|<c
6�ESTэo��)�X�B.)$@�(�`8p̠�;�!��0\
�D+"y6���A2C�P P�F��c@<�"�4@��	����rALf�j���b �	�=�!0��U�A�BB�*@� G�r�
1i[�aeC�0�q�C!�4�1�it���0HG�q�4i��s|�VF���\ ��5��ht"eu�P���Y�|U �^#�&�Q���f֨5Nq
j��>$#t�z4()�I/. ��@Ur�Q*hy��p+AV!�u�H>iH=��g�# H�w�*1���fN�	.vƋiQ�?�
�Xs�>\��ȳ̶�_ #�	MU�R-�`溵ȇ\ �8�C�bA�aɤ���0�0�!a���bbt�� �H2V��ʄ�H�*\X �-S��t� �@�1zQ�0H&\1�.`A��`Di�ҋ���P�0�&�]��Hy�.�g��,�L2���_$�@Ʌ.̂�����ՠ@(v ����`����n��?IFA��8�9�1�z<#�yʏ��]Tɸ'�HPxQ�P��5�2P3~���`�Dv]����m�{af�J8�4:ҏ�,���E<ԙ�tА��x��Ƃ�C.�5��x!��4�X�:����9�~���^i�J�#2�c���K��x��{��!X��_;/�:F������Nm��Af~A�u�Q�y�ӫ8ƺ�M�X��œ����ZI�;#!�,(-AB�H��������Ç!��H��Ł�������C����x�@�\IZ�s�p�Å��D�82�j,��Z�j�G��;��J�9[	���_��՘\U��p��կ�֑���i�U�d ����6^�q�3�pnŸ��l�N��
1�%�o^�eu�[�T.Q�Rb4�N+��V3<T!G�M/4��_��6�+^g3�U/e�P*[![��gf�E�t��^�T�]�p^�fl!�=�q�H)M�35���}xPH�@ŖV�౒��׾�)vv�W/_��� @���`I�Ne"�dW8�肊.�|��q rcQh��i!%�.���0F�?p�:�8L.��F�гPH���0P��D�8�7A�#���E�d&n��d1�x6�$@�?���9p	��1̘�bL3�t4M�9�D蔲K.�0 @��C9АC=��ؠ�E���ˠ��&B�#L)�T��u�p\`�:�`@!YQ.U��������3
/�0@@����@wԡ���9�#bF��A�dhj1�<c&B���L̊�
N�����
9��L�A�����;��`���p�@������p��Q��VJ0��gͷ
9���!��fH�1�l֑sb�
��q/� g	ĿHQB�#�T2�01�u��n�J
p{�
T���ux��4�\P
0�40q00��|�0�B�c)]2@@�I��?`J�= �A?y�B{��1�0D;.	�wx���� ,b.T�0qH1L9��3��1jEqtI��xf�i��%3�b[��a)��"�W8���5~����
Du||�N�ICܡ�`���+�F>��g�q��e#�XhЫ�DA
n��r04��~��� a�7��
n��^Aja�#�P������X�ze)�@��#�@��Q�)�g��
ld�AXQ](C �sjq<�W���~@�
��!�\@&������@nh���}p����aBZ����\�֏؈��8� �@ �H�=�1x�؅*x�����'�0GV(

�?(\�x4�\��00��p$�x��6��
�M��E:���$"�:��X�<���9N�(2�p F8�Az2�5�"��D	D� ���4`�<@B`���.�tl$-	�@�\`6�F�@8@"�@Hc�p����@��B��I+XS�p�1��q4�!��E4����Z�)�R�bD6f(��E*�T9�q�C9JqR�⥧ �5PӪ�J U���7�u�b�c�lPG8�6�˼�pCE?�Z~q�uD�9��,��v�#�B5����(�܄�v��,$�-ꁆ�h�@�A�_�#]�H:ԁC��G7��L*v��{��9bq�<��(d�x��,��F1�qd$��`F3�!��-%9�`�2���pX4*�*�[3T
p�W�G�E)�Ax4�?}�~-z��ؤ u�`5��'t���^a|)�&d���,#+Hy�Y�]HU n-Hh�;�V#6)�	q񨘄#�9
^���N�% y�|��?��G��HF,�1dH��/d
�w��`&�q����Ā�E���C������_(٥1`n��W� +��Jʒ��6l��X�u�hP��؇1|��l8'�E/����!/
�2�{)�s%��I<,]h*#$��E/�2�;��89u+�xD)4x^�g
j�8�%2F�d����TW-GI%,t�8�%��L�wC^?�"X�:�a�k�95 ���/"n�!�,(.AB�H�����!\Ȱ�C���
T���ŋ�Z��x��Dž���WK!ŏ(-�;�Kز~S�to�q�#��̟��`�p�6]Ztu0V��I�%� � �x��ʔ�OX�\Qá��T��y��;�k���n/:}7W׃�j���b+a�v!d��ja�#	���,�B��"p,o��߱��p<�?yT�����Ƒ>�+�2��;R��{����)���*a�?��F?�Ρ?o�o�?�u�r&�0J��{���u��⇌��D��f̘�C�l��s��%3ǿ�0`���T�@c�w�#LW��RJ8
�K.�T�B0�&���b���k�$8\鲋.,���0��0`#L�,���H!A�OI"�.����h��4 B
2��`@	0�rL3�GPn��:~�2N.}���*1`�	?�@q�P	0h9.�;��sD���,�*H��4q�7�CD��%q]
Ԡ/�4�R�P1���f.�c��æ9�ç��'堲��
��y���K1�ZWK�8ϊJ���9�@C�=�lB����v/�5�/Ǥ�܈�˾�D ��r��X`ŧ��b�!A�D�+�(A,j8�<C�I#.S
/���A÷\P�u�q�
?�0@�RP)�C+=�S
����*Š&д���.��
����F̼�@@��0����07�K.[I4�)����
��w��Q�ul��+��<9b�h�q
 F�
U�NA>��0|��
�rxZ^7x{�'�7
#�RN9Ô��������P+�4�-	?�ۃu��5�upAC�3�J��x��.Cs	�
�v4T���Y(���	@�}�k�5T��50�˾k��r8l�l�XE26c����� ��.,�p��h@aP�
np���0؅�Ⱒ4�I42�@O�;B�ܷ5.lJa�,�¢}@�7�������h�
%�` 4��꠆_m�3�S��Q+T�bظ�uWV(&�ш��Ԃ�@8������ �r��^������n|�~y���R35$,�C�H�/SD��hF��
x��Zq	 �8�U��dBH=jQI�z�%�n:�� (��I�����fÕ��l���p�x��e(���E�� �����*�����b��S�6�'4"��0�/�`h���̂4c�q�GB�KH�R)�U�d��Ш�� �@�`p�"���#�Pŭ�Ԁ	(�F6@\`<D���(�`=	$�`A����B�؃
0@Nt@
P�2�q�j����F��b�e�4�D�D�u0��@F�r�A�D�0�r8)�P�<b���Fi�T�@
�HŌ��w���(�*��B���H$��HR�K8	疊�&$�0G0�5�`�cZ3��2~Q�c�$c�PG,�A�
�z�]Y�W����(F/��}�U���b��A����*~&�����8Pd��C3)i�Ljcx�Gg��_�ID�H��xnCČX1D;�ͅT���DM��l��
c�6�bo��x�U�"L��<�RD
XV��9~��5�M�xG=����uLR�"Uf�uLj�.(\B]8C�:�&6e�i��E0���8����i?�,�H3tH%FI����Q��˾���"�}�"�V����Q�f�)%�u�&Y�W;�h�L�����A�V����T:ּ3��X�ܜc���s�@Ɍ��%�	_:za�%G��ɢ���HƸI�����1�3:��
g9#��C�!�x,�ʈ��=��&���Q�ꑀ!�,'/BA�H�����!\Ȱ�Ç#J�Z�z�ѣȱ#Au�ԙ��J�Ǔ
->�+�_�4��ɰ�*^��"V�͟�H�kW�qv�RW�_�@g��E0g1�P�v��oY8]�pl��"F�e�Z�+�@^̵�#�Z�QEZ�W�zt��mH[VT�
���`�\�}�[P��y
?^+��]�ҵr���0\�r-T-�_����mvsUÜ�4����Z�{��=�D���mԽy䲶��z�s�I���F?h������W؇��%cNkO��ɂ��ت]�m;\�K�B�tqtWp��;�0��9��K/G�f^��!��9��Qw>��3�C�/��$P8l�������b)��0�0�,u��:��#�X�"�.��Z.���0�0�d.���e'��K1�4��>�	�A��,�
�ߊб�K9��a�
6H!�(Ð�CnТ�Ŝ�<#d�:��6PX�P�+�lb��0`�&à�jC��b8����<��&�:��7P~С��0p� � )h`�QΝi��A+�
Nhc�F��Գ"j0FD*B@���?q���Qΰ�20��$B�"Ed8�TD�2�&��#�@�
:��Cs+���BI#�,�_��`�@�L@�2*��9�@�C?����;�N���WIf�ah����7�p����?��
�2B(��HD]A
3ل��)��tf��N�@r�
�I#(<���s���9M=E]�L��.�Çx�t\��F��A��K� ��Pb�@��	|�P)�dxAB���8`�K9զ���7`qGo|q렃�1c,eH�r����:�1��3��JNЀ�@��u�Q�`u��6ܔ��b:���@������x�*�
�P�
Oxo�]z�����5=��e쨅P���*5�@~�8���.��!��}�E�A�o�N1��<F�h��X0�6q���G���X5�,`�@��
UH� �	F<4�C����`["���fP!��p,(
,� "� �*�<����c�@�d`<�%���.G\��q��#
�G*�!���뀹;��޻���P�Aֳ������L��,�f��'2�	`C��v��,�K+���X�h�n�2(�+ ��p"�0(1�A*�d�4�*sP7/�+�3��.�D�(E9�0���`gh��ٸa�a~�(a8�Q�a|��¶�ŭ��%�9b�u��b��3��s�_�cH ܀$@���p�f�� �hG��cD%�i�<�8R��@q[�@�q��b@Gy�{BAI\a�@�r�«�;�!��D��Z��w c�X<��T؂7v�
J�=�I`�1d8����9ҏ0�iE��1́�X$@R� ��w�Ԓ+ۅg�"X�
�C��Մc��HfZA��8	�6�7�F4�D�S�g� aA0`q��Gge9II�a����-�i�9�!����0�Ir�s� �
X�s�� �ؘ}���@�#%1+q�{�U����Y�
vC'�-�mv�ߧ@�%{K.R�_�#C	�w�Œ^�� ���>�C��"�U���@�+���"�q�.l;t�H=�E1�1�/!�,�q�ؒr��b���]�c�c �M�YKŒ��IJ'��)h�u$C���E$���#-�28��^���Ci�;��_�6"��G�)�����mlJܡGoz!��Ǥ!�,&.BB�H�����!\Ȱ�Æ�
�{H��Ł뚱��Ǐ#��+�b�@��Hl/V�Vk��&C~��ڕk\�]���WϦт�t�R�+�.a��k\�>�
����Rk[���]����r�3\���"�4]=z�ت<�VS��~u��b�wq�f���W…*L��_�"WT��b\w�CW��ʔ:��k��
�����p�D�}�_t����+��[qU���Fo7[�
2+�*��b���z����^޻t�p�K��/c斥c��5B~!�A����2���*�0�EK1(!/�c�9��N<�-�@�<:��\Ip�6�bY��.���b8��4�.���q$�2��W)��K�%�Y�)��,!S�Ċp��A��/��bS=��әf��0S�0l���@�aU�g.��8ϙ&�1� ��CS�R0��G{8B�0�)�O6��wI6H�.��O-������
*���G��t�%�$�&0��������.¼&�,�,�P)��曕� 
 �4@00rĀA(�}�}�]2`%L8�-4L#�0b�,��@�
$�1�@6t0p���/�Ԃ�y�S�B����vp-$�C�p�7��C�+��n�1@�D�+δ2�@��B�AK!����,��@��C9D
�t�
,�
�lD;���[*�T2��:2A��9���:<}��6���c�A�ҏ��Ԏg�R�l�����7��k�aN�4��7��YA�����/�BN#r�2�L@�
&���o�Q|n(��?���`Ӎ����7�%Aq���0��C�7/����y�@�`�M7������$�/t� *J)��a n@��P<,��n
8'|1'�4{��M0�������z@�(o �C_����p0`�_1t�����np'�a
4���<�Y`���@���V�q9lH?���qخ���Pv�:$��+2�BVb\b��2pH�#K��&��5�ft�X'<���''�,CgX\�?�a�5y�˫�Ѩ�5��2
���]��C)��@r�}ĨhL	~�A
u �����jp�@hc�c-GqF\�D	heҏ9��'��}�Sd�|���C!Y�:� a"�A��4L:�?h"&00�CR�["���.~�@
�v���}-�`��xA�f��Q�%�(�0a��k &CY�ǁH �GB����d0���8^T�=�K48`اɠ�%`��4����QZa�_,HSm�ަ���4��	`8� 3�XG2:���q�:Бc���B��
v�>ر�b�.35΀ز����`�l{��
��>�q_(YJ,l��Zģ�XOz�#�Z�������d�#���
"�e��O�2��b#�< yLa`@�D��Ԑ��&�Dƌj��^��00����"��E0T�Ҥ(	I�N�v]|c��IC���d0��
B泋����G-�_|�E�K8֡�����
�SXqY�p� 0�*����E��p4�,%9<�3�|�+w)08�ծ�l��!O+�A��%�XDžWyaH����Ll�fp� %��������Ji
|�(�ͱGZa_X`6�PF��è@�i�.0��_�$!
3P$sؗ�a�*�S�@��1��V���8�D�N����nj�3�)��G =�HTF���У�RɎT���E=�9JTD{&ך-��H@!�,&-A@�H�����у��Ç#J�o�ŋ���,Y�yC�,�LW)]����r��x�p�����Z���y�_�e�x�B�+��>y*
�/��_�D
�k\���*-�*�*��iU��.]q�Z9vg�Uh��U*Ӷ"��3N�������kW��c�W8��)������U.�D��#[��kD]lCl��8��9�m����%��.v}6m�ra��|�ˆ+�f��=�ҡƋXd�����E��]ūׯ`Ǝ�[��}�1����vv���Z*F]��4�k��S 8��/��AY	d�;�$#La���H�]�+��"o�c�N<��9�(g�@��Y#
��TU�6�.���:�\':���W"e$D�TJO>)P�4YJ���h%��E�8�k���@�S�0��
0��9L�
�d9�a�D�@C�RN.{@aC6!F#���L�&�H�/��Q3gI�r��ʧ���A�*�F ��0@�Xy�.a��@���D��!�{C0�t0� �3�@B�
F9�T��{c)A����?�$�.S9��0` ��P��Z �@?�@� �p���PΆ0�s�?�d'�
�18+p���:�Cܠ�
���*ð��&�U1�FHP:�C	�K.��@,q���p��7������0��L����v9S�A��#D��Sʇ�00D�/�Q`��?�Ѓ�?����eZ]�"O+>�\�3��c�F�S&+b ��ud��NРC9�p��@h���ֆ��0�40��J7�`@�w���n�Fkd��(˰����N+�I��1��K.���
6M@��������a������`�ae��z�% ��#[�b>�݁
9���3�4� �&�tPE.9ʅ/<@�e�3��`2�-P-C�2X����g��.PA��?hZ�`���\��~��b���p�Ht�v��,:zӶ<�A,�� �{C�72 X@�Z�0�D��$�i�6# �����oPCz����"��B���B9��0�� ��nDP��X7�r�����p��B2�v�����ȚF"`a�����v"|Q���2ࣔZ@��SU�.
-dwCY���d@H:1�c�K�fJ�
`(K�+�BF2�%���2ʅv�&QF%b��̞!'�h���!�@C~���D\f�Yq�?�W>��"��K8�0�lZ�A� ��#V��H��|�+,�@��[ ���ŀ�Q�����E'�!`�B�"@8�T�S%�D���_|MK���<౎e�C.��*�V	(�r p�
�c<�z<��/��і���X�0L�(]l�	�#~ыJ�#�T�3vR<����F%(9`�,�H�d�ZF!��_#�`�>�8�єf��.�
^�d�!k��ACҔg��5�@�2V����@�ħ>
$*��EuZ��j<P�J�����B�X�0���x��p�H�jEk�s����:�6��#�s�h%��V�#��@�/��iIuuHO�q�D�0�5�K�tX>�G3�Q����G�ERZ���l���H;��~$��0A�%� բ��@�q��>A���a�w ��9�<�r	�(�3k�׬�`<X[e���U�E3t2��)>�F?Ȉ$�\�pFu��߁�k,�\q:���Z���!�,&,A@�H�����!\Ȱ�C���W���3jȎ�:SC�1�0\�p�� �ȗ���Ŋ��V0s.�W������`Y~:���L+]u�z�Ҥ����IPW8c�\^}�/@�UD
�J76'���-�׼�ڎ��9�"��S�6�w�C�5�շ����X��ch��U�a�Z�&suh�s�e�`5v����
˚�,��A��71�A��AS�_�uhWm,vN:f�b�O�]�V������$k��<\�U)S����W0aƎ�[&�ò��c�Θ��9�,4���*� �`�����A�\��@�L1��'�HB�c�@s钋��@�K8���P<�#L/�V+���82��S	4U�N3��8�.�5�
+��S�0�LI+�<�ʇ��
K�O1=
Ċ�e�H�0��aD6!#k%0��Hճ�/r�(��\��K9�� ,ʨ����S�Z�,VvF��*@����f�#�( 2�	�� ��X8
�F���I#�3P�����?�����L�\j[8��SO)�C��ì` G��B��C7����@��� ԋ<�j�O
�2L#�pt ��� ��9��
4ܐC�@�`�J���N-H�'9�0��'Tc�&r�#��
G8�=а�2�@�
��*��A�8,�|@���,���2�C7aFp�a�4���H1����20W��3�,�B��h0p���BQ�u�Q�pG���4�A��bN+�5�O���#�C�7�t�
h� �k�����7�
�4BZ�S��UUڙ�o7�\��6�@4D19�n�~�\��$�0DcJ�Ɇ�P�E�M�G�@�Eٝ�/ � o�@/౩�d'��	]T��
:b�@�X�rfЗR�/�m�s`D���C���~����r\PڳH 1�
�]�La��jS3P�6��wȝ@(��#����1d�Z��eBE9� �hPm:���;P!xj�n� �'�`�S̴#`0b��W��@�5��	kc�`�rx���I=�Q�c�&��P3v��?0���18*��kƂ�(�)�b���d:��r�k	� �Xꡛ�0)(b�B��e>��,��J�<a߄E)�(]`9!�0���
$"�0��PD�HJ= �^����+��Fq@т�F(�H���b,y�X�{,�`Y�=t�Q
	N  bCp�@�a�_ %)��z��$|f�a���P�(��<ӡ�cn2�N�#��$I�E)t�3J�AR`�`�_�Af�3p5�����iy�%�KP�R�ЁM��C%JK.�aI�$e�)��2QW��X�'(�+� {�	o�h��U(a�j�1V�,u�eG=:�V,���?���$�@�PG2�jĆHE�zɦ���q�#�x�12yɔ,�7�XF0PrI�@��/i�Lh�T�&�<z���=�BxQ��`��͇��\�V�$o���w��d�
e|��j���LA<e mG V��h��aD�D��luڋ�����[B�\�"�`�%��p�"��<�:�����h��e��@�wߒp�bPY�/�a�dd"\}�)B�������^"`���;�82�!��dy��UVbӈ��鎗!�,&,A@�H�����!\Ȱ�Å�j�'O ��3b�^1_����H�d�~���
`8^��3ISc�p�t�x,ǚ@���� �tA��nծ�{�SJ5��c�t4WU�g�h=�+Ј��…0�E�5����߻q��5l7W#�s�x9�7c�y���z�����t�ː�.x��D��rC\�,҃��h�~Ε�K2�]�PH�a���0˪�!�^��5K�n�v�Q�W�޿Z�f����XITV�ܮ�/^�|�V�عx
1��ܢ������J�.T�`�ʥU1^����/�I�G��O;��v�2�0�@0�L)��'�eޭ���]$�@�4�Lb���C�3F��#!*��_K-��a���9�@h_O=4L%( �\ E�01���>�$#�.l��.����b�!�)А�
8��`��0� �K8�S�@��`�a�S��?�P)?ࠁ�{�+��I�3j�#B���
+�
�+��@2�í:��
�q��|Z�Z���@=eD�0��jv�C��@
=�j�
?ܰ+�2�ɩ��rN+��ڛ���1���#a���7��G���7!�6�*��ԃ A�4z+�!@ 
�L�
9�����uܱ����V:BN)OcJ���FB��'��#�|�3_9F�B��rq�P�����AP��e��lP�IȇYO�K9��19@�Q�\�u�\�.sK���]:���5A쬄P91L.��]^ymr@��jF�P׍��Z�����L���D��tPBxj��I�?����t�q���TRhF� c*e���V7�l��.�PL�#�Fa^�����O*�1�::	6�v���
6a�
~���9d��Ӻ�����;Q�x�@�.Ž���^l	7�mp�l�(0F ��[����  ���2��x�eb�P/�Q�)�"M	�D�
�����l�M @(jRs�C1����0H�P@��w'��{u�B��w\��*I�Z��xH ���0�,	 ��v��8N���^f�H"(�
�3|�S F���(�2`Z�n@�}	dW����ȃ)E9� ��`^���2K��!R0��c6Jɍ2ZT��
cA4^
+���U0�i!jъzT%Yю*=a�j���`�8"�SD�&�4�TE]�*�!�#`��r���& ������ [`+�?��F�tg;�Qe)�p�V�bx�)�h��(�r�X��#�}R�W*@j��Z8�X���J���\�Y�/T R�E;F��6��$!ʋ���:�G�0�P�_��
@8B��T䑰��Av2��J&C3��e�_Ȣt$��9z����M��_���U�g��.�Q�e�(�E��좭ZQ�#á�4�3���8Va�Ьb�X�CP�׌$���Ew��f���8�/�Zт�g�HJ3�q�u��#�`������G3����� �
G�J��4�C��[
�t(�t
�N+ޑ�	�}y�:|B��4&'i��.\R��ñϱ
J���b��T��M/�J����A�!��%���nպ��.��JA�"�<�=���s�"ac]�I?Z�]	dt$*��1|ۤHd���^���������g�k�Sn$j������If���-�$��A!�,&+@A�H������;Ȱ�Ç#J�H�?S͔1�U��ǁ��*�kU/gSJ���]�x�5/@=�8
�t�j+����IT ����7PW�uE�^�e�篅QU�����\�fʼnL�O�����<_����:T]Ϲl���p-ވ��
��!տ6õK�2��QԵ�&d��=ەK�C���KE��T���Zk�)��+՘b2x���'O�<S���-PX�Y��J�
&l|q��W0b„3v�M���3[b�aq"@�z(+I�.c� �:��=�J.�@��@2�ЀH1,_�K8�pTD���L10PD�`�,��9�'��`�]���B�3�N\:4.�#	��
:��
RA�3�W.���A��rN0�$P�
)�J)�“=��C?�yÓX�1�@���l����1����8�8��CG��J9R DQ�@��R�p�4p%���<6
�LZ��*iꂊ���Cq��\`���D� ���4c�@q5�*��r5�+���,
��ut��TF��l2:�@ßqg=�K9�x",�(g_)�
@7�@�k��Fo�AĔ+�@�6�j�$�'F0�6PBP\�!Y����n�a2���,��O*�0�@_��e/y��কG\�FAÜ8�B+;
�C��8R�0�P��&��������7A0�F���Q@A=�t��4�'��BΞi���� -p�Q,}'�ҐH��0�1+?����@�@u`���栃HP�M�+#��0R�Qc���
,���\)��1�s�x�k�a��s�-sdAeS�7�\s�6�$
S�f
c�Pz�����t� @
H��p�V��?��@��
p��F��'�<�uR���.(�N	@J�x��6��
\c�8ẃ}�4�HP�(9�N������K�ni�9��.���Q�Њ4���(`�@,��r^q@H�_Eҡ�DX^��&�V�&@��"���28@r�[I�q��!H�� X!��%��t�RО>��#GᇗpQ���b���i� �ԐM�P��h���!��K��"��@�@�iL���E ����
h�D@|'�a0�!-LC ѐ5nA31��q��3�� 	fN��X�U� �'�a�ld��yW%p_��{�Dh����$�.�*jD�q	�G��1 ��G<F��	y�F@ ����L�c��G)	��*Bʎ���h�6(��#b��?$ӑ��I�0�V���b��%MM�?�AU�0�H�X�*J1�p K�xG=����X��pG
-#'���K�#1f cKC$���"uH�zA���<��E<p��+�=�S�u���22�Km	�(�s^�"� 0���d|5-���@3T��DϨG2�B���K �X�?j��t㣺ȮA�ۑ�<�TY�.J!�Q�?�f+��b�1��l���wl�3��2�.����QM-�a�^�bH�XE1���D��
�/�B�&ʢ��/�a
�Ǿ�
�9j�;$5	I�?�17��Ѕ?�ҋ��"��oc;�u��0�f�ۖZ��9iE;��]�#��?���'���RQ
�	!�,&+A@�H��A����G�Ç#J,�o�ŋ���O�_��eI�`?a�V	�5��K�	��ۥ�@a�^�h��w

ЯV�]�l��Чd��u�T����u`<XT:\�u$���Q}�k^Y�V�FL��b�g��B�J��Ĵ`%��w�^(���f-`�Dd[�4X��g��^L7�p�>5J�X�$��P���M�xb�x��z����T$���_��/�k��b�8m0�E8NL `̲e�^қW^.�m�
�k?��Сȏ0!��Y��\.��̫�2�h�C7 ��?�`�_�S
l�5Y�4s/�2N. nr��^=��C��0�Hd�@����0���JkXJ9R�4�pC4��?������I�@<͘�K8�|ȣD&0@{��DG(���@h����;���@�p�e����0{�@�@�w�Q@�`�2�aV
��9���X��.�CI�D�w��jf����
@Lg�eA6,{>�J�D��.���`"u��lk�Aő���T�2�+�3L.��T.�4B�mA���Fo��Û�
PC���f
p�A�C;��(p��NܱF�:��E���/S
# �q|wP��cIЀ�G�A1��:A�P��@�,#�Q�#@�*�h�"
��
`1�Oj����#� .0��+�$&�8a��,41��މPp�@�E�d���3�.�zЎ���@~@����E��ށE	*	@	�D� �.薭�����E@��!��`bT�h�����J�?�I���R�*�p�͟��(�a�!�D������/��@=5������5ش�MS�!.�G;<2��O�zoJR�T$�w1�%�m�p�@P�c�	X�#^'�G���۬� �X�"Rsx�x�E��M�!�`�:��Z��6w8�!�q�r�6'��r�>\�����TQ C��.�P\�O�@��IHc�d���+�E~ύ� �X"�8���@��I<�T�%��L@$�
Ї�]$5�XA����xD'��8��	N�X�6@P�K�/#
�G3�TV�
1
i@�x� �1���@^06��VA�EfČ�+(@'�1�W����(���VX�]#IC�q�:��—�`D5�APRX�9�0���&#��
Kj�$1rHfXQ`���F96�O�����f��*}H.4��0�Ch���9��3���\� 	�E&aK�X�t�2��0��0F2Сg��J2��a9�G\��.b����}$	.�H�\�bt��K sT���j���)��!Șkq�”?��;��Y^R�@9� ���9> V�� w�aGҏz,c�*��V�Q�~�#�������(;�q��eX%(��G:�����8�xIQ֡2�D��H�Ih��`F1r!�O�1z�?�a8�����F��
x,c�)�lȢ���s	/���H��`�9|A^�g�$��/xԫb�����)ڱy�#��G-��ؕ`�%�B�a!��co.YU9��_�C�%�R�\r�c�p�[�2�#�@F_.엉�h2�-2��a%$ !�,&*D@�H�����!\Ȱ�Ç���ċ3���)� C�`ٮq�|���Bf����׳�8N6N׸4�%�I��v�$H]ѧ���`�w����`ZqB����σ�²T�n/�a'
;�p_�[M�`ͪ� �0TA�Z����0��z����Q`d�ź>�%���vT$(����{s�}F�1��&54@@@4�s�tV��/�"@�@t�!���R�b̵+�u���@A�9n�N��k�|��CV�V�Ϗ���=�w7L��^�0��.I�R�pD9��C�*�	jD�@�y�~�lr�,�4�@C���\��P��2���J�R�
, �7�r�b)D<�Ë}���0{�?�u��0�!��?AÎ2��.J�I�E��YN.�U
G�Q�oԡƆ�`��h�,� �KL��� �B0��"���
X��ƣ�rAë@�0�W
Ġ1�fH��ɪTȅ�`ƣ�F�F7dH-h�,��P)�BN)F�Q��En��wQ�
d0Ў��֠
L9�'CB@%q0�$w��l���F1�y$�Qd��*5bDF82�C���' 0� �p0�sG0mu�q��0��$���2N.6@�
(C��SΪX<��#Ep«\�!�u! 
P���<LH�	9�@q�'&�0q���"����-J��F
'�9t��C�#Gb��0�|�AK�w("�!�� @�4�D�'�u�Z���#\�.$��_C��c�IL��(b
�G�G@�C5�0�u�O۹�70� ��t�PՌ��"�`�!���^�^�V����L�)H%6�Vtc���[h���h�A�C�t�����h=t��Av�X�� �7�q���b(	G�\� @�!!��Opk0�	�\T-���e"��hF $7Z��n���/T�b(c��D��nt[3Cؕ�!M�z�e�0fQ�7�AG�����?�A�>� ��>E(����ZU
��0S	"3;�8��@����h`Cx@�L8��$���T�H0��8��OȈE�q�?di �\�,�`!pAz	� "���J�� Xx�9DK�h`AXQ�`@�0
iԳA�/{��0A
	8�.ъV|�$��Df�w#��`�@\ 
�H#���5��F����1�<#��iE(j���|dل
>�Y�B Ө�7��I#p�#l0d�8QCrQ�RX�P��(2�B�b�H����Z؂�-�I:�x�R��9H�SQB�
��T���+~"C�	
���!Rz��(��I[�Bd��&�P�I�Ҍ��Di���*�]�
J%aN�B����	�`�Җ�,
%���/�1"���#��DFӢ,I
g9ۓ�D�H�S��1dT0�3�a��GTI�/dQې�I�P�Av�e ��`�P����X�RK�Aօ�D ��3��6��E<r"�d8� ���1:3��F!�|�2��Y�&�)�`�{�.dD�aG2@	�p�B���D#ށ�"��y�](2�u�˰KQ�ѯ��x-D�dP�>E*�m13X2����%
}@�b��/b	�:N(�d��81E:��0/�13B!�,%*GA�H������;Ȱ�ÇB���ŋe1K�.Ə %p�kU8p�B�\I1X��)}�ZI��Bv�t�"xLa͟�`e�У)�uP<�P�[�PXT����j(�jM���rc(���^M�l�Ά��UlU�"�V^��"�pUχxHB�4j��`�iD������2pPF``���Vd��a�V�
��AC�5�6�k\E��	B�V�P4�����	Jx����]��Wb@
"4z��qC�/����k�[���Cv옱����D`���@~%�g���ES)�P�)� P(�4�%*-�P2�]d[�t�0&P
?�p�
=А�}ݑ $QB9�M��2�7�p�fp�w�`@��4�`�<�$L�!��0q0�|@Qǘu�Q�@�@���@����/T���PR�\0v\���crA�
?�0�
O3���V*m9L.�x�A\��e�f*(�Gl��PX�A�0SLJ��E�J�0�0 ���a@�!�u�qA���@n�0��k�WD[�ѣ# �#��e�\4(�fl�C���@�B+�t�m��1C��q� ���7`1j�u��
?�l	3�8�L��`ɐ
\zf<"� �D@����r��H�'P<�9T
9�|�A��0u�
9�P2�
$An���A�&Rq��kd:(�D��@<���+b@6l:¶
�E)0H�� ���%r���DL��	�K�*n32L9��aC�
1�~(�!���#f�c�Npzġʊ���ݍ�
,����N���#�7菤 �@��
��C4�]=4#UD��
�>��R5�@�
�('�@a54�R^C�ӻ*#�!���G`AD2�@���AgYC��	J�����6|�
^����,��\p"0x�!
B>A�IN@�$�c�C��p`�<�FA��Q��l/��E2�q	�����&�A��e�d��I<�<`
s4���6��`,#�@G��I�$P� � E���#��;�20	�f~
I�0��b|ȀRq�D�@�0	H<Bt�B` ��23"r@pS��IH<����an3+x�J�d��@X <���^0�.�!�h�gp��,�6ճ�0�У���^����� �1��<�.��>ɦ�͏؅�YZ�N$�h%��r�@r�\9�0�'�2-�iF�1�y�� ��@�H�x�+H�
�y���#�dç>��#j�rB8�4^!�S��� 
*tQ
�23��W��bG6�
` 1d@d�'��
�@^���: �r���$���dL�'^�	DD���Ԇ���/�1�x�,@!�*t�X^��h�W֊������0c�� �Մ�[I�.|1F�,D9�%b�֮52HIH�W���$cPI���b�$LY-Aj�}ԃF@i��"Ze���0�����{�B��M-Dz!���c�@�/\1DvoJ.DvQ�bxDJ��,�)�����Ei�Ҍ�d+�8Ǫ�[�~���H�1n\����Q�1��좻A�|�a�¹P��
���#��VC&Ï��SϐE�;�P%��Ȍ�*���C��Ew���Z��.^i�1�:a��?Y�<��]�C�PJ+�}d9*�0ۗ�J��� !�,&*H?�H��A��*\Ȱ�Æ�j=�H���fƄ�e��G���`W��(S`��`�Tʜ�/��������a����I� ����"Yp׳�E�@Wjԫ
�ȵ�f�V��j��/V��^�3@��5��J���9 (�b�@�D�M461Կ%zLP@@�K$�'�W�W�k��0�d��C�	��_�uA'�z@*B×��CǍ:��P@R��2����WM���A�e�@r�С=(�����"�}��{6
^�v��H�G�9z��A��n�$�3su�/��2R.�L�@7� �v�) @�}�2*�,���F��v�?��
A�\�|�.[�X�
� �	@�p�o�qD���I�mŃNl)钋.`F�cw�q�G��
@�06�\�0S/)�*�B
a	a��Doԑ�M�pP�:�X%���B�0�pj�0@��)�@E�Q��NT��G4���0�s�e�K9��!�_��"�<�"��@o$�
��_�
��2�0קJ�����~2�"o�AN��hk�a�/��W7P<�C\M�K.�`�0r�n<"� ���	�h�kpwC��a��2Q)[�#"��R��QN.#��"P�$) &g�{�o9���$$�/�
0�B	�P<�B�LI·2�#\�;Z���1-~?��_���0����6PB����%�P�"�$H���z�
GPGD���0����`��0r0�b@<2�+�a�!�$vŐ!�E�DX��w�1�/�C��RN�8"0X6���1ŇS|D�p������	0|�=pA�}A��=v��v߅@�_���B���
i�C�е�P����D܇D����ȃ0�A�b�o�L!���ӌ�7� a�!Q9Ȁ4������f3�[.�Ul����7�P�VX
-��=x �:(Bz��`�t=� d@�@/v�WA�qx�h+�Q��
U@
���8~��u�C��51)�K�x�$��A���#�@�9�BJ
i�W��olc��.8q�u�#�GB�`G��"9	E�o�p� ` zIJ��Kd�!찌��H(D(l��K�	@
p�N�A
D�4Bp^��0�!��EX�2��C0��*���G�R��o�(0�)ô�M�Q�����`�>/���BF�(H!��ѩ�	 R�HiJ�RHv$4��W�xA��,HQ
N
�SL@6A	>�H KB'#�z,� �@`�hD����4�1�bO�p�,R��T�����b 5NA
R�B����
����d��,���0p!�MU� #�0T1�Q��('a������oDd�/ԑ��\�5�9�Aې�b�H��r��Ĉ�1�1�H%�EQ�rH�Q�X�.X��U�#��kN�Z�x�!��-V�k[�)w���/�aܙԄ��Q2��U(�Q�:�О �"�h�j����}Wsq	��"��:��
4Z�~�7�pf����uWa�����*�kw<�"WA/C,���0��P�a�p�*�e�/̐�|��8F2xܓ-� <2�>,�z�X"�(oOj{��B�#>��i/�p�9�XG�]�H�*�Jl���y$���X1x�+���P�G<܌�!�,'*I@�H�����*\Ȱ�C��ʓ���ŋ�xf��b�0�	�V�^��
��˗��ۥk�@a�`괘PX]�ෳ(Cx��*�-�p@�
�ת^-�5���*ց�j��5n�R��%�$�VN��*L*�m(aG`(���j�+�E���`A�j�}��߯\�تs�h��� �}��ٸ\/s��4��q��sRqY���

Qc�V�ZI @��7zd����a;��5��>��l���6
9�CǏ�l��+��3̠��2�(�L2�d��9�G�v?�0��]DT3�a�*���a8���8(��!�@�&Po�m��Kǐ��.��J96����CG�����C8�FPO��8.q9ΏL@�%Q�u�i�@9����W�N`;�Rpp�#T���i��FXР'�D�T�@��/\��*��Š'����(…��@o���pjV6�O,�]#�R0�pG�(R�E��N�
��B�^*�k�'+�l�D� �� �"H�@hu�Z�'!7dg��0q,ց
� {���0D���d�?���nD�[+�>�
0��%唃N@2�!�<�D�:pm��*�$P��Ë@/̯up����"� �*[�=��@�V[�'��TD..����
���#D0<2���
Ɋ)�p�@w��}@�@~���
r�@��<49|	��;P���4\pq
?�
����)CII�r0"��:��@���s�)�	+
7�@�n*P[���%C�C��>�'|������	 �=�8��@P:�YH�\�")�p���hl!�����7����x@�Ar,o!� G%p�"^~�D@����@�$��DbFR�vэn|� @�PV�N��S� /xQ���x��/
3�vai��6�!�$��&�E2�q��M�k�!��<E(��#$��$4$@���H�)����b@�l�B�x�c��)aX	 a�R=��!�/'� h�@S
A�cAf�Up��`�(�Y�#�x�$^ �a!�n�zp�Xy@���mH�$��H�h�q�B� ����H��P�ń0/��&6����		(�.����H�@t��(C dDb�0��3�!��@� �8@%�C�V���G(TJ���o4��6q�43A(�!�@}�Y �r�BO@M-��P�*�%��B�!��� ��F5��
]t���EQЁ,r�\JS���h��U_�Y���b��E.)X4���YD� ��#�A��V#�F5��rPb�a����K�0B;I��'�� E�B��Td�s��.JY��c�݈g�R�]�<�u�Tj��U�1��حRp��p��X�W���`%��y�X�NJyF/,�[]�B�Յr��x�!�3�q�`��D�]�*�*�Z��ͥ3��6�W!ȐJB�[Z���Œ@��e���ox��^w���@xY�I��(��Š��Kш<�k�]|0�5H=���9=���EY��֞���3`�<U?�`G;6뒄̸�AF�/�ch�x�R1���'c$!fV�?��y!���J<�,Y�+�HF0���;�i�sQx,�!�,')KA�H��A����;Ȱ�Ç#X(��ŋ�s��Ǐ�`�K�*b S�@/@3p��
�+�ʛ��E�Ο�x�+@L��*5���*^�-�:�XÚ+C���U�ZK���%s���$]
hKv�f*���
l�"��Re�x:L���,  !�8E
+���z����AǏ48`�+�g��j}"��:n|N`@�+���1iˌZ��f�#�9���`�_����XT���"����L
n����*5���"փ�晚7qb 7z�a<Ǐ	��G��Qj��c�1�#1���/{��P
:p@7('�+�3�E�
�{�2��q'��\ql!Z @iZ�J)�R�.���0	�,�pDT�AD��peQ?=3N.7�X�p��#@��X��u����@[^>DQ�03H�Ph�PA����4�`�t�
?���m�1�@�4c�.��
.�L)�lrU@�"� �p?pQ�@t����]a�C�S�@JT�0�8�H%x�N<� �rܠkn�1gq!� ��$O:��N{�$[ъ����h�0BE@2�!��481�G� �ӧ@���L/?�K� �P�"H���$8p�v���`g	�2�*���,�A4��Q�@B��#��;�!���:D��kqg= �@`��3C��0�@��0�P�.���2�@ؖ|�h4�+�\�"�3�5Y�I�R���C1�Q�Q����,$�j�8���7̕3��t����!���a��]�GD�FP�I#` �C�́!b� ����g^���OD����
�.�
#���P�O+2�"
 	n�xH{FЁa�"���`��rA��!�%�87 m^� ��bFb�V�1d�0F����O ��C�D��@����A�a��@vQ7��эQf G)&`l9m��b���5M��8m�
4�;v�C�A���-}ݸA�t������L�A4�n�P�'E��
\��X��	�1�+�
ъ�D=4���\�����1���lf�Iv9a'��4)P����>�E�iƱ�nt����L���$h��@ �(�LB�@к%؁��J1k�ȃУ%��IvI١�<���$� �@0�`_�#8���Zl�I`�K�Z��b�i��� � �C9�W�r4B(G9(8`-��`�0���c2�#�8P���r^�40
ixF.��qt@c�
�%tp*�XFC�� ��(�1�iX�l4��D
�KAZ
;��Jؠu��,^!
Rd#�H).r�MHAS��F���K�&�q�j���9�
]X=��u �2�t=�0�F&���(:l1�
D�h�AT[�ƲB��GX�"��Re�G1�1���T��k{����G��(J�B�߲V)E1�v��}�"� �ge��Ne,�`��
^��!��2�r\�Ă�H�/��w�bl��O>���<� �Fw�v,%�5o	 ݾBq
�i�Ѕ�O ��:��ƫ�̐l+��tD$��3DU�����?������c�G71~���B�0�q���(�nR#��")6�i���$c��G-����(���.-�)�-o��e3���e����v#�sγ�W"���"!�,%)NA�H��A���;Ȱ�Ç#�'��ŋ�Ql�L�<� CV4el��_�D�\YY]�v�%/@B�8/ʓɊ���@-���ಠH&;�+;�8�	%5��z���+J�h��*��X�ԱV�5mXle���lذ��طIс{�,�P�% @�Ԙ��Ձ|{i0	=dp �fqPy�"�zf�b�z%��#� )��s�*��al���=����h�<gq)A����:���T��
��s�9DՕu���.E���0����u���ʅ�pU�.���<����;�8�N,������C7А�:��
8��y!1,��/���,���K)����L@��9�Ex����1��B�ಞE��dE�0&�� 
�!wԱn"���>�`�E���I���K�x�:�Dn�e���$w�B��*�C'"�"@�u��u`��
@� �U_;��R)��
���p� �(B28�'�u�� ��VCA'<���H��L9���裏"� �� �	�
�iG�PD�s=�N1���*9�0"`l�h0(2k��t���QG��@�<3�,�,9��@��@,T+�@�(r��E�G�k�ع���1����%�4�1��4ȝ��0�jz0
Q) ���1�\DtR0���HJ�!����D��f��3l,�2�@��+�`��ĉ��Фxp�
X�q9��@h�[CΒ#�1HAI9�	��x-P�
���A�G�
��@OE��'#p���;0�x��"
=�,�����bhA���`@�n�B��hD�CT��f`@��jb
�QDR�G�4E+���y%�!���Y�E@h��e}h��,����J�$f���!Y�DE!���
`^3��e�HS�0`l�!�X�ݠ5 � �!���/}=B��D�����1�A��0��F��
5�(MYVPq�H���� �(�Z=����p5p�8Hs�$&~
IG�.W�a� {)�*�!�� �$�(G~��
f�BX@���(P�(�
�)�Cj"F�pC �x�/�AKc c절$6�H΀N�#&`���%���I\���G����jLY�*�Q	Hq ��z��0���p�6B@(ZAͩL0"�8�C��:���M��Y��bb�#va�� �%���`�e��D�B{�XA+X����0�5r�#6a;�@/��@��J��w�� ��D#rP+P��\��F���(p	�T ��A(с��¨8E6�8��B`6�'I��(�P��E#���)��7�����(6����QCl��lX��Ȇ.����7A,A*�X8o�sQ�t��z��)k�6�&��cmRr�\�8��FjW������JSn��V�r�ZD��S�6+	��`�\\���}mEza_��6�mb�#�H��<�a�_��IH0���B7r-�L��\����F��DH��)F8�K\0G Ҥ�@��t�O�I���$�iC��
�#4!�NO���� �(vRT�*���2���2i�1)�>.Bcux �3Ƃ�Bz��Y�V��#�ҵrj��*-�X �P�K�L�2�d�fnH@!�,')MA�H��A��*\Ȱ�Ç#J�HQ^3e��Q��";_}��H����~��5��>�0'��nK��bꌨ,���
�j�Г��yt�?����:3Ӧ����	�KS[M��b[]0�CL�����:�jU�J$X�P��$�:=l����>e�A$��%	-��q@3�o��}8��@H���Ltx=$&�q;�1�����kҘDs���F?�V;G ?r�ԑC�����($D^��=��M�3� ������<�=���O��3��:�0��2�$��9g�u���e7�P�
@X ���ő2�P��.3�@)�0b��%2 "k���x:��
.R�0钋��T	�.�|�w(��!�p�up�Zy?4�a�=�O����8�[��H��f�AfQ���
D�0�sA��@̄C'I��2h�"~�H�F��ay�)�B-m6d�:���Q)�B�.�0�����1��Dfe9j�
;渗�F�S�0�0��F�*�"b�!~�@�
Df�=DHҢAz�o?]5Q9�0�(đ���2�!��&w��w`!��@HAo
�:���SIÈ!@#�|�!"$G�w��u`A�k@\�b�1c�YMJQ)��1@�X����0�	��(puL|�%b,��LD��P.�`p�0���KQ'|�!���	!���k�Ƴ��]dA�J9�jk�C(��.��-�#\��Xpq���eY��
*R�Ё
�0mC������!�+�#��F�
7��k��Nn�|@�:dk)�� �!uP�@�_��@��2�&0��0�
A����H�b��NЀ��3�X%�P]CF��[a�(�pEDa�P��9x��p8��-t#��r8"��� 1CAo�x�`���@
��U�I�h
�/�T��	Ć��շr��I<bP��`���N	Z�@dD_C�ҍm�EcJ�T�; "�ĸ�H\1�~���p�����$ ~��Q:��G�)F:Zq	dE��'�"h��–�8+@���I\b3@St ҍCC�H�2ԡ���@�E*؀
�0�,��G-�5��8d�Q�7��G���%�PF
D��@���T"Qi�)���%Si7��].d��@	V��
� 'C��A�a�#ʑ�-@K=��͎�$��E)�8>�	��� �� �'t�
]x"W`x�O ̉�I�\L�n0
1
��b���2��3���N�y�j�"���4�
j(��#��0@$�)�<J-����<�@ 2
jX�PH.r�
�)*gH+���� �ٰF6.;9����(E3Z���
��0�A�b�lvA�[HV�AY2���A#L(����$�=hz!��6�P��nsҦ<�P�mS���>v"�]\GYz���jW#�p�����A|�c�id�
�*��b�3΁8���#�8H�;�)4�Јis␟ C,r��>bq�_0h��Hr��/�A�(�L���v���	�V�u�cM��A��1��G:|F�6#S�/J�,zT�$�h�:lڙY71�<6����	I&iܳ0�VV6�T�e��#�M��/�f#�".n����� !�,')NA�H�����*\Ȱ�Ç#J�Hq`���![&��Ǐ��*5ȓ'�'0������f�~�xI�\6�B4 �A�B����U��e�
��3��.��7S(Nv�������K5p�CR�Z��*���&`K\�@�9����D���#�H�ڔ��a:�\��0!�
7��x�I+�'Յ3JW��X�ȑ��	ة�d��][�@A�4��X���`�X;D6��A���
`jC�&�1x��MA�i�ZY)Hb��4n���3����LEͨ�:�(��9�S�0�S	$a��q�X��m?�P\�+��@�TK�0@�(R$��Dw��
��& ��KE��KU�TVԋ{��$~@��}?pQ�u��a9a���'�u���\L�!���j��XԦ���Dˀ���R�x�ɜ�(R�
a�@o���`�@	fBO3�8�Q.� �<�ƣ�r� �4@
f�1������>�ÓG���&��LP0���1� �<Z�eQ|�� I-�Ď9d��+䀁`�'L���T�p�n�Q@�ƁvМA�,�M�C#|�
0��d�!��A�9�QGo�{m�0oŃN1j`jA�HT��Q�0c�@�,4�!�l{ķu��Cy"��?�c��
].93�(��I�
CC��L��s!���Q�SB�dT�#�z2B;8$���V�
=�cⰻ
C�
00�D;:%PDK?R�:��+�6`=���� D���I�I<��C�����@9��p��#��I9CCaD�D��$�Dd��h`�x��G�W`-б�P�'��RU��
�Dd�I�9 �� ��\�7�p.`��$)"�8��D��D��w:=�Q��@��@�&򽁰�~����h@�!��%E����#�?�A
\pBN@�G@<"�F��6��#l�
��%��wpC��h@ȣ@��
��OxBĐX)�
��zf5���@�;���6E�I`����%���x`+�•a�fE�N�����bF:�q�V\!w�A蕻cS�q�4�L1H+��t-�GZ��
UT� !p�B4�H��#���80��`���(AC�a���Є�(�C@�
d 7{H�1�a�F���QH�O� h&v� ��A\�@�!`%@����b�:_���c&�Q�0� J�D � �)*�H����`���� �]�;&�\T� �)��TDT�0S+��y�� 
���*�Sl�`$c`��q��rd%�G2�d��Q�*3V�d棲4�Q��Bd���u�*�ղ��,��3�v@&�%�6�R�sdV&D!k]}��z%�ǘ�h-CY���6";�{�\��@�'DJ�t���P,f+]�#�>�-o`y(��0F/p\�C���s����� ��MZ���C�8$�x^��!@B��Ж��({�����'�x�Bxq��^� �U|}!g�P!�xB��ւ��J{)���X"��,AJ\�x"�x���Ž��8��F��{�<C0=�l=ց�u��Hʋ����!�,%)QA�H�����*\Ȱ�Ç#J�H�a�cƔU��Q"����ױ�I�	Յӥk��Z'crL`WA�2	���^��a��`3�����Q�Xd��i�+C�HJ�_��6�;��տ'���_-�@�9=���)X�0 ��z2��5� �v���l�+�]���	���9r���pLtZέ�*�]h|�CG�l1�1�ܰm��_�~�!	��@ oؾ[R�����(7�<�Kkq�
`+9�"���X��9��0��Iv�)��OV<x��N�	p@D=�6P�
p�IˀC�9ʘ�Q1��/��0���<B"8f�Q��7��e�T�F���j���&�C~@��-b!�QܐC��m`�<�ld.��BT�8�@E � ��@����A���Y@"���:5��81���1@D��o�
=�@	\�E�p�
+�xIP��@��*��Fա��� /�7�(�$E�S0��fLb�"��0���q���@�C�,�3�*�T�0�P"G�CNR��"$E0�Ep6�
4�@����:�d�T�M�&( #8E�q� �(�,(�w8!e?�)Ik�sa��-E�n2��4"�� H4�!�h�\�����Y!9��0N��#x�C��1�	&*�S�w�\ЮI�8�4TT)�&�l�A38Tj�,f<�;c�"'3�'��c6C�Hu�E���Ώ�&�3>�þ���P<�9��p�z�P9���8� �8t� UO?�6PU&�q�DF0�NGtAYLT�� �5�0��M4���`���0�s�.( �{��[�c��
�����C�FpE8g~0Dp�I�@`A|t05Y��@�n�N!���*�$��ؙ�P�R)"E��$�Aܡ"H�&��P�_bH:�xA��	�	�E�
�R�L����)b��x$a�;�Q�80�e 
K&���ȣ!|p��
mD)��@x�h�a c�
Հ'���P�����O�q	I�"9A<H:��k���@�X���]��VJ�xdpI\�.fQHKb�m|�P�:���H�<P��`6�.��K��-�x�@�Z��;	�7��^xC {P��vJ�/(@�)�F��� 0�p� }(Ff�Lb� �q)�
d�`�8p��R���������aC�f� $xp������$���+ƒ�4��B�8�`����U�Cbx��`�3��A����ɧB~ĊrpR z��@��2��?�@��\�mȰE+�"��@�S-�*�y�aD$*�E]
�W��"mYD�q���Y�_|DZ�2�N��pϱ��fv�
ȒS��=(.�q�f�		,"2[��868�H��Q�"*�o�+r�Ὲ��8FY[ۅ��*��-D������p������X���u �x3���I����`1ؐ\�8	�@j��u�CW�)/��ߺ6c��E;r��b��HIn���-��
1�Wƪ��O�9FR
,���8�i���@A�Gv��e�Ȅm������qaN,���	!�,')OA�H��A��j\Ȱ�Ç#J�H��@�)+&,�<� C>��`0Y"S��ܮ��lX��L���4x.@��k�T��^�
�•h�V�(�	4VCx@�J��A�4��<��ᯛQ`��%.���R�Ý+CQpB8��OlHz��
�ԩ�Kp�#Ǐ$H�K�"Fu^:.(IB�2~�q��Tt�l�������[jͮhW���?De�@�?*�f
�ƀ��G�L�D\������(N[����E	 7��q�Kp�l���y��<쬓N3��3D�1I|Ew�� ���E��Q0����.����*��Cr�#GD�upqC9��QH%Y��B/�2B)(r� �8��Q4�P���E��w�M��.��aR�Q�A3<b�!�<�G�Q�@nq�t$ �y5�P�0@��!���GT�wDqC:��c���b�*���{TŢ
r�
�@���Q��x�O�F9s�Y �R�@�S
Apq���0�j�1�@��
�Q<̨4.q!���(�$���s"`qg�o�#k��)��lJ|:�����!q�!@G@i�z�fP2�TfJ������ �
-��`�@j`��8
���*�t����

� �<t�V��j7������0�x�0� �j��#�*�Р�N�ked��J549�8��Drlbl#�&!ѫ�81��M=P8�%���T�<]?�n�@��$�$�K)�Ė�`�aC1��.�` ��"����!�,��q@:�8Kr����Dq˥�"X@
D�W�S�7t3d�;�R9P`�Q�1@�B�R�#,��4� ;�"�؜@�ԟ��fPD�'�O��Ha��7��
E�`����CR��R��T�O�~� ��8�"1�GLB������"��@��  hA	|@���� ����
5
g�:j��@8���PE���["�`WHC$q�P��<��Y�_�"~��2b�� B@�[��2�H�5@��0��b.��2��l� �AHu�|�#�x!T�RJ�b0� �J����H"��V@�*��Ey&� � @�)	;\�+0�1v�sl&8�).��g"��2�����\H)r;X��d%��@݀)`����c'�,H%Z<$�@�"��b��@�%��6`Ơ2���2��B�
r�B���DaJ}� >��@>����!��0�1|چ
iĊB�jH�;��G-�ET���1��:(��N$`eH����		�JN\ ���"{
@��
S��3�0�^����Prw��:��bĖ�M+D�Cظ*�"�aL.Bː1a��D=�D��vl�~�)iA^Ž����2�S�x���8����dX�k�"�[��o �`�2�ы��bHޡ�^����c�?��m|k� ����+F&�_�ì
�m+ށ�e0c�
{򑈼�K�-LsR[��D�{E�3��u3upj#a��b��n���X8cãA0���7$ !�,')PA�H��A���Џ��#J�H�`Š3j��/��c�~�����Ɍ�v$f�˗���K�a��V-���UpY~@	�Z`i��;��PԂ��ع�^����:���O�`H�V��vD��hA��~��"@"� �+P~��:{����À���l7�jD�yM����7r�"@�qOvdVJ�b��J0�D,�~��g�%Q���s�P��?�&M%�ȋbǜL%���ǀ@n�C0���hLa-�ShK) ���j?hP�O'���2��O<ϴ�N,頳�2�c���"�� �i�����E\I7m$L0��‹.��ң@���Lp�#~<�@��X���t
 �u%��N����X��C��!~L��yQ���w�?��p���8&��'��I���!�"�#Ep�Q�Щ�^_�e��Y�D��"�!~@B�`ᤤoAj?��%�a4O1�jt\�4@Nd�"u�@��YG7L� ��E�$��I�D�AX$�!�(���
-!�i�5<��|&9b�#�@R��ChB2��f�!���I��A��1��t0�nb01� �(b�Fo��C/0���c��2L���0��2f$2�!�X  w�q�S��ʙ�A��B�*�00�0�x�&&0E�NR�D`1�o�(�c3d�A�0ηA�+%��'�8��@E`E��Z%
��&��\�F����x�
#�H�ǯU<28E��hpr�'�l��3oK���'�����0|@��Ѱ8��@�M�$�6SQ.6�|)PmI����HI~+X
?������z��4O�0��>F��,� I��@����x�M"�ZA�U�9~�@a�C<B�x�$a	.��$HA���%"�؄6���~=�� |��=����P4.8�0��FX���?��bg�@A ���7�q�@��@"`�;@��"q�;���=H�,���A
���0��#�E�1���O *	�5(\�c��UE8N��	P�b�LP�'�������D�Lk H	�U2��-�C ��E0���<f�L���2�`W@(�4vA�'m��>4R�|����6@�'zb{p%ȱ��N=Bъ� �+%i�Dt1�aȁ>HC!Q4a9��@t���#�8��p	B̡��@(j�h�� L$�Z2�M$�����`��@<&���d��D'��S�^��4�$�Pq�N`6�\�Đ)�sy��!�"H40��@j�R)�z�W�Avu�LCW��<N�Ձ�#V��X�RV����PH[	������9i�9�׹2$�r����5�+[�z’<�"B9�2�#��K��S8\�в6�n1�)��s$�6�$DV9W��� |JFA��t��~�j�1ׅXE�Y,B�xT�Y�X���utf�밈@"�z���ؒ���L���-�H'��}�C��nY9�S��"!�=�xY^���x�|���Če��H.����,��R�a�_%!�`oL�
��#�H@!�,')QA�H��A���
�w��Ç#J<(k�ċ3J��]1_���H�dFv�
ke��˂
�	7Y�~/�lժV΃�z��σ�<*P�:\��c*�CBCj,I��ң��5$ʴg�'�5�O�2����0���B����Nj*D4
��Hݾ��"]�hp"��k��rYDV9[�@�{� M��-�F�Τ�`X�y��;e�e�Q�u�#G��J�`ǡ~��A��Jֈsjtí��)�	�;�ȑ���9� �r��T�2��>���;꤃�2ɘs�1�k\<��4ljDA�x��P[O$�F��ҋ.��"V8�4y�� ��a@9`@u8Ay��BK��TA���~� ��u�g=�\�I넓�a��	�("�!�<
j���Q�*�Qi�f*C���!
b�#3���!�7����E������8���AI0A��p�E>���C�e2de4k���0fNܱ��u�_9�O��u%�
�#0p�r\d�"�ݰ��I.�Xi
֐,�I�X��F0�FL��$E�a�KD|�� J�9LIÔS��Bd� ��!�9�Y����k�-��6�%r�`gD��	?��x��v	��>�@�&�rP#P�D��ȶ �q�!���;��՛�!G%9]��EFAN"C�D��
d0F��b��D���G��IA6 �	@ 7�xެ��|8�#FB&I����B��1����D"�K�@{Ļ[x�� Qz뭶��� ޜ���<�PJ�P,�p�D�4��A�!Y
d�!N�y��;���@��ED�>�Dg���
H)C�N�x$ !E�j�B�X�[A@��UM"�KA��	��H��Ѳ:pG�	�8�`@�!\
}HD"�@�@�}�ƪ��c8#>F�@0�
���`��
!	S�bM��C�A`D���E1���fu���0�X�v��$B�n� �aN[�Lj$#"��7|�<<C��B	�oL�7!�r�#+��Y�N�DU�Z�-��W�Aˆ�
���0&�2l	+P��r���C�&�$V��U.P���d�p"���D� � �pH.tq�$�`mHDܨ��LDa
њAr��r2��Y�M"2�NHC��@<�R<��0F��K�
�by��i�B#���MLZ~���DDӃLԤ��HO‘ON	NDQ�L�*�O��M"e�@ES�HU T����ʌtA�"���U���_�b9��Z�2��!�1�u,��X�X�΁'C��E�:��C����ϫ��\DZtà�jp�T�|�"6�N-�q��î�(�.��͡f�
��u�xF<Ա� 
�Z���B��4�D�KS����8O˔1פ�H�@x1��f�8�L����-x!���>$ !�,')Q?�H�����*\Ȱ�Ç
��H��Ň�4֫���.�I�Y�b$S�4X�߯q�&[�տz�Z�4�.�Af;��%0TЁ&
����@�}J8pP#�S��|d������#Ѐ���I��`��ۙ0@���€G�q]��VD� "��?z4�$�ѕ��ie8/e�0es� Z�
��2٪��iVV@��:���RF�D��r�ˢ?h�t�z ��"�<(��َ��k��~��&x	D��8����яO�����tWΓ�L_!$��$=�DG�p��AJ�E�9"��L;��:�$��1��/��E�(R,�Eo!Z�@A(�U�1"���8��#�k�$E��� �$!	G��Fn�0Z?p��uQ<���Jw��)�wMp�@�(�<�upA�@)0�e"�'�RK)T

� HA�(9A��t���H�9W
3b�@��YG��w81�@�E��"W��8�d&C����
t�Yw���v�Sg��&E��3�.�l�K9�B��$D0fƔn��@?�h^6t�/$�+L �!4�Ck�+�@\,�D��AI
T�E���I��#`�p� �(��fܡ�'
��n{�uP/��
�Q"00!P
�8d��qp��u8!�^�f:N��	F��0�`��*��@���i��k�C�PbE�AN)1@��Ώ$�mw�	\��'E�@�p4��C�d/f\�� ���@:�p��V
���C��@""�#� ������.C
���P�E��b^J��I����0WQ96�������"<Ґ܇
r(��t��%�p�2@"���C��r��Rċ@�@BA~|*��8�#	�)��z��P�	̋g@�.L-�+���,2�U�����g��=����p�5p�	E�	,��y���J�
�zH7�T����$؝�`�;�X8�N����m�6�\!v(�%|s0�d��`�#‹m\#o@���^��+ʃ‘���E H@JP$�ahC(pĐe�]"�/T!d����
:W�=�(�ЁԬ�7���
B���r%�H��яz��MHA���rHk�(G�T�K,!`dTFg��!b�
�0�9��	*8�
c&�R�"[�hD���@H��`3�@P= 	WÐ�.����g �[E�/"�\B�	;��(�?ɇ�0����q܃ ���<f� �"�(�0�2х�q!�0)�A��8#!i�A���@��NB!x$6�I/�1T�XP�@i*A�1�q�(�:ugK��$�1jCp!P��da��HV��O!�0t1G�hU�aY�;+bx4���X�ڔ��ls�i��t�e>��X����:$a
�G,�!�)r+w�����H�98�eXj��@+ML+�VA�Ñ:%�<X�ź� ���ou

�Lv�G9�f���"W%a������>7(�Fw�1��:Ŵ�h�w!�,')RA�H��A��*\Ȱ�Ç�=�H��E��|�
`�ŏ /.+E�Xȓ(��8pW�s�t�/@���`e�N��]
Ъ�ρ�)tv�`�
�!�V���v�%��@I'p@`��Fq��0���G/Qp��'�c��U
�-� ��:nI�WR��)�yUh4�@'~ �$��(�0�P]�'���Y`�,	*��y��A�G�^�������:rЁ8�
.��ҙ���E��0šA����
�x �y�*�?��{�ݽ>wPt�@��N8�\9$G@���G�U��3�Ē:�$c�1��/��$�@U�<pC�Eb���e��<�|4.��.��`�@����`Fo�A�
�� C+��`��"�#@�o0Y�����Qw3\7�
2�#) �uP&4���fE�D�U"�R��1�jT����� E�0�L>V��X��?��4PyQ3Ơ�	|l�b��B�(r$GT�D�wy�q�P;ɜ�
9���eF��D������ �	K���頃��֜�% �{��
C$�Q�u�D�"��t�Ԕ�(�9A�-��� �(�,Dan���*HPW^Q�o$��G!"D~@��?��y����S,A��C�\�Ȫ��mt>d� &��+A,~v(D�4�|p�9�C�A����
�ߐ
��bS7jC�n��@(xr�w��#;0��7(��x�mrA`P�I��RJ�~���)G��B�[Ј@>2BOhp�B��-���(��#�L��	4���Q�� �<"������@�|�b�upA8� ��0D�f��@/{(��K����@a?l
I�8��~)J��e:Y``��	�����	��Bz�X@A
��`	[� �$!��P�ZE|���T)F`��rA�8/�ʐ�� ��H=���|�C�E1����H�t��&�`(�A��ju�+%7��ټҋ� QC(A�ģr�c {�r	I�A	@"�B��HC�0�� ÐIJ��\� ؀pJ��+j��R�� �)+�&�e�<�Hj��D�v
A�.�q�D\�i�$�i��Lz� ���@eX�i� �-
��@:!jdcjYE0��l.D7|@���=D'�<H�R�l��}Oz�P��o!<��	+�]�E�CEΊ�$�"U&�|��
�v�4#J}�*efE;���6/��s!.a�K�1��:�8���	e��)��,ء�b�BN#��@Љ�w�!�	�GR�x�#��Q8p�Ձ�å� �G���Q4�5*�EzY�G
�BDҁ���0F0�Ӑ�c��A"Ji��dǥ�ܧB(�ٙ��Y9�I;��l�����I<
9�q�4�?y�1XU�z%��W$�ۦ���	!�,&)S?�H�����*\Ȱ�Ç�����ŋ���+Y��0�y�\A�$-��*%C��ҕ��2�k}X��N���@Іs�����т�p��AIxҴ�����U`(4�a��PN�B��b���C�@nh���O�Fw�=�5�@:��1x�Ueѹ�`�@
@�Б��^S:�0�+Y � �J�R^/�v���^~y����o� �k˔�_�Wa	�~,�� �6�z�ȑ�Tw�7�B��u͚E�0�У�G� P��F����E��2�c�0���+DGA~L��,�Fo8q�_�}��E��8u(�*H5�5�#�A�<�'P�u���h�5 �$���Lΐ�,�)FT�6����@k��
��@��f�f�y2�B�(bF`A����n5p�E	�b$�b�#,$�"w(@@u��4��C|�Q;�a�
��C+�"�#"���@u8a�?40�%��Y.�p8�|�
�_���FuD�"@�b
�H�00B0A�4�ȉ
�J�����m:$�@��Ĉ�ш#LC����!�Rǂ�ց)zD� �*T�S�t������c3(Q�z�6&�"+j�L%�1L� @� 	r�!��D&@�� 3��8s99Bԁ��F�y� ���@h���HR��B
��B�H�C8�$4P�H~<�B�1P7�@�p=
%sbd�@�!�H�DJ����E��3���E��0��lg�@`:L@ Y4L�0C�#��A�8�s�P�"�<	$�XbFX�B
�OU��,q�H�`� ��s�0?I�(r�w��E;�e�A/L&�U)2������`}�0���($�T5�$ %�����=��(�1���$�B�0�p@@A
 � �	i��$.����5�#I0�������h\	�`	a�C.Q��`!�	��
��0#�F/T�`C�H"�(���b���� [�

%���8iB�� ��ҥR� 06q\���C,ә�-����p�.\�� A�pXC\�•-z� s3�T�dd&�8C	�����C`�5�0V��4�>�,j��>B�[ZE/�C�6X� ѐ�5����#��2���s��2��S<�(�0�<b���A��+^1
j�BGi�@�R�{�T��:�!PV�^-�=��P�̣�Q8�8��N%.
�nɋx�4��-���c$AtH0��[�C$�@P�S��#��@j���$!uJ>Fb�w��2j�]z:�gh�$�`�2�*��b��D]*��&��:�!�`�!�GXrT�ĥ�m�G:�a�c���Q�zӃԃ��H�z����/����'�1�B�zڣ��XxmkG�}�m�lq�y ��J�7wk��æ�]H@!�,%*T=�H������\Ȱ�ÇB�ٮq�E�ȱ#Gc�&�ϣI��N>��Y�]ѩ<���̆2����VC����1���zVt�%�@$jZ��/����G���
i��`��D��È�1�A�$� )��&ϒ͔6	�A2r����.qmj.�V^P��` $�������k�I{�@hi�,���a?h,��!Џ�".V�CF��O��l`p�]� �Gw�7�X�p6�J�M����Ι�f�A.H%��j�(f�<����y�N:�%sL1���.��TPA�E�Fup1�:4�S3�ҋe��0!P�"Z��o���
�@7�d+��C�(rG���pC98�B)�$��l��!�2��a#�鐃�]D%�eҏ1����@u�@x�MeG.��b��TA�j�1Є|fc}yT����R|��0I E*6t�!w�@�����hE�M{�9
<�0W�2�"6ʰ���*�cHTJ�A��@�l����By)��,jAwP�w@<ƃC�$�O�`����@;<rD��bN�a���9��B�@8T9�@P�#��Y��WK�9#:t/G(P@H�p� 
r� ���A���G{@���F��G�hh�b�	$���Z�F$@#@�.�����d� ��@�	��@�F�0�Cs�cO���!~<��W4@�d�ZZN�LP#Il~b� �P� �{j�@�$�(2srpZ �Rv�7���T.�!A��$)��wE2�`���bA�<K�/p0t
�T$�rG�9�C
4Ѐ4��P�a�F���G�8�
3�< ��$��"�ʧ��mC�B!�K�b2iG�8����\)�@P0#@3�d�P;$Bfr��$��LALjv��w	�(
	!�"�����*�	r��0aC(��@�$)�G�n��><I ��V��E`�YSA�$�'[�O�vT"������� `�X�P��J� x=�2
!�@�p� �xB	V��-�ay$*IDf�� �r,�G��G+��<�h2�pH�#� �� ��D�a�V���a	/�+�X!Ӹ�@�����"�|�1`���4NQ�R�!�@\4"����@:OD�s&�"����H��&�\�8[�–W�S �xg.��|N睄��@�M��B
��6bȍ�2)(0��CĨhj2M�>�niE<����d�]�W�1̙��@�KRO��0��(�I��y��xW)��Σ:0=HT2Ȃ��HF2&���)��iAJ�0�|�#���X	����k�KI0��T&�p	(^�ɏ	
$0{��>����!!�,')R?�H����\Ȱ�Ç�s��ŋ��%PƏ ?
+�_H���:�p�A\�Xʜ��A�4�ZR�DZ�4Yla�xL�h*AWԫGs_/���.X"�4R�#(Mv�V|@��7�"ɉN����10G�%��\b.5@�߁?dHp��ʐ�~�m���?
�%`��w�!^uHO ?�~L8��/IRC2����|B��Ijd��@ҦO��5s�<x�إc�,��<�<�:t���#n��!�/��	����)Kv�X�_��r�C��Q�?��n�Ѓ@?p��Y��3��fQZ!�!(��@�2���14@�B5��N�إKhP� �(�=��`k!�
= A(�]d�]��!		��Ɛ8qCm?hPTU�RQj1r@;@�a�

�@��H�TN�
�@U �B��1rdFm���\�v�&b���0 *�`C~<�7Աej��`d���Vq�p��PJ.8J�#Nx��@f�V{]���!�RN�PI)�:�	Y� 2�w�	Y���W�;K���:`xb%�$��	��*��b�#�*�1@r��!��X��If+A���iؐ#8��J "��#
�^a�SbF|�}$����@z
@<5>4�#�:q�@�2Ҋ��Hr�`s��]��{x���6T$���Q9	���t�XuH1���@p$(�@�(r�~<�4�	��C�4LWcdDn��"+�&�r�\dQ$p��Ԃ@�	dDbl�1
;���<�f`�,p0c�T� �0�hؑH!�4O23�'A�T� 0�'XЀ�*$ v�!Ie�:�@�`IZ8�
a�&�@9��� #@�d�ЇD\�I�(��
B����*���6�a�x�@���`@a��D%D��a�"�)�
 ���o3��G�P��cA��1�\��B$��0 ���B�D�	Y��"����C����ć�"�0:W�c��C��Q�6:�a�#H\`/X!C|�� �`b�v���4f�p#���d`�G	�&_!�[��!�P�#b��J
�+8
i�"���2f�O0����7e_����B�F�mNWA4�����$E!�,��]�"��j�B��G] c�$�#w�B"�^�l�4�	���U��(�U�S(�����'D�'y�b�X�@X�:
���0���c�F����|�3��(C,ڐV�#���8tR���0��@��t(c�'4�exYD!5%�I���`D�I=�A~�Τ~��yg^cU��
}RWe��$u�R��~؄3b+M���>$ !�,&)T?�H�����*\Ȱ�Ç����ŋ��%pYCh%Ң�_=����_���h���@]����e�Z�v4w�ջ��.B!A�4J&�З��Cm@��@/IFշk!��X����ƄLa
+@����
ܪ�G�:�p"@�zJU2T�4h�I�
��
�(���^���x @Ə+�g�NY� ��D�r�(���hErv�&H��	��"�`E
쾱[`���^�.\EbR!J��
�У;с �v �%`&͋s%?y�ڱK�lY�c��@I4� ѡ��N�C$bJ�XdN3�!S�0��K}�!b��@�uQ])�L�x87�M�E�4�@� �#"@�udj���V�a��N;�d#0�����`�@��
 �J�|%�"�Ԡg�A$�ZQ*�2P��1@E0�A�4�w���^f%�S�H�T�]�(W$*4�!�X���qZ:H���
Q�EB�L��D�IC��y����@7��v�S�"�t�I^��C��d��1Y? A(���)X
�䢋�`g���n2�JP9 ��O�#�w0�r��v!:P�EB�X�C��փ���<���J_@��	�����@�^Kh<_T�C6l"9B	-F������k-�4�:6�:�@M� HIb��e�@muͫA�2�Hrc6X�@L���Z���Nn@4���,$~`�
@T�\�(��9��6��Ac��@�,�#���`�ЀW\R�ln+4.0I���yL�@����\8Q�'X�T@	�`PB�B�^g�AI��>��u���;� � 
 �+qEv$r�%r)d
2B�8�N���0���d<��!	S�� �;�:Pr�����:0�@�(�
0
��^<@R���^4�r�1*�K�0�@��@�(
���.�Q�r��y�%��.�H#���aW�8Pq=E�hCX�@��(�3�@�C��)a%hc@:V�X9�U�k���QC��4�X�H"�p6�}���� A�BBF*��xC�ѐ$x��@��@#,HUy+�N`�
( 
ZF��YCtq^^�B�0�
�	��"԰�@ry�89S!�#��洇[T���F�V^\�;EZ�4{x��q�'��'A�ʺT ���gv�Og��m���A�̐0
"��3b�c0�����Pxr�"�`:@zЊP�!GHrb
v,�miA�!G��c�(F/Pf�$�q+����c�`�Dtڲ��B�T�	��S�Ԣ�Y
Q"���&�$j�rV��B�m�J8�ց�U�%I�/�BP�
��~UH@!�,%*T>�H������\Ȱ�Ç�6]�~36�WK���|d��Ǔ(=Z�Kດ[	�$)T�z2a.<V�U�]�t6�x�E�ج'� �`u���)C
L��$���bXl�����!��D7��sh.4��2� \
бi���� PAD��6%Sa�Z.�`���d��A7�Lm5^/��:�$��;)�(�#��������W<�w�`JEǐ4��CwA�W�&�(��F�3(�$�Ǎ#G��-�NcW�4�/^Bu̖%CV�b��(���P�F�:�#�G�(��1�@/>
�*�d� �(��q��@b
:�3�N/$0�u	��!�n���Z$�J���B�4&�A��x�@n�@D��G6�T�Y9rA��p��@\�W�e��<`@IL�dA���8�9� �-�D�G�ԡ@c
�E84�#S�@�D�f�\���(�q�ب�A��">�F�Ѓ
��;��
9P�\�I)#@B�rȟ��@�Z��?uJ��C��u��Dd�#�Ew�X]:L0�����/M��1�a�� ���9�Ž��-���@K.�JD{�A�P�F~L��@�8Po8�]�L����
7�qR�w@��y���
�3	��te����Q#y��k��4�<N�oZ��33
� �Ȏ�Л@΍��0	����@����#�L"�"��Q/N(���Ki�`��$Q�"�<"$�rG\PQ$p���%�@`}PYUr�fe}���a�!�ܱ�=� ��IPl��O�aG"��Ҋ��2C�H�P���N(z}12p=��%��s\r	���A��FPB#� `��a4"`P`(0@v�ߨj��TFk4H?�A��d��F1���`E 8�O<�(����%�@�-#��)��0�\��E.���C�
xP
�'���Cp�&4�!<;*�q�
$ ��E�	��
�
e�U�h(C$a
�h&pA\��q!���=�^A������w��"����cH:1�N̂��\Cf�Ƀ� ��d �@DC �8�-���8_jeF�>��� E5���rh}��J,�r��F(�N4����l3\�\L��E�n��h�B��X��,2��I��Ɨi2�K7�%��>�`���8����h>%#�X�<ށ�2$����2��<��`�E‹$m#��C:I�y8#�8N90>D�r�)1�a�)_��M��B�!�6�8�1jT��� �l�U�:�J�*���/LzU��%�]%H@!�,'+S=�H���Έ	��,��#J,Xk�ʼn�xLw���VC\Vp\v"S�T�ʎ��2d	�pY�>_L6/���M9Ѐ��� 5�Nb̩Mm����b�PW�dc	&ZJ�F`%9՜EtXC�0AOȐ6��q��^	0ADD�`�xqWU�<h���9��T��_�"B�g���K �4	2
�_�LU�Vb��E:9G'N>�a ���G��Df��g�֥Cw�1a����P�G�e8�s�����r��]�q3X�]�AP`�=�@jA���^"A�Pof
D�.6hvA~L�C�
�\)0O*1SJom����E"pAA�FM��J�0�@;<bA�(�S!8\���PZ��@ND��A�?��m%ԄKJ�0��e�(��5��P���@ �e�<��4$F��A�t���8ud`
�#D��iT#`@x2c
KNd�!�����AA`�e�A�\�@a�0|���)��O��&�k�C�X��a.��8P��@����O,�	##��&�
4�R@V�:4�}��P�z@.�ĠYM�2�[(
�q[
�P����)תH� X�@�FPf��KG�`u$/�� �(k���9�J���Fy*b�#�0I 48��&/�B�%��	�uy�,�#��q�X8��@�EX��qA�<R��~�aI���
��@8�A	 <�\A�M��2@�("H�fDq
'>8ᆫP�a�Q�$��C�A���K�E��VP��4@��PI��
<lQC<��xDC���n8��0��pA� ��J�_���#�^���FiC�t44�P�0Ð�`��@��Dp҇��C:�H$V�K�� �D.���/�@��t0o"6@	x�$d&@P��PP zx[�(�4�h5��9L���CQ�@�T��� ��q	v�2F�� X!9�x��|��P<xV�dP!\:16R���0jъz8n{y�A^D�#�x(5�Lji���0(������4�1�BN���^$"&��� ED�Nd��dD�w�U��p�%;�Uvі�����&���ԥ@ڡK�s ��J2d�\��4�@<z�fv?��<ry�t�#�5�	=���H2���q�s ���D�I�g4㛺XSP�o!(�qiA�7��/���E*s���:R��P�J*:�s("��QpG]^� ��hZ��ς�>*��(J)]`T�#�iM,�����5:M,|�ɠ�fπ�Q!!�,'*R>�H��A���w��Ç#J,�n�/u3>�'��F��t\���@�=��x��H]�V�dG�L������C��6P"�O��z'��Q��\*����yڳb�pǸ�D!��@N�F,:�����'A�������r����e� A�Mz�$�|�$�+�58"�Q>C�0{h�=8��i��N=J�`�!HO�3��b%M� ɣ�=��\A�K+?���t̖%3V,Xd�\�r����-2�)�hN;�`�v�Pj +rB��)#�X�� �W&�r�|���Y~(RPr�AA
`�\�%+�r�0�`�"�4�AAt+���a���jE@2�!�@��Go&s�@b@@�~$HU��cGf0F���
�`�Q=$]��L6t`���@�=�w9��9%<�|7�I���t�>�� �h
Y@Ci�BRgk�����\P\)J��p�p�u�G��)V�1�W��It�
 N9�|��9�=5�82�0���� �ft��T�p��LN�
��k�%B���A��w"JUj�,\�l>X4Q#Cm��(%�0	�+I������O���d~u#��
��@�84Ȱ�hG1�0WO��j��<�� w���=�K��a4��䫑Hpt��M"�"7�FN�� �)A	lP�-l�J�ӯA�b��w��sWO`���A	5(��H�
J
=��C�@�`A�L�P���]i�����)(P,0�`0�
F�ab�pH�S���J����<Ȭ�K�4GY���AD�rI"W�;€#Р+��@l"��F7���P%�\���z
.P
4A�@ʏ�P�B	�5�q$C��D�"Y�C�h!� 	S��l��C�֐� Q��Ҍ�=��Ʌ�P@���<��
��>���Xk ��O��!-i�#6����1�
�W�1�4�-�1���d����
R�#��0P������R��ɤ��	�!0�)�w����j��栨@5��$��@�h��pC��!����75��C̱F���!��aC�qa�Q SlG%�G��"��0j�ݍ2�l��*���ăe2��U��O�\�22�^�2�G9eA|�Fd��!��3���q�\�Ab�ͧ�CW���a���N�	!�,%*T>�H��A��\Ȱ�Ç�&�׺����Q�3��:�)ҜA^�Hf5M!��XU��<��8�Az���u�ؿG}L ����ԥ	�8"0�@4W,s8Vi�Z�4���@]5֐f��W�X� ��y���g�$�]8D�{�Ty�D�������|ލ�&�~��YD�"
n�۠�� C�`#D�s����Q�t&h@�0��
Γ��ٺf˒+F̗�)��!�!m��݆��1��b�~`����("�u���>Q�@����q�z]2�R�0� h�
��ƃ*GSN �Ao��&I�,�Ex(6UD~qx}�2�LP�#��PHБ?���Q.��!�����	���T=S�HD
�A�D�‘�A;ǰ�/A!�ؑY�Pȃ�L>QRP�<#GtD50��9���J�Q9<>P�Hy
D��(�@�A�L12Q�@�|���~#�W�n�DP;a�"��%@�T����B�-�H ��"
2��(�E�^�f����%�)�"��I�r�2��3�2$񁓵�
d�"�
��!~�aG�Bs��j?��k9�0%�w,|�'p�
 A	/�0��4�/:6�H����da����C�'��+q}Hr����+C�BA�*�J9r�@XJ�	l��OءD���B�,�lCg�k�l"P_B���-��K��@�@Q<�t���a�ALdD�`�$}<�U�
Q/AcX
��b�[$4%P^��)FM$�pQِeI�}<��U*ɎQ-�b��Q; �Q1S��J3�w$�@^8���7��B�|���������_���h�i��T9r�y,��l�
�$� ��ߖ�|����3�$��+‘bX���"��cji�@�����4	@
�
�*"�YH<ej8B�(�,�!A�e�vE4�C��D�8�!�BD����!Cv��%"��Az0*��	F<ܨ�g@цY�cXd�=J�����x�y�Q U$d!�,'*S>�H��A���\Ȱ�Ç�
�.�E��.jX� �wC��xW�^���R�2,;l�˜���ޮ��x2�@����.�σɖ�`�,��pb��ʤ>TxE���,�&�0��!v��Ji��1�Et3c(Rp@���'<��]()C���&��@�K8�->h�@'�50�c�@��D�Y�>Y�4�	~���ddI�'��4�9�A����{`���Ӱ��Tc؁�V����T$�p������X��Q���C		X�1�@\�xU-�#�$�H��@�@��HA-�@Y0D�q��@KĤ�F�,D0P���e�D��l�9���w8��2�'�	�U�D�O,�,5�0�� �8	X@�[����9�@�ÜH��PP8�c�@d�!,���{j��b��%C� ӋP`4h�F�H�'
��`FP?и�L1<��#�'���g�
@�n�	,4�9��ؚ�D��`�x=�NP�0����Q#�(� "Ew�A:�`��RD��!��2���WD����/�6D%f*��_���oH�$5c�A�'��deC�Dn����1N
,Q���\�!w��E=�@�dk�RP�rG\T�"X`�N%��
< �D���9@k�\���QPB
J�aG"��R��9�uC�� �@���C�4ԯ@8�
H\����>瘤�Ar8B�I]�P1MP�@�`D� ��q]\�0Aw7�R�8�#��3�af���
O�+3vC�����1�@�>ϐl<�)�20gߐ@�{A�yvD��!��sL8��Eqxː$tv�xC�����:�"��
F3�I�a�
���+� 3n1�U�3�<X�Jj'���l}x �4P��{`)�A�X�o��b�l�m�w����01"+�H��D"��������<1������K�PU��L.ga�"{""-R��w!�
�gsd��2�aƼaщ
�E)�YT�f�E誘�l9�=�MD�"A�x�칥v�Ԉr��ē���Bx�T�ĕ��3l)�xr9zY	/qBJ���KT�ɖw���	!�,')RA�H��A��*\Ȱ�Ç
�=�H��E��r���G��>R\Wp��~"S�$�Ҙ�_�V2�U/��2h�4���Aa�v������
|7N�Д��*��H�h�@��(�1T&5T�0Xi���@BB�-��Y�yJ�A�H�	��TY�a,��Z��� �2�r�T��6��@��-(���C^~�R	(A�$� r�`(�R���j^�F@,��h�4h�lQ�b���`]@ѝ
����Gy�2d*2��s��H�`/4�	 �
��~\8�h_U�,-�K���A��2B[�t� �p��@?��g�:��"UVA;<R�#�������@9@{/z��@{��$�܈C,���(���ER�JSb@y~$$T����c[�yd�T��D��B�(�@��q�yP�C��C"���B�(�=����0�EzDN�DI�e��$G�i�o���y?�@�z�b�Tx҈@E@�'1�o�Ѓ���;r
��E�ć@�E�P4C'8�FQ��pY?b	�Kt�E�N��)��FDm�0�`=��O��T��@�$��D�E"
�P;��"��M�@�R�@���E���@�=|hU��#`���0](� )�X��E��@�
�qC�(�H]��#
$����I�q���D��'�L�E�U0���@��ؤX$���	E�v���L��"Jw02ο	FU��B=��A�
�5 ��:$��Y-���Bd�O�ч$�+P+��dȫл\�=�<����B%�0��-�"��7�ЮscPS�b�aX�P"�@HtA�TCh��C}ԋ*��:
a%��?("�
�;�DE �h�A:U_/��A.��u�k �h�q(��A)�8�����;� �q�Al`���/H�5�k1�@��2-��%;DTB��){P�\� ���@�"�,Cc)`�r/�b �*�vn� �A��	R	��()v�ƃ4��~�Y��� G�%r |�0!�j�"����D�<� �:��0�|��'?��Q�R>�x��>�Nn��{d�V�J	���|`E��T�)(q$/��x�,�"�7��!���Hb_
�ˤ�,�eÛ�4�B>蠋�#�gCneeʳ���@p�>y�$��?U"P�����JVcK��™
-�0bQ��b��G#+���L$(�HGj�x�T !�,')SA�H�����*\Ȱ�Ç�ŃH��ŋv�*��G��j}t�`�^�����P,)��pẽ�\&B3��̓�|,��`(�<Ҫ�v�9ت^�a @�N�1\6u �r��!��.�� ]�S�DD.���p�@vE/�h�Ǎo��,̘���3��3L��V`�:�����)�v�f�"u�``ES�
�b�`Kf,q���	�ɒDd�N���m�pR:�x/c�WQWeSBK���[)
���\D�
��@`y�E�@2m�A0<r�@��1@G�!PGDBa��8���� �t�@��q�7� +���e�PE~t�"�1�!�e�[DZ�J�Hq�2�C)�����%u	�і���hP�B�(��\�@f� #WQB �E�,T

� C���Nd�i���BVĎ9�a4L6���SɄ3��$z� �@:$�-�^A.�#�>���G�0„�@��� z0�u��Ŏj��
��#�B�(�K�#%L��b�!��%Cff�
��ϯ��1��D���B$�#T`��@-��
���L0YԤE�u�s�[R��cN/��#Ft…)�J�'G�,�T$�������HZ�&4���B�zAB[�1��[4DVK\u=��ES��M�L�2	�	� 	H�BDg��E�|�� M����MYAh�ZQ�5oyQ�^r���}$~%H��YJA	���`qĘ]��E��B��e�z�
E
��Y`�
�U�B�[4�b$�@����A���@�
Lhb0@�$�7�M�#�A�.�/��1�� �D`��@ ����I��O�3�-D�H�a����@,rѽ�`%��@�0Y$cx
��@��$\�	HP�Bj��a�������C8��� �va��)bY�@�0B!!����9�>!#�<�Ɛd
$x�AHѮ��Ma,�3��`��	(
i�"� ��d��d�Y�"� E6�����(�p%�p�jT���)ҚKBD���)Y��0Be���]V	�0�ʔ�`��c�1�d��E�(�b4B�|�/�AK��B��3�aH�$s tl&D���X(�i�)���DX�4�]h�˅���/i���S��I�XЉ;O���k��I?=���B�	�x$�)�
�Dz�eE�� E"v8t� 
)A�#҂!�,%)T?�H��A��*\Ȱ�Ç�ɂH��ŋ���e,^�~C�9��>�C�����]��[	q�VZգ�0�1�/��!�̙@8[�,)��L�@3w:U���V�/p�!�F�/�5�p�:�*/�`��:tL�$�گy��H��	D�ȑ�@;@=:�%%N;� H�2PPY�Aa8I���fϟ9���i���n���ξ
���ŏu� �T���&��"�b��D���ĉ���e%���J&(L���)��G�@�ԩ�Z�r �S�n!�r�2�R���@�0��2�$N �ot��:dA�<7R:#��,�Y��4�#\�Au�Ewq�l(5�*�\$�"u�@�	�7����Hn�DDY�!��D�9�!^: ��s�E�+6�u�#
=Bj�@X`_#"�ADPA������ 4`A�q�\@�@!9�/�Ç(� 09r��
�"���f\��㏴9ď@Ш�0B0@�*.�YaC��	X��Q�,��C�,I�`DR<�`�E��!?`Q�D�@�ePu��L<�+P.g$)h�A9��p���L{[�*P"�y�0(A��q<��K�\P���*��G��4c��X���)�萣{�AIFS�J�(B�X?􀜠̩�Z=]2L)u���0Դ@Ғ��{q�@S��L(B�4|0R'����8$)C��!�?� @��XQ9��9EZ4�.P�4�@�0Hkp�a
#�@!y�*K�*P�j��A��q�Y1��4WH�V���UBP�$���.��Tu�����
`%���5��yc���%F
 [�
�+���҇�l�!��MC$Wm,D���:P�=���@� 8�@H�-���
)WAP�Q`\�c�O�l��\����A ��D!�����$�X/p��l��@e�
;�� # G)rf�a�A +XA
 ��' 	�3���}�[[��V@�X%@�BVA�/(` �$av`�!R��(��de���$�C1�
ٞA
�/�AX��R7�q+��G2i��kH:1
�H#�+ex\/��n)�YLCð/�Šq8@'�h������Q0����5���۬,��9r��rF�H��x4H����.��Z$!�;	�_x%�t�<��5�� �@�0�ǐ8��')�B�3�^$�s'=B*�R�e�/"(O9d:��I����T$�THzvӐЌ F�iO+��ls ��PCRɂ�K�	��_F5H
�0*�ƫ�d�ȯ�!�,')R?�H��A��*\Ȱ�Ç
����ŋ!��l_Ə[��#�`�T,y�^+��Q��ХZ3i�uМN��@,�CR�P?�`�p�ςH%
�AA�v���L�͞��!�	 r�`�џ���T�$
&��!���6��i�I��#�H_��g�G�h�@�� �Պd�XX9,���
���V�����᪸�
'HO �<p��|�
�䄀����i�\���2U��!E�ȡ���
0���E\]	��'�St� Ú/H�b�!p�u`Fm9ABWhRa�Ìw���.�#�0�@�"�#��E�upA[?�0@�	V�p@�\��
qHޕKj
}��1I��dn�E|�pB[p���Xp�#�X@�@n��2��?���*1@�
)�8��@o8�c=��K�B�LI�T�0��A0(��Ar&kL�*����C\�i��� 5EB�j�@@ªA�(�P��dA�u�P-���W�Bp��#��nU4�B��G�`�G j
7�>�C�F���.qLX>���p�w��CZ�N2<	��\m
'�$�@�-x�����A�\+����1*�~���v��5�Q�ƳL0�B0��C6$�@��{�!�l�d
� �P+��0��#�X��w(��ǝS�PkZ:�����n���4��.S�L�G��H�?P��@�<+(P��J�� `��
=+��P��2�Z	=:4��0��a`�!fBм��{^�Ȋ���k>��aP
H1pzE$��\�	(A��Ԁa �J��5�P"F��@=�pVƨ������(!v�v���!�0Ȕ��U�C���X��@�`	aH@�v�!���ArQ���,��0 �``B�r�B�b	Ў�.���"�0Y|�c(�S)`:��r�b���<Q�Ч����H^}$!�HF���GIDox���� p�@�(�Qpg!��@��<�a�B
2 DiD[X�R
$�M갏B�(0@���$Arq�B��
�����e��+o4�6��B༅���ZH<�"M�0� .�@��
k4��!�#�g<� oH��S���%Q�@|��a�x�+ �܂h�I:B�Jdß�ЅC�ҿo&b)KA*ӟ���8ͩNiRϝ.�5��O/���t!���P�gd��Ru"�D�8�@ ��d@�
��:Bө�D�hx�v�\%�.J�U�b$%�;.���#��Xҕ��"�q1�Ê�uq,M�ҋ�J&�HS/K�x�#@�@!�,')RA�H��A��*\Ȱ�Ç���H��Ŋ�
�l^C�Y�]�b�H����.��@k	񒩔�j�4(O���
�(�@����2��Y�J	���CtFXja��
 ��@
V�w2�N�S 	 r�ȡ!@�Z�F�5�+^�2c�1p�[Zi\��L��<(��:� @R��	�,�G\p�� �V�c��`���A)��
����F���6(@����GZ�K�P�(���#��,�`�}`3�3�H�L�9c��H$��`�?DqGT@�
`�d=3�,��1���@�N{a~������u��@@���V�Eb`�,2�"utF��a�9�F%�ZE?]�KC�E�	A���:�A�ι���ҏ��
�@���{7�AB�y*ybB)i��1�\�(�?@�]�PB�u�83�@�D	�p�AG��@NX��g� �|��2�C���KH%R"�L�1L��0P`C�2(
D��D��C�T^��;���8�J!�*�@�@Y8$$G�A�j���P�AJ��O3��S"I��@I)�|@d�@jb��@=�K�@�=�̰�J�����@�Q4$;,��Nl+�l��A� 3�@[�h���P_)r����@9��
Ii�O3�0��@'C4�1Tʢ$�*HE�:1+m�'��e�@��r�*/�S	%��S��$'�A���c��C���0Dz�P�b�k@ж	ĩ�:�뒋�(��i`�"�����$�p0@287�>BF���"
"(R���)�!M�"~�aFG��"A5�S˜��0t�R�Rtjb��8l�@�"��N��
0@A����i�WD�>�t�"� F�0<�	wث��?4�4@2�<�
}�D���h�"��ҳ�G {@��v�?�	��
��0*]"x���Xc�1�ҍh#�@��_h' H�!�@�
X��D�0,O�A<�t��%5�Y�8�o���*�a� ��N�	G8B��C�~��h�:;���p5�\�k�x�<.#�D��3�S�J�r��U%؂^��d�@�N�Q5��"���j��9��C#A����T��gP�8yK%ı��2� )DcH�·��d@��\�f��Br�� �	���xa��:H�r����,�8�b��3��+���@� ��5���d`_� �~�}�� �M�#��4��iP��X�J-���T�@6*J`l�!&٩Cr�U��tJ�*EF!����XͪV��U��b���@^RήR�T}�3�q�`4��'1kAp���H1vf�tȕ �pgC���dcg�@�_���ȃ��	�V
W��ȥ��
�����QM�B^�X�(T�%�_��چdI �ȅ![K�d����E�ьt�C��5=�!�,&)R?�H������;Ȱ�Ç#:�'��ŋ�#VlE� ��R�3^��,�qe�UuH�"I������&�}�d�*@�^��xshC\��9%X��@������f0��l�+�ȁC���4�i�a�gf� @�@H��:��@��L�,�D �t "B@�-
[�+ț<p��
  �*�f������"��[G�z}P�����Wpa��6�@C��s���G
-�*|Qe�]��d��VI�dȺ�?��/PDŽq�LE���A��<줳�9�C�P�@���u��@�}7�?��f,�:�(cN1��+�R�@p@��q�wpq�n=�bE�$�K�4N.
#EZo$$)�FEY�v��Av��2.�d9Q��d�#E����
���#��1��C$�A�<�D�@GDv�D^D���A�l2B0�h�!~�od�Id�E����<����I��PgC��`�@up��ig�Q{�43 F��R��H9��q����8!T�@����nm��A�(�. �2�V�
��!r��òԁ
�q�[`�A-��14�$F#�	%L�\��&����Fd�w��@� 3���&��0���9�
l�p���@�MO2���H7�, k
$/ns�+�?�C�C4�K�ɁBذ�=� 
�pp2��d�a�p:
�L�tL��L��Dx�p�E�(��4|�_$`�?��Q�ԁ��]�!��z�	
��;��0)c��0rDp>���zH��B}B:�Pa��ÔS9F�1L���#�x��"�B��!~t��:gT�a�CPA���|UD��p`~�1E�l���p`H�� MH;�!;���i�C~�J� Y�D�	���T(�D�	Ȁ
xp6B�hE�JT���M�bCDq����A�0X�
�D� �PH��5�ܐ �@�F_(�M�%:���`@jІ>��PO@R����w⁈)Ρ��� ��t!�`C=�!
�>ā�����dMCy�1�d�q#��F7X�	|�C��$�0���h�`����'�!HXA��|�"	�:�Րo|c����;̡	*hfA��ɰ�r_(�@��3�p�L�=���D0dH=�`�[�W�#ل��(��G� 0�>
b��@�,�xB+0Dx�E0��M���!W:�+H���>$�as�q>�0�@�"�S�Br��HJ�ԋ�Þ���V�8�"�٪X�Jփ���e��X�U�u%��[�‹s����\�ҋ�`�@�1|���D�c�^#�^)�'�@2~�����e�*�!�����F�t���D@yU�X�/�e�b;��9X�ani�]���
.d¦�,�!	3t�\��@mnH,z�I�$�@3�q�!�,&)RA�H��A���\Ȱ�Ç#J�H�bCyˊk&�ŏ !��E0Yȉ�Bhura�����e�z���h�.f=�A���P<�:c�.�Z�.� @�D��:m���V�S5�H��j��I��%�'�<hfѪ](��ɜZ@#��?dT@eȴc����T
t��H
T�
�t�C�)_�@�Dn�qY%���Nbͅ�)H�D	T��Ú�a ���{��اjKE��Bcv�=�0$k����7/�;v�%;V�LU3�(�'�p�jq�f9�`@�`��A��Î:�(��1���A��E
�I�8!�s\�FD���"PF+�M��8�`Z���@L`��`�#\�f�@f4����O+���.?
���@.6���@~(��
aFn��Dy!P@��y�9��@
� �@���9�1P\�p`�J~��@a�A3(r�"' t����y6��E��O�>0�*�TI��A�@��kQ�!��GHG-���C/��N1
��#r�I�U��!u�nL�b��@���p��GC�AP��@-ʐ"5����o(�YP�R���/bnZ�DG#�����IXw�z�	���@Ш�-8!�S��S��@� �L�?Pa���`�*�@R�,s��-��H�Wd�"U��tl&�7����N͎9d�2SA��,}*��"�b�D_�5�a���
�I��0�yP9��39m�i.A��E�<�G�@x]'�{/���B�`�H0C#��+9B�����?�H�-5�Cbp@6@��А����
b�!~Lr����$@��D���
���H�ʻ@�r�"�8$�?�@$�@��qF0��kq�d �B	��:D��H�uP��4t �\� �Y�Az�
d&:,H���=P��$��I�j��f �	(�@2P<!
}�D"xd�i"��eB�R,�x�,�7`!	28�@@XDB!	��J ��.�x�3Šy���At�
^$�-%��P����/XB�0�d d��@XB�0���&�
��(:d��L
$���=4B�:A
��I�"�;Ǻ�`c �(�=𑏶�OH�@�p�r�s�(G�@�I�
Hp@����0�$���%�A�}�B
�I�
�L��&���6ɉ)΁��dS[ⱃ���\�:��dH�	`��B�[$���D'4u�S
��2�S�=Z,VQ��@,;�D�ZOD$��A<"��Xt!��J�Jo$W�I;�z�!NČl�H��(^�*�d=^�ڋ}�{
,D�F׆㩂-�A���
�
lb}��#��d'{^,E���:�Q���Kg
@o8�_��!�`:��0Z�����/����j �xG3��V�d��q�bh,�&��s[��N7"�dEs݉��@�mw#2���b;��C~�s,��/^�۶�!�,')QA�H����@;Ȱ�Ç#J�H��ņ�!K��Ǐ�nH��Z�|xl�\����a�jݬI�W�Ub�l��ХR���A]t�S84��>x!)�Ϊ}ū��8 �J�<�9$F���P���@�-^y{h�f�KY5�!���ڴRzR^�����wRR�{�"�lל'�I4��c��� 
"'�@�,C\ͨ:�l���ɡ#G�F[��_�����j���7�D��?,�� �����c=b��ǰ޾x���2�3E
�1�X
N���
���̡S=ų�D�<�4��2�C�/��D��!u���oP4�0��O(�U�80U�A��9����(�"w�@QԱF��@
p�o���*(��!V �!
@`~�E�@nqxQKU��'0�"�4�#�@E96&���`]����GjT%�C�2��� �Q�cQ����7?�u�*��B0N
T�#�$�B�f�G�o�YZ8��IU�Na�3L)�P��@le�pw�����@��@(�-?��G��0Pp$�C���	N�1+7�"d�C�,�TKR�
9�q������"k0�
���cm�Ɛ1%P=� Ë@�Z��x�0y@� �d̂Q��{��F-�4O3�5�D�����JFT�$\�
@��ر�@����O��6D@��'N#%�N$�#'�Z7{]lA� 4�3��b�C0
S�D�(�f�'(bHE��a�,��@?�)V	�.;��&P�Ё�P4��0<rѣ\@�uC�/l�T�=@#�%99"��zDs�*�"NP�	D�@D�E�4@�3%#��v�a$�
Y� ��f��P^1�$`8	2�
M��@�P��cE{HH����!\8�
�j�Bv@ � ���Б��CiP�Iw�G0$���HX��~����p���@P�%��aȜ�.�@J�������Tw��$T�~�.�� !sHę��#�J�@F��@��7�1�\�"I�0�TZ !�I69�6��!\�
�`^���rȷ��j�7�A������9F����
P`)��UA����.������H27@{�c@l�	���+a9�q������D"��9�)�X��>%�����PE(��-(��`�9�0b���0��l2l�Ix�+d�"*A�@�$�-K;+F� x|Svc"�Y�A��������4p
 [�jT����T`�s� I|�C�
pe���Q�$>$iIU�J���5��kE��v�'YE/|uئ�$���/Xي�"2��?��Rd��K_*I�~�S�1�;4�tִF�����fz����La
Y�6��!Hx�t�C���|�5�gE��:���"z�;
	�3��\C�!�i�{�6r�"/-ȇ5��R�E.)�aݛ���{��D�!ݢ#b�/E��s8c3N�~ś�!�,&)QA�H�����*\Ȱ�Ç#J�H�a�uʖ9��ǏMXJ:�[�C�0Y�]qHDza�z�Z�ZY� ��0��Pe��x
�N�A^ϖP`�
+�$����A^~�Z��@P��/��s
a���md�!�2��J=X��>���i��>_��Ci@@n��C��B�+{��p�*fR���3:z��#�
Gk6��p\u�-�f�-&L@����9xR���+����I
w4�!Z�
�?h(p�����z�[�o��w�4��9<|&�!
�C9Dq�
9p"�e��D��#<쨃�2��/A�J� �"~<`@|\�Q9�ƠZnW�:�_/��#8�bB)(rȁpoTy���vv�T�G'�,m2B38)�"��@DoPen��0@
~W�0�`��"� �� G�)PQРC:@�Q_R�G��$�@�<�$P)�wp�`?X�$)�%�S�.����1r@U��L�u��R(@yF$�K9��2�0���@\4�A�L0�X��Fn�c��t�A�	�;��J9�H����Af<�� ���	D�+�DDX<��)��R���� D(z�#jЀNܱ�?��� oAt
�2��.)F$0#�H���
<�p��Ea#4�'�/Xl�?��+K�QN)��Dt��x-H�覃4P|3A�0C�@��4�*�*��@Ì� �J���0Є�-�u�$����@�:%��"	���Q2���@��5�Ny%S.
��8ra��>��M�.��D�7��?(@A��JfC�\��20�CeM$�	P]��0@�n	��Km0��P��`��b\�� tE(�EH	hp� �ʙDl0J��W�`E�#�K	|���$�o��� ��.a0���Ăo)��F֭�Bp��+P!`MB�0D�G��~����X�K6���	��EP�K!_(9r�H$P@b��:��	EH@�@ ����Iԧ!	��1?�``����Ahe�H5H@��Z� ���Z|�R�1J��l��)�H7�']�?l�bFt`�
���!��~)A�����!::�k$�`F3�����Hs�	O�Zr�	VR�K� �Y�G䑯��s�7���o�i�D*B
Bt)�@]��V����-AtpYg��o	��	$` ��	�^���*�R�%�I��*���x��&���+4ROI�<��\xTO���0�1�.�^�0C�V�W��A��(��U��cY�/r��XC"�@F]�!n ��,�3�Z�D���A|1�
�5�
�e��_�Ʋ)Rhg�y,U"��C4fٽE�w� �@xǐӭF����3ԑ�b��!�A���6=��:�a����8A�	dAk��D^!HeLюe�N��0
K\�E!��;��s0c3��,:(ɐ^�"�,q�]��"*�4�[ކ�B�-�G~r_��
f�3d�F%�1};
��r��^j)�b��c�0r�[��!/>H@!�,')OA�H��A��*\Ȱ�Ç#J�H�`-��W��LJ��	\�+�Ǔ(��,����إ\X/@��j���WV{���0�M���:�Kҁ��ع�V-�(�[(��L��TL0$T�Z^S�T��X?��*C�	$8 !Z�'�5<��_�!D����M�q^C]����qn%�� G '$�dp�w_��hqDn$"B�(MB���V•�k(���o� �
]������iB�ؿ�|`�c��X�#G��XLb0��'u͔�h�i7�D��AH�s�G�LT�?���;�4�L2��/�����]$H�jD�c7��)�M$E���.��K�l@)l�A;<2�!ԙ�E�E��q@b'�f�$/�9%��#��y@��s�V
�pS�!�E/�i�#�$�$���ՁE��)�E�=D�G���d!� �1��@�u��o��v��AWE@R�K.���JA|2� ���:L�ƫu��)���q1$�?kM��.��3L9%
$df(B�@�(�����t�q�9�'�+\��a���/�P��8��a�#@A�@,$$,�jPY�����*�]+���*��bC��0�!�p�lQ���"h�y)gȃ�0'�2��_(}f����!@CS��=@��rN�.��#H�g9jG퐩N�4PA�?��s���c�8��YP�Dl*��l�Bust�'�{7P�U:�1�/T
9#�B�x‡@�q[�����7��/;d7��#b��0�;T�@"2� �.��h�!h`+�R�RJ��@T��9I�"�hɁ[�׃����8�w ��PL����uXCa�A���0��4G��(�|� �0<���1d#h����0��Cq�G`��� a���0@~��u�c��J�\��pCR.��rĀ#$� fxE(X|����*� h�@��,F��?��-�i����	D@;��"`8�C�j�BX ��{dt�^��0�A���A�4��j�E7��
7
db
�/�!A� ,�Bp@(@��^6�����Ar·�4�D��(��� )t�)p��� d4�  �)���� �=u)�0�.��}�cH�+�A������P�2ԡ�H�<���98��(��.�p���#�0�B��n�*�C(�t	;ԠA4X`cP@"!�9l�<��aJbp�`)��	
��{8%+|���y�e�t`�!��F/"�`*Ld�d@��$R#s,W��@�:�W4�`�G,�b����9ȯrẂDU �c�*v��_�����~�9,I��E�D�*L
9<��dC�/��X�4�!�H"A��nuv [�H�&�=�3;:-.~x���W�J%k�x���Hmm�ᑥ�v!
=-4�(�p�b.�KD�ۙ��H�<؁�c�b�`5sy�\��6��2�q��D$�D ���#���$��T7�]�K�!� D ��:�Q�b����=�At�և���
�,Cx������Z	g_�'�G:|\C(�	<�;�b�5�(��ns����#	q�j�����1���"g�ɎMHUV�!�,&)PA�H������:Ȱ�Ç#J�H��E��ֱ�w��lj�x	���ɓ�h`\]ۡl��޿�3
#(�W����P�����`0�Gެi4�Qg/�ZhO.�Jh5':��$5*0�ͱ@��pY� �
$x16TY���AL8��X	�ȍ	Z�}��߇�:���!��9Ҁ��VkO�|�׳����o5�$<��#�v��QYDX|�@pJ��)�x@��z�@��	���r�Da	�7��O��LPܠCl4�C7A�����<�Tt�T��O;�4�L2��/�0@�L@@s98�9��H�G��sQ1Lj�L4N8��'B�G�p�wt��9�@`���Q:�x��*��BP9| �E�R[7��ƛo��`{��O[%sL�0D��)� �8�u�F\Р�pI������ ����fn�7��!E8��KG.	�K���f<2� �8!	?pQ����
��`[���DK�)�@��R�@�J��o`AQ�qlu`1ی��*D����N�ҧ'q0��}���dh7�f�\(P�3�T@���0b0a��E��1	��w�an�l�@�D�O,��UE�}C#�x���94�"kЀ?�q�Ѐ����0A��#�I�l�
Ð�e�D�	��fD�&{/��P;���.M�*%�x�4��C�r!@?HĂ頃���?�X:�C�'�Q�1*�@�~H�$$ 	�'P���n�\=�.@4.���LS3�@�k�"yz��)'P���@�T��.�B&
$�&�`ΐ�r�f�!� �[	�����6t,L`DD� �����#�h�͑6����:�߄GP"��+Dq(��!T(?��8�#�g�*�E0��	�b��I �rH.��с�b9 ���1@��� 85AL����$�C��fp�``���ei��@(Q
��/>�(`t�P�" �-F�f�` �	dtq@	^0�\A>,H�~�T�s��F7�є>�
H���@�����������e�\�asH�XbA��C��ҵB����7@�����Gؠ�@��(�\"���	l�x�F�$ej��3.��	�w�F9�Qc�c�	d9��=�`1`B� �g 	$���Z�"�F3	�-�|c��,P1IX��h�(���pF9(!�8����$xD�"�PI�ыN6�O��^P�G @0P�����䰁�H���Ne�a֎ �#�A��@�
`H.`� 2/H�Z�"�wc��P���� �(�AnEFā���@�ӌ_T� ��CfA�l�!� 0��K�G �PFX�( x�4����갅g
���<Dk�@6.���v�Ii�x� �������ܬ�Ʒ��g/�\h4�):j��p6���$-̅�Df�po��<�x�;c����h`���W ޑL�Bx4���E8�����%��/s�K9f�)�H<�qa��K��o�>��8�?�C�x�c��1ta'W ��?L����v���D���蘽9f/R�b��ƾ�Ev���v y��	�M_�x �O���\�[�`�a�^�C �
�G���y&��O��!�,&)OA�H��A��\Ȱ�Ç#J�H��~�=�WϢǏ�㵫�(�(Sd�+\�q�z=M�͊��"��͂�2��Ypޯ���X�f�P[���gPxK��9Ԕ$I�Z��J4@���
�,=���"q`��0T�6U���]��b�8�D,ԡ6�X{p\v)�Р#$(6�^��|=�5S��4��!�Ǐ�WE��r�p��Qt�@@r���b��D'Q�n�Aw�;@?n����Gh$SU"�x�&4h���W\A�*�A;�����G�C�2ص"<����2�c�(��
��C=���
�9'@�y�LR�u�2�#L0�P��@q��w0 ��:����%2�E
��Q)j�7P���Qq�w)�)�D+�@f�����N���rG
�gFopG7���SO=�Q�Qbe��~=�)�n�!@�G��+�&��1�!��FCs�)�y�@���i�:�B0ä%P�k��$8p�X\�w`q�
@� �cA�@���/��+%|���0��&A�<���D��y�1��C��Ìd U�B���	��
��
j��n\|��"fA���9�RFQZ|p��2!�@�$$,���w��04	D	\�t
֊:91���xR0ġhC��AeQ�����@�L�ϴ�,LK��K.�B4��Q�@`,����w�\����RA��K8?�}P.����0�vlҐ��@x�
h@<�x��*�S�&H�6Ck𸨂<tr�"$ǟ~:��
ď��R&ĀB#��%Gd�
K�
oH�l1VUg=��0�2��BnC����E�(�4'��x:0�%����C�tC�k�C�F`���A$'�C4Q~�ݹ��!ɏX�T&�VF.P�
X�Ky�*�'' v�0� d��Ab�+�#&	E��0��4`��`@���0A'*Š��68 $�C4�T���1�E)���@	@�cŽ%j� �(�8U|C���q!�|��_k��#q?��N�A
8��ot^��0ء��IC䁌�� qpD���k\#��d��$b#�p`(@ژ8`5�C!.A����!�D���a���(�1�1�Z�a�
0�F��PI�O	@CS��XI%VH|H3zq�8�tC�؆*tqY$s0����=��@ �r�D,��L@ɰ�.fd\PF����0$@ g�1�a��b@䐇4(!�J>SҎA�L��D�r� ��.�@#˪�"K&$���@Gi0&J� �b ш�5�
�Ia���A�����B�M�` V�4��S4d�'�U�J��<�$-�*��
( ���@NQ��R��E/d���zu ��,A|�JX�k��0����$�D�3&�V��6��E8"�]��n�mAҡ܁��b�U�rU��E!�mn‘���m/�a�*�"I	�CJ��eG�C`�)]�� �Fv�<�#�ƙ|�^�$(ŀ�o�1���#�/f4���m-F�n����u��PF1xqGN�36q���$W �ɧ<ֱc���2����"�)�`�%�q�A�iA�&�E|��ۃX�{FNɎ�*�,�f!�h��mr^���X�M��3���jVIP���C8q��>�1�<��r��!�,')MA�H�����*\Ȱ�Ç#J�Hџ@h�(j�(Q��`����H��@��|�%�<�07&��`�V1��I�_-at\�,@?���֫�/!��jT��I�����t�B\�@+���4v.�*�Ә�
�J�V�>P`�%�v�k,C]���تVIp0�A�oI��V_���X/i�)�� �s�x^���F��8@���0H�ח�f��L����H��h��10�������1c�URRU�4zcڲ�B�{���5�&I@=��s���>��N:�,s�h �4�p~�=@ei��,���P�4�3�$sL1���K.��B�
�$���N1\@���Vإ;AQ�JAO��˓B�fI�@
N��GЀ
P�h�M��DB	$�m���p$Gp��f��Fk��qHԂS�E�*�Ɂ"�@��"�o��\��P��D�@�g�"�@�0
p���#\@��k��%�9�g��h�(CV��E��BN)I��b� ��!@B���A
=�pal5�A�ų�/&J�j9ð��0��E� 2�r�@upq�w2����Î9�N�0`t0��F�!�@�<2,���o�n8�BVY%O3@0N��It`�Ԁ�Dm��9p���c�r���/O���F�0�5 �!
�I�D��)�G@0�O|��c�@,�I�8�2���!�0p8DmTz�nԡ��
�vSI�̺B�i�����C{t �@r`@C�(r���9�%�6���A��Lo9��P��m���	�Iܴ@?� @
l�YLO64�&Rt�A���P)�N@��:�ȯZ�;�������+�0r�p@�z�(��=��x�kX $��L���
rP"��@V�8�s!\�~	b��U���O�@-��@�!`���� R&\J��!�1���D�Xgl\�D���� ��lP��<	���*��t+V���!���C�0�P�$�A�����@"%
$,ќB�4]�Bs|�S�nƋt�A N�De�HTR�������x
F�
��/��cծ��
{_7�
m��QE\B��(����̀�#�8�(0S�@	e��$.�G��X;.���\��X+v�` �~H�8� ��31P�\ax�����0�r
1�9�D���#��7�|�b��$�P�/ؠ#�������H0���"�h�F�Q����0(Q�\avH�~���t`�"�0�A	0`�hF(���!0ÚHF�������+�`���@<A�]� hj@Ս�˨I.9��� ��:1i�BQ�&F��� ���I<�Aׁ0�`f���WL�]<��� 9dB�OH|�A�����d2�hH#و�Bn3Tr�$0�=HQrPJ0�ո�5�!��0�Y���F����!���1j�k��"ai�8"u(� �Gc�ҋд5'�.At�&��7�an���$�H#��Ux��0��J(r3]Xx��]~�
"���9�ы(@k�-Hi��
C��H<֡�b�b���W"_���1Bcy�b��a��R�ӽ�Z��1Ձ,�*�;�a_�,��
��k��9��rA��v4��p�@�Ð�ԃ�
9J?+�0�I�n�@�[����U�sI~\g��$�.�E^0��&MQv1�"̈��>��(c$���;�A�L_7�h�4A!�,&)LB�H�����*\Ȱ�Ç����ŋ���Ǐ�5Cf�<�(SH��p�ASI�#��v	,岦O���,x.@К�8��3@�_w��ُ�P�B	d��8\�X���֥�Z�5�3]�Y���1T�DW�����j�V?�-�Η��}�@@�!��f��U���q����'Xp0�B!��QJ���aO��v0A�@r�0���*�BT�o�>
�Bc��%�N���M�U�=@����䆎:r�r���S�K���d��T :��
?��,�VJ�@�D����>�8K3�$sL1���%�4��
7��C�&I-���QB�`�
/�
�@���ID�?� XAC7q�<��[�\��W��.��,�"(�
\�!�Ki@�܇�DE�RS.�@�ܡ���Fk�:�@e�"�E,	��G_
�g�� �4`�7Q�o��
9� *�FYE��*���*����"�p������f�+=4�J���8�@9�ViD'<b�!�@��?A�@u��*���#D�H��C�1� �(P��� ����f�ᆡwP�"$����@�8�/�N�9R���2� ��!@�a1j�u`Q��.QOj
���et�Q)��k%�����L� �h ����QD��A��s�/��K�SIB�K9q�ܐ$��֡wG���ê<�UP+�-\�Z�E =��!)����T���
[0�_,-�X� n.�`�C�l�0� ���I�'�z��*tW�̖9�L�'������
�ByL(0�U	�uvC�x�B���Tِ'��C�<�
h�с
p	�<�!��� O��(�B9�/'<"��@�"T�x`RS��|!|(�8�$�,�l��R67��[�8�B��6?(���#��Ch
Y9.��a�VPl*tQ
p��X�!��E?‹MS$�h�2H���d��EV(ǁ��|�0G$N����D��G<b���܀$D���u�
3Y0b7�}c���:T��(�@̀�C\u0��F
 �1�I�@P�+$b+
��2�$?K9�AݸF������XEꂑ���B�����*�"�%p���H��
!��
d3��(����ظ�6���o���x�>Ҋ9H� �%$�3@��`�J���X4Xq�B`���ž�F7��Mx	���%$a$P� ���>T����Q�9`�k�Z5��(��!�A
0��.�B�r�n�(�
`�MP"dH@ʀQ��CF�8X@������dB�tAc*`Q���&�O
(铓�e^�,���c2D�@4�1Z�`
����)��Q��:�2"L�+^1�hP�!�P�&6�|��Y��K�q��.r�)HQ�jd#N\��
d��;���@KxT�É�Pj�QG��+|Fnr;U7%ICK�;��w ǀgS�����>�uF}�k���#i�-CT��%�^�:� ��݇� �
a�m��	
"��6�"� K<�qa���
u��+��Ĩ/��ݮC��ޒ4V��&5�IU��_���I|"�X(��@�@�!-���%V�.�1ЋD"L�ō�Q��
$.˃���$�`�\��O�s]�"��E$d���q�]3�:��2M���#�ekF<Mb�h ��/�S2�w�W���\6�S4���
��vՍ�3�!�,%*LA�H������;Ȱ�Ç#�F�_-�3jd��2v�6���b�]q��"ɗ/�X��@s0s�<%Atu
����A]�

��_ȥ/����w�����?�Kʴj��<�0���t)P��H(2Ԝ-h
}��N�� �����0�i(�C�Q����Q�i_��|:d�Y�yC���  ~a��
ǐs��E���\�	�W�k„��v�@rh�D�-��K2��]�z�{ݰ��VO(���F��x�K�#�S�Q���>_A#�3ά�:�$s��i�
�an7@"���H��J�#�/��B*��@��7��
���%�֖H���F�P6.K"��0����vQ��7�Dhv��Ho���@�T2@o�
:�p��y
=�/���H�P�+�lAXX"›?�EoP�Wj�@�\DQl3�*�j���AN�H
o�w���wDq�
DP��?�I$�@�,��F�:�0�@
�M�$8p
f�!����2����
;ǘ(R)���{82�
��l�Dq]}X���@o�C�	��EZ :�$9�F�S	��
p*	�b� ����:i����$p	s#.7�?�$c�.��4�I�G%#t�� =@}9���N�HҐs	�O3Œ���DA)� G�Q� ��Pc}�avDh�$�VA�$C�L
������@t~���4p!�w�q8n��KK17P.��r,917D�&r��#k�z� �Pie�Yn)w�I�v���M���0��!G#Y?c��@�jC�(b��:�p�~�@\1��;�,�P.����A#��}U@��'\���9�
�PϘ�S���
��p��D��$@����`%W�'@8���+�l
@V9X�$��D��=D��hn����`����x��ԭ#�0t�R��!<��p�y�g�8D���@D�~��!��-	1�@�f�q�bB�]��&�z>!FP��Xl�� 1G9*B�P�%�Л���	�zut %sqQ�л^pc���*v^�����K��b�8��&�I����B���$�{/�DI���#P8���#�����$�b�@��@�����������
PbD�d�/@�
��C�3k�'lpC�HF2��u<C �x�
���@\�P�� �K��)�:�7L���F<a�4��9���x�&���0��@{`D%�!	�`!_aKZ�M=d!�@�E��l`X"�����(VQ&
�F9�A��e)� 8��ŪX�`8#�X�F�r�0 �Ì���/�`�s�P���HN �AB�	�̂��������*f�K�%T.�x CPp�ND����4n�q@�	�0I��)
]��)���P�5NA
R�B�]��r�W�]J?`��4s��E���X��h�?�]���!�@�yVA�mv �y��Q$�
$!J��RУ�x�w ������D��/�����8A�O����W�m�&�Nָ�!(̯�;�`��2��%�J.H8�_~��n�k��ьdC@%WA�w!ˆȒ���0G0�4��B
���0�.�9~ы]c=�M�1��_��m"
��V�x�7(
�C���08#r�i�r�`�Y�?�<�(#��+¡�7Z$�1A����̗&I<�3]X8�:iF8�8��Ҩ��9��/�ָ�H�sm��!�,&*JA�H��A��*\Ȱ�Ç�H�ŋ�z�N^Ə V|V,�8]��ɒ�`�t��`�ʖ81�+�W��@!&ˠ��H�f�f�x8���^R��x,��V�B]5�n\�����H�^X�S�N\V�aʌ�\�cGR����?c�2dv�V�!����������:��Bm`��	���*s��!W�0�!�^�N�����8�䇌	H��7nK����r-�P��h$��:t����Մ!+"�h��z�L��/��,~��10�x��z ��KF�4�L2�#�/���*0�=ܠ_pH��X-�C�G������K1 @@ܠ�
�p�w� @"�`H;��.��Š����0PP)�w�\��čå@
���P9�2���2�`�w�q������H�`�GN��0��� 0@�9Q�upG9�	\1�k%�U���'Fg�b*�lr@fX�@�Eo�1�~:�@	� �C���G��TN.��K�U@��w�w@jkQ��
�ZC�@;�h�Km��10p@&t8��8!	�:A���Ŏ@p @A��,�KӨ��J0��$~��h�����@f��	�VA�T$�3��"._�+������"�"�
`%q^kF�@��A�)�>���Pg�@�HR�S ��!�1I
�+�B�/
=� H�6���$Ӌ@'������cjC�T�&Pr#4�#\`����[GG� ��;��B�S�'��R���TJ�X(d�ȐC4`���
��+/47��#(LxbC��L�� �D!�5f�#�9��e��Crp�_�hDL��?"0	D�};A:����0(����@#��)�>;�d��7��5b���+��WaG�����`� �'B*�B`�#b�G`AJ, ��n�;"p`[z�Vr��…��W��K!�Ѕ.V `��`�A���#������	�2�'!$�1�B�����7�a�%	�(FF>T`��	�l��!9�C<B��D|Ԁ��H"����pX
q�&��^l�a�*Ѕ�p���@!5@‹x$1�G�o�B���q2��@"^c0�����>d�1�Q�b$��"3
��n0C� �X�P�RS�
��CX��I�e&�8�.���}c��/PqI�G*��2O4�H�d���!$a
�H�Rs;��"�$@Hh�J@K)/(�b`�ـ�XaP��&� D�%�e�)9(qӁ xD'��)��:�5m<`�������Ȑ�Br�D&x�4�q
o�����1a���@����$Sc ��h����Ћ�>,.5H@���,co��F`�itb� �5Zx�T�AA_��%K�̐� �X�0��l�H�B�a 0�H)R�������C�R
p<����mZz]����
x^���H�	xi���35KJQ�2q�����b�wx�*�#D�t"Vh�o9G�q=����1�a_�|�ɹRD���W�o�e�)�c� 	�e"�]�bl�y��`�hq1z�8Jq�2�ˮ����'֡"�X�8����+^���3K6H���'Y�̀ǁʃ�`���D~5�cl� �
�G�����#̊E�R�Px�,�1Ah��5#�%��,&��D�� ��1@�V�#"��4K���_��5R��h�W�W�3�!�,%+IA�H������A@�Ç#J���տ�3jtX/@�t�~	K��Ɠ(�k�L�*���KI3��x����9.���@Q6;�YA�B� ٪]��'S�U���`u��Ś������@������j�=�s�.�\���1T����
�,�݃�r���V����½��X�W���c�$�X"	�E�4/��%j0�
�u{@�Ģ��I�x�Wc���E:�^�0��	@\�8Pt�2��;'�ֿz��$�@np a�烙763��t�,s�1��0�	D� P7��lXrɥ$�<���8���KO�S�0q�7�C9�C?��C-�y��E�h��.v�/���H��7�@C40H����[4ń�a�2+���/�@Q���P�i(QeNRw�@��"
\�@f�w�w�a$�B{e�R.��J)�|@
�'od�')�<ԓj��<�(��K�3L9�0��~h ��9Q���Q�4�h����E3�1��wR.\�P�Aj@b�
��D�
��D�d!�<�(Jܪ�H{�n�D��
H꺆�d��'�Edޕ��@�4c��a��\*F$~@��)�Ŀ�DD�hA(����9��,��ջ��#0J���"\��J�k�����`�4S�8��$�@���
W���|���ܡ� C�a������"��p�@����qq������%[�KP�'����Z���
Sw���?0b�Ё
|��C��3�
B�`�k�\��2�BX&���&���D�	)2��
�p&OL�Q.�c��0�pp�D
���	�(��{:��|v�y�]J�(0"�
r����$rg�� �:�	�
��b�"Z��
r``��C�`8d�P�Aa�Cp@h����
AT�G1$���"�@�*�~8��0��$<�a� 1�C��~�`&������bk�C#8nh㍪��s"p���H����
Bd�!��I(�0	d�$�
��j�q��$|��7��O�B�(�2�r	��x�! Q�G�w�\��`��� j��Y�ҍ7n��Ѓ3�!�}��q��pq�
E�	8���6`tJP\����2XqDK��%��-��]��l#��^:��}H�%z)ca�"�0F8.���`-��'A�+x!8�� j	`�.�! �4�)I+fz� �:H;�@� ��4:�X�j8�'�A�\� ]�i����y��| .�A�k	���40PXc�@,J�R��NtYG�@�@��	�јE4^q�jxc���&0@/P���,ӹ��"����-6����b��*�2�-�l������1���Ϩ�MUK���N �)+J�d��<���2�'����(FZ�5��5(wG8z�L�*)C��.Ȫ#�u��*]�BraP�"���f�|�O��v���Ѡ/�1\�#uw�#b���N�8ĈGF�d�.G4�]�4���Y�1���@��8�/�\��|��E8b���X$�!NZ�2�̃�0�/V�U����4����%J6H?�ȃ�E0��z����I�|��e�I1,��ddU�04�l��Vf�0
�y���XK "Fr�g����G~�Uh�܄���Ғ�F+����.�ki���?F��;M�RG�Kv��!�,%+GA�H��A�����Ç#J�H��ŋ�kvn��0�I�_�x��	\���K����3n�M��@��9�/Va�%/�I�H6T�K�Aa&&�*P�CdT���U,�Ӄ�\�j4�<^c�l5�-���z���3��Z����Ԅ��u�+1���R\k�@�;�+��Cp�j���б$;v����_��y��U1pC�&c��'�E�Hxr��l��]��EQ�t�A�m`��
h����)}:�Ke�N�������L�˔�	~�A��+���l���_� sL1��K/1@9�`@�`�96�H����*����
=t��40�v��E;��u�.�蒋.��c�)q�@4�C?Ȑ]o��&?�S�K��#���
9��'�P�gQTF�����8��	X�78QǝX� dpI-~]HQ+� 3F����01��]��Ƥw�y"�D~�j�#.*a�+��J.`������o�@G����ӝD��b�@��wQ.�ȁ�����cQ��F��a
:�0�X��@����/��H��2N�!@jp�?�@��1��@�@�)Y�)��˓�*R�;���`�XiGܱ��!$,1A!��N2���fAl�J@A%0�h��!~���7��q��JC2P�~��r�*ᬲK��B�@�<i�(Rx�	�qH��m��y�@�+8&�VŀS�e��Z�&r����;��8�H�@rĽq�`��nh��4�]pB�2+�PlıuD��@
r�
�xb\�q�G,�C�<�,(D�2���%|t ��U�h4�#0�7g�7��)h�j���rE�������m\@B� ��1z��
��-���2�_�!�B�ȁV��)|3H�$���q=Ș���8�H�.��"6 ��7��9eGw8��.��Q'�ݕ�@��{i�<��A�@]B��0f�
nl���.hd#5��q�Ab�0��@�Rn� ��
Ž`L��6h�RT
G�P�>ZQB��C"��<b6T�� �ze�A<%�e�F�6��
n�Y3�q�!��%�G����`�*@/���d�
<��9X��k<a2�f1���0�8A
Yp�`  `B��M
�������?�!�t��F0P� ��P`�B�;%�F`
}H�%.��B��/s�g�a���sa�'���x�@��&�A
b�<P����Cl
�T�~a1����C�@\ ��Fc�F97�P��S"s�Zd�$�0�A�� �H4Na
�<����`�b��L�_�� �HA��V��FQ��&$4�xA��V�#�]ʁ5��BW��`����,e�T�K]FH��Q���&9�>�r�����HF3�A�U��w;�JR��p��N9FL��8l'�؅x�c��#��Sv��0	)
i�`*B>p<��'uG�p�i<G$�kt߈��*��X	�]4���{R]�� ���Q��W���pF��f ïTk�Sܵ� �-�HFM�b܅�.R�3�Q_p�+
s�/`<�x�#%<ȍVaz�8�Xi"�u(C�pn8z���x�H�c�4d,�H:��[�LE�Y,A���P�T9}��2�8d�13F�L���� ��d_ҕ����=�I�f�
�(=��h�����k*�� �ȩǜ9M�Rc�S�65A!�,%+EA�H��A��j����Ç#J�H��E�����^Ë C:��.����'�e�u�p��nW<�8+�2���`,s
=�p��q�`8��@vV\`�ӡ��gPW���6�g��^��۲Vy�p�:��լ7&d�!Ժ}*��)�T'R����Vzֻ�3�s�`���Z��e)�R��v��W�_�~�ԦK�>�j�K���䡱t��x�� #)`	�\�*�h�����QW�c����s�.]:�8qB	��;�b�W��S 9h��@�@D$0�Ʉ��H���. �4*�|�@�C9ܠ2����O}!���*s��
9�0 ��C=䠃40���Pa�C�UT�,È@���
�p��?���$tdEA��1ہt�'�0?�H�\p�D7(K��u���a}=��09I�8��L9����:�@�wP�qVJ@����CH���1���w�B0��1�@?�w�Q�wp"F�HĒk��N2��W_]t�0���hP�����F�:���+��g�	�l+��J8���0�4���q�C��QǷnhj
=*�@(����@��sL]2風@2���t��X�����'P�un	�
:��5��"9��JD�xr�|p� <����v��U����
��9̄�@�3+��S0��Jܡ�X	������@� �E�ېJ�T�0��0@AI?C4$�#,���=`Fu���"��[�2�G�T�G�
�0#p�� �p�?X����f�%	��E�����SI#�H�9X�H�������n8�Ї��,��&à�
,����0� �!�"ZIþX�U 	�+s��
2#�` 1��A|F�4��(H� LG<�P~@���:�;���� �B9��ot�_�K�v��Uc($����v�_�@4��i*�@�1	�F�`0T�
�\q=��D�4�
���!qA<�P
� �<a_�Ę

����LAf"�.��F9z�U�B�Hk��,<��0� ��� =ܗ�r���!9R���U�g����6�!�3\"���D�C�I(����#&�HL�qЀF�@C�[D�qy�#b/4�0`�\!W�P'l��
j�B���� @�	��	���_~�Vlm�h���X!x�B�S���l�qfHH�ZR)�~(cr9.��@�`x��40�W�P�½<�J�bA1��ݤ�"�rF1HWy�Z��4�щ̂�(�0�A	�z�r ��
B�+CA�ִ�1`��x�+�A
k8
fF`F��8C-j����,8��0ȑ�lX#�xUTF\�9&H�Z�����!��"0��� ��G"V��t�U	~����D5�C��J�����E�����,��G<�A\x��R�X����υ/���c�b�9QFN�6H]<c%M9��`�5�R��PGE��fń�!d�t��\ds����>�5�̃�Fl"]�=�
+�_Ajf����5�;��
��8�Q�@&QnS�"��.�3U�u,C
�`]�����0�vၟ����
��ُz|��@�/p�kN��
�b|��aIaޱc@�T��E�q�HQ��1��e�@c`P{y�3䡰��c��
s���`'���\�Rt�ū �ǟ�"����Y4_,’b����
�/*;i��CQ �q:�2{��%�X��Z�����
!�,'+AB�H��A���\Ȱ�Ç�A�H���Z���ϢǏ[�3wlپ�@�������p��%o�͇��b�KWa)o
%ퟲp>	&m��V��
�̩Ў�v�;8�U���
���W���-��X˳�K�pY~p)��n\���p�{X+�Ƴ�B�/�ă����p�#��s�z�Z��*a?h��M�i��*��!K�Q���K�
�;�͎�pх�NcB[�%ٱ���>}��9k�p�M��5[�,Y���a�P�
�&�Z�tZ0(4��9����>�<fQJ���O��D�Pa'(���S�.��fQ�儋G�#	��
ܐC@�xB�*�Ԓ�D�	Ԋ]���,AC9���
?��(�2�9�^�"O3Qme*��/
�d4̨���0���QCw��O,���p�����C:�\��40�2���oiďu�8��/�2�.�B�,�8��n��Fu�PG2A�O��JM�<��%l	
��bQ�k��N���V�@{��1����"fC���$�:��J�Fk
Ĕ}�#Z��s����T��C���x���놬N�x���R:��$�B��L9$�ʉ�S��p��:��@X��
�PK-
yY$,�0�a��'�B��C�(���\��Ƴ�r�"
��J�@Ċ_60��1��2L�I0�:�pD�3SqC�d��F��[��1�Y
9�aD�0�#�p�<�dXܱ���dP�?�Y*A����
0�öA�CfX‚)8�(w�Z{� |�eˀ�P)�t�0���x�A��$<����7��f`@�@�^��)�L/��N�B`p�h5�V�U.|���APĔX�G5�j� /^
$�XZAGP��؆6��V�'�`+6�G"���p(���a�0I�F2H��H\��@��
��b1��/��	��x!$f��M�j�
����AH��]��H�0�q
mh��=���u<7�@
1�AB
�~���/@@��K-�=��kNU�"N��$����vB�?(��|��"��@I�Fc���"���|���H��B���8��y(�,xH`�S)J��$0���0����4� L�@��M�˟��.�e�Dp�(�PXA Ҙ�+��t�@b`@B^p�K����3�a���mA@40�W��G,��r� @%�3�Zd�C�Q�8T�� E5�Q���(tZ���&L1�P�ᗃ�b�cw.������[�c/^��JRN
lY9~��$���Y�q�լ$*��H0�8�Z$��(�-���)i�HJ�#8��b��Mo��v,%c�P�q.���"ũ�>�e#E���q��8�"��NN8������k�"�U�17�ſ�!��-D8���H�R�w�I+�t�ڟ�i� �QH����'�X�2���
�
@.r��$����;���'H<�a_���M
}�r�`$#�0�}����)�	{�!�]tL'��-.���HlAƢ �#AyF3�5���&�GO�2�b0MY4ޓ�5����1���$�)1��T��U\�Bi�9��Fc ���h�|���5�{�q��մcT�E��,�#�G}ŋ����G=�Q��C�q4�A�fĂ#��1hb�T���	!�,%,@A�H�����*\Ȱ�Á��
���ŋ�͋'+!Ə 	&���׮^���������*�1�8� �.]t�
�,�Q��Z0V�VG�F�w.P��|�
P+��V�V1-h�W����\L�g[2P� P�q?֣W��υ�x�[��b�y��*�)lda���z�,�D�����5g�G��*�롮f{$hV`Ŝ#��S�P�]����e�͙�k�lyu�g�VYJ��?����'K^�x�ޱkg�x�t��3w̘1aˆ���]�p��nj���¸�9Vq�0�1@�0ÔB�.b)�NH��M0Aa��0�x ��G9���m��k<S�E��#�h�p�`���K1�"ajаs������	?���@����0�Z��vL�0��s�(C�G��	��7��7��Cd��.���D�	T�;�@8���+��@�Ô7�pC�:�����)��3�S�L��u0��@�7D���8
=HJ���#J<�	�[=�0c�U�)z*�H�(u��Eu��4��	�0L3��d�?������L38L*)w�Q�ԁ�94 �'�=EX<g���@��20���KC��@����u\,�t!e<�g„�CBP�&�xR0�BN%4�48A�[{�u�@
���3��0����1Pb�A�S	����1P\D+���E{Pp1@1��H�7�p����\�p$p�s���.k-T�&t�0�P���-
��w�5���ԳA���P9nS2�'���B2���:�pCG܁��?�
08T��c�B�0��@W��9�`��u�E�o�aF�뀀�d�YA��r����K7�|�4ѵ�0L�J@��U���q�4��DȐ�.�2��Q��F�#���
xD
��/y��D�[�6B$.TI]�m`���/��Q���2�F�XB
���t�/J��Q!���0`�@�
��op�݈����
$v DJ�R"���ԣ+"�kҡ�]�e ���$��v�@�5(��"�7�11=P�� ������@�s�=|�\p��PD$'�։_�w��$D���AXA�@ ��@�P�"D!

@H@�*A+@������dYu����4��Yh�=��
�4�=R��Z��4cA*�<D��x�)��M8"Y��0�J�C(�pҏ���j�(G)�a�[X#�FM�(��1�8!	��#��EL���n���r�Çp80�<[0�[��?j1�_�g!�0�L���� ��d��KLq�������2��+���~�4��ԃg�aAl#v��té�>֡�`E>��IBz*��� ��sB�t#�/
/J��V�$]a�2�񋇭B�J:6�t��#�@[��`��%�0<�q��.�(Fr�?��C�-��>�K��b��.���K��K��x�#5������
t����L�����jm	1���_�-�lЋ��(U.t��u7���M֧> �a	�����+����$L7���p�'\�D6Ót �gE8��~�"K:�PtQ�`I��8G1���}�KB�/�B��HH\���de��%�p�yCrڜHDyՕ	2衑�8)�(������$	9�����y����`��e����3�!�,%-@A�H������A�G���#J��_��(j��1@�Z��5{��_Ǔ(-��`Ue(cr��.�8]�r�C'�gD�����UЙϣk���������jͧy@V�j��-�� �f^��2���AV���/@<^��
̤ù���.`����;���H=,��>_��Z���ɿ>�X`/Ea��W4A�a��ٯչRn%�*u.?��c�
vL���u\�zus�`�͛gj����͎�.+��x�3f��1aň	��/_�z�
�.cL~�е�kժq��R
,����(��յ�_��c�w�39��L9��!+����@D	�`=���3��Q.{1bD`0�r�R+����6��u���2�p��.B  �` �0K��..}��>�(Z�쳎9I�,�lҁ
�@CА��'���#���2���
�,G&��/zr�� i=��4<0����ZvGX����Kf�
p�D�����U�ぺ���ɢ�1�vy���RL�
=PKC�7P{`C9�l9�d.�K�.�zP^��+y��'@���p�\pAŴ���{�*�2���w�ba9�r�0p��:P�u��k81�0`B�����@J�ËS8%b@!�&�9*���?�Jw��t!qC?L#�$��AWM�
9R��L)��Q�"����A�P
F�U3+�!���B�
#�0�D[��G����"��4����-a�YЄ�>4bs0X����8���T4�m�dR<�4��10�g.����0Ǵ��4�K���? �@��A��SZt��-�8��B��]iH�Q�p`r:(�@(=�X�H�.�4`��8P7��
n��&�X,�1����75�*= ������.100n�(Eø�&)���Ԑ��Yn 4��㹇t�,	]i@�Bl\C�ȅ/�S�#h��,�a
fpZ�R$�"#�y�C�QV���8%T 	�\� �U��& �>�#��D��t�%'��w��`Oh6P w��0�Q�R�ґw�bq��5'Q�A��n�>>j�h�Z����!�8D�V�����4\@��`V��/���h<N�񋃠�lB{�4�!�t"T2�	.5+��x*�"{�x� �8�bp�h�������4��8@%�"�HcL�>��n�E6F*
rl��d�\�L�x�>QR�g��D]!0�" q`@@04�"5X4��2")l���d=���@����'&�iYn:�q�#�0G&(�R���@G�6��r��Q΢`��X&#���Zp�QKQ�E0�B�w�C���T���{5U:�q.�dfF�
RZ1x�cl9<�3
tc2\Qb��s��Ba�9v�A3���P�0X�����Ta�F�qe�c�)�PŠ��3��,�T�|Gʝ�G�Q ����H3΅����g2~aVAR�Y�aD�x���w�빿����Ev��O�01юMǑ�kI6��M�B���I)�X1ꋋ]h8�j�q��7j7���q
5�v,C
�T)#��>�M�1�Q��@���<�!���s=q�����K�8�0��SR�g<�4	�/�hly"���b�_h�9l,)�,$C������qa���y"�8��?�9"�a�2��C4�u����H�9 !�,%-AA�H��A��j��w��Ç#�7��ċ3��^��(jI��V��5{F��F����
�KW3�8%�k��/V�Vh����~��
��X��J�Ǯ���G��2p�
�]�uj��Y�ocْ!�9��?hoI�\���ܛy_n$���.\����Q�~��b,�k�e`#�B���H�S7
CQתw���pD��(B��=ڶ��M/u˝�^� ��㭐+O�<�?z���#1׸e͘1kƽ{�t�7�c2d���b\������`/P�*b�F&�7���)5.���.�`����*�Du�?1��0�@)�p�!{��PPUy@m(T�3�C�C���0�c�01�2�uZW�t�4sBXU��)�$L�a4c#_�CP���0�pb{=X��@
���1�@�/�J.�8C �u %嬲�
� .��fPr)�i���FÈ@
� 2����0�m��P��R^�(�8�Є�A<�h�P@�	?�C�@�@��u���d8�I�3�0�ʣ
��!�
��@�
�@7��
�0���,��@#\D2�X。����
:�C7ܐ�? ���ul�@�%0��a
6��@�t0@
@�K0QD�l#Y��ʗ1$�/�@D .6p@�*�2LhP2�Q�QGu��9q6���.�#fC.�.����(
��U62�nQ���n��Q��rP�KP��3�Ar F9��hc���
|0u���Q0"8�pĆDa;i�k*�p0E?�a�&�m4Pѹ�nt54�1,�{И����`DÔ��ˎ�Ӹ���E翿!Pf�
�:C>ex脥�@��	,�r��6��E�!�p`[?�A�5�/jhY0�c�dByG0����z�6��
T�b_�����ϵ�\0ؿ�}؂!�s�<�R��h G7���n����P��nkh�������A+j1��\�<��E8t�8�x#MhD	
�@�X�p�ށB
��*#�P<F#��C-�
�@�p�:��V�;���VP(���S��@k F���'E�@�,���d�}FB@��X����0�t�MWx��+���ǜ�#$�0�
����NVp8��Ϝ漁���}X�(��:��Mr������B�L��$�	�$	#�7�	�XQ`�"��G �jW�,�[����_N��&�h(�X�
�	�@2�D,$"�XF/J�O�dL�x����7
c#�S� � !�`F�r�''�i�󓃔���
@�(�
�Ї2�5�U�BR��3��d�dlՏ���x`px`a�b�E:�$!��c�3�q�^�Ë��Jt(,�t�}C���˘�az!����E��J*�^�ȃ�a1́�X<ïhE:�:a�H-A�.�ؐ�tb#�
f�#_��R].��=�b>*�@�bU�JD��C�~8�x��D�U$'cRq	��l
�H kя$��&
/�‚�$�4�wKQ�g|fb�H2z���׾puIo�����^r�1�H�0�.| �!�3.1�.��_��,�-H<�a���;ĉEdr�m���ZD���Z���HEL�dDxQ���)�����=
�/J4f��.6m&�,~��I&�F��b�d�Q��]�Xȃ��޳?T��D  !�,&.@B�H�����!\Ȱ�C�
�{H����Z�k��Ǐ��'o^��@�t�0�:a�|����&Cz���
`��l
-��X]�
��?x�跴fFt�x$��Ǔ��[�,�<��c�����~�y\ۃ��;)�b+~��b6�/K����b8�W�†�B��!�ƺF6V�V�̀�����Qk���.VW����`=��p�e�ױZ��у|x?h��%�/�V�`Wܵ*����c����y�����З2e��5K�n;g�œ�o��))v��Qت]��[o��[!��.����/nj�g��C\B��sTC��2.~��.$��K.��28�<��A�aO:�C�*��#+:� CZ%�@��3\�ţ�9���SC ��*���K����B!
��F���L1#��.�(؉�C���g�8�xuF	TK?a9��1���b.j>K.��I#�4�	0�i�����A ��RAЊ36ҹ+�4�A�#
�t��L���������/���NG�������
+���t{`�p`A�*@���1��[0�R��1\����#�0��)0P�2�@�@考��`0%��j'u���@{E^AR�R%_�E#�H9�$�B:��
:�D"��t�0R������"A�<�
9P�����0L�
@� P7@-�,��G9<�/��|�:�-v�8� 
�
���8�
���� �v�p2U3��(�Q��/�v:�B��+B��!�堘K9]0M� �f��G��?���0>��K\)����L,��0����VJ9b�A�xa�uT(瀷l����4|B�,�펂�D���
9���k��Fkp��7��b�'�J9�O=�3���R7���O�?H�
���7��x��=��MyH?Z�d��G��6��
D@D�
�P��
�c��p2�`	��/V>�5��@���n\���~���a��|�@ާ�&���3���Q�2��7z��h s4�Ba�@�!N�A~@�+&lC��S�qp�h H�0*!VQyl|`c�4Рh��Y&��e� �������a�@��`���A��C$��bd'T�� ����p�t����c�#6�`<ld��p+_Ԛ�,x�N(��p
�cB+9�2~RX|"X��H�*ޠ�ʻ4�2dg���M̑����BQ@
8͹�͠�A@�_0C-+�
�9���M��J^��S��?�8~�Ú��N����?iB�?�	f�h �j�M�юt,��KѸ�"��(pD/W�q��)�\I+�v0���'�0W@@@0!�S]�E)���k!�@G)x1�L��pY��@��� ��>A2��`�3��f��0�>�a9�]H(!��G/�$�]���@�2V+\����qp�t�\08���<W�䃗u�#����&3:��S�!�݈���]׎��T�(J�%A|!�~�bH�XA������ˣ�H���Z����C�Ћ�ց^�DYZ�6�����?�%+�����pH�@�tċ�
�k���G���Y�C�G0����D8a�9|�� �7��G=�fd�N��L�P[Y4Cr�Q{A�t�G���/�1�5�8i�2�a��Z�"�Jִ�ṣ�<�K=6�]_h�%�*!�p���x�N3�
���fs�z^IG��㈘�	!�,&0A@�H��A��&<Ȱ�Ç,�6�_ċ#&��꟩x�2�Ypc��|��L�E�0/v4.���-���`��x3@�q�A��Ta�~�Ε�%pծUƚjuYk����t�RW��֞х�U�U�`gy�$f��8]��)�K��:�u��%k'߈?)WԠ�d@g�7��A���I�H��9p�f��վ^Y�Eڡ��C�	���Z��᾽1.Ga�/�`��a����[6#/yɡу�O:E�'փ�П��t������ӣ��Ih��Gr�/a��)c��ݻx���^�5�A�9�L2pŴ�@�<(/�c2�,�Na��R?
4�;�$S�/�D��2�Q�"�.��(.�8*���R�3�:���@��2^C���x4eK�+���K��cP<��}�e#�����G��K..��P.W1S=��0�����
&(*���'�=�.���<��C����
�eR	�0��i9��2N9�Bh9����.�4C�@�P�*�c�@�4L#`�CF��0�"����V%QX��KH���8���%�PJ�{� �K�bt�F1�#�iWXG���"�C�n"�Ё�lC4@4��0��tZ�Q,A�	j�B�A��C	�d�A��?�@3?�`���(��Ä�,I��y݋29^&^PR�0�0�9ԃ@7�p�:q�1�.��m�����A�έ
#{�-%�pY���
4��u:�d��M.���w�cP��pX$�>	�	����?��XD��
�{-�`�M����h�Q�N�ɹ	%T�Bhx�7D�FuDo��'�L��mV^�@�6O��ʖ�0�h��2�pC�XD������=(��ܢ�`�%s
��3~ѐm BB�np�:��y��lրl�P+‹/���O�`�/�P�x�\��,X�:`�����a�J5�x�S�`���e A�R�ę��o��@�X�"@����Ci<�̔t�D�-k\���8��8�8 �8K0�*NL�7 h`	$�5'@�P����xV��'�X$K����M�\��@��
(%����)�!Ɗ��	@���='`k��6��T(
7[9��JQ�
r�����w$? ��
 1c�a
E�"2�0@�r��9�	G��@�	���H�0�a��4�8N��D
�k
@h���?h@Ȱ�e�0J���V�X0�� �:)?+�M5�&P�c��&7�E<�я����@�h@�x-q��
/I�F��MO�᥂�*��p��g4�@`��MN ��9�Ҕc���А3�
��A�8@p@��Ş%��#MF�&7^����e.�`�D9.Ր^�C�0�G0�2��@U%�зl�Z�*�N�����}Ȕ&����&�"VxF<TP�!xY�^xR�2������+�0�*�h3���1TZ�,$	a���ы�y��@#�M� b!��yҢ��;$����2@�U���[J=�+�v�/a��loՌ;�T$�@�.��e��!�Hɓ�5%�|&�9�ªC3��@䱌_�hF��e������E3>����*><��E4�.α�{��"��:�!V�b�$AǓr�ֶf$�}G2����t�)��Ƈ���6SW��qs!�,&/BA�H�����A�G�Ç#J�H���z�)[�΢Ǐ[+�k��e SV�Wk�]�v�
�.4�8���+���V�/�Q���KN�8����zG�h����)P�ϟȬ^
�������%u�3�bU�z��`]V�J����RcMFe�K߾����P���/��ec�Ru��/2E�֡��Y�~�!b�',\.�l�+�Zu:�?��vX+@=b�!��,l������
�kPud��[M!����zJQW�b���E[lvg��%;��u'�Օlݻy��v�0�3v�,��1��.����4�e��3���[B��1?��aI^���.?�KZ��"1�,�<���
B�Nf�蒋�R�%��)���Au�a25]xZ͔""��DPI��RO ��i)uNS@���@��+d�9�*������R曍1�/�`U�2�0�eA*S�0�T
9�&+���V
�(��
tѣU��
0�0"�|C(%`��A�`������0��!bP2�T��]:��@+�p�P)�8�0�{Q� @�2 �'����k�ĘWoe��R脃+�8"�qPR�0k�2�C4��t챉'����TP�ԓ!��.�nA�vp�(Ð�� B?qC9��4p ���9�@%��PaTK��(����à�
<@9T���pC�)0Ө���8���8h���*�$��E��@���*I���A�[�p
:�pC?d���:�*>!
L�t��Az�)S�Iej.���:�|�NpaQ1P@��h��7����@�-�Np##7| օ2��
G�qG�ߡF4��@6p�iI�H$�?��TT�#��:k�������7�*l�́��[���q�ߙd$c�zp�p��{C�0�5ae�0�
`܎ �Z�D�'�8%��g57���CFG��g<R.D#,�4�(��X�0��DP���@A�ԁ4@��r��+>sFt<"�~X�FG���}4H��Q���.������I�� �� �4�
N�����M<�D��E<���h��`N@���ѐ�|"G���1*�${ht�b��4ಭ�{P3rt?p���UC4"4�R�є\�2��@FG5��Q��6�T��X��Ăs�	�q@T��`pGpYEG@͐�~��=����s�p@uXH����xzS�u���J�a��'�`�A�PF����"�	���Ƀ`D�$�B�y�@��`���k�n�f���s@�E��(�e����I�#����V��V�&'�P��3[`d8�0��Y	��2�����+�P�SSRv�d�2�ьX�CEp�@%8�7|�
pX� ?�NnҮ�5��1�aD��P�/vuE���� �FxpRsb	!�BA)��R��QB�*~��H��9t�b�0�LD�A��$��h��3�n� �I>�]�c�i;����(��O+2f�""�i��p�,B.-1F,�F���C\a�@�#X�~�L…L��#���c�@V3`�ï�…1j�z@���`E��`/ʅ&d�8%J�X�c�7X^ԓw!��jM�(1N�!_��Ƣu�Cʃ^��
�	���MhZ��R �e�#������4[�<�!�xF���djh���qs�A#$ !�,'.A@�H�����!\Ȱ�Æ�j��'��Ë3��L�xC�h1^�p���R��ȗ���,]��܉����7TW�e��\:�)_�v��j�*bL���W/YT��t�b�^֝�ޭ*��&��0��'l�.�b{ɂ�����F]լ%ߌfe�µ0�8arc���\����L�E�d��*YY��v�!U]���f8/���
�VzX�B�������bY�i<v�!Q��(\:o_�g���J���sȎ��
�C��9uR��d�~��k\ʔ�­B�ҼCǸ�"�\I��,�l��.�UU,�8�YHW%�<!q�/a�����ND�����4$Lk�	�@�@)7�X�B�9�Z�!��;����?���P "�ʓ���0�T	L�0�P.S
��8���;f�Z2��+�C�0�4R���'�\��A{"���R�@�P�<�t�dà����сTJ)682�8}b	�c��2�AR�N,I�U$<j"�
9�H�q��J@"���@����#�p��#E[ճ΢���
Tʁ?���?�p�t@	9{�CD %Ìz���S`���
3�4��aC`��
=|�7q\@IRp�
B��r4ʐU�
�,W�|5�c��:��C�@�@����1S�0��%��;�]�0�SA����1��"�Z��
�2�4q����?h����.���'��.7)kE?A��T�.���+�@o�Q�X��@4�����L.��"�#W��i�"�t<�\V޾����G^���a��b��
7�t3����C��Og�v@
����^8+�,1�
6�`�M�$U/�D�P��`I%T}�4Da����F���@`�6�3�41)�MC"#�e��Ѐ����1� u�
z�� ���E7��
�ed2�����!�{�@040~���@�L
8�($����c.Q�D���@
X͆�+�A�����*�q�/�0��MF�b�e�
�����!o`Y�d@���5�
/�ž��&�0
T�5"��q�
V��@
�`ŗC�$<�K1���[���:�A~�{b�0�F��F��1ķv��0@��5'`N@��pĠQ!b�]�!�0��(�TH�	�e9pb��@��@��ta f�-Ep�-.O�A�2��a���}|�/zs)�P������,@���4�0਋`4�����R��g|@4��mu�����]���jJ:�Q�y��2J�,�q�L� 	d�j��B����Di�PF��ʝD����-��T
����	x�bϐKD����c���3��v�c@@��.6A
�HfXD����9���z�)�c��E/�Q�c$c�V1@��qJ,�ȡ���4G,Ǩ=:7�n���fJ�J�c�@k�S�����˄hT���d�����r6]�mJ��:�^�h*��0H+�8�A���@P���oYE�ⴅ��^/Q�2h� ��	Tc�p�p!���j^��y/��E2ڡ��
��t,�1Q���4�`�P�e���PN$�v���;�A�>D!�H,v��c}�̑��[W��өn�����"#��t�ʐw�CK8���P�83��W�����
/Vq���P�,=~B('D.�	.��pLw,�0)R�\X�0�87�<̬��=��I3�1��&.���Y�h�!�,(-AA�H���������Ç#B�'��ŋ��n��0�9�_2]�t�bG�e��@��p���粧�Q�X�ZUS�2�H	�Y�.�Nq	[�i�V���廪>y��5�ป�A���

]E�m˵���K.���J�.X��Q\���Zo���k�����j]����U���p�Ԇ����*_���cH�'D���RW/�K�)R�gj��}��W�a]��h���uaˆ���/_�z�*+�b/Y�|�l�.�{��߿�jh�V$�o�f߾5�i���
+��Ri��$�p�E��a5'|�肊��S�����s��;�a��S�U�A��29��!�q8�K9pITV8��rL3�XO�9T�0��1�@)H@���.�‹0ˬ��Cj��L8�X@"���Ly��XhZ�� Q�@dH��O1=�J9R@�@�):��b�dA��@�0��ZA��"O�
��0F@@
?���ì:�
\�� 0L��NV%}�
;I
T
�@�:ܠ
9��C=�@�PJ�H�b�AI9�F[p@S�L��BH+k���7�C�@�@y�B�nN	���.B���m�
2^
��@m�N��Fo�Ĭ=����
@�%����iPP�YPzj��0{`��7`q�o����	01*��G9��]��Q���(�G>k�)�w��r&�a�
-�@#���0Ô����t`CD�|uU��s�z�PC�\k0��8�2�.[)��&/tV�\����l2����'���@w8��?L0�&}yɍ6�l�
\X�z�G��T-�p"�r�F���!PQ�@p���7mS�C�dU�G�ӊ$J��C�\ԍ�@�;�r:Q�/��F󾑦���%��~.���ZN�A�@�k��
<!�\��b�GK60�i�\�C�7�
`?�N0�!l!JF(��e���?Cپ����D��&�*"�9H8z��a$���&ž��Q����C�S*� d��
�G���@���@n@���jV90�B�0�u5�UZ�;@:�@���Y���4� &�#C>[E/�!����0&���j�XD����rѫ��n�	E���\� �-s@�����5��
`�,(y
/Vь� ��xGxz��X�2 �D�7A�C#]�\�+�"�XLRL!Y�#v�@�X+6�l�'Q⒡U�HUN@ka��� p���%�,�A)ynҋt{�A�c����}0����p�hP��d����G�z2�`���	1�Q��2S�>Sʗ�����c֡ǘ�'̊hJ��=������
a��w5E2�⠻�#/��ˀ3™�4�	�Jɂ�4� �.��ő�>D�K��J��.�Y	<�����7A�@��U\�	H�0;�Q1.�˫d	�^��s����Alk�b�=�Z�/�T�4��	=j����S2��2��X�,$�0Gn�u��%점@`1�^�#�0TR��V�öIGt�d�#Uz)F3�Q~��G`�6��%�#�H���^�ʀ�|1�_��ƈ[�K�!��GϠ�?j��$��n;�2�p�������a��� �YG�'����X$�@�_�q� e�#�<�1d u5-�GH�g��X��-e�!�,(-AA�H������
�Ç#F�'��ŋ�5L'̗0f�0�)�b�pW�KF�eņ�vؕK�q�4�܉���U���
]<�
�`�*���
WL�R���28�՝H��Z�.\�j1��B]�tc���qz�I�^��Jw��Ūw�ch�bЈ�d�M��?z�/g�l�q;\q�TW�_c�c+�u˓޿y�޽�G޳۷��7��E���M&��ٯUpu!:/Q�{��j�ծUY[B��.�͛�Ɓ��
V.r��
,��Rñ��TdȪ��X
}>_��3L)m5VH�a��/�wS��2�'R\ n��P�h� ��>�֙D��A��#G`�	,� � 9�I��/椃�@���?ʄC�@�
���W^ɂ�@���^��rL3��dA��LA1
!�2���
=ܠ�:��F���j�	��.�0��C���h�(
��C7�@C�=䐃9(��0��ehc��d1˼��A����L)�X�ǜ��@�GD�D4�C,�0p� *j�.A�B�Q��O=�<��p�
G�QǸj��@?��H{�
�J.!~Y0A�d,U��>�����o��Fk����I	H!h�#
#\0��L����v�c��⩆�
�Q07|�]�
.�4r@#��A�A*D[�=��:�iG,u��ѧ�4�9�!'�
P�^9����a�rP=��r�L-���@D�Ct�^x��*�X��(D4�/��rP("�y��	�@o�u�䠒�*��0���?����ROpD48�����:������.���M7���ǐ��:AN��ݩ�T����	@!(����7�`s�5�#z���9~�
��wpYƅ����U�b_R�6��dyz���5D!Xz�0_�"�H'Tt��`�AdBgX��R=@|8��h�=�H�B�Q�H���Zg���!Y!��Sw�N��'̡s�
�7D&Py�0����ȧ>%>���3)8y(F<�渋@.@��5=݀,0@�B�@� �=�gie����P#\io
��6I<LcҘF �P�K	Fv���ma�n ���^1�WP3���{�5���I?R��=�LP�٣�֨�<oa
p�<�2�2����g�cv�A����(�0��y͋T���)����I�A:�B��0p�@���;`2H||�Ť���HE+��D 68�rF�>��n(�X�R��t,#�0�0��r���x��O�n+I
Rf��R�9��0(!X k9 �!���R��;i�1Ʊ1�.�0PTWՃP�D,�G=Ri��0=ݏZw�MX�E+�Y�1��Rp���h������B�k�Lj�N
y�9BBX�#9y�c�tt��(\��*~�v �
��X�b/�	���`�!p�˳�ӊ��c,�%��Z��X���L��l?(�
�P� j
�1,�s�#(bH8�����2MLQ:x��C���p�Kd᢭����Ge�$��C��z�"�d��x�}3����
�EgRZ�\w'���dZ�&�����7��Y@�4K�H}l�p����	��Œ6Y��QGPT�
c,��A&�2����F�'M�0���ry'LI@!�,(,@A�H�����P���Ç���0�ŋ�1C��Ǐ����9�(1�
�LW^�v�Z�_ʛ�8.W�_�j�jYA���#�4@3\s�ZE�^ӔK�B�K�U�5�q͵��?�_?�D�jתf5�~��Xhr3�z�җ��y%�P*.v�����9��t%#js�z�1ײ���R����H,�ح[��ٻQϞ铵o߼B��*+x7��[�kd�q�X�#G	�8�~V�E���|�J�V����ۃ��\��Gc8��-�0J1P��	�A%øgQ.��"O=xy��Q�R0@��!4p��c`D�eZ\��?Ʉ�}r���
7��t�`���1��#�g�#Z)�4�^
?�p�7Hi� �0�Y��*���,1VPb�,��wp7��T栃�4�@)?y�@����:��XA��R�0R�A�4��o��D�G9�x��K��:�4��?�r7��p�k�Aiu��?��ð�KO�J.��DR��b�:��O(��!�`���a�Uƚ�"NՐr���Ո�:�/��c�P- �48q���KĔ�����0�8�G#���C��'A�8`@=��޺���(%��]w�2p����,�Bq�08n�/��{g�0���oÈ
r�G���weWP"�B�q����*C���*��7�P0�G_���&
��R��yC���Q��	��0�*#���RNېO
ĵ?P	�u�z8V�@��&����@�x�9��!D��-�P�Ѐ�R����v��h�1L.?4�.�l�
7.�3�C��)��@<
GD���N���N�!���ۨЇ�@�l�{C��BV�@Id7
pt��@x� �`�c��V�` ��!7��^�� �@"��	� �t��Paw ���u4c��G�b�	u�B��A�c<"+yH�/	�N�k�f�C�+�D*`�K�A�x*�
.�	�N@L�J?x`
O�?L�
@(@� ��,��%�ȇJ8G�*C��aH�a���@@h0�U�]@EKi�E��
B8@ ����`~D/Hc��8�� �(E0�!�A��XBң��@@p-�����:_�az��I�qhX�"+�'�@�LA
F�F0&l�� �)N1�S�����B�В+RA�@�F�)�*�1\xC�FIaς�E�7�G+jъ9 BhS�`*��"f(��CN�\&�h3lpH��#	��H���9�(�X�2�����R`O�����c!)��1�A�a�b�(�Ò�F�\//�J<�Q�&T�#�E�bV}��x�.
�4�E�]��C;����#�h�A�����b��QRBV-��G�l��#�uH�vf��B^E
�:�RBѬ��`<�a
�H� >�E<N����EK��KJ�c0�,�Pn�t=�(�%g��>�B3X�f*�0F3⑨�u%X�g����D$Ym��$�@�+Œ@�xxE*	�e=�
gC��E{�z�T�$�E�:Њ4]ƿV��C�"����f���3v��e)"��?n���NqD*�X��0�1J|1a�&B�>���tT8�A�@���>9"!�,(,AA�H�����P���Ç!�[�_ċ3�2���� C�`]���K`�ȗ���*+]���y�V�z���NY~<��Ȳ �A�J%���8\���*�bXw�JW�kז
��
g.4�/�9��"\�����׻�U}�*\ީ�����V�V[�*8Q�/���2�ܳ�@c5!>�/)4��ؽ��O�(��r��-��]�+�:�<e�	�0�<�sɔ�}Q��`*�
ְF�!��"�l.����	s�*^��A� 7�2(���FU�O�B#ɝD:`��
@� �ėKF���L�Rv��	�@D�4�@��HQN)�,�Q1��)�� �搃QqC�:�'@���F)���1�p��4�$j�qGXT�8�.ԁ�K/�Ē�@6���#n��Ƣu81%�`D9�\�o�@8����@.!t	
��
f�QG�n���=��@lB*x�T�S@
�΃MVL�pĢȾQ�A������
,��"$J#��.�#�_��2�p�w���������ȝ��J��3L9�PJC������7�@�*+Pf<
���0�"�0��a�
F�̭��@���w8��y
�#ܙ�@�z�~ �A#��PU�8f+P�
�"+������ð��A` *���T�DF�2�=ܐ�w�qč��0@��1@?�
9�8���#J1\tX���p�9��*�{���u�TBN��U\|�l�t����4����D��c�'�#�(�L�A5��*�<E	#�_4YHe7h�!
�ա� �b��袾.��_�*�\s�6���A��K,��|�A^V��@H�$�p?L`9�����p�P�5�^�`����$s/�!Cb��"�c#�(�98ш	~�۠��V��=d8����20�N��C��`�$�Vt���؀��!�0�C #�l�Sc��E⎆h�"4
��	]�BJ�@�_��`�?_��L
��$(���`	EL��$�P� G= ��A]��$�Z�B�P
@=ʙ�R��(��nHBPLxp�2���� ����(���D"l��$�2i�ND� ��@P ��di�V2b�z�c�1����0@
B��ra
jDc}�4!��5���<C�Dh��0�ׯ;�)֨�-n��\��ga�Q�Bz@���]@�{���
.�1��#S�BȈT:���R0`� � ���gx�%�;؁�`�b� �&�*�Lĝ�U�B �bA9�z��(ﰋH�Qv�b}#z.�dV��/y��H̡X<u O���X������/��]�"��,L,���JV 
�"�]�&oIF8XK�����$�0F3�qL=�DY�(F�Ӕ�((Q
�/��Yt�rN��AxQ$��e���I��v���?ZZU_�D/�(}^�c ��؅1�/B;z͎<�2���"�P�/���Z��-���zA����� %�Ei�œ/ڗ �Ű@&�?_ %�I5c���3�&.�A�#�F)�J�&���f�\�	��KS�]�Bȣ-�0xCg��4H��(�e�@��;1D!�,&+AA�H�������/�Ç#J�H�b�}����ϢǏ�Z��W3�(#B�l\]�ƭZW�^ʛe��V�b8�JP._�	
z����h�e:���-��*HV�*�jqޯ����W�*ى��ҥ�l�V[�z���.pM�����a,���	�V��?;5$H��ͿZ���c����.y=��f!h����(�@񮈻V]u�o�3�-��D�64S��<Y�܎�+@2�蘨>Q��
:�p�cX)]�>S�NL6�Z��P@�:r�� �r���Ku�@.�L�Q=�1���@C7��?�@y��d�\'}TO(��}�q�w��ðb�G�)��D����qCG���f�'0�z�3�4D�`J���pDu�1$�� �kr��G���:]ݘP�l���	Y�]�^D� c�G��2	>���HCyzYGG|	h�a%1~4L�R3��`i�B���kt�9�7@0��2�S�U� �`1(	�@��NZ�����A�@4BX��0���A���/ʼ3�^v��cоqgu�A��=�����B�0�x"�0�y�$���@g\�9P��i��#�p�
�Ș+�l"0��$�@� ���#�w���Q��!`�� ���	���a�@anD�Tه�@�\4~:���"�"n�$+g$��c�8F�0�>���^��@��@�?�p��D$y�$~��$0��.��.���K9��@p�@?�w)0�!�b� �A��3cA���J��2��A���L"@
t� P9H�`�"��=�!���
7�|�R)���p^$"���G������"����B V���H�5�1���@��ʻ0�H=��p��P�!���(�1>��
�X/�QeL)Y �d`��9(���GBC��?�f8q���0�n�O=�sI1ܕ�V�@0�Z3
���8�"q��!Md@�$
��D ����
t�e�����5�
@��?��P�"�	����J��H!&�IAva�b,�7��^1�%0J Bf�hq���`�` �#�^0C)Ȋ^��Z8`{�Fp�?pA �1�LCx��!��KwLjGlb�PT���1ʱ�D@_�(a��S����4�щ@ ���A|����2x��ل�d�(���[���<)4�	�ŭ ��H?؉��� @6�X��\��8��
��B*ԉ�f��|�B��	r�.�j.ȥ;\��(�IKAR*v�"0����]��= ��<��\�s�CE�N
�^��J(QG���,���1�U��%(G��@��\�!X��/�鑕,�tEL�ZX��«E�B���C��9�؄�iK0f��ݨ+�8F3FS�u���h=Ґ����٫0��S�á���Y �b��#��͞�[f<��\�	3W��]0F=��XL7��>Z[�6��!�A�q݊�&�p3m�~Ԣ�
32�Q�`/N$<�X�X2����2F�?	�`$$5y�GL���$!VqB����¤:�1H<�R(á:�H��d�ͨ�b��2�&�XI��,��!�,$+EA�H����B��^‡#J�H��E��ΙC'��� C
�'P��R�މ\yQe�]/�M��~d�k��@'���Y��A�"�iNiR�q�֯�S��V!4����V`�m�_y���eԡ�P�F,VdN���D�K$�ӛ�)ĵ���Z/�)y��r2�
�VVς���@��4t�8A@������G�ݸ\�"�j��D�~c8��3U0^ډ�fI֎�@rh� �P��L��c��2)1W�`��T`@
"�o��Ap>���*&�DO�P�
��
��w�@7!��.�W�.l�Hp�1��pf�qDw=�pP�S
Kx1Rc  ��qQǐut�
@#䰒[H�P?nM�!X�C4Y�o�
?h'@��J��Έ4M`wo�gf�P
��C_�Ӥ{!��2.-fVD�ߊw�Qdo���~���H|�H�^�Kg�RL3��B�I��e�`F{ �v�	��%X@x�h.� �K2�<�p�_���F�X�����"�� 
t�������]8��L<�$Yh@�~V��@od��p�"��aqF9�>40��dA����1��(\Wp~���wDqC�,4��<�B��H�	
��#r0�I9���]Z��N�d��	��Y�Xܠ�x�� X?rB{qB{D�$pF������O��~?�p\��~:���2HŠ�a���]�0|��|�aC��J��@V%�e�9����@�Ѐ\<"�!��$N ���#P�F�0�tmD9�E��C?���Dp0�	/2� =���|m���I(��M~oH��Aމ �~�nH��H���*�G�p�D�@4��`<�A�X�!
�T�.ڵnlc�H.�!�t���  ���,�\ޠ�A��o$� �=�CR��*p��\����"�<� ��S& �g,8Da&�ĬH�:�_�� �/4�nh#��V�^�C �B�@Ґ�a)IȂ��G<�o��Z�0���ǔ��S�`�p/����ǠW����
HPAibȠ
f��$�CX��@�4�l�1�$�X#Az_��"z�ElB!��$P8'��IHA��$���� BƑ�T�J��'��e0F`�d���x(a�@X�@��IX��h�&/���	�D9ʡ`q0
���@�"��4�
$���Ar�]��*Ј#H@؊!�0R����r��՘Ff�W|�B؄JbM����?�tJ��*X��ax�� )�a
oX�!�X?�sS����� ��B@�	�*n�ӊ
��/H"S�䤧��-Y\�ñ8L.|!�v#�X�.Jq��=$h��lb�X��k��8�r��71F�r����U6��?�!�*��(lH�r�RD0"0�D:Sܮ���Nz��d�k ʍ�1�g��l���dĂϑ�]t�}�"m���/���w�F �D`�%7�/��]C�p�^�b��V"���M`��p�c�0G:�L�,D�V��?&G݄�b�M3���v��^	y�fbr���)�1=b�Ї��#�8�f����Ĺ��N���w%��,B�Yۛ�/�
�:��W/�X���t�"��S����c,&	'�,��(�qȘ'!�,"+G?�H����
���Z‡#J�8o�ŋ
��K��2��p8s$S��%0��\�s��&DYw
�`Y6�b4&���d��R�뵚2#�U:
����'�PU	���/�����}��J�);[�H��"��t�zx�k�KC
0��K��*���B۲I��$p�^��|��ͱO
��A��'lh�,ЂJ%�ZլvͶO�DǍǁp��^���j���,ˉ�N(3������!����-C�.ֻQ�ֱ�Q'�uE��4@��9耜����*��2.��B�D���o)�@
�%wD��� E9���XcL(�.��ԖL^�X�Q�:�	���0�<L���Hc� @ܠw��#4�p@@�貊J���m�@��o����eN��0��%�8��@
��Y]p�:XY���F�?�@�,��05��i���48�hu�ʣ���$o��%��gJ���>A��)`o�Q��r���a�$N��#��H�rNW�$	�G�B*�R���"�#�ap`܊�.���<�4Vp@�
nޱFn�aF�� @��q�!~0��qmD���R�b�3�D�@ wD��!����� 4?�E��` �D����0��IP.Y�"3��6��
\�j��ry�"�r� ����bB���6@!9C�K:������N� e�
�`�"��kH�N�#�"� �@4�vB�\�_	%y��
Dp0�H�@��1����������	�$P+���7�v�db� MRDF0&B�x��0���'��iD}	]7�D�P�X�<A��c�"�uB�
9i
DP
��"1��� o�
†�x#+��^��	��@ ���u��p��`�V�'��6��
nx#={�AX��c�p�
�`�PD�����B��2|���Ê�0�&�mɊ1.t��\B	�La,��$p�H�#�w�t(�?Z��e$��<'*q�o�P��@���I�� �j��”�0p���H<kHt0�DE }�$%�H4\ �%W<��a(U�w��� 	f���r ��
���P ��"]$
T��HtZ
n�#
�?0&`��X�f ��  �2����$P�xJX,��G�"��8��P`�8ؠ�
B��iHá�pAT�uY2*蕚�@ &�B�
�U���F4^
�<�
L0*W�,���a��0,JѺ�
#��FKW:
-h��Y/���Zڤ���8���`�7�a��z�S��i5A3��F9��Â�8$G��*�_ E�5�;�\�������4�!���Q��4��*i�0kd|��F)F=.'�x�"|
h��eX�"P}�N�Cښ�c�XEl�B1��"�X�M��%D�u�+��+Zdʀ
;�������h�3Z1�b`�'mmQN�+���p�<�R���aF[{3����`�,�H��
�'X�����f���H�:�A���4�!HC�@eEq8m�?���SBd�B��Ԃ����tYx,�� �Um�_�Ȣ��.ޚ8�}qQ�.T����MS�\����,�S�uT6��ꔍX��5�H@!�, +HA�H������V��#J�(��;x�Q�ȱ�f�p��.�C�(S"�@׮x*c��2��]�����WA���j�@as��%��F��
0U�9��t��:�V+�
��k��㲄����j-����(������`�P�1�_/�@aC:��%�׼�<��) @A
8X<0��X��zM\����4�I�X����v�=������50[�dX��#@dHp��…O�ݘl�WI�B<G�ŁL��"<y�ꤨ�[� � B�Ǎ��!�(��K0���2͜��.��LLS����@N1'à"P8�K8J-��:УR(�C�9��oDQ�2@lB��{��+��z(�@��Du�Q�:��C�8p
�䒋@4y�.A=��T% w�Q�uP�������dJ��K[mqt�
���
QTY�@G\H�I@��*�0��8�	��Do��?�g��nl���`�"��!�P0���1���DS
��kT9�:�j�w(�$N�b80��DS/ɔ�[.B���9���o؉Ņ, ���\�Bd�������*�4�^D�d@xZ6Qk�2H�2Aq�@��3�J'�rNi�9��%
fP����~("HƆ(��HL���?
��1,TC
��(���}���"$IC9R�1��R�0��16f�,d���ND��r�aHƇ�Ⱦ�Q.�1Q	D��+���?5 ���@C�:�0Ńt}�@�X�@�Q.���
(dE�4�V>�Pz.�@+)(���]��	1R@k�S�
K�2wpI8�]Z.����Aa�p6B�\
9���J�`@�	�?�0A�!�ƣ�;<��pB�%�4�Y����1!��H=��lL)�|�3AB�	y��~Ǘ�Є�F�P�8�	"�0H+�L��f���$pu8�	� �ȕ�P�fN J
X���k\cߘD�‹����A
@hQPC!�E�Ѕ��"��0���	.�rc�ІA�e���H�W>'	;,a8�DХ7BKTD�f� 1��:���t�#p�7��
0JDf��A�R��BH@`4 E0�	l	 ���p�V��H0�0�qP/)
b��&�9��B*(���@��(`p`�$��%5l$2"�z4$��2�{�bp�@�`@ �N&�4r� �{���� ����am��%�+�� Ӱ�� i�(�.��K��0���PAp
���+^�h`@��QđȀ	W�3!b��t!�B�֠�)�1�S�"�0B�X�$PI�1���\��d
�J�l���c2�@�}�FeP��(tQ
]� ��\.�۬�!�8�:����A6!e�&B�Q�E�`�Zb��C>	�p����h���p����p�i��&Et� �Jg9�P�ڈ���.G����.R�����j)��RqŰp�.��
���`�,�S�I�.=��]�B)'j�0���}T ��Z4ۗl�DyF/�X#��?��[��E"�r�p"t,#���@�
�� �H;��q�#(vn�R�<��Z�������0,��
e����rY����?(�5�/4��7���[�ъ*۹#	�nP4���(i�0�[�Qڸψ��X��J[Z%��Ǒ;!�,*JB�H����𧰡Ç#J�H�bx͘��ϢǏ���9� SZdŋU�U����p^�vu�F�g�xu�%�g�V�"�H��A]���g��Z�d�x!�ˌ��z�I		j$�t�Ʉ����J`� �7M��)\�ÙYk�@@
=R@Hk[���Ե��P%L�A$G�D�б�B��v9��N�ǭ+h��ㆎ:n��ǿVT�A��!ù�|�|�L��'�s���@)���`k�<#C�1i!��ox�!<���1�]�u�ij�a�D�K��R] p�p�@t�C$@��R�.�貋/���D�d�QVv0�:��w��]:`A�@�.�5΁L'�*�|dUn2@FuԱFQ�p!<�L�+ ~)�D.�^�Ѐ�Q�p��p4��"�pø��/�'Q]W@7��Sp��@
�(r�8�P �TE�ԣ4��p��r��	�1���!���+�FQ.$��@�PQ(	 �
N�*�w8q�ĩ��!~L�D1��0ÐS�G�$�DY%"�@�p�o
$e�7�6�!�
@
����c��SL:��O�Y�"���Q��*��0��� �h( ��XD���,�m�����&�fX���q�!�d)x2
�A*ႋ�m&�.Ǩ�����o9Dq�9k+�"�
�t9�0o3��.�0S�Q������p���h@ϊb� �
4�0D"�0xR	%���K�$�AiN �p��p�Cnj��'6�u���j/��R�B����cp@�?ߛ��!pC�0�bHQr�i�Ե	�?C8H��8�@(��!�7�l�*�82#
GR�^C�–Z�����o`(��c\�	��3+�������i �h��"���౳��!��K��/D
p��
��N H<����w}y��
R���op��@.6����#A�!�$�P�$@ ��AԠ�ITJqS�a��<c\!
�r
l@�����(������$�}"��HT*��C !����@F0x�T�b��7�q��@
!ʰ�BBіV��xBP�$�,8���DH@�	�)A!�2�x�C��Ŋnp�a4�( R�_�җ-��?���`�z����M�C!��N zLȘ~����!Yi ���ރ�Px� ��@�(��!���2�r�t��	&�*�#��>$xD ���@ *!\��b-M0YF�(rx�n��a<\T {p�/�֓P�	%�
�Чq�"��ӲA��"�xE4q�8"��Hx�����X>��2`��de�F6�A
jP���90�V ��0�	VR\|�s�0HH�pU� İJ��Y��ɠB�$[�����Ta�x'�>D.�1���#��YG8���U(#�1Ә���洳)�g#��7Iy-�.\2H��c��r�;��"��9���`�!R�.A`��	d�@F:Fq��xw�
9n�qpt��/<�9�,,�
�2]��4�?��]��(�@�rg�"�MH/^f�ָ�a�?p��_8��qOʐ�6��WB���֣��g�qB.@F֯G��\���ZN�2p�=]���`X�A���W0 m^3H�u뽫8F=�q9�$�:���@�5}.�G��bEӄ�	!�,*KA�H����짰�Ç#����ŋٝ3��Ǐ�@N �`�Pɲ%��Zʴ� ���՚y0�@�-��:��O��Z	���ҏ�!\��@����p��%���<���h
�u 	����
 ��L��JPp�G�"P��.�L+�L��2�pH��D8X�/���&�N�QD��q��
�7��B��VН�W��-[����9�����mS����4~�?[�0�J�;��x�u3�!�>Yo�q�/S 	 �G�4A�e9ABq�@�/�sL2�4K;��S�E��@|���q�4P�FX�P�	8�F�n����.���+��K�HF�:�XG�qĈ'��$�}Q,鲋.�x�K2,�1�q4�Fo$
�	��$wL�PI�	�Q+�,!���H�q&νqHop%���R/�a�
j~��n$�
=���1	`�����G����N��`�N I:� @�r� �@�@0㬊�1@4���"�xCw��wp��fT<b����8�H)���j1͈$��R��Y$d"Z�7�@��`���(�A�u���.����2�d�y6�,qCGd�$h� ���q� r�
 �1$HoQY
/���pC�G�yf�Q�V�2ȡ
�\ J9q �0��
*Tv���>1�SH�)2kD8�?��N�}���
�2�0�H�l�	ԋ2�h<��[pB�����<��	�0*�D�0|�!%��d��1�t@h �@I�\@� A1�
9��@�@	9�#�R�������@�`�EOuB��Ap4�0����H����.���Sg�����G.�(�
�B	#�.�(G%@���:��@8 ��98�#� 5�9�6SUC�!V��f��m��Il ���')b�P����0��B
�+v�C ``D�3��
5(���w�$q(A�0� !�xY
@�t������7�
�9�lC�CQ�2�`ء,'���x$13C1�h��Q�g�F(�ă���;�NB����}XBвCp`�2$ �CX"
�a��s#"1ևn�&�R�������Y@��%�I�A+	С@�$�1	H�����x�	J��ot�7:�b��HA��q�$��P�R�:@K��
@@0�+��	/H�@�樄�D5	��.b��}��2P@)UbL��L0��!rH)]��̰��<��DhT��"���!q�8��P�"AH�@0G��&ɐ�U�����.P�S]xb�8�,�A�@D@ ��Ax��b4k�
E�`�Bbp�E���j����,:q#��S�E:��Z@9z
J�cްF5HQ�jX�];,�������n�v�pH�p�C�*x[��c
;:��}^D�Krbp��c���3�x�ɹc
�2�;��2���
ye���"<�Hr����E+�Ej7T�p�!/A^/��&D7B��9�a����9���#K>�8X���(���Y1��x���S22���R��2�Q�U���X�:��@�	<�@���H�1��v�c�:�A�A���/#�.E�3��	��<�Q�9�Cv�-y�懴"T&�_X�K�6[$.��.��ҙ'�(�K�T�?_�oQo�`^C˄!��]���h���;���w*-y(��)�y⶝�d��-4D!�,*JA�H��������Ç#
�&��Ŋ�	3��Ǐ
���.E�(-63�+Ô[ɬ�
�@vu�j��M����� �̊��W�ҕ V�X侖q%+�Ֆ0@EP��f�f���q���5��z�᱆��,`
":~�� @��,�s�
�O�nWА8��?Xpp��Ĥ
u@�2��9~��1�
@D��[�:�����X�7t�.����-��X�a����W�\
��p��?R�a;G��- ��2f��w0^�����f��!��p�\���
7!��}1*���K0��:�3^D��t�E���:�@�o���?�|w2Apt�*�P�.�X�2��(�u�X�4���w<R�02�w`�K.AVdyE��'�ww��w8��
L����!��S&J�lW�Rv��9��ƌ�Q�9��"$U�,���8���I]�5���@3��81I�TD(�����^�K%���^a@wFe�Er
p�"�2Q0�3.�J�]0��MJ\�"
X�Q��>hi
��k�<"BR4"�r�H�(#�@'�?5��ÝND-4H(�r�!�c@��SnD
�28
�0A���C�!gf���(� )r����,Q�@
��)�ՂU��
NpAE�Mǃ�Af�%�C9��k�4N�,�p�P���+�(
9�	�+�
y0;��Dnа�bN�=�m6*����"e7��@���0�|a�r��eB#��@�$���%f�Ɛ�q��
=2C��7$p@�q{C
��@���	$�dې��T���S
�9
���j<l���3 ��������&�P�a���Lм���4W00�������4u6�H�!�ү�(�q��^@	�(�0H<��8��ᇃ��A�_��� d$��!��b)L
�`�"N��
� ��/?�Ĉ"xt�ը�;��F��
��cn	V�����(�j0����2����I(Bh=��Њf�� �X�
�-q ��0�F���D&C�G-@�-<�	���*�nP@2�����@�1�a�bl���6p
9�	!�h����zD���^BQ40 d��W2p�`}H"@p�M���QŠsP�#5�O��MF�A
(��FP��L	�x�@/b��1�1�D&ϑ�
��` -�'61�$!B�p�AD��I6 ���F)`�
R).�4�

/,� �	B��fT3�H+$1�+���U�T�R���0(T�+T8m �K�<�B�Z4�K=5�*�kPC���,�����Ɋ1N�֮��jŀ�<�
]�.ָ�-4�
��� �(Ia+y�"�
QM�s7���$�e�1�q��	!u�f–p��i��@Ra}��U�b��e�f��R
7�X�f١�:s��f���ЪƸ��e��=����./��_T�=.At�F��(�2�!����?��Z�[x��e�Յ/��v��XT{FKBِ_�s��%.��f8c�=�3y"��&[㑎f<c/�	2cD�!��fQ;~Ѓ�
�GwrZ���#[Q�V��^��!G.rJ�{&+$�Q.A�%�'��7��/�fe�8c�� l�m�f�������f���"!�,*L@�H��������Ç!�X/�ŋ	2#�K�� C"�`���|X/T��
w���J<�k�
P�_-�8�3�+@���
|�/�O)��`�dJ��%i�>	�S�<_t,�_Њi�6H�"��W��)L���8�^{ȏ@npI�1\���.��/�0 ��
���b�Έ�5,ڬ�ȭ���XG�:dP�V����t�f+R��#Ǐ�=����V�*l]4f�"C��C��9nи�G�t	��"����F�K^!I2�=��C:�:�	ԡAzsL2�4��;��,��NH��3�吃\�Q�+*P� w(��@8����/&��/�DT�GIetI�"w��4�@�~@bT�.�t'�* �H��!�y7�pDoT�� �#Yr!�#�8������ F;9��=��bn0�
,��#�0�t�+J���Ei*��
@H9PD���\<�"�!
~Έ�Շx�fkd��)�!�2�PN)���G��3X
?�@�p�FQ�P)��i��	0�0�kF�,�@�5$���X�F��9рf�I�@��ȄH�B8�/�8�V5 ����G�P)�[�"~< �#�K���e
�Ղ���
X���+>��������
�qoF��N<EP�!���"�B��<���X�����38����R���)$6Ph2���8�\�Ir���~C���9�1���v�=�s2 ���#�2L�
و
t`��
�3$}I����P�$~4��1�����}B4	T�)Z���a��-@�Cd�#�B�
���I�#�A��4P� 8`@\��""g?@������
]�����.rQ�``��GKx����)(� �H(�V�� R�hN!��+ơkI!��%�
�4�`��f�7d��d��r7@~�BD��
C&�IOjq�>\a�W �p����#A�ee	�1v�#T�؆6��
Am-!���AvⒽ���A	
�M N0�'�H">v�;����"��u��cT�OEZ��'`��!�P�4��8�8��]�dyG:б�e���� ��`�#:	^p����Pp��L�f�@��\�
8@%�`x�~H��t�Q��M
�P�K\����D�1|!��@�d 	a�@r��q��!��@����@��1�r��9�fz�P�F�l�*�Q��DWx�
��P��+XQ�q�AE�1U<� {�0T��_\3+a�e&��QU�
��E5^��9�J��Kl`mE+.#�d��)��
���|(G�9�d����"��Q�x�ٰ�5��ہ� �dY��HE�drE�\���Q�"G;s����@���Ȣ���2z�e�H���Ekh�Z̃H���Pz��>�*��h�r�@A�8�Exx�ނ�(��ɎЋb,#���Cza�ު�*�T8V1_c�P�ۈ�b����/Ҳ���`�>������m�0(L[xc�F2�h��$NHRc4� �[H���"�kҊ3� {��ee���$"X�lAx+dcD8J�p��Z=2�ΰEe�h�)�Q��e�$�Q��T\�$�$f�1��搼�1�"�\g��#�XC��g���"!�,)LB�H�����Ç#J�H��@��'O`?� C\拕/s�D6�ժVF�
s0�̂��k�/�M��� �ρ<k]�S��Q��.{��0'�O�)��:���ό�xhm�A�@6����+a0z�n�1@�D~���R\���)dO�� h��#ǍH���eDh�)��(h�����Hz\ ���%�u85$�+&T֑���ĥ����deSR7r���l:&�x�+A�����d�N��:�
 
�i��x� ��K�0�C�<@sٔ�@?�������A@���K0� �3�"OJ��J/B�u��wB}:�Q�8A��$\p%c8����/� �K2ANo]R�?�F;�qGű�H�d!@��+�IP��TQ=�l`A}G��uP��`0<2� =�,�T�829:�/��U�'�w��w8�D1���C(�s+
R�T�
7�o�(�9w�"�2��0+�P)gEc���Cx>����F�`Ơ���	�	!�.��CgE�ĐC��ѭk7��@u8��P� �dH"E�x�	0Ì�KE� ÎN�y,�j|z:�0@�r�r�aBV|�0�J�K13:ē�Н@\��1���@H
��lH��ӑ@�����lN�6���pB4L�1LD�$g8��3
B�]|�k�@Ä�ſI'��4L9#`0L���l�58�1�Ԋ����x8�Z�Cf����!iB��.��m���4��@�������t�� �B�El�pCpG0�T�~�@�,�bN/p��
�qP��	�D#�m{B���BD�
�,��0�G=$��Ȁ `���	"y�Ī�(��� �r�/!�`�P +�!1	E(�~0���3
�y
Y%rq������p�+Ԁ*p@�� 	f�$ ��!���`D&��@��=�<�'�!�P�

��PD=*��bET!l#�.�od6@�+���T����j� @E�!&�`Yq$�$�1%���@y�*��&���!�����z|%p@"�0�
�F���aM�	#KC���b�򋯼�@�1��zȀj1@8�&��D"T��e咤zc
$!�y�c�P�=�|c �Hȁp!����]ɋ��� {�\6`99�А�PX�W@�!r��	�E3D2�:@HV0�
r���,*���0(@mJ���S)(H�(�2��(EJ�V�b�S]���4"ǀ�G`2@;\aO�ı��(8�"^��4r�P�!˜�E��{�C�Y�+:P@E=�
�R7YkE*�ѐ\��ш�_Oa���� ���V{�_D��0P\e��q�!�hG��L
�T�*�����ǨH�Bۂ�S�-P��d�ȩ�-g?�2V��UFk�X�š��i ��rjM�/:b��� S�ŋ���b$C�^2�_�B��L�rY\��ˈ�<9�b`� �F^�K�Vt7Q�E0́�w���UqJ+�2H��N���>�A�b�#��@��;����~3|�>��	�E)��b��#k�8
�ysY�`i�*Y�B�d��ΰ�}�Q������ Х�J�9t�1��rH�1HV\7�b>
<���](c�i��3�ј8�D����Q���!�,)MA�H�����֏�‡#J�H��ŋ�{���G��v��U��G��Z	l��dB]����˂-oF��L���

)b�$��!4�3TS5X��Nv	���O
RܸA"@S.M��<�N% "�?��E�ң�_
W�;���%N	pCG4�U���>�I�?t��1H�T�h,b������#�@�j �jh��Th�)�qZkuluI�?n�`LC 
�HNT�_�
�\��C��d-��C���ң8���7j��,V�x� g��LUĕ$�4a�uDA`�%X��&����/��:�8MJMKV�J-H$V[?�Q�up!��aHQp�'�8�ಋ/�D.�u�7tw�Q�fd9�!�TD蒋.����if�Ja4@�m?��@=�0@"H���	l4.RNĖ[� �=�E_P9؇�#�2���*:	f�r/Pc\����G�`�w(2�@��H
�0.����G�XdX!
:�Ffq�,L���Z�L9Ǣ��q�RK"Xpc���D`���t�! E��%��E��A�!ĕp@�h4Ļi,|�Ȑ2A�@��c.F�0��C��c]w�j�AEc
h�Ƞ���~h�E����/稕`A\�1��Y 3r0@
��!Q|TIB|d^����A�J��Z��
lk�
�A@]9+�tp.�c�@��N1�,M�)�,i\��n,*D����@	���.�Prp��M��*�=�8�� tC�0@������_P���P���fu�^NQ`��~�j�b��jB���)!���@����Q F�@9�6�T�;���P#���z�# �EDk
9�'��L H���'��&���%Ql`*�`�7B�� �G��x�B��<���"�!�?�Ӈ+�@��8�.b�U�B�+��+Ɔo|Cl"�t $%,��@�Q�%%(@�$�~P��yd��[��q1��5��
��ށ�wj�! 
�)�j@�=6�3�~4 �'|'�E/�q�E��B�1�,!C H=���c�(�a����;��A ���6�F�@��T��I��
�@9��F��PV�(�
4a���$�0���u�\�S�/Z�-�x�j�c�c�(�@xC�P� �2�.��^���G���@1�0t�*s�B�!�2��8��E�α2��#�H�(z��"6r 6��4�$�_�(�Z��$�i8J��"�x�4
��A�
F,�0����1��j`�X*�
�$�h�e�cU�B"Q�F6"r�b���	O3�F�B���A�Y��B�`�D4��tv ��]�"Y���V:�ٵ�v�!�`TE2�p䱅=o!2܈�B-��N0�S�\02��eE|���"�E%\/�af�C��1r�ٞ�BnZ$8��c(#�Ȥ@�q�����qJ�X��`�>���"�m�U/S�t���x��������L�߄X8!�Ii;<h��X�H-��F�$F$ƈd����$-���yc�����@t�����%�p�v�_��.�/	�p��.��1v��_,LqX��3���0��	!�,)NA�H����"�͟‡#J�H��ŋ�[�/=�C���L�@_�F*��_���L�L�.����7�����I�� :�&�,*�U�+P��tM�Y�U+I� �B
���.����r��i�8��W�Z�~^��ݮ��tBS	X�$��q�G�̌�q���k��zȍ9�� @@����A\6Sd�T���	�b,�X�[���GS�M����
�������
���P�x��Ə�YHbF@��
�O6��N��m���j@'Ѓ%U �1�,�;��s�wˬrD&�v�Z �@��QGj��	D�$N��(���a/�c�2�c
3|(m#�Æ�Fu��FD��f<�GE�.���8��8��b&EƙG�Ls��=��Du�!�(`�����E,�`�lI^�@=��@o!"<2� �4C1cU�ă�%*X�[oR��p�$~"� ���
àR�a)U�r:G�Q�FQܠwbH���	1���i�QDž�
��C9ܩ�n!_
�"A�*"BL�
9� *H��>wÝS��
`�� �&4`H�+�Z�.����@n"��@:�+�A�o�I�
��E�G����߉�O+$[]Gp�Dj��"�>4��l��8BHd�L;	V�Zpù�06�� )0���E�WA��b�:����C�r��)R��/L�0���@�0�1A"!!@

������A�|�I���&{�I�(�2�TO=�0��:��e	3Ef0@#�x�.66xҭA�۔�,��2�p�h���l9�D�G����2�|�/�#��\�k�?BQ��8E���G(u{ȼj�r(�L����!*G��nI��n@,���p�y1��j_B1��[�„�#0��$�栄$@ �;}���I8pZ�r�yT"
��HDx@�LE,���5	E(b^�:�$`�R$�QE7�1�FH!.w��Kb����h�V���"��l�I��o��
82\t/�#"������NيD�A|H$@R��X���2��Q�aER�ё�|gCA�8�1���p�H�"��<�!}�!_�eq�14DH@C���-���D*a��8�W��>�����g���A�������8P�
T��_���"�=���Gfr�>\� (����
�BA
P�P""�X�)ҝ���%�BX�-��Q8��@�ѻ�.,aI�L��	A��!��WF�ŏ�b+��@�J
)l"�G0D�Ճ�#Q��@<A?��;5UG�q�sTD��K��Zy$
��]jbB]�i�|Y[M�4�*q)�b����
��@�#P���-�2RDV��yv���I�4�U������/#ڃ�� � 2��y�E��0z��$�(�/�qu<�1E���"�C�@:�!��"į�5��v�C�p�@��x� �(�A��^�8ļ	q� 2`�vd;y}HG���w&|��f��-��	;J��fx$�@�@��������.&lb����A����.�0���Rc�!�,+O?�H����tƬ���J� ��Z3J��L���Za���p����,=�
C����E�0[�D�sY8���ۙ�տPC�Q�P��@��2Pp�^��:0VB_��
4*):���cB;j�ӕp\;�2/I@�G�=9!��$��zؕ0]V�(@�9t�A�@����5�ِ]h0,0Ǐ?n(0���ȏ�(�J�V�K� x�F�&T �����E<M�p�h�Z��!��9������� +a���f��([��
?pQ�G�&�!�$����2ͬ�<��G����hpq�P�����@��"P���b̄ƒ�I�UO(Z78q`up�C
�� ��C&�e*	�J8���_�e�QIX@�s9��Fk܁��ŋT9C(T�@���
L���q�8pˆI.�d4���"� �� 9� $�I��@w&m �m܀ʼn�0(�b� њ�@��5�:&�7�g:�`�@M�i�#�b	傊@���2m�Q+vt6b=;�,`�"�d)X��kÐS�N�ydT��\�ʩ�D1��0ba��<��2�h��!��w���rH�]�0�V��LY�	@t�
:4���,���BI�1�SaÎD����$D��5 �2�ѳR5cfAF�!��v"0A�6Kt�10`�L���+9��-PJ���C]@+������P���jT�@r�
��q42�AA�{�N>@@��/j�[�Gn p����9�	K�2όZ�?�
$����l���* F%��q�h-�/�$	5�Bf��$�D��.�����P0�%D?D��d`"����ZMB���!8VA4�䰑D���]�N
�R���<;<A� ��h~�� �0�<=BXŧ�b���E3!H+Z!�'����`�;<���^Q���М@���np�s��Y���`�A-�
@�A�P�C0��G2z�7��b��6����K#:)j@�P�b׃@6 ،SL�dC�E/$��^l� +L�.�qH@KA�)�@���
0 ��hBj�R~�E|�E7�����*OH6���� ���E�ud%@BҐ�%p&n月.���`$ �@��rT-�`0���� FDH0:�����H��p	a�n ��@���:�UE���"Dw��@:1��i)A�b
[P�"� HN5b��}M�@�T2r���/��'I�JSDdT��>r�j1� A�9䁌��o�W5�3K��a5H2&�ϰ�*���d�*�z��t�E���`�5�p*]�ዉR��G��ӿ

��1�a����#C��:”���q�@3�ӂ�F���_�.�h��GH	�S���"|��<��y�T��f~V��v���D"�P��bQY-f�Q��fD7:HJފܧ���u�kv�� �h�o�K�wDu �(-{�����(�|����(�~�d�����ue
�.XW���>!�,)QA�H����*�o�Ç#J�Hq`�V)�[��]�!��cȇ��	\���V MI
��?����J]M�	�H0 ��	a<��`�z�`���*j��!��[�*1��Dnh�$R�:
�׵^=4��FHB�n�Bv`_�$��8�@k�Q
y�B��t8�$PϗCd?C��T���@D�͊��-�)�'�N��!�o�?N�"pM[�
�Ma1\{�=y���=n���_""8�T$x�&��iD�5�@
@Du�a��`�"�����R2�0��;�tWPN5��?���WG��
���@8LLA��̅�4�2��FW$��
?�!�G6�!�2H3�9���@��ҖsMC@�r98q���,�#�"$,�A��B�.��ϐ�\�@(
d�@u�a�t��)�!`�0`��QEZ����Fn��( � ��	`
��NF4�?p�u�1�$�C�SԪ@F��K@�T�s9�焯k܁E�$DY4*'�@ EU8�Cio�� $�B��.�	#t`���D�$�@�<�O(�s �4\UG�@(Xl9'�r��SK+	�p�@�pZ�DL�q��I��H ���!��"�C~F����M�Π	(C�A�@o(r4D
�@q���*�`Z�0��y�/��#i�"��ѡ��$~P��w\G�`�P.{@!�7�9P�S(�ʷ`��Q�Du\��0�<��E���	�rL��1@
 0	p1�"��@�)��T�Aql���Hx�H		$�y4�Bf�1#$�=��
I�P.���H�d�@��rI(��Q�!�f0-A@��8���? �u7SH9VRJ ���@jq	;<A� �"p�3z�#�$:�D遹������'�0I~C�V�+ �M�0�8!|3R��,A�&�C*�@�H�op#�H%�f��"���
@�Bb5��@<�d�
�0�0�~,���@�+�@�[ LT��X,@���D�d�8F0~�
_�S��H]b��
��_��l��`�l�!DO �#	�yt!�*b�}�$G�6@����ʑ%���Ѕ!�,7LD���y��<���b�q�b~B,����,�_�1b��J}�D+���G�Ù�LH@�,_���b��@��Oz�� �4���`PY�X�7�(H��k!��DAD�d����(ED��� ��JQ_��m)E6�	��!�@�3����-�3?-H;�у&u ��aA��vH��zj��I�t�IR��LJdR5��Bʪ��H���� ��j5J9�Jzs0���2V�V��U��	G���q���XG<�
��,c�1�]����H�(
F��|�&�`*BZ�Y���P(CR��`v ^l�I
�3��Įw�Dֱ�qPU�'a���ZX<�HiG&��V��-�/Hkݚ<�*!�f��݌T7�Wy��b�t��z���r��H@!�,)OA�H����*@o�Ç#J�(�U�P�(RT�L;��
��b��
[e��&�$��PB���L�+[ ��V7#Z0
�
D�h`H�D0C�k^�[���#@�]M�ֳ�@�0 ȍ��@��U��©�Y�Ud��C`�d��j^��5� �u�P0@1���1���0���@$��տDh֡�\�
(*DL�"�
���Aayœ�"@�:������L����v���ؘ�u k�J��@�䒃�	�0/���2ͬ�,�
��D��cN�0�
f��9���"��@8���/Ƙ�L:'Aф�F��Eod"$���PP.�t�Ud��f����
`�q�!
b�@ìb�.��Q/%
!?��@�!P2���!��H�w9C�Hx��>�@k8��NL�A�$�U���C��rI
`��
��!�.��f.���M
ET����!;<b��
0˒L9jjD�Y�t�@�u�w�Q��p�"�"DfP8���� �L;0-�X�@�@=`a?h0�>�A0�4+A�1�8Եu
�
?�e��:t�S���0�8@l1F��K2��BD�|�'����B�.��Lz}ZϨ
ԩ-��D��>��(���LT�Al��9��@u��ID
:al���T�g?��JB!��
��Ae}�@)$& H�)r��JI��r8��1�t�@=	D���H�r�Cw$�9�00�����b?d#A}�P� $ ���(2�#���<dC#�20`@.�f�?�]��/T�0$�E�N�Hϳt�1�M���MA,b��Cs@B	����f�à ��C$I�8D�b7-�V�y
I
��\��B�f�7����ȃu��&4IH7��PBH+�F��V�dDTvx�
: @=���Й��̀�@XĢ��aD��`����xn'�@t$��E0~/�H�"��@��>H�H��D�M0�6�@^`��$6(���!8%iɀ�F���`��CPq+fe�I��
���%���A�HڎA���$[B	P"��	����9Dg�a���\�"�4-|.A�"0��|n!6��^�s�V��X�A(<����/����O��1�HH)��W�ӐF��H!�X�,BxI�h!jb)
�
DY
�2��2�
d��3������CN���T$�0�:�#χ�T C�TLJ�0s",�Y�ʐi��L�h5����E�P]�.t�6�x����aT��~�Il*[8���`��$eJT2��@Fj*�.X�b,C񀊅�J����HF3ޱ��t*quM��b���`G<����"��jC�!�\
$��8B��(}���C���N����TB/�¶$�� ���[�� �hlq����].J�� -�ҍJ0R��f�&�X�0���}�&�=�]d+��!�,+O?�H�`�Z*\8���f�̩cH�b�V�Uܸ�8���q���K[x �C���]йdJ�3]*+�*���	k^�	,��b.���5*��8� �#
.�:��BV�Ț�Uď�]��P�l�uӑ�"�ہ:~�0c���`2��ct�x�
���p�^t1466g�K8e�|#@f	PB�LY�6#;$	 �sܐ���pж-������#�Q׳�[֔4�@�=:�yS\�����"],x�8��3��J����k�;�9�8I�
��/�c�2���<��2�����vDkP7h��"� �h��*��"�1�0c�K���
fD�W�q� ��A0���8SQ��a5 �=�pyEq�)@�A�d�]�"UK����
IAo�AX<�dA'��;�P�@�'��
$�� ��*d1�Fh@�k9�ho8!=LB�B��8S���L��D)A���
p�!��T
,�4S0���Qo�
��@\q����#0RP��8�:R��
�T����VT�@��eN����Q6\D�-G�$GP�Z��EO�+ADX@��$�*�@(��*�˜A�$p7�Ɂ"sN_�G�a*�0�/�
�4�c����7L0�JΛ-y"F6H�	��rL;UF
�����#K���H/̑#A �F�8�S��~	�#Y��'p@#��S	
#��w� �H<���X�1$��m� �.�wE�ሬ��3L�:kN�H� $ ���~(���r&Au����NJ!a�@���P��(2�#���0Q=P�9�$d��+ -�$�E�O�|�v��7
�,e�����l�9}@	���4�f �@
����h�*�(�HƐk��gQ�H\���� ���` !`�@�ьs�����v�
��2q	Fn%� 
��_�a�#��������
b!BF�	�t���9Ȃ�d��2V�R�bw�
���`CX��1� #�HS.1�+� @B(́��bVà��*Rȍ�r�����S$S��A\�Mdv)H0𲾱���H�BPA�F�� ��a��/��"�h�FRˁ`$h)
P{�^�Ô�4Ѭ��Y��x�@�`�J� ��E2�N��cb�	9�a��s_		���I�_��وhP�5���9q�@"���cm&زCЉ00����CB����>@S�6��&MHFq1�^�k$I8B��2d�@3���h�#hܑD��#��1��xf u G*Qx#7m<�Ym�>
4��V�P4/i%�sغsQĮqmJF_$�|�u*�pj��W����P�
;�x�"!	el31$�Z���d�N1���\��
mCz:��!�,)MA�H����&짰�Ç#J�(�U��.R�x�X3��6"�O�I���,J� Z�Xoe�e6	���9 MO
2r�P�Q��d�# �@n�!�B-�O�zw��d�1�DŽ .~
KPW��'%%��-AA�\�̮�s&k�@b�_�@D���`��@�b�64���G_�?H��#�b�t�2�1#�����A�4�X��B���
�>̕yc��DJ��N���(
C �t����b�
h�ΡÌ�:Gt4 pG� �b��뗰c�0��;�t6�1�TS����
TXW�N�0��� ����.�S�9�#+ (QK<�a9��9�0@��@�`CA�
��H�E�)ЃVP1�@jaA�
d�@�%��>}Šk�Ņ@o�a
(�!Wtc��DWp�@=���Eq'��YP�t���D5l5�
@��@0��}�0+��E �g�?��ƄQ� �	��!9�l�J����3���:�'foDq���B�p���g�:]D�7��G ����`� �1�*��$^�'���<��!�*d���GF��:�$������jBl�_(OA=�b�@�@@N���D�PN.�H0�$4�@��C�@-%2����	=��Fo���D�l�
1@A�B���NE��P�(�H���V
���b ��l-�B�m7��;7Q0P	0A��0
�bP"e���  
��w<$��9wBp@��Ѭ�Z�`jR+����88)$��1A��(��@%&�R�@�\b��! Bս~ȕ~<2�ìR�C���T/\R� ���l�$����0�M�6|#�&|<o�\��?��DU	��N��.�u�1��`�i� ��'�`���K�u,*�0zqfl�i��0�08 c���!
Fā �C�-t�h�@�p1�����؇I��‚Ԡ�P+��a�� 	�j�4�	�^C����"lx����O `�� r���F*!%r� !�IAЈ��!�X�Sv��(dr�@�!�@� Ph�A���,�!��5fQ/�/��BH/���|2����)�1�Y�"V@#�F��BJ\`,���"���9���@�/���*
���%Ap�G�	]�|�r��"��|�?��)���7r�}��$�
�c,'Q�j������x�|6���/��f8��if<�N����?����Gi�Y�u*�YA�GE�"X �.���F�1��5G��GO
ҋ`�)�0�Q��ϥn���ۡ�J�죩�UM�t H�[
�N�:��!�,+R?�H�`�*\�p 3���5�H�`��33��c�V$!� ��(�
p.eE�W
4 �I�Z.s�\X'�H�10�ΣHA��G�R�)Fg�Y�$�DsȑCAU�6|h��t��AP��*�����j���5]��X!��Εj)"	@�؄�q�b 4��"Ot,	�r{<=2�A�:�`x�Pb~�����4���C�?� ���;x�j�M��q�� �N�7@n�РȐ��u�"f,ٲt��ͣ��ʆ�r���	,L��!�0A��#,�s�2�5���@�
Gx'�Gp���0�,4�N��T�1�~��ܡ� ���n��R�0�p/� �	�B`�	��m���npDf\(��$CQH�@G��X`�!�U�J.j��R(	 ��j9Q��q�81IJ�P��Q{��%4�@:��G��&�mRĄ4�
��N1�t��VPx�eJ&��!�
\ �Q�0�OE8]�@?ܐ��0��Q�@#��,�@�9�&�j$��Ǎ-Y��=C�R�	D�$P�(��5FGN�2��Av0��4d��Z�4��$�#Q	E�8�mp`M�Q�.�9��A%<�0���R��X��-A�2�1�9F)�SHvb�*$0�$�ź)"�@OE�*�B'NTb}��1���,8���0(Ck`���"�.9RQ0�|SB���4��T�!$���m)�щr��X��D(s<Q�`0�J�q��eT1*U�K`�@�Hr�nE�@��L[[��@��ԯ�
tR
��!�
T�@@0O,�p�
��/V�,A	Cl��ы@��R	#�L/P]HRP*hx`w��eBK�]A��	D�*H(��,Eq�&R�K�!HX!`
�;���4E��M0%�X�p��`z�#�u‰���(U���/�"���B0��-r�M
�%kL��Hbr,�#xk�0DQ�(���: �a����BJaEoX�ըF���r�q"�X�2|�`�p�ǎ��� e���
��$C~�=��02�=��g�tc$� S]����$Jv�x� �0�2����#}��	�ǂ#�hGt�Dbdw�G2�J�aĘ�TȮ2%2��L&u�͆�K�(yEąM�<c}�e7�)΂cr��<��f��*}y'Jtf���>IϜ!�,)L?�H����"�Ç#J�8��@�33�n^F��.}@�,�[Y���A�(#��,f=�<@�@��l��
X��@I@B�Nข��
�@=�P"*Dv#���H�4
�+�܂OLr�`�=�*\E27t��@�!
pS�*<V,�o
�Q��D_}��h�N?�*&�$@�y��>��2��-Љ�X�`A��G)�[�N����Q�#`G��\�CF��PT0W�`��	d��Heyh�����!�!��+�cL
6�M�$`�m��6�@L��4�A�%D��[�`��q4�� ���a�4,
���@X�$~H��{�
��`�@o��Xur��(YtI�u��X�騐�cF�D$	�
t��a�`�#
L%�lfA�i�"�upA�)@"�Db@�.�aI�@�^N�r��Yi�
`S��am���H6��2�R@�	�����!nJ��@�B��C��D�Me�0�W�r`H���08��\PFW��l���G�8J%Pt��6�`=���
�D�"�<�Ƚ�B�/D��1@#�����P�r]��)8a� !�]\�h9���nD�$"	 W� �@p�oB(�*7�DD�H!�?�ء�
	t,	E�qG��87P�����2ٔP(��@r�,���@)CR��Q�$]V���]�@�@
p�Cu��O=asT�A��%��$P$@'�W�cj�:4�@v�4�OCÈB��;�h�xAܤ~�5<av�D%�0�AW$�JAiЈ�Ѓ��@d�@���
 AYdQ�����W@U�U��P���J�U��<`��A�!M-��HRg�����`�N���r18)�P�@�&�$���+�1i�@}�C�/��)z4$�@6H�Y�B ��⠐^,cVNJE�q�j�"�@�B,O���D���A�*^�>P�#'y�I`�`"���Ij�V"��` �i�#I���u<C���8zQ�s��HdD�cd0��CبȆ�� �[C���1�#�xHp*^�r.�<�*��b�r"�@_�sВ"�1�:$!�,*O<�H�`��*\Ȱ�Ä��=�H����^�t�cAb�)Q`�@�!�
`.�Õ�Tl00F�	��tx�B�	2~���a���RJ�� �:h@fQ�̮&���Ԃ:d�B ʔ���9$�"z�qC�����dŰ��>��Q���0�p�n�օ^e�(U`
	\�����8B��,XckCy�&�
�1C����	@%�S��-S�,�)�z?7l㖠���`GAm�K2e����Wp6�s%��,���f�<�R�D�U�)_�R���	��a�4��B�tdU�G�S)bC�$�_H�U��bNf�n>�v&KGp�@Ϲ!�7`���"hH2@@�H}�Qe�CFD�@|�hV�85�
�	�EP�"��H#.��bEvH�"BO�0�E ��E¤C`"Ă
2HHL��K��� R�UW\�gH�89D��U�;�Au:�
4�`����BW�gW
�\H*A}v�@;ye��@B��GE���I8 
��=b�jb�0��gJ�\R�5d�,���
�Vf8�g����
M0"�B�ū�tA��	�@
I���5���s}�QæY�}��a�@����QʵV��$�0rpD�Ci�,�#$�l)�2�S3!q��K,6֒��	%|�SBs�HA�<�4��R�Ew]0P"C�u��NW���WؤP.���:�%p9bt�o��@{�s�E���X�t�	A �x�{�
*�DSP'!�۝wt�5���+ Œ��L<
��5ՐB
)�hBI���z��à^���G/=� M��N:}��lGLKYYO�.����E����A���:���:��Kʹ��D������0!�9`�pw:0E�x C�'���m�	!�,)E6�H����"�GO�Ç#J�H�bBtŊY�ȱ�C6)��I��N��(�A4�2�3�	���`��5[eHH��8��Ө�P�h��`�>���
��Xhݸ%a�4(R�"����Qp(C'\�i��#�펇>�/���X mL�@A*pȐ�CH�UX�`ςb5����
��..a-��
�3p
�
�^
1+Bձ#
Y]h���7�-�wG,@�v����mjQ�8{�8��ЀE�	W��'I`U�7(�ȢR��W~� f�Rf����CU�z�
4�
��JB`^3(6�n�����@I4�0ĝ���_,R��px7��1��T�7�nPA�f"�dP;	x���R�A@�&�1sR�AH���I�%B|���O%`G3U�A.�\��)!�	 ��=OB_4��P�@r4:P.�3�A�H hi�P.��b*A�7@�-�2P'0���@�)�P�@��j�8���F+��Vk�5�X�!�,��;inc/admin/class-colormag-welcome-notice.php000064400000014065151213253100014733 0ustar00<?php
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

class Colormag_Welcome_Notice {

	public function __construct() {
		add_action( 'wp_loaded', array( $this, 'welcome_notice' ), 20 );
		add_action( 'wp_loaded', array( $this, 'hide_notices' ), 15 );
		add_action( 'wp_ajax_import_button', array( $this, 'welcome_notice_import_handler' ) );
	}

	public function welcome_notice() {
		if ( ! get_option( 'colormag_pro_admin_notice_welcome' ) ) {
			add_action( 'admin_notices', array( $this, 'welcome_notice_markup' ) ); // Show notice.
		}
	}

	/**
	 * echo `Get started` CTA.
	 *
	 * @return string
	 *
	 */
	public function import_button_html() {
		$html = '<a class="btn-get-started button button-primary button-hero" href="#" data-name="' . esc_attr( 'themegrill-demo-importer' ) . '" data-slug="' . esc_attr( 'themegrill-demo-importer' ) . '" aria-label="' . esc_attr__( 'Get started with ColorMag', 'colormag' ) . '">' . esc_html__( 'Get started with ColorMag', 'colormag' ) . '</a>';

		return $html;
	}

	/**
	 * Show welcome notice.
	 */
	public function welcome_notice_markup() {
		$dismiss_url = wp_nonce_url(
			remove_query_arg( array( 'activated' ), add_query_arg( 'colormag-pro-hide-notice', 'welcome' ) ),
			'colormag_hide_notices_nonce',
			'_colormag_notice_nonce'
		);
		?>
		<div id="message" class="notice notice-success colormag-notice">
			<a class="colormag-message-close notice-dismiss" href="<?php echo esc_url( $dismiss_url ); ?>"></a>

			<div class="colormag-message__content">
				<div class="colormag-message__image">
					<img class="colormag-screenshot" src="<?php echo esc_url( get_template_directory_uri() ); ?>/screenshot.jpg" alt="<?php esc_attr_e( 'Colormag', 'colormag' ); ?>" /><?php // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped, Squiz.PHP.EmbeddedPhp.SpacingBeforeClose ?>
				</div>

				<div class="colormag-message__text">
					<h2 class="colormag-message__heading">
						<?php
						printf(
							/* translators: 1: welcome page link starting html tag, 2: welcome page link ending html tag. */
							esc_html__( 'Welcome! Thank you for choosing ColorMag! To fully take advantage of the best our theme can offer please make sure you visit our %1$swelcome page%2$s.', 'colormag' ),
							'<a href="' . esc_url( admin_url( 'themes.php?page=colormag-options' ) ) . '">',
							'</a>'
						);
						?>
					</h2>

					<div class="colormag-message__cta">
						<?php echo $this->import_button_html(); ?>
						<span class="plugin-install-notice"><?php esc_html_e( 'Clicking the button will install and activate the ThemeGrill demo importer plugin.', 'colormag' ); ?></span>
					</div>
				</div>
			</div>
		</div> <!-- /.colormag-message__content -->
		<?php
	}

	/**
	 * Hide a notice if the GET variable is set.
	 */
	public function hide_notices() {
		if ( isset( $_GET['colormag-pro-hide-notice'] ) && isset( $_GET['_colormag_notice_nonce'] ) ) { // WPCS: input var ok.
			if ( ! wp_verify_nonce( wp_unslash( $_GET['_colormag_notice_nonce'] ), 'colormag_hide_notices_nonce' ) ) { // phpcs:ignore WordPress.VIP.ValidatedSanitizedInput.InputNotSanitized
				wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) ); // WPCS: xss ok.
			}

			if ( ! current_user_can( 'manage_options' ) ) {
				wp_die( __( 'Cheatin&#8217; huh?', 'colormag' ) ); // WPCS: xss ok.
			}

			$hide_notice = sanitize_text_field( wp_unslash( $_GET['colormag-pro-hide-notice'] ) );

			// Hide.
			if ( 'welcome' === $_GET['colormag-pro-hide-notice'] ) {
				update_option( 'colormag_pro_admin_notice_' . $hide_notice, 1 );
			} else { // Show.
				delete_option( 'colormag_pro_admin_notice_' . $hide_notice );
			}
		}
	}

	/**
	 * Handle the AJAX process while import or get started button clicked.
	 */
	public function welcome_notice_import_handler() {
		check_ajax_referer( 'colormag_demo_import_nonce', 'security' );

		$state = '';

		if ( class_exists( 'themegrill_demo_importer' ) ) {
			$state = 'activated';
		} elseif ( file_exists( WP_PLUGIN_DIR . '/themegrill-demo-importer/themegrill-demo-importer.php' ) ) {
			$state = 'installed';
		}

		if ( 'activated' === $state ) {
			$response['redirect'] = admin_url( '/themes.php?page=demo-importer&browse=all&colormag-pro-hide-notice=welcome' );
		} elseif ( 'installed' === $state ) {
			$response['redirect'] = admin_url( '/themes.php?page=demo-importer&browse=all&colormag-pro-hide-notice=welcome' );
			if ( current_user_can( 'activate_plugin' ) ) {
				$result = activate_plugin( 'themegrill-demo-importer/themegrill-demo-importer.php' );

				if ( is_wp_error( $result ) ) {
					$response['errorCode']    = $result->get_error_code();
					$response['errorMessage'] = $result->get_error_message();
				}
			}
		} else {
			wp_enqueue_style( 'plugin-install' );
			wp_enqueue_script( 'plugin-install' );

			$response['redirect'] = admin_url( '/themes.php?page=demo-importer&browse=all&colormag-pro-hide-notice=welcome' );

			/**
			 * Install Plugin.
			 */
			include_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
			include_once ABSPATH . 'wp-admin/includes/plugin-install.php';

			$api = plugins_api(
				'plugin_information',
				array(
					'slug'   => sanitize_key( wp_unslash( 'themegrill-demo-importer' ) ),
					'fields' => array(
						'sections' => false,
					),
				)
			);

			$skin     = new WP_Ajax_Upgrader_Skin();
			$upgrader = new Plugin_Upgrader( $skin );
			$result   = $upgrader->install( $api->download_link );

			if ( $result ) {
				$response['installed'] = 'succeed';
			} else {
				$response['installed'] = 'failed';
			}

			// Activate plugin.
			if ( current_user_can( 'activate_plugin' ) ) {
				$result = activate_plugin( 'themegrill-demo-importer/themegrill-demo-importer.php' );

				if ( is_wp_error( $result ) ) {
					$response['errorCode']    = $result->get_error_code();
					$response['errorMessage'] = $result->get_error_message();
				}
			}
		}

		wp_send_json( $response );

		exit();
	}
}

new Colormag_Welcome_Notice();
inc/colormag-wp-query.php000064400000013053151213253100011413 0ustar00<?php
/**
 * ColorMag custom WP_Query functions.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


if ( ! function_exists( 'colormag_breaking_news' ) ) :

	/**
	 * Breaking News/Latest Posts ticker section in the header.
	 */
	function colormag_breaking_news() {

		// Arguments for post query.
		$args = array(
			'posts_per_page'         => 5,
			'post_type'              => 'post',
			'ignore_sticky_posts'    => true,
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
		);

		// If category is set for displaying breaking news.
		if ( 'category' == get_theme_mod( 'colormag_news_ticker_query', 'latest' ) ) {
			$args['category__in'] = get_theme_mod( 'colormag_news_ticker_category' );
		}

		$get_featured_posts = new WP_Query( $args );
		?>

		<div class="breaking-news">
			<strong class="breaking-news-latest">
				<?php echo esc_html( get_theme_mod( 'colormag_news_ticker_label', __( 'Latest:', 'colormag' ) ) ); ?>
			</strong>

			<ul class="newsticker">
				<?php
				while ( $get_featured_posts->have_posts() ) :
					$get_featured_posts->the_post();
					?>
					<li>
						<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
							<?php the_title(); ?>
						</a>
					</li>
				<?php endwhile; ?>
			</ul>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

endif;


if ( ! function_exists( 'colormag_random_post' ) ) :

	/**
	 * Random post icon in menu.
	 */
	function colormag_random_post() {

		// Bail out if random post in menu is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_random_post', 0 ) ) {
			return;
		}

		// Arguments for post query.
		$args = array(
			'posts_per_page'         => 1,
			'post_type'              => 'post',
			'ignore_sticky_posts'    => true,
			'orderby'                => 'rand',
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
		);

		$get_random_post = new WP_Query( $args );
		?>

		<div class="cm-random-post">
			<?php
			while ( $get_random_post->have_posts() ) :
				$get_random_post->the_post();
				?>
				<a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'View a random post', 'colormag' ); ?>">
					<?php colormag_get_icon( 'random-fill' ); ?>
				</a>
			<?php endwhile; ?>
		</div>

		<?php
		// Reset Post Data.
		wp_reset_postdata();

	}

endif;


if ( ! function_exists( 'colormag_related_posts_function' ) ) :

	/**
	 * Query for the related posts.
	 */
	function colormag_related_posts_function() {

		wp_reset_postdata();
		global $post;

		// Define shared post arguments.
		$args = array(
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
			'ignore_sticky_posts'    => 1,
			'orderby'                => 'rand',
			'post__not_in'           => array( $post->ID ),
			'posts_per_page'         => get_theme_mod( 'colormag_related_posts_count', '3' ),
		);

		// Related by categories.
		if ( 'categories' == get_theme_mod( 'colormag_related_posts_query', 'categories' ) ) {
			$cats                 = wp_get_post_categories( $post->ID, array( 'fields' => 'ids' ) );
			$args['category__in'] = $cats;
		}

		// Related by tags.
		if ( 'tags' == get_theme_mod( 'colormag_related_posts_query', 'categories' ) ) {
			$tags            = wp_get_post_tags( $post->ID, array( 'fields' => 'ids' ) );
			$args['tag__in'] = $tags;

			// If no tags added, return.
			if ( ! $tags ) {
				$break = true;
			}
		}

		$query = ! isset( $break ) ? new WP_Query( $args ) : new WP_Query();

		return $query;

	}

endif;


if ( ! function_exists( 'colormag_flyout_related_post_query' ) ) :

	/**
	 * Query for the flyout related posts query.
	 */
	function colormag_flyout_related_post_query() {

		wp_reset_postdata();
		global $post;

		// Define shared post arguments.
		$args = array(
			'no_found_rows'          => true,
			'update_post_meta_cache' => false,
			'update_post_term_cache' => false,
			'ignore_sticky_posts'    => 1,
			'orderby'                => 'rand',
			'post__not_in'           => array( $post->ID ),
			'posts_per_page'         => 2,
		);

		// Related by categories.
		if ( 'categories' == get_theme_mod( 'colormag_flyout_related_posts_query', 'categories' ) ) {
			$cats                 = wp_get_post_categories( $post->ID, array( 'fields' => 'ids' ) );
			$args['category__in'] = $cats;
		}

		// Related by tags.
		if ( 'tags' == get_theme_mod( 'colormag_flyout_related_posts_query', 'categories' ) ) {
			$tags            = wp_get_post_tags( $post->ID, array( 'fields' => 'ids' ) );
			$args['tag__in'] = $tags;

			// If no tags added, return.
			if ( ! $tags ) {
				$break = true;
			}
		}

		// Related by post date.
		if ( 'date' === get_theme_mod( 'colormag_flyout_related_posts_query', 'categories' ) ) {

			$post_date  = get_theme_mod( 'colormag_related_posts_flyout_by_date', '' );
			$post_date  = $post_date ? $post_date : null;
			$today_date = gmdate( 'Y-m-d' );

			if ( $post_date ) {
				$date_query_args = array(
					'after'     => esc_html( $post_date ),
					'before'    => $today_date,
					'inclusive' => true,
				);

				$args['date_query'] = $date_query_args;
			}
		}

		$query = ! isset( $break ) ? new WP_Query( $args ) : new WP_Query();

		return $query;

	}

endif;
inc/helper/class-colormag-utils.php000064400000014236151213253100013350 0ustar00<?php
/**
 * ColorMag utils class.
 *
 * @package ColorMag
 * @since   1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/**
 * ColorMag utils.
 *
 * Class responsible for different utility methods.
 *
 * @since 1.0.0
 */
class ColorMag_Utils {

	/**
	 * Given an hex colors, returns an array with the colors components.
	 *
	 * @param string $hex Hex color.
	 *
	 * @return array      Array with color components (r, g, b).
	 * @since  1.0.0
	 *
	 */
	public static function get_rgba_values_from_hex( $hex ) {

		if ( false !== strpos( $hex, 'rgb' ) ) {
			$hex = self::rgba_to_hex( $hex );
		}

		// Format the hex color string.
		$hex  = str_replace( '#', '', $hex );
		$rgba = array();

		switch ( strlen( $hex ) ) {

			case 3:
				$rgba['r'] = hexdec( substr( $hex, 0, 1 ) . substr( $hex, 0, 1 ) );
				$rgba['g'] = hexdec( substr( $hex, 1, 1 ) . substr( $hex, 1, 1 ) );
				$rgba['b'] = hexdec( substr( $hex, 2, 1 ) . substr( $hex, 2, 1 ) );
				$rgba['a'] = 1;

				break;
			case 7:
			case 6:
				$rgba['r'] = hexdec( substr( $hex, 0, 2 ) );
				$rgba['g'] = hexdec( substr( $hex, 2, 2 ) );
				$rgba['b'] = hexdec( substr( $hex, 4, 2 ) );
				$rgba['a'] = 1;

				break;
			case 8:
				$rgba['r'] = hexdec( substr( $hex, 0, 2 ) );
				$rgba['g'] = hexdec( substr( $hex, 2, 2 ) );
				$rgba['b'] = hexdec( substr( $hex, 4, 2 ) );
				$rgba['a'] = hexdec( substr( $hex, 6, 2 ) ) / 255;
				break;
		}

		return $rgba;
	}

	/**
	 * Convert rgba to hex.
	 *
	 * @param string $rgba RGBA color value.
	 *
	 * @return string
	 * @since  1.0.0
	 *
	 */
	public static function rgba_to_hex( $rgba ) {

		$regex = '#\((([^()]+|(?R))*)\)#';

		if ( preg_match_all( $regex, $rgba, $matches ) ) {
			$rgba = explode( ',', implode( ' ', $matches[1] ) );
		} else {
			$rgba = explode( ',', $rgba );
		}

		$r_hex = dechex( $rgba['0'] );
		$g_hex = dechex( $rgba['1'] );
		$b_hex = dechex( $rgba['2'] );
		$a_hex = '';

		if ( array_key_exists( '3', $rgba ) ) {
			$a_hex = dechex( $rgba['3'] * 255 );
		}

		return '#' . $r_hex . $g_hex . $b_hex . $a_hex;
	}

	/**
	 * Generate hex/rgba color value by changing brightness.
	 *
	 * Useful for generating hover color values.
	 *
	 * @param string $hex Hex color value.
	 * @param integer $steps -255 (darken) to 255 (brighten).
	 *
	 * @return string          hex or rgba color value depending on the param passed.
	 * @since  1.0.0
	 *
	 */
	public static function adjust_color_brightness( $hex, $steps ) {

		$steps = max( -255, min( 255, $steps ) );

		$rgb_values = self::get_rgba_values_from_hex( $hex );

		$r = max( 0, min( 255, $rgb_values['r'] + $steps ) );
		$g = max( 0, min( 255, $rgb_values['g'] + $steps ) );
		$b = max( 0, min( 255, $rgb_values['b'] + $steps ) );

		if ( $rgb_values['a'] >= 0 && $rgb_values['a'] < 1 && 1 !== $rgb_values['a'] ) {
			return 'rgba(' . $r . ',' . $g . ',' . $b . ',' . round( $rgb_values['a'], 2 ) . ')';
		}

		$r_hex = str_pad( dechex( $r ), 2, '0', STR_PAD_LEFT );
		$g_hex = str_pad( dechex( $g ), 2, '0', STR_PAD_LEFT );
		$b_hex = str_pad( dechex( $b ), 2, '0', STR_PAD_LEFT );

		return '#' . $r_hex . $g_hex . $b_hex;
	}

	/**
	 * Adjust opacity level of color.
	 *
	 * Useful for dynamically changing color opacity of reference color.
	 *
	 * $package ColorMag
	 *
	 * @param string $hex Hex color value.
	 * @param integer $steps 0 (transparent) to 100 (opaque).
	 *
	 * @return string          rgba color value with opacity level.
	 * @since   1.0.2
	 *
	 */

	public static function adjust_color_opacity( $hex, $steps ) {

		$steps     = max( 0, min( 100, $steps ) );
		$rgba      = self::get_rgba_values_from_hex( $hex );
		$a         = isset( $rgba['a'] ) ? $rgba['a'] : 1;
		$a         = $steps / 100 * $a;
		$a         = max( 0, min( 1, round( $a, 2 ) ) );
		$rgba['a'] = $a;

		return 'rgba(' . implode( ',', array_values( $rgba ) ) . ')';
	}

	/**
	 * Check whether Elementor plugin is activated and is active on current page or not.
	 *
	 * @return bool
	 *
	 * @since ColorMag 2.2.3
	 */
	public static function colormag_elementor_active_page_check() {
		global $post;

		if ( defined( 'ELEMENTOR_VERSION' ) && get_post_meta( $post->ID, '_elementor_edit_mode', true ) ) {
			return true;
		}

		return false;
	}

	/**
	 * Check if WooCommerce plugin is active.
	 *
	 * @see https://docs.woocommerce.com/document/query-whether-woocommerce-is-activated/
	 */
	public static function colormag_is_woocommerce_active() {

		if ( class_exists( 'woocommerce' ) ) {
			return true;
		} else {
			return false;
		}
	}

	/**
	 * Returns the class for sidebar layout.
	 *
	 * @param string $class Option value.
	 *
	 * @return string Required class for sidebar layout to be used on body class.
	 */
	public static function colormag_get_sidebar_layout_class( $class ) {

		$output = str_replace( '_', '-', $class );

		// This extra hack is needed since our theme does not have the class of `.no-sidebar-content-centered`.
		if ( 'no-sidebar-content-centered' === $output ) {
			$output = 'no-sidebar';
		}

		return $output;

	}

	/**
	 * Get sidebar as per the option chosen.
	 *
	 * @param string $sidebar        The passed sidebar area to be used.
	 * @param bool   $disable_suffix Option to bare the `get_sidebar()` file call for `right` sidebar.
	 * @param string $sidebar_prefix The prefix for sidebar area to be used.
	 */
	public static function colormag_get_sidebar( $sidebar, $disable_suffix = true, $sidebar_prefix = '' ) {

		// Bail out if `no_sidebar_full_width` or `no_sidebar_content_centered` is chosen.
		if ( 'no_sidebar_full_width' === $sidebar || 'no_sidebar_content_centered' === $sidebar ) {
			return;
		}

		$sidebar = str_replace( '_sidebar', '', $sidebar );

		// Bare the sidebar if sidebar is set to `right` sidebar to prevent being called different sidebar
		// if user is utilizing it via the child theme.
		if ( 'right' === $sidebar && $disable_suffix ) {
			$sidebar = '';
		}

		if ( $sidebar_prefix ) {
			get_sidebar( $sidebar_prefix . '-' . $sidebar );
		} else {
			get_sidebar( $sidebar );
		}

	}
}
inc/template-functions.php000064400000055575151213253100011661 0ustar00<?php
/**
 * Functions which enhance the theme by hooking into WordPress.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Add a pingback url auto-discovery header for single posts, pages, or attachments.
 */
function colormag_pingback_header() {
	if ( is_singular() && pings_open() ) {
		printf( '<link rel="pingback" href="%s">', esc_url( get_bloginfo( 'pingback_url' ) ) );
	}
}

add_action( 'wp_head', 'colormag_pingback_header' );


/**
 * Sets the post excerpt length to 20 words.
 *
 * Function tied to the excerpt_length filter hook.
 *
 * @param int $length The excerpt length.
 *
 * @return int The filtered excerpt length.
 * @uses filter excerpt_length
 */
function colormag_excerpt_length( $length ) {
	$excerpt_length = get_theme_mod( 'colormag_excerpt_length_setting', 20 );

	return $excerpt_length;
}

add_filter( 'excerpt_length', 'colormag_excerpt_length' );


/**
 * Returns a "Continue Reading" link for excerpts.
 */
function colormag_continue_reading() {
	$excerpt_more = get_theme_mod( 'colormag_excerpt_more_text', '' );

	return $excerpt_more;
}

add_filter( 'excerpt_more', 'colormag_continue_reading' );


/**
 * Removing the default style of WordPress gallery.
 */
add_filter( 'use_default_gallery_style', '__return_false' );

/**
 * Filtering the size to be full from thumbnail to be used in WordPress gallery as a default size.
 *
 * @param array $out   The output array of shortcode attributes.
 * @param array $pairs The supported attributes and their defaults.
 * @param array $atts  The user defined shortcode attributes.
 *
 * @return mixed
 */
function colormag_gallery_atts( $out, $pairs, $atts ) {
	$atts = shortcode_atts(
		array(
			'size' => 'colormag-featured-image',
		),
		$atts
	);

	$out['size'] = $atts['size'];

	return $out;
}

add_filter( 'shortcode_atts_gallery', 'colormag_gallery_atts', 10, 3 );


/**
 * Removing the more link jumping to middle of content.
 *
 * @param string $link Read More link element.
 *
 * @return string|string[]
 */
function colormag_remove_more_jump_link( $link ) {
	$offset = strpos( $link, '#more-' );

	if ( $offset ) {
		$end = strpos( $link, '"', $offset );
	}

	if ( $end ) {
		$link = substr_replace( $link, '', $offset, $end - $offset );
	}

	return $link;
}

add_filter( 'the_content_more_link', 'colormag_remove_more_jump_link' );


/**
 * Creating responsive video for posts/pages.
 *
 * @param string|false $html    The cached HTML result, stored in post meta.
 * @param string       $url     The attempted embed URL.
 * @param array        $attr    An array of shortcode attributes.
 * @param int          $post_ID Post ID.
 *
 * @return string
 */
function colormag_responsive_video( $html, $url, $attr, $post_ID ) {

	if ( ! current_theme_supports( 'responsive-embeds' ) ) {
		return '<div class="fitvids-video">' . $html . '</div>';
	}

	return $html;
}

add_filter( 'embed_oembed_html', 'colormag_responsive_video', 10, 4 );


/**
 * Use of the hooks for Category Color in the archive titles
 *
 * @param string $title Category title.
 *
 * @return string Category page title.
 */
function colormag_colored_category_title( $title ) {

	$output             = '';
	$color_value        = colormag_category_color( get_cat_id( $title ) );
	$color_border_value = colormag_category_color( get_cat_id( $title ) );

	if ( ! empty( $color_value ) ) {
		$output = '<h1 class="cm-page-title" style="border-bottom-color: ' . esc_attr( $color_border_value ) . '"><span style="background-color: ' . esc_attr( $color_value ) . '">' . esc_html( $title ) . '</span></h1>';
	} else {
		$output = '<h1 class="cm-page-title"><span>' . $title . '</span></h1>';
	}

	return $output;
}

/**
 * Filters the single_cat_title.
 *
 * @param string $category_title Category title.
 */
function colormag_category_title_function( $category_title ) {
	add_filter( 'single_cat_title', 'colormag_colored_category_title' );
}

add_action( 'colormag_category_title', 'colormag_category_title_function' );


/**
 * Filter the get_header_image_tag() for option of adding the link back to home page option.
 *
 * @param string $html   The HTML image tag markup being filtered.
 * @param object $header The custom header object returned by 'get_custom_header()'.
 * @param array  $attr   Array of the attributes for the image tag.
 *
 * @return string
 */
function colormag_header_image_markup( $html, $header, $attr ) {

	$output       = '';
	$header_image = get_header_image();

	if ( ! empty( $header_image ) ) {
		$output .= '<div class="header-image-wrap">';

		if ( 1 == get_theme_mod( 'colormag_enable_header_image_link_home', 0 ) ) {
			$output .= '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" rel="home">';
		}

		if ( 0 == get_theme_mod( 'colormag_enable_header_image_link_home', 0 ) && '' != get_theme_mod( 'colormag_header_image_custom_link', '' ) ) {
			$output .= '<a href="' . esc_url( get_theme_mod( 'colormag_header_image_custom_link', '' ) ) . '">';
		}

		$output .= '<img src="' . esc_url( $header_image ) . '" class="header-image" width="' . absint( get_custom_header()->width ) . '" height="' . absint( get_custom_header()->height ) . '" alt="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '">';

		if ( 1 == get_theme_mod( 'colormag_enable_header_image_link_home', 0 ) || '' != get_theme_mod( 'colormag_header_image_custom_link', '' ) ) {
			$output .= '</a>';
		}

		$output .= '</div>';
	}

	return $output;
}

add_filter( 'get_header_image_tag', 'colormag_header_image_markup', 10, 3 );


/**
 * Filter the body_class.
 *
 * Throwing different body class for the different layouts in the body tag.
 *
 * @param array $classes CSS classes applied to the body tag.
 *
 * @return array Classes for body.
 */
function colormag_body_class( $classes ) {

	global $post;

	if ( $post ) {
		$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
	}

	if ( is_home() ) {
		$queried_id  = get_option( 'page_for_posts' );
		$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
	}

	if ( empty( $layout_meta ) || is_archive() || is_search() ) {
		$layout_meta = 'default_layout';
	}

	$woocommerce_widgets_enabled     = get_theme_mod( 'colormag_woocommerce_sidebar_register_setting', 0 );
	$colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
	$colormag_page_sidebar_layout    = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
	$colormag_default_post_layout    = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

	/**
	 * Header styles.
	 */
	$header_layout_class = get_theme_mod( 'colormag_main_header_layout', 'layout-1' );

	if ( 'layout-1' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-1 adv-style-1';
	} elseif ( 'layout-2' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-2 adv-style-1';
	} elseif ( 'layout-3' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-3 adv-style-1';
	} elseif ( 'layout-4' === $header_layout_class ) {
		$classes[] = 'cm-header-layout-4 adv-style-1';
	}

	// Proceed only if WooCommerce extra widget option is not enabled as well as
	// Proceed only if WooCommerce is enabled and not in WooCommerce pages.
	if ( 0 == $woocommerce_widgets_enabled || ( 1 == $woocommerce_widgets_enabled && ( function_exists( 'is_woocommerce' ) && ( ! is_woocommerce() ) ) ) ) :
		if ( 'default_layout' === $layout_meta ) {
			if ( is_page() ) {
				if ( 'right_sidebar' === $colormag_page_sidebar_layout ) {
					$classes[] = '';
				} elseif ( 'left_sidebar' === $colormag_page_sidebar_layout ) {
					$classes[] = 'left-sidebar';
				} elseif ( 'no_sidebar_full_width' === $colormag_page_sidebar_layout ) {
					$classes[] = 'no-sidebar-full-width';
				} elseif ( 'no_sidebar_content_centered' === $colormag_page_sidebar_layout ) {
					$classes[] = 'no-sidebar';
				} elseif ( 'two_sidebars' === $colormag_page_sidebar_layout ) {
					$classes[] = 'tg-site-layout--2-sidebars';
				}
			} elseif ( is_single() ) {
				if ( 'right_sidebar' === $colormag_default_post_layout ) {
					$classes[] = '';
				} elseif ( 'left_sidebar' === $colormag_default_post_layout ) {
					$classes[] = 'left-sidebar';
				} elseif ( 'no_sidebar_full_width' === $colormag_default_post_layout ) {
					$classes[] = 'no-sidebar-full-width';
				} elseif ( 'no_sidebar_content_centered' === $colormag_default_post_layout ) {
					$classes[] = 'no-sidebar';
				} elseif ( 'two_sidebars' === $colormag_default_post_layout ) {
					$classes[] = 'tg-site-layout--2-sidebars';
				}
			} elseif ( 'right_sidebar' === $colormag_default_sidebar_layout ) {
				$classes[] = '';
			} elseif ( 'left_sidebar' === $colormag_default_sidebar_layout ) {
				$classes[] = 'left-sidebar';
			} elseif ( 'no_sidebar_full_width' === $colormag_default_sidebar_layout ) {
				$classes[] = 'no-sidebar-full-width';
			} elseif ( 'no_sidebar_content_centered' === $colormag_default_sidebar_layout ) {
				$classes[] = 'no-sidebar';
			} elseif ( 'two_sidebars' === $colormag_default_sidebar_layout ) {
				$classes[] = 'tg-site-layout--2-sidebars';
			}
		} elseif ( 'right_sidebar' === $layout_meta ) {
			$classes[] = '';
		} elseif ( 'left_sidebar' === $layout_meta ) {
			$classes[] = 'left-sidebar';
		} elseif ( 'no_sidebar_full_width' === $layout_meta ) {
			$classes[] = 'no-sidebar-full-width';
		} elseif ( 'no_sidebar_content_centered' === $layout_meta ) {
			$classes[] = 'no-sidebar';
		} elseif ( 'two_sidebars' === $layout_meta ) {
			$classes[] = 'tg-site-layout--2-sidebars';
		}

	endif;

	// For site layout option.
	$site_layout = get_theme_mod( 'colormag_container_layout', 'wide' );
	$classes[]   = ( 'wide' === $site_layout ) ? 'wide' : 'boxed';

	// Add body class for header display type.
	$header_display_type = get_theme_mod( 'colormag_header_display_type', 'type_one' );

	// For header display type 2.
	if ( 'type_two' === $header_display_type ) {
		$classes[] = 'header_display_type_one';
	}

	// For header display type 3.
	if ( 'type_three' === $header_display_type ) {
		$classes[] = 'header_display_type_two';
	}

	// Add body class for body skin type.
	if ( 'dark' === get_theme_mod( 'colormag_color_skin_setting', 'white' ) ) {
		$classes[] = 'dark-skin';
	}

	// For background image clickable.
	$background_image_url_link = get_theme_mod( 'colormag_background_image_link' );
	if ( $background_image_url_link ) {
		$classes[] = 'clickable-background-image';
	}

	return $classes;
}

add_filter( 'body_class', 'colormag_body_class' );

/**
 * List of allowed social protocols in HTML attributes.
 *
 * @param array $protocols Array of allowed protocols.
 *
 * @return array
 */
function colormag_allowed_social_protocols( $protocols ) {
	$social_protocols = array(
		'skype',
	);

	return array_merge( $protocols, $social_protocols );
}

add_filter( 'kses_allowed_protocols', 'colormag_allowed_social_protocols' );


/**
 * Creates new shortcodes for use in any shortcode-ready area.  This function uses the add_shortcode()
 * function to register new shortcodes with WordPress.
 *
 * @uses add_shortcode() to create new shortcodes.
 */
function colormag_add_shortcodes() {

	/* Add theme-specific shortcodes. */
	add_shortcode( 'the-year', 'colormag_the_year_shortcode' );
	add_shortcode( 'site-link', 'colormag_site_link_shortcode' );
	add_shortcode( 'wp-link', 'colormag_wp_link_shortcode' );
	add_shortcode( 'tg-link', 'colormag_themegrill_link_shortcode' );
}

add_action( 'init', 'colormag_add_shortcodes' );

/**
 * Shortcode to display the current year.
 *
 * @return string
 * @uses date() Gets the current year.
 */
function colormag_the_year_shortcode() {
	return date( 'Y' );
}

/**
 * Shortcode to display a link back to the site.
 *
 * @return string
 * @uses get_bloginfo() Gets the site link.
 */
function colormag_site_link_shortcode() {
	return '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name', 'display' ) ) . '" ><span>' . get_bloginfo( 'name', 'display' ) . '</span></a>';
}

/**
 * Shortcode to display a link to WordPress.org.
 *
 * @return string
 */
function colormag_wp_link_shortcode() {
	return '<a href="' . esc_url( 'http://wordpress.org' ) . '" target="_blank" title="' . esc_attr__( 'WordPress', 'colormag' ) . '" rel="nofollow"><span>' . esc_html__( 'WordPress', 'colormag' ) . '</span></a>';
}

/**
 * Shortcode to display a link to ColorMag Theme.
 *
 * @return string
 */
function colormag_themegrill_link_shortcode() {
	return '<a href="' . esc_url( 'https://themegrill.com/wordpress-themes/' ) . '" target="_blank" title="' . esc_attr__( 'ColorMag Pro', 'colormag' ) . '" rel="nofollow"><span>' . esc_html__( 'ColorMag Pro', 'colormag' ) . '</span></a>';
}


/**
 * Filters the columns displayed in the Posts list table.
 *
 * @param string[] $columns An associative array of column headings.
 *
 * @return mixed
 */
function colormag_posts_column_views( $columns ) {

	$columns['post_views'] = esc_html__( 'Total Views', 'colormag' );

	return $columns;
}

add_filter( 'manage_posts_columns', 'colormag_posts_column_views' );

/**
 * Fires in each custom column in the Posts list table.
 *
 * @param string $column_name The name of the column to display.
 * @param int    $post_id     The current post ID.
 */
function colormag_posts_custom_column_views( $column_name, $post_id ) {

	if ( 'post_views' === $column_name ) {
		echo wp_kses_post( colormag_post_view_display( get_the_ID(), false ) );
	}
}

add_action( 'manage_posts_custom_column', 'colormag_posts_custom_column_views', 5, 2 );


/**
 * Filters the CSS classes applied to a menu item’s list item element to add the category ID on menu class.
 *
 * @param array  $classes Array of the CSS classes that are applied to the menu item's <li> element.
 * @param object $item    The current menu item.
 *
 * @return array $classes
 */
function colormag_category_id_on_menu( $classes, $item ) {

	// Bail out if category color in menu is not set.
	if ( '' == get_theme_mod( 'colormag_enable_category_color', '' ) ) {
		return $classes;
	}

	if ( 'category' !== $item->object ) {
		return $classes;
	}

	$classes[] = 'menu-item-category-' . $item->object_id;

	return $classes;
}

add_filter( 'nav_menu_css_class', 'colormag_category_id_on_menu', 10, 2 );


/**
 * Adding the custom generated user field.
 *
 * @param int $user User id.
 */
function colormag_extra_user_field( $user ) {
	?>
	<h3><?php esc_html_e( 'User Social Links', 'colormag' ); ?></h3>

	<table class="form-table">
		<tr>
			<th><label for="colormag_twitter"><?php esc_html_e( 'Twitter', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_twitter" id="colormag_twitter"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_twitter', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_facebook"><?php esc_html_e( 'Facebook', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_facebook" id="colormag_facebook"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_facebook', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_flickr"><?php esc_html_e( 'Flickr', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_flickr" id="colormag_flickr"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_flickr', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_linkedin"><?php esc_html_e( 'LinkedIn', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_linkedin" id="colormag_linkedin"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_linkedin', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_instagram"><?php esc_html_e( 'Instagram', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_instagram" id="colormag_instagram"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_instagram', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_tumblr"><?php esc_html_e( 'Tumblr', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_tumblr" id="colormag_tumblr"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_tumblr', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>

		<tr>
			<th><label for="colormag_youtube"><?php esc_html_e( 'Youtube', 'colormag' ); ?></label></th>
			<td>
				<input type="text" name="colormag_youtube" id="colormag_youtube"
						value="<?php echo esc_attr( get_the_author_meta( 'colormag_youtube', $user->ID ) ); ?>"
						class="regular-text"
				/>
			</td>
		</tr>
	</table>
	<?php
}

add_action( 'show_user_profile', 'colormag_extra_user_field' );
add_action( 'edit_user_profile', 'colormag_extra_user_field' );

/**
 * Saving the user field used above for social sites.
 *
 * @param int $user_id User id.
 *
 * @return bool
 */
function colormag_extra_user_field_save_option( $user_id ) {

	if ( ! current_user_can( 'edit_user', $user_id ) ) {
		return false;
	}

	// Update user meta for Twitter.
	if ( isset( $_POST['colormag_twitter'] ) && wp_unslash( $_POST['colormag_twitter'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_twitter', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_twitter'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_twitter' );
	}

	// Update user meta for Facebook.
	if ( isset( $_POST['colormag_facebook'] ) && wp_unslash( $_POST['colormag_facebook'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_facebook', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_facebook'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_facebook' );
	}

	// Update user meta for Flickr.
	if ( isset( $_POST['colormag_flickr'] ) && wp_unslash( $_POST['colormag_flickr'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_flickr', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_flickr'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_flickr' );
	}

	// Update user meta for LinkedIn.
	if ( isset( $_POST['colormag_linkedin'] ) && wp_unslash( $_POST['colormag_linkedin'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_linkedin', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_linkedin'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_linkedin' );
	}

	// Update user meta for Instagram.
	if ( isset( $_POST['colormag_instagram'] ) && wp_unslash( $_POST['colormag_instagram'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_instagram', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_instagram'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_instagram' );
	}

	// Update user meta for Tumblr.
	if ( isset( $_POST['colormag_tumblr'] ) && wp_unslash( $_POST['colormag_tumblr'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_tumblr', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_tumblr'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_tumblr' );
	}

	// Update user meta for YouTube.
	if ( isset( $_POST['colormag_youtube'] ) && wp_unslash( $_POST['colormag_youtube'] ) ) { // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
		update_user_meta( $user_id, 'colormag_youtube', wp_filter_nohtml_kses( wp_unslash( $_POST['colormag_youtube'] ) ) ); // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	} else {
		delete_user_meta( $user_id, 'colormag_youtube' );
	}
}

add_action( 'personal_options_update', 'colormag_extra_user_field_save_option' );
add_action( 'edit_user_profile_update', 'colormag_extra_user_field_save_option' );



/**
 * Adds image-to-reveal-style-* class to all the image element in the document that is uploaded using media upload.
 *
 * @param array $attr attributes of image element.
 *
 * @return array Image element attributes.
 */
function colormag_images_to_reveal_class( $attr ) {

	$image_load_style = get_theme_mod( 'colormag_smooth_image_loading_animation', 'fade-in' );

	if ( isset( $attr['class'] ) && in_array( $image_load_style, array( 'fade-in', 'fade-in-down', 'fade-in-up' ), true ) && ! strpos( $attr['class'], 'tg-image-to-reveal-' . $image_load_style ) && 1 === get_theme_mod( 'colormag_enable_smooth_image_loading', 0 ) ) {
		$attr['class'] .= ' tg-image-to-reveal-' . $image_load_style;
	}

	return $attr;
}

add_filter( 'wp_get_attachment_image_attributes', 'colormag_images_to_reveal_class', 10, 1 );

if ( ! function_exists( 'colormag_get_icon' ) ) :

	/**
	 * Get SVG icon.
	 *
	 * @param string $icon Default is empty.
	 * @param bool $echo Default is true.
	 * @param array $args Default is empty.
	 *
	 * @return string|null
	 */
	function colormag_get_icon( $icon = '', $echo = true, $args = array() ) {
		return ColorMag_SVG_Icons::get_svg( $icon, $echo, $args );
	}
endif;

if ( ! function_exists( 'colormag_css_class' ) ) :

	/**
	 * Adds css classes to elements dynamically.
	 *
	 * @param string $tag Filter tag name.
	 *
	 * TODO: deprecate this function to ColorMag_Dynamic_Filter
	 *
	 * @return string CSS classes.
	 */
	function colormag_css_class( $tag, $echo = true ) {

		// Get list of css classes in array for the `$tag` aka element.
		$classes = ColorMag_Dynamic_Filter::filter_via_tag( $tag );

		// Filter for the element classes.
		$classes = apply_filters( $tag, $classes );

		// Remove duplicate classes if any.
		$classes = array_unique( $classes );

		// Output in string format.
		if ( true === $echo ) {

			echo esc_attr( join( ' ', $classes ) );
		} else {

			return join( ' ', $classes );
		}
	}
endif;
inc/class-breadcrumb-trail.php000064400000122106151213253100012343 0ustar00<?php
/**
 * Breadcrumb Trail - A breadcrumb menu script for WordPress.
 *
 * Breadcrumb Trail is a script for showing a breadcrumb trail for any type of page.  It tries to
 * anticipate any type of structure and display the best possible trail that matches your site's
 * permalink structure.  While not perfect, it attempts to fill in the gaps left by many other
 * breadcrumb scripts.
 *
 * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
 * General Public License as published by the Free Software Foundation; either version 2 of the License,
 * or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
 * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 *
 * @package   BreadcrumbTrail
 * @version   1.1.0
 * @author    Justin Tadlock <justin@justintadlock.com>
 * @copyright Copyright (c) 2008 - 2017, Justin Tadlock
 * @link      https://themehybrid.com/plugins/breadcrumb-trail
 * @license   http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */

/**
 * Shows a breadcrumb for all types of pages.  This is a wrapper function for the Breadcrumb_Trail class,
 * which should be used in theme templates.
 *
 * @access public
 *
 * @param  array $args Arguments to pass to Breadcrumb_Trail.
 *
 * @return string html output.
 */
function breadcrumb_trail( $args = array() ) {

	$breadcrumb = apply_filters( 'breadcrumb_trail_object', null, $args );

	if ( ! is_object( $breadcrumb ) ) {
		$breadcrumb = new Breadcrumb_Trail( $args );
	}

	return $breadcrumb->trail();
}

/**
 * Creates a breadcrumbs menu for the site based on the current page that's being viewed by the user.
 *
 * @access public
 */
class Breadcrumb_Trail {

	/**
	 * Array of items belonging to the current breadcrumb trail.
	 *
	 * @access public
	 * @var    array
	 */
	public $items = array();

	/**
	 * Arguments used to build the breadcrumb trail.
	 *
	 * @access public
	 * @var    array
	 */
	public $args = array();

	/**
	 * Array of text labels.
	 *
	 * @access public
	 * @var    array
	 */
	public $labels = array();

	/**
	 * Array of post types (key) and taxonomies (value) to use for single post views.
	 *
	 * @access public
	 * @var    array
	 */
	public $post_taxonomy = array();

	/* ====== Magic Methods ====== */

	/**
	 * Magic method to use in case someone tries to output the layout object as a string.
	 * We'll just return the trail HTML.
	 *
	 * @access public
	 * @return string
	 */
	public function __toString() {
		return $this->trail();
	}

	/**
	 * Sets up the breadcrumb trail properties.  Calls the `Breadcrumb_Trail::add_items()` method
	 * to creat the array of breadcrumb items.
	 *
	 * @access public
	 *
	 * @param array $args          {.
	 *
	 * @type string $container     Container HTML element. nav|div
	 * @type string $before        String to output before breadcrumb menu.
	 * @type string $after         String to output after breadcrumb menu.
	 * @type string $browse_tag    The HTML tag to use to wrap the "Browse" header text.
	 * @type string $list_tag      The HTML tag to use for the list wrapper.
	 * @type string $item_tag      The HTML tag to use for the item wrapper.
	 * @type bool   $show_on_front Whether to show when `is_front_page()`.
	 * @type bool   $network       Whether to link to the network main site (multisite only).
	 * @type bool   $show_title    Whether to show the title (last item) in the trail.
	 * @type bool   $show_browse   Whether to show the breadcrumb menu header.
	 * @type array  $labels        Text labels. @see Breadcrumb_Trail::set_labels()
	 * @type array  $post_taxonomy Taxonomies to use for post types. @see Breadcrumb_Trail::set_post_taxonomy()
	 * @type bool   $echo          Whether to print or return the breadcrumbs.
	 * }
	 * @return void
	 */
	public function __construct( $args = array() ) {

		$defaults = array(
			'container'         => 'nav',
			'before'            => '',
			'after'             => '',
			'browse_tag'        => 'h2',
			'list_tag'          => 'ul',
			'item_tag'          => 'li',
			'show_on_front'     => true,
			'network'           => false,
			'show_title'        => true,
			'show_browse'       => true,
			'link_current_item' => false,
			'labels'            => array(),
			'post_taxonomy'     => array(),
			'echo'              => true,
		);

		// Parse the arguments with the deaults.
		$this->args = apply_filters( 'breadcrumb_trail_args', wp_parse_args( $args, $defaults ) );

		// Set the labels and post taxonomy properties.
		$this->set_labels();
		$this->set_post_taxonomy();

		// Let's find some items to add to the trail!
		$this->add_items();
	}

	/* ====== Public Methods ====== */

	/**
	 * Formats the HTML output for the breadcrumb trail.
	 *
	 * @access public
	 * @return string
	 */
	public function trail() {

		// Set up variables that we'll need.
		$breadcrumb    = '';
		$item_count    = count( $this->items );
		$item_position = 0;

		// Connect the breadcrumb trail if there are items in the trail.
		if ( 0 < $item_count ) {

			// Add 'browse' label if it should be shown.
			if ( true === $this->args['show_browse'] ) {

				$breadcrumb .= sprintf(
					'<%1$s class="trail-browse">%2$s</%1$s>',
					tag_escape( $this->args['browse_tag'] ),
					$this->labels['browse']
				);
			}

			// Open the unordered list.
			$breadcrumb .= sprintf(
				'<%s class="trail-items" itemscope itemtype="http://schema.org/BreadcrumbList">',
				tag_escape( $this->args['list_tag'] )
			);

			// Add the number of items and item list order schema.
			$breadcrumb .= sprintf( '<meta name="numberOfItems" content="%d" />', absint( $item_count ) );
			$breadcrumb .= '<meta name="itemListOrder" content="Ascending" />';

			// Loop through the items and add them to the list.
			foreach ( $this->items as $item ) {

				// Iterate the item position.
				++$item_position;

				// Check if the item is linked.
				preg_match( '/(<a.*?>)(.*?)(<\/a>)/i', $item, $matches );

				// Wrap the item text with appropriate itemprop.
				$item = ! empty( $matches ) ? sprintf( '%s<span itemprop="name">%s</span>%s', $matches[1], $matches[2], $matches[3] ) : sprintf( '<span>%s</span>', $item );

				// Add list item classes.
				$item_class = 'trail-item';

				// Create list item attributes.
				$attributes = 'itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="' . $item_class . '"';
				$span_item = '<span itemprop="item">%s</span>';
				$meta = sprintf( '<meta itemprop="position" content="%s" />', absint( $item_position ) );

				if ( 1 === $item_position && 1 < $item_count ) {
					$item_class .= ' trail-begin';
					// Build the meta position HTML.
				} elseif ( $item_count === $item_position ) {
					$item_class .= ' trail-end';

					if ( is_404() || false === $this->args['link_current_item'] ) {
						$attributes = 'class="' . $item_class . '"';
						$span_item = '%s';
						$meta = '';
					}
				}

				// Wrap the item with its itemprop.
				$item = ! empty( $matches )
					? preg_replace( '/(<a.*?)([\'"])>/i', '$1$2 itemprop=$2item$2>', $item )
					: sprintf( $span_item, $item );

				// Build the list item.
				$breadcrumb .= sprintf( '<%1$s %2$s>%3$s%4$s</%1$s>', tag_escape( $this->args['item_tag'] ), $attributes, $item, $meta );
			}

			// Close the unordered list.
			$breadcrumb .= sprintf( '</%s>', tag_escape( $this->args['list_tag'] ) );

			// Wrap the breadcrumb trail.
			$breadcrumb = sprintf(
				'<%1$s role="navigation" aria-label="%2$s" class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb">%3$s%4$s%5$s%6$s</%1$s>',
				tag_escape( $this->args['container'] ),
				esc_attr( $this->labels['aria_label'] ),
				$this->args['before'],
				'<span class="breadcrumb-title">' . get_theme_mod( 'colormag_breadcrumb_label', esc_html__( 'You are here:', 'colormag' ) ) . '</span>',
				$breadcrumb,
				$this->args['after']
			);
		}

		// Allow developers to filter the breadcrumb trail HTML.
		$breadcrumb = apply_filters( 'breadcrumb_trail', $breadcrumb, $this->args );

		if ( false === $this->args['echo'] ) {
			return $breadcrumb;
		}

		echo $breadcrumb; // WPCS xss ok.
	}

	/* ====== Protected Methods ====== */

	/**
	 * Sets the labels property.  Parses the inputted labels array with the defaults.
	 *
	 * @access protected
	 * @return void
	 */
	protected function set_labels() {

		$defaults = array(
			'browse'              => esc_html__( 'Browse:', 'colormag' ),
			'aria_label'          => esc_attr_x( 'Breadcrumbs', 'breadcrumbs aria label', 'colormag' ),
			'home'                => esc_html__( 'Home', 'colormag' ),
			'error_404'           => esc_html__( '404 Not Found', 'colormag' ),
			'archives'            => esc_html__( 'Archives', 'colormag' ),
			// Translators: %s is the search query.
			'search'              => esc_html__( 'Search results for: %s', 'colormag' ),
			// Translators: %s is the page number.
			'paged'               => esc_html__( 'Page %s', 'colormag' ),
			// Translators: %s is the page number.
			'paged_comments'      => esc_html__( 'Comment Page %s', 'colormag' ),
			// Translators: Minute archive title. %s is the minute time format.
			'archive_minute'      => esc_html__( 'Minute %s', 'colormag' ),
			// Translators: Weekly archive title. %s is the week date format.
			'archive_week'        => esc_html__( 'Week %s', 'colormag' ),

			// "%s" is replaced with the translated date/time format.
			'archive_minute_hour' => '%s',
			'archive_hour'        => '%s',
			'archive_day'         => '%s',
			'archive_month'       => '%s',
			'archive_year'        => '%s',
		);

		$this->labels = apply_filters( 'breadcrumb_trail_labels', wp_parse_args( $this->args['labels'], $defaults ) );
	}

	/**
	 * Sets the `$post_taxonomy` property.  This is an array of post types (key) and taxonomies (value).
	 * The taxonomy's terms are shown on the singular post view if set.
	 *
	 * @access protected
	 * @return void
	 */
	protected function set_post_taxonomy() {

		$defaults = array();

		// If post permalink is set to `%postname%`, use the `category` taxonomy.
		if ( '%postname%' === trim( get_option( 'permalink_structure' ), '/' ) ) {
			$defaults['post'] = 'category';
		}

		$this->post_taxonomy = apply_filters( 'breadcrumb_trail_post_taxonomy', wp_parse_args( $this->args['post_taxonomy'], $defaults ) );
	}

	/**
	 * Runs through the various WordPress conditional tags to check the current page being viewed.  Once
	 * a condition is met, a specific method is launched to add items to the `$items` array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_items() {

		// If viewing the front page.
		if ( is_front_page() ) {
			$this->add_front_page_items();
		} else { // If not viewing the front page.

			// Add the network and site home links.
			$this->add_network_home_link();
			$this->add_site_home_link();

			// If viewing the home/blog page.
			if ( is_home() ) {
				$this->add_blog_items();
			} elseif ( is_singular() ) { // If not viewing the front page.
				$this->add_singular_items();
			} elseif ( is_archive() ) { // If viewing an archive page.

				if ( is_post_type_archive() ) {
					$this->add_post_type_archive_items();
				} elseif ( is_category() || is_tag() || is_tax() ) {
					$this->add_term_archive_items();
				} elseif ( is_author() ) {
					$this->add_user_archive_items();
				} elseif ( get_query_var( 'minute' ) && get_query_var( 'hour' ) ) {
					$this->add_minute_hour_archive_items();
				} elseif ( get_query_var( 'minute' ) ) {
					$this->add_minute_archive_items();
				} elseif ( get_query_var( 'hour' ) ) {
					$this->add_hour_archive_items();
				} elseif ( is_day() ) {
					$this->add_day_archive_items();
				} elseif ( get_query_var( 'w' ) ) {
					$this->add_week_archive_items();
				} elseif ( is_month() ) {
					$this->add_month_archive_items();
				} elseif ( is_year() ) {
					$this->add_year_archive_items();
				} else {
					$this->add_default_archive_items();
				}
			} elseif ( is_search() ) { // If viewing a search results page.
				$this->add_search_items();
			} elseif ( is_404() ) { // If viewing the 404 page.
				$this->add_404_items();
			}
		}

		// Add paged items if they exist.
		$this->add_paged_items();

		// Allow developers to overwrite the items for the breadcrumb trail.
		$this->items = array_unique( apply_filters( 'breadcrumb_trail_items', $this->items, $this->args ) );
	}

	/**
	 * Gets front items based on $wp_rewrite->front.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_rewrite_front_items() {
		global $wp_rewrite;

		if ( $wp_rewrite->front ) {
			$this->add_path_parents( $wp_rewrite->front );
		}
	}

	/**
	 * Adds the page/paged number to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_paged_items() {

		// If viewing a paged singular post.
		if ( is_singular() && 1 < get_query_var( 'page' ) && true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['paged'], number_format_i18n( absint( get_query_var( 'page' ) ) ) );
		} elseif ( is_singular() && get_option( 'page_comments' ) && 1 < get_query_var( 'cpage' ) ) { // If viewing a singular post with paged comments.
			$this->items[] = sprintf( $this->labels['paged_comments'], number_format_i18n( absint( get_query_var( 'cpage' ) ) ) );
		} elseif ( is_paged() && true === $this->args['show_title'] ) { // If viewing a paged archive-type page.
			$this->items[] = sprintf( $this->labels['paged'], number_format_i18n( absint( get_query_var( 'paged' ) ) ) );
		}
	}

	/**
	 * Adds the network (all sites) home page link to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_network_home_link() {

		if ( is_multisite() && ! is_main_site() && true === $this->args['network'] ) {
			$this->items[] = sprintf( '<a href="%s" rel="home">%s</a>', esc_url( network_home_url() ), $this->labels['home'] );
		}
	}

	/**
	 * Adds the current site's home page link to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_site_home_link() {

		$network = is_multisite() && ! is_main_site() && true === $this->args['network'];
		$label   = $network ? get_bloginfo( 'name' ) : $this->labels['home'];
		$rel     = $network ? '' : ' rel="home"';

		$this->items[] = sprintf( '<a href="%s"%s>%s</a>', esc_url( user_trailingslashit( home_url() ) ), $rel, $label );
	}

	/**
	 * Adds items for the front page to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_front_page_items() {

		// Only show front items if the 'show_on_front' argument is set to 'true'.
		if ( true === $this->args['show_on_front'] || is_paged() || ( is_singular() && 1 < get_query_var( 'page' ) ) ) {

			// Add network home link.
			$this->add_network_home_link();

			// If on a paged view, add the site home link.
			if ( is_paged() ) {
				$this->add_site_home_link();
			} elseif ( true === $this->args['show_title'] ) { // If on the main front page, add the network home title.
				$this->items[] = is_multisite() && true === $this->args['network'] ? get_bloginfo( 'name' ) : $this->labels['home'];
			}
		}
	}

	/**
	 * Adds items for the posts page (i.e., is_home()) to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_blog_items() {

		// Get the post ID and post.
		$post_id = get_queried_object_id();
		$post    = get_post( $post_id );

		// If the post has parents, add them to the trail.
		if ( 0 < $post->post_parent ) {
			$this->add_post_parents( $post->post_parent );
		}
		// Get the page title.
		$title = get_the_title( $post_id );

		// Add the posts page item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), $title );
		} elseif ( $title && true === $this->args['show_title'] ) {
			$this->items[] = $title;
		}
	}

	/**
	 * Adds singular post items to the items array.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_singular_items() {

		// Get the queried post.
		$post       = get_queried_object();
		$post_id    = get_queried_object_id();
		$post_title = single_post_title( '', false );

		// If the post has a parent, follow the parent trail.
		if ( 0 < $post->post_parent ) {
			$this->add_post_parents( $post->post_parent );
		} else { // If the post doesn't have a parent, get its hierarchy based off the post type.
			$this->add_post_hierarchy( $post_id );
		}

		// Display terms for specific post type taxonomy if requested.
		if ( ! empty( $this->post_taxonomy[ $post->post_type ] ) ) {
			$this->add_post_terms( $post_id, $this->post_taxonomy[ $post->post_type ] );
		}

		// End with the post title.
		if ( $post_title ) {

			if ( true === $this->args['link_current_item'] || ( 1 < get_query_var( 'page' ) || is_paged() ) || ( get_option( 'page_comments' ) && 1 < absint( get_query_var( 'cpage' ) ) ) ) {
				$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), $post_title );
			} elseif ( true === $this->args['show_title'] ) {
				$this->items[] = $post_title;
			}
		}
	}

	/**
	 * Adds the items to the trail items array for taxonomy term archives.
	 *
	 * @access protected
	 * @global object $wp_rewrite
	 * @return void
	 */
	protected function add_term_archive_items() {
		global $wp_rewrite;

		// Get some taxonomy and term variables.
		$term           = get_queried_object();
		$taxonomy       = get_taxonomy( $term->taxonomy );
		$done_post_type = false;

		// If there are rewrite rules for the taxonomy.
		if ( false !== $taxonomy->rewrite ) {

			// If 'with_front' is true, dd $wp_rewrite->front to the trail.
			if ( array_key_exists( 'with_front', $taxonomy->rewrite ) && $taxonomy->rewrite['with_front'] && $wp_rewrite->front ) {
				$this->add_rewrite_front_items();
			}

			// Get parent pages by path if they exist.
			$this->add_path_parents( $taxonomy->rewrite['slug'] );

			// Add post type archive if its 'has_archive' matches the taxonomy rewrite 'slug'.
			if ( $taxonomy->rewrite['slug'] ) {

				$slug = trim( $taxonomy->rewrite['slug'], '/' );

				// Deals with the situation if the slug has a '/' between multiple
				// strings. For example, "movies/genres" where "movies" is the post
				// type archive.
				$matches = explode( '/', $slug );

				// If matches are found for the path.
				if ( isset( $matches ) ) {

					// Reverse the array of matches to search for posts in the proper order.
					$matches = array_reverse( $matches );

					// Loop through each of the path matches.
					foreach ( $matches as $match ) {

						// If a match is found.
						$slug = $match;

						// Get public post types that match the rewrite slug.
						$post_types = $this->get_post_types_by_slug( $match );

						if ( ! empty( $post_types ) ) {

							$post_type_object = $post_types[0];

							// Add support for a non-standard label of 'archive_title' (special use case).
							$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

							// Core filter hook.
							$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

							// Add the post type archive link to the trail.
							$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), $label );

							$done_post_type = true;

							// Break out of the loop.
							break;
						}
					}
				}
			}
		}

		// If there's a single post type for the taxonomy, use it.
		if ( false === $done_post_type && 1 === count( $taxonomy->object_type ) && post_type_exists( $taxonomy->object_type[0] ) ) {

			// If the post type is 'post'.
			if ( 'post' === $taxonomy->object_type[0] ) {
				$post_id = get_option( 'page_for_posts' );

				if ( 'posts' !== get_option( 'show_on_front' ) && 0 < $post_id ) {
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), get_the_title( $post_id ) );
				}

				// If the post type is not 'post'.
			} else {
				$post_type_object = get_post_type_object( $taxonomy->object_type[0] );

				$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

				// Core filter hook.
				$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

				$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), $label );
			}
		}

		// If the taxonomy is hierarchical, list its parent terms.
		if ( is_taxonomy_hierarchical( $term->taxonomy ) && $term->parent ) {
			$this->add_term_parents( $term->parent, $term->taxonomy );
		}

		// Add the term name to the trail end.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $term->taxonomy ) ), single_term_title( '', false ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = single_term_title( '', false );
		}
	}

	/**
	 * Adds the items to the trail items array for post type archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_post_type_archive_items() {

		// Get the post type object.
		$post_type_object = get_post_type_object( get_query_var( 'post_type' ) );

		if ( false !== $post_type_object->rewrite ) {

			// If 'with_front' is true, add $wp_rewrite->front to the trail.
			if ( $post_type_object->rewrite['with_front'] ) {
				$this->add_rewrite_front_items();
			}

			// If there's a rewrite slug, check for parents.
			if ( ! empty( $post_type_object->rewrite['slug'] ) ) {
				$this->add_path_parents( $post_type_object->rewrite['slug'] );
			}
		}

		// Add the post type [plural] name to the trail end.
		if ( is_paged() || is_author() ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type_object->name ) ), post_type_archive_title( '', false ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = post_type_archive_title( '', false );
		}

		// If viewing a post type archive by author.
		if ( is_author() ) {
			$this->add_user_archive_items();
		}
	}

	/**
	 * Adds the items to the trail items array for user (author) archives.
	 *
	 * @access protected
	 * @global object $wp_rewrite
	 * @return void
	 */
	protected function add_user_archive_items() {
		global $wp_rewrite;

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the user ID.
		$user_id = get_query_var( 'author' );

		// If $author_base exists, check for parent pages.
		if ( ! empty( $wp_rewrite->author_base ) && ! is_post_type_archive() ) {
			$this->add_path_parents( $wp_rewrite->author_base );
		}

		// Add the author's display name to the trail end.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_author_posts_url( $user_id ) ), get_the_author_meta( 'display_name', $user_id ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = get_the_author_meta( 'display_name', $user_id );
		}
	}

	/**
	 * Adds the items to the trail items array for minute + hour archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_minute_hour_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the minute + hour item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_minute_hour'], get_the_time( esc_html_x( 'g:i a', 'minute and hour archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for minute archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_minute_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the minute item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_minute'], get_the_time( esc_html_x( 'i', 'minute archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for hour archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_hour_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Add the hour item.
		if ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['archive_hour'], get_the_time( esc_html_x( 'g a', 'hour archives time format', 'colormag' ) ) );
		}
	}

	/**
	 * Adds the items to the trail items array for day archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_day_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get year, month, and day.
		$year  = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$month = sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) );
		$day   = sprintf( $this->labels['archive_day'], get_the_time( esc_html_x( 'j', 'daily archives date format', 'colormag' ) ) );

		// Add the year and month items.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y' ), get_the_time( 'm' ) ) ), $month );

		// Add the day item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' )  ) ), $day );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $day;
		}
	}

	/**
	 * Adds the items to the trail items array for week archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_week_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year and week.
		$year = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$week = sprintf( $this->labels['archive_week'], get_the_time( esc_html_x( 'W', 'weekly archives date format', 'colormag' ) ) );

		// Add the year item.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );

		// Add the week item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = esc_url(
				get_archives_link(
					add_query_arg(
						array(
							'm' => get_the_time( 'Y' ),
							'w' => get_the_time( 'W' ),
						),
						home_url()
					),
					$week,
					false
				)
			);
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $week;
		}
	}

	/**
	 * Adds the items to the trail items array for month archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_month_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year and month.
		$year  = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );
		$month = sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) );

		// Add the year item.
		$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );

		// Add the month item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y' ), get_the_time( 'm' ) ) ), $month );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $month;
		}
	}

	/**
	 * Adds the items to the trail items array for year archives.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_year_archive_items() {

		// Add $wp_rewrite->front to the trail.
		$this->add_rewrite_front_items();

		// Get the year.
		$year = sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) );

		// Add the year item.
		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y' ) ) ), $year );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = $year;
		}
	}

	/**
	 * Adds the items to the trail items array for archives that don't have a more specific method
	 * defined in this class.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_default_archive_items() {

		// If this is a date-/time-based archive, add $wp_rewrite->front to the trail.
		if ( is_date() || is_time() ) {
			$this->add_rewrite_front_items();
		}
		if ( true === $this->args['show_title'] ) {
			$this->items[] = $this->labels['archives'];
		}
	}

	/**
	 * Adds the items to the trail items array for search results.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_search_items() {

		if ( is_paged() || ( true === $this->args['link_current_item'] ) ) {
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_search_link() ), sprintf( $this->labels['search'], get_search_query() ) );
		} elseif ( true === $this->args['show_title'] ) {
			$this->items[] = sprintf( $this->labels['search'], get_search_query() );
		}
	}

	/**
	 * Adds the items to the trail items array for 404 pages.
	 *
	 * @access protected
	 * @return void
	 */
	protected function add_404_items() {

		if ( true === $this->args['show_title'] ) {
			$this->items[] = $this->labels['error_404'];
		}
	}

	/**
	 * Adds a specific post's parents to the items array.
	 *
	 * @access protected
	 *
	 * @param int $post_id post id.
	 *
	 * @return void
	 */
	protected function add_post_parents( $post_id ) {
		$parents = array();

		while ( $post_id ) {

			// Get the post by ID.
			$post = get_post( $post_id );

			// If we hit a page that's set as the front page, bail.
			if ( 'page' === $post->post_type && 'page' === get_option( 'show_on_front' ) && get_option( 'page_on_front' ) === $post_id ) {
				break;
			}

			// Add the formatted post link to the array of parents.
			$parents[] = sprintf( '<a href="%s">%s</a>', esc_url( get_permalink( $post_id ) ), get_the_title( $post_id ) );

			// If there's no longer a post parent, break out of the loop.
			if ( 0 >= $post->post_parent ) {
				break;
			}

			// Change the post ID to the parent post to continue looping.
			$post_id = $post->post_parent;
		}

		// Get the post hierarchy based off the final parent post.
		$this->add_post_hierarchy( $post_id );

		// Display terms for specific post type taxonomy if requested.
		if ( ! empty( $this->post_taxonomy[ $post->post_type ] ) ) {
			$this->add_post_terms( $post_id, $this->post_taxonomy[ $post->post_type ] );
		}

		// Merge the parent items into the items array.
		$this->items = array_merge( $this->items, array_reverse( $parents ) );
	}

	/**
	 * Adds a specific post's hierarchy to the items array.  The hierarchy is determined by post type's
	 * rewrite arguments and whether it has an archive page.
	 *
	 * @access protected
	 *
	 * @param int $post_id post id.
	 *
	 * @return void
	 */
	protected function add_post_hierarchy( $post_id ) {

		// Get the post type.
		$post_type        = get_post_type( $post_id );
		$post_type_object = get_post_type_object( $post_type );

		// If this is the 'post' post type, get the rewrite front items and map the rewrite tags.
		if ( 'post' === $post_type ) {

			// Add $wp_rewrite->front to the trail.
			$this->add_rewrite_front_items();

			// Map the rewrite tags.
			$this->map_rewrite_tags( $post_id, get_option( 'permalink_structure' ) );
		} elseif ( false !== $post_type_object->rewrite ) { // If the post type has rewrite rules.

			// If 'with_front' is true, add $wp_rewrite->front to the trail.
			if ( $post_type_object->rewrite['with_front'] ) {
				$this->add_rewrite_front_items();
			}

			// If there's a path, check for parents.
			if ( ! empty( $post_type_object->rewrite['slug'] ) ) {
				$this->add_path_parents( $post_type_object->rewrite['slug'] );
			}
		}

		// If there's an archive page, add it to the trail.
		if ( $post_type_object->has_archive ) {

			// Add support for a non-standard label of 'archive_title' (special use case).
			$label = ! empty( $post_type_object->labels->archive_title ) ? $post_type_object->labels->archive_title : $post_type_object->labels->name;

			// Core filter hook.
			$label = apply_filters( 'post_type_archive_title', $label, $post_type_object->name );

			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_post_type_archive_link( $post_type ) ), $label );
		}

		// Map the rewrite tags if there's a `%` in the slug.
		if ( 'post' !== $post_type && ! empty( $post_type_object->rewrite['slug'] ) && false !== strpos( $post_type_object->rewrite['slug'], '%' ) ) {
			$this->map_rewrite_tags( $post_id, $post_type_object->rewrite['slug'] );
		}
	}

	/**
	 * Gets post types by slug.  This is needed because the get_post_types() function doesn't exactly
	 * match the 'has_archive' argument when it's set as a string instead of a boolean.
	 *
	 * @access protected
	 *
	 * @param int $slug The post type archive slug to search for.
	 *
	 * @return array $return post type.
	 */
	protected function get_post_types_by_slug( $slug ) {

		$return = array();

		$post_types = get_post_types( array(), 'objects' );

		foreach ( $post_types as $type ) {

			if ( $slug === $type->has_archive || ( true === $type->has_archive && $slug === $type->rewrite['slug'] ) ) {
				$return[] = $type;
			}
		}

		return $return;
	}

	/**
	 * Adds a post's terms from a specific taxonomy to the items array.
	 *
	 * @access protected
	 *
	 * @param int    $post_id  The ID of the post to get the terms for.
	 * @param string $taxonomy The taxonomy to get the terms from.
	 *
	 * @return void
	 */
	protected function add_post_terms( $post_id, $taxonomy ) {

		// Get the post type.
		$post_type = get_post_type( $post_id );

		// Get the post categories.
		$terms = get_the_terms( $post_id, $taxonomy );

		// Check that categories were returned.
		if ( $terms && ! is_wp_error( $terms ) ) {

			// Sort the terms by ID and get the first category.
			if ( function_exists( 'wp_list_sort' ) ) {
				$terms = wp_list_sort( $terms, 'term_id' );
			} else {
				usort( $terms, '_usort_terms_by_ID' );
			}
			$term = get_term( $terms[0], $taxonomy );

			// If the category has a parent, add the hierarchy to the trail.
			if ( 0 < $term->parent ) {
				$this->add_term_parents( $term->parent, $taxonomy );
			}

			// Add the category archive link to the trail.
			$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $taxonomy ) ), $term->name );
		}
	}

	/**
	 * Get parent posts by path.  Currently, this method only supports getting parents of the 'page'
	 * post type.  The goal of this function is to create a clear path back to home given what would
	 * normally be a "ghost" directory.  If any page matches the given path, it'll be added.
	 *
	 * @access protected
	 *
	 * @param  string $path The path (slug) to search for posts by.
	 *
	 * @return void
	 */
	protected function add_path_parents( $path ) {

		// Trim '/' off $path in case we just got a simple '/' instead of a real path.
		$path = trim( $path, '/' );

		// If there's no path, return.
		if ( empty( $path ) ) {
			return;
		}

		// Get parent post by the path.
		$post = get_page_by_path( $path );

		if ( ! empty( $post ) ) {
			$this->add_post_parents( $post->ID );
		} elseif ( is_null( $post ) ) {

			// Separate post names into separate paths by '/'.
			$path = trim( $path, '/' );
			preg_match_all( '/\/.*?\z/', $path, $matches );

			// If matches are found for the path.
			if ( isset( $matches ) ) {

				// Reverse the array of matches to search for posts in the proper order.
				$matches = array_reverse( $matches );

				// Loop through each of the path matches.
				foreach ( $matches as $match ) {

					// If a match is found.
					if ( isset( $match[0] ) ) {

						// Get the parent post by the given path.
						$path = str_replace( $match[0], '', $path );
						$post = get_page_by_path( trim( $path, '/' ) );

						// If a parent post is found, set the $post_id and break out of the loop.
						if ( ! empty( $post ) && 0 < $post->ID ) {
							$this->add_post_parents( $post->ID );
							break;
						}
					}
				}
			}
		}
	}

	/**
	 * Searches for term parents of hierarchical taxonomies.  This function is similar to the WordPress
	 * function get_category_parents() but handles any type of taxonomy.
	 *
	 * @param  int    $term_id  ID of the term to get the parents of.
	 * @param  string $taxonomy Name of the taxonomy for the given term.
	 *
	 * @return void
	 */
	protected function add_term_parents( $term_id, $taxonomy ) {

		// Set up some default arrays.
		$parents = array();

		// While there is a parent ID, add the parent term link to the $parents array.
		while ( $term_id ) {

			// Get the parent term.
			$term = get_term( $term_id, $taxonomy );

			// Add the formatted term link to the array of parent terms.
			$parents[] = sprintf( '<a href="%s">%s</a>', esc_url( get_term_link( $term, $taxonomy ) ), $term->name );

			// Set the parent term's parent as the parent ID.
			$term_id = $term->parent;
		}

		// If we have parent terms, reverse the array to put them in the proper order for the trail.
		if ( ! empty( $parents ) ) {
			$this->items = array_merge( $this->items, array_reverse( $parents ) );
		}
	}

	/**
	 * Turns %tag% from permalink structures into usable links for the breadcrumb trail.  This feels kind of
	 * hackish for now because we're checking for specific %tag% examples and only doing it for the 'post'
	 * post type.  In the future, maybe it'll handle a wider variety of possibilities, especially for custom post
	 * types.
	 *
	 * @access protected
	 *
	 * @param  int    $post_id ID of the post whose parents we want.
	 * @param  string $path    Path of a potential parent page.
	 */
	protected function map_rewrite_tags( $post_id, $path ) {

		$post = get_post( $post_id );

		// Trim '/' from both sides of the $path.
		$path = trim( $path, '/' );

		// Split the $path into an array of strings.
		$matches = explode( '/', $path );

		// If matches are found for the path.
		if ( is_array( $matches ) ) {

			// Loop through each of the matches, adding each to the $trail array.
			foreach ( $matches as $match ) {

				// Trim any '/' from the $match.
				$tag = trim( $match, '/' );

				// If using the %year% tag, add a link to the yearly archive.
				if ( '%year%' === $tag ) {
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_year_link( get_the_time( 'Y', $post_id ) ) ), sprintf( $this->labels['archive_year'], get_the_time( esc_html_x( 'Y', 'yearly archives date format', 'colormag' ) ) ) );
				} elseif ( '%monthnum%' === $tag ) { // If using the %monthnum% tag, add a link to the monthly archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_month_link( get_the_time( 'Y', $post_id ), get_the_time( 'm', $post_id ) ) ), sprintf( $this->labels['archive_month'], get_the_time( esc_html_x( 'F', 'monthly archives date format', 'colormag' ) ) ) );
				} elseif ( '%day%' === $tag ) { // If using the %day% tag, add a link to the daily archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_day_link( get_the_time( 'Y', $post_id ), get_the_time( 'm', $post_id ), get_the_time( 'd', $post_id ) ) ), sprintf( $this->labels['archive_day'], get_the_time( esc_html_x( 'j', 'daily archives date format', 'colormag' ) ) ) );
				} elseif ( '%author%' === $tag ) { // If using the %author% tag, add a link to the post author archive.
					$this->items[] = sprintf( '<a href="%s">%s</a>', esc_url( get_author_posts_url( $post->post_author ) ), get_the_author_meta( 'display_name', $post->post_author ) );
				} elseif ( taxonomy_exists( trim( $tag, '%' ) ) ) { // If using the %category% tag, add a link to the first category archive to match permalinks.

					// Force override terms in this post type.
					$this->post_taxonomy[ $post->post_type ] = false;

					// Add the post categories.
					$this->add_post_terms( $post_id, trim( $tag, '%' ) );
				}
			}
		}
	}
}
inc/class-colormag-svg-icons.php000064400000025376151213253110012651 0ustar00<?php
/**
 * ColorMag svg icons class
 *
 * @package ColorMag
 *
 * TODO: @since.
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit();

if ( ! class_exists( 'ColorMag_SVG_Icons' ) ) {

	/**
	 * ColorMag_SVG_Icons class.
	 */
	class ColorMag_SVG_Icons {

		/**
		 * Allowed HTML.
		 *
		 * @var bool[][]
		 */
		public static $allowed_html = array(
			'svg'     => array(
				'class'       => true,
				'xmlns'       => true,
				'width'       => true,
				'height'      => true,
				'viewbox'     => true,
				'aria-hidden' => true,
				'role'        => true,
				'focusable'   => true,
			),
			'path'    => array(
				'fill'      => true,
				'fill-rule' => true,
				'd'         => true,
				'transform' => true,
			),
			'circle'  => array(
				'cx' => true,
				'cy' => true,
				'r'  => true,
			),
			'polygon' => array(
				'fill'      => true,
				'fill-rule' => true,
				'points'    => true,
				'transform' => true,
				'focusable' => true,
			),
		);

		/**
		 * SVG icons.
		 *
		 * @var string[]
		 */
		public static $icons = array(
			'calendar-fill'    => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.1 6.6v1.6c0 .6-.4 1-1 1H3.9c-.6 0-1-.4-1-1V6.6c0-1.5 1.3-2.8 2.8-2.8h1.7V3c0-.6.4-1 1-1s1 .4 1 1v.8h5.2V3c0-.6.4-1 1-1s1 .4 1 1v.8h1.7c1.5 0 2.8 1.3 2.8 2.8zm-1 4.6H3.9c-.6 0-1 .4-1 1v7c0 1.5 1.3 2.8 2.8 2.8h12.6c1.5 0 2.8-1.3 2.8-2.8v-7c0-.6-.4-1-1-1z"></path></svg>',
			'clock'            => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10zm0-18c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3.6 10.8c-.2 0-.3 0-.4-.1l-3.6-1.8c-.4-.2-.6-.5-.6-.9V6.6c0-.6.4-1 1-1s1 .4 1 1v4.8l3 1.5c.5.2.7.8.4 1.3-.1.4-.4.6-.8.6z"></path></svg>',
			'comment'          => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M22 5v10c0 1.7-1.3 3-3 3H7.4l-3.7 3.7c-.2.2-.4.3-.7.3-.1 0-.3 0-.4-.1-.4-.1-.6-.5-.6-.9V5c0-1.7 1.3-3 3-3h14c1.7 0 3 1.3 3 3z"></path></svg>',
			'eye'              => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.9 11.6c-.2-.2-3.6-7-9.9-7s-9.8 6.7-9.9 7c-.1.3-.1.6 0 .9.2.2 3.7 7 9.9 7s9.7-6.8 9.9-7c.1-.3.1-.6 0-.9zM12 15.5c-2 0-3.5-1.5-3.5-3.5S10 8.5 12 8.5s3.5 1.5 3.5 3.5-1.5 3.5-3.5 3.5z"></path></svg>',
			'heart-fill'       => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.32 4.83a5.73 5.73 0 0 0-8.11 0L12 5l-.21-.21a5.73 5.73 0 0 0-8.11 8.11l7.61 7.62a1 1 0 0 0 1.42 0l7.61-7.62a5.73 5.73 0 0 0 0-8.07Z"></path></svg>',
			'user'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M7 7c0-2.8 2.2-5 5-5s5 2.2 5 5-2.2 5-5 5-5-2.2-5-5zm9 7H8c-2.8 0-5 2.2-5 5v2c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-2c0-2.8-2.2-5-5-5z"></path></svg>',
			'edit'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.31 22H4.79A2.79 2.79 0 0 1 2 19.21V6.69A2.79 2.79 0 0 1 4.79 3.9h6.26a1 1 0 0 1 0 2H4.79a.79.79 0 0 0-.79.79v12.52a.79.79 0 0 0 .79.79h12.52a.79.79 0 0 0 .79-.79V13a1 1 0 1 1 2 0v6.26A2.79 2.79 0 0 1 17.31 22Zm-8.7-5.4 3.58-.89a1.17 1.17 0 0 0 .46-.26L21.15 7a2.9 2.9 0 1 0-4.1-4.1l-8.49 8.5a1.08 1.08 0 0 0-.27.46l-.89 3.53a1 1 0 0 0 .26.95 1 1 0 0 0 .71.29 1 1 0 0 0 .24-.03Zm9.86-12.34A.9.9 0 0 1 20 4.9a.88.88 0 0 1-.26.63l-8.31 8.3-1.69.43.43-1.69Z"></path></svg>',
			'tag'              => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.2 10.4-8.1-8.1c-.2-.2-.4-.3-.7-.3H3c-.6 0-1 .5-1 1v9.4c0 .3.1.5.3.7l8.1 8.1c.5.5 1.3.8 2 .8.8 0 1.5-.3 2-.8l6.7-6.7c1.2-1.2 1.2-3 .1-4.1zM7.7 8.7c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z"></path></svg>',
			'hourglass'        => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18 20h-.4v-1.8c0-2-.9-3.8-2.5-5L13.4 12l1.6-1.2c1.6-1.2 2.5-3 2.5-5V4.1h.5c.6 0 1-.4 1-1s-.4-1-1-1H6c-.6 0-1 .4-1 1s.4 1 1 1h.4v1.8c0 2 .9 3.8 2.5 5l1.6 1.2L9 13.2c-1.6 1.2-2.5 3-2.5 5V20H6c-.6 0-1 .4-1 1s.4 1 1 1h12c.6 0 1-.4 1-1s-.4-1-1-1zM8.5 6.1V4h7.1v2.4c-1.1-.5-3.2-1-7.1-.3zM8.4 20v-1.8c0-1.3.6-2.6 1.7-3.4l1.8-1.3 1.8 1.3c1.1.8 1.7 2 1.7 3.4V20h-7z"></path></svg>',
			'home'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 22"><path d="M13.6465 6.01133L5.11148 13.0409V20.6278C5.11148 20.8242 5.18952 21.0126 5.32842 21.1515C5.46733 21.2904 5.65572 21.3685 5.85217 21.3685L11.0397 21.3551C11.2355 21.3541 11.423 21.2756 11.5611 21.1368C11.6992 20.998 11.7767 20.8102 11.7767 20.6144V16.1837C11.7767 15.9873 11.8547 15.7989 11.9937 15.66C12.1326 15.521 12.321 15.443 12.5174 15.443H15.4801C15.6766 15.443 15.865 15.521 16.0039 15.66C16.1428 15.7989 16.2208 15.9873 16.2208 16.1837V20.6111C16.2205 20.7086 16.2394 20.8052 16.2765 20.8953C16.3136 20.9854 16.3681 21.0673 16.4369 21.1364C16.5057 21.2054 16.5875 21.2602 16.6775 21.2975C16.7675 21.3349 16.864 21.3541 16.9615 21.3541L22.1472 21.3685C22.3436 21.3685 22.532 21.2904 22.6709 21.1515C22.8099 21.0126 22.8879 20.8242 22.8879 20.6278V13.0358L14.3548 6.01133C14.2544 5.93047 14.1295 5.88637 14.0006 5.88637C13.8718 5.88637 13.7468 5.93047 13.6465 6.01133ZM27.1283 10.7892L23.2582 7.59917V1.18717C23.2582 1.03983 23.1997 0.898538 23.0955 0.794359C22.9913 0.69018 22.8501 0.631653 22.7027 0.631653H20.1103C19.963 0.631653 19.8217 0.69018 19.7175 0.794359C19.6133 0.898538 19.5548 1.03983 19.5548 1.18717V4.54848L15.4102 1.13856C15.0125 0.811259 14.5134 0.632307 13.9983 0.632307C13.4832 0.632307 12.9841 0.811259 12.5864 1.13856L0.868291 10.7892C0.81204 10.8357 0.765501 10.8928 0.731333 10.9573C0.697165 11.0218 0.676038 11.0924 0.66916 11.165C0.662282 11.2377 0.669786 11.311 0.691245 11.3807C0.712704 11.4505 0.747696 11.5153 0.794223 11.5715L1.97469 13.0066C2.02109 13.063 2.07816 13.1098 2.14264 13.1441C2.20711 13.1784 2.27773 13.1997 2.35044 13.2067C2.42315 13.2137 2.49653 13.2063 2.56638 13.1849C2.63623 13.1636 2.70118 13.1286 2.7575 13.0821L13.6465 4.11333C13.7468 4.03247 13.8718 3.98837 14.0006 3.98837C14.1295 3.98837 14.2544 4.03247 14.3548 4.11333L25.2442 13.0821C25.3004 13.1286 25.3653 13.1636 25.435 13.1851C25.5048 13.2065 25.5781 13.214 25.6507 13.2071C25.7234 13.2003 25.794 13.1791 25.8584 13.145C25.9229 13.1108 25.98 13.0643 26.0265 13.008L27.207 11.5729C27.2535 11.5164 27.2883 11.4512 27.3095 11.3812C27.3307 11.3111 27.3379 11.2375 27.3306 11.1647C27.3233 11.0919 27.3016 11.0212 27.2669 10.9568C27.2322 10.8923 27.1851 10.8354 27.1283 10.7892Z" /></svg>',
			'arrow-left'       => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg>',
			'arrow-right'      => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg>',
			'arrow-left-long'  => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M2 12.38a1 1 0 0 1 0-.76.91.91 0 0 1 .22-.33L6.52 7a1 1 0 0 1 1.42 0 1 1 0 0 1 0 1.41L5.36 11H21a1 1 0 0 1 0 2H5.36l2.58 2.58a1 1 0 0 1 0 1.41 1 1 0 0 1-.71.3 1 1 0 0 1-.71-.3l-4.28-4.28a.91.91 0 0 1-.24-.33Z"></path></svg>',
			'arrow-right-long' => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.92 12.38a1 1 0 0 0 0-.76 1 1 0 0 0-.21-.33L17.42 7A1 1 0 0 0 16 8.42L18.59 11H2.94a1 1 0 1 0 0 2h15.65L16 15.58A1 1 0 0 0 16 17a1 1 0 0 0 1.41 0l4.29-4.28a1 1 0 0 0 .22-.34Z"></path></svg>',
			'bars'             => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 19H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Zm0-6H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Zm0-6H3a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2Z"></path></svg>',
			'x-mark'           => '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m13.4 12 8.3-8.3c.4-.4.4-1 0-1.4s-1-.4-1.4 0L12 10.6 3.7 2.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l8.3 8.3-8.3 8.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3l8.3-8.3 8.3 8.3c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4L13.4 12z"></path></svg>',
			'random-fill'      => '<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M21.73 16a1 1 0 0 1 0 1.33l-3.13 3.14a.94.94 0 0 1-1.6-.66v-1.56h-2.3a.39.39 0 0 1-.18 0 .36.36 0 0 1-.16-.11l-2.76-3 2.09-2.23 2.06 2.21H17v-1.56a.94.94 0 0 1 1.6-.66ZM2.47 8.88h3.28l2.06 2.2L9.9 8.85 7.14 5.9A.36.36 0 0 0 7 5.79a.39.39 0 0 0-.18 0H2.47a.47.47 0 0 0-.47.43v2.19a.47.47 0 0 0 .47.47Zm14.53 0v1.56a.94.94 0 0 0 1.6.66L21.73 8a1 1 0 0 0 0-1.33L18.6 3.53a.94.94 0 0 0-1.6.66v1.56h-2.3a.39.39 0 0 0-.18 0 .36.36 0 0 0-.16.11l-8.61 9.27H2.47a.46.46 0 0 0-.47.46v2.19a.47.47 0 0 0 .47.47H6.8a.45.45 0 0 0 .34-.15l8.61-9.22Z"></path></svg>',
			'permalink'        => '<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 24 24"><path d="M16.48 21.91a5.45 5.45 0 0 0 3.91-9.22L17.66 10a7.19 7.19 0 0 0-.59-.51 5.45 5.45 0 0 0-7.61 1.1.91.91 0 1 0 1.45 1.09 3.62 3.62 0 0 1 5.09-.77 3.14 3.14 0 0 1 .4.34L19.09 14a3.57 3.57 0 0 1 1 2.57A3.63 3.63 0 0 1 14 19.08l-1.54-1.54a.89.89 0 0 0-1.28 0 .91.91 0 0 0 0 1.28l1.55 1.55a5.43 5.43 0 0 0 3.75 1.54Zm-6.3-6.28a5.46 5.46 0 0 0 4.36-2.18.92.92 0 0 0-.19-1.27.91.91 0 0 0-1.27.18 3.62 3.62 0 0 1-5.08.73 2.5 2.5 0 0 1-.39-.34L4.9 10A3.63 3.63 0 0 1 10 4.92l1.55 1.54a.9.9 0 1 0 1.27-1.28L11.3 3.63a5.43 5.43 0 0 0-7.69 7.68L6.34 14a5.48 5.48 0 0 0 3.84 1.59Z"></path></svg>',
		);

		/**
		 * Get the SVG icon.
		 *
		 * @param string $icon Default is empty.
		 * @param bool   $echo Default is true.
		 * @param array  $args Default is empty.
		 *
		 * @return string|null
		 */
		public static function get_svg( $icon = '', $echo = true, $args = array() ) {

			$icons = self::get_icons();
			$atts  = '';
			$svg   = '';

			if ( ! empty( $args ) ) {

				foreach ( $args as $key => $value ) {

					if ( ! empty( $value ) ) {

						$atts .= esc_html( $key ) . '="' . esc_attr( $value ) . '" ';
					}
				}
			}

			if ( array_key_exists( $icon, $icons ) ) {

				$repl = sprintf( '<svg class="cm-icon cm-icon--%1$s" %2$s', $icon, $atts );
				$svg  = preg_replace( '/^<svg /', $repl, trim( $icons[ $icon ] ) );
				$svg  = preg_replace( "/([\n\t]+)/", ' ', $svg );
				$svg  = preg_replace( '/>\s*</', '><', $svg );
			}

			if ( ! $svg ) {

				return null;
			}

			if ( $echo ) {

				echo wp_kses( $svg, self::$allowed_html );
			} else {

				return wp_kses( $svg, self::$allowed_html );
			}
		}

		/**
		 * Get all SVG icons.
		 *
		 * @return mixed|void
		 */
		public static function get_icons() {

			/**
			 * Filter for svg icons.
			 *
			 * TODO: @since.
			 */
			return apply_filters( 'coloramg_svg_icons', self::$icons );
		}
	}
}
inc/migration/class-colormag-options-migrate.php000064400000003427151213253110016044 0ustar00<?php
/**
 * Class to migrate customize options from free to pro, when the theme switches.
 * Class ColorMag_Dynamic_CSS
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class to migrate customize options from free to pro, when the theme switches.
 *
 * Class ColorMag_Options_Migrate
 */
class ColorMag_Options_Migrate {

	/**
	 * Constructor.
	 *
	 * ColorMag_Options_Migrate constructor.
	 */
	public function __construct() {

		// Customize options migrate from free to pro theme switch.
		add_action( 'after_switch_theme', array( $this, 'colormag_options_migrate' ) );

	}

	/**
	 * Customize options migrate from free to pro theme switch.
	 */
	public function colormag_options_migrate() {

		// Bail out if ColorMag Pro theme is already activated.
		if ( get_option( 'colormag_pro_active' ) ) {
			return;
		}

		// Add option to check if pro theme is already activated or not.
		update_option( 'colormag_pro_active', 1 );

		// Bail out if `theme_mods_colormag` does not exists.
		if ( false === ( $mods = get_option( 'theme_mods_colormag' ) ) ) {
			return;
		}

		// Bail out if `colormag_transfer` already exists,
		// which refers that the database is already migrated.
		if ( get_option( 'colormag_transfer' ) ) {
			return;
		}

		// Migrate the free theme mods data to pro,
		// ie, from `theme_mods_colormag` to `theme_mods_colormag-pro`.
		update_option( 'colormag_check', 'changed' );
		$free = get_option( 'theme_mods_colormag' );
		update_option( 'theme_mods_colormag-pro', $free );

		// Set transfer as complete.
		update_option( 'colormag_transfer', 1 );

	}

}

return new ColorMag_Options_Migrate();
inc/migration/class-colormag-migration.php000064400000227070151213253110014716 0ustar00<?php
/**
 * Migration scripts for ColorMag theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Migration' ) ) {
	class ColorMag_Migration {

		public function __construct() {
			add_action( 'after_setup_theme', array( $this, 'colormag_major_update_v1_customize_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_social_icons_control_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_post_meta_control_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_major_update_v1_customize_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_top_bar_options_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_breadcrumb_options_migrate' ) );
			add_action( 'after_setup_theme', array( $this, 'colormag_autoload_posts_control_migrate' ) );

			if ( self::maybe_run_migration() || self::colormag_demo_import_migration() ) {
				/**
				 * ColorMag revamp migrations.
				 */
				$this->old_theme_mods = get_theme_mods();
				add_action( 'after_setup_theme', array( $this, 'colormag_major_update_migration_v3' ) );
			}
		}

		/**
		 * Migrate all of the customize options for 3.0.0 theme update.
		 *
		 * @since ColorMag 3.0.0
		 */
		public function colormag_major_update_v1_customize_migrate() {

			$demo_import_migration = self::colormag_demo_import_migration();

			// Migrate the customize option if migration is done manually.
			if ( ! $demo_import_migration ) {

				// Bail out if the migration is already done.
				if ( get_option( 'colormag_major_update_v1_customize_migrate' ) ) {
					return;
				}
			}

			/**
			 * Assign the required variables.
			 */
			// Header.
			$header_background_color           = get_theme_mod( 'colormag_header_background_color', '#ffffff' );
			$site_title_font_family            = get_theme_mod( 'colormag_site_title_font', 'Open Sans' );
			$site_title_font_size              = get_theme_mod( 'colormag_title_font_size', '46' );
			$site_tagline_font_family          = get_theme_mod( 'colormag_site_tagline_font', 'Open Sans' );
			$site_tagline_font_size            = get_theme_mod( 'colormag_tagline_font_size', '16' );
			$primary_menu_background_color     = get_theme_mod( 'colormag_primary_menu_background_color', '#232323' );
			$primary_sub_menu_background_color = get_theme_mod( 'colormag_primary_sub_menu_background_color', '#232323' );
			$primary_menu_font_family          = get_theme_mod( 'colormag_primary_menu_font', 'Open Sans' );
			$primary_menu_font_size            = get_theme_mod( 'colormag_primary_menu_font_size', '14' );
			$primary_sub_menu_font_size        = get_theme_mod( 'colormag_primary_sub_menu_font_size', '14' );

			// Content.
			$post_title_font_size = get_theme_mod( 'colormag_post_title_font_size', '32' );
			$page_title_font_size = get_theme_mod( 'colormag_page_title_font_size', '34' );
			$post_meta_font_size  = get_theme_mod( 'colormag_post_meta_font_size', '12' );
			$button_font_size     = get_theme_mod( 'colormag_button_text_font_size', '12' );
			$post_content_color   = get_theme_mod( 'colormag_content_section_background_color', '#ffffff' );

			// Footer.
			$footer_background_image              = get_theme_mod( 'colormag_footer_background_image' );
			$footer_background_image_position     = get_theme_mod( 'colormag_footer_background_image_position', 'center-center' );
			$footer_background_size               = get_theme_mod( 'colormag_footer_background_image_size', 'auto' );
			$footer_background_attachment         = get_theme_mod( 'colormag_footer_background_image_attachment', 'scroll' );
			$footer_background_repeat             = get_theme_mod( 'colormag_footer_background_image_repeat', 'repeat' );
			$footer_copyright_background_color    = get_theme_mod( 'colormag_footer_copyright_part_background_color', '' );
			$footer_copyright_text_font_size      = get_theme_mod( 'colormag_footer_copyright_text_font_size', '14' );
			$footer_small_menu_font_size          = get_theme_mod( 'colormag_footer_small_menu_font_size', '14' );
			$footer_widget_background_color       = get_theme_mod( 'colormag_footer_widget_background_color', '' );
			$upper_footer_widget_background_color = get_theme_mod( 'colormag_upper_footer_widget_background_color', '#2c2e34' );

			// Typography.
			$content_font                    = get_theme_mod( 'colormag_content_font', 'Open Sans' );
			$content_font_size               = get_theme_mod( 'colormag_content_font_size', '15' );
			$all_titles_font                 = get_theme_mod( 'colormag_all_titles_font', 'Open Sans' );
			$heading_h1_font_size            = get_theme_mod( 'colormag_heading_h1_font_size', '36' );
			$heading_h2_font_size            = get_theme_mod( 'colormag_heading_h2_font_size', '32' );
			$heading_h3_font_size            = get_theme_mod( 'colormag_heading_h3_font_size', '28' );
			$heading_h4_font_size            = get_theme_mod( 'colormag_heading_h4_font_size', '24' );
			$heading_h5_font_size            = get_theme_mod( 'colormag_heading_h5_font_size', '22' );
			$heading_h6_font_size            = get_theme_mod( 'colormag_heading_h6_font_size', '18' );
			$widget_title_font_size          = get_theme_mod( 'colormag_widget_title_font_size', '18' );
			$comment_title_font_size         = get_theme_mod( 'colormag_comment_title_font_size', '24' );
			$footer_widget_title_font_size   = get_theme_mod( 'colormag_footer_widget_title_font_size', '18' );
			$footer_widget_content_font_size = get_theme_mod( 'colormag_footer_widget_content_font_size', '14' );

			/**
			 * Update the theme mods data.
			 */
			/**
			 * Header options.
			 */
			// Header background.
			if ( '#ffffff' !== $header_background_color ) {
				set_theme_mod(
					'colormag_header_background_setting',
					array(
						'background-color'      => $header_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			// Site title.
			if ( 'Open Sans' !== $site_title_font_family || '46' !== $site_title_font_size ) {
				set_theme_mod(
					'colormag_site_title_typography_setting',
					array(
						'font-family' => $site_title_font_family,
						'font-size'   => array(
							'desktop' => $site_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Site tagline.
			if ( 'Open Sans' !== $site_tagline_font_family || '16' !== $site_tagline_font_size ) {
				set_theme_mod(
					'colormag_site_tagline_typography_setting',
					array(
						'font-family' => $site_tagline_font_family,
						'font-size'   => array(
							'desktop' => $site_tagline_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Primary menu background.
			if ( '#27272A' !== $primary_menu_background_color ) {
				set_theme_mod(
					'colormag_primary_menu_background_setting',
					array(
						'background-color'      => $primary_menu_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			// Primary sub menu background.
			if ( '#232323' !== $primary_sub_menu_background_color ) {
				set_theme_mod(
					'colormag_primary_sub_menu_background_setting',
					array(
						'background-color'      => $primary_sub_menu_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			// Primary menu fonts.
			if ( 'Open Sans' !== $primary_menu_font_family || '14' !== $primary_menu_font_size ) {
				set_theme_mod(
					'colormag_primary_menu_typography_setting',
					array(
						'font-family' => $primary_menu_font_family,
						'font-weight' => '400',
						'font-size'   => array(
							'desktop' => $primary_menu_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Primary sub menu fonts.
			if ( '14' !== $primary_sub_menu_font_size ) {
				set_theme_mod(
					'colormag_primary_sub_menu_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $primary_sub_menu_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			/**
			 * Post/Page/Blog options.
			 */
			// Post title fonts.
			if ( '32' !== $post_title_font_size ) {
				set_theme_mod(
					'colormag_post_title_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $post_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Page title fonts.
			if ( '34' !== $page_title_font_size ) {
				set_theme_mod(
					'colormag_page_title_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $page_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Post meta fonts.
			if ( '12' !== $post_meta_font_size ) {
				set_theme_mod(
					'colormag_post_meta_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $post_meta_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Button fonts.
			if ( '12' !== $button_font_size ) {
				set_theme_mod(
					'colormag_button_typography_setting',
					array(
						'font-family'    => 'Open Sans',
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'font-size'      => array(
							'desktop' => $button_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height'    => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// Post content background.
			if ( '#ffffff' !== $post_content_color ) {
				set_theme_mod(
					'colormag_inside_container_background',
					array(
						'background-color'      => $post_content_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			/**
			 * Footer options.
			 */
			// Footer background.
			if ( $footer_background_image || 'center-center' !== $footer_background_image_position || 'auto' !== $footer_background_size || 'scroll' !== $footer_background_attachment || 'repeat' !== $footer_background_repeat ) {
				set_theme_mod(
					'colormag_footer_background_setting',
					array(
						'background-color'      => '',
						'background-image'      => $footer_background_image,
						'background-position'   => str_replace( '-', ' ', $footer_background_image_position ),
						'background-size'       => $footer_background_size,
						'background-attachment' => $footer_background_attachment,
						'background-repeat'     => $footer_background_repeat,
					)
				);
			}

			// Footer copyright background.
			if ( '' !== $footer_copyright_background_color ) {
				set_theme_mod(
					'colormag_footer_copyright_background_setting',
					array(
						'background-color'      => $footer_copyright_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			// Footer copyright fonts.
			if ( '14' !== $footer_copyright_text_font_size ) {
				set_theme_mod(
					'colormag_footer_copyright_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $footer_copyright_text_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Footer menu fonts.
			if ( '14' !== $footer_small_menu_font_size ) {
				set_theme_mod(
					'colormag_footer_menu_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $footer_small_menu_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Footer sidebar area background.
			if ( '' !== $footer_widget_background_color ) {
				set_theme_mod(
					'colormag_footer_sidebar_area_background_setting',
					array(
						'background-color'      => $footer_widget_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			// Upper footer sidebar area background.
			if ( '#2c2e34' !== $upper_footer_widget_background_color ) {
				set_theme_mod(
					'colormag_footer_upper_sidebar_area_background_setting',
					array(
						'background-color'      => $upper_footer_widget_background_color,
						'background-image'      => '',
						'background-position'   => 'center center',
						'background-size'       => 'auto',
						'background-attachment' => 'scroll',
						'background-repeat'     => 'repeat',
					)
				);
			}

			/**
			 * Typography options.
			 */
			// Base fonts.
			if ( 'Open Sans' !== $content_font || '15' !== $content_font_size ) {
				set_theme_mod(
					'colormag_base_typography_setting',
					array(
						'font-family'    => $content_font,
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'font-size'      => array(
							'desktop' => $content_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height'    => array(
							'desktop' => '1.6',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// All title fonts.
			if ( 'Open Sans' !== $all_titles_font ) {
				set_theme_mod(
					'colormag_headings_typography_setting',
					array(
						'font-family'    => $all_titles_font,
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'line-height'    => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// Heading H1 fonts.
			if ( '36' !== $heading_h1_font_size ) {
				set_theme_mod(
					'colormag_h1_typography_setting',
					array(
						'font-family'    => 'Open Sans',
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'font-size'      => array(
							'desktop' => $heading_h1_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height'    => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// Heading H2 fonts.
			if ( '32' !== $heading_h2_font_size ) {
				set_theme_mod(
					'colormag_h2_typography_setting',
					array(
						'font-family'    => 'Open Sans',
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'font-size'      => array(
							'desktop' => $heading_h2_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height'    => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// Heading H3 fonts.
			if ( '28' !== $heading_h3_font_size ) {
				set_theme_mod(
					'colormag_h3_typography_setting',
					array(
						'font-family'    => 'Open Sans',
						'font-weight'    => 'regular',
						'subsets'        => array( 'latin' ),
						'font-size'      => array(
							'desktop' => $heading_h3_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height'    => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
						'letter-spacing' => array(
							'desktop' => '',
							'tablet'  => '',
							'mobile'  => '',
						),
						'font-style'     => 'normal',
						'text-transform' => 'none',
					)
				);
			}

			// Heading H4 fonts.
			if ( '24' !== $heading_h4_font_size ) {
				set_theme_mod(
					'colormag_h4_typography_setting',
					array(
						'font-size'   => array(
							'desktop' => $heading_h4_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height' => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Heading H5 fonts.
			if ( '22' !== $heading_h5_font_size ) {
				set_theme_mod(
					'colormag_h5_typography',
					array(
						'font-size'   => array(
							'desktop' => $heading_h5_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height' => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Heading H6 fonts.
			if ( '18' !== $heading_h6_font_size ) {
				set_theme_mod(
					'colormag_h6_typography_setting',
					array(
						'font-size'   => array(
							'desktop' => $heading_h6_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
						'line-height' => array(
							'desktop' => '1.2',
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Widget title fonts.
			if ( '18' !== $widget_title_font_size ) {
				set_theme_mod(
					'colormag_widget_title_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $widget_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Comment title fonts.
			if ( '24' !== $comment_title_font_size ) {
				set_theme_mod(
					'colormag_comment_title_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $comment_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Footer widget title fonts.
			if ( '18' !== $footer_widget_title_font_size ) {
				set_theme_mod(
					'colormag_footer_widget_title_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $footer_widget_title_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			// Footer widget content fonts.
			if ( '14' !== $footer_widget_content_font_size ) {
				set_theme_mod(
					'colormag_footer_widget_content_typography_setting',
					array(
						'font-size' => array(
							'desktop' => $footer_widget_content_font_size,
							'tablet'  => '',
							'mobile'  => '',
						),
					)
				);
			}

			/**
			 * Remove unnecessary theme mods data.
			 */
			$remove_theme_mod_settings = array(

				// Header options.
				'colormag_site_title_font',
				'colormag_title_font_size',
				'colormag_site_tagline_font',
				'colormag_tagline_font_size',
				'colormag_header_background_color',
				'colormag_primary_menu_background_color',
				'colormag_primary_sub_menu_background_color',
				'colormag_primary_menu_font',
				'colormag_primary_menu_font_size',
				'colormag_primary_sub_menu_font_size',

				// Post/Page/Blog options.
				'colormag_post_title_font_size',
				'colormag_page_title_font_size',
				'colormag_post_meta_font_size',
				'colormag_button_text_font_size',
				'colormag_content_section_background_color',

				// Footer options.
				'colormag_footer_background_image',
				'colormag_footer_background_image_position',
				'colormag_footer_background_image_size',
				'colormag_footer_background_image_attachment',
				'colormag_footer_background_image_repeat',
				'colormag_footer_copyright_part_background_color',
				'colormag_footer_copyright_text_font_size',
				'colormag_footer_small_menu_font_size',
				'colormag_footer_widget_background_color',
				'colormag_upper_footer_widget_background_color',

				// Typography options.
				'colormag_content_font',
				'colormag_content_font_size',
				'colormag_all_titles_font',
				'colormag_heading_h1_font_size',
				'colormag_heading_h2_font_size',
				'colormag_heading_h3_font_size',
				'colormag_heading_h4_font_size',
				'colormag_heading_h5_font_size',
				'colormag_heading_h6_font_size',
				'colormag_widget_title_font_size',
				'colormag_comment_title_font_size',
				'colormag_footer_widget_title_font_size',
				'colormag_footer_widget_content_font_size',

			);

			// Loop through the theme mods to remove them.
			foreach ( $remove_theme_mod_settings as $remove_theme_mod_setting ) {
				remove_theme_mod( $remove_theme_mod_setting );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_major_update_v1_customize_migrate', true );

			// Set flag for demo import migration to not repeat the migration process, ie, run it only once.
			if ( $demo_import_migration ) {
				update_option( 'colormag_demo_import_migration_notice_dismiss', true );
			}
		}

		public function colormag_social_icons_control_migrate() {

			$social_icon            = get_theme_mod( 'colormag_social_link_activate', 0 );
			$social_icon_visibility = get_theme_mod( 'colormag_social_link_location_option', 'both' );

			// Disable social icon on header if enabled on footer only.
			if ( 0 !== $social_icon ) {
				set_theme_mod( 'colormag_enable_social_icons', 0 );
			}

			// Disable social icon on header if enabled on footer only.
			if ( 'footer' === $social_icon_visibility ) {
				set_theme_mod( 'colormag_social_icons_header_activate', false );
			}

			// Disable social icon on footer if enabled on header only.
			if ( 'header' === $social_icon_visibility ) {
				set_theme_mod( 'colormag_social_icons_footer_activate', false );
			}

			$remove_theme_mod_settings = array(
				'colormag_social_link_activate',
				'colormag_social_link_location_option',
			);

			// Loop through the theme mods to remove them.
			foreach ( $remove_theme_mod_settings as $remove_theme_mod_setting ) {
				remove_theme_mod( $remove_theme_mod_setting );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_social_icons_control_migrate', true );
		}

		public function colormag_post_meta_control_migrate() {

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_post_meta_control_migrate', true );

			$demo_import_migration = self::colormag_demo_import_migration();

			if ( ! $demo_import_migration ) {
				if ( get_option( 'colormag_post_meta_control_migrate', false ) ) {
					return;
				}
			}

			// Associative array that holds new mod setting as a key and prev mod setting as value.
			$prev_mod['categories'] = get_theme_mod( 'colormag_category_entry_meta_remove', 0 );
			$prev_mod['date']       = get_theme_mod( 'colormag_date_entry_meta_remove', 0 );
			$prev_mod['author']     = get_theme_mod( 'colormag_author_entry_meta_remove', 0 );
			$prev_mod['views']      = get_theme_mod( 'colormag_post_view_entry_meta_remove', 0 );
			$prev_mod['comments']   = get_theme_mod( 'colormag_comments_entry_meta_remove', 0 );
			$prev_mod['tags']       = get_theme_mod( 'colormag_tags_entry_meta_remove', 0 );
			$prev_mod['read-time']  = get_theme_mod( 'colormag_reading_time_setting', 0 );

			// Will contain data that would be shown in the front-end.
			$new_mod = array();

			// Add values to $new_mod array.
			foreach ( $prev_mod as $key => $value ) {
				if ( 0 === $value && 'read-time' !== $key ) {
					array_push( $new_mod, $key );
				}
			}

			// As read time is shown in the front-end when value is 1.
			if ( 0 !== $prev_mod['read-time'] ) {
				array_push( $new_mod, 'read-time' );
			}

			set_theme_mod( 'colormag_post_meta_structure', $new_mod );

			// Remove prev theme mods.
			$prev_theme_mod_settings = array(
				'colormag_category_entry_meta_remove',
				'colormag_date_entry_meta_remove',
				'colormag_author_entry_meta_remove',
				'colormag_post_view_entry_meta_remove',
				'colormag_comments_entry_meta_remove',
				'colormag_tags_entry_meta_remove',
				'colormag_reading_time_setting',
			);

			// Loop through prev theme mods to remove them.
			foreach ( $prev_theme_mod_settings as $prev_theme_mod_setting ) {
				remove_theme_mod( $prev_theme_mod_setting );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_post_meta_control_migrate', true );
		}

		public function colormag_menu_logo_icon_control_migrate() {

			$demo_import_migration = self::colormag_demo_import_migration();

			// Migrate the customize option if migration is done manually.
			if ( ! $demo_import_migration ) {
				// Bail out if the migration is already done.
				if ( get_option( 'colormag_menu_logo_icon_control_migrate' ) ) {
					return;
				}
			}

			// Assign the required variables.
			$home_icon_visibility = get_theme_mod( 'colormag_menu_icon_logo', 'none' );

			/**
			 * Update the theme mods data.
			 */
			// Set option to home icon if enabled.
			if ( 'home_icon' == $home_icon_visibility ) {
				set_theme_mod( 'colormag_menu_icon_logo', 'home-icon' );
			} elseif ( 'logo' == $home_icon_visibility ) {
				set_theme_mod( 'colormag_menu_icon_logo', 'logo' );
			}

			// Set option to none if home icon disabled.
			if ( 0 == $home_icon_visibility ) {
				set_theme_mod( 'colormag_menu_icon_logo', 'none' );
			}

			// Remove unnecessary theme mods data.
			$remove_theme_mod_settings = array(
				'colormag_home_icon_display',
			);

			// Loop through the theme mods to remove them.
			foreach ( $remove_theme_mod_settings as $remove_theme_mod_setting ) {
				remove_theme_mod( $remove_theme_mod_setting );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_menu_logo_icon_control_migrate', true );

			// Set flag for demo import migration to not repeat the migration process, ie, run it only once.
			if ( $demo_import_migration ) {
				update_option( 'colormag_demo_import_migration_notice_dismiss', true );
			}
		}

		public function colormag_top_bar_options_migrate() {

			$demo_import_migration = self::colormag_demo_import_migration();

			// Migrate the customize option if migration is done manually.
			if ( ! $demo_import_migration ) {
				// Bail out if the migration is already done.
				if ( get_option( 'colormag_top_bar_options_migrate' ) ) {
					return;
				}
			}

			$top_bar_date_display          = get_theme_mod( 'colormag_date_display', 0 );
			$top_bar_breaking_news_display = get_theme_mod( 'colormag_enable_news_ticker', 0 );
			$top_bar_social_icons_display  = get_theme_mod( 'colormag_enable_social_icons', 0 );
			$top_bar_social_icons_location = get_theme_mod( 'colormag_social_icons_header_location', 'top-bar' );
			$top_bar_menu_display          = get_theme_mod( 'colormag_top_bar_menu_enable', 0 );

			// Enable top bar if top bar date is enabled.
			if ( 1 == $top_bar_date_display ) {
				set_theme_mod( 'colormag_enable_top_bar', '1' );
			}

			// Enable top bar if top bar breaking news is enabled.
			if ( 1 == $top_bar_breaking_news_display ) {
				set_theme_mod( 'colormag_enable_top_bar', '1' );
			}

			// Enable top bar if top bar social icon is enabled and social icon location is set to top bar.
			if ( 1 == $top_bar_social_icons_display && 'top-bar' == $top_bar_social_icons_location ) {
				set_theme_mod( 'colormag_enable_top_bar', '1' );
			}

			// Enable top bar if top bar menu is enabled.
			if ( 1 == $top_bar_menu_display ) {
				set_theme_mod( 'colormag_enable_top_bar', '1' );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_top_bar_options_migrate', true );

			// Set flag for demo import migration to not repeat the migration process, ie, run it only once.
			if ( $demo_import_migration ) {
				update_option( 'colormag_demo_import_migration_notice_dismiss', true );
			}
		}

		public function colormag_breadcrumb_options_migrate() {

			$demo_import_migration = self::colormag_demo_import_migration();

			// Migrate the customize option if migration is done manually.
			if ( ! $demo_import_migration ) {

				// Bail out if the migration is already done.
				if ( get_option( 'colormag_breadcrumb_options_migrate' ) ) {
					return;
				}
			}

			$breadcrumb_display = get_theme_mod( 'colormag_breadcrumb_display' );

			if ( 1 === $breadcrumb_display ) {
				set_theme_mod( 'colormag_breadcrumb_display', 'yoast_seo_navxt' );
			} else {
				set_theme_mod( 'colormag_breadcrumb_display', 'none' );
			}

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_breadcrumb_options_migrate', true );

			// Set flag for demo import migration to not repeat the migration process, ie, run it only once.
			if ( $demo_import_migration ) {
				update_option( 'colormag_demo_import_migration_notice_dismiss', true );
			}
		}

		public function colormag_autoload_posts_control_migrate() {

			// Bail out if the migration is already done.
			if ( get_option( 'colormag_autoload_posts_control_migrate' ) ) {
				return;
			}

			$autoload_posts       = get_theme_mod( 'colormag_load_next_post', 0 );
			$autoload_posts_limit = get_theme_mod( 'colormag_load_next_post_limit', 2 );
			$autoload_posts_event = get_theme_mod( 'colormag_load_next_post_event', 'button' );

			if ( 0 !== $autoload_posts ) {
				set_theme_mod( 'colormag_enable_autoload_posts', $autoload_posts );
			}

			if ( 2 !== $autoload_posts_limit ) {
				set_theme_mod( 'colormag_autoload_posts_limit', $autoload_posts_limit );
			}

			if ( 'button' !== $autoload_posts_event ) {
				set_theme_mod( 'colormag_autoload_posts_event', $autoload_posts_event );
			}

			// Remove old theme mods.
			remove_theme_mod( 'colormag_load_next_post' );
			remove_theme_mod( 'colormag_load_next_post_limit' );
			remove_theme_mod( 'colormag_load_next_post_event' );

			// Set flag to not repeat the migration process, ie, run it only once.
			update_option( 'colormag_autoload_posts_control_migrate', true );
		}

		public function colormag_major_update_migration_v3() {

			/**
			 * Color control migration.
			 */
			$color_options = array(
				array(
					'old_key' => 'colormag_breaking_news_content_option',
					'new_key' => 'colormag_news_ticker_label',
				),
				array(
					'old_key' => 'colormag_read_more_heading',
					'new_key' => 'colormag_read_more_text',
				),
				array(
					'old_key' => 'colormag_content_text_color',
					'new_key' => 'colormag_base_color',
				),
				array(
					'old_key' => 'colormag_content_part_title_color',
					'new_key' => 'colormag_headings_color',
				),
				array(
					'old_key' => 'colormag_button_text_color',
					'new_key' => 'colormag_button_color',
				),
				array(
					'old_key' => 'colormag_breaking_news_label_background_color',
					'new_key' => 'colormag_news_ticker_label_background_color',
				),
				array(
					'old_key' => 'colormag_progress_bar_bgcolor',
					'new_key' => 'colormag_progress_bar_indicator_color',
				),
				array(
					'old_key' => 'colormag_footer_small_menu_text_color',
					'new_key' => 'colormag_footer_menu_color',
				),
				array(
					'old_key' => 'colormag_footer_small_menu_text_hover_color',
					'new_key' => 'colormag_footer_menu_hover_color',
				),
			);

			foreach ( $color_options as $option ) {
				$old_value = get_theme_mod( $option['old_key'] );

				if ( $old_value ) {
					set_theme_mod( $option['new_key'], $old_value );

					remove_theme_mod( $option['old_key'] );
				}
			}

			/**
			 * Select control migration.
			 */
			$breadcrumb_option = get_theme_mod( 'colormag_breadcrumb_display' );

			if ( 'yoast_seo_navxt' == $breadcrumb_option || 'colormag_breadcrumb' == $breadcrumb_option ) {
				set_theme_mod( 'colormag_breadcrumb_enable', 1 );
				set_theme_mod( 'colormag_breadcrumb_type', $breadcrumb_option );
				remove_theme_mod( 'colormag_breadcrumb_display' );
			}

			$container_layout = get_theme_mod( 'colormag_site_layout' );

			if ( $container_layout ) {
				$new_container_layout = '';
				if ( 'boxed_layout' === $container_layout ) {
					$new_container_layout = 'boxed';
				} elseif ( 'wide_layout' === $container_layout ) {
					$new_container_layout = 'wide';
				}
				set_theme_mod( 'colormag_container_layout', $new_container_layout );
				remove_theme_mod( 'colormag_site_layout' );

			}

			// Site identity placement.
			$header_logo_placement = get_theme_mod( 'colormag_header_logo_placement', 'header_text_only' );

			switch ( $header_logo_placement ) {
				case 'disable':
				case 'header_logo_only':
					set_theme_mod( 'colormag_enable_site_identity', 0 );
					set_theme_mod( 'colormag_enable_site_tagline', 0 );
					break;
				case 'show_both':
				case 'header_text_only':
					set_theme_mod( 'colormag_enable_site_identity', 1 );
					set_theme_mod( 'colormag_enable_site_tagline', 1 );
					break;
			}
			remove_theme_mod( 'colormag_site_layout' );

			// Header media position.
			$old_header_media_position = get_theme_mod( 'colormag_header_image_position' );

			if ( $old_header_media_position ) {

				if ( 'position_one' === $old_header_media_position ) {
					$new_header_media_position = 'position-one';
				} elseif ( 'position_two' === $old_header_media_position ) {
					$new_header_media_position = 'position-two';
				} elseif ( 'position_three' === $old_header_media_position ) {
					$new_header_media_position = 'position-three';
				} else {
					$new_header_media_position = 'position-one';
				}

				set_theme_mod( 'colormag_header_media_position', $new_header_media_position );
				remove_theme_mod( 'colormag_header_image_position' );
			}

			// Main Header layout.
			$old_main_header_layout = get_theme_mod( 'colormag_main_total_header_area_display_type' );

			if ( $old_main_header_layout ) {

				if ( 'type_one' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );
				} elseif ( 'type_two' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );
					set_theme_mod( 'colormag_main_header_width_setting', 'contained' );
				} elseif ( 'type_three' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-2' );
					set_theme_mod( 'colormag_main_header_layout_2_style', 'style-1' );
				} elseif ( 'type_four' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-2' );
				} elseif ( 'type_five' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-3' );
					set_theme_mod( 'colormag_main_header_layout_3_style', 'style-1' );
				} elseif ( 'type_six' === $old_main_header_layout ) {
					set_theme_mod( 'colormag_main_header_layout', 'layout-2' );
					set_theme_mod( 'colormag_main_header_layout_2_style', 'style-2' );
				} else {
					set_theme_mod( 'colormag_main_header_layout', 'layout-1' );
					set_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );
				}
				remove_theme_mod( 'colormag_main_total_header_area_display_type' );
			}

			// Header media position.
			$old_menu_icon_option = get_theme_mod( 'colormag_menu_icon_logo' );

			if ( $old_menu_icon_option ) {

				if ( 'home_icon' === $old_menu_icon_option ) {
					$new_menu_icon_option = 'home-icon';
				} elseif ( 'logo' === $old_menu_icon_option ) {
					$new_menu_icon_option = 'logo';
				} elseif ( 'none' === $old_menu_icon_option ) {
					$new_menu_icon_option = 'none';
				} else {
					$new_menu_icon_option = 'none';
				}

				set_theme_mod( 'colormag_menu_icon_logo', $new_menu_icon_option );
			}

			// News Ticker position.
			$old_news_ticker_position = get_theme_mod( 'colormag_breaking_news_position_options' );

			if ( $old_news_ticker_position ) {

				if ( 'header' === $old_news_ticker_position ) {
					$new_news_ticker_position = 'top-bar';
				} elseif ( 'main' === $old_news_ticker_position ) {
					$new_news_ticker_position = 'below-header';
				} else {
					$new_news_ticker_position = 'top-bar';
				}

				set_theme_mod( 'colormag_news_ticker_position', $new_news_ticker_position );
				remove_theme_mod( 'colormag_breaking_news_position_options' );
			}

			// News Ticker query.
			$old_news_ticker_query = get_theme_mod( 'colormag_breaking_news_category_option' );

			if ( $old_news_ticker_query ) {

				if ( 'latest' === $old_news_ticker_query ) {
					$new_news_ticker_query = 'latest';
				} elseif ( 'category' === $old_news_ticker_query ) {
					$new_news_ticker_query = 'category';
				} else {
					$new_news_ticker_query = 'latest';
				}

				set_theme_mod( 'colormag_news_ticker_query', $new_news_ticker_query );
				remove_theme_mod( 'colormag_breaking_news_category_option' );
			}

			// News Ticker animation.
			$old_news_ticker_animation = get_theme_mod( 'colormag_breaking_news_setting_animation_options' );

			if ( $old_news_ticker_animation ) {

				if ( 'up' === $old_news_ticker_animation ) {
					$new_news_ticker_animation = 'up';
				} elseif ( 'down' === $old_news_ticker_animation ) {
					$new_news_ticker_animation = 'down';
				} else {
					$new_news_ticker_animation = 'down';
				}

				set_theme_mod( 'colormag_news_ticker_animation_direction', $new_news_ticker_animation );
				remove_theme_mod( 'colormag_breaking_news_setting_animation_options' );
			}

			// Blog layout.
			$old_blog_layout = get_theme_mod( 'colormag_archive_search_layout' );

			if ( $old_blog_layout ) {

				if ( 'double_column_layout' === $old_blog_layout ) {
					set_theme_mod( 'colormag_blog_layout', 'layout-2' );
					set_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );
				} elseif ( 'single_column_layout' === $old_blog_layout ) {
					set_theme_mod( 'colormag_blog_layout', 'layout-1' );
					set_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );
				} elseif ( 'full_width_layout' === $old_blog_layout ) {
					set_theme_mod( 'colormag_blog_layout', 'layout-1' );
					set_theme_mod( 'colormag_blog_layout_1_style', 'style-2' );
				} elseif ( 'grid_layout' === $old_blog_layout ) {
					set_theme_mod( 'colormag_blog_layout', 'layout-2' );
					set_theme_mod( 'colormag_blog_layout_1_style', 'style-2' );
				} else {
					set_theme_mod( 'colormag_blog_layout', 'layout-1' );
					set_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );
				}

				remove_theme_mod( 'colormag_archive_search_layout' );
			}

			// Grid layout column.
			$old_grid_layout_column = get_theme_mod( 'colormag_grid_layout_column' );

			if ( $old_grid_layout_column ) {

				if ( 'two' === $old_grid_layout_column ) {
					$new_grid_layout_column = '2';
				} elseif ( 'three' === $old_grid_layout_column ) {
					$new_grid_layout_column = '3';
				} elseif ( 'four' === $old_grid_layout_column ) {
					$new_grid_layout_column = '4';
				} else {
					$new_grid_layout_column = '2';
				}

				set_theme_mod( 'colormag_grid_layout_column', $new_grid_layout_column );
			}

			// Footer bar layout.
			$old_footer_bar_layout = get_theme_mod( 'colormag_footer_copyright_alignment_setting' );

			if ( $old_footer_bar_layout ) {

				if ( 'left' === $old_footer_bar_layout ) {
					$new_footer_bar_layout = 'left';
				} elseif ( 'right' === $old_footer_bar_layout ) {
					$new_footer_bar_layout = 'right';
				} elseif ( 'center' === $old_footer_bar_layout ) {
					$new_footer_bar_layout = 'center';
				} else {
					$new_footer_bar_layout = 'left';
				}

				set_theme_mod( 'colormag_footer_bar_alignment', $new_footer_bar_layout );
				remove_theme_mod( 'colormag_footer_copyright_alignment_setting' );
			}

			// Main footer layout.
			$old_main_footer_layout = get_theme_mod( 'colormag_main_footer_layout_display_type' );

			if ( $old_main_footer_layout ) {

				if ( 'type_one' === $old_main_footer_layout ) {
					$new_main_footer_layout = 'layout-1';
				} elseif ( 'type_two' === $old_main_footer_layout ) {
					$new_main_footer_layout = 'layout-2';
				} elseif ( 'type_three' === $old_main_footer_layout ) {
					$new_main_footer_layout = 'layout-3';
				} else {
					$new_main_footer_layout = 'layout-1';
				}

				set_theme_mod( 'colormag_main_footer_layout', $new_main_footer_layout );
				remove_theme_mod( 'colormag_main_footer_layout_display_type' );
			}

			// Post Meta date style.
			$old_post_meta_date_style = get_theme_mod( 'colormag_post_meta_date_setting' );

			if ( $old_post_meta_date_style ) {

				if ( 'post_date' === $old_post_meta_date_style ) {
					$new_post_meta_date_style = 'style-1';
				} elseif ( 'post_human_readable_date' === $old_post_meta_date_style ) {
					$new_post_meta_date_style = 'style-2';
				} else {
					$new_post_meta_date_style = 'style-1';
				}

				set_theme_mod( 'colormag_post_meta_date_style', $new_post_meta_date_style );
				remove_theme_mod( 'colormag_post_meta_date_setting' );
			}

			// Related post flyout query.
			$old_related_post_flyout_query = get_theme_mod( 'colormag_related_posts_flyout_type' );

			if ( $old_related_post_flyout_query ) {

				if ( 'categories' === $old_related_post_flyout_query ) {
					$new_related_post_flyout_query = 'categories';
				} elseif ( 'tags' === $old_related_post_flyout_query ) {
					$new_related_post_flyout_query = 'tags';
				} elseif ( 'date' === $old_related_post_flyout_query ) {
					$new_related_post_flyout_query = 'date';
				} else {
					$new_related_post_flyout_query = 'categories';
				}

				set_theme_mod( 'colormag_flyout_related_posts_query', $new_related_post_flyout_query );
				remove_theme_mod( 'colormag_related_posts_flyout_type' );
			}

			// Related post layout.
			$old_related_posts_layout = get_theme_mod( 'colormag_related_posts_layout' );

			if ( $old_related_posts_layout ) {

				if ( 'style_one' === $old_related_posts_layout ) {
					$new_related_posts_layout = 'style-1';
				} elseif ( 'style_two' === $old_related_posts_layout ) {
					$new_related_posts_layout = 'style-2';
				} elseif ( 'style_three' === $old_related_posts_layout ) {
					$new_related_posts_layout = 'style-3';
				} elseif ( 'style_four' === $old_related_posts_layout ) {
					$new_related_posts_layout = 'style-4';
				} else {
					$new_related_posts_layout = 'style-1';
				}

				set_theme_mod( 'colormag_related_posts_style', $new_related_posts_layout );
				remove_theme_mod( 'colormag_related_posts_flyout_type' );
			}

			// Related post count.
			$old_related_posts_count = get_theme_mod( 'colormag_related_post_number_display' );

			if ( $old_related_posts_count ) {

				if ( '3' === $old_related_posts_count ) {
					$new_related_posts_count = '3';
				} elseif ( '6' === $old_related_posts_count ) {
					$new_related_posts_count = '6';
				} else {
					$new_related_posts_count = 'style-1';
				}

				set_theme_mod( 'colormag_related_posts_count', $new_related_posts_count );
				remove_theme_mod( 'colormag_related_post_number_display' );
			}

			// Related post flyout query.
			$old_related_post_query = get_theme_mod( 'colormag_related_posts' );

			if ( $old_related_post_query ) {

				if ( 'categories' === $old_related_post_query ) {
					$new_related_post_query = 'categories';
				} elseif ( 'tags' === $old_related_post_query ) {
					$new_related_post_query = 'tags';
				} else {
					$new_related_post_query = 'categories';
				}

				set_theme_mod( 'colormag_related_posts_query', $new_related_post_query );
				remove_theme_mod( 'colormag_related_posts' );
			}

			// Post Navigation.
			$old_post_navigation_style = get_theme_mod( 'colormag_post_navigation' );

			if ( $old_post_navigation_style ) {

				if ( 'default' === $old_post_navigation_style ) {
					$new_post_navigation_style = 'style-1';
				} elseif ( 'small_featured_image' === $old_post_navigation_style ) {
					$new_post_navigation_style = 'style-2';
				} elseif ( 'medium_featured_image' === $old_post_navigation_style ) {
					$new_post_navigation_style = 'style-3';
				} else {
					$new_post_navigation_style = 'style-1';
				}

				set_theme_mod( 'colormag_post_navigation_style', $new_post_navigation_style );
				remove_theme_mod( 'colormag_post_navigation' );
			}

			// Single post title.
			$old_single_post_title_position = get_theme_mod( 'colormag_single_post_title_position' );

			if ( $old_single_post_title_position ) {

				if ( 'above' === $old_single_post_title_position ) {
					$new_single_post_title_position = 'position-1';
				} elseif ( 'below' === $old_single_post_title_position ) {
					$new_single_post_title_position = 'position-2';
				} else {
					$new_single_post_title_position = 'position-2';
				}

				set_theme_mod( 'colormag_featured_image_position', $new_single_post_title_position );
				remove_theme_mod( 'colormag_single_post_title_position' );
			}

			// Single post title.
			$old_single_post_title_position = get_theme_mod( 'colormag_author_bio_style_setting' );

			if ( $old_single_post_title_position ) {

				if ( 'style_one' === $old_single_post_title_position ) {
					$new_single_post_title_position = 'style-1';
				} elseif ( 'style_two' === $old_single_post_title_position ) {
					$new_single_post_title_position = 'style-2';
				} elseif ( 'style_three' === $old_single_post_title_position ) {
					$new_single_post_title_position = 'style-3';
				} else {
					$new_single_post_title_position = 'style-1';
				}

				set_theme_mod( 'colormag_author_bio_style', $new_single_post_title_position );
				remove_theme_mod( 'colormag_author_bio_style_setting' );
			}

			// Autoload post type.
			$old_autoload_posts_type = get_theme_mod( 'colormag_autoload_posts_event' );

			if ( $old_autoload_posts_type ) {

				if ( 'button' === $old_autoload_posts_type ) {
					$new_autoload_posts_type = 'button';
				} elseif ( 'scroll' === $old_autoload_posts_type ) {
					$new_autoload_posts_type = 'scroll';
				} else {
					$new_autoload_posts_type = 'button';
				}

				set_theme_mod( 'colormag_autoload_posts_type', $new_autoload_posts_type );
				remove_theme_mod( 'colormag_autoload_posts_event' );
			}

			// Breadcrumb.
			$old_breadcrumb = get_theme_mod( 'colormag_breadcrumb_display' );

			if ( $old_breadcrumb ) {
				if ( 'none' === $old_breadcrumb ) {
					set_theme_mod( 'colormag_enable_breadcrumb', false );
				} elseif ( 'yoast_seo_navxt' === $old_breadcrumb ) {
					set_theme_mod( 'colormag_enable_breadcrumb', true );
				} elseif ( 'colormag_breadcrumb' === $old_breadcrumb ) {
					set_theme_mod( 'colormag_enable_breadcrumb', true );
				}
			}

			// Breadcrumb type.
			$old_breadcrumb_type = get_theme_mod( 'colormag_breadcrumb_display' );

			if ( $old_breadcrumb_type ) {
				if ( 'none' === $old_breadcrumb_type ) {
					$new_breadcrumb_type = 'yoast_seo_navxt';
				} elseif ( 'yoast_seo_navxt' === $old_breadcrumb_type ) {
					$new_breadcrumb_type = 'yoast_seo_navxt';
				} elseif ( 'colormag_breadcrumb' === $old_breadcrumb_type ) {
					$new_breadcrumb_type = 'colormag_breadcrumb';
				} else {
					$new_breadcrumb_type = 'button';
				}

				set_theme_mod( 'colormag_breadcrumb_type', $new_breadcrumb_type );
				remove_theme_mod( 'colormag_breadcrumb_display' );
			}

			// Sticky menu type.
			$old_sticky_menu_style = get_theme_mod( 'colormag_primary_sticky_menu_type' );

			if ( $old_sticky_menu_style ) {
				if ( 'sticky' === $old_sticky_menu_style ) {
					$new_sticky_menu_style = 'sticky';
				} elseif ( 'reveal_on_scroll' === $old_sticky_menu_style ) {
					$new_sticky_menu_style = 'reveal_on_scroll';
				}

				set_theme_mod( 'colormag_sticky_menu_type', $new_sticky_menu_style );
				remove_theme_mod( 'colormag_primary_sticky_menu_type' );
			}

			// Pagination enable.
			$old_pagination = get_theme_mod( 'colormag_post_pagination' );

			if ( $old_pagination ) {
				set_theme_mod( 'colormag_enable_pagination', 1 );
			}

			// Blog content excerpt type.
			$old_blog_content_excerpt_type = get_theme_mod( 'colormag_archive_content_excerpt_display' );

			if ( $old_blog_content_excerpt_type ) {
				if ( 'excerpt' === $old_blog_content_excerpt_type ) {
					$new_blog_content_excerpt_type = 'excerpt';
				} elseif ( 'content' === $old_blog_content_excerpt_type ) {
					$new_blog_content_excerpt_type = 'content';
				} else {
					$new_blog_content_excerpt_type = 'excerpt';
				}

				set_theme_mod( 'colormag_blog_content_excerpt_type', $new_blog_content_excerpt_type );
				remove_theme_mod( 'colormag_archive_content_excerpt_display' );
			}

			// Pagination type.
			$old_pagination_type = get_theme_mod( 'colormag_post_pagination' );

			if ( $old_pagination_type ) {
				if ( 'default' === $old_pagination_type ) {
					$new_pagination_type = 'default';
				} elseif ( 'numbered_pagination' === $old_pagination_type ) {
					$new_pagination_type = 'numbered_pagination';
				} elseif ( 'infinite_scroll' === $old_pagination_type ) {
					$new_pagination_type = 'infinite_scroll';
				} else {
					$new_pagination_type = 'default';
				}

				set_theme_mod( 'colormag_pagination_type', $new_pagination_type );
				remove_theme_mod( 'colormag_post_pagination' );
			}

			// Infinite scroll type.
			$old_pagination_type = get_theme_mod( 'colormag_infinite_scroll_event' );

			if ( $old_pagination_type ) {
				if ( 'button' === $old_pagination_type ) {
					$new_pagination_type = 'button';
				} elseif ( 'scroll' === $old_pagination_type ) {
					$new_pagination_type = 'scroll';
				} else {
					$new_pagination_type = 'button';
				}

				set_theme_mod( 'colormag_infinite_scroll_type', $new_pagination_type );
				remove_theme_mod( 'colormag_infinite_scroll_event' );
			}

			/**
			 * Toggle control migration.
			 */
			// Sticky sidebar.
			$enable_sticky_sidebar = get_theme_mod( 'colormag_sticky_content_sidebar' );

			if ( $enable_sticky_sidebar ) {
				set_theme_mod( 'colormag_enable_sticky_sidebar', true );
			}
			remove_theme_mod( 'colormag_sticky_content_sidebar' );

			// Hide Blog/Static page posts.
			$blog_static_page_posts = get_theme_mod( 'colormag_hide_blog_front' );

			if ( $blog_static_page_posts ) {
				set_theme_mod( 'colormag_hide_blog_static_page_post', true );
			}
			remove_theme_mod( 'colormag_hide_blog_front' );

			// Unique Post System.
			$enable_unique_post_system = get_theme_mod( 'colormag_unique_post_system' );

			if ( $enable_unique_post_system ) {
				set_theme_mod( 'colormag_enable_unique_post_system', true );
			}
			remove_theme_mod( 'colormag_unique_post_system' );

			// Unique Post System.
			$enable_header_image_link_home = get_theme_mod( 'colormag_header_image_link' );

			if ( $enable_header_image_link_home ) {
				set_theme_mod( 'colormag_enable_header_image_link_home', true );
			}
			remove_theme_mod( 'colormag_header_image_link' );

			// Enable News Ticker.
			$enable_news_ticker = get_theme_mod( 'colormag_breaking_news' );

			if ( $enable_news_ticker ) {
				set_theme_mod( 'colormag_enable_news_ticker', true );
			}
			remove_theme_mod( 'colormag_breaking_news' );

			// Footer Social Icons.
			$enable_social_icon = get_theme_mod( 'colormag_social_icons_activate' );

			if ( ! empty( $enable_social_icon ) ) {
				set_theme_mod( 'colormag_enable_social_icons', 1 );
			}
			remove_theme_mod( 'colormag_social_icons_activate' );

			// Header Social Icons.
			$enable_header_social_icons = get_theme_mod( 'colormag_social_icons_header_activate' );

			if ( ! empty( $enable_header_social_icons ) ) {
				set_theme_mod( 'colormag_enable_social_icons_header', 1 );
			}
			remove_theme_mod( 'colormag_social_icons_header_activate' );

			// Social Icons.
			$enable_social_icons = get_theme_mod( 'colormag_social_icons_activate' );

			if ( ! empty( $enable_social_icons ) ) {
				set_theme_mod( 'colormag_enable_social_icon', 1 );
			}
			remove_theme_mod( 'colormag_social_icons_activate' );

			// Schema Markup.
			$enable_schema_markup = get_theme_mod( 'colormag_enable_schema_markup' );

			if ( $enable_schema_markup ) {
				set_theme_mod( 'colormag_enable_schema_markup', true );
			}
			remove_theme_mod( 'colormag_schema_markup' );

			// Scroll to top.
			$enable_scroll_to_top = get_theme_mod( 'colormag_enable_scroll_to_top' );

			if ( $enable_scroll_to_top ) {
				set_theme_mod( 'colormag_enable_scroll_to_top', true );
			}
			remove_theme_mod( 'colormag_scroll_to_top' );

			// Post Featured Image.
			$enable_post_featured_image = get_theme_mod( 'colormag_featured_image_show' );

			if ( ! empty( $enable_post_featured_image ) ) {
				set_theme_mod( 'colormag_enable_featured_image', false );
			} else {
				set_theme_mod( 'colormag_enable_featured_image', true );
			}

			// Page Featured Image.
			$enable_page_featured_image = get_theme_mod( 'colormag_featured_image_single_page_show' );

			if ( $enable_page_featured_image ) {
				set_theme_mod( 'colormag_enable_page_featured_image', true );
			}
			remove_theme_mod( 'colormag_featured_image_single_page_show' );

			// Progress bar indicator.
			$enable_progress_bar_indicator = get_theme_mod( 'colormag_prognroll_indicator' );

			if ( $enable_progress_bar_indicator ) {
				set_theme_mod( 'colormag_enable_progress_bar_indicator', true );
			}
			remove_theme_mod( 'colormag_prognroll_indicator' );

			// Flyout related posts.
			$enable_fly_out_related_post = get_theme_mod( 'colormag_related_post_flyout_setting' );

			if ( $enable_fly_out_related_post ) {
				set_theme_mod( 'colormag_enable_flyout_related_posts', true );
			}
			remove_theme_mod( 'colormag_related_post_flyout_setting' );

			// Related posts.
			$enable_related_post = get_theme_mod( 'colormag_related_posts_activate' );

			if ( $enable_related_post ) {
				set_theme_mod( 'colormag_enable_related_posts', true );
			}
			remove_theme_mod( 'colormag_related_posts_activate' );

			// Post Navigation.
			$enable_post_navigation = get_theme_mod( 'colormag_post_navigation_hide' );

			if ( $enable_post_navigation ) {
				set_theme_mod( 'colormag_enable_post_navigation', true );
			}
			remove_theme_mod( 'colormag_post_navigation_hide' );

			// Lightbox.
			$enable_lightbox = get_theme_mod( 'colormag_featured_image_popup' );

			if ( $enable_lightbox ) {
				set_theme_mod( 'colormag_enable_lightbox', true );
			}
			remove_theme_mod( 'colormag_featured_image_popup' );

			// Social Share.
			$enable_social_share = get_theme_mod( 'colormag_social_share' );

			if ( $enable_social_share ) {
				set_theme_mod( 'colormag_enable_social_share', true );
			}
			remove_theme_mod( 'colormag_social_share' );

			// Social Share Twitter.
			$enable_social_share_twitter = get_theme_mod( 'colormag_social_share_twitter' );

			if ( $enable_social_share_twitter ) {
				set_theme_mod( 'colormag_enable_social_share_twitter', true );
			}
			remove_theme_mod( 'colormag_social_share_twitter' );

			// Social Share Facebook.
			$enable_social_share_facebook = get_theme_mod( 'colormag_social_share_facebook' );

			if ( $enable_social_share_facebook ) {
				set_theme_mod( 'colormag_enable_social_share_facebook', true );
			}
			remove_theme_mod( 'colormag_social_share_facebook' );

			// Social Share Pinterest.
			$enable_social_share_pinterest = get_theme_mod( 'colormag_social_share_pinterest' );

			if ( $enable_social_share_pinterest ) {
				set_theme_mod( 'colormag_enable_social_share_pinterest', true );
			}
			remove_theme_mod( 'colormag_social_share_pinterest' );

			// Author bio link.
			$enable_author_bio_link = get_theme_mod( 'colormag_author_bio_links' );

			if ( ! empty( $enable_author_bio_link ) ) {
				set_theme_mod( 'colormag_enable_author_bio', false );
			} else {
				set_theme_mod( 'colormag_enable_author_bio', true );
			}

			// Author bio profile.
			$enable_author_bio_profile = get_theme_mod( 'colormag_author_bio_social_sites_show' );

			if ( $enable_author_bio_profile ) {
				set_theme_mod( 'colormag_enable_author_bio_profile', true );
			}
			remove_theme_mod( 'colormag_author_bio_social_sites_show' );

			// Author bio.
			$enable_author_bio = get_theme_mod( 'colormag_author_bio_disable_setting' );

			if ( $enable_author_bio ) {
				set_theme_mod( 'colormag_enable_author_bio', false );
			}
			remove_theme_mod( 'colormag_author_bio_disable_setting' );

			// Autoload posts.
			$enable_autoload_posts = get_theme_mod( 'colormag_autoload_posts' );

			if ( $enable_autoload_posts ) {
				set_theme_mod( 'colormag_enable_autoload_posts', true );
			}
			remove_theme_mod( 'colormag_autoload_posts' );

			// Sticky Menu.
			$enable_sticky_menu = get_theme_mod( 'colormag_primary_sticky_menu' );

			if ( $enable_sticky_menu ) {
				set_theme_mod( 'colormag_enable_sticky_menu', true );
			}
			remove_theme_mod( 'colormag_primary_sticky_menu' );

			// Search in menu.
			$enable_search_in_menu = get_theme_mod( 'colormag_search_icon_in_menu' );

			if ( $enable_search_in_menu ) {
				set_theme_mod( 'colormag_enable_search', true );
			}
			remove_theme_mod( 'colormag_search_icon_in_menu' );

			// Random post.
			$enable_random_post = get_theme_mod( 'colormag_random_post_in_menu' );

			if ( $enable_random_post ) {
				set_theme_mod( 'colormag_enable_random_post', true );
			}
			remove_theme_mod( 'colormag_random_post_in_menu' );

			// Category color.
			$enable_category_color = get_theme_mod( 'colormag_category_menu_color' );

			if ( $enable_category_color ) {
				set_theme_mod( 'colormag_enable_category_color', true );
			}
			remove_theme_mod( 'colormag_category_menu_color' );

			// Featured image caption.
			$enable_category_color = get_theme_mod( 'colormag_featured_image_caption_show' );

			if ( $enable_category_color ) {
				set_theme_mod( 'colormag_enable_featured_image_caption', true );
			}
			remove_theme_mod( 'colormag_featured_image_caption_show' );

			/**
			 * Typography control migration.
			 */
			// Migrate the typography options.
			$extractsizeandunit = function ( $value ) {
				$unit_list = array( 'px', 'em', 'rem', '%', '-', 'vw', 'vh', 'pt', 'pc' );
//
//				if ( ! $value ) {
//					return array(
//						'size' => '',
//						'unit' => 'px',
//					);
//				}
//
//				preg_match( '/^(\d+(?:\.\d+)?)(.*)$/', $value, $matches );
////
//				$size = $matches[1];
//				$unit = $matches[2];

//				if ( 'px' !== $unit ) {
//					switch ( $unit ) {
//						case 'em':
//						case 'pc':
//						case 'rem':
//							$size *= 16;
//							$unit  = 'px';
//							break;
//						case 'vw':
//							$size *= 19.2;
//							$unit  = 'px';
//							break;
//						case 'vh':
//							$size *= 10.8;
//							$unit  = 'px';
//							break;
//						case '%':
//							$size *= 1.6;
//							$unit  = 'px';
//							break;
//						case 'pt':
//							$size *= 1.333;
//							$unit  = 'px';
//							break;
//						default:
//							// Do nothing if the unit is not recognized
//							break;
//					}
//				}

				return array(
					'size' => $value,
					'unit' => 'px',
				);
			};

			$typography_options = array(
				array(
					'old_key' => 'colormag_widget_title_typography_setting',
					'new_key' => 'colormag_widget_title_typography',
				),
				array(
					'old_key' => 'colormag_base_typography_setting',
					'new_key' => 'colormag_base_typography',
				),
				array(
					'old_key' => 'colormag_headings_typography_setting',
					'new_key' => 'colormag_headings_typography',
				),
				array(
					'old_key' => 'colormag_h1_typography_setting',
					'new_key' => 'colormag_h1_typography',
				),
				array(
					'old_key' => 'colormag_h2_typography_setting',
					'new_key' => 'colormag_h2_typography',
				),
				array(
					'old_key' => 'colormag_h3_typography_setting',
					'new_key' => 'colormag_h3_typography',
				),
				array(
					'old_key' => 'colormag_h4_typography_setting',
					'new_key' => 'colormag_h4_typography',
				),
				array(
					'old_key' => 'colormag_h5_typography_setting',
					'new_key' => 'colormag_h5_typography',
				),
				array(
					'old_key' => 'colormag_h6_typography_setting',
					'new_key' => 'colormag_h6_typography',
				),
				array(
					'old_key' => 'colormag_button_typography_setting',
					'new_key' => 'colormag_button_typography',
				),
				array(
					'old_key' => 'colormag_site_title_typography_setting',
					'new_key' => 'colormag_site_title_typography',
				),
				array(
					'old_key' => 'colormag_site_tagline_typography_setting',
					'new_key' => 'colormag_site_tagline_typography',
				),
				array(
					'old_key' => 'colormag_breaking_news_label_typography_setting',
					'new_key' => 'colormag_news_ticker_label_typography',
				),
				array(
					'old_key' => 'colormag_breaking_news_content_typography_setting',
					'new_key' => 'colormag_news_ticker_content_typography',
				),
				array(
					'old_key' => 'colormag_primary_menu_typography_setting',
					'new_key' => 'colormag_primary_menu_typography',
				),
				array(
					'old_key' => 'colormag_primary_sub_menu_typography_setting',
					'new_key' => 'colormag_primary_sub_menu_typography',
				),
				array(
					'old_key' => 'colormag_post_title_typography_setting',
					'new_key' => 'colormag_post_title_typography',
				),
				array(
					'old_key' => 'colormag_comment_title_typography_setting',
					'new_key' => 'colormag_comment_title_typography',
				),
				array(
					'old_key' => 'colormag_post_meta_typography_setting',
					'new_key' => 'colormag_post_meta_typography',
				),
				array(
					'old_key' => 'colormag_page_title_typography_setting',
					'new_key' => 'colormag_page_title_typography',
				),
				array(
					'old_key' => 'colormag_footer_widget_title_typography_setting',
					'new_key' => 'colormag_footer_widget_title_typography',
				),
				array(
					'old_key' => 'colormag_footer_widget_content_typography_setting',
					'new_key' => 'colormag_footer_widget_content_typography',
				),
				array(
					'old_key' => 'colormag_footer_copyright_typography_setting',
					'new_key' => 'colormag_footer_copyright_typography',
				),
				array(
					'old_key' => 'colormag_footer_menu_typography_setting',
					'new_key' => 'colormag_footer_menu_typography',
				),
			);

			foreach ( $typography_options as $option ) {
				$old_value = get_theme_mod( $option['old_key'] );

				if ( $old_value ) {
					$new_desktop_font = isset( $old_value['font-size']['desktop'] ) ? $extractsizeandunit( $old_value['font-size']['desktop'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_tablet_font = isset( $old_value['font-size']['tablet'] ) ? $extractsizeandunit( $old_value['font-size']['tablet'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_mobile_font = isset( $old_value['font-size']['mobile'] ) ? $extractsizeandunit( $old_value['font-size']['mobile'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_desktop_line_height = isset( $old_value['line-height']['desktop'] ) ? $extractsizeandunit( $old_value['line-height']['desktop'] ) : array(
						'size' => '',
						'unit' => '-',
					);

					if ( empty( $new_desktop_line_height['unit'] ) ) {
						$new_desktop_line_height['unit'] = '-';
					}

					$new_tablet_line_height = isset( $old_value['line-height']['tablet'] ) ? $extractsizeandunit( $old_value['line-height']['tablet'] ) : array(
						'size' => '',
						'unit' => '-',
					);

					if ( empty( $new_tablet_line_height['unit'] ) ) {
						$new_tablet_line_height['unit'] = '-';
					}

					$new_mobile_line_height = isset( $old_value['line-height']['mobile'] ) ? $extractsizeandunit( $old_value['line-height']['mobile'] ) : array(
						'size' => '',
						'unit' => '-',
					);

					if ( empty( $new_mobile_line_height['unit'] ) ) {
						$new_mobile_line_height['unit'] = '-';
					}

					$new_desktop_letter_spacing = isset( $old_value['letter-spacing']['desktop'] ) ? $extractsizeandunit( $old_value['letter-spacing']['desktop'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_tablet_letter_spacing = isset( $old_value['letter-spacing']['tablet'] ) ? $extractsizeandunit( $old_value['letter-spacing']['tablet'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_mobile_letter_spacing = isset( $old_value['letter-spacing']['mobile'] ) ? $extractsizeandunit( $old_value['letter-spacing']['mobile'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_value = array(
						'font-family'    => isset( $old_value['font-family'] ) ? $old_value['font-family'] : 'default',
						'font-weight'    => isset( $old_value['font-weight'] ) ? $old_value['font-weight'] : 'default',
						'subsets'        => isset( $old_value['subsets'] ) ? $old_value['subsets'] : '',
						'font-size'      => array(
							'desktop' => array(
								'size' => $new_desktop_font['size'],
								'unit' => $new_desktop_font['unit'],
							),
							'tablet'  => array(
								'size' => $new_tablet_font['size'],
								'unit' => $new_tablet_font['unit'],
							),
							'mobile'  => array(
								'size' => $new_mobile_font['size'],
								'unit' => $new_mobile_font['unit'],
							),
						),
						'line-height'    => array(
							'desktop' => array(
								'size' => $new_desktop_line_height['size'],
								'unit' => '-',
							),
							'tablet'  => array(
								'size' => $new_tablet_line_height['size'],
								'unit' => '-',
							),
							'mobile'  => array(
								'size' => $new_mobile_line_height['size'],
								'unit' => '-',
							),
						),
						'letter-spacing' => array(
							'desktop' => array(
								'size' => $new_desktop_letter_spacing['size'],
								'unit' => $new_desktop_letter_spacing['unit'],
							),
							'tablet'  => array(
								'size' => $new_tablet_letter_spacing['size'],
								'unit' => $new_tablet_letter_spacing['unit'],
							),
							'mobile'  => array(
								'size' => $new_mobile_letter_spacing['size'],
								'unit' => $new_mobile_letter_spacing['unit'],
							),
						),
						'font-style'     => isset( $old_value['font-style'] ) ? $old_value['font-style'] : '',
						'text-transform' => isset( $old_value['text-transform'] ) ? $old_value['text-transform'] : '',
					);

					set_theme_mod( $option['new_key'], $new_value );
					remove_theme_mod( $option['old_key'] );
				}
			}

			// Dimension control migration.
			$dimension_option = array(
				array(
					'old_key' => 'colormag_primary_menu_dimension_padding',
					'new_key' => 'colormag_primary_menu_padding',
				),
			);

			foreach ( $dimension_option as $option ) {

				// Check if id exist in database or not.
				if ( ! array_key_exists( $option['old_key'], $this->old_theme_mods ) ) {
					continue;
				}

				$old_value = get_theme_mod( $option['old_key'] );

				// Check if the old value have unit key on or not.
				if ( false !== strpos( wp_json_encode( $old_value ), 'unit' ) ) {
					continue;
				}

				if ( $old_value ) {

					$new_top = isset( $old_value['top'] ) ? $extractsizeandunit( $old_value['top'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_right  = isset( $old_value['right'] ) ? $extractsizeandunit( $old_value['right'] ) : array(
						'size' => '',
						'unit' => 'px',
					);
					$new_bottom = isset( $old_value['bottom'] ) ? $extractsizeandunit( $old_value['bottom'] ) : array(
						'size' => '',
						'unit' => 'px',
					);
					$new_left   = isset( $old_value['left'] ) ? $extractsizeandunit( $old_value['left'] ) : array(
						'size' => '',
						'unit' => 'px',
					);

					$new_value = array(
						'top'    => $new_top['size'],
						'right'  => $new_right['size'],
						'bottom' => $new_bottom['size'],
						'left'   => $new_left['size'],
						'unit'   => $new_top['unit'],
					);

					set_theme_mod( $option['new_key'], $new_value );

					if ( $option['old_key'] !== $option['new_key'] ) {

						remove_theme_mod( $option['old_key'] );
					}
				}
			}

			// Slider control migration.
			$slider_options = array(
				array(
					'old_key' => 'colormag_container_width',
					'new_key' => 'colormag_container_width',
					'default' => array(
						'size' => 1160,
						'unit' => 'px',
					),
				),

				array(
					'old_key' => 'colormag_site_logo_height',
					'new_key' => 'colormag_site_logo_height',
					'default' => array(
						'size' => 1160,
						'unit' => 'px',
					),
				),

				array(
					'old_key' => 'colormag_primary_menu_logo_height',
					'new_key' => 'colormag_primary_menu_logo_height',
					'default' => array(
						'size' => '',
						'unit' => 'px',
					),
				),

				array(
					'old_key' => 'colormag_primary_menu_logo_spacing',
					'new_key' => 'colormag_primary_menu_logo_spacing',
					'default' => array(
						'size' => '',
						'unit' => 'px',
					),
				),

				array(
					'old_key' => 'colormag_top_bar_border_bottom_size',
					'new_key' => 'colormag_top_bar_border_bottom_size',
					'default' => array(
						'size' => '',
						'unit' => 'px',
					),
				),
			);

			// Loop through the options and migrate their values.
			foreach ( $slider_options as $option ) {

				// Check if id exist in database or not.
				if ( ! array_key_exists( $option['old_key'], $this->old_theme_mods ) ) {
					continue;
				}

				$old_value = get_theme_mod( $option['old_key'] );

				// Check if the value is scalar.
				if ( ! is_scalar( $old_value ) ) {
					continue;
				}

				if ( $old_value ) {

					set_theme_mod(
						$option['new_key'],
						array(
							'size' => $old_value,
							'unit' => $option['default']['unit'],
						)
					);

					if ( $option['old_key'] !== $option['new_key'] ) {

						remove_theme_mod( $option['old_key'] );
					}
				}
			}

			/**
			 * Radio image control migration.
			 */
			// Sidebar Layout Migration.
			$sidebar_layout_option = array(
				array(
					'old_key' => 'colormag_default_layout',
					'new_key' => 'colormag_default_sidebar_layout',
				),
				array(
					'old_key' => 'colormag_default_page_layout',
					'new_key' => 'colormag_page_sidebar_layout',
				),
				array(
					'old_key' => 'colormag_default_single_posts_layout',
					'new_key' => 'colormag_post_sidebar_layout',
				),
			);

			foreach ( $sidebar_layout_option as $option ) {

				$old_value = get_theme_mod( $option['old_key'] );

				if ( $old_value ) {
					if ( 'right_sidebar' === $old_value ) {
						$new_value = 'right_sidebar';
					} elseif ( 'left_sidebar' === $old_value ) {
						$new_value = 'left_sidebar';
					} elseif ( 'no_sidebar_full_width' === $old_value ) {
						$new_value = 'no_sidebar_full_width';
					} elseif ( 'no_sidebar_content_centered' === $old_value ) {
						$new_value = 'no_sidebar_content_centered';
					} elseif ( 'two_sidebars' === $old_value ) {
						$new_value = 'two_sidebars';
					}

					set_theme_mod( $option['new_key'], $new_value );
					remove_theme_mod( $option['old_key'] );
				}
			}

			$theme_support_background_color = get_theme_mod( 'background_color' );
			$theme_support_background_image = get_theme_mod( 'background_image' );

			set_theme_mod(
				'colormag_outside_container_background',
				array(
					'background-color' => $theme_support_background_color,
					'background-image' => $theme_support_background_image,

				)
			);

			/**
			 * Background control migration.
			 */
			// Background Migration.
			$background_option = array(
				array(
					'old_key' => 'colormag_header_background_setting',
					'new_key' => 'colormag_main_header_background',
				),
				array(
					'old_key' => 'colormag_footer_copyright_background_setting',
					'new_key' => 'colormag_footer_copyright_background',
				),
				array(
					'old_key' => 'colormag_footer_background_setting',
					'new_key' => 'colormag_footer_background',
				),
				array(
					'old_key' => 'colormag_primary_sub_menu_background_setting',
					'new_key' => 'colormag_primary_sub_menu_background',
				),
				array(
					'old_key' => 'colormag_primary_menu_background_setting',
					'new_key' => 'colormag_primary_menu_background',
				),
				array(
					'old_key' => 'colormag_breaking_news_label_background_color',
					'new_key' => 'colormag_news_ticker_label_background',
				),
			);

			foreach ( $background_option as $option ) {

				$old_value = get_theme_mod( $option['old_key'] );

				if ( $old_value ) {

					$new_value = array(
						'background-color'      => $old_value['background-color'],
						'background-image'      => $old_value['background-image'],
						'background-repeat'     => $old_value['background-repeat'],
						'background-position'   => $old_value['background-position'],
						'background-size'       => $old_value['background-size'],
						'background-attachment' => $old_value['background-attachment'],
					);

					set_theme_mod( $option['new_key'], $new_value );
					remove_theme_mod( $option['old_key'] );
				}
			}

			// Set flag not to repeat the migration process, run it only once.
			update_option( 'colormag_major_update_migration_v3', true );
		}

		/**
		 * Return the value for customize migration on demo import.
		 *
		 * @return bool
		 */
		function colormag_demo_import_migration() {
			if ( isset( $_GET['demo-import-migration'] ) && isset( $_GET['_demo_import_migration_nonce'] ) ) {
				if ( ! wp_verify_nonce( $_GET['_demo_import_migration_nonce'], 'demo_import_migration' ) ) {
					wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
				}

				return true;
			}

			return false;
		}

		/**
		 * @return bool
		 */
		public static function maybe_run_migration() {

			/**
			 * Check migration is already run or not.
			 * If migration is already run then return false.
			 *
			 */
			$migrated = get_option( 'colormag_major_update_migration_v3' );

			if ( $migrated ) {

				return false;
			}

			/**
			 * If user don't import the demo and upgrade the theme.
			 * Then we need to run the migration.
			 *
			 */
			$result     = false;
			$theme_mods = get_theme_mods();

			foreach ( $theme_mods as $key => $_ ) {

				if ( strpos( $key, 'colormag_' ) !== false ) {

					$result = true;
					break;
				}
			}

			return $result;
		}

	}

	new ColorMag_Migration();
}
inc/migration/demo-import-migration.php000064400000005660151213253110014243 0ustar00<?php
/**
 * Demo import migration.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Display the admin notice for demo import customize migration.
 */
function colormag_demo_import_migration_notice() {
	$demo_imported  = get_option( 'themegrill_demo_importer_activated_id' );
	$notice_dismiss = get_option( 'colormag_demo_import_migration_notice_dismiss' );
	$migration_flag = get_option( 'colormag_major_update_migration_v3' );

	if ( ! $notice_dismiss && $migration_flag && $demo_imported ) :
		?>
	<div class="notice notice-success colormag-notice demo-import-migrate-notice" style="position:relative;">
		<div class="colormag-message__content">
			<div class="colormag-message__image">
				<img class="colormag-screenshot" src="<?php echo esc_url( get_template_directory_uri() ); ?>/inc/admin/images/colormag-logo-square.jpg" alt="<?php esc_attr_e( 'Colormag', 'colormag' ); ?>" /><?php // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped, Squiz.PHP.EmbeddedPhp.SpacingBeforeClose ?>
			</div>
			<div class="colormag-message__text">
				<p>
					<?php
					esc_html_e(
						'It seems you&#39;ve either imported ColorMag demos recently or updated ColorMag Pro to 4.0 version. After these actions, if you&#39;ve seen any design issues in your site, please try clicking the button below:',
						'colormag'
					);
					?>
				</p>

				<p>
					<a href="<?php echo wp_nonce_url( add_query_arg( 'demo-import-migration', 'true' ), 'demo_import_migration', '_demo_import_migration_nonce' ); ?>"
					   class="btn button-primary"
					>
						<span><?php esc_html_e( 'Fix Migration Issues', 'colormag' ); ?></span>
					</a>

					<a href="<?php echo esc_url( 'https://themegrill.com/contact/' ); ?>" class="btn button-secondary" target="_blank">
						<span><?php esc_html_e( 'Contact Support', 'colormag' ); ?></span>
					</a>
				</p>

				<a class="notice-dismiss" href="<?php echo wp_nonce_url( add_query_arg( 'demo-import-migration-notice-dismiss', 'true' ), 'demo_import_migration_notice_dismiss', '_demo_import_migration_notice_dismiss_nonce' ); ?>"></a>
			</div>
		</div>
	</div>
			<?php
		endif;
}

add_action( 'admin_notices', 'colormag_demo_import_migration_notice' );


/**
 * Option to dismiss the notice.
 */
function colormag_demo_import_migration_notice_dismiss() {
	if ( isset( $_GET['demo-import-migration-notice-dismiss'] ) && isset( $_GET['_demo_import_migration_notice_dismiss_nonce'] ) ) {
		if ( ! wp_verify_nonce( $_GET['_demo_import_migration_notice_dismiss_nonce'], 'demo_import_migration_notice_dismiss' ) ) {
			wp_die( __( 'Action failed. Please refresh the page and retry.', 'colormag' ) );
		}

		update_option( 'colormag_demo_import_migration_notice_dismiss', true );
	}
}

add_action( 'admin_init', 'colormag_demo_import_migration_notice_dismiss' );

inc/freemius-migration.php000064400000011122151213253110011623 0ustar00<?php

/**
 * @package     Freemius
 * @copyright   Copyright (c) 2019, Freemius, Inc.
 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
 * @author      Vova Feldman
 *
 * Class FS_ThemeGrill_License_Migration
 */
class FS_ThemeGrill_License_Migration {

	/**
	 * Instance.
	 *
	 * @var Freemius
	 */
	private $_fs;

	/**
	 * Unique prefix.
	 *
	 * @var string
	 */
	private $_unique_prefix;

	/**
	 * Option name for license.
	 *
	 * @var string
	 */
	private $_license_option_name;

	/**
	 * FS_ThemeGrill_License_Migration constructor.
	 *
	 * @param \Freemius $fs                  Freemius instance.
	 * @param string    $license_option_name Option name for license.
	 * @param string    $unique_prefix       Unique prefix.
	 */
	public function __construct( Freemius $fs, $license_option_name, $unique_prefix = 'my_fs' ) {
		$this->_fs                  = $fs;
		$this->_license_option_name = $license_option_name;
		$this->_unique_prefix       = $unique_prefix;

		if ( $this->should_try_migrate() ) {
			add_action( 'admin_init', array( &$this, 'license_key_migration' ) );
		}
	}

	/**
	 * Get previous license platform.
	 *
	 * @return mixed|null
	 */
	private function get_license_key_from_prev_platform_storage() {
		$options = get_option( $this->_license_option_name );

		if ( ! is_array( $options ) ) {
			return null;
		}

		if ( empty( $options['api_key'] ) ) {
			return null;
		}

		return $options['api_key'];
	}

	/**
	 * Migrating the old license to Freemius.
	 */
	public function license_key_migration() {
		if ( ! $this->should_try_migrate() ) {
			return;
		}

		// Get the license key from the previous eCommerce platform's storage.
		$license_key = $this->get_license_key_from_prev_platform_storage();

		if ( empty( $license_key ) ) {
			// No key to migrate.
			return;
		}

		// Get the first 32 characters.
		$license_key = substr( $license_key, 0, 32 );

		$option_name = $this->get_migration_status_option_name();

		try {
			$next_page = $this->_fs->activate_migrated_license( $license_key );
		} catch ( Exception $e ) {
			update_option( $option_name, 'unexpected_error' );

			return;
		}

		if ( $this->_fs->can_use_premium_code() ) {
			update_option( $option_name, 'done' );

			if ( is_string( $next_page ) ) {
				fs_redirect( $next_page );
			}
		} else {
			update_option( $option_name, 'failed' );
		}
	}

	/**
	 * Check for if license migration is needed.
	 *
	 * @return bool
	 */
	private function should_try_migrate() {
		if ( ! $this->_fs->has_api_connectivity() || $this->_fs->is_registered() ) {
			// No connectivity OR the user already opted-in to Freemius.
			return false;
		}

		$option_name = $this->get_migration_status_option_name();

		if ( 'pending' != get_option( $option_name, 'pending' ) ) {
			return false;
		}

		return true;
	}

	/**
	 * Get migration option name.
	 *
	 * @return string
	 */
	private function get_migration_status_option_name() {
		return "{$this->_unique_prefix}_migrated2fs";
	}
}

/**
 * Class FS_ThemeGrill_License_Menu
 */
class FS_ThemeGrill_License_Menu {

	/**
	 * Name of product.
	 *
	 * @var string
	 */
	private $_name;

	/**
	 * Slug of product.
	 *
	 * @var string
	 */
	private $_slug;

	/**
	 * Constructor.
	 *
	 * FS_ThemeGrill_License_Menu constructor.
	 *
	 * @param string $name Name of product.
	 * @param string $slug Slug of product.
	 */
	public function __construct( $name, $slug ) {
		$this->_name = $name;
		$this->_slug = $slug;

		add_action( 'admin_menu', array( &$this, 'add_menu' ) );
	}

	/**
	 * Redirecting users to their account section when they register.
	 */
	public function redirect_to_account_when_registered() {
		$fs = FS_ThemeGrill::freemius();

		if ( ! $fs->is_activation_mode() ) {
			$pages = array( 'account', 'contact', 'pricing' );

			foreach ( $pages as $page ) {
				if ( $fs->is_page_visible( $page ) ) {
					fs_redirect( $fs->_get_admin_page_url( $page ) );
				}
			}
		}
	}

	/**
	 * Return empty string.
	 *
	 * @return string
	 */
	public function get_empty_html() {
		return '';
	}

	/**
	 * Adding menu page.
	 */
	public function add_menu() {
		$hook = add_options_page(
			$this->_name . ' ' . __( 'License Manager', $this->_slug ),
			$this->_name . ' ' . __( 'License Manager', $this->_slug ),
			'manage_options',
			'themegrill_submenu',
			array( &$this, 'get_empty_html' )
		);

		add_action( "load-{$hook}", array( &$this, 'redirect_to_account_when_registered' ) );
	}
}
inc/base/class-colormag-css-classes.php000064400000003561151213253110014066 0ustar00<?php
/**
 * Adds classes to appropriate places.
 *
 * @package ColorMag
 *
 * @since   ColorMag 4.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Css_Classes' ) ) :

	/**
	 * ColorMag_Css_Classes class.
	 */
	class ColorMag_Css_Classes {

		/**
		 * Constructor.
		 */
		public function __construct() {

			add_filter( 'colormag_header_class', array( $this, 'colormag_add_header_classes' ) );

		}

		/**
		 * Adds css classes into header
		 *
		 * @param array $classes list of old classes.
		 *
		 * @return array
		 */
		public function colormag_add_header_classes( $classes ) {

			$layout = get_theme_mod( 'colormag_main_header_layout', 'layout-1' );
			$width  = get_theme_mod( 'colormag_main_header_width_setting', 'full-width' );

			$classes[] = 'cm-' . $layout;

			$layout1_style = get_theme_mod( 'colormag_main_header_layout_1_style', 'style-1' );

			$layout2_style = get_theme_mod( 'colormag_main_header_layout_2_style', 'style-1' );

			$layout3_style = get_theme_mod( 'colormag_main_header_layout_3_style', 'style-1' );

			$layout4_style = get_theme_mod( 'colormag_main_header_layout_4_style', 'style-1' );

			if ( 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout1_style;
			} elseif ( 'layout-2' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout2_style;
			} elseif ( 'layout-3' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout3_style;
			} elseif ( 'layout-4' === $layout ) {
				$classes[] = 'cm-' . $layout . '-' . $layout4_style;
			}

			if ('full-width' === $width && 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $width;
			} elseif ('contained' === $width && 'layout-1' === $layout ) {
				$classes[] = 'cm-' . $width;
			}

			return $classes;
		}

	}
endif;

new ColorMag_Css_Classes();
inc/base/class-colormag-dynamic-filter.php000064400000002721151213253110014547 0ustar00<?php
/**
 * Filter array values.
 *
 * @package ColorMag
 *
 * @since   ColorMag 4.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

/*========================================== HEADER > HEADER TOP BAR ==========================================*/
if ( ! class_exists( 'ColorMag_Dynamic_Filter' ) ) :

	/**
	 * Filter array values.
	 */
	class ColorMag_Dynamic_Filter {

		/**
		 * Array of filter name and css classes.
		 *
		 * @since    TBD
		 * @access   private
		 * @var      array $css_class_arr Filter tag and class list.
		 */
		private static $css_class_arr = array();

		/**
		 * Get filter tag and class list in Array.
		 *
		 * @since    1.1.7
		 * @access   public
		 *
		 * @return array Filter tag and class list.
		 */
		public static function css_class_list() {

			self::$css_class_arr = array(
				'colormag_header_class' => array(
					'cm-header',
				),
			);

			return apply_filters( 'colormag_css_class_list', self::$css_class_arr );

		}

		/**
		 * Filter the array according to key.
		 *
		 * @since    1.1.7
		 * @access   public
		 *
		 * @param string $tag Filter tag.
		 *
		 * @return array Filter tag and class list.
		 */
		public static function filter_via_tag( $tag ) {

			$css_class = self::css_class_list();

			$filtered = array();

			if ( isset( $css_class[ $tag ] ) ) {
				$filtered = $css_class[ $tag ];
			}

			return $filtered;

		}

	}

endif;
inc/base/class-colormag-constants.php000064400000006754151213253110013666 0ustar00<?php
/**
 * Define constants.
 *
 * @package ColorMag
 *
 * @since   ColorMag 4.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

if ( ! class_exists( 'ColorMag_Constants' ) ) {

	/**
	 * ColorMag_Constants class.
	 */
	class ColorMag_Constants {

		/**
		 * Instance.
		 *
		 * @access private
		 * @var object Singleton instance of ColorMag_Constants class
		 */
		private static $instance;

		/**
		 * Array of constants and their values.
		 *
		 * @access private
		 * @var array
		 */
		private $constants;

		/**
		 * Singleton instance.
		 *
		 * @return ColorMag_Constants
		 *
		 */
		public static function get_instance() {

			if ( ! isset( self::$instance ) ) {

				self::$instance = new self();
			}

			return self::$instance;
		}

		/**
		 * Constructor.
		 */
		private function __construct() {

			// TODO: reuse constant instead of calling function for each constant.
			// TODO: sending constant data as constructor argument.
			$this->constants = array(

				/**
				 * Define Directory Location Constants
				 */
				'COLORMAG_THEME_VERSION'         => wp_get_theme( get_template() )->get( 'Version' ),
				'COLORMAG_PARENT_DIR'            => get_template_directory(),
				'COLORMAG_INCLUDES_DIR'          => get_template_directory() . '/inc',
				'COLORMAG_CSS_DIR'               => get_template_directory() . '/assets/css',
				'COLORMAG_JS_DIR'                => get_template_directory() . '/assets/js',
				'COLORMAG_LANGUAGES_DIR'         => get_template_directory() . '/languages',
				'COLORMAG_WIDGETS_DIR'           => get_template_directory() . '/inc/widgets',
				'COLORMAG_CUSTOMIZER_DIR'        => get_template_directory() . '/inc/customizer',
				'COLORMAG_ELEMENTOR_DIR'         => get_template_directory() . '/inc/compatibility/elementor',
				'COLORMAG_ELEMENTOR_WIDGETS_DIR' => get_template_directory() . '/inc/compatibility/elementor/widgets',

				'COLORMAG_CHILD_DIR'             => get_stylesheet_directory(),

				/**
				 * Define URL Location Constants
				 */
				'COLORMAG_PARENT_URL'            => get_template_directory_uri(),

				'COLORMAG_INCLUDES_URL'          => get_template_directory_uri() . '/inc',
				'COLORMAG_CSS_URL'               => get_template_directory_uri() . '/assets/css',
				'COLORMAG_JS_URL'                => get_template_directory_uri() . '/assets/js',
				'COLORMAG_IMG_URL'               => get_template_directory_uri() . '/assets/img',
				'COLORMAG_LANGUAGES_URL'         => get_template_directory_uri() . '/languages',
				'COLORMAG_WIDGETS_URL'           => get_template_directory_uri() . '/inc/widgets',
				'COLORMAG_CUSTOMIZER_URL'        => get_template_directory_uri() . '/inc/customizer',
				'COLORMAG_ELEMENTOR_URL'         => get_template_directory_uri() . '/inc/compatibility/elementor',
				'COLORMAG_ELEMENTOR_WIDGETS_URL' => get_template_directory_uri() . '/inc/compatibilitye/lementor/widgets',

				'COLORMAG_CHILD_URL'             => get_stylesheet_directory_uri(),
			);

			foreach ( $this->constants as $name => $value ) {

				$this->define_constant( $name, $value );
			}
		}

		/**
		 * Define constant safely.
		 *
		 * TODO: @since.
		 *
		 * @param string $name  Constant name.
		 * @param mixed  $value Constant value.
		 *
		 * @return void
		 */
		public function define_constant( $name, $value ) {

			if ( ! defined( $name ) ) {

				define( $name, $value );
			}
		}

	}
}

ColorMag_Constants::get_instance();
inc/base/class-colormag-dynamic-classes.php000064400000005205151213253110014717 0ustar00<?php
/**
 * Adds classes to appropriate places.
 *
 * @package ColorMag
 *
 * @since   ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_top_full_width_area_class' ) ) :

	/**
	 * Function to return the classname for top full width area class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_top_full_width_area_class() {

		// Add the header area display type dynamic class.
		$colormag_top_full_width_area_class = get_theme_mod( 'colormag_top_full_width_container', 'boxed' );
		$class_name                         = '';

		if ( 'stretch' === $colormag_top_full_width_area_class ) {
			$class_name = 'tg-full-width';
		}

		return $class_name;
	}

endif;

if ( ! function_exists( 'colormag_top_bar_full_width_area_class' ) ) :

	/**
	 * Function to return the classname for top full width area class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_top_bar_full_width_area_class() {

		// Add the header area display type dynamic class.
		$colormag_top_bar_full_width_area_class = get_theme_mod( 'colormag_top_bar_full_width', 0 );
		$class_name                             = '';

		if ( 1 === $colormag_top_bar_full_width_area_class ) {
			$class_name = 'tg-full-width';
		}

		return $class_name;
	}

endif;


if ( ! function_exists( 'colormag_footer_layout_class' ) ) :

	/**
	 * Function to return the classname for footer option layout class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_footer_layout_class() {

		$colormag_footer_layout_class = get_theme_mod( 'colormag_main_footer_layout', 'layout-1' );
		$class_name                   = '';

		if ( 'layout-2' === $colormag_footer_layout_class ) {
			$class_name = 'colormag-footer--classic';
		} elseif ( 'layout-3' === $colormag_footer_layout_class ) {
			$class_name = 'colormag-footer--classic-bordered';
		}

		return $class_name;

	}

endif;


if ( ! function_exists( 'colormag_copyright_alignment_class' ) ) :

	/**
	 * Function to return the classname for footer copyright alignment class.
	 *
	 * @return string CSS classname.
	 */
	function colormag_copyright_alignment_class() {

		$colormag_copyright_alignment_class = get_theme_mod( 'colormag_footer_bar_alignment', 'left' );
		$class_name                         = 'cm-footer-bar-style-1';

		if ( 'right' === $colormag_copyright_alignment_class ) {
			$class_name = 'cm-footer-bar-style-2';
		} elseif ( 'center' === $colormag_copyright_alignment_class ) {
			$class_name = 'cm-footer-bar-style-3';
		}

		return $class_name;

	}

endif;
inc/base/class-colormag-dynamic-css.php000064400000243761151213253110014065 0ustar00<?php
/**
 * ColorMag dynamic CSS generation file for theme options.
 *
 * Class ColorMag_Dynamic_CSS
 *
 * @package ColorMag
 *
 * @since   ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * ColorMag dynamic CSS generation file for theme options.
 *
 * Class ColorMag_Dynamic_CSS
 */
class ColorMag_Dynamic_CSS {

	/**
	 * Return dynamic CSS output.
	 *
	 * @param string $dynamic_css          Dynamic CSS.
	 * @param string $dynamic_css_filtered Dynamic CSS Filters.
	 *
	 * @return string Generated CSS.
	 */
	public static function render_output( $dynamic_css, $dynamic_css_filtered = '' ) {

		/**
		 * Variable declarations.
		 */

		// Top bar color options
		$top_bar_background_color             = get_theme_mod( 'colormag_top_bar_background_color', '#fff' );
		$top_bar_text_color                   = get_theme_mod( 'colormag_top_bar_text_color', '#555' );
		$top_bar_link_color                   = get_theme_mod( 'colormag_top_bar_link_color', '#207daf' );
		$top_bar_link_hover_color             = get_theme_mod( 'colormag_top_bar_link_hover_color', '' );
		$top_bar_label_color                  = get_theme_mod( 'colormag_top_bar_label_color', '#555' );
		$breaking_news_label_background_color = get_theme_mod( 'colormag_news_ticker_label_background' );
		$breaking_news_background_color       = get_theme_mod( 'colormag_news_ticker_background' );

		$breaking_news_label_typography_default = array(
			'font-family' => 'default',
			'font-weight' => 600,
			'font-size'   => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);

		$breaking_news_content_typography_default = array(
			'font-family' => 'default',
			'font-weight' => 600,
			'font-size'   => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);

		// Top bar typography option.
		$breaking_news_label_typography   = get_theme_mod( 'colormag_news_ticker_label_typography', $breaking_news_label_typography_default );
		$breaking_news_content_typography = get_theme_mod( 'colormag_news_ticker_content_typography', $breaking_news_content_typography_default );

		// Header options.

		$primary_menu_text_color                  = get_theme_mod( 'colormag_primary_menu_text_color', '' );
		$primary_menu_selected_hovered_text_color = get_theme_mod( 'colormag_primary_menu_selected_hovered_text_color', '' );
		$primary_menu_top_border_color            = get_theme_mod( 'colormag_primary_menu_top_border_color', '#207daf' );

		$header_background_default       = array(
			'background-color'      => '#ffffff',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$site_title_typography_default   = array(
			'font-family' => 'default',
			'font-size'   => array(
				'desktop' => array(
					'size' => '40',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$site_tagline_typography_default = array(
			'font-family' => 'default',
			'font-size'   => array(
				'desktop' => array(
					'size' => '16',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);

		$primary_menu_background_default     = array(
			'background-color'      => '#27272A',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$primary_sub_menu_background_default = array(
			'background-color'      => '#232323',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$primary_menu_typography_default     = array(
			'font-family' => 'default',
			'font-weight' => 600,
			'font-size'   => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$primary_sub_menu_typography_default = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$post_title_typography_default       = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'font-size'      => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.3',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);

		$header_background           = get_theme_mod( 'colormag_main_header_background', $header_background_default );
		$site_title_typography       = get_theme_mod( 'colormag_site_title_typography', $site_title_typography_default );
		$site_tagline_typography     = get_theme_mod( 'colormag_site_tagline_typography', $site_tagline_typography_default );
		$primary_menu_background     = get_theme_mod( 'colormag_primary_menu_background', $primary_menu_background_default );
		$primary_sub_menu_background = get_theme_mod( 'colormag_primary_sub_menu_background', $primary_sub_menu_background_default );
		$primary_menu_typography     = get_theme_mod( 'colormag_primary_menu_typography', $primary_menu_typography_default );
		$mobile_menu_typography     = get_theme_mod( 'colormag_mobile_menu_typography', $primary_menu_typography_default );
		$primary_sub_menu_typography = get_theme_mod( 'colormag_primary_sub_menu_typography', $primary_sub_menu_typography_default );
		$mobile_sub_menu_typography = get_theme_mod( 'colormag_mobile_sub_menu_typography', $primary_sub_menu_typography_default );
		$post_title_typography       = get_theme_mod( 'colormag_blog_post_title_typography', $post_title_typography_default );

		// Post/Page/Blog options.
		$post_title_color = get_theme_mod( 'colormag_post_title_color', '#333333' );
		$page_title_color = get_theme_mod( 'colormag_page_title_color', '#333333' );
		$post_meta_color  = get_theme_mod( 'colormag_post_meta_color', '#71717A' );

		$page_title_typography_default = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '34',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$post_meta_typography_default  = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '12',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);

		$page_title_typography = get_theme_mod( 'colormag_page_title_typography', $page_title_typography_default );
		$post_meta_typography  = get_theme_mod( 'colormag_post_meta_typography', $post_meta_typography_default );

		// Footer options.
		$footer_copyright_color                       = get_theme_mod( 'colormag_footer_copyright_text_color', '#F4F4F5' );
		$footer_copyright_link_color                  = get_theme_mod( 'colormag_footer_copyright_link_text_color', '#289dcc' );
		$footer_menu_color                            = get_theme_mod( 'colormag_footer_menu_color', '#b1b6b6' );
		$footer_menu_hover_color                      = get_theme_mod( 'colormag_footer_menu_hover_color', '#207daf' );
		$footer_widget_title_color                    = get_theme_mod( 'colormag_footer_widget_title_color', '#ffffff' );
		$footer_widget_content_color                  = get_theme_mod( 'colormag_footer_widget_content_color', '#ffffff' );
		$footer_widget_content_link_text_color        = get_theme_mod( 'colormag_footer_widget_content_link_text_color', '#ffffff' );
		$footer_widget_content_link_text_hover_color  = get_theme_mod( 'colormag_footer_widget_content_link_text_hover_color', '#207daf' );
		$upper_footer_color                           = get_theme_mod( 'colormag_upper_footer_color', '#ffffff' );
		$footer_background_default                    = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_copyright_background_default          = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_copyright_typography_default          = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$footer_menu_typography_default               = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$footer_sidebar_area_background_default       = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_upper_sidebar_area_background_default = array(
			'background-color'      => '#2c2e34',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_background                            = get_theme_mod( 'colormag_footer_background', $footer_background_default );
		$footer_copyright_background                  = get_theme_mod( 'colormag_footer_copyright_background', $footer_copyright_background_default );
		$footer_copyright_typography                  = get_theme_mod( 'colormag_footer_copyright_typography', $footer_copyright_typography_default );
		$footer_menu_typography                       = get_theme_mod( 'colormag_footer_menu_typography', $footer_menu_typography_default );
		$footer_sidebar_area_background               = get_theme_mod( 'colormag_footer_sidebar_area_background_setting', $footer_sidebar_area_background_default );
		$footer_upper_sidebar_area_background         = get_theme_mod( 'colormag_footer_upper_sidebar_area_background_setting', $footer_upper_sidebar_area_background_default );

		/**
		 * Color options.
		 */

		$sidebar_widget_title_color = get_theme_mod( 'colormag_sidebar_widget_title_color', '#ffffff' );

		/**
		 * Button.
		 */

		/**
		 * Typography options.
		 */
		$base_typography_default                  = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '15',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.6',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$headings_typography_default              = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h1_typography_default            = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '36',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h2_typography_default            = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '32',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h3_typography_default            = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$heading_h4_typography_default            = array(
			'font-size'   => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$heading_h5_typography_default            = array(
			'font-size'   => array(
				'desktop' => array(
					'size' => '22',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$heading_h6_typography_default            = array(
			'font-size'   => array(
				'desktop' => array(
					'size' => '18',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height' => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$content_widget_title_default            = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '18',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.2',
					'unit' => '-',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$widget_title_typography_default          = array(
			'font-family'    => 'default',
			'font-weight'    => '500',
			'font-size'      => array(
				'desktop' => array(
					'size' => '18',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => 'px',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => 'px',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '1.3',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);
		$comment_title_typography_default         = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '24',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$footer_widget_title_typography_default   = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '18',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$footer_widget_content_typography_default = array(
			'font-size' => array(
				'desktop' => array(
					'size' => '14',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
		);
		$base_typography                          = get_theme_mod( 'colormag_base_typography', $base_typography_default );
		$headings_typography                      = get_theme_mod( 'colormag_headings_typography', $headings_typography_default );
		$heading_h1_typography                    = get_theme_mod( 'colormag_h1_typography', $heading_h1_typography_default );
		$heading_h2_typography                    = get_theme_mod( 'colormag_h2_typography', $heading_h2_typography_default );
		$heading_h3_typography                    = get_theme_mod( 'colormag_h3_typography', $heading_h3_typography_default );
		$heading_h4_typography                    = get_theme_mod( 'colormag_h4_typography', $heading_h4_typography_default );
		$heading_h5_typography                    = get_theme_mod( 'colormag_h5_typography', $heading_h5_typography_default );
		$heading_h6_typography                    = get_theme_mod( 'colormag_h6_typography', $heading_h6_typography_default );
		$content_widget_title_typography          = get_theme_mod( 'colormag_content_widget_title_typography', $content_widget_title_default );
		$widget_title_typography                  = get_theme_mod( 'colormag_widget_title_typography', $widget_title_typography_default );
		$comment_title_typography                 = get_theme_mod( 'colormag_comment_title_typography', $comment_title_typography_default );
		$footer_widget_title_typography           = get_theme_mod( 'colormag_footer_widget_title_typography', $footer_widget_title_typography_default );
		$footer_widget_content_typography         = get_theme_mod( 'colormag_footer_widget_content_typography', $footer_widget_content_typography_default );

		// Generate dynamic CSS.
		$parse_css = '';

		// For primary color option.
		$primary_color = get_theme_mod( 'colormag_primary_color', '#207daf' );

		$primary_color_css = array(
			'.colormag-button,
			blockquote, button,
			input[type=reset],
			input[type=button],
			input[type=submit],
			.cm-home-icon.front_page_on,
			.cm-post-categories a,
			.cm-primary-nav ul li ul li:hover,
			.cm-primary-nav ul li.current-menu-item,
			.cm-primary-nav ul li.current_page_ancestor,
			.cm-primary-nav ul li.current-menu-ancestor,
			.cm-primary-nav ul li.current_page_item,
			.cm-primary-nav ul li:hover,
			.cm-primary-nav ul li.focus,
			.cm-mobile-nav li a:hover,
			.colormag-header-clean #cm-primary-nav .cm-menu-toggle:hover,
			.cm-header .cm-mobile-nav li:hover,
			.cm-header .cm-mobile-nav li.current-page-ancestor,
			.cm-header .cm-mobile-nav li.current-menu-ancestor,
			.cm-header .cm-mobile-nav li.current-page-item,
			.cm-header .cm-mobile-nav li.current-menu-item,
			.cm-primary-nav ul li.focus > a,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a,
			.cm-mobile-nav .current-menu-item>a, .cm-mobile-nav .current_page_item>a,
			.colormag-header-clean .cm-mobile-nav li:hover > a,
			.colormag-header-clean .cm-mobile-nav li.current-page-ancestor > a,
			.colormag-header-clean .cm-mobile-nav li.current-menu-ancestor > a,
			.colormag-header-clean .cm-mobile-nav li.current-page-item > a,
			.colormag-header-clean .cm-mobile-nav li.current-menu-item > a,
			.fa.search-top:hover,
			.widget_call_to_action .btn--primary,
			.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before,
			.colormag-footer--classic-bordered .cm-footer-cols .cm-row .cm-widget-title span::before,
			.cm-featured-posts .cm-widget-title span,
			.cm-featured-category-slider-widget .cm-slide-content .cm-entry-header-meta .cm-post-categories a,
			.cm-highlighted-posts .cm-post-content .cm-entry-header-meta .cm-post-categories a,
			.cm-category-slide-next, .cm-category-slide-prev, .slide-next,
			.slide-prev, .cm-tabbed-widget ul li, .cm-posts .wp-pagenavi .current,
			.cm-posts .wp-pagenavi a:hover, .cm-secondary .cm-widget-title span,
			.cm-posts .post .cm-post-content .cm-entry-header-meta .cm-post-categories a,
			.cm-page-header .cm-page-title span, .entry-meta .post-format i,
			.format-link, .cm-entry-button, .infinite-scroll .tg-infinite-scroll,
			.no-more-post-text, .pagination span,
			.cm-footer-cols .cm-row .cm-widget-title span,
			.advertisement_above_footer .cm-widget-title span,
			.error, .cm-primary .cm-widget-title span,
			.related-posts-wrapper.style-three .cm-post-content .cm-entry-title a:hover:before,
			.cm-slider-area .cm-widget-title span,
			.cm-beside-slider-widget .cm-widget-title span,
			.top-full-width-sidebar .cm-widget-title span,
			.wp-block-quote, .wp-block-quote.is-style-large,
			.wp-block-quote.has-text-align-right,
			.page-numbers .current, .search-wrap button,
			.cm-error-404 .cm-btn, .widget .wp-block-heading, .wp-block-search button,
			.widget a::before, .cm-post-date a::before,
			.byline a::before,
			.colormag-footer--classic-bordered .cm-widget-title::before,
			.wp-block-button__link,
			#cm-tertiary .cm-widget-title span,
			.link-pagination .post-page-numbers.current,
			.wp-block-query-pagination-numbers .page-numbers.current,
			.wp-element-button,
			.wp-block-button .wp-block-button__link,
			.wp-element-button,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus,
			.cm-primary-nav .cm-random-post a:hover,
			.cm-primary-nav .cm-home-icon a:hover,
			.tg-infinite-pagination .tg-load-more,
			.comment .comment-author-link .post-author,
			.wp-block-search .wp-element-button:hover' => array(
	'background-color' => esc_html( $primary_color ),
),

			'a,
			.cm-layout-2 #cm-primary-nav .fa.search-top:hover,
			.cm-layout-2 #cm-primary-nav.cm-mobile-nav .cm-random-post a:hover .fa-random,
			.cm-layout-2 #cm-primary-nav.cm-primary-nav .cm-random-post a:hover .fa-random,
			.cm-layout-2 .breaking-news .newsticker a:hover,
			.cm-layout-2 .cm-primary-nav ul li.current-menu-item > a,
			.cm-layout-2 .cm-primary-nav ul li.current_page_item > a,
			.cm-layout-2 .cm-primary-nav ul li:hover > a,
			.cm-layout-2 .cm-primary-nav ul li.focus > a
			.dark-skin .cm-layout-2-style-1 #cm-primary-nav.cm-primary-nav .cm-home-icon:hover .fa,
			.byline a:hover, .comments a:hover, .cm-edit-link a:hover, .cm-post-date a:hover,
			.social-links:not(.cm-header-actions .social-links) i.fa:hover, .cm-tag-links a:hover,
			.colormag-header-clean .social-links li:hover i.fa, .cm-layout-2-style-1 .social-links li:hover i.fa,
			.colormag-header-clean .breaking-news .newsticker a:hover, .widget_featured_posts .article-content .cm-entry-title a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .byline a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .comments a:hover,
			.widget_featured_slider .slide-content .cm-below-entry-meta .cm-post-date a:hover,
			.widget_featured_slider .slide-content .cm-entry-title a:hover,
			.widget_block_picture_news.widget_featured_posts .article-content .cm-entry-title a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .byline a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .comments a:hover,
			.widget_highlighted_posts .article-content .cm-below-entry-meta .cm-post-date a:hover,
			.widget_highlighted_posts .article-content .cm-entry-title a:hover, i.fa-arrow-up, i.fa-arrow-down,
			.cm-site-title a, #content .post .article-content .cm-entry-title a:hover, .entry-meta .byline i,
			.entry-meta .cat-links i, .entry-meta a, .post .cm-entry-title a:hover, .search .cm-entry-title a:hover,
			.entry-meta .comments-link a:hover, .entry-meta .cm-edit-link a:hover, .entry-meta .cm-post-date a:hover,
			.entry-meta .cm-tag-links a:hover, .single #content .tags a:hover, .count, .next a:hover, .previous a:hover,
			.related-posts-main-title .fa, .single-related-posts .article-content .cm-entry-title a:hover,
			.pagination a span:hover,
			#content .comments-area a.comment-cm-edit-link:hover, #content .comments-area a.comment-permalink:hover,
			#content .comments-area article header cite a:hover, .comments-area .comment-author-link a:hover,
			.comment .comment-reply-link:hover,
			.nav-next a, .nav-previous a,
			#cm-footer .cm-footer-menu ul li a:hover,
			.cm-footer-cols .cm-row a:hover, a#scroll-up i, .related-posts-wrapper-flyout .cm-entry-title a:hover,
			.human-diff-time .human-diff-time-display:hover,
			.cm-layout-2-style-1 #cm-primary-nav .fa:hover,
			.cm-footer-bar a,
			.cm-post-date a:hover,
			.cm-author a:hover,
			.cm-comments-link a:hover,
			.cm-tag-links a:hover,
			.cm-edit-link a:hover,
			.cm-footer-bar .copyright a,
			.cm-featured-posts .cm-entry-title a:hover,
            .cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title a:hover,
			.cm-posts .post .cm-post-content .cm-entry-title a:hover,
			.cm-posts .post .single-title-above .cm-entry-title a:hover,
			.cm-layout-2 .cm-primary-nav ul li:hover > a,
			.cm-layout-2 #cm-primary-nav .fa:hover,
			.cm-entry-title a:hover,
			button:hover, input[type="button"]:hover,
			input[type="reset"]:hover,
			input[type="submit"]:hover,
			.wp-block-button .wp-block-button__link:hover,
			.cm-button:hover,
			.wp-element-button:hover,
			li.product .added_to_cart:hover,
			.comments-area .comment-permalink:hover'   => array(
			'color' => esc_html( $primary_color ),
			),

			'#cm-primary-nav,
			.cm-contained .cm-header-2 .cm-row'        => array(
		'border-top-color' => esc_html( $primary_color ),
		),

			'.cm-layout-2 #cm-primary-nav,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover,
			.cm-layout-2 .cm-primary-nav ul > li:hover > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			.cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus,
			cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor,
			cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item,
			cm-layout-2 #cm-primary-nav .cm-menu-toggle:hover,
			cm-layout-2 #cm-primary-nav.cm-mobile-nav .cm-menu-toggle,
			cm-layout-2 .cm-primary-nav ul > li:hover > a,
			cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a,
			cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a,
			.cm-layout-2 .cm-primary-nav ul li.focus > a, .pagination a span:hover,
			.cm-error-404 .cm-btn,
			.single-post .cm-post-categories a::after,
			.widget .block-title,
			.cm-layout-2 .cm-primary-nav ul li.focus > a,
			button,
			input[type="button"],
			input[type="reset"],
			input[type="submit"],
			.wp-block-button .wp-block-button__link,
			.cm-button,
			.wp-element-button,
			li.product .added_to_cart'                 => array(
		'border-color' => esc_html( $primary_color ),
		),

			'.cm-secondary .cm-widget-title,
			#cm-tertiary .cm-widget-title,
			.widget_featured_posts .widget-title,
			#secondary .widget-title,
			#cm-tertiary .widget-title,
			.cm-page-header .cm-page-title,
			.cm-footer-cols .cm-row .widget-title,
			.advertisement_above_footer .widget-title,
			#primary .widget-title,
			.widget_slider_area .widget-title,
			.widget_beside_slider .widget-title,
			.top-full-width-sidebar .widget-title,
			.cm-footer-cols .cm-row .cm-widget-title,
			.cm-footer-bar .copyright a,
			.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav,
			.cm-layout-2 .cm-primary-nav ul > li:hover > a,
			.cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a' => array(
			'border-bottom-color' => esc_html( $primary_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_css );

		$container_width_default = array(
			'size' => 1140,
			'unit' => 'px',
		);

		$container_width = get_theme_mod( 'colormag_container_width', $container_width_default );

		$parse_css .= colormag_parse_slider_css(
			$container_width_default,
			$container_width,
			'.inner-wrap, .cm-container',
			'max-width'
		);

		// Primary color for Elementor.
		if ( defined( 'ELEMENTOR_VERSION' ) ) {

			$primary_color_elementor_css = array(
				'.elementor .elementor-widget-wrap .tg-module-wrapper .module-title span,
				.elementor .elementor-widget-wrap .tg-module-wrapper .tg-post-category,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .read-more, .elementor .elementor-widget-wrap .tg-module-wrapper tg-module-block.tg-module-block--style-10 .tg_module_block.tg_module_block--list-small:before' => array(
			'background-color' => esc_html( $primary_color ),
			),

				'.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-module-comments a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-auther-name a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-date a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-title:hover a,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-comments a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-auther-name a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-post-date a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-grid .tg_module_grid .tg-module-info .tg-module-meta a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-7 .tg_module_block--white .tg-module-title a:hover,
				.elementor .elementor-widget-wrap .tg-trending-news .trending-news-wrapper a:hover,
				.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-next:hover, .elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-prev:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-title a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-auther-name a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-post-date a:hover,
				.elementor .elementor-widget-wrap .tg-module-wrapper.tg-module-block.tg-module-block--style-10 .tg_module_block--white .tg-module-comments a:hover' => array(
			'color' => esc_html( $primary_color ),
			),

				'.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-next:hover,
				.elementor .elementor-widget-wrap .tg-trending-news .swiper-controls .swiper-button-prev:hover' => array(
			'border-color' => esc_html( $primary_color ),
			),
			);

			$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_elementor_css );

		}

		/**
		 * Link options.
		 */
		// Link color.
		$link_color = get_theme_mod( 'colormag_link_color', '#207daf' );

		$link_color_css = array(
			'.cm-entry-summary a,
			.mzb-featured-categories .mzb-post-title a,
			.mzb-tab-post .mzb-post-title a,
			.mzb-post-list .mzb-post-title a,
			.mzb-featured-posts .mzb-post-title a,
			.mzb-featured-categories .mzb-post-title a' => array(
		'color' => esc_html( $link_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#207daf', $link_color, $link_color_css );

		// Link hover color.
		$link_hover_color = get_theme_mod( 'colormag_link_hover_color', '#207daf' );

		$link_hover_color_css = array(
			'.post .cm-entry-summary a:hover,
			.mzb-featured-categories .mzb-post-title a:hover,
			.mzb-tab-post .mzb-post-title a:hover,
			.mzb-post-list .mzb-post-title a:hover,
			.mzb-featured-posts .mzb-post-title a:hover,
			.mzb-featured-categories .mzb-post-title a:hover' => array(
		'color' => esc_html( $link_hover_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#207daf', $link_hover_color, $link_hover_color_css );

		/**
		 * Top bar options.
		 */
		// Top bar border bottom color.
		$top_bar_border_bottom_color = get_theme_mod( 'colormag_top_bar_border_bottom_color', '' );

		$top_bar_border_bottom_color_css = array(
			'.cm-top-bar' => array(
				'border-bottom-color' => esc_html( $top_bar_border_bottom_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $top_bar_border_bottom_color, $top_bar_border_bottom_color_css );

		$top_bar_border_bottom_size_default = array(
			'size' => '',
			'unit' => 'px',
		);

		$top_bar_border_bottom_size = get_theme_mod( 'colormag_top_bar_border_bottom_size', '' );

		$parse_css .= colormag_parse_slider_css(
			$top_bar_border_bottom_size_default,
			$top_bar_border_bottom_size,
			'.cm-top-bar',
			'border-bottom-width'
		);

		// Top bar background color.
		$top_bar_background_color_css = array(
			'.cm-top-bar' => array(
				'background-color' => esc_html( $top_bar_background_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#fff', $top_bar_background_color, $top_bar_background_color_css );

		// Top bar border text color.
		$top_bar_text_color_css = array(
			'.cm-top-bar,
			.date-in-header' => array(
		'color' => esc_html( $top_bar_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#555', $top_bar_text_color, $top_bar_text_color_css );

		// Top bar border link color.
		$top_bar_link_color_css = array(
			'.cm-top-bar a' => array(
				'color' => esc_html( $top_bar_link_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $top_bar_link_color, $top_bar_link_color_css );

		// Top bar link hover color.
		$top_bar_link_hover_color_css = array(
			'.cm-top-bar a:hover' => array(
				'color' => esc_html( $top_bar_link_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '', $top_bar_link_hover_color, $top_bar_link_hover_color_css );

		// Top bar border label color.
		$top_bar_label_color_css = array(
			'.breaking-news-latest' => array(
				'color' => esc_html( $top_bar_label_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#555', $top_bar_label_color, $top_bar_label_color_css );

		//Top bar breaking news label background color.
		$breaking_news_label_background_color_css = array(
			'.breaking-news-latest' => array(
				'background-color' => esc_html( $breaking_news_label_background_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#55ac55', $breaking_news_label_background_color, $breaking_news_label_background_color_css );

		//Top bar breaking news background.
		$breaking_news_background_color_css = array(
			'.cm-top-bar .breaking-news' => array(
				'background-color' => esc_html( $breaking_news_background_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#000', $breaking_news_background_color, $breaking_news_background_color_css );

		$parse_css .= colormag_parse_typography_css(
			$breaking_news_content_typography_default,
			$breaking_news_content_typography,
			'.breaking-news ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		$parse_css .= colormag_parse_typography_css(
			$breaking_news_label_typography_default,
			$breaking_news_label_typography,
			'.breaking-news .breaking-news-latest',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		/**
		 * Header options.
		 */
		// Background.
		$parse_css .= colormag_parse_background_css( $header_background_default, $header_background, '.cm-header, .dark-skin .cm-main-header' );

		$site_title_color = get_theme_mod( 'colormag_site_title_color', '#207daf' );

		// Site title color.
		$site_title_color_css = array(
			'.cm-site-title a' => array(
				'color' => esc_html( $site_title_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $site_title_color, $site_title_color_css );

		$site_title_hover_color = get_theme_mod( 'colormag_site_title_hover_color', '#207daf' );

		// Site title hover color.
		$site_title_hover_color_css = array(
			'.cm-site-title a:hover' => array(
				'color' => esc_html( $site_title_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $site_title_hover_color, $site_title_hover_color_css );

		// Site tagline color.
		$site_tagline_color = get_theme_mod( 'colormag_site_tagline_color', '#52525B' );

		$site_tagline_color_css = array(
			'.cm-site-description' => array(
				'color' => esc_html( $site_tagline_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#52525B', $site_tagline_color, $site_tagline_color_css );

		/**
		 * Sidebar width.
		 */
		$sidebar_width_default = array(
			'size' => 30,
			'unit' => '%',
		);

		$sidebar_width = get_theme_mod( 'colormag_sidebar_width', $sidebar_width_default );

		$content_width_css = array(
			'.cm-primary' => array(
				'width' => ( 100 - (float) $sidebar_width['size'] ) . '%',
			),
		);

		$parse_css .= '@media screen and (min-width: 992px) {';
		$parse_css .= colormag_parse_css( 70, ( 100 - (float) $sidebar_width['size'] ), $content_width_css );
		$parse_css .= colormag_parse_slider_css(
			$sidebar_width_default,
			$sidebar_width,
			'.cm-secondary ',
			'width'
		);
		$parse_css .= '}';

		// Site title typography.
		$parse_css .= colormag_parse_typography_css(
			$site_title_typography_default,
			$site_title_typography,
			'.cm-site-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Site tagline typography.
		$parse_css .= colormag_parse_typography_css(
			$site_tagline_typography_default,
			$site_tagline_typography,
			'.cm-site-description',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		$site_logo_height = get_theme_mod( 'colormag_site_logo_height' );

		$site_logo_height_default = array(
			'size' => '',
			'unit' => 'px',
		);

		$parse_css .= colormag_parse_slider_css(
			$site_logo_height_default,
			$site_logo_height,
			'.cm-site-branding img',
			'height'
		);

		// Main Header
		$main_header_dimension_padding_default = array(
			'top'    => '',
			'right'  => '',
			'bottom' => '',
			'left'   => '',
			'unit'   => 'px',
		);

		$main_header_dimension_padding = get_theme_mod( 'colormag_primary_menu_padding', $main_header_dimension_padding_default );

		$parse_css .= colormag_parse_dimension_css(
			$main_header_dimension_padding_default,
			$main_header_dimension_padding,
			'.cm-primary-nav',
			'padding'
		);

		// Primary menu text color.
		$primary_menu_text_color_css = array(
			'.cm-primary-nav a,
			.cm-primary-nav ul li ul li a,
			.cm-primary-nav ul li.current-menu-item ul li a,
			.cm-primary-nav ul li ul li.current-menu-item a,
			.cm-primary-nav ul li.current_page_ancestor ul li a,
			.cm-primary-nav ul li.current-menu-ancestor ul li a,
			.cm-primary-nav ul li.current_page_item ul li a,
			.cm-primary-nav li.menu-item-has-children>a::after,
			.cm-primary-nav li.page_item_has_children>a::after,
			.cm-layout-2-style-1 .cm-primary-nav a,
			.cm-layout-2-style-1 .cm-primary-nav ul > li > a' => array(
		'color' => esc_html( $primary_menu_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $primary_menu_text_color, $primary_menu_text_color_css );

		// Primary menu text color.
		$primary_menu_selected_hovered_text_color_css = array(
			'.cm-primary-nav a:hover,
			.cm-primary-nav ul li.current-menu-item a,
			.cm-primary-nav ul li ul li.current-menu-item a,
			.cm-primary-nav ul li.current_page_ancestor a,
			.cm-primary-nav ul li.current-menu-ancestor a,
			.cm-primary-nav ul li.current_page_item a, .cm-primary-nav ul li:hover>a,
			.cm-primary-nav ul li ul li a:hover, .cm-primary-nav ul li ul li:hover>a,
			.cm-primary-nav ul li.current-menu-item ul li a:hover,
			.cm-primary-nav li.page_item_has_children.current-menu-item>a::after,
			.cm-layout-2-style-1 .cm-primary-nav ul li:hover > a' => array(
		'color' => esc_html( $primary_menu_selected_hovered_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $primary_menu_selected_hovered_text_color, $primary_menu_selected_hovered_text_color_css );

		// Primary menu background.
		$parse_css .= colormag_parse_background_css( $primary_menu_background_default, $primary_menu_background, '#cm-primary-nav, .colormag-header-clean #cm-primary-nav .cm-row, .colormag-header-clean--full-width #cm-primary-nav, .cm-header .cm-main-header .cm-primary-nav .cm-row, .cm-home-icon.front_page_on' );

		// Primary sub menu background.
		$parse_css .= colormag_parse_background_css( $primary_sub_menu_background_default, $primary_sub_menu_background, '.cm-primary-nav .sub-menu, .cm-primary-nav .children' );

		$mobile_sub_menu_background_default = array(
			'background-color'      => '#232323',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$mobile_sub_menu_background         = get_theme_mod( 'colormag_mobile_sub_menu_background', $mobile_sub_menu_background_default );
		$parse_css                          .= colormag_parse_background_css( $mobile_sub_menu_background_default, $mobile_sub_menu_background, '.cm-mobile-nav .sub-menu,.cm-mobile-nav .sub-menu li, .cm-mobile-nav .children' );


		// Primary menu border top color.
		$primary_menu_top_border_color_css = array(
			'#cm-primary-nav,
			.colormag-header-clean #cm-primary-nav .cm-row,
			.cm-layout-2-style-1 #cm-primary-nav,
			.colormag-header-clean.colormag-header-clean--top #cm-primary-nav .cm-row,
			.colormag-header-clean--full-width #cm-primary-nav,
			.cm-layout-2-style-1.cm-layout-2-style-1--top #cm-primary-nav,
			.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav' => array(
		'border-top-color' => esc_html( $primary_menu_top_border_color ),
		),

			'.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav' => array(
				'border-bottom-color' => esc_html( $primary_menu_top_border_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $primary_menu_top_border_color, $primary_menu_top_border_color_css );

		// Primary menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_menu_typography_default,
			$primary_menu_typography,
			'.cm-primary-nav ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Mobile menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_menu_typography_default,
			$mobile_menu_typography,
			'.cm-mobile-nav ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Primary sub menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_sub_menu_typography_default,
			$primary_sub_menu_typography,
			'.cm-primary-nav ul li ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Mobile menu typography.
		$parse_css .= colormag_parse_typography_css(
			$primary_sub_menu_typography_default,
			$mobile_sub_menu_typography,
			'.cm-mobile-nav ul li ul li a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Post title typography.
		$parse_css .= colormag_parse_typography_css(
			$post_title_typography_default,
			$post_title_typography,
			'.cm-entry-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Primary menu logo height.
		$primary_menu_logo_height = get_theme_mod( 'colormag_primary_menu_logo_height' );

		$primary_menu_logo_height_default = array(
			'size' => '',
			'unit' => 'px',
		);

		$parse_css .= colormag_parse_slider_css(
			$primary_menu_logo_height_default,
			$primary_menu_logo_height,
			'.menu-logo img',
			'height'
		);

		// Primary menu logo spacing.
		$primary_menu_logo_spacing = get_theme_mod( 'colormag_primary_menu_logo_spacing' );

		$primary_menu_logo_spacing_default = array(
			'size' => '',
			'unit' => 'px',
		);

		$parse_css .= colormag_parse_slider_css(
			$primary_menu_logo_spacing_default,
			$primary_menu_logo_spacing,
			'.menu-logo a',
			'margin-right'
		);

		// Header action color option
		$header_action_icon_color     = get_theme_mod( 'colormag_header_action_icon_color', '#fff' );
		$header_action_icon_color_css = array(
			'.fa.search-top'                      => array(
				'color' => esc_html( $header_action_icon_color ),
			),

			'.cm-primary-nav .cm-random-post a svg,
			.cm-mobile-nav .cm-random-post a svg' => array(
		'fill' => esc_html( $header_action_icon_color ),
		),
		);
		$parse_css .= colormag_parse_css( '#fff', $header_action_icon_color, $header_action_icon_color_css );

		// Mobile menu toggle color.
		$mobile_menu_toggle_color = get_theme_mod( 'colormag_mobile_menu_toggle_icon_color', '#fff' );

		$mobile_menu_toggle_color_css = array(
			'.cm-header .cm-menu-toggle svg,
			.cm-header .cm-menu-toggle svg' => array(
		'fill' => esc_html( $mobile_menu_toggle_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $mobile_menu_toggle_color, $mobile_menu_toggle_color_css );

		$mobile_menu_text_color     = get_theme_mod( 'colormag_mobile_menu_text_color', '' );
		$mobile_menu_text_color_css = array(
			'.cm-mobile-nav a,
		.cm-mobile-nav ul li ul li a,
		.cm-mobile-nav ul li.current-menu-item ul li a,
		.cm-mobile-nav ul li ul li.current-menu-item a,
		.cm-mobile-nav ul li.current_page_ancestor ul li a,
		.cm-mobile-nav ul li.current-menu-ancestor ul li a,
		.cm-mobile-nav ul li.current_page_item ul li a,
		.cm-mobile-nav li.menu-item-has-children>a::after,
		.cm-mobile-nav li.page_item_has_children>a::after,
		.cm-layout-2-style-1 .cm-mobile-nav a,
		.cm-layout-2-style-1 .cm-mobile-nav ul > li > a' => array(
				'color' => esc_html( $mobile_menu_text_color ),
			),
			'.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle .cm-icon,
		.cm-mobile-nav .cm-submenu-toggle .cm-icon'      => array(
				'fill' => esc_html( $mobile_menu_text_color ),
			),
		);
		$parse_css                  .= colormag_parse_css( '', $mobile_menu_text_color, $mobile_menu_text_color_css );

		$mobile_menu_selected_hovered_text_color     = get_theme_mod( 'colormag_mobile_menu_selected_hovered_text_color', '' );
		$mobile_menu_selected_hovered_text_color_css = array(
			'.cm-mobile-nav a:hover,
		.cm-mobile-nav ul li.current-menu-item a,
		.cm-mobile-nav ul li ul li.current-menu-item a,
		.cm-mobile-nav ul li.current_page_ancestor a,
		.cm-mobile-nav ul li.current-menu-ancestor a,
		.cm-mobile-nav ul li.current_page_item a, .cm-mobile-nav ul li:hover>a,
		.cm-mobile-nav ul li ul li a:hover, .cm-mobile-nav ul li ul li:hover>a,
		.cm-mobile-nav ul li.current-menu-item ul li a:hover,
		.cm-mobile-nav li.page_item_has_children.current-menu-item>a::after,
		.cm-layout-2-style-1 .cm-mobile-nav ul li:hover > a' => array(
				'color' => esc_html( $mobile_menu_selected_hovered_text_color ),
			),
			'.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle .cm-icon,
			.cm-mobile-nav li:hover > .cm-submenu-toggle .cm-icon
		' => array(
				'fill' => esc_html( $mobile_menu_selected_hovered_text_color ),
			),
		);
		$parse_css                                   .= colormag_parse_css( '', $mobile_menu_selected_hovered_text_color, $mobile_menu_selected_hovered_text_color_css );

		$header_action_icon_hover_color     = get_theme_mod( 'colormag_header_action_icon_hover_color', '' );
		$header_action_icon_hover_color_css = array(
			'.fa.search-top:hover'                        => array(
				'color' => esc_html( $header_action_icon_hover_color ),
			),

			'.cm-primary-nav .cm-random-post a:hover > svg,
			.cm-mobile-nav .cm-random-post a:hover > svg' => array(
		'fill' => esc_html( $header_action_icon_hover_color ),
		),
		);
		$parse_css .= colormag_parse_css( '#fff', $header_action_icon_hover_color, $header_action_icon_hover_color_css );

		/**
		 * Post/Page/Blog options.
		 */
		// Post title color.
		$post_title_color_css = array(
			'.post .cm-entry-title,
			.cm-posts .post .cm-post-content .cm-entry-title a,
			.cm-posts .post .single-title-above .cm-entry-title a' => array(
		'color' => esc_html( $post_title_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $post_title_color, $post_title_color_css );

		// Post title typography.
		$parse_css .= colormag_parse_typography_css(
			$post_title_typography_default,
			$post_title_typography,
			'.post .cm-entry-header .cm-entry-title,
			.cm-posts .post .cm-post-content .cm-entry-title a,
			.cm-posts .post .single-title-above .cm-entry-title a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Page title color.
		$page_title_color_css = array(
			'.type-page .cm-entry-title,
			.type-page .cm-entry-title a' => array(
		'color' => esc_html( $page_title_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $page_title_color, $page_title_color_css );

		// Page title typography.
		$parse_css .= colormag_parse_typography_css(
			$page_title_typography_default,
			$page_title_typography,
			'.type-page .cm-entry-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Post meta typography.
		$parse_css .= colormag_parse_typography_css(
			$post_meta_typography_default,
			$post_meta_typography,
			'.cm-posts .post .cm-post-content .human-diff-time .human-diff-time-display,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-tag-links a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-comments-link a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link a,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link i,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time,
			.cm-posts .post .cm-post-content .cm-below-entry-meta .cm-reading-time::before',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Post meta color.
		$post_meta_color_css = array(
			'.cm-post-date a,
			.human-diff-time .human-diff-time-display,
			.cm-total-views,
			.cm-author a,
			cm-post-views,
			.total-views,
			.cm-edit-link a,
			.cm-comments-link a,
			.cm-reading-time,
			.dark-skin .cm-post-date a,
			.dark-skin .cm-author a,
			.dark-skin .cm-comments-link a,
			.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views span,
			.cm-footer-cols .cm-reading-time' => array(
		'color' => esc_html( $post_meta_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#888888', $post_meta_color, $post_meta_color_css );

		$button_typography_default = array(
			'font-family'    => 'default',
			'font-weight'    => 'regular',
			'subsets'        => array( 'latin' ),
			'font-size'      => array(
				'desktop' => array(
					'size' => '12',
					'unit' => 'px',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'line-height'    => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'letter-spacing' => array(
				'desktop' => array(
					'size' => '',
					'unit' => '',
				),
				'tablet'  => array(
					'size' => '',
					'unit' => '',
				),
				'mobile'  => array(
					'size' => '',
					'unit' => '',
				),
			),
			'font-style'     => 'normal',
			'text-transform' => 'none',
		);

		$button_typography = get_theme_mod( 'colormag_button_typography', $button_typography_default );

		// Button meta typography.
		$parse_css .= colormag_parse_typography_css(
			$button_typography_default,
			$button_typography,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button span,
			.wp-block-button .wp-block-button__link',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Post content background.
		$post_content_background_default = array(
			'background-color'      => '#ffffff',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);

		$post_content_background = get_theme_mod( 'colormag_inside_container_background', $post_content_background_default );

		$parse_css .= colormag_parse_background_css( $post_content_background_default, $post_content_background, '.cm-content' );

		// Post content background.
		$outside_container_default = array(
			'background-color'      => '#ffffff',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);

		$outside_container = get_theme_mod( 'colormag_outside_container_background', $outside_container_default );

		$parse_css .= colormag_parse_background_css( $outside_container_default, $outside_container, 'body' );

		/**
		 * Primary menu top border width.
		 */
		$primary_menu_width_default = array(
			'size' => '4',
			'unit' => 'px',
		);

		$primary_menu_width = get_theme_mod( 'colormag_primary_menu_top_border_width', $primary_menu_width_default );

		$parse_css .= colormag_parse_slider_css(
			$primary_menu_width_default,
			$primary_menu_width,
			'#cm-primary-nav',
			'border-top-width'
		);

		// Button text color.
		$button_text_color = get_theme_mod( 'colormag_button_color', '#ffffff' );

		$button_text_color_css = array(
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button span,
			.wp-block-button .wp-block-button__link' => array(
		'color' => esc_html( $button_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $button_text_color, $button_text_color_css );

		// Button text hover color.
		$button_hover_text_color = get_theme_mod( 'colormag_button_hover_color', '' );

		$button_hover_text_color_css = array(
			'.colormag-button:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			input[type="submit"]:hover,
			button:hover,
			.cm-entry-button span:hover,
			.wp-block-button .wp-block-button__link:hover' => array(
		'color' => esc_html( $button_hover_text_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $button_hover_text_color, $button_hover_text_color_css );

		// Button background color.
		$button_background_color = get_theme_mod( 'colormag_button_background_color', '#207daf' );

		$button_background_color_css = array(
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button,
			.wp-block-button .wp-block-button__link' => array(
		'background-color' => esc_html( $button_background_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#207daf', $button_background_color, $button_background_color_css );

		// Button background hover color.
		$button_background_hover_color = get_theme_mod( 'colormag_button_background_hover_color', '' );

		$button_background_hover_color_css = array(
			'.colormag-button:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			input[type="submit"]:hover,
			button:hover,
			.cm-entry-button span:hover,
			.wp-block-button .wp-block-button__link:hover' => array(
		'background-color' => esc_html( $button_background_hover_color ),
		),
		);

		$parse_css .= colormag_parse_css( '', $button_background_hover_color, $button_background_hover_color_css );

		/**
		 * Footer options.
		 */
		// Background.
		$parse_css .= colormag_parse_background_css( $footer_background_default, $footer_background, '#cm-footer, .cm-footer-cols' );

		// Footer copyright background.
		$parse_css .= colormag_parse_background_css( $footer_copyright_background_default, $footer_copyright_background, '.cm-footer-bar' );

		// Footer copyright color.
		$footer_copyright_color_css = array(
			'.cm-footer-bar-area .cm-footer-bar__2' => array(
				'color' => esc_html( $footer_copyright_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#F4F4F5', $footer_copyright_color, $footer_copyright_color_css );

		// Footer copyright link color.
		$footer_copyright_link_color_css = array(
			'.cm-footer-bar-area .cm-footer-bar__2 a' => array(
				'color' => esc_html( $footer_copyright_link_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#289dcc', $footer_copyright_link_color, $footer_copyright_link_color_css );

		// Footer menu color.
		$footer_menu_color_css = array(
			'.cm-footer-bar-area .cm-footer-bar__1 ul li a' => array(
				'color' => esc_html( $footer_menu_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#b1b6b6', $footer_menu_color, $footer_menu_color_css );

		$footer_upper_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_upper_background         = get_theme_mod( 'colormag_upper_footer_background', $footer_upper_background_default );
		$parse_css                      .= colormag_parse_background_css( $footer_upper_background_default, $footer_upper_background, '.cm-footer .cm-upper-footer-cols .widget' );

		// Footer menu hover color.
		$footer_menu_hover_color_css = array(
			'#cm-footer .cm-footer-menu ul li a:hover' => array(
				'color' => esc_html( $footer_menu_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $footer_menu_hover_color, $footer_menu_hover_color_css );

		// Footer copyright typography.
		$parse_css .= colormag_parse_typography_css(
			$footer_copyright_typography_default,
			$footer_copyright_typography,
			'.cm-footer-bar-area .cm-footer-bar__2',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Footer menu typography.
		$parse_css .= colormag_parse_typography_css(
			$footer_menu_typography_default,
			$footer_menu_typography,
			'.cm-footer-bar-area .cm-footer-bar__1 a',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Footer sidebar area background.
		$parse_css .= colormag_parse_background_css( $footer_sidebar_area_background_default, $footer_sidebar_area_background, '.cm-footer-cols' );

		// Footer upper sidebar area background.
		$parse_css .= colormag_parse_background_css( $footer_upper_sidebar_area_background_default, $footer_upper_sidebar_area_background, '#cm-footer .cm-upper-footer-cols .widget' );

		/**
		 * Color options.
		 */
		$base_color = get_theme_mod( 'colormag_base_color', '#444444' );

		// Base color.
		$base_color_css = array(
			'body,
			button,
			input,
			select,
			textarea' => array(
		'color' => esc_html( $base_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#444444', $base_color, $base_color_css );

		// Headings color.
		$headings_color = get_theme_mod( 'colormag_headings_color', '#333333' );

		$headings_color_css = array(
			'h1,
			h2,
			h3,
			h4,
			h5,
			h6,
			.dark-skin h1,
			.dark-skin h2,
			.dark-skin h3,
			.dark-skin h4,
			.dark-skin h5,
			.dark-skin h6' => array(
		'color' => esc_html( $headings_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $headings_color, $headings_color_css );

		// Heading H1 color.
		$heading_h1_color = get_theme_mod( 'colormag_h1_color', '#333333' );

		$heading_h1_color_css = array(
			'h1,
			.dark-skin h1' => array(
		'color' => esc_html( $heading_h1_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $heading_h1_color, $heading_h1_color_css );

		// Heading H2 color.
		$heading_h2_color = get_theme_mod( 'colormag_h2_color', '#333333' );

		$heading_h2_color_css = array(
			'h2,
			.dark-skin h2' => array(
		'color' => esc_html( $heading_h2_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $heading_h2_color, $heading_h2_color_css );

		// Heading H3 color.
		$heading_h3_color = get_theme_mod( 'colormag_h3_color', '#333333' );

		$heading_h3_color_css = array(
			'h3,
			.dark-skin h3' => array(
		'color' => esc_html( $heading_h3_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#333333', $heading_h3_color, $heading_h3_color_css );

		// Sidebar widget title color.
		$sidebar_widget_title_color_css = array(
			'.cm-secondary .cm-widget-title span,
			.cm-secondary .wp-block-heading,
			#cm-tertiary .cm-widget-title span,
			#cm-tertiary .wp-block-heading' => array(
		'color' => esc_html( $sidebar_widget_title_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $sidebar_widget_title_color, $sidebar_widget_title_color_css );

		// Upper Footer content title color.
		$upper_footer_color_css = array(
			'.cm-footer .cm-upper-footer-cols .cm-entry-title a' => array(
				'color' => esc_html( $upper_footer_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $upper_footer_color, $upper_footer_color_css );

		// Footer widget title color.
		$footer_widget_title_color_css = array(
			'.cm-footer-cols .cm-row .cm-widget-title span' => array(
				'color' => esc_html( $footer_widget_title_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $footer_widget_title_color, $footer_widget_title_color_css );

		// Footer widget content color.
		$footer_widget_content_color_css = array(
			'.cm-footer-cols .cm-row,
			.cm-footer-cols .cm-row p' => array(
		'color' => esc_html( $footer_widget_content_color ),
		),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $footer_widget_content_color, $footer_widget_content_color_css );

		// Footer widget content link text color.
		$footer_widget_content_link_text_color_css = array(
			'.cm-footer-cols .cm-row a' => array(
				'color' => esc_html( $footer_widget_content_link_text_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#ffffff', $footer_widget_content_link_text_color, $footer_widget_content_link_text_color_css );

		// Footer widget content link text hover color.
		$footer_widget_content_link_text_hover_color_css = array(
			'.cm-footer-cols .cm-row a:hover' => array(
				'color' => esc_html( $footer_widget_content_link_text_hover_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $footer_widget_content_link_text_hover_color, $footer_widget_content_link_text_hover_color_css );

		/**
		 * Button.
		 */
		$button_padding_default = array(
			'top'    => '',
			'right'  => '',
			'bottom' => '',
			'left'   => '',
			'unit'   => 'px',
		);

		$button_padding = get_theme_mod( 'colormag_button_dimension_padding', $button_padding_default );

		$parse_css .= colormag_parse_dimension_css(
			$button_padding_default,
			$button_padding,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button,
			.wp-block-button .wp-block-button__link',
			'padding'
		);

		$button_border_radius_default = array(
			'size' => 3,
			'unit' => 'px',
		);

		$button_border_radius = get_theme_mod( 'colormag_button_border_radius', 3 );

		$parse_css .= colormag_parse_slider_css(
			$button_border_radius_default,
			$button_border_radius,
			'.colormag-button, input[type="reset"], input[type="button"], input[type="submit"], button, .more-link, .wp-block-button .wp-block-button__link',
			'border-radius'
		);

		$button_border_width_default = array(
			'size' => '',
			'unit' => 'px',
		);

		$button_border_width = get_theme_mod( 'colormag_button_border_width', '' );

		$parse_css .= colormag_parse_slider_css(
			$button_border_width_default,
			$button_border_width,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button,
			.wp-block-button .wp-block-button__link',
			'border-width'
		);

		$button_border_color = get_theme_mod( 'colormag_button_border_color', '' );

		$parse_css .= colormag_parse_border_css(
			'',
			$button_border_color,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button,
			.wp-block-button .wp-block-button__link',
			'color'
		);

		$button_border_style = get_theme_mod( 'colormag_button_border_style', 'none' );

		$parse_css .= colormag_parse_border_css(
			'none',
			$button_border_style,
			'.colormag-button,
			input[type="reset"],
			input[type="button"],
			input[type="submit"],
			button,
			.cm-entry-button,
			.wp-block-button .wp-block-button__link',
			'style'
		);

		/**
		 * Typography.
		 */
		// Base typography.
		$parse_css .= colormag_parse_typography_css(
			$base_typography_default,
			$base_typography,
			'body,
			button,
			input,
			select,
			textarea,
			blockquote p,
			.entry-meta,
			.cm-entry-button,
			dl,
			.previous a,
			.next a,
			.nav-previous a,
			.nav-next a,
			#respond h3#reply-title #cancel-comment-reply-link,
			#respond form input[type="text"],
			#respond form textarea,
			.cm-secondary .widget,
			.cm-error-404 .widget,
			.cm-entry-summary p',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Headings typography.
		$parse_css .= colormag_parse_typography_css(
			$headings_typography_default,
			$headings_typography,
			'h1 ,h2, h3, h4, h5, h6',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H1 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h1_typography_default,
			$heading_h1_typography,
			'h1',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H2 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h2_typography_default,
			$heading_h2_typography,
			'h2',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H3 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h3_typography_default,
			$heading_h3_typography,
			'h3',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H4 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h4_typography_default,
			$heading_h4_typography,
			'h4',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H5 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h5_typography_default,
			$heading_h5_typography,
			'h5',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Heading H6 typography.
		$parse_css .= colormag_parse_typography_css(
			$heading_h6_typography_default,
			$heading_h6_typography,
			'h6',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Content widget typography.
		$parse_css .= colormag_parse_typography_css(
			$content_widget_title_default,
			$content_widget_title_typography,
			'.cm-primary .cm-featured-posts .cm-widget-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Widget title typography.
		$parse_css .= colormag_parse_typography_css(
			$widget_title_typography_default,
			$widget_title_typography,
			'.cm-secondary .cm-widget-title span,
			.cm-secondary .wp-block-heading,
			#cm-tertiary .cm-widget-title span,
			#cm-tertiary .wp-block-heading',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Comment title typography.
		$parse_css .= colormag_parse_typography_css(
			$comment_title_typography_default,
			$comment_title_typography,
			'.comments-area .comments-title,
			.comment-reply-title,
			#respond h3#reply-title',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Footer widget title typography.
		$parse_css .= colormag_parse_typography_css(
			$footer_widget_title_typography_default,
			$footer_widget_title_typography,
			'.cm-footer-cols .cm-row .cm-widget-title span',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Footer widget content typography.
		$parse_css .= colormag_parse_typography_css(
			$footer_widget_content_typography_default,
			$footer_widget_content_typography,
			'#cm-footer,
			#cm-footer p,
			#cm-footer .cm-lower-footer-cols',
			array(
				'tablet' => 768,
				'mobile' => 600,
			)
		);

		// Scroll to top options.
		$scroll_to_top_normal_background_color     = get_theme_mod( 'colormag_scroll_to_top_background', '' );
		$scroll_to_top_normal_background_color_css = array(
			'#scroll-up' => array(
				'background-color' => esc_html( $scroll_to_top_normal_background_color ),
			),
		);
		$parse_css                                .= colormag_parse_css( '#16181a', $scroll_to_top_normal_background_color, $scroll_to_top_normal_background_color_css );

		$scroll_to_top_hover_background_color     = get_theme_mod( 'colormag_scroll_to_top_hover_background', '' );
		$scroll_to_top_hover_background_color_css = array(
			'#scroll-up:hover' => array(
				'background-color' => esc_html( $scroll_to_top_hover_background_color ),
			),
		);
		$parse_css                               .= colormag_parse_css( '', $scroll_to_top_hover_background_color, $scroll_to_top_hover_background_color_css );

		$scroll_to_top_normal_color     = get_theme_mod( 'colormag_scroll_to_top_icon_color', '' );
		$scroll_to_top_normal_color_css = array(
			'a#scroll-up i' => array(
				'color' => esc_html( $scroll_to_top_normal_color ),
			),
		);
		$parse_css                     .= colormag_parse_css( '', $scroll_to_top_normal_color, $scroll_to_top_normal_color_css );

		$scroll_to_top_hover_color     = get_theme_mod( 'colormag_scroll_to_top_icon_hover_color', '' );
		$scroll_to_top_hover_color_css = array(
			'a#scroll-up i:hover' => array(
				'color' => esc_html( $scroll_to_top_hover_color ),
			),
		);
		$parse_css                    .= colormag_parse_css( '', $scroll_to_top_hover_color, $scroll_to_top_hover_color_css );

		// Add the custom CSS rendered dynamically, which is static.
		$parse_css .= self::render_custom_output();

		$parse_css .= $dynamic_css;

		$parse_css .= self::colormag_editor_block_css();

		return apply_filters( 'colormag_theme_dynamic_css', $parse_css );
	}

	/**
	 * Function to output Custom CSS code, which does not have the specific CSS design option, ie, static CSS code.
	 *
	 * @return string
	 */
	public static function render_custom_output() {

		/**
		 * Variable declarations.
		 */
		// Post metas.
		$colormag_all_entry_meta_remove      = get_theme_mod( 'colormag_all_entry_meta_remove', 0 );
		$colormag_author_entry_meta_remove   = get_theme_mod( 'colormag_author_entry_meta_remove', 0 );
		$colormag_date_entry_meta_remove     = get_theme_mod( 'colormag_date_entry_meta_remove', 0 );
		$colormag_category_entry_meta_remove = get_theme_mod( 'colormag_category_entry_meta_remove', 0 );
		$colormag_comments_entry_meta_remove = get_theme_mod( 'colormag_comments_entry_meta_remove', 0 );
		$colormag_tags_entry_meta_remove     = get_theme_mod( 'colormag_tags_entry_meta_remove', 0 );

		// Footer options.
		$footer_background_default = array(
			'background-color'      => '',
			'background-image'      => '',
			'background-position'   => 'center center',
			'background-size'       => 'auto',
			'background-attachment' => 'scroll',
			'background-repeat'     => 'repeat',
		);
		$footer_background         = get_theme_mod( 'colormag_footer_background', $footer_background_default );

		// Color in menu.
		$category_menu_color = get_theme_mod( 'colormag_enable_category_color', '' );

		// Generate dynamic CSS.
		$colormag_custom_css = '';

		/**
		 * Post metas.
		 */
		// Total post meta remove.
		if ( 1 == $colormag_all_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-entry-header-meta, .cm-below-entry-meta, .tg-module-meta, .tg-cm-post-categories{display:none}';
		}

		// Author remove from post meta.
		if ( 1 == $colormag_author_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-below-entry-meta .byline, .elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-auther-name{display:none}';
		}

		// Date remove from post meta.
		if ( 1 == $colormag_date_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-below-entry-meta .cm-post-date, .elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-post-date{display:none}';
		}

		// Category remove from post meta.
		if ( 1 == $colormag_category_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-entry-header-meta, .tg-cm-post-categories{display:none}';
		}

		// Comments remove from post meta.
		if ( 1 == $colormag_comments_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-below-entry-meta .comments, .elementor .elementor-widget-wrap .tg-module-wrapper .tg-module-meta .tg-module-comments{display:none}';
		}

		// Tags remove from post meta.
		if ( 1 == $colormag_tags_entry_meta_remove ) {
			$colormag_custom_css .= '.cm-below-entry-meta .cm-tag-links{display:none}';
		}

		/**
		 * Footer options.
		 */

		// Footer background image.
		if ( $footer_background['background-image'] ) {
			$colormag_custom_css .= '.cm-footer-cols, .cm-footer-bar, .colormag-footer--classic .cm-footer-bar{background-color:transparent}';
		}

		// Category color in menu options.
		if ( 1 == $category_menu_color ) {
			$args       = array(
				'orderby'    => 'id',
				'hide_empty' => 0,
			);
			$categories = get_categories( $args );

			$colormag_custom_css .= '.cm-primary-nav .menunav-menu>li.menu-item-object-category>a{position:relative}.cm-primary-nav .menunav-menu>li.menu-item-object-category::before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px;z-index:10;transition:width .35s}>a';

			foreach ( $categories as $category ) {
				$cat_color = get_theme_mod( 'colormag_category_color_' . absint( $category->term_id ) );
				$cat_id    = $category->term_id;

				if ( $cat_color ) {
					$colormag_custom_css .= '.cm-primary-nav .menu-item-object-category.menu-item-category-' . $cat_id . '::before, .cm-primary-nav .menu-item-object-category.menu-item-category-' . $cat_id . ':hover{background:' . $cat_color . '}';
				}
			}
		}

		return $colormag_custom_css;
	}

	/**
	 * Returns the background CSS property for editor.
	 *
	 * @param string|array $default_value Default value.
	 * @param string|array $output_value  Updated value.
	 * @param string       $selector      CSS selector.
	 *
	 * @return string|void Generated CSS for background CSS property.
	 */
	public static function colormag_editor_block_css() {
		$parse_css = '';

		// Primary color.
		$primary_color     = get_theme_mod( 'colormag_primary_color', '#207daf' );
		$primary_color_css = array(
			'.mzb-featured-posts, .mzb-social-icon, .mzb-featured-categories, .mzb-social-icons-insert'
			=> array(
				'--color--light--primary' => ColorMag_Utils::adjust_color_opacity( $primary_color, 10 ),
			),

			'body'
			=> array(
				'--color--light--primary' => esc_html( $primary_color ),
				'--color--primary'        => esc_html( $primary_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#207daf', $primary_color, $primary_color_css );

		// Post meta color.
		$post_meta_color     = get_theme_mod( 'colormag_post_meta_color', '#71717A' );
		$post_meta_color_css = array(
			'body' => array(
				'--color--gray' => esc_html( $post_meta_color ),
			),
		);

		$parse_css .= colormag_parse_css( '#888888', $post_meta_color, $post_meta_color_css );
		return $parse_css;
	}

		/**
	 * Return dynamic CSS output.
	 *
	 * @param string $dynamic_css Dynamic CSS.
	 * @param string $dynamic_css_filtered Dynamic CSS Filters.
	 *
	 * @return string Generated CSS.
	 */
	public static function render_wc_output( $dynamic_css, $dynamic_css_filtered = '' ) {

		// Generate dynamic CSS.
		$parse_wc_css     = $dynamic_css;
		$wc_primary_color = get_theme_mod( 'colormag_primary_color', '#207daf' );

		$wc_primary_color_css = array(
			'.woocommerce-cart .actions .button,
		li.product .added_to_cart:hover'                   => array(
		'border-color' => esc_html( $wc_primary_color ),
		),

			'li.product .added_to_cart,
		.woocommerce-MyAccount-navigation ul .is-active a' => array(
		'background-color' => esc_html( $wc_primary_color ),
		),

			'.woocommerce-cart .actions .button[aria-disabled="true"]' => array(
				'background-color' => esc_html( $wc_primary_color ),
				'border-color'     => esc_html( $wc_primary_color ),
			),

			'.product-subtotal,
		.woocommerce-cart .actions .button,
		li.product .added_to_cart:hover,
		.stock.in-stock,
		.woocommerce-MyAccount-navigation ul li a:hover,
		.woocommerce-MyAccount-navigation ul li a:focus'   => array(
		'color' => esc_html( $wc_primary_color ),
		),
		);

		$parse_wc_css .= colormag_parse_css( '#207daf', $wc_primary_color, $wc_primary_color_css );

		return $parse_wc_css;
	}
}
inc/ajax.php000064400000026653151213253110006757 0ustar00<?php
/**
 * Localize load more scripts.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Localizing the load more button text to add nonce and ajax url.
 */
function colormag_register_load_more_scripts() {
	wp_localize_script(
		'colormag-custom',
		'colormag_load_more',
		array(
			'tg_nonce' => wp_create_nonce( 'tg_nonce' ),
			'ajax_url' => admin_url( 'admin-ajax.php' ),
		)
	);
}

add_action( 'wp_enqueue_scripts', 'colormag_register_load_more_scripts' );

/**
 * Ajax load more posts
 */
function colormag_get_ajax_results() {

	if ( ! isset( $_POST['tg_nonce'] ) || ! wp_verify_nonce( wp_unslash( $_POST['tg_nonce'] ), 'tg_nonce' ) ) {
		die( esc_html__( 'Permissions check failed.', 'colormag' ) );
	}

	$tg_pagenumber     = isset( $_POST['tg_pagenumber'] ) ? wp_unslash( $_POST['tg_pagenumber'] ) : 0;
	$tg_category       = isset( $_POST['tg_category'] ) ? wp_unslash( $_POST['tg_category'] ) : '-1';
	$tg_number         = isset( $_POST['tg_number'] ) ? wp_unslash( $_POST['tg_number'] ) : 0;
	$tg_random         = isset( $_POST['tg_random'] ) ? wp_unslash( $_POST['tg_random'] ) : 'false';
	$tg_child_category = isset( $_POST['tg_child_category'] ) ? wp_unslash( $_POST['tg_child_category'] ) : 'false';
	$tg_tag            = isset( $_POST['tg_tag'] ) ? wp_unslash( $_POST['tg_tag'] ) : '-1';
	$tg_author         = isset( $_POST['tg_author'] ) ? wp_unslash( $_POST['tg_author'] ) : '-1';
	$tg_type           = isset( $_POST['tg_type'] ) ? wp_unslash( $_POST['tg_type'] ) : 'latest';

	global $post;
	$args = array(
		'post_type'      => 'post',
		'posts_per_page' => $tg_number,
		'paged'          => $tg_pagenumber,
		'post_status'    => 'publish',
	);

	// Display post from choosen category.
	if ( 'category' == $tg_type && '-1' != $tg_category && 1 != $tg_child_category ) {
		$args['category__in'] = $tg_category;
	}

	// Display post from choosen parent category.
	if ( 'category' == $tg_type && 1 == $tg_child_category && '-1' != $tg_category ) {
		$args['cat'] = $tg_category;
	}

	// Display random post.
	if ( 'true' == $tg_random ) {
		$args['orderby'] = 'rand';
	}

	// Display post from choosen tag.
	if ( 'tag' == $tg_type && '-1' != $tg_tag ) {
		$args['tag__in'] = $tg_tag;
	}

	// Display post from choosen author.
	if ( 'author' == $tg_type && '-1' != $tg_author ) {
		$args['author__in'] = $tg_author;
	}

	$featured_ajax_posts = new WP_Query( $args );

	if ( $featured_ajax_posts->have_posts() ) :
		?>
		<div class="cm-posts">
			<?php
			while ( $featured_ajax_posts->have_posts() ) :
				$featured_ajax_posts->the_post();
				?>

				<div class="cm-post">
					<?php
					if ( has_post_thumbnail() ) {
						$image           = '';
						$thumbnail_id    = get_post_thumbnail_id( $post->ID );
						$image_alt_text  = get_post_meta( $thumbnail_id, '_wp_attachment_image_alt', true );
						$title_attribute = get_the_title( $post->ID );
						$image_alt_text  = empty( $image_alt_text ) ? $title_attribute : $image_alt_text;

						$image .= '<figure>';
						$image .= '<a href="' . esc_url( get_permalink() ) . '" title="' . the_title_attribute( 'echo=0' ) . '">';
						$image .= get_the_post_thumbnail(
							$post->ID,
							'colormag-featured-post-small',
							array(
								'title' => esc_attr( $title_attribute ),
								'alt'   => esc_attr( $image_alt_text ),
							)
						);
						$image .= '</a>';
						$image .= '</figure>';

						echo wp_kses_post( $image );
					}
					?>

					<div class="cm-post-content">
						<h3 class="cm-entry-title">
							<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
								<?php the_title(); ?>
							</a>
						</h3>

						<?php colormag_entry_meta( false, true ); ?>
					</div>
				</div>
				<?php
			endwhile;
			wp_reset_postdata();
			?>
		</div>

		<?php
	endif;
}

add_action( 'wp_ajax_get_ajax_results', 'colormag_get_ajax_results' );        // For logged in users.
add_action( 'wp_ajax_nopriv_get_ajax_results', 'colormag_get_ajax_results' ); // For logged out users.

/**
 * Localize script for load more button.
 */
function colormag_load_scripts() {

	$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';

	wp_enqueue_script( 'colormag-loadmore', get_template_directory_uri() . '/assets/js/loadmore' . $suffix . '.js', array(), COLORMAG_THEME_VERSION, true );
	wp_localize_script(
		'colormag-loadmore',
		'colormag_script_vars',
		array(
			'no_more_posts' => esc_html__( 'No more post', 'colormag' ),
		)
	);

}

add_action( 'wp_enqueue_scripts', 'colormag_load_scripts' );

function colormag_next_post_load_response() {

	check_ajax_referer( 'colormag_infinite_scroll_nonce', 'nonce' );

	global $post;

	$cur_post__id                 = ( isset( $_POST['cur_post_id'] ) ) ? (int) wp_unslash( $_POST['cur_post_id'] ) : $post->ID; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	$query_vars['post_type']      = 'post';
	$query_vars['paged']          = ( isset( $_POST['page_no'] ) ) ? wp_unslash( $_POST['page_no'] ) : 1; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	$query_vars['post_status']    = 'publish';
	$query_vars['posts_per_page'] = 1;
	$query_vars['post__not_in']   = array( $cur_post__id );
	$query_vars['category__in']   = ( isset( $_POST['cat_id'] ) ) ? $_POST['cat_id'] : null; // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotSanitized
	$query                        = new WP_Query( $query_vars );

	if ( $query->have_posts() ) {

		while ( $query->have_posts() ) {

			$query->the_post();

			$comments = get_comments( array( 'post_id' => get_the_ID() ) );

			if ( ! empty( $comments ) ) {
				$query->comments      = $comments;
				$query->comment_count = count( $comments );
			}

			$backup = $post;

			get_template_part( 'template-parts/content', 'single' );

			if ( true === apply_filters( 'colormag_single_post_page_navigation_filter', true ) ) :
				if ( 1 == get_theme_mod( 'colormag_enable_post_navigation', 1 ) ) :
					colormag_ajax_single_post_navigation();
				endif;
			endif;

			do_action( 'colormag_action_after_single_post_content' );

			$post = $backup; // phpcs:ignore

			colormag_ajax_single_post_comments( $query, $comments );

		}
	}

	$query->reset_postdata();
	wp_die();
}
add_action( 'wp_ajax_colormag_next_post_load_response', 'colormag_next_post_load_response' );
add_action( 'wp_ajax_nopriv_colormag_next_post_load_response', 'colormag_next_post_load_response' );


/**
 * Navigation for single post that loads on scroll on single post page.
 */
function colormag_ajax_single_post_navigation() {

	if ( is_attachment() ) :
		?>
		<ul class="default-wp-page">
			<li class="previous"><?php previous_image_link( false, esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
			<li class="next"><?php next_image_link( false, esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
		</ul>
		<?php
	else :

		if ( 'style-2' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-small' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-small' );
			}
			?>

			<ul class="default-wp-page thumbnail-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '%title <span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span>' ); ?>
					</li>
				<?php } ?>
			</ul>

			<?php
		elseif ( 'style-3' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-medium' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-medium' );
			}
			?>

			<ul class="default-wp-page thumbnail-background-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '<span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>
			</ul>

		<?php else : ?>

			<ul class="default-wp-page">
				<li class="previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . esc_html_x( '&larr;', 'Previous post link', 'colormag' ) . '</span> %title' ); ?></li>
				<li class="next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . esc_html_x( '&rarr;', 'Next post link', 'colormag' ) . '</span>' ); ?></li>
			</ul>

			<?php
		endif;
	endif;
}


/**
 * Comments section for single post that loads on scroll on single post page.
 */
function colormag_ajax_single_post_comments( $query, $comments ) {
	?>

	<div id="comments" class="comments-area">

		<?php

		if ( $query->have_comments() ) {
			$query->the_comment();
			?>

		<h3 class="comments-title">

			<?php
			$comment_count = get_comments_number();

			if ( '1' === $comment_count ) {

				printf(
					/* Translators: %1$s: Post title */
					esc_html__( 'One thought on &ldquo;%1$s&rdquo;', 'colormag' ),
					'<span>' . wp_kses_post( get_the_title() ) . '</span>'
				);
			} else {

				printf(
				/* Translators: %1$s: Comment count, %2$s: Post title */
					esc_html( _nx( '%1$s thought on &ldquo;%2$s&rdquo;', '%1$s thoughts on &ldquo;%2$s&rdquo;', $comment_count, 'comments title', 'colormag' ) ),
					number_format_i18n( $comment_count ), // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
					'<span>' . esc_html( get_the_title() ) . '</span>'
				);
			}
			?>

		</h3>

		<ul class="comment-list">

			<?php
			wp_list_comments(
				array(
					'callback'          => 'colormag_comment',
					'short_ping'        => true,
					'reverse_top_level' => true,
				),
				$comments
			);
			?>

		</ul><!-- .comment-list -->

			<?php

			// If comments are closed and there are comments, let's leave a little note, shall we?
			if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) {
				?>

		<p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'colormag' ); ?></p>
				<?php
			}
		}
		comment_form();
}
inc/template-tags.php000064400000116156151213253110010601 0ustar00<?php
/**
 * Custom template tags for this theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 3.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! function_exists( 'colormag_entry_meta' ) ) :

	/**
	 * Shows meta information of post.
	 *
	 * @param bool $full_post_meta       Whether to display full post meta or not.
	 * @param bool $reading_time_display Whether to display reading time post meta or not, used for Ajax call.
	 */
	function colormag_entry_meta( $full_post_meta = true, $reading_time_display = false ) {

		$meta_orders = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
			)
		);

		$human_diff_time = '';

		if ( get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) == 'style-2' ) {
			$human_diff_time = 'human-diff-time';
		}

		echo '<div class="cm-below-entry-meta ' . esc_attr( $human_diff_time ) . '">';

		if ( 'post' === get_post_type() ) :

			foreach ( $meta_orders as $key => $meta_order ) {

				if ( 'date' === $meta_order ) {
					colormag_date_meta_markup();
				}

				if ( 'author' === $meta_order ) {
					colormag_author_meta_markup();
				}

				if ( 'views' === $meta_order && $full_post_meta ) {
					echo wp_kses(
						colormag_post_view_display( get_the_ID() ),
						array(
							'span' => array(
								'class' => true,
							),
						) + ColorMag_SVG_Icons::$allowed_html
					);
				}

				if ( 'comments' === $meta_order ) {
					colormag_comment_meta_markup( $full_post_meta );
				}

				if ( 'tags' === $meta_order && $full_post_meta ) {
					colormag_tags_meta_markup();
				}

				if ( 'read-time' === $meta_order ) {
					colormag_read_time_meta_markup( $full_post_meta, $reading_time_display );
				}

				if ( 'edit-button' === $meta_order && $full_post_meta ) {
					edit_post_link( __( 'Edit', 'colormag' ), '<span class="cm-edit-link">' . colormag_get_icon( 'edit', false ) . ' ', '</span>' );
				}
			}

			endif;

		echo '</div>';
	}

endif;


if ( ! function_exists( 'wp_body_open' ) ) :

	/**
	 * Adds backwards compatibility for wp_body_open() introduced with WordPress 5.2.
	 *
	 * @return void
	 * @see   https://developer.wordpress.org/reference/functions/wp_body_open/
	 */
	function wp_body_open() {
		do_action( 'wp_body_open' );
	}

endif;


if ( ! function_exists( 'colormag_reading_time' ) ) :

	/**
	 * Displays the reading time in post meta.
	 *
	 * Since we were using JS for this feature, we were compromising site speed since it checks every link when loaded,
	 * for displaying the time taken, and hence, we are opting for this function instead for this feature to fix site speed.
	 *
	 * @return string Reading time taken for post.
	 */
	function colormag_reading_time() {

		global $post;
		$post_content        = get_post_field( 'post_content', $post->ID );
		$word_count          = count( preg_split( '/\s+/', $post_content ) );
		$reading_time        = floor( $word_count / 200 );
		$reading_time_suffix = esc_html__( 'min read', 'colormag' );
		$total_reading_time  = $reading_time . ' ' . $reading_time_suffix;

		return $total_reading_time;
	}

endif;

if ( ! function_exists( 'colormag_exclude_duplicate_posts' ) ) :

	/**
	 * Unique Post Display function.
	 *
	 * The following sets of fucntions help in removing the duplicate posts from being shown in a page.
	 *
	 * colormag_exclude_duplicate_posts() - Excluding the Duplicate posts in featured posts widget.
	 * colormag_append_excluded_duplicate_posts() - Appending the duplicate posts.
	 */
	function colormag_exclude_duplicate_posts() {
		global $colormag_duplicate_posts;

		if ( true == get_theme_mod( 'colormag_enable_unique_post_system', false ) ) {
			$post__not_in = $colormag_duplicate_posts;
		} else {
			$post__not_in = array();
		}

		return $post__not_in;
	}

endif;

if ( ! function_exists( 'colormag_append_excluded_duplicate_posts' ) ) :

	/**
	 * Add the post id's in an array to not duplicate the posts within the theme bundled widgets.
	 *
	 * @param array $featured_posts Duplicated posts ids within the theme bundled widgets.
	 */
	function colormag_append_excluded_duplicate_posts( $featured_posts ) {
		global $colormag_duplicate_posts;

		if ( true == get_theme_mod( 'colormag_enable_unique_post_system', false ) ) {

			// Initialize $colormag_duplicate_posts if it's not an array
			if ( ! is_array( $colormag_duplicate_posts ) ) {
				$colormag_duplicate_posts = array();
			}

			$post_ids                 = wp_list_pluck( $featured_posts->posts, 'ID' );
			$colormag_duplicate_posts = array_unique( array_merge( $colormag_duplicate_posts, $post_ids ) );
		} else {
			return;
		}
	}

endif;

if ( ! function_exists( 'colormag_category_color' ) ) :

	/**
	 * Getting Category Color.
	 *
	 * @param int $wp_category_id Category id.
	 *
	 * @return string The category color.
	 */
	function colormag_category_color( $wp_category_id ) {

		$args     = array(
			'orderby'    => 'id',
			'hide_empty' => 0,
		);
		$category = get_categories( $args );

		foreach ( $category as $category_list ) {
			$color = get_theme_mod( 'colormag_category_color_' . $wp_category_id );

			return $color;
		}
	}

endif;

if ( ! function_exists( 'colormag_colored_category' ) ) :

	/**
	 * Category Color for widgets and other
	 *
	 * @param bool $echo Boolean value to echo or just return.
	 *
	 * @return mixed
	 */
	function colormag_colored_category( $echo = true ) {

		global $post;

		$meta_structure = get_theme_mod(
			'colormag_post_meta_structure',
			array(
				'categories',
				'date',
				'author',
			)
		);

		$categories = get_the_category();
		$output     = '';

		if ( in_array( 'categories', $meta_structure, true ) && $categories ) {
			$output .= '<div class="cm-entry-header-meta"><div class="cm-post-categories">';

			foreach ( $categories as $category ) {
				$color_code = colormag_category_color( get_cat_id( $category->cat_name ) );
				if ( ! empty( $color_code ) ) {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '" style="background:' . colormag_category_color( get_cat_id( $category->cat_name ) ) . '" rel="category tag">' . $category->cat_name . '</a>';
				} else {
					$output .= '<a href="' . get_category_link( $category->term_id ) . '"  rel="category tag">' . $category->cat_name . '</a>';
				}
			}

			$output .= '</div></div>';

			if ( $echo ) {
				echo wp_kses_post( $output );
			} else {
				return trim( $output );
			}
		}
	}

endif;

if ( ! function_exists( 'colormag_two_sidebar_select' ) ) :

	/**
	 * Function to display the two sidebar selected.
	 */
	function colormag_two_sidebar_select() {

		if ( ( is_page_template( 'page-templates/page-builder.php' ) ) ) {
			return;
		}

		global $post;

		if ( $post ) {
			$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
		}

		if ( is_home() ) {
			$queried_id  = get_option( 'page_for_posts' );
			$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
		}

		if ( empty( $layout_meta ) || is_archive() || is_search() ) {
			$layout_meta = 'default_layout';
		}

		$colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
		$colormag_page_sidebar_layout    = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
		$colormag_default_post_layout    = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

		if ( 'default_layout' === $layout_meta ) {

			if ( is_page() ) {
				if ( 'two_sidebars' === $colormag_page_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'two' );
				}
			} elseif ( is_single() ) {
				if ( 'two_sidebars' === $colormag_default_post_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'two' );
				}
			} elseif ( 'two_sidebars' === $colormag_default_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'two' );
			}
		} elseif ( 'two_sidebars' === $layout_meta ) {
				ColorMag_Utils::colormag_get_sidebar( 'two' );
		}
	}

endif;

if ( ! function_exists( 'colormag_sidebar_select' ) ) :

	/**
	 * Function to display the sidebar selected.
	 */
	function colormag_sidebar_select() {

		if ( ( is_page_template( 'page-templates/page-builder.php' ) ) ) {
			return;
		}

		global $post;

		if ( $post ) {
			$layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
		}

		if ( is_home() ) {
			$queried_id  = get_option( 'page_for_posts' );
			$layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
		}

		if ( empty( $layout_meta ) || is_archive() || is_search() ) {
			$layout_meta = 'default_layout';
		}

		$colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
		$colormag_page_sidebar_layout    = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
		$colormag_default_post_layout    = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );

		if ( 'default_layout' === $layout_meta ) {

			if ( is_page() ) {

				if ( 'right_sidebar' === $colormag_page_sidebar_layout || 'two_sidebars' === $colormag_page_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( $colormag_page_sidebar_layout );
				} elseif ( 'left_sidebar' === $colormag_page_sidebar_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'left' );
				}
			} elseif ( is_single() ) {

				if ( 'right_sidebar' === $colormag_default_post_layout || 'two_sidebars' === $colormag_default_post_layout ) {
					ColorMag_Utils::colormag_get_sidebar( $colormag_default_post_layout );
				} elseif ( 'left_sidebar' === $colormag_default_post_layout ) {
					ColorMag_Utils::colormag_get_sidebar( 'left' );
				}
			} elseif ( 'right_sidebar' === $colormag_default_sidebar_layout || 'two_sidebars' === $colormag_default_sidebar_layout ) {
				ColorMag_Utils::colormag_get_sidebar( $colormag_default_sidebar_layout );
			} elseif ( 'left_sidebar' === $colormag_default_sidebar_layout ) {
				ColorMag_Utils::colormag_get_sidebar( 'left' );
			}
		} elseif ( 'right_sidebar' === $layout_meta || 'two_sidebars' === $layout_meta ) {
			ColorMag_Utils::colormag_get_sidebar( $layout_meta );
		} elseif ( 'left_sidebar' === $layout_meta ) {
			ColorMag_Utils::colormag_get_sidebar( 'left' );
		}
	}

endif;

if ( ! function_exists( 'colormag_social_links' ) ) :

	/**
	 * Displays the social links.
	 */
	function colormag_social_links() {

		// Bail out if social links is not activated.
		if ( 0 == get_theme_mod( 'colormag_enable_social_icons', 0 ) ) {
			return;
		}

		$colormag_social_links = array(
			'colormag_social_facebook'    => 'Facebook',
			'colormag_social_twitter'     => 'Twitter',
			'colormag_social_instagram'   => 'Instagram',
			'colormag_social_pinterest'   => 'Pinterest',
			'colormag_social_youtube'     => 'YouTube',
			'colormag_social_vimeo'       => 'Vimeo-Square',
			'colormag_social_linkedin'    => 'LinkedIn',
			'colormag_social_delicious'   => 'Delicious',
			'colormag_social_flickr'      => 'Flickr',
			'colormag_social_skype'       => 'Skype',
			'colormag_social_soundcloud'  => 'SoundCloud',
			'colormag_social_vine'        => 'Vine',
			'colormag_social_stumbleupon' => 'StumbleUpon',
			'colormag_social_tumblr'      => 'Tumblr',
			'colormag_social_reddit'      => 'Reddit',
			'colormag_social_xing'        => 'Xing',
			'colormag_social_vk'          => 'VK',
			'colormag_social_discord'     => 'Discord',
		);

		$colormag_additional_social_link = array(
			'user_custom_social_links_one'   => __( 'Additional Social Link One', 'colormag' ),
			'user_custom_social_links_two'   => __( 'Additional Social Link Two', 'colormag' ),
			'user_custom_social_links_three' => __( 'Additional Social Link Three', 'colormag' ),
			'user_custom_social_links_four'  => __( 'Additional Social Link Four', 'colormag' ),
			'user_custom_social_links_five'  => __( 'Additional Social Link Five', 'colormag' ),
			'user_custom_social_links_six'   => __( 'Additional Social Link Six', 'colormag' ),
		);
		?>

		<div class="social-links">
			<ul>
				<?php
				/**
				 * Social links set which is static via the theme customize option.
				 */
				$i                     = 0;
				$colormag_links_output = '';
				foreach ( $colormag_social_links as $key => $value ) {
					$link = get_theme_mod( $key, '' );

					if ( ! empty( $link ) ) {
						$new_tab = '';

						// For opening link in new tab.
						if ( 1 == get_theme_mod( $key . '_checkbox', 0 ) ) {
							$new_tab = 'target="_blank"';
						}

						if ( 'twitter' == strtolower( $value ) ) {
							$colormag_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa-brands fa-x-twitter"></i></a></li>';
						} elseif ( 'discord' == strtolower( $value ) ) {
							$colormag_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa-brands fa-discord"></i></a></li>';
						} else {
							$colormag_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa fa-' . strtolower( $value ) . '"></i></a></li>';
						}
					}

					++$i;
				}

				// Displays the social links which is set static via theme customize option.
				echo $colormag_links_output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

				/**
				 * Social links set which is dynamic via the theme customize option.
				 */
				$i                                = 0;
				$colormag_additional_links_output = '';
				foreach ( $colormag_additional_social_link as $key => $value ) {
					$link  = get_theme_mod( $key, '' );
					$color = get_theme_mod( $key . '_color' );

					if ( ! empty( $link ) ) {
						$new_tab    = '';
						$color_code = '';

						// For opening link in new tab.
						if ( 1 == get_theme_mod( $key . '_checkbox', 0 ) ) {
							$new_tab = 'target="_blank"';
						}

						// For color set in customize option.
						if ( ! empty( $color ) ) {
							$color_code = ' style="color:' . $color . '"';
						}

						if ( 'tiktok' == strtolower( get_theme_mod( $key . '_fontawesome' ) ) ) {
							$colormag_additional_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa-brands fa-tiktok"' . $color_code . '></i></a></li>';
						} else {
							$colormag_additional_links_output .= '<li><a href="' . esc_url( $link ) . '" ' . $new_tab . '><i class="fa fa-' . strtolower( get_theme_mod( $key . '_fontawesome' ) ) . '"' . $color_code . '></i></a></li>';
						}
					}

					++$i;
				}

				// Displays the social links which is set dynamic via theme customize option.
				echo $colormag_additional_links_output; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
				?>
			</ul>
		</div><!-- .social-links -->
		<?php
	}

endif;

if ( ! function_exists( 'colormag_date_display' ) ) :

	/**
	 * Display the date in the header.
	 */
	function colormag_date_display() {

		// Bail out if date in header option is disabled.
		if ( 0 == get_theme_mod( 'colormag_date_display', 0 ) ) {
			return;
		}
		?>

		<div class="date-in-header">
			<?php
			if ( 'theme_default' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( 'l, F j, Y' ) );
			} elseif ( 'wordpress_date_setting' == get_theme_mod( 'colormag_date_display_type', 'theme_default' ) ) {
				echo esc_html( date_i18n( get_option( 'date_format' ) ) );
			}
			?>
		</div>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_get_embed_data' ) ) :

	/**
	 * Get Thumbnails and Embed URL from Youtube and Vimeo Link.
	 *
	 * @param string $video_url Video link.
	 *
	 * @return array $embed_data
	 */
	function colormag_get_embed_data( $video_url ) {

		$embed_data = array();

		$youtube_thumbnail_base = 'https://i.ytimg.com/vi/';
		$youtube_player_base    = 'https://www.youtube.com/embed/';
		$vimeo_thumbnail_base   = 'https://i.vimeocdn.com/video/';
		$vimeo_player_base      = 'https://player.vimeo.com/video/';

		if ( preg_match( "#(?<=v=)[a-zA-Z0-9-]+(?=&)|(?<=v\/)[^&\n]+(?=\?)|(?<=v=)[^&\n]+|(?<=youtu.be/)[^&\n]+#", $video_url, $matches ) ) {
			$embed_data['id']    = $matches[0];
			$embed_data['thumb'] = $youtube_thumbnail_base . $embed_data['id'] . '/default.jpg';
			$embed_data['url']   = $youtube_player_base . $embed_data['id'] . '?enablejsapi=1&amp;rel=0&amp;showinfo=0';
		} elseif ( preg_match( '/(https?:\/\/)?(www\.)?(player\.)?vimeo\.com\/([a-z]*\/)*([0-9]{6,11})[?]?.*/', $video_url, $matches ) ) {
			$embed_data['id']    = $matches[5];
			$embed_data['thumb'] = $vimeo_thumbnail_base . $embed_data['id'];
			$embed_data['url']   = $vimeo_player_base . $embed_data['id'] . '?api=1&amp;title=0&amp;byline=0';
		}

		return $embed_data;
	}

endif;

if ( ! function_exists( 'colormag_get_weather_color' ) ) :

	/**
	 * Get Weather Color.
	 *
	 * @param string $weather_code Weather code.
	 *
	 * @return string HEX Color Code.
	 */
	function colormag_get_weather_color( $weather_code ) {

		$output = '';

		if ( substr( '2' == $weather_code, 0, 1 ) || '2' == substr( $weather_code, 0, 1 ) ) {
			$output = '#1B364F';
		} elseif ( '5' == substr( $weather_code, 0, 1 ) ) {
			$output = '#7F89A2';
		} elseif ( '6' == substr( $weather_code, 0, 1 ) || 903 == $weather_code ) {
			$output = '#7E9EF3';
		} elseif ( 781 == $weather_code || 900 == $weather_code ) {
			$output = '#666C7A';
		} elseif ( 800 == $weather_code || 904 == $weather_code ) {
			$output = '#628EFB';
		} elseif ( '7' == substr( $weather_code, 0, 1 ) ) {
			$output = '#628EFB';
		} elseif ( '8' == substr( $weather_code, 0, 1 ) ) {
			$output = '#AAB4CD';
		} elseif ( 901 == $weather_code || 902 == $weather_code || 962 == $weather_code ) {
			$output = '#666C7A';
		} elseif ( 905 == $weather_code ) {
			$output = '#81A4FE';
		} elseif ( 906 == $weather_code ) {
			$output = '#81A4FE';
		} elseif ( 951 == $weather_code ) {
			$output = '#628EFB';
		} elseif ( 951 < $weather_code && 962 > $weather_code ) {
			$output = '##628EFB';
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_get_available_currencies' ) ) :

	/**
	 * Get available currencies for fixer.io API.
	 *
	 * @return array
	 */
	function colormag_get_available_currencies() {

		$available_currencies = array(
			'eur' => esc_html__( 'Euro Member Countries', 'colormag' ),
			'aud' => esc_html__( 'Australian Dollar', 'colormag' ),
			'bgn' => esc_html__( 'Bulgarian Lev', 'colormag' ),
			'brl' => esc_html__( 'Brazilian Real', 'colormag' ),
			'cad' => esc_html__( 'Canadian Dollar', 'colormag' ),
			'chf' => esc_html__( 'Swiss Franc', 'colormag' ),
			'cny' => esc_html__( 'Chinese Yuan Renminbi', 'colormag' ),
			'czk' => esc_html__( 'Czech Republic Koruna', 'colormag' ),
			'dkk' => esc_html__( 'Danish Krone', 'colormag' ),
			'gbp' => esc_html__( 'British Pound', 'colormag' ),
			'hkd' => esc_html__( 'Hong Kong Dollar', 'colormag' ),
			'hrk' => esc_html__( 'Croatian Kuna', 'colormag' ),
			'huf' => esc_html__( 'Hungarian Forint', 'colormag' ),
			'idr' => esc_html__( 'Indonesian Rupiah', 'colormag' ),
			'ils' => esc_html__( 'Israeli Shekel', 'colormag' ),
			'inr' => esc_html__( 'Indian Rupee', 'colormag' ),
			'jpy' => esc_html__( 'Japanese Yen', 'colormag' ),
			'krw' => esc_html__( 'Korean (South) Won', 'colormag' ),
			'mxn' => esc_html__( 'Mexican Peso', 'colormag' ),
			'myr' => esc_html__( 'Malaysian Ringgit', 'colormag' ),
			'nok' => esc_html__( 'Norwegian Krone', 'colormag' ),
			'nzd' => esc_html__( 'New Zealand Dollar', 'colormag' ),
			'php' => esc_html__( 'Philippine Peso', 'colormag' ),
			'pln' => esc_html__( 'Polish Zloty', 'colormag' ),
			'ron' => esc_html__( 'Romanian (New) Leu', 'colormag' ),
			'rub' => esc_html__( 'Russian Ruble', 'colormag' ),
			'sek' => esc_html__( 'Swedish Krona', 'colormag' ),
			'sgd' => esc_html__( 'Singapore Dollar', 'colormag' ),
			'thb' => esc_html__( 'Thai Baht', 'colormag' ),
			'try' => esc_html__( 'Turkish Lira', 'colormag' ),
			'usd' => esc_html__( 'United States Dollar', 'colormag' ),
			'zar' => esc_html__( 'South African Rand', 'colormag' ),
		);

		return $available_currencies;
	}

endif;

if ( ! function_exists( 'colormag_comment' ) ) :

	/**
	 * Template for comments and pingbacks.
	 *
	 * Used as a callback by wp_list_comments() for displaying the comments.
	 *
	 * @param WP_Comment $comment Comment to display.
	 * @param array      $args    An array of arguments.
	 * @param int        $depth   Depth of the current comment.
	 */
	function colormag_comment( $comment, $args, $depth ) {

		$GLOBALS['comment'] = $comment;
		switch ( $comment->comment_type ) :

			case 'pingback':
			case 'trackback':
				// Display trackbacks differently than normal comments.
				?>
				<li <?php comment_class(); ?> id="comment-<?php comment_ID(); ?>">
				<p>
					<?php esc_html_e( 'Pingback:', 'colormag' ); ?>
					<?php comment_author_link(); ?>
					<?php edit_comment_link( __( '(Edit)', 'colormag' ), '<span class="cm-edit-link">', '</span>' ); ?>
				</p>
				<?php
				break;

			default:
				// Proceed with normal comments.
				global $post;
				?>
				<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>"<?php echo colormag_schema_markup( 'comment' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
					<article id="comment-<?php comment_ID(); ?>" class="comment">
						<footer class="comment-meta">
							<div class="comment-author vcard">
								<?php
								echo get_avatar( $comment, 74 );
								?>

								<b class="fn">
									<?php
									printf(
										'<div class="comment-author-link"' . colormag_schema_markup( 'comment_author' ) . '></i>%1$s%2$s</div>',
										get_comment_author_link(),
										// If current post author is also comment author, make it known visually.
										( $comment->user_id === $post->post_author ) ? '<div class="post-author">' . esc_html__( 'Post author', 'colormag' ) . '</div>' : ''
									);
									?>
								</b>

								<div class="comment-metadata">
									<?php
										printf(
											'<div class="comment-date-time"' . colormag_schema_markup( 'comment_time' ) . '> ' . colormag_get_icon( 'calendar-fill', false ) . '%1$s</div>',
											sprintf(
												/* Translators: 1. Comment date, 2. Comment time */
												esc_html__( '%1$s at %2$s', 'colormag' ),
												esc_html( get_comment_date() ),
												esc_html( get_comment_time() )
											)
										); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

										printf(
											'<a class="comment-permalink" href="%1$s"' . colormag_schema_markup( 'comment_link' ) . '>' . colormag_get_icon( 'permalink', false ) . esc_html__( 'Permalink', 'colormag' ) . '</a>',
											esc_url( get_comment_link( $comment->comment_ID ) )
										); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

										edit_comment_link();
									?>
								</div>
							</div>
						</footer><!-- .comment-meta -->

						<?php if ( '0' == $comment->comment_approved ) : ?>
							<p class="comment-awaiting-moderation"><?php esc_html_e( 'Your comment is awaiting moderation.', 'colormag' ); ?></p>
						<?php endif; ?>

						<section class="comment-content comment"<?php echo colormag_schema_markup( 'comment_content' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
							<?php
							comment_text();

							comment_reply_link(
								array_merge(
									$args,
									array(
										'reply_text' => esc_html__( 'Reply', 'colormag' ),
										'after'      => '',
										'depth'      => $depth,
										'max_depth'  => $args['max_depth'],
									)
								)
							);
							?>
						</section><!-- .comment-content -->

					</article><!-- #comment-## -->
				<?php
				break;

		endswitch; // End comment_type check.
	}

endif;

if ( ! function_exists( 'colormag_post_view_display' ) ) :

	/**
	 * Function to display the total number of posts view
	 *
	 * @param int $post_id Post ID.
	 *
	 * @return string
	 */
	function colormag_post_view_display( $post_id, $show_icon = true ) {

		$count_key = 'total_number_of_views';
		$count     = get_post_meta( $post_id, $count_key, true );
		$icon      = $show_icon ? colormag_get_icon( 'eye', false ) : '';

		if ( '' === $count ) {
			delete_post_meta( $post_id, $count_key );
			add_post_meta( $post_id, $count_key, '0' );

			$output = '<span class="cm-post-views">' . $icon . '<span class="total-views">' . esc_html__( '0 View', 'colormag' ) . '</span></span>';
		} else {
			/* Translators: %s Post view count */
			$output = '<span class="cm-post-views">' . $icon . '<span class="total-views">' . sprintf( esc_html__( '%s Views', 'colormag' ), $count ) . '</span></span>';
		}

		return $output;
	}

endif;

if ( ! function_exists( 'colormag_post_view_setup' ) ) :

	/**
	 * Function to count views for the posts
	 *
	 * @param int $post_id Post ID.
	 */
	function colormag_post_view_setup( $post_id ) {

		$count_key = 'total_number_of_views';
		$count     = get_post_meta( $post_id, $count_key, true );

		if ( '' === $count ) {
			delete_post_meta( $post_id, $count_key );
			add_post_meta( $post_id, $count_key, '0' );
		} else {
			++$count;
			update_post_meta( $post_id, $count_key, $count );
		}
	}

endif;

if ( ! function_exists( 'colormag_font_size_range_generator' ) ) :

	/**
	 * Function to generate font size range for font size options.
	 *
	 * @param int $start_range Start range.
	 * @param int $end_range   End range.
	 *
	 * @return array
	 */
	function colormag_font_size_range_generator( $start_range, $end_range ) {
		$range_string = array();

		for ( $i = $start_range; $i <= $end_range; $i++ ) {
			$range_string[ $i ] = $i;
		}

		return $range_string;
	}

endif;

if ( ! function_exists( 'colormag_plugin_version_compare' ) ) :

	/**
	 * Compare user's current version of plugin.
	 *
	 * @param string $plugin_slug        The plugin slug.
	 * @param string $version_to_compare The plugin's version.
	 *
	 * @return bool
	 */
	function colormag_plugin_version_compare( $plugin_slug, $version_to_compare ) {
		$installed_plugins = get_plugins();

		// Plugin not installed.
		if ( ! isset( $installed_plugins[ $plugin_slug ] ) ) {
			return false;
		}

		$plugin_version = $installed_plugins[ $plugin_slug ]['Version'];

		return version_compare( $plugin_version, $version_to_compare, '<' );
	}

endif;

if ( ! function_exists( 'colormag_author_social_link' ) ) :

	/**
	 * Function to show the profile field data.
	 */
	function colormag_author_social_link() {
		?>

		<ul class="author-social-sites">
			<?php if ( get_the_author_meta( 'colormag_twitter' ) ) { ?>
				<li class="twitter-link">
					<a href="https://twitter.com/<?php the_author_meta( 'colormag_twitter' ); ?>">
						<i class="fa fa-twitter"></i>
					</a>
				</li>
			<?php } // End check for twitter. ?>

			<?php if ( get_the_author_meta( 'colormag_facebook' ) ) { ?>
				<li class="facebook-link">
					<a href="https://facebook.com/<?php the_author_meta( 'colormag_facebook' ); ?>">
						<i class="fa fa-facebook"></i>
					</a>
				</li>
			<?php } // End check for facebook. ?>

			<?php if ( get_the_author_meta( 'colormag_google_plus' ) ) { ?>
				<li class="google_plus-link">
					<a href="https://plus.google.com/<?php the_author_meta( 'colormag_google_plus' ); ?>">
						<i class="fa fa-google-plus"></i>
					</a>
				</li>
			<?php } // End check for google_plus. ?>

			<?php if ( get_the_author_meta( 'colormag_flickr' ) ) { ?>
				<li class="flickr-link">
					<a href="https://flickr.com/<?php the_author_meta( 'colormag_flickr' ); ?>">
						<i class="fa fa-flickr"></i>
					</a>
				</li>
			<?php } // End check for flickr. ?>

			<?php if ( get_the_author_meta( 'colormag_linkedin' ) ) { ?>
				<li class="linkedin-link">
					<a href="https://linkedin.com/<?php the_author_meta( 'colormag_linkedin' ); ?>">
						<i class="fa fa-linkedin"></i>
					</a>
				</li>
			<?php } // End check for linkedin. ?>

			<?php if ( get_the_author_meta( 'colormag_instagram' ) ) { ?>
				<li class="instagram-link">
					<a href="https://instagram.com/<?php the_author_meta( 'colormag_instagram' ); ?>">
						<i class="fa fa-instagram"></i>
					</a>
				</li>
			<?php } // End check for instagram. ?>

			<?php if ( get_the_author_meta( 'colormag_tumblr' ) ) { ?>
				<li class="tumblr-link">
					<a href="https://tumblr.com/<?php the_author_meta( 'colormag_tumblr' ); ?>">
						<i class="fa fa-tumblr"></i>
					</a>
				</li>
			<?php } // End check for tumblr. ?>

			<?php if ( get_the_author_meta( 'colormag_youtube' ) ) { ?>
				<li class="youtube-link">
					<a href="https://youtube.com/<?php the_author_meta( 'colormag_youtube' ); ?>">
						<i class="fa fa-youtube"></i>
					</a>
				</li>
			<?php } // End check for youtube. ?>
		</ul>

		<?php
	}

endif;

if ( ! function_exists( 'colormag_get_the_title' ) ) :

	/**
	 * Function to set length of the post title, depending upon the number of words user enters from the customizer pane.
	 *
	 * @param string $title get_the_title().
	 *
	 * @return string $title.
	 */
	function colormag_get_the_title( $title ) {

		$title_length = get_theme_mod( 'colormag_blog_post_title_length', '' );

		if ( is_int( $title_length ) ) {
			$title = wp_trim_words( $title, $title_length );
		}

		return $title;
	}
endif;

if ( ! function_exists( 'colormag_pagination' ) ) :
	function colormag_pagination() {

		/**
		 * Hook: colormag_after_archive_page_loop.
		 */
		if ( 'default' === get_theme_mod( 'colormag_pagination_type', 'default' ) ) :
			if ( true === apply_filters( 'colormag_page_navigation_filter', true ) ) :
				get_template_part( 'navigation', 'none' );
			endif;
		endif;

		if ( 'numbered_pagination' === get_theme_mod( 'colormag_pagination_type', 'default' ) ) :
			colormag_numbered_pagination();
		endif;
	}
endif;

if ( ! function_exists( 'colormag_numbered_pagination' ) ) :
	function colormag_numbered_pagination() {
		?>

		<div class="tg-numbered-pagination">
			<?php
			$args = array(
				'type'      => 'list',
				'prev_text' => '<i class="fa fa-chevron-left" aria-hidden="true"></i>',
				'next_text' => '<i class="fa fa-chevron-right" aria-hidden="true"></i>',
			);

			the_posts_pagination( $args );
			?>
		</div>
		<?php
	}
endif;

if ( ! function_exists( 'colormag_infinite_scroll' ) ) :

	function colormag_infinite_scroll() {

		global $wp_query;
		$event      = get_theme_mod( 'colormag_infinite_scroll_type', 'button' );
		$pagination = get_theme_mod( 'colormag_pagination_type', 'default' );
		$args       = array(
			'mid_size' => 3,
			'end_size' => 0,
			'type'     => 'array',
			'total'    => $wp_query->max_num_pages,
		);

		$args['current'] = $wp_query->get( 'paged' );

		if ( ! $args['current'] ) {
			$args['current'] = 1;
		}

		if ( round( $args['current'] ) === round( $args['total'] ) ) {
			return;
		}

		$paginate_links = paginate_links( $args );

		if ( $wp_query->max_num_pages > 1 ) :
			?>
			<?php if ( 'infinite_scroll' === $pagination ) : ?>
				<nav class="tg-infinite-pagination tg-infinite-pagination--<?php echo esc_attr( $event ); ?>">
					<?php
					if ( ! empty( $paginate_links ) ) {
						foreach ( $paginate_links as $paginate_link ) {
							echo wp_kses_post( $paginate_link );
						}
					}
					?>
					<div class="tg-load-more">
						<div class="tg-load-more-icon">
							<div class="spinner"></div>
						</div>
						<span class="tg-all-post-loaded-text" style="display: none"><?php esc_html_e( 'All Posts Loaded', 'colormag' ); ?></span>
						<?php if ( 'button' === $event ) : ?>
							<a href="#" class="tg-load-more-btn">
								<span class="tg-load-more-text"><?php esc_html_e( 'Load More', 'colormag' ); ?></span>
							</a>
						<?php endif; ?>
					</div>
				</nav> <!-- /.tg-infinite-scroll -->
				<?php
			endif;
		endif;
		?>
		<?php
	}
endif;

if ( ! function_exists( 'colormag_next_post_load' ) ) :

	function colormag_next_post_load() {

		global $post;
		$event          = get_theme_mod( 'colormag_autoload_posts_type', 'button' );
		$limit          = get_theme_mod( 'colormag_autoload_posts_limit', 2 );
		$filter         = get_theme_mod( 'colormag_autoload_posts_filter', 'previous_posts' );
		$current_post   = $post;
		$paginate_links = array();

		for ( $i = 1; $i <= $limit; $i++ ) {
			$post = 'next_posts' === $filter ? get_next_post() : get_previous_post(); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited
			setup_postdata( $post );

			if ( $post instanceof WP_Post ) {
				$paginate_links[] = get_permalink( $post->ID );
			}
		}

		$post = $current_post; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited

		if ( empty( $paginate_links ) ) {
			return;
		}

		?>
			<nav class="tg-infinite-pagination tg-infinite-pagination--<?php echo esc_attr( $event ); ?>">
				<span class="page-numbers current">1</span>
				<?php
				foreach ( $paginate_links as $index => $paginate_link ) {
					printf( '<a class="page-numbers" href="%s" data-index="%s">%s</a>', esc_url( $paginate_link ), absint( $index ) + 2, absint( $index ) + 2 );
				}
				printf( '<a class="page-numbers next" href="%s" data-index="%s">%s</a>', esc_url( $paginate_links[0] ), 2, 2 );
				?>
				<div class="tg-load-more">
					<div class="tg-load-more-icon">
						<div class="spinner"></div>
					</div>
					<?php if ( 'button' === $event ) : ?>
						<a href="#" class="tg-load-more-btn">
							<span class="tg-load-more-text"><?php esc_html_e( 'Load Post', 'colormag' ); ?></span>
						</a>
					<?php endif; ?>
				</div>
			</nav> <!-- /.tg-infinite-scroll -->
		<?php
	}
endif;

// Retrieves the attachment src from the file URL
function colormag_get_image_src_by_url( $image_url, $image_size ) {
	if ( ! isset( $image_url ) || '' === $image_url ) {
		return array( 0 => null );
	} else {
		return wp_get_attachment_image_src( attachment_url_to_postid( $image_url ), $image_size );
	}
}

if ( ! function_exists( 'colormag_menu_logo' ) ) :
	function colormag_menu_logo() {
		$menu_logo = colormag_get_image_src_by_url( get_theme_mod( 'colormag_primary_menu_logo' ), 'full' );

		if ( isset( $menu_logo[0] ) ) :
			?>
			<div class="menu-logo">
				<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
					title="<?php esc_attr( bloginfo( 'name' ) ); ?>">
					<img src="<?php echo esc_url( $menu_logo[0] ); ?>"
						alt="<?php esc_attr( bloginfo( 'name' ) ); ?>">
				</a>
			</div>
			<?php
		endif;
	}
endif;

if ( ! function_exists( 'colormag_date_entry_meta_markup' ) ) :

	/**
	 * Prints post meta markup for date of post published or updated.
	 *
	 * @return void
	 */
	function colormag_date_meta_markup() {

		// Displays the same published and updated date if the post is never updated.
		$time_string = '<time class="entry-date published updated" datetime="%1$s"' . colormag_schema_markup( 'entry_time' ) . '>%2$s</time>';

		// Displays the different published and updated date if the post is updated.
		if ( ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) && 'modified-date' === get_theme_mod( 'colormag_blog_post_date_type', 'post-date' ) ) {
			$time_string = '<time class="cm-modified-date updated" datetime="%3$s"' . colormag_schema_markup( 'entry_time_modified' ) . '>%4$s</time>';
		}

		$time_string = sprintf(
			$time_string,
			esc_attr( get_the_date( 'c' ) ),
			esc_html( get_the_date() ),
			esc_attr( get_the_modified_date( 'c' ) ),
			esc_html( get_the_modified_date() )
		);

		printf(
			/* Translators: 1. Post link, 2. Post time, 3. Post date */
			__( '<span class="cm-post-date"><a href="%1$s" title="%2$s" rel="bookmark">%3$s %4$s</a></span>', 'colormag' ),
			esc_url( get_permalink() ),
			esc_attr( get_the_time() ),
			colormag_get_icon( 'calendar-fill', false ),
			$time_string
		); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped

		if ( 'style-2' == get_theme_mod( 'colormag_post_meta_date_style', 'style-1' ) ) {
			printf(
				/* Translators: %s Timestamp */
				_x( '<span class="cm-post-date human-diff-time-display">%s ago</span>', '%s = human-readable time difference', 'colormag' ),
				human_time_diff(
					get_the_time( 'U' ),
					current_time( 'timestamp' )
				)
			); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
		}
	}
endif;

if ( ! function_exists( 'colormag_author_meta_markup' ) ) :

	/**
	 * Prints post meta markup for author.
	 *
	 * @return void
	 */
	function colormag_author_meta_markup() {
		?>
		<span class="cm-author cm-vcard">
			<?php
			$author_style = get_theme_mod( 'colormag_post_meta_author_style', 'style-1' );
			if ( 'style-1' === $author_style ) {
				colormag_get_icon( 'user' );
			} elseif ( 'style-2' === $author_style ) {
				echo '<img class="cm-' . esc_attr( $author_style ) . '-avatar" src="' . esc_url( get_avatar_url( get_the_author_meta( 'ID' ) ) ) . ' " alt="Author Image">';
			}
			?>
			<a class="url fn n"
			href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"
			title="<?php echo esc_attr( get_the_author() ); ?>"
			>
				<?php echo esc_html( get_the_author() ); ?>
			</a>
		</span>

		<?php
	}
endif;

if ( ! function_exists( 'colormag_comment_meta_markup' ) ) :

	/**
	 * Prints post meta markup for comments.
	 *
	 * @param [boolean] $full_post_meta
	 * @return void
	 */
	function colormag_comment_meta_markup( $full_post_meta ) {

		if ( ! post_password_required() && comments_open() ) {
			?>

			<span class="cm-comments-link">
				<?php

				$icon = colormag_get_icon( 'comment', false );
				if ( $full_post_meta ) {
					comments_popup_link(
						$icon . __( ' 0 Comments', 'colormag' ),
						$icon . __( ' 1 Comment', 'colormag' ),
						$icon . __( ' % Comments', 'colormag' )
					);
				} else {

					colormag_get_icon( 'comment' );
					comments_popup_link( '0', '1', '%' );
				}
				?>
			</span>

			<?php
		}
	}

endif;

if ( ! function_exists( 'colormag_tags_meta_markup' ) ) :

	/**
	 * Prints post meta markup tags.
	 *
	 * @return void
	 */
	function colormag_tags_meta_markup() {
		$tags_list = get_the_tag_list( '<span class="cm-tag-links"' . colormag_schema_markup( 'tag' ) . '> ' . colormag_get_icon( 'tag', false ) . ' ', __( ',&nbsp; ', 'colormag' ), '</span>' );

		if ( $tags_list ) {
			echo $tags_list; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
		}
	}

endif;

if ( ! function_exists( 'colormag_read_time_meta_markup' ) ) :

	/**
	 * Undocumented function
	 *
	 * @param [boolean] $full_post_meta
	 * @param [boolean] $reading_time_display
	 * @return void
	 */
	function colormag_read_time_meta_markup( $full_post_meta, $reading_time_display ) {

		if ( $full_post_meta || ( ! $full_post_meta && $reading_time_display ) ) {

			echo '<span class="cm-reading-time"> ' . colormag_get_icon( 'hourglass', false ) . ' ' . esc_html( colormag_reading_time() ) . '
			</span> ';
		}
	}

endif;
dark.css000064400000030303151213253110006170 0ustar00body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
Dark CSS
--------------------------------------------------------------*/
body {
	background-color: #151515;
	color: #cccccc;
}

/* Top Bar.
--------------------------------------------- */
.breaking-news {
	background-color: #232323;
}

.breaking-news-latest {
	color: #fff;
}

.date-in-header {
	color: #cccccc;
}

.dark-skin {
	/*--------------------------------------------------------------
	Header Clean layout CSS
	--------------------------------------------------------------*/
}

.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6 {
	color: #fff;
}

.dark-skin #page,
.dark-skin .cm-main-header,
.dark-skin .cm-content,
.dark-skin .cm-secondary .widget {
	background-color: #0d0d0d;
}

.dark-skin .cm-top-bar {
	background-color: #111111;
}

.dark-skin .cm-mobile-nav li {
	background-color: #232323;
}

.dark-skin .cm-mobile-nav a {
	color: #fff;
}

.dark-skin .cm-no-results .cm-page-title {
	color: #f4f4f5;
}

.dark-skin .cm-no-results .cm-page-content p {
	color: #f4f4f5;
}

.dark-skin .search-form-top {
	background-color: #121212;
	border: 0 none;
}

.dark-skin .wp-block-search__input,
.dark-skin .search-form-top input.s,
.dark-skin input.s {
	background-color: #161616;
	border: 1px solid #343434;
	color: #E3E2E2;
}

.dark-skin .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts.cm-tab-widget {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts.cm-tab-widget .cm-post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-skin .cm-featured-posts .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-post-date svg,
.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-author svg,
.dark-skin .cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-comments-link svg {
	fill: #a6a6a6;
}

.dark-skin .cm-featured-posts .cm-random-posts,
.dark-skin .cm-featured-posts .cm-breaking-news {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-featured-posts .cm-random-posts .cm-post,
.dark-skin .cm-featured-posts .cm-breaking-news .cm-post {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.dark-skin .cm-post-date a,
.dark-skin .cm-author a,
.dark-skin .cm-comments-link a {
	color: #aeaeae;
}

.dark-skin .cm-featured-category-slider-widget .cm-post-date a,
.dark-skin .cm-featured-category-slider-widget .cm-author a,
.dark-skin .cm-featured-category-slider-widget .cm-comments-link a,
.dark-skin .cm-highlighted-posts .cm-post-date a,
.dark-skin .cm-highlighted-posts .cm-author a,
.dark-skin .cm-highlighted-posts .cm-comments-link a {
	color: #f4f4f5;
}

.dark-skin .comment-respond form label {
	color: #E3E2E2;
}

.dark-skin .comments-area .fn a {
	color: #fff;
}

.dark-skin .human-diff-time {
	color: #a6a6a6;
}

.dark-skin .search-form-top.show::before {
	border-bottom: 12px solid #121212;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.dark-skin .cm-comments-link span {
	color: #a6a6a6;
}

.dark-skin .cm-thumbnail-slider {
	border-color: #0d0d0d;
}

.dark-skin #comments {
	border-color: #444444;
}

.dark-skin .cm-posts .post {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-posts .post .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-author svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-comments-link svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-tag-links svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-date svg,
.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views svg {
	color: #a6a6a6;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-post-views span {
	color: #a6a6a6;
}

.dark-skin .cm-posts .post .cm-post-content .cm-below-entry-meta .cm-edit-link a {
	color: #a6a6a6;
}

.dark-skin .single-related-posts .cm-post-content .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .single-related-posts .cm-post-content .cm-below-entry-meta .cm-post-date .fa,
.dark-skin .single-related-posts .cm-post-content .cm-below-entry-meta .cm-comments-link .fa {
	color: #a6a6a6;
}

.dark-skin .post .cm-entry-title a,
.dark-skin .search .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.dark-skin .previous svg,
.dark-skin .next svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.dark-skin .cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.dark-skin .cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #f4f4f5;
}

.dark-skin .single-related-posts {
	-webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
	border-radius: 4px;
}

.dark-skin .cm-footer-cols,
.dark-skin .cm-footer-bar {
	border-top: 0 none;
	background-color: #121212;
}

.dark-skin #cm-footer .cm-upper-footer-cols .widget {
	border: 0 none;
}

.dark-skin #cm-footer .cm-upper-footer-cols .widget .cm-post,
.dark-skin #cm-footer .cm-upper-footer-cols .widget .cm-random-posts {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-skin input[type="text"],
.dark-skin input[type="email"],
.dark-skin input[type="password"],
.dark-skin textarea,
.dark-skin .comment-content {
	background-color: #0d0d0d;
	color: #cccccc;
	border-color: #777777;
}

.dark-skin .cm-view-all-link {
	background: #0d0d0d;
}

.dark-skin .cm-layout-2 .cm-primary-nav ul > li > a {
	color: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-home-icon .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-submenu-toggle svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-menu-toggle .cm-icon,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-random-post svg,
.dark-skin .cm-layout-2 .cm-primary-nav .cm-random-post .cm-icon {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	color: #3f3f46;
}

.dark-skin .cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #111111;
}

.dark-skin .cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg {
	fill: #f4f4f5;
}

.dark-skin .cm-layout-2 #cm-primary-nav .fa {
	color: #f4f4f5;
}

.dark-skin .cm-layout-2 .cm-mobile-nav li {
	border-color: #3F3F46;
}

.dark-skin .cm-layout-2 .cm-mobile-nav li a {
	color: #f4f4f5;
}

.dark-skin.colormag-header-clean .cm-primary-nav .sub-menu,
.dark-skin.colormag-header-clean .cm-primary-nav .children {
	background-color: #212529;
}

.dark-skin.colormag-header-clean .cm-mobile-nav li {
	background-color: #212529;
}

.dark-skin.colormag-header-clean .breaking-news .newsticker a,
.dark-skin.colormag-header-clean .social-links i.fa, .dark-skin.colormag-header-classic .breaking-news .newsticker a,
.dark-skin.colormag-header-classic .social-links i.fa, .dark-skin.colormag-header-clean--full-width .breaking-news .newsticker a,
.dark-skin.colormag-header-clean--full-width .social-links i.fa {
	color: #cccccc;
}

.dark-skin.colormag-header-classic .is-sticky #cm-primary-nav {
	background-color: #212529;
}

.dark-skin.colormag-header-classic .is-sticky .cm-mobile-nav li {
	background-color: #212529;
}

.dark-skin.colormag-header-classic #cm-primary-nav .cm-menu-toggle {
	border-color: #cccccc;
}

.dark-skin.colormag-header-classic #cm-primary-nav .cm-menu-toggle::before {
	color: #cccccc;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul ul.sub-menu,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul .children {
	background-color: #212529;
	border-color: #444444;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul ul.sub-menu li,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav ul .children li {
	border-color: #444444;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav a,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav .cm-random-post a .fa-random,
.dark-skin.colormag-header-classic #cm-primary-nav.cm-primary-nav .cm-home-icon .fa {
	color: #fff;
}

.dark-skin.colormag-header-classic #cm-primary-nav.cm-mobile-nav .cm-random-post a .fa-random,
.dark-skin.colormag-header-classic #cm-primary-nav .fa.search-top {
	color: #fff;
}

.dark-skin.colormag-header-clean--full-width .cm-top-bar {
	background-color: #111111;
}

.dark-skin .colormag-footer--classic .cm-footer-cols {
	background-color: #161616;
}

.dark-skin .colormag-footer--classic .cm-footer-bar {
	background-color: #121212;
}

.dark-skin .elementor .tg-module-wrapper {
	color: #cccccc;
}

.dark-skin .elementor .tg-module-wrapper .tg-module-title {
	color: #fff;
}

.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-auther-name span,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-date a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-post-date span,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-module-comments a,
.dark-skin .elementor .tg-module-wrapper .tg-module-meta .tg-module-comments span {
	color: #a6a6a6;
}

.dark-skin .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title,
.dark-skin .elementor .tg-module-wrapper.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
	background: #0d0d0d;
}

.dark-skin .cm-entry-summary p {
	color: #E3E2E2;
}

.dark-skin .previous a,
.dark-skin .next a {
	color: #F4F4F5;
}

.dark-skin .previous a:hover,
.dark-skin .next a:hover {
	color: #F4F4F5;
}

.dark-skin .cm-entry-title a {
	color: #F4F4F5;
}

.dark-skin .cm-entry-title a:hover {
	color: #F4F4F5;
}

.cm-breaking-news i.fa-arrow-up::before,
.cm-breaking-news i.fa-arrow-down::before {
	background-color: #161616;
	border: 1px solid #161616;
}

/* Support Dark Skin.
--------------------------------------------- */
.dark-skin body {
	color: #cccccc;
}

.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6 {
	color: #fff;
}

.dark-skin .mzb-post-list .mzb-post,
.dark-skin .mzb-tab-post .mzb-post,
.dark-skin .mzb-featured-posts .mzb-post,
.dark-skin .mzb-featured-categories .mzb-post {
	background-color: #19190d;
}

.dark-skin .mzb-tab-post .mzb-tab-title {
	background-color: #19190d;
}

.dark-skin .mzb-tab-post .mzb-tab-title.active {
	background-color: var(--color--primary);
}

/* Support Magazine Blocks.
--------------------------------------------- */
.mzb-post-list .mzb-post-date a,
.mzb-post-list .mzb-post-author a,
.mzb-tab-post .mzb-post-date a,
.mzb-tab-post .mzb-post-author a,
.mzb-banner-posts .mzb-post-date a,
.mzb-banner-posts .mzb-post-author a,
.mzb-featured-posts .mzb-post-date a,
.mzb-featured-posts .mzb-post-author a,
.mzb-featured-categories .mzb-post-date a,
.mzb-featured-categories .mzb-post-author a,
.mzb-grid-module .mzb-post-date a,
.mzb-grid-module .mzb-post-author a {
	color: var(--color--gray);
}

.mzb-post-list .mzb-post-date svg,
.mzb-post-list .mzb-post-author svg,
.mzb-tab-post .mzb-post-date svg,
.mzb-tab-post .mzb-post-author svg,
.mzb-banner-posts .mzb-post-date svg,
.mzb-banner-posts .mzb-post-author svg,
.mzb-featured-posts .mzb-post-date svg,
.mzb-featured-posts .mzb-post-author svg,
.mzb-featured-categories .mzb-post-date svg,
.mzb-featured-categories .mzb-post-author svg,
.mzb-grid-module .mzb-post-date svg,
.mzb-grid-module .mzb-post-author svg {
	fill: var(--color--gray);
}
footer.php000064400000004222151213253110006545 0ustar00<?php
/**
 * Theme Footer Section for our theme.
 *
 * Displays all of the footer section and closing of the #main div.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Functions hooked into colormag_action_after_inner_content action.
 *
 * @hooked colormag_main_section_inner_end - 10
 */
do_action( 'colormag_action_after_inner_content' );


/**
 * Functions hooked into colormag_action_after_content action.
 *
 * @hooked colormag_main_section_end - 10
 * @hooked colormag_advertisement_above_footer_sidebar - 15
 */
do_action( 'colormag_action_after_content' );


/**
 * Hook: colormag_before_footer.
 */
do_action( 'colormag_before_footer' );


/**
 * Functions hooked into colormag_action_before_footer action.
 *
 * @hooked colormag_footer_start - 10
 * @hooked colormag_footer_sidebar - 15
 */
do_action( 'colormag_action_before_footer' );


/**
 * Functions hooked into colormag_action_before_inner_footer action.
 *
 * @hooked colormag_footer_socket_inner_wrapper_start - 10
 */
do_action( 'colormag_action_before_inner_footer' );


/**
 * Functions hooked into colormag_action_footer action.
 *
 * @hooked colormag_footer_socket_area_start - 10
 * @hooked colormag_footer_socket_right_section - 15
 * @hooked colormag_footer_socket_left_section - 20
 * @hooked colormag_footer_socket_area_end - 25
 */
do_action( 'colormag_action_footer' );


/**
 * Functions hooked into colormag_action_after_inner_footer action.
 *
 * @hooked colormag_footer_socket_inner_wrapper_end - 10
 */
do_action( 'colormag_action_after_inner_footer' );


/**
 * Functions hooked into colormag_action_after_footer action.
 *
 * @hooked colormag_footer_end - 10
 * @hooked colormag_scroll_top_button - 15
 * @hooked colormag_reading_progress_bar - 20
 * @hooked colormag_flyout_related_post - 25
 */
do_action( 'colormag_action_after_footer' );


/**
 * Functions hooked into colormag_action_after action.
 *
 * @hooked colormag_page_end - 10
 */
do_action( 'colormag_action_after' );

wp_footer();
?>

</body>
</html>
functions.php000064400000017403151213253110007264 0ustar00<?php

/**
 * ColorMag functions related to adding files.
 *
 * @link    https://developer.wordpress.org/themes/basics/theme-functions/
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;
/**
 * Define constants.
 */
require get_template_directory() . '/inc/base/class-colormag-constants.php';
/**
 * Calling in the admin area for the Welcome Page as well as for the new theme notice too.
 */
if ( is_admin() ) {
    require get_template_directory() . '/inc/admin/class-colormag-admin.php';
    require get_template_directory() . '/inc/admin/class-colormag-dashboard.php';
    require get_template_directory() . '/inc/admin/class-colormag-welcome-notice.php';
}
/**
 * Base.
 */
// Generate WordPress filter hook dynamically.
require COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-filter.php';
// Generate dynamic CSS from styling options.
require_once COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-css.php';
// Adds classes to appropriate places.
require_once COLORMAG_INCLUDES_DIR . '/base/class-colormag-dynamic-classes.php';
// Adds classes to appropriate places.
require COLORMAG_INCLUDES_DIR . '/base/class-colormag-css-classes.php';
/**
 * Core.
 */
// ColorMag setup file, hooked for `after_setup_theme`.
require COLORMAG_INCLUDES_DIR . '/core/class-colormag-after-setup-theme.php';
// Load scripts.
require_once COLORMAG_INCLUDES_DIR . '/core/class-colormag-enqueue-scripts.php';
// Header Media.
require_once COLORMAG_INCLUDES_DIR . '/core/custom-header.php';
/**
 * Customizer.
 */
require_once COLORMAG_CUSTOMIZER_DIR . '/class-colormag-customizer.php';
/**
 * Deprecated.
 */
// Load deprecated functions.
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-filters.php';
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-functions.php';
require_once COLORMAG_INCLUDES_DIR . '/deprecated/deprecated-hooks.php';
/**
 * Helper.
 */
// Load utils & helper functions.
require_once COLORMAG_INCLUDES_DIR . '/helper/class-colormag-utils.php';
/**
 * Meta Boxes.
 */
// Meta boxes function and classes.
require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-boxes.php';
require_once COLORMAG_INCLUDES_DIR . '/meta-boxes/class-colormag-meta-box-page-settings.php';
/**
 * Migration
 */
// Migrating customize options.
require COLORMAG_INCLUDES_DIR . '/migration/class-colormag-options-migrate.php';
// Load demo import migration scripts.
require_once COLORMAG_INCLUDES_DIR . '/migration/demo-import-migration.php';
// Load migration scripts.
require_once COLORMAG_INCLUDES_DIR . '/migration/class-colormag-migration.php';
/**
 * Widgets
 */
// Load Widgets and Widgetized Area.
require_once COLORMAG_WIDGETS_DIR . '/class-colormag-widgets.php';
/**
 * Templates.
 */
// Template functions files.
require COLORMAG_INCLUDES_DIR . '/template-tags.php';
require COLORMAG_INCLUDES_DIR . '/template-functions.php';
// Svg icon class.
require COLORMAG_INCLUDES_DIR . '/class-colormag-svg-icons.php';
//Template hooks.
require COLORMAG_PARENT_DIR . '/template-parts/hooks/hook-functions.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/header.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/header-main.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/header/top-bar.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/content/content.php';
require COLORMAG_PARENT_DIR . '/template-parts/hooks/footer/footer.php';
/** Schema markup file include. */
require_once COLORMAG_INCLUDES_DIR . '/schema-markup.php';
/** WP_Query functions files. */
require COLORMAG_INCLUDES_DIR . '/colormag-wp-query.php';
/** Breadcrumb class. */
require_once COLORMAG_INCLUDES_DIR . '/class-breadcrumb-trail.php';
/** Load functions */
require_once COLORMAG_INCLUDES_DIR . '/ajax.php';
/** Add the JetPack plugin support */
if ( defined( 'JETPACK__VERSION' ) ) {
    require_once COLORMAG_INCLUDES_DIR . '/compatibility/jetpack/jetpack.php';
}
/** Add the WooCommerce plugin support */
if ( class_exists( 'WooCommerce' ) ) {
    require_once COLORMAG_INCLUDES_DIR . '/compatibility/woocommerce/woocommerce.php';
}
/** Add the Elementor compatibility file */
if ( defined( 'ELEMENTOR_VERSION' ) ) {
    require_once COLORMAG_ELEMENTOR_DIR . '/elementor.php';
    require_once COLORMAG_ELEMENTOR_DIR . '/elementor-functions.php';
}
/**
 * Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
 *
 * @since ColorMag 3.0.0
 */
function cm_customize_preview_js() {
    $suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min' );
    wp_enqueue_script(
        'colormag-customizer-pre',
        get_assets_url() . '/inc/customizer/assets/js/cm-customize-preview.js',
        array('customize-preview'),
        COLORMAG_THEME_VERSION,
        true
    );
}

function get_assets_url() {
    // Get correct URL and path to wp-content.
    $content_url = untrailingslashit( dirname( dirname( get_stylesheet_directory_uri() ) ) );
    $content_dir = wp_normalize_path( untrailingslashit( WP_CONTENT_DIR ) );
    $url = str_replace( $content_dir, $content_url, wp_normalize_path( __DIR__ ) );
    $url = set_url_scheme( $url );
    return $url;
}

add_action( 'customize_preview_init', 'cm_customize_preview_js' );
/**
 * Set the content width in pixels, based on the theme's design and stylesheet.
 *
 * Priority 0 to make it available to lower priority callbacks.
 *
 * @global int $content_width
 */
function colormag_set_content_width() {
    // This variable is intended to be overruled from themes.
    // Open WPCS issue: {@link https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043}.
    // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound
    $GLOBALS['content_width'] = apply_filters( 'colormag_set_content_width', 800 );
}

add_action( 'after_setup_theme', 'colormag_set_content_width', 0 );
/**
 * $content_width global variable adjustment as per layout option.
 */
function colormag_content_width() {
    global $post;
    global $content_width;
    if ( $post ) {
        $layout_meta = get_post_meta( $post->ID, 'colormag_page_layout', true );
    }
    if ( is_home() ) {
        $queried_id = get_option( 'page_for_posts' );
        $layout_meta = get_post_meta( $queried_id, 'colormag_page_layout', true );
    }
    if ( empty( $layout_meta ) || is_archive() || is_search() ) {
        $layout_meta = 'default_layout';
    }
    $colormag_default_sidebar_layout = get_theme_mod( 'colormag_default_sidebar_layout', 'right_sidebar' );
    $colormag_page_sidebar_layout = get_theme_mod( 'colormag_page_sidebar_layout', 'right_sidebar' );
    $colormag_default_post_layout = get_theme_mod( 'colormag_post_sidebar_layout', 'right_sidebar' );
    if ( 'default_layout' === $layout_meta ) {
        if ( is_page() ) {
            if ( 'no_sidebar_full_width' === $colormag_page_sidebar_layout ) {
                $content_width = 1140;
                /* pixels */
            }
        } elseif ( is_single() ) {
            if ( 'no_sidebar_full_width' === $colormag_default_post_layout ) {
                $content_width = 1140;
                /* pixels */
            }
        } else {
            if ( 'no_sidebar_full_width' === $colormag_default_sidebar_layout ) {
                $content_width = 1140;
                /* pixels */
            }
        }
    } else {
        if ( 'no_sidebar_full_width' === $layout_meta ) {
            $content_width = 1140;
            /* pixels */
        }
    }
}

add_action( 'template_redirect', 'colormag_content_width' );
/**
 * Detect plugin. For use on Front End only.
 */
include_once ABSPATH . 'wp-admin/includes/plugin.php';index.php000064400000005376151213253110006371 0ustar00<?php
/**
 * Theme Index Section for ColorMag theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	$grid_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

	$layout1_style = get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );

	$layout2_style = get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' );

	$grid_col = get_theme_mod( 'colormag_grid_layout_column', '2' );

	$style = '';
	if ( 'layout-1' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout1_style;
	} elseif ( 'layout-2' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout2_style;
	}

	$col = '';

	if ( 'layout-2' === $grid_layout ) {
		$col = 'col-' . $grid_col;
	}

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type   = get_theme_mod( 'colormag_pagination_type', 'default' );
			$pagination_class  = '';

			if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
				$pagination_class .= 'tg-infinite-scroll-container';
			}
			?>

			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col . ' ' . $pagination_class ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_index_page_loop.
					 */
					do_action( 'colormag_before_index_page_loop' );

					while ( have_posts() ) :
						the_post();

						/**
						 * Include the Post-Type-specific template for the content.
						 * If you want to override this in a child theme, then include a file
						 * called content-___.php (where ___ is the Post Type name) and that will be used instead.
						 */
						get_template_part( 'template-parts/content', '' );
					endwhile;

					/**
					 * Hook: colormag_after_index_page_loop.
					 */
					do_action( 'colormag_after_index_page_loop' );

				else :

					if ( true === apply_filters( 'colormag_index_page_no_results_filter', true ) ) :
						get_template_part( 'no-results', 'none' );
					endif;

				endif;
				?>
			</div><!-- .cm-posts -->

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_pagination();
			} ?>

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_infinite_scroll();
			} ?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
woocommerce.css000064400000073371151213253110007602 0ustar00/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/**
 * Products.
 */
.woocommerce .woocommerce-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.woocommerce .products {
	display: grid;
	grid-template-columns: repeat(var(--products-column, 1), 1fr);
	gap: 30px;
	margin: 0;
	padding: 0;
}

.woocommerce .products .product img {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 4px;
}

/* Product */
li.product {
	list-style: none;
	position: relative;
	overflow: hidden;
}

li.product .product__thumbnail,
li.product .woocommerce-loop-product__title,
li.product .star-rating,
li.product .price,
li.product .button,
li.product .add_to_cart_button,
li.product .added_to_cart,
li.product .product__content .ws-onsale-wrapper {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

li.product .add_to_cart_button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

li.product .add_to_cart_button.loading::after {
	font-family: WooCommerce;
	content: "\e031";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

li.product .added_to_cart {
	background-color: #207daf;
}

li.product .added_to_cart:hover {
	background-color: transparent;
	color: #207daf;
	border: 1px solid #207daf;
}

li.product a.added_to_cart {
	color: #fff;
}

li.product > a {
	display: block;
}

li.product img {
	margin: 0;
}

li.product .woocommerce-loop-category__title,
li.product .woocommerce-loop-product__title {
	font-size: 1.6rem;
	margin-bottom: 8px;
	font-weight: 600;
}

li.product .woocommerce-loop-category__title .count,
li.product .woocommerce-loop-product__title .count {
	background: none;
}

li.product .button,
li.product .add_to_cart_button,
li.product .added_to_cart {
	display: block;
	text-align: center;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.star-rating {
	margin-bottom: 4px;
}

.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 1.4rem;
	color: #3f3f46;
}

.price ins .amount {
	color: #71717a;
}

.price del span {
	font-weight: 600;
	color: #3f3f46;
}

.price .amount:nth-child(2) {
	font-weight: 600;
	color: #3f3f46;
}

.price ins,
.price > span {
	text-decoration: none;
	background-color: transparent;
}

.price del {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #000;
}

.price ins,
.price del,
.price > span {
	line-height: 1.8;
}

.product__thumbnail {
	margin-top: 0;
}

.product__thumbnail a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* Fix - Image stretch in iOS/Safari */
}

.product__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__content > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product__content .added_to_cart {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.product__content .button,
.product__content .add_to_cart_button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.onsale {
	position: absolute;
	top: 8px;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 14px;
	border-radius: 2px;
}

.product__content .onsale {
	position: unset;
	display: inline-block;
}

.cm-wc-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.cm-wc-filter p {
	margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.products.columns-4 {
		--products-column: 3;
		grid-gap: 30px;
	}
	.cm-wc-filter {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 48em) {
	.products.columns-3 {
		--products-column: 3;
	}
	.products.columns-4 {
		--products-column: 4;
	}
}

@media screen and (min-width: 62em) {
	.cm-wc-filter {
		margin-bottom: 60px;
	}
}

/**
 * Single product.
 */
.single-product .product {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.single-product .product__content {
	width: 100%;
}

.single-product .product .onsale {
	z-index: 99;
}

.single-product .product .woocommerce-product-details__short-description p {
	margin-bottom: 0;
}

.single-product .product .woocommerce-product-gallery {
	position: relative;
	float: left;
	max-width: 100%;
}

.single-product .product .woocommerce-product-gallery a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* Fix - Image stretch in iOS/Safari */
}

.single-product .product .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	z-index: 99;
}

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

.single-product .product .woocommerce-product-gallery .flex-viewport {
	border-radius: 2px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	padding: 0;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	line-height: unset;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img {
	height: 70px;
	width: 70px;
	border-radius: 4px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
	border: 2px solid #207daf;
}

.single-product .product .entry-summary {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);
	flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);
}

.single-product .product .entry-summary .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-product .product .entry-summary .woocommerce-review-link {
	font-size: 1.4rem;
	color: gray;
	margin-left: 16px;
}

.single-product .product .entry-summary .woocommerce-review-link:hover {
	color: #207daf;
}

.single-product .product .entry-summary .woocommerce-review-link .count {
	all: unset;
}

.single-product .product .entry-summary .onsale {
	position: unset;
	display: inline-block;
}

.single-product .product .entry-summary .price {
	font-size: 1.6rem;
}

.single-product .product .entry-summary .stock,
.single-product .product .entry-summary .available-on-backorder {
	font-style: italic;
}

.single-product .product .entry-summary .cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 24px;
	margin-top: 24px;
}

.single-product .product .entry-summary .variations__form table.variations {
	position: relative;
	margin-bottom: 40px;
}

.single-product .product .entry-summary .variations__form select {
	padding: 16px;
	width: 100%;
}

.single-product .product .entry-summary .variations__form .reset_variations {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
}

.single-product .product .entry-summary .variations__form .single_variation {
	margin-top: 16px;
	margin-bottom: 32px;
}

.single-product .product .entry-summary .variations_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product .product .entry-summary .qty {
	width: 100px;
	padding: 8px 24px;
}

.single-product .product .entry-summary .single_add_to_cart_button {
	width: 100px;
	padding: 8px 24px;
	border-radius: 4px;
}

.single-product .product.product-type-external .entry-summary .single_add_to_cart_button {
	margin-left: unset;
}

.single-product .product .wc-tabs-wrapper {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.single-product .product .product_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
	padding: 16px 0;
	border-top: 1px solid #d4d4d8;
	border-bottom: 1px solid #d4d4d8;
}

.single-product .product .product_meta > span {
	margin: 8px 0;
}

.single-product .product .variations label {
	margin-bottom: 0;
}

.single-product .product table td {
	border: 0;
}

.single-product .product .woocommerce-grouped-product-list-item {
	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	column-gap: 2px;
}

.single-product .product .product_title {
	margin-top: 30px;
}

.single-product .related,
.single-product .upsells {
	grid: unset;
	grid-gap: 0;
	margin: 40px 0;
	width: 100%;
}

.single-product .related .product,
.single-product .upsells .product {
	all: unset;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.single-product .shop_attributes {
	background: #fff;
	border-radius: 2px;
}

.single-product .shop_attributes p {
	margin: 0;
}

.single-product .comment-form {
	margin-top: 16px;
}

.single-product ol.commentlist {
	list-style: none;
	margin: 0;
}

.single-product ol.commentlist > li {
	padding: 16px 16px 0;
	border-bottom: 1px solid gray;
	border-radius: 2px;
	margin-bottom: 16px;
}

.single-product ol.commentlist .children {
	margin-left: 16px;
	border-bottom: 1px solid gray;
}

.single-product ol.commentlist .children:last-child {
	border-bottom: 0;
}

.single-product ol.commentlist .children li {
	border-top: 1px solid gray;
	padding-top: 16px;
}

.single-product ol.commentlist .comment_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-product ol.commentlist .avatar {
	width: 40px;
	height: 40px;
	margin-right: 16px;
	border-radius: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.single-product .comment-respond {
	margin-top: 32px;
}

.single-product .comment-respond .comment-reply-title {
	font-size: 2.4rem;
	font-weight: 500;
}

.single-product .comment-respond .comment-form {
	background: #fff;
	padding: 16px 0;
}

.single-product .comment-respond label {
	display: block;
	margin-bottom: 8px;
}

.single-product .comment-respond input[type="text"],
.single-product .comment-respond input[type="email"],
.single-product .comment-respond input[type="number"] {
	width: 100%;
}

.single-product .comment-respond input[type="checkbox"] {
	margin-right: 8px;
}

.single-product .comment-respond .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.quantity input {
	border: 1px solid #d4d4d8;
	border-radius: 4px;
}

.reset_variations {
	margin-left: 1em;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #207daf;
}

.stock.out-of-stock {
	color: #e2401c;
}

@media screen and (min-width: 48em) {
	.single-product .product {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
	}
	.single-product .product .woocommerce-product-gallery {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
		flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
	}
	.single-product .product .product_title {
		margin-top: 0;
	}
	.single-product .related,
	.single-product .upsells {
		margin: 60px 0;
	}
	.single-product .upsells + .related {
		margin-top: 0;
	}
	.comment-respond {
		width: 100%;
	}
}

/**
 * General WooCommerce components.
 */
/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #27272a;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #27272a;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #27272a;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #27272a;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #27272a;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
	padding: 0;
	border-bottom: 1px solid #d4d4d8;
	list-style: none;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding-bottom: 12px;
	display: block;
	color: #27272a;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8;
}

.woocommerce-tabs .panel {
	background: #fff;
	margin-top: 24px;
	color: #52525b;
}

.woocommerce-tabs .panel h2:first-of-type {
	font-size: 1.6rem;
}

.woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel table td {
	border: 1px solid #e4e4e7;
}

.select2-container.select2-container--default {
	z-index: 9999;
}

.select2-container.select2-container--default .select2-selection--single {
	color: #27272a;
	border-color: #d4d4d8;
	border-radius: 4px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
	float: none;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	background-color: #207daf;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #d4d4d8;
}

.select2-container.select2-container--default .select2-dropdown {
	border-color: #d4d4d8;
}

@media screen and (min-width: 48em) {
	.woocommerce-tabs ul.tabs {
		gap: 60px;
	}
}

/**
 * Cart.
 */
.woocommerce-cart .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
}

.woocommerce-cart :has(.return-to-shop) .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	gap: 22px;
}

.woocommerce-cart thead {
	background-color: #fff;
}

.woocommerce-cart th {
	padding: 16px 0;
	border: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce-cart td {
	border: 0;
	color: #3f3f46;
}

.woocommerce-cart td:before {
	font-weight: 500;
	color: #3f3f46;
}

.woocommerce-cart tr {
	display: block;
	position: relative;
	border-radius: 2px;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-cart tr:last-child {
	margin-bottom: 0;
}

.woocommerce-cart thead tr {
	border-bottom: 1px solid #EBEBEC;
}

.woocommerce-cart .cart_totals {
	margin-top: 30px;
	padding: 30px 24px;
	background-color: #f4f4f5;
	border: 1px solid #E4E4E7;
	border-radius: 4px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	width: 100%;
}

.woocommerce-cart .actions .button {
	width: 100%;
	border: 1px solid #207daf;
	background-color: #fff;
	color: #207daf;
}

.woocommerce-cart .actions .button:hover, .woocommerce-cart .actions .button:focus {
	background-color: #d4d4d8;
}

.woocommerce-cart .actions .button[aria-disabled="true"] {
	margin-top: 20px;
	width: calc(100% - 20px);
	background-color: #6aa8c9;
	border: 1px solid #6aa8c9;
	color: #fff;
	cursor: not-allowed;
}

.woocommerce-cart .coupon {
	float: left;
}

.woocommerce-cart .coupon .input-text {
	margin: 0;
}

.woocommerce-cart-form {
	border: 1px solid #d4d4d8;
}

.product-thumbnail {
	text-align: left;
	width: 100px;
}

.product-thumbnail:before {
	display: none;
}

.qty {
	width: 50px;
	padding: 4px 8px;
}

.product-subtotal {
	color: #207daf;
}

.coupon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 8px;
}

.coupon label {
	display: none;
}

.coupon .input-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	padding: 8px 16px;
}

.coupon .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 8px;
}

.woocommerce-cart-form {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cart-collaterals {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: calc(100% - 80px);
}

.cart-collaterals tr {
	margin-bottom: 0;
	border-bottom: 1px solid #6aa8c9;
}

.cart-collaterals tr:last-child {
	border-bottom: 0;
}

@media screen and (min-width: 48em) {
	.woocommerce-cart tr {
		display: revert;
	}
	.woocommerce-cart tbody tr {
		border-bottom: 1px solid #6aa8c9;
	}
	.woocommerce-cart tbody tr:last-child {
		border-bottom: 0;
	}
	.woocommerce-cart .coupon .input-text {
		border-radius: 2px;
		width: 222px;
		padding: 12px;
		margin-bottom: 0;
	}
	.woocommerce-cart .actions .button[aria-disabled="true"] {
		float: right;
		width: unset;
		margin-top: 0;
	}
	.woocommerce-cart .cart_totals {
		margin-top: 0;
	}
	.cart-collaterals {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

@media screen and (min-width: 62em) {
	.woocommerce-cart-form {
		-ms-flex-preferred-size: 66%;
		flex-basis: 66%;
	}
	.cart-collaterals {
		display: unset;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc(26% - 16px);
		flex: 1 1 calc(26% - 16px);
	}
}

/**
 * Shop tables.
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: center;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
		vertical-align: middle;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Checkout.
 */
.woocommerce-checkout::after {
	content: "";
	clear: both;
	display: table;
}

.woocommerce-checkout h3 {
	font-size: 2.4rem;
}

.woocommerce-checkout .checkout {
	margin-top: 30px;
}

.woocommerce-checkout .form-row {
	margin-bottom: 16px;
}

.woocommerce-checkout .form-row input:not([type="checkbox"]) {
	width: 100%;
	padding: 10px 18px;
	margin-bottom: 0;
	background-color: #fff;
	line-height: 1.5;
}

.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 4px;
	font-size: 1.4rem;
	color: #27272a;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.01em;
	text-transform: capitalize;
}

.woocommerce-checkout .woocommerce-form-login {
	padding: 24px;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #d4d4d8;
}

.woocommerce-checkout .woocommerce-form-login button {
	width: unset;
	margin-top: 8px;
}

.woocommerce-checkout .checkout_coupon {
	background-color: #f4f4f5;
	padding: 0 16px 16px 16px;
	margin-bottom: 20px;
}

.woocommerce-checkout .checkout_coupon .form-row {
	display: inline-block;
}

.woocommerce-checkout .checkout_coupon .form-row input:not([type="checkbox"]) {
	width: 100%;
	padding: 8px;
	margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	background-color: #f4f4f5;
	padding: 16px;
}

.woocommerce-checkout textarea {
	height: 100px;
	background-color: #fff;
}

.col2-set {
	background: #fff;
	margin-bottom: 32px;
}

.col2-set .col-2 {
	margin-top: 32px;
}

.col2-set .shipping_address {
	margin-bottom: 32px;
}

.woocommerce-checkout-review-order {
	padding: 30px 24px;
	background-color: #fafafa;
	border: 1px solid #e4e4e7;
	border-radius: 4px;
}

.woocommerce-checkout-review-order .form-row {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order ul {
	margin: 0;
	list-style: none;
}

.woocommerce-checkout-review-order table {
	background-color: #fafafa;
}

.woocommerce-checkout-review-order table thead,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table .cart-subtotal {
	display: block;
	padding-bottom: 24px;
	background-color: #fafafa;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table .order-total {
	padding-top: 24px;
}

.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table .order-total {
	font-weight: 600;
}

.woocommerce-checkout-review-order table .cart-subtotal,
.woocommerce-checkout-review-order table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.woocommerce-checkout-review-order table th {
	text-align: left;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
}

.woocommerce-checkout-review-order table td {
	display: block;
	padding: 0;
	border: none;
	line-height: 1.2;
}

.woocommerce-checkout-review-order table strong {
	font-weight: 600;
}

.woocommerce-checkout-review-order table tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.woocommerce-checkout-review-order ul.wc_payment_methods {
	padding: 0;
	list-style: none;
	margin: 0;
}

.woocommerce-checkout-review-order ul.wc_payment_methods li {
	padding: 18px 20px;
	border: 2px dashed #d4d4d8;
	border-radius: 4px;
}

.woocommerce-checkout-review-order .place-order {
	margin-top: 24px;
}

.woocommerce-checkout-review-order button {
	width: 100%;
	margin-top: 16px;
}

.ws-distraction-free-checkout .site-header .ws-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 48em) {
	.col2-set {
		float: left;
		width: calc(56% - 16px);
	}
	#order_review_heading {
		float: right;
		width: 42.5%;
		clear: right;
	}
	.woocommerce-checkout-review-order {
		float: right;
		width: 38%;
	}
}

/**
 * Account Page.
 */
.woocommerce-account.logged-in .woocommerce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.woocommerce-account .cm-entry-header {
	margin-bottom: 30px;
}

.woocommerce-account h2 {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.woocommerce-account .col2-set#customer_login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.woocommerce-account .col2-set#customer_login .col-1,
.woocommerce-account .col2-set#customer_login .col-2 {
	width: 100%;
}

.woocommerce-account .col2-set#customer_login .col-2 {
	margin-top: 0;
}

.woocommerce-account label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

.woocommerce-account .woocommerce-Addresses {
	background: #f4f4f5;
}

.woocommerce-account .woocommerce-form-row--last,
.woocommerce-account .woocommerce-form-row--first {
	margin-bottom: 0;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="url"],
.woocommerce-account input[type="tel"] {
	margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation {
	background: #f4f4f5;
	border-radius: 4px;
	overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	padding: 0 20px;
	font-weight: 500;
	color: #27272a;
	border-bottom: 1px solid #d4d4d8;
}

.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
	background: #d4d4d8;
	color: #207daf;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul .is-active a {
	color: #fff;
	background-color: #207daf;
}

.woocommerce-MyAccount-navigation ul .is-active a:hover, .woocommerce-MyAccount-navigation ul .is-active a:focus {
	background-color: #a1a1aa;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px;
	background-color: #f4f4f5;
	border-radius: 4px;
}

.woocommerce-MyAccount-content p {
	margin-bottom: 12px;
}

.woocommerce-MyAccount-content p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.woocommerce-account.logged-in .woocommerce {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.woocommerce-account .col2-set#customer_login {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.woocommerce-MyAccount-navigation {
		width: 35%;
	}
	.woocommerce-MyAccount-content {
		width: 65%;
	}
}

/**
 * Account Page.
 */
.woocommerce-form-login__rememberme {
	display: block;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
	margin-right: 8px;
}

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
	margin-bottom: 16px;
}

.woocommerce-form-login .woocommerce-button {
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 8px 54px;
}

.woocommerce-form-login .woocommerce-LostPassword a {
	font-size: 1.6rem;
}

.woocommerce-form-login p.form-row {
	margin-bottom: 0;
}

.woocommerce-lost-password .woocommerce label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

.woocommerce-lost-password button {
	background-color: transparent;
	color: #207daf;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
	width: 288px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-lost-password .woocommerce-ResetPassword p {
	margin-bottom: 16px;
}

.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"] {
	background-color: #fff;
	margin-bottom: 16px;
}

.woocommerce-form-register {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce-form-register input[type="email"] {
	margin-bottom: 16px;
}

.woocommerce-form-register button.woocommerce-Button {
	color: #207daf;
	background-color: transparent;
	margin-top: 16px;
}

.woocommerce-form-register button.woocommerce-Button:hover {
	background-color: #207daf;
	color: #fff;
}

.woocommerce-form-register,
.woocommerce-form-login {
	padding: 30px 24px;
	background-color: #f4f4f5;
	border-radius: 4px;
	border: 1px solid #e4e4e7;
}

.woocommerce-form-register label,
.woocommerce-form-login label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
	line-height: 1.8;
}

@media screen and (min-width: 48em) {
	.woocommerce-lost-password .woocommerce-ResetPassword {
		width: 570px;
	}
}
sidebar-two.php000064400000002266151213253110007475 0ustar00<?php
/**
 * The secondary sidebar containing the widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 3.0.8
 */

?>

<div id="cm-tertiary" class="cm-tertiary">
	<?php do_action( 'colormag_before_sidebar' );

	if ( ! is_active_sidebar( 'colormag_left_sidebar' ) ) :

		the_widget( 'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf( esc_html__( 'This is an example widget to show how the Secondary sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets are added then this will be replaced by those widgets', 'colormag' ), current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '', current_user_can( 'edit_theme_options' ) ? '</a>' : '' ),
				'filter' => true,
			),
			array(
				'before_widget' => '<section class="widget widget_text">',
				'after_widget'  => '</section>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '<span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_left_sidebar' );
	endif;

	do_action( 'colormag_after_sidebar' ); ?>
</div>
mintty.exe.stackdump000064400000002611151213253110010557 0ustar00Stack trace:
Frame        Function    Args
000FFFF1C0C  00210062B0E (002102B021B, 00210275E51, 0000000FDE9, 000FFFF0A30)
000FFFF1C0C  0021004846A (00000000000, 000FFFF1AA8, 0000011400C, 00000000000)
000FFFF1C0C  002100484A2 (00000000032, 000FFFF1CA0, 0000000FDE9, 00000000010)
000FFFF1C0C  00210168884 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFF1C0C  002100C052A (00800280630, 000FFFF1CA0, 000FFFF1C20, 00800000010)
000FFFF1C0C  002100C9A21 (000001D07DA, 00000000000, 00000000468, 000000007E2)
001004FFA20  002100CD198 (FFFFFFFF00000000, 00000000001, 00100456AC9, 00000000000)
001004FFA20  0021014B527 (000FFFFC06B, 00000000001, 00039950F3E, 00000727600)
001004FFA20  00210199A7B (000FFFFC06B, 00000000001, 00039950F3E, 00000727600)
001004FFA20  00100446B3F (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFC270  0010044DE12 (00000000000, 00000000001, 00000000000, 00000000000)
000FFFFC550  7FFF302EE858 (0010044DD00, 000001D07DA, 00000000100, 00000000008)
000FFFFC550  7FFF302EE299 (7FFF30314B50, 00100500EA4, 7FFF302E9980, 00800000001)
000FFFFC550  00100465EBE (002101C100A, 00000000000, 0000000000E, 000FFFFCD30)
000FFFFCD30  00210049B91 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0  00210047716 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0  002100477C4 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace
freemius/start.php000064400000050740151213253110010231 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Freemius SDK Version.
	 *
	 * @var string
	 */
	$this_sdk_version = '2.7.3';

	#region SDK Selection Logic --------------------------------------------------------------------

	/**
	 * Special logic added on 1.1.6 to make sure that every Freemius powered plugin
	 * will ALWAYS be loaded with the newest SDK from the active Freemius powered plugins.
	 *
	 * Since Freemius SDK is backward compatible, this will make sure that all Freemius powered
	 * plugins will run correctly.
	 *
	 * @since 1.1.6
	 */

	global $fs_active_plugins;

	if ( ! function_exists( 'fs_find_caller_plugin_file' ) ) {
		// Require SDK essentials.
		require_once dirname( __FILE__ ) . '/includes/fs-essential-functions.php';
	}

	/**
	 * This complex logic fixes symlink issues (e.g. with Vargant). The logic assumes
	 * that if it's a file from an SDK running in a theme, the location of the SDK
	 * is in the main theme's folder.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since  1.2.2.6
	 */
	$file_path    = fs_normalize_path( __FILE__ );
	$fs_root_path = dirname( $file_path );

    // @todo: Remove this code after a few months when WP 6.3 usage is low enough.
    global $wp_version;

    if (
        ! function_exists( 'wp_get_current_user' ) &&
        /**
         * `get_stylesheet()` will rely on `wp_get_current_user()` when it is being filtered by `theme-previews.php`. That happens only when the site editor is loaded or when the site editor is sending REST requests.
         * @see theme-previews.php:wp_get_theme_preview_path()
         *
         * @todo This behavior is already fixed in the core (WP 6.3.2+), and this code can be removed after a few months when WP 6.3 usage is low enough.
         * @since WP 6.3.0
         */
        version_compare( $wp_version, '6.3', '>=' ) &&
        version_compare( $wp_version, '6.3.1', '<=' ) &&
        (
            'site-editor.php' === basename( $_SERVER['SCRIPT_FILENAME'] ) ||
            (
                function_exists( 'wp_is_json_request' ) &&
                wp_is_json_request() &&
                ! empty( $_GET['wp_theme_preview'] )
            )
        )
    ) {
        // Requiring this file since the call to get_stylesheet() below can trigger a call to wp_get_current_user() when previewing a theme.
        require_once ABSPATH . 'wp-includes/pluggable.php';
    }

    /**
     * Get the themes directory where the active theme is located (not passing the stylesheet will make WordPress
     * assume that the themes directory is inside `wp-content`.
     *
     * @author Leo Fajardo (@leorw)
     * @since 2.2.3
     */
	$themes_directory         = get_theme_root( get_stylesheet() );
	$themes_directory_name    = basename( $themes_directory );
	$theme_candidate_basename = basename( dirname( $fs_root_path ) ) . '/' . basename( $fs_root_path );

	if ( $file_path == fs_normalize_path( realpath( trailingslashit( $themes_directory ) . $theme_candidate_basename . '/' . basename( $file_path ) ) )
	) {
		$this_sdk_relative_path = '../' . $themes_directory_name . '/' . $theme_candidate_basename;
		$is_theme               = true;
	} else {
		$this_sdk_relative_path = plugin_basename( $fs_root_path );
		$is_theme               = false;
	}

	if ( ! isset( $fs_active_plugins ) ) {
		// Load all Freemius powered active plugins.
		$fs_active_plugins = get_option( 'fs_active_plugins' );

        if ( ! is_object( $fs_active_plugins ) ) {
            $fs_active_plugins = new stdClass();
        }

		if ( ! isset( $fs_active_plugins->plugins ) ) {
			$fs_active_plugins->plugins = array();
		}
	}

	if ( empty( $fs_active_plugins->abspath ) ) {
		/**
		 * Store the WP install absolute path reference to identify environment change
		 * while replicating the storage.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.7
		 */
		$fs_active_plugins->abspath = ABSPATH;
	} else {
		if ( ABSPATH !== $fs_active_plugins->abspath ) {
			/**
			 * WordPress path has changed, cleanup the SDK references cache.
			 * This resolves issues triggered when spinning a staging environments
			 * while replicating the database.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since  1.2.1.7
			 */
			$fs_active_plugins->abspath = ABSPATH;
			$fs_active_plugins->plugins = array();
			unset( $fs_active_plugins->newest );
		} else {
			/**
			 * Make sure SDK references are still valid. This resolves
			 * issues when users hard delete modules via FTP.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since  1.2.1.7
			 */
			$has_changes = false;
			foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) {
                if ( ! file_exists( ( isset( $data->type ) && 'theme' === $data->type ? $themes_directory : WP_PLUGIN_DIR ) . '/' . $sdk_path ) ) {
					unset( $fs_active_plugins->plugins[ $sdk_path ] );

                    if (
                        ! empty( $fs_active_plugins->newest ) &&
                        $sdk_path === $fs_active_plugins->newest->sdk_path
                    ) {
                        unset( $fs_active_plugins->newest );
                    }

					$has_changes = true;
				}
			}

			if ( $has_changes ) {
				if ( empty( $fs_active_plugins->plugins ) ) {
					unset( $fs_active_plugins->newest );
				}

				update_option( 'fs_active_plugins', $fs_active_plugins );
			}
		}
	}

	if ( ! function_exists( 'fs_find_direct_caller_plugin_file' ) ) {
		require_once dirname( __FILE__ ) . '/includes/supplements/fs-essential-functions-1.1.7.1.php';
	}

	if ( ! function_exists( 'fs_get_plugins' ) ) {
		require_once dirname( __FILE__ ) . '/includes/supplements/fs-essential-functions-2.2.1.php';
	}

	// Update current SDK info based on the SDK path.
	if ( ! isset( $fs_active_plugins->plugins[ $this_sdk_relative_path ] ) ||
	     $this_sdk_version != $fs_active_plugins->plugins[ $this_sdk_relative_path ]->version
	) {
		if ( $is_theme ) {
			$plugin_path = basename( dirname( $this_sdk_relative_path ) );
		} else {
			$plugin_path = plugin_basename( fs_find_direct_caller_plugin_file( $file_path ) );
		}

		$fs_active_plugins->plugins[ $this_sdk_relative_path ] = (object) array(
			'version'     => $this_sdk_version,
			'type'        => ( $is_theme ? 'theme' : 'plugin' ),
			'timestamp'   => time(),
			'plugin_path' => $plugin_path,
		);
	}

	$is_current_sdk_newest = isset( $fs_active_plugins->newest ) && ( $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path );

	if ( ! isset( $fs_active_plugins->newest ) ) {
		/**
		 * This will be executed only once, for the first time a Freemius powered plugin is activated.
		 */
		fs_update_sdk_newest_version( $this_sdk_relative_path, $fs_active_plugins->plugins[ $this_sdk_relative_path ]->plugin_path );

		$is_current_sdk_newest = true;
	} else if ( version_compare( $fs_active_plugins->newest->version, $this_sdk_version, '<' ) ) {
		/**
		 * Current SDK is newer than the newest stored SDK.
		 */
		fs_update_sdk_newest_version( $this_sdk_relative_path, $fs_active_plugins->plugins[ $this_sdk_relative_path ]->plugin_path );

		if ( class_exists( 'Freemius' ) ) {
			// Older SDK version was already loaded.

			if ( ! $fs_active_plugins->newest->in_activation ) {
				// Re-order plugins to load this plugin first.
				fs_newest_sdk_plugin_first();
			}

			// Refresh page.
			fs_redirect( $_SERVER['REQUEST_URI'] );
		}
	} else {
		if ( ! function_exists( 'get_plugins' ) ) {
			require_once ABSPATH . 'wp-admin/includes/plugin.php';
		}

		$fs_newest_sdk = $fs_active_plugins->newest;
		$fs_newest_sdk = $fs_active_plugins->plugins[ $fs_newest_sdk->sdk_path ];

		$is_newest_sdk_type_theme = ( isset( $fs_newest_sdk->type ) && 'theme' === $fs_newest_sdk->type );

		if ( ! $is_newest_sdk_type_theme ) {
			$is_newest_sdk_plugin_active = is_plugin_active( $fs_newest_sdk->plugin_path );
		} else {
			$current_theme               = wp_get_theme();
			$is_newest_sdk_plugin_active = ( $current_theme->stylesheet === $fs_newest_sdk->plugin_path );

            $current_theme_parent = $current_theme->parent();

            /**
             * If the current theme is a child of the theme that has the newest SDK, this prevents a redirects loop
             * from happening by keeping the SDK info stored in the `fs_active_plugins` option.
             */
            if ( ! $is_newest_sdk_plugin_active && $current_theme_parent instanceof WP_Theme ) {
                $is_newest_sdk_plugin_active = ( $fs_newest_sdk->plugin_path === $current_theme_parent->stylesheet );
            }
		}

		if ( $is_current_sdk_newest &&
		     ! $is_newest_sdk_plugin_active &&
		     ! $fs_active_plugins->newest->in_activation
		) {
			// If current SDK is the newest and the plugin is NOT active, it means
			// that the current plugin in activation mode.
			$fs_active_plugins->newest->in_activation = true;
			update_option( 'fs_active_plugins', $fs_active_plugins );
		}

		if ( ! $is_theme ) {
			$sdk_starter_path = fs_normalize_path( WP_PLUGIN_DIR . '/' . $this_sdk_relative_path . '/start.php' );
		} else {
			$sdk_starter_path = fs_normalize_path(
                $themes_directory
				. '/'
				. str_replace( "../{$themes_directory_name}/", '', $this_sdk_relative_path )
				. '/start.php' );
		}

		$is_newest_sdk_path_valid = ( $is_newest_sdk_plugin_active || $fs_active_plugins->newest->in_activation ) && file_exists( $sdk_starter_path );

		if ( ! $is_newest_sdk_path_valid && ! $is_current_sdk_newest ) {
			// Plugin with newest SDK is no longer active, or SDK was moved to a different location.
			unset( $fs_active_plugins->plugins[ $fs_active_plugins->newest->sdk_path ] );
		}

		if ( ! ( $is_newest_sdk_plugin_active || $fs_active_plugins->newest->in_activation ) ||
		     ! $is_newest_sdk_path_valid ||
		     // Is newest SDK downgraded.
		     ( $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path &&
		       version_compare( $fs_active_plugins->newest->version, $this_sdk_version, '>' ) )
		) {
			/**
			 * Plugin with newest SDK is no longer active.
			 *    OR
			 * The newest SDK was in the current plugin. BUT, seems like the version of
			 * the SDK was downgraded to a lower SDK.
			 */
			// Find the active plugin with the newest SDK version and update the newest reference.
			fs_fallback_to_newest_active_sdk();
		} else {
			if ( $is_newest_sdk_plugin_active &&
			     $this_sdk_relative_path == $fs_active_plugins->newest->sdk_path &&
			     ( $fs_active_plugins->newest->in_activation ||
			       ( class_exists( 'Freemius' ) && ( ! defined( 'WP_FS__SDK_VERSION' ) || version_compare( WP_FS__SDK_VERSION, $this_sdk_version, '<' ) ) )
			     )

			) {
				if ( $fs_active_plugins->newest->in_activation && ! $is_newest_sdk_type_theme ) {
					// Plugin no more in activation.
					$fs_active_plugins->newest->in_activation = false;
					update_option( 'fs_active_plugins', $fs_active_plugins );
				}

				// Reorder plugins to load plugin with newest SDK first.
				if ( fs_newest_sdk_plugin_first() ) {
					// Refresh page after re-order to make sure activated plugin loads newest SDK.
					if ( class_exists( 'Freemius' ) ) {
						fs_redirect( $_SERVER['REQUEST_URI'] );
					}
				}
			}
		}
	}

	if ( class_exists( 'Freemius' ) ) {
		// SDK was already loaded.
		return;
	}

	if ( version_compare( $this_sdk_version, $fs_active_plugins->newest->version, '<' ) ) {
		$newest_sdk = $fs_active_plugins->plugins[ $fs_active_plugins->newest->sdk_path ];

		$plugins_or_theme_dir_path = ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) ?
			WP_PLUGIN_DIR :
            $themes_directory;

		$newest_sdk_starter = fs_normalize_path(
			$plugins_or_theme_dir_path
			. '/'
			. str_replace( "../{$themes_directory_name}/", '', $fs_active_plugins->newest->sdk_path )
			. '/start.php' );

		if ( file_exists( $newest_sdk_starter ) ) {
			// Reorder plugins to load plugin with newest SDK first.
			fs_newest_sdk_plugin_first();

			// There's a newer SDK version, load it instead of the current one!
			require_once $newest_sdk_starter;

			return;
		}
	}

	#endregion SDK Selection Logic --------------------------------------------------------------------

	#region Hooks & Filters Collection --------------------------------------------------------------------

	/**
	 * Freemius hooks (actions & filters) tags structure:
	 *
	 *      fs_{filter/action_name}_{plugin_slug}
	 *
	 * --------------------------------------------------------
	 *
	 * Usage with WordPress' add_action() / add_filter():
	 *
	 *      add_action('fs_{filter/action_name}_{plugin_slug}', $callable);
	 *
	 * --------------------------------------------------------
	 *
	 * Usage with Freemius' instance add_action() / add_filter():
	 *
	 *      // No need to add 'fs_' prefix nor '_{plugin_slug}' suffix.
	 *      my_freemius()->add_action('{action_name}', $callable);
	 *
	 * --------------------------------------------------------
	 *
	 * Freemius filters collection:
	 *
	 *      fs_connect_url_{plugin_slug}
	 *      fs_trial_promotion_message_{plugin_slug}
	 *      fs_is_long_term_user_{plugin_slug}
	 *      fs_uninstall_reasons_{plugin_slug}
	 *      fs_is_plugin_update_{plugin_slug}
	 *      fs_api_domains_{plugin_slug}
	 *      fs_email_template_sections_{plugin_slug}
	 *      fs_support_forum_submenu_{plugin_slug}
	 *      fs_support_forum_url_{plugin_slug}
	 *      fs_connect_message_{plugin_slug}
	 *      fs_connect_message_on_update_{plugin_slug}
	 *      fs_uninstall_confirmation_message_{plugin_slug}
	 *      fs_pending_activation_message_{plugin_slug}
	 *      fs_is_submenu_visible_{plugin_slug}
	 *      fs_plugin_icon_{plugin_slug}
	 *      fs_show_trial_{plugin_slug}
	 *
	 * --------------------------------------------------------
	 *
	 * Freemius actions collection:
	 *
	 *      fs_after_license_loaded_{plugin_slug}
	 *      fs_after_license_change_{plugin_slug}
	 *      fs_after_plans_sync_{plugin_slug}
	 *
	 *      fs_after_account_details_{plugin_slug}
	 *      fs_after_account_user_sync_{plugin_slug}
	 *      fs_after_account_plan_sync_{plugin_slug}
	 *      fs_before_account_load_{plugin_slug}
	 *      fs_after_account_connection_{plugin_slug}
	 *      fs_account_property_edit_{plugin_slug}
	 *      fs_account_email_verified_{plugin_slug}
	 *      fs_account_page_load_before_departure_{plugin_slug}
	 *      fs_before_account_delete_{plugin_slug}
	 *      fs_after_account_delete_{plugin_slug}
	 *
	 *      fs_sdk_version_update_{plugin_slug}
	 *      fs_plugin_version_update_{plugin_slug}
	 *
	 *      fs_initiated_{plugin_slug}
	 *      fs_after_init_plugin_registered_{plugin_slug}
	 *      fs_after_init_plugin_anonymous_{plugin_slug}
	 *      fs_after_init_plugin_pending_activations_{plugin_slug}
	 *      fs_after_init_addon_registered_{plugin_slug}
	 *      fs_after_init_addon_anonymous_{plugin_slug}
	 *      fs_after_init_addon_pending_activations_{plugin_slug}
	 *
	 *      fs_after_premium_version_activation_{plugin_slug}
	 *      fs_after_free_version_reactivation_{plugin_slug}
	 *
	 *      fs_after_uninstall_{plugin_slug}
	 *      fs_before_admin_menu_init_{plugin_slug}
	 */

	#endregion Hooks & Filters Collection --------------------------------------------------------------------

	if ( ! class_exists( 'Freemius' ) ) {

		if ( ! defined( 'WP_FS__SDK_VERSION' ) ) {
			define( 'WP_FS__SDK_VERSION', $this_sdk_version );
		}

		$plugins_or_theme_dir_path = fs_normalize_path( trailingslashit( $is_theme ?
            $themes_directory :
			WP_PLUGIN_DIR ) );

		if ( 0 === strpos( $file_path, $plugins_or_theme_dir_path ) ) {
			// No symlinks
		} else {
			/**
			 * This logic finds the SDK symlink and set WP_FS__DIR to use it.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since  1.2.2.5
			 */
			$sdk_symlink = null;

			// Try to load SDK's symlink from cache.
			if ( isset( $fs_active_plugins->plugins[ $this_sdk_relative_path ] ) &&
			     is_object( $fs_active_plugins->plugins[ $this_sdk_relative_path ] ) &&
			     ! empty( $fs_active_plugins->plugins[ $this_sdk_relative_path ]->sdk_symlink )
			) {
                $sdk_symlink = $fs_active_plugins->plugins[ $this_sdk_relative_path ]->sdk_symlink;
                if ( 0 === strpos( $sdk_symlink, $plugins_or_theme_dir_path ) ) {
                    /**
                     * Make the symlink path relative.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    $sdk_symlink = substr( $sdk_symlink, strlen( $plugins_or_theme_dir_path ) );

                    $fs_active_plugins->plugins[ $this_sdk_relative_path ]->sdk_symlink = $sdk_symlink;
                    update_option( 'fs_active_plugins', $fs_active_plugins );
                }

                $realpath = realpath( $plugins_or_theme_dir_path . $sdk_symlink );
                if ( ! is_string( $realpath ) || ! file_exists( $realpath ) ) {
                    $sdk_symlink = null;
                }
            }

			if ( empty( $sdk_symlink ) ) // Has symlinks, therefore, we need to configure WP_FS__DIR based on the symlink.
			{
				$partial_path_right = basename( $file_path );
				$partial_path_left  = dirname( $file_path );
				$realpath           = realpath( $plugins_or_theme_dir_path . $partial_path_right );

				while ( '/' !== $partial_path_left &&
				        ( false === $realpath || $file_path !== fs_normalize_path( $realpath ) )
				) {
                    $partial_path_right     = trailingslashit( basename( $partial_path_left ) ) . $partial_path_right;
                    $partial_path_left_prev = $partial_path_left;
                    $partial_path_left      = dirname( $partial_path_left_prev );

                    /**
                     * Avoid infinite loop if for example `$partial_path_left_prev` is `C:/`, in this case,
                     * `dirname( 'C:/' )` will return `C:/`.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    if ( $partial_path_left === $partial_path_left_prev ) {
                        $partial_path_left = '';
                        break;
                    }

                    $realpath = realpath( $plugins_or_theme_dir_path . $partial_path_right );
				}

                if ( ! empty( $partial_path_left ) && '/' !== $partial_path_left ) {
                    $sdk_symlink = fs_normalize_path( dirname( $partial_path_right ) );

					// Cache value.
					if ( isset( $fs_active_plugins->plugins[ $this_sdk_relative_path ] ) &&
					     is_object( $fs_active_plugins->plugins[ $this_sdk_relative_path ] )
					) {
						$fs_active_plugins->plugins[ $this_sdk_relative_path ]->sdk_symlink = $sdk_symlink;
						update_option( 'fs_active_plugins', $fs_active_plugins );
					}
				}
			}

			if ( ! empty( $sdk_symlink ) ) {
				// Set SDK dir to the symlink path.
				define( 'WP_FS__DIR', $plugins_or_theme_dir_path . $sdk_symlink );
			}
		}

		// Load SDK files.
		require_once dirname( __FILE__ ) . '/require.php';

		/**
		 * Quick shortcut to get Freemius for specified plugin.
		 * Used by various templates.
		 *
		 * @param number $module_id
		 *
		 * @return Freemius
		 */
		function freemius( $module_id ) {
			return Freemius::instance( $module_id );
		}

		/**
		 * @param string $slug
		 * @param number $plugin_id
		 * @param string $public_key
		 * @param bool   $is_live    Is live or test plugin.
		 * @param bool   $is_premium Hints freemius if running the premium plugin or not.
		 *
		 * @return Freemius
		 *
		 * @deprecated Please use fs_dynamic_init().
		 */
		function fs_init( $slug, $plugin_id, $public_key, $is_live = true, $is_premium = true ) {
			$fs = Freemius::instance( $plugin_id, $slug, true );
			$fs->init( $plugin_id, $public_key, $is_live, $is_premium );

			return $fs;
		}

		/**
		 * @param array <string,string|bool|array> $module Plugin or Theme details.
		 *
		 * @return Freemius
		 * @throws Freemius_Exception
		 */
		function fs_dynamic_init( $module ) {
			$fs = Freemius::instance( $module['id'], $module['slug'], true );
			$fs->dynamic_init( $module );

			return $fs;
		}

		function fs_dump_log() {
			FS_Logger::dump();
		}
	}
freemius/patches/wp-pot+1.10.2.patch000064400000003075151213253110012773 0ustar00diff --git a/node_modules/wp-pot/src/parsers/php-parser.js b/node_modules/wp-pot/src/parsers/php-parser.js
index c8f411d..319a5da 100644
--- a/node_modules/wp-pot/src/parsers/php-parser.js
+++ b/node_modules/wp-pot/src/parsers/php-parser.js
@@ -220,6 +220,32 @@ class PHPParser {
     return comment;
   }
 
+  /**
+   * Get method name from property lookup, going as deep as necessary.
+   * Example: $this->plugin->text_domain->translate
+   *
+   * @param {object} what
+   * @return {string}
+   * @private
+   */
+  _getMethodNameFromPropertyLookup(what) {
+    let methodName = [];
+
+    while(what) {
+      if (what.kind === 'propertylookup') {
+        methodName.push(what.offset.name);
+        what = what.what;
+      } else if (what.kind === 'variable') {
+        methodName.push(what.name);
+        what = null;
+      } else {
+        what = null;
+      }
+    }
+
+    return `\$${methodName.reverse().join('->')}`;
+  }
+
   /**
    * Check if ast is a valid function call
    *
@@ -231,8 +257,8 @@ class PHPParser {
     if (ast.kind === 'call') {
       let methodName = ast.what.name;
 
-      if (ast.what.kind === 'propertylookup' && ast.what.what.kind === 'variable') {
-        methodName = ['$', ast.what.what.name, '->', ast.what.offset.name].join('');
+      if (ast.what.kind === 'propertylookup') {
+        methodName = this._getMethodNameFromPropertyLookup(ast.what);
       } else if (ast.what.kind === 'name' && ast.what.resolution === 'fqn') {
         methodName = ast.what.name.replace(/^\\/, '');
       }
freemius/config.php000064400000035354151213253110010345 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.4
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    if ( ! defined( 'WP_FS__SLUG' ) ) {
        define( 'WP_FS__SLUG', 'freemius' );
    }
    if ( ! defined( 'WP_FS__DEV_MODE' ) ) {
        define( 'WP_FS__DEV_MODE', false );
    }

    #--------------------------------------------------------------------------------
    #region API Connectivity Issues Simulation
    #--------------------------------------------------------------------------------

    if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY' ) ) {
        define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY', false );
    }
    if ( ! defined( 'WP_FS__SIMULATE_NO_CURL' ) ) {
        define( 'WP_FS__SIMULATE_NO_CURL', false );
    }
    if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
        define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
    }
    if ( ! defined( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
        define( 'WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
    }
    if ( WP_FS__SIMULATE_NO_CURL ) {
        define( 'FS_SDK__SIMULATE_NO_CURL', true );
    }
    if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
        define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', true );
    }
    if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
        define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', true );
    }

    #endregion

    if ( ! defined( 'WP_FS__SIMULATE_FREEMIUS_OFF' ) ) {
        define( 'WP_FS__SIMULATE_FREEMIUS_OFF', false );
    }

    if ( ! defined( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES' ) ) {
        /**
         * @since  1.1.7.3
         * @author Vova Feldman (@svovaf)
         *
         * I'm not sure if shared servers periodically change IP, or the subdomain of the
         * admin dashboard. Also, I've seen sites that have strange loop of switching
         * between domains on a daily basis. Therefore, to eliminate the risk of
         * multiple unwanted connectivity test pings, temporary ignore domain or
         * server IP changes.
         */
        define( 'WP_FS__PING_API_ON_IP_OR_HOST_CHANGES', false );
    }

    /**
     * If your dev environment supports custom public network IP setup
     * like VVV, please update WP_FS__LOCALHOST_IP with your public IP
     * and uncomment it during dev.
     */
    if ( ! defined( 'WP_FS__LOCALHOST_IP' ) ) {
        // VVV default public network IP.
        define( 'WP_FS__VVV_DEFAULT_PUBLIC_IP', '192.168.50.4' );

//		define( 'WP_FS__LOCALHOST_IP', WP_FS__VVV_DEFAULT_PUBLIC_IP );
    }

    /**
     * If true and running with secret key, the opt-in process
     * will skip the email activation process which is invoked
     * when the email of the context user already exist in Freemius
     * database (as a security precaution, to prevent sharing user
     * secret with unauthorized entity).
     *
     * IMPORTANT:
     *      AS A SECURITY PRECAUTION, WE VALIDATE THE TIMESTAMP OF THE OPT-IN REQUEST.
     *      THEREFORE, MAKE SURE THAT WHEN USING THIS PARAMETER,YOUR TESTING ENVIRONMENT'S
     *      CLOCK IS SYNCED.
     */
    if ( ! defined( 'WP_FS__SKIP_EMAIL_ACTIVATION' ) ) {
        define( 'WP_FS__SKIP_EMAIL_ACTIVATION', false );
    }


    #--------------------------------------------------------------------------------
    #region Directories
    #--------------------------------------------------------------------------------

    if ( ! defined( 'WP_FS__DIR' ) ) {
        define( 'WP_FS__DIR', dirname( __FILE__ ) );
    }
    if ( ! defined( 'WP_FS__DIR_INCLUDES' ) ) {
        define( 'WP_FS__DIR_INCLUDES', WP_FS__DIR . '/includes' );
    }
    if ( ! defined( 'WP_FS__DIR_TEMPLATES' ) ) {
        define( 'WP_FS__DIR_TEMPLATES', WP_FS__DIR . '/templates' );
    }
    if ( ! defined( 'WP_FS__DIR_ASSETS' ) ) {
        define( 'WP_FS__DIR_ASSETS', WP_FS__DIR . '/assets' );
    }
    if ( ! defined( 'WP_FS__DIR_CSS' ) ) {
        define( 'WP_FS__DIR_CSS', WP_FS__DIR_ASSETS . '/css' );
    }
    if ( ! defined( 'WP_FS__DIR_JS' ) ) {
        define( 'WP_FS__DIR_JS', WP_FS__DIR_ASSETS . '/js' );
    }
    if ( ! defined( 'WP_FS__DIR_IMG' ) ) {
        define( 'WP_FS__DIR_IMG', WP_FS__DIR_ASSETS . '/img' );
    }
    if ( ! defined( 'WP_FS__DIR_SDK' ) ) {
        define( 'WP_FS__DIR_SDK', WP_FS__DIR_INCLUDES . '/sdk' );
    }

    #endregion

    /**
     * Domain / URL / Address
     */
    define( 'WP_FS__ROOT_DOMAIN_PRODUCTION', 'freemius.com' );
    define( 'WP_FS__DOMAIN_PRODUCTION', 'wp.freemius.com' );
    define( 'WP_FS__ADDRESS_PRODUCTION', 'https://' . WP_FS__DOMAIN_PRODUCTION );

    if ( ! defined( 'WP_FS__DOMAIN_LOCALHOST' ) ) {
        define( 'WP_FS__DOMAIN_LOCALHOST', 'wp.freemius' );
    }
    if ( ! defined( 'WP_FS__ADDRESS_LOCALHOST' ) ) {
        define( 'WP_FS__ADDRESS_LOCALHOST', 'http://' . WP_FS__DOMAIN_LOCALHOST . ':8080' );
    }

    if ( ! defined( 'WP_FS__TESTING_DOMAIN' ) ) {
        define( 'WP_FS__TESTING_DOMAIN', 'fswp' );
    }

    #--------------------------------------------------------------------------------
    #region HTTP
    #--------------------------------------------------------------------------------

    if ( ! defined( 'WP_FS__IS_HTTP_REQUEST' ) ) {
        define( 'WP_FS__IS_HTTP_REQUEST', isset( $_SERVER['HTTP_HOST'] ) && isset( $_SERVER['REQUEST_METHOD'] ) );
    }

    if ( ! defined( 'WP_FS__IS_HTTPS' ) ) {
        define( 'WP_FS__IS_HTTPS', ( WP_FS__IS_HTTP_REQUEST &&
                                     // Checks if CloudFlare's HTTPS (Flexible SSL support).
                                     isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) &&
                                     'https' === strtolower( $_SERVER['HTTP_X_FORWARDED_PROTO'] )
                                   ) ||
                                   // Check if HTTPS request.
                                   ( isset( $_SERVER['HTTPS'] ) && 'on' == $_SERVER['HTTPS'] ) ||
                                   ( isset( $_SERVER['SERVER_PORT'] ) && 443 == $_SERVER['SERVER_PORT'] )
        );
    }

    if ( ! defined( 'WP_FS__IS_POST_REQUEST' ) ) {
        define( 'WP_FS__IS_POST_REQUEST', ( WP_FS__IS_HTTP_REQUEST &&
                                            strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) );
    }

    if ( ! defined( 'WP_FS__REMOTE_ADDR' ) ) {
        define( 'WP_FS__REMOTE_ADDR', fs_get_ip() );
    }

    if ( ! defined( 'WP_FS__IS_LOCALHOST' ) ) {
        if ( defined( 'WP_FS__LOCALHOST_IP' ) ) {
            define( 'WP_FS__IS_LOCALHOST', ( WP_FS__LOCALHOST_IP === WP_FS__REMOTE_ADDR ) );
        } else {
            define( 'WP_FS__IS_LOCALHOST', WP_FS__IS_HTTP_REQUEST &&
                                           is_string( WP_FS__REMOTE_ADDR ) &&
                                           ( substr( WP_FS__REMOTE_ADDR, 0, 4 ) === '127.' ||
                                             WP_FS__REMOTE_ADDR === '::1' )
            );
        }
    }

    if ( ! defined( 'WP_FS__IS_LOCALHOST_FOR_SERVER' ) ) {
        define( 'WP_FS__IS_LOCALHOST_FOR_SERVER', ( ! WP_FS__IS_HTTP_REQUEST ||
                                                    false !== strpos( $_SERVER['HTTP_HOST'], 'localhost' ) ) );
    }

    #endregion

    if ( ! defined( 'WP_FS__IS_PRODUCTION_MODE' ) ) {
        // By default, run with Freemius production servers.
        define( 'WP_FS__IS_PRODUCTION_MODE', true );
    }

    if ( ! defined( 'WP_FS__ADDRESS' ) ) {
        define( 'WP_FS__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? WP_FS__ADDRESS_PRODUCTION : WP_FS__ADDRESS_LOCALHOST ) );
    }


    #--------------------------------------------------------------------------------
    #region API
    #--------------------------------------------------------------------------------

    if ( ! defined( 'WP_FS__API_ADDRESS_LOCALHOST' ) ) {
        define( 'WP_FS__API_ADDRESS_LOCALHOST', 'http://api.freemius-local.com:8080' );
    }
    if ( ! defined( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST' ) ) {
        define( 'WP_FS__API_SANDBOX_ADDRESS_LOCALHOST', 'http://sandbox-api.freemius:8080' );
    }

    // Set API address for local testing.
    if ( ! WP_FS__IS_PRODUCTION_MODE ) {
        if ( ! defined( 'FS_API__ADDRESS' ) ) {
            define( 'FS_API__ADDRESS', WP_FS__API_ADDRESS_LOCALHOST );
        }
        if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
            define( 'FS_API__SANDBOX_ADDRESS', WP_FS__API_SANDBOX_ADDRESS_LOCALHOST );
        }
    }

    #endregion

    #--------------------------------------------------------------------------------
    #region Checkout
    #--------------------------------------------------------------------------------

    if ( ! defined( 'FS_CHECKOUT__ADDRESS_PRODUCTION' ) ) {
        define( 'FS_CHECKOUT__ADDRESS_PRODUCTION', 'https://checkout.freemius.com' );
    }

    if ( ! defined( 'FS_CHECKOUT__ADDRESS_LOCALHOST' ) ) {
        define( 'FS_CHECKOUT__ADDRESS_LOCALHOST', 'http://checkout.freemius-local.com:8080' );
    }

    if ( ! defined( 'FS_CHECKOUT__ADDRESS' ) ) {
        define( 'FS_CHECKOUT__ADDRESS', ( WP_FS__IS_PRODUCTION_MODE ? FS_CHECKOUT__ADDRESS_PRODUCTION : FS_CHECKOUT__ADDRESS_LOCALHOST ) );
    }

    #endregion

    define( 'WP_FS___OPTION_PREFIX', 'fs' . ( WP_FS__IS_PRODUCTION_MODE ? '' : '_dbg' ) . '_' );

    if ( ! defined( 'WP_FS__ACCOUNTS_OPTION_NAME' ) ) {
        define( 'WP_FS__ACCOUNTS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'accounts' );
    }
    if ( ! defined( 'WP_FS__API_CACHE_OPTION_NAME' ) ) {
        define( 'WP_FS__API_CACHE_OPTION_NAME', WP_FS___OPTION_PREFIX . 'api_cache' );
    }
    if ( ! defined( 'WP_FS__GDPR_OPTION_NAME' ) ) {
        define( 'WP_FS__GDPR_OPTION_NAME', WP_FS___OPTION_PREFIX . 'gdpr' );
    }
    define( 'WP_FS__OPTIONS_OPTION_NAME', WP_FS___OPTION_PREFIX . 'options' );

    /**
     * Module types
     *
     * @since 1.2.2
     */
    define( 'WP_FS__MODULE_TYPE_PLUGIN', 'plugin' );
    define( 'WP_FS__MODULE_TYPE_THEME', 'theme' );

    /**
     * Billing Frequencies
     */
    define( 'WP_FS__PERIOD_ANNUALLY', 'annual' );
    define( 'WP_FS__PERIOD_MONTHLY', 'monthly' );
    define( 'WP_FS__PERIOD_LIFETIME', 'lifetime' );

    /**
     * Plans
     */
    define( 'WP_FS__PLAN_DEFAULT_PAID', false );
    define( 'WP_FS__PLAN_FREE', 'free' );
    define( 'WP_FS__PLAN_TRIAL', 'trial' );

    /**
     * Times in seconds
     */
    if ( ! defined( 'WP_FS__TIME_5_MIN_IN_SEC' ) ) {
        define( 'WP_FS__TIME_5_MIN_IN_SEC', 300 );
    }
    if ( ! defined( 'WP_FS__TIME_10_MIN_IN_SEC' ) ) {
        define( 'WP_FS__TIME_10_MIN_IN_SEC', 600 );
    }
//	define( 'WP_FS__TIME_15_MIN_IN_SEC', 900 );
    if ( ! defined( 'WP_FS__TIME_12_HOURS_IN_SEC' ) ) {
        define( 'WP_FS__TIME_12_HOURS_IN_SEC', 43200 );
    }
    if ( ! defined( 'WP_FS__TIME_24_HOURS_IN_SEC' ) ) {
        define( 'WP_FS__TIME_24_HOURS_IN_SEC', WP_FS__TIME_12_HOURS_IN_SEC * 2 );
    }
    if ( ! defined( 'WP_FS__TIME_WEEK_IN_SEC' ) ) {
        define( 'WP_FS__TIME_WEEK_IN_SEC', 7 * WP_FS__TIME_24_HOURS_IN_SEC );
    }

    #--------------------------------------------------------------------------------
    #region Debugging
    #--------------------------------------------------------------------------------

    if ( ! defined( 'WP_FS__DEBUG_SDK' ) ) {
        $debug_mode = get_option( 'fs_debug_mode', null );

        if ( $debug_mode === null ) {
            $debug_mode = false;
            add_option( 'fs_debug_mode', $debug_mode );
        }

        define( 'WP_FS__DEBUG_SDK', is_numeric( $debug_mode ) ? ( 0 < $debug_mode ) : WP_FS__DEV_MODE );
    }

    if ( ! defined( 'WP_FS__ECHO_DEBUG_SDK' ) ) {
        define( 'WP_FS__ECHO_DEBUG_SDK', WP_FS__DEV_MODE && ! empty( $_GET['fs_dbg_echo'] ) );
    }
    if ( ! defined( 'WP_FS__LOG_DATETIME_FORMAT' ) ) {
        define( 'WP_FS__LOG_DATETIME_FORMAT', 'Y-m-d H:i:s' );
    }
    if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
        define( 'FS_API__LOGGER_ON', WP_FS__DEBUG_SDK );
    }

    if ( WP_FS__ECHO_DEBUG_SDK ) {
        error_reporting( E_ALL );
    }

    #endregion

    if ( ! defined( 'WP_FS__SCRIPT_START_TIME' ) ) {
        define( 'WP_FS__SCRIPT_START_TIME', time() );
    }
    if ( ! defined( 'WP_FS__DEFAULT_PRIORITY' ) ) {
        define( 'WP_FS__DEFAULT_PRIORITY', 10 );
    }
    if ( ! defined( 'WP_FS__LOWEST_PRIORITY' ) ) {
        define( 'WP_FS__LOWEST_PRIORITY', 999999999 );
    }

    #--------------------------------------------------------------------------------
    #region Multisite Network
    #--------------------------------------------------------------------------------

    /**
     * Do not use this define directly, it will have the wrong value
     * during plugin uninstall/deletion when the inclusion of the plugin
     * is triggered due to registration with register_uninstall_hook().
     *
     * Instead, use fs_is_network_admin().
     *
     * @author Vova Feldman (@svovaf)
     */
    if ( ! defined( 'WP_FS__IS_NETWORK_ADMIN' ) ) {
        define( 'WP_FS__IS_NETWORK_ADMIN',
            is_multisite() &&
            ( is_network_admin() ||
              ( ( defined( 'DOING_AJAX' ) && DOING_AJAX &&
                  ( isset( $_REQUEST['_fs_network_admin'] ) && 'true' === $_REQUEST['_fs_network_admin'] /*||
                    ( ! empty( $_REQUEST['action'] ) && 'delete-plugin' === $_REQUEST['action'] )*/ )
                ) ||
                // Plugin uninstall.
                defined( 'WP_UNINSTALL_PLUGIN' ) )
            )
        );
    }

    /**
     * Do not use this define directly, it will have the wrong value
     * during plugin uninstall/deletion when the inclusion of the plugin
     * is triggered due to registration with register_uninstall_hook().
     *
     * Instead, use fs_is_blog_admin().
     *
     * @author Vova Feldman (@svovaf)
     */
    if ( ! defined( 'WP_FS__IS_BLOG_ADMIN' ) ) {
        define( 'WP_FS__IS_BLOG_ADMIN', is_blog_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX && isset( $_REQUEST['_fs_blog_admin'] ) ) );
    }

    if ( ! defined( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED' ) ) {
        // Set to true to show network level settings even if delegated to site admins.
        define( 'WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED', false );
    }

    #endregion

    if ( ! defined( 'WP_FS__DEMO_MODE' ) ) {
        define( 'WP_FS__DEMO_MODE', false );
    }
    if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
        define( 'FS_SDK__SSLVERIFY', false );
    }
freemius/languages/freemius-da_DK.mo000064400000076115151213253110013451 0ustar00���l��S�%7COV#i�	�
��������� . 6 F N W c t � � &� -� !	!$!3!H![!b!j!r!	�!�!'�!�!�!	�!�!""'":""V"y"2�"!�"0�"#.#E#T#\#p#u#}#�#�#
�#�#�#�#�#�#
$$$$8$	E$
O$]$n$�$�$�$�$�$�$�$
�$(�$%%::%u%z%�%�%
�%�%�%�%	�%�%
�%�%&	&&5&I&Q&k&�&�&�&�&�&�&
''"'
('6'a:'�'�'�'
�'
�';�'"('(.(
3(>(K(X(g(	v(�(�(U�(�()())C)-m)�)S�)*'*C*7F*~*�*�*�*�*�*�*++'+	>+1H+.z+O�+A�+;,[,q,Bu,,�,�,�,�,-"-
;-F-M-U-
g-r-~-�-�-�-	�-�-�-�-�-�-�-�-....9.>.K.X.\.r.!~.�.
�.�.�.�.%�.+�.(/
@/N//[/�/�/�/�/�/�/�/
�/
�/�/040I05N0(�0�0�0-�0�0U11d1~�1242;2	K2U2(d2*�2"�21�2+
3*93&d3�3�3�3.�3)�3
44:4B4Q4
Y4
d4o4x4�4�4
�4�4
�4�4�4�4
�4	5 5)5D5K5O5X5`5f5v5�5
�5&�5�5�5
�5�5
6!6)6E6	K6U6Z6&f6L�6f�6A7G7S7_7p7
v7�7�7�7�7
�7�7�7�7/�78);8
e8
p8\{8�8�8�89C'9k9�9-�9�9�9�9'�9M:G_:	�:�:�:�:�:�:�:�:�:	;;;*.;Y;*a;^�;�;�;<<<< <-<F<S<f<in<W�<"0=6S=�=
�=�=-�=�=
>& >G>*a>�>�>$�>M�>?/?N?>n?�? �?&�?Z@Tg@R�@.A9>A<xAP�AUB_\B��BKWC(�CG�C#D%8D)^D$�D)�D�D�DEE;3E6oE>�E�E�EF&F$<FaF{F�F�F&�F*�F7#G[GrG�G3�G�G�GH H4H*QH1|H�H�H#�HII0I@ILIlI�I�I�I�IN�IJ!J?JZJjJ{J�J�J�J1�J�J�JKK!K-K
:KEKRK[KsK|KC�K�KQ�K#L3L	@LJLeLkL~L�L	�L	�L�L�L
�L	�L	�L�L�LM�M!�Q0�Q0RBRORXRkR�R�R�R�R
�R�R�R�R�R�RS
SS
S
'S2S
:SESUSmS�S,�S/�S�S	
TT(TBTXTdTqTyT	�T�T%�T�T�T
�T�TUU1U%AU'gU�U1�U$�U5V<VOVgVV�V�V�V�V�V�V	�V�V�V#�V
WW.W;WQWeW
|W
�W�W�W�W�W
�W�W
�W�W
XX)X/AX	qX{X�X�X�X
�X�X�X�X	�X�X	�X�X	YY%&YLY\YeY�Y�Y�Y�Y�Y"�YZ
!Z,Z;Z
BZPZnUZ�Z�Z�Z�Z�Z1
[?[C[J[Q[f[u[�[�[
�[�[�[o�[?\^\${\<�\8�\]c,]!�]&�]�]7�]"^7^=^*Y^�^�^�^�^�^�^�^1�^5._\d_>�_``6`W=`6�`�`�`�`"�`a	3a=aEaLa	Yacapa}a�a�a	�a�a�a�a�a�a�a
�a�a	�a	�abb
$b2bBbEb]b%ib�b
�b�b�b�b.�b4�b1c
Oc
]c1kc�c�c�c!�c�c�c�c	�cdd
0d:;dvd@{d,�d�d�d)e*e>@e;e��e Afbfif	xf�f�f�f�f�f�f�f�f�f#�fg'!g,Igvg�g�g�g�g	�g�g	�g�g�g	hh"h
.h9hIhOhlhyh�h�h�h�h�h�h�h�h�h�h
i0i
MiXiji~i�i�i�i	�i�i�i�i'�iP'jhxj�j�j�j
k"k'k8k	=k
GkRkZkgk
�k�k8�k�k)�k
l(ld0l�l�l�l�lL�l.m#=m"am�m	�m�m$�mU�mKnanmnsnyn
|n�n�n�n�n�n�n�n2o4o)=ogolo	xo�o�o�o�o�o�o�o�o�otp_yp+�p>qDqXqiq,|q�q�q�q�q#	r-r0r(8rOar�r/�r�r>
sLsas"�sY�sS�sTQt5�t'�t8uT=u_�ue�u�XvX�vHw9hw�w�w"�wx x>xOxVxlxrx�x�x�x
�x	�x�x�x�x�x�x�x	�xyy
3y>yGy
KyYy\ydy
lyzyy
�y�y�y�y	�y�y�y�y�yz	zzz zQ)z{z
�z�z�z�z�z�z�z�z�z�z	�z�z�z
�z�z{{{{	${.{L2{{�{�{
�{�{�{
�{
�{�{	�{|||||#|'|3|;|D|%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s is the new owner of the account.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s's paid featuresAPIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAmountAn unknown error has occurred.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel %s & ProceedCancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionChange LicenseChange OwnershipChange PlanChange UserCheckoutCityClear API CacheClick hereClick here to use the plugin anonymouslyClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest %s versionDownload the latest versionDownloadedDuplicate WebsiteEmailEmail addressEndEnter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFreeFree TrialFree versionFreemius APIFreemius DebugFreemius StateFull nameFunctionHave a license key?How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you have a moment, please let us know why you are %sImportant Upgrade Notice:In %sInstall Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.InvoiceIs %2$s a new website?Is ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like your site currently doesn't have an active license.It's not what I was looking forJoin the Beta programKeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense keyLicense key is empty.LifetimeLoad DB OptionLocalhostLogLoggerMessageMethodMigrateMigrate LicenseMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNew WebsiteNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOpt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRenew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sSavedScheduled CronsScreenshotsSearch by addressSecret KeySeems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSnooze & %sSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart DebugStart TrialStart my free %sStateStop DebugSubmitSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.Thanks!The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUser keyUsersValueVerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWebsite, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageWould you like to proceed with the update?YesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your email has been successfully verified - you are AWESOME!Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactivate a license hereactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdaysdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,hourhoursinstalled add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionproductssecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Joachim Jensen, 2019-2020,2022-2023
Language-Team: Danish (Denmark) (http://app.transifex.com/freemius/wordpress-sdk/language/da_DK/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: da_DK
Plural-Forms: nplurals=2; plural=(n != 1);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
Færdiggør aktivering af "%s" nuBetalingen for tilføjelsen %s blev gennemført.%s installeringer1%s licenser%s siden%s og tilføjelser%s er den nye ejer af kontoen.%s eller højere%s vurdering%s vurderinger1%s sek%s stjerne%s stjerner%s gang%s gange%s's betalte featuresAPI&#x2190;&#x27a4;KontoKontodetaljerHandlingerAktiverAktiver %sAktiver %s planAktiver funktioner i %sAktiver gratis versionAktiver licensAkiver licens på alle afventende websteder.Aktiver licens på alle websteder i netværket.Aktiver denne tilføjelseAktiveretTilføjelser til %sTilføjelser til modul %sTilføj andet domæneTilføjelseTilføjelserAdresseAdresselinje %dAffiliateAffiliationEfter dine gratis %s er prisen kun %sAccepter & aktiver licensAlle forespørgslerAlle typerTillad & FortsætBeløbDer skete en ukendt fejl.Anonym feedbackAnvend på alle afventende websteder.Anvend på alle websteder i netværket.Ansøg om at blive en affiliateEr du sikker på, du vil slette al Freemius data?Er du sikker på, du vil fortsætte?Auto-installation fungerer kun for tilmeldte brugere.Auto-fornyer om %sAutomatisk installeringGennemsnitlig vurderingSejtBliv en affiliateBetaBetalingFaktureringBlokererBlog-IDFirmanavnKøb en licens nuKøb licensKan du ikke finde din licensnøgle?AnnullerAnnuller %s og fortsætAnnuller %s?Annuller installeringAnnuller abonnementAnnuller prøveperiodeAnnulleretAnnullerer %sAnnullerer %s...Annullerer abonnementetSkift licensSkift ejerskabSkift planSkift brugerUdtjekningByRyd API-cacheKlik herKlik her for at benytte pluginnet anonymtKlik for at vise skærmbillede %d i fuld skærmProdukterKodeKompatibel op tilKontaktKontakt supportKontakt osBidragsydereKunne ikke aktivere %s.LandCron TypeDatoDeaktiverDeaktiver licensDeaktiveringFejlfindingslogUddeleger til webstedsadministratorerSlet alle kontiDetaljerHar du ikke en licensnøgle?Donér til dette pluginNedgraderer din planDownloadDownload 1%s versionHent betalt versionDownload den seneste version af %sDownload den seneste versionDownloadetKopier webstedE-mailE-mailadresseSlutIndtast e-mailadressen, som du benyttede ved opgraderingen, nedenfor og vi vil gensende licensnøglen til dig.FejlFejl modtager fra serveren:UdløbetUdløber om %sEkstra domænerAndre domæner du vil markedsføre produktet fra.FilFilterGratisGratis prøveperiodeGratis versionFreemius APIFreemius DebugFreemius tilstandFulde navnFunktionHar du en licensnøgle?Hvad synes du om %s indtil videre? Test alle vores premium funktioner i %s med en %d-dags gratis prøveperiode.Upload og aktivering, hvordan?Hvordan vil du promovere os?Jeg kan ikke længere betale for detJeg forstod ikke, hvordan jeg skulle få det til at fungere.Jeg har ikke lyst til at dele mine informationer med jerJeg fandt et bedre %sJeg har opgraderet min konto, men når jeg forsøger at synkronisere licensen, forbliver planen %s.Jeg har ikke længere brug for %sJeg behøvede kun %s i en kort periodeIDHvis du har tid, så lad os venligst vide hvorfor du %sVigtig meddelelse til opgradering:Om %sInstaller gratis version nuInstaller opdatering til gratis version nuInstaller nuInstaller opdatering nuInstallerer plugin: %sUgyldigt modul-ID.FakturaEr %2$s et nyt websted?Er aktivDet ser ud til, at licensen ikke kunne aktiveres.Det ser ud til, at licens-deaktiveringen mislykkedes.Det lader ikke til du er i en prøveperiode længere, så der er ikke noget at annullere :-)Det ser ud til, at dit websted endnu ikke har en aktiv licens.Det er ikke, hvad jeg søgteDeltag i beta-programmetNøgleVær venlig at dele hvad der ikke virkede så vi kan rette det for kommende brugere....Fortæl os venligst årsagen, så vi kan forbedre det.SidsteSenest opdateretSeneste licenseSeneste gratis version installeretSeneste version installeretLæs mereLængdeLicensLicensaftaleLicens-IDLicensnøgleLicensnøgleLicensnøglen er tom.LivstidHent DB-indstillingLocalhostLogLoggerBeskedMetodeFlytFlyt licensMobil-appsModulModul-stiModultypeMere information om %sNavnNetværksblogNetværksbrugerNyNy version tilgængeligNyt webstedNyere gratis version (%s) installeretNyere version (%s) installeretNyhedsbrevNæsteNejIntet IDIngen bindinger i %s - annuller når som helstIngen bindinger i %s dage - annuller når som helst!Betalingskort ikke påkrævetUdløber ikkeUdløber ikkeIngen af %s's planer understøtter prøveperiode.O.KTilmeldFrameldAccepter for at gøre "%s" bedre!AndetE-mailadresse for ejerEjer-IDEjer-navnPCI-kompatibelE-mailadresse til PayPal-kontoBetalingerUdbetalinger er i USD og behandles hver måned via PayPal.PlanPlan %s eksisterer ikke og kan derfor ikke starte prøveperiode.Plan %s understøtter ikke en prøveperiode.Plan-IDKontakt os herKontakt os venligst med følgende besked:Download venligst %s.Indtast licensnøglen, du modtog i e-mailen lige efter købet:Følg venligst disse trin for at færdiggøre opgraderingenLad os vide, om vi har lov til at kontakte dig med sikkerheds- og feature-opdateringer, informativt indhold og lejlighedsvise tilbud:Indtast venligst dit fulde navn.PluginPlugin-webstedPlugin-IDPlugin-installeringÆndringslogBeskrivelseFAQFunktioner og priserInstalleringAndre noterAnmeldelserPluginsSynkronisering af plugins og temaerPremiumPremium-versionen af %s blev aktiveret.Premium tilføjelse er allerede installeret.Premium versionPremium version allerede aktiv.PriserPrivatlivspolitikFortsætProces-IDArbejderProdukterProgramoversigtPromoveringsmetoderProvinsOffentlig nøgleKøb licensKøb flereHurtig feedbackKvoteGensend e-mail om aktiveringForny licensForny din licens nuForespørgslerKræver WordPress-versionResultatSDKSDK-stiSpar %sGemtPlanlagte cron jobsSkærmbillederSøg efter adressePrivat nøgleDet ser ud til, at du har den seneste udgivelse.Vælg landSend licensnøgleSæt DB-indstillingSimuler netværksopgraderingEnkelt site licensWebsteds-IDWebsted er tilmeldt.WebstederSpring over & %sKortnavnUdsæt & %sSociale medier (Facebook, Twitter osv.)Vi beklager ulejligheden, og vi er her for at hjælpe, hvis du giver os chancen.Beklager, vi kunne ikke opdatere e-mailen. Der er allerede registreret en anden bruger med samme e-mail.StartStart fejlfindingStart prøveperiodeStart mine gratis %sStatStop fejlfindingSendSend & %sAbonnementSupportSupportforumSynkroniser data fra serverMoms / VAT IDServicevilkårMange tak for, at du benytter %s og tilhørende add-ons!Tak fordi du benytter %s!Mange tak for at benytte vores produkter!Mange tak!Tak %s!Tak fordi du bekræftede skift af ejerskab. En e-mail er blevet sendt til %s for sidste godkendelse.Tak!%s ødelagde min webside%s virkede ikke%s virkede ikke som forventet%s er godt, men jeg har brug for en specifik feature, som ikke understøttes%s virker ikke%s stoppede pludseligt med at virkeOpgraderingen af %s blev fuldendt.TemaTemaskiftTemaerEn ny version af %s er tilgængelig.Dette plugin er ikke markeret som kompatibel med din nuværende version af WordPress.Dette plugin er ikke blevet testet med din nuværende version af WordPress.TidsstempelTitelTotalByPrøveperiodeTypeUbegrænsede licenserUbegrænsede opdateringerUbegrænset provision.Op til %s webstederOpdaterOpdater licensOpdateringer, annonceringer, marketing, ingen spamOpgraderUpload og aktiver den downloadede versionW00tBrugerpanelBruger-IDBrugernøgleBrugereVærdiVerificeretVerificer e-mailVersion %s er blevet udgivet.Vis detaljerVis betalte featuresAdvarselVi kan ikke finde nogen aktive licenser knyttet til den e-mailadresse, er du sikker på, det er den rigtige adresse?Vi kunne ikke finde din e-mailadresse i systemet, er du sikker på, det er den rigtige adresse?Vi har foretaget nogle rettelser til %s, %sWebsted, e-mail, og statistikker for sociale medier (valgfrit)Hvad forventede du?Hvilken feature?Angiv venligst %s?Hvilken pris ville du foretrække at betale?Hvad ledte du efter?Hvad er navnet på %s?Hvor vil du promovere %s?WordPress.org Plugin-sideVil du fortsætte med opdateringen?JaJa - %sDu har allerede brugt din prøveperiode.Du er 1 klik fra at begynde din %1$s dages gratis prøveperiode af planen %2$s.Det var det!Du benytter allerede %s under en prøveperiode.Du mangler kun ét skridt - %sDu har ikke en gyldig licens til at benytte premium-versionen.Du har en %s licens.Du har købt en licens til %s.Opdatering af %s blev gennemført.Du har måske overset det, men du behøver ikke at dele data og kan blot %s tilmeldingen.Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre %s.Du er allerede tilmeldt vores brugssporing, hvilket hjælper os med at forbedre dem.Din gratis prøveperiode for %s er blevet annulleret.Din konto blev aktiveret med planen %s.Din e-mailadresse er blevet verificeret - du er FOR SEJ!Din gratis prøveperiode er udløbet. Du kan stadig benytte alle de gratis features.Din licens er blevet annulleret. Hvis du mener, dette er en fejl, så kontakt venligst support.Din licens er udløbet. %1$sOpgrader nu%2$s for at fortsætte med at benytte %3$s uden forstyrrelser.Din licens er udløbet. Du kan stadig benytte alle funktionerne i %s, men du bliver nødt til at fornye din licens for at få opdateringer og support.Din licens er udløbet. Du kan stadig fortsætte med at benytte den gratis udgave af %s.Din licens er blevet aktiveret.Din licens blev deaktiveret, du er tilbage på planen %s.Dit navn er blevet opdateret.Din plan er blevet aktiveret.Din plan er blevet ændret til %s.Din plan er blevet opgraderet.Din prøveperiode er begyndt.ZIP / PostnummerSådanaktiver en licens herAktiv%s virker ikke uden %s.%s virker ikke uden pluginnet.Se hertillad%s tilbageAktivererårAPIFjernFejlfindingTillykkeBlokeretForbundetDownload senesteDownload seneste gratis versionMånedligtUdløberStiSender e-mailmdÅrligtÅrligtEngangsbeløbPlanIngen privat nøgleSDK-versionerLicensSynkroniserSynkroniser licensForfatterFraTilbaseret på %sStart gratis prøveperiodeFjernFjerndagedeaktivererdelegérsend %sIKKE%s sikkerheds- og feature-opdateringer, informativt indhold og tilbud.%s PlanFaktureret %sBedsteHeyUpsHey %s,timetimerInstalleretYee-hawlicensWebstedermsny beta-versionny versionikke verificeretPrisPriservalgfritVersionprodukterseksend mig sikkerheds- og feature-opdateringer, informativt indhold og tilbud.spring overHmmstart prøveperiodenabonnementskifterden seneste version af %s herprøveperiodePrøveperiodeSletNedgraderRedigerSkjulTilmeldFrameldKøbVisSpring overOpdaterOpgrader%s sidenfreemius/languages/freemius-cs_CZ.mo000064400000107044151213253110013504 0ustar00����,,A-noh�SG%�����6��*_�#? c } 	� 
� � � � � � @� +	!5!9!X!x!�!�!�!�!�!�!�!�!�!	""("/"57"m"	u"'"�"	�"�"o�"K#GR#�#��#c$2v$!�$�$�$�$�$%%#%,%4%
9%G%Y%e%�%�%�%�%	�%
�%�%�%Y&]&l&}&�&�&�&�&(�&1�&%':A'|'�'�'�'
�'�'�'�'�'
�'�'(	(("(<(R(h(q(�(�(
�(�(
�(�(_�(aC)�)�)�)�)
�)
�)**�*O+f+
k+v+�+�+j�+
,	,#,,,:@,U{,�,�,-)!--K-y-�-'�-�-7�->.pG.�.�.�.�.�./%/E/	M/&W/1~/.�/O�/2/0b0�0�0B�0,�0111+1I1
b1m1t1|1
�1�1�1�1�1�1	�1�1�1�1�1222#2=2,B2o2s2!�2�2
�2�2�2�2�2
�2333363<3H3
Q3
\3)j3V�3�3444F45K4(�4�4�4-�4�4U56a51�5~�5I6h6o6	6�6(�6*�6"�617+A7&m7�7�7�7�7�7�7�78
8
88
/8=8L8
e8s8�8�8�8�8�8�8�8�8�8
�859l99&�9�9�9�9:	:	:::=*:Lh:f�:;";.;?;E;Q;^;
f;t;�;�;��;�><%�</�<+=)K=
u=
�=\�=�=�=>C/>s>�>��>d/?-�?�?�?�?'�?@	@$@�*@�@�@�@�@E�@'A:ALA[AbA*qA�A*�A^�A.B=BEBKBdQB�B�B�B
�B�BCC6CKCcC~C�C�CW�C"�CB!D6dD=�D�D
�D�D-
E;EYE/oE�E*�E�E�E$�EF>6FuF �F&�F9�F<GbKGP�GU�G_UH��HKPI(�IG�I#
J%1J)WJ$�JU�J)�J&K;8K6tK�K�K�K�K$L'LAL]LyL&�L*�L7�L!M8MVM3oM�M�M�M�M�M*N1BNtN�N#�N�N�N�NOO)O>OKONTO�O�O�O�OPP1-P_PgP{P�P�P�P
�P�P�P�PC�P5QQ:Q�Q�Q	�Q�Q�Q�Q�Q�Q	R	RR"R
/R	=R	GRQR]RjR;wRX�WeXerX�X,�X
!Y/Y;YDY4WY��YbfZ�Z!�Z	[
[
([6[
;[	F[P[Y[Wb[6�[�[�[�[\\\	"\,\9\L\`\{\�\�\�\�\�\D�\"])] 1]R]
d]r]{�]^O
^]^�x^-_.F_u_�_�_	�_�_	�_�_
```$`1`E`*T``�`�`�`�`
�`
�`�`ta}a�a
�a�a�a�a"�a8�a;0b=lb�b�b�b�b�b�b�bccc!c-c
AcLcYcac|c�c	�c�c �c�cdd d2d^8de�d�dee	4e>eMe]ede%jeW�f�f�fgg!gj0g
�g�g�g�g%�gm�gjh0�h$�h�h%�hi5i!Jili.oiS�iw�ijjpj
�j�j�j�j/�jkk.k!Kk+mkB�k&�kll3l]:lG�l	�l�lm)m"<m_mtm{m�m
�m�m�m�m�m�m	
nnn#n+n2n8n
GnRnhn7on�n�n+�n$�n
o!o0o3o"?oboqoto�o/�o�o�o
�o�o�o1pApSpsp=zp�p@�p(	q
2q@q3]q�qY�q<r6Br�yr%%sKsRs
ksvs�s�s�s�s	�s�s�s�s�st"t!5tWtctltrt�t�t�t�t�t�t	uu	(u2u6u
BuMu_uqu
�u>�u��u*Xv�v�v�v�v�v�v�v
�vA�vy@ww�w	2x<xUxpxux�x�x�x�x�x�x��x��y-:z8hz'�z6�z
{
{r{�{
�{!�{@�{||z9|^�|+}?}H}X}a}�}�}�}��}<~C~J~S~XW~ �~�~�~�~1M$Uz�
���}�	:�D�T�k�"|�'��(ǀ �'�"9�\�q�
��b��)��R"�=u�>���
��%*�P�a�0t���!Ń��,�!�9:�t���"��/ʄ6���1����_<�g����Q��+�F>�-��+��5߈*�Q@�2��ʼn�$���
&�1�D�H�L�	S�]�i�
v���,��ʊ֊ߊ��
��
�%�5�	J�T�\�k���������������	Ë]͋+�4�
C�
N�Y�_�n�t�|���������������ÌWŌ�)�-�F�S�_�
z�����������Ǎٍ�����	�� %s to access version %s security & feature updates, and support. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s to activate the license once you get it.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate this add-onActivatedAdd Ons for %sAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAffiliateAfter your free %s, pay as little as %sAgree & Activate LicenseAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackAre you sure you want to delete all Freemius data?Are you sure you want to proceed?Auto renews in %sAverage RatingAwesomeBecome an affiliateBillingBilling & InvoicesBlockingBlog IDBodyBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel %s & ProceedCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClear Updates TransientsClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryDateDeactivateDeactivate LicenseDeactivationDebug LogDetailsDon't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedEmailEmail addressEndEnter the email address you've used during the purchase and we will resend you the license key.Enter the email address you've used for the upgrade below and we will resend you the license key.Enter the new email addressErrorError received from the server:ExpiredExpires in %sExtra DomainsFileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.For delivery of security & feature updates, and license management, %s needs toFreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionHave a license key?Homepage URL & title, WP & PHP versions, and site languageHow do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI no longer need the %sI only needed the %s for a short periodIDIf you have a moment, please let us know why you are %sIf you skip this, that's okay! %1$s will still work just fine.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.In %sInstall Free Version NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.Invalid new user ID or email address.InvoiceIs ActiveIs active, deactivated, or uninstalledIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It's a temporary %s - I'm troubleshooting an issueIt's not what I was looking forJoin the Beta programKeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLocalhostLogLoggerMessageMethodModuleModule PathModule TypeMore information about %sNameNames, slugs, versions, and if active or notNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo credit card requiredNo expirationO.KOpt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.Part of the message telling the user what they should receive via email.a license keyPayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please enter the license key to enable the debug mode:Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleReviewsPluginsPlugins & Themes SyncPremiumPremium versionPremium version already active.Privacy PolicyProceedProductsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackRe-send activation emailRenew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySingle Site LicenseSite IDSitesSkip & %sSlugSnooze & %sSo you can reuse the license when the %s is no longer active.Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you for updating to %1$s v%2$s!Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a new version of %s available.This will allow %s toTimestampTitleTo enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:TotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUp to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View %s StateView Basic %s InfoView Basic Profile InfoView Basic Website InfoView Diagnostic InfoView License EssentialsView Plugins & Themes ListView detailsView paid featuresWarningWe couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?WordPress & PHP versions, site language & titleWordPress.org Plugin PageWould you like to proceed with the update?YesYes - %sYou already utilized a trial before.You are just one step away - %sYou do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.Your account was successfully activated with the %s plan.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal CodeaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.allowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %sclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingproduct versionVersionsecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Karolína Vyskočilová <karolina@kybernaut.cz>, 2019-2023
Language-Team: Czech (Czech Republic) (http://app.transifex.com/freemius/wordpress-sdk/language/cs_CZ/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: cs_CZ
Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
 %s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace. Placená verze %1$s je již nainstalována. Aktivujte jí, abyste mohli těžit z %2$s funkcí. %3$s%1s okamžitě zastaví všechny budoucí opakující se platby a licence k plánu %s vyprší za %s.Dokončit aktivaci „%s“Rozšíření %s bylo úspěšně zakoupeno.%s instalací%s licencíPřed %s%s a jeho doplňky%s provizi, když zákazník zakoupí novou licenci.%s bezplatná zkušební verze byla úspěšně zrušena. Jelikož toto rozšíření nenabízí bezplatnou verzi, bylo automaticky deaktivováno. Chcete-li jej v budoucnu používat, budete si muset zakoupit licenci.%s je pouze prémiové rozšíření. Před aktivací pluginu si musíte nejprve zakoupit licenci.%s je nový vlastník účtu.%s minimální částka výplaty.%s nebo vyšší%s hodnocení%s hodnocení%s s%s hvězda%s hvězd%s krát%s krát%s pro přístup k verzi %s zajišťující podporu a nejen bezpečnostní aktualizace.%s, abyste mohli aktivovat licenci, až ji obdržíte.API&#x2190;&#x27a4;ÚčetDetaily účtuAkceAktivovatAktivovat %sAktivovat %s plánAktivovat %s funkceAktivovat bezplatnou verziAktivovat licenciAktivovat toto rozšířeníAktivovanýRozšíření pro %sDoplněkDoplňkyRozšíření musí být nasazeno na WordPress.org nebo na Freemius.AdresaPartnerPo bezplatné %s platit jen v %sAktivovat licenciVšechny typyPovolit a pokračovatPřípadně můžete aktivaci licence prozatím přeskočit a provést ji později na stránce účtu na úrovni sítě %s.ČástkaBěhem nastavování uživatelského beta módu došlo k neočekávané chybě.Došlo k neznámé chybě.Aktualizováním na Beta verzi nahradíte nainstalovanou verzi %s nejnovějším vydáním Beta verze - používejte s opatrností a ne na produkčních webech. Varovali jsme vás.Anonymní zpětná vazbaOpravdu chcete smazat veškerá Freemius data?Opravdu chcete pokračovat?Automaticky se obnoví za %sPrůměrné hodnoceníÚžasnéStaňte se naším afiliátemFakturaceFakturace a platbyBlokováníBlog IDTěloJméno firmyKoupit licenci teďKoupit licenciNemůžete najít svůj licenční klíč?ZrušitZrušit %s &gt; pokračovatZrušit předplatnéZrušit zkušební verziZrušenaRuším %sRuším %s...Ruším předplatnéZrušení zkušební verze okamžitě zablokuje přístup ke všem prémiovým funkcím. Opravdu chcete pokračovat?Změnit licenciZměnit vlastnictvíZměnit plánPokladnaMěstoVyčistit API cacheVyčistit transitenty aktualizacíKlikněte zde pro anonymní používání tohoto pluginuKliknutím zobrazíte recenze, které stojí za hodnocenímKlikněte pro zobrazení plné velikosti snímku obrazovky %dProduktyKódKompatibilní až poKontaktKontaktovat podporuSupportPřispěvateléNelze aktivovat %s.ZeměDatumDeaktivovatDeaktivovat licenciDeaktivaceLadící logDetailyNemáte licenční klíč?Přispějte na tento pluginSnižuji vaše předplatnéStáhnoutStáhnout verzi %sStáhnout nejnovější verzi %sStáhnout nejnovější verziStaženoE-mailE-mailová adresaKonecZadejte e-mail, který jste použili při nákupu, a my vám znovu zašleme licenční klíč.Zadejte e-mail použitý při objednávce, abychom vám na něj mohli znovu poslat licenční klíč.Zadejte nový e-mailChybaChyba přijatá ze serveru:VypršeloVyprší za %sDalší doménySouborFiltrAby bylo vyhověno WordPress.org pokynům, před zahájením zkušebního období vás žádáme, abyste s námi sdíleli data o uživateli a necitlivé informace o webu, to umožní %s periodicky odesílat data do %s za účelem kontroly aktualizací a ověření nároku na zkušební verzi.Pro poskytování aktualizací zabezpečení a funkcí a správu licencí %s potřebujeZdarmaZkušební verze zdarmaVerze zdarmaFreemius APIFreemius DebugFreemius SDK nemohl najít hlavní soubor pluginu. S aktuální chybou se obraťte se na sdk@freemius.com.Stav FreemiusCelé jménoFunkceMáte licenční klíč?URL webu, verze WP a PHP a jazyk webuJak se vám líbí %s? Otestujte všechny naše %s nadstandardní funkce s %d-denní zkušební verze zdarma.Jak nahrát a aktivovat?Jakým způsobem budete mé produkty propagovat?je drahý a nemohu si ho už dovolitNedokázal jsem jej zprovoznitNechci s vámi sdílet své informacenašel jsem lepší %sjiž nepotřebuji %spotřeboval jsem %s jen dočasněIDMáte-li chvilku, dejte nám vědět, proč %sPokud tuto část přeskočíte, nevadí! %1$s bude stále fungovat bez problémů.Pokud chcete použít %s na těchto stránkách, zadejte platný licenční klíč a klikněte na tlačítko aktivovat.Za %sNainstalovat verzi zdarmaInstalovatNainstalovat aktualizaciInstaluji plugin: %sNeplatné ID modulu.Neplatné ID uživatele nebo e-mailová adresa.FakturaJe aktivníJe aktivní, deaktivovaný nebo odinstalovanýLicenci se nepodařilo aktivovat.Deaktivace licence pravděpodobně selhala.Zkušební režim už vám skončil, takže už není co rušit :)dočasná %s - ladím problém na webuNení to to, co jsem hledalOdebírat betaverzeKlíčDejte nám prosím vědět, co nefungovalo, ať to můžeme opravit pro další uživatele...Dejte nám prosím vědět z jakého důvodu, ať to můžeme zlepšit.PosledníPoslední aktualizacePoslední licenceNainstalována nejnovější verze zdarmaNainstalována nejnovější verzePřečtěte si víceDélkaLicenceLicenční smlouvaLicenční IDLicenční klíčProblémy s licencí?Licenční klíčLicenční klíč je prázdný.DoživotníLocalhostZáznamLoggerZprávaMetodaModulCesta k moduluTyp moduluVíce informací o %sJménoJména, slugy, verze a jestli jsou nebo nejsou aktivníNovýNová verze k dispoziciNovější verze zdarma (%s) nainstalovánaNovější verze (%s) nainstalovánaNewsletterNásledujícíNeŽádné IDKreditní karta není vyžadovánaBez vypršeníOKOdebírat novinkyOdhlásit seZúčastněte se, aby byl "%s" ještě lepší!jinéE-mail vlastníkaID vlastníkaJméno vlastníkaKompatibilní s PCIPlacený doplněk musí být nasazen na Freemius.licenční klíčE-mailová adresa účtu PayPalPlatbyVyplácení probíhá přes PayPal jednou za měsíc a v USD.Druh členstvíPlán %s neexistuje, proto nemůžete použít zkušební verzi.Plán %s nepodporuje zkušební období.ID členstvíKontaktujte nás prosím zdeKontaktujte nás prosím s následující zprávou:Stáhněte si prosím %s.Zadejte licenční klíč, který najdete v e-mailu odeslaném po provedení objednávky:Pro povolení módu ladění chyb zadejte licenční klíč.Dokončete upgrade provedením následujících krokůVyberte si, jestli chcete být informování o bezpečnostních aktualizacích, vylepšení funkcionality, vzdělávacímu obsahu nebo občasných obchodních nabídkách:Zadejte prosím jméno a příjmení.PluginHlavní stránka pluginuID pluginuInstalace pluginuHistorie změnPopisFAQVlastnosti a ceníkInstalaceVaše hodnoceníPluginyPluginy a synchronizace šablonPrémiumPrémiová verzePrémiová verze je již aktivní.Zásady ochrany osobních údajůPokračovatProduktyOkresVeřejný klíčKoupit licenciZakoupit dalšíRychlá zpětná vazbaZnovu poslat aktivační e-mailObnovit licenciObnovte svou licenci teďŽádostiVyžaduje verzi WordPressVýsledekSDKCesta l SDKUložit %sPlánované cronySnímky obrazovkyHledat podle adresyTajný klíčZabezpečená stránka HTTPS %s spuštěná z externí doményOmlouváme se, ale měli jsme nějaký dočasný problém se zrušením vaší zkušební licence. Zkuste to znovu za několik minut.Pravděpodobně máte nejnovější verzi.Vyberte zemiOdeslat licenční klíčLicence pro jednu instalaciID stránkyWebyPřeskočit & %sZkratkaOdložit & %sLicenci tak můžete znovu použít, když už %s není aktivní.Omlouváme se za způsobené nepříjemnosti, ale když se nám dáte šanci, tak se vám ze všech sil pokusíme pomoci.Omlouváme se, ale aktualizaci e-mailu jsem nemohli dokončit. Uživatel s vámi zadaným e-mailem už je registrován.ZačátekZačít zkušební verziZačít můj bezplatný %sKrajOdeslat & %sPředplatnéPodporaFórum podporySynchronizovat data ze serveruDIČPodmínky službyDěkujeme, že jste se přihlásili do našeho partnerského programu, ale bohužel jsme se v tuto chvíli rozhodli vaši žádost zamítnout. Zkuste to prosím znovu za 30 dní.Děkujeme, že jste se přihlásili do našeho partnerského programu, během následujících 14 dnů prověříme vaše údaje a ozveme se vám s dalšími informacemi.Děkujeme za aktualizaci na verzi %1$s v%2$s!Moc vám děkujeme za používání %s a jeho doplňků!Moc vám děkujeme za používání %s!Moc vám děkujeme za používání našich produktů!Děkujeme!Děkujeme %s!Děkujeme za potvrzení změny vlastnictví. E-mail byl právě odeslán na adresu %s, ke konečnému schválení.%s rozbil můj web%s nefungoval%s nefungoval podle očekávání%s je skvělý, ale potřebuji funkci, kterou není podporovaná%s nefunguje%s náhle přestal pracovatProces instalace byl zahájen a může trvat několik minut. Počkejte prosím na dokončení - neobnovujte tuto stránku.Balíček remote pluginů neobsahuje složku s žádoucím "slug" a přejmenování nefunguje.Aktualizace %s byla úspěšně dokončena.ŠablonaZměna šablonyŠablonyJe k dispozici nová verze %s.To dovolí %s Datum a časNadpisPro zapnutí módu ladění chyb zadejte tajný klíč vlastníka licence (uživatel s ID = %d), který najdete v sekci "Můj profil" vaší nástěnky.CelkemMěstoZkouškaTypNelze se připojit k souborovému systému. Potvrďte prosím své přístupové údaje.Neomezené množství instalacíNeomezené aktualizaceAž pro %s webůAktualizovatAktualizovat licenciAktualizace, oznámení, marketing, žádný spamUpgradeNahrát a aktivovat stáhnutou verziCože?Uživatelská nástěnkaID uživateleUživateléHodnotaOvěřovací zpráva byla právě odeslána na e-mail %s. Pokud ji nenajdete do 5 min, zkontrolujte prosím složku pro spam.OvěřenoOvěřit e-mailByla vydána verze %s.Zobrazit %s stavZobrazit základní informace o %sZobrazit základní informace o profiluZobrazit základní informace o stránceZobrazit diagnostické informaceZobrazit základní informace k licenciZobrazit seznam pluginů a šablonZobrazit podrobnostiZobrazit placené funkceVarováníNemohli jsme najít vaši e-mailovou adresu v systému, jste si jisti, že je to správná adresa?Udělali jsme několik vylepšení %s, %sJsme rádi, že vám můžeme ukázat integraci Freemiusu i v rámci sítě webů.Statistika o webová stránc, emaiul a sociálních médiích%s vás vítá! Pro začátek zadejte svůj licenční klíč:Co jste očekávali?Jaká funkce?Jaké je vaše "%s"?Jakou cenu byste byli ochotni platit?Co jste hledali?Jak se %s jmenuje?Cerzi WordPressu a PHP, jazyk webu a jeho jménoNázev pluginu na WordPress.orgChcete pokračovat v aktualizaci?AnoAno - %sZkušební verzi jste již dříve využili.Jste jen na krok od - %sNemáte platnou licenci pro přístup k prémiové verzi.Máte licenci „%s“.Zakoupili jste licenci %s.Úspěšně jste aktualizovali %s.Účet byl úspěšně aktivován s %s plánem.Váš e-mail byl úspěšně ověřen - jste skvělý!Platnost bezplatné zkušební verze vypršela. %1$s Upgradujte nyní%2$s abyste mohli pokračovat v používání %3$s bez přerušení.Platnost bezplatné zkušební verze vypršela. Stále můžete pokračovat v používání všech našich bezplatných funkcí.Vaše licence byla zrušena. Pokud si myslíte, že je to chyba, obraťte se na naší podporu.Vaše licence vypršela. %1$sObnovte předplatné%2$s, abyste mohli mohli %3$s používat bez omezení.Vaše licence vypršela. Stále však můžete používat všechny funkce verze %s, ale pro získání technické podpory a nejnovějších aktualizací budete muset obnovit svou licenci.Vaše licence vypršela. Stále však můžete používat %s zdarma bez omezení.Vaše licence byla úspěšně aktivována.Vaše licence byla úspěšně deaktivována, jste zpět na plánu %s.Vaše jméno bylo úspěšně aktualizováno.Vaše licence byla úspěšně aktivována.Váše předplatné bylo úspěšně změněno na %s.Váš plán byl úspěšně aktualizován.Vaše předplatné bylo úspěšně zrušeno. Platnost licence %s vyprší za %s.Vaše zkušebí verze byla úspěšně spuštěna.PSČ / směrovací číslo%s nelze spustit bez %s.%s nelze spustit bez tohoto pluginu.povolitZbývá %sProbíhá aktivacerokAPISkrýtDebuggingGratulujemeZablokovánoPřipojenoStáhněte si nejnovějšíStáhněte si nejnovější bezplatnou verziMěsíčněExpiraceSložkaProbíhá odesílání e-mailůpoRočněRočněJedenkrátDruh členstvíTajný klíč chybíSDK verzeLicenceSynchronizovatSynchronizovat licenceAutorVypnutoZapnutozaloženo na %sSkrýtSkrýtdeaktivujetedelegovat%sneposílejte%s mi bezpečnostní aktualizace a vylepšení, vzdělávací obsah a nabídky.%s plánÚčtováno %sNejlepšíDobrý denJejdaDobrý den %s,HurálicenceWebymsnová Beta verzenová verzenení ověřenoCenaCeníkVerzesposílejte mi bezpečnostní aktualizace a vylepšení, vzdělávací obsah a nabídky.přeskočitHmmspustit zkušební verzipředplatnépřepínámnejnovější %s verze zdezkušebníZkušební verzeSmazatPřejít na nižší verziUpravitSkrýtOdebírat novinkyOdhlásit seZakoupitZobrazitPřeskočitAktualizovatVylepšitPřed %sfreemius/languages/freemius-fr_FR.mo000064400000133364151213253110013505 0ustar00��T� � A� S� %#!I!U!a!h!6{!��!_g"#�"�"#	#
#'#.#6#?#G#@P#H�#�#O�#=$A$`$�$�$�$�$�$�$�$�$�$&%-)%W%	l%v%�%�%�%�%5�%�%�%	
&&' &H&a&	n&x&o�&�&�'�'�'"�'�'2(!A(ac(0�(�()).)6)J)R)[)c)
h)v)�)�)�)�)��)
_*j*~*�*	�*
�*�*�*Y�*>+M+^+j+s+x+�+(�+1�+%�+:",],b,s,{,
�,�,�,�,	�,�,
�,�,x�,�g-�-		..+.?.tG.�.�.�.///>/
Z/�e/[�/fY0�0
�0�0Y�0a21�1�1�1
�1
�1;�122�&2%3
*353B3O3j^3�3	�3�33�34~34U�45$5=5)X5-�5�5S�56'06X6M[67�6g�6pI7�7�7y�7T8m8�8�8�8�8 �8�8	�819.:9Oi9�9A9:y{:�:a;w;B{;,�;�;�;�;
<(<
A<L<S<[<m<y<�<�<4�<�<	�<�<�<�<=='=3=:=F=R=l=q=~=�=�=!�=�=
�=�=�=�=%�=+#>O>
g>u>/�>�>m�>~$?�?�?�?�?�?�?
�?
�?)@,@I@4R@�@5�@(�@�@�@-
A8AULA��A1kB~�BC[9D�D�D�D	�D�D(�D*
E"8E1[E+�E*�E&�ENFZFbFxF.�F)�F�F�F	GG G
(G
3G>GGGWGiG
rG}G�G�G�GW�G
H"H9HBH]HdHhHqHyH�H�H
�H5�Hs�Hl\I&�I�I�I
JJ7JPJdJlJ�J	�J�J&�JL�JfKxK~K�K�K�K�K�K
�K�K�K�K�L��L/1MaM)�M
�M
�M\�MN3NFNCeN�N�N��NdeO-�O�O�OPP'1PMYPG�P	�P�P�PQ
QQEQ[QnQ�Q�Q�Q�Q*�Q�Q*�Q^RyR�R�Rd�R�R�RS!S.SASiISW�S"TB.T6qT�T
�T�T-�T
U(U&>UeUU�U$�UM�U�U/VAVoaV>�VW&'WZNWT�WR�W.QX.�X9�XZ�X3DY<xYb�YPZUiZ_�Z�[K�[(\G/\#w\)�\$�\U�\)@]j]|];�]6�]>^K^Q^l^�^$�^�^�^�^_&7_*^_7�_�_�_�_3`C`X`n`�`�`*�`1�`a0a#Daha�a�a�a�a�a�a�abNbcb�b�b�b�b�b1�bc'c;cKcWc
dcoc|c�c�cQ�c�cd	dd9d?dRd^d	md	wd�d�d
�d	�d	�d�d�d�d	�dh�i"Uj!xj�j�j	�j�j>�j�kb�k*Blml
�l�l�l�l
�l�l�l�li�lZIm�mW�mn n)n2n9nLnTn
\ngn}n�n�n1�n1�n0oCoKo[opo�o�oB�o�o�o�op*
p8pUpipxp~�p
q�q�q&�q-
r!;rF]r!�r}�rXDs#�s�s�s
�s�sttt#t(t7tVt+jt�t�t��tyu�u�u�u�u�u�u�unv�v�v�v�v�v�v$�v/w2<w9ow�w�w�w�w�w�w
�wx x%x2x7xCxxZx��xzy	�y&�y�y�y��y$yz!�z�z�z�z%{".{
Q{�_{s|m�|}
}}d}�~}~,	~6~>~M~Og~�~�~T�~�
#�1�B�O�xc�܀���K�O��o�]��!]�*���0ɂ2��-�gI���1˃��P�;Q�q�����(�������(;�7d���$��ֆ�/�;�	C�2M�9��U����5���� ��O���s�M{�Ɋъ�/��*�G�V�_�g�z�������?��-��	,�6�:�A�I�"R�u�������#��ތ���#�54� j�
��������6��>�$�A�R�4b�������$�����%ɏ���� �5�7D�|�	��P����T��1S�����1���X���X�:C��~�]/�n��$��!�(�;�H�	_�i�u�y�������Z���)$�N�7V�5��ėԗ���
�#�3�G�P�f�}�
��������˜x�Y�#r�����	��ƙʙ����
*�>8��w����-{�����0כ"�+�H�W�_�z�����*��[��o���
��������ɝ՝ݝ.��!&��H����-��ڟ(��"�
*�z5���Ƞ&�Y	�c�,{����}R�3Т�� �(�.H�aw�G٣	!�+�1�7�=�N�YS���Ǥ�����/3�c�1p����������ƥ	L�V�%h���"��	æxͦjF�0��S�P6�������&Ҩ���*'�R�o�s�.|�c���0%�V��u�F#�j�"�����d<�b��)�/.�=^�k��6�D?����w�g��w��k�Y�$q�P���-�(4�W]�(��޲�#��*�
E�	S�]�l�������	������	��"��+��
��&�=�B�I�P�Y�a�y�������������ĴѴ����
�q�
������������������Ƶɵ
ڵ���������
*�
5�@�_�e�	v���������������ɶжݶ	� %s to access version %s security & feature updates, and support.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBillingBlockingBlog IDBodyBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClear Updates TransientsClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.During the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.Invalid site details collection.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense KeyLicense keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicenseQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageYesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew versionnot verifiednounPricenounPricingproduct versionVersionsecondssecskipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Boris Colombier <transifex.com@wba.fr>, 2018
Language-Team: French (France) (http://app.transifex.com/freemius/wordpress-sdk/language/fr_FR/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: fr_FR
Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
%s pour accéder aux mises à jour de sécurité et de fonctionnalités de la version %s, et au support.Compléter "%s" Activer MaintenantL'Add-on %s a bien été acheté.%s Installations%s LicencesIl y a %s%s et ses add-onsCommission de %s quand un client achète une nouvelle licence.La période d'essai du %s a bien été annulé. L'add-on a été désactivé car il ne fonctionne qu'avec la version premium. Si vous souhaitez l'utiliser ultérieurement, vous devrez acheter une licence.%sest un add-on pour la version premium. Vous devez acheter une licence avant d'activer le plugin.%s est le nouveau propriétaire du compte.Montant de paiement minimum %s.%s ou plus%s notation%snotations %s sec%s étoile%s étoiles%s fois%s fois%s pour permettre les mises à jour de sécurité et de fonctionnalités de la version %s, et le support.Cookie de tracking de %s après la première visite pour maximiser les potentiels de gain.Fonctionnalités payantes de %s%sCliquez ici %s pour choisir les sites sur lesquels vous souhaitez activer la licence.API&#x2190;&#x27a4;CompteDétails du compteActionsActiverActiver %sActiver la formule %sActiver les fonctionnalités %sActivez la version gratuiteActiver la licenceActiver la licence sur tous les sites en attente.Activer la licence sur tous les sites du réseau.Activer cet add-onActivéAdd Ons pour %sAdd Ons du module %sAjouter une autre adresseAdd-OnAdd-OnsLes add-ons doivent être déposés sur WordPress.org ou Freemius.AdresseAdresse ligne %dAffiliationAffiliationAprès vos %s gratuits, payez seulement %sValider & Activer la licenceToutes les demandesTous les typesAutoriser & ContinuerÉventuellement, vous pouvez l'ignorer pour l'instant et activer la licence plus tard, sur votre page de compte du réseau %s.MontantUn téléchargement et une installation automatique de %s (version premium) de %s va commencer dans %s. Si vous voulez le faire manuellement, cliquez sur le bouton d'annulation maintenant.Commentaire anonymeActiver sur tous les sites en attente.Effectuer sur tous les sites dans le réseau.Postuler pour devenir un affiliéÊtes-vous sûr de vouloir supprimer toutes les données de Freemius ?Êtes-vous de vouloir continuer ?Comme nous bloquons sur 30 jours pour les remboursements éventuels, seules sont payées les commissions de plus de 30 jours.L'installation automatique ne fonctionne que pour les utilisateurs qui se sont inscrits.Renouvellements automatique dans %sInstallation automatiqueNote moyenneFormidableDevenir un affiliéFacturationBloquantBlog IDBodyRaison socialeAcheter une licence maintenantAcheter une licenceVous ne trouvez pas votre clef de licence ?AnnulerAnnuler %s et poursuivreAnnuler %s - Je n'ai plus besoin de mises à jour de sécurité et de fonctionnalités, ni de support pour %s parce que je n'ai pas l'intention d'utiliser le %s sur ce site, ou tout autre site.Annuler %s ?Annuler l'installationAnnuler l'abonnementAnnuler la période d'essaiAnnuléAnnulation de %sAnnulation de %s...Annuler votre abonnementAnnuler la période d'essai va immédiatement bloquer les fonctionnalités premium. Souhaitez-vous continuer ?Changer la licenceChangement De PropriétaireChanger de formulePaiementVilleVider le cache APIVider les transients de mise à jourCliquer ici pour utiliser le plugin anonymementCliquez pour voir les avis avec une notation de %sCliquez pour voir la capture d'écran %d en pleine tailleProduitsCodeCompatible jusqu'àContactContacter l'AssistanceContactez NousContributeursImpossible d'activer %s.PaysType de CronDateDésactiverDésactiver la licenceDésactiver ou désinstaller le %s désactivera automatiquement la licence, que vous pourrez utiliser sur un autre site.Désactiver la licence bloquera toutes les fonctionnalités premium mais vous permettra d'activer la licence sur un autre site. Êtes-vous sûr de vouloir continuer ?DésactivationDebug LogDéléguer aux administrateurs du siteSupprimer tous les comptesDétailsNe pas annuler %s - Je veux toujours recevoir les mises à jour de sécurité et de fonctionnalités, ainsi que d'être en mesure de contacter le support.Vous n'avez pas de clef de licence ?Faire une donation pour ce pluginRétrograder votre formuleTéléchargementTélécharger la version %sTélécharger la dernière version %sTélécharger la dernière versionTéléchargéSuite à une violation de nos conditions d'affiliation, nous avons décidé de bloquer temporairement votre compte d'affilié. Si vous avez la moindre question, merci de contacter le support.Durant le processus de mise à jour nous avons détecté %d site(s) toujours en attente d'activation de la licence.Durant le processus de mise à jour nous avons détecté %s site(s) dans le réseau que vous devez vérifier.EmailAdresse emailFinIndiquez l'adresse de votre site ou d'autres sites sur lesquels vous pensez faire la promotion du %sIndiquez ci-dessous l'adresse email que vous avez utilisez pour la mise à jour et nous allons vous renvoyer le code de la licence.ErreurUne erreur a été reçu depuis le serveur :ExpiréExpire dans %sAdresses supplémentairesAdresses supplémentaires depuis lesquelles vous ferez la promotion du produit.FichierFilterPour être en accord avec les directives de WordPress.org, avant que nous commencions la période d'essai, nous vous demandons de nous permettre de récupérer votre nom d'utilisateur et des informations non sensibles du site afin de permettre au %s de communiquer avec %s pour vérifier les mises à jour et valider votre période d'essai.GratuitEssai gratuitVersion gratuiteAPI FreemiusDébuggage FreemiusLe SDK Freemius ne trouve pas le fichier principal du plugin. Merci de contacter sdk@freemius.com en indiquant l'erreur.État de FreemiusNom completFonctionObtenez des commissions pour les renouvellements automatiques d'abonnement.Vous avez une clef de licence ?Dites, savez-vous que %s propose un système de affiliation ? Si vous aimez le %s vous pouvez devenir notre ambassadeur et gagner de l'argent !Que pensez-vous de %s ? Testez nos %s fonctionnalités premium avec %d jours d'essai gratuit.Comment téléverser et activer ?Comment allez-vous faire de la promotion ?Je ne peux plus payer pour çaJe ne comprends pas comment le faire fonctionnerJe ne veux pas partager mes informations avec vousJ'ai trouvé un meilleur %sJ'ai mis à jour mon compte mais quand j'essaie de synchroniser la licence, la formule est toujours %s.Je n'ai plus besoin du %sJe n'ai besoin de %s que pour une courte périodeIDSi vous cliquez, cette décision sera déléguée aux administrateurs des sites.Si vous avez un instant, merci de nous indiquer pourquoi %sSi vous voulez transférer la propriété du compte de %s à %s cliquez sur le bouton Changement De PropriétaireSi vous voulez utiliser le %s sur ces sites, merci d'indiquer votre clé de licence ci-dessous et de cliquer sur le bouton d'activation.Information importante de mise à jour :Dans %sDans le cas où vous n'avez PAS l'intention d'utiliser ce %s sur ce site (ou tout autre site) - voulez-vous aussi annuler le %s ?Installer la version gratuite maintenantInstaller la dernière mise à jour gratuite maintenantInstaller maintenantInstaller la mise à jour maintenantInstallation du plugin : %sID du module non valide.Récupération des détails du site non valide.FactureEst actifIl semble que la licence ne puisse être activée.Il semble que la désactivation de la licence a échoué.Il semble que vous ne soyez plus en période d'essai donc il n'y a rien à annuler :)Il semble que vous soyez encore sur la formule %s. Si vous avez mis à jour ou changer votre formule, le problème est probablement de votre côté - désolé.Il semble que votre site n'ait pas de licence active.Il semble que l'un des paramètres d'authentification soit faux. Veuillez mettre à jour votre  Public Key, votre Secret Key ainsi que vote User ID et essayez à nouveau.Ce n'est pas ce que je rechercheSachez que les informations de l'add-ons de %s sont issus d'un serveur externe.ClefMerci de nous indiquer ce qui ne fonctionne pas afin que nous puissions le corriger pour les futurs utilisateurs...S'il vous plait, dites nous pourquoi afin que nous puissions nous améliorer.DernierDernière mise à jourDernière licenceLa dernière version gratuite a été installéDernière Version InstalléeEn savoir plusLongueurLicenceContrat de licenceClef de licenceClef de licenceLa clé de licence est vide.À vieVous aimez %s ? Devenez notre ambassadeur et gagnez du cash ;-)Chargement des options de la base de donnéesLocalhostLogLoggerMessageMéthodeMigrer les options vers le réseauApplications mobilesModuleChemin d'accès du moduleType de modulePlus d'informations à propos de %sNomRéseau de BlogRéseau d'UtilisateurNouveauUne nouvelle version est disponibleLa nouvelle version gratuite ( %s ) a été installéNouvelle Version (%s) InstalléeNewsletterSuivantNonID manquantPas d'engagement durant %s - annuler quand vous voulezPas d'engagement durant %s jours - annuler quand vous voulez !Pas besoin de carte bancairePas d'expirationSans expirationAucune formule du %s ne propose de période d'essai.O.KUne fois la licence expirée vous pourrez toujours utiliser la version gratuite mais vous n'aurez PAS accès aux fonctionnalités de %s.Une fois votre licence expirée, vous ne pourrez plus utiliser le %s, sauf si vous l'activez à nouveau avec une licence premium valide.InscriptionDésinscriptionInscrivez-vous pour améliorer "%s" !AutreEmail du propriétaireID du propriétaireNom du propriétaireCompatible PCILes add-ons payant doivent être déposés sur FreemiusAdresse email du compte PayPalPaiementsLes paiements se font en Dollars US et sont effectués mensuellement via PayPal.FormuleLa formule %s n'existe pas, il n'est pas possible de commencer une période d'essai.La formule %s ne propose pas de période d'essai.ID de la formuleMerci de nous contacter iciMerci de nous contacter avec le message suivant :Merci de télécharger %s.Merci d'indiquer le code de licence que vous avez reçu par email juste après l'achat :N'hésitez pas à indiquer des statistiques pertinentes concernant votre site ou vos réseaux sociaux telles que le nombre de visiteurs mensuel, le nombre d'abonnés, de followers, etc... (C'est informations resteront confidentielles)Merci de suivre ces étapes pour finaliser la mise à jourMerci de nous indiquer si vous souhaitez que nous vous contactions pour les mises à jour de sécurité et de fonctionnalités, du contenu instructif et des offres spéciales :Veuillez noter que nous ne serons pas en mesure de garantir le maintien des prix actuels pour les renouvellements/nouveaux abonnements après une annulation. Si vous choisissez de renouveler l'abonnement manuellement à l'avenir, après une augmentation de prix, qui se produit généralement une fois par an, le prix mis à jour vous sera facturé.Merci d'indiquer en détail comment vous allez faire la promotion du %s (en étant aussi précis que possible)Merci d'indiquer vos prénom et nom.PluginSite Web du pluginID du pluginInstallation du PluginChangelogDescriptionFAQFonctionnalités & TarifsInstallationAutres InformationsCommentairesLe plugin est un  "Serviceware" ce qui veut dire qu'il n'a pas de version premium de code.PluginsSynchronisation des plugin et des thèmesPremiumLa version premium de %s a été activée avec succès.La version premium de l'add-on est déjà installée.Version premiumVersion premium déjà active.TarifsPolitique de confidentialitéPoursuivreID du processusTraitement en coursProduitsSommaire du programmeMéthodes de promotionRégionClef publiqueAcheter une licenceCommentaires rapidesQuotaRenvoyer l'email d'activationParrainez des nouveaux clients pour notre %s et gagnez une commission de %s sur chaque vente réussie que vous affiliez.Renouvelez votre licenceRenouvelez votre licence maintenantDemandesVersion de WordPress requiseRésultatSDKChemin d'accès du SDKÉconomisez %sCrons programmésCaptures d'écranRecherche par adresseClef secrêtePage %s sécurisée HTTPS, s'exécutant sur un domaine externeIl semble que nous ayons un problème temporaire avec l'annulation de votre abonnement. Merci de réessayer dans quelques minutes.Il semble que nous ayons un problème temporaire pour annuler votre période d'essai. Merci de réessayer dans quelques minutes.Il semble que vous ayez la dernière version.Choisir le paysEnvoyer le code de la licenceMise en place des options de la base de donnéesSimuler la mise à jour du réseauSimuler la promotion d'essaiLicence 1 siteSite IDSite ajouté avec succès.SitesPasser & %sSlugRéseaux sociaux (Facebook, Twitter, etc.)Désolé pour le dérangement et nous sommes là pour vous aider si vous nous le permettez.Désolé, nous ne pouvons pas mettre à jour l'email. Il existe déjà un autre utilisateur avec cette adresse.DébutEssai gratuitCommencer ma %s gratuiteÉtatEnvoyer & %sInscriptionSupportForum de SupportSynchronisation des données depuis le serveurCode TVAConditions générales de serviceMerci d'avoir postulé à notre programme d'affiliation, malheureusement, nous avons décidé pour le moment de décliner votre dossier. Merci d'essayer à nouveau d'ici 30 jours.Merci d'avoir postulé à notre programme d'affiliation, nous regarderons votre dossier durant les 14 prochains jours et nous reviendrons vers vous avec d'autres informations.Merci beaucoup d'utiliser %s et ses add-ons !Merci beaucoup d'utiliser %s !Merci beaucoup d'utiliser nos produits !Merci !Merci %s !Merci pour la confirmation du changement de propriétaire. Un email vient d'être envoyé à %s pour la validation finale.Le %s a cassé mon siteLe %s n'a pas fonctionnéLe %s n'a pas fonctionné comme prévuLe %s est bien mais j'ai besoin de fonctionnalités spécifiques que vous ne proposez pasLe %s ne fonctionne pasLe %s a soudainement arrêté de fonctionnerL'installation a commencé et peut prendre quelques minutes pour se finir. Merci de patienter jusqu'à ce qu'elle soit terminée - veuillez ne pas rafraichir cette page.Le package du plugin à télécharger ne contient pas de dossier avec le bon slug et iln'a pas été possible de le renommer.La mise à jour du %s s'est terminée avec succès ThèmeChangement de ThèmeThèmesIl y a une %s de %s disponible.Il y a une nouvelle version disponible de %s. Ce plugin n'a pas été indiqué comme étant compatible avec votre version actuelle de WordPressCe plugin n'a pas été testé avec votre actuelle version de WordPressTimestampTitreTotalVillePériode d'essaiTypeImpossible de se connecter au système de fichiers. Merci de confirmer vos autorisations.Licences sites illimitésMises à jour illimitéesCommissions illimitées.Jusqu'à %s SitesMise à jourMettre à jour la licenceMises à jour, annonces, marketing, pas de spamMise à jourTéléverser et activer la version téléchargéeGénialUser IDUtilisateursValeurUn email de vérification vient d'être envoyé sur %s. Si vous ne le recevez pas d'ici 5 minutes, merci de vérifier dans vos spams.VérifiéVérifier l'emailLa version %s vient d'être publiée.Voir les détailsVoir les fonctionnalités payantesAttentionNous ne trouvons aucune licence active associée avec cette adresse email, êtes-vous qu'il s'agit de la bonne adresse ?Nous ne trouvons pas votre adresse mail dans notre système, êtes-vous qu'il s'agit de la bonne adresse ?Nous avons fait quelques modifications au %s, %sNous sommes impatient de vous présenter l'intégration Freemius au niveau réseau.Statistiques du site web, de l'adresse email et des réseaux sociaux (optionnel)À quoi vous attendiez-vous ?Quelle fonctionnalité ?Quel est votre %s ?Quel prix seriez-vous prêt à payer ?Que recherchez-vous ?Quel est le nom du %s ?Où allez-vous faire la promotion du %s ? Page WordPress.org du pluginOuiOui - %sVous avez déjà utilisé la période d'essai.Vous êtes à 1 clic de commencer votre période d'essai gratuite de %1$s jours de la formule %2$s.Vous êtes tout bon !Vous utilisez déjà le %s en période d'essai. Il ne reste qu'une étape - %sVous pouvez toujours profiter de toutes les fonctionnalités de %s mais vous n'aurez plus accès aux mises à jour de sécurité ou de fonctionnalités de %s, ni au support.Vous n'avez pas de licence valide pour accéder à la version premium.Vous avez une license pour %s.Votre %s a bien été mis à jour.Peut-être que cela vous a échappé mais vous n'êtes pas obligé de partager la moindre information et vous pouvez juste %s l'enregistrement.Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à améliorer le %s.Vous avez déjà validé notre suivi d'utilisation qui nous permet de continuer à les améliorer.Votre Add-on %s a bien été mis à jour.Votre période d'essai %s a bien été annulé.Votre compte a été activé avec succès avec la formule %s.Votre dossier d'affiliation pour %s a été accepté ! Identifiez-vous dans votre espace affilié sur : %s.Votre compte affilié a été suspendu temporairement.Votre email a été vérifié avec succès - vous êtes FORMIDABLE !Votre période d'essai gratuite est terminée. %1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption.Votre période d'essai gratuite est terminée. Vous pouvez continuer à utiliser toutes nos fonctionnalités gratuites.Votre licence a été annulé. Si vous pensez qu'il s'agit d'une erreur, merci de contacter le support.Votre licence a expiré.%1$sFaites la mise à jour maintenant%2$s pour continuer à utiliser le %3$s sans interruption.Votre licence a expiré. Vous pouvez toujours utiliser les fonctionnalités %s mais vous devrez renouveler votre licence pour recevoir les mises à jour et une assistance.Votre licence a expiré. Vous pouvez toujours utiliser la version gratuite indéfiniment.Votre licence a bien été activée.Votre licence a bien été désactivé, vous utilisez à présent la formule %s.Votre nom a été mis à jour.Votre formule a bien été modifié vers %s. Votre formule a bien été mise à jour.Votre abonnement a bien été annulé. Votre licence de la formule %s expirera dans %s.Votre période d'essai a bien démarré.Code postalDirectement%s ne peut pas fonctionner sans %s.%s ne peut pas fonctionner sans le plugin.Avertissementautoriser%s restante(s)Activation en coursannéeAPIFermerDebuggageFélicitationsBloquéConnectéTélécharger la dernière versionTélécharger la dernière version gratuiteMensuelExpirationCheminEmail en cours d'envoimoisAnnuelAnnuelUne foisFormuleClef secrète manquanteVersions du SDKLicenceSynchroniserSynchroniser la licenceAuteurOffOnBasé sur %sCommencer l'essai gratuitFermerFermerDésactivationdéléguerne %sPAS%s m'envoyer de mises à jour de sécurité ou de fonctionnalités, ni de contenu instructif, ni d'offre.Formule %s%s FacturéBestHeyOupsHey %s,YoupilicenceSitesmsNouvelle versionNon vérifiéTarifTarifsVersionsecpasserHmmcommencer la période d'essaiabonnementChangementla dernière version de %s iciessaiPériode d'essaiSupprimerRétrograderÉditerCacherInscriptionDésinscriptionAcheterAfficherPasserMise à jourMise à jourIl y a %sfreemius/languages/freemius-de_DE.mo000064400000207252151213253110013445 0ustar00���<\*\*A]*��*nB+2�+Z�+h?,S�,%�,"-.-:-A-�T-6�-�1._�.F/f/#}/�/%�/�/	�/
�/0
000#0@,0+m0H�0�0O�0ME1j�1��1�2)�2�2�233�3�3�3�3�3�3�34&4-=4k4	�4�4�4�4�4�45�455	5(5'45\5u5	�5�5o�5
6�6G�6T�6P7�o78,8"H8k8(�82�8!�8>9aE9+�90�9::-:<:D:X:]:e:x:�:�:�:�:
�:�:�:E�:y;�;�;�;��;
X<c<w<�<	�<
�<�<�<Y�<7=F=W=c=o=x=}=�=
�=(�=1�=%>:2>m>
r>�>�>�>
�>�>�>�>	�>7�>!?
&?1?xD?��?R@	_@�i@�@A*A2A5BAxAX�At�AaB{B�B�B�B�B�B�B
C� C��CrD[�Df�DGE
ME[EpE�E�EY�E_�Ea\F�F�F�FG
G
G
!G;/GkGpG�wGOvH�H
�H�H�H�Hj�HjI5yI	�I�I3�I2�I)J~=J:�JU�JMKiK�K�K)�K-�KLSLsL'�L�Lg�LMMZlM7�M>�Mm>Ng�NpO�O�Oy�OP8PXPdPwP �P�P%�P �PQQ-QDQ	bQ&lQ��Q1)R.[RO�R�RAZS�Sy�S26TiT�Ta�TUU%UB)U,lU�U�U�U�U�U
�U�UV	V
V&V2VBVNVdV4mV�V	�V�V�V�V�V�V�V�VWW(W/W;WGWaW,fW�W�W�W��WnXrX�X!�X�X
�X�X�X%�XY%Y+8YdY
|Y�Y/�Y�Ym�Y~9Z�Z�Z��Zi[q\�\�\�\
�\
�\)�\.�\V]fq]|�]U^r^4{^�^5�^(�^__-3_a_Uu_6�_�`1�`~�`|a[�b�bcc	+c5c(Dc*mc"�c1�c+�c*d&DdNkd�d�d�d.�d)e9eIeieqe�e
�e
�e�e�e�e�e
�e�e
�e�effW*f
�f�f�f�f�f�f�fggggg.g:g
Lg5Wgs�glh&nh�h�h
�h�h�i�i�ij(j0jLj	Rj\jaj=mj&�jL�jfk�k�k�k�k�k�k
�k�k�k�k�k
�kl!l.l�?l��l%lm/�m�m)�m
n
n\"nn�n��n6oKo^oC}o�o�o�o�pm�pxqd|q-�qrr"r)r'Hr�prMsGks,�s�s	�st�tS�t�u��u�4vw"w'w-wE2wxw�w�w�w�w�w*�wx*x^7x�x�x�x�x�xd�x'y0y=y
Vydywy�y�y�y�y�y�yzizW�zn�z�H{"�{B|6S|=�|�|
�|�|-�|*}H}&^}/�}�}#�}*�}~"~+~/I~Qy~U�~D!$fM��/��o;�>��� �&"�<I�D��ZˁO&��v����T~�RӃ.&�.U���-��;ą9�Z:�3��<Ɇb�Pi�U��_��p�K�(W�G��#ȉ%�)�$<��a�U�)X�������ɋ;ދ6�>Q�������ь$��&�B�^�&|�*��7΍��;�3T�������ˎߎ*��1'�Y�u�#����ɏۏ����.�C�W�\�a�n�Nw�Ɛ���.�?�P�U�[�1v�����đԑ��
��	���7�
@�N�9Z�C��ؒQݒ/�?�	L�V�p���������	��	ɓӓߓ
�	��	���'��4�]���X�����v��x�'��%������	���4˜��nǝ'6�^�$z���*��������	 �*�1�\8�=��Qӟ%�[@�c�������i�	m�w�����
�����L�
U�`�m������3ˣ2��2�	J�T�d�y�����F����	�	
�4�L�
j�
x������� �eئh>�'���ϧ��)��%��'�+�?7�*w�2��vթ-L�Gz�"ª����'�6�
;�F�
^�i�	q�{�
������
��W«|�/��	ǬѬ��
����ʭ߭�����o6�����ʮ׮���$�,�+9�Je�7����
�����2�:�F�b�g�?p�����ð�װ�j�
"�	0��:� ��(�0�6F�"}�Z����� ����Դ���$&�!K�m��}��F��h�r������� (�I�N�af�oȸ{8���Թ۹
���
�
!�D/�t�z�%��`��	��)�<�I��X�ݼG�5�I�BR�4��ʽ��Iu�h��)(�R�$m���3��4�!�k=���8��I�YM�h��B�QS�u��t�����5��;�%��1��!�4�N�"i���0��"�������:�	Y�)c����AB�B��\���$�D��%��B�2��)�/�tK�
�� ��
��f��<a�����
��)����
��&�
-�	;�E�V�f�w�
��D����	�����	&�0�	8�B�'S�{���
��	������/��
���(��<�����
�*�E�
e�p�y�4~���1��6��%�D�U�5f���|�����������R��#���	��$�7�EC�������'����	
�O�d�Di�)������2��.�\F�E�����;����S��]�)d�����	����	�������������R�n�v���/��+������&�
<�
G�R�_�h�������
������
����q�~���������,����"�+�8�D�S�_�w�B������X�2���#�;�EL����������� ��	 �*�=�A�JM�(��m��~/���������������&�
6�A�
P� ^�� ������q�4(�2]� ��-��
��	��z��o������"7�Z�*x�U����*�>��Z�����t�s�3������� ��+����S��PM�4����������p���F��������������a��R�f�z�������-����8��/�4�G�S�f�o��t�����7�%J�)p�+������#�(�8�T��\�l��S���0��L�90�Hj�����6�(�@�\�;u���&�$���#�CB�M��P�E%�=k�i���&�'=��e�F��=� U�*v�D��L�_3�X�������f<~�1"<TM�.�=9Le�2�:yZq�dFi��[�)G:)�&�-�'�)O�.I	x		�	�	�	�	%�		�	
		

"
'
	+
5
A
	Y
	c
m
(
	�
�
�

�
�
	�
	�
�
�
�

!&<BFI!Z
|
�����	�V�%-AGM	T^emy	�����������
d
Lj

�
�
�

�

�
�
06;	D
N
Ydmv}
���� %s to access version %s security & feature updates, and support. The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"The <product_label>", e.g.: "The plugin"The %s's%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s.%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first).%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is my client's email address%s is my email address%s is the new owner of the account.%s minimum payout amount.%s opt-in was successfully completed.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s to activate the license once you get it.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.<a href="%s" target="_blank">Click here to learn more about updating PHP</a>.A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours.A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder.APIAPI connectivity state is unknownUnknownASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsAccount is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again.ActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.An unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred while trying to toggle the license's white-label mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre both %s and %s your email addresses?Are you sure you want to delete all Freemius data?Are you sure you want to proceed?Are you sure you would like to proceed with the disconnection?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Associate with the license owner's account.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBodyBundleBundle PlanBusiness nameBuy a license nowBuy licenseBy changing the user, you agree to transfer the account ownership to:By disconnecting the website, previously shared diagnostic data about %1$s will be deleted and no longer visible to %2$s.Can't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanChange UserCheckoutCityClear API CacheClear Updates TransientsClick hereClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCommunicationCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeCurrent %s & SDK versions, and if active or uninstalledDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDebug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.Delegate to Site AdminsDelete All AccountsDetailsDiagnostic InfoDiagnostic data will no longer be sent from %s to %s.Disabling white-label modeDisconnecting the website will permanently remove %s from your User Dashboard's account.Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest %s versionDownload the latest versionDownloadedDue to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.Duplicate WebsiteDuring the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEmail address updateEnabling white-label modeEndEnter email addressEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used during the purchase and we will resend you the license key.Enter the email address you've used for the upgrade below and we will resend you the license key.Enter the new email addressErrorError received from the server:ExpiredExpires in %sExtensionsExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.For delivery of security & feature updates, and license management, %s needs toFreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFreemius is our licensing and software updates engineFull nameFunctionGet commission for automated subscription renewals.Get updates for bleeding edge Beta versions of %s.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!Homepage URL & title, WP & PHP versions, and site languageHow do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I Agree - Change UserI can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s.If you click it, this decision will be delegated to the sites administrators.If you didn't get the email, try checking your spam folder or search for emails from %4$s.If you have a moment, please let us know why you are %sIf you skip this, that's okay! %1$s will still work just fine.If you wish to cancel your %1$s plan's subscription instead, please navigate to the %2$s and cancel it there.If you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid clone resolution action.Invalid module ID.Invalid new user ID or email address.Invalid site details collection.InvoiceIs %2$s a duplicate of %4$s?Is %2$s a new website?Is %2$s the new home of %4$s?Is ActiveIs active, deactivated, or uninstalledIs this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.It looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It requires license activation.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's a temporary %s - I'm troubleshooting an issueIt's not what I was looking forJoin the Beta programJust letting you know that the add-ons information of %s is being pulled from an external server.Keep SharingKeep automatic updatesKeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerLong-Term DuplicateMessageMethodMigrateMigrate LicenseMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNames, slugs, versions, and if active or notNetwork BlogNetwork UserNever miss an important updateNever miss important updates, get security warnings before they become public knowledge, and receive notifications about special offers and awesome new features.NewNew Version AvailableNew WebsiteNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo - only move this site's data to %sNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info.Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to.Opt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.Part of an activation link message.Click herePart of the message telling the user what they should receive via email.a license keyPart of the message telling the user what they should receive via email.the installation instructionsPart of the message that tells the user to check their spam folder for a specific email.the product's support email addressPayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please enter the license key to enable the debug mode:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires PHP VersionRequires WordPress VersionReset Deactivation SnoozingResultSDKSDK PathSave %sSavedScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to.Show error detailsSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSnooze & %sSo you can reuse the license when the %s is no longer active.Social media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart DebugStart TrialStart my free %sStateStay ConnectedStop DebugSubmitSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you for updating to %1$s v%2$s!Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.Thanks for upgrading.Thanks!The %1$s will be periodically sending essential license data to %2$s to check for security and feature updates, and verify the validity of your license.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe following products'The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$sThe products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$sThe remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn't work, contact the %s's author with the following:This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.This plugin requires a newer version of PHP.This will allow %s toTimestampTitleTo avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to.To ensure compatibility and avoid conflicts with your installed plugins and themes.To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize.To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to.TotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUser keyUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View %s StateView Basic %s InfoView Basic Profile InfoView Basic Website InfoView Diagnostic InfoView License EssentialsView Plugins & Themes ListView detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes.We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to.We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress & PHP versions, site language & titleWordPress.org Plugin PageWould you like to merge %s into %s?Would you like to proceed with the update?YesYes - %sYes - both addresses are mineYes - move all my data and assets from %s to %sYes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s.Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development.Yes, %2$s is a new and different website that is separate from %4$s.You already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.You marked this website, %s, as a temporary duplicate of %s.You marked this website, %s, as a temporary duplicate of these sitesYou might have missed it, but you don't have to share any data and can just %s the opt-in.You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes.You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s.You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.Your %s license was successfully deactivated.Your WordPress user's: first & last name, and email addressYour account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$sYour subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactivate a license hereactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismisscomplete the opt-indatadaysdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,hourhoursinstalled add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionproductsrevert it nowsecondssecseems like the key you entered doesn't match our records.send me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe above-mentioned sitesthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Oliver Heinrich, 2022-2023
Language-Team: German (Germany) (http://app.transifex.com/freemius/wordpress-sdk/language/de_DE/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: de_DE
Plural-Forms: nplurals=2; plural=(n != 1);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
 %s, um auf die Sicherheits- und Funktionsupdates der Version %s und den Support zuzugreifen.Der %s-%sDownload-Link%s, der Lizenzschlüssel und die Installationsanleitung wurden an %s gesendet. Wenn du die E-Mail nach 5 Minuten nicht finden kannst, überprüfe bitte dein Spam-Postfach. Die kostenpflichtige Version von %1$s ist bereits installiert. Bitte aktiviere sie, um von den %2$s Funktionen zu profitieren. %3$sDie %s%1$s wurde in den abgesicherten Modus versetzt, weil wir festgestellt haben, dass %2$s eine exakte Kopie von %3$s ist.%1$s wird sofort alle zukünftigen wiederkehrenden Zahlungen stoppen und deine %2$s Planz-Lizenz wird in %3$s auslaufen.Schließe jetzt die "%s"-Aktivierung ab%s Add-on wurde erfolgreich erworben.%s Installationen%s Lizenzenvor %s%s und seine Add-ons%s automatische Sicherheits- und Funktionsupdates und kostenpflichtige Funktionen funktionieren bis %s (oder bis zum Ablauf deiner Lizenz, je nachdem, was zuerst eintritt).%s Provision, wenn ein Kunde eine neue Lizenz kauft.Die kostenlose Testversion von %s wurde erfolgreich storniert. Da das Add-on nur Premium ist, wurde es automatisch deaktiviert. Wenn du es in Zukunft nutzen möchtest, musst du eine Lizenz erwerben.%s ist ein reines Premium-Add-on. Du musst zuerst eine Lizenz erwerben, bevor du das Plugin aktivieren kannst.%s ist die E-Mail-Adresse meines Kunden%s ist meine E-Mail-Adresse%s ist der neue Besitzer des Kontos.%s Mindestauszahlungsbetrag.%s Opt-In wurde erfolgreich abgeschlossen.%s oder höher%s Bewertung%s Bewertungen%s s%s Stern%s Sterne%s mal%s mal%s, um auf die Sicherheits- und Funktionsupdates der Version %s und den Support zuzugreifen.%s, um die Lizenz zu aktivieren, sobald du sie erhalten hast.%s Tracking-Cookie nach dem ersten Besuch, um das Ertragspotenzial zu maximieren.Bezahlte Funktionen von %s%sKlicke hier%s um die Webseite auszuwählen, auf denen du die Lizenz aktivieren möchtest.<a href="%s" target="_blank">Klicke hier, um mehr über die Aktualisierung von PHP zu erfahren</a>.Eine Bestätigungs-E-Mail wurde gerade an %s gesendet. Der Besitzer der  E-Mail-Adresse muss die Aktualisierung innerhalb der nächsten 4 Stunden bestätigen.Eine Bestätigungs-E-Mail wurde gerade an %s gesendet. Du musst die Aktualisierung innerhalb der nächsten 4 Stunden bestätigen. Wenn du die E-Mail nicht findest, überprüfe bitte deinen Spam-Ordner.APIUnbekannt&#x2190;&#x27a4;KontoKonto DetailsDie Aktivierung des Kontos steht noch aus. Bitte überprüfe deine E-Mails und klicke auf den Link, um dein Konto zu aktivieren, und sende dann das Affiliate-Formular erneut.AktionenAktivierenAktiviere %sAktiviere %s PlanAktiviere %s FunktionenKostenlose Version freischaltenLizenz freischaltenAktiviere die Lizenz auf allen ausstehenden Seiten.Aktiviere die Lizenz auf allen Seiten im Netzwerk.Aktiviere dieses Add-onAktiviertAdd-Ons für %sAdd-Ons von Modul %sWeitere Domain hinzufügenAdd-onAdd-onsDas Add-on muss auf WordPress.org oder Freemius bereitgestellt werden.AdresseAdresse Zeile %dAffiliateAffiliateNach deinem kostenlosen %s zahlst du so wenig wie %sZustimmen & Lizenz aktivierenAlle AnfragenAlle ArtenErlauben & FortfahrenAlternativ kannst du auch diesen Schritt überspringen und die Lizenz später auf der Netzwerk-Kontoseite deines %s aktivieren.BetragEin automatischer Download und die Installation von %s (kostenpflichtige Version) von %s wird in %s starten. Wenn du es manuell machen möchtest - klicke jetzt auf den Abbruch-Button.Beim Versuch, den Beta-Modus für den Benutzers einzustellen, ist ein unbekannter Fehler aufgetreten.Beim Versuch, auf den White-Label-Modus der Lizenz umzuschalten, ist ein unbekannter Fehler aufgetreten.Ein unbekannter Fehler ist aufgetreten.Ein Update auf eine Beta-Version ersetzt deine installierte Version von %s durch die neueste Beta-Version - verwende sie mit Vorsicht und nur auf Testseiten. Du wurdest gewarnt.Anonymes FeedbackAuf alle ausstehenden Webseiten anwenden.Auf alle Seiten im Netzwerk anwenden.Bewirb dich, um ein Affiliate zu werdenSind %s und %s beide deine E-Mail-Adressen?Bist du sicher, dass du alle Freemius-Daten löschen möchtest?Bist du sicher, dass du fortfahren willst?Möchtest du wirklich mit der Trennung fortfahren?Da wir 30 Tage für mögliche Rückzahlungen reservieren, zahlen wir nur Provisionen aus, die älter als 30 Tage sind.Mit dem Konto des Lizenzinhabers verknüpfen.Die automatische Installation funktioniert nur für eingeloggte Nutzer.Verlängert sich automatisch in %sAutomatische InstallationDurchschnittliche BewertungFantastischPartner werdenBetaAbrechnungAbrechnung & RechnungenBlockierenBlog IDHauptteilPaketPaket-PlanGeschäftsnameJetzt eine Lizenz kaufenLizenz kaufenIndem du den Benutzer wechselst, stimmst du zu, den Besitz des Accounts zu übertragen:Durch das Trennen der Website werden zuvor geteilte Diagnosedaten über %1$sgelöscht und sind für %2$snicht mehr sichtbar.Du kannst deinen Lizenzschlüssel nicht finden?Abbrechen%s abbrechen & fortfahrenAbbrechen %s - Ich benötige keine Sicherheits- und Funktionsupdates mehr und auch keinen Support für %s, da ich nicht vorhabe, das %s auf dieser oder einer anderen Seite zu verwenden.%s abbrechen?Installation abbrechenAbonnement kündigenTestversion abbrechenAbgebrochenAbbruch von %sStoppe %s...Das Abonnement kündigenWenn du die Testversion abbrichst, wird der Zugang zu allen Premium-Funktionen sofort gesperrt. Bist du sicher?Lizenz ändernEigentümer wechselnPlan ändernBenutzer ändernKasseStadtAPI Cache löschenLöschen von Aktualisierungen RestenHier klickenKlicke hier, um das Plugin anonym zu nutzenKlicke, um Bewertungen zu sehen, die eine Bewertung von %s abgegeben habenKlicke, um den Screenshot in voller Größe zu sehen %dProdukteCodeKommunikationKompatibel bis zuKontaktKontaktiere SupportKontaktMitwirkendeKonnte %s nicht aktivieren.LandCron TypAktuelle %sund SDK-Versionen und falls aktiv oder deinstalliertDatumDeaktivierenLizenz deaktivierenWenn du das %s deaktivierst oder deinstallierst, wird die Lizenz hier automatisch deaktiviert und du kannst sie auf einer anderen Seite verwenden.Wenn du deine Lizenz deaktivierst, werden alle Premium-Funktionen gesperrt, aber du kannst die Lizenz auf einer anderen Seite aktivieren. Bist du sicher, dass du fortfahren möchtest?DeaktivierungDebug LogDer Debug-Modus wurde erfolgreich aktiviert und wird in 60 Minuten automatisch wieder deaktiviert. Du kannst ihn auch früher deaktivieren, indem du auf den Link "Stop Debug" klickst.An die Website Admins delegierenAlle Konten löschenDetailsDiagnoseinformationenDiagnosedaten werden nicht mehr von %s bis %sgesendet.Deaktivieren des White-Label-ModusDas Trennen der Website wird %sdauerhaft aus dem Konto Ihres Benutzer-Dashboards entfernt.%s bitte nicht stornieren - ich bin immer noch daran interessiert, Sicherheits- und Funktionsupdates zu erhalten, sowie den Support kontaktieren zu können.Du hast keinen Lizenzschlüssel?Für dieses Plugin spendenDowngrade deinen PlanDownloadDownload %s VersionBezahlte Version herunterladenLade die neueste %s Version herunterLade die neueste Version herunterHeruntergeladenAufgrund der neuen %sEU Datenschutzgrundverordnung (DSGVO)%s Compliance-Anforderungen ist es erforderlich, dass du deine ausdrückliche Zustimmung gibst und damit bestätigst, dass du an Bord bist :-)Aufgrund eines Verstoßes gegen unsere Partnerschaftsbedingungen haben wir beschlossen, dein Affiliate-Konto vorübergehend zu sperren. Wenn du Fragen hast, wende dich bitte an den Support.Duplizierte WebseiteWährend des Update-Prozesses haben wir %d Site(s) entdeckt, die noch auf eine Lizenzaktivierung warten.Während des Update-Prozesses haben wir %s Site(s) im Netzwerk entdeckt, die noch deine Aufmerksamkeit benötigen.E-MailE-Mail-AdresseE-Mail-Adresse aktualisierenAktivieren des White-Label-ModusEndeE-Mail-Adresse eingebenGib die Domain deiner Website oder anderer Webseiten an, von denen aus du planst, %s zu bewerben.Gib die E-Mail-Adresse ein, die du beim Kauf verwendet hast, und wir senden Dir den Lizenzschlüssel erneut zu.Gib unten die E-Mail-Adresse ein, die du für das Upgrade verwendet hast und wir senden dir den Lizenzschlüssel erneut zu.Gib die neue E-Mail-Adresse einFehlerFehler vom Server empfangen:AbgelaufenLäuft in %s abErweiterungenExtra DomainsZusätzliche Domains, von denen aus du das Produkt vermarkten wirst.DateiFilterUm die Richtlinien von WordPress.org einzuhalten, bitten wir dich vor dem Start der Testversion um ein Opt-In mit deinen Benutzer- und nicht sensiblen Seite-Informationen, damit %s regelmäßig Daten an %s senden kann, um nach Versions-Updates zu suchen und um deine Testversion zu validieren.Für die Bereitstellung von Sicherheits- und Funktionsupdates sowie die Lizenzverwaltung muss %sKostenlosKostenlose TestversionKostenlose VersionFreemius APIFreemius DebugDas Freemius-SDK konnte die Hauptdatei des Plugins nicht finden. Bitte kontaktiere sdk@freemius.com mit der gezeigten Fehlermeldung.Freemius StatusFreemius ist unser Dienstleister für Lizenzierung und Software-UpdatesVollständiger NamePositionErhalte Provisionen für automatisierte Abonnementverlängerungen.Erhalte Updates für aktuelle Beta-Versionen von %s.Hast du einen Lizenzschlüssel?Hallo, wusstest du, dass %s ein Partnerprogramm hat? Wenn du  %s magst, kannst du unser Affiliate-Partner werden und etwas Geld verdienen!URL und Titel der Homepage, WP- und PHP-Versionen und Sprache der WebsiteWie gefällt dir %s bis jetzt? Teste alle %s Premium-Funktionen mit der kostenlosen %d-Tage-Testversion.Wie kann ich es hochladen und aktivieren?Wie wirst du uns bewerben?Ich stimme zu - ändere den BenutzerIch kann es nicht mehr bezahlenIch habe nicht gewusst wie ich es zum Laufen bringeIch möchte meine Informationen nicht mit dir teilenIch habe ein besseres %s gefundenIch habe mein Konto hochgestuft, aber wenn ich versuche, die Lizenz zu synchronisieren, bleibt der Plan %s.Ich brauche das %s nicht mehrIch habe das %s nur für einen kurzen Zeitraum benötigtIDWenn dies ein langfristiges Duplikat ist, dann musst du nach %s bitte %s.Wenn du es anklickst, wird diese Entscheidung an die Administratoren der Seite delegiert.Wenn Du die E-Mail nicht erhalten hast, überprüfe deinen Spam-Ordner oder suche nach E-Mails von %4$s.Wenn du einen Moment Zeit hast, lass uns bitte wissen, warum du %sWenn du das überspringst, ist das in Ordnung! %1$swird immer noch funktionieren.Wenn Du stattdessen das Abonnement deines %1$sPlans kündigen möchtest, navigiere bitte zu %2$sund kündige es dort.Wenn du die Eigentümerschaft des Kontos von %s an %s abgeben möchtest, klicke auf den Button Eigentümer wechseln.Wenn du das %s auf diesen Seiten nutzen möchtest, gib bitte deinen Lizenzschlüssel unten ein und klicke auf den Aktivierungsbutton.Wichtiger Hinweis zum Upgrade:In %sFür den Fall, dass du NICHT vorhast, diesen %s auf dieser Seite (oder einer anderen Seite) zu verwenden - möchtest du den %s auch löschen?Kostenlose Version jetzt installierenUpdate der kostenlosen Version jetzt installierenJetzt installierenUpdate jetzt installierenInstalliere das Plugin: %sUngültige Klon-Auflösungsaktion.Ungültige Modul-ID.Ungültige neue Benutzer-ID oder E-Mail Adresse.Ungültige Website-Detailsammlung.RechnungIst %2$s ein Duplikat von %4$s?Ist %2$s eine neue Website?Wurde %4$s auf %2$s umgezogen?Ist AktivIst aktiv, deaktiviert oder deinstalliertIst dies die Seite deines Kunden? %s wenn du sensible Informationen wie deine E-Mail, Lizenzschlüssel, Preise, Rechnungsadresse & Rechnungen vor dem WP Admin verstecken möchtest.Es sieht so aus, als ob die Lizenz nicht aktiviert werden konnte.Es sieht so aus, als wäre die Lizenzdeaktivierung fehlgeschlagen.Es sieht so aus, als wärst du nicht mehr im Testmodus, also gibt es nichts zu stornieren :)Es sieht so aus, als wärst du immer noch im %s-Plan. Wenn du ein Upgrade oder einen Planwechsel durchgeführt hast, ist das wahrscheinlich ein Problem auf unserer Seite - sorry.Es sieht so aus, als ob deine Seite derzeit keine aktive Lizenz hat.Das erfordert eine Lizenzaktivierung.Es scheint, dass einer der Authentifizierungsparameter falsch ist. Aktualisiere deinen Public Key, Secret Key & User ID und versuche es erneut.Es ist eine temporäre %s - ich behebe ein ProblemEs ist nicht das, wonach ich gesucht habeAm Beta Programm teilnehmenIch wollte dich nur darauf hinweisen, dass die Add-on-Informationen von %s von einem externen Server bezogen werden.Weiter teilenAutomatische Updates beibehaltenSchlüsselBitte teile uns mit, was nicht funktioniert hat, damit wir es für zukünftige Nutzer beheben können.Bitte nenne uns den Grund, damit wir uns verbessern können.LetzteZuletzt aktualisiertLetzte LizenzAktuellste kostenlose Version installiertAktuellste Version installiertMehr erfahrenLängeLizenzLizenzvertragLizenz IDLizenzschlüsselLizenzprobleme?LizenzschlüsselDer Lizenzschlüssel ist leer.LebenslangMagst du %s? Werde unser Botschafter/Affiliate und verdiene Geld ;-)Lade DB EinstellungLocalhostLogLoggerLangfristiges DuplikatNachrichtMethodeMigrierenLizenz migrierenMigriere die Einstellungen ins NetzwerkMobile AppsModulModul PfadModul TypMehr Informationen über %sNameNamen, Slugs, Versionen und ob aktiv oder nichtNetzwerk BlogNetzwerk BenutzerVerpasse nie wieder ein wichtiges UpdateVerpasse keine wichtigen Updates, erhalte Sicherheitswarnungen, bevor sie öffentlich bekannt werden, und erhalte Benachrichtigungen über Sonderangebote und tolle neue Funktionen.NeuNeue Version verfügbarNeue WebsiteNeuere kostenlose Version (%s) InstalliertNeuere Version (%s) InstalliertNewsletterNächsteNeinNein - verschiebe nur die Daten dieser Seite nach %sKeine IDKeine Verpflichtung für %s - jederzeit kündigenKeine Verpflichtung für %s Tage - jederzeit kündbar!Keine Kreditkarte erforderlichKein AblaufdatumNicht auslaufendKeiner der Pläne von %s unterstützt eine Probezeit.OKSobald deine Lizenz abläuft, kannst du die Free Version immer noch nutzen, aber du hast KEINEN Zugriff auf die %s Features.Sobald deine Lizenz abläuft, kannst du das %s nicht mehr nutzen. Es sei denn, du aktivierst ihn erneut mit einer gültigen Premiumlizenz.Opt-InAbmeldenMelden dich an, um E-Mail-Benachrichtigungen für Sicherheits- und Funktionsupdates, Bildungsinhalte und gelegentliche Angebote zu erhalten und einige grundlegende Informationen zur WordPress-Umgebung zu teilen.Melde dich an, um E-Mail-Benachrichtigungen für Sicherheits- und Funktionsupdates, Bildungsinhalte und gelegentliche Angebote zu erhalten und einige grundlegende Informationen zur WordPress-Umgebung zu teilen. Dies wird uns helfen, die Kompatibilität mit deiner Website zu verbessern und uns auf das zu konzentrieren, was du benötigst.Mach mit, um "%s" besser zu machen!AndereBesitzer EmailBesitzer IDName des BesitzersPCI-konformDas kostenpflichtige Add-on muss auf Freemius veröffentlicht werden.Hier klickenein Lizenzschlüsseldie Installationsanleitungdie Support-E-Mail-Adresse des ProduktsPayPal Konto E-Mail AdresseZahlungenDie Auszahlungen erfolgen in USD und werden monatlich über PayPal abgewickelt.PlanPlan %s existiert nicht, es kann keine Testversion gestartet werden.Der Plan %s unterstützt keine Probezeit.Plan IDBitte kontaktiere uns hierBitte kontaktiere uns mit der folgenden Nachricht:Bitte lade %s herunter.Bitte gib den Lizenzschlüssel ein, den du in der E-Mail direkt nach dem Kauf erhalten hast:Bitte gib den Lizenzschlüssel ein, um den Debug-Modus zu aktivieren:Du kannst uns gerne relevante Statistiken über deine Website oder soziale Medien zur Verfügung stellen, z.B. monatliche Besuche der Website, Anzahl der E-Mail-Abonnenten, Follower, etc. (wir werden diese Informationen vertraulich behandeln).Bitte folge diesen Schritten, um das Upgrade abzuschließenBitte lass uns wissen, wenn du möchtest, dass wir dich für Sicherheits- und Funktionsupdates, Bildungsinhalte und gelegentliche Angebote kontaktieren:Bitte beachte, dass wir nicht in der Lage sind, veraltete Preise für Verlängerungen/neue Abonnements nach einer Kündigung beizubehalten. Wenn du dich dafür entscheidest, das Abonnement in Zukunft nach einer Preiserhöhung, die in der Regel einmal im Jahr stattfindet, manuell zu verlängern, wird dir der aktualisierte Preis berechnet.Bitte gib Details an, wie du beabsichtigst, %s zu fördern (bitte sei so genau wie möglich).Bitte gib deinen vollständigen Namen an.PluginPlugin-HomepagePlugin-IDPlugin installierenChangelogBeschreibungFAQFunktionen & PreiseInstallationWeitere NotizenBewertungenDas Plugin ist eine "Serviceware", was bedeutet, dass es keine Premiumversion hat.PluginsPlugins & Themes SyncPremiumPremium %s Version wurde erfolgreich aktiviert.Premium Add-on Version bereits installiert.Premium VersionPremium Version bereits aktiv.PreiseDatenschutzrichtlinieFortfahrenProzess-IDVerarbeitungProdukteProgramm ZusammenfassungPromotion MethodenProvinzÖffentlicher SchlüsselLizenz kaufenMehr kaufenSchnelles FeedbackKontingentAktivierungsmail erneut sendenEmpfehle neue Kunden an unsere %s und verdiene %s Provision für jeden erfolgreichen Verkauf, den du vermittelst!Lizenz erneuernVerlängere deine Lizenz jetztAnfragenBenötigt PHP VersionBenötigt WordPress VersionZurücksetzen des Deaktivierungs-SchlummernsErgebnisSDKSDK Pfad%s speichernGespeichertGeplante CronsScreenshotsSuche über die AdresseGeheimer SchlüsselSichere HTTPS %s Seite, die von einer externen Domain geladen wirdEs scheint, als ob wir ein temporäres Problem mit der Kündigung deines Abonnements haben. Bitte versuche es in ein paar Minuten erneut.Es scheint, als hätten wir ein temporäres Problem mit der Abmeldung deiner Testversion. Bitte versuche es in ein paar Minuten erneut.Sieht so aus, als hättest du die neueste Version.Land auswählenLizenzschlüssel sendenDB Option setzenDas Teilen von Diagnosedaten mit %s hilft dabei, Funktionen bereitzustellen, die für deine Website relevanter sind, Inkompatibilitäten mit WordPress- oder PHP-Versionen zu vermeiden, die deine Website beschädigen können, und zu erkennen, auf welche Sprachen und Regionen das Plugin übersetzt und angepasst werden sollte.Fehlerdetails anzeigenNetzwerk Upgrade simulierenTrial Promotion simulierenEinzelplatzlizenzWebseiten-IDWebseite erfolgreich eingeloggt.WebseitenÜberspringen & %sURLSnooze & %sSo kannst du die Lizenz wiederverwenden, wenn die %s nicht mehr aktiv ist.Soziale Medien (Facebook, Twitter, etc.)Wir entschuldigen uns für die Unannehmlichkeiten und sind hier, um zu helfen, wenn du uns eine Chance gibst.Sorry, wir konnten das E-Mail-Update nicht abschließen. Ein anderer Benutzer mit der gleichen E-Mail ist bereits registriert.StartDebugging startenStarte TestversionStarte mein kostenloses %sStaatBleib in KontaktDebugging stoppenAbsendenAbschicken & %sAbonnementUnterstützungSupport ForumDaten vom Server synchronisierenSteuer-/Umsatzsteuer-IDAllgemeine GeschäftsbedingungenVielen Dank, dass du dich für unser Partnerprogramm beworben hast. Leider haben wir uns an dieser Stelle entschieden, deine Bewerbung abzulehnen. Bitte versuche es in 30 Tagen erneut.Vielen Dank, dass du dich für unser Partnerprogramm beworben hast. Wir werden deine Angaben in den nächsten 14 Tagen überprüfen und uns mit weiteren Informationen bei dir melden.Vielen Dank für die Aktualisierung auf %1$s v %2$s!Vielen Dank, dass du %s und seine Add-ons benutzt!Vielen Dank, dass du %s benutzt!Vielen Dank, dass du unsere Produkte benutzt!Danke dir!Danke %s!Danke für die Bestätigung des Eigentümerwechsels. Eine E-Mail wurde soeben an %s zur endgültigen Genehmigung gesendet.Danke für das Upgrade.Danke!%1$swird regelmäßig wichtige Lizenzdaten an %2$ssenden, um nach Sicherheits- und Funktionsaktualisierungen zu suchen und die Gültigkeit Ihrer Lizenz zu überprüfen.Das %s hat meine Seite beschädigtDas %s hat nicht funktioniertDas %s hat nicht wie erwartet funktioniertDas %s ist toll, aber ich brauche ein bestimmtes Feature, das nicht unterstützt wirdDas %s funktioniert nichtDas %s funktionierte plötzlich nicht mehrDie folgenden Produkte ihreDer Installationsprozess hat begonnen und kann ein paar Minuten dauern. Bitte warte, bis er abgeschlossen ist - lade diese Seite nicht neu.Die folgenden Produkte wurden in den abgesicherten Modus versetzt, weil wir festgestellt haben, dass %2$s eine exakte Kopie von %3$s:%1$s istDie folgenden Produkte wurden in den abgesicherten Modus versetzt, weil wir festgestellt haben, dass %2$s eine exakte Kopie dieser Seiten ist:%3$s%1$sDas Remote-Plugin-Paket enthält keinen Ordner mit dem gewünschten Slug und das Umbenennen hat nicht funktioniert.Das Upgrade von %s wurde erfolgreich abgeschlossen.ThemeTheme wechselnThemesEs ist ein %s von %s verfügbar.Es ist eine neue Version von %s verfügbar.Beim Verarbeiten deiner Anfrage ist ein unerwarteter API-Fehler aufgetreten. Bitte versuche es in ein paar Minuten erneut und wenn es immer noch nicht funktioniert, kontaktiere den Autor von %s mit den folgenden Angaben:Dieses Plugin wurde als nicht kompatibel mit deiner Version von WordPress markiert.Dieses Plugin wurde nicht mit deiner derzeitigen Version von WordPress getestet.Dieses Plugin erfordert eine neuere Version von PHP.Dies wird es %s ermöglichenZeitstempelTitelUm zu vermeiden, dass deine Website aufgrund von WordPress- oder PHP-Versionsinkompatibilitäten beschädigt wird, und um zu erkennen, welche Sprachen und Regionen von %sübersetzt und angepasst werden sollten.Um die Kompatibilität zu gewährleisten und Konflikte mit deinen installierten Plugins und Themes zu vermeiden.Um in den Debug-Modus zu gelangen, gib bitte den geheimen Schlüssel des Lizenzinhabers (UserID = %d) ein, den du in deinem "Mein Profil"-Bereich deines "Benutzer Dashboards" findest:Damit du verwalten und kontrollieren kannst, wo die Lizenz aktiviert wird, und um sicherzustellen, dass %s Sicherheits- und Funktionsupdates nur an von dir autorisierte Websites geliefert werden.Um zusätzliche Funktionen bereitzustellen, die für deine Website relevant sind, Inkompatibilitäten von WordPress- oder PHP-Versionen, die deine Website beschädigen können, und um zu erkennen, welche Sprachen und Regionen für %sübersetzt und angepasst werden sollten.TotalStadtTestversionTypEs kann keine Verbindung zum Dateisystem hergestellt werden. Bitte bestätige deine Anmeldedaten.Unbegrenzt LizenzenUnbegrenzte UpdatesUnbegrenzte Provisionen.Bis zu %s SeitenUpdateLizenz aktualisierenUpdates, Ankündigungen, Marketing, kein SpamUpgradeLade die heruntergeladene Version hoch und aktiviere sieW00tBenutzer DashboardBenutzer-IDBenutzerschlüsselBenutzerWertVerifizierungsmail wurde gerade an %s gesendet. Wenn du sie nach 5 Minuten nicht finden kannst, überprüfe bitte deine Spam-Ordner.VerifiziertE-Mail verifizierenVersion %s wurde freigegeben.%s Status anzeigenGrundlegende %sInformationen anzeigenGrundlegende Profilinformationen anzeigenGrundlegende Website-Informationen anzeigenDiagnoseinformationen anzeigenGrundlegende Lizenzen anzeigenListe der Plugins & Themes anzeigenDetails ansehenBezahlte Funktionen ansehenWarnungWir können keine aktiven Lizenzen sehen, die mit dieser E-Mail-Adresse verbunden sind. Bist du sicher, dass es die richtige Adresse ist?Wir konnten deine E-Mail-Adresse nicht im System finden. Bist du sicher, dass dies die richtige Adresse ist?Wir konnten die Liste der Add-ons nicht laden. Es ist wahrscheinlich ein Problem auf unserer Seite, bitte versuche es in ein paar Minuten wieder.Wir haben dieses Opt-in eingeführt, damit du kein wichtiges Update verpasst und uns hilfst, die Kompatibilität von %smit deiner Website zu verbessern und uns auf das zu konzentrieren, was du benötigst.Wir haben ein paar Anpassungen am %s gemacht. %sWir freuen uns, dir die Freemius Netzwerk-Integration vorstellen zu können.Website-, E-Mail- und Social Media-Statistiken (optional)Willkommen bei %s! Um loszulegen, gib bitte deinen Lizenzschlüssel ein:Was hast du erwartet?Welche Funktion?Wie lautet dein(e) %s?Welchen Preis würdest du als gerechtfertigt erachten?Wonach hast du gesucht?Wie lautet der Name des %s?Wo wirst du %s bewerben?WordPress- und PHP-Versionen, Sprache und Titel der WebsiteWordPress.org-Plugin-SeiteMöchtest du %s in %s zusammenführen?Willst du mit dem Update fortfahren?JaJa - %sJa - beide Adressen sind meineJa - verschiebe alle meine Daten und Vermögenswerte von %s nach %sJa, %%2$s ersetzt %%4$s. Ich möchte meine %s von %%4$s nach %%2$s migrieren.Ja, %2$s ist ein Duplikat von %4$s für Test-, Staging- oder Entwicklungszwecke.Ja, %2$s ist eine neue und andere Website, die von %4$s getrennt ist.Du hast schon einmal einen Testzeitraum in Anspruch genommen.Du bist einen Klick davon entfernt, deinen kostenlosen %1$s-Tage Testzeitraum des %2$s-Planes zu starten.Ihr seid alle gut!Du testest %s bereits.Du bist nur einen Schritt entfernt - %sDu kannst immer noch alle %s-Funktionen nutzen, aber du wirst keinen Zugang zu %s-Sicherheits- und Funktionsupdates und keinen Support bekommen.Du hast keine gültige Lizenz, um auf die Premium-Version zuzugreifen.Du hast eine %s Lizenz.Du hast eine %s-Lizenz erworben.Du hast deine %s erfolgreich aktualisiert.Du hast diese Website, %s, als temporäres Duplikat von %s markiert.Du hast diese Website, %s, als temporäres Duplikat dieser Websites markiertDu hast es vielleicht übersehen: du musst keine Daten teilen und kannst einfach das Opt-in %s.Du solltest in den nächsten 5 Minuten %1$s für %2$s an deine Mailbox um %3$s erhalten.Du solltest eine Bestätigungs-E-Mail für %1$s an dein Postfach unter %2$s erhalten. Bitte stelle sicher, dass du auf die Schaltfläche in dieser E-Mail an %3$s klickst.Du solltest eine Bestätigungs-E-Mail für %s an deine Mailbox unter %s erhalten. Bitte stelle sicher, dass du auf die Schaltfläche in dieser E-Mail an %s klickst.Du hast dich bereits für unser Nutzungs-Tracking entschieden, was uns hilft, %s weiter zu verbessern.Du hast Dich bereits für unser Nutzungs-Tracking entschieden, was uns hilft, die Benutzerfreundlichkeit weiter zu verbessern.Dein %s Add-on Plan wurde erfolgreich upgegradet.Deine %s kostenlose Testversion wurde erfolgreich storniert.Deine %s-Lizenz wurde als White-Label gekennzeichnet, um sensible Informationen vor dem WP Admin zu verbergen (z.B. deine E-Mail, Lizenzschlüssel, Preise, Rechnungsadresse und Rechnungen). Solltest du das wieder rückgängig machen wollen, kannst du das ganz einfach über dein %s tun. Wenn dies ein Fehler war, kannst du es auch %sDeine %s-Lizenz wurde erfolgreich deaktiviert.Dein WordPress-Benutzer: Vor- und Nachname und E-Mail-AdresseDein Konto wurde erfolgreich mit der %s-Lizenz aktiviert.Dein Affiliate-Antrag für %s wurde angenommen! Logge dich in deinen Affiliate-Bereich ein unter: %s.Dein Mitgliedskonto wurde vorübergehend gesperrt.Deine E-Mail wurde erfolgreich verifiziert - Glückwunsch!Deine kostenlose Testversion ist abgelaufen. %1$sUpgrade jetzt%2$s, um das %3$s weiterhin ohne Unterbrechungen zu nutzen.Dein kostenloser Testzeitraum ist abgelaufen. Du kannst aber weiterhin alle unsere kostenlosen Funktionen nutzen.Deine Lizenz wurde gelöscht. Wenn du denkst, dass es ein Fehler ist, kontaktiere bitte den Support.Deine Lizenz ist abgelaufen. %1$sUpgrade jetzt%2$s, um das %3$s weiterhin ohne Unterbrechungen zu nutzen.Deine Lizenz ist abgelaufen. Du kannst weiterhin alle %s Funktionen nutzen, aber du musst deine Lizenz erneuern, um weiterhin Updates und Support zu erhalten.Deine Lizenz ist abgelaufen. Du kannst das kostenlose %s trotzdem für immer weiter nutzen.Deine Lizenz wurde erfolgreich aktiviert.Deine Lizenz wurde erfolgreich deaktiviert, du bist zurück im %s Plan.Dein Name wurde erfolgreich aktualisiert.Dein Plan wurde erfolgreich aktiviert.Dein Plan wurde erfolgreich auf %s geändert.Dein Plan wurde erfolgreich upgegradet.Dein Server blockiert den Zugriff auf die API von Freemius, was für die Synchronisation von %1$s entscheidend ist. Bitte wende dich an deinen Host, um die folgenden Domains auf die Whitelist zu setzen: %2$sDein Abonnement wurde erfolgreich gekündigt. Dein %s Plan wird in %s ablaufen.Dein Testzeitraum wurde erfolgreich gestartet.PLZ / PostleitzahlDirekt anLizenz hier aktivierenAktiv%s kann nicht ohne %s laufen.%s kann ohne das Plugin nicht laufen.Kopf hocherlauben%s übrigAktivieren vonJahrAPIVerwerfenFehlersucheHerzlichen GlückwunschBlockiertVerbundenNeuester DownloadNeueste kostenlose Version herunterladenMonatlichVerfallsPfadE-Mail sendenmtl.JährlichJährlichEinmalPlanKein geheimer SchlüsselSDK VersionenLizenzSyncSynchronisiere LizenzAutorAusAnbasierend auf %sStarte die kostenlose TestversionSchließenSchließenschließe die Anmeldung abDatenTagedeaktivieredelegiereschicke mir %sKEINE%s Sicherheits- und Funktionsupdates, Bildungsinhalte und Angebote.%s PlanAbgerechnet wird %sBesteHalloHopplaHallo %s,StundeStundenInstalliertHurraLizenzWebseitenmsneue Beta Versionneue Versionnicht geprüftPreisPreiseoptionalVersionProduktejetzt rückgängig machen.ses scheint, dass der von dir eingegebene Schlüssel nicht mit unseren Aufzeichnungen übereinstimmt.schicke mir Sicherheits- und Funktionsupdates, Bildungsinhalte und Angebote.überspringenHmmdie Testversion startenAbonnementveränderedie oben erwähnten Websitesdie neueste %s Version hiertesteTestLöschenDowngradeBearbeitenVersteckenAnmeldenAbmeldenKaufenAnzeigenÜberspringenUpdateUpgradevor %sfreemius/languages/freemius-ja.mo000064400000131742151213253110013077 0ustar00���<\\S]%�����6	�@_�#U y � 	� 
� � � � � � H� '!O:!�!�!�!�!�!�!�!�!�!&�!-""P"	e"o"~"�"�"�"5�"�"�"	#
#'#A#Z#	g#q#o�#�#��#�$�$"�$�$2%!:%a\%0�%�%&&'&/&C&K&T&\&
a&o&�&�&�&�&	�&Y�&,';'L'X'a'f'v'(�'1�'%�':(K(P(a(i(
y(�(�(�(	�(�(
�(�(��(q)	~)�)�)�)�)�)�)�)	*(*
D*�O*[�*fC+�+
�+�+Y�+a,~,�,�,
�,
�,;�,-	-�-.
..,.9.jH.�.	�.�.3�.	/~/U�/�/0'0)B0-l0�0S�01'1B1ME17�1g�1p32�2�2�2�2�233+3	331=3.o3O�3�3An4y�4*5aJ5�5B�5,�5 6%626?6]6
v6�6�6�6�6�6�64�6�6	777 7(7/7;7B7N7Z7t7y7�7�7�7!�7�7
�7�7�7�7%8++8W8
o8}8/�8�8m�8,939;9A9M9
V9
a9)o9�9�94�9�95�9(/:X:`:-w:�:U�:�;1�;~
<[�<�<==	=%=(4=*]="�=1�=+�=*	>&4>N[>�>�>�>.�>)�>)?9?Y?a?
p?{?�?�?�?
�?�?�?�?W�?
B@P@Y@t@{@@�@�@�@�@
�@5�@l�@&lA�A�A
�A�A�A�A�AB	B"B&'BLNBf�BCCC%C+C7CDC
LCZCpC}C��C�$D/�D�D)E
5E
@E\KE�E�E�EC�E3FIF�iFd�F-TG�G�G�G'�GM�GGH	ZHdHjHpHuH{HE�H�H�H�HIII*'IRI*ZI^�I�I�I�Id�I]JfJsJ�J�J�Ji�JWK"vKB�K6�KL
(L6L-GLuL�L&�L�L�L�L$�LMMjM/|M�M>�MN&"NZINT�NR�N.LO.{O9�OZ�O3?P<sPb�PPQUdQ_�Q�RK�R(SG*S#rS)�S$�S)�ST!T>T;ST6�T>�TUU&UFU$\U�U�U�U�U&�U*V7CV{V�V�V3�V�VW(W@WTW*qW1�W�W�W#�W"X>XPX`XlX�X�X�X�XN�XY<YZYuY�Y�Y1�Y�Y�Y�Y

ZZ"Z:ZCFZ�ZQ�Z�Z	�Z�Z[)[5[	D[	N[X[d[
q[	[	�[�[�[�[��[3f`6�`�`�`�`�`ka��a�mb$c)cGc_chcqcwc�c�c�cn�c
dkd�d�d�d�d	�d�d�d$�deE;eZ�e�e�ef f?f^fkfaxf�f�f�fgEg'`g�g�g�g��grh�yhBi3aiQ�i$�iAj%NjjtjT�j4kGk`k
|k�k	�k�k�k�k�k1�kl* l3Kl!l�l��lRmkm�m�m�m�mB�mEnATnK�n�n	�n'�n$o+oAoHo!do�o�o�o	�o�o��o	�p�p!�p!�p	q:q$Kqpq'�q"�q�q�q�r}�r�`s�s�st�
t��t	+u35uiuvu�uT�u�uvIv^wew~w�w�w��wtx�x�xT�x+�x�%yc�y'Kz6sz$�z<�z0{$={�b{�{%|)|T,|M�|m�|�=}�}6�}?~W~$s~(�~"�~	�~�~9�~9/oi��H����*��W���~�B��Ԃۂ�E�*G�r���������$ȃ�]�!^�	����	������$��ڄ���8�?�[�w�'~�K��B�5�K�	O�Y�Ko�B��3��2�E�>U������7�G�	Z�d�w�����U��.�	6�C@�	��H��<׉�9!�H[�-��^Ҋ�1�Z��o��-�-���$�� �$3�X�e�l�p�������f���$*�O�H_�W���H�	h�r�������ǐ�	����#�vB���ґ&���
�%�2�J�f�	|�B��uɒ$?�d�q�!��B��$���3'�[�h�z�;��iÔ�-�ٕ����� �<�I�'e�����������>B�/��<��!��+�*��!֙-��]&���'���˚���38�	l�v�	��;��q̜t>���ɝ֝��	��]�_�x�!����˞Ҟ9�%�K;������������M�Z�1j�����ˠ�Ҡ�r�.�y;�Z��"�3� J�;k�"��ʣA�)*�T�[�0b�l���;� S�ft�*ۥ0��7�eʦr0�N��B�=5��s�K	�NU����rY��̪�T���r��3j�T��3�4'�9\�3��ʮ	ݮ�?�K.�z���	��������������˯د߯6��5�9�F�M�`�d�k�r�	y�������ðʰ�����!�&�-�4�A�H�ȱձ	��	����$�1�	4�>�	E�O�_�uc�ٲ��	�1�B�R�Y�o�	v�������������ų۳%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.APIAccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBillingBlockingBlog IDBodyBusiness nameCan't find your license key?CancelCancel InstallationCancel SubscriptionCancel TrialCancelledCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClear Updates TransientsClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't have a license key?Donate to this pluginDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.During the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.In %sInstall Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense KeyLicense keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Opt InOpt OutOtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProcess IDProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicenseQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageYesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlike websitesSitesmillisecondsmsnot verifiednounPricenounPricingproduct versionVersionsecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialswitchingthe latest %s version heretrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Tomohyco Tsunoda, 2018
Language-Team: Japanese (http://app.transifex.com/freemius/wordpress-sdk/language/ja/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: ja
Plural-Forms: nplurals=1; plural=0;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
すぐに "%s" 有効化を完了してください%s のアドオンの支払いが完了しました。%sインストール%sラインセス%s 前%sとそのアドオンカスタマーが新規ライセンスを購入するごとに%sのコミッションが発生します。%s の無料試用が正常にキャンセルされました。 アドオンはプレミアムなので、自動的に無効化されました。 将来使用したい場合は、ライセンスを購入する必要があります。%s はプレミアムのみのアドオンです。そのプラグインを有効化する前にライセンスを購入する必要があります。%s は新しいオーナーです。%sお支払いの最低金額%sまたはそれ以上%s評価%s評価%s秒%sスター%sスター%s回%s回%s初回の訪問後、クッキーをトラッキングして収益の可能性を最大化しましょう。%sの有料機能%sここをクリックして%s ライセンスを有効化したいサイトを選択してください。APIアカウントアカウント詳細アクション有効化%sを有効化する%s プランを有効化フリーバージョンを有効化ライセンスを有効化保留中のサイトすべてでライセンスを有効にする。ネットワーク上にあるすべてのサイトのライセンスを有効にする。このアドオンを有効化有効化済み%s のアドオンモジュールのアドオン%sドメイン名を追加するアドオンアドオンアドオンが WordPress.org か Freemius にデプロイされている必要があります。住所住所欄 %dアフィリエイトアフィリエイト無料の %s の後は、わずか %s  だけお支払ください。同意してライセンスを有効化すべてのリクエストすべてのタイプ許可して続けるまたは、今すぐスキップして、%sのネットワークレベルのアカウントページでライセンスを有効にすることもできます。総額%sから %s (有料版) の自動ダウンロードと自動インストールが%sで開始します。手動で行う場合は今すぐにキャンセルボタンをクリックしてください。匿名のフィードバック保留中のサイトすべてに反映させる。ネットワーク上にあるすべてのサイトに対して反映させる。アフィリエイトに応募するほんとうに全ての Freemius データを削除しますか?本当に続行していいですか?30日間の返金期間があるため、コミッションのお支払いは30日以降になります。自動インストールはオプトインしたユーザのみで動作します。%s に自動更新自動インストールレーティングの平均すごい!アフィリエイトになる請求書ブロッキングブログ ID本文商号ライセンスキーは見つかりませんか?キャンセルインストールをキャンセルするサブスクリプションをキャンセルするトライアルをキャンセルキャンセルトライアルをキャンセルするとすぐにすべてのプレミアム機能へのアクセスができなくなります。本当に実行しますか?ライセンスを変更オーナーを変更プラン変更チェックアウト市API キャッシュをクリアアップデートのトランジエントをクリアーにする匿名でプラグインを使用するにはこちらをクリッククリックして%sの評価をしているレビューを観るクリックしてフルサイズのスクリーンショットを見る %dプロダクトコード互換性のある最新バージョン連絡サポートに連絡連絡コントリビューター%s を有効化できません。国Cron タイプ日付無効化ライセンスを無効化ライセンスを無効化するとすべてのプレミアム機能が使えなくなりますが、他のサイトでライセンスを有効にすることができるようになります。本当に実行しますか?無効化デバッグログサイト管理者に委任する全てのアカウントを削除詳細ライセンスキーをお持ちではありませんか?このプラグインに寄付するダウンロード%s バージョンをダウンロード最新の %s をダウンロード最新版をダウンロードダウンロード済みアフィリエイト規約違反により、アフィリエイトアカウントを一時的に凍結させていただきました。ご質問等がありましたら、サポートにお問い合わせください。アップデートの処理中に%dサイトがライセンスの有効化が保留中であることを検知しました。アップデートの処理中に、ネットワーク内の%dサイトが対応待ちになっていることを検知しました。Emailメールアドレス終了%sのプロモーションを行う予定のあなたのサイトや他のサイトのドメイン名を入力してください。アップグレードに使用したメールアドレスを下に入力してください。そうすれば、ライセンスキーをお送りします。エラーサーバーからエラーを受信しました。期限切れ%s で期間終了追加のドメイン名プロダクトフォームのマーケティングを行う追加ドメイン名。ファイルフィルターWordPress.orgのガイドラインに準拠するため、トライアルを開始する前に、ユーザーと重要でないサイト情報のオプトイン、更新の確認やトライアルの状態確認のために%sが%sに対して定期的にデータを送信する許可を得るように設定してください。無料フリートライアルフリーバージョンFreemius APIFreemius デバッグFreemius SDK がプラグインのメインファイルを見つけることができませんでした。現在のエラーを添えて  sdk@freemius.com に連絡してください。Freemius ステータスフルネーム機能サブスクリプションの自動更新でコミッションを得ましょう。ライセンスキーはお持ちですか?こんにちは。%sにアフィリエイトプログラムがあるのはご存知でしたか? %sがお好きなら、私たちのアンバサダーになって報酬を得ましょう!%s はどうですか? 私たちの全ての %s のプレミアム機能をお試しください。アップロードと有効化の方法どのように我々をプロモートしますか?もう払うことができませんどうしたら動作するか分かりませんでした。自分の情報を共有したくありませんより良い %sを見つけましたアカウントをアップグレードしましたが、ライセンスを同期しようとするとプランが %s のままです。%sはもう不要です短期間だけ %sが 必要です。ID決定をサイトの管理者に委任するにはクリックしてください。お時間があれば、なぜ%sするのか理由を教えてください。%sの所有権を%sへ譲りたい場合は、所有権の変更ボタンをクリックしてください。これらのサイトで%sを使う場合は、ライセンスキーを入力し、アクティベーションボタンをクリックしてください。%s 内フリーバージョンを今すぐインストールフリーバージョンの更新を今すぐインストール今すぐインストール今すぐ更新をインストールインストール中プラグイン: %sモジュール ID が不正です請求書有効ライセンスの有効化ができませんでした。ライセンスの無効化ができませんでした。すでにトライアルモードではないようなので、キャンセルする必要はありません :)まだ %s プランのようです。もしアップグレードやプランの変更をしたのなら、こちらで何らかの問題が発生しているようです。申し訳ありません。サイトは有効なライセンスを持っていないようです。認証パラメータの1つが間違っているようです。 公開鍵、秘密鍵、ユーザーIDを更新して、もう一度お試しください。探していたものではありません%s のアドオンに関する情報は、外部サーバーから取得されます。キー将来のユーザーのために修正できるよう、何が動作しなかったのかどうか共有してください…改善できるよう、どうか理由を教えてください。最終最終更新最新のライセンス最新のフリーバージョンがインストールされました最新版がイストールされました詳細はこちら長さライセンスライセンスキーライセンスキーライセンスキーが空です。ライフタイム%sは気に入りましたか? アンバサダーになって報酬を得ましょう ;-)DB オプションを読み込むlocalhostグロガーメッセージメソッドモバイルアプリケーションモジュールモジュールのパスモジュールタイプ%s に関する詳細情報名前ネットワークブログネットワークユーザ新規新しいバージョンがあります新しいフリーバージョン (%s) がインストールされました新しいバージョン (%s) がインストールされましたニュースレター次いいえID がありません%s の拘束はありません。いつでもキャンセルできます。%s 日以内であればいつでもキャンセルできます。クレジットカードは必要ありません。有効期限なし期限のない%sのプランにはトライアル期間はありません。O.K一度ライセンスの期限が切れると、フリーバージョンの利用は可能ですが、%sの機能を使うことができなくなります。オプトインオプトアウトその他所有者の Emailオーナー ID所有者名PCI コンプライアント有料アドオンは Freemius にデプロイされている必要があります。PayPal アカウントのメールアドレス支払いお支払いは USD かつ PayPal 経由で毎月行われます。プラン%s プランは存在しないため、試用を開始できません。%s プランにはトライアル期間はありません。プラン IDこちらで私たちに連絡をとってください。以下のメッセージとともに私たちに連絡をください。%s をダウンロードしてください。購入後すぐにメールで受け取ったライセンスキーを入力してください:関係のあるウェブサイトやソーシャルメディアの統計を提供してください。例: サイトの月間訪問者数、Emailの購読者数、フォロワー数等 (機密情報として取り扱います)アップグレードを完了するには以下の手順を完了させてください。セキュリティや機能のアップデート、学習用用コンテンツ、およびオファーについてお問い合わせを希望される場合は、お知らせください。どのように%sをプロモートするつもりなのか、詳細をお知らせください (できるだけ具体的にお願いします)フルネームを入力してください。プラグインプラグインのホームページプラグイン IDプラグインのインストール変更履歴説明FAQ機能 & 料金インストールその他の記述レビュープラグインはプレミアムコードバージョンのない「サービスウェア」です。プラグインプラグインとテーマを同期プレミアムプレミアムバージョンの %sは有効化に成功しました。プレミアムアドオンバージョンはすでにインストール済みです。プレミアムバージョンプレミアムバージョンはすでに有効になっています。料金表プライバシーポリシープロセス IDプロダクトプログラム概要プロモーション方法県・州・省公開鍵ライセンスを購入クォータ有効化メールを再送信新規カスタマーに私たちの%sを紹介して、売り上げごとに%sのコミッションを得ましょうライセンスを更新リクエスト数必要な WordPress のバージョン結果SDKSDK のパス%s を保存スケジュール Cronスクリーンショット住所で検索する秘密鍵外部ドメインで実行中のセキュアな HTTPS %sページトライアルのキャンセルに一時的な問題がありました。数分後に再度お試しください。最新版を取得できました。国を選択ライセンスキーを送信DB オプションを設定するネットワークアップグレードをシミュレートするシングルサイトライセンスサイト IDサイトのオプトインに成功しました。サイト数スキップと%sスラッグソーシャルメディア(Facebook、Twitter、その他)ご迷惑をおかけしてすいません。もし機会をいただけたらお手伝いをします。メールアドレスのアップデートを完了できませんでした。他のユーザーがすでに同じメールアドレスで登録しているようです。開始トライアルを開始無料の %s を開始州送信と%sサブスクリプションサポートサポートフォーラムサーバーからのデータを同期税金 / VAT ID利用規約アフィリエイトアカウントに応募いただきありがとうございます。残念ながら現時点では申請を受理することができませんでした。30日後に改めてお申込みください。アフィリエイトプログラムに応募いただきありがとうございます。14日以内にお申し込み詳細をレビューし、改めてご連絡いたします。%sとアドオンのご利用ありがとうございます!%sのご利用ありがとうございます!プロダクトのご利用ありがとうございます!ありがとうございます!ありがとう $s さん!所有権の変更を確認していただきありがとうございます。 %s に承認メールが送信されました。%s の影響でサイトを崩れました%s が動作しませんでした%sが期待通りに動きませんでした %s は素晴らしいのですが、サポートされていないある機能が必要です%s が動作していません%s の動作が突然停止しましたインストールプロセスが開始され、数分で完了します。完了までしばらくお待ちください。ページのリフレッシュなどは行わないでください。リモートプラグインパッケージには、目的のスラッグを含むフォルダが含まれていないため、リねームが機能しませんでした。%s のアップグレードが完了しました。テーマテーマ変更テーマ%sの入手可能な新しいバージョンがありますこのプラグインはインストールされた WordPress のバージョンに互換性がありません。このプラグインはインストールされた WordPress のバージョンでは検証されていません。タイムスタンプタイトルトータル町トライアルタイプファイルシステムに接続できません。視覚情報を確認してください。無制限ライセンス無制限のアップデート無制限のコミッション。%sサイトまで更新ライセンスを更新更新、発表、マーケティング、スパムなしアップグレードダウンロードしたバージョンをアップロードして有効化やったーユーザー IDユーザー値%s に確認メールを送信しました。もし5分以内にそれが届かない場合、迷惑メールボックスを確認してください。認証済み認証メールバージョン %s をリリースしました。詳細を表示有料の機能を表示する警告メールアドレスに関連付けられた有効なライセンスが見つかりません。メールアドレスが正しいか確認してください。システムではメールアドレスを見つけることができませんでした。メールアドレスが正しいか確認してください。プラグインを微調整します、 %s, %sFreeminus ネットワークレベルのインテグレーションをご紹介できることに興奮しています。ウェブサイト、Email またはソーシャルメディアの統計 (オプション)何を期待していましたか?何の機能ですか?自分の %s はなんですか? 支払ってもよいと思う価格はいくらですか?探していたのは何ですか?%sの名前は何ですか?%sのプロモーションを行うサイトはどこですか?WordPress.org のプラグインページはいはい以前すでに試用版を利用しました。%2$s プランの%1$s日間のフリートライアルを開始するまであとワンクリックです。すべて完璧です!すでに%sをトライアルモードで利用中です。もうあとわずかです - %sプレミアムバージョンにアクセスできる有効なライセンス持っていません。%s ライセンスを持っています。%s のアップデートが成功しました。見逃していたかもしれませんが、どんな情報も共有する必要はなく、オプトインを $s することができます。 %sの改善に役立つ使用状況のトラッキングにすでにオプトインしています。プロダクトの改善に役立つ使用状況のトラッキングにすでにオプトインしています。%s のアドオンのプランのアップグレードが完了しました。%s のフリートライアルはキャンセルされました。アカウントが %s プランで有効化できました。%sのアフィリエイト申請は受理されました! 次のリンクからアフィリエイトエリアにログインしてください:%sアフィリエイトアカウントは一時的に停止されました。あなたのメールアドレスの承認が完了しました。すごい!フリートライアル期間が終了しました。%1$s %3$sに邪魔されずに利用を継続するには,今すぐ %2$s のアップグレードを行ってください。フリートライアル期間が終了しました。無料で使える機能は引き続き利用可能です。ライセンスはキャンセルされました。もしそれが間違いだと思うならサポートに連絡してください。ライセンスの有効期限が切れました。 %1$s  %3$sに邪魔されずに利用を継続するには,今すぐ%2$sアップグレードを行ってください。ライセンスは有効期限がきれました。%s の機能を引き続き利用することができます。ただし、アップデートやサポートをうけるにはライセンスをアップデートする必要があります。ライセンスの有効期限が切れました。無料バージョンの%s は引き続き利用できます。ライセンスの有効化が成功しました。ライセンスの無効化が完了しました。%s プランに戻りました。名前のアップデートが成功しました。プランの %s への変更が成功しました。プランのアップグレードが成功しました。トライアル版の利用を開始しました。ZIP / 郵便番号そうだ有効%s は、%s が無いと実行することができません。%s は、プラグインが無いと実行することができません。警告許可あと %s有効化中年API却下デバッグおめでとうブロック接続最新版をダウンロード最新のフリーバージョンをダウンロード月期限切れパスメール送信中月年次毎年一度プラン秘密鍵がありませんSDK バージョンライセンス同期ライセンスを同期作者オフオン%sを基にフリートライアルを開始却下却下無効化中代表セキュリティと機能のアップデート、学習用コンテンツやオファーを%s送らないでください%s。%s プラン%s への請求ベストヘイおっとおおい %s さん、ヤッホーサイト数ms未認証料金料金表バージョン秒セキュリティと機能のアップデート、学習用コンテンツやオファーを送ってください。スキップふむトライアルを開始変更中最新の %s バージョンはこちらです。トライアル削除ダウングレード編集非表示オプトインオプトアウト購入表示スキップ更新アップグレード%s 前freemius/languages/freemius-it_IT.mo000064400000162124151213253110013513 0ustar00��s�L'L'AM'��'n2(2�(Z�(h/)S�)%�)****1*�D*6�*�!+_�+6,V,#m,�,%�,�,	�,
�,�,�,---@-+]-H�-�-O�-j5.��.</@/_//�/�/�/�/�/�/�/�/&0-(0V0	k0u0�0�0�0�05�0�0�0		11'1G1`1	m1w1o�1�1��1G�2T�2;3�Z344"34V4(s42�4!�4a�4+S505�5�5�5�5�56	66$6-656:6A6
M6[6m6Ey6�6�6�6��6
�7�7�7�7	�7
�7�7�7Y8i8x8�8�8�8�8�8
�8(�819%99:_9�9�9�9�9
�9�9�9�9	�9:

::x+:��:9;	F;�P;�;�;<5<O<tj<�<�<=%=.=B=X=w=
�=��=�X>�>[?f^?�?
�?�?�?@@Y @az@�@�@�@A
&A
4A;BA~A�A��A�B
�B�B�B�Bj�B-C5<C	rC|C3�C2�C�C~DUD�D�D
E E);E-eE�ES�E�E'F;Fg>FM�F7�Fg,Gp�GHHy%H�H�H�H�H�H 
I.I%AI gI�I�I�I�I	�I��I1�J.�JO�J3KA�K�KyL2�L�L�La�LZMB^M,�M�M�M�M�MN
$N/N6N>N
PN[NgNwN�N�N4�N�N	�N�N�N�NOOO&O6OQO]OdOpO|O�O�O�O�O�O�O!�O�O
P%P*P%-PSP%YP+P�P
�P�P/�PQmQ~�Q�QRR*R0R<R
ER
PR)^R.�RV�RfS|uS�ST4TMT5RT(�T�T�T-�T�TUU6hU��U1hV~�VW[6X�X�X�X	�X�X(�X*
Y"5Y1XY+�Y*�Y&�YNZWZ_ZuZ.}Z)�Z�Z�Z[[[
%[
0[;[D[T[f[
o[z[
�[�[�[�[W�[
\-\D\M\b\}\�\�\�\�\�\�\�\�\
�\5�\s*]l�]&^2^A^
R^`^l__�_�_�_�_�_	�_�_�_=
`&H`Lo`f�`#a)a5aAaRa
Xacajava�a
�a�a�a�a��a�cb%�b/ cPc)pc
�c
�c\�c
d#d+d@dSdCrd�d�d�d�em�ex�edqf-�fg
ggg'=gMegG�g,�g	(h2h�8h�h�h�h�hE�h5iHiZiqi�i�i*�i�i*�i^�iSjbjjjsjyjdj�j�j�jk k3ki;kW�kn�k"llB�l6�l=	mGm
\mjm-{m�m�m&�mn#n*Bnmnqnzn/�nU�nDo$coM�o�o/�opo8p>�p�p �p&q<FqD�qZ�qT#rRxr.�r.�r)s-;t9itZ�t3�t<2ubouP�uU#v_yv��vKtw(�wG�w#1x%Ux){x$�xU�x) yJy\yyy�y;�y6�y>zXz^zyz�z$�z�z�z
{&{&D{*k{7�{�{�{|3|P|e|{|�|�|*�|1�|!}=}#Q}u}�}�}�}�}�}�}~~~"~N+~z~�~�~�~�~�~	1*\dx���
�����
��9�CH���Q����	�
�$�?�E�X�d�	s�	}�����
��	��	��΁ہ�K���K���s�gy�X�":�.]���
���������:���ΊU�����)�%E�1k�������ʌ	ь	ی��^��0V�[���B�|F��Îg�k�t�}�������	����ȏ���,�.;�j���
������Ő̐<Ґ	��	+�5�+B�n�������t��3��;�MޒY,�"�����^�"o�#��"��+ٔ7�=�g\�)ĕS�B�[�t�
����������˖Ԗܖ	����
�$�F6�#}��������e�q�����	����Ә��������
����ƙ'ؙ
�-�I9�@��Ě͚Ԛ��
��#�A�I�V�	[�e�}w������	�����>�]�y�A��#ĝ|�e�!������ɞ�� �	:��D�����v��w������� ¡��J��O�"Т�����*�7<�t�y�$��������Ϥܤ��p�9��
��ʥ?ӥ;�O�{j�h�#O�s�����!��)٧�^�|�+��¨�ŨIL�)��]��l�#����^��!�#6�Z�g���(��ƫ-ܫ
�)�1�O�f�	�����0+�<\�f����=��&ծ~��A{� ��ޯJ��B�[I�/��հܰ�#� $�E�	R�\�d�
v���������
ٱA�)�	?�I�M�T�	n�x��������Ȳϲ߲����,�2�
M�'X�%��
��
����*��	�,�C!�"e�����4��޴��ue�	۵�#���#�6�F�
X�=f�
����Ŷ7��	;�IE���X��-��%�%4�Z�[f�C¸��5���� n�S��*���	)�3�	L�V�b�f�
�
��
��U������7'�-_�������ýڽ������	,�6�F�W�k��'��[��	��	4�>�!U�"w�	��������¿ʿ
ݿ���@�|L�n�-8�f�x���I�����-�C�\�h���
����
��9��(��Q��]�����#��!�2�8�D�
J�U�a�j�|���������j�7�'J�r�(����
��z��,C�p�x���&��H���* �K��_�	����u�7����������*��U!�Iw�8��	�������	������@���+�D�\�k�t�*��
��%������	��
�����
����#�����"�{)�g��s
�%��M��8��8.�g�~���$��������"�6�#M�q�t�#|�*��K��>�2V�j����'�,��K�E���*�&=�=d�G��}��Fh�C��<��D0�u�3w�?��i��@U�H��h��gH�\��e
��s�W;�/��J��.�,=�-j�*��]��4!�V�Z�^�u� |�'��
��������������	���%�.�"H�k�w�����������	���������������
���#+�O�V�]�b�i���_�������������
�*�0�8�=�@�T�c�r�y�	����������F��R��I�O�#S�w�������������	������	�
�!�*�1�7�
@�N� %s to access version %s security & feature updates, and support. The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"The <product_label>", e.g.: "The plugin"The %s's%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s.%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first).%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is my client's email address%s is my email address%s is the new owner of the account.%s minimum payout amount.%s opt-in was successfully completed.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s to activate the license once you get it.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours.A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.An unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred while trying to toggle the license's white-label mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre both %s and %s your email addresses?Are you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Associate with the license owner's account.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBodyBundleBundle PlanBusiness nameBuy a license nowBuy licenseBy changing the user, you agree to transfer the account ownership to:Can't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanChange UserCheckoutClear API CacheClear Updates TransientsClick hereClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDebug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.Delegate to Site AdminsDelete All AccountsDetailsDiagnostic data will no longer be sent from %s to %s.Disabling white-label modeDon't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest %s versionDownload the latest versionDownloadedDue to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.Duplicate WebsiteDuring the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEmail address updateEnabling white-label modeEndEnter email addressEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.Enter the new email addressErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFreemius is our licensing and software updates engineFull nameFunctionGet commission for automated subscription renewals.Get updates for bleeding edge Beta versions of %s.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I Agree - Change UserI can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s.If you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid clone resolution action.Invalid module ID.Invalid new user ID or email address.Invalid site details collection.InvoiceIs %2$s a duplicate of %4$s?Is %2$s a new website?Is %2$s the new home of %4$s?Is ActiveIs this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.It looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It requires license activation.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's a temporary %s - I'm troubleshooting an issueIt's not what I was looking forJoin the Beta programJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerLong-Term DuplicateMessageMethodMigrateMigrate LicenseMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNew WebsiteNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo - only move this site's data to %sNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.Part of an activation link message.Click herePart of the message telling the user what they should receive via email.a license keyPart of the message telling the user what they should receive via email.the installation instructionsPart of the message that tells the user to check their spam folder for a specific email.the product's support email addressPayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please enter the license key to enable the debug mode:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires PHP VersionRequires WordPress VersionReset Deactivation SnoozingResultSDKSDK PathSave %sSavedScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to.Show error detailsSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSnooze & %sSo you can reuse the license when the %s is no longer active.Social media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart DebugStart TrialStart my free %sStateStop DebugSubmitSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you for updating to %1$s v%2$s!Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.Thanks for upgrading.Thanks!The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe following products'The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$sThe products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$sThe remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.This plugin requires a newer version of PHP.TimestampTitleTo enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:TotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUser keyUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes.We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageWould you like to merge %s into %s?Would you like to proceed with the update?YesYes - %sYes - both addresses are mineYes - move all my data and assets from %s to %sYes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development.Yes, %2$s is a new and different website that is separate from %4$s.You already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.You marked this website, %s, as a temporary duplicate of %s.You marked this website, %s, as a temporary duplicate of these sitesYou might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.Your %s license was successfully deactivated.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactivate a license hereactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdatadaysdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,hourhoursinstalled add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionproductsrevert it nowsecondssecseems like the key you entered doesn't match our records.send me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe above-mentioned sitesthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Daniele Scasciafratte Mte90 <mte90net@gmail.com>, 2015-2019,2022,2024
Language-Team: Italian (Italy) (http://app.transifex.com/freemius/wordpress-sdk/language/it_IT/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: it_IT
Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
%sper accedere alla versione%s per aggiornamenti, funzionalità e supporto.Il %s %slink per scaricare%s, la licenza e le istruzioni d'installazione sono state inviate a %s. Se non trovi l'email entro 5 minuti cerca nella cartella dello spam.La versione a pagamento di %1$sè già installata. Attiva questione versione per iniziare ad usare le funzionalità di %2$s.%3$sIl %s%1$s è entrato in modalità sicurezza perché è stato rilevato che %2$s è una copia esatta di %3$s./%1$sfermerà tutti i pagamenti ricorrenti futuri e il tuo piano %2$sche scadrà in %3$s.Completa l'attivazione di "%s" oraL' add-on %s è stato acquistato con successo.%s Installazioni%s Licenze%s fa%se i suoi addon%s con aggiornamenti automatici di sicurezza e funzionalità con le funzionalità a pagamento manterrà il funzionamento senza interruzioni fino a %s (o quando la licenza scade, oppure quello che avviene prima).%scommissione quando un utente acquista una nuova lcienza.Il periodo di prova gratuito %s è stato annullato con successo. Siccome l'add-on è premium, è stato disattivato automaticamente. Se vorrai usarlo in futuro, dovrai comprare una licenza.%s è un add-on premium. Devi comprare una licenza prima di poter attivare il plugin.%s è il mio indirizzo email%s è il mio indirizzo email%s è il nuovo proprietario dell'account.%s quantità minima per il pagamento.%s l'iscrizione è stata completata con successo.%s o superiore%s valutazione%s valutazioni%s sec%s stella%s stelle%s volta%s volte%sper accedere alla versione %sper aggiornamenti di sicurezza, nuove funzionalità e supporto.%s per attivare la licenza dopo averla ricevuta.%s cookie di tracciamento dopo che la prima visita per massimizzare i margini di guadagno. Funzionalità a pagamento di %s%sClicca qui%s per scegliere i siti dove vuoi attivare la licenza.Un email di conferma è stata inviata a %s. Il proprietario dell'email deve confermare l'aggiornamento nelle prossime 4 ore.Una email di conferma è stata inviata a %s. Puoi confermare l'aggiornamento nelle prossime 4 ore. Se non puoi trovare l'email verifica la tua cartella dello spam.API&#x2190;&#x27a4;AccountDettagli dell'accountAzioniAttivaAttiva %sAttivare il piano %sAttiva le funzionalità di %sAttiva versione gratuitaAttiva licenzaAttiva le licenze su tutti i siti in attesa.Attiva la licenza su tutti i siti del network.Attivare questo addonAttivatoAdd-on per %sAddon del modulo %sAggiungi un altro dominioAdd-onAddonL'add-on dev'essere distribuito da WordPress.org o Freemius.IndirizzoRiga indirizzo %dAffiliatiAffiliazioneDopo il tuo %s gratuito, paghi solamente %sAccetta e attiva la licenzaTutte le richiesteTutti i tipiConsenti & ContinuaIn caso puoi saltare per adesso e attivare la licenza successivamente nella tua pagina di attivazione network di %s.ImportoUn download con installazione automatica di %s (versione a pagamento) da %s inizierà in %s. Se preferisci farlo manualmente, fai clic sul pulsante per annullare.Un errore sconosciuto è avvenuto durante l'attivazione della modalità beta.Un errore sconosciuto è avvenuto mentre si passava alla licenza in modalità whitelabel.Un errore sconosciuto è avvenuto.Un aggiornamento per la versione Beta sostituirà la versione installata di %scon l'ultima versione Beta, utilizzare con attenzione e non su siti in produzione. Sei stato avvisato!Feedback anonimoApplica su tutti i siti in attesa.Applica su tutti i siti della rete.Applica per diventare un affiliatoSono entrambi %s e %s tuoi indirizzi email?Sei sicuro di voler eliminare tutti i dati di Freemius?Sei sicuro di voler procedere?Ci riserviamo 30 giorni in caso di rimborsi, paghiamo le commissioni se sono più vecchie di 30 giorni.Associa con il proprietario della licenzaL'installazione automatica funziona solo per gli utenti che hanno dato il consenso.Rinnovo automatico in %sInstallazione automaticaValutazione mediaFantasticoDiventa un affiliatoBetaFatturazioneRicevute e FattureBloccatoBlog IDBodyPacchettoPiano BundleNome della compagniaCompra una licenza oraCompra la licenzaCambiando l'utente accetti di trasferire la proprietà dell'account a:Non trovi la tua chiave di licenza?AnnullaAnnulla %s & ProseguiAnnulla %s, non ho bisogno di aggiornamenti di funzionalità e sicurezza o supporto per %sperché non ho intenzione di usare %ssu questo sito o qualunque altro sito.Annulla %s?Annulla installazioneAnnulla sottoscrizioneAnnulla prova gratuitaAnnullatoCancellazione di %sCancellazione %s...Cancella la sottoscrizioneCancellando il periodo di prova gratuito bloccherai immediatamente l'accesso a tutte le funzionalità premium. Vuoi continuare?Cambia licenzaCambia ProprietarioCambia pianoCambia utenteCassaElimina cache APISvuota le Transient degli aggiornamentiClicca quiFai clic qui per usare il plugin anonimamenteFai clic per vedere le recensioni che hanno fornito una valutazione di %sFare clic per visualizzare lo screenshot in grandi dimensioni %dProdottiCodiceCompatibile fino aContattiContatta il supportoContattaciContributoriNon é stato possibile attivare %s.NazioneTipo di CronDataDisattivaDisattiva licenzaDisattivare o disinstallare %s che disabiliterà automaticamente la licenza, che permetterà di utilizzarla in un altro sito.Disattiva la tua licenza bloccando tutte le funzionalità premium ma potrai attivare la licenza su un altro sito. Sei sicuro di voler continuare?DisattivazioneDebug LogLa modalità Debug è stata attivata con successo e sarà disattivata automaticamente in 60 minuti. Puoi disattivarla prima cliccando sul link "Ferma Debug".Delega ai proprietari del sitoEliminare tutti gli accountDettagliLe informazioni diagnostiche non saranno più inviate da %s a %s.Disabilita la modalità white labelNon annullare %s, sono interessato in ottenere gli aggiornamenti di sicurezza, nuove funzionalità o contattare il supporto.Non hai una chiave di licenza?Fai una donazione a questo pluginTorna al piano precedenteDownloadScarica la versione %sScarica la versione a pagamentoScarica l'ultima versione di %sScarica l'ultima versioneScaricatoCausa la %sDirettiva per la protezione dei Dati Europea (GDPR)%sabbiamo adeguato i requisiti che fornisci per il consenso, confermando che accetti di lasciare i dati.A causa della violazione dei nostri termini di affiliazione abbiamo deciso di bloccare temporaneamente il tuo account affiliativo. Se hai domande contatta il supporto.Sito duplicatoDurante la procedura di aggiornamento abbiamo individuato%d sito/i che sono in attesa della attivazione della licenza.Durante la procedura di aggiornamenti abbiamo individuato %s sito/i del network che sono in attesa di un tuo controllo.EmailIndirizzo emailAggiorna l'indirizzo emailAbilita la modalità white labelFineInserisci l'indirizzo emailInserisci il dominio del tuo sito o altri siti da dove vuoi promuovere %s.Inserisci qui sotto l'indirizzo email che hai usato per registrare l'aggiornamento e ti invieremo di nuovo la chiave di licenza.Inserisci il nuovo indirizzo emailErroreErrore ricevuto dal server:ScadutoScade in %sDomini aggiuntiviDomini aggiuntivi dove ci sarà il modulo promozionale.FileFiltroPer essere accettato del regolamento WordPress.org, prima di attivare il periodo di prova devi accettare di condividere informazioni come il tuo utente e dati non sensibili. Permettendo a %s di inviare dati periodicamente a %s per verificare gli aggiornamenti e approvare il periodo di prova.GratuitoProva gratuitaVersione gratuitaFreemius APIDebug FreemiusL'SDK di Freemius non è riuscito a trovare il file principale del plugin. Per favore contatta sdk@freemius.com riportando l'errore.Stato di FreemiusFreemius è il nostro servizio di licenze e aggiornamentiNome completoFunzioneOttieni delle commissioni dal sistema automatizzato di rinnovo.Ottieni gli aggiornamenti per le nuove versioni Beta di %s.Hai una chiave di licenza?Ciao, sai che %s ha il programma di affiliazione? Se ti piace %s puoi diventare un nostro ambasciatore e guadagnare denaro!Come sta andando con %s? Prova tutte le funzionalità premium di %s con una prova gratuita di %d giorni.Come faccio a caricare ed attivare?Come ci promuoverai?Accetto - Cambia utenteNon posso piú pagarloNon capisco come farlo funzionareNon voglio condividere i miei dati con teHo trovato un migliore %sHo aggiornato il mio account, ma quando cerco di sincronizzare la licenza, il piano rimane %s.Non ho più bisogno di %sHo avuto bisogno di %s per un breve periodoIDSe questo è un duplicato a lungo termine per mantenere gli aggiornamenti automatico e funzionalità a pagamento dopo %s, verifica %s.Se fai clic questa decisione sarà delegata agli amministratori del sito.Se hai un attimo, facci sapere perché %sPuoi abbandonare la proprietà dell'account %s a %scliccando il pulsante Cambia proprietario.Se vuoi utilizzare %s su questi siti, inserisci la tua licenza sotto e fai clic sul pulsante di attivazione.Avviso Importante di aggiornamento:In %sIn caso NON hai pianificato di usare %s su questo sito (o ogni altro sito) vuoi cancellare %s?Installa la versione gratuita oraInstalla l'ultima versione gratuitaInstalla oraInstalla l'aggiornamento oraInstallazione plugin: %sAzione di risoluzione del clone fallita.ID modulo non valida.Nuovo utente ID o indirizzo email non valido.Raccolta dati siti non valida.Fattura%2$s è un duplicato di %4$s?%2$s è un nuovo sito?%2$s è la nuova home di %4$s?è attivaSi tratta di un sito di un cliente?%sse vuoi puoi nascondere informazioni sensibili come la tua email, licenza, prezzi e indirizzi dalla tua bacheca di WP.Sembra che la licenza non possa essere attivata.Sembra che la disattivazione della licenza non sia riuscita.Sembra che tu non stia più usando la prova gratuita, quindi non c'è niente che tu debba annullare :)Sembra che tu sia ancora usando il piano %s. Se hai effettuato un upgrade o cambiato il piano, è probabile che ci sia un problema nei nostri sistemi.Sembra che il tuo sito non disponga di alcuna licenza attiva.Richiede la attivazione della licenza.Sembra che uno dei parametri di autenticazione sia sbagliato. Aggiorna la tua chiave pubblica, Secret Key & User ID e riprova.È una %s temporanea. Sto solo cercando di risolvere un problema.Non é quello che stavo cercandoEntra nel programma BetaLe informazioni sugli add-on di %s vengono scaricate da un server esterno.ChiaveCondividi cosa non ha funzionato in modo da migliorare il prodotto per gli utenti futuri...Spiegandoci il motivo ci aiuterai a migliorare.UltimoUltimo aggiornamentoUltima licenzaUltima versione gratuita installataVersione più recente installataScopri altroLunghezzaLicenzaLicense AgreementLicense IDChiave della licenzaProblemi di licenza?Chiave di licenzaLa chiave licenza è vuota.Tutta la vitaTi piace %s? Diventa il nostro ambasciatore e guadagna denaro ;-)Carica opzioni del DBLocalhostLogLoggerDuplicato a lungo termineMessaggioMetodoSpostaSposta la licenzaMigra le opzioni al NetworkApplicazioni mobileModuloPercorso moduloTipo di moduloUlteriori informazioni su %sNomeNetwork BlogUtente NetworkNuovoNuova versione disponibileNuovo sitoNuova versione gratuita (%s) installataVersione più recente (%s) installataNewsletterSuccessivoNoNo sposta solo i dati di questo sito su %sNessun IDNessun impegno con %s - cancella quando vuoiNessun impegno per %s giorni - puoi annullare in qualsiasi momento!Nessuna carta di credito richiestaNessuna scadenzaNon in scadenzaNessuno dei piani di %ssupporta il periodo di prova.OKQuando la tua licenza scadrà, potrai comunque continuare a usare la versione gratuita, ma NON avrai accesso alle funzionalità %s.Quando la tua licenza scadrà non potrai più usare %s, a meno che lo attivi di nuovo con una licenza premium valida.IscrivitiCancella iscrizioneAbilita "%s" per renderlo migliore!AltroEmail proprietarioID proprietarioNome proprietarioPCI compliantGli add-on a pagamento devono essere distribuiti da Freemius.Clicca quiuna chiave di licenzale istruzioni di installazionel'indirizzo email per il supporto relativo al prodotto.Indirizzo account email PaypalPagamentiI pagamenti sono in Dollari Americani e processati mensilmente da PayPal.PianoIl piano %s non esiste, per questo motivo non è possibile iniziare il periodo di prova.Il piano %s non supporta il periodo di prova.ID PianoContattaci quiContattaci con il seguente messaggio:Scarica %s.Per favore inserisci la chiave di licenza che hai ricevuto via mail subito dopo l'acquisto:Inserisci la chiave della licenza per abilitare la modalità Debug:Facci sapere ogni sito o statistiche social valide, es: visite uniche mensili, numero di sottoscrizioni email, follower ecc (tratteremo queste informazioni come riservate).Segui i passi seguenti per completare l'aggiornamentoFacci sapere se vuoi essere contattato per aggiornamenti di sicurezza e di funzionalità, contenuti formativi e offerte occasionali:Si prega di notare che non saremo in grado di garantire lo stesso prezzo per rinnovi/sottoscrizioni dopo la cancellazione. Se scegli di rinnovare l'abbonamento manualmente in futuro, dopo un aumento del prezzo, che di solito avviene una volta l'anno, ti verrà addebitato il nuovo prezzo.Fornisci i dettagli su come intendi promuovere %s. (sii più esplicativo possibile)Per favore inserisci il tuo nome completo.PluginHomepage del pluginPlugin IDInstallazione del pluginChangelogDescrizioneFAQCaratteristiche & prezziInstallazioneAltre noteRecensioniIl plugin è un "Serviceware", quindi non dispone di una versione del codice Premium.PluginSincronizzazione plugin e temiPremiumLa versione 1%s Permium è stata attivata con successo.Versione Premium dell'add-on già installata.Versione premiumVersione Premium già attiva.PrezziPolitica sulla privacyProseguiID processoElaborazioneProdottiSommario programmaMetodi promozionaliProvinciaChiave pubblicaAcquista licenzaContinua a comprareSuggerimenti rapidiQuotaInvia nuovamente l'email di attivazioneComunica nuovi clienti al nostro %s e guadagna %s di commissione per ogni vendita avvenuta!Rinnova licenzaRinnova la tua licenza oraRichiesteVersione PHP richiestaRichiede la versione di WordPressResetta l'avviso di disattivazioneRisultatoSDKPercorso SDKRisparmia %sSalvatoAzioni programmateScreenshotCerca per indirizzoChiave segretaPagina sicura su protocollo HTTPS %s eseguita su dominio esternoSembra che stai avendo dei problemi temporanei con la cancellazione della sottoscrizione. Prova nuovamente tra pochi minuti.Stiamo avendo qualche problema temporaneo con l'annullamento del periodo di prova. Riprova tra qualche minuto.Sembra che tu abbia la versione più recente.Seleziona NazioneInvia chiave di licenzaImposta opzione del DBCondividere informazioni diagnostiche con %s aiuta a fornire funzionalità mirate al vostro sito web. La condivisione dei dati permette, inoltre, di evitare errori di incompatibilità relative a versioni di WordPress o PHP, e di determinare in quali lingue, e per quali regioni, il plugin necessita di traduzioni e miglioramenti.Mostra i dettagli dell'errore.Simula aggiornamento networkSimula la prova TrialLicenza per sito singoloID del sitoSito accettato con successo.SitiSalta & %sSlugSilenzia e %sPuoi riutilizzare la licenza quando %s non è piu attivo.Social network (Facebook, Twitter, ecc.)Siamo spiacenti per l'inconveniente e siamo qui per aiutarti con il tuo permesso.Siamo spiacenti, non siamo riusciti a completare l'aggiornamento via email. Un altro utente con lo stesso indirizzo email è già registrato.AvviaAvvia DebugInizia il periodo di prova gratuitoInizia la mia %sStatoFerma DebugInviaInvia e %sSottoscriviSupportoForum di supportoSincronizza i dati dal serverNumero Partita Iva o VATTermini del ServizioGrazie per la partecipazione al nostro programma di affiliazione, sfortunatamente abbiamo valutato di rifiutare la tua richiesta. Prova nuovamente fra 30 giorni.Grazie per la partecipazione al nostro programma di affiliazione, valuteremo la tua richiesta durante i prossimi 14 giorni e ti contatteremo per maggiori informazioni.Grazie per avere installato l'aggiornamento %1$s v%2$s.Grazie per utilizzare %se i suoi addon!Grazie per utilizzare %s!Grazie per utilizzare i nostri prodotti!Grazie!Grazie %s!Grazie per aver confermato il cambiamento del proprietario. Un' email è stata appena inviata a %s per la conferma finale.Grazie per avere installato l'aggiornamento.Grazie!%s ha rotto il mio sito%s non funziona%s non ha funzionato come mi aspettavo%s è ottimo ma ho bisogno di una funzionalità specifica non supportata%s non funziona%s ha improvvisamente smesso di funzionareI prodotti seguentiIl processo d'installazione è iniziato e potrebbe impiegare alcuni minuti per completarsi. Attendi finchè non ha finito, assicurandoti di non ricaricare questa pagina.Il prodotto sottostante è stato messo in modalità sicurezza perchè abbiamo notato che %2$s è una copia esatta di %3$s: %1$sIl prodotto sottostante è stato messo in modalità sicurezza perchè abbiamo notato che %2$s è una copia esatta di questi siti %3$s: %1$sIl pacchetto remoto del plugin non contiene una cartella con lo slug desiderato e la rinominazione non ha funzionato.L'aggiornamento di %s è stato completato con successo.TemaCambio temaTemiC'è un %sdi %s disponibile.C'è una nuova versione di %s disponibile.Questo plugin non è stato segnato come compatibile con la tua versione di WordPress.Questo plugin non è stato testato con la versione corrente di WordPress.Questo plugin richiede una versione di PHP più recente.TimestampTitoloAbilita la modalità Debug, inserisci la chiave segreta del proprietario della licenza (UserID = %d), che puoi trovare nella sezione "Profilo" della dashboard utente:TotaleCittadinaProva gratuitaTipoImpossibile accedere al filesystem. Conferma le tue credenziali.Licenze illimitateAggiornamenti IllimitatiCommissioni illimitate.Fino a %s sitiAggiornaAggiorna licenzaAggiornamenti, annunci, marketing, no spamAggiornamentoCarica e attiva la versione scaricataForteBacheca UtenteID utenteChiave utenteUtentiValoreL'email di verifica è stata inviata a %s. Se dopo 5 minuti non è ancora arrivata, per favore controlla nella tua casella di posta indesiderata.VerificatoVerifica emailLa versione %s é stata rilasciata.Visualizza dettagliVedi funzionalità a pagamentoAvvisoNon siamo riusciti a trovare alcuna licenza attiva associata al tuo indirizzo email, sei sicuro che sia l'indirizzo giusto?Non siamo riusciti a trovare il tuo indirizzo email nel sistema, sei sicuro che sia l'indirizzo giusto?Non possiamo caricare la lista degli addon. Probabilmente è un nostro problema, prova di nuovo fra qualche minuto.Abbiamo fatto alcune migliore a %s,%sSiamo felici di presentarvi il supporto al sistema multi network di Freemius.Siti, email e statistiche dei social network (opzionali)Benvenuto nel %s! Per iniziare inserisci la tua licenza:Che cosa ti aspettavi?Quale funzionalitá?Qual è il tuo %s?Che prezzo ritieni opportuno pagare?Che cosa stai cercando?Qual è il nome di %s?Dove vuoi promuovere %s?Pagina dei plugin di WordPress.orgVuoi fondere %s in %s?Vuoi procedere con l'aggiornamento?SiSI - %sSi entrambi gli indirizzi sono mieiSi muovi tutti i miei e risorse da %s a %sSi, %2$s è un duplicato di %4$s per il motivo di test, staging o sviluppo.Si %2$s è un nuovo e sito differente che è separato da %4$s.Hai già utilizzato una prova gratuita in passato.Sei a un clic di distanza dall'iniziare il tuo periodo di prova gratuito di %1$s giorni per il piano %2$s.Sei fantastico!Stai già usando %s in modalità prova.Sei a un passo dalla fine - %sPuoi continuare ad utilizzare le funzionalità%sma non avrai accesso agli aggiornamenti di sicurezza, nuove funzionalità o supporto.Non disponi di una licenza valida per accedere alla versione Premium.Hai la licenza %s.Hai la licenza %s.Hai aggiornato con successo il tuo %s.Hai segnato questo sito, %s, come duplicato temporaneo di %s.Hai marchiato questo sito, %s, come duplicato temporaneo di questi sitiPotresti non averci fatto caso, ma non sei obbligato a condividere i tuoi dati e puoi semplicemente %s la tua partecipazione.Hai già accettato il tracciamento d'uso, ci aiuterà a migliorare %s.Hai già accettato il tracciamento d'uso che ci aiuta a migliorare.Il piano del tuo add-on %s è stato aggiornato con successo.Il tuo periodo di prova gratuito %s è stato annullato con successo.La tua licenza%s è stata segnata come white label per nascondere informazioni sensibili dalla bacheca di WP (es: la tua email, licenza, prezzi e indirizzi). Se vuoi tornare indietro puoi farlo semplicemente tramite%s. Se è stato un errore guarda anche %s.La tua licenza%s è stata disattivata con successo.Il tuo account è stato attivato correttamente con il piano %s.La tua applicazione di affiliazione per %s è stata accettata! Accedi alla tua area di affiliazione a %s.Il tuo account di affiliazione è stato sospeso temporaneamente.Il tuo indirizzo email è stato verificato con successo - SEI UN GRANDE!La tua versione prova è scaduta.%1$s aggiorna ora %2$s per continuare ad usare %3$s senza interruzioni.La tua versione di prova gratuita è scaduta. Puoi continuare ad usare tutte le funzionalità gratuite.La tua licenza è stata cancellata. Se credi sia un errore, per favore contatta il supporto.La tua licenza è scaduta. %1$saggiorna ora %2$sper continuare ad utilizzare %3$s senza interruzioni.La licenza è scaduta. È comunque possibile continuare a utilizzare tutte le funzionalità di %s, ma sarà necessario rinnovare la licenza per continuare a ricevere gli aggiornamenti ed il supporto.La tua licenza è scaduta. Puoi continuare ad usare la versione gratuita %s per sempre.La tua licenza è stata attivata correttamente.La tua licenza é stata disattivata con successo, sei tornato al piano %s.Il tuo nome è stato aggiornato correttamente.Il tuo piano è stato attivato con successo.Il piano è stato cambiato con successo a %s.Il piano è stato aggiornato con successo.La tua sottoscrizione è stata cancellata con successo. La licenza del piano %sscadrà in %s.La versione di prova è stata avviata correttamente.CAPSìattiva una licenza quiAttiva%s non può funzionare senza %s.%s non può funzionare senza il plugin.Attenzionepermetti%s rimanentiAttivazioneannoAPIChiudiDebuggingCongratulazioniBloccatoConnessoScarica l'ultima versioneScarica l'ultima versione gratuitaMensilmenteScadenzaPercorsoInvio emailmeseAnnualeAnnualmenteUna voltaPianoNessuna chiaveVersioni SDKLicenzaSincronizzaSincronizza la licenzaAutoreNon attivoAttivobasato su %sInizia il periodo di prova gratuitoChiudiChiudidatagiornidisattivazione in corsodelega%snon %s mi invierà aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte.Piano %sFatturato %sMiglioreHeyOpsHey %s,oraoreInstallatoEvvailicenzaSitimsnuova versione Betanuova versionenon verificatoPrezzoPrezziopzionaleVersioneprodottitorna indietrosecsembra che la chiave che hai inserito non risulti nei nostri registri.inviami aggiornamenti di funzionalità e sicurezza, contenuti formativi e offerte.saltaUhmInizia il periodo di prova gratuitosottoscrizionepassa ai siti menzionati sopra stantel'ultima versione %s é quìprovaProva gratuitaEliminaDowngradeModificaNascondiIscrivitiCancella iscrizioneAcquistoMostraSaltaAggiornaAggiornamento%s fafreemius/languages/freemius-he_IL.mo000064400000112600151213253110013455 0ustar00���|��S�%1Wco6v��_b#��	

")1:BHK���������& -, Z 	o y � � � � 5� � � 	
!!'#!K!d!	q!{!�!��!2"E""a"�"2�"!�"a�"X#j#�#�#�#�#�#�#�#
�#�#�#�#$$$	1$Y;$�$�$�$�$�$�$(�$1%%:%:`%�%�%�%�%
�%�%�%�%	�%	&
&&�,&�&	�&�&�&''&'<'E'Y'x'
�'��'7(
=(K(YO(a�())1)
9)
G);U)�)�)��)�*
�*�*�*�*j�*@+	O+Y+3b+�+~�+U),,�,�,)�,-�,'-S;-�-'�-�-7�-g
.r.x.�.�.�.�.�.	�.1�..'/OV/�/A&0yh02�01a51�1B�1,�1222*2H2
a2l2s2{2�2�2�24�2�2	�233333&3-393E3_3d3q3u3�3
�3�3�3�3%�3+�34
+494/F4v4mz4�4�4�4�4	5
5
5)+5U5r54{5�55�5(�566-36a6Uu6��61�7[�7"8A8H8	X8b8(q8*�8"�81�8+9*F9&q9�9�9�9.�9�9�9:%:
4:
?:J:S:c:u:
~:�:�:�:W�:
;;(;C;J;N;W;_;o;{;
�;5�;l�;&;<b<q<
�<�<�<�<�<	�<�<&�<L=fN=�=�=�=�=�=�=�=
�=
>#>0>�A>��>n?)�?
�?
�?\�?+@@@S@Cr@�@�@��@-rA�A�A�A'�AM�AG0B	xB�B�B�B�B�BE�B�B�B	C C/C6C*ECpC*xC^�CD
DDdD{D�D�D�D�D�Di�DW<E"�E6�E�E
FF-"FPFnF&�F*�F�F�F$�FMGVG/hG�G>�G�G&HZ5H.�H.�H9�HZ(I3�I<�IP�IUEJ��JK6K(�KG�K#�K)L$AL)fL�L�L;�L6�L>2MqMwM�M�M$�M�MN#N?N&]N*�N�N�N�N3�N1OFO\OtO�O*�O1�OPP#2PVPrP�P�P�P�P�P�P�PNQQQpQ�Q�Q�Q�Q1�Q
R!R1R
>RIRVRnRCzR�RQ�RS	%S/SJS]SiS	xS	�S�S�S
�S	�S	�S�S�S�S�S#�X(YGYWYcY6oY��Y_[Z5�Z�Z
[[%[
5[C[O[	_[
i[Hw[�[
�[�[�[
�[�[\$\C\O[\8�\�\	�\	]"]7]J]Q]5Y]
�]
�]	�]�]'�]$�]^$^6^P^�Y^._BH_+�_�_2�_.`a6`%�`�`�`�`�`
aa#a5a:a6Fa}a�a�a�a�a��aDb\brb�b�b�b(�b1�b%c6cCcHcYc
acoc�c#�c
�c	�c
�c
�c�c��c�d	�d$�d �d
e1(eZe
neye.�e'�e
�e��e	�f�f�fY�feg
kg#vg
�g�g
�g;�gh
h� hi(i>iXi$eij�i�i	jj3$j!Xj~zjU�j#Oksk7�k@�kJlPl�nl�l'
m2m7;mgsm�m+�m6nJn ^n$n�n�n:�n.�nO-o}o:�oy8p6�p�paqhqmlq=�qrr7r1Or&�r
�r�r�r�r�r�r	s4sPs_sssws
~s�s�s
�s�s�s�s�s�s�st#t>tMtRtWt%gt@�t#�t�tu/u
AumLu�u�u�u�u�u�uv)$vNvkv4zv
�v`�v>wZw&bwB�w�wm�w�UxFy[ey#�y�y�y	zz z
6zAzYz
xz�z�z�z�z�z.�z{* {K{X{
t{
{�{�{�{�{�{�{�{6�{W5|�|�|�|�|�|�|
�|�|}}.}5@}v}4�}+~ =~
^~l~�~�~
�~�~�~&�~kft� �&�)�=�I�
R�]� s���������G�<ށA�]�n��{����.�CL���%���Ƀ-x�
����DŽ%ԄG��BB�	��
����������E�� � "�C�Z�m�v�S���8�$�)�=�L�dR�
��‡އ��'�6�i>�W��"�6#�Z�m���7��͉މ&�5�Q�V�(_�M��֊/��X:���$���Ӌ5^�I��8ތZ�3r�<��{�__����KZ�'��>Ώ
�/-�']�.����
ϐ&ڐA�C�W�
`�
n�y���
��
��
����
����
ۑ
����
��#�
,�
:�E�^�o�|����������� ђ
�
����y�
����
ēғٓ
��
������*�3�u7����� ��	ܔ$����(�1�:�A�
I�T�[�b�k�t�%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s tracking cookie after the first visit to maximize earnings potential.APIAccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBillingBlockingBlog IDBodyBusiness nameCan't find your license key?CancelCancel InstallationCancel SubscriptionCancel TrialCancelledCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't have a license key?Donate to this pluginDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.In %sInstall Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInvalid module ID.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's a temporary %s - I'm troubleshooting an issueIt's not what I was looking forJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense KeyLicense keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMobile appsModuleModule PathModule TypeMore information about %sNameNetwork UserNewNew Version AvailableNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Opt InOpt OutOtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium versionPremium version already active.PricingPrivacy PolicyProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicenseQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSingle Site LicenseSite IDSitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWebsite, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?Would you like to proceed with the update?YesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlike websitesSitesmillisecondsmsnot verifiednounPricenounPricingproduct versionVersionsecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialswitchingthe latest %s version heretrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Vova Feldman <vova@freemius.com>, 2017-2018,2022
Language-Team: Hebrew (Israel) (http://app.transifex.com/freemius/wordpress-sdk/language/he_IL/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: he_IL
Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
השלם הפעלת "%s" עכשיוההרחבה %s נרכשה בהצלחה.%s התקנות%s Licensesלפני %s%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s הינו הבעלים החד של חשבון זה.%s minimum payout amount.%s ומעלהדרוג %s%s דרוגים%s שניותכוכב %s%s כוכביםפעם %s%s פעמים%s tracking cookie after the first visit to maximize earnings potential.APIחשבוןפרטי חשבוןפעולותהפעלהActivate %sהפעל חבילה %sהפעלת גירסה חינאמיתהפעלת רישיוןהפעלת רישיון על כל האתרים התלויים והעומדים.הפעלת רישיון על כל האתרים ברשת.הפעל את ההרחבהActivatedהרחבות עבור %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.כתובתכתובת %sAffiliateאפיליאציהAfter your free %s, pay as little as %sהסכמה והפעלת רישיוןכל הבקשותכל הסוגיםאפשר\י והמשכ\יסכוםהורדה והתקנה אוטומטית של %s (גרסה בתשלום) מ-%2$s תתחיל בעוד %3$s. אם ברצונך לבצע את ההתקנה ידנית - לחץ על כפתור הביטול עכשיו.פידבק אנונימייישום על כל האתרים התלויים והעומדים.יישום על כל האתרים ברשת.Apply to become an affiliateAre you sure you want to delete all Freemius data?האם את/ה בטוח רוצה להמשיך?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.עדכן אוטומטית בעוד %sהתקנה אוטומטיתדירוג ממוצעאדירBecome an affiliateבילינגBlockingמזהה בלוגBodyשם עסקהאם אינך מוצא את מפתח הרישיון?בטלבטל התקנהבטל מנויביטבוטלביטול הניסיון יחסום מייד את הפיטצ'רים שהינם בתשלום. האם ברצונך בכל זאת להמשיך?שינוי רישיוןעדכון בעלותשינוי חבילהCheckoutעירניקוי מטמון ה-APIClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dמוצריםCodeCompatible up toContactצור קשריצירת קשרתורמיםלא ניתן להפעיל את %s.מדינהCron Typeתאריךכיבוישיחרור רישיוןביטול הרישיון יחסום את כל הפיטצ'רים שבתשלום אך יאפשר להפעיל את הרישיון על אתר אחר. האם תרצו להמשיך בכל זאת?דיאקטיבציהDebug Logהאצלה למנהלי האתריםמחיקת כל החשבונותפרטיםהאם אין ברשותך מפתח רישיון?תרום לתוסףהורדההורד גרסת %sהורד\י את גרסת ה-%s העדכניתהורד את הגרסה האחרונהDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.דוא"לכתובת דוא"לEndEnter the domain of your website or other websites from where you plan to promote the %s.הזן את כתובת הדואל שאיתה שידרגת כדי לקבל את הרישיון שוב.שגיאההוחזרה שגיאה מהשרת:פג תוקףפג תוקף בעוד %sExtra DomainsExtra domains where you will be marketing the product from.קובץפילטרFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.חינםניסיון חינםגירסה חינאמיתFreemius APIניפוי תקלות פרימיוסFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.מצב פרימיוסFull nameפונקציהGet commission for automated subscription renewals.האם ברשותך רישיון?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.איך להעלות ולהפעיל?How will you promote us?אני לא יכול/ה להמשיך לשלם על זהלא הצלחתי להבין איך לגרום לזה לעבודאני לא אוהב את הרעיון של שיתוף מידע איתכםמצאתי %s יותר טובשידרגתי את החשבון שלי אבל כשאני מנסה לבצע סנכרון לרישיון החבילה נשארת %s.I no longer need the %sI only needed the %s for a short periodמזההIf you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.בעוד %sהתקן גרסה חינאמית עכשיוהתקן עדכון גרסה חינאמית עכשיוהתקן עכשיוהתקן עדכון במיידימזהה המודול לא תקני.חשבוניתהאם פעילנראה שלא ניתן להפעיל את הרישיון.נראה שניתוק הרישיון נכשל.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.נראה לאתר עדיין אין רישיון פעיל.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.זה %s זמני - אני מנסה לפתור בעיהחיפשתי משהו אחרJust letting you know that the add-ons information of %s is being pulled from an external server.Keyאנא שתפ\י מה לא עבד כדי שנוכל לתקן זאת עבור משתמשים עתידיים...אנא שתף את הסיבה כדי שנוכל להשתפר.Lastעודכן לאחרונהרישיון אחרוןגרסה חינאמית עדכנית הותקנההגרסה האחרונה הותקנהLearn moreLengthרישיוןLicense Keyמפתח רישיוןמפתח הרישיון ריק.לכל החייםLike the %s? Become our ambassador and earn cash ;-)Load DB Optionשרת לוקאליLogLoggerהודעהMethodMobile appsמודולModule Pathסוג מודולמידע נוסף אודות %sשםמשתמש רשתחדשיש גרסה חדשהגרסה חדשה (%s) הותקנהניוסלטרNextלאאין מזההNo commitment for %s - cancel anytimeללא התחייבות ל-%s ימין - בטלו בכל רגע!לא נדרש כרטיס אשראיללא תפוגהNon-expiringNone of the %s's plans supports a trial period.אוקייOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Opt InOpt Outאחרמייל הבעליםמזהה הבעליםשם הבעליםעומד בתקן PCIPaid add-on must be deployed to Freemius.PayPal account email addressתשלומיםPayouts are in USD and processed monthly via PayPal.חבילההחבילה %s אינה קיימת, לכן, לא ניתן להתחיל תקופת ניסיון.תוכנית %s אינה תומכת בתקופת ניסיון.Plan IDאנא צור איתנו קשר כאןאנא צור איתנו קשר יחד עם ההודעה הבאה:נא להוריד את %s.אנא הזן את הרישיון שקיבלת לתיבת הדואל שלך לאחר השלמת הרכישה.Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).נא לבצע את הצעדים הבאים להשלמת השידרוגPlease provide details on how you intend to promote %s (please be as specific as possible).נא למלא את שמך המלא.תוסףעמוד התוסףPlugin IDהתקנת תוסףלוג שינוייםתיאורשאלות נפוצותפיטצ'רים ומחיריםהתקנההיערות נוספותביקורותתוספיםPlugins & Themes SyncPremiumPremium %s version was successfully activated.גירסת פרימיוםהגרסה בתשלום כבר פעילה.מחירוןמדיניות פרטיותProcess IDProcessingמוצריםProgram SummaryPromotion methodsפרובינציהמפתח פומביקניית רישיוןQuotaשליחה חוזרת של מייל האקטיבציהRefer new customers to our %s and earn %s commission on each successful sale you refer!חידוש רישיוןRequestsRequires WordPress VersionResultSDKמיקום SDKשמירת %sScheduled Cronsצילומי מסךחפש לפי כתובתמפתח סודיSecure HTTPS %s page, running from an external domainנראה שיש תקלה זמנית המונעת את ביטול הניסיון. אנא נסו שוב בעוד כמה דקות.נראה שיש לך את הגרסה האחרונה.בחר מדינהשליחת מפתח רישיוןSet DB Optionסמלוץ עדכון לרשתרשיון לאתר אחדמזהה אתראתריםדלג ו%sמזהה כתובתSocial media (Facebook, Twitter, etc.)מצטערים על חוסר הנעימות, אנחנו כאן כדי לעזור אם תאפשר\י זאת.Sorry, we could not complete the email update. Another user with the same email is already registered.Startהתחל תקופת ניסיוןהתחל את %s הניסיון שלימחוז/מדינהSubmit & %sמנויתמיכהפורום תמיכהסנכרון מידע מהשרתח.פ.תנאי השירותThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.אנו מודים לך על היותך כמשתמש של %s!אנו מודים לך על השימוש במוצרים שלנו!תודה רבה!תודה %s!תודה על אישור ביצוע החלפת הבעלות. הרגע נשלח מייל ל-%s כדי לקבל אישור סופי.ה%s הרס לי את האתרה%s לא עבדה%s לא עבד כמצופהThe %s is great, but I need specific feature that you don't supportה%s לא עובדה%s הפסיק פתאום לעבודתהליך ההתקנה התחיל ויכול לקחת מספר דקות לסיום. אנא המתינו בסבלנות עד לסיום מבלי לרענן את הדפדפן.The upgrade of %s was successfully completed.תבניתהחלפת תֵמָהתבניותיש גרסה חדשה עבור ה%s.התוסף לא סומן כתואם לגרסת הוורדפרס שלך.תוסף זה לא נבדק עם גרסת הוורדפרס שלך.TimestampכותרתTotalכפרניסיוןסוגUnable to connect to the filesystem. Please confirm your credentials.רשיונות ללא הגבלהעדכונים ללא הגבלהUnlimited commissions.עד %s אתריםעדכןעדכון רישיוןעדכונים, הכרזות, הודעות שיווקיות, ללא דואר זבלשדרגהעלה\י והפעיל\י את הגרסה שהורדתישמזהה משתמשמשתמשיםValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.מאומתאמת כתובת דוא"לגרסה %s הושקה.פרטים נוספיםצפה בפיטצ'רים שבתשלוםWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWebsite, email, and social media statistics (optional)למה ציפית?איזה פיטצ'ר?מה ה%s שלך?מה המחיר שכן תרגיש\י בנוח לשלם?מה חיפשת?What's the %s's name?Where are you going to promote the %s?האם ברצונך להמשיך עם העידכון?כןYes - %sהניסיון כבר נוצל בעבר.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.את\ה מסודר!You are already running the %s in a trial mode.You are just one step away - %sאין ברשותך רישיון בר תוקף לשימוש בגרסת הפרימיום.יש לך רישיון %s.עידכנת בהצלחה את ה%s.אולי פספסת את זה אבל אינך חייב\ת לשתף כל מידע איתנו, ביכולתך %s על שיתוף המידע.חבילת ההרחבה %s שודרגה בהצלחה.תקופת הניסיון החינמית של %s בוטלה בהצלחה.חשבונך הופעל בהצלחה עם חבילת %s.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!תקופת הניסיון שלך הסתיימה. הפיטצ'רים החינאמיים עדיין ניתנים לשימוש.רשיונך בוטל. אם לדעתך זו טעות, נא ליצור קשר עם התמיכה.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.הרישיון הופעל בהצלחה.רישיונך נותק בהצלחה, חזרת לחבילת %sשמך עודכן בהצלחה.החבילה עודכנה בהצלחה אל %s.החבילה שודרגה בהצלחה.הניסיון שלך הופעל בהצלחה.מיקוד / תא דוארמעולה%s לא יכול לעבוד ללא %s.ההרחבה %s אינה יכולה לפעול ללא התוסף.לתשמות לבךאפשרנשארו %sמפעילשנהAPIסגירהדיבוגמזל טובחסוםמחוברהורד גרסה אחרונהחודשיתפוגהנתיבשולח דוא"לחודשיםשנתישנתיפעם אחתחבילהאין מפתח סודיגרסאות SDKרישיוןסינכרוןסינכרן רישיוןAuthorכבוידלוקמבוסס על %sהתחלת ניסיון חינםסגירהסגירהdeactivatingהאצל%sאל%2$s תשלחו לי עדכוני אבטחה, פיטצ'רים, תוכן חינוכי, ומידע על מבצעים.חבילה %sמחוייב על בסיס %sהכי טובהייאופסהיי %s,ישששאתריםmsלא מאומתמחירמחירוןגרסהsecתשלחו לי עדכוני אבטחה ופיטצ'רים, תוכן חינוכי, ומידע אודות מבצעים.דלגאממהתחל תקופת ניסיוןswitchingגרסת ה-%s האחרונה כאןניסיוןמחקשנמךערוךהסתרOpt InOpt Outרכישההצגדלגעדכןשדרגלפני %sfreemius/languages/freemius-hu_HU.mo000064400000060642151213253110013515 0ustar00��{���n�S<�_�	�
"*37Vv~�������&�-M	bl������	����,2I!|��������
�)FMau	����������
((3:\����
�����
x��,	9CW_y�����
��
 a u { � 
� 
� � � � 
� � � � j!5o!	�!�!�!�!�!)"--"["o"'�"�"7�"�"##)#<#R#	Z#�d#1�#.,$[$A�$%=%S%BW%,�%�%�%�%�%
&&"&*&
<&G&S&c&o&�&	�&�&�&�&�&�&�&�&
�&�&�&�&''!'('0'L'R'^'
g'
r'�'�'�'�'�'-�'U�'N(m(t(	�(�((�(*�("�(1)+F)*r)&�)�)�)�).�)*)*I*Q*
`*
k*v**
�*�*
�*�*�*�*
�*�*++)+0+4+=+E+Q+
c+n+}+�+�+�+	�+�+�+�+�+�+�+
�+,,#,
4,
?,J,_,r,C�,�,�,--9-?-L-'S-	{-�-�-�-�-�-�-�-�-�-�-*�-.*.^I.�.�.�.�.�.�.�.�./"	/6,/=c/�/
�/�/-�/0!070*Q0|0�0�0�0&�0-�091<X1U�1K�1(72G`2#�2%�2)�2$3)A3k3}3>�3�3�3$4,4F4b4~4&�4*�47�4&5=5[53t5�5�5�5�5�5*61G6y6�6#�6�6�6�67+7B7W7d7�7�7�7�7�7�71	8;8C8W8h8t8
�8�8�8�8C�8�8Q9U9e9	r9|9�9�9�9	�9	�9�9�9
�9	�9	�9�9:�:~�>(b?
�?u�?@@
,@
7@B@E@H@L@U@^@d@
x@�@�@�@�@�@�@;A3?AsA�A�A
�A�A�A�A�A$�AB
-B;B
YBdBuB �B*�B�B�B
C
 C+C8C
ECPCXC]CfC�C�C�C�C�C�C	�C	DD0DFD_DtD	�D�D�D'�D�DC�D	7EAEFE	WEaE	�E�E#�E�E�E
�E�E��E��F
1G?GTG
kGvG�G#�G
�G�G�G!H1HFH
LHeWH�H�H�H�H�HIII'I;ILIYI�oIC�I9JEJNJ'cJ�J#�J2�J�JK-KMKPK!lK"�K�K�K�K�KL�
L.�L2M�CM<�M#N4NQNYWN'�N�N�N'�NO	<OFOLOTO
hO
sO#�O
�O�O�O	�O�O�O�O�O
PPP
.P9PEPIP$RPwP
P�P.�P�P�P
�P�PQQ.Q?Q	FQPQ.aQO�Q�QR
R!R1RKR[RdRiR{R�R�R�R-�R�R+�RS,SLSRSoS{S	�S
�S�S�S�S�S�S!T)T?T	[T,eT	�T�T�T�T�T�T�T�TUU0U
<UGUVUmU�U
�U�U�U�U&�U�UV
#V1V#BVfV3~VK�V�V$W"9W\WcWsW"|W�W�W	�W�W
�W�W�W�WXX$X79XqX0~X�X�X�X�X�X
YY"Y ;Y\Y&lYC�Y\�Y4Z"IZlZ3xZ�Z
�Z �Z$�Z[[%-[S[g[(�[=�[9�[q&\V�\�\@]!P]%r]*�]%�]+�]^&^-^6^B^F^J^R^_^	l^v^�^*�^�^�^�^�^�^�^�^___(_5_=_N_h_p_s_"v_�_�_�_	�_�_�_�_�_�_
�_�_�_
``$`0`B`F`
L`Z`ab`�`�`�`�`�`
�`
aaa3a@a
GaUabanaua|a�a The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Licenses%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s rating%s ratings%s star%s stars%s time%s timesAPIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd another domainAdd-OnAdd-OnsAddressAddress Line %dAffiliationAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAmountAn unknown error has occurred.Anonymous feedbackApply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?Automatic InstallationAverage RatingAwesomeBillingBilling & InvoicesBlockingBlog IDBodyBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %s...Cancelling the subscriptionChange LicenseChange OwnershipChange PlanChange UserCheckoutCityClear API CacheClear Updates TransientsClick hereClick here to use the plugin anonymouslyClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelete All AccountsDetailsDon't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest versionDownloadedEmailEmail addressEnter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsFileFilterFreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius is our licensing and software updates engineFull nameFunctionHave a license key?How to upload and activate?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI no longer need the %sI only needed the %s for a short periodIDIf you have a moment, please let us know why you are %sImportant Upgrade Notice:Install Free Version NowInstall NowInstall Update NowInstalling plugin: %sInvoiceIs ActiveIs this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.It looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It's not what I was looking forJoin the Beta programKeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLocalhostMessageMethodModule PathMore information about %sNameNewNew Version AvailableNewsletterNextNoNo IDNo credit card requiredO.KOpt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPayPal account email addressPaymentsPlanPlan IDPlease contact us herePlease contact us with the following message:Please enter the license key that you received in the email right after the purchase:Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium versionPremium version already active.PricingPrivacy PolicyProcess IDProcessingProductsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRenew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sScreenshotsSearch by addressSecret KeySelect CountrySend License KeySingle Site LicenseSite IDSitesSkip & %sSlugStart TrialStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you!Thanks %s!The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a new version of %s available.TimestampTitleTotalTownTrialTypeUnlimited LicensesUnlimited UpdatesUp to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUsersValueVerifiedVerify EmailView detailsView paid featuresWarningWe made a few tweaks to the %s, %sWebsite, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?WordPress.org Plugin PageWould you like to proceed with the update?YesYou are all good!You are just one step away - %sYou have a %s license.You have successfully updated your %s.Your %s license was successfully deactivated.Your account was successfully activated with the %s plan.Your email has been successfully verified - you are AWESOME!Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your trial has been successfully started.ZIP / Postal Codeactive add-onActiveadvance notice of something that will need attention.Heads upas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOncall to actionStart free trialclose a windowDismissclose windowDismissdeactivatinge.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,installed add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingtrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradeProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Peter Ambrus, 2018-2019,2021
Language-Team: Hungarian (Hungary) (http://app.transifex.com/freemius/wordpress-sdk/language/hu_HU/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: hu_HU
Plural-Forms: nplurals=2; plural=(n != 1);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
A(z) %1$s fizetős verziója sikeresen telepítve. Kérlek aktiváld, hogy a(z) %2$s minden funkciója elérhető legyen. %3$s"%s" aktiválásának a befejezése most%s licenszA(z) %s egy prémium kiegészítő. A bővítmény aktiválásához előbb egy érvényes licenszt kell vásárolnod.%s értékelés%s értékelés%s csillag%s csillag%s%sAPI&#x2190;&#x27a4;FiókFiók információkEseményekAktiválás%s aktiválása%s csomag aktiválása%s funkciók aktiválásaIngyenes verzió aktiválásaLicensz aktiválásaLicensz aktiválása a hálózat minden függő aloldalán.Licensz aktiválása a hálózat minden aloldalán.Kiegészítő bekapcsolásaSikeres aktiválásMásik domain hozzáadásaKiegészítőKiegészítőkCímCím %dAjánlórendszerLicensz elfogadása és aktiválásaMinden kérésMinden típusEngedélyezés és folytatásMennyiségIsmeretlen hiba.Névtelen visszajelzésJelentkezés ajánló partnernekBiztosan törölsz minden Freemius adatot?Biztosan ezt szeretnéd?Automatikus telepítésÁtlagos értékelésNagyszerűSzámlázásSzámlázásBlokkolásBlog IDBodyCégnévVásárolj licenszet mostLicensz vásárlásaNem találod a licensz kulcsod?MégsemTelepítés törléseElőfizetés törlésePróbaidő törléseTörölve%s törlése...Előfizetés törléseLicensz módosításaTulajdonos módosításaCsomag módosításaFelhasználó módosításaPénztárVárosAPI gyorsítótár törléseÁtmeneti frissítési adatok törléseKattints ideKattints ide, ha névtelenül szeretnéd használni a bővítménytTermékekKódKompatibilitás:KapcsolatÍrás az ügyfélszolgálatraKapcsolatKözreműködőkA(z) %s aktiválása nem sikerült.OrszágDátumDeaktiválásLicensz deaktiválásaA(z) %s deaktiválása vagy törlése automatikusan törli az oldalhoz tartozó licenszed is, amit így másik weboldalon tudsz újra aktiválni.A licensz deaktiválása után a prémium funkciók használata nem elérhető, de így tudod másik weboldalon aktiválni ugyanezt a licenszt. Folytatod a deaktiválást?DeaktiválásHibakeresési naplóMinden fiók törléseRészletekNincs még licensz kulcsod?Bővítmény támogatásaElőfizetés módosítása kisebbreLetöltés%s verzió letöltéseFizetős verzió letöltéseTöltsd le a legfrissebb verziótLetöltések száma:EmailEmail címAdd meg az email címet, amit a vásárlás során használtál és újraküldjük a licensz kulcsot.HibaHiba érkezett a szervertől.LejártHátralévő idő: %sTovábbi domainekFájlSzűrőIngyenesIngyenes próbaidőIngyenes verzióFreemius APIFreemius hibakeresésA Freemius SDK nem találja a bővítmény fő fájlját. Kérlek írj az sdk@freemius.com email címre a problémával kapcsolatban.A licenszkezelést és szoftver frissítést a Freemius biztosítjaTeljes névFunkcióVan licensz kulcsod?Hogyan kell feltölteni és aktiválni?Nem tudom tovább fizetniNem értettem, hogy kell használniNem szeretném megosztani veletek az információtJobb %st találtamNincs tovább szükségem ráCsak egy kis időre használtamIDKérlek mondd el, miért %sFontos frissítési információ:Ingyenes verzió telepítése mostTelepítés mostFrissítés telepítése mostBővítmény telepítése: %sSzámlaAktívEz egy ügyfélnek készült weboldal? %s ha szeretnéd inkább elrejteni az admin felületről az érzékeny információkat, mint például email cím, licensz kulcs, árak, számlázási adatok és számlák.Úgy tűnik, hogy a licensz nem aktiválható.Úgy tűnik a licensz kikapcsolása nem sikerült.Úgy tűnik, hogy még mindig a %s csomagban vagy. Ha biztosan előfizettél vagy csomagot váltottál, akkor valószínű a hiba a mi oldalunkon van. Elnézést!Úgy tűnik, hogy a weboldalhoz nem tartozik aktív licensz.Nem ezt kerestemJelentkezz a Béta programbaKulcsHa elmondod mi nem működött, ki tudjuk javítani a leendő felhasználók számára...Ha elmondod az okát, tudunk fejlődni.UtolsóUtolsó frissítésLegfrissebb ingyenes verzió telepítveLegfrissebb verzió telepítveBővebbenHosszLicenszLicensz szerződésLicensz IDLicensz kulcsLicensszel kapcsolatos problémák?Licensz kulcsA licensz kulcs üres.ÖrökLocalhostÜzenetMódModul útvonalTovábbi információNévÚjÚj verzió érhető elHírlevélKövetkezőNemNincs IDBankkártya megadása nem kötelezőRendbenFeliratkozásLeiratkozásIratkozz fel, hogy a(z) %s még jobb lehessen!EgyébTulajdonos email címeTulajdonos IDTulajdonos nevePCI megfelelésPayPal fiók email címeFizetési módokCsomagCsomag IDÍrj nekünk ittKérlek írj nekünk a következő üzenettel:Kérlek add meg a licensz kulcsot, amit emailben kaptál a vásárlásod után:Kérlek add meg a teljes neved!BővítményBővítmény oldalaBővítmény IDBővítmény telepítéseVáltoztatásokLeírásGYIKFunkciók & ÁrakTelepítésEgyéb megjegyzésekVéleményekBővítményekBővítmények és sablonok szinkronizálásaPrémium%s prémium verziója sikeresen aktiválva.Prémium verzióA prémium verzió már aktív.ÁrakAdatkezelési tájékoztatóMűvelet IDFeldolgozás alattTermékekTartományPublikus kulcsLicensz vásárlásaVásárlás folytatásaGyors visszajelzésRendelkezésre állAktivációs email újraküldéseLicensz megújításaLicensz kulcs megújításaKérésekA következő WordPress verzió szükséges:EredménySDKSDK útvonal%s mentéseKépernyőfotókKeresés cím alapjánTitkos kulcsVálaszz országotLicensz kulcs küldéseEgy weboldalas licenszWeboldal IDWeboldalakKihagyás & %sKözvetlen hivatkozásPróbaidő indításaMegyeKüldés & %sElőfizetésÜgyfélszolgálatTámogató fórumAdatok szinkronizálása a szerverrőlKözösségi adószámSzolgáltatási feltételekKöszönjük!Köszönjük %s!A(z) %s hibát generált az oldalonA(z) %s nem működöttA %s nem az elvárásoknak megfelelően működöttA(z) %s nagyszerű, de nekem olyan funkcióra van szükségem, amit nem tudA(z) %s nem működikA(z) %s egyszer csak nem működöttA(z) %s frissítése sikeres volt.SablonSablon váltásSablonokA(z) %s új verziója érhető el.IdőbélyegCímÖsszesenTelepülésPróbaidőTípusKorlátlan licenszKorlátlan frissítésWeboldalak száma: %sFrissítésLicensz frissítéseFrissítések, közlemények, marketing, de semmi SPAM!ElőfizetésTöltsd fel és aktiváld a letöltött verziótFantasztikusFelhasználó vezérlőpultFelhasználó IDFelhasználókÉrtékEllenőrzöttEmail ellenőrzéseRészletek megtekintéseFizetős funkciók megtekintéseFigyelmeztetésNéhány frissítést kapott a %s.  %sWeboldal, email és közösségi média statisztikák (opcionális)Köszönjük, hogy a(z) %s szoftverünket választottad! Kérlek add meg a licensz kulcsod: Mire számítottál?Melyik funkcióra van szükséged?Mi a te %s?Mi lenne az elfogadható ár, amit tudnál fizetni?Pontosan mit kerestél?Mi a %s neve?WordPress.org bővítmény oldalSzeretnéd folytatni a frissítést?IgenMinden rendben!Már csak egy lépés van hátra - %sLicensz típusa: %sA(z) %s sikeresen frissítve.A(z) %s licensz kikapcsolása sikerült.A fiókodat sikeresen aktiváltuk a következő csomaggal: %sAz email címedet sikerült ellenőrizni - ez nagyszerű!A licensz kikapcsolásra került. Ha úgy gondolod, hogy ez tévedés volt, kérlek írj az ügyfélszolgálatra!A licensz lejárt. A(z) %s ingyenes verziója továbbra is használható korlátlanul.A licensz sikeresen aktiválva.A licenszedet sikeresen deaktiváltuk, az aktuális csomagod: %sA neved sikeresen frissítettük.Az előfizetés sikeresen aktiválva.Az előfizetés sikeresen módosítva: %s.Az előfizetés sikeresen frissítve.A próbaidőszakodat sikeresen aktiváltuk.IrányítószámAktívFigyelemAktiválásévAPIMégsemHibakeresésGratulálunkBlokkolvaKapcsolódvaLegfrissebb verzió letöltéseA legfrissebb ingyenes verzió letöltéseHaviLejáratÚtvonalEmail küldésehóÉvesÉvesEgyszeriCsomagNincs titkos kulcsSDK verziókLicenszSzinkronizálásLicensz szinkronizálásaSzerzőKiBeIngyenes próbaidőszak indításaMégsemMégsemdeaktiválod%s csomag%s számlázásLegjobbÜdvHoppáÜdv %s!TelepítveJuhuuulicenszWeboldalakúj Béta verzióúj verziónem ellenőrzöttÁrÁrakválaszthatóVerziókérek biztonsági és funkcionális frissítéseket, használati ismertetőket és ajánlatokat.ugrásHmmpróbaidő indításaelőfizetésváltaszpróbaidőPróbaidőTörlésVáltás kisebb csomagraSzerkesztésElrejtFeliratkozásLeiratkozásVásárlásMutasdUgrásFrissítésVáltás nagyobb csomagrafreemius/languages/freemius.pot000064400000243077151213253110012703 0ustar00# Copyright (C) 2024 freemius
# This file is distributed under the same license as the freemius package.
msgid ""
msgstr ""
"Project-Id-Version: freemius\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language-Team: Freemius Team <admin@freemius.com>\n"
"Last-Translator: Vova Feldman <vova@freemius.com>\n"
"POT-Creation-Date: 2024-04-22 10:16+0000\n"
"Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: includes/class-freemius.php:1781, templates/account.php:943
msgid "An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned."
msgstr ""

#: includes/class-freemius.php:1788
msgid "Would you like to proceed with the update?"
msgstr ""

#: includes/class-freemius.php:2013
msgid "Freemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error."
msgstr ""

#: includes/class-freemius.php:2015, includes/fs-plugin-info-dialog.php:1513
msgid "Error"
msgstr ""

#: includes/class-freemius.php:2461
msgid "I found a better %s"
msgstr ""

#: includes/class-freemius.php:2463
msgid "What's the %s's name?"
msgstr ""

#: includes/class-freemius.php:2469
msgid "It's a temporary %s - I'm troubleshooting an issue"
msgstr ""

#: includes/class-freemius.php:2471
msgid "Deactivation"
msgstr ""

#: includes/class-freemius.php:2472
msgid "Theme Switch"
msgstr ""

#: includes/class-freemius.php:2481, templates/forms/resend-key.php:24, templates/forms/user-change.php:29
msgid "Other"
msgstr ""

#: includes/class-freemius.php:2489
msgid "I no longer need the %s"
msgstr ""

#: includes/class-freemius.php:2496
msgid "I only needed the %s for a short period"
msgstr ""

#: includes/class-freemius.php:2502
msgid "The %s broke my site"
msgstr ""

#: includes/class-freemius.php:2509
msgid "The %s suddenly stopped working"
msgstr ""

#: includes/class-freemius.php:2519
msgid "I can't pay for it anymore"
msgstr ""

#: includes/class-freemius.php:2521
msgid "What price would you feel comfortable paying?"
msgstr ""

#: includes/class-freemius.php:2527
msgid "I don't like to share my information with you"
msgstr ""

#: includes/class-freemius.php:2548
msgid "The %s didn't work"
msgstr ""

#: includes/class-freemius.php:2558
msgid "I couldn't understand how to make it work"
msgstr ""

#: includes/class-freemius.php:2566
msgid "The %s is great, but I need specific feature that you don't support"
msgstr ""

#: includes/class-freemius.php:2568
msgid "What feature?"
msgstr ""

#: includes/class-freemius.php:2572
msgid "The %s is not working"
msgstr ""

#: includes/class-freemius.php:2574
msgid "Kindly share what didn't work so we can fix it for future users..."
msgstr ""

#: includes/class-freemius.php:2578
msgid "It's not what I was looking for"
msgstr ""

#: includes/class-freemius.php:2580
msgid "What you've been looking for?"
msgstr ""

#: includes/class-freemius.php:2584
msgid "The %s didn't work as expected"
msgstr ""

#: includes/class-freemius.php:2586
msgid "What did you expect?"
msgstr ""

#: includes/class-freemius.php:3685, templates/debug.php:24
msgid "Freemius Debug"
msgstr ""

#. translators: %s: License type (e.g. you have a professional license)
#: includes/class-freemius.php:4828
msgid "You have purchased a %s license."
msgstr ""

#: includes/class-freemius.php:4832
msgid " The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box."
msgstr ""

#: includes/class-freemius.php:4842, includes/class-freemius.php:21174, includes/class-freemius.php:24859
msgctxt "interjection expressing joy or exuberance"
msgid "Yee-haw"
msgstr ""

#: includes/class-freemius.php:4856
msgctxt "addonX cannot run without pluginY"
msgid "%s cannot run without %s."
msgstr ""

#: includes/class-freemius.php:4857
msgctxt "addonX cannot run..."
msgid "%s cannot run without the plugin."
msgstr ""

#: includes/class-freemius.php:4859, includes/class-freemius.php:6051, includes/class-freemius.php:13828, includes/class-freemius.php:14575, includes/class-freemius.php:18330, includes/class-freemius.php:18443, includes/class-freemius.php:18620, includes/class-freemius.php:20905, includes/class-freemius.php:22020, includes/class-freemius.php:23036, includes/class-freemius.php:23166, includes/class-freemius.php:23309, templates/add-ons.php:57
msgctxt "exclamation"
msgid "Oops"
msgstr ""

#: includes/class-freemius.php:5138
msgid "There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn't work, contact the %s's author with the following:"
msgstr ""

#. translators: %s: License type (e.g. you have a professional license)
#: includes/class-freemius.php:5743
msgid "You have a %s license."
msgstr ""

#: includes/class-freemius.php:5716
msgid "Premium %s version was successfully activated."
msgstr ""

#: includes/class-freemius.php:5728, includes/class-freemius.php:7765
msgctxt "Used to express elation, enthusiasm, or triumph (especially in electronic communication)."
msgid "W00t"
msgstr ""

#: includes/class-freemius.php:6034
msgid "%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license."
msgstr ""

#: includes/class-freemius.php:6038
msgid "%s is a premium only add-on. You have to purchase a license first before activating the plugin."
msgstr ""

#: includes/class-freemius.php:6047, templates/add-ons.php:186, templates/account/partials/addon.php:386
msgid "More information about %s"
msgstr ""

#: includes/class-freemius.php:6048
msgid "Purchase License"
msgstr ""

#. translators: %3$s: What the user is expected to receive via email (e.g.: "the installation instructions" or "a license key")
#: includes/class-freemius.php:7053
msgid "You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes."
msgstr ""

#: includes/class-freemius.php:7062
msgctxt "Part of the message telling the user what they should receive via email."
msgid "a license key"
msgstr ""

#. translators: %s: activation link (e.g.: <a>Click here</a>)
#: includes/class-freemius.php:7070
msgid "%s to activate the license once you get it."
msgstr ""

#: includes/class-freemius.php:7078
msgctxt "Part of an activation link message."
msgid "Click here"
msgstr ""

#: includes/class-freemius.php:7056
msgctxt "Part of the message telling the user what they should receive via email."
msgid "the installation instructions"
msgstr ""

#: includes/class-freemius.php:7085
msgctxt "Part of the message that tells the user to check their spam folder for a specific email."
msgid "the product's support email address"
msgstr ""

#: includes/class-freemius.php:7091
msgid "If you didn't get the email, try checking your spam folder or search for emails from %4$s."
msgstr ""

#: includes/class-freemius.php:7093
msgid "Thanks for upgrading."
msgstr ""

#: includes/class-freemius.php:7044
msgid "You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s."
msgstr ""

#: includes/class-freemius.php:7047
msgid "start the trial"
msgstr ""

#: includes/class-freemius.php:7048, templates/connect.php:209
msgid "complete the opt-in"
msgstr ""

#: includes/class-freemius.php:7050
msgid "Thanks!"
msgstr ""

#: includes/class-freemius.php:7229
msgid "You are just one step away - %s"
msgstr ""

#: includes/class-freemius.php:7232
msgctxt "%s - plugin name. As complete \"PluginX\" activation now"
msgid "Complete \"%s\" Activation Now"
msgstr ""

#: includes/class-freemius.php:7314
msgid "We made a few tweaks to the %s, %s"
msgstr ""

#: includes/class-freemius.php:7318
msgid "Opt in to make \"%s\" better!"
msgstr ""

#: includes/class-freemius.php:7764
msgid "The upgrade of %s was successfully completed."
msgstr ""

#: includes/class-freemius.php:10527, includes/class-fs-plugin-updater.php:1097, includes/class-fs-plugin-updater.php:1319, includes/class-fs-plugin-updater.php:1312, templates/auto-installation.php:32
msgid "Add-On"
msgstr ""

#: includes/class-freemius.php:10529, templates/account.php:407, templates/account.php:415, templates/debug.php:399, templates/debug.php:619
msgid "Plugin"
msgstr ""

#: includes/class-freemius.php:10530, templates/account.php:408, templates/account.php:416, templates/debug.php:399, templates/debug.php:619, templates/forms/deactivation/form.php:107
msgid "Theme"
msgstr ""

#: includes/class-freemius.php:13635
msgid "An unknown error has occurred while trying to toggle the license's white-label mode."
msgstr ""

#: includes/class-freemius.php:13649
msgid "Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s."
msgstr ""

#: includes/class-freemius.php:13654, templates/account/partials/disconnect-button.php:84
msgid "User Dashboard"
msgstr ""

#: includes/class-freemius.php:13655
msgid "revert it now"
msgstr ""

#: includes/class-freemius.php:13713
msgid "An unknown error has occurred while trying to set the user's beta mode."
msgstr ""

#: includes/class-freemius.php:13799
msgid "Invalid new user ID or email address."
msgstr ""

#: includes/class-freemius.php:13829
msgid "Sorry, we could not complete the email update. Another user with the same email is already registered."
msgstr ""

#: includes/class-freemius.php:13830
msgid "If you would like to give up the ownership of the %s's account to %s click the Change Ownership button."
msgstr ""

#: includes/class-freemius.php:13837
msgid "Change Ownership"
msgstr ""

#: includes/class-freemius.php:14442
msgid "Invalid site details collection."
msgstr ""

#: includes/class-freemius.php:14564
msgid "We can't see any active licenses associated with that email address, are you sure it's the right address?"
msgstr ""

#: includes/class-freemius.php:14562
msgid "We couldn't find your email address in the system, are you sure it's the right address?"
msgstr ""

#: includes/class-freemius.php:14868
msgid "Account is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again."
msgstr ""

#: includes/class-freemius.php:14994, templates/forms/premium-versions-upgrade-handler.php:46
msgid "Renew your license now"
msgstr ""

#: includes/class-freemius.php:14982, templates/forms/premium-versions-upgrade-handler.php:47
msgid "Buy a license now"
msgstr ""

#: includes/class-freemius.php:14998
msgid "%s to access version %s security & feature updates, and support."
msgstr ""

#: includes/class-freemius.php:17670
msgid "%s opt-in was successfully completed."
msgstr ""

#: includes/class-freemius.php:17694, includes/class-freemius.php:21631
msgid "Your trial has been successfully started."
msgstr ""

#: includes/class-freemius.php:17684
msgid "Your account was successfully activated with the %s plan."
msgstr ""

#: includes/class-freemius.php:18328, includes/class-freemius.php:18441, includes/class-freemius.php:18618
msgid "Couldn't activate %s."
msgstr ""

#: includes/class-freemius.php:18329, includes/class-freemius.php:18442, includes/class-freemius.php:18619
msgid "Please contact us with the following message:"
msgstr ""

#: includes/class-freemius.php:18438, templates/forms/data-debug-mode.php:162
msgid "An unknown error has occurred."
msgstr ""

#: includes/class-freemius.php:18980, includes/class-freemius.php:24415
msgid "Upgrade"
msgstr ""

#: includes/class-freemius.php:18988
msgid "Pricing"
msgstr ""

#: includes/class-freemius.php:18986
msgid "Start Trial"
msgstr ""

#: includes/class-freemius.php:19068, includes/class-freemius.php:19070
msgid "Affiliation"
msgstr ""

#: includes/class-freemius.php:19098, includes/class-freemius.php:19100, templates/account.php:260, templates/debug.php:366
msgid "Account"
msgstr ""

#: includes/class-freemius.php:19114, includes/class-freemius.php:19116, includes/customizer/class-fs-customizer-support-section.php:60
msgid "Contact Us"
msgstr ""

#: includes/class-freemius.php:19127, includes/class-freemius.php:19129, includes/class-freemius.php:24429, templates/account.php:130, templates/account/partials/addon.php:49
msgid "Add-Ons"
msgstr ""

#: includes/class-freemius.php:19163
msgctxt "ASCII arrow left icon"
msgid "&#x2190;"
msgstr ""

#: includes/class-freemius.php:19163
msgctxt "ASCII arrow right icon"
msgid "&#x27a4;"
msgstr ""

#: includes/class-freemius.php:19165, templates/pricing.php:110
msgctxt "noun"
msgid "Pricing"
msgstr ""

#: includes/class-freemius.php:19378, includes/customizer/class-fs-customizer-support-section.php:67
msgid "Support Forum"
msgstr ""

#: includes/class-freemius.php:20399
msgid "Your email has been successfully verified - you are AWESOME!"
msgstr ""

#: includes/class-freemius.php:20400
msgctxt "a positive response"
msgid "Right on"
msgstr ""

#: includes/class-freemius.php:20906
msgid "seems like the key you entered doesn't match our records."
msgstr ""

#: includes/class-freemius.php:20930
msgid "Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the \"Stop Debug\" link."
msgstr ""

#: includes/class-freemius.php:21165
msgid "Your %s Add-on plan was successfully upgraded."
msgstr ""

#. translators: %s:product name, e.g. Facebook add-on was successfully...
#: includes/class-freemius.php:21167
msgid "%s Add-on was successfully purchased."
msgstr ""

#: includes/class-freemius.php:21170
msgid "Download the latest version"
msgstr ""

#: includes/class-freemius.php:21288
msgid "It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again."
msgstr ""

#: includes/class-freemius.php:21288, includes/class-freemius.php:21701, includes/class-freemius.php:21802, includes/class-freemius.php:21889
msgid "Error received from the server:"
msgstr ""

#: includes/class-freemius.php:21529, includes/class-freemius.php:21807, includes/class-freemius.php:21860, includes/class-freemius.php:21967
msgctxt "something somebody says when they are thinking about what you have just said."
msgid "Hmm"
msgstr ""

#: includes/class-freemius.php:21542
msgid "It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry."
msgstr ""

#: includes/class-freemius.php:21543, templates/account.php:132, templates/add-ons.php:250, templates/account/partials/addon.php:51
msgctxt "trial period"
msgid "Trial"
msgstr ""

#: includes/class-freemius.php:21548
msgid "I have upgraded my account but when I try to Sync the License, the plan remains %s."
msgstr ""

#: includes/class-freemius.php:21552, includes/class-freemius.php:21610
msgid "Please contact us here"
msgstr ""

#: includes/class-freemius.php:21580
msgid "Your plan was successfully changed to %s."
msgstr ""

#: includes/class-freemius.php:21596
msgid "Your license has expired. You can still continue using the free %s forever."
msgstr ""

#. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'.
#: includes/class-freemius.php:21598
msgid "Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
msgstr ""

#: includes/class-freemius.php:21606
msgid "Your license has been cancelled. If you think it's a mistake, please contact support."
msgstr ""

#: includes/class-freemius.php:21619
msgid "Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support."
msgstr ""

#: includes/class-freemius.php:21645
msgid "Your free trial has expired. You can still continue using all our free features."
msgstr ""

#. translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'.
#: includes/class-freemius.php:21647
msgid "Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions."
msgstr ""

#: includes/class-freemius.php:21693
msgid "Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$s"
msgstr ""

#: includes/class-freemius.php:21695
msgid "Show error details"
msgstr ""

#: includes/class-freemius.php:21798
msgid "It looks like the license could not be activated."
msgstr ""

#: includes/class-freemius.php:21840
msgid "Your license was successfully activated."
msgstr ""

#: includes/class-freemius.php:21864
msgid "It looks like your site currently doesn't have an active license."
msgstr ""

#: includes/class-freemius.php:21888
msgid "It looks like the license deactivation failed."
msgstr ""

#: includes/class-freemius.php:21917
msgid "Your %s license was successfully deactivated."
msgstr ""

#: includes/class-freemius.php:21918
msgid "Your license was successfully deactivated, you are back to the %s plan."
msgstr ""

#: includes/class-freemius.php:21921
msgid "O.K"
msgstr ""

#: includes/class-freemius.php:21974
msgid "Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes."
msgstr ""

#: includes/class-freemius.php:21983
msgid "Your subscription was successfully cancelled. Your %s plan license will expire in %s."
msgstr ""

#: includes/class-freemius.php:22025
msgid "You are already running the %s in a trial mode."
msgstr ""

#: includes/class-freemius.php:22036
msgid "You already utilized a trial before."
msgstr ""

#: includes/class-freemius.php:22072
msgid "None of the %s's plans supports a trial period."
msgstr ""

#: includes/class-freemius.php:22050
msgid "Plan %s do not exist, therefore, can't start a trial."
msgstr ""

#: includes/class-freemius.php:22061
msgid "Plan %s does not support a trial period."
msgstr ""

#: includes/class-freemius.php:22121
msgid "It looks like you are not in trial mode anymore so there's nothing to cancel :)"
msgstr ""

#: includes/class-freemius.php:22157
msgid "Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes."
msgstr ""

#: includes/class-freemius.php:22176
msgid "Your %s free trial was successfully cancelled."
msgstr ""

#: includes/class-freemius.php:22520
msgid "Seems like you got the latest release."
msgstr ""

#: includes/class-freemius.php:22521
msgid "You are all good!"
msgstr ""

#: includes/class-freemius.php:22503
msgid "Version %s was released."
msgstr ""

#: includes/class-freemius.php:22503
msgid "Please download %s."
msgstr ""

#: includes/class-freemius.php:22510
msgid "the latest %s version here"
msgstr ""

#: includes/class-freemius.php:22515
msgid "New"
msgstr ""

#: includes/class-freemius.php:22924
msgid "Verification mail was just sent to %s. If you can't find it after 5 min, please check your spam box."
msgstr ""

#: includes/class-freemius.php:23064
msgid "Site successfully opted in."
msgstr ""

#: includes/class-freemius.php:23065, includes/class-freemius.php:24125
msgid "Awesome"
msgstr ""

#: includes/class-freemius.php:23091
msgid "Diagnostic data will no longer be sent from %s to %s."
msgstr ""

#: includes/class-freemius.php:23081
msgid "Sharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to."
msgstr ""

#: includes/class-freemius.php:23082
msgid "Thank you!"
msgstr ""

#: includes/class-freemius.php:23251
msgid "A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder."
msgstr ""

#: includes/class-freemius.php:23249
msgid "A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours."
msgstr ""

#: includes/class-freemius.php:23263
msgid "Thanks for confirming the ownership change. An email was just sent to %s for final approval."
msgstr ""

#: includes/class-freemius.php:23269
msgid "%s is the new owner of the account."
msgstr ""

#: includes/class-freemius.php:23271
msgctxt "as congratulations"
msgid "Congrats"
msgstr ""

#: includes/class-freemius.php:23293
msgid "Your name was successfully updated."
msgstr ""

#: includes/class-freemius.php:23288
msgid "Please provide your full name."
msgstr ""

#. translators: %s: User's account property (e.g. email address, name)
#: includes/class-freemius.php:23358
msgid "You have successfully updated your %s."
msgstr ""

#: includes/class-freemius.php:23422
msgid "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin."
msgstr ""

#: includes/class-freemius.php:23425
msgid "Click here"
msgstr ""

#: includes/class-freemius.php:23462
msgid "Bundle"
msgstr ""

#: includes/class-freemius.php:23535
msgid "Just letting you know that the add-ons information of %s is being pulled from an external server."
msgstr ""

#: includes/class-freemius.php:23536
msgctxt "advance notice of something that will need attention."
msgid "Heads up"
msgstr ""

#: includes/class-freemius.php:24165
msgctxt "exclamation"
msgid "Hey"
msgstr ""

#: includes/class-freemius.php:24165
msgid "How do you like %s so far? Test all our %s premium features with a %d-day free trial."
msgstr ""

#: includes/class-freemius.php:24173
msgid "No commitment for %s days - cancel anytime!"
msgstr ""

#: includes/class-freemius.php:24174
msgid "No credit card required"
msgstr ""

#: includes/class-freemius.php:24181, templates/forms/trial-start.php:53
msgctxt "call to action"
msgid "Start free trial"
msgstr ""

#: includes/class-freemius.php:24258
msgid "Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!"
msgstr ""

#: includes/class-freemius.php:24267
msgid "Learn more"
msgstr ""

#: includes/class-freemius.php:24453, templates/account.php:569, templates/account.php:721, templates/connect.php:212, templates/connect.php:440, includes/managers/class-fs-clone-manager.php:1295, templates/forms/license-activation.php:27, templates/account/partials/addon.php:326
msgid "Activate License"
msgstr ""

#: includes/class-freemius.php:24454, templates/account.php:663, templates/account.php:720, templates/account/partials/addon.php:327, templates/account/partials/site.php:273
msgid "Change License"
msgstr ""

#: includes/class-freemius.php:24569, includes/class-freemius.php:24563, templates/account/partials/site.php:49, templates/account/partials/site.php:170
msgid "Opt In"
msgstr ""

#: includes/class-freemius.php:24561, templates/account/partials/site.php:170
msgid "Opt Out"
msgstr ""

#: includes/class-freemius.php:24827
msgid "Please follow these steps to complete the upgrade"
msgstr ""

#. translators: %s: Plan title
#: includes/class-freemius.php:24831
msgid "Download the latest %s version"
msgstr ""

#: includes/class-freemius.php:24835
msgid "Upload and activate the downloaded version"
msgstr ""

#: includes/class-freemius.php:24837
msgid "How to upload and activate?"
msgstr ""

#: includes/class-freemius.php:24804
msgid " The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"
msgstr ""

#: includes/class-freemius.php:24814
msgid "Activate %s features"
msgstr ""

#: includes/class-freemius.php:24872
msgid "Your plan was successfully upgraded."
msgstr ""

#: includes/class-freemius.php:24873
msgid "Your plan was successfully activated."
msgstr ""

#: includes/class-freemius.php:25003
msgid "%sClick here%s to choose the sites where you'd like to activate the license on."
msgstr ""

#: includes/class-freemius.php:25172
msgid "Auto installation only works for opted-in users."
msgstr ""

#: includes/class-freemius.php:25182, includes/class-freemius.php:25215, includes/class-fs-plugin-updater.php:1291, includes/class-fs-plugin-updater.php:1305
msgid "Invalid module ID."
msgstr ""

#: includes/class-freemius.php:25223, includes/class-fs-plugin-updater.php:1326
msgid "Premium add-on version already installed."
msgstr ""

#: includes/class-freemius.php:25191, includes/class-fs-plugin-updater.php:1327
msgid "Premium version already active."
msgstr ""

#: includes/class-freemius.php:25198
msgid "You do not have a valid license to access the premium version."
msgstr ""

#: includes/class-freemius.php:25205
msgid "Plugin is a \"Serviceware\" which means it does not have a premium code version."
msgstr ""

#: includes/class-freemius.php:25583
msgid "View paid features"
msgstr ""

#: includes/class-freemius.php:25898
msgid "Thank you so much for using our products!"
msgstr ""

#: includes/class-freemius.php:25899
msgid "You've already opted-in to our usage-tracking, which helps us keep improving them."
msgstr ""

#: includes/class-freemius.php:25918
msgid "%s and its add-ons"
msgstr ""

#: includes/class-freemius.php:25927
msgid "Products"
msgstr ""

#: includes/class-freemius.php:25887
msgid "Thank you so much for using %s and its add-ons!"
msgstr ""

#: includes/class-freemius.php:25888
msgid "Thank you so much for using %s!"
msgstr ""

#: includes/class-freemius.php:25894
msgid "You've already opted-in to our usage-tracking, which helps us keep improving the %s."
msgstr ""

#: includes/class-freemius.php:25934, templates/connect.php:313
msgid "Yes"
msgstr ""

#: includes/class-freemius.php:25935, templates/connect.php:314
msgid "send me security & feature updates, educational content and offers."
msgstr ""

#: includes/class-freemius.php:25936, templates/connect.php:319
msgid "No"
msgstr ""

#: includes/class-freemius.php:25938, templates/connect.php:321
msgid "do %sNOT%s send me security & feature updates, educational content and offers."
msgstr ""

#: includes/class-freemius.php:25948
msgid "Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)"
msgstr ""

#: includes/class-freemius.php:25950, templates/connect.php:328
msgid "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:"
msgstr ""

#: includes/class-freemius.php:26240
msgid "License key is empty."
msgstr ""

#: includes/class-fs-plugin-updater.php:212, templates/forms/premium-versions-upgrade-handler.php:57
msgid "Renew license"
msgstr ""

#: includes/class-fs-plugin-updater.php:217, templates/forms/premium-versions-upgrade-handler.php:58
msgid "Buy license"
msgstr ""

#: includes/class-fs-plugin-updater.php:370, includes/class-fs-plugin-updater.php:337
msgid "There is a %s of %s available."
msgstr ""

#: includes/class-fs-plugin-updater.php:375, includes/class-fs-plugin-updater.php:339
msgid "new Beta version"
msgstr ""

#: includes/class-fs-plugin-updater.php:376, includes/class-fs-plugin-updater.php:340
msgid "new version"
msgstr ""

#: includes/class-fs-plugin-updater.php:399
msgid "Important Upgrade Notice:"
msgstr ""

#: includes/class-fs-plugin-updater.php:1356
msgid "Installing plugin: %s"
msgstr ""

#: includes/class-fs-plugin-updater.php:1397
msgid "Unable to connect to the filesystem. Please confirm your credentials."
msgstr ""

#: includes/class-fs-plugin-updater.php:1579
msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work."
msgstr ""

#: includes/fs-plugin-info-dialog.php:542
msgid "Purchase More"
msgstr ""

#: includes/fs-plugin-info-dialog.php:543, templates/account/partials/addon.php:390
msgctxt "verb"
msgid "Purchase"
msgstr ""

#. translators: %s: N-days trial
#: includes/fs-plugin-info-dialog.php:547
msgid "Start my free %s"
msgstr ""

#: includes/fs-plugin-info-dialog.php:755
msgid "Install Free Version Now"
msgstr ""

#: includes/fs-plugin-info-dialog.php:756, templates/add-ons.php:323, templates/auto-installation.php:111, templates/account/partials/addon.php:423, templates/account/partials/addon.php:370
msgid "Install Now"
msgstr ""

#: includes/fs-plugin-info-dialog.php:745
msgid "Install Free Version Update Now"
msgstr ""

#: includes/fs-plugin-info-dialog.php:746, templates/account.php:652
msgid "Install Update Now"
msgstr ""

#: includes/fs-plugin-info-dialog.php:772
msgctxt "as download latest version"
msgid "Download Latest Free Version"
msgstr ""

#: includes/fs-plugin-info-dialog.php:773, templates/account.php:110, templates/add-ons.php:37, templates/account/partials/addon.php:30
msgctxt "as download latest version"
msgid "Download Latest"
msgstr ""

#: includes/fs-plugin-info-dialog.php:788, templates/add-ons.php:329, templates/account/partials/addon.php:417, templates/account/partials/addon.php:361
msgid "Activate this add-on"
msgstr ""

#: includes/fs-plugin-info-dialog.php:790, templates/connect.php:437
msgid "Activate Free Version"
msgstr ""

#: includes/fs-plugin-info-dialog.php:791, templates/account.php:134, templates/add-ons.php:330, templates/account/partials/addon.php:53
msgid "Activate"
msgstr ""

#: includes/fs-plugin-info-dialog.php:999
msgctxt "Plugin installer section title"
msgid "Description"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1000
msgctxt "Plugin installer section title"
msgid "Installation"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1001
msgctxt "Plugin installer section title"
msgid "FAQ"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1002, templates/plugin-info/description.php:55
msgid "Screenshots"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1003
msgctxt "Plugin installer section title"
msgid "Changelog"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1004
msgctxt "Plugin installer section title"
msgid "Reviews"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1005
msgctxt "Plugin installer section title"
msgid "Other Notes"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1020
msgctxt "Plugin installer section title"
msgid "Features & Pricing"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1030
msgid "Plugin Install"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1102
msgctxt "e.g. Professional Plan"
msgid "%s Plan"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1128
msgctxt "e.g. the best product"
msgid "Best"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1134, includes/fs-plugin-info-dialog.php:1154
msgctxt "as every month"
msgid "Monthly"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1137
msgctxt "as once a year"
msgid "Annual"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1140
msgid "Lifetime"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1154, includes/fs-plugin-info-dialog.php:1156, includes/fs-plugin-info-dialog.php:1158
msgctxt "e.g. billed monthly"
msgid "Billed %s"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1156
msgctxt "as once a year"
msgid "Annually"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1158
msgctxt "as once a year"
msgid "Once"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1164
msgid "Single Site License"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1166
msgid "Unlimited Licenses"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1168
msgid "Up to %s Sites"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1178, templates/plugin-info/features.php:82
msgctxt "as monthly period"
msgid "mo"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1185, templates/plugin-info/features.php:80
msgctxt "as annual period"
msgid "year"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1239
msgctxt "noun"
msgid "Price"
msgstr ""

#. translators: %s: Discount (e.g. discount of $5 or 10%)
#: includes/fs-plugin-info-dialog.php:1287
msgid "Save %s"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1297
msgid "No commitment for %s - cancel anytime"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1300
msgid "After your free %s, pay as little as %s"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1311
msgid "Details"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1315, templates/account.php:121, templates/debug.php:232, templates/debug.php:269, templates/debug.php:518, templates/account/partials/addon.php:41
msgctxt "product version"
msgid "Version"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1322
msgctxt "as the plugin author"
msgid "Author"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1329
msgid "Last Updated"
msgstr ""

#. translators: %s: time period (e.g. "2 hours" ago)
#: includes/fs-plugin-info-dialog.php:1334, templates/account.php:540
msgctxt "x-ago"
msgid "%s ago"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1343
msgid "Requires WordPress Version"
msgstr ""

#. translators: %s: Version number.
#: includes/fs-plugin-info-dialog.php:1346, includes/fs-plugin-info-dialog.php:1366
msgid "%s or higher"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1354
msgid "Compatible up to"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1362
msgid "Requires PHP Version"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1375
msgid "Downloaded"
msgstr ""

#. translators: %s: 1 or One (Number of times downloaded)
#: includes/fs-plugin-info-dialog.php:1379
msgid "%s time"
msgstr ""

#. translators: %s: Number of times downloaded
#: includes/fs-plugin-info-dialog.php:1381
msgid "%s times"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1392
msgid "WordPress.org Plugin Page"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1401
msgid "Plugin Homepage"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1410, includes/fs-plugin-info-dialog.php:1494
msgid "Donate to this plugin"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1417
msgid "Average Rating"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1424
msgid "based on %s"
msgstr ""

#. translators: %s: 1 or One
#: includes/fs-plugin-info-dialog.php:1428
msgid "%s rating"
msgstr ""

#. translators: %s: Number larger than 1
#: includes/fs-plugin-info-dialog.php:1430
msgid "%s ratings"
msgstr ""

#. translators: %s: 1 or One
#: includes/fs-plugin-info-dialog.php:1445
msgid "%s star"
msgstr ""

#. translators: %s: Number larger than 1
#: includes/fs-plugin-info-dialog.php:1447
msgid "%s stars"
msgstr ""

#. translators: %s: # of stars (e.g. 5 stars)
#: includes/fs-plugin-info-dialog.php:1459
msgid "Click to see reviews that provided a rating of %s"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1472
msgid "Contributors"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1513
msgid "This plugin requires a newer version of PHP."
msgstr ""

#. translators: %s: URL to Update PHP page.
#: includes/fs-plugin-info-dialog.php:1522
msgid "<a href=\"%s\" target=\"_blank\">Click here to learn more about updating PHP</a>."
msgstr ""

#: includes/fs-plugin-info-dialog.php:1538, includes/fs-plugin-info-dialog.php:1536
msgid "Warning"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1538
msgid "This plugin has not been marked as compatible with your version of WordPress."
msgstr ""

#: includes/fs-plugin-info-dialog.php:1536
msgid "This plugin has not been tested with your current version of WordPress."
msgstr ""

#: includes/fs-plugin-info-dialog.php:1557
msgid "Paid add-on must be deployed to Freemius."
msgstr ""

#: includes/fs-plugin-info-dialog.php:1558
msgid "Add-on must be deployed to WordPress.org or Freemius."
msgstr ""

#: includes/fs-plugin-info-dialog.php:1587
msgid "Latest Version Installed"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1588
msgid "Latest Free Version Installed"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1579
msgid "Newer Version (%s) Installed"
msgstr ""

#: includes/fs-plugin-info-dialog.php:1580
msgid "Newer Free Version (%s) Installed"
msgstr ""

#: templates/account.php:111, templates/forms/subscription-cancellation.php:96, templates/account/partials/addon.php:31, templates/account/partials/site.php:313
msgid "Downgrading your plan"
msgstr ""

#: templates/account.php:112, templates/forms/subscription-cancellation.php:97, templates/account/partials/addon.php:32, templates/account/partials/site.php:314
msgid "Cancelling the subscription"
msgstr ""

#. translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription'
#: templates/account.php:114, templates/forms/subscription-cancellation.php:99, templates/account/partials/addon.php:34, templates/account/partials/site.php:316
msgid "%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s."
msgstr ""

#: templates/account.php:115, templates/forms/subscription-cancellation.php:100, templates/account/partials/addon.php:35, templates/account/partials/site.php:317
msgid "Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price."
msgstr ""

#: templates/account.php:116, templates/forms/subscription-cancellation.php:106, templates/account/partials/addon.php:36
msgid "Cancelling the trial will immediately block access to all premium features. Are you sure?"
msgstr ""

#: templates/account.php:117, templates/forms/subscription-cancellation.php:101, templates/account/partials/addon.php:37, templates/account/partials/site.php:318
msgid "You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support."
msgstr ""

#: templates/account.php:118, templates/forms/subscription-cancellation.php:102, templates/account/partials/addon.php:38, templates/account/partials/site.php:319
msgid "Once your license expires you can still use the Free version but you will NOT have access to the %s features."
msgstr ""

#. translators: %s: Plan title (e.g. "Professional")
#: templates/account.php:120, templates/account/partials/activate-license-button.php:31, templates/account/partials/addon.php:40
msgid "Activate %s Plan"
msgstr ""

#. translators: %s: Time period (e.g. Auto renews in "2 months")
#: templates/account.php:123, templates/account/partials/addon.php:43, templates/account/partials/site.php:293
msgid "Auto renews in %s"
msgstr ""

#. translators: %s: Time period (e.g. Expires in "2 months")
#: templates/account.php:125, templates/account/partials/addon.php:45, templates/account/partials/site.php:295
msgid "Expires in %s"
msgstr ""

#: templates/account.php:126
msgctxt "as synchronize license"
msgid "Sync License"
msgstr ""

#: templates/account.php:127, templates/account/partials/addon.php:46
msgid "Cancel Trial"
msgstr ""

#: templates/account.php:128, templates/account/partials/addon.php:47
msgid "Change Plan"
msgstr ""

#: templates/account.php:129, templates/account/partials/addon.php:48
msgctxt "verb"
msgid "Upgrade"
msgstr ""

#: templates/account.php:131, templates/account/partials/addon.php:50, templates/account/partials/site.php:320
msgctxt "verb"
msgid "Downgrade"
msgstr ""

#: templates/account.php:133, templates/add-ons.php:246, templates/plugin-info/features.php:72, templates/account/partials/addon.php:52, templates/account/partials/site.php:33
msgid "Free"
msgstr ""

#: templates/account.php:135, templates/debug.php:412, includes/customizer/class-fs-customizer-upsell-control.php:110, templates/account/partials/addon.php:54
msgctxt "as product pricing plan"
msgid "Plan"
msgstr ""

#: templates/account.php:136
msgid "Bundle Plan"
msgstr ""

#: templates/account.php:268
msgid "Free Trial"
msgstr ""

#: templates/account.php:279
msgid "Account Details"
msgstr ""

#: templates/account.php:288
msgid "Stop Debug"
msgstr ""

#: templates/account.php:286, templates/forms/data-debug-mode.php:33
msgid "Start Debug"
msgstr ""

#: templates/account.php:295
msgid "Billing & Invoices"
msgstr ""

#: templates/account.php:318, templates/account/partials/addon.php:236, templates/account/partials/deactivate-license-button.php:35
msgid "Deactivate License"
msgstr ""

#: templates/account.php:341, templates/forms/subscription-cancellation.php:125
msgid "Are you sure you want to proceed?"
msgstr ""

#: templates/account.php:341, templates/account/partials/addon.php:260
msgid "Cancel Subscription"
msgstr ""

#: templates/account.php:370, templates/account/partials/addon.php:345
msgctxt "as synchronize"
msgid "Sync"
msgstr ""

#: templates/account.php:385, templates/debug.php:575
msgid "Name"
msgstr ""

#: templates/account.php:391, templates/debug.php:576
msgid "Email"
msgstr ""

#: templates/account.php:398, templates/debug.php:410, templates/debug.php:625
msgid "User ID"
msgstr ""

#: templates/account.php:416, templates/account.php:734, templates/account.php:785, templates/debug.php:267, templates/debug.php:404, templates/debug.php:515, templates/debug.php:574, templates/debug.php:623, templates/debug.php:702, templates/account/payments.php:35, templates/debug/logger.php:21
msgid "ID"
msgstr ""

#: templates/account.php:423
msgid "Site ID"
msgstr ""

#: templates/account.php:426
msgid "No ID"
msgstr ""

#: templates/account.php:431, templates/debug.php:274, templates/debug.php:413, templates/debug.php:519, templates/debug.php:578, templates/account/partials/site.php:228
msgid "Public Key"
msgstr ""

#: templates/account.php:437, templates/debug.php:414, templates/debug.php:520, templates/debug.php:579, templates/account/partials/site.php:241
msgid "Secret Key"
msgstr ""

#: templates/account.php:440
msgctxt "as secret encryption key missing"
msgid "No Secret"
msgstr ""

#: templates/account.php:494, templates/debug.php:631, templates/account/partials/site.php:262
msgid "License Key"
msgstr ""

#: templates/account.php:467, templates/account/partials/site.php:122, templates/account/partials/site.php:120
msgid "Trial"
msgstr ""

#: templates/account.php:525
msgid "Join the Beta program"
msgstr ""

#: templates/account.php:531
msgid "not verified"
msgstr ""

#: templates/account.php:600
msgid "Free version"
msgstr ""

#: templates/account.php:598
msgid "Premium version"
msgstr ""

#: templates/account.php:540, templates/account/partials/addon.php:195
msgid "Expired"
msgstr ""

#: templates/account.php:612
msgid "Verify Email"
msgstr ""

#: templates/account.php:689, templates/forms/user-change.php:27
msgid "Change User"
msgstr ""

#: templates/account.php:676
msgid "What is your %s?"
msgstr ""

#: templates/account.php:684, templates/account/billing.php:21
msgctxt "verb"
msgid "Edit"
msgstr ""

#: templates/account.php:660, templates/account.php:923, templates/account/partials/site.php:250, templates/account/partials/site.php:272
msgctxt "verb"
msgid "Show"
msgstr ""

#: templates/account.php:626
msgid "Download %s Version"
msgstr ""

#: templates/account.php:642
msgid "Download Paid Version"
msgstr ""

#: templates/account.php:713
msgid "Sites"
msgstr ""

#: templates/account.php:726
msgid "Search by address"
msgstr ""

#: templates/account.php:735, templates/debug.php:407
msgid "Address"
msgstr ""

#: templates/account.php:736
msgid "License"
msgstr ""

#: templates/account.php:737
msgid "Plan"
msgstr ""

#: templates/account.php:788
msgctxt "as software license"
msgid "License"
msgstr ""

#: templates/account.php:917
msgctxt "verb"
msgid "Hide"
msgstr ""

#: templates/account.php:939, templates/forms/data-debug-mode.php:31, templates/forms/deactivation/form.php:358, templates/forms/deactivation/form.php:389
msgid "Processing"
msgstr ""

#: templates/account.php:942
msgid "Get updates for bleeding edge Beta versions of %s."
msgstr ""

#: templates/account.php:1000
msgid "Cancelling %s"
msgstr ""

#: templates/account.php:1000, templates/account.php:1017, templates/forms/subscription-cancellation.php:27, templates/forms/deactivation/form.php:178
msgid "trial"
msgstr ""

#: templates/account.php:1015, templates/forms/deactivation/form.php:195
msgid "Cancelling %s..."
msgstr ""

#: templates/account.php:1018, templates/forms/subscription-cancellation.php:28, templates/forms/deactivation/form.php:179
msgid "subscription"
msgstr ""

#: templates/account.php:1032
msgid "Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?"
msgstr ""

#: templates/account.php:1106
msgid "Disabling white-label mode"
msgstr ""

#: templates/account.php:1107
msgid "Enabling white-label mode"
msgstr ""

#: templates/add-ons.php:38
msgid "View details"
msgstr ""

#: templates/add-ons.php:48
msgid "Add Ons for %s"
msgstr ""

#: templates/add-ons.php:58
msgid "We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes."
msgstr ""

#: templates/add-ons.php:229
msgctxt "active add-on"
msgid "Active"
msgstr ""

#: templates/add-ons.php:230
msgctxt "installed add-on"
msgid "Installed"
msgstr ""

#: templates/admin-notice.php:17, templates/forms/license-activation.php:245, templates/forms/resend-key.php:80
msgctxt "as close a window"
msgid "Dismiss"
msgstr ""

#. translators: %s: Number of seconds
#: templates/auto-installation.php:45
msgid "%s sec"
msgstr ""

#: templates/auto-installation.php:83
msgid "Automatic Installation"
msgstr ""

#: templates/auto-installation.php:93
msgid "An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now."
msgstr ""

#: templates/auto-installation.php:104
msgid "The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page."
msgstr ""

#: templates/auto-installation.php:109
msgid "Cancel Installation"
msgstr ""

#: templates/checkout.php:181
msgid "Checkout"
msgstr ""

#: templates/checkout.php:181
msgid "PCI compliant"
msgstr ""

#. translators: %s: name (e.g. Hey John,)
#: templates/connect.php:118
msgctxt "greeting"
msgid "Hey %s,"
msgstr ""

#. translators: %1$s: plugin name (e.g., "Awesome Plugin"); %2$s: version (e.g., "1.2.3")
#: templates/connect.php:186
msgid "Thank you for updating to %1$s v%2$s!"
msgstr ""

#: templates/connect.php:178
msgid "Never miss an important update"
msgstr ""

#: templates/connect.php:196
msgid "Allow & Continue"
msgstr ""

#. translators: %s: module type (plugin, theme, or add-on)
#: templates/connect.php:236
msgid "We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to."
msgstr ""

#: templates/connect.php:238
msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info."
msgstr ""

#: templates/connect.php:241
msgid "If you skip this, that's okay! %1$s will still work just fine."
msgstr ""

#: templates/connect.php:227
msgid "Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to."
msgstr ""

#: templates/connect.php:216
msgid "Welcome to %s! To get started, please enter your license key:"
msgstr ""

#: templates/connect.php:200
msgid "Re-send activation email"
msgstr ""

#: templates/connect.php:204
msgid "Thanks %s!"
msgstr ""

#: templates/connect.php:205
msgid "You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s."
msgstr ""

#: templates/connect.php:271
msgid "We're excited to introduce the Freemius network-level integration."
msgstr ""

#: templates/connect.php:285
msgid "During the update process we detected %s site(s) in the network that are still pending your attention."
msgstr ""

#: templates/connect.php:274
msgid "During the update process we detected %d site(s) that are still pending license activation."
msgstr ""

#: templates/connect.php:276
msgid "If you'd like to use the %s on those sites, please enter your license key below and click the activation button."
msgstr ""

#: templates/connect.php:278
msgid "%s's paid features"
msgstr ""

#: templates/connect.php:283
msgid "Alternatively, you can skip it for now and activate the license later, in your %s's network-level Account page."
msgstr ""

#: templates/connect.php:294, templates/forms/data-debug-mode.php:35, templates/forms/license-activation.php:42
msgid "License key"
msgstr ""

#: templates/connect.php:297, templates/forms/license-activation.php:22
msgid "Can't find your license key?"
msgstr ""

#: templates/connect.php:360, templates/connect.php:690, templates/forms/deactivation/retry-skip.php:20
msgctxt "verb"
msgid "Skip"
msgstr ""

#: templates/connect.php:363
msgid "Delegate to Site Admins"
msgstr ""

#: templates/connect.php:363
msgid "If you click it, this decision will be delegated to the sites administrators."
msgstr ""

#: templates/connect.php:392
msgid "License issues?"
msgstr ""

#: templates/connect.php:421
msgid "This will allow %s to"
msgstr ""

#: templates/connect.php:416
msgid "For delivery of security & feature updates, and license management, %s needs to"
msgstr ""

#: templates/connect.php:439
msgid "Have a license key?"
msgstr ""

#: templates/connect.php:436
msgid "Don't have a license key?"
msgstr ""

#: templates/connect.php:447
msgid "Freemius is our licensing and software updates engine"
msgstr ""

#: templates/connect.php:450
msgid "Privacy Policy"
msgstr ""

#: templates/connect.php:455
msgid "Terms of Service"
msgstr ""

#: templates/connect.php:453
msgid "License Agreement"
msgstr ""

#: templates/connect.php:876
msgctxt "as in the process of sending an email"
msgid "Sending email"
msgstr ""

#: templates/connect.php:877
msgctxt "as activating plugin"
msgid "Activating"
msgstr ""

#: templates/contact.php:78
msgid "Contact"
msgstr ""

#: templates/debug.php:17
msgctxt "as turned off"
msgid "Off"
msgstr ""

#: templates/debug.php:18
msgctxt "as turned on"
msgid "On"
msgstr ""

#: templates/debug.php:24
msgid "SDK"
msgstr ""

#: templates/debug.php:28
msgctxt "as code debugging"
msgid "Debugging"
msgstr ""

#: templates/debug.php:58, templates/debug.php:279, templates/debug.php:415, templates/debug.php:580
msgid "Actions"
msgstr ""

#: templates/debug.php:68
msgid "Are you sure you want to delete all Freemius data?"
msgstr ""

#: templates/debug.php:68
msgid "Delete All Accounts"
msgstr ""

#: templates/debug.php:75
msgid "Clear API Cache"
msgstr ""

#: templates/debug.php:83
msgid "Clear Updates Transients"
msgstr ""

#: templates/debug.php:92
msgid "Reset Deactivation Snoozing"
msgstr ""

#: templates/debug.php:100
msgid "Sync Data From Server"
msgstr ""

#: templates/debug.php:109
msgid "Migrate Options to Network"
msgstr ""

#: templates/debug.php:114
msgid "Load DB Option"
msgstr ""

#: templates/debug.php:117
msgid "Set DB Option"
msgstr ""

#: templates/debug.php:211
msgid "Key"
msgstr ""

#: templates/debug.php:212
msgid "Value"
msgstr ""

#: templates/debug.php:228
msgctxt "as software development kit versions"
msgid "SDK Versions"
msgstr ""

#: templates/debug.php:233
msgid "SDK Path"
msgstr ""

#: templates/debug.php:234, templates/debug.php:273
msgid "Module Path"
msgstr ""

#: templates/debug.php:235
msgid "Is Active"
msgstr ""

#: templates/debug.php:263, templates/debug/plugins-themes-sync.php:35
msgid "Plugins"
msgstr ""

#: templates/debug.php:263, templates/debug/plugins-themes-sync.php:56
msgid "Themes"
msgstr ""

#: templates/debug.php:268, templates/debug.php:409, templates/debug.php:517, templates/debug/scheduled-crons.php:80
msgid "Slug"
msgstr ""

#: templates/debug.php:270, templates/debug.php:516
msgid "Title"
msgstr ""

#: templates/debug.php:271
msgctxt "as application program interface"
msgid "API"
msgstr ""

#: templates/debug.php:272
msgid "Freemius State"
msgstr ""

#: templates/debug.php:276
msgid "Network Blog"
msgstr ""

#: templates/debug.php:277
msgid "Network User"
msgstr ""

#: templates/debug.php:323
msgctxt "as connection was successful"
msgid "Connected"
msgstr ""

#: templates/debug.php:325
msgctxt "as connection blocked"
msgid "Blocked"
msgstr ""

#: templates/debug.php:326
msgctxt "API connectivity state is unknown"
msgid "Unknown"
msgstr ""

#: templates/debug.php:362
msgid "Simulate Trial Promotion"
msgstr ""

#: templates/debug.php:374
msgid "Simulate Network Upgrade"
msgstr ""

#. translators: %s: 'plugin' or 'theme'
#: templates/debug.php:398
msgid "%s Installs"
msgstr ""

#: templates/debug.php:400
msgctxt "like websites"
msgid "Sites"
msgstr ""

#: templates/debug.php:406, templates/account/partials/site.php:156
msgid "Blog ID"
msgstr ""

#: templates/debug.php:411
msgid "License ID"
msgstr ""

#: templates/debug.php:497, templates/debug.php:603, templates/account/partials/addon.php:440
msgctxt "verb"
msgid "Delete"
msgstr ""

#: templates/debug.php:511
msgid "Add Ons of module %s"
msgstr ""

#: templates/debug.php:570
msgid "Users"
msgstr ""

#: templates/debug.php:577
msgid "Verified"
msgstr ""

#: templates/debug.php:619
msgid "%s Licenses"
msgstr ""

#: templates/debug.php:624
msgid "Plugin ID"
msgstr ""

#: templates/debug.php:626
msgid "Plan ID"
msgstr ""

#: templates/debug.php:627
msgid "Quota"
msgstr ""

#: templates/debug.php:628
msgid "Activated"
msgstr ""

#: templates/debug.php:629
msgid "Blocking"
msgstr ""

#: templates/debug.php:630, templates/debug.php:701, templates/debug/logger.php:22
msgid "Type"
msgstr ""

#: templates/debug.php:632
msgctxt "as expiration date"
msgid "Expiration"
msgstr ""

#: templates/debug.php:660
msgid "Debug Log"
msgstr ""

#: templates/debug.php:664
msgid "All Types"
msgstr ""

#: templates/debug.php:671
msgid "All Requests"
msgstr ""

#: templates/debug.php:676, templates/debug.php:705, templates/debug/logger.php:25
msgid "File"
msgstr ""

#: templates/debug.php:677, templates/debug.php:703, templates/debug/logger.php:23
msgid "Function"
msgstr ""

#: templates/debug.php:678
msgid "Process ID"
msgstr ""

#: templates/debug.php:679
msgid "Logger"
msgstr ""

#: templates/debug.php:680, templates/debug.php:704, templates/debug/logger.php:24
msgid "Message"
msgstr ""

#: templates/debug.php:682
msgid "Filter"
msgstr ""

#: templates/debug.php:690
msgid "Download"
msgstr ""

#: templates/debug.php:706, templates/debug/logger.php:26
msgid "Timestamp"
msgstr ""

#. translators: %s: Page name
#: templates/secure-https-header.php:28
msgid "Secure HTTPS %s page, running from an external domain"
msgstr ""

#: includes/customizer/class-fs-customizer-support-section.php:55, templates/plugin-info/features.php:43
msgid "Support"
msgstr ""

#: includes/debug/class-fs-debug-bar-panel.php:51, templates/debug/api-calls.php:54, templates/debug/logger.php:62
msgctxt "milliseconds"
msgid "ms"
msgstr ""

#: includes/debug/debug-bar-start.php:41
msgid "Freemius API"
msgstr ""

#: includes/debug/debug-bar-start.php:42
msgid "Requests"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:839
msgid "Invalid clone resolution action."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1024
msgid "products"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1211
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1212
msgid "The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1205
msgid "%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1238
msgid "the above-mentioned sites"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1251
msgid "Is %2$s a duplicate of %4$s?"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1252
msgid "Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1257
msgid "Long-Term Duplicate"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1262
msgid "Duplicate Website"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1268
msgid "Is %2$s the new home of %4$s?"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1270
msgid "Yes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1271, templates/forms/subscription-cancellation.php:52
msgid "license"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1271
msgid "data"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1277
msgid "Migrate License"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1278
msgid "Migrate"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1284
msgid "Is %2$s a new website?"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1285
msgid "Yes, %2$s is a new and different website that is separate from %4$s."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1287
msgid "It requires license activation."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1294
msgid "New Website"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1319
msgctxt "Clone resolution admin notice products list label"
msgid "Products"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1408
msgid "You marked this website, %s, as a temporary duplicate of %s."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1409
msgid "You marked this website, %s, as a temporary duplicate of these sites"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1423
msgid "%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first)."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1426
msgctxt "\"The <product_label>\", e.g.: \"The plugin\""
msgid "The %s's"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1429
msgid "The following products'"
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1437
msgid "If this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s."
msgstr ""

#: includes/managers/class-fs-clone-manager.php:1439
msgid "activate a license here"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:191
msgid "View Basic Website Info"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:192
msgid "Homepage URL & title, WP & PHP versions, and site language"
msgstr ""

#. translators: %s: 'Plugin' or 'Theme'
#: includes/managers/class-fs-permission-manager.php:195
msgid "To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:207
msgid "View Basic %s Info"
msgstr ""

#. translators: %s: 'Plugin' or 'Theme'
#: includes/managers/class-fs-permission-manager.php:210
msgid "Current %s & SDK versions, and if active or uninstalled"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:261
msgid "View License Essentials"
msgstr ""

#. translators: %s: 'Plugin' or 'Theme'
#: includes/managers/class-fs-permission-manager.php:272
msgid "To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:284
msgid "View %s State"
msgstr ""

#. translators: %s: 'Plugin' or 'Theme'
#: includes/managers/class-fs-permission-manager.php:287
msgid "Is active, deactivated, or uninstalled"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:290
msgid "So you can reuse the license when the %s is no longer active."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:326
msgid "View Diagnostic Info"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:326, includes/managers/class-fs-permission-manager.php:363
msgid "optional"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:327
msgid "WordPress & PHP versions, site language & title"
msgstr ""

#. translators: %s: 'Plugin' or 'Theme'
#: includes/managers/class-fs-permission-manager.php:330
msgid "To avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:363
msgid "View Plugins & Themes List"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:364
msgid "Names, slugs, versions, and if active or not"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:365
msgid "To ensure compatibility and avoid conflicts with your installed plugins and themes."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:382
msgid "View Basic Profile Info"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:383
msgid "Your WordPress user's: first & last name, and email address"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:384
msgid "Never miss important updates, get security warnings before they become public knowledge, and receive notifications about special offers and awesome new features."
msgstr ""

#: includes/managers/class-fs-permission-manager.php:405
msgid "Newsletter"
msgstr ""

#: includes/managers/class-fs-permission-manager.php:406
msgid "Updates, announcements, marketing, no spam"
msgstr ""

#: templates/account/billing.php:22
msgctxt "verb"
msgid "Update"
msgstr ""

#: templates/account/billing.php:33
msgid "Billing"
msgstr ""

#: templates/account/billing.php:38, templates/account/billing.php:38
msgid "Business name"
msgstr ""

#: templates/account/billing.php:39, templates/account/billing.php:39
msgid "Tax / VAT ID"
msgstr ""

#: templates/account/billing.php:42, templates/account/billing.php:42, templates/account/billing.php:43, templates/account/billing.php:43
msgid "Address Line %d"
msgstr ""

#: templates/account/billing.php:46, templates/account/billing.php:46
msgid "City"
msgstr ""

#: templates/account/billing.php:46, templates/account/billing.php:46
msgid "Town"
msgstr ""

#: templates/account/billing.php:47, templates/account/billing.php:47
msgid "ZIP / Postal Code"
msgstr ""

#: templates/account/billing.php:302
msgid "Country"
msgstr ""

#: templates/account/billing.php:304
msgid "Select Country"
msgstr ""

#: templates/account/billing.php:311, templates/account/billing.php:312
msgid "State"
msgstr ""

#: templates/account/billing.php:311, templates/account/billing.php:312
msgid "Province"
msgstr ""

#: templates/account/payments.php:29
msgid "Payments"
msgstr ""

#: templates/account/payments.php:36
msgid "Date"
msgstr ""

#: templates/account/payments.php:37
msgid "Amount"
msgstr ""

#: templates/account/payments.php:38, templates/account/payments.php:50
msgid "Invoice"
msgstr ""

#: templates/connect/permissions-group.php:31, templates/forms/optout.php:26, templates/js/permissions.php:78
msgctxt "verb"
msgid "Opt Out"
msgstr ""

#: templates/connect/permissions-group.php:32, templates/js/permissions.php:77
msgctxt "verb"
msgid "Opt In"
msgstr ""

#: templates/debug/api-calls.php:56
msgid "API"
msgstr ""

#: templates/debug/api-calls.php:68
msgid "Method"
msgstr ""

#: templates/debug/api-calls.php:69
msgid "Code"
msgstr ""

#: templates/debug/api-calls.php:70
msgid "Length"
msgstr ""

#: templates/debug/api-calls.php:71
msgctxt "as file/folder path"
msgid "Path"
msgstr ""

#: templates/debug/api-calls.php:73
msgid "Body"
msgstr ""

#: templates/debug/api-calls.php:75
msgid "Result"
msgstr ""

#: templates/debug/api-calls.php:76
msgid "Start"
msgstr ""

#: templates/debug/api-calls.php:77
msgid "End"
msgstr ""

#: templates/debug/logger.php:15
msgid "Log"
msgstr ""

#. translators: %s: time period (e.g. In "2 hours")
#: templates/debug/plugins-themes-sync.php:18, templates/debug/scheduled-crons.php:91
msgid "In %s"
msgstr ""

#. translators: %s: time period (e.g. "2 hours" ago)
#: templates/debug/plugins-themes-sync.php:20, templates/debug/scheduled-crons.php:93
msgid "%s ago"
msgstr ""

#: templates/debug/plugins-themes-sync.php:21, templates/debug/scheduled-crons.php:74
msgctxt "seconds"
msgid "sec"
msgstr ""

#: templates/debug/plugins-themes-sync.php:23
msgid "Plugins & Themes Sync"
msgstr ""

#: templates/debug/plugins-themes-sync.php:28
msgid "Total"
msgstr ""

#: templates/debug/plugins-themes-sync.php:29, templates/debug/scheduled-crons.php:84
msgid "Last"
msgstr ""

#: templates/debug/scheduled-crons.php:76
msgid "Scheduled Crons"
msgstr ""

#: templates/debug/scheduled-crons.php:81
msgid "Module"
msgstr ""

#: templates/debug/scheduled-crons.php:82
msgid "Module Type"
msgstr ""

#: templates/debug/scheduled-crons.php:83
msgid "Cron Type"
msgstr ""

#: templates/debug/scheduled-crons.php:85
msgid "Next"
msgstr ""

#: templates/forms/affiliation.php:86
msgid "Non-expiring"
msgstr ""

#: templates/forms/affiliation.php:89
msgid "Apply to become an affiliate"
msgstr ""

#: templates/forms/affiliation.php:137
msgid "Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support."
msgstr ""

#: templates/forms/affiliation.php:134
msgid "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days."
msgstr ""

#: templates/forms/affiliation.php:131
msgid "Your affiliation account was temporarily suspended."
msgstr ""

#: templates/forms/affiliation.php:128
msgid "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information."
msgstr ""

#: templates/forms/affiliation.php:113
msgid "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s."
msgstr ""

#: templates/forms/affiliation.php:150
msgid "Like the %s? Become our ambassador and earn cash ;-)"
msgstr ""

#: templates/forms/affiliation.php:151
msgid "Refer new customers to our %s and earn %s commission on each successful sale you refer!"
msgstr ""

#: templates/forms/affiliation.php:154
msgid "Program Summary"
msgstr ""

#: templates/forms/affiliation.php:156
msgid "%s commission when a customer purchases a new license."
msgstr ""

#: templates/forms/affiliation.php:158
msgid "Get commission for automated subscription renewals."
msgstr ""

#: templates/forms/affiliation.php:161
msgid "%s tracking cookie after the first visit to maximize earnings potential."
msgstr ""

#: templates/forms/affiliation.php:164
msgid "Unlimited commissions."
msgstr ""

#: templates/forms/affiliation.php:166
msgid "%s minimum payout amount."
msgstr ""

#: templates/forms/affiliation.php:167
msgid "Payouts are in USD and processed monthly via PayPal."
msgstr ""

#: templates/forms/affiliation.php:168
msgid "As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days."
msgstr ""

#: templates/forms/affiliation.php:171
msgid "Affiliate"
msgstr ""

#: templates/forms/affiliation.php:174, templates/forms/resend-key.php:23
msgid "Email address"
msgstr ""

#: templates/forms/affiliation.php:178
msgid "Full name"
msgstr ""

#: templates/forms/affiliation.php:182
msgid "PayPal account email address"
msgstr ""

#: templates/forms/affiliation.php:186
msgid "Where are you going to promote the %s?"
msgstr ""

#: templates/forms/affiliation.php:188
msgid "Enter the domain of your website or other websites from where you plan to promote the %s."
msgstr ""

#: templates/forms/affiliation.php:190
msgid "Add another domain"
msgstr ""

#: templates/forms/affiliation.php:194
msgid "Extra Domains"
msgstr ""

#: templates/forms/affiliation.php:195
msgid "Extra domains where you will be marketing the product from."
msgstr ""

#: templates/forms/affiliation.php:205
msgid "Promotion methods"
msgstr ""

#: templates/forms/affiliation.php:208
msgid "Social media (Facebook, Twitter, etc.)"
msgstr ""

#: templates/forms/affiliation.php:212
msgid "Mobile apps"
msgstr ""

#: templates/forms/affiliation.php:216
msgid "Website, email, and social media statistics (optional)"
msgstr ""

#: templates/forms/affiliation.php:219
msgid "Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential)."
msgstr ""

#: templates/forms/affiliation.php:223
msgid "How will you promote us?"
msgstr ""

#: templates/forms/affiliation.php:226
msgid "Please provide details on how you intend to promote %s (please be as specific as possible)."
msgstr ""

#: templates/forms/affiliation.php:238, templates/forms/resend-key.php:22, templates/forms/subscription-cancellation.php:142, templates/account/partials/disconnect-button.php:92
msgid "Cancel"
msgstr ""

#: templates/forms/affiliation.php:240
msgid "Become an affiliate"
msgstr ""

#: templates/forms/data-debug-mode.php:25
msgid "Please enter the license key to enable the debug mode:"
msgstr ""

#: templates/forms/data-debug-mode.php:27
msgid "To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your \"My Profile\" section of your User Dashboard:"
msgstr ""

#: templates/forms/data-debug-mode.php:32
msgid "Submit"
msgstr ""

#: templates/forms/data-debug-mode.php:36
msgid "User key"
msgstr ""

#: templates/forms/email-address-update.php:32
msgid "Email address update"
msgstr ""

#: templates/forms/email-address-update.php:33, templates/forms/user-change.php:81
msgctxt "close window"
msgid "Dismiss"
msgstr ""

#: templates/forms/email-address-update.php:38
msgid "Enter the new email address"
msgstr ""

#: templates/forms/email-address-update.php:42
msgid "Are both %s and %s your email addresses?"
msgstr ""

#: templates/forms/email-address-update.php:50
msgid "Yes - both addresses are mine"
msgstr ""

#: templates/forms/email-address-update.php:57
msgid "%s is my client's email address"
msgstr ""

#: templates/forms/email-address-update.php:66
msgid "%s is my email address"
msgstr ""

#: templates/forms/email-address-update.php:75
msgid "Would you like to merge %s into %s?"
msgstr ""

#: templates/forms/email-address-update.php:84
msgid "Yes - move all my data and assets from %s to %s"
msgstr ""

#: templates/forms/email-address-update.php:94
msgid "No - only move this site's data to %s"
msgstr ""

#: templates/forms/email-address-update.php:292, templates/forms/email-address-update.php:298
msgid "Update"
msgstr ""

#: templates/forms/license-activation.php:23
msgid "Please enter the license key that you received in the email right after the purchase:"
msgstr ""

#: templates/forms/license-activation.php:28
msgid "Update License"
msgstr ""

#: templates/forms/license-activation.php:34
msgid "The %1$s will be periodically sending essential license data to %2$s to check for security and feature updates, and verify the validity of your license."
msgstr ""

#: templates/forms/license-activation.php:39
msgid "Agree & Activate License"
msgstr ""

#: templates/forms/license-activation.php:206
msgid "Associate with the license owner's account."
msgstr ""

#: templates/forms/optout.php:104
msgid "Keep automatic updates"
msgstr ""

#: templates/forms/optout.php:44
msgid "Communication"
msgstr ""

#: templates/forms/optout.php:56
msgid "Stay Connected"
msgstr ""

#: templates/forms/optout.php:61
msgid "Diagnostic Info"
msgstr ""

#: templates/forms/optout.php:77
msgid "Keep Sharing"
msgstr ""

#: templates/forms/optout.php:82
msgid "Extensions"
msgstr ""

#: templates/forms/premium-versions-upgrade-handler.php:40
msgid "There is a new version of %s available."
msgstr ""

#: templates/forms/premium-versions-upgrade-handler.php:41
msgid " %s to access version %s security & feature updates, and support."
msgstr ""

#: templates/forms/premium-versions-upgrade-handler.php:54
msgid "New Version Available"
msgstr ""

#: templates/forms/premium-versions-upgrade-handler.php:75
msgctxt "close a window"
msgid "Dismiss"
msgstr ""

#: templates/forms/resend-key.php:21
msgid "Send License Key"
msgstr ""

#: templates/forms/resend-key.php:58
msgid "Enter the email address you've used during the purchase and we will resend you the license key."
msgstr ""

#: templates/forms/resend-key.php:59
msgid "Enter the email address you've used for the upgrade below and we will resend you the license key."
msgstr ""

#: templates/forms/subscription-cancellation.php:37
msgid "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site."
msgstr ""

#: templates/forms/subscription-cancellation.php:47
msgid "In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?"
msgstr ""

#: templates/forms/subscription-cancellation.php:57
msgid "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site."
msgstr ""

#: templates/forms/subscription-cancellation.php:68
msgid "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support."
msgstr ""

#: templates/forms/subscription-cancellation.php:103
msgid "Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license."
msgstr ""

#: templates/forms/subscription-cancellation.php:136
msgid "Cancel %s?"
msgstr ""

#: templates/forms/subscription-cancellation.php:143
msgid "Proceed"
msgstr ""

#: templates/forms/subscription-cancellation.php:191, templates/forms/deactivation/form.php:216
msgid "Cancel %s & Proceed"
msgstr ""

#. translators: %1$s: Number of trial days; %2$s: Plan name;
#: templates/forms/trial-start.php:22
msgid "You are 1-click away from starting your %1$s-day free trial of the %2$s plan."
msgstr ""

#. translators: %s: Link to freemius.com
#: templates/forms/trial-start.php:28
msgid "For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial."
msgstr ""

#: templates/forms/user-change.php:26
msgid "By changing the user, you agree to transfer the account ownership to:"
msgstr ""

#: templates/forms/user-change.php:28
msgid "I Agree - Change User"
msgstr ""

#: templates/forms/user-change.php:30
msgid "Enter email address"
msgstr ""

#: templates/js/permissions.php:337, templates/js/permissions.php:485
msgid "Saved"
msgstr ""

#: templates/js/style-premium-theme.php:39
msgid "Premium"
msgstr ""

#: templates/js/style-premium-theme.php:42
msgid "Beta"
msgstr ""

#: templates/partials/network-activation.php:36
msgid "Activate license on all pending sites."
msgstr ""

#: templates/partials/network-activation.php:37
msgid "Apply on all pending sites."
msgstr ""

#: templates/partials/network-activation.php:32
msgid "Activate license on all sites in the network."
msgstr ""

#: templates/partials/network-activation.php:33
msgid "Apply on all sites in the network."
msgstr ""

#: templates/partials/network-activation.php:45, templates/partials/network-activation.php:79
msgid "allow"
msgstr ""

#: templates/partials/network-activation.php:48, templates/partials/network-activation.php:82
msgid "delegate"
msgstr ""

#: templates/partials/network-activation.php:52, templates/partials/network-activation.php:86
msgid "skip"
msgstr ""

#: templates/plugin-info/description.php:67, templates/plugin-info/screenshots.php:26
msgid "Click to view full-size screenshot %d"
msgstr ""

#: templates/plugin-info/features.php:56
msgid "Unlimited Updates"
msgstr ""

#: templates/account/partials/activate-license-button.php:46
msgid "Localhost"
msgstr ""

#: templates/account/partials/activate-license-button.php:50
msgctxt "as 5 licenses left"
msgid "%s left"
msgstr ""

#: templates/account/partials/activate-license-button.php:51
msgid "Last license"
msgstr ""

#: templates/account/partials/addon.php:200
msgid "No expiration"
msgstr ""

#: templates/account/partials/addon.php:190
msgid "Cancelled"
msgstr ""

#. translators: %s is replaced with the website's homepage address.
#: templates/account/partials/disconnect-button.php:78
msgid "Disconnecting the website will permanently remove %s from your User Dashboard's account."
msgstr ""

#: templates/account/partials/disconnect-button.php:74
msgid "By disconnecting the website, previously shared diagnostic data about %1$s will be deleted and no longer visible to %2$s."
msgstr ""

#. translators: %1$s is replaced by the paid plan name, %2$s is replaced with an anchor link with the text "User Dashboard".
#: templates/account/partials/disconnect-button.php:84
msgid "If you wish to cancel your %1$s plan's subscription instead, please navigate to the %2$s and cancel it there."
msgstr ""

#: templates/account/partials/disconnect-button.php:88
msgid "Are you sure you would like to proceed with the disconnection?"
msgstr ""

#: templates/account/partials/site.php:190
msgid "Owner Name"
msgstr ""

#: templates/account/partials/site.php:202
msgid "Owner Email"
msgstr ""

#: templates/account/partials/site.php:214
msgid "Owner ID"
msgstr ""

#: templates/account/partials/site.php:288
msgid "Subscription"
msgstr ""

#: templates/forms/deactivation/contact.php:19
msgid "Sorry for the inconvenience and we are here to help if you give us a chance."
msgstr ""

#: templates/forms/deactivation/contact.php:22
msgid "Contact Support"
msgstr ""

#: templates/forms/deactivation/form.php:65
msgid "Anonymous feedback"
msgstr ""

#: templates/forms/deactivation/form.php:71
msgid "hour"
msgstr ""

#: templates/forms/deactivation/form.php:76
msgid "hours"
msgstr ""

#: templates/forms/deactivation/form.php:81, templates/forms/deactivation/form.php:86
msgid "days"
msgstr ""

#: templates/forms/deactivation/form.php:106
msgid "Deactivate"
msgstr ""

#: templates/forms/deactivation/form.php:108
msgid "Activate %s"
msgstr ""

#: templates/forms/deactivation/form.php:111
msgid "Submit & %s"
msgstr ""

#: templates/forms/deactivation/form.php:130
msgid "Quick Feedback"
msgstr ""

#: templates/forms/deactivation/form.php:134
msgid "If you have a moment, please let us know why you are %s"
msgstr ""

#: templates/forms/deactivation/form.php:134
msgid "deactivating"
msgstr ""

#: templates/forms/deactivation/form.php:134
msgid "switching"
msgstr ""

#: templates/forms/deactivation/form.php:448
msgid "Kindly tell us the reason so we can improve."
msgstr ""

#: templates/forms/deactivation/form.php:478
msgid "Snooze & %s"
msgstr ""

#: templates/forms/deactivation/form.php:638
msgid "Yes - %s"
msgstr ""

#: templates/forms/deactivation/form.php:645
msgid "Skip & %s"
msgstr ""

#: templates/forms/deactivation/retry-skip.php:21
msgid "Click here to use the plugin anonymously"
msgstr ""

#: templates/forms/deactivation/retry-skip.php:23
msgid "You might have missed it, but you don't have to share any data and can just %s the opt-in."
msgstr ""
freemius/languages/index.php000064400000000131151213253120012137 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/languages/freemius-zh_CN.mo000064400000170744151213253120013514 0ustar00���<\*\*A]*��*nB+2�+Z�+h?,S�,%�,"-.-:-A-�T-6�-�1._�.F/f/#}/�/%�/�/	�/
�/0
000#0@,0+m0H�0�0O�0ME1j�1��1�2)�2�2�233�3�3�3�3�3�3�34&4-=4k4	�4�4�4�4�4�45�455	5(5'45\5u5	�5�5o�5
6�6G�6T�6P7�o78,8"H8k8(�82�8!�8>9aE9+�90�9::-:<:D:X:]:e:x:�:�:�:�:
�:�:�:E�:y;�;�;�;��;
X<c<w<�<	�<
�<�<�<Y�<7=F=W=c=o=x=}=�=
�=(�=1�=%>:2>m>
r>�>�>�>
�>�>�>�>	�>7�>!?
&?1?xD?��?R@	_@�i@�@A*A2A5BAxAX�At�AaB{B�B�B�B�B�B�B
C� C��CrD[�Df�DGE
ME[EpE�E�EY�E_�Ea\F�F�F�FG
G
G
!G;/GkGpG�wGOvH�H
�H�H�H�Hj�HjI5yI	�I�I3�I2�I)J~=J:�JU�JMKiK�K�K)�K-�KLSLsL'�L�Lg�LMMZlM7�M>�Mm>Ng�NpO�O�Oy�OP8PXPdPwP �P�P%�P �PQQ-QDQ	bQ&lQ��Q1)R.[RO�R�RAZS�Sy�S26TiT�Ta�TUU%UB)U,lU�U�U�U�U�U
�U�UV	V
V&V2VBVNVdV4mV�V	�V�V�V�V�V�V�V�VWW(W/W;WGWaW,fW�W�W�W��WnXrX�X!�X�X
�X�X�X%�XY%Y+8YdY
|Y�Y/�Y�Ym�Y~9Z�Z�Z��Zi[q\�\�\�\
�\
�\)�\.�\V]fq]|�]U^r^4{^�^5�^(�^__-3_a_Uu_6�_�`1�`~�`|a[�b�bcc	+c5c(Dc*mc"�c1�c+�c*d&DdNkd�d�d�d.�d)e9eIeieqe�e
�e
�e�e�e�e�e
�e�e
�e�effW*f
�f�f�f�f�f�f�fggggg.g:g
Lg5Wgs�glh&nh�h�h
�h�h�i�i�ij(j0jLj	Rj\jaj=mj&�jL�jfk�k�k�k�k�k�k
�k�k�k�k�k
�kl!l.l�?l��l%lm/�m�m)�m
n
n\"nn�n��n6oKo^oC}o�o�o�o�pm�pxqd|q-�qrr"r)r'Hr�prMsGks,�s�s	�st�tS�t�u��u�4vw"w'w-wE2wxw�w�w�w�w�w*�wx*x^7x�x�x�x�x�xd�x'y0y=y
Vydywy�y�y�y�y�y�yzizW�zn�z�H{"�{B|6S|=�|�|
�|�|-�|*}H}&^}/�}�}#�}*�}~"~+~/I~Qy~U�~D!$fM��/��o;�>��� �&"�<I�D��ZˁO&��v����T~�RӃ.&�.U���-��;ą9�Z:�3��<Ɇb�Pi�U��_��p�K�(W�G��#ȉ%�)�$<��a�U�)X�������ɋ;ދ6�>Q�������ь$��&�B�^�&|�*��7΍��;�3T�������ˎߎ*��1'�Y�u�#����ɏۏ����.�C�W�\�a�n�Nw�Ɛ���.�?�P�U�[�1v�����đԑ��
��	���7�
@�N�9Z�C��ؒQݒ/�?�	L�V�p���������	��	ɓӓߓ
�	��	���'��4�:���3�Qԙ&�S-�c�����'�3�<��Q�,���\��$�-�L�g� �����������ǝ֝͝:ޝ �G:���7��V̞v#����J�N�U�^�g�n�{�������#�2�E�-U�0����ǡΡݡ���3�S�Z�f�m�z�������ʢYڢ4��;�<��<��:��P�ۤ$�$
�2�.K�,z���$��O�'2�-Z�����������Ѧަ�������&�3�I�<Y�h��!��!�(��:�̨ب������'�E4�z�����������©ԩ��)�,=�j�q�x�	�������	����̪
Ӫ9ު��&�\6�l������������Ȭ+լ�H�`]���׭����)�A�T��[���p�M}�V˯"�/�B�[�n�u�;��`ǰf(�������ѱر�	�'���$��+�B�	7�A�N�[�h�[x�Գ/���"�)A�k�p��:��i0�����ϵ���!�9�\Q���#���X�9@�dz�2߷E�TX�U��k�o���a���	�(�5�H�`��,��!����� #�D�$W��|�&�E�Nd�u��0)�Z�kv�6��/�GB�������Q��*�.�5�H�^�}�����	������ʿڿ����6�Q�g�n�	u�������������������9�W�d�q����$�+�	;�&E� l�	��	����*������!���(�	5�)?�i�Ym�e��-�:��G����#��������	)�,3�`�m�}�!������8���/�C�a�j�'����?��0���+�!��u����P1�����������������������N�l�s��� ��!��	��������	�!�(�/�<�I�M�T�d�q�~���L�������0�F�Y�`�
v���	����������(��]��]O�$����������������	)�3�R�	Y�c�h�At�$��`��i<���������������������!+�M�`�zm���� u�,����'����_��	��w���/�>�2V�������a��^�h{�K��0�N�U�b�i������9,�9f�%����	����z��Eb����wG����m�t�{���6�����������	�*�D�K�j�o�	�������W������.�=�T�m�������������l��Qe�Z����%��/��6�;F��������������0"�S� n�������!��4��S�D[�5����G��:�&M�t�g��0��%�:�W�2o�7��M��P(��y���V��W��#2�&V�
}�#��D��)��O�$k�4��T��W�Zr�Q����J��!��8�L�k�#�������IX���������	���� �6�=�D�M�Z�^�b�i�p�w�	�������������������������
�	�'�.�>�E�L�S�\�o�v�}�����	����F������	����#�*�1�8�	?�I�P�W�	d�	n�x��	����������3��?��#�*�.�;�	B�L�Y�t�{������������������������� %s to access version %s security & feature updates, and support. The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s"The <product_label>", e.g.: "The plugin"The %s's%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s.%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first).%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is my client's email address%s is my email address%s is the new owner of the account.%s minimum payout amount.%s opt-in was successfully completed.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s to activate the license once you get it.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.<a href="%s" target="_blank">Click here to learn more about updating PHP</a>.A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours.A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder.APIAPI connectivity state is unknownUnknownASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsAccount is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again.ActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.An unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred while trying to toggle the license's white-label mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre both %s and %s your email addresses?Are you sure you want to delete all Freemius data?Are you sure you want to proceed?Are you sure you would like to proceed with the disconnection?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Associate with the license owner's account.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBodyBundleBundle PlanBusiness nameBuy a license nowBuy licenseBy changing the user, you agree to transfer the account ownership to:By disconnecting the website, previously shared diagnostic data about %1$s will be deleted and no longer visible to %2$s.Can't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanChange UserCheckoutCityClear API CacheClear Updates TransientsClick hereClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCommunicationCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeCurrent %s & SDK versions, and if active or uninstalledDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDebug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.Delegate to Site AdminsDelete All AccountsDetailsDiagnostic InfoDiagnostic data will no longer be sent from %s to %s.Disabling white-label modeDisconnecting the website will permanently remove %s from your User Dashboard's account.Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest %s versionDownload the latest versionDownloadedDue to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.Duplicate WebsiteDuring the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEmail address updateEnabling white-label modeEndEnter email addressEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used during the purchase and we will resend you the license key.Enter the email address you've used for the upgrade below and we will resend you the license key.Enter the new email addressErrorError received from the server:ExpiredExpires in %sExtensionsExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.For delivery of security & feature updates, and license management, %s needs toFreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFreemius is our licensing and software updates engineFull nameFunctionGet commission for automated subscription renewals.Get updates for bleeding edge Beta versions of %s.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!Homepage URL & title, WP & PHP versions, and site languageHow do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I Agree - Change UserI can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s.If you click it, this decision will be delegated to the sites administrators.If you didn't get the email, try checking your spam folder or search for emails from %4$s.If you have a moment, please let us know why you are %sIf you skip this, that's okay! %1$s will still work just fine.If you wish to cancel your %1$s plan's subscription instead, please navigate to the %2$s and cancel it there.If you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid clone resolution action.Invalid module ID.Invalid new user ID or email address.Invalid site details collection.InvoiceIs %2$s a duplicate of %4$s?Is %2$s a new website?Is %2$s the new home of %4$s?Is ActiveIs active, deactivated, or uninstalledIs this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.It looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It requires license activation.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's a temporary %s - I'm troubleshooting an issueIt's not what I was looking forJoin the Beta programJust letting you know that the add-ons information of %s is being pulled from an external server.Keep SharingKeep automatic updatesKeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerLong-Term DuplicateMessageMethodMigrateMigrate LicenseMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNames, slugs, versions, and if active or notNetwork BlogNetwork UserNever miss an important updateNever miss important updates, get security warnings before they become public knowledge, and receive notifications about special offers and awesome new features.NewNew Version AvailableNew WebsiteNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo - only move this site's data to %sNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info.Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to.Opt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.Part of an activation link message.Click herePart of the message telling the user what they should receive via email.a license keyPart of the message telling the user what they should receive via email.the installation instructionsPart of the message that tells the user to check their spam folder for a specific email.the product's support email addressPayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please enter the license key to enable the debug mode:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires PHP VersionRequires WordPress VersionReset Deactivation SnoozingResultSDKSDK PathSave %sSavedScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSharing diagnostic data with %s helps to provide functionality that's more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to.Show error detailsSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSnooze & %sSo you can reuse the license when the %s is no longer active.Social media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart DebugStart TrialStart my free %sStateStay ConnectedStop DebugSubmitSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you for updating to %1$s v%2$s!Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.Thanks for upgrading.Thanks!The %1$s will be periodically sending essential license data to %2$s to check for security and feature updates, and verify the validity of your license.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe following products'The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$sThe products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$sThe remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn't work, contact the %s's author with the following:This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.This plugin requires a newer version of PHP.This will allow %s toTimestampTitleTo avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to.To ensure compatibility and avoid conflicts with your installed plugins and themes.To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize.To provide additional functionality that's relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to.TotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUser keyUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View %s StateView Basic %s InfoView Basic Profile InfoView Basic Website InfoView Diagnostic InfoView License EssentialsView Plugins & Themes ListView detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes.We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to.We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress & PHP versions, site language & titleWordPress.org Plugin PageWould you like to merge %s into %s?Would you like to proceed with the update?YesYes - %sYes - both addresses are mineYes - move all my data and assets from %s to %sYes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s.Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development.Yes, %2$s is a new and different website that is separate from %4$s.You already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.You marked this website, %s, as a temporary duplicate of %s.You marked this website, %s, as a temporary duplicate of these sitesYou might have missed it, but you don't have to share any data and can just %s the opt-in.You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes.You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s.You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.Your %s license was successfully deactivated.Your WordPress user's: first & last name, and email addressYour account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your server is blocking the access to Freemius' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$sYour subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactivate a license hereactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismisscomplete the opt-indatadaysdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,hourhoursinstalled add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionproductsrevert it nowsecondssecseems like the key you entered doesn't match our records.send me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe above-mentioned sitesthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: linn Yu <977869645@qq.com>, 2023
Language-Team: Chinese (China) (http://app.transifex.com/freemius/wordpress-sdk/language/zh_CN/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: zh_CN
Plural-Forms: nplurals=1; plural=0;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
%s以访问版本%s的安全和功能更新以及支持。%s 的 %s 下载链接 %s、许可证密钥和安装说明已发送到 %s。如果您在 5 分钟后找不到该电子邮件,请检查您的垃圾邮件箱。已安装%1$s的付费版本。请激活它以开始使用%2$s功能。%3$s公司%s 的%1$s 已进入安全模式,因为我们注意到 %2$s 是 %3$s 的精确副本。%1$s将立即停止所有未来的定期付款,并且您的%2$s计划许可证将在%3$s过期。立即完成”%s“激活已成功购买%s加载项。%s安装%s许可证%s以前%s及其附加组件%s 自动安全和功能更新以及付费功能将继续运行而不会中断,直到 %s(或当您的许可证到期时,无论先到者)。%s客户购买新许可证时收取佣金。%s免费试用已成功取消。因为附加组件是高级的,所以它被自动停用。如果你想在将来使用它,你必须购买许可证。%s是一款仅限高级的附加组件。在激活插件之前,必须先购买许可证。%s 是我客户的电子邮件地址%s 是我的电子邮件地址%s是帐户的新主人。%s最低付款金额。%s选择加入已成功完成。%s或更高%s级%s评级%s秒%s星%s星%s时间%年代%s以访问版本%s的安全和功能更新以及支持。%s获得许可证后激活它。%s首次访问后跟踪Cookie,以最大限度地提高收益潜力。%s的付费功能%s单击此处%s可选择要激活许可证的站点。<a href="%s" target="_blank">单击此处了解有关更新 PHP 的更多信息</a>。刚刚向 %s 发送了一封确认电子邮件。电子邮件所有者必须在接下来的 4 小时内确认更新。刚刚向 %s 发送了一封确认电子邮件。您必须在接下来的 4 小时内确认更新。如果您找不到该电子邮件,请检查您的垃圾邮件文件夹。API未知&#x2190;&#x27a4;帐户帐户详细信息帐户正在等待激活。请检查您的电子邮件并单击链接激活您的帐户,然后再次提交会员表格。行动激活激活%s激活%s计划激活%s功能激活免费版本激活许可证在所有挂起的站点上激活许可证。在网络中的所有站点上激活许可证。激活此加载项激活%s的加载项模块%s的加载项添加另一个域附加组件附加组件加载项必须部署到WordPress.org或Freemius。网址地址行%d会员推广联盟免费%s后,只需支付%s同意并激活许可证所有请求所有类型允许并继续或者,您可以暂时跳过它,稍后在%s的网络级帐户页中激活许可证。数量从%s自动下载并安装的%s(付费版本)将在%s中启动。如果要手动执行此操作,请单击“取消”按钮。尝试设置用户的测试模式时发生了未知错误。尝试切换许可证的白标模式时发生未知错误。发生未知错误。测试版的更新将用最新的测试版替换您安装的%s版本-请小心使用,不要在生产站点上使用。你被警告了。匿名反馈在所有挂起的站点上应用。应用于网络中的所有站点。申请成为推广联盟%s 和 %s 都是您的电子邮件地址吗?是否确实要删除所有Freemius数据?确定要继续吗?您确定要继续断开连接吗?由于我们保留30天的潜在退款,我们只支付超过30天的佣金。与许可证所有者的帐户关联。自动安装仅适用于已选择的用户。在%s中自动续订自动安装平均评级真棒加入推广联盟测试版本开具账单账单和发票阻止博客ID身体批量捆绑计划企业名称立即购买许可证购买许可证通过更改用户,您同意将帐户所有权转让给:断开网站连接后,之前共享的关于 %1$s 的诊断数据将被删除,%2$s 将不再可见。找不到您的许可证密钥?取消取消%s并继续取消%s-我不再需要任何安全和功能更新,也不需要%s的支持服务,因为我不打算在此或任何其他站点上使用%s。取消%s?取消安装取消订阅取消试用取消正在取消%s正在取消%s...取消订阅取消试用将立即阻止使用所有高级功能。你确定吗?更改许可证变更所有权变更计划更改用户结帐城市清除 API 缓存清除更新瞬态点击这里单击此处匿名使用插件单击此处可查看评分为%s的评论单击此处可查看全尺寸屏幕截图%d产品代码沟通兼容至联系方式联系支持联系我们贡献者无法激活%s。国家Cron类型当前的 %s 和 SDK 版本,以及是否激活或卸载日期停用停用许可证停用或卸载%s将自动禁用许可证,您可以在其他站点上使用该许可证。停用许可证将阻止所有高级功能,但将在其他站点上激活许可证。确定要继续吗?停用调试日志调试模式已成功启用,将在60分钟以内自动禁用。您也可以通过单击“停止调试”链接提前禁用。委派给站点管理员删除所有帐户细节诊断信息诊断数据将不再从 %s 发送到 %s。禁用白标模式断开网站连接将从您的用户仪表板帐户中永久删除 %s。不要取消%s-我仍然对获取安全和功能更新感兴趣,也可以联系支持人员。没有许可证密钥?捐赠给这个插件降低您的计划下载下载%s版本下载付费版本下载最新的%s版本下载最新版本下载由于新的%sEU通用数据保护条例(GDPR)%s的合规性要求,要求您再次明确表示同意,确认您已经加入:-)由于违反我们的推广联盟条款,我们决定暂时封锁您的附属帐户。如果您有任何问题,请联系支持人员。复制网站在更新过程中,我们检测到%d个网站仍在等待许可证激活。在更新过程中,我们在网络中检测到%s个网站仍然需要您的注意。电子邮件电子邮件地址电子邮件地址更新启用白标模式终点请输入邮箱地址请输入您计划升级%s的网站或其他网站的域。输入您在购买时使用的电子邮件地址,我们将重新向您发送许可证密钥。请在下面输入您用于升级的电子邮件地址,我们将重新向您发送许可证密钥。输入新的电子邮件地址错误从服务器收到错误:期满%s后过期扩展额外域您将营销产品的额外的网域。文件过滤为了遵守WordPress.org指南,在开始试用之前,我们要求您选择使用您的用户和非敏感站点信息,允许%s定期向%s发送数据以检查版本更新并验证您的试用。为了提供安全和功能更新以及许可证管理,%s 需要免费的免费试用免费版本Freemius APIFreemius 调试Freemius SDK找不到插件的主文件。请关于当前错误与sdk@freemius.com联系。Freemius 状态Freemius是我们的许可和软件更新引擎全名函数获得自动续订的佣金。获取%s的前沿测试版本的更新。有许可证密钥吗?嘿,你知道%s有会员计划吗?如果您喜欢%s,您可以成为我们的大使并赚取一些现金!主页 URL 和标题、WP 和 PHP 版本以及站点语言到目前为止,您觉得%s怎么样?使用%d天免费试用来测试我们所有的%s高级功能。如何上传和激活?您将如何推广我们?我同意 - 更改用户我再也付不起了我不明白该怎么做我不想和你分享我的信息我找到了更好的%s我已经升级了我的帐户,但是当我尝试同步许可证时,计划仍然是%s。我不再需要%s我只需要在短时间内使用%sID如果这是长期副本,要在 %s 之后保留自动更新和付费功能,请 %s。如果单击它,此决定将委派给站点管理员。如果您没有收到电子邮件,请尝试检查您的垃圾邮件文件夹或搜索来自%4$s。如果您有空,请告诉我们您为什么是%s如果你跳过这个,没关系! %1$s 仍然可以正常工作。如果您希望取消 %1$s 计划的订阅,请导航至 %2$s 并在那里取消。如果要将%s帐户的所有权放弃给%s,请单击“更改所有权”按钮。如果要在这些站点上使用%s,请在下面输入许可证密钥,然后单击“激活”按钮。重要升级通知:在%s中如果您不打算在此站点(或任何其他站点)上使用此%s,是否也要取消%s?立即安装免费版本立即安装免费版本更新立即安装立即安装更新正在安装插件:%s无效的克隆解析操作。模块ID无效。无效的新用户ID或电子邮件地址。无效网站详细信息集合。发票%2$s 是 %4$s 的副本吗?%2$s 是一个新网站吗?%2$s 是 %4$s 的新主页吗?处于活动状态处于激活、已停用或已卸载这是您客户的网站吗?如果您希望从WP管理员那里隐藏敏感信息,例如电子邮件,许可证密钥,价格,账单地址和发票,则为%s。似乎无法激活许可证。许可证停用似乎失败。看起来您不再处于试用模式,所以没有什么需要取消的:)看来你还在%s计划中。如果你确实升级或更改了计划,这可能是我们这边的问题-对不起。您的站点当前似乎没有活动许可证。它需要许可证激活。似乎身份验证参数中的一个不正确。请更新您的公钥、密钥和用户ID,然后重试。这是一个临时的 %s - 我正在解决一个问题这不是我要找的加入测试计划只是让您知道%s的加载项信息是从外部服务器提取的。继续分享保持自动更新钥匙请分享什么地方出了错,以便我们可以为未来的用户修复它...请告诉我们原因以便我们改进。最后上次更新时间最后一个许可证已安装最新的免费版本已安装最新版本了解更多长度许可证许可协议许可证ID许可证密钥许可问题?许可证密钥许可证密钥为空。终身喜欢%s吗?成为我们的大使并赚取现金 ;-)加载数据库选项本机日志记录器长期副本消息方法迁移迁移许可证将选项迁移到网络移动应用程序模块模块路径模块类型有关%s的详细信息姓名名称、别名、版本,以及是否处于激活状态网络博客网络用户绝不会错过重要更新绝不会错过重要更新,在它们成为公众知识之前获得安全警告,并接收有关特别优惠和令人敬畏的新功能的通知。新的新版本可用新网站已安装较新的免费版本(%s)安装了较新的版本(%s)新闻稿下一个不否 - 仅将此站点的数据移动到 %s无 ID%s没有承诺-随时取消%s天没有承诺-随时取消!不需要信用卡永不过期非到期%s的任何计划都不支持试用期。好许可证过期后,您仍然可以使用免费版本,但您将无法使用%s功能。许可证过期后,您将无法再使用%s,除非您使用有效的高级许可证再次激活。选择加入选择退出选择接收有关安全和功能更新、教育内容和临时优惠的电子邮件通知,并共享一些基本的 WordPress 环境信息。选择接收有关安全和功能更新、教育内容和临时优惠的电子邮件通知,并共享一些基本的 WordPress 环境信息。这将帮助我们使 %s 与您的网站更加兼容,并更好地完成您需要它做的事情。选择加入以使“%s”更好!其他所有者电子邮件所有者 ID所有者名称PCI兼容付费附加组件必须部署到Freemius。点击这里许可证密钥安装说明产品的支持电子邮件地址PayPal 帐户电子邮件地址付款付款以美元为单位,每月通过 PayPal 处理。计划计划%s不存在,因此无法启动试用。计划%s不支持试用期。计划ID请在这里联系我们请通过以下信息与我们联系:请下载%s。请输入购买后在电子邮件中收到的许可证密钥:请输入许可证密钥以启用调试模式:请随时提供任何相关的网站或社交媒体统计数据,例如每月独特的网站访问量、电子邮件订户数量、关注者数量等(我们将对这些信息保密)。请按照以下步骤完成升级如果您希望我们与您联系以获取安全和功能更新、教育内容和偶尔的优惠,请告知我们:请注意,取消后,我们将无法获取更新/新订阅的过期定价。如果您选择在未来手动续订,在价格上涨后,将向您收取更新后的价格。请提供有关您打算如何推广%s的详细信息(请尽可能具体)。请提供您的全名。插件插件主页插件ID插件安装变更日志说明常见问题解答功能和定价安装其他注意事项评论插件是一个“服务软件”,这意味着它没有高级代码版本。插件插件和主题同步高级版本高级%s版本已成功激活。已安装高级加载项版本。高级版高级版本已激活。定价隐私政策继续进程 ID处理产品计划摘要推广方式省公钥购买许可证购买更多快速反馈配额重新发送激活电子邮件向新客户介绍我们的%s,并在每次销售成功时获得%s佣金!更新许可证立即续订许可证请求需要 PHP 版本需要WordPress版本复位失活休眠结果软件开发工具包SDK 路径保存%s已保存计划的 Crons屏幕截图按网址搜索密钥从外部域运行的安全HTTPS%s页面似乎关于您的订阅取消发生了一些暂时的问题。请过几分钟再试一次。看来关于您的试用取消发生了一些暂时的问题。请过几分钟再试一次。好像你得到了最新的版本。选择国家发送许可证密钥设置数据库选项与 %s 共享诊断数据有助于提供与您的网站更相关的功能,避免可能破坏您的网站的 WordPress 或 PHP 版本不兼容,并识别插件应该翻译和定制的语言和地区。显示错误详细信息模拟试用推广模拟试用推广单站点许可证站点 ID站点已成功选择加入。站点跳过&%sSlug暂停 & %s因此,当%s不再活动时,您可以重新使用许可证。社交媒体(脸书、推特等)很抱歉给您带来不便,如果您能给我们一个机会,我们将竭诚为您服务。对不起,我们无法完成电子邮件更新。具有相同电子邮件的另一个用户已注册。起点开始调试开始试用开始我的免费%s国家保持联系停止调试提交提交 & %s订阅支持支持论坛从服务器得到的同步数据税务/增值税ID服务条款感谢您申请我们的推广联盟计划,不幸的是,我们现在决定拒绝您的申请。请在30天后再试。感谢您申请我们的推广联盟计划,我们将在未来14天内审查您的详细信息,并将与您联系提供更多的信息。感谢您更新到 %1$s v%2$s!非常感谢您使用%s及其附加组件!非常感谢您使用%s!非常感谢您使用我们的产品!谢谢您!谢谢%s!感谢您确认所有权变更。刚刚向%s发送了一封电子邮件以获得最终批准。谢谢你的升级。谢谢!%1$s 将定期向 %2$s 发送必要的许可数据以检查安全和功能更新,并验证您的许可的有效性。%s破坏了我的网站%s不起作用%s没有按预期工作%s很好,但我需要您不支持的特定功能%s不起作用%s突然停止工作以下产品安装过程已开始,可能需要几分钟才能完成。请等待完成-不要刷新此页。以下产品已进入安全模式,因为我们注意到 %3$s 是 %1$s 的精确副本:%2$s以下产品已进入安全模式,因为我们注意到 %3$s 是这些网站的精确副本:%1$s%2$s远程插件包不包含具有所需段塞的文件夹,重命名失败。%s的升级已成功完成。主题主题切换主题有一个%s的%s可用。有新版本的%s可用。处理您的请求时出现意外的 API 错误。请过几分钟再试,如果还是不行,请联系 %s 的作者并提供以下信息:此插件尚未标记为与您的WordPress版本兼容。此插件尚未用当前版本的WordPress进行测试。此插件需要较新版本的 PHP。这将允许 %s时间戳标题为避免因 WordPress 或 PHP 版本不兼容而破坏您的网站,并识别 %s 应翻译和定制的语言和地区。确保兼容性并避免与您安装的插件和主题发生冲突。要进入调试模式,请输入许可证所有者的密钥(用户ID=%d),您可以在用户仪表板的“我的配置文件”部分找到该密钥:使您能够管理和控制许可证的激活位置,并确保%s安全和功能更新仅发送到您授权的网站。要提供与您的网站相关的其他功能,请避免可能破坏您的网站的 WordPress 或 PHP 版本不兼容,并识别 %s 应翻译和定制的语言和地区。总计城镇审判类型无法连接到文件系统。请确认您的凭据。无限许可证无限更新佣金无上限。最多%s个站点更新更新许可证更新、公告、营销,无垃圾邮件升级上传并激活下载的版本W00t用户仪表盘用户 ID用户密钥用户值验证邮件刚刚发送到%s。如果5分钟后找不到,请检查垃圾邮件框。已验证的验证电子邮件版本%s已发布。查看%s状态查看基本 %s 信息查看基本资料信息查看基本网站信息查看诊断信息查看许可证要点查看插件和主题列表查看详细信息查看付费功能警告我们看不到与该电子邮件地址关联的任何活动许可证,您确定它是正确的地址吗?我们在系统中找不到您的电子邮件地址,您确定地址正确吗?无法加载加载项列表。这可能是我们这边的问题,请几分钟后再来。我们引入了此选项,这样您就不会错过重要的更新,并帮助我们使 %s 与您的站点更加兼容,并更好地完成您需要它做的事情。我们对%s,%s进行了一些调整我们很高兴介绍Freemius网络级集成。网站、电子邮件和社交媒体统计(可选)欢迎使用%s!首先,请输入您的许可证密钥:你期望什么?什么功能?你的%s是什么?你愿意付出什么价钱?你在找什么?%s的名字是什么?您打算在哪里推广%s?WordPress 和 PHP 版本、网站语言和标题WordPress.org 插件页面要将 %s 合并到 %s 中吗?是否继续更新?是是-%s是的 - 两个地址都是我的是 - 将我的所有数据和资产从 %s 移至 %s是的,%%2$s 正在替换 %%4$s。我想将我的 %s 从 %%4$s 迁移到 %%2$s。是的,%2$s 是 %4$s 的副本,用于测试、暂存或开发。是的,%2$s 是一个与 %4$s 不同的新网站。您以前已经试用过。您只需单击一次就可以开始%1$s天的%2$s计划免费试用。你们都很好!您已经在试用模式下运行%s。你离%s只差一步。您仍然可以享受所有%s功能,但您将无法获得%s安全和功能更新以及支持服务。您没有访问高级版本的有效许可证。您有%s许可证。您购买了 %s 许可证。您已成功更新%s。您将此网站 %s 标记为 %s 的临时副本。您将此网站 %s 标记为这些网站的临时副本您可能错过了,但您不必共享任何数据,只需选择%s即可。在接下来的 5 分钟内,您将在 %2$s 的邮箱中收到 %3$s 的 %1$s。您应该会在 %2$s 的邮箱中收到一封 %1$s 的确认邮件。请确保您点击了发送至 %3$s 的电子邮件中的按钮。您应该会在 %s 的邮箱中收到一封 %s 的确认电子邮件。请确保单击该电子邮件中发送给 %s 的按钮。您已经选择加入我们的使用情况跟踪,这有助于我们不断改进%s。您已经选择了我们的使用情况跟踪,这有助于我们不断改进它们。%s加载项计划已成功升级。您的%s免费试用已成功取消。您的%s许可证被标记为白标,以对WP管理员隐藏敏感信息(例如,您的电子邮件,许可证密钥,价格,账单地址和发票)。如果您希望将其还原,则可以通过%s轻松完成。如果这是一个错误,您也可以%s。您的%s许可证已成功停用。您的 WordPress 用户:名字和姓氏,以及电子邮件地址您的帐户已用%s计划成功激活。您的%s会员申请已被接受!登录到您的分支区域,地址为%s。您的会员帐户已暂时挂起。你的电子邮件已被成功验证-你太棒了!您的免费试用已过期。%1$s立即升级%2$s以继续使用%3$s而不中断。您的免费试用已过期。您仍然可以继续使用我们所有的免费功能。你的许可证被取消了。如果您认为这是一个错误,请联系支持人员。您的许可证过期了。%1$s立即升级%2$s以继续使用%3$s而不中断。您的许可证过期了。您仍然可以继续使用所有%s功能,但您需要续订许可证才能继续获取更新和支持。您的许可证过期了。您仍然可以继续永远使用免费的%s。您的许可证已成功激活。您的许可证已成功停用,您回到了%s计划。您的姓名已成功更新。您的计划已成功激活。您的计划已成功更改为%s。您的计划已成功升级。您的服务器阻止访问 Freemius 的 API,这对 %1$s 同步至关重要。请联系您的主机以将以下域列入白名单:%2$s您的订阅已成功取消。您的%s计划许可证将在%s后过期。您的试用已成功开始。邮政编码就在在此处激活许可证活跃的没有%s,%s无法运行。没有插件,%s无法运行。抬头允许剩下%s正在激活年API关闭调试恭喜此路不通已连接下载最新版本下载最新免费版本每月到期路径发送电子邮件瞬间每年每年一次计划没有秘密SDK 版本许可证同步同步许可证作者关闭打开基于%s开始免费试用关闭关闭完成选择加入数据天停用中代表不%s要%s向我发送安全和功能更新、教育内容和服务。%s计划帐单%s最好的嘿哎呀嘿%s,小时小时安装哟哈许可证站点毫秒新测试版新版本未验证价格定价可选的版本产品现在还原秒好像你输入的钥匙和我们的记录不符。请给我发送安全和功能更新,教育内容和优惠。跳过嗯开始试用订阅切换中上述网站这儿有最新的%s版本试用试用删除降级编辑隐藏选择加入选择退出购买显示跳过更新升级%s以前freemius/languages/freemius-nl_NL.mo000064400000130362151213253120013505 0ustar00��T� � A� S� %#!I!U!a!h!6{!��!_g"#�"�"#	#
#'#.#6#?#G#@P#H�#�#O�#=$A$`$�$�$�$�$�$�$�$�$&�$-!%O%	d%n%}%�%�%�%5�%�%�%	&&'&@&Y&	f&p&o�&�&��&�'�'"�'�'2(!9(a[(0�(�())&).)B)J)S)[)
`)n)�)�)�)�)��)
W*b*v*�*	�*
�*�*�*Y�*6+E+V+b+k+p+�+(�+1�+%�+:,U,Z,k,s,
�,�,�,�,	�,�,
�,�,x�,�_-�-	..#.7.t?.�.�.�.�.//6/
R/�]/[�/fQ0�0
�0�0Y�0a*1�1�1�1
�1
�1;�122�23
"3-3:3G3jV3�3	�3�33�34~+4U�45555)P5-z5�5S�56'(6P6MS67�6g�6pA7�7�7y�7L8e8�8�8�8�8 �8�8	�819.29Oa9�9A1:ys:�:a
;o;Bs;,�;�;�;�;< <
9<D<K<S<e<q<}<�<4�<�<	�<�<�<�<�<==+=2=>=J=d=i=v=�=�=!�=�=
�=�=�=�=%�=+>G>
_>m>/z>�>m�>~?�?�?�?�?�?�?
�?
�?)�?$@A@4J@@5�@(�@�@�@-A0AUDA��A1cB~�BC[1D�D�D�D	�D�D(�D*E"0E1SE+�E*�E&�ENFRFZFpF.xF)�F�F�FG	GG
 G+G4GDGVG
_GjG{G�G�GW�G
HH&H/HJHQHUH^HfHvH�H
�H5�Hs�HlII&�I�I�I
�IJ$J=JQJYJuJ	{J�J&�JL�Jf�JeKkKwK�K�K�K�K
�K�K�K�K��K��L/MNM)nM
�M
�M\�MN N3NCRN�N�N��NdRO-�O�O�O�O�O'PMFPG�P	�P�P�P�P�P�PEQHQ[QmQ�Q�Q�Q*�Q�Q*�Q^RfRnRtRdzR�R�R�RSS.Si6SW�S"�SBT6^T�T
�T�T-�T�TU&+URUlUpU$yUM�U�U/�U.VoNV>�V�V&WZ;WT�WR�W.>X.mX9�XZ�X31Y<eYb�YPZUVZ_�Z�[K�[(�[G\#d\)�\$�\U�\)-]W]i]�];�]6�]>^M^S^n^�^$�^�^�^�^_&9_*`_7�_�_�_�_3`E`Z`p`�`�`*�`1�`a2a#Faja�a�a�a�a�a�ab
bNbeb�b�b�b�b�b1�b!c)c=cMcYc
fcqc~c�cC�c�cQ�c=dMd	Zdddd�d�d�d	�d	�d�d�d
�d	�d	�deee�(eF�iBj$\j�j�j
�j�j6�j�kq�k)Ull�l�l�l�l�l
�l�l	�lG�lM>m�mJ�m�m�m�mnnn'n3nDnZnqn6�n/�n�n�noo7oOo
[o:io�o
�o	�o
�o"�o�o
p
p%pn:p�p��pTq,lq%�q.�q7�q#&r{Jr?�rss6sMsVsjsvs�s�s�s�s
�s&�s�s�s�t
�t�t�t�tuu u8uuQu�u�u�u	�uvvv,9v5fv?�v	�v�v�v�vww$w0wGw	LwVw
\wgw�{w��w�x	�x�x�x�x�y�y�y�y�y�y$�y!z
;z�Fza{^f{�{�{�{j�{~I|�|$�|�|�|}7}S}[}!b}�~�~
�~�~�~{�~EUd>l���fK���Ѐ'�3�?D���Y���1�C�ZF�j��h�|u��	�z���"��
Մ����'(�P�	X�;b�>��`݅�>�Aۆ�� ��]ׇ5��=�l��-�5�G�%X�#~�	��������щ��

�B�
X�	f�p�t�{���������
��
Ȋӊ������*/�#Z�~�������/��7ϋ��/�4?�t��y�������������ƍ
ҍ�3� �
;�EF���B��&Ԏ��#�8'�`�Yv��Џ8������_��#�*�2�
C�N�b�r��������“Nʓ�!"�D�+L�.x�����Ӕ
۔�	�	����	/�9�J�Y�o�u�m����	-�7�	Q�[�_�
g�r���
����8�����}�3	�=�L�d�v���������ؘ
ޘ�&�S�xl������
�
'�
2�@�M�
m�x�����B�H�*7�8b��������"5�X� j�Z�������\��(�/�5�B� J�+k�P��A�*�6�<�C�J�W�X\���ʠݠ�	��-�I�(Q�z�
�
����}���*�;�U�d�~�d��^�6O�F��8ͣ��
*�'8�`�z�����ͤФ(ؤb�d�!s�(�����5V���#��WȦ_ �a��-�1�4B�\w�,Ԩ9�k;�`��j�`s��ԪRn�%��E� -�'N�!v�V��%���%�.� G�h�u�~�	������	��	��
��­	έح�
��#�'�8�	<�	F�P�Y�^�j�v��
������������	ˮ	ծ߮	�U��K�S�d�j�n�s�{�������
����������ȯL̯	�#�'�
=�
H�V�v���	��	����������°ǰ̰	հ߰
� %s to access version %s security & feature updates, and support.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;Account DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBillingBlockingBlog IDBodyBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClear Updates TransientsClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.During the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.Invalid site details collection.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense KeyLicense keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicenseQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageYesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew versionnot verifiednounPricenounPricingproduct versionVersionsecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Leo Fajardo <leo@freemius.com>, 2022
Language-Team: Dutch (Netherlands) (http://app.transifex.com/freemius/wordpress-sdk/language/nl_NL/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: nl_NL
Plural-Forms: nplurals=2; plural=(n != 1);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
%svoor toegang to versie %s beveiliging & features updates en support.Voltooi "%s" Activatie Nu%s Add-on werd succesvol aangekocht.%s Installaties%s Licenties%s geleden%sen bijbehorende uitbreidingen%s commissie als een klant een nieuwe licentie koopt. %s gratis proefperiode werd succesvol stop gezet. Daar de add-on alleen als premium versie beschikbaar is werd deze automatisch gedeactiveerd. Als u de add-on in de toekomst wilt gebruiken dient u een licentie aan te schaffen.%s is uitsluitend beschikbaar als een premium add-on. Je moet een licentie kopen voordat je de plug-in activeert.%s is de nieuwe eigenaar van het account.%s minimum uitbetalingsbedrag.%s of hoger%s beoordeling%s beoordelingen%s sec%s ster%s sterren%s tijd%s tijden%svoor toegang tot versie %s beveiliging en feature updates en support.%s tracking cookie na eerste bezoek om je verdienpotentieel te maximaliseren.%s betaalde mogelijkheden%sKlik hier%s om de sites te kiezen waar op je de licentie wilt activeren.API&#x2190;&#x27a4;AccountgegevensActiesActiveerActiveer %sActiveer %s PlanActiveer %s features.Activeer Gratis VersieActiveer LicentieActiveer licentie op alle in behandeling zijnde sites.Activeer licentie op alle sites in het netwerk.Activeer deze add-onGeactiveerdAdd-ons voor %sUitbreidingen van module %sVoeg nog een domein toeUitbreidingUitbreidingenAdd-on moet op WordPress.org of Freemius geplaatst worden.AdresAdresregel %dAffiliateAffiliatieNa uw gratis %s, betaal slechts %sAkkoord & Activeer LicentieAlle RequestsAlle TypesToestaan & Ga VerderJe kunt dat eventueel ook nu overslaan en de licentie later in je %s netwerk-niveau Account pagina activeren. BedragEen geautomatiseerde download en installatie van %s (betaalde versie) van %s zal starten binnen %s. Als je dit handmatig wil doen, klik dan nu op de annuleer knop.Anonieme terugkoppelingPas toe op alle in behandeling zijnde sites.Pas toe op alle sites in het netwerk.Meld je aan om een affiliate partner te wordenWeet u zeker dat u alle Freemius data wilt verwijderen?Weet je zeker dat je wilt doorgaan?Omdat wij 30 dagen reserveren voor eventuele terugstortingen, betalen we alleen commissies uit die ouder dan 30 dagen zijn.Automatische installatie werkt alleen voor opted-in gebruikers.Auto hernieuwd over %sAutomatische InstallatieGemiddelde BeoordelingGeweldigWordt een affiliateFactureringGeblokkeerdBlog IDBodyBedrijfsnaamKoop nu een licentieKoop licentieKan je je licentiesleutel niet vinden?AnnuleerAnnuleer %s & Ga DoorAnnuleer %s - Ik heb niet meer enige beveiligings- en uitbreidingsupdates of ondersteuning voor %s nodig, omdat ik niet van plan ben de %sop deze of enige andere site te gebruiken.%s annuleren?Annuleer InstallatieAbonnement OpzeggenProefperiode OpzeggenGeannuleerdAnnuleren %s%s wordt geannuleerd...Het abonnement annulerenHet stopzetten van de proefperiode zal de toegang tot de premium features onmiddellijk blokkeren. Weet je dat zeker?Verander LicentieEigendom OverdragenWijzig PlanAfrekenenStadAPI-Cache LeegmakenUpdates Transients OpschonenKlik hier om de plug-in anoniem te gebruikenKlik om reviews te bekijken met een beoordeling van%sKlik voor het op volle-grootte bekijken van schermafbeelding %dProductenCodeCompatible totContactContacteer SupportContacteer OnsMedewerkersKon %s niet activeren.LandCron TypeDatumDeactiveerDeactiveer LicentieHet deactiveren en deïnstalleren van de %s zal de licentie automatisch uitschakelen, die je dan kan gebruiken op een andere site.Deactiveren van je licentie zal alle premium features blokkeren, maar geeft je de mogelijkheid de licentie op een andere site te activeren. Weet je zeker dat je wilt doorgaan?DeactivatieDebug LogDelegeren aan Site BeheerdersVerwijder All AccountsDetailsAnnuleer %s niet - Ik wil nog steeds zowel beveiligings- en uitbreidingsupdates ontvangen als contact kunnen opnemen met Support.Heb je geen licentiesleutel?Doneer aan deze plug-inJe plan naar beneden bijstellenDownloadDownload %s VersieDownload de meeste recente %s versieDownload de meeste recente versieGedownloadAls gevolg van het overtreden van onze affiliate voorwaarden, hebben we besloten je affiliate account  tijdelijk te blokkeren. Neem voor eventuele vragen alsjeblieft contact op met support.Tijdens het update proces detecteerden we %dsite(s) waarvoor de licentie nog niet geactiveerd is.Tijdens het update proces detecteerden we %dsite(s) in het netwerk die jouw aandacht vereisen.E-mailE-mailadresEindeVoer de domeinnaam in van je website of andere websites waar vanaf je van plan bent de %ste gaan promoten.Voer hieronder het e-mailadres in dat je gebruikt hebt voor de upgrade en we zullen je jouw licentiesleutel opnieuw toesturen.FoutFoutmelding ontvangen van de server:VerlopenVerloopt over %sExtra DomeinenExtra domeinen vanaf waar je het product gaat promoten.BestandFilterVoordat we de proefperiode kunnen starten, vragen we je, in overeenstemming met de Wordpress.org-richtlijnen, in te stemmen je gebruikers- en niet-sensitieve site informatie door de %s periodiek te laten verzenden naar %s om te controleren op nieuwe versies en je proefversie te valideren.GratisGratis ProefperiodeGratis versieFreemius APIFreemius DebugFreemius SDK kon het hoofdbestand van de plug-in niet vinden. Neem a.j.b. contact op met sdk@freemius.com m.b.t. deze fout.Freemius StatusVolledige naamFunctieKrijg een commissie voor automatische abonnementsverlengingen.Heb je een licentiesleutel?Hey, wist je dat %s een samenwerkingsprogramma heeft? Als je de %s goedvindt, kun je onze ambassadeur worden en wat geld verdienen!Hoe bevalt %s tot dusver? Test al onze %s premium features gedurende een%d-daagse gratis proefperiode.Hoe te uploaden en activeren?Hoe ga je ons promoten?Ik kan er niet langer meer voor betalenIk snapte niet hoe ik het aan het werk kon krijgen.Ik vind het niet prettig om mijn informatie met jullie te delenIk vond een beter %sIk heb mijn account geüpgraded maar als ik probeer te Synchroniseren blijft het plan %s.Ik heb de %s niet meer nodig Ik had de %s alleen nodig voor een korte periode.IDAl je er op klikt, zal deze beslissing gedelegeerd worden aan de beheerders van de sites. We zouden het zeer op prijs stellen, als je even hebt, om ons alsjeblieft te laten weten waarom je gaat %sAls je het eigendom van het %s account wilt overdragen aan %s, klik dan op de Eigendom Overdragen knop. Als je de %s op deze sites wil gebruiken, voer dan alsjeblieft de licentiesleutel hieronder in en klik op de activatie-knop.Belangrijke Upgrade Mededeling:Binnen %sMocht je NIET van plan zijn om deze %s te gebruiken op deze site (of op een andere site) - wil je dan het %s ook opzeggen?Installer Gratis Versie NuInstalleer Gratis Versie Update NuInstalleer NuInstalleer Update NuInstalleren van plug-in: %sOngeldige Module-IDOngeldige verzameling van Site Details.FactuurIs ActiefHet lijkt erop dat de licentie niet geactiveerd kon worden.Het lijkt erop dat het deactiveren van je licentie mislukt is.Het lijkt er op dat u niet langer meer in de proefperiode zit, dus er valt niets stop te zetten.Het lijkt erop dat  u nog steeds op het %s plan zit. Als u uw plan geüpgraded of veranderd heeft, dan is het waarschijnlijk een fout aan onze kant - sorry.Het lijkt erop dat je site momenteel geen actieve licentie heeft.Het lijkt erop dat een van de authenticatie parameters niet klopt. Update je Publieke Sleutel, Geheime Sleutel & Gebruikers ID en probeer het nogmaals. Het is niet waarna ik opzoek wasVoor alle duidelijkheid, de add-ons informatie van %s wordt opgehaald van een externe server.SleutelWil je alsjeblieft zo vriendelijk zijn om te delen wat niet werkte, zodat we dat kunnen verbeteren voor toekomstige gebruikers ...Wilt je alsjeblieft zo vriendelijk zijn om de reden te vermelden, zodat wij verbeteringen kunnen doorvoeren.LaatsteLaatst GeüpdatetLaatste licentieNieuwste Gratis Versie GeïnstalleerdMeest Recente Versie GeïnstalleerdLees meerLengteLicentieLicentieovereenkomstLicentiesleutelLicentiesleutelLicentiesleutel is leeg.LevenslangVind je de %s goed? Word dan onze ambassadeur en verdien cash  ;-)Laad DB-optieLocalhostLogLoggerBerichtMethodesZet Opties over naar NetwerkMobiele appsModuleModule PadModuletypeMeer informatie over %sNaamNetwerk BlogNetwerk GebruikerNieuwNieuwe Versie BeschikbaarNieuwere Gratis Versie (%s) GeïnstalleerdNieuwere Versie (%s) GeïnstalleerdNieuwsbriefVolgendeNeeGeen IDGeen verplichting voor %s - opzeggen kan altijdGeen verplichting voor %s dagen -  elk moment opzeggen!Geen creditcard nodigGeen verloopdatumNiet-verlopendeGeen van de %s plannen ondersteunt een proefperiode.OkéAls je licentie verloopt kan je nog steeds gebruik maken van de Gratis versie, maar je zal GEEN toegang meer hebben tot de %sfeatures.Als je licentie afloopt, zul je %s niet meer kunnen gebruiken, tenzij je het opnieuw activeert met een geldige Premium-licentie.Opt InOpt OutOpt-in om "%s" te verbeteren!OverigeE-mail EigenaarID EigenaarNaam EigenaarPCI-comformBetaalde add-on moet  op Freemius geplaatst worden.PayPal account e-mailadresBetalingenUitbetalingen zijn in USD en worden maandelijks uitgevoerd via PayPalPlanPlan %s bestaat niet, daarom kan proefperiode niet gestart worden.Plan %s ondersteunt geen proefperiode.Plan IDNeem hier a.u.b. contact met ons opNeem a.u.b. contact met ons op met het volgende bericht:A.u.b. %s downloaden.Voer aalsjeblieft de licentiesleutel in die je ontving in de e-mail direct na de aankoop:Voel je alsjeblieft vrij om elke relevante website of social media statistieken met ons te delen, bijvoorbeeld maandelijkse unieke bezoekers, aantal e-mail abonnees , volgers, etc. (we zullen deze informatie vertrouwelijk houden).Volg alsjeblieft deze stappen om de upgrade te voltooienLaat ons alsjeblieft weten als je op de hoogte gehouden wilt worden van beveiliging & feature updates, educatieve content en zo nu en dan aanbiedingen:Onthou alsjeblieft dat we geen oude prijzen voor verlengingen/nieuwe abonnementen na een annulering kunnen aanhouden. Als je in de toekomst besluit om een abonnement handmatig te vernieuwen, zal de nieuwe prijs (na een prijsverhoging die meestal jaarlijks plaatsvindt) worden berekend.Geef alsjeblieft zo gedetailleerd als mogelijk aan hoe je van plan bent om %s te gaan promoten.Geef alsjeblieft je volledige naam.Plug-inPlug-in HomepagePlug-in IDPlug-in InstallatieWijzigingen LogBeschrijvingVeelgestelde VragenFeatures & PrijzenInstallatieAndere NotitiesReviewsPlug-in is 'Serviceware' wat betekent dat het geen premium code versie bevat. Plug-insSynchronisatie Plug-ins & Thema'sPremiumPremium %s versie is succesvol geactiveerd.Premium add-on versie is reeds geïnstalleerd.Premium versiePremium versie reeds actief.PrijzenPrivacybeleidDoorgaanProces-IDProductenProgramma SamenvattingPromotie methodesProvinciePublieke SleutelLicentie KopenSnelle terugkoppelingQuotaActivatiemail opnieuw versturenVerwijs nieuwe klanten naar onze %s en krijg %s commissie op iedere door jou doorverwezen, geslaagde verkoop!Vernieuw licentieVernieuw je licentie nuAanvragenVereiste WordPress-versieResultaatSDKSDK PadBespaar %sGeplande CronsSchermafbeeldingenZoek op adresGeheime SleutelBeveiligde HTTPS %s pagina,  loopt via een extern domeinHet lijkt erop, dat we een tijdelijk probleem hebben met het annuleren van je abonnement. Probeer het alsjeblieft over een paar minuten nog eens.Het lijkt er op dat we een tijdelijk probleem hebben met het opzeggen van uw proefperiode. Probeer het a.u.b. over enkele minuten nog eens.Het lijkt erop dat je de meest recente versie hebt.Selecteer LandVerzend LicentiesleutelActiveer DB-OptieSimuleer Netwerk UpgradeSimuleer Trial ActieEnkele Site LicentieSite IDSite opt-in geslaagd. SitesSla over & %sSlugSocial media (Facebook, Twitter, etc.)Sorry voor het ongemak en we zijn er om je te helpen als je daartoe de kans geeft..Sorry, we konden de e-mail update niet voltooien. Een andere gebruiker met hetzelfde e-mailadres is reeds geregistreerd.StartStart ProefperiodeStart mijn gratis %sStaatVerstuur & %sAbonnementOndersteuningSupportforumSynchroniseer Data Vanaf ServerBtw-nummerServicevoorwaardenBedankt voor je aanvraag voor deelname aan ons affiliate programma, helaas, op dit moment hebben we besloten je aanvraag af te wijzen. Probeer het alsjeblieft over 30 dagen nog eens.Bedankt voor je aanvraag voor deelname aan ons samenwerkingsprogramma. We zullen binnen  14 dagen je gegevens doornemen, waarna we je aanvullende informatie zullen sturen.Hartelijk bedankt voor het gebruik van %s en bijbehorende uitbreidingen!Hartelijk bedankt voor het gebruik van %s!Hartelijk bedankt voor het gebruiken van onze producten!Bedankt!Bedankt %s!Bedankt voor het bevestigen van de eigendomsoverdracht. Zojuist is er een e-mail verstuurd naar %s voor de definitieve goedkeuring. De %s maakte mijn site onbruikbaarDe %s werkte nietDe %s werkte niet zoals verwachtDe %s is uitstekend, maar ik heb een specifieke feature nodig die jullie niet ondersteunenDe %s werkt nietDe %s werkte opeens niet meerHet installatieproces is gestart en kan enkele minuten duren om te voltooien. Wacht alsjeblieft totdat dat gebeurt is - deze pagina niet verversen.Het remote plug-in pakket bevat geen folder met de verwachte slug en hernoemen werkte niet. De upgrade van %s is succesvol voltooid.ThemaThema WisselThema'sEr is een %s van %s beschikbaar.Er is een nieuwe versie van %s beschikbaar.Deze plug-in is niet als compatibel aangemerkt voor je huidige WordPress versie.Deze plug-in is nog niet getest met je huidige WordPress versie. TijdstempelTitelTotaalPlaatsProefperiodeTypeToegang tot het bestandssysteem is niet mogelijk. Bevestig alsjeblieft je inloggegevens.Onbeperkte LicentiesOnbeperkte UpdatesOnbeperkte commissies.Tot %s SitesBijwerkenUpdate LicentieUpdates, aankondigingen, marketing, geen spamUpgradeUpload en activeer de gedownloade versieW00tGebruikers IDGebruikersWaardeVerificatiemail zojuist verstuurd naar %s. Als je deze niet binnen 5 min. hebt ontvangen, kijk dan alsjeblieft in je spambox.GeverifieerdVerifieer E-mailVersie %s is vrijgegeven.Bekijk detailsBekijk betaalde kenmerkenWaarschuwingEr is geen actieve licentie gekoppeld aan dat e-mailadres, ben je zeker dat dat het juiste adres is?We konden je e-mailadres niet vinden in het systeem, ben je zeker dat dat het juiste adres is?We hebben een aantal aanpassingen gedaan op de %s, %s We zijn verheugd om Freemius network-level integratie te introduceren.Website, mail, and social media statistieken (optioneel)Wat had je verwacht?Welke feature?Wat is je %s?Welke bedrag zou je ervoor over hebben?Waar was je naar op zoek?Wat is de naam van het %s?Waar ga je de %s promoten?WordPress.org Plug-in PaginaJaJa - %sU heeft reeds een proefperiode gebruikt.U bent 1-klik verwijderd van het starten van uw %1$s-daagse gratis proefperiode van het %2$s plan.Alles is goed!Je draait de %s al in proefmodus.Je bent slechts een stap verwijderd - %sJe kunt nog steeds van alle %s-mogelijkheden genieten, maar je zult geen toegang hebben tot %s veiligheids- en uitbreidingsupdates, noch ondersteuning.Je hebt geen geldige licentie voor de premium versie.Je hebt een %s licentieJe hebt je %s succesvol geüpdatet.Misschien heb je het gemist, maar je hoeft geen gegevens te delen en kunt de opt-in %s.Je hebt reeds ingestemd  met onze gebruiks-tracking, wat ons helpt om %s te blijven verbeteren.Je hebt reeds ingestemd  met onze gebruiks-tracking, wat ons helpt om deze te blijven verbeteren.Uw %sAdd-on plan werd succesvol geüpgraded. Uw gratis %s proefperiode is succesvol opgezegd. Je account is succesvol geactiveerd met het %s plan.Je samenwerkingsaanvraag voor %s is geaccepteerd! Log in op je samenwerkingsomgeving op: %s.Je affiliate account is tijdelijk geschorst.Je e-mail werd succesvol geverifieerd - je bent GEWELDIG!Je gratis proefperiode is verlopen. %1$sUpgrade nu%2$som de %3$s zonder interrupties te blijven gebruiken. Je gratis proefperiode is verlopen. Je kan nog steeds al onze gratis features blijven gebruiken.Je licentie is geannuleerd. Als je denkt dat dat een fout is, neem dan alsjeblieft contact op met support.Je licentie is verlopen. %1$sUpgrade nu%2$s om de %3$s zonder interrupties te blijven gebruiken.Je licentie is verlopen. Je kan nog steeds alle %s features gebruiken, maar je zal je licentie moeten vernieuwen om weer updates en support te ontvangen.Je licentie is verlopen. Je kan echter de gratis %s voor altijd blijven gebruiken.Je licentie is succesvol geactiveerd.Je licentie is succesvol gedeactiveerd, je bent terug op het %s plan.Je naam is succesvol bijgewerkt.Je plan is succesvol veranderd naar %s.Je plan is succesvol geüpgraded.Je abonnement is succesvol geannuleerd. De licentie van je %s-plan al over %s aflopen.U proefperiode is met succes gestart.PostcodeToppieActiveer%s werkt niet zonder %s.%s werkt niet zonder de plug-in.Aankondigingtoestaan%s beschikbaarActiverenjaarAPIAfsluitenDebuggingGefeliciteerdGeblokkeerdVerbondenDownload NieuwsteDownload Nieuwste Gratis VersieMaandelijksVerloopdatumPadE-mail versturenmndJaarlijksJaarlijksEenmaligPlanGeen GeheimSDK VersiesLicentieSyncSync LicentieAuteurUitAangebaseerd op %sStart gratis proefperidoeAfsluitenAfsluitendeactiverendeligerenstuur mij %sGEEN%s beveiliging & feature updates, educatieve content of aanbiedingen.%s Plan%s gefactureerd BesteHoiOepsHoi %s,HoeralicentieSitesmsnieuwe versieniet geverifieerdPrijsPrijzenVersiesecstuur mij beveiliging & feature updates, educatieve content en aanbiedingen.overslaanHmmstart de proefperiodeabonnementoverschakelende meest recente %s versie hierproefperiodeProefperiodeVerwijderDowngradeBewerkVerbergOpt InOpt OutKoopToonSla OverBijwerkenUpgrade%s geledenfreemius/languages/freemius-ta.mo000064400000220731151213253120013107 0ustar00����!�!A�!n�!h^"S�"%#A#M#Y#`#6s#��#__$#�$�$�$	
%
%%&%.%7%?%@H%H�%�%O�%5&9&X&x&�&�&�&�&�&�&�&�&&�&-!'O'	d'n'}'�'�'�'5�'�'�'	(('(@(Y(	f(p(o�(�(��(G�)�)��)�*�*"�*�*2+!J+al+0�+�+,(,7,?,S,X,`,s,|,�,�,
�,�,�,�,�,�,��,
�-�-�-�-	�-
�-�-�-Y.k.z.�.�.�.�.�.(�.1�.%)/:O/�/�/�/�/
�/�/�/�/	�/�/
�/0x0��0)1	61@1X1l1tt1�122/282L2k2
�2��2�L3[�3f@4�4
�4�4Y�4a5{5�5�5
�5
�5;�566�
67
77)767jE7�7	�7�73�72898~M8U�8"9>9W9)r9-�9�9S�92:'J:r:Mu:7�:g�:pc;�;�;y�;n<�<�<�<�<�< �<=	=1"=.T=O�=�=AS>y�>?/?aE?�?B�?,�?@ @-@:@X@
q@|@�@�@�@�@�@�@4�@	A	A"A&A-A5A<AWAcAjAvA�A�A�A�A�A�A!�A�A
BB$B'B%-B+SBB
�B�B/�B�Bm�B~TC�C�C�C�CDD
D
$D)2D\DyD4�D�D5�D(�DE#E-:EhEU|E��E1�F~�FLG[iH�H�H�H	�HI(I*=I"hI1�I+�I*�I&JN;J�J�J�J.�J)�J	KK9KAKPK
XK
cKnKwK�K�K
�K�K
�K�K�K�KW�K
RL`LwL�L�L�L�L�L�L�L�L
�L5�Ls&Ml�M&N.N=N
NN\NuN�N�N�N�N	�N�N&�NLOfOO�O�O�O�O�O�O�O
PP$P1P�BP��P/oQ�Q)�Q
�Q
�Q\�Q\RqR�RC�R�R�R�Sd�S-T6T<TITPT'oTM�TG�T	-U7U=UCUHUNUESU�U�U�U�U�U�U*�U%V*-V^XV�V�V�Vd�V0W9WFW_WlWWi�WW�W"IXBlX6�X�X
�X	Y-YHYfY&|Y�Y*�Y�Y�Y$�YMZhZ/zZ�Zo�Z>:[y[&�[Z�[T\Rg\.�\.�\9]ZR]3�]<�]b^P�^U�^_(_��_K#`(o`G�`#�`%a)*a$TaUya)�a�ab(b;=b6yb>�b�b�bc0c$Fckc�c�c�c&�c*d7-ded|d�d3�d�d�de*e>e*[e1�e�e�e#�ef(f:fJfVfvf�f�f�fN�fg&gDg_gog�g�g1�g�g�g�g
hh'h
4h?hLhdhCph�hQ�hii	(i2iMiSifiri	�i	�i�i�i
�i	�i	�i�i�i�i��i��n�do5dpN�qK�q'5r]r|r8�r��r4ls��tK^uH�u+�u*v3Jv~v$�v-�v�v�vxw|zw:�w�2x�x�x�x�x.y?y$Xy'}y:�y:�yVz4rz��z�3{5�{9|-N|+||A�|�|�|�}�}�}	~'"~�J~h�~=B1�1���������yt���7�|����A*�jl�6׆K��Z�F�7`�:��Ӊ"�
� �*0�0[�����-��(؊A�"C�.f���7���݋)c�7��2ōA��:�!S�$u�.���Ɏ"��%ȏ%��	�'�A��Z����p��$���4#�X�+n�7��'ҒJ��E�R�j�'w�=��)ݓX�'`�	��V��P�:�V�"h�i��k��a�@��_��M!�3o���e�������1/�a��t�g�~����$�37�(k�����Y �z�@��4ڦ�-�KJ���!��Ψ�רy����>�$Y�|~����Y���ܭ�f�g��S�>�cV�	���İ�y������_޳>�G�P\�{��)�@E�J�� Ѷ<�/�	K��U������uL��ºVd�N��Z
��e�&��*�����4��"տx��Yq�����(�7�C�5O������A�	P�Z�^�e�x���.��������;�A�Q�^�v�G��q��RF�*�������������;R�'��*��y��[�P_������%��d��C�=V�!��.��
�����Q��1��|���r��f"���;�����.d���|����o@�R����O�R�Fk���4��	�
�&�$*�O�+k�$�����!K�,m�������;�1��q��p�=����
����$�='�Xe�(��
��4��('�1P���{���F4�F{�'��A��,�?�C�$L�'q�"��,��
���������m��a�@�$E�
j�x���#����H��4�J�h�>m��������7��M��C�Y�w���������.����\��~��Gy����G�X�7l�r��1�WI����A7�@y�������I7���"����.��g���^��*�"�����)�!6�X��k�"�F&�?m�"��!�1��$�!����S�1X�����Y��6�U:�G��=�l�������m��&�����9�Z�c�#~�k��`�&o�s��9
�D	�����u1P��C3w~�JMR���&�w��6	��	�S
�4{�F�H
������P`�HOp�v	���	S�.$S'\7�M�
!&3H|��.�'�*
*5D`c�	%	;OE��'���		"6IN'[��0�u�1QBq���4�%;?^'x����8�%
E3y�������@� 	 ; !X !z 	� � � � � %!=!S!f!!!!�!�! %s to access version %s security & feature updates, and support. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.An unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBodyBundle PlanBusiness nameBuy a license nowBuy licenseCan't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClear Updates TransientsClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDelegate to Site AdminsDelete All AccountsDetailsDon't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.During the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Get updates for bleeding edge Beta versions of %s.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.Invalid site details collection.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJoin the Beta programJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense KeyLicense keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageWould you like to proceed with the update?YesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,installed add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingproduct versionVersionsecondssecsend me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Sankar Srinivasan <petra.srini@gmail.com>, 2019
Language-Team: Tamil (http://app.transifex.com/freemius/wordpress-sdk/language/ta/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: ta
Plural-Forms: nplurals=2; plural=(n != 1);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
%s பதிப்பின் பாதுகாப்பு & வசதி மேம்படுத்தல் மற்றும் உதவிக்கு%s.%1$sன் விலையுள்ள பதிப்பு ஏற்கனவே நிறுவப்பட்டுள்ளது. %2$s வசதிகளை பயன்படுத்த அதை செயல்படுத்தவும். %3$sவருகின்ற அனைத்து பணம் செலுத்துதல்களையும் %1$s உடன் நிறுத்துகிறது, மற்றும் உங்கள் %2$s திட்ட உரிமம் %3$sல் காலாவதியாகிறது."%s" செயல்படுத்தலை முடியுங்கள்%s ஆட்-ஆனை வாங்கிவிட்டீர்கள்.%s நிறுவுதல்கள்%s உரிமங்கள்%s முன்பு%sம் அதன் ஆட்-ஆன்களும்ஒரு வாடிக்கையாளர் புது உரிமம் வாங்கும்போது %s லாபப் பங்கீடு.ஆட் ஆன் விலையுள்ளது என்பதால் %sன் விலையில்லா முன்னோட்டம் ரத்தானது.  நீங்கள் உரிமம் வாங்கிப் பயன்பாட்டைத் தொடரலாம்.%s ஒரு விலையுள்ள ஆட்ஆன். ப்ளக்இன் செயல்பட நீங்கள் உரிமம் வாங்கவேண்டும்கணக்கின் புதிய உரிமையாளர் %s.%s குறைந்தபட்ச பணம் பெறுதல்.%s அல்லது அதிகமாக%s மதிப்பீட்டெண்%s மதிப்பீட்டெண்கள்%s sec%s நட்சத்திரம்%s நட்சத்திரங்கள்%s முறை%s முறைகள்%s பாதுகாப்பு மேம்படுத்தல் மற்றும் உதவிக்கு %sவருமானம் அதிகரிக்க, முதல் தள வருகையில் %s tracking cookie.%sன் விலையுள்ள வசதிகள்உங்களுக்கு வேண்டிய தளங்களில் உரிமத்தை செயல்படுத்த %s கிளிக் செய்க %sAPI&#x2190;&#x27a4;கணக்குகணக்கு விபரங்கள்செயல்கள்செயல்படுத்து%s செயல்படுத்து%s திட்டம் செயல்படுத்த%s வசதிகளை செயல்படுத்தவிலையில்லா பதிப்பை செயல்படுத்தஉரிமம் செயல்படுத்தமீதமுள்ள எல்லா தளங்களிலும் உரிமத்தை செயல்படுத்துகவலைப்பின்னலில் உள்ள எல்லா தளங்களிலும் உரிமத்தை செயல்படுத்துகஆட்-ஆன் செயல்படுத்தசெயல்படுத்தப்பட்டது%sக்கான ஆட்ஆன்கள்Module %sன் ஆட்ஆன்கள்அடுத்த தளத்தைச் சேர்க்கஆட் ஆன்ஆட்-ஆன்ஸ்ஆட்ஆன் WordPress.org அல்லது Freemius ஏதாவது ஒன்றில் வரிசைப்படுத்தப் பட்டிருக்க வேண்டும்.முகவரிமுகவரி வரி %dAffiliateபுரிந்துணர்வுவிலையில்லா %sக்குப் பிறகு, குறைந்தளவு %s செலுத்துங்கள்ஒப்புக்கொண்டு உரிமத்தை செயல்படுத்துகஅனைத்து வேண்டுகோள்கள்அனைத்து மாதிரிகள்அனுமதித்து தொடர்கஇல்லாவிட்டால், Network-level கணக்குப் பக்கத்தில் எப்போது வேண்டுமானாலும் உரிமத்தை செயல்படுத்திக் கொள்ளலாம்.தொகை%sலிருந்து %s (பணம் செலுத்திய) பதிப்பின் தானியங்கி பதிவிறக்கமும், நிறுவுதலும் %sல் ஆரம்பமாகும். இதை நீங்களே செய்ய விரும்பினால் ரத்து செய்யும் பட்டனை அழுத்தவும். உபயோகிப்பாளரின் பீட்டாவை செயல்படுத்துகையில், புதிய தவறு உருவாகியுள்ளது.என்னதென்றே தெரியாத ஒரு தவறு நேர்ந்துவிட்டதுஎச்சரிக்கை: %sன் முன்னோட்ட Beta பதிப்பின் மேம்பட்ட வடிவம் பழைய பதிப்பின் மீது நிறுவப்படுகிறது. அனாமதேய பின்னூட்டம்மீதமுள்ள அனைத்து தளங்களின் மீதும் பிரயோகிக்கவலைப்பின்னலின் அனைத்து தளங்களின் மீதும் பிரயோகிக்கAffiliate ஆக விண்ணப்பியுங்கள்அனைத்து Freemius தகவலையும் அழிக்க விருப்பமா?மேலே தொடர விருப்பமா?வாடிக்கையாளர் 30 நாட்களுக்கு பணம் திரும்பப் பெறலாம் Refund என்பதால் உங்களுக்கு லாபப் பங்கீடு 30 நாட்களுக்குப் பிறகே கிடைக்கும்.முன்னரே தெரிவு செய்திருந்தால் மட்டுமே தானியங்கி நிறுவுதல் நடைபெறும்.%sல் தானாக புதுப்பிக்கிறதுதானியங்கி நிறுவுதல்உத்தேச மதிப்பீட்டெண்அடி தூள்Affiliate ஆகுங்கள்பீட்டாவசூல்பில் & இன்வாய்ஸ்தடுக்கப்படுகிறதுBlog IDஅமைப்புகூட்டுத்திட்டம்தொழிலின் பெயர்புது உரிமம் வாங்குங்கள்உரிமம் வாங்கLicense Key காணவில்லையா?ரத்து%s ரத்து செய்க & தொடர்கநான் %sஐ இந்த தளத்திலோ அல்லது பிற தளத்திலோ உபயோகிக்க விரும்பவில்லை என்பதால் %sக்கு உதவியோ, பாதுகாப்பு மேம்படுத்தலோ தேவையில்லை. %sஐ ரத்து செய்யவும்.%s ரத்து செய்யவா?நிறுவுதலை ரத்துசெய்சந்தாவை ரத்து செய்வெள்ளோட்டம் ரத்து செய்கரத்தானது%s ரத்தாகிறது%s ரத்தாகிறது...சந்தா ரத்தாகிறதுவெள்ளோட்டத்தை ரத்து செய்தால் அனைத்து விலையுள்ள வசதிகளும் நிறுத்தப்படும். சரியா?உரிமம் மாற்றஉரிமை மாற்றம்திட்டம் மாற்றCheckoutஊர்API Cache நீக்கClear Updates Transientsபிளக்இன்னை அநாமதேயமாக பயன்படுத்த இங்கே கிளிக் செய்யவும்%s குறித்த மதிப்பீடு & விமர்சனங்களை கிளிக் செய்து காண்ககிளிக் செய்து %dன் முழுஅளவு திரைநகல் காண்கதயாரிப்புகள்Codeஒத்திசைவு உயர்நிலைதொடர்புஉதவியை அணுகவும்தொடர்பு கொள்ளுங்கள்பங்கெடுத்தோர்%sஐ செயல்படுத்த முடியவில்லை.நாடுCron மாதிரிதேதிசெயல்நிறுத்துஉரிமத்தை செயல்நிறுத்த%sஐ செயல்நிறுத்தினாலோ, அகற்றினாலோ பிற தளங்களில் பயன்படுத்தும் வாய்ப்பிருந்தும்,  உரிமம் தானாகவே செயலிழக்கும்.உரிமத்தை செயல்நிறுத்துவதானது, அனைத்து விலையுள்ள வசதிகளையும் நிறுத்திவிடும். ஆனாலும் பிற தளங்களில் செயல்படுத்தலாம். தொடரலாமா?செயல்நிறுத்துDebug Logதள நிர்வாகிகளுக்கான சிறப்பாளர்அனைத்து கணக்குகளையும் அழிக்கவிபரங்கள்%s ரத்துசெய்ய வேண்டாம் - அதற்கு உதவியை அணுகவும், பாதுகாப்பு மேம்படுத்தல்களைப் பெறவும் விரும்புகிறேன்.License Key இல்லையா?இந்த பிளக்இன்னுக்கு நன்கொடை தாருங்கள்உங்கள் திட்டம் கீழ்ப்படுத்தப்படுகிறதுபதிவிறக்கு%s பதிப்பை பதிவிறக்கலாம்%sன் அண்மைய பதிப்பைப் பதிவிறக்கலாம்புதிய பதிப்பை பதிவிறக்கலாம்பதிவிறக்கப்பட்டதுபுதிய %s EU GDPRன் படி %s மேற்பார்வை விதிகளால், ஆட்சேபகர தகவலுக்கு எதிரான உங்கள் நிலையை உறுதி செய்கிறீர்கள் :)எங்கள் affiliate திட்ட விதிமுறை மீறல் காரணமாக உங்கள் affiliate கணக்கை தற்காலிகமாக தடை செய்கிறோம். கேள்விகள் இருந்தால் உதவியை தொடர்பு கொள்ளவும்.மேம்படுத்தல் நடைபெறும்போதே இன்னும் %d தளங்களில் உரிமம் செயல்பாட்டில் இல்லை என்று அறிகிறோம்.மேம்படுத்தல் நடைபெறும்போதே Networkல்லுள்ள %s தளங்கள் உங்கள் கவனிப்பைக் கோருகின்றன என்றறிகிறோம்.மின்னஞ்சல்மின்னஞ்சல் முகவரிமுடிவு%sஐ எந்தெந்த தளங்களில் முன்னிலைப் படுத்துவீர்களோ அந்தத் தளங்களின் பெயர்களை உள்ளிடுங்கள்.தரம் உயர்த்துதலின் போது நீங்கள் உள்ளிட்ட மின்னஞ்சல் முகவரியைத் தந்தால், license keyஐ மீண்டும் அனுப்புகிறோம்.தவறுசெர்வரிடம் இருந்து தவறுச் செய்தி வந்திருக்கிறது.காலாவதியானது%sல் காலாவதியாகிறதுமேலதிக தளங்கள்தயாரிப்புகளை சந்தைப்படுத்தும் மேலதிக தளங்கள்.FileFilterWordpress.orgயின் வழிகாட்டு நெறிமுறைகள்படி, உங்கள் வெள்ளோட்டம் துவங்கும்முன் நாங்கள் கேட்டுக் கொள்வதெல்லாம், உங்கள் பயன்பாட்டுத் தகவலை நாங்கள் பின்தொடர எங்களை அனுமதிக்கும் தெரிவை தெரிவு செய்யுங்கள் என்பதே. இது %sஐ அனுமதித்து தகவலை %sக்கு அனுப்பச்செய்து மேம்படுத்தலுக்கு உதவும். மற்றும் உங்கள் வெள்ளோட்டத்தை உறுதிசெய்யும்.விலையில்லைவிலையில்லா வெள்ளோட்டம்விலையில்லா பதிப்புFreemius APIFreemius தவறுநீக்கி Debugப்ளக்இன் முக்கிய கோப்பை Freemius SDKவால் கண்டறிய முடியவில்லை. தயவுசெய்து பின்வரும் செய்தியுடன் sdk@freemius.comக்கு மின்னஞ்சல் அனுப்பவும்Freemius நிலைமுழுப்பெயர்Functionதானியங்கி சந்தா புதுப்பித்தலுக்கும் லாபப் பங்கீடு பெறுங்கள்.%sன் பீட்டா பதிப்பு மேம்படுத்தலைப் பெறுங்கள்.License key உள்ளதா?வணக்கம். %sன் முகவர் திட்டம் குறித்து உங்களுக்குத் தெரியுமா? %sஐ நீங்கள் விரும்பினால், நீங்களும் முகவராகி பணம் ஈட்டலாம்!%sஐ எந்தளவு விரும்புகிறீர்கள்? %d-நாள் விலையில்லா வெள்ளோட்டத்தில் %sன் விலையுள்ள வசதிகளை சோதித்துப் பாருங்கள்.பதிவேற்றுதல் மற்றும் செயல்படுத்துதல் எப்படி?எங்களை நீங்கள் எப்படி முன்னிலைப் படுத்துவீர்கள்?இதற்குமேல் பணம் செலுத்தமாட்டேன்இதை எப்படி உபயோகிப்பது என்று எனக்குப் புரியவில்லைஎன் தனிப்பட்ட தகவலை உங்களோடு பகிர விரும்பவில்லை.எனக்கு வேறு ஒரு நல்ல %s கிடைத்துவிட்டதுஎன் திட்டத்தை மேம்படுத்திய பின்னும், என் உரிமம் %s என்பதாகவே காட்டுகிறது.இனி எனக்கு %s தேவையில்லைகுறுகிய காலத்திற்கு மட்டும் %s போதும்ஐடிஇதை கிளிக் செய்தால், இந்த முடிவு தள நிர்வாகிகளுக்கு அனுப்பப்படும்.ஏன் நீங்கள் %s என்பதை எங்களுக்குத் தெரிவியுங்கள்உங்கள் %s கணக்கின் உரிமையை %sக்கு மாற்றிட விரும்பினால் உரிமை மாற்றம் பட்டனை அழுத்தவும்.அந்தத் தளங்களிலும் %sஐ உபயோகிக்க விரும்பினால், கீழே License Key உள்ளிட்டு செயல்படுத்தலை அழுத்தவும்.முக்கியமான மேம்படுத்தல் அறிவிப்பு%sல்ஒருவேளை  %s இந்த தளத்திலோ அல்லது பிற தளத்திலோ உபயோகிக்கவில்லை என்றால் %sஐ ரத்து செய்ய விரும்புகிறீர்களா?விலையில்லா பதிப்பை நிறுவலாம்விலையில்லா பதிப்பின் மேம்படுத்தலை நிறுவலாம்நிறுவலாம்மேம்படுத்தலை நிறுவலாம்%s: பிளக்இன் நிறுவப்படுகிறதுmodule ID தவறானது.தவறான தள விவர சேர்ப்புஇன்வாய்ஸ்Is Activeஉங்கள் உரிமம் செயல்பாட்டுக்கு வரவில்லையென தோன்றுகிறது.உரிமத்தின் செயல்நிறுத்தம் தோல்வி அடைந்ததுபோல் தெரிகிறது.வெள்ளோட்டத்தில் நீங்கள் இல்லை என்பதால், அதை ரத்துசெய்யத் தேவையில்லை :)நீங்கள் இன்னும் %s திட்டத்திலேயே இருப்பதாகத் தெரிகிறது. நீங்கள் திட்டத்தை மாற்றிய பின்னர் இப்படி இருந்தால், அது எங்கள் தவறு. மன்னிக்கவும். உங்கள் தளத்திற்கு உரிமம் ஏதும் இல்லை என்பது போல் தெரிகிறது.சரிபார்க்கும் வகையினங்களில் ஏதோ ஒன்று தவறுபோல் தெரிகிறது. உங்கள் Public Key, Secret Key & User ID ஆகியவற்றை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.நான் எதிர்பார்த்தது இதுவல்ல.பீட்டா பதிப்பு சோதனையில் சேரவும்%sன் ஆட்-ஆன் தகவலை வெளியிலுள்ள சர்வர் மூலம் எடுக்கிறோம் என்பதை அறியவும்.Keyஎன்ன வேலை செய்யவில்லை என்பதை விளக்கமாக சொன்னால், அதை நாங்கள் சரி செய்வோம்.காரணம் எதுவென்று சொன்னால் எங்களை மேம்படுத்திக் கொள்வோம்.கடைசிகடைசி மேம்படுத்தல்கடைசி உரிமம்சமீபத்திய விலையில்லா பதிப்பு நிறுவப்பட்டதுசமீபத்திய பதிப்பு நிறுவப்பட்டதுமேலும் அறியநீளம்உரிமம்உரிம ஒப்பந்தம்License KeyLicense keyLicense key காலியாக உள்ளது.வாழ்நாள்%sஐ விரும்புகிறீர்களா? எங்கள் Ambassador ஆக பணியாற்றி பணம் பெறலாம் :-)Load DB OptionLocalhostLogLoggerசெய்திவழிமுறைMigrate Options to Networkஅலைபேசி செயலிகள்ModuleModule PathModule மாதிரி%s குறித்த மேலதிக தகவல்பெயர்Network BlogNetwork பயனர்புதியதுபுதிய பதிப்பு கிடைக்கிறதுபுதிய விலையில்லா பதிப்பு (%s) நிறுவப்பட்டதுபுதிய பதிப்பு (%s) நிறுவப்பட்டதுசெய்திக்கடிதம்அடுத்துஇல்லைஐடி இல்லை%sக்கு எந்தக் கடப்பாடும் இல்லை - எப்போதும் ரத்து செய்யலாம்!%s நாட்களுக்கு எந்தக் கடப்பாடும் இல்லை - எப்போதும் ரத்து செய்யலாம்!கடன் அட்டை தேவையில்லைகாலாவதியாகாதுகாலாவதியாகாதது%sன் எந்தத் திட்டங்களிலும் வெள்ளோட்டம் இல்லை.O.Kஉங்கள் உரிமம் முடிந்ததும் நீங்கள் அனைத்து விலையில்லா வசதிகளையும் பயன்படுத்திக் கொள்ள முடியும். ஆனால் %s வசதிகளை அணுக இயலாது.மீண்டும் உரிமத்தை செயல்படுத்தினால் தவிர, உரிமம் காலாவதியானால் %s பயன்படுத்த முடியாது.தெரிவு செய்தெரிவை அகற்று"%s"ஐ சிறப்பானதாக்க தேர்வு செய்யுங்கள்மற்றவைஉரிமையாளர் மின்னஞ்சல்உரிமையாளர் IDஉரிமையாளர் பெயர்PCI compliantவிலையுள்ள ஆட்ஆன் Freemiusல் வரிசைப்படுத்தப் பட்டிருக்க வேண்டும்.PayPal கணக்கின் மின்னஞ்சல் முகவரிபணம் செலுத்தல்கள்பணம் பெறுதல் USDயில் மாதாமாதம் PayPal மூலம் பெறலாம்.திட்டம்%s திட்டம் இல்லை. வெள்ளோட்டம் துவங்க இயலாது.%s திட்டத்திற்கு வெள்ளோட்டம் கிடையாது.திட்ட IDஎங்களை இங்கு அணுகலாம்பின்வரும் செய்தியோடு எங்களைத் தொடர்பு கொள்ளுங்கள்%sஐ பதிவிறக்கலாம்.உங்கள் மின்னஞ்சலுக்கு வந்த License Keyஐ உள்ளிடுங்கள்:இணைய தள அல்லது சமூக ஊடக வருகையாளர் எண்ணிக்கை, மின்னஞ்சல் சந்தாதாரர்கள், பின்தொடர்வோர் போன்ற புள்ளிவிவரங்கள் தருக. (நாங்கள் ரகசியம் காப்போம்)மேம்படுத்தலை முடித்துவைக்க பின்வரும் வழிமுறையைப் பின்பற்றவும்பாதுகாப்பு & மேம்படுத்தல், விளக்கவுரை மற்றும் தள்ளுபடி விவரங்களை உங்களுக்கு நாங்கள் அனுப்ப விரும்பினால் எங்களைத் தொடர்பு கொள்ளுங்கள்.தயவுசெய்து கவனிக்கவும். ரத்துசெய்த பிறகு மீண்டும் புதிய சந்தா/புதுப்பித்தலுக்கு பழைய விலையை எங்களால் வசூலிக்க முடியாது. விலை ஆண்டுக்கொரு முறை உயரும். நீங்கள் இனி புதுப்பிக்க விரும்பினால் புதிய விலையை செலுத்தவேண்டும்.%sஐ எப்படி முன்னிலைப் படுத்துவீர்கள் என்ற விவரம் தரவும். (தயவுசெய்து குறிப்பிட்டுச் சொல்லவும்)உங்கள் முழுப் பெயரைத் தரவும்.ப்ளக்இன்பிளக்இன் முகப்புப்பக்கம்பிளக்இன் IDபிளக்இன் நிறுவுதல்Changelogவிளக்கம்FAQவசதிகள் & விலைநிறுவுதல்பிற குறிப்புகள்கருத்துரைகள்விலையுள்ள நிரல் இல்லாததால் பிளக்இன் "Serviceware" எனப்படும்.பிளக்இன்கள்பிளக்இன் & தீம் SyncPremium%s விலையுள்ள பதிப்பு வெற்றிகரமாக செயல்பாட்டுக்கு வந்தது.விலையுள்ள ஆட்-ஆன் பதிப்பு ஏற்கனவே நிறுவப்பட்டுள்ளது.விலையுள்ள பதிப்புவிலையுள்ள பதிப்பு ஏற்கனவே செயலில் உள்ளது.விலை விவரம்தனியுரிமைக் கொள்கைகள்தொடர்கProcess IDசெயலில்தயாரிப்புகள்திட்டத்தின் சுருக்கம்முன்னிலைப்படுத்தும் வழிமுறைகள்மாநிலப் பரப்புPublic Keyஉரிமம் வாங்குங்கள்மேலும் வாங்குகஉடனடி பின்னூட்டம்ஒதுக்கீடுசெயல்படுத்தும் மின்னஞ்சலை மீண்டும் அனுப்புகஎங்கள் %sக்கு புதிய வாடிக்கையாளர்களை பரிந்துரை செய்து, ஒவ்வொரு விற்பனைக்கும் %s லாபப் பங்கீடாகப் பெறலாம்.உரிமத்தை புதுப்பியுங்கள்உரிமத்தை புதுப்பியுங்கள்வேண்டுகோள்கள்WordPress பதிப்பை வேண்டுகிறதுமுடிவுSDKSDK Path%s சேமிக்கலாம்பட்டியலிட்ட Cronsதிரை நகல்கள்முகவரி மூலம் தேடSecret Keyபாதுகாப்பான HTTPS %s பக்கம், வெளி முகவரியிலிருந்து இயங்குகிறதுஉங்கள் சந்தா ரத்து செய்வதில் ஒரு தொழில்நுட்பக் கோளாறு. மீண்டும் முயற்சிக்கவும்.94%match
உங்கள் வெள்ளோட்டம் ரத்து செய்வதில் ஒரு தொழில்நுட்பக் கோளாறு. மீண்டும் முயற்சிக்கவும்புதிய பதிப்பு உங்களுக்குக் கிடைத்துவிட்டது போல் தெரிகிறது.நாட்டைத் தேர்ந்தெடுக்கLicense key அனுப்புகSet DB OptionSimulate Network UpgradeSimulate Trial Promotionஒரு தள உரிமம்இணையதள ஐடிதளம் தெரிவு செய்யப்பட்டது.தளங்கள்கடந்திடு & %sSlugசமூக ஊடகங்கள் (Facebook, Twitter etc.)தவறுக்கு வருந்துகிறோம். எங்களுக்கு ஒரு வாய்ப்புத் தந்தால் உங்களுக்கு உதவக் காத்திருக்கிறோம்.மன்னிக்கவும்... இன்னொரு பயனாளர் இதே மின்னஞ்சல் முகவரியுடன் ஏற்கனவே பதிவு செய்திருக்கிறார்.துவக்கம்வெள்ளோட்டம் துவக்குஎன் விலையில்லா %sஐ துவக்கவும்மாநிலம்சமர்ப்பி & %sசந்தாஉதவிஉதவி மையம்Sync Data From ServerTax / VAT IDசேவை நிபந்தனைகள்எங்கள் affiliate திட்டத்திற்கு விண்ணப்பித்ததற்காக நன்றி. எதிர்பாரா விதமாக உங்கள் விண்ணப்பம் தள்ளுபடி செய்யப்பட்டது. 30 நாட்களில் மீண்டும் விண்ணப்பிக்கவும்.எங்கள் affiliate திட்டத்திற்கு விண்ணப்பித்ததற்காக நன்றி. உங்கள் விவரங்களை பரிசீலித்து, 14 நாட்களில் மேலதிக தகவலோடு தொடர்பு கொள்கிறோம்.%s மற்றும் அதன் ஆட்-ஆன் பயன்படுத்துவதற்கு நன்றி!%s பயன்படுத்துவதற்கு நன்றி!எங்கள் உருவாக்கங்களைப் பயன்படுத்துவதற்கு நன்றி!நன்றி!நன்றி %s!உரிமை மாற்றத்தை உறுதிப்படுத்தியதற்கு நன்றி. இறுதி ஒப்புதலுக்காக %sக்கு இப்போது ஒரு மின்னஞ்சல் அனுப்பப்பட்டுள்ளது.%s எனது இணையதளத்தை செயலிழக்க வைத்துவிட்டது%s வேலை செய்யவில்லை%s நான் எதிர்பார்த்தது போல் இல்லை%s நல்லதுதான். ஆனால், எனக்கு தேவைப்படும் வசதி இதில் இல்லை%s சரிவர வேலை செய்யவில்லை%s திடீரென நின்றுவிட்டதுநிறுவப்படுகிறது. சில நிமிடங்கள் காத்திருக்கவும். இந்தப் பக்கத்தை Refresh செய்யவேண்டாம்.பெயர் மாற்றமுடியாது. Slug உடனான folder, பிளக்இன் பேக்கில் இல்லை.%sன் மேம்படுத்தல் முடிந்ததுதீம்தீம் மாற்றம்தீம்கள்%sன் %s கிடைக்கிறது.%sன் புதிய பதிப்பு இப்போது கிடைக்கிறது.இந்த பிளக்இன் உங்கள் WordPress பதிப்புடன் ஒத்திசைவானது என்று குறிக்கப்படவில்லை.இந்த பிளக்இன் உங்கள் தற்போதைய WordPress பதிப்புடன் சோதிக்கப்படவில்லை.நேர முத்திரைதலைப்புமொத்தம்நகர்வெள்ளோட்டம்மாதிரிFilesystem அணுக இயலவில்லை. உங்கள் உள்ளீடு சரியா என சோதிக்கவும்.பல்தள உரிமம்அளவில்லா மேம்படுத்தல்கள்அளவில்லா லாபப் பங்கீடு.%s தளங்கள் வரைமேம்படுத்துஉரிமம் மேம்படுத்தமேம்படுத்தல், அறிவிப்புகள், வணிக செய்திகள். Spam இல்லைமேம்படுத்துபதிவிறக்கிய பதிப்பை பதிவேற்றி செயல்படுத்தலாம்W00tஉபயோகிப்பாளர் ஐடிபயனர்கள்Valueஉறுதிப்படுத்தும் மின்னஞ்சல் %sக்கு அனுப்பப்பட்டுள்ளது. பார்க்கவும். 5 நிமிடத்தில் மின்னஞ்சல் வரவில்லை என்றால் Spamல் பார்க்கவும்.உறுதிசெய்யப்பட்டதுமின்னஞ்சல் சரிபார்த்திடுங்கள்%s பதிப்பு வெளியாகிவிட்டது.விபரங்களைப் பாருங்கள்விலையுள்ள வசதிகள் என்னவென்று காணுங்கள்எச்சரிக்கைஇந்த மின்னஞ்சலின் பதிவில் எந்த உரிமமும் இல்லை. தங்கள் மின்னஞ்சல் சரியானதா?உங்கள் மின்னஞ்சல் முகவரியைக் காணவில்லை. நீங்கள் அளித்தது சரியானதா?. %s, %sக்கு சில சுவாரஸ்யங்களை உருவாக்கியிருக்கிறோம்Freemius network-level integrationஐ அறிமுகம் செய்வதில் பேருவகை அடைகிறோம்.இணையதளம், மின்னஞ்சல் மற்றும் சமூக ஊடக புள்ளி விவரங்கள் (விரும்பினால் தரலாம்)நீங்கள் என்ன எதிர்பார்த்தீர்கள்?என்ன வசதி?உங்கள் %s என்ன?என்ன விலை உங்களுக்கு வசதியாக இருக்கும்?நீங்கள் என்ன எதிர்பார்க்கிறீர்கள்?%sன் பெயர் என்ன?%sஐ எங்கு எப்படி முன்னிலைப் படுத்துவீர்கள்?WordPress.org பிளக்இன் பக்கம்மேம்படுத்தப்பட்ட பதிப்பில் தொடர விரும்புகிறீர்களா?ஆம்ஆம் - %sநீங்கள் ஏற்கனவே வெள்ளோட்டம் பார்த்துவிட்டீர்களே.%2$s திட்டத்தின் %1$s-நாள் விலையில்லா வெள்ளோட்டத்தைத் துவக்க இன்னும் 1 கிளிக் மட்டுமே.நல்லது... மகிழ்ச்சிநீங்கள் %sஐ வெள்ளோட்ட நிலையில் உபயோகித்துக் கொண்டிருக்கிறீர்கள்.இன்னும் ஒருபடி அருகில் - %sநீங்கள் %sன் வசதிகளை பயன்படுத்த முடியும். ஆனால் %s பாதுகாப்பு & மேம்படுத்தல் மற்றும் உதவியை அணுக இயலாது.விலையுள்ள பதிப்பை அணுக உங்களிடம் உரிமம் இல்லை.உங்களிடம் %sன் உரிமம் உள்ளதுஉங்கள் %s மேம்படுத்தப்பட்டது.விட்டுவிட்டீர்கள், ஆனாலும் நீங்கள் எந்த தகவலையும் பகிர வேண்டியதில்லை %sதெரிந்தெடுப்பு மட்டுமேஉங்கள் பயன்பாட்டைப் பின்தொடர எங்களுக்கு நீங்கள் அளித்த அனுமதியானது, %sஐ மேம்படுத்த உதவும்.உங்கள் பயன்பாட்டைப் பின்தொடர எங்களுக்கு நீங்கள் அளித்த அனுமதியானது, எங்கள் உருவாக்கத்தை மேம்படுத்த உதவும்.உங்கள் %s ஆட்-ஆன் திட்டம் மேம்படுத்தப்பட்டது.உங்கள் %s விலையில்லா வெள்ளோட்டம் ரத்து செய்யப்பட்டது.%s திட்டத்தில் உங்கள் கணக்கின் செயல்பாடு துவங்கியது.%sக்கான உங்கள் Affiliate விண்ணப்பம் ஏற்கப்பட்டது. உள்நுழைந்து %sல் உங்கள் affiliate areaவை அணுகவும்.உங்கள் affiliate கணக்கு தற்காலிகமாக இடைநிறுத்தப்பட்டுள்ளது.உங்கள் மின்னஞ்சல் சரிபார்க்கப்பட்டது - நன்றி!உங்கள் விலையில்லா வெள்ளோட்டம் முடிந்தது. %3$sஐ தொடர்ந்து பயன்படுத்த %1$s %2$sஇவற்றை மேம்படுத்துங்கள்.உங்கள் வெள்ளோட்டம் முடிந்தது. ஆனாலும் பிற  விலையில்லா சேவைகளைத் தொடரலாம்.உங்கள் உரிமம் ரத்தானது. இதில் தவறேதும் உணர்ந்தால் உடனடியாக எங்கள் உதவியை அணுகவும்.உங்கள் உரிமம் முடிந்தது. %3$sஐ தொடர்ந்து பயன்படுத்த %1$s %2$s இவற்றை மேம்படுத்துங்கள்.உங்கள் உரிமம் முடிந்தது. எனினும் நீங்கள் %sன் வசதிகளைத் தொடரலாம். எனினும், தொடர் மேம்படுத்தல் மற்றும் உதவிக்கு உங்கள் உரிமத்தைப் புதுப்பிக்கவும்.உங்கள் உரிமம் முடிந்தது. ஆனாலும் %sன் விலையில்லாப் பதிப்பை என்றும் தொடரலாம். உங்கள் உரிமம் செயல்படுத்தப்பட்டது.உங்கள் உரிமம் செயல்நிறுத்தப்பட்டது, %s திட்டத்திற்கு மாற்றப்பட்டுள்ளீர்கள்.உங்கள் பெயர் ஏற்றப்பட்டது.உங்கள் தேர்ந்தெடுத்த திட்டம் துவங்கியது.உங்கள் தேர்ந்தெடுத்த திட்டம் %sக்கு மாறியது.உங்கள் தேர்ந்தெடுத்த திட்டம் மேம்படுத்தப்பட்டது.உங்கள் சந்தா ரத்து செய்யப்பட்டது. உங்கள் %s திட்டம் %s அன்று காலாவதியாகிறது.உங்கள் வெள்ளோட்டம் துவங்கியதுZIP / தபால் குறியீடுRight onசெயல்பாட்டில்%s இல்லாமல் %s இயங்காதுப்ளக்இன் இல்லாமல் %s இயங்காதுHeads upஅனுமதி%s இருக்கிறதுசெயல்படுத்துகிறதுவருடம்APIபோய்த் தொலைதவறை சோதிக்கிறதுவாழ்த்துக்கள்தடுக்கப்பட்டதுஇணைக்கப்பட்டதுஅண்மைய பதிப்பை பதிவிறக்கஅண்மைய விலையில்லா பதிப்பை பதிவிறக்கமாதாமாதம்காலாவதிவழிமின்னஞ்சல் அனுப்பப்படுகிறதுமாதம்ஆண்டுஆண்டுக்காண்டுஒருமுறைதிட்டம்No SecretSDK பதிப்புகள்உரிமம்SyncSync Licenseஉருவாக்கியவர்OffOn%s அடிப்படையிலானதுவிலையில்லா வெள்ளோட்டம் தொடங்கட்டும்... டும்போய்த் தொலைபோய்த் தொலைசெயல்நிறுத்தப்படுகிறதுdelegateபாதுகாப்பு & மேம்படுத்தல், விளக்கவுரை மற்றும் தள்ளுபடி விவரங்களை எனக்கு அனுப்பவும். %s செய்க, %s தேவையில்லை%s திட்டம்%s பில் எழுதப்பட்டதுசிறப்புHeyஅரே ஓ சம்போ!வணக்கம் %s,நிறுவப்பட்டதுYee-hawஉரிமம்தளங்கள்msபுதிய பீட்டா பதிப்புபுதிய பதிப்புஉறுதிப்படுத்தப்படவில்லைவிலைவிலை விவரம்பதிப்புsecபாதுகாப்பு & மேம்படுத்தல், விளக்கவுரை மற்றும் தள்ளுபடி விவரங்களை எனக்கு அனுப்பவும்.கடந்திடுHmmவெள்ளோட்டம் துவங்கலாம்சந்தாswitching%sன் அண்மைய பதிப்பு இதோவெள்ளோட்டம்வெள்ளோட்டம்அழிதரமிறக்குதிருத்துமறைத்திடுதெரிவு செய்தெரிவை அகற்றுவாங்குககாட்டுகடந்திடுமேம்படுத்துமேம்படுத்து%s முன்புfreemius/languages/freemius-es_ES.mo000064400000147335151213253120013511 0ustar00��:��#�#A�#��#n�$h%Sz%%�%�%&&&6&&�]&_'#r'�'�'	�'
�'�'�'�'�'�'@�'H<(�(O�(�(�()+)3)C)K)T)`)q)�)�)&�)-�)*	*!*0*E*X*_*5g*�*�*	�*�*'�*�*+	+#+o4+�+��+GJ,T�,�,�-�-�-"�-.2.!R.at.+�.0/3/E/\/k/s/�/�/�/�/�/�/�/
�/�/�/E�/;0X0_0�s0
11%191	F1
P1^1o1Y�1�1�1222&262
O2(Z21�2%�2:�233,343
D3O3\3r3	z3�3
�3�3x�3� 4�4	�4��4a5y5�5�5t�5%6?6U6k6t6�6�6�6
�6��6��7[68f�8�8
�8
9'9+9Y?9a�9�9:!:
):
7:;E:�:�:��:�;
�;�;�;�;j�;0<5?<	u<<3�<2�<�<~=U�=�=�=
>#>)>>-h>�>S�>�>'?>?MA?7�?g�?p/@�@�@y�@:ASAsAA�A�A%�A �AB	
B�B1�B.�BOC[CA�CyD�D�Da�D/EB3E,vE�E�E�E�E�E
�EFFF
%F0F<FLFXFnF4wF�F	�F�F�F�F�F�F�FG
GG%G?GDGQG^GbG!xG�G
�G�G�G�G%�G+�G"H
:HHH/UH�Hm�H~�HvI}I�I�I�I�I
�I
�I)�I�IJ4%JZJ5_J(�J�J�J-�JKUK6uK��K1uL~�L&M[CN�N�N�N	�N�N(�N*O"BO1eO+�O*�O&�ONPdPlP�P.�P)�P�P�PQQ*Q
2Q
=QHQQQaQsQ
|Q�Q
�Q�Q�Q�QW�Q
,R:RQRZRuR|R�R�R�R�R�R�R
�R5�RsSlzS&�STT
.T<TUTnT�T�T�T	�T�T=�T&�TL UfmU�U�U�U�UV
	VVV'V4V
<VJV`VmV�~V�W/�W�W)�W
%X
0X\;X�X�X�XC�X#Y9Y�YYd�Y-DZrZxZ�Z�Z'�ZM�ZG![	i[s[�y[\ \%\+\E0\v\�\�\�\�\�\*�\]*
]^5]�]�]�]�]�]d�]%^.^;^T^a^t^i|^W�^n>_"�_B�_6`=J`�`
�`�`-�`�`a&aEa*_a�a�a$�aM�a
b/bLbolb>�bc 2c&ScZzcT�cR*d.}d.�d�d-�e9fZUf3�f<�fb!gP�gU�g_+h��hK&i(riG�i#�i%j)-j$WjU|j)�j�jk+k;@k6|k>�k�k�kl3l$Ilnl�l�l�l&�l*m70mhmm�m3�m�m�mn-nAn*^n1�n�n�n#�no+o=oMoYoyo�o�o�oN�o
p)pGpbprp�p�p1�p�p�p�p
qq*q
7qBqOqXq
pq~q9�qC�qrQ
r_ror	|r�r�r�r�r�r	�r	�r�r�r
s	s	s$s0s=s�JsW@x��x�wyp�y&pz1�z�z�z�z�z9{�?{k|#l|�|
�|�|�|�|�|�|�|}V}Zb}�}W�}1~5~>~G~N~d~m~
u~�~�~�~�~0�~/8QZo���A�
��!�*�36�j�������r€5��>�U�`9�%�����x�'��&��݃>��%:�h`�4ɄG��F�^�w�
����������
х܅�����-�K>�+�������ֆn�}�����	Ň
χ݇�z	���������ƈ̈$�	�9�;R�;��	ʉԉ܉����
�#�;�A�N�
T�_�hs��܊�������#`�����"���Ɍ"W�z��������� ۍ��
��%���y��u7���!���� �X(�����$�-�:�6I�����;��˓ғ��
�z���D�����F�BL���~��u.�����"ܖ$��#$�-H�v�_���,�2�R5�9��l˜/�#��ә�ٙ#]�)������ؚ�C�,L�y������*U�4��O����=���Нe���o��
�`�5q�����Ɵ#ן��
�!�*�3�G�V�h���"��
��B���	�#�'�.�6�>�
W�e�m�~���������ˡѡ.�%�@�	I�S�V�6]�>��"Ӣ
��
�;�N�|R��ϣS�
_�$m���#�����7��+0�\�Db���M��+��&�2�0N��h��N���N�=/��m�4�i'�$������
Ԫ�����2�?�K�\X�����٫3�.�D�U�q�x�����
��	����Ҭ	���� �5�+;�tg�ܭ�

�!�	7�A�E�
R�]�f�x���
��1����xe�&ޯ��0�F�d����!��̰Ӱ߰M�&2�PY����@�G�[�#z�������òϲܲ�#��'��=��ݳ4��!��1ٴ
�
�n$�������A۵�$/��T�k�0Z���������(��L�C6�	z������O�	U�_�{�V��׹���
.�9�.J�
y�'������
Ѻߺ���}��
}�����Ļѻ�������"�0��M�I.�@x���ɾ�0�$�?�[�#z�)��ȿ˿*ӿR��Q�'e���q��B�^�v�$��g��U!�Rw�4��2��U2�1��6��n��7`�A��m��dH�i��c��{�O%�'u�A��(���&'�!N�Yp�0����

���&<�	c�m�	v�	������	��	����	��	����&���	���7�:�
@�K�S�X�
j�x���������	����'��	��	����g�������������	��������������
���	���"�3�K7�^���������	�#�@�S�o�v������
��������
��
���� %s to access version %s security & feature updates, and support. The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box. The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s and its add-ons%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s to access version %s security & feature updates, and support.%s tracking cookie after the first visit to maximize earnings potential.%s's paid features%sClick here%s to choose the sites where you'd like to activate the license on.APIASCII arrow left icon&#x2190;ASCII arrow right icon&#x27a4;AccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate %s featuresActivate Free VersionActivate LicenseActivate license on all pending sites.Activate license on all sites in the network.Activate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.AddressAddress Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAlternatively, you can skip it for now and activate the license later, in your %s's network-level Account page.AmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.An unknown error has occurred while trying to set the user's beta mode.An unknown error has occurred while trying to toggle the license's white-label mode.An unknown error has occurred.An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.Anonymous feedbackApply on all pending sites.Apply on all sites in the network.Apply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Associate with the license owner's account.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBetaBillingBilling & InvoicesBlockingBlog IDBodyBundle PlanBusiness nameBuy a license nowBuy licenseBy changing the user, you agree to transfer the account ownership to:Can't find your license key?CancelCancel %s & ProceedCancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.Cancel %s?Cancel InstallationCancel SubscriptionCancel TrialCancelledCancelling %sCancelling %s...Cancelling the subscriptionCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanChange UserCheckoutClear API CacheClear Updates TransientsClick hereClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dClone resolution admin notice products list labelProductsCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?DeactivationDebug LogDebug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.Delegate to Site AdminsDelete All AccountsDetailsDisabling white-label modeDon't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.Don't have a license key?Donate to this pluginDowngrading your planDownloadDownload %s VersionDownload Paid VersionDownload the latest %s versionDownload the latest versionDownloadedDue to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.During the update process we detected %d site(s) that are still pending license activation.During the update process we detected %s site(s) in the network that are still pending your attention.EmailEmail addressEnabling white-label modeEndEnter email addressEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFreemius is our licensing and software updates engineFull nameFunctionGet commission for automated subscription renewals.Get updates for bleeding edge Beta versions of %s.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I Agree - Change UserI can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you click it, this decision will be delegated to the sites administrators.If you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.If you'd like to use the %s on those sites, please enter your license key below and click the activation button.Important Upgrade Notice:In %sIn case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?Install Free Version NowInstall Free Version Update NowInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.Invalid new user ID or email address.Invalid site details collection.InvoiceIs ActiveIs this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.It looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJoin the Beta programJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Free Version InstalledLatest Version InstalledLearn moreLengthLicenseLicense AgreementLicense IDLicense KeyLicense issues?License keyLicense key is empty.LifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMigrate Options to NetworkMobile appsModuleModule PathModule TypeMore information about %sNameNetwork BlogNetwork UserNewNew Version AvailableNewer Free Version (%s) InstalledNewer Version (%s) InstalledNewsletterNextNoNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.Opt InOpt OutOpt in to make "%s" better!OtherOwner EmailOwner IDOwner NamePCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please enter the license key to enable the debug mode:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.Please provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProceedProcess IDProcessingProductsProgram SummaryPromotion methodsProvincePublic KeyPurchase LicensePurchase MoreQuick FeedbackQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!Renew licenseRenew your license nowRequestsRequires WordPress VersionResultSDKSDK PathSave %sSavedScheduled CronsScreenshotsSearch by addressSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSimulate Network UpgradeSimulate Trial PromotionSingle Site LicenseSite IDSite successfully opted in.SitesSkip & %sSlugSo you can reuse the license when the %s is no longer active.Social media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart DebugStart TrialStart my free %sStateStop DebugSubmitSubmit & %sSubscriptionSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thank you so much for using %s and its add-ons!Thank you so much for using %s!Thank you so much for using our products!Thank you!Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThere is a %s of %s available.There is a new version of %s available.This plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTo enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:TotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser DashboardUser IDUser keyUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We couldn't load the add-ons list. It's probably an issue on our side, please try to come back in few minutes.We made a few tweaks to the %s, %sWe're excited to introduce the Freemius network-level integration.Website, email, and social media statistics (optional)Welcome to %s! To get started, please enter your license key:What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageWould you like to proceed with the update?YesYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.You do not have a valid license to access the premium version.You have a %s license.You have purchased a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.You've already opted-in to our usage-tracking, which helps us keep improving the %s.You've already opted-in to our usage-tracking, which helps us keep improving them.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.Your %s license was successfully deactivated.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your free trial has expired. You can still continue using all our free features.Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully activated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your subscription was successfully cancelled. Your %s plan license will expire in %s.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onactive add-onActiveaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upallowas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas download latest versionDownload Latest Free Versionas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatingdelegatedo %sNOT%s send me security & feature updates, educational content and offers.e.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,installed add-onInstalledinterjection expressing joy or exuberanceYee-hawlicenselike websitesSitesmillisecondsmsnew Beta versionnew versionnot verifiednounPricenounPricingoptionalproduct versionVersionrevert it nowsecondssecseems like the key you entered doesn't match our records.send me security & feature updates, educational content and offers.skipsomething somebody says when they are thinking about what you have just said.Hmmstart the trialsubscriptionswitchingthe latest %s version heretrialtrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Leo Fajardo <leo@freemius.com>, 2022
Language-Team: Spanish (Spain) (http://app.transifex.com/freemius/wordpress-sdk/language/es_ES/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: es_ES
Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
 %s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte. El %s de %s enlace de descarga de %s, la clave de licencia y las instrucciones de instalación se han enviado a %s. Si no encuentras el correo electrónico después de 5 minutos, comprueba tu bandeja de correo no deseado. La versión de pago de %1$s ya está instalada. Por favor, actívala para empezar a beneficiarte de las características de %2$s. %3$s%1$s detendrá inmediatamente todos los pagos recurrentes futuros y tu licencia del plan %2$s caducará en %3$s.Completar la activación de "%s" ahoraEl complemento %s ha sido comprado correctamente.%s Instalaciones%s Licenciashace %s%s y sus complementos%s comisión cuando un cliente compra una nueva licencia.la prueba gratuita de %s fue cancelada con éxito. Puesto que el complemento es sólo premium se desactivó automáticamente. Si quieres utilizarlo en el futuro, deberás comprar una licencia.%s es un complemento único de premium. Tienes que comprar una licencia primero antes de activar el plugin.%s es el nuevo dueño de la cuenta.%s cantidad mínima a pagar.%s o mayor%s calificación%s calificaciones%s seg%s estrella%s estrellas%s vez%s veces%s para acceder a la versión %s de actualizaciones de funciones, seguridad y soporte.%s tracking cookie después de la primera visita para maximizar las ganancias potenciales.%s características de pago%sClick aquí %s para elegir los sitios sobre los que te gustaría activar la licencia.API&#x2190;&#x27a4;CuentaDetalles de la cuentaAccionesActivarActivar %sActivar plan %sActivar características %sActivar versión gratuitaActivar licenciaAplicar licencia en todos los sitios pendientes.Activar licencia en todos los sitios de la red.Activar este complementoActivadoComplementos para %sComplementos del módulo %sAñadir otro dominioComplementoComplementosEl complemento debe implementarse en WordPress.org o en Freemius.DirecciónLínea de la dirección %dAfiliadoAfiliaciónDespués de su período gratuito %s, pague sólo %sDe acuerdo y activar licenciaTodas las peticionesTodos los TiposPermitir y continuarAlternativamente, puedes saltarlo ahora y activar la licencia después, en tu %s página de cuenta a nivel de red.CantidadUna descarga automatizada y la instalación de %s (versión de pago) de %s comenzará en %s. Si quieres hacerlo manualmente - haz clic en el botón de cancelación.Se ha producido un error desconocido al intentar establecer el modo beta del usuario.Se ha producido un error desconocido al intentar activar el modo de marca blanca de la licencia.Se ha producido un error desconocido.Una actualización a una versión Beta reemplazará tu versión instalada de %s con la última versión Beta - úsalo con precaución, y no en sitios de producción. Te hemos avisado.Comentarios anónimosAplicar en todos los sitios pendientes.Aplicar en todos los sitios de la red.Aceptar para hacerse afiliado¿Está seguro que desea eliminar todos los datos de Freemius?¿Estás seguro que quieres proceder?Como aplazamos 30 días para posible devoluciones, sólo pagamos comisiones que son de más de 30 días.Asocia con la cuenta del propietario de la licencia.La instalación automática sólo funciona para usuarios que aceptaron.Auto renovaciones en %sInstalación automáticaCalificación mediaIncreíbleHacerse afiliadoBetaFacturaciónFacturación y facturasBloqueandoID del blogCuerpoPlan combinadoNombre de la empresaCompra una licencia ahoraComprar licenciaAl cambiar al usuario, usted acepta transferir la propiedad de la cuenta a:¿No puedes encontrar tu clave de licencia?CancelarCancelar %s y procederCancelar %s - No necesito más actualizaciones de características y seguridad, ni soporte para %s porque no pretendo utilizar%s en este, u otro sitio.¿Cancelar %s?Cancelar instalaciónCancelar suscripciónCancelar período de pruebaCanceladoCancelando %sCancelando %s...Cancelando la suscripciónLa cancelación del período de prueba bloqueará inmediatamente el acceso a todas las funciones premium. ¿Estás seguro?Cambiar licenciaCambiar propietarioCambiar PlanCambiar usuarioPagarBorrar caché de la APIBorrar transients de actualizacionesHaz clic aquíHaz click aquí para utilizar el plugin de forma anónimaHaz clic para ver los comentarios con una valoración de %sClick para ver la captura de pantalla a tamaño completo %dProductosCódigoCompatible hastaContactoContactar soporteContáctanosColaboradoresNo se puede activar %s.PaísTipo de cronFechaDesactivarDesactivar licenciaDesactivar o desinstalar %s deshabilitará automáticamente la licencia, que podrás usar en otro sitio.Al desactivar tu licencia todas las características premium se bloquearán, pero posibilitará poder activar tu licencia en otro sitio. ¿Estás seguro que quieres continuar?DesactivaciónLog de DebugEl modo de depuración se ha activado con éxito y se desactivará automáticamente en 60 minutos. También puedes desactivarlo antes haciendo clic en el enlace "Detener depuración".Delegar a administradores del sitioBorrar todas las cuentasDetallesDesactivar el modo de marca blancaNo cancelar %s - Todavía estoy interesado en obtener actualizaciones de características y seguridad, así como poder contactar con soporte.¿No tienes una clave de licencia?Donar a este pluginBajando tu planDescargaDescargar versión %sDescargar la versión de pagoDescargar la última versión %sDescargar la última versiónDescargadoDebido al nuevo %sEU Reglamento General de Protección de Datos (RGPD)%s los requisitos de obligado cumplimiento requieren que proporciones tu consentimiento explícito, una vez más, confirmando que estás de acuerdo :-)Debido a la violación de nuestros términos de afiliados, hemos decidido bloquear temporalmente tu cuenta de afiliación. Si tienes alguna pregunta, por favor contacta nuestro soporte.Durante el proceso de actualización hemos detectado%d sitio(s) que aún están pendientes de la activación de licencia.Durante el proceso de actualización detectamos %s sitio(s) en la red que todavía están pendientes de tu atención.Correo electrónicoDirección de correo electrónicoActivar el modo de marca blancaFinIntroduce el correo electrónicoIntroduce el dominio de tu sitio web o de otros sitios web donde planeas promocionar %s.Escribe abajo la dirección de correo electrónico que has usado para la actualización y te reenviaremos la clave de licencia.ErrorError recibido del servidor:CaducadoCaduca en %sDominios extraDominios extra desde donde promocionarás el producto.ArchivoFiltroPara el cumplimiento de las directrices de WordPress.org, antes de empezar el período de prueba te pedimos que aceptes con tu usuario e información no sensible del sitio web, permitiendo a %s enviar datos periódicamente a %s para comprobar si hay actualizaciones de versión y para validar la versión de prueba.GratisPeríodo de prueba gratuitoVersión gratuitaAPI FreemiusDebug FreemiusFreemius SDK no pudo encontrar el archivo principal del plugin. Por favor contacta a sdk@freemius.com con el error actual.Estado FreemiusFreemius es nuestro motor de licencias y actualizaciones de softwareNombre completoFunciónObtén comisiones por renovaciones automatizadas de las suscripciones.Obten actualizaciones para las versiones Beta de vanguardia de %s.¿Tienes una clave de licencia?Hey, ¿sabías que %s tiene un programa de afiliados? ¡Si te gusta %s puedes convertirte en nuestro embajador y ganar dinero!¿Qué te pareció %s hasta ahora? Prueba todas nuestras funciones premium de %s con una prueba gratuita de %d-días.¿Cómo subirlo y activarlo?¿Como nos promocionarás?Estoy de acuerdo - Cambiar usuarioNo puedo pagarlo durante más tiempoNo entiendo cómo hacerlo funcionarNo me gusta compartir mi información contigoHe encontrado un %s mejorHe actualizado mi cuenta, pero cuando intento sincronizar la licencia, el plan sigue siendo %s.Ya no necesito el %sSólo necesitaba la %s por un corto períodoIDSi haces click, esta decisión será delegada a los administradores de los sitios.Si tienes un momento, por favor, dinos por qué estás %sSi deseas renunciar a la titularidad de la cuenta de %s a %s haz clic en el botón de cambio de titularidad.Si quieres utilizar %s en estos sitios, introduce por favor tu clave de licencia abajo y haz click en el botón de activación.Aviso importante de actualización:En %sEn caso de que NO estés planeando utilizar este %s en este sitio (o en cualquier otro sitio), ¿te gustaría cancelar también %s?Instalar la versión gratuita ahoraInstalar la actualización gratuita ahoraInstalar ahoraInstalar actualización ahoraInstalando plugin: %sId de módulo no válido.Nuevo ID de usuario o dirección de correo electrónico no válido.Colección de detalles del sitio no válida.FacturaEstá activo¿Es este el sitio de clientes? %s si deseas ocultar información sensible como tu correo electrónico, clave de licencia, precios, dirección de facturación y facturas de la administración de WP.Parece que la licencia no se pudo activar.Parece que la desactivación de licencia ha fallado.Parece que ya no estás en modo de prueba, así que no hay nada que cancelar :)Parece que todavía estás en el plan %s. Si actualizaste o cambiaste tu plan, probablemente sea un problema de nuestra parte - lo sentimos.Parece que tu sitio actualmente no tiene una licencia activa.Parece que uno de los parámetros de autenticación es incorrecto. Actualiza tu clave pública, clave secreta e ID de usuario e inténtelo de nuevo.No es lo que estaba buscandoÚnete al programa BetaSólo déjanos informarte que la información de complementos de %s se está extrayendo de un servidor externo.ClavePor favor, comparte lo que no funcionó para que podamos arreglarlo para los futuros usuarios...Por favor, dínos la razón para que podamos mejorar.ÚltimoÚltima actualizaciónÚltima licenciaÚltima versión gratuita instaladaÚltima versión instaladaSaber másLongitudLicenciaAcuerdo de licenciaID de licenciaClave de licencia¿Problemas de licencia?Clave de licenciaLa clave de licencia está vacía.Permanente¿Te gusta %s? Conviértete en nuestro embajador y gana dinero ;-)Cargar opción de BDLocalhostLogLoggerMensajeMétodoMigrar opciones a la redApps móvilesMóduloRuta del móduloTipo de móduloMás información sobre %sNombreBlog de redUsuario de redNuevoNueva versión disponibleVersión gratuita más reciente (%s) instaladaVersión más reciente (%s) instaladaBoletínSiguienteNoSin IDSin compromiso para %s - cancelar en cualquier momentoSin compromiso por %s días - ¡cancelar en cualquier momento!No se necesita tarjeta de créditoSin caducidadSin caducidadNinguno de los planes de %s soportan un período de prueba.O.KUna vez que caduque tu licencia todavía puedes utilizar la versión gratuita pero NO tendrás acceso a las funciones de %s.Una vez que tu licencia caduque no podrás seguir utilizando %s, a no ser que lo actives de nuevo con una licencia premium válida.InscribirseDarse de baja¡Inscríbite para hacer "%s" Mejor!OtraCorreo electrónico del propietarioID del propietarioNombre del propietarioCompatible con PCIEl complemento de pago se debe implementar en Freemius.Dirección de correo electrónico de PayPalPagosLos pagos son en USD y se procesan mensualmente por medio de PayPal.PlanEl plan %s no existe, por lo tanto, no puedes comenzar un período de prueba.El plan %s no admite un período de prueba.ID del planContacta aquí con nosotrosPor favor contáctanos con el siguiente mensaje:Por favor descarga %s.Por favor, introduce la clave de licencia que recibiste en el correo electrónico al realizar la compra:Por favor, introduce la clave de licencia para activar el modo de depuración:Siéntete libre de proporcionarnos estadísticas de tu sitio web o social media, p.ej. visitas únicas mensuales, número de suscriptores de correo electrónico, seguidores, etc. (mantendremos esta información confidencial)Por favor, sigue estos pasos para completar la actualizaciónIndica si deseas que te contactemos para actualizaciones de seguridad y nuevas funciones, contenido educativo y ofertas ocasionales:Ten en cuenta que no podremos abaratar los precios desactualizados para renovaciones/nuevas suscripciones después de una cancelación. Si eliges renovar la suscripción manualmente en el futuro, después de un aumento de precio, que generalmente ocurre una vez al año, se te cobrará el precio actualizado.Por favor, danos detalles de como pretendes promocionar %s (por favor, se lo más específico que puedas)Por favor, dinos tu nombre completo.PluginPágina web del pluginID del pluginInstalar pluginRegistro de cambiosDescripciónFAQCaracterísticas y preciosInstalaciónOtras notasValoracionesEl plugin es un "Serviceware" lo que significa que no tiene una versión de código premium.PluginsSincronizar plugins y temasPremiumLa versión Premium %s ha sido activada con éxito.Versión del complemento premium ya instalada.Versión premiumVersión premium ya activa.PrecioPolítica de privacidadProcederID del procesoProcesandoProductosSumario del programaMétodos de promociónProvinciaClave públicaComprar licenciaComprar másComentarios rápidosCuotaReenviar correo electrónico de activación¡Envíanos nuevos usuarios a  nuestro %s y gana %s de comisión en cada venta satisfactoria que nos hayas referido!Renovar la licenciaRenueva tu licencia ahoraPeticionesNecesita la versión de WordPressResultadoSDKRuta del SDKGuardar %sGuardadoCrons programadosCapturas de pantallaBuscar por direcciónClave secretaPágina segura HTTPS %s, desde un dominio externoParece que estamos teniendo algún problema temporal con tu cancelación de la suscripción. Vuelve a intentarlo en unos minutos.Parece que estamos teniendo algún problema temporal con tu cancelación de prueba. Vuelve a intentarlo en unos minutos.Parece que tienes la última versión.Seleccionar paísEnviar clave de licenciaGuardar opción en BDSimular actualización de redSimular período de pruebaLicencia para un único sitioID del sitioSitio dado de alta correctamente.SitiosSaltar y %sRutaDe este modo, podrás reutilizar la licencia cuando el %s ya no esté activo.Social media (Facebook, Twitter, etc.)Disculpa las molestias y estamos aquí para ayudarte si nos das una oportunidad.Lo sentimos, no podemos completar la actualización de correo electrónico. Ya hay registrado otro usuario con esa dirección de correo electrónico.InicioIniciar DepuraciónComenzar el período de pruebaComenzar mi período gratuito de %sEstadoDetener la depuraciónEnviarEnviar y %sSuscripciónSoporteForo de soporteSincronizar datos desde el servidorTax / Núm IVATérminos de servicioGracias por aplicar a nuestro programa de asociados, infortunadamente, de momento hemos decidido rechazar tu petición. Por favor, prueba de nuevo en 30 días.Gracias por aplicar a nuestro programa de afiliados, revisaremos tu petición durante los próximos 14 días y te volveremos a contactar con información adicional.¡Muchas gracias por utilizar %s y sus complementos!¡Muchas gracias por utilizar %s!¡Muchas gracias por utilizar nuestros productos!¡Gracias!¡Gracias %s!Gracias por confirmar el cambio de propiedad. Se envió un correo electrónico a %s para su aprobación final.%s ha roto mi sitioEl %s no funcionabaEl %s no funciona como esperaba%s es genial, pero necesito una característica que no soportáisEl %s no funciona%s de repente ha dejado de funcionarEl proceso de instalación ha comenzado y puede tardar unos minutos en completarse. Por favor, espera hasta que se finalice - no actualices esta página.El paquete de plugin remoto no contiene una carpeta con el Slug deseado y el cambio de nombre no funcionó.La actualización de %s se completó con éxito.TemaCambiar temaTemasHay una %s de %s disponible.Hay una nueva versión de %s disponible.Este puglin no ha sido marcado como compatible con tu versión de WordPress.Este plugin no ha sido probado con tu versión actual de WordPress.TimestampTítuloPara entrar en el modo de depuración, introduce la clave secreta del propietario de la licencia (UserID = %d), que puedes encontrar en la sección "Mi perfil" de tu panel de control de usuario:TotalMunicipioPeríodo de prueba gratuitoTipoNo es posible conectarse al sistema de archivos. Por favor, confirma tus credenciales.Licencias ilimitadasActualizaciones IlimitadasComisiones Ilimitadas.Hasta %s sitiosActualizarActivar licenciaActualizaciones, anuncios, marketing, sin spamActualizarCargar y activar la versión descargadaW00tPanel de escritorio del usuarioID de usuarioClave de usuarioUsuariosValorEl correo de verificación se acaba de enviar a %s. Si no puedes encontrarlo después de 5 min, comprueba tu carpeta de spam.VerificadoVerificar correo electrónicoLa versión %s se ha lanzado.Ver detallesVer las funciones de pagoAtencionNo vemos ninguna licencia activa asociada a esa dirección de correo electrónico, ¿estás seguro de que es la dirección de correo electrónico correcta?No podemos encontrar tu dirección de correo electrónico en el sistema, ¿estás seguro de que es la dirección de correo electrónico correcta?No pudimos cargar la lista de complementos. Probablemente sea un problema por nuestra parte, por favor, inténtalo de nuevo en unos minutos.Hemos realizado algunas optimizaciones al %s, %sEstamos emocionados de introducir la integración de Freemius a nivel de red.Sitio web, correo electrónico y estadísticas de social media (opcional)¡Bienvenido a %s! Para empezar, introduce tu clave de licencia:¿Qué esperas?¿Qué característica?¿Cual es tú %s?¿Con qué precio te sentirías cómodo pagando?¿Que has estado buscando?¿Cuál es el nombre de %s?¿Dónde vas a promocionar %s?Página del plugin en WordPress.org¿Deseas continuar con la actualización?SiSi - %sYa utilizaste un período de prueba antes.Estás a sólo 1-click de comenzar tu %1$s días de prueba gratuita del plan %2$s.¡Está todo listo!Estás ejecutando %s en modo de prueba.Estás a sólo un paso - %sTodavía puedes disfrutar de todas las funciones de %s pero no tendrás acceso a soporte y actualizaciones de %s.No tienes una licencia válida para acceder a la versión premium.Tienes una licencia %s.Has comprado una licencia %s.Has actualizado correctamente tu %s.Es posible que te lo hayas perdido, pero no tienes que compartir ningún dato y puedes solo aceptar %s.Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando %s.Ya has optado por nuestro seguimiento de uso, lo que nos ayuda a seguir mejorando.Tu complemento %s del plan se actualizó con éxito.Tu prueba gratuita de %s fue cancelada con éxito.Tu licencia %s ha sido marcada como etiqueta blanca para ocultar información sensible del administrador de WP (por ejemplo, tu correo electrónico, clave de licencia, precios, dirección de facturación y facturas). Si alguna vez deseas revertirlo, puedes hacerlo fácilmente a través de tu %s. Si se trata de un error, también puedes %s.Tu licencia %s ha sido desactivada correctamente.Tu cuenta se ha activado correctamente con el plan %s.¡Tu aplicación al programa de afiliación para %s ha sido aceptada! Entra en tu área de afiliado desde: %s.Tu cuenta de afiliado ha sido suspendida temporalmente.Tu email ha sido verificado correctamente - ¡Eres IMPRESIONANTE!Tu período de prueba ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones.Tu período de prueba ha caducado. Todavía puedes seguir usando todas nuestras funciones gratuitas.Tu licencia ha sido cancelada. Si crees que es un error, ponte en contacto con el servicio de asistencia.Tu licencia ha caducado. %1$sActualiza ahora %2$s para continuar usando el %3$s sin interrupciones.Tu licencia ha caducado. Todavía puedes seguir usando todas las funciones de %s, pero tendrás que renovar tu licencia para seguir recibiendo actualizaciones y soporte.Tu licencia ha caducado. Puedes seguir usando el plan gratuito %s para siempre.Tu licencia fue activada correctamente.Tu licencia fue desactivada correctamente, has vuelto al plan %s.Tu nombre fue actualizado correctamente.Tu plan se activó con éxito.Tu plan se cambió correctamente a %s.Tu plan se actualizó con éxito.Tu suscripción ha sido cancelada correctamente. Tu %s licencia del plan caducará en %s.Tu versión de prueba se ha iniciado con éxito.Código postalBien hechoActivo%s no se puede ejecutar sin %s.%s no se puede ejecutar sin el plugin.Atenciónpermitirquedan %sActivandoañoAPIDescartarDepurandoFelicidadesBloqueadoConectadoDescargar la últimaDescargar la última versión gratuitaMensualCaducidadRutaEnviando correo electrónicomeAnualAnualmenteUna vezPlanSin clave secretaVersiones SDKLicenciaSincronizarSincronizar licenciaAutorApagadoEncendidobasado en %sComenzar el período de prueba gratuitoDescartarDescartardesactivandodelegar%sNO%s me envíes actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas.Plan %sFacturado %sEl mejorHeyOopsHey %s,InstaladoVayalicenciaSitiosmsnueva versión Betanueva versiónno verificadoPrecioPrecioopcionalVersiónrevertirlo ahorasegparece que la clave que has introducido no coincide con nuestros registros.envíame actualizaciones de seguridad y nuevas funcionalidades, contenido educativo y ofertas.saltarHmmcomenzar el período de pruebasuscripcióncambiandola última versión %s aquíperíodo de pruebaPeríodo de Prueba GratuitoBorrarDegradarEditarOcultarInscribirseDarse de bajaComprarMostrarSaltarActualizarActualizarhace %sfreemius/languages/freemius-ru_RU.mo000064400000134002151213253120013532 0ustar00����
��S�%Ags6���_r#��	
'29AJRH[��������	*4CXkr5z�	��'��	$.?�F��2 !H aj 0� � !&!5!=!Q!Y!b!
g!u!�!�!�!�!	�!Y�!2"A"R"^"g"l"(|"1�"%�"�"###
+#6#C#Y#	a#k#
p#{#�#	�#�#�#�#�#�#�#$-$
I$�T$�$
�$%Y%a^%�%�%�%
�%
�%;
&F&K&�R&Q'
V'a'n'{'j�'�'	((3(K(~_(U�(4)P)i))�)-�)�)S�)D*'\*�*7�*g�*'+-+9+L+b+u+	}+1�+.�+O�+8,A�,y�,t-a�-�-B�-,=.j.o.|.�.
�.�.�.�.�.�.4�./	!/+///6/>/E/Q/X/d/p/�/�/�/
�/�/�/%�/+�/0
00>0/K0{0m0�0�0�0
1)1:1W14`1�15�1(�1�12-2F2UZ2��21y3[�34&4-4	=4G4(V4*4"�41�4+�4*+5&V5N}5�5�5�5.�5)!6K6[6{6�6
�6
�6�6�6�6
�6�6�6�6W7f7o7�7�7�7�7�7�7
�75�7l8&p8�8�8
�8�8�8�8	�8�8&�8L9fj9�9�9�9�9�9:
::2:?:�P:��:
};\�;�;�;
<C,<p<�<��<d,=-�=�=�=�=M�=G'>	o>y>>�>�>�>E�>�>�>??&?-?*<?g?*o?^�?�?@@d
@r@{@�@�@�@�@i�@W3A"�A6�A�A
�AB-BGBeB&{B�B�B$�BM�B8C/JCzC>�C�C&�CZD.rD.�D9�DZ
E3eE<�EU�E�,FK�F(GG<G#�G)�G$�G)�G!H3H;PH6�H>�HII=I$SIxI�I�I�I&�I*J:JQJoJ3�J�J�J�J�JK*0K1[K�K�K#�K�K�KLL+LKLbLwL�L�L�L�L�L�L1M@MTMdM
qM|M�M�MQ�M�M	NN4NGNSN	bN	lNvN�N
�N	�N	�N�N�N�NY�N61TDhT�T�T�T^�TpPU��VE\W4�W�W�W�WXX2XIX
XX�cX*Y.Y
JYXYjY�Y"�Y;�Y)�Y5)Z_ZwZ$�Z6�Z$�Z"[]:[ �[�[�[i�[DJ\�\�\*�\�\�\^65^Wl^>�^_�
`6�`0�`�`a#aAa^axa �a@�a
�a$b"*b/Mb}b��b"�c3�c�c
dddb9dx�dee{e�e�e9�e�ef0"f
Sfaf	uff.�f�f0�f&g;g7NgB�g�g �g3�g,.h[h!mh"�i"�i�i��i�wjmkzk/�kB�k9	lxCl�l
�lY�l-o9Co"}o�o-�o��o�p�p�py�p5Jq��q�{r6as9�s;�s^tQmt�t��t,�u:�u�urv�tv%w"+w3Nw%�w �w	�w�w_�wTExT�xw�xlgz��z(�{��{	d|�n|hH}�}(�}$�}6~J~
d~r~"�~!�~'�~b�~4T"� �;�	��()�R�_�v�'������=ƀ��*�w0�z��B#�9f���b������4.�c�p�T��9ք�U�u����d �!��N��k��)b�����F�v��\�A�
Q�/_���"�� ŋ�/��1(�Z�n�
�����#�@3�t�Q��J֍!�;>�	z�5���� ώ3�$$�I�]�i�,��A�������,��Őؐܐ�)��'�B�qN����O����4�6K�(����
����(ۓ8��=��ޔ��*Õ+�	�$�:�N�:m���5������ޘ��%ș�4	��>��8���8��*�B؜
�*)�T�od�nԝC�`�
r� }������Ğ.\�2��;�����!#�KE���L������(��:��97�/q�$��8Ƣ������T����1�� Х�P�%X�~�5��/Ԧ	�I��X�!0�GR�8���Ө'Y�.�����9��`Ǫt(����T&�|{����H˭��L��<�:ưN�GP�>��
ױ�#��;�X�j��������!��߲���.*�Y� m�	��T�����4�E�`�w���!��,��
����)1�[�k�{�����
��
ƵԵܵ��
���1�E�
N�\�c�*k���-��޶���&�B�T�p���������̷�%s - plugin name. As complete "PluginX" activation nowComplete "%s" Activation Now%s Add-on was successfully purchased.%s Installs%s Licenses%s ago%s commission when a customer purchases a new license.%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you'll have to purchase a license.%s is a premium only add-on. You have to purchase a license first before activating the plugin.%s is the new owner of the account.%s minimum payout amount.%s or higher%s rating%s ratings%s sec%s star%s stars%s time%s times%s tracking cookie after the first visit to maximize earnings potential.APIAccountAccount DetailsActionsActivateActivate %sActivate %s PlanActivate Free VersionActivate LicenseActivate this add-onActivatedAdd Ons for %sAdd Ons of module %sAdd another domainAdd-OnAdd-OnsAdd-on must be deployed to WordPress.org or Freemius.Address Line %dAffiliateAffiliationAfter your free %s, pay as little as %sAgree & Activate LicenseAll RequestsAll TypesAllow & ContinueAmountAn automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.Anonymous feedbackApply to become an affiliateAre you sure you want to delete all Freemius data?Are you sure you want to proceed?As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.Auto installation only works for opted-in users.Auto renews in %sAutomatic InstallationAverage RatingAwesomeBecome an affiliateBillingBlockingBodyBusiness nameCan't find your license key?CancelCancel InstallationCancel SubscriptionCancel TrialCancelledCancelling the trial will immediately block access to all premium features. Are you sure?Change LicenseChange OwnershipChange PlanCheckoutCityClear API CacheClick here to use the plugin anonymouslyClick to see reviews that provided a rating of %sClick to view full-size screenshot %dCodeCompatible up toContactContact SupportContact UsContributorsCouldn't activate %s.CountryCron TypeDateDeactivateDeactivate LicenseDeactivationDebug LogDelete All AccountsDetailsDon't have a license key?Donate to this pluginDownloadDownload %s VersionDownload the latest %s versionDownload the latest versionDownloadedDue to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.EmailEmail addressEndEnter the domain of your website or other websites from where you plan to promote the %s.Enter the email address you've used for the upgrade below and we will resend you the license key.ErrorError received from the server:ExpiredExpires in %sExtra DomainsExtra domains where you will be marketing the product from.FileFilterFor compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.FreeFree TrialFree versionFreemius APIFreemius DebugFreemius SDK couldn't find the plugin's main file. Please contact sdk@freemius.com with the current error.Freemius StateFull nameFunctionGet commission for automated subscription renewals.Have a license key?Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!How do you like %s so far? Test all our %s premium features with a %d-day free trial.How to upload and activate?How will you promote us?I can't pay for it anymoreI couldn't understand how to make it workI don't like to share my information with youI found a better %sI have upgraded my account but when I try to Sync the License, the plan remains %s.I no longer need the %sI only needed the %s for a short periodIDIf you have a moment, please let us know why you are %sIf you would like to give up the ownership of the %s's account to %s click the Change Ownership button.In %sInstall NowInstall Update NowInstalling plugin: %sInvalid module ID.InvoiceIs ActiveIt looks like the license could not be activated.It looks like the license deactivation failed.It looks like you are not in trial mode anymore so there's nothing to cancel :)It looks like you are still on the %s plan. If you did upgrade or change your plan, it's probably an issue on our side - sorry.It looks like your site currently doesn't have an active license.It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.It's not what I was looking forJust letting you know that the add-ons information of %s is being pulled from an external server.KeyKindly share what didn't work so we can fix it for future users...Kindly tell us the reason so we can improve.LastLast UpdatedLast licenseLatest Version InstalledLearn moreLengthLicenseLicense KeyLicense keyLifetimeLike the %s? Become our ambassador and earn cash ;-)Load DB OptionLocalhostLogLoggerMessageMethodMobile appsModuleModule PathModule TypeMore information about %sNameNewNewer Version (%s) InstalledNewsletterNextNo IDNo commitment for %s - cancel anytimeNo commitment for %s days - cancel anytime!No credit card requiredNo expirationNon-expiringNone of the %s's plans supports a trial period.O.KOnce your license expires you can still use the Free version but you will NOT have access to the %s features.Opt InOpt OutOtherPCI compliantPaid add-on must be deployed to Freemius.PayPal account email addressPaymentsPayouts are in USD and processed monthly via PayPal.PlanPlan %s do not exist, therefore, can't start a trial.Plan %s does not support a trial period.Plan IDPlease contact us herePlease contact us with the following message:Please download %s.Please enter the license key that you received in the email right after the purchase:Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).Please follow these steps to complete the upgradePlease provide details on how you intend to promote %s (please be as specific as possible).Please provide your full name.PluginPlugin HomepagePlugin IDPlugin InstallPlugin installer section titleChangelogPlugin installer section titleDescriptionPlugin installer section titleFAQPlugin installer section titleFeatures & PricingPlugin installer section titleInstallationPlugin installer section titleOther NotesPlugin installer section titleReviewsPlugin is a "Serviceware" which means it does not have a premium code version.PluginsPlugins & Themes SyncPremiumPremium %s version was successfully activated.Premium add-on version already installed.Premium versionPremium version already active.PricingPrivacy PolicyProcess IDProcessingProgram SummaryPromotion methodsProvincePublic KeyPurchase LicenseQuotaRe-send activation emailRefer new customers to our %s and earn %s commission on each successful sale you refer!RequestsRequires WordPress VersionResultSDKSDK PathSave %sScheduled CronsScreenshotsSecret KeySecure HTTPS %s page, running from an external domainSeems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.Seems like you got the latest release.Select CountrySend License KeySet DB OptionSingle Site LicenseSite IDSitesSkip & %sSlugSocial media (Facebook, Twitter, etc.)Sorry for the inconvenience and we are here to help if you give us a chance.Sorry, we could not complete the email update. Another user with the same email is already registered.StartStart TrialStart my free %sStateSubmit & %sSupportSupport ForumSync Data From ServerTax / VAT IDTerms of ServiceThank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.Thanks %s!Thanks for confirming the ownership change. An email was just sent to %s for final approval.The %s broke my siteThe %s didn't workThe %s didn't work as expectedThe %s is great, but I need specific feature that you don't supportThe %s is not workingThe %s suddenly stopped workingThe installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.The remote plugin package does not contain a folder with the desired slug and renaming did not work.The upgrade of %s was successfully completed.ThemeTheme SwitchThemesThis plugin has not been marked as compatible with your version of WordPress.This plugin has not been tested with your current version of WordPress.TimestampTitleTotalTownTrialTypeUnable to connect to the filesystem. Please confirm your credentials.Unlimited LicensesUnlimited UpdatesUnlimited commissions.Up to %s SitesUpdateUpdate LicenseUpdates, announcements, marketing, no spamUpgradeUpload and activate the downloaded versionUsed to express elation, enthusiasm, or triumph (especially in electronic communication).W00tUser IDUsersValueVerification mail was just sent to %s. If you can't find it after 5 min, please check your spam box.VerifiedVerify EmailVersion %s was released.View detailsView paid featuresWarningWe can't see any active licenses associated with that email address, are you sure it's the right address?We couldn't find your email address in the system, are you sure it's the right address?We made a few tweaks to the %s, %sWebsite, email, and social media statistics (optional)What did you expect?What feature?What is your %s?What price would you feel comfortable paying?What you've been looking for?What's the %s's name?Where are you going to promote the %s?WordPress.org Plugin PageYes - %sYou already utilized a trial before.You are 1-click away from starting your %1$s-day free trial of the %2$s plan.You are all good!You are already running the %s in a trial mode.You are just one step away - %sYou do not have a valid license to access the premium version.You have a %s license.You have successfully updated your %s.You might have missed it, but you don't have to share any data and can just %s the opt-in.Your %s Add-on plan was successfully upgraded.Your %s free trial was successfully cancelled.Your account was successfully activated with the %s plan.Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.Your affiliation account was temporarily suspended.Your email has been successfully verified - you are AWESOME!Your license has been cancelled. If you think it's a mistake, please contact support.Your license has expired. You can still continue using all the %s features, but you'll need to renew your license to continue getting updates and support.Your license has expired. You can still continue using the free %s forever.Your license was successfully activated.Your license was successfully deactivated, you are back to the %s plan.Your name was successfully updated.Your plan was successfully changed to %s.Your plan was successfully upgraded.Your trial has been successfully started.ZIP / Postal Codea positive responseRight onaddonX cannot run without pluginY%s cannot run without %s.addonX cannot run...%s cannot run without the plugin.advance notice of something that will need attention.Heads upas 5 licenses left%s leftas activating pluginActivatingas annual periodyearas application program interfaceAPIas close a windowDismissas code debuggingDebuggingas congratulationsCongratsas connection blockedBlockedas connection was successfulConnectedas download latest versionDownload Latestas every monthMonthlyas expiration dateExpirationas file/folder pathPathas in the process of sending an emailSending emailas monthly periodmoas once a yearAnnualas once a yearAnnuallyas once a yearOnceas product pricing planPlanas secret encryption key missingNo Secretas software development kit versionsSDK Versionsas software licenseLicenseas synchronizeSyncas synchronize licenseSync Licenseas the plugin authorAuthoras turned offOffas turned onOnbased on %scall to actionStart free trialclose a windowDismissclose windowDismissdeactivatinge.g. Professional Plan%s Plane.g. billed monthlyBilled %se.g. the best productBestexclamationHeyexclamationOopsgreetingHey %s,interjection expressing joy or exuberanceYee-hawlike websitesSitesmillisecondsmsnot verifiednounPricenounPricingproduct versionVersionsecondssecsomething somebody says when they are thinking about what you have just said.Hmmstart the trialswitchingthe latest %s version heretrial periodTrialverbDeleteverbDowngradeverbEditverbHideverbOpt InverbOpt OutverbPurchaseverbShowverbSkipverbUpdateverbUpgradex-ago%s agoProject-Id-Version: WordPress SDK
Report-Msgid-Bugs-To: https://github.com/Freemius/wordpress-sdk/issues
PO-Revision-Date: 2015-10-01 21:38+0000
Last-Translator: Leo Fajardo <leo@freemius.com>, 2021
Language-Team: Russian (Russia) (http://app.transifex.com/freemius/wordpress-sdk/language/ru_RU/)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Language: ru_RU
Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);
X-Poedit-Basepath: ..
X-Poedit-KeywordsList: get_text_inline;get_text_x_inline:1,2c;$this->get_text_inline;$this->get_text_x_inline:1,2c;$this->_fs->get_text_inline;$this->_fs->get_text_x_inline:1,2c;$this->fs->get_text_inline;$this->fs->get_text_x_inline:1,2c;$fs->get_text_inline;$fs->get_text_x_inline:1,2c;$this->_parent->get_text_inline;$this->_parent->get_text_x_inline:1,2c;fs_text_inline;fs_echo_inline;fs_esc_js_inline;fs_esc_attr_inline;fs_esc_attr_echo_inline;fs_esc_html_inline;fs_esc_html_echo_inline;fs_text_x_inline:1,2c;fs_echo_x_inline:1,2c;fs_esc_attr_x_inline:1,2c;fs_esc_js_x_inline:1,2c;fs_esc_js_echo_x_inline:1,2c;fs_esc_html_x_inline:1,2c;fs_esc_html_echo_x_inline:1,2c
X-Poedit-SearchPath-0: .
X-Poedit-SearchPathExcluded-0: *.js
X-Poedit-SourceCharset: UTF-8
Закончить активацию %s сейчас Покупка %s плагина успешно состоялась%s установок %s лицензий %s тому назад %s вознаграждения, если клиент купит новую лицензию.Бесплатный период пользования %s закончился. Этот плагин является премиум продуктом и он был деактивирован автоматически. Если Вы планируете дальнейшее его использование, пожалуйста купите лицензию. %s является премиум продуктом. Необходимо купить лицензию перед активацией плагина. %я является новым владельцем аккаунта%s минимальная сумма выплаты %s или выше%s оценка %s оценки %s секунд %звездочка %s звездочки %s время %s раз %s данные cookies предоставляются после первого посещения, чтобы максимально увеличить вероятность заработка.  APIЛичный кабинет ДеталиДействия Активировать Активировать %sАктивируйте план %sАктивировать бесплатную версию?Активировать лицензиюАктивируйте этот функционал Активирован Функционал для %sФункционал модуля %sДобавьте другое доменное имя Функционал плагина Настройки плагина Функционал должен быть заявлен на WordPress.org или Freemius Поле для адреса  %dПартнерПартнерство После окончания Вашего бесплатного %s, платите всего лиш %sСогласиться и активировать лицензию Все запросы Все типыРазрешить и продолжитьКоличество Автоматическое скачивание и установка %s ( платной версии) %s начнется через %s. Если Вы хотите все сделать в ручном режиме, нажмите на кнопку "Отменить" сейчас. Анонимный отзыв Подать заявку на партнерство Вы уверенны, что хотите удалить все данные Freemius?Вы уверены, что хотите продолжить?Мы выделяем 30 дней для поступления возвратов и поэтому вознаграждения выплачиваются за покупки, которые были совершены более чем 30 дней назад.Авто установка работает только для зарегистрированных пользователей.Автоматическое продление  в %sАвтоматическая установка Средний рейтинг Отлично!Стать партнеромСистема оплаты Блокирование Основная часть Название бизнеса Не можете найти лицензионный ключ? Отмена Отменить установку Отменить подписку Отменить тестовый период Аннулирована Отказ от пользования тестовым периодом автоматически блокирует доступ ко всем премиум возможностям. Вы уверены, что хотите отказаться?Изменить лицензию Сменить владельца лицензии Изменить план Оплата Город Очистить кэш APIНажмите здесь, чтобы пользоваться плагином анонимно. Нажмите, чтобы  посмотреть отзывы, которые сформировали рейтинг %sКликните, чтобы посмотреть снимок  %d на широком экране. КодСовместима с Свяжитесь с намиСвязаться со службой поддержкиКонтакты Контрибьюторы Невозможно активировать %sСтрана Тип задачиДата Деактивировать Деактивировать лицензию ДеактивацияЖурнал устранения ошибок  Удалить все аккаунтыДетальнейУ Вас нет лицензионного ключа?Инвестировать в разработку плагина Скачать Скачайте версию %sСкачайте последнюю версию %sСкачай последнюю версиюЗагружен Из-за нарушения условий партнерства мы вынуждены временно заблокировать Ваш аккаунт. Если у Вас возникли вопросы, пожалуйста, обратитесь в службу поддержки. Электронный адрес Электронный адрес Конец Введите домен Вашего сайта или других сайтов на которых Вы намерены продвигать %s.Введите ниже адрес своей электронной почты, которую Вы использовали для обновлений и мы Вам отправим повторно Ваш лицензионный ключ. ОшибкаОшибка сервераСрок действия закончился Окончание срока пользования через %sДополнительные доменные имена Дополнительные доменные имена, где Вы будете продвигать продукт. ФайлФильтр В соответствии с руководством WordPress.org, перед началом тестового периода мы просим, чтобы Вы присоединились к нашему сообществу предоставив информацию о Вашем сайте и также Ваши личные данные, тем самым разрешив %s периодически отправлять сообщения  на %s для уведомлений об обновлениях  и подтверждения Вашего тестового периода.  Бесплатная Бесплатный период пользования Бесплатная версия Freemius APIИсправление ошибок  FreemiusFreemius SDK не удалось найти основной файл плагина. Пожалуйста, свяжитесь с sdk@freemius.com с текущей ошибкой.Cостояние Freemius Полное имяФункция Получай вознаграждение за автоматические продления пользования. У Вас есть лицензионный ключ?Привет! Знали ли Вы, что %s предоставляет реферальную программу? Если Вам нравится %s, Вы можете стать нашим представителем и зарабатывать!Тебе нравится пользоваться %s? Воспользуйся всеми нашими премиум возможностями на протяжении %d - дневного тестового периода. Как загрузить и активировать?Как Вы намерены продвигать нас?Я больше не могу оплачивать это. Я не могу понять как сделать так, чтобы оно работалоЯ не хочу делиться личной информацией с ВамиЯ нашел лучший %sЯ провел апгрейд аккаунта, но при попытке синхронизировать  лицензию, мой тарифный план не меняется. %s больше не понадобится.%s требовалась на короткое времяIDЕсли у Вас есть время, пожалуйста, сообщите причину почему Вы %sЕсли Вы передаете права пользования аккаунтом  %s %s нажмите кнопку " Сменить права использования"В %sУстановить сейчас Провести обновления сейчас Установка плагина: %sНеверный ID модуляСчет активный Вероятно возникли трудности с активацией лицензии. Вероятно деактивация лицензии не состоялась. Возможно, Ваш тестовый период уже закончился. Вероятно Вы все еще пользуетесь сервисом согласно плану %s. Если Вы обновляли или меняли свой тарифный план, то вероятно существуют какие-то трудности связанные с Вашим программным обеспечением. Извините. Вероятно Ваш сайт не использует активную лицензию сейчас.  Вероятно один из параметров является неверным. Обновите свой Public Key, Secret Key&User ID и повторите попытку.Это не то, что я искал. Сообщаем, что информация о дополнительных  настройках %s предоставляется со стороннего сервера. Ключ Пожалуйста, сообщите о функционале, который не работает, чтобы мы смогли исправить его для дальнейшего использования. Пожалуйста, укажите причину, чтобы мы могли исправиться. Последний Последнее обновление Последняя лицензия Последняя версия установленаУзнать большеДлинна Лицензия Лицензионный ключ Лицензионный ключНа бессрочный период Вам нравится %s? Стань нашим партнером и зарабатывай ;-)Загрузить опцию базы данных Локальный хостинг Журнал изменений Программа сохранения изменений Сообщение Метод Мобильные приложения МодульПуть модуля Тип модуля Больше информации о %sИмяНовое Более новая версия %s установлена Рассылка Следующий No IDБез обязательств платить %s - аннулируй пользование в любое время Бесплатное пользование на протяжении %s дней. Отмена в любое время. Не требуются данные платежной картыБессрочный период пользования Бессрочный Тарифные планы %s не предусматривают тестовый период. O.K.По окончанию срока действия Вашей лицензии, Вы сможете пользоваться бесплатной версией, но у Вас не будет доступа к возможностям %s.  ПрисоединитьсяОтказаться от использованияДругиеЖалоба PCIПлатный функционал должен быть заявлен в FreemiusЭлектронный адрес аккаунта PayPalПлатежиВыплаты производятся в долларах США через PayPal.Тарифный план Тарифного плана %s не существует, поэтому  Вы не можете начать тестовый период. Тарифный план %s не предусматривает тестового периода. ID тарифного плана Пожалуйста, напишите нам сообщение  здесь. Пожалуйста, напишите нам сообщение следующего содержания:Пожалуйста, скачайте %sПожалуйста введите лицензионный ключ, который Вы получили на электронный адрес сразу после покупки. Пожалуйста, предоставьте соответственную статистику вебсайта или страницы социальных сетей, например, количество уникальных посетителей, количество подписчиков, читателей, т. д. ( эта информация останется конфиденциальной). Пожалуйста, пройдите эти шаги для того, чтобы произвести апгрейдПожалуйста, предоставьте максимально детальную информацию о том, как Вы планируете продвигать %s.Пожалуйста, введите Ваше полное имяПлагин Главная страница плагина ID плагина Установка плагина Журнал изменений Описание Часто задаваемые вопросы Функционал&тарифные планы Установка Другие заметки Отзывы Плагин является 'Serviсeware'. Это означает, что он не имеет премиум версию кода. Плагины Синхронизация плагинов и шаблонов Премиум Премиум версия %s была успешно активирована. Премиум версия плагина была установленаПремиум версия Премиум версия уже активированаЦены Политика КонфиденциальностиID процесса Обработка данных Краткое описание программы Методы продвижения Провинция Public Key Купите лицензию Выделенный объем памятиОтправить письмо активации еще раз Порекомендуй %s новым пользователям  и зарабатывай %s c каждой успешной продажи. Запросы Необходима версия WordPress РезультатSDKпуть SDKЭкономия %sСпланированные задачиСнимки экрана Secret Key Безопасная страница HTTPS %s воспроизводится с внешнего ресурса К сожалению  у нас возникли трудности с отменой Вашего тестового периода. Пожалуйста, повторите попытку через несколько минут.Вероятно, Вы пользуетесь последней версиейВыбрать страну Отправить лицензионный ключУстановить опцию базы данных Лицензия на один сайт Site IDСайтов Пропустить & %sОписательная часть URL Социальные сети ( Facebook, Twitter, etc.)Извините за неудобство. Мы будем рады помочь, если Вы нам предоставите эту возможность. Извините, нам не удалось обновить электронный адрес. Другой пользователь с таким же адресом уже был зарегистрирован. НачалоНачать тестовый периодНачать мой бесплатный %sШтат Отправить&%sПоддержка Форум поддержки Синхронизация данных с сервера ID налога/НДС Пользовательское соглашениеСпасибо за подачу заявки на партнерство. К сожалению, мы приняли решение отказать Вам в этой возможности. Пожалуйста, повторите попытку через 30 дней. Спасибо за подачу заявки на партнерство. Мы рассмотрим Ваши данные на протяжении следующих 14 дней и свяжемся с Вами. Спасибо %sСпасибо, что подтвердили изменение прав использования. Вам отправлено письмо на %s для окончательного подтверждения. %s повредила мой сайт%s не сработала%s не сработала как ожидалось%s отличная возможность, но мне нужен определенный функционал, который вы не поддерживаете. %s не работает%s внезапно перестала работать Процесс установки уже начат и может занять несколько минут. Пожалуйста, подождите окончания процесса и не обновляйте эту страницу. Удаленный пакет плагинов не содержит папку с нужным описанием URL и смена имени не срабатывает. Обновление %s было успешно завершеноШаблон Переключатель шаблона Шаблоны Этот плагин не отмечен как совместимый з Вашей версией WordPress Этот плагин не был тестирован с Вашей текущей версией WordPress. Маркер времени Название ИтогоНаселенный пункт Тестовый период ТипНевозможно присоединиться к системе файлов. Пожалуйста, подтвердите свои данные.  Неограниченная лицензия Неограниченные обновления Неограниченное  вознаграждение до %s сайтов  Обновить Обновить лицензиюНовости, объявления, маркетинг, без спамаСделать апгрейд Загрузите и активируйте скачанную версиюВау!User ID Пользователи Значение Письмо подтверждение было только что отправлено на %s. Если Вы не получите его через 5 минут, пожалуйста, проверьте папку спам.Подтвержден Подтвердите электронный адрес Релиз версии %s состоялся. Смотреть детальней Просмотр платных возможностейПредупреждение Активная лицензия выданная на этот электронный адрес не была найдена. Вы уверены, что предоставили правильный электронный адрес?К сожалению, Ваш почтовый адрес не найден в системе. Вы уверены, что предоставили правильный адрес? Мы усовершенствовали в %s, %s  для лучшей работы Вебсайт, электронный адрес и статистика социальных сетей (не обязательно)Каковы были Ваши ожидания? Какой функционал?Какой Ваш %s?Какая стоимость была бы для Вас приемлемой? Что именно Вы ищите? Какое название %s?Где Вы намерены продвигать %s?Страница плагинов WordPress.orgДа - %sВы уже использовали Ваш тестовый периодВы уже на расстоянии одного клика от начала Вашего бесплатного %1$s - дневного тестового периода по тарифному плану %2$s. Все прошло хорошо!Вы уже пользуетесь тестовой версией  %s Вам осталось совсем немножко %sУ Вас нет необходимых лицензионных прав для пользования премиум версиейУ Вас есть лицензия %s.Вы успешно обновили Ваш %sВозможно,  Вы не обратили внимание, но Вы не обязаны делиться никакими данными и можете просто %s кнопку "Присоединиться". Ваш %s план был успешно обновленВаш бесплатный тестовый период был успешно отменен. Ваша учетная запись была успешно активирована согласно плану %sВаша заявка на партнерство с %s принята! Войдите в Ваш кабинет партнера на %sВаш партнерский аккаунт временно недоступен. Ваш электронный адрес был  успешно подтвержден  и Вы просто молодец!Ваша лицензия была аннулирована. Если Вы считаете, что это ошибка, пожалуйста свяжитесь с нашей службой поддержки. Срок действия Вашей лицензии закончен. Вы можете продолжать пользоваться всеми возможностями %s  продлив Вашу лицензию. Вы также будете получать доступ к обновлениям и поддержке. Срок действия Вашей лицензии закончился. Вы можете продолжать пользоваться бесплатной версией %s на бессрочной основе.Ваша лицензия была успешно активирована. Ваша лицензия была успешно деактивирована и Вы снова пользуетесь планом %s.Ваше имя было успешно обновленоВаш тарифный план был успешно изменен на %s.Ваш тарифный план был успешно изменен. Ваш тестовый период успешно начатИндекс Все верно!%s не работает без %s.%s не может работать без плагина. Внимание!Осталось %s Активация на один год APIЗакрыть Устранение ошибокПоздравления! Заблокировано Соединено Скачать последнюю версиюПомесячно Срок пользования Путь Электронное письмо отправляется Вам на почту на один месяцЕжегодно Один раз  в год Один раз Тарифный план Нет секрета Версии SDKЛицензия Синхронизировать Синхронизация лицензии АвторВыключить Включить Основан на %sНачни тестовый период!Закрыть Закрыть Деактивация %s план Оплачивать %sЛучший Привет!Упс!Здравствуйте %sУра!Сайтов мс не подтвержден Стоимость ЦеныВерсия секХм...Начать тестовый периодПереключение Последняя версия %s здесьТестовый периодУдалитьПонизить план Редактировать Спрятать Присоединится Отписаться КупитьПоказать ПропуститьОбновить Сделать апгрейд%s тому назад freemius/require.php000064400000006403151213253120010546 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2016, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.9
	 */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	// Configuration should be loaded first.
	require_once dirname( __FILE__ ) . '/config.php';
	require_once WP_FS__DIR_INCLUDES . '/fs-core-functions.php';
	require_once WP_FS__DIR_INCLUDES . '/fs-html-escaping-functions.php';

	// Logger must be loaded before any other.
	require_once WP_FS__DIR_INCLUDES . '/class-fs-logger.php';
	require_once WP_FS__DIR_INCLUDES . '/debug/debug-bar-start.php';

	require_once WP_FS__DIR_INCLUDES . '/class-fs-garbage-collector.php';

//		require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-abstract-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-option-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-gdpr-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-clone-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-permission-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-cache-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-notice-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-admin-menu-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-key-value-storage.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-license-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-plan-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/managers/class-fs-plugin-manager.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-entity.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-scope-entity.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-user.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-site.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-affiliate.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-affiliate-terms.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-info.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-tag.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-plan.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-pricing.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-payment.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-plugin-license.php';
	require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-subscription.php';
	require_once WP_FS__DIR_INCLUDES . '/class-fs-api.php';
	require_once WP_FS__DIR_INCLUDES . '/class-fs-plugin-updater.php';
	require_once WP_FS__DIR_INCLUDES . '/class-fs-security.php';
    require_once WP_FS__DIR_INCLUDES . '/class-fs-options.php';
    require_once WP_FS__DIR_INCLUDES . '/class-fs-storage.php';
    require_once WP_FS__DIR_INCLUDES . '/class-fs-admin-notices.php';
	require_once WP_FS__DIR_INCLUDES . '/class-freemius-abstract.php';
	require_once WP_FS__DIR_INCLUDES . '/sdk/Exceptions/Exception.php';
	require_once WP_FS__DIR_INCLUDES . '/class-freemius.php';
freemius/phpstan.neon000064400000000527151213253120010720 0ustar00parameters:
    level: 0
    paths:
        - config.php
        - start.php
        - require.php
        - includes/
        - templates/
    bootstrapFiles:
        - .phpstan/exceptions.php
    ignoreErrors:
        -
            message: '#will always evaluate to true#'
            path: includes/class-fs-plugin-updater.phpfreemius/package-lock.json000064400002073372151213253120011610 0ustar00{
  "name": "freemius-wordpress-sdk",
  "version": "0.0.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "name": "freemius-wordpress-sdk",
      "version": "0.0.0",
      "hasInstallScript": true,
      "license": "GPL-3.0",
      "devDependencies": {
        "@transifex/api": "^7.0.1",
        "autoprefixer": "^10.4.17",
        "chalk": "^4.1.2",
        "cssnano": "^6.0.3",
        "dotenv": "^16.4.1",
        "fancy-log": "^2.0.0",
        "gettext-parser": "^7.0.1",
        "gulp": "^4.0.2",
        "gulp-concat": "^2.6.1",
        "gulp-esbuild": "^0.12.0",
        "gulp-livereload": "^4.0.2",
        "gulp-plumber": "^1.2.1",
        "gulp-postcss": "^9.1.0",
        "gulp-sass": "^5.1.0",
        "gulp-sort": "^2.0.0",
        "gulp-sourcemaps": "^3.0.0",
        "gulp-terser": "^2.1.0",
        "gulp-wp-pot": "^2.5.0",
        "node-fetch": "^2.7.0",
        "node-sass-package-importer": "^5.3.3",
        "patch-package": "^8.0.0",
        "postcss": "^8.4.33",
        "prompts": "^2.4.2",
        "sass": "^1.70.0"
      }
    },
    "node_modules/@esbuild/aix-ppc64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz",
      "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==",
      "cpu": [
        "ppc64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "aix"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/android-arm": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz",
      "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==",
      "cpu": [
        "arm"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "android"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/android-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz",
      "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "android"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/android-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz",
      "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "android"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/darwin-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz",
      "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "darwin"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/darwin-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz",
      "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "darwin"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/freebsd-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz",
      "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "freebsd"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/freebsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz",
      "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "freebsd"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-arm": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz",
      "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==",
      "cpu": [
        "arm"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz",
      "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-ia32": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz",
      "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==",
      "cpu": [
        "ia32"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-loong64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz",
      "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==",
      "cpu": [
        "loong64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-mips64el": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz",
      "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==",
      "cpu": [
        "mips64el"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-ppc64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz",
      "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==",
      "cpu": [
        "ppc64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-riscv64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz",
      "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==",
      "cpu": [
        "riscv64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-s390x": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz",
      "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==",
      "cpu": [
        "s390x"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/linux-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz",
      "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "linux"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/netbsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz",
      "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "netbsd"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/openbsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz",
      "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "openbsd"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/sunos-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz",
      "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "sunos"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/win32-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz",
      "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==",
      "cpu": [
        "arm64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "win32"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/win32-ia32": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz",
      "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==",
      "cpu": [
        "ia32"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "win32"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@esbuild/win32-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz",
      "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==",
      "cpu": [
        "x64"
      ],
      "dev": true,
      "optional": true,
      "os": [
        "win32"
      ],
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/@gulp-sourcemaps/identity-map": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz",
      "integrity": "sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q==",
      "dev": true,
      "dependencies": {
        "acorn": "^6.4.1",
        "normalize-path": "^3.0.0",
        "postcss": "^7.0.16",
        "source-map": "^0.6.0",
        "through2": "^3.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/@gulp-sourcemaps/identity-map/node_modules/acorn": {
      "version": "6.4.2",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
      "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
      "dev": true,
      "bin": {
        "acorn": "bin/acorn"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/@gulp-sourcemaps/identity-map/node_modules/picocolors": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
      "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
      "dev": true
    },
    "node_modules/@gulp-sourcemaps/identity-map/node_modules/postcss": {
      "version": "7.0.39",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
      "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
      "dev": true,
      "dependencies": {
        "picocolors": "^0.2.1",
        "source-map": "^0.6.1"
      },
      "engines": {
        "node": ">=6.0.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/postcss/"
      }
    },
    "node_modules/@gulp-sourcemaps/identity-map/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@gulp-sourcemaps/identity-map/node_modules/through2": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
      "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.4",
        "readable-stream": "2 || 3"
      }
    },
    "node_modules/@gulp-sourcemaps/map-sources": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
      "integrity": "sha512-o/EatdaGt8+x2qpb0vFLC/2Gug/xYPRXb6a+ET1wGYKozKN3krDWC/zZFZAtrzxJHuDL12mwdfEFKcKMNvc55A==",
      "dev": true,
      "dependencies": {
        "normalize-path": "^2.0.1",
        "through2": "^2.0.3"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/@gulp-sourcemaps/map-sources/node_modules/normalize-path": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
      "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
      "dev": true,
      "dependencies": {
        "remove-trailing-separator": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@jridgewell/gen-mapping": {
      "version": "0.3.3",
      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
      "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
      "dev": true,
      "dependencies": {
        "@jridgewell/set-array": "^1.0.1",
        "@jridgewell/sourcemap-codec": "^1.4.10",
        "@jridgewell/trace-mapping": "^0.3.9"
      },
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/resolve-uri": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
      "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
      "dev": true,
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/set-array": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
      "dev": true,
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@jridgewell/source-map": {
      "version": "0.3.5",
      "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
      "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
      "dev": true,
      "dependencies": {
        "@jridgewell/gen-mapping": "^0.3.0",
        "@jridgewell/trace-mapping": "^0.3.9"
      }
    },
    "node_modules/@jridgewell/sourcemap-codec": {
      "version": "1.4.15",
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
      "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
      "dev": true
    },
    "node_modules/@jridgewell/trace-mapping": {
      "version": "0.3.22",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz",
      "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==",
      "dev": true,
      "dependencies": {
        "@jridgewell/resolve-uri": "^3.1.0",
        "@jridgewell/sourcemap-codec": "^1.4.14"
      }
    },
    "node_modules/@transifex/api": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/@transifex/api/-/api-7.0.1.tgz",
      "integrity": "sha512-mMgQNgWPRMihDFV1Z/YkJigo8cKZqS+vW6jykS36HNhxegFzyG90wb1xOGZdKlOufEcrm8h1uEOTtyfC7j17YQ==",
      "dev": true,
      "dependencies": {
        "core-js": "^3.35.0"
      },
      "engines": {
        "node": ">=16.0.0"
      }
    },
    "node_modules/@trysound/sax": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
      "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
      "dev": true,
      "engines": {
        "node": ">=10.13.0"
      }
    },
    "node_modules/@yarnpkg/lockfile": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
      "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
      "dev": true
    },
    "node_modules/abort-controller": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
      "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
      "dev": true,
      "dependencies": {
        "event-target-shim": "^5.0.0"
      },
      "engines": {
        "node": ">=6.5"
      }
    },
    "node_modules/acorn": {
      "version": "8.11.3",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
      "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
      "dev": true,
      "bin": {
        "acorn": "bin/acorn"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/acorn-jsx": {
      "version": "5.3.2",
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
      "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
      "dev": true,
      "peerDependencies": {
        "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
      }
    },
    "node_modules/ansi-colors": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
      "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
      "dev": true,
      "dependencies": {
        "ansi-wrap": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ansi-cyan": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
      "integrity": "sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==",
      "dev": true,
      "dependencies": {
        "ansi-wrap": "0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ansi-gray": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
      "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==",
      "dev": true,
      "dependencies": {
        "ansi-wrap": "0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ansi-red": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
      "integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==",
      "dev": true,
      "dependencies": {
        "ansi-wrap": "0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ansi-regex": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
      "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
      "dev": true,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
      }
    },
    "node_modules/ansi-wrap": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
      "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/anymatch": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
      "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
      "dev": true,
      "dependencies": {
        "micromatch": "^3.1.4",
        "normalize-path": "^2.1.1"
      }
    },
    "node_modules/anymatch/node_modules/normalize-path": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
      "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
      "dev": true,
      "dependencies": {
        "remove-trailing-separator": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/append-buffer": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz",
      "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==",
      "dev": true,
      "dependencies": {
        "buffer-equal": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/archy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
      "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==",
      "dev": true
    },
    "node_modules/arr-diff": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
      "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/arr-filter": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
      "integrity": "sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==",
      "dev": true,
      "dependencies": {
        "make-iterator": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/arr-flatten": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
      "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/arr-map": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz",
      "integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==",
      "dev": true,
      "dependencies": {
        "make-iterator": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/arr-union": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
      "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-each": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
      "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-initial": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz",
      "integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==",
      "dev": true,
      "dependencies": {
        "array-slice": "^1.0.0",
        "is-number": "^4.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-initial/node_modules/is-number": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
      "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-last": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz",
      "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==",
      "dev": true,
      "dependencies": {
        "is-number": "^4.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-last/node_modules/is-number": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
      "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-slice": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
      "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-sort": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz",
      "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==",
      "dev": true,
      "dependencies": {
        "default-compare": "^1.0.0",
        "get-value": "^2.0.6",
        "kind-of": "^5.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/array-unique": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
      "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/assign-symbols": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
      "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/async-done": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz",
      "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==",
      "dev": true,
      "dependencies": {
        "end-of-stream": "^1.1.0",
        "once": "^1.3.2",
        "process-nextick-args": "^2.0.0",
        "stream-exhaust": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/async-each": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz",
      "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
      "dev": true,
      "funding": [
        {
          "type": "individual",
          "url": "https://paulmillr.com/funding/"
        }
      ]
    },
    "node_modules/async-settle": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz",
      "integrity": "sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==",
      "dev": true,
      "dependencies": {
        "async-done": "^1.2.2"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/at-least-node": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
      "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
      "dev": true,
      "engines": {
        "node": ">= 4.0.0"
      }
    },
    "node_modules/atob": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
      "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
      "dev": true,
      "bin": {
        "atob": "bin/atob.js"
      },
      "engines": {
        "node": ">= 4.5.0"
      }
    },
    "node_modules/autoprefixer": {
      "version": "10.4.17",
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
      "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/postcss/"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/autoprefixer"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "dependencies": {
        "browserslist": "^4.22.2",
        "caniuse-lite": "^1.0.30001578",
        "fraction.js": "^4.3.7",
        "normalize-range": "^0.1.2",
        "picocolors": "^1.0.0",
        "postcss-value-parser": "^4.2.0"
      },
      "bin": {
        "autoprefixer": "bin/autoprefixer"
      },
      "engines": {
        "node": "^10 || ^12 || >=14"
      },
      "peerDependencies": {
        "postcss": "^8.1.0"
      }
    },
    "node_modules/bach": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz",
      "integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==",
      "dev": true,
      "dependencies": {
        "arr-filter": "^1.1.1",
        "arr-flatten": "^1.0.1",
        "arr-map": "^2.0.0",
        "array-each": "^1.0.0",
        "array-initial": "^1.0.0",
        "array-last": "^1.1.1",
        "async-done": "^1.2.2",
        "async-settle": "^1.0.0",
        "now-and-later": "^2.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/balanced-match": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
      "dev": true
    },
    "node_modules/base": {
      "version": "0.11.2",
      "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
      "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
      "dev": true,
      "dependencies": {
        "cache-base": "^1.0.1",
        "class-utils": "^0.3.5",
        "component-emitter": "^1.2.1",
        "define-property": "^1.0.0",
        "isobject": "^3.0.1",
        "mixin-deep": "^1.2.0",
        "pascalcase": "^0.1.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/base/node_modules/define-property": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
      "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/base64-js": {
      "version": "1.5.1",
      "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
      "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ]
    },
    "node_modules/binary-extensions": {
      "version": "1.13.1",
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
      "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/bindings": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
      "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
      "dev": true,
      "optional": true,
      "dependencies": {
        "file-uri-to-path": "1.0.0"
      }
    },
    "node_modules/body": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
      "integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==",
      "dev": true,
      "dependencies": {
        "continuable-cache": "^0.3.1",
        "error": "^7.0.0",
        "raw-body": "~1.1.0",
        "safe-json-parse": "~1.0.1"
      }
    },
    "node_modules/boolbase": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
      "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
      "dev": true
    },
    "node_modules/brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
      "dev": true,
      "dependencies": {
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
      }
    },
    "node_modules/braces": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
      "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
      "dev": true,
      "dependencies": {
        "arr-flatten": "^1.1.0",
        "array-unique": "^0.3.2",
        "extend-shallow": "^2.0.1",
        "fill-range": "^4.0.0",
        "isobject": "^3.0.1",
        "repeat-element": "^1.1.2",
        "snapdragon": "^0.8.1",
        "snapdragon-node": "^2.0.1",
        "split-string": "^3.0.2",
        "to-regex": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/browserslist": {
      "version": "4.22.3",
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
      "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/browserslist"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/browserslist"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "dependencies": {
        "caniuse-lite": "^1.0.30001580",
        "electron-to-chromium": "^1.4.648",
        "node-releases": "^2.0.14",
        "update-browserslist-db": "^1.0.13"
      },
      "bin": {
        "browserslist": "cli.js"
      },
      "engines": {
        "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
      }
    },
    "node_modules/buffer": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
      "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ],
      "dependencies": {
        "base64-js": "^1.3.1",
        "ieee754": "^1.2.1"
      }
    },
    "node_modules/buffer-equal": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz",
      "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==",
      "dev": true,
      "engines": {
        "node": ">=0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/buffer-from": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
      "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
      "dev": true
    },
    "node_modules/bytes": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
      "integrity": "sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==",
      "dev": true
    },
    "node_modules/cache-base": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
      "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
      "dev": true,
      "dependencies": {
        "collection-visit": "^1.0.0",
        "component-emitter": "^1.2.1",
        "get-value": "^2.0.6",
        "has-value": "^1.0.0",
        "isobject": "^3.0.1",
        "set-value": "^2.0.0",
        "to-object-path": "^0.3.0",
        "union-value": "^1.0.0",
        "unset-value": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/call-bind": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
      "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
      "dev": true,
      "dependencies": {
        "function-bind": "^1.1.2",
        "get-intrinsic": "^1.2.1",
        "set-function-length": "^1.1.1"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/camel-case": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
      "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0",
        "upper-case": "^1.1.1"
      }
    },
    "node_modules/caniuse-api": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
      "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.0.0",
        "caniuse-lite": "^1.0.0",
        "lodash.memoize": "^4.1.2",
        "lodash.uniq": "^4.5.0"
      }
    },
    "node_modules/caniuse-lite": {
      "version": "1.0.30001581",
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz",
      "integrity": "sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/browserslist"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ]
    },
    "node_modules/chalk": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/chalk/chalk?sponsor=1"
      }
    },
    "node_modules/change-case": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz",
      "integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==",
      "dev": true,
      "dependencies": {
        "camel-case": "^3.0.0",
        "constant-case": "^2.0.0",
        "dot-case": "^2.1.0",
        "header-case": "^1.0.0",
        "is-lower-case": "^1.1.0",
        "is-upper-case": "^1.1.0",
        "lower-case": "^1.1.1",
        "lower-case-first": "^1.0.0",
        "no-case": "^2.3.2",
        "param-case": "^2.1.0",
        "pascal-case": "^2.0.0",
        "path-case": "^2.1.0",
        "sentence-case": "^2.1.0",
        "snake-case": "^2.1.0",
        "swap-case": "^1.1.0",
        "title-case": "^2.1.0",
        "upper-case": "^1.1.1",
        "upper-case-first": "^1.1.0"
      }
    },
    "node_modules/chokidar": {
      "version": "2.1.8",
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
      "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
      "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies",
      "dev": true,
      "dependencies": {
        "anymatch": "^2.0.0",
        "async-each": "^1.0.1",
        "braces": "^2.3.2",
        "glob-parent": "^3.1.0",
        "inherits": "^2.0.3",
        "is-binary-path": "^1.0.0",
        "is-glob": "^4.0.0",
        "normalize-path": "^3.0.0",
        "path-is-absolute": "^1.0.0",
        "readdirp": "^2.2.1",
        "upath": "^1.1.1"
      },
      "optionalDependencies": {
        "fsevents": "^1.2.7"
      }
    },
    "node_modules/ci-info": {
      "version": "3.9.0",
      "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
      "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/sibiraj-s"
        }
      ],
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/class-utils": {
      "version": "0.3.6",
      "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
      "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
      "dev": true,
      "dependencies": {
        "arr-union": "^3.1.0",
        "define-property": "^0.2.5",
        "isobject": "^3.0.0",
        "static-extend": "^0.1.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/class-utils/node_modules/define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/class-utils/node_modules/is-descriptor": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
      "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/cliui": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
      "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==",
      "dev": true,
      "dependencies": {
        "string-width": "^1.0.1",
        "strip-ansi": "^3.0.1",
        "wrap-ansi": "^2.0.0"
      }
    },
    "node_modules/clone": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
      "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
      "dev": true,
      "engines": {
        "node": ">=0.8"
      }
    },
    "node_modules/clone-buffer": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
      "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/clone-stats": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
      "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==",
      "dev": true
    },
    "node_modules/cloneable-readable": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
      "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.1",
        "process-nextick-args": "^2.0.0",
        "readable-stream": "^2.3.5"
      }
    },
    "node_modules/code-point-at": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
      "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/collection-map": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz",
      "integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==",
      "dev": true,
      "dependencies": {
        "arr-map": "^2.0.2",
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/collection-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
      "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
      "dev": true,
      "dependencies": {
        "map-visit": "^1.0.0",
        "object-visit": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/color-convert": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
      "dev": true,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/color-name": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
      "dev": true
    },
    "node_modules/color-support": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
      "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
      "dev": true,
      "bin": {
        "color-support": "bin.js"
      }
    },
    "node_modules/colord": {
      "version": "2.9.3",
      "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
      "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
      "dev": true
    },
    "node_modules/commander": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
      "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
      "dev": true,
      "engines": {
        "node": ">= 10"
      }
    },
    "node_modules/component-emitter": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
      "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
      "dev": true,
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/concat-map": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
      "dev": true
    },
    "node_modules/concat-stream": {
      "version": "1.6.2",
      "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
      "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
      "dev": true,
      "engines": [
        "node >= 0.8"
      ],
      "dependencies": {
        "buffer-from": "^1.0.0",
        "inherits": "^2.0.3",
        "readable-stream": "^2.2.2",
        "typedarray": "^0.0.6"
      }
    },
    "node_modules/concat-with-sourcemaps": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
      "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
      "dev": true,
      "dependencies": {
        "source-map": "^0.6.1"
      }
    },
    "node_modules/concat-with-sourcemaps/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/constant-case": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
      "integrity": "sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==",
      "dev": true,
      "dependencies": {
        "snake-case": "^2.1.0",
        "upper-case": "^1.1.1"
      }
    },
    "node_modules/content-type": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
      "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
      "dev": true,
      "engines": {
        "node": ">= 0.6"
      }
    },
    "node_modules/continuable-cache": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
      "integrity": "sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA==",
      "dev": true
    },
    "node_modules/convert-source-map": {
      "version": "1.9.0",
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
      "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
      "dev": true
    },
    "node_modules/copy-descriptor": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
      "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/copy-props": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz",
      "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==",
      "dev": true,
      "dependencies": {
        "each-props": "^1.3.2",
        "is-plain-object": "^5.0.0"
      }
    },
    "node_modules/core-js": {
      "version": "3.35.1",
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
      "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
      "dev": true,
      "hasInstallScript": true,
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/core-js"
      }
    },
    "node_modules/core-util-is": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
      "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
      "dev": true
    },
    "node_modules/cross-spawn": {
      "version": "7.0.3",
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
      "dev": true,
      "dependencies": {
        "path-key": "^3.1.0",
        "shebang-command": "^2.0.0",
        "which": "^2.0.1"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/cross-spawn/node_modules/which": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
      "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
      "dev": true,
      "dependencies": {
        "isexe": "^2.0.0"
      },
      "bin": {
        "node-which": "bin/node-which"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/css": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
      "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.4",
        "source-map": "^0.6.1",
        "source-map-resolve": "^0.6.0"
      }
    },
    "node_modules/css-declaration-sorter": {
      "version": "7.1.1",
      "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.1.1.tgz",
      "integrity": "sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18"
      },
      "peerDependencies": {
        "postcss": "^8.0.9"
      }
    },
    "node_modules/css-node-extract": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/css-node-extract/-/css-node-extract-2.1.3.tgz",
      "integrity": "sha512-E7CzbC0I4uAs2dI8mPCVe+K37xuja5kjIugOotpwICFL7vzhmFMAPHvS/MF9gFrmv8DDUANsxrgyT/I3OLukcw==",
      "dev": true,
      "dependencies": {
        "change-case": "^3.0.1",
        "postcss": "^6.0.14"
      }
    },
    "node_modules/css-node-extract/node_modules/ansi-styles": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
      "dev": true,
      "dependencies": {
        "color-convert": "^1.9.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-node-extract/node_modules/chalk": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-node-extract/node_modules/color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
      "dev": true,
      "dependencies": {
        "color-name": "1.1.3"
      }
    },
    "node_modules/css-node-extract/node_modules/color-name": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
      "dev": true
    },
    "node_modules/css-node-extract/node_modules/has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-node-extract/node_modules/postcss": {
      "version": "6.0.23",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
      "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
      "dev": true,
      "dependencies": {
        "chalk": "^2.4.1",
        "source-map": "^0.6.1",
        "supports-color": "^5.4.0"
      },
      "engines": {
        "node": ">=4.0.0"
      }
    },
    "node_modules/css-node-extract/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/css-node-extract/node_modules/supports-color": {
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
      "dev": true,
      "dependencies": {
        "has-flag": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-select": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
      "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
      "dev": true,
      "dependencies": {
        "boolbase": "^1.0.0",
        "css-what": "^6.1.0",
        "domhandler": "^5.0.2",
        "domutils": "^3.0.1",
        "nth-check": "^2.0.1"
      },
      "funding": {
        "url": "https://github.com/sponsors/fb55"
      }
    },
    "node_modules/css-selector-extract": {
      "version": "3.3.6",
      "resolved": "https://registry.npmjs.org/css-selector-extract/-/css-selector-extract-3.3.6.tgz",
      "integrity": "sha512-bBI8ZJKKyR9iHvxXb4t3E6WTMkis94eINopVg7y2FmmMjLXUVduD7mPEcADi4i9FX4wOypFMFpySX+0keuefxg==",
      "dev": true,
      "dependencies": {
        "postcss": "^6.0.14"
      }
    },
    "node_modules/css-selector-extract/node_modules/ansi-styles": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
      "dev": true,
      "dependencies": {
        "color-convert": "^1.9.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-selector-extract/node_modules/chalk": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-selector-extract/node_modules/color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
      "dev": true,
      "dependencies": {
        "color-name": "1.1.3"
      }
    },
    "node_modules/css-selector-extract/node_modules/color-name": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
      "dev": true
    },
    "node_modules/css-selector-extract/node_modules/has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-selector-extract/node_modules/postcss": {
      "version": "6.0.23",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
      "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
      "dev": true,
      "dependencies": {
        "chalk": "^2.4.1",
        "source-map": "^0.6.1",
        "supports-color": "^5.4.0"
      },
      "engines": {
        "node": ">=4.0.0"
      }
    },
    "node_modules/css-selector-extract/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/css-selector-extract/node_modules/supports-color": {
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
      "dev": true,
      "dependencies": {
        "has-flag": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/css-tree": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
      "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
      "dev": true,
      "dependencies": {
        "mdn-data": "2.0.30",
        "source-map-js": "^1.0.1"
      },
      "engines": {
        "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
      }
    },
    "node_modules/css-what": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
      "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
      "dev": true,
      "engines": {
        "node": ">= 6"
      },
      "funding": {
        "url": "https://github.com/sponsors/fb55"
      }
    },
    "node_modules/css/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/css/node_modules/source-map-resolve": {
      "version": "0.6.0",
      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
      "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
      "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
      "dev": true,
      "dependencies": {
        "atob": "^2.1.2",
        "decode-uri-component": "^0.2.0"
      }
    },
    "node_modules/cssesc": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
      "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
      "dev": true,
      "bin": {
        "cssesc": "bin/cssesc"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/cssnano": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.3.tgz",
      "integrity": "sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==",
      "dev": true,
      "dependencies": {
        "cssnano-preset-default": "^6.0.3",
        "lilconfig": "^3.0.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/cssnano"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/cssnano-preset-default": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.0.3.tgz",
      "integrity": "sha512-4y3H370aZCkT9Ev8P4SO4bZbt+AExeKhh8wTbms/X7OLDo5E7AYUUy6YPxa/uF5Grf+AJwNcCnxKhZynJ6luBA==",
      "dev": true,
      "dependencies": {
        "css-declaration-sorter": "^7.1.1",
        "cssnano-utils": "^4.0.1",
        "postcss-calc": "^9.0.1",
        "postcss-colormin": "^6.0.2",
        "postcss-convert-values": "^6.0.2",
        "postcss-discard-comments": "^6.0.1",
        "postcss-discard-duplicates": "^6.0.1",
        "postcss-discard-empty": "^6.0.1",
        "postcss-discard-overridden": "^6.0.1",
        "postcss-merge-longhand": "^6.0.2",
        "postcss-merge-rules": "^6.0.3",
        "postcss-minify-font-values": "^6.0.1",
        "postcss-minify-gradients": "^6.0.1",
        "postcss-minify-params": "^6.0.2",
        "postcss-minify-selectors": "^6.0.2",
        "postcss-normalize-charset": "^6.0.1",
        "postcss-normalize-display-values": "^6.0.1",
        "postcss-normalize-positions": "^6.0.1",
        "postcss-normalize-repeat-style": "^6.0.1",
        "postcss-normalize-string": "^6.0.1",
        "postcss-normalize-timing-functions": "^6.0.1",
        "postcss-normalize-unicode": "^6.0.2",
        "postcss-normalize-url": "^6.0.1",
        "postcss-normalize-whitespace": "^6.0.1",
        "postcss-ordered-values": "^6.0.1",
        "postcss-reduce-initial": "^6.0.2",
        "postcss-reduce-transforms": "^6.0.1",
        "postcss-svgo": "^6.0.2",
        "postcss-unique-selectors": "^6.0.2"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/cssnano-utils": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.1.tgz",
      "integrity": "sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/csso": {
      "version": "5.0.5",
      "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
      "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
      "dev": true,
      "dependencies": {
        "css-tree": "~2.2.0"
      },
      "engines": {
        "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
        "npm": ">=7.0.0"
      }
    },
    "node_modules/csso/node_modules/css-tree": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
      "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
      "dev": true,
      "dependencies": {
        "mdn-data": "2.0.28",
        "source-map-js": "^1.0.1"
      },
      "engines": {
        "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
        "npm": ">=7.0.0"
      }
    },
    "node_modules/csso/node_modules/mdn-data": {
      "version": "2.0.28",
      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
      "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
      "dev": true
    },
    "node_modules/d": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
      "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
      "dev": true,
      "dependencies": {
        "es5-ext": "^0.10.50",
        "type": "^1.0.1"
      }
    },
    "node_modules/debug": {
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
      "dev": true,
      "dependencies": {
        "ms": "2.0.0"
      }
    },
    "node_modules/debug-fabulous": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-1.1.0.tgz",
      "integrity": "sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg==",
      "dev": true,
      "dependencies": {
        "debug": "3.X",
        "memoizee": "0.4.X",
        "object-assign": "4.X"
      }
    },
    "node_modules/debug-fabulous/node_modules/debug": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
      "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
      "dev": true,
      "dependencies": {
        "ms": "^2.1.1"
      }
    },
    "node_modules/debug-fabulous/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true
    },
    "node_modules/decamelize": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
      "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/decode-uri-component": {
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
      "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10"
      }
    },
    "node_modules/default-compare": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
      "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==",
      "dev": true,
      "dependencies": {
        "kind-of": "^5.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/default-resolution": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz",
      "integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/define-data-property": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
      "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
      "dev": true,
      "dependencies": {
        "get-intrinsic": "^1.2.1",
        "gopd": "^1.0.1",
        "has-property-descriptors": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/define-properties": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
      "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
      "dev": true,
      "dependencies": {
        "define-data-property": "^1.0.1",
        "has-property-descriptors": "^1.0.0",
        "object-keys": "^1.1.1"
      },
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/define-property": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
      "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^1.0.2",
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/detect-file": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
      "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/detect-newline": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
      "integrity": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/dom-serializer": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
      "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
      "dev": true,
      "dependencies": {
        "domelementtype": "^2.3.0",
        "domhandler": "^5.0.2",
        "entities": "^4.2.0"
      },
      "funding": {
        "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
      }
    },
    "node_modules/domelementtype": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
      "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/fb55"
        }
      ]
    },
    "node_modules/domhandler": {
      "version": "5.0.3",
      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
      "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
      "dev": true,
      "dependencies": {
        "domelementtype": "^2.3.0"
      },
      "engines": {
        "node": ">= 4"
      },
      "funding": {
        "url": "https://github.com/fb55/domhandler?sponsor=1"
      }
    },
    "node_modules/domutils": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
      "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
      "dev": true,
      "dependencies": {
        "dom-serializer": "^2.0.0",
        "domelementtype": "^2.3.0",
        "domhandler": "^5.0.3"
      },
      "funding": {
        "url": "https://github.com/fb55/domutils?sponsor=1"
      }
    },
    "node_modules/dot-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz",
      "integrity": "sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0"
      }
    },
    "node_modules/dotenv": {
      "version": "16.4.1",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
      "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
      "dev": true,
      "engines": {
        "node": ">=12"
      },
      "funding": {
        "url": "https://github.com/motdotla/dotenv?sponsor=1"
      }
    },
    "node_modules/duplexify": {
      "version": "3.7.1",
      "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
      "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
      "dev": true,
      "dependencies": {
        "end-of-stream": "^1.0.0",
        "inherits": "^2.0.1",
        "readable-stream": "^2.0.0",
        "stream-shift": "^1.0.0"
      }
    },
    "node_modules/each-props": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz",
      "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.1",
        "object.defaults": "^1.1.0"
      }
    },
    "node_modules/each-props/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/electron-to-chromium": {
      "version": "1.4.651",
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.651.tgz",
      "integrity": "sha512-jjks7Xx+4I7dslwsbaFocSwqBbGHQmuXBJUK9QBZTIrzPq3pzn6Uf2szFSP728FtLYE3ldiccmlkOM/zhGKCpA==",
      "dev": true
    },
    "node_modules/encoding": {
      "version": "0.1.13",
      "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
      "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
      "dev": true,
      "dependencies": {
        "iconv-lite": "^0.6.2"
      }
    },
    "node_modules/end-of-stream": {
      "version": "1.4.4",
      "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
      "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
      "dev": true,
      "dependencies": {
        "once": "^1.4.0"
      }
    },
    "node_modules/entities": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
      "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
      "dev": true,
      "engines": {
        "node": ">=0.12"
      },
      "funding": {
        "url": "https://github.com/fb55/entities?sponsor=1"
      }
    },
    "node_modules/error": {
      "version": "7.2.1",
      "resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
      "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
      "dev": true,
      "dependencies": {
        "string-template": "~0.2.1"
      }
    },
    "node_modules/error-ex": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
      "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
      "dev": true,
      "dependencies": {
        "is-arrayish": "^0.2.1"
      }
    },
    "node_modules/es5-ext": {
      "version": "0.10.62",
      "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz",
      "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
      "dev": true,
      "hasInstallScript": true,
      "dependencies": {
        "es6-iterator": "^2.0.3",
        "es6-symbol": "^3.1.3",
        "next-tick": "^1.1.0"
      },
      "engines": {
        "node": ">=0.10"
      }
    },
    "node_modules/es6-iterator": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
      "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
      "dev": true,
      "dependencies": {
        "d": "1",
        "es5-ext": "^0.10.35",
        "es6-symbol": "^3.1.1"
      }
    },
    "node_modules/es6-symbol": {
      "version": "3.1.3",
      "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
      "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
      "dev": true,
      "dependencies": {
        "d": "^1.0.1",
        "ext": "^1.1.2"
      }
    },
    "node_modules/es6-weak-map": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
      "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
      "dev": true,
      "dependencies": {
        "d": "1",
        "es5-ext": "^0.10.46",
        "es6-iterator": "^2.0.3",
        "es6-symbol": "^3.1.1"
      }
    },
    "node_modules/esbuild": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz",
      "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==",
      "dev": true,
      "hasInstallScript": true,
      "bin": {
        "esbuild": "bin/esbuild"
      },
      "engines": {
        "node": ">=12"
      },
      "optionalDependencies": {
        "@esbuild/aix-ppc64": "0.19.12",
        "@esbuild/android-arm": "0.19.12",
        "@esbuild/android-arm64": "0.19.12",
        "@esbuild/android-x64": "0.19.12",
        "@esbuild/darwin-arm64": "0.19.12",
        "@esbuild/darwin-x64": "0.19.12",
        "@esbuild/freebsd-arm64": "0.19.12",
        "@esbuild/freebsd-x64": "0.19.12",
        "@esbuild/linux-arm": "0.19.12",
        "@esbuild/linux-arm64": "0.19.12",
        "@esbuild/linux-ia32": "0.19.12",
        "@esbuild/linux-loong64": "0.19.12",
        "@esbuild/linux-mips64el": "0.19.12",
        "@esbuild/linux-ppc64": "0.19.12",
        "@esbuild/linux-riscv64": "0.19.12",
        "@esbuild/linux-s390x": "0.19.12",
        "@esbuild/linux-x64": "0.19.12",
        "@esbuild/netbsd-x64": "0.19.12",
        "@esbuild/openbsd-x64": "0.19.12",
        "@esbuild/sunos-x64": "0.19.12",
        "@esbuild/win32-arm64": "0.19.12",
        "@esbuild/win32-ia32": "0.19.12",
        "@esbuild/win32-x64": "0.19.12"
      }
    },
    "node_modules/escalade": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
      "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
      "dev": true,
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/escape-string-regexp": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
      "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
      "dev": true,
      "engines": {
        "node": ">=0.8.0"
      }
    },
    "node_modules/eslint-visitor-keys": {
      "version": "3.4.3",
      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
      "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
      "dev": true,
      "engines": {
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      },
      "funding": {
        "url": "https://opencollective.com/eslint"
      }
    },
    "node_modules/espree": {
      "version": "9.6.1",
      "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
      "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
      "dev": true,
      "dependencies": {
        "acorn": "^8.9.0",
        "acorn-jsx": "^5.3.2",
        "eslint-visitor-keys": "^3.4.1"
      },
      "engines": {
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      },
      "funding": {
        "url": "https://opencollective.com/eslint"
      }
    },
    "node_modules/event-emitter": {
      "version": "0.3.5",
      "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
      "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
      "dev": true,
      "dependencies": {
        "d": "1",
        "es5-ext": "~0.10.14"
      }
    },
    "node_modules/event-target-shim": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
      "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
      "dev": true,
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/events": {
      "version": "3.3.0",
      "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
      "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
      "dev": true,
      "engines": {
        "node": ">=0.8.x"
      }
    },
    "node_modules/expand-brackets": {
      "version": "2.1.4",
      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
      "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
      "dev": true,
      "dependencies": {
        "debug": "^2.3.3",
        "define-property": "^0.2.5",
        "extend-shallow": "^2.0.1",
        "posix-character-classes": "^0.1.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/expand-brackets/node_modules/define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/expand-brackets/node_modules/is-descriptor": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
      "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/expand-tilde": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
      "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==",
      "dev": true,
      "dependencies": {
        "homedir-polyfill": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ext": {
      "version": "1.7.0",
      "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
      "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
      "dev": true,
      "dependencies": {
        "type": "^2.7.2"
      }
    },
    "node_modules/ext/node_modules/type": {
      "version": "2.7.2",
      "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz",
      "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==",
      "dev": true
    },
    "node_modules/extend": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
      "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
      "dev": true
    },
    "node_modules/extend-shallow": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
      "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
      "dev": true,
      "dependencies": {
        "is-extendable": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/extglob": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
      "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
      "dev": true,
      "dependencies": {
        "array-unique": "^0.3.2",
        "define-property": "^1.0.0",
        "expand-brackets": "^2.1.4",
        "extend-shallow": "^2.0.1",
        "fragment-cache": "^0.2.1",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/extglob/node_modules/define-property": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
      "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/fancy-log": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-2.0.0.tgz",
      "integrity": "sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==",
      "dev": true,
      "dependencies": {
        "color-support": "^1.1.3"
      },
      "engines": {
        "node": ">=10.13.0"
      }
    },
    "node_modules/fast-fifo": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
      "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
      "dev": true
    },
    "node_modules/fast-levenshtein": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
      "integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==",
      "dev": true
    },
    "node_modules/faye-websocket": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
      "integrity": "sha512-Xhj93RXbMSq8urNCUq4p9l0P6hnySJ/7YNRhYNug0bLOuii7pKO7xQFb5mx9xZXWCar88pLPb805PvUkwrLZpQ==",
      "dev": true,
      "dependencies": {
        "websocket-driver": ">=0.5.1"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/file-uri-to-path": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
      "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
      "dev": true,
      "optional": true
    },
    "node_modules/fill-range": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
      "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
      "dev": true,
      "dependencies": {
        "extend-shallow": "^2.0.1",
        "is-number": "^3.0.0",
        "repeat-string": "^1.6.1",
        "to-regex-range": "^2.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/find-up": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
      "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
      "dev": true,
      "dependencies": {
        "path-exists": "^2.0.0",
        "pinkie-promise": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/find-yarn-workspace-root": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
      "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
      "dev": true,
      "dependencies": {
        "micromatch": "^4.0.2"
      }
    },
    "node_modules/find-yarn-workspace-root/node_modules/braces": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
      "dev": true,
      "dependencies": {
        "fill-range": "^7.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/find-yarn-workspace-root/node_modules/fill-range": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
      "dev": true,
      "dependencies": {
        "to-regex-range": "^5.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/find-yarn-workspace-root/node_modules/is-number": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
      "dev": true,
      "engines": {
        "node": ">=0.12.0"
      }
    },
    "node_modules/find-yarn-workspace-root/node_modules/micromatch": {
      "version": "4.0.5",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
      "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
      "dev": true,
      "dependencies": {
        "braces": "^3.0.2",
        "picomatch": "^2.3.1"
      },
      "engines": {
        "node": ">=8.6"
      }
    },
    "node_modules/find-yarn-workspace-root/node_modules/to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
      "dev": true,
      "dependencies": {
        "is-number": "^7.0.0"
      },
      "engines": {
        "node": ">=8.0"
      }
    },
    "node_modules/findup-sync": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
      "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==",
      "dev": true,
      "dependencies": {
        "detect-file": "^1.0.0",
        "is-glob": "^4.0.0",
        "micromatch": "^3.0.4",
        "resolve-dir": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/fined": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
      "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
      "dev": true,
      "dependencies": {
        "expand-tilde": "^2.0.2",
        "is-plain-object": "^2.0.3",
        "object.defaults": "^1.1.0",
        "object.pick": "^1.2.0",
        "parse-filepath": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/fined/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/flagged-respawn": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
      "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/flush-write-stream": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
      "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.3",
        "readable-stream": "^2.3.6"
      }
    },
    "node_modules/for-in": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
      "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/for-own": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
      "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==",
      "dev": true,
      "dependencies": {
        "for-in": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/fraction.js": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
      "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
      "dev": true,
      "engines": {
        "node": "*"
      },
      "funding": {
        "type": "patreon",
        "url": "https://github.com/sponsors/rawify"
      }
    },
    "node_modules/fragment-cache": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
      "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
      "dev": true,
      "dependencies": {
        "map-cache": "^0.2.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/fs-extra": {
      "version": "9.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
      "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
      "dev": true,
      "dependencies": {
        "at-least-node": "^1.0.0",
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/fs-mkdirp-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz",
      "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.1.11",
        "through2": "^2.0.3"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/fs.realpath": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
      "dev": true
    },
    "node_modules/fsevents": {
      "version": "1.2.13",
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
      "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
      "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2",
      "dev": true,
      "hasInstallScript": true,
      "optional": true,
      "os": [
        "darwin"
      ],
      "dependencies": {
        "bindings": "^1.5.0",
        "nan": "^2.12.1"
      },
      "engines": {
        "node": ">= 4.0"
      }
    },
    "node_modules/function-bind": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
      "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
      "dev": true,
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/get-caller-file": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
      "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
      "dev": true
    },
    "node_modules/get-intrinsic": {
      "version": "1.2.2",
      "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
      "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
      "dev": true,
      "dependencies": {
        "function-bind": "^1.1.2",
        "has-proto": "^1.0.1",
        "has-symbols": "^1.0.3",
        "hasown": "^2.0.0"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/get-value": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
      "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gettext-parser": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-7.0.1.tgz",
      "integrity": "sha512-LU+ieGH3L9HmKEArTlX816/iiAlyA0fx/n/QSeQpkAaH/+jxMk/5UtDkAzcVvW+KlY25/U+IE6dnfkJ8ynt8pQ==",
      "dev": true,
      "dependencies": {
        "content-type": "^1.0.5",
        "encoding": "^0.1.13",
        "readable-stream": "^4.3.0",
        "safe-buffer": "^5.2.1"
      }
    },
    "node_modules/gettext-parser/node_modules/readable-stream": {
      "version": "4.5.2",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
      "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
      "dev": true,
      "dependencies": {
        "abort-controller": "^3.0.0",
        "buffer": "^6.0.3",
        "events": "^3.3.0",
        "process": "^0.11.10",
        "string_decoder": "^1.3.0"
      },
      "engines": {
        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
      }
    },
    "node_modules/gettext-parser/node_modules/safe-buffer": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ]
    },
    "node_modules/gettext-parser/node_modules/string_decoder": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
      "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
      "dev": true,
      "dependencies": {
        "safe-buffer": "~5.2.0"
      }
    },
    "node_modules/glob": {
      "version": "7.2.3",
      "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
      "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
      "dev": true,
      "dependencies": {
        "fs.realpath": "^1.0.0",
        "inflight": "^1.0.4",
        "inherits": "2",
        "minimatch": "^3.1.1",
        "once": "^1.3.0",
        "path-is-absolute": "^1.0.0"
      },
      "engines": {
        "node": "*"
      },
      "funding": {
        "url": "https://github.com/sponsors/isaacs"
      }
    },
    "node_modules/glob-parent": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
      "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
      "dev": true,
      "dependencies": {
        "is-glob": "^3.1.0",
        "path-dirname": "^1.0.0"
      }
    },
    "node_modules/glob-parent/node_modules/is-glob": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
      "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
      "dev": true,
      "dependencies": {
        "is-extglob": "^2.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/glob-stream": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz",
      "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==",
      "dev": true,
      "dependencies": {
        "extend": "^3.0.0",
        "glob": "^7.1.1",
        "glob-parent": "^3.1.0",
        "is-negated-glob": "^1.0.0",
        "ordered-read-streams": "^1.0.0",
        "pumpify": "^1.3.5",
        "readable-stream": "^2.1.5",
        "remove-trailing-separator": "^1.0.1",
        "to-absolute-glob": "^2.0.0",
        "unique-stream": "^2.0.2"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/glob-watcher": {
      "version": "5.0.5",
      "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz",
      "integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==",
      "dev": true,
      "dependencies": {
        "anymatch": "^2.0.0",
        "async-done": "^1.2.0",
        "chokidar": "^2.0.0",
        "is-negated-glob": "^1.0.0",
        "just-debounce": "^1.0.0",
        "normalize-path": "^3.0.0",
        "object.defaults": "^1.1.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/global-modules": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
      "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
      "dev": true,
      "dependencies": {
        "global-prefix": "^1.0.1",
        "is-windows": "^1.0.1",
        "resolve-dir": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/global-prefix": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
      "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==",
      "dev": true,
      "dependencies": {
        "expand-tilde": "^2.0.2",
        "homedir-polyfill": "^1.0.1",
        "ini": "^1.3.4",
        "is-windows": "^1.0.1",
        "which": "^1.2.14"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/glogg": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
      "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==",
      "dev": true,
      "dependencies": {
        "sparkles": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gopd": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
      "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
      "dev": true,
      "dependencies": {
        "get-intrinsic": "^1.1.3"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/graceful-fs": {
      "version": "4.2.11",
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
      "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
      "dev": true
    },
    "node_modules/gulp": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
      "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
      "dev": true,
      "dependencies": {
        "glob-watcher": "^5.0.3",
        "gulp-cli": "^2.2.0",
        "undertaker": "^1.2.1",
        "vinyl-fs": "^3.0.0"
      },
      "bin": {
        "gulp": "bin/gulp.js"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-cli": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz",
      "integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==",
      "dev": true,
      "dependencies": {
        "ansi-colors": "^1.0.1",
        "archy": "^1.0.0",
        "array-sort": "^1.0.0",
        "color-support": "^1.1.3",
        "concat-stream": "^1.6.0",
        "copy-props": "^2.0.1",
        "fancy-log": "^1.3.2",
        "gulplog": "^1.0.0",
        "interpret": "^1.4.0",
        "isobject": "^3.0.1",
        "liftoff": "^3.1.0",
        "matchdep": "^2.0.0",
        "mute-stdout": "^1.0.0",
        "pretty-hrtime": "^1.0.0",
        "replace-homedir": "^1.0.0",
        "semver-greatest-satisfied-range": "^1.1.0",
        "v8flags": "^3.2.0",
        "yargs": "^7.1.0"
      },
      "bin": {
        "gulp": "bin/gulp.js"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-cli/node_modules/fancy-log": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
      "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
      "dev": true,
      "dependencies": {
        "ansi-gray": "^0.1.1",
        "color-support": "^1.1.3",
        "parse-node-version": "^1.0.0",
        "time-stamp": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-concat": {
      "version": "2.6.1",
      "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
      "integrity": "sha512-a2scActrQrDBpBbR3WUZGyGS1JEPLg5PZJdIa7/Bi3GuKAmPYDK6SFhy/NZq5R8KsKKFvtfR0fakbUCcKGCCjg==",
      "dev": true,
      "dependencies": {
        "concat-with-sourcemaps": "^1.0.0",
        "through2": "^2.0.0",
        "vinyl": "^2.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-concat/node_modules/replace-ext": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
      "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-concat/node_modules/vinyl": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
      "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.1",
        "clone-buffer": "^1.0.0",
        "clone-stats": "^1.0.0",
        "cloneable-readable": "^1.0.0",
        "remove-trailing-separator": "^1.0.1",
        "replace-ext": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-esbuild": {
      "version": "0.12.0",
      "resolved": "https://registry.npmjs.org/gulp-esbuild/-/gulp-esbuild-0.12.0.tgz",
      "integrity": "sha512-6el2YFJK+Wiip18G4iMl1rNuetSxpEZTLT1e6GuAsi3Q/yaeoNUgTX7nlwpbFkymGXMI4NFXisg5++PMe+fNNA==",
      "dev": true,
      "dependencies": {
        "esbuild": "^0.19.6",
        "plugin-error": "^2.0.1",
        "vinyl": "^3.0.0"
      },
      "engines": {
        "node": ">=16"
      }
    },
    "node_modules/gulp-esbuild/node_modules/plugin-error": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-2.0.1.tgz",
      "integrity": "sha512-zMakqvIDyY40xHOvzXka0kUvf40nYIuwRE8dWhti2WtjQZ31xAgBZBhxsK7vK3QbRXS1Xms/LO7B5cuAsfB2Gg==",
      "dev": true,
      "dependencies": {
        "ansi-colors": "^1.0.1"
      },
      "engines": {
        "node": ">=10.13.0"
      }
    },
    "node_modules/gulp-livereload": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/gulp-livereload/-/gulp-livereload-4.0.2.tgz",
      "integrity": "sha512-InmaR50Xl1xB1WdEk4mrUgGHv3VhhlRLrx7u60iY5AAer90FlK95KXitPcGGQoi28zrUJM189d/h6+V470Ncgg==",
      "dev": true,
      "dependencies": {
        "chalk": "^2.4.1",
        "debug": "^3.1.0",
        "fancy-log": "^1.3.2",
        "lodash.assign": "^4.2.0",
        "readable-stream": "^3.0.6",
        "tiny-lr": "^1.1.1",
        "vinyl": "^2.2.0"
      },
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/gulp-livereload/node_modules/ansi-styles": {
      "version": "3.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
      "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
      "dev": true,
      "dependencies": {
        "color-convert": "^1.9.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/gulp-livereload/node_modules/chalk": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
      "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^3.2.1",
        "escape-string-regexp": "^1.0.5",
        "supports-color": "^5.3.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/gulp-livereload/node_modules/color-convert": {
      "version": "1.9.3",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
      "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
      "dev": true,
      "dependencies": {
        "color-name": "1.1.3"
      }
    },
    "node_modules/gulp-livereload/node_modules/color-name": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
      "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
      "dev": true
    },
    "node_modules/gulp-livereload/node_modules/debug": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
      "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
      "dev": true,
      "dependencies": {
        "ms": "^2.1.1"
      }
    },
    "node_modules/gulp-livereload/node_modules/fancy-log": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
      "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
      "dev": true,
      "dependencies": {
        "ansi-gray": "^0.1.1",
        "color-support": "^1.1.3",
        "parse-node-version": "^1.0.0",
        "time-stamp": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-livereload/node_modules/has-flag": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
      "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/gulp-livereload/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true
    },
    "node_modules/gulp-livereload/node_modules/readable-stream": {
      "version": "3.6.2",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
      "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.3",
        "string_decoder": "^1.1.1",
        "util-deprecate": "^1.0.1"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/gulp-livereload/node_modules/replace-ext": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
      "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-livereload/node_modules/supports-color": {
      "version": "5.5.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
      "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
      "dev": true,
      "dependencies": {
        "has-flag": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/gulp-livereload/node_modules/vinyl": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
      "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.1",
        "clone-buffer": "^1.0.0",
        "clone-stats": "^1.0.0",
        "cloneable-readable": "^1.0.0",
        "remove-trailing-separator": "^1.0.1",
        "replace-ext": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-plumber": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
      "integrity": "sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==",
      "dev": true,
      "dependencies": {
        "chalk": "^1.1.3",
        "fancy-log": "^1.3.2",
        "plugin-error": "^0.1.2",
        "through2": "^2.0.3"
      },
      "engines": {
        "node": ">=0.10",
        "npm": ">=1.2.10"
      }
    },
    "node_modules/gulp-plumber/node_modules/ansi-styles": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
      "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/arr-diff": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
      "integrity": "sha512-OQwDZUqYaQwyyhDJHThmzId8daf4/RFNLaeh3AevmSeZ5Y7ug4Ga/yKc6l6kTZOBW781rCj103ZuTh8GAsB3+Q==",
      "dev": true,
      "dependencies": {
        "arr-flatten": "^1.0.1",
        "array-slice": "^0.2.3"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/arr-union": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
      "integrity": "sha512-t5db90jq+qdgk8aFnxEkjqta0B/GHrM1pxzuuZz2zWsOXc5nKu3t+76s/PQBA8FTcM/ipspIH9jWG4OxCBc2eA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/array-slice": {
      "version": "0.2.3",
      "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
      "integrity": "sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/chalk": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
      "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^2.2.1",
        "escape-string-regexp": "^1.0.2",
        "has-ansi": "^2.0.0",
        "strip-ansi": "^3.0.0",
        "supports-color": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/extend-shallow": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
      "integrity": "sha512-L7AGmkO6jhDkEBBGWlLtftA80Xq8DipnrRPr0pyi7GQLXkaq9JYA4xF4z6qnadIC6euiTDKco0cGSU9muw+WTw==",
      "dev": true,
      "dependencies": {
        "kind-of": "^1.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/fancy-log": {
      "version": "1.3.3",
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
      "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
      "dev": true,
      "dependencies": {
        "ansi-gray": "^0.1.1",
        "color-support": "^1.1.3",
        "parse-node-version": "^1.0.0",
        "time-stamp": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-plumber/node_modules/kind-of": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
      "integrity": "sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/plugin-error": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
      "integrity": "sha512-WzZHcm4+GO34sjFMxQMqZbsz3xiNEgonCskQ9v+IroMmYgk/tas8dG+Hr2D6IbRPybZ12oWpzE/w3cGJ6FJzOw==",
      "dev": true,
      "dependencies": {
        "ansi-cyan": "^0.1.1",
        "ansi-red": "^0.1.1",
        "arr-diff": "^1.0.1",
        "arr-union": "^2.0.1",
        "extend-shallow": "^1.1.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-plumber/node_modules/supports-color": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
      "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
      "dev": true,
      "engines": {
        "node": ">=0.8.0"
      }
    },
    "node_modules/gulp-postcss": {
      "version": "9.1.0",
      "resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-9.1.0.tgz",
      "integrity": "sha512-a843mcKPApfeI987uqQbc8l50xXeWIXBsiVvYxtCI5XtVAMzTi/HnU2qzQpGwkB/PAOfsLV8OsqDv2iJZ9qvdw==",
      "dev": true,
      "dependencies": {
        "fancy-log": "^2.0.0",
        "plugin-error": "^2.0.1",
        "postcss-load-config": "^5.0.0",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "engines": {
        "node": ">=18"
      },
      "peerDependencies": {
        "postcss": "^8.0.0"
      }
    },
    "node_modules/gulp-postcss/node_modules/plugin-error": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-2.0.1.tgz",
      "integrity": "sha512-zMakqvIDyY40xHOvzXka0kUvf40nYIuwRE8dWhti2WtjQZ31xAgBZBhxsK7vK3QbRXS1Xms/LO7B5cuAsfB2Gg==",
      "dev": true,
      "dependencies": {
        "ansi-colors": "^1.0.1"
      },
      "engines": {
        "node": ">=10.13.0"
      }
    },
    "node_modules/gulp-sass": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-5.1.0.tgz",
      "integrity": "sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ==",
      "dev": true,
      "dependencies": {
        "lodash.clonedeep": "^4.5.0",
        "picocolors": "^1.0.0",
        "plugin-error": "^1.0.1",
        "replace-ext": "^2.0.0",
        "strip-ansi": "^6.0.1",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "engines": {
        "node": ">=12"
      }
    },
    "node_modules/gulp-sass/node_modules/ansi-regex": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
      "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/gulp-sass/node_modules/strip-ansi": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
      "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
      "dev": true,
      "dependencies": {
        "ansi-regex": "^5.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/gulp-sort": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz",
      "integrity": "sha512-MyTel3FXOdh1qhw1yKhpimQrAmur9q1X0ZigLmCOxouQD+BD3za9/89O+HfbgBQvvh4igEbp0/PUWO+VqGYG1g==",
      "dev": true,
      "dependencies": {
        "through2": "^2.0.1"
      }
    },
    "node_modules/gulp-sourcemaps": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz",
      "integrity": "sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ==",
      "dev": true,
      "dependencies": {
        "@gulp-sourcemaps/identity-map": "^2.0.1",
        "@gulp-sourcemaps/map-sources": "^1.0.0",
        "acorn": "^6.4.1",
        "convert-source-map": "^1.0.0",
        "css": "^3.0.0",
        "debug-fabulous": "^1.0.0",
        "detect-newline": "^2.0.0",
        "graceful-fs": "^4.0.0",
        "source-map": "^0.6.0",
        "strip-bom-string": "^1.0.0",
        "through2": "^2.0.0"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/gulp-sourcemaps/node_modules/acorn": {
      "version": "6.4.2",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
      "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
      "dev": true,
      "bin": {
        "acorn": "bin/acorn"
      },
      "engines": {
        "node": ">=0.4.0"
      }
    },
    "node_modules/gulp-sourcemaps/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/gulp-terser": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/gulp-terser/-/gulp-terser-2.1.0.tgz",
      "integrity": "sha512-lQ3+JUdHDVISAlUIUSZ/G9Dz/rBQHxOiYDQ70IVWFQeh4b33TC1MCIU+K18w07PS3rq/CVc34aQO4SUbdaNMPQ==",
      "dev": true,
      "dependencies": {
        "plugin-error": "^1.0.1",
        "terser": "^5.9.0",
        "through2": "^4.0.2",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/gulp-terser/node_modules/readable-stream": {
      "version": "3.6.2",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
      "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
      "dev": true,
      "dependencies": {
        "inherits": "^2.0.3",
        "string_decoder": "^1.1.1",
        "util-deprecate": "^1.0.1"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/gulp-terser/node_modules/through2": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
      "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
      "dev": true,
      "dependencies": {
        "readable-stream": "3"
      }
    },
    "node_modules/gulp-wp-pot": {
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/gulp-wp-pot/-/gulp-wp-pot-2.5.0.tgz",
      "integrity": "sha512-3IIVEsgAaRFi4DWv5hRZcM7VEsCtGD4ZxgPL8qPdX+yrSpwD8I2+Q1cP3olXhn7KLJsnGSNuqor5sxo97H5pmQ==",
      "dev": true,
      "dependencies": {
        "plugin-error": "^1.0.1",
        "vinyl": "^2.2.1",
        "wp-pot": "^1.9.6"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/gulp-wp-pot/node_modules/replace-ext": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
      "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulp-wp-pot/node_modules/vinyl": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
      "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.1",
        "clone-buffer": "^1.0.0",
        "clone-stats": "^1.0.0",
        "cloneable-readable": "^1.0.0",
        "remove-trailing-separator": "^1.0.1",
        "replace-ext": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/gulplog": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
      "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==",
      "dev": true,
      "dependencies": {
        "glogg": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/has-ansi": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
      "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
      "dev": true,
      "dependencies": {
        "ansi-regex": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/has-property-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
      "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
      "dev": true,
      "dependencies": {
        "get-intrinsic": "^1.2.2"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/has-proto": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
      "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
      "dev": true,
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/has-symbols": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
      "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
      "dev": true,
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/has-value": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
      "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
      "dev": true,
      "dependencies": {
        "get-value": "^2.0.6",
        "has-values": "^1.0.0",
        "isobject": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/has-values": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
      "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
      "dev": true,
      "dependencies": {
        "is-number": "^3.0.0",
        "kind-of": "^4.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/has-values/node_modules/kind-of": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
      "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/hasown": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
      "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
      "dev": true,
      "dependencies": {
        "function-bind": "^1.1.2"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/header-case": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/header-case/-/header-case-1.0.1.tgz",
      "integrity": "sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0",
        "upper-case": "^1.1.3"
      }
    },
    "node_modules/homedir-polyfill": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
      "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
      "dev": true,
      "dependencies": {
        "parse-passwd": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/hosted-git-info": {
      "version": "2.8.9",
      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
      "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
      "dev": true
    },
    "node_modules/http-parser-js": {
      "version": "0.5.8",
      "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
      "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
      "dev": true
    },
    "node_modules/iconv-lite": {
      "version": "0.6.3",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
      "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
      "dev": true,
      "dependencies": {
        "safer-buffer": ">= 2.1.2 < 3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ieee754": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
      "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/feross"
        },
        {
          "type": "patreon",
          "url": "https://www.patreon.com/feross"
        },
        {
          "type": "consulting",
          "url": "https://feross.org/support"
        }
      ]
    },
    "node_modules/immutable": {
      "version": "4.3.5",
      "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
      "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
      "dev": true
    },
    "node_modules/inflight": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
      "dev": true,
      "dependencies": {
        "once": "^1.3.0",
        "wrappy": "1"
      }
    },
    "node_modules/inherits": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
      "dev": true
    },
    "node_modules/ini": {
      "version": "1.3.8",
      "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
      "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
      "dev": true
    },
    "node_modules/interpret": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
      "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/invert-kv": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
      "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-absolute": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
      "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
      "dev": true,
      "dependencies": {
        "is-relative": "^1.0.0",
        "is-windows": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-accessor-descriptor": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
      "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
      "dev": true,
      "dependencies": {
        "hasown": "^2.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/is-arrayish": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
      "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
      "dev": true
    },
    "node_modules/is-binary-path": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
      "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
      "dev": true,
      "dependencies": {
        "binary-extensions": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-buffer": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
      "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
      "dev": true
    },
    "node_modules/is-core-module": {
      "version": "2.13.1",
      "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
      "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
      "dev": true,
      "dependencies": {
        "hasown": "^2.0.0"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/is-data-descriptor": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
      "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
      "dev": true,
      "dependencies": {
        "hasown": "^2.0.0"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/is-descriptor": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
      "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/is-docker": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
      "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
      "dev": true,
      "bin": {
        "is-docker": "cli.js"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/is-extendable": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
      "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-extglob": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-fullwidth-code-point": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
      "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
      "dev": true,
      "dependencies": {
        "number-is-nan": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-glob": {
      "version": "4.0.3",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
      "dev": true,
      "dependencies": {
        "is-extglob": "^2.1.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-lower-case": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz",
      "integrity": "sha512-+5A1e/WJpLLXZEDlgz4G//WYSHyQBD32qa4Jd3Lw06qQlv3fJHnp3YIHjTQSGzHMgzmVKz2ZP3rBxTHkPw/lxA==",
      "dev": true,
      "dependencies": {
        "lower-case": "^1.1.0"
      }
    },
    "node_modules/is-negated-glob": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
      "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-number": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
      "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
      "dev": true,
      "dependencies": {
        "kind-of": "^3.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-number/node_modules/kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-plain-object": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
      "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-promise": {
      "version": "2.2.2",
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
      "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
      "dev": true
    },
    "node_modules/is-relative": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
      "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
      "dev": true,
      "dependencies": {
        "is-unc-path": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-unc-path": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
      "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
      "dev": true,
      "dependencies": {
        "unc-path-regex": "^0.1.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-upper-case": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz",
      "integrity": "sha512-GQYSJMgfeAmVwh9ixyk888l7OIhNAGKtY6QA+IrWlu9MDTCaXmeozOZ2S9Knj7bQwBO/H6J2kb+pbyTUiMNbsw==",
      "dev": true,
      "dependencies": {
        "upper-case": "^1.1.0"
      }
    },
    "node_modules/is-utf8": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
      "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
      "dev": true
    },
    "node_modules/is-valid-glob": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
      "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-windows": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
      "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/is-wsl": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
      "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
      "dev": true,
      "dependencies": {
        "is-docker": "^2.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/isarray": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
      "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
      "dev": true
    },
    "node_modules/isexe": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
      "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
      "dev": true
    },
    "node_modules/isobject": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
      "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/json-stable-stringify": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
      "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
      "dev": true,
      "dependencies": {
        "call-bind": "^1.0.5",
        "isarray": "^2.0.5",
        "jsonify": "^0.0.1",
        "object-keys": "^1.1.1"
      },
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/json-stable-stringify-without-jsonify": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
      "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
      "dev": true
    },
    "node_modules/json-stable-stringify/node_modules/isarray": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
      "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
      "dev": true
    },
    "node_modules/jsonfile": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
      "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
      "dev": true,
      "dependencies": {
        "universalify": "^2.0.0"
      },
      "optionalDependencies": {
        "graceful-fs": "^4.1.6"
      }
    },
    "node_modules/jsonify": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
      "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
      "dev": true,
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/just-debounce": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz",
      "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==",
      "dev": true
    },
    "node_modules/kind-of": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
      "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/klaw-sync": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
      "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.1.11"
      }
    },
    "node_modules/kleur": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
      "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
      "dev": true,
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/last-run": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz",
      "integrity": "sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==",
      "dev": true,
      "dependencies": {
        "default-resolution": "^2.0.0",
        "es6-weak-map": "^2.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/lazystream": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
      "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
      "dev": true,
      "dependencies": {
        "readable-stream": "^2.0.5"
      },
      "engines": {
        "node": ">= 0.6.3"
      }
    },
    "node_modules/lcid": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
      "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==",
      "dev": true,
      "dependencies": {
        "invert-kv": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/lead": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz",
      "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==",
      "dev": true,
      "dependencies": {
        "flush-write-stream": "^1.0.2"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/liftoff": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz",
      "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==",
      "dev": true,
      "dependencies": {
        "extend": "^3.0.0",
        "findup-sync": "^3.0.0",
        "fined": "^1.0.1",
        "flagged-respawn": "^1.0.0",
        "is-plain-object": "^2.0.4",
        "object.map": "^1.0.0",
        "rechoir": "^0.6.2",
        "resolve": "^1.1.7"
      },
      "engines": {
        "node": ">= 0.8"
      }
    },
    "node_modules/liftoff/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/lilconfig": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
      "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
      "dev": true,
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/livereload-js": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
      "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==",
      "dev": true
    },
    "node_modules/load-json-file": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
      "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.1.2",
        "parse-json": "^2.2.0",
        "pify": "^2.0.0",
        "pinkie-promise": "^2.0.0",
        "strip-bom": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/load-json-file/node_modules/strip-bom": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
      "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
      "dev": true,
      "dependencies": {
        "is-utf8": "^0.2.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/lodash.assign": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
      "integrity": "sha512-hFuH8TY+Yji7Eja3mGiuAxBqLagejScbG8GbG0j6o9vzn0YL14My+ktnqtZgFTosKymC9/44wP6s7xyuLfnClw==",
      "dev": true
    },
    "node_modules/lodash.clonedeep": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
      "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
      "dev": true
    },
    "node_modules/lodash.memoize": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
      "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
      "dev": true
    },
    "node_modules/lodash.uniq": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
      "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
      "dev": true
    },
    "node_modules/lower-case": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
      "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==",
      "dev": true
    },
    "node_modules/lower-case-first": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-1.0.2.tgz",
      "integrity": "sha512-UuxaYakO7XeONbKrZf5FEgkantPf5DUqDayzP5VXZrtRPdH86s4kN47I8B3TW10S4QKiE3ziHNf3kRN//okHjA==",
      "dev": true,
      "dependencies": {
        "lower-case": "^1.1.2"
      }
    },
    "node_modules/lru-cache": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
      "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
      "dev": true,
      "dependencies": {
        "yallist": "^4.0.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/lru-queue": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz",
      "integrity": "sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==",
      "dev": true,
      "dependencies": {
        "es5-ext": "~0.10.2"
      }
    },
    "node_modules/make-iterator": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
      "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
      "dev": true,
      "dependencies": {
        "kind-of": "^6.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/make-iterator/node_modules/kind-of": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
      "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/map-cache": {
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
      "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/map-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
      "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
      "dev": true,
      "dependencies": {
        "object-visit": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/matchdep": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
      "integrity": "sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==",
      "dev": true,
      "dependencies": {
        "findup-sync": "^2.0.0",
        "micromatch": "^3.0.4",
        "resolve": "^1.4.0",
        "stack-trace": "0.0.10"
      },
      "engines": {
        "node": ">= 0.10.0"
      }
    },
    "node_modules/matchdep/node_modules/findup-sync": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
      "integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==",
      "dev": true,
      "dependencies": {
        "detect-file": "^1.0.0",
        "is-glob": "^3.1.0",
        "micromatch": "^3.0.4",
        "resolve-dir": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/matchdep/node_modules/is-glob": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
      "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
      "dev": true,
      "dependencies": {
        "is-extglob": "^2.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/matched": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/matched/-/matched-5.0.1.tgz",
      "integrity": "sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==",
      "dev": true,
      "dependencies": {
        "glob": "^7.1.6",
        "picomatch": "^2.2.1"
      },
      "engines": {
        "node": ">=10"
      },
      "funding": {
        "url": "https://github.com/sponsors/jonschlinkert"
      }
    },
    "node_modules/mdn-data": {
      "version": "2.0.30",
      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
      "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
      "dev": true
    },
    "node_modules/memoizee": {
      "version": "0.4.15",
      "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz",
      "integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==",
      "dev": true,
      "dependencies": {
        "d": "^1.0.1",
        "es5-ext": "^0.10.53",
        "es6-weak-map": "^2.0.3",
        "event-emitter": "^0.3.5",
        "is-promise": "^2.2.2",
        "lru-queue": "^0.1.0",
        "next-tick": "^1.1.0",
        "timers-ext": "^0.1.7"
      }
    },
    "node_modules/micromatch": {
      "version": "3.1.10",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
      "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
      "dev": true,
      "dependencies": {
        "arr-diff": "^4.0.0",
        "array-unique": "^0.3.2",
        "braces": "^2.3.1",
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "extglob": "^2.0.4",
        "fragment-cache": "^0.2.1",
        "kind-of": "^6.0.2",
        "nanomatch": "^1.2.9",
        "object.pick": "^1.3.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/micromatch/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/micromatch/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/micromatch/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/micromatch/node_modules/kind-of": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
      "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/minimatch": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
      "dev": true,
      "dependencies": {
        "brace-expansion": "^1.1.7"
      },
      "engines": {
        "node": "*"
      }
    },
    "node_modules/minimist": {
      "version": "1.2.8",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
      "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
      "dev": true,
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/mixin-deep": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
      "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
      "dev": true,
      "dependencies": {
        "for-in": "^1.0.2",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/mixin-deep/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/mixin-deep/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
      "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
      "dev": true
    },
    "node_modules/mute-stdout": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
      "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/nan": {
      "version": "2.18.0",
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
      "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
      "dev": true,
      "optional": true
    },
    "node_modules/nanoid": {
      "version": "3.3.7",
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
      "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
      "dev": true,
      "funding": [
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "bin": {
        "nanoid": "bin/nanoid.cjs"
      },
      "engines": {
        "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
      }
    },
    "node_modules/nanomatch": {
      "version": "1.2.13",
      "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
      "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
      "dev": true,
      "dependencies": {
        "arr-diff": "^4.0.0",
        "array-unique": "^0.3.2",
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "fragment-cache": "^0.2.1",
        "is-windows": "^1.0.2",
        "kind-of": "^6.0.2",
        "object.pick": "^1.3.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/nanomatch/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/nanomatch/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/nanomatch/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/nanomatch/node_modules/kind-of": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
      "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/next-tick": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
      "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
      "dev": true
    },
    "node_modules/no-case": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
      "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
      "dev": true,
      "dependencies": {
        "lower-case": "^1.1.1"
      }
    },
    "node_modules/node-fetch": {
      "version": "2.7.0",
      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
      "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
      "dev": true,
      "dependencies": {
        "whatwg-url": "^5.0.0"
      },
      "engines": {
        "node": "4.x || >=6.0.0"
      },
      "peerDependencies": {
        "encoding": "^0.1.0"
      },
      "peerDependenciesMeta": {
        "encoding": {
          "optional": true
        }
      }
    },
    "node_modules/node-releases": {
      "version": "2.0.14",
      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
      "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
      "dev": true
    },
    "node_modules/node-sass-magic-importer": {
      "version": "5.3.3",
      "resolved": "https://registry.npmjs.org/node-sass-magic-importer/-/node-sass-magic-importer-5.3.3.tgz",
      "integrity": "sha512-xB4yH7laj00SBIZO9Hwke3XDSqMcz+6IM7TgcxU9Ri6m6Pn8MBWwgG5HLmgZkQX3W2osUhx+k7WSOzzunuTKVw==",
      "dev": true,
      "dependencies": {
        "css-node-extract": "^2.1.3",
        "css-selector-extract": "^3.3.6",
        "findup-sync": "^4.0.0",
        "glob": "^7.1.6",
        "object-hash": "^2.0.3",
        "postcss-scss": "^3.0.2",
        "resolve": "^1.17.0"
      },
      "engines": {
        "node": ">=6.11.1",
        "npm": ">=3.0.0"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/braces": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
      "dev": true,
      "dependencies": {
        "fill-range": "^7.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/fill-range": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
      "dev": true,
      "dependencies": {
        "to-regex-range": "^5.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/findup-sync": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz",
      "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==",
      "dev": true,
      "dependencies": {
        "detect-file": "^1.0.0",
        "is-glob": "^4.0.0",
        "micromatch": "^4.0.2",
        "resolve-dir": "^1.0.1"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/is-number": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
      "dev": true,
      "engines": {
        "node": ">=0.12.0"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/micromatch": {
      "version": "4.0.5",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
      "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
      "dev": true,
      "dependencies": {
        "braces": "^3.0.2",
        "picomatch": "^2.3.1"
      },
      "engines": {
        "node": ">=8.6"
      }
    },
    "node_modules/node-sass-magic-importer/node_modules/to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
      "dev": true,
      "dependencies": {
        "is-number": "^7.0.0"
      },
      "engines": {
        "node": ">=8.0"
      }
    },
    "node_modules/node-sass-package-importer": {
      "version": "5.3.3",
      "resolved": "https://registry.npmjs.org/node-sass-package-importer/-/node-sass-package-importer-5.3.3.tgz",
      "integrity": "sha512-alXHd4/QzsUH6Aao8Wg5zm1uhz4Ujt9AgRG3LLjPYBlbW8lg7TtMsbCz2G+QgtdSba0A0wmZ3+8FAD+QjP5kHw==",
      "dev": true,
      "dependencies": {
        "node-sass-magic-importer": "^5.3.3"
      },
      "engines": {
        "node": ">=6.11.1",
        "npm": ">=3.0.0"
      }
    },
    "node_modules/normalize-package-data": {
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
      "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
      "dev": true,
      "dependencies": {
        "hosted-git-info": "^2.1.4",
        "resolve": "^1.10.0",
        "semver": "2 || 3 || 4 || 5",
        "validate-npm-package-license": "^3.0.1"
      }
    },
    "node_modules/normalize-path": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/normalize-range": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
      "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/now-and-later": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
      "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
      "dev": true,
      "dependencies": {
        "once": "^1.3.2"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/nth-check": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
      "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
      "dev": true,
      "dependencies": {
        "boolbase": "^1.0.0"
      },
      "funding": {
        "url": "https://github.com/fb55/nth-check?sponsor=1"
      }
    },
    "node_modules/number-is-nan": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
      "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object-assign": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
      "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object-copy": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
      "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
      "dev": true,
      "dependencies": {
        "copy-descriptor": "^0.1.0",
        "define-property": "^0.2.5",
        "kind-of": "^3.0.3"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object-copy/node_modules/define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object-copy/node_modules/is-descriptor": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
      "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/object-copy/node_modules/kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object-hash": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
      "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
      "dev": true,
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/object-inspect": {
      "version": "1.13.1",
      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
      "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
      "dev": true,
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/object-keys": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
      "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
      "dev": true,
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/object-visit": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
      "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object.assign": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
      "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
      "dev": true,
      "dependencies": {
        "call-bind": "^1.0.5",
        "define-properties": "^1.2.1",
        "has-symbols": "^1.0.3",
        "object-keys": "^1.1.1"
      },
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/object.defaults": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
      "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==",
      "dev": true,
      "dependencies": {
        "array-each": "^1.0.1",
        "array-slice": "^1.0.0",
        "for-own": "^1.0.0",
        "isobject": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object.map": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
      "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
      "dev": true,
      "dependencies": {
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object.pick": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
      "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/object.reduce": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz",
      "integrity": "sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==",
      "dev": true,
      "dependencies": {
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/once": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
      "dev": true,
      "dependencies": {
        "wrappy": "1"
      }
    },
    "node_modules/open": {
      "version": "7.4.2",
      "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
      "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
      "dev": true,
      "dependencies": {
        "is-docker": "^2.0.0",
        "is-wsl": "^2.1.1"
      },
      "engines": {
        "node": ">=8"
      },
      "funding": {
        "url": "https://github.com/sponsors/sindresorhus"
      }
    },
    "node_modules/ordered-read-streams": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
      "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==",
      "dev": true,
      "dependencies": {
        "readable-stream": "^2.0.1"
      }
    },
    "node_modules/os-locale": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
      "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==",
      "dev": true,
      "dependencies": {
        "lcid": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/os-tmpdir": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
      "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/param-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
      "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0"
      }
    },
    "node_modules/parse-filepath": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
      "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
      "dev": true,
      "dependencies": {
        "is-absolute": "^1.0.0",
        "map-cache": "^0.2.0",
        "path-root": "^0.1.1"
      },
      "engines": {
        "node": ">=0.8"
      }
    },
    "node_modules/parse-json": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
      "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
      "dev": true,
      "dependencies": {
        "error-ex": "^1.2.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/parse-node-version": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
      "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/parse-passwd": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
      "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/pascal-case": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz",
      "integrity": "sha512-qjS4s8rBOJa2Xm0jmxXiyh1+OFf6ekCWOvUaRgAQSktzlTbMotS0nmG9gyYAybCWBcuP4fsBeRCKNwGBnMe2OQ==",
      "dev": true,
      "dependencies": {
        "camel-case": "^3.0.0",
        "upper-case-first": "^1.1.0"
      }
    },
    "node_modules/pascalcase": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
      "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/patch-package": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz",
      "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
      "dev": true,
      "dependencies": {
        "@yarnpkg/lockfile": "^1.1.0",
        "chalk": "^4.1.2",
        "ci-info": "^3.7.0",
        "cross-spawn": "^7.0.3",
        "find-yarn-workspace-root": "^2.0.0",
        "fs-extra": "^9.0.0",
        "json-stable-stringify": "^1.0.2",
        "klaw-sync": "^6.0.0",
        "minimist": "^1.2.6",
        "open": "^7.4.2",
        "rimraf": "^2.6.3",
        "semver": "^7.5.3",
        "slash": "^2.0.0",
        "tmp": "^0.0.33",
        "yaml": "^2.2.2"
      },
      "bin": {
        "patch-package": "index.js"
      },
      "engines": {
        "node": ">=14",
        "npm": ">5"
      }
    },
    "node_modules/patch-package/node_modules/semver": {
      "version": "7.5.4",
      "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
      "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
      "dev": true,
      "dependencies": {
        "lru-cache": "^6.0.0"
      },
      "bin": {
        "semver": "bin/semver.js"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/path-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/path-case/-/path-case-2.1.1.tgz",
      "integrity": "sha512-Ou0N05MioItesaLr9q8TtHVWmJ6fxWdqKB2RohFmNWVyJ+2zeKIeDNWAN6B/Pe7wpzWChhZX6nONYmOnMeJQ/Q==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0"
      }
    },
    "node_modules/path-dirname": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
      "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==",
      "dev": true
    },
    "node_modules/path-exists": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
      "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
      "dev": true,
      "dependencies": {
        "pinkie-promise": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/path-is-absolute": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/path-key": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/path-parse": {
      "version": "1.0.7",
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
      "dev": true
    },
    "node_modules/path-root": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
      "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
      "dev": true,
      "dependencies": {
        "path-root-regex": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/path-root-regex": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
      "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/path-sort": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/path-sort/-/path-sort-0.1.0.tgz",
      "integrity": "sha512-70MSq7edKtbODYKkqXYzSMQxtYMjDgP3K6D15Fu4KUvpyBPlxDWPvv8JI9GjNDF2K5baPHFEtlg818dOmf2ifg==",
      "dev": true
    },
    "node_modules/path-type": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
      "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.1.2",
        "pify": "^2.0.0",
        "pinkie-promise": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/php-parser": {
      "version": "3.1.5",
      "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.5.tgz",
      "integrity": "sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ==",
      "dev": true
    },
    "node_modules/picocolors": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
      "dev": true
    },
    "node_modules/picomatch": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
      "dev": true,
      "engines": {
        "node": ">=8.6"
      },
      "funding": {
        "url": "https://github.com/sponsors/jonschlinkert"
      }
    },
    "node_modules/pify": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
      "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/pinkie": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
      "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/pinkie-promise": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
      "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
      "dev": true,
      "dependencies": {
        "pinkie": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/plugin-error": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
      "dev": true,
      "dependencies": {
        "ansi-colors": "^1.0.1",
        "arr-diff": "^4.0.0",
        "arr-union": "^3.1.0",
        "extend-shallow": "^3.0.2"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/plugin-error/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/plugin-error/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/plugin-error/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/posix-character-classes": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
      "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/postcss": {
      "version": "8.4.33",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz",
      "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/postcss/"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/postcss"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "dependencies": {
        "nanoid": "^3.3.7",
        "picocolors": "^1.0.0",
        "source-map-js": "^1.0.2"
      },
      "engines": {
        "node": "^10 || ^12 || >=14"
      }
    },
    "node_modules/postcss-calc": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
      "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
      "dev": true,
      "dependencies": {
        "postcss-selector-parser": "^6.0.11",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.2.2"
      }
    },
    "node_modules/postcss-colormin": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.0.2.tgz",
      "integrity": "sha512-TXKOxs9LWcdYo5cgmcSHPkyrLAh86hX1ijmyy6J8SbOhyv6ua053M3ZAM/0j44UsnQNIWdl8gb5L7xX2htKeLw==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0",
        "colord": "^2.9.1",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-convert-values": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.0.2.tgz",
      "integrity": "sha512-aeBmaTnGQ+NUSVQT8aY0sKyAD/BaLJenEKZ03YK0JnDE1w1Rr8XShoxdal2V2H26xTJKr3v5haByOhJuyT4UYw==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-discard-comments": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz",
      "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-discard-duplicates": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.1.tgz",
      "integrity": "sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-discard-empty": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.1.tgz",
      "integrity": "sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-discard-overridden": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.1.tgz",
      "integrity": "sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-load-config": {
      "version": "5.0.2",
      "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.2.tgz",
      "integrity": "sha512-Q8QR3FYbqOKa0bnC1UQ2bFq9/ulHX5Bi34muzitMr8aDtUelO5xKeJEYC/5smE0jNE9zdB/NBnOwXKexELbRlw==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/postcss/"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "dependencies": {
        "lilconfig": "^3.0.0",
        "yaml": "^2.3.4"
      },
      "engines": {
        "node": ">= 18"
      },
      "peerDependencies": {
        "jiti": ">=1.21.0",
        "postcss": ">=8.0.9"
      },
      "peerDependenciesMeta": {
        "jiti": {
          "optional": true
        },
        "postcss": {
          "optional": true
        }
      }
    },
    "node_modules/postcss-merge-longhand": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.2.tgz",
      "integrity": "sha512-+yfVB7gEM8SrCo9w2lCApKIEzrTKl5yS1F4yGhV3kSim6JzbfLGJyhR1B6X+6vOT0U33Mgx7iv4X9MVWuaSAfw==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0",
        "stylehacks": "^6.0.2"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-merge-rules": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.0.3.tgz",
      "integrity": "sha512-yfkDqSHGohy8sGYIJwBmIGDv4K4/WrJPX355XrxQb/CSsT4Kc/RxDi6akqn5s9bap85AWgv21ArcUWwWdGNSHA==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0",
        "cssnano-utils": "^4.0.1",
        "postcss-selector-parser": "^6.0.15"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-minify-font-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.0.1.tgz",
      "integrity": "sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-minify-gradients": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.1.tgz",
      "integrity": "sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==",
      "dev": true,
      "dependencies": {
        "colord": "^2.9.1",
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-minify-params": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.0.2.tgz",
      "integrity": "sha512-zwQtbrPEBDj+ApELZ6QylLf2/c5zmASoOuA4DzolyVGdV38iR2I5QRMsZcHkcdkZzxpN8RS4cN7LPskOkTwTZw==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-minify-selectors": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.2.tgz",
      "integrity": "sha512-0b+m+w7OAvZejPQdN2GjsXLv5o0jqYHX3aoV0e7RBKPCsB7TYG5KKWBFhGnB/iP3213Ts8c5H4wLPLMm7z28Sg==",
      "dev": true,
      "dependencies": {
        "postcss-selector-parser": "^6.0.15"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-charset": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.1.tgz",
      "integrity": "sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==",
      "dev": true,
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-display-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.1.tgz",
      "integrity": "sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-positions": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.1.tgz",
      "integrity": "sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-repeat-style": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.1.tgz",
      "integrity": "sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-string": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.1.tgz",
      "integrity": "sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-timing-functions": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.1.tgz",
      "integrity": "sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-unicode": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.0.2.tgz",
      "integrity": "sha512-Ff2VdAYCTGyMUwpevTZPZ4w0+mPjbZzLLyoLh/RMpqUqeQKZ+xMm31hkxBavDcGKcxm6ACzGk0nBfZ8LZkStKA==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-url": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.1.tgz",
      "integrity": "sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-normalize-whitespace": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.1.tgz",
      "integrity": "sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-ordered-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.1.tgz",
      "integrity": "sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==",
      "dev": true,
      "dependencies": {
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-reduce-initial": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.0.2.tgz",
      "integrity": "sha512-YGKalhNlCLcjcLvjU5nF8FyeCTkCO5UtvJEt0hrPZVCTtRLSOH4z00T1UntQPj4dUmIYZgMj8qK77JbSX95hSw==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-reduce-transforms": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.1.tgz",
      "integrity": "sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-scss": {
      "version": "3.0.5",
      "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-3.0.5.tgz",
      "integrity": "sha512-3e0qYk87eczfzg5P73ZVuuxEGCBfatRhPze6KrSaIbEKVtmnFI1RYp1Fv+AyZi+w8kcNRSPeNX6ap4b65zEkiA==",
      "dev": true,
      "dependencies": {
        "postcss": "^8.2.7"
      },
      "engines": {
        "node": ">=10.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/postcss/"
      }
    },
    "node_modules/postcss-selector-parser": {
      "version": "6.0.15",
      "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
      "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
      "dev": true,
      "dependencies": {
        "cssesc": "^3.0.0",
        "util-deprecate": "^1.0.2"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/postcss-svgo": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.2.tgz",
      "integrity": "sha512-IH5R9SjkTkh0kfFOQDImyy1+mTCb+E830+9SV1O+AaDcoHTvfsvt6WwJeo7KwcHbFnevZVCsXhDmjFiGVuwqFQ==",
      "dev": true,
      "dependencies": {
        "postcss-value-parser": "^4.2.0",
        "svgo": "^3.2.0"
      },
      "engines": {
        "node": "^14 || ^16 || >= 18"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-unique-selectors": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.2.tgz",
      "integrity": "sha512-8IZGQ94nechdG7Y9Sh9FlIY2b4uS8/k8kdKRX040XHsS3B6d1HrJAkXrBSsSu4SuARruSsUjW3nlSw8BHkaAYQ==",
      "dev": true,
      "dependencies": {
        "postcss-selector-parser": "^6.0.15"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/postcss-value-parser": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
      "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
      "dev": true
    },
    "node_modules/pretty-hrtime": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
      "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==",
      "dev": true,
      "engines": {
        "node": ">= 0.8"
      }
    },
    "node_modules/process": {
      "version": "0.11.10",
      "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
      "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
      "dev": true,
      "engines": {
        "node": ">= 0.6.0"
      }
    },
    "node_modules/process-nextick-args": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
      "dev": true
    },
    "node_modules/prompts": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
      "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
      "dev": true,
      "dependencies": {
        "kleur": "^3.0.3",
        "sisteransi": "^1.0.5"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/pump": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
      "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
      "dev": true,
      "dependencies": {
        "end-of-stream": "^1.1.0",
        "once": "^1.3.1"
      }
    },
    "node_modules/pumpify": {
      "version": "1.5.1",
      "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
      "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
      "dev": true,
      "dependencies": {
        "duplexify": "^3.6.0",
        "inherits": "^2.0.3",
        "pump": "^2.0.0"
      }
    },
    "node_modules/qs": {
      "version": "6.11.2",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
      "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
      "dev": true,
      "dependencies": {
        "side-channel": "^1.0.4"
      },
      "engines": {
        "node": ">=0.6"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/queue-tick": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
      "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
      "dev": true
    },
    "node_modules/raw-body": {
      "version": "1.1.7",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
      "integrity": "sha512-WmJJU2e9Y6M5UzTOkHaM7xJGAPQD8PNzx3bAd2+uhZAim6wDk6dAZxPVYLF67XhbR4hmKGh33Lpmh4XWrCH5Mg==",
      "dev": true,
      "dependencies": {
        "bytes": "1",
        "string_decoder": "0.10"
      },
      "engines": {
        "node": ">= 0.8.0"
      }
    },
    "node_modules/raw-body/node_modules/string_decoder": {
      "version": "0.10.31",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
      "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
      "dev": true
    },
    "node_modules/read-pkg": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
      "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
      "dev": true,
      "dependencies": {
        "load-json-file": "^1.0.0",
        "normalize-package-data": "^2.3.2",
        "path-type": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/read-pkg-up": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
      "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
      "dev": true,
      "dependencies": {
        "find-up": "^1.0.0",
        "read-pkg": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/readable-stream": {
      "version": "2.3.8",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
      "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
      "dev": true,
      "dependencies": {
        "core-util-is": "~1.0.0",
        "inherits": "~2.0.3",
        "isarray": "~1.0.0",
        "process-nextick-args": "~2.0.0",
        "safe-buffer": "~5.1.1",
        "string_decoder": "~1.1.1",
        "util-deprecate": "~1.0.1"
      }
    },
    "node_modules/readdirp": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
      "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.1.11",
        "micromatch": "^3.1.10",
        "readable-stream": "^2.0.2"
      },
      "engines": {
        "node": ">=0.10"
      }
    },
    "node_modules/rechoir": {
      "version": "0.6.2",
      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
      "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
      "dev": true,
      "dependencies": {
        "resolve": "^1.1.6"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/regex-not": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
      "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
      "dev": true,
      "dependencies": {
        "extend-shallow": "^3.0.2",
        "safe-regex": "^1.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/regex-not/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/regex-not/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/regex-not/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/remove-bom-buffer": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
      "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5",
        "is-utf8": "^0.2.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/remove-bom-stream": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz",
      "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==",
      "dev": true,
      "dependencies": {
        "remove-bom-buffer": "^3.0.0",
        "safe-buffer": "^5.1.0",
        "through2": "^2.0.3"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/remove-trailing-separator": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
      "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",
      "dev": true
    },
    "node_modules/repeat-element": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
      "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/repeat-string": {
      "version": "1.6.1",
      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
      "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
      "dev": true,
      "engines": {
        "node": ">=0.10"
      }
    },
    "node_modules/replace-ext": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz",
      "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==",
      "dev": true,
      "engines": {
        "node": ">= 10"
      }
    },
    "node_modules/replace-homedir": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz",
      "integrity": "sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==",
      "dev": true,
      "dependencies": {
        "homedir-polyfill": "^1.0.1",
        "is-absolute": "^1.0.0",
        "remove-trailing-separator": "^1.1.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/require-directory": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
      "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/require-main-filename": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
      "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==",
      "dev": true
    },
    "node_modules/resolve": {
      "version": "1.22.8",
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
      "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
      "dev": true,
      "dependencies": {
        "is-core-module": "^2.13.0",
        "path-parse": "^1.0.7",
        "supports-preserve-symlinks-flag": "^1.0.0"
      },
      "bin": {
        "resolve": "bin/resolve"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/resolve-dir": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
      "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==",
      "dev": true,
      "dependencies": {
        "expand-tilde": "^2.0.0",
        "global-modules": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/resolve-options": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz",
      "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==",
      "dev": true,
      "dependencies": {
        "value-or-function": "^3.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/resolve-url": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
      "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
      "deprecated": "https://github.com/lydell/resolve-url#deprecated",
      "dev": true
    },
    "node_modules/ret": {
      "version": "0.1.15",
      "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
      "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
      "dev": true,
      "engines": {
        "node": ">=0.12"
      }
    },
    "node_modules/rimraf": {
      "version": "2.7.1",
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
      "dev": true,
      "dependencies": {
        "glob": "^7.1.3"
      },
      "bin": {
        "rimraf": "bin.js"
      }
    },
    "node_modules/safe-buffer": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
      "dev": true
    },
    "node_modules/safe-json-parse": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
      "integrity": "sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A==",
      "dev": true
    },
    "node_modules/safe-regex": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
      "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
      "dev": true,
      "dependencies": {
        "ret": "~0.1.10"
      }
    },
    "node_modules/safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
      "dev": true
    },
    "node_modules/sass": {
      "version": "1.70.0",
      "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
      "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
      "dev": true,
      "dependencies": {
        "chokidar": ">=3.0.0 <4.0.0",
        "immutable": "^4.0.0",
        "source-map-js": ">=0.6.2 <2.0.0"
      },
      "bin": {
        "sass": "sass.js"
      },
      "engines": {
        "node": ">=14.0.0"
      }
    },
    "node_modules/sass/node_modules/anymatch": {
      "version": "3.1.3",
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
      "dev": true,
      "dependencies": {
        "normalize-path": "^3.0.0",
        "picomatch": "^2.0.4"
      },
      "engines": {
        "node": ">= 8"
      }
    },
    "node_modules/sass/node_modules/binary-extensions": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
      "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/sass/node_modules/braces": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
      "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
      "dev": true,
      "dependencies": {
        "fill-range": "^7.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/sass/node_modules/chokidar": {
      "version": "3.5.3",
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
      "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
      "dev": true,
      "funding": [
        {
          "type": "individual",
          "url": "https://paulmillr.com/funding/"
        }
      ],
      "dependencies": {
        "anymatch": "~3.1.2",
        "braces": "~3.0.2",
        "glob-parent": "~5.1.2",
        "is-binary-path": "~2.1.0",
        "is-glob": "~4.0.1",
        "normalize-path": "~3.0.0",
        "readdirp": "~3.6.0"
      },
      "engines": {
        "node": ">= 8.10.0"
      },
      "optionalDependencies": {
        "fsevents": "~2.3.2"
      }
    },
    "node_modules/sass/node_modules/fill-range": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
      "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
      "dev": true,
      "dependencies": {
        "to-regex-range": "^5.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/sass/node_modules/fsevents": {
      "version": "2.3.3",
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
      "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
      "dev": true,
      "hasInstallScript": true,
      "optional": true,
      "os": [
        "darwin"
      ],
      "engines": {
        "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
      }
    },
    "node_modules/sass/node_modules/glob-parent": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
      "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
      "dev": true,
      "dependencies": {
        "is-glob": "^4.0.1"
      },
      "engines": {
        "node": ">= 6"
      }
    },
    "node_modules/sass/node_modules/is-binary-path": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
      "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
      "dev": true,
      "dependencies": {
        "binary-extensions": "^2.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/sass/node_modules/is-number": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
      "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
      "dev": true,
      "engines": {
        "node": ">=0.12.0"
      }
    },
    "node_modules/sass/node_modules/readdirp": {
      "version": "3.6.0",
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
      "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
      "dev": true,
      "dependencies": {
        "picomatch": "^2.2.1"
      },
      "engines": {
        "node": ">=8.10.0"
      }
    },
    "node_modules/sass/node_modules/to-regex-range": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
      "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
      "dev": true,
      "dependencies": {
        "is-number": "^7.0.0"
      },
      "engines": {
        "node": ">=8.0"
      }
    },
    "node_modules/semver": {
      "version": "4.3.6",
      "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
      "integrity": "sha512-IrpJ+yoG4EOH8DFWuVg+8H1kW1Oaof0Wxe7cPcXW3x9BjkN/eVo54F15LyqemnDIUYskQWr9qvl/RihmSy6+xQ==",
      "dev": true,
      "bin": {
        "semver": "bin/semver"
      }
    },
    "node_modules/semver-greatest-satisfied-range": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
      "integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==",
      "dev": true,
      "dependencies": {
        "sver-compat": "^1.5.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/sentence-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.1.tgz",
      "integrity": "sha512-ENl7cYHaK/Ktwk5OTD+aDbQ3uC8IByu/6Bkg+HDv8Mm+XnBnppVNalcfJTNsp1ibstKh030/JKQQWglDvtKwEQ==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0",
        "upper-case-first": "^1.1.2"
      }
    },
    "node_modules/set-blocking": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
      "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
      "dev": true
    },
    "node_modules/set-function-length": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz",
      "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==",
      "dev": true,
      "dependencies": {
        "define-data-property": "^1.1.1",
        "function-bind": "^1.1.2",
        "get-intrinsic": "^1.2.2",
        "gopd": "^1.0.1",
        "has-property-descriptors": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/set-value": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
      "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
      "dev": true,
      "dependencies": {
        "extend-shallow": "^2.0.1",
        "is-extendable": "^0.1.1",
        "is-plain-object": "^2.0.3",
        "split-string": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/set-value/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/shebang-command": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
      "dev": true,
      "dependencies": {
        "shebang-regex": "^3.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/shebang-regex": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/side-channel": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
      "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
      "dev": true,
      "dependencies": {
        "call-bind": "^1.0.0",
        "get-intrinsic": "^1.0.2",
        "object-inspect": "^1.9.0"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/sisteransi": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
      "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
      "dev": true
    },
    "node_modules/slash": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
      "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
      "dev": true,
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/snake-case": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-2.1.0.tgz",
      "integrity": "sha512-FMR5YoPFwOLuh4rRz92dywJjyKYZNLpMn1R5ujVpIYkbA9p01fq8RMg0FkO4M+Yobt4MjHeLTJVm5xFFBHSV2Q==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0"
      }
    },
    "node_modules/snapdragon": {
      "version": "0.8.2",
      "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
      "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
      "dev": true,
      "dependencies": {
        "base": "^0.11.1",
        "debug": "^2.2.0",
        "define-property": "^0.2.5",
        "extend-shallow": "^2.0.1",
        "map-cache": "^0.2.2",
        "source-map": "^0.5.6",
        "source-map-resolve": "^0.5.0",
        "use": "^3.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon-node": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
      "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
      "dev": true,
      "dependencies": {
        "define-property": "^1.0.0",
        "isobject": "^3.0.0",
        "snapdragon-util": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon-node/node_modules/define-property": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
      "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon-util": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
      "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
      "dev": true,
      "dependencies": {
        "kind-of": "^3.2.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon-util/node_modules/kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon/node_modules/define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/snapdragon/node_modules/is-descriptor": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
      "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/source-map": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
      "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/source-map-js": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/source-map-resolve": {
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
      "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
      "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated",
      "dev": true,
      "dependencies": {
        "atob": "^2.1.2",
        "decode-uri-component": "^0.2.0",
        "resolve-url": "^0.2.1",
        "source-map-url": "^0.4.0",
        "urix": "^0.1.0"
      }
    },
    "node_modules/source-map-support": {
      "version": "0.5.21",
      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
      "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
      "dev": true,
      "dependencies": {
        "buffer-from": "^1.0.0",
        "source-map": "^0.6.0"
      }
    },
    "node_modules/source-map-support/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/source-map-url": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
      "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
      "deprecated": "See https://github.com/lydell/source-map-url#deprecated",
      "dev": true
    },
    "node_modules/sparkles": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
      "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/spdx-correct": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
      "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
      "dev": true,
      "dependencies": {
        "spdx-expression-parse": "^3.0.0",
        "spdx-license-ids": "^3.0.0"
      }
    },
    "node_modules/spdx-exceptions": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz",
      "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==",
      "dev": true
    },
    "node_modules/spdx-expression-parse": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
      "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
      "dev": true,
      "dependencies": {
        "spdx-exceptions": "^2.1.0",
        "spdx-license-ids": "^3.0.0"
      }
    },
    "node_modules/spdx-license-ids": {
      "version": "3.0.16",
      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
      "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==",
      "dev": true
    },
    "node_modules/split-string": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
      "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
      "dev": true,
      "dependencies": {
        "extend-shallow": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/split-string/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/split-string/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/split-string/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/stack-trace": {
      "version": "0.0.10",
      "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
      "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
      "dev": true,
      "engines": {
        "node": "*"
      }
    },
    "node_modules/static-extend": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
      "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
      "dev": true,
      "dependencies": {
        "define-property": "^0.2.5",
        "object-copy": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/static-extend/node_modules/define-property": {
      "version": "0.2.5",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
      "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
      "dev": true,
      "dependencies": {
        "is-descriptor": "^0.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/static-extend/node_modules/is-descriptor": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
      "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
      "dev": true,
      "dependencies": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.4"
      }
    },
    "node_modules/stream-exhaust": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
      "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==",
      "dev": true
    },
    "node_modules/stream-shift": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
      "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
      "dev": true
    },
    "node_modules/streamx": {
      "version": "2.15.6",
      "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz",
      "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==",
      "dev": true,
      "dependencies": {
        "fast-fifo": "^1.1.0",
        "queue-tick": "^1.0.1"
      }
    },
    "node_modules/string_decoder": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
      "dev": true,
      "dependencies": {
        "safe-buffer": "~5.1.0"
      }
    },
    "node_modules/string-template": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
      "integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==",
      "dev": true
    },
    "node_modules/string-width": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
      "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
      "dev": true,
      "dependencies": {
        "code-point-at": "^1.0.0",
        "is-fullwidth-code-point": "^1.0.0",
        "strip-ansi": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/strip-ansi": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
      "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
      "dev": true,
      "dependencies": {
        "ansi-regex": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/strip-bom-string": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
      "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/stylehacks": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.0.2.tgz",
      "integrity": "sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==",
      "dev": true,
      "dependencies": {
        "browserslist": "^4.22.2",
        "postcss-selector-parser": "^6.0.15"
      },
      "engines": {
        "node": "^14 || ^16 || >=18.0"
      },
      "peerDependencies": {
        "postcss": "^8.4.31"
      }
    },
    "node_modules/supports-color": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
      "dev": true,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/supports-preserve-symlinks-flag": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
      "dev": true,
      "engines": {
        "node": ">= 0.4"
      },
      "funding": {
        "url": "https://github.com/sponsors/ljharb"
      }
    },
    "node_modules/sver-compat": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz",
      "integrity": "sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==",
      "dev": true,
      "dependencies": {
        "es6-iterator": "^2.0.1",
        "es6-symbol": "^3.1.1"
      }
    },
    "node_modules/svgo": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
      "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
      "dev": true,
      "dependencies": {
        "@trysound/sax": "0.2.0",
        "commander": "^7.2.0",
        "css-select": "^5.1.0",
        "css-tree": "^2.3.1",
        "css-what": "^6.1.0",
        "csso": "^5.0.5",
        "picocolors": "^1.0.0"
      },
      "bin": {
        "svgo": "bin/svgo"
      },
      "engines": {
        "node": ">=14.0.0"
      },
      "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/svgo"
      }
    },
    "node_modules/swap-case": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz",
      "integrity": "sha512-BAmWG6/bx8syfc6qXPprof3Mn5vQgf5dwdUNJhsNqU9WdPt5P+ES/wQ5bxfijy8zwZgZZHslC3iAsxsuQMCzJQ==",
      "dev": true,
      "dependencies": {
        "lower-case": "^1.1.1",
        "upper-case": "^1.1.1"
      }
    },
    "node_modules/teex": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
      "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
      "dev": true,
      "dependencies": {
        "streamx": "^2.12.5"
      }
    },
    "node_modules/terser": {
      "version": "5.27.0",
      "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
      "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
      "dev": true,
      "dependencies": {
        "@jridgewell/source-map": "^0.3.3",
        "acorn": "^8.8.2",
        "commander": "^2.20.0",
        "source-map-support": "~0.5.20"
      },
      "bin": {
        "terser": "bin/terser"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/terser/node_modules/commander": {
      "version": "2.20.3",
      "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
      "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
      "dev": true
    },
    "node_modules/through2": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
      "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
      "dev": true,
      "dependencies": {
        "readable-stream": "~2.3.6",
        "xtend": "~4.0.1"
      }
    },
    "node_modules/through2-filter": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz",
      "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==",
      "dev": true,
      "dependencies": {
        "through2": "~2.0.0",
        "xtend": "~4.0.0"
      }
    },
    "node_modules/time-stamp": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
      "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/timers-ext": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
      "integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
      "dev": true,
      "dependencies": {
        "es5-ext": "~0.10.46",
        "next-tick": "1"
      }
    },
    "node_modules/tiny-lr": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz",
      "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==",
      "dev": true,
      "dependencies": {
        "body": "^5.1.0",
        "debug": "^3.1.0",
        "faye-websocket": "~0.10.0",
        "livereload-js": "^2.3.0",
        "object-assign": "^4.1.0",
        "qs": "^6.4.0"
      }
    },
    "node_modules/tiny-lr/node_modules/debug": {
      "version": "3.2.7",
      "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
      "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
      "dev": true,
      "dependencies": {
        "ms": "^2.1.1"
      }
    },
    "node_modules/tiny-lr/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
      "dev": true
    },
    "node_modules/title-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz",
      "integrity": "sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==",
      "dev": true,
      "dependencies": {
        "no-case": "^2.2.0",
        "upper-case": "^1.0.3"
      }
    },
    "node_modules/tmp": {
      "version": "0.0.33",
      "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
      "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
      "dev": true,
      "dependencies": {
        "os-tmpdir": "~1.0.2"
      },
      "engines": {
        "node": ">=0.6.0"
      }
    },
    "node_modules/to-absolute-glob": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
      "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==",
      "dev": true,
      "dependencies": {
        "is-absolute": "^1.0.0",
        "is-negated-glob": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-object-path": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
      "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
      "dev": true,
      "dependencies": {
        "kind-of": "^3.0.2"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-object-path/node_modules/kind-of": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
      "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
      "dev": true,
      "dependencies": {
        "is-buffer": "^1.1.5"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-regex": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
      "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
      "dev": true,
      "dependencies": {
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "regex-not": "^1.0.2",
        "safe-regex": "^1.1.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-regex-range": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
      "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
      "dev": true,
      "dependencies": {
        "is-number": "^3.0.0",
        "repeat-string": "^1.6.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-regex/node_modules/extend-shallow": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
      "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
      "dev": true,
      "dependencies": {
        "assign-symbols": "^1.0.0",
        "is-extendable": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-regex/node_modules/is-extendable": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
      "dev": true,
      "dependencies": {
        "is-plain-object": "^2.0.4"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-regex/node_modules/is-plain-object": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
      "dev": true,
      "dependencies": {
        "isobject": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/to-through": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz",
      "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==",
      "dev": true,
      "dependencies": {
        "through2": "^2.0.3"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/tr46": {
      "version": "0.0.3",
      "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
      "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
      "dev": true
    },
    "node_modules/type": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
      "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
      "dev": true
    },
    "node_modules/typedarray": {
      "version": "0.0.6",
      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
      "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
      "dev": true
    },
    "node_modules/unc-path-regex": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
      "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/undertaker": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz",
      "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
      "dev": true,
      "dependencies": {
        "arr-flatten": "^1.0.1",
        "arr-map": "^2.0.0",
        "bach": "^1.0.0",
        "collection-map": "^1.0.0",
        "es6-weak-map": "^2.0.1",
        "fast-levenshtein": "^1.0.0",
        "last-run": "^1.1.0",
        "object.defaults": "^1.0.0",
        "object.reduce": "^1.0.0",
        "undertaker-registry": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/undertaker-registry": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
      "integrity": "sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/union-value": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
      "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
      "dev": true,
      "dependencies": {
        "arr-union": "^3.1.0",
        "get-value": "^2.0.6",
        "is-extendable": "^0.1.1",
        "set-value": "^2.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/unique-stream": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz",
      "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==",
      "dev": true,
      "dependencies": {
        "json-stable-stringify-without-jsonify": "^1.0.1",
        "through2-filter": "^3.0.0"
      }
    },
    "node_modules/universalify": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
      "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
      "dev": true,
      "engines": {
        "node": ">= 10.0.0"
      }
    },
    "node_modules/unset-value": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
      "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
      "dev": true,
      "dependencies": {
        "has-value": "^0.3.1",
        "isobject": "^3.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/unset-value/node_modules/has-value": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
      "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
      "dev": true,
      "dependencies": {
        "get-value": "^2.0.3",
        "has-values": "^0.1.4",
        "isobject": "^2.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/unset-value/node_modules/has-value/node_modules/isobject": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
      "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
      "dev": true,
      "dependencies": {
        "isarray": "1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/unset-value/node_modules/has-values": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
      "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/upath": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
      "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
      "dev": true,
      "engines": {
        "node": ">=4",
        "yarn": "*"
      }
    },
    "node_modules/update-browserslist-db": {
      "version": "1.0.13",
      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
      "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
      "dev": true,
      "funding": [
        {
          "type": "opencollective",
          "url": "https://opencollective.com/browserslist"
        },
        {
          "type": "tidelift",
          "url": "https://tidelift.com/funding/github/npm/browserslist"
        },
        {
          "type": "github",
          "url": "https://github.com/sponsors/ai"
        }
      ],
      "dependencies": {
        "escalade": "^3.1.1",
        "picocolors": "^1.0.0"
      },
      "bin": {
        "update-browserslist-db": "cli.js"
      },
      "peerDependencies": {
        "browserslist": ">= 4.21.0"
      }
    },
    "node_modules/upper-case": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
      "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==",
      "dev": true
    },
    "node_modules/upper-case-first": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz",
      "integrity": "sha512-wINKYvI3Db8dtjikdAqoBbZoP6Q+PZUyfMR7pmwHzjC2quzSkUq5DmPrTtPEqHaz8AGtmsB4TqwapMTM1QAQOQ==",
      "dev": true,
      "dependencies": {
        "upper-case": "^1.1.1"
      }
    },
    "node_modules/urix": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
      "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
      "deprecated": "Please see https://github.com/lydell/urix#deprecated",
      "dev": true
    },
    "node_modules/use": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
      "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/util-deprecate": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
      "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
      "dev": true
    },
    "node_modules/v8flags": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
      "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
      "dev": true,
      "dependencies": {
        "homedir-polyfill": "^1.0.1"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/validate-npm-package-license": {
      "version": "3.0.4",
      "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
      "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
      "dev": true,
      "dependencies": {
        "spdx-correct": "^3.0.0",
        "spdx-expression-parse": "^3.0.0"
      }
    },
    "node_modules/value-or-function": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
      "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz",
      "integrity": "sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.2",
        "clone-stats": "^1.0.0",
        "remove-trailing-separator": "^1.1.0",
        "replace-ext": "^2.0.0",
        "teex": "^1.0.1"
      },
      "engines": {
        "node": ">=10.13.0"
      }
    },
    "node_modules/vinyl-fs": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
      "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
      "dev": true,
      "dependencies": {
        "fs-mkdirp-stream": "^1.0.0",
        "glob-stream": "^6.1.0",
        "graceful-fs": "^4.0.0",
        "is-valid-glob": "^1.0.0",
        "lazystream": "^1.0.0",
        "lead": "^1.0.0",
        "object.assign": "^4.0.4",
        "pumpify": "^1.3.5",
        "readable-stream": "^2.3.3",
        "remove-bom-buffer": "^3.0.0",
        "remove-bom-stream": "^1.2.0",
        "resolve-options": "^1.1.0",
        "through2": "^2.0.0",
        "to-through": "^2.0.0",
        "value-or-function": "^3.0.0",
        "vinyl": "^2.0.0",
        "vinyl-sourcemap": "^1.1.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-fs/node_modules/replace-ext": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
      "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-fs/node_modules/vinyl": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
      "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.1",
        "clone-buffer": "^1.0.0",
        "clone-stats": "^1.0.0",
        "cloneable-readable": "^1.0.0",
        "remove-trailing-separator": "^1.0.1",
        "replace-ext": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-sourcemap": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
      "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==",
      "dev": true,
      "dependencies": {
        "append-buffer": "^1.0.2",
        "convert-source-map": "^1.5.0",
        "graceful-fs": "^4.1.6",
        "normalize-path": "^2.1.1",
        "now-and-later": "^2.0.0",
        "remove-bom-buffer": "^3.0.0",
        "vinyl": "^2.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-sourcemap/node_modules/normalize-path": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
      "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
      "dev": true,
      "dependencies": {
        "remove-trailing-separator": "^1.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/vinyl-sourcemap/node_modules/replace-ext": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
      "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
      "dev": true,
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-sourcemap/node_modules/vinyl": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
      "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
      "dev": true,
      "dependencies": {
        "clone": "^2.1.1",
        "clone-buffer": "^1.0.0",
        "clone-stats": "^1.0.0",
        "cloneable-readable": "^1.0.0",
        "remove-trailing-separator": "^1.0.1",
        "replace-ext": "^1.0.0"
      },
      "engines": {
        "node": ">= 0.10"
      }
    },
    "node_modules/vinyl-sourcemaps-apply": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
      "integrity": "sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==",
      "dev": true,
      "dependencies": {
        "source-map": "^0.5.1"
      }
    },
    "node_modules/webidl-conversions": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
      "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
      "dev": true
    },
    "node_modules/websocket-driver": {
      "version": "0.7.4",
      "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
      "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
      "dev": true,
      "dependencies": {
        "http-parser-js": ">=0.5.1",
        "safe-buffer": ">=5.1.0",
        "websocket-extensions": ">=0.1.1"
      },
      "engines": {
        "node": ">=0.8.0"
      }
    },
    "node_modules/websocket-extensions": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
      "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
      "dev": true,
      "engines": {
        "node": ">=0.8.0"
      }
    },
    "node_modules/whatwg-url": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
      "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
      "dev": true,
      "dependencies": {
        "tr46": "~0.0.3",
        "webidl-conversions": "^3.0.0"
      }
    },
    "node_modules/which": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
      "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
      "dev": true,
      "dependencies": {
        "isexe": "^2.0.0"
      },
      "bin": {
        "which": "bin/which"
      }
    },
    "node_modules/which-module": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
      "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==",
      "dev": true
    },
    "node_modules/wp-pot": {
      "version": "1.10.2",
      "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.10.2.tgz",
      "integrity": "sha512-NJ9+dsSilghAYMiuGdURJSbKFf9Z2mH+P6ojT8Nw1Pp8KuwvHdRTFTYK73THlYzohUEXlQGpvKkz+mJb8K1ToA==",
      "dev": true,
      "dependencies": {
        "espree": "^9.3.1",
        "matched": "^5.0.1",
        "path-sort": "^0.1.0",
        "php-parser": "^3.0.3"
      },
      "engines": {
        "node": ">=14"
      }
    },
    "node_modules/wrap-ansi": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
      "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
      "dev": true,
      "dependencies": {
        "string-width": "^1.0.1",
        "strip-ansi": "^3.0.1"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/wrappy": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
      "dev": true
    },
    "node_modules/xtend": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
      "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
      "dev": true,
      "engines": {
        "node": ">=0.4"
      }
    },
    "node_modules/y18n": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
      "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==",
      "dev": true
    },
    "node_modules/yallist": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
      "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
      "dev": true
    },
    "node_modules/yaml": {
      "version": "2.3.4",
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
      "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
      "dev": true,
      "engines": {
        "node": ">= 14"
      }
    },
    "node_modules/yargs": {
      "version": "7.1.2",
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz",
      "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
      "dev": true,
      "dependencies": {
        "camelcase": "^3.0.0",
        "cliui": "^3.2.0",
        "decamelize": "^1.1.1",
        "get-caller-file": "^1.0.1",
        "os-locale": "^1.4.0",
        "read-pkg-up": "^1.0.1",
        "require-directory": "^2.1.1",
        "require-main-filename": "^1.0.1",
        "set-blocking": "^2.0.0",
        "string-width": "^1.0.2",
        "which-module": "^1.0.0",
        "y18n": "^3.2.1",
        "yargs-parser": "^5.0.1"
      }
    },
    "node_modules/yargs-parser": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz",
      "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
      "dev": true,
      "dependencies": {
        "camelcase": "^3.0.0",
        "object.assign": "^4.1.0"
      }
    },
    "node_modules/yargs-parser/node_modules/camelcase": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
      "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/yargs/node_modules/camelcase": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
      "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    }
  },
  "dependencies": {
    "@esbuild/aix-ppc64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz",
      "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/android-arm": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz",
      "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==",
      "dev": true,
      "optional": true
    },
    "@esbuild/android-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz",
      "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/android-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz",
      "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==",
      "dev": true,
      "optional": true
    },
    "@esbuild/darwin-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz",
      "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==",
      "dev": true,
      "optional": true
    },
    "@esbuild/darwin-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz",
      "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==",
      "dev": true,
      "optional": true
    },
    "@esbuild/freebsd-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz",
      "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/freebsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz",
      "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-arm": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz",
      "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz",
      "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-ia32": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz",
      "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-loong64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz",
      "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-mips64el": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz",
      "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-ppc64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz",
      "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-riscv64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz",
      "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-s390x": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz",
      "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==",
      "dev": true,
      "optional": true
    },
    "@esbuild/linux-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz",
      "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==",
      "dev": true,
      "optional": true
    },
    "@esbuild/netbsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz",
      "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/openbsd-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz",
      "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==",
      "dev": true,
      "optional": true
    },
    "@esbuild/sunos-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz",
      "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==",
      "dev": true,
      "optional": true
    },
    "@esbuild/win32-arm64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz",
      "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==",
      "dev": true,
      "optional": true
    },
    "@esbuild/win32-ia32": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz",
      "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==",
      "dev": true,
      "optional": true
    },
    "@esbuild/win32-x64": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz",
      "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==",
      "dev": true,
      "optional": true
    },
    "@gulp-sourcemaps/identity-map": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/identity-map/-/identity-map-2.0.1.tgz",
      "integrity": "sha512-Tb+nSISZku+eQ4X1lAkevcQa+jknn/OVUgZ3XCxEKIsLsqYuPoJwJOPQeaOk75X3WPftb29GWY1eqE7GLsXb1Q==",
      "dev": true,
      "requires": {
        "acorn": "^6.4.1",
        "normalize-path": "^3.0.0",
        "postcss": "^7.0.16",
        "source-map": "^0.6.0",
        "through2": "^3.0.1"
      },
      "dependencies": {
        "acorn": {
          "version": "6.4.2",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
          "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
          "dev": true
        },
        "picocolors": {
          "version": "0.2.1",
          "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
          "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
          "dev": true
        },
        "postcss": {
          "version": "7.0.39",
          "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
          "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
          "dev": true,
          "requires": {
            "picocolors": "^0.2.1",
            "source-map": "^0.6.1"
          }
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        },
        "through2": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
          "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
          "dev": true,
          "requires": {
            "inherits": "^2.0.4",
            "readable-stream": "2 || 3"
          }
        }
      }
    },
    "@gulp-sourcemaps/map-sources": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
      "integrity": "sha512-o/EatdaGt8+x2qpb0vFLC/2Gug/xYPRXb6a+ET1wGYKozKN3krDWC/zZFZAtrzxJHuDL12mwdfEFKcKMNvc55A==",
      "dev": true,
      "requires": {
        "normalize-path": "^2.0.1",
        "through2": "^2.0.3"
      },
      "dependencies": {
        "normalize-path": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
          "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
          "dev": true,
          "requires": {
            "remove-trailing-separator": "^1.0.1"
          }
        }
      }
    },
    "@jridgewell/gen-mapping": {
      "version": "0.3.3",
      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
      "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
      "dev": true,
      "requires": {
        "@jridgewell/set-array": "^1.0.1",
        "@jridgewell/sourcemap-codec": "^1.4.10",
        "@jridgewell/trace-mapping": "^0.3.9"
      }
    },
    "@jridgewell/resolve-uri": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz",
      "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==",
      "dev": true
    },
    "@jridgewell/set-array": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
      "dev": true
    },
    "@jridgewell/source-map": {
      "version": "0.3.5",
      "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz",
      "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==",
      "dev": true,
      "requires": {
        "@jridgewell/gen-mapping": "^0.3.0",
        "@jridgewell/trace-mapping": "^0.3.9"
      }
    },
    "@jridgewell/sourcemap-codec": {
      "version": "1.4.15",
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
      "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
      "dev": true
    },
    "@jridgewell/trace-mapping": {
      "version": "0.3.22",
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz",
      "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==",
      "dev": true,
      "requires": {
        "@jridgewell/resolve-uri": "^3.1.0",
        "@jridgewell/sourcemap-codec": "^1.4.14"
      }
    },
    "@transifex/api": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/@transifex/api/-/api-7.0.1.tgz",
      "integrity": "sha512-mMgQNgWPRMihDFV1Z/YkJigo8cKZqS+vW6jykS36HNhxegFzyG90wb1xOGZdKlOufEcrm8h1uEOTtyfC7j17YQ==",
      "dev": true,
      "requires": {
        "core-js": "^3.35.0"
      }
    },
    "@trysound/sax": {
      "version": "0.2.0",
      "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
      "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
      "dev": true
    },
    "@yarnpkg/lockfile": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
      "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==",
      "dev": true
    },
    "abort-controller": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
      "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
      "dev": true,
      "requires": {
        "event-target-shim": "^5.0.0"
      }
    },
    "acorn": {
      "version": "8.11.3",
      "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz",
      "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==",
      "dev": true
    },
    "acorn-jsx": {
      "version": "5.3.2",
      "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
      "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
      "dev": true
    },
    "ansi-colors": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
      "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
      "dev": true,
      "requires": {
        "ansi-wrap": "^0.1.0"
      }
    },
    "ansi-cyan": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-cyan/-/ansi-cyan-0.1.1.tgz",
      "integrity": "sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==",
      "dev": true,
      "requires": {
        "ansi-wrap": "0.1.0"
      }
    },
    "ansi-gray": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
      "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==",
      "dev": true,
      "requires": {
        "ansi-wrap": "0.1.0"
      }
    },
    "ansi-red": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
      "integrity": "sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==",
      "dev": true,
      "requires": {
        "ansi-wrap": "0.1.0"
      }
    },
    "ansi-regex": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
      "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==",
      "dev": true
    },
    "ansi-styles": {
      "version": "4.3.0",
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
      "dev": true,
      "requires": {
        "color-convert": "^2.0.1"
      }
    },
    "ansi-wrap": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
      "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==",
      "dev": true
    },
    "anymatch": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
      "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
      "dev": true,
      "requires": {
        "micromatch": "^3.1.4",
        "normalize-path": "^2.1.1"
      },
      "dependencies": {
        "normalize-path": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
          "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
          "dev": true,
          "requires": {
            "remove-trailing-separator": "^1.0.1"
          }
        }
      }
    },
    "append-buffer": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz",
      "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==",
      "dev": true,
      "requires": {
        "buffer-equal": "^1.0.0"
      }
    },
    "archy": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
      "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==",
      "dev": true
    },
    "arr-diff": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
      "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==",
      "dev": true
    },
    "arr-filter": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
      "integrity": "sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==",
      "dev": true,
      "requires": {
        "make-iterator": "^1.0.0"
      }
    },
    "arr-flatten": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
      "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
      "dev": true
    },
    "arr-map": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz",
      "integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==",
      "dev": true,
      "requires": {
        "make-iterator": "^1.0.0"
      }
    },
    "arr-union": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
      "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
      "dev": true
    },
    "array-each": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
      "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==",
      "dev": true
    },
    "array-initial": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz",
      "integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==",
      "dev": true,
      "requires": {
        "array-slice": "^1.0.0",
        "is-number": "^4.0.0"
      },
      "dependencies": {
        "is-number": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
          "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
          "dev": true
        }
      }
    },
    "array-last": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz",
      "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==",
      "dev": true,
      "requires": {
        "is-number": "^4.0.0"
      },
      "dependencies": {
        "is-number": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
          "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
          "dev": true
        }
      }
    },
    "array-slice": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
      "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
      "dev": true
    },
    "array-sort": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz",
      "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==",
      "dev": true,
      "requires": {
        "default-compare": "^1.0.0",
        "get-value": "^2.0.6",
        "kind-of": "^5.0.2"
      }
    },
    "array-unique": {
      "version": "0.3.2",
      "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
      "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
      "dev": true
    },
    "assign-symbols": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
      "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==",
      "dev": true
    },
    "async-done": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz",
      "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==",
      "dev": true,
      "requires": {
        "end-of-stream": "^1.1.0",
        "once": "^1.3.2",
        "process-nextick-args": "^2.0.0",
        "stream-exhaust": "^1.0.1"
      }
    },
    "async-each": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz",
      "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==",
      "dev": true
    },
    "async-settle": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz",
      "integrity": "sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==",
      "dev": true,
      "requires": {
        "async-done": "^1.2.2"
      }
    },
    "at-least-node": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
      "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
      "dev": true
    },
    "atob": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
      "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
      "dev": true
    },
    "autoprefixer": {
      "version": "10.4.17",
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.17.tgz",
      "integrity": "sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "caniuse-lite": "^1.0.30001578",
        "fraction.js": "^4.3.7",
        "normalize-range": "^0.1.2",
        "picocolors": "^1.0.0",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "bach": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz",
      "integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==",
      "dev": true,
      "requires": {
        "arr-filter": "^1.1.1",
        "arr-flatten": "^1.0.1",
        "arr-map": "^2.0.0",
        "array-each": "^1.0.0",
        "array-initial": "^1.0.0",
        "array-last": "^1.1.1",
        "async-done": "^1.2.2",
        "async-settle": "^1.0.0",
        "now-and-later": "^2.0.0"
      }
    },
    "balanced-match": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
      "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
      "dev": true
    },
    "base": {
      "version": "0.11.2",
      "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
      "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
      "dev": true,
      "requires": {
        "cache-base": "^1.0.1",
        "class-utils": "^0.3.5",
        "component-emitter": "^1.2.1",
        "define-property": "^1.0.0",
        "isobject": "^3.0.1",
        "mixin-deep": "^1.2.0",
        "pascalcase": "^0.1.1"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^1.0.0"
          }
        }
      }
    },
    "base64-js": {
      "version": "1.5.1",
      "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
      "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
      "dev": true
    },
    "binary-extensions": {
      "version": "1.13.1",
      "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
      "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
      "dev": true
    },
    "bindings": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
      "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
      "dev": true,
      "optional": true,
      "requires": {
        "file-uri-to-path": "1.0.0"
      }
    },
    "body": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
      "integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==",
      "dev": true,
      "requires": {
        "continuable-cache": "^0.3.1",
        "error": "^7.0.0",
        "raw-body": "~1.1.0",
        "safe-json-parse": "~1.0.1"
      }
    },
    "boolbase": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
      "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
      "dev": true
    },
    "brace-expansion": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
      "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
      "dev": true,
      "requires": {
        "balanced-match": "^1.0.0",
        "concat-map": "0.0.1"
      }
    },
    "braces": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
      "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
      "dev": true,
      "requires": {
        "arr-flatten": "^1.1.0",
        "array-unique": "^0.3.2",
        "extend-shallow": "^2.0.1",
        "fill-range": "^4.0.0",
        "isobject": "^3.0.1",
        "repeat-element": "^1.1.2",
        "snapdragon": "^0.8.1",
        "snapdragon-node": "^2.0.1",
        "split-string": "^3.0.2",
        "to-regex": "^3.0.1"
      }
    },
    "browserslist": {
      "version": "4.22.3",
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz",
      "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==",
      "dev": true,
      "requires": {
        "caniuse-lite": "^1.0.30001580",
        "electron-to-chromium": "^1.4.648",
        "node-releases": "^2.0.14",
        "update-browserslist-db": "^1.0.13"
      }
    },
    "buffer": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
      "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
      "dev": true,
      "requires": {
        "base64-js": "^1.3.1",
        "ieee754": "^1.2.1"
      }
    },
    "buffer-equal": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz",
      "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==",
      "dev": true
    },
    "buffer-from": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
      "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
      "dev": true
    },
    "bytes": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
      "integrity": "sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ==",
      "dev": true
    },
    "cache-base": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
      "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
      "dev": true,
      "requires": {
        "collection-visit": "^1.0.0",
        "component-emitter": "^1.2.1",
        "get-value": "^2.0.6",
        "has-value": "^1.0.0",
        "isobject": "^3.0.1",
        "set-value": "^2.0.0",
        "to-object-path": "^0.3.0",
        "union-value": "^1.0.0",
        "unset-value": "^1.0.0"
      }
    },
    "call-bind": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz",
      "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==",
      "dev": true,
      "requires": {
        "function-bind": "^1.1.2",
        "get-intrinsic": "^1.2.1",
        "set-function-length": "^1.1.1"
      }
    },
    "camel-case": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
      "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0",
        "upper-case": "^1.1.1"
      }
    },
    "caniuse-api": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz",
      "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.0.0",
        "caniuse-lite": "^1.0.0",
        "lodash.memoize": "^4.1.2",
        "lodash.uniq": "^4.5.0"
      }
    },
    "caniuse-lite": {
      "version": "1.0.30001581",
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz",
      "integrity": "sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==",
      "dev": true
    },
    "chalk": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
      "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
      "dev": true,
      "requires": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      }
    },
    "change-case": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/change-case/-/change-case-3.1.0.tgz",
      "integrity": "sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==",
      "dev": true,
      "requires": {
        "camel-case": "^3.0.0",
        "constant-case": "^2.0.0",
        "dot-case": "^2.1.0",
        "header-case": "^1.0.0",
        "is-lower-case": "^1.1.0",
        "is-upper-case": "^1.1.0",
        "lower-case": "^1.1.1",
        "lower-case-first": "^1.0.0",
        "no-case": "^2.3.2",
        "param-case": "^2.1.0",
        "pascal-case": "^2.0.0",
        "path-case": "^2.1.0",
        "sentence-case": "^2.1.0",
        "snake-case": "^2.1.0",
        "swap-case": "^1.1.0",
        "title-case": "^2.1.0",
        "upper-case": "^1.1.1",
        "upper-case-first": "^1.1.0"
      }
    },
    "chokidar": {
      "version": "2.1.8",
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
      "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
      "dev": true,
      "requires": {
        "anymatch": "^2.0.0",
        "async-each": "^1.0.1",
        "braces": "^2.3.2",
        "fsevents": "^1.2.7",
        "glob-parent": "^3.1.0",
        "inherits": "^2.0.3",
        "is-binary-path": "^1.0.0",
        "is-glob": "^4.0.0",
        "normalize-path": "^3.0.0",
        "path-is-absolute": "^1.0.0",
        "readdirp": "^2.2.1",
        "upath": "^1.1.1"
      }
    },
    "ci-info": {
      "version": "3.9.0",
      "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
      "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
      "dev": true
    },
    "class-utils": {
      "version": "0.3.6",
      "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
      "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
      "dev": true,
      "requires": {
        "arr-union": "^3.1.0",
        "define-property": "^0.2.5",
        "isobject": "^3.0.0",
        "static-extend": "^0.1.1"
      },
      "dependencies": {
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^0.1.0"
          }
        },
        "is-descriptor": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
          "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
          "dev": true,
          "requires": {
            "is-accessor-descriptor": "^1.0.1",
            "is-data-descriptor": "^1.0.1"
          }
        }
      }
    },
    "cliui": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
      "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==",
      "dev": true,
      "requires": {
        "string-width": "^1.0.1",
        "strip-ansi": "^3.0.1",
        "wrap-ansi": "^2.0.0"
      }
    },
    "clone": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
      "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
      "dev": true
    },
    "clone-buffer": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
      "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==",
      "dev": true
    },
    "clone-stats": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz",
      "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==",
      "dev": true
    },
    "cloneable-readable": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
      "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
      "dev": true,
      "requires": {
        "inherits": "^2.0.1",
        "process-nextick-args": "^2.0.0",
        "readable-stream": "^2.3.5"
      }
    },
    "code-point-at": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
      "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==",
      "dev": true
    },
    "collection-map": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz",
      "integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==",
      "dev": true,
      "requires": {
        "arr-map": "^2.0.2",
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      }
    },
    "collection-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
      "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==",
      "dev": true,
      "requires": {
        "map-visit": "^1.0.0",
        "object-visit": "^1.0.0"
      }
    },
    "color-convert": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
      "dev": true,
      "requires": {
        "color-name": "~1.1.4"
      }
    },
    "color-name": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
      "dev": true
    },
    "color-support": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
      "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
      "dev": true
    },
    "colord": {
      "version": "2.9.3",
      "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz",
      "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==",
      "dev": true
    },
    "commander": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
      "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
      "dev": true
    },
    "component-emitter": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz",
      "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
      "dev": true
    },
    "concat-map": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
      "dev": true
    },
    "concat-stream": {
      "version": "1.6.2",
      "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
      "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
      "dev": true,
      "requires": {
        "buffer-from": "^1.0.0",
        "inherits": "^2.0.3",
        "readable-stream": "^2.2.2",
        "typedarray": "^0.0.6"
      }
    },
    "concat-with-sourcemaps": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
      "integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
      "dev": true,
      "requires": {
        "source-map": "^0.6.1"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        }
      }
    },
    "constant-case": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
      "integrity": "sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==",
      "dev": true,
      "requires": {
        "snake-case": "^2.1.0",
        "upper-case": "^1.1.1"
      }
    },
    "content-type": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
      "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
      "dev": true
    },
    "continuable-cache": {
      "version": "0.3.1",
      "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
      "integrity": "sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA==",
      "dev": true
    },
    "convert-source-map": {
      "version": "1.9.0",
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
      "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
      "dev": true
    },
    "copy-descriptor": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
      "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==",
      "dev": true
    },
    "copy-props": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz",
      "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==",
      "dev": true,
      "requires": {
        "each-props": "^1.3.2",
        "is-plain-object": "^5.0.0"
      }
    },
    "core-js": {
      "version": "3.35.1",
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz",
      "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
      "dev": true
    },
    "core-util-is": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
      "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
      "dev": true
    },
    "cross-spawn": {
      "version": "7.0.3",
      "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
      "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
      "dev": true,
      "requires": {
        "path-key": "^3.1.0",
        "shebang-command": "^2.0.0",
        "which": "^2.0.1"
      },
      "dependencies": {
        "which": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
          "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
          "dev": true,
          "requires": {
            "isexe": "^2.0.0"
          }
        }
      }
    },
    "css": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz",
      "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==",
      "dev": true,
      "requires": {
        "inherits": "^2.0.4",
        "source-map": "^0.6.1",
        "source-map-resolve": "^0.6.0"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        },
        "source-map-resolve": {
          "version": "0.6.0",
          "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz",
          "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==",
          "dev": true,
          "requires": {
            "atob": "^2.1.2",
            "decode-uri-component": "^0.2.0"
          }
        }
      }
    },
    "css-declaration-sorter": {
      "version": "7.1.1",
      "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-7.1.1.tgz",
      "integrity": "sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==",
      "dev": true
    },
    "css-node-extract": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/css-node-extract/-/css-node-extract-2.1.3.tgz",
      "integrity": "sha512-E7CzbC0I4uAs2dI8mPCVe+K37xuja5kjIugOotpwICFL7vzhmFMAPHvS/MF9gFrmv8DDUANsxrgyT/I3OLukcw==",
      "dev": true,
      "requires": {
        "change-case": "^3.0.1",
        "postcss": "^6.0.14"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
          "dev": true,
          "requires": {
            "color-convert": "^1.9.0"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
          "dev": true,
          "requires": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
          "dev": true,
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
          "dev": true
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
          "dev": true
        },
        "postcss": {
          "version": "6.0.23",
          "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
          "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
          "dev": true,
          "requires": {
            "chalk": "^2.4.1",
            "source-map": "^0.6.1",
            "supports-color": "^5.4.0"
          }
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
          "dev": true,
          "requires": {
            "has-flag": "^3.0.0"
          }
        }
      }
    },
    "css-select": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
      "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==",
      "dev": true,
      "requires": {
        "boolbase": "^1.0.0",
        "css-what": "^6.1.0",
        "domhandler": "^5.0.2",
        "domutils": "^3.0.1",
        "nth-check": "^2.0.1"
      }
    },
    "css-selector-extract": {
      "version": "3.3.6",
      "resolved": "https://registry.npmjs.org/css-selector-extract/-/css-selector-extract-3.3.6.tgz",
      "integrity": "sha512-bBI8ZJKKyR9iHvxXb4t3E6WTMkis94eINopVg7y2FmmMjLXUVduD7mPEcADi4i9FX4wOypFMFpySX+0keuefxg==",
      "dev": true,
      "requires": {
        "postcss": "^6.0.14"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
          "dev": true,
          "requires": {
            "color-convert": "^1.9.0"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
          "dev": true,
          "requires": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
          "dev": true,
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
          "dev": true
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
          "dev": true
        },
        "postcss": {
          "version": "6.0.23",
          "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
          "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
          "dev": true,
          "requires": {
            "chalk": "^2.4.1",
            "source-map": "^0.6.1",
            "supports-color": "^5.4.0"
          }
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
          "dev": true,
          "requires": {
            "has-flag": "^3.0.0"
          }
        }
      }
    },
    "css-tree": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz",
      "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
      "dev": true,
      "requires": {
        "mdn-data": "2.0.30",
        "source-map-js": "^1.0.1"
      }
    },
    "css-what": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz",
      "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==",
      "dev": true
    },
    "cssesc": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
      "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
      "dev": true
    },
    "cssnano": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-6.0.3.tgz",
      "integrity": "sha512-MRq4CIj8pnyZpcI2qs6wswoYoDD1t0aL28n+41c1Ukcpm56m1h6mCexIHBGjfZfnTqtGSSCP4/fB1ovxgjBOiw==",
      "dev": true,
      "requires": {
        "cssnano-preset-default": "^6.0.3",
        "lilconfig": "^3.0.0"
      }
    },
    "cssnano-preset-default": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-6.0.3.tgz",
      "integrity": "sha512-4y3H370aZCkT9Ev8P4SO4bZbt+AExeKhh8wTbms/X7OLDo5E7AYUUy6YPxa/uF5Grf+AJwNcCnxKhZynJ6luBA==",
      "dev": true,
      "requires": {
        "css-declaration-sorter": "^7.1.1",
        "cssnano-utils": "^4.0.1",
        "postcss-calc": "^9.0.1",
        "postcss-colormin": "^6.0.2",
        "postcss-convert-values": "^6.0.2",
        "postcss-discard-comments": "^6.0.1",
        "postcss-discard-duplicates": "^6.0.1",
        "postcss-discard-empty": "^6.0.1",
        "postcss-discard-overridden": "^6.0.1",
        "postcss-merge-longhand": "^6.0.2",
        "postcss-merge-rules": "^6.0.3",
        "postcss-minify-font-values": "^6.0.1",
        "postcss-minify-gradients": "^6.0.1",
        "postcss-minify-params": "^6.0.2",
        "postcss-minify-selectors": "^6.0.2",
        "postcss-normalize-charset": "^6.0.1",
        "postcss-normalize-display-values": "^6.0.1",
        "postcss-normalize-positions": "^6.0.1",
        "postcss-normalize-repeat-style": "^6.0.1",
        "postcss-normalize-string": "^6.0.1",
        "postcss-normalize-timing-functions": "^6.0.1",
        "postcss-normalize-unicode": "^6.0.2",
        "postcss-normalize-url": "^6.0.1",
        "postcss-normalize-whitespace": "^6.0.1",
        "postcss-ordered-values": "^6.0.1",
        "postcss-reduce-initial": "^6.0.2",
        "postcss-reduce-transforms": "^6.0.1",
        "postcss-svgo": "^6.0.2",
        "postcss-unique-selectors": "^6.0.2"
      }
    },
    "cssnano-utils": {
      "version": "4.0.1",
      "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-4.0.1.tgz",
      "integrity": "sha512-6qQuYDqsGoiXssZ3zct6dcMxiqfT6epy7x4R0TQJadd4LWO3sPR6JH6ZByOvVLoZ6EdwPGgd7+DR1EmX3tiXQQ==",
      "dev": true
    },
    "csso": {
      "version": "5.0.5",
      "resolved": "https://registry.npmjs.org/csso/-/csso-5.0.5.tgz",
      "integrity": "sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==",
      "dev": true,
      "requires": {
        "css-tree": "~2.2.0"
      },
      "dependencies": {
        "css-tree": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.2.1.tgz",
          "integrity": "sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==",
          "dev": true,
          "requires": {
            "mdn-data": "2.0.28",
            "source-map-js": "^1.0.1"
          }
        },
        "mdn-data": {
          "version": "2.0.28",
          "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.28.tgz",
          "integrity": "sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==",
          "dev": true
        }
      }
    },
    "d": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz",
      "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==",
      "dev": true,
      "requires": {
        "es5-ext": "^0.10.50",
        "type": "^1.0.1"
      }
    },
    "debug": {
      "version": "2.6.9",
      "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
      "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
      "dev": true,
      "requires": {
        "ms": "2.0.0"
      }
    },
    "debug-fabulous": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-1.1.0.tgz",
      "integrity": "sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg==",
      "dev": true,
      "requires": {
        "debug": "3.X",
        "memoizee": "0.4.X",
        "object-assign": "4.X"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.7",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
          "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.3",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
          "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
          "dev": true
        }
      }
    },
    "decamelize": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
      "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
      "dev": true
    },
    "decode-uri-component": {
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz",
      "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==",
      "dev": true
    },
    "default-compare": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
      "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==",
      "dev": true,
      "requires": {
        "kind-of": "^5.0.2"
      }
    },
    "default-resolution": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz",
      "integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==",
      "dev": true
    },
    "define-data-property": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
      "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
      "dev": true,
      "requires": {
        "get-intrinsic": "^1.2.1",
        "gopd": "^1.0.1",
        "has-property-descriptors": "^1.0.0"
      }
    },
    "define-properties": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
      "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
      "dev": true,
      "requires": {
        "define-data-property": "^1.0.1",
        "has-property-descriptors": "^1.0.0",
        "object-keys": "^1.1.1"
      }
    },
    "define-property": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
      "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
      "dev": true,
      "requires": {
        "is-descriptor": "^1.0.2",
        "isobject": "^3.0.1"
      }
    },
    "detect-file": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
      "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==",
      "dev": true
    },
    "detect-newline": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
      "integrity": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==",
      "dev": true
    },
    "dom-serializer": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
      "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
      "dev": true,
      "requires": {
        "domelementtype": "^2.3.0",
        "domhandler": "^5.0.2",
        "entities": "^4.2.0"
      }
    },
    "domelementtype": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
      "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
      "dev": true
    },
    "domhandler": {
      "version": "5.0.3",
      "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
      "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
      "dev": true,
      "requires": {
        "domelementtype": "^2.3.0"
      }
    },
    "domutils": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
      "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
      "dev": true,
      "requires": {
        "dom-serializer": "^2.0.0",
        "domelementtype": "^2.3.0",
        "domhandler": "^5.0.3"
      }
    },
    "dot-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-2.1.1.tgz",
      "integrity": "sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0"
      }
    },
    "dotenv": {
      "version": "16.4.1",
      "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
      "integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
      "dev": true
    },
    "duplexify": {
      "version": "3.7.1",
      "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
      "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
      "dev": true,
      "requires": {
        "end-of-stream": "^1.0.0",
        "inherits": "^2.0.1",
        "readable-stream": "^2.0.0",
        "stream-shift": "^1.0.0"
      }
    },
    "each-props": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz",
      "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==",
      "dev": true,
      "requires": {
        "is-plain-object": "^2.0.1",
        "object.defaults": "^1.1.0"
      },
      "dependencies": {
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "electron-to-chromium": {
      "version": "1.4.651",
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.651.tgz",
      "integrity": "sha512-jjks7Xx+4I7dslwsbaFocSwqBbGHQmuXBJUK9QBZTIrzPq3pzn6Uf2szFSP728FtLYE3ldiccmlkOM/zhGKCpA==",
      "dev": true
    },
    "encoding": {
      "version": "0.1.13",
      "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
      "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
      "dev": true,
      "requires": {
        "iconv-lite": "^0.6.2"
      }
    },
    "end-of-stream": {
      "version": "1.4.4",
      "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
      "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
      "dev": true,
      "requires": {
        "once": "^1.4.0"
      }
    },
    "entities": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
      "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
      "dev": true
    },
    "error": {
      "version": "7.2.1",
      "resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
      "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
      "dev": true,
      "requires": {
        "string-template": "~0.2.1"
      }
    },
    "error-ex": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
      "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
      "dev": true,
      "requires": {
        "is-arrayish": "^0.2.1"
      }
    },
    "es5-ext": {
      "version": "0.10.62",
      "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz",
      "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==",
      "dev": true,
      "requires": {
        "es6-iterator": "^2.0.3",
        "es6-symbol": "^3.1.3",
        "next-tick": "^1.1.0"
      }
    },
    "es6-iterator": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
      "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==",
      "dev": true,
      "requires": {
        "d": "1",
        "es5-ext": "^0.10.35",
        "es6-symbol": "^3.1.1"
      }
    },
    "es6-symbol": {
      "version": "3.1.3",
      "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz",
      "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==",
      "dev": true,
      "requires": {
        "d": "^1.0.1",
        "ext": "^1.1.2"
      }
    },
    "es6-weak-map": {
      "version": "2.0.3",
      "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz",
      "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==",
      "dev": true,
      "requires": {
        "d": "1",
        "es5-ext": "^0.10.46",
        "es6-iterator": "^2.0.3",
        "es6-symbol": "^3.1.1"
      }
    },
    "esbuild": {
      "version": "0.19.12",
      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz",
      "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==",
      "dev": true,
      "requires": {
        "@esbuild/aix-ppc64": "0.19.12",
        "@esbuild/android-arm": "0.19.12",
        "@esbuild/android-arm64": "0.19.12",
        "@esbuild/android-x64": "0.19.12",
        "@esbuild/darwin-arm64": "0.19.12",
        "@esbuild/darwin-x64": "0.19.12",
        "@esbuild/freebsd-arm64": "0.19.12",
        "@esbuild/freebsd-x64": "0.19.12",
        "@esbuild/linux-arm": "0.19.12",
        "@esbuild/linux-arm64": "0.19.12",
        "@esbuild/linux-ia32": "0.19.12",
        "@esbuild/linux-loong64": "0.19.12",
        "@esbuild/linux-mips64el": "0.19.12",
        "@esbuild/linux-ppc64": "0.19.12",
        "@esbuild/linux-riscv64": "0.19.12",
        "@esbuild/linux-s390x": "0.19.12",
        "@esbuild/linux-x64": "0.19.12",
        "@esbuild/netbsd-x64": "0.19.12",
        "@esbuild/openbsd-x64": "0.19.12",
        "@esbuild/sunos-x64": "0.19.12",
        "@esbuild/win32-arm64": "0.19.12",
        "@esbuild/win32-ia32": "0.19.12",
        "@esbuild/win32-x64": "0.19.12"
      }
    },
    "escalade": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
      "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
      "dev": true
    },
    "escape-string-regexp": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
      "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
      "dev": true
    },
    "eslint-visitor-keys": {
      "version": "3.4.3",
      "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
      "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
      "dev": true
    },
    "espree": {
      "version": "9.6.1",
      "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
      "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
      "dev": true,
      "requires": {
        "acorn": "^8.9.0",
        "acorn-jsx": "^5.3.2",
        "eslint-visitor-keys": "^3.4.1"
      }
    },
    "event-emitter": {
      "version": "0.3.5",
      "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
      "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==",
      "dev": true,
      "requires": {
        "d": "1",
        "es5-ext": "~0.10.14"
      }
    },
    "event-target-shim": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
      "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
      "dev": true
    },
    "events": {
      "version": "3.3.0",
      "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
      "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
      "dev": true
    },
    "expand-brackets": {
      "version": "2.1.4",
      "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
      "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==",
      "dev": true,
      "requires": {
        "debug": "^2.3.3",
        "define-property": "^0.2.5",
        "extend-shallow": "^2.0.1",
        "posix-character-classes": "^0.1.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "dependencies": {
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^0.1.0"
          }
        },
        "is-descriptor": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
          "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
          "dev": true,
          "requires": {
            "is-accessor-descriptor": "^1.0.1",
            "is-data-descriptor": "^1.0.1"
          }
        }
      }
    },
    "expand-tilde": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
      "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==",
      "dev": true,
      "requires": {
        "homedir-polyfill": "^1.0.1"
      }
    },
    "ext": {
      "version": "1.7.0",
      "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
      "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==",
      "dev": true,
      "requires": {
        "type": "^2.7.2"
      },
      "dependencies": {
        "type": {
          "version": "2.7.2",
          "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz",
          "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==",
          "dev": true
        }
      }
    },
    "extend": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
      "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
      "dev": true
    },
    "extend-shallow": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
      "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==",
      "dev": true,
      "requires": {
        "is-extendable": "^0.1.0"
      }
    },
    "extglob": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
      "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
      "dev": true,
      "requires": {
        "array-unique": "^0.3.2",
        "define-property": "^1.0.0",
        "expand-brackets": "^2.1.4",
        "extend-shallow": "^2.0.1",
        "fragment-cache": "^0.2.1",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^1.0.0"
          }
        }
      }
    },
    "fancy-log": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-2.0.0.tgz",
      "integrity": "sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==",
      "dev": true,
      "requires": {
        "color-support": "^1.1.3"
      }
    },
    "fast-fifo": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/fast-fifo/-/fast-fifo-1.3.2.tgz",
      "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
      "dev": true
    },
    "fast-levenshtein": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz",
      "integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==",
      "dev": true
    },
    "faye-websocket": {
      "version": "0.10.0",
      "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
      "integrity": "sha512-Xhj93RXbMSq8urNCUq4p9l0P6hnySJ/7YNRhYNug0bLOuii7pKO7xQFb5mx9xZXWCar88pLPb805PvUkwrLZpQ==",
      "dev": true,
      "requires": {
        "websocket-driver": ">=0.5.1"
      }
    },
    "file-uri-to-path": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
      "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
      "dev": true,
      "optional": true
    },
    "fill-range": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
      "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==",
      "dev": true,
      "requires": {
        "extend-shallow": "^2.0.1",
        "is-number": "^3.0.0",
        "repeat-string": "^1.6.1",
        "to-regex-range": "^2.1.0"
      }
    },
    "find-up": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
      "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
      "dev": true,
      "requires": {
        "path-exists": "^2.0.0",
        "pinkie-promise": "^2.0.0"
      }
    },
    "find-yarn-workspace-root": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz",
      "integrity": "sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==",
      "dev": true,
      "requires": {
        "micromatch": "^4.0.2"
      },
      "dependencies": {
        "braces": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
          "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
          "dev": true,
          "requires": {
            "fill-range": "^7.0.1"
          }
        },
        "fill-range": {
          "version": "7.0.1",
          "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
          "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
          "dev": true,
          "requires": {
            "to-regex-range": "^5.0.1"
          }
        },
        "is-number": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
          "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
          "dev": true
        },
        "micromatch": {
          "version": "4.0.5",
          "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
          "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
          "dev": true,
          "requires": {
            "braces": "^3.0.2",
            "picomatch": "^2.3.1"
          }
        },
        "to-regex-range": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
          "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
          "dev": true,
          "requires": {
            "is-number": "^7.0.0"
          }
        }
      }
    },
    "findup-sync": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
      "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==",
      "dev": true,
      "requires": {
        "detect-file": "^1.0.0",
        "is-glob": "^4.0.0",
        "micromatch": "^3.0.4",
        "resolve-dir": "^1.0.1"
      }
    },
    "fined": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
      "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
      "dev": true,
      "requires": {
        "expand-tilde": "^2.0.2",
        "is-plain-object": "^2.0.3",
        "object.defaults": "^1.1.0",
        "object.pick": "^1.2.0",
        "parse-filepath": "^1.0.1"
      },
      "dependencies": {
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "flagged-respawn": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
      "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==",
      "dev": true
    },
    "flush-write-stream": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
      "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
      "dev": true,
      "requires": {
        "inherits": "^2.0.3",
        "readable-stream": "^2.3.6"
      }
    },
    "for-in": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
      "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==",
      "dev": true
    },
    "for-own": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
      "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==",
      "dev": true,
      "requires": {
        "for-in": "^1.0.1"
      }
    },
    "fraction.js": {
      "version": "4.3.7",
      "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz",
      "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
      "dev": true
    },
    "fragment-cache": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
      "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==",
      "dev": true,
      "requires": {
        "map-cache": "^0.2.2"
      }
    },
    "fs-extra": {
      "version": "9.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
      "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
      "dev": true,
      "requires": {
        "at-least-node": "^1.0.0",
        "graceful-fs": "^4.2.0",
        "jsonfile": "^6.0.1",
        "universalify": "^2.0.0"
      }
    },
    "fs-mkdirp-stream": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz",
      "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.11",
        "through2": "^2.0.3"
      }
    },
    "fs.realpath": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
      "dev": true
    },
    "fsevents": {
      "version": "1.2.13",
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz",
      "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==",
      "dev": true,
      "optional": true,
      "requires": {
        "bindings": "^1.5.0",
        "nan": "^2.12.1"
      }
    },
    "function-bind": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
      "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
      "dev": true
    },
    "get-caller-file": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz",
      "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==",
      "dev": true
    },
    "get-intrinsic": {
      "version": "1.2.2",
      "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz",
      "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==",
      "dev": true,
      "requires": {
        "function-bind": "^1.1.2",
        "has-proto": "^1.0.1",
        "has-symbols": "^1.0.3",
        "hasown": "^2.0.0"
      }
    },
    "get-value": {
      "version": "2.0.6",
      "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
      "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==",
      "dev": true
    },
    "gettext-parser": {
      "version": "7.0.1",
      "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-7.0.1.tgz",
      "integrity": "sha512-LU+ieGH3L9HmKEArTlX816/iiAlyA0fx/n/QSeQpkAaH/+jxMk/5UtDkAzcVvW+KlY25/U+IE6dnfkJ8ynt8pQ==",
      "dev": true,
      "requires": {
        "content-type": "^1.0.5",
        "encoding": "^0.1.13",
        "readable-stream": "^4.3.0",
        "safe-buffer": "^5.2.1"
      },
      "dependencies": {
        "readable-stream": {
          "version": "4.5.2",
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
          "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
          "dev": true,
          "requires": {
            "abort-controller": "^3.0.0",
            "buffer": "^6.0.3",
            "events": "^3.3.0",
            "process": "^0.11.10",
            "string_decoder": "^1.3.0"
          }
        },
        "safe-buffer": {
          "version": "5.2.1",
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
          "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
          "dev": true
        },
        "string_decoder": {
          "version": "1.3.0",
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
          "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
          "dev": true,
          "requires": {
            "safe-buffer": "~5.2.0"
          }
        }
      }
    },
    "glob": {
      "version": "7.2.3",
      "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
      "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
      "dev": true,
      "requires": {
        "fs.realpath": "^1.0.0",
        "inflight": "^1.0.4",
        "inherits": "2",
        "minimatch": "^3.1.1",
        "once": "^1.3.0",
        "path-is-absolute": "^1.0.0"
      }
    },
    "glob-parent": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
      "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==",
      "dev": true,
      "requires": {
        "is-glob": "^3.1.0",
        "path-dirname": "^1.0.0"
      },
      "dependencies": {
        "is-glob": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
          "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
          "dev": true,
          "requires": {
            "is-extglob": "^2.1.0"
          }
        }
      }
    },
    "glob-stream": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz",
      "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==",
      "dev": true,
      "requires": {
        "extend": "^3.0.0",
        "glob": "^7.1.1",
        "glob-parent": "^3.1.0",
        "is-negated-glob": "^1.0.0",
        "ordered-read-streams": "^1.0.0",
        "pumpify": "^1.3.5",
        "readable-stream": "^2.1.5",
        "remove-trailing-separator": "^1.0.1",
        "to-absolute-glob": "^2.0.0",
        "unique-stream": "^2.0.2"
      }
    },
    "glob-watcher": {
      "version": "5.0.5",
      "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz",
      "integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==",
      "dev": true,
      "requires": {
        "anymatch": "^2.0.0",
        "async-done": "^1.2.0",
        "chokidar": "^2.0.0",
        "is-negated-glob": "^1.0.0",
        "just-debounce": "^1.0.0",
        "normalize-path": "^3.0.0",
        "object.defaults": "^1.1.0"
      }
    },
    "global-modules": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
      "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
      "dev": true,
      "requires": {
        "global-prefix": "^1.0.1",
        "is-windows": "^1.0.1",
        "resolve-dir": "^1.0.0"
      }
    },
    "global-prefix": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
      "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==",
      "dev": true,
      "requires": {
        "expand-tilde": "^2.0.2",
        "homedir-polyfill": "^1.0.1",
        "ini": "^1.3.4",
        "is-windows": "^1.0.1",
        "which": "^1.2.14"
      }
    },
    "glogg": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
      "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==",
      "dev": true,
      "requires": {
        "sparkles": "^1.0.0"
      }
    },
    "gopd": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
      "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
      "dev": true,
      "requires": {
        "get-intrinsic": "^1.1.3"
      }
    },
    "graceful-fs": {
      "version": "4.2.11",
      "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
      "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
      "dev": true
    },
    "gulp": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
      "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
      "dev": true,
      "requires": {
        "glob-watcher": "^5.0.3",
        "gulp-cli": "^2.2.0",
        "undertaker": "^1.2.1",
        "vinyl-fs": "^3.0.0"
      }
    },
    "gulp-cli": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz",
      "integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==",
      "dev": true,
      "requires": {
        "ansi-colors": "^1.0.1",
        "archy": "^1.0.0",
        "array-sort": "^1.0.0",
        "color-support": "^1.1.3",
        "concat-stream": "^1.6.0",
        "copy-props": "^2.0.1",
        "fancy-log": "^1.3.2",
        "gulplog": "^1.0.0",
        "interpret": "^1.4.0",
        "isobject": "^3.0.1",
        "liftoff": "^3.1.0",
        "matchdep": "^2.0.0",
        "mute-stdout": "^1.0.0",
        "pretty-hrtime": "^1.0.0",
        "replace-homedir": "^1.0.0",
        "semver-greatest-satisfied-range": "^1.1.0",
        "v8flags": "^3.2.0",
        "yargs": "^7.1.0"
      },
      "dependencies": {
        "fancy-log": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
          "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
          "dev": true,
          "requires": {
            "ansi-gray": "^0.1.1",
            "color-support": "^1.1.3",
            "parse-node-version": "^1.0.0",
            "time-stamp": "^1.0.0"
          }
        }
      }
    },
    "gulp-concat": {
      "version": "2.6.1",
      "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.6.1.tgz",
      "integrity": "sha512-a2scActrQrDBpBbR3WUZGyGS1JEPLg5PZJdIa7/Bi3GuKAmPYDK6SFhy/NZq5R8KsKKFvtfR0fakbUCcKGCCjg==",
      "dev": true,
      "requires": {
        "concat-with-sourcemaps": "^1.0.0",
        "through2": "^2.0.0",
        "vinyl": "^2.0.0"
      },
      "dependencies": {
        "replace-ext": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
          "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
          "dev": true
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        }
      }
    },
    "gulp-esbuild": {
      "version": "0.12.0",
      "resolved": "https://registry.npmjs.org/gulp-esbuild/-/gulp-esbuild-0.12.0.tgz",
      "integrity": "sha512-6el2YFJK+Wiip18G4iMl1rNuetSxpEZTLT1e6GuAsi3Q/yaeoNUgTX7nlwpbFkymGXMI4NFXisg5++PMe+fNNA==",
      "dev": true,
      "requires": {
        "esbuild": "^0.19.6",
        "plugin-error": "^2.0.1",
        "vinyl": "^3.0.0"
      },
      "dependencies": {
        "plugin-error": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-2.0.1.tgz",
          "integrity": "sha512-zMakqvIDyY40xHOvzXka0kUvf40nYIuwRE8dWhti2WtjQZ31xAgBZBhxsK7vK3QbRXS1Xms/LO7B5cuAsfB2Gg==",
          "dev": true,
          "requires": {
            "ansi-colors": "^1.0.1"
          }
        }
      }
    },
    "gulp-livereload": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/gulp-livereload/-/gulp-livereload-4.0.2.tgz",
      "integrity": "sha512-InmaR50Xl1xB1WdEk4mrUgGHv3VhhlRLrx7u60iY5AAer90FlK95KXitPcGGQoi28zrUJM189d/h6+V470Ncgg==",
      "dev": true,
      "requires": {
        "chalk": "^2.4.1",
        "debug": "^3.1.0",
        "fancy-log": "^1.3.2",
        "lodash.assign": "^4.2.0",
        "readable-stream": "^3.0.6",
        "tiny-lr": "^1.1.1",
        "vinyl": "^2.2.0"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "3.2.1",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
          "dev": true,
          "requires": {
            "color-convert": "^1.9.0"
          }
        },
        "chalk": {
          "version": "2.4.2",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
          "dev": true,
          "requires": {
            "ansi-styles": "^3.2.1",
            "escape-string-regexp": "^1.0.5",
            "supports-color": "^5.3.0"
          }
        },
        "color-convert": {
          "version": "1.9.3",
          "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
          "dev": true,
          "requires": {
            "color-name": "1.1.3"
          }
        },
        "color-name": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
          "dev": true
        },
        "debug": {
          "version": "3.2.7",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
          "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "fancy-log": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
          "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
          "dev": true,
          "requires": {
            "ansi-gray": "^0.1.1",
            "color-support": "^1.1.3",
            "parse-node-version": "^1.0.0",
            "time-stamp": "^1.0.0"
          }
        },
        "has-flag": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
          "dev": true
        },
        "ms": {
          "version": "2.1.3",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
          "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
          "dev": true
        },
        "readable-stream": {
          "version": "3.6.2",
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
          "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
          "dev": true,
          "requires": {
            "inherits": "^2.0.3",
            "string_decoder": "^1.1.1",
            "util-deprecate": "^1.0.1"
          }
        },
        "replace-ext": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
          "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
          "dev": true
        },
        "supports-color": {
          "version": "5.5.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
          "dev": true,
          "requires": {
            "has-flag": "^3.0.0"
          }
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        }
      }
    },
    "gulp-plumber": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/gulp-plumber/-/gulp-plumber-1.2.1.tgz",
      "integrity": "sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==",
      "dev": true,
      "requires": {
        "chalk": "^1.1.3",
        "fancy-log": "^1.3.2",
        "plugin-error": "^0.1.2",
        "through2": "^2.0.3"
      },
      "dependencies": {
        "ansi-styles": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
          "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==",
          "dev": true
        },
        "arr-diff": {
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-1.1.0.tgz",
          "integrity": "sha512-OQwDZUqYaQwyyhDJHThmzId8daf4/RFNLaeh3AevmSeZ5Y7ug4Ga/yKc6l6kTZOBW781rCj103ZuTh8GAsB3+Q==",
          "dev": true,
          "requires": {
            "arr-flatten": "^1.0.1",
            "array-slice": "^0.2.3"
          }
        },
        "arr-union": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-2.1.0.tgz",
          "integrity": "sha512-t5db90jq+qdgk8aFnxEkjqta0B/GHrM1pxzuuZz2zWsOXc5nKu3t+76s/PQBA8FTcM/ipspIH9jWG4OxCBc2eA==",
          "dev": true
        },
        "array-slice": {
          "version": "0.2.3",
          "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz",
          "integrity": "sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==",
          "dev": true
        },
        "chalk": {
          "version": "1.1.3",
          "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
          "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==",
          "dev": true,
          "requires": {
            "ansi-styles": "^2.2.1",
            "escape-string-regexp": "^1.0.2",
            "has-ansi": "^2.0.0",
            "strip-ansi": "^3.0.0",
            "supports-color": "^2.0.0"
          }
        },
        "extend-shallow": {
          "version": "1.1.4",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
          "integrity": "sha512-L7AGmkO6jhDkEBBGWlLtftA80Xq8DipnrRPr0pyi7GQLXkaq9JYA4xF4z6qnadIC6euiTDKco0cGSU9muw+WTw==",
          "dev": true,
          "requires": {
            "kind-of": "^1.1.0"
          }
        },
        "fancy-log": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
          "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
          "dev": true,
          "requires": {
            "ansi-gray": "^0.1.1",
            "color-support": "^1.1.3",
            "parse-node-version": "^1.0.0",
            "time-stamp": "^1.0.0"
          }
        },
        "kind-of": {
          "version": "1.1.0",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz",
          "integrity": "sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==",
          "dev": true
        },
        "plugin-error": {
          "version": "0.1.2",
          "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-0.1.2.tgz",
          "integrity": "sha512-WzZHcm4+GO34sjFMxQMqZbsz3xiNEgonCskQ9v+IroMmYgk/tas8dG+Hr2D6IbRPybZ12oWpzE/w3cGJ6FJzOw==",
          "dev": true,
          "requires": {
            "ansi-cyan": "^0.1.1",
            "ansi-red": "^0.1.1",
            "arr-diff": "^1.0.1",
            "arr-union": "^2.0.1",
            "extend-shallow": "^1.1.2"
          }
        },
        "supports-color": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
          "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==",
          "dev": true
        }
      }
    },
    "gulp-postcss": {
      "version": "9.1.0",
      "resolved": "https://registry.npmjs.org/gulp-postcss/-/gulp-postcss-9.1.0.tgz",
      "integrity": "sha512-a843mcKPApfeI987uqQbc8l50xXeWIXBsiVvYxtCI5XtVAMzTi/HnU2qzQpGwkB/PAOfsLV8OsqDv2iJZ9qvdw==",
      "dev": true,
      "requires": {
        "fancy-log": "^2.0.0",
        "plugin-error": "^2.0.1",
        "postcss-load-config": "^5.0.0",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "dependencies": {
        "plugin-error": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-2.0.1.tgz",
          "integrity": "sha512-zMakqvIDyY40xHOvzXka0kUvf40nYIuwRE8dWhti2WtjQZ31xAgBZBhxsK7vK3QbRXS1Xms/LO7B5cuAsfB2Gg==",
          "dev": true,
          "requires": {
            "ansi-colors": "^1.0.1"
          }
        }
      }
    },
    "gulp-sass": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/gulp-sass/-/gulp-sass-5.1.0.tgz",
      "integrity": "sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ==",
      "dev": true,
      "requires": {
        "lodash.clonedeep": "^4.5.0",
        "picocolors": "^1.0.0",
        "plugin-error": "^1.0.1",
        "replace-ext": "^2.0.0",
        "strip-ansi": "^6.0.1",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "dependencies": {
        "ansi-regex": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
          "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
          "dev": true
        },
        "strip-ansi": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
          "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
          "dev": true,
          "requires": {
            "ansi-regex": "^5.0.1"
          }
        }
      }
    },
    "gulp-sort": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/gulp-sort/-/gulp-sort-2.0.0.tgz",
      "integrity": "sha512-MyTel3FXOdh1qhw1yKhpimQrAmur9q1X0ZigLmCOxouQD+BD3za9/89O+HfbgBQvvh4igEbp0/PUWO+VqGYG1g==",
      "dev": true,
      "requires": {
        "through2": "^2.0.1"
      }
    },
    "gulp-sourcemaps": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz",
      "integrity": "sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ==",
      "dev": true,
      "requires": {
        "@gulp-sourcemaps/identity-map": "^2.0.1",
        "@gulp-sourcemaps/map-sources": "^1.0.0",
        "acorn": "^6.4.1",
        "convert-source-map": "^1.0.0",
        "css": "^3.0.0",
        "debug-fabulous": "^1.0.0",
        "detect-newline": "^2.0.0",
        "graceful-fs": "^4.0.0",
        "source-map": "^0.6.0",
        "strip-bom-string": "^1.0.0",
        "through2": "^2.0.0"
      },
      "dependencies": {
        "acorn": {
          "version": "6.4.2",
          "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz",
          "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==",
          "dev": true
        },
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        }
      }
    },
    "gulp-terser": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/gulp-terser/-/gulp-terser-2.1.0.tgz",
      "integrity": "sha512-lQ3+JUdHDVISAlUIUSZ/G9Dz/rBQHxOiYDQ70IVWFQeh4b33TC1MCIU+K18w07PS3rq/CVc34aQO4SUbdaNMPQ==",
      "dev": true,
      "requires": {
        "plugin-error": "^1.0.1",
        "terser": "^5.9.0",
        "through2": "^4.0.2",
        "vinyl-sourcemaps-apply": "^0.2.1"
      },
      "dependencies": {
        "readable-stream": {
          "version": "3.6.2",
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
          "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
          "dev": true,
          "requires": {
            "inherits": "^2.0.3",
            "string_decoder": "^1.1.1",
            "util-deprecate": "^1.0.1"
          }
        },
        "through2": {
          "version": "4.0.2",
          "resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
          "integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
          "dev": true,
          "requires": {
            "readable-stream": "3"
          }
        }
      }
    },
    "gulp-wp-pot": {
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/gulp-wp-pot/-/gulp-wp-pot-2.5.0.tgz",
      "integrity": "sha512-3IIVEsgAaRFi4DWv5hRZcM7VEsCtGD4ZxgPL8qPdX+yrSpwD8I2+Q1cP3olXhn7KLJsnGSNuqor5sxo97H5pmQ==",
      "dev": true,
      "requires": {
        "plugin-error": "^1.0.1",
        "vinyl": "^2.2.1",
        "wp-pot": "^1.9.6"
      },
      "dependencies": {
        "replace-ext": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
          "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
          "dev": true
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        }
      }
    },
    "gulplog": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
      "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==",
      "dev": true,
      "requires": {
        "glogg": "^1.0.0"
      }
    },
    "has-ansi": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
      "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==",
      "dev": true,
      "requires": {
        "ansi-regex": "^2.0.0"
      }
    },
    "has-flag": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
      "dev": true
    },
    "has-property-descriptors": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
      "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
      "dev": true,
      "requires": {
        "get-intrinsic": "^1.2.2"
      }
    },
    "has-proto": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
      "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
      "dev": true
    },
    "has-symbols": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
      "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
      "dev": true
    },
    "has-value": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
      "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==",
      "dev": true,
      "requires": {
        "get-value": "^2.0.6",
        "has-values": "^1.0.0",
        "isobject": "^3.0.0"
      }
    },
    "has-values": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
      "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==",
      "dev": true,
      "requires": {
        "is-number": "^3.0.0",
        "kind-of": "^4.0.0"
      },
      "dependencies": {
        "kind-of": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
          "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==",
          "dev": true,
          "requires": {
            "is-buffer": "^1.1.5"
          }
        }
      }
    },
    "hasown": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
      "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
      "dev": true,
      "requires": {
        "function-bind": "^1.1.2"
      }
    },
    "header-case": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/header-case/-/header-case-1.0.1.tgz",
      "integrity": "sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0",
        "upper-case": "^1.1.3"
      }
    },
    "homedir-polyfill": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
      "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
      "dev": true,
      "requires": {
        "parse-passwd": "^1.0.0"
      }
    },
    "hosted-git-info": {
      "version": "2.8.9",
      "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
      "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
      "dev": true
    },
    "http-parser-js": {
      "version": "0.5.8",
      "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
      "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==",
      "dev": true
    },
    "iconv-lite": {
      "version": "0.6.3",
      "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
      "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
      "dev": true,
      "requires": {
        "safer-buffer": ">= 2.1.2 < 3.0.0"
      }
    },
    "ieee754": {
      "version": "1.2.1",
      "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
      "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
      "dev": true
    },
    "immutable": {
      "version": "4.3.5",
      "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz",
      "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==",
      "dev": true
    },
    "inflight": {
      "version": "1.0.6",
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
      "dev": true,
      "requires": {
        "once": "^1.3.0",
        "wrappy": "1"
      }
    },
    "inherits": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
      "dev": true
    },
    "ini": {
      "version": "1.3.8",
      "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
      "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
      "dev": true
    },
    "interpret": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
      "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
      "dev": true
    },
    "invert-kv": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
      "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==",
      "dev": true
    },
    "is-absolute": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
      "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
      "dev": true,
      "requires": {
        "is-relative": "^1.0.0",
        "is-windows": "^1.0.1"
      }
    },
    "is-accessor-descriptor": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
      "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
      "dev": true,
      "requires": {
        "hasown": "^2.0.0"
      }
    },
    "is-arrayish": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
      "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
      "dev": true
    },
    "is-binary-path": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
      "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==",
      "dev": true,
      "requires": {
        "binary-extensions": "^1.0.0"
      }
    },
    "is-buffer": {
      "version": "1.1.6",
      "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
      "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
      "dev": true
    },
    "is-core-module": {
      "version": "2.13.1",
      "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
      "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
      "dev": true,
      "requires": {
        "hasown": "^2.0.0"
      }
    },
    "is-data-descriptor": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
      "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
      "dev": true,
      "requires": {
        "hasown": "^2.0.0"
      }
    },
    "is-descriptor": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz",
      "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
      "dev": true,
      "requires": {
        "is-accessor-descriptor": "^1.0.1",
        "is-data-descriptor": "^1.0.1"
      }
    },
    "is-docker": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
      "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
      "dev": true
    },
    "is-extendable": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
      "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==",
      "dev": true
    },
    "is-extglob": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
      "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
      "dev": true
    },
    "is-fullwidth-code-point": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
      "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==",
      "dev": true,
      "requires": {
        "number-is-nan": "^1.0.0"
      }
    },
    "is-glob": {
      "version": "4.0.3",
      "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
      "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
      "dev": true,
      "requires": {
        "is-extglob": "^2.1.1"
      }
    },
    "is-lower-case": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/is-lower-case/-/is-lower-case-1.1.3.tgz",
      "integrity": "sha512-+5A1e/WJpLLXZEDlgz4G//WYSHyQBD32qa4Jd3Lw06qQlv3fJHnp3YIHjTQSGzHMgzmVKz2ZP3rBxTHkPw/lxA==",
      "dev": true,
      "requires": {
        "lower-case": "^1.1.0"
      }
    },
    "is-negated-glob": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz",
      "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==",
      "dev": true
    },
    "is-number": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
      "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==",
      "dev": true,
      "requires": {
        "kind-of": "^3.0.2"
      },
      "dependencies": {
        "kind-of": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
          "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
          "dev": true,
          "requires": {
            "is-buffer": "^1.1.5"
          }
        }
      }
    },
    "is-plain-object": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
      "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
      "dev": true
    },
    "is-promise": {
      "version": "2.2.2",
      "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz",
      "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==",
      "dev": true
    },
    "is-relative": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
      "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
      "dev": true,
      "requires": {
        "is-unc-path": "^1.0.0"
      }
    },
    "is-unc-path": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
      "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
      "dev": true,
      "requires": {
        "unc-path-regex": "^0.1.2"
      }
    },
    "is-upper-case": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz",
      "integrity": "sha512-GQYSJMgfeAmVwh9ixyk888l7OIhNAGKtY6QA+IrWlu9MDTCaXmeozOZ2S9Knj7bQwBO/H6J2kb+pbyTUiMNbsw==",
      "dev": true,
      "requires": {
        "upper-case": "^1.1.0"
      }
    },
    "is-utf8": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
      "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==",
      "dev": true
    },
    "is-valid-glob": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz",
      "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==",
      "dev": true
    },
    "is-windows": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
      "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
      "dev": true
    },
    "is-wsl": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
      "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
      "dev": true,
      "requires": {
        "is-docker": "^2.0.0"
      }
    },
    "isarray": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
      "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
      "dev": true
    },
    "isexe": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
      "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
      "dev": true
    },
    "isobject": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
      "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
      "dev": true
    },
    "json-stable-stringify": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.1.1.tgz",
      "integrity": "sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==",
      "dev": true,
      "requires": {
        "call-bind": "^1.0.5",
        "isarray": "^2.0.5",
        "jsonify": "^0.0.1",
        "object-keys": "^1.1.1"
      },
      "dependencies": {
        "isarray": {
          "version": "2.0.5",
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
          "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
          "dev": true
        }
      }
    },
    "json-stable-stringify-without-jsonify": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
      "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
      "dev": true
    },
    "jsonfile": {
      "version": "6.1.0",
      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
      "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.6",
        "universalify": "^2.0.0"
      }
    },
    "jsonify": {
      "version": "0.0.1",
      "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
      "integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
      "dev": true
    },
    "just-debounce": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz",
      "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==",
      "dev": true
    },
    "kind-of": {
      "version": "5.1.0",
      "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
      "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
      "dev": true
    },
    "klaw-sync": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz",
      "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.11"
      }
    },
    "kleur": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
      "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
      "dev": true
    },
    "last-run": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz",
      "integrity": "sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==",
      "dev": true,
      "requires": {
        "default-resolution": "^2.0.0",
        "es6-weak-map": "^2.0.1"
      }
    },
    "lazystream": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz",
      "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==",
      "dev": true,
      "requires": {
        "readable-stream": "^2.0.5"
      }
    },
    "lcid": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
      "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==",
      "dev": true,
      "requires": {
        "invert-kv": "^1.0.0"
      }
    },
    "lead": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz",
      "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==",
      "dev": true,
      "requires": {
        "flush-write-stream": "^1.0.2"
      }
    },
    "liftoff": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz",
      "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==",
      "dev": true,
      "requires": {
        "extend": "^3.0.0",
        "findup-sync": "^3.0.0",
        "fined": "^1.0.1",
        "flagged-respawn": "^1.0.0",
        "is-plain-object": "^2.0.4",
        "object.map": "^1.0.0",
        "rechoir": "^0.6.2",
        "resolve": "^1.1.7"
      },
      "dependencies": {
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "lilconfig": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz",
      "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==",
      "dev": true
    },
    "livereload-js": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
      "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==",
      "dev": true
    },
    "load-json-file": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
      "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.2",
        "parse-json": "^2.2.0",
        "pify": "^2.0.0",
        "pinkie-promise": "^2.0.0",
        "strip-bom": "^2.0.0"
      },
      "dependencies": {
        "strip-bom": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
          "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
          "dev": true,
          "requires": {
            "is-utf8": "^0.2.0"
          }
        }
      }
    },
    "lodash.assign": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/lodash.assign/-/lodash.assign-4.2.0.tgz",
      "integrity": "sha512-hFuH8TY+Yji7Eja3mGiuAxBqLagejScbG8GbG0j6o9vzn0YL14My+ktnqtZgFTosKymC9/44wP6s7xyuLfnClw==",
      "dev": true
    },
    "lodash.clonedeep": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
      "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
      "dev": true
    },
    "lodash.memoize": {
      "version": "4.1.2",
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
      "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
      "dev": true
    },
    "lodash.uniq": {
      "version": "4.5.0",
      "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
      "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==",
      "dev": true
    },
    "lower-case": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
      "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==",
      "dev": true
    },
    "lower-case-first": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/lower-case-first/-/lower-case-first-1.0.2.tgz",
      "integrity": "sha512-UuxaYakO7XeONbKrZf5FEgkantPf5DUqDayzP5VXZrtRPdH86s4kN47I8B3TW10S4QKiE3ziHNf3kRN//okHjA==",
      "dev": true,
      "requires": {
        "lower-case": "^1.1.2"
      }
    },
    "lru-cache": {
      "version": "6.0.0",
      "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
      "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
      "dev": true,
      "requires": {
        "yallist": "^4.0.0"
      }
    },
    "lru-queue": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/lru-queue/-/lru-queue-0.1.0.tgz",
      "integrity": "sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==",
      "dev": true,
      "requires": {
        "es5-ext": "~0.10.2"
      }
    },
    "make-iterator": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
      "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
      "dev": true,
      "requires": {
        "kind-of": "^6.0.2"
      },
      "dependencies": {
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
          "dev": true
        }
      }
    },
    "map-cache": {
      "version": "0.2.2",
      "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
      "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==",
      "dev": true
    },
    "map-visit": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
      "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==",
      "dev": true,
      "requires": {
        "object-visit": "^1.0.0"
      }
    },
    "matchdep": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz",
      "integrity": "sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==",
      "dev": true,
      "requires": {
        "findup-sync": "^2.0.0",
        "micromatch": "^3.0.4",
        "resolve": "^1.4.0",
        "stack-trace": "0.0.10"
      },
      "dependencies": {
        "findup-sync": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
          "integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==",
          "dev": true,
          "requires": {
            "detect-file": "^1.0.0",
            "is-glob": "^3.1.0",
            "micromatch": "^3.0.4",
            "resolve-dir": "^1.0.1"
          }
        },
        "is-glob": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
          "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==",
          "dev": true,
          "requires": {
            "is-extglob": "^2.1.0"
          }
        }
      }
    },
    "matched": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/matched/-/matched-5.0.1.tgz",
      "integrity": "sha512-E1fhSTPRyhAlNaNvGXAgZQlq1hL0bgYMTk/6bktVlIhzUnX/SZs7296ACdVeNJE8xFNGSuvd9IpI7vSnmcqLvw==",
      "dev": true,
      "requires": {
        "glob": "^7.1.6",
        "picomatch": "^2.2.1"
      }
    },
    "mdn-data": {
      "version": "2.0.30",
      "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz",
      "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
      "dev": true
    },
    "memoizee": {
      "version": "0.4.15",
      "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.4.15.tgz",
      "integrity": "sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==",
      "dev": true,
      "requires": {
        "d": "^1.0.1",
        "es5-ext": "^0.10.53",
        "es6-weak-map": "^2.0.3",
        "event-emitter": "^0.3.5",
        "is-promise": "^2.2.2",
        "lru-queue": "^0.1.0",
        "next-tick": "^1.1.0",
        "timers-ext": "^0.1.7"
      }
    },
    "micromatch": {
      "version": "3.1.10",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
      "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
      "dev": true,
      "requires": {
        "arr-diff": "^4.0.0",
        "array-unique": "^0.3.2",
        "braces": "^2.3.1",
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "extglob": "^2.0.4",
        "fragment-cache": "^0.2.1",
        "kind-of": "^6.0.2",
        "nanomatch": "^1.2.9",
        "object.pick": "^1.3.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.2"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
          "dev": true
        }
      }
    },
    "minimatch": {
      "version": "3.1.2",
      "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
      "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
      "dev": true,
      "requires": {
        "brace-expansion": "^1.1.7"
      }
    },
    "minimist": {
      "version": "1.2.8",
      "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
      "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
      "dev": true
    },
    "mixin-deep": {
      "version": "1.3.2",
      "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
      "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
      "dev": true,
      "requires": {
        "for-in": "^1.0.2",
        "is-extendable": "^1.0.1"
      },
      "dependencies": {
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "ms": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
      "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
      "dev": true
    },
    "mute-stdout": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz",
      "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==",
      "dev": true
    },
    "nan": {
      "version": "2.18.0",
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz",
      "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==",
      "dev": true,
      "optional": true
    },
    "nanoid": {
      "version": "3.3.7",
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
      "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
      "dev": true
    },
    "nanomatch": {
      "version": "1.2.13",
      "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
      "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
      "dev": true,
      "requires": {
        "arr-diff": "^4.0.0",
        "array-unique": "^0.3.2",
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "fragment-cache": "^0.2.1",
        "is-windows": "^1.0.2",
        "kind-of": "^6.0.2",
        "object.pick": "^1.3.0",
        "regex-not": "^1.0.0",
        "snapdragon": "^0.8.1",
        "to-regex": "^3.0.1"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        },
        "kind-of": {
          "version": "6.0.3",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
          "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
          "dev": true
        }
      }
    },
    "next-tick": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz",
      "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
      "dev": true
    },
    "no-case": {
      "version": "2.3.2",
      "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
      "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
      "dev": true,
      "requires": {
        "lower-case": "^1.1.1"
      }
    },
    "node-fetch": {
      "version": "2.7.0",
      "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
      "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
      "dev": true,
      "requires": {
        "whatwg-url": "^5.0.0"
      }
    },
    "node-releases": {
      "version": "2.0.14",
      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
      "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
      "dev": true
    },
    "node-sass-magic-importer": {
      "version": "5.3.3",
      "resolved": "https://registry.npmjs.org/node-sass-magic-importer/-/node-sass-magic-importer-5.3.3.tgz",
      "integrity": "sha512-xB4yH7laj00SBIZO9Hwke3XDSqMcz+6IM7TgcxU9Ri6m6Pn8MBWwgG5HLmgZkQX3W2osUhx+k7WSOzzunuTKVw==",
      "dev": true,
      "requires": {
        "css-node-extract": "^2.1.3",
        "css-selector-extract": "^3.3.6",
        "findup-sync": "^4.0.0",
        "glob": "^7.1.6",
        "object-hash": "^2.0.3",
        "postcss-scss": "^3.0.2",
        "resolve": "^1.17.0"
      },
      "dependencies": {
        "braces": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
          "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
          "dev": true,
          "requires": {
            "fill-range": "^7.0.1"
          }
        },
        "fill-range": {
          "version": "7.0.1",
          "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
          "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
          "dev": true,
          "requires": {
            "to-regex-range": "^5.0.1"
          }
        },
        "findup-sync": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz",
          "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==",
          "dev": true,
          "requires": {
            "detect-file": "^1.0.0",
            "is-glob": "^4.0.0",
            "micromatch": "^4.0.2",
            "resolve-dir": "^1.0.1"
          }
        },
        "is-number": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
          "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
          "dev": true
        },
        "micromatch": {
          "version": "4.0.5",
          "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
          "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
          "dev": true,
          "requires": {
            "braces": "^3.0.2",
            "picomatch": "^2.3.1"
          }
        },
        "to-regex-range": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
          "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
          "dev": true,
          "requires": {
            "is-number": "^7.0.0"
          }
        }
      }
    },
    "node-sass-package-importer": {
      "version": "5.3.3",
      "resolved": "https://registry.npmjs.org/node-sass-package-importer/-/node-sass-package-importer-5.3.3.tgz",
      "integrity": "sha512-alXHd4/QzsUH6Aao8Wg5zm1uhz4Ujt9AgRG3LLjPYBlbW8lg7TtMsbCz2G+QgtdSba0A0wmZ3+8FAD+QjP5kHw==",
      "dev": true,
      "requires": {
        "node-sass-magic-importer": "^5.3.3"
      }
    },
    "normalize-package-data": {
      "version": "2.5.0",
      "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
      "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
      "dev": true,
      "requires": {
        "hosted-git-info": "^2.1.4",
        "resolve": "^1.10.0",
        "semver": "2 || 3 || 4 || 5",
        "validate-npm-package-license": "^3.0.1"
      }
    },
    "normalize-path": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
      "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
      "dev": true
    },
    "normalize-range": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
      "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
      "dev": true
    },
    "now-and-later": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
      "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
      "dev": true,
      "requires": {
        "once": "^1.3.2"
      }
    },
    "nth-check": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
      "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
      "dev": true,
      "requires": {
        "boolbase": "^1.0.0"
      }
    },
    "number-is-nan": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
      "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==",
      "dev": true
    },
    "object-assign": {
      "version": "4.1.1",
      "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
      "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
      "dev": true
    },
    "object-copy": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
      "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==",
      "dev": true,
      "requires": {
        "copy-descriptor": "^0.1.0",
        "define-property": "^0.2.5",
        "kind-of": "^3.0.3"
      },
      "dependencies": {
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^0.1.0"
          }
        },
        "is-descriptor": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
          "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
          "dev": true,
          "requires": {
            "is-accessor-descriptor": "^1.0.1",
            "is-data-descriptor": "^1.0.1"
          }
        },
        "kind-of": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
          "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
          "dev": true,
          "requires": {
            "is-buffer": "^1.1.5"
          }
        }
      }
    },
    "object-hash": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
      "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
      "dev": true
    },
    "object-inspect": {
      "version": "1.13.1",
      "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
      "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
      "dev": true
    },
    "object-keys": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
      "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
      "dev": true
    },
    "object-visit": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
      "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==",
      "dev": true,
      "requires": {
        "isobject": "^3.0.0"
      }
    },
    "object.assign": {
      "version": "4.1.5",
      "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz",
      "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==",
      "dev": true,
      "requires": {
        "call-bind": "^1.0.5",
        "define-properties": "^1.2.1",
        "has-symbols": "^1.0.3",
        "object-keys": "^1.1.1"
      }
    },
    "object.defaults": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
      "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==",
      "dev": true,
      "requires": {
        "array-each": "^1.0.1",
        "array-slice": "^1.0.0",
        "for-own": "^1.0.0",
        "isobject": "^3.0.0"
      }
    },
    "object.map": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
      "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
      "dev": true,
      "requires": {
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      }
    },
    "object.pick": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
      "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
      "dev": true,
      "requires": {
        "isobject": "^3.0.1"
      }
    },
    "object.reduce": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz",
      "integrity": "sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==",
      "dev": true,
      "requires": {
        "for-own": "^1.0.0",
        "make-iterator": "^1.0.0"
      }
    },
    "once": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
      "dev": true,
      "requires": {
        "wrappy": "1"
      }
    },
    "open": {
      "version": "7.4.2",
      "resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
      "integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
      "dev": true,
      "requires": {
        "is-docker": "^2.0.0",
        "is-wsl": "^2.1.1"
      }
    },
    "ordered-read-streams": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz",
      "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==",
      "dev": true,
      "requires": {
        "readable-stream": "^2.0.1"
      }
    },
    "os-locale": {
      "version": "1.4.0",
      "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
      "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==",
      "dev": true,
      "requires": {
        "lcid": "^1.0.0"
      }
    },
    "os-tmpdir": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
      "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
      "dev": true
    },
    "param-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
      "integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0"
      }
    },
    "parse-filepath": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
      "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
      "dev": true,
      "requires": {
        "is-absolute": "^1.0.0",
        "map-cache": "^0.2.0",
        "path-root": "^0.1.1"
      }
    },
    "parse-json": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
      "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
      "dev": true,
      "requires": {
        "error-ex": "^1.2.0"
      }
    },
    "parse-node-version": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
      "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
      "dev": true
    },
    "parse-passwd": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
      "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==",
      "dev": true
    },
    "pascal-case": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-2.0.1.tgz",
      "integrity": "sha512-qjS4s8rBOJa2Xm0jmxXiyh1+OFf6ekCWOvUaRgAQSktzlTbMotS0nmG9gyYAybCWBcuP4fsBeRCKNwGBnMe2OQ==",
      "dev": true,
      "requires": {
        "camel-case": "^3.0.0",
        "upper-case-first": "^1.1.0"
      }
    },
    "pascalcase": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
      "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==",
      "dev": true
    },
    "patch-package": {
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/patch-package/-/patch-package-8.0.0.tgz",
      "integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
      "dev": true,
      "requires": {
        "@yarnpkg/lockfile": "^1.1.0",
        "chalk": "^4.1.2",
        "ci-info": "^3.7.0",
        "cross-spawn": "^7.0.3",
        "find-yarn-workspace-root": "^2.0.0",
        "fs-extra": "^9.0.0",
        "json-stable-stringify": "^1.0.2",
        "klaw-sync": "^6.0.0",
        "minimist": "^1.2.6",
        "open": "^7.4.2",
        "rimraf": "^2.6.3",
        "semver": "^7.5.3",
        "slash": "^2.0.0",
        "tmp": "^0.0.33",
        "yaml": "^2.2.2"
      },
      "dependencies": {
        "semver": {
          "version": "7.5.4",
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
          "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
          "dev": true,
          "requires": {
            "lru-cache": "^6.0.0"
          }
        }
      }
    },
    "path-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/path-case/-/path-case-2.1.1.tgz",
      "integrity": "sha512-Ou0N05MioItesaLr9q8TtHVWmJ6fxWdqKB2RohFmNWVyJ+2zeKIeDNWAN6B/Pe7wpzWChhZX6nONYmOnMeJQ/Q==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0"
      }
    },
    "path-dirname": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
      "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==",
      "dev": true
    },
    "path-exists": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
      "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
      "dev": true,
      "requires": {
        "pinkie-promise": "^2.0.0"
      }
    },
    "path-is-absolute": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
      "dev": true
    },
    "path-key": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
      "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
      "dev": true
    },
    "path-parse": {
      "version": "1.0.7",
      "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
      "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
      "dev": true
    },
    "path-root": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
      "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
      "dev": true,
      "requires": {
        "path-root-regex": "^0.1.0"
      }
    },
    "path-root-regex": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
      "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
      "dev": true
    },
    "path-sort": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/path-sort/-/path-sort-0.1.0.tgz",
      "integrity": "sha512-70MSq7edKtbODYKkqXYzSMQxtYMjDgP3K6D15Fu4KUvpyBPlxDWPvv8JI9GjNDF2K5baPHFEtlg818dOmf2ifg==",
      "dev": true
    },
    "path-type": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
      "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.2",
        "pify": "^2.0.0",
        "pinkie-promise": "^2.0.0"
      }
    },
    "php-parser": {
      "version": "3.1.5",
      "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.1.5.tgz",
      "integrity": "sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ==",
      "dev": true
    },
    "picocolors": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
      "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
      "dev": true
    },
    "picomatch": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
      "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
      "dev": true
    },
    "pify": {
      "version": "2.3.0",
      "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
      "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
      "dev": true
    },
    "pinkie": {
      "version": "2.0.4",
      "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
      "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
      "dev": true
    },
    "pinkie-promise": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
      "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
      "dev": true,
      "requires": {
        "pinkie": "^2.0.0"
      }
    },
    "plugin-error": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
      "dev": true,
      "requires": {
        "ansi-colors": "^1.0.1",
        "arr-diff": "^4.0.0",
        "arr-union": "^3.1.0",
        "extend-shallow": "^3.0.2"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "posix-character-classes": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
      "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==",
      "dev": true
    },
    "postcss": {
      "version": "8.4.33",
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.33.tgz",
      "integrity": "sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==",
      "dev": true,
      "requires": {
        "nanoid": "^3.3.7",
        "picocolors": "^1.0.0",
        "source-map-js": "^1.0.2"
      }
    },
    "postcss-calc": {
      "version": "9.0.1",
      "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-9.0.1.tgz",
      "integrity": "sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==",
      "dev": true,
      "requires": {
        "postcss-selector-parser": "^6.0.11",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-colormin": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-6.0.2.tgz",
      "integrity": "sha512-TXKOxs9LWcdYo5cgmcSHPkyrLAh86hX1ijmyy6J8SbOhyv6ua053M3ZAM/0j44UsnQNIWdl8gb5L7xX2htKeLw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0",
        "colord": "^2.9.1",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-convert-values": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-6.0.2.tgz",
      "integrity": "sha512-aeBmaTnGQ+NUSVQT8aY0sKyAD/BaLJenEKZ03YK0JnDE1w1Rr8XShoxdal2V2H26xTJKr3v5haByOhJuyT4UYw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-discard-comments": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-6.0.1.tgz",
      "integrity": "sha512-f1KYNPtqYLUeZGCHQPKzzFtsHaRuECe6jLakf/RjSRqvF5XHLZnM2+fXLhb8Qh/HBFHs3M4cSLb1k3B899RYIg==",
      "dev": true
    },
    "postcss-discard-duplicates": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-6.0.1.tgz",
      "integrity": "sha512-1hvUs76HLYR8zkScbwyJ8oJEugfPV+WchpnA+26fpJ7Smzs51CzGBHC32RS03psuX/2l0l0UKh2StzNxOrKCYg==",
      "dev": true
    },
    "postcss-discard-empty": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-6.0.1.tgz",
      "integrity": "sha512-yitcmKwmVWtNsrrRqGJ7/C0YRy53i0mjexBDQ9zYxDwTWVBgbU4+C9jIZLmQlTDT9zhml+u0OMFJh8+31krmOg==",
      "dev": true
    },
    "postcss-discard-overridden": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-6.0.1.tgz",
      "integrity": "sha512-qs0ehZMMZpSESbRkw1+inkf51kak6OOzNRaoLd/U7Fatp0aN2HQ1rxGOrJvYcRAN9VpX8kUF13R2ofn8OlvFVA==",
      "dev": true
    },
    "postcss-load-config": {
      "version": "5.0.2",
      "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-5.0.2.tgz",
      "integrity": "sha512-Q8QR3FYbqOKa0bnC1UQ2bFq9/ulHX5Bi34muzitMr8aDtUelO5xKeJEYC/5smE0jNE9zdB/NBnOwXKexELbRlw==",
      "dev": true,
      "requires": {
        "lilconfig": "^3.0.0",
        "yaml": "^2.3.4"
      }
    },
    "postcss-merge-longhand": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-6.0.2.tgz",
      "integrity": "sha512-+yfVB7gEM8SrCo9w2lCApKIEzrTKl5yS1F4yGhV3kSim6JzbfLGJyhR1B6X+6vOT0U33Mgx7iv4X9MVWuaSAfw==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0",
        "stylehacks": "^6.0.2"
      }
    },
    "postcss-merge-rules": {
      "version": "6.0.3",
      "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-6.0.3.tgz",
      "integrity": "sha512-yfkDqSHGohy8sGYIJwBmIGDv4K4/WrJPX355XrxQb/CSsT4Kc/RxDi6akqn5s9bap85AWgv21ArcUWwWdGNSHA==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0",
        "cssnano-utils": "^4.0.1",
        "postcss-selector-parser": "^6.0.15"
      }
    },
    "postcss-minify-font-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-6.0.1.tgz",
      "integrity": "sha512-tIwmF1zUPoN6xOtA/2FgVk1ZKrLcCvE0dpZLtzyyte0j9zUeB8RTbCqrHZGjJlxOvNWKMYtunLrrl7HPOiR46w==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-minify-gradients": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-6.0.1.tgz",
      "integrity": "sha512-M1RJWVjd6IOLPl1hYiOd5HQHgpp6cvJVLrieQYS9y07Yo8itAr6jaekzJphaJFR0tcg4kRewCk3kna9uHBxn/w==",
      "dev": true,
      "requires": {
        "colord": "^2.9.1",
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-minify-params": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-6.0.2.tgz",
      "integrity": "sha512-zwQtbrPEBDj+ApELZ6QylLf2/c5zmASoOuA4DzolyVGdV38iR2I5QRMsZcHkcdkZzxpN8RS4cN7LPskOkTwTZw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-minify-selectors": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-6.0.2.tgz",
      "integrity": "sha512-0b+m+w7OAvZejPQdN2GjsXLv5o0jqYHX3aoV0e7RBKPCsB7TYG5KKWBFhGnB/iP3213Ts8c5H4wLPLMm7z28Sg==",
      "dev": true,
      "requires": {
        "postcss-selector-parser": "^6.0.15"
      }
    },
    "postcss-normalize-charset": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-6.0.1.tgz",
      "integrity": "sha512-aW5LbMNRZ+oDV57PF9K+WI1Z8MPnF+A8qbajg/T8PP126YrGX1f9IQx21GI2OlGz7XFJi/fNi0GTbY948XJtXg==",
      "dev": true
    },
    "postcss-normalize-display-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-6.0.1.tgz",
      "integrity": "sha512-mc3vxp2bEuCb4LgCcmG1y6lKJu1Co8T+rKHrcbShJwUmKJiEl761qb/QQCfFwlrvSeET3jksolCR/RZuMURudw==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-positions": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-6.0.1.tgz",
      "integrity": "sha512-HRsq8u/0unKNvm0cvwxcOUEcakFXqZ41fv3FOdPn916XFUrympjr+03oaLkuZENz3HE9RrQE9yU0Xv43ThWjQg==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-repeat-style": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-6.0.1.tgz",
      "integrity": "sha512-Gbb2nmCy6tTiA7Sh2MBs3fj9W8swonk6lw+dFFeQT68B0Pzwp1kvisJQkdV6rbbMSd9brMlS8I8ts52tAGWmGQ==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-string": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-6.0.1.tgz",
      "integrity": "sha512-5Fhx/+xzALJD9EI26Aq23hXwmv97Zfy2VFrt5PLT8lAhnBIZvmaT5pQk+NuJ/GWj/QWaKSKbnoKDGLbV6qnhXg==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-timing-functions": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-6.0.1.tgz",
      "integrity": "sha512-4zcczzHqmCU7L5dqTB9rzeqPWRMc0K2HoR+Bfl+FSMbqGBUcP5LRfgcH4BdRtLuzVQK1/FHdFoGT3F7rkEnY+g==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-unicode": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-6.0.2.tgz",
      "integrity": "sha512-Ff2VdAYCTGyMUwpevTZPZ4w0+mPjbZzLLyoLh/RMpqUqeQKZ+xMm31hkxBavDcGKcxm6ACzGk0nBfZ8LZkStKA==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-url": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-6.0.1.tgz",
      "integrity": "sha512-jEXL15tXSvbjm0yzUV7FBiEXwhIa9H88JOXDGQzmcWoB4mSjZIsmtto066s2iW9FYuIrIF4k04HA2BKAOpbsaQ==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-normalize-whitespace": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-6.0.1.tgz",
      "integrity": "sha512-76i3NpWf6bB8UHlVuLRxG4zW2YykF9CTEcq/9LGAiz2qBuX5cBStadkk0jSkg9a9TCIXbMQz7yzrygKoCW9JuA==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-ordered-values": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-6.0.1.tgz",
      "integrity": "sha512-XXbb1O/MW9HdEhnBxitZpPFbIvDgbo9NK4c/5bOfiKpnIGZDoL2xd7/e6jW5DYLsWxBbs+1nZEnVgnjnlFViaA==",
      "dev": true,
      "requires": {
        "cssnano-utils": "^4.0.1",
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-reduce-initial": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-6.0.2.tgz",
      "integrity": "sha512-YGKalhNlCLcjcLvjU5nF8FyeCTkCO5UtvJEt0hrPZVCTtRLSOH4z00T1UntQPj4dUmIYZgMj8qK77JbSX95hSw==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "caniuse-api": "^3.0.0"
      }
    },
    "postcss-reduce-transforms": {
      "version": "6.0.1",
      "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-6.0.1.tgz",
      "integrity": "sha512-fUbV81OkUe75JM+VYO1gr/IoA2b/dRiH6HvMwhrIBSUrxq3jNZQZitSnugcTLDi1KkQh1eR/zi+iyxviUNBkcQ==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0"
      }
    },
    "postcss-scss": {
      "version": "3.0.5",
      "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-3.0.5.tgz",
      "integrity": "sha512-3e0qYk87eczfzg5P73ZVuuxEGCBfatRhPze6KrSaIbEKVtmnFI1RYp1Fv+AyZi+w8kcNRSPeNX6ap4b65zEkiA==",
      "dev": true,
      "requires": {
        "postcss": "^8.2.7"
      }
    },
    "postcss-selector-parser": {
      "version": "6.0.15",
      "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
      "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
      "dev": true,
      "requires": {
        "cssesc": "^3.0.0",
        "util-deprecate": "^1.0.2"
      }
    },
    "postcss-svgo": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-6.0.2.tgz",
      "integrity": "sha512-IH5R9SjkTkh0kfFOQDImyy1+mTCb+E830+9SV1O+AaDcoHTvfsvt6WwJeo7KwcHbFnevZVCsXhDmjFiGVuwqFQ==",
      "dev": true,
      "requires": {
        "postcss-value-parser": "^4.2.0",
        "svgo": "^3.2.0"
      }
    },
    "postcss-unique-selectors": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-6.0.2.tgz",
      "integrity": "sha512-8IZGQ94nechdG7Y9Sh9FlIY2b4uS8/k8kdKRX040XHsS3B6d1HrJAkXrBSsSu4SuARruSsUjW3nlSw8BHkaAYQ==",
      "dev": true,
      "requires": {
        "postcss-selector-parser": "^6.0.15"
      }
    },
    "postcss-value-parser": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
      "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
      "dev": true
    },
    "pretty-hrtime": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
      "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==",
      "dev": true
    },
    "process": {
      "version": "0.11.10",
      "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
      "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
      "dev": true
    },
    "process-nextick-args": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
      "dev": true
    },
    "prompts": {
      "version": "2.4.2",
      "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
      "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
      "dev": true,
      "requires": {
        "kleur": "^3.0.3",
        "sisteransi": "^1.0.5"
      }
    },
    "pump": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
      "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
      "dev": true,
      "requires": {
        "end-of-stream": "^1.1.0",
        "once": "^1.3.1"
      }
    },
    "pumpify": {
      "version": "1.5.1",
      "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
      "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
      "dev": true,
      "requires": {
        "duplexify": "^3.6.0",
        "inherits": "^2.0.3",
        "pump": "^2.0.0"
      }
    },
    "qs": {
      "version": "6.11.2",
      "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz",
      "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==",
      "dev": true,
      "requires": {
        "side-channel": "^1.0.4"
      }
    },
    "queue-tick": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/queue-tick/-/queue-tick-1.0.1.tgz",
      "integrity": "sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==",
      "dev": true
    },
    "raw-body": {
      "version": "1.1.7",
      "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
      "integrity": "sha512-WmJJU2e9Y6M5UzTOkHaM7xJGAPQD8PNzx3bAd2+uhZAim6wDk6dAZxPVYLF67XhbR4hmKGh33Lpmh4XWrCH5Mg==",
      "dev": true,
      "requires": {
        "bytes": "1",
        "string_decoder": "0.10"
      },
      "dependencies": {
        "string_decoder": {
          "version": "0.10.31",
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
          "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
          "dev": true
        }
      }
    },
    "read-pkg": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
      "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
      "dev": true,
      "requires": {
        "load-json-file": "^1.0.0",
        "normalize-package-data": "^2.3.2",
        "path-type": "^1.0.0"
      }
    },
    "read-pkg-up": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
      "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
      "dev": true,
      "requires": {
        "find-up": "^1.0.0",
        "read-pkg": "^1.0.0"
      }
    },
    "readable-stream": {
      "version": "2.3.8",
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
      "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
      "dev": true,
      "requires": {
        "core-util-is": "~1.0.0",
        "inherits": "~2.0.3",
        "isarray": "~1.0.0",
        "process-nextick-args": "~2.0.0",
        "safe-buffer": "~5.1.1",
        "string_decoder": "~1.1.1",
        "util-deprecate": "~1.0.1"
      }
    },
    "readdirp": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
      "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
      "dev": true,
      "requires": {
        "graceful-fs": "^4.1.11",
        "micromatch": "^3.1.10",
        "readable-stream": "^2.0.2"
      }
    },
    "rechoir": {
      "version": "0.6.2",
      "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
      "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
      "dev": true,
      "requires": {
        "resolve": "^1.1.6"
      }
    },
    "regex-not": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
      "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
      "dev": true,
      "requires": {
        "extend-shallow": "^3.0.2",
        "safe-regex": "^1.1.0"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "remove-bom-buffer": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz",
      "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==",
      "dev": true,
      "requires": {
        "is-buffer": "^1.1.5",
        "is-utf8": "^0.2.1"
      }
    },
    "remove-bom-stream": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz",
      "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==",
      "dev": true,
      "requires": {
        "remove-bom-buffer": "^3.0.0",
        "safe-buffer": "^5.1.0",
        "through2": "^2.0.3"
      }
    },
    "remove-trailing-separator": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
      "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==",
      "dev": true
    },
    "repeat-element": {
      "version": "1.1.4",
      "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
      "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
      "dev": true
    },
    "repeat-string": {
      "version": "1.6.1",
      "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
      "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
      "dev": true
    },
    "replace-ext": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz",
      "integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==",
      "dev": true
    },
    "replace-homedir": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz",
      "integrity": "sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==",
      "dev": true,
      "requires": {
        "homedir-polyfill": "^1.0.1",
        "is-absolute": "^1.0.0",
        "remove-trailing-separator": "^1.1.0"
      }
    },
    "require-directory": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
      "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
      "dev": true
    },
    "require-main-filename": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
      "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==",
      "dev": true
    },
    "resolve": {
      "version": "1.22.8",
      "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
      "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
      "dev": true,
      "requires": {
        "is-core-module": "^2.13.0",
        "path-parse": "^1.0.7",
        "supports-preserve-symlinks-flag": "^1.0.0"
      }
    },
    "resolve-dir": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
      "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==",
      "dev": true,
      "requires": {
        "expand-tilde": "^2.0.0",
        "global-modules": "^1.0.0"
      }
    },
    "resolve-options": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz",
      "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==",
      "dev": true,
      "requires": {
        "value-or-function": "^3.0.0"
      }
    },
    "resolve-url": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
      "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
      "dev": true
    },
    "ret": {
      "version": "0.1.15",
      "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
      "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
      "dev": true
    },
    "rimraf": {
      "version": "2.7.1",
      "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
      "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
      "dev": true,
      "requires": {
        "glob": "^7.1.3"
      }
    },
    "safe-buffer": {
      "version": "5.1.2",
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
      "dev": true
    },
    "safe-json-parse": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
      "integrity": "sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A==",
      "dev": true
    },
    "safe-regex": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
      "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==",
      "dev": true,
      "requires": {
        "ret": "~0.1.10"
      }
    },
    "safer-buffer": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
      "dev": true
    },
    "sass": {
      "version": "1.70.0",
      "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz",
      "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==",
      "dev": true,
      "requires": {
        "chokidar": ">=3.0.0 <4.0.0",
        "immutable": "^4.0.0",
        "source-map-js": ">=0.6.2 <2.0.0"
      },
      "dependencies": {
        "anymatch": {
          "version": "3.1.3",
          "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
          "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
          "dev": true,
          "requires": {
            "normalize-path": "^3.0.0",
            "picomatch": "^2.0.4"
          }
        },
        "binary-extensions": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
          "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
          "dev": true
        },
        "braces": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
          "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
          "dev": true,
          "requires": {
            "fill-range": "^7.0.1"
          }
        },
        "chokidar": {
          "version": "3.5.3",
          "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
          "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
          "dev": true,
          "requires": {
            "anymatch": "~3.1.2",
            "braces": "~3.0.2",
            "fsevents": "~2.3.2",
            "glob-parent": "~5.1.2",
            "is-binary-path": "~2.1.0",
            "is-glob": "~4.0.1",
            "normalize-path": "~3.0.0",
            "readdirp": "~3.6.0"
          }
        },
        "fill-range": {
          "version": "7.0.1",
          "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
          "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
          "dev": true,
          "requires": {
            "to-regex-range": "^5.0.1"
          }
        },
        "fsevents": {
          "version": "2.3.3",
          "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
          "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
          "dev": true,
          "optional": true
        },
        "glob-parent": {
          "version": "5.1.2",
          "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
          "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
          "dev": true,
          "requires": {
            "is-glob": "^4.0.1"
          }
        },
        "is-binary-path": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
          "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
          "dev": true,
          "requires": {
            "binary-extensions": "^2.0.0"
          }
        },
        "is-number": {
          "version": "7.0.0",
          "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
          "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
          "dev": true
        },
        "readdirp": {
          "version": "3.6.0",
          "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
          "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
          "dev": true,
          "requires": {
            "picomatch": "^2.2.1"
          }
        },
        "to-regex-range": {
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
          "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
          "dev": true,
          "requires": {
            "is-number": "^7.0.0"
          }
        }
      }
    },
    "semver": {
      "version": "4.3.6",
      "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
      "integrity": "sha512-IrpJ+yoG4EOH8DFWuVg+8H1kW1Oaof0Wxe7cPcXW3x9BjkN/eVo54F15LyqemnDIUYskQWr9qvl/RihmSy6+xQ==",
      "dev": true
    },
    "semver-greatest-satisfied-range": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
      "integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==",
      "dev": true,
      "requires": {
        "sver-compat": "^1.5.0"
      }
    },
    "sentence-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-2.1.1.tgz",
      "integrity": "sha512-ENl7cYHaK/Ktwk5OTD+aDbQ3uC8IByu/6Bkg+HDv8Mm+XnBnppVNalcfJTNsp1ibstKh030/JKQQWglDvtKwEQ==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0",
        "upper-case-first": "^1.1.2"
      }
    },
    "set-blocking": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
      "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
      "dev": true
    },
    "set-function-length": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz",
      "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==",
      "dev": true,
      "requires": {
        "define-data-property": "^1.1.1",
        "function-bind": "^1.1.2",
        "get-intrinsic": "^1.2.2",
        "gopd": "^1.0.1",
        "has-property-descriptors": "^1.0.1"
      }
    },
    "set-value": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
      "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
      "dev": true,
      "requires": {
        "extend-shallow": "^2.0.1",
        "is-extendable": "^0.1.1",
        "is-plain-object": "^2.0.3",
        "split-string": "^3.0.1"
      },
      "dependencies": {
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "shebang-command": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
      "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
      "dev": true,
      "requires": {
        "shebang-regex": "^3.0.0"
      }
    },
    "shebang-regex": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
      "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
      "dev": true
    },
    "side-channel": {
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
      "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
      "dev": true,
      "requires": {
        "call-bind": "^1.0.0",
        "get-intrinsic": "^1.0.2",
        "object-inspect": "^1.9.0"
      }
    },
    "sisteransi": {
      "version": "1.0.5",
      "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
      "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
      "dev": true
    },
    "slash": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
      "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
      "dev": true
    },
    "snake-case": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/snake-case/-/snake-case-2.1.0.tgz",
      "integrity": "sha512-FMR5YoPFwOLuh4rRz92dywJjyKYZNLpMn1R5ujVpIYkbA9p01fq8RMg0FkO4M+Yobt4MjHeLTJVm5xFFBHSV2Q==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0"
      }
    },
    "snapdragon": {
      "version": "0.8.2",
      "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
      "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
      "dev": true,
      "requires": {
        "base": "^0.11.1",
        "debug": "^2.2.0",
        "define-property": "^0.2.5",
        "extend-shallow": "^2.0.1",
        "map-cache": "^0.2.2",
        "source-map": "^0.5.6",
        "source-map-resolve": "^0.5.0",
        "use": "^3.1.0"
      },
      "dependencies": {
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^0.1.0"
          }
        },
        "is-descriptor": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
          "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
          "dev": true,
          "requires": {
            "is-accessor-descriptor": "^1.0.1",
            "is-data-descriptor": "^1.0.1"
          }
        }
      }
    },
    "snapdragon-node": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
      "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
      "dev": true,
      "requires": {
        "define-property": "^1.0.0",
        "isobject": "^3.0.0",
        "snapdragon-util": "^3.0.1"
      },
      "dependencies": {
        "define-property": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
          "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^1.0.0"
          }
        }
      }
    },
    "snapdragon-util": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
      "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
      "dev": true,
      "requires": {
        "kind-of": "^3.2.0"
      },
      "dependencies": {
        "kind-of": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
          "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
          "dev": true,
          "requires": {
            "is-buffer": "^1.1.5"
          }
        }
      }
    },
    "source-map": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
      "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==",
      "dev": true
    },
    "source-map-js": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
      "dev": true
    },
    "source-map-resolve": {
      "version": "0.5.3",
      "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz",
      "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==",
      "dev": true,
      "requires": {
        "atob": "^2.1.2",
        "decode-uri-component": "^0.2.0",
        "resolve-url": "^0.2.1",
        "source-map-url": "^0.4.0",
        "urix": "^0.1.0"
      }
    },
    "source-map-support": {
      "version": "0.5.21",
      "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
      "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
      "dev": true,
      "requires": {
        "buffer-from": "^1.0.0",
        "source-map": "^0.6.0"
      },
      "dependencies": {
        "source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
          "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
          "dev": true
        }
      }
    },
    "source-map-url": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
      "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
      "dev": true
    },
    "sparkles": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
      "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
      "dev": true
    },
    "spdx-correct": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
      "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
      "dev": true,
      "requires": {
        "spdx-expression-parse": "^3.0.0",
        "spdx-license-ids": "^3.0.0"
      }
    },
    "spdx-exceptions": {
      "version": "2.4.0",
      "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz",
      "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==",
      "dev": true
    },
    "spdx-expression-parse": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
      "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
      "dev": true,
      "requires": {
        "spdx-exceptions": "^2.1.0",
        "spdx-license-ids": "^3.0.0"
      }
    },
    "spdx-license-ids": {
      "version": "3.0.16",
      "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz",
      "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==",
      "dev": true
    },
    "split-string": {
      "version": "3.1.0",
      "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
      "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
      "dev": true,
      "requires": {
        "extend-shallow": "^3.0.0"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "stack-trace": {
      "version": "0.0.10",
      "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
      "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==",
      "dev": true
    },
    "static-extend": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
      "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==",
      "dev": true,
      "requires": {
        "define-property": "^0.2.5",
        "object-copy": "^0.1.0"
      },
      "dependencies": {
        "define-property": {
          "version": "0.2.5",
          "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
          "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==",
          "dev": true,
          "requires": {
            "is-descriptor": "^0.1.0"
          }
        },
        "is-descriptor": {
          "version": "0.1.7",
          "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz",
          "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==",
          "dev": true,
          "requires": {
            "is-accessor-descriptor": "^1.0.1",
            "is-data-descriptor": "^1.0.1"
          }
        }
      }
    },
    "stream-exhaust": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
      "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==",
      "dev": true
    },
    "stream-shift": {
      "version": "1.0.3",
      "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz",
      "integrity": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==",
      "dev": true
    },
    "streamx": {
      "version": "2.15.6",
      "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz",
      "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==",
      "dev": true,
      "requires": {
        "fast-fifo": "^1.1.0",
        "queue-tick": "^1.0.1"
      }
    },
    "string_decoder": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
      "dev": true,
      "requires": {
        "safe-buffer": "~5.1.0"
      }
    },
    "string-template": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
      "integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw==",
      "dev": true
    },
    "string-width": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
      "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==",
      "dev": true,
      "requires": {
        "code-point-at": "^1.0.0",
        "is-fullwidth-code-point": "^1.0.0",
        "strip-ansi": "^3.0.0"
      }
    },
    "strip-ansi": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
      "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==",
      "dev": true,
      "requires": {
        "ansi-regex": "^2.0.0"
      }
    },
    "strip-bom-string": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/strip-bom-string/-/strip-bom-string-1.0.0.tgz",
      "integrity": "sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==",
      "dev": true
    },
    "stylehacks": {
      "version": "6.0.2",
      "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-6.0.2.tgz",
      "integrity": "sha512-00zvJGnCu64EpMjX8b5iCZ3us2Ptyw8+toEkb92VdmkEaRaSGBNKAoK6aWZckhXxmQP8zWiTaFaiMGIU8Ve8sg==",
      "dev": true,
      "requires": {
        "browserslist": "^4.22.2",
        "postcss-selector-parser": "^6.0.15"
      }
    },
    "supports-color": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
      "dev": true,
      "requires": {
        "has-flag": "^4.0.0"
      }
    },
    "supports-preserve-symlinks-flag": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
      "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
      "dev": true
    },
    "sver-compat": {
      "version": "1.5.0",
      "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz",
      "integrity": "sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==",
      "dev": true,
      "requires": {
        "es6-iterator": "^2.0.1",
        "es6-symbol": "^3.1.1"
      }
    },
    "svgo": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/svgo/-/svgo-3.2.0.tgz",
      "integrity": "sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==",
      "dev": true,
      "requires": {
        "@trysound/sax": "0.2.0",
        "commander": "^7.2.0",
        "css-select": "^5.1.0",
        "css-tree": "^2.3.1",
        "css-what": "^6.1.0",
        "csso": "^5.0.5",
        "picocolors": "^1.0.0"
      }
    },
    "swap-case": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/swap-case/-/swap-case-1.1.2.tgz",
      "integrity": "sha512-BAmWG6/bx8syfc6qXPprof3Mn5vQgf5dwdUNJhsNqU9WdPt5P+ES/wQ5bxfijy8zwZgZZHslC3iAsxsuQMCzJQ==",
      "dev": true,
      "requires": {
        "lower-case": "^1.1.1",
        "upper-case": "^1.1.1"
      }
    },
    "teex": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/teex/-/teex-1.0.1.tgz",
      "integrity": "sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==",
      "dev": true,
      "requires": {
        "streamx": "^2.12.5"
      }
    },
    "terser": {
      "version": "5.27.0",
      "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz",
      "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==",
      "dev": true,
      "requires": {
        "@jridgewell/source-map": "^0.3.3",
        "acorn": "^8.8.2",
        "commander": "^2.20.0",
        "source-map-support": "~0.5.20"
      },
      "dependencies": {
        "commander": {
          "version": "2.20.3",
          "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
          "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
          "dev": true
        }
      }
    },
    "through2": {
      "version": "2.0.5",
      "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
      "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
      "dev": true,
      "requires": {
        "readable-stream": "~2.3.6",
        "xtend": "~4.0.1"
      }
    },
    "through2-filter": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz",
      "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==",
      "dev": true,
      "requires": {
        "through2": "~2.0.0",
        "xtend": "~4.0.0"
      }
    },
    "time-stamp": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
      "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==",
      "dev": true
    },
    "timers-ext": {
      "version": "0.1.7",
      "resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
      "integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
      "dev": true,
      "requires": {
        "es5-ext": "~0.10.46",
        "next-tick": "1"
      }
    },
    "tiny-lr": {
      "version": "1.1.1",
      "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz",
      "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==",
      "dev": true,
      "requires": {
        "body": "^5.1.0",
        "debug": "^3.1.0",
        "faye-websocket": "~0.10.0",
        "livereload-js": "^2.3.0",
        "object-assign": "^4.1.0",
        "qs": "^6.4.0"
      },
      "dependencies": {
        "debug": {
          "version": "3.2.7",
          "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
          "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.3",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
          "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
          "dev": true
        }
      }
    },
    "title-case": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/title-case/-/title-case-2.1.1.tgz",
      "integrity": "sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==",
      "dev": true,
      "requires": {
        "no-case": "^2.2.0",
        "upper-case": "^1.0.3"
      }
    },
    "tmp": {
      "version": "0.0.33",
      "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
      "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
      "dev": true,
      "requires": {
        "os-tmpdir": "~1.0.2"
      }
    },
    "to-absolute-glob": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
      "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==",
      "dev": true,
      "requires": {
        "is-absolute": "^1.0.0",
        "is-negated-glob": "^1.0.0"
      }
    },
    "to-object-path": {
      "version": "0.3.0",
      "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
      "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
      "dev": true,
      "requires": {
        "kind-of": "^3.0.2"
      },
      "dependencies": {
        "kind-of": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
          "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==",
          "dev": true,
          "requires": {
            "is-buffer": "^1.1.5"
          }
        }
      }
    },
    "to-regex": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
      "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
      "dev": true,
      "requires": {
        "define-property": "^2.0.2",
        "extend-shallow": "^3.0.2",
        "regex-not": "^1.0.2",
        "safe-regex": "^1.1.0"
      },
      "dependencies": {
        "extend-shallow": {
          "version": "3.0.2",
          "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==",
          "dev": true,
          "requires": {
            "assign-symbols": "^1.0.0",
            "is-extendable": "^1.0.1"
          }
        },
        "is-extendable": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
          "dev": true,
          "requires": {
            "is-plain-object": "^2.0.4"
          }
        },
        "is-plain-object": {
          "version": "2.0.4",
          "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        }
      }
    },
    "to-regex-range": {
      "version": "2.1.1",
      "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
      "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==",
      "dev": true,
      "requires": {
        "is-number": "^3.0.0",
        "repeat-string": "^1.6.1"
      }
    },
    "to-through": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz",
      "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==",
      "dev": true,
      "requires": {
        "through2": "^2.0.3"
      }
    },
    "tr46": {
      "version": "0.0.3",
      "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
      "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
      "dev": true
    },
    "type": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz",
      "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==",
      "dev": true
    },
    "typedarray": {
      "version": "0.0.6",
      "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
      "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==",
      "dev": true
    },
    "unc-path-regex": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
      "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==",
      "dev": true
    },
    "undertaker": {
      "version": "1.3.0",
      "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz",
      "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
      "dev": true,
      "requires": {
        "arr-flatten": "^1.0.1",
        "arr-map": "^2.0.0",
        "bach": "^1.0.0",
        "collection-map": "^1.0.0",
        "es6-weak-map": "^2.0.1",
        "fast-levenshtein": "^1.0.0",
        "last-run": "^1.1.0",
        "object.defaults": "^1.0.0",
        "object.reduce": "^1.0.0",
        "undertaker-registry": "^1.0.0"
      }
    },
    "undertaker-registry": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
      "integrity": "sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==",
      "dev": true
    },
    "union-value": {
      "version": "1.0.1",
      "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
      "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
      "dev": true,
      "requires": {
        "arr-union": "^3.1.0",
        "get-value": "^2.0.6",
        "is-extendable": "^0.1.1",
        "set-value": "^2.0.1"
      }
    },
    "unique-stream": {
      "version": "2.3.1",
      "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz",
      "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==",
      "dev": true,
      "requires": {
        "json-stable-stringify-without-jsonify": "^1.0.1",
        "through2-filter": "^3.0.0"
      }
    },
    "universalify": {
      "version": "2.0.1",
      "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
      "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
      "dev": true
    },
    "unset-value": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
      "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
      "dev": true,
      "requires": {
        "has-value": "^0.3.1",
        "isobject": "^3.0.0"
      },
      "dependencies": {
        "has-value": {
          "version": "0.3.1",
          "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
          "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==",
          "dev": true,
          "requires": {
            "get-value": "^2.0.3",
            "has-values": "^0.1.4",
            "isobject": "^2.0.0"
          },
          "dependencies": {
            "isobject": {
              "version": "2.1.0",
              "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
              "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==",
              "dev": true,
              "requires": {
                "isarray": "1.0.0"
              }
            }
          }
        },
        "has-values": {
          "version": "0.1.4",
          "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
          "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==",
          "dev": true
        }
      }
    },
    "upath": {
      "version": "1.2.0",
      "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
      "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
      "dev": true
    },
    "update-browserslist-db": {
      "version": "1.0.13",
      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
      "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
      "dev": true,
      "requires": {
        "escalade": "^3.1.1",
        "picocolors": "^1.0.0"
      }
    },
    "upper-case": {
      "version": "1.1.3",
      "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
      "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==",
      "dev": true
    },
    "upper-case-first": {
      "version": "1.1.2",
      "resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-1.1.2.tgz",
      "integrity": "sha512-wINKYvI3Db8dtjikdAqoBbZoP6Q+PZUyfMR7pmwHzjC2quzSkUq5DmPrTtPEqHaz8AGtmsB4TqwapMTM1QAQOQ==",
      "dev": true,
      "requires": {
        "upper-case": "^1.1.1"
      }
    },
    "urix": {
      "version": "0.1.0",
      "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
      "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==",
      "dev": true
    },
    "use": {
      "version": "3.1.1",
      "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
      "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
      "dev": true
    },
    "util-deprecate": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
      "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
      "dev": true
    },
    "v8flags": {
      "version": "3.2.0",
      "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
      "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
      "dev": true,
      "requires": {
        "homedir-polyfill": "^1.0.1"
      }
    },
    "validate-npm-package-license": {
      "version": "3.0.4",
      "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
      "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
      "dev": true,
      "requires": {
        "spdx-correct": "^3.0.0",
        "spdx-expression-parse": "^3.0.0"
      }
    },
    "value-or-function": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz",
      "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==",
      "dev": true
    },
    "vinyl": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-3.0.0.tgz",
      "integrity": "sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==",
      "dev": true,
      "requires": {
        "clone": "^2.1.2",
        "clone-stats": "^1.0.0",
        "remove-trailing-separator": "^1.1.0",
        "replace-ext": "^2.0.0",
        "teex": "^1.0.1"
      }
    },
    "vinyl-fs": {
      "version": "3.0.3",
      "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz",
      "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==",
      "dev": true,
      "requires": {
        "fs-mkdirp-stream": "^1.0.0",
        "glob-stream": "^6.1.0",
        "graceful-fs": "^4.0.0",
        "is-valid-glob": "^1.0.0",
        "lazystream": "^1.0.0",
        "lead": "^1.0.0",
        "object.assign": "^4.0.4",
        "pumpify": "^1.3.5",
        "readable-stream": "^2.3.3",
        "remove-bom-buffer": "^3.0.0",
        "remove-bom-stream": "^1.2.0",
        "resolve-options": "^1.1.0",
        "through2": "^2.0.0",
        "to-through": "^2.0.0",
        "value-or-function": "^3.0.0",
        "vinyl": "^2.0.0",
        "vinyl-sourcemap": "^1.1.0"
      },
      "dependencies": {
        "replace-ext": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
          "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
          "dev": true
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        }
      }
    },
    "vinyl-sourcemap": {
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz",
      "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==",
      "dev": true,
      "requires": {
        "append-buffer": "^1.0.2",
        "convert-source-map": "^1.5.0",
        "graceful-fs": "^4.1.6",
        "normalize-path": "^2.1.1",
        "now-and-later": "^2.0.0",
        "remove-bom-buffer": "^3.0.0",
        "vinyl": "^2.0.0"
      },
      "dependencies": {
        "normalize-path": {
          "version": "2.1.1",
          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
          "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==",
          "dev": true,
          "requires": {
            "remove-trailing-separator": "^1.0.1"
          }
        },
        "replace-ext": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
          "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
          "dev": true
        },
        "vinyl": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz",
          "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==",
          "dev": true,
          "requires": {
            "clone": "^2.1.1",
            "clone-buffer": "^1.0.0",
            "clone-stats": "^1.0.0",
            "cloneable-readable": "^1.0.0",
            "remove-trailing-separator": "^1.0.1",
            "replace-ext": "^1.0.0"
          }
        }
      }
    },
    "vinyl-sourcemaps-apply": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
      "integrity": "sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==",
      "dev": true,
      "requires": {
        "source-map": "^0.5.1"
      }
    },
    "webidl-conversions": {
      "version": "3.0.1",
      "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
      "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
      "dev": true
    },
    "websocket-driver": {
      "version": "0.7.4",
      "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
      "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
      "dev": true,
      "requires": {
        "http-parser-js": ">=0.5.1",
        "safe-buffer": ">=5.1.0",
        "websocket-extensions": ">=0.1.1"
      }
    },
    "websocket-extensions": {
      "version": "0.1.4",
      "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
      "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
      "dev": true
    },
    "whatwg-url": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
      "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
      "dev": true,
      "requires": {
        "tr46": "~0.0.3",
        "webidl-conversions": "^3.0.0"
      }
    },
    "which": {
      "version": "1.3.1",
      "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
      "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
      "dev": true,
      "requires": {
        "isexe": "^2.0.0"
      }
    },
    "which-module": {
      "version": "1.0.0",
      "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz",
      "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==",
      "dev": true
    },
    "wp-pot": {
      "version": "1.10.2",
      "resolved": "https://registry.npmjs.org/wp-pot/-/wp-pot-1.10.2.tgz",
      "integrity": "sha512-NJ9+dsSilghAYMiuGdURJSbKFf9Z2mH+P6ojT8Nw1Pp8KuwvHdRTFTYK73THlYzohUEXlQGpvKkz+mJb8K1ToA==",
      "dev": true,
      "requires": {
        "espree": "^9.3.1",
        "matched": "^5.0.1",
        "path-sort": "^0.1.0",
        "php-parser": "^3.0.3"
      }
    },
    "wrap-ansi": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz",
      "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==",
      "dev": true,
      "requires": {
        "string-width": "^1.0.1",
        "strip-ansi": "^3.0.1"
      }
    },
    "wrappy": {
      "version": "1.0.2",
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
      "dev": true
    },
    "xtend": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
      "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
      "dev": true
    },
    "y18n": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz",
      "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==",
      "dev": true
    },
    "yallist": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
      "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
      "dev": true
    },
    "yaml": {
      "version": "2.3.4",
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
      "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==",
      "dev": true
    },
    "yargs": {
      "version": "7.1.2",
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz",
      "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==",
      "dev": true,
      "requires": {
        "camelcase": "^3.0.0",
        "cliui": "^3.2.0",
        "decamelize": "^1.1.1",
        "get-caller-file": "^1.0.1",
        "os-locale": "^1.4.0",
        "read-pkg-up": "^1.0.1",
        "require-directory": "^2.1.1",
        "require-main-filename": "^1.0.1",
        "set-blocking": "^2.0.0",
        "string-width": "^1.0.2",
        "which-module": "^1.0.0",
        "y18n": "^3.2.1",
        "yargs-parser": "^5.0.1"
      },
      "dependencies": {
        "camelcase": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
          "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
          "dev": true
        }
      }
    },
    "yargs-parser": {
      "version": "5.0.1",
      "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz",
      "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==",
      "dev": true,
      "requires": {
        "camelcase": "^3.0.0",
        "object.assign": "^4.1.0"
      },
      "dependencies": {
        "camelcase": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
          "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==",
          "dev": true
        }
      }
    }
  }
}
freemius/phpcs.xml000064400000011413151213253120010215 0ustar00<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Freemius WordPress SDK"
         xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd">

    <description>A custom set of rules to check for a WPized WordPress project</description>

    <!--
    #############################################################################
    COMMAND LINE ARGUMENTS
    https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
    #############################################################################
    -->

    <file>.</file>

    <!-- Exclude the Composer Vendor directory. -->
    <exclude-pattern>/vendor/*</exclude-pattern>

    <!-- Exclude the Node Modules directory. -->
    <exclude-pattern>/node_modules/*</exclude-pattern>

    <!-- Exclude front-end asset files. -->
    <exclude-pattern>/assets/*</exclude-pattern>

    <!-- Exclude language files. -->
    <exclude-pattern>/languages/*</exclude-pattern>
    <exclude-pattern>/includes/class-freemius.php</exclude-pattern>

    <!-- Strip the filepaths down to the relevant bit. -->
    <arg name="basepath" value="."/>

    <!-- Check up to 8 files simultaneously. -->
    <arg name="parallel" value="8"/>

    <arg name="extensions" value="php"/>

    <arg name="tab-width" value="4"/>

    <!--
    #############################################################################
    SET UP THE RULESETS
    #############################################################################
    -->

    <!-- Include only the security related sniffs for now -->
    <rule ref="WordPress.Security.EscapeOutput">
        <properties>
            <property name="customEscapingFunctions" type="array">
                <element value="fs_html_get_attributes"/>
                <element value="fs_html_get_classname"/>
                <element value="fs_html_get_sanitized_html"/>
                <element value="fs_esc_attr"/>
                <element value="fs_esc_attr_inline"/>
                <element value="fs_esc_attr_x_inline"/>
                <element value="htmlspecialchars"/>
                <element value="fs_esc_html_inline"/>
            </property>
            <property name="customAutoEscapedFunctions" type="array">
                <element value="fs_nonce_url" />
                <element value="WP_FS__ADDRESS" />
            </property>
        </properties>
    </rule>

    <!-- Encourage use of wp_safe_redirect() to avoid open redirect vulnerabilities.
         https://github.com/WordPress/WordPress-Coding-Standards/pull/1264 -->
    <rule ref="WordPress.Security.SafeRedirect"/>

    <!-- Verify that a nonce check is done before using values in superglobals.
         https://github.com/WordPress/WordPress-Coding-Standards/issues/73 -->
    <rule ref="WordPress.Security.NonceVerification">
        <properties>
            <property name="customNonceVerificationFunctions" type="array">
                <element value="check_ajax_referer"/>
            </property>
        </properties>
    </rule>

    <!-- Let's also check that everything is properly documented. -->
    <!--    <rule ref="WordPress-Docs"/>-->

    <!-- Add in some extra rules from other standards. -->
    <!--    <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>-->
    <!--    <rule ref="Generic.Commenting.Todo"/>-->

    <!-- Check for PHP cross-version compatibility. -->
    <!--
    To enable this, the PHPCompatibilityWP standard needs
    to be installed.
    See the readme for installation instructions:
    https://github.com/PHPCompatibility/PHPCompatibilityWP
    For more information, also see:
    https://github.com/PHPCompatibility/PHPCompatibility
    -->
    <!-- <rule ref="PHPCompatibilityWP"/> -->

    <config name="testVersion" value="5.6-"/>
    <rule ref="PHPCompatibility"/>

    <!--
    #############################################################################
    SNIFF SPECIFIC CONFIGURATION
    #############################################################################
    -->

    <!--
    To get the optimal benefits of using WPCS, we should add a couple of
    custom properties.
    Adjust the values of these properties to fit our needs.

    For information on additional custom properties available, check out
    the wiki:
    https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
    -->
    <config name="minimum_supported_wp_version" value="5.0"/>

    <rule ref="WordPress.NamingConventions.PrefixAllGlobals">
        <properties>
            <property name="prefixes" type="array">
                <element value="fs"/>
            </property>
        </properties>
    </rule>

</ruleset>freemius/phpcompat.xml000064400000001177151213253120011101 0ustar00<?xml version="1.0"?>
<ruleset name="PHP Compatibility">
	<description>Apply PHP compatibility checks to all files</description>
	<config name="testVersion" value="5.6-"/>
	<arg name="extensions" value="php"/>
	<ini name="memory_limit" value="256M"/>
	<arg name="basepath" value="./"/>
	<arg name="parallel" value="20"/>

	<file>./</file>

	<rule ref="PHPCompatibility"/>

	<exclude-pattern>/node_modules/*</exclude-pattern>
	<exclude-pattern>/vendor/*</exclude-pattern>
	<exclude-pattern>/assets/*</exclude-pattern>
	<exclude-pattern>/languages/*</exclude-pattern>
	<exclude-pattern>.phpstan</exclude-pattern>
</ruleset>freemius/index.php000064400000000131151213253120010171 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/composer.lock000064400000065457151213253120011100 0ustar00{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "99f0f4dafbc26759cd76806c8416581e",
    "packages": [],
    "packages-dev": [
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCSStandards/composer-installer.git",
                "reference": "4be43904336affa5c2f70744a348312336afd0da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
                "reference": "4be43904336affa5c2f70744a348312336afd0da",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "*",
                "ext-json": "*",
                "ext-zip": "*",
                "php-parallel-lint/php-parallel-lint": "^1.3.1",
                "phpcompatibility/php-compatibility": "^9.0",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "franck.nijhof@dealerdirect.com",
                    "homepage": "http://www.frenck.nl",
                    "role": "Developer / IT Manager"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "homepage": "http://www.dealerdirect.com",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcbf",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "support": {
                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
                "source": "https://github.com/PHPCSStandards/composer-installer"
            },
            "time": "2023-01-05T11:28:13+00:00"
        },
        {
            "name": "php-stubs/wordpress-stubs",
            "version": "v6.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-stubs/wordpress-stubs.git",
                "reference": "0009429e639b748eef1c955200ea0d4e5ad5627d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/0009429e639b748eef1c955200ea0d4e5ad5627d",
                "reference": "0009429e639b748eef1c955200ea0d4e5ad5627d",
                "shasum": ""
            },
            "require-dev": {
                "nikic/php-parser": "< 4.12.0",
                "php": "~7.3 || ~8.0",
                "php-stubs/generator": "^0.8.3",
                "phpdocumentor/reflection-docblock": "^5.3",
                "phpstan/phpstan": "^1.10.12",
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "paragonie/sodium_compat": "Pure PHP implementation of libsodium",
                "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
                "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "WordPress function and class declaration stubs for static analysis.",
            "homepage": "https://github.com/php-stubs/wordpress-stubs",
            "keywords": [
                "PHPStan",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/php-stubs/wordpress-stubs/issues",
                "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.2.1"
            },
            "time": "2023-05-18T04:35:23+00:00"
        },
        {
            "name": "phpcompatibility/php-compatibility",
            "version": "9.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
                "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "2.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "homepage": "https://github.com/wimg",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "homepage": "https://github.com/jrfnl",
                    "role": "lead"
                },
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
                }
            ],
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibility"
            },
            "time": "2019-12-27T09:44:58+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-paragonie",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
                "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
                "reference": "bba5a9dfec7fcfbd679cfaf611d86b4d3759da26",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
                "paragonie/random_compat": "dev-master",
                "paragonie/sodium_compat": "dev-master"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "paragonie",
                "phpcs",
                "polyfill",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
            },
            "time": "2022-10-25T01:46:02+00:00"
        },
        {
            "name": "phpcompatibility/phpcompatibility-wp",
            "version": "2.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
                "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
                "reference": "b6c1e3ee1c35de6c41a511d5eb9bd03e447480a5",
                "shasum": ""
            },
            "require": {
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcompatibility/phpcompatibility-paragonie": "^1.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                },
                {
                    "name": "Juliette Reinders Folmer",
                    "role": "lead"
                }
            ],
            "description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
            "homepage": "http://phpcompatibility.com/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
            },
            "time": "2022-10-24T09:00:36+00:00"
        },
        {
            "name": "phpstan/extension-installer",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/extension-installer.git",
                "reference": "f45734bfb9984c6c56c4486b71230355f066a58a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/f45734bfb9984c6c56c4486b71230355f066a58a",
                "reference": "f45734bfb9984c6c56c4486b71230355f066a58a",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.9.0"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "php-parallel-lint/php-parallel-lint": "^1.2.0",
                "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PHPStan\\ExtensionInstaller\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\ExtensionInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Composer plugin for automatic installation of PHPStan extensions",
            "support": {
                "issues": "https://github.com/phpstan/extension-installer/issues",
                "source": "https://github.com/phpstan/extension-installer/tree/1.3.1"
            },
            "time": "2023-05-24T08:59:17+00:00"
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.10.25",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "578f4e70d117f9a90699324c555922800ac38d8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c",
                "reference": "578f4e70d117f9a90699324c555922800ac38d8c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPStan - PHP Static Analysis Tool",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "docs": "https://phpstan.org/user-guide/getting-started",
                "forum": "https://github.com/phpstan/phpstan/discussions",
                "issues": "https://github.com/phpstan/phpstan/issues",
                "security": "https://github.com/phpstan/phpstan/security/policy",
                "source": "https://github.com/phpstan/phpstan-src"
            },
            "funding": [
                {
                    "url": "https://github.com/ondrejmirtes",
                    "type": "github"
                },
                {
                    "url": "https://github.com/phpstan",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
                    "type": "tidelift"
                }
            ],
            "time": "2023-07-06T12:11:37+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
                "source": "https://github.com/squizlabs/PHP_CodeSniffer",
                "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
            },
            "time": "2023-02-22T23:07:41+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.27.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.27-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-03T14:55:06+00:00"
        },
        {
            "name": "szepeviktor/phpstan-wordpress",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/szepeviktor/phpstan-wordpress.git",
                "reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9",
                "reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0",
                "php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0",
                "phpstan/phpstan": "^1.10.0",
                "symfony/polyfill-php73": "^1.12.0"
            },
            "require-dev": {
                "composer/composer": "^2.1.14",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.2",
                "phpunit/phpunit": "^8.0 || ^9.0",
                "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.8"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "SzepeViktor\\PHPStan\\WordPress\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "WordPress extensions for PHPStan",
            "keywords": [
                "PHPStan",
                "code analyse",
                "code analysis",
                "static analysis",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues",
                "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.0"
            },
            "time": "2023-04-23T06:15:06+00:00"
        },
        {
            "name": "wp-coding-standards/wpcs",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
                "reference": "7da1894633f168fe244afc6de00d141f27517b62",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "squizlabs/php_codesniffer": "^3.3.1"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpcsstandards/phpcsdevtools": "^1.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
            "keywords": [
                "phpcs",
                "standards",
                "wordpress"
            ],
            "support": {
                "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
                "source": "https://github.com/WordPress/WordPress-Coding-Standards",
                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
            },
            "time": "2020-05-13T23:57:56+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.6"
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "8.0"
    },
    "plugin-api-version": "2.3.0"
}
freemius/assets/js/postmessage.js000064400000002757151213253130013200 0ustar00!function(e,t){var s,n,o,i,r,a,c,p,u=this;u.FS=u.FS||{},u.FS.PostMessage=(n=new NoJQueryPostMessageMixin("postMessage","receiveMessage"),o={},i=decodeURIComponent(document.location.hash.replace(/^#/,"")),r=i.substring(0,i.indexOf("/","https://"===i.substring(0,8)?8:7)),a=""!==i,c=e(window),p=e("html"),{init:function(e,t){s=e,n.receiveMessage((function(e){var t=JSON.parse(e.data);if(o[t.type])for(var s=0;s<o[t.type].length;s++)o[t.type][s](t.data)}),s),FS.PostMessage.receiveOnce("forward",(function(e){window.location=e.url})),(t=t||[]).length>0&&c.on("scroll",(function(){for(var e=0;e<t.length;e++)FS.PostMessage.postScroll(t[e])}))},init_child:function(){this.init(r),e(window).bind("load",(function(){FS.PostMessage.postHeight(),FS.PostMessage.post("loaded")}))},hasParent:function(){return a},postHeight:function(t,s){t=t||0,s=s||"#wrap_section",this.post("height",{height:t+e(s).outerHeight(!0)})},postScroll:function(e){this.post("scroll",{top:c.scrollTop(),height:c.height()-parseFloat(p.css("paddingTop"))-parseFloat(p.css("marginTop"))},e)},post:function(e,t,s){console.debug("PostMessage.post",e),s?n.postMessage(JSON.stringify({type:e,data:t}),s.src,s.contentWindow):n.postMessage(JSON.stringify({type:e,data:t}),i,window.parent)},receive:function(e,s){console.debug("PostMessage.receive",e),t===o[e]&&(o[e]=[]),o[e].push(s)},receiveOnce:function(e,t){this.is_set(e)||this.receive(e,t)},is_set:function(e){return t!=o[e]},parent_url:function(){return i},parent_subdomain:function(){return r}})}(jQuery);freemius/assets/js/index.php000064400000000131151213253130012110 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/js/nojquery.ba-postmessage.js000064400000004443151213253130015425 0ustar00/*!
 * jQuery postMessage - v0.5 - 9/11/2009
 * http://benalman.com/projects/jquery-postmessage-plugin/
 *
 * Copyright (c) 2009 "Cowboy" Ben Alman
 * Dual licensed under the MIT and GPL licenses.
 * http://benalman.com/about/license/
 *
 * Non-jQuery fork by Jeff Lee
 *
 * This fork consists of the following changes:
 * 1. Basic code cleanup and restructuring, for legibility.
 * 2. The `postMessage` and `receiveMessage` functions can be bound arbitrarily,
 *    in terms of both function names and object scope. Scope is specified by
 *    the the "this" context of NoJQueryPostMessageMixin();
 * 3. I've removed the check for Opera 9.64, which used `$.browser`. There were
 *    at least three different GitHub users requesting the removal of this
 *    "Opera sniff" on the original project's Issues page, so I figured this
 *    would be a relatively safe change.
 * 4. `postMessage` no longer uses `$.param` to serialize messages that are not
 *    strings. I actually prefer this structure anyway. `receiveMessage` does
 *    not implement a corresponding deserialization step, and as such it seems
 *    cleaner and more symmetric to leave both data serialization and
 *    deserialization to the client.
 * 5. The use of `$.isFunction` is replaced by a functionally-identical check.
 * 6. The `$:nomunge` YUI option is no longer necessary.
 */
function NoJQueryPostMessageMixin(n,e){var t,i,o,s,a,r=1;return window.postMessage?(window.addEventListener?(t=function(n){window.addEventListener("message",n,!1)},i=function(n){window.removeEventListener("message",n,!1)}):(t=function(n){window.attachEvent("onmessage",n)},i=function(n){window.detachEvent("onmessage",n)}),this[n]=function(n,e,t){e&&t.postMessage(n,e.replace(/([^:]+:\/\/[^\/]+).*/,"$1"))},this[e]=function(n,e,s){if(o&&(i(o),o=null),!n)return!1;o=t((function(t){switch(Object.prototype.toString.call(e)){case"[object String]":if(e!==t.origin)return!1;break;case"[object Function]":if(e(t.origin))return!1}n(t)}))}):(this[n]=function(n,e,t){e&&(t.location=e.replace(/#.*$/,"")+"#"+ +new Date+r+++"&"+n)},this[e]=function(n,e,t){s&&(clearInterval(s),s=null),n&&(t="number"==typeof e?e:"number"==typeof t?t:100,s=setInterval((function(){var e=document.location.hash,t=/^#?\d+&/;e!==a&&t.test(e)&&(a=e,n({data:e.replace(t,"")}))}),t))}),this}freemius/assets/scripts/postmessage.js000064400000011150151213253130014236 0ustar00(function ($, undef) {
    var global = this;

    // Namespace.
    global.FS = global.FS || {};

    global.FS.PostMessage = function ()
    {
        var
            _is_child = false,
            _postman = new NoJQueryPostMessageMixin('postMessage', 'receiveMessage'),
            _callbacks = {},
            _base_url,
            _parent_url = decodeURIComponent(document.location.hash.replace(/^#/, '')),
            _parent_subdomain = _parent_url.substring(0, _parent_url.indexOf('/', ('https://' === _parent_url.substring(0, ('https://').length)) ? 8 : 7)),
            _init = function () {
                _postman.receiveMessage(function (e) {
                    var data = JSON.parse(e.data);

                    if (_callbacks[data.type]) {
                        for (var i = 0; i < _callbacks[data.type].length; i++) {
                            // Execute type callbacks.
                            _callbacks[data.type][i](data.data);
                        }
                    }
                }, _base_url);
            },
            _hasParent = ('' !== _parent_url),
            $window = $(window),
            $html = $('html');

        return {
            init : function (url, iframes)
            {
                _base_url = url;
                _init();

                // Automatically receive forward messages.
                FS.PostMessage.receiveOnce('forward', function (data){
                    window.location = data.url;
                });

                iframes = iframes || [];

                if (iframes.length > 0) {
                    $window.on('scroll', function () {
                        for (var i = 0; i < iframes.length; i++) {
                            FS.PostMessage.postScroll(iframes[i]);
                        }
                    });
                }
            },
            init_child : function ()
            {
                this.init(_parent_subdomain);

                _is_child = true;

                // Post height of a child right after window is loaded.
                $(window).bind('load', function () {
                    FS.PostMessage.postHeight();

                    // Post message that window was loaded.
                    FS.PostMessage.post('loaded');
                });
            },
            hasParent : function ()
            {
                return _hasParent;
            },
            postHeight : function (diff, wrapper) {
                diff = diff || 0;
                wrapper = wrapper || '#wrap_section';
                this.post('height', {
                    height: diff + $(wrapper).outerHeight(true)
                });
            },
            postScroll : function (iframe) {
                this.post('scroll', {
                    top: $window.scrollTop(),
                    height: ($window.height() - parseFloat($html.css('paddingTop')) - parseFloat($html.css('marginTop')))
                }, iframe);
            },
            post : function (type, data, iframe)
            {
                console.debug('PostMessage.post', type);

                if (iframe)
                {
                    // Post to iframe.
                    _postman.postMessage(JSON.stringify({
                        type: type,
                        data: data
                    }), iframe.src, iframe.contentWindow);
                }
                else {
                    // Post to parent.
                    _postman.postMessage(JSON.stringify({
                        type: type,
                        data: data
                    }), _parent_url, window.parent);
                }
            },
            receive: function (type, callback)
            {
                console.debug('PostMessage.receive', type);

                if (undef === _callbacks[type])
                    _callbacks[type] = [];

                _callbacks[type].push(callback);
            },
            receiveOnce: function (type, callback)
            {
                if (this.is_set(type))
                    return;

                this.receive(type, callback);
            },
            // Check if any callbacks assigned to a specified message type.
            is_set: function (type)
            {
                return (undef != _callbacks[type]);
            },
            parent_url: function ()
            {
                return _parent_url;
            },
            parent_subdomain: function ()
            {
                return _parent_subdomain;
            }
        };
    }();
})(jQuery);freemius/assets/scripts/index.php000064400000000131151213253130013163 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/scripts/nojquery.ba-postmessage.js000064400000011350151213253130016473 0ustar00/*!
 * jQuery postMessage - v0.5 - 9/11/2009
 * http://benalman.com/projects/jquery-postmessage-plugin/
 *
 * Copyright (c) 2009 "Cowboy" Ben Alman
 * Dual licensed under the MIT and GPL licenses.
 * http://benalman.com/about/license/
 *
 * Non-jQuery fork by Jeff Lee
 *
 * This fork consists of the following changes:
 * 1. Basic code cleanup and restructuring, for legibility.
 * 2. The `postMessage` and `receiveMessage` functions can be bound arbitrarily,
 *    in terms of both function names and object scope. Scope is specified by
 *    the the "this" context of NoJQueryPostMessageMixin();
 * 3. I've removed the check for Opera 9.64, which used `$.browser`. There were
 *    at least three different GitHub users requesting the removal of this
 *    "Opera sniff" on the original project's Issues page, so I figured this
 *    would be a relatively safe change.
 * 4. `postMessage` no longer uses `$.param` to serialize messages that are not
 *    strings. I actually prefer this structure anyway. `receiveMessage` does
 *    not implement a corresponding deserialization step, and as such it seems
 *    cleaner and more symmetric to leave both data serialization and
 *    deserialization to the client.
 * 5. The use of `$.isFunction` is replaced by a functionally-identical check.
 * 6. The `$:nomunge` YUI option is no longer necessary.
 */

function NoJQueryPostMessageMixin(postBinding, receiveBinding) {

    var setMessageCallback, unsetMessageCallback, currentMsgCallback,
        intervalId, lastHash, cacheBust = 1;

  if (window.postMessage) {

    if (window.addEventListener) {
      setMessageCallback = function(callback) {
        window.addEventListener('message', callback, false);
      }

      unsetMessageCallback = function(callback) {
        window.removeEventListener('message', callback, false);
      }
    } else {
      setMessageCallback = function(callback) {
        window.attachEvent('onmessage', callback);
      }

      unsetMessageCallback = function(callback) {
        window.detachEvent('onmessage', callback);
      }
    }

    this[postBinding] = function(message, targetUrl, target) {
      if (!targetUrl) {
        return;
      }

      // The browser supports window.postMessage, so call it with a targetOrigin
      // set appropriately, based on the targetUrl parameter.
      target.postMessage( message, targetUrl.replace( /([^:]+:\/\/[^\/]+).*/, '$1' ) );
    }

    // Since the browser supports window.postMessage, the callback will be
    // bound to the actual event associated with window.postMessage.
    this[receiveBinding] = function(callback, sourceOrigin, delay) {
      // Unbind an existing callback if it exists.
      if (currentMsgCallback) {
        unsetMessageCallback(currentMsgCallback);
        currentMsgCallback = null;
      }

      if (!callback) {
        return false;
      }

      // Bind the callback. A reference to the callback is stored for ease of
      // unbinding.
      currentMsgCallback = setMessageCallback(function(e) {
        switch(Object.prototype.toString.call(sourceOrigin)) {
        case '[object String]':
          if (sourceOrigin !== e.origin) {
            return false;
          }
          break;
        case '[object Function]':
          if (sourceOrigin(e.origin)) {
            return false;
          }
          break;
        }

        callback(e);
      });
    };

  } else {

    this[postBinding] = function(message, targetUrl, target) {
      if (!targetUrl) {
        return;
      }

      // The browser does not support window.postMessage, so set the location
      // of the target to targetUrl#message. A bit ugly, but it works! A cache
      // bust parameter is added to ensure that repeat messages trigger the
      // callback.
      target.location = targetUrl.replace( /#.*$/, '' ) + '#' + (+new Date) + (cacheBust++) + '&' + message;
    }

    // Since the browser sucks, a polling loop will be started, and the
    // callback will be called whenever the location.hash changes.
    this[receiveBinding] = function(callback, sourceOrigin, delay) {
      if (intervalId) {
        clearInterval(intervalId);
        intervalId = null;
      }

      if (callback) {
        delay = typeof sourceOrigin === 'number'
          ? sourceOrigin
          : typeof delay === 'number'
            ? delay
            : 100;

        intervalId = setInterval(function(){
          var hash = document.location.hash,
            re = /^#?\d+&/;
          if ( hash !== lastHash && re.test( hash ) ) {
            lastHash = hash;
            callback({ data: hash.replace( re, '' ) });
          }
        }, delay );
      }
    };

  }

  return this;
}freemius/assets/img/colormag.png000064400000035535151213253130012761 0ustar00�PNG


IHDR,,y}�u	pHYs��~� IDATx��k��u����;��]�	�!	�H�(ـY�,Ʉ-YIl�F.��|0���O*��rő�2�T�A=\N٠�rdɒ�(��DA�O,;����b13}S����۷o�f�gzf�_Ϋ�OO���s��ۄR
(���������/OB������M�%8.=�!�����E�����L��Q=(Vjaaa�'q��7!�塚g���4�������S�.������mo#߸�
�	�Ȭ����t��j�X]$�q��0�t�1�t��C'�%B`u����-8BpH5[W
T�K���4!dztt֡B`u����Y�� ��Qs�p��#�Y08:::��qXTJB`�\���SR�_����cc���³�9+�� u(N
��jV�:��ʧX9QRH�B`e�3!�ڬ���CT6�%���x���H�[�J"V���a>��0ii�%�C��z!�Z(��¤m1X�����	���x+�pS�C_�¤�1�J�[$2+#��ͱ��B�,:a��,]<Jyddd����JYT����1�`�W�B`�$TBx��|W�B`5� P	၎1�\)�ՠ�@%�:�P��jB�����g���x�c�=��*����Y�B`%����a�b���c�h���Dzْ�+�����T.�52!�#�ؘ��###8[j�X!����1Z��W<�ib���nX��ӿ�f`�B%���,..��:,Esss���Je>tt?�A��n�s��K���+�?���P��~��/..>�;�:�\�,t&#����y���
�B��ճ�R��˯I{n*U�L0F�:��VOv��êT*��63�
���o�����^ܹ=�*��oũ_0F7�`��L�V��R��
�x�c�.�a䇇�{� �)!O�����B���t���]�J��R���z�b��b��_ZZ��]��zU�8@L�0F�x���]Y��J���U�8Ճz������w�Ò`��3�]�͵u�ۊ�]�*��!޵��*T���/--��5��T*��x6�ʓ�b|W���J�H�� t�T
c�P�'���;�mu��jV(T�顥��#���;�a񶅦�Aљ`���O�Զ��tXi�
��Q��m#���;X+�i��Thu�V(Tj�Hhu�V(T��8hu�V(Tf�(h�X+*su�:�a!�P�쵗k�V��śBV(Tk�7�ͥ�v��PmQ�;�s	�r���
�j�����
�)��l���8�c`���x�T*��m�
X�ry��
�c�#ƽ�R)7��&%��Y
��4������s�r�,.�3��P�;&�,//�G+/�(�/�P��^n(ڮ��\.?Ƨ�@�P�Ճ���m?s�֢{�\>�/r�`1��e��,�JGS[m�Td�֭�Nj10F.cX�kיö��XdG�:Vm-·����Q���^~�\-�[��������V��ְ������c��1X=k_�T���:j��º
�=nuVˀ�g`�~+������Y-I	�A�q�)��%��[�:��(*T-9�3O����n�mEj�iJ�H*(���#��0k��� 
�[���X�r�0��(Tω�����ҙ��|��L3=W�`�ѱ1XC�T�TZl�+j����Q�w�YCi�*���d_i��Bu�؄���,V[Fq�P��)u�
,,��P(I��S+��Qh���K��1�"F��4�a,��P(EÜ
�(���:��_
�����b�Jcެ�V�/��B�r�TѴ���]�+�10F7�h�e���]�P�8j�M9����Rctk��\V��
�J���Ѱ���]�+�10F7�h�e5��]�P�F�0;rXY�+��0��
��F�+
ՌbHb�5;;;BIm�`��_)��1�:FCcqX8f��G/�B)jh�a#�:�{����)���땘%��5;;����Q�)m� �P�%+++����a���1EA%N:w��T"��.����:�XT���B�H,�v��Y�]�o�����b��$+�k��� �����Y9� ������-I֢8;���t_��߁x�ňZ&LA�(���K���\�X*�#q���x�[�TQ�*����U����@ȶ��Z�q��qSƒ�m*�
DTVa˫�Eu�b1&2%���·��vE]�(�H	u�}NM��^��A���i}cd#���c��r.2�,��
�ŗ��@�^v6��\��C@��t��7�oߏ��q����
{$L�`���U���J�.��aW/���J�/Y�h�X��(Ni˼�>0�wC�ݳ[ߐ/��J�`�ޘ��-p��W�]�:Ɖb��/t�0`��AM�L�1�u,���'���} ���� �Kw@m�pc�G�V�]/߶�@J�	X�\X�T1��w���iaTJ��`�Ĝ���W�)Y��W����s���mX���Pw�
�a�=fyv///���6��]�д0�a��A�A2�a�
���B@�)�Z������@R��4o:߽�#[-�ؽx\(��b܂|�F��qፚ�q���|���т�ia ���� ���bt"�T]�����̽�~��,e��3����-��[�|�b�XA�a�j����s7��p��G��n�,�]���
���~�6�LÀ���2A�T�+1X����w4�T]�z��g���.-��@d���p���H�.,bQnr
�Ke
��*,�֝�(�u���]��}r3����1����\�XԦ�a����	���^��U���|_�K'*���~
��C�~ D`@���� �n-h��ָ %������sU�������<}j�s�=	\{���+N�NJ����:`�i��J� ���c��~��ʰ%!/Z�o��,���n0,���"P��
x�o
��x�X�>Nz��������:|��k����l*x�H�_������#'1F�Ţo�䠡9xv0#^�*��S=+���*|�����G��nցZCt�P]�����+�5�,��#?j���j�,������	�Ǣ\�}���?����J���
�֎��S�/>���'���7�>q�#�O��dТuӄ�
���@J�8�ۭ鿻�u*���8�p��[k��~m��A�V��b�*��7����h˦s�ɻ�:�ʂV.]��ٓ���Q.��z�*̞u]�)"�&K.�>K-�e�����>��=E1X��3=�F�A�=۾�-\'\��k�SBU��/�o�	gC]A��߉\g^����Jl�w_?��a��JK+��1���o\��BJM�V]7�竡�f�Q�M߀kKԓ�	��B*
\�g�|���X���J���J'V��}�Y�̘"�3/�`�z��A�t�Kl[_�iU[��@+\�d�u�\k��ˁX�R�Ӈ�,��_�m�t�K	�z\[�p�D-��sx�Z/=]��!	We���p���:����_�T�M��?c������g�t���^�YV��]&L�����Ӽ��@���-?���8�ۧa���:�йhP�*��&^��Q�Y�Z��0��>�S��3�]��!E�+f}��
,L��5.�/v�^�<�x�8�.�6-�%�����E��9g=|!q�������0	V�b��P��5�'kQQ@�ZVD��՟�s{�Ǫ�W�r��S�T�-�%��Iy��A��W�x*���\խ�m�������>����B��1��n��^cu��<߲�;���u�AJ����)
;�1aˎB˶)���z�D^�{A#w������ku�DTƳ���.ڱ�=*��Y��]5��
��o���@��
�-ﴀt��v�;�&�z�n�
�~}���
O����m����YH���=�
[w��k0w%Ȣn�.*��a������B��jee�@�Xd�� �ҐU�jW*�?��
�w|�rPͪ:z/��W��.��P�=
��߃B}5�M^�o��w�n�M%#R&)gb�\�p�M��̇˪�5�����.J4n��=�-�#�&Vb��¹�Ӗ�����@)��H�e�թ>�&`��߃�A��`|��0P]hz����A�Q�Ð
ׄO?� �o@�����^`�+��I�����e4nB��KQ\�XM�M��j�k���}���$+hB<u������/���k_��Bc3
,��ϕ?�N�GļWk�,{z?⤅��οd�η�s@e9G��Y�ΙB"���B�Z�Bq9l��b�=��������HX�Rf��n��������\�����R�'_��P�qPh�M2>3)�q�m|����yV�
��T�A�G�� �npʑ�&X���P�vWViԪ@��\��X��
P5���߄#��\�+���O�\Z��RA�
��������]חΟ4=��J��J�Λ<6��@��y���r$:�EJ8��&��+P��A�¥����z���>c�,ӂ
KZ����;�ǰ�x����e�8*�"����o>+խ6�O�F�i���]�g��=Ma�n��m�~�ݪ����]�)K��vq"��SA���#�QX��P6_���A�5���� �VRrKD�@m�cys%p���pa�N����l>�ƪ�O�8V֙���غ��ݛ��<�kW	�<g���g�ؙ갶$��rd��ַ���Rq�/F}y�cԴ�T�6�#T8�d�6�~׿�A��^A頀�xlê}�B���S"J���D|���.>F�^o��u��
���O�S�*إw~Ѱ A��sn��л�Y��U=M�Ҏs���-�}�5�#��B^�d1
�ՀX��USǰT��.����Ra�� %�������f\`i�5���6�Q��W�qҽ�-V�3�,sa�S�f[S�2�Ea�A3{��W���ڒ@�{�&T���;6^�rzI�4�F�Fe\l]��?nzq��Thɏ�
�>��pB��Ĕ�)6Ed�� ��rQ�&l�n-K�K�8��3�0a�}�e�G��N���n#�ܷ��+��� �����,��=�Z�2w%��%�0�%_�T���u��aZp1Mb9,§�1�E�;��܆_�J�~��2,�9EtRB�r��V�F��:�p_��E�kϚ��1���wԭE�����#n}�Ũ���YtWIT]iY:X��w3��sYV�v�1�Z�K	
�Y����к
1��H
�
.�n�ݕH(��r.�*���@��Kv��¦�llsW,�4;!n�J����bַP�VVV��0L&c��-�en����%;*�e�g�VY�}�:SHL�)��S�P\�����F�ːF��֫ sSAT*�F�gb��?����$�t����
�}��4/WD��N��u[�H}%��`%�1�`��H�A4�T������@��X�rܕ�r�T:����%�]9Ey���:3{C�F�@�p
`�}���,v��O����%�-P�%��X�
IQ>����d��j��T1�o{��J������2���u�|�&u�S��m	vG�!��rQ�pS@"RU�*'=s���4�{>��>:�㺳���V0�(oOpZ�|��
KQ>�˶rمj�$}lN�,�ZV�[J��0YZH
�]񔐉���+�OJ�"h�T��r&Xa-
�8�X�Õ7.��0vk:n���s'Mo�v03��(ԁ+*MW����@��� �4�J�h�AK����U0�S v+�u�K���tl���-I�t1':%�P�u���]/{�ղޝ�D*�E�����q[�W���',�'km����~��!Z:7f��:�G�k
R^�f�K��u�]��(�\>�g%��e�ڗ�N�RC�+����k�oo�_8g›/R4T�D/h�+P�ԅےkX2�(	N��Di4�)a�-rX#ɦ�iDq�%��?^,���Wo�����p��9����J���9�밨�Z5�!O��]��e�h�y`�~�t3X�Zy��
���(��~p%�o��B`%�ꅖ�I:�UZ�5���P�u,�t�(jY#S{`[��s�թ�B*s�>�,�Y�w�^wEE6�W.�����Ơu�<��o:�}�	����&R\�ۊ[�Bye�Y�jUJ�ɦ<nT�3��`h����):��U`w��sY|�c����S��祢������Mt��!\�\��_�i�����k��D�H˃:��+�.�|O�b��]�}^�>2[�
�`�_ӽO���c��u38�lx�{q2�Hf:C���'F��;~p[�#�s`˓�1]�
p���вݕ�.�=����EUp���=�rT���{��캃-n��RA�6u�3@ن�S��n�(S��H�u+ˁ90g���%�:�{`+�t2�U]O�����Yg(�ܖ\�YH��R��#J'�Q���F�������Nu�F��"��eH����E�9϶�\=�9�p�s	\֛'MX_&�uj��&��*���i"�/V��z�ڭ�ږ3lFԔ��ܩ�
⦌��r�T☖���  2�v��\g��P��^���qiA�JZ��v�ԷB�D��F	!��M�s�A:��J�,�����v/��g�Y�]�7���A�b����t�˺p҄�+�s�WD}t�.�>��o��¶�$2[�#�6v����k"uE�c�J�V ����ҹ�X�Ӿ$@F=���Չi菔Bʍ���`c��VV�z����iA�Jl����7�;Y_�����3���8匾
�:�$�$�[aSn�>�R@��r�D�myg^pߔ�D���6�,#90OM�M�����qYg�3����e$�04M���k��ő�O�E��j}��H�k^�p#zpɗ�H=�"�m/@߀7
�PXD׷ʧ֖�ߌ�+V璳1\�
�Է�<`@��`�n��ʄ�-�W,Tb�
��u_�E%���,P�b�o�K��6\Q�����f�,b��������/�������[�
r[^p����G���B5$���A�u\ �:p�x'��!��WH��t�)h����
<pPa�&�m�o�H�]�ԥ�V����/�Q^:�kO�(M�[XW��׎w���pp����:�<�>fu�zU�N��
�p[7�b�M��6r�(?�W��D�W���̷��>��%���x)G0�U��J$ЁKh�N
%^�קk�i�.[��)h�/TN�?'olPܠ�֞T�$���t��|\�&��B`��B�+�DŽ����p��.�璦��u[�8�M��-=0]����N}�vJ �B�[(U�2��ך@Օ�����t���\�T1֝H���sXc���`�.�ۺ�@�|��灛�[^.�m����NXr~:����+�j�D��� %�J͒^�x����r�Ub�]��PO��4�x�_�v-���r�[�ب\ѻL�:���+R��|�uʛSo��aE�J}�ii�n;��}(i�\�%jMT�z,s�Ha���@h�ӵ�4����,\:�U�p灈�&\����[([l�/ᾈ��)K������\Y:��)�
%pF�X3��+�`"���;æ�
���Bߠ[���&0]H����ezp����aX}c>�p��'�:���o��1���q��d��nn�rn�`7�+�+�=�W�	zή�ㅅ��y�$y�
 ��W���0i�,��3�sI�D�|�F��4�t�;�(q�DG�~
O�����8��	�8%�	(˕���rX��V���we]�4�C��\R�D�D�H�Sݶ[�7��Ѕ]��ҥ��-M��O,h�]�w��V���/VE^ͦA@�	ޔp���l���U��;�R���-�{��Tߒ�<�ݗ\Aм�>�m<�L�)]H��ԥ����\�B7�m��
p[(��f��ƀIDATp�ė��!%@�e�{��m�
({,�D�J����_�OnQ��pA4���iBq��D�+
>pi�Dp�{���s[�@X��R5��J(�\J]Ƙ9��6k���VA�����v��)9-J��:M��R�b�'/�T�����y��a>~��zTpE���������~h��#MDɚ��0��-�g(w}�Y��̏����+�5�]�n��u��A�q\�%��S��X@�.��5��N�|��ildp����"ܖXӮHw��:��C����%L(��Le�OuY?Lw�50��TX1P��i�=���"�mI3�R��s�R}=M����{���&��w9#�Fo�����lKX��J�u�p�H|с"��;2��l߳_jn[�T�}���A�˔J�
��{�m�������g���tT��C&ܼ�ԤM�����^�?�YW��W��o�3�WH}+~�^�"ְP}��3�}�.C�*`\x��m�.�*���S�)�p9u*�^n��K������t���޺53)_�\��[��ҁ�=��`C��p�tr�]�Am(�f���IVB�o=�	�t��ӟ6��Q�J���j����^wz��E,ꅘk�D�x��80��+��N�f��ބ)f�H�|�߫�뷚zW�����)�JE�+ ��*�N�lζ-עC�@Y�{���;�y��X�@��hwD��QEv��.*vo���@J��ҙBoS���:.+a4�'6(��o���Ch���j��=���޲�&tW^H�y� p��m�Y��B��P���E&���~�8�6��A�
K�dXُk��P���8��@֯������9��b��l��� �����Cv��t�@�X��Ş�
ؾ7�^��j�Qߒ��-�,�Q�e�����	��">Y[��o������sW�a�RSBV�jժa	We��N�Vru`�M0.��\)�\�\c�Kz��L"%�u���Yc���&�!U�Y������B7�ݲ��$�@��
��)e�P�X͈����e6(�,cT^�����XВ�b��x��*�i�Y[�tVЩS�Tq��K�\[�����J%�ի`,\����L���c��5�A\Qi�����
E
;�Ԯ��{S@�T ��D�G`M�I��	mP���)Tހ��9��iɯ݂��/=�*}X���+@._X_��8��b޳t���Z��� �54i�Є�@I�0�
B^�X�q��^�������b��b5 Z����_�P�j�I�o��/�>��|�ʠ+`G��.������l�XX���,�ի�ܘ�������Z�rm������u�s�=
\�ϰ4s��� :�g�<.\Qi"�J��(X�����ޠ��יJ�:q���@����m�~#�@W���WW�x�b��<��*�E� ��2��t��>BY��XY3TA.Kn&�VS�y�4�xN�y��m���o!�%� F���X,Z�����]�\�4���v���֣���+��>
��_Xӏ;sW�&Q�����V���נp�O���j�^9?�ĜX�y��Q��@�td����]�f���O�&�Q��7����3n����$�5�v{�bS��lO��DtW>9l��aK|2P}��P8�m ׯ����&����Z�����U0~��W�����Ԧ�٪���+(X�W>�+ǡ��P_�u��>�<g���WN�(qRqF�9��*�x���.:X�.}��v����.�*���/(��]�n����7+�<���nt�EQ�*�y�<�%�d�*��]�\tp��~~��2�w頠�S?�©���07ls�6�O����6l��N��K����*���	ƅ3@֮�1{�k�P3�&�:+�sX�&w뀒8*
��6�:G�}�Rw�9a�l�πi�	M��=�۽����k��Z��*�\p�Ԫ[�&�!b��z��BB�E�2s
€�jP��>	}�>�s'Z(�2v
�Y]������A1������3�Z����I��l�A�=��s+���(�m	HI��q9�+֣�%Ozj�\�qZ������t�]&���#�nk����oB���+��=!�M��Ն��m�\^��r�ɩaMNNbkC�Z�ȟ��]��қ�W�j�'����C���)��)oD7���7�����b9g�x��qDSϢ���4�Lܖ� m3��OTa�'LOۀ�*18ݼDŽ;?^��KV����{���4��,�E�M}�.9�u��E�'`����2sPA�8��ٍ��ɽ���X��aa�70��	^�y�z��8��X�&y�T��U+�����M�"VAu,U7�6��Ջ�ʁb��Kʆ�;�&zܖ�7�o�ԓ�ꌣ�6���A����LsfR3�k*9<ىQ�ȅ��yS�1J��-�׺�5vݔ.�	��%\��a	%qX:
m�P�7v���X�d�!gQ�<LR��ia
���B��<���69��i�g��I��3zα�^4��"�Cq@��6�ź����'yS��4b��(��ae���=�[��V@ѺRג�!P@�z�H��������	5��e�krQYN���X�fn�%UW�.���H�4n�j�x�;^�>�
C�v�`�����HEx'>%���sr�S�7������왨�tӨH��=��vx��Jܫ]��il����%��.��j��)�A�g$h�Pq�4Z�b�g����v洪k��q���h�-�������A���8�<�0�Nc�pŨoo��|,B`e,Z��E0���r@�KA�"�����[����!�'�j�f<Q�B����]�d��`h��Ue�s�	�.���������Y?P�ׄ�j���Ͱ���	j�~�e*xL�h���)�V΁H��+��A�&J��-�ا��n��k�u���t3�&�ӥ�BQi�\�b�C��c���?�w����Y��5��"�b�I�kYC�TP��!`�q)5*v�:���Q��D���!�<���M�n�1�/8�c�~��9 �x��w�nK.�,��y�o|�tV�_A��tY٩����g�#��5(���AɳB()�*�E6���n����SP]9e�#'��"
���>������)@ǖ���|����ۨ՜
J�
:��G;߅]�AB`�A��`���T�_nnP�ԀH��i�	osp���ؐ��Elh��2�B�[�ʩ����Yߙ?5�s�6CCV
7��Mkw�i�*�d��0�hl�����7�̿�&��؟�z��}-��|J� �;}<;;;W��F+~�ø4���x�}Qz0X�H�Pi����v�������@���=]e��B�����{5��F�sl|!����|�7O9Cr�#�ڦ��,XQ���5$@7�A��׬ԧP(@?�9��5��B
'w_�]�Y�]6��Q�7���z���&=޲���,����c�X,�fB�lh1��O$5�Z��+/��
��TȌ*���R���=9���©*=��;7��g��y�X�o�$l� �M�Kݸ���>w?u����֊���
+v�s`���X��:�٧Xx�@8���|\7�?����X�X<�]>X��/IU���k�}ǟ
�X�
�lhQ\u./*�j��L�>�n�����?������>k�Xᾶ�С�`�-Y�P��%;-)�]��Eu��	XB�+����@��2���X+Ħ��v%�Yu���b���v�`M��ARU��0�'����qi^?��"�`�KNu.�,7-��[ǡv�^0��fi�6@���a%?����7�~��U����.K�]>l���v�d���6F�܌��闠p>��͸,Q�b�Z��.�zij;��z��v� ��/r��K����J�\3�M�8Q,O;��a�:��Z���)����V<ca
�OB����:a�����sb[�g������7lcr����q�&&�V���ad(�>�����9-N�g��%��fS�VG�vK��Ҧ��/H�bΟ�z
�N���N�������*�g|.�~��o�踬��{�E��ۡ:0ՉI�:W�	�Z�:UPJ�K<.+�Y��w�t�F�1���B�  -�?H~c�MӢN��^�K�ܗ|�/qu蠩��mQ���e(���P@������ �H	���Q�*�����2t���a�]�T]g�ˊ��
��Rh:1�u���"�%�d���!!\(�0�,�.����N���Q_22%;-d+z�Z��LjJ
�0�>��W���;�PT��r���JBJ�`3��-��d�X<�|��|�X�C�"��Q�yj�H@H��N箄��Xj]*haX��N��
�:,�]�3ܪ�h>F�˂��ޫ�]3PM����u�߳����\�`S!��Y>��^�Æ��r�
�Qn+���4@�%X��Y�
�[E۝�}���d� �C���&�[NCw2�MNKu�q�o3�*-a��1B{�<�'�:���� �#)����t��m�Z�
jYн��n���w���33�$%nݴSΠ�+��c�R=j)��I����a���]��� $uX`��B�ά��+�n��9(�S]( K��m:�'���S�W��q�T*M%�@��aJDDT>����o
*����P���6��UJ̒F�!dF�8d%�W*�I�()c�ߋ�}ai���>�����`W��*�J�i�Ô�aMNN.�m�B�Sq�V���~A����U���&�4Ⱈ��r�l�i	��jM����n�t#���Q��LS�7�M�]�R)V+��FjX011�=��gQ�R��	s=�ܢ��:���D#��F��e�R��{H���>�=z&FC�
uX�.�k�;�'�Yw%�>�kհ��f�����WY!��j�M]Vo(�c
R3�Eu��rW�L
K(�Z�0��
׮��M	�e�P�8j�]A���Z
�
S*�HX�e=�ƺP(T���4��谘��P(Jh��!�����EL
Q(��G3����*�˾+E7�ax�c`�N�q�T*�^�9��L	�g�N
�yJ��kbb���d��E�P�'K��t����b:�x�g����2�Q��V��vY��e5S���%��X�T�}ٮ��*%���P��*ӓn�kbb�8v��P=#��~<�/�iJ(�Hj���#��+��N	�05D��[-9�[,L
Q��V橠PKRB�r����Y���1:"F�gU�*%†R�{�Y�h�Z
,>oֳP��С�湊�V;,��8�2
��bSm��h9��Xsى6�F�P��D�fei��XC�g�P��%�
f2V0J�rX���Y(Tg�P�Ztj���ga
�z�u+Y-��
R�\f;�AφaO�y��&�;�Q��j�Òt��(Tnu"/�\��(Tn��"���8,Q�oY�?
����,���
�����9�
�p�`y��:�gQ���s�R�H��8K�S�Ra;�,c�Y)��1�zbxx8�=��sXB���p�!
�r�V�g�%T�TR��N��-�����:,I�G��\�k{ch�r����E�
��رu`xx8�Va����B��S�
:X��B��PG�
:	X��B��T�
:
X��B��PG�
:X�ֱl
�I:֩��N�ÊR3�ؓ�1z,F��B�#�,�G�b��a�,p���Q(��XA7���*�
��<wyL�0F�xxxx8w�.4������0�,���c,��z��jV]��?�m�׉n�t#���'s�9(T+�d��
�1%TU�T�/���T
ctYV\$�/�Fu=����6�Z��ctI��6���m��i+ԕ)�����X�Bu��oz_/�
zX�ka�)�[��W���_�'RBU"E$�D�>4+L�0FZ"��D
��g�,�"��ӨԱ^JU��Ò577x1
�3�)�ё���>�������"�~u<�1F
b��C###]�[�D,IY�-<�1F��yW%��(m��:�hP�4B`hnn�0<gu��@�	Ś@y,���l!�B4777��փ��t��@OrWՑ��B����c
��5�&⁎1b���GFF��٢�+�I�@�!��/�X	����q�&⁎1Ħ�~ӿdB`5����)�B�؃:�P�wU=3�/M!��T��@�\���JIA����c �R+e����gc �2+#	pB6�|%�Inb��~G	!�����X����"�f��,�!L��,o0~ltt�e(V5??��k�Q&m���:2::�5*ͻXm����亚N&-��$�)L�Z,V��]�A���l��QtS�+'�� w]��,"L2�q������!V�^�Tc �r,V�%��`P���tV<?��ʿX$�"q�__�h�@`%������(�"t�X���y6��B�Xf
��%(B����(N;ܡB`u����-�]�À��P�9�����!��D�.��‚�׾f �c`	8�p�Y;�X�wb#܉MI���Cm�9�H7�EtN�'ʣ����Ș�!S�r�R��-qW$4Cg���>366�g�P��ǰMp��IEND�B`�freemius/assets/img/theme-icon.png000064400000025745151213253130013210 0ustar00�PNG


IHDR�?1tEXtSoftwareAdobe ImageReadyq�e<+�IDATx��]�_Y��B'���;vt׺�~�߽��(�(�"�@�� ����{�$�\I��93s���[wՅ!3�>o;o�2��
2"��#�!@��2d��!C&�2dȐ	 C�L2dȐ!@��2d��!C&�2dȐ	 C�L2dȐ!@��2d��X����#��qtx��x~�\��������v���_�z� ΋���D����III�
�%?[�lrY�����ݵ{�?B���ε���!%%E�N��HMM�)!@lY�[[[;^@���C����8��������/�����j���(y,
w��X_��ܴZ���~B�I�V���L�t��͆Gd6�vwwC蓃��y�����$ h���_]Y1�L���!}/�A������\D�˕	������kkGGGavk			:����$33S~�2��˵���������7�V�KJK���@	��G:�B�������"���� TVUedd��D/������v��@���!//O&@D���tiiivf��T�THNN�}��F��	΢���0m0�_�KIII���kzz�L�psx
SS��_����G�+�J������,���n߹# T���;<<l�ܔ��7ZZZ*���,9<	p||�����s��XDGG?}�,\��+��###.�K�]�@d��ɓ��x����t
Z,Y^BMmmccc8yD�C���9���G2b��>}6��p ����o�6��e�
������Q��d2}���/���bcc/9n����+*UI			mmmڜ�����tttta~��g�R��ju��W���Ҟ���q�2AO+�?p8�F�}����VuuuSss�F�JĻ_z{wvv�x��i����
�� �ζ6�mww*�����Ά)HJJ�	 666����u{ �YY�&��4"�4�)ommI�8���֖��P�`fff|lL*go:777///'7���8L���b4���pB#���VVV�P�!�]YY�G#l-,,�i�Z��]�X�Օ���5I����oܼB!A���v���#�υ�/+/����r(�ٕ�e��$�����ܿ?TΌC��?}s0�R�,-�tΪT*E(�nq�1]#uJ��ǏC",@�?�����RSSkjku:]8
�A�S43=-���?y�\�`gg���Gq��F�����Q�/�F�`���I<~�$--M&O�=A�y�
����

�-�a�X&��E8E���{��aVv�L������Gh�OIIilj*((PDVWV&�z���r111�YYY2���j����	Z���2�Gg"6����ON��h�=~�fK
�@����[P�_VV�/�F����ptdQ��x�d5sp��]]]�E�j�������,�����><4d��#*&f��]]
/��S]]
�'�'�|�񱱹�9���T*��w��"����3�V���v�^�t���Ɔ6D�mnl8�N!.���3xD2��������G������7oJ���燆�4M����}@688���*�š>z��9#+\XX�~Yx;�n�*.)�ֲu�|�+M������1$�o����a!
�����޻'�o��ă��y�����%�:>>��������j�����/_�����҂�L&�'�𩧇z�bNNN5��{{o޼���RRRZZ[�?~�����&�:\�G�KI�����S����Jx�,T䎌������}0��Ov����1>z��z����'P��<��~�)�VĚ,��L����zX`����QJ��KIt4B����O��Ko����R`|ll�j�����Y*�Uk�_9;3�@yqa��a�U�Ո\��-�18>�p#������������t�����#�SU�������,��.**z��/tO��a*#��zp~�J���s�ttt495��=uP��1��C^^�W��*�Dkxb�_�~���e<~�sVϔR������W��z=��N���al)�÷o�"�p��?~��L������ȍ���䫎�U)�`\<p<v������Oy0���d3�p4L�P��ewW�8M�A&�ONN��M���	Z�QQQw��em����*�Ԗ������o��(V4����=�	�r��
ZWknn.**bJ ෌��	t���厗/�����[Zh]m}}������K���W���H���X�#���_�ze4ٹ���j�GGF�a$���C��joܸ���C�qE�ŵuu�#H����D�Ia����Jk2.��<��}���\*�[��`%�.�����---����/^�O�ll���ba9ⱶ��U��t���%Ѹ-����R�\}i�NZ�V��#�MM�����J�½<y��w����������9�k(�R���$Fq/ v���ʅʥZo�`p�^�~��������s�ϟ߼u�w�|��7oެK�%
��֭["+� ���:	���r�E��L6�������׋?��"�ɾ�����c�����:pAqI	"*������	N����UT��@K�Ѕ��ƫ����Cyb����v����kD#W߼y�J0�p8���PKT�s��vF	\�����)x8�2uJ��G���\e�Z3���%	���ݣ�90m0�- ,����_���R��L���9ƾܽ|����� ��<8����wo�ZiKsAfV�������A����.ljnV0	�\�[�|JKK�{1��	������ykS(��������]���5���33�	���A�#pds���:�N�k�`4���`����*<�I�^��C��۷o�_�LP#  ��(l��tl.��>GF�|eyyyFF��JKK{����y�k��Oz����-����\�����p�OB�l6������̦�3??��!���rA�N��Ecc#o{�w���[��
����ӹ��b������J%��||���P<������!0(&ȵoY�o;;��P\����`��:K���o�`�‹���+Xݺ�粅73++�ؗ��޻��o��xVKKK3��BWWVV���^&kU�Mp�FcC��www9�ܼyS��v���w���m$O��ׯ_:��?'�b6������= �5���N�D�:F�{���P�TRR���?kjky+����s�ǏTNl�DAA�~$�T�5��	�x�ܪ�
��h4ry
�E����ئ��/^���[__�|�fdxX-��^Be�٨��O�e��l���>�
�/rͶg�/��� �Y����x�r~~�z
^��x-��dB0@��Q&8J�d
�M�?;3�e���5ϢA��z��o�$)��5��o������#�9\�X!�h�csk�����ao7$��)���@`@���z{{)�0������tR�F������6�����^RZ���.8`�7n������d4�~�j�l�]#`�X�91,��?���鶗�qqqqM,��)))�?���_I���
����v��7^.��&����u�G�?��������V������e
y��0�--$��]���^�\�A��3�P���I>���<ų@�Ɏ�Օ./�KEE�rxx�/تH^uu5��|{{����k?�$�R���Fe�w,�Gl�Z	S���L�P�~?�ao�c_<���q_�
\���	C�:ݺ}!���0�F���U��X[[�h�GY�J�B4�s�bO�2"���dB���0�K����WTT�|��%\������������+�����ٳ���y����S�^���_΃���	%�L�F2��dz6�V��efwll,�������o�|n(Άģ����s:���޿lb/��F�\_ 8!�;��a�N�`0��R�g ���d�?}�C;kW
D���4��]�vv�3�	/�d$��{Lq��&�˩<�
b��`�����E������<;3��ߩ��M����=#+�ƽ@(�'�u�c��7	�#鼥C�M2 �ajŋ"��Ǽ�|��
�“�����s��4.�׬��}x�� �Z-�b��������ۼS��@V7ba��E,.,p��ʝ��������k�I��Gx%����Ꚛ���B��H@s����"�w�x@�yӥ@8��+�
��~�U��q�W8	===\|*B�H�avss{{{>���R�.�'t8!œ~��&�K�����lr+~�s�x���sXk��}�����>$��F������K�E�@����?0��z)A�?��wws�X�}B�GG\�Tdfe�\�	[��H�a�॓`hB���O�.F�u<�������(twu�m���f�ccc��@��?�;�5J��.��q.FJ����Ks�<��O��'�K���K�1Q�Ч�R������?e��t�p���O�wvvl�)��H���!o��������pih.51>��s��P�ҎB�'���[_��$a�����8��t�b�2�'--���n�W�k?8��p8`F��C�K������_��III��~e�O�ą�u�y��w�JJ�}�
v��ᡁ[ǣ?�M&�@i<�����?�Zͥ��1�;�����AB�ë�c��IR�k'+a'�K��?z����,)�FG�bpoj9>>�U�F6:����(1�,@:��l+�.(�	s�\�B���	5���!t��Y"v��UK����G UG%G.�I�[��+������<N���Pj\��D��E2����
����*hA�:�ٙ.�W��<~A���Q$F�?���rGDA0a	��xh09N��	G��!��F���X_߷�!CZ����z�K��Ļ�gww�~���@2}�u|����@��V�pG�S�:E�J2��d4��x�BQ[[�{����Ü������D-��e��.p����Y$?���W��m�-@��1>6�t��U������16F�_g�0g
u	o�� �P��ቹ\�n�N�;%�`�c��A�2	e��������|��䠘�ľ�S�l���PTI6
�ڳ��)Q"�2<;�h�����������P�k��Q�x��]]�߿~��%؜Ĥ^�ŏ���$��ςo?W����:��1��{UB�x�з޸�y��M����q$0���:8�9��&�rC�������� �aq�E�3))�b��0�˥�
���+�Y���6� �x���
���Ǐ�F���(�����y^�q�N'w
rɔ�t:�!�Q�՞�#��v~�z��D2� ��2-�v<B3��ˤ����ŋ��&�!�R�\Z��S�׃�\���x��jg܊��
U'A��8�Z��Ą?����t�Wkjk���K�H�RX��|JKJ���v�E�IB�Bxe4,�Ҧ�m]��8���Ν;���kC\�}#l����҄���+��
���\9T=�,���?�Q/m�x��o���\��e���bY�P�G!�V0𼐌D�<T��a���Ǐ�z؋�����EEE������V���4|)�cK�f���C���?�oF`+�9�����^���Ѐ����6�@��;9�q�}.�� �t7�qd��Ӓ"����ϻ�����T*U��O�>a-6!����r�o�X68�\IÏH!@��������j��gk4�oݾ-�\��Z��rI������A8U��0�����@����/]���B�D³⩬��$���ϘJ��]]�K�M��!!,��)Q��D��s8��_�_NNN>յ�x&�--�io�j�ǥ��	߾}���8�%+++E�>
��~��Pu�d|�X�+B�x�
4&_�|	j��ׇ�wGGF�[}w%fggONN�jH��l����
9.IU�X�)TD��K'�f����ްZ��oޔWT444�h����ܜ�������I�M>Aa���HÜJA�PC"�����
b~n�����y*�g/UUU/�������	�_@��.�$��$n��� "�����Vh��!X!��![7o��s�&_DQq�$�;�m�#��!���zfZ��#--�{9;⁏?���
Q��O�����0�������EeD�LX�/Z7zKk��l�v��F��p]���bi�,������f� a�+!�"�$$�P�����x�����KK�����ں:�l���h��daZ��=V�AyLდ600���2ګՇRy�޽�~�]�	�`��<$�	M4Ȫ	wk���(����0����]]_��0Y�~p��ݻRW�%��9IA<Z!NB�M��Px��+*x���꫎���I!���%%�����!�F����Y <>�9�N��@I�6|Z�^��ի��5�-66�ŋ�c	A<idz"�"q����$���o����tm�q��"�m_��n!j�U��<x��iZZ��O#5-M�%P�$9�؝����	7L�N�ˡQ�k�Z�vv~�.�i�F���s-�&x��IQ�s9$K����HL�]��-��W833Cr��O@���TVU	QC��j�8�#L�$��U�@�T2K-���ͺ�:ZWs��c��o^�6���?j|||kk���s���{c���$��H	@�7Z��К�Z��i�v��O�>��Q������ѣ_>���i{��C*%'�)ɣ�#�2��:���~Y��S�q�N���˃)hni!�|Chri{�5��@cb�+�I	���HB�,��Pznv������muu5���2�))-e�0���p��{A�������f

�����ؠ~����[�o��9���t/l`�,	N�u��ڶ��얺�C���T�}���˗/N�� �O�=k��{*���٦p~K�T�� Y9��u�Q����zW��ǏW�^M��[�ӵ�x���Ŕ��gg����a�XE����G	�H r��o�
s�v����!�u�����3�-�O������9"l&�X,��E���������۷o]���(�����`��������!#�": luEȸ!@��͔fcq�|6[WW׷�_�7�A����KR���v-.��TJ�Rt�:���2�[8������'����#2LMQ������w'Оް��ȋ h���z1��MB���N�8��'&&^�z�{'��gm��R��-
*""�S�T��8Q��y��$��(a(���N���˗���
M�Wf���s��/�����hqaA�SVV�&�����|��948E���A�?O/??_�m��?��v�Ѕ�X,⏊��,�0�!,��������`�����+�h0kb��q���7Eq�E4E��'�%^-)�����/���##�o�X8�F�슋�����j%Ly��������/--I
+�S$�����O==�?}�_W\���o�ԤF�eJ�=��ē'���q�$�F�!�'D�yP�jB��0��o޼�A�2��䯧����V��0���nF�&`��ۧ
i_��3ҮT�q�?{GGGS~�>eegK��]	��D��4���?�9������=�t�q�'������������'W.��`���"l6�q���xm�Ȥ�`GZ#�kbi����}��}__�/W����/g ՞�k�u�+(���֦_UV^���
���0R��	Q�F?���&Suu��F���xI�\�J>	3G���~X	�ac�z�T�jUҪ$.8==��ﯕT�aoW���7�		@�oN��Hn1y�l6����"�j5;Y�s���G�Q�-���D~���q��\.W�}�!�R�R�x�T�j�0.� ��1���������|O�}}WPtd2�aGT`1����G²	�WJ(g�����"����o���
111E�>aT��l���b�����D��v��=��YYY	i����cr,/-�w�(�J�t�"�g?nu5�u�����	������Ke�TEe���V�K���P�D����p{4 ���Beee��>�1b�i���j!��)����	����v(�&�����e�>�LRRS��⮬c9�⯳�q�NN�������P4�{��~߳��Oq�������w����d������}`@�{�h����\*c��n/�INOccb�32�i������F��*�J�I^�F����_�:wxr�_�>���>�����>�����q�_^���u�V5�]ڂ;�0T
�������������p�7�MM!!�B`fz���(�O��'b-%7nue�|���j���pQ5"�Ꚛ(�j�Ł�d�5�d�-CPx��i������|��N������#V����T�iX!���LE, �����ƩC9A���)//��B|�\8?TK��h��" 3+�V�������Ư�KK`��{����s�9�x�\�wq�hu�❞ .�uVo�X����'&�~�����T!���EZ;ϓ�j%���l@�TR�j������\�en����g��t��i���/�:†�1?����ZzM=ccc������{��|�L��Z���~�t:�k:�. �y����4���0��޽���rDbbb�?;;;���!���j���^u���ٗ�ޟ�c����\���������L1�B�(�]HPBX[[Kq������O�l6�ߌ���;��%�0���)�����ْ��KSC{��]���t?��;���'@$Y����I��bNޣ�E��@�R���R����.H�d &&&I�̝��o0�VRUKw|.YEII	��%�I�I*
o�g��?lmmMQ�|�fΔ�T��H�6����4�vW�@`�L&��t�SSSu�n/���1��,�>�Y���H}�7\�ʪ*i��č�����!���ONNSS�Gv��&H��$^��PPPp�t�H����R��v�p��Ыr��Ҳ�T�\V������w8F�BX�8|����Ņ!Z����r��\τ�B(�+*:>>�7�X��E���)D_�ב�����b&G099������ڧTU+�7�v���n���K�2�� <隚���%���hh�$��������H����
�X!@LLT)
PuB����wlt�d4
�9�P_�Z֛�U")))�����1TJ���q��z���,��]�����ffx�H�R_^hlj
	�:���f������(°�Y.��2)x>���; �\$B�t�f����x&��8ݏW��ev	��D}�A4���̲�gKdϦs��������p>�EχY�W0��W� !��7O���Ąh{b�����A��'J�ƜYχ](�)Qh&_.|&����W�P
��j��ak���Oj�H�M(���sON�ajJ�w�`���Z�x"�����7N�whTSSu��Vq�N����w> º$�@�βk{vvG}}>��?:##���2&D
�����p����/
\EEE�R��&���t����߲Z�����9�����!t8�.MU*|��}�7�����$���4~`j���	�6������`.o���L�F�g�l63�ᎎ��,H�w4m0H���������*��:(x���B����xI* N����AL@��¾2W
=�0?q��1*
�^�ʋ��$!|������Z@r3�w2 %��ޮ�$���7m�X�h����R�x�\�Aw�\�\�q.�L��!�Ĉ�_DAAA��=#����n�(��aj�͓�+'D���*H���M�!q/p{��SC!��@@��U��o$����Y^^�BBn��^��C�/f�dX�Ҳ2��]ep"�k����n����	��QN�G)�+}ӱ�Q�e�2�|�e�� @��W��I�K�*ECc�g�|__��L�Ȩ������°B�#$;�]Txa�6�^����7�32JJJ�x�}Th%O
# �[�������������A�0�o�E�kS���8����H�
����eeeE����K���v~.^'������FkY��egg���n��-"�5�����`0�J���SPP���9�����/;���,~�kHMM��E��� ��ܤR���4�L��0���j����6�~�r�|k!i�ֶ�-<�H�T�ɹ���q��$ ����N'�k� lY��%T�K�
p5
��p���8==��
T"��m�ۛ�Sqqq�
�}䬲��~@aS��wwvr��w�V�����Ҕ´��
B���r)���yy0{��6�M艂������QNMMV�é`S����3��v;�]�>$��o�BJ��ێ'�Sd��:��tO���!�V�(	�T���M�"Q��&�6��.��HOO��
Z�DE%x������r�ON`(����	�xrrz�7~6�����蘘��X�0q�>�/�x�L"@J�J3�8�����>¤��������ؓ_��%��{���8߱'CF$@qaǞ�HŅ{2dD"�x��������������.'M���UN�ʈ\�J	�u=2dP�\,#�	��S�2"��%]rJTF�@!�DeD8䔨��&��[%i�.e��p���rJTF�@᝞"�De\��`���=ܛ�IEND�B`�freemius/assets/img/index.php000064400000000131151213253130012250 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/img/plugin-icon.png000064400000022244151213253130013373 0ustar00�PNG


IHDR�?1tEXtSoftwareAdobe ImageReadyq�e<$FIDATx��}�_[G���	!$�F`/�=qǓ��ޟ<��o&��c�6���@�w�M���ҭ��W�����~Znש:�]U]���b��(U��#����������������������������������������������0,�����0�E:������b7��L�tt�����988��,��R���j��l��s��v���"��ʪ�*��|��b!���b�x<�J&7�I����}tt�׋��{{{[[[����t:].Wuuu��SSSV�%Ђ2��/`��ht#���,��%���[��y}>"$X��H$��E,=�.�����������ܐ'	�	P#KKK+�˰~Hv#�kYYmm�k�ZZ[���RJ��Db������Q_���lɢ��N.�$��H�Rs�����͢��Ș�;��Z.�$��Ojfff"�p�|e����.��b�H�.���ϟ���3���������r�P�@^;99
��z�Ad̒E���Å��ѱ1�����q4hoo/++�(BӇ���ޖ��N�������/?���`�#����%
J�K���CCź���(�}�Ncc�$����޿_:;���Ν;�n�$�1���3888;3#m��J��zzznܼi�Z%����SSCCC{{{�j�QQQq���ֶ6I�H$~{�&�JKe���?xPYY)	 
�FGGFF��R.2X�Vd]]]����H�z�*�K�����>4z(06&''?~� ?/�l6ȡ��VI��������]]]�V�]�����rI��_�|�N��n:0�ٜ1~-���ꫯ�xV`<L����1߱z?ֲ���*���t�***�v{��xʉ��PZu�V�*|����L�o;�cl��[[[�dr+�\�Y,��}�eKK�$+��������
�]�'�����N�v��=������h4���#�s���q�*�C��_~�Y�&]Xyc�1|uu�o��R�h$5
��8����	��(3)�A�X,��/�� ��گMM0}@���+��S����q���	�O����SI p��ZZ[��}������������2_&8���~A(	�	3��o߾���74tuu!�3�62酅����0�zXx����Z�NK�	06::88�ˁuf�t�LF�f"1555;;�e����%�L�}�n��K���Y����̌OLl�H��ܹs��W ����''�V;��0}�|S�JrqqnE�ʹ�7o�߸!	�
�޾E���}>��ۥ39piiihppS�N�`_���$�U���DZ�1=ϭ����fS��`~~4�sV�B�$���44422�[�����QRcp����`b||tlL��xw�޽~��$��J|��A���@ �_|��!�Nx�~aaA��{��_�}!Q0;;��k���~q����v�PٗUp@_}�� esB����f}ri6��KY�\��''&X�����^__/	`�������1MMM͗���t�
-��0�1�P`�ٞ>}��}Sg����Ӎ��`0x���b:�b
��o߾e]y�r����ߺQ�����#������p��=܏�fg߽{wr�+�74<y�o���r1���������_0:��~��Ųj}m�w�8~Gn����a9�0���Ӣ����n7T
��֖ "��(;�C���/�ߗ��*[����~voc�5ى��d2���z�h��b�<�����ni��>�֭[>d��|pp���.7�q �����}�}i�u�:;;�\5ĥ��7o�?���m�A�?}�T�<C�����ŋ/.."(f����xe�Ӊ����[����w�UTT�x����ܲ���� �Yl*��|䆏n�������Yp��k=[��#�������������b$�	�344D��Xi�9-�"г[M'���7�>�{>�}'��#����}򄼭���Q�ȇ3��kkk��Y^^���c����<~L~渾�>;;���g>�lww��Ǐ��YVV���#���}��vvv�3{v���L&����B�t:�̠njj
tw�����������W�h_����ͬkE���;���y�mll��������k!�`7Cnrr����7I@�h4:>>��G����C����<|h`	��ɏ6:��`0���~|�laa��nrs։gT�
%����/�"�d2/~�uiq��3�y�f�
�333�X�x�Ww����|�^9�e�+�H�y��|�5<��� �>|���!򞻏��$0$�:i�9��7��R���R��V�MOM]Y+��JM�;P����X�����C!�k���||��ښ�J>����oQ��Y�A?����r=�V�,o�bE���Yڕ�
Z��S彔H�P�"Ӏ�R󛛉c0mb��mm���H���1!�?퀷���w��zVC��$;`x)�.P�M։㕸}�m#���dK$��eee_>z$��6��a�B�÷��V�?|��o_~I�=�N�g�z�����?��'� 7��Y��E�<�\���
|����������(�L��P��s~\��7D�+�~
NB�V:B�;w!�����U�Q��OO�q�Zև�ۮ~���fE2��?>!w!������fb|�< �����Mu�j��{i���ϑH���W=�i�qB���~?ի!�$�%&8J�RV�U����UHd���qx�f"�۷o�MOM���S�a�3����e���y��u,gD��{䱈�3�HC�������,�u��{zLFƅj>��&9O<�Gc===�G�s�����d�#&�gb�uS��}tM�o2�Wu�y��])73�噫��e&dF�0?O�f<�Ug&�s�K�*4I"�}��N�.dw!���Nu�s���
Q�,���Z�x���d��������=��
qB������된�� �SE%��[
���q�7G3EM����c�FKKU�]:�&�ACB�O{~N���.KԾ)����B��n;(� �j�i4X$�a��r	��o�^yf�W2�G���+�Z�ڜN'�K��� �����ʯ����*����[!�ť�����Jg�1�" ����l��ܟ�]��vj�6	�,F��3�S�L*A@K6L@*������������I�O_SC=�����hv�F&���g�@<�:����2�$�	�6�Ud)|�U�$�r$�Ħ�*Q�X%�e�������b	s����(��n7ա�<a�o�j&��&q5����~G� ��4O����8
!?�ro��S�Ta3�4oI2
ҿ�z��}�6��5�s$,Fd�o��floo'I���Q�&��B$��ך�]��<�t:�}C�0���;rBv���$SX�I

QW�@>M���n�����oV�{�$��(_��%�Z�N<�[���I�O�q��G*�l�K�T�3��׉�>3FX�ˠy	��tz;_<�Z��JP��646��9Y_��`�lO�����yDH̆?}BNUQQy��8�FPS�X�ٌ7�q���:���������_gss>��_+++�(nyT����`e?;�J�y3�
{�^@�"����SP*��3�:px�4����*+
&@��֡�����>2�[~�_�Ȗ����ApRb2�/��.�p��%�e�H�`(�d�eOdCa�岵���������LMM�O�KwH^g+�:]c��*��4D�
Pg�V�_?�ȱ*F,�����i�)�@9!x�*��:YM}}=�$��,���������:X���8�e�:��� ��
�	�W'���8���EF��a:�5Px��{
�m|��,�Tg>~7=�MH� `�h��Ҥs�@	5B AA��+��0�x7݄���&�zJ_���g�g�b�9tBeee�f��H�#�]yTU H��k�N��2���p8�!�t��T�g���6|�ܻLf�ˏ55����>B��rdn�R�>j߻�N�r!G/
L:�US�A^V/�����fZ����l����3�ong��D��9��N�h@2�_RP.�0�AY,���J\~0��g��)��+�e|6\b::!�;U�r�k_�%ZH���s=�PEȝ�^�3i&'�D��5�˛�rhh�H������1r�ਨ�L�tN��L��hr}p�gr}n���GA��P�P-�j	@�
T�|�$7X��s/;�s#�U�"��Q�	��Pj"�D=�٬��Kh̒	!gt��,��kB7���,��?	!����}kk뤛�[�	S��(X��"�|�ׁ�I��.�p
G�_S:'��Nz&ͬ�v��`�\F�B	��˂����3��Ep�fy��X��ј~J>�L�
�Y%�@>�,���(��}�΃��	�#߰L+���㙊%���������)�B�t0�  �_�_�B$#j�#I�"���I�R�����H!�qc�S�܎l�gP��=_b�/��HL�{�8�A=����X#�Ka�E�B@�x^2�˲j8�(�Hv�&��z�]��]iB���4��]
����f�]�$���C�9Z�I�$L
!I���)	�'��4�H�B���ޢ(:8� @�$�,L�L�*L�B�!��u5�V��>	�DSj �
8KR�j���Ž$���ȶ�����5��6�%�$��N�f���uD{Q _!��'�,��� PA�lkD����ʪ*��ؼ�P����_�s�D�

ʛ��%j�A�B��
V%��b�{��yMk_[K�
7��T
!�P�A� ��0
������ʁjBaBf�1�)�n�G��d�l��wt�2|>�n,��sS�$�1p���*hF�a��ʢd	P����q>Ld:��d3tm}����k׮���c݌oj�-��)`�BW��n�]��AYYYgWWi��	�C�)<��^8j)�w���4��v����`��c�r!d�$U@.
�Ҭ�zzzJ�,��m&!��K�WVVH^��K��֒tT-/-�`
��Βr������ߟB�D��P�W8,V+�

����#� I2{C���]�����b�:Q�%tk�&)��Y^^�&����{zJ���Myl|�BKKK$5pw������,.,b~������	x
8B��4	��3YM��Ց"�����;���7�kk?���
!��Ƣ�W���G�
�'���z�����;��V��BSSS$e`5�[���o�����YAL�f�Auvu���[,�#P���Z�U)%�bB��?�*������������>j���4�Zk���J�����b�ϓ��؊�b���D�ȨN��{z�:�D` s��	=Ѱ�(���q��{:@*����%�EWWW�^U�qxxH������RAȍf���Z�\.���7��X�0���kv��+|>!��x�b��Ą=b
@��k�����ű~,�Q��7ɱ=͆@��O�:�TJ�C1X�B�c�"!�
b7n��collP]+VGtKD�����Qq�G�f�+E���n�r:n�-�_Z\�z)��!#�Q=#�� �A��4���V�T񯗄�u�V�cJ��Q�����P�֓����T0��8����I��}��a���l���~d�^>O'n	��S[{;UW!��0�p��A������h������ݻb{�F"[�_�l0�"#�2aC�ЧO"\�}"��s��޽w���Y�{�j<�>���%�j�����#x�Ϝ2PvwwS�������,���Ix����޽{+�].W�����"��B!�;婊�XD�=Da�F���a�*A�:��p�G�����˼
�6��`k[����L�P�|>;�IGL����>|(N���***�~kkk$��Q���&NCc�Q�7����B3�Kb  	۠w
���tvv
r��4V��y�D*�ï!�CL l�c��
4�"�L���� ��Ͳ`0H�j��{'N6�P�~�X[Z[�}�E__��^
i.\���791A�����”p�f<dE�Vk^�l�����h�p{mmm���{qq�0�œg��KO���GGFH&h�Ig��x<{��I˛�z������-��.���dr^���A���y�Z!�_�ոWS.ޱnn �'|���*F��L���l��+O$?~'�[h ~�-fgfr����Qd�Z���i��#�Zc�"�?߯f6�ׂh4J��x�f����pt���ۛ7���B��4z/�*����yow]��~:;;iu����˗/E����˂b��ccc�䫫czC�l���^Z���DX�3e�����ŝ痢���
nl�iss3�����ct��/����G����R��«ֶ6�1�l	��������
\X&�DZODf‚gv���};?��	���+�>��W�"���wS\nt��I�]]���}�s��ww�Pb#����������GI_�t:=22B����im�c���"�������p��1�� �����O4�����r�So��e�,�-��������hJ�t	Z���!�[A3�vv��}:;;Y�T*�ϟ���L@��

���ě�n_D�#zH�n6W��?��_)��3�ѻ��JZ?I8%/ �����l������9�0��LZ#�*���dt�UOO�΅��i9��kMM�f(`a��b��m�H�3&Rshp�ѵ�-���!֕�B��NF
ݙL91��9ʤ5�
Rs�Ǒ���8G.���]��p8�U��TS{���(�.�e���Z]f$� y]^��-�2�8>R��/^0�U9���r1�2�������!�"��P�S��
�AЋ���d��o���~�L�j*�@�;>6�by�����q�)�N%X	<eGG�o��g����W��2i��WG<���Z���ma0�Dt(���>L�Q�{h^�x���n;���hL�ͺ�*|�y�~�2�������;�[�*<��f�����g������={��l|5Cw�ooo#�b9��2��L<�����`���H���������Bnee��u�!��n���'��h��ׯ�~;�ё����p��{�)�6�6�r�5;3��B�����p�O���Z�7�KB��~z��
�����Ӛ0V��74���'u����'Br>bT�Vjx��t�+뽼���Fww7#��p�4i�`�#����t&��gŻ/���@S���W�mhnnF����.�{{{޿�����Cx�i��ol����YI���Ex�]�@��F��_�]a}8`���|����k�-�J�4�^���H����盶wt\��z�`ʎWH�R'�\g���R����x�޾��&�{��ooo�_�q�6����RB�^���]�0(�h'dE�J��f��̌��Q��_uUW���vtt�lQ+e��#�5W�"�E�0}.��G<�/l6��p��	&�Y��"���o�mhp����|Hr8v"�����VW�_��ׯ�ĸ�Jh(A)������:1>��d��"�,:���\��_�'������*��fso0(���"���̨���ڛ�n�.JɁ�,޽}U(q)溺ׁ����f"���D�6R�_�߸�g)��	`ʶ!>c��۷o^8U�a�g뇜mnjŸ��4��^y�x��� �E��XQQ���o�g#�V9��|���۟''�_&,/-)�I!����q���{�A�)S"���st
HY���(�����������x��^�.g����^�i��<�m��������J�6񮛛�������]�WFu�;! �B��e�A`rbB�KSೝNgUU�]����f������W����T�`T���H9
����ND�8
D�뽽Lu +ފ��r���:00 ZUIɢ������_\��sW̚�˻��-E�<����@w�qWA��;���ܿS�޹{W�b�����{^��~������n���턌�~�����!�)�ެ�qCY^�얕�A��-����
�����]]Es/���@'Ƚ%z�htfz�W�Wq�����R��?�ȩo�� ,..�p�d�1���ۖ��ә�GS�tuu5ߓ�t:=7;���B�t���z
�`ʎj:���DbvfF��DC��~Н$���<�$����	U1&8*++۳�[
T�S�@^{�g��"i�����ڌ��_<I��--��|>R���va��4�S[[R��b�Ϫ�����qB��Dbiy9^D����WW������,	�����{&�����!���
����E�?�Vk�k


Es�U�9����B����E�A��M�:���U�ι\�%	�	PA�H��+��B�������#�5��N ���A�A���",�E��	���R�:EE�L&�C� �����X4��M�|�����x<��LW�L�Y�.��O$�E=WV���j���+�Xa1�箮�����m��b�x�PȐJ���������*����UU��K��v��\n�G��uoww;�FX�^B�n4������xn�á̛0�6��$�)�3	O�}<��n����@��,��@凃�������,N�:��V~���ϴZ��[4�6D<�W��t��0;n�+ D��Pj0�9�2FN��D���m���@�t	��Lʅ�(Q��[�r&�D�@�gR��D���n���D��%J�JϤ\Q�%�)[�+;<$J����rKT�t	`��r2�l��[�%MSv���(]��ݬ!!Q���lN�S��D��$�D%��	0�5@��=IEND�B`�freemius/assets/css/admin/connect.css000064400000024462151213253130013714 0ustar00#fs_connect{margin:60px auto 20px;width:484px}#fs_connect a{color:inherit}#fs_connect a:not(.button){text-decoration:underline}#fs_connect .fs-box-container{background:#f0f0f1;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.3);overflow:hidden;padding-top:40px}@media screen and (max-width:483px){#fs_connect{margin:30px 0 0 -10px;width:auto}#fs_connect .fs-box-container{box-shadow:none}}#fs_connect .fs-content{background:#fff;padding:30px 20px}#fs_connect .fs-content .fs-error{background:snow;border:1px solid #d3135a;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);color:#d3135a;margin-bottom:10px;padding:5px;text-align:center}#fs_connect .fs-content h2{line-height:1.5em}#fs_connect .fs-content p{font-size:1.2em;margin:0;padding:0}#fs_connect .fs-license-key-container{margin:10px auto 0;position:relative;width:280px}#fs_connect .fs-license-key-container input{width:100%}#fs_connect .fs-license-key-container .dashicons{position:absolute;right:5px;top:5px}#fs_connect.require-license-key .fs-content{padding-bottom:10px}#fs_connect.require-license-key .fs-actions{border-top:none}#fs_connect.require-license-key .fs-sites-list-container td{cursor:pointer}#fs_connect #delegate_to_site_admins{border-bottom:1px dashed;float:right;font-weight:700;height:26px;line-height:37px;margin-right:15px;text-decoration:none;vertical-align:middle}#fs_connect #delegate_to_site_admins.rtl{margin-left:15px;margin-right:0}#fs_connect .fs-actions{background:#fff;border-color:#f1f1f1;border-style:solid;border-width:1px 0;padding:10px 20px}#fs_connect .fs-actions .button{font-size:16px;height:37px;line-height:35px;margin-bottom:0;padding:0 10px 1px}#fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}#fs_connect .fs-actions .button.button-primary{padding-left:15px;padding-right:15px}#fs_connect .fs-actions .button.button-primary:after{content:" ➜"}#fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}#fs_connect .fs-actions .button.button-secondary{float:right}#fs_connect.fs-anonymous-disabled .fs-actions .button.button-primary{width:100%}#fs_connect .fs-permissions{background:#fff;padding:10px 20px;transition:background .5s ease}#fs_connect .fs-permissions .fs-license-sync-disclaimer{margin-top:0;text-align:center}#fs_connect .fs-permissions>.fs-trigger{display:block;font-size:.9em;text-align:center;text-decoration:none}#fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"→";display:inline-block;width:20px}#fs_connect .fs-permissions.fs-open>.fs-trigger .fs-arrow:after{content:"↓"!important}#fs_connect .fs-permissions ul li{padding-left:0;padding-right:0}@media screen and (max-width:483px){#fs_connect .fs-permissions ul{height:auto;margin:20px}}#fs_connect .fs-freemium-licensing{background:#777;color:#fff;padding:8px}#fs_connect .fs-freemium-licensing p{display:block;margin:0;padding:0;text-align:center}#fs_connect .fs-freemium-licensing a{color:inherit;text-decoration:underline}#fs_connect .fs-header{height:0;line-height:0;padding:0;position:relative}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-site-icon{border-radius:50%;position:absolute;top:-8px}#fs_connect .fs-header .fs-site-icon{left:152px}#fs_connect .fs-header .fs-connect-logo{right:152px}#fs_connect .fs-header .fs-site-icon,#fs_connect .fs-header img,#fs_connect .fs-header object{border-radius:50%;height:50px;width:50px}#fs_connect .fs-header .fs-plugin-icon{border-radius:50%;left:50%;margin-left:-44px;overflow:hidden;position:absolute;top:-23px;z-index:1}#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-plugin-icon img{height:80px;width:80px}#fs_connect .fs-header .dashicons-wordpress-alt{background:#01749a;border-radius:50%;color:#fff;font-size:40px;height:40px;padding:5px;width:40px}#fs_connect .fs-header .dashicons-plus{color:#bbb;font-size:30px;margin-top:-10px;position:absolute;top:50%}#fs_connect .fs-header .dashicons-plus.fs-first{left:28%}#fs_connect .fs-header .dashicons-plus.fs-second{left:65%}#fs_connect .fs-header .fs-connect-logo,#fs_connect .fs-header .fs-plugin-icon,#fs_connect .fs-header .fs-site-icon{background:#fff;border:1px solid #efefef;padding:3px}#fs_connect .fs-terms{font-size:.85em;padding:10px 5px;text-align:center}#fs_connect .fs-terms,#fs_connect .fs-terms a{color:#999}#fs_connect .fs-terms a{text-decoration:none}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}#fs_marketing_optin{border:1px solid #ccc;display:none;line-height:1.5em;margin-top:10px;padding:10px}#fs_marketing_optin .fs-message{display:block;font-size:1.05em;font-weight:600;margin-bottom:5px}#fs_marketing_optin.error{background:#fee;border:1px solid #d3135a}#fs_marketing_optin.error .fs-message{color:#d3135a}#fs_marketing_optin .fs-input-container{margin-top:5px}#fs_marketing_optin .fs-input-container label{display:block;margin-top:5px}#fs_marketing_optin .fs-input-container label input{float:left;margin:1px 0 0}#fs_marketing_optin .fs-input-container label:first-child{display:block;margin-bottom:2px}#fs_marketing_optin .fs-input-label{display:block;margin-left:20px}#fs_marketing_optin .fs-input-label .underlined{text-decoration:underline}.rtl #fs_marketing_optin .fs-input-container label input{float:right}.rtl #fs_marketing_optin .fs-input-label{margin-left:0;margin-right:20px}.rtl #fs_connect{border-radius:3px}.rtl #fs_connect .fs-actions{background:#c0c7ca;padding:10px 20px}.rtl #fs_connect .fs-actions .button .dashicons{font-size:37px;margin-left:-8px;margin-right:12px}.rtl #fs_connect .fs-actions .button.button-primary:after{content:" »"}.rtl #fs_connect .fs-actions .button.button-primary.fs-loading:after{content:""}.rtl #fs_connect .fs-actions .button.button-secondary{float:left}.rtl #fs_connect .fs-header .fs-site-icon{left:auto;right:20px}.rtl #fs_connect .fs-header .fs-connect-logo{left:20px;right:auto}.rtl #fs_connect .fs-permissions>.fs-trigger .fs-arrow:after{content:"←"}#fs_theme_connect_wrapper{background:rgba(0,0,0,.75);height:100%;overflow-y:auto;position:fixed;text-align:center;top:0;width:100%;z-index:99990}#fs_theme_connect_wrapper:before{content:"";display:inline-block;height:100%;vertical-align:middle}#fs_theme_connect_wrapper>button.close{background-color:transparent;border:0;color:#fff;cursor:pointer;height:40px;position:absolute;right:0;top:32px;width:40px}#fs_theme_connect_wrapper #fs_connect{display:inline-block;margin-bottom:20px;margin-top:0;text-align:left;top:0;vertical-align:middle}#fs_theme_connect_wrapper #fs_connect .fs-terms,#fs_theme_connect_wrapper #fs_connect .fs-terms a{color:#c5c5c5}.wp-pointer-content #fs_connect{box-shadow:none;margin:0}.fs-opt-in-pointer .wp-pointer-content{padding:0}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow{border-bottom-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-top .wp-pointer-arrow-inner{border-bottom-color:#fafafa}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow{border-top-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-bottom .wp-pointer-arrow-inner{border-top-color:#fafafa}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow{border-right-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-left .wp-pointer-arrow-inner{border-right-color:#fafafa}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow{border-left-color:#dfdfdf}.fs-opt-in-pointer.wp-pointer-right .wp-pointer-arrow-inner{border-left-color:#fafafa}#license_issues_link{display:block;font-size:.9em;margin-top:10px;text-align:center}.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}freemius/assets/css/admin/checkout.css000064400000000120151213253130014051 0ustar00@media screen and (max-width:782px){#wpbody-content{padding-bottom:0!important}}freemius/assets/css/admin/dialog-boxes.css000064400000027256151213253130014644 0ustar00.fs-modal{background:rgba(0,0,0,.6);display:none;height:100%;overflow:auto;position:fixed;top:0;width:100%;z-index:100000}@media(min-width:961px){.fs-modal{padding-left:160px}.rtl .fs-modal{padding-left:0;padding-right:160px}}.fs-modal .dashicons{vertical-align:middle}.fs-modal .fs-modal-dialog{background:transparent;left:50%;margin-left:-298px;padding-bottom:30px;position:absolute;top:-100%;width:596px;z-index:100001}@media(max-width:650px){.fs-modal .fs-modal-dialog{box-sizing:border-box;margin-left:-50%;padding-left:10px;padding-right:10px;width:100%}.fs-modal .fs-modal-dialog .fs-modal-panel>h3>strong{font-size:1.3em}}.fs-modal.active,.fs-modal.active:before{display:block}.fs-modal.active .fs-modal-dialog{top:10%}.fs-modal.fs-success .fs-modal-header{border-bottom-color:#46b450}.fs-modal.fs-success .fs-modal-body{background-color:#f7fff7}.fs-modal.fs-warn .fs-modal-header{border-bottom-color:#ffb900}.fs-modal.fs-warn .fs-modal-body{background-color:#fff8e5}.fs-modal.fs-error .fs-modal-header{border-bottom-color:#dc3232}.fs-modal.fs-error .fs-modal-body{background-color:#ffeaea}.fs-modal .fs-modal-body,.fs-modal .fs-modal-footer{background:#fefefe;border:0;padding:20px}.fs-modal .fs-modal-header{background:#fbfbfb;border-bottom:1px solid #eee;margin-bottom:-10px;padding:15px 20px;position:relative}.fs-modal .fs-modal-header h4{color:#cacaca;font-size:1.2em;font-weight:700;letter-spacing:.6px;margin:0;padding:0;text-shadow:1px 1px 1px #fff;text-transform:uppercase;-webkit-font-smoothing:antialiased}.fs-modal .fs-modal-header .fs-close{border-radius:20px;color:#bbb;cursor:pointer;padding:3px;position:absolute;right:10px;top:12px;transition:all .2s ease-in-out}.fs-modal .fs-modal-header .fs-close:hover{background:#aaa;color:#fff}.fs-modal .fs-modal-header .fs-close .dashicons,.fs-modal .fs-modal-header .fs-close:hover .dashicons{text-decoration:none}.fs-modal .fs-modal-body{border-bottom:0}.fs-modal .fs-modal-body p{font-size:14px}.fs-modal .fs-modal-body h2{font-size:20px;line-height:1.5em}.fs-modal .fs-modal-body>div{margin-top:10px}.fs-modal .fs-modal-body>div h2{font-size:20px;font-weight:700;margin-top:0}.fs-modal .fs-modal-footer{border-top:1px solid #eee;text-align:right}.fs-modal .fs-modal-footer>.button{margin:0 7px}.fs-modal .fs-modal-footer>.button:last-of-type{margin:0}.fs-modal .fs-modal-panel>.notice.inline{display:none;margin:0}.fs-modal .fs-modal-panel:not(.active){display:none}.rtl .fs-modal .fs-modal-header .fs-close{left:20px;right:auto}.rtl .fs-modal .fs-modal-footer{text-align:left}body.has-fs-modal{overflow:hidden}.fs-modal.fs-modal-deactivation-feedback .internal-message,.fs-modal.fs-modal-deactivation-feedback .reason-input{margin:3px 0 3px 22px}.fs-modal.fs-modal-deactivation-feedback .internal-message input,.fs-modal.fs-modal-deactivation-feedback .internal-message textarea,.fs-modal.fs-modal-deactivation-feedback .reason-input input,.fs-modal.fs-modal-deactivation-feedback .reason-input textarea{width:100%}.fs-modal.fs-modal-deactivation-feedback li.reason.has-internal-message .internal-message{border:1px solid #ccc;display:none;padding:7px}@media(max-width:650px){.fs-modal.fs-modal-deactivation-feedback li.reason li.reason{margin-bottom:10px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .internal-message,.fs-modal.fs-modal-deactivation-feedback li.reason li.reason .reason-input{margin-left:29px}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label{display:table}.fs-modal.fs-modal-deactivation-feedback li.reason li.reason label>span{display:table-cell;font-size:1.3em}}.fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:left;line-height:30px}.rtl .fs-modal.fs-modal-deactivation-feedback .anonymous-feedback-label,.rtl .fs-modal.fs-modal-deactivation-feedback .feedback-from-snooze-label{float:right}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel{margin-top:0!important}.fs-modal.fs-modal-deactivation-feedback .fs-modal-panel h3{font-size:16px;line-height:1.5em;margin-bottom:0;margin-top:10px}#the-list .deactivate>.fs-slug{display:none}.fs-modal.fs-modal-subscription-cancellation .fs-price-increase-warning{color:red;font-weight:700;margin-bottom:0;padding:0 25px}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:left;position:relative;top:5px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label input{float:right}.fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{display:block;margin-left:24px}.rtl .fs-modal.fs-modal-subscription-cancellation ul.subscription-actions label span{margin-left:0;margin-right:24px}.fs-license-options-container table,.fs-license-options-container table .fs-available-license-key,.fs-license-options-container table select,.fs-modal.fs-modal-license-activation .fs-modal-body input.fs-license-key{width:100%}.fs-license-options-container table td:first-child{width:1%}.fs-license-options-container table .fs-other-license-key-container label{float:left;margin-right:5px;position:relative;top:6px}.fs-license-options-container table .fs-other-license-key-container div{display:block;height:30px;overflow:hidden;position:relative;top:2px;width:auto}.fs-license-options-container table .fs-other-license-key-container div input{margin:0}.fs-sites-list-container td{cursor:pointer}.fs-modal.fs-modal-user-change .fs-modal-body input#fs_other_email_address{width:100%}.fs-user-change-options-container table{border-collapse:collapse;width:100%}.fs-user-change-options-container table tr{display:block;margin-bottom:2px}.fs-user-change-options-container table .fs-email-address-container td{display:inline-block}.fs-user-change-options-container table .fs-email-address-container input[type=radio]{margin-bottom:0;margin-top:0}.fs-user-change-options-container table .fs-other-email-address-container{width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div{display:table;width:100%}.fs-user-change-options-container table .fs-other-email-address-container>div label,.fs-user-change-options-container table .fs-other-email-address-container>div>div{display:table-cell}.fs-user-change-options-container table .fs-other-email-address-container>div label{padding-left:3px;padding-right:3px;width:1%}.fs-user-change-options-container table .fs-other-email-address-container>div>div{width:auto}.fs-modal.fs-modal-developer-license-debug-mode .fs-modal-body input.fs-license-or-user-key,.fs-user-change-options-container table .fs-other-email-address-container>div>div input{width:100%}.fs-multisite-options-container{border:1px solid #ccc;margin-top:20px;padding:5px}.fs-multisite-options-container a{text-decoration:none}.fs-multisite-options-container a:focus{box-shadow:none}.fs-multisite-options-container a.selected{font-weight:700}.fs-multisite-options-container.fs-apply-on-all-sites{border:0;padding:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options{border-spacing:0}.fs-multisite-options-container.fs-apply-on-all-sites .fs-all-sites-options td:not(:first-child){display:none}.fs-multisite-options-container .fs-sites-list-container{display:none;overflow:auto}.fs-multisite-options-container .fs-sites-list-container table td{border-top:1px solid #ccc;padding:4px 2px}.fs-modal.fs-modal-license-key-resend .email-address-container{overflow:hidden;padding-right:2px}.fs-modal.fs-modal-license-key-resend.fs-freemium input.email-address{width:300px}.fs-modal.fs-modal-license-key-resend.fs-freemium label{display:block;margin-bottom:10px}.fs-modal.fs-modal-license-key-resend.fs-premium input.email-address{width:100%}.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{float:right;margin-left:7px}@media(max-width:650px){.fs-modal.fs-modal-license-key-resend.fs-premium .button-container{margin-top:2px}}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .input-container>.email-address-container{padding-left:2px;padding-right:0}.rtl .fs-modal.fs-modal-license-key-resend .fs-modal-body .button-container{float:left;margin-left:0;margin-right:7px}a.show-license-resend-modal{display:inline-block;margin-top:4px}.fs-modal.fs-modal-email-address-update .fs-modal-body input[type=text]{width:100%}.fs-modal.fs-modal-email-address-update p{margin-bottom:0}.fs-modal.fs-modal-email-address-update ul{margin:1em .5em}.fs-modal.fs-modal-email-address-update ul li label span{float:left;margin-top:0}.fs-modal.fs-modal-email-address-update ul li label span:last-child{display:block;float:none;margin-left:20px}.fs-ajax-loader{height:20px;margin:auto;position:relative;width:170px}.fs-ajax-loader .fs-ajax-loader-bar{animation-direction:normal;animation-duration:1.5s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-name:bounce_ajaxLoader;background-color:#0074a3;height:20px;position:absolute;top:0;transform:.3;width:20px}.fs-ajax-loader .fs-ajax-loader-bar-1{animation-delay:.6s;-o-animation-delay:.6s;-ms-animation-delay:.6s;-webkit-animation-delay:.6s;-moz-animation-delay:.6s;left:0}.fs-ajax-loader .fs-ajax-loader-bar-2{animation-delay:.75s;-o-animation-delay:.75s;-ms-animation-delay:.75s;-webkit-animation-delay:.75s;-moz-animation-delay:.75s;left:19px}.fs-ajax-loader .fs-ajax-loader-bar-3{animation-delay:.9s;-o-animation-delay:.9s;-ms-animation-delay:.9s;-webkit-animation-delay:.9s;-moz-animation-delay:.9s;left:38px}.fs-ajax-loader .fs-ajax-loader-bar-4{animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;left:57px}.fs-ajax-loader .fs-ajax-loader-bar-5{animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;left:76px}.fs-ajax-loader .fs-ajax-loader-bar-6{animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;left:95px}.fs-ajax-loader .fs-ajax-loader-bar-7{animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;left:114px}.fs-ajax-loader .fs-ajax-loader-bar-8{animation-delay:1.65s;-o-animation-delay:1.65s;-ms-animation-delay:1.65s;-webkit-animation-delay:1.65s;-moz-animation-delay:1.65s;left:133px}@keyframes bounce_ajaxLoader{0%{background-color:#0074a3;transform:scale(1)}to{background-color:#fff;transform:scale(.3)}}.fs-modal-auto-install #request-filesystem-credentials-form .request-filesystem-credentials-action-buttons,.fs-modal-auto-install #request-filesystem-credentials-form h2{display:none}.fs-modal-auto-install #request-filesystem-credentials-form input[type=email],.fs-modal-auto-install #request-filesystem-credentials-form input[type=password],.fs-modal-auto-install #request-filesystem-credentials-form input[type=text]{-webkit-appearance:none;max-width:100%;padding:10px 10px 5px;width:300px}.fs-modal-auto-install #request-filesystem-credentials-form fieldset,.fs-modal-auto-install #request-filesystem-credentials-form label,.fs-modal-auto-install #request-filesystem-credentials-form>div{display:block;margin:0 auto;max-width:100%;width:300px}.button-primary.warn{background:#f56a48;border-color:#ec6544 #d2593c #d2593c;box-shadow:0 1px 0 #d2593c;text-shadow:0 -1px 1px #d2593c,1px 0 1px #d2593c,0 1px 1px #d2593c,-1px 0 1px #d2593c}.button-primary.warn:hover{background:#fd6d4a;border-color:#d2593c}.button-primary.warn:focus{box-shadow:0 1px 0 #dd6041,0 0 2px 1px #e4a796}.button-primary.warn:active{background:#dd6041;border-color:#d2593c;box-shadow:inset 0 2px 0 #d2593c}.button-primary.warn.disabled{background:#e76444!important;border-color:#d85e40!important;color:#f5b3a1!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important}freemius/assets/css/admin/clone-resolution.css000064400000004001151213253130015547 0ustar00.fs-notice[data-id^=clone_resolution_options_notice]{color:inherit!important;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-body{margin-bottom:0;padding:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-notice-header{padding:5px 10px}.fs-notice[data-id^=clone_resolution_options_notice] ol{margin-bottom:0;margin-top:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{display:flex;flex-direction:row;padding:0 10px 10px}@media(max-width:750px){.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-options-container{flex-direction:column}}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option{border:1px solid #ccc;flex:auto;margin:5px;padding:10px 10px 15px}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:first-child{margin-left:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option:last-child{margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-resolution-option strong{font-size:1.2em;line-height:1.5em;padding:2px}.fs-notice[data-id^=clone_resolution_options_notice] a{text-decoration:none}.fs-notice[data-id^=clone_resolution_options_notice] .button{margin-right:10px}.rtl .fs-notice[data-id^=clone_resolution_options_notice] .button{margin-left:10px;margin-right:0}.fs-notice[data-id^=clone_resolution_options_notice] .fs-clone-documentation-container{padding:0 10px 15px}.fs-notice[data-id=temporary_duplicate_notice] #fs_clone_resolution_error_message{background:#fee;border:1px solid #d3135a;color:#d3135a;padding:10px}.fs-notice[data-id=temporary_duplicate_notice] ol{margin-top:0}.fs-notice[data-id=temporary_duplicate_notice] a{position:relative}.fs-notice[data-id=temporary_duplicate_notice] a:focus{box-shadow:none}.fs-notice[data-id=temporary_duplicate_notice] a.disabled{color:gray}.fs-notice[data-id=temporary_duplicate_notice] a .fs-ajax-spinner{bottom:0;left:8px;margin-left:100%;position:absolute;right:0;top:-1px}freemius/assets/css/admin/plugins.css000064400000001001151213253130013724 0ustar00label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.wp-list-table.plugins .plugin-title span.fs-tag{display:inline-block;line-height:10px;margin-left:5px}freemius/assets/css/admin/debug.css000064400000002050151213253130013336 0ustar00label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-switch-label{font-size:20px;line-height:31px;margin:0 5px}#fs_log_book table{font-family:Consolas,Monaco,monospace;font-size:12px}#fs_log_book table th{color:#ccc}#fs_log_book table tr{background:#232525}#fs_log_book table tr.alternate{background:#2b2b2b}#fs_log_book table tr td.fs-col--logger{color:#5a7435}#fs_log_book table tr td.fs-col--type{color:#ffc861}#fs_log_book table tr td.fs-col--function{color:#a7b7b1;font-weight:700}#fs_log_book table tr td.fs-col--message,#fs_log_book table tr td.fs-col--message a{color:#9a73ac!important}#fs_log_book table tr td.fs-col--file{color:#d07922}#fs_log_book table tr td.fs-col--timestamp{color:#6596be}freemius/assets/css/admin/common.css000064400000011630151213253130013544 0ustar00.fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}.theme-browser .theme .fs-premium-theme-badge-container{position:absolute;right:0;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge{margin-top:10px;position:relative;text-align:center;top:0}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-premium-theme-badge{font-size:1.1em}.theme-browser .theme .fs-premium-theme-badge-container .fs-badge.fs-beta-theme-badge{background:#00a0d2}.fs-switch{background:#ececec;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 4px rgba(0,0,0,.1),inset 0 1px 3px 0 rgba(0,0,0,.1);color:#ccc;cursor:pointer;display:inline-block;height:18px;padding:6px 6px 5px;position:relative;text-shadow:0 1px 1px hsla(0,0%,100%,.8)}.fs-switch span{display:inline-block;text-transform:uppercase;width:35px}.fs-switch .fs-toggle{background-color:#fff;background-image:linear-gradient(180deg,#ececec,#fff);border:1px solid rgba(0,0,0,.3);border-radius:4px;box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.5);height:25px;position:absolute;top:1px;transition:.4s cubic-bezier(.54,1.6,.5,1);width:37px;z-index:999}.fs-switch.fs-off .fs-toggle{left:2%}.fs-switch.fs-on .fs-toggle{left:54%}.fs-switch.fs-round{border-radius:24px;padding:4px 25px;top:8px}.fs-switch.fs-round .fs-toggle{border-radius:24px;height:24px;top:0;width:24px}.fs-switch.fs-round.fs-off .fs-toggle{left:-1px}.fs-switch.fs-round.fs-on{background:#0085ba}.fs-switch.fs-round.fs-on .fs-toggle{left:25px}.fs-switch.fs-small.fs-round{padding:1px 19px}.fs-switch.fs-small.fs-round .fs-toggle{border-radius:18px;height:18px;top:0;width:18px}.fs-switch.fs-small.fs-round.fs-on .fs-toggle{left:19px}body.fs-loading,body.fs-loading *{cursor:wait!important}#fs_frame{font-size:0;line-height:0}.fs-full-size-wrapper{margin:40px 0 -65px -20px}@media(max-width:600px){.fs-full-size-wrapper{margin:0 0 -65px -10px}}.fs-notice{position:relative}.fs-notice.fs-has-title{margin-bottom:30px!important}.fs-notice.success{color:green}.fs-notice.promotion{background-color:#f2fcff!important;border-color:#00a0d2!important}.fs-notice .fs-notice-body{margin:.5em 0;padding:2px}.fs-notice .fs-close{color:#aaa;cursor:pointer;float:right}.fs-notice .fs-close:hover{color:#666}.fs-notice .fs-close>*{display:inline-block;margin-top:7px}.fs-notice label.fs-plugin-title{background:rgba(0,0,0,.3);border-radius:0 0 3px 3px;bottom:auto;color:#fff;cursor:auto;font-size:12px;font-weight:700;left:10px;padding:2px 10px;position:absolute;right:auto;top:100%}div.fs-notice.promotion,div.fs-notice.success,div.fs-notice.updated{display:block!important}#fs_connect .fs-error .fs-api-request-error-details,#fs_connect .fs-error .fs-api-request-error-show-details-link,#fs_connect .fs-error ol,.fs-modal .notice-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-modal .notice-error ol,.fs-notice.error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-show-details-link,.fs-notice.error ol{text-align:left}#fs_connect .fs-error ol,.fs-modal .notice-error ol,.fs-notice.error ol{list-style-type:disc}#fs_connect .fs-error .fs-api-request-error-show-details-link,.fs-modal .notice-error .fs-api-request-error-show-details-link,.fs-notice.error .fs-api-request-error-show-details-link{box-shadow:none;color:#2271b1;text-decoration:none}#fs_connect .fs-error .fs-api-request-error-details,.fs-modal .notice-error .fs-api-request-error-details,.fs-notice.error .fs-api-request-error-details{border:1px solid #ccc;max-height:150px;overflow:auto;padding:5px}.rtl .fs-notice .fs-close{float:left}.fs-secure-notice{background:#ebfdeb;box-shadow:0 2px 2px rgba(6,113,6,.3);color:green;filter:alpha(opacity=95);left:160px;opacity:.95;padding:10px 20px;position:fixed;right:0;top:32px;z-index:9999}.fs-secure-notice:hover{filter:alpha(opacity=100);opacity:1}.fs-secure-notice a.fs-security-proof{color:green;text-decoration:none}@media screen and (max-width:960px){.fs-secure-notice{left:36px}}@media screen and (max-width:600px){.fs-secure-notice{display:none}}@media screen and (max-width:1250px){#fs_promo_tab{display:none}}@media screen and (max-width:782px){.fs-secure-notice{left:0;text-align:center;top:46px}}span.fs-submenu-item.fs-sub:before{content:"↳";padding:0 5px}.rtl span.fs-submenu-item.fs-sub:before{content:"↲"}.fs-submenu-item.pricing.upgrade-mode{color:#adff2f}.fs-submenu-item.pricing.trial-mode{color:#83e2ff}#adminmenu .update-plugins.fs-trial{background-color:#00b9eb}.fs-ajax-spinner{background:url(/wp-admin/images/wpspin_light-2x.gif);background-size:contain;border:0;display:inline-block;height:20px;margin-bottom:-2px;margin-right:5px;vertical-align:sub;width:20px}.wrap.fs-section h2{text-align:left}.plugins p.fs-upgrade-notice{background-color:#d54e21;border:0;color:#f9f9f9;margin-top:10px;padding:10px}freemius/assets/css/admin/account.css000064400000013013151213253130013705 0ustar00label.fs-tag,span.fs-tag{background:#ffba00;border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag.fs-warn,span.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-info,span.fs-tag.fs-info{background:#00a0d2}label.fs-tag.fs-success,span.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error,span.fs-tag.fs-error{background:#dc3232}.fs-notice[data-id=license_not_whitelabeled].success,.fs-notice[data-id=license_whitelabeled].success{border-left-color:#00a0d2;color:inherit}.fs-notice[data-id=license_not_whitelabeled].success label.fs-plugin-title,.fs-notice[data-id=license_whitelabeled].success label.fs-plugin-title{display:none}#fs_account .postbox,#fs_account .widefat{max-width:800px}#fs_account h3{border-bottom:1px solid #f1f1f1;font-size:1.3em;line-height:1.4;margin:0 0 12px;padding:12px 15px}#fs_account h3 .dashicons{font-size:1.3em;height:26px;width:26px}#fs_account i.dashicons{font-size:1.2em;height:1.2em;width:1.2em}#fs_account .dashicons{vertical-align:middle}#fs_account .fs-header-actions{font-size:.9em;position:absolute;right:15px;top:17px}#fs_account .fs-header-actions ul{margin:0}#fs_account .fs-header-actions li{float:left}#fs_account .fs-header-actions li form{display:inline-block}#fs_account .fs-header-actions li a{text-decoration:none}#fs_account_details .button-group{float:right}.rtl #fs_account .fs-header-actions{left:15px;right:auto}.fs-key-value-table{width:100%}.fs-key-value-table form{display:inline-block}.fs-key-value-table tr td:first-child{text-align:right}.fs-key-value-table tr td:first-child nobr{font-weight:700}.fs-key-value-table tr td:first-child form{display:block}.fs-key-value-table tr td.fs-right{text-align:right}.fs-key-value-table tr.fs-odd{background:#ebebeb}.fs-key-value-table td,.fs-key-value-table th{padding:10px}.fs-key-value-table code{line-height:28px}.fs-key-value-table code,.fs-key-value-table input[type=text],.fs-key-value-table var{background:none;color:#0073aa;font-size:16px}.fs-key-value-table input[type=text]{font-weight:700;width:100%}.fs-field-beta_program label{margin-left:7px}label.fs-tag{border-radius:3px;color:#fff;display:inline-block;font-size:11px;line-height:11px;padding:5px;vertical-align:baseline}label.fs-tag,label.fs-tag.fs-warn{background:#ffba00}label.fs-tag.fs-success{background:#46b450}label.fs-tag.fs-error{background:#dc3232}#fs_sites .fs-scrollable-table .fs-table-body{border:1px solid #e5e5e5;max-height:200px;overflow:auto}#fs_sites .fs-scrollable-table .fs-table-body>table.widefat{border:none!important}#fs_sites .fs-scrollable-table .fs-main-column{width:100%}#fs_sites .fs-scrollable-table .fs-site-details td:first-of-type{color:gray;text-align:right;width:1px}#fs_sites .fs-scrollable-table .fs-site-details td:last-of-type{text-align:right}#fs_sites .fs-scrollable-table .fs-install-details table tr td{white-space:nowrap;width:1px}#fs_sites .fs-scrollable-table .fs-install-details table tr td:last-of-type{width:auto}#fs_addons h3{border:none;margin-bottom:0;padding:4px 5px}#fs_addons td{vertical-align:middle}#fs_addons thead{white-space:nowrap}#fs_addons td:first-child,#fs_addons th:first-child{font-weight:700;text-align:left}#fs_addons td:last-child,#fs_addons th:last-child{text-align:right}#fs_addons th{font-weight:700}#fs_billing_address{width:100%}#fs_billing_address tr td{padding:5px;width:50%}#fs_billing_address tr:first-of-type td{padding-top:0}#fs_billing_address span{font-weight:700}#fs_billing_address input,#fs_billing_address select{display:block;margin-top:5px;width:100%}#fs_billing_address input::-moz-placeholder,#fs_billing_address select::-moz-placeholder{color:transparent;opacity:1}#fs_billing_address input:-ms-input-placeholder,#fs_billing_address select:-ms-input-placeholder{color:transparent}#fs_billing_address input::-webkit-input-placeholder,#fs_billing_address select::-webkit-input-placeholder{color:transparent}#fs_billing_address input.fs-read-mode,#fs_billing_address select.fs-read-mode{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#fs_billing_address.fs-read-mode td span{display:none}#fs_billing_address.fs-read-mode input,#fs_billing_address.fs-read-mode select{background:none;border-color:transparent;border-bottom:1px dashed #ccc;color:#777;padding-left:0}#fs_billing_address.fs-read-mode input::-moz-placeholder,#fs_billing_address.fs-read-mode select::-moz-placeholder{color:#ccc;opacity:1}#fs_billing_address.fs-read-mode input:-ms-input-placeholder,#fs_billing_address.fs-read-mode select:-ms-input-placeholder{color:#ccc}#fs_billing_address.fs-read-mode input::-webkit-input-placeholder,#fs_billing_address.fs-read-mode select::-webkit-input-placeholder{color:#ccc}#fs_billing_address button{display:block;width:100%}@media screen and (max-width:639px){#fs_account .fs-header-actions{margin:0 0 12px;padding:0 15px 12px;position:static}#fs_account .fs-header-actions li{display:inline-block;float:none}#fs_account #fs_account_details,#fs_account #fs_account_details tbody,#fs_account #fs_account_details td,#fs_account #fs_account_details th,#fs_account #fs_account_details tr{display:block}#fs_account #fs_account_details tr td:first-child{text-align:left}#fs_account #fs_account_details tr td:nth-child(2){padding:0 12px}#fs_account #fs_account_details tr td:nth-child(2) code{margin:0;padding:0}#fs_account #fs_account_details tr td:nth-child(2) label{margin-left:0}#fs_account #fs_account_details tr td:nth-child(3){text-align:left}#fs_account #fs_account_details tr.fs-field-plan td:nth-child(2) .button-group{float:none;margin:12px 0}}freemius/assets/css/admin/optout.css000064400000007320151213253130013607 0ustar00.fs-tooltip-trigger{position:relative}.fs-tooltip-trigger:not(a){cursor:help}.fs-tooltip-trigger .dashicons{float:none!important}.fs-tooltip-trigger .fs-tooltip{background:rgba(0,0,0,.8);border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff!important;font-family:arial,serif;font-size:12px;font-weight:700;left:-17px;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;text-transform:none!important;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl .fs-tooltip-trigger .fs-tooltip{left:auto;right:-17px;text-align:right}.fs-tooltip-trigger .fs-tooltip:after{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl .fs-tooltip-trigger .fs-tooltip:after{left:auto;right:21px}.fs-tooltip-trigger:hover .fs-tooltip{opacity:1;visibility:visible}.fs-permissions .fs-permission.fs-disabled,.fs-permissions .fs-permission.fs-disabled .fs-permission-description span{color:#aaa}.fs-permissions .fs-permission .fs-switch-feedback{position:absolute;right:15px;top:52px}.fs-permissions ul{height:0;margin:0;overflow:hidden}.fs-permissions ul li{margin:0;padding:17px 15px;position:relative}.fs-permissions ul li>i.dashicons{float:left;font-size:30px;height:30px;padding:5px;width:30px}.fs-permissions ul li .fs-switch{float:right}.fs-permissions ul li .fs-permission-description{margin-left:55px}.fs-permissions ul li .fs-permission-description span{color:#23282d;font-size:14px;font-weight:500}.fs-permissions ul li .fs-permission-description .fs-tooltip{font-size:13px;font-weight:700}.fs-permissions ul li .fs-permission-description .fs-tooltip-trigger .dashicons{margin:-1px 2px 0}.fs-permissions ul li .fs-permission-description p{margin:2px 0 0}.fs-permissions.fs-open{background:#fff}.fs-permissions.fs-open ul{height:auto;margin:20px 0 10px;overflow:initial}.fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-right:10px}.fs-permissions .fs-switch-feedback.success{color:#71ae00}.rtl .fs-permissions .fs-switch-feedback{left:15px;right:auto}.rtl .fs-permissions .fs-switch-feedback .fs-ajax-spinner{margin-left:10px;margin-right:0}.rtl .fs-permissions ul li .fs-permission-description{margin-left:0;margin-right:55px}.rtl .fs-permissions ul li .fs-switch{float:left}.rtl .fs-permissions ul li i.dashicons{float:right}.fs-modal-opt-out .fs-modal-footer .fs-opt-out-button{line-height:30px;margin-right:10px}.fs-modal-opt-out .fs-permissions{margin-top:0!important}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-group-opt-out-button{float:right;line-height:1.1em}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback{float:right;line-height:1.1em;margin-right:10px}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header .fs-switch-feedback .fs-ajax-spinner{margin:-2px 0 0}.fs-modal-opt-out .fs-permissions .fs-permissions-section--header-title{display:block;font-size:1.1em;font-weight:600;line-height:1.1em;margin:.5em 0;text-transform:uppercase}.fs-modal-opt-out .fs-permissions .fs-permissions-section--desc{margin-top:0}.fs-modal-opt-out .fs-permissions hr{border:0;border-top:1px solid #eee;margin:25px 0 20px}.fs-modal-opt-out .fs-permissions ul{border:1px solid #c3c4c7;border-radius:3px;box-shadow:0 1px 1px rgba(0,0,0,.04);margin:10px 0 0}.fs-modal-opt-out .fs-permissions ul li{border-bottom:1px solid #d7dde1;border-left:4px solid #72aee6}.rtl .fs-modal-opt-out .fs-permissions ul li{border-left:none;border-right:4px solid #72aee6}.fs-modal-opt-out .fs-permissions ul li.fs-disabled{border-left-color:rgba(114,174,230,0)}.fs-modal-opt-out .fs-permissions ul li:last-child{border-bottom:none}freemius/assets/css/admin/index.php000064400000000131151213253130013354 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/css/admin/add-ons.css000064400000025721151213253130013607 0ustar00.fs-badge{background:#71ae00;border-radius:3px 0 0 3px;border-right:0;box-shadow:0 2px 1px -1px rgba(0,0,0,.3);color:#fff;font-weight:700;padding:5px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#fs_addons .fs-cards-list{list-style:none}#fs_addons .fs-cards-list .fs-card{border:1px solid #ddd;cursor:pointer;float:left;font-size:14px;height:152px;list-style:none;margin:0 0 30px 30px;padding:0;position:relative;width:310px}#fs_addons .fs-cards-list .fs-card .fs-overlay{bottom:0;left:0;position:absolute;right:0;top:0;z-index:9}#fs_addons .fs-cards-list .fs-card .fs-inner{background-color:#fff;height:100%;overflow:hidden;position:relative}#fs_addons .fs-cards-list .fs-card .fs-inner>ul{left:0;position:absolute;right:0;top:0;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner>ul>li{box-sizing:border-box;display:block;line-height:18px;list-style:none;padding:0 15px;width:100%}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner{background-repeat:repeat-x;background-size:100% 100%;display:block;height:100px;line-height:0;margin:0;padding:0;transition:all,.15s}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-card-banner .fs-badge.fs-installed-addon-badge{font-size:1.02em;line-height:1.3em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-title{color:#000;font-weight:700;height:18px;margin:10px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-offer{font-size:.9em}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-description{background-color:#f9f9f9;border-top:1px solid #eee;color:#777;margin:0 0 10px;padding:10px 15px 100px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-tag{background:#adff2f;box-shadow:1px 1px 1px rgba(0,0,0,.3);display:block;font-size:.9em;font-weight:700;padding:2px 10px;position:absolute;right:0;text-transform:uppercase;top:10px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button,#fs_addons .fs-cards-list .fs-card .fs-inner .fs-cta .button-group{position:absolute;right:10px;top:112px}@media screen and (min-width:960px){#fs_addons .fs-cards-list .fs-card:hover .fs-overlay{border:2px solid #29abe1;margin-left:-1px;margin-top:-1px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner ul{top:-100px}#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-offer,#fs_addons .fs-cards-list .fs-card:hover .fs-inner .fs-title{color:#29abe1}}#TB_window,#TB_window iframe{width:821px!important}#plugin-information .fyi{width:266px!important}#plugin-information #section-holder{clear:none;margin-right:299px}#plugin-information #section-description b,#plugin-information #section-description blockquote,#plugin-information #section-description h2,#plugin-information #section-description h3,#plugin-information #section-description i,#plugin-information #section-description li,#plugin-information #section-description ol,#plugin-information #section-description p,#plugin-information #section-description ul{clear:none}#plugin-information #section-description iframe{max-width:100%}#plugin-information #section-description .fs-selling-points{border-bottom:1px solid #ddd;padding-bottom:10px}#plugin-information #section-description .fs-selling-points ul{margin:0}#plugin-information #section-description .fs-selling-points ul li{list-style:none outside none;padding:0}#plugin-information #section-description .fs-selling-points ul li i.dashicons{color:#71ae00;float:left;font-size:3em;line-height:30px;margin:0 0 0 -15px;vertical-align:middle}#plugin-information #section-description .fs-selling-points ul li h3{margin:1em 30px!important}#plugin-information #section-description .fs-screenshots:after{clear:both;content:"";display:table}#plugin-information #section-description .fs-screenshots ul{list-style:none;margin:0}#plugin-information #section-description .fs-screenshots ul li{box-sizing:content-box;float:left;height:225px;margin-bottom:20px;width:225px}#plugin-information #section-description .fs-screenshots ul li a{background-size:cover;border:1px solid;box-shadow:1px 1px 1px rgba(0,0,0,.2);display:block;height:100%;width:100%}#plugin-information #section-description .fs-screenshots ul li.odd{margin-right:20px}#plugin-information .plugin-information-pricing{border-bottom:1px solid #ddd;margin:-16px}#plugin-information .plugin-information-pricing .fs-plan h3{font-size:16px;margin-top:0;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper{border-bottom:1px solid #ddd}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab{cursor:pointer;font-size:.9em;padding:0 10px;position:relative}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab label{background:#adff2f;border:1px solid #006400;bottom:100%;color:green;font-size:.9em;left:-1px;line-height:1em;padding:2px;position:absolute;right:-1px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .nav-tab-wrapper .nav-tab.nav-tab-active{background:#fffeec;border-bottom-color:#fffeec;cursor:default}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle h3{background:#fffeec;color:#0073aa;margin:0;padding-bottom:0}#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .fs-billing-frequency,#plugin-information .plugin-information-pricing .fs-plan.fs-single-cycle .nav-tab-wrapper{display:none}#plugin-information .plugin-information-pricing .fs-plan .fs-pricing-body{background:#fffeec;padding:20px}#plugin-information .plugin-information-pricing .fs-plan .button{font-size:1.1em;font-weight:700;text-align:center;text-transform:uppercase;width:100%}#plugin-information .plugin-information-pricing .fs-plan label{white-space:nowrap}#plugin-information .plugin-information-pricing .fs-plan var{font-style:normal}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount,#plugin-information .plugin-information-pricing .fs-plan .fs-billing-frequency{background:#f3f3f3;border:1px solid #ccc;display:block;font-weight:700;margin-bottom:10px;padding:2px;text-align:center;text-transform:uppercase}#plugin-information .plugin-information-pricing .fs-plan .fs-annual-discount{background:#adff2f;color:green;text-transform:none}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms{font-size:.9em}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms i{float:left;margin:0 0 0 -15px}#plugin-information .plugin-information-pricing .fs-plan ul.fs-trial-terms li{margin:10px 0 0}#plugin-information #section-features .fs-features{margin:-20px -26px}#plugin-information #section-features table{border-collapse:separate;border-spacing:0;width:100%}#plugin-information #section-features table thead th{padding:10px 0}#plugin-information #section-features table thead .fs-price{color:#71ae00;display:block;font-weight:400;text-align:center}#plugin-information #section-features table tbody td{border-top:1px solid #ccc;color:#71ae00;padding:10px 0;text-align:center;width:100px}#plugin-information #section-features table tbody td:first-child{color:inherit;padding-left:26px;text-align:left;width:auto}#plugin-information #section-features table tbody tr.fs-odd td{background:#fefefe}#plugin-information #section-features .dashicons-yes{font-size:30px;height:30px;width:30px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button,#plugin-information .fs-dropdown .button-group .button{position:relative;right:0;top:0;width:auto}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .button:focus,#plugin-information .fs-dropdown .button-group .button:focus{z-index:10}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .button-group .fs-dropdown-arrow,#plugin-information .fs-dropdown .button-group .fs-dropdown-arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #fff;position:relative;top:12px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active:not(.up) .button:not(.fs-dropdown-arrow-button){border-bottom-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active:not(.up) .fs-dropdown-arrow-button{border-bottom-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button),#plugin-information .fs-dropdown.active.up .button:not(.fs-dropdown-arrow-button){border-top-left-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.active.up .fs-dropdown-arrow-button,#plugin-information .fs-dropdown.active.up .fs-dropdown-arrow-button{border-top-right-radius:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list,#plugin-information .fs-dropdown .fs-dropdown-list{background-color:#fff;border:1px solid #bfbfbf;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);margin-left:auto;padding:3px 0;position:absolute;right:-1px;text-align:left;top:100%;width:230px;z-index:1}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li,#plugin-information .fs-dropdown .fs-dropdown-list li{margin:0}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li a,#plugin-information .fs-dropdown .fs-dropdown-list li a{display:block;padding:5px 10px;text-decoration:none;text-shadow:none}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover,#plugin-information .fs-dropdown .fs-dropdown-list li:hover{background-color:#0074a3;color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown .fs-dropdown-list li:hover a,#plugin-information .fs-dropdown .fs-dropdown-list li:hover a{color:#fff}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown:not(.up) .fs-dropdown-list,#plugin-information .fs-dropdown:not(.up) .fs-dropdown-list{border-radius:3px 0 3px 3px}#fs_addons .fs-cards-list .fs-card .fs-inner .fs-dropdown.up .fs-dropdown-list,#plugin-information .fs-dropdown.up .fs-dropdown-list{border-radius:3px 3px 0 3px}#plugin-information .fs-dropdown .button-group{width:100%}#plugin-information .fs-dropdown .button-group .button{float:none;font-size:14px;font-weight:400;text-transform:none}#plugin-information .fs-dropdown .fs-dropdown-list{margin-top:1px}#plugin-information .fs-dropdown.up .fs-dropdown-list{bottom:100%;margin-bottom:2px;top:auto}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group{display:table;text-align:center}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button{display:table-cell}#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group .button:not(.fs-dropdown-arrow-button){left:1px;width:100%}#plugin-information-footer .fs-dropdown,#plugin-information-footer>.button{position:relative;top:3px}#plugin-information-footer .fs-dropdown.left,#plugin-information-footer>.button.left{float:left}#plugin-information-footer .fs-dropdown,#plugin-information-footer>.right{float:right}@media screen and (max-width:961px){#fs_addons .fs-cards-list .fs-card{height:265px}}freemius/assets/css/admin/gdpr-optin-notice.css000064400000000472151213253130015620 0ustar00.fs-notice[data-id^=gdpr_optin_actions] .underlined{text-decoration:underline}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description,.fs-notice[data-id^=gdpr_optin_actions] ul .button{vertical-align:middle}.fs-notice[data-id^=gdpr_optin_actions] ul .action-description{display:inline-block;margin-left:3px}freemius/assets/css/admin/affiliation.css000064400000004134151213253130014542 0ustar00#fs_affiliation_content_wrapper #messages{margin-top:25px}#fs_affiliation_content_wrapper h3{font-size:24px;margin-left:0;padding:0}#fs_affiliation_content_wrapper ul li{box-sizing:border-box;list-style-type:none}#fs_affiliation_content_wrapper ul li:before{content:"✓";font-weight:700;margin-right:10px}#fs_affiliation_content_wrapper label,#fs_affiliation_content_wrapper li,#fs_affiliation_content_wrapper p:not(.description){font-size:16px!important;line-height:26px!important}#fs_affiliation_content_wrapper .button{font-size:16px;height:40px;line-height:35px;margin-bottom:7px;margin-top:20px}#fs_affiliation_content_wrapper .button#cancel_button{margin-right:5px}#fs_affiliation_content_wrapper form .input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form .input-container .input-label{display:block;font-weight:700;width:100%}#fs_affiliation_content_wrapper form .input-container.input-container-text input,#fs_affiliation_content_wrapper form .input-container.input-container-text label,#fs_affiliation_content_wrapper form .input-container.input-container-text textarea{display:block}#fs_affiliation_content_wrapper form .input-container #add_domain,#fs_affiliation_content_wrapper form .input-container .remove-domain{display:inline-block;margin-top:3px;text-decoration:none}#fs_affiliation_content_wrapper form .input-container #add_domain:focus,#fs_affiliation_content_wrapper form .input-container .remove-domain:focus{box-shadow:none}#fs_affiliation_content_wrapper form .input-container #add_domain.disabled,#fs_affiliation_content_wrapper form .input-container .remove-domain.disabled{color:#aaa;cursor:default}#fs_affiliation_content_wrapper form #extra_domains_container .description{margin-top:0;position:relative;top:-4px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container{margin-bottom:15px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain{display:inline-block;margin-right:5px}#fs_affiliation_content_wrapper form #extra_domains_container .extra-domain-input-container .domain:last-of-type{margin-bottom:0}freemius/assets/css/index.php000064400000000131151213253130012264 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/css/customizer.css000064400000005311151213253130013367 0ustar00#fs_customizer_upsell .fs-customizer-plan{background:#fff;border-radius:3px;padding:10px 20px 20px}#fs_customizer_upsell .fs-customizer-plan h2{line-height:2em;margin:0;position:relative;text-transform:uppercase}#fs_customizer_upsell .fs-customizer-plan h2 .button-link{top:-2px}#fs_customizer_upsell .fs-feature{position:relative}#fs_customizer_upsell .dashicons-yes{color:#0085ba;font-size:2em;margin-left:-7px;margin-right:10px;vertical-align:bottom}.rtl #fs_customizer_upsell .dashicons-yes{margin-left:10px;margin-right:-7px}#fs_customizer_upsell .dashicons-editor-help{color:#bbb;cursor:help}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{background:#000;border-radius:5px;bottom:100%;box-shadow:1px 1px 1px rgba(0,0,0,.2);color:#fff;font-family:arial,serif;font-size:12px;font-weight:700;left:0;line-height:1.3em;margin-bottom:5px;opacity:0;padding:10px;position:absolute;right:0;text-align:left;transition:opacity .3s ease-in-out;visibility:hidden;z-index:999999}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc{text-align:right}#fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{border-color:#000 transparent transparent;border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;left:21px;position:absolute;top:100%;width:0}.rtl #fs_customizer_upsell .dashicons-editor-help .fs-feature-desc:after{left:auto;right:21px}#fs_customizer_upsell .dashicons-editor-help:hover .fs-feature-desc{opacity:1;visibility:visible}#fs_customizer_upsell .button-primary{display:block;margin-top:10px;text-align:center}#fs_customizer_support{display:block!important}#fs_customizer_support .button{float:right}#fs_customizer_support .button-group{display:block;margin-top:10px;width:100%}#fs_customizer_support .button-group .button{float:none;text-align:center;width:50%}#customize-theme-controls #accordion-section-freemius_upsell{border-bottom:1px solid #0085ba!important;border-top:1px solid #0085ba!important}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title{background-color:#0085ba;border-bottom:none!important;border-left:4px solid #0085ba;color:#fff;outline:none;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:hover{background-color:#008ec2;border-left-color:#0073aa}#customize-theme-controls #accordion-section-freemius_upsell h3.accordion-section-title:after{color:#fff}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title{border-left:none;border-right:4px solid #0085ba}#customize-theme-controls #accordion-section-freemius_upsell .rtl h3.accordion-section-title:hover{border-right-color:#0073aa}freemius/assets/index.php000064400000000131151213253130011474 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/scss/_vars.scss000064400000000255151213253130012645 0ustar00$is_production: true;

$img_common: if($is_production == true, '//img.freemius.com', 'http://img.freemius:8080');

$layout_width: 960px;
$admin_mobile_max_width: 782px;freemius/assets/scss/_colors.scss000064400000004731151213253130013176 0ustar00$menu-hover-color: #333;
$darkest-color: #000;
$fms-live-color: #71ae00;
$fms-test-color: #f7941d;
$fms-link-color: #29abe1;
$fms-link-hover-color: darken(#29abe1, 10%);
$body-bkg: #111;
$special-color: #d3135a;
$body-color: #f1f1f1;
$fms-white: #f1f1f1;
$container-bkg: #222;
$container-bkg-odd: #262626;
$container-border-color: #333;
$table-head-bkg: #333;
$table-head-color: #999;
$info-color: #999;
$error-color: #ff0000;

$fs-logo-blue-color: #29abe1;
$fs-logo-green-color: #71ae00;
$fs-logo-magenta-color: #d3135a;

// WordPress colors.
$page-header-bkg: #333;
$page-header-color: $fms-white;
$text-dark-color: #333;
$text-light-color: #666;
$text-lightest-color: #999;

// Notices.
$wp-notice-success-color: #f7fff7;
$wp-notice-success-dark-color: #46b450;
$wp-notice-error-color: #ffeaea;
$wp-notice-error-dark-color: #dc3232;
$wp-notice-warn-color: #fff8e5;
$wp-notice-warn-dark-color: #ffb900;
$fs-notice-promotion-border-color: #00a0d2;
$fs-notice-promotion-bkg: #f2fcff;

// WP Buttons.
$button-primary-bkg: #6bc406;
$button-primary-color: $fms-white;
$button-secondary-bkg: #333;
$button-secondary-color: $fms-white;
$featured-color: #6bc406;
$wp-selected-color: #0074a3;
$wp-button-alert-border-color: #d2593c;
$wp-button-alert-border-top-color: #ec6544;
$wp-button-alert-shadow-color: #d2593c;
$wp-button-alert-focused-shadow1-color: #dd6041;
$wp-button-alert-focused-shadow2-color: #e4a796;
$wp-button-alert-background-color: #f56a48;
$wp-button-alert-hovered-background-color: #fd6d4a;
$wp-button-alert-active-background-color: #dd6041;
$wp-button-alert-disabled-color: #f5b3a1;
$wp-button-alert-disabled-background-color: #e76444;
$wp-button-alert-disabled-border-color: #d85e40;
$wp-button-primary-color: #fff;
$wp-button-primary-background-color: #0085ba;
$wp-button-primary-hover-background-color: #008ec2;
$wp-button-primary-focus-background-color: $wp-button-primary-hover-background-color;
$wp-button-primary-active-background-color: #0073aa;


$wordpress_color: #01749A;
$blogger_color: #ff8100;
$wix_color: #fac102;
$shopify_color: #80d100;
$addthis_color: #fe6d4e;
$tumblr_color: #34506b;
$zepo_color: #00baf2;
$jquery_color: #000919;
$javascript_color: #00baf2;
$squarespace_color: #000;

$blog_color: #ff6600;
$facebook_color: #3b5998;
$twitter_color: #4099ff;
$linkedin_color: #4875b4;
$youtube_color: #ff3333;
$gplus_color: #c63d2d;

// Tooltip
$tooltip-color: #fff;
$tooltip-bkg-color: rgba(0,0,0,0.8);
freemius/assets/scss/_mixins.scss000064400000022470151213253130013204 0ustar00// ---- CSS3 SASS MIXINS ----
// https://github.com/madr/css3-sass-mixins
//  
//  Copyright (C) 2011 by Anders Ytterström
//  
//  Permission is hereby granted, free of charge, to any person obtaining a copy
//  of this software and associated documentation files (the "Software"), to deal
//  in the Software without restriction, including without limitation the rights
//  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//  copies of the Software, and to permit persons to whom the Software is
//  furnished to do so, subject to the following conditions:
//
//  The above copyright notice and this permission notice shall be included in
//  all copies or substantial portions of the Software.
//
//  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
//  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
//  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
//  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
//  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
//  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
//  THE SOFTWARE.
//

// ---- LEGACY IE SUPPORT USING FILTERS ----
//  Should IE filters be used or not?
//  PROS: gradients, drop shadows etc will be handled by css.
//  CONS: will harm the site performance badly, 
//        especially on sites with heavy rendering and scripting. 
$useIEFilters: 0; 
// might be 0 or 1. disabled by default.
// ---- /LEGACY IE SUPPORT USING FILTERS ----


@mixin background-size ($value) {
  -webkit-background-size: $value;
          background-size: $value;
}

@mixin border-image ($path, $offsets, $repeats) {
     -moz-border-image: $path $offsets $repeats;
       -o-border-image: $path $offsets $repeats;
  -webkit-border-image: $path $offsets $repeats;
          border-image: $path $offsets $repeats;
}

@mixin border-radius ($values...) {
     -moz-border-radius: $values;
  -webkit-border-radius: $values;
          border-radius: $values;
             /*-moz-background-clip: padding; 
          -webkit-background-clip: padding-box; 
                  background-clip: padding-box;*/
}

@mixin box-shadow ($values...) {
     -moz-box-shadow: $values;
  -webkit-box-shadow: $values;
          box-shadow: $values;
}

//@mixin box-shadow ($x, $y, $offset, $hex, $ie: $useIEFilters, $inset: null, $spread:null) {
//     -moz-box-shadow: $x $y $offset $spread $hex $inset;
//  -webkit-box-shadow: $x $y $offset $spread $hex $inset;
//          box-shadow: $x $y $offset $spread $hex $inset;
//  
//  @if $ie == 1 {
//    $iecolor: '#' + red($hex) + green($hex) + blue($hex);
//    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}');
//    -ms-filter: quote(progid:DXImageTransform.Microsoft.dropshadow(OffX=#{$x}, OffY=#{$y}, Color='#{$iecolor}'));
//  }
//}

@mixin box-sizing($value) {
     -moz-box-sizing: $value;
  -webkit-box-sizing: $value;
          box-sizing: $value;
}

// requires sass 3.2
@mixin keyframes($name){
     @-moz-keyframes #{$name} { @content; }
      @-ms-keyframes #{$name} { @content; }
       @-o-keyframes #{$name} { @content; }
  @-webkit-keyframes #{$name} { @content; }
          @keyframes #{$name} { @content; }
}

@mixin linear-gradient($from, $to, $ie: $useIEFilters) {
  @if $ie != 1 { background-color: $to; }
  
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, $from),color-stop(1, $to));
  background-image: -webkit-linear-gradient(top, $from, $to);
  background-image: -moz-linear-gradient(top, $from, $to);
  background-image: -ms-linear-gradient(top, $from, $to);
  background-image: -o-linear-gradient(top, $from, $to);
  background-image: linear-gradient(top, bottom, $from, $to);

  @if $ie == 1 { 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}');
  }
}

@mixin horizontal-gradient($startColor: #555, $endColor: #333, $ie: $useIEFilters) {
	@if $ie != 1 { background-color: $endColor; }

	background-color: $endColor;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from($startColor), to($endColor)); // Safari 4+, Chrome 2+
	background-image: -webkit-linear-gradient(left, $startColor, $endColor); // Safari 5.1+, Chrome 10+
	background-image: -moz-linear-gradient(left, $startColor, $endColor); // FF 3.6+
	background-image: -o-linear-gradient(left, $startColor, $endColor); // Opera 11.10
	background-image: linear-gradient(to right, $startColor, $endColor); // Standard, IE10
	background-repeat: repeat-x;
	@if $ie == 1 { 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$startColor}', endColorstr='#{$endColor}', GradientType=1);
	}
}

@mixin radial-gradient($from, $to, $ie: $useIEFilters) {
    @if $ie != 1 { background-color: $to; }

    background: -moz-radial-gradient(center, circle cover, $from 0%, $to 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, $from), color-stop(100%, $to));
    background: -webkit-radial-gradient(center, circle cover, $from 0%, $to 100%);
    background: -o-radial-gradient(center, circle cover, $from 0%, $to 100%);
    background: -ms-radial-gradient(center, circle cover, $from 0%, $to 100%);
    background: radial-gradient(center, circle cover, $from 0%, $to 100%);
    background-color: $from;

    @if $ie == 1 {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#{$from}', endColorstr='#{$to}', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    }
}

@mixin perspective($perspective) {
     -moz-perspective: $perspective;
      -ms-perspective: $perspective;
  -webkit-perspective: $perspective;
          perspective: $perspective;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@mixin transform ($transforms) {
	   -moz-transform: $transforms;
	     -o-transform: $transforms;
	    -ms-transform: $transforms;
	-webkit-transform: $transforms;
          transform: $transforms;
}

    @mixin matrix ($a, $b, $c, $d, $e, $f) {
    	   -moz-transform: matrix($a, $b, $c, $d, #{$e}px, #{$f}px);
    	     -o-transform: matrix($a, $b, $c, $d, $e, $f);
    	    -ms-transform: matrix($a, $b, $c, $d, $e, $f);
    	-webkit-transform: matrix($a, $b, $c, $d, $e, $f);
              transform: matrix($a, $b, $c, $d, $e, $f);
    }

    @mixin rotate ($deg) {
      @include transform(rotate(#{$deg}deg));
    }

    @mixin scale ($size) {
      @include transform(scale(#{$size}));
    }

    @mixin translate ($x, $y) {
    	@include transform(translate($x, $y));
    }

@mixin transition ($value...) {
     -moz-transition: $value;
       -o-transition: $value;
      -ms-transition: $value;
  -webkit-transition: $value;
          transition: $value;
}

@mixin animation($str) {
    -webkit-animation: #{$str};
    -moz-animation: #{$str};
    -ms-animation: #{$str};
    -o-animation: #{$str};
    animation: #{$str};
}

@mixin animation-name($str) {
    -webkit-animation-name: #{$str};
    -moz-animation-name: #{$str};
    -ms-animation-name: #{$str};
    -o-animation-name: #{$str};
    animation-name: #{$str};
}

@mixin animation-duration($str) {
    -webkit-animation-duration: #{$str};
    -moz-animation-duration: #{$str};
    -ms-animation-duration: #{$str};
    -o-animation-duration: #{$str};
    animation-duration: #{$str};
}

@mixin animation-direction($str) {
    -webkit-animation-direction: #{$str};
    -moz-animation-direction: #{$str};
    -ms-animation-direction: #{$str};
    -o-animation-direction: #{$str};
    animation-direction: #{$str};
}

@mixin animation-delay($str) {
    animation-delay:#{$str};
    -o-animation-delay:#{$str};
    -ms-animation-delay:#{$str};
    -webkit-animation-delay:#{$str};
    -moz-animation-delay:#{$str};
}

@mixin animation-iteration-count($str) {
    animation-iteration-count:#{$str};
    -o-animation-iteration-count:#{$str};
    -ms-animation-iteration-count:#{$str};
    -webkit-animation-iteration-count:#{$str};
    -moz-animation-iteration-count:#{$str};
}

@mixin animation-timing-function($str) {
    -webkit-animation-timing-function: #{$str};
    -moz-animation-timing-function: #{$str};
    -ms-animation-timing-function: #{$str};
    -o-animation-timing-function: #{$str};
    animation-timing-function: #{$str};
}

// ==== /CSS3 SASS MIXINS ====

@mixin opacity($opacity) {
    opacity: $opacity;
    $opacity-ie: $opacity * 100;
    filter: alpha(opacity=$opacity-ie); //IE8
}

@mixin size($width, $height: $width)
{
    width: $width;
    height: $height;
}

@mixin clearfix
{
    &:after {
        content: "";
        display: table;
        clear: both;
    }
}

// Placeholder text
@mixin placeholder($color: $input-color-placeholder) {
    // Firefox
    &::-moz-placeholder {
        color: $color;
        opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526
    }
    &:-ms-input-placeholder { color: $color; } // Internet Explorer 10+
    &::-webkit-input-placeholder  { color: $color; } // Safari and Chrome
}freemius/assets/scss/_functions.scss000064400000000000151213253130013666 0ustar00freemius/assets/scss/admin/_auto-install.scss000064400000001315151213253130015374 0ustar00.fs-modal-auto-install
{
    $max-width: 300px;

    #request-filesystem-credentials-form
    {
        h2,
        .request-filesystem-credentials-action-buttons
        {
            display: none;
        }

        input[type=password],
        input[type=email],
        input[type=text]
        {
            -webkit-appearance: none;
            padding:            10px 10px 5px 10px;
            width:              $max-width;
            max-width:          100%;
        }

        > div,
        label,
        fieldset
        {
            width:     $max-width;
            max-width: 100%;
            margin:    0 auto;
            display:   block;
        }
    }
}freemius/assets/scss/admin/_user-change.scss000064400000001426151213253130015164 0ustar00.fs-modal.fs-modal-user-change {
	.fs-modal-body {
		input#fs_other_email_address {
			width: 100%;
		}
	}
}

.fs-user-change-options-container {
	table {
		width: 100%;
		border-collapse: collapse;

		tr {
			display: block;
			margin-bottom: 2px;
		}

		.fs-email-address-container {
			td {
				display: inline-block;
			}

			input[type="radio"] {
				margin-bottom: 0;
				margin-top: 0;
			}
		}

		.fs-other-email-address-container {
			width: 100%;

			> div {
				display: table;
				width: 100%;

				label, > div {
					display: table-cell;
				}

				label {
					width: 1%;
					padding-left: 3px;
					padding-right: 3px;
				}

				> div {
					width: auto;

					input {
						width: 100%;
					}
				}
			}
		}
	}
}
freemius/assets/scss/admin/connect.scss000064400000027473151213253130014267 0ustar00@use "tooltip";
@use "sass:math";

@import "../start";

$form_width: 484px;
$icon_padding: 3px;
$icon_border_width: 1px;
$box_border_radius: 3px;

#fs_connect
{
    width:  $form_width;
    margin: 60px auto 20px auto;

    a {
        color: inherit;

        &:not(.button) {
            text-decoration: underline;
        }
    }

    .fs-box-container {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        border-radius: $box_border_radius;
        overflow: hidden;
        padding-top: 40px;
        background: #f0f0f1;
        //position: relative;
        //top: -40px;
    }

    @media screen and (max-width: ($form_width - 1)) {
        width:                    auto;
        margin:                   30px 0 0 -10px;

        .fs-box-container {
            @include box-shadow(none);
        }
    }

    .fs-content
    {
        background: #fff;
        padding: 30px 20px;
        //border-top: 1px solid #efefef;

        .fs-error {
            background: snow;
            color: $fs-logo-magenta-color;
            border: 1px solid $fs-logo-magenta-color;
            @include box-shadow(0 1px 1px 0 rgba(0,0,0,.1));
            text-align: center;
            padding: 5px;
            margin-bottom: 10px;
        }

        h2 {
            line-height: 1.5em;
        }

        p
        {
            margin:    0;
            padding:   0;
            font-size: 1.2em;
        }
    }

    .fs-license-key-container {
        position: relative;
        width: 280px;
        margin: 10px auto 0 auto;

        input {
            width: 100%;
        }

        .dashicons {
            position: absolute;
            top: 5px;
            right: 5px;
        }
    }

    &.require-license-key {
        .fs-content {
            padding-bottom: 10px;
        }

        .fs-actions {
            border-top: none;
        }

        .fs-sites-list-container {
            td {
                cursor: pointer;
            }
        }
    }

    #delegate_to_site_admins {
        margin-right: 15px;
        float: right;
        height: 26px;
        vertical-align: middle;
        line-height: 37px;
        font-weight: bold;
        border-bottom: 1px dashed;
        text-decoration: none;

        &.rtl {
            margin-left: 15px;
            margin-right: 0;
        }
    }

    .fs-actions
    {
        padding:    10px 20px;
        background: #fff;
        border-width: 1px 0;
        border-style: solid;
        border-color: $body-color;

        .button
        {
            padding:       0 10px 1px;
            line-height:   35px;
            height:        37px;
            font-size:     16px;
            margin-bottom: 0;

            .dashicons
            {
                font-size:    37px;
                margin-left:  -8px;
                margin-right: 12px;
            }

            &.button-primary
            {
                padding-right: 15px;
                padding-left:  15px;

                &:after
                {
                    content: ' \279C';
                }

                &.fs-loading
                {
                    &:after
                    {
                        content: '';
                    }
                }
            }

            &.button-secondary
            {
                float: right;
            }
        }

        //        .fs-skip
        //        {
        //            line-height: 38px;
        //            vertical-align: middle;
        //            text-decoration: none;
        //            margin-left: 10px;
        //        }
    }

    &.fs-anonymous-disabled
    {
        .fs-actions
        {
            .button.button-primary
            {
                width: 100%;
            }
        }
    }

    .fs-permissions
    {
        padding:    10px 20px;
        background: #fff;
        @include transition(background 0.5s ease);

        .fs-license-sync-disclaimer {
            text-align: center;
            margin-top: 0;
        }

        & > .fs-trigger
        {
            font-size:       0.9em;
            text-decoration: none;
            text-align:      center;
            display:         block;

            .fs-arrow::after {
                content: "→";
                width: 20px;
                display: inline-block;
            }
        }

        &.fs-open {
            & > .fs-trigger {
                .fs-arrow::after {
                    content: "↓" !important;
                }
            }
        }

        ul li {
            padding-left: 0;
            padding-right: 0;
        }

        @media screen and (max-width: ($form_width - 1)) {
            ul
            {
                height: auto;
                margin: 20px;
            }
        }
    }

    .fs-freemium-licensing {
        padding: 8px;
        background: #777;
        color: #fff;

        p {
            text-align: center;
            display: block;
            margin: 0;
            padding: 0;
        }

        a {
            color: inherit;
            text-decoration: underline;
        }
    }

    $icon_size: 50px;
    $plugin_icon_size: 80px;
    $wp_logo_padding: math.div($icon_size, 10);
    $icons_top: 10px;
    $icons_border_radius: 50%;
    $header_height: 40px;
    $icon_position: (math.div(($form_width - $plugin_icon_size), 2) - $icon_size);

    .fs-header
    {
        padding:     0;
        line-height: 0;
        //height:      $header_height;
        height:      0;
        position:    relative;
        //border-radius: $box_border_radius $box_border_radius 0 0;

        .fs-site-icon,
        .fs-connect-logo
        {
            position: absolute;
            top: - (math.div(($icon_size - $header_height), 2) + $icon_padding);
            border-radius: $icons_border_radius;
        }

        .fs-site-icon
        {
            left: $icon_position;
        }

        .fs-connect-logo
        {
            right: $icon_position;
        }

        .fs-site-icon,
        img,
        object
        {
            width:  $icon_size;
            height: $icon_size;
            border-radius: $icons_border_radius;
        }

        .fs-plugin-icon
        {
            position: absolute;
            overflow: hidden;
            //top:         $icons_top - ($plugin_icon_size - $icon_size) / 2 - $icon_padding - $icon_border_width;
            top: - (math.div(($plugin_icon_size - $header_height), 2) + $icon_padding);
            left:        50%;
            margin-left: - (math.div($plugin_icon_size, 2) + $icon_padding + $icon_border_width);
            border-radius: $icons_border_radius;
            z-index: 1;

            &, img {
                width:  $plugin_icon_size;
                height: $plugin_icon_size;
            }
        }

        .dashicons-wordpress-alt
        {
            font-size:  $icon_size - ($wp_logo_padding * 2);
            background: $wordpress_color;
            color:      #fff;
            width:      $icon_size - ($wp_logo_padding * 2);
            height:     $icon_size - ($wp_logo_padding * 2);
            padding:    $wp_logo_padding;
            border-radius: $icons_border_radius;
        }

        .dashicons-plus
        {
            position:   absolute;
            top:        50%;
            font-size:  30px;
            margin-top: -10px;
            color:      #bbb;

            &.fs-first
            {
                left: 28%;
            }
            &.fs-second
            {
                left: 65%;
            }
        }

        .fs-plugin-icon,
        .fs-connect-logo,
        .fs-site-icon
        {
            border:     $icon_border_width solid #efefef;
            padding:    $icon_padding;
            background: #fff;
        }
    }

    .fs-terms
    {
        text-align: center;
        font-size:  0.85em;
        padding:    10px 5px;
        //background: rgba(0, 0, 0, 0.05);

        &, a
        {
            color: #999;
        }

        a
        {
            text-decoration: none;
        }
    }
}

@import "multisite-options";
@import "gdpr-consent";

.rtl
{
    #fs_connect
    {
        border-radius: 3px;

        .fs-actions
        {
            padding:    10px 20px;
            background: #C0C7CA;

            .button
            {
                .dashicons
                {
                    font-size:    37px;
                    margin-left:  -8px;
                    margin-right: 12px;
                }

                &.button-primary
                {
                    &:after
                    {
                        content: ' \000bb';
                    }

                    &.fs-loading
                    {
                        &:after
                        {
                            content: '';
                        }
                    }
                }

                &.button-secondary
                {
                    float: left;
                }
            }
        }

        .fs-header
        {
            .fs-site-icon
            {
                right: 20px;
                left:  auto;
            }

            .fs-connect-logo
            {
                right: auto;
                left:  20px;
            }
        }
    }

    #fs_connect .fs-permissions {
        & > .fs-trigger {
            .fs-arrow::after {
                content: "←";
            }
        }
    }
}

#fs_theme_connect_wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99990;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    overflow-y: auto;

    &:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    > button.close {
        color: white;
        cursor: pointer;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 0;
        border: 0;
        background-color: transparent;
        top: 32px;
    }

    #fs_connect {
        top: 0;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 20px;

        .fs-terms
        {

            &, a
            {
                color: #c5c5c5;
            }
        }
    }
}

.wp-pointer-content
{
    #fs_connect
    {
        margin: 0;
        @include box-shadow(none);
    }
}

.fs-opt-in-pointer
{
    .wp-pointer-content
    {
        padding: 0;
    }

    &.wp-pointer-top
    {
        .wp-pointer-arrow
        {
            border-bottom-color: #dfdfdf;
        }
        .wp-pointer-arrow-inner
        {
            border-bottom-color: #fafafa;
        }
    }

    &.wp-pointer-bottom
    {
        .wp-pointer-arrow
        {
            border-top-color: #dfdfdf;
        }
        .wp-pointer-arrow-inner
        {
            border-top-color: #fafafa;
        }
    }

    &.wp-pointer-left
    {
        .wp-pointer-arrow
        {
            border-right-color: #dfdfdf;
        }
        .wp-pointer-arrow-inner
        {
            border-right-color: #fafafa;
        }
    }

    &.wp-pointer-right
    {
        .wp-pointer-arrow
        {
            border-left-color: #dfdfdf;
        }
        .wp-pointer-arrow-inner
        {
            border-left-color: #fafafa;
        }
    }
}

#license_issues_link {
    display: block;
    text-align:  center;
    font-size: 0.9em;
    margin-top: 10px;
}

@import "permissions";freemius/assets/scss/admin/_permissions.scss000064400000004762151213253130015344 0ustar00@use "tooltip";
@import "../start";

$permission-icon-size: 30px;

.fs-permissions {
    .fs-permission {
        &.fs-disabled {
            color: #aaa;

            .fs-permission-description span {
                color: #aaa;
            }
        }

        .fs-switch-feedback {
            position: absolute;
            right:    15px;
            top:      52px;
        }
    }

    ul {
        height:   0;
        overflow: hidden;
        margin:   0;

        li {
            padding: 17px 15px;
            margin: 0;
            position: relative;

            & > i.dashicons {
                float:      left;
                font-size:  $permission-icon-size;
                width:      $permission-icon-size;
                height:     $permission-icon-size;
                padding: 5px;
            }

            .fs-switch {
                float: right;
            }

            .fs-permission-description {
                margin-left: 55px;

                span {
                    font-size:   14px;
                    font-weight: 500;
                    color:       #23282d;
                }

                .fs-tooltip {
                    font-size:   13px;
                    font-weight: bold;
                }

                .fs-tooltip-trigger .dashicons {
                    margin: -1px 2px 0 2px;
                }

                p {
                    margin: 2px 0 0 0;
                }
            }
        }
    }

    &.fs-open {
        background: #fff;

        ul {
            overflow: initial;
            height:   auto;
            margin:   20px 0 10px 0;
        }
    }

    .fs-switch-feedback {
        .fs-ajax-spinner {
            margin-right: 10px;
        }

        &.success {
            color: $fs-logo-green-color;
        }

        .rtl &
        {
            right: auto;
            left: 15px;

            .fs-ajax-spinner {
                margin-left:  10px;
                margin-right: 0;
            }
        }
    }
}

.rtl {
    .fs-permissions {
        ul {
            li {
                .fs-permission-description {
                    margin-right: 55px;
                    margin-left:  0;
                }

                .fs-switch {
                    float: left;
                }

                i.dashicons {
                    float: right;
                }
            }
        }
    }
}freemius/assets/scss/admin/_tag.scss000064400000000724151213253130013536 0ustar00label.fs-tag, span.fs-tag
{
    background: #ffba00;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    font-size: 11px;
    line-height: 11px;
    vertical-align: baseline;

    &.fs-warn
    {
        background: #ffba00;
    }
    &.fs-info
    {
        background: #00a0d2;
    }
    &.fs-success
    {
        background: #46b450;
    }
    &.fs-error
    {
        background: #dc3232;
    }
}
freemius/assets/scss/admin/_email-address-update.scss000064400000001016151213253130016750 0ustar00.fs-modal.fs-modal-email-address-update {
    .fs-modal-body {
        input[type="text"] {
            width: 100%;
        }
    }

    p {
        margin-bottom: 0;
    }

    ul {
        margin: 1em 0.5em;

        li label {
            span {
                float: left;
                margin-top: 0;

                &:last-child {
                    display: block;
                    float: none;
                    margin-left: 20px;
                }
            }
        }
    }
}freemius/assets/scss/admin/_gdpr-consent.scss000064400000002605151213253130015366 0ustar00#fs_marketing_optin
{
    display:     none;
    margin-top:  10px;
    border:      1px solid #ccc;
    padding:     10px;
    line-height: 1.5em;

    .fs-message
    {
        display:       block;
        margin-bottom: 5px;
        font-size:     1.05em;
        font-weight:   600;
    }

    &.error
    {
        border:     1px solid $fs-logo-magenta-color;
        background: #fee;

        .fs-message
        {
            color: $fs-logo-magenta-color;
        }
    }

    .fs-input-container
    {
        margin-top: 5px;

        label
        {
            margin-top: 5px;
            display:    block;

            input
            {
                float:  left;
                margin: 1px 0 0 0;
            }

            &:first-child
            {
                display:       block;
                margin-bottom: 2px;
            }
        }
    }

    .fs-input-label
    {
        display:     block;
        margin-left: 20px;

        .underlined
        {
            text-decoration: underline;
        }
    }
}

.rtl
{
    #fs_marketing_optin
    {
        .fs-input-container
        {
            label input
            {
                float: right;
            }
        }

        .fs-input-label
        {
            margin-left:  0;
            margin-right: 20px;
        }
    }
}freemius/assets/scss/admin/_plugin-upgrade-notice.scss000064400000000222151213253130017156 0ustar00.plugins p.fs-upgrade-notice
{
    border: 0;
    background-color: #d54e21;
    padding: 10px;
    color: #f9f9f9;
    margin-top: 10px;
}freemius/assets/scss/admin/_subscription-cancellation.scss000064400000001113151213253130020132 0ustar00.fs-modal.fs-modal-subscription-cancellation {
	.fs-price-increase-warning {
		color: red;
		font-weight: bold;
		padding: 0 25px;
		margin-bottom: 0;
	}

    ul.subscription-actions label {
        input {
            float: left;
            top: 5px;
            position: relative;

            .rtl & {
                float: right;
            }
        }

        span {
            display: block;
            margin-left: 24px;

            .rtl & {
                margin-left: 0;
                margin-right: 24px;
            }
        }
    }
}freemius/assets/scss/admin/_ajax-loader.scss000064400000002110151213253130015141 0ustar00$color: $wp-selected-color;
$bkg-color: #fff;
$size: 20;

.fs-ajax-loader
{
    position: relative;
    width:    #{8*$size + 10}px;
    height:   #{$size}px;
    margin:   auto;

    .fs-ajax-loader-bar
    {
        position:         absolute;
        top:              0;
        background-color: $color;
        width:            #{$size}px;
        height:           #{$size}px;
        @include animation-name(bounce_ajaxLoader);
        @include animation-duration(1.5s);
        @include animation-iteration-count(infinite);
        @include animation-direction(normal);
        @include transform(.3);
    }

    @for $i from 0 through 7
    {
        .fs-ajax-loader-bar-#{$i + 1}
        {
            left: #{$i*($size - 1)}px;
            @include animation-delay(#{0.6 + $i*0.15}s);
        }
    }
}

@include keyframes(bounce_ajaxLoader)
{
    0%
    {
        @include transform(scale(1));
        background-color: $color;
    }

    100%
    {
        @include transform(scale(.3));
        background-color: $bkg-color;
    }
}freemius/assets/scss/admin/affiliation.scss000064400000003210151213253130015102 0ustar00@import "../start";

#fs_affiliation_content_wrapper {
  #messages {
    margin-top: 25px;
  }

  h3 {
    font-size: 24px;
    padding: 0;
    margin-left: 0;
  }

  ul {
    li {
      @include box-sizing(border-box);
      list-style-type: none;

      &:before {
        content: '✓';
        margin-right: 10px;
        font-weight: bold;
      }
    }
  }

  p:not(.description), li, label {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 7px;
    line-height: 35px;
    height: 40px;
    font-size: 16px;

    &#cancel_button {
      margin-right: 5px;
    }
  }

  form {
    .input-container {
      .input-label {
        font-weight: bold;
        display: block;
        width: 100%;
      }

      &.input-container-text {
        label, input, textarea {
          display: block;
        }
      }

      margin-bottom: 15px;

      #add_domain, .remove-domain {
        text-decoration: none;
        display: inline-block;
        margin-top: 3px;

        &:focus {
          box-shadow: none;
        }

        &.disabled {
          color: #aaa;
          cursor: default;
        }
      }
    }

    #extra_domains_container {
      .description {
        margin-top: 0;
        position: relative;
        top: -4px;
      }

      .extra-domain-input-container {
        margin-bottom: 15px;

        .domain {
          display: inline-block;
          margin-right: 5px;

          &:last-of-type {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}freemius/assets/scss/admin/add-ons.scss000064400000036003151213253130014150 0ustar00@import "../start";
@import "badge";

#fs_addons
{
    .fs-cards-list
    {
        list-style: none;

        .fs-card
        {
            float:      left;
            //            height: 185px; // With reviews/ratings
            height:     152px;
            width:      310px;
            padding:    0;
            margin:     0 0 30px 30px;
            font-size:  14px;
            list-style: none;
            border:     1px solid #ddd;
            cursor:     pointer;
            position:   relative;

            .fs-overlay
            {
                position: absolute;
                left:     0;
                right:    0;
                bottom:   0;
                top:      0;
                z-index:  9;
            }

            .fs-inner
            {
                background-color: #fff;
                overflow:         hidden;
                height:           100%;
                position:         relative;

                & > ul
                {
                    @include transition(all, 0.15s);
                    left:     0;
                    right:    0;
                    top:      0;
                    position: absolute;

                    & > li
                    {
                        list-style:  none;
                        line-height: 18px;
                        padding:     0 15px;
                        width:       100%;
                        display:     block;
                        @include box-sizing(border-box);
                    }
                }

                .fs-card-banner
                {
                    padding:           0;
                    margin:            0;
                    line-height:       0;
                    display:           block;
                    height:            100px;
                    background-repeat: repeat-x;
                    background-size:   100% 100%;
                    @include transition(all, 0.15s);

                    .fs-badge.fs-installed-addon-badge {
                        font-size:      1.02em;
                        line-height:    1.3em;
                    }
                }

                .fs-title
                {
                    margin:        10px 0 0 0;
                    height:        18px;
                    overflow:      hidden;
                    color:         #000;
                    white-space:   nowrap;
                    text-overflow: ellipsis;
                    font-weight:   bold;
                }

                .fs-offer
                {
                    font-size: 0.9em;
                }

                .fs-description
                {
                    background-color: #f9f9f9;
                    padding:          10px 15px 100px 15px;
                    border-top:       1px solid #eee;
                    margin:           0 0 10px 0;
                    color:            #777;
                }

                .fs-tag
                {
                    position: absolute;
                    top: 10px;
                    right: 0px;
                    background: greenyellow;
                    display: block;
                    padding: 2px 10px;
                    @include box-shadow(1px 1px 1px rgba(0,0,0,0.3));
                    text-transform: uppercase;
                    font-size: 0.9em;
                    font-weight: bold;
                }

                .fs-cta
                {
                    .button, .button-group
                    {
                        position: absolute;
                        top: 112px;
                        right: 10px;
                    }
                }
            }

            @media screen and (min-width: 960px) {
                &:hover
                {
                    .fs-overlay
                    {
                        border:      2px solid $fms-link-color;
                        margin-left: -1px;
                        margin-top:  -1px;
                    }

                    .fs-inner
                    {
                        ul
                        {
                            top: -100px;
                        }

                        .fs-card-banner
                        {
                            //                        background-position: 50% -100px;
                        }

                        .fs-title,
                        .fs-offer
                        {
                            color: $fms-link-color;
                        }
                    }
                }
            }
        }
    }
}

#TB_window
{
    &, iframe
    {
        width: 821px !important;
    }
}

#plugin-information
{
    .fyi {
        width: 266px !important;
    }

    #section-holder {
        margin-right: 299px;
        clear: none;
    }

    #section-description
    {
        h2, h3, p, b, i, blockquote, li, ul, ol
        {
            clear: none;
        }
        
        iframe 
        {
            max-width: 100%;
        }

        .fs-selling-points
        {
            padding-bottom: 10px;
            border-bottom:  1px solid #ddd;

            ul
            {
                margin: 0;

                li
                {
                    padding:    0;
                    list-style: none outside none;

                    i.dashicons
                    {
                        color:          $fs-logo-green-color;
                        font-size:      3em;
                        vertical-align: middle;
                        line-height:    30px;
                        float:          left;
                        margin:         0 0 0 -15px;
                    }

                    h3
                    {
                        margin: 1em 30px !important;
                    }
                }
            }
        }

        .fs-screenshots
        {
            @include clearfix();
            ul
            {
                list-style: none;
                margin:     0;

                li
                {
                    width:         225px;
                    height:        225px;
                    float:         left;
                    margin-bottom: 20px;
                    @include box-sizing(content-box);

                    a
                    {
                        display:         block;
                        width:           100%;
                        height:          100%;
                        border:          1px solid;
                        @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
                        background-size: cover;
                    }

                    &.odd
                    {
                        margin-right: 20px;
                    }
                }
            }
        }
    }

    .plugin-information-pricing
    {
        $pricing_color: #FFFEEC;
        $borders_color: #DDD;
        margin:        -16px;
        //        padding: 20px;
        border-bottom: 1px solid $borders_color;

        .fs-plan
        {

            h3
            {
                margin-top: 0;
                padding:    20px;
                font-size:  16px;
            }

            .nav-tab-wrapper
            {
                border-bottom: 1px solid $borders_color;

                .nav-tab
                {
                    cursor:    pointer;
                    position:  relative;
                    padding:   0 10px;
                    font-size: 0.9em;

                    label
                    {
                        text-transform: uppercase;
                        color:          green;
                        background:     greenyellow;
                        position:       absolute;
                        left:           -1px;
                        right:          -1px;
                        bottom:         100%;
                        border:         1px solid darkgreen;
                        padding:        2px;
                        text-align:     center;
                        font-size:      0.9em;
                        line-height:    1em;
                    }

                    &.nav-tab-active
                    {
                        cursor:              default;
                        background:          $pricing_color;
                        border-bottom-color: $pricing_color;
                    }
                }
            }

            &.fs-single-cycle
            {
                h3
                {
                    background:     $pricing_color;
                    margin:         0;
                    padding-bottom: 0;
                    color:          #0073aa;
                }

                .nav-tab-wrapper,
                .fs-billing-frequency
                {
                    display: none;
                }
            }

            .fs-pricing-body
            {
                background: $pricing_color;
                padding:    20px;
            }

            .button
            {
                width:          100%;
                text-align:     center;
                font-weight:    bold;
                text-transform: uppercase;
                font-size:      1.1em;
            }

            label
            {
                white-space: nowrap;
            }

            var {
                font-style: normal;
            }

            .fs-billing-frequency,
            .fs-annual-discount
            {
                text-align: center;
                display: block;
                font-weight: bold;
                margin-bottom: 10px;
                text-transform: uppercase;
                background: #F3F3F3;
                padding: 2px;
                border: 1px solid #ccc;
            }

            .fs-annual-discount
            {
                text-transform: none;
                color:          green;
                background:     greenyellow;
            }

            ul.fs-trial-terms
            {
                font-size: 0.9em;

                i
                {
                    float:  left;
                    margin: 0 0 0 -15px;
                }

                li
                {
                    margin: 10px 0 0 0;
                }
            }
        }
    }

    #section-features
    {
        .fs-features
        {
            margin: -20px -26px;
        }

        table
        {
            width:           100%;
            border-spacing:  0;
            border-collapse: separate;

            thead
            {
                th
                {
                    padding: 10px 0;
                }

                .fs-price
                {
                    color:       $fs-logo-green-color;
                    font-weight: normal;
                    display:     block;
                    text-align:  center;
                }
            }

            tbody
            {
                td
                {
                    border-top: 1px solid #ccc;
                    padding:    10px 0;
                    text-align: center;
                    width:      100px;
                    color:      $fs-logo-green-color;

                    &:first-child
                    {
                        text-align:   left;
                        width:        auto;
                        color:        inherit;
                        padding-left: 26px;
                    }
                }
                tr.fs-odd
                {
                    td
                    {
                        background: #fefefe;
                    }
                }
            }
        }

        .dashicons-yes
        {
            width:     30px;
            height:    30px;
            font-size: 30px;
        }
    }
}

.fs-dropdown {
  #fs_addons .fs-cards-list .fs-card .fs-inner &, #plugin-information & {
    .button-group {
      .button {
        position: relative;
        width: auto;
        top: 0;
        right: 0;

        &:focus {
          z-index: 10;
        }
      }

      .fs-dropdown-arrow {
        border-top: 6px solid white;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        top: 12px;
        position: relative;
      }
    }

    &.active:not(.up) {
      .button:not(.fs-dropdown-arrow-button) {
        border-bottom-left-radius: 0;
      }

      .fs-dropdown-arrow-button {
        border-bottom-right-radius: 0;
      }
    }

    &.active.up {
      .button:not(.fs-dropdown-arrow-button) {
        border-top-left-radius: 0;
      }

      .fs-dropdown-arrow-button {
        border-top-right-radius: 0;
      }
    }

    .fs-dropdown-list {
      position: absolute;
      right: -1px;
      top: 100%;
      margin-left: auto;
      padding: 3px 0;
      border: 1px solid lighten($darkest-color, 75%);
      background-color: #fff;
      z-index: 1;
      width: 230px;
      text-align: left;
      @include box-shadow(0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12));

      li {
        margin: 0;

        a {
          display: block;
          padding: 5px 10px;
          text-decoration: none;
          text-shadow: none;
        }

        &:hover {
          background-color: $wp-selected-color;
          color: #fff;

          a {
            color: #fff;
          }
        }
      }
    }

    &:not(.up) {
      .fs-dropdown-list {
        @include border-radius(3px 0 3px 3px);
      }
    }

    &.up {
      .fs-dropdown-list {
        @include border-radius(3px 3px 0 3px);
      }
    }
  }

  #plugin-information & {
    .button-group {
      width: 100%;

      .button {
        float: none;
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
      }
    }

    .fs-dropdown-list {
      margin-top: 1px;
    }

    &.up {
      .fs-dropdown-list {
        top: auto;
        bottom: 100%;
        margin-bottom: 2px;
      }
    }
  }
}

#plugin-information.wp-core-ui .fs-pricing-body .fs-dropdown .button-group {
  text-align: center;

  display: table;

  .button {
    display: table-cell;

    &:not(.fs-dropdown-arrow-button) {
      left: 1px;
      width: 100%;
    }
  }
}

#plugin-information-footer {
  > .button, .fs-dropdown {
    position: relative;
    top: 3px;

    &.left {
      float: left;
    }
  }

  > .right, .fs-dropdown {
    float: right;
  }
}

@media screen and (max-width: 961px) {
    #fs_addons
    {
        .fs-cards-list
        {
            .fs-card
            {
                height: 265px;
            }
        }
    }
}freemius/assets/scss/admin/_badge.scss000064400000000600151213253130014016 0ustar00.fs-badge
{
    position:       absolute;
    top:            10px;
    right:          0;
    background:     $fs-logo-green-color;
    color:          white;
    text-transform: uppercase;
    padding:        5px 10px;
    @include border-radius(3px 0 0 3px);
    font-weight:    bold;
    border-right:   0;
    @include box-shadow(0 2px 1px -1px rgba(0, 0, 0, .3));
}freemius/assets/scss/admin/clone-resolution.scss000064400000003605151213253130016126 0ustar00@import "../start";

.fs-notice[data-id^="clone_resolution_options_notice"] {
    padding: 0;
    color: inherit !important;

    .fs-notice-body {
        padding: 0;
        margin-bottom: 0;
    }

    .fs-notice-header {
        padding: 5px 10px;
    }

    ol {
        margin-top: 0;
        margin-bottom: 0;
    }

    .fs-clone-resolution-options-container {
        display: flex;
        flex-direction: row;
        padding: 0 10px 10px;

        @media (max-width: 750px) {
            flex-direction: column;
        }
    }

    .fs-clone-resolution-option {
        border: 1px solid #ccc;
        padding: 10px 10px 15px 10px;
        flex: auto;
        margin: 5px;

        &:first-child {
            margin-left: 0;
        }

        &:last-child {
            margin-right: 0;
        }

        strong {
            font-size: 1.2em;
            padding: 2px;
            line-height: 1.5em;
        }
    }

    a {
        text-decoration: none;
    }

    .button {
        margin-right: 10px;

        .rtl & {
            margin-right: 0;
            margin-left: 10px;
        }
    }

    .fs-clone-documentation-container {
        padding: 0 10px 15px;
    }
}

.fs-notice[data-id="temporary_duplicate_notice"] {
    #fs_clone_resolution_error_message {
        border: 1px solid $fs-logo-magenta-color;
        background: #fee;
        color: $fs-logo-magenta-color;
        padding: 10px;
    }

    ol {
        margin-top: 0;
    }

    a {
        position: relative;

        &:focus {
            box-shadow: none;
        }

        &.disabled {
            color: gray;
        }

        .fs-ajax-spinner {
            position: absolute;
            left: 8px;
            right: 0;
            top: -1px;
            bottom: 0;
            margin-left: 100%;
        }
    }
}freemius/assets/scss/admin/account.scss000064400000015306151213253130014262 0ustar00@import "../start";
@import "tag";

.fs-notice[data-id="license_not_whitelabeled"], .fs-notice[data-id="license_whitelabeled"] {
    &.success {
        color: inherit;
        border-left-color: #00a0d2;

        label.fs-plugin-title {
            display: none;
        }
    }
}

#fs_account
{
    .postbox,
    .widefat
    {
        max-width: 800px;
    }

    h3
    {
        font-size: 1.3em;
        padding: 12px 15px;
        margin: 0 0 12px 0;
        line-height: 1.4;
        border-bottom: 1px solid #F1F1F1;

        .dashicons {
            width: 26px;
            height: 26px;
            font-size: 1.3em;
        }
    }

    i.dashicons
    {
        font-size: 1.2em;
        height: 1.2em;
        width: 1.2em;
    }

    .dashicons
    {
        vertical-align: middle;
    }

    .fs-header-actions
    {
        position: absolute;
        top: 17px;
        right: 15px;
        font-size: 0.9em;

        ul
        {
            margin: 0;
        }

        li
        {
            form
            {
                display: inline-block;
            }

            float: left;
            a
            {
                text-decoration: none;
            }
        }
    }
}

#fs_account_details .button-group {
    float: right;
}

.rtl #fs_account .fs-header-actions
{
    left: 15px;
    right: auto;
}

.fs-key-value-table
{
    width: 100%;

    form
    {
        display: inline-block;
    }

    tr
    {
        td:first-child
        {
            nobr
            {
                font-weight: bold;
            }

            text-align: right;

            form
            {
                display: block;
            }
        }

        td.fs-right
        {
            text-align: right;
        }

        &.fs-odd
        {
            background: #ebebeb;
        }
    }

    td, th
    {
        padding: 10px;
    }

    code {
        line-height: 28px;
    }

    var, code, input[type="text"]
    {
        color: #0073AA;
        font-size: 16px;
        background: none;
    }

    input[type="text"] {
        width: 100%;
        font-weight: bold;
    }
}

.fs-field-beta_program label {
    margin-left: 7px;
}

label.fs-tag
{
    background: #ffba00;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    font-size: 11px;
    line-height: 11px;
    vertical-align: baseline;

    &.fs-warn
    {
        background: #ffba00;
    }
    &.fs-success
    {
        background: #46b450;
    }
    &.fs-error
    {
        background: #dc3232;
    }
}

#fs_sites
{
    .fs-scrollable-table
    {
        .fs-table-body {
            max-height: 200px;
            overflow: auto;
            border: 1px solid #e5e5e5;

            & > table.widefat {
                border: none !important;
            }
        }

        .fs-main-column {
            width: 100%;
        }

        .fs-site-details
        {
            td:first-of-type
            {
                text-align: right;
                color:      grey;
                width: 1px;
            }

            td:last-of-type
            {
                text-align: right;
            }
        }

        .fs-install-details table
        {
            tr td
            {
                width: 1px;
                white-space: nowrap;

                &:last-of-type
                {
                    width: auto;
                }
            }
        }
    }
}

#fs_addons
{
    h3
    {
        border: none;
        margin-bottom: 0;
        padding: 4px 5px;
    }

    td
    {
        vertical-align: middle;
    }

    thead {
        white-space: nowrap;
    }

    td:first-child,
    th:first-child
    {
        text-align: left;
        font-weight: bold;
    }
    td:last-child,
    th:last-child
    {
        text-align: right;
    }
    th
    {
        font-weight: bold;
    }
}

#fs_billing_address {
    width: 100%;

    tr {
        td {
            width: 50%;
            padding: 5px;
        }

        &:first-of-type {
            td {
                padding-top: 0;
            }
        }
    }

    @mixin read-mode {
        border-color: transparent;
        color: #777;
        border-bottom: 1px dashed #ccc;
        padding-left: 0;
        background: none;
    }

    span {
        font-weight: bold;
    }

    input, select {
        @include placeholder(transparent);

        display: block;
        width: 100%;
        margin-top: 5px;

        &.fs-read-mode {
            @include read-mode();
        }
    }


    &.fs-read-mode {
        td span {
            display: none;
        }

        input, select
        {
            @include read-mode();
            @include placeholder(#ccc);
        }
    }


    button {
        display: block;
        width: 100%;
    }
}

// Fixes for issue 453.
// Just a patch, ideally need to tweak the markup a bit to make it more
// maintainable.
@media screen and (max-width: 639px) {
    #fs_account {
        // Make the [Deactivate License ; Change Plan] action row come in next line.
        .fs-header-actions {
            position: static;
            padding: 0 15px 12px 15px;
            margin: 0 0 12px 0;

            li {
                float: none;
                display: inline-block;
            }
        }

        // Optimize the table view by making it appear as blocked instead of "table".
        #fs_account_details {
            display: block;

            tbody, tr, td, th {
                display: block;
            }

            tr {
                td {
                    &:first-child {
                        text-align: left;
                    }

                    &:nth-child(2) {
                        padding: 0 12px;
                        code {
                            margin: 0;
                            padding: 0;
                        }

                        label {
                            margin-left: 0;
                        }
                    }

                    &:nth-child(3) {
                        text-align: left;
                    }
                }

                &.fs-field-plan {
                    // Discard the float of the button group so that they appear on the next line.
                    td:nth-child(2) .button-group {
                        float: none;
                        margin: 12px 0;
                    }
                }
            }
        }
    }
}
freemius/assets/scss/admin/common.scss000064400000011043151213253130014110 0ustar00@import "../start";
@import "themes";
@import "switch";

body.fs-loading {
    &, * {
        cursor: wait !important;
    }
}

#fs_frame
{
    line-height: 0;
    font-size:   0;
}

.fs-full-size-wrapper
{
    margin: 40px 0 -65px -20px;

    @media (max-width: 600px) {
        margin: 0 0 -65px -10px;
    }
}

.fs-notice
{
    position: relative;

    &.fs-has-title
    {
        margin-bottom: 30px !important;
    }

    &.success
    {
        color: green;
        //        font-weight: normal;
    }

    &.promotion
    {
        border-color:     $fs-notice-promotion-border-color !important;
        background-color: $fs-notice-promotion-bkg !important;
    }

    .fs-notice-body
    {
        margin:  .5em 0;
        padding: 2px;
    }

    .fs-close
    {
        //        position:      absolute;
        //        top:           2px;
        //        bottom:        2px;
        //        right:         2px;
        //        min-width:     100px;
        //        text-align:    center;
        //        padding-right: 2px;
        cursor: pointer;
        color:  #aaa;
        float:  right;

        &:hover
        {
            color: #666;
            //            background: #A9A9A9;
        }

        > *
        {
            margin-top: 7px;
            display:    inline-block;
        }
    }

    label.fs-plugin-title
    {
        background:  rgba(0, 0, 0, 0.3);
        color:       #fff;
        padding:     2px 10px;
        position:    absolute;
        top:         100%;
        bottom:      auto;
        right:       auto;
        @include border-radius(0 0 3px 3px);
        left:        10px;
        font-size:   12px;
        font-weight: bold;
        cursor:      auto;
    }
}

div.fs-notice
{
    &.updated,
    &.success,
    &.promotion
    {
        display: block !important;
    }
}

#fs_connect .fs-error,
.fs-modal .notice-error,
.fs-notice.error {
    ol,
    .fs-api-request-error-show-details-link,
    .fs-api-request-error-details {
        text-align: left;
    }

    ol {
        list-style-type: disc;
    }

    .fs-api-request-error-show-details-link {
        text-decoration: none;
        color: #2271b1;
        box-shadow: none;
    }

    .fs-api-request-error-details {
        border: 1px solid #ccc;
        padding: 5px;
        overflow: auto;
        max-height: 150px;
    }
}

.rtl .fs-notice
{
    .fs-close
    {
        //        left:          2px;
        //        right:         auto;
        //        padding-right: 0;
        //        padding-left:  2px;
        float: left;
    }
}

.fs-secure-notice
{
    position:   fixed;
    top:        32px;
    left:       160px;
    right:      0;
    background: rgb(235, 253, 235);
    padding:    10px 20px;
    color:      green;
    z-index:    9999;
    @include box-shadow(0 2px 2px rgba(6, 113, 6, 0.3));
    @include opacity(0.95);

    &:hover
    {
        @include opacity(1);
    }

    a.fs-security-proof
    {
        color:           green;
        text-decoration: none;
    }
}

@media screen and (max-width: 960px) {
    .fs-secure-notice
    {
        left: 36px;
    }
}

@media screen and (max-width: 600px) {
    .fs-secure-notice
    {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    #fs_promo_tab
    {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    .fs-secure-notice
    {
        left:       0;
        top:        46px;
        text-align: center;
    }
}

span.fs-submenu-item.fs-sub:before
{
    // Add small arrow.
    content: '\21B3';
    padding: 0 5px;
}

.rtl
{
    span.fs-submenu-item.fs-sub:before
    {
        // Add small RTL arrow.
        content: '\21B2';
    }
}

.fs-submenu-item
{
    &.pricing
    {
        &.upgrade-mode
        {
            color: greenyellow;
        }

        &.trial-mode
        {
            color: #83e2ff;
        }
    }
}

#adminmenu .update-plugins.fs-trial
{
    background-color: #00b9eb;
}
.fs-ajax-spinner
{
    border:          0;
    width:           20px;
    height:          20px;
    margin-right:    5px;
    vertical-align:  sub;
    display:         inline-block;
    background:      url('/wp-admin/images/wpspin_light-2x.gif');
    background-size: contain;
    margin-bottom:   -2px;
}

.wrap.fs-section {
    h2 {
        text-align: left;
    }
}

@import "plugin-upgrade-notice";freemius/assets/scss/admin/_buttons.scss000064400000002305151213253130014456 0ustar00.button-primary.warn {
    box-shadow: 0 1px 0 $wp-button-alert-shadow-color;
    text-shadow: 0 -1px 1px $wp-button-alert-shadow-color, 1px 0 1px $wp-button-alert-shadow-color, 0 1px 1px $wp-button-alert-shadow-color, -1px 0 1px $wp-button-alert-shadow-color;
    background: $wp-button-alert-background-color;
    border-color: $wp-button-alert-border-top-color $wp-button-alert-border-color $wp-button-alert-border-color;

    &:hover {
        background: $wp-button-alert-hovered-background-color;
        border-color: $wp-button-alert-border-color;
    }

    &:focus {
        box-shadow: 0 1px 0 $wp-button-alert-focused-shadow1-color, 0 0 2px 1px $wp-button-alert-focused-shadow2-color;
    }

    &:active {
        background: $wp-button-alert-active-background-color;
        border-color: $wp-button-alert-border-color;
        box-shadow: inset 0 2px 0 $wp-button-alert-shadow-color;
    }

    &.disabled {
        color: $wp-button-alert-disabled-color !important;
        background: $wp-button-alert-disabled-background-color !important;
        border-color: $wp-button-alert-disabled-border-color !important;
        text-shadow: 0 -1px 0 rgba(0,0,0,.1) !important;
    }
}freemius/assets/scss/admin/checkout.scss000064400000000156151213253130014430 0ustar00@media screen and (max-width: 782px) {
    #wpbody-content {
        padding-bottom: 0 !important;
    }
}freemius/assets/scss/admin/_license-key-resend.scss000064400000002311151213253130016443 0ustar00.fs-modal.fs-modal-license-key-resend
{
    .email-address-container
    {
        overflow:      hidden;
        padding-right: 2px;
    }

    &.fs-freemium
    {
        input.email-address
        {
            width: 300px;
        }

        label
        {
            display:       block;
            margin-bottom: 10px;
        }
    }

    &.fs-premium
    {
        input.email-address
        {
            width: 100%;
        }

        .button-container
        {
            float:       right;
            margin-left: 7px;

            @media (max-width: 650px) {
                margin-top: 2px;
            }
        }
    }
}

.rtl
{
    .fs-modal.fs-modal-license-key-resend
    {
        .fs-modal-body
        {
            .input-container > .email-address-container
            {
                padding-left:  2px;
                padding-right: 0;
            }

            .button-container
            {
                float:        left;
                margin-right: 7px;
                margin-left:  0;
            }
        }
    }
}

a.show-license-resend-modal
{
    margin-top: 4px;
    display:    inline-block;
}
freemius/assets/scss/admin/_themes.scss000064400000001107151213253130014244 0ustar00@import "badge";

.theme-browser
{
    .theme
    {
        .fs-premium-theme-badge-container {
            position: absolute;
            right: 0;
            top: 0;

            .fs-badge {
                position: relative;
                top: 0;
                margin-top: 10px;
                text-align: center;

                &.fs-premium-theme-badge {
                    font-size: 1.1em;
                }

                &.fs-beta-theme-badge {
                    background: #00a0d2;
                }
            }
        }
    }
}freemius/assets/scss/admin/_multisite-options.scss000064400000001333151213253130016470 0ustar00.fs-multisite-options-container {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 5px;

    a {
        text-decoration: none;

        &:focus {
            box-shadow: none;
        }

        &.selected {
            font-weight: bold;
        }
    }

    &.fs-apply-on-all-sites {
        border: 0 none;
        padding: 0;

        .fs-all-sites-options {
            border-spacing: 0;

            td:not(:first-child) {
                display: none;
            }
        }
    }

    .fs-sites-list-container {
        display: none;
        overflow: auto;

        table td {
            border-top: 1px solid #ccc;
            padding: 4px 2px;
        }
    }
}freemius/assets/scss/admin/_tooltip.scss000064400000003321151213253130014451 0ustar00@import "../start";

.fs-tooltip-trigger
{
    &:not(a)
    {
        cursor: help;
    }

    position: relative;

    .dashicons {
        float: none !important;
    }

    .fs-tooltip
    {
        opacity:       0;
        visibility:    hidden;
        @include transition(opacity 0.3s ease-in-out);
        position:      absolute;
        background:    $tooltip-bkg-color;
        color:         $tooltip-color !important;
        font-family:   'arial', serif;
        font-size:     12px;
        padding:       10px;
        z-index:       999999;
        bottom:        100%;
        margin-bottom: 5px;
        left:          -17px;
        right:         0;
        @include border-radius(5px);
        @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
        line-height:   1.3em;
        font-weight:   bold;
        text-align:    left;
        text-transform: none !important;

        .rtl &
        {
            text-align: right;
            left: auto;
            right: -17px;
        }

        &::after
        {
            content:      ' ';
            display:      block;
            width:        0;
            height:       0;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: $tooltip-bkg-color transparent transparent transparent;
            position:     absolute;
            top:          100%;
            left:         21px;

            .rtl &
            {
                right: 21px;
                left:  auto;
            }
        }
    }

    &:hover
    {
        .fs-tooltip
        {
            visibility: visible;
            opacity:    1;
        }
    }
}freemius/assets/scss/admin/_license-activation.scss000064400000001221151213253130016535 0ustar00.fs-modal.fs-modal-license-activation {
	.fs-modal-body {
		input.fs-license-key {
			width: 100%;
		}
	}
}

.fs-license-options-container {
	table {
		&, select, .fs-available-license-key {
			width: 100%;
		}

		td:first-child {
			width: 1%;
		}

		.fs-other-license-key-container {
			label {
				position: relative;
				top: 6px;
				float: left;
				margin-right: 5px;
			}

			div {
				overflow: hidden;
				width: auto;
				height: 30px;
				display: block;
				top: 2px;
				position: relative;

				input {
					margin: 0;
				}
			}
		}
	}
}

.fs-sites-list-container {
	td {
		cursor: pointer;
	}
}freemius/assets/scss/admin/debug.scss000064400000002203151213253130013704 0ustar00@import "../start";
@import "tag";

.fs-switch-label
{
    font-size: 20px;
    line-height: 31px;
    margin: 0 5px;
}

#fs_log_book {
    table {
        font-family: Consolas,Monaco,monospace;
        font-size: 12px;

        th {
            color: #ccc;
        }

        tr {
            background: #232525;

            &.alternate {
                background: #2b2b2b;
            }

            td {
                &.fs-col--logger {
                    color: #5a7435;
                }
                &.fs-col--type {
                    color: #ffc861;
                }
                &.fs-col--function {
                    color: #a7b7b1;
                    font-weight: bold;
                }
                &.fs-col--message {
                    &, a
                    {
                        color: #9a73ac !important;
                    }
                }
                &.fs-col--file {
                    color: #d07922;
                }
                &.fs-col--timestamp {
                    color: #6596be;
                }
            }
        }
    }
}freemius/assets/scss/admin/_switch.scss000064400000005013151213253130014260 0ustar00@use "sass:math";

$switch-size: 24px;
$switch-small-size: 0.75 * $switch-size;
$switch-on-color: $wp-button-primary-background-color;

.fs-switch
{
    position:      relative;
    display:       inline-block;
    //font-size:     1.6em;
    //font-weight:   bold;
    color:         #ccc;
    text-shadow:   0 1px 1px rgba(255, 255, 255, 0.8);
    height:        18px;
    padding:       6px 6px 5px 6px;
    border:        1px solid #ccc;
    border:        1px solid rgba(0, 0, 0, 0.2);
    //border-radius: 4px;
    background:    #ececec;
    box-shadow:    0 0 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    cursor:        pointer;

    span
    {
        display:        inline-block;
        width:          35px;
        text-transform: uppercase;
    }

    .fs-toggle
    {
        position:      absolute;
        top:           1px;
        width:         37px;
        height:        $switch-size + 1px;
        border:        1px solid rgba(0, 0, 0, 0.3);
        border-radius: 4px;
        background-color:    #fff;
        background-image: linear-gradient(to bottom, #ececec, #fff);
        box-shadow:    inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
        z-index:       999;
        @include transition(0.40s cubic-bezier(0.54, 1.6, 0.5, 1));
    }

    &.fs-off .fs-toggle
    {
        left: 2%;
    }
    &.fs-on .fs-toggle
    {
        left: 54%;
    }

    /* Round switch */
    &.fs-round
    {
        top:     math.div($switch-size, 3);
        padding: 4px ($switch-size + 1px);
        @include border-radius($switch-size);

        .fs-toggle
        {
            top:    0;
            width:  $switch-size;
            height: $switch-size;
            @include border-radius($switch-size);
        }

        &.fs-off .fs-toggle
        {
            left: -1px;
        }

        &.fs-on
        {
            background: $switch-on-color;

            .fs-toggle
            {
                left: $switch-size + 1px;
            }
        }
    }

    &.fs-small
    {
        &.fs-round
        {
            padding: 1px ($switch-small-size + 1px);

            .fs-toggle
            {
                top:    0;
                width:  $switch-small-size;
                height: $switch-small-size;
                @include border-radius($switch-small-size);
            }

            &.fs-on .fs-toggle
            {
                left: $switch-small-size + 1px;
            }
        }
    }
}freemius/assets/scss/admin/_deactivation-feedback.scss000064400000001727151213253130017163 0ustar00@import "../colors";

.fs-modal.fs-modal-deactivation-feedback {
	.reason-input, .internal-message {
		margin:	3px 0 3px 22px;

		input, textarea {
			width: 100%;
		}
	}

	li.reason {
		&.has-internal-message .internal-message {
			border: 1px solid lighten($darkest-color, 80%);
			padding: 7px;
			display: none;
		}

		@media (max-width: 650px) {
			li.reason {
				margin-bottom: 10px;

				.reason-input, .internal-message {
					margin-left: 29px;
				}

				label {
					display: table;

					> span {
						display: table-cell;
						font-size: 1.3em;
					}
				}
			}
		}
	}

	.anonymous-feedback-label,
	.feedback-from-snooze-label {
		float: left;
		line-height: 30px;

		.rtl & {
			float: right;
		}
	}

	.fs-modal-panel {
		margin-top: 0 !important;

		h3 {
			margin-top: 10px;
			margin-bottom: 0;
			font-size: 16px;
			line-height: 1.5em;
		}
	}
}

#the-list .deactivate > .fs-slug {
	display: none;
}freemius/assets/scss/admin/_modal-common.scss000064400000006551151213253130015351 0ustar00@import "../colors";
@import "../mixins";

.fs-modal {
	position: fixed;
	overflow: auto;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 100000;
	display: none;
	background: rgba(0, 0, 0, 0.6);

	@media (min-width: 961px) {
		padding-left: 160px;

		.rtl & {
			padding-left: 0;
			padding-right: 160px;
		}
	}

	.dashicons
	{
		vertical-align: middle;
	}

	.fs-modal-dialog {
		background: transparent;
		position: absolute;
		left: 50%;
		margin-left: -298px;
		padding-bottom: 30px;
		top: -100%;
		z-index: 100001;
		width: 596px;

		@media (max-width: 650px) {
			margin-left: -50%;
			box-sizing: border-box;
			padding-left: 10px;
			padding-right: 10px;
			width: 100%;

			.fs-modal-panel > h3 > strong {
				font-size: 1.3em;
			}
		}
	}

	&.active {
		display: block;

		&:before {
			display: block;
		}

		.fs-modal-dialog {
			top: 10%;
		}
	}

	&.fs-success {
		.fs-modal-header {
			border-bottom-color: $wp-notice-success-dark-color;
		}

		.fs-modal-body {
			background-color: $wp-notice-success-color;
		}
	}

	&.fs-warn {
		.fs-modal-header {
			border-bottom-color: $wp-notice-warn-dark-color;
		}

		.fs-modal-body {
			background-color: $wp-notice-warn-color;
		}
	}

	&.fs-error {
		.fs-modal-header {
			border-bottom-color: $wp-notice-error-dark-color;
		}

		.fs-modal-body {
			background-color: $wp-notice-error-color;
		}
	}


	.fs-modal-body,
	.fs-modal-footer {
		border: 0;
		background: #fefefe;
		padding: 20px;
	}

    .fs-modal-header {
        border-bottom: #eeeeee solid 1px;
        background: #fbfbfb;
        padding: 15px 20px;
        position: relative;
		margin-bottom: -10px;
//        z-index: 2;

        h4 {
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: bold;
            color: #cacaca;
            text-shadow: 1px 1px 1px #fff;
            letter-spacing: 0.6px;
            -webkit-font-smoothing: antialiased;
        }

        .fs-close {
            position: absolute;
            right: 10px;
            top: 12px;
            cursor: pointer;
            color: #bbb;
            @include border-radius(20px);
            padding: 3px;
            @include transition(all 0.2s ease-in-out);

            &:hover {
                color: #fff;
                background: #aaa;
            }

			&, &:hover
			{
				.dashicons
				{
					text-decoration: none;
				}
			}
        }
    }

	.fs-modal-body {
		border-bottom: 0;

		p {
			font-size: 14px;
		}

		h2 {
			font-size: 20px;
			line-height: 1.5em;
		}

		> div {
			margin-top: 10px;

			h2 {
				font-weight: bold;
				font-size: 20px;
				margin-top: 0;
			}
		}
	}

	.fs-modal-footer {
		border-top: #eeeeee solid 1px;
		text-align: right;

		> .button {
			margin: 0 7px;

			&:last-of-type {
				margin: 0;
			}
		}
	}

	.fs-modal-panel {
		> .notice.inline {
			margin: 0;
			display: none;
		}

		&:not(.active) {
			display: none;
		}
	}
}

.rtl
{
    .fs-modal {
        .fs-modal-header {
            .fs-close {
                right: auto;
                left: 20px;
            }
        }

		.fs-modal-footer {
			text-align: left;
		}
    }
}

body.has-fs-modal {
	overflow: hidden;
}freemius/assets/scss/admin/plugins.scss000064400000000351151213253130014301 0ustar00@import "../start";
@import "tag";

.wp-list-table.plugins {
    .plugin-title {
        span.fs-tag {
            display    : inline-block;
            margin-left: 5px;
            line-height: 10px;
        }
    }
}
freemius/assets/scss/admin/index.php000064400000000131151213253130013537 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/scss/admin/_data-debug-mode.scss000064400000000203151213253130015672 0ustar00.fs-modal.fs-modal-developer-license-debug-mode {
	.fs-modal-body {
		input.fs-license-or-user-key {
			width: 100%;
		}
	}
}freemius/assets/scss/admin/dialog-boxes.scss000064400000000552151213253130015200 0ustar00@import "../start";
@import "modal-common";
@import "deactivation-feedback";
@import "subscription-cancellation";
@import "license-activation";
@import "user-change";
@import "data-debug-mode";
@import "multisite-options";
@import "license-key-resend";
@import "email-address-update";
@import "ajax-loader";
@import "auto-install";
@import "buttons";freemius/assets/scss/admin/optout.scss000064400000003522151213253130014155 0ustar00@import "permissions";

.fs-modal-opt-out {
    .fs-opt-out-button {
        //color: inherit;
    }

    .fs-modal-footer {
        .fs-opt-out-button {
            line-height: 30px;
            margin-right: 10px;
        }
    }

    .fs-permissions {
        margin-top: 0 !important;

        .fs-permissions-section--header .fs-group-opt-out-button {
            float:        right;
            line-height:  1.1em;
        }

        .fs-permissions-section--header .fs-switch-feedback {
            float: right;
            line-height: 1.1em;
            margin-right: 10px;

            .fs-ajax-spinner {
                margin: -2px 0 0;
            }
        }

        .fs-permissions-section--header-title {
            font-size:      1.1em;
            font-weight:    600;
            text-transform: uppercase;
            display:        block;
            line-height:    1.1em;
            margin: 0.5em 0;
        }

        .fs-permissions-section--desc {
            margin-top: 0;
        }

        hr {
            border: 0;
            border-top: #eee solid 1px;
            margin: 25px 0 20px 0;
        }

        ul {
            border: 1px solid #c3c4c7;
            border-radius: 3px;
            margin: 10px 0 0 0;
            box-shadow: 0 1px 1px rgb(0, 0, 0, 0.04);

            li {
                border-bottom: 1px solid #d7dde1;
                border-left: 4px solid #72aee6;

                .rtl & {
                    border-left: none;
                    border-right: 4px solid #72aee6;
                }

                &.fs-disabled {
                    border-left-color: rgba(114,174,230,0);
                }

                &:last-child {
                    border-bottom: none;
                }
            }
        }
    }
}freemius/assets/scss/admin/gdpr-optin-notice.scss000064400000000510151213253130016157 0ustar00.fs-notice[data-id^="gdpr_optin_actions"]
{
    .underlined {
        text-decoration: underline;
    }

    ul {
        .button, .action-description {
            vertical-align: middle;
        }

        .action-description {
            display: inline-block;
            margin-left: 3px;
        }
    }
}freemius/assets/scss/customizer.scss000064400000007737151213253130013753 0ustar00@import "start";

#fs_customizer_upsell {
    .fs-customizer-plan {
        padding: 10px 20px 20px 20px;
        border-radius: 3px;
        background: #fff;

        h2 {
            position: relative;
            margin: 0;
            line-height: 2em;
            text-transform: uppercase;

            .button-link {
                top: -2px;
            }
        }
    }

    .fs-feature {
        position: relative;
    }

    .dashicons-yes {
        color: #0085ba;
        font-size: 2em;
        vertical-align: bottom;
        margin-left: -7px;
        margin-right: 10px;

        .rtl & {
            margin-left: 10px;
            margin-right: -7px;
        }
    }

    .dashicons-editor-help
    {
        color:  #bbb;
        cursor: help;

        $tooltip-color: #000;

        .fs-feature-desc {
            opacity:       0;
            visibility: hidden;
            @include transition(opacity 0.3s ease-in-out);

            position:      absolute;
            background:    $tooltip-color;
            color:         #fff;
            font-family:   'arial', serif;
            font-size:     12px;
            padding:       10px;
            z-index:       999999;
            bottom:        100%;
            margin-bottom: 5px;
            left:          0;
            right:         0;
            @include border-radius(5px);
            @include box-shadow(1px 1px 1px rgba(0,0,0,0.2));
            line-height:   1.3em;
            font-weight:   bold;
            text-align:    left;

            .rtl &
            {
                text-align: right;
            }

            &::after {
                content: ' ';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5px 5px 0 5px;
                border-color: $tooltip-color transparent transparent transparent;
                position: absolute;
                top: 100%;
                left: 21px;

                .rtl & {
                    right: 21px;
                    left: auto;
                }
            }
        }

        &:hover {
            .fs-feature-desc {
                visibility: visible;
                opacity: 1;
            }
        }
    }

    .button-primary {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

#fs_customizer_support
{
    display: block !important;

    .button {
        float: right;
    }

    .button-group {
        width: 100%;
        display: block;
        margin-top: 10px;

        .button {
            float: none;
            width: 50%;
            text-align: center;
        }
    }
}

#customize-theme-controls #accordion-section-freemius_upsell
{
    border-top:    1px solid $wp-button-primary-background-color !important;;
    border-bottom: 1px solid $wp-button-primary-background-color !important;;

    h3.accordion-section-title
    {
        color:            $wp-button-primary-color;
        background-color: $wp-button-primary-background-color;
        border-left:      4px solid $wp-button-primary-background-color;
        transition:       .15s background-color ease-in-out, .15s border-color ease-in-out;
        outline:          none;
        border-bottom:    none !important;

        &:hover
        {
            background-color:  $wp-button-primary-hover-background-color;
            border-left-color: $wp-button-primary-active-background-color;
        }

        &:after {
            color: $wp-button-primary-color;
        }
    }

    .rtl
    {
        h3.accordion-section-title
        {
            border-left:  none;
            border-right: 4px solid $wp-button-primary-background-color;

            &:hover
            {
                border-right-color: $wp-button-primary-active-background-color;
            }
        }
    }
}freemius/assets/scss/_load.scss000064400000000115151213253130012604 0ustar00@import 'mixins';
@import "vars";
@import "functions";
@import "colors";
freemius/assets/scss/index.php000064400000000131151213253130012447 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/assets/scss/_start.scss000064400000000113151213253130013020 0ustar00@import "vars";
@import "colors";
@import "mixins";
@import "functions";freemius/CONTRIBUTING.md000064400000004064151213253130010614 0ustar00# Contributing to Freemius SDK for WordPress

We love to receive contributions from our community — you! There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into Freemius SDK for WordPress itself.
Please be sure to read our [contributing guide](https://freemius.com/help/documentation/wordpress-sdk/freemius-sdk-contribute/) before making a pull request.

## Setup Node.js

We make use of several Node.js packages to build and test the SDK. To install them, you need to have Node.js installed on your machine. We recommend using
[nvm](https://github.com/nvm-sh/nvm). Once you have it installed, run the following commands to install the correct version of Node.js and the dependencies:

```bash
# Make sure to use the latest LTS version of Node.js.
nvm install --lts
nvm use --lts

# Install with a frozen lockfile.
npm ci
````

Now you may check the available commands by running:

```bash
npm run
```

## Translations

We use a custom build to extract translations and generate the POT file. The prerequisites are:

- You must be a team member of Freemius.
- You must have access to our [Transifex](https://app.transifex.com/freemius/wordpress-sdk/dashboard/) project.
- You have set the `.env` file in the project with the needed variables. Check the `.env.example` file for reference.

Now, you can run the following commands:


```bash
# Run the script to extract translations and generate the POT file.
npm run translate
```

## Development and Build

To compile SASS and JS during development, run

```bash
npm run dev
```

This will watch for changes and compile changed files. The system is also hooked with
live-reload, so you don't need to refresh the page to see the changes. Simply install the
[LiveReload browser extension](https://chromewebstore.google.com/detail/livereload++/ciehpookapcdlakedibajeccomagbfab) and enable it.

To build the SDK for production, run

```bash
npm run build
```freemius/LICENSE.txt000064400000105745151213253130010216 0ustar00                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The GNU General Public License is a free, copyleft license for
software and other kinds of works.

  The licenses for most software and other practical works are designed
to take away your freedom to share and change the works.  By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users.  We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors.  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.

  To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights.  Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received.  You must make sure that they, too, receive
or can get the source code.  And you must show them these terms so they
know their rights.

  Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.

  For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software.  For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.

  Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so.  This is fundamentally incompatible with the aim of
protecting users' freedom to change the software.  The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable.  Therefore, we
have designed this version of the GPL to prohibit the practice for those
products.  If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.

  Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary.  To prevent this, the GPL assures that
patents cannot be used to render the program non-free.

  The precise terms and conditions for copying, distribution and
modification follow.

                       TERMS AND CONDITIONS

  0. Definitions.

  "This License" refers to version 3 of the GNU General Public License.

  "Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.

  "The Program" refers to any copyrightable work licensed under this
License.  Each licensee is addressed as "you".  "Licensees" and
"recipients" may be individuals or organizations.

  To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy.  The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.

  A "covered work" means either the unmodified Program or a work based
on the Program.

  To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy.  Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.

  To "convey" a work means any kind of propagation that enables other
parties to make or receive copies.  Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.

  An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License.  If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.

  1. Source Code.

  The "source code" for a work means the preferred form of the work
for making modifications to it.  "Object code" means any non-source
form of a work.

  A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.

  The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form.  A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.

  The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities.  However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work.  For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.

  The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.

  The Corresponding Source for a work in source code form is that
same work.

  2. Basic Permissions.

  All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met.  This License explicitly affirms your unlimited
permission to run the unmodified Program.  The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work.  This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.

  You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force.  You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright.  Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.

  Conveying under any other circumstances is permitted solely under
the conditions stated below.  Sublicensing is not allowed; section 10
makes it unnecessary.

  3. Protecting Users' Legal Rights From Anti-Circumvention Law.

  No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.

  When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.

  4. Conveying Verbatim Copies.

  You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.

  You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.

  5. Conveying Modified Source Versions.

  You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:

    a) The work must carry prominent notices stating that you modified
    it, and giving a relevant date.

    b) The work must carry prominent notices stating that it is
    released under this License and any conditions added under section
    7.  This requirement modifies the requirement in section 4 to
    "keep intact all notices".

    c) You must license the entire work, as a whole, under this
    License to anyone who comes into possession of a copy.  This
    License will therefore apply, along with any applicable section 7
    additional terms, to the whole of the work, and all its parts,
    regardless of how they are packaged.  This License gives no
    permission to license the work in any other way, but it does not
    invalidate such permission if you have separately received it.

    d) If the work has interactive user interfaces, each must display
    Appropriate Legal Notices; however, if the Program has interactive
    interfaces that do not display Appropriate Legal Notices, your
    work need not make them do so.

  A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit.  Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.

  6. Conveying Non-Source Forms.

  You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:

    a) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by the
    Corresponding Source fixed on a durable physical medium
    customarily used for software interchange.

    b) Convey the object code in, or embodied in, a physical product
    (including a physical distribution medium), accompanied by a
    written offer, valid for at least three years and valid for as
    long as you offer spare parts or customer support for that product
    model, to give anyone who possesses the object code either (1) a
    copy of the Corresponding Source for all the software in the
    product that is covered by this License, on a durable physical
    medium customarily used for software interchange, for a price no
    more than your reasonable cost of physically performing this
    conveying of source, or (2) access to copy the
    Corresponding Source from a network server at no charge.

    c) Convey individual copies of the object code with a copy of the
    written offer to provide the Corresponding Source.  This
    alternative is allowed only occasionally and noncommercially, and
    only if you received the object code with such an offer, in accord
    with subsection 6b.

    d) Convey the object code by offering access from a designated
    place (gratis or for a charge), and offer equivalent access to the
    Corresponding Source in the same way through the same place at no
    further charge.  You need not require recipients to copy the
    Corresponding Source along with the object code.  If the place to
    copy the object code is a network server, the Corresponding Source
    may be on a different server (operated by you or a third party)
    that supports equivalent copying facilities, provided you maintain
    clear directions next to the object code saying where to find the
    Corresponding Source.  Regardless of what server hosts the
    Corresponding Source, you remain obligated to ensure that it is
    available for as long as needed to satisfy these requirements.

    e) Convey the object code using peer-to-peer transmission, provided
    you inform other peers where the object code and Corresponding
    Source of the work are being offered to the general public at no
    charge under subsection 6d.

  A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.

  A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling.  In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage.  For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product.  A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.

  "Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source.  The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.

  If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information.  But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).

  The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed.  Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.

  Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.

  7. Additional Terms.

  "Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law.  If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.

  When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it.  (Additional permissions may be written to require their own
removal in certain cases when you modify the work.)  You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.

  Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:

    a) Disclaiming warranty or limiting liability differently from the
    terms of sections 15 and 16 of this License; or

    b) Requiring preservation of specified reasonable legal notices or
    author attributions in that material or in the Appropriate Legal
    Notices displayed by works containing it; or

    c) Prohibiting misrepresentation of the origin of that material, or
    requiring that modified versions of such material be marked in
    reasonable ways as different from the original version; or

    d) Limiting the use for publicity purposes of names of licensors or
    authors of the material; or

    e) Declining to grant rights under trademark law for use of some
    trade names, trademarks, or service marks; or

    f) Requiring indemnification of licensors and authors of that
    material by anyone who conveys the material (or modified versions of
    it) with contractual assumptions of liability to the recipient, for
    any liability that these contractual assumptions directly impose on
    those licensors and authors.

  All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10.  If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term.  If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.

  If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.

  Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.

  8. Termination.

  You may not propagate or modify a covered work except as expressly
provided under this License.  Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).

  However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.

  Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.

  Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License.  If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.

  9. Acceptance Not Required for Having Copies.

  You are not required to accept this License in order to receive or
run a copy of the Program.  Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance.  However,
nothing other than this License grants you permission to propagate or
modify any covered work.  These actions infringe copyright if you do
not accept this License.  Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.

  10. Automatic Licensing of Downstream Recipients.

  Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License.  You are not responsible
for enforcing compliance by third parties with this License.

  An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations.  If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.

  You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License.  For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.

  11. Patents.

  A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based.  The
work thus licensed is called the contributor's "contributor version".

  A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version.  For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.

  Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.

  In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement).  To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.

  If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients.  "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.

  If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.

  A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License.  You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.

  Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.

  12. No Surrender of Others' Freedom.

  If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all.  For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.

  13. Use with the GNU Affero General Public License.

  Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work.  The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.

  14. Revised Versions of this License.

  The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

  Each version is given a distinguishing version number.  If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation.  If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.

  If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.

  Later license versions may give you additional or different
permissions.  However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.

  15. Disclaimer of Warranty.

  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. Limitation of Liability.

  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.

  17. Interpretation of Sections 15 and 16.

  If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    {one line to give the program's name and a brief idea of what it does.}
    Copyright (C) {year}  {name of author}

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

  If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

    {project}  Copyright (C) {year}  {fullname}
    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

  You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

  The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.freemius/gulptasks/transifex.js000064400000013220151213253130012733 0ustar00/**
 * All Transifex related APIs and code.
 *
 * @link https://developers.transifex.com/recipes/create-update-and-delete-a-resource-in-nodejs
 * @todo Refactor into a class/proper library if we end up using this at more places.
 */
const {transifexApi} = require('@transifex/api');
const fs = require('node:fs');
const log = require('fancy-log');
const prompts = require('prompts');
const {po} = require('gettext-parser');
const chalk = require('chalk');
const fetch = require('node-fetch'); // @todo - Remove once fetch is stabilized in NodeJS.

transifexApi.setup({
    auth: process.env.TRANSIFEX_API
});

const SOURCE_SLUG = 'freemius-enpo';
const SOURCE_NAME = 'freemius-en.po';

async function getOrganization() {
    const organization = await transifexApi.Organization.get({slug: process.env.TRANSIFEX_ORGANIZATION});

    if (!organization) {
        throw new Error(`Organization "${process.env.TRANSIFEX_ORGANIZATION}" not found!`);
    }

    log(`Using organization "${chalk.bold.bgBlack.yellow(organization.attributes.name)}"`);

    return organization;
}

/**
 * @param {import('@transifex/api').JsonApiResource} organization
 * @return {Promise<import('@transifex/api').JsonApiResource>}
 */
async function getProject(organization) {
    const projects = await organization.fetch('projects', false);
    const project = await projects.get({slug: process.env.TRANSIFEX_PROJECT});

    if (!project) {
        throw new Error(`Project "${process.env.TRANSIFEX_PROJECT}" not found!`);
    }

    log(`Using project "${chalk.bold.bgBlack.yellow(project.attributes.name)}"`);

    return project;
}

async function getOrgAndProject() {
    const organization = await getOrganization();
    const project = await getProject(organization);

    return {organization, project};
}

/**
 * @param {import('@transifex/api').JsonApiResource} project
 * @param {string} name
 * @param {string} slug
 * @param {import('@transifex/api').JsonApiResource} i18nFormat
 * @return {Promise<import('@transifex/api').JsonApiResource>}
 */
async function getResourceStringForUpload(project, name, slug, i18nFormat) {
    const resources = await project.fetch('resources', false);
    /**
     * IMPORTANT: DO NOT DELETE THE RESOURCE from the API.
     * It will delete all the translations too.
     * So first try to see if the resource is present and use it. If not, then only create it.
     */

    /**
     * @type {import('@transifex/api').JsonApiResource}
     */
    let resource;

    try {
        resource = await resources.get({slug});
        log(`Resource "${chalk.bold.bgBlack.yellow(name)}" already exists, updating...`)
    } catch (e) {
        // No resources yet
        log(`Creating resource "${chalk.bold.bgBlack.yellow(name)}"`);
        resource = await transifexApi.Resource.create({
            name,
            slug,
            project,
            i18n_format: i18nFormat,
        });
    }

    return resource;
}

function getLinesCount(parsedPot) {
    let sentenceCount = 0;
    let wordCount = 0;

    Object.values(parsedPot.translations).forEach((messages) => {
        Object.keys((messages)).forEach((source) => {
            if ('' === source) {
                return;
            }

            sentenceCount += 1;
            wordCount += source.split(' ').length;
        });
    });

    return {sentenceCount, wordCount};
}

async function uploadEnglishPoToTransifex(poPath) {
    const {organization, project} = await getOrgAndProject();
    const content = fs.readFileSync(poPath, {encoding: 'utf-8'});

    // Get total number of lines in the file
    const parsedPot = po.parse(content);

    // Get total lines count from the parsedPot
    const {sentenceCount, wordCount} = getLinesCount(parsedPot);

    const i18nFormat = await transifexApi.i18n_formats.get({
        organization,
        name: 'PO'
    });

    const resource = await getResourceStringForUpload(project, SOURCE_NAME, SOURCE_SLUG, i18nFormat);

    log(`ATTENTION: ${chalk.bold.red('UPLOADING')}!!`);
    log(`You are about to upload the freemius-en.po file to the production organization!.`);
    log(`In ${chalk.bgYellow.black('Transifex')} freemius-en.po file has ${chalk.bold.magenta(resource.attributes.string_count)} lines and ${chalk.bold.cyan(resource.attributes.word_count)} words.`);
    log(`In     ${chalk.bgYellow.black('Local')} freemius-en.po file has ${chalk.bold.magenta(sentenceCount)} lines and ${chalk.bold.cyan(wordCount)} words.`);
    log(`Please make sure you have already tested the content of the file.`);
    log(chalk.bold.red('Any data loss could be permanent.'));

    const confirmation = await prompts({
        type: 'confirm',
        message: `Do you want to upload the file freemius-en.po to Transifex?`,
        initial: false,
        name: 'value',
    });

    if (!confirmation.value) {
        log('Aborting upload');
        return false;
    }

    await transifexApi.ResourceStringsAsyncUpload.upload({
        resource,
        content,
    });

    return resource;
}

/**
 * @param {string} languageCode
 * @param {import('@transifex/api').JsonApiResource} resource
 * @return {Promise<string>}
 */
async function getTranslation(languageCode, resource) {
    const language = await transifexApi.Language.get({code: languageCode});
    const url = await transifexApi.ResourceTranslationsAsyncDownload.download({
        resource,
        language,
    });

    const response = await fetch(url);
    return await response.text();
}

exports.uploadEnglishPoToTransifex = uploadEnglishPoToTransifex;
exports.getTranslation = getTranslation;freemius/gulptasks/sass.js000064400000000475151213253130011711 0ustar00const {getSCSSCompiler} = require('./compilers');

const scssSourceDir = 'assets/scss';

const scssSources = [
    `${scssSourceDir}/**/*.scss`,
];

const cssOutPut = 'assets/css';

exports.getSdkScssCompiler = (isProd) => getSCSSCompiler(scssSources, cssOutPut, isProd);
exports.scssSources = scssSources;freemius/gulptasks/translate.js000064400000010351151213253130012727 0ustar00const {src, dest, series} = require('gulp');
const sort = require('gulp-sort');
const wpPot = require('gulp-wp-pot');
const path = require('node:path');
const log = require('fancy-log');
const fs = require('node:fs');
const {po, mo} = require('gettext-parser');
const chalk = require('chalk');
const {uploadEnglishPoToTransifex, getTranslation} = require('./transifex');

const root = path.resolve(__dirname, '..');
const languagesFolder = path.resolve(root, './languages');
const freemiusPotPath = path.resolve(languagesFolder, './freemius.pot');

const LANGUAGE_CODES = [
    'cs_CZ',
    'da_DK',
    'de_DE',
    'es_ES',
    'fr_FR',
    'he_IL',
    'hu_HU',
    'it_IT',
    'ja',
    'nl_NL',
    'ru_RU',
    'ta',
    'zh_CN',
];

function translatePHP() {
    return src('**/*.php')
        .pipe(sort())
        .pipe(wpPot({
            destFile      : 'freemius.pot',
            package       : 'freemius',
            bugReport     : 'https://github.com/Freemius/wordpress-sdk/issues',
            lastTranslator: 'Vova Feldman <vova@freemius.com>',
            team          : 'Freemius Team <admin@freemius.com>',

            gettextFunctions: [
                // #region Methods from the Freemius class.
                {name: 'get_text_inline'},
                {name: 'get_text_x_inline', context: 2},

                {name: '$this->get_text_inline'},
                {name: '$this->get_text_x_inline', context: 2},

                {name: '$this->_fs->get_text_inline'},
                {name: '$this->_fs->get_text_x_inline', context: 2},

                {name: '$this->fs->get_text_inline'},
                {name: '$this->fs->get_text_x_inline', context: 2},

                {name: '$fs->get_text_inline'},
                {name: '$fs->get_text_x_inline', context: 2},

                {name: '$this->_parent->get_text_inline'},
                {name: '$this->_parent->get_text_x_inline', context: 2},

                // #endregion

                {name: 'fs_text_inline'},
                {name: 'fs_echo_inline'},
                {name: 'fs_esc_js_inline'},
                {name: 'fs_esc_attr_inline'},
                {name: 'fs_esc_attr_echo_inline'},
                {name: 'fs_esc_html_inline'},
                {name: 'fs_esc_html_echo_inline'},

                {name: 'fs_text_x_inline', context: 2},
                {name: 'fs_echo_x_inline', context: 2},
                {name: 'fs_esc_attr_x_inline', context: 2},
                {name: 'fs_esc_js_x_inline', context: 2},
                {name: 'fs_esc_js_echo_x_inline', context: 2},
                {name: 'fs_esc_html_x_inline', context: 2},
                {name: 'fs_esc_html_echo_x_inline', context: 2},
            ],
        }))
        .pipe(dest(freemiusPotPath));
}

function updateTranslationFiles(languageCode, translation) {
    const fileName = `freemius-${languageCode}`;
    // Do a parsing, just to be sure that the translation is valid.
    const parsedPo = po.parse(translation);

    const poFilePath = path.resolve(languagesFolder, `./${fileName}.po`);
    fs.writeFileSync(poFilePath, po.compile(parsedPo));

    const moFilePath = path.resolve(languagesFolder, `./${fileName}.mo`);
    fs.writeFileSync(moFilePath, mo.compile(parsedPo));
}

async function syncWithTransifex() {
    log('Updaing Transifex source...');
    const resource = await uploadEnglishPoToTransifex(freemiusPotPath);

    if (false === resource) {
        log.error('Failed to upload the English po file to Transifex.');
        return;
    }

    log('Transifex updated.');

    // Loop over LANGUAGE_CODE and download and update every one of them
    for (const code of LANGUAGE_CODES) {
        log(`Updating ${chalk.cyan(code)}...`);
        try {
            const translation = await getTranslation(code, resource);

            // Update the po file in the file system
            updateTranslationFiles(code, translation);

            log(`Updated ${chalk.cyan(code)}.`);
        } catch (e) {
            log.error(`Failed to get translation of ${chalk.red(code)}, skipping...`);
        }
    }
}

exports.createTranslation = series(translatePHP, syncWithTransifex);

exports.createPot = translatePHP;
freemius/gulptasks/compilers.js000064400000007164151213253130012737 0ustar00const {src, dest} = require('gulp');
const {createGulpEsbuild} = require('gulp-esbuild');
const concat = require('gulp-concat');
const plumber = require('gulp-plumber');
const terser = require('gulp-terser');
const sass = require('gulp-sass')(require('sass'));
const postcss = require('gulp-postcss');
const autoprefixer = require('autoprefixer');
const cssnano = require('cssnano');
const sourcemaps = require('gulp-sourcemaps');
const livereload = require('gulp-livereload');
const log = require('fancy-log');
const packageImporter = require('node-sass-package-importer');

const getEsBuildOptions = (buildSourceMap = true) => {
    const esbuildOptions = {
        minify: false,
        target: 'es2015',
        bundle: false,
    };

    if (buildSourceMap) {
        esbuildOptions.sourcemap = 'inline';
    }

    return esbuildOptions;
};

const devEsBuild = () =>
    createGulpEsbuild({
        incremental: true,
        pipe       : true,
    });

const prodEsBuild = () =>
    createGulpEsbuild({
        pipe: true,
    });

/**
 * @param {string[]|string} sourceJsFiles
 * @param {string} outputLocation
 * @param {string} outputFileName
 * @param {boolean} isProd
 */
function getJsCompiler(sourceJsFiles, outputLocation, outputFileName, isProd) {
    return function compileJS() {
        let task = src(sourceJsFiles)
            .pipe(plumber())
            .pipe(sourcemaps.init().on('error', log.error))
            .pipe(concat(outputFileName))
            // Save inline the source map, the terser will remove it in production.
            .pipe(sourcemaps.write().on('error', log.error));

        if (isProd) {
            task = task.pipe(prodEsBuild()(getEsBuildOptions(false)));
        } else {
            task = task.pipe(devEsBuild()(getEsBuildOptions(true)));
        }

        if (isProd) {
            task = task.pipe(terser({toplevel: false}));
        } else {
            task = task.pipe(livereload());
        }

        task = task.pipe(dest(outputLocation));

        return task;
    };
}


function getPostCssPlugins(isProd = false) {
    // The postcss plugins will read from package.json for the browserslist.
    const postCssPlugins = [
        // Add auto-prefixer to remove outdated vendor prefixes.
        autoprefixer({remove: true}),
    ];

    if (isProd) {
        postCssPlugins.push(
            cssnano({
                preset: [
                    'default',
                    {
                        discardComments: {
                            removeAll: true,
                        },
                    },
                ],
            }),
        );
    }

    return postCssPlugins;
}

function getSCSSCompiler(sourceScssFiles, outputLocation, isProd = false) {
    return function compileCss() {
        let task = src(sourceScssFiles)
            .pipe(plumber());

        if (!isProd) {
            task = task.pipe(sourcemaps.init());
        }

        task = task.pipe(
                sass.sync({
                        outputStyle: isProd ? 'compressed' : 'expanded',
                        importer   : packageImporter(),
                    })
                    .on('error', sass.logError),
            )
            .pipe(postcss(getPostCssPlugins(isProd)));

        if (!isProd) {
            task = task.pipe(sourcemaps.write('./'));
        }

        task = task.pipe(dest(outputLocation));

        if (!isProd) {
            task = task.pipe(livereload());
        }

        return task;
    };
}

module.exports = {
    getJsCompiler,
    getSCSSCompiler,
};
freemius/gulptasks/scripts.js000064400000001117151213253130012421 0ustar00const {getJsCompiler} = require('./compilers');
const jsSourceDir = 'assets/scripts';

const jsOutput = 'assets/js';

const jsSources = {
    ['nojquery.ba-postmessage']: `${jsSourceDir}/nojquery.ba-postmessage.js`,
    ['postmessage']            : `${jsSourceDir}/postmessage.js`,
};

exports.getSdkJSCompilers = (isProd) => {
    return Object.entries(jsSources).map(([fileName, source]) => {
        return getJsCompiler(
            source,
            jsOutput,
            `${fileName}.js`,
            isProd,
        );
    });
};

exports.jsSources = jsSources;freemius/templates/forms/user-change.php000064400000027362151213253130014427 0ustar00<?php
    /**
    * @package   Freemius
    * @copyright Copyright (c) 2015, Freemius, Inc.
    * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
    * @since     2.3.2
    */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array    $VARS
     *
     * @var Freemius $fs
     */
    $fs   = freemius( $VARS['id'] );
    $slug = $fs->get_slug();

    /**
     * @var object[] $license_owners
     */
    $license_owners = $VARS['license_owners'];

    $change_user_message                  = fs_text_inline( 'By changing the user, you agree to transfer the account ownership to:', 'change-user--message', $slug );
    $header_title                         = fs_text_inline( 'Change User', 'change-user', $slug );
    $user_change_button_text              = fs_text_inline( 'I Agree - Change User', 'agree-change-user', $slug );
    $other_text                           = fs_text_inline( 'Other', 'other', $slug );
    $enter_email_address_placeholder_text = fs_text_inline( 'Enter email address', 'enter-email-address', $slug );

    $user_change_options_html = <<< HTML
    <div class="fs-user-change-options-container">
        <table>
            <tbody>
HTML;

        foreach ( $license_owners as $license_owner ) {
            $user_change_options_html .= <<< HTML
                <tr class="fs-email-address-container">
                    <td><input id="fs_email_address_{$license_owner->id}" type="radio" name="fs_email_address" value="{$license_owner->id}"></td>
                    <td><label for="fs_email_address_{$license_owner->id}">{$license_owner->email}</label></td>
                </tr>
HTML;
        }

        $user_change_options_html .= <<< HTML
                <tr>
                    <td><input id="fs_other_email_address_radio" type="radio" name="fs_email_address" value="other"></td>
                    <td class="fs-other-email-address-container">
                        <div>
                            <label for="fs_email_address">{$other_text}: </label>
                            <div>
                                <input id="fs_other_email_address_text_field" class="fs-email-address" type="text" placeholder="{$enter_email_address_placeholder_text}" tabindex="1">
                            </div>
                        </div>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
HTML;

    $modal_content_html = <<< HTML
    <div class="notice notice-error inline fs-change-user-result-message"><p></p></div>
    <p>{$change_user_message}</p>
    {$user_change_options_html}
HTML;

    fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
(function( $ ) {
    $( document ).ready(function() {
        var modalContentHtml            = <?php echo json_encode( $modal_content_html ) ?>,
            modalHtml                   =
                '<div class="fs-modal fs-modal-change-user fs-modal-change-user-<?php echo $fs->get_unique_affix() ?>">'
                + '	<div class="fs-modal-dialog">'
                + '		<div class="fs-modal-header">'
                + '		    <h4><?php echo esc_js( $header_title ) ?></h4>'
                + '         <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'close window', 'dismiss', $slug ) ) ?>"></i></a>'
                + '		</div>'
                + '		<div class="fs-modal-body">'
                + '			<div class="fs-modal-panel active">' + modalContentHtml + '</div>'
                + '		</div>'
                + '		<div class="fs-modal-footer">'
                + '			<button class="button button-secondary button-close" tabindex="4"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
                + '			<button class="button button-primary fs-user-change-button" tabindex="3"><?php echo esc_js( $user_change_button_text ) ?></button>'
                + '		</div>'
                + '	</div>'
                + '</div>',
            $modal                      = $( modalHtml ),
            $userChangeButton           = $modal.find( '.fs-user-change-button' ),
            $otherEmailAddressRadio     = $modal.find( '#fs_other_email_address_radio' ),
            $changeUserResultMessage    = $modal.find( '.fs-change-user-result-message' ),
            $otherEmailAddressContainer = $modal.find( '.fs-other-email-address-container' ),
            $otherEmailAddressTextField = $modal.find( '#fs_other_email_address_text_field' ),
            $licenseOwners              = $modal.find( 'input[type="radio"][name="fs_email_address"]' );

        $modal.appendTo( $( 'body' ) );

        var previousEmailAddress = null;

        function registerEventHandlers() {
            $licenseOwners.change( function() {
                var otherEmailAddress           = $otherEmailAddressTextField.val().trim(),
                    otherEmailAddressIsSelected = isOtherEmailAddressSelected();

                if ( otherEmailAddressIsSelected ) {
                    $otherEmailAddressTextField.focus();
                }

                if ( otherEmailAddress.length > 0 || ! otherEmailAddressIsSelected ) {
                    enableUserChangeButton();
                } else {
                    disableUserChangeButton();
                }
            } );

            $otherEmailAddressContainer.click( function () {
                $otherEmailAddressRadio.click();
            } );

            // Handle for the "Change User" button on the "Account" page.
            $( '#fs_change_user' ).click( function ( evt ) {
                evt.preventDefault();

                showModal( evt );
            } );

            /**
             * Disables the "Change User" button when the email address is empty.
             */
            $modal.on( 'keyup paste delete cut', 'input#fs_other_email_address_text_field', function () {
                setTimeout( function () {
                    var emailAddress = $otherEmailAddressRadio.val().trim();

                    if ( emailAddress === previousEmailAddress ) {
                        return;
                    }

                    if ( '' === emailAddress ) {
                        disableUserChangeButton();
                    } else {
                        enableUserChangeButton();
                    }

                    previousEmailAddress = emailAddress;
                }, 100 );
            } ).focus();

            $modal.on( 'input propertychange', 'input#fs_other_email_address_text_field', function () {
                var emailAddress = $( this ).val().trim();

                /**
                 * If email address is not empty, enable the "Change User" button.
                 */
                if ( emailAddress.length > 0 ) {
                    enableUserChangeButton();
                }
            } );

            $modal.on( 'blur', 'input#fs_other_email_address_text_field', function( evt ) {
                var emailAddress = $( this ).val().trim();

                /**
                 * If email address is empty, disable the "Change User" button.
                 */
                if ( 0 === emailAddress.length ) {
                   disableUserChangeButton();
                }
            } );

            $modal.on( 'click', '.fs-user-change-button', function ( evt ) {
                evt.preventDefault();

                if ( $( this ).hasClass( 'disabled' ) ) {
                    return;
                }

                var emailAddress   = '',
                    licenseOwnerID = null;

                if ( ! isOtherEmailAddressSelected() ) {
                    licenseOwnerID = $licenseOwners.filter( ':checked' ).val();
                } else {
                    emailAddress = $otherEmailAddressTextField.val().trim();

                    if ( 0 === emailAddress.length ) {
                        return;
                    }
                }

                disableUserChangeButton();

                $.ajax( {
                    url       : <?php echo Freemius::ajax_url() ?>,
                    method    : 'POST',
                    data      : {
                        action       : '<?php echo $fs->get_ajax_action( 'change_user' ) ?>',
                        security     : '<?php echo $fs->get_ajax_security( 'change_user' ) ?>',
                        email_address: emailAddress,
                        user_id      : licenseOwnerID,
                        module_id    : '<?php echo $fs->get_id() ?>'
                    },
                    beforeSend: function () {
                        $userChangeButton
                            .text( '<?php fs_esc_js_echo_inline( 'Changing user, please wait', 'changing-user-please-wait', $slug ) ?>...' )
                            .prepend('<i class="fs-ajax-spinner"></i>');

                        $(document.body).css({'cursor': 'wait'});
                    },
                    success   : function( result ) {
                        if ( result.success ) {
                            // Redirect to the "Account" page.
                            window.location.reload();
                        } else {
                            $(document.body).css({'cursor': 'auto'});

                            showError( result.error.message ? result.error.message : result.error );
                            resetUserChangeButton();
                        }
                    },
                    error     : function () {
                        $(document.body).css({'cursor': 'auto'});

                        showError( '<?php fs_esc_js_echo_inline( 'Unexpected error, try again in 5 minutes. If the error persists, please contact support.', 'unexpected-error', $slug ) ?>' );

                        resetUserChangeButton();
                    }
                } );
            } );

            // If the user has clicked outside the window, close the modal.
            $modal.on( 'click', '.fs-close, .button-secondary', function () {
                closeModal();
                return false;
            } );
        }

        registerEventHandlers();

        /**
         * @returns {Boolean}
         */
        function isOtherEmailAddressSelected() {
            return ( 'other' === $licenseOwners.filter( ':checked' ).val() );
        }

        function showModal() {
            resetModal();

            // Display the dialog box.
            $modal.addClass( 'active' );
            $( 'body' ).addClass( 'has-fs-modal' );

            // Select the first radio button.
            $licenseOwners.get( 0 ).click();

            $otherEmailAddressTextField.val( '' );
        }

        function closeModal() {
            $modal.removeClass( 'active' );
            $( 'body' ).removeClass( 'has-fs-modal' );
        }

        function resetUserChangeButton() {
            enableUserChangeButton();
            $userChangeButton.text( <?php echo json_encode( $user_change_button_text ) ?> );
        }

        function resetModal() {
            hideError();
            resetUserChangeButton();
        }

        function enableUserChangeButton() {
            $userChangeButton.removeClass( 'disabled' );
        }

        function disableUserChangeButton() {
            $userChangeButton.addClass( 'disabled' );
        }

        function hideError() {
            $changeUserResultMessage.hide();
        }

        function showError( msg ) {
            $changeUserResultMessage.find( ' > p' ).html( msg );
            $changeUserResultMessage.show();
        }
    });
})( jQuery );
</script>
freemius/templates/forms/subscription-cancellation.php000064400000027377151213253130017412 0ustar00<?php
/**
 * @package   Freemius
 * @copyright Copyright (c) 2015, Freemius, Inc.
 * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
 * @since     2.2.1
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

/**
 * @var array $VARS
 */
$fs   = freemius( $VARS['id'] );
$slug = $fs->get_slug();

/**
 * @var FS_Plugin_License $license
 */
$license = $VARS['license'];

$has_trial = $VARS['has_trial'];

$subscription_cancellation_context = $has_trial ?
    fs_text_inline( 'trial', 'trial', $slug ) :
    fs_text_inline( 'subscription', 'subscription', $slug );

$plan         = $fs->get_plan();
$module_label = $fs->get_module_label( true );

if ( $VARS['is_license_deactivation'] ) {
    $subscription_cancellation_text = '';
} else {
    $subscription_cancellation_text = sprintf(
        fs_text_inline(
            "Deactivating or uninstalling the %s will automatically disable the license, which you'll be able to use on another site.",
            'deactivation-or-uninstall-message',
            $slug
        ),
        $module_label
    ) . ' ';
}

    $subscription_cancellation_text .= sprintf(
    fs_text_inline(
        'In case you are NOT planning on using this %s on this site (or any other site) - would you like to cancel the %s as well?',
        'cancel-subscription-message',
        $slug
    ),
    ( $VARS['is_license_deactivation'] ? fs_text_inline( 'license', 'license', $slug ) : $module_label ),
    $subscription_cancellation_context
);

$cancel_subscription_action_label = sprintf(
    fs_esc_html_inline(
        "Cancel %s - I no longer need any security & feature updates, nor support for %s because I'm not planning to use the %s on this, or any other site.",
        'cancel-x',
        $slug
    ),
    esc_html( $subscription_cancellation_context ),
    sprintf( '<strong>%s</strong>', esc_html( $fs->get_plugin_title() ) ),
    esc_html( $module_label )
);

$keep_subscription_active_action_label = esc_html( sprintf(
    fs_text_inline(
        "Don't cancel %s - I'm still interested in getting security & feature updates, as well as be able to contact support.",
        'dont-cancel-x',
        $slug
    ),
    $subscription_cancellation_context
) );

$subscription_cancellation_text = esc_html( $subscription_cancellation_text );

$subscription_cancellation_html = <<< HTML
    <div class="notice notice-error inline"><p></p></div><p>{$subscription_cancellation_text}</p>
    <ul class="subscription-actions">
        <li>
            <label>
                <input type="radio" name="cancel-subscription" value="false"/>
                <span>{$keep_subscription_active_action_label}</span>
            </label>
        </li>
        <li>
            <label>
                <input type="radio" name="cancel-subscription" value="true"/>
                <span>{$cancel_subscription_action_label}</span>
            </label>
        </li>
    </ul>
HTML;

$downgrading_plan_text                      = fs_text_inline( 'Downgrading your plan', 'downgrading-plan', $slug );
$cancelling_subscription_text               = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug );
/* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */
$downgrade_x_confirm_text                   = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug );
$prices_increase_text                       = fs_text_inline( 'Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.', 'pricing-increase-warning', $slug );
$after_downgrade_non_blocking_text          = fs_text_inline( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.', 'after-downgrade-non-blocking', $slug );
$after_downgrade_blocking_text              = fs_text_inline( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.', 'after-downgrade-blocking', $slug );
$after_downgrade_blocking_text_premium_only = fs_text_inline( 'Once your license expires you will no longer be able to use the %s, unless you activate it again with a valid premium license.', 'after-downgrade-blocking-premium-only', $slug );

$subscription_cancellation_confirmation_message = $has_trial ?
    fs_text_inline( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'cancel-trial-confirm', $slug ) :
    sprintf(
        '%s %s %s %s',
        sprintf(
            $downgrade_x_confirm_text,
            ($fs->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
            $plan->title,
            human_time_diff( time(), strtotime( $license->expiration ) )
        ),
        (
        $license->is_block_features ?
            (
                $fs->is_only_premium() ?
                    sprintf( $after_downgrade_blocking_text_premium_only, $module_label ) :
                    sprintf( $after_downgrade_blocking_text, $plan->title )
            ) :
            sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs->get_module_label( true ) )
        ),
        $prices_increase_text,
        fs_esc_attr_inline( 'Are you sure you want to proceed?', 'proceed-confirmation', $slug )
    );

fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
    (function( $ ) {
        var modalHtml =
            '<div class="fs-modal fs-modal-subscription-cancellation fs-modal-subscription-cancellation-<?php echo $fs->get_id() ?>">'
            + '	<div class="fs-modal-dialog">'
            + '		<div class="fs-modal-header">'
            + '		    <h4><?php echo esc_html( sprintf( fs_text_inline( 'Cancel %s?', 'cancel-x', $slug ), ucfirst( $subscription_cancellation_context ) ) ) ?></h4>'
            + '		</div>'
            + '		<div class="fs-modal-body">'
            + '			<div class="fs-modal-panel active">' + <?php echo json_encode( $subscription_cancellation_html ) ?> + '<p class="fs-price-increase-warning" style="display: none;">' + <?php echo json_encode( $prices_increase_text ) ?> + '</p></div>'
            + '		</div>'
            + '		<div class="fs-modal-footer">'
            + '			<a href="#" class="button button-secondary button-close"><?php fs_esc_attr_echo_inline( 'Cancel', 'cancel', $slug ) ?></a>'
            + '			<a href="#" class="button button-primary button-deactivate disabled"><?php fs_esc_attr_echo_inline( 'Proceed', 'proceed', $slug ) ?></a>'
            + '		</div>'
            + '	</div>'
            + '</div>',
            $modal    = $(modalHtml);

        $modal.appendTo($('body'));

        registerEventHandlers();

        function registerEventHandlers() {
            $modal.on( 'showModal', function() {
                showModal();
            });

            $modal.on( 'closeModal', function() {
                closeModal();
            });

            $modal.on('click', '.fs-modal-footer .button', function (evt) {
                evt.preventDefault();

                if ($(this).hasClass('disabled')) {
                    return;
                }

                var _this                                   = $(this),
                    subscriptionCancellationActionEventName = <?php echo json_encode( $fs->get_action_tag( 'subscription_cancellation_action' ) ) ?>;

                if ( _this.hasClass( 'button-primary' ) ) {
                    if ( 'true' !== $modal.find( 'input[name="cancel-subscription"]:checked' ).val() ) {
                        $modal.trigger( subscriptionCancellationActionEventName, false );
                    } else {
                        if ( confirm( <?php echo json_encode( $subscription_cancellation_confirmation_message ) ?> ) ) {
                            $modal.trigger( subscriptionCancellationActionEventName, true );
                        }
                    }
                }
            });

            $modal.on('click', 'input[type="radio"]', function () {
                var
                    $selectedOption = $( this ),
                    $primaryButton  = $modal.find( '.button-primary' ),
                    isSelected      = ( 'true' === $selectedOption.val() );

                if ( isSelected ) {
                    $primaryButton.html( <?php echo json_encode( sprintf(
                        fs_text_inline( 'Cancel %s & Proceed', 'cancel-x-and-proceed', $slug ),
                        ucfirst( $subscription_cancellation_context )
                    ) ) ?> );

                    $modal.find('.fs-price-increase-warning').show();
                } else {
                    $primaryButton.html( <?php fs_json_encode_echo_inline( 'Proceed', 'proceed', $slug ) ?> );
                    $modal.find('.fs-price-increase-warning').hide();
                }

                $primaryButton.toggleClass( 'warn', isSelected );
                $primaryButton.removeClass( 'disabled' );
            });

            // If the user has clicked outside the window, cancel it.
            $modal.on('click', function (evt) {
                var $target = $(evt.target);

                // If the user has clicked anywhere in the modal dialog, just return.
                if ($target.hasClass('fs-modal-body') || $target.hasClass('fs-modal-footer')) {
                    return;
                }

                // If the user has not clicked the close button and the clicked element is inside the modal dialog, just return.
                if (
                    ( ! $target.hasClass( 'button-close' ) ) &&
                    ( $target.parents( '.fs-modal-body' ).length > 0 || $target.parents( '.fs-modal-footer' ).length > 0 )
                ) {
                    return;
                }

                closeModal();

                return false;
            });
        }

        function showModal() {
            resetModal();

            // Display the dialog box.
            $modal.addClass('active');

            $('body').addClass('has-fs-modal');
        }

        function closeModal() {
            var activeModalsCount = $( '.fs-modal.active' ).length;

            $modal.removeClass('active');

            // If child modal, do not remove the "has-fs-modal" class of the <body> element to keep its scrollbars hidden.
            if ( activeModalsCount > 1 ) {
                return;
            }

            $('body').removeClass('has-fs-modal');
        }

        function resetModal() {
            updateButtonLabels();

            if ( 0 === $modal.find( '.subscription-actions' ).length ) {
                $modal.find('.button-deactivate').removeClass('disabled');
            } else {
                $modal.find('.button-deactivate').addClass('disabled');
            }

            $modal.find('.fs-price-increase-warning').hide();

            // Uncheck all radio buttons.
            $modal.find('input[type="radio"]').prop('checked', false);

            $modal.find('.message').hide();
        }

        function showMessage(message) {
            $modal.find('.message').text(message).show();
        }

        function updateButtonLabels() {
            $modal.find('.button-primary').text( <?php fs_json_encode_echo_inline( 'Proceed', 'proceed', $slug ) ?> );

            $modal.find('.button-secondary').text( <?php fs_json_encode_echo_inline( 'Cancel', 'cancel', $slug ) ?> );
        }
    })( jQuery );
</script>freemius/templates/forms/email-address-update.php000064400000035077151213253130016222 0ustar00<?php
	/**
	 * @package   Freemius
	 * @copyright Copyright (c) 2015, Freemius, Inc.
	 * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     *
     * @author Leo Fajardo (@leorw)
	 * @since 2.5.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$user                  = $fs->get_user();
	$current_email_address = $user->email;

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
( function ( $ ) {
	var modalHtml                             =
		    '<div class="fs-modal fs-modal-email-address-update">'
		    + '	<div class="fs-modal-dialog">'
		    + '		<div class="fs-modal-header">'
		    + '		    <h4><?php fs_esc_attr_echo_inline( 'Email address update', 'email-address-update', $slug ) ?></h4>'
            + '         <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'close window', 'dismiss', $slug ) ) ?>"></i></a>'
		    + '		</div>'
		    + '		<div class="fs-modal-body">'
		    + '			<div class="fs-modal-panel active">'
            + '             <div class="notice notice-error inline fs-update-error-message"><p></p></div>'
            + '             <p><?php fs_echo_inline( 'Enter the new email address', 'enter-new-email-address' , $slug ) ?>:</p>'
            + '	    	    <input type="text" class="fs-new-email-address-input" />'
            + '             <div class="fs-email-addresses-ownership-options" style="display: none">'
            + '                 <p><?php echo sprintf(
                                    fs_esc_html_inline( 'Are both %s and %s your email addresses?', 'email-addresses-ownership-confirmation' , $slug ),
                                    sprintf( '<strong>%s</strong>', $current_email_address ),
                                    '<strong class="fs-new-email-address"></strong>'
                                ) ?></p>'
            + '                 <ul>'
            + '                     <li>'
            + '                         <label>'
            + '                             <span><input type="radio" name="email-addresses-ownership" value="both"/></span>'
            + '                             <span><?php fs_echo_inline( 'Yes - both addresses are mine', 'both-addresses-are-mine', $slug ); ?></span>'
            + '                         </label>'
            + '                     </li>'
            + '                     <li>'
            + '                         <label>'
            + '                             <span><input type="radio" name="email-addresses-ownership" value="current"/></span>'
            + '                             <div><?php echo sprintf(
                                                fs_esc_html_inline( "%s is my client's email address", 'client-email-address-confirmation', $slug ),
                                                '<strong class="fs-new-email-address"></strong>'
                                            ) ?></span>'
            + '                         </label>'
            + '                     </li>'
            + '                     <li>'
            + '                         <label>'
            + '                             <span><input type="radio" name="email-addresses-ownership" value="new"/></span>'
            + '                             <div><?php echo sprintf(
                                                fs_esc_html_inline( "%s is my email address", 'email-address-ownership-confirmation', $slug ),
                                                '<strong class="fs-new-email-address"></strong>'
                                            ) ?></span>'
            + '                         </label>'
            + '                     </li>'
            + '                 </ul>'
            + '             </div>'
            + '             <div class="fs-assets-transfership-options" style="display: none">'
            + '                 <p><?php echo sprintf(
                                    fs_esc_html_inline( 'Would you like to merge %s into %s?', 'accounts-merge-confirmation' , $slug ),
                                    sprintf( '<strong>%s</strong>', $current_email_address ),
                                    '<strong class="fs-new-email-address"></strong>'
                                ) ?></p>'
            + '                 <ul>'
            + '                     <li>'
            + '                         <label>'
            + '                             <span><input type="radio" name="assets-transfer-type" value="all" /></span>'
            + '                             <span><?php echo sprintf(
                                                fs_esc_html_inline( 'Yes - move all my data and assets from %s to %s', 'move-all-data-and-assets-into-new-account', $slug ),
                                                sprintf( '<strong>%s</strong>', $current_email_address ),
                                                '<strong class="fs-new-email-address"></strong>'
                                            ) ?></span>'
            + '                         </label>'
            + '                     </li>'
            + '                     <li>'
            + '                         <label>'
            + '                             <span><input type="radio" name="assets-transfer-type" value="plugin" /></span>'
            + '                             <span><?php echo sprintf(
                                                fs_esc_html_inline( "No - only move this site's data to %s", 'move-only-plugin-data-into-new-account', $slug ),
                                                '<strong class="fs-new-email-address"></strong>'
                                            ) ?></span>'
            + '                         </label>'
            + '                     </li>'
            + '                 </ul>'
            + '             </div>'
            + '         </div>'
		    + '		</div>'
		    + '		<div class="fs-modal-footer">'
		    + '			<button class="button button-primary button-update" disabled><?php fs_esc_js_echo_inline( 'Update', 'update-email-address', $slug ) ?></button>'
		    + '			<button class="button button-secondary button-close"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
		    + '		</div>'
		    + '	</div>'
		    + '</div>',
	    $modal                                = $( modalHtml ),
        $updateButton                         = $modal.find( '.button-update' ),
        $updateResultMessage                  = $modal.find( '.fs-update-error-message' ),
        selectedEmailAddressesOwnershipOption = null,
        selectedAssetsTransfershipOption      = null,
        previousEmailAddress                  = '',
        $body                                 = $( 'body' );

	$modal.appendTo( $body );

	registerEventHandlers();

	function registerEventHandlers() {
        $body.on( 'click', '#fs_account_details .button-edit-email-address', function ( evt ) {
            evt.preventDefault();

            showModal( evt );
        } );

        $modal.on( 'input propertychange keyup paste delete cut', '.fs-new-email-address-input', function () {
            var emailAddress = $( this ).val().trim();

            if ( emailAddress === previousEmailAddress ) {
                return;
            }

            var isValidEmailAddressInput = isValidEmailAddress( emailAddress );

            toggleOptions( isValidEmailAddressInput );

            if ( ! isValidEmailAddressInput ) {
                disableUpdateButton();
            } else {
                $modal.find( '.fs-new-email-address').text( emailAddress );

                maybeEnableUpdateButton();
            }

            previousEmailAddress = emailAddress;
        } );

        $modal.on( 'blur', '.fs-new-email-address-input', function() {
            var emailAddress             = $( this ).val().trim(),
                isValidEmailAddressInput = isValidEmailAddress( emailAddress );

            toggleOptions( isValidEmailAddressInput );

            if ( ! isValidEmailAddressInput ) {
                disableUpdateButton();
            }
        } );

        $modal.on( 'click', '.fs-close, .button-secondary', function () {
            closeModal();
            return false;
        } );

		$modal.on( 'click', '.fs-modal-footer .button-update', function ( evt ) {
            if ( ! isValidEmailAddress( previousEmailAddress ) ) {
                return;
            }

            if ( previousEmailAddress === '<?php echo $current_email_address ?>' ) {
                closeModal();
                return;
            }

			var transferType = 'transfer';

			if ( 'current' === selectedEmailAddressesOwnershipOption ) {
			    transferType = 'transfer_to_client';
            } else if (
                'both' === selectedEmailAddressesOwnershipOption &&
                'all' === selectedAssetsTransfershipOption
            ) {
                transferType = 'merge';
            }

            $.ajax( {
                url       : <?php echo Freemius::ajax_url() ?>,
                method    : 'POST',
                data      : {
                    action       : '<?php echo $fs->get_ajax_action( 'update_email_address' ) ?>',
                    security     : '<?php echo $fs->get_ajax_security( 'update_email_address' ) ?>',
                    module_id    : '<?php echo $fs->get_id() ?>',
                    transfer_type: transferType,
                    email_address: previousEmailAddress
                },
                beforeSend: function () {
                    disableUpdateButton();

                    $updateButton.find( '.fs-modal-footer .button' ).prop( 'disabled', true );
                    $updateButton.text( 'Processing...' );
                },
                success   : function( result ) {
                    if ( result.success ) {
                        // Redirect to the "Account" page.
                        window.location.reload();
                    } else {
                        if ('change_ownership' === result.error.code) {
                            window.location = result.error.url;
                        } else {
                            showError(result.error.message ? result.error.message : result.error);
                            resetUpdateButton();
                        }
                    }
                },
                error     : function () {
                    showError( '<?php fs_esc_js_echo_inline( 'Unexpected error, try again in 5 minutes. If the error persists, please contact support.', 'unexpected-error', $slug ) ?>' );

                    resetUpdateButton();
                }
            } );
		} );

		$modal.on( 'click', 'input[type="radio"]', function () {
			var $selectedOption     = $( this ),
                selectedOptionValue = $selectedOption.val();
        
			// If the selection has not changed, do not proceed.
			if (
			    selectedEmailAddressesOwnershipOption === selectedOptionValue ||
                selectedAssetsTransfershipOption === selectedOptionValue
            ) {
                return;
            }

			if ( 'assets-transfer-type' === $selectedOption.attr( 'name' ) ) {
                selectedAssetsTransfershipOption = selectedOptionValue;
            } else {
                selectedEmailAddressesOwnershipOption = selectedOptionValue;

                if ( 'both' !== selectedEmailAddressesOwnershipOption ) {
                    $modal.find( '.fs-assets-transfership-options' ).hide();
                } else {
                    $modal.find( '.fs-assets-transfership-options' ).show();
                    $modal.find( '.fs-assets-transfership-options input[type="radio"]' ).prop('checked', false);

                    selectedAssetsTransfershipOption = null;

                    disableUpdateButton();
                }
            }

			if ( isValidEmailAddress( $( '.fs-new-email-address-input' ).val().trim() ) ) {
                maybeEnableUpdateButton();
            }
		});
	}

	function showModal() {
		resetModal();

		// Display the dialog box.
		$modal.addClass( 'active' );
		$modal.find( '.fs-new-email-address-input' ).focus();

		$( 'body' ).addClass( 'has-fs-modal' );
	}

	function closeModal() {
        selectedEmailAddressesOwnershipOption = null;

        disableUpdateButton();

		$modal.removeClass( 'active' );

		$( 'body' ).removeClass( 'has-fs-modal' );
	}

	function resetModal() {
        hideError();

        // Deselect all radio buttons.
        $modal.find( 'input[type="radio"]' ).prop( 'checked', false );

        // Clear the value of the email address text field.
        $modal.find( 'input[type="text"]' ).val( '' );

        toggleOptions( false );

		disableUpdateButton();

        $updateButton.text( <?php echo json_encode( fs_text_inline( 'Update', 'update-email-address', $slug ) ) ?> );
	}

    function resetUpdateButton() {
        maybeEnableUpdateButton();

        $updateButton.text( <?php echo json_encode( fs_text_inline( 'Update', 'update-email-address', $slug ) ) ?> );
    }

	function maybeEnableUpdateButton() {
	    if ( null === selectedEmailAddressesOwnershipOption ) {
	        return;
        }

	    if (
	        'both' === selectedEmailAddressesOwnershipOption &&
            null === selectedAssetsTransfershipOption
        ) {
	        return;
        }

        $updateButton.prop( 'disabled', false );
	}

	function disableUpdateButton() {
		$updateButton.prop( 'disabled', true );
	}

    function hideError() {
        $updateResultMessage.hide();
    }

    function showError( msg ) {
        $updateResultMessage.find( ' > p' ).html( msg );
        $updateResultMessage.show();
    }

    function isValidEmailAddress( emailAddress ) {
	    if ( '' === emailAddress ) {
	        return false;
        }

        return /[0-9a-zA-Z][a-zA-Z\+0-9\.\_\-]*@[0-9a-zA-Z\-]+(\.[a-zA-Z]{2,24}){1,3}/.test( emailAddress );
    }

    function toggleOptions( show ) {
	    $modal.find( '.fs-email-addresses-ownership-options' ).toggle( show );

	    if ( ! show ) {
            $modal.find( '.fs-assets-transfership-options' ).hide();
        } else if ( 'both' === selectedEmailAddressesOwnershipOption ) {
            $modal.find( '.fs-assets-transfership-options' ).show();
        }
    }
} )( jQuery );
</script>freemius/templates/forms/premium-versions-upgrade-metadata.php000064400000003046151213253140020747 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since     2.0.2
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var Freemius $fs
     */
    $fs = freemius( $VARS['id'] );

    $license = $fs->_get_license();

    if ( ! is_object( $license ) ) {
        $purchase_url = $fs->pricing_url();
    } else {
        $subscription = $fs->_get_subscription( $license->id );

        $purchase_url = $fs->checkout_url(
            is_object( $subscription ) ?
                ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
                WP_FS__PERIOD_LIFETIME,
            false,
            array( 'licenses' => $license->quota )
        );
    }

    $plugin_data = $fs->get_plugin_data();
?>
<script type="text/javascript">
(function( $ ) {
    $( document ).ready(function() {
        var $premiumVersionCheckbox = $( 'input[type="checkbox"][value="<?php echo $fs->get_plugin_basename() ?>"]' );

        $premiumVersionCheckbox.addClass( 'license-expired' );
        $premiumVersionCheckbox.data( 'plugin-name', <?php echo json_encode( $plugin_data['Name'] ) ?> );
        $premiumVersionCheckbox.data( 'pricing-url', <?php echo json_encode( $purchase_url ) ?> );
        $premiumVersionCheckbox.data( 'new-version', <?php echo json_encode( $VARS['new_version'] ) ?> );
    });
})( jQuery );
</script>freemius/templates/forms/affiliation.php000064400000073410151213253140014507 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array    $VARS
     * @var Freemius $fs
     * @var string   $plugin_title
     */
    $fs           = freemius( $VARS['id'] );
    $plugin_title = $VARS['plugin_title'];

    $slug = $fs->get_slug();

    $user            = $fs->get_user();
    $affiliate       = $fs->get_affiliate();
    $affiliate_terms = $fs->get_affiliate_terms();

    $module_type  = $fs->is_plugin() ?
        WP_FS__MODULE_TYPE_PLUGIN :
        WP_FS__MODULE_TYPE_THEME;

    $commission = $affiliate_terms->get_formatted_commission();

    $readonly                      = false;
    $is_affiliate                  = is_object( $affiliate );
    $is_pending_affiliate          = false;
    $email_address                 = ( is_object( $user ) ?
        $user->email :
        '' );
    $full_name                     = ( is_object( $user ) ?
        $user->get_name() :
        '' );
    $paypal_email_address          = '';
    $domain                        = '';
    $extra_domains                 = array();
    $promotion_method_social_media = false;
    $promotion_method_mobile_apps  = false;
    $statistics_information        = false;
    $promotion_method_description  = false;
    $members_dashboard_login_url   = 'https://users.freemius.com/login';

    $affiliate_application_data = $fs->get_affiliate_application_data();

    if ( $is_affiliate && $affiliate->is_pending() ) {
        $readonly             = 'readonly';
        $is_pending_affiliate = true;

        $paypal_email_address         = $affiliate->paypal_email;
        $domain                       = $affiliate->domain;
        $statistics_information       = $affiliate_application_data['stats_description'];
        $promotion_method_description = $affiliate_application_data['promotion_method_description'];

        if ( ! empty( $affiliate_application_data['additional_domains'] ) ) {
            $extra_domains = $affiliate_application_data['additional_domains'];
        }

        if ( ! empty( $affiliate_application_data['promotion_methods'] ) ) {
            $promotion_methods             = explode( ',', $affiliate_application_data['promotion_methods'] );
            $promotion_method_social_media = in_array( 'social_media', $promotion_methods );
            $promotion_method_mobile_apps  = in_array( 'mobile_apps', $promotion_methods );
        }
    } else {
        if ( ! is_object( $user ) ) {
            $current_user  = Freemius::_get_current_wp_user();
            $full_name     = trim( $current_user->user_firstname . ' ' . $current_user->user_lastname );
            $email_address = $current_user->user_email;
        }

        $domain = Freemius::get_unfiltered_site_url( null, true );
    }

    $affiliate_tracking = 30;

    if ( is_object( $affiliate_terms ) ) {
        $affiliate_tracking = ( ! is_null( $affiliate_terms->cookie_days ) ?
            ( $affiliate_terms->cookie_days . '-day' ) :
            fs_text_inline( 'Non-expiring', 'non-expiring', $slug ) );
    }

    $apply_to_become_affiliate_text = fs_text_inline( 'Apply to become an affiliate', 'apply-to-become-an-affiliate', $slug );

    $module_id                   = $fs->get_id();
    $affiliate_program_terms_url = "https://freemius.com/plugin/{$module_id}/{$slug}/legal/affiliate-program/";

    $has_tabs = $fs->_add_tabs_before_content();
?>
<div id="fs_affiliation_content_wrapper" class="wrap">
    <form method="post" action="">
        <div id="poststuff">
            <div class="postbox">
                <div class="inside">
                    <div id="messages">
                        <div id="error_message" class="error" style="display: none">
                            <p><strong></strong></p>
                        </div>
                        <div id="message" class="updated" style="display: none">
                            <p><strong></strong></p>
                        </div>
                        <?php if ( $is_affiliate ) : ?>
                            <?php if ( $affiliate->is_active() ) : ?>
                                <div class="updated">
                                    <p><strong><?php
                                        echo sprintf(
                                            fs_esc_html_inline( "Your affiliate application for %s has been accepted! Log in to your affiliate area at: %s.", 'affiliate-application-accepted', $slug ),
                                            $plugin_title,
                                            sprintf(
                                                '<a href="%s" target="_blank" rel="noopener">%s</a>',
                                                $members_dashboard_login_url,
                                                $members_dashboard_login_url
                                            )
                                        );
                                    ?></strong></p>
                                </div>
                            <?php else : ?>
                                    <?php
                                    $message_text = '';

                                    if ( $is_pending_affiliate ) {
                                        $message_text            = fs_text_inline( "Thank you for applying for our affiliate program, we'll review your details during the next 14 days and will get back to you with further information.", 'affiliate-application-thank-you', $slug );
                                        $message_container_class = 'updated';
                                    } else if ( $affiliate->is_suspended() ) {
                                        $message_text            = fs_text_inline( 'Your affiliation account was temporarily suspended.', 'affiliate-account-suspended', $slug );
                                        $message_container_class = 'notice notice-warning';
                                    } else if ( $affiliate->is_rejected() ) {
                                        $message_text            = fs_text_inline( "Thank you for applying for our affiliate program, unfortunately, we've decided at this point to reject your application. Please try again in 30 days.", 'affiliate-application-rejected', $slug );
                                        $message_container_class = 'error';
                                    } else if ( $affiliate->is_blocked() ) {
                                        $message_text            = fs_text_inline( 'Due to violation of our affiliation terms, we decided to temporarily block your affiliation account. If you have any questions, please contact support.', 'affiliate-account-blocked', $slug );
                                        $message_container_class = 'error';
                                    }
                                    ?>
                                    <div class="<?php echo $message_container_class ?>">
                                        <p><strong><?php echo esc_html( $message_text ) ?></strong></p>
                                    </div>
                                <?php endif ?>
                            <?php endif ?>
                        </div>
                        <div class="entry-content">
                            <?php if ( ! $is_affiliate ) : ?>
                                <div id="application_messages_container">
                                    <p><?php echo esc_html( sprintf( fs_text_inline( 'Like the %s? Become our ambassador and earn cash ;-)', 'become-an-ambassador', $slug ), $module_type ) ) ?></p>
                                    <p><?php echo esc_html( sprintf( fs_text_inline( 'Refer new customers to our %s and earn %s commission on each successful sale you refer!', 'refer-new-customers', $slug ), $module_type, $commission ) ) ?></p>
                                </div>
                            <?php endif ?>
                            <h3><?php fs_esc_html_echo_inline( 'Program Summary', 'program-summary', $slug ) ?></h3>
                            <ul>
                                <li><?php echo esc_html( sprintf( fs_text_inline( '%s commission when a customer purchases a new license.', 'commission-on-new-license-purchase', $slug ), $commission ) ) ?></li>
                                <?php if ( is_object( $affiliate_terms ) && $affiliate_terms->has_renewals_commission() ) : ?>
                                    <li><?php echo esc_html( sprintf( fs_text_inline( 'Get commission for automated subscription renewals.', 'renewals-commission', $slug ) ) ) ?></li>
                                <?php endif ?>
                                <?php if ( is_object( $affiliate_terms ) && ( ! $affiliate_terms->is_session_cookie() ) ) : ?>
                                    <li><?php echo esc_html( sprintf( fs_text_inline( '%s tracking cookie after the first visit to maximize earnings potential.', 'affiliate-tracking', $slug ), $affiliate_tracking ) ) ?></li>
                                <?php endif ?>
                                <?php if ( is_object( $affiliate_terms ) && $affiliate_terms->has_lifetime_commission() ) : ?>
                                    <li><?php fs_esc_html_echo_inline( 'Unlimited commissions.', 'unlimited-commissions', $slug ) ?></li>
                                <?php endif ?>
                                <li><?php echo esc_html( sprintf( fs_text_inline( '%s minimum payout amount.', 'minimum-payout-amount', $slug ), '$100' ) ) ?></li>
                                <li><?php fs_esc_html_echo_inline( 'Payouts are in USD and processed monthly via PayPal.', 'payouts-unit-and-processing', $slug ) ?></li>
                                <li><?php fs_esc_html_echo_inline( 'As we reserve 30 days for potential refunds, we only pay commissions that are older than 30 days.', 'commission-payment', $slug ) ?></li>
                            </ul>
                            <div id="application_form_container" <?php echo ( $is_pending_affiliate ) ? '' : 'style="display: none"' ?>>
                                <h3><?php fs_esc_html_echo_inline( 'Affiliate', 'affiliate', $slug ) ?></h3>
                                <form>
                                    <div class="input-container input-container-text">
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'Email address', 'email-address', $slug ) ?></label>
                                        <input id="email_address" type="text" value="<?php echo esc_attr( $email_address ) ?>" class="regular-text" <?php echo ( $readonly || is_object( $user ) ) ? 'readonly' : '' ?>>
                                    </div>
                                    <div class="input-container input-container-text">
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'Full name', 'full-name', $slug ) ?></label>
                                        <input id="full_name" type="text" value="<?php echo esc_attr( $full_name ) ?>" class="regular-text" <?php echo $readonly ?>>
                                    </div>
                                    <div class="input-container input-container-text">
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'PayPal account email address', 'paypal-account-email-address', $slug ) ?></label>
                                        <input id="paypal_email" type="text" value="<?php echo esc_attr( $paypal_email_address ) ?>" class="regular-text" <?php echo $readonly ?>>
                                    </div>
                                    <div class="input-container input-container-text">
                                        <label class="input-label"><?php echo esc_html( sprintf( fs_text_inline( 'Where are you going to promote the %s?', 'domain-field-label', $slug ), $module_type ) ) ?></label>
                                        <input id="domain" type="text" value="<?php echo esc_attr( $domain ) ?>" class="domain regular-text" <?php echo $readonly ?>>
                                        <p class="description"><?php echo esc_html( sprintf( fs_text_inline( 'Enter the domain of your website or other websites from where you plan to promote the %s.', 'domain-field-desc', $slug ), $module_type ) ) ?></p>
                                        <?php if ( ! $is_affiliate ) : ?>
                                        <a id="add_domain" href="#" class="disabled">+ <?php fs_esc_html_echo_inline( 'Add another domain', 'add-another-domain', $slug ) ?>...</a>
                                        <?php endif ?>
                                    </div>
                                    <div id="extra_domains_container" class="input-container input-container-text" <?php echo $is_pending_affiliate ? '' : 'style="display: none"' ?>>
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'Extra Domains', 'extra-domain-fields-label', $slug ) ?></label>
                                        <p class="description"><?php fs_esc_html_echo_inline( 'Extra domains where you will be marketing the product from.', 'extra-domain-fields-desc', $slug ) ?></p>
                                        <?php if ( $is_pending_affiliate && ! empty( $extra_domains ) ) : ?>
                                            <?php foreach ( $extra_domains as $extra_domain ) : ?>
                                                <div class="extra-domain-input-container">
                                                    <input type="text" value="<?php echo esc_attr( $extra_domain ) ?>" class="domain regular-text" <?php echo $readonly ?>>
                                                </div>
                                            <?php endforeach ?>
                                        <?php endif ?>
                                    </div>
                                    <div class="input-container">
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'Promotion methods', 'promotion-methods', $slug ) ?></label>
                                        <div>
                                            <input id="promotion_method_social_media" type="checkbox" <?php checked( $promotion_method_social_media ) ?> <?php disabled( $is_affiliate ) ?>/>
                                            <label for="promotion_method_social_media"><?php fs_esc_html_echo_inline( 'Social media (Facebook, Twitter, etc.)', 'social-media', $slug ) ?></label>
                                        </div>
                                        <div>
                                            <input id="promotion_method_mobile_apps" type="checkbox" <?php checked( $promotion_method_mobile_apps ) ?> <?php disabled( $is_affiliate ) ?>/>
                                            <label for="promotion_method_mobile_apps"><?php fs_esc_html_echo_inline( 'Mobile apps', 'mobile-apps', $slug ) ?></label>
                                        </div>
                                    </div>
                                    <div class="input-container input-container-text">
                                    <label class="input-label"><nobr><?php fs_esc_html_echo_inline( 'Website, email, and social media statistics (optional)', 'statistics-information-field-label', $slug ) ?></nobr></label>
                                        <textarea id="statistics_information" rows="5" <?php echo $readonly ?> class="regular-text"><?php echo $statistics_information ?></textarea>
                                        <?php if ( ! $is_affiliate ) : ?>
                                            <p class="description"><?php fs_esc_html_echo_inline( 'Please feel free to provide any relevant website or social media statistics, e.g. monthly unique site visits, number of email subscribers, followers, etc. (we will keep this information confidential).', 'statistics-information-field-desc', $slug ) ?></p>
                                        <?php endif ?>
                                    </div>
                                    <div class="input-container input-container-text">
                                        <label class="input-label"><?php fs_esc_html_echo_inline( 'How will you promote us?', 'promotion-method-desc-field-label', $slug ) ?></label>
                                        <textarea id="promotion_method_description" rows="5" <?php echo $readonly ?> class="regular-text"><?php echo $promotion_method_description ?></textarea>
                                        <?php if ( ! $is_affiliate ) : ?>
                                            <p class="description"><?php echo esc_html( sprintf( fs_text_inline( 'Please provide details on how you intend to promote %s (please be as specific as possible).', 'promotion-method-desc-field-desc', $slug ), $plugin_title ) ) ?></p>
                                        <?php endif ?>
                                    </div>
                                    <?php if ( ! $is_affiliate ) : ?>
                                    <div>
                                        <input type="checkbox" id="legal_consent_checkbox">
                                        <label for="legal_consent_checkbox">I agree to the <a href="<?php echo $affiliate_program_terms_url ?>" target="_blank" rel="noopener">Referrer Program</a>'s terms & conditions.</label>
                                    </div>
                                    <?php endif ?>
                                </form>
                            </div>
                            <?php if ( ! $is_affiliate ) : ?>
                                <a id="cancel_button" href="#" class="button button-secondary button-cancel" style="display: none"><?php fs_esc_html_echo_inline( 'Cancel', 'cancel', $slug ) ?></a>
                                <a id="submit_button" class="button button-primary disabled" href="#" style="display: none"><?php echo esc_html( $apply_to_become_affiliate_text ) ?></a>
                                <a id="apply_button" class="button button-primary" href="#"><?php fs_esc_html_echo_inline( 'Become an affiliate', 'become-an-affiliate', $slug ) ?></a>
                            <?php endif ?>
                        </div>
                    </div>
                </div>
            </div>
        </form>
        <script type="text/javascript">
            jQuery(function ($) {
                var
                    $contentWrapper           = $('#fs_affiliation_content_wrapper'),
                    $socialMedia              = $('#promotion_method_social_media'),
                    $mobileApps               = $('#promotion_method_mobile_apps'),
                    $applyButton              = $('#apply_button'),
                    $submitButton             = $('#submit_button'),
                    $cancelButton             = $('#cancel_button'),
                    $applicationFormContainer = $('#application_form_container'),
                    $errorMessageContainer    = $('#error_message'),
                    $domain                   = $('#domain'),
                    $addDomain                = $('#add_domain'),
                    $extraDomainsContainer    = $('#extra_domains_container'),
                    $legalConsentCheckbox     = $( '#legal_consent_checkbox' );

                $applyButton.click(function (evt) {
                    evt.preventDefault();

                    var $this = $(this);
                    $this.hide();

                    $applicationFormContainer.show();
                    $cancelButton.show();
                    $submitButton.show();

                    $contentWrapper.find('input[type="text"]:first').focus();
                });

                $submitButton.click(function (evt) {
                    evt.preventDefault();

                    var $this = $(this);

                    if ($this.hasClass('disabled')) {
                        return;
                    }

                    $errorMessageContainer.hide();

                    var
                        $emailAddress      = $('#email_address'),
                        emailAddress       = null,
                        paypalEmailAddress = $('#paypal_email').val().trim();

                    if (1 === $emailAddress.length) {
                        emailAddress = $emailAddress.val().trim();

                        if (0 === emailAddress.length) {
                            showErrorMessage('<?php fs_esc_js_echo_inline( 'Email address is required.', 'email-address-is-required', $slug ) ?>');
                            return;
                        }
                    }

                    if (0 === paypalEmailAddress.length) {
                        showErrorMessage('<?php fs_esc_js_echo_inline( 'PayPal email address is required.', 'paypal-email-address-is-required', $slug ) ?>');
                        return;
                    }

                    var
                        $extraDomains = $extraDomainsContainer.find('.domain'),
                        domain        = $domain.val().trim().toLowerCase(),
                        extraDomains  = [];

                    if (0 === domain.length) {
                        showErrorMessage('<?php fs_esc_js_echo_inline( 'Domain is required.', 'domain-is-required', $slug ) ?>');
                        return;
                    } else if ('freemius.com' === domain) {
                        showErrorMessage('<?php fs_esc_js_echo_inline( 'Invalid domain', 'invalid-domain', $slug ) ?>' + ' [' + domain + '].');
                        return;
                    }

                    if ($extraDomains.length > 0) {
                        var hasError = false;

                        $extraDomains.each(function () {
                            var
                                $this       = $(this),
                                extraDomain = $this.val().trim().toLowerCase();
                            if (0 === extraDomain.length || extraDomain === domain) {
                                return true;
                            } else if ('freemius.com' === extraDomain) {
                                showErrorMessage('<?php fs_esc_js_echo_inline( 'Invalid domain', 'invalid-domain', $slug ) ?>' + ' [' + extraDomain + '].');
                                hasError = true;
                                return false;
                            }

                            extraDomains.push(extraDomain);
                        });

                        if (hasError) {
                            return;
                        }
                    }

                    var
                        promotionMethods           = [],
                        statisticsInformation      = $('#statistics_information').val(),
                        promotionMethodDescription = $('#promotion_method_description').val();

                    if ($socialMedia.attr('checked')) {
                        promotionMethods.push('social_media');
                    }

                    if ($mobileApps.attr('checked')) {
                        promotionMethods.push('mobile_apps');
                    }

                    var affiliate = {
                        full_name                   : $('#full_name').val().trim(),
                        paypal_email                : paypalEmailAddress,
                        stats_description           : statisticsInformation,
                        promotion_method_description: promotionMethodDescription
                    };

                    if (null !== emailAddress) {
                        affiliate.email = emailAddress;
                    }

                    affiliate.domain = domain;
                    affiliate.additional_domains = extraDomains;

                    if (promotionMethods.length > 0) {
                        affiliate.promotion_methods = promotionMethods.join(',');
                    }

                    $.ajax({
                        url       : <?php echo Freemius::ajax_url() ?>,
                        method    : 'POST',
                        data      : {
                            action   : '<?php echo $fs->get_ajax_action( 'submit_affiliate_application' ) ?>',
                            security : '<?php echo $fs->get_ajax_security( 'submit_affiliate_application' ) ?>',
                            module_id: '<?php echo $module_id ?>',
                            affiliate: affiliate
                        },
                        beforeSend: function () {
                            $cancelButton.addClass('disabled');
                            $submitButton.addClass('disabled');
                            $submitButton.text('<?php fs_esc_js_echo_inline( 'Submitting', 'submitting' ) ?>...');
                        },
                        success   : function (result) {
                            if (result.success) {
                                location.reload();
                            } else {
                                if (result.error && result.error.length > 0) {
                                showErrorMessage(result.error);
                                }

                                $cancelButton.removeClass('disabled');
                                $submitButton.removeClass('disabled');
                                $submitButton.text('<?php echo esc_js( $apply_to_become_affiliate_text ) ?>')
                            }
                        }
                    });
                });

                $cancelButton.click(function (evt) {
                    evt.preventDefault();

                    var $this = $(this);

                    if ($this.hasClass('disabled')) {
                        return;
                    }

                    $applicationFormContainer.hide();
                    $this.hide();
                    $submitButton.hide();

                    $applyButton.show();

                    window.scrollTo(0, 0);
                });

                $domain.on('input propertychange', onDomainChange);

                $addDomain.click(function (evt) {
                    evt.preventDefault();

                    var
                        $this  = $(this),
                        domain = $domain.val().trim();

                    if ($this.hasClass('disabled') || 0 === domain.length) {
                        return;
                    }

                    $domain.off('input propertychange');
                    $this.addClass('disabled');

                    var
                        $extraDomainInputContainer = $('<div class="extra-domain-input-container"><input type="text" class="domain regular-text"/></div>'),
                        $extraDomainInput          = $extraDomainInputContainer.find('input'),
                        $removeDomain              = $('<a href="#" class="remove-domain"><i class="dashicons dashicons-no" title="<?php fs_esc_js_echo_inline( 'Remove', 'remove', $slug ) ?>"></i></a>');

                    $extraDomainInputContainer.append($removeDomain);

                    $extraDomainInput.on('input propertychange', onDomainChange);

                    $removeDomain.click(function (evt) {
                        evt.preventDefault();

                        var
                            $extraDomainInputs = $('.extra-domain-input-container .domain');

                        if (1 === $extraDomainInputs.length)
                            $extraDomainInputs.val('').focus();
                        else
                            $(this).parent().remove();
                    });

                    $extraDomainsContainer.show();

                    $extraDomainInputContainer.appendTo($extraDomainsContainer);
                    $extraDomainInput.focus();

                    $this.appendTo($extraDomainsContainer);
                });

                /**
                 * @author Leo Fajardo (@leorw)
                 */
                function onDomainChange() {
                    var
                        domain = $(this).val().trim();

                    if (domain.length > 0) {
                        $addDomain.removeClass('disabled');
                    } else {
                        $addDomain.addClass('disabled');
                    }
                }

                /**
                 * @author Leo Fajardo (@leorw)
                 *
                 * @param {String} message
                 */
                function showErrorMessage(message) {
                    $errorMessageContainer.find('strong').text(message);
                    $errorMessageContainer.show();

                    window.scrollTo(0, 0);
                }

                /**
                 * @author Xiaheng Chen (@xhchen)
                 *
                 * @since 2.4.0
                 */
                $legalConsentCheckbox.click( function () {
                    if ( $( this ).prop( 'checked' ) ) {
                        $submitButton.removeClass( 'disabled' );
                    } else {
                        $submitButton.addClass( 'disabled' );
                    }
                } );
            });
        </script>
    </div>
<?php
    if ( $has_tabs ) {
        $fs->_add_tabs_after_content();
    }

    $params = array(
        'page'           => 'affiliation',
        'module_id'      => $module_id,
        'module_slug'    => $slug,
        'module_version' => $fs->get_plugin_version(),
    );
    fs_require_template( 'powered-by.php', $params );
freemius/templates/forms/license-activation.php000064400000106206151213253140016003 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.9
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
     * @var array $VARS
     *
	 * @var Freemius $fs
	 */
	$fs           = freemius( $VARS['id'] );
	$slug         = $fs->get_slug();
    $unique_affix = $fs->get_unique_affix();

	$cant_find_license_key_text = fs_text_inline( "Can't find your license key?", 'cant-find-license-key', $slug );
	$message_above_input_field  = fs_text_inline( 'Please enter the license key that you received in the email right after the purchase:', 'activate-license-message', $slug );
	$message_below_input_field  = '';

	$header_title = $fs->is_free_plan() ?
		fs_text_inline( 'Activate License', 'activate-license', $slug ) :
		fs_text_inline( 'Update License', 'update-license', $slug );

	if ( $fs->is_registered() ) {
		$activate_button_text = $header_title;
	} else {
		$message_below_input_field = sprintf(
			fs_text_inline( 'The %1$s will be periodically sending essential license data to %2$s to check for security and feature updates, and verify the validity of your license.', 'license-sync-disclaimer', $slug ),
			$fs->get_module_label( true ),
			"<b>{$fs->get_plugin_title()}</b>"
		);

		$activate_button_text = fs_text_inline( 'Agree & Activate License', 'agree-activate-license', $slug );
	}

	$license_key_text = fs_text_inline( 'License key', 'license-key' , $slug );

    $is_network_activation   = (
        $fs->is_network_active() &&
        fs_is_network_admin() &&
        ! $fs->is_delegated_connection()
    );
    $network_activation_html = '';

    $sites_details = array();
    if ( $is_network_activation ) {
        $all_sites = Freemius::get_sites();

        $all_site_details          = array();
        $subsite_url_by_install_id = array();
        $install_url_by_install_id = array();

        foreach ( $all_sites as $site ) {
            $site_details = $fs->get_site_info( $site );

            if ( FS_Clone_Manager::instance()->is_temporary_duplicate_by_blog_id( $site_details['blog_id'] ) ) {
                continue;
            }

            $blog_id = Freemius::get_site_blog_id( $site );
            $install = $fs->get_install_by_blog_id($blog_id);

            if ( is_object( $install ) ) {
                if ( isset( $subsite_url_by_install_id[ $install->id ] ) ) {
                    $clone_subsite_url = $subsite_url_by_install_id[ $install->id ];
                    $clone_install_url = $install_url_by_install_id[ $install->id ];

                    if (
                        /**
                         * If we already have an install with the same URL as the subsite it's stored in, skip the current subsite. Otherwise, replace the existing install's data with the current subsite's install's data if the URLs match.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since 2.5.0
                         */
                        fs_strip_url_protocol( untrailingslashit( $clone_install_url ) ) === fs_strip_url_protocol( untrailingslashit( $clone_subsite_url ) ) ||
                        fs_strip_url_protocol( untrailingslashit( $install->url ) ) !== fs_strip_url_protocol( untrailingslashit( $site_details['url'] ) )
                    ) {
                        continue;
                    }
                }

                if ( FS_Plugin_License::is_valid_id( $install->license_id ) ) {
                    $site_details['license_id'] = $install->license_id;
                }

                $subsite_url_by_install_id[ $install->id ] = $site_details['url'];
                $install_url_by_install_id[ $install->id ] = $install->url;
            }

            $all_site_details[] = $site_details;
        }

        if ( $is_network_activation ) {
            $vars = array(
                'id'                  => $fs->get_id(),
                'sites'               => $all_site_details,
                'require_license_key' => true
            );

            $network_activation_html = fs_get_template( 'partials/network-activation.php', $vars );
        }
    }

    $premium_licenses   = $fs->get_available_premium_licenses();
    $available_licenses = array();
    foreach ( $premium_licenses as $premium_license ) {
        $activations_left = $premium_license->left();
        if ( ! ( $activations_left > 0 ) ) {
            continue;
        }

        $available_licenses[ $activations_left . '_' . $premium_license->id ] = $premium_license;
    }

    $total_available_licenses = count( $available_licenses );
    if ( $total_available_licenses > 0 ) {
        $license_input_html = <<< HTML
        <div class="fs-license-options-container">
            <table>
                <tbody>
                    <tr class="fs-available-license-key-container">
                        <td><input type="radio" name="license_type" value="available"></td>
                        <td>
HTML;

        if ( $total_available_licenses > 1 ) {
            // Sort the licenses by number of activations left in descending order.
            krsort( $available_licenses );

            $license_input_html .= '<select class="fs-licenses">';

            /**
             * @var FS_Plugin_License $license
             */
            foreach ( $available_licenses as $license ) {
                $plan = $fs->_get_plan_by_id( $license->plan_id );

                $label = sprintf(
                    "%s-Site %s License - %s",
                    ( 1 == $license->quota ?
                        'Single' :
                        ( $license->is_unlimited() ? 'Unlimited' : $license->quota )
                    ),
                    ( is_object( $plan ) ? $plan->title : '' ),
                    $license->get_html_escaped_masked_secret_key()
                );

                $license_input_html .= "<option data-id='{$license->id}' value='{$license->id}' data-left='{$license->left()}'>{$label}</option>";
            }

            $license_input_html .= '</select>';
        } else {
            $available_licenses = array_values( $available_licenses );

            /**
             * @var FS_Plugin_License $available_license
             */
            $available_license  = $available_licenses[0];
            $value              = sprintf(
                "%s-Site %s License - %s",
                ( 1 == $available_license->quota ?
                    'Single' :
                    ( $available_license->is_unlimited() ? 'Unlimited' : $available_license->quota )
                ),
                $fs->_get_plan_by_id( $available_license->plan_id )->title,
                $available_license->get_html_escaped_masked_secret_key()
            );

            $license_input_html .= <<< HTML
                <input
                    class="fs-available-license-key"
                    type="text"
                    value="{$value}"
                    data-id="{$available_license->id}"
                    data-left="{$available_license->left()}"
                    readonly />
HTML;
        }

        $license_input_html .= <<< HTML
                        </td>
                    </tr>
                    <tr>
                        <td><input type="radio" name="license_type" value="other"></td>
                        <td class="fs-other-license-key-container">
                            <label for="other_license_key_{$unique_affix}">Other: </label>
                            <div>
                                <input id="other_license_key_{$unique_affix}" class="fs-license-key" type="text" placeholder="Enter license key" tabindex="1">
                            </div>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
HTML;
    } else {
        $license_input_html = "<input class='fs-license-key' type='text' placeholder='{$license_key_text}' tabindex='1' />";
    }

    $ownership_change_option_text = fs_text_inline( "Associate with the license owner's account.", 'associate-account-with-license-owner', $slug );
    $ownership_change_option_html = "<div class='ownership-change-option-container' style='display: none'><label><input type='checkbox' /> <strong>{$ownership_change_option_text}</strong></label></div>";

	/**
	 * IMPORTANT:
	 *  DO NOT ADD MAXLENGTH OR LIMIT THE LICENSE KEY LENGTH SINCE
	 *  WE DO WANT TO ALLOW INPUT OF LONGER KEYS (E.G. WooCommerce Keys)
	 *  FOR MIGRATED MODULES.
	 */
	$modal_content_html = <<< HTML
	<div class="notice notice-error inline license-activation-message"><p></p></div>
	<p>{$message_above_input_field}</p>
	{$license_input_html}
	<a class="show-license-resend-modal show-license-resend-modal-{$fs->get_unique_affix()}" href="!#" tabindex="2">{$cant_find_license_key_text}</a>
	{$network_activation_html}
	<p>{$message_below_input_field}</p>
    {$ownership_change_option_html}
HTML;

    /**
     * Handle the ownership change option if not an add-on or if no license yet is activated for the
     * parent product in case of an add-on.
     *
     * @author Leo Fajardo (@leorw)
     * @since 2.3.2
     */
	$is_user_change_supported = ( ! $fs->is_addon() || ! $fs->get_parent_instance()->has_active_valid_license() );

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
(function( $ ) {
	$( document ).ready(function() {
		var modalContentHtml = <?php echo json_encode($modal_content_html); ?>,
			modalHtml =
				'<div class="fs-modal fs-modal-license-activation fs-modal-license-activation-<?php echo $unique_affix ?>">'
				+ '	<div class="fs-modal-dialog">'
				+ '		<div class="fs-modal-header">'
				+ '		    <h4><?php echo esc_js($header_title) ?></h4>'
				+ '         <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'as close a window', 'dismiss', $slug ) ) ?>"></i></a>'
				+ '		</div>'
				+ '		<div class="fs-modal-body">'
				+ '			<div class="fs-modal-panel active">' + modalContentHtml + '</div>'
				+ '		</div>'
				+ '		<div class="fs-modal-footer">'
				+ '			<button class="button button-secondary button-close" tabindex="4"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
				+ '			<button class="button button-primary button-activate-license"  tabindex="3"><?php echo esc_js( $activate_button_text ) ?></button>'
				+ '		</div>'
				+ '	</div>'
				+ '</div>',
			$modal = $(modalHtml),
			$activateLicenseButton          = $modal.find('.button-activate-license'),
			$licenseKeyInput                = $modal.find( 'input.fs-license-key' ),
			$licenseActivationMessage       = $modal.find( '.license-activation-message' ),
            isNetworkActivation             = <?php echo $is_network_activation ? 'true' : 'false' ?>,
            isUserChangeSupported           = <?php echo $is_user_change_supported ? 'true' : 'false' ?>,
            isSingleSiteActivation          = false,
            $ownershipChangeOptionContainer = $modal.find( '.ownership-change-option-container' ),
            $body                           = $( 'body' );

		$modal.appendTo( $body );

        var
            $licensesDropdown    = $modal.find( '.fs-licenses' ),
            $licenseTypes        = $modal.find( 'input[type="radio"][name="license_type"]' ),
            $applyOnAllSites     = $modal.find( '.fs-apply-on-all-sites-checkbox' ),
            $sitesListContainer  = $modal.find( '.fs-sites-list-container' ),
            $availableLicenseKey = $modal.find( '.fs-available-license-key' ),
            $otherLicenseKey     = $modal.find( '#other_license_key_<?php echo $unique_affix ?>' ),
            $multisiteOptionsContainer = $modal.find( '.fs-multisite-options-container' ),
            $activationsLeft     = null,
            hasLicensesDropdown  = ( $licensesDropdown.length > 0 ),
            hasLicenseTypes      = ( $licenseTypes.length > 0 ),
            maxSitesListHeight   = null,
            totalSites           = <?php echo count( $sites_details ) ?>,
            singleBlogID         = null;

        var
            previousLicenseKey  = null,
            otherLicenseOwnerID = null,
            /**
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            resetLoadingMode = function () {
                // Reset loading mode.
                $activateLicenseButton.text( <?php echo json_encode( $activate_button_text ) ?> );
                $activateLicenseButton.prop( 'disabled', false );
                $( document.body ).css( { 'cursor': 'auto' } );
                $( '.fs-loading' ).removeClass( 'fs-loading' );

                console.log( 'resetLoadingMode - Primary button was enabled' );
            },
            /**
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            setLoadingMode = function () {
                $( document.body ).css( { 'cursor': 'wait' } );
            },
            /**
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            afterLicenseUserDataLoaded = function () {
                if (
                    null !== otherLicenseOwnerID &&
                    otherLicenseOwnerID != <?php echo $fs->is_registered() ? $fs->get_user()->id : 'null' ?>
                ) {
                    $ownershipChangeOptionContainer.show();
                } else {
                    $ownershipChangeOptionContainer.hide();
                    $activateLicenseButton.focus();
                }
            },
            /**
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            fetchLicenseUserData = function () {
                var hideAndUncheckUserChangeCheckbox = ( ! isUserChangeSupported ),
                    otherLicenseKeyIsSelected      = isOtherLicenseKeySelected();

                if ( ! hideAndUncheckUserChangeCheckbox ) {
                    // User change is supported only on the site level.
                    hideAndUncheckUserChangeCheckbox = ( isNetworkActivation || isSingleSiteActivation );
                }

                if ( ! hideAndUncheckUserChangeCheckbox ) {
                    hideAndUncheckUserChangeCheckbox = ( hasLicenseTypes && ! otherLicenseKeyIsSelected );
                }

                var licenseKey = $licenseKeyInput.val().trim();

                if ( ! hideAndUncheckUserChangeCheckbox && otherLicenseKeyIsSelected ) {
                    hideAndUncheckUserChangeCheckbox = ( licenseKey.length < 32 );
                }

                if ( licenseKey !== previousLicenseKey ) {
                    // If the license key has not been changed, keep the owner ID in order to prevent another API call.
                    otherLicenseOwnerID = null;
                }

                if ( hideAndUncheckUserChangeCheckbox ) {
                    $ownershipChangeOptionContainer.hide().find( 'input' ).attr( 'checked', false );

                    return;
                }

                if ( null !== otherLicenseOwnerID ) {
                    afterLicenseUserDataLoaded();
                    return;
                }

                setLoadingMode();

                $activateLicenseButton.addClass( 'fs-loading' );
                $activateLicenseButton.attr( 'disabled', 'disabled' );
                $activateLicenseButton.html( '<?php fs_esc_js_echo_inline( 'Please wait', 'please-wait', $slug ) ?>...' );

                $.ajax( {
                    url    : <?php echo Freemius::ajax_url() ?>,
                    method : 'POST',
                    data   : {
                        action     : '<?php echo $fs->get_ajax_action( 'fetch_is_marketing_required_flag_value' ) ?>',
                        security   : '<?php echo $fs->get_ajax_security( 'fetch_is_marketing_required_flag_value' ) ?>',
                        license_key: licenseKey,
                        module_id  : '<?php echo $fs->get_id() ?>'
                    },
                    success: function ( result ) {
                        resetLoadingMode();

                        if ( result.success ) {
                            result = result.data;

                            // Cache license owner's ID.
                            otherLicenseOwnerID = result.license_owner_id;
                        }

                        afterLicenseUserDataLoaded();
                    }
                } );
            };

		function registerEventHandlers() {
            var
                $otherLicenseKeyContainer = $modal.find( '.fs-other-license-key-container' );

            if ( isNetworkActivation ) {
                $applyOnAllSites.click(function() {
                    var applyOnAllSites = $( this ).is( ':checked' );

                    $multisiteOptionsContainer.toggleClass( 'fs-apply-on-all-sites', applyOnAllSites );

                    showSites( ! applyOnAllSites );

                    if ( hasValidLicenseKey() && ( applyOnAllSites || hasSelectedSite() ) ) {
                        enableActivateLicenseButton();
                    } else {
                        disableActivateLicenseButton();
                    }
                });

                $sitesListContainer.delegate( 'td:not(:first-child)', 'click', function() {
                    // If a site row is clicked, trigger a click on the checkbox.
                    $( this ).parent().find( 'td:first-child input' ).click();
                });

                $sitesListContainer.delegate( 'input[type="checkbox"]', 'click', function() {
                    enableDisableSitesSelection();

                    if ( hasValidLicenseKey() && hasSelectedSite() ) {
                        enableActivateLicenseButton();
                    } else {
                        disableActivateLicenseButton();
                    }
                });
            }

            if ( hasLicensesDropdown ) {
                $licensesDropdown.change(function() {
                    // When a license is selected, select the associated radio button.
                    $licenseTypes.filter( '[value="available"]' ).attr( 'checked', true );

                    if ( ! isNetworkActivation || $modal.hasClass( 'is-single-site-activation' ) ) {
                        enableActivateLicenseButton();
                        return true;
                    }

                    toggleActivationOnAllSites();
                })
            }

            if ( hasLicenseTypes ) {
                $licenseTypes.change(function() {
                    var
                        licenseKey              = $modal.find( 'input.fs-license-key' ).val().trim(),
                        otherLicenseKeySelected = isOtherLicenseKeySelected();

                    if ( ( licenseKey.length > 0 || ( hasLicenseTypes && ! otherLicenseKeySelected ) ) &&
                        ( $modal.hasClass( 'is-single-site-activation' ) || ! isNetworkActivation || hasSelectedSite() )
                    ) {
                        /**
                         * If the "other" license is not empty or an available license is selected, enable the activate
                         * button.
                         *
                         * @author Leo Fajardo (@leorw)
                         */
                        enableActivateLicenseButton();
                    } else {
                        disableActivateLicenseButton();
                    }

                    if ( '' !== licenseKey ) {
                        fetchLicenseUserData();
                    }

                    if ( ! isNetworkActivation ) {
                        return;
                    }

                    if ( otherLicenseKeySelected ) {
                        $applyOnAllSites.attr( 'disabled', false );
                        enableDisableSitesSelection();
                        resetActivateLicenseCheckboxLabel();
                    } else if ( ! $modal.hasClass( 'is-single-site-activation' ) ) {
                        toggleActivationOnAllSites();
                    }
                });

                if ( ! hasLicensesDropdown ) {
                    $availableLicenseKey.click(function() {
                        $licenseTypes.filter( '[value="available"]' ).click();
                    });
                }

                $otherLicenseKeyContainer.click(function() {
                    $licenseTypes.filter( '[value="other"]' ).click();
                });
            }

            $body.on( 'click', 'span.activate-license.<?php echo $unique_affix ?> a, .activate-license-trigger.<?php echo $unique_affix ?>', function (evt) {
				evt.preventDefault();

				showModal( evt );
			});

            var licenseTimeout = null;

            /**
             * Disable activation button when license key is empty.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            $modal.on( 'keyup paste delete cut', 'input.fs-license-key', function () {
                clearTimeout(licenseTimeout);

                licenseTimeout = setTimeout( function () {
                    var licenseKey = $licenseKeyInput.val().trim();

                    if ( licenseKey == previousLicenseKey ) {
                        afterLicenseUserDataLoaded();
                        return;
                    }

                    if ( '' === licenseKey ) {
                        disableActivateLicenseButton();
                        $ownershipChangeOptionContainer.hide();
                    } else {
                        enableActivateLicenseButton();

                        if ( 32 <= licenseKey.length ) {
                            fetchLicenseUserData();
                        } else {
                            $ownershipChangeOptionContainer.hide();
                        }
                    }

                    previousLicenseKey = licenseKey;
                }, 200 );
            } ).focus();

			$modal.on('input propertychange', 'input.fs-license-key', function () {

				var licenseKey = $(this).val().trim();

				/**
				 * If license key is not empty, enable the license activation button.
				 */
				if ( licenseKey.length > 0 && ( $modal.hasClass( 'is-single-site-activation' ) || ! isNetworkActivation || hasSelectedSite() ) ) {
					enableActivateLicenseButton();
				}
			});

			$modal.on( 'blur', 'input.fs-license-key', function( evt ) {
				var
                    licenseKey                  = $(this).val().trim(),
                    $focusedElement             = $( evt.relatedTarget ),
                    hasSelectedAvailableLicense = ( hasLicenseTypes && $focusedElement.parents( '.fs-available-license-key-container' ).length > 0 );

                /**
                 * If license key is empty, disable the license activation button.
                 */
                if ( ( 0 === licenseKey.length && ( ! hasLicenseTypes || ! hasSelectedAvailableLicense ) ) ||
                   ( isNetworkActivation && ! hasSelectedSite() )
                ) {
                   disableActivateLicenseButton();
                }
			});

			$modal.on('click', '.button-activate-license', function (evt) {
				evt.preventDefault();

				if ($(this).hasClass('disabled')) {
					return;
				}

                var licenseKey = '',
                    licenseID  = '';

				if ( hasLicenseTypes ) {
				    if ( isOtherLicenseKeySelected() ) {
				        licenseKey = $otherLicenseKey.val();
                    } else {
				        if ( ! hasLicensesDropdown ) {
                            licenseID = $availableLicenseKey.data( 'id' );
                        } else {
                            licenseID = $licensesDropdown.val();
                        }
                    }
                } else {
                    licenseKey = $licenseKeyInput.val().trim();
                }

				disableActivateLicenseButton();

				if ( 0 === licenseID.length && 0 === licenseKey.length ) {
					return;
				}

                var data = {
                    action     : '<?php echo $fs->get_ajax_action( 'activate_license' ) ?>',
                    security   : '<?php echo $fs->get_ajax_security( 'activate_license' ) ?>',
                    module_id  : '<?php echo $fs->get_id() ?>'
                };

                if ( licenseID.length > 0 ) {
                    data.license_id = licenseID;
                } else {
                    data.license_key = licenseKey;
                }

                if ( isNetworkActivation ) {
                    var
                        sites = [];

                    if ( null === singleBlogID ) {
                        var
                            applyOnAllSites = $applyOnAllSites.is( ':checked' );

                        $sitesListContainer.find( 'tr' ).each(function() {
                            var
                                $this       = $( this ),
                                includeSite = ( applyOnAllSites || $this.find( 'input' ).is( ':checked' ) );

                            if ( ! includeSite )
                                return;

                            var site = {
                                uid     : $this.find( '.uid' ).val(),
                                url     : $this.find( '.url' ).val(),
                                title   : $this.find( '.title' ).val(),
                                language: $this.find( '.language' ).val(),
                                blog_id : $this.find( '.blog-id' ).find( 'span' ).text()
                            };

                            sites.push( site );
                        });
                    } else {
                        data.blog_id = singleBlogID;
                    }

                    data.sites = sites;
                }

                if ( $ownershipChangeOptionContainer.find( 'input:checked' ).length > 0 ) {
                    data.user_id = otherLicenseOwnerID;
                }

				$.ajax({
					url: <?php echo Freemius::ajax_url() ?>,
					method: 'POST',
                    data: data,
					beforeSend: function () {
						$activateLicenseButton.text( '<?php fs_esc_js_echo_inline( 'Activating license', 'activating-license', $slug ) ?>...' );
					},
					success: function( result ) {
						var resultObj = $.parseJSON( result );
						if ( resultObj.success ) {
							closeModal();

							// Redirect to the "Account" page and sync the license.
							window.location.href = resultObj.next_page;
						} else {
							showError( resultObj.error.message ? resultObj.error.message : resultObj.error );
							resetActivateLicenseButton();
						}
					}
				});
			});

			// If the user has clicked outside the window, close the modal.
			$modal.on('click', '.fs-close, .button-secondary', function () {
				closeModal();
				return false;
			});
		}

		registerEventHandlers();

        $body.trigger('licenseActivationLoaded');

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         */
		function enableDisableSitesSelection() {
            var
                canApplyOnAllSites    = $applyOnAllSites.is( ':enabled' ),
                disableSitesSelection = null;

            if ( ! canApplyOnAllSites ) {
                var
                    selectedSites         = $sitesListContainer.find( 'input[type="checkbox"]:checked' ).length,
                    activationsLeft       = Math.max( 0, $activationsLeft.data( 'left' ) - selectedSites );

                    disableSitesSelection = ( 0 === activationsLeft );

                    $activationsLeft.text( activationsLeft );
            } else {
                disableSitesSelection = false;
            }

            $sitesListContainer
                .find( 'input[type="checkbox"]:not(:checked)' )
                .attr( 'disabled', disableSitesSelection );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         *
         * @returns {Boolean}
         */
        function isOtherLicenseKeySelected() {
            return ( hasLicenseTypes && 'other' === $licenseTypes.filter( ':checked' ).val() );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         *
         * @returns {Boolean}
         */
        function hasValidLicenseKey() {
            var licenseKey = '';
            if ( hasLicenseTypes ) {
                if ( 'available' === $licenseTypes.filter( ':checked' ).val() ) {
                    return true;
                } else {
                    licenseKey = $otherLicenseKey.val();
                }
            } else {
                licenseKey = $modal.find( 'input.fs-license-key' ).val();
            }

            return ( licenseKey.trim().length > 0 );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         *
         * @returns {Boolean}
         */
        function hasSelectedSite() {
            return ( $applyOnAllSites.is( ':checked' ) ||
                $sitesListContainer.find( 'input[type="checkbox"]:checked:not(:disabled)' ).length > 0 );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         */
        function toggleActivationOnAllSites() {
            var activationsLeft,
                licenseID;

            if (hasLicensesDropdown) {
                var $selectedOption = $licensesDropdown.find( ':selected' );
                activationsLeft = $selectedOption.data('left');
                licenseID = $selectedOption.data('id');
            } else {
                activationsLeft = $availableLicenseKey.data('left');
                licenseID = $availableLicenseKey.data('id');
            }

            // Cleanup previously auto-selected site.
            $modal.find( '.fs-sites-list-container input[type=checkbox]:disabled' )
                .attr('disabled', false)
                .attr('checked', false);

            var $blogsWithActiveLicense = $modal.find( '.fs-sites-list-container tr[data-license-id=' + licenseID + '] input[type=checkbox]' );

            if ($blogsWithActiveLicense.length > 0) {
                $blogsWithActiveLicense.attr('checked', true)
                    .attr('disabled', true);

                activationsLeft += $blogsWithActiveLicense.length;
            }

            if ( activationsLeft >= totalSites ) {
                $applyOnAllSites.attr( 'disabled', false );
                enableDisableSitesSelection();

                resetActivateLicenseCheckboxLabel();

                return;
            }

            $applyOnAllSites.attr( 'checked', false );
            $applyOnAllSites.attr( 'disabled', true );

            showSites( true );

            var
                activateLicenseCheckboxLabel = '<?php fs_esc_js_echo_inline( 'Choose up to %s site(s) to activate the license on.', 'choose-up-to-n-sites-to-activate-the-license-on', $slug ) ?>';

            activateLicenseCheckboxLabel = activateLicenseCheckboxLabel.replace( '%s', '<span data-left="' + activationsLeft + '" class="activations-left">' + activationsLeft + '</span>' );

            // Update the label of the "Activate license on all sites" checkbox.
            $applyOnAllSites.parent().find( 'span' ).html( activateLicenseCheckboxLabel );
            $activationsLeft = $modal.find( '.activations-left' );

            if ( hasSelectedSite() ) {
                enableActivateLicenseButton();
                enableDisableSitesSelection();
            } else {
                disableActivateLicenseButton();
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         */
        function resetActivateLicenseCheckboxLabel() {
            var activateLicenseCheckboxLabel = '<?php fs_esc_js_echo_inline( 'Activate license on all sites in the network.', 'activate-license-on-all-sites-in-the-network', $slug ) ?>';
            $applyOnAllSites.parent().find( 'span' ).text( activateLicenseCheckboxLabel );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.0
         *
         * @param {Boolean} show
         */
		function showSites( show ) {
            $sitesListContainer.toggle( show );
            if ( show && null === maxSitesListHeight ) {
                /**
                 * Set the visible number of rows to 5 (5 * height of the first row).
                 *
                 * @author Leo Fajardo (@leorw)
                 */
                maxSitesListHeight = ( 5 * $sitesListContainer.find( 'tr:first' ).height() );
                $sitesListContainer.css( 'max-height', maxSitesListHeight );
            }
        }

		function showModal( evt ) {
			resetModal();

			// Display the dialog box.
			$modal.addClass('active');
			$body.addClass('has-fs-modal');

            var
                $singleInstallDetails  = $( evt.target ).parents( 'tr.fs-install-details' ),
                isSingleSiteActivation = ( $singleInstallDetails.length > 0 );

            $modal.toggleClass( 'is-single-site-activation', isSingleSiteActivation );

            singleBlogID = isSingleSiteActivation ?
                $singleInstallDetails.prev().data( 'blog-id' ) :
                null;

            <?php if ( $fs->apply_filters( 'enable_per_site_activation', true ) ) : ?>
            $multisiteOptionsContainer.toggle( isNetworkActivation && ! isSingleSiteActivation );
            <?php endif ?>

            if ( hasLicenseTypes ) {
                $licenseTypes.attr( 'checked', false );

                if ( hasLicensesDropdown ) {
                    $licensesDropdown.find( 'option:first' ).attr( 'selected', true ).trigger( 'change' );
                } else {
                    $licenseTypes.filter( '[value="available"]' ).click();
                }

                $otherLicenseKey.val( '' );
            } else {
                $licenseKeyInput.val( '' );
                $licenseKeyInput.focus();
            }
		}

		function closeModal() {
			$modal.removeClass('active');
			$body.removeClass('has-fs-modal');
		}

		function resetActivateLicenseButton() {
			enableActivateLicenseButton();
			$activateLicenseButton.text( <?php echo json_encode( $activate_button_text ) ?> );
		}

		function resetModal() {
			hideError();
			resetActivateLicenseButton();
		}

		function enableActivateLicenseButton() {
			$activateLicenseButton.removeClass( 'disabled' );
		}

		function disableActivateLicenseButton() {
			$activateLicenseButton.addClass( 'disabled' );
		}

		function hideError() {
			$licenseActivationMessage.hide();
		}

		function showError( msg ) {
			$licenseActivationMessage.find( ' > p' ).html( msg );
			$licenseActivationMessage.show();
		}
	});
})( jQuery );
</script>
<?php
    fs_require_once_template( 'api-connectivity-message-js.php' );freemius/templates/forms/resend-key.php000064400000016663151213253140014277 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );

	$slug = $fs->get_slug();

	$send_button_text          = fs_text_inline( 'Send License Key', 'send-license-key', $slug );
	$cancel_button_text        = fs_text_inline( 'Cancel', 'cancel', $slug );
	$email_address_placeholder = fs_esc_attr_inline( 'Email address', 'email-address', $slug );
	$other_text                = fs_text_inline( 'Other', 'other', $slug );

	$is_freemium = $fs->is_freemium();

	$send_button_text_html = esc_html($send_button_text);

	$button_html = <<< HTML
<div class="button-container">
    <a href="#" class="button button-primary button-send-license-key" tabindex="2">{$send_button_text_html}</a>
</div>
HTML;

	if ( $is_freemium ) {
		$current_user          = Freemius::_get_current_wp_user();
		$email                 = $current_user->user_email;
		$esc_email             = esc_attr( $email );
		$form_html      = <<< HTML
<div class="email-address-container">
    <label><input name="email-address" type="radio" checked="checked" tabindex="1" value="{$esc_email}"> {$email}</label>
    <label><input name="email-address" type="radio" tabindex="1" value="other">{$other_text}: <input class="email-address" type="text" placeholder="{$email_address_placeholder}"></label>
</div>
{$button_html}
HTML;
	} else {
		$email = '';
		$form_html      = <<< HTML
{$button_html}
<div class="email-address-container">
    <input class="email-address" type="text" placeholder="{$email_address_placeholder}" tabindex="1">
</div>
HTML;
	}

    $message_above_input_field = $fs->is_only_premium() ?
        fs_esc_html_inline( "Enter the email address you've used during the purchase and we will resend you the license key.", 'ask-for-upgrade-email-address-premium-only', $slug ) :
        fs_esc_html_inline( "Enter the email address you've used for the upgrade below and we will resend you the license key.", 'ask-for-upgrade-email-address', $slug );

	$modal_content_html = <<< HTML
    <div class="notice notice-error inline license-resend-message"><p></p></div>
    <p>{$message_above_input_field}</p>
    <div class="input-container">
        {$form_html}
    </div>
HTML;

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
	(function ($) {
		$(document).ready(function () {
			var contentHtml      = <?php echo json_encode( $modal_content_html ); ?>,
			    modalHtml        =
				    '<div class="fs-modal fs-modal-license-key-resend <?php echo $is_freemium ? 'fs-freemium' : 'fs-premium' ?>">'
				    + ' <div class="fs-modal-dialog">'
				    + '     <div class="fs-modal-header">'
				    + '         <h4><?php echo esc_js( $send_button_text ) ?></h4>'
				    + '         <a href="#!" class="fs-close" tabindex="3" title="Close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'as close a window', 'dismiss', $slug ) ) ?>"></i></a>'
				    + '     </div>'
				    + '     <div class="fs-modal-body">'
				    + '         <div class="fs-modal-panel active">' + contentHtml + '</div>'
				    + '     </div>'
				    + ' </div>'
				    + '</div>',
			    $modal           = $(modalHtml),
			    $sendButton      = $modal.find('.button-send-license-key'),
			    $emailInput      = $modal.find('input.email-address'),
			    $feedbackMessage = $modal.find('.license-resend-message'),
			    isFreemium       = <?php echo json_encode( $is_freemium ) ?>,
			    userEmail        = <?php echo json_encode( $email ) ?>,
			    moduleID         = '<?php echo $fs->get_id() ?>',
			    isChild          = false;


			$modal.appendTo($('body'));

			function registerEventHandlers() {
				$('a.show-license-resend-modal-<?php echo $fs->get_unique_affix() ?>').click(function (evt) {
					evt.preventDefault();

					showModal();
				});

				if (isFreemium) {
					$modal.on('change', 'input[type=radio][name=email-address]', function () {
						updateButtonState();
					});

					$modal.on('focus', 'input.email-address', function () {
						// Check custom email radio button on email input focus.
						$($modal.find('input[type=radio]')[1]).prop('checked', true);

						updateButtonState();
					});
				}

				$modal.on('input propertychange', 'input.email-address', function () {
					updateButtonState();
				});

				$modal.on('blur', 'input.email-address', function () {
					updateButtonState();
				});

				$modal.on('click', '.fs-close', function (){
					closeModal();
					return false;
				});

				$modal.on('click', '.button', function (evt) {
					evt.preventDefault();

					if ($(this).hasClass('disabled')) {
						return;
					}

					var email = getEmail();

					disableButton();

					if (!(-1 < email.indexOf('@'))) {
						return;
					}

					$.ajax({
						url       : <?php echo Freemius::ajax_url() ?>,
						method    : 'POST',
						data      : {
							action     : '<?php echo $fs->get_ajax_action( 'resend_license_key' ) ?>',
							security   : '<?php echo $fs->get_ajax_security( 'resend_license_key' ) ?>',
							module_id  : moduleID,
							email      : email
						},
						beforeSend: function () {
							$sendButton.text('<?php fs_esc_js_echo_inline( 'Sending license key', 'sending-license-key', $slug ) ?>...');
						},
						success   : function (result) {
							var resultObj = $.parseJSON(result);
							if (resultObj.success) {
								closeModal();
							} else {
								showError(resultObj.error);
								resetButton();
							}
						}
					});
				});
			}

			registerEventHandlers();

			resetButton();

			function showModal() {
				resetModal();

				// Display the dialog box.
				$modal.addClass('active');

				if (!isFreemium)
					$emailInput.focus();

				var $body = $('body');

				isChild = $body.hasClass('has-fs-modal');
				if (isChild) {
					return;
				}

				$body.addClass('has-fs-modal');
			}

			function closeModal() {
				$modal.removeClass('active');

				// If child modal, do not remove the "has-fs-modal" class of the <body> element to keep its scrollbars hidden.
				if (isChild) {
					return;
				}

				$('body').removeClass('has-fs-modal');
			}

			function resetButton() {
				updateButtonState();
				$sendButton.text(<?php echo json_encode($send_button_text) ?>);
			}

			function resetModal() {
				hideError();
				resetButton();
				$emailInput.val('');
			}

			function getEmail() {
				var email = $emailInput.val().trim();

				if (isFreemium) {
					if ('other' != $modal.find('input[type=radio][name=email-address]:checked').val()) {
						email = userEmail;
					}
				}

				return email;
			}

			function updateButtonState() {
				/**
				 * If email address is not empty, enable the send license key button.
				 */
				$sendButton.toggleClass('disabled', !( -1 < getEmail().indexOf('@') ));
			}

			function disableButton() {
				$sendButton.addClass('disabled');
			}

			function hideError() {
				$feedbackMessage.hide();
			}

			function showError(msg) {
				$feedbackMessage.find(' > p').html(msg);
				$feedbackMessage.show();
			}
		});
	})(jQuery);
</script>
freemius/templates/forms/trial-start.php000064400000012640151213253140014466 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$message_header  = sprintf(
		/* translators: %1$s: Number of trial days; %2$s: Plan name; */
		fs_text_inline( 'You are 1-click away from starting your %1$s-day free trial of the %2$s plan.', 'start-trial-prompt-header', $slug ),
		'<span class="var-trial_period"></span>',
		'<span class="var-plan_title"></span>'
	);
	$message_content = sprintf(
		/* translators: %s: Link to freemius.com */
		fs_text_inline( 'For compliance with the WordPress.org guidelines, before we start the trial we ask that you opt in with your user and non-sensitive site information, allowing the %s to periodically send data to %s to check for version updates and to validate your trial.', 'start-trial-prompt-message', $slug ),
		$fs->get_module_type(),
		sprintf(
			'<a href="%s" target="_blank" rel="noopener">%s</a>',
			'https://freemius.com',
			'freemius.com'
		)
	);

	$modal_content_html = <<< HTML
	<div class="notice notice-error inline"><p></p></div>
	<h3>{$message_header}</h3>
	<p>{$message_content}</p>
HTML;

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
	(function ($) {
		$(document).ready(function () {
			var modalContentHtml = <?php echo json_encode( $modal_content_html ); ?>,
			    modalHtml        =
				    '<div class="fs-modal fs-modal-license-key-resend">'
				    + '	<div class="fs-modal-dialog">'
				    + '		<div class="fs-modal-header">'
				    + '		    <h4><?php echo esc_js( fs_text_x_inline( 'Start free trial', 'call to action', 'start-free-trial', $slug ) ) ?></h4>'
				    + '		</div>'
				    + '		<div class="fs-modal-body">' + modalContentHtml + '</div>'
				    + '		<div class="fs-modal-footer">'
				    + '			<button class="button button-secondary button-close">' + <?php fs_json_encode_echo_inline( 'Cancel', 'cancel', $slug ) ?> +'</button>'
				    + '			<button class="button button-primary button-connect">' + <?php fs_json_encode_echo_inline( 'Approve & Start Trial', 'approve-start-trial', $slug ) ?> +'</button>'
				    + '		</div>'
				    + '	</div>'
				    + '</div>',
			    $modal = $( modalHtml ),
			    trialData;

			$modal.appendTo($('body'));

			var $errorNotice = $modal.find('.notice-error');

			registerEventHandlers();

			function registerEventHandlers() {
				$modal.on('click', '.button-close', function () {
					closeModal();
					return false;
				});

				$modal.on('click', '.button-connect', function (evt) {
					evt.preventDefault();

					var $button = $(this);

					$.ajax({
						url       : <?php echo Freemius::ajax_url() ?>,
						method    : 'POST',
						data      : {
							action   : '<?php echo $fs->get_ajax_action( 'start_trial' ) ?>',
							security : '<?php echo $fs->get_ajax_security( 'start_trial' ) ?>',
							module_id: '<?php echo $fs->get_id() ?>',
							trial    : trialData
						},
						beforeSend: function () {
							// Disable all buttons during trial activation.
							$modal.find('.button').prop('disabled', true);

							$button.text(<?php fs_json_encode_echo_inline( 'Starting trial', 'starting-trial', $slug ) ?> + '...');

							setLoadingMode();
						},
						success   : function (resultObj) {
							if (resultObj.success) {
								$button.text(<?php fs_json_encode_echo_inline( 'Please wait', 'please-wait', $slug ) ?> + '...');

								// Redirect to the "Account" page and sync the license.
								window.location.href = resultObj.data.next_page;
							} else {
								$button.text(<?php fs_json_encode_echo( 'approve-start-trial', $slug ) ?>);

								resetLoadingMode();
								showError(resultObj.error);
							}
						}
					});
				});
			}

			window.openTrialConfirmationModal = function showModal(data) {
				resetModal();

				// Display the dialog box.
				$modal.addClass('active');

				trialData = data;

				var $modalBody = $modal.find('.fs-modal-body'),
				    $var;

				for (var key in data) {
					if (data.hasOwnProperty(key)) {
						$var = $modalBody.find('.var-' + key);

						if ($var.length > 0)
							$var.html(data[key]);
					}
				}

				$('body').addClass('has-fs-modal');
			};

			function closeModal() {
				$modal.removeClass('active');

				$('body').removeClass('has-fs-modal');
			}

			function resetModal() {
				hideError();
			}

			function hideError() {
				$errorNotice.hide();
			}

			function setLoadingMode() {
				$modal.find('.button')
				// Re-enable all buttons.
					.prop('disabled', trialData)
					// Stop loading cursor.
					.css({'cursor': 'wait'});

				// Stop loading cursor.
				$(document.body).css({'cursor': 'wait'});
			}

			function resetLoadingMode() {
				$modal.find('.button')
				// Re-enable all buttons.
					.prop('disabled', false)
					// Stop loading cursor.
					.css({'cursor': 'initial'});

				// Stop loading cursor.
				$(document.body).css({'cursor': 'initial'});
			}

			function showError(msg) {
				$errorNotice.find(' > p').html(msg);
				$errorNotice.show();
			}
		});
	})(jQuery);
</script>
freemius/templates/forms/optout.php000064400000023524151213253140013555 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.1.5
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$reconnect_url = $fs->get_activation_url( array(
		'nonce'     => wp_create_nonce( $fs->get_unique_affix() . '_reconnect' ),
		'fs_action' => ( $fs->get_unique_affix() . '_reconnect' ),
	) );

    $plugin_title = "<strong>" . esc_html( $fs->get_plugin()->title ) . "</strong>";
    $opt_out_text = fs_text_x_inline( 'Opt Out', 'verb', 'opt-out', $slug );

    $permission_manager = FS_Permission_Manager::instance( $fs );

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
	fs_enqueue_local_style( 'fs_optout', '/admin/optout.css' );
	fs_enqueue_local_style( 'fs_common', '/admin/common.css' );

    if ( ! $permission_manager->is_premium_context() ) {
        $optional_permissions = array( $permission_manager->get_extensions_permission( false,
            false,
            true
        ) );

        $permission_groups = array(
            array(
                'id'          => 'communication',
                'type'        => 'required',
                'title'       => $fs->get_text_inline( 'Communication', 'communication' ),
                'desc'        => '',
                'permissions' => $permission_manager->get_opt_in_required_permissions( true ),
                'is_enabled'  => $fs->is_registered(),
                'prompt'      => array(
                    $fs->esc_html_inline( "Sharing your name and email allows us to keep you in the loop about new features and important updates, warn you about security issues before they become public knowledge, and send you special offers.", 'opt-out-message_user' ),
                    sprintf(
                        $fs->esc_html_inline( 'By clicking "Opt Out", %s will no longer be able to view your name and email.',
                            'opt-out-message-clicking-opt-out' ),
                        $plugin_title
                    ),
                ),
                'prompt_cancel_label' => $fs->get_text_inline( 'Stay Connected', 'stay-connected' )
            ),
            array(
                'id'          => 'diagnostic',
                'type'        => 'required',
                'title'       => $fs->get_text_inline( 'Diagnostic Info', 'diagnostic-info' ),
                'desc'        => '',
                'permissions' => $permission_manager->get_opt_in_diagnostic_permissions( true ),
                'is_enabled'  => $fs->is_tracking_allowed(),
                'prompt'      => array(
                    sprintf(
                        $fs->esc_html_inline( 'Sharing diagnostic data helps to provide additional functionality that\'s relevant to your website, avoid WordPress or PHP version incompatibilities that can break the website, and recognize which languages & regions the %s should be translated and tailored to.',
                            'opt-out-message-clicking-opt-out' ),
                        $fs->get_module_type()
                    ),
                    sprintf(
                        $fs->esc_html_inline( 'By clicking "Opt Out", diagnostic data will no longer be sent to %s.',
                            'opt-out-message-clicking-opt-out' ),
                        $plugin_title
                    ),
                ),
                'prompt_cancel_label' => $fs->get_text_inline( 'Keep Sharing', 'keep-sharing' )
            ),
            array(
                'id'          => 'extensions',
                'type'        => 'optional',
                'title'       => $fs->get_text_inline( 'Extensions', 'extensions' ),
                'desc'        => '',
                'permissions' => $optional_permissions,
            ),
        );
    } else {
        $optional_permissions = $permission_manager->get_license_optional_permissions( false, true );

        $permission_groups = array(
            array(
                'id'          => 'essentials',
                'type'        => 'required',
                'title'       => $fs->esc_html_inline( 'Required', 'required' ),
                'desc'        => sprintf( $fs->esc_html_inline( 'For automatic delivery of security & feature updates, and license management & protection, %s needs to:',
                        'license-sync-disclaimer' ),
                        '<b>' . esc_html( $fs->get_plugin_title() ) . '</b>' ),
                'permissions' => $permission_manager->get_license_required_permissions( true ),
                'is_enabled'  => $permission_manager->is_essentials_tracking_allowed(),
                'prompt'      => array(
                    sprintf( $fs->esc_html_inline( 'To ensure that security & feature updates are automatically delivered directly to your WordPress Admin Dashboard while protecting your license from unauthorized abuse, %2$s needs to view the website’s homepage URL, %1$s version, SDK version, and whether the %1$s is active.', 'premium-opt-out-message-usage-tracking' ), $fs->get_module_type(), $plugin_title ),
                    sprintf( $fs->esc_html_inline( 'By opting out from sharing this information with the updates server, you’ll have to check for new %1$s releases and manually download & install them. Not just a hassle, but missing an update can put your site at risk and cause undue compatibility issues, so we highly recommend keeping these essential permissions on.', 'opt-out-message-clicking-opt-out' ), $fs->get_module_type(), $plugin_title ),
                ),
                'prompt_cancel_label' => $fs->get_text_inline( 'Keep automatic updates', 'premium-opt-out-cancel' )
            ),
            array(
                'id'          => 'optional',
                'type'        => 'optional',
                'title'       => $fs->esc_html_inline( 'Optional', 'optional' ),
                'desc'        => sprintf( $fs->esc_html_inline( 'For ongoing compatibility with your website, you can optionally allow %s to:',
                        'optional-permissions-disclaimer' ), $plugin_title ),
                'permissions' => $optional_permissions,
            ),
        );
    }

    $ajax_action = 'toggle_permission_tracking';

    $form_id = "fs_opt_out_{$fs->get_id()}";
?>
<div id="<?php echo esc_attr( $form_id ) ?>"
     class="fs-modal fs-modal-opt-out"
     data-plugin-id="<?php echo esc_attr( $fs->get_id() ) ?>"
     data-action="<?php echo esc_attr( $fs->get_ajax_action( $ajax_action ) ) ?>"
     data-security="<?php echo esc_attr(  $fs->get_ajax_security( $ajax_action ) ) ?>"
     style="display: none">
    <div class="fs-modal-dialog">
        <div class="fs-modal-header">
            <h4><?php echo esc_html( $opt_out_text ) ?></h4>
            <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="Dismiss"></i></a>
        </div>
        <div class="fs-opt-out-permissions">
            <div class="fs-modal-body">
                <div class="notice notice-error inline opt-out-error-message"><p></p></div>
                <div class="fs-permissions fs-open">
                <?php foreach ( $permission_groups as $i => $permission_group ) : ?>
                    <?php $permission_manager->render_permissions_group( $permission_group ) ?>
                    <?php if ( $i < count( $permission_groups ) - 1 ) : ?><hr><?php endif ?>
                <?php endforeach ?>
                </div>
            </div>
            <div class="fs-modal-footer">
                <button class="button button-primary button-close" tabindex="1"><?php echo $fs->esc_html_inline( 'Done', 'done' ) ?></button>
            </div>
        </div>
        <?php foreach ( $permission_groups as $i => $permission_group ) : ?>
            <?php if ( ! empty( $permission_group[ 'prompt' ] ) ) : ?>
                <div class="fs-<?php echo esc_attr( $permission_group[ 'id' ] ) ?>-opt-out fs-opt-out-disclaimer" data-group-id="<?php echo esc_attr( $permission_group[ 'id' ] ) ?>" style="display: none">
                    <div class="fs-modal-body">
                        <div class="fs-modal-panel active">
                            <div class="notice notice-error inline opt-out-error-message"><p></p></div>
                            <?php foreach ( $permission_group[ 'prompt' ] as $p ) : ?>
                                <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
                                <p><?php echo $p ?></p>
                            <?php endforeach ?>
                        </div>
                    </div>
                    <div class="fs-modal-footer">
                        <a class="fs-opt-out-button" tabindex="2" href="#"><?php echo esc_html( $opt_out_text ) ?></a>
                        <button class="button button-primary fs-opt-out-cancel-button" tabindex="1"><?php echo esc_html( $permission_group[ 'prompt_cancel_label' ] ) ?></button>
                    </div>
                </div>
            <?php endif ?>
        <?php endforeach ?>
    </div>
</div>

<?php $permission_manager->require_permissions_js( false ) ?>

<script type="text/javascript">
	(function( $ ) {
		$( document ).ready(function() {
            FS.OptOut(
                <?php echo wp_json_encode( $fs->get_id() ) ?>,
                <?php echo wp_json_encode( $slug ) ?>,
                <?php echo wp_json_encode( $fs->get_module_type() ) ?>,
                <?php echo $fs->is_registered( true ) ? 'true' : 'false' ?>,
                <?php echo $fs->is_tracking_allowed() ? 'true' : 'false' ?>,
                <?php echo wp_json_encode( $reconnect_url ) ?>
            );
		});
	})( jQuery );
</script>
freemius/templates/forms/index.php000064400000000131151213253140013317 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/forms/premium-versions-upgrade-handler.php000064400000020527151213253140020607 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since     2.0.2
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var Freemius $fs
     */
    $fs   = freemius( $VARS['id'] );
    $slug = $fs->get_slug();

    $plugin_data     = $fs->get_plugin_data();
    $plugin_name     = $plugin_data['Name'];
    $plugin_basename = $fs->get_plugin_basename();

    $license = $fs->_get_license();

    if ( ! is_object( $license ) ) {
        $purchase_url = $fs->pricing_url();
    } else {
        $subscription = $fs->_get_subscription( $license->id );

        $purchase_url = $fs->checkout_url(
            is_object( $subscription ) ?
                ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
                WP_FS__PERIOD_LIFETIME,
            false,
            array( 'licenses' => $license->quota )
        );
    }

    $message = sprintf(
        fs_text_inline( 'There is a new version of %s available.', 'new-version-available-message', $slug ) .
        fs_text_inline( ' %s to access version %s security & feature updates, and support.', 'x-for-updates-and-support', $slug ),
        '<span id="plugin_name"></span>',
        sprintf(
            '<a id="pricing_url" href="">%s</a>',
            is_object( $license ) ?
                fs_text_inline( 'Renew your license now', 'renew-license-now', $slug ) :
                fs_text_inline( 'Buy a license now', 'buy-license-now', $slug )
        ),
        '<span id="new_version"></span>'
    );

    $modal_content_html = "<p>{$message}</p>";

    $header_title = fs_text_inline( 'New Version Available', 'new-version-available', $slug );

    $renew_license_button_text = is_object( $license ) ?
        fs_text_inline( 'Renew license', 'renew-license', $slug ) :
        fs_text_inline( 'Buy license', 'buy-license', $slug );

    fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
(function( $ ) {
    $( document ).ready(function() {
        if ( 0 === $( '.license-expired' ).length ) {
            return;
        }

        var modalContentHtml = <?php echo json_encode( $modal_content_html ) ?>,
            modalHtml        =
                '<div class="fs-modal fs-modal-upgrade-premium-version">'
                + ' <div class="fs-modal-dialog">'
                + '     <div class="fs-modal-header">'
                + '         <h4><?php echo esc_js( $header_title ) ?></h4>'
                + '         <a href="!#" class="fs-close"><i class="dashicons dashicons-no" title="<?php echo esc_js( fs_text_x_inline( 'Dismiss', 'close a window', 'dismiss', $slug ) ) ?>"></i></a>'
                + '     </div>'
                + '     <div class="fs-modal-body">'
                + '         <div class="fs-modal-panel active">' + modalContentHtml + '</div>'
                + '     </div>'
                + '     <div class="fs-modal-footer">'
                + '         <a class="button button-primary button-renew-license" tabindex="3" href="<?php echo $purchase_url ?>"><?php echo esc_js( $renew_license_button_text ) ?></a>'
                + '         <button class="button button-secondary button-close" tabindex="4"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
                + '     </div>'
                + ' </div>'
                + '</div>',
            $modal           = $( modalHtml ),
            isPluginsPage    = <?php echo Freemius::is_plugins_page() ? 'true' : 'false' ?>;

        $modal.appendTo( $( 'body' ) );

        function registerEventHandlers() {
            $( 'body' ).on( 'click', '.license-expired', function( evt ) {
                var $this = $( this );

                if ( ! $this.is( ':checked' ) ||
                    (
                        isPluginsPage &&
                        'update-selected' !== $( '#bulk-action-selector-top' ).val() &&
                        'update-selected' !== $( '#bulk-action-selector-bottom' ).val()
                    )
                ) {
                    return true;
                }

                evt.preventDefault();
                evt.stopImmediatePropagation();

                showModal( $this );
            });

            // If the user has clicked outside the window, close the modal.
            $modal.on( 'click', '.fs-close, .button-secondary', function() {
                closeModal();
                return false;
            });

            if ( isPluginsPage ) {
                $( 'body' ).on( 'change', 'select[id*="bulk-action-selector"]', function() {
                    if ( 'update-selected' === $( this ).val() ) {
                        setTimeout(function() {
                            $( '.license-expired' ).prop( 'checked', false );
                            $( '[id*="select-all"]' ).prop( 'checked', false );
                        }, 0);
                    }
                });
            }

            $( 'body' ).on( 'click', '[id*="select-all"]', function( evt ) {
                var $this = $( this );

                if ( ! $this.is( ':checked' ) ) {
                    return true;
                }

                if ( isPluginsPage ) {
                    if ( 'update-selected' !== $( '#bulk-action-selector-top' ).val() &&
                        'update-selected' !== $( '#bulk-action-selector-bottom' ).val() ) {
                        return true;
                    }
                }

                var $table                       = $this.closest( 'table' ),
                    controlChecked               = $this.prop( 'checked' ),
                    toggle                       = ( event.shiftKey || $this.data( 'wp-toggle' ) ),
                    $modules                     = $table.children( 'tbody' ).filter( ':visible' ).children().children( '.check-column' ).find( ':checkbox' ),
                    $modulesWithNonActiveLicense = $modules.filter( '.license-expired' );

                if ( 0 === $modulesWithNonActiveLicense.length ) {
                    /**
                     * It's possible that the context HTML table element doesn't have checkboxes with
                     * ".license-expired" class if for example only the themes table has such checkboxes and the user
                     * clicks on a "Select All" checkbox on the plugins table which has no such checkboxes.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    return true;
                } else if ( 1 === $modulesWithNonActiveLicense.length ) {
                    showModal( $modulesWithNonActiveLicense );
                }

                /**
                 * Prevent the default WordPress handler from checking all checkboxes.
                 *
                 * @author Leo Fajardo (@leorw)
                 */
                evt.stopImmediatePropagation();

                $modules.filter( ':not(.license-expired)' )
                    .prop( 'checked', function() {
                        if ( $( this ).is( ':hidden,:disabled' ) ) {
                            return false;
                        }

                        if ( toggle ) {
                            return ! $( this ).prop( 'checked' );
                        } else if ( controlChecked ) {
                            return true;
                        }

                        return false;
                    });

                return false;
            });
        }

        registerEventHandlers();

        function showModal( $module ) {
            $modal.find( '#plugin_name' ).text( $module.data( 'plugin-name' ) );
            $modal.find( '#pricing_url' ).attr( 'href', $module.data( 'pricing-url' ) );
            $modal.find( '#new_version' ).text( $module.data( 'new-version' ) );

            // Display the dialog box.
            $modal.addClass( 'active' );
            $( 'body' ).addClass( 'has-fs-modal' );
        }

        function closeModal() {
            $modal.removeClass( 'active' );
            $( 'body' ).removeClass( 'has-fs-modal' );
        }
    });
})( jQuery );
</script>freemius/templates/forms/data-debug-mode.php000064400000017406151213253140015144 0ustar00<?php
	/**
	 * @package   Freemius
	 * @copyright Copyright (c) 2015, Freemius, Inc.
	 * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since     2.3.1
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
     * @var array $VARS
     *
	 * @var Freemius $fs
	 */
	$fs                       = freemius( $VARS['id'] );
	$slug                     = $fs->get_slug();
    $unique_affix             = $fs->get_unique_affix();
    $last_license_user_id     = $fs->get_last_license_user_id();
    $has_last_license_user_id = FS_User::is_valid_id( $last_license_user_id );
    
	$message_above_input_field = ( ! $has_last_license_user_id ) ?
		fs_text_inline( 'Please enter the license key to enable the debug mode:', 'submit-developer-license-key-message', $slug ) :
		sprintf(
			fs_text_inline( 'To enter the debug mode, please enter the secret key of the license owner (UserID = %d), which you can find in your "My Profile" section of your User Dashboard:', 'submit-addon-developer-key-message', $slug ),
			$last_license_user_id
		);

    $processing_text          = ( fs_esc_js_inline( 'Processing', 'processing', $slug ) . '...' );
    $submit_button_text       = fs_text_inline( 'Submit', 'submit', $slug );
    $debug_license_link_text  = fs_esc_html_inline( 'Start Debug', 'start-debug-license', $slug );
    $license_or_user_key_text = ( ! $has_last_license_user_id ) ?
        fs_text_inline( 'License key', 'license-key' , $slug ) :
        fs_text_inline( 'User key', 'user-key' , $slug );
    $input_html               = "<input class='fs-license-or-user-key' type='password' placeholder='{$license_or_user_key_text}' tabindex='1' />";

	$modal_content_html = <<< HTML
	<div class="notice notice-error inline license-or-user-key-submission-message"><p></p></div>
	<p>{$message_above_input_field}</p>
	{$input_html}
HTML;

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
?>
<script type="text/javascript">
( function( $ ) {
	$( document ).ready( function() {
		var modalContentHtml          = <?php echo json_encode( $modal_content_html ) ?>,
			modalHtml                 =
				'<div class="fs-modal fs-modal-developer-license-debug-mode fs-modal-developer-license-debug-mode-<?php echo $unique_affix ?>">'
				+ '	<div class="fs-modal-dialog">'
				+ '		<div class="fs-modal-body">'
				+ '			<div class="fs-modal-panel active">' + modalContentHtml + '</div>'
				+ '		</div>'
				+ '		<div class="fs-modal-footer">'
				+ '			<button class="button button-secondary button-close" tabindex="4"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></button>'
				+ '			<button class="button button-primary button-submit-license-or-user-key"  tabindex="3"><?php echo esc_js( $submit_button_text ) ?></button>'
				+ '		</div>'
				+ '	</div>'
				+ '</div>',
			$modal                             = $( modalHtml ),
            $debugLicenseLink                  = $( '.debug-license-trigger' ),
			$submitKeyButton                   = $modal.find( '.button-submit-license-or-user-key' ),
			$licenseOrUserKeyInput             = $modal.find( 'input.fs-license-or-user-key' ),
			$licenseOrUserKeySubmissionMessage = $modal.find( '.license-or-user-key-submission-message' ),
            isDebugMode                        = <?php echo $fs->is_data_debug_mode() ? 'true' : 'false' ?>;

		$modal.appendTo( $( 'body' ) );

		function registerEventHandlers() {
            $debugLicenseLink.click(function (evt) {
                evt.preventDefault();

                if ( isDebugMode ) {
                    setDeveloperLicenseDebugMode();
                    return true;
                }

                showModal( evt );
            });

			$modal.on( 'input propertychange', 'input.fs-license-or-user-key', function () {
				var licenseOrUserKey = $( this ).val().trim();

				/**
				 * If license or user key is not empty, enable the submission button.
				 */
				if ( licenseOrUserKey.length > 0 ) {
					enableSubmitButton();
				}
			});

			$modal.on( 'blur', 'input.fs-license-or-user-key', function () {
				var licenseOrUserKey = $( this ).val().trim();

                /**
                 * If license or user key is empty, disable the submission button.
                 */
                if ( 0 === licenseOrUserKey.length ) {
                   disableSubmitButton();
                }
			});

			$modal.on( 'click', '.button-submit-license-or-user-key', function ( evt ) {
				evt.preventDefault();

				if ( $( this ).hasClass( 'disabled' ) ) {
					return;
				}

				var licenseOrUserKey = $licenseOrUserKeyInput.val().trim();

				disableSubmitButton();

				if ( 0 === licenseOrUserKey.length ) {
					return;
				}

                setDeveloperLicenseDebugMode( licenseOrUserKey );
			});

			// If the user has clicked outside the window, close the modal.
			$modal.on( 'click', '.fs-close, .button-secondary', function () {
				closeModal();
				return false;
			} );
		}

		registerEventHandlers();

		function setDeveloperLicenseDebugMode( licenseOrUserKey ) {
            var data = {
                action             : '<?php echo $fs->get_ajax_action( 'set_data_debug_mode' ) ?>',
                security           : '<?php echo $fs->get_ajax_security( 'set_data_debug_mode' ) ?>',
                license_or_user_key: licenseOrUserKey,
                is_debug_mode      : isDebugMode,
                module_id          : '<?php echo $fs->get_id() ?>'
            };

            $.ajax( {
                url       : <?php echo Freemius::ajax_url() ?>,
                method    : 'POST',
                data      : data,
                beforeSend: function () {
                    $debugLicenseLink.find('span').text( '<?php echo $processing_text ?>' );
                    $submitKeyButton.text( '<?php echo $processing_text ?>' );
                },
                success   : function ( result ) {
                    if ( result.success ) {
                        closeModal();

                        // Reload the "Account" page so that the pricing/upgrade link will be properly hidden/shown.
                        window.location.reload();
                    } else {
                        showError( result.error.message ? result.error.message : result.error );
                        resetButtons();
                    }
                },
                error     : function () {
                    showError( <?php echo json_encode( fs_text_inline( 'An unknown error has occurred.', 'unknown-error', $slug ) ) ?> );
                    resetButtons();
                }
            });
        }

		function showModal( evt ) {
			resetModal();

			// Display the dialog box.
			$modal.addClass( 'active' );
			$( 'body' ).addClass( 'has-fs-modal' );

            $licenseOrUserKeyInput.val( '' );
            $licenseOrUserKeyInput.focus();
		}

		function closeModal() {
			$modal.removeClass( 'active' );
			$( 'body' ).removeClass( 'has-fs-modal' );
		}

		function resetButtons() {
			enableSubmitButton();
			$submitKeyButton.text( <?php echo json_encode( $submit_button_text ) ?> );
			$debugLicenseLink.find('span').text( <?php echo json_encode( $debug_license_link_text ) ?> );
		}

		function resetModal() {
			hideError();
			resetButtons();
		}

		function enableSubmitButton() {
			$submitKeyButton.removeClass( 'disabled' );
		}

		function disableSubmitButton() {
			$submitKeyButton.addClass( 'disabled' );
		}

		function hideError() {
			$licenseOrUserKeySubmissionMessage.hide();
		}

		function showError( msg ) {
			$licenseOrUserKeySubmissionMessage.find( ' > p' ).html( msg );
			$licenseOrUserKeySubmissionMessage.show();
		}
	} );
} )( jQuery );
</script>freemius/templates/forms/deactivation/contact.php000064400000001452151213253140016324 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array $VARS
     */
    $fs   = freemius( $VARS['id'] );
    $slug = $fs->get_slug();

    echo fs_text_inline( 'Sorry for the inconvenience and we are here to help if you give us a chance.', 'contact-support-before-deactivation', $slug )
            . sprintf(" <a href='%s' class='button button-small button-primary'>%s</a>",
                $fs->contact_url( 'technical_support' ),
                fs_text_inline( 'Contact Support', 'contact-support', $slug )
            );
freemius/templates/forms/deactivation/form.php000064400000064102151213253140015635 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.2
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

    $subscription_cancellation_dialog_box_template_params = $VARS['subscription_cancellation_dialog_box_template_params'];
    $show_deactivation_feedback_form                      = $VARS['show_deactivation_feedback_form'];
	$confirmation_message                                 = $VARS['uninstall_confirmation_message'];

    $is_anonymous                     = ( ! $fs->is_registered() );
    $anonymous_feedback_checkbox_html = '';

    $reasons_list_items_html = '';
    $snooze_select_html      = '';

    if ( $show_deactivation_feedback_form ) {
        $reasons = $VARS['reasons'];

        foreach ( $reasons as $reason ) {
            $list_item_classes    = 'reason' . ( ! empty( $reason['input_type'] ) ? ' has-input' : '' );

            if ( isset( $reason['internal_message'] ) && ! empty( $reason['internal_message'] ) ) {
                $list_item_classes .= ' has-internal-message';
                $reason_internal_message = $reason['internal_message'];
            } else {
                $reason_internal_message = '';
            }

            $reason_input_type = ( ! empty( $reason['input_type'] ) ? $reason['input_type'] : '' );
            $reason_input_placeholder = ( ! empty( $reason['input_placeholder'] ) ? $reason['input_placeholder'] : '' );

            $reason_list_item_html = <<< HTML
                <li class="{$list_item_classes}"
                    data-input-type="{$reason_input_type}"
                    data-input-placeholder="{$reason_input_placeholder}">
                    <label>
                        <span>
                            <input type="radio" name="selected-reason" value="{$reason['id']}"/>
                        </span>
                        <span>{$reason['text']}</span>
                    </label>
                    <div class="internal-message">{$reason_internal_message}</div>
                </li>
HTML;

            $reasons_list_items_html .= $reason_list_item_html;
        }

        if ( $is_anonymous ) {
            $anonymous_feedback_checkbox_html = sprintf(
                '<label class="anonymous-feedback-label"><input type="checkbox" class="anonymous-feedback-checkbox"> %s</label>',
                fs_esc_html_inline( 'Anonymous feedback', 'anonymous-feedback', $slug )
            );
        }

        $snooze_periods = array(
            array(
                'increment' => fs_text_inline( 'hour', $slug ),
                'quantity'  => number_format_i18n(1),
                'value'     => 6 * WP_FS__TIME_10_MIN_IN_SEC,
            ),
            array(
                'increment' => fs_text_inline( 'hours', $slug ),
                'quantity'  => number_format_i18n(24),
                'value'     => WP_FS__TIME_24_HOURS_IN_SEC,
            ),
            array(
                'increment' => fs_text_inline( 'days', $slug ),
                'quantity'  => number_format_i18n(7),
                'value'     => WP_FS__TIME_WEEK_IN_SEC,
            ),
            array(
                'increment' => fs_text_inline( 'days', $slug ),
                'quantity'  => number_format_i18n(30),
                'value'     => 30 * WP_FS__TIME_24_HOURS_IN_SEC,
            ),
        );

        $snooze_select_html = '<select>';
        foreach ($snooze_periods as $period) {
            $snooze_select_html .= sprintf(
                '<option value="%s">%s %s</option>',
                $period['value'],
                $period['quantity'],
                $period['increment']
            );
        }

        $snooze_select_html .= '</select>';
    }

	// Aliases.
	$deactivate_text = fs_text_inline( 'Deactivate', 'deactivate', $slug );
	$theme_text      = fs_text_inline( 'Theme', 'theme', $slug );
	$activate_x_text = fs_text_inline( 'Activate %s', 'activate-x', $slug );

    $submit_deactivate_text = sprintf(
        fs_text_inline( 'Submit & %s', 'deactivation-modal-button-submit', $slug ),
        $fs->is_plugin() ?
            $deactivate_text :
            sprintf( $activate_x_text, $theme_text )
    );

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );

    if ( ! empty( $subscription_cancellation_dialog_box_template_params ) ) {
        fs_require_template( 'forms/subscription-cancellation.php', $subscription_cancellation_dialog_box_template_params );
    }
?>
<script type="text/javascript">
(function ($) {
	var reasonsHtml                    = <?php echo json_encode( $reasons_list_items_html ) ?>,
	    modalHtml                      =
		    '<div class="fs-modal fs-modal-deactivation-feedback<?php echo empty( $confirmation_message ) ? ' no-confirmation-message' : ''; ?>">'
		    + '	<div class="fs-modal-dialog">'
		    + '		<div class="fs-modal-header">'
		    + '		    <h4><?php fs_esc_attr_echo_inline( 'Quick Feedback', 'quick-feedback' , $slug ) ?></h4>'
		    + '		</div>'
		    + '		<div class="fs-modal-body">'
		    + '			<div class="fs-modal-panel" data-panel-id="confirm"><p><?php echo $confirmation_message; ?></p></div>'
		    + '			<div class="fs-modal-panel active" data-panel-id="reasons"><h3><strong><?php echo esc_js( sprintf( fs_text_inline( 'If you have a moment, please let us know why you are %s', 'deactivation-share-reason' , $slug ), ( $fs->is_plugin() ? fs_text_inline( 'deactivating', 'deactivating', $slug ) : fs_text_inline( 'switching', 'switching', $slug ) ) ) ) ?>:</strong></h3><ul id="reasons-list">' + reasonsHtml + '</ul></div>'
		    + '		</div>'
		    + '		<div class="fs-modal-footer">'
			+ '         <?php echo $anonymous_feedback_checkbox_html ?>'
			+ '         <label style="display: none" class="feedback-from-snooze-label"><input type="checkbox" class="feedback-from-snooze-checkbox"> <span><?php fs_esc_js_echo_inline( 'Snooze this panel during troubleshooting', 'snooze-panel-during-troubleshooting', $slug ) ?></span><span style="display: none"><?php fs_esc_js_echo_inline( 'Snooze this panel for', 'snooze-panel-for', $slug ) ?> <?php echo $snooze_select_html ?></span></label>'
		    + '			<a href="#" class="button button-secondary button-deactivate"></a>'
		    + '			<a href="#" class="button button-secondary button-close"><?php fs_esc_js_echo_inline( 'Cancel', 'cancel', $slug ) ?></a>'
		    + '		</div>'
		    + '	</div>'
		    + '</div>',
	    $modal                         = $(modalHtml),
	    selectedReasonID               = false,
	    redirectLink                   = '',
		$anonymousFeedback             = $modal.find( '.anonymous-feedback-label' ),
		$feedbackSnooze                = $modal.find( '.feedback-from-snooze-label' ),
		isAnonymous                    = <?php echo ( $is_anonymous ? 'true' : 'false' ); ?>,
		otherReasonID                  = <?php echo Freemius::REASON_OTHER; ?>,
		dontShareDataReasonID          = <?php echo Freemius::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION; ?>,
        deleteThemeUpdateData          = <?php echo $fs->is_theme() && $fs->is_premium() && ! $fs->has_any_active_valid_license() ? 'true' : 'false' ?>,
        $subscriptionCancellationModal = $( '.fs-modal-subscription-cancellation-<?php echo $fs->get_id() ?>' ),
        showDeactivationFeedbackForm   = <?php echo ( $show_deactivation_feedback_form ? 'true' : 'false' ) ?>,
        $body                          = $( 'body' );

	$modal.appendTo( $body );

	if ( 0 !== $subscriptionCancellationModal.length ) {
        $subscriptionCancellationModal.on( '<?php echo $fs->get_action_tag( 'subscription_cancellation_action' ) ?>', function( evt, cancelSubscription ) {
            var shouldDeactivateModule = ( $modal.hasClass( 'no-confirmation-message' ) && ! showDeactivationFeedbackForm );

            if ( false === cancelSubscription ) {
                if ( ! shouldDeactivateModule ) {
                    showModal();
                }

                $subscriptionCancellationModal.trigger( 'closeModal' );

                if ( shouldDeactivateModule ) {
                    deactivateModule();
                }
            } else {
                var $errorMessage = $subscriptionCancellationModal.find( '.notice-error' );

                <?php
                $subscription_cancellation_context = $fs->is_paid_trial() ?
                    fs_text_inline( 'trial', 'trial', $slug ) :
                    fs_text_inline( 'subscription', 'subscription', $slug );
                ?>

                $.ajax({
                    url       : <?php echo Freemius::ajax_url() ?>,
                    method    : 'POST',
                    data      : {
                        action   : '<?php echo $fs->get_ajax_action( 'cancel_subscription_or_trial' ) ?>',
                        security : '<?php echo $fs->get_ajax_security( 'cancel_subscription_or_trial' ) ?>',
                        module_id: '<?php echo $fs->get_id() ?>'
                    },
                    beforeSend: function() {
                        $errorMessage.hide();

                        $subscriptionCancellationModal.find( '.fs-modal-footer .button' ).addClass( 'disabled' );
                        $subscriptionCancellationModal.find( '.fs-modal-footer .button-primary' ).text( '<?php echo esc_js(
                            sprintf( fs_text_inline( 'Cancelling %s...', 'cancelling-x' , $slug ), $subscription_cancellation_context )
                        ) ?>' );
                    },
                    success: function( result ) {
                        if ( result.success ) {
                            $subscriptionCancellationModal.removeClass( 'has-subscription-actions' );
                            $subscriptionCancellationModal.find( '.fs-modal-footer .button-primary' ).removeClass( 'warn' );

                            $subscriptionCancellationModal.remove();

                            if ( ! shouldDeactivateModule ) {
                                showModal();
                            } else {
                                deactivateModule();
                            }
                        } else {
                            $errorMessage.find( '> p' ).html( result.error );
                            $errorMessage.show();

                            $subscriptionCancellationModal.find( '.fs-modal-footer .button' ).removeClass( 'disabled' );
                            $subscriptionCancellationModal.find( '.fs-modal-footer .button-primary' ).html( <?php echo json_encode( sprintf(
                                fs_text_inline( 'Cancel %s & Proceed', 'cancel-x-and-proceed', $slug ),
                                ucfirst( $subscription_cancellation_context )
                            ) ) ?> );
                        }
                    }
                });
            }
        });
    }

	registerEventHandlers();

	function registerEventHandlers() {
		$body.on( 'click', '#the-list .deactivate > a', function ( evt ) {
		    if ( 0 === $( this ).next( '[data-module-id=<?php echo $fs->get_id() ?>].fs-module-id' ).length ) {
		        return true;
            }

			evt.preventDefault();

            redirectLink = $(this).attr('href');

            if ( 0 == $subscriptionCancellationModal.length ) {
                showModal();
            } else {
                $subscriptionCancellationModal.trigger( 'showModal' );
            }
		});

		<?php
        if ( ! $fs->is_plugin() ) {
		/**
		 * For "theme" module type, the modal is shown when the current user clicks on
		 * the "Activate" button of any other theme. The "Activate" button is actually
		 * a link to the "Themes" page (/wp-admin/themes.php) containing query params
		 * that tell WordPress to deactivate the current theme and activate a different theme.
		 *
		 * @author Leo Fajardo (@leorw)
		 * @since 1.2.2
		 *        
		 * @since 1.2.2.7 Don't trigger the deactivation feedback form if activating the premium version of the theme.
		 */
		?>
		$('body').on('click', '.theme-browser .theme:not([data-slug=<?php echo $fs->get_premium_slug() ?>]) .theme-actions .button.activate', function (evt) {
			evt.preventDefault();

			redirectLink = $(this).attr('href');

            if ( 0 != $subscriptionCancellationModal.length ) {
                $subscriptionCancellationModal.trigger( 'showModal' );
            } else {
                if ( $modal.hasClass( 'no-confirmation-message' ) && ! showDeactivationFeedbackForm ) {
                    deactivateModule();
                } else {
                    showModal();
                }
            }
		});
		<?php
		} ?>

		$modal.on('input propertychange', '.reason-input input', function () {
			var reason = $(this).val().trim();

			/**
			 * If reason is not empty, remove the error-message class of the message container
			 * to change the message color back to default.
			 */
			if (reason.length > 0) {
                $('.message').removeClass('error-message');
            }

            toggleDeactivationButtonPrimary( reason.length > 0 );

            changeDeactivateButtonText();
		});

		$modal.on('blur', '.reason-input input', function () {
			var $userReason = $(this);

			setTimeout(function () {
				if (!isOtherReasonSelected()) {
					return;
				}

				/**
				 * If reason is empty, add the error-message class to the message container
				 * to change the message color to red.
				 */
				if (0 === $userReason.val().trim().length) {
					$('.message').addClass('error-message');
                    changeDeactivateButtonText();
                }
			}, 150);
		});

		$modal.on('click', '.fs-modal-footer .button', function (evt) {
			evt.preventDefault();

			if ($(this).hasClass('disabled')) {
				return;
			}

			var _parent = $(this).parents('.fs-modal:first');
			var _this = $(this);

			if (_this.hasClass('allow-deactivate')) {
				var
                    $radio           = $modal.find('input[type="radio"]:checked'),
                    isReasonSelected = (0 < $radio.length),
                    userReason       = '';

				if ( isReasonSelected ) {
                    var $selectedReason = $radio.parents('li:first'),
                        $reasonInput = $selectedReason.find('textarea, input[type="text"]');

                    if ( 0 < $reasonInput.length ) {
                        userReason = $reasonInput.val().trim();
                    }
                }

                if ( otherReasonID == selectedReasonID && '' === userReason ) {
                    // If the 'Other' is selected and a reason is not provided (aka it's empty), treat it as if a reason wasn't selected at all.
                    isReasonSelected = false;
                }

                _parent.find( '.fs-modal-footer .button' ).addClass( 'disabled' );

                if ( ! isReasonSelected ) {
				    if ( ! deleteThemeUpdateData ) {
                        // If no selected reason, just deactivate the plugin.
                        window.location.href = redirectLink;
                    } else {
                        $.ajax({
                            url       : <?php echo Freemius::ajax_url() ?>,
                            method    : 'POST',
                            data      : {
                                action   : '<?php echo $fs->get_ajax_action( 'delete_theme_update_data' ) ?>',
                                security : '<?php echo $fs->get_ajax_security( 'delete_theme_update_data' ) ?>',
                                module_id: '<?php echo $fs->get_id() ?>'
                            },
                            beforeSend: function() {
                                _parent.find( '.fs-modal-footer .button-deactivate' ).text( '<?php echo esc_js( fs_text_inline( 'Processing', 'processing', $slug ) ) ?>...' );
                            },
                            complete  : function() {
                                window.location.href = redirectLink;
                            }
                        });
                    }

					return;
				}

                var snoozePeriod = 0,
                    shouldSnooze = $feedbackSnooze.find( '.feedback-from-snooze-checkbox' ).is( ':checked' );

                if ( shouldSnooze && <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID ) {
                    snoozePeriod = parseInt($feedbackSnooze.find('select').val(), 10);
                }

				$.ajax({
					url       : <?php echo Freemius::ajax_url() ?>,
					method    : 'POST',
					data      : {
						action       : '<?php echo $fs->get_ajax_action( 'submit_uninstall_reason' ) ?>',
						security     : '<?php echo $fs->get_ajax_security( 'submit_uninstall_reason' ) ?>',
						module_id    : '<?php echo $fs->get_id() ?>',
						reason_id    : $radio.val(),
						reason_info  : userReason,
						is_anonymous : isAnonymousFeedback(),
                        snooze_period: snoozePeriod
					},
					beforeSend: function () {
						_parent.find('.fs-modal-footer .button-deactivate').text('<?php echo esc_js( fs_text_inline( 'Processing', 'processing', $slug ) ) ?>...');
					},
					complete  : function () {
						// Do not show the dialog box, deactivate the plugin.
						window.location.href = redirectLink;
					}
				});
			} else if (_this.hasClass('button-deactivate')) {
				// Change the Deactivate button's text and show the reasons panel.
				_parent.find('.button-deactivate').addClass('allow-deactivate');

				if ( showDeactivationFeedbackForm ) {
                    showPanel('reasons');
                } else {
				    deactivateModule();
                }
			}
		});

		$modal.on('click', 'input[type="radio"]', function () {
			var $selectedReasonOption = $( this );

			// If the selection has not changed, do not proceed.
			if (selectedReasonID === $selectedReasonOption.val())
				return;

			selectedReasonID = $selectedReasonOption.val();

			if ( isAnonymous ) {
				if ( isReasonSelected( dontShareDataReasonID ) ) {
					$anonymousFeedback.hide();
				} else {
					$anonymousFeedback.show();
				}
			}

			var _parent = $(this).parents('li:first');

			$modal.find('.reason-input').remove();
			$modal.find( '.internal-message' ).hide();
			$modal.find('.button-deactivate').html('<?php echo esc_js( $submit_deactivate_text ) ?>');

			if ( _parent.hasClass( 'has-internal-message' ) ) {
				_parent.find( '.internal-message' ).show();
			}

			if ( ! _parent.hasClass('has-input') ) {
                toggleDeactivationButtonPrimary( true );
            } else {
                toggleDeactivationButtonPrimary( false );

				var inputType = _parent.data('input-type'),
				    inputPlaceholder = _parent.data('input-placeholder'),
				    reasonInputHtml = '<div class="reason-input"><span class="message"></span>' + ( ( 'textfield' === inputType ) ? '<input type="text" maxlength="128" />' : '<textarea rows="5" maxlength="128"></textarea>' ) + '</div>';

				_parent.append($(reasonInputHtml));
				_parent.find('input, textarea').attr('placeholder', inputPlaceholder).focus();

				if (isOtherReasonSelected()) {
					showMessage('<?php echo esc_js( fs_text_inline( 'Kindly tell us the reason so we can improve.', 'ask-for-reason-message' , $slug ) ); ?>');
                    changeDeactivateButtonText();
                }
			}

            $anonymousFeedback.toggle( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> != selectedReasonID );
            $feedbackSnooze.toggle( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID );

            if ( <?php echo Freemius::REASON_TEMPORARY_DEACTIVATION ?> == selectedReasonID ) {
                updateDeactivationButtonOnTrouble();
            }
		});

		var toggleDeactivationButtonPrimary = function ( isPrimary ) {
		    if ( isPrimary ) {
                $modal.find('.button-deactivate')
                    .removeClass( 'button-secondary' )
                    .addClass( 'button-primary' );
            } else {
                $modal.find('.button-deactivate')
                    .addClass( 'button-secondary' )
                    .removeClass( 'button-primary' );
            }
        };

		var snooze = false;

		var updateDeactivationButtonOnTrouble = function () {
            if ( snooze ) {
                $modal.find('.button-deactivate').html('<?php echo esc_js( sprintf(
                    fs_text_inline( 'Snooze & %s', 'snooze-modal-button-submit' , $slug ),
                    $fs->is_plugin() ?
                        $deactivate_text :
                        sprintf( $activate_x_text, $theme_text )
                ) ) ?>');
            } else {
                $modal.find('.button-deactivate').html('<?php echo esc_js(
                    $fs->is_plugin() ?
                        $deactivate_text :
                        sprintf( $activate_x_text, $theme_text )
                ) ?>');
            }
        };

        $feedbackSnooze.on( 'click', 'input', function () {
            var $spans = $feedbackSnooze.find( 'span' );

            snooze = ( ! snooze );

            $( $spans[0] ).toggle();
            $( $spans[1] ).toggle();

            updateDeactivationButtonOnTrouble();
        });

		// If the user has clicked outside the window, cancel it.
		$modal.on('click', function (evt) {
			var $target = $(evt.target);

			// If the user has clicked anywhere in the modal dialog, just return.
			if ($target.hasClass('fs-modal-body') || $target.hasClass('fs-modal-footer')) {
				return;
			}

			// If the user has not clicked the close button and the clicked element is inside the modal dialog, just return.
			if (
			    ! $target.hasClass( 'button-close' ) &&
                ( $target.parents( '.fs-modal-body' ).length > 0 || $target.parents( '.fs-modal-footer' ).length > 0 )
            ) {
				return;
			}

			closeModal();

			return false;
		});
	}

	function isAnonymousFeedback() {
		if ( ! isAnonymous ) {
			return false;
		}

		return ( isReasonSelected( dontShareDataReasonID ) || $anonymousFeedback.find( 'input' ).prop( 'checked' ) );
	}

	function isReasonSelected( reasonID ) {
		// Get the selected radio input element.
		var $selectedReasonOption = $modal.find('input[type="radio"]:checked');

		return ( reasonID == $selectedReasonOption.val() );
	}

	function isOtherReasonSelected() {
		return isReasonSelected( otherReasonID );
	}

	function showModal() {
		resetModal();

		// Display the dialog box.
		$modal.addClass('active');

		$('body').addClass('has-fs-modal');
	}

	function closeModal() {
		$modal.removeClass('active');

		$('body').removeClass('has-fs-modal');
	}

	function resetModal() {
		selectedReasonID = false;

		// Uncheck all radio buttons.
		$modal.find('input[type="radio"]').prop('checked', false);

		// Remove all input fields ( textfield, textarea ).
		$modal.find('.reason-input').remove();

		$modal.find('.message').hide();

        if ( isAnonymous ) {
			$anonymousFeedback.find( 'input' ).prop( 'checked', <?php echo $fs->apply_filters( 'default_to_anonymous_feedback', false ) ? 'true' : 'false' ?> );

			// Hide, since by default there is no selected reason.
			$anonymousFeedback.hide();
		}

		var $deactivateButton = $modal.find('.button-deactivate');

		/*
		 * If the modal dialog has no confirmation message, that is, it has only one panel, then ensure
		 * that clicking the deactivate button will actually deactivate the plugin.
		 */
		if ( $modal.hasClass( 'no-confirmation-message' ) ) {
            $deactivateButton.addClass( 'allow-deactivate' );

            showPanel( 'reasons' );
		} else {
			$deactivateButton.removeClass( 'allow-deactivate' );

			showPanel( 'confirm' );
		}
	}

	function showMessage(message) {
		$modal.find('.message').text(message).show();
	}

    /**
     * @author Xiaheng Chen (@xhchen)
     *
     * @since 2.4.2
     */
	function changeDeactivateButtonText() {
        if ( ! isOtherReasonSelected()) {
            return;
        }

        var
            $userReason       = $modal.find('.reason-input input'),
            $deactivateButton = $modal.find('.button-deactivate');

	    if (0 === $userReason.val().trim().length) {
	        // If the reason is empty, just change the text to 'Deactivate' (plugin) or 'Activate themeX' (theme).
            $deactivateButton.html('<?php echo
                $fs->is_plugin() ?
                    $deactivate_text :
                    sprintf( $activate_x_text, $theme_text )
            ?>');
        } else {
            $deactivateButton.html('<?php echo esc_js( $submit_deactivate_text ) ?>');
        }
    }

	function showPanel(panelType) {
        $modal.find( '.fs-modal-panel' ).removeClass( 'active' );
		$modal.find( '[data-panel-id="' + panelType + '"]' ).addClass( 'active' );

		updateButtonLabels();
	}

	function updateButtonLabels() {
        var $deactivateButton = $modal.find( '.button-deactivate' );

        // Reset the deactivate button's text.
        if ( 'confirm' === getCurrentPanel() ) {
            $deactivateButton.text( <?php echo json_encode( sprintf(
                fs_text_inline( 'Yes - %s', 'deactivation-modal-button-confirm', $slug ),
                $fs->is_plugin() ?
                    $deactivate_text :
                    sprintf( $activate_x_text, $theme_text )
            ) ) ?> );
		} else {
            $deactivateButton.html( <?php echo json_encode( sprintf(
				fs_text_inline('Skip & %s', 'skip-and-x', $slug ),
				$fs->is_plugin() ?
					$deactivate_text :
					sprintf( $activate_x_text, $theme_text )
			) ) ?> );
		}
	}

	function getCurrentPanel() {
		return $modal.find('.fs-modal-panel.active').attr('data-panel-id');
	}

    /**
     * @author Leo Fajardo (@leorw)
     *
     * @since 2.3.0
     */
	function deactivateModule() {
	    window.location.href = redirectLink;
    }
})(jQuery);
</script>
freemius/templates/forms/deactivation/retry-skip.php000064400000002251151213253140017000 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array $VARS
     */
    $fs   = freemius( $VARS['id'] );
    $slug = $fs->get_slug();

    $skip_url                    = fs_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $fs->get_unique_affix() . '_skip_activation' ) ), $fs->get_unique_affix() . '_skip_activation' );
    $skip_text                   = strtolower( fs_text_x_inline( 'Skip', 'verb', 'skip', $slug ) );
    $use_plugin_anonymously_text = fs_text_inline( 'Click here to use the plugin anonymously', 'click-here-to-use-plugin-anonymously', $slug );

    echo sprintf( fs_text_inline( "You might have missed it, but you don't have to share any data and can just %s the opt-in.", 'dont-have-to-share-any-data', $slug ), "<a href='{$skip_url}'>{$skip_text}</a>" )
            . " <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>";freemius/templates/forms/deactivation/index.php000064400000000131151213253140015771 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/js/permissions.php000064400000052135151213253140014064 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<script type="text/javascript">
    ( function ( $ ) {
        var global = this;

        // Namespace.
        global.FS = global.FS || {};

        //region Switches

        function toggleSwitches( $switches, isOn ) {
            $switches
                .toggleClass( 'fs-on', ( null != isOn ? ( true === isOn ) : isOn ) )
                .toggleClass( 'fs-off', ( null != isOn ? ( false === isOn ) : isOn ) );
        }

        function isSwitch( $switch, isOn ) {
            return $switch.hasClass( isOn ? 'fs-on' : 'fs-off' );
        }

        function getSwitchesStates( $switches, isEnabled ) {
            var switchStates = [];
            for ( var i = 0; i < $switches.length; i++ ) {
                switchStates.push( isSwitch( $( $switches[ i ] ), isEnabled ) );
            }

            return switchStates;
        }

        //endregion

        function toggleGroupOptOut( $button, isEnabled ) {
            setOptInLabel( $button, ! isEnabled );

            $button.data( 'is-enabled', isEnabled );
        }

        /**
         * @param {object} $permissionsSection
         *
         * @returns {string[]}
         */
        function getGroupPermissionIDs( $permissionsSection ) {
            var permissions = [];
            $permissionsSection.find( 'ul li').each( function() {
                permissions.push( $( this ).data( 'permission-id' ) );
            });

            return permissions;
        }

        function getGroupOptOutButton( $section ) {
            return $section.find( '.fs-group-opt-out-button' );
        }

        //region Opt-in/out Labels

        function setUpdatingLabel( $button, isEnabled ) {
            $button.text( isEnabled ?
                '<?php fs_esc_js_echo_inline( 'Opting in', 'opting-in' ) ?>...' :
                '<?php fs_esc_js_echo_inline( 'Opting out', 'opting-out' ) ?>...'
            );
        }

        function getOptInLabel( isEnabled ) {
            return isEnabled ?
                '<?php echo esc_js( fs_text_x_inline( 'Opt In', 'verb', 'opt-in' ) ) ?>' :
                '<?php echo esc_js( fs_text_x_inline( 'Opt Out', 'verb', 'opt-out' ) ) ?>';
        }

        function setOptInLabel( $button, isEnabled ) {
            $button.text( getOptInLabel( isEnabled ) );
        }

        //endregion

        global.FS.Permissions = function () {
            var isUpdating = false;

            function updateStarted() {
                isUpdating = true;
                $body.addClass( 'fs-loading' );
            }

            function updateCompleted() {
                isUpdating = false;
                $body.removeClass( 'fs-loading' );
            }

            return {
                isUpdating: function() {
                    return isUpdating;
                },
                /**
                 * @param {Number} pluginID
                 * @param {Array} permissions
                 * @param {Boolean} isEnabled
                 * @param {Callback} [success]
                 * @param {Callback} [failure]
                 * @param {Callback} [complete]
                 */
                updatePermissions: function(
                    pluginID,
                    permissions,
                    isEnabled,
                    success,
                    failure,
                    complete
                ) {
                    if ( isUpdating ) {
                        return;
                    }

                    updateStarted();

                    var
                        $permissionsContainer = $( '#fs_opt_out_' + pluginID );

                    $.ajax( {
                        url     : <?php echo Freemius::ajax_url() ?>,
                        method  : 'POST',
                        data    : {
                            action          : $permissionsContainer.data( 'action' ),
                            security        : $permissionsContainer.data( 'security' ),
                            module_id       : pluginID,
                            _wp_http_referer: '<?php echo Freemius::current_page_url() ?>',
                            permissions     : permissions.join( ',' ),
                            is_enabled      : isEnabled
                        },
                        success : function ( resultObj ) {
                            if ( resultObj.success ) {
                                if ( success ) {
                                    success( resultObj );
                                }
                            } else {
                                if ( failure ) {
                                    failure( resultObj );
                                }
                            }
                        },
                        error   : failure,
                        complete: function () {
                            if ( complete ) {
                                complete();
                            }

                            updateCompleted();
                        }
                    });
                },
                updateGroupPermissions: function(
                    pluginID,
                    groupID,
                    isEnabled,
                    success,
                    failure,
                    complete
                ) {
                    if ( isUpdating ) {
                        return;
                    }

                    var
                        $modal              = $( '#fs_opt_out_' + pluginID ),
                        $permissionsSection = $modal.find( '.fs-permissions-section.fs-' + groupID + '-permissions' ),
                        $optOutButton       = getGroupOptOutButton( $permissionsSection ),
                        $permissions        = $permissionsSection.find( 'ul li'),
                        permissions         = [];

                    $permissions.each( function() {
                        permissions.push( $( this ).data( 'permission-id' ) );
                    });

                    setUpdatingLabel( $optOutButton, isEnabled );

                    this.updatePermissions(
                        pluginID,
                        permissions,
                        isEnabled,
                        function( resultObj ) {
                            if ( resultObj.success ) {
                                toggleGroupOptOut( $optOutButton, isEnabled );

                                // Update permissions state.
                                $permissions.toggleClass( 'fs-disabled', ! isEnabled );

                                // Update switches state, if there are any.
                                toggleSwitches( $permissions.find( '.fs-switch' ), isEnabled );

                                if ( success ) {
                                    success();
                                }
                            }
                        },
                        function ( resultObj ) {
                            setOptInLabel( $optOutButton, isEnabled );

                            if ( failure ) {
                                failure( resultObj );
                            }
                        },
                        complete
                    );
                }
            };
        }();

        var $body = $( 'body' )

        global.FS.OptOut = function (
            pluginID,
            slug,
            type,
            isRegistered,
            isTrackingAllowed,
            reconnectUrl
        ) {
            var $modal = $( '#fs_opt_out_' + pluginID ),
                actionLinkSelector  = ('theme' === type ? '#fs_theme_opt_in_out' : 'span.opt-in-or-opt-out.' + slug + ' a' );

            //region Error Handling

            function hideError( $optOutErrorMessage ) {
                $optOutErrorMessage = $optOutErrorMessage || $modal.find( '.opt-out-error-message' );
                $optOutErrorMessage.hide();
            }

            function showError( $optOutErrorMessage, msg ) {
                $optOutErrorMessage.find( ' > p' ).html( msg );
                $optOutErrorMessage.show();
            }

            //endregion

            function backToPermissionsList() {
                $modal.find( '.fs-opt-out-disclaimer' )
                      .hide();

                $modal.find( '.fs-opt-out-permissions' )
                      .show();
            }

            function removeFeedbackIndicators() {
                $modal.find( '.fs-switch-feedback' )
                      .remove();
            }

            //region Modal Dialog

            function closeModal() {
                $modal.removeClass( 'active' );
                $body.removeClass( 'has-fs-modal' );
                $modal.hide();
            }

            function resetModal() {
                hideError();
                removeFeedbackIndicators();
                backToPermissionsList();
            }

            function showModal() {
                resetModal();

                // Display the dialog box.
                $modal.show();
                $modal.addClass( 'active' );
                $body.addClass( 'has-fs-modal' );
            }

            //endregion

            function registerActionLinkClick() {
                $body.on( 'click', actionLinkSelector, function( evt ) {
                    evt.preventDefault();

                    showModal();

                    return false;
                });
            }

            function registerEventHandlers() {
                // If the user has clicked outside the window, close the modal.
                $modal.on( 'click', '.fs-close, .button-close', function() {
                    closeModal();
                    return false;
                } );

                $modal.on( 'click', '.fs-permissions .fs-switch', function () {
                    if ( FS.Permissions.isUpdating() ) {
                        return false;
                    }

                    var $switch = $( this ),
                        $permission = $switch.closest( '.fs-permission' );

                    toggleSwitches( $switch );

                    $permission.toggleClass( 'fs-disabled' );

                    var $optOutContainer = $switch.closest( '.fs-modal-opt-out' );

                    if ( 0 === $optOutContainer.length ) {
                        return;
                    }

                    // Remove previously added feedback element.
                    $switch.closest( '.fs-modal-dialog' )
                           .find( '.fs-switch-feedback' )
                           .remove();

                    var $switchFeedback = $( '<span class="fs-switch-feedback"><i class="fs-ajax-spinner"></i></span>' );

                    $switch.after( $switchFeedback )

                    var
                        permissionID = $permission.data( 'permission-id' ),
                        isEnabled = isSwitch( $switch, true );

                    FS.Permissions.updatePermissions(
                        $optOutContainer.data( 'plugin-id' ),
                        [ permissionID ],
                        isEnabled,
                        function () {
                            $switchFeedback.addClass( 'success' );
                            $switchFeedback.html( '<i class="dashicons dashicons-yes"></i> <?php echo esc_js( fs_text_inline( 'Saved', 'saved' ) ) ?>' );

                            var
                                $permissionsGroup = $switch.closest( '.fs-permissions-section' ),
                                $groupPermissions = $permissionsGroup.find( 'ul li' );

                            var allGroupPermissionsUseSameValue = false;

                            if (
                                isEnabled &&
                                0 === $groupPermissions.filter( '.fs-disabled' ).length )
                            {
                                allGroupPermissionsUseSameValue = true;
                            } else if (
                                ! isEnabled &&
                                $groupPermissions.length === $groupPermissions.filter( '.fs-disabled' ).length
                            ) {
                                allGroupPermissionsUseSameValue = true;
                            }

                            if ( allGroupPermissionsUseSameValue ) {
                                toggleGroupOptOut( getGroupOptOutButton( $permissionsGroup ), isEnabled );
                            }
                        },
                        function () {
                            // Revert switch.
                            toggleSwitches( $switch );

                            $switchFeedback.remove();
                        }
                    )
                });

                // Move back to the permissions list if cancelling opt-out.
                $modal.on( 'click', '.fs-opt-out-disclaimer .fs-opt-out-cancel-button', function ( evt ) {
                    backToPermissionsList();
                });

                $modal.on( 'click', '.fs-opt-out-disclaimer .fs-modal-footer .fs-opt-out-button', function ( evt ) {
                    var
                        $optOutButton     = $( this ),
                        $actionLink       = $( actionLinkSelector ),
                        isEnabled         = true,
                        $optOutDisclaimer = $( $optOutButton.closest( '.fs-opt-out-disclaimer' )[ 0 ] ),
                        groupID           = $optOutDisclaimer.data( 'group-id' ),
                        $errorMessage     = $optOutDisclaimer.find( '.opt-out-error-message' );

                    setUpdatingLabel( $optOutButton, ! isEnabled );

                    $optOutDisclaimer.find( '.button-primary' ).prop( 'disabled', true );

                    hideError( $errorMessage );

                    FS.Permissions.updateGroupPermissions(
                        pluginID,
                        groupID,
                        ! isEnabled,
                        function () {
                            if ( 'communication' === groupID ) {
                                window.location.reload();
                            } else {
                                setOptInLabel( $actionLink, ! isEnabled );

                                backToPermissionsList();
                            }
                        },
                        function ( resultObj ) {
                            setOptInLabel( $optOutButton, false );

                            showError( $errorMessage, resultObj.error );
                        },
                        function () {
                            if ( 'communication' !== groupID ) {
                                setOptInLabel( $optOutButton, false );
                            }

                            $optOutDisclaimer.find( '.button-primary' ).prop( 'disabled', false );
                        }
                    );
                } );

                $modal.on( 'click', '.fs-group-opt-out-button', function ( evt ) {
                    evt.preventDefault();

                    if ( FS.Permissions.isUpdating() ) {
                        return;
                    }

                    var
                        $optOutButton     = $( this ),
                        groupID           = $optOutButton.data( 'group-id' ),
                        isEnabled         = $optOutButton.data( 'is-enabled' ),
                        $optOutDisclaimer = $modal.find( '.fs-' + groupID + '-opt-out' ),
                        isConfirmRequired = ( 0 < $optOutDisclaimer.length ),
                        $errorMessage     = $modal.find( '.fs-opt-out-permissions .opt-out-error-message' );

                    $errorMessage.hide();

                    if ( isConfirmRequired ) {
                        if ( isEnabled ) {
                            // Move to disclaimer window.
                            $modal.find( '.fs-opt-out-permissions' )
                                  .hide();

                            $optOutDisclaimer.show();
                        } else {
                            // Opt-in.
                            FS.Permissions.updateGroupPermissions(
                                pluginID,
                                groupID,
                                ! isEnabled,
                                ( 'communication' !== groupID ) ?
                                    null :
                                    function () {
                                        window.location.reload();
                                    },
                                function ( resultObj ) {
                                    showError( $errorMessage, resultObj.error );
                                }
                            );
                        }
                    } else {
                        // Remove previously added feedback element.
                        $modal.find( '.fs-switch-feedback' )
                              .remove();

                        var $switches = $optOutButton.closest( '.fs-permissions-section' )
                                                     .find( '.fs-permission .fs-switch' );

                        var switchStates = getSwitchesStates( $switches, isEnabled );

                        toggleSwitches( $switches, ! isEnabled );

                        $switches.closest( '.fs-permission' )
                                 .toggleClass( 'fs-disabled', isEnabled );

                        var $switchFeedback = $( '<span class="fs-switch-feedback"><i class="fs-ajax-spinner"></i></span>' );

                        $optOutButton.after( $switchFeedback )

                        setUpdatingLabel( $optOutButton, ! isEnabled );

                        FS.Permissions.updatePermissions(
                            pluginID,
                            getGroupPermissionIDs( $modal.find( '.fs-permissions-section.fs-' + groupID + '-permissions' ) ),
                            ! isEnabled,
                            function () {
                                $switchFeedback.addClass( 'success' );
                                $switchFeedback.html( '<i class="dashicons dashicons-yes"></i> <?php echo esc_js( fs_text_inline( 'Saved', 'saved' ) ) ?>' );

                                toggleGroupOptOut( $optOutButton, ! isEnabled );
                            },
                            function () {
                                // Revert switches to their previous state.
                                for ( var i = 0; i < switchStates.length; i++ ) {
                                    if ( switchStates[ i ] ) {
                                        toggleSwitches( $( $switches[ i ] ), isEnabled );
                                        $( $switches[ i ] ).removeClass( 'fs-disabled' );
                                    }
                                }

                                toggleGroupOptOut( $optOutButton, isEnabled );
                            }
                        )
                    }
                });
            }

            if ( 'theme' === type ) {
                /**
                 * Add opt-in/out button to the active theme's buttons collection
                 * in the theme's extended details overlay.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since 1.2.2.7
                 */
                $( '.theme-overlay' ).contentChange( function () {
                    if ( 0 === $( '.theme-overlay.active' ).length ) {
                        // Add opt-in/out button only to the currently active theme.
                        return;
                    }

                    if ( $( '#fs_theme_opt_in_out' ).length > 0 ) {
                        // Button already there.
                        return;
                    }

                    var label       = getOptInLabel( ! isTrackingAllowed ),
                        href        = ( isTrackingAllowed || isRegistered ) ? '' : reconnectUrl,
                        $actionLink = $( '<a id="fs_theme_opt_in_out" href="' + encodeURI( href ) + '" class="button">' + label + '</a>' );

                    $( '.theme-wrap .theme-actions .active-theme' ).append( $actionLink );

                    if ( isRegistered && '' === href ) {
                        registerActionLinkClick();
                    }
                });
            }

            if ( isRegistered ) {
                if ( 'theme' !== type ) {
                    registerActionLinkClick();
                }

                registerEventHandlers();
            }

        };
    } )( jQuery );
</script>freemius/templates/js/style-premium-theme.php000064400000003243151213253140015421 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.2.7
	 *
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs = freemius( $VARS['id'] );

	$slug = $fs->get_slug();

?>
<script type="text/javascript">
	(function ($) {
		// Select the premium theme version.
		var $theme             = $('#<?php echo $slug ?>-premium-name').parents('.theme'),
		    addPremiumMetadata = function (firstCall) {
			    if (!firstCall) {
				    // Seems like the original theme element is removed from the DOM,
				    // so we need to reselect the updated one.
				    $theme = $('#<?php echo $slug ?>-premium-name').parents('.theme');
			    }

			    if (0 === $theme.find('.fs-premium-theme-badge-container').length) {
				    $theme.addClass('fs-premium');

				    var $themeBadgeContainer = $( '<div class="fs-premium-theme-badge-container"></div>' );

				    $themeBadgeContainer.append( '<div class="fs-badge fs-premium-theme-badge">' + <?php echo json_encode( $fs->get_text_inline( 'Premium', 'premium' ) ) ?> + '</div>' );

				    <?php if ( $fs->is_beta() ) : ?>
                    $themeBadgeContainer.append( '<div class="fs-badge fs-beta-theme-badge">' + <?php echo json_encode( $fs->get_text_inline( 'Beta', 'beta' ) ) ?> + '</div>' );
                    <?php endif ?>

				    $theme.append( $themeBadgeContainer );
			    }
		    };

		addPremiumMetadata(true);

		$theme.contentChange(addPremiumMetadata);
	})(jQuery);
</script>freemius/templates/js/jquery.content-change.php000064400000003141151213253140015715 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.2.7
	 */
	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}
?>
<script type="text/javascript">
	(function ($) {
		if ($.fn.contentChange)
			return;

		/**
		 * Content change event listener.
		 *
		 * @url http://stackoverflow.com/questions/3233991/jquery-watch-div/3234646#3234646
		 *
		 * @param {function} callback
		 *
		 * @returns {object[]}
		 */
		$.fn.contentChange = function (callback) {
			var elements = $(this);

			elements.each(function () {
				var element = $(this);

				element.data("lastContents", element.html());

				window.watchContentChange = window.watchContentChange ?
					window.watchContentChange :
					[];

				window.watchContentChange.push({
					"element" : element,
					"callback": callback
				});
			});

			return elements;
		};

        setInterval(function() {
            if ( window.watchContentChange ) {
                for ( var i in window.watchContentChange ) {
                    if ( window.watchContentChange[ i ].element.data( 'lastContents' ) !== window.watchContentChange[ i ].element.html() ) {
                        window.watchContentChange[ i ].callback.apply( undefined, [ false ] );
                        window.watchContentChange[ i ].element.data( 'lastContents', window.watchContentChange[ i ].element.html() )
                    }
                }
            }
        }, 500 );
	})(jQuery);
</script>freemius/templates/js/index.php000064400000000131151213253140012605 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/js/open-license-activation.php000064400000002242151213253140016223 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.0.0
     */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    $license_id = $VARS['license_id'];
?>
<script type="text/javascript">
    (function ($) {
        var prepareLicenseActivationDialog = function () {
            var $dialog = $('.fs-modal-license-activation');

            // Trigger the license activation dialog box.
            $($('.activate-license-trigger')[0]).click();

//            setTimeout(function(){
                $dialog.find('select.fs-licenses option[data-id=<?php echo $license_id ?>]')
                    .prop('selected', true)
                    .change();
//            }, 100);

        };
        if ($('.fs-modal-license-activation').length > 0) {
            prepareLicenseActivationDialog();
        } else {
            $('body').on('licenseActivationLoaded', function () {
                prepareLicenseActivationDialog();
            });
        }
    })(jQuery);
</script>freemius/templates/debug.php000064400000114316151213253140012163 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.1.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    global $fs_active_plugins;

    $fs_options = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );

    $off_text = fs_text_x_inline( 'Off', 'as turned off' );
    $on_text  = fs_text_x_inline( 'On', 'as turned on' );

    $has_any_active_clone = false;

    $is_multisite = is_multisite();
?>
<h1><?php echo fs_text_inline( 'Freemius Debug' ) . ' - ' . fs_text_inline( 'SDK' ) . ' v.' . $fs_active_plugins->newest->version ?></h1>
<div>
    <!-- Debugging Switch -->
    <?php //$debug_mode = get_option( 'fs_debug_mode', null ) ?>
    <span class="fs-switch-label"><?php fs_esc_html_echo_x_inline( 'Debugging', 'as code debugging' ) ?></span>

    <div class="fs-switch fs-round <?php echo WP_FS__DEBUG_SDK ? 'fs-on' : 'fs-off' ?>">
        <div class="fs-toggle"></div>
    </div>
    <script type="text/javascript">
        (function ($) {
            $(document).ready(function () {
                // Switch toggle
                $( '.fs-switch' ).click( function () {
                    $( this )
                        .toggleClass( 'fs-on' )
                        .toggleClass( 'fs-off' );

                    $.post( <?php echo Freemius::ajax_url() ?>, {
                        action: 'fs_toggle_debug_mode',
                        // As such we don't need to use `wp_json_encode` method but using it to follow wp.org guideline.
                        _wpnonce   : <?php echo wp_json_encode( wp_create_nonce( 'fs_toggle_debug_mode' ) ); ?>,
                        is_on : ($(this).hasClass( 'fs-on' ) ? 1 : 0)
                    }, function ( response ) {
                        if ( 1 == response ) {
                            // Refresh page on success.
                            location.reload();
                        }
                    });
                });
            });
        }(jQuery));
    </script>
</div>
<h2><?php fs_esc_html_echo_inline( 'Actions', 'actions' ) ?></h2>
<table>
    <tbody>
    <tr>
        <td>
            <!-- Delete All Accounts -->
            <form action="" method="POST">
                <input type="hidden" name="fs_action" value="restart_freemius">
                <?php wp_nonce_field( 'restart_freemius' ) ?>
                <button class="button button-primary"
                        onclick="if (confirm('<?php fs_esc_attr_echo_inline( 'Are you sure you want to delete all Freemius data?', 'delete-all-confirm' ) ?>')) this.parentNode.submit(); return false;"><?php fs_esc_html_echo_inline( 'Delete All Accounts' ) ?></button>
            </form>
        </td>
        <td>
            <!-- Clear API Cache -->
            <form action="" method="POST">
                <input type="hidden" name="fs_clear_api_cache" value="true">
                <button class="button button-primary"><?php fs_esc_html_echo_inline( 'Clear API Cache' ) ?></button>
            </form>
        </td>
        <td>
            <!-- Clear Updates Transients -->
            <form action="" method="POST">
                <input type="hidden" name="fs_action" value="clear_updates_data">
                <?php wp_nonce_field( 'clear_updates_data' ) ?>
                <button class="button"><?php fs_esc_html_echo_inline( 'Clear Updates Transients' ) ?></button>
            </form>
        </td>
        <?php if ( Freemius::is_deactivation_snoozed() ) : ?>
        <td>
            <!-- Reset Deactivation Snoozing -->
            <form action="" method="POST">
                <input type="hidden" name="fs_action" value="reset_deactivation_snoozing">
                <?php wp_nonce_field( 'reset_deactivation_snoozing' ) ?>
                <button class="button"><?php fs_esc_html_echo_inline( 'Reset Deactivation Snoozing' ) ?> (Expires in <?php echo ( Freemius::deactivation_snooze_expires_at() - time() ) ?> sec)</button>
            </form>
        </td>
        <?php endif ?>
        <td>
            <!-- Sync Data with Server -->
            <form action="" method="POST">
                <input type="hidden" name="background_sync" value="true">
                <button class="button button-primary"><?php fs_esc_html_echo_inline( 'Sync Data From Server' ) ?></button>
            </form>
        </td>
        <?php if ( fs_is_network_admin() && true !== $fs_options->get_option( 'ms_migration_complete', false, true ) ) : ?>
        <td>
            <!-- Migrate Options to Network -->
            <form action="" method="POST">
                <input type="hidden" name="fs_action" value="migrate_options_to_network">
                <?php wp_nonce_field( 'migrate_options_to_network' ) ?>
                <button class="button button-primary"><?php fs_esc_html_echo_inline( 'Migrate Options to Network' ) ?></button>
            </form>
        </td>
        <?php endif ?>
        <td>
            <button id="fs_load_db_option" class="button"><?php fs_esc_html_echo_inline( 'Load DB Option' ) ?></button>
        </td>
        <td>
            <button id="fs_set_db_option" class="button"><?php fs_esc_html_echo_inline( 'Set DB Option' ) ?></button>
        </td>
        <td>
            <?php
                $fs_debug_page_url = 'admin.php?page=freemius&fs_action=allow_clone_resolution_notice';
                $fs_debug_page_url = fs_is_network_admin() ?
                    network_admin_url( $fs_debug_page_url ) :
                    admin_url( $fs_debug_page_url );
            ?>
            <a href="<?php echo wp_nonce_url( $fs_debug_page_url, 'fs_allow_clone_resolution_notice' ) ?>" class="button button-primary">Resolve Clone(s)</a>
        </td>
    </tr>
    </tbody>
</table>
<script type="text/javascript">
    (function ($) {
        $('#fs_load_db_option').click(function () {
            var optionName = prompt('Please enter the option name:');

            if (optionName) {
                $.post(<?php echo Freemius::ajax_url() ?>, {
                    action     : 'fs_get_db_option',
                    // As such we don't need to use `wp_json_encode` method but using it to follow wp.org guideline.
                    _wpnonce   : <?php echo wp_json_encode( wp_create_nonce( 'fs_get_db_option' ) ); ?>,
                    option_name: optionName
                }, function (response) {
                    if (response.data.value)
                        prompt('The option value is:', response.data.value);
                    else
                        alert('Oops... Option does not exist in the DB.');
                });
            }
        });

        $('#fs_set_db_option').click(function () {
            var optionName = prompt('Please enter the option name:');

            if (optionName) {
                var optionValue = prompt('Please enter the option value:');

                if (optionValue) {
                    $.post(<?php echo Freemius::ajax_url() ?>, {
                        action      : 'fs_set_db_option',
                        // As such we don't need to use `wp_json_encode` method but using it to follow wp.org guideline.
                        _wpnonce    : <?php echo wp_json_encode( wp_create_nonce( 'fs_set_db_option' ) ); ?>,
                        option_name : optionName,
                        option_value: optionValue
                    }, function () {
                        alert('Option was successfully set.');
                    });
                }
            }
        });
    })(jQuery);
</script>
<?php
    if ( ! defined( 'FS_API__ADDRESS' ) ) {
        define( 'FS_API__ADDRESS', '://api.freemius.com' );
    }
    if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
        define( 'FS_API__SANDBOX_ADDRESS', '://sandbox-api.freemius.com' );
    }

    $defines = array(
        array(
            'key' => 'WP_FS__REMOTE_ADDR',
            'val' => WP_FS__REMOTE_ADDR,
        ),
        array(
            'key' => 'WP_FS__ADDRESS_PRODUCTION',
            'val' => WP_FS__ADDRESS_PRODUCTION,
        ),
        array(
            'key' => 'FS_API__ADDRESS',
            'val' => FS_API__ADDRESS,
        ),
        array(
            'key' => 'FS_API__SANDBOX_ADDRESS',
            'val' => FS_API__SANDBOX_ADDRESS,
        ),
        array(
            'key' => 'WP_FS__DIR',
            'val' => WP_FS__DIR,
        ),
        array(
            'key' => 'wp_using_ext_object_cache()',
            'val' => wp_using_ext_object_cache() ? 'true' : 'false',
        ),
    )
?>
<br>
<table class="widefat">
    <thead>
    <tr>
        <th><?php fs_esc_html_echo_inline( 'Key', 'key' ) ?></th>
        <th><?php fs_esc_html_echo_inline( 'Value', 'value' ) ?></th>
    </tr>
    </thead>
    <tbody>
    <?php $alternate = false;
        foreach ( $defines as $p ) : ?>
            <tr<?php if ( $alternate ) {
                echo ' class="alternate"';
            } ?>>
                <td><?php echo $p['key'] ?></td>
                <td><?php echo $p['val'] ?></td>
            </tr>
            <?php $alternate = ! $alternate ?>
        <?php endforeach ?>
    </tbody>
</table>
<h2><?php fs_esc_html_echo_x_inline( 'SDK Versions', 'as software development kit versions', 'sdk-versions' ) ?></h2>
<table id="fs_sdks" class="widefat">
    <thead>
    <tr>
        <th><?php fs_esc_html_echo_x_inline( 'Version', 'product version' ) ?></th>
        <th><?php fs_esc_html_echo_inline( 'SDK Path' ) ?></th>
        <th><?php fs_esc_html_echo_inline( 'Module Path' ) ?></th>
        <th><?php fs_esc_html_echo_inline( 'Is Active' ) ?></th>
    </tr>
    </thead>
    <tbody>
    <?php foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) : ?>
        <?php $is_active = ( WP_FS__SDK_VERSION == $data->version ) ?>
        <tr<?php if ( $is_active ) {
            echo ' style="background: #E6FFE6; font-weight: bold"';
        } ?>>
            <td><?php echo $data->version ?></td>
            <td><?php echo $sdk_path ?></td>
            <td><?php echo $data->plugin_path ?></td>
            <td><?php echo ( $is_active ) ? 'Active' : 'Inactive' ?></td>
        </tr>
    <?php endforeach ?>
    </tbody>
</table>

<?php
    $module_types = array(
        WP_FS__MODULE_TYPE_PLUGIN,
        WP_FS__MODULE_TYPE_THEME
    );
?>
<?php $active_modules_by_id = array() ?>
<?php foreach ( $module_types as $module_type ) : ?>
    <?php $modules = fs_get_entities( $fs_options->get_option( $module_type . 's' ), FS_Plugin::get_class_name() ) ?>
    <?php if ( is_array( $modules ) && count( $modules ) > 0 ) : ?>
        <h2><?php echo esc_html( ( WP_FS__MODULE_TYPE_PLUGIN == $module_type ) ? fs_text_inline( 'Plugins', 'plugins' ) : fs_text_inline( 'Themes', 'themes' ) ) ?></h2>
        <table id="fs_<?php echo $module_type ?>" class="widefat">
            <thead>
            <tr>
                <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Slug' ) ?></th>
                <th><?php fs_esc_html_echo_x_inline( 'Version', 'product version' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Title' ) ?></th>
                <th><?php fs_esc_html_echo_x_inline( 'API', 'as application program interface' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Freemius State' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Module Path' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Public Key' ) ?></th>
                <?php if ( $is_multisite ) : ?>
                    <th><?php fs_esc_html_echo_inline( 'Network Blog' ) ?></th>
                    <th><?php fs_esc_html_echo_inline( 'Network User' ) ?></th>
                <?php endif ?>
                <th><?php fs_esc_html_echo_inline( 'Actions' ) ?></th>
            </tr>
            </thead>
            <tbody>
            <?php foreach ( $modules as $slug => $data ) : ?>
                <?php
                if ( WP_FS__MODULE_TYPE_THEME !== $module_type ) {
                    $is_active = is_plugin_active( $data->file );
                } else {
                    $current_theme = wp_get_theme();
                    $is_active     = ( $current_theme->stylesheet === $data->file );

                    if ( ! $is_active && is_child_theme() ) {
                        $parent_theme = $current_theme->parent();

                        $is_active = ( ( $parent_theme instanceof WP_Theme ) && $parent_theme->stylesheet === $data->file );
                    }
                }
                ?>
                <?php
                    $fs = null;
                    if ( $is_active ) {
                        $fs = freemius( $data->id );

                        $active_modules_by_id[ $data->id ] = true;
                    }
                ?>
                <tr<?php if ( $is_active ) {
                    $has_api_connectivity = $fs->has_api_connectivity();

                    if ( true === $has_api_connectivity && $fs->is_on() ) {
                        echo ' style="background: #E6FFE6; font-weight: bold"';
                    } else {
                        echo ' style="background: #ffd0d0; font-weight: bold"';
                    }
                } ?>>
                    <td><?php echo $data->id ?></td>
                    <td><?php echo $slug ?></td>
                    <td><?php echo $data->version ?></td>
                    <td><?php echo $data->title ?></td>
                    <td<?php if ( $is_active && true !== $has_api_connectivity ) {
                        echo ' style="color: red; text-transform: uppercase;"';
                    } ?>><?php if ( $is_active ) {
                            echo esc_html( true === $has_api_connectivity ?
                                fs_text_x_inline( 'Connected', 'as connection was successful' ) :
                                ( false === $has_api_connectivity ?
                                    fs_text_x_inline( 'Blocked', 'as connection blocked' ) :
                                    fs_text_x_inline( 'Unknown', 'API connectivity state is unknown' ) )
                            );
                        } ?></td>
                    <td<?php if ( $is_active && ! $fs->is_on() ) {
                        echo ' style="color: red; text-transform: uppercase;"';
                    } ?>><?php if ( $is_active ) {
                            echo esc_html( $fs->is_on() ?
                                $on_text :
                                $off_text
                            );
                        } ?></td>
                    <td><?php echo $data->file ?></td>
                    <td><?php echo $data->public_key ?></td>
                    <?php if ( $is_multisite ) : ?>
                        <?php
                        $network_blog_id = null;
                        $network_user    = null;

                        if ( is_object( $fs ) ) {
                            $network_blog_id = $fs->get_network_install_blog_id();
                            $network_user    = $fs->get_network_user();
                        }
                        ?>
                        <td><?php echo is_numeric( $network_blog_id ) ? $network_blog_id : '' ?></td>
                        <td><?php if ( is_object( $network_user ) ) {
                                echo $network_user->email;
                            } ?></td>
                    <?php endif ?>
                    <td>
                        <?php if ( $is_active ) : ?>
                            <?php if ( $fs->has_trial_plan() ) : ?>
                                <form action="" method="POST">
                                    <input type="hidden" name="fs_action" value="simulate_trial">
                                    <input type="hidden" name="module_id" value="<?php echo $fs->get_id() ?>">
                                    <?php wp_nonce_field( 'simulate_trial' ) ?>

                                    <button type="submit" class="button button-primary simulate-trial"><?php fs_esc_html_echo_inline( 'Simulate Trial Promotion' ) ?></button>
                                </form>
                            <?php endif ?>
                            <?php if ( $fs->is_registered() ) : ?>
                                <a class="button" href="<?php echo $fs->get_account_url() ?>"><?php fs_esc_html_echo_inline( 'Account', 'account' ) ?></a>
                            <?php endif ?>
                            <?php if ( fs_is_network_admin() && ! $fs->is_network_upgrade_mode() ) : ?>
                                <form action="" method="POST">
                                    <input type="hidden" name="fs_action" value="simulate_network_upgrade">
                                    <input type="hidden" name="module_id" value="<?php echo $fs->get_id() ?>">
                                    <?php wp_nonce_field( 'simulate_network_upgrade' ) ?>

                                    <button type="submit" class="button button-small"><?php fs_esc_html_echo_inline( 'Simulate Network Upgrade' ) ?></button>
                                </form>
                            <?php endif ?>
                        <?php endif ?>
                    </td>
                </tr>
            <?php endforeach ?>
            </tbody>
        </table>
    <?php endif ?>
<?php endforeach ?>
<?php foreach ( $module_types as $module_type ) : ?>
    <?php
    /**
     * @var array $VARS
     * @var array[string]FS_Site|array[string]FS_Site[] $sites_map
     */
    $sites_map = $VARS[ $module_type . '_sites' ];

    $all_plans = false;
    ?>
    <?php if ( is_array( $sites_map ) && count( $sites_map ) > 0 ) : ?>
        <h2><?php echo esc_html( sprintf(
            /* translators: %s: 'plugin' or 'theme' */
                fs_text_inline( '%s Installs', 'module-installs' ),
                ( WP_FS__MODULE_TYPE_PLUGIN === $module_type ? fs_text_inline( 'Plugin', 'plugin' ) : fs_text_inline( 'Theme', 'theme' ) )
            ) ) ?> / <?php fs_esc_html_echo_x_inline( 'Sites', 'like websites', 'sites' ) ?></h2>
        <table id="fs_<?php echo $module_type ?>_installs" class="widefat">
            <thead>
            <tr>
                <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
                <?php if ( $is_multisite ) : ?>
                    <th><?php fs_esc_html_echo_inline( 'Blog ID' ) ?></th>
                    <th><?php fs_esc_html_echo_inline( 'Address' ) ?></th>
                <?php endif ?>
                <th><?php fs_esc_html_echo_inline( 'Slug' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'User ID' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'License ID' ) ?></th>
                <th><?php fs_esc_html_echo_x_inline( 'Plan', 'as product pricing plan', 'plan' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Public Key' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Secret Key' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Actions' ) ?></th>
            </tr>
            </thead>
            <tbody>
            <?php $site_url = null ?>
            <?php foreach ( $sites_map as $slug => $sites ) : ?>
                <?php foreach ( $sites as $site ) : ?>
                    <?php
                        $blog_id = $is_multisite ?
                            $site->blog_id :
                            null;

                        if ( is_null( $site_url ) || $is_multisite ) {
                            $site_url = Freemius::get_unfiltered_site_url(
                                $blog_id,
                                true,
                                true
                            );
                        }

                        $is_active_clone = ( $site->is_clone( $site_url ) && isset( $active_modules_by_id[ $site->plugin_id ] ) );

                        if ( $is_active_clone ) {
                            $has_any_active_clone = true;
                        }
                    ?>
                    <tr>
                        <td>
                            <?php echo $site->id ?>
                            <?php if ( $is_active_clone ) : ?>
                            <label class="fs-tag fs-warn">Clone</label>
                            <?php endif ?>
                        </td>
                        <?php if ( $is_multisite ) : ?>
                            <td><?php echo $blog_id ?></td>
                            <td><?php echo fs_strip_url_protocol( $site->url ) ?></td>
                        <?php endif ?>
                        <td><?php echo $slug ?></td>
                        <td><?php echo $site->user_id ?></td>
                        <td><?php echo !empty($site->license_id) ? $site->license_id : '' ?></td>
                        <td><?php
                                $plan_name = '';
                                if ( FS_Plugin_Plan::is_valid_id( $site->plan_id ) ) {
                                    if ( false === $all_plans ) {
                                        $option_name = 'plans';
                                        if ( WP_FS__MODULE_TYPE_PLUGIN !== $module_type ) {
                                            $option_name = $module_type . '_' . $option_name;
                                        }

                                        $all_plans = fs_get_entities( $fs_options->get_option( $option_name, array() ), FS_Plugin_Plan::get_class_name() );
                                    }

                                    foreach ( $all_plans[ $slug ] as $plan ) {
                                        $plan_id = Freemius::_decrypt( $plan->id );

                                        if ( $site->plan_id == $plan_id ) {
                                            $plan_name = Freemius::_decrypt( $plan->name );
                                            break;
                                        }
                                    }
                                }

                                echo $plan_name;
                            ?></td>
                        <td><?php echo $site->public_key ?></td>
                        <td><?php
                                $plugin_storage = FS_Storage::instance( $module_type, $slug );

                                echo $plugin_storage->is_whitelabeled ?
                                    FS_Plugin_License::mask_secret_key_for_html( $site->secret_key ) :
                                    esc_html( $site->secret_key );
                        ?></td>
                        <td>
                            <form action="" method="POST">
                                <input type="hidden" name="fs_action" value="delete_install">
                                <?php wp_nonce_field( 'delete_install' ) ?>
                                <input type="hidden" name="module_id" value="<?php echo $site->plugin_id ?>">
                                <?php if ( $is_multisite ) : ?>
                                    <input type="hidden" name="blog_id" value="<?php echo $site->blog_id ?>">
                                <?php endif ?>
                                <input type="hidden" name="module_type" value="<?php echo $module_type ?>">
                                <input type="hidden" name="slug" value="<?php echo $slug ?>">
                                <button type="submit" class="button"><?php fs_esc_html_echo_x_inline( 'Delete', 'verb', 'delete' ) ?></button>
                            </form>
                        </td>
                    </tr>
                <?php endforeach ?>
            <?php endforeach ?>
            </tbody>
        </table>
    <?php endif ?>
<?php endforeach ?>
<?php
    $addons = $VARS['addons'];
?>
<?php foreach ( $addons as $plugin_id => $plugin_addons ) : ?>
    <h2><?php echo esc_html( sprintf( fs_text_inline( 'Add Ons of module %s', 'addons-of-x' ), $plugin_id ) ) ?></h2>
    <table id="fs_addons" class="widefat">
        <thead>
        <tr>
            <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Title' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Slug' ) ?></th>
            <th><?php fs_esc_html_echo_x_inline( 'Version', 'product version' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Public Key' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Secret Key' ) ?></th>
        </tr>
        </thead>
        <tbody>
        <?php
            /**
             * @var FS_Plugin[] $plugin_addons
             */
            foreach ( $plugin_addons as $addon ) : ?>
                <tr>
                    <td><?php echo $addon->id ?></td>
                    <td><?php echo $addon->title ?></td>
                    <td><?php echo $addon->slug ?></td>
                    <td><?php echo $addon->version ?></td>
                    <td><?php echo $addon->public_key ?></td>
                    <td><?php echo esc_html( $addon->secret_key ) ?></td>
                </tr>
            <?php endforeach ?>
        </tbody>
    </table>
<?php endforeach ?>
<?php
    /**
     * @var FS_User[] $users
     */
    $users                              = $VARS['users'];
    $user_ids_map                       = array();
    $users_with_developer_license_by_id = array();

    if ( is_array( $users ) && ! empty( $users ) ) {
        foreach ( $users as $user ) {
            $user_ids_map[ $user->id ] = true;
        }
    }

    foreach ( $module_types as $module_type ) {
        /**
         * @var FS_Plugin_License[] $licenses
         */
        $licenses = $VARS[ $module_type . '_licenses' ];

        foreach ( $licenses as $license ) {
            if ( $license->is_whitelabeled ) {
                $users_with_developer_license_by_id[ $license->user_id ] = true;
            }
        }
    }

?>
<?php if ( is_array( $users ) && 0 < count( $users ) ) : ?>
    <h2><?php fs_esc_html_echo_inline( 'Users' ) ?></h2>
    <table id="fs_users" class="widefat">
        <thead>
        <tr>
            <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Name' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Email' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Verified' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Public Key' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Secret Key' ) ?></th>
            <th><?php fs_esc_html_echo_inline( 'Actions' ) ?></th>
        </tr>
        </thead>
        <tbody>
        <?php foreach ( $users as $user_id => $user ) : ?>
            <?php $has_developer_license = isset( $users_with_developer_license_by_id[ $user_id ] ) ?>
            <tr>
                <td><?php echo $user->id ?></td>
                <td><?php echo $has_developer_license ? '' : $user->get_name() ?></td>
                <td>
                    <?php if ( ! $has_developer_license ) : ?>
                    <a href="mailto:<?php echo esc_attr( $user->email ) ?>"><?php echo $user->email ?></a>
                    <?php endif ?>
                </td>
                <td><?php echo $has_developer_license ? '' : json_encode( $user->is_verified ) ?></td>
                <td><?php echo $user->public_key ?></td>
                <td><?php echo $has_developer_license ? FS_Plugin_License::mask_secret_key_for_html($user->secret_key) : esc_html( $user->secret_key ) ?></td>
                <td>
                    <?php if ( ! $has_developer_license ) : ?>
                    <form action="" method="POST">
                        <input type="hidden" name="fs_action" value="delete_user">
                        <?php wp_nonce_field( 'delete_user' ) ?>
                        <input type="hidden" name="user_id" value="<?php echo $user->id ?>">
                        <button type="submit" class="button"><?php fs_esc_html_echo_x_inline( 'Delete', 'verb', 'delete' ) ?></button>
                    </form>
                    <?php endif ?>
                </td>
            </tr>
        <?php endforeach ?>
        </tbody>
    </table>
<?php endif ?>
<?php foreach ( $module_types as $module_type ) : ?>
    <?php
    /**
     * @var FS_Plugin_License[] $licenses
     */
    $licenses = $VARS[ $module_type . '_licenses' ] ?>
    <?php if ( is_array( $licenses ) && count( $licenses ) > 0 ) : ?>
        <h2><?php echo esc_html( sprintf( fs_text_inline( '%s Licenses', 'module-licenses' ), ( WP_FS__MODULE_TYPE_PLUGIN === $module_type ? fs_text_inline( 'Plugin', 'plugin' ) : fs_text_inline( 'Theme', 'theme' ) ) ) ) ?></h2>
        <table id="fs_<?php echo $module_type ?>_licenses" class="widefat">
            <thead>
            <tr>
                <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Plugin ID' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'User ID' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Plan ID' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Quota' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Activated' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Blocking' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Type' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'License Key' ) ?></th>
                <th><?php fs_esc_html_echo_x_inline( 'Expiration', 'as expiration date' ) ?></th>
            </tr>
            </thead>
            <tbody>
            <?php foreach ( $licenses as $license ) : ?>
                <tr>
                    <td><?php echo $license->id ?></td>
                    <td><?php echo $license->plugin_id ?></td>
                    <td><?php echo $license->user_id ?></td>
                    <td><?php echo $license->plan_id ?></td>
                    <td><?php echo $license->is_unlimited() ? 'Unlimited' : ( $license->is_single_site() ? 'Single Site' : $license->quota ) ?></td>
                    <td><?php echo $license->activated ?></td>
                    <td><?php echo $license->is_block_features ? 'Blocking' : 'Flexible' ?></td>
                    <td><?php echo $license->is_whitelabeled ? 'Whitelabeled' : 'Normal' ?></td>
                    <td><?php
                            echo ( $license->is_whitelabeled || ! isset( $user_ids_map[ $license->user_id ] ) ) ?
                                $license->get_html_escaped_masked_secret_key() :
                                esc_html( $license->secret_key );
                    ?></td>
                    <td><?php echo $license->expiration ?></td>
                </tr>
            <?php endforeach ?>
            </tbody>
        </table>
    <?php endif ?>
<?php endforeach ?>
<?php if ( FS_Logger::is_storage_logging_on() ) : ?>

    <h2><?php fs_esc_html_echo_inline( 'Debug Log', 'debug-log' ) ?></h2>

    <div id="fs_debug_filters">
        <select name="type">
            <option value="" selected="selected"><?php fs_esc_html_echo_inline( 'All Types', 'all-types' ) ?></option>
            <option value="warn_error">Warnings & Errors</option>
            <option value="error">Errors</option>
            <option value="warn">Warnings</option>
            <option value="info">Info</option>
        </select>
        <select name="request_type">
            <option value="" selected="selected"><?php fs_esc_html_echo_inline( 'All Requests', 'all-requests' ) ?></option>
            <option value="call">Sync</option>
            <option value="ajax">AJAX</option>
            <option value="cron">WP Cron</option>
        </select>
        <input name="file" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'File' ) ?>"/>
        <input name="function" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'Function' ) ?>"/>
        <input name="process_id" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'Process ID' ) ?>"/>
        <input name="logger" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'Logger' ) ?>"/>
        <input name="message" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'Message' ) ?>"/>
        <div style="margin: 10px 0">
			<button id="fs_filter" class="button" style="float: left"><i class="dashicons dashicons-filter"></i> <?php fs_esc_html_echo_inline( 'Filter', 'filter' ) ?>
            </button>

            <form action="" method="POST" style="float: left; margin-left: 10px;">
                <input type="hidden" name="fs_action" value="download_logs">
                <?php wp_nonce_field( 'download_logs' ) ?>
                <div class="fs-filters"></div>
                <button id="fs_download" class="button" type="submit"><i
						class="dashicons dashicons-download"></i> <?php fs_esc_html_echo_inline( 'Download' ) ?></button>
            </form>
            <div style="clear: both"></div>
        </div>
    </div>

    <div id="fs_log_book" style="height: 300px; overflow: auto;">
        <table class="widefat">
            <thead>
            <tr>
                <th>#</th>
                <th><?php fs_esc_html_echo_inline( 'Type' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Function' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Message' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'File' ) ?></th>
                <th><?php fs_esc_html_echo_inline( 'Timestamp' ) ?></th>
            </tr>
            </thead>
            <tbody>
            <tr style="display: none">
                <td>{$log.log_order}.</td>
                <td class="fs-col--type">{$log.type}</td>
                <td class="fs-col--logger">{$log.logger}</td>
                <td class="fs-col--function">{$log.function}</td>
                <td class="fs-col--message">
                    <a href="#" onclick="jQuery(this).parent().find('div').toggle(); return false;">
                        <nobr>{$log.message_short}</nobr>
                    </a>
                    <div style="display: none;">{$log.message}</div>
                </td>
                <td class="fs-col--file">{$log.file}:{$log.line}</td>
                <td class="fs-col--timestamp">{$log.created}</td>
            </tr>

            </tbody>
        </table>
    </div>
    <script type="text/javascript">
        jQuery(document).ready(function ($) {
            var filtersChanged       = false,
                offset               = 0,
                limit                = 200,
                prevFiltersSignature = null;

            var getFilters = function () {
                var filters   = {},
                    signature = '';

                $('#fs_debug_filters').find('select, input').each(function (i, e) {
                    var $element = $(e);

                    if ('hidden' === $element.attr('type'))
                        return;

                    var val = $element.val();
                    if ('' !== val.trim()) {
                        var name = $(e).attr('name');
                        filters[name] = val;
                        signature += name + '=' + val + '~';
                    }
                });

                if (signature != prevFiltersSignature) {
                    filtersChanged = true;
                    prevFiltersSignature = signature;
                } else {
                    filtersChanged = false;
                }

                return filters;
            };

            $('#fs_download').parent().submit(function () {
                var filters      = getFilters(),
                    hiddenFields = '';

                for (var f in filters) {
                    if (filters.hasOwnProperty(f)) {
                        hiddenFields += '<input type="hidden" name="filters[' + f + ']" value="' + filters[f] + '" />';
                    }
                }

                $(this).find('.fs-filters').html(hiddenFields);
            });

            var loadLogs = function () {
                var $tbody   = $('#fs_log_book tbody'),
                    template = $tbody.find('tr:first-child').html(),
                    filters  = getFilters();

                if (!filtersChanged) {
                    offset += limit;
                } else {
                    // Cleanup table for new filter (only keep template row).
                    $tbody.find('tr').each(function (i, e) {
                        if (0 == i)
                            return;

                        $(e).remove();
                    });

                    offset = 0;
                }

                $.post(<?php echo Freemius::ajax_url() ?>, {
                    action : 'fs_get_debug_log',
                    // As such we don't need to use `wp_json_encode` method but using it to follow wp.org guideline.
                    _wpnonce : <?php echo wp_json_encode( wp_create_nonce( 'fs_get_debug_log' ) ); ?>,
                    filters: filters,
                    offset : offset,
                    limit  : limit
                }, function (response) {

                    for (var i = 0; i < response.data.length; i++) {
                        var templateCopy = template;

                        response.data[i].message_short = (response.data[i].message.length > 32) ?
                        response.data[i].message.substr(0, 32) + '...' :
                            response.data[i].message;

                        for (var p in response.data[i]) {
                            if (response.data[i].hasOwnProperty(p)) {
                                templateCopy = templateCopy.replace('{$log.' + p + '}', response.data[i][p]);
                            }
                        }

                        $tbody.append('<tr' + (i % 2 ? ' class="alternate"' : '') + '>' + templateCopy + '</tr>');
                    }
                });
            };

            $('#fs_filter').click(function () {
                loadLogs();

                return false;
            });

            loadLogs();
        });
    </script>
<?php endif ?>
freemius/templates/account.php000064400000201632151213253140012527 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );

	$slug = $fs->get_slug();

	/**
	 * @var FS_Plugin_Tag $update
	 */
	$update = $fs->has_release_on_freemius() ?
		$fs->get_update( false, false ) :
		null;

	if ( is_object($update) ) {
		/**
		 * This logic is particularly required for multisite environment.
         * If a module is site activated (not network) and not on the main site,
         * the module will NOT be executed on the network level, therefore, the
         * custom updates logic will not be executed as well, so unless we force
         * the injection of the update into the updates transient, premium updates
         * will not work.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
		$updater = FS_Plugin_Updater::instance( $fs );
		$updater->set_update_data( $update );
	}

    $is_paying              = $fs->is_paying();
    $user                   = $fs->get_user();
    $site                   = $fs->get_site();
    $name                   = $user->get_name();
    $license                = $fs->_get_license();
    $is_license_foreign     = ( is_object( $license ) && $user->id != $license->user_id );
    $is_data_debug_mode     = $fs->is_data_debug_mode();
    $is_whitelabeled        = $fs->is_whitelabeled();
    $subscription           = ( is_object( $license ) ?
                                  $fs->_get_subscription( $license->id ) :
                                  null );
    $plan                   = $fs->get_plan();
    $is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );
    $is_paid_trial          = $fs->is_paid_trial();
    $has_paid_plan          = $fs->apply_filters( 'has_paid_plan_account', $fs->has_paid_plan() );
    $show_upgrade           = ( ! $is_whitelabeled && $has_paid_plan && ! $is_paying && ! $is_paid_trial );
    $trial_plan             = $fs->get_trial_plan();

    $is_plan_change_supported = (
        ! $fs->is_single_plan() &&
        ! $fs->apply_filters( 'hide_plan_change', false )
    );

	if ( $has_paid_plan ) {
        $fs->_add_license_activation_dialog_box();
	}

	if ( $fs->should_handle_user_change() ) {
        $fs->_add_email_address_update_dialog_box();
    }

    $ids_of_installs_activated_with_foreign_licenses = $fs->should_handle_user_change() ?
        $fs->get_installs_ids_with_foreign_licenses() :
        array();

    if ( ! empty( $ids_of_installs_activated_with_foreign_licenses ) ) {
        $fs->_add_user_change_dialog_box( $ids_of_installs_activated_with_foreign_licenses );
    }

    if ( $fs->is_whitelabeled( true ) || $fs->is_data_debug_mode() ) {
        $fs->_add_data_debug_mode_dialog_box();
    }

	if ( fs_request_get_bool( 'auto_install' ) ) {
		$fs->_add_auto_installation_dialog_box();
	}

	if ( fs_request_get_bool( 'activate_license' ) ) {
		// Open the license activation dialog box on the account page.
		add_action( 'admin_footer', array(
			&$fs,
			'_open_license_activation_dialog_box'
		) );
	}

    $show_billing = ( ! $is_whitelabeled && ! $fs->apply_filters( 'hide_billing_and_payments_info', false ) );
    if ( $show_billing ) {
        $payments = $fs->_fetch_payments();

        $show_billing = ( is_array( $payments ) && 0 < count( $payments ) );
    }


    $has_tabs = $fs->_add_tabs_before_content();

	// Aliases.
	$download_latest_text         = fs_text_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $slug );
	$downgrading_plan_text        = fs_text_inline( 'Downgrading your plan', 'downgrading-plan', $slug );
	$cancelling_subscription_text = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug );
	/* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */
	$downgrade_x_confirm_text          = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug );
	$prices_increase_text              = fs_text_inline( 'Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.', 'pricing-increase-warning', $slug );
	$cancel_trial_confirm_text         = fs_text_inline( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'cancel-trial-confirm', $slug );
	$after_downgrade_non_blocking_text = fs_text_inline( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.', 'after-downgrade-non-blocking', $slug );
	$after_downgrade_blocking_text     = fs_text_inline( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.', 'after-downgrade-blocking', $slug );
	/* translators: %s: Plan title (e.g. "Professional") */
	$activate_plan_text = fs_text_inline( 'Activate %s Plan', 'activate-x-plan', $slug );
	$version_text       = fs_text_x_inline( 'Version', 'product version', 'version', $slug );
	/* translators: %s: Time period (e.g. Auto renews in "2 months") */
	$renews_in_text = fs_text_inline( 'Auto renews in %s', 'renews-in', $slug );
	/* translators: %s: Time period (e.g. Expires in "2 months") */
	$expires_in_text   = fs_text_inline( 'Expires in %s', 'expires-in', $slug );
	$sync_license_text = fs_text_x_inline( 'Sync License', 'as synchronize license', 'sync-license', $slug );
	$cancel_trial_text = fs_text_inline( 'Cancel Trial', 'cancel-trial', $slug );
	$change_plan_text  = fs_text_inline( 'Change Plan', 'change-plan', $slug );
	$upgrade_text      = fs_text_x_inline( 'Upgrade', 'verb', 'upgrade', $slug );
	$addons_text       = fs_text_inline( 'Add-Ons', 'add-ons', $slug );
	$downgrade_text    = fs_text_x_inline( 'Downgrade', 'verb', 'downgrade', $slug );
	$trial_text        = fs_text_x_inline( 'Trial', 'trial period', 'trial', $slug );
	$free_text         = fs_text_inline( 'Free', 'free', $slug );
	$activate_text     = fs_text_inline( 'Activate', 'activate', $slug );
	$plan_text         = fs_text_x_inline( 'Plan', 'as product pricing plan', 'plan', $slug );
	$bundle_plan_text  = fs_text_inline( 'Bundle Plan', 'bundle-plan', $slug );

    $show_plan_row    = true;
    $show_license_row = is_object( $license );

	$site_view_params        = array();

    if ( fs_is_network_admin() ) {
        $sites                   = Freemius::get_sites();
        $all_installs_plan_id    = null;
        $all_installs_license_id = ( $show_license_row ? $license->id : null );
        foreach ( $sites as $s ) {
            $site_info   = $fs->get_site_info( $s );
            $install     = $fs->get_install_by_blog_id( $site_info['blog_id'] );
            $view_params = array(
                'freemius' => $fs,
                'user'     => $fs->get_user(),
                'license'  => $license,
                'site'     => $site_info,
                'install'  => $install,
            );

            $site_view_params[] = $view_params;

            if ( empty( $install ) ) {
                continue;
            }

            if ( $show_plan_row ) {
                if ( is_null( $all_installs_plan_id ) ) {
                    $all_installs_plan_id = $install->plan_id;
                } else if ( $all_installs_plan_id != $install->plan_id ) {
                    $show_plan_row = false;
                }
            }

            if ( $show_license_row && $all_installs_license_id != $install->license_id ) {
                $show_license_row = false;
            }
        }
    }

    $has_bundle_license = false;

    if ( is_object( $license ) &&
        FS_Plugin_License::is_valid_id( $license->parent_license_id )
    ) {
        // Context license has a parent license, therefore, the account has a bundle license.
        $has_bundle_license = true;
    }

    $bundle_subscription             = null;
    $is_bundle_first_payment_pending = false;

    if (
        $show_plan_row &&
        is_object( $license ) &&
        $has_bundle_license
    ) {
        $bundle_plan_title               = strtoupper( $license->parent_plan_title );
        $bundle_subscription             = $fs->_get_subscription( $license->parent_license_id );
        $is_bundle_first_payment_pending = $license->is_first_payment_pending();
    }

    $fs_blog_id = ( is_multisite() && ! is_network_admin() ) ?
        get_current_blog_id() :
        0;

    $active_plugins_directories_map = Freemius::get_active_plugins_directories_map( $fs_blog_id );

    $is_premium = $fs->is_premium();

    $account_addons       = $fs->get_updated_account_addons();
    $installed_addons     = $fs->get_installed_addons();
    $installed_addons_ids = array();

    /**
     * Store the installed add-ons' IDs into a collection which will be used in determining the add-ons to show on the "Account" page, and at the same time try to find an add-on that is activated with a bundle license if the core product is not.
     *
     * @author Leo Fajardo
     *
     * @since 2.4.0
     */
    foreach ( $installed_addons as $fs_addon ) {
        $installed_addons_ids[] = $fs_addon->get_id();

        if ( $has_bundle_license ) {
            // We already have the context bundle license details, skip.
            continue;
        }

        if (
            $show_plan_row &&
            $fs_addon->has_active_valid_license()
        ) {
            $addon_license = $fs_addon->_get_license();

            if ( FS_Plugin_License::is_valid_id( $addon_license->parent_license_id ) ) {
                // Add-on's license is associated with a parent/bundle license.
                $has_bundle_license = true;

                $bundle_plan_title               = strtoupper( $addon_license->parent_plan_title );
                $bundle_subscription             = $fs_addon->_get_subscription( $addon_license->parent_license_id );
                $is_bundle_first_payment_pending = $addon_license->is_first_payment_pending();
            }
        }
    }

    $addons_to_show = array_unique( array_merge( $installed_addons_ids, $account_addons ) );

    $is_active_bundle_subscription = ( is_object( $bundle_subscription ) && $bundle_subscription->is_active() );

    $available_license = ( $fs->is_free_plan() && ! fs_is_network_admin() ) ?
        $fs->_get_available_premium_license( $site->is_localhost() ) :
        null;

    $available_license_paid_plan = is_object( $available_license ) ?
        $fs->_get_plan_by_id( $available_license->plan_id ) :
        null;
?>
	<div class="wrap fs-section">
		<?php if ( ! $has_tabs && ! $fs->apply_filters( 'hide_account_tabs', false ) ) : ?>
		<h2 class="nav-tab-wrapper">
			<a href="<?php echo esc_url( $fs->get_account_url() ) ?>"
			   class="nav-tab nav-tab-active"><?php fs_esc_html_echo_inline( 'Account', 'account', $slug ) ?></a>
			<?php if ( $fs->has_addons() ) : ?>
				<a href="<?php echo esc_url( $fs->_get_admin_page_url( 'addons' ) ) ?>"
				   class="nav-tab"><?php echo esc_html( $addons_text ) ?></a>
			<?php endif ?>
			<?php if ( $show_upgrade ) : ?>
				<a href="<?php echo esc_url( $fs->get_upgrade_url() ) ?>" class="nav-tab"><?php echo esc_html( $upgrade_text ) ?></a>
				<?php if ( $fs->apply_filters( 'show_trial', true ) && ! $fs->is_trial_utilized() && $fs->has_trial_plan() ) : ?>
					<a href="<?php echo esc_url( $fs->get_trial_url() ) ?>" class="nav-tab"><?php fs_esc_html_echo_inline( 'Free Trial', 'free-trial', $slug ) ?></a>
				<?php endif ?>
			<?php endif ?>
		</h2>
		<?php endif ?>

		<div id="poststuff">
			<div id="fs_account">
				<div class="has-sidebar has-right-sidebar">
					<div class="has-sidebar-content">
						<div class="postbox">
							<h3><span class="dashicons dashicons-businessman"></span> <?php fs_esc_html_echo_inline( 'Account Details', 'account-details', $slug ) ?></h3>
							<div class="fs-header-actions">
								<ul>
                                    <?php if ( $fs->is_whitelabeled( true ) ) : ?>
                                        <li>
                                            <a href="#" class="debug-license-trigger"><i class="dashicons dashicons-<?php echo $is_whitelabeled ? 'editor-code' : 'controls-pause' ?>"></i> <span><?php
                                                if ( $is_whitelabeled ) {
                                                    fs_esc_html_echo_inline( 'Start Debug', 'start-debug-license', $slug );
                                                } else {
                                                    fs_esc_html_echo_inline( 'Stop Debug', 'stop-debug-license', $slug );
                                                }
                                            ?></span></a>
                                        </li>
                                        <li>&nbsp;&bull;&nbsp;</li>
                                    <?php endif ?>
									<?php if ( $show_billing ) : ?>
                                        <li><a href="#fs_billing"><i class="dashicons dashicons-portfolio"></i> <?php fs_esc_html_echo_inline( 'Billing & Invoices', 'billing-invoices', $slug ) ?></a></li>
										<li>&nbsp;&bull;&nbsp;</li>
									<?php endif ?>
                                    <?php if ( ! $is_whitelabeled ) : ?>
                                        <?php if ( ! $is_paying ) : ?>
                                            <li>
                                                <?php
                                                    $view_params = array(
                                                        'freemius'          => $fs,
                                                        'license'           => $available_license,
                                                        'license_paid_plan' => $available_license_paid_plan,
                                                    );
                                                    fs_require_template( 'account/partials/disconnect-button.php', $view_params ); ?>
                                            </li>
                                            <li>&nbsp;&bull;&nbsp;</li>
                                        <?php endif ?>
                                        <?php if ( $is_paying ) : ?>
                                            <?php if ( ! fs_is_network_admin() ) : ?>
                                            <li>
                                                <form action="<?php echo esc_url( $fs->_get_admin_page_url( 'account' ) ) ?>" method="POST">
                                                    <input type="hidden" name="fs_action" value="deactivate_license">
                                                    <?php wp_nonce_field( 'deactivate_license' ) ?>
                                                    <a href="#" class="fs-deactivate-license"><i
                                                            class="dashicons dashicons-admin-network"></i> <?php fs_echo_inline( 'Deactivate License', 'deactivate-license', $slug ) ?>
                                                    </a>
                                                </form>
                                            </li>
                                            <li>&nbsp;&bull;&nbsp;</li>
                                            <?php endif ?>
                                            <?php if ( ! $license->is_lifetime() &&
                                                       $is_active_subscription
                                            ) : ?>
                                                <li>
                                                    <form action="<?php echo esc_url( $fs->_get_admin_page_url( 'account' ) ) ?>" method="POST">
                                                        <input type="hidden" name="fs_action" value="downgrade_account">
                                                        <?php wp_nonce_field( 'downgrade_account' ) ?>
                                                        <a href="#"
                                                           onclick="if ( confirm('<?php echo esc_attr( sprintf(
                                                               $downgrade_x_confirm_text,
                                                               ( $fs->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
                                                               $plan->title,
                                                               human_time_diff( time(), strtotime( $license->expiration ) )
                                                           ) ) ?> <?php if ( ! $license->is_block_features ) {
                                                               echo esc_attr( sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs->get_module_label( true ) ) );
                                                           } else {
                                                               echo esc_attr( sprintf( $after_downgrade_blocking_text, $plan->title ) );
                                                           }?> <?php echo esc_attr( $prices_increase_text ) ?> <?php fs_esc_attr_echo_inline( 'Are you sure you want to proceed?', 'proceed-confirmation', $slug ) ?>') ) this.parentNode.submit(); return false;"><i class="dashicons dashicons-download"></i> <?php echo esc_html( $fs->is_only_premium() ? fs_text_inline( 'Cancel Subscription', 'cancel-subscription', $slug ) : $downgrade_text ) ?></a>
                                                    </form>
                                                </li>
                                                <li>&nbsp;&bull;&nbsp;</li>
                                            <?php endif ?>
                                            <?php if ( $is_plan_change_supported ) : ?>
                                                <li>
                                                    <a href="<?php echo esc_url( $fs->get_upgrade_url() ) ?>"><i
                                                            class="dashicons dashicons-grid-view"></i> <?php echo esc_html( $change_plan_text ) ?></a>
                                                </li>
                                                <li>&nbsp;&bull;&nbsp;</li>
                                            <?php endif ?>
                                        <?php elseif ( $is_paid_trial ) : ?>
                                            <li>
                                                <form action="<?php echo esc_url( $fs->_get_admin_page_url( 'account' ) ) ?>" method="POST">
                                                    <input type="hidden" name="fs_action" value="cancel_trial">
                                                    <?php wp_nonce_field( 'cancel_trial' ) ?>
                                                    <a href="#" class="fs-cancel-trial"><i
                                                            class="dashicons dashicons-download"></i> <?php echo esc_html( $cancel_trial_text ) ?></a>
                                                </form>
                                            </li>
                                            <li>&nbsp;&bull;&nbsp;</li>
                                        <?php endif ?>
                                    <?php endif ?>
                                    <li>
                                        <form action="<?php echo esc_url( $fs->_get_admin_page_url( 'account' ) ) ?>" method="POST">
                                            <input type="hidden" name="fs_action" value="<?php echo esc_attr( $fs->get_unique_affix() ) ?>_sync_license">
                                            <?php wp_nonce_field( $fs->get_unique_affix() . '_sync_license' ) ?>
                                            <a href="#" onclick="this.parentNode.submit(); return false;"><i
                                                    class="dashicons dashicons-image-rotate"></i> <?php fs_esc_html_echo_x_inline( 'Sync', 'as synchronize', 'sync', $slug ) ?></a>
                                        </form>
                                    </li>
								</ul>
							</div>
							<div class="inside">
								<table id="fs_account_details" cellspacing="0" class="fs-key-value-table">
									<?php
										$hide_license_key = ( ! $show_license_row || $fs->apply_filters( 'hide_license_key', false ) );

										$profile   = array();

    									if ( ! $is_whitelabeled ) {
                                            $profile[] = array(
                                                'id'    => 'user_name',
                                                'title' => fs_text_inline( 'Name', 'name', $slug ),
                                                'value' => $name
                                            );
                                            //					if (isset($user->email) && false !== strpos($user->email, '@'))
                                            $profile[] = array(
                                                'id'    => 'email',
                                                'title' => fs_text_inline( 'Email', 'email', $slug ),
                                                'value' => $user->email
                                            );

                                            if ( is_numeric( $user->id ) ) {
                                                $profile[] = array(
                                                    'id'    => 'user_id',
                                                    'title' => fs_text_inline( 'User ID', 'user-id', $slug ),
                                                    'value' => $user->id
                                                );
                                            }
                                        }

										$profile[] = array(
											'id'    => 'product',
											'title' => ( $fs->is_plugin() ?
												fs_text_inline( 'Plugin', 'plugin', $slug ) :
												fs_text_inline( 'Theme', 'theme', $slug ) ),
											'value' => $fs->get_plugin_title()
										);

										$profile[] = array(
											'id'    => 'product_id',
											'title' => ( $fs->is_plugin() ?
												fs_text_inline( 'Plugin', 'plugin', $slug ) :
												fs_text_inline( 'Theme', 'theme', $slug ) ) . ' ' . fs_text_inline( 'ID', 'id', $slug ),
											'value' => $fs->get_id()
										);

										if ( ! fs_is_network_admin()) {
                                            $profile[] = array(
                                                'id'    => 'site_id',
                                                'title' => fs_text_inline( 'Site ID', 'site-id', $slug ),
                                                'value' => is_string( $site->id ) ?
                                                    $site->id :
                                                    fs_text_inline( 'No ID', 'no-id', $slug )
                                            );

                                            $profile[] = array(
                                                'id'    => 'site_public_key',
                                                'title' => fs_text_inline( 'Public Key', 'public-key', $slug ),
                                                'value' => $site->public_key
                                            );

                                            $profile[] = array(
                                                'id'    => 'site_secret_key',
                                                'title' => fs_text_inline( 'Secret Key', 'secret-key', $slug ),
                                                'value' => ( ( is_string( $site->secret_key ) ) ?
                                                    $site->secret_key :
                                                    fs_text_x_inline( 'No Secret', 'as secret encryption key missing', 'no-secret', $slug )
                                                )
                                            );
                                        }

										$profile[] = array(
											'id'    => 'version',
											'title' => $version_text,
											'value' => $fs->get_plugin_version()
										);

										if ( ! fs_is_network_admin() && $is_premium ) {
										    $profile[] = array(
                                                'id'    => 'beta_program',
                                                'title' => '',
                                                'value' => $site->is_beta
                                            );
                                        }

										if ( $has_paid_plan || $has_bundle_license ) {
											if ( $fs->is_trial() ) {
											    if ( $show_plan_row ) {
                                                    $profile[] = array(
                                                        'id'    => 'plan',
                                                        'title' => $plan_text,
                                                        'value' => ( is_string( $trial_plan->name ) ?
                                                            strtoupper( $trial_plan->title ) :
                                                            fs_text_inline( 'Trial', 'trial', $slug ) )
                                                    );
                                                }
											} else {
                                                if ( $show_plan_row ) {
                                                    $profile[] = array(
                                                        'id'    => 'plan',
                                                        'title' => ( $has_bundle_license ? ucfirst( $fs->get_module_type() ) . ' ' : '' ) . $plan_text,
                                                        'value' => strtoupper( is_string( $plan->name ) ?
                                                            $plan->title :
                                                            strtoupper( $free_text )
                                                        )
                                                    );

                                                    if ( $has_bundle_license ) {
                                                        $profile[] = array(
                                                            'id'    => 'bundle_plan',
                                                            'title' => $bundle_plan_text,
                                                            'value' => $bundle_plan_title
                                                        );
                                                    }
                                                }

												if ( is_object( $license ) ) {
													if ( ! $hide_license_key ) {
														$profile[] = array(
															'id'    => 'license_key',
															'title' => fs_text_inline( 'License Key', $slug ),
															'value' => $license->secret_key,
														);
													}
												}
											}
										}
									?>
									<?php $odd = true;
										foreach ( $profile as $p ) : ?>
											<?php
											if ( 'plan' === $p['id'] && ! $has_paid_plan ) {
												// If plugin don't have any paid plans, there's no reason
												// to show current plan.
												continue;
											}
											?>
											<tr class="fs-field-<?php echo esc_attr( $p['id'] ) ?><?php if ( $odd ) : ?> alternate<?php endif ?>">
												<td>
													<nobr><?php echo esc_attr( $p['title'] ) ?><?php echo ( ! empty( $p['title'] ) ) ? ':' : '' ?></nobr>
												</td>
												<td<?php if ( 'plan' === $p['id'] || 'bundle_plan' === $p['id'] ) { echo ' colspan="2"'; }?>>
													<?php if ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
														<code><?php echo FS_Plugin_License::mask_secret_key_for_html( $p['value'] ) ?></code>
														<?php if ( ! $is_whitelabeled ) : ?>
                                                        <input type="text" value="<?php echo htmlspecialchars( $p['value'] ) ?>" style="display: none"
														       readonly/>
                                                        <?php endif ?>
                                                    <?php elseif ( 'beta_program' === $p['id'] ) : ?>
                                                        <label>
                                                            <input type="checkbox" class="fs-toggle-beta-mode" <?php checked( true, $p['value'] ) ?>/><span><?php
                                                                fs_esc_html_echo_inline( 'Join the Beta program', 'join-beta', $slug )
                                                        ?></span></label>
													<?php else : ?>
														<code><?php echo htmlspecialchars( $p['value'] ) ?></code>
													<?php endif ?>
													<?php if ( 'email' === $p['id'] && ! $user->is_verified() ) : ?>
														<label class="fs-tag fs-warn"><?php fs_esc_html_echo_inline( 'not verified', 'not-verified', $slug ) ?></label>
													<?php endif ?>
													<?php if ( 'plan' === $p['id'] ) : ?>
														<?php if ( $fs->is_trial() ) : ?>
															<label class="fs-tag fs-success"><?php echo esc_html( $trial_text ) ?></label>
														<?php endif ?>
														<?php if ( is_object( $license ) && ! $license->is_lifetime() ) : ?>
															<?php if ( ! $is_active_subscription && ! $is_active_bundle_subscription && ! $license->is_first_payment_pending() ) : ?>
                                                                <?php $is_license_expired = $license->is_expired() ?>
                                                                <?php $expired_ago_text   = ( fs_text_inline( 'Expired', 'expired', $slug ) . ' ' . fs_text_x_inline( '%s ago', 'x-ago', $slug ) ) ?>
																<label
																	class="fs-tag <?php echo $is_license_expired ? 'fs-error' : 'fs-warn' ?>"><?php
                                                                        echo esc_html( sprintf( $is_license_expired ? $expired_ago_text : $expires_in_text, human_time_diff( time(), strtotime( $license->expiration ) ) ) )
                                                                    ?></label>
															<?php elseif ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) : ?>
																<label class="fs-tag fs-success"><?php echo esc_html( sprintf( $renews_in_text, human_time_diff( time(), strtotime( $subscription->next_payment ) ) ) ) ?></label>
															<?php endif ?>
														<?php elseif ( $fs->is_trial() ) : ?>
															<label class="fs-tag fs-warn"><?php echo esc_html( sprintf( $expires_in_text, human_time_diff( time(), strtotime( $site->trial_ends ) ) ) ) ?></label>
														<?php endif ?>
                                                        <?php if ( ! $is_whitelabeled ) : ?>
														<div class="button-group">
                                                            <?php if ( is_object( $available_license ) ) : ?>
                                                                <?php
                                                                $view_params = array(
                                                                    'freemius'     => $fs,
                                                                    'slug'         => $slug,
                                                                    'license'      => $available_license,
                                                                    'plan'         => $available_license_paid_plan,
                                                                    'is_localhost' => $site->is_localhost(),
                                                                    'install_id'   => $site->id,
                                                                    'class'        => 'button-primary',
                                                                );
                                                                fs_require_template( 'account/partials/activate-license-button.php', $view_params ); ?>
															<?php else : ?>
																<form action="<?php echo esc_url( $fs->_get_admin_page_url( 'account' ) ) ?>"
																      method="POST" class="button-group">
																	<?php if ( $show_upgrade && $is_premium ) : ?>
																		<a class="button activate-license-trigger <?php echo esc_attr( $fs->get_unique_affix() ) ?>" href="#"><?php fs_esc_html_echo_inline( 'Activate License', 'activate-license', $slug ) ?></a>
																	<?php endif ?>
																	<input type="submit" class="button"
																	       value="<?php echo esc_attr( $sync_license_text ) ?>">
																	<input type="hidden" name="fs_action"
																	       value="<?php echo esc_attr( $fs->get_unique_affix() ) ?>_sync_license">
																	<?php wp_nonce_field( $fs->get_unique_affix() . '_sync_license' ) ?>
																	<?php if ( $show_upgrade || $is_plan_change_supported ) : ?>
																	<a href="<?php echo esc_url( $fs->get_upgrade_url() ) ?>"
																	   class="button<?php
																		   echo $show_upgrade ?
																			   ' button-primary fs-upgrade' :
																			   ' fs-change-plan'; ?> button-upgrade"><i
																			class="dashicons dashicons-cart"></i> <?php echo esc_html( $show_upgrade ? $upgrade_text : $change_plan_text ) ?></a>
																	<?php endif ?>
																</form>
															<?php endif ?>
														</div>
                                                        <?php endif ?>
													<?php elseif ( 'bundle_plan' === $p['id'] ) : ?>
														<?php if ( is_object( $bundle_subscription ) ) : ?>
															<?php if ( $is_active_bundle_subscription && ! $is_bundle_first_payment_pending ) : ?>
																<label class="fs-tag fs-success"><?php echo esc_html( sprintf( $renews_in_text, human_time_diff( time(), strtotime( $bundle_subscription->next_payment ) ) ) ) ?></label>
															<?php endif ?>
                                                        <?php endif ?>
													<?php elseif ( 'version' === $p['id'] && $has_paid_plan ) : ?>
														<?php if ( $fs->has_premium_version() ) : ?>
															<?php if ( $is_premium ) : ?>
																<label
																	class="fs-tag fs-<?php echo $fs->can_use_premium_code() ? 'success' : 'warn' ?>"><?php fs_esc_html_echo_inline( 'Premium version', 'premium-version', $slug ) ?></label>
															<?php elseif ( $fs->can_use_premium_code() ) : ?>
																<label class="fs-tag fs-warn"><?php fs_esc_html_echo_inline( 'Free version', 'free-version', $slug ) ?></label>
															<?php endif ?>
														<?php endif ?>
													<?php endif ?>
												</td>
                                                <?php if ( 'plan' !== $p['id'] && 'bundle_plan' !== $p['id'] ) : ?>
													<td class="fs-right">
														<?php if ( 'email' === $p['id'] && ! $user->is_verified() ) : ?>
															<form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
																<input type="hidden" name="fs_action" value="verify_email">
																<?php wp_nonce_field( 'verify_email' ) ?>
																<input type="submit" class="button button-small"
																       value="<?php fs_esc_attr_echo_inline( 'Verify Email', 'verify-email', $slug ) ?>">
															</form>
														<?php endif ?>
														<?php if ( 'version' === $p['id'] ) : ?>
															<?php if ( $fs->has_release_on_freemius() ) : ?>
																<div class="button-group">
																	<?php if ( $is_paying || $fs->is_trial() ) : ?>
																		<?php if ( ! $fs->is_allowed_to_install() ) : ?>
                                                                            <a target="_blank" rel="noopener" class="button button-primary"
                                                                                href="<?php echo $fs->_get_latest_download_local_url() ?>"><?php
                                                                                $download_version_text_suffix = ( is_object( $update ) ? ' [' . $update->version . ']' : '' );

                                                                                $download_version_text = sprintf(
                                                                                    /* translators: %s: plan name (e.g. Download "Professional" Version) */
                                                                                    fs_text_inline( 'Download %s Version', 'download-x-version', $slug ),
                                                                                    ( $fs->is_trial() ? $trial_plan->title : $plan->title )
                                                                                ) .
                                                                                $download_version_text_suffix;

                                                                                $download_version_text_length = function_exists( 'mb_strlen' ) ?
                                                                                    mb_strlen( $download_version_text ) :
                                                                                    strlen( $download_version_text );

                                                                                if ( $download_version_text_length > 31 ) {
                                                                                    /**
                                                                                     * Try to limit the number of characters to 31 for now.
                                                                                     *
                                                                                     * @author Leo Fajardo (@leorw)
                                                                                     * @aince 2.3.2
                                                                                     */
                                                                                    $download_version_text = fs_text_inline( 'Download Paid Version', 'download-paid-version', $slug ) . $download_version_text_suffix;
                                                                                }

                                                                                echo $download_version_text;
                                                                            ?></a>
																		<?php elseif ( is_object( $update ) ) : ?>
																			<?php
																			$module_type = $fs->get_module_type();
																			?>
																			<a class="button button-primary"
																			   href="<?php echo wp_nonce_url( self_admin_url( "update.php?action=upgrade-{$module_type}&{$module_type}=" . $fs->get_plugin_basename() ), "upgrade-{$module_type}_" . $fs->get_plugin_basename() ) ?>"><?php echo fs_esc_html_inline( 'Install Update Now', 'install-update-now', $slug ) . ' [' . $update->version . ']' ?></a>
																		<?php endif ?>
																	<?php endif; ?>
																</div>
															<?php endif ?>
															<?php
														elseif ( in_array( $p['id'], array( 'license_key', 'site_secret_key' ) ) ) : ?>
                                                            <?php if ( ! $is_whitelabeled && ( 'site_secret_key' === $p['id'] || ! $is_license_foreign ) ) : ?>
                                                                <button class="button button-small fs-toggle-visibility"><?php fs_esc_html_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?></button>
                                                            <?php endif ?>
                                                            <?php if ('license_key' === $p['id']) : ?>
                                                                <button class="button button-small activate-license-trigger <?php echo $fs->get_unique_affix() ?>"><?php fs_esc_html_echo_inline( 'Change License', 'change-license', $slug ) ?></button>
                                                            <?php endif ?>
															<?php
														elseif (/*in_array($p['id'], array('site_secret_key', 'site_id', 'site_public_key')) ||*/
														( is_string( $user->secret_key ) && in_array( $p['id'], array(
																'email',
																'user_name'
															) ) )
														) : ?>
                                                            <?php if ( 'email' !== $p['id'] || ! fs_is_network_admin() ) : ?>
															<form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST"
															      onsubmit="var val = prompt('<?php echo esc_attr( sprintf(
                                                                      /* translators: %s: User's account property (e.g. name, email) */
															          fs_text_inline( 'What is your %s?', 'what-is-your-x', $slug ),
                                                                      $p['title']
                                                                  ) ) ?>', '<?php echo $p['value'] ?>'); if (null == val || '' === val) return false; jQuery('input[name=fs_<?php echo $p['id'] ?>_<?php echo $fs->get_unique_affix() ?>]').val(val); return true;">
																<input type="hidden" name="fs_action" value="update_<?php echo $p['id'] ?>">
																<input type="hidden" name="fs_<?php echo $p['id'] ?>_<?php echo $fs->get_unique_affix() ?>"
																       value="">
																<?php wp_nonce_field( 'update_' . $p['id'] ) ?>
																<input type="submit" class="button button-small <?php if ( 'email' === $p['id'] ) echo 'button-edit-email-address' ?>"
																       value="<?php echo fs_esc_attr_x_inline( 'Edit', 'verb', 'edit', $slug ) ?>">
															</form>
                                                            <?php endif ?>
                                                        <?php elseif ( 'user_id' === $p['id'] && ! empty( $ids_of_installs_activated_with_foreign_licenses ) ) : ?>
                                                                <input id="fs_change_user" type="submit" class="button button-small"
                                                                       value="<?php echo fs_esc_attr_inline( 'Change User', 'change-user', $slug ) ?>">
														<?php endif ?>
													</td>
												<?php endif ?>
											</tr>
											<?php
                                                if ( 'version' === $p['id'] && $is_premium ) {
                                                    /**
                                                     * If there's a row for the beta program, keep its background color
                                                     * the same as the version info row.
                                                     *
                                                     * @author Leo Fajardo (@leorw)
                                                     * @since 2.3.0
                                                     */
                                                    continue;
                                                }

                                                $odd = ! $odd;
                                        endforeach ?>
								</table>
							</div>
						</div>
						<?php if ( fs_is_network_admin() ) : ?>
						<div id="fs_sites" class="postbox">
							<h3><span class="dashicons dashicons-networking"></span> <?php fs_esc_html_echo_inline( 'Sites', 'sites', $slug ) ?></h3>
							<div class="fs-header-actions">
                                <?php if ( ! $is_whitelabeled ) : ?>
                                    <?php $has_license = is_object( $license ) ?>
                                    <?php if ( $has_license || ( $show_upgrade && $is_premium ) ) : ?>
                                        <?php
                                            $activate_license_button_text = $has_license ?
                                                fs_esc_html_inline( 'Change License', 'change-license', $slug ) :
                                                fs_esc_html_inline( 'Activate License', 'activate-license', $slug );
                                        ?>
                                        <a class="button<?php echo ( ! $has_license ? ' button-primary' : '' ) ?> activate-license-trigger <?php echo $fs->get_unique_affix() ?>" href="#"><?php echo $activate_license_button_text ?></a>
                                    <?php endif ?>
                                <?php endif ?>
								<input class="fs-search" type="text" placeholder="<?php fs_esc_attr_echo_inline( 'Search by address', 'search-by-address', $slug ) ?>..."><span class="dashicons dashicons-search"></span>
							</div>
							<div class="inside">
                                <div id="" class="fs-scrollable-table">
                                    <div class="fs-table-head">
                                        <table class="widefat">
                                            <thead>
                                            <tr>
                                                <td><?php fs_esc_html_echo_inline('ID', 'id', $slug) ?></td>
                                                <td><?php fs_esc_html_echo_inline('Address', 'address', $slug) ?></td>
                                                <td><?php fs_esc_html_echo_inline('License', 'license', $slug) ?></td>
                                                <td><?php fs_esc_html_echo_inline('Plan', 'plan', $slug) ?></td>
                                                <td></td>
                                            </tr>
                                            </thead>
                                        </table>
                                    </div>
                                    <div class="fs-table-body">
                                        <table class="widefat">
                                            <?php
                                                $current_blog_id = get_current_blog_id();

                                                foreach ( $site_view_params as $view_params ) {
                                                    fs_require_template(
                                                    	'account/partials/site.php',
	                                                    $view_params
                                                    );
                                                }

                                                /**
                                                 * It's possible for the `Freemius::switch_to_blog()` method to be called within the `site.php` template and this changes the Freemius instance's context, so this check is for restoring the previous context based on the previously retrieved site.
                                                 *
                                                 * @author Leo Fajardo (@leorw)
                                                 * @since 2.5.0
                                                 */
                                                $current_install = $fs->get_site();

                                                if (
                                                    is_object( $site ) &&
                                                    ( ! is_object( $current_install ) || $current_install->id != $site->id )
                                                ) {
                                                    $fs->switch_to_blog( $current_blog_id, $site, true );
                                                }
                                            ?>
                                        </table>
                                    </div>
                                </div>
							</div>
						</div>
						<?php endif ?>
						<?php if ( 0 < count( $addons_to_show ) ) : ?>
							<!-- Add-Ons -->
							<div class="postbox">
								<div class="">
									<!--				<div class="inside">-->
									<table id="fs_addons" class="widefat">
										<thead>
										<tr>
											<th><h3><?php echo esc_html( $addons_text ) ?></h3></th>
											<th><?php fs_esc_html_echo_inline( 'ID', 'id', $slug ) ?></th>
											<th><?php echo esc_html( $version_text ) ?></th>
											<th><?php echo esc_html( $plan_text ) ?></th>
											<th><?php fs_esc_html_echo_x_inline( 'License', 'as software license', 'license', $slug ) ?></th>
											<th></th>
											<?php if ( defined( 'WP_FS__DEV_MODE' ) && WP_FS__DEV_MODE ) : ?>
												<th></th>
											<?php endif ?>
										</tr>
										</thead>
										<tbody>
										<?php
                                            $odd = true;

                                            $installed_addons_ids_map = array_flip( $installed_addons_ids );

                                            $addon_info_by_id     = array();
                                            $hide_all_addons_data = false;

                                            if ( $fs->is_whitelabeled_by_flag() ) {
                                                $hide_all_addons_data = true;

                                                foreach ( $addons_to_show as $addon_id ) {
                                                    $is_addon_installed = isset( $installed_addons_ids_map[ $addon_id ] );
                                                    $addon_info         = $fs->_get_addon_info( $addon_id, $is_addon_installed );
                                                    $is_addon_connected = $addon_info['is_connected'];

                                                    $fs_addon = ( $is_addon_connected && $is_addon_installed ) ?
                                                        freemius( $addon_id ) :
                                                        null;

                                                    $is_whitelabeled = is_object( $fs_addon ) ?
                                                        $fs_addon->is_whitelabeled( true ) :
                                                        $addon_info['is_whitelabeled'];

                                                    if ( ! $is_whitelabeled ) {
                                                        $hide_all_addons_data = false;
                                                    }

                                                    if ( $is_data_debug_mode ) {
                                                        $is_whitelabeled = false;
                                                    }

                                                    $addon_info_by_id[ $addon_id ] = $addon_info;
                                                }
                                            }

											foreach ( $addons_to_show as $addon_id ) {
											    $is_addon_installed = isset( $installed_addons_ids_map[ $addon_id ] );

											    if (
                                                    $hide_all_addons_data &&
                                                    ! $is_addon_installed &&
                                                    ! file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $fs->get_addon_basename( $addon_id ) ) )
                                                ) {
											        continue;
                                                }

												$addon_view_params = array(
													'parent_fs'                      => $fs,
													'addon_id'                       => $addon_id,
													'odd'                            => $odd,
													'fs_blog_id'                     => $fs_blog_id,
                                                    'active_plugins_directories_map' => &$active_plugins_directories_map,
                                                    'is_addon_installed'             => $is_addon_installed,
                                                    'addon_info'                     => isset( $addon_info_by_id[ $addon_id ] ) ?
                                                        $addon_info_by_id[ $addon_id ] :
                                                        $fs->_get_addon_info( $addon_id, $is_addon_installed ),
                                                    'is_whitelabeled'                => ( $is_whitelabeled && ! $is_data_debug_mode )
												);

												fs_require_template(
													'account/partials/addon.php',
													$addon_view_params
												);

												$odd = ! $odd;
											} ?>
										</tbody>
									</table>
								</div>
							</div>
						<?php endif ?>

						<?php $fs->do_action( 'after_account_details' ) ?>

						<?php
							if ( $show_billing ) {
								$view_params = array( 'id' => $VARS['id'], 'payments' => $payments );
								fs_require_once_template( 'account/billing.php', $view_params );
								fs_require_once_template( 'account/payments.php', $view_params );
							}
						?>
					</div>
				</div>
			</div>
		</div>
	</div>
    <?php
        $subscription_cancellation_dialog_box_template_params = $fs->_get_subscription_cancellation_dialog_box_template_params( true );
        if ( ! empty( $subscription_cancellation_dialog_box_template_params ) ) {
            fs_require_template( 'forms/subscription-cancellation.php', $subscription_cancellation_dialog_box_template_params );
        }
    ?>
    <script type="text/javascript">
        (function ($) {
            var setLoading = function ($this, label) {
                // Set loading mode.
                $(document.body).css({'cursor': 'wait'});

                $this.css({'cursor': 'wait'});

                if ($this.is('input'))
                    $this.val(label);
                else
                    $this.html(label);

                setTimeout(function () {
                    $this.attr('disabled', 'disabled');
                }, 200);
            };

	        $('.fs-toggle-visibility').click(function () {
		        var
			        $this = $(this),
			        $parent = $this.closest('tr'),
			        $input = $parent.find('input');

		        $parent.find('code').toggle();
		        $input.toggle();

		        if ($input.is(':visible')) {
			        $this.html('<?php fs_esc_js_echo_x_inline( 'Hide', 'verb', 'hide', $slug ) ?>');
			        setTimeout(function () {
				        $input.select().focus();
			        }, 100);
		        }
		        else {
			        $this.html( '<?php fs_esc_js_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?>' );
		        }
	        });

            $('.fs-toggle-tracking').click(function () {
                setLoading(
                	$(this),
	                ($(this).data('is-disconnected') ?
		                '<?php fs_esc_js_echo_inline('Opting in', 'opting-in' ) ?>' :
		                '<?php fs_esc_js_echo_inline('Opting out', 'opting-out' ) ?>') +
		                '...'
                );
            });

            <?php
                $plugin_title         = $fs->get_plugin_title();
                $processing_text      = fs_esc_js_inline( 'Processing', 'processing' );
                $confirmation_message = sprintf(
                    '%s %s',
                    sprintf( fs_esc_attr_inline( 'Get updates for bleeding edge Beta versions of %s.', 'get-beta-versions', $slug ), $plugin_title ),
                    sprintf( fs_esc_attr_inline( 'An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.', 'beta-version-update-caution', $slug ), $plugin_title )
                );
            ?>

            $( '.fs-toggle-beta-mode' ).click( function () {
                var $checkbox = $( this ),
                    isChecked = $checkbox.is( ':checked' );

                if ( ! isChecked || confirm( '<?php echo $confirmation_message ?>' ) ) {
                    $.ajax( {
                        url   : <?php echo Freemius::ajax_url() ?>,
                        method: 'POST',
                        data  : {
                            action   : '<?php echo $fs->get_ajax_action( 'set_beta_mode' ) ?>',
                            security : '<?php echo $fs->get_ajax_security( 'set_beta_mode' ) ?>',
                            is_beta  : isChecked,
                            module_id: <?php echo $fs->get_id() ?>
                        },
                        beforeSend: function () {
                            $checkbox.prop( 'disabled', true );
                            $checkbox.parent().find( 'span' ).text( '<?php echo $processing_text ?>' + '...' );
                        },
                        complete: function () {
                            $checkbox.prop( 'disabled', false );
                            $checkbox.parent().find( 'span' ).text( '<?php fs_esc_js_echo_inline( 'Join the Beta Program', 'join-beta', $slug ) ?>' );
                        }
                    } );

                    return true;
                }

                return false;
            });

	        $('.fs-opt-in').click(function () {
		        setLoading($(this), '<?php fs_esc_js_echo_inline('Opting in', 'opting-in' ) ?>...');
	        });

	        $( '#fs_downgrade' ).submit(function( event ) {
                event.preventDefault();

		        setLoading( $( this ).find( '.button' ), '<?php fs_esc_js_echo_inline( 'Downgrading', 'downgrading' ) ?>...' );
	        });

            $('.fs-activate-license').click(function () {
                setLoading($(this), '<?php fs_esc_js_echo_inline('Activating', 'activating' ) ?>...');
            });

            var $deactivateLicenseOrCancelTrial = $( '.fs-deactivate-license, .fs-cancel-trial' ),
                $subscriptionCancellationModal  = $( '.fs-modal-subscription-cancellation-<?php echo $fs->get_id() ?>' );

            if ( 0 !== $subscriptionCancellationModal.length ) {
                $subscriptionCancellationModal.on( '<?php echo $fs->get_action_tag( 'subscription_cancellation_action' ) ?>', function( evt, cancelSubscription ) {
                    setLoading(
                        $deactivateLicenseOrCancelTrial,
                        ( ! $deactivateLicenseOrCancelTrial.hasClass( 'fs-cancel-trial' ) ?
                            '<?php fs_esc_js_echo_inline( 'Deactivating', 'deactivating', $slug ) ?>' :
                            '<?php echo esc_html( sprintf( fs_text_inline( 'Cancelling %s', 'cancelling-x', $slug ), fs_text_inline( 'trial', 'trial', $slug ) ) ) ?>' ) + '...'
                    );

                    $subscriptionCancellationModal.find( '.fs-modal-footer .button' ).addClass( 'disabled' );
                    $deactivateLicenseOrCancelTrial.unbind( 'click' );

                    if ( false === cancelSubscription || $deactivateLicenseOrCancelTrial.hasClass( 'fs-cancel-trial' ) ) {
                        $subscriptionCancellationModal.find( '.fs-modal-footer .button-primary' ).text( $deactivateLicenseOrCancelTrial.text() );

                        $deactivateLicenseOrCancelTrial[0].parentNode.submit();
                    } else {
                        var $form = $( 'input[value="downgrade_account"],input[value="cancel_trial"]' ).parent();
                        $form.prepend( '<input type="hidden" name="deactivate_license" value="true" />' );

                        $subscriptionCancellationModal.find( '.fs-modal-footer .button-primary' ).text( '<?php echo esc_js( sprintf(
                            fs_text_inline( 'Cancelling %s...', 'cancelling-x' , $slug ),
                            $is_paid_trial ?
                                fs_text_inline( 'trial', 'trial', $slug ) :
                                fs_text_inline( 'subscription', 'subscription', $slug )
                        ) ) ?>' );

                        $form.submit();
                    }
                });
            }

            $deactivateLicenseOrCancelTrial.click(function() {
                var $this = $( this );
                if ( $this.hasClass( 'fs-cancel-trial' ) ) {
                    $subscriptionCancellationModal.find( '.fs-modal-panel' ).find( 'ul.subscription-actions, .fs-price-increase-warning' ).remove();
                    $subscriptionCancellationModal.find( '.fs-modal-panel > p' ).text( <?php echo json_encode( $cancel_trial_confirm_text ) ?> );
                    $subscriptionCancellationModal.trigger( 'showModal' );
                } else if (confirm('<?php fs_esc_attr_echo_inline( 'Deactivating your license will block all premium features, but will enable activating the license on another site. Are you sure you want to proceed?', 'deactivate-license-confirm', $slug ) ?>')) {
                    var $this = $(this);

                    if ( 0 !== $subscriptionCancellationModal.length ) {
                        $subscriptionCancellationModal.trigger( 'showModal' );
                    } else {
                        setLoading( $this, '<?php fs_esc_js_echo_inline( 'Deactivating', 'deactivating', $slug ) ?>...' );
                        $this[0].parentNode.submit();
                    }
                }

                return false;
            });

            var $sitesSection = $('#fs_sites'),
                $sitesTable = $sitesSection.find('.fs-scrollable-table'),
                $sitesTableRows = $sitesTable.find('.fs-site-details');

            $('.fs-show-install-details').click(function(){
                var installID = $(this).parents('.fs-site-details').attr('data-install-id');
                $sitesSection.find('.fs-install-details[data-install-id=' + installID + ']').toggle();
            });


            var adjustColumnWidth = function($table) {
                var $headerColumns = $table.find('.fs-table-head td'),
                    $bodyColumns   = $table.find('.fs-table-body tr:first > td');

                for (var i = 0, len = $headerColumns.length; i < len; i++) {
                    $($headerColumns[i]).width($($bodyColumns[i]).width());
                }
                for (i = 0, len = $headerColumns.length; i < len; i++) {
                    $($bodyColumns[i]).width($($headerColumns[i]).width());
                }
            };

            adjustColumnWidth($sitesTable);

            $sitesSection.find('.fs-search').keyup(function(){
                var search = $(this).val().trim();

                if ('' === search){
                    // Show all.
                    $sitesTableRows.show();
                    return;
                }

                var url;

                $sitesTableRows.each(function(index){
                    url = $(this).find('.fs-field-url').html();

                    if (-1 < url.indexOf(search)){
                        $(this).show();
                    } else {
                        $(this).hide();
                    }
                });
            });

            $( '.fs-toggle-whitelabel-mode' ).click( function () {
                var $toggleLink = $( this );

                $.ajax( {
                    url   : <?php echo Freemius::ajax_url() ?>,
                    method: 'POST',
                    data  : {
                        action   : '<?php echo $fs->get_ajax_action( 'toggle_whitelabel_mode' ) ?>',
                        security : '<?php echo $fs->get_ajax_security( 'toggle_whitelabel_mode' ) ?>',
                        module_id: <?php echo $fs->get_id() ?>
                    },
                    beforeSend: function () {
                        $toggleLink.parent().text( '<?php
                            $is_whitelabeled ?
                                fs_esc_html_echo_inline( 'Disabling white-label mode', 'disabling-whitelabel-mode' ) :
                                fs_esc_html_echo_inline( 'Enabling white-label mode', 'enabling-whitelabel-mode' )
                        ?>' + '...' );
                    },
                    complete: function () {
                        location.reload();
                    }
                } );
            });
        })(jQuery);
    </script>
<?php
	if ( $has_tabs ) {
		$fs->_add_tabs_after_content();
	}

	$params = array(
		'page'           => 'account',
		'module_id'      => $fs->get_id(),
		'module_type'    => $fs->get_module_type(),
		'module_slug'    => $slug,
		'module_version' => $fs->get_plugin_version(),
	);
    fs_require_template( 'powered-by.php', $params );
freemius/templates/plugin-info/features.php000064400000007277151213253140015151 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 *
	 * @var FS_Plugin $plugin
	 */
	$plugin = $VARS['plugin'];

	$plans = $VARS['plans'];

	$features_plan_map = array();
	foreach ( $plans as $plan ) {
		if (!empty($plan->features) && is_array($plan->features)) {
			foreach ( $plan->features as $feature ) {
				if ( ! isset( $features_plan_map[ $feature->id ] ) ) {
					$features_plan_map[ $feature->id ] = array( 'feature' => $feature, 'plans' => array() );
				}

				$features_plan_map[ $feature->id ]['plans'][ $plan->id ] = $feature;
			}
		}

		// Add support as a feature.
		if ( ! empty( $plan->support_email ) ||
		     ! empty( $plan->support_skype ) ||
		     ! empty( $plan->support_phone ) ||
		     true === $plan->is_success_manager
		) {
			if ( ! isset( $features_plan_map['support'] ) ) {
				$support_feature        = new stdClass();
				$support_feature->id    = 'support';
				$support_feature->title = fs_text_inline( 'Support', $plugin->slug );
				$features_plan_map[ $support_feature->id ] = array( 'feature' => $support_feature, 'plans' => array() );
			} else {
                $support_feature = $features_plan_map['support']['feature'];
			}

			$features_plan_map[ $support_feature->id ]['plans'][ $plan->id ] = $support_feature;
		}
	}

	// Add updates as a feature for all plans.
	$updates_feature        = new stdClass();
	$updates_feature->id    = 'updates';
	$updates_feature->title = fs_text_inline( 'Unlimited Updates', 'unlimited-updates', $plugin->slug );
	$features_plan_map[ $updates_feature->id ] = array( 'feature' => $updates_feature, 'plans' => array() );
	foreach ( $plans as $plan ) {
		$features_plan_map[ $updates_feature->id ]['plans'][ $plan->id ] = $updates_feature;
	}
?>
<div class="fs-features">
	<table>
		<thead>
		<tr>
			<th></th>
			<?php foreach ( $plans as $plan ) : ?>
				<th>
					<?php echo $plan->title ?>
					<span class="fs-price"><?php
							if ( empty( $plan->pricing ) ) {
								fs_esc_html_echo_inline( 'Free', 'free', $plugin->slug );
							} else {
								foreach ( $plan->pricing as $pricing ) {
									/**
									 * @var FS_Pricing $pricing
									 */
									if ( 1 == $pricing->licenses ) {
										if ( $pricing->has_annual() ) {
											echo "\${$pricing->annual_price} / " . fs_esc_html_x_inline( 'year', 'as annual period', 'year', $plugin->slug );
										} else if ( $pricing->has_monthly() ) {
											echo "\${$pricing->monthly_price} / " . fs_esc_html_x_inline( 'mo', 'as monthly period', 'mo', $plugin->slug );
										} else {
											echo "\${$pricing->lifetime_price}";
										}
									}
								}
							}
						?></span>
				</th>
			<?php endforeach ?>
		</tr>
		</thead>
		<tbody>
		<?php $odd = true;
			foreach ( $features_plan_map as $feature_id => $data ) : ?>
				<tr class="fs-<?php echo $odd ? 'odd' : 'even' ?>">
					<td><?php echo esc_html( ucfirst( $data['feature']->title ) ) ?></td>
					<?php foreach ( $plans as $plan ) : ?>
						<td>
							<?php if ( isset( $data['plans'][ $plan->id ] ) ) : ?>
								<?php if ( ! empty( $data['plans'][ $plan->id ]->value ) ) : ?>
									<b><?php echo esc_html( $data['plans'][ $plan->id ]->value ) ?></b>
								<?php else : ?>
									<i class="dashicons dashicons-yes"></i>
								<?php endif ?>
							<?php endif ?>
						</td>
					<?php endforeach ?>
				</tr>
				<?php $odd = ! $odd; endforeach ?>
		</tbody>
	</table>
</div>freemius/templates/plugin-info/screenshots.php000064400000001355151213253140015662 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 *
	 * @var FS_Plugin $plugin
	 */
	$plugin = $VARS['plugin'];

	$screenshots = $VARS['screenshots'];
?>
<ol>
	<?php $i = 0;
		foreach ( $screenshots as $s => $url ) : ?>
			<li>
				<a href="<?php echo $url ?>" title="<?php echo esc_attr( sprintf( fs_text_inline( 'Click to view full-size screenshot %d', 'view-full-size-x', $plugin->slug ), $i ) ) ?>"><img src="<?php echo $url ?>"></a>
			</li>
			<?php $i ++; endforeach ?>
</ol>
freemius/templates/plugin-info/description.php000064400000004320151213253140015640 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 *
	 * @var FS_Plugin $plugin
	 */
	$plugin = $VARS['plugin'];

	if ( ! empty( $plugin->info->selling_point_0 ) ||
	     ! empty( $plugin->info->selling_point_1 ) ||
	     ! empty( $plugin->info->selling_point_2 )
	) : ?>
		<div class="fs-selling-points">
			<ul>
				<?php for ( $i = 0; $i < 3; $i ++ ) : ?>
					<?php if ( ! empty( $plugin->info->{'selling_point_' . $i} ) ) : ?>
						<li><i class="dashicons dashicons-yes"></i>

							<h3><?php echo esc_html( $plugin->info->{'selling_point_' . $i} ) ?></h3></li>
					<?php endif ?>
				<?php endfor ?>
			</ul>
		</div>
	<?php endif ?>
	<div>
		<?php
			echo wp_kses( $plugin->info->description, array(
				'a'          => array( 'href' => array(), 'title' => array(), 'target' => array() ),
				'b'          => array(),
				'i'          => array(),
				'p'          => array(),
				'blockquote' => array(),
				'h2'         => array(),
				'h3'         => array(),
				'ul'         => array(),
				'ol'         => array(),
				'li'         => array()
			) );
		?>
	</div>
<?php if ( ! empty( $plugin->info->screenshots ) ) : ?>
	<?php $screenshots = $plugin->info->screenshots ?>
	<div class="fs-screenshots clearfix">
		<h3><?php fs_esc_html_echo_inline( 'Screenshots', 'screenshots', $plugin->slug ) ?></h3>
		<ul>
			<?php $i = 0;
				foreach ( $screenshots as $s => $url ) : ?>
					<li class="<?php echo ( 0 === $i % 2 ) ? 'odd' : 'even' ?>">
						<style>
							#section-description .fs-screenshots <?php echo ".fs-screenshot-{$i}" ?>
							{
								background-image: url('<?php echo $url ?>');
							}
						</style>
						<a href="<?php echo $url ?>"
						   title="<?php echo esc_attr( sprintf( fs_text_inline( 'Click to view full-size screenshot %d', 'view-full-size-x', $plugin->slug ), $i ) ) ?>"
						   class="fs-screenshot-<?php echo $i ?>"></a>
					</li>
					<?php $i ++; endforeach ?>
		</ul>
	</div>
<?php endif ?>freemius/templates/plugin-info/index.php000064400000000131151213253140014420 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/secure-https-header.php000064400000002070151213253140014742 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.1.8
	 *
	 * @var array $VARS
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}
?>
<div class="fs-secure-notice">
	<i class="dashicons dashicons-lock"></i>
	<span><?php
			if ( ! empty( $VARS['message'] ) ) {
				echo esc_html( $VARS['message'] );
			} else {
				/**
				 * @var Freemius $fs
				 */
				$fs = freemius( $VARS['id'] );

				echo  esc_html( sprintf(
						/* translators: %s: Page name */
					     $fs->get_text_inline( 'Secure HTTPS %s page, running from an external domain', 'secure-x-page-header' ),
					     $VARS['page']
				     ) ) .
				     ' - ' .
				     sprintf(
					     '<a class="fs-security-proof" href="%s" target="_blank" rel="noopener">%s</a>',
					     'https://www.mcafeesecure.com/verify?host=' . WP_FS__ROOT_DOMAIN_PRODUCTION,
					     'Freemius Inc. [US]'
				     );
			}
		?></span>
</div>freemius/templates/ajax-loader.php000064400000000402151213253140013252 0ustar00<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<div class="fs-ajax-loader" style="display: none"><?php for ( $i = 1; $i <= 8; $i ++ ) : ?><div class="fs-ajax-loader-bar fs-ajax-loader-bar-<?php echo $i ?>"></div><?php endfor ?></div>
freemius/templates/admin-notice.php000064400000005323151213253140013441 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 */

	$dismiss_text = fs_text_x_inline( 'Dismiss', 'as close a window', 'dismiss' );

	$slug = '';
	$type = '';

	if ( ! empty( $VARS['manager_id'] ) ) {
		/**
		 * @var array $VARS
		 */
		$slug = $VARS['manager_id'];

		$type = WP_FS__MODULE_TYPE_PLUGIN;

		if ( false !== strpos( $slug, ':' ) ) {
			$parts = explode( ':', $slug );

			$slug = $parts[0];

			$parts_count = count( $parts );

			if ( 1 < $parts_count && WP_FS__MODULE_TYPE_THEME == $parts[1] ) {
				$type = $parts[1];
			}
		}
	}

	$attributes = array();
	if ( ! empty( $VARS['id'] ) ) {
		$attributes['data-id'] = $VARS['id'];
	}
	if ( ! empty( $VARS['manager_id'] ) ) {
		$attributes['data-manager-id'] = $VARS['manager_id'];
	}
	if ( ! empty( $slug ) ) {
		$attributes['data-slug'] = $slug;
	}
	if ( ! empty( $type ) ) {
		$attributes['data-type'] = $type;
	}

	$classes = array( 'fs-notice' );
	switch ( $VARS['type'] ) {
		case 'error':
			$classes[] = 'error';
			$classes[] = 'form-invalid';
			break;
		case 'promotion':
			$classes[] = 'updated';
			$classes[] = 'promotion';
			break;
		case 'warn':
			$classes[] = 'notice';
			$classes[] = 'notice-warning';
			break;
		case 'update':
		case 'success':
		default:
			$classes[] = 'updated';
			$classes[] = 'success';
			break;
	}
	if ( ! empty( $VARS['sticky'] ) ) {
		$classes[] = 'fs-sticky';
	}
	if ( ! empty( $VARS['plugin'] ) ) {
		$classes[] = 'fs-has-title';
	}
	if ( ! empty( $slug ) ) {
		$classes[] = "fs-slug-{$slug}";
	}
	if ( ! empty( $type ) ) {
		$classes[] = "fs-type-{$type}";
	}
?>
<div class="<?php echo fs_html_get_classname( $classes ); ?>" <?php echo fs_html_get_attributes( $attributes ); ?>>
	<?php if ( ! empty( $VARS['plugin'] ) ) : ?>
		<label class="fs-plugin-title">
			<?php echo esc_html( $VARS['plugin'] ); ?>
		</label>
	<?php endif ?>

	<?php if ( ! empty( $VARS['sticky'] ) && ( ! isset( $VARS['dismissible'] ) || false !== $VARS['dismissible'] ) ) : ?>
		<div class="fs-close">
			<i class="dashicons dashicons-no" title="<?php echo esc_attr( $dismiss_text ) ?>"></i>
			<span><?php echo esc_html( $dismiss_text ); ?></span>
		</div>
	<?php endif ?>

	<div class="fs-notice-body">
		<?php if ( ! empty( $VARS['title'] ) ) : ?>
			<strong><?php echo fs_html_get_sanitized_html( $VARS['title'] ); ?></strong>
		<?php endif ?>

		<?php echo fs_html_get_sanitized_html( $VARS['message'] ); ?>
	</div>
</div>
freemius/templates/pricing.php000064400000017277151213253150012541 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	/**
	 * Note for WordPress.org Theme/Plugin reviewer:
	 *  Freemius is an SDK for plugin and theme developers. Since the core
	 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
	 *  we only develop and maintain one code base.
	 *
	 *  This code (and page) will not run for wp.org themes (only plugins).
	 *
	 *  In addition, this page loads an i-frame. We intentionally named it 'frame'
	 *  so it will pass the "Theme Check" that is looking for the string "i" . "frame".
	 *
	 * UPDATE:
	 *  After ongoing conversations with the WordPress.org TRT we received
	 *  an official approval for including i-frames in the theme's WP Admin setting's
	 *  page tab (the SDK will never add any i-frames on the sitefront). i-frames
	 *  were never against the guidelines, but we wanted to get the team's blessings
	 *  before we move forward. For the record, I got the final approval from
	 *  Ulrich Pogson (@grapplerulrich), a team lead at the TRT during WordCamp
	 *  Europe 2017 (June 16th, 2017).
	 *
	 * If you have any questions or need clarifications, please don't hesitate
	 * pinging me on slack, my username is @svovaf.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since 1.2.2
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	wp_enqueue_script( 'jquery' );
	wp_enqueue_script( 'json2' );
	fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
	fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
	fs_enqueue_local_style( 'fs_common', '/admin/common.css' );

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs        = freemius( $VARS['id'] );
	$slug 	   = $fs->get_slug();
	$timestamp = time();

	$context_params = array(
		'plugin_id'         => $fs->get_id(),
		'plugin_public_key' => $fs->get_public_key(),
		'plugin_version'    => $fs->get_plugin_version(),
	);

	$bundle_id = $fs->get_bundle_id();
	if ( ! is_null( $bundle_id ) ) {
	    $context_params['bundle_id'] = $bundle_id;
    }

	// Get site context secure params.
	if ( $fs->is_registered() ) {
		$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
			$fs->get_site(),
			$timestamp,
			'upgrade'
		) );
	} else {
		$context_params['home_url'] = home_url();
	}

	if ( $fs->is_payments_sandbox() ) // Append plugin secure token for sandbox mode authentication.)
	{
		$context_params['sandbox'] = FS_Security::instance()->get_secure_token(
			$fs->get_plugin(),
			$timestamp,
			'checkout'
		);
	}

	$query_params = array_merge( $context_params, $_GET, array(
		'next'             => $fs->_get_sync_license_url( false, false ),
		'plugin_version'   => $fs->get_plugin_version(),
		// Billing cycle.
		'billing_cycle'    => fs_request_get( 'billing_cycle', WP_FS__PERIOD_ANNUALLY ),
		'is_network_admin' => fs_is_network_admin() ? 'true' : 'false',
        'currency'         => $fs->apply_filters( 'default_currency', 'usd' ),
        'discounts_model'  => $fs->apply_filters( 'pricing/discounts_model', 'absolute' ),
	) );

    $use_external_pricing = $fs->should_use_external_pricing();

    if ( ! $use_external_pricing ) {
        $pricing_js_url = fs_asset_url( $fs->get_pricing_js_path() );
        wp_enqueue_script( 'freemius-pricing', $pricing_js_url );
    } else {
        if ( ! $fs->is_registered() ) {
            $template_data = array(
                'id' => $fs->get_id(),
            );
            fs_require_template( 'forms/trial-start.php', $template_data);
        }

        $view_params = array(
            'id'   => $VARS['id'],
            'page' => strtolower( $fs->get_text_x_inline( 'Pricing', 'noun', 'pricing' ) ),
        );
        fs_require_once_template('secure-https-header.php', $view_params);
    }

	$has_tabs = $fs->_add_tabs_before_content();

	if ( $has_tabs ) {
		$query_params['tabs'] = 'true';
	}
?>
	<div id="fs_pricing" class="wrap fs-section fs-full-size-wrapper">
        <?php if ( ! $use_external_pricing ) : ?>
        <div id="fs_pricing_wrapper" data-public-url="<?php echo trailingslashit( dirname( $pricing_js_url ) ) ?>"></div>
        <?php
        $pricing_config = array_merge( array(
            'contact_url'            => $fs->contact_url(),
            'is_production'          => ( defined( 'WP_FS__IS_PRODUCTION_MODE' ) ? WP_FS__IS_PRODUCTION_MODE : null ),
            'menu_slug'              => $fs->get_menu_slug(),
            'mode'                   => 'dashboard',
            'fs_wp_endpoint_url'     => WP_FS__ADDRESS,
            'request_handler_url'    => admin_url(
                'admin-ajax.php?' . http_build_query( array(
                    'module_id' => $fs->get_id(),
                    'action'    => $fs->get_ajax_action( 'pricing_ajax_action' ),
                    'security'  => $fs->get_ajax_security( 'pricing_ajax_action' )
                ) )
            ),
            'selector'               => '#fs_pricing_wrapper',
            'unique_affix'           => $fs->get_unique_affix(),
            'show_annual_in_monthly' => $fs->apply_filters( 'pricing/show_annual_in_monthly', true ),
        ), $query_params );

        wp_add_inline_script( 'freemius-pricing', 'Freemius.pricing.new( ' . json_encode( $pricing_config ) . ' )' );
        ?>
        <?php else : ?>
        <div id="fs_frame"></div>
		<form action="" method="POST">
			<input type="hidden" name="user_id"/>
			<input type="hidden" name="user_email"/>
			<input type="hidden" name="site_id"/>
			<input type="hidden" name="public_key"/>
			<input type="hidden" name="secret_key"/>
			<input type="hidden" name="action" value="account"/>
		</form>

		<script type="text/javascript">
			(function ($, undef) {
				$(function () {
					var
					// Keep track of the i-frame height.
					frame_height = 800,
					base_url     = '<?php echo WP_FS__ADDRESS ?>',
					// Pass the parent page URL into the i-frame in a meaningful way (this URL could be
					// passed via query string or hard coded into the child page, it depends on your needs).
					src          = base_url + '/pricing/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),

					// Append the I-frame into the DOM.
					frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
						.appendTo('#fs_frame');

					FS.PostMessage.init(base_url, [frame[0]]);

					FS.PostMessage.receive('height', function (data) {
						var h = data.height;
						if (!isNaN(h) && h > 0 && h != frame_height) {
							frame_height = h;
							frame.height(frame_height + 'px');

							FS.PostMessage.postScroll(frame[0]);
						}
					});

					FS.PostMessage.receive('get_dimensions', function (data) {
						FS.PostMessage.post('dimensions', {
							height   : $(document.body).height(),
							scrollTop: $(document).scrollTop()
						}, frame[0]);
					});

					FS.PostMessage.receive('start_trial', function (data) {
						openTrialConfirmationModal(data);
					});
				});
			})(jQuery);
		</script>
        <?php endif ?>
	</div>
<?php
	if ( $has_tabs ) {
		$fs->_add_tabs_after_content();
	}

	$params = array(
		'page'           => 'pricing',
		'module_id'      => $fs->get_id(),
		'module_type'    => $fs->get_module_type(),
		'module_slug'    => $slug,
		'module_version' => $fs->get_plugin_version(),
	);
	fs_require_template( 'powered-by.php', $params );
freemius/templates/partials/index.php000064400000000034151213253150014013 0ustar00<?php
//Silence is golden
freemius/templates/partials/network-activation.php000064400000011723151213253150016543 0ustar00<?php

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array $VARS
     * @var Freemius $fs
     */
    $fs = freemius( $VARS['id'] );

    $slug = $fs->get_slug();

    $sites               = $VARS['sites'];
    $require_license_key = $VARS['require_license_key'];

    $show_delegation_option     = $fs->apply_filters( 'show_delegation_option', true );
    $enable_per_site_activation = $fs->apply_filters( 'enable_per_site_activation', true );
?>
<?php $separator      = '<td>|</td>' ?>
<div class="fs-multisite-options-container fs-apply-on-all-sites"<?php if ( ! $enable_per_site_activation )
    echo ' style="display: none;"' ?>>
    <table class="fs-all-sites-options">
        <tbody>
        <tr>
            <td width="600">
                <label>
                    <?php
                        if ( ! $fs->is_network_upgrade_mode() ) {
                            $apply_checkbox_label = $require_license_key ?
                                fs_text_inline( 'Activate license on all sites in the network.', 'activate-license-on-all-sites-in-the-network', $slug ) :
                                fs_text_inline( 'Apply on all sites in the network.', 'apply-on-all-sites-in-the-network', $slug );
                        } else {
                            $apply_checkbox_label = $require_license_key ?
                                fs_text_inline( 'Activate license on all pending sites.', 'activate-license-on-pending-sites-in-the-network', $slug ) :
                                fs_text_inline( 'Apply on all pending sites.', 'apply-on-pending-sites-in-the-network', $slug );

                        }
                    ?>
                    <input class="fs-apply-on-all-sites-checkbox" type="checkbox" value="true" checked><span><?php echo esc_html( $apply_checkbox_label ) ?></span>
                </label>
            </td>
            <?php if ( ! $require_license_key ) : ?>
                <td><a class="action action-allow" data-action-type="allow" href="#"><?php fs_esc_html_echo_inline( 'allow', 'allow', $slug ) ?></a></td>
                <?php echo $separator ?>
                <?php if ( $show_delegation_option ) : ?>
                <td><a class="action action-delegate" data-action-type="delegate" href="#"><?php fs_esc_html_echo_inline( 'delegate', 'delegate', $slug ) ?></a></td>
                <?php endif ?>
                <?php if ( $fs->is_enable_anonymous() ) : ?>
                    <?php echo $separator ?>
                    <td><a class="action action-skip" data-action-type="skip" href="#"><?php echo strtolower( fs_esc_html_inline( 'skip', 'skip', $slug ) ) ?></a></td>
                <?php endif ?>
            <?php endif ?>
        </tr>
        </tbody>
    </table>
    <div class="fs-sites-list-container">
        <table cellspacing="0">
            <tbody>
            <?php $site_props = array('uid', 'url', 'title', 'language') ?>
            <?php foreach ( $sites as $site ) : ?>
                <tr<?php if ( ! empty( $site['license_id'] ) ) {
                    echo ' data-license-id="' . esc_attr( $site['license_id'] ) . '"';
                } ?>>
                    <?php if ( $require_license_key ) : ?>
                        <td><input type="checkbox" value="true" /></td>
                    <?php endif ?>
                    <td class="blog-id"><span><?php echo esc_html( $site['blog_id'] ) ?></span>.</td>
                    <td width="600"><span><?php
                        $url = str_replace( 'http://', '', str_replace( 'https://', '', $site['url'] ) );
                        echo esc_html( $url );
                        ?></span>
                        <?php foreach ($site_props as $prop) : ?>
                            <input class="<?php echo esc_attr( $prop ) ?>" type="hidden" value="<?php echo esc_attr($site[$prop]) ?>" />
                        <?php endforeach ?>
                    </td>
                    <?php if ( ! $require_license_key ) : ?>
                        <td><a class="action action-allow selected" data-action-type="allow" href="#"><?php fs_esc_html_echo_inline( 'allow', 'allow', $slug ) ?></a></td>
                        <?php echo $separator ?>
                        <?php if ( $show_delegation_option ) : ?>
                        <td><a class="action action-delegate" data-action-type="delegate" href="#"><?php fs_esc_html_echo_inline( 'delegate', 'delegate', $slug ) ?></a></td>
                        <?php endif ?>
                        <?php if ( $fs->is_enable_anonymous() ) : ?>
                            <?php echo $separator ?>
                            <td><a class="action action-skip" data-action-type="skip" href="#"><?php echo strtolower( fs_esc_html_inline( 'skip', 'skip', $slug ) ) ?></a></td>
                        <?php endif ?>
                    <?php endif ?>
                </tr>
            <?php endforeach ?>
            </tbody>
        </table>
    </div>
</div>
freemius/templates/contact.php000064400000010404151213253150012522 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	/**
	 * Note for WordPress.org Theme/Plugin reviewer:
	 *  Freemius is an SDK for plugin and theme developers. Since the core
	 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
	 *  we only develop and maintain one code base.
	 *
	 *  This code (and page) will not run for wp.org themes (only plugins).
	 *
	 *  In addition, this page loads an i-frame. We intentionally named it 'frame'
	 *  so it will pass the "Theme Check" that is looking for the string "i" . "frame".
	 *
	 * UPDATE:
	 *  After ongoing conversations with the WordPress.org TRT we received
	 *  an official approval for including i-frames in the theme's WP Admin setting's
	 *  page tab (the SDK will never add any i-frames on the sitefront). i-frames
	 *  were never against the guidelines, but we wanted to get the team's blessings
	 *  before we move forward. For the record, I got the final approval from
	 *  Ulrich Pogson (@grapplerulrich), a team lead at the TRT during WordCamp
	 *  Europe 2017 (June 16th, 2017).
	 *
	 * If you have any questions or need clarifications, please don't hesitate
	 * pinging me on slack, my username is @svovaf.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since 1.2.2
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	wp_enqueue_script( 'jquery' );
	wp_enqueue_script( 'json2' );
	fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
	fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
	fs_enqueue_local_style( 'fs_checkout', '/admin/common.css' );

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$context_params = array(
		'plugin_id'         => $fs->get_id(),
		'plugin_public_key' => $fs->get_public_key(),
		'plugin_version'    => $fs->get_plugin_version(),
	);


	// Get site context secure params.
	if ( $fs->is_registered() ) {
		$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
			$fs->get_site(),
			time(),
			'contact'
		) );
	}

	$query_params = array_merge( $_GET, array_merge( $context_params, array(
		'plugin_version' => $fs->get_plugin_version(),
		'wp_login_url'   => wp_login_url(),
		'site_url'       => Freemius::get_unfiltered_site_url(),
//		'wp_admin_css' => get_bloginfo('wpurl') . "/wp-admin/load-styles.php?c=1&load=buttons,wp-admin,dashicons",
	) ) );

	$view_params = array(
		'id'   => $VARS['id'],
		'page' => strtolower( $fs->get_text_inline( 'Contact', 'contact' ) ),
	);
	fs_require_once_template('secure-https-header.php', $view_params);

	$has_tabs = $fs->_add_tabs_before_content();

	if ( $has_tabs ) {
		$query_params['tabs'] = 'true';
	}
?>
	<div id="fs_contact" class="wrap fs-section fs-full-size-wrapper">
		<div id="fs_frame"></div>
		<script type="text/javascript">
			(function ($) {
				$(function () {

					var
					// Keep track of the i-frame height.
					frame_height = 800,
					base_url = '<?php echo WP_FS__ADDRESS ?>',
					src = base_url + '/contact/?<?php echo http_build_query($query_params) ?>#' + encodeURIComponent(document.location.href),

					// Append the i-frame into the DOM.
					frame = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
						.appendTo('#fs_frame');

					FS.PostMessage.init(base_url);
					FS.PostMessage.receive('height', function (data) {
						var h = data.height;
						if (!isNaN(h) && h > 0 && h != frame_height) {
							frame_height = h;
							$('#fs_frame i' + 'frame').height(frame_height + 'px');
						}
					});
				});
			})(jQuery);
		</script>
	</div>
<?php
	if ( $has_tabs ) {
		$fs->_add_tabs_after_content();
	}

	$params = array(
		'page'           => 'contact',
		'module_id'      => $fs->get_id(),
		'module_type'    => $fs->get_module_type(),
		'module_slug'    => $slug,
		'module_version' => $fs->get_plugin_version(),
	);
	fs_require_template( 'powered-by.php', $params );freemius/templates/add-ons.php000064400000056366151213253150012435 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius
	 */
	$fs = freemius( $VARS['id'] );

	$slug = $fs->get_slug();

	$open_addon_slug = fs_request_get( 'slug' );

	$open_addon = false;

    $is_data_debug_mode = $fs->is_data_debug_mode();
    $is_whitelabeled    = $fs->is_whitelabeled();

	/**
	 * @var FS_Plugin[]
	 */
	$addons = $fs->get_addons();

	$has_addons = ( is_array( $addons ) && 0 < count( $addons ) );

    $account_addon_ids = $fs->get_updated_account_addons();

    $download_latest_text = fs_text_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $slug );
    $view_details_text    = fs_text_inline( 'View details', 'view-details', $slug );

	$has_tabs = $fs->_add_tabs_before_content();

    $fs_blog_id = ( is_multisite() && ! is_network_admin() ) ?
        get_current_blog_id() :
        0;
?>
	<div id="fs_addons" class="wrap fs-section">
		<?php if ( ! $has_tabs ) : ?>
		<h2><?php echo esc_html( sprintf( fs_text_inline( 'Add Ons for %s', 'add-ons-for-x', $slug ), $fs->get_plugin_name() ) ) ?></h2>
		<?php endif ?>

		<?php $fs->do_action( 'addons/after_title' ) ?>

		<div id="poststuff">
			<?php if ( ! $has_addons ) : ?>
				<h3><?php echo esc_html( sprintf(
						'%s... %s',
						fs_text_x_inline( 'Oops', 'exclamation', 'oops', $slug ),
						fs_text_inline( 'We couldn\'t load the add-ons list. It\'s probably an issue on our side, please try to come back in few minutes.', 'add-ons-missing', $slug )
					) ) ?></h3>
			<?php endif ?>
			<ul class="fs-cards-list">
				<?php if ( $has_addons ) : ?>
					<?php
                    $plans_and_pricing_by_addon_id = $fs->_get_addons_plans_and_pricing_map_by_id();

                    $active_plugins_directories_map = Freemius::get_active_plugins_directories_map( $fs_blog_id );
					?>
                    <?php
                        $hide_all_addons_data = false;

                        if ( $fs->is_whitelabeled_by_flag() ) {
                            $hide_all_addons_data = true;

                            $addon_ids        = $fs->get_updated_account_addons();
                            $installed_addons = $fs->get_installed_addons();
                            foreach ( $installed_addons as $fs_addon ) {
                                $addon_ids[] = $fs_addon->get_id();
                            }

                            if ( ! empty( $addon_ids ) ) {
                                $addon_ids = array_unique( $addon_ids );
                            }

                            foreach ( $addon_ids as $addon_id ) {
                                $addon = $fs->get_addon( $addon_id );

                                if ( ! is_object( $addon ) ) {
                                    continue;
                                }

                                $addon_storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $addon->slug );

                                if ( ! $addon_storage->is_whitelabeled ) {
                                    $hide_all_addons_data = false;
                                    break;
                                }

                                if ( $is_data_debug_mode ) {
                                    $is_whitelabeled = false;
                                }
                            }
                        }
                    ?>
					<?php foreach ( $addons as $addon ) : ?>
						<?php
                        $basename = $fs->get_addon_basename( $addon->id );

                        $is_addon_installed = file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $basename ) );

                        if ( ! $is_addon_installed && $hide_all_addons_data ) {
                            continue;
                        }

                        $is_addon_activated = $is_addon_installed ?
                            $fs->is_addon_activated( $addon->id ) :
                            false;

                        $is_plugin_active = (
                            $is_addon_activated ||
                            isset( $active_plugins_directories_map[ dirname( $basename ) ] )
                        );

						$open_addon = ( $open_addon || ( $open_addon_slug === $addon->slug ) );

						$price     = 0;
						$has_trial = false;
						$has_free_plan = false;
						$has_paid_plan = false;

						if ( isset( $plans_and_pricing_by_addon_id[$addon->id] ) ) {
							$plans = $plans_and_pricing_by_addon_id[$addon->id];

							if ( is_array( $plans ) && 0 < count( $plans ) ) {
								foreach ( $plans as $plan ) {
									if ( ! isset( $plan->pricing ) ||
									     ! is_array( $plan->pricing ) ||
									     0 == count( $plan->pricing )
									) {
										// No pricing means a free plan.
										$has_free_plan = true;
										continue;
									}


									$has_paid_plan = true;
									$has_trial     = $has_trial || ( is_numeric( $plan->trial_period ) && ( $plan->trial_period > 0 ) );

									$min_price = 999999;
									foreach ( $plan->pricing as $pricing ) {
                                        $pricing = new FS_Pricing( $pricing );

                                        if ( ! $pricing->is_usd() ) {
                                            /**
                                             * Skip non-USD pricing.
                                             *
                                             * @author Leo Fajardo (@leorw)
                                             * @since 2.3.1
                                             */
                                            continue;
                                        }

                                        if ( $pricing->has_annual() ) {
											$min_price = min( $min_price, $pricing->annual_price );
										} else if ( $pricing->has_monthly() ) {
											$min_price = min( $min_price, 12 * $pricing->monthly_price );
										}
									}

									if ( $min_price < 999999 ) {
										$price = $min_price;
									}

								}
							}

							if ( ! $has_paid_plan && ! $has_free_plan ) {
							    continue;
                            }
						}
						?>
						<li class="fs-card fs-addon" data-slug="<?php echo $addon->slug ?>">
							<?php
								$view_details_link = sprintf( '<a href="%s" aria-label="%s" data-title="%s"',
									esc_url( network_admin_url( 'plugin-install.php?fs_allow_updater_and_dialog=true' . ( ! empty( $fs_blog_id ) ? '&fs_blog_id=' . $fs_blog_id : '' ) . '&tab=plugin-information&parent_plugin_id=' . $fs->get_id() . '&plugin=' . $addon->slug .
									                            '&TB_iframe=true&width=600&height=550' ) ),
									esc_attr( sprintf( fs_text_inline( 'More information about %s', 'more-information-about-x', $slug ), $addon->title ) ),
									esc_attr( $addon->title )
								) . ' class="thickbox%s">%s</a>';

								echo sprintf(
                                    $view_details_link,
                                    /**
                                     * Additional class.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since 2.2.4
                                     */
                                    ' fs-overlay',
                                    /**
                                     * Set the view details link text to an empty string since it is an overlay that
                                     * doesn't really need a text and whose purpose is to open the details dialog when
                                     * the card is clicked.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since 2.2.4
                                     */
                                    ''
                                );
							?>
							<?php
								if ( is_null( $addon->info ) ) {
									$addon->info = new stdClass();
								}
								if ( ! isset( $addon->info->card_banner_url ) ) {
									$addon->info->card_banner_url = '//dashboard.freemius.com/assets/img/marketing/blueprint-300x100.jpg';
								}
								if ( ! isset( $addon->info->short_description ) ) {
									$addon->info->short_description = 'What\'s the one thing your add-on does really, really well?';
								}
							?>
							<div class="fs-inner">
								<ul>
									<li class="fs-card-banner"
                                        style="background-image: url('<?php echo $addon->info->card_banner_url ?>');"><?php
                                        if ( $is_plugin_active || $is_addon_installed ) {
                                            echo sprintf(
                                                '<span class="fs-badge fs-installed-addon-badge">%s</span>',
                                                esc_html( $is_plugin_active ?
                                                    fs_text_x_inline( 'Active', 'active add-on', 'active-addon', $slug ) :
                                                    fs_text_x_inline( 'Installed', 'installed add-on', 'installed-addon', $slug )
                                                )
                                            );
                                        }
                                        ?></li>
									<!-- <li class="fs-tag"></li> -->
									<li class="fs-title"><?php echo $addon->title ?></li>
									<li class="fs-offer">
									<span
										class="fs-price"><?php
                                        if ( $is_whitelabeled ) {
                                            echo '&nbsp;';
                                        } else {
											$descriptors = array();

											if ($has_free_plan)
												$descriptors[] = fs_text_inline( 'Free', 'free', $slug );
											if ($has_paid_plan && $price > 0)
												$descriptors[] = '$' . number_format( $price, 2 );
											if ($has_trial)
												$descriptors[] = fs_text_x_inline( 'Trial', 'trial period',  'trial', $slug );

											echo implode(' - ', $descriptors);

                                        } ?></span>
									</li>
									<li class="fs-description"><?php echo ! empty( $addon->info->short_description ) ? $addon->info->short_description : 'SHORT DESCRIPTION' ?></li>
                                    <?php
                                        $is_free_only_wp_org_compliant = ( ! $has_paid_plan && $addon->is_wp_org_compliant );

                                        $is_allowed_to_install = (
                                            $fs->is_allowed_to_install() ||
                                            $is_free_only_wp_org_compliant
                                        );

                                        $show_premium_activation_or_installation_action = true;

                                        if ( ! in_array( $addon->id, $account_addon_ids ) ) {
                                            $show_premium_activation_or_installation_action = false;
                                        } else if ( $is_addon_installed ) {
                                            /**
                                             * If any add-on's version (free or premium) is installed, check if the
                                             * premium version can be activated and show the relevant action. Otherwise,
                                             * show the relevant action for the free version.
                                             *
                                             * @author Leo Fajardo (@leorw)
                                             * @since 2.4.5
                                             */
                                            $fs_addon = $is_addon_activated ?
                                                $fs->get_addon_instance( $addon->id ) :
                                                null;

                                            $premium_plugin_basename = is_object( $fs_addon ) ?
                                                $fs_addon->premium_plugin_basename() :
                                                "{$addon->premium_slug}/{$addon->slug}.php";

                                            if (
                                                ( $is_addon_activated && $fs_addon->is_premium() ) ||
                                                file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_plugin_basename ) )
                                            ) {
                                                $basename = $premium_plugin_basename;
                                            }

                                            $show_premium_activation_or_installation_action = (
                                                ( ! $is_addon_activated || ! $fs_addon->is_premium() ) &&
                                                /**
                                                 * This check is needed for cases when an active add-on doesn't have an
                                                 * associated Freemius instance.
                                                 *
                                                 * @author Leo Fajardo (@leorw)
                                                 * @since 2.4.5
                                                 */
                                                ( ! $is_plugin_active )
                                            );
                                        }
                                    ?>
                                    <?php if ( ! $show_premium_activation_or_installation_action ) : ?>
									<li class="fs-cta"><a class="button"><?php echo esc_html( $view_details_text ) ?></a></li>
                                    <?php else : ?>
                                        <?php
                                            $latest_download_local_url = $is_free_only_wp_org_compliant ?
                                                null :
                                                $fs->_get_latest_download_local_url( $addon->id );
                                        ?>

                                        <li class="fs-cta fs-dropdown">
                                        <div class="button-group">
                                            <?php if ( $is_allowed_to_install ) : ?>
                                            <?php
                                                if ( ! $is_addon_installed ) {
                                                    echo sprintf(
                                                        '<a class="button button-primary" href="%s">%s</a>',
                                                        wp_nonce_url( self_admin_url( 'update.php?' . ( ( $has_paid_plan || ! $addon->is_wp_org_compliant ) ? 'fs_allow_updater_and_dialog=true&' : '' ) . 'action=install-plugin&plugin=' . $addon->slug ), 'install-plugin_' . $addon->slug ),
                                                        fs_esc_html_inline( 'Install Now', 'install-now', $slug )
                                                    );
                                                } else {
                                                    echo sprintf(
                                                        '<a class="button button-primary edit" href="%s" title="%s" target="_parent">%s</a>',
                                                        wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $basename, 'activate-plugin_' . $basename ),
                                                        fs_esc_attr_inline( 'Activate this add-on', 'activate-this-addon', $addon->slug ),
                                                        fs_text_inline( 'Activate', 'activate', $addon->slug )
                                                    );
                                                }
                                            ?>
                                            <?php else : ?>
                                            <a target="_blank" rel="noopener" class="button button-primary" href="<?php echo $latest_download_local_url ?>"><?php echo esc_html( $download_latest_text ) ?></a>
                                            <?php endif ?>
                                            <div class="button button-primary fs-dropdown-arrow-button"><span class="fs-dropdown-arrow"></span><ul class="fs-dropdown-list" style="display: none">
		                                            <?php if ( $is_allowed_to_install && ! empty( $latest_download_local_url ) ) : ?>
			                                            <li><a target="_blank" rel="noopener" href="<?php echo $latest_download_local_url ?>"><?php echo esc_html( $download_latest_text ) ?></a></li>
		                                            <?php endif ?>
		                                            <li><?php
				                                            echo sprintf(
					                                            $view_details_link,
					                                            /**
					                                             * No additional class.
					                                             *
					                                             * @author Leo Fajardo (@leorw)
					                                             * @since 2.2.4
					                                             */
					                                            '',
					                                            /**
					                                             * Set the view details link text to a non-empty string since it is an
					                                             * item in the dropdown list and the text should be visible.
					                                             *
					                                             * @author Leo Fajardo (@leorw)
					                                             * @since 2.2.4
					                                             */
					                                            esc_html( $view_details_text )
				                                            );
			                                            ?></li>
	                                            </ul></div>
                                        </div>
                                    </li>
                                    <?php endif ?>
								</ul>
							</div>
						</li>
					<?php endforeach ?>
				<?php endif ?>
			</ul>
		</div>

		<?php $fs->do_action( 'addons/after_addons' ) ?>
	</div>
	<script type="text/javascript">
		(function( $, undef ) {
			<?php if ( $open_addon ) : ?>

			var interval = setInterval(function () {
				// Open add-on information page.
				<?php
				/**
				 * @author Vova Feldman
				 *
				 * This code does NOT expose an XSS vulnerability because:
				 *  1. This page only renders for admins, so if an attacker manage to get
				 *     admin access, they can do more harm.
				 *  2. This code won't be rendered unless $open_addon_slug matches any of
				 *     the plugin's add-ons slugs.
				 */
				?>
				$('.fs-card[data-slug=<?php echo $open_addon_slug ?>] a').click();
				if ($('#TB_iframeContent').length > 0) {
					clearInterval(interval);
					interval = null;
				}
			}, 200);

			<?php else : ?>

			$( '.fs-card.fs-addon' )
				.mouseover(function() {
				    var $this = $( this );

					$this.find( '.fs-cta .button' ).addClass( 'button-primary' );

                    if ( 0 === $this.find( '.fs-dropdown-arrow-button.active' ).length ) {
                        /**
                         * When hovering over a card, close the dropdown on any other card.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since 2.2.4
                         */
                        toggleDropdown();
                    }
				}).mouseout(function( evt ) {
                    var $relatedTarget = $( evt.relatedTarget );

                    if ( 0 !== $relatedTarget.parents( '.fs-addon' ).length ) {
                        return true;
                    }

                    var $this = $( this );

                    /**
                     * Set the color of the "View details" button to "secondary".
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.4
                     */
					$this.find( '.fs-cta .button' ).filter(function() {
                        /**
                         * Keep the "primary" color of the dropdown arrow button, "Install Now" button, and
                         * "Download Latest" button.

                         * @author Leo Fajardo (@leorw)
                         * @since 2.2.4
                         */
					    return $( this ).parent().is( ':not(.button-group)' );
                    }).removeClass('button-primary');

					toggleDropdown( $this.find( '.fs-dropdown' ), false );
				}).find( 'a.thickbox, .button:not(.fs-dropdown-arrow-button)' ).click(function() {
                    toggleDropdown();
                });

			<?php endif ?>

            var $dropdowns = $( '.fs-dropdown' );
            if ( 0 !== $dropdowns.length ) {
                $dropdowns.find( '.fs-dropdown-arrow-button' ).click(function() {
                    var $this     = $( this ),
                        $dropdown = $this.parents( '.fs-dropdown' );

                    toggleDropdown( $dropdown, ! $dropdown.hasClass( 'active' ) );
                });
            }

            /**
             * Returns the default state of the dropdown arrow button and hides the dropdown list.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.2.4
             *
             * @param {(Object|undefined)}  [$dropdown]
             * @param {(Boolean|undefined)} [state]
             */
            function toggleDropdown( $dropdown, state ) {
                if ( undef === $dropdown ) {
                    var $activeDropdown = $dropdowns.find( '.active' );
                    if ( 0 !== $activeDropdown.length ) {
                        $dropdown = $activeDropdown;
                    }
                }

                if ( undef === $dropdown ) {
                    return;
                }

                if ( undef === state ) {
                    state = false;
                }

                $dropdown.toggleClass( 'active', state );
                $dropdown.find( '.fs-dropdown-list' ).toggle( state );
                $dropdown.find( '.fs-dropdown-arrow-button' ).toggleClass( 'active', state );
            }
		})( jQuery );
	</script>
<?php
	if ( $has_tabs ) {
		$fs->_add_tabs_after_content();
	}

	$params = array(
		'page'           => 'addons',
		'module_id'      => $fs->get_id(),
		'module_type'    => $fs->get_module_type(),
		'module_slug'    => $slug,
		'module_version' => $fs->get_plugin_version(),
	);
	fs_require_template( 'powered-by.php', $params );freemius/templates/add-trial-to-pricing.php000064400000001470151213253150015004 0ustar00<?php
	/**
	 * Add "&trial=true" to pricing menu item href when running in trial
	 * promotion context.
	 *
	 * @package     Freemius
	 * @copyright   Copyright (c) 2016, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.1.5
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var Freemius $fs
	 */
	$fs = freemius( $VARS['id'] );
?>
<script type="text/javascript">
	(function ($) {
		$(document).ready(function () {
			var $pricingMenu = $('.fs-submenu-item.<?php echo $fs->get_unique_affix() ?>.pricing'),
				$pricingMenuLink = $pricingMenu.parents('a');

			// Add trial querystring param.
			$pricingMenuLink.attr('href', $pricingMenuLink.attr('href') + '&trial=true');
		});
	})(jQuery);
</script>freemius/templates/debug/plugins-themes-sync.php000064400000005414151213253150016100 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	$fs_options  = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );
	$all_plugins = $fs_options->get_option( 'all_plugins' );
	$all_themes  = $fs_options->get_option( 'all_themes' );

    /* translators: %s: time period (e.g. In "2 hours") */
	$in_x_text = fs_text_inline( 'In %s', 'in-x' );
    /* translators: %s: time period (e.g. "2 hours" ago) */
	$x_ago_text = fs_text_inline( '%s ago', 'x-ago' );
	$sec_text   = fs_text_x_inline( 'sec', 'seconds' );
?>
<h1><?php fs_esc_html_echo_inline( 'Plugins & Themes Sync', 'plugins-themes-sync' ) ?></h1>
<table class="widefat">
	<thead>
	<tr>
		<th></th>
		<th><?php fs_esc_html_echo_inline( 'Total', 'total' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Last', 'last' ) ?></th>
	</tr>
	</thead>
	<tbody>
	<?php if ( is_object( $all_plugins ) ) : ?>
		<tr>
			<td><?php fs_esc_html_echo_inline( 'Plugins', 'plugins' ) ?></td>
			<td><?php echo count( $all_plugins->plugins ) ?></td>
			<td><?php
					if ( isset( $all_plugins->timestamp ) && is_numeric( $all_plugins->timestamp ) ) {
						$diff       = abs( WP_FS__SCRIPT_START_TIME - $all_plugins->timestamp );
						$human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
							$diff . ' ' . $sec_text :
							human_time_diff( WP_FS__SCRIPT_START_TIME, $all_plugins->timestamp );

                        echo esc_html( sprintf(
                            ( ( WP_FS__SCRIPT_START_TIME < $all_plugins->timestamp ) ?
                                $in_x_text :
                                $x_ago_text ),
                            $human_diff
                        ) );
					}
				?></td>
		</tr>
	<?php endif ?>
	<?php if ( is_object( $all_themes ) ) : ?>
		<tr>
			<td><?php fs_esc_html_echo_inline( 'Themes', 'themes' ) ?></td>
			<td><?php echo count( $all_themes->themes ) ?></td>
			<td><?php
					if ( isset( $all_themes->timestamp ) && is_numeric( $all_themes->timestamp ) ) {
						$diff       = abs( WP_FS__SCRIPT_START_TIME - $all_themes->timestamp );
						$human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
							$diff . ' ' . $sec_text :
							human_time_diff( WP_FS__SCRIPT_START_TIME, $all_themes->timestamp );

                        echo esc_html( sprintf(
                            ( ( WP_FS__SCRIPT_START_TIME < $all_themes->timestamp ) ?
                                $in_x_text :
                                $x_ago_text ),
                            $human_diff
                        ) );
					}
				?></td>
		</tr>
	<?php endif ?>
	</tbody>
</table>
freemius/templates/debug/index.php000064400000000131151213253150013260 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/debug/scheduled-crons.php000064400000010146151213253150015242 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	$fs_options      = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );
	$scheduled_crons = array();

	$module_types = array(
		WP_FS__MODULE_TYPE_PLUGIN,
		WP_FS__MODULE_TYPE_THEME
	);

	foreach ( $module_types as $module_type ) {
		$modules = fs_get_entities( $fs_options->get_option( $module_type . 's' ), FS_Plugin::get_class_name() );
		if ( is_array( $modules ) && count( $modules ) > 0 ) {
			foreach ( $modules as $slug => $data ) {
				if ( WP_FS__MODULE_TYPE_THEME === $module_type ) {
					$current_theme = wp_get_theme();
					$is_active = ( $current_theme->stylesheet === $data->file );
				} else {
					$is_active = is_plugin_active( $data->file );
				}

				/**
				 * @author Vova Feldman
				 *
				 * @since 1.2.1 Don't load data from inactive modules.
				 */
				if ( $is_active ) {
					$fs = freemius( $data->id );

					$next_execution = $fs->next_sync_cron();
					$last_execution = $fs->last_sync_cron();

					if ( false !== $next_execution ) {
						$scheduled_crons[ $slug ][] = array(
							'name' => $fs->get_plugin_name(),
							'slug' => $slug,
							'module_type' => $fs->get_module_type(),
							'type' => 'sync_cron',
							'last' => $last_execution,
							'next' => $next_execution,
						);
					}

					$next_install_execution = $fs->next_install_sync();
					$last_install_execution = $fs->last_install_sync();

					if (false !== $next_install_execution ||
						false !== $last_install_execution
					) {
						$scheduled_crons[ $slug ][] = array(
							'name' => $fs->get_plugin_name(),
							'slug' => $slug,
							'module_type' => $fs->get_module_type(),
							'type' => 'install_sync',
							'last' => $last_install_execution,
							'next' => $next_install_execution,
						);
					}
				}
			}
		}
	}

	$sec_text = fs_text_x_inline( 'sec', 'seconds' );
?>
<h1><?php fs_esc_html_echo_inline( 'Scheduled Crons' ) ?></h1>
<table class="widefat">
	<thead>
	<tr>
		<th><?php fs_esc_html_echo_inline( 'Slug' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Module' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Module Type' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Cron Type' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Last' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Next' ) ?></th>
	</tr>
	</thead>
	<tbody>
	<?php
		/* translators: %s: time period (e.g. In "2 hours") */
		$in_x_text = fs_text_inline( 'In %s', 'in-x' );
		/* translators: %s: time period (e.g. "2 hours" ago) */
		$x_ago_text = fs_text_inline( '%s ago', 'x-ago' );
	?>
	<?php foreach ( $scheduled_crons as $slug => $crons ) : ?>
		<?php foreach ( $crons as $cron ) : ?>
			<tr>
				<td><?php echo $slug ?></td>
				<td><?php echo $cron['name'] ?></td>
				<td><?php echo $cron['module_type'] ?></td>
				<td><?php echo $cron['type'] ?></td>
				<td><?php
						if ( is_numeric( $cron['last'] ) ) {
							$diff       = abs( WP_FS__SCRIPT_START_TIME - $cron['last'] );
							$human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
								$diff . ' ' . $sec_text :
								human_time_diff( WP_FS__SCRIPT_START_TIME, $cron['last'] );

							echo esc_html( sprintf(
								( ( WP_FS__SCRIPT_START_TIME < $cron['last'] ) ?
									$in_x_text :
									$x_ago_text ),
								$human_diff
							) );
						}
					?></td>
				<td><?php
						if ( is_numeric( $cron['next'] ) ) {
							$diff       = abs( WP_FS__SCRIPT_START_TIME - $cron['next'] );
							$human_diff = ( $diff < MINUTE_IN_SECONDS ) ?
								$diff . ' ' . $sec_text :
								human_time_diff( WP_FS__SCRIPT_START_TIME, $cron['next'] );

							echo esc_html( sprintf(
								( ( WP_FS__SCRIPT_START_TIME < $cron['next'] ) ?
									$in_x_text :
									$x_ago_text ),
								$human_diff
							) );
						}
					?></td>
			</tr>
		<?php endforeach ?>
	<?php endforeach ?>
	</tbody>
</table>
freemius/templates/debug/logger.php000064400000004116151213253150013437 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	$log_book = FS_Logger::get_log();
?>
<h1><?php fs_echo_inline( 'Log' ) ?></h1>

<table class="widefat" style="font-size: 11px;">
	<thead>
	<tr>
		<th>#</th>
		<th><?php fs_esc_html_echo_inline( 'ID', 'id' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Type' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Function' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Message' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'File' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Timestamp' ) ?></th>
	</tr>
	</thead>
	<tbody>

	<?php $i = 0;
		foreach ( $log_book as $log ) : ?>
			<?php
			/**
			 * @var FS_Logger $logger
			 */
			$logger = $log['logger'];
			?>
			<tr<?php if ( $i % 2 ) {
				echo ' class="alternate"';
			} ?>>
				<td><?php echo $log['cnt'] ?>.</td>
				<td><?php echo $logger->get_id() ?></td>
				<td><?php echo $log['log_type'] ?></td>
				<td><b><code style="color: blue;"><?php echo ( ! empty( $log['class'] ) ? $log['class'] . $log['type'] : '' ) . $log['function'] ?></code></b></td>
				<td>
					<?php
						printf(
							'<a href="#" style="color: darkorange !important;" onclick="jQuery(this).parent().find(\'div\').toggle(); return false;"><nobr>%s</nobr></a>',
							esc_html( substr( $log['msg'], 0, 32 ) ) . ( 32 < strlen( $log['msg'] ) ? '...' : '' )
						);
					?>
					<div style="display: none;">
						<b style="color: darkorange;"><?php echo esc_html( $log['msg'] ) ?></b>
					</div>
				</td>
				<td><?php
						if ( isset( $log['file'] ) ) {
							echo substr( $log['file'], $logger->get_file() ) . ':' . $log['line'];
						}
					?></td>
				<td><?php echo number_format( 100 * ( $log['timestamp'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . fs_text_x_inline( 'ms', 'milliseconds' ) ?></td>
			</tr>
			<?php $i ++; endforeach ?>
	</tbody>
</table>freemius/templates/debug/api-calls.php000064400000012205151213253150014023 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	if ( class_exists( 'Freemius_Api_WordPress' ) ) {
		$logger = Freemius_Api_WordPress::GetLogger();
	} else {
		$logger = array();
	}

	$counters = array(
		'GET'    => 0,
		'POST'   => 0,
		'PUT'    => 0,
		'DELETE' => 0
	);

	$show_body = false;
	foreach ( $logger as $log ) {
		$counters[ $log['method'] ] ++;

		if ( ! is_null( $log['body'] ) ) {
			$show_body = true;
		}
	}

	$pretty_print = $show_body && defined( 'JSON_PRETTY_PRINT' ) && version_compare( phpversion(), '5.3', '>=' );

	/**
	 * This template is used for debugging, therefore, when possible
	 * we'd like to prettify the output of a JSON encoded variable.
	 * This will only be executed when $pretty_print is `true`, and
	 * the var is `true` only for PHP 5.3 and higher. Due to the
	 * limitations of the current Theme Check, it throws an error
	 * that using the "options" parameter (the 2nd param) is not
	 * supported in PHP 5.2 and lower. Thus, we added this alias
	 * variable to work around that false-positive.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since  1.2.2.7
	 */
	$encode = 'json_encode';

	$root_path_len = strlen( ABSPATH );

	$ms_text = fs_text_x_inline( 'ms', 'milliseconds' );
?>
<h1><?php fs_echo_inline( 'API' ) ?></h1>

<h2><span>Total Time:</span><?php echo Freemius_Debug_Bar_Panel::total_time() ?></h2>

<h2><span>Total Requests:</span><?php echo Freemius_Debug_Bar_Panel::requests_count() ?></h2>
<?php foreach ( $counters as $method => $count ) : ?>
	<h2><span><?php echo $method ?>:</span><?php echo number_format( $count ) ?></h2>
<?php endforeach ?>
<table class="widefat">
	<thead>
	<tr>
		<th>#</th>
		<th><?php fs_esc_html_echo_inline( 'Method' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Code' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Length' ) ?></th>
		<th><?php fs_esc_html_echo_x_inline( 'Path', 'as file/folder path' ) ?></th>
		<?php if ( $show_body ) : ?>
			<th><?php fs_esc_html_echo_inline( 'Body' ) ?></th>
		<?php endif ?>
		<th><?php fs_esc_html_echo_inline( 'Result' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'Start' ) ?></th>
		<th><?php fs_esc_html_echo_inline( 'End' ) ?></th>
	</tr>
	</thead>
	<tbody>
	<?php foreach ( $logger as $log ) : ?>
		<tr>
			<td><?php echo $log['id'] ?>.</td>
			<td><?php echo $log['method'] ?></td>
			<td><?php echo $log['code'] ?></td>
			<td><?php echo number_format( 100 * $log['total'], 2 ) . ' ' . $ms_text ?></td>
			<td>
				<?php
					printf( '<a href="#" onclick="jQuery(this).parent().find(\'table\').toggle(); return false;">%s</a>',
						$log['path']
					);
				?>
				<table class="widefat" style="display: none">
					<tbody>
					<?php for ( $i = 0, $bt = $log['backtrace'], $len = count( $bt ); $i < $len; $i ++ ) : ?>
						<tr>
							<td><?php echo( $len - $i ) ?></td>
							<td><?php if ( isset( $bt[ $i ]['function'] ) ) {
									echo ( isset( $bt[ $i ]['class'] ) ? $bt[ $i ]['class'] . $bt[ $i ]['type'] : '' ) . $bt[ $i ]['function'];
								} ?></td>
							<td><?php if ( isset( $bt[ $i ]['file'] ) ) {
									echo substr( $bt[ $i ]['file'], $root_path_len ) . ':' . $bt[ $i ]['line'];
								} ?></td>
						</tr>
					<?php endfor ?>
					</tbody>
				</table>
			</td>
			<?php if ( $show_body ) : ?>
				<td>
					<?php if ( 'GET' !== $log['method'] ) : ?>
						<?php
						$body = $log['body'];
						printf(
							'<a href="#" onclick="jQuery(this).parent().find(\'pre\').toggle(); return false;">%s</a>',
							substr( $body, 0, 32 ) . ( 32 < strlen( $body ) ? '...' : '' )
						);
						if ( $pretty_print ) {
							$body = $encode( json_decode( $log['body'] ), JSON_PRETTY_PRINT );
						}
						?>
						<pre style="display: none"><code><?php echo esc_html( $body ) ?></code></pre>
					<?php endif ?>
				</td>
			<?php endif ?>
			<td>
				<?php
					$result = $log['result'];

					$is_not_empty_result = ( is_string( $result ) && ! empty( $result ) );

					if ( $is_not_empty_result ) {
						printf(
							'<a href="#" onclick="jQuery(this).parent().find(\'pre\').toggle(); return false;">%s</a>',
							substr( $result, 0, 32 ) . ( 32 < strlen( $result ) ? '...' : '' )
						);
					}

					if ( $is_not_empty_result && $pretty_print ) {
						$decoded = json_decode( $result );
						if ( ! is_null( $decoded ) ) {
							$result = $encode( $decoded, JSON_PRETTY_PRINT );
						}
					} else {
						$result = is_string( $result ) ? $result : json_encode( $result );
					}
				?>
				<pre<?php if ( $is_not_empty_result ) : ?> style="display: none"<?php endif ?>><code><?php echo esc_html( $result ) ?></code></pre>
			</td>
			<td><?php echo number_format( 100 * ( $log['start'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . $ms_text ?></td>
			<td><?php echo number_format( 100 * ( $log['end'] - WP_FS__SCRIPT_START_TIME ), 2 ) . ' ' . $ms_text ?></td>
		</tr>
	<?php endforeach ?>
	</tbody>
</table>freemius/templates/account/partials/deactivate-license-button.php000064400000002552151213253150021411 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.0.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array    $VARS
     * @var Freemius $fs
     * @var string   $slug
     */
    $slug = $VARS['slug'];
    $fs   = $VARS['freemius'];

    $blog_id    = ! empty( $VARS['blog_id'] ) && is_numeric( $VARS['blog_id'] ) ?
        $VARS['blog_id'] :
        '';
    $install_id = ! empty( $VARS['install_id'] ) && FS_Site::is_valid_id( $VARS['install_id'] ) ?
        $VARS['install_id'] :
        '';

    $action = 'deactivate_license';
?>
<form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
    <input type="hidden" name="fs_action" value="<?php echo $action ?>">
    <?php wp_nonce_field( trim("{$action}:{$blog_id}:{$install_id}", ':') ) ?>
    <input type="hidden" name="install_id" value="<?php echo $install_id ?>">
    <input type="hidden" name="blog_id" value="<?php echo $blog_id ?>">
    <button type="button" class="fs-deactivate-license button<?php echo ! empty( $VARS['class'] ) ? ' ' . $VARS['class'] : '' ?>"><?php fs_echo_inline( 'Deactivate License', 'deactivate-license', $slug ) ?></button>
</form>freemius/templates/account/partials/index.php000064400000000131151213253150015445 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/account/partials/site.php000064400000050366151213253150015321 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.0.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array             $VARS
     * @var Freemius          $fs
     * @var FS_Plugin_License $main_license
     */
    $fs                    = $VARS['freemius'];
    $slug                  = $fs->get_slug();
    $site                  = $VARS['site'];
    $main_license          = $VARS['license'];
    $is_data_debug_mode    = $fs->is_data_debug_mode();
    $is_whitelabeled       = $fs->is_whitelabeled();
    $has_paid_plan         = $fs->has_paid_plan();
    $is_premium            = $fs->is_premium();
    $main_user             = $VARS['user'];
    $blog_id               = $site['blog_id'];

    $install       = $VARS['install'];
    $is_registered = ! empty( $install );
    $license       = null;
    $trial_plan    = $fs->get_trial_plan();
    $free_text     = fs_text_inline( 'Free', 'free', $slug );

    if ( $is_whitelabeled && is_object( $install ) && $fs->is_delegated_connection( $blog_id ) ) {
        $is_whitelabeled = $fs->is_whitelabeled( true, $blog_id );
    }
?>
    <tr class="fs-site-details" data-blog-id="<?php echo $blog_id ?>"<?php if ( $is_registered ) : ?> data-install-id="<?php echo $install->id ?>"<?php endif ?>>
        <!-- Install ID or Opt-in option -->
        <td><?php if ( $is_registered ) : ?>
                <?php echo $install->id ?>
            <?php else : ?>
                <?php $action = 'opt_in' ?>
                <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
                    <input type="hidden" name="fs_action" value="<?php echo $action ?>">
                    <?php wp_nonce_field( trim( "{$action}:{$blog_id}", ':' ) ) ?>
                    <input type="hidden" name="blog_id" value="<?php echo $blog_id ?>">
                    <button class="fs-opt-in button button-small"><?php fs_esc_html_echo_inline( 'Opt In', 'opt-in', $slug ) ?></button>
                </form>
            <?php endif ?>
        </td>
        <!--/ Install ID or Opt-in option -->

        <!-- Site URL -->
        <td class="fs-field-url fs-main-column"><?php echo fs_strip_url_protocol( $site['url'] ) ?></td>
        <!--/ Site URL -->

        <!-- License Activation / Deactivation -->
        <td><?php if ( $has_paid_plan ) {
                $view_params = array(
                    'freemius' => $fs,
                    'slug'     => $slug,
                    'blog_id'  => $blog_id,
                    'class'    => 'button-small',
                );

                $license = null;
                if ( $is_registered ) {
                    $view_params['install_id']   = $install->id;
                    $view_params['is_localhost'] = $install->is_localhost();

                    $has_license = FS_Plugin_License::is_valid_id( $install->license_id );
                    $license     = $has_license ?
                        $fs->_get_license_by_id( $install->license_id ) :
                        null;
                } else {
                    $view_params['is_localhost'] = FS_Site::is_localhost_by_address( $site['url'] );
                }

                if ( ! $is_whitelabeled ) {
                    if ( is_object( $license ) ) {
                        $view_params['license'] = $license;

                        // Show license deactivation button.
                        fs_require_template( 'account/partials/deactivate-license-button.php', $view_params );
                    } else {
                        if ( is_object( $main_license ) && $main_license->can_activate( $view_params['is_localhost'] ) ) {
                            // Main license is available for activation.
                            $available_license = $main_license;
                        } else {
                            // Try to find any available license for activation.
                            $available_license = $fs->_get_available_premium_license( $view_params['is_localhost'] );
                        }

                        if ( is_object( $available_license ) ) {
                            $premium_plan = $fs->_get_plan_by_id( $available_license->plan_id );

                            $view_params['license'] = $available_license;
                            $view_params['class'] .= ' button-primary';
                            $view_params['plan'] = $premium_plan;

                            fs_require_template( 'account/partials/activate-license-button.php', $view_params );
                        }
                    }
                }
            } ?></td>
        <!--/ License Activation / Deactivation -->

        <!-- Plan -->
        <td><?php if ( $is_registered ) : ?>
                <?php
                if ( ! $has_paid_plan ) {
                    $plan_title = $free_text;
                } else {
                    if ( $install->is_trial() ) {
                        if ( is_object( $trial_plan ) && $trial_plan->id == $install->trial_plan_id ) {
                            $plan_title = is_string( $trial_plan->name ) ?
                                strtoupper( $trial_plan->title ) :
                                fs_text_inline( 'Trial', 'trial', $slug );
                        } else {
                            $plan_title = fs_text_inline( 'Trial', 'trial', $slug );
                        }
                    } else {
                        $plan       = $fs->_get_plan_by_id( $install->plan_id );
                        $plan_title = strtoupper( is_string( $plan->title ) ?
                            $plan->title :
                            strtoupper( $free_text )
                        );
                    }
                }
                ?>
                <code><?php echo $plan_title ?></code>
            <?php endif ?></td>
        <!--/ Plan -->

        <!-- More details button -->
        <td><?php if ( $is_registered ) : ?>
                <button class="fs-show-install-details button button-small">More details <i
                        class="dashicons dashicons-arrow-right-alt2"></i>
                </button><?php endif ?></td>
        <!--/ More details button -->
    </tr>
<?php if ( $is_registered ) : ?>
    <!-- More details -->
    <tr class="fs-install-details" data-install-id="<?php echo $install->id ?>" style="display: none">
        <td colspan="5">
            <table class="widefat fs-key-value-table">
                <tbody>
                <?php $row_index = 0 ?>
                <!-- Blog ID -->
                <tr <?php if ( 1 == $row_index % 2 ) {
                    echo ' class="alternate"';
                } ?>>
                    <td>
                        <nobr><?php fs_esc_html_echo_inline( 'Blog ID', 'blog-id', $slug ) ?>:</nobr>
                    </td>
                    <td><code><?php echo $blog_id ?></code></td>
                    <td><?php if ( ! FS_Plugin_License::is_valid_id( $install->license_id ) ) : ?>
                        <!-- Toggle Usage Tracking -->
                        <?php $action = 'toggle_tracking' ?>
                        <?php $is_disconnected = ! FS_Permission_Manager::instance( $fs )->is_homepage_url_tracking_allowed( $blog_id ) ?>
                        <form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
                            <input type="hidden" name="fs_action" value="<?php echo $action ?>">
                            <?php wp_nonce_field( trim( "{$action}:{$blog_id}:{$install->id}", ':' ) ) ?>
                            <input type="hidden" name="install_id" value="<?php echo $install->id ?>">
                            <input type="hidden" name="blog_id" value="<?php echo $blog_id ?>">
                            <button class="fs-toggle-tracking button button-small<?php if ( $is_disconnected ) {
                                echo ' button-primary';
                            } ?>" data-is-disconnected="<?php echo $is_disconnected ? 'true' : 'false' ?>"><?php $is_disconnected ? fs_esc_html_echo_inline( 'Opt In', 'opt-in', $slug ) : fs_esc_html_echo_inline( 'Opt Out', 'opt-out', $slug ) ?></button>
                        </form>
                    <!--/ Toggle Usage Tracking -->
                    <?php endif ?></td>
                </tr>
                <?php $row_index ++ ?>
                <!--/ Blog ID -->

                <?php if ( $install->user_id != $main_user->id ) : ?>
                    <?php
                    /**
                     * @var FS_User $user
                     */
                    $user = Freemius::_get_user_by_id( $install->user_id ) ?>
                    <?php if ( is_object( $user ) ) : ?>
                        <!-- User Name -->
                        <tr <?php if ( 1 == $row_index % 2 ) {
                            echo ' class="alternate"';
                        } ?>>
                            <td>
                                <nobr><?php fs_esc_html_echo_inline( 'Owner Name', 'owner-name', $slug ) ?>:</nobr>
                            </td>
                            <td colspan="2"><code><?php echo htmlspecialchars( $user->get_name() ) ?></code></td>
                        </tr>
                        <?php $row_index ++ ?>
                        <!--/ User Name -->

                        <!-- User Email -->
                        <tr <?php if ( 1 == $row_index % 2 ) {
                            echo ' class="alternate"';
                        } ?>>
                            <td>
                                <nobr><?php fs_esc_html_echo_inline( 'Owner Email', 'owner-email', $slug ) ?>:</nobr>
                            </td>
                            <td colspan="2"><code><?php echo htmlspecialchars( $user->email ) ?></code></td>
                        </tr>
                        <?php $row_index ++ ?>
                        <!--/ User Email -->

                        <!-- User ID -->
                        <tr <?php if ( 1 == $row_index % 2 ) {
                            echo ' class="alternate"';
                        } ?>>
                            <td>
                                <nobr><?php fs_esc_html_echo_inline( 'Owner ID', 'owner-id', $slug ) ?>:</nobr>
                            </td>
                            <td colspan="2"><code><?php echo $user->id ?></code></td>
                        </tr>
                        <?php $row_index ++ ?>
                        <!--/ User ID -->
                    <?php endif ?>
                <?php endif ?>

                <!-- Public Key -->
                <tr <?php if ( 1 == $row_index % 2 ) {
                    echo ' class="alternate"';
                } ?>>
                    <td>
                        <nobr><?php fs_esc_html_echo_inline( 'Public Key', 'public-key', $slug ) ?>:</nobr>
                    </td>
                    <td><code><?php echo htmlspecialchars( $install->public_key ) ?></code></td>
                    <td></td>
                </tr>
                <?php $row_index ++ ?>
                <!--/ Public Key -->

                <!-- Secret Key -->
                <tr <?php if ( 1 == $row_index % 2 ) {
                    echo ' class="alternate"';
                } ?>>
                    <td>
                        <nobr><?php fs_esc_html_echo_inline( 'Secret Key', 'secret-key', $slug ) ?>:</nobr>
                    </td>
                    <td>
                        <code><?php echo FS_Plugin_License::mask_secret_key_for_html( $install->secret_key ) ?></code>
                        <?php if ( ! $is_whitelabeled ) : ?>
                        <input type="text" value="<?php echo htmlspecialchars( $install->secret_key ) ?>"
                               style="display: none" readonly/></td>
                        <?php endif ?>
                    <?php if ( ! $is_whitelabeled ) : ?>
                    <td><button class="button button-small fs-toggle-visibility"><?php fs_esc_html_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?></button></td>
                    <?php endif ?>
                </tr>
                <?php $row_index ++ ?>
                <!--/ Secret Key -->

                <?php if ( is_object( $license ) ) : ?>
                    <!-- License Key -->
                    <tr <?php if ( 1 == $row_index % 2 ) {
                        echo ' class="alternate"';
                    } ?>>
                        <td>
                            <nobr><?php fs_esc_html_echo_inline( 'License Key', 'license-key', $slug ) ?>:</nobr>
                        </td>
                        <td>
                            <code><?php echo $license->get_html_escaped_masked_secret_key() ?></code>
                            <?php if ( ! $is_whitelabeled ) : ?>
                            <input type="text" value="<?php echo htmlspecialchars( $license->secret_key ) ?>"
                                   style="display: none" readonly/></td>
                            <?php endif ?>
                        <?php if ( ! $is_whitelabeled ) : ?>
                        <td>
                            <button class="button button-small fs-toggle-visibility"><?php fs_esc_html_echo_x_inline( 'Show', 'verb', 'show', $slug ) ?></button>
                            <button class="button button-small activate-license-trigger <?php echo $fs->get_unique_affix() ?>"><?php fs_esc_html_echo_inline( 'Change License', 'change-license', $slug ) ?></button>
                        </td>
                        <?php endif ?>
                    </tr>
                    <?php $row_index ++ ?>
                    <!--/ License Key -->

                    <?php if ( ! is_object( $main_license ) || $main_license->id != $license->id ) : ?>
                        <?php $subscription = $fs->_get_subscription( $license->id ) ?>
                        <?php if ( ! $license->is_lifetime() && is_object( $subscription ) ) : ?>
                            <!-- Subscription -->
                            <tr <?php if ( 1 == $row_index % 2 ) {
                                echo ' class="alternate"';
                            } ?>>
                                <td>
                                    <nobr><?php fs_esc_html_echo_inline( 'Subscription', 'subscription', $slug ) ?>:</nobr>
                                </td>
                                <?php
                                    $is_active_subscription = $subscription->is_active();

                                    $renews_in_text = fs_text_inline( 'Auto renews in %s', 'renews-in', $slug );
                                    /* translators: %s: Time period (e.g. Expires in "2 months") */
                                    $expires_in_text = fs_text_inline( 'Expires in %s', 'expires-in', $slug );
                                ?>
                                <td>
                                    <code><?php echo $subscription->id ?> - <?php
                                        echo ( 12 == $subscription->billing_cycle ?
                                            _fs_text_inline( 'Annual', 'annual', $slug ) :
                                            _fs_text_inline( 'Monthly', 'monthly', $slug )
                                        );
                                        ?>
                                    </code>
                                    <?php if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) : ?>
                                        <label class="fs-tag fs-warn"><?php echo esc_html( sprintf( $expires_in_text, human_time_diff( time(), strtotime( $license->expiration ) ) ) ) ?></label>
                                    <?php elseif ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) : ?>
                                        <label class="fs-tag fs-success"><?php echo esc_html( sprintf( $renews_in_text, human_time_diff( time(), strtotime( $subscription->next_payment ) ) ) ) ?></label>
                                    <?php endif ?>
                                </td>
                                <td><?php if ( $is_active_subscription ) : ?>
                                <?php
                                        $downgrading_plan_text        = fs_text_inline( 'Downgrading your plan', 'downgrading-plan', $slug );
                                        $cancelling_subscription_text = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug );
                                        /* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */
                                        $downgrade_x_confirm_text          = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug );
                                        $prices_increase_text              = fs_text_inline( 'Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.', 'pricing-increase-warning', $slug );
                                        $after_downgrade_non_blocking_text = fs_text_inline( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.', 'after-downgrade-non-blocking', $slug );
                                        $after_downgrade_blocking_text     = fs_text_inline( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.', 'after-downgrade-blocking', $slug );
                                        $downgrade_text                    = fs_text_x_inline( 'Downgrade', 'verb', 'downgrade', $slug );

                                    $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) );
                                    $downgrade_confirmation_message    = sprintf(
                                        $downgrade_x_confirm_text,
                                        ( $fs->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
                                        $plan->title,
                                        $human_readable_license_expiration
                                    );

                                    $after_downgrade_message = ! $license->is_block_features ?
                                        sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs->get_module_label( true ) ) :
                                        sprintf( $after_downgrade_blocking_text, $plan->title );
                                ?>
                                    <?php $action = 'downgrade_account' ?>
                                    <form id="fs_downgrade" action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
                                        <input type="hidden" name="fs_action" value="<?php echo $action ?>">
                                        <?php wp_nonce_field( trim( "{$action}:{$blog_id}", ':' ) ) ?>
                                        <input type="hidden" name="blog_id" value="<?php echo $blog_id ?>">
                                        <button class="button button-small" onclick="if (confirm('<?php echo esc_attr( $downgrade_confirmation_message . ' ' . $after_downgrade_message . ' ' . $prices_increase_text ) ?>')) { this.parentNode.submit(); } else { return false; }"><?php echo $downgrade_text ?></button>
                                    </form>
                                <?php endif ?></td>
                            </tr>
                            <?php $row_index ++ ?>
                        <?php endif ?>
                        <!--/ Subscription -->
                    <?php endif ?>
                <?php endif ?>

                </tbody>
            </table>
        </td>
    </tr>
    <!--/ More details -->
<?php endif ?>freemius/templates/account/partials/activate-license-button.php000064400000004553151213253150021103 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.0.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array             $VARS
     * @var Freemius          $fs
     * @var FS_Plugin_License $available_license
     * @var string            $slug
     */
    $fs                = $VARS['freemius'];
    $available_license = $VARS['license'];
    $premium_plan      = $VARS['plan'];
    $slug              = $VARS['slug'];

    $blog_id    = ! empty( $VARS['blog_id'] ) && is_numeric( $VARS['blog_id'] ) ?
        $VARS['blog_id'] :
        '';
    $install_id = ! empty( $VARS['install_id'] ) && FS_Site::is_valid_id( $VARS['install_id'] ) ?
        $VARS['install_id'] :
        '';

    $activate_plan_text = fs_text_inline( 'Activate %s Plan', 'activate-x-plan', $slug );

    $action = 'activate_license';
?>
<form action="<?php echo $fs->_get_admin_page_url( 'account' ) ?>" method="POST">
    <input type="hidden" name="fs_action" value="<?php echo $action ?>">
    <?php wp_nonce_field( trim("{$action}:{$blog_id}:{$install_id}", ':') ) ?>
    <input type="hidden" name="install_id" value="<?php echo $install_id ?>">
    <input type="hidden" name="blog_id" value="<?php echo $blog_id ?>">
    <input type="hidden" name="license_id" value="<?php echo $available_license->id ?>">
    <input type="submit" class="fs-activate-license button<?php echo ! empty( $VARS['class'] ) ? ' ' . $VARS['class'] : '' ?>"
           value="<?php echo esc_attr( sprintf(
               $activate_plan_text . '%s',
               $premium_plan->title,
               ( $VARS['is_localhost'] && $available_license->is_free_localhost ) ?
                   ' [' . fs_text_inline( 'Localhost', 'localhost', $slug ) . ']' :
                   ( $available_license->is_single_site() ?
                       '' :
                       ' [' . ( 1 < $available_license->left() ?
                           sprintf( fs_text_x_inline( '%s left', 'as 5 licenses left', 'x-left', $slug ), $available_license->left() ) :
                           strtolower( fs_text_inline( 'Last license', 'last-license', $slug ) ) ) . ']'
                   )
           ) ) ?> ">
</form>freemius/templates/account/partials/addon.php000064400000053501151213253150015434 0ustar00<?php

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array    $VARS
     * @var Freemius $fs
     */
    $fs       = $VARS['parent_fs'];
    $addon_id = $VARS['addon_id'];
    $odd      = $VARS['odd'];
    $slug     = $fs->get_slug();

    $fs_blog_id = $VARS['fs_blog_id'];

    $active_plugins_directories_map = $VARS['active_plugins_directories_map'];

    $addon_info         = $VARS['addon_info'];
    $is_addon_activated = $fs->is_addon_activated( $addon_id );
    $is_addon_connected = $addon_info['is_connected'];
    $is_addon_installed = $VARS['is_addon_installed'];

    $fs_addon = ( $is_addon_connected && $is_addon_installed ) ?
        freemius( $addon_id ) :
        false;

    // Aliases.
    $download_latest_text         = fs_text_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $slug );
    $downgrading_plan_text        = fs_text_inline( 'Downgrading your plan', 'downgrading-plan', $slug );
    $cancelling_subscription_text = fs_text_inline( 'Cancelling the subscription', 'cancelling-subscription', $slug );
    /* translators: %1$s: Either 'Downgrading your plan' or 'Cancelling the subscription' */
    $downgrade_x_confirm_text     = fs_text_inline( '%1$s will immediately stop all future recurring payments and your %2$s plan license will expire in %3$s.', 'downgrade-x-confirm', $slug );
    $prices_increase_text         = fs_text_inline( 'Please note that we will not be able to grandfather outdated pricing for renewals/new subscriptions after a cancellation. If you choose to renew the subscription manually in the future, after a price increase, which typically occurs once a year, you will be charged the updated price.', 'pricing-increase-warning', $slug );
    $cancel_trial_confirm_text         = fs_text_inline( 'Cancelling the trial will immediately block access to all premium features. Are you sure?', 'cancel-trial-confirm', $slug );
    $after_downgrade_non_blocking_text = fs_text_inline( 'You can still enjoy all %s features but you will not have access to %s security & feature updates, nor support.', 'after-downgrade-non-blocking', $slug );
    $after_downgrade_blocking_text     = fs_text_inline( 'Once your license expires you can still use the Free version but you will NOT have access to the %s features.', 'after-downgrade-blocking', $slug );
    /* translators: %s: Plan title (e.g. "Professional") */
    $activate_plan_text = fs_text_inline( 'Activate %s Plan', 'activate-x-plan', $slug );
    $version_text       = fs_text_x_inline( 'Version', 'product version', 'version', $slug );
    /* translators: %s: Time period (e.g. Auto renews in "2 months") */
    $renews_in_text = fs_text_inline( 'Auto renews in %s', 'renews-in', $slug );
    /* translators: %s: Time period (e.g. Expires in "2 months") */
    $expires_in_text   = fs_text_inline( 'Expires in %s', 'expires-in', $slug );
    $cancel_trial_text = fs_text_inline( 'Cancel Trial', 'cancel-trial', $slug );
    $change_plan_text  = fs_text_inline( 'Change Plan', 'change-plan', $slug );
    $upgrade_text      = fs_text_x_inline( 'Upgrade', 'verb', 'upgrade', $slug );
    $addons_text       = fs_text_inline( 'Add-Ons', 'add-ons', $slug );
    $downgrade_text    = fs_text_x_inline( 'Downgrade', 'verb', 'downgrade', $slug );
    $trial_text        = fs_text_x_inline( 'Trial', 'trial period', 'trial', $slug );
    $free_text         = fs_text_inline( 'Free', 'free', $slug );
    $activate_text     = fs_text_inline( 'Activate', 'activate', $slug );
    $plan_text         = fs_text_x_inline( 'Plan', 'as product pricing plan', 'plan', $slug );

    // Defaults.
    $plan                   = null;
    $is_paid_trial          = false;
    /**
     * @var FS_Plugin_License $license
     */
    $license                = null;
    $site                   = null;
    $is_active_subscription = false;
    $subscription           = null;
    $is_paying              = false;
    $show_upgrade           = false;
    $is_whitelabeled        = $VARS['is_whitelabeled'];

    if ( is_object( $fs_addon ) ) {
        $is_paying                  = $fs_addon->is_paying();
        $user                       = $fs_addon->get_user();
        $site                       = $fs_addon->get_site();
        $license                    = $fs_addon->_get_license();
        $subscription               = ( is_object( $license ) ?
            $fs_addon->_get_subscription( $license->id ) :
            null );
        $plan                       = $fs_addon->get_plan();
        $plan_name                  = $plan->name;
        $plan_title                 = $plan->title;
        $is_paid_trial              = $fs_addon->is_paid_trial();
        $version                    = $fs_addon->get_plugin_version();
        $is_whitelabeled            = (
            $fs_addon->is_whitelabeled( true ) &&
            ! $fs_addon->get_parent_instance()->is_data_debug_mode()
        );
        $show_upgrade               = (
            ! $is_whitelabeled &&
            $fs_addon->has_paid_plan() &&
            ! $is_paying &&
            ! $is_paid_trial &&
            ! $fs_addon->_has_premium_license()
        );
    } else if ( $is_addon_connected ) {
        if (
            empty( $addon_info ) ||
            ! isset( $addon_info['site'] )
        ) {
            $is_addon_connected = false;
        } else {
            /**
             * @var FS_Site $site
             */
            $site    = $addon_info['site'];
            $version = $addon_info['version'];

            $plan_name = isset( $addon_info['plan_name'] ) ?
                $addon_info['plan_name'] :
                '';

            $plan_title = isset( $addon_info['plan_title'] ) ?
                $addon_info['plan_title'] :
                '';

            if ( isset( $addon_info['license'] ) ) {
                $license = $addon_info['license'];
            }

            if ( isset( $addon_info['subscription'] ) ) {
                $subscription = $addon_info['subscription'];
            }

            $has_valid_and_active_license = (
                is_object( $license ) &&
                $license->is_active() &&
                $license->is_valid()
            );

            $is_paid_trial = (
                $site->is_trial() &&
                $has_valid_and_active_license &&
                ( $site->trial_plan_id == $license->plan_id )
            );

            $is_whitelabeled = $addon_info['is_whitelabeled'];
        }
    }

    $has_feature_enabled_license = (
        is_object( $license ) &&
        $license->is_features_enabled()
    );

    $is_active_subscription = ( is_object( $subscription ) && $subscription->is_active() );

    $show_delete_install_button = ( ! $is_paying && WP_FS__DEV_MODE && ! $is_whitelabeled );
?>
<tr<?php if ( $odd ) {
    echo ' class="alternate"';
} ?>>
    <td>
        <!-- Title -->
        <?php echo $addon_info['title'] ?>
    </td>
    <?php if ( $is_addon_connected ) : ?>
        <!-- ID -->
        <td><?php echo $site->id ?></td>
        <!--/ ID -->

        <!-- Version -->
        <td><?php echo $version ?></td>
        <!--/ Version -->

        <!-- Plan Title -->
        <td><?php echo strtoupper( is_string( $plan_name ) ? $plan_title : $free_text ) ?></td>
        <!--/ Plan Title -->

        <!-- Expiration -->
        <td>
        <?php if ( $site->is_trial() || is_object( $license ) ) : ?>
            <?php
                $tags = array();

                if ( $site->is_trial() ) {
                    $tags[] = array( 'label' => $trial_text, 'type' => 'success' );

                    $tags[] = array(
                        'label' => sprintf(
                            ( $is_paid_trial ?
                                $renews_in_text :
                                $expires_in_text ),
                            human_time_diff( time(), strtotime( $site->trial_ends ) )
                        ),
                        'type'  => ( $is_paid_trial ? 'success' : 'warn' )
                    );
                } else {
                    if ( is_object( $license ) ) {
                        if ( $license->is_cancelled ) {
                            $tags[] = array(
                                'label' => fs_text_inline( 'Cancelled', 'cancelled', $slug ),
                                'type'  => 'error'
                            );
                        } else if ( $license->is_expired() ) {
                            $tags[] = array(
                                'label' => fs_text_inline( 'Expired', 'expired', $slug ),
                                'type'  => 'error'
                            );
                        } else if ( $license->is_lifetime() ) {
                            $tags[] = array(
                                'label' => fs_text_inline( 'No expiration', 'no-expiration', $slug ),
                                'type'  => 'success'
                            );
                        } else if ( ! $is_active_subscription && ! $license->is_first_payment_pending() ) {
                            $tags[] = array(
                                'label' => sprintf( $expires_in_text, human_time_diff( time(), strtotime( $license->expiration ) ) ),
                                'type'  => 'warn'
                            );
                        } else if ( $is_active_subscription && ! $subscription->is_first_payment_pending() ) {
                            $tags[] = array(
                                'label' => sprintf( $renews_in_text, human_time_diff( time(), strtotime( $subscription->next_payment ) ) ),
                                'type'  => 'success'
                            );
                        }
                    }
                }

                foreach ( $tags as $t ) {
                    printf( '<label class="fs-tag fs-%s">%s</label>' . "\n", $t['type'], $t['label'] );
                }
            ?>
        <?php endif ?>
        </td>
        <!--/ Expiration -->

        <?php
        $buttons = array();
        $is_license_activation_added = false;

        if ( $is_addon_activated ) {
            if ( ! $is_whitelabeled ) {
                if ( $is_paying ) {
                    $buttons[] = fs_ui_get_action_button(
                        $fs->get_id(),
                        'account',
                        'deactivate_license',
                        fs_text_inline( 'Deactivate License', 'deactivate-license', $slug ),
                        '',
                        array( 'plugin_id' => $addon_id ),
                        false,
                        true
                    );

                    $after_downgrade_message = ! $license->is_block_features ?
                        sprintf( $after_downgrade_non_blocking_text, $plan->title, $fs_addon->get_module_label( true ) ) :
                        sprintf( $after_downgrade_blocking_text, $plan->title );

                    if ( ! $license->is_lifetime() && $is_active_subscription ) {
                        $human_readable_license_expiration = human_time_diff( time(), strtotime( $license->expiration ) );
                        $downgrade_confirmation_message    = sprintf(
                            $downgrade_x_confirm_text,
                            ( $fs_addon->is_only_premium() ? $cancelling_subscription_text : $downgrading_plan_text ),
                            $plan->title,
                            $human_readable_license_expiration
                        );

                        $buttons[] = fs_ui_get_action_button(
                            $fs->get_id(),
                            'account',
                            'downgrade_account',
                            esc_html( $fs_addon->is_only_premium() ? fs_text_inline( 'Cancel Subscription', 'cancel-subscription', $slug ) : $downgrade_text ),
                            '',
                            array( 'plugin_id' => $addon_id ),
                            false,
                            false,
                            false,
                            ( $downgrade_confirmation_message . ' ' . $after_downgrade_message . ' ' . $prices_increase_text ),
                            'POST'
                        );
                    }
                } else if ( $is_paid_trial ) {
                    $buttons[] = fs_ui_get_action_button(
                        $fs->get_id(),
                        'account',
                        'cancel_trial',
                        esc_html( $cancel_trial_text ),
                        '',
                        array( 'plugin_id' => $addon_id ),
                        false,
                        false,
                        'dashicons dashicons-download',
                        $cancel_trial_confirm_text,
                        'POST'
                    );
                } else if ( ! $has_feature_enabled_license ) {
                    $premium_licenses = $fs_addon->get_available_premium_licenses();

                    if ( ! empty( $premium_licenses ) ) {
                        $premium_license               = $premium_licenses[0];
                        $has_multiple_premium_licenses = ( 1 < count( $premium_licenses ) );

                        if ( ! $has_multiple_premium_licenses ) {
                            $premium_plan = $fs_addon->_get_plan_by_id( $premium_license->plan_id );
                            $site         = $fs_addon->get_site();

                            $buttons[] = fs_ui_get_action_button(
                                $fs->get_id(),
                                'account',
                                'activate_license',
                                esc_html( sprintf( $activate_plan_text, $premium_plan->title, ( $site->is_localhost() && $premium_license->is_free_localhost ) ? '[localhost]' : ( 1 < $premium_license->left() ? $premium_license->left() . ' left' : '' ) ) ),
                                ($has_multiple_premium_licenses ?
                                    'activate-license-trigger ' . $fs_addon->get_unique_affix() :
                                    ''),
                                array(
                                    'plugin_id'  => $addon_id,
                                    'license_id' => $premium_license->id,
                                ),
                                true,
                                true
                            );

                            $is_license_activation_added = true;
                        }
                    }
                }
            }

//            if ( 0 == count( $buttons ) ) {
                if ( $fs_addon->is_premium() && ! $is_license_activation_added ) {
                    $fs_addon->_add_license_activation_dialog_box();

                    $buttons[] = fs_ui_get_action_button(
                        $fs->get_id(),
                        'account',
                        'activate_license',
                        ( ! $has_feature_enabled_license ) ?
                            fs_esc_html_inline( 'Activate License', 'activate-license', $slug ) :
                            fs_esc_html_inline( 'Change License', 'change-license', $slug ),
                        'activate-license-trigger ' . $fs_addon->get_unique_affix(),
                        array(
                            'plugin_id' => $addon_id,
                        ),
                        (! $has_feature_enabled_license),
                        true
                    );

                    $is_license_activation_added = true;
                }

                if ( $fs_addon->has_paid_plan() ) {
                    // Add sync license only if non of the other CTAs are visible.
                    $buttons[] = fs_ui_get_action_button(
                        $fs->get_id(),
                        'account',
                        $fs->get_unique_affix() . '_sync_license',
                        fs_esc_html_x_inline( 'Sync', 'as synchronize', 'sync', $slug ),
                        '',
                        array( 'plugin_id' => $addon_id ),
                        false,
                        true
                    );
                }
//            }
        } else if ( ! $show_upgrade ) {
            if ( $fs->is_addon_installed( $addon_id ) ) {
                $addon_file = $fs->get_addon_basename( $addon_id );

                if ( ! isset( $active_plugins_directories_map[ dirname( $addon_file ) ] ) ) {
                    $buttons[]  = sprintf(
                        '<a class="button button-primary edit" href="%s" title="%s">%s</a>',
                        wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $addon_file, 'activate-plugin_' . $addon_file ),
                        fs_esc_attr_inline( 'Activate this add-on', 'activate-this-addon', $slug ),
                        $activate_text
                    );
                }
            } else {
                if ( $fs->is_allowed_to_install() ) {
                    $buttons[] = sprintf(
                        '<a class="button button-primary edit" href="%s">%s</a>',
                        wp_nonce_url( self_admin_url( 'update.php?' . ( ( isset( $addon_info['has_paid_plan'] ) && $addon_info['has_paid_plan'] ) ? 'fs_allow_updater_and_dialog=true&' : '' ) . 'action=install-plugin&plugin=' . $addon_info['slug'] ), 'install-plugin_' . $addon_info['slug'] ),
                        fs_text_inline( 'Install Now', 'install-now', $slug )
                    );
                } else {
                    $buttons[] = sprintf(
                        '<a target="_blank" rel="noopener" class="button button-primary edit" href="%s">%s</a>',
                        $fs->_get_latest_download_local_url( $addon_id ),
                        esc_html( $download_latest_text )
                    );
                }
            }
        }

        if ( $show_upgrade ) {
            $buttons[] = sprintf( '<a href="%s" class="thickbox button button-small button-primary" aria-label="%s" data-title="%s"><i class="dashicons dashicons-cart"></i> %s</a>',
                esc_url( network_admin_url( 'plugin-install.php?fs_allow_updater_and_dialog=true' . ( ! empty( $fs_blog_id ) ? '&fs_blog_id=' . $fs_blog_id : '' ) . '&tab=plugin-information&parent_plugin_id=' . $fs->get_id() . '&plugin=' . $addon_info['slug'] .
                                            '&TB_iframe=true&width=600&height=550' ) ),
                esc_attr( sprintf( fs_text_inline( 'More information about %s', 'more-information-about-x', $slug ), $addon_info['title'] ) ),
                esc_attr( $addon_info['title'] ),
                ( $fs_addon->has_free_plan() ?
                    $upgrade_text :
                    fs_text_x_inline( 'Purchase', 'verb', 'purchase', $slug ) )
            );
        }

        $buttons_count = count( $buttons );
        ?>

        <!-- Actions -->
        <td><?php if ( $buttons_count > 1 ) : ?>
            <div class="button-group"><?php endif ?>
                <?php foreach ( $buttons as $button ) {
                        echo $button;
                    } ?>
                <?php if ( $buttons_count > 1 ) : ?></div><?php endif ?></td>
        <!--/ Actions -->

    <?php else : ?>
        <?php // Add-on NOT Installed or was never connected.
            $is_addon_installed_by_filesystem = $fs->is_addon_installed( $addon_id );
        ?>
        <!-- Action -->
        <td colspan="<?php echo ( $is_addon_installed_by_filesystem || $show_delete_install_button ) ? '5' : '4' ?>">
            <?php if ( $is_addon_installed_by_filesystem ) : ?>
                <?php $addon_file = $fs->get_addon_basename( $addon_id ) ?>
                <?php if ( ! isset( $active_plugins_directories_map[ dirname( $addon_file ) ] ) ) : ?>
                <a class="button button-primary"
                   href="<?php echo wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $addon_file, 'activate-plugin_' . $addon_file ) ?>"
                   title="<?php fs_esc_attr_echo_inline( 'Activate this add-on', 'activate-this-addon', $slug ) ?>"
                   class="edit"><?php echo esc_html( $activate_text ) ?></a>
                <?php endif ?>
            <?php else : ?>
                <?php if ( $fs->is_allowed_to_install() ) : ?>
                    <a class="button button-primary"
                       href="<?php echo wp_nonce_url( self_admin_url( 'update.php?' . ( ( isset( $addon_info['has_paid_plan'] ) && $addon_info['has_paid_plan'] ) ? 'fs_allow_updater_and_dialog=true&' : '' ) . 'action=install-plugin&plugin=' . $addon_info['slug'] ), 'install-plugin_' . $addon_info['slug'] ) ?>"><?php fs_esc_html_echo_inline( 'Install Now', 'install-now', $slug ) ?></a>
                <?php else : ?>
                    <a target="_blank" rel="noopener" class="button button-primary"
                       href="<?php echo $fs->_get_latest_download_local_url( $addon_id ) ?>"><?php echo esc_html( $download_latest_text ) ?></a>
                <?php endif ?>
            <?php endif ?>
        </td>
        <!--/ Action -->
    <?php endif ?>
    <?php if ( $show_delete_install_button ) : ?>
    <!-- Optional Delete Action -->
        <td>
            <?php
                if ( $is_addon_activated ) {
                    fs_ui_action_button(
                        $fs->get_id(), 'account',
                        'delete_account',
                        fs_text_x_inline( 'Delete', 'verb', 'delete', $slug ),
                        '',
                        array( 'plugin_id' => $addon_id ),
                        false,
                        $show_upgrade
                    );
                }
            ?>
        </td>
        <!--/ Optional Delete Action -->
    <?php endif ?>
</tr>
freemius/templates/account/partials/disconnect-button.php000064400000011464151213253150020013 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2016, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array $VARS
     * @var Freemius $fs
     */
    $fs = $VARS['freemius'];

    /**
     * @var FS_Plugin_License $license
     */
    $license = $VARS['license'];
    /**
     * @var FS_Plugin_Plan $license_paid_plan
     */
    $license_paid_plan = $VARS['license_paid_plan'];

    $license_subscription = ( is_object( $license ) && is_object( $license_paid_plan ) ) ?
        $fs->_get_subscription( $license->id ) :
        null;

    $has_active_subscription = (
        is_object( $license_subscription ) &&
        $license_subscription->is_active()
    );

    $button_id = "fs_disconnect_button_{$fs->get_id()}";

    $website_link = sprintf( '<a href="#" tabindex="-1">%s</a>', fs_strip_url_protocol( untrailingslashit( Freemius::get_unfiltered_site_url() ) ) );
?>
<script type="text/javascript">
    // Wrap in a IFFE to prevent leaking global variables.
    ( function( $ ) {
        $( document ).ready( function() {
            var $modal = $( '#fs_modal_delete_site' );

            $( '#<?php echo $button_id ?>' ).on( 'click', function( e ) {
                // Prevent the form being submitted.
                e.preventDefault();

                $( document.body ).append( $modal );
                $modal.show();
            } );

            $modal.on( 'click', '.button-close', function ( evt ) {
                $modal.hide();
            } );

            $modal.on( 'click', '.button-primary', function ( evt ) {
                $( '#<?php echo $button_id ?>' ).closest( 'form' )[0].submit();
            } );
        } );
    } )( jQuery );
</script>
<div id="fs_modal_delete_site" class="fs-modal active" style="display: none">
    <div class="fs-modal-dialog">
        <div class="fs-modal-header">
            <h4><?php echo $fs->esc_html_inline( 'Disconnect', 'disconnect' ) ?></h4>
        </div>
        <div class="fs-modal-body">
            <?php if ( ! is_object( $license ) ) : ?>
            <p><?php echo
                    // translators: %1$s is replaced with the website's homepage address, %2$s is replaced with the plugin name.
                    sprintf( esc_html( $fs->get_text_inline( 'By disconnecting the website, previously shared diagnostic data about %1$s will be deleted and no longer visible to %2$s.', 'disconnect-intro-paid' ) ), $website_link, '<b>' . $fs->get_plugin_title() . '</b>' ) ?></p>
            <?php else : ?>
                <p><?php echo
                        // translators: %s is replaced with the website's homepage address.
                        sprintf( esc_html( $fs->get_text_inline( 'Disconnecting the website will permanently remove %s from your User Dashboard\'s account.', 'disconnect-intro-paid' ) ), $website_link ) ?></p>
            <?php endif ?>

            <?php if ( $has_active_subscription ) : ?>
                <p><?php echo
                    // translators: %1$s is replaced by the paid plan name, %2$s is replaced with an anchor link with the text "User Dashboard".
                        sprintf( esc_html( $fs->get_text_inline( 'If you wish to cancel your %1$s plan\'s subscription instead, please navigate to the %2$s and cancel it there.', 'disconnect-subscription-disclaimer' ) ), $license_paid_plan->title, sprintf( '<a href="https://users.freemius.com" target="_blank" rel="noreferrer noopener nofollow">%s</a>', $fs->get_text_inline( 'User Dashboard', 'user-dashboard' ) )
                    ) ?></p>
            <?php endif ?>

            <p><?php echo esc_html( $fs->get_text_inline( 'Are you sure you would like to proceed with the disconnection?', 'disconnect-confirm' ) ) ?></p>
        </div>
        <div class="fs-modal-footer">
            <button class="button button-primary<?php if ( is_object( $license ) ) : ?> warn<?php endif ?>" tabindex="2"><?php echo $fs->esc_html_inline( 'Yes', 'yes' ) . ' - ' .  $fs->esc_html_inline( 'Disconnect', 'disconnect' ) ?></button>
            <button class="button button-secondary button-close" tabindex="1"><?php echo esc_html( $fs->get_text_inline( 'Cancel', 'cancel' ) ) ?></button>
        </div>
    </div>
</div>
<form action="<?php echo esc_attr( $fs->_get_admin_page_url( 'account' ) ); ?>" method="POST">
    <input type="hidden" name="fs_action" value="delete_account">
    <?php wp_nonce_field( 'delete_account' ) ?>

    <a id="<?php echo $button_id ?>" href="#" class="fs-button-inline">
        <i class="dashicons dashicons-no"></i>
        <?php echo $fs->esc_html_inline( 'Disconnect', 'disconnect' ) ?>
    </a>
</form>freemius/templates/account/billing.php000064400000033061151213253150014147 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2016, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 * @var Freemius $fs
	 */
	$fs = freemius( $VARS['id'] );

	$slug = $fs->get_slug();

	$edit_text   = fs_text_x_inline( 'Edit', 'verb', 'edit', $slug );
	$update_text = fs_text_x_inline( 'Update', 'verb', 'update', $slug );

	$billing     = $fs->_fetch_billing();
	$has_billing = ( $billing instanceof FS_Billing );
	if ( ! $has_billing ) {
		$billing = new FS_Billing();
	}
?>
<!-- Billing -->
<div class="postbox">
	<div id="fs_billing">
		<h3><span class="dashicons dashicons-portfolio"></span> <?php fs_esc_html_echo_inline( 'Billing', 'billing', $slug ) ?></h3>
		<table id="fs_billing_address"<?php if ( $has_billing ) {
			echo ' class="fs-read-mode"';
		} ?>>
			<tr>
				<td><label><span><?php fs_esc_html_echo_inline( 'Business name', 'business-name', $slug ) ?>:</span> <input id="business_name" value="<?php echo esc_attr( $billing->business_name ) ?>" placeholder="<?php fs_esc_attr_echo_inline( 'Business name', 'business-name', $slug ) ?>"></label></td>
				<td><label><span><?php fs_esc_html_echo_inline( 'Tax / VAT ID', 'tax-vat-id', $slug ) ?>:</span> <input id="tax_id" value="<?php echo esc_attr( $billing->tax_id ) ?>" placeholder="<?php fs_esc_attr_echo_inline( 'Tax / VAT ID', 'tax-vat-id', $slug ) ?>"></label></td>
			</tr>
			<tr>
				<td><label><span><?php printf( fs_esc_html_inline( 'Address Line %d', 'address-line-n', $slug ), 1 ) ?>:</span> <input id="address_street" value="<?php echo esc_attr( $billing->address_street ) ?>" placeholder="<?php printf( fs_esc_attr_inline( 'Address Line %d', 'address-line-n', $slug ), 1 ) ?>"></label></td>
				<td><label><span><?php printf( fs_esc_html_inline( 'Address Line %d', 'address-line-n', $slug ), 2 ) ?>:</span> <input id="address_apt" value="<?php echo esc_attr( $billing->address_apt ) ?>" placeholder="<?php printf( fs_esc_attr_inline( 'Address Line %d', 'address-line-n', $slug ), 2 ) ?>"></label></td>
			</tr>
			<tr>
				<td><label><span><?php fs_esc_html_echo_inline( 'City', 'city', $slug ) ?> / <?php fs_esc_html_echo_inline( 'Town', 'town', $slug ) ?>:</span> <input id="address_city" value="<?php echo esc_attr( $billing->address_city ) ?>" placeholder="<?php fs_esc_attr_echo_inline( 'City', 'city', $slug ) ?> / <?php fs_esc_attr_echo_inline( 'Town', 'town', $slug ) ?>"></label></td>
				<td><label><span><?php fs_esc_html_echo_inline( 'ZIP / Postal Code', 'zip-postal-code', $slug ) ?>:</span> <input id="address_zip" value="<?php echo esc_attr( $billing->address_zip ) ?>" placeholder="<?php fs_esc_attr_echo_inline( 'ZIP / Postal Code', 'zip-postal-code', $slug ) ?>"></label></td>
			</tr>
			<tr>
				<?php $countries = array(
					'AF' => 'Afghanistan',
					'AX' => 'Aland Islands',
					'AL' => 'Albania',
					'DZ' => 'Algeria',
					'AS' => 'American Samoa',
					'AD' => 'Andorra',
					'AO' => 'Angola',
					'AI' => 'Anguilla',
					'AQ' => 'Antarctica',
					'AG' => 'Antigua and Barbuda',
					'AR' => 'Argentina',
					'AM' => 'Armenia',
					'AW' => 'Aruba',
					'AU' => 'Australia',
					'AT' => 'Austria',
					'AZ' => 'Azerbaijan',
					'BS' => 'Bahamas',
					'BH' => 'Bahrain',
					'BD' => 'Bangladesh',
					'BB' => 'Barbados',
					'BY' => 'Belarus',
					'BE' => 'Belgium',
					'BZ' => 'Belize',
					'BJ' => 'Benin',
					'BM' => 'Bermuda',
					'BT' => 'Bhutan',
					'BO' => 'Bolivia',
					'BQ' => 'Bonaire, Saint Eustatius and Saba',
					'BA' => 'Bosnia and Herzegovina',
					'BW' => 'Botswana',
					'BV' => 'Bouvet Island',
					'BR' => 'Brazil',
					'IO' => 'British Indian Ocean Territory',
					'VG' => 'British Virgin Islands',
					'BN' => 'Brunei',
					'BG' => 'Bulgaria',
					'BF' => 'Burkina Faso',
					'BI' => 'Burundi',
					'KH' => 'Cambodia',
					'CM' => 'Cameroon',
					'CA' => 'Canada',
					'CV' => 'Cape Verde',
					'KY' => 'Cayman Islands',
					'CF' => 'Central African Republic',
					'TD' => 'Chad',
					'CL' => 'Chile',
					'CN' => 'China',
					'CX' => 'Christmas Island',
					'CC' => 'Cocos Islands',
					'CO' => 'Colombia',
					'KM' => 'Comoros',
					'CK' => 'Cook Islands',
					'CR' => 'Costa Rica',
					'HR' => 'Croatia',
					'CU' => 'Cuba',
					'CW' => 'Curacao',
					'CY' => 'Cyprus',
					'CZ' => 'Czech Republic',
					'CD' => 'Democratic Republic of the Congo',
					'DK' => 'Denmark',
					'DJ' => 'Djibouti',
					'DM' => 'Dominica',
					'DO' => 'Dominican Republic',
					'TL' => 'East Timor',
					'EC' => 'Ecuador',
					'EG' => 'Egypt',
					'SV' => 'El Salvador',
					'GQ' => 'Equatorial Guinea',
					'ER' => 'Eritrea',
					'EE' => 'Estonia',
					'ET' => 'Ethiopia',
					'FK' => 'Falkland Islands',
					'FO' => 'Faroe Islands',
					'FJ' => 'Fiji',
					'FI' => 'Finland',
					'FR' => 'France',
					'GF' => 'French Guiana',
					'PF' => 'French Polynesia',
					'TF' => 'French Southern Territories',
					'GA' => 'Gabon',
					'GM' => 'Gambia',
					'GE' => 'Georgia',
					'DE' => 'Germany',
					'GH' => 'Ghana',
					'GI' => 'Gibraltar',
					'GR' => 'Greece',
					'GL' => 'Greenland',
					'GD' => 'Grenada',
					'GP' => 'Guadeloupe',
					'GU' => 'Guam',
					'GT' => 'Guatemala',
					'GG' => 'Guernsey',
					'GN' => 'Guinea',
					'GW' => 'Guinea-Bissau',
					'GY' => 'Guyana',
					'HT' => 'Haiti',
					'HM' => 'Heard Island and McDonald Islands',
					'HN' => 'Honduras',
					'HK' => 'Hong Kong',
					'HU' => 'Hungary',
					'IS' => 'Iceland',
					'IN' => 'India',
					'ID' => 'Indonesia',
					'IR' => 'Iran',
					'IQ' => 'Iraq',
					'IE' => 'Ireland',
					'IM' => 'Isle of Man',
					'IL' => 'Israel',
					'IT' => 'Italy',
					'CI' => 'Ivory Coast',
					'JM' => 'Jamaica',
					'JP' => 'Japan',
					'JE' => 'Jersey',
					'JO' => 'Jordan',
					'KZ' => 'Kazakhstan',
					'KE' => 'Kenya',
					'KI' => 'Kiribati',
					'XK' => 'Kosovo',
					'KW' => 'Kuwait',
					'KG' => 'Kyrgyzstan',
					'LA' => 'Laos',
					'LV' => 'Latvia',
					'LB' => 'Lebanon',
					'LS' => 'Lesotho',
					'LR' => 'Liberia',
					'LY' => 'Libya',
					'LI' => 'Liechtenstein',
					'LT' => 'Lithuania',
					'LU' => 'Luxembourg',
					'MO' => 'Macao',
					'MK' => 'Macedonia',
					'MG' => 'Madagascar',
					'MW' => 'Malawi',
					'MY' => 'Malaysia',
					'MV' => 'Maldives',
					'ML' => 'Mali',
					'MT' => 'Malta',
					'MH' => 'Marshall Islands',
					'MQ' => 'Martinique',
					'MR' => 'Mauritania',
					'MU' => 'Mauritius',
					'YT' => 'Mayotte',
					'MX' => 'Mexico',
					'FM' => 'Micronesia',
					'MD' => 'Moldova',
					'MC' => 'Monaco',
					'MN' => 'Mongolia',
					'ME' => 'Montenegro',
					'MS' => 'Montserrat',
					'MA' => 'Morocco',
					'MZ' => 'Mozambique',
					'MM' => 'Myanmar',
					'NA' => 'Namibia',
					'NR' => 'Nauru',
					'NP' => 'Nepal',
					'NL' => 'Netherlands',
					'NC' => 'New Caledonia',
					'NZ' => 'New Zealand',
					'NI' => 'Nicaragua',
					'NE' => 'Niger',
					'NG' => 'Nigeria',
					'NU' => 'Niue',
					'NF' => 'Norfolk Island',
					'KP' => 'North Korea',
					'MP' => 'Northern Mariana Islands',
					'NO' => 'Norway',
					'OM' => 'Oman',
					'PK' => 'Pakistan',
					'PW' => 'Palau',
					'PS' => 'Palestinian Territory',
					'PA' => 'Panama',
					'PG' => 'Papua New Guinea',
					'PY' => 'Paraguay',
					'PE' => 'Peru',
					'PH' => 'Philippines',
					'PN' => 'Pitcairn',
					'PL' => 'Poland',
					'PT' => 'Portugal',
					'PR' => 'Puerto Rico',
					'QA' => 'Qatar',
					'CG' => 'Republic of the Congo',
					'RE' => 'Reunion',
					'RO' => 'Romania',
					'RU' => 'Russia',
					'RW' => 'Rwanda',
					'BL' => 'Saint Barthelemy',
					'SH' => 'Saint Helena',
					'KN' => 'Saint Kitts and Nevis',
					'LC' => 'Saint Lucia',
					'MF' => 'Saint Martin',
					'PM' => 'Saint Pierre and Miquelon',
					'VC' => 'Saint Vincent and the Grenadines',
					'WS' => 'Samoa',
					'SM' => 'San Marino',
					'ST' => 'Sao Tome and Principe',
					'SA' => 'Saudi Arabia',
					'SN' => 'Senegal',
					'RS' => 'Serbia',
					'SC' => 'Seychelles',
					'SL' => 'Sierra Leone',
					'SG' => 'Singapore',
					'SX' => 'Sint Maarten',
					'SK' => 'Slovakia',
					'SI' => 'Slovenia',
					'SB' => 'Solomon Islands',
					'SO' => 'Somalia',
					'ZA' => 'South Africa',
					'GS' => 'South Georgia and the South Sandwich Islands',
					'KR' => 'South Korea',
					'SS' => 'South Sudan',
					'ES' => 'Spain',
					'LK' => 'Sri Lanka',
					'SD' => 'Sudan',
					'SR' => 'Suriname',
					'SJ' => 'Svalbard and Jan Mayen',
					'SZ' => 'Swaziland',
					'SE' => 'Sweden',
					'CH' => 'Switzerland',
					'SY' => 'Syria',
					'TW' => 'Taiwan',
					'TJ' => 'Tajikistan',
					'TZ' => 'Tanzania',
					'TH' => 'Thailand',
					'TG' => 'Togo',
					'TK' => 'Tokelau',
					'TO' => 'Tonga',
					'TT' => 'Trinidad and Tobago',
					'TN' => 'Tunisia',
					'TR' => 'Turkey',
					'TM' => 'Turkmenistan',
					'TC' => 'Turks and Caicos Islands',
					'TV' => 'Tuvalu',
					'VI' => 'U.S. Virgin Islands',
					'UG' => 'Uganda',
					'UA' => 'Ukraine',
					'AE' => 'United Arab Emirates',
					'GB' => 'United Kingdom',
					'US' => 'United States',
					'UM' => 'United States Minor Outlying Islands',
					'UY' => 'Uruguay',
					'UZ' => 'Uzbekistan',
					'VU' => 'Vanuatu',
					'VA' => 'Vatican',
					'VE' => 'Venezuela',
					'VN' => 'Vietnam',
					'WF' => 'Wallis and Futuna',
					'EH' => 'Western Sahara',
					'YE' => 'Yemen',
					'ZM' => 'Zambia',
					'ZW' => 'Zimbabwe',
				) ?>
				<td><label><span><?php fs_esc_html_echo_inline( 'Country', 'country', $slug ) ?>:</span> <select id="address_country_code">
							<?php if ( empty( $billing->address_country_code ) ) : ?>
								<option value="" selected><?php fs_esc_html_echo_inline( 'Select Country', 'select-country', $slug ) ?></option>
							<?php endif ?>
							<?php foreach ( $countries as $code => $country ) : ?>
								<option
									value="<?php echo esc_attr( $code ) ?>" <?php selected( $billing->address_country_code, $code ) ?>><?php echo esc_html( $country ) ?></option>
							<?php endforeach ?>
						</select></label></td>
				<td><label><span><?php fs_esc_html_echo_inline( 'State', 'state', $slug ) ?> / <?php fs_esc_html_echo_inline( 'Province', 'province', $slug ) ?>:</span>
						<input id="address_state" value="<?php echo esc_attr( $billing->address_state ) ?>" placeholder="<?php fs_esc_html_echo_inline( 'State', 'state', $slug ) ?> / <?php fs_esc_html_echo_inline( 'Province', 'province', $slug ) ?>"></label></td>
			</tr>
			<tr>
				<td colspan="2">
					<button
						class="button"><?php echo esc_html( $has_billing ?
							$edit_text :
							$update_text
						) ?></button>
				</td>
			</tr>
		</table>
	</div>
</div>
<!--/ Billing -->
<script type="text/javascript">
	(function($){
		var $billingAddress = $('#fs_billing_address'),
		    $billingInputs = $billingAddress.find('input, select');

		var setPrevValues = function () {
			$billingInputs.each(function () {
				$(this).attr('data-val', $(this).val());
			});
		};

		setPrevValues();

		var hasBillingChanged = function () {
			for (var i = 0, len = $billingInputs.length; i < len; i++){
				var $this = $($billingInputs[i]);
				if ($this.attr('data-val') !== $this.val()) {
					return true;
				}
			}

			return false;
		};

		var isEditAllFieldsMode = false;

		$billingAddress.find('.button').click(function(){
			$billingAddress.toggleClass('fs-read-mode');

			var isEditMode = !$billingAddress.hasClass('fs-read-mode');

			$(this)
				.html(isEditMode ? '<?php echo esc_js( $update_text ) ?>' : '<?php echo esc_js( $edit_text ) ?>')
				.toggleClass('button-primary');

			if (isEditMode) {
				$('#business_name').focus().select();
				isEditAllFieldsMode = true;
			} else {
				isEditAllFieldsMode = false;

				if (!hasBillingChanged())
					return;

				var billing = {};

				$billingInputs.each(function(){
					if ($(this).attr('data-val') !== $(this).val()) {
						billing[$(this).attr('id')] = $(this).val();
					}
				});

				$.ajax({
					url    : <?php echo Freemius::ajax_url() ?>,
					method : 'POST',
					data   : {
						action   : <?php echo wp_json_encode( $fs->get_ajax_action( 'update_billing' ) ) ?>,
						security : <?php echo wp_json_encode( $fs->get_ajax_security( 'update_billing' ) ) ?>,
						module_id: <?php echo wp_json_encode( $fs->get_id() ) ?>,
						billing  : billing
					},
					success: function (resultObj) {
						if (resultObj.success) {
							setPrevValues();
						} else {
							alert(resultObj.error);
						}
					}
				});
			}
		});

		$billingInputs
		// Get into edit mode upon selection.
			.focus(function () {
				var isEditMode = !$billingAddress.hasClass('fs-read-mode');

				if (isEditMode) {
					return;
				}

				$billingAddress.toggleClass('fs-read-mode');
				$billingAddress.find('.button')
					.html('<?php echo esc_js( $update_text ) ?>')
					.toggleClass('button-primary');
			})
			// If blured after editing only one field without changes, exit edit mode.
			.blur(function () {
				if (!isEditAllFieldsMode && !hasBillingChanged()) {
					$billingAddress.toggleClass('fs-read-mode');
					$billingAddress.find('.button')
						.html('<?php echo esc_js( $edit_text ) ?>')
						.toggleClass('button-primary');
				}
			});
	})(jQuery);
</script>freemius/templates/account/payments.php000064400000003426151213253150014371 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2016, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

    /**
     * @var array $VARS
     * @var Freemius $fs
     */
    $fs = freemius( $VARS['id'] );

    /**
     * @var FS_Payment[] $payments
     */
    $payments = $VARS['payments'];

	$slug = $fs->get_slug();

?>
<div class="postbox">
	<div id="fs_payments">
		<h3><span class="dashicons dashicons-paperclip"></span> <?php fs_esc_html_echo_inline( 'Payments', 'payments', $slug ) ?></h3>

		<div class="inside">
			<table class="widefat">
				<thead>
				<tr>
					<th><?php fs_esc_html_echo_inline( 'ID', 'id', $slug ) ?></th>
					<th><?php fs_esc_html_echo_inline( 'Date', 'date', $slug ) ?></th>
					<th><?php fs_esc_html_echo_inline( 'Amount', 'amount', $slug ) ?></th>
					<th><?php fs_esc_html_echo_inline( 'Invoice', 'invoice', $slug ) ?></th>
				</tr>
				</thead>
				<tbody>
				<?php $odd = true ?>
				<?php foreach ( $payments as $payment ) : ?>
					<tr<?php echo $odd ? ' class="alternate"' : '' ?>>
						<td><?php echo $payment->id ?></td>
						<td><?php echo date( 'M j, Y', strtotime( $payment->created ) ) ?></td>
						<td><?php echo $payment->formatted_gross() ?></td>
						<td><?php if (! $payment->is_migrated() ) : ?><a href="<?php echo $fs->_get_invoice_api_url( $payment->id ) ?>"
						       class="button button-small"
						       target="_blank" rel="noopener"><?php fs_esc_html_echo_inline( 'Invoice', 'invoice', $slug ) ?></a><?php endif ?></td>
					</tr>
					<?php $odd = ! $odd; endforeach ?>
				</tbody>
			</table>
		</div>
	</div>
</div>
<?php
freemius/templates/account/index.php000064400000000131151213253150013626 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/checkout.php000064400000027010151213253150012675 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	/**
	 * Note for WordPress.org Theme/Plugin reviewer:
	 *  Freemius is an SDK for plugin and theme developers. Since the core
	 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
	 *  we only develop and maintain one code base.
	 *
	 *  This code (and page) will not run for wp.org themes (only plugins).
	 *
	 *  In addition, this page loads an i-frame. We intentionally named it 'frame'
	 *  so it will pass the "Theme Check" that is looking for the string "i" . "frame".
	 *
	 * UPDATE:
	 *  After ongoing conversations with the WordPress.org TRT we received
	 *  an official approval for including i-frames in the theme's WP Admin setting's
	 *  page tab (the SDK will never add any i-frames on the sitefront). i-frames
	 *  were never against the guidelines, but we wanted to get the team's blessings
	 *  before we move forward. For the record, I got the final approval from
	 *  Ulrich Pogson (@grapplerulrich), a team lead at the TRT during WordCamp
	 *  Europe 2017 (June 16th, 2017).
	 *
	 * If you have any questions or need clarifications, please don't hesitate
	 * pinging me on slack, my username is @svovaf.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since 1.2.2
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	wp_enqueue_script( 'jquery' );
	wp_enqueue_script( 'json2' );
	fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
	fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
	fs_enqueue_local_style( 'fs_common', '/admin/common.css' );

	fs_enqueue_local_style( 'fs_checkout', '/admin/checkout.css' );

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$timestamp = time();

	$context_params = array(
		'plugin_id'      => $fs->get_id(),
		'public_key'     => $fs->get_public_key(),
		'plugin_version' => $fs->get_plugin_version(),
		'mode'           => 'dashboard',
		'trial'          => fs_request_get_bool( 'trial' ),
		'is_ms'          => ( fs_is_network_admin() && $fs->is_network_active() ),
	);

	$plan_id = fs_request_get( 'plan_id' );
	if ( FS_Plugin_Plan::is_valid_id( $plan_id ) ) {
		$context_params['plan_id'] = $plan_id;
	}

	$licenses = fs_request_get( 'licenses' );
	if ( $licenses === strval( intval( $licenses ) ) && $licenses > 0 ) {
		$context_params['licenses'] = $licenses;
	}

	$plugin_id = fs_request_get( 'plugin_id' );
	if ( ! FS_Plugin::is_valid_id( $plugin_id ) ) {
		$plugin_id = $fs->get_id();
	}

	if ( $plugin_id == $fs->get_id() ) {
		$is_premium = $fs->is_premium();

        $bundle_id = $fs->get_bundle_id();
        if ( ! is_null( $bundle_id ) ) {
            $context_params['bundle_id'] = $bundle_id;
        }
    } else {
		// Identify the module code version of the checkout context module.
		if ( $fs->is_addon_activated( $plugin_id ) ) {
			$fs_addon   = Freemius::get_instance_by_id( $plugin_id );
			$is_premium = $fs_addon->is_premium();
		} else {
			// If add-on isn't activated assume the premium version isn't installed.
			$is_premium = false;
		}
	}

	// Get site context secure params.
	if ( $fs->is_registered() ) {
		$site = $fs->get_site();

		if ( $plugin_id != $fs->get_id() ) {
			if ( $fs->is_addon_activated( $plugin_id ) ) {
                $fs_addon   = Freemius::get_instance_by_id( $plugin_id );
                $addon_site = $fs_addon->get_site();
                if ( is_object( $addon_site ) ) {
                    $site = $addon_site;
                }
			}
		}

		$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
			$site,
			$timestamp,
			'checkout'
		) );
	} else {
		$current_user = Freemius::_get_current_wp_user();

		// Add site and user info to the request, this information
		// is NOT being stored unless the user complete the purchase
		// and agrees to the TOS.
		$context_params = array_merge( $context_params, array(
			'user_firstname' => $current_user->user_firstname,
			'user_lastname'  => $current_user->user_lastname,
			'user_email'     => $current_user->user_email,
			'home_url'       => home_url(),
		) );

		$fs_user = Freemius::_get_user_by_email( $current_user->user_email );

		if ( is_object( $fs_user ) && $fs_user->is_verified() ) {
			$context_params = array_merge( $context_params, FS_Security::instance()->get_context_params(
				$fs_user,
				$timestamp,
				'checkout'
			) );
		}
	}

	if ( $fs->is_payments_sandbox() ) {
		// Append plugin secure token for sandbox mode authentication.
		$context_params['sandbox'] = FS_Security::instance()->get_secure_token(
			$fs->get_plugin(),
			$timestamp,
			'checkout'
		);

		/**
		 * @since 1.1.7.3 Add security timestamp for sandbox even for anonymous user.
		 */
		if ( empty( $context_params['s_ctx_ts'] ) ) {
			$context_params['s_ctx_ts'] = $timestamp;
		}
	}

	$return_url = $fs->_get_sync_license_url( $plugin_id );

	$can_user_install = (
		( $fs->is_plugin() && current_user_can( 'install_plugins' ) ) ||
		( $fs->is_theme() && current_user_can( 'install_themes' ) )
	);

	$query_params = array_merge( $context_params, $_GET, array(
		// Current plugin version.
		'plugin_version' => $fs->get_plugin_version(),
		'sdk_version'    => WP_FS__SDK_VERSION,
		'is_premium'     => $is_premium ? 'true' : 'false',
		'can_install'    => $can_user_install ? 'true' : 'false',
		'return_url'     => $return_url,
	) );

	$xdebug_session = fs_request_get( 'XDEBUG_SESSION' );
	if ( false !== $xdebug_session ) {
		$query_params['XDEBUG_SESSION'] = $xdebug_session;
	}

	$view_params = array(
		'id'   => $VARS['id'],
		'page' => strtolower( $fs->get_text_inline( 'Checkout', 'checkout' ) ) . ' ' . $fs->get_text_inline( 'PCI compliant', 'pci-compliant' ),
	);
	fs_require_once_template('secure-https-header.php', $view_params);
?>
	<div id="fs_checkout" class="wrap fs-section fs-full-size-wrapper">
		<div id="fs_frame"></div>
		<script type="text/javascript">
			// http://stackoverflow.com/questions/4583703/jquery-post-request-not-ajax
			jQuery(function ($) {
				$.extend({
					form: function (url, data, method) {
						if (method == null) method = 'POST';
						if (data == null) data = {};

						var form = $('<form>').attr({
							method: method,
							action: url
						}).css({
							display: 'none'
						});

						var addData = function (name, data) {
							if ($.isArray(data)) {
								for (var i = 0; i < data.length; i++) {
									var value = data[i];
									addData(name + '[]', value);
								}
							} else if (typeof data === 'object') {
								for (var key in data) {
									if (data.hasOwnProperty(key)) {
										addData(name + '[' + key + ']', data[key]);
									}
								}
							} else if (data != null) {
								form.append($('<input>').attr({
									type : 'hidden',
									name : String(name),
									value: String(data)
								}));
							}
						};

						for (var key in data) {
							if (data.hasOwnProperty(key)) {
								addData(key, data[key]);
							}
						}

						return form.appendTo('body');
					}
				});
			});

			(function ($) {
				$(function () {

					var
						// Keep track of the i-frame height.
						frame_height = 800,
						base_url     = '<?php echo FS_CHECKOUT__ADDRESS ?>',
						// Pass the parent page URL into the i-frame in a meaningful way (this URL could be
						// passed via query string or hard coded into the child page, it depends on your needs).
						src          = base_url + '/?<?php echo http_build_query( $query_params ) ?>#' + encodeURIComponent(document.location.href),
						// Append the i-frame into the DOM.
						frame        = $('<i' + 'frame " src="' + src + '" width="100%" height="' + frame_height + 'px" scrolling="no" frameborder="0" style="background: transparent; width: 1px; min-width: 100%;"><\/i' + 'frame>')
							.appendTo('#fs_frame');

					FS.PostMessage.init(base_url, [frame[0]]);
					FS.PostMessage.receiveOnce('height', function (data) {
						var h = data.height;
						if (!isNaN(h) && h > 0 && h != frame_height) {
							frame_height = h;
							frame.height(frame_height + 'px');

							FS.PostMessage.postScroll(frame[0]);
						}
					});

					FS.PostMessage.receiveOnce('install', function (data) {
						var requestData = {
							user_id           : data.user.id,
							user_secret_key   : data.user.secret_key,
							user_public_key   : data.user.public_key,
							install_id        : data.install.id,
							install_secret_key: data.install.secret_key,
							install_public_key: data.install.public_key
						};

						if (true === data.auto_install)
							requestData.auto_install = true;

						// Post data to activation URL.
						$.form('<?php echo fs_nonce_url( $fs->_get_admin_page_url( 'account', array(
							'fs_action' => $fs->get_unique_affix() . '_activate_new',
							'plugin_id' => $plugin_id
						) ), $fs->get_unique_affix() . '_activate_new' ) ?>', requestData).submit();
					});

					FS.PostMessage.receiveOnce('pending_activation', function (data) {
						var requestData = {
							user_email           : data.user_email,
                            support_email_address: data.support_email_address
						};

						if (true === data.auto_install)
							requestData.auto_install = true;

						$.form('<?php echo fs_nonce_url( $fs->_get_admin_page_url( 'account', array(
							'fs_action'           => $fs->get_unique_affix() . '_activate_new',
							'plugin_id'           => $plugin_id,
							'pending_activation'  => true,
                            'has_upgrade_context' => true,
						) ), $fs->get_unique_affix() . '_activate_new' ) ?>', requestData).submit();
					});

					FS.PostMessage.receiveOnce('get_context', function () {
						console.debug('receiveOnce', 'get_context');

						// If the user didn't connect his account with Freemius,
						// once he accepts the Terms of Service and Privacy Policy,
						// and then click the purchase button, the context information
						// of the user will be shared with Freemius in order to complete the
						// purchase workflow and activate the license for the right user.
						<?php $install_data = array_merge( $fs->get_opt_in_params(),
						array(
							'activation_url' => fs_nonce_url( $fs->_get_admin_page_url( '',
								array(
									'fs_action' => $fs->get_unique_affix() . '_activate_new',
									'plugin_id' => $plugin_id,

								) ),
								$fs->get_unique_affix() . '_activate_new' )
						) ) ?>
						FS.PostMessage.post('context', <?php echo json_encode( $install_data ) ?>, frame[0]);
					});

					FS.PostMessage.receiveOnce('purchaseCompleted', <?php echo $fs->apply_filters('checkout/purchaseCompleted', 'function (data) {
						console.log("checkout", "purchaseCompleted");
					}') ?>);

					FS.PostMessage.receiveOnce('get_dimensions', function (data) {
						console.debug('receiveOnce', 'get_dimensions');

						FS.PostMessage.post('dimensions', {
							height   : $(document.body).height(),
							scrollTop: $(document).scrollTop()
						}, frame[0]);
					});

					var updateHeight = function () {
						frame.css('min-height', $(document.body).height() + 'px');
					};

					$(document).ready(updateHeight);

					$(window).resize(updateHeight);
				});
			})(jQuery);
		</script>
	</div>freemius/templates/api-connectivity-message-js.php000064400000002055151213253150016413 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since     2.5.4
     */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<script type="text/javascript">
    ( function( $ ) {
        $( document ).ready(function() {
            var $parent = $( '.fs-notice, #fs_connect, .fs-modal' );

            $parent.on( 'click', '.fs-api-request-error-show-details-link', function () {
                var $error_details_container = $parent.find( '.fs-api-request-error-details' );

                $error_details_container.toggle();

                $( this ).find( 'span' ).prop( 'class',
                    $error_details_container.is( ':visible' ) ?
                        'dashicons dashicons-arrow-up-alt2' :
                        'dashicons dashicons-arrow-down-alt2'
                );

                return false;
            } );
        } );
    } )( jQuery );
</script>freemius/templates/auto-installation.php000064400000016727151213253150014554 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.1.5
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
    $slug      = $VARS['slug'];
    $plugin_id = $VARS['target_module_id'];

    $fs = freemius( $VARS['id'] );

	$action = $fs->is_tracking_allowed() ?
		'stop_tracking' :
		'allow_tracking';

	$title = $fs->get_plugin_title();

	if ( $plugin_id != $fs->get_id() ) {
		$addon = $fs->get_addon( $plugin_id );

		if ( is_object( $addon ) ) {
			$title = $addon->title . ' ' . fs_text_inline( 'Add-On', 'addon', $slug );
		}
	}

	$plugin_title = sprintf(
		'<strong>%s</strong>',
		esc_html( $title )
	);

	$sec_countdown  = 30;
	$countdown_html = sprintf(
		esc_js(
			/* translators: %s: Number of seconds */
			fs_text_inline( '%s sec', 'x-sec', $slug )
		),
		sprintf( '<span class="fs-countdown">%s</span>', $sec_countdown )
	);

	fs_enqueue_local_style( 'fs_dialog_boxes', '/admin/dialog-boxes.css' );
	fs_enqueue_local_style( 'fs_common', '/admin/common.css' );

	$params      = array();
	$loader_html = fs_get_template( 'ajax-loader.php', $params );

	// Pass unique auto installation URL if WP_Filesystem is needed.
	$install_url = $fs->_get_sync_license_url(
		$plugin_id,
		true,
		array( 'auto_install' => 'true' )
	);


	ob_start();

	$method = ''; // Leave blank so WP_Filesystem can populate it as necessary.

	$credentials = request_filesystem_credentials(
		esc_url_raw( $install_url ),
		$method,
		false,
		WP_PLUGIN_DIR,
		array()
	);

	$credentials_form = ob_get_clean();

	$require_credentials = ! empty( $credentials_form );
?>
<div class="fs-modal fs-modal-auto-install">
	<div class="fs-modal-dialog">
		<div class="fs-modal-header">
			<h4><?php echo esc_js( fs_text_inline( 'Automatic Installation', 'auto-installation', $slug ) ) ?></h4>
		</div>
		<div class="fs-modal-body">
			<div class="fs-notice-error" style="display: none"><p></p></div>
			<?php if ( $require_credentials ) : ?>
				<div id="request-filesystem-credentials-dialog">
					<?php echo $credentials_form ?>
				</div>
			<?php else : ?>
				<p class="fs-installation-notice"><?php echo sprintf(
						fs_esc_html_inline( 'An automated download and installation of %s (paid version) from %s will start in %s. If you would like to do it manually - click the cancellation button now.', 'installing-in-n', $slug ),
						$plugin_title,
						sprintf(
							'<a href="%s" target="_blank" rel="noopener">%s</a>',
							'https://freemius.com',
							'freemius.com'
						),
						$countdown_html
					) ?></p>
			<?php endif ?>
			<p class="fs-installing"
			   style="display: none"><?php echo sprintf( fs_esc_html_inline( 'The installation process has started and may take a few minutes to complete. Please wait until it is done - do not refresh this page.', 'installing-module-x', $slug ), $plugin_title ) ?></p>
		</div>
		<div class="fs-modal-footer">
			<?php echo $loader_html ?>
			<button
				class="button button-secondary button-cancel"><?php fs_esc_html_echo_inline( 'Cancel Installation', 'cancel-installation', $slug ) ?><?php if ( ! $require_credentials ) : ?> (<?php echo $countdown_html ?>)<?php endif ?></button>
			<button
				class="button button-primary"><?php fs_esc_html_echo_inline( 'Install Now', 'install-now', $slug ) ?></button>
		</div>
	</div>
</div>'

<script type="text/javascript">
	(function ($) {
		$(document).ready(function () {
			var $modal             = $('.fs-modal-auto-install'),
			    $body              = $('body'),
			    $countdown         = $modal.find('.fs-countdown'),
			    requireCredentials = <?php echo json_encode( $require_credentials ) ?>,
			    $credentialsForm   = $('#request-filesystem-credentials-dialog'),
			    $errorNotice       = $modal.find('.fs-notice-error'),
			    installing         = false;

			$modal.appendTo($body);

			var startAutoInstall = function () {
				if (installing)
					return;

				installing = true;

				// Start auto-install.
				$modal.addClass('fs-warn');
				if (requireCredentials) {
					$credentialsForm.hide();
				} else {
					$modal.find('.fs-installation-notice').hide();
				}

				$errorNotice.hide();
				$modal.find('.fs-installing').show();
				$modal.find('button').hide();
				$modal.find('.fs-ajax-loader').show();

				var data = {
					action          : '<?php echo $fs->get_ajax_action( 'install_premium_version' ) ?>',
					security        : '<?php echo $fs->get_ajax_security( 'install_premium_version' ) ?>',
					slug            : '<?php echo $slug ?>',
					module_id       : '<?php echo $fs->get_id() ?>',
                    target_module_id: '<?php echo $plugin_id ?>'
				};

				if (requireCredentials) {
					// Add filesystem credentials.
					data.hostname = $('#hostname').val();
					data.username = $('#username').val();
					data.password = $('#password').val();
					data.connection_type = $('input[name="connection_type"]:checked').val();
					data.public_key = $('#public_key').val();
					data.private_key = $('#private_key').val();
				}

				$.ajax({
					url    : <?php echo Freemius::ajax_url() ?>,
					method : 'POST',
					data   : data,
					success: function (resultObj) {
						var reloadAccount = false;

						if (resultObj.success) {
							// Reload account page to show new data.
							reloadAccount = true;
						} else {
							switch (resultObj.error.code) {
								case 'invalid_module_id':
								case 'premium_installed':
									reloadAccount = true;
									break;
								case 'invalid_license':
								case 'premium_version_missing':
								case 'unable_to_connect_to_filesystem':
								default:
									$modal.removeClass('fs-warn');
									$modal.find('.fs-installing').hide();
									$modal.find('.fs-ajax-loader').hide();
									$modal.find('.button-cancel').html(<?php fs_json_encode_echo_inline( 'Cancel Installation', 'cancel-installation', $slug ) ?>);
									$modal.find('button').show();

									$errorNotice.find('p').text(resultObj.error.message);
									$errorNotice.addClass('notice notice-alt notice-error').show();
									if (requireCredentials) {
										$credentialsForm.show();
									}
									break;
							}
						}

						if (reloadAccount) {
							window.location = '<?php echo $fs->get_account_url() ?>';
						}

						installing = false;
					}
				});
			};

			var clearCountdown = function () {
				clearInterval(countdownInterval);
				countdownInterval = null;
			};

			var cancelAutoInstall = function () {
				$modal.fadeOut(function () {
					$modal.remove();
					$body.removeClass('has-fs-modal');
				});
			};

			var countdown         = <?php echo $sec_countdown ?>,
			    countdownInterval = requireCredentials ? null : setInterval(function () {
				    $countdown.html(--countdown);
				    if (0 == countdown) {
					    clearCountdown();
					    startAutoInstall();
				    }
			    }, 1000);

			$modal.addClass('active');
			$body.addClass('has-fs-modal');

			$modal.find('.button-primary').click(function () {
				clearCountdown();
				startAutoInstall();
			});

			$modal.find('.button-cancel').click(function () {
				clearCountdown();
				cancelAutoInstall();
			});

			if (requireCredentials) {

			}
		});
	})(jQuery);
</script>
freemius/templates/email.php000064400000002067151213253150012164 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.1
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 */
	$sections = $VARS['sections'];
?>
<table>
	<?php
	foreach ( $sections as $section_id => $section ) {
		?>
		<thead>
			<tr><th colspan="2" style="text-align: left; background: #333; color: #fff; padding: 5px;"><?php echo esc_html($section['title']) ?></th></tr>
		</thead>
		<tbody>
		<?php
		foreach ( $section['rows'] as $row_id => $row ) {
			$col_count = count( $row );
			?>
			<tr>
				<?php
				if ( 1 === $col_count ) { ?>
					<td style="vertical-align: top;" colspan="2"><?php echo $row[0] ?></td>
					<?php
				} else { ?>
					<td style="vertical-align: top;"><b><?php echo esc_html($row[0]) ?>:</b></td>
					<td><?php echo $row[1]; ?></td>
					<?php
				}
				?>
			</tr>
			<?php
		}
		?>
		</tbody>
		<?php
	}
	?>
</table>freemius/templates/connect/permission.php000064400000003461151213253150014715 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2022, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array $VARS
     * @var array $permission {
     * @type string $id
     * @type bool   $default
     * @type string $icon-class
     * @type bool   $optional
     * @type string $label
     * @type string $tooltip
     * @type string $desc
     * }
     */
    $permission = $VARS;

    $is_permission_on = ( ! isset( $permission['default'] ) || true === $permission['default'] );
?>
<li id="fs_permission_<?php echo esc_attr( $permission['id'] ) ?>" data-permission-id="<?php echo esc_attr( $permission['id'] ) ?>"
    class="fs-permission fs-<?php echo esc_attr( $permission['id'] ); ?><?php echo ( ! $is_permission_on ) ? ' fs-disabled' : ''; ?>">
    <i class="<?php echo esc_attr( $permission['icon-class'] ); ?>"></i>
    <?php if ( isset( $permission['optional'] ) && true === $permission['optional'] ) : ?>
        <div class="fs-switch fs-small fs-round fs-<?php echo $is_permission_on ? 'on' : 'off' ?>">
            <div class="fs-toggle"></div>
        </div>
    <?php endif ?>

    <div class="fs-permission-description">
        <span<?php if ( ! empty( $permission['tooltip'] ) ) : ?> class="fs-tooltip-trigger"<?php endif ?>><?php echo esc_html( $permission['label'] ); ?><?php if ( ! empty( $permission['tooltip'] ) ) : ?><i class="dashicons dashicons-editor-help"><span class="fs-tooltip" style="width: 200px"><?php echo esc_html( $permission['tooltip'] ) ?></span></i><?php endif ?></span>

        <p><?php echo esc_html( $permission['desc'] ); ?></p>
    </div>
</li>freemius/templates/connect/index.php000064400000000131151213253150013623 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/connect/permissions-group.php000064400000005076151213253150016236 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2022, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array     $VARS
     *
     * @var array $permission_group {
     *  @type Freemius $fs
     *  @type string   $id
     *  @type string   $desc
     *  @type array    $prompt
     *  @type array    $permissions
     *  @type bool     $is_enabled
     * }
     */
    $permission_group = $VARS;

    $fs = $permission_group[ 'fs' ];

    $permission_manager = FS_Permission_Manager::instance( $fs );

    $opt_out_text = $fs->get_text_x_inline( 'Opt Out', 'verb', 'opt-out' );
    $opt_in_text  = $fs->get_text_x_inline( 'Opt In', 'verb', 'opt-in' );

    if ( empty( $permission_group[ 'prompt' ] ) ) {
        $is_enabled = false;

        foreach ( $permission_group[ 'permissions' ] as $permission ) {
            if ( true === $permission[ 'default' ] ) {
                // Even if one of the permissions is on, treat as if the entire group is on.
                $is_enabled = true;
                break;
            }
        }
    } else {
        $is_enabled = ( isset( $permission_group['is_enabled'] ) && true === $permission_group['is_enabled'] );
    }
?>
<div class="fs-permissions-section fs-<?php echo esc_attr( $permission_group[ 'id' ] ) ?>-permissions">
    <div>
        <div class="fs-permissions-section--header">
            <a class="fs-group-opt-out-button"
                data-type="<?php echo esc_attr( $permission_group['type'] ) ?>"
                data-group-id="<?php echo esc_attr( $permission_group[ 'id' ] ) ?>"
                data-is-enabled="<?php echo $is_enabled ? 'true' : 'false' ?>"
                href="#"><?php echo esc_html( $is_enabled ? $opt_out_text : $opt_in_text ) ?></a>
            <span class="fs-permissions-section--header-title"><?php
                    // The title is already HTML-escaped.
                    echo $permission_group[ 'title' ]
                ?></span>
        </div>
        <p class="fs-permissions-section--desc"><?php
                // The description is already HTML-escaped.
                echo $permission_group['desc']
            ?></p></div>
    <ul>
        <?php
            foreach ( $permission_group['permissions'] as $permission ) {
                $permission_manager->render_permission( $permission );
            }
        ?>
    </ul>
</div>freemius/templates/index.php000064400000000131151213253150012172 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/templates/tabs-capture-js.php000064400000003455151213253150014103 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.2.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();
?>
<script type="text/javascript">
	(function ($) {
		$(document).ready(function () {
		    var $wrap = $( '.wrap' );
		    if ( 0 === $wrap.length ) {
		        $wrap = $( '<div class="wrap">' );
		        $wrap.insertBefore( $( '#wpbody-content .clear' ) );
            }

            $wrap = $wrap.clone().wrap( '<div>' ).parent();

		    var
			    settingHtml   = $wrap.html(),
			    tabsPosition  = settingHtml.indexOf('nav-tab-wrapper'),
			    aboveTabsHtml = '';

			if (-1 < tabsPosition) {
				// Find the tabs HTML beginning exact position.
				while ('<' !== settingHtml[tabsPosition] && 0 < tabsPosition) {
					tabsPosition--;
				}

				if (-1 < tabsPosition) {
					aboveTabsHtml = settingHtml.substr(0, tabsPosition);

					var tabsHtml = $('.wrap .nav-tab-wrapper').clone().wrap('<div>').parent().html(),
						ajaxUrl  = <?php echo Freemius::ajax_url() ?>;

					$.ajax({
							url      : ajaxUrl + (ajaxUrl.includes('?') ? '&' : '?') + $.param({
							action   : '<?php echo $fs->get_ajax_action( 'store_tabs' ) ?>',
							security : '<?php echo $fs->get_ajax_security( 'store_tabs' ) ?>',
							module_id: '<?php echo $fs->get_id() ?>'
						}),
						method     : 'POST',
						data       : aboveTabsHtml + "\n" + tabsHtml + '</div>',
						dataType   : 'html',
						// Avoid escaping the HTML.
						processData: false
					});
				}
			}
		});
	})(jQuery);
</script>freemius/templates/clone-resolution-js.php000064400000007507151213253150015014 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since     2.5.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }
?>
<script type="text/javascript">
    ( function( $ ) {
        var $errorMessage = null;

        $( document ).ready( function() {
            var $cloneResolutionNotice = $( 'div[data-id="clone_resolution_options_notice"], div[data-id="temporary_duplicate_notice"]' );

            if ( 0 === $cloneResolutionNotice.length ) {
                return;
            }

            $errorMessage = $cloneResolutionNotice.find( '#fs_clone_resolution_error_message' );

            /**
             * Triggers an AJAX request when the license activation link or any of the buttons on the clone resolution options notice is clicked. The AJAX request will then handle the action the user has chosen.
             */
            $cloneResolutionNotice.on( 'click', '.button, #fs_temporary_duplicate_license_activation_link', function( evt ) {
                evt.preventDefault();

                var $this = $( this );

                if ( $this.hasClass( 'disabled' ) ) {
                    return;
                }

                var $body             = $( 'body' ),
                    $optionsContainer = $this.parents( '.fs-clone-resolution-options-container' ),
                    cursor            = $body.css( 'cursor' ),
                    beforeUnload      = function() {
                        return '<?php fs_esc_js_echo_inline( 'Please wait', 'please-wait' ) ?>';
                    };

                $.ajax( {
                    // Get the parent options container from the child as `$cloneResolutionNotice` can have different AJAX URLs if both the manual clone resolution options and temporary duplicate notices are shown (for different subsites in a multisite network).
                    url       : $optionsContainer.data( 'ajax-url' ),
                    method    : 'POST',
                    data      : {
                        action      : '<?php echo $VARS['ajax_action'] ?>',
                        security    : '<?php echo wp_create_nonce( $VARS['ajax_action'] ) ?>',
                        clone_action: $this.data( 'clone-action' ),
                        blog_id     : $optionsContainer.data( 'blog-id' )
                    },
                    beforeSend: function() {
                        $body.css( { cursor: 'wait' } );

                        $this.addClass( 'disabled' );

                        if ( $this.attr( 'id' ) === 'fs_temporary_duplicate_license_activation_link' ) {
                            $this.append( '<i class="fs-ajax-spinner"></i>' );
                        }

                        $( window ).on( 'beforeunload', beforeUnload );
                    },
                    success   : function( resultObj ) {
                        $( window ).off( 'beforeunload', beforeUnload );

                        if (
                            resultObj.data &&
                            resultObj.data.redirect_url &&
                            '' !== resultObj.data.redirect_url
                        ) {
                            window.location = resultObj.data.redirect_url;
                        } else {
                            window.location.reload();
                        }
                    },
                    complete  : function() {
                        $body.css( { cursor: cursor } );
                        $this.removeClass( 'disabled' );

                        $this.parent().find( '.fs-ajax-spinner' ).remove();
                    }
                } );
            } );
        } );
    } )( jQuery );
</script>freemius/templates/sticky-admin-notice-js.php000064400000002434151213253150015360 0ustar00<?php
	/**
	 * Sticky admin notices JavaScript handler for dismissing notice messages
	 * by sending AJAX call to the server in order to remove the message from the Database.
	 *
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}
?>
<script type="text/javascript" >
	jQuery( document ).ready(function( $ ) {
		$( '.fs-notice.fs-sticky .fs-close' ).click(function() {
			var
				notice           = $( this ).parents( '.fs-notice' ),
				id               = notice.attr( 'data-id' ),
				ajaxActionSuffix = notice.attr( 'data-manager-id' ).replace( ':', '-' );

			notice.fadeOut( 'fast', function() {
				var data = {
					action   : 'fs_dismiss_notice_action_' + ajaxActionSuffix,
                    // As such we don't need to use `wp_json_encode` method but using it to follow wp.org guideline.
                    _wpnonce : <?php echo wp_json_encode( wp_create_nonce( 'fs_dismiss_notice_action' ) ); ?>,
					message_id: id
				};

				$.post( <?php echo Freemius::ajax_url() ?>, data, function( response ) {

				});

				notice.remove();
			});
		});
	});
</script>
freemius/templates/connect.php000064400000127613151213253150012533 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array    $VARS
	 * @var Freemius $fs
	 */
	$fs   = freemius( $VARS['id'] );
	$slug = $fs->get_slug();

	$is_pending_activation = $fs->is_pending_activation();
	$is_premium_only       = $fs->is_only_premium();
	$has_paid_plans        = $fs->has_paid_plan();
	$is_premium_code       = $fs->is_premium();
	$is_freemium           = $fs->is_freemium();

	$fs->_enqueue_connect_essentials();

    /**
     * Enqueueing the styles in `_enqueue_connect_essentials()` is too late, as we need them in the HEADER. Therefore, inject the styles inline to avoid FOUC.
     *
     * @author Vova Feldman (@svovaf)
     */
    echo "<style>\n";
    include WP_FS__DIR_CSS . '/admin/connect.css';
    echo "</style>\n";

	$current_user = Freemius::_get_current_wp_user();

	$first_name = $current_user->user_firstname;
	if ( empty( $first_name ) ) {
		$first_name = $current_user->nickname;
	}

	$site_url     = Freemius::get_unfiltered_site_url();
	$protocol_pos = strpos( $site_url, '://' );
	if ( false !== $protocol_pos ) {
		$site_url = substr( $site_url, $protocol_pos + 3 );
	}

	$freemius_usage_tracking_url = $fs->get_usage_tracking_terms_url();
	$freemius_plugin_terms_url   = $fs->get_eula_url();

	$error = fs_request_get( 'error' );

    $has_release_on_freemius = $fs->has_release_on_freemius();

	$require_license_key = $is_premium_only ||
                           (
                               $is_freemium &&
                               ( $is_premium_code || ! $has_release_on_freemius ) &&
                               fs_request_get_bool( 'require_license', ( $is_premium_code || $has_release_on_freemius ) )
                           );

	$freemius_activation_terms_url = ($fs->is_premium() && $require_license_key) ?
		$fs->get_license_activation_terms_url() :
		$freemius_usage_tracking_url;

	$freemius_activation_terms_html = '<a href="' . esc_url( $freemius_activation_terms_url ) . '" target="_blank" rel="noopener" tabindex="1">freemius.com</a>';

	if ( $is_pending_activation ) {
		$require_license_key = false;
	}

	if ( $require_license_key ) {
		$fs->_add_license_activation_dialog_box();
	}

	$is_optin_dialog = (
		$fs->is_theme() &&
		$fs->is_themes_page() &&
		$fs->show_opt_in_on_themes_page()
	);

	if ( $is_optin_dialog ) {
		$show_close_button             = false;
		$previous_theme_activation_url = '';

		if ( ! $is_premium_code ) {
			$show_close_button = true;
		} else if ( $is_premium_only ) {
			$previous_theme_activation_url = $fs->get_previous_theme_activation_url();
			$show_close_button             = ( ! empty( $previous_theme_activation_url ) );
		}
	}

	$is_network_level_activation = (
		fs_is_network_admin() &&
		$fs->is_network_active() &&
		! $fs->is_network_delegated_connection()
	);

	$fs_user = Freemius::_get_user_by_email( $current_user->user_email );

	$activate_with_current_user = (
		is_object( $fs_user ) &&
		! $is_pending_activation &&
		// If requires a license for activation, use the user associated with the license for the opt-in.
		! $require_license_key &&
		! $is_network_level_activation
	);

    $optin_params = $fs->get_opt_in_params( array(), $is_network_level_activation );
    $sites        = isset( $optin_params['sites'] ) ? $optin_params['sites'] : array();

    $is_network_upgrade_mode = ( fs_is_network_admin() && $fs->is_network_upgrade_mode() );

    /* translators: %s: name (e.g. Hey John,) */
    $hey_x_text = esc_html( sprintf( fs_text_x_inline( 'Hey %s,', 'greeting', 'hey-x', $slug ), $first_name ) );

    $activation_state = array(
        'is_license_activation'       => $require_license_key,
        'is_pending_activation'       => $is_pending_activation,
        'is_gdpr_required'            => true,
        'is_network_level_activation' => $is_network_level_activation,
        'is_dialog'                   => $is_optin_dialog,
    );
?>
<?php
	if ( $is_optin_dialog ) { ?>
<div id="fs_theme_connect_wrapper">
	<?php
		if ( $show_close_button ) { ?>
			<button class="close dashicons dashicons-no"><span class="screen-reader-text">Close connect dialog</span>
			</button>
			<?php
		}
	?>
	<?php
		}

		/**
		 * Allows developers to include custom HTML before the opt-in content.
		 *
		 * @author Vova Feldman
		 * @since 2.3.2
		 */
		$fs->do_action( 'connect/before', $activation_state );
	?>
	<div id="fs_connect"
	     class="wrap<?php if ( ! fs_is_network_admin() && ( ! $fs->is_enable_anonymous() || $is_pending_activation || $require_license_key ) ) {
		     echo ' fs-anonymous-disabled';
	     } ?><?php echo $require_license_key ? ' require-license-key' : '' ?>">
        <div class="fs-header">
            <!--			<b class="fs-site-icon"><i class="dashicons dashicons-wordpress-alt"></i></b>-->
            <?php
                $size = 50;
                $vars = array(
                    'id'   => $fs->get_id(),
                    'size' => $size,
                );

                fs_require_once_template( 'plugin-icon.php', $vars );
            ?>
        </div>
        <div class="fs-box-container">
		<div class="fs-content">
            <?php $fs->do_action( 'connect/before_message', $activation_state ) ?>

			<?php if ( ! empty( $error ) ) : ?>
				<div class="fs-error"><?php echo $fs->apply_filters( 'connect_error_esc_html', esc_html( $error ) ) ?></div>
			<?php endif ?>
            <?php
                if ( ! $is_pending_activation && ! $require_license_key ) {
                    if ( ! $fs->is_plugin_update() ) {
                        echo $fs->apply_filters( 'connect-header', sprintf(
                            '<h2 style="text-align: center">%s</h2>',
                            esc_html( fs_text_inline( 'Never miss an important update', 'connect-header' ) )
                        ) );
                    } else {
                        echo $fs->apply_filters( 'connect-header_on-update', sprintf(
                            '<h2>%s</h2>',
                            sprintf(
                                esc_html(
                                /* translators: %1$s: plugin name (e.g., "Awesome Plugin"); %2$s: version (e.g., "1.2.3") */
                                    fs_text_inline('Thank you for updating to %1$s v%2$s!', 'connect-header_on-update' )
                                ),
                                esc_html( $fs->get_plugin_name() ),
                                $fs->get_plugin_version()
                            )
                        ) );
                    }
                }
            ?>
			<p><?php
					$button_label = fs_text_inline( 'Allow & Continue', 'opt-in-connect', $slug );
					$message = '';

					if ( $is_pending_activation ) {
						$button_label = fs_text_inline( 'Re-send activation email', 'resend-activation-email', $slug );

						$message = $fs->apply_filters( 'pending_activation_message', sprintf(
						    /* translators: %s: name (e.g. Thanks John!) */
							fs_text_inline( 'Thanks %s!', 'thanks-x', $slug ) . '<br>' .
							fs_text_inline( 'You should receive a confirmation email for %s to your mailbox at %s. Please make sure you click the button in that email to %s.', 'pending-activation-message', $slug ),
							$first_name,
							'<b>' . $fs->get_plugin_name() . '</b>',
							'<b>' . $current_user->user_email . '</b>',
							fs_text_inline( 'complete the opt-in', 'complete-the-opt-in', $slug )
						) );
					} else if ( $require_license_key ) {
						$button_label = fs_text_inline( 'Activate License', 'activate-license', $slug );

						$message = $fs->apply_filters(
						    'connect-message_on-premium',
							sprintf( fs_text_inline( 'Welcome to %s! To get started, please enter your license key:', 'thanks-for-purchasing', $slug ), '<b>' . $fs->get_plugin_name() . '</b>' ),
							$first_name,
							$fs->get_plugin_name()
						);
					} else {
                        $filter = 'connect_message';

						if ( ! $fs->is_plugin_update() ) {
                            $default_optin_message = esc_html(
                                sprintf(
                                    /* translators: %s: module type (plugin, theme, or add-on) */
                                    fs_text_inline( 'Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info. This will help us make the %s more compatible with your site and better at doing what you need it to.', 'connect-message', $slug ),
                                    $fs->get_module_label( true )
                                )
                            );
                        } else {
							// If Freemius was added on a plugin update, set different
							// opt-in message.

                            /* translators: %s: module type (plugin, theme, or add-on) */
                            $default_optin_message = esc_html( sprintf( fs_text_inline( 'We have introduced this opt-in so you never miss an important update and help us make the %s more compatible with your site and better at doing what you need it to.', 'connect-message_on-update_why' ), $fs->get_module_label( true ) ) );

                            $default_optin_message .= '<br><br>' . esc_html( fs_text_inline( 'Opt in to get email notifications for security & feature updates, educational content, and occasional offers, and to share some basic WordPress environment info.', 'connect-message_on-update', $slug ) );

                            if ( $fs->is_enable_anonymous() ) {
                                $default_optin_message .= ' ' . esc_html( fs_text_inline( 'If you skip this, that\'s okay! %1$s will still work just fine.', 'connect-message_on-update_skip', $slug ) );
                            }

                            // If user customized the opt-in message on update, use
							// that message. Otherwise, fallback to regular opt-in
							// custom message if exists.
							if ( $fs->has_filter( 'connect_message_on_update' ) ) {
								$filter = 'connect_message_on_update';
							}
						}

						$message = $fs->apply_filters(
						    $filter,
							sprintf(
								$default_optin_message,
								'<b>' . esc_html( $fs->get_plugin_name() ) . '</b>',
								'<b>' . $current_user->user_login . '</b>',
								'<a href="' . $site_url . '" target="_blank" rel="noopener noreferrer">' . $site_url . '</a>',
                                $freemius_activation_terms_html
							),
							$first_name,
							$fs->get_plugin_name(),
							$current_user->user_login,
							'<a href="' . $site_url . '" target="_blank" rel="noopener noreferrer">' . $site_url . '</a>',
							$freemius_activation_terms_html,
							true
						);
					}

					if ( $is_network_upgrade_mode ) {
                        $network_integration_text = esc_html( fs_text_inline( 'We\'re excited to introduce the Freemius network-level integration.', 'connect_message_network_upgrade', $slug ) );

                        if ($is_premium_code){
                            $message = $network_integration_text . ' ' . sprintf( fs_text_inline( 'During the update process we detected %d site(s) that are still pending license activation.', 'connect_message_network_upgrade-premium', $slug ), count( $sites ) );

                            $message .= '<br><br>' . sprintf( fs_text_inline( 'If you\'d like to use the %s on those sites, please enter your license key below and click the activation button.', 'connect_message_network_upgrade-premium-activate-license', $slug ), $is_premium_only ? $fs->get_module_label( true ) : sprintf(
                                /* translators: %s: module type (plugin, theme, or add-on) */
                                    fs_text_inline( "%s's paid features", 'x-paid-features', $slug ),
                                    $fs->get_module_label( true )
                                ) );

                            /* translators: %s: module type (plugin, theme, or add-on) */
                            $message .= ' ' . sprintf( fs_text_inline( 'Alternatively, you can skip it for now and activate the license later, in your %s\'s network-level Account page.', 'connect_message_network_upgrade-premium-skip-license', $slug ), $fs->get_module_label( true ) );
                        }else {
                            $message = $network_integration_text . ' ' . sprintf( fs_text_inline( 'During the update process we detected %s site(s) in the network that are still pending your attention.', 'connect_message_network_upgrade-free', $slug ), count( $sites ) ) . '<br><br>' . ( fs_starts_with( $message, $hey_x_text . '<br>' ) ? substr( $message, strlen( $hey_x_text . '<br>' ) ) : $message );
                        }
                    }

					echo $message;
				?></p>
			<?php if ( $require_license_key ) : ?>
				<div class="fs-license-key-container">
					<input id="fs_license_key" name="fs_key" type="text" required maxlength="<?php echo $fs->apply_filters('license_key_maxlength', 32) ?>"
					       placeholder="<?php fs_esc_attr_echo_inline( 'License key', 'license-key', $slug ) ?>" tabindex="1"/>
					<i class="dashicons dashicons-admin-network"></i>
					<a class="show-license-resend-modal show-license-resend-modal-<?php echo $fs->get_unique_affix() ?>"
					   href="#"><?php fs_esc_html_echo_inline( "Can't find your license key?", 'cant-find-license-key', $slug ); ?></a>
				</div>

				<?php
				/**
				 * Allows developers to include custom HTML after the license input container.
				 *
				 * @author Vova Feldman
				 * @since 2.1.2
				 */
				 $fs->do_action( 'connect/after_license_input', $activation_state );
				?>

                <?php
                    $send_updates_text = sprintf(
                        '%s<span class="action-description"> - %s</span>',
                        $fs->get_text_inline( 'Yes', 'yes' ),
                        $fs->get_text_inline( 'send me security & feature updates, educational content and offers.', 'send-updates' )
                    );

                    $do_not_send_updates_text = sprintf(
                        '%s<span class="action-description"> - %s</span>',
                        $fs->get_text_inline( 'No', 'no' ),
                        sprintf(
                            $fs->get_text_inline( 'do %sNOT%s send me security & feature updates, educational content and offers.', 'do-not-send-updates' ),
                            '<span class="underlined">',
                            '</span>'
                        )
                    );
                ?>
                <div id="fs_marketing_optin">
                    <span class="fs-message"><?php fs_echo_inline( "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:", 'contact-for-updates' ) ?></span>
                    <div class="fs-input-container">
                        <label>
                            <input type="radio" name="allow-marketing" value="true" tabindex="1" />
                            <span class="fs-input-label"><?php echo $send_updates_text ?></span>
                        </label>
                        <label>
                            <input type="radio" name="allow-marketing" value="false" tabindex="1" />
                            <span class="fs-input-label"><?php echo $do_not_send_updates_text ?></span>
                        </label>
                    </div>
                </div>
			<?php endif ?>
			<?php if ( $is_network_level_activation ) : ?>
            <?php
                $vars = array(
                    'id'                  => $fs->get_id(),
                    'sites'               => $sites,
                    'require_license_key' => $require_license_key
                );

                echo fs_get_template( 'partials/network-activation.php', $vars );
            ?>
			<?php endif ?>

            <?php $fs->do_action( 'connect/after_message', $activation_state ) ?>
		</div>
		<div class="fs-actions">
            <?php $fs->do_action( 'connect/before_actions', $activation_state ) ?>

			<?php if ( $fs->is_enable_anonymous() && ! $is_pending_activation && ( ! $require_license_key || $is_network_upgrade_mode ) ) : ?>
				<a id="skip_activation" href="<?php echo fs_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $fs->get_unique_affix() . '_skip_activation' ), $is_network_level_activation ), $fs->get_unique_affix() . '_skip_activation' ) ?>"
				   class="button button-secondary" tabindex="2"><?php fs_esc_html_echo_x_inline( 'Skip', 'verb', 'skip', $slug ) ?></a>
			<?php endif ?>
			<?php if ( $is_network_level_activation && $fs->apply_filters( 'show_delegation_option', true ) ) : ?>
				<a id="delegate_to_site_admins" class="fs-tooltip-trigger <?php echo is_rtl() ? ' rtl' : '' ?>" href="<?php echo fs_nonce_url( $fs->_get_admin_page_url( '', array( 'fs_action' => $fs->get_unique_affix() . '_delegate_activation' ) ), $fs->get_unique_affix() . '_delegate_activation' ) ?>"><?php fs_esc_html_echo_inline( 'Delegate to Site Admins', 'delegate-to-site-admins', $slug ) ?><span class="fs-tooltip"><?php fs_esc_html_echo_inline( 'If you click it, this decision will be delegated to the sites administrators.', 'delegate-sites-tooltip', $slug ) ?></span></a>
			<?php endif ?>
			<?php if ( $activate_with_current_user ) : ?>
				<form action="" method="POST">
					<input type="hidden" name="fs_action"
					       value="<?php echo esc_attr( $fs->get_unique_affix() . '_activate_existing' ) ?>">
					<?php wp_nonce_field( $fs->get_unique_affix() . '_activate_existing' ) ?>
					<input type="hidden" name="is_extensions_tracking_allowed" value="1">
					<input type="hidden" name="is_diagnostic_tracking_allowed" value="1">
					<button class="button button-primary" tabindex="1"
					        type="submit"><?php echo esc_html( $button_label ) ?></button>
				</form>
			<?php else : ?>
				<form method="post" action="<?php echo WP_FS__ADDRESS ?>/action/service/user/install/">
					<?php unset( $optin_params['sites']); ?>
					<?php foreach ( $optin_params as $name => $value ) : ?>
						<input type="hidden" name="<?php echo esc_attr( $name ) ?>" value="<?php echo esc_attr( $value ) ?>">
					<?php endforeach ?>
					<input type="hidden" name="is_extensions_tracking_allowed" value="1">
                    <input type="hidden" name="is_diagnostic_tracking_allowed" value="1">
					<button class="button button-primary" tabindex="1"
					        type="submit"<?php if ( $require_license_key ) {
						echo ' disabled="disabled"';
					} ?>><?php echo esc_html( $button_label ) ?></button>
				</form>
			<?php endif ?>
            <?php if ( $require_license_key ) : ?>
                <a id="license_issues_link"
                   href="<?php echo esc_url( $fs->apply_filters( 'known_license_issues_url', 'https://freemius.com/help/documentation/wordpress-sdk/license-activation-issues/' ) ) ?>"
                   target="_blank"><?php fs_esc_html_echo_inline( 'License issues?', 'license-issues', $slug ) ?></a>
            <?php endif ?>

            <?php $fs->do_action( 'connect/after_actions', $activation_state ) ?>
		</div><?php
            $permission_manager = FS_Permission_Manager::instance( $fs );

			// Set core permission list items.
			$permissions = array();

            // Add newsletter permissions if enabled.
            if ( $fs->is_permission_requested( 'newsletter' ) ) {
                $permissions[] = $permission_manager->get_newsletter_permission();
            }

            $permissions = $permission_manager->get_permissions(
                $require_license_key,
                $permissions
            );

			if ( ! empty( $permissions ) ) : ?>
				<div class="fs-permissions">
                    <?php if ( $require_license_key ) : ?>
                        <a class="fs-trigger wp-core-ui" href="#" tabindex="1" style="color: inherit;"><?php echo sprintf(
                                fs_esc_html_inline( 'For delivery of security & feature updates, and license management, %s needs to', 'license-sync-disclaimer', $slug ) . '<b class="fs-arrow"></b>',
                                sprintf( '<nobr class="button-link" style="color: inherit;">%s</nobr>', esc_html( $fs->get_plugin_title() ) )
                            ) ?></a>
                    <?php else : ?>
                        <a class="fs-trigger wp-core-ui" href="#" tabindex="1" style="color: inherit;"><?php printf(
                                fs_esc_html_inline( 'This will allow %s to', 'this-will-allow-x', $slug ) . '<b class="fs-arrow"></b>',
                                sprintf( '<nobr class="button-link" style="color: inherit;">%s</nobr>', esc_html( $fs->get_plugin_title() ) )
                            ) ?></a>
                    <?php endif ?>
					<ul><?php
                            foreach ( $permissions as $permission ) {
                                $permission_manager->render_permission( $permission );
                            }
                    ?></ul>
				</div>
			<?php endif ?>
		<?php if ( $is_premium_code && $is_freemium ) : ?>
			<div class="fs-freemium-licensing">
				<p>
					<?php if ( $require_license_key ) : ?>
						<?php fs_esc_html_echo_inline( 'Don\'t have a license key?', 'dont-have-license-key', $slug ) ?>
						<a data-require-license="false" tabindex="1"><?php fs_esc_html_echo_inline( 'Activate Free Version', 'activate-free-version', $slug ) ?></a>
					<?php else : ?>
						<?php fs_echo_inline( 'Have a license key?', 'have-license-key', $slug ) ?>
						<a data-require-license="true" tabindex="1"><?php fs_esc_html_echo_inline( 'Activate License', 'activate-license', $slug ) ?></a>
					<?php endif ?>
				</p>
			</div>
		<?php endif ?>
        </div>
		<div class="fs-terms">
            <a class="fs-tooltip-trigger<?php echo is_rtl() ? ' rtl' : '' ?>" href="<?php echo esc_url( $freemius_activation_terms_url ) ?>" target="_blank" rel="noopener" tabindex="1">Powered by Freemius<?php if ( $require_license_key ) : ?> <span class="fs-tooltip" style="width: 170px"><?php echo esc_html( $fs->get_text_inline( 'Freemius is our licensing and software updates engine', 'permissions-extensions_desc' ) ) ?></span><?php endif ?></a>
            &nbsp;&nbsp;-&nbsp;&nbsp;
			<a href="https://freemius.com/privacy/" target="_blank" rel="noopener"
			   tabindex="1"><?php fs_esc_html_echo_inline( 'Privacy Policy', 'privacy-policy', $slug ) ?></a>
			&nbsp;&nbsp;-&nbsp;&nbsp;
			<?php if ($require_license_key) : ?>
				<a href="<?php echo esc_url( $freemius_plugin_terms_url ) ?>" target="_blank" rel="noopener" tabindex="1"><?php fs_echo_inline( 'License Agreement', 'license-agreement', $slug ) ?></a>
			<?php else : ?>
				<a href="<?php echo esc_url( $freemius_usage_tracking_url ) ?>" target="_blank" rel="noopener" tabindex="1"><?php fs_echo_inline( 'Terms of Service', 'tos', $slug ) ?></a>
			<?php endif; ?>
		</div>
	</div>
	<?php
		/**
		 * Allows developers to include custom HTML after the opt-in content.
		 *
		 * @author Vova Feldman
		 * @since 2.3.2
		 */
		$fs->do_action( 'connect/after', $activation_state );

		if ( $is_optin_dialog ) { ?>
</div>
<?php
	}
?>
<script type="text/javascript">
	(function ($) {
		var $html = $('html');

		<?php
		if ( $is_optin_dialog ) {
		if ( $show_close_button ) { ?>
		var $themeConnectWrapper = $('#fs_theme_connect_wrapper');

		$themeConnectWrapper.find('button.close').on('click', function () {
			<?php if ( ! empty( $previous_theme_activation_url ) ) { ?>
			location.href = '<?php echo html_entity_decode( $previous_theme_activation_url ); ?>';
			<?php } else { ?>
			$themeConnectWrapper.remove();
			$html.css({overflow: $html.attr('fs-optin-overflow')});
			<?php } ?>
		});
		<?php
		}
		?>

		$html.attr('fs-optin-overflow', $html.css('overflow'));
		$html.css({overflow: 'hidden'});

		<?php
		}
		?>

		var $primaryCta          = $('.fs-actions .button.button-primary'),
            primaryCtaLabel      = $primaryCta.html(),
		    $form                = $('.fs-actions form'),
		    isNetworkActive      = <?php echo $is_network_level_activation ? 'true' : 'false' ?>,
		    requireLicenseKey    = <?php echo $require_license_key ? 'true' : 'false' ?>,
		    hasContextUser       = <?php echo $activate_with_current_user ? 'true' : 'false' ?>,
		    isNetworkUpgradeMode = <?php echo $is_network_upgrade_mode ? 'true' : 'false' ?>,
		    $licenseSecret,
		    $licenseKeyInput     = $('#fs_license_key'),
            pauseCtaLabelUpdate  = false,
            isNetworkDelegating  = false,
            /**
             * @author Leo Fajardo (@leorw)
             * @since 2.1.0
             */
            resetLoadingMode = function() {
                // Reset loading mode.
                $primaryCta.html(primaryCtaLabel);
                $primaryCta.prop('disabled', false);
                $( '.fs-loading' ).removeClass( 'fs-loading' );

                console.log('resetLoadingMode - Primary button was enabled');
            },
			setLoadingMode = function () {
				$( document.body ).addClass( 'fs-loading' );
			};

		$('.fs-actions .button').on('click', function () {
			setLoadingMode();

			var $this = $(this);

			setTimeout(function () {
			    if ( ! requireLicenseKey || ! $marketingOptin.hasClass( 'error' ) ) {
                    $this.attr('disabled', 'disabled');
                }
			}, 200);
		});

		if ( isNetworkActive ) {
			var
				$multisiteOptionsContainer  = $( '.fs-multisite-options-container' ),
				$allSitesOptions            = $( '.fs-all-sites-options' ),
				$applyOnAllSites            = $( '.fs-apply-on-all-sites-checkbox' ),
				$sitesListContainer         = $( '.fs-sites-list-container' ),
				totalSites                  = <?php echo count( $sites ) ?>,
				maxSitesListHeight          = null,
				$skipActivationButton       = $( '#skip_activation' ),
				$delegateToSiteAdminsButton = $( '#delegate_to_site_admins' ),
                hasAnyInstall               = <?php echo ! is_null( $fs->find_first_install() ) ? 'true' : 'false' ?>;

			$applyOnAllSites.click(function() {
				var isChecked = $( this ).is( ':checked' );

				if ( isChecked ) {
					$multisiteOptionsContainer.find( '.action' ).removeClass( 'selected' );
					updatePrimaryCtaText( 'allow' );
				}

				$multisiteOptionsContainer.find( '.action-allow' ).addClass( 'selected' );

				$skipActivationButton.toggle();

				$delegateToSiteAdminsButton.toggle();

				$multisiteOptionsContainer.toggleClass( 'fs-apply-on-all-sites', isChecked );

				$sitesListContainer.toggle( ! isChecked );
				if ( ! isChecked && null === maxSitesListHeight ) {
					/**
					 * Set the visible number of rows to 5 (5 * height of the first row).
					 *
					 * @author Leo Fajardo (@leorw)
					 */
					maxSitesListHeight = ( 5 * $sitesListContainer.find( 'tr:first' ).height() );
					$sitesListContainer.css( 'max-height', maxSitesListHeight );
				}
			});

			$allSitesOptions.find( '.action' ).click(function( evt ) {
				var actionType = $( evt.target ).data( 'action-type' );

				$multisiteOptionsContainer.find( '.action' ).removeClass( 'selected' );
				$multisiteOptionsContainer.find( '.action-' + actionType ).toggleClass( 'selected' );

				updatePrimaryCtaText( actionType );
			});

            $sitesListContainer.delegate( 'td:not(:first-child)', 'click', function() {
                // If a site row is clicked, trigger a click on the checkbox.
                $( this ).parent().find( 'td:first-child input' ).click();
            } );

			$sitesListContainer.delegate( '.action', 'click', function( evt ) {
				var $this = $( evt.target );
				if ( $this.hasClass( 'selected' ) ) {
					return false;
				}

				$this.parents( 'tr:first' ).find( '.action' ).removeClass( 'selected' );
				$this.toggleClass( 'selected' );

				var
					singleSiteActionType = $this.data( 'action-type' ),
					totalSelected        = $sitesListContainer.find( '.action-' + singleSiteActionType + '.selected' ).length;

				$allSitesOptions.find( '.action.selected' ).removeClass( 'selected' );

				if ( totalSelected === totalSites ) {
					$allSitesOptions.find( '.action-' + singleSiteActionType ).addClass( 'selected' );

					updatePrimaryCtaText( singleSiteActionType );
				} else {
					updatePrimaryCtaText( 'mixed' );
				}
			});

            if ( isNetworkUpgradeMode || hasAnyInstall ) {
                $skipActivationButton.click(function(){
                    $delegateToSiteAdminsButton.hide();

                    $skipActivationButton.html('<?php fs_esc_js_echo_inline( 'Skipping, please wait', 'skipping-wait', $slug ) ?>...');

                    pauseCtaLabelUpdate = true;

                    // Check all sites to be skipped.
                    $allSitesOptions.find('.action.action-skip').click();

                    $form.submit();

                    pauseCtaLabelUpdate = false;

                    return false;
                });

                $delegateToSiteAdminsButton.click(function(){
                    $delegateToSiteAdminsButton.html('<?php fs_esc_js_echo_inline( 'Delegating, please wait', 'delegating-wait', $slug ) ?>...');

                    pauseCtaLabelUpdate = true;

                    /**
                     * Set to true so that the form submission handler can differentiate delegation from license
                     * activation and the proper AJAX action will be used (when delegating, the action should be
                     * `network_activate` and not `activate_license`).
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    isNetworkDelegating = true;

                    // Check all sites to be skipped.
                    $allSitesOptions.find('.action.action-delegate').click();

                    $form.submit();

                    pauseCtaLabelUpdate = false;

                    /**
                     * Set to false so that in case the previous AJAX request has failed, the form submission handler
                     * can differentiate license activation from delegation and the proper AJAX action will be used
                     * (when activating a license, the action should be `activate_license` and not `network_activate`).
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    isNetworkDelegating = false;

                    return false;
                });
            }
		}

		/**
		 * @author Leo Fajardo (@leorw)
		 */
		function updatePrimaryCtaText( actionType ) {
            if (pauseCtaLabelUpdate)
                return;

			var text = '<?php fs_esc_js_echo_inline( 'Continue', 'continue', $slug ) ?>';

			switch ( actionType ) {
				case 'allow':
					text = '<?php fs_esc_js_echo_inline( 'Allow & Continue', 'opt-in-connect', $slug ) ?>';
					break;
				case 'delegate':
					text = '<?php fs_esc_js_echo_inline( 'Delegate to Site Admins & Continue', 'delegate-to-site-admins-and-continue', $slug ) ?>';
					break;
				case 'skip':
					text = '<?php fs_esc_js_echo_x_inline( 'Skip', 'verb', 'skip', $slug ) ?>';
					break;
			}

			$primaryCta.html( text );
		}

		var ajaxOptin = ( requireLicenseKey || isNetworkActive );

		$form.on('submit', function () {
            var $extensionsPermission = $( '#fs_permission_extensions .fs-switch' ),
                isExtensionsTrackingAllowed = ( $extensionsPermission.length > 0 ) ?
                    $extensionsPermission.hasClass( 'fs-on' ) :
                    null;

            var $diagnosticPermission = $( '#fs_permission_diagnostic .fs-switch' ),
                isDiagnosticTrackingAllowed = ( $diagnosticPermission.length > 0 ) ?
                    $diagnosticPermission.hasClass( 'fs-on' ) :
                    null;

            if ( null === isExtensionsTrackingAllowed ) {
                $( 'input[name=is_extensions_tracking_allowed]' ).remove();
            } else {
                $( 'input[name=is_extensions_tracking_allowed]' ).val( isExtensionsTrackingAllowed ? 1 : 0 );
            }

            // We are not showing switch to enable/disable diagnostic tracking while activating free version. So, don't remove hidden `is_diagnostic_tracking_allowed` element from DOM and change the value only if switch is available.
            if ( null !== isDiagnosticTrackingAllowed ) {
                $( 'input[name=is_diagnostic_tracking_allowed]' ).val( isDiagnosticTrackingAllowed ? 1 : 0 );
            }

			/**
			 * @author Vova Feldman (@svovaf)
			 * @since 1.1.9
			 */
			if ( ajaxOptin ) {
				if (!hasContextUser || isNetworkUpgradeMode) {
				    var action   = null,
                        security = null;

				    if ( requireLicenseKey && ! isNetworkDelegating ) {
                        action   = '<?php echo $fs->get_ajax_action( 'activate_license' ) ?>';
                        security = '<?php echo $fs->get_ajax_security( 'activate_license' ) ?>';
                    } else {
                        action   = '<?php echo $fs->get_ajax_action( 'network_activate' ) ?>';
                        security = '<?php echo $fs->get_ajax_security( 'network_activate' ) ?>';
                    }

					$('.fs-error').remove();

					var
                        licenseKey = $licenseKeyInput.val(),
                        data       = {
                            action     : action,
                            security   : security,
                            license_key: licenseKey,
                            module_id  : '<?php echo $fs->get_id() ?>'
                        };

					if (
                        requireLicenseKey &&
                        ! isNetworkDelegating &&
                        isMarketingAllowedByLicense.hasOwnProperty(licenseKey)
                    ) {
                        var
                            isMarketingAllowed = null,
                            $isMarketingAllowed   = $marketingOptin.find( 'input[type="radio"][name="allow-marketing"]:checked');


                        if ($isMarketingAllowed.length > 0)
                            isMarketingAllowed = ('true' == $isMarketingAllowed.val());

                        if ( null == isMarketingAllowedByLicense[ licenseKey ] &&
                            null == isMarketingAllowed
                        ) {
                            $marketingOptin.addClass( 'error' ).show();
                            resetLoadingMode();
                            return false;
                        } else if ( null == isMarketingAllowed ) {
                            isMarketingAllowed = isMarketingAllowedByLicense[ licenseKey ];
                        }

                        data.is_marketing_allowed = isMarketingAllowed;

						data.is_extensions_tracking_allowed = isExtensionsTrackingAllowed;

						data.is_diagnostic_tracking_allowed = isDiagnosticTrackingAllowed;
                    }

                    $marketingOptin.removeClass( 'error' );

					if ( isNetworkActive ) {
						var
							sites           = [],
							applyOnAllSites = $applyOnAllSites.is( ':checked' );

						$sitesListContainer.find( 'tr' ).each(function() {
							var
								$this       = $( this ),
								includeSite = ( ! requireLicenseKey || applyOnAllSites || $this.find( 'input' ).is( ':checked' ) );

							if ( ! includeSite )
								return;

							var site = {
								uid     : $this.find( '.uid' ).val(),
								url     : $this.find( '.url' ).val(),
								title   : $this.find( '.title' ).val(),
								language: $this.find( '.language' ).val(),
								blog_id : $this.find( '.blog-id' ).find( 'span' ).text()
							};

							if ( ! requireLicenseKey) {
                                site.action = $this.find('.action.selected').data('action-type');
                            } else if ( isNetworkDelegating ) {
							    site.action = 'delegate';
                            }

							sites.push( site );
						});

						data.sites = sites;

						if ( hasAnyInstall ) {
						    data.has_any_install = hasAnyInstall;
                        }
					}

					/**
					 * Use the AJAX opt-in when license key is required to potentially
					 * process the after install failure hook.
					 *
					 * @author Vova Feldman (@svovaf)
					 * @since 1.2.1.5
					 */
					$.ajax({
						url    : <?php echo Freemius::ajax_url() ?>,
						method : 'POST',
						data   : data,
						success: function (result) {
							var resultObj = $.parseJSON(result);
							if (resultObj.success) {
								// Redirect to the "Account" page and sync the license.
								window.location.href = resultObj.next_page;
							} else {
								resetLoadingMode();

								// Show error.
								$('.fs-content').prepend('<div class="fs-error">' + (resultObj.error.message ?  resultObj.error.message : resultObj.error) + '</div>');
							}
						},
						error: function () {
							resetLoadingMode();
						}
					});

					return false;
				}
				else {
					if (null == $licenseSecret) {
						$licenseSecret = $('<input type="hidden" name="license_secret_key" value="" />');
						$form.append($licenseSecret);
					}

					// Update secret key if premium only plugin.
					$licenseSecret.val($licenseKeyInput.val());
				}
			}

			return true;
		});

        $( '#fs_connect .fs-permissions .fs-switch' ).on( 'click', function () {
            $( this )
                .toggleClass( 'fs-on' )
                .toggleClass( 'fs-off' );

            $( this ).closest( '.fs-permission' )
                .toggleClass( 'fs-disabled' );
        });

		$primaryCta.on('click', function () {
			console.log('Primary button was clicked');

			$(this).addClass('fs-loading');
			$(this).html('<?php echo esc_js( $is_pending_activation ?
				fs_text_x_inline( 'Sending email', 'as in the process of sending an email', 'sending-email', $slug ) :
				fs_text_x_inline( 'Activating', 'as activating plugin', 'activating', $slug )
			) ?>...');
		});

		$('.fs-permissions .fs-trigger').on('click', function () {
			$('.fs-permissions').toggleClass('fs-open');

			return false;
		});

		if (requireLicenseKey) {
			/**
			 * Submit license key on enter.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since 1.1.9
			 */
			$licenseKeyInput.keypress(function (e) {
				if (e.which == 13) {
					if ('' !== $(this).val()) {
						$primaryCta.click();
						return false;
					}
				}
			});

			/**
			 * Disable activation button when empty license key.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since 1.1.9
			 */
			$licenseKeyInput.on('keyup paste delete cut', function () {
				setTimeout(function () {
                    var key = $licenseKeyInput.val();

                    if (key == previousLicenseKey){
                        return;
                    }

					if ('' === key) {
						$primaryCta.attr('disabled', 'disabled');
                        $marketingOptin.hide();
					} else {
                        $primaryCta.prop('disabled', false);

                        if (32 <= key.length){
                            fetchIsMarketingAllowedFlagAndToggleOptin();
                        } else {
                            $marketingOptin.hide();
                        }
					}

                    previousLicenseKey = key;
				}, 100);
			}).focus();
		}

		/**
		 * Set license mode trigger URL.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since 1.1.9
		 */
		var
			$connectLicenseModeTrigger = $('#fs_connect .fs-freemium-licensing a'),
			href                       = window.location.href;

		if (href.indexOf('?') > 0) {
			href += '&';
		} else {
			href += '?';
		}

		if ($connectLicenseModeTrigger.length > 0) {
			$connectLicenseModeTrigger.attr(
				'href',
				href + 'require_license=' + $connectLicenseModeTrigger.attr('data-require-license')
			);
		}

		//--------------------------------------------------------------------------------
		//region GDPR
		//--------------------------------------------------------------------------------
        var isMarketingAllowedByLicense = {},
            $marketingOptin = $('#fs_marketing_optin'),
            previousLicenseKey = null;

		if (requireLicenseKey) {

			    var
                    afterMarketingFlagLoaded = function () {
                        var licenseKey = $licenseKeyInput.val();

                        if (null == isMarketingAllowedByLicense[licenseKey]) {
                            $marketingOptin.show();

                            if ($marketingOptin.find('input[type=radio]:checked').length > 0){
                                // Focus on button if GDPR opt-in already selected is already selected.
                                $primaryCta.focus();
                            } else {
                                // Focus on the GDPR opt-in radio button.
                                $($marketingOptin.find('input[type=radio]')[0]).focus();
                            }
                        } else {
                            $marketingOptin.hide();
                            $primaryCta.focus();
                        }
                    },
                    /**
                     * @author Leo Fajardo (@leorw)
                     * @since 2.1.0
                     */
                    fetchIsMarketingAllowedFlagAndToggleOptin = function () {
                        var licenseKey = $licenseKeyInput.val();

                        if (licenseKey.length < 32) {
                            $marketingOptin.hide();
                            return;
                        }

                        if (isMarketingAllowedByLicense.hasOwnProperty(licenseKey)) {
                            afterMarketingFlagLoaded();
                            return;
                        }

                        $marketingOptin.hide();

                        setLoadingMode();

                        $primaryCta.addClass('fs-loading');
                        $primaryCta.attr('disabled', 'disabled');
                        $primaryCta.html('<?php fs_esc_js_echo_inline( 'Please wait', 'please-wait', $slug ) ?>...');

                        $.ajax({
                            url    : <?php echo Freemius::ajax_url() ?>,
                            method : 'POST',
                            data   : {
                                action     : '<?php echo $fs->get_ajax_action( 'fetch_is_marketing_required_flag_value' ) ?>',
                                security   : '<?php echo $fs->get_ajax_security( 'fetch_is_marketing_required_flag_value' ) ?>',
                                license_key: licenseKey,
                                module_id  : '<?php echo $fs->get_id() ?>'
                            },
                            success: function (result) {
                                resetLoadingMode();

                                if (result.success) {
                                    result = result.data;

                                    // Cache result.
                                    isMarketingAllowedByLicense[licenseKey] = result.is_marketing_allowed;
                                }

                                afterMarketingFlagLoaded();
                            }
                        });
                    };

			$marketingOptin.find( 'input' ).click(function() {
				$marketingOptin.removeClass( 'error' );
			});
		}

		//endregion
	})(jQuery);
</script>
<?php
    fs_require_once_template( 'api-connectivity-message-js.php' );freemius/templates/plugin-icon.php000064400000001051151213253150013311 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.4
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * @var array $VARS
	 */
	$fs   = freemius( $VARS['id'] );

    $size = isset( $VARS['size'] ) ? $VARS['size'] : 80;
?>
<div class="fs-plugin-icon">
	<img src="<?php echo $fs->get_local_icon_url() ?>" width="<?php echo $size ?>" height="<?php echo $size ?>" />
</div>freemius/templates/gdpr-optin-js.php000064400000005003151213253150013563 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       2.1.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

    /**
     * @var array $VARS
     */
    $fs = freemius( $VARS['id'] );
?>
<script type="text/javascript">
    (function( $ ) {
        $( document ).ready(function() {
            var $gdprOptinNotice = $( 'div[data-id^="gdpr_optin_actions"]' );
            if ( 0 === $gdprOptinNotice.length ) {
                return;
            }

            $gdprOptinNotice.on( 'click', '.button', function() {
                var
                    $this          = $( this ),
                    allowMarketing = $this.hasClass( 'allow-marketing' ),
                    cursor         = $this.css( 'cursor' ),
                    $products      = $gdprOptinNotice.find( 'span[data-plugin-id]' ),
                    pluginIDs      = [],
                    ajaxUrl        = <?php echo Freemius::ajax_url() ?>;

                if ( $products.length > 0 ) {
                    $products.each(function() {
                        pluginIDs.push( $( this ).data( 'plugin-id' ) );
                    });
                }

                $.ajax({
                        url      : ajaxUrl + (ajaxUrl.includes('?') ? '&' : '?') + $.param({
                        action   : '<?php echo $fs->get_ajax_action( 'gdpr_optin_action' ) ?>',
                        security : '<?php echo $fs->get_ajax_security( 'gdpr_optin_action' ) ?>',
                        module_id: '<?php echo $fs->get_id() ?>'
                    }),
                    method    : 'POST',
                    data      : {
                        is_marketing_allowed: allowMarketing,
                        plugin_ids          : pluginIDs
                    },
                    beforeSend: function() {
                        $this.text( <?php fs_json_encode_echo_inline( 'Thanks, please wait', 'thanks-please-wait', $fs->get_slug() ) ?> + '...' );
                        $this.css({'cursor': 'wait'});

                        $gdprOptinNotice.find( '.button' ).addClass( 'disabled' );
                    },
                    complete  : function() {
                        $this.css({'cursor': cursor});

                        $gdprOptinNotice.remove();
                    }
                });
            });
        });
    })( jQuery );
</script>freemius/templates/powered-by.php000064400000004320151213253150013144 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.5
	 */

	/**
	 * Note for WordPress.org Theme/Plugin reviewer:
	 *  Freemius is an SDK for plugin and theme developers. Since the core
	 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
	 *  we only develop and maintain one code base.
	 *
	 *  This code will not run for wp.org themes (only plugins)
	 *  since theme admin settings/options are now only allowed in the customizer.
	 *
	 *  In addition, this page loads an i-frame. We intentionally named it 'frame'
	 *  so it will pass the "Theme Check" that is looking for the string "i" . "frame".
	 *
	 * If you have any questions or need clarifications, please don't hesitate
	 * pinging me on slack, my username is @svovaf.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since 1.2.2
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	$VARS = isset($VARS) ? $VARS : array();

    $fs = freemius( $VARS['module_id'] );

    if ( ! $fs->is_whitelabeled() && ! $fs->apply_filters( 'hide_freemius_powered_by', false ) ) {
        wp_enqueue_script( 'jquery' );
        wp_enqueue_script( 'json2' );
        fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
        fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
    ?>
<div id="pframe"></div>
<script type="text/javascript">
	(function ($) {
		$(function () {
			var
				base_url = '<?php echo WP_FS__ADDRESS ?>',
				pframe = $('<i' + 'frame id="fs_promo_tab" src="' + base_url + '/promotional-tab/?<?php echo http_build_query($VARS) ?>#' + encodeURIComponent(document.location.href) + '" height="350" width="60" frameborder="0" style="  background: transparent; position: fixed; top: 20%; right: 0;" scrolling="no"></i' + 'frame>')
					.appendTo('#pframe');

			FS.PostMessage.init(base_url);
			FS.PostMessage.receive('state', function (state) {
				if ('closed' === state)
					$('#fs_promo_tab').css('width', '60px');
				else
					$('#fs_promo_tab').css('width', '345px');
			});
		});
	})(jQuery);
</script>
<?php } ?>
freemius/templates/tabs.php000064400000015501151213253150012023 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.2.7
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @var array    $VARS
     * @var Freemius $fs
     */
    $fs = freemius( $VARS['id'] );

    $slug = $fs->get_slug();

    $menu_items = $fs->get_menu_items();

    $show_settings_with_tabs = $fs->show_settings_with_tabs();

    $tabs = array();
    foreach ( $menu_items as $priority => $items ) {
        foreach ( $items as $item ) {
            if ( ! $item['show_submenu'] ) {
                $submenu_name = ('wp-support-forum' === $item['menu_slug']) ?
                    'support' :
                    $item['menu_slug'];

                if ( 'pricing' === $submenu_name && ! $fs->is_pricing_page_visible() ) {
                    continue;
                }

                if ( ! $show_settings_with_tabs || ! $fs->is_submenu_item_visible( $submenu_name, true ) ) {
                    continue;
                }
            }

            $url   = $fs->_get_admin_page_url( $item['menu_slug'] );
            $title = $item['menu_title'];

            $tab = array(
                'label' => $title,
                'href'  => $url,
                'slug'  => $item['menu_slug'],
            );

            if ( 'pricing' === $item['menu_slug'] && $fs->is_in_trial_promotion() ) {
                $tab['href'] .= '&trial=true';
            }

            $tabs[] = $tab;
        }
    }
?>
<script type="text/javascript">
    (function ($) {
        $(document).ready(function () {
            var $wrap = $('.wrap');
            if (0 === $wrap.length) {
                $wrap = $('<div class="wrap">');
                $wrap.insertBefore($('#wpbody-content .clear'));
            }

            var
                $tabsWrapper = $('.nav-tab-wrapper'),
                $tabs        = $tabsWrapper.find('.nav-tab'),
                $tab         = null;

            if (0 < $tabs.length) {
                // Tries to set $tab to the first inactive tab.
                for (var i = 0; i < $tabs.length; i++) {
                    $tab = $($tabs[i]);

                    if (!$tab.hasClass('nav-tab-active')) {
                        break;
                    }
                }
            }

            <?php if (0 < count( $tabs )) : ?>
            if (null == $tab) {
                // No tabs found, therefore, create new tabs section if required.
                var $h1 = $wrap.find('h1');

                $tabsWrapper = $('<h2 class="nav-tab-wrapper"></h2>');

                if (0 < $h1.length) {
                    $tabsWrapper.insertAfter($h1);
                } else if (0 < $wrap.length) {
                    $wrap.prepend($tabsWrapper);
                }

                $tab = $('<a href="#" class="nav-tab"></a>');
            }

            // Create a clone.
            $tab = $tab.clone();
            // Open in current page.
            $tab.removeAttr('target');
            $tab.removeClass('nav-tab-active');
            $tab.addClass('fs-tab');
            $tab.addClass('<?php echo $fs->get_unique_affix() ?>');

            var $tabClone = null;

            <?php $freemius_context_page = null ?>

            <?php foreach ($tabs as $tab) : ?>
            <?php $is_support_tab = ( 'wp-support-forum' == $tab['slug'] ) ?>
            // Add the Freemius tabs.
            $tabClone = $tab.clone();
            $tabClone.html(<?php echo json_encode( $tab['label'] ) ?>)
                .attr('href', '<?php echo $is_support_tab ? $fs->get_support_forum_url() : $tab['href'] ?>')
                .appendTo($tabsWrapper)
                // Remove any custom click events.
                .off('click', '**')
                .addClass('<?php echo $tab['slug'] ?>')
                // Avoid tab click triggering parent events.
                .click(function (e) {
                    e.stopPropagation();
                });

            <?php if ($is_support_tab) : ?>
            // Open support in a new tab/page.
            $tabClone.attr('target', '_blank');
            <?php endif ?>

            <?php if ($fs->is_admin_page( $tab['slug'] )) : ?>
            <?php $freemius_context_page = $tab['slug'] ?>
            // Select the relevant Freemius tab.
            $tabs.removeClass('nav-tab-active');
            $tabClone.addClass('nav-tab-active');

            <?php if (in_array( $freemius_context_page, array( 'pricing', 'contact', 'checkout' ) )) : ?>
            // Add AJAX loader.
            $tabClone.prepend('<i class="fs-ajax-spinner"></i>');
            // Hide loader after content fully loaded.
            $('.wrap i' + 'frame').load(function () {
                $(".fs-ajax-spinner").hide();
            });
            <?php endif ?>

            // Fix URLs that are starting with a hashtag.
            $tabs.each(function (j, tab) {
                if (0 === $(tab).attr('href').indexOf('#')) {
                    $(tab).attr('href', '<?php echo esc_js( $fs->main_menu_url() ) ?>' + $(tab).attr('href'));
                }
            });
            <?php endif ?>
            <?php endforeach ?>

            var selectTab = function ($tab) {
                $(window).load(function () {
                    $tab.click();

                    // Scroll to the top since the browser will auto scroll to the anchor.
                    document.body.scrollTop = 0;
                    document.body.scrollLeft = 0;
//						window.scrollTo(0,0);
                });
            };

            // If the URL is loaded with a hashtag, find the context tab and select it.
            if (window.location.hash) {
                for (var j = 0; j < $tabs.length; j++) {
                    if (window.location.hash === $($tabs[j]).attr('href')) {
                        selectTab($($tabs[j]));
                        break;
                    }
                }
            }

            <?php if (is_string( $freemius_context_page ) && in_array( $freemius_context_page, array(
            'pricing',
            'contact',
            'checkout'
        ) )) : ?>
            // Add margin to the upper section of the tabs to give extra space for the HTTPS header.
            // @todo This code assumes that the wrapper style is fully loaded, if there's a stylesheet that is not loaded via the HTML head, it may cause unpredicted margin-top.
            var $tabsWrap = $tabsWrapper.parents('.wrap');
            $tabsWrap.css('marginTop', (parseInt($tabsWrap.css('marginTop'), 10) + 30) + 'px');
            <?php endif ?>
            <?php endif ?>
        });
    })(jQuery);
</script>freemius/includes/customizer/class-fs-customizer-upsell-control.php000064400000012414151213253150022003 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.2.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Class FS_Customizer_Upsell_Control
	 */
	class FS_Customizer_Upsell_Control extends WP_Customize_Control {

		/**
		 * Control type
		 *
		 * @var string control type
		 */
		public $type = 'freemius-upsell-control';

		/**
		 * @var Freemius
		 */
		public $fs = null;

		/**
		 * @param WP_Customize_Manager $manager the customize manager class.
		 * @param string               $id      id.
		 * @param array                $args    customizer manager parameters.
		 */
		public function __construct( WP_Customize_Manager $manager, $id, array $args ) {
			$manager->register_control_type( 'FS_Customizer_Upsell_Control' );

			parent::__construct( $manager, $id, $args );
		}

		/**
		 * Enqueue resources for the control.
		 */
		public function enqueue() {
			fs_enqueue_local_style( 'fs_customizer', 'customizer.css' );
		}

		/**
		 * Json conversion
		 */
		public function to_json() {
			$pricing_cta = esc_html( $this->fs->get_pricing_cta_label() ) . '&nbsp;&nbsp;' . ( is_rtl() ? '&#x2190;' : '&#x27a4;' );

			parent::to_json();

			$this->json['button_text'] = $pricing_cta;
			$this->json['button_url']  = $this->fs->is_in_trial_promotion() ?
				$this->fs->get_trial_url() :
				$this->fs->get_upgrade_url();

			$api = FS_Plugin::is_valid_id( $this->fs->get_bundle_id() ) ?
				$this->fs->get_api_bundle_scope() :
				$this->fs->get_api_plugin_scope();

			// Load features.
			$pricing = $api->get( $this->fs->add_show_pending( "pricing.json" ) );

			if ( $this->fs->is_api_result_object( $pricing, 'plans' ) ) {
				// Add support features.
				if ( is_array( $pricing->plans ) && 0 < count( $pricing->plans ) ) {
					$support_features = array(
						'kb'                 => 'Help Center',
						'forum'              => 'Support Forum',
						'email'              => 'Priority Email Support',
						'phone'              => 'Phone Support',
						'skype'              => 'Skype Support',
						'is_success_manager' => 'Personal Success Manager',
					);

					for ( $i = 0, $len = count( $pricing->plans ); $i < $len; $i ++ ) {
						if ( 'free' == $pricing->plans[$i]->name ) {
							continue;
						}

						if ( ! isset( $pricing->plans[ $i ]->features ) ||
                            ! is_array( $pricing->plans[ $i ]->features ) ) {
							$pricing->plans[$i]->features = array();
						}

						foreach ( $support_features as $key => $label ) {
							$key = ( 'is_success_manager' !== $key ) ?
								"support_{$key}" :
								$key;

							if ( ! empty( $pricing->plans[ $i ]->{$key} ) ) {

								$support_feature        = new stdClass();
								$support_feature->title = $label;

								$pricing->plans[ $i ]->features[] = $support_feature;
							}
						}
					}

                    $this->json['plans'] = $pricing->plans;
				}
			}

			$this->json['strings'] = array(
				'plan' => $this->fs->get_text_x_inline( 'Plan', 'as product pricing plan', 'plan' ),
			);
		}

		/**
		 * Control content
		 */
		public function content_template() {
			?>
			<div id="fs_customizer_upsell">
				<# if ( data.plans ) { #>
					<ul class="fs-customizer-plans">
						<# for (i in data.plans) { #>
							<# if ( 'free' != data.plans[i].name && (null != data.plans[i].features && 0 < data.plans[i].features.length) ) { #>
								<li class="fs-customizer-plan">
									<div class="fs-accordion-section-open">
										<h2 class="fs-accordion-section-title menu-item">
											<span>{{ data.plans[i].title }}</span>
											<button type="button" class="button-link item-edit" aria-expanded="true">
												<span class="screen-reader-text">Toggle section: {{ data.plans[i].title }} {{ data.strings.plan }}</span>
												<span class="toggle-indicator" aria-hidden="true"></span>
											</button>
										</h2>
										<div class="fs-accordion-section-content">
											<# if ( data.plans[i].description ) { #>
												<h3>{{ data.plans[i].description }}</h3>
											<# } #>
											<# if ( data.plans[i].features ) { #>
												<ul>
													<# for ( j in data.plans[i].features ) { #>
														<li><div class="fs-feature">
																<span class="dashicons dashicons-yes"></span><span><# if ( data.plans[i].features[j].value ) { #>{{ data.plans[i].features[j].value }} <# } #>{{ data.plans[i].features[j].title }}</span>
																<# if ( data.plans[i].features[j].description ) { #>
																	<span class="dashicons dashicons-editor-help"><span class="fs-feature-desc">{{ data.plans[i].features[j].description }}</span></span>
																	<# } #>
															</div></li>
														<# } #>
												</ul>
												<# } #>
													<# if ( 'free' != data.plans[i].name ) { #>
														<a href="{{ data.button_url }}" class="button button-primary" target="_blank">{{{ data.button_text }}}</a>
														<# } #>
										</div>
									</div>
								</li>
							<# } #>
						<# } #>
					</ul>
				<# } #>
			</div>
		<?php }
	}freemius/includes/customizer/class-fs-customizer-support-section.php000064400000005247151213253150022205 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.2.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Class Zerif_Customizer_Theme_Info_Main
	 *
	 * @since  1.0.0
	 * @access public
	 */
	class FS_Customizer_Support_Section extends WP_Customize_Section {

		function __construct( $manager, $id, $args = array() ) {
			$manager->register_section_type( 'FS_Customizer_Support_Section' );

			parent::__construct( $manager, $id, $args );
		}

		/**
		 * The type of customize section being rendered.
		 *
		 * @since  1.0.0
		 * @access public
		 * @var    string
		 */
		public $type = 'freemius-support-section';

		/**
		 * @var Freemius
		 */
		public $fs = null;

		/**
		 * Add custom parameters to pass to the JS via JSON.
		 *
		 * @since  1.0.0
		 */
		public function json() {
			$json = parent::json();

			$is_contact_visible = $this->fs->is_page_visible( 'contact' );
			$is_support_visible = $this->fs->is_page_visible( 'support' );

			$json['theme_title'] = $this->fs->get_plugin_name();

			if ( $is_contact_visible && $is_support_visible ) {
				$json['theme_title'] .= ' ' . $this->fs->get_text_inline( 'Support', 'support' );
			}

			if ( $is_contact_visible ) {
				$json['contact'] = array(
					'label' => $this->fs->get_text_inline( 'Contact Us', 'contact-us' ),
					'url'   => $this->fs->contact_url(),
				);
			}

			if ( $is_support_visible ) {
				$json['support'] = array(
					'label' => $this->fs->get_text_inline( 'Support Forum', 'support-forum' ),
					'url'   => $this->fs->get_support_forum_url()
				);
			}

			return $json;
		}

		/**
		 * Outputs the Underscore.js template.
		 *
		 * @since  1.0.0
		 */
		protected function render_template() {
			?>
			<li id="fs_customizer_support"
			    class="accordion-section control-section control-section-{{ data.type }} cannot-expand">
				<h3 class="accordion-section-title">
					<span>{{ data.theme_title }}</span>
					<# if ( data.contact && data.support ) { #>
					<div class="button-group">
					<# } #>
						<# if ( data.contact ) { #>
							<a class="button" href="{{ data.contact.url }}" target="_blank" rel="noopener noreferrer">{{ data.contact.label }} </a>
							<# } #>
						<# if ( data.support ) { #>
							<a class="button" href="{{ data.support.url }}" target="_blank" rel="noopener noreferrer">{{ data.support.label }} </a>
							<# } #>
					<# if ( data.contact && data.support ) { #>
					</div>
					<# } #>
				</h3>
			</li>
			<?php
		}
	}freemius/includes/customizer/index.php000064400000000131151213253150014206 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/fs-core-functions.php000064400000151065151213253150014254 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    if ( ! function_exists( 'fs_dummy' ) ) {
        function fs_dummy() {
        }
    }

    /* Url.
    --------------------------------------------------------------------------------------------*/
    if ( ! function_exists( 'fs_get_url_daily_cache_killer' ) ) {
        function fs_get_url_daily_cache_killer() {
            return date( '\YY\Mm\Dd' );
        }
    }

    /* Templates / Views.
    --------------------------------------------------------------------------------------------*/
    if ( ! function_exists( 'fs_get_template_path' ) ) {
        function fs_get_template_path( $path ) {
            return WP_FS__DIR_TEMPLATES . '/' . trim( $path, '/' );
        }

        function fs_include_template( $path, &$params = null ) {
            $VARS = &$params;
            include fs_get_template_path( $path );
        }

        function fs_include_once_template( $path, &$params = null ) {
            $VARS = &$params;
            include_once fs_get_template_path( $path );
        }

        function fs_require_template( $path, &$params = null ) {
            $VARS = &$params;
            require fs_get_template_path( $path );
        }

        function fs_require_once_template( $path, &$params = null ) {
            $VARS = &$params;
            require_once fs_get_template_path( $path );
        }

        function fs_get_template( $path, &$params = null ) {
            ob_start();

            $VARS = &$params;
            require fs_get_template_path( $path );

            return ob_get_clean();
        }
    }

    /* Scripts and styles including.
    --------------------------------------------------------------------------------------------*/

    if ( ! function_exists( 'fs_asset_url' ) ) {
        /**
         * Generates an absolute URL to the given path. This function ensures that the URL will be correct whether the asset
         * is inside a plugin's folder or a theme's folder.
         *
         * Examples:
         * 1. "themes" folder
         *    Path: C:/xampp/htdocs/fswp/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
         *    URL: http://fswp:8080/wp-content/themes/twentytwelve/freemius/assets/css/admin/common.css
         *
         * 2. "plugins" folder
         *    Path: C:/xampp/htdocs/fswp/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
         *    URL: http://fswp:8080/wp-content/plugins/rating-widget-premium/freemius/assets/css/admin/common.css
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @param  string $asset_abs_path Asset's absolute path.
         *
         * @return string Asset's URL.
         */
        function fs_asset_url( $asset_abs_path ) {
            $wp_content_dir = fs_normalize_path( WP_CONTENT_DIR );
            $asset_abs_path = fs_normalize_path( $asset_abs_path );

            if ( 0 === strpos( $asset_abs_path, $wp_content_dir ) ) {
                // Handle both theme and plugin assets located in the standard directories.
                $asset_rel_path = str_replace( $wp_content_dir, '', $asset_abs_path );
                $asset_url      = content_url( fs_normalize_path( $asset_rel_path ) );
            } else {
                $wp_plugins_dir = fs_normalize_path( WP_PLUGIN_DIR );
                if ( 0 === strpos( $asset_abs_path, $wp_plugins_dir ) ) {
                    // Try to handle plugin assets that may be located in a non-standard plugins directory.
                    $asset_rel_path = str_replace( $wp_plugins_dir, '', $asset_abs_path );
                    $asset_url      = plugins_url( fs_normalize_path( $asset_rel_path ) );
                } else {
                    // Try to handle theme assets that may be located in a non-standard themes directory.
                    $active_theme_stylesheet = get_stylesheet();
                    $wp_themes_dir           = fs_normalize_path( trailingslashit( get_theme_root( $active_theme_stylesheet ) ) );
                    $asset_rel_path          = str_replace( $wp_themes_dir, '', fs_normalize_path( $asset_abs_path ) );
                    $asset_url               = trailingslashit( get_theme_root_uri( $active_theme_stylesheet ) ) . fs_normalize_path( $asset_rel_path );
                }
            }

            return $asset_url;
        }
    }

    if ( ! function_exists( 'fs_enqueue_local_style' ) ) {
        function fs_enqueue_local_style( $handle, $path, $deps = array(), $ver = false, $media = 'all' ) {
            wp_enqueue_style( $handle, fs_asset_url( WP_FS__DIR_CSS . '/' . trim( $path, '/' ) ), $deps, $ver, $media );
        }
    }

    if ( ! function_exists( 'fs_enqueue_local_script' ) ) {
        function fs_enqueue_local_script( $handle, $path, $deps = array(), $ver = false, $in_footer = true ) {
            wp_enqueue_script( $handle, fs_asset_url( WP_FS__DIR_JS . '/' . trim( $path, '/' ) ), $deps, $ver, $in_footer );
        }
    }

    if ( ! function_exists( 'fs_img_url' ) ) {
        function fs_img_url( $path, $img_dir = WP_FS__DIR_IMG ) {
            return ( fs_asset_url( $img_dir . '/' . trim( $path, '/' ) ) );
        }
    }

    #--------------------------------------------------------------------------------
    #region Request handlers.
    #--------------------------------------------------------------------------------

    if ( ! function_exists( 'fs_request_get_raw' ) ) {
        /**
         * A helper function to fetch GET/POST user input with an optional default value when the input is not set.
         * This function does not do sanitization. It is up to the caller to properly sanitize and validate the input.
         *
         * The return of this function is always unslashed.
         *
         * @since 2.5.10
         *
         * @param string      $key
         * @param mixed       $def
         * @param string|bool $type When set to 'get', it will look for the value passed via query string. When
         *                          set to 'post', it will look for the value passed via the POST request's body. Otherwise,
         *                          it will check if the parameter was passed using any of the mentioned two methods.
         *
         * @return mixed
         */
        function fs_request_get_raw( $key, $def = false, $type = false ) {
            if ( is_string( $type ) ) {
                $type = strtolower( $type );
            }

            /**
             * Note to WordPress.org reviewers:
             * This is a helper function to fetch GET/POST user input with an optional default value when the input is not set. The actual sanitization is done in the scope of the function's usage.
             */
            switch ( $type ) {
                case 'post':
                    // phpcs:ignore WordPress.Security.NonceVerification.Missing
                    $value = isset( $_POST[ $key ] ) ? $_POST[ $key ] : $def;
                    break;
                case 'get':
                    // phpcs:ignore WordPress.Security.NonceVerification.Recommended
                    $value = isset( $_GET[ $key ] ) ? $_GET[ $key ] : $def;
                    break;
                default:
                    // phpcs:ignore WordPress.Security.NonceVerification.Recommended
                    $value = isset( $_REQUEST[ $key ] ) ? $_REQUEST[ $key ] : $def;
                    break;
            }

            // Don't unslash if the value itself is empty (empty string, null, empty array etc).
            return empty( $value ) ? $value : wp_unslash( $value );
        }
    }

    if ( ! function_exists( 'fs_sanitize_input' ) ) {
        /**
         * Sanitizes input recursively (if an array).
         *
         * @param mixed $input
         *
         * @return mixed
         * @uses  sanitize_text_field()
         * @since 2.5.10
         */
        function fs_sanitize_input( $input ) {
            if ( is_array( $input ) ) {
                foreach ( $input as $key => $value ) {
                    $input[ $key ] = fs_sanitize_input( $value );
                }
            } else {
                // Allow empty values to pass through as-is, like `null`, `''`, `0`, `'0'` etc.
                $input = empty( $input ) ? $input : sanitize_text_field( $input );
            }

            return $input;
        }
    }

    if ( ! function_exists( 'fs_request_get' ) ) {
        /**
         * A helper method to fetch GET/POST user input with an optional default value when the input is not set.
         *
         * @author Vova Feldman (@svovaf)
         *
         * @note The return value is always sanitized with sanitize_text_field().
         *
         * @param string      $key
         * @param mixed       $def
         * @param string|bool $type Since 1.2.1.7 - when set to 'get' will look for the value passed via querystring, when
         *                          set to 'post' will look for the value passed via the POST request's body, otherwise,
         *                          will check if the parameter was passed in any of the two.
         *
         *
         * @return mixed
         */
        function fs_request_get( $key, $def = false, $type = false ) {
            return fs_sanitize_input( fs_request_get_raw( $key, $def, $type ) );
        }
    }

    if ( ! function_exists( 'fs_request_has' ) ) {
        function fs_request_has( $key ) {
            // phpcs:ignore WordPress.Security.NonceVerification.Recommended
            return isset( $_REQUEST[ $key ] );
        }
    }

    if ( ! function_exists( 'fs_request_get_bool' ) ) {
        /**
         * A helper method to fetch GET/POST user boolean input with an optional default value when the input is not set.
         *
         * @author Vova Feldman (@svovaf)
         *
         * @param string $key
         * @param bool $def
         *
         * @return bool|mixed
         */
        function fs_request_get_bool( $key, $def = false ) {
            $val = fs_request_get( $key, null );

            if ( is_null( $val ) ) {
                return $def;
            }

            if ( is_bool( $val ) ) {
                return $val;
            } else if ( is_numeric( $val ) ) {
                if ( 1 == $val ) {
                    return true;
                } else if ( 0 == $val ) {
                    return false;
                }
            } else if ( is_string( $val ) ) {
                $val = strtolower( $val );

                if ( 'true' === $val ) {
                    return true;
                } else if ( 'false' === $val ) {
                    return false;
                }
            }

            return $def;
        }
    }

    if ( ! function_exists( 'fs_request_is_post' ) ) {
        function fs_request_is_post() {
            return ( 'post' === strtolower( $_SERVER['REQUEST_METHOD'] ) );
        }
    }

    if ( ! function_exists( 'fs_request_is_get' ) ) {
        function fs_request_is_get() {
            return ( 'get' === strtolower( $_SERVER['REQUEST_METHOD'] ) );
        }
    }

    if ( ! function_exists( 'fs_get_action' ) ) {
        function fs_get_action( $action_key = 'action' ) {
            // phpcs:disable WordPress.Security.NonceVerification.Recommended
            if ( ! empty( $_REQUEST[ $action_key ] ) && is_string( $_REQUEST[ $action_key ] ) ) {
                return strtolower( $_REQUEST[ $action_key ] );
            }

            if ( 'action' == $action_key ) {
                $action_key = 'fs_action';

                if ( ! empty( $_REQUEST[ $action_key ] ) && is_string( $_REQUEST[ $action_key ] ) ) {
                    return strtolower( $_REQUEST[ $action_key ] );
                }
            }

            return false;
            // phpcs:enable WordPress.Security.NonceVerification.Recommended
        }
    }

    if ( ! function_exists( 'fs_request_is_action' ) ) {
        function fs_request_is_action( $action, $action_key = 'action' ) {
            return ( strtolower( $action ) === fs_get_action( $action_key ) );
        }
    }

    if ( ! function_exists( 'fs_request_is_action_secure' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @since  1.2.1.5 Allow nonce verification.
         *
         * @param string $action
         * @param string $action_key
         * @param string $nonce_key
         *
         * @return bool
         */
        function fs_request_is_action_secure(
            $action,
            $action_key = 'action',
            $nonce_key = 'nonce'
        ) {
            if ( strtolower( $action ) !== fs_get_action( $action_key ) ) {
                return false;
            }

            $nonce = ! empty( $_REQUEST[ $nonce_key ] ) ?
                $_REQUEST[ $nonce_key ] :
                '';

            if ( empty( $nonce ) ||
                 ( false === wp_verify_nonce( $nonce, $action ) )
            ) {
                return false;
            }

            return true;
        }
    }

    #endregion

    if ( ! function_exists( 'fs_is_plugin_page' ) ) {
        function fs_is_plugin_page( $page_slug ) {
            return ( is_admin() && $page_slug === fs_request_get( 'page' ) );
        }
    }

    if ( ! function_exists( 'fs_get_raw_referer' ) ) {
        /**
         * Retrieves unvalidated referer from '_wp_http_referer' or HTTP referer.
         *
         * Do not use for redirects, use {@see wp_get_referer()} instead.
         *
         * @since 1.2.3
         *
         * @return string|false Referer URL on success, false on failure.
         */
        function fs_get_raw_referer() {
            if ( function_exists( 'wp_get_raw_referer' ) ) {
                return wp_get_raw_referer();
            }
            if ( ! empty( $_REQUEST['_wp_http_referer'] ) ) {
                return wp_unslash( $_REQUEST['_wp_http_referer'] );
            } else if ( ! empty( $_SERVER['HTTP_REFERER'] ) ) {
                return wp_unslash( $_SERVER['HTTP_REFERER'] );
            }

            return false;
        }
    }

    /* Core UI.
    --------------------------------------------------------------------------------------------*/
    if ( ! function_exists( 'fs_ui_action_button' ) ) {
        /**
         * @param number      $module_id
         * @param string      $page
         * @param string      $action
         * @param string      $title
         * @param string      $button_class
         * @param array       $params
         * @param bool        $is_primary
         * @param bool        $is_small
         * @param string|bool $icon_class   Optional class for an icon (since 1.1.7).
         * @param string|bool $confirmation Optional confirmation message before submit (since 1.1.7).
         * @param string      $method       Since 1.1.7
         *
         * @uses fs_ui_get_action_button()
         */
        function fs_ui_action_button(
            $module_id,
            $page,
            $action,
            $title,
            $button_class = '',
            $params = array(),
            $is_primary = true,
            $is_small = false,
            $icon_class = false,
            $confirmation = false,
            $method = 'GET'
        ) {
            echo fs_ui_get_action_button(
                $module_id,
                $page,
                $action,
                $title,
                $button_class,
                $params,
                $is_primary,
                $is_small,
                $icon_class,
                $confirmation,
                $method
            );
        }
    }

    if ( ! function_exists( 'fs_ui_get_action_button' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param number      $module_id
         * @param string      $page
         * @param string      $action
         * @param string      $title
         * @param string      $button_class
         * @param array       $params
         * @param bool        $is_primary
         * @param bool        $is_small
         * @param string|bool $icon_class   Optional class for an icon.
         * @param string|bool $confirmation Optional confirmation message before submit.
         * @param string      $method
         *
         * @return string
         */
        function fs_ui_get_action_button(
            $module_id,
            $page,
            $action,
            $title,
            $button_class = '',
            $params = array(),
            $is_primary = true,
            $is_small = false,
            $icon_class = false,
            $confirmation = false,
            $method = 'GET'
        ) {
            // Prepend icon (if set).
            $title = ( is_string( $icon_class ) ? '<i class="' . $icon_class . '"></i> ' : '' ) . $title;

            if ( is_string( $confirmation ) ) {
                return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="if (confirm(\'%s\')) this.parentNode.submit(); return false;">%s</a></form>',
                    freemius( $module_id )->_get_admin_page_url( $page, $params ),
                    $method,
                    $action,
                    wp_nonce_field( $action, '_wpnonce', true, false ),
                    'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
                    $confirmation,
                    $title
                );
            } else if ( 'GET' !== strtoupper( $method ) ) {
                return sprintf( '<form action="%s" method="%s"><input type="hidden" name="fs_action" value="%s">%s<a href="#" class="%s" onclick="this.parentNode.submit(); return false;">%s</a></form>',
                    freemius( $module_id )->_get_admin_page_url( $page, $params ),
                    $method,
                    $action,
                    wp_nonce_field( $action, '_wpnonce', true, false ),
                    'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
                    $title
                );
            } else {
                return sprintf( '<a href="%s" class="%s">%s</a></form>',
                    wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ),
                    'button' . ( ! empty( $button_class ) ? ' ' . $button_class : '' ) . ( $is_primary ? ' button-primary' : '' ) . ( $is_small ? ' button-small' : '' ),
                    $title
                );
            }
        }

        function fs_ui_action_link( $module_id, $page, $action, $title, $params = array() ) {
            ?><a class=""
                 href="<?php echo wp_nonce_url( freemius( $module_id )->_get_admin_page_url( $page, array_merge( $params, array( 'fs_action' => $action ) ) ), $action ) ?>"><?php echo $title ?></a><?php
        }
    }

    if ( ! function_exists( 'fs_get_entity' ) ) {
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param mixed  $entity
         * @param string $class
         *
         * @return FS_Plugin|FS_User|FS_Site|FS_Plugin_License|FS_Plugin_Plan|FS_Plugin_Tag|FS_Subscription
         */
        function fs_get_entity( $entity, $class ) {
            if ( ! is_object( $entity ) || $entity instanceof $class ) {
                return $entity;
            }

            return new $class( $entity );
        }
    }

    if ( ! function_exists( 'fs_get_entities' ) ) {
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param mixed  $entities
         * @param string $class_name
         *
         * @return FS_Plugin[]|FS_User[]|FS_Site[]|FS_Plugin_License[]|FS_Plugin_Plan[]|FS_Plugin_Tag[]|FS_Subscription[]
         */
        function fs_get_entities( $entities, $class_name ) {
            if ( ! is_array( $entities ) || empty( $entities ) ) {
                return $entities;
            }

            // Get first element.
            $first_array_element = reset( $entities );

            if ( $first_array_element instanceof $class_name ) {
                /**
                 * If the first element of the array is an instance of the context class, assume that all other
                 * elements are instances of the class.
                 */
                return $entities;
            }

            if (
                is_array( $first_array_element ) &&
                ! empty( $first_array_element )
            ) {
                $first_array_element = reset( $first_array_element );

                if ( $first_array_element instanceof $class_name ) {
                    /**
                     * If the first element of the `$entities` array is an array whose first element is an instance of the
                     * context class, assume that all other objects are instances of the class.
                     */
                    return $entities;
                }
            }

            foreach ( $entities as $key => $entities_or_entity ) {
                if ( is_array( $entities_or_entity ) ) {
                    $entities[ $key ] = fs_get_entities( $entities_or_entity, $class_name );
                } else {
                    $entities[ $key ] = fs_get_entity( $entities_or_entity, $class_name );
                }
            }

            return $entities;
        }
    }

    if ( ! function_exists( 'fs_nonce_url' ) ) {
        /**
         * Retrieve URL with nonce added to URL query.
         *
         * Originally was using `wp_nonce_url()` but the new version
         * changed the return value to escaped URL, that's not the expected
         * behaviour.
         *
         * @author Vova Feldman (@svovaf)
         * @since  ~1.1.3
         *
         * @param string     $actionurl URL to add nonce action.
         * @param int|string $action    Optional. Nonce action name. Default -1.
         * @param string     $name      Optional. Nonce name. Default '_wpnonce'.
         *
         * @return string Escaped URL with nonce action added.
         */
        function fs_nonce_url( $actionurl, $action = - 1, $name = '_wpnonce' ) {
            return add_query_arg( $name, wp_create_nonce( $action ), $actionurl );
        }
    }

    if ( ! function_exists( 'fs_parse_url_params' ) ) {
        /**
         * Returns the query parameters of the given URL if there are any.
         *
         * @param string $url
         * @param bool   $html_entity_decode
         *
         * @return array<string, string> Key value pair where key represents the parameter name and value represents the parameter value.
         */
        function fs_parse_url_params( $url, $html_entity_decode = false ) {
            $query_str  = parse_url( $url, PHP_URL_QUERY );
            $url_params = array();

            if ( empty( $query_str ) ) {
                return $url_params;
            }

            if ( $html_entity_decode ) {
                $query_str = html_entity_decode( $query_str );
            }

            parse_str( $query_str, $url_params );

            return $url_params;
        }
    }

    if ( ! function_exists( 'fs_starts_with' ) ) {
        /**
         * Check if string starts with.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param string $haystack
         * @param string $needle
         *
         * @return bool
         */
        function fs_starts_with( $haystack, $needle ) {
            $length = strlen( $needle );

            return ( substr( $haystack, 0, $length ) === $needle );
        }
    }

    if ( ! function_exists( 'fs_ends_with' ) ) {
        /**
         * Check if string ends with.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $haystack
         * @param string $needle
         *
         * @return bool
         */
        function fs_ends_with( $haystack, $needle ) {
            $length = strlen( $needle );
            $start  = $length * - 1; // negative

            return ( substr( $haystack, $start ) === $needle );
        }
    }

    if ( ! function_exists( 'fs_strip_url_protocol' ) ) {
        function fs_strip_url_protocol( $url ) {
            if ( ! fs_starts_with( $url, 'http' ) ) {
                return $url;
            }

            $protocol_pos = strpos( $url, '://' );

            if ( $protocol_pos > 5 ) {
                return $url;
            }

            return substr( $url, $protocol_pos + 3 );
        }
    }

    #region Url Canonization ------------------------------------------------------------------

    if ( ! function_exists( 'fs_canonize_url' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param string $url
         * @param bool   $omit_host
         * @param array  $ignore_params
         *
         * @return string
         */
        function fs_canonize_url( $url, $omit_host = false, $ignore_params = array() ) {
            $parsed_url = parse_url( strtolower( $url ) );

//		if ( ! isset( $parsed_url['host'] ) ) {
//			return $url;
//		}

            $canonical = ( ( $omit_host || ! isset( $parsed_url['host'] ) ) ? '' : $parsed_url['host'] ) . $parsed_url['path'];

            if ( isset( $parsed_url['query'] ) ) {
                parse_str( $parsed_url['query'], $queryString );
                $canonical .= '?' . fs_canonize_query_string( $queryString, $ignore_params );
            }

            return $canonical;
        }
    }

    if ( ! function_exists( 'fs_canonize_query_string' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param array $params
         * @param array $ignore_params
         * @param bool  $params_prefix
         *
         * @return string
         */
        function fs_canonize_query_string( array $params, array &$ignore_params, $params_prefix = false ) {
            if ( ! is_array( $params ) || 0 === count( $params ) ) {
                return '';
            }

            // Url encode both keys and values
            $keys   = fs_urlencode_rfc3986( array_keys( $params ) );
            $values = fs_urlencode_rfc3986( array_values( $params ) );
            $params = array_combine( $keys, $values );

            // Parameters are sorted by name, using lexicographical byte value ordering.
            // Ref: Spec: 9.1.1 (1)
            uksort( $params, 'strcmp' );

            $pairs = array();
            foreach ( $params as $parameter => $value ) {
                $lower_param = strtolower( $parameter );

                // Skip ignore params.
                if ( in_array( $lower_param, $ignore_params ) ||
                     ( false !== $params_prefix && fs_starts_with( $lower_param, $params_prefix ) )
                ) {
                    continue;
                }

                if ( is_array( $value ) ) {
                    // If two or more parameters share the same name, they are sorted by their value
                    // Ref: Spec: 9.1.1 (1)
                    natsort( $value );
                    foreach ( $value as $duplicate_value ) {
                        $pairs[] = $lower_param . '=' . $duplicate_value;
                    }
                } else {
                    $pairs[] = $lower_param . '=' . $value;
                }
            }

            if ( 0 === count( $pairs ) ) {
                return '';
            }

            return implode( "&", $pairs );
        }
    }

    if ( ! function_exists( 'fs_urlencode_rfc3986' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param string|string[] $input
         *
         * @return array|mixed|string
         */
        function fs_urlencode_rfc3986( $input ) {
            if ( is_array( $input ) ) {
                return array_map( 'fs_urlencode_rfc3986', $input );
            } else if ( is_scalar( $input ) ) {
                return str_replace( '+', ' ', str_replace( '%7E', '~', rawurlencode( $input ) ) );
            }

            return '';
        }
    }

    #endregion Url Canonization ------------------------------------------------------------------

    if ( ! function_exists( 'fs_download_image' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         *
         * @since  1.2.2 Changed to usage of WP_Filesystem_Direct.
         *
         * @param string $from URL
         * @param string $to   File path.
         *
         * @return bool Is successfully downloaded.
         */
        function fs_download_image( $from, $to ) {
            $dir = dirname( $to );

            if ( 'direct' !== get_filesystem_method( array(), $dir ) ) {
                return false;
            }

            if ( ! class_exists( 'WP_Filesystem_Direct' ) ) {
                require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-base.php';
                require_once ABSPATH . 'wp-admin/includes/class-wp-filesystem-direct.php';
            }

            $fs      = new WP_Filesystem_Direct( '' );
            $tmpfile = download_url( $from );

            if ( $tmpfile instanceof WP_Error ) {
                // Issue downloading the file.
                return false;
            }

            $fs->copy( $tmpfile, $to );
            $fs->delete( $tmpfile );

            return true;
        }
    }

    /* General Utilities
    --------------------------------------------------------------------------------------------*/

    if ( ! function_exists( 'fs_sort_by_priority' ) ) {
        /**
         * Sorts an array by the value of the priority key.
         *
         * @author Daniel Iser (@danieliser)
         * @since  1.1.7
         *
         * @param $a
         * @param $b
         *
         * @return int
         */
        function fs_sort_by_priority( $a, $b ) {

            // If b has a priority and a does not, b wins.
            if ( ! isset( $a['priority'] ) && isset( $b['priority'] ) ) {
                return 1;
            } // If b has a priority and a does not, b wins.
            elseif ( isset( $a['priority'] ) && ! isset( $b['priority'] ) ) {
                return - 1;
            } // If neither has a priority or both priorities are equal it's a tie.
            elseif ( ( ! isset( $a['priority'] ) && ! isset( $b['priority'] ) ) || $a['priority'] === $b['priority'] ) {
                return 0;
            }

            // If both have priority return the winner.
            return ( $a['priority'] < $b['priority'] ) ? - 1 : 1;
        }
    }

    #--------------------------------------------------------------------------------
    #region Localization
    #--------------------------------------------------------------------------------

    global $fs_text_overrides;

    if ( ! isset( $fs_text_overrides ) ) {
        $fs_text_overrides = array();
    }

    if ( ! function_exists( 'fs_text' ) ) {
        /**
         * Retrieve a translated text by key.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $key
         * @param string $slug
         *
         * @return string
         *
         * @global       $fs_text_overrides
         */
        function fs_text( $key, $slug = 'freemius' ) {
            global $fs_text_overrides;

            if ( isset( $fs_text_overrides[ $slug ] ) ) {
                if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
                    return $fs_text_overrides[ $slug ][ $key ];
                }

                $lower_key = strtolower( $key );
                if ( isset( $fs_text_overrides[ $slug ][ $lower_key ] ) ) {
                    return $fs_text_overrides[ $slug ][ $lower_key ];
                }
            }

            return $key;
        }

        #region Private

        /**
         * Retrieve an inline translated text by key with a context.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return string
         *
         * @global       $fs_text_overrides
         */
        function _fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            list( $text, $text_domain ) = fs_text_and_domain( $text, $key, $slug );

            // Avoid misleading Theme Check warning.
            $fn = 'translate_with_gettext_context';

            return $fn( $text, $context, $text_domain );
        }

        #endregion

        /**
         * Retrieve an inline translated text by key with a context.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return string
         *
         * @global       $fs_text_overrides
         */
        function fs_text_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            return _fs_text_x_inline( $text, $context, $key, $slug );
        }

        /**
         * Output a translated text by key.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $key
         * @param string $slug
         */
        function fs_echo( $key, $slug = 'freemius' ) {
            echo fs_text( $key, $slug );
        }

        /**
         * Output an inline translated text.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         */
        function fs_echo_inline( $text, $key = '', $slug = 'freemius' ) {
            echo _fs_text_inline( $text, $key, $slug );
        }

        /**
         * Output an inline translated text with a context.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         */
        function fs_echo_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            echo _fs_text_x_inline( $text, $context, $key, $slug );
        }
    }

    if ( ! function_exists( 'fs_text_override' ) ) {
        /**
         * Get a translatable text override if exists, or `false`.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string|false
         */
        function fs_text_override( $text, $key, $slug ) {
            global $fs_text_overrides;

            /**
             * Check if string is overridden.
             */
            if ( ! isset( $fs_text_overrides[ $slug ] ) ) {
                return false;
            }

            if ( empty( $key ) ) {
                $key = strtolower( str_replace( ' ', '-', $text ) );
            }

            if ( isset( $fs_text_overrides[ $slug ][ $key ] ) ) {
                return $fs_text_overrides[ $slug ][ $key ];
            }

            $lower_key = strtolower( $key );
            if ( isset( $fs_text_overrides[ $slug ][ $lower_key ] ) ) {
                return $fs_text_overrides[ $slug ][ $lower_key ];
            }

            return false;
        }
    }

    if ( ! function_exists( 'fs_text_and_domain' ) ) {
        /**
         * Get a translatable text and its text domain.
         *
         * When the text is overridden by the module, returns the overridden text and the text domain of the module. Otherwise, returns the original text and 'freemius' as the text domain.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string[]
         */
        function fs_text_and_domain( $text, $key, $slug ) {
            $override = fs_text_override( $text, $key, $slug );

            if ( false === $override ) {
                // No override, use FS text domain.
                $text_domain = 'freemius';
            } else {
                // Found an override.
                $text = $override;
                // Use the module's text domain.
                $text_domain = $slug;
            }

            return array( $text, $text_domain );
        }
    }

    if ( ! function_exists( '_fs_text_inline' ) ) {
        /**
         * Retrieve an inline translated text by key.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string
         *
         * @global       $fs_text_overrides
         */
        function _fs_text_inline( $text, $key = '', $slug = 'freemius' ) {
            list( $text, $text_domain ) = fs_text_and_domain( $text, $key, $slug );

            // Avoid misleading Theme Check warning.
            $fn = 'translate';

            return $fn( $text, $text_domain );
        }
    }

    if ( ! function_exists( 'fs_text_inline' ) ) {
        /**
         * Retrieve an inline translated text by key.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string
         *
         * @global       $fs_text_overrides
         */
        function fs_text_inline( $text, $key = '', $slug = 'freemius' ) {
            return _fs_text_inline( $text, $key, $slug );
        }
    }

    if ( ! function_exists( 'fs_esc_attr' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         *
         * @return string
         */
        function fs_esc_attr( $key, $slug ) {
            return esc_attr( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_attr_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_attr_inline( $text, $key = '', $slug = 'freemius' ) {
            return esc_attr( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_attr_x_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_attr_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            return esc_attr( _fs_text_x_inline( $text, $context, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_attr_echo' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         */
        function fs_esc_attr_echo( $key, $slug ) {
            echo esc_attr( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_attr_echo_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         */
        function fs_esc_attr_echo_inline( $text, $key = '', $slug = 'freemius' ) {
            echo esc_attr( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         *
         * @return string
         */
        function fs_esc_js( $key, $slug ) {
            return esc_js( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_js_inline( $text, $key = '', $slug = 'freemius' ) {
            return esc_js( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js_x_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_js_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            return esc_js( _fs_text_x_inline( $text, $context, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js_echo_x_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return void
         */
        function fs_esc_js_echo_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            echo esc_js( _fs_text_x_inline( $text, $context, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js_echo' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         */
        function fs_esc_js_echo( $key, $slug ) {
            echo esc_js( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_js_echo_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         */
        function fs_esc_js_echo_inline( $text, $key = '', $slug = 'freemius' ) {
            echo esc_js( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_json_encode_echo' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         */
        function fs_json_encode_echo( $key, $slug ) {
            echo json_encode( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_json_encode_echo_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         */
        function fs_json_encode_echo_inline( $text, $key = '', $slug = 'freemius' ) {
            echo json_encode( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         *
         * @return string
         */
        function fs_esc_html( $key, $slug ) {
            return esc_html( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_html_inline( $text, $key = '', $slug = 'freemius' ) {
            return esc_html( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html_x_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         *
         * @return string
         */
        function fs_esc_html_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            return esc_html( _fs_text_x_inline( $text, $context, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html_echo_x_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         * @param string $slug    Module slug for overrides.
         */
        function fs_esc_html_echo_x_inline( $text, $context, $key = '', $slug = 'freemius' ) {
            echo esc_html( _fs_text_x_inline( $text, $context, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html_echo' ) ) {
        /**
         * @author Vova Feldman
         * @since  1.2.1.6
         *
         * @param string $key
         * @param string $slug
         */
        function fs_esc_html_echo( $key, $slug ) {
            echo esc_html( fs_text( $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_esc_html_echo_inline' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         * @param string $slug Module slug for overrides.
         */
        function fs_esc_html_echo_inline( $text, $key = '', $slug = 'freemius' ) {
            echo esc_html( _fs_text_inline( $text, $key, $slug ) );
        }
    }

    if ( ! function_exists( 'fs_override_i18n' ) ) {
        /**
         * Override default i18n text phrases.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param array[string]string $key_value
         * @param string              $slug
         *
         * @global $fs_text_overrides
         */
        function fs_override_i18n( array $key_value, $slug = 'freemius' ) {
            global $fs_text_overrides;

            if ( ! isset( $fs_text_overrides[ $slug ] ) ) {
                $fs_text_overrides[ $slug ] = array();
            }

            foreach ( $key_value as $key => $value ) {
                $fs_text_overrides[ $slug ][ $key ] = $value;
            }
        }
    }

    #endregion

    #--------------------------------------------------------------------------------
    #region Multisite Network
    #--------------------------------------------------------------------------------

    if ( ! function_exists( 'fs_is_plugin_uninstall' ) ) {
        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function fs_is_plugin_uninstall() {
            return (
                defined( 'WP_UNINSTALL_PLUGIN' ) ||
                ( 0 < did_action( 'pre_uninstall_plugin' ) )
            );
        }
    }

    if ( ! function_exists( 'fs_is_network_admin' ) ) {
        /**
         * Unlike is_network_admin(), this one will also work properly when
         * the context execution is WP AJAX handler, and during plugin
         * uninstall.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function fs_is_network_admin() {
            return (
                WP_FS__IS_NETWORK_ADMIN ||
                ( is_multisite() && fs_is_plugin_uninstall() )
            );
        }
    }

    if ( ! function_exists( 'fs_is_blog_admin' ) ) {
        /**
         * Unlike is_blog_admin(), this one will also work properly when
         * the context execution is WP AJAX handler, and during plugin
         * uninstall.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function fs_is_blog_admin() {
            return (
                WP_FS__IS_BLOG_ADMIN ||
                ( ! is_multisite() && fs_is_plugin_uninstall() )
            );
        }
    }

    #endregion

    if ( ! function_exists( 'fs_apply_filter' ) ) {
        /**
         * Apply filter for specific plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string $module_unique_affix Module's unique affix.
         * @param string $tag                 The name of the filter hook.
         * @param mixed  $value               The value on which the filters hooked to `$tag` are applied on.
         *
         * @return mixed The filtered value after all hooked functions are applied to it.
         *
         * @uses   apply_filters()
         */
        function fs_apply_filter( $module_unique_affix, $tag, $value ) {
            $args = func_get_args();

            return call_user_func_array( 'apply_filters', array_merge(
                    array( "fs_{$tag}_{$module_unique_affix}" ),
                    array_slice( $args, 2 ) )
            );
        }
    }

    if ( ! function_exists( 'fs_get_optional_constant' ) ) {
        /**
         * Gets the value of an optional constant. If the constant is not defined, the default value will be returned.
         *
         * @author Swashata Ghosh (@swashata)
         * @since 2.5.12.5
         *
         * @param string $constant_name
         * @param mixed $default_value
         *
         * @return mixed
         */
        function fs_get_optional_constant( $constant_name, $default_value = null ) {
            return defined( $constant_name ) ? constant( $constant_name ) : $default_value;
        }
    }
freemius/includes/class-fs-admin-notices.php000064400000027727151213253150015162 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.0.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * WP Admin notices manager both for site level and network level.
     *
     * Class FS_Admin_Notices
     */
    class FS_Admin_Notices {
        /**
         * @since 1.2.2
         *
         * @var string
         */
        protected $_module_unique_affix;
        /**
         * @var string
         */
        protected $_id;
        /**
         * @var string
         */
        protected $_title;
        /**
         * @var FS_Admin_Notice_Manager
         */
        protected $_notices;
        /**
         * @var FS_Admin_Notice_Manager
         */
        protected $_network_notices;
        /**
         * @var int The ID of the blog that is associated with the current site level options.
         */
        private $_blog_id = 0;
        /**
         * @var bool
         */
        private $_is_multisite;
        /**
         * @var FS_Admin_Notices[]
         */
        private static $_instances = array();

        /**
         * @param string $id
         * @param string $title
         * @param string $module_unique_affix
         * @param bool   $is_network_and_blog_admins Whether or not the message should be shown both on network and
         *                                           blog admin pages.
         *
         * @return FS_Admin_Notices
         */
        static function instance( $id, $title = '', $module_unique_affix = '', $is_network_and_blog_admins = false ) {
            if ( ! isset( self::$_instances[ $id ] ) ) {
                self::$_instances[ $id ] = new FS_Admin_Notices( $id, $title, $module_unique_affix, $is_network_and_blog_admins );
            }

            return self::$_instances[ $id ];
        }

        /**
         * @param string $id
         * @param string $title
         * @param string $module_unique_affix
         * @param bool   $is_network_and_blog_admins Whether or not the message should be shown both on network and
         *                                           blog admin pages.
         */
        protected function __construct( $id, $title = '', $module_unique_affix = '', $is_network_and_blog_admins = false ) {
            $this->_id                  = $id;
            $this->_title               = $title;
            $this->_module_unique_affix = $module_unique_affix;
            $this->_is_multisite        = is_multisite();

            if ( $this->_is_multisite ) {
                $this->_blog_id = get_current_blog_id();

                $this->_network_notices = FS_Admin_Notice_Manager::instance(
                    $id,
                    $title,
                    $module_unique_affix,
                    $is_network_and_blog_admins,
                    true
                );
            }

            $this->_notices = FS_Admin_Notice_Manager::instance(
                $id,
                $title,
                $module_unique_affix,
                false,
                $this->_blog_id
            );
        }

        /**
         * Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string   $message
         * @param string   $title
         * @param string   $type
         * @param bool     $is_sticky
         * @param string   $id Message ID
         * @param bool     $store_if_sticky
         * @param int|null $network_level_or_blog_id
         *
         * @uses   add_action()
         */
        function add(
            $message,
            $title = '',
            $type = 'success',
            $is_sticky = false,
            $id = '',
            $store_if_sticky = true,
            $network_level_or_blog_id = null,
            $is_dimissible = null
        ) {
            $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );

            $notices->add(
                $message,
                $title,
                $type,
                $is_sticky,
                $id,
                $store_if_sticky,
                null,
                null,
                false,
                $is_dimissible
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param string|string[] $ids
         * @param int|null        $network_level_or_blog_id
         * @param bool            $store
         */
        function remove_sticky( $ids, $network_level_or_blog_id = null, $store = true ) {
            if ( ! is_array( $ids ) ) {
                $ids = array( $ids );
            }

            if ( $this->should_use_network_notices( $ids[0], $network_level_or_blog_id ) ) {
                $notices = $this->_network_notices;
            } else {
                $notices = $this->get_site_notices( $network_level_or_blog_id );
            }

            return $notices->remove_sticky( $ids, $store );
        }

        /**
         * Check if sticky message exists by id.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string   $id
         * @param int|null $network_level_or_blog_id
         *
         * @return bool
         */
        function has_sticky( $id, $network_level_or_blog_id = null ) {
            $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );

            return $notices->has_sticky( $id );
        }

        /**
         * Adds sticky admin notification.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param string      $message
         * @param string      $id Message ID
         * @param string      $title
         * @param string      $type
         * @param int|null    $network_level_or_blog_id
         * @param number|null $wp_user_id
         * @param string|null $plugin_title
         * @param bool        $is_network_and_blog_admins Whether or not the message should be shown both on network and
         *                                                blog admin pages.
         * @param bool        $is_dismissible
         */
        function add_sticky(
            $message,
            $id,
            $title = '',
            $type = 'success',
            $network_level_or_blog_id = null,
            $wp_user_id = null,
            $plugin_title = null,
            $is_network_and_blog_admins = false,
            $is_dismissible = true,
            $data = array()
        ) {
            $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );

            $notices->add_sticky( $message, $id, $title, $type, $wp_user_id, $plugin_title, $is_network_and_blog_admins, $is_dismissible, $data );
        }

        /**
         * Retrieves the data of a sticky notice.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.4.3
         *
         * @param string   $id
         * @param int|null $network_level_or_blog_id
         *
         * @return array|null
         */
        function get_sticky( $id, $network_level_or_blog_id ) {
            $notices = $this->get_site_or_network_notices( $id, $network_level_or_blog_id );

            return $notices->get_sticky( $id );
        }

        /**
         * Clear all sticky messages.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int|null $network_level_or_blog_id
         * @param bool     $is_temporary
         */
        function clear_all_sticky( $network_level_or_blog_id = null, $is_temporary = false ) {
            if ( ! $this->_is_multisite ||
                 false === $network_level_or_blog_id ||
                 0 == $network_level_or_blog_id ||
                 is_null( $network_level_or_blog_id )
            ) {
                $notices = $this->get_site_notices( $network_level_or_blog_id );
                $notices->clear_all_sticky( $is_temporary );
            }

            if ( $this->_is_multisite &&
                 ( true === $network_level_or_blog_id || is_null( $network_level_or_blog_id ) )
            ) {
                $this->_network_notices->clear_all_sticky( $is_temporary );
            }
        }

        /**
         * Add admin message to all admin messages queue, and hook to all_admin_notices if not yet hooked.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string $message
         * @param string $title
         * @param string $type
         * @param bool   $is_sticky
         * @param string $id Message ID
         */
        function add_all( $message, $title = '', $type = 'success', $is_sticky = false, $id = '' ) {
            $this->add( $message, $title, $type, $is_sticky, true, $id );
        }

        #--------------------------------------------------------------------------------
        #region Helper Methods
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return FS_Admin_Notice_Manager
         */
        private function get_site_notices( $blog_id = 0 ) {
            if ( 0 == $blog_id || $blog_id == $this->_blog_id ) {
                return $this->_notices;
            }

            return FS_Admin_Notice_Manager::instance(
                $this->_id,
                $this->_title,
                $this->_module_unique_affix,
                false,
                $blog_id
            );
        }

        /**
         * Check if the network notices should be used.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string        $id
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite notices (if there's a network). When `false`, use the current context blog notices. When `null`, the decision which notices manager to use (MS vs. Current S) will be handled internally and determined based on the $id and the context admin (blog admin vs. network level admin).
         *
         * @return bool
         */
        private function should_use_network_notices( $id = '', $network_level_or_blog_id = null ) {
            if ( ! $this->_is_multisite ) {
                // Not a multisite environment.
                return false;
            }

            if ( is_numeric( $network_level_or_blog_id ) ) {
                // Explicitly asked to use a specified blog storage.
                return false;
            }

            if ( is_bool( $network_level_or_blog_id ) ) {
                // Explicitly specified whether should use the network or blog level storage.
                return $network_level_or_blog_id;
            }

            return fs_is_network_admin();
        }

        /**
         * Retrieves an instance of FS_Admin_Notice_Manager.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param string   $id
         * @param int|null $network_level_or_blog_id
         *
         * @return FS_Admin_Notice_Manager
         */
        private function get_site_or_network_notices( $id, $network_level_or_blog_id ) {
            return $this->should_use_network_notices( $id, $network_level_or_blog_id ) ?
                $this->_network_notices :
                $this->get_site_notices( $network_level_or_blog_id );
        }

        #endregion
    }freemius/includes/supplements/fs-essential-functions-1.1.7.1.php000064400000002425151213253150020466 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Find the plugin main file path based on any given file inside the plugin's folder.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since  1.1.7.1
	 *
	 * @param string $file Absolute path to a file inside a plugin's folder.
	 *
	 * @return string
	 */
	function fs_find_direct_caller_plugin_file( $file ) {
		/**
		 * All the code below will be executed once on activation.
		 * If the user changes the main plugin's file name, the file_exists()
		 * will catch it.
		 */
		$all_plugins = fs_get_plugins( true );

		$file_real_path = fs_normalize_path( realpath( $file ) );

		// Get active plugin's main files real full names (might be symlinks).
		foreach ( $all_plugins as $relative_path => $data ) {
            if ( 0 === strpos( $file_real_path, fs_normalize_path( dirname( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) ) . '/' ) ) ) {
				if ( '.' !== dirname( trailingslashit( $relative_path ) ) ) {
	                return $relative_path;
	            }
			}
		}

		return null;
	}
freemius/includes/supplements/index.php000064400000000131151213253150014361 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/supplements/fs-essential-functions-2.2.1.php000064400000002567151213253150020332 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.2.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    if ( ! function_exists( 'fs_get_plugins' ) ) {
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @param bool $delete_cache
         *
         * @return array
         */
        function fs_get_plugins( $delete_cache = false ) {
            $cached_plugins = wp_cache_get( 'plugins', 'plugins' );
            if ( ! is_array( $cached_plugins ) ) {
                $cached_plugins = array();
            }

            $plugin_folder = '';
            if ( isset( $cached_plugins[ $plugin_folder ] ) ) {
                $plugins = $cached_plugins[ $plugin_folder ];
            } else {
                if ( ! function_exists( 'get_plugins' ) ) {
                    require_once ABSPATH . 'wp-admin/includes/plugin.php';
                }

                $plugins = get_plugins();

                if ( $delete_cache && is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
                    wp_cache_delete( 'plugins', 'plugins' );
                }
            }

            return $plugins;
        }
    }freemius/includes/supplements/fs-migration-2.5.1.php000064400000002020151213253150016311 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    if ( ! function_exists( 'fs_migrate_251' ) ) {
        function fs_migrate_251( Freemius $fs, $install_by_blog_id ) {
            $permission_manager = FS_Permission_Manager::instance( $fs );

            /**
             * @var FS_Site $install
             */
            foreach ( $install_by_blog_id as $blog_id => $install ) {
                if ( true === $install->is_disconnected ) {
                    $permission_manager->update_site_tracking(
                        false,
                        ( 0 == $blog_id ) ? null : $blog_id,
                        // Update only if permissions are not yet set.
                        true
                    );
                }
            }
        }
    }freemius/includes/class-fs-plugin-updater.php000064400000176364151213253150015372 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.4
     *
     * @link        https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Plugin_Updater {

        /**
         * @var Freemius
         * @since 1.0.4
         */
        private $_fs;
        /**
         * @var FS_Logger
         * @since 1.0.4
         */
        private $_logger;
        /**
         * @var object
         * @since 1.1.8.1
         */
        private $_update_details;
        /**
         * @var array
         * @since 2.1.2
         */
        private $_translation_updates;

        private static $_upgrade_basename = null;

        const UPDATES_CHECK_CACHE_EXPIRATION = ( WP_FS__TIME_24_HOURS_IN_SEC / 24 );

        #--------------------------------------------------------------------------------
        #region Singleton
        #--------------------------------------------------------------------------------

        /**
         * @var FS_Plugin_Updater[]
         * @since 2.0.0
         */
        private static $_INSTANCES = array();

        /**
         * @param Freemius $freemius
         *
         * @return FS_Plugin_Updater
         */
        static function instance( Freemius $freemius ) {
            $key = $freemius->get_id();

            if ( ! isset( self::$_INSTANCES[ $key ] ) ) {
                self::$_INSTANCES[ $key ] = new self( $freemius );
            }

            return self::$_INSTANCES[ $key ];
        }

        #endregion

        private function __construct( Freemius $freemius ) {
            $this->_fs = $freemius;

            $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $freemius->get_slug() . '_updater', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            $this->filters();
        }

        /**
         * Initiate required filters.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         */
        private function filters() {
            // Override request for plugin information
            add_filter( 'plugins_api', array( &$this, 'plugins_api_filter' ), 10, 3 );

            $this->add_transient_filters();

            /**
             * If user has the premium plugin's code but do NOT have an active license,
             * encourage him to upgrade by showing that there's a new release, but instead
             * of showing an update link, show upgrade link to the pricing page.
             *
             * @since 1.1.6
             *
             */
            // WP 2.9+
            add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
                &$this,
                'catch_plugin_update_row'
            ), 9 );
            add_action( "after_plugin_row_{$this->_fs->get_plugin_basename()}", array(
                &$this,
                'edit_and_echo_plugin_update_row'
            ), 11, 2 );

            if ( ! $this->_fs->has_any_active_valid_license() ) {
                add_action( 'admin_head', array( &$this, 'catch_plugin_information_dialog_contents' ) );
            }

            if ( ! WP_FS__IS_PRODUCTION_MODE ) {
                add_filter( 'http_request_host_is_external', array(
                    $this,
                    'http_request_host_is_external_filter'
                ), 10, 3 );
            }

            if ( $this->_fs->is_premium() ) {
                if ( ! $this->is_correct_folder_name() ) {
                    add_filter( 'upgrader_post_install', array( &$this, '_maybe_update_folder_name' ), 10, 3 );
                }

                add_filter( 'upgrader_pre_install', array( 'FS_Plugin_Updater', '_store_basename_for_source_adjustment' ), 1, 2 );
                add_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1, 3 );

                if ( ! $this->_fs->has_any_active_valid_license() ) {
                    add_filter( 'wp_prepare_themes_for_js', array( &$this, 'change_theme_update_info_html' ), 10, 1 );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.4
         */
        function catch_plugin_information_dialog_contents() {
            if (
                'plugin-information' !== fs_request_get( 'tab', false ) ||
                $this->_fs->get_slug() !== fs_request_get_raw( 'plugin', false )
            ) {
                return;
            }

            add_action( 'admin_footer', array( &$this, 'edit_and_echo_plugin_information_dialog_contents' ), 0, 1 );

            ob_start();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.4
         *
         * @param string $hook_suffix
         */
        function edit_and_echo_plugin_information_dialog_contents( $hook_suffix ) {
            if (
                'plugin-information' !== fs_request_get( 'tab', false ) ||
                $this->_fs->get_slug() !== fs_request_get_raw( 'plugin', false )
            ) {
                return;
            }

            $license = $this->_fs->_get_license();

            $subscription = ( is_object( $license ) && ! $license->is_lifetime() ) ?
                $this->_fs->_get_subscription( $license->id ) :
                null;

            $contents = ob_get_clean();

            $install_or_update_button_id_attribute_pos = strpos( $contents, 'id="plugin_install_from_iframe"' );

            if ( false === $install_or_update_button_id_attribute_pos ) {
                $install_or_update_button_id_attribute_pos = strpos( $contents, 'id="plugin_update_from_iframe"' );
            }

            if ( false !== $install_or_update_button_id_attribute_pos ) {
                $install_or_update_button_start_pos = strrpos(
                    substr( $contents, 0, $install_or_update_button_id_attribute_pos ),
                    '<a'
                );

                $install_or_update_button_end_pos = ( strpos( $contents, '</a>', $install_or_update_button_id_attribute_pos ) + strlen( '</a>' ) );

                /**
                 * The part of the contents without the update button.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.5
                 */
                $modified_contents = substr( $contents, 0, $install_or_update_button_start_pos );

                $install_or_update_button = substr( $contents, $install_or_update_button_start_pos, ( $install_or_update_button_end_pos - $install_or_update_button_start_pos ) );

                /**
                 * Replace the plugin information dialog's "Install Update Now" button's text and URL. If there's a license,
                 * the text will be "Renew license" and will link to the checkout page with the license's billing cycle
                 * and quota. If there's no license, the text will be "Buy license" and will link to the pricing page.
                 */
                $install_or_update_button = preg_replace(
                    '/(\<a.+)(id="plugin_(install|update)_from_iframe")(.+href=")([^\s]+)(".*\>)(.+)(\<\/a>)/is',
                    is_object( $license ) ?
                        sprintf(
                            '$1$4%s$6%s$8',
                            $this->_fs->checkout_url(
                                is_object( $subscription ) ?
                                    ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
                                    WP_FS__PERIOD_LIFETIME,
                                false,
                                array( 'licenses' => $license->quota )
                            ),
                            fs_text_inline( 'Renew license', 'renew-license', $this->_fs->get_slug() )
                        ) :
                        sprintf(
                            '$1$4%s$6%s$8',
                            $this->_fs->pricing_url(),
                            fs_text_inline( 'Buy license', 'buy-license', $this->_fs->get_slug() )
                        ),
                    $install_or_update_button
                );

                /**
                 * Append the modified button.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.5
                 */
                $modified_contents .= $install_or_update_button;

                /**
                 * Append the remaining part of the contents after the update button.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.5
                 */
                $modified_contents .= substr( $contents, $install_or_update_button_end_pos );

                $contents = $modified_contents;
            }

            echo $contents;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private function add_transient_filters() {
            if (
                $this->_fs->is_premium() &&
                $this->_fs->is_registered() &&
                ! FS_Permission_Manager::instance( $this->_fs )->is_essentials_tracking_allowed()
            ) {
                $this->_logger->log( 'Opted out sites cannot receive automatic software updates.' );

                return;
            }

            add_filter( 'pre_set_site_transient_update_plugins', array(
                &$this,
                'pre_set_site_transient_update_plugins_filter'
            ) );

            add_filter( 'pre_set_site_transient_update_themes', array(
                &$this,
                'pre_set_site_transient_update_plugins_filter'
            ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private function remove_transient_filters() {
            remove_filter( 'pre_set_site_transient_update_plugins', array(
                &$this,
                'pre_set_site_transient_update_plugins_filter'
            ) );

            remove_filter( 'pre_set_site_transient_update_themes', array(
                &$this,
                'pre_set_site_transient_update_plugins_filter'
            ) );
        }

        /**
         * Capture plugin update row by turning output buffering.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         */
        function catch_plugin_update_row() {
            ob_start();
        }

        /**
         * Overrides default update message format with "renew your license" message.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $file
         * @param array  $plugin_data
         */
        function edit_and_echo_plugin_update_row( $file, $plugin_data ) {
            $plugin_update_row = ob_get_clean();

            $current = get_site_transient( 'update_plugins' );
            if ( ! isset( $current->response[ $file ] ) ) {
                echo $plugin_update_row;

                return;
            }

            $r = $current->response[ $file ];

            $has_beta_update = $this->_fs->has_beta_update();

            if ( $this->_fs->has_any_active_valid_license() ) {
                if ( $has_beta_update ) {
                    /**
                     * Turn the "new version" text into "new Beta version".
                     *
                     * Sample input:
                     *      There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
                     * Output:
                     *      There is a new Beta version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    $plugin_update_row = preg_replace(
                        '/(\<div.+>)(.+)(\<a.+href="([^\s]+)"([^\<]+)\>.+\<a.+)(\<\/div\>)/is',
                        (
                            '$1' .
                            sprintf(
                                fs_text_inline( 'There is a %s of %s available.', 'new-version-available', $this->_fs->get_slug() ),
                                $has_beta_update ?
                                    fs_text_inline( 'new Beta version', 'new-beta-version', $this->_fs->get_slug() ) :
                                    fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() ),
                                $this->_fs->get_plugin_title()
                            ) .
                            ' ' .
                            '$3' .
                            '$6'
                        ),
                        $plugin_update_row
                    );
                }
            } else {
                /**
                 * Turn the "new version" text into a link that opens the plugin information dialog when clicked and
                 * make the "View version x details" text link to the checkout page instead of opening the plugin
                 * information dialog when clicked.
                 *
                 * Sample input:
                 *      There is a new version of Awesome Plugin available. <a href="...>View version x.y.z details</a> or <a href="...>update now</a>.
                 * Output:
                 *      There is a <a href="...>new version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
                 *      OR
                 *      There is a <a href="...>new Beta version</a> of Awesome Plugin available. <a href="...>Buy a license now</a> to access version x.y.z security & feature updates, and support.
                 *
                 * @author Leo Fajardo (@leorw)
                 */
                $plugin_update_row = preg_replace(
                    '/(\<div.+>)(.+)(\<a.+href="([^\s]+)"([^\<]+)\>.+\<a.+)(\<\/div\>)/is',
                    (
                        '$1' .
                        sprintf(
                            fs_text_inline( 'There is a %s of %s available.', 'new-version-available', $this->_fs->get_slug() ),
                            sprintf(
                                '<a href="$4"%s>%s</a>',
                                '$5',
                                $has_beta_update ?
                                    fs_text_inline( 'new Beta version', 'new-beta-version', $this->_fs->get_slug() ) :
                                    fs_text_inline( 'new version', 'new-version', $this->_fs->get_slug() )
                            ),
                            $this->_fs->get_plugin_title()
                        ) .
                        ' ' .
                        $this->_fs->version_upgrade_checkout_link( $r->new_version ) .
                        '$6'
                    ),
                    $plugin_update_row
                );
            }

            if (
                $this->_fs->is_plugin() &&
                isset( $r->upgrade_notice ) &&
                strlen( trim( $r->upgrade_notice ) ) > 0
            ) {
                $slug = $this->_fs->get_slug();

                $upgrade_notice_html = sprintf(
                    '<p class="notice fs-upgrade-notice fs-slug-%1$s fs-type-%2$s" data-slug="%1$s" data-type="%2$s"><strong>%3$s</strong> %4$s</p>',
                    $slug,
                    $this->_fs->get_module_type(),
                    fs_text_inline( 'Important Upgrade Notice:', 'upgrade_notice', $slug ),
                    esc_html( $r->upgrade_notice )
                );

                $plugin_update_row = str_replace( '</div>', '</div>' . $upgrade_notice_html, $plugin_update_row );
            }

            echo $plugin_update_row;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.2
         *
         * @param array $prepared_themes
         *
         * @return array
         */
        function change_theme_update_info_html( $prepared_themes ) {
            $theme_basename = $this->_fs->get_plugin_basename();

            if ( ! isset( $prepared_themes[ $theme_basename ] ) ) {
                return $prepared_themes;
            }

            $themes_update = get_site_transient( 'update_themes' );
            if ( ! isset( $themes_update->response[ $theme_basename ] ) ||
                 empty( $themes_update->response[ $theme_basename ]['package'] )
            ) {
                return $prepared_themes;
            }

            $prepared_themes[ $theme_basename ]['update'] = preg_replace(
                '/(\<p.+>)(.+)(\<a.+\<a.+)\.(.+\<\/p\>)/is',
                '$1 $2 ' . $this->_fs->version_upgrade_checkout_link( $themes_update->response[ $theme_basename ]['new_version'] ) .
                '$4',
                $prepared_themes[ $theme_basename ]['update']
            );

            // Set to false to prevent the "Update now" link for the context theme from being shown on the "Themes" page.
            $prepared_themes[ $theme_basename ]['hasPackage'] = false;

            return $prepared_themes;
        }

        /**
         * Since WP version 3.6, a new security feature was added that denies access to repository with a local ip.
         * During development mode we want to be able updating plugin versions via our localhost repository. This
         * filter white-list all domains including "api.freemius".
         *
         * @link   http://www.emanueletessore.com/wordpress-download-failed-valid-url-provided/
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool   $allow
         * @param string $host
         * @param string $url
         *
         * @return bool
         */
        function http_request_host_is_external_filter( $allow, $host, $url ) {
            return ( false !== strpos( $host, 'freemius' ) ) ? true : $allow;
        }

        /**
         * Check for Updates at the defined API endpoint and modify the update array.
         *
         * This function dives into the update api just when WordPress creates its update array,
         * then adds a custom API call and injects the custom plugin data retrieved from the API.
         * It is reassembled from parts of the native WordPress plugin update code.
         * See wp-includes/update.php line 121 for the original wp_update_plugins() function.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @uses   FS_Api
         *
         * @param object $transient_data Update array build by WordPress.
         *
         * @return object Modified update array with custom plugin data.
         */
        function pre_set_site_transient_update_plugins_filter( $transient_data ) {
            $this->_logger->entrance();

            /**
             * "plugins" or "themes".
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            $module_type = $this->_fs->get_module_type() . 's';

            /**
             * Ensure that we don't mix plugins update info with themes update info.
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            if ( "pre_set_site_transient_update_{$module_type}" !== current_filter() ) {
                return $transient_data;
            }

            if ( empty( $transient_data ) ||
                 defined( 'WP_FS__UNINSTALL_MODE' )
            ) {
                return $transient_data;
            }

            global $wp_current_filter;

            $current_plugin_version = $this->_fs->get_plugin_version();

            if ( ! empty( $wp_current_filter ) && 'upgrader_process_complete' === $wp_current_filter[0] ) {
                if (
                    is_null( $this->_update_details ) ||
                    ( is_object( $this->_update_details ) && $this->_update_details->new_version !== $current_plugin_version )
                ) {
                    /**
                     * After an update, clear the stored update details and reparse the plugin's main file in order to get
                     * the updated version's information and prevent the previous update information from showing up on the
                     * updates page.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.1
                     */
                    $this->_update_details  = null;
                    $current_plugin_version = $this->_fs->get_plugin_version( true );
                }
            }

            if ( ! isset( $this->_update_details ) ) {
                // Get plugin's newest update.
                $new_version = $this->_fs->get_update(
                    false,
                    fs_request_get_bool( 'force-check' ),
                    FS_Plugin_Updater::UPDATES_CHECK_CACHE_EXPIRATION,
                    $current_plugin_version
                );

                $this->_update_details = false;

                if ( is_object( $new_version ) && $this->is_new_version_premium( $new_version ) ) {
                    $this->_logger->log( 'Found newer plugin version ' . $new_version->version );

                    /**
                     * Cache plugin details locally since set_site_transient( 'update_plugins' )
                     * called multiple times and the non wp.org plugins are filtered after the
                     * call to .org.
                     *
                     * @since 1.1.8.1
                     */
                    $this->_update_details = $this->get_update_details( $new_version );
                }
            }

            // Alias.
            $basename = $this->_fs->premium_plugin_basename();

            if ( is_object( $this->_update_details ) ) {
                if ( isset( $transient_data->no_update ) ) {
                    unset( $transient_data->no_update[ $basename ] );
                }

                if ( ! isset( $transient_data->response ) ) {
                    $transient_data->response = array();
                }

                // Add plugin to transient data.
                $transient_data->response[ $basename ] = $this->_fs->is_plugin() ?
                    $this->_update_details :
                    (array) $this->_update_details;
            } else {
                if ( isset( $transient_data->response ) ) {
                    /**
                     * Ensure that there's no update data for the plugin to prevent upgrading the premium version to the latest free version.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    unset( $transient_data->response[ $basename ] );
                }

                if ( ! isset( $transient_data->no_update ) ) {
                    $transient_data->no_update = array();
                }

                /**
                 * Add product to no_update transient data to properly integrate with WP 5.5 auto-updates UI.
                 *
                 * @since 2.4.1
                 * @link https://make.wordpress.org/core/2020/07/30/recommended-usage-of-the-updates-api-to-support-the-auto-updates-ui-for-plugins-and-themes-in-wordpress-5-5/
                 */
                $transient_data->no_update[ $basename ] = $this->_fs->is_plugin() ?
                    (object) array(
                        'id'            => $basename,
                        'slug'          => $this->_fs->get_slug(),
                        'plugin'        => $basename,
                        'new_version'   => $this->_fs->get_plugin_version(),
                        'url'           => '',
                        'package'       => '',
                        'icons'         => array(),
                        'banners'       => array(),
                        'banners_rtl'   => array(),
                        'tested'        => '',
                        'requires_php'  => '',
                        'compatibility' => new stdClass(),
                    ) :
                    array(
                        'theme'        => $basename,
                        'new_version'  => $this->_fs->get_plugin_version(),
                        'url'          => '',
                        'package'      => '',
                        'requires'     => '',
                        'requires_php' => '',
                    );
            }

            $slug = $this->_fs->get_slug();

            if ( $this->_fs->is_org_repo_compliant() && $this->_fs->is_freemium() ) {
                if ( ! isset( $this->_translation_updates ) ) {
                    $this->_translation_updates = array();

                    $translation_updates = $this->fetch_wp_org_module_translation_updates( $module_type, $slug );
                    if ( ! empty( $translation_updates ) ) {
                        $this->_translation_updates = $translation_updates;
                    }
                }

                if ( ! empty( $this->_translation_updates ) ) {
                    $all_translation_updates = ( isset( $transient_data->translations ) && is_array( $transient_data->translations ) ) ?
                        $transient_data->translations :
                        array();

                    $current_plugin_translation_updates_map = array();
                    foreach ( $all_translation_updates as $key => $translation_update ) {
                        if ( $module_type === ( $translation_update['type'] . 's' ) && $slug === $translation_update['slug'] ) {
                            $current_plugin_translation_updates_map[ $translation_update['language'] ] = $translation_update;
                            unset( $all_translation_updates[ $key ] );
                        }
                    }

                    foreach ( $this->_translation_updates as $translation_update ) {
                        $lang = $translation_update['language'];
                        if ( ! isset( $current_plugin_translation_updates_map[ $lang ] ) ||
                             version_compare( $translation_update['version'], $current_plugin_translation_updates_map[ $lang ]['version'], '>' )
                        ) {
                            $current_plugin_translation_updates_map[ $lang ] = $translation_update;
                        }
                    }

                    $transient_data->translations = array_merge( $all_translation_updates, array_values( $current_plugin_translation_updates_map ) );
                }
            }

            return $transient_data;
        }

        /**
         * Get module's required data for the updates' mechanism.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_Plugin_Tag $new_version
         *
         * @return object
         */
        function get_update_details( FS_Plugin_Tag $new_version ) {
            $update               = new stdClass();
            $update->slug         = $this->_fs->get_slug();
            $update->new_version  = $new_version->version;
            $update->url          = WP_FS__ADDRESS;
            $update->package      = $new_version->url;
            $update->tested       = self::get_tested_wp_version( $new_version->tested_up_to_version );
            $update->requires     = $new_version->requires_platform_version;
            $update->requires_php = $new_version->requires_programming_language_version;

            $icon = $this->_fs->get_local_icon_url();

            if ( ! empty( $icon ) ) {
                $update->icons = array(
//                    '1x'      => $icon,
//                    '2x'      => $icon,
                    'default' => $icon,
                );
            }

            if ( $this->_fs->is_premium() ) {
                $latest_tag = $this->_fs->_fetch_latest_version( $this->_fs->get_id(), false );

                if (
                    isset( $latest_tag->readme ) &&
                    isset( $latest_tag->readme->upgrade_notice ) &&
                    ! empty( $latest_tag->readme->upgrade_notice )
                ) {
                    $update->upgrade_notice = $latest_tag->readme->upgrade_notice;
                }
            }

            $update->{$this->_fs->get_module_type()} = $this->_fs->get_plugin_basename();

            return $update;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param FS_Plugin_Tag $new_version
         *
         * @return bool
         */
        private function is_new_version_premium( FS_Plugin_Tag $new_version ) {
            $params = fs_parse_url_params( $new_version->url );

            return ( isset( $params['is_premium'] ) && 'true' == $params['is_premium'] );
        }

        /**
         * Update the updates transient with the module's update information.
         *
         * This method is required for multisite environment.
         * If a module is site activated (not network) and not on the main site,
         * the module will NOT be executed on the network level, therefore, the
         * custom updates logic will not be executed as well, so unless we force
         * the injection of the update into the updates transient, premium updates
         * will not work.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_Plugin_Tag $new_version
         */
        function set_update_data( FS_Plugin_Tag $new_version ) {
            $this->_logger->entrance();

            if ( ! $this->is_new_version_premium( $new_version ) ) {
                return;
            }

            $transient_key = "update_{$this->_fs->get_module_type()}s";

            $transient_data = get_site_transient( $transient_key );

            $transient_data = is_object( $transient_data ) ?
                $transient_data :
                new stdClass();

            // Alias.
            $basename  = $this->_fs->get_plugin_basename();
            $is_plugin = $this->_fs->is_plugin();

            if ( ! isset( $transient_data->response ) ||
                 ! is_array( $transient_data->response )
            ) {
                $transient_data->response = array();
            } else if ( ! empty( $transient_data->response[ $basename ] ) ) {
                $version = $is_plugin ?
                    ( ! empty( $transient_data->response[ $basename ]->new_version ) ?
                        $transient_data->response[ $basename ]->new_version :
                        null
                    ) : ( ! empty( $transient_data->response[ $basename ]['new_version'] ) ?
                        $transient_data->response[ $basename ]['new_version'] :
                        null
                    );

                if ( $version == $new_version->version ) {
                    // The update data is already set.
                    return;
                }
            }

            // Remove the added filters.
            $this->remove_transient_filters();

            $this->_update_details = $this->get_update_details( $new_version );

            // Set update data in transient.
            $transient_data->response[ $basename ] = $is_plugin ?
                $this->_update_details :
                (array) $this->_update_details;

            if ( ! isset( $transient_data->checked ) ||
                 ! is_array( $transient_data->checked )
            ) {
                $transient_data->checked = array();
            }

            // Flag the module as if it was already checked.
            $transient_data->checked[ $basename ] = $this->_fs->get_plugin_version();
            $transient_data->last_checked         = time();

            set_site_transient( $transient_key, $transient_data );

            $this->add_transient_filters();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.2
         */
        function delete_update_data() {
            $this->_logger->entrance();

            $transient_key = "update_{$this->_fs->get_module_type()}s";

            $transient_data = get_site_transient( $transient_key );

            // Alias
            $basename = $this->_fs->get_plugin_basename();

            if ( ! is_object( $transient_data ) ||
                 ! isset( $transient_data->response ) ||
                 ! is_array( $transient_data->response ) ||
                 empty( $transient_data->response[ $basename ] )
            ) {
                return;
            }

            unset( $transient_data->response[ $basename ] );

            // Remove the added filters.
            $this->remove_transient_filters();

            set_site_transient( $transient_key, $transient_data );

            $this->add_transient_filters();
        }

        /**
         * Try to fetch plugin's info from .org repository.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param string $action
         * @param object $args
         *
         * @return bool|mixed
         */
        static function _fetch_plugin_info_from_repository( $action, $args ) {
            $url = $http_url = 'http://api.wordpress.org/plugins/info/1.2/';
            $url = add_query_arg(
                array(
                    'action'  => $action,
                    'request' => $args,
                ),
                $url
            );

            if ( wp_http_supports( array( 'ssl' ) ) ) {
                $url = set_url_scheme( $url, 'https' );
            }

            // The new endpoint version serves only GET requests.
            $request = wp_remote_get( $url, array( 'timeout' => 15 ) );

            if ( is_wp_error( $request ) ) {
                return false;
            }

            $res = json_decode( wp_remote_retrieve_body( $request ), true );

            if ( is_array( $res ) ) {
                // Object casting is required in order to match the info/1.0 format. We are not decoding directly into an object as we need some fields to remain an array (e.g., $res->sections).
                $res = (object) $res;
            }

            if ( ! is_object( $res ) || isset( $res->error ) ) {
                return false;
            }

            return $res;
        }

        /**
         * Fetches module translation updates from wordpress.org.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.1.2
         *
         * @param string $module_type
         * @param string $slug
         *
         * @return array|null
         */
        private function fetch_wp_org_module_translation_updates( $module_type, $slug ) {
            $plugin_data = $this->_fs->get_plugin_data();

            $locales = array_values( get_available_languages() );
            $locales = apply_filters( "{$module_type}_update_check_locales", $locales );
            $locales = array_unique( $locales );

            $plugin_basename = $this->_fs->get_plugin_basename();
            if ( 'themes' === $module_type ) {
                $plugin_basename = $slug;
            }

            global $wp_version;

            $request_args = array(
                'timeout' => 15,
                'body'    => array(
                    "{$module_type}" => json_encode(
                        array(
                            "{$module_type}" => array(
                                $plugin_basename => array(
                                    'Name'   => trim( str_replace( $this->_fs->get_plugin()->premium_suffix, '', $plugin_data['Name'] ) ),
                                    'Author' => $plugin_data['Author'],
                                )
                            )
                        )
                    ),
                    'translations'    => json_encode( $this->get_installed_translations( $module_type, $slug ) ),
                    'locale'          => json_encode( $locales )
                ),
                'user-agent' => ( 'WordPress/' . $wp_version . '; ' . home_url( '/' ) )
            );

            $url = "http://api.wordpress.org/{$module_type}/update-check/1.1/";
            if ( $ssl = wp_http_supports( array( 'ssl' ) ) ) {
                $url = set_url_scheme( $url, 'https' );
            }

            $raw_response = Freemius::safe_remote_post(
                $url,
                $request_args,
                WP_FS__TIME_24_HOURS_IN_SEC,
                WP_FS__TIME_12_HOURS_IN_SEC,
                false
            );

            if ( is_wp_error( $raw_response ) ) {
                return null;
            }

            $response = json_decode( wp_remote_retrieve_body( $raw_response ), true );

            if ( ! is_array( $response ) ) {
                return null;
            }

            if ( ! isset( $response['translations'] ) || empty( $response['translations'] ) ) {
                return null;
            }

            return $response['translations'];
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.2
         *
         * @param string $module_type
         * @param string $slug
         *
         * @return array
         */
        private function get_installed_translations( $module_type, $slug ) {
            if ( function_exists( 'wp_get_installed_translations' ) ) {
                return wp_get_installed_translations( $module_type );
            }

            $dir = "/{$module_type}";

            if ( ! is_dir( WP_LANG_DIR . $dir ) )
                return array();

            $files = scandir( WP_LANG_DIR . $dir );
            if ( ! $files )
                return array();

            $language_data = array();

            foreach ( $files as $file ) {
                if ( 0 !== strpos( $file, $slug ) ) {
                    continue;
                }

                if ( '.' === $file[0] || is_dir( WP_LANG_DIR . "{$dir}/{$file}" ) ) {
                    continue;
                }

                if ( substr( $file, -3 ) !== '.po' ) {
                    continue;
                }

                if ( ! preg_match( '/(?:(.+)-)?([a-z]{2,3}(?:_[A-Z]{2})?(?:_[a-z0-9]+)?).po/', $file, $match ) ) {
                    continue;
                }

                if ( ! in_array( substr( $file, 0, -3 ) . '.mo', $files ) )  {
                    continue;
                }

                list( , $textdomain, $language ) = $match;

                if ( '' === $textdomain ) {
                    $textdomain = 'default';
                }

                $language_data[ $textdomain ][ $language ] = wp_get_pomo_file_data( WP_LANG_DIR . "{$dir}/{$file}" );
            }

            return $language_data;
        }

        /**
         * Updates information on the "View version x.x details" page with custom data.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @uses   FS_Api
         *
         * @param object $data
         * @param string $action
         * @param mixed  $args
         *
         * @return object
         */
        function plugins_api_filter( $data, $action = '', $args = null ) {
            $this->_logger->entrance();

            if ( ( 'plugin_information' !== $action ) ||
                 ! isset( $args->slug )
            ) {
                return $data;
            }

            $addon         = false;
            $is_addon      = false;
            $addon_version = false;

            if ( $this->_fs->get_slug() !== $args->slug ) {
                $addon = $this->_fs->get_addon_by_slug( $args->slug );

                if ( ! is_object( $addon ) ) {
                    return $data;
                }

                if ( $this->_fs->is_addon_activated( $addon->id ) ) {
                    $addon_version = $this->_fs->get_addon_instance( $addon->id )->get_plugin_version();
                } else if ( $this->_fs->is_addon_installed( $addon->id ) ) {
                    $addon_plugin_data = get_plugin_data(
                        ( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $addon->id ) ),
                        false,
                        false
                    );

                    if ( ! empty( $addon_plugin_data ) ) {
                        $addon_version = $addon_plugin_data['Version'];
                    }
                }

                $is_addon = true;
            }

            $plugin_in_repo = false;
            if ( ! $is_addon ) {
                // Try to fetch info from .org repository.
                $data = self::_fetch_plugin_info_from_repository( $action, $args );

                $plugin_in_repo = ( false !== $data );
            }

            if ( ! $plugin_in_repo ) {
                $data = $args;

                // Fetch as much as possible info from local files.
                $plugin_local_data = $this->_fs->get_plugin_data();
                $data->name        = $plugin_local_data['Name'];
                $data->author      = $plugin_local_data['Author'];
                $data->sections    = array(
                    'description' => 'Upgrade ' . $plugin_local_data['Name'] . ' to latest.',
                );

                // @todo Store extra plugin info on Freemius or parse readme.txt markup.
                /*$info = $this->_fs->get_api_site_scope()->call('/information.json');

if ( !isset($info->error) ) {
    $data = $info;
}*/
            }

            $plugin_version = $is_addon ?
                $addon_version :
                $this->_fs->get_plugin_version();

            // Get plugin's newest update.
            $new_version = $this->get_latest_download_details( $is_addon ? $addon->id : false, $plugin_version );

            if ( ! is_object( $new_version ) || empty( $new_version->version ) ) {
                $data->version = $plugin_version;
            } else {
                if ( $is_addon ) {
                    $data->name    = $addon->title . ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' );
                    $data->slug    = $addon->slug;
                    $data->url     = WP_FS__ADDRESS;
                    $data->package = $new_version->url;
                }

                if ( ! $plugin_in_repo ) {
                    $data->last_updated = ! is_null( $new_version->updated ) ? $new_version->updated : $new_version->created;
                    $data->requires     = $new_version->requires_platform_version;
                    $data->requires_php = $new_version->requires_programming_language_version;
                    $data->tested       = $new_version->tested_up_to_version;
                }

                $data->version       = $new_version->version;
                $data->download_link = $new_version->url;

                if ( isset( $new_version->readme ) && is_object( $new_version->readme ) ) {
                    $new_version_readme_data = $new_version->readme;
                    if ( isset( $new_version_readme_data->sections ) ) {
                        $new_version_readme_data->sections = (array) $new_version_readme_data->sections;
                    } else {
                        $new_version_readme_data->sections = array();
                    }

                    if ( isset( $data->sections ) ) {
                        if ( isset( $data->sections['screenshots'] ) ) {
                            $new_version_readme_data->sections['screenshots'] = $data->sections['screenshots'];
                        }

                        if ( isset( $data->sections['reviews'] ) ) {
                            $new_version_readme_data->sections['reviews'] = $data->sections['reviews'];
                        }
                    }

                    if ( isset( $new_version_readme_data->banners ) ) {
                        $new_version_readme_data->banners = (array) $new_version_readme_data->banners;
                    } else if ( isset( $data->banners ) ) {
                        $new_version_readme_data->banners = $data->banners;
                    }

                    $wp_org_sections = array(
                        'author',
                        'author_profile',
                        'rating',
                        'ratings',
                        'num_ratings',
                        'support_threads',
                        'support_threads_resolved',
                        'active_installs',
                        'added',
                        'homepage'
                    );

                    foreach ( $wp_org_sections as $wp_org_section ) {
                        if ( isset( $data->{$wp_org_section} ) ) {
                            $new_version_readme_data->{$wp_org_section} = $data->{$wp_org_section};
                        }
                    }

                    $data = $new_version_readme_data;
                }
            }

            if ( ! empty( $data->tested ) ) {
                $data->tested = self::get_tested_wp_version( $data->tested );
            }

            return $data;
        }

        /**
         * @since 2.5.3 If the current WordPress version is a patch of the tested version (e.g., 6.1.2 is a patch of 6.1), then override the tested version with the patch so developers won't need to release a new version just to bump the latest supported WP version.
         *
         * @param string|null $tested_up_to
         *
         * @return string|null
         */
        private static function get_tested_wp_version( $tested_up_to ) {
            $current_wp_version = get_bloginfo( 'version' );

            return ( ! empty($tested_up_to) && fs_starts_with( $current_wp_version, $tested_up_to . '.' ) ) ?
                $current_wp_version :
                $tested_up_to;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param number|bool $addon_id
         * @param bool|string $newer_than   Since 2.2.1
         * @param bool|string $fetch_readme Since 2.2.1
         *
         * @return object
         */
        private function get_latest_download_details( $addon_id = false, $newer_than = false, $fetch_readme = true ) {
            return $this->_fs->_fetch_latest_version( $addon_id, true, FS_Plugin_Updater::UPDATES_CHECK_CACHE_EXPIRATION, $newer_than, $fetch_readme );
        }

        /**
         * Checks if a given basename has a matching folder name
         * with the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         *
         * @return bool
         */
        private function is_correct_folder_name() {
            return ( $this->_fs->get_target_folder_name() == trim( dirname( $this->_fs->get_plugin_basename() ), '/\\' ) );
        }

        /**
         * This is a special after upgrade handler for migrating modules
         * that didn't use the '-premium' suffix folder structure before
         * the migration.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         *
         * @param bool  $response   Install response.
         * @param array $hook_extra Extra arguments passed to hooked filters.
         * @param array $result     Installation result data.
         *
         * @return bool
         */
        function _maybe_update_folder_name( $response, $hook_extra, $result ) {
            $basename = $this->_fs->get_plugin_basename();

            if ( true !== $response ||
                 empty( $hook_extra ) ||
                 empty( $hook_extra['plugin'] ) ||
                 $basename !== $hook_extra['plugin']
            ) {
                return $response;
            }

            $active_plugins_basenames = get_option( 'active_plugins' );

            foreach ( $active_plugins_basenames as $key => $active_plugin_basename ) {
                if ( $basename === $active_plugin_basename ) {
                    // Get filename including extension.
                    $filename = basename( $basename );

                    $new_basename = plugin_basename(
                        trailingslashit( $this->_fs->is_premium() ? $this->_fs->get_premium_slug() : $this->_fs->get_slug() ) .
                        $filename
                    );

                    // Verify that the expected correct path exists.
                    if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $new_basename ) ) ) {
                        // Override active plugin name.
                        $active_plugins_basenames[ $key ] = $new_basename;
                        update_option( 'active_plugins', $active_plugins_basenames );
                    }

                    break;
                }
            }

            return $response;
        }

        #----------------------------------------------------------------------------------
        #region Auto Activation
        #----------------------------------------------------------------------------------

        /**
         * Installs and active a plugin when explicitly requested that from a 3rd party service.
         *
         * This logic was inspired by the TGMPA GPL licensed library by Thomas Griffin.
         *
         * @link   http://tgmpluginactivation.com/
         *
         * @author Vova Feldman
         * @since  1.2.1.7
         *
         * @link   https://make.wordpress.org/plugins/2017/03/16/clarification-of-guideline-8-executable-code-and-installs/
         *
         * @uses   WP_Filesystem
         * @uses   WP_Error
         * @uses   WP_Upgrader
         * @uses   Plugin_Upgrader
         * @uses   Plugin_Installer_Skin
         * @uses   Plugin_Upgrader_Skin
         *
         * @param number|bool $plugin_id
         *
         * @return array
         */
        function install_and_activate_plugin( $plugin_id = false ) {
            if ( ! empty( $plugin_id ) && ! FS_Plugin::is_valid_id( $plugin_id ) ) {
                // Invalid plugin ID.
                return array(
                    'message' => $this->_fs->get_text_inline( 'Invalid module ID.', 'auto-install-error-invalid-id' ),
                    'code'    => 'invalid_module_id',
                );
            }

            $is_addon = false;
            if ( FS_Plugin::is_valid_id( $plugin_id ) &&
                 $plugin_id != $this->_fs->get_id()
            ) {
                $addon = $this->_fs->get_addon( $plugin_id );

                if ( ! is_object( $addon ) ) {
                    // Invalid add-on ID.
                    return array(
                        'message' => $this->_fs->get_text_inline( 'Invalid module ID.', 'auto-install-error-invalid-id' ),
                        'code'    => 'invalid_module_id',
                    );
                }

                $slug          = $addon->slug;
                $premium_slug  = $addon->premium_slug;
                $title         = $addon->title . ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' );

                $is_addon = true;
            } else {
                $slug          = $this->_fs->get_slug();
                $premium_slug  = $this->_fs->get_premium_slug();
                $title         = $this->_fs->get_plugin_title() .
                                 ( $this->_fs->is_addon() ? ' ' . $this->_fs->get_text_inline( 'Add-On', 'addon' ) : '' );
            }

            if ( $this->is_premium_plugin_active( $plugin_id ) ) {
                // Premium version already activated.
                return array(
                    'message' => $is_addon ?
                        $this->_fs->get_text_inline( 'Premium add-on version already installed.', 'auto-install-error-premium-addon-activated' ) :
                        $this->_fs->get_text_inline( 'Premium version already active.', 'auto-install-error-premium-activated' ),
                    'code'    => 'premium_installed',
                );
            }

            $latest_version = $this->get_latest_download_details( $plugin_id, false, false );
            $target_folder  = $premium_slug;

            // Prep variables for Plugin_Installer_Skin class.
            $extra         = array();
            $extra['slug'] = $target_folder;
            $source        = $latest_version->url;
            $api           = null;

            $install_url = add_query_arg(
                array(
                    'action' => 'install-plugin',
                    'plugin' => urlencode( $slug ),
                ),
                'update.php'
            );

            if ( ! class_exists( 'Plugin_Upgrader', false ) ) {
                // Include required resources for the installation.
                require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
            }

            $skin_args = array(
                'type'   => 'web',
                'title'  => sprintf( $this->_fs->get_text_inline( 'Installing plugin: %s', 'installing-plugin-x' ), $title ),
                'url'    => esc_url_raw( $install_url ),
                'nonce'  => 'install-plugin_' . $slug,
                'plugin' => '',
                'api'    => $api,
                'extra'  => $extra,
            );

//			$skin = new Automatic_Upgrader_Skin( $skin_args );
//			$skin = new Plugin_Installer_Skin( $skin_args );
            $skin = new WP_Ajax_Upgrader_Skin( $skin_args );

            // Create a new instance of Plugin_Upgrader.
            $upgrader = new Plugin_Upgrader( $skin );

            // Perform the action and install the plugin from the $source urldecode().
            add_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1, 3 );

            $install_result = $upgrader->install( $source );

            remove_filter( 'upgrader_source_selection', array( 'FS_Plugin_Updater', '_maybe_adjust_source_dir' ), 1 );

            if ( is_wp_error( $install_result ) ) {
                return array(
                    'message' => $install_result->get_error_message(),
                    'code'    => $install_result->get_error_code(),
                );
            } elseif ( is_wp_error( $skin->result ) ) {
                return array(
                    'message' => $skin->result->get_error_message(),
                    'code'    => $skin->result->get_error_code(),
                );
            } elseif ( $skin->get_errors()->get_error_code() ) {
                return array(
                    'message' => $skin->get_error_messages(),
                    'code'    => 'unknown',
                );
            } elseif ( is_null( $install_result ) ) {
                global $wp_filesystem;

                $error_code    = 'unable_to_connect_to_filesystem';
                $error_message = $this->_fs->get_text_inline( 'Unable to connect to the filesystem. Please confirm your credentials.' );

                // Pass through the error from WP_Filesystem if one was raised.
                if ( $wp_filesystem instanceof WP_Filesystem_Base &&
                     is_wp_error( $wp_filesystem->errors ) &&
                     $wp_filesystem->errors->get_error_code()
                ) {
                    $error_message = $wp_filesystem->errors->get_error_message();
                }

                return array(
                    'message' => $error_message,
                    'code'    => $error_code,
                );
            }

            // Grab the full path to the main plugin's file.
            $plugin_activate = $upgrader->plugin_info();

            // Try to activate the plugin.
            $activation_result = $this->try_activate_plugin( $plugin_activate );

            if ( is_wp_error( $activation_result ) ) {
                return array(
                    'message' => $activation_result->get_error_message(),
                    'code'    => $activation_result->get_error_code(),
                );
            }

            return $skin->get_upgrade_messages();
        }

        /**
         * Tries to activate a plugin. If fails, returns the error.
         *
         * @author Vova Feldman
         * @since  1.2.1.7
         *
         * @param string $file_path Path within wp-plugins/ to main plugin file.
         *                          This determines the styling of the output messages.
         *
         * @return bool|WP_Error
         */
        protected function try_activate_plugin( $file_path ) {
            $activate = activate_plugin( $file_path, '', $this->_fs->is_network_active() );

            return is_wp_error( $activate ) ?
                $activate :
                true;
        }

        /**
         * Check if a premium module version is already active.
         *
         * @author Vova Feldman
         * @since  1.2.1.7
         *
         * @param number|bool $plugin_id
         *
         * @return bool
         */
        private function is_premium_plugin_active( $plugin_id = false ) {
            if ( $plugin_id != $this->_fs->get_id() ) {
                return $this->_fs->is_addon_activated( $plugin_id, true );
            }

            return is_plugin_active( $this->_fs->premium_plugin_basename() );
        }

        /**
         * Store the basename since it's not always available in the `_maybe_adjust_source_dir` method below.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @param bool|WP_Error $response   Response.
         * @param array         $hook_extra Extra arguments passed to hooked filters.
         *
         * @return bool|WP_Error
         */
        static function _store_basename_for_source_adjustment( $response, $hook_extra ) {
            if ( isset( $hook_extra['plugin'] ) ) {
                self::$_upgrade_basename = $hook_extra['plugin'];
            } else if ( isset( $hook_extra['theme'] ) ) {
                self::$_upgrade_basename = $hook_extra['theme'];
            } else {
                self::$_upgrade_basename = null;
            }

            return $response;
        }

        /**
         * Adjust the plugin directory name if necessary.
         * Assumes plugin has a folder (not a single file plugin).
         *
         * The final destination directory of a plugin is based on the subdirectory name found in the
         * (un)zipped source. In some cases this subdirectory name is not the same as the expected
         * slug and the plugin will not be recognized as installed. This is fixed by adjusting
         * the temporary unzipped source subdirectory name to the expected plugin slug.
         *
         * @author Vova Feldman
         * @since  1.2.1.7
         * @since  2.2.1 The method was converted to static since when the admin update bulk products via the Updates section, the logic applies the `upgrader_source_selection` filter for every product that is being updated.
         *
         * @param string       $source        Path to upgrade/zip-file-name.tmp/subdirectory/.
         * @param string       $remote_source Path to upgrade/zip-file-name.tmp.
         * @param \WP_Upgrader $upgrader      Instance of the upgrader which installs the plugin.
         *
         * @return string|WP_Error
         */
        static function _maybe_adjust_source_dir( $source, $remote_source, $upgrader ) {
            if ( ! is_object( $GLOBALS['wp_filesystem'] ) ) {
                return $source;
            }

            $basename = self::$_upgrade_basename;
            $is_theme = false;

            // Figure out what the slug is supposed to be.
            if ( isset( $upgrader->skin->options['extra'] ) ) {
                // Set by the auto-install logic.
                $desired_slug = $upgrader->skin->options['extra']['slug'];
            } else if ( ! empty( $basename ) ) {
                /**
                 * If it doesn't end with ".php", it's a theme.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.1
                 */
                $is_theme = ( ! fs_ends_with( $basename, '.php' ) );

                $desired_slug = ( ! $is_theme ) ?
                    dirname( $basename ) :
                    // Theme slug
                    $basename;
            } else {
                // Can't figure out the desired slug, stop the execution.
                return $source;
            }

            if ( is_multisite() ) {
                /**
                 * If we are running in a multisite environment and the product is not network activated,
                 * the instance will not exist anyway. Therefore, try to update the source if necessary
                 * regardless if the Freemius instance of the product exists or not.
                 *
                 * @author Vova Feldman
                 */
            } else if ( ! empty( $basename ) ) {
                $fs = Freemius::get_instance_by_file(
                    $basename,
                    $is_theme ?
                        WP_FS__MODULE_TYPE_THEME :
                        WP_FS__MODULE_TYPE_PLUGIN
                );

                if ( ! is_object( $fs ) ) {
                    /**
                     * If the Freemius instance does not exist on a non-multisite network environment, it means that:
                     *  1. The product is not powered by Freemius; OR
                     *  2. The product is not activated, therefore, we don't mind if after the update the folder name will change.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since  2.2.1
                     */
                    return $source;
                }
            }

            $subdir_name = untrailingslashit( str_replace( trailingslashit( $remote_source ), '', $source ) );

            if ( ! empty( $subdir_name ) && $subdir_name !== $desired_slug ) {
                $from_path = untrailingslashit( $source );
                $to_path   = trailingslashit( $remote_source ) . $desired_slug;

                if ( true === $GLOBALS['wp_filesystem']->move( $from_path, $to_path ) ) {
                    return trailingslashit( $to_path );
                }

                return new WP_Error(
                    'rename_failed',
                    fs_text_inline( 'The remote plugin package does not contain a folder with the desired slug and renaming did not work.', 'module-package-rename-failure' ),
                    array(
                        'found'    => $subdir_name,
                        'expected' => $desired_slug
                    )
                );
            }

            return $source;
        }

        #endregion
    }
freemius/includes/l10n.php000064400000002220151213253160011447 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.1.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Retrieve the translation of $text.
	 *
	 * @since 1.2.1.6
	 *
	 * @param string $text
	 * 
	 * @return string
	 */
	function _fs_text( $text ) {
		// Avoid misleading Theme Check warning.
		$fn = 'translate';
		return $fn( $text, 'freemius' );
	}

	/**
	 * Retrieve translated string with gettext context.
	 *
	 * Quite a few times, there will be collisions with similar translatable text
	 * found in more than two places, but with different translated context.
	 *
	 * By including the context in the pot file, translators can translate the two
	 * strings differently.
	 *
	 * @since 1.2.1.6
	 *
	 * @param string $text
	 * @param string $context 
	 * 
	 * @return string
	 */
	function _fs_x( $text, $context ) {
		// Avoid misleading Theme Check warning.
		$fn = 'translate_with_gettext_context';
		return $fn( $text, $context, 'freemius' );
	}
freemius/includes/class-fs-api.php000064400000054024151213253160013170 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.4
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Class FS_Api
	 *
	 * Wraps Freemius API SDK to handle:
	 *      1. Clock sync.
	 *      2. Fallback to HTTP when HTTPS fails.
	 *      3. Adds caching layer to GET requests.
	 *      4. Adds consistency for failed requests by using last cached version.
	 */
	class FS_Api {
		/**
		 * @var FS_Api[]
		 */
		private static $_instances = array();

		/**
		 * @var FS_Option_Manager Freemius options, options-manager.
		 */
		private static $_options;

		/**
		 * @var FS_Cache_Manager API Caching layer
		 */
		private static $_cache;

		/**
		 * @var int Clock diff in seconds between current server to API server.
		 */
		private static $_clock_diff;

		/**
		 * @var Freemius_Api_WordPress
		 */
		private $_api;

		/**
		 * @var string
		 */
		private $_slug;

		/**
		 * @var FS_Logger
		 * @since 1.0.4
		 */
		private $_logger;

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string
         */
        private $_sdk_version;

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @var string
         */
        private $_url;

        /**
		 * @param string      $slug
		 * @param string      $scope      'app', 'developer', 'user' or 'install'.
		 * @param number      $id         Element's id.
		 * @param string      $public_key Public key.
		 * @param bool        $is_sandbox
		 * @param bool|string $secret_key Element's secret key.
		 * @param null|string $sdk_version
		 * @param null|string $url
		 *
		 * @return FS_Api
		 */
		static function instance(
		    $slug,
            $scope,
            $id,
            $public_key,
            $is_sandbox,
            $secret_key = false,
            $sdk_version = null,
            $url = null
        ) {
			$identifier = md5( $slug . $scope . $id . $public_key . ( is_string( $secret_key ) ? $secret_key : '' ) . json_encode( $is_sandbox ) );

			if ( ! isset( self::$_instances[ $identifier ] ) ) {
				self::_init();

				self::$_instances[ $identifier ] = new FS_Api( $slug, $scope, $id, $public_key, $secret_key, $is_sandbox, $sdk_version, $url );
			}

			return self::$_instances[ $identifier ];
		}

		private static function _init() {
			if ( isset( self::$_options ) ) {
				return;
			}

			if ( ! class_exists( 'Freemius_Api_WordPress' ) ) {
				require_once WP_FS__DIR_SDK . '/FreemiusWordPress.php';
			}

			self::$_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true, true );
			self::$_cache   = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );

			self::$_clock_diff = self::$_options->get_option( 'api_clock_diff', 0 );
			Freemius_Api_WordPress::SetClockDiff( self::$_clock_diff );

			if ( self::$_options->get_option( 'api_force_http', false ) ) {
				Freemius_Api_WordPress::SetHttp();
			}
		}

		/**
		 * @param string      $slug
		 * @param string      $scope      'app', 'developer', 'user' or 'install'.
		 * @param number      $id         Element's id.
		 * @param string      $public_key Public key.
		 * @param bool|string $secret_key Element's secret key.
		 * @param bool        $is_sandbox
		 * @param null|string $sdk_version
		 * @param null|string $url
		 */
		private function __construct(
		    $slug,
            $scope,
            $id,
            $public_key,
            $secret_key,
            $is_sandbox,
            $sdk_version,
            $url
        ) {
			$this->_api = new Freemius_Api_WordPress( $scope, $id, $public_key, $secret_key, $is_sandbox );

			$this->_slug        = $slug;
			$this->_sdk_version = $sdk_version;
			$this->_url         = $url;
			$this->_logger      = FS_Logger::get_logger( WP_FS__SLUG . '_' . $slug . '_api', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
		}

		/**
		 * Find clock diff between server and API server, and store the diff locally.
		 *
		 * @param bool|int $diff
		 *
		 * @return bool|int False if clock diff didn't change, otherwise returns the clock diff in seconds.
		 */
		private function _sync_clock_diff( $diff = false ) {
			$this->_logger->entrance();

			// Sync clock and store.
			$new_clock_diff = ( false === $diff ) ?
				Freemius_Api_WordPress::FindClockDiff() :
				$diff;

			if ( $new_clock_diff === self::$_clock_diff ) {
				return false;
			}

			self::$_clock_diff = $new_clock_diff;

			// Update API clock's diff.
			Freemius_Api_WordPress::SetClockDiff( self::$_clock_diff );

			// Store new clock diff in storage.
			self::$_options->set_option( 'api_clock_diff', self::$_clock_diff, true );

			return $new_clock_diff;
		}

		/**
		 * Override API call to enable retry with servers' clock auto sync method.
		 *
		 * @param string $path
		 * @param string $method
		 * @param array  $params
		 * @param bool   $in_retry Is in retry or first call attempt.
		 *
		 * @return array|mixed|string|void
		 */
		private function _call( $path, $method = 'GET', $params = array(), $in_retry = false ) {
            $this->_logger->entrance( $method . ':' . $path );

            $force_http = ( ! $in_retry && self::$_options->get_option( 'api_force_http', false ) );

            if ( self::is_temporary_down() ) {
                $result = $this->get_temporary_unavailable_error();
            } else {
                /**
                 * @since 2.3.0 Include the SDK version with all API requests that going through the API manager. IMPORTANT: Only pass the SDK version if the caller didn't include it yet.
                 */
                if ( ! empty( $this->_sdk_version ) ) {
                    if ( false === strpos( $path, 'sdk_version=' ) &&
                         ! isset( $params['sdk_version'] )
                    ) {
                        // Always add the sdk_version param in the querystring. DO NOT INCLUDE IT IN THE BODY PARAMS, OTHERWISE, IT MAY LEAD TO AN UNEXPECTED PARAMS PARSING IN CASES WHERE THE $params IS A REGULAR NON-ASSOCIATIVE ARRAY.
                        $path = add_query_arg( 'sdk_version', $this->_sdk_version, $path );
                    }
                }

                /**
                 * @since 2.5.0 Include the site's URL, if available, in all API requests that are going through the API manager.
                 */
                if ( ! empty( $this->_url ) ) {
                    if ( false === strpos( $path, 'url=' ) &&
                         ! isset( $params['url'] )
                    ) {
                        $path = add_query_arg( 'url', $this->_url, $path );
                    }
                }

                $result = $this->_api->Api( $path, $method, $params );

                if (
                    ! $in_retry &&
                    null !== $result &&
                    isset( $result->error ) &&
                    isset( $result->error->code )
                ) {
                    $retry = false;

                    if ( 'request_expired' === $result->error->code ) {
                        $diff = isset( $result->error->timestamp ) ?
                            ( time() - strtotime( $result->error->timestamp ) ) :
                            false;

                        // Try to sync clock diff.
                        if ( false !== $this->_sync_clock_diff( $diff ) ) {
                            // Retry call with new synced clock.
                            $retry = true;
                        }
                    } else if (
                        Freemius_Api_WordPress::IsHttps() &&
                        FS_Api::is_ssl_error_response( $result )
                    ) {
                        $force_http = true;
                        $retry      = true;
                    }

                    if ( $retry ) {
                        if ( $force_http ) {
                            $this->toggle_force_http( true );
                        }

                        $result = $this->_call( $path, $method, $params, true );
                    }
                }
            }

            if ( self::is_api_error( $result ) ) {
                if ( $this->_logger->is_on() ) {
                    // Log API errors.
                    $this->_logger->api_error( $result );
                }

                if ( $force_http ) {
                    $this->toggle_force_http( false );
                }
            }

            return $result;
        }

		/**
		 * Override API call to wrap it in servers' clock sync method.
		 *
		 * @param string $path
		 * @param string $method
		 * @param array  $params
		 *
		 * @return array|mixed|string|void
		 * @throws Freemius_Exception
		 */
		function call( $path, $method = 'GET', $params = array() ) {
			return $this->_call( $path, $method, $params );
		}

		/**
		 * Get API request URL signed via query string.
		 *
		 * @param string $path
		 *
		 * @return string
		 */
		function get_signed_url( $path ) {
			return $this->_api->GetSignedUrl( $path );
		}

		/**
		 * @param string $path
		 * @param bool   $flush
		 * @param int    $expiration (optional) Time until expiration in seconds from now, defaults to 24 hours
		 *
		 * @return stdClass|mixed
		 */
		function get( $path = '/', $flush = false, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
			$this->_logger->entrance( $path );

			$cache_key = $this->get_cache_key( $path );

			// Always flush during development.
			if ( WP_FS__DEV_MODE || $this->_api->IsSandbox() ) {
				$flush = true;
			}

			$has_valid_cache = self::$_cache->has_valid( $cache_key, $expiration );
			$cached_result   = $has_valid_cache ?
				self::$_cache->get( $cache_key ) :
				null;

			if ( $flush || is_null( $cached_result ) ) {
				$result = $this->call( $path );

				if ( ! is_object( $result ) || isset( $result->error ) ) {
					// Api returned an error.
					if ( is_object( $cached_result ) &&
					     ! isset( $cached_result->error )
					) {
						// If there was an error during a newer data fetch,
						// fallback to older data version.
						$result = $cached_result;

						if ( $this->_logger->is_on() ) {
							$this->_logger->warn( 'Fallback to cached API result: ' . var_export( $cached_result, true ) );
						}
					} else {
					    if ( is_object( $result ) && isset( $result->error->http ) && 404 == $result->error->http ) {
                            /**
                             * If the response code is 404, cache the result for half of the `$expiration`.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.2.4
                             */
					        $expiration /= 2;
                        } else {
                            // If no older data version and the response code is not 404, return result without
                            // caching the error.
                            return $result;
                        }
					}
				}

				self::$_cache->set( $cache_key, $result, $expiration );

				$cached_result = $result;
			} else {
				$this->_logger->log( 'Using cached API result.' );
			}

			return $cached_result;
		}

        /**
         * @todo Remove this method after migrating Freemius::safe_remote_post() to FS_Api::call().
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param string $url
         * @param array  $remote_args
         *
         * @return array|WP_Error The response array or a WP_Error on failure.
         */
        static function remote_request( $url, $remote_args ) {
            if ( ! class_exists( 'Freemius_Api_WordPress' ) ) {
                require_once WP_FS__DIR_SDK . '/FreemiusWordPress.php';
            }

            if ( method_exists( 'Freemius_Api_WordPress', 'RemoteRequest' ) ) {
                return Freemius_Api_WordPress::RemoteRequest( $url, $remote_args );
            }

            // The following is for backward compatibility when a modified PHP SDK version is in use and the `Freemius_Api_WordPress:RemoteRequest()` method doesn't exist.
            $response = wp_remote_request( $url, $remote_args );

            if (
                is_array( $response ) &&
                (
                    empty( $response['headers'] ) ||
                    empty( $response['headers']['x-api-server'] )
                )
            ) {
                // API is considered blocked if the response doesn't include the `x-api-server` header. When there's no error but this header doesn't exist, the response is usually not in the expected form (e.g., cannot be JSON-decoded).
                $response = new WP_Error( 'api_blocked', htmlentities( $response['body'] ) );
            }

            return $response;
        }

		/**
		 * Check if there's a cached version of the API request.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1
		 *
		 * @param string $path
		 * @param string $method
		 * @param array  $params
		 *
		 * @return bool
		 */
		function is_cached( $path, $method = 'GET', $params = array() ) {
			$cache_key = $this->get_cache_key( $path, $method, $params );

			return self::$_cache->has_valid( $cache_key );
		}

		/**
		 * Invalidate a cached version of the API request.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param string $path
		 * @param string $method
		 * @param array  $params
		 */
		function purge_cache( $path, $method = 'GET', $params = array() ) {
			$this->_logger->entrance( "{$method}:{$path}" );

			$cache_key = $this->get_cache_key( $path, $method, $params );

			self::$_cache->purge( $cache_key );
		}

        /**
         * Invalidate a cached version of the API request.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $path
         * @param int    $expiration
         * @param string $method
         * @param array  $params
         */
        function update_cache_expiration( $path, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $method = 'GET', $params = array() ) {
            $this->_logger->entrance( "{$method}:{$path}:{$expiration}" );

            $cache_key = $this->get_cache_key( $path, $method, $params );

            self::$_cache->update_expiration( $cache_key, $expiration );
        }

        /**
		 * @param string $path
		 * @param string $method
		 * @param array  $params
		 *
		 * @return string
		 * @throws \Freemius_Exception
		 */
		private function get_cache_key( $path, $method = 'GET', $params = array() ) {
			$canonized = $this->_api->CanonizePath( $path );
//			$exploded = explode('/', $canonized);
//			return $method . '_' . array_pop($exploded) . '_' . md5($canonized . json_encode($params));
			return strtolower( $method . ':' . $canonized ) . ( ! empty( $params ) ? '#' . md5( json_encode( $params ) ) : '' );
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param bool $is_http
         */
        private function toggle_force_http( $is_http ) {
            self::$_options->set_option( 'api_force_http', $is_http, true );

            if ( $is_http ) {
                Freemius_Api_WordPress::SetHttp();
            } else if ( method_exists( 'Freemius_Api_WordPress', 'SetHttps' ) ) {
                Freemius_Api_WordPress::SetHttps();
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param mixed $response
         *
         * @return bool
         */
        static function is_blocked( $response ) {
            return (
                self::is_api_error_object( $response, true ) &&
                isset( $response->error->code ) &&
                'api_blocked' === $response->error->code
            );
        }

		/**
		 * Check if API is temporary down.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.6
		 *
		 * @return bool
		 */
		static function is_temporary_down() {
			self::_init();

			$test = self::$_cache->get_valid( 'ping_test', null );

			return ( false === $test );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.6
		 *
		 * @return object
		 */
		private function get_temporary_unavailable_error() {
			return (object) array(
				'error' => (object) array(
					'type'    => 'TemporaryUnavailable',
					'message' => 'API is temporary unavailable, please retry in ' . ( self::$_cache->get_record_expiration( 'ping_test' ) - WP_FS__SCRIPT_START_TIME ) . ' sec.',
					'code'    => 'temporary_unavailable',
					'http'    => 503
				)
			);
		}

		/**
		 * Check if based on the API result we should try
		 * to re-run the same request with HTTP instead of HTTPS.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.6
		 *
		 * @param $result
		 *
		 * @return bool
		 */
		private static function should_try_with_http( $result ) {
			if ( ! Freemius_Api_WordPress::IsHttps() ) {
				return false;
			}

			return ( ! is_object( $result ) ||
			         ! isset( $result->error ) ||
			         ! isset( $result->error->code ) ||
			         ! in_array( $result->error->code, array(
				         'curl_missing',
				         'cloudflare_ddos_protection',
				         'maintenance_mode',
				         'squid_cache_block',
				         'too_many_requests',
			         ) ) );

		}

		function get_url( $path = '' ) {
			return Freemius_Api_WordPress::GetUrl( $path, $this->_api->IsSandbox() );
		}

		/**
		 * Clear API cache.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 */
		static function clear_cache() {
			self::_init();

			self::$_cache = FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME );
			self::$_cache->clear();
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.4
         */
        static function clear_force_http_flag() {
            self::$_options->unset_option( 'api_force_http' );
        }

		#----------------------------------------------------------------------------------
		#region Error Handling
		#----------------------------------------------------------------------------------

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param mixed $result
		 *
		 * @return bool Is API result contains an error.
		 */
		static function is_api_error( $result ) {
			return ( is_object( $result ) && isset( $result->error ) ) ||
			       is_string( $result );
		}

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param mixed $result
         * @param bool  $ignore_message
         *
         * @return bool Is API result contains an error.
         */
        static function is_api_error_object( $result, $ignore_message = false ) {
            return (
                is_object( $result ) &&
                isset( $result->error ) &&
                ( $ignore_message || isset( $result->error->message ) )
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param WP_Error|object|string $response
         *
         * @return bool
         */
        static function is_ssl_error_response( $response ) {
            $http_error = null;

            if ( $response instanceof WP_Error ) {
                if (
                    isset( $response->errors ) &&
                    isset( $response->errors['http_request_failed'] )
                ) {
                    $http_error = strtolower( $response->errors['http_request_failed'][0] );
                }
            } else if (
                self::is_api_error_object( $response ) &&
                ! empty( $response->error->message )
            ) {
                $http_error = $response->error->message;
            }

            return (
                ! empty( $http_error ) &&
                (
                    false !== strpos( $http_error, 'curl error 35' ) ||
                    (
                        false === strpos( $http_error, '</html>' ) &&
                        false !== strpos( $http_error, 'ssl' )
                    )
                )
            );
        }

		/**
		 * Checks if given API result is a non-empty and not an error object.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param mixed       $result
		 * @param string|null $required_property Optional property we want to verify that is set.
		 *
		 * @return bool
		 */
		static function is_api_result_object( $result, $required_property = null ) {
			return (
				is_object( $result ) &&
				! isset( $result->error ) &&
				( empty( $required_property ) || isset( $result->{$required_property} ) )
			);
		}

		/**
		 * Checks if given API result is a non-empty entity object with non-empty ID.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param mixed $result
		 *
		 * @return bool
		 */
		static function is_api_result_entity( $result ) {
			return self::is_api_result_object( $result, 'id' ) &&
			       FS_Entity::is_valid_id( $result->id );
		}

        /**
         * Get API result error code. If failed to get code, returns an empty string.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param mixed $result
         *
         * @return string
         */
        static function get_error_code( $result ) {
            if ( is_object( $result ) &&
                 isset( $result->error ) &&
                 is_object( $result->error ) &&
                 ! empty( $result->error->code )
            ) {
                return $result->error->code;
            }

            return '';
        }

		#endregion
	}freemius/includes/class-fs-garbage-collector.php000064400000040620151213253160015770 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since     2.6.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    interface FS_I_Garbage_Collector {
        function clean();
    }

    class FS_Product_Garbage_Collector implements FS_I_Garbage_Collector {
        /**
         * @var FS_Options
         */
        private $_accounts;

        /**
         * @var string[]
         */
        private $_options_names;

        /**
         * @var string
         */
        private $_type;

        /**
         * @var string
         */
        private $_plural_type;

        /**
         * @var array<string, int> Map of product slugs to their last load timestamp, only for products that are not active.
         */
        private $_gc_timestamp;

        /**
         * @var array<string, array<string, mixed>> Map of product slugs to their data, as stored by the primary storage of `Freemius` class.
         */
        private $_storage_data;

        function __construct( FS_Options $_accounts, $option_names, $type ) {
            $this->_accounts      = $_accounts;
            $this->_options_names = $option_names;
            $this->_type          = $type;
            $this->_plural_type   = ( $type . 's' );
        }

        function clean() {
            $this->_gc_timestamp  = $this->_accounts->get_option( 'gc_timestamp', array() );
            $this->_storage_data  = $this->_accounts->get_option( $this->_type . '_data', array() );

            $options            = $this->load_options();
            $has_updated_option = false;

            $filtered_products         = $this->get_filtered_products();
            $products_to_clean         = $filtered_products['products_to_clean'];
            $active_products_by_id_map = $filtered_products['active_products_by_id_map'];

            foreach( $products_to_clean as $product ) {
                $slug = $product->slug;

                // Clear the product's data.
                foreach( $options as $option_name => $option ) {
                    $updated = false;

                    /**
                     * We expect to deal with only array like options here.
                     * @todo - Refactor this to create dedicated GC classes for every option, then we can make the code mode predictable.
                     *       For example, depending on data integrity of `plugins` we can still miss something entirely in the `plugin_data` or vice-versa.
                     *       A better algorithm is to iterate over all options individually in separate classes and check against primary storage to see if those can be garbage collected.
                     *       But given the chance of data integrity issue is very low, we let this run for now and gather feedback.
                     */
                    if ( ! is_array( $option ) ) {
                        continue;
                    }

                    if ( array_key_exists( $slug, $option ) ) {
                        unset( $option[ $slug ] );
                        $updated = true;
                    } else if ( array_key_exists( "{$slug}:{$this->_type}", $option ) ) { /* admin_notices */
                        unset( $option[ "{$slug}:{$this->_type}" ] );
                        $updated = true;
                    } else if ( isset( $product->id ) && array_key_exists( $product->id, $option ) ) { /* all_licenses, add-ons, and id_slug_type_path_map */
                        $is_inactive_by_id   = ! isset( $active_products_by_id_map[ $product->id ] );
                        $is_inactive_by_slug = (
                            'id_slug_type_path_map' === $option_name &&
                            (
                                ! isset( $option[ $product->id ]['slug'] ) ||
                                $slug === $option[ $product->id ]['slug']
                            )
                        );

                        if ( $is_inactive_by_id || $is_inactive_by_slug ) {
                            unset( $option[ $product->id ] );
                            $updated = true;
                        }
                    } else if ( /* file_slug_map */
                        isset( $product->file ) &&
                        array_key_exists( $product->file, $option ) &&
                        $slug === $option[ $product->file ]
                    ) {
                        unset( $option[ $product->file ] );
                        $updated = true;
                    }

                    if ( $updated ) {
                        $this->_accounts->set_option( $option_name, $option );

                        $options[ $option_name ] = $option;

                        $has_updated_option = true;
                    }
                }

                // Clear the product's data from the primary storage.
                if ( isset( $this->_storage_data[ $slug ] ) ) {
                    unset( $this->_storage_data[ $slug ] );
                    $has_updated_option = true;
                }

                // Clear from GC timestamp.
                // @todo - This perhaps needs a separate garbage collector for all expired products. But the chance of left-over is very slim.
                if ( isset( $this->_gc_timestamp[ $slug ] ) ) {
                    unset( $this->_gc_timestamp[ $slug ] );
                    $has_updated_option = true;
                }
            }

            $this->_accounts->set_option( 'gc_timestamp', $this->_gc_timestamp );
            $this->_accounts->set_option( $this->_type . '_data', $this->_storage_data );

            return $has_updated_option;
        }

        private function get_all_option_names() {
            return array_merge(
                array(
                    'admin_notices',
                    'updates',
                    'all_licenses',
                    'addons',
                    'id_slug_type_path_map',
                    'file_slug_map',
                ),
                $this->_options_names
            );
        }

        private function get_products() {
            $products = $this->_accounts->get_option( $this->_plural_type, array() );

            // Fill any missing product found in the primary storage.
            // @todo - This wouldn't be needed if we use dedicated GC design for every options. The options themselves would provide such information.
            foreach( $this->_storage_data as $slug => $product_data ) {
                if ( ! isset( $products[ $slug ] ) ) {
                    $products[ $slug ] = (object) $product_data;
                }

                // This is needed to handle a scenario in which there are duplicate sets of data for the same product, but one of them needs to be removed.
                $products[ $slug ] = clone $products[ $slug ];

                // The reason for having the line above. This also handles a scenario in which the slug is either empty or not empty but incorrect.
                $products[ $slug ]->slug = $slug;
            }

            $this->update_gc_timestamp( $products );

            return $products;
        }

        private function get_filtered_products() {
            $products_to_clean         = array();
            $active_products_by_id_map = array();

            $products = $this->get_products();

            foreach ( $products as $slug => $product_data ) {
                if ( ! is_object( $product_data ) ) {
                    continue;
                }

                if ( $this->is_product_active( $slug ) ) {
                    $active_products_by_id_map[ $product_data->id ] = true;
                    continue;
                }

                $is_addon = ( ! empty( $product_data->parent_plugin_id ) );

                if ( ! $is_addon ) {
                    $products_to_clean[] = $product_data;
                } else {
                    /**
                     * If add-on, add to the beginning of the array so that add-ons are removed before their parent. This is to prevent an unexpected issue when an add-on exists but its parent was already removed.
                     */
                    array_unshift( $products_to_clean, $product_data );
                }
            }

            return array(
                'products_to_clean'         => $products_to_clean,
                'active_products_by_id_map' => $active_products_by_id_map,
            );
        }

        /**
         * @param string $slug
         *
         * @return bool
         */
        private function is_product_active( $slug ) {
            $instances = Freemius::_get_all_instances();

            foreach ( $instances as $instance ) {
                if ( $instance->get_slug() === $slug ) {
                    return true;
                }
            }

            $expiration_time = fs_get_optional_constant( 'WP_FS__GARBAGE_COLLECTOR_EXPIRATION_TIME_SECS', ( WP_FS__TIME_WEEK_IN_SEC * 4 ) );

            if ( $this->get_last_load_timestamp( $slug ) > ( time() - $expiration_time ) ) {
                // Last activation was within the last 4 weeks.
                return true;
            }

            return false;
        }

        private function load_options() {
            $options      = array();
            $option_names = $this->get_all_option_names();

            foreach ( $option_names as $option_name ) {
                $options[ $option_name ] = $this->_accounts->get_option( $option_name, array() );
            }

            return $options;
        }

        /**
         * Updates the garbage collector timestamp, only if it was not already set by the product's primary storage.
         *
         * @param array $products
         *
         * @return void
         */
        private function update_gc_timestamp( $products ) {
            foreach ($products as $slug => $product_data) {
                if ( ! is_object( $product_data ) && ! is_array( $product_data ) ) {
                    continue;
                }


                // If the product is active, we don't need to update the gc_timestamp.
                if ( isset( $this->_storage_data[ $slug ]['last_load_timestamp'] ) ) {
                    continue;
                }

                // First try to check if the product is present in the primary storage. If so update that.
                if ( isset( $this->_storage_data[ $slug ] ) ) {
                    $this->_storage_data[ $slug ]['last_load_timestamp'] = time();
                } else if ( ! isset( $this->_gc_timestamp[ $slug ] ) ) {
                    // If not, fallback to the gc_timestamp, but we don't want to update it more than once.
                    $this->_gc_timestamp[ $slug ] = time();
                }
            }
        }

        private function get_last_load_timestamp( $slug ) {
            if ( isset( $this->_storage_data[ $slug ]['last_load_timestamp'] ) ) {
                return $this->_storage_data[ $slug ]['last_load_timestamp'];
            }

            return isset( $this->_gc_timestamp[ $slug ] ) ?
                $this->_gc_timestamp[ $slug ] :
                // This should never happen, but if it does, let's assume the product is not expired.
                time();
        }
    }

    class FS_User_Garbage_Collector implements FS_I_Garbage_Collector {
        private $_accounts;

        private $_types;

        function __construct( FS_Options $_accounts, array $types ) {
            $this->_accounts = $_accounts;
            $this->_types    = $types;
        }

        function clean() {
            $users = Freemius::get_all_users();

            $user_has_install_map = $this->get_user_has_install_map();

            if ( count( $users ) === count( $user_has_install_map ) ) {
                return false;
            }

            $products_user_id_license_ids_map = $this->_accounts->get_option( 'user_id_license_ids_map', array() );

            $has_updated_option = false;

            foreach ( $users as $user_id => $user ) {
                if ( ! isset( $user_has_install_map[ $user_id ] ) ) {
                    unset( $users[ $user_id ] );

                    foreach( $products_user_id_license_ids_map as $product_id => $user_id_license_ids_map ) {
                        unset( $user_id_license_ids_map[ $user_id ] );

                        if ( empty( $user_id_license_ids_map ) ) {
                            unset( $products_user_id_license_ids_map[ $product_id ] );
                        } else {
                            $products_user_id_license_ids_map[ $product_id ] = $user_id_license_ids_map;
                        }
                    }

                    $this->_accounts->set_option( 'users', $users );
                    $this->_accounts->set_option( 'user_id_license_ids_map', $products_user_id_license_ids_map );

                    $has_updated_option = true;
                }
            }

            return $has_updated_option;
        }

        private function get_user_has_install_map() {
            $user_has_install_map = array();

            foreach ( $this->_types as $product_type ) {
                $option_name = ( WP_FS__MODULE_TYPE_PLUGIN !== $product_type ) ?
                    "{$product_type}_sites" :
                    'sites';

                $installs = $this->_accounts->get_option( $option_name, array() );

                foreach ( $installs as $install ) {
                    $user_has_install_map[ $install->user_id ] = true;
                }
            }

            return $user_has_install_map;
        }
    }

    // Main entry-level class.
    class FS_Garbage_Collector implements FS_I_Garbage_Collector {
        /**
         * @var FS_Garbage_Collector
         * @since 2.6.0
         */
        private static $_instance;

        /**
         * @return FS_Garbage_Collector
         */
        static function instance() {
            if ( ! isset( self::$_instance ) ) {
                self::$_instance = new self();
            }

            return self::$_instance;
        }

        #endregion

        private function __construct() {
        }

        function clean() {
            $_accounts = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );

            $products_cleaners = $this->get_product_cleaners( $_accounts );

            $has_cleaned = false;

            foreach ( $products_cleaners as $products_cleaner ) {
                if ( $products_cleaner->clean() ) {
                    $has_cleaned = true;
                }
            }

            if ( $has_cleaned ) {
                $user_cleaner = new FS_User_Garbage_Collector(
                    $_accounts,
                    array_keys( $products_cleaners )
                );

                $user_cleaner->clean();
            }

            // @todo - We need a garbage collector for `all_plugins` and `active_plugins` (and variants of themes).

            // Always store regardless of whether there were cleaned products or not since during the process, the logic may set the last load timestamp of some products.
            $_accounts->store();
        }

        /**
         * @param FS_Options $_accounts
         *
         * @return FS_I_Garbage_Collector[]
         */
        private function get_product_cleaners( FS_Options $_accounts ) {
            /**
             * @var FS_I_Garbage_Collector[] $products_cleaners
             */
            $products_cleaners = array();

            $products_cleaners[ WP_FS__MODULE_TYPE_PLUGIN ] = new FS_Product_Garbage_Collector(
                $_accounts,
                array(
                    'sites',
                    'plans',
                    'plugins',
                ),
                WP_FS__MODULE_TYPE_PLUGIN
            );

            $products_cleaners[ WP_FS__MODULE_TYPE_THEME ] = new FS_Product_Garbage_Collector(
                $_accounts,
                array(
                    'theme_sites',
                    'theme_plans',
                    'themes',
                ),
                WP_FS__MODULE_TYPE_THEME
            );

            return $products_cleaners;
        }
    }freemius/includes/class-fs-security.php000064400000003474151213253160014271 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	define( 'WP_FS__SECURITY_PARAMS_PREFIX', 's_' );

	/**
	 * Class FS_Security
	 */
	class FS_Security {
		/**
		 * @var FS_Security
		 * @since 1.0.3
		 */
		private static $_instance;
		/**
		 * @var FS_Logger
		 * @since 1.0.3
		 */
		private static $_logger;

		/**
		 * @return \FS_Security
		 */
		public static function instance() {
			if ( ! isset( self::$_instance ) ) {
				self::$_instance = new FS_Security();
				self::$_logger   = FS_Logger::get_logger(
					WP_FS__SLUG,
					WP_FS__DEBUG_SDK,
					WP_FS__ECHO_DEBUG_SDK
				);
			}

			return self::$_instance;
		}

		private function __construct() {
		}

		/**
		 * @param \FS_Scope_Entity $entity
		 * @param int              $timestamp
		 * @param string           $action
		 *
		 * @return string
		 */
		function get_secure_token( FS_Scope_Entity $entity, $timestamp, $action = '' ) {
			return md5(
				$timestamp .
				$entity->id .
				$entity->secret_key .
				$entity->public_key .
				$action
			);
		}

		/**
		 * @param \FS_Scope_Entity $entity
		 * @param int|bool         $timestamp
		 * @param string           $action
		 *
		 * @return array
		 */
		function get_context_params( FS_Scope_Entity $entity, $timestamp = false, $action = '' ) {
			if ( false === $timestamp ) {
				$timestamp = time();
			}

			return array(
				's_ctx_type'   => $entity->get_type(),
				's_ctx_id'     => $entity->id,
				's_ctx_ts'     => $timestamp,
				's_ctx_secure' => $this->get_secure_token( $entity, $timestamp, $action ),
			);
		}
	}
freemius/includes/fs-essential-functions.php000064400000035715151213253160015317 0ustar00<?php
	/**
	 * IMPORTANT:
	 *      This file will be loaded based on the order of the plugins/themes load.
	 *      If there's a theme and a plugin using Freemius, the plugin's essential
	 *      file will always load first.
	 *
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.5
	 */

	if ( ! function_exists( 'fs_normalize_path' ) ) {
		if ( function_exists( 'wp_normalize_path' ) ) {
			/**
			 * Normalize a filesystem path.
			 *
			 * Replaces backslashes with forward slashes for Windows systems, and ensures
			 * no duplicate slashes exist.
			 *
			 * @param string $path Path to normalize.
			 *
			 * @return string Normalized path.
			 */
			function fs_normalize_path( $path ) {
				return wp_normalize_path( $path );
			}
		} else {
			function fs_normalize_path( $path ) {
				$path = str_replace( '\\', '/', $path );
				$path = preg_replace( '|/+|', '/', $path );

				return $path;
			}
		}
	}

    require_once dirname( __FILE__ ) . '/supplements/fs-essential-functions-2.2.1.php';

	#region Core Redirect (copied from BuddyPress) -----------------------------------------

	if ( ! function_exists( 'fs_redirect' ) ) {
		/**
		 * Redirects to another page, with a workaround for the IIS Set-Cookie bug.
		 *
		 * @link  http://support.microsoft.com/kb/q176113/
		 * @since 1.5.1
		 * @uses  apply_filters() Calls 'wp_redirect' hook on $location and $status.
		 *
		 * @param string $location The path to redirect to.
		 * @param bool   $exit     If true, exit after redirect (Since 1.2.1.5).
		 * @param int    $status   Status code to use.
		 *
		 * @return bool False if $location is not set
		 */
		function fs_redirect( $location, $exit = true, $status = 302 ) {
			global $is_IIS;

			$file = '';
			$line = '';
			if ( headers_sent($file, $line) ) {
				if ( WP_FS__DEBUG_SDK && class_exists( 'FS_Admin_Notices' ) ) {
					$notices = FS_Admin_Notices::instance( 'global' );

					$notices->add( "Freemius failed to redirect the page because the headers have been already sent from line <b><code>{$line}</code></b> in file <b><code>{$file}</code></b>. If it's unexpected, it usually happens due to invalid space and/or EOL character(s).", 'Oops...', 'error' );
				}

				return false;
			}

			if ( defined( 'DOING_AJAX' ) ) {
				// Don't redirect on AJAX calls.
				return false;
			}

			if ( ! $location ) // allows the wp_redirect filter to cancel a redirect
			{
				return false;
			}

			$location = fs_sanitize_redirect( $location );

			if ( $is_IIS ) {
				header( "Refresh: 0;url=$location" );
			} else {
				if ( php_sapi_name() != 'cgi-fcgi' ) {
					status_header( $status );
				} // This causes problems on IIS and some FastCGI setups
				header( "Location: $location" );
			}

			if ( $exit ) {
				exit();
			}

			return true;
		}

		if ( ! function_exists( 'fs_sanitize_redirect' ) ) {
			/**
			 * Sanitizes a URL for use in a redirect.
			 *
			 * @since 2.3
			 *
			 * @param string $location
			 *
			 * @return string redirect-sanitized URL
			 */
			function fs_sanitize_redirect( $location ) {
				$location = preg_replace( '|[^a-z0-9-~+_.?#=&;,/:%!]|i', '', $location );
				$location = fs_kses_no_null( $location );

				// remove %0d and %0a from location
				$strip = array( '%0d', '%0a' );
				$found = true;
				while ( $found ) {
					$found = false;
					foreach ( (array) $strip as $val ) {
						while ( strpos( $location, $val ) !== false ) {
							$found    = true;
							$location = str_replace( $val, '', $location );
						}
					}
				}

				return $location;
			}
		}

		if ( ! function_exists( 'fs_kses_no_null' ) ) {
			/**
			 * Removes any NULL characters in $string.
			 *
			 * @since 1.0.0
			 *
			 * @param string $string
			 *
			 * @return string
			 */
			function fs_kses_no_null( $string ) {
				$string = preg_replace( '/\0+/', '', $string );
				$string = preg_replace( '/(\\\\0)+/', '', $string );

				return $string;
			}
		}
	}

	#endregion Core Redirect (copied from BuddyPress) -----------------------------------------

	if ( ! function_exists( 'fs_get_ip' ) ) {
		/**
		 * Get server IP.
         *
         * @since 2.5.1 This method returns the server IP.
         *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.2
		 *
		 * @return string|null
		 */
		function fs_get_ip() {
			return empty( $_SERVER[ 'SERVER_ADDR' ] ) ?
                null :
                $_SERVER[ 'SERVER_ADDR' ];
		}
	}

    if ( ! function_exists( 'fs_find_caller_plugin_file' ) ) {
        /**
         * Leverage backtrace to find caller plugin main file path.
         *
	     * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
	     * @return string
         */
        function fs_find_caller_plugin_file() {
            /**
             * All the code below will be executed once on activation.
             * If the user changes the main plugin's file name, the file_exists()
             * will catch it.
             */
            if ( ! function_exists( 'get_plugins' ) ) {
                require_once ABSPATH . 'wp-admin/includes/plugin.php';
            }

            $all_plugins       = fs_get_plugins( true );
            $all_plugins_paths = array();

            // Get active plugin's main files real full names (might be symlinks).
            foreach ( $all_plugins as $relative_path => $data ) {
                $all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
            }

            $plugin_file = null;
            for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
                if ( empty( $bt[ $i ]['file'] ) ) {
                    continue;
                }

                if ( in_array( fs_normalize_path( $bt[ $i ]['file'] ), $all_plugins_paths ) ) {
                    $plugin_file = $bt[ $i ]['file'];
                    break;
                }
            }

            if ( is_null( $plugin_file ) ) {
                // Throw an error to the developer in case of some edge case dev environment.
                wp_die(
                    'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.',
                    'Error',
                    array( 'back_link' => true )
                );
            }

            return $plugin_file;
        }
    }

	require_once dirname( __FILE__ ) . '/supplements/fs-essential-functions-1.1.7.1.php';

    if ( ! function_exists( 'fs_update_sdk_newest_version' ) ) {
        /**
         * Update SDK newest version reference.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string      $sdk_relative_path
         * @param string|bool $plugin_file
         *
         * @global            $fs_active_plugins
         */
        function fs_update_sdk_newest_version( $sdk_relative_path, $plugin_file = false ) {
            /**
             * If there is a plugin running an older version of FS (1.2.1 or below), the `fs_update_sdk_newest_version()`
             * function in the older version will be used instead of this one. But since the older version is using
             * the `is_plugin_active` function to check if a plugin is active, passing the theme's `plugin_path` to the
             * `is_plugin_active` function will return false since the path is not a plugin path, so `in_activation` will be
             * `true` for theme modules and the upgrading of the SDK version to 1.2.2 or newer version will work fine.
             *
             * Future versions that will call this function will use the proper logic here instead of just relying on the
             * `is_plugin_active` function to fail for themes.
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */

            global $fs_active_plugins;

            $newest_sdk = $fs_active_plugins->plugins[ $sdk_relative_path ];

            if ( ! is_string( $plugin_file ) ) {
                $plugin_file = plugin_basename( fs_find_caller_plugin_file() );
            }

            if ( ! isset( $newest_sdk->type ) || 'theme' !== $newest_sdk->type ) {
                if ( ! function_exists( 'is_plugin_active' ) ) {
                    require_once ABSPATH . 'wp-admin/includes/plugin.php';
                }

                $in_activation = ( ! is_plugin_active( $plugin_file ) );
            } else {
                $theme         = wp_get_theme();
                $in_activation = ( $newest_sdk->plugin_path == $theme->stylesheet );
            }

            $fs_active_plugins->newest = (object) array(
                'plugin_path'   => $plugin_file,
                'sdk_path'      => $sdk_relative_path,
                'version'       => $newest_sdk->version,
                'in_activation' => $in_activation,
                'timestamp'     => time(),
            );

            // Update DB with latest SDK version and path.
            update_option( 'fs_active_plugins', $fs_active_plugins );
        }
    }

    if ( ! function_exists( 'fs_newest_sdk_plugin_first' ) ) {
        /**
         * Reorder the plugins load order so the plugin with the newest Freemius SDK is loaded first.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @return bool Was plugin order changed. Return false if plugin was loaded first anyways.
         *
         * @global $fs_active_plugins
         */
        function fs_newest_sdk_plugin_first() {
            global $fs_active_plugins;

            /**
             * @todo Multi-site network activated plugin are always loaded prior to site plugins so if there's a plugin activated in the network mode that has an older version of the SDK of another plugin which is site activated that has new SDK version, the fs-essential-functions.php will be loaded from the older SDK. Same thing about MU plugins (loaded even before network activated plugins).
             *
             * @link https://github.com/Freemius/wordpress-sdk/issues/26
             */

            $newest_sdk_plugin_path = $fs_active_plugins->newest->plugin_path;

            $active_plugins         = get_option( 'active_plugins', array() );
            $updated_active_plugins = array( $newest_sdk_plugin_path );

            $plugin_found  = false;
            $is_first_path = true;

            foreach ( $active_plugins as $key => $plugin_path ) {
                if ( $plugin_path === $newest_sdk_plugin_path ) {
                    if ( $is_first_path ) {
                        // if it's the first plugin already, no need to continue
                        return false;
                    }

                    $plugin_found = true;

                    // Skip the plugin (it is already added as the 1st item of $updated_active_plugins).
                    continue;
                }

                $updated_active_plugins[] = $plugin_path;

                if ( $is_first_path ) {
                    $is_first_path = false;
                }
            }

            if ( $plugin_found ) {
                update_option( 'active_plugins', $updated_active_plugins );

                return true;
            }

            if ( is_multisite() ) {
                // Plugin is network active.
                $network_active_plugins = get_site_option( 'active_sitewide_plugins', array() );

                if ( isset( $network_active_plugins[ $newest_sdk_plugin_path ] ) ) {
                    reset( $network_active_plugins );
                    if ( $newest_sdk_plugin_path === key( $network_active_plugins ) ) {
                        // Plugin is already activated first on the network level.
                        return false;
                    } else {
                        $time = $network_active_plugins[ $newest_sdk_plugin_path ];

                        // Remove plugin from its current position.
                        unset( $network_active_plugins[ $newest_sdk_plugin_path ] );

                        // Set it to be included first.
                        $network_active_plugins = array( $newest_sdk_plugin_path => $time ) + $network_active_plugins;

                        update_site_option( 'active_sitewide_plugins', $network_active_plugins );

                        return true;
                    }
                }
            }

            return false;
        }
    }

    if ( ! function_exists( 'fs_fallback_to_newest_active_sdk' ) ) {
        /**
         * Go over all Freemius SDKs in the system and find and "remember"
         * the newest SDK which is associated with an active plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @global $fs_active_plugins
         */
        function fs_fallback_to_newest_active_sdk() {
            global $fs_active_plugins;

            /**
             * @var object $newest_sdk_data
             */
            $newest_sdk_data = null;
            $newest_sdk_path = null;

            foreach ( $fs_active_plugins->plugins as $sdk_relative_path => $data ) {
                if ( is_null( $newest_sdk_data ) || version_compare( $data->version, $newest_sdk_data->version, '>' )
                ) {
                    // If plugin inactive or SDK starter file doesn't exist, remove SDK reference.
                    if ( 'plugin' === $data->type ) {
                        $is_module_active = is_plugin_active( $data->plugin_path );
                    } else {
                        $active_theme     = wp_get_theme();
                        $is_module_active = ( $data->plugin_path === $active_theme->get_template() );
                    }

                    $is_sdk_exists = file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $sdk_relative_path . '/start.php' ) );

                    if ( ! $is_module_active || ! $is_sdk_exists ) {
                        unset( $fs_active_plugins->plugins[ $sdk_relative_path ] );

                        // No need to store the data since it will be stored in fs_update_sdk_newest_version()
                        // or explicitly with update_option().
                    } else {
                        $newest_sdk_data = $data;
                        $newest_sdk_path = $sdk_relative_path;
                    }
                }
            }

            if ( is_null( $newest_sdk_data ) ) {
                // Couldn't find any SDK reference.
                $fs_active_plugins = new stdClass();
                update_option( 'fs_active_plugins', $fs_active_plugins );
            } else {
                fs_update_sdk_newest_version( $newest_sdk_path, $newest_sdk_data->plugin_path );
            }
        }
    }freemius/includes/debug/class-fs-debug-bar-panel.php000064400000003312151213253160016424 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	if ( class_exists( 'Debug_Bar_Panel' ) ) {

		/**
		 * Extends Debug Bar plugin by adding a panel to show all Freemius API requests.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.7.3
		 *
		 * Class Freemius_Debug_Bar_Panel
		 */
		class Freemius_Debug_Bar_Panel extends Debug_Bar_Panel {

			public function init() {
				$this->title( 'Freemius' ); // @phpstan-ignore-line
			}

			public static function requests_count() {
				if ( class_exists( 'Freemius_Api_WordPress' ) ) {
					$logger = Freemius_Api_WordPress::GetLogger();
				} else {
					$logger = array();
				}

				return number_format( count( $logger ) );
			}

			public static function total_time() {
				if ( class_exists( 'Freemius_Api_WordPress' ) ) {
					$logger = Freemius_Api_WordPress::GetLogger();
				} else {
					$logger = array();
				}

				$total_time = .0;
				foreach ( $logger as $l ) {
					$total_time += $l['total'];
				}

				return number_format( 100 * $total_time, 2 ) . ' ' . fs_text_x_inline( 'ms', 'milliseconds' );
			}

			public function render() {
				?>
				<div id='debug-bar-php'>
					<?php fs_require_template( '/debug/api-calls.php' ) ?>
					<br>
					<?php fs_require_template( '/debug/scheduled-crons.php' ) ?>
					<br>
					<?php fs_require_template( '/debug/plugins-themes-sync.php' ) ?>
					<br>
					<?php fs_require_template( '/debug/logger.php' ) ?>
				</div>
			<?php
			}
		}
	}freemius/includes/debug/index.php000064400000000131151213253160013071 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/debug/debug-bar-start.php000064400000002553151213253160014757 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.7.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	if ( ! WP_FS__DEBUG_SDK ) {
		return;
	}

	/**
	 * Initialize Freemius custom debug panels.
	 *
	 * @param array $panels Debug bar panels objects
	 *
	 * @return array Debug bar panels with your custom panels
	 */
	function fs_custom_panels_init( $panels ) {
		if ( class_exists( 'Debug_Bar_Panel' ) ) {
			if ( FS_API__LOGGER_ON ) {
				require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
				$panels[] = new Freemius_Debug_Bar_Panel();
			}
		}

		return $panels;
	}

	function fs_custom_status_init( $statuses ) {
		if ( class_exists( 'Debug_Bar_Panel' ) ) {
			if ( FS_API__LOGGER_ON ) {
				require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php';
				$statuses[] = array(
					'fs_api_requests',
					fs_text_inline( 'Freemius API' ),
					Freemius_Debug_Bar_Panel::requests_count() . ' ' . fs_text_inline( 'Requests' ) .
					' (' . Freemius_Debug_Bar_Panel::total_time() . ')'
				);
			}
		}

		return $statuses;
	}

	add_filter( 'debug_bar_panels', 'fs_custom_panels_init' );
	add_filter( 'debug_bar_statuses', 'fs_custom_status_init' );freemius/includes/entities/class-fs-site.php000064400000017041151213253160015205 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * @property int $blog_id
     */
    #[AllowDynamicProperties]
    class FS_Site extends FS_Scope_Entity {
        /**
         * @var number
         */
        public $site_id;
        /**
         * @var number
         */
        public $plugin_id;
        /**
         * @var number
         */
        public $user_id;
        /**
         * @var string
         */
        public $title;
        /**
         * @var string
         */
        public $url;
        /**
         * @var string
         */
        public $version;
        /**
         * @var string E.g. en-GB
         */
        public $language;
        /**
         * @var string Platform version (e.g WordPress version).
         */
        public $platform_version;
        /**
         * Freemius SDK version
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @var string SDK version (e.g.: 1.2.2)
         */
        public $sdk_version;
        /**
         * @var string Programming language version (e.g PHP version).
         */
        public $programming_language_version;
        /**
         * @var number|null
         */
        public $plan_id;
        /**
         * @var number|null
         */
        public $license_id;
        /**
         * @var number|null
         */
        public $trial_plan_id;
        /**
         * @var string|null
         */
        public $trial_ends;
        /**
         * @since 1.0.9
         *
         * @var bool
         */
        public $is_premium = false;
        /**
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.2.1.5
         * @deprecated Since 2.5.1
         * @todo Remove after a few releases.
         *
         * @var bool
         */
        public $is_disconnected = false;
        /**
         * @since  2.0.0
         *
         * @var bool
         */
        public $is_active = true;
        /**
         * @since  2.0.0
         *
         * @var bool
         */
        public $is_uninstalled = false;
        /**
         * @author Edgar Melkonyan
         *
         * @since 2.4.2
         *
         * @var bool
         */
        public $is_beta;

        /**
         * @param stdClass|bool $site
         */
        function __construct( $site = false ) {
            parent::__construct( $site );

            if ( is_object( $site ) ) {
                $this->plan_id = $site->plan_id;
            }

            if ( ! is_bool( $this->is_disconnected ) ) {
                $this->is_disconnected = false;
            }
        }

        static function get_type() {
            return 'install';
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $url
         *
         * @return bool
         */
        static function is_localhost_by_address( $url ) {
            if ( false !== strpos( $url, '127.0.0.1' ) ||
                 false !== strpos( $url, 'localhost' )
            ) {
                return true;
            }

            if ( ! fs_starts_with( $url, 'http' ) ) {
                $url = 'http://' . $url;
            }

            $url_parts = parse_url( $url );

            $subdomain = $url_parts['host'];

            return (
                // Starts with.
                fs_starts_with( $subdomain, 'local.' ) ||
                fs_starts_with( $subdomain, 'dev.' ) ||
                fs_starts_with( $subdomain, 'test.' ) ||
                fs_starts_with( $subdomain, 'stage.' ) ||
                fs_starts_with( $subdomain, 'staging.' ) ||

                // Ends with.
                fs_ends_with( $subdomain, '.dev' ) ||
                fs_ends_with( $subdomain, '.test' ) ||
                fs_ends_with( $subdomain, '.staging' ) ||
                fs_ends_with( $subdomain, '.local' ) ||
                fs_ends_with( $subdomain, '.example' ) ||
                fs_ends_with( $subdomain, '.invalid' ) ||
                // GoDaddy test/dev.
                fs_ends_with( $subdomain, '.myftpupload.com' ) ||
                // ngrok tunneling.
                fs_ends_with( $subdomain, '.ngrok.io' ) ||
                // wpsandbox.
                fs_ends_with( $subdomain, '.wpsandbox.pro' ) ||
                // SiteGround staging.
                fs_starts_with( $subdomain, 'staging' ) ||
                // WPEngine staging.
                fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
                fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
                fs_ends_with( $subdomain, '.wpengine.com' ) ||
                // Pantheon
                ( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
                  ( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
                // Cloudways
                fs_ends_with( $subdomain, '.cloudwaysapps.com' ) ||
                // Kinsta
                (
                    ( fs_starts_with( $subdomain, 'staging-' ) || fs_starts_with( $subdomain, 'env-' ) ) &&
                    ( fs_ends_with( $subdomain, '.kinsta.com' ) || fs_ends_with( $subdomain, '.kinsta.cloud' ) )
                ) ||
                // DesktopServer
                fs_ends_with( $subdomain, '.dev.cc' ) ||
                // Pressable
                fs_ends_with( $subdomain, '.mystagingwebsite.com' ) ||
                // WPMU DEV
                ( fs_ends_with( $subdomain, '.tempurl.host' ) || fs_ends_with( $subdomain, '.wpmudev.host' ) ) ||
                // Vendasta
                ( fs_ends_with( $subdomain, '.websitepro-staging.com' ) || fs_ends_with( $subdomain, '.websitepro.hosting' ) ) ||
                // InstaWP
                fs_ends_with( $subdomain, '.instawp.xyz' )
            );
        }

        function is_localhost() {
            return ( WP_FS__IS_LOCALHOST_FOR_SERVER || self::is_localhost_by_address( $this->url ) );
        }

        /**
         * Check if site in trial.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_trial() {
            return is_numeric( $this->trial_plan_id ) && ( strtotime( $this->trial_ends ) > WP_FS__SCRIPT_START_TIME );
        }

        /**
         * Check if user already utilized the trial with the current install.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_trial_utilized() {
            return is_numeric( $this->trial_plan_id );
        }

        /**
         * @author Edgar Melkonyan
         *
         * @return bool
         */
        function is_beta() {
            return ( isset( $this->is_beta ) && true === $this->is_beta );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.1
         *
         * @param string $site_url
         *
         * @return bool
         */
        function is_clone( $site_url ) {
            $clone_install_url = trailingslashit( fs_strip_url_protocol( $this->url ) );

            return ( $clone_install_url !== $site_url );
        }
    }freemius/includes/entities/class-fs-payment.php000064400000010153151213253160015713 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2016, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Payment extends FS_Entity {

        #region Properties

        /**
         * @var number
         */
        public $plugin_id;
        /**
         * @var number
         */
        public $user_id;
        /**
         * @var number
         */
        public $install_id;
        /**
         * @var number
         */
        public $subscription_id;
        /**
         * @var number
         */
        public $plan_id;
        /**
         * @var number
         */
        public $license_id;
        /**
         * @var float
         */
        public $gross;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string One of the following: `usd`, `gbp`, `eur`.
         */
        public $currency;
        /**
         * @var number
         */
        public $bound_payment_id;
        /**
         * @var string
         */
        public $external_id;
        /**
         * @var string
         */
        public $gateway;
        /**
         * @var string ISO 3166-1 alpha-2 - two-letter country code.
         *
         * @link http://www.wikiwand.com/en/ISO_3166-1_alpha-2
         */
        public $country_code;
        /**
         * @var string
         */
        public $vat_id;
        /**
         * @var float Actual Tax / VAT in $$$
         */
        public $vat;
        /**
         * @var int Payment source.
         */
        public $source = 0;

        #endregion Properties

        const CURRENCY_USD = 'usd';
        const CURRENCY_GBP = 'gbp';
        const CURRENCY_EUR = 'eur';

        /**
         * @param object|bool $payment
         */
        function __construct( $payment = false ) {
            parent::__construct( $payment );
        }

        static function get_type() {
            return 'payment';
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @return bool
         */
        function is_refund() {
            return ( parent::is_valid_id( $this->bound_payment_id ) && 0 > $this->gross );
        }

        /**
         * Checks if the payment was migrated from another platform.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.2
         *
         * @return bool
         */
        function is_migrated() {
            return ( 0 != $this->source );
        }

        /**
         * Returns the gross in this format:
         *  `{symbol}{amount | 2 decimal digits} {currency | uppercase}`
         *
         * Examples: £9.99 GBP, -£9.99 GBP.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return string
         */
        function formatted_gross()
        {
            return (
                ( $this->gross < 0 ? '-' : '' ) .
                $this->get_symbol() .
                number_format( abs( $this->gross ), 2, '.', ',' ) . ' ' .
                strtoupper( $this->currency )
            );
        }

        /**
         * A map between supported currencies with their symbols.
         *
         * @var array<string,string>
         */
        static $CURRENCY_2_SYMBOL;

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return string
         */
        private function get_symbol() {
            if ( ! isset( self::$CURRENCY_2_SYMBOL ) ) {
                // Lazy load.
                self::$CURRENCY_2_SYMBOL = array(
                    self::CURRENCY_USD => '$',
                    self::CURRENCY_GBP => '&pound;',
                    self::CURRENCY_EUR => '&euro;',
                );
            }

            return self::$CURRENCY_2_SYMBOL[ $this->currency ];
        }
    }freemius/includes/entities/class-fs-affiliate.php000064400000003504151213253160016164 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Affiliate extends FS_Scope_Entity {

        #region Properties

        /**
         * @var string
         */
        public $paypal_email;
        /**
         * @var number
         */
        public $custom_affiliate_terms_id;
        /**
         * @var boolean
         */
        public $is_using_custom_terms;
        /**
         * @var string status Enum: `pending`, `rejected`, `suspended`, or `active`. Defaults to `pending`.
         */
        public $status;
        /**
         * @var string
         */
        public $domain;

        #endregion Properties

        /**
         * @author Leo Fajardo
         *
         * @return bool
         */
        function is_active() {
            return ( 'active' === $this->status );
        }

        /**
         * @author Leo Fajardo
         *
         * @return bool
         */
        function is_pending() {
            return ( 'pending' === $this->status );
        }

        /**
         * @author Leo Fajardo
         *
         * @return bool
         */
        function is_suspended() {
            return ( 'suspended' === $this->status );
        }

        /**
         * @author Leo Fajardo
         *
         * @return bool
         */
        function is_rejected() {
            return ( 'rejected' === $this->status );
        }

        /**
         * @author Leo Fajardo
         *
         * @return bool
         */
        function is_blocked() {
            return ( 'blocked' === $this->status );
        }
	}freemius/includes/entities/class-fs-affiliate-terms.php000064400000010531151213253160017312 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.2.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_AffiliateTerms extends FS_Scope_Entity {

        #region Properties

        /**
         * @var bool
         */
        public $is_active;
        /**
         * @var string Enum: `affiliation` or `rewards`. Defaults to `affiliation`.
         */
        public $type;
        /**
         * @var string Enum: `payout` or `credit`. Defaults to `payout`.
         */
        public $reward_type;
        /**
         * If `first`, the referral will be attributed to the first visited source containing the affiliation link that
         * was clicked.
         *
         * @var string Enum: `first` or `last`. Defaults to `first`.
         */
        public $referral_attribution;
        /**
         * @var int Defaults to `30`, `0` for session cookie, and `null` for endless cookie (until cookies are cleaned).
         */
        public $cookie_days;
        /**
         * @var int
         */
        public $commission;
        /**
         * @var string Enum: `percentage` or `dollar`. Defaults to `percentage`.
         */
        public $commission_type;
        /**
         * @var null|int Defaults to `0` (affiliate only on first payment). `null` for commission for all renewals. If
         *          greater than `0`, affiliate will get paid for all renewals for `commission_renewals_days` days after
         *          the initial upgrade/purchase.
         */
        public $commission_renewals_days;
        /**
         * @var int Only cents and no percentage. In US cents, e.g.: 100 = $1.00. Defaults to `null`.
         */
        public $install_commission;
        /**
         * @var string Required default target link, e.g.: pricing page.
         */
        public $default_url;
		/**
		 * @var string One of the following: 'all', 'new_customer', 'new_user'.
		 *             If 'all' - reward for any user type.
		 *             If 'new_customer' - reward only for new customers.
		 *             If 'new_user' - reward only for new users.
		 */
        public $reward_customer_type;
        /**
         * @var int Defaults to `0` (affiliate only on directly affiliated links). `null` if an affiliate will get
         *          paid for all customers' lifetime payments. If greater than `0`, an affiliate will get paid for all
         *          customer payments for `future_payments_days` days after the initial payment.
         */
        public $future_payments_days;
        /**
         * @var bool If `true`, allow referrals from social sites.
         */
        public $is_social_allowed;
        /**
         * @var bool If `true`, allow conversions without HTTP referrer header at all.
         */
        public $is_app_allowed;
        /**
         * @var bool If `true`, allow referrals from any site.
         */
        public $is_any_site_allowed;
        /**
         * @var string $plugin_title Title of the plugin. This is used in case we are showing affiliate form for a Bundle instead of the `plugin` in context.
         */
        public $plugin_title;

        #endregion Properties

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @return string
         */
        function get_formatted_commission()
        {
            return ( 'dollar' === $this->commission_type ) ?
                ( '$' . $this->commission ) :
                ( $this->commission . '%' );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @return bool
         */
        function has_lifetime_commission() {
            return ( 0 !== $this->future_payments_days );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @return bool
         */
        function is_session_cookie() {
            return ( 0 == $this->cookie_days );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @return bool
         */
        function has_renewals_commission() {
            return ( is_null( $this->commission_renewals_days ) || $this->commission_renewals_days > 0 );
        }
    }freemius/includes/entities/class-fs-billing.php000064400000003106151213253160015656 0ustar00<?php
	/**
	 * @package     Freemius for EDD Add-On
	 * @copyright   Copyright (c) 2016, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Billing extends FS_Entity {

		#region Properties

		/**
		 * @var int
		 */
		public $entity_id;
		/**
		 * @var string (Enum) Linked entity type. One of: developer, plugin, user, install
		 */
		public $entity_type;
		/**
		 * @var string
		 */
		public $business_name;
		/**
		 * @var string
		 */
		public $first;
		/**
		 * @var string
		 */
		public $last;
		/**
		 * @var string
		 */
		public $email;
		/**
		 * @var string
		 */
		public $phone;
		/**
		 * @var string
		 */
		public $website;
		/**
		 * @var string Tax or VAT ID.
		 */
		public $tax_id;
		/**
		 * @var string
		 */
		public $address_street;
		/**
		 * @var string
		 */
		public $address_apt;
		/**
		 * @var string
		 */
		public $address_city;
		/**
		 * @var string
		 */
		public $address_country;
		/**
		 * @var string Two chars country code.
		 */
		public $address_country_code;
		/**
		 * @var string
		 */
		public $address_state;
		/**
		 * @var number Numeric ZIP code (cab be with leading zeros).
		 */
		public $address_zip;

		#endregion Properties


		/**
		 * @param object|bool $event
		 */
		function __construct( $event = false ) {
			parent::__construct( $event );
		}

		static function get_type() {
			return 'billing';
		}
	}freemius/includes/entities/class-fs-plugin-info.php000064400000001373151213253160016471 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Plugin_Info extends FS_Entity {
		public $plugin_id;
		public $description;
		public $short_description;
		public $banner_url;
		public $card_banner_url;
		public $selling_point_0;
		public $selling_point_1;
		public $selling_point_2;
		public $screenshots;

		/**
		 * @param stdClass|bool $plugin_info
		 */
		function __construct( $plugin_info = false ) {
			parent::__construct( $plugin_info );
		}

		static function get_type() {
			return 'plugin';
		}
	}freemius/includes/entities/class-fs-user.php000064400000002651151213253160015220 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_User extends FS_Scope_Entity {

		#region Properties

		/**
		 * @var string
		 */
		public $email;
		/**
		 * @var string
		 */
		public $first;
		/**
		 * @var string
		 */
		public $last;
		/**
		 * @var bool
		 */
		public $is_verified;
		/**
		 * @var string|null
		 */
		public $customer_id;
		/**
		 * @var float
		 */
		public $gross;

		#endregion Properties

		/**
		 * @param object|bool $user
		 */
		function __construct( $user = false ) {
			parent::__construct( $user );
		}

		function get_name() {
			return trim( ucfirst( trim( is_string( $this->first ) ? $this->first : '' ) ) . ' ' . ucfirst( trim( is_string( $this->last ) ? $this->last : '' ) ) );
		}

		function is_verified() {
			return ( isset( $this->is_verified ) && true === $this->is_verified );
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.4.2
         *
         * @return bool
         */
        function is_beta() {
            // Return `false` since this is just for backward compatibility.
            return false;
        }

        static function get_type() {
			return 'user';
		}
	}freemius/includes/entities/class-fs-plugin.php000064400000010031151213253160015527 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Plugin extends FS_Scope_Entity {
        /**
         * @since 1.0.6
         * @var null|number
         */
        public $parent_plugin_id;
        /**
         * @var string
         */
        public $title;
        /**
         * @var string
         */
        public $slug;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @var string
         */
        public $premium_slug;
        /**
         * @since 1.2.2
         *
         * @var string 'plugin' or 'theme'
         */
        public $type;
        /**
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.2.3
         *
         * @var string|false false if the module doesn't have an affiliate program or one of the following: 'selected', 'customers', or 'all'.
         */
        public $affiliate_moderation;
        /**
         * @var bool Set to true if the free version of the module is hosted on WordPress.org. Defaults to true.
         */
        public $is_wp_org_compliant = true;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.5
         *
         * @var int
         */
        public $premium_releases_count;

        #region Install Specific Properties

        /**
         * @var string
         */
        public $file;
        /**
         * @var string
         */
        public $version;
        /**
         * @var bool
         */
        public $auto_update;
        /**
         * @var FS_Plugin_Info
         */
        public $info;
        /**
         * @since 1.0.9
         *
         * @var bool
         */
        public $is_premium;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @var string
         */
        public $premium_suffix;
        /**
         * @since 1.0.9
         *
         * @var bool
         */
        public $is_live;
        /**
         * @since 2.2.3
         * @var null|number
         */
        public $bundle_id;
        /**
         * @since 2.3.1
         * @var null|string
         */
        public $bundle_public_key;
        /**
         * @since 2.5.4
         * @var null|array
         */
        public $opt_in_moderation;

        const AFFILIATE_MODERATION_CUSTOMERS = 'customers';

        #endregion Install Specific Properties

        /**
         * @param stdClass|bool $plugin
         */
        function __construct( $plugin = false ) {
            parent::__construct( $plugin );

            $this->is_premium = false;
            $this->is_live    = true;

            if ( empty( $this->premium_slug ) && ! empty( $plugin->slug ) ) {
                $this->premium_slug = "{$this->slug}-premium";
            }

            if ( empty( $this->premium_suffix ) ) {
                $this->premium_suffix = '(Premium)';
            }

            if ( isset( $plugin->info ) && is_object( $plugin->info ) ) {
                $this->info = new FS_Plugin_Info( $plugin->info );
            }
        }

        /**
         * Check if plugin is an add-on (has parent).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function is_addon() {
            return isset( $this->parent_plugin_id ) && is_numeric( $this->parent_plugin_id );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @return bool
         */
        function has_affiliate_program() {
            return ( ! empty( $this->affiliate_moderation ) );
        }

        static function get_type() {
            return 'plugin';
        }
    }freemius/includes/entities/class-fs-plugin-license.php000064400000021626151213253160017163 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.5
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Class FS_Plugin_License
     */
    class FS_Plugin_License extends FS_Entity {

        #region Properties

        /**
         * @var number
         */
        public $plugin_id;
        /**
         * @var number
         */
        public $user_id;
        /**
         * @var number
         */
        public $plan_id;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string
         */
        public $parent_plan_name;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string
         */
        public $parent_plan_title;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var number
         */
        public $parent_license_id;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.4.0
         *
         * @var array
         */
        public $products;
        /**
         * @var number
         */
        public $pricing_id;
        /**
         * @var int|null
         */
        public $quota;
        /**
         * @var int
         */
        public $activated;
        /**
         * @var int
         */
        public $activated_local;
        /**
         * @var string
         */
        public $expiration;
        /**
         * @var string
         */
        public $secret_key;
        /**
         * @var bool
         */
        public $is_whitelabeled;
        /**
         * @var bool $is_free_localhost Defaults to true. If true, allow unlimited localhost installs with the same
         *      license.
         */
        public $is_free_localhost;
        /**
         * @var bool $is_block_features Defaults to true. If false, don't block features after license expiry - only
         *      block updates and support.
         */
        public $is_block_features;
        /**
         * @var bool
         */
        public $is_cancelled;

        #endregion Properties

        /**
         * @param stdClass|bool $license
         */
        function __construct( $license = false ) {
            parent::__construct( $license );
        }

        /**
         * Get entity type.
         *
         * @return string
         */
        static function get_type() {
            return 'license';
        }

        /**
         * Check how many site activations left.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return int
         */
        function left() {
            if ( ! $this->is_features_enabled() ) {
                return 0;
            }

            if ( $this->is_unlimited() ) {
                return 999;
            }

            return ( $this->quota - $this->activated - ( $this->is_free_localhost ? 0 : $this->activated_local ) );
        }

        /**
         * Check if single site license.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8.1
         *
         * @return bool
         */
        function is_single_site() {
            return ( is_numeric( $this->quota ) && 1 == $this->quota );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return bool
         */
        function is_expired() {
            return ! $this->is_lifetime() && ( strtotime( $this->expiration ) < WP_FS__SCRIPT_START_TIME );
        }

        /**
         * Check if license is not expired.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @return bool
         */
        function is_valid() {
            return ! $this->is_expired();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function is_lifetime() {
            return is_null( $this->expiration );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         *
         * @return bool
         */
        function is_unlimited() {
            return is_null( $this->quota );
        }

        /**
         * Check if license is fully utilized.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param bool|null $is_localhost
         *
         * @return bool
         */
        function is_utilized( $is_localhost = null ) {
            if ( is_null( $is_localhost ) ) {
                $is_localhost = WP_FS__IS_LOCALHOST_FOR_SERVER;
            }

            if ( $this->is_unlimited() ) {
                return false;
            }

            return ! ( $this->is_free_localhost && $is_localhost ) &&
                   ( $this->quota <= $this->activated + ( $this->is_free_localhost ? 0 : $this->activated_local ) );
        }

        /**
         * Check if license can be activated.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param bool|null $is_localhost
         *
         * @return bool
         */
        function can_activate( $is_localhost = null ) {
            return ! $this->is_utilized( $is_localhost ) && $this->is_features_enabled();
        }

        /**
         * Check if license can be activated on a given number of production and localhost sites.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $production_count
         * @param int $localhost_count
         *
         * @return bool
         */
        function can_activate_bulk( $production_count, $localhost_count ) {
            if ( $this->is_unlimited() ) {
                return true;
            }

            /**
             * For simplicity, the logic will work as following: when given X sites to activate the license on, if it's
             * possible to activate on ALL of them, do the activation. If it's not possible to activate on ALL of them,
             * do NOT activate on any of them.
             */
            return ( $this->quota >= $this->activated + $production_count + ( $this->is_free_localhost ? 0 : $this->activated_local + $localhost_count ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @return bool
         */
        function is_active() {
            return ( ! $this->is_cancelled );
        }

        /**
         * Check if license's plan features are enabled.
         *
         *  - Either if plan not expired
         *  - If expired, based on the configuration to block features or not.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function is_features_enabled() {
            return $this->is_active() && ( ! $this->is_block_features || ! $this->is_expired() );
        }

        /**
         * Subscription considered to be new without any payments
         * if the license expires in less than 24 hours
         * from the license creation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_first_payment_pending() {
            if ( $this->is_lifetime() ) {
                return false;
            }

            return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->expiration ) - strtotime( $this->created ) );
        }

        /**
         * @return int
         */
        function total_activations() {
            return ( $this->activated + $this->activated_local );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since 2.3.1
         *
         * @return string
         */
        function get_html_escaped_masked_secret_key() {
            return self::mask_secret_key_for_html( $this->secret_key );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @param string $secret_key
         *
         * @return string
         */
        static function mask_secret_key_for_html( $secret_key ) {
            return (
                // Initial 6 chars - sk_ABC
                htmlspecialchars( substr( $secret_key, 0, 6 ) ) .
                // Masking
                str_pad( '', ( strlen( $secret_key ) - 9 ) * 6, '&bull;' ) .
                // Last 3 chars.
                htmlspecialchars( substr( $secret_key, - 3 ) )
            );
        }
    }
freemius/includes/entities/class-fs-plugin-plan.php000064400000005631151213253160016471 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.5
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Class FS_Plugin_Plan
	 *
	 * @property FS_Pricing[] $pricing
	 */
	class FS_Plugin_Plan extends FS_Entity {

		#region Properties

		/**
		 * @var number
		 */
		public $plugin_id;
		/**
		 * @var string
		 */
		public $name;
		/**
		 * @var string
		 */
		public $title;
		/**
		 * @var string
		 */
		public $description;
		/**
		 * @var bool Defaults to true. If true, allow unlimited localhost installs with the same license.
		 */
		public $is_free_localhost;
		/**
		 * @var bool Defaults to true. If false, don't block features after license expiry - only block updates and
		 *      support.
		 */
		public $is_block_features;
		/**
		 * @var int
		 */
		public $license_type;
		/**
		 * @var bool
		 */
		public $is_https_support;
		/**
		 * @var int Trial days.
		 */
		public $trial_period;
		/**
		 * @var string If true, require payment for trial.
		 */
		public $is_require_subscription;
		/**
		 * @var string Knowledge Base URL.
		 */
		public $support_kb;
		/**
		 * @var string Support Forum URL.
		 */
		public $support_forum;
		/**
		 * @var string Support email address.
		 */
		public $support_email;
		/**
		 * @var string Support phone.
		 */
		public $support_phone;
		/**
		 * @var string Support skype username.
		 */
		public $support_skype;
		/**
		 * @var bool Is personal success manager supported with the plan.
		 */
		public $is_success_manager;
		/**
		 * @var bool Is featured plan.
		 */
		public $is_featured;
		/**
		 * @var bool Is hidden plan.
		 */
		public $is_hidden;

		#endregion Properties

		/**
		 * @param object|bool $plan
		 */
		function __construct( $plan = false ) {
			parent::__construct( $plan );

			if ( is_object( $plan ) ) {
				$this->name = strtolower( $plan->name );
			}
		}

		static function get_type() {
			return 'plan';
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		function is_free() {
			return ( 'free' === $this->name );
		}

		/**
		 * Checks if this plan supports "Technical Support".
		 *
		 * @author Leo Fajardo (leorw)
		 * @since 1.2.0
		 *
		 * @return bool
		 */
		function has_technical_support() {
			return ( ! empty( $this->support_email ) ||
			     ! empty( $this->support_skype ) ||
			     ! empty( $this->support_phone ) ||
			     ! empty( $this->is_success_manager )
			);
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		function has_trial() {
			return ! $this->is_free() &&
			       is_numeric( $this->trial_period ) && ( $this->trial_period > 0 );
		}
	}freemius/includes/entities/index.php000064400000000131151213253160013627 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/entities/class-fs-entity.php000064400000006324151213253160015557 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Get object's public variables.
	 *
	 * @author Vova Feldman (@svovaf)
	 * @since  1.0.0
	 *
	 * @param object $object
	 *
	 * @return array
	 */
	function fs_get_object_public_vars( $object ) {
		return get_object_vars( $object );
	}

	class FS_Entity {
		/**
		 * @var number
		 */
		public $id;
		/**
		 * @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
		 */
		public $updated;
		/**
		 * @var string Datetime value in 'YYYY-MM-DD HH:MM:SS' format.
		 */
		public $created;

		/**
		 * @param bool|object $entity
		 */
		function __construct( $entity = false ) {
            if ( ! ( $entity instanceof stdClass ) && ! ( $entity instanceof FS_Entity ) ) {
                return;
            }

			$props = fs_get_object_public_vars( $this );

			foreach ( $props as $key => $def_value ) {
				$this->{$key} = isset( $entity->{$key} ) ?
					$entity->{$key} :
					$def_value;
			}
		}

		static function get_type() {
			return 'type';
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 *
		 * @param FS_Entity $entity1
		 * @param FS_Entity $entity2
		 *
		 * @return bool
		 */
		static function equals( $entity1, $entity2 ) {
			if ( is_null( $entity1 ) && is_null( $entity2 ) ) {
				return true;
			} else if ( is_object( $entity1 ) && is_object( $entity2 ) ) {
				return ( $entity1->id == $entity2->id );
			} else if ( is_object( $entity1 ) ) {
				return is_null( $entity1->id );
			} else {
				return is_null( $entity2->id );
			}
		}

		private $_is_updated = false;

		/**
		 * Update object property.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @param  string|array[string]mixed $key
		 * @param string|bool $val
		 *
		 * @return bool
		 */
		function update( $key, $val = false ) {
			if ( ! is_array( $key ) ) {
				$key = array( $key => $val );
			}

			$is_updated = false;

			foreach ( $key as $k => $v ) {
				if ( $this->{$k} === $v ) {
					continue;
				}

				if ( ( is_string( $this->{$k} ) && is_numeric( $v ) ||
				       ( is_numeric( $this->{$k} ) && is_string( $v ) ) ) &&
				     $this->{$k} == $v
				) {
					continue;
				}

				// Update value.
				$this->{$k} = $v;

				$is_updated = true;
			}

			$this->_is_updated = $is_updated;

			return $is_updated;
		}

		/**
		 * Checks if entity was updated.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		function is_updated() {
			return $this->_is_updated;
		}

		/**
		 * @param $id
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.2
		 *
		 * @return bool
		 */
		static function is_valid_id($id){
			return is_numeric($id);
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @return string
         */
        public static function get_class_name() {
            return get_called_class();
        }
	}freemius/includes/entities/class-fs-pricing.php000064400000006140151213253160015672 0ustar00<?php
	/**
	 * @package     Freemius for EDD Add-On
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Pricing extends FS_Entity {

		#region Properties

		/**
		 * @var number
		 */
		public $plan_id;
		/**
		 * @var int
		 */
		public $licenses;
		/**
		 * @var null|float
		 */
		public $monthly_price;
		/**
		 * @var null|float
		 */
		public $annual_price;
		/**
		 * @var null|float
		 */
		public $lifetime_price;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @var string One of the following: `usd`, `gbp`, `eur`.
         */
        public $currency;

		#endregion Properties

		/**
		 * @param object|bool $pricing
		 */
		function __construct( $pricing = false ) {
			parent::__construct( $pricing );
		}

		static function get_type() {
			return 'pricing';
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return bool
		 */
		function has_monthly() {
			return ( is_numeric( $this->monthly_price ) && $this->monthly_price > 0 );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return bool
		 */
		function has_annual() {
			return ( is_numeric( $this->annual_price ) && $this->annual_price > 0 );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return bool
		 */
		function has_lifetime() {
			return ( is_numeric( $this->lifetime_price ) && $this->lifetime_price > 0 );
		}

		/**
		 * Check if unlimited licenses pricing.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return bool
		 */
		function is_unlimited() {
			return is_null( $this->licenses );
		}


		/**
		 * Check if pricing has more than one billing cycle.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return bool
		 */
		function is_multi_cycle() {
			$cycles = 0;
			if ( $this->has_monthly() ) {
				$cycles ++;
			}
			if ( $this->has_annual() ) {
				$cycles ++;
			}
			if ( $this->has_lifetime() ) {
				$cycles ++;
			}

			return $cycles > 1;
		}

		/**
		 * Get annual over monthly discount.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return int
		 */
		function annual_discount_percentage() {
			return floor( $this->annual_savings() / ( $this->monthly_price * 12 * ( $this->is_unlimited() ? 1 : $this->licenses ) ) * 100 );
		}

		/**
		 * Get annual over monthly savings.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.8
		 *
		 * @return float
		 */
		function annual_savings() {
			return ( $this->monthly_price * 12 - $this->annual_price ) * ( $this->is_unlimited() ? 1 : $this->licenses );
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.1
         *
         * @return bool
         */
        function is_usd() {
            return ( 'usd' === $this->currency );
        }
	}freemius/includes/entities/class-fs-scope-entity.php000064400000001106151213253160016657 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.4
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Scope_Entity extends FS_Entity {
		/**
		 * @var string
		 */
		public $public_key;
		/**
		 * @var string
		 */
		public $secret_key;

		/**
		 * @param bool|stdClass $scope_entity
		 */
		function __construct( $scope_entity = false ) {
			parent::__construct( $scope_entity );
		}
	}freemius/includes/entities/class-fs-plugin-tag.php000064400000002550151213253160016307 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2018, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       2.0.0
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Plugin_Tag extends FS_Entity {
        /**
         * @var string
         */
		public $version;
        /**
         * @var string
         */
		public $url;
        /**
         * @var string
         */
        public $requires_platform_version;
        /**
         * @var string
         */
        public $requires_programming_language_version;
        /**
         * @var string
         */
        public $tested_up_to_version;
        /**
         * @var bool
         */
        public $has_free;
        /**
         * @var bool
         */
        public $has_premium;
        /**
         * @var string One of the following: `pending`, `beta`, `unreleased`.
         */
        public $release_mode;

		function __construct( $tag = false ) {
			parent::__construct( $tag );
		}

		static function get_type() {
			return 'tag';
		}

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return bool
         */
		function is_beta() {
		    return ( 'beta' === $this->release_mode );
        }
	}freemius/includes/entities/class-fs-subscription.php000064400000006762151213253160016775 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.9
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Subscription extends FS_Entity {

        #region Properties

        /**
         * @var number
         */
        public $user_id;
        /**
         * @var number
         */
        public $install_id;
        /**
         * @var number
         */
        public $plan_id;
        /**
         * @var number
         */
        public $license_id;
        /**
         * @var float
         */
        public $total_gross;
        /**
         * @var float
         */
        public $amount_per_cycle;
        /**
         * @var int # of months
         */
        public $billing_cycle;
        /**
         * @var float
         */
        public $outstanding_balance;
        /**
         * @var int
         */
        public $failed_payments;
        /**
         * @var string
         */
        public $gateway;
        /**
         * @var string
         */
        public $external_id;
        /**
         * @var string|null
         */
        public $trial_ends;
        /**
         * @var string|null Datetime of the next payment, or null if cancelled.
         */
        public $next_payment;
        /**
         * @since 2.3.1
         *
         * @var string|null Datetime of the cancellation.
         */
        public $canceled_at;
        /**
         * @var string|null
         */
        public $vat_id;
        /**
         * @var string Two characters country code
         */
        public $country_code;

        #endregion Properties

        /**
         * @param object|bool $subscription
         */
        function __construct( $subscription = false ) {
            parent::__construct( $subscription );
        }

        static function get_type() {
            return 'subscription';
        }

        /**
         * Check if subscription is active.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_active() {
            if ( $this->is_canceled() ) {
                return false;
            }

            return (
                ! empty( $this->next_payment ) &&
                strtotime( $this->next_payment ) > WP_FS__SCRIPT_START_TIME
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return bool
         */
        function is_canceled() {
            return ! is_null( $this->canceled_at );
        }

        /**
         * Subscription considered to be new without any payments
         * if the next payment should be made within less than 24 hours
         * from the subscription creation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_first_payment_pending() {
            return ( WP_FS__TIME_24_HOURS_IN_SEC >= strtotime( $this->next_payment ) - strtotime( $this->created ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         */
        function has_trial() {
            return ! is_null( $this->trial_ends );
        }
    }freemius/includes/fs-html-escaping-functions.php000064400000010310151213253160016043 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.10
     */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    if ( ! function_exists( 'fs_html_get_allowed_kses_list' ) ) {
        /**
         * Get the allowed KSES list for sanitizing HTML output on the template files.
         *
         * @return array
         */
        function fs_html_get_allowed_kses_list() {
            $common_attributes = array(
                'id'     => true,
                'class'  => true,
                'style'  => true,
                'data-*' => true,
            );

            return array(
                'a'      => array_merge(
                    $common_attributes,
                    array(
                        'href'   => true,
                        'title'  => true,
                        'target' => true,
                        'rel'    => true,
                    )
                ),
                'img'    => array_merge(
                    $common_attributes,
                    array(
                        'src'    => true,
                        'alt'    => true,
                        'title'  => true,
                        'width'  => true,
                        'height' => true,
                    )
                ),
                'br'     => $common_attributes,
                'em'     => $common_attributes,
                'small'  => $common_attributes,
                'strong' => $common_attributes,
                'u'      => $common_attributes,
                'b'      => $common_attributes,
                'i'      => $common_attributes,
                'hr'     => $common_attributes,
                'span'   => $common_attributes,
                'p'      => $common_attributes,
                'div'    => $common_attributes,
                'ul'     => $common_attributes,
                'li'     => $common_attributes,
                'ol'     => $common_attributes,
                'h1'     => $common_attributes,
                'h2'     => $common_attributes,
                'h3'     => $common_attributes,
                'h4'     => $common_attributes,
                'h5'     => $common_attributes,
                'h6'     => $common_attributes,
                'button' => $common_attributes,
                'sup'    => $common_attributes,
                'sub'    => $common_attributes,
                'nobr'   => $common_attributes,
            );
        }
    }

    if ( ! function_exists( 'fs_html_get_classname' ) ) {
        /**
         * Gets an HTML class attribute value.
         *
         * @param string|string[] $classes
         *
         * @return string
         */
        function fs_html_get_classname( $classes ) {
            if ( is_array( $classes ) ) {
                $classes = implode( ' ', $classes );
            }

            return esc_attr( $classes );
        }
    }

    if ( ! function_exists( 'fs_html_get_attributes' ) ) {
        /**
         * Gets a properly escaped HTML attributes string from an associative array.
         *
         * @param array<string, string> $attributes A key/value pair array of attributes.
         *
         * @return string
         */
        function fs_html_get_attributes( $attributes ) {
            $attribute_string = '';

            foreach ( $attributes as $key => $value ) {
                $attribute_string .= sprintf(
                    ' %1$s="%2$s"',
                    esc_attr( $key ),
                    esc_attr( $value )
                );
            }

            return $attribute_string;
        }
    }

    if ( ! function_exists( 'fs_html_get_sanitized_html' ) ) {
        /**
         * Get sanitized HTML for template files.
         *
         * @param string $raw_html
         *
         * @return string
         * @since 2.5.10
         */
        function fs_html_get_sanitized_html( $raw_html ) {
            return wp_kses( $raw_html, fs_html_get_allowed_kses_list() );
        }
    }
freemius/includes/class-fs-user-lock.php000064400000004554151213253160014326 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.1.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    require_once WP_FS__DIR_INCLUDES . '/class-fs-lock.php';

    /**
     * Class FS_User_Lock
     */
    class FS_User_Lock {
        /**
         * @var FS_Lock
         */
        private $_lock;

        #--------------------------------------------------------------------------------
        #region Singleton
        #--------------------------------------------------------------------------------

        /**
         * @var FS_User_Lock
         */
        private static $_instance;

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return FS_User_Lock
         */
        static function instance() {
            if ( ! isset( self::$_instance ) ) {
                self::$_instance = new self();
            }

            return self::$_instance;
        }

        #endregion

        private function __construct() {
            $current_user_id = Freemius::get_current_wp_user_id();

            $this->_lock = new FS_Lock( "locked_{$current_user_id}" );
        }

        /**
         * Try to acquire lock. If the lock is already set or is being acquired by another locker, don't do anything.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @param int $expiration
         *
         * @return bool TRUE if successfully acquired lock.
         */
        function try_lock( $expiration = 0 ) {
            return $this->_lock->try_lock( $expiration );
        }

        /**
         * Acquire lock regardless if it's already acquired by another locker or not.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @param int $expiration
         */
        function lock( $expiration = 0 ) {
            $this->_lock->lock( $expiration );
        }

        /**
         * Unlock the lock.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         */
        function unlock() {
            $this->_lock->unlock();
        }
    }freemius/includes/fs-plugin-info-dialog.php000064400000243706151213253160015007 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.6
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Class FS_Plugin_Info_Dialog
     *
     * @author Vova Feldman (@svovaf)
     * @since  1.1.7
     */
    class FS_Plugin_Info_Dialog {
        /**
         * @since 1.1.7
         *
         * @var FS_Logger
         */
        private $_logger;

        /**
         * @since 1.1.7
         *
         * @var Freemius
         */
        private $_fs;

        /**
         * Collection of plugin installation, update, download, activation, and purchase actions. This is used in
         * populating the actions dropdown list when there are at least 2 actions. If there's only 1 action, a button
         * is used instead.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string[]
         */
        private $actions;

        /**
         * Contains plugin status information that is used to determine which actions should be part of the actions
         * dropdown list.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @var string[]
         */
        private $status;

        function __construct( Freemius $fs ) {
            $this->_fs = $fs;

            $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $fs->get_slug() . '_info', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            // Remove default plugin information action.
            remove_all_actions( 'install_plugins_pre_plugin-information' );

            // Override action with custom plugins function for add-ons.
            add_action( 'install_plugins_pre_plugin-information', array( &$this, 'install_plugin_information' ) );

            // Override request for plugin information for Add-ons.
            add_filter(
                'fs_plugins_api',
                array( &$this, '_get_addon_info_filter' ),
                WP_FS__DEFAULT_PRIORITY, 3 );
        }

        /**
         * Generate add-on plugin information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param array       $data
         * @param string      $action
         * @param object|null $args
         *
         * @return array|null
         */
        function _get_addon_info_filter( $data, $action = '', $args = null ) {
            $this->_logger->entrance();

            $parent_plugin_id = fs_request_get( 'parent_plugin_id', $this->_fs->get_id() );

            if ( $this->_fs->get_id() != $parent_plugin_id ||
                 ( 'plugin_information' !== $action ) ||
                 ! isset( $args->slug )
            ) {
                return $data;
            }

            // Find add-on by slug.
            $selected_addon = $this->_fs->get_addon_by_slug( $args->slug, WP_FS__DEV_MODE );

            if ( false === $selected_addon ) {
                return $data;
            }

            if ( ! isset( $selected_addon->info ) ) {
                // Setup some default info.
                $selected_addon->info                  = new stdClass();
                $selected_addon->info->selling_point_0 = 'Selling Point 1';
                $selected_addon->info->selling_point_1 = 'Selling Point 2';
                $selected_addon->info->selling_point_2 = 'Selling Point 3';
                $selected_addon->info->description     = '<p>Tell your users all about your add-on</p>';
            }

            fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );

            $data = $args;

            $has_free_plan = false;
            $has_paid_plan = false;

            // Load add-on pricing.
            $has_pricing  = false;
            $has_features = false;
            $plans        = false;

            $result = $this->_fs->get_api_plugin_scope()->get( $this->_fs->add_show_pending( "/addons/{$selected_addon->id}/pricing.json?type=visible" ) );

            if ( ! isset( $result->error ) ) {
                $plans = $result->plans;

                if ( is_array( $plans ) ) {
                    for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
                        $pricing  = isset( $plans[ $i ]->pricing ) ? $plans[ $i ]->pricing : null;
                        $features = isset( $plans[ $i ]->features ) ? $plans[ $i ]->features : null;

                        $plans[ $i ] = new FS_Plugin_Plan( $plans[ $i ] );
                        $plan        = $plans[ $i ];

                        if ( 'free' == $plans[ $i ]->name ||
                             ! is_array( $pricing ) ||
                             0 == count( $pricing )
                        ) {
                            $has_free_plan = true;
                        }

                        if ( is_array( $pricing ) && 0 < count( $pricing ) ) {
                            $filtered_pricing = array();

                            foreach ( $pricing as $prices ) {
                                $prices = new FS_Pricing( $prices );

                                if ( ! $prices->is_usd() ) {
                                    /**
                                     * Skip non-USD pricing.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since 2.3.1
                                     */
                                    continue;
                                }

                                if ( ( $prices->has_monthly() && $prices->monthly_price > 1.0 ) ||
                                     ( $prices->has_annual() && $prices->annual_price > 1.0 ) ||
                                     ( $prices->has_lifetime() && $prices->lifetime_price > 1.0 )
                                ) {
                                    $filtered_pricing[] = $prices;
                                }
                            }

                            if ( ! empty( $filtered_pricing ) ) {
                                $has_paid_plan = true;

                                $plan->pricing = $filtered_pricing;

                                $has_pricing = true;
                            }
                        }

                        if ( is_array( $features ) && 0 < count( $features ) ) {
                            $plan->features = $features;

                            $has_features = true;
                        }
                    }
                }
            }

            $latest = null;

            if ( ! $has_paid_plan && $selected_addon->is_wp_org_compliant ) {
                $repo_data = FS_Plugin_Updater::_fetch_plugin_info_from_repository(
                    'plugin_information', (object) array(
                    'slug'   => $selected_addon->slug,
                    'is_ssl' => is_ssl(),
                    'fields' => array(
                        'banners'         => true,
                        'reviews'         => true,
                        'downloaded'      => false,
                        'active_installs' => true
                    )
                ) );

                if ( ! empty( $repo_data ) ) {
                    $data                 = $repo_data;
                    $data->wp_org_missing = false;
                } else {
                    // Couldn't find plugin on .org.
                    $selected_addon->is_wp_org_compliant = false;

                    // Plugin is missing, not on Freemius nor WP.org.
                    $data->wp_org_missing = true;
                }

                $data->fs_missing = ( ! $has_free_plan || $data->wp_org_missing );
            } else {
                $data->has_purchased_license = false;
                $data->wp_org_missing        = false;

                $fs_addon              = null;
                $current_addon_version = false;
                if ( $this->_fs->is_addon_activated( $selected_addon->id ) ) {
                    $fs_addon              = $this->_fs->get_addon_instance( $selected_addon->id );
                    $current_addon_version = $fs_addon->get_plugin_version();
                } else if ( $this->_fs->is_addon_installed( $selected_addon->id ) ) {
                    $addon_plugin_data = get_plugin_data(
                        ( WP_PLUGIN_DIR . '/' . $this->_fs->get_addon_basename( $selected_addon->id ) ),
                        false,
                        false
                    );

                    if ( ! empty( $addon_plugin_data ) ) {
                        $current_addon_version = $addon_plugin_data['Version'];
                    }
                }

                // Fetch latest version from Freemius.
                $latest = $this->_fs->_fetch_latest_version(
                    $selected_addon->id,
                    true,
                    FS_Plugin_Updater::UPDATES_CHECK_CACHE_EXPIRATION,
                    $current_addon_version
                );

                if ( $has_paid_plan ) {
                    $blog_id           = fs_request_get( 'fs_blog_id' );
                    $has_valid_blog_id = is_numeric( $blog_id );

                    if ( $has_valid_blog_id ) {
                        switch_to_blog( $blog_id );
                    }

                    $data->checkout_link = $this->_fs->checkout_url(
                        WP_FS__PERIOD_ANNUALLY,
                        false,
                        array(),
                        ( $has_valid_blog_id ? false : null )
                    );

                    if ( $has_valid_blog_id ) {
                        restore_current_blog();
                    }
                }

                /**
                 * Check if there's a purchased license in case the add-on can only be installed/downloaded as part of a purchased bundle.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.4.1
                 */
                if ( is_object( $fs_addon ) ) {
                    $data->has_purchased_license = $fs_addon->has_active_valid_license();
                } else {
                    $account_addons = $this->_fs->get_account_addons();
                    if ( ! empty( $account_addons ) && in_array( $selected_addon->id, $account_addons ) ) {
                        $data->has_purchased_license = true;
                    }
                }

                if ( $has_free_plan || $data->has_purchased_license ) {
                    $data->download_link = $this->_fs->_get_latest_download_local_url( $selected_addon->id );
                }

                $data->fs_missing = (
                    false === $latest &&
                    (
                        empty( $selected_addon->premium_releases_count ) ||
                        ! ( $selected_addon->premium_releases_count > 0 )
                    )
                );

                // Fetch as much as possible info from local files.
                $plugin_local_data = $this->_fs->get_plugin_data();
                $data->author      = $plugin_local_data['Author'];

                if ( ! empty( $selected_addon->info->banner_url ) ) {
                    $data->banners = array(
                        'low' => $selected_addon->info->banner_url,
                    );
                }

                if ( ! empty( $selected_addon->info->screenshots ) ) {
                    $view_vars                     = array(
                        'screenshots' => $selected_addon->info->screenshots,
                        'plugin'      => $selected_addon,
                    );
                    $data->sections['screenshots'] = fs_get_template( '/plugin-info/screenshots.php', $view_vars );
                }

                if ( is_object( $latest ) ) {
                    $data->version      = $latest->version;
                    $data->last_updated = $latest->created;
                    $data->requires     = $latest->requires_platform_version;
                    $data->requires_php = $latest->requires_programming_language_version;
                    $data->tested       = $latest->tested_up_to_version;
                } else if ( ! empty( $current_addon_version ) ) {
                    $data->version = $current_addon_version;
                } else {
                    // Add dummy version.
                    $data->version = '1.0.0';

                    // Add message to developer to deploy the plugin through Freemius.
                }
            }

            $data->name = $selected_addon->title;
            $view_vars  = array( 'plugin' => $selected_addon );

            if ( is_object( $latest ) && isset( $latest->readme ) && is_object( $latest->readme ) ) {
                $latest_version_readme_data = $latest->readme;
                if ( isset( $latest_version_readme_data->sections ) ) {
                    $data->sections = (array) $latest_version_readme_data->sections;
                } else {
                    $data->sections = array();
                }
            }

            $data->sections['description'] = fs_get_template( '/plugin-info/description.php', $view_vars );

            if ( $has_pricing ) {
                // Add plans to data.
                $data->plans = $plans;

                if ( $has_features ) {
                    $view_vars                  = array(
                        'plans'  => $plans,
                        'plugin' => $selected_addon,
                    );
                    $data->sections['features'] = fs_get_template( '/plugin-info/features.php', $view_vars );
                }
            }

            $data->has_free_plan       = $has_free_plan;
            $data->has_paid_plan       = $has_paid_plan;
            $data->is_paid             = $has_paid_plan;
            $data->is_wp_org_compliant = $selected_addon->is_wp_org_compliant;
            $data->premium_slug        = $selected_addon->premium_slug;
            $data->addon_id            = $selected_addon->id;

            if ( ! isset( $data->has_purchased_license ) ) {
                $data->has_purchased_license = false;
            }

            return $data;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param FS_Plugin_Plan $plan
         *
         * @return string
         */
        private function get_billing_cycle( FS_Plugin_Plan $plan ) {
            $billing_cycle = null;

            if ( 1 === count( $plan->pricing ) && 1 == $plan->pricing[0]->licenses ) {
                $pricing = $plan->pricing[0];
                if ( isset( $pricing->annual_price ) ) {
                    $billing_cycle = 'annual';
                } else if ( isset( $pricing->monthly_price ) ) {
                    $billing_cycle = 'monthly';
                } else if ( isset( $pricing->lifetime_price ) ) {
                    $billing_cycle = 'lifetime';
                }
            } else {
                foreach ( $plan->pricing as $pricing ) {
                    if ( isset( $pricing->annual_price ) ) {
                        $billing_cycle = 'annual';
                    } else if ( isset( $pricing->monthly_price ) ) {
                        $billing_cycle = 'monthly';
                    } else if ( isset( $pricing->lifetime_price ) ) {
                        $billing_cycle = 'lifetime';
                    }

                    if ( ! is_null( $billing_cycle ) ) {
                        break;
                    }
                }
            }

            return $billing_cycle;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param FS_Plugin_Plan $plan
         * @param FS_Pricing     $pricing
         *
         * @return float|null|string
         */
        private function get_price_tag( FS_Plugin_Plan $plan, FS_Pricing $pricing ) {
            $price_tag = '';
            if ( isset( $pricing->annual_price ) ) {
                $price_tag = $pricing->annual_price . ( $plan->is_block_features ? ' / year' : '' );
            } else if ( isset( $pricing->monthly_price ) ) {
                $price_tag = $pricing->monthly_price . ' / mo';
            } else if ( isset( $pricing->lifetime_price ) ) {
                $price_tag = $pricing->lifetime_price;
            }

            return '$' . $price_tag;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.0
         *
         * @param object         $api
         * @param FS_Plugin_Plan $plan
         *
         * @return string
         */
        private function get_actions_dropdown( $api, $plan = null ) {
            $this->actions = isset( $this->actions ) ?
                $this->actions :
                $this->get_plugin_actions( $api );

            $actions = $this->actions;

            $checkout_cta = $this->get_checkout_cta( $api, $plan );
            if ( ! empty( $checkout_cta ) ) {
                /**
                 * If there's no license yet, make the checkout button the main CTA. Otherwise, make it the last item in
                 * the actions dropdown.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                if ( ! $api->has_purchased_license ) {
                    array_unshift( $actions, $checkout_cta );
                } else {
                    $actions[] = $checkout_cta;
                }
            }

            if ( empty( $actions ) ) {
                return '';
            }

            $total_actions = count( $actions );
            if ( 1 === $total_actions ) {
                return $actions[0];
            }

            ob_start();

            ?>
            <div class="fs-cta fs-dropdown">
                <div class="button-group">
                    <?php
                        // This should NOT be sanitized as the $actions are HTML buttons already.
                        echo $actions[0] ?>
                    <div class="button button-primary fs-dropdown-arrow-button">
                        <span class="fs-dropdown-arrow"></span>
                        <ul class="fs-dropdown-list" style="display: none">
                            <?php for ( $i = 1; $i < $total_actions; $i ++ ) : ?>
                                <li><?php echo str_replace( 'button button-primary', '', $actions[ $i ] ) ?></li>
                            <?php endfor ?>
                        </ul>
                    </div>
                </div>
            </div>
            <?php

            return ob_get_clean();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param object         $api
         * @param FS_Plugin_Plan $plan
         *
         * @return string
         */
        private function get_checkout_cta( $api, $plan = null ) {
            if ( empty( $api->checkout_link ) ||
                 ! isset( $api->plans ) ||
                 ! is_array( $api->plans ) ||
                 0 == count( $api->plans )
            ) {
                return '';
            }

            if ( is_null( $plan ) ) {
                foreach ( $api->plans as $p ) {
                    if ( ! empty( $p->pricing ) ) {
                        $plan = $p;
                        break;
                    }
                }
            }

            $blog_id           = fs_request_get( 'fs_blog_id' );
            $has_valid_blog_id = is_numeric( $blog_id );

            if ( $has_valid_blog_id ) {
                switch_to_blog( $blog_id );
            }

            $addon_checkout_url = $this->_fs->addon_checkout_url(
                $plan->plugin_id,
                $plan->pricing[0]->id,
                $this->get_billing_cycle( $plan ),
                $plan->has_trial(),
                ( $has_valid_blog_id ? false : null )
            );

            if ( $has_valid_blog_id ) {
                restore_current_blog();
            }

            return '<a class="button button-primary fs-checkout-button right" href="' . $addon_checkout_url . '" target="_parent">' .
                   esc_html( ! $plan->has_trial() ?
                       (
                           $api->has_purchased_license ?
                               fs_text_inline( 'Purchase More', 'purchase-more', $api->slug ) :
                               fs_text_x_inline( 'Purchase', 'verb', 'purchase', $api->slug )
                       ) :
                       sprintf(
                       /* translators: %s: N-days trial */
                           fs_text_inline( 'Start my free %s', 'start-free-x', $api->slug ),
                           $this->get_trial_period( $plan )
                       )
                   ) .
                   '</a>';
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.0
         *
         * @param object $api
         *
         * @return string[]
         */
        private function get_plugin_actions( $api ) {
            $this->status = isset( $this->status ) ?
                $this->status :
                install_plugin_install_status( $api );

            $is_update_available = ( 'update_available' === $this->status['status'] );

            if ( $is_update_available && empty( $this->status['url'] ) ) {
                return array();
            }

            $blog_id = fs_request_get( 'fs_blog_id' );

            $active_plugins_directories_map = Freemius::get_active_plugins_directories_map( $blog_id );

            $actions = array();

            $is_addon_activated = $this->_fs->is_addon_activated( $api->slug );
            $fs_addon           = null;

            $is_free_installed    = null;
            $is_premium_installed = null;

            $has_installed_version = ( 'install' !== $this->status['status'] );

            if ( ! $api->has_paid_plan && ! $api->has_purchased_license ) {
                /**
                 * Free-only add-on.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                $is_free_installed    = $has_installed_version;
                $is_premium_installed = false;
            } else if ( ! $api->has_free_plan ) {
                /**
                 * Premium-only add-on.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                $is_free_installed    = false;
                $is_premium_installed = $has_installed_version;
            } else {
                /**
                 * Freemium add-on.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                if ( ! $has_installed_version ) {
                    $is_free_installed    = false;
                    $is_premium_installed = false;
                } else {
                    $fs_addon = $is_addon_activated ?
                        $this->_fs->get_addon_instance( $api->slug ) :
                        null;

                    if ( is_object( $fs_addon ) ) {
                        if ( $fs_addon->is_premium() ) {
                            $is_premium_installed = true;
                        } else {
                            $is_free_installed = true;
                        }
                    }

                    if ( is_null( $is_free_installed ) ) {
                        $is_free_installed = file_exists( fs_normalize_path( WP_PLUGIN_DIR . "/{$api->slug}/{$api->slug}.php" ) );
                        if ( ! $is_free_installed ) {
                            /**
                             * Check if there's a plugin installed in a directory named `$api->slug`.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.3.0
                             */
                            $installed_plugins = get_plugins( '/' . $api->slug );
                            $is_free_installed = ( ! empty( $installed_plugins ) );
                        }
                    }

                    if ( is_null( $is_premium_installed ) ) {
                        $is_premium_installed = file_exists( fs_normalize_path( WP_PLUGIN_DIR . "/{$api->premium_slug}/{$api->slug}.php" ) );
                        if ( ! $is_premium_installed ) {
                            /**
                             * Check if there's a plugin installed in a directory named `$api->premium_slug`.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.3.0
                             */
                            $installed_plugins    = get_plugins( '/' . $api->premium_slug );
                            $is_premium_installed = ( ! empty( $installed_plugins ) );
                        }
                    }
                }

                $has_installed_version = ( $is_free_installed || $is_premium_installed );
            }

            $this->status['is_free_installed']    = $is_free_installed;
            $this->status['is_premium_installed'] = $is_premium_installed;

            $can_install_free_version           = false;
            $can_install_free_version_update    = false;
            $can_download_free_version          = false;
            $can_activate_free_version          = false;
            $can_install_premium_version        = false;
            $can_install_premium_version_update = false;
            $can_download_premium_version       = false;
            $can_activate_premium_version       = false;

            if ( ! $api->has_purchased_license ) {
                if ( $api->has_free_plan ) {
                    if ( $has_installed_version ) {
                        if ( $is_update_available ) {
                            $can_install_free_version_update = true;
                        } else if ( ! $is_premium_installed && ! isset( $active_plugins_directories_map[ dirname( $this->status['file'] ) ] ) ) {
                            $can_activate_free_version = true;
                        }
                    } else {
                        if (
                            $this->_fs->is_premium() ||
                            ! $this->_fs->is_org_repo_compliant() ||
                            $api->is_wp_org_compliant
                        ) {
                            $can_install_free_version  = true;
                        } else {
                            $can_download_free_version = true;
                        }
                    }
                }
            } else {
                if ( ! is_object( $fs_addon ) && $is_addon_activated ) {
                    $fs_addon = $this->_fs->get_addon_instance( $api->slug );
                }

                $can_download_premium_version = true;

                if ( ! isset( $active_plugins_directories_map[ dirname( $this->status['file'] ) ] ) ) {
                    if ( $is_premium_installed ) {
                        $can_activate_premium_version = ( ! $is_addon_activated || ! $fs_addon->is_premium() );
                    } else if ( $is_free_installed ) {
                        $can_activate_free_version = ( ! $is_addon_activated );
                    }
                }

                if ( $this->_fs->is_premium() || ! $this->_fs->is_org_repo_compliant() ) {
                    if ( $is_update_available ) {
                        $can_install_premium_version_update = true;
                    } else if ( ! $is_premium_installed ) {
                        $can_install_premium_version = true;
                    }
                }
            }

            if (
                $can_install_premium_version ||
                $can_install_premium_version_update
            ) {
                if ( is_numeric( $blog_id ) ) {
                    /**
                     * Replace the network status URL with a blog admin–based status URL if the `Add-Ons` page is loaded
                     * from a specific blog admin page (when `fs_blog_id` is valid) in order for plugin installation/update
                     * to work.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    $this->status['url'] = self::get_blog_status_url( $blog_id, $this->status['url'], $this->status['status'] );
                }

                /**
                 * Add the `fs_allow_updater_and_dialog` param to the install/update URL so that the add-on can be
                 * installed/updated.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                $this->status['url'] = str_replace( '?', '?fs_allow_updater_and_dialog=true&amp;', $this->status['url'] );
            }

            if ( $can_install_free_version_update || $can_install_premium_version_update ) {
                $actions[] = $this->get_cta(
                    ( $can_install_free_version_update ?
                        fs_esc_html_inline( 'Install Free Version Update Now', 'install-free-version-update-now', $api->slug ) :
                        fs_esc_html_inline( 'Install Update Now', 'install-update-now', $api->slug ) ),
                    true,
                    false,
                    $this->status['url'],
                    '_parent'
                );
            } else if ( $can_install_free_version || $can_install_premium_version ) {
                $actions[] = $this->get_cta(
                    ( $can_install_free_version ?
                        fs_esc_html_inline( 'Install Free Version Now', 'install-free-version-now', $api->slug ) :
                        fs_esc_html_inline( 'Install Now', 'install-now', $api->slug ) ),
                    true,
                    false,
                    $this->status['url'],
                    '_parent'
                );
            }

            $download_latest_action = '';

            if (
                ! empty( $api->download_link ) &&
                ( $can_download_free_version || $can_download_premium_version )
            ) {
                $download_latest_action = $this->get_cta(
                    ( $can_download_free_version ?
                        fs_esc_html_x_inline( 'Download Latest Free Version', 'as download latest version', 'download-latest-free-version', $api->slug ) :
                        fs_esc_html_x_inline( 'Download Latest', 'as download latest version', 'download-latest', $api->slug ) ),
                    true,
                    false,
                    esc_url( $api->download_link )
                );
            }

            if ( ! $can_activate_free_version && ! $can_activate_premium_version ) {
                if ( ! empty( $download_latest_action ) ) {
                    $actions[] = $download_latest_action;
                }
            } else {
                $activate_action = sprintf(
                    '<a class="button button-primary edit" href="%s" title="%s" target="_parent">%s</a>',
                    wp_nonce_url( ( is_numeric( $blog_id ) ? trailingslashit( get_admin_url( $blog_id ) ) : '' ) . 'plugins.php?action=activate&amp;plugin=' . $this->status['file'], 'activate-plugin_' . $this->status['file'] ),
                    fs_esc_attr_inline( 'Activate this add-on', 'activate-this-addon', $api->slug ),
                    $can_activate_free_version ?
                        fs_text_inline( 'Activate Free Version', 'activate-free', $api->slug ) :
                        fs_text_inline( 'Activate', 'activate', $api->slug )
                );

                if ( ! $can_download_premium_version && ! empty( $download_latest_action ) ) {
                    $actions[] = $download_latest_action;

                    $download_latest_action = '';
                }

                if ( $can_install_premium_version || $can_install_premium_version_update ) {
                    if ( $can_download_premium_version && ! empty( $download_latest_action ) ) {
                        $actions[] = $download_latest_action;

                        $download_latest_action = '';
                    }

                    $actions[] = $activate_action;
                } else {
                    array_unshift( $actions, $activate_action );
                }

                if ( ! empty ($download_latest_action ) ) {
                    $actions[] = $download_latest_action;
                }
            }

            return $actions;
        }

        /**
         * Rebuilds the status URL based on the admin URL.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param int    $blog_id
         * @param string $network_status_url
         * @param string $status
         *
         * @return string
         */
        private static function get_blog_status_url( $blog_id, $network_status_url, $status ) {
            if ( ! in_array( $status, array( 'install', 'update_available' ) ) ) {
                return $network_status_url;
            }

            $action = ( 'install' === $status ) ?
                'install-plugin' :
                'upgrade-plugin';

            $url_params = fs_parse_url_params( $network_status_url, true );

            if ( empty( $url_params ) || ! isset( $url_params['plugin'] ) ) {
                return $network_status_url;
            }

            $plugin = $url_params['plugin'];

            return wp_nonce_url( get_admin_url( $blog_id,"update.php?action={$action}&plugin={$plugin}"), "{$action}_{$plugin}");
        }

        /**
         * Helper method to get a CTA button HTML.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $label
         * @param bool   $is_primary
         * @param bool   $is_disabled
         * @param string $href
         * @param string $target
         *
         * @return string
         */
        private function get_cta(
            $label,
            $is_primary = true,
            $is_disabled = false,
            $href = '',
            $target = '_blank'
        ) {
            $classes = array();

            if ( ! $is_primary ) {
                $classes[] = 'left';
            } else {
                $classes[] = 'button-primary';
                $classes[] = 'right';
            }

            if ( $is_disabled ) {
                $classes[] = 'disabled';
            }

            $rel = ( '_blank' === $target ) ? ' rel="noopener noreferrer"' : '';

            return sprintf(
                '<a %s class="button %s">%s</a>',
                empty( $href ) ? '' : 'href="' . $href . '" target="' . $target . '"' . $rel,
                implode( ' ', $classes ),
                $label
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param FS_Plugin_Plan $plan
         *
         * @return string
         */
        private function get_trial_period( $plan ) {
            $trial_period = (int) $plan->trial_period;

            switch ( $trial_period ) {
                case 30:
                    return 'month';
                case 60:
                    return '2 months';
                default:
                    return "{$plan->trial_period} days";
            }
        }

        /**
         * Display plugin information in dialog box form.
         *
         * Based on core install_plugin_information() function.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         */
        function install_plugin_information() {
            global $tab;

            if ( empty( $_REQUEST['plugin'] ) ) {
                return;
            }

            $args = array(
                'slug'   => wp_unslash( $_REQUEST['plugin'] ),
                'is_ssl' => is_ssl(),
                'fields' => array(
                    'banners'         => true,
                    'reviews'         => true,
                    'downloaded'      => false,
                    'active_installs' => true
                )
            );

            if ( is_array( $args ) ) {
                $args = (object) $args;
            }

            if ( ! isset( $args->per_page ) ) {
                $args->per_page = 24;
            }

            if ( ! isset( $args->locale ) ) {
                $args->locale = get_locale();
            }

            $api = apply_filters( 'fs_plugins_api', false, 'plugin_information', $args );

            if ( is_wp_error( $api ) ) {
                wp_die( $api );
            }

            $plugins_allowedtags = array(
                'a'       => array(
                    'href'   => array(),
                    'title'  => array(),
                    'target' => array(),
                    // Add image style for screenshots.
                    'class'  => array()
                ),
                'style'   => array(),
                'abbr'    => array( 'title' => array() ),
                'acronym' => array( 'title' => array() ),
                'code'    => array(),
                'pre'     => array(),
                'em'      => array(),
                'strong'  => array(),
                'div'     => array( 'class' => array() ),
                'span'    => array( 'class' => array() ),
                'p'       => array(),
                'ul'      => array(),
                'ol'      => array(),
                'li'      => array( 'class' => array() ),
                'i'       => array( 'class' => array() ),
                'h1'      => array(),
                'h2'      => array(),
                'h3'      => array(),
                'h4'      => array(),
                'h5'      => array(),
                'h6'      => array(),
                'img'     => array( 'src' => array(), 'class' => array(), 'alt' => array() ),
//			'table' => array(),
//			'td' => array(),
//			'tr' => array(),
//			'th' => array(),
//			'thead' => array(),
//			'tbody' => array(),
            );

            $plugins_section_titles = array(
                'description'  => fs_text_x_inline( 'Description', 'Plugin installer section title', 'description', $api->slug ),
                'installation' => fs_text_x_inline( 'Installation', 'Plugin installer section title', 'installation', $api->slug ),
                'faq'          => fs_text_x_inline( 'FAQ', 'Plugin installer section title', 'faq', $api->slug ),
                'screenshots'  => fs_text_inline( 'Screenshots', 'screenshots', $api->slug ),
                'changelog'    => fs_text_x_inline( 'Changelog', 'Plugin installer section title', 'changelog', $api->slug ),
                'reviews'      => fs_text_x_inline( 'Reviews', 'Plugin installer section title', 'reviews', $api->slug ),
                'other_notes'  => fs_text_x_inline( 'Other Notes', 'Plugin installer section title', 'other-notes', $api->slug ),
            );

            // Sanitize HTML
//		foreach ( (array) $api->sections as $section_name => $content ) {
//			$api->sections[$section_name] = wp_kses( $content, $plugins_allowedtags );
//		}

            foreach ( array( 'version', 'author', 'requires', 'tested', 'homepage', 'downloaded', 'slug' ) as $key ) {
                if ( isset( $api->$key ) ) {
                    $api->$key = wp_kses( $api->$key, $plugins_allowedtags );
                }
            }

            // Add after $api->slug is ready.
            $plugins_section_titles['features'] = fs_text_x_inline( 'Features & Pricing', 'Plugin installer section title', 'features-and-pricing', $api->slug );

            $_tab = esc_attr( $tab );

            $section = isset( $_REQUEST['section'] ) ? wp_unslash( $_REQUEST['section'] ) : 'description'; // Default to the Description tab, Do not translate, API returns English.
            if ( empty( $section ) || ! isset( $api->sections[ $section ] ) ) {
                $section_titles = array_keys( (array) $api->sections );
                $section        = array_shift( $section_titles );
            }

            iframe_header( fs_text_inline( 'Plugin Install', 'plugin-install', $api->slug ) );

            $_with_banner = '';

//	var_dump($api->banners);
            if ( ! empty( $api->banners ) && ( ! empty( $api->banners['low'] ) || ! empty( $api->banners['high'] ) ) ) {
                $_with_banner = 'with-banner';
                $low          = empty( $api->banners['low'] ) ? $api->banners['high'] : $api->banners['low'];
                $high         = empty( $api->banners['high'] ) ? $api->banners['low'] : $api->banners['high'];
                ?>
                <style type="text/css">
                    #plugin-information-title.with-banner
                    {
                        background-image: url( <?php echo esc_url( $low ); ?> );
                    }

                    @media only screen and ( -webkit-min-device-pixel-ratio: 1.5 )
                    {
                        #plugin-information-title.with-banner
                        {
                            background-image: url( <?php echo esc_url( $high ); ?> );
                        }
                    }
                </style>
                <?php
            }

            echo '<div id="plugin-information-scrollable">';
            echo "<div id='{$_tab}-title' class='{$_with_banner}'><div class='vignette'></div><h2>{$api->name}</h2></div>";
            echo "<div id='{$_tab}-tabs' class='{$_with_banner}'>\n";

            foreach ( (array) $api->sections as $section_name => $content ) {
                if ( 'reviews' === $section_name && ( empty( $api->ratings ) || 0 === array_sum( (array) $api->ratings ) ) ) {
                    continue;
                }

                if ( isset( $plugins_section_titles[ $section_name ] ) ) {
                    $title = $plugins_section_titles[ $section_name ];
                } else {
                    $title = ucwords( str_replace( '_', ' ', $section_name ) );
                }

                $class       = ( $section_name === $section ) ? ' class="current"' : '';
                $href        = add_query_arg( array( 'tab' => $tab, 'section' => $section_name ) );
                $href        = esc_url( $href );
                $san_section = esc_attr( $section_name );
                echo "\t<a name='$san_section' href='$href' $class>" . esc_html( $title ) . "</a>\n";
            }

            echo "</div>\n";

            ?>
        <div id="<?php echo $_tab; ?>-content" class='<?php echo $_with_banner; ?>'>
            <div class="fyi">
                <?php if ( $api->is_paid ) : ?>
                    <?php if ( isset( $api->plans ) ) : ?>
                        <div class="plugin-information-pricing">
                        <?php foreach ( $api->plans as $plan ) : ?>
                            <?php
                            if ( empty( $plan->pricing ) ) {
                                continue;
                            }

                            /**
                             * @var FS_Plugin_Plan $plan
                             */
                            ?>
                            <?php $first_pricing = $plan->pricing[0] ?>
                            <?php $is_multi_cycle = $first_pricing->is_multi_cycle() ?>
                            <div class="fs-plan<?php if ( ! $is_multi_cycle ) {
                                echo ' fs-single-cycle';
                            } ?>" data-plan-id="<?php echo $plan->id ?>">
                                <h3 data-plan="<?php echo $plan->id ?>"><?php echo esc_html( sprintf( fs_text_x_inline( '%s Plan', 'e.g. Professional Plan', 'x-plan', $api->slug ), $plan->title ) ) ?></h3>
                                <?php $has_annual = $first_pricing->has_annual() ?>
                                <?php $has_monthly = $first_pricing->has_monthly() ?>
                                <div class="nav-tab-wrapper">
                                    <?php $billing_cycles = array( 'monthly', 'annual', 'lifetime' ) ?>
                                    <?php $i = 0;
                                        foreach ( $billing_cycles as $cycle ) : ?>
                                            <?php $prop = "{$cycle}_price";
                                            if ( isset( $first_pricing->{$prop} ) ) : ?>
                                                <?php $is_featured = ( 'annual' === $cycle && $is_multi_cycle ) ?>
                                                <?php
                                                $prices = array();
                                                foreach ( $plan->pricing as $pricing ) {
                                                    if ( isset( $pricing->{$prop} ) ) {
                                                        $prices[] = array(
                                                            'id'       => $pricing->id,
                                                            'licenses' => $pricing->licenses,
                                                            'price'    => $pricing->{$prop}
                                                        );
                                                    }
                                                }
                                                ?>
                                                <a class="nav-tab" data-billing-cycle="<?php echo $cycle ?>"
                                                   data-pricing="<?php echo esc_attr( json_encode( $prices ) ) ?>">
                                                    <?php if ( $is_featured ) : ?>
                                                        <label>
                                                            &#9733; <?php fs_esc_html_echo_x_inline( 'Best', 'e.g. the best product', 'best', $api->slug ) ?>
                                                            &#9733;</label>
                                                    <?php endif ?>
                                                    <?php
                                                        switch ( $cycle ) {
                                                            case 'monthly':
                                                                fs_esc_html_echo_x_inline( 'Monthly', 'as every month', 'monthly', $api->slug );
                                                                break;
                                                            case 'annual':
                                                                fs_esc_html_echo_x_inline( 'Annual', 'as once a year', 'annual', $api->slug );
                                                                break;
                                                            case 'lifetime':
                                                                fs_esc_html_echo_inline( 'Lifetime', 'lifetime', $api->slug );
                                                                break;
                                                        }
                                                    ?>
                                                </a>
                                            <?php endif ?>
                                            <?php $i ++; endforeach ?>
                                    <?php wp_enqueue_script( 'jquery' ) ?>
                                    <script type="text/javascript">
                                        (function ($, undef) {
                                            var
                                                _formatBillingFrequency = function (cycle) {
                                                    switch (cycle) {
                                                        case 'monthly':
                                                            return '<?php printf( fs_text_x_inline( 'Billed %s', 'e.g. billed monthly', 'billed-x', $api->slug ), fs_text_x_inline( 'Monthly', 'as every month', 'monthly', $api->slug ) ) ?>';
                                                        case 'annual':
                                                            return '<?php printf( fs_text_x_inline( 'Billed %s', 'e.g. billed monthly', 'billed-x', $api->slug ), fs_text_x_inline( 'Annually', 'as once a year', 'annually', $api->slug ) ) ?>';
                                                        case 'lifetime':
                                                            return '<?php printf( fs_text_x_inline( 'Billed %s', 'e.g. billed monthly', 'billed-x', $api->slug ), fs_text_x_inline( 'Once', 'as once a year', 'once', $api->slug ) ) ?>';
                                                    }
                                                },
                                                _formatLicensesTitle    = function (pricing) {
                                                    switch (pricing.licenses) {
                                                        case 1:
                                                            return '<?php fs_esc_attr_echo_inline( 'Single Site License', 'license-single-site', $api->slug ) ?>';
                                                        case null:
                                                            return '<?php fs_esc_attr_echo_inline( 'Unlimited Licenses', 'license-unlimited', $api->slug ) ?>';
                                                        default:
                                                            return '<?php fs_esc_attr_echo_inline( 'Up to %s Sites', 'license-x-sites', $api->slug ) ?>'.replace('%s', pricing.licenses);
                                                    }
                                                },
                                                _formatPrice            = function (pricing, cycle, multipleLicenses) {
                                                    if (undef === multipleLicenses)
                                                        multipleLicenses = true;

                                                    var priceCycle;
                                                    switch (cycle) {
                                                        case 'monthly':
                                                            priceCycle = ' / <?php fs_echo_x_inline( 'mo', 'as monthly period', 'mo', $api->slug ) ?>';
                                                            break;
                                                        case 'lifetime':
                                                            priceCycle = '';
                                                            break;
                                                        case 'annual':
                                                        default:
                                                            priceCycle = ' / <?php fs_echo_x_inline( 'year', 'as annual period', 'year', $api->slug ) ?>';
                                                            break;
                                                    }

                                                    if (!multipleLicenses && 1 == pricing.licenses) {
                                                        return '$' + pricing.price + priceCycle;
                                                    }

                                                    return _formatLicensesTitle(pricing) + ' - <var class="fs-price">$' + pricing.price + priceCycle + '</var>';
                                                },
                                                _checkoutUrl            = function (plan, pricing, cycle) {
                                                    return '<?php echo esc_url_raw( remove_query_arg( 'billing_cycle', add_query_arg( array( 'plugin_id' => $plan->plugin_id ), $api->checkout_link ) ) ) ?>' +
                                                        '&plan_id=' + plan +
                                                        '&pricing_id=' + pricing +
                                                        '&billing_cycle=' + cycle<?php if ( $plan->has_trial() ) {
                                                        echo " + '&trial=true'";
                                                    }?>;
                                                },
                                                _updateCtaUrl           = function (plan, pricing, cycle) {
                                                    $('.plugin-information-pricing .fs-checkout-button, #plugin-information-footer .fs-checkout-button').attr('href', _checkoutUrl(plan, pricing, cycle));
                                                };

                                            $(document).ready(function () {
                                                var $plan = $('.plugin-information-pricing .fs-plan[data-plan-id=<?php echo $plan->id ?>]');
                                                $plan.find('input[type=radio]').on('click', function () {
                                                    _updateCtaUrl(
                                                        $plan.attr('data-plan-id'),
                                                        $(this).val(),
                                                        $plan.find('.nav-tab-active').attr('data-billing-cycle')
                                                    );

                                                    $plan.find('.fs-trial-terms .fs-price').html(
                                                        $(this).parents('label').find('.fs-price').html()
                                                    );
                                                });

                                                $plan.find('.nav-tab').click(function () {
                                                    if ($(this).hasClass('nav-tab-active'))
                                                        return;

                                                    var $this        = $(this),
                                                        billingCycle = $this.attr('data-billing-cycle'),
                                                        pricing      = JSON.parse($this.attr('data-pricing')),
                                                        $pricesList  = $this.parents('.fs-plan').find('.fs-pricing-body .fs-licenses'),
                                                        html         = '';

                                                    // Un-select previously selected tab.
                                                    $plan.find('.nav-tab').removeClass('nav-tab-active');

                                                    // Select current tab.
                                                    $this.addClass('nav-tab-active');

                                                    // Render licenses prices.
                                                    if (1 == pricing.length) {
                                                        html = '<li><label><?php echo fs_esc_attr_x_inline( 'Price', 'noun', 'price', $api->slug ) ?>: ' + _formatPrice(pricing[0], billingCycle, false) + '</label></li>';
                                                    } else {
                                                        for (var i = 0; i < pricing.length; i++) {
                                                            html += '<li><label><input name="pricing-<?php echo $plan->id ?>" type="radio" value="' + pricing[i].id + '">' + _formatPrice(pricing[i], billingCycle) + '</label></li>';
                                                        }
                                                    }
                                                    $pricesList.html(html);

                                                    if (1 < pricing.length) {
                                                        // Select first license option.
                                                        $pricesList.find('li:first input').click();
                                                    }
                                                    else {
                                                        _updateCtaUrl(
                                                            $plan.attr('data-plan-id'),
                                                            pricing[0].id,
                                                            billingCycle
                                                        );
                                                    }

                                                    // Update billing frequency.
                                                    $plan.find('.fs-billing-frequency').html(_formatBillingFrequency(billingCycle));

                                                    if ('annual' === billingCycle) {
                                                        $plan.find('.fs-annual-discount').show();
                                                    } else {
                                                        $plan.find('.fs-annual-discount').hide();
                                                    }
                                                });

                                                <?php if ( $has_annual ) : ?>
                                                // Select annual by default.
                                                $plan.find('.nav-tab[data-billing-cycle=annual]').click();
                                                <?php else : ?>
                                                // Select first tab.
                                                $plan.find('.nav-tab:first').click();
                                                <?php endif ?>
                                            });
                                        }(jQuery));
                                    </script>
                                </div>
                                <div class="fs-pricing-body">
                                    <span class="fs-billing-frequency"></span>
                                    <?php $annual_discount = ( $has_annual && $has_monthly ) ? $plan->pricing[0]->annual_discount_percentage() : 0 ?>
                                    <?php if ( $annual_discount > 0 ) : ?>
                                        <span
                                            class="fs-annual-discount"><?php printf(
                                            /* translators: %s: Discount (e.g. discount of $5 or 10%) */
                                                fs_esc_html_inline( 'Save %s', 'save-x', $api->slug ), $annual_discount . '%' ) ?></span>
                                    <?php endif ?>
                                    <ul class="fs-licenses">
                                    </ul>
                                    <?php echo $this->get_actions_dropdown( $api, $plan ) ?>
                                    <div style="clear:both"></div>
                                    <?php if ( $plan->has_trial() ) : ?>
                                        <?php $trial_period = $this->get_trial_period( $plan ) ?>
                                        <ul class="fs-trial-terms">
                                            <li>
                                                <i class="dashicons dashicons-yes"></i><?php echo esc_html( sprintf( fs_text_inline( 'No commitment for %s - cancel anytime', 'no-commitment-x', $api->slug ), $trial_period ) ) ?>
                                            </li>
                                            <li>
                                                <i class="dashicons dashicons-yes"></i><?php printf( esc_html( fs_text_inline( 'After your free %s, pay as little as %s', 'after-x-pay-as-little-y', $api->slug ) ), $trial_period, '<var class="fs-price">' . $this->get_price_tag( $plan, $plan->pricing[0] ) . '</var>' ) ?>
                                            </li>
                                        </ul>
                                    <?php endif ?>
                                </div>
                            </div>
                        <?php endforeach ?>
                      </div>
                    <?php endif ?>
                <?php endif ?>
                <div>
                    <h3><?php fs_echo_inline( 'Details', 'details', $api->slug ) ?></h3>
                    <ul>
                        <?php if ( ! empty( $api->version ) ) { ?>
                            <li>
                                <strong><?php fs_esc_html_echo_x_inline( 'Version', 'product version', 'version', $api->slug ); ?>
                                    :</strong> <?php echo $api->version; ?></li>
                            <?php
                        }
                            if ( ! empty( $api->author ) ) {
                                ?>
                                <li>
                                    <strong><?php fs_echo_x_inline( 'Author', 'as the plugin author', 'author', $api->slug ); ?>
                                        :</strong> <?php echo links_add_target( $api->author, '_blank' ); ?>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->last_updated ) ) {
                                ?>
                                <li><strong><?php fs_echo_inline( 'Last Updated', 'last-updated', $api->slug ); ?>
                                        :</strong> <span
                                        title="<?php echo $api->last_updated; ?>">
				<?php echo esc_html( sprintf(
                /* translators: %s: time period (e.g. "2 hours" ago) */
                    fs_text_x_inline( '%s ago', 'x-ago', $api->slug ),
                    human_time_diff( strtotime( $api->last_updated ) )
                ) ) ?>
			</span></li>
                                <?php
                            }
                            if ( ! empty( $api->requires ) ) {
                                ?>
                                <li>
                                    <strong><?php fs_esc_html_echo_inline( 'Requires WordPress Version', 'requires-wordpress-version', $api->slug ) ?>
                                        :</strong> <?php echo esc_html( sprintf(
                                            /* translators: %s: Version number. */
                                            fs_text_inline( '%s or higher', 'x-or-higher', $api->slug ), $api->requires )
                                    ) ?>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->tested ) ) {
                                ?>
                                <li>
                                    <strong><?php fs_esc_html_echo_inline( 'Compatible up to', 'compatible-up-to', $api->slug ); ?>
                                        :</strong> <?php echo $api->tested; ?>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->requires_php ) ) {
                                ?>
                                <li>
                                    <strong><?php fs_esc_html_echo_inline( 'Requires PHP Version', 'requires-php-version', $api->slug ); ?>:</strong>
                                    <?php
                                        echo esc_html( sprintf(
                                            /* translators: %s: Version number. */
                                            fs_text_inline( '%s or higher', 'x-or-higher', $api->slug ), $api->requires_php )
                                        );
                                    ?>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->downloaded ) ) {
                                ?>
                                <li>
                                    <strong><?php fs_esc_html_echo_inline( 'Downloaded', 'downloaded', $api->slug ) ?>
                                        :</strong> <?php echo esc_html( sprintf(
                                        ( ( 1 == $api->downloaded ) ?
                                            /* translators: %s: 1 or One (Number of times downloaded) */
                                            fs_text_inline( '%s time', 'x-time', $api->slug ) :
                                            /* translators: %s: Number of times downloaded */
                                            fs_text_inline( '%s times', 'x-times', $api->slug )
                                        ),
                                        number_format_i18n( $api->downloaded )
                                    ) ); ?>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->slug ) && true == $api->is_wp_org_compliant ) {
                                ?>
                                <li><a target="_blank"
                                       rel="noopener noreferrer"
                                       href="https://wordpress.org/plugins/<?php echo $api->slug; ?>/"><?php fs_esc_html_echo_inline( 'WordPress.org Plugin Page', 'wp-org-plugin-page', $api->slug ) ?>
                                        &#187;</a>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->homepage ) ) {
                                ?>
                                <li><a target="_blank"
                                       rel="noopener noreferrer"
                                       href="<?php echo esc_url( $api->homepage ); ?>"><?php fs_esc_html_echo_inline( 'Plugin Homepage', 'plugin-homepage', $api->slug ) ?>
                                        &#187;</a>
                                </li>
                                <?php
                            }
                            if ( ! empty( $api->donate_link ) && empty( $api->contributors ) ) {
                                ?>
                                <li><a target="_blank"
                                       rel="noopener noreferrer"
                                       href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_esc_html_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
                                        &#187;</a>
                                </li>
                            <?php } ?>
                    </ul>
                </div>
                <?php if ( ! empty( $api->rating ) ) { ?>
                    <h3><?php fs_echo_inline( 'Average Rating', 'average-rating', $api->slug ); ?></h3>
                    <?php wp_star_rating( array(
                        'rating' => $api->rating,
                        'type'   => 'percent',
                        'number' => $api->num_ratings
                    ) ); ?>
                    <small>(<?php echo esc_html( sprintf(
                            fs_text_inline( 'based on %s', 'based-on-x', $api->slug ),
                            sprintf(
                                ( ( 1 == $api->num_ratings ) ?
                                    /* translators: %s: 1 or One */
                                    fs_text_inline( '%s rating', 'x-rating', $api->slug ) :
                                    /* translators: %s: Number larger than 1 */
                                    fs_text_inline( '%s ratings', 'x-ratings', $api->slug )
                                ),
                                number_format_i18n( $api->num_ratings )
                            ) ) ) ?>)
                    </small>
                    <?php
                }

                    if ( ! empty( $api->ratings ) && array_sum( (array) $api->ratings ) > 0 ) {
                        foreach ( $api->ratings as $key => $ratecount ) {
                            // Avoid div-by-zero.
                            $_rating     = $api->num_ratings ? ( $ratecount / $api->num_ratings ) : 0;
                            $stars_label = sprintf(
                                ( ( 1 == $key ) ?
                                    /* translators: %s: 1 or One */
                                    fs_text_inline( '%s star', 'x-star', $api->slug ) :
                                    /* translators: %s: Number larger than 1 */
                                    fs_text_inline( '%s stars', 'x-stars', $api->slug )
                                ),
                                number_format_i18n( $key )
                            );
                            ?>
                            <div class="counter-container">
                              <span class="counter-label"><a
                                href="https://wordpress.org/support/view/plugin-reviews/<?php echo $api->slug; ?>?filter=<?php echo $key; ?>"
                                target="_blank"
                                rel="noopener noreferrer"
                                title="<?php echo esc_attr( sprintf(
                                  /* translators: %s: # of stars (e.g. 5 stars) */
                                  fs_text_inline( 'Click to see reviews that provided a rating of %s', 'click-to-reviews', $api->slug ),
                                  $stars_label
                                ) ) ?>"><?php echo $stars_label ?></a></span>
                                <span class="counter-back">
                                <span class="counter-bar" style="width: <?php echo absint(92 * $_rating); ?>px;"></span>
                              </span>
                              <span class="counter-count"><?php echo number_format_i18n( $ratecount ); ?></span>
                            </div>
                            <?php
                        }
                    }
                    if ( ! empty( $api->contributors ) ) {
                        ?>
                        <h3><?php fs_echo_inline( 'Contributors', 'contributors', $api->slug ); ?></h3>
                        <ul class="contributors">
                            <?php
                                foreach ( (array) $api->contributors as $contrib_username => $contrib_profile ) {
                                    if ( empty( $contrib_username ) && empty( $contrib_profile ) ) {
                                        continue;
                                    }
                                    if ( empty( $contrib_username ) ) {
                                        $contrib_username = preg_replace( '/^.+\/(.+)\/?$/', '\1', $contrib_profile );
                                    }
                                    $contrib_username = sanitize_user( $contrib_username );
                                    if ( empty( $contrib_profile ) ) {
                                        echo "<li><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</li>";
                                    } else {
                                        echo "<li><a href='{$contrib_profile}' target='_blank' rel='noopener noreferrer'><img src='https://wordpress.org/grav-redirect.php?user={$contrib_username}&amp;s=36' width='18' height='18' />{$contrib_username}</a></li>";
                                    }
                                }
                            ?>
                        </ul>
                        <?php if ( ! empty( $api->donate_link ) ) { ?>
                            <a target="_blank"
                               rel="noopener noreferrer"
                               href="<?php echo esc_url( $api->donate_link ); ?>"><?php fs_echo_inline( 'Donate to this plugin', 'donate-to-plugin', $api->slug ) ?>
                                &#187;</a>
                        <?php } ?>
                    <?php } ?>
            </div>
            <div id="section-holder" class="wrap">
            <?php
            $requires_php = isset( $api->requires_php ) ? $api->requires_php : null;
            $requires_wp  = isset( $api->requires ) ? $api->requires : null;

            $compatible_php = empty( $requires_php ) || version_compare( PHP_VERSION, $requires_php, '>=' );

            // Strip off any -alpha, -RC, -beta, -src suffixes.
            list( $wp_version ) = explode( '-', $GLOBALS['wp_version'] );

            $compatible_wp  = empty( $requires_wp ) || version_compare( $wp_version, $requires_wp, '>=' );
            $tested_wp      = ( empty( $api->tested ) || version_compare( $wp_version, $api->tested, '<=' ) );

            if ( ! $compatible_php ) {
                echo '<div class="notice notice-error notice-alt"><p><strong>' . fs_text_inline( 'Error', 'error', $api->slug ) . ':</strong> ' . fs_text_inline( 'This plugin requires a newer version of PHP.', 'newer-php-required-error', $api->slug );

                if ( current_user_can( 'update_php' ) ) {
                    $wp_get_update_php_url = function_exists( 'wp_get_update_php_url' ) ?
                        wp_get_update_php_url() :
                        'https://wordpress.org/support/update-php/';

                    printf(
                    /* translators: %s: URL to Update PHP page. */
                        ' ' . fs_text_inline( '<a href="%s" target="_blank">Click here to learn more about updating PHP</a>.', 'php-update-learn-more-link', $api->slug ),
                        esc_url( $wp_get_update_php_url )
                    );

                    if ( function_exists( 'wp_update_php_annotation' ) ) {
                        wp_update_php_annotation( '</p><p><em>', '</em>' );
                    }
                } else {
                    echo '</p>';
                }
                echo '</div>';
            }

            if ( ! $tested_wp ) {
                echo '<div class="notice notice-warning"><p>' . '<strong>' . fs_text_inline( 'Warning', 'warning', $api->slug ) . ':</strong> ' . fs_text_inline( 'This plugin has not been tested with your current version of WordPress.', 'not-tested-warning', $api->slug ) . '</p></div>';
            } else if ( ! $compatible_wp ) {
                echo '<div class="notice notice-warning"><p>' . '<strong>' . fs_text_inline( 'Warning', 'warning', $api->slug ) . ':</strong> ' . fs_text_inline( 'This plugin has not been marked as compatible with your version of WordPress.', 'not-compatible-warning', $api->slug ) . '</p></div>';
            }

            foreach ( (array) $api->sections as $section_name => $content ) {
                $content = links_add_base_url( $content, 'https://wordpress.org/plugins/' . $api->slug . '/' );
                $content = links_add_target( $content, '_blank' );

                $san_section = esc_attr( $section_name );

                $display = ( $section_name === $section ) ? 'block' : 'none';

                if ( 'description' === $section_name &&
                     ( ( $api->is_wp_org_compliant && $api->wp_org_missing ) ||
                       ( ! $api->is_wp_org_compliant && $api->fs_missing ) )
                ) {
                    $missing_notice = array(
                        'type'    => 'error',
                        'id'      => md5( microtime() ),
                        'message' => $api->is_paid ?
                            fs_text_inline( 'Paid add-on must be deployed to Freemius.', 'paid-addon-not-deployed', $api->slug ) :
                            fs_text_inline( 'Add-on must be deployed to WordPress.org or Freemius.', 'free-addon-not-deployed', $api->slug ),
                    );
                    fs_require_template( 'admin-notice.php', $missing_notice );
                }
                echo "\t<div id='section-{$san_section}' class='section' style='display: {$display};'>\n";
                echo $content;
                echo "\t</div>\n";
            }
            echo "</div>\n";
            echo "</div>\n";
            echo "</div>\n"; // #plugin-information-scrollable
            echo "<div id='$tab-footer'>\n";

            if (
                ! empty( $api->download_link ) &&
                ! empty( $this->status ) &&
                in_array( $this->status['status'], array( 'newer_installed', 'latest_installed' ) )
            ) {
                if ( 'newer_installed' === $this->status['status'] ) {
                    echo $this->get_cta(
                        ( $this->status['is_premium_installed'] ?
                            esc_html( sprintf( fs_text_inline( 'Newer Version (%s) Installed', 'newer-installed', $api->slug ), $this->status['version'] ) ) :
                            esc_html( sprintf( fs_text_inline( 'Newer Free Version (%s) Installed', 'newer-free-installed', $api->slug ), $this->status['version'] ) ) ),
                        false,
                        true
                    );
                } else {
                    echo $this->get_cta(
                        ( $this->status['is_premium_installed'] ?
                            fs_esc_html_inline( 'Latest Version Installed', 'latest-installed', $api->slug ) :
                            fs_esc_html_inline( 'Latest Free Version Installed', 'latest-free-installed', $api->slug ) ),
                        false,
                        true
                    );
                }
            }

            echo $this->get_actions_dropdown( $api, null );

            echo "</div>\n";
            ?>
            <script type="text/javascript">
                ( function( $, undef ) {
                    var $dropdowns = $( '.fs-dropdown' );

                    $( '#plugin-information' )
                        .click( function( evt ) {
                            var $target = $( evt.target );

                            if (
                                $target.hasClass( 'fs-dropdown-arrow-button' ) ||
                                ( 0 !== $target.parents( '.fs-dropdown-arrow-button' ).length )
                            ) {
                                var $dropdown = $target.parents( '.fs-dropdown' ),
                                    isActive  = $dropdown.hasClass( 'active' );

                                if ( ! isActive ) {
                                    /**
                                     * Close the other dropdown if it's active.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since 2.3.0
                                     */
                                    $( '.fs-dropdown.active' ).each( function() {
                                        toggleDropdown( $( this ), false );
                                    } );
                                }

                                /**
                                 * Toggle the current dropdown.
                                 *
                                 * @author Leo Fajardo (@leorw)
                                 * @since 2.3.0
                                 */
                                toggleDropdown( $dropdown, ! isActive );

                                return true;
                            }

                            /**
                             * Close all dropdowns.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.3.0
                             */
                            toggleDropdown( $( this ).find( '.fs-dropdown' ), false );
                        });

                    if ( 0 !== $dropdowns.length ) {
                        /**
                         * Add the `up` class so that the bottom dropdown's content will be shown above its buttons.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since 2.3.0
                         */
                        $( '#plugin-information-footer' ).find( '.fs-dropdown' ).addClass( 'up' );
                    }

                    /**
                     * Returns the default state of the dropdown arrow button and hides the dropdown list.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     *
                     * @param {Object}  [$dropdown]
                     * @param {Boolean} [state]
                     */
                    function toggleDropdown( $dropdown, state ) {
                        if ( undef === $dropdown ) {
                            var $activeDropdown = $dropdowns.find( '.active' );
                            if ( 0 !== $activeDropdown.length ) {
                                $dropdown = $activeDropdown;
                            }
                        }

                        if ( undef === $dropdown ) {
                            return;
                        }

                        if ( undef === state ) {
                            state = false;
                        }

                        $dropdown.toggleClass( 'active', state );
                        $dropdown.find( '.fs-dropdown-list' ).toggle( state );
                        $dropdown.find( '.fs-dropdown-arrow-button' ).toggleClass( 'active', state );
                    }
                } )( jQuery );
            </script>
            <?php
            iframe_footer();
            exit;
        }
    }
freemius/includes/class-fs-logger.php000064400000042704151213253160013700 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Logger {
		private $_id;
		private $_on = false;
		private $_echo = false;
		private $_file_start = 0;
		/**
		 * @var int PHP Process ID.
		 */
		private static $_processID;
		/**
		 * @var string PHP Script user name.
		 */
		private static $_ownerName;
		/**
		 * @var bool Is storage logging turned on.
		 */
		private static $_isStorageLoggingOn;
		/**
		 * @var int ABSPATH length.
		 */
		private static $_abspathLength;

		private static $LOGGERS = array();
		private static $LOG = array();
		private static $CNT = 0;
		private static $_HOOKED_FOOTER = false;

		private function __construct( $id, $on = false, $echo = false ) {
            $bt = debug_backtrace();

			$this->_id = $id;

			$caller = $bt[2];

			if ( false !== strpos( $caller['file'], 'plugins' ) ) {
				$this->_file_start = strpos( $caller['file'], 'plugins' ) + strlen( 'plugins/' );
			} else {
				$this->_file_start = strpos( $caller['file'], 'themes' ) + strlen( 'themes/' );
			}

			if ( $on ) {
				$this->on();
			}
			if ( $echo ) {
				$this->echo_on();
			}
		}

		/**
		 * @param string $id
		 * @param bool   $on
		 * @param bool   $echo
		 *
		 * @return FS_Logger
		 */
		public static function get_logger( $id, $on = false, $echo = false ) {
			$id = strtolower( $id );

			if ( ! isset( self::$_processID ) ) {
				self::init();
			}

			if ( ! isset( self::$LOGGERS[ $id ] ) ) {
				self::$LOGGERS[ $id ] = new FS_Logger( $id, $on, $echo );
			}

			return self::$LOGGERS[ $id ];
		}

		/**
		 * Initialize logging global info.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 */
		private static function init() {
			self::$_ownerName          = function_exists( 'get_current_user' ) ?
				get_current_user() :
				'unknown';
			self::$_isStorageLoggingOn = ( 1 == get_option( 'fs_storage_logger', 0 ) );
			self::$_abspathLength      = strlen( ABSPATH );
			self::$_processID          = mt_rand( 0, 32000 );

			// Process ID may be `false` on errors.
			if ( ! is_numeric( self::$_processID ) ) {
				self::$_processID = 0;
			}
		}

		private static function hook_footer() {
			if ( self::$_HOOKED_FOOTER ) {
				return;
			}

			if ( is_admin() ) {
				add_action( 'admin_footer', 'FS_Logger::dump', 100 );
			} else {
				add_action( 'wp_footer', 'FS_Logger::dump', 100 );
			}
		}

		function is_on() {
			return $this->_on;
		}

		function on() {
			$this->_on = true;

			if ( ! function_exists( 'dbDelta' ) ) {
				require_once ABSPATH . 'wp-admin/includes/upgrade.php';
			}

			self::hook_footer();
		}

		function echo_on() {
			$this->on();

			$this->_echo = true;
		}

		function is_echo_on() {
			return $this->_echo;
		}

		function get_id() {
			return $this->_id;
		}

		function get_file() {
			return $this->_file_start;
		}

		private function _log( &$message, $type, $wrapper = false ) {
			if ( ! $this->is_on() ) {
				return;
			}

			$bt    = debug_backtrace();
			$depth = $wrapper ? 3 : 2;
			while ( $depth < count( $bt ) - 1 && 'eval' === $bt[ $depth ]['function'] ) {
				$depth ++;
			}

			$caller = $bt[ $depth ];

			/**
			 * Retrieve the correct call file & line number from backtrace
			 * when logging from a wrapper method.
			 *
			 * @author Vova Feldman
			 * @since  1.2.1.6
			 */
			if ( empty( $caller['line'] ) ) {
				$depth --;

				while ( $depth >= 0 ) {
					if ( ! empty( $bt[ $depth ]['line'] ) ) {
						$caller['line'] = $bt[ $depth ]['line'];
						$caller['file'] = $bt[ $depth ]['file'];
						break;
					}
				}
			}

			$log = array_merge( $caller, array(
				'cnt'       => self::$CNT ++,
				'logger'    => $this,
				'timestamp' => microtime( true ),
				'log_type'  => $type,
				'msg'       => $message,
			) );

			if ( self::$_isStorageLoggingOn ) {
				$this->db_log( $type, $message, self::$CNT, $caller );
			}

			self::$LOG[] = $log;

			if ( $this->is_echo_on() && ! Freemius::is_ajax() ) {
				echo self::format_html( $log ) . "\n";
			}
		}

		function log( $message, $wrapper = false ) {
			$this->_log( $message, 'log', $wrapper );
		}

		function info( $message, $wrapper = false ) {
			$this->_log( $message, 'info', $wrapper );
		}

		function warn( $message, $wrapper = false ) {
			$this->_log( $message, 'warn', $wrapper );
		}

		function error( $message, $wrapper = false ) {
			$this->_log( $message, 'error', $wrapper );
		}

		/**
		 * Log API error.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param mixed $api_result
		 * @param bool  $wrapper
		 */
		function api_error( $api_result, $wrapper = false ) {
			$message = '';
			if ( is_object( $api_result ) &&
			     ! empty( $api_result->error ) &&
			     ! empty( $api_result->error->message )
			) {
				$message = $api_result->error->message;
			} else if ( is_object( $api_result ) ) {
				$message = var_export( $api_result, true );
			} else if ( is_string( $api_result ) ) {
				$message = $api_result;
			} else if ( empty( $api_result ) ) {
				$message = 'Empty API result.';
			}

			$message = 'API Error: ' . $message;

			$this->_log( $message, 'error', $wrapper );
		}

		function entrance( $message = '', $wrapper = false ) {
			$msg = 'Entrance' . ( empty( $message ) ? '' : ' > ' ) . $message;

			$this->_log( $msg, 'log', $wrapper );
		}

		function departure( $message = '', $wrapper = false ) {
			$msg = 'Departure' . ( empty( $message ) ? '' : ' > ' ) . $message;

			$this->_log( $msg, 'log', $wrapper );
		}

		#--------------------------------------------------------------------------------
		#region Log Formatting
		#--------------------------------------------------------------------------------

		private static function format( $log, $show_type = true ) {
			return '[' . str_pad( $log['cnt'], strlen( self::$CNT ), '0', STR_PAD_LEFT ) . '] [' . $log['logger']->_id . '] ' . ( $show_type ? '[' . $log['log_type'] . ']' : '' ) . ( ! empty( $log['class'] ) ? $log['class'] . $log['type'] : '' ) . $log['function'] . ' >> ' . $log['msg'] . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ') ' : '' ) . ' [' . $log['timestamp'] . ']';
		}

		private static function format_html( $log ) {
			return '<div style="font-size: 13px; font-family: monospace; color: #7da767; padding: 8px 3px; background: #000; border-bottom: 1px solid #555;">[' . $log['cnt'] . '] [' . $log['logger']->_id . '] [' . $log['log_type'] . '] <b><code style="color: #c4b1e0;">' . ( ! empty( $log['class'] ) ? $log['class'] . $log['type'] : '' ) . $log['function'] . '</code> >> <b style="color: #f59330;">' . esc_html( $log['msg'] ) . '</b></b>' . ( isset( $log['file'] ) ? ' (' . substr( $log['file'], $log['logger']->_file_start ) . ' ' . $log['line'] . ')' : '' ) . ' [' . $log['timestamp'] . ']</div>';
		}

		#endregion

		static function dump() {
			?>
			<!-- BEGIN: Freemius PHP Console Log -->
			<script type="text/javascript">
				<?php
				foreach ( self::$LOG as $log ) {
					echo 'console.' . $log['log_type'] . '(' . json_encode( self::format( $log, false ) ) . ')' . "\n";
				}
				?>
			</script>
			<!-- END: Freemius PHP Console Log -->
			<?php
		}

		static function get_log() {
			return self::$LOG;
		}

		#--------------------------------------------------------------------------------
		#region Database Logging
		#--------------------------------------------------------------------------------

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @return bool
		 */
		public static function is_storage_logging_on() {
			if ( ! isset( self::$_isStorageLoggingOn ) ) {
				self::$_isStorageLoggingOn = ( 1 == get_option( 'fs_storage_logger', 0 ) );
			}

			return self::$_isStorageLoggingOn;
		}

		/**
		 * Turns on/off database persistent debugging to capture
		 * multi-session logs to debug complex flows like
		 * plugin auto-deactivate on premium version activation.
		 *
		 * @todo   Check if Theme Check has issues with DB tables for themes.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param bool $is_on
		 *
		 * @return bool
		 */
		public static function _set_storage_logging( $is_on = true ) {
			global $wpdb;

			$table = "{$wpdb->prefix}fs_logger";

			if ( $is_on ) {
				/**
				 * Create logging table.
				 *
				 * NOTE:
				 *  dbDelta must use KEY and not INDEX for indexes.
				 *
				 * @link https://core.trac.wordpress.org/ticket/2695
				 */
				$result = $wpdb->query( "CREATE TABLE {$table} (
`id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
`process_id` INT UNSIGNED NOT NULL,
`user_name` VARCHAR(64) NOT NULL,
`logger` VARCHAR(128) NOT NULL,
`log_order` INT UNSIGNED NOT NULL,
`type` ENUM('log','info','warn','error') NOT NULL DEFAULT 'log',
`message` TEXT NOT NULL,
`file` VARCHAR(256) NOT NULL,
`line` INT UNSIGNED NOT NULL,
`function` VARCHAR(256) NOT NULL,
`request_type` ENUM('call','ajax','cron') NOT NULL DEFAULT 'call',
`request_url` VARCHAR(1024) NOT NULL,
`created` DECIMAL(16, 6) NOT NULL,
PRIMARY KEY (`id`),
KEY `process_id` (`process_id` ASC),
KEY `process_logger` (`process_id` ASC, `logger` ASC),
KEY `function` (`function` ASC),
KEY `type` (`type` ASC))" );
			} else {
				/**
				 * Drop logging table.
				 */
				$result = $wpdb->query( "DROP TABLE IF EXISTS $table;" );
			}

			if ( false !== $result ) {
				update_option( 'fs_storage_logger', ( $is_on ? 1 : 0 ) );
			}

			return ( false !== $result );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param string $type
		 * @param string $message
		 * @param int    $log_order
		 * @param array  $caller
		 *
		 * @return false|int
		 */
		private function db_log(
			&$type,
			&$message,
			&$log_order,
			&$caller
		) {
			global $wpdb;

			$request_type = 'call';
			if ( defined( 'DOING_CRON' ) && DOING_CRON ) {
				$request_type = 'cron';
			} else if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
				$request_type = 'ajax';
			}

			$request_url = WP_FS__IS_HTTP_REQUEST ?
				$_SERVER['REQUEST_URI'] :
				'';

			return $wpdb->insert(
				"{$wpdb->prefix}fs_logger",
				array(
					'process_id'   => self::$_processID,
					'user_name'    => self::$_ownerName,
					'logger'       => $this->_id,
					'log_order'    => $log_order,
					'type'         => $type,
					'request_type' => $request_type,
					'request_url'  => $request_url,
					'message'      => $message,
					'file'         => isset( $caller['file'] ) ?
						substr( $caller['file'], self::$_abspathLength ) :
						'',
					'line'         => $caller['line'],
					'function'     => ( ! empty( $caller['class'] ) ? $caller['class'] . $caller['type'] : '' ) . $caller['function'],
					'created'      => microtime( true ),
				)
			);
		}

		/**
		 * Persistent DB logger columns.
		 *
		 * @var array
		 */
		private static $_log_columns = array(
			'id',
			'process_id',
			'user_name',
			'logger',
			'log_order',
			'type',
			'message',
			'file',
			'line',
			'function',
			'request_type',
			'request_url',
			'created',
		);

		/**
		 * Create DB logs query.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param bool $filters
		 * @param int  $limit
		 * @param int  $offset
		 * @param bool $order
		 * @param bool $escape_eol
		 *
		 * @return string
		 */
		private static function build_db_logs_query(
			$filters = false,
			$limit = 200,
			$offset = 0,
			$order = false,
			$escape_eol = false
		) {
			global $wpdb;

			$select = '*';

			if ( $escape_eol ) {
				$select = '';
				for ( $i = 0, $len = count( self::$_log_columns ); $i < $len; $i ++ ) {
					if ( $i > 0 ) {
						$select .= ', ';
					}

					if ( 'message' !== self::$_log_columns[ $i ] ) {
						$select .= self::$_log_columns[ $i ];
					} else {
						$select .= 'REPLACE(message , \'\n\', \' \') AS message';
					}
				}
			}

			$query = "SELECT {$select} FROM {$wpdb->prefix}fs_logger";
			if ( is_array( $filters ) ) {
				$criteria = array();

				if ( ! empty( $filters['type'] ) && 'all' !== $filters['type'] ) {
					$filters['type'] = strtolower( $filters['type'] );

					switch ( $filters['type'] ) {
						case 'warn_error':
							$criteria[] = array( 'col' => 'type', 'val' => array( 'warn', 'error' ) );
							break;
						case 'error':
						case 'warn':
							$criteria[] = array( 'col' => 'type', 'val' => $filters['type'] );
							break;
						case 'info':
						default:
							$criteria[] = array( 'col' => 'type', 'val' => array( 'info', 'log' ) );
							break;
					}
				}

				if ( ! empty( $filters['request_type'] ) ) {
					$filters['request_type'] = strtolower( $filters['request_type'] );

					if ( in_array( $filters['request_type'], array( 'call', 'ajax', 'cron' ) ) ) {
						$criteria[] = array( 'col' => 'request_type', 'val' => $filters['request_type'] );
					}
				}

				if ( ! empty( $filters['file'] ) ) {
					$criteria[] = array(
						'col' => 'file',
						'op'  => 'LIKE',
						'val' => '%' . esc_sql( $filters['file'] ),
					);
				}

				if ( ! empty( $filters['function'] ) ) {
					$criteria[] = array(
						'col' => 'function',
						'op'  => 'LIKE',
						'val' => '%' . esc_sql( $filters['function'] ),
					);
				}

				if ( ! empty( $filters['process_id'] ) && is_numeric( $filters['process_id'] ) ) {
					$criteria[] = array( 'col' => 'process_id', 'val' => $filters['process_id'] );
				}

				if ( ! empty( $filters['logger'] ) ) {
					$criteria[] = array(
						'col' => 'logger',
						'op'  => 'LIKE',
						'val' => '%' . esc_sql( $filters['logger'] ) . '%',
					);
				}

				if ( ! empty( $filters['message'] ) ) {
					$criteria[] = array(
						'col' => 'message',
						'op'  => 'LIKE',
						'val' => '%' . esc_sql( $filters['message'] ) . '%',
					);
				}

				if ( 0 < count( $criteria ) ) {
					$query .= "\nWHERE\n";

					$first = true;
					foreach ( $criteria as $c ) {
						if ( ! $first ) {
							$query .= "AND\n";
						}

						if ( is_array( $c['val'] ) ) {
							$operator = 'IN';

							for ( $i = 0, $len = count( $c['val'] ); $i < $len; $i ++ ) {
								$c['val'][ $i ] = "'" . esc_sql( $c['val'][ $i ] ) . "'";
							}

							$val = '(' . implode( ',', $c['val'] ) . ')';
						} else {
							$operator = ! empty( $c['op'] ) ? $c['op'] : '=';
							$val      = "'" . esc_sql( $c['val'] ) . "'";
						}

						$query .= "`{$c['col']}` {$operator} {$val}\n";

						$first = false;
					}
				}
			}

			if ( ! is_array( $order ) ) {
				$order = array(
					'col'   => 'id',
					'order' => 'desc'
				);
			}

			$query .= " ORDER BY {$order['col']} {$order['order']} LIMIT {$offset},{$limit}";

			return $query;
		}

		/**
		 * Load logs from DB.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param bool $filters
		 * @param int  $limit
		 * @param int  $offset
		 * @param bool $order
		 *
		 * @return object[]|null
		 */
		public static function load_db_logs(
			$filters = false,
			$limit = 200,
			$offset = 0,
			$order = false
		) {
			global $wpdb;

			$query = self::build_db_logs_query(
				$filters,
				$limit,
				$offset,
				$order
			);

			return $wpdb->get_results( $query );
		}

		/**
		 * Load logs from DB.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param bool   $filters
		 * @param string $filename
		 * @param int    $limit
		 * @param int    $offset
		 * @param bool   $order
		 *
		 * @return false|string File download URL or false on failure.
		 */
		public static function download_db_logs(
			$filters = false,
			$filename = '',
			$limit = 10000,
			$offset = 0,
			$order = false
		) {
			global $wpdb;

			$query = self::build_db_logs_query(
				$filters,
				$limit,
				$offset,
				$order,
				true
			);

			$upload_dir = wp_upload_dir();
			if ( empty( $filename ) ) {
				$filename = 'fs-logs-' . date( 'Y-m-d_H-i-s', WP_FS__SCRIPT_START_TIME ) . '.csv';
			}
			$filepath = rtrim( $upload_dir['path'], '/' ) . "/{$filename}";

			$query .= " INTO OUTFILE '{$filepath}' FIELDS TERMINATED BY '\t' ESCAPED BY '\\\\' OPTIONALLY ENCLOSED BY '\"' LINES TERMINATED BY '\\n'";

			$columns = '';
			for ( $i = 0, $len = count( self::$_log_columns ); $i < $len; $i ++ ) {
				if ( $i > 0 ) {
					$columns .= ', ';
				}

				$columns .= "'" . self::$_log_columns[ $i ] . "'";
			}

			$query = "SELECT {$columns} UNION ALL " . $query;

			$result = $wpdb->query( $query );

			if ( false === $result ) {
				return false;
			}

			return rtrim( $upload_dir['url'], '/' ) . '/' . $filename;
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @param string $filename
		 *
		 * @return string
		 */
		public static function get_logs_download_url( $filename = '' ) {
			$upload_dir = wp_upload_dir();
			if ( empty( $filename ) ) {
				$filename = 'fs-logs-' . date( 'Y-m-d_H-i-s', WP_FS__SCRIPT_START_TIME ) . '.csv';
			}

			return rtrim( $upload_dir['url'], '/' ) . $filename;
		}

		#endregion
	}
freemius/includes/managers/class-fs-permission-manager.php000064400000062170151213253160020015 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2022, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * This class is responsible for managing the user permissions.
     *
     * @author Vova Feldman (@svovaf)
     * @since 2.5.1
     */
    class FS_Permission_Manager {
        /**
         * @var Freemius
         */
        private $_fs;
        /**
         * @var FS_Storage
         */
        private $_storage;

        /**
         * @var array<number,self>
         */
        private static $_instances = array();

        const PERMISSION_USER       = 'user';
        const PERMISSION_SITE       = 'site';
        const PERMISSION_EVENTS     = 'events';
        const PERMISSION_ESSENTIALS = 'essentials';
        const PERMISSION_DIAGNOSTIC = 'diagnostic';
        const PERMISSION_EXTENSIONS = 'extensions';
        const PERMISSION_NEWSLETTER = 'newsletter';

        /**
         * @param Freemius $fs
         *
         * @return self
         */
        static function instance( Freemius $fs ) {
            $id = $fs->get_id();

            if ( ! isset( self::$_instances[ $id ] ) ) {
                self::$_instances[ $id ] = new self( $fs );
            }

            return self::$_instances[ $id ];
        }

        /**
         * @param Freemius $fs
         */
        protected function __construct( Freemius $fs ) {
            $this->_fs      = $fs;
            $this->_storage = FS_Storage::instance( $fs->get_module_type(), $fs->get_slug() );
        }

        /**
         * @return string[]
         */
        static function get_all_permission_ids() {
            return array(
                self::PERMISSION_USER,
                self::PERMISSION_SITE,
                self::PERMISSION_EVENTS,
                self::PERMISSION_ESSENTIALS,
                self::PERMISSION_DIAGNOSTIC,
                self::PERMISSION_EXTENSIONS,
                self::PERMISSION_NEWSLETTER,
            );
        }

        /**
         * @return string[]
         */
        static function get_api_managed_permission_ids() {
            return array(
                self::PERMISSION_USER,
                self::PERMISSION_SITE,
                self::PERMISSION_EXTENSIONS,
            );
        }

        /**
         * @param string $permission
         *
         * @return bool
         */
        static function is_supported_permission( $permission ) {
            return in_array( $permission, self::get_all_permission_ids() );
        }

        /**
         * @since 2.5.3
         *
         * @return bool
         */
        function is_premium_context() {
            return ( $this->_fs->is_premium() || $this->_fs->can_use_premium_code() );
        }

        /**
         * @param bool    $is_license_activation
         * @param array[] $extra_permissions
         *
         * @return array[]
         */
        function get_permissions( $is_license_activation, array $extra_permissions = array() ) {
            return $is_license_activation ?
                $this->get_license_activation_permissions( $extra_permissions ) :
                $this->get_opt_in_permissions( $extra_permissions );
        }

        #--------------------------------------------------------------------------------
        #region Opt-In Permissions
        #--------------------------------------------------------------------------------

        /**
         * @param array[] $extra_permissions
         *
         * @return array[]
         */
        function get_opt_in_permissions(
            array $extra_permissions = array(),
            $load_default_from_storage = false,
            $is_optional = false
        ) {
            $permissions = array_merge(
                $this->get_opt_in_required_permissions( $load_default_from_storage ),
                $this->get_opt_in_optional_permissions( $load_default_from_storage, $is_optional ),
                $extra_permissions
            );

            return $this->get_sorted_permissions_by_priority( $permissions );
        }

        /**
         * @param bool $load_default_from_storage
         *
         * @return array[]
         */
        function get_opt_in_required_permissions( $load_default_from_storage = false ) {
            return array( $this->get_user_permission( $load_default_from_storage ) );
        }

        /**
         * @param bool $load_default_from_storage
         * @param bool $is_optional
         *
         * @return array[]
         */
        function get_opt_in_optional_permissions(
            $load_default_from_storage = false,
            $is_optional = false
        ) {
            return array_merge(
                $this->get_opt_in_diagnostic_permissions( $load_default_from_storage, $is_optional ),
                array( $this->get_extensions_permission(
                    false,
                    false,
                    $load_default_from_storage
                ) )
            );
        }

        /**
         * @param bool $load_default_from_storage
         * @param bool $is_optional
         *
         * @return array[]
         */
        function get_opt_in_diagnostic_permissions(
            $load_default_from_storage = false,
            $is_optional = false
        ) {
            // Alias.
            $fs = $this->_fs;

            $permissions = array();

            $permissions[] = $this->get_permission(
                self::PERMISSION_SITE,
                'admin-links',
                $fs->get_text_inline( 'View Basic Website Info', 'permissions-site' ),
                $fs->get_text_inline( 'Homepage URL & title, WP & PHP versions, and site language', 'permissions-site_desc' ),
                sprintf(
                /* translators: %s: 'Plugin' or 'Theme' */
                    $fs->get_text_inline( 'To provide additional functionality that\'s relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the %s should be translated and tailored to.', 'permissions-site_tooltip' ),
                    $fs->get_module_label( true )
                ),
                10,
                $is_optional,
                true,
                $load_default_from_storage
            );

            $permissions[] = $this->get_permission(
                self::PERMISSION_EVENTS,
                'admin-' . ( $fs->is_plugin() ? 'plugins' : 'appearance' ),
                sprintf( $fs->get_text_inline( 'View Basic %s Info', 'permissions-events' ), $fs->get_module_label() ),
                sprintf(
                /* translators: %s: 'Plugin' or 'Theme' */
                    $fs->get_text_inline( 'Current %s & SDK versions, and if active or uninstalled', 'permissions-events_desc' ),
                    $fs->get_module_label( true )
                ),
                '',
                20,
                $is_optional,
                true,
                $load_default_from_storage
            );

            return $permissions;
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region License Activation Permissions
        #--------------------------------------------------------------------------------

        /**
         * @param array[] $extra_permissions
         *
         * @return array[]
         */
        function get_license_activation_permissions(
            array $extra_permissions = array(),
            $include_optional_label = true
        ) {
            $permissions = array_merge(
                $this->get_license_required_permissions(),
                $this->get_license_optional_permissions( $include_optional_label ),
                $extra_permissions
            );

            return $this->get_sorted_permissions_by_priority( $permissions );
        }

        /**
         * @param bool $load_default_from_storage
         *
         * @return array[]
         */
        function get_license_required_permissions( $load_default_from_storage = false ) {
            // Alias.
            $fs = $this->_fs;

            $permissions = array();

            $permissions[] = $this->get_permission(
                self::PERMISSION_ESSENTIALS,
                'admin-links',
                $fs->get_text_inline( 'View License Essentials', 'permissions-essentials' ),
                $fs->get_text_inline(
                    sprintf(
                    /* translators: %s: 'Plugin' or 'Theme' */
                        'Homepage URL, %s version, SDK version',
                        $fs->get_module_label()
                    ),
                    'permissions-essentials_desc'
                ),
                sprintf(
                /* translators: %s: 'Plugin' or 'Theme' */
                    $fs->get_text_inline( 'To let you manage & control where the license is activated and ensure %s security & feature updates are only delivered to websites you authorize.', 'permissions-essentials_tooltip' ),
                    $fs->get_module_label( true )
                ),
                10,
                false,
                true,
                $load_default_from_storage
            );

            $permissions[] = $this->get_permission(
                self::PERMISSION_EVENTS,
                'admin-' . ( $fs->is_plugin() ? 'plugins' : 'appearance' ),
                sprintf( $fs->get_text_inline( 'View %s State', 'permissions-events' ), $fs->get_module_label() ),
                sprintf(
                /* translators: %s: 'Plugin' or 'Theme' */
                    $fs->get_text_inline( 'Is active, deactivated, or uninstalled', 'permissions-events_desc-paid' ),
                    $fs->get_module_label( true )
                ),
                sprintf( $fs->get_text_inline( 'So you can reuse the license when the %s is no longer active.', 'permissions-events_tooltip' ), $fs->get_module_label( true ) ),
                20,
                false,
                true,
                $load_default_from_storage
            );

            return $permissions;
        }

        /**
         * @return array[]
         */
        function get_license_optional_permissions(
            $include_optional_label = false,
            $load_default_from_storage = false
        ) {
            return array(
                $this->get_diagnostic_permission( $include_optional_label, $load_default_from_storage ),
                $this->get_extensions_permission( true, $include_optional_label, $load_default_from_storage ),
            );
        }

        /**
         * @param bool $include_optional_label
         * @param bool $load_default_from_storage
         *
         * @return array
         */
        function get_diagnostic_permission(
            $include_optional_label = false,
            $load_default_from_storage = false
        ) {
            return $this->get_permission(
                self::PERMISSION_DIAGNOSTIC,
                'wordpress-alt',
                $this->_fs->get_text_inline( 'View Diagnostic Info', 'permissions-diagnostic' ) . ( $include_optional_label ? ' (' . $this->_fs->get_text_inline( 'optional' ) . ')' : '' ),
                $this->_fs->get_text_inline( 'WordPress & PHP versions, site language & title', 'permissions-diagnostic_desc' ),
                sprintf(
                /* translators: %s: 'Plugin' or 'Theme' */
                    $this->_fs->get_text_inline( 'To avoid breaking your website due to WordPress or PHP version incompatibilities, and recognize which languages & regions the %s should be translated and tailored to.', 'permissions-diagnostic_tooltip' ),
                    $this->_fs->get_module_label( true )
                ),
                25,
                true,
                true,
                $load_default_from_storage
            );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Common Permissions
        #--------------------------------------------------------------------------------

        /**
         * @param bool $is_license_activation
         * @param bool $include_optional_label
         * @param bool $load_default_from_storage
         *
         * @return array
         */
        function get_extensions_permission(
            $is_license_activation,
            $include_optional_label = false,
            $load_default_from_storage = false
        ) {
            $is_on_by_default = ! $is_license_activation;

            return $this->get_permission(
                self::PERMISSION_EXTENSIONS,
                'block-default',
                $this->_fs->get_text_inline( 'View Plugins & Themes List', 'permissions-extensions' ) . ( $is_license_activation ? ( $include_optional_label ? ' (' . $this->_fs->get_text_inline( 'optional' ) . ')' : '' ) : '' ),
                $this->_fs->get_text_inline( 'Names, slugs, versions, and if active or not', 'permissions-extensions_desc' ),
                $this->_fs->get_text_inline( 'To ensure compatibility and avoid conflicts with your installed plugins and themes.', 'permissions-events_tooltip' ),
                25,
                true,
                $is_on_by_default,
                $load_default_from_storage
            );
        }

        /**
         * @param bool $load_default_from_storage
         *
         * @return array
         */
        function get_user_permission( $load_default_from_storage = false ) {
            return $this->get_permission(
                self::PERMISSION_USER,
                'admin-users',
                $this->_fs->get_text_inline( 'View Basic Profile Info', 'permissions-profile' ),
                $this->_fs->get_text_inline( 'Your WordPress user\'s: first & last name, and email address', 'permissions-profile_desc' ),
                $this->_fs->get_text_inline( 'Never miss important updates, get security warnings before they become public knowledge, and receive notifications about special offers and awesome new features.', 'permissions-profile_tooltip' ),
                5,
                false,
                true,
                $load_default_from_storage
            );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Optional Permissions
        #--------------------------------------------------------------------------------

        /**
         * @return array[]
         */
        function get_newsletter_permission() {
            return $this->get_permission(
                self::PERMISSION_NEWSLETTER,
                'email-alt',
                $this->_fs->get_text_inline( 'Newsletter', 'permissions-newsletter' ),
                $this->_fs->get_text_inline( 'Updates, announcements, marketing, no spam', 'permissions-newsletter_desc' ),
                '',
                15
            );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Permissions Storage
        #--------------------------------------------------------------------------------

        /**
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_extensions_tracking_allowed( $blog_id = null ) {
            return $this->is_permission_allowed( self::PERMISSION_EXTENSIONS, ! $this->_fs->is_premium(), $blog_id );
        }

        /**
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_essentials_tracking_allowed( $blog_id = null ) {
            return $this->is_permission_allowed( self::PERMISSION_ESSENTIALS, true, $blog_id );
        }

        /**
         * @param bool $default
         *
         * @return bool
         */
        function is_diagnostic_tracking_allowed( $default = true ) {
            return $this->is_premium_context() ?
                $this->is_permission_allowed( self::PERMISSION_DIAGNOSTIC, $default ) :
                $this->is_permission_allowed( self::PERMISSION_SITE, $default );
        }

        /**
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_homepage_url_tracking_allowed( $blog_id = null ) {
            return $this->is_permission_allowed( $this->get_site_permission_name(), true, $blog_id );
        }

        /**
         * @param int|null $blog_id
         *
         * @return bool
         */
        function update_site_tracking( $is_enabled, $blog_id = null, $only_if_not_set = false ) {
            $permissions = $this->get_site_tracking_permission_names();

            $result = true;
            foreach ( $permissions as $permission ) {
                if ( ! $only_if_not_set || ! $this->is_permission_set( $permission, $blog_id ) ) {
                    $result = ( $result && $this->update_permission_tracking_flag( $permission, $is_enabled, $blog_id ) );
                }
            }

            return $result;
        }

        /**
         * @param string   $permission
         * @param bool     $default
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_permission_allowed( $permission, $default = false, $blog_id = null ) {
            if ( ! self::is_supported_permission( $permission ) ) {
                return $default;
            }

            return $this->is_permission( $permission, true, $blog_id );
        }

        /**
         * @param string   $permission
         * @param bool     $is_allowed
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_permission( $permission, $is_allowed, $blog_id = null ) {
            if ( ! self::is_supported_permission( $permission ) ) {
                return false;
            }

            $tag = "is_{$permission}_tracking_allowed";

            return ( $is_allowed === $this->_fs->apply_filters(
                    $tag,
                    $this->_storage->get(
                        $tag,
                        $this->get_permission_default( $permission ),
                        $blog_id,
                        FS_Storage::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED
                    )
                ) );
        }

        /**
         * @param string   $permission
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_permission_set( $permission, $blog_id = null ) {
            $tag = "is_{$permission}_tracking_allowed";

            $permission = $this->_storage->get(
                $tag,
                null,
                $blog_id,
                FS_Storage::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED
            );

            return is_bool( $permission );
        }

        /**
         * @param string[] $permissions
         * @param bool     $is_allowed
         *
         * @return bool `true` if all given permissions are in sync with `$is_allowed`.
         */
        function are_permissions( $permissions, $is_allowed, $blog_id = null ) {
            foreach ( $permissions as $permission ) {
                if ( ! $this->is_permission( $permission, $is_allowed, $blog_id ) ) {
                    return false;
                }
            }

            return true;
        }

        /**
         * @param string   $permission
         * @param bool     $is_enabled
         * @param int|null $blog_id
         *
         * @return bool `false` if permission not supported or `$is_enabled` is not a boolean.
         */
        function update_permission_tracking_flag( $permission, $is_enabled, $blog_id = null ) {
            if ( is_bool( $is_enabled ) && self::is_supported_permission( $permission ) ) {
                $this->_storage->store(
                    "is_{$permission}_tracking_allowed",
                    $is_enabled,
                    $blog_id,
                    FS_Storage::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED
                );

                return true;
            }

            return false;
        }

        /**
         * @param array<string,bool> $permissions
         */
        function update_permissions_tracking_flag( $permissions ) {
            foreach ( $permissions as $permission => $is_enabled ) {
                $this->update_permission_tracking_flag( $permission, $is_enabled );
            }
        }

        #endregion


        /**
         * @param string $permission
         *
         * @return bool
         */
        function get_permission_default( $permission ) {
            if (
                $this->_fs->is_premium() &&
                self::PERMISSION_EXTENSIONS === $permission
            ) {
                return false;
            }

            // All permissions except for the extensions in paid version are on by default when the user opts in to usage tracking.
            return true;
        }

        /**
         * @return string
         */
        function get_site_permission_name() {
            return $this->is_premium_context() ?
                self::PERMISSION_ESSENTIALS :
                self::PERMISSION_SITE;
        }

        /**
         * @return string[]
         */
        function get_site_tracking_permission_names() {
            return $this->is_premium_context() ?
                array(
                    FS_Permission_Manager::PERMISSION_ESSENTIALS,
                    FS_Permission_Manager::PERMISSION_EVENTS,
                ) :
                array( FS_Permission_Manager::PERMISSION_SITE );
        }

        #--------------------------------------------------------------------------------
        #region Rendering
        #--------------------------------------------------------------------------------

        /**
         * @param array $permission
         */
        function render_permission( array $permission ) {
            fs_require_template( 'connect/permission.php', $permission );
        }

        /**
         * @param array $permissions_group
         */
        function render_permissions_group( array $permissions_group ) {
            $permissions_group[ 'fs' ] = $this->_fs;

            fs_require_template( 'connect/permissions-group.php', $permissions_group );
        }

        function require_permissions_js() {
            fs_require_once_template( 'js/permissions.php', $params );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Helper Methods
        #--------------------------------------------------------------------------------

        /**
         * @param string $id
         * @param string $dashicon
         * @param string $label
         * @param string $desc
         * @param string $tooltip
         * @param int    $priority
         * @param bool   $is_optional
         * @param bool   $is_on_by_default
         * @param bool   $load_from_storage
         *
         * @return array
         */
        private function get_permission(
            $id,
            $dashicon,
            $label,
            $desc,
            $tooltip = '',
            $priority = 10,
            $is_optional = false,
            $is_on_by_default = true,
            $load_from_storage = false
        ) {
            $is_on = $load_from_storage ?
                $this->is_permission_allowed( $id, $is_on_by_default ) :
                $is_on_by_default;

            return array(
                'id'         => $id,
                'icon-class' => $this->_fs->apply_filters( "permission_{$id}_icon", "dashicons dashicons-{$dashicon}" ),
                'label'      => $this->_fs->apply_filters( "permission_{$id}_label", $label ),
                'tooltip'    => $this->_fs->apply_filters( "permission_{$id}_tooltip", $tooltip ),
                'desc'       => $this->_fs->apply_filters( "permission_{$id}_desc", $desc ),
                'priority'   => $this->_fs->apply_filters( "permission_{$id}_priority", $priority ),
                'optional'   => $is_optional,
                'default'    => $this->_fs->apply_filters( "permission_{$id}_default", $is_on ),
            );
        }

        /**
         * @param array $permissions
         *
         * @return array[]
         */
        private function get_sorted_permissions_by_priority( array $permissions ) {
            // Allow filtering of the permissions list.
            $permissions = $this->_fs->apply_filters( 'permission_list', $permissions );

            // Sort by priority.
            uasort( $permissions, 'fs_sort_by_priority' );

            return $permissions;
        }

        #endregion
    }freemius/includes/managers/class-fs-plugin-manager.php000064400000013766151213253160017132 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Plugin_Manager {
		/**
		 * @since 1.2.2
		 *
		 * @var string|number
		 */
		protected $_module_id;
		/**
		 * @since 1.2.2
		 *
		 * @var FS_Plugin
		 */
		protected $_module;

		/**
		 * @var FS_Plugin_Manager[]
		 */
		private static $_instances = array();
		/**
		 * @var FS_Logger
		 */
		protected $_logger;

		/**
		 * Option names
		 *
		 * @author Leo Fajardo (@leorw)
		 * @since  1.2.2
		 */
		const OPTION_NAME_PLUGINS = 'plugins';
		const OPTION_NAME_THEMES  = 'themes';

		/**
		 * @param  string|number $module_id
		 *
		 * @return FS_Plugin_Manager
		 */
		static function instance( $module_id ) {
			$key = 'm_' . $module_id;

			if ( ! isset( self::$_instances[ $key ] ) ) {
				self::$_instances[ $key ] = new FS_Plugin_Manager( $module_id );
			}

			return self::$_instances[ $key ];
        }

		/**
		 * @param string|number $module_id
		 */
		protected function __construct( $module_id ) {
			$this->_logger    = FS_Logger::get_logger( WP_FS__SLUG . '_' . $module_id . '_' . 'plugins', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
			$this->_module_id = $module_id;

			$this->load();
		}

		protected function get_option_manager() {
			return FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true, true );
		}

		/**
		 * @author Leo Fajardo (@leorw)
		 * @since  1.2.2
		 *
		 * @param  string|bool $module_type "plugin", "theme", or "false" for all modules.
		 *
		 * @return array
		 */
		protected function get_all_modules( $module_type = false ) {
			$option_manager = $this->get_option_manager();

			if ( false !== $module_type ) {
				return fs_get_entities( $option_manager->get_option( $module_type . 's', array() ), FS_Plugin::get_class_name() );
			}

			return array(
				self::OPTION_NAME_PLUGINS => fs_get_entities( $option_manager->get_option( self::OPTION_NAME_PLUGINS, array() ), FS_Plugin::get_class_name() ),
				self::OPTION_NAME_THEMES  => fs_get_entities( $option_manager->get_option( self::OPTION_NAME_THEMES, array() ), FS_Plugin::get_class_name() ),
			);
		}

		/**
		 * Load plugin data from local DB.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 */
		function load() {
			$all_modules = $this->get_all_modules();

			if ( ! is_numeric( $this->_module_id ) ) {
				unset( $all_modules[ self::OPTION_NAME_THEMES ] );
			}

			foreach ( $all_modules as $modules ) {
				/**
				 * @since 1.2.2
				 *
				 * @var $modules FS_Plugin[]
				 */
				foreach ( $modules as $module ) {
					$found_module = false;

					/**
					 * If module ID is not numeric, it must be a plugin's slug.
					 *
					 * @author Leo Fajardo (@leorw)
					 * @since  1.2.2
					 */
					if ( ! is_numeric( $this->_module_id ) ) {
						if ( $this->_module_id === $module->slug ) {
							$this->_module_id = $module->id;
							$found_module     = true;
						}
					} else if ( $this->_module_id == $module->id ) {
						$found_module = true;
					}

					if ( $found_module ) {
						$this->_module = $module;
						break;
					}
				}
			}
		}

		/**
		 * Store plugin on local DB.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 *
		 * @param bool|FS_Plugin $module
		 * @param bool           $flush
		 *
		 * @return bool|\FS_Plugin
		 */
		function store( $module = false, $flush = true ) {
			if ( false !== $module ) {
				$this->_module = $module;
			}

			$all_modules = $this->get_all_modules( $this->_module->type );
			$all_modules[ $this->_module->slug ] = $this->_module;

			$options_manager = $this->get_option_manager();
			$options_manager->set_option( $this->_module->type . 's', $all_modules, $flush );

			return $this->_module;
		}

		/**
		 * Update local plugin data if different.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 *
		 * @param \FS_Plugin $plugin
		 * @param bool       $store
		 *
		 * @return bool True if plugin was updated.
		 */
		function update( FS_Plugin $plugin, $store = true ) {
			if ( ! ($this->_module instanceof FS_Plugin ) ||
			     $this->_module->slug != $plugin->slug ||
			     $this->_module->public_key != $plugin->public_key ||
			     $this->_module->secret_key != $plugin->secret_key ||
			     $this->_module->parent_plugin_id != $plugin->parent_plugin_id ||
			     $this->_module->title != $plugin->title
			) {
				$this->store( $plugin, $store );

				return true;
			}

			return false;
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 *
		 * @param FS_Plugin $plugin
		 * @param bool      $store
		 */
		function set( FS_Plugin $plugin, $store = false ) {
			$this->_module = $plugin;

			if ( $store ) {
				$this->store();
			}
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.6
		 *
		 * @return bool|\FS_Plugin
		 */
		function get() {
            if ( isset( $this->_module ) ) {
                return $this->_module;
            }

            if ( empty( $this->_module_id ) ) {
                return false;
            }

            /**
             * Return an FS_Plugin entity that has its `id` and `is_live` properties set (`is_live` is initialized in the FS_Plugin constructor) to avoid triggering an error that is relevant to these properties when the FS_Plugin entity is used before the `parse_settings()` method is called. This can happen when creating a regular WordPress site by cloning a subsite of a multisite network and the data that is stored in the network-level storage is not cloned.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.5.0
             */
            $plugin     = new FS_Plugin();
            $plugin->id = $this->_module_id;

            return $plugin;
		}
	}freemius/includes/managers/class-fs-key-value-storage.php000064400000025215151213253160017560 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	/**
	 * Class FS_Key_Value_Storage
	 *
	 * @property int           $install_timestamp
	 * @property int           $activation_timestamp
	 * @property int           $sync_timestamp
	 * @property object        $sync_cron
	 * @property int           $install_sync_timestamp
	 * @property array         $connectivity_test
	 * @property array         $is_on
	 * @property object        $trial_plan
	 * @property bool          $has_trial_plan
	 * @property bool          $trial_promotion_shown
	 * @property string        $sdk_version
	 * @property string        $sdk_last_version
	 * @property bool          $sdk_upgrade_mode
	 * @property bool          $sdk_downgrade_mode
	 * @property bool          $plugin_upgrade_mode
	 * @property bool          $plugin_downgrade_mode
	 * @property string        $plugin_version
	 * @property string        $plugin_last_version
	 * @property bool          $is_plugin_new_install
	 * @property bool          $was_plugin_loaded
	 * @property object        $plugin_main_file
	 * @property bool          $prev_is_premium
	 * @property array         $is_anonymous
	 * @property bool          $is_pending_activation
	 * @property bool          $sticky_optin_added
	 * @property object        $uninstall_reason
	 * @property object        $subscription
	 */
	class FS_Key_Value_Storage implements ArrayAccess, Iterator, Countable {
		/**
		 * @var string
		 */
		protected $_id;

		/**
		 * @since 1.2.2
		 *
		 * @var string
		 */
		protected $_secondary_id;

        /**
         * @since 2.0.0
         * @var int The ID of the blog that is associated with the current site level options.
         */
        private $_blog_id = 0;

        /**
         * @since 2.0.0
         * @var bool
         */
        private $_is_multisite_storage;

		/**
		 * @var array
		 */
		protected $_data;

		/**
		 * @var FS_Key_Value_Storage[]
		 */
		private static $_instances = array();

		/**
		 * @var FS_Logger
		 */
		protected $_logger;

		/**
		 * @param string $id
		 * @param string $secondary_id
		 * @param bool   $network_level_or_blog_id
		 *
		 * @return FS_Key_Value_Storage
		 */
		static function instance( $id, $secondary_id, $network_level_or_blog_id = false ) {
            $key = $id . ':' . $secondary_id;

            if ( is_multisite() ) {
                if ( true === $network_level_or_blog_id ) {
                    $key .= ':ms';
                } else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
                    $key .= ":{$network_level_or_blog_id}";
                } else {
                    $network_level_or_blog_id = get_current_blog_id();

                    $key .= ":{$network_level_or_blog_id}";
                }
            }

			if ( ! isset( self::$_instances[ $key ] ) ) {
				self::$_instances[ $key ] = new FS_Key_Value_Storage( $id, $secondary_id, $network_level_or_blog_id );
			}

			return self::$_instances[ $key ];
		}

		protected function __construct( $id, $secondary_id, $network_level_or_blog_id = false ) {
			$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $secondary_id . '_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            $this->_id                   = $id;
            $this->_secondary_id         = $secondary_id;

            if ( is_multisite() ) {
                $this->_is_multisite_storage = ( true === $network_level_or_blog_id );

                if ( is_numeric( $network_level_or_blog_id ) ) {
                    $this->_blog_id = $network_level_or_blog_id;
                }
            } else {
                $this->_is_multisite_storage = false;
            }

			$this->load();
		}

		protected function get_option_manager() {
            return FS_Option_Manager::get_manager(
                WP_FS__ACCOUNTS_OPTION_NAME,
                true,
                $this->_is_multisite_storage ?
                    true :
                    ( $this->_blog_id > 0 ? $this->_blog_id : false )
            );
        }

		protected function get_all_data() {
			return $this->get_option_manager()->get_option( $this->_id, array() );
		}

		/**
		 * Load plugin data from local DB.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 */
		function load() {
			$all_plugins_data = $this->get_all_data();
			$this->_data      = isset( $all_plugins_data[ $this->_secondary_id ] ) ?
				$all_plugins_data[ $this->_secondary_id ] :
				array();
		}

		/**
		 * @author   Vova Feldman (@svovaf)
		 * @since    1.0.7
		 *
		 * @param string $key
		 * @param mixed  $value
		 * @param bool   $flush
		 */
		function store( $key, $value, $flush = true ) {
			if ( $this->_logger->is_on() ) {
				$this->_logger->entrance( $key . ' = ' . var_export( $value, true ) );
			}

			if ( array_key_exists( $key, $this->_data ) && $value === $this->_data[ $key ] ) {
				// No need to store data if the value wasn't changed.
				return;
			}

			$all_data = $this->get_all_data();

			$this->_data[ $key ] = $value;

			$all_data[ $this->_secondary_id ] = $this->_data;

			$options_manager = $this->get_option_manager();
			$options_manager->set_option( $this->_id, $all_data, $flush );
		}

        /**
         * @author   Vova Feldman (@svovaf)
         * @since    2.0.0
         */
        function save() {
            $this->get_option_manager()->store();
        }

		/**
		 * @author   Vova Feldman (@svovaf)
		 * @since    1.0.7
		 *
		 * @param bool     $store
		 * @param string[] $exceptions Set of keys to keep and not clear.
		 */
		function clear_all( $store = true, $exceptions = array() ) {
			$new_data = array();
			foreach ( $exceptions as $key ) {
				if ( isset( $this->_data[ $key ] ) ) {
					$new_data[ $key ] = $this->_data[ $key ];
				}
			}

			$this->_data = $new_data;

			if ( $store ) {
				$all_data                 = $this->get_all_data();
				$all_data[ $this->_secondary_id ] = $this->_data;
				$options_manager          = $this->get_option_manager();
				$options_manager->set_option( $this->_id, $all_data, true );
			}
		}

		/**
		 * Delete key-value storage.
		 *
		 * @author   Vova Feldman (@svovaf)
		 * @since    1.0.9
		 */
		function delete() {
			$this->_data = array();

			$all_data = $this->get_all_data();
			unset( $all_data[ $this->_secondary_id ] );
			$options_manager = $this->get_option_manager();
			$options_manager->set_option( $this->_id, $all_data, true );
		}

		/**
		 * @author   Vova Feldman (@svovaf)
		 * @since    1.0.7
		 *
		 * @param string $key
		 * @param bool   $store
		 */
		function remove( $key, $store = true ) {
			if ( ! array_key_exists( $key, $this->_data ) ) {
				return;
			}

			unset( $this->_data[ $key ] );

			if ( $store ) {
				$all_data                 = $this->get_all_data();
				$all_data[ $this->_secondary_id ] = $this->_data;
				$options_manager          = $this->get_option_manager();
				$options_manager->set_option( $this->_id, $all_data, true );
			}
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @param string $key
		 * @param mixed  $default
		 *
		 * @return bool|\FS_Plugin
		 */
		function get( $key, $default = false ) {
			return array_key_exists( $key, $this->_data ) ?
				$this->_data[ $key ] :
				$default;
		}

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
		function get_secondary_id() {
            return $this->_secondary_id;
        }


		/* ArrayAccess + Magic Access (better for refactoring)
        -----------------------------------------------------------------------------------*/
		function __set( $k, $v ) {
			$this->store( $k, $v );
		}

		function __isset( $k ) {
			return array_key_exists( $k, $this->_data );
		}

		function __unset( $k ) {
			$this->remove( $k );
		}

		function __get( $k ) {
			return $this->get( $k, null );
		}

		#[ReturnTypeWillChange]
		function offsetSet( $k, $v ) {
			if ( is_null( $k ) ) {
				throw new Exception( 'Can\'t append value to request params.' );
			} else {
				$this->{$k} = $v;
			}
		}

		#[ReturnTypeWillChange]
		function offsetExists( $k ) {
			return array_key_exists( $k, $this->_data );
		}

		#[ReturnTypeWillChange]
		function offsetUnset( $k ) {
			unset( $this->$k );
		}

		#[ReturnTypeWillChange]
		function offsetGet( $k ) {
			return $this->get( $k, null );
		}

		/**
		 * (PHP 5 &gt;= 5.0.0)<br/>
		 * Return the current element
		 *
		 * @link http://php.net/manual/en/iterator.current.php
		 * @return mixed Can return any type.
		 */
		#[ReturnTypeWillChange]
		public function current() {
			return current( $this->_data );
		}

		/**
		 * (PHP 5 &gt;= 5.0.0)<br/>
		 * Move forward to next element
		 *
		 * @link http://php.net/manual/en/iterator.next.php
		 * @return void Any returned value is ignored.
		 */
		#[ReturnTypeWillChange]
		public function next() {
			next( $this->_data );
		}

		/**
		 * (PHP 5 &gt;= 5.0.0)<br/>
		 * Return the key of the current element
		 *
		 * @link http://php.net/manual/en/iterator.key.php
		 * @return mixed scalar on success, or null on failure.
		 */
		#[ReturnTypeWillChange]
		public function key() {
			return key( $this->_data );
		}

		/**
		 * (PHP 5 &gt;= 5.0.0)<br/>
		 * Checks if current position is valid
		 *
		 * @link http://php.net/manual/en/iterator.valid.php
		 * @return boolean The return value will be casted to boolean and then evaluated.
		 *       Returns true on success or false on failure.
		 */
		#[ReturnTypeWillChange]
		public function valid() {
			$key = key( $this->_data );

			return ( $key !== null && $key !== false );
		}

		/**
		 * (PHP 5 &gt;= 5.0.0)<br/>
		 * Rewind the Iterator to the first element
		 *
		 * @link http://php.net/manual/en/iterator.rewind.php
		 * @return void Any returned value is ignored.
		 */
		#[ReturnTypeWillChange]
		public function rewind() {
			reset( $this->_data );
		}

		/**
		 * (PHP 5 &gt;= 5.1.0)<br/>
		 * Count elements of an object
		 *
		 * @link http://php.net/manual/en/countable.count.php
		 * @return int The custom count as an integer.
		 *       </p>
		 *       <p>
		 *       The return value is cast to an integer.
		 */
		#[ReturnTypeWillChange]
		public function count() {
			return count( $this->_data );
		}
	}freemius/includes/managers/class-fs-admin-menu-manager.php000064400000065207151213253160017663 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.1.3
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Admin_Menu_Manager {

		#region Properties

		/**
		 * @since 1.2.2
		 *
		 * @var string
		 */
		protected $_module_unique_affix;

		/**
		 * @since 1.2.2
		 *
		 * @var number
		 */
		protected $_module_id;

		/**
		 * @since 1.2.2
		 *
		 * @var string
		 */
		protected $_module_type;

		/**
		 * @since 1.0.6
		 *
		 * @var string
		 */
		private $_menu_slug;
		/**
		 * @since 1.1.3
		 *
		 * @var string
		 */
		private $_parent_slug;
		/**
		 * @since 1.1.3
		 *
		 * @var string
		 */
		private $_parent_type;
		/**
		 * @since 1.1.3
		 *
		 * @var string
		 */
		private $_type;
		/**
		 * @since 1.1.3
		 *
		 * @var bool
		 */
		private $_is_top_level;
		/**
		 * @since 1.1.3
		 *
		 * @var bool
		 */
		private $_is_override_exact;
		/**
		 * @since 1.1.3
		 *
		 * @var array<string,bool>
		 */
		private $_default_submenu_items;
		/**
		 * @since 1.1.3
		 *
		 * @var string
		 */
		private $_first_time_path;
		/**
		 * @since 1.2.2
		 *
		 * @var bool
		 */
		private $_menu_exists;
		/**
		 * @since 2.0.0
		 *
		 * @var bool
		 */
		private $_network_menu_exists;

		#endregion Properties

		/**
		 * @var FS_Logger
		 */
		protected $_logger;

		#region Singleton

		/**
		 * @var FS_Admin_Menu_Manager[]
		 */
		private static $_instances = array();

		/**
		 * @param number $module_id
		 * @param string $module_type
		 * @param string $module_unique_affix
		 *
		 * @return FS_Admin_Menu_Manager
		 */
		static function instance( $module_id, $module_type, $module_unique_affix ) {
			$key = 'm_' . $module_id;

			if ( ! isset( self::$_instances[ $key ] ) ) {
				self::$_instances[ $key ] = new FS_Admin_Menu_Manager( $module_id, $module_type, $module_unique_affix );
			}

			return self::$_instances[ $key ];
		}

		protected function __construct( $module_id, $module_type, $module_unique_affix ) {
			$this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $module_id . '_admin_menu', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

			$this->_module_id           = $module_id;
			$this->_module_type         = $module_type;
			$this->_module_unique_affix = $module_unique_affix;
		}

		#endregion Singleton

		#region Helpers

		private function get_option( &$options, $key, $default = false ) {
			return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
		}

		private function get_bool_option( &$options, $key, $default = false ) {
			return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
		}

		#endregion Helpers

		/**
		 * @param array $menu
		 * @param bool  $is_addon
		 */
		function init( $menu, $is_addon = false ) {
			$this->_menu_exists = ( isset( $menu['slug'] ) && ! empty( $menu['slug'] ) );
			$this->_network_menu_exists = ( ! empty( $menu['network'] ) && true === $menu['network'] );

			$this->_menu_slug = ( $this->_menu_exists ? $menu['slug'] : $this->_module_unique_affix );

			$this->_default_submenu_items = array();
			// @deprecated
			$this->_type              = 'page';
			$this->_is_top_level      = true;
			$this->_is_override_exact = false;
			$this->_parent_slug       = false;
			// @deprecated
			$this->_parent_type = 'page';

			if ( isset( $menu ) ) {
			    if ( ! $is_addon ) {
                    $this->_default_submenu_items = array(
                        'contact'     => $this->get_bool_option( $menu, 'contact', true ),
                        'support'     => $this->get_bool_option( $menu, 'support', true ),
                        'affiliation' => $this->get_bool_option( $menu, 'affiliation', true ),
                        'account'     => $this->get_bool_option( $menu, 'account', true ),
                        'pricing'     => $this->get_bool_option( $menu, 'pricing', true ),
                        'addons'      => $this->get_bool_option( $menu, 'addons', true ),
                    );

                    // @deprecated
                    $this->_type = $this->get_option( $menu, 'type', 'page' );
                }

				$this->_is_override_exact = $this->get_bool_option( $menu, 'override_exact' );

				if ( isset( $menu['parent'] ) ) {
					$this->_parent_slug = $this->get_option( $menu['parent'], 'slug' );
					// @deprecated
					$this->_parent_type = $this->get_option( $menu['parent'], 'type', 'page' );

					// If parent's slug is different, then it's NOT a top level menu item.
					$this->_is_top_level = ( $this->_parent_slug === $this->_menu_slug );
				} else {
					/**
					 * If no parent then top level if:
					 *  - Has custom admin menu ('page')
					 *  - CPT menu type ('cpt')
					 */
//					$this->_is_top_level = in_array( $this->_type, array(
//						'cpt',
//						'page'
//					) );
				}

				$first_path = $this->get_option( $menu, 'first-path', false );

                if ( ! empty( $first_path ) && is_string( $first_path ) ) {
                    $this->_first_time_path = $first_path;
                }
			}
		}

		/**
		 * Check if top level menu.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return bool False if submenu item.
		 */
		function is_top_level() {
			return $this->_is_top_level;
		}

		/**
		 * Check if the page should be override on exact URL match.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return bool False if submenu item.
		 */
		function is_override_exact() {
			return $this->_is_override_exact;
		}


        /**
         * Get the path of the page the user should be forwarded to after first activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param bool $is_network Since 2.4.5
         *
         * @return string
         */
        function get_first_time_path( $is_network = false ) {
            if ( empty ( $this->_first_time_path ) ) {
                return $this->_first_time_path;
            }

            if ( $is_network ) {
                return network_admin_url( $this->_first_time_path );
            } else {
                return admin_url( $this->_first_time_path );
            }
        }

		/**
		 * Check if plugin's menu item is part of a custom top level menu.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return bool
		 */
		function has_custom_parent() {
			return ! $this->_is_top_level && is_string( $this->_parent_slug );
		}

		/**
		 * @author Leo Fajardo (@leorw)
		 * @since  1.2.2
		 *
		 * @return bool
		 */
		function has_menu() {
			return $this->_menu_exists;
		}

		/**
         * @author Vova Feldman (@svovaf)
		 * @since  2.0.0
		 *
		 * @return bool
		 */
		function has_network_menu() {
			return $this->_network_menu_exists;
		}

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string $menu_slug
         *
         * @since 2.1.3
         */
		function set_slug_and_network_menu_exists_flag($menu_slug ) {
		    $this->_menu_slug           = $menu_slug;
		    $this->_network_menu_exists = false;
        }

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @param string $id
		 * @param bool   $default
		 * @param bool   $ignore_menu_existence Since 1.2.2.7 If true, check if the submenu item visible even if there's no parent menu.
		 *
		 * @return bool
		 */
		function is_submenu_item_visible( $id, $default = true, $ignore_menu_existence = false ) {
			if ( ! $ignore_menu_existence && ! $this->has_menu() ) {
				return false;
			}

			return fs_apply_filter(
				$this->_module_unique_affix,
				'is_submenu_visible',
				$this->get_bool_option( $this->_default_submenu_items, $id, $default ),
				$id
			);
		}

		/**
		 * Calculates admin settings menu slug.
		 * If plugin's menu slug is a file (e.g. CPT), uses plugin's slug as the menu slug.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @param string $page
		 *
		 * @return string
		 */
		function get_slug( $page = '' ) {
			return ( ( false === strpos( $this->_menu_slug, '.php?' ) ) ?
				$this->_menu_slug :
				$this->_module_unique_affix ) . ( empty( $page ) ? '' : ( '-' . $page ) );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_parent_slug() {
			return $this->_parent_slug;
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_type() {
			return $this->_type;
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return bool
		 */
		function is_cpt() {
			return ( 0 === strpos( $this->_menu_slug, 'edit.php?post_type=' ) ||
			         // Back compatibility.
			         'cpt' === $this->_type
			);
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_parent_type() {
			return $this->_parent_type;
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_raw_slug() {
			return $this->_menu_slug;
		}

		/**
		 * Get plugin's original menu slug.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_original_menu_slug() {
			if ( 'cpt' === $this->_type ) {
				return add_query_arg( array(
					'post_type' => $this->_menu_slug
				), 'edit.php' );
			}

			if ( false === strpos( $this->_menu_slug, '.php?' ) ) {
				return $this->_menu_slug;
			} else {
				return $this->_module_unique_affix;
			}
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.3
		 *
		 * @return string
		 */
		function get_top_level_menu_slug() {
			return $this->has_custom_parent() ?
				$this->get_parent_slug() :
				$this->get_raw_slug();
		}

        /**
         * Is user on plugin's admin activation page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.8
         *
         * @param bool $show_opt_in_on_themes_page Since 2.3.1
         *
         * @return bool
         *
         * @deprecated Please use is_activation_page() instead.
         */
        function is_main_settings_page( $show_opt_in_on_themes_page = false ) {
            return $this->is_activation_page( $show_opt_in_on_themes_page );
        }

        /**
         * Is user on product's admin activation page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @param bool $show_opt_in_on_themes_page Since 2.3.1
         *
         * @return bool
         */
        function is_activation_page( $show_opt_in_on_themes_page = false ) {
            if ( $show_opt_in_on_themes_page ) {
                /**
                 * In activation only when show_optin query string param is given.
                 *
                 * @since 1.2.2
                 */
                return (
                    ( WP_FS__MODULE_TYPE_THEME === $this->_module_type ) &&
                    Freemius::is_themes_page() &&
                    fs_request_get_bool( $this->_module_unique_affix . '_show_optin' )
                );
            }

            if ( $this->_menu_exists &&
                 ( fs_is_plugin_page( $this->_menu_slug ) || fs_is_plugin_page( $this->_module_unique_affix ) )
            ) {
                /**
                 * Module has a settings menu and the context page is the main settings page, so assume it's in
                 * activation (doesn't really check if already opted-in/skipped or not).
                 *
                 * @since 1.2.2
                 */
                return true;
            }

            return false;
        }

        #region Submenu Override

		/**
		 * Override submenu's action.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.0
		 *
		 * @param string   $parent_slug
		 * @param string   $menu_slug
		 * @param callable $function
		 *
		 * @return false|string If submenu exist, will return the hook name.
		 */
		function override_submenu_action( $parent_slug, $menu_slug, $function ) {
			global $submenu;

			$menu_slug   = plugin_basename( $menu_slug );
			$parent_slug = plugin_basename( $parent_slug );

			if ( ! isset( $submenu[ $parent_slug ] ) ) {
				// Parent menu not exist.
				return false;
			}

			$found_submenu_item = false;
			foreach ( $submenu[ $parent_slug ] as $submenu_item ) {
				if ( $menu_slug === $submenu_item[2] ) {
					$found_submenu_item = $submenu_item;
					break;
				}
			}

			if ( false === $found_submenu_item ) {
				// Submenu item not found.
				return false;
			}

			// Remove current function.
			$hookname = get_plugin_page_hookname( $menu_slug, $parent_slug );
			remove_all_actions( $hookname );

			// Attach new action.
			add_action( $hookname, $function );

			return $hookname;
		}

		#endregion Submenu Override

		#region Top level menu Override

		/**
		 * Find plugin's admin dashboard main menu item.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.2
		 *
		 * @return string[]|false
		 */
		private function find_top_level_menu() {
			global $menu;

			$position   = - 1;
			$found_menu = false;

			$menu_slug = $this->get_raw_slug();

			$hook_name = get_plugin_page_hookname( $menu_slug, '' );
			foreach ( $menu as $pos => $m ) {
				if ( $menu_slug === $m[2] ) {
					$position   = $pos;
					$found_menu = $m;
					break;
				}
			}

			if ( false === $found_menu ) {
				return false;
			}

			return array(
				'menu'      => $found_menu,
				'position'  => $position,
				'hook_name' => $hook_name
			);
		}

		/**
		 * Find plugin's admin dashboard main submenu item.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @return array|false
		 */
		private function find_main_submenu() {
			global $submenu;

			$top_level_menu_slug = $this->get_top_level_menu_slug();

			if ( ! isset( $submenu[ $top_level_menu_slug ] ) ) {
				return false;
			}

			$submenu_slug = $this->get_raw_slug();

			$position   = - 1;
			$found_submenu = false;

			$hook_name = get_plugin_page_hookname( $submenu_slug, '' );

			foreach ( $submenu[ $top_level_menu_slug ] as $pos => $sub ) {
				if ( $submenu_slug === $sub[2] ) {
					$position   = $pos;
					$found_submenu = $sub;
				}
			}

			if ( false === $found_submenu ) {
				return false;
			}

			return array(
				'menu'        => $found_submenu,
				'parent_slug' => $top_level_menu_slug,
				'position'    => $position,
				'hook_name'   => $hook_name
			);
		}

		/**
		 * Remove all sub-menu items.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @return bool If submenu with plugin's menu slug was found.
		 */
		private function remove_all_submenu_items() {
			global $submenu;

			$menu_slug = $this->get_raw_slug();

			if ( ! isset( $submenu[ $menu_slug ] ) ) {
				return false;
			}

			/**
			 * This method is NOT executed for WordPress.org themes.
			 * Since we maintain only one version of the SDK we added this small
			 * hack to avoid the error from Theme Check since it's a false-positive.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since  1.2.2.7
			 */
			$submenu_ref               = &$submenu;
			$submenu_ref[ $menu_slug ] = array();

			return true;
		}

		/**
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
         * @param bool $remove_top_level_menu
         * 
		 * @return false|array[string]mixed
		 */
        function remove_menu_item( $remove_top_level_menu = false ) {
            $this->_logger->entrance();

            // Find main menu item.
            $top_level_menu = $this->find_top_level_menu();

            if ( false === $top_level_menu ) {
                return false;
            }

            // Remove it with its actions.
            remove_all_actions( $top_level_menu['hook_name'] );

            // Remove all submenu items.
            $this->remove_all_submenu_items();

            if ( $remove_top_level_menu ) {
                global $menu;
                unset( $menu[ $top_level_menu['position'] ] );
            }

            return $top_level_menu;
        }

		/**
		 * Get module's main admin setting page URL.
		 *
		 * @todo This method was only tested for wp.org compliant themes with a submenu item. Need to test for plugins with top level, submenu, and CPT top level, menu items.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.2.7
		 *
		 * @return string
		 */
		function main_menu_url() {
			$this->_logger->entrance();

			if ( $this->_is_top_level ) {
				$menu = $this->find_top_level_menu();
			} else {
				$menu = $this->find_main_submenu();
			}

			$parent_slug = isset( $menu['parent_slug'] ) ?
                $menu['parent_slug'] :
                'admin.php';

            return admin_url(
                $parent_slug .
                ( false === strpos( $parent_slug, '?' ) ? '?' : '&' ) .
                'page=' .
                $menu['menu'][2]
            );
		}

		/**
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.4
		 *
		 * @param callable $function
		 *
		 * @return false|array[string]mixed
		 */
		function override_menu_item( $function ) {
			$found_menu = $this->remove_menu_item();

			if ( false === $found_menu ) {
				return false;
			}

			if ( ! $this->is_top_level() || ! $this->is_cpt() ) {
				$menu_slug = plugin_basename( $this->get_slug() );

				$hookname = get_plugin_page_hookname( $menu_slug, '' );

				// Override menu action.
				add_action( $hookname, $function );
			} else {
				global $menu;

				// Remove original CPT menu.
				unset( $menu[ $found_menu['position'] ] );

				// Create new top-level menu action.
				$hookname = self::add_page(
					$found_menu['menu'][3],
					$found_menu['menu'][0],
					'manage_options',
					$this->get_slug(),
					$function,
					$found_menu['menu'][6],
					$found_menu['position']
				);
			}

			return $hookname;
		}

		/**
		 * Adds a counter to the module's top level menu item.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.5
		 *
		 * @param int    $counter
		 * @param string $class
		 */
		function add_counter_to_menu_item( $counter = 1, $class = '' ) {
			global $menu, $submenu;

			$mask = '%s <span class="update-plugins %s count-%3$s" aria-hidden="true"><span>%3$s<span class="screen-reader-text">%3$s notifications</span></span></span>';

			/**
			 * This method is NOT executed for WordPress.org themes.
			 * Since we maintain only one version of the SDK we added this small
			 * hack to avoid the error from Theme Check since it's a false-positive.
			 *
			 * @author Vova Feldman (@svovaf)
			 * @since  1.2.2.7
			 */
			$menu_ref    = &$menu;
			$submenu_ref = &$submenu;

			if ( $this->_is_top_level ) {
				// Find main menu item.
				$found_menu = $this->find_top_level_menu();

				if ( false !== $found_menu ) {
					// Override menu label.
					$menu_ref[ $found_menu['position'] ][0] = sprintf(
						$mask,
						$found_menu['menu'][0],
						$class,
						$counter
					);
				}
			} else {
				$found_submenu = $this->find_main_submenu();

				if ( false !== $found_submenu ) {
					// Override menu label.
					$submenu_ref[ $found_submenu['parent_slug'] ][ $found_submenu['position'] ][0] = sprintf(
						$mask,
						$found_submenu['menu'][0],
						$class,
						$counter
					);
				}
			}
		}

		#endregion Top level menu Override

		/**
		 * Add a top-level menu page.
		 *
		 * Note for WordPress.org Theme/Plugin reviewer:
		 *
		 *  This is a replication of `add_menu_page()` to avoid Theme Check warning.
		 *
		 *  Why?
		 *  ====
		 *  Freemius is an SDK for plugin and theme developers. Since the core
		 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
		 *  we only develop and maintain one code base.
		 *
		 *  This method will not run for wp.org themes (only plugins) since theme
		 *  admin settings/options are now only allowed in the customizer.
		 *
		 *  If you have any questions or need clarifications, please don't hesitate
		 *  pinging me on slack, my username is @svovaf.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.2
		 *
		 * @param string          $page_title The text to be displayed in the title tags of the page when the menu is
		 *                                    selected.
		 * @param string          $menu_title The text to be used for the menu.
		 * @param string          $capability The capability required for this menu to be displayed to the user.
		 * @param string          $menu_slug  The slug name to refer to this menu by (should be unique for this menu).
		 * @param callable|string $function   The function to be called to output the content for this page.
		 * @param string          $icon_url   The URL to the icon to be used for this menu.
		 *                                    * Pass a base64-encoded SVG using a data URI, which will be colored to
		 *                                    match the color scheme. This should begin with
		 *                                    'data:image/svg+xml;base64,'.
		 *                                    * Pass the name of a Dashicons helper class to use a font icon,
		 *                                    e.g. 'dashicons-chart-pie'.
		 *                                    * Pass 'none' to leave div.wp-menu-image empty so an icon can be added
		 *                                    via CSS.
		 * @param int             $position   The position in the menu order this one should appear.
		 *
		 * @return string The resulting page's hook_suffix.
		 */
		static function add_page(
			$page_title,
			$menu_title,
			$capability,
			$menu_slug,
			$function = '',
			$icon_url = '',
			$position = null
		) {
			$fn = 'add_menu' . '_page';

			return $fn(
				$page_title,
				$menu_title,
				$capability,
				$menu_slug,
				$function,
				$icon_url,
				$position
			);
		}

        /**
         * Add page and update menu instance settings.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string          $page_title
         * @param string          $menu_title
         * @param string          $capability
         * @param string          $menu_slug
         * @param callable|string $function
         * @param string          $icon_url
         * @param int|null        $position
         *
         * @return string
         */
		function add_page_and_update(
            $page_title,
            $menu_title,
            $capability,
            $menu_slug,
            $function = '',
            $icon_url = '',
            $position = null
        ) {
            $this->_menu_slug           = $menu_slug;
            $this->_is_top_level        = true;
            $this->_menu_exists         = true;
            $this->_network_menu_exists = true;

            return self::add_page(
                $page_title,
                $menu_title,
                $capability,
                $menu_slug,
                $function,
                $icon_url,
                $position
            );
        }

		/**
		 * Add a submenu page.
		 *
		 * Note for WordPress.org Theme/Plugin reviewer:
		 *
		 *  This is a replication of `add_submenu_page()` to avoid Theme Check warning.
		 *
		 *  Why?
		 *  ====
		 *  Freemius is an SDK for plugin and theme developers. Since the core
		 *  of the SDK is relevant both for plugins and themes, for obvious reasons,
		 *  we only develop and maintain one code base.
		 *
		 *  This method will not run for wp.org themes (only plugins) since theme
		 *  admin settings/options are now only allowed in the customizer.
		 *
		 *  If you have any questions or need clarifications, please don't hesitate
		 *  pinging me on slack, my username is @svovaf.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.2
		 *
		 * @param string          $parent_slug The slug name for the parent menu (or the file name of a standard
		 *                                     WordPress admin page).
		 * @param string          $page_title  The text to be displayed in the title tags of the page when the menu is
		 *                                     selected.
		 * @param string          $menu_title  The text to be used for the menu.
		 * @param string          $capability  The capability required for this menu to be displayed to the user.
		 * @param string          $menu_slug   The slug name to refer to this menu by (should be unique for this menu).
		 * @param callable|string $function    The function to be called to output the content for this page.
		 *
		 * @return false|string The resulting page's hook_suffix, or false if the user does not have the capability
		 *                      required.
		 */
		static function add_subpage(
			$parent_slug,
			$page_title,
			$menu_title,
			$capability,
			$menu_slug,
			$function = ''
		) {
			$fn = 'add_submenu' . '_page';

			return $fn( $parent_slug,
				$page_title,
				$menu_title,
				$capability,
				$menu_slug,
				$function
			);
		}

        /**
         * Add sub page and update menu instance settings.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string          $parent_slug
         * @param string          $page_title
         * @param string          $menu_title
         * @param string          $capability
         * @param string          $menu_slug
         * @param callable|string $function
         *
         * @return string
         */
        function add_subpage_and_update(
            $parent_slug,
            $page_title,
            $menu_title,
            $capability,
            $menu_slug,
            $function = ''
        ) {
            $this->_menu_slug           = $menu_slug;
            $this->_parent_slug         = $parent_slug;
            $this->_is_top_level        = false;
            $this->_menu_exists         = true;
            $this->_network_menu_exists = true;

            return self::add_subpage(
                $parent_slug,
                $page_title,
                $menu_title,
                $capability,
                $menu_slug,
                $function
            );
        }
	}freemius/includes/managers/class-fs-plan-manager.php000064400000010070151213253160016547 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_Plan_Manager {
		/**
		 * @var FS_Plan_Manager
		 */
		private static $_instance;

		/**
		 * @return FS_Plan_Manager
		 */
		static function instance() {
			if ( ! isset( self::$_instance ) ) {
				self::$_instance = new FS_Plan_Manager();
			}

			return self::$_instance;
		}

		private function __construct() {
		}

		/**
		 * @param FS_Plugin_License[] $licenses
		 *
		 * @return bool
		 */
		function has_premium_license( $licenses ) {
			if ( is_array( $licenses ) ) {
				/**
				 * @var FS_Plugin_License[] $licenses
				 */
				foreach ( $licenses as $license ) {
					if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
						return true;
					}
				}
			}

			return false;
		}

		/**
		 * Check if plugin has any paid plans.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @param FS_Plugin_Plan[] $plans
		 *
		 * @return bool
		 */
		function has_paid_plan( $plans ) {
			if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
				return false;
			}

			/**
			 * @var FS_Plugin_Plan[] $plans
			 */
			for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
				if ( ! $plans[ $i ]->is_free() ) {
					return true;
				}
			}

			return false;
		}

		/**
		 * Check if plugin has any free plan, or is it premium only.
		 *
		 * Note: If no plans configured, assume plugin is free.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @param FS_Plugin_Plan[] $plans
		 *
		 * @return bool
		 */
		function has_free_plan( $plans ) {
			if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
				return true;
			}

			/**
			 * @var FS_Plugin_Plan[] $plans
			 */
			for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
				if ( $plans[ $i ]->is_free() ) {
					return true;
				}
			}

			return false;
		}

		/**
		 * Find all plans that have trial.
		 * Since 2.6.2 call get_filtered_plan
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @param FS_Plugin_Plan[] $plans
		 *
		 * @return FS_Plugin_Plan[]
		 */
		function get_trial_plans( $plans ) {
			return $this->get_filtered_plans( $plans, true );
		}

		/**
		 * Find all plans that are not hidden and have trial.
		 *
		 * @author Daniele Alessandra (@danielealessandra)
		 *
		 * @param FS_Plugin_Plan[] $plans
		 *
		 * @return FS_Plugin_Plan[]
		 * @since  2.6.3
		 *
		 */
		function get_visible_trial_plans( $plans ) {
			return $this->get_filtered_plans( $plans, true, true );
		}

		/**
		 * Find all plans filtered by trial or visibility.
		 *
		 * @author Daniele Alessandra (@danielealessandra)
		 *
		 * @param FS_Plugin_Plan[] $plans
		 * @param boolean          $should_have_trials
		 * @param boolean          $should_be_visible
		 *
		 * @return FS_Plugin_Plan[]
		 * @since  2.6.3
		 *
		 */
		function get_filtered_plans( $plans, $should_have_trials = false, $should_be_visible = false ) {
			$filtered_plans = array();

			if ( is_array( $plans ) && count( $plans ) > 0 ) {
				foreach ( $plans as $plan ) {
					if ( ( $should_have_trials && ! $plan->has_trial() ) || ( $should_be_visible && $plan->is_hidden ) ) {
						continue;
					}
					$filtered_plans[] = $plan;
				}
			}

			return $filtered_plans;
		}

		/**
		 * Check if plugin has any trial plan.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @param FS_Plugin_Plan[] $plans
		 *
		 * @return bool
		 */
		function has_trial_plan( $plans ) {
			if ( ! is_array( $plans ) || 0 === count( $plans ) ) {
				return true;
			}

			/**
			 * @var FS_Plugin_Plan[] $plans
			 */
			for ( $i = 0, $len = count( $plans ); $i < $len; $i ++ ) {
				if ( $plans[ $i ]->has_trial() ) {
					return true;
				}
			}

			return false;
		}
	}freemius/includes/managers/class-fs-option-manager.php000064400000035145151213253160017137 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * 2-layer lazy options manager.
     *      layer 2: Memory
     *      layer 1: Database (options table). All options stored as one option record in the DB to reduce number of DB queries.
     *
     * If load() is not explicitly called, starts as empty manager. Same thing about saving the data - you have to explicitly call store().
     *
     * Class Freemius_Option_Manager
     */
    class FS_Option_Manager {
        /**
         * @var string
         */
        private $_id;
        /**
         * @var array|object
         */
        private $_options;
        /**
         * @var FS_Logger
         */
        private $_logger;

        /**
         * @since 2.0.0
         * @var int The ID of the blog that is associated with the current site level options.
         */
        private $_blog_id = 0;

        /**
         * @since 2.0.0
         * @var bool
         */
        private $_is_network_storage;

        /**
         * @var bool|null
         */
        private $_autoload;

        /**
         * @var array[string]FS_Option_Manager {
         * @key   string
         * @value FS_Option_Manager
         * }
         */
        private static $_MANAGERS = array();

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param string    $id
         * @param bool      $load
         * @param bool|int  $network_level_or_blog_id Since 2.0.0
         * @param bool|null $autoload
         */
        private function __construct(
            $id,
            $load = false,
            $network_level_or_blog_id = false,
            $autoload = null
        ) {
            $id = strtolower( $id );

            $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_opt_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            $this->_logger->entrance();
            $this->_logger->log( 'id = ' . $id );

            $this->_id = $id;

            $this->_autoload = $autoload;

            if ( is_multisite() ) {
                $this->_is_network_storage = ( true === $network_level_or_blog_id );

                if ( is_numeric( $network_level_or_blog_id ) ) {
                    $this->_blog_id = $network_level_or_blog_id;
                }
            } else {
                $this->_is_network_storage = false;
            }

            if ( $load ) {
                $this->load();
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param string    $id
         * @param bool      $load
         * @param bool|int  $network_level_or_blog_id Since 2.0.0
         * @param bool|null $autoload
         *
         * @return \FS_Option_Manager
         */
        static function get_manager(
            $id,
            $load = false,
            $network_level_or_blog_id = false,
            $autoload = null
        ) {
            $key = strtolower( $id );

            if ( is_multisite() ) {
                if ( true === $network_level_or_blog_id ) {
                    $key .= ':ms';
                } else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
                    $key .= ":{$network_level_or_blog_id}";
                } else {
                    $network_level_or_blog_id = get_current_blog_id();

                    $key .= ":{$network_level_or_blog_id}";
                }
            }

            if ( ! isset( self::$_MANAGERS[ $key ] ) ) {
                self::$_MANAGERS[ $key ] = new FS_Option_Manager(
                    $id,
                    $load,
                    $network_level_or_blog_id,
                    $autoload
                );
            } // If load required but not yet loaded, load.
            else if ( $load && ! self::$_MANAGERS[ $key ]->is_loaded() ) {
                self::$_MANAGERS[ $key ]->load();
            }

            return self::$_MANAGERS[ $key ];
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param bool $flush
         */
        function load( $flush = false ) {
            $this->_logger->entrance();

            if ( ! $flush && isset( $this->_options ) ) {
                return;
            }

            if ( isset( $this->_options ) ) {
                // Clear prev options.
                $this->clear();
            }

            $option_name = $this->get_option_manager_name();

            if ( $this->_is_network_storage ) {
                $this->_options = get_site_option( $option_name );
            } else if ( $this->_blog_id > 0 ) {
                $this->_options = get_blog_option( $this->_blog_id, $option_name );
            } else {
                $this->_options = get_option( $option_name );
            }

            if ( is_string( $this->_options ) ) {
                $this->_options = json_decode( $this->_options );
            }

//					$this->_logger->info('get_option = ' . var_export($this->_options, true));

            if ( false === $this->_options ) {
                $this->clear();
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return bool
         */
        function is_loaded() {
            return isset( $this->_options );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return bool
         */
        function is_empty() {
            return ( $this->is_loaded() && false === $this->_options );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param bool $flush
         */
        function clear( $flush = false ) {
            $this->_logger->entrance();

            $this->_options = array();

            if ( $flush ) {
                $this->store();
            }
        }

        /**
         * Delete options manager from DB.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function delete() {
            $option_name = $this->get_option_manager_name();

            if ( $this->_is_network_storage ) {
                delete_site_option( $option_name );
            } else if ( $this->_blog_id > 0 ) {
                delete_blog_option( $this->_blog_id, $option_name );
            } else {
                delete_option( $option_name );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param string $option
         * @param bool   $flush
         *
         * @return bool
         */
        function has_option( $option, $flush = false ) {
            if ( ! $this->is_loaded() || $flush ) {
                $this->load( $flush );
            }

            return array_key_exists( $option, $this->_options );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param string $option
         * @param mixed  $default
         * @param bool   $flush
         *
         * @return mixed
         */
        function get_option( $option, $default = null, $flush = false ) {
            $this->_logger->entrance( 'option = ' . $option );

            if ( ! $this->is_loaded() || $flush ) {
                $this->load( $flush );
            }

            if ( is_array( $this->_options ) ) {
                $value = isset( $this->_options[ $option ] ) ?
                    $this->_options[ $option ] :
                    $default;
            } else if ( is_object( $this->_options ) ) {
                $value = isset( $this->_options->{$option} ) ?
                    $this->_options->{$option} :
                    $default;
            } else {
                $value = $default;
            }

            /**
             * If it's an object, return a clone of the object, otherwise,
             * external changes of the object will actually change the value
             * of the object in the option manager which may lead to an unexpected
             * behaviour and data integrity when a store() call is triggered.
             *
             * Example:
             *      $object1    = $options->get_option( 'object1' );
             *      $object1->x = 123;
             *
             *      $object2    = $options->get_option( 'object2' );
             *      $object2->y = 'dummy';
             *
             *      $options->set_option( 'object2', $object2, true );
             *
             * If we don't return a clone of option 'object1', setting 'object2'
             * will also store the updated value of 'object1' which is quite not
             * an expected behaviour.
             *
             * @author Vova Feldman
             */
            return is_object( $value ) ? clone $value : $value;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param string $option
         * @param mixed  $value
         * @param bool   $flush
         */
        function set_option( $option, $value, $flush = false ) {
            $this->_logger->entrance( 'option = ' . $option );

            if ( ! $this->is_loaded() ) {
                $this->clear();
            }

            /**
             * If it's an object, store a clone of the object, otherwise,
             * external changes of the object will actually change the value
             * of the object in the options manager which may lead to an unexpected
             * behaviour and data integrity when a store() call is triggered.
             *
             * Example:
             *      $object1    = new stdClass();
             *      $object1->x = 123;
             *
             *      $options->set_option( 'object1', $object1 );
             *
             *      $object1->x = 456;
             *
             *      $options->set_option( 'object2', $object2, true );
             *
             * If we don't set the option as a clone of option 'object1', setting 'object2'
             * will also store the updated value of 'object1' ($object1->x = 456 instead of
             * $object1->x = 123) which is quite not an expected behaviour.
             *
             * @author Vova Feldman
             */
            $copy = is_object( $value ) ? clone $value : $value;

            if ( is_array( $this->_options ) ) {
                $this->_options[ $option ] = $copy;
            } else if ( is_object( $this->_options ) ) {
                $this->_options->{$option} = $copy;
            }

            if ( $flush ) {
                $this->store();
            }
        }

        /**
         * Unset option.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param string $option
         * @param bool   $flush
         */
        function unset_option( $option, $flush = false ) {
            $this->_logger->entrance( 'option = ' . $option );

            if ( is_array( $this->_options ) ) {
                if ( ! isset( $this->_options[ $option ] ) ) {
                    return;
                }

                unset( $this->_options[ $option ] );

            } else if ( is_object( $this->_options ) ) {
                if ( ! isset( $this->_options->{$option} ) ) {
                    return;
                }

                unset( $this->_options->{$option} );
            }

            if ( $flush ) {
                $this->store();
            }
        }

        /**
         * Dump options to database.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         */
        function store() {
            $this->_logger->entrance();

            $option_name = $this->get_option_manager_name();

            if ( $this->_logger->is_on() ) {
                $this->_logger->info( $option_name . ' = ' . var_export( $this->_options, true ) );
            }

            // Update DB.
            if ( $this->_is_network_storage ) {
                update_site_option( $option_name, $this->_options );
            } else if ( $this->_blog_id > 0 ) {
                update_blog_option( $this->_blog_id, $option_name, $this->_options );
            } else {
                update_option( $option_name, $this->_options, $this->_autoload );
            }
        }

        /**
         * Get options keys.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return string[]
         */
        function get_options_keys() {
            if ( is_array( $this->_options ) ) {
                return array_keys( $this->_options );
            } else if ( is_object( $this->_options ) ) {
                return array_keys( get_object_vars( $this->_options ) );
            }

            return array();
        }

        #--------------------------------------------------------------------------------
        #region Migration
        #--------------------------------------------------------------------------------

        /**
         * Migrate options from site level.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function migrate_to_network() {
            $site_options = FS_Option_Manager::get_manager($this->_id, true, false);

            $options = is_object( $site_options->_options ) ?
                get_object_vars( $site_options->_options ) :
                $site_options->_options;

            if ( ! empty( $options ) ) {
                foreach ( $options as $key => $val ) {
                    $this->set_option( $key, $val, false );
                }

                $this->store();
            }
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Helper Methods
        #--------------------------------------------------------------------------------

        /**
         * @return string
         */
        private function get_option_manager_name() {
            return $this->_id;
        }

        #endregion
    }
freemius/includes/managers/class-fs-clone-manager.php000064400000176616151213253160016740 0ustar00<?php
    /**
     * @package   Freemius
     * @copyright Copyright (c) 2015, Freemius, Inc.
     * @license   https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @author    Leo Fajardo (@leorw)
     * @since     2.5.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Manages the detection of clones and provides the logged-in WordPress user with options for manually resolving them.
     *
     * @since 2.5.0
     *
     * @property int    $clone_identification_timestamp
     * @property int    $temporary_duplicate_mode_selection_timestamp
     * @property int    $temporary_duplicate_notice_shown_timestamp
     * @property string $request_handler_id
     * @property int    $request_handler_timestamp
     * @property int    $request_handler_retries_count
     * @property bool   $hide_manual_resolution
     * @property array  $new_blog_install_map
     */
    class FS_Clone_Manager {
        /**
         * @var FS_Option_Manager
         */
        private $_storage;
        /**
         * @var FS_Option_Manager
         */
        private $_network_storage;
        /**
         * @var FS_Admin_Notices
         */
        private $_notices;
        /**
         * @var FS_Logger
         */
        protected $_logger;

        /**
         * @var int 3 minutes
         */
        const CLONE_RESOLUTION_MAX_EXECUTION_TIME = 180;
        /**
         * @var int
         */
        const CLONE_RESOLUTION_MAX_RETRIES = 3;
        /**
         * @var int
         */
        const TEMPORARY_DUPLICATE_PERIOD = WP_FS__TIME_WEEK_IN_SEC * 2;
        /**
         * @var string
         */
        const OPTION_NAME = 'clone_resolution';
        /**
         * @var string
         */
        const OPTION_MANAGER_NAME = 'clone_management';
        /**
         * @var string
         */
        const OPTION_TEMPORARY_DUPLICATE = 'temporary_duplicate';
        /**
         * @var string
         */
        const OPTION_LONG_TERM_DUPLICATE = 'long_term_duplicate';
        /**
         * @var string
         */
        const OPTION_NEW_HOME = 'new_home';

        #--------------------------------------------------------------------------------
        #region Singleton
        #--------------------------------------------------------------------------------

        /**
         * @var FS_Clone_Manager
         */
        private static $_instance;

        /**
         * @return FS_Clone_Manager
         */
        static function instance() {
            if ( ! isset( self::$_instance ) ) {
                self::$_instance = new self();
            }

            return self::$_instance;
        }

        #endregion

        private function __construct() {
            $this->_storage         = FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true );
            $this->_network_storage = FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true, true );

            $this->maybe_migrate_options();

            $this->_notices = FS_Admin_Notices::instance( 'global_clone_resolution_notices', '', '', true );
            $this->_logger  = FS_Logger::get_logger( WP_FS__SLUG . '_' . '_clone_manager', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
        }

        /**
         * Migrate clone resolution options from 2.5.0 array-based structure, to a new flat structure.
         *
         * The reason this logic is not in a separate migration script is that we want to be 100% sure data is migrated before any execution of clone logic.
         *
         * @todo Delete this one in the future.
         */
        private function maybe_migrate_options() {
            $storages = array(
                $this->_storage,
                $this->_network_storage
            );

            foreach ( $storages as $storage ) {
                $clone_data = $storage->get_option( self::OPTION_NAME );
                if ( is_array( $clone_data ) && ! empty( $clone_data ) ) {
                    foreach ( $clone_data as $key => $val ) {
                        if ( ! is_null( $val ) ) {
                            $storage->set_option( $key, $val );
                        }
                    }

                    $storage->unset_option( self::OPTION_NAME, true );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _init() {
            if ( is_admin() ) {
                if ( Freemius::is_admin_post() ) {
                    add_action( 'admin_post_fs_clone_resolution', array( $this, '_handle_clone_resolution' ) );
                }

                if ( Freemius::is_ajax() ) {
                    Freemius::add_ajax_action_static( 'handle_clone_resolution', array( $this, '_clone_resolution_action_ajax_handler' ) );
                } else {
                    if (
                        empty( $this->get_clone_identification_timestamp() ) &&
                        (
                            ! fs_is_network_admin() ||
                            ! ( $this->is_clone_resolution_options_notice_shown() || $this->is_temporary_duplicate_notice_shown() )
                        )
                    ) {
                        $this->hide_clone_admin_notices();
                    } else if ( ! Freemius::is_cron() && ! Freemius::is_admin_post() ) {
                        $this->try_resolve_clone_automatically();
                        $this->maybe_show_clone_admin_notice();

                        add_action( 'admin_footer', array( $this, '_add_clone_resolution_javascript' ) );
                    }
                }
            }
        }

        /**
         * Retrieves the timestamp that was stored when a clone was identified.
         *
         * @return int|null
         */
        function get_clone_identification_timestamp() {
            return $this->get_option( 'clone_identification_timestamp', true );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.1
         *
         * @param string $sdk_last_version
         */
        function maybe_update_clone_resolution_support_flag( $sdk_last_version ) {
            if ( null !== $this->hide_manual_resolution ) {
                return;
            }

            $this->hide_manual_resolution = (
                ! empty( $sdk_last_version ) &&
                version_compare( $sdk_last_version, '2.5.0', '<' )
            );
        }

        /**
         * Stores the time when a clone was identified.
         */
        function store_clone_identification_timestamp() {
            $this->clone_identification_timestamp = time();
        }

        /**
         * Retrieves the timestamp for the temporary duplicate mode's expiration.
         *
         * @return int
         */
        function get_temporary_duplicate_expiration_timestamp() {
            $temporary_duplicate_mode_start_timestamp = $this->was_temporary_duplicate_mode_selected() ?
                $this->temporary_duplicate_mode_selection_timestamp :
                $this->get_clone_identification_timestamp();

            return ( $temporary_duplicate_mode_start_timestamp + self::TEMPORARY_DUPLICATE_PERIOD );
        }

        /**
         * Determines if the SDK should handle clones. The SDK handles clones only up to 3 times with 3 min interval.
         *
         * @return bool
         */
        private function should_handle_clones() {
            if ( ! isset( $this->request_handler_timestamp ) ) {
                return true;
            }

            if ( $this->request_handler_retries_count >= self::CLONE_RESOLUTION_MAX_RETRIES ) {
                return false;
            }

            // Give the logic that handles clones enough time to finish (it is given 3 minutes for now).
            return ( time() > ( $this->request_handler_timestamp + self::CLONE_RESOLUTION_MAX_EXECUTION_TIME ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.1
         *
         * @return bool
         */
        function should_hide_manual_resolution() {
            return ( true === $this->hide_manual_resolution );
        }

        /**
         * Executes the clones handler logic if it should be executed, i.e., based on the return value of the should_handle_clones() method.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function maybe_run_clone_resolution() {
            if ( ! $this->should_handle_clones() ) {
                return;
            }

            $this->request_handler_retries_count = isset( $this->request_handler_retries_count ) ?
                ( $this->request_handler_retries_count + 1 ) :
                1;

            $this->request_handler_timestamp = time();

            $handler_id               = ( rand() . microtime() );
            $this->request_handler_id = $handler_id;

            // Add cookies to trigger request with the same user access permissions.
            $cookies = array();
            foreach ( $_COOKIE as $name => $value ) {
                $cookies[] = new WP_Http_Cookie( array(
                    'name'  => $name,
                    'value' => $value,
                ) );
            }

            wp_remote_post(
                admin_url( 'admin-post.php' ),
                array(
                    'method'    => 'POST',
                    'body'      => array(
                        'action'     => 'fs_clone_resolution',
                        'handler_id' => $handler_id,
                    ),
                    'timeout'   => 0.01,
                    'blocking'  => false,
                    'sslverify' => false,
                    'cookies'   => $cookies,
                )
            );
        }

        /**
         * Executes the clones handler logic.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _handle_clone_resolution() {
            $handler_id = fs_request_get( 'handler_id' );

            if ( empty( $handler_id ) ) {
                return;
            }

            if (
                ! isset( $this->request_handler_id ) ||
                $this->request_handler_id !== $handler_id
            ) {
                return;
            }

            if ( ! $this->try_automatic_resolution() ) {
                $this->clear_temporary_duplicate_notice_shown_timestamp();
            }
        }

        #--------------------------------------------------------------------------------
        #region Automatic Clone Resolution
        #--------------------------------------------------------------------------------

        /**
         * @var array All installs cache.
         */
        private $all_installs;

        /**
         * Checks if a given instance's install is a clone of another subsite in the network.
         *
         * @author Vova Feldman (@svovaf)
         *
         * @return FS_Site
         */
        private function find_network_subsite_clone_install( Freemius $instance ) {
            if ( ! is_multisite() ) {
                // Not a multi-site network.
                return null;
            }

            if ( ! isset( $this->all_installs ) ) {
                $this->all_installs = Freemius::get_all_modules_sites();
            }

            // Check if there's another blog that has the same site.
            $module_type          = $instance->get_module_type();
            $sites_by_module_type = ! empty( $this->all_installs[ $module_type ] ) ?
                $this->all_installs[ $module_type ] :
                array();

            $slug          = $instance->get_slug();
            $sites_by_slug = ! empty( $sites_by_module_type[ $slug ] ) ?
                $sites_by_module_type[ $slug ] :
                array();

            $current_blog_id = get_current_blog_id();

            $current_install = $instance->get_site();

            foreach ( $sites_by_slug as $site ) {
                if (
                    $current_install->id == $site->id &&
                    $current_blog_id != $site->blog_id
                ) {
                    // Clone is identical to an install on another subsite in the network.
                    return $site;
                }
            }

            return null;
        }

        /**
         * Tries to find a different install of the context product that is associated with the current URL and loads it.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param Freemius $instance
         * @param string   $url
         *
         * @return object
         */
        private function find_other_install_by_url( Freemius $instance, $url ) {
            $result = $instance->get_api_user_scope()->get( "/plugins/{$instance->get_id()}/installs.json?url=" . urlencode( $url ) . "&all=true", true );

            $current_install = $instance->get_site();

            if ( $instance->is_api_result_object( $result, 'installs' ) ) {
                foreach ( $result->installs as $install ) {
                    if ( $install->id == $current_install->id ) {
                        continue;
                    }

                    if (
                        $instance->is_only_premium() &&
                        ! FS_Plugin_License::is_valid_id( $install->license_id )
                    ) {
                        continue;
                    }

                    // When searching for installs by a URL, the API will first strip any paths and search for any matching installs by the subdomain. Therefore, we need to test if there's a match between the current URL and the install's URL before continuing.
                    if ( $url !== fs_strip_url_protocol( untrailingslashit( $install->url ) ) ) {
                        continue;
                    }

                    // Found a different install that is associated with the current URL, load it and replace the current install with it if no updated install is found.
                    return $install;
                }
            }

            return null;
        }

        /**
         * Delete the current install associated with a given instance and opt-in/activate-license to create a fresh install.
         *
         * @author Vova Feldman (@svovaf)
         * @since 2.5.0
         *
         * @param Freemius    $instance
         * @param string|false $license_key
         *
         * @return bool TRUE if successfully connected. FALSE if failed and had to restore install from backup.
         */
        private function delete_install_and_connect( Freemius $instance, $license_key = false ) {
            $user = Freemius::_get_user_by_id( $instance->get_site()->user_id );

            $instance->delete_current_install( true );

            if ( ! is_object( $user ) ) {
                // Get logged-in WordPress user.
                $current_user = Freemius::_get_current_wp_user();

                // Find the relevant FS user by email address.
                $user = Freemius::_get_user_by_email( $current_user->user_email );
            }

            if ( is_object( $user ) ) {
                // When a clone is found, we prefer to use the same user of the original install for the opt-in.
                $instance->install_with_user( $user, $license_key, false, false );
            } else {
                // If no user is found, activate with the license.
                $instance->opt_in(
                    false,
                    false,
                    false,
                    $license_key
                );
            }

            if ( is_object( $instance->get_site() ) ) {
                // Install successfully created.
                return true;
            }

            // Restore from backup.
            $instance->restore_backup_site();

            return false;
        }

        /**
         * Try to resolve the clone situation automatically.
         *
         * @param Freemius  $instance
         * @param string    $current_url
         * @param bool      $is_localhost
         * @param bool|null $is_clone_of_network_subsite
         *
         * @return bool If managed to automatically resolve the clone.
         */
        private function try_resolve_clone_automatically_by_instance(
            Freemius $instance,
            $current_url,
            $is_localhost,
            $is_clone_of_network_subsite = null
        ) {
            // Try to find a different install of the context product that is associated with the current URL.
            $associated_install = $this->find_other_install_by_url( $instance, $current_url );

            if ( is_object( $associated_install ) ) {
                // Replace the current install with a different install that is associated with the current URL.
                $instance->store_site( new FS_Site( clone $associated_install ) );
                $instance->sync_install( array( 'is_new_site' => true ), true );

                return true;
            }

            if ( ! $instance->is_premium() ) {
                // For free products, opt-in with the context user to create new install.
                return $this->delete_install_and_connect( $instance );
            }

            $license              = $instance->_get_license();
            $can_activate_license = ( is_object( $license ) && ! $license->is_utilized( $is_localhost ) );

            if ( ! $can_activate_license ) {
                // License can't be activated, therefore, can't be automatically resolved.
                return false;
            }

            if ( ! WP_FS__IS_LOCALHOST_FOR_SERVER && ! $is_localhost ) {
                $is_clone_of_network_subsite = ( ! is_null( $is_clone_of_network_subsite ) ) ?
                    $is_clone_of_network_subsite :
                    is_object( $this->find_network_subsite_clone_install( $instance ) );

                if ( ! $is_clone_of_network_subsite ) {
                    return false;
                }
            }

            // If the site is a clone of another subsite in the network, or a localhost one, try to auto activate the license.
            return $this->delete_install_and_connect( $instance, $license->secret_key );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        private function try_resolve_clone_automatically() {
            $clone_action = $this->get_clone_resolution_action_from_config();

            if ( ! empty( $clone_action ) ) {
                $this->try_resolve_clone_automatically_by_config( $clone_action );
                return;
            }

            $this->try_automatic_resolution();
        }

        /**
         * Tries to resolve the clone situation automatically based on the config in the wp-config.php file.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param string $clone_action
         */
        private function try_resolve_clone_automatically_by_config( $clone_action ) {
            $fs_instances = array();

            if ( self::OPTION_LONG_TERM_DUPLICATE === $clone_action ) {
                $instances = Freemius::_get_all_instances();

                foreach ( $instances as $instance ) {
                    if ( ! $instance->is_registered() ) {
                        continue;
                    }

                    if ( ! $instance->is_clone() ) {
                        continue;
                    }

                    $license = $instance->has_features_enabled_license() ?
                        $instance->_get_license() :
                        null;

                    if (
                        is_object( $license ) &&
                        ! $license->is_utilized(
                            ( WP_FS__IS_LOCALHOST_FOR_SERVER || FS_Site::is_localhost_by_address( Freemius::get_unfiltered_site_url() ) )
                        )
                    ) {
                        $fs_instances[] = $instance;
                    }
                }

                if ( empty( $fs_instances ) ) {
                    return;
                }
            }

            $this->resolve_cloned_sites( $clone_action, $fs_instances );
        }

        /**
         * @author Leo Fajard (@leorw)
         * @since 2.5.0
         *
         * @return string|null
         */
        private function get_clone_resolution_action_from_config() {
            if ( ! defined( 'FS__RESOLVE_CLONE_AS' ) ) {
                return null;
            }

            if ( ! in_array(
                FS__RESOLVE_CLONE_AS,
                array(
                    self::OPTION_NEW_HOME,
                    self::OPTION_TEMPORARY_DUPLICATE,
                    self::OPTION_LONG_TERM_DUPLICATE,
                )
            ) ) {
                return null;
            }

            return FS__RESOLVE_CLONE_AS;
        }

        /**
         * Tries to recover the install of a newly created subsite or resolve it if it's a clone.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param Freemius $instance
         */
        function maybe_resolve_new_subsite_install_automatically( Freemius $instance ) {
            if ( ! $instance->is_user_in_admin() ) {
                // Try to recover an install or resolve a clone only when there's a user in admin to prevent doing it prematurely (e.g., the install can get replaced with clone data again).
                return;
            }

            if ( ! is_multisite() ) {
                return;
            }

            $new_blog_install_map = $this->new_blog_install_map;

            if ( empty( $new_blog_install_map ) || ! is_array( $new_blog_install_map ) ) {
                return;
            }

            $is_network_admin = fs_is_network_admin();

            if ( ! $is_network_admin ) {
                // If not in network admin, handle the current site.
                $blog_id = get_current_blog_id();
            } else {
                // If in network admin, handle only the first site.
                $blog_ids = array_keys( $new_blog_install_map );
                $blog_id  = $blog_ids[0];
            }

            if ( ! isset( $new_blog_install_map[ $blog_id ] ) ) {
                // There's no site to handle.
                return;
            }

            $expected_install_id = $new_blog_install_map[ $blog_id ]['install_id'];

            $current_install    = $instance->get_install_by_blog_id( $blog_id );
            $current_install_id = is_object( $current_install ) ?
                $current_install->id :
                null;

            if ( $expected_install_id == $current_install_id ) {
                // Remove the current site's information from the map to prevent handling it again.
                $this->remove_new_blog_install_info_from_storage( $blog_id );

                return;
            }

            require_once WP_FS__DIR_INCLUDES . '/class-fs-lock.php';

            $lock = new FS_Lock( self::OPTION_NAME . '_subsite' );

            if ( ! $lock->try_lock(60) ) {
                return;
            }

            $instance->switch_to_blog( $blog_id );

            $current_url          = untrailingslashit( Freemius::get_unfiltered_site_url( null, true ) );
            $current_install_url  = is_object( $current_install ) ?
                fs_strip_url_protocol( untrailingslashit( $current_install->url ) ) :
                null;

            // This can be `false` even if the install is a clone as the URL can be updated as part of the cloning process.
            $is_clone = ( ! is_null( $current_install_url ) && $current_url !== $current_install_url );

            if ( ! FS_Site::is_valid_id( $expected_install_id ) ) {
                $expected_install = null;
            } else {
                $expected_install = $instance->fetch_install_by_id( $expected_install_id );
            }

            if ( FS_Api::is_api_result_entity( $expected_install ) ) {
                // Replace the current install with the expected install.
                $instance->store_site( new FS_Site( clone $expected_install ) );
                $instance->sync_install( array( 'is_new_site' => true ), true );
            } else {
                $network_subsite_clone_install = null;

                if ( ! $is_clone ) {
                    // It is possible that `$is_clone` is `false` but the install is actually a clone as the following call checks the install ID and not the URL.
                    $network_subsite_clone_install = $this->find_network_subsite_clone_install( $instance );
                }

                if ( $is_clone || is_object( $network_subsite_clone_install ) ) {
                    // If there's no expected install (or it couldn't be fetched) and the current install is a clone, try to resolve the clone automatically.
                    $is_localhost = FS_Site::is_localhost_by_address( $current_url );

                    $resolved = $this->try_resolve_clone_automatically_by_instance( $instance, $current_url, $is_localhost, is_object( $network_subsite_clone_install ) );

                    if ( ! $resolved && is_object( $network_subsite_clone_install ) ) {
                        if ( empty( $this->get_clone_identification_timestamp() ) ) {
                            $this->store_clone_identification_timestamp();
                        }

                        // Since the clone couldn't be identified based on the URL, replace the stored install with the cloned install so that the manual clone resolution notice will appear.
                        $instance->store_site( clone $network_subsite_clone_install );
                    }
                }
            }

            $instance->restore_current_blog();

            // Remove the current site's information from the map to prevent handling it again.
            $this->remove_new_blog_install_info_from_storage( $blog_id );

            $lock->unlock();
        }

        /**
         * If a new install was created after creating a new subsite, its ID is stored in the blog-install map so that it can be recovered in case it's replaced with a clone install (e.g., when the newly created subsite is a clone). The IDs of the clone subsites that were created while not running this version of the SDK or a higher version will also be stored in the said map so that the clone manager can also try to resolve them later on.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param int     $blog_id
         * @param FS_Site $site
         */
        function store_blog_install_info( $blog_id, $site = null ) {
            $new_blog_install_map = $this->new_blog_install_map;

            if (
                empty( $new_blog_install_map ) ||
                ! is_array( $new_blog_install_map )
            ) {
                $new_blog_install_map = array();
            }

            $install_id = null;

            if ( is_object( $site ) ) {
                $install_id = $site->id;
            }

            $new_blog_install_map[ $blog_id ] = array( 'install_id' => $install_id );

            $this->new_blog_install_map = $new_blog_install_map;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param int $blog_id
         */
        private function remove_new_blog_install_info_from_storage( $blog_id ) {
            $new_blog_install_map = $this->new_blog_install_map;

            unset( $new_blog_install_map[ $blog_id ] );
            $this->new_blog_install_map = $new_blog_install_map;
        }

        /**
         * Tries to resolve all clones automatically.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @return bool If managed to automatically resolve all clones.
         */
        private function try_automatic_resolution() {
            $this->_logger->entrance();

            require_once WP_FS__DIR_INCLUDES . '/class-fs-lock.php';

            $lock = new FS_Lock( self::OPTION_NAME );

            /**
             * Try to acquire lock for the next 60 sec based on the thread ID.
             */
            if ( ! $lock->try_lock( 60 ) ) {
                return false;
            }

            $current_url  = untrailingslashit( Freemius::get_unfiltered_site_url( null, true ) );
            $is_localhost = FS_Site::is_localhost_by_address( $current_url );

            $require_manual_resolution = false;

            $instances = Freemius::_get_all_instances();

            foreach ( $instances as $instance ) {
                if ( ! $instance->is_registered() ) {
                    continue;
                }

                if ( ! $instance->is_clone() ) {
                    continue;
                }

                if ( ! $this->try_resolve_clone_automatically_by_instance( $instance, $current_url, $is_localhost ) ) {
                    $require_manual_resolution = true;
                }
            }

            // Create a 1-day lock.
            $lock->lock( WP_FS__TIME_24_HOURS_IN_SEC );

            return ( ! $require_manual_resolution );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Manual Clone Resolution
        #--------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _add_clone_resolution_javascript() {
            $vars = array( 'ajax_action' => Freemius::get_ajax_action_static( 'handle_clone_resolution' ) );

            fs_require_once_template( 'clone-resolution-js.php', $vars );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _clone_resolution_action_ajax_handler() {
            $this->_logger->entrance();

            check_ajax_referer( Freemius::get_ajax_action_static( 'handle_clone_resolution' ), 'security' );

            $clone_action = fs_request_get( 'clone_action' );
            $blog_id      = is_multisite() ?
                fs_request_get( 'blog_id' ) :
                0;

            if ( is_multisite() && $blog_id == get_current_blog_id() ) {
                $blog_id = 0;
            }

            if ( empty( $clone_action ) ) {
                Freemius::shoot_ajax_failure( array(
                    'message'      => fs_text_inline( 'Invalid clone resolution action.', 'invalid-clone-resolution-action-error' ),
                    'redirect_url' => '',
                ) );
            }

            $result = $this->resolve_cloned_sites( $clone_action, array(), $blog_id );

            Freemius::shoot_ajax_success( $result );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param string     $clone_action
         * @param Freemius[] $fs_instances
         * @param int        $blog_id
         *
         * @return array
         */
        private function resolve_cloned_sites( $clone_action, $fs_instances = array(), $blog_id = 0 ) {
            $this->_logger->entrance();

            $result = array();

            $instances_with_clone       = array();
            $instances_with_clone_count = 0;
            $install_by_instance_id     = array();

            $instances = ( ! empty( $fs_instances ) ) ?
                $fs_instances :
                Freemius::_get_all_instances();

            $should_switch_to_blog = ( $blog_id > 0 );

            foreach ( $instances as $instance ) {
                if ( $should_switch_to_blog ) {
                    $instance->switch_to_blog( $blog_id );
                }

                if ( $instance->is_registered() && $instance->is_clone() ) {
                    $instances_with_clone[] = $instance;

                    $instances_with_clone_count ++;

                    $install_by_instance_id[ $instance->get_id() ] = $instance->get_site();
                }
            }

            if ( self::OPTION_TEMPORARY_DUPLICATE === $clone_action ) {
                $this->store_temporary_duplicate_timestamp();
            } else {
                $redirect_url = '';

                foreach ( $instances_with_clone as $instance ) {
                    if ( $should_switch_to_blog ) {
                        $instance->switch_to_blog( $blog_id );
                    }

                    $has_error = false;

                    if ( self::OPTION_NEW_HOME === $clone_action ) {
                        $instance->sync_install( array( 'is_new_site' => true ), true );

                        if ( $instance->is_clone() ) {
                            $has_error = true;
                        }
                    } else {
                        $instance->_handle_long_term_duplicate();

                        if ( ! is_object( $instance->get_site() ) ) {
                            $has_error = true;
                        }
                    }
                    
                    if ( $has_error && 1 === $instances_with_clone_count ) {
                        $redirect_url = $instance->get_activation_url();
                    }
                }

                $result = ( array( 'redirect_url' => $redirect_url ) );
            }
            
            foreach ( $instances_with_clone as $instance ) {
                if ( $should_switch_to_blog ) {
                    $instance->switch_to_blog( $blog_id );
                }

                // No longer a clone, send an update.
                if ( ! $instance->is_clone() ) {
                    $instance->send_clone_resolution_update(
                        $clone_action,
                        $install_by_instance_id[ $instance->get_id() ]
                    );
                }
            }

            if ( 'temporary_duplicate_license_activation' !== $clone_action ) {
                $this->remove_clone_resolution_options_notice();
            } else {
                $this->remove_temporary_duplicate_notice();
            }

            if ( $should_switch_to_blog ) {
                foreach ( $instances as $instance ) {
                    $instance->restore_current_blog();
                }
            }

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        private function hide_clone_admin_notices() {
            $this->remove_clone_resolution_options_notice( false );
            $this->remove_temporary_duplicate_notice( false );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function maybe_show_clone_admin_notice() {
            $this->_logger->entrance();

            if ( fs_is_network_admin() ) {
                $existing_notice_ids = $this->maybe_remove_notices();

                if ( ! empty( $existing_notice_ids ) ) {
                    fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );
                }

                return;
            }

            $first_instance_with_clone = null;

            $site_urls                        = array();
            $sites_with_license_urls          = array();
            $sites_with_premium_version_count = 0;
            $product_ids                      = array();
            $product_titles                   = array();

            $instances = Freemius::_get_all_instances();

            foreach ( $instances as $instance ) {
                if ( ! $instance->is_registered()  ) {
                    continue;
                }

                if ( ! $instance->is_clone( true ) ) {
                    continue;
                }

                $install = $instance->get_site();

                $site_urls[]      = $install->url;
                $product_ids[]    = $instance->get_id();
                $product_titles[] = $instance->get_plugin_title();

                if ( is_null( $first_instance_with_clone ) ) {
                    $first_instance_with_clone = $instance;
                }

                if ( is_object( $instance->_get_license() ) ) {
                    $sites_with_license_urls[] = $install->url;
                }

                if ( $instance->is_premium() ) {
                    $sites_with_premium_version_count ++;
                }
            }

            if ( empty( $site_urls ) && empty( $sites_with_license_urls ) ) {
                $this->hide_clone_admin_notices();

                return;
            }

            $site_urls               = array_unique( $site_urls );
            $sites_with_license_urls = array_unique( $sites_with_license_urls );

            $module_label              = fs_text_inline( 'products', 'products' );
            $admin_notice_module_title = null;

            $has_temporary_duplicate_mode_expired = $this->has_temporary_duplicate_mode_expired();

            if (
                ! $this->was_temporary_duplicate_mode_selected() ||
                $has_temporary_duplicate_mode_expired
            ) {
                if ( ! empty( $site_urls ) ) {
                    fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );

                    $doc_url = 'https://freemius.com/help/documentation/wordpress-sdk/safe-mode-clone-resolution-duplicate-website/';

                    if ( 1 === count( $instances ) ) {
                        $doc_url = fs_apply_filter(
                            $first_instance_with_clone->get_unique_affix(),
                            'clone_resolution_documentation_url',
                            $doc_url
                        );
                    }

                    $this->add_manual_clone_resolution_admin_notice(
                        $product_ids,
                        $product_titles,
                        $site_urls,
                        Freemius::get_unfiltered_site_url(),
                        ( count( $site_urls ) === count( $sites_with_license_urls ) ),
                        ( count( $site_urls ) === $sites_with_premium_version_count ),
                        $doc_url
                    );
                }

                return;
            }

            if ( empty( $sites_with_license_urls ) ) {
                return;
            }

            if ( ! $this->is_temporary_duplicate_notice_shown() ) {
                $last_time_temporary_duplicate_notice_shown  = $this->temporary_duplicate_notice_shown_timestamp;
                $was_temporary_duplicate_notice_shown_before = is_numeric( $last_time_temporary_duplicate_notice_shown );

                if ( $was_temporary_duplicate_notice_shown_before ) {
                    $temporary_duplicate_mode_expiration_timestamp = $this->get_temporary_duplicate_expiration_timestamp();
                    $current_time                                  = time();

                    if (
                        $current_time > $temporary_duplicate_mode_expiration_timestamp ||
                        $current_time < ( $temporary_duplicate_mode_expiration_timestamp - ( 2 * WP_FS__TIME_24_HOURS_IN_SEC ) )
                    ) {
                        // Do not show the notice if the temporary duplicate mode has already expired or it will expire more than 2 days from now.
                        return;
                    }
                }
            }

            if ( 1 === count( $sites_with_license_urls ) ) {
                $module_label              = $first_instance_with_clone->get_module_label( true );
                $admin_notice_module_title = $first_instance_with_clone->get_plugin_title();
            }

            fs_enqueue_local_style( 'fs_clone_resolution_notice', '/admin/clone-resolution.css' );

            $this->add_temporary_duplicate_sticky_notice(
                $product_ids,
                $this->get_temporary_duplicate_admin_notice_string( $sites_with_license_urls, $product_titles, $module_label ),
                $admin_notice_module_title
            );
        }

        /**
         * Removes the notices from the storage if the context product is either no longer active on the context subsite or it's active but there's no longer any clone. This prevents the notices from being shown on the network-level admin page when they are no longer relevant.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.1
         *
         * @return string[]
         */
        private function maybe_remove_notices() {
            $notices = array(
                'clone_resolution_options_notice' => $this->_notices->get_sticky( 'clone_resolution_options_notice', true ),
                'temporary_duplicate_notice'      => $this->_notices->get_sticky( 'temporary_duplicate_notice', true ),
            );

            $instances = Freemius::_get_all_instances();

            foreach ( $notices as $id => $notice ) {
                if ( ! is_array( $notice ) ) {
                    unset( $notices[ $id ] );
                    continue;
                }

                if ( empty( $notice['data'] ) || ! is_array( $notice['data'] ) ) {
                    continue;
                }

                if ( empty( $notice['data']['product_ids'] ) || empty( $notice['data']['blog_id'] ) ) {
                    continue;
                }

                $product_ids = $notice['data']['product_ids'];
                $blog_id     = $notice['data']['blog_id'];
                $has_clone   = false;

                if ( ! is_null( get_site( $blog_id ) ) ) {
                    foreach ( $product_ids as $product_id ) {
                        if ( ! isset( $instances[ 'm_' . $product_id ] ) ) {
                            continue;
                        }

                        $instance = $instances[ 'm_' . $product_id ];

                        $plugin_basename = $instance->get_plugin_basename();

                        $is_plugin_active = is_plugin_active_for_network( $plugin_basename );

                        if ( ! $is_plugin_active ) {
                            switch_to_blog( $blog_id );

                            $is_plugin_active = is_plugin_active( $plugin_basename );

                            restore_current_blog();
                        }

                        if ( ! $is_plugin_active ) {
                            continue;
                        }

                        $install  = $instance->get_install_by_blog_id( $blog_id );

                        if ( ! is_object( $install ) ) {
                            continue;
                        }

                        $subsite_url = Freemius::get_unfiltered_site_url( $blog_id, true, true );

                        $has_clone = ( fs_strip_url_protocol( trailingslashit( $install->url ) ) !== $subsite_url );
                    }
                }

                if ( ! $has_clone ) {
                    $this->_notices->remove_sticky( $id, true, false );
                    unset( $notices[ $id ] );
                }
            }

            return array_keys( $notices );
        }

        /**
         * Adds a notice that provides the logged-in WordPress user with manual clone resolution options.
         *
         * @param number[] $product_ids
         * @param string[] $site_urls
         * @param string   $current_url
         * @param bool     $has_license
         * @param bool     $is_premium
         * @param string   $doc_url
         */
        private function add_manual_clone_resolution_admin_notice(
            $product_ids,
            $product_titles,
            $site_urls,
            $current_url,
            $has_license,
            $is_premium,
            $doc_url
        ) {
            $this->_logger->entrance();

            $total_sites = count( $site_urls );
            $sites_list  = '';

            $total_products = count( $product_titles );
            $products_list  = '';

            if ( 1 === $total_products ) {
                $notice_header = sprintf(
                    '<div class="fs-notice-header"><p>%s</p></div>',
                    fs_esc_html_inline( '%1$s has been placed into safe mode because we noticed that %2$s is an exact copy of %3$s.', 'single-cloned-site-safe-mode-message' )
                );
            } else {
                $notice_header = sprintf(
                    '<div class="fs-notice-header"><p>%s</p></div>',
                    ( 1 === $total_sites ) ?
                        fs_esc_html_inline( 'The products below have been placed into safe mode because we noticed that %2$s is an exact copy of %3$s:%1$s', 'multiple-products-cloned-site-safe-mode-message' ) :
                        fs_esc_html_inline( 'The products below have been placed into safe mode because we noticed that %2$s is an exact copy of these sites:%3$s%1$s', 'multiple-products-multiple-cloned-sites-safe-mode-message' )
                );

                foreach ( $product_titles as $product_title ) {
                    $products_list .= sprintf( '<li>%s</li>', $product_title );
                }

                $products_list = '<ol>' . $products_list . '</ol>';

                foreach ( $site_urls as $site_url ) {
                    $sites_list .= sprintf(
                        '<li><a href="%s" target="_blank">%s</a></li>',
                        $site_url,
                        fs_strip_url_protocol( $site_url )
                    );
                }

                $sites_list = '<ol>' . $sites_list . '</ol>';
            }

            $remote_site_link = '<b>' . (1 === $total_sites ?
                sprintf(
                    '<a href="%s" target="_blank">%s</a>',
                    $site_urls[0],
                    fs_strip_url_protocol( $site_urls[0] )
                ) :
                fs_text_inline( 'the above-mentioned sites', 'above-mentioned-sites' )) . '</b>';

            $current_site_link = sprintf(
                '<b><a href="%s" target="_blank">%s</a></b>',
                $current_url,
                fs_strip_url_protocol( $current_url )
            );

            $button_template = '<button class="button" data-clone-action="%s">%s</button>';
            $option_template = '<div class="fs-clone-resolution-option"><strong>%s</strong><p>%s</p><div>%s</div></div>';

            $duplicate_option = sprintf(
                $option_template,
                fs_esc_html_inline( 'Is %2$s a duplicate of %4$s?', 'duplicate-site-confirmation-message' ),
                fs_esc_html_inline( 'Yes, %2$s is a duplicate of %4$s for the purpose of testing, staging, or development.', 'duplicate-site-message' ),
                ( $this->has_temporary_duplicate_mode_expired() ?
                    sprintf(
                        $button_template,
                        'long_term_duplicate',
                        fs_text_inline( 'Long-Term Duplicate', 'long-term-duplicate' )
                    ) :
                    sprintf(
                        $button_template,
                        'temporary_duplicate',
                        fs_text_inline( 'Duplicate Website', 'duplicate-site' )
                    ) )
            );

            $migration_option = sprintf(
                $option_template,
                fs_esc_html_inline( 'Is %2$s the new home of %4$s?', 'migrate-site-confirmation-message' ),
                sprintf(
                    fs_esc_html_inline( 'Yes, %%2$s is replacing %%4$s. I would like to migrate my %s from %%4$s to %%2$s.', 'migrate-site-message' ),
                    ( $has_license ? fs_text_inline( 'license', 'license' ) : fs_text_inline( 'data', 'data' ) )
                ),
                sprintf(
                    $button_template,
                    'new_home',
                    $has_license ?
                        fs_text_inline( 'Migrate License', 'migrate-product-license' ) :
                        fs_text_inline( 'Migrate', 'migrate-product-data' )
                )
            );

            $new_website = sprintf(
                $option_template,
                fs_esc_html_inline( 'Is %2$s a new website?', 'new-site-confirmation-message' ),
                fs_esc_html_inline( 'Yes, %2$s is a new and different website that is separate from %4$s.', 'new-site-message' ) .
                ($is_premium ?
                    ' ' . fs_text_inline( 'It requires license activation.', 'new-site-requires-license-activation-message' ) :
                    ''
                ),
                sprintf(
                    $button_template,
                    'new_website',
                    ( ! $is_premium || ! $has_license ) ?
                        fs_text_inline( 'New Website', 'new-website' ) :
                        fs_text_inline( 'Activate License', 'activate-license' )
                )
            );

            $blog_id = get_current_blog_id();

            /**
             * %1$s - single product's title or product titles list.
             * %2$s - site's URL.
             * %3$s - single install's URL or install URLs list.
             * %4$s - Clone site's link or "the above-mentioned sites" if there are multiple clone sites.
             */
            $message = sprintf(
                $notice_header .
                '<div class="fs-clone-resolution-options-container" data-ajax-url="' . esc_attr( admin_url( 'admin-ajax.php?_fs_network_admin=false', 'relative' ) ) . '" data-blog-id="' . $blog_id . '">' .
                $duplicate_option .
                $migration_option .
                $new_website . '</div>' .
                sprintf( '<div class="fs-clone-documentation-container">Unsure what to do? <a href="%s" target="_blank">Read more here</a>.</div>', $doc_url ),
                // %1$s
                ( 1 === $total_products ?
                    sprintf( '<b>%s</b>', $product_titles[0] ) :
                    ( 1 === $total_sites ?
                        sprintf( '<div>%s</div>', $products_list ) :
                        sprintf( '<div><p><strong>%s</strong>:</p>%s</div>', fs_esc_html_x_inline( 'Products', 'Clone resolution admin notice products list label', 'products' ), $products_list ) )
                ),
                // %2$s
                $current_site_link,
                // %3$s
                ( 1 === $total_sites ?
                    $remote_site_link :
                    $sites_list ),
                // %4$s
                $remote_site_link
            );

            $this->_notices->add_sticky(
                $message,
                'clone_resolution_options_notice',
                '',
                'warn',
                true,
                null,
                null,
                true,
                // Intentionally not dismissible.
                false,
                array(
                    'product_ids' => $product_ids,
                    'blog_id'     => $blog_id
                )
            );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Temporary Duplicate (Short Term)
        #--------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @return string
         */
        private function get_temporary_duplicate_admin_notice_string(
            $site_urls,
            $product_titles,
            $module_label
        ) {
            $this->_logger->entrance();

            $temporary_duplicate_end_date = $this->get_temporary_duplicate_expiration_timestamp();
            $temporary_duplicate_end_date = date( 'M j, Y', $temporary_duplicate_end_date );

            $current_url       = Freemius::get_unfiltered_site_url();
            $current_site_link = sprintf(
                '<b><a href="%s" target="_blank">%s</a></b>',
                $current_url,
                fs_strip_url_protocol( $current_url )
            );

            $total_sites = count( $site_urls );
            $sites_list  = '';

            $total_products = count( $product_titles );
            $products_list  = '';

            if ( $total_sites > 1 ) {
                foreach ( $site_urls as $site_url ) {
                    $sites_list .= sprintf(
                        '<li><a href="%s" target="_blank">%s</a></li>',
                        $site_url,
                        fs_strip_url_protocol( $site_url )
                    );
                }

                $sites_list = '<ol class="fs-sites-list">' . $sites_list . '</ol>';
            }

            if ( $total_products > 1 ) {
                foreach ( $product_titles as $product_title ) {
                    $products_list .= sprintf( '<li>%s</li>', $product_title );
                }

                $products_list = '<ol>' . $products_list . '</ol>';
            }

            return sprintf(
                sprintf(
                    '<div>%s</div>',
                    ( 1 === $total_sites ?
                        sprintf( '<p>%s</p>', fs_esc_html_inline( 'You marked this website, %s, as a temporary duplicate of %s.', 'temporary-duplicate-message' ) ) :
                        sprintf( '<p>%s:</p>', fs_esc_html_inline( 'You marked this website, %s, as a temporary duplicate of these sites', 'temporary-duplicate-of-sites-message' ) ) . '%s' )
                ) . '%s',
                $current_site_link,
                ( 1 === $total_sites ?
                    sprintf(
                        '<b><a href="%s" target="_blank">%s</a></b>',
                        $site_urls[0],
                        fs_strip_url_protocol( $site_urls[0] )
                    ) :
                    $sites_list ),
                sprintf(
                    '<div class="fs-clone-resolution-options-container fs-duplicate-site-options" data-ajax-url="%s" data-blog-id="' . get_current_blog_id() . '"><p>%s</p>%s<p>%s</p></div>',
                    esc_attr( admin_url( 'admin-ajax.php?_fs_network_admin=false', 'relative' ) ),
                    sprintf(
                        fs_esc_html_inline( "%s automatic security & feature updates and paid functionality will keep working without interruptions until %s (or when your license expires, whatever comes first).", 'duplicate-site-confirmation-message' ),
                        ( 1 === $total_products ?
                            sprintf(
                                fs_esc_html_x_inline( "The %s's", '"The <product_label>", e.g.: "The plugin"', 'the-product-x'),
                                "<strong>{$module_label}</strong>"
                            ) :
                            fs_esc_html_inline( "The following products'", 'the-following-products' ) ),
                        sprintf( '<strong>%s</strong>', $temporary_duplicate_end_date )
                    ),
                    ( 1 === $total_products ?
                        '' :
                        sprintf( '<div>%s</div>', $products_list )
                    ),
                    sprintf(
                        fs_esc_html_inline( 'If this is a long term duplicate, to keep automatic updates and paid functionality after %s, please %s.', 'duplicate-site-message' ),
                        sprintf( '<strong>%s</strong>', $temporary_duplicate_end_date),
                        sprintf( '<a href="#" id="fs_temporary_duplicate_license_activation_link" data-clone-action="temporary_duplicate_license_activation">%s</a>', fs_esc_html_inline( 'activate a license here', 'activate-license-here' ) )
                    )
                )
            );
        }

        /**
         * Determines if the temporary duplicate mode has already expired.
         *
         * @return bool
         */
        function has_temporary_duplicate_mode_expired() {
            $temporary_duplicate_mode_start_timestamp = $this->was_temporary_duplicate_mode_selected() ?
                $this->get_option( 'temporary_duplicate_mode_selection_timestamp', true ) :
                $this->get_clone_identification_timestamp();

            if ( ! is_numeric( $temporary_duplicate_mode_start_timestamp ) ) {
                return false;
            }

            return ( time() > ( $temporary_duplicate_mode_start_timestamp + self::TEMPORARY_DUPLICATE_PERIOD ) );
        }

        /**
         * Determines if the logged-in WordPress user manually selected the temporary duplicate mode for the site.
         *
         * @return bool
         */
        function was_temporary_duplicate_mode_selected() {
            return is_numeric( $this->temporary_duplicate_mode_selection_timestamp );
        }

        /**
         * Stores the time when the logged-in WordPress user selected the temporary duplicate mode for the site.
         */
        private function store_temporary_duplicate_timestamp() {
            $this->temporary_duplicate_mode_selection_timestamp = time();
        }

        /**
         * Removes the notice that is shown when the logged-in WordPress user has selected the temporary duplicate mode for the site.
         *
         * @param bool $store
         */
        function remove_clone_resolution_options_notice( $store = true ) {
            $this->_notices->remove_sticky( 'clone_resolution_options_notice', true, $store );
        }

        /**
         * Removes the notice that is shown when the logged-in WordPress user has selected the temporary duplicate mode for the site.
         *
         * @param bool $store
         */
        function remove_temporary_duplicate_notice( $store = true ) {
            $this->_notices->remove_sticky( 'temporary_duplicate_notice', true, $store );
        }

        /**
         * Determines if the manual clone resolution options notice is currently being shown.
         *
         * @return bool
         */
        function is_clone_resolution_options_notice_shown() {
            return $this->_notices->has_sticky( 'clone_resolution_options_notice', true );
        }

        /**
         * Determines if the temporary duplicate notice is currently being shown.
         *
         * @return bool
         */
        function is_temporary_duplicate_notice_shown() {
            return $this->_notices->has_sticky( 'temporary_duplicate_notice', true );
        }

        /**
         * Determines if a site was marked as a temporary duplicate and if it's still a temporary duplicate.
         *
         * @return bool
         */
        function is_temporary_duplicate_by_blog_id( $blog_id ) {
            $timestamp = $this->get_option( 'temporary_duplicate_mode_selection_timestamp', false, $blog_id );

            return (
                is_numeric( $timestamp ) &&
                time() < ( $timestamp + self::TEMPORARY_DUPLICATE_PERIOD )
            );
        }

        /**
         * Determines the last time the temporary duplicate notice was shown.
         *
         * @return int|null
         */
        function last_time_temporary_duplicate_notice_was_shown() {
            return $this->temporary_duplicate_notice_shown_timestamp;
        }

        /**
         * Clears the time that has been stored when the temporary duplicate notice was shown.
         */
        function clear_temporary_duplicate_notice_shown_timestamp() {
            unset( $this->temporary_duplicate_notice_shown_timestamp );
        }

        /**
         * Adds a temporary duplicate notice that provides the logged-in WordPress user with an option to activate a license for the site.
         *
         * @param number[]    $product_ids
         * @param string      $message
         * @param string|null $plugin_title
         */
        function add_temporary_duplicate_sticky_notice(
            $product_ids,
            $message,
            $plugin_title = null
        ) {
            $this->_logger->entrance();

            $this->_notices->add_sticky(
                $message,
                'temporary_duplicate_notice',
                '',
                'promotion',
                true,
                null,
                $plugin_title,
                true,
                true,
                array(
                    'product_ids' => $product_ids,
                    'blog_id'     => get_current_blog_id()
                )
            );

            $this->temporary_duplicate_notice_shown_timestamp = time();
        }

        #endregion

        /**
         * @author Leo Fajardo
         * @since 2.5.0
         *
         * @param string $key
         *
         * @return bool
         */
        private function should_use_network_storage( $key ) {
            return ( 'new_blog_install_map' === $key );
        }

        /**
         * @param string      $key
         * @param number|null $blog_id
         *
         * @return FS_Option_Manager
         */
        private function get_storage( $key, $blog_id = null ) {
            if ( is_numeric( $blog_id ) ){
                return FS_Option_Manager::get_manager( WP_FS___OPTION_PREFIX . self::OPTION_MANAGER_NAME, true, $blog_id );
            }

            return $this->should_use_network_storage( $key ) ?
                $this->_network_storage :
                $this->_storage;
        }

        /**
         * @param string      $name
         * @param bool        $flush
         * @param number|null $blog_id
         *
         * @return mixed
         */
        private function get_option( $name, $flush = false, $blog_id = null ) {
            return $this->get_storage( $name, $blog_id )->get_option( $name, null, $flush );
        }

        #--------------------------------------------------------------------------------
        #region Magic methods
        #--------------------------------------------------------------------------------

        /**
         * @param string     $name
         * @param int|string $value
         */
        function __set( $name, $value ) {
            $this->get_storage( $name )->set_option( $name, $value, true );
        }

        /**
         * @param string $name
         *
         * @return bool
         */
        function __isset( $name ) {
            return $this->get_storage( $name )->has_option( $name, true );
        }

        /**
         * @param string $name
         */
        function __unset( $name ) {
            $this->get_storage( $name )->unset_option( $name, true );
        }

        /**
         * @param string $name
         *
         * @return null|int|string
         */
        function __get( $name ) {
            return $this->get_option(
                $name,
                // Reload storage from DB when accessing request_handler_* options to avoid race conditions.
                fs_starts_with( $name, 'request_handler' )
            );
        }

        #endregion
    }
freemius/includes/managers/class-fs-admin-notice-manager.php000064400000045124151213253160020174 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.7
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Admin_Notice_Manager {
        /**
         * @since 1.2.2
         *
         * @var string
         */
        protected $_module_unique_affix;
        /**
         * @var string
         */
        protected $_id;
        /**
         * @var string
         */
        protected $_title;
        /**
         * @var array[string]array
         */
        private $_notices = array();
        /**
         * @var FS_Key_Value_Storage
         */
        private $_sticky_storage;
        /**
         * @var FS_Logger
         */
        protected $_logger;
        /**
         * @since 2.0.0
         * @var int The ID of the blog that is associated with the current site level admin notices.
         */
        private $_blog_id = 0;
        /**
         * @since 2.0.0
         * @var bool
         */
        private $_is_network_notices;

        /**
         * @var FS_Admin_Notice_Manager[]
         */
        private static $_instances = array();

        /**
         * @param string $id
         * @param string $title
         * @param string $module_unique_affix
         * @param bool   $is_network_and_blog_admins           Whether or not the message should be shown both on
         *                                                     network and blog admin pages.
         * @param bool   $network_level_or_blog_id Since 2.0.0
         *
         * @return \FS_Admin_Notice_Manager
         */
        static function instance(
            $id,
            $title = '',
            $module_unique_affix = '',
            $is_network_and_blog_admins = false,
            $network_level_or_blog_id = false
        ) {
            if ( $is_network_and_blog_admins ) {
                $network_level_or_blog_id = true;
            }

            $key = strtolower( $id );

            if ( is_multisite() ) {
                if ( true === $network_level_or_blog_id ) {
                    $key .= ':ms';
                } else if ( is_numeric( $network_level_or_blog_id ) && $network_level_or_blog_id > 0 ) {
                    $key .= ":{$network_level_or_blog_id}";
                } else {
                    $network_level_or_blog_id = get_current_blog_id();

                    $key .= ":{$network_level_or_blog_id}";
                }
            }

            if ( ! isset( self::$_instances[ $key ] ) ) {
                self::$_instances[ $key ] = new FS_Admin_Notice_Manager(
                    $id,
                    $title,
                    $module_unique_affix,
                    $is_network_and_blog_admins,
                    $network_level_or_blog_id
                );
            }

            return self::$_instances[ $key ];
        }

        /**
         * @param string $id
         * @param string $title
         * @param string $module_unique_affix
         * @param bool   $is_network_and_blog_admins Whether or not the message should be shown both on network and
         *                                             blog admin pages.
         * @param bool|int $network_level_or_blog_id
         */
        protected function __construct(
            $id,
            $title = '',
            $module_unique_affix = '',
            $is_network_and_blog_admins = false,
            $network_level_or_blog_id = false
        ) {
            $this->_id                  = $id;
            $this->_logger              = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->_id . '_data', WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );
            $this->_title               = ! empty( $title ) ? $title : '';
            $this->_module_unique_affix = $module_unique_affix;
            $this->_sticky_storage      = FS_Key_Value_Storage::instance( 'admin_notices', $this->_id, $network_level_or_blog_id );

            if ( is_multisite() ) {
                $this->_is_network_notices = ( true === $network_level_or_blog_id );

                if ( is_numeric( $network_level_or_blog_id ) ) {
                    $this->_blog_id = $network_level_or_blog_id;
                }
            } else {
                $this->_is_network_notices = false;
            }

            $is_network_admin = fs_is_network_admin();
            $is_blog_admin    = fs_is_blog_admin();

            if ( ( $this->_is_network_notices && $is_network_admin ) ||
                 ( ! $this->_is_network_notices && $is_blog_admin ) ||
                ( $is_network_and_blog_admins && ( $is_network_admin || $is_blog_admin ) )
            ) {
                if ( 0 < count( $this->_sticky_storage ) ) {
                    $ajax_action_suffix = str_replace( ':', '-', $this->_id );

                    // If there are sticky notices for the current slug, add a callback
                    // to the AJAX action that handles message dismiss.
                    add_action( "wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}", array(
                        &$this,
                        'dismiss_notice_ajax_callback'
                    ) );

                    foreach ( $this->_sticky_storage as $msg ) {
                        // Add admin notice.
                        $this->add(
                            $msg['message'],
                            $msg['title'],
                            $msg['type'],
                            true,
                            $msg['id'],
                            false,
                            isset( $msg['wp_user_id'] ) ? $msg['wp_user_id'] : null,
                            ! empty( $msg['plugin'] ) ? $msg['plugin'] : null,
                            $is_network_and_blog_admins,
                            isset( $msg['dismissible'] ) ?
                                $msg['dismissible'] :
                                null
                        );
                    }
                }
            }
        }

        /**
         * Remove sticky message by ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         */
        function dismiss_notice_ajax_callback() {
            check_admin_referer( 'fs_dismiss_notice_action' );

            if ( ! is_numeric( $_POST['message_id'] ) ) {
                $this->_sticky_storage->remove( $_POST['message_id'] );
            }

            wp_die();
        }

        /**
         * Rendered sticky message dismiss JavaScript.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        static function _add_sticky_dismiss_javascript() {
            $params = array();
            fs_require_once_template( 'sticky-admin-notice-js.php', $params );
        }

        private static $_added_sticky_javascript = false;

        /**
         * Hook to the admin_footer to add sticky message dismiss JavaScript handler.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        private static function has_sticky_messages() {
            if ( ! self::$_added_sticky_javascript ) {
                add_action( 'admin_footer', array( 'FS_Admin_Notice_Manager', '_add_sticky_dismiss_javascript' ) );
            }
        }

        /**
         * Handle admin_notices by printing the admin messages stacked in the queue.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         */
        function _admin_notices_hook() {
            if ( function_exists( 'current_user_can' ) &&
                 ! current_user_can( 'manage_options' )
            ) {
                // Only show messages to admins.
                return;
            }

            foreach ( $this->_notices as $id => $msg ) {
                if ( isset( $msg['wp_user_id'] ) && is_numeric( $msg['wp_user_id'] ) ) {
                    if ( get_current_user_id() != $msg['wp_user_id'] ) {
                        continue;
                    }
                }

                /**
                 * Added a filter to control the visibility of admin notices.
                 *
                 * Usage example:
                 *
                 *     /**
                 *      * @param bool  $show
                 *      * @param array $msg {
                 *      *     @var string $message The actual message.
                 *      *     @var string $title An optional message title.
                 *      *     @var string $type The type of the message ('success', 'update', 'warning', 'promotion').
                 *      *     @var string $id The unique identifier of the message.
                 *      *     @var string $manager_id The unique identifier of the notices manager. For plugins it would be the plugin's slug, for themes - `<slug>-theme`.
                 *      *     @var string $plugin The product's title.
                 *      *     @var string $wp_user_id An optional WP user ID that this admin notice is for.
                 *      * }
                 *      *
                 *      * @return bool
                 *      *\/
                 *      function my_custom_show_admin_notice( $show, $msg ) {
                 *          if ('trial_promotion' != $msg['id']) {
                 *              return false;
                 *          }
                 *
                 *          return $show;
                 *      }
                 *
                 *      my_fs()->add_filter( 'show_admin_notice', 'my_custom_show_admin_notice', 10, 2 );
                 *
                 * @author Vova Feldman
                 * @since 2.2.0
                 */
                $show_notice = call_user_func_array( 'fs_apply_filter', array(
                    $this->_module_unique_affix,
                    'show_admin_notice',
                    $this->show_admin_notices(),
                    $msg
                ) );

                if ( true !== $show_notice ) {
                    continue;
                }

                fs_require_template( 'admin-notice.php', $msg );

                if ( $msg['sticky'] ) {
                    self::has_sticky_messages();
                }
            }
        }

        /**
         * Enqueue common stylesheet to style admin notice.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        function _enqueue_styles() {
            fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
        }

        /**
         * Check if the current page is the Gutenberg block editor.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.3
         *
         * @return bool
         */
        function is_gutenberg_page() {
            if ( function_exists( 'is_gutenberg_page' ) &&
                 is_gutenberg_page()
            ) {
                // The Gutenberg plugin is on.
                return true;
            }

            $current_screen = get_current_screen();

            if ( method_exists( $current_screen, 'is_block_editor' ) &&
                 $current_screen->is_block_editor()
            ) {
                // Gutenberg page on 5+.
                return true;
            }

            return false;
        }

        /**
         * Check if admin notices should be shown on page. E.g., we don't want to show notices in the Visual Editor.
         *
         * @author Xiaheng Chen (@xhchen)
         * @since  2.4.2
         *
         * @return bool
         */
        function show_admin_notices() {
            global $pagenow;

            if ( 'about.php' === $pagenow ) {
                // Don't show admin notices on the About page.
                return false;
            }

            if ( $this->is_gutenberg_page() ) {
                // Don't show admin notices in Gutenberg (visual editor).
                return false;
            }

            return true;
        }

        /**
         * Add admin message to admin messages queue, and hook to admin_notices / all_admin_notices if not yet hooked.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string      $message
         * @param string      $title
         * @param string      $type
         * @param bool        $is_sticky
         * @param string      $id Message ID
         * @param bool        $store_if_sticky
         * @param number|null $wp_user_id
         * @param string|null $plugin_title
         * @param bool        $is_network_and_blog_admins Whether or not the message should be shown both on network
         *                                                and blog admin pages.
         * @param bool|null   $is_dismissible
         * @param array       $data
         *
         * @uses   add_action()
         */
        function add(
            $message,
            $title = '',
            $type = 'success',
            $is_sticky = false,
            $id = '',
            $store_if_sticky = true,
            $wp_user_id = null,
            $plugin_title = null,
            $is_network_and_blog_admins = false,
            $is_dismissible = null,
            $data = array()
        ) {
            $notices_type = $this->get_notices_type();

            if ( empty( $this->_notices ) ) {
                if ( ! $is_network_and_blog_admins ) {
                    add_action( $notices_type, array( &$this, "_admin_notices_hook" ) );
                } else {
                    add_action( 'network_admin_notices', array( &$this, "_admin_notices_hook" ) );
                    add_action( 'admin_notices', array( &$this, "_admin_notices_hook" ) );
                }

                add_action( 'admin_enqueue_scripts', array( &$this, '_enqueue_styles' ) );
            }

            if ( '' === $id ) {
                $id = md5( $title . ' ' . $message . ' ' . $type );
            }

            $message_object = array(
                'message'     => $message,
                'title'       => $title,
                'type'        => $type,
                'sticky'      => $is_sticky,
                'id'          => $id,
                'manager_id'  => $this->_id,
                'plugin'      => ( ! is_null( $plugin_title ) ? $plugin_title : $this->_title ),
                'wp_user_id'  => $wp_user_id,
                'dismissible' => $is_dismissible,
                'data'        => $data
            );

            if ( $is_sticky && $store_if_sticky ) {
                $this->_sticky_storage->{$id} = $message_object;
            }

            $this->_notices[ $id ] = $message_object;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param string|string[] $ids
         * @param bool            $store
         */
        function remove_sticky( $ids, $store = true ) {
            if ( ! is_array( $ids ) ) {
                $ids = array( $ids );
            }

            foreach ( $ids as $id ) {
                // Remove from sticky storage.
                $this->_sticky_storage->remove( $id, $store );

                if ( isset( $this->_notices[ $id ] ) ) {
                    unset( $this->_notices[ $id ] );
                }
            }
        }

        /**
         * Check if sticky message exists by id.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param $id
         *
         * @return bool
         */
        function has_sticky( $id ) {
            return isset( $this->_sticky_storage[ $id ] );
        }

        /**
         * Adds sticky admin notification.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param string      $message
         * @param string      $id Message ID
         * @param string      $title
         * @param string      $type
         * @param number|null $wp_user_id
         * @param string|null $plugin_title
         * @param bool        $is_network_and_blog_admins Whether or not the message should be shown both on network
         *                                                and blog admin pages.
         * @param bool        $is_dimissible
         * @param array       $data
         */
        function add_sticky( $message, $id, $title = '', $type = 'success', $wp_user_id = null, $plugin_title = null, $is_network_and_blog_admins = false, $is_dimissible = true, $data = array() ) {
            if ( ! empty( $this->_module_unique_affix ) ) {
                $message = fs_apply_filter( $this->_module_unique_affix, "sticky_message_{$id}", $message );
                $title   = fs_apply_filter( $this->_module_unique_affix, "sticky_title_{$id}", $title );
            }

            $this->add( $message, $title, $type, true, $id, true, $wp_user_id, $plugin_title, $is_network_and_blog_admins, $is_dimissible, $data );
        }

        /**
         * Retrieves the data of an sticky notice.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.4.3
         *
         * @param string $id Message ID.
         *
         * @return array|null
         */
        function get_sticky( $id ) {
            return isset( $this->_sticky_storage->{$id} ) ?
                $this->_sticky_storage->{$id} :
                null;
        }

        /**
         * Clear all sticky messages.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.8
         *
         * @param bool $is_temporary @since 2.5.1
         */
        function clear_all_sticky( $is_temporary = false ) {
            if ( $is_temporary ) {
                $this->_notices = array();
            } else {
                $this->_sticky_storage->clear_all();
            }
        }

        #--------------------------------------------------------------------------------
        #region Helper Method
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        private function get_notices_type() {
            return $this->_is_network_notices ?
                'network_admin_notices' :
                'admin_notices';
        }

        #endregion
    }
freemius/includes/managers/class-fs-cache-manager.php000064400000023047151213253160016670 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.1.6
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_Cache_Manager {
        /**
         * @var FS_Option_Manager
         */
        private $_options;
        /**
         * @var FS_Logger
         */
        private $_logger;

        /**
         * @var FS_Cache_Manager[]
         */
        private static $_MANAGERS = array();

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param string $id
         */
        private function __construct( $id ) {
            $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_cach_mngr_' . $id, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            $this->_logger->entrance();
            $this->_logger->log( 'id = ' . $id );

            $this->_options = FS_Option_Manager::get_manager( $id, true, true, false );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param $id
         *
         * @return FS_Cache_Manager
         */
        static function get_manager( $id ) {
            $id = strtolower( $id );

            if ( ! isset( self::$_MANAGERS[ $id ] ) ) {
                self::$_MANAGERS[ $id ] = new FS_Cache_Manager( $id );
            }

            return self::$_MANAGERS[ $id ];
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @return bool
         */
        function is_empty() {
            $this->_logger->entrance();

            return $this->_options->is_empty();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         */
        function clear() {
            $this->_logger->entrance();

            $this->_options->clear( true );
        }

        /**
         * Delete cache manager from DB.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function delete() {
            $this->_options->delete();
        }

        /**
         * Check if there's a cached item.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $key
         *
         * @return bool
         */
        function has( $key ) {
            $cache_entry = $this->_options->get_option( $key, false );

            return ( is_object( $cache_entry ) &&
                     isset( $cache_entry->timestamp ) &&
                     is_numeric( $cache_entry->timestamp )
            );
        }

        /**
         * Check if there's a valid cached item.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string   $key
         * @param null|int $expiration Since 1.2.2.7
         *
         * @return bool
         */
        function has_valid( $key, $expiration = null ) {
            $cache_entry = $this->_options->get_option( $key, false );

            $is_valid = ( is_object( $cache_entry ) &&
                          isset( $cache_entry->timestamp ) &&
                          is_numeric( $cache_entry->timestamp ) &&
                          $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
            );

            if ( $is_valid &&
                 is_numeric( $expiration ) &&
                 isset( $cache_entry->created ) &&
                 is_numeric( $cache_entry->created ) &&
                 $cache_entry->created + $expiration < WP_FS__SCRIPT_START_TIME
            ) {
                /**
                 * Even if the cache is still valid, since we are checking for validity
                 * with an explicit expiration period, if the period has past, return
                 * `false` as if the cache is invalid.
                 *
                 * @since 1.2.2.7
                 */
                $is_valid = false;
            }

            return $is_valid;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $key
         * @param mixed  $default
         *
         * @return mixed
         */
        function get( $key, $default = null ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = $this->_options->get_option( $key, false );

            if ( is_object( $cache_entry ) &&
                 isset( $cache_entry->timestamp ) &&
                 is_numeric( $cache_entry->timestamp )
            ) {
                return $cache_entry->result;
            }

            return is_object( $default ) ? clone $default : $default;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $key
         * @param mixed  $default
         *
         * @return mixed
         */
        function get_valid( $key, $default = null ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = $this->_options->get_option( $key, false );

            if ( is_object( $cache_entry ) &&
                 isset( $cache_entry->timestamp ) &&
                 is_numeric( $cache_entry->timestamp ) &&
                 $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
            ) {
                return $cache_entry->result;
            }

            return is_object( $default ) ? clone $default : $default;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $key
         * @param mixed  $value
         * @param int    $expiration
         * @param int    $created Since 2.0.0 Cache creation date.
         */
        function set( $key, $value, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $created = WP_FS__SCRIPT_START_TIME ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = new stdClass();

            $cache_entry->result    = $value;
            $cache_entry->created   = $created;
            $cache_entry->timestamp = $created + $expiration;
            $this->_options->set_option( $key, $cache_entry, true );
        }

        /**
         * Get cached record expiration, or false if not cached or expired.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param string $key
         *
         * @return bool|int
         */
        function get_record_expiration( $key ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = $this->_options->get_option( $key, false );

            if ( is_object( $cache_entry ) &&
                 isset( $cache_entry->timestamp ) &&
                 is_numeric( $cache_entry->timestamp ) &&
                 $cache_entry->timestamp > WP_FS__SCRIPT_START_TIME
            ) {
                return $cache_entry->timestamp;
            }

            return false;
        }

        /**
         * Purge cached item.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $key
         */
        function purge( $key ) {
            $this->_logger->entrance( 'key = ' . $key );

            $this->_options->unset_option( $key, true );
        }

        /**
         * Extend cached item caching period.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $key
         * @param int    $expiration
         *
         * @return bool
         */
        function update_expiration( $key, $expiration = WP_FS__TIME_24_HOURS_IN_SEC ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = $this->_options->get_option( $key, false );

            if ( ! is_object( $cache_entry ) ||
                 ! isset( $cache_entry->timestamp ) ||
                 ! is_numeric( $cache_entry->timestamp )
            ) {
                return false;
            }

            $this->set( $key, $cache_entry->result, $expiration, $cache_entry->created );

            return true;
        }

        /**
         * Set cached item as expired.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param string $key
         */
        function expire( $key ) {
            $this->_logger->entrance( 'key = ' . $key );

            $cache_entry = $this->_options->get_option( $key, false );

            if ( is_object( $cache_entry ) &&
                 isset( $cache_entry->timestamp ) &&
                 is_numeric( $cache_entry->timestamp )
            ) {
                // Set to expired.
                $cache_entry->timestamp = WP_FS__SCRIPT_START_TIME;
                $this->_options->set_option( $key, $cache_entry, true );
            }
        }

        #--------------------------------------------------------------------------------
        #region Migration
        #--------------------------------------------------------------------------------

        /**
         * Migrate options from site level.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function migrate_to_network() {
            $this->_options->migrate_to_network();
        }

        #endregion
    }freemius/includes/managers/index.php000064400000000131151213253160013600 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/managers/class-fs-license-manager.php000064400000004375151213253160017252 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.6
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}

	class FS_License_Manager /*extends FS_Abstract_Manager*/
	{
//
//
//		/**
//		 * @var FS_License_Manager[]
//		 */
//		private static $_instances = array();
//
//		static function instance( Freemius $fs ) {
//			$slug = strtolower( $fs->get_slug() );
//
//			if ( ! isset( self::$_instances[ $slug ] ) ) {
//				self::$_instances[ $slug ] = new FS_License_Manager( $slug, $fs );
//			}
//
//			return self::$_instances[ $slug ];
//		}
//
////		private function __construct($slug) {
////			parent::__construct($slug);
////		}
//
//		function entry_id() {
//			return 'licenses';
//		}
//
//		function sync( $id ) {
//
//		}
//
//		/**
//		 * @author Vova Feldman (@svovaf)
//		 * @since  1.0.5
//		 * @uses   FS_Api
//		 *
//		 * @param number|bool $plugin_id
//		 *
//		 * @return FS_Plugin_License[]|stdClass Licenses or API error.
//		 */
//		function api_get_user_plugin_licenses( $plugin_id = false ) {
//			$api = $this->_fs->get_api_user_scope();
//
//			if ( ! is_numeric( $plugin_id ) ) {
//				$plugin_id = $this->_fs->get_id();
//			}
//
//			$result = $api->call( "/plugins/{$plugin_id}/licenses.json" );
//
//			if ( ! isset( $result->error ) ) {
//				for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
//					$result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );
//				}
//
//				$result = $result->licenses;
//			}
//
//			return $result;
//		}
//
//		function api_get_many() {
//
//		}
//
//		function api_activate( $id ) {
//
//		}
//
//		function api_deactivate( $id ) {
//
//		}

		/**
		 * @param FS_Plugin_License[] $licenses
		 *
		 * @return bool
		 */
		static function has_premium_license( $licenses ) {
			if ( is_array( $licenses ) ) {
				foreach ( $licenses as $license ) {
					/**
					 * @var FS_Plugin_License $license
					 */
					if ( ! $license->is_utilized() && $license->is_features_enabled() ) {
						return true;
					}
				}
			}

			return false;
		}
	}freemius/includes/managers/class-fs-gdpr-manager.php000064400000013442151213253160016557 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.1.0
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    class FS_GDPR_Manager {
        /**
         * @var FS_Option_Manager
         */
        private $_storage;
        /**
         * @var array {
         * @type bool $required           Are GDPR rules apply on the current context admin.
         * @type bool $show_opt_in_notice Should the marketing and offers opt-in message be shown to the admin or not. If not set, defaults to `true`.
         * @type int  $notice_shown_at    Last time the special GDPR opt-in message was shown to the current admin.
         * }
         */
        private $_data;
        /**
         * @var int
         */
        private $_wp_user_id;
        /**
         * @var string
         */
        private $_option_name;
        /**
         * @var FS_Admin_Notices
         */
        private $_notices;

        #--------------------------------------------------------------------------------
        #region Singleton
        #--------------------------------------------------------------------------------

        /**
         * @var FS_GDPR_Manager
         */
        private static $_instance;

        /**
         * @return FS_GDPR_Manager
         */
        public static function instance() {
            if ( ! isset( self::$_instance ) ) {
                self::$_instance = new self();
            }

            return self::$_instance;
        }

        #endregion

        private function __construct() {
            $this->_storage     = FS_Option_Manager::get_manager( WP_FS__GDPR_OPTION_NAME, true, true );
            $this->_wp_user_id  = Freemius::get_current_wp_user_id();
            $this->_option_name = "u{$this->_wp_user_id}";
            $this->_data        = $this->_storage->get_option( $this->_option_name, array() );
            $this->_notices     = FS_Admin_Notices::instance( 'all_admins', '', '', true );

            if ( ! is_array( $this->_data ) ) {
                $this->_data = array();
            }
        }

        /**
         * Update a GDPR option for the current admin and store it.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @param string $name
         * @param mixed  $value
         */
        private function update_option( $name, $value ) {
            $this->_data[ $name ] = $value;

            $this->_storage->set_option( $this->_option_name, $this->_data, true );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         *
         * @param bool $is_required
         */
        public function store_is_required( $is_required ) {
            $this->update_option( 'required', $is_required );
        }

        /**
         * Checks if the GDPR opt-in sticky notice is currently shown.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return bool
         */
        public function is_opt_in_notice_shown() {
            return $this->_notices->has_sticky( "gdpr_optin_actions_{$this->_wp_user_id}", true );
        }

        /**
         * Remove the GDPR opt-in sticky notice.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         */
        public function remove_opt_in_notice() {
            $this->_notices->remove_sticky( "gdpr_optin_actions_{$this->_wp_user_id}", true );

            $this->disable_opt_in_notice();
        }

        /**
         * Prevents the opt-in message from being added/shown.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        public function disable_opt_in_notice() {
            $this->update_option( 'show_opt_in_notice', false );
        }

        /**
         * Checks if a GDPR opt-in message needs to be shown to the current admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return bool
         */
        public function should_show_opt_in_notice() {
            return (
                ! isset( $this->_data['show_opt_in_notice'] ) ||
                true === $this->_data['show_opt_in_notice']
            );
        }

        /**
         * Get the last time the GDPR opt-in notice was shown.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return false|int
         */
        public function last_time_notice_was_shown() {
            return isset( $this->_data['notice_shown_at'] ) ?
                $this->_data['notice_shown_at'] :
                false;
        }

        /**
         * Update the timestamp of the last time the GDPR opt-in message was shown to now.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         */
        public function notice_was_just_shown() {
            $this->update_option( 'notice_shown_at', WP_FS__SCRIPT_START_TIME );
        }

        /**
         * @param string      $message
         * @param string|null $plugin_title
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         */
        public function add_opt_in_sticky_notice( $message, $plugin_title = null ) {
            $this->_notices->add_sticky(
                $message,
                "gdpr_optin_actions_{$this->_wp_user_id}",
                '',
                'promotion',
                true,
                $this->_wp_user_id,
                $plugin_title,
                true
            );
        }
    }freemius/includes/index.php000064400000000131151213253160012003 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/class-freemius-abstract.php000064400000031012151213253160015421 0ustar00<?php
	/**
	 * @package     Freemius
	 * @copyright   Copyright (c) 2015, Freemius, Inc.
	 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
	 * @since       1.0.7
	 */

	if ( ! defined( 'ABSPATH' ) ) {
		exit;
	}


	/**
	 * - Each instance of Freemius class represents a single plugin
	 * install by a single user (the installer of the plugin).
	 *
	 * - Each website can only have one install of the same plugin.
	 *
	 * - Install entity is only created after a user connects his account with Freemius.
	 *
	 * Class Freemius_Abstract
	 */
	abstract class Freemius_Abstract {

		#----------------------------------------------------------------------------------
		#region Identity
		#----------------------------------------------------------------------------------

		/**
		 * Check if user has connected his account (opted-in).
		 *
		 * Note:
		 *      If the user opted-in and opted-out on a later stage,
		 *      this will still return true. If you want to check if the
		 *      user is currently opted-in, use:
		 *          `$fs->is_registered() && $fs->is_tracking_allowed()`
		 *
		 * @since 1.0.1
         *
         * @param bool $ignore_anonymous_state Since 2.5.1
         *
		 * @return bool
		 */
		abstract function is_registered( $ignore_anonymous_state = false );

		/**
		 * Check if the user skipped connecting the account with Freemius.
		 *
		 * @since 1.0.7
		 *
		 * @return bool
		 */
		abstract function is_anonymous();

		/**
		 * Check if the user currently in activation mode.
		 *
		 * @since 1.0.7
		 *
		 * @return bool
		 */
		abstract function is_activation_mode();

		#endregion

		#----------------------------------------------------------------------------------
		#region Module Type
		#----------------------------------------------------------------------------------

		/**
		 * Checks if the plugin's type is "plugin". The other type is "theme".
		 *
		 * @author Leo Fajardo (@leorw)
		 * @since  1.2.2
		 *
		 * @return bool
		 */
		abstract function is_plugin();

		/**
		 * Checks if the module type is "theme". The other type is "plugin".
		 *
		 * @author Leo Fajardo (@leorw)
		 * @since  1.2.2
		 *
		 * @return bool
		 */
		function is_theme() {
			return ( ! $this->is_plugin() );
		}

		#endregion

		#----------------------------------------------------------------------------------
		#region Permissions
		#----------------------------------------------------------------------------------

		/**
		 * Check if plugin must be WordPress.org compliant.
		 *
		 * @since 1.0.7
		 *
		 * @return bool
		 */
		abstract function is_org_repo_compliant();

		/**
		 * Check if plugin is allowed to install executable files.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.5
		 *
		 * @return bool
		 */
		function is_allowed_to_install() {
			return ( $this->is_premium() || ! $this->is_org_repo_compliant() );
		}

		#endregion

		/**
		 * Check if user in trial or in free plan (not paying).
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.4
		 *
		 * @return bool
		 */
		function is_not_paying() {
			return ( $this->is_trial() || $this->is_free_plan() );
		}

		/**
		 * Check if the user has an activated and valid paid license on current plugin's install.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 */
		abstract function is_paying();

		/**
		 * Check if the user is paying or in trial.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 */
		function is_paying_or_trial() {
			return ( $this->is_paying() || $this->is_trial() );
		}

		/**
		 * Check if user in a trial or have feature enabled license.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.7
		 *
		 * @return bool
		 */
		abstract function can_use_premium_code();

		#----------------------------------------------------------------------------------
		#region Premium Only
		#----------------------------------------------------------------------------------

		/**
		 * All logic wrapped in methods with "__premium_only()" suffix will be only
		 * included in the premium code.
		 *
		 * Example:
		 *      if ( freemius()->is__premium_only() ) {
		 *          ...
		 *      }
		 */

		/**
		 * Returns true when running premium plugin code.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 */
		function is__premium_only() {
			return $this->is_premium();
		}

		/**
		 * Check if the user has an activated and valid paid license on current plugin's install.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 *
		 */
		function is_paying__premium_only() {
			return ( $this->is__premium_only() && $this->is_paying() );
		}

		/**
		 * All code wrapped in this statement will be only included in the premium code.
		 *
		 * @since  1.0.9
		 *
		 * @param string $plan  Plan name.
		 * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
		 *
		 * @return bool
		 */
		function is_plan__premium_only( $plan, $exact = false ) {
			return ( $this->is_premium() && $this->is_plan( $plan, $exact ) );
		}

		/**
		 * Check if plan matches active license' plan or active trial license' plan.
		 *
		 * All code wrapped in this statement will be only included in the premium code.
		 *
		 * @since  1.0.9
		 *
		 * @param string $plan  Plan name.
		 * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
		 *
		 * @return bool
		 */
		function is_plan_or_trial__premium_only( $plan, $exact = false ) {
			return ( $this->is_premium() && $this->is_plan_or_trial( $plan, $exact ) );
		}

		/**
		 * Check if the user is paying or in trial.
		 *
		 * All code wrapped in this statement will be only included in the premium code.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 */
		function is_paying_or_trial__premium_only() {
			return $this->is_premium() && $this->is_paying_or_trial();
		}

		/**
		 * Check if the user has an activated and valid paid license on current plugin's install.
		 *
		 * @since      1.0.4
		 *
		 * @return bool
		 *
		 * @deprecated Method name is confusing since it's not clear from the name the code will be removed.
		 * @using      Alias to is_paying__premium_only()
		 */
		function is_paying__fs__() {
			return $this->is_paying__premium_only();
		}

		/**
		 * Check if user in a trial or have feature enabled license.
		 *
		 * All code wrapped in this statement will be only included in the premium code.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.9
		 *
		 * @return bool
		 */
		function can_use_premium_code__premium_only() {
			return $this->is_premium() && $this->can_use_premium_code();
		}

		#endregion

		#----------------------------------------------------------------------------------
		#region Trial
		#----------------------------------------------------------------------------------

		/**
		 * Check if the user in a trial.
		 *
		 * @since 1.0.3
		 *
		 * @return bool
		 */
		abstract function is_trial();

		/**
		 * Check if trial already utilized.
		 *
		 * @since 1.0.9
		 *
		 * @return bool
		 */
		abstract function is_trial_utilized();

		#endregion

		#----------------------------------------------------------------------------------
		#region Plans
		#----------------------------------------------------------------------------------

		/**
		 * Check if the user is on the free plan of the product.
		 *
		 * @since 1.0.4
		 *
		 * @return bool
		 */
		abstract function is_free_plan();

		/**
		 * @since  1.0.2
		 *
		 * @param string $plan  Plan name.
		 * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
		 *
		 * @return bool
		 */
		abstract function is_plan( $plan, $exact = false );

		/**
		 * Check if plan based on trial. If not in trial mode, should return false.
		 *
		 * @since  1.0.9
		 *
		 * @param string $plan  Plan name.
		 * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
		 *
		 * @return bool
		 */
		abstract function is_trial_plan( $plan, $exact = false );

		/**
		 * Check if plan matches active license' plan or active trial license' plan.
		 *
		 * @since  1.0.9
		 *
		 * @param string $plan  Plan name.
		 * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
		 *
		 * @return bool
		 */
		function is_plan_or_trial( $plan, $exact = false ) {
			return $this->is_plan( $plan, $exact ) ||
			       $this->is_trial_plan( $plan, $exact );
		}

		/**
		 * Check if plugin has any paid plans.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @return bool
		 */
		abstract function has_paid_plan();

		/**
		 * Check if plugin has any free plan, or is it premium only.
		 *
		 * Note: If no plans configured, assume plugin is free.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.7
		 *
		 * @return bool
		 */
		abstract function has_free_plan();

		/**
		 * Check if plugin is premium only (no free plans).
		 *
		 * NOTE: is__premium_only() is very different method, don't get confused.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.9
		 *
		 * @return bool
		 */
		abstract function is_only_premium();

		/**
		 * Check if module has a premium code version.
		 *
		 * Serviceware module might be freemium without any
		 * premium code version, where the paid features
		 * are all part of the service.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.6
		 *
		 * @return bool
		 */
		abstract function has_premium_version();

		/**
		 * Check if module has any release on Freemius,
		 * or all plugin's code is on WordPress.org (Serviceware).
		 *
		 * @return bool
		 */
		function has_release_on_freemius() {
			return ! $this->is_org_repo_compliant() ||
			       $this->has_premium_version();
		}

		/**
		 * Checks if it's a freemium plugin.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.9
		 *
		 * @return bool
		 */
		function is_freemium() {
			return $this->has_paid_plan() &&
			       $this->has_free_plan();
		}

		/**
		 * Check if module has only one plan.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.2.1.7
		 *
		 * @return bool
		 */
		abstract function is_single_plan();

		#endregion

		/**
		 * Check if running payments in sandbox mode.
		 *
		 * @since 1.0.4
		 *
		 * @return bool
		 */
		abstract function is_payments_sandbox();

		/**
		 * Check if running test vs. live plugin.
		 *
		 * @since 1.0.5
		 *
		 * @return bool
		 */
		abstract function is_live();

		/**
		 * Check if running premium plugin code.
		 *
		 * @since 1.0.5
		 *
		 * @return bool
		 */
		abstract function is_premium();

		/**
		 * Get upgrade URL.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.2
		 *
		 * @param string $period Billing cycle.
		 *
		 * @return string
		 */
		abstract function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY );

		/**
		 * Check if Freemius was first added in a plugin update.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.5
		 *
		 * @return bool
		 */
		function is_plugin_update() {
			return ! $this->is_plugin_new_install();
		}

		/**
		 * Check if Freemius was part of the plugin when the user installed it first.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.1.5
		 *
		 * @return bool
		 */
		abstract function is_plugin_new_install();

		#----------------------------------------------------------------------------------
		#region Marketing
		#----------------------------------------------------------------------------------

		/**
		 * Check if current user purchased any other plugins before.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		abstract function has_purchased_before();

		/**
		 * Check if current user classified as an agency.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		abstract function is_agency();

		/**
		 * Check if current user classified as a developer.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		abstract function is_developer();

		/**
		 * Check if current user classified as a business.
		 *
		 * @author Vova Feldman (@svovaf)
		 * @since  1.0.9
		 *
		 * @return bool
		 */
		abstract function is_business();

		#endregion
	}freemius/includes/class-freemius.php000064400003704637151213253160013647 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.0.3
     */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    // "final class"
    class Freemius extends Freemius_Abstract {
        /**
         * SDK Version
         *
         * @var string
         */
        public $version = WP_FS__SDK_VERSION;

        #region Plugin Info

        /**
         * @since 1.0.1
         *
         * @var string
         */
        private $_slug;

        /**
         * @since 1.0.0
         *
         * @var string
         */
        private $_plugin_basename;
        /**
         * @since 2.2.1
         *
         * @var string
         */
        private $_premium_plugin_basename;
        /**
         * @since 1.0.0
         *
         * @var string
         */
        private $_free_plugin_basename;
        /**
         * @since 1.0.0
         *
         * @var string
         */
        private $_plugin_dir_path;
        /**
         * @since 1.0.0
         *
         * @var string
         */
        private $_plugin_dir_name;
        /**
         * @since 1.0.0
         *
         * @var string
         */
        private $_plugin_main_file_path;
        /**
         * @var string[]
         */
        private $_plugin_data;
        /**
         * @since 1.0.9
         *
         * @var string
         */
        private $_plugin_name;
        /**
         * @since 1.2.2
         *
         * @var string
         */
        private $_module_type;

        #endregion Plugin Info

        /**
         * @since 1.0.9
         *
         * @var bool If false, don't turn Freemius on.
         */
        private $_is_on;

        /**
         * @since 1.1.3
         *
         * @var bool If false, don't turn Freemius on.
         */
        private $_is_anonymous;

        /**
         * @since 1.0.9
         * @var bool If false, issues with connectivity to Freemius API.
         */
        private $_has_api_connection;

        /**
         * @since 1.0.9
         * @since 2.0.0 Default to true since we need the property during the instance construction, prior to the dynamic_init() execution.
         * @var bool Hints the SDK if plugin can support anonymous mode (if skip connect is visible).
         */
        private $_enable_anonymous = true;

        /**
         * @since 1.1.7.5
         * @var bool Hints the SDK if plugin should run in anonymous mode (only adds feedback form).
         */
        private $_anonymous_mode;

        /**
         * @since 1.1.9
         * @var bool Hints the SDK if plugin have any free plans.
         */
        private $_is_premium_only;

        /**
         * @since 1.2.1.6
         * @var bool Hints the SDK if plugin have premium code version at all.
         */
        private $_has_premium_version;

        /**
         * @since 1.2.1.6
         * @var bool Hints the SDK if plugin should ignore pending mode by simulating a skip.
         */
        private $_ignore_pending_mode;

        /**
         * @since 1.0.8
         * @var bool Hints the SDK if the plugin has any paid plans.
         */
        private $_has_paid_plans;

        /**
         * @since 1.2.1.5
         * @var int Hints the SDK if the plugin offers a trial period. If negative, no trial, if zero - has a trial but
         *      without a specified period, if positive - the number of trial days.
         */
        private $_trial_days = - 1;

        /**
         * @since 1.2.1.5
         * @var bool Hints the SDK if the trial requires a payment method or not.
         */
        private $_is_trial_require_payment = false;

        /**
         * @since 1.0.7
         * @var bool Hints the SDK if the plugin is WordPress.org compliant.
         */
        private $_is_org_compliant;

        /**
         * @since 1.0.7
         * @var bool Hints the SDK if the plugin is has add-ons.
         */
        private $_has_addons;

        /**
         * @since 2.4.5
         * @var string Navigation type: 'menu' or 'tabs'.
         */
        private $_navigation;

        const NAVIGATION_MENU = 'menu';
        const NAVIGATION_TABS = 'tabs';

        /**
         * @since 1.1.6
         * @var string[]bool.
         */
        private $_permissions;

        /**
         * @var FS_Storage
         */
        private $_storage;

        /**
         * @since 1.2.2.7
         * @var FS_Cache_Manager
         */
        private $_cache;

        /**
         * @since 1.0.0
         *
         * @var FS_Logger
         */
        private $_logger;
        /**
         * @since 1.0.4
         *
         * @var FS_Plugin
         */
        private $_plugin = false;
        /**
         * @since 1.0.4
         *
         * @var FS_Plugin|false
         */
        private $_parent_plugin = false;
        /**
         * @since 1.1.1
         *
         * @var Freemius
         */
        private $_parent = false;
        /**
         * @since 1.0.1
         *
         * @var FS_User
         */
        private $_user = false;
        /**
         * @since 1.0.1
         *
         * @var FS_Site
         */
        private $_site = false;
        /**
         * @since 1.0.1
         *
         * @var FS_Plugin_License
         */
        private $_license;
        /**
         * @since 1.0.2
         *
         * @var FS_Plugin_Plan[]
         */
        private $_plans = false;
        /**
         * @var FS_Plugin_License[]
         * @since 1.0.5
         */
        private $_licenses = false;

        /**
         * @since 1.0.1
         *
         * @var FS_Admin_Menu_Manager
         */
        private $_menu;

        /**
         * @var FS_Admin_Notices
         */
        private $_admin_notices;

        /**
         * @since 1.1.6
         *
         * @var FS_Admin_Notices
         */
        private static $_global_admin_notices;

        /**
         * @var FS_Logger
         * @since 1.0.0
         */
        private static $_static_logger;

        /**
         * @var FS_Options
         * @since 1.0.2
         */
        private static $_accounts;

        /**
         * @since 1.2.2
         *
         * @var number
         */
        private $_module_id;

        /**
         * @var Freemius[]
         */
        private static $_instances = array();

        /**
         * @since  1.2.3
         *
         * @var FS_Affiliate
         */
        private $affiliate = null;

        /**
         * @since  1.2.3
         *
         * @var FS_AffiliateTerms
         */
        private $plugin_affiliate_terms = null;

        /**
         * @since  1.2.3
         *
         * @var FS_AffiliateTerms
         */
        private $custom_affiliate_terms = null;

        /**
         * @since  2.0.0
         *
         * @var bool
         */
        private $_is_multisite_integrated;

        /**
         * @since  2.0.0
         *
         * @var bool True if the current request is for a network admin screen and the plugin is network active.
         */
        private $_is_network_active;

        /**
         * @since  2.0.0
         *
         * @var int|null The original blog ID the plugin was loaded with.
         */
        private $_blog_id = null;

        /**
         * @since  2.0.0
         *
         * @var int|null The current execution context. When true, run on network context. When int, run on the specified blog context.
         */
        private $_context_is_network_or_blog_id = null;

        /**
         * @since  2.0.0
         *
         * @var string
         */
        private $_dynamically_added_top_level_page_hook_name = '';

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @var bool
         */
        private $is_whitelabeled;

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.4.0
         *
         * @var bool
         */
        private $_is_bundle_license_auto_activation_enabled = false;

        #region Uninstall Reasons IDs

        const REASON_NO_LONGER_NEEDED = 1;
        const REASON_FOUND_A_BETTER_PLUGIN = 2;
        const REASON_NEEDED_FOR_A_SHORT_PERIOD = 3;
        const REASON_BROKE_MY_SITE = 4;
        const REASON_SUDDENLY_STOPPED_WORKING = 5;
        const REASON_CANT_PAY_ANYMORE = 6;
        const REASON_OTHER = 7;
        const REASON_DIDNT_WORK = 8;
        const REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION = 9;
        const REASON_COULDNT_MAKE_IT_WORK = 10;
        const REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE = 11;
        const REASON_NOT_WORKING = 12;
        const REASON_NOT_WHAT_I_WAS_LOOKING_FOR = 13;
        const REASON_DIDNT_WORK_AS_EXPECTED = 14;
        const REASON_TEMPORARY_DEACTIVATION = 15;

        #endregion

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @var boolean|null
         */
        private $_use_external_pricing = null;
        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.4.2
         *
         * @var string|null
         */
        private $_pricing_js_path = null;

        const VERSION_MAX_CHARS = 16;
        const LANGUAGE_MAX_CHARS = 8;

        /* Ctor
------------------------------------------------------------------------------------------------------------------*/

        /**
         * Main singleton instance.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @param number      $module_id
         * @param string|bool $slug
         * @param bool        $is_init Since 1.2.1 Is initiation sequence.
         */
        private function __construct( $module_id, $slug = false, $is_init = false ) {
            $main_file = false;

            if ( $is_init && is_numeric( $module_id ) && is_string( $slug ) ) {
                $main_file = $this->store_id_slug_type_path_map( $module_id, $slug );
            }

            $this->_module_id   = $module_id;
            $this->_slug        = $this->get_slug();
            $this->_module_type = $this->get_module_type();

            $this->_blog_id = is_multisite() ? get_current_blog_id() : null;

            $this->_storage = FS_Storage::instance( $this->_module_type, $this->_slug );

            // If not set or 24 hours have already passed from the last time it's set, set the last load timestamp to the current time.
            if (
                ! isset( $this->_storage->last_load_timestamp ) ||
                $this->_storage->last_load_timestamp < ( time() - ( WP_FS__TIME_24_HOURS_IN_SEC ) )
            ) {
                $this->_storage->last_load_timestamp = time();
            }

            $this->_cache = FS_Cache_Manager::get_manager( WP_FS___OPTION_PREFIX . "cache_{$module_id}" );

            $this->_logger = FS_Logger::get_logger( WP_FS__SLUG . '_' . $this->get_unique_affix(), WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            $this->_plugin_main_file_path = $this->_find_caller_plugin_file( $is_init, $main_file );
            $this->_plugin_dir_path       = plugin_dir_path( $this->_plugin_main_file_path );
            $this->_plugin_basename       = $this->get_plugin_basename();
            $this->_free_plugin_basename  = str_replace( '-premium/', '/', $this->_plugin_basename );

            $this->_is_multisite_integrated = (
                defined( "WP_FS__PRODUCT_{$module_id}_MULTISITE" ) &&
                ( true === constant( "WP_FS__PRODUCT_{$module_id}_MULTISITE" ) )
            );

            $this->_is_network_active = (
                is_multisite() &&
                $this->_is_multisite_integrated &&
                // Themes are always network activated, but the ACTUAL activation is per site.
                $this->is_plugin() &&
                (
                    is_plugin_active_for_network( $this->_plugin_basename ) ||
                    // Plugin network level activation or uninstall.
                    ( fs_is_network_admin() && is_plugin_inactive( $this->_plugin_basename ) )
                )
            );

            $this->_storage->set_network_active(
                $this->_is_network_active,
                $this->is_delegated_connection()
            );

            if ( ! isset( $this->_storage->is_network_activated ) ) {
                $this->_storage->is_network_activated = $this->_is_network_active;
            }

            if ( $this->_storage->is_network_activated != $this->_is_network_active ) {
                // Update last activation level.
                $this->_storage->is_network_activated = $this->_is_network_active;

                $this->maybe_adjust_storage();
            }

            #region Migration

            if ( is_multisite() ) {
                /**
                 * If the install_timestamp exists on the site level but doesn't exist on the
                 * network level storage, it means that we need to process the storage with migration.
                 *
                 * The code in this `if` scope will only be executed once and only for the first site that will execute it because once we migrate the storage data, install_timestamp will be already set in the network level storage.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  2.0.0
                 */
                if ( false === $this->_storage->get( 'install_timestamp', false, true ) &&
                     false !== $this->_storage->get( 'install_timestamp', false, false )
                ) {
                    // Initiate storage migration.
                    $this->_storage->migrate_to_network();

                    // Migrate module cache to network level storage.
                    $this->_cache->migrate_to_network();
                }
            }

            #endregion

            $base_name_split        = explode( '/', $this->_plugin_basename );
            $this->_plugin_dir_name = $base_name_split[0];

            if ( $this->_logger->is_on() ) {
                $this->_logger->info( 'plugin_main_file_path = ' . $this->_plugin_main_file_path );
                $this->_logger->info( 'plugin_dir_path = ' . $this->_plugin_dir_path );
                $this->_logger->info( 'plugin_basename = ' . $this->_plugin_basename );
                $this->_logger->info( 'free_plugin_basename = ' . $this->_free_plugin_basename );
                $this->_logger->info( 'plugin_dir_name = ' . $this->_plugin_dir_name );
            }

            // Remember link between file to slug.
            $this->store_file_slug_map();

            // Store plugin's initial install timestamp.
            if ( ! isset( $this->_storage->install_timestamp ) ) {
                $this->_storage->install_timestamp = WP_FS__SCRIPT_START_TIME;
            }

            if ( ! is_object( $this->_plugin ) ) {
                $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->get();
            }

            $this->_admin_notices = FS_Admin_Notices::instance(
                $this->_slug . ( $this->is_theme() ? ':theme' : '' ),
                /**
                 * Ensure that the admin notice will always have a title by using the stored plugin title if available and
                 * retrieving the title via the "get_plugin_name" method if there is no stored plugin title available.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since  1.2.2
                 */
                ( is_object( $this->_plugin ) && isset( $this->_plugin->title ) ?
                    $this->_plugin->title :
                    $this->get_plugin_name()
                ),
                $this->get_unique_affix()
            );

            if ( 'true' === fs_request_get( 'fs_clear_api_cache' ) ||
                 fs_request_is_action( 'restart_freemius' )
            ) {
                FS_Api::clear_cache();
                $this->_cache->clear();
            }

            $this->register_constructor_hooks();

            /**
             * Starting from version 2.0.0, `FS_Site` entities no longer have the `plan` property and have `plan_id`
             * instead. This should be called before calling `_load_account()`, otherwise, `$this->_site` will not be
             * loaded in `_load_account` for versions of SDK starting from 2.0.0.
             *
             * @author Leo Fajardo (@leorw)
             */
            self::migrate_install_plan_to_plan_id( $this->_storage );

            $this->_load_account();

            $this->_version_updates_handler();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         */
        private function maybe_adjust_storage() {
            $install_timestamp = null;
            $prev_is_premium   = null;

            $options_to_update = array();

            $is_network_admin = fs_is_network_admin();

            $network_install_timestamp = $this->_storage->get( 'install_timestamp', null, true );

            if ( ! $is_network_admin ) {
                if ( is_null( $network_install_timestamp ) ) {
                    // Plugin was not network-activated before.
                    return;
                }

                if ( is_null( $this->_storage->get( 'install_timestamp', null, false ) ) ) {
                    // Set the `install_timestamp` only if it's not yet set.
                    $install_timestamp = $network_install_timestamp;
                }

                $prev_is_premium = $this->_storage->get( 'prev_is_premium', null, true );
            } else {
                $current_wp_user   = self::_get_current_wp_user();
                $current_fs_user   = self::_get_user_by_email( $current_wp_user->user_email );
                $network_user_info = array();

                $skips_count = 0;

                $sites       = self::get_sites();
                $sites_count = count( $sites );

                $blog_id_2_install_map = array();

                $is_first_non_ignored_blog = true;

                foreach ( $sites as $site ) {
                    $blog_id = self::get_site_blog_id( $site );

                    $blog_install_timestamp = $this->_storage->get( 'install_timestamp', null, $blog_id );

                    if ( is_null( $blog_install_timestamp ) ) {
                        // Plugin has not been installed on this blog.
                        continue;
                    }

                    $is_earlier_install = (
                        ! is_null( $install_timestamp ) &&
                        $blog_install_timestamp < $install_timestamp
                    );

                    $install = $this->get_install_by_blog_id( $blog_id );

                    $update_network_user_info = false;

                    if ( ! is_object( $install ) ) {
                        if ( ! $this->_storage->get( 'is_anonymous', false, $blog_id ) ) {
                            // The opt-in decision (whether to skip or opt in) is yet to be made.
                            continue;
                        }

                        $skips_count ++;
                    } else {
                        $blog_id_2_install_map[ $blog_id ] = $install;

                        if ( empty( $network_user_info ) ) {
                            // Set the network user info for the 1st time. Choose any user information whether or not it is for the current WP user.
                            $update_network_user_info = true;
                        }

                        if ( ! $update_network_user_info &&
                             is_object( $current_fs_user ) &&
                             $network_user_info['user_id'] != $current_fs_user->id &&
                             $install->user_id == $current_fs_user->id
                        ) {
                            // If an install that is owned by the current WP user is found, use its user information instead.
                            $update_network_user_info = true;
                        }

                        if ( ! $update_network_user_info &&
                             $is_earlier_install &&
                             ( ! is_object( $current_fs_user ) || $current_fs_user->id == $install->user_id )
                        ) {
                            // Update to the earliest install info if there's no install found so far that is owned by the current WP user; OR only if the found install is owned by the current WP user.
                            $update_network_user_info = true;
                        }
                    }

                    if ( $update_network_user_info ) {
                        $network_user_info = array(
                            'user_id' => $install->user_id,
                            'blog_id' => $blog_id
                        );
                    }

                    $site_prev_is_premium = $this->_storage->get( 'prev_is_premium', null, $blog_id );

                    if ( $is_first_non_ignored_blog ) {
                        $prev_is_premium = $site_prev_is_premium;

                        if ( is_null( $network_install_timestamp ) ) {
                            $install_timestamp = $blog_install_timestamp;
                        }

                        $is_first_non_ignored_blog = false;

                        continue;
                    }

                    if ( ! is_null( $prev_is_premium ) && $prev_is_premium !== $site_prev_is_premium ) {
                        // If a different `$site_prev_is_premium` value is found, do not include the option in the collection of options to update.
                        $prev_is_premium = null;
                    }

                    if ( $is_earlier_install ) {
                        // If an earlier install timestamp is found.
                        $install_timestamp = $blog_install_timestamp;
                    }
                }

                $installs_count = count( $blog_id_2_install_map );

                if ( $sites_count === ( $installs_count + $skips_count ) ) {
                    if ( ! empty( $network_user_info ) ) {
                        $options_to_update['network_user_id']         = $network_user_info['user_id'];
                        $options_to_update['network_install_blog_id'] = $network_user_info['blog_id'];

                        foreach ( $blog_id_2_install_map as $blog_id => $install ) {
                            if ( $install->user_id == $network_user_info['user_id'] ) {
                                continue;
                            }

                            $this->_storage->store( 'is_delegated_connection', true, $blog_id );
                        }
                    }

                    if ( $sites_count === $skips_count ) {
                        /**
                         * Assume network-level skipping as the intended action if all actions identified were only
                         * skipping of the connection (i.e., no opt-ins and delegated connections so far).
                         */
                        $options_to_update['is_anonymous_ms'] = true;
                    } else if ( $sites_count === $installs_count ) {
                        /**
                         * Assume network-level opt-in as the intended action if all actions identified were only opt-ins
                         * (i.e., no delegation and skipping of the connections so far).
                         */
                        $options_to_update['is_network_connected'] = true;
                    }
                }
            }

            if ( ! is_null( $install_timestamp ) ) {
                $options_to_update['install_timestamp'] = $install_timestamp;
            }

            if ( ! is_null( $prev_is_premium ) ) {
                $options_to_update['prev_is_premium'] = $prev_is_premium;
            }

            if ( ! empty( $options_to_update ) ) {
                $this->adjust_storage( $options_to_update, $is_network_admin );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param array $options
         * @param bool  $is_network_admin
         */
        private function adjust_storage( $options, $is_network_admin ) {
            foreach ( $options as $name => $value ) {
                $this->_storage->store( $name, $value, $is_network_admin ? true : null );
            }
        }

        /**
         * Checks whether this module has a settings menu.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return bool
         */
        function has_settings_menu() {
            return ( $this->_is_network_active && fs_is_network_admin() ) ?
                $this->_menu->has_network_menu() :
                $this->_menu->has_menu();
        }

        /**
         * If `true` the opt-in should be shown as a modal dialog box on the themes.php page. WordPress.org themes guidelines prohibit from redirecting the user from the themes.php page after activating a theme.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.5
         *
         * @return bool
         */
        function show_opt_in_on_themes_page() {
            if ( ! $this->is_free_wp_org_theme() ) {
                return false;
            }

            if ( ! $this->has_settings_menu() ) {
                return true;
            }

            return $this->show_settings_with_tabs();
        }

        /**
         * If `true` the opt-in should be shown on the product's main setting page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.5
         *
         * @return bool
         *
         * @uses show_opt_in_on_themes_page();
         */
        function show_opt_in_on_setting_page() {
            return ! $this->show_opt_in_on_themes_page();
        }

        /**
         * If `true` the settings should be shown using tabs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.5
         *
         * @return bool
         */
        function show_settings_with_tabs() {
            return ( self::NAVIGATION_TABS === $this->_navigation );
        }

        /**
         * Check if the context module is free wp.org theme.
         *
         * This method is helpful because:
         *      1. wp.org themes are limited to a single submenu item,
         *         and sub-submenu items are most likely not allowed (never verified).
         *      2. wp.org themes are not allowed to redirect the user
         *         after the theme activation, therefore, the agreed UX
         *         is showing the opt-in as a modal dialog box after
         *         activation (approved by @otto42, @emiluzelac, @greenshady, @grapplerulrich).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        function is_free_wp_org_theme() {
            return (
                $this->is_theme() &&
                $this->is_org_repo_compliant() &&
                ! $this->is_premium()
            );
        }

        /**
         * Checks whether this a submenu item is visible.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.6
         * @since  1.2.2.7 Even if the menu item was specified to be hidden, when it is the context page, then show the submenu item so the user will have the right context page.
         *
         * @param string $slug
         * @param bool   $is_tabs_visibility_check This is used to decide if the associated tab should be shown or hidden.
         *
         * @return bool
         */
        function is_submenu_item_visible( $slug, $is_tabs_visibility_check = false ) {
            if ( $this->is_admin_page( $slug ) ) {
                /**
                 * It is the current context page, so show the submenu item
                 * so the user will have the right context page, even if it
                 * was set to hidden.
                 */
                return true;
            }

            if ( ! $this->has_settings_menu() ) {
                // No menu settings at all.
                return false;
            }

            if (
                ! $is_tabs_visibility_check &&
                $this->is_org_repo_compliant() &&
                $this->show_settings_with_tabs()
            ) {
                /**
                 * wp.org themes are limited to a single submenu item, and
                 * sub-submenu items are most likely not allowed (never verified).
                 */
                return false;
            }

            return $this->_menu->is_submenu_item_visible( $slug );
        }

        /**
         * Check if a Freemius page should be accessible via the UI.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param string $slug
         *
         * @return bool
         */
        function is_page_visible( $slug ) {
            if ( $this->is_admin_page( $slug ) ) {
                return true;
            }

            return $this->_menu->is_submenu_item_visible( $slug, true, true );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        private function _version_updates_handler() {
            if ( ! isset( $this->_storage->sdk_version ) || $this->_storage->sdk_version != $this->version ) {
                // Freemius version upgrade mode.
                $this->_storage->sdk_last_version = $this->_storage->sdk_version;
                $this->_storage->sdk_version      = $this->version;

                if ( empty( $this->_storage->sdk_last_version ) ||
                     version_compare( $this->_storage->sdk_last_version, $this->version, '<' )
                ) {
                    $this->_storage->sdk_upgrade_mode   = true;
                    $this->_storage->sdk_downgrade_mode = false;
                } else {
                    $this->_storage->sdk_downgrade_mode = true;
                    $this->_storage->sdk_upgrade_mode   = false;

                }

                $this->do_action( 'sdk_version_update', $this->_storage->sdk_last_version, $this->version );
            }

            $plugin_version = $this->get_plugin_version();
            if ( ! isset( $this->_storage->plugin_version ) || $this->_storage->plugin_version != $plugin_version ) {
                // Plugin version upgrade mode.
                $this->_storage->plugin_last_version = $this->_storage->plugin_version;
                $this->_storage->plugin_version      = $plugin_version;

                if ( empty( $this->_storage->plugin_last_version ) ||
                     version_compare( $this->_storage->plugin_last_version, $plugin_version, '<' )
                ) {
                    $this->_storage->plugin_upgrade_mode   = true;
                    $this->_storage->plugin_downgrade_mode = false;
                } else {
                    $this->_storage->plugin_downgrade_mode = true;
                    $this->_storage->plugin_upgrade_mode   = false;
                }

                if ( ! empty( $this->_storage->plugin_last_version ) ) {
                    // Different version of the plugin was installed before, therefore it's an update.
                    $this->_storage->is_plugin_new_install = false;
                }

                $this->do_action( 'plugin_version_update', $this->_storage->plugin_last_version, $plugin_version );
            }
        }

        #--------------------------------------------------------------------------------
        #region Data Migration on SDK Update
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.5
         *
         * @param string $sdk_prev_version
         * @param string $sdk_version
         */
        function _sdk_version_update( $sdk_prev_version, $sdk_version ) {
            if ( empty( $sdk_prev_version ) ) {
                return;
            }

            if (
                 version_compare( $sdk_prev_version, '2.5.1', '<' ) &&
                 version_compare( $sdk_version, '2.5.1', '>=' )
            ) {
                if ( $this->is_registered( true ) ) {
                    /**
                     * Migrate to new permissions layer.
                     */
                    require_once WP_FS__DIR_INCLUDES . '/supplements/fs-migration-2.5.1.php';

                    $install_by_blog_id = is_multisite() ?
                        $this->get_blog_install_map() :
                        array( 0 => $this->_site );

                    fs_migrate_251( $this, $install_by_blog_id );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param \FS_Storage   $storage
         * @param bool|int|null $blog_id
         */
        private static function migrate_install_plan_to_plan_id( FS_Storage $storage, $blog_id = null ) {
            if ( empty( $storage->sdk_version ) ) {
                // New installation of the plugin, no need to upgrade.
                return;
            }

            if ( ! version_compare( $storage->sdk_version, '2.0.0', '<' ) ) {
                // Previous version is >= 2.0.0, so no need to migrate.
                return;
            }

            // Alias.
            $module_type = $storage->get_module_type();
            $module_slug = $storage->get_module_slug();

            $installs = self::get_all_sites( $module_type, $blog_id );
            $install  = isset( $installs[ $module_slug ] ) ? $installs[ $module_slug ] : null;

            if ( ! is_object( $install ) ) {
                return;
            }

            if ( isset( $install->plan ) && is_object( $install->plan ) ) {
                if ( isset( $install->plan->id ) && ! empty( $install->plan->id ) ) {
                    $install->plan_id = self::_decrypt( $install->plan->id );
                }

                unset( $install->plan );

                $installs[ $module_slug ] = clone $install;

                self::set_account_option_by_module(
                    $module_type,
                    'sites',
                    $installs,
                    true,
                    $blog_id
                );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param string $plugin_prev_version
         * @param string $plugin_version
         */
        function _after_version_update( $plugin_prev_version, $plugin_version ) {
            if ( $this->is_theme() ) {
                // Expire the cache of the previous tabs since the theme may
                // have setting updates.
                $this->_cache->expire( 'tabs' );
                $this->_cache->expire( 'tabs_stylesheets' );
            }
        }

        /**
         * A special migration logic for the $_accounts, executed for all the plugins in the system:
         *  - Moves some data to the network level storage.
         *  - If the plugin's connection was skipped for all sites, set the plugin as if it was network skipped.
         *  - If the plugin's connection was ignored for all sites, don't do anything in terms of the network connection.
         *  - If the plugin was connected to all sites by the same super-admin, set the plugin as if was network opted-in for all sites.
         *  - If there's at least one site that was connected by a super-admin, find the "main super-admin" (the one that installed the majority of the plugin installs) and set the plugin as if was network activated with the main super-admin, set all the sites that were skipped or opted-in with a different user to delegated mode. Then, prompt the currently logged super-admin to choose what to do with the ignored sites.
         *  - If there are any sites in the network which the connection decision was not yet taken for, set this plugin into network activation mode so a super-admin can choose what to do with the rest of the sites.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private static function migrate_accounts_to_network() {
            $sites             = self::get_sites();
            $sites_count       = count( $sites );
            $connection_status = array();
            $plugin_slugs      = array();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                self::$_accounts->migrate_to_network( $blog_id );

                /**
                 * Build a list of all Freemius powered plugins slugs.
                 */
                $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array(), $blog_id );
                foreach ( $id_slug_type_path_map as $module_id => $data ) {
                    if ( WP_FS__MODULE_TYPE_PLUGIN === $data['type'] ) {
                        $plugin_slugs[ $data['slug'] ] = true;
                    }
                }

                $installs = self::get_account_option( 'sites', WP_FS__MODULE_TYPE_PLUGIN, $blog_id );

                if ( is_array( $installs ) ) {
                    foreach ( $installs as $slug => $install ) {
                        if ( ! isset( $connection_status[ $slug ] ) ) {
                            $connection_status[ $slug ] = array();
                        }

                        if ( is_object( $install ) &&
                             FS_Site::is_valid_id( $install->id ) &&
                             FS_User::is_valid_id( $install->user_id )
                        ) {
                            $connection_status[ $slug ][ $blog_id ] = $install->user_id;
                        }
                    }
                }
            }

            foreach ( $plugin_slugs as $slug => $true ) {
                if ( ! isset( $connection_status[ $slug ] ) ) {
                    $connection_status[ $slug ] = array();
                }

                foreach ( $sites as $site ) {
                    $blog_id = self::get_site_blog_id( $site );

                    if ( isset( $connection_status[ $slug ][ $blog_id ] ) ) {
                        continue;
                    }

                    $storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );

                    $is_anonymous = $storage->get( 'is_anonymous', null, $blog_id );

                    if ( ! is_null( $is_anonymous ) ) {
                        // Since 1.1.3 is_anonymous is an array.
                        if ( is_array( $is_anonymous ) && isset( $is_anonymous['is'] ) ) {
                            $is_anonymous = $is_anonymous['is'];
                        }

                        if ( is_bool( $is_anonymous ) && true === $is_anonymous ) {
                            $connection_status[ $slug ][ $blog_id ] = 'skipped';
                        }
                    }

                    if ( ! isset( $connection_status[ $slug ][ $blog_id ] ) ) {
                        $connection_status[ $slug ][ $blog_id ] = 'ignored';
                    }
                }
            }

            $super_admins = array();

            foreach ( $connection_status as $slug => $blogs_status ) {
                $skips                 = 0;
                $ignores               = 0;
                $connections           = 0;
                $opted_in_users        = array();
                $opted_in_super_admins = array();

                $storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );

                foreach ( $blogs_status as $blog_id => $status_or_user_id ) {
                    if ( 'skipped' === $status_or_user_id ) {
                        $skips ++;
                    } else if ( 'ignored' === $status_or_user_id ) {
                        $ignores ++;
                    } else if ( FS_User::is_valid_id( $status_or_user_id ) ) {
                        $connections ++;

                        if ( ! isset( $opted_in_users[ $status_or_user_id ] ) ) {
                            $opted_in_users[ $status_or_user_id ] = array();
                        }

                        $opted_in_users[ $status_or_user_id ][] = $blog_id;

                        if ( isset( $super_admins[ $status_or_user_id ] ) ||
                             self::is_super_admin( $status_or_user_id )
                        ) {
                            // Cache super-admin data.
                            $super_admins[ $status_or_user_id ] = true;

                            // Remember opted-in super-admins for the plugin.
                            $opted_in_super_admins[ $status_or_user_id ] = true;
                        }
                    }
                }

                $main_super_admin_user_id = null;
                $all_migrated             = false;
                if ( $sites_count == $skips ) {
                    // All sites were skipped -> network skip by copying the anonymous mode from any of the sites.
                    $storage->is_anonymous_ms = $storage->is_anonymous;

                    $all_migrated = true;
                } else if ( $sites_count == $ignores ) {
                    // Don't do anything, still in activation mode.

                    $all_migrated = true;
                } else if ( 0 < count( $opted_in_super_admins ) ) {
                    // Find the super-admin with the majority of installs.
                    $max_installs_by_super_admin = 0;
                    foreach ( $opted_in_super_admins as $user_id => $true ) {
                        $installs_count = count( $opted_in_users[ $user_id ] );

                        if ( $installs_count > $max_installs_by_super_admin ) {
                            $max_installs_by_super_admin = $installs_count;
                            $main_super_admin_user_id    = $user_id;
                        }
                    }

                    if ( $sites_count == $connections && 1 == count( $opted_in_super_admins ) ) {
                        // Super-admin opted-in for all sites in the network.
                        $storage->is_network_connected = true;

                        $all_migrated = true;
                    }

                    // Store network user.
                    $storage->network_user_id = $main_super_admin_user_id;

                    $storage->network_install_blog_id = ( $sites_count == $connections ) ?
                        // Since all sites are opted-in, associating with the main site.
                        get_current_blog_id() :
                        // Associating with the 1st found opted-in site.
                        $opted_in_users[ $main_super_admin_user_id ][0];

                    /**
                     * Make sure we migrate the plan ID of the network install, otherwise, if after the migration
                     * the 1st page that will be loaded is the network level WP Admin and $storage->network_install_blog_id
                     * is different than the main site of the network, the $this->_site will not be set since the plan_id
                     * will be empty.
                     */
                    $storage->migrate_to_network();
                    self::migrate_install_plan_to_plan_id( $storage, $storage->network_install_blog_id );
                } else {
                    // At least one opt-in. All the opt-in were created by a non-super-admin.
                    if ( 0 == $ignores ) {
                        // All sites were opted-in or skipped, all by non-super-admin. So delegate all.
                        $storage->store( 'is_delegated_connection', true, true );

                        $all_migrated = true;
                    }
                }

                if ( ! $all_migrated ) {
                    /**
                     * Delegate all sites that were:
                     *  1) Opted-in by a user that is NOT the main-super-admin.
                     *  2) Skipped and non of the sites was opted-in by a super-admin. If any site was opted-in by a super-admin, there will be a main-super-admin, and we consider the skip as if it was done by that user.
                     */
                    foreach ( $blogs_status as $blog_id => $status_or_user_id ) {
                        if ( $status_or_user_id == $main_super_admin_user_id ) {
                            continue;
                        }

                        if ( FS_User::is_valid_id( $status_or_user_id ) ||
                             ( 'skipped' === $status_or_user_id && is_null( $main_super_admin_user_id ) )
                        ) {
                            $storage->store( 'is_delegated_connection', true, $blog_id );
                        }
                    }
                }


                if ( ( $connections + $skips > 0 ) ) {
                    if ( $ignores > 0 ) {
                        /**
                         * If admin already opted-in or skipped in any of the network sites, and also
                         * have sites which the connection decision was not yet taken, set this plugin
                         * into network activation mode so the super-admin can choose what to do with
                         * the rest of the sites.
                         */
                        self::set_network_upgrade_mode( $storage );
                    }
                }
            }
        }

        /**
         * Set a module into network upgrade mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_Storage $storage
         *
         * @return bool
         */
        private static function set_network_upgrade_mode( FS_Storage $storage ) {
            return $storage->is_network_activation = true;
        }

        /**
         * Will return true after upgrading to the SDK with the network level integration,
         * when the super-admin involvement is required regarding the rest of the sites.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        function is_network_upgrade_mode() {
            return $this->_storage->get( 'is_network_activation' );
        }

        /**
         * Clear flag after the upgrade mode completion.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool True if network activation was on and now completed.
         */
        private function network_upgrade_mode_completed() {
            if ( fs_is_network_admin() && $this->is_network_upgrade_mode() ) {
                $this->_storage->remove( 'is_network_activation' );

                return true;
            }

            return false;
        }

        #endregion

        /**
         * This action is connected to the 'plugins_loaded' hook and helps to determine
         * if this is a new plugin installation or a plugin update.
         *
         * There are 3 different use-cases:
         *    1) New plugin installation right with Freemius:
         *       1.1 _activate_plugin_event_hook() will be executed first
         *       1.2 Since $this->_storage->is_plugin_new_install is not set,
         *           and $this->_storage->plugin_last_version is not set,
         *           $this->_storage->is_plugin_new_install will be set to TRUE.
         *       1.3 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
         *           be already set to TRUE.
         *
         *    2) Plugin update, didn't have Freemius before, and now have the SDK:
         *       2.1 _activate_plugin_event_hook() will not be executed, because
         *           the activation hook do NOT fires on updates since WP 3.1.
         *       2.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install will
         *           be empty, therefore, it will be set to FALSE.
         *
         *    3) Plugin update, had Freemius in prev version as well:
         *       3.1 _version_updates_handler() will be executed 1st, since FS was installed
         *           before, $this->_storage->plugin_last_version will NOT be empty,
         *           therefore, $this->_storage->is_plugin_new_install will be set to FALSE.
         *       3.2 When _plugins_loaded() will be executed, $this->_storage->is_plugin_new_install is
         *           already set, therefore, it will not be modified.
         *
         *    Use-case #3 is backward compatible, #3.1 will be executed since 1.0.9.
         *
         * NOTE:
         *    The only fallback of this mechanism is if an admin updates a plugin based on use-case #2,
         *    and then, the next immediate PageView is the plugin's main settings page, it will not
         *    show the opt-in right away. The reason it will happen is because Freemius execution
         *    will be turned off till the plugin is fully loaded at least once
         *    (till $this->_storage->was_plugin_loaded is TRUE).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.9
         *
         */
        function _plugins_loaded() {
            // Update flag that plugin was loaded with Freemius at least once.
            $this->_storage->was_plugin_loaded = true;

            /**
             * Bug fix - only set to false when it's a plugin, due to the
             * execution sequence of the theme hooks and our methods, if
             * this will be set for themes, Freemius will always assume
             * it's a theme update.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.2.2
             */
            if ( $this->is_plugin() &&
                 ! isset( $this->_storage->is_plugin_new_install )
            ) {
                $this->_storage->is_plugin_new_install = (
                    ! is_plugin_active( $this->_plugin_basename ) &&
                    empty( $this->_storage->plugin_last_version )
                );
            }
        }

        function _run_garbage_collector() {
            if ( true !== fs_get_optional_constant( 'WP_FS__ENABLE_GARBAGE_COLLECTOR', true ) ) {
                return;
            }

            if ( ! $this->is_user_in_admin() ) {
                return;
            }

            require_once WP_FS__DIR_INCLUDES . '/class-fs-lock.php';

            $lock = new FS_Lock( 'garbage_collection' );

            if ( $lock->is_locked() ) {
                return;
            }

            // Create a 1-day lock.
            $lock->lock( WP_FS__TIME_24_HOURS_IN_SEC );

            FS_Garbage_Collector::instance()->clean();
        }

        /**
         * Opens the support forum subemenu item in a new browser page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.4
         */
        static function _open_support_forum_in_new_page() {
            ?>
            <script type="text/javascript">
                (function ($) {
                    $('.fs-submenu-item.wp-support-forum').parent().attr( { target: '_blank', rel: 'noopener noreferrer' } );
                })(jQuery);
            </script>
            <?php
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        private function register_constructor_hooks() {
            $this->_logger->entrance();

            if ( is_admin() ) {
                add_action( 'admin_init', array( &$this, '_hook_action_links_and_register_account_hooks' ) );

                if ( $this->is_plugin() ) {
                    if ( self::is_plugin_install_page() && true !== fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) {
                        /**
                         * Unless the `fs_allow_updater_and_dialog` URL param exists and its value is `true`, make
                         * Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php)
                         * so that they won't interfere with the .org plugins' functionalities on that page (e.g.
                         * updating of a .org plugin).
                         */
                        add_filter( 'site_transient_update_plugins', array( 'Freemius', '_remove_fs_updates_from_plugin_install_page' ), 10, 2 );
                    } else if ( self::is_plugins_page() || self::is_updates_page() ) {
                        /**
                         * On the "Plugins" and "Updates" admin pages, if there are premium or non–org-compliant plugins, modify their details dialog URLs (add a Freemius-specific param) so that the SDK can determine if the plugin information dialog should show information from Freemius.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since 2.2.3
                         */
                        add_action( 'admin_footer', array( 'Freemius', '_prepend_fs_allow_updater_and_dialog_flag_url_param' ) );
                    }

                    $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';

                    /**
                     * @since 1.2.2
                     *
                     * Hook to both free and premium version activations to support
                     * auto deactivation on the other version activation.
                     */
                    register_activation_hook(
                        $plugin_dir . $this->_free_plugin_basename,
                        array( &$this, '_activate_plugin_event_hook' )
                    );

                    register_activation_hook(
                        $plugin_dir . $this->premium_plugin_basename(),
                        array( &$this, '_activate_plugin_event_hook' )
                    );
                } else {
                    add_action( 'after_switch_theme', array( &$this, '_activate_theme_event_hook' ), 10, 2 );

                    add_action( 'admin_footer', array( &$this, '_style_premium_theme' ) );
                }

                /**
                 * Part of the mechanism to identify new plugin install vs. plugin update.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.1.9
                 */
                if ( empty( $this->_storage->was_plugin_loaded ) ) {
                    /**
                     * During the plugin activation (not theme), 'plugins_loaded' will be already executed
                     * when the logic gets here since the activation logic first add the activate plugins,
                     * then triggers 'plugins_loaded', and only then include the code of the plugin that
                     * is activated. Which means that _plugins_loaded() will NOT be executed during the
                     * plugin activation, and that IS intentional.
                     *
                     * @author Vova Feldman (@svovaf)
                     */
                    if ( $this->is_plugin() &&
                         $this->is_activation_mode( false ) &&
                         0 == did_action( 'plugins_loaded' )
                    ) {
                        add_action( 'plugins_loaded', array( &$this, '_plugins_loaded' ) );
                    } else {
                        // If was activated before, then it was already loaded before.
                        $this->_plugins_loaded();
                    }
                }

                add_action( 'plugins_loaded', array( &$this, '_run_garbage_collector' ) );

                if ( ! self::is_ajax() ) {
                    if ( ! $this->is_addon() ) {
                        add_action( 'init', array( &$this, '_add_default_submenu_items' ), WP_FS__LOWEST_PRIORITY );
                    }
                }

                if ( $this->_storage->handle_gdpr_admin_notice ) {
                    add_action( 'init', array( &$this, '_maybe_show_gdpr_admin_notice' ) );
                }

                add_action( 'init', array( &$this, '_maybe_add_gdpr_optin_ajax_handler') );
                add_action( 'init', array( &$this, '_maybe_add_pricing_ajax_handler' ) );
            }

            if ( $this->is_plugin() ) {
                if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
                    add_action( 'wpmu_new_blog', array( $this, '_after_new_blog_callback' ), 10, 6 );
                } else {
                    add_action( 'wp_initialize_site', array( $this, '_after_wp_initialize_site_callback' ), 11, 2 );
                }

                register_deactivation_hook( $this->_plugin_main_file_path, array( &$this, '_deactivate_plugin_hook' ) );
            }

            if ( is_multisite() ) {
                add_action( 'deactivate_blog', array( &$this, '_after_site_deactivated_callback' ) );
                add_action( 'archive_blog', array( &$this, '_after_site_deactivated_callback' ) );
                add_action( 'make_spam_blog', array( &$this, '_after_site_deactivated_callback' ) );

                if ( version_compare( $GLOBALS['wp_version'], '5.1', '<' ) ) {
                    add_action( 'deleted_blog', array( $this, '_after_site_deleted_callback' ), 10, 2 );
                } else {
                    add_action( 'wp_delete_site', array( $this, '_after_wpsite_deleted_callback' ) );
                }

                add_action( 'activate_blog', array( &$this, '_after_site_reactivated_callback' ) );
                add_action( 'unarchive_blog', array( &$this, '_after_site_reactivated_callback' ) );
                add_action( 'make_ham_blog', array( &$this, '_after_site_reactivated_callback' ) );
            }

            if ( $this->is_theme() &&
                 self::is_customizer() &&
                 $this->apply_filters( 'show_customizer_upsell', true )
            ) {
                // Register customizer upsell.
                add_action( 'customize_register', array( &$this, '_customizer_register' ) );
            }

            add_action( 'admin_init', array( &$this, '_redirect_on_clicked_menu_link' ), WP_FS__LOWEST_PRIORITY );

            if ( $this->is_theme() && ! $this->is_migration() ) {
                add_action( 'admin_init', array( &$this, '_add_tracking_links' ) );
            }

            add_action( 'admin_init', array( &$this, '_add_license_activation' ) );
            add_action( 'admin_init', array( &$this, '_add_premium_version_upgrade_selection' ) );
            add_action( 'admin_init', array( &$this, '_add_beta_mode_update_handler' ) );
            add_action( 'admin_init', array( &$this, '_add_user_change_option' ) );
            add_action( 'admin_init', array( &$this, '_add_email_address_update_option' ) );

            $this->add_ajax_action( 'update_billing', array( &$this, '_update_billing_ajax_action' ) );
            $this->add_ajax_action( 'start_trial', array( &$this, '_start_trial_ajax_action' ) );
            $this->add_ajax_action( 'set_data_debug_mode', array( &$this, '_set_data_debug_mode' ) );
            $this->add_ajax_action( 'toggle_whitelabel_mode', array( &$this, '_toggle_whitelabel_mode_ajax_handler' ) );

            if ( $this->_is_network_active && fs_is_network_admin() ) {
                $this->add_ajax_action( 'network_activate', array( &$this, '_network_activate_ajax_action' ) );
            }

            $this->add_ajax_action( 'install_premium_version', array(
                &$this,
                '_install_premium_version_ajax_action'
            ) );

            $this->add_ajax_action( 'submit_affiliate_application', array( &$this, '_submit_affiliate_application' ) );

            $this->add_action( 'after_plans_sync', array( &$this, '_check_for_trial_plans' ) );

            $this->add_action( 'sdk_version_update', array( &$this, '_sdk_version_update' ), WP_FS__DEFAULT_PRIORITY, 2 );

            $this->add_action(
                'plugin_version_update',
                array( &$this, '_after_version_update' ),
                WP_FS__DEFAULT_PRIORITY,
                2
            );
            $this->add_filter( 'after_code_type_change', array( &$this, '_after_code_type_change' ) );

            add_action( 'admin_init', array( &$this, '_add_trial_notice' ) ); // @phpstan-ignore-line
            add_action( 'admin_init', array( &$this, '_add_affiliate_program_notice' ) ); // @phpstan-ignore-line
            add_action( 'admin_enqueue_scripts', array( &$this, '_enqueue_common_css' ) );

            /**
             * Handle request to reset anonymous mode for `get_reconnect_url()` or reset the pending activation mode.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.1.5
             */
            if (
                (
                    fs_request_is_action( 'reset_anonymous_mode' ) ||
                    fs_request_is_action( 'reset_pending_activation_mode' )
                ) &&
                $this->get_unique_affix() === fs_request_get_raw( 'fs_unique_affix' )
            ) {
                add_action( 'admin_init', array( &$this, 'connect_again' ) );
            }
        }

        /**
         * Register the required hooks right after the settings parse is completed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         */
        private function register_after_settings_parse_hooks() {
            if ( is_admin() &&
                 $this->is_theme() &&
                 $this->is_premium() &&
                 ! $this->has_active_valid_license()
            ) {
                $this->add_ajax_action(
                    'delete_theme_update_data',
                    array( &$this, '_delete_theme_update_data_action' )
                );
            }

            if ( $this->show_settings_with_tabs() ) {
                /**
                 * Include the required hooks to capture the theme settings' page tabs
                 * and cache them.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.2.2.7
                 */
                if ( ! $this->_cache->has_valid( 'tabs' ) ) {
                    add_action( 'admin_footer', array( &$this, '_tabs_capture' ) );
                    // Add license activation AJAX callback.
                    $this->add_ajax_action( 'store_tabs', array( &$this, '_store_tabs_ajax_action' ) );

                    add_action( 'admin_enqueue_scripts', array( &$this, '_store_tabs_styles' ), 9999999 );
                }

                add_action(
                    'admin_footer',
                    array( &$this, '_add_freemius_tabs' ),
                    /**
                     * The tabs JS code must be executed after the tabs capture logic (_tabs_capture()).
                     * That's why the priority is 11 while the tabs capture logic is added
                     * with priority 10.
                     *
                     * @author Vova Feldman (@svovaf)
                     */
                    11
                );
            }

            if ( ! self::is_ajax() ) {
                if ( ! $this->is_addon() || $this->is_only_premium() ) {
                    add_action(
                        ( $this->_is_network_active && fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu',
                        array( &$this, '_prepare_admin_menu' ),
                        WP_FS__LOWEST_PRIORITY
                    );
                }
            }
        }

        /**
         * Makes Freemius-related updates unavailable on the "Add Plugins" admin page (/plugin-install.php) so that
         * they won't interfere with the .org plugins' functionalities on that page (e.g. updating of a .org plugin).
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.2.3
         *
         * @param object      $updates
         * @param string|null $transient
         *
         * @return object
         */
        static function _remove_fs_updates_from_plugin_install_page( $updates, $transient = null ) {
            if ( is_object( $updates ) && isset( $updates->response ) ) {
                foreach ( $updates->response as $file => $plugin ) {
                    if ( isset( $plugin->package ) && false !== strpos( $plugin->package, 'api.freemius' ) ) {
                        unset( $updates->response[ $file ] );
                    }
                }
            }

            return $updates;
        }

        /**
         * Prepends the `fs_allow_updater_and_dialog` param to the plugin information URLs to tell the SDK to handle
         * the information that is shown on the plugin details dialog that is shown when the relevant link is clicked.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.2.3
         *
         * @return void
         */
        static function _prepend_fs_allow_updater_and_dialog_flag_url_param() {
            $slug_basename_map = array();
            foreach ( self::$_instances as $instance ) {
                if ( ! $instance->is_plugin() ) {
                    continue;
                }

                $slug_basename_map[ $instance->get_slug() ] = $instance->premium_plugin_basename();
            }
            ?>
            <script type="text/javascript">
            (function( $ ) {
                var slugBasenameMap = <?php echo json_encode( $slug_basename_map ) ?>;
                for ( var slug in slugBasenameMap ) {
                    var basename = slugBasenameMap[ slug ];

                    // Try to get the plugin rows if on the "Plugins" page.
                    var $pluginRows = $( '.wp-list-table.plugins tr[data-plugin="' + basename + '"]');

                    if ( 0 === $pluginRows.length ) {
                        // Try to get the plugin rows if on the "Updates" page.
                        var $pluginCheckbox = $( '#update-plugins-table input[type="checkbox"][value="' + basename + '"]' );
                        if ( 0 !== $pluginCheckbox.length ) {
                            $pluginRows = $pluginCheckbox.parents( 'tr:first' );
                        }
                    }

                    if ( 0 === $pluginRows.length ) {
                        // No plugin rows found.
                        continue;
                    }

                    // Find the "View details" links and add the `fs_allow_updater_and_dialog` param to the URL.
                    $pluginRows.find( 'a[href*="plugin-install.php?tab=plugin-information"]' ).each(function() {
                        var $this = $( this ),
                            href  = $this.attr( 'href' ).replace( '?tab=', '?fs_allow_updater_and_dialog=true&tab=');

                        $this.attr( 'href', href );
                    });
                }
            })( jQuery );
            </script>
            <?php
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         */
        static function _maybe_add_beta_label_styles() {
            $has_any_beta_version = false;

            foreach ( self::$_instances as $instance ) {
                if ( $instance->is_beta() ) {
                    $has_any_beta_version = true;
                    break;
                }
            }

            if ( $has_any_beta_version ) {
                fs_enqueue_local_style( 'fs_plugins', '/admin/plugins.css' );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         */
        static function _maybe_add_beta_label_to_plugins_and_handle_confirmation() {
            $beta_data = array();

            foreach ( self::$_instances as $instance ) {
                if ( ! $instance->is_premium() ) {
                    continue;
                }

                /**
                 * If there's an available beta version update, a confirmation message will be shown when the
                 * "Update now" link on the "Plugins" or "Themes" page is clicked.
                 */
                $has_beta_update = $instance->has_beta_update();

                $is_beta = (
                    // The "Beta" label is added separately for themes.
                    $instance->is_plugin() &&
                    $instance->is_beta()
                );

                if ( ! $is_beta && ! $has_beta_update ) {
                    continue;
                }

                $beta_data[ $instance->get_plugin_basename() ] = array( 'is_installed_version_beta' => $is_beta );

                if ( ! $has_beta_update ) {
                    continue;
                }

                $beta_data[ $instance->get_plugin_basename() ]['beta_version_update_confirmation_message'] = sprintf(
                    '%s %s',
                    sprintf(
                        fs_esc_attr_inline(
                            'An update to a Beta version will replace your installed version of %s with the latest Beta release - use with caution, and not on production sites. You have been warned.',
                            'beta-version-update-caution',
                            $instance->get_slug()
                        ),
                        $instance->get_plugin_title()
                    ),
                    fs_esc_attr_inline( 'Would you like to proceed with the update?', 'update-confirmation', $instance->get_slug() )
                );
            }

            if ( empty( $beta_data ) ) {
                return;
            }
            ?>
            <script type="text/javascript">
                ( function( $ ) {
                    var betaData = <?php echo json_encode( $beta_data ) ?>;

                    for ( var pluginBasename in betaData ) {
                        if ( ! betaData.hasOwnProperty( pluginBasename ) ) {
                            continue;
                        }

                        if ( ! betaData[ pluginBasename ].is_installed_version_beta ) {
                            continue;
                        }

                        var $parentContainer = $( '.wp-list-table.plugins tr[data-plugin="' + pluginBasename + '"]' );
                        if ( 0 === $parentContainer.length ) {
                            continue;
                        }

                        $parentContainer.find( '.plugin-title > strong:first-child').append(
                            '<span class="fs-tag fs-info"><?php fs_esc_js_echo_inline( 'Beta', 'beta' ) ?></span>'
                        );
                    }

                    setTimeout( function() {
                        // Wait a little bit before adding the event handler, otherwise, it will be overridden by the core WP logic.
                        $( '.plugins .update-message .update-link, .themes .theme .update-message' ).on( 'click', function() {
                            var $parentContainer = $( this ).parents( 'tr:first' );
                            pluginBasename   = ( 0 !== $parentContainer.length ) ?
                                $parentContainer.data( 'plugin' ) :
                                $( this ).parents( '.theme:first' ).data( 'slug' );

                            if (
                                betaData[ pluginBasename ] &&
                                betaData[ pluginBasename ].beta_version_update_confirmation_message &&
                                ! confirm( betaData[ pluginBasename ].beta_version_update_confirmation_message )
                            ) {
                                return false;
                            }
                        } );
                    }, 20 );
                } )( jQuery );
            </script>
            <?php
        }

        /**
         * Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that
         * could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a
         * plugin will trigger inclusion of the free or premium version and if one of them is active during the
         * uninstallation, a fatal error may occur in case the plugin's class or functions are already defined.
         *
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.2.0
         */
        private function unregister_uninstall_hook() {
            $uninstallable_plugins = (array) get_option( 'uninstall_plugins' );
            unset( $uninstallable_plugins[ $this->_free_plugin_basename ] );
            unset( $uninstallable_plugins[ $this->premium_plugin_basename() ] );

            update_option( 'uninstall_plugins', $uninstallable_plugins );
        }

        /**
         * @since 1.2.0 Invalidate module's main file cache, otherwise, FS_Plugin_Updater will not fetch updates.
         *
         * @param bool $store_prev_path
         */
        private function clear_module_main_file_cache( $store_prev_path = true ) {
            if ( ! isset( $this->_storage->plugin_main_file ) ||
                empty( $this->_storage->plugin_main_file->path )
            ) {
                return;
            }

            if ( ! $store_prev_path ) {
                /**
                 * Storing the previous path is not needed when clearing the cache after an SDK version update since
                 * the main purpose of the cache clearing in that event is to correct a wrong plugin main file path
                 * which causes data mix-up between plugins (e.g. titles and versions of an add-on and its parent plugin).
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.1
                 */
                unset( $this->_storage->plugin_main_file->path );
            } else {
                $plugin_main_file = clone $this->_storage->plugin_main_file;

                // Store cached path (2nd layer cache).
                $plugin_main_file->prev_path = $plugin_main_file->path;

                // Clear cached path.
                unset( $plugin_main_file->path );

                $this->_storage->plugin_main_file = $plugin_main_file;
            }

            /**
             * Clear global cached path.
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map' );
            unset( $id_slug_type_path_map[ $this->_module_id ]['path'] );
            self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         */
        function _hook_action_links_and_register_account_hooks() {
            if ( $this->is_migration() ) {
                return;
            }

            if (
                ( self::is_plugins_page() && $this->is_plugin() ) ||
                ( self::is_themes_page() && $this->is_theme() ) ||
                fs_request_is_action_secure( $this->get_unique_affix() . '_reconnect' )
            ) {
                $this->_add_tracking_links();
            }

            if ( self::is_plugins_page() && $this->is_plugin() ) {
                $this->hook_plugin_action_links();
            }

            $this->_register_account_hooks();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        private function _register_account_hooks() {
            if ( ! is_admin() ) {
                return;
            }

            /**
             * Always show the deactivation feedback form since we added
             * automatic free version deactivation upon premium code activation.
             *
             * @since 1.2.1.6
             */
            $this->add_ajax_action(
                'submit_uninstall_reason',
                array( &$this, '_submit_uninstall_reason_action' )
            );

            $this->add_ajax_action(
                'cancel_subscription_or_trial',
                array( &$this, 'cancel_subscription_or_trial_ajax_action' )
            );

            if ( ! $this->is_addon() || $this->is_parent_plugin_installed() ) {
                if ( ( $this->is_plugin() && self::is_plugins_page() ) ||
                     ( $this->is_theme() && self::is_themes_page() )
                ) {
                    add_action( 'admin_footer', array( &$this, '_add_deactivation_feedback_dialog_box' ) );
                }
            }
        }

        /**
         * Leverage backtrace to find caller plugin file path.
         *
         * @param bool   $is_init   Is initiation sequence.
         * @param string $main_file Since 2.5.0 expects the module's main file path to potentially purge the cached path.
         *
         * @return string
         * @since  1.0.6
         *
         * @author Vova Feldman (@svovaf)
         */
        private function _find_caller_plugin_file( $is_init = false, $main_file = '' ) {
            // Try to load the cached value of the file path.
            if ( isset( $this->_storage->plugin_main_file ) ) {
                $plugin_main_file = $this->_storage->plugin_main_file;
                if ( ! empty( $plugin_main_file->path ) ) {
                    $absolute_path = $this->get_absolute_path( $plugin_main_file->path );
                    if ( file_exists( $absolute_path ) ) {
                        if ( $is_init && $absolute_path !== $this->get_absolute_path( $main_file ) ) {
                            // Update cached path if not matching the actual path.
                            $plugin_main_file->path = $main_file;
                            $this->_storage->plugin_main_file = $plugin_main_file;
                        }

                        return $absolute_path;
                    }
                }
            }

            /**
             * @since 1.2.1
             *
             * `clear_module_main_file_cache()` is clearing the plugin's cached path on
             * deactivation. Therefore, if any plugin/theme was initiating `Freemius`
             * with that plugin's slug, it was overriding the empty plugin path with a wrong path.
             *
             * So, we've added a special mechanism with a 2nd layer of cache that uses `prev_path`
             * when the class instantiator isn't the module.
             */
            if ( ! $is_init ) {
                // Fetch prev path cache.
                if ( isset( $this->_storage->plugin_main_file ) &&
                     ! empty( $this->_storage->plugin_main_file->prev_path )
                ) {
                    $absolute_path = $this->get_absolute_path( $this->_storage->plugin_main_file->prev_path );
                    if ( file_exists( $absolute_path ) ) {
                        return $absolute_path;
                    }
                }

                wp_die(
                    $this->get_text_inline( 'Freemius SDK couldn\'t find the plugin\'s main file. Please contact sdk@freemius.com with the current error.', 'failed-finding-main-path' ) .
                    " Module: {$this->_slug}; SDK: " . WP_FS__SDK_VERSION . ";",
                    $this->get_text_inline( 'Error', 'error' ),
                    array( 'back_link' => true )
                );
            }

            /**
             * @since 1.2.1
             *
             * Only the original instantiator that calls dynamic_init can modify the module's path.
             */
            // Find caller module.
            $this->_storage->plugin_main_file = (object) array(
                'path' => $main_file,
            );

            return $this->get_absolute_path( $main_file );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @param string $path
         *
         * @return string
         */
        private function get_relative_path( $path ) {
            $module_root_dir = $this->get_module_root_dir_path();
            if ( 0 === strpos( $path, $module_root_dir ) ) {
                $path = substr( $path, strlen( $module_root_dir ) );
            }

            return $path;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @param string      $path
         * @param string|bool $module_type
         *
         * @return string
         */
        private function get_absolute_path( $path, $module_type = false ) {
            $module_root_dir = $this->get_module_root_dir_path( $module_type );
            if ( 0 !== strpos( $path, $module_root_dir ) ) {
                $path = fs_normalize_path( $module_root_dir . $path );
            }

            return $path;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @param string|bool $module_type
         *
         * @return string
         */
        private function get_module_root_dir_path( $module_type = false ) {
            $is_plugin = empty( $module_type ) ?
                $this->is_plugin() :
                ( WP_FS__MODULE_TYPE_PLUGIN === $module_type );

            return fs_normalize_path( trailingslashit( $is_plugin ?
                WP_PLUGIN_DIR :
                get_theme_root( get_stylesheet() ) ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param number $module_id
         * @param string $slug
         *
         * @return string Since 2.5.0 return the module's main file path.
         *
         * @since  1.2.2
         */
        private function store_id_slug_type_path_map( $module_id, $slug ) {
            $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );

            $store_option = false;

            if ( ! isset( $id_slug_type_path_map[ $module_id ] ) ) {
                $id_slug_type_path_map[ $module_id ] = array(
                    'slug' => $slug
                );

                $store_option = true;
            } else if (
                isset( $id_slug_type_path_map[ $module_id ]['slug'] ) &&
                $slug !== $id_slug_type_path_map[ $module_id ]['slug']
            ) {
                $id_slug_type_path_map[ $module_id ]['slug'] = $slug;
                $store_option                                = true;
            }

            $find_caller = empty( $id_slug_type_path_map[ $module_id ]['path'] );

            if ( ! $find_caller ) {
                /**
                 * This verification is for cases when suddenly the same module
                 * is installed but with a different folder name.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.2.3
                 */
                $find_caller = ! file_exists( $this->get_absolute_path(
                    $id_slug_type_path_map[ $module_id ]['path'],
                    $id_slug_type_path_map[ $module_id ]['type']
                ) );
            }

            foreach ( $id_slug_type_path_map as $id => $data ) {
                if ( empty( $id ) ) {
                    // Remove maps with empty module ID.
                    unset( $id_slug_type_path_map[ $id ] );
                    $store_option = true;
                    continue;
                }

                /**
                 * If the module's main file path is identical to the main file path of another module then it means that the cached path of the current module or the other one with the same path is wrong, and therefore, we need to recalculate those paths.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  2.5.0
                 */
                if ( ! $find_caller ) {
                    if ( $id == $module_id ) {
                        continue;
                    }

                    if (
                        isset( $data['path'] ) &&
                        $data['path'] === $id_slug_type_path_map[ $module_id ]['path']
                    ) {
                        $find_caller = true;
                    }
                }
            }

            if ( $find_caller ) {
                $caller_main_file_and_type = $this->get_caller_main_file_and_type( $module_id );

                $id_slug_type_path_map[ $module_id ]['type'] = $caller_main_file_and_type->module_type;
                $id_slug_type_path_map[ $module_id ]['path'] = $caller_main_file_and_type->path;

                $store_option = true;
            }

            if ( $store_option ) {
                self::$_accounts->set_option( 'id_slug_type_path_map', $id_slug_type_path_map, true );
            }

            return $id_slug_type_path_map[ $module_id ]['path'];
        }

        /**
         * Identifies the caller type: plugin or theme.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.3 Find the earliest module in the call stack that calls to the SDK. This fix is for cases when
         *         add-ons are relying on loading the SDK from the parent module, and also allows themes including the
         *         SDK an internal file instead of directly from functions.php.
         * @since  1.2.1.7 Knows how to handle cases when an add-on includes the parent module logic.
         *
         * @param number $module_id @since 2.5.0
         */
        private function get_caller_main_file_and_type( $module_id ) {
            self::require_plugin_essentials();

            $all_plugins       = fs_get_plugins( true );
            $all_plugins_paths = array();

            // Get active plugin's main files real full names (might be symlinks).
            foreach ( $all_plugins as $relative_path => $data ) {
                if ( false === strpos( fs_normalize_path( $relative_path ), '/' ) ) {
                    /**
                     * Ignore plugins that don't have a folder (e.g. Hello Dolly) since they
                     * can't really include the SDK.
                     *
                     * @author Vova Feldman
                     * @since  1.2.1.7
                     */
                    continue;
                }

                $all_plugins_paths[] = fs_normalize_path( realpath( WP_PLUGIN_DIR . '/' . $relative_path ) );
            }

            $caller_file_candidate = false;
            $caller_map            = array();
            $module_type           = WP_FS__MODULE_TYPE_PLUGIN;
            $themes_dir            = fs_normalize_path( get_theme_root( get_stylesheet() ) );
            $plugin_dir_to_skip    = false;

            for ( $i = 1, $bt = debug_backtrace(), $len = count( $bt ); $i < $len; $i ++ ) {
                if ( empty( $bt[ $i ]['file'] ) ) {
                    continue;
                }

                if ( $i > 1 && ! empty( $bt[ $i - 1 ]['file'] ) && $bt[ $i ]['file'] === $bt[ $i - 1 ]['file'] ) {
                    // If file same as the prev file in the stack, skip it.
                    continue;
                }

                if ( ! empty( $bt[ $i ]['function'] ) && in_array( $bt[ $i ]['function'], array(
                        'do_action',
                        'apply_filter',
                        // The string split is stupid, but otherwise, theme check
                        // throws info notices.
                        'requir' . 'e_once',
                        'requir' . 'e',
                        'includ' . 'e_once',
                        'includ' . 'e',
                        'install_and_activate_plugin',
                        'try_activate_plugin',
                        'activate_plugin'
                    ) )
                ) {
                    if ( 'activate_plugin' === $bt[ $i ]['function'] ) {
                        /**
                         * Store the directory of the activator plugin so that any other file that starts with it
                         * cannot be mistakenly chosen as a candidate caller file.
                         *
                         * @author Leo Fajardo
                         *
                         * @since 2.3.0
                         */
                        $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );

                        foreach ( $all_plugins_paths as $plugin_path ) {
                            $plugin_dir = fs_normalize_path( dirname( $plugin_path ) . '/' );
                            if ( false !== strpos( $caller_file_path, $plugin_dir ) ) {
                                $plugin_dir_to_skip = $plugin_dir;

                                break;
                            }
                        }
                    }

                    // Ignore call stack hooks and files inclusion.
                    continue;
                }

                $caller_file_path = fs_normalize_path( $bt[ $i ]['file'] );

                if ( ! empty( $plugin_dir_to_skip ) ) {
                    /**
                     * Skip if it's an activator plugin file to avoid mistakenly choosing it as a candidate caller file.
                     *
                     * @author Leo Fajardo
                     *
                     * @since 2.3.0
                     */
                    if ( 0 === strpos( $caller_file_path, $plugin_dir_to_skip ) ) {
                        continue;
                    }
                }

                if ( 'functions.php' === basename( $caller_file_path ) ) {
                    /**
                     * 1. Assumes that theme's starting execution file is functions.php.
                     * 2. This complex logic fixes symlink issues (e.g. with Vargant).
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.2.2.5
                     */

                    if ( $caller_file_path == fs_normalize_path( realpath( trailingslashit( $themes_dir ) . basename( dirname( $caller_file_path ) ) . '/' . basename( $caller_file_path ) ) ) ) {
                        $module_type = WP_FS__MODULE_TYPE_THEME;

                        /**
                         * Relative path of the theme, e.g.:
                         * `my-theme/functions.php`
                         *
                         * @author Leo Fajardo (@leorw)
                         */
                        $caller_file_candidate = basename( dirname( $caller_file_path ) ) .
                                                 '/' .
                                                 basename( $caller_file_path );

                        continue;
                    }
                }

                $caller_file_hash = md5( $caller_file_path );

                if ( ! isset( $caller_map[ $caller_file_hash ] ) ) {
                    foreach ( $all_plugins_paths as $plugin_path ) {
                        if ( empty( $plugin_path ) ) {
                            continue;
                        }

                        if ( false !== strpos( $caller_file_path, fs_normalize_path( dirname( $plugin_path ) . '/' ) ) ) {
                            $caller_map[ $caller_file_hash ] = fs_normalize_path( $plugin_path );
                            break;
                        }
                    }
                }

                if ( isset( $caller_map[ $caller_file_hash ] ) ) {
                    $module_type           = WP_FS__MODULE_TYPE_PLUGIN;
                    $caller_file_candidate = plugin_basename( $caller_map[ $caller_file_hash ] );
                }
            }

            $caller_main_file_and_type = (object) array(
                'module_type' => $module_type,
                'path'        => $caller_file_candidate
            );

            return apply_filters( "fs_{$module_id}_caller_main_file_and_type", $caller_main_file_and_type );
        }

        #----------------------------------------------------------------------------------
        #region Deactivation Feedback Form
        #----------------------------------------------------------------------------------

        /**
         * Displays a confirmation and feedback dialog box when the user clicks on the "Deactivate" link on the plugins
         * page.
         *
         * @author Vova Feldman (@svovaf)
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.1.2
         */
        function _add_deactivation_feedback_dialog_box() {
            if (
                $this->is_clone() ||
                ( is_object( $this->_site ) && ! $this->is_registered() )
            ) {
                return;
            }
            
            $subscription_cancellation_dialog_box_template_params = $this->apply_filters( 'show_deactivation_subscription_cancellation', true ) ?
                $this->_get_subscription_cancellation_dialog_box_template_params() :
                array();

            /**
             * @since 2.3.0 Developers can optionally hide the deactivation feedback form using the 'show_deactivation_feedback_form' filter.
             */
            $show_deactivation_feedback_form = ! self::is_deactivation_snoozed();
            if ( $this->has_filter( 'show_deactivation_feedback_form' ) ) {
                $show_deactivation_feedback_form = $this->apply_filters( 'show_deactivation_feedback_form', true );
            } else if ( $this->is_addon() ) {
                /**
                 * If the add-on's 'show_deactivation_feedback_form' is not set, try to inherit the value from the parent.
                 */
                $show_deactivation_feedback_form = $this->get_parent_instance()->apply_filters( 'show_deactivation_feedback_form', true );
            }

            $uninstall_confirmation_message = $this->apply_filters( 'uninstall_confirmation_message', '' );

            if (
                empty( $subscription_cancellation_dialog_box_template_params )  &&
                ! $show_deactivation_feedback_form &&
                empty( $uninstall_confirmation_message )
            ) {
                return;
            }

            $vars = array( 'id' => $this->_module_id );

            if ( $show_deactivation_feedback_form ) {
                /* Check the type of user:
                 * 1. Long-term (long-term)
                 * 2. Non-registered and non-anonymous short-term (non-registered-and-non-anonymous-short-term).
                 * 3. Short-term (short-term)
                 */
                $is_long_term_user = true;

                // Check if the site is at least 2 days old.
                $time_installed = $this->_storage->install_timestamp;

                // Difference in seconds.
                $date_diff = time() - $time_installed;

                // Convert seconds to days.
                $date_diff_days = floor( $date_diff / ( 60 * 60 * 24 ) );

                if ( $date_diff_days < 2 ) {
                    $is_long_term_user = false;
                }

                $is_long_term_user = $this->apply_filters( 'is_long_term_user', $is_long_term_user );

                if ( $is_long_term_user ) {
                    $user_type = 'long-term';
                } else {
                    if ( ! $this->is_registered() && ! $this->is_anonymous() ) {
                        $user_type = 'non-registered-and-non-anonymous-short-term';
                    } else {
                        $user_type = 'short-term';
                    }
                }

                $uninstall_reasons = $this->_get_uninstall_reasons( $user_type );

                $vars['reasons'] = $uninstall_reasons;
            }

            $vars['subscription_cancellation_dialog_box_template_params'] = &$subscription_cancellation_dialog_box_template_params;
            $vars['show_deactivation_feedback_form']                      = $show_deactivation_feedback_form;
            $vars['uninstall_confirmation_message']                       = $uninstall_confirmation_message;

            /**
             * Load the HTML template for the deactivation feedback dialog box.
             *
             * @todo Deactivation form core functions should be loaded only once! Otherwise, when there are multiple Freemius powered plugins the same code is loaded multiple times. The only thing that should be loaded differently is the various deactivation reasons object based on the state of the plugin.
             */
            fs_require_template( 'forms/deactivation/form.php', $vars );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.1.2
         *
         * @param string $user_type
         *
         * @return array The uninstall reasons for the specified user type.
         */
        function _get_uninstall_reasons( $user_type = 'long-term' ) {
            $module_type = $this->_module_type;

            $internal_message_template_var = array(
                'id' => $this->_module_id
            );

            $plan = $this->get_plan();

            if ( $this->is_registered() && is_object( $plan ) && $plan->has_technical_support() ) {
                $contact_support_template = fs_get_template( 'forms/deactivation/contact.php', $internal_message_template_var );
            } else {
                $contact_support_template = '';
            }

            $reason_found_better_plugin = array(
                'id'                => self::REASON_FOUND_A_BETTER_PLUGIN,
                'text'              => sprintf( $this->get_text_inline( 'I found a better %s', 'reason-found-a-better-plugin' ), $module_type ),
                'input_type'        => 'textfield',
                'input_placeholder' => sprintf( $this->get_text_inline( "What's the %s's name?", 'placeholder-plugin-name' ), $module_type ),
            );

            $reason_temporary_deactivation = array(
                'id'                => self::REASON_TEMPORARY_DEACTIVATION,
                'text'              => sprintf(
                    $this->get_text_inline( "It's a temporary %s - I'm troubleshooting an issue", 'reason-temporary-x' ),
                    strtolower( $this->is_plugin() ?
                        $this->get_text_inline( 'Deactivation', 'deactivation' ) :
                        $this->get_text_inline( 'Theme Switch', 'theme-switch' )
                    )
                ),
                'input_type'        => '',
                'input_placeholder' => ''
            );

            $reason_other = array(
                'id'                => self::REASON_OTHER,
                'text'              => $this->get_text_inline( 'Other', 'reason-other' ),
                'input_type'        => 'textfield',
                'input_placeholder' => ''
            );

            $long_term_user_reasons = array(
                array(
                    'id'                => self::REASON_NO_LONGER_NEEDED,
                    'text'              => sprintf( $this->get_text_inline( 'I no longer need the %s', 'reason-no-longer-needed' ), $module_type ),
                    'input_type'        => '',
                    'input_placeholder' => ''
                ),
                $reason_found_better_plugin,
                array(
                    'id'                => self::REASON_NEEDED_FOR_A_SHORT_PERIOD,
                    'text'              => sprintf( $this->get_text_inline( 'I only needed the %s for a short period', 'reason-needed-for-a-short-period' ), $module_type ),
                    'input_type'        => '',
                    'input_placeholder' => ''
                ),
                array(
                    'id'                => self::REASON_BROKE_MY_SITE,
                    'text'              => sprintf( $this->get_text_inline( 'The %s broke my site', 'reason-broke-my-site' ), $module_type ),
                    'input_type'        => '',
                    'input_placeholder' => '',
                    'internal_message'  => $contact_support_template
                ),
                array(
                    'id'                => self::REASON_SUDDENLY_STOPPED_WORKING,
                    'text'              => sprintf( $this->get_text_inline( 'The %s suddenly stopped working', 'reason-suddenly-stopped-working' ), $module_type ),
                    'input_type'        => '',
                    'input_placeholder' => '',
                    'internal_message'  => $contact_support_template
                )
            );

            if ( $this->is_paying() ) {
                $long_term_user_reasons[] = array(
                    'id'                => self::REASON_CANT_PAY_ANYMORE,
                    'text'              => $this->get_text_inline( "I can't pay for it anymore", 'reason-cant-pay-anymore' ),
                    'input_type'        => 'textfield',
                    'input_placeholder' => $this->get_text_inline( 'What price would you feel comfortable paying?', 'placeholder-comfortable-price' )
                );
            }

            $reason_dont_share_info = array(
                'id'                => self::REASON_DONT_LIKE_TO_SHARE_MY_INFORMATION,
                'text'              => $this->get_text_inline( "I don't like to share my information with you", 'reason-dont-like-to-share-my-information' ),
                'input_type'        => '',
                'input_placeholder' => ''
            );

            /**
             * If the current user has selected the "don't share data" reason in the deactivation feedback modal, inform the
             * user by showing additional message that he doesn't have to share data and can just choose to skip the opt-in
             * (the Skip button is included in the message to show). This message will only be shown if anonymous mode is
             * enabled and the user's account is currently not in pending activation state (similar to the way the Skip
             * button in the opt-in form is shown/hidden).
             */
            if ( $this->is_enable_anonymous() && ! $this->is_pending_activation() ) {
                $reason_dont_share_info['internal_message'] = fs_get_template( 'forms/deactivation/retry-skip.php', $internal_message_template_var );
            }

            $uninstall_reasons = array(
                'long-term'                                   => $long_term_user_reasons,
                'non-registered-and-non-anonymous-short-term' => array(
                    array(
                        'id'                => self::REASON_DIDNT_WORK,
                        'text'              => sprintf( $this->get_text_inline( "The %s didn't work", 'reason-didnt-work' ), $module_type ),
                        'input_type'        => '',
                        'input_placeholder' => ''
                    ),
                    $reason_dont_share_info,
                    $reason_found_better_plugin
                ),
                'short-term'                                  => array(
                    array(
                        'id'                => self::REASON_COULDNT_MAKE_IT_WORK,
                        'text'              => $this->get_text_inline( "I couldn't understand how to make it work", 'reason-couldnt-make-it-work' ),
                        'input_type'        => '',
                        'input_placeholder' => '',
                        'internal_message'  => $contact_support_template
                    ),
                    $reason_found_better_plugin,
                    array(
                        'id'                => self::REASON_GREAT_BUT_NEED_SPECIFIC_FEATURE,
                        'text'              => sprintf( $this->get_text_inline( "The %s is great, but I need specific feature that you don't support", 'reason-great-but-need-specific-feature' ), $module_type ),
                        'input_type'        => 'textarea',
                        'input_placeholder' => $this->get_text_inline( 'What feature?', 'placeholder-feature' )
                    ),
                    array(
                        'id'                => self::REASON_NOT_WORKING,
                        'text'              => sprintf( $this->get_text_inline( 'The %s is not working', 'reason-not-working' ), $module_type ),
                        'input_type'        => 'textarea',
                        'input_placeholder' => $this->get_text_inline( "Kindly share what didn't work so we can fix it for future users...", 'placeholder-share-what-didnt-work' )
                    ),
                    array(
                        'id'                => self::REASON_NOT_WHAT_I_WAS_LOOKING_FOR,
                        'text'              => $this->get_text_inline( "It's not what I was looking for", 'reason-not-what-i-was-looking-for' ),
                        'input_type'        => 'textarea',
                        'input_placeholder' => $this->get_text_inline( "What you've been looking for?", 'placeholder-what-youve-been-looking-for' )
                    ),
                    array(
                        'id'                => self::REASON_DIDNT_WORK_AS_EXPECTED,
                        'text'              => sprintf( $this->get_text_inline( "The %s didn't work as expected", 'reason-didnt-work-as-expected' ), $module_type ),
                        'input_type'        => 'textarea',
                        'input_placeholder' => $this->get_text_inline( 'What did you expect?', 'placeholder-what-did-you-expect' )
                    )
                )
            );

            // Randomize the reasons for the current user type.
            shuffle( $uninstall_reasons[ $user_type ] );

            // Keep the following reasons as the last items in the list.
            $uninstall_reasons[ $user_type ][] = $reason_temporary_deactivation;
            $uninstall_reasons[ $user_type ][] = $reason_other;

            $uninstall_reasons = $this->apply_filters( 'uninstall_reasons', $uninstall_reasons );

            return $uninstall_reasons[ $user_type ];
        }

        /**
         * Called after the user has submitted his reason for deactivating the plugin.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.2
         */
        function _submit_uninstall_reason_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'submit_uninstall_reason' );

            $reason_id = fs_request_get( 'reason_id' );

            // Check if the given reason ID is an unsigned integer.
            if ( ! ctype_digit( $reason_id ) ) {
                exit;
            }

            $reason_info = trim( fs_request_get( 'reason_info', '' ) );
            if ( ! empty( $reason_info ) ) {
                $reason_info = substr( $reason_info, 0, 128 );
            }

            $reason = (object) array(
                'id'           => $reason_id,
                'info'         => $reason_info,
                'is_anonymous' => fs_request_get_bool( 'is_anonymous' )
            );

            $this->_storage->store( 'uninstall_reason', $reason );

            if ( self::REASON_TEMPORARY_DEACTIVATION == $reason->id ) {
                $snooze_period = fs_request_get( 'snooze_period' );

                if ( is_numeric( $snooze_period ) && 0 < $snooze_period ) {
                    self::snooze_deactivation_form( (int) $snooze_period );
                }
            }

            /**
             * If the module type is "theme", trigger the uninstall event here (on theme deactivation) since themes do
             * not support uninstall hook.
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            if ( $this->is_theme() ) {
                if ( $this->is_premium() && ! $this->has_active_valid_license() ) {
                    FS_Plugin_Updater::instance( $this )->delete_update_data();
                }

                $this->_uninstall_plugin_event( false );
                $this->remove_sdk_reference();
            }

            // Print '1' for successful operation.
            echo 1;
            exit;
        }

        #--------------------------------------------------------------------------------
        #region Deactivation Feedback Snoozing
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.4.3
         *
         * @param int $period
         *
         * @return bool True if the value was set, false otherwise.
         */
        private static function snooze_deactivation_form( $period ) {
            return ( 0 < $period && self::reset_deactivation_snoozing( $period ) );
        }

        /**
         * Check if deactivation feedback form is snoozed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.3
         *
         * @return bool
         */
        static function is_deactivation_snoozed() {
            $is_snoozed = ( ! is_multisite() || fs_is_network_admin() ) ?
                get_transient( 'fs_snooze_period' ) :
                get_site_transient( 'fs_snooze_period' );


            return ( 'true' === $is_snoozed );
        }

        /**
         * Reset deactivation snoozing. When `$period` is `0` will stop deactivation snoozing by deleting the transients. Otherwise, will set the transients for the selected period.
         *
         * @param int $period Period in seconds.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.3
         */
        private static function reset_deactivation_snoozing( $period = 0 ) {
            $value = ( 0 === $period ) ? null : 'true';

            if ( ! is_multisite() || fs_is_network_admin() ) {
                return set_transient( 'fs_snooze_period', $value, $period );
            } else {
                return set_site_transient( 'fs_snooze_period', $value, $period );
            }
        }

        /**
         * The deactivation snooze expiration UNIX timestamp (in sec).
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.3
         *
         * @return int
         */
        static function deactivation_snooze_expires_at() {
            return ( ! is_multisite() || fs_is_network_admin() ) ?
                (int) get_option( '_transient_timeout_fs_snooze_period' ) :
                (int) get_site_option( '_site_transient_timeout_fs_snooze_period' );
        }

        #endregion

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.4
         */
        function cancel_subscription_or_trial_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'cancel_subscription_or_trial' );

            $result = $this->cancel_subscription_or_trial( fs_request_get( 'plugin_id', $this->get_id() ), false );

            if ( $this->is_api_error( $result ) ) {
                $this->shoot_ajax_failure( $result->error->message );
            }

            $this->shoot_ajax_success();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.4
         *
         * @param number $plugin_id
         *
         * @return object
         */
        private function cancel_subscription_or_trial( $plugin_id ) {
            $fs = null;
            if ( $plugin_id == $this->get_id() ) {
                $fs = $this;
            } else if ( $this->is_addon_activated( $plugin_id ) ) {
                $fs = self::get_instance_by_id( $plugin_id );
            }

            $result = null;

            if ( ! is_null( $fs ) ) {
                $result = $fs->is_paid_trial() ?
                    $fs->_cancel_trial() :
                    $fs->_downgrade_site();
            }

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.0.2
         */
        function _delete_theme_update_data_action() {
            FS_Plugin_Updater::instance( $this )->delete_update_data();
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Instance
        #----------------------------------------------------------------------------------

        /**
         * Main singleton instance.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @param  number      $module_id
         * @param  string|bool $slug
         * @param  bool        $is_init Is initiation sequence.
         *
         * @return Freemius|false
         */
        static function instance( $module_id, $slug = false, $is_init = false ) {
            if ( empty( $module_id ) ) {
                return false;
            }

            /**
             * Load the essential static data prior to initiating FS_Plugin_Manager since there's an essential MS network migration logic that needs to be executed prior to the initiation.
             */
            self::_load_required_static();

            if ( ! is_numeric( $module_id ) ) {
                if ( ! $is_init && true === $slug ) {
                    $is_init = true;
                }

                $slug = $module_id;

                $module = FS_Plugin_Manager::instance( $slug )->get();

                if ( is_object( $module ) ) {
                    $module_id = $module->id;
                }
            }

            $key = 'm_' . $module_id;

            if ( ! isset( self::$_instances[ $key ] ) ) {
                self::$_instances[ $key ] = new Freemius( $module_id, $slug, $is_init );
            }

            return self::$_instances[ $key ];
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number $addon_id
         *
         * @return bool
         */
        private static function has_instance( $addon_id ) {
            return isset( self::$_instances[ 'm_' . $addon_id ] );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @param  string|number $id_or_slug
         * @param  string        $module_type
         *
         * @return number|false
         */
        private static function get_module_id( $id_or_slug, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
            if ( is_numeric( $id_or_slug ) ) {
                return $id_or_slug;
            }

            foreach ( self::$_instances as $instance ) {
                // Also check the module type since there can be a plugin and a theme with the same slug.
                if ( ( $module_type === $instance->get_module_type() ) && ( $id_or_slug === $instance->get_slug() ) ) {
                    return $instance->get_id();
                }
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number $id
         *
         * @return false|Freemius
         */
        static function get_instance_by_id( $id ) {
            return isset ( self::$_instances[ 'm_' . $id ] ) ?
                self::$_instances[ 'm_' . $id ] :
                false;
        }

        /**
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param string $plugin_file
         * @param string $module_type
         *
         * @return false|Freemius
         */
        static function get_instance_by_file( $plugin_file, $module_type = WP_FS__MODULE_TYPE_PLUGIN ) {
            $slug = self::find_slug_by_basename( $plugin_file );

            return ( false !== $slug ) ?
                self::instance( self::get_module_id( $slug, $module_type ) ) :
                false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return false|Freemius
         */
        function get_parent_instance() {
            return self::get_instance_by_id( $this->_plugin->parent_plugin_id );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param  string|number $id_or_slug
         *
         * @return false|Freemius
         */
        function get_addon_instance( $id_or_slug ) {
            $addon_id = self::get_module_id( $id_or_slug );

            return self::instance( $addon_id );
        }

        /**
         * @return Freemius[]
         */
        static function _get_all_instances() {
            return self::$_instances;
        }

        #endregion ------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function is_parent_plugin_installed() {
            $is_active = self::has_instance( $this->_plugin->parent_plugin_id );

            if ( $is_active ) {
                return true;
            }

            /**
             * Parent module might be a theme. If that's the case, the add-on's FS
             * instance will be loaded prior to the theme's FS instance, therefore,
             * we need to check if it's active with a "look ahead".
             *
             * @author Vova Feldman
             * @since  1.2.2.3
             */
            global $fs_active_plugins;
            if ( is_object( $fs_active_plugins ) && is_array( $fs_active_plugins->plugins ) ) {
                $active_theme = wp_get_theme();

                foreach ( $fs_active_plugins->plugins as $sdk => $module ) {
                    if ( WP_FS__MODULE_TYPE_THEME === $module->type ) {
                        if ( $module->plugin_path == $active_theme->get_stylesheet() ) {
                            // Parent module is a theme and it's currently active.
                            return true;
                        }
                    }
                }
            }

            return false;
        }

        /**
         * Check if add-on parent plugin in activation mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function is_parent_in_activation() {
            $parent_fs = $this->get_parent_instance();
            if ( ! is_object( $parent_fs ) ) {
                return false;
            }

            return ( $parent_fs->is_activation_mode() );
        }

        /**
         * Is plugin in activation mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param bool $and_on
         *
         * @return bool
         */
        function is_activation_mode( $and_on = true ) {
            return fs_is_network_admin() ?
                $this->is_network_activation_mode( $and_on ) :
                $this->is_site_activation_mode( $and_on );
        }

        /**
         * Is plugin in activation mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param bool $and_on
         *
         * @return bool
         */
        function is_site_activation_mode( $and_on = true ) {
            return (
                ( $this->is_on() || ! $and_on ) &&
                (
                    ( $this->is_premium() && true === $this->_storage->require_license_activation ) ||
                    (
                        ( ! $this->is_registered() ||
                            ( $this->is_only_premium() && ! $this->has_features_enabled_license() ) ) &&
                        ( ! $this->is_enable_anonymous() ||
                            ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) )
                    )
                )
            );
        }

        /**
         * Checks if the SDK in network activation mode.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param bool $and_on
         *
         * @return bool
         */
        private function is_network_activation_mode( $and_on = true ) {
            if ( ! $this->_is_network_active ) {
                // Not network activated.
                return false;
            }

            if ( $this->is_network_upgrade_mode() ) {
                // Special flag to enforce network activation mode to decide what to do with the sites that are not yet opted-in nor skipped.
                return true;
            }

            if ( ! $this->is_site_activation_mode( $and_on ) ) {
                // Whether the context is single site or the network, if the plugin is no longer in activation mode then it is not in network activation mode as well.
                return false;
            }

            if ( $this->is_network_delegated_connection() ) {
                // Super-admin delegated the connection to the site admins -> not activation mode.
                return false;
            }

            if ( $this->is_network_anonymous() && true !== $this->_storage->require_license_activation ) {
                // Super-admin skipped the connection network wide -> not activation mode.
                return false;
            }

            if ( $this->is_network_registered() ) {
                // Super-admin connected at least one site -> not activation mode.
                return false;
            }

            return true;
        }

        /**
         * Check if current page is the opt-in/pending-activation page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @return bool
         */
        function is_activation_page() {
            if ( $this->_menu->is_activation_page( $this->show_opt_in_on_themes_page() ) ) {
                return true;
            }

            if ( ! $this->is_activation_mode() ) {
                return false;
            }

            // Check if current page is matching the activation page.
            return $this->is_matching_url( $this->get_activation_url() );
        }

        /**
         * Check if URL path's are matching and that all querystring
         * arguments of the $sub_url exist in the $url with the same values.
         *
         * WARNING:
         *  1. This method doesn't check if the sub/domain are matching.
         *  2. Ignore case sensitivity.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $sub_url
         * @param string $url If argument is not set, check if the sub_url matching the current's page URL.
         *
         * @return bool
         */
        private function is_matching_url( $sub_url, $url = '' ) {
            if ( empty( $url ) ) {
                $url = $_SERVER['REQUEST_URI'];
            }

            $url     = strtolower( $url );
            $sub_url = strtolower( $sub_url );

            if ( parse_url( $sub_url, PHP_URL_PATH ) !== parse_url( $url, PHP_URL_PATH ) ) {
                // Different path - DO NOT OVERRIDE PAGE.
                return false;
            }

            $url_params     = fs_parse_url_params( $url );
            $sub_url_params = fs_parse_url_params( $sub_url );

            foreach ( $sub_url_params as $key => $val ) {
                if ( ! isset( $url_params[ $key ] ) || $val != $url_params[ $key ] ) {
                    // Not matching query string - DO NOT OVERRIDE PAGE.
                    return false;
                }
            }

            return true;
        }

        /**
         * Get the basenames of all active plugins for specific blog. Including network activated plugins.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return string[]
         */
        private static function get_active_plugins_basenames( $blog_id = 0 ) {
            if ( is_multisite() && $blog_id > 0 ) {
                $active_basenames = get_blog_option( $blog_id, 'active_plugins' );
            } else {
                $active_basenames = get_option( 'active_plugins' );
            }

            if ( ! is_array( $active_basenames ) ) {
                $active_basenames = array();
            }

            if ( is_multisite() ) {
                $network_active_basenames = get_site_option( 'active_sitewide_plugins' );

                if ( is_array( $network_active_basenames ) && ! empty( $network_active_basenames ) ) {
                    $active_basenames = array_merge( $active_basenames, array_keys( $network_active_basenames ) );
                }
            }

            return $active_basenames;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param int $blog_id
         *
         * @return array
         */
        static function get_active_plugins_directories_map( $blog_id = 0 ) {
            $active_basenames = self::get_active_plugins_basenames( $blog_id );

            $map = array();

            foreach ( $active_basenames as $active_basename ) {
                $active_basename = fs_normalize_path( $active_basename );

                if ( false === strpos( $active_basename, '/' ) ) {
                    continue;
                }

                $map[ dirname( $active_basename ) ] = true;
            }

            return $map;
        }

        /**
         * Get collection of all active plugins. Including network activated plugins.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param int $blog_id Since 2.0.0
         *
         * @return array[string]array
         */
        private static function get_active_plugins( $blog_id = 0 ) {
            self::require_plugin_essentials();

            $active_plugin            = array();
            $all_plugins              = fs_get_plugins();
            $active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );

            foreach ( $active_plugins_basenames as $plugin_basename ) {
                $active_plugin[ $plugin_basename ] = $all_plugins[ $plugin_basename ];
            }

            return $active_plugin;
        }

        /**
         * Get collection of all site active plugins for a specified blog.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return array[string]array
         */
        private static function get_site_active_plugins( $blog_id = 0 ) {
            $active_basenames = ( is_multisite() && $blog_id > 0 ) ?
                get_blog_option( $blog_id, 'active_plugins' ) :
                get_option( 'active_plugins' );

            $active = array();

            if ( ! is_array( $active_basenames ) ) {
                return $active;
            }

            foreach ( $active_basenames as $basename ) {
                $active[ $basename ] = array(
                    'is_active' => true,
                    'Version'   => '1.0', // Dummy version.
                    'slug'      => self::get_plugin_slug( $basename ),
                );
            }

            return $active;
        }

        /**
         * Get collection of all plugins with their activation status for a specified blog.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8
         *
         * @param int $blog_id Since 2.0.0
         *
         * @return array Key is the plugin file path and the value is an array of the plugin data.
         */
        private static function get_all_plugins( $blog_id = 0 ) {
            self::require_plugin_essentials();

            $all_plugins = fs_get_plugins();

            $active_plugins_basenames = self::get_active_plugins_basenames( $blog_id );

            foreach ( $all_plugins as $basename => &$data ) {
                // By default set to inactive (next foreach update the active plugins).
                $data['is_active'] = false;
                // Enrich with plugin slug.
                $data['slug'] = self::get_plugin_slug( $basename );
            }

            // Flag active plugins.
            foreach ( $active_plugins_basenames as $basename ) {
                if ( isset( $all_plugins[ $basename ] ) ) {
                    $all_plugins[ $basename ]['is_active'] = true;
                }
            }

            return $all_plugins;
        }

        /**
         * Get collection of all plugins and if they are network level activated.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return array Key is the plugin basename and the value is an array of the plugin data.
         */
        private static function get_network_plugins() {
            self::require_plugin_essentials();

            $all_plugins = fs_get_plugins();

            $network_active_basenames = is_multisite() ?
                get_site_option( 'active_sitewide_plugins' ) :
                array();

            foreach ( $all_plugins as $basename => &$data ) {
                // By default set to inactive (next foreach update the active plugins).
                $data['is_active'] = false;
                // Enrich with plugin slug.
                $data['slug'] = self::get_plugin_slug( $basename );
            }

            // Flag active plugins.
            foreach ( $network_active_basenames as $basename ) {
                if ( isset( $all_plugins[ $basename ] ) ) {
                    $all_plugins[ $basename ]['is_active'] = true;
                }
            }

            return $all_plugins;
        }

        /**
         * Cached result of get_site_transient( 'update_plugins' )
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8
         *
         * @var object
         */
        private static $_plugins_info;

        /**
         * Helper function to get specified plugin's slug.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8
         *
         * @param $basename
         *
         * @return string
         */
        private static function get_plugin_slug( $basename ) {
            if ( ! isset( self::$_plugins_info ) ) {
                self::$_plugins_info = get_site_transient( 'update_plugins' );
            }

            $slug = '';

            if ( is_object( self::$_plugins_info ) ) {
                if ( isset( self::$_plugins_info->no_update ) &&
                     isset( self::$_plugins_info->no_update[ $basename ] ) &&
                     ! empty( self::$_plugins_info->no_update[ $basename ]->slug )
                ) {
                    $slug = self::$_plugins_info->no_update[ $basename ]->slug;
                } else if ( isset( self::$_plugins_info->response ) &&
                            isset( self::$_plugins_info->response[ $basename ] ) &&
                            ! empty( self::$_plugins_info->response[ $basename ]->slug )
                ) {
                    $slug = self::$_plugins_info->response[ $basename ]->slug;
                }
            }

            if ( empty( $slug ) ) {
                // Try to find slug from FS data.
                $slug = self::find_slug_by_basename( $basename );
            }

            if ( empty( $slug ) ) {
                // Fallback to plugin's folder name.
                $slug = dirname( $basename );
            }

            return $slug;
        }

        private static $_statics_loaded = false;

        /**
         * Load static resources.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         */
        private static function _load_required_static() {
            if ( self::$_statics_loaded ) {
                return;
            }

            self::$_static_logger = FS_Logger::get_logger( WP_FS__SLUG, WP_FS__DEBUG_SDK, WP_FS__ECHO_DEBUG_SDK );

            self::$_static_logger->entrance();

            self::$_accounts = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true );

            if ( is_multisite() ) {
                $has_skipped_migration = (
                    // 'id_slug_type_path_map' - was never stored on older versions, therefore, not exists on the site level.
                    null === self::$_accounts->get_option( 'id_slug_type_path_map', null, false ) &&
                    // 'file_slug_map' stored on the site level, so it was running an SDK version before it was integrated with MS-network.
                    null !== self::$_accounts->get_option( 'file_slug_map', null, false )
                );

                /**
                 * If the file_slug_map exists on the site level but doesn't exist on the
                 * network level storage, it means that we need to process the storage with migration.
                 *
                 * The code in this `if` scope will only be executed once and only for the first site that will execute it because once we migrate the storage data, file_slug_map will be already set in the network level storage.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  2.0.0
                 */
                if (
                    ( $has_skipped_migration && true !== self::$_accounts->get_option( 'ms_migration_complete', false, true ) ) ||
                    ( null === self::$_accounts->get_option( 'file_slug_map', null, true ) &&
                        null !== self::$_accounts->get_option( 'file_slug_map', null, false ) )
                ) {
                    self::migrate_options_to_network();
                }
            }

            self::$_global_admin_notices = FS_Admin_Notices::instance( 'global' );

            if ( ! WP_FS__DEMO_MODE ) {
                add_action( ( fs_is_network_admin() ? 'network_' : '' ) . 'admin_menu', array(
                    'Freemius',
                    '_add_debug_section'
                ) );
            }

            add_action( "wp_ajax_fs_toggle_debug_mode", array( 'Freemius', '_toggle_debug_mode' ) );

            self::add_ajax_action_static( 'get_debug_log', array( 'Freemius', '_get_debug_log' ) );

            self::add_ajax_action_static( 'get_db_option', array( 'Freemius', '_get_db_option' ) );

            self::add_ajax_action_static( 'set_db_option', array( 'Freemius', '_set_db_option' ) );

            if ( 0 == did_action( 'plugins_loaded' ) ) {
                add_action( 'plugins_loaded', array( 'Freemius', '_load_textdomain' ), 1 );
            }

            $clone_manager = FS_Clone_Manager::instance();
            add_action( 'init', array( $clone_manager, '_init' ) );

            add_action( 'admin_footer', array( 'Freemius', '_open_support_forum_in_new_page' ) );

            if ( self::is_plugins_page() || self::is_themes_page() ) {
                add_action( 'admin_print_footer_scripts', array( 'Freemius', '_maybe_add_beta_label_styles' ), 9 );

                /**
                 * Specifically use this hook so that the JS event handlers will work properly on the "Themes"
                 * page.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                add_action( 'admin_footer-' . self::get_current_page(), array( 'Freemius', '_maybe_add_beta_label_to_plugins_and_handle_confirmation') );
            }

            self::$_statics_loaded = true;
        }

        #--------------------------------------------------------------------------------
        #region Clone
        #--------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param bool $only_if_manual_resolution_is_not_hidden
         *
         * @return bool
         */
        private function is_unresolved_clone( $only_if_manual_resolution_is_not_hidden = false ) {
            if ( ! $this->is_clone( $only_if_manual_resolution_is_not_hidden ) ) {
                return false;
            }

            return FS_Clone_Manager::instance()->has_temporary_duplicate_mode_expired();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param bool $only_if_manual_resolution_is_not_hidden
         */
        function is_clone( $only_if_manual_resolution_is_not_hidden = false ) {
            if ( ! is_object( $this->_site ) ) {
                return false;
            }

            $blog_id = null;

            if (
                fs_is_network_admin() &&
                FS_Site::is_valid_id( $this->_storage->network_install_blog_id )
            ) {
                // Ensure that we're comparing the network install's URL with the relevant subsite's URL.
                $blog_id = $this->_storage->network_install_blog_id;
            }

            $site_url = Freemius::get_unfiltered_site_url( $blog_id, true, true );

            if ( ! $this->_site->is_clone( $site_url ) ) {
                return false;
            }

            return (
                ! $only_if_manual_resolution_is_not_hidden ||
                ! FS_Clone_Manager::instance()->should_hide_manual_resolution()
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *        
         * @param int|null $blog_id
         * @param bool     $strip_protocol
         * @param bool     $add_trailing_slash
         *
         * @return string
         */
        static function get_unfiltered_site_url( $blog_id = null, $strip_protocol = false, $add_trailing_slash = false ) {
            $url = ( ! is_multisite() && defined( 'WP_SITEURL' ) ) ? WP_SITEURL : self::get_site_url_from_wp_option( $blog_id );

            if ( $strip_protocol ) {
                $url = fs_strip_url_protocol( $url );
            }

            if ( $add_trailing_slash ) {
                $url = trailingslashit( $url );
            }

            return $url;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.6.0
         *
         * @param int|null $blog_id
         *
         * @return string
         */
        private static function get_site_url_from_wp_option( $blog_id = null ) {
            global $wp_filter;

            $site_url_filters = array(
                'site_url'               => null,
                'pre_option_siteurl'     => null,
                'default_option_siteurl' => null,
                'option_siteurl'         => null,
            );

            // Detach all URL-related filters to get the actual site's URL (stripped of potential manipulations by multilingual plugins).
            foreach ( $site_url_filters as $hook_name => $site_url_filter ) {
                if ( ! empty( $wp_filter[ $hook_name ] ) ) {
                    $site_url_filters[ $hook_name ] = $wp_filter[ $hook_name ];
                    unset( $wp_filter[ $hook_name ] );
                }
            }

            $url = get_site_url( $blog_id );

            // Re-attach the filters back.
            foreach ( $site_url_filters as $hook_name => $site_url_filter ) {
                if ( ! empty( $site_url_filter ) ) {
                    $wp_filter[ $hook_name ] = $site_url_filter;
                }
            }

            return $url;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param number $site_id
         */
        function fetch_install_by_id( $site_id ) {
            return $this->get_current_or_network_user_api_scope()->get( "/installs/{$site_id}.json" );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @return string|object|bool
         */
        function _handle_long_term_duplicate() {
            $this->_logger->entrance();

            $this->delete_current_install( false );

            $license_key = false;

            if (
                is_object( $this->_license ) &&
                ! $this->_license->is_utilized(
                    ( WP_FS__IS_LOCALHOST_FOR_SERVER || FS_Site::is_localhost_by_address( self::get_unfiltered_site_url() ) )
                )
            ) {
                $license_key = $this->_license->secret_key;
            }

            return $this->opt_in(
                false,
                false,
                false,
                $license_key,
                false,
                false,
                false,
                null,
                array(),
                false
            );
        }

        #endregion

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @since 2.1.3
         */
        private static function migrate_options_to_network() {
            self::migrate_accounts_to_network();

            // Migrate API options from site level to network level.
            $api_network_options = FS_Option_Manager::get_manager( WP_FS__OPTIONS_OPTION_NAME, true, true );
            $api_network_options->migrate_to_network();

            // Migrate API cache to network level storage.
            FS_Cache_Manager::get_manager( WP_FS__API_CACHE_OPTION_NAME )->migrate_to_network();

            self::$_accounts->set_option( 'ms_migration_complete', true, true );
        }

        #----------------------------------------------------------------------------------
        #region Localization
        #----------------------------------------------------------------------------------

        /**
         * Load framework's text domain.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         */
        static function _load_textdomain() {
            if ( ! is_admin() ) {
                return;
            }

            global $fs_active_plugins;

            // Works both for plugins and themes.
            load_plugin_textdomain(
                'freemius',
                false,
                $fs_active_plugins->newest->sdk_path . '/languages/'
            );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Debugging
        #----------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.8
         */
        static function _add_debug_section() {
            if ( ! is_super_admin() ) {
                // Add debug page only for super-admins.
                return;
            }

            self::$_static_logger->entrance();

            $title = sprintf( '%s [v.%s]', fs_text_inline( 'Freemius Debug' ), WP_FS__SDK_VERSION );

            if ( WP_FS__DEV_MODE ) {
                // Add top-level debug menu item.
                $hook = FS_Admin_Menu_Manager::add_page(
                    $title,
                    $title,
                    'manage_options',
                    'freemius',
                    array( 'Freemius', '_debug_page_render' )
                );
            } else {
                // Add hidden debug page.
                $hook = FS_Admin_Menu_Manager::add_subpage(
                    '',
                    $title,
                    $title,
                    'manage_options',
                    'freemius',
                    array( 'Freemius', '_debug_page_render' )
                );
            }

            if ( ! empty( $hook ) ) {
                add_action( "load-$hook", array( 'Freemius', '_debug_page_actions' ) );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         */
        static function _toggle_debug_mode() {
            check_admin_referer( 'fs_toggle_debug_mode' );

            if ( ! is_super_admin() ) {
                return;
            }

            $is_on = fs_request_get( 'is_on', false, 'post' );

            if ( fs_request_is_post() && in_array( $is_on, array( 0, 1 ) ) ) {
                update_option( 'fs_debug_mode', $is_on );

                // Turn on/off storage logging.
                FS_Logger::_set_storage_logging( ( 1 == $is_on ) );
            }

            exit;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         */
        static function _get_debug_log() {
            check_admin_referer( 'fs_get_debug_log' );

            if ( ! is_super_admin() ) {
                return;
            }

            $limit  = min( ! empty( $_POST['limit'] ) ? absint( $_POST['limit'] ) : 200, 200 );
            $offset = min( ! empty( $_POST['offset'] ) ? absint( $_POST['offset'] ) : 200, 200 );

            $logs = FS_Logger::load_db_logs(
                fs_request_get( 'filters', false, 'post' ),
                $limit,
                $offset
            );

            self::shoot_ajax_success( $logs );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         */
        static function _get_db_option() {
            check_admin_referer( 'fs_get_db_option' );

            $option_name = fs_request_get( 'option_name' );

            if ( ! is_super_admin() ||
                 ! fs_starts_with( $option_name, 'fs_' )
            ) {
                self::shoot_ajax_failure();
            }

            $value = get_option( $option_name );

            $result = array(
                'name' => $option_name,
            );

            if ( false !== $value ) {
                if ( ! is_string( $value ) ) {
                    $value = json_encode( $value );
                }

                $result['value'] = $value;
            }

            self::shoot_ajax_success( $result );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         */
        static function _set_db_option() {
            check_admin_referer( 'fs_set_db_option' );

            $option_name = fs_request_get( 'option_name' );

            if ( ! is_super_admin() ||
                 ! fs_starts_with( $option_name, 'fs_' )
            ) {
                self::shoot_ajax_failure();
            }

            $option_value = fs_request_get_raw( 'option_value' );

            if ( ! empty( $option_value ) ) {
                update_option( $option_name, $option_value );
            }

            self::shoot_ajax_success();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.8
         */
        static function _debug_page_actions() {
            self::_clean_admin_content_section();

            if ( fs_request_is_action( 'restart_freemius' ) ) {
                check_admin_referer( 'restart_freemius' );

                if ( ! is_multisite() ) {
                    // Clear accounts data.
                    self::$_accounts->clear( null, true );
                } else {
                    $sites = self::get_sites();
                    foreach ( $sites as $site ) {
                        $blog_id = self::get_site_blog_id( $site );
                        self::$_accounts->clear( $blog_id, true );
                    }

                    // Clear network level storage.
                    self::$_accounts->clear( true, true );
                }

                // Clear SDK reference cache.
                delete_option( 'fs_active_plugins' );
            } else if ( fs_request_is_action( 'clear_updates_data' ) ) {
                check_admin_referer( 'clear_updates_data' );

                if ( ! is_multisite() ) {
                    set_site_transient( 'update_plugins', null );
                    set_site_transient( 'update_themes', null );
                } else {
                    $current_blog_id = get_current_blog_id();

                    $sites = self::get_sites();
                    foreach ( $sites as $site ) {
                        switch_to_blog( self::get_site_blog_id( $site ) );

                        set_site_transient( 'update_plugins', null );
                        set_site_transient( 'update_themes', null );
                    }

                    switch_to_blog( $current_blog_id );
                }
            } else if ( fs_request_is_action( 'reset_deactivation_snoozing' ) ) {
                check_admin_referer( 'reset_deactivation_snoozing' );

                self::reset_deactivation_snoozing();
            } else if ( fs_request_is_action( 'simulate_trial' ) ) {
                check_admin_referer( 'simulate_trial' );

                $fs = freemius( fs_request_get( 'module_id' ) );

                // Update SDK install to at least 24 hours before.
                $fs->_storage->install_timestamp = ( time() - WP_FS__TIME_24_HOURS_IN_SEC );
                // Unset the trial shown timestamp.
                unset( $fs->_storage->trial_promotion_shown );
            } else if ( fs_request_is_action( 'simulate_network_upgrade' ) ) {
                check_admin_referer( 'simulate_network_upgrade' );

                $fs = freemius( fs_request_get( 'module_id' ) );

                self::set_network_upgrade_mode( $fs->_storage );
            } else if ( fs_request_is_action( 'delete_install' ) ) {
                check_admin_referer( 'delete_install' );

                self::_delete_site_by_slug(
                    fs_request_get( 'slug' ),
                    fs_request_get( 'module_type' ),
                    true,
                    fs_request_get( 'blog_id', null )
                );
            } else if ( fs_request_is_action( 'delete_user' ) ) {
                check_admin_referer( 'delete_user' );

                self::delete_user( fs_request_get( 'user_id' ) );
            } else if ( fs_request_is_action( 'download_logs' ) ) {
                check_admin_referer( 'download_logs' );

                $download_url = FS_Logger::download_db_logs(
                    fs_request_get( 'filters', false, 'post' )
                );

                if ( false === $download_url ) {
                    wp_die( 'Oops... there was an error while generating the logs download file. Please try again and if it doesn\'t work contact support@freemius.com.' );
                }

                fs_redirect( $download_url );
            } else if ( fs_request_is_action( 'migrate_options_to_network' ) ) {
                check_admin_referer( 'migrate_options_to_network' );

                self::migrate_options_to_network();
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.0
         * 
         * @return array
         */
        static function get_all_modules_sites() {
            self::$_static_logger->entrance();

            $sites_by_type = array(
                WP_FS__MODULE_TYPE_PLUGIN => array(),
                WP_FS__MODULE_TYPE_THEME  => array(),
            );

            $module_types = array_keys( $sites_by_type );

            if ( ! is_multisite() ) {
                foreach ( $module_types as $type ) {
                    $sites_by_type[ $type ] = self::get_all_sites( $type );

                    foreach ( $sites_by_type[ $type ] as $slug => $install ) {
                        $sites_by_type[ $type ][ $slug ] = array( $install );
                    }
                }
            } else {
                $sites = self::get_sites();

                foreach ( $sites as $site ) {
                    $blog_id = self::get_site_blog_id( $site );

                    foreach ( $module_types as $type ) {
                        $installs = self::get_all_sites( $type, $blog_id );

                        foreach ( $installs as $slug => $install ) {
                            if ( ! isset( $sites_by_type[ $type ][ $slug ] ) ) {
                                $sites_by_type[ $type ][ $slug ] = array();
                            }

                            $install->blog_id = $blog_id;

                            $sites_by_type[ $type ][ $slug ][] = $install;
                        }

                    }
                }
            }

            return $sites_by_type;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.8
         */
        static function _debug_page_render() {
            self::$_static_logger->entrance();

            $all_modules_sites = self::get_all_modules_sites();

            $licenses_by_module_type = self::get_all_licenses_by_module_type();

            $vars = array(
                'plugin_sites'    => $all_modules_sites[ WP_FS__MODULE_TYPE_PLUGIN ],
                'theme_sites'     => $all_modules_sites[ WP_FS__MODULE_TYPE_THEME ],
                'users'           => self::get_all_users(),
                'addons'          => self::get_all_addons(),
                'account_addons'  => self::get_all_account_addons(),
                'plugin_licenses' => $licenses_by_module_type[ WP_FS__MODULE_TYPE_PLUGIN ],
                'theme_licenses'  => $licenses_by_module_type[ WP_FS__MODULE_TYPE_THEME ]
            );

            fs_enqueue_local_style( 'fs_debug', '/admin/debug.css' );
            fs_require_once_template( 'debug.php', $vars );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Connectivity Issues
        #----------------------------------------------------------------------------------

        /**
         * Check if Freemius should be turned on for the current plugin install.
         *
         * Note:
         *  $this->_is_on is updated in has_api_connectivity()
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_on() {
            self::$_static_logger->entrance();

            if ( is_object( $this->_site ) && ! $this->is_registered() ) {
                return false;
            }

            if ( isset( $this->_is_on ) ) {
                return $this->_is_on;
            }

            // If already installed or pending then sure it's on :)
            if ( $this->is_registered() || $this->is_pending_activation() ) {
                $this->_is_on = true;

                return true;
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param bool $flush_if_no_connectivity
         *
         * @return bool
         */
        private function should_run_connectivity_test( $flush_if_no_connectivity = false ) {
            if ( ! isset( $this->_storage->connectivity_test ) ) {
                // Connectivity test was never executed, or cache was cleared.
                return true;
            }

            if ( WP_FS__PING_API_ON_IP_OR_HOST_CHANGES ) {
                if ( WP_FS__IS_HTTP_REQUEST ) {
                    if ( $_SERVER['HTTP_HOST'] != $this->_storage->connectivity_test['host'] ) {
                        // Domain changed.
                        return true;
                    }

                    if ( WP_FS__REMOTE_ADDR != $this->_storage->connectivity_test['server_ip'] ) {
                        // Server IP changed.
                        return true;
                    }
                }
            }

            if ( $this->_storage->connectivity_test['is_connected'] &&
                 $this->_storage->connectivity_test['is_active']
            ) {
                // API connected and Freemius is active - no need to run connectivity check.
                return false;
            }

            if ( $flush_if_no_connectivity ) {
                /**
                 * If explicitly asked to flush when no connectivity - do it only
                 * if at least 10 sec passed from the last API connectivity test.
                 */
                return ( isset( $this->_storage->connectivity_test['timestamp'] ) &&
                         ( WP_FS__SCRIPT_START_TIME - $this->_storage->connectivity_test['timestamp'] ) > 10 );
            }

            /**
             * @since 1.1.7 Don't check for connectivity on plugin downgrade.
             */
            $version = $this->get_plugin_version();
            if ( version_compare( $version, $this->_storage->connectivity_test['version'], '>' ) ) {
                // If it's a plugin version upgrade and Freemius is off or no connectivity, run connectivity test.
                return true;
            }

            return false;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.4
         *
         * @param bool $is_update
         *
         * @return bool
         */
        private function should_turn_fs_on( $is_update = true ) {
            if (
                empty( $this->_plugin->opt_in_moderation ) ||
                ! is_array( $this->_plugin->opt_in_moderation )
            ) {
                return true;
            }

            $optin_config = $this->_plugin->opt_in_moderation;

            if (
                WP_FS__IS_LOCALHOST &&
                ( ! isset( $optin_config['localhost'] ) || false !== $optin_config['localhost'] )
            ) {
                return true;
            }

            $optin_config_key = $is_update ?
                'updates' :
                'new';

            if ( ! isset( $optin_config[ $optin_config_key ] ) ) {
                return true;
            }

            $visibility_percentage = $optin_config[ $optin_config_key ];

            if ( 0 == $visibility_percentage ) {
                return false;
            }

            if ( ! is_numeric( $visibility_percentage ) ) {
                return true;
            }

            $min = 1;
            $max = 100;

            if ( function_exists( 'random_int' ) ) {
                $random = random_int( $min, $max ); // phpcs:ignore PHPCompatibility.FunctionUse.NewFunctions.random_intFound
            } else {
                $random = rand( $min, $max );
            }

            return ( $random <= $visibility_percentage );
        }

        /**
         * Check if there's any connectivity issue to Freemius API.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param bool $flush_if_no_connectivity
         *
         * @return bool|null
         */
        function has_api_connectivity( $flush_if_no_connectivity = false ) {
            $this->_logger->entrance();

            if ( isset( $this->_has_api_connection ) && ( $this->_has_api_connection || ! $flush_if_no_connectivity ) ) {
                return $this->_has_api_connection;
            }

            if ( WP_FS__SIMULATE_NO_API_CONNECTIVITY &&
                 isset( $this->_storage->connectivity_test ) &&
                 true === $this->_storage->connectivity_test['is_connected']
            ) {
                $this->clear_connectivity_info();
            }

            if ( ! $this->should_run_connectivity_test( $flush_if_no_connectivity ) ) {
                $this->_has_api_connection = $this->_storage->connectivity_test['is_connected'];
                /**
                 * @since 1.1.6 During dev mode, if there's connectivity - turn Freemius on regardless the configuration.
                 *
                 * @since 1.2.1.5 If the user running the premium version then ignore the 'is_active' flag and turn Freemius on to enable license key activation.
                 */
                $this->_is_on = $this->_storage->connectivity_test['is_active'] ||
                                $this->is_premium() ||
                                ( WP_FS__DEV_MODE && $this->_has_api_connection && ! WP_FS__SIMULATE_FREEMIUS_OFF );

                return $this->_has_api_connection;
            }

            if (
                ! empty( $this->_storage->connectivity_test ) &&
                isset( $this->_storage->connectivity_test['is_active'] )
            ) {
                $is_connected = isset( $this->_storage->connectivity_test['is_connected'] ) ?
                    $this->_storage->connectivity_test['is_connected'] :
                    null;
                $is_active    = ( $this->_storage->connectivity_test['is_active'] || is_object( $this->_site ) );
            } else {
                $is_connected = null;
                $is_active    = $this->should_turn_fs_on( $this->apply_filters( 'is_plugin_update', $this->is_plugin_update() ) );
            }

            $this->store_connectivity_info( (object) array( 'is_active' => $is_active ), $is_connected );

            if ( $is_active ) {
                $this->_is_on = true;
            }

            return $this->_has_api_connection;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         */
        private function clear_connectivity_info() {
            unset( $this->_storage->connectivity_test );

            FS_Api::clear_force_http_flag();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param object    $pong
         * @param bool|null $is_connected
         */
        private function store_connectivity_info( $pong, $is_connected ) {
            $this->_logger->entrance();

            $version = $this->get_plugin_version();

            if ( false === $is_connected || WP_FS__SIMULATE_FREEMIUS_OFF ) {
                $is_active = false;
            } else {
                $is_active = ( isset( $pong->is_active ) && true == $pong->is_active );
            }

            $is_active = $this->apply_filters(
                'is_on',
                $is_active,
                $this->is_plugin_update(),
                $version
            );

            $this->_storage->connectivity_test = array(
                'is_connected' => $is_connected,
                'host'         => $_SERVER['HTTP_HOST'],
                'server_ip'    => WP_FS__REMOTE_ADDR,
                'is_active'    => $is_active,
                'timestamp'    => WP_FS__SCRIPT_START_TIME,
                // Last version with connectivity attempt.
                'version'      => $version,
            );

            $this->_has_api_connection = $is_connected;
            $this->_is_on              = $is_active || ( WP_FS__DEV_MODE && $is_connected && ! WP_FS__SIMULATE_FREEMIUS_OFF );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param bool $is_connected
         */
        private function update_connectivity_info( $is_connected ) {
            $this->store_connectivity_info(
                // This is true since we update the connection info only after a successful opt-in or license activation which means that Freemius has already been on even before the process.
                (object) array( 'is_active' => true ),
                $is_connected
            );
        }

        /**
         * Force turning Freemius on.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8.1
         *
         * @return bool TRUE if successfully turned on.
         */
        private function turn_on() {
            $this->_logger->entrance();

            if ( $this->is_on() || ! isset( $this->_storage->connectivity_test['is_active'] ) ) {
                return false;
            }

            $updated_connectivity              = $this->_storage->connectivity_test;
            $updated_connectivity['is_active'] = true;
            $updated_connectivity['timestamp'] = WP_FS__SCRIPT_START_TIME;
            $this->_storage->connectivity_test = $updated_connectivity;

            $this->_is_on = true;

            return true;
        }

        /**
         * Anonymous and unique site identifier (Hash).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.0
         *
         * @param null|int $blog_id Since 2.0.0
         *
         * @return string
         */
        function get_anonymous_id( $blog_id = null ) {
            $unique_id = self::$_accounts->get_option( 'unique_id', null, $blog_id );

            if ( empty( $unique_id ) || ! is_string( $unique_id ) ) {
                $key = self::get_unfiltered_site_url( $blog_id, true );

                $secure_auth = defined( 'SECURE_AUTH_KEY' ) ? SECURE_AUTH_KEY : '';
                if ( empty( $secure_auth ) ||
                     false !== strpos( $secure_auth, ' ' ) ||
                     'put your unique phrase here' === $secure_auth
                ) {
                    // Protect against default auth key.
                    $secure_auth = md5( microtime() );
                }

                /**
                 * Base the unique identifier on the WP secure authentication key. Which
                 * turns the key into a secret anonymous identifier. This will help us
                 * to avoid duplicate installs generation on the backend upon opt-in.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.2.3
                 */
                $unique_id = md5( $key . $secure_auth );

                self::$_accounts->set_option( 'unique_id', $unique_id, true, $blog_id );
            }

            $this->_logger->departure( $unique_id );

            return $unique_id;
        }

        /**
         * Returns anonymous network ID.
         *
         * @since  2.4.3
         *
         * @return string
         */
        function get_anonymous_network_id() {
           return $this->get_anonymous_id( get_network()->site_id );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @return \WP_User
         */
        static function _get_current_wp_user() {
            self::require_pluggable_essentials();
            self::wp_cookie_constants();

            return wp_get_current_user();
        }

        /**
         * Define cookie constants which are required by Freemius::_get_current_wp_user() since
         * it uses wp_get_current_user() which needs the cookie constants set. When a plugin
         * is network activated the cookie constants are only configured after the network
         * plugins activation, therefore, if we don't define those constants WP will throw
         * PHP warnings/notices.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    2.1.1
         */
        private static function wp_cookie_constants() {
            if ( defined( 'LOGGED_IN_COOKIE' ) &&
                 ( defined( 'AUTH_COOKIE' ) || defined( 'SECURE_AUTH_COOKIE' ) )
            ) {
                return;
            }

            /**
             * Used to guarantee unique hash cookies
             *
             * @since 1.5.0
             */
            if ( ! defined( 'COOKIEHASH' ) ) {
                $siteurl = get_site_option( 'siteurl' );
                if ( $siteurl ) {
                    define( 'COOKIEHASH', md5( $siteurl ) );
                } else {
                    define( 'COOKIEHASH', '' );
                }
            }

            if ( ! defined( 'LOGGED_IN_COOKIE' ) ) {
                define( 'LOGGED_IN_COOKIE', 'wordpress_logged_in_' . COOKIEHASH );
            }

            /**
             * @since 2.5.0
             */
            if ( ! defined( 'AUTH_COOKIE' ) ) {
                define( 'AUTH_COOKIE', 'wordpress_' . COOKIEHASH );
            }

            /**
             * @since 2.6.0
             */
            if ( ! defined( 'SECURE_AUTH_COOKIE' ) ) {
                define( 'SECURE_AUTH_COOKIE', 'wordpress_sec_' . COOKIEHASH );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return int
         */
        static function get_current_wp_user_id() {
            $wp_user = self::_get_current_wp_user();

            return $wp_user->ID;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $email
         *
         * @return bool
         */
        static function is_valid_email( $email ) {
            if ( false === filter_var( $email, FILTER_VALIDATE_EMAIL ) ) {
                return false;
            }

            $parts = explode( '@', $email );

            if ( 2 !== count( $parts ) || empty( $parts[1] ) ) {
                return false;
            }

            $blacklist = array(
                'admin.',
                'webmaster.',
                'localhost.',
                'dev.',
                'development.',
                'test.',
                'stage.',
                'staging.',
            );

            // Make sure domain is not one of the blacklisted.
            foreach ( $blacklist as $invalid ) {
                if ( 0 === strpos( $parts[1], $invalid ) ) {
                    return false;
                }
            }

            // Get the UTF encoded domain name.
            /**
             * @note - The check of `defined('...')` is there to account for PHP servers compiled with some older version of ICU where the constants are not defined.
             * @author - @swashata
             */
            $is_new_idn_available = (
                version_compare( PHP_VERSION, '5.6.40') > 0 &&
                defined( 'IDNA_DEFAULT' ) &&
                defined( 'INTL_IDNA_VARIANT_UTS46' )
            );
            if ( $is_new_idn_available ) {
                $domain = idn_to_ascii( $parts[1], IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46 );
            } else {
                $domain = idn_to_ascii( $parts[1] );  // phpcs:ignore PHPCompatibility.ParameterValues.NewIDNVariantDefault.NotSet
            }

            $domain = $domain . '.';

            return ( checkdnsrr( $domain, 'MX' ) || checkdnsrr( $domain, 'A' ) );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Email
        #----------------------------------------------------------------------------------

        /**
         * Generates and sends an HTML email with customizable sections.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.2
         *
         * @param string $to_address
         * @param string $subject
         * @param array  $sections
         * @param array  $headers
         *
         * @return bool Whether the email contents were sent successfully.
         */
        private function send_email(
            $to_address,
            $subject,
            $sections = array(),
            $headers = array()
        ) {
            $default_sections = $this->get_email_sections();

            // Insert new sections or replace the default email sections.
            if ( is_array( $sections ) && ! empty( $sections ) ) {
                foreach ( $sections as $section_id => $custom_section ) {
                    if ( ! isset( $default_sections[ $section_id ] ) ) {
                        // If the section does not exist, add it.
                        $default_sections[ $section_id ] = $custom_section;
                    } else {
                        // If the section already exists, override it.
                        $current_section = $default_sections[ $section_id ];

                        // Replace the current section's title if a custom section title exists.
                        if ( isset( $custom_section['title'] ) ) {
                            $current_section['title'] = $custom_section['title'];
                        }

                        // Insert new rows under the current section or replace the default rows.
                        if ( isset( $custom_section['rows'] ) && is_array( $custom_section['rows'] ) && ! empty( $custom_section['rows'] ) ) {
                            foreach ( $custom_section['rows'] as $row_id => $row ) {
                                $current_section['rows'][ $row_id ] = $row;
                            }
                        }

                        $default_sections[ $section_id ] = $current_section;
                    }
                }
            }

            $vars    = array( 'sections' => $default_sections );
            $message = fs_get_template( 'email.php', $vars );

            // Set the type of email to HTML.
            $headers[] = 'Content-type: text/html; charset=UTF-8';

            $header_string = implode( "\r\n", $headers );

            return wp_mail(
                $to_address,
                $subject,
                $message,
                $header_string
            );
        }

        /**
         * Generates the data for the sections of the email content.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.2
         *
         * @return array
         */
        private function get_email_sections() {
            // Retrieve the current user's information so that we can get the user's email, first name, and last name below.
            $current_user = self::_get_current_wp_user();

            // Retrieve the cURL version information so that we can get the version number below.
            $curl_version_information = curl_version();

            $active_plugin = self::get_active_plugins();

            // Generate the list of active plugins separated by new line.
            $active_plugin_string = '';
            foreach ( $active_plugin as $plugin ) {
                $active_plugin_string .= sprintf(
                    '<a href="%s">%s</a> [v%s]<br>',
                    $plugin['PluginURI'],
                    $plugin['Name'],
                    $plugin['Version']
                );
            }

            $server_ip = WP_FS__REMOTE_ADDR;

            // Add PHP info for deeper investigation.
            ob_start();
            phpinfo();
            $php_info = ob_get_clean();

            $api_domain = substr( FS_API__ADDRESS, strpos( FS_API__ADDRESS, ':' ) + 3 );

            // Generate the default email sections.
            $sections = array(
                'sdk'      => array(
                    'title' => 'SDK',
                    'rows'  => array(
                        'fs_version'   => array( 'FS Version', $this->version ),
                        'curl_version' => array( 'cURL Version', $curl_version_information['version'] )
                    )
                ),
                'plugin'   => array(
                    'title' => ucfirst( $this->get_module_type() ),
                    'rows'  => array(
                        'name'    => array( 'Name', $this->get_plugin_name() ),
                        'version' => array( 'Version', $this->get_plugin_version() )
                    )
                ),
                'api'      => array(
                    'title' => 'API Subdomain',
                    'rows'  => array(
                        'dns' => array(
                            'DNS_CNAME',
                            function_exists( 'dns_get_record' ) ?
                                var_export( dns_get_record( $api_domain, DNS_CNAME ), true ) :
                                'dns_get_record() disabled/blocked'
                        ),
                        'ip'  => array(
                            'IP',
                            function_exists( 'gethostbyname' ) ?
                                gethostbyname( $api_domain ) :
                                'gethostbyname() disabled/blocked'
                        ),
                    ),
                ),
                'site'     => array(
                    'title' => 'Site',
                    'rows'  => array(
                        'unique_id'   => array( 'Unique ID', $this->get_anonymous_id() ),
                        'address'     => array( 'Address', site_url() ),
                        'host'        => array(
                            'HTTP_HOST',
                            ( ! empty( $_SERVER['HTTP_HOST'] ) ? $_SERVER['HTTP_HOST'] : '' )
                        ),
                        'hosting'     => array(
                            'Hosting Company' => fs_request_has( 'hosting_company' ) ?
                                fs_request_get( 'hosting_company' ) :
                                'Unknown',
                        ),
                        'server_addr' => array(
                            'SERVER_ADDR',
                            '<a href="http://www.projecthoneypot.org/ip_' . $server_ip . '">' . $server_ip . '</a>'
                        )
                    )
                ),
                'user'     => array(
                    'title' => 'User',
                    'rows'  => array(
                        'email' => array( 'Email', $current_user->user_email ),
                        'first' => array( 'First', $current_user->user_firstname ),
                        'last'  => array( 'Last', $current_user->user_lastname )
                    )
                ),
                'plugins'  => array(
                    'title' => 'Plugins',
                    'rows'  => array(
                        'active_plugins' => array( 'Active Plugins', $active_plugin_string )
                    )
                ),
                'php_info' => array(
                    'title' => 'PHP Info',
                    'rows'  => array(
                        'info' => array( $php_info )
                    ),
                )
            );

            // Allow the sections to be modified by other code.
            $sections = $this->apply_filters( 'email_template_sections', $sections );

            return $sections;
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Initialization
        #----------------------------------------------------------------------------------

        /**
         * Init plugin's Freemius instance.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param number $id
         * @param string $public_key
         * @param bool   $is_live
         * @param bool   $is_premium
         */
        function init( $id, $public_key, $is_live = true, $is_premium = true ) {
            $this->_logger->entrance();

            $this->dynamic_init( array(
                'id'         => $id,
                'public_key' => $public_key,
                'is_live'    => $is_live,
                'is_premium' => $is_premium,
            ) );
        }

        /**
         * Dynamic initiator, originally created to support initiation
         * with parent_id for add-ons.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param array $plugin_info
         *
         * @throws Freemius_Exception
         */
        function dynamic_init( array $plugin_info ) {
            $this->_logger->entrance();

            $this->parse_settings( $plugin_info );

            $this->register_after_settings_parse_hooks();

            /**
             * If anonymous but there's already a user entity and the user's site is associated with a valid license or trial period, update the anonymous mode accordingly.
             *
             * @todo Remove this entire `if` block after several releases as starting from this version, the anonymous mode will already be updated accordingly after a purchase.
             */
            if ( $this->is_anonymous() ) {
                $is_network_level = ( $this->_is_network_active && fs_is_network_admin() );

                if (
                    ! $is_network_level ||
                    FS_Site::is_valid_id( $this->_storage->network_install_blog_id )
                 ) {
                    if ( $this->is_paying_or_trial() ) {
                        $this->reset_anonymous_mode( $is_network_level );
                    }
                } else {
                    $network = get_network();

                    if ( is_object( $network ) ) {
                        $main_blog_id  = $network->site_id;
                        $first_install = $this->get_install_by_blog_id( $main_blog_id );

                        if ( is_object( $first_install ) ) {
                            $this->_storage->network_install_blog_id = $main_blog_id;
                            $this->_storage->network_user_id         = $first_install->user_id;
                        }
                    }
                }
            }

            if ( $this->should_stop_execution() ) {
                return;
            }

            if ( ! $this->is_registered() ) {
                if ( $this->is_anonymous() ) {
                    // If user skipped, no need to test connectivity.
                    $this->_has_api_connection = true;
                    $this->_is_on              = true;
                } else {
                    if ( false === $this->has_api_connectivity() ) {
                        return;
                    } else {
                        if ( $this->_anonymous_mode ) {
                            // Simulate anonymous mode.
                            $this->_is_anonymous = true;
                        }
                    }
                }
            }

            /**
             * This should be executed even if Freemius is off for the core module,
             * otherwise, the add-ons dialog box won't work properly. This is especially
             * relevant when the developer decided to turn FS off for existing users.
             *
             * @author Vova Feldman (@svovaf)
             */
            if ( $this->is_user_in_admin() &&
                'plugin-information' === fs_request_get( 'tab', false ) &&
                 $this->should_use_freemius_updater_and_dialog() &&
                 (
                     ( $this->is_addon() && $this->get_slug() == fs_request_get( 'plugin', false ) ) ||
                     ( $this->has_addons() && $this->get_id() == fs_request_get( 'parent_plugin_id', false ) )
                 )
            ) {
                require_once WP_FS__DIR_INCLUDES . '/fs-plugin-info-dialog.php';

                new FS_Plugin_Info_Dialog( $this->is_addon() ? $this->get_parent_instance() : $this );
            }

            // Check if Freemius is on for the current plugin.
            // This MUST be executed after all the plugin variables has been loaded.
            if ( ! $this->is_registered() && ! $this->is_on() ) {
                return;
            }

            if ( $this->has_api_connectivity() ) {
                if ( self::is_cron() ) {
                    $this->hook_callback_to_sync_cron();
                } else if ( $this->is_user_in_admin() ) {
                    /**
                     * Schedule daily data sync cron if:
                     *
                     *  1. User opted-in (for tracking).
                     *  2. If skipped, but later upgraded (opted-in via upgrade).
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.1.7.3
                     *
                     */
                    if ( $this->is_registered() && $this->is_tracking_allowed() ) {
                        $this->maybe_schedule_sync_cron();
                    }

                    /**
                     * Check if requested for manual blocking background sync.
                     */
                    if ( fs_request_has( 'background_sync' ) ) {
                        self::require_pluggable_essentials();
                        self::wp_cookie_constants();

                        $this->run_manual_sync();
                    }
                }
            }

            if ( $this->is_registered() ) {
                FS_Clone_Manager::instance()->maybe_resolve_new_subsite_install_automatically( $this );

                $this->hook_callback_to_install_sync();
            }

            if ( $this->is_addon() ) {
                if ( $this->is_parent_plugin_installed() ) {
                    // Link to parent FS.
                    $this->_parent = self::get_instance_by_id( $this->_plugin->parent_plugin_id );

                    // Get parent plugin reference.
                    $this->_parent_plugin = $this->_parent->get_plugin();
                }
            }

            if ( $this->is_user_in_admin() ) {
                if ( $this->is_registered() && fs_request_has( 'purchase_completed' ) ) {
                    $this->_admin_notices->add_sticky(
                        sprintf(
                        /* translators: %s: License type (e.g. you have a professional license) */
                            $this->get_text_inline( 'You have purchased a %s license.', 'you-have-x-license' ),
                            fs_request_get( 'purchased_plan' )
                        ) .
                        sprintf(
                            $this->get_text_inline(" The %s's %sdownload link%s, license key, and installation instructions have been sent to %s. If you can't find the email after 5 min, please check your spam box.", 'post-purchase-email-sent-message' ),
                            $this->get_module_label( true ),
                            ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? "products' " : '' ),
                            ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? 's' : '' ),
                            sprintf(
                                '<strong>%s</strong>',
                                fs_request_get( 'purchase_email' )
                            )
                        ),
                        'plan_purchased',
                        $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
                    );
                }

                if ( $this->is_addon() ) {
                    if ( ! $this->is_parent_plugin_installed() ) {
                        $parent_name = $this->get_option( $plugin_info, 'parent_name', null );

                        if ( isset( $plugin_info['parent'] ) ) {
                            $parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
                        }

                        $this->_admin_notices->add(
                            ( ! empty( $parent_name ) ?
                                sprintf( $this->get_text_x_inline( '%s cannot run without %s.', 'addonX cannot run without pluginY', 'addon-x-cannot-run-without-y' ), $this->get_plugin_name(), $parent_name ) :
                                sprintf( $this->get_text_x_inline( '%s cannot run without the plugin.', 'addonX cannot run...', 'addon-x-cannot-run-without-parent' ), $this->get_plugin_name() )
                            ),
                            $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                            'error'
                        );

                        return;
                    } else {
                        $is_network_admin = fs_is_network_admin();

                        if ( ! $this->_parent->is_registered() && $this->is_registered() ) {
                            // If add-on activated and parent not, automatically install parent for the user.
                            $this->activate_parent_account( $this->_parent );
                        } else if (
                            $this->_parent->is_registered() &&
                            ! $this->is_registered() &&
                            /**
                             * If not registered for add-on and the following conditions for the add-on are met, activate add-on account.
                             * * Network active and in network admin         - network activate add-on account.
                             * * Network active and not in network admin     - activate add-on account for the current blog.
                             * * Not network active and not in network admin - activate add-on account for the current blog.
                             *
                             * If not registered for add-on, not network active, and in network admin, do not handle the add-on activation.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.3.0
                             */
                            ( $this->is_network_active() || ! $is_network_admin )
                        ) {
                            $premium_license = null;

                            if (
                                ! $this->has_free_plan() &&
                                $this->is_bundle_license_auto_activation_enabled() &&
                                $this->_parent->is_activated_with_bundle_license()
                            ) {
                                /**
                                 * If the add-on has no free plan, try to activate the account only when there's a bundle license.
                                 *
                                 * @author Leo Fajardo (@leorw)
                                 * @since 2.4.0
                                 */
                                $bundle_license = $this->get_active_parent_license( $this->_parent->_get_license()->secret_key, false );

                                if (
                                    is_object( $bundle_license ) &&
                                    ! empty( $bundle_license->products ) &&
                                    in_array( $this->get_id(), $bundle_license->products )
                                ) {
                                    $premium_license = $bundle_license;
                                }
                            }

                            if ( $this->has_free_plan() || is_object( $premium_license) ) {
                                // If parent plugin activated, automatically install add-on for the user.
                                $this->_activate_addon_account(
                                    $this->_parent,
                                    ( $this->is_network_active() && $is_network_admin ) ?
                                        true :
                                        get_current_blog_id(),
                                    $premium_license
                                );
                            }
                        }

                        // @todo This should be only executed on activation. It should be migrated to register_activation_hook() together with other activation related logic.
                        if ( $this->is_premium() ) {
                            // Remove add-on download admin-notice.
                            $this->_parent->_admin_notices->remove_sticky( array(
                                'addon_plan_upgraded_' . $this->_slug,
                                'no_addon_license_' . $this->_slug,
                            ) );
                        }

//						$this->deactivate_premium_only_addon_without_license();
                    }
                }

                add_action( 'admin_init', array( &$this, '_admin_init_action' ) );

//				if ( $this->is_registered() ||
//				     $this->is_anonymous() ||
//				     $this->is_pending_activation()
//				) {
//					$this->_init_admin();
//				}
            }

            /**
             * Should be called outside `$this->is_user_in_admin()` scope
             * because the updater has some logic that needs to be executed
             * during AJAX calls.
             *
             * Currently, we need to hook to the `http_request_host_is_external` filter.
             * In the future, there might be additional logic added.
             *
             * @author Vova Feldman
             * @since  1.2.1.6
             */
            if (
                $this->should_use_freemius_updater_and_dialog() &&
                (
                    $this->is_premium() ||
                    /**
                     * If not premium but the premium version is installed, also instantiate the updater so that the
                     * plugin information dialog of the premium version will have the information from the server.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.3
                     */
                    ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->premium_plugin_basename() ) ) )
                ) &&
                $this->has_release_on_freemius() &&
                ( ! $this->is_unresolved_clone( true ) )
            ) {
                FS_Plugin_Updater::instance( $this );
            }

            $this->do_action( 'initiated' );

            if ( $this->_storage->prev_is_premium !== $this->_plugin->is_premium ) {
                if ( isset( $this->_storage->prev_is_premium ) ) {
                    $this->apply_filters(
                        'after_code_type_change',
                        // New code type.
                        $this->_plugin->is_premium
                    );
                } else {
                    // Set for code type for the first time.
                    $this->_storage->prev_is_premium = $this->_plugin->is_premium;
                }
            }

            if ( ! $this->is_addon() ) {
                if ( $this->is_registered() ) {
                    // Fix for upgrade from versions < 1.0.9.
                    if ( ! isset( $this->_storage->activation_timestamp ) ) {
                        $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
                    }

                    $this->do_action( 'after_init_plugin_registered' );
                } else if ( $this->is_anonymous() ) {
                    $this->do_action( 'after_init_plugin_anonymous' );
                } else if ( $this->is_pending_activation() ) {
                    $this->do_action( 'after_init_plugin_pending_activations' );
                }
            } else {
                if ( $this->is_registered() ) {
                    $this->do_action( 'after_init_addon_registered' );
                } else if ( $this->is_anonymous() ) {
                    $this->do_action( 'after_init_addon_anonymous' );
                } else if ( $this->is_pending_activation() ) {
                    $this->do_action( 'after_init_addon_pending_activations' );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.3
         *
         * @return bool
         */
        private function should_use_freemius_updater_and_dialog() {
            return (
                /**
                 * Allow updater and dialog when the `fs_allow_updater_and_dialog` URL query param exists and has `true`
                 * value, or when the current page is not the "Add Plugins" page (/plugin-install.php) and the `action`
                 * URL query param doesn't exist or its value is not `install-plugin` so that there will be no conflicts
                 * with the .org plugins' functionalities (e.g. installation from the "Add Plugins" page and viewing
                 * plugin details from .org).
                 */
                ( true === fs_request_get_bool( 'fs_allow_updater_and_dialog' ) ) ||
                (
                    ! self::is_plugin_install_page() &&
                    // Disallow updater and dialog when installing a plugin, otherwise .org "add-on" plugins will be affected.
                    ( 'install-plugin' !== fs_request_get( 'action' ) )
                )
            );
        }

        /**
         * @param string[] $permissions
         * @param bool     $is_enabled
         * @param int|null $blog_id
         *
         * @return true|object `true` on success, API error object on failure.
         */
        private function update_site_permissions( array $permissions, $is_enabled, $blog_id = null ) {
            $this->_logger->entrance();

            $params = array(
                'permissions' => implode( ',', $permissions ),
                'is_enabled'  => $is_enabled,
            );

            $current_blog_id  = get_current_blog_id();
            $is_blog_switched = false;
            if ( is_numeric( $blog_id ) && $current_blog_id != $blog_id ) {
                $is_blog_switched = $this->switch_to_blog( $blog_id );
            }

            $result = $this->api_site_call( '/permissions.json', 'put', $params );

            if ( $is_blog_switched ) {
                $this->switch_to_blog( $current_blog_id );
            }

            if (
                ! $this->is_api_result_object( $result ) ||
                ! isset( $result->install_id )
            ) {
                $this->_logger->api_error( $result );

                return $result;
            }

            return true;
        }

        /**
         * @param string[] $permissions
         * @param bool     $is_enabled
         * @param bool     $has_site_delegated_connection
         *
         * @return true|object `true` on success, API error object on failure.
         */
        private function update_network_permissions(
            array $permissions,
            $is_enabled,
            &$has_site_delegated_connection
        ) {
            $this->_logger->entrance();

            $install_id_2_blog_id = array();
            $install_by_blog_id   = $this->get_blog_install_map();

            $has_site_delegated_connection = false;

            foreach ( $install_by_blog_id as $blog_id => $install ) {
                if ( $this->is_site_delegated_connection( $blog_id ) ) {
                    // Only update permissions of non-delegated installs.
                    $has_site_delegated_connection = true;
                    continue;
                }

                $install_id_2_blog_id[ $install->id ] = $blog_id;
            }

            if ( empty( $install_id_2_blog_id ) ) {
                return true;
            }

            $params = array(
                'permissions' => implode( ',', $permissions ),
                'is_enabled'  => $is_enabled,
                'install_ids' => implode( ',', array_keys( $install_id_2_blog_id ) ),
            );

            // Send update to FS.
            $result = $this->get_current_or_network_user_api_scope()->call(
                "/plugins/{$this->_module_id}/installs/permissions.json",
                'put',
                $params
            );

            if ( ! $this->is_api_result_object( $result, 'installs_metadata' ) ) {
                $this->_logger->api_error( $result );

                return $result;
            }

            return true;
        }

        /**
         * @param mixed $result
         *
         * @return string
         */
        private function get_api_error_message( $result ) {
            $error_message = sprintf( $this->get_text_inline( 'There was an unexpected API error while processing your request. Please try again in a few minutes and if it still doesn\'t work, contact the %s\'s author with the following:',
                    'unexpected-api-error' ), $this->_module_type ) . ' ';

            if (
                $this->is_api_error( $result ) &&
                isset( $result->error )
            ) {
                $code = empty( $result->error->code ) ? '' : " Code: {$result->error->code}";

                $error_message .= "<b>{$result->error->message}{$code}</b>";
            } else {
                $error_message .= var_export( $result, true );
            }

            return $error_message;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         */
        function _toggle_permission_tracking_callback() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'toggle_permission_tracking' );

            if ( ! $this->is_registered( true ) ) {
                self::shoot_ajax_failure( 'User never opted-in.' );
            }

            $is_enabled  = fs_request_get_bool( 'is_enabled' );
            $permissions = fs_request_get( 'permissions' );

            if ( ! is_string( $permissions ) ) {
                self::shoot_ajax_failure( 'The permissions param must be a string.' );
            }

            $permissions = explode( ',', $permissions );

            $result = $this->toggle_permission_tracking( $permissions, $is_enabled );

            if ( true !== $result ) {
                self::shoot_ajax_failure( $this->get_api_error_message( $result ) );
            }

            self::shoot_ajax_success();
        }

        /**
         * @param string[] $permissions
         * @param bool     $is_enabled
         * @param int|null $blog_id
         *
         * @return bool|mixed `true` if updated successfully or no update is needed.
         */
        private function toggle_permission_tracking( $permissions, $is_enabled, $blog_id = null ) {
            if ( ! $this->is_registered( true ) ) {
                // User never opted-in.
                return false;
            }

            // Check if permissions are already set as needed.
            if ( FS_Permission_Manager::instance( $this )->are_permissions( $permissions, $is_enabled, $blog_id ) ) {
                /**
                 * Note:
                 *  When running on the network admin, there's no need to iterate through all the installs individually since network opt-in permissions are managed for ALL non-delegated installs through a single option (per permission) on the network-level storage.
                 */
                return true;
            }

            $api_managed_permissions = array_intersect(
                $permissions,
                FS_Permission_Manager::get_api_managed_permission_ids()
            );

            if (
                in_array( FS_Permission_Manager::PERMISSION_ESSENTIALS, $permissions ) &&
                ! in_array( FS_Permission_Manager::PERMISSION_SITE, $permissions )
            ) {
                $api_managed_permissions[] = FS_Permission_Manager::PERMISSION_SITE;
            }

            if ( ! empty( $api_managed_permissions ) ) {
                $has_site_delegated_connection = false;

                if (
                    ! $is_enabled &&
                    ! in_array( FS_Permission_Manager::PERMISSION_EXTENSIONS, $api_managed_permissions ) &&
                    false === FS_Permission_Manager::instance( $this )->is_extensions_tracking_allowed( $blog_id )
                ) {
                    /**
                     * If we are turning off a permission and the extensions permission is off too, enrich the permissions update request to also turn off extensions tracking, as currently when opting in with extensions tracking disabled the extensions tracking is off but the API isn't aware of it.
                     *
                     * @todo Remove this entire `if` after implementing granular opt-in that also sends the permissions to the API when opting in.
                     */
                    $api_managed_permissions[] = FS_Permission_Manager::PERMISSION_EXTENSIONS;
                }

                if ( is_null( $blog_id ) && fs_is_network_admin() ) {
                    $result = $this->update_network_permissions(
                        $api_managed_permissions,
                        $is_enabled,
                        $has_site_delegated_connection
                    );
                } else {
                    $result = $this->update_site_permissions(
                        $api_managed_permissions,
                        $is_enabled,
                        $blog_id
                    );
                }

                if ( true !== $result ) {
                    return $result;
                }

                if ( in_array( FS_Permission_Manager::PERMISSION_SITE, $api_managed_permissions ) ) {
                    if ( $is_enabled ) {
                        $this->schedule_sync_cron();
                    } else {
                        $this->clear_sync_cron( ! $has_site_delegated_connection );
                    }
                }

                if ( in_array( FS_Permission_Manager::PERMISSION_USER, $api_managed_permissions ) ) {
                    $this->toggle_user_permission( $is_enabled, $blog_id );
                }
            }

            $this->update_tracking_permissions(
                $permissions,
                $is_enabled,
                $blog_id
            );

            return true;
        }

        /**
         * @param bool     $is_enabled
         * @param int|null $blog_id
         */
        private function toggle_user_permission( $is_enabled, $blog_id = null ) {
            $network_or_blog_ids = is_numeric( $blog_id ) ?
                $blog_id :
                fs_is_network_admin();

            if ( $is_enabled ) {
                $this->reset_anonymous_mode( $network_or_blog_ids );
            } else {
                $this->skip_connection( $network_or_blog_ids );
            }
        }

        /**
         * Opt-in back into usage tracking.
         *
         * Note: This will only work if the user opted-in previously.
         *
         * Returns:
         *  1. FALSE  - If the user never opted-in.
         *  2. TRUE   - If successfully opted-in back to usage tracking.
         *  3. object - API result on failure.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1.5
         *
         * @bool $is_enabled
         *
         * @return bool|object
         */
        private function toggle_site_tracking( $is_enabled, $blog_id = null ) {
            $this->_logger->entrance();

            return $this->toggle_permission_tracking(
                FS_Permission_Manager::instance( $this )->get_site_tracking_permission_names(),
                $is_enabled,
                $blog_id
            );
        }

        /**
         * If user opted-in and later disabled usage-tracking,
         * re-allow tracking for licensing and updates.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1.5
         *
         * @param bool $is_context_single_site
         */
        private function reconnect_locally( $is_context_single_site = false ) {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                return;
            }

            if ( ! fs_is_network_admin() || $is_context_single_site ) {
                if ( $this->is_tracking_prohibited() ) {
                    FS_Permission_Manager::instance( $this )->update_site_tracking( true );
                }
            } else {
                $installs_map = $this->get_blog_install_map();
                foreach ( $installs_map as $blog_id => $install ) {
                    /**
                     * @var FS_Site $install
                     */
                    if ( ! $this->is_tracking_allowed( $blog_id, $install ) ) {
                        FS_Permission_Manager::instance( $this )->update_site_tracking( true, $blog_id );
                    }
                }
            }
        }

        /**
         * Update permission tracking flags. When updating in a network context, in addition to updating the network-level flags, also update the permissions on the site-level for all non-delegated sites.
         *
         * @param string[] $permissions
         * @param bool     $is_enabled
         * @param int|null $blog_id
         *
         * @return array
         */
        private function update_tracking_permissions( $permissions, $is_enabled, $blog_id = null ) {
            // Alias.
            $permission_manager = FS_Permission_Manager::instance( $this );

            $network_or_blog_ids = is_numeric( $blog_id ) ?
                $blog_id :
                fs_is_network_admin();

            if ( true === $network_or_blog_ids ) {
                // Update the permission for all non-delegated sub-sites.
                $blog_ids = $this->get_non_delegated_blog_ids();

                // Add the network-level to the array, to update the permission on the network-level storage.
                array_unshift( $blog_ids, null );
            }
            else
            {
                if ( false === $network_or_blog_ids ) {
                    $network_or_blog_ids = null;
                }

                $blog_ids = is_array( $network_or_blog_ids ) ?
                    $network_or_blog_ids :
                    array( $network_or_blog_ids );
            }

            $result = array();
            foreach ( $permissions as $permission ) {
                $permission              = trim( $permission );
                $is_permission_supported = true;

                foreach ( $blog_ids as $id ) {
                    $is_permission_supported = $permission_manager->update_permission_tracking_flag(
                        $permission,
                        $is_enabled,
                        $id
                    );
                }

                if ( ! $is_permission_supported ) {
                    $permission = 'no_match';
                }

                $result[ $permission ] = $is_enabled;
            }

            return $result;
        }

        /**
         * Parse plugin's settings (as defined by the plugin dev).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param array $plugin_info
         *
         * @throws \Freemius_Exception
         */
        private function parse_settings( &$plugin_info ) {
            $this->_logger->entrance();

            $id          = $this->get_numeric_option( $plugin_info, 'id', false );
            $public_key  = $this->get_option( $plugin_info, 'public_key', false );
            $secret_key  = $this->get_option( $plugin_info, 'secret_key', null );
            $parent_id   = $this->get_numeric_option( $plugin_info, 'parent_id', null );
            $parent_name = $this->get_option( $plugin_info, 'parent_name', null );

            /**
             * @author Vova Feldman (@svovaf)
             * @since  1.1.9 Try to pull secret key from external config.
             */
            if ( is_null( $secret_key ) && defined( "WP_FS__{$this->_slug}_SECRET_KEY" ) ) {
                $secret_key = constant( "WP_FS__{$this->_slug}_SECRET_KEY" );
            }

            if ( isset( $plugin_info['parent'] ) ) {
                $parent_id = $this->get_numeric_option( $plugin_info['parent'], 'id', null );
//				$parent_slug       = $this->get_option( $plugin_info['parent'], 'slug', null );
//				$parent_public_key = $this->get_option( $plugin_info['parent'], 'public_key', null );
//				$parent_name = $this->get_option( $plugin_info['parent'], 'name', null );
            }

            if ( false === $id ) {
                throw new Freemius_Exception( array(
                    'error' => array(
                        'type'    => 'ParameterNotSet',
                        'message' => 'Plugin id parameter is not set.',
                        'code'    => 'plugin_id_not_set',
                        'http'    => 500,
                    )
                ) );
            }
            if ( false === $public_key ) {
                throw new Freemius_Exception( array(
                    'error' => array(
                        'type'    => 'ParameterNotSet',
                        'message' => 'Plugin public_key parameter is not set.',
                        'code'    => 'plugin_public_key_not_set',
                        'http'    => 500,
                    )
                ) );
            }

            $plugin = ( $this->_plugin instanceof FS_Plugin ) ?
                $this->_plugin :
                new FS_Plugin();

            $premium_suffix = $this->get_option( $plugin_info, 'premium_suffix', '(Premium)' );

            $plugin->update( array(
                'id'                   => $id,
                'type'                 => $this->get_option( $plugin_info, 'type', $this->_module_type ),
                'public_key'           => $public_key,
                'slug'                 => $this->_slug,
                'premium_slug'         => $this->get_option( $plugin_info, 'premium_slug', "{$this->_slug}-premium" ),
                'parent_plugin_id'     => $parent_id,
                'version'              => $this->get_plugin_version(),
                'title'                => $this->get_plugin_name( $premium_suffix ),
                'file'                 => $this->_plugin_basename,
                'is_premium'           => $this->get_bool_option( $plugin_info, 'is_premium', true ),
                'premium_suffix'       => $premium_suffix,
                'is_live'              => $this->get_bool_option( $plugin_info, 'is_live', true ),
                'affiliate_moderation' => $this->get_option( $plugin_info, 'has_affiliation' ),
                'bundle_id'            => $this->get_option( $plugin_info, 'bundle_id', null ),
                'bundle_public_key'    => $this->get_option( $plugin_info, 'bundle_public_key', null ),
                'opt_in_moderation'    => $this->get_option(
                    $plugin_info,
                    'opt_in',
                    // For backward compatibility, we support both parameter names: opt_in and opt_in_moderation.
                    $this->get_option( $plugin_info, 'opt_in_moderation', null )
                ),
            ) );

            if ( $plugin->is_updated() ) {
                // Update plugin details.
                $this->_plugin = FS_Plugin_Manager::instance( $this->_module_id )->store( $plugin );
            }
            // Set the secret key after storing the plugin, we don't want to store the key in the storage.
            $this->_plugin->secret_key = $secret_key;

            /**
             * If the product is network integrated and activated and the current view is in the network level Admin dashboard, if the product's network-level menu located differently from the sub-site level, then use the network menu details (when set).
             *
             * @author Vova Feldman
             * @since  2.4.5
             */
            if ( $this->is_network_active() && fs_is_network_admin() ) {
                if ( isset( $plugin_info['menu_network'] ) &&
                     is_array( $plugin_info['menu_network'] ) &&
                     ! empty( $plugin_info['menu_network'] )
                ) {
                    $plugin_info['menu'] = $plugin_info['menu_network'];
                }
            }

            if ( ! isset( $plugin_info['menu'] ) ) {
                $plugin_info['menu'] = array();

                if ( ! empty( $this->_storage->sdk_last_version ) &&
                     version_compare( $this->_storage->sdk_last_version, '1.1.2', '<=' )
                ) {
                    // Backward compatibility to 1.1.2
                    $plugin_info['menu']['slug'] = isset( $plugin_info['menu_slug'] ) ?
                        $plugin_info['menu_slug'] :
                        $this->_slug;
                }
            }

            $this->_menu = FS_Admin_Menu_Manager::instance(
                $this->_module_id,
                $this->_module_type,
                $this->get_unique_affix()
            );

            $this->_menu->init( $plugin_info['menu'], $this->is_addon() );

            $this->_has_addons          = $this->get_bool_option( $plugin_info, 'has_addons', false );
            $this->_has_paid_plans      = $this->get_bool_option( $plugin_info, 'has_paid_plans', true );
            $this->_has_premium_version = $this->get_bool_option( $plugin_info, 'has_premium_version', $this->_has_paid_plans );
            $this->_ignore_pending_mode = $this->get_bool_option( $plugin_info, 'ignore_pending_mode', false );
            $this->_is_org_compliant    = $this->get_bool_option( $plugin_info, 'is_org_compliant', true );
            $this->_is_premium_only     = $this->get_bool_option( $plugin_info, 'is_premium_only', false );
            if ( $this->_is_premium_only ) {
                // If premium only plugin, disable anonymous mode.
                $this->_enable_anonymous = false;
                $this->_anonymous_mode   = false;
            } else {
                $this->_enable_anonymous = $this->get_bool_option( $plugin_info, 'enable_anonymous', true );
                $this->_anonymous_mode   = $this->get_bool_option( $plugin_info, 'anonymous_mode', false );
            }
            $this->_permissions = $this->get_option( $plugin_info, 'permissions', array() );
            $this->_is_bundle_license_auto_activation_enabled = $this->get_option( $plugin_info, 'bundle_license_auto_activation', false );

            if ( ! empty( $plugin_info['trial'] ) ) {
                $this->_trial_days = $this->get_numeric_option(
                    $plugin_info['trial'],
                    'days',
                    // Default to 0 - trial without days specification.
                    0
                );

                $this->_is_trial_require_payment = $this->get_bool_option( $plugin_info['trial'], 'is_require_payment', false );
            }

            $this->_navigation = $this->get_option(
                $plugin_info,
                'navigation',
                $this->is_free_wp_org_theme() ?
                    self::NAVIGATION_TABS :
                    self::NAVIGATION_MENU
            );
        }

        /**
         * @param string[] $options
         * @param string   $key
         * @param mixed    $default
         *
         * @return bool
         */
        private function get_option( &$options, $key, $default = false ) {
            return ! empty( $options[ $key ] ) ? $options[ $key ] : $default;
        }

        private function get_bool_option( &$options, $key, $default = false ) {
            return isset( $options[ $key ] ) && is_bool( $options[ $key ] ) ? $options[ $key ] : $default;
        }

        private function get_numeric_option( &$options, $key, $default = false ) {
            return isset( $options[ $key ] ) && is_numeric( $options[ $key ] ) ? $options[ $key ] : $default;
        }

        /**
         * Gate keeper.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return bool
         */
        private function should_stop_execution() {
            if ( empty( $this->_storage->was_plugin_loaded ) ) {
                /**
                 * Don't execute Freemius until plugin was fully loaded at least once,
                 * to give the opportunity for the activation hook to run before pinging
                 * the API for connectivity test. This logic is relevant for the
                 * identification of new plugin install vs. plugin update.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.1.9
                 */
                return true;
            }

            if ( $this->is_activation_mode() ) {
                if ( ! is_admin() ) {
                    /**
                     * If in activation mode, don't execute Freemius outside the admin dashboard.
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.1.7.3
                     */
                    return true;
                }

                if ( ! WP_FS__IS_HTTP_REQUEST ) {
                    /**
                     * If in activation and executed without HTTP context (e.g. CLI, Cronjob),
                     * then don't start Freemius.
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.1.6.3
                     *
                     * @link   https://wordpress.org/support/topic/errors-in-the-freemius-class-when-running-in-wordpress-in-cli
                     */
                    return true;
                }

                if ( self::is_cron() ) {
                    /**
                     * If in activation mode, don't execute Freemius during wp crons
                     * (wp crons have HTTP context - called as HTTP request).
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.1.7.3
                     */
                    return true;
                }

                if ( self::is_ajax() ) {
                    /**
                     * During activation, if running in AJAX mode, unless there's a sticky
                     * connectivity issue notice, don't run Freemius.
                     *
                     * @author Vova Feldman (@svovaf)
                     * @since  1.1.7.3
                     */
                    return true;
                }
            }

            return false;
        }

        /**
         * Triggered after code type has changed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.9.1
         */
        function _after_code_type_change() {
            $this->_logger->entrance();

            if ( $this->is_theme() ) {
                // Expire the cache of the previous tabs since the theme may
                // have setting updates after code type has changed.
                $this->_cache->expire( 'tabs' );
                $this->_cache->expire( 'tabs_stylesheets' );
            }

            if ( ! $this->is_addon() ) {
                add_action(
                    is_admin() ? 'admin_init' : 'init',
                    array( &$this, '_plugin_code_type_changed' )
                );
            }

            if ( $this->is_registered() && $this->is_premium() ) {
                // Purge cached payments after switching to the premium version.
                // @todo This logic doesn't handle purging the cache for serviceware module upgrade.
                $this->get_api_user_scope()->purge_cache( "/plugins/{$this->_module_id}/payments.json?include_addons=true" );
            }
        }

        /**
         * Handles plugin's code type change (free <--> premium).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function _plugin_code_type_changed() {
            $this->_logger->entrance();

            if ( $this->is_premium() ) {
                $this->reconnect_locally();

                // Activated premium code.
                $this->do_action( 'after_premium_version_activation' );

                // Remove all sticky messages related to download of the premium version.
                $this->_admin_notices->remove_sticky( array(
                    'trial_started',
                    'plan_upgraded',
                    'plan_changed',
                    'license_activated',
                ) );

                $notice = '';
                if ( ! $this->is_only_premium() ) {
                    $notice = sprintf( $this->get_text_inline( 'Premium %s version was successfully activated.', 'premium-activated-message' ), $this->_module_type );
                }

                $license_notice = $this->get_license_network_activation_notice();
                if ( ! empty( $license_notice ) ) {
                    $notice .= ' ' . $license_notice;
                }

                if ( ! empty( $notice ) ) {
                    $this->_admin_notices->add_sticky(
                        trim( $notice ),
                        'premium_activated',
                        $this->get_text_x_inline( 'W00t',
                            'Used to express elation, enthusiasm, or triumph (especially in electronic communication).', 'woot' ) . '!'
                    );
                }
            } else {
                // Remove sticky message related to premium code activation.
                $this->_admin_notices->remove_sticky( 'premium_activated' );

                // Activated free code (after had the premium before).
                $this->do_action( 'after_free_version_reactivation' );

                if ( $this->is_paying() && ! $this->is_premium() ) {
                    $this->add_complete_upgrade_instructions_notice(
                        sprintf(
                        /* translators: %s: License type (e.g. you have a professional license) */
                            $this->get_text_inline( 'You have a %s license.', 'you-have-x-license' ),
                            $this->get_plan_title()
                        ),
                        'plan_upgraded'
                    );
                }
            }

            if ( $this->is_registered() ) {
                // Schedule code type changes event.
                $this->schedule_install_sync();
            }

            /**
             * Unregister the uninstall hook for the other version of the plugin (with different code type) to avoid
             * triggering a fatal error when uninstalling that plugin. For example, after deactivating the "free" version
             * of a specific plugin, its uninstall hook should be unregistered after the "premium" version has been
             * activated. If we don't do that, a fatal error will occur when we try to uninstall the "free" version since
             * the main file of the "free" version will be loaded first before calling the hooked callback. Since the
             * free and premium versions are almost identical (same class or have same functions), a fatal error like
             * "Cannot redeclare class MyClass" or "Cannot redeclare my_function()" will occur.
             */
            $this->unregister_uninstall_hook();

            $this->clear_module_main_file_cache();

            // Update is_premium of latest version.
            $this->_storage->prev_is_premium = $this->_plugin->is_premium;
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Add-ons
        #----------------------------------------------------------------------------------

        /**
         * Check if add-on installed and activated on site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param string|number $id_or_slug
         * @param bool|null     $is_premium Since 1.2.1.7 can check for specified add-on version.
         *
         * @return bool
         */
        function is_addon_activated( $id_or_slug, $is_premium = null ) {
            $this->_logger->entrance();

            $addon_id     = self::get_module_id( $id_or_slug );
            $is_activated = self::has_instance( $addon_id );

            if ( ! $is_activated ) {
                return false;
            }

            if ( is_bool( $is_premium ) ) {
                // Check if the specified code version is activate.
                $addon        = $this->get_addon_instance( $addon_id );
                $is_activated = ( $is_premium === $addon->is_premium() );
            }

            return $is_activated;
        }

        /**
         * Check if add-on was connected to install
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param  string|number $id_or_slug
         *
         * @return bool
         */
        function is_addon_connected( $id_or_slug ) {
            $this->_logger->entrance();

            $sites = self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN );

            $addon_id = self::get_module_id( $id_or_slug );
            $addon    = $this->get_addon( $addon_id );
            $slug     = $addon->slug;
            if ( ! isset( $sites[ $slug ] ) ) {
                return false;
            }

            $site = $sites[ $slug ];

            $plugin = FS_Plugin_Manager::instance( $addon_id )->get();

            if ( $plugin->parent_plugin_id != $this->_plugin->id ) {
                // The given slug do NOT belong to any of the plugin's add-ons.
                return false;
            }

            return ( is_object( $site ) &&
                     is_numeric( $site->id ) &&
                     is_numeric( $site->user_id ) &&
                     FS_Plugin_Plan::is_valid_id( $site->plan_id )
            );
        }

        /**
         * Determines if add-on installed.
         *
         * NOTE: This is a heuristic and only works if the folder/file named as the slug.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param  string|number $id_or_slug
         *
         * @return bool
         */
        function is_addon_installed( $id_or_slug ) {
            $this->_logger->entrance();

            $addon_id = self::get_module_id( $id_or_slug );

            return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $this->get_addon_basename( $addon_id ) ) );
        }

        /**
         * Get add-on basename.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param  string|number $id_or_slug
         *
         * @return string
         */
        function get_addon_basename( $id_or_slug ) {
            $addon_id = self::get_module_id( $id_or_slug );

            if ( $this->is_addon_activated( $addon_id ) ) {
                return self::instance( $addon_id )->get_plugin_basename();
            }

            $addon            = $this->get_addon( $addon_id );
            $premium_basename = "{$addon->premium_slug}/{$addon->slug}.php";

            if ( file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_basename ) ) ) {
                return $premium_basename;
            }

            $all_plugins = $this->get_all_plugins();

            foreach ( $all_plugins as $basename => $data ) {
                if ( $addon->slug === $data['slug'] ||
                     $addon->premium_slug === $data['slug']
                ) {
                    return $basename;
                }
            }

            $free_basename = "{$addon->slug}/{$addon->slug}.php";

            return $free_basename;
        }

        /**
         * Get installed add-ons instances.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return Freemius[]
         */
        function get_installed_addons() {
            if ( $this->is_addon() ) {
                // Add-on cannot have add-ons.
                return array();
            }

            $installed_addons = array();

            foreach ( self::$_instances as $instance ) {
                if ( $instance->is_addon_of( $this->_plugin->id ) ) {
                    $installed_addons[] = $instance;
                }
            }

            return $installed_addons;
        }

        /**
         * Check if any add-ons of the plugin are installed.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.1
         *
         * @return bool
         */
        function has_installed_addons() {
            if ( ! $this->has_addons() ) {
                return false;
            }

            foreach ( self::$_instances as $instance ) {
                if ( $instance->is_addon() && is_object( $instance->_parent_plugin ) ) {
                    if ( $this->_plugin->id == $instance->_parent_plugin->id ) {
                        return true;
                    }
                }
            }

            return false;
        }

        /**
         * Tell Freemius that the current plugin is an add-on.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number $parent_plugin_id The parent plugin ID
         */
        function init_addon( $parent_plugin_id ) {
            $this->_plugin->parent_plugin_id = $parent_plugin_id;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function is_addon() {
            return (
                isset( $this->_plugin->parent_plugin_id ) &&
                is_numeric( $this->_plugin->parent_plugin_id )
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.2
         *
         * @param number $parent_product_id
         *
         * @return bool
         */
        function is_addon_of( $parent_product_id ) {
            return (
                $this->is_addon() &&
                $parent_product_id == $this->_plugin->parent_plugin_id
            );
        }

        /**
         * Deactivate add-on if it's premium only and the user does't have a valid license.
         *
         * @param bool $is_after_trial_cancel
         *
         * @return bool If add-on was deactivated.
         */
        private function deactivate_premium_only_addon_without_license( $is_after_trial_cancel = false ) {
            if ( ! $this->has_free_plan() &&
                 ! $this->has_features_enabled_license() &&
                 ! $this->_has_premium_license()
            ) {
                if ( $this->is_registered() ) {
                    // IF wrapper is turned off because activation_timestamp is currently only stored for plugins (not addons).
                    //                if (empty($this->_storage->activation_timestamp) ||
                    //                    (WP_FS__SCRIPT_START_TIME - $this->_storage->activation_timestamp) > 30
                    //                ) {
                    /**
                     * @todo When it's first fail, there's no reason to try and re-sync because the licenses were just synced after initial activation.
                     *
                     * Retry syncing the user add-on licenses.
                     */
                    // Sync licenses.
                    $this->_sync_licenses();
                    //                }

                    // Try to activate premium license.
                    $this->_activate_license( true );
                }

                if ( ! $this->has_free_plan() &&
                     ! $this->has_features_enabled_license() &&
                     ! $this->_has_premium_license()
                ) {
                    // @todo Check if deactivate plugins also call the deactivation hook.

                    $this->_parent->_admin_notices->add_sticky(
                        sprintf(
                            ( $is_after_trial_cancel ?
                                $this->_parent->get_text_inline(
                                    '%s free trial was successfully cancelled. Since the add-on is premium only it was automatically deactivated. If you like to use it in the future, you\'ll have to purchase a license.',
                                    'addon-trial-cancelled-message'
                                ) :
                                $this->_parent->get_text_inline(
                                    '%s is a premium only add-on. You have to purchase a license first before activating the plugin.',
                                    'addon-no-license-message'
                                )
                            ),
                            '<b>' . $this->_plugin->title . '</b>'
                        ) . ' ' . sprintf(
                            '<a href="%s" aria-label="%s" class="button button-primary" style="margin-left: 10px; vertical-align: middle;">%s &nbsp;&#10140;</a>',
                            $this->_parent->addon_url( $this->_slug ),
                            esc_attr( sprintf( $this->_parent->get_text_inline( 'More information about %s', 'more-information-about-x' ), $this->_plugin->title ) ),
                            $this->_parent->get_text_inline( 'Purchase License', 'purchase-license' )
                        ),
                        'no_addon_license_' . $this->_slug,
                        ( $is_after_trial_cancel ? '' : $this->_parent->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...' ),
                        ( $is_after_trial_cancel ? 'success' : 'error' )
                    );

                    deactivate_plugins( array( $this->_plugin_basename ), true );

                    return true;
                }
            }

            return false;
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Sandbox
        #----------------------------------------------------------------------------------

        /**
         * Set Freemius into sandbox mode for debugging.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string $secret_key
         */
        function init_sandbox( $secret_key ) {
            $this->_plugin->secret_key = $secret_key;

            // Update plugin details.
            FS_Plugin_Manager::instance( $this->_module_id )->update( $this->_plugin, true );
        }

        /**
         * Check if running payments in sandbox mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return bool
         */
        function is_payments_sandbox() {
            return ( ! $this->is_live() ) || isset( $this->_plugin->secret_key );
        }

        #endregion

        /**
         * Check if running test vs. live plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return bool
         */
        function is_live() {
            return $this->_plugin->is_live;
        }

        /**
         * Check if super-admin skipped connection for all sites in the network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function is_network_anonymous() {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            $is_anonymous_ms = $this->_storage->get( 'is_anonymous_ms' );

            if ( empty( $is_anonymous_ms ) ) {
                return false;
            }

            return $is_anonymous_ms['is'];
        }

        /**
         * Check if super-admin opted-in for all sites in the network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function is_network_connected() {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            return $this->_storage->get( 'is_network_connected' );
        }

        /**
         * Check if the user skipped connecting the account with Freemius.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function is_anonymous() {
            if ( ! isset( $this->_is_anonymous ) ) {
                if ( $this->is_network_anonymous() ) {
                    $this->_is_anonymous = true;
                } else if ( fs_is_network_admin() ) {
                    /**
                     * When not-network-anonymous, yet, running in the network admin, consider as anonymous only when ALL non-delegated sites are set to anonymous.
                     */
                    $non_delegated_sites = $this->get_non_delegated_blog_ids();

                    foreach ( $non_delegated_sites as $blog_id ) {
                        $is_anonymous = $this->_storage->get( 'is_anonymous', false, $blog_id );

                        if ( empty( $is_anonymous ) || false === $is_anonymous[ 'is' ] ) {
                            $this->_is_anonymous = false;
                            break;
                        }
                    }

                    if ( false !== $this->_is_anonymous ) {
                        $this->_is_anonymous = true;
                    }
                } else {
                    if ( ! isset( $this->_storage->is_anonymous ) ) {
                        // Not skipped.
                        $this->_is_anonymous = false;
                    } else if ( is_bool( $this->_storage->is_anonymous ) ) {
                        // For back compatibility, since the variable was boolean before.
                        $this->_is_anonymous = $this->_storage->is_anonymous;

                        // Upgrade stored data format to 1.1.3 format.
                        $this->set_anonymous_mode( $this->_storage->is_anonymous );
                    } else {
                        // Version 1.1.3 and later.
                        $this->_is_anonymous = $this->_storage->is_anonymous['is'];
                    }
                }
            }

            return $this->_is_anonymous;
        }

        /**
         * Check if the user skipped the connection of a specified site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return bool
         */
        function is_anonymous_site( $blog_id = 0 ) {
            if ( $this->is_network_anonymous() ) {
                return true;
            }

            $is_anonymous = $this->_storage->get( 'is_anonymous', false, $blog_id );

            if ( empty( $is_anonymous ) ) {
                return false;
            }

            return $is_anonymous['is'];
        }

        /**
         * Check if user connected his account and install pending email activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function is_pending_activation() {
            return $this->_storage->get( 'is_pending_activation', false );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        private function clear_pending_activation_mode() {
            // Remove the pending activation sticky notice (if it still exists).
            $this->_admin_notices->remove_sticky( 'activation_pending' );

            // Clear the plugin's pending activation mode.
            unset( $this->_storage->is_pending_activation );
        }

        /**
         * Check if plugin must be WordPress.org compliant.
         *
         * @since 1.0.7
         *
         * @return bool
         */
        function is_org_repo_compliant() {
            return $this->_is_org_compliant;
        }

        #--------------------------------------------------------------------------------
        #region WP Cron Common
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         *
         * @return object
         */
        private function get_cron_data( $name ) {
            $this->_logger->entrance( $name );

            /**
             * @var object $cron_data
             */
            return $this->_storage->get( "{$name}_cron", null );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         */
        private function clear_cron_data( $name ) {
            $this->_logger->entrance( $name );

            $this->_storage->remove( "{$name}_cron" );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name         Cron name.
         * @param int    $cron_blog_id The cron executing blog ID.
         */
        private function set_cron_data( $name, $cron_blog_id = 0 ) {
            $this->_logger->entrance( $name );

            $this->_storage->store( "{$name}_cron", (object) array(
                'version'     => $this->get_plugin_version(),
                'blog_id'     => $cron_blog_id,
                'sdk_version' => $this->version,
                'timestamp'   => WP_FS__SCRIPT_START_TIME,
                'on'          => true,
            ) );
        }

        /**
         * Get the cron's executing blog ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         *
         * @return int
         */
        private function get_cron_blog_id( $name ) {
            $this->_logger->entrance( $name );

            if ( ! is_multisite() ) {
                // Not a multisite.
                return 0;
            }

            $cron_data = $this->get_cron_data( $name );

            return ( is_object( $cron_data ) && is_numeric( $cron_data->blog_id ) ) ?
                $cron_data->blog_id :
                0;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         *
         * @return bool
         */
        private function is_cron_on( $name ) {
            $this->_logger->entrance( $name );

            /**
             * @var object $cron_data
             */
            $cron_data = $this->get_cron_data( $name );

            return ( ! is_null( $cron_data ) && true === $cron_data->on );
        }

        /**
         * Unix timestamp for previous cron execution or false if never executed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         *
         * @return int|false
         */
        private function cron_last_execution( $name ) {
            $this->_logger->entrance( $name );

            return $this->_storage->get( "{$name}_timestamp" );
        }

        /**
         * Set cron execution time to now.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name Cron name.
         */
        private function set_cron_execution_timestamp( $name ) {
            $this->_logger->entrance( $name );

            $this->_storage->store( "{$name}_timestamp", time() );
        }

        /**
         * Sets the keepalive time to now.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.2.3
         *
         * @param bool|null $use_network_level_storage
         */
        private function set_keepalive_timestamp( $use_network_level_storage = null ) {
            $this->_logger->entrance();

            $this->_storage->store( 'keepalive_timestamp', time(), $use_network_level_storage );
        }

        /**
         * Check if cron was executed in the last $period of seconds.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name   Cron name.
         * @param int    $period In seconds
         *
         * @return bool
         */
        private function is_cron_executed( $name, $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
            $this->_logger->entrance( $name );

            $last_execution = $this->cron_last_execution( $name );

            if ( ! is_numeric( $last_execution ) ) {
                return false;
            }

            return ( $last_execution > ( WP_FS__SCRIPT_START_TIME - $period ) );
        }

        /**
         * WP Cron is executed on a site level. When running in a multisite network environment
         * with the network integration activated, for optimization reasons, we are consolidating
         * the installs data sync cron to be executed only from a single site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $except_blog_id Target any except the excluded blog ID.
         *
         * @return int
         */
        private function get_cron_target_blog_id( $except_blog_id = 0 ) {
            if ( ! is_multisite() ) {
                return 0;
            }

            if ( $this->_is_network_active ) {
                $network_install_blog_id = $this->_storage->network_install_blog_id;

                if (
                    is_numeric( $network_install_blog_id ) &&
                    $except_blog_id != $network_install_blog_id &&
                    self::is_site_active( $network_install_blog_id )
                ) {
                    // Try to run cron from the main network blog.
                    $install = $this->get_install_by_blog_id( $network_install_blog_id );

                    if (
                        is_object( $install ) &&
                        $this->is_tracking_allowed( $network_install_blog_id, $install )
                    ) {
                        return $network_install_blog_id;
                    }
                }
            }

            // Get first opted-in blog ID with active tracking.
            $installs = $this->get_blog_install_map();
            foreach ( $installs as $blog_id => $install ) {
                if ( $except_blog_id != $blog_id &&
                     self::is_site_active( $blog_id ) &&
                     $this->is_tracking_allowed( $blog_id, $install )
                ) {
                    return $blog_id;
                }
            }

            return 0;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name             Cron name.
         * @param string $action_tag       Callback action tag.
         * @param bool   $is_network_clear If set to TRUE, clear sync cron even if there are installs that are still connected.
         */
        private function clear_cron( $name, $action_tag = '', $is_network_clear = false ) {
            $this->_logger->entrance( $name );

            if ( ! $this->is_cron_on( $name ) ) {
                return;
            }

            $clear_cron = true;
            if ( ! $is_network_clear && $this->_is_network_active ) {
                $installs = $this->get_blog_install_map();

                foreach ( $installs as $blog_id => $install ) {
                    /**
                     * @var FS_Site $install
                     */
                    if ( $this->is_tracking_allowed( $blog_id, $install ) ) {
                        $clear_cron = false;
                        break;
                    }
                }
            }

            if ( ! $clear_cron ) {
                return;
            }

            $cron_blog_id = $this->get_cron_blog_id( $name );

            $this->clear_cron_data( $name );

            if ( 0 < $cron_blog_id ) {
                switch_to_blog( $cron_blog_id );
            }

            if ( empty( $action_tag ) ) {
                $action_tag = $name;
            }

            wp_clear_scheduled_hook( $this->get_action_tag( $action_tag ) );

            if ( 0 < $cron_blog_id ) {
                restore_current_blog();
            }
        }

        /**
         * Unix timestamp for next cron execution or false if not scheduled.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name       Cron name.
         * @param string $action_tag Callback action tag.
         *
         * @return int|false
         */
        private function get_next_scheduled_cron( $name, $action_tag = '' ) {
            $this->_logger->entrance( $name );

            if ( ! $this->is_cron_on( $name ) ) {
                return false;
            }

            $cron_blog_id = $this->get_cron_blog_id( $name );

            if ( 0 < $cron_blog_id ) {
                switch_to_blog( $cron_blog_id );
            }

            if ( empty( $action_tag ) ) {
                $action_tag = $name;
            }

            $next_scheduled = wp_next_scheduled( $this->get_action_tag( $action_tag ) );

            if ( 0 < $cron_blog_id ) {
                restore_current_blog();
            }

            return $next_scheduled;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $name            Cron name.
         * @param string $action_tag      Callback action tag.
         * @param string $recurrence      'single' or 'daily'.
         * @param int    $start_at        Defaults to now.
         * @param bool   $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise, schedule job to start right away.
         * @param int    $except_blog_id  Target any except the excluded blog ID.
         */
        private function schedule_cron(
            $name,
            $action_tag = '',
            $recurrence = 'single',
            $start_at = WP_FS__SCRIPT_START_TIME,
            $randomize_start = true,
            $except_blog_id = 0
        ) {
            $this->_logger->entrance( $name );

            $this->clear_cron( $name, $action_tag, true );

            $cron_blog_id = $this->get_cron_target_blog_id( $except_blog_id );

            if ( is_multisite() && 0 == $cron_blog_id ) {
                // Don't schedule cron since couldn't find a target blog.
                return;
            }

            if ( 0 < $cron_blog_id ) {
                switch_to_blog( $cron_blog_id );
            }

            if ( 'daily' === $recurrence ) {
                if ( $randomize_start ) {
                    // Schedule first sync with a random 12 hour time range from now.
                    $start_at += rand( 0, ( WP_FS__TIME_24_HOURS_IN_SEC / 2 ) );
                }

                // Schedule daily WP cron.
                wp_schedule_event(
                    $start_at,
                    'daily',
                    $this->get_action_tag( $action_tag )
                );
            } else if ( 'single' === $recurrence ) {
                // Schedule single cron.
                wp_schedule_single_event(
                    $start_at,
                    $this->get_action_tag( $action_tag )
                );
            }

            $this->set_cron_data( $name, $cron_blog_id );

            if ( 0 < $cron_blog_id ) {
                restore_current_blog();
            }
        }

        /**
         * Consolidated cron execution for performance optimization. The max number of API requests is based on the number of unique opted-in users.
         * that doesn't halt page loading.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string   $name     Cron name.
         * @param callable $callable The function that should be executed.
         */
        private function execute_cron( $name, $callable ) {
            $this->_logger->entrance( $name );

            // Store the last time data sync was executed.
            $this->set_cron_execution_timestamp( $name );

            // Check if API is temporary down.
            if ( FS_Api::is_temporary_down() ) {
                return;
            }

            // @todo Add logic that identifies API latency, and reschedule the next background sync randomly between 8-16 hours.

            $users_2_blog_ids = array();

            if ( ! is_multisite() ) {
                // Add dummy blog.
                $users_2_blog_ids[0] = array( 0 );
            } else {
                $installs = $this->get_blog_install_map();
                foreach ( $installs as $blog_id => $install ) {
                    if ( $this->is_tracking_allowed( $blog_id, $install ) ) {
                        if ( ! isset( $users_2_blog_ids[ $install->user_id ] ) ) {
                            $users_2_blog_ids[ $install->user_id ] = array();
                        }

                        $users_2_blog_ids[ $install->user_id ][] = $blog_id;
                    }
                }
            }

            $current_blog_id = get_current_blog_id();

            foreach ( $users_2_blog_ids as $user_id => $blog_ids ) {
                if ( 0 < $blog_ids[0] ) {
                    $this->switch_to_blog( $blog_ids[0] );
                }

                call_user_func_array( $callable, array( $blog_ids, ( is_multisite() ? $current_blog_id : null ) ) );

                foreach ( $blog_ids as $blog_id ) {
                    $this->do_action( "after_{$name}_cron", $blog_id );
                }
            }

            if ( is_multisite() ) {
                $this->switch_to_blog( $current_blog_id, fs_is_network_admin() ? $this->get_network_install() : null );

                $this->do_action( "after_{$name}_cron_multisite" );
            }
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Daily Sync Cron
        #----------------------------------------------------------------------------------


        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        private function is_sync_cron_scheduled() {
            return $this->is_cron_on( 'sync' );
        }

        /**
         * Get the sync cron's executing blog ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return int
         */
        private function get_sync_cron_blog_id() {
            return $this->get_cron_blog_id( 'sync' );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         */
        private function run_manual_sync() {
            if ( ! $this->is_user_admin() ) {
                return;
            }

            // Run manual sync.
            $this->_sync_cron();

            // Reschedule next cron to run 24 hours from now (performance optimization).
            $this->schedule_sync_cron( time() + WP_FS__TIME_24_HOURS_IN_SEC, false );
        }

        /**
         * Data sync cron job. Replaces the background sync non blocking HTTP request
         * that doesn't halt page loading.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         * @since  2.0.0   Consolidate all the data sync into the same cron for performance optimization. The max number of API requests is based on the number of unique opted-in users.
         */
        function _sync_cron() {
            $this->_logger->entrance();

            $this->execute_cron( 'sync', array( &$this, '_sync_cron_method' ) );
        }

        /**
         * The actual data sync cron logic.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int[]    $blog_ids
         * @param int|null $current_blog_id @since 2.2.3. This is passed from the `execute_cron` method and used by the
         *                                  `_sync_plugin_license` method in order to switch to the previous blog when sending
         *                                  updates for a single site in case `execute_cron` has switched to a different blog.
         */
        function _sync_cron_method( array $blog_ids, $current_blog_id = null ) {
            if ( $this->is_registered() ) {
                if ( $this->has_paid_plan() ) {
                    // Initiate background plan sync.
                    $this->_sync_license( true, false, $current_blog_id );

                    if ( $this->is_paying() ) {
                        // Check for premium plugin updates.
                        $this->check_updates( true );
                    }
                } else {
                    // Sync install(s) (only if something changed locally).
                    if ( 1 < count( $blog_ids ) ) {
                        $this->sync_installs();
                    } else {
                        $this->sync_install();
                    }

                    $this->maybe_sync_install_user();
                }
            }
        }

        /**
         * Check if sync was executed in the last $period of seconds.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param int $period In seconds
         *
         * @return bool
         */
        private function is_sync_executed( $period = WP_FS__TIME_24_HOURS_IN_SEC ) {
            return $this->is_cron_executed( 'sync', $period );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return bool
         */
        private function is_sync_cron_on() {
            return $this->is_cron_on( 'sync' );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.0
         */
        private function maybe_schedule_sync_cron() {
            $next_schedule = $this->next_sync_cron();

            // The event is properly scheduled, so no need to reschedule it.
            if (
                is_numeric( $next_schedule ) &&
                $next_schedule > time()
            ) {
                return;
            }

            $this->schedule_sync_cron();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param int  $start_at        Defaults to now.
         * @param bool $randomize_start If true, schedule first job randomly during the next 12 hours. Otherwise, schedule job to start right away.
         * @param int  $except_blog_id  Since 2.0.0 when running in a multisite network environment, the cron execution is consolidated. This param allows excluding excluded specified blog ID from being the cron executor.
         */
        private function schedule_sync_cron(
            $start_at = WP_FS__SCRIPT_START_TIME,
            $randomize_start = true,
            $except_blog_id = 0
        ) {
            $this->schedule_cron(
                'sync',
                'data_sync',
                'daily',
                $start_at,
                $randomize_start,
                $except_blog_id
            );
        }

        /**
         * Add the actual sync function to the cron job hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         */
        private function hook_callback_to_sync_cron() {
            $this->add_action( 'data_sync', array( &$this, '_sync_cron' ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param bool $is_network_clear Since 2.0.0 If set to TRUE, clear sync cron even if there are installs that are still connected.
         */
        private function clear_sync_cron( $is_network_clear = false ) {
            $this->_logger->entrance();

            $this->clear_cron( 'sync', 'data_sync', $is_network_clear );
        }

        /**
         * Unix timestamp for next sync cron execution or false if not scheduled.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return int|false
         */
        function next_sync_cron() {
            return $this->get_next_scheduled_cron( 'sync', 'data_sync' );
        }

        /**
         * Unix timestamp for previous sync cron execution or false if never executed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return int|false
         */
        function last_sync_cron() {
            return $this->cron_last_execution( 'sync' );
        }

        #endregion Daily Sync Cron ------------------------------------------------------------------

        #----------------------------------------------------------------------------------
        #region Async Install Sync
        #----------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return bool
         */
        private function is_install_sync_scheduled() {
            return $this->is_cron_on( 'install_sync' );
        }

        /**
         * Get the sync cron's executing blog ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return int
         */
        private function get_install_sync_cron_blog_id() {
            return $this->get_cron_blog_id( 'install_sync' );
        }

        /**
         * Instead of running blocking install sync event, execute non blocking scheduled wp-cron.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param int $except_blog_id Since 2.0.0 when running in a multisite network environment, the cron execution is consolidated. This param allows excluding excluded specified blog ID from being the cron executor.
         */
        private function schedule_install_sync( $except_blog_id = 0 ) {
            if ( $this->is_clone() ) {
                return;
            }

            $this->schedule_cron( 'install_sync', 'install_sync', 'single', WP_FS__SCRIPT_START_TIME, false, $except_blog_id );
        }

        /**
         * Unix timestamp for previous install sync cron execution or false if never executed.
         *
         * @todo   There's some very strange bug that $this->_storage->install_sync_timestamp value is not being updated. But for sure the sync event is working.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return int|false
         */
        function last_install_sync() {
            return $this->cron_last_execution( 'install_sync' );
        }

        /**
         * Unix timestamp for next install sync cron execution or false if not scheduled.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @return int|false
         */
        function next_install_sync() {
            return $this->get_next_scheduled_cron( 'install_sync', 'install_sync' );
        }

        /**
         * Add the actual install sync function to the cron job hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         */
        private function hook_callback_to_install_sync() {
            $this->add_action( 'install_sync', array( &$this, '_run_sync_install' ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param bool $is_network_clear Since 2.0.0 If set to TRUE, clear sync cron even if there are installs that are still connected.
         */
        private function clear_install_sync_cron( $is_network_clear = false ) {
            $this->_logger->entrance();

            $this->clear_cron( 'install_sync', 'install_sync', $is_network_clear );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         * @since  2.0.0   Consolidate all the data sync into the same cron for performance optimization. The max number of API requests is based on the number of unique opted-in users.
         */
        public function _run_sync_install() {
            $this->_logger->entrance();

            $this->execute_cron( 'sync', array( &$this, '_sync_install_cron_method' ) );
        }

        /**
         * The actual install(s) sync cron logic.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int[]    $blog_ids
         * @param int|null $current_blog_id
         */
        function _sync_install_cron_method( array $blog_ids, $current_blog_id = null ) {
            if ( $this->is_registered() ) {
                if ( 1 < count( $blog_ids ) ) {
                    $this->sync_installs( array(), true );
                } else {
                    $this->sync_install( array(), true );
                }

                $this->maybe_sync_install_user();
            }
        }

        #endregion Async Install Sync ------------------------------------------------------------------

        /**
         * Show a notice that activation is currently pending.
         *
         * @todo Add some sort of mechanism to allow users to update the email address they would like to opt-in with when $is_suspicious_email is true.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param bool|string $email_address
         * @param bool        $is_pending_trial Since 1.2.1.5
         * @param bool        $is_suspicious_email Since 2.5.0 Set to true when there's an indication that email address the user opted in with is fake/dummy/placeholder.
         * @param bool        $has_upgrade_context Since 2.5.3
         * @param bool        $support_email_address Since 2.5.3
         */
        function _add_pending_activation_notice(
            $email_address = false,
            $is_pending_trial = false,
            $is_suspicious_email = false,
            $has_upgrade_context = false,
            $support_email_address = false
        ) {
            if ( ! is_string( $email_address ) ) {
                $current_user  = self::_get_current_wp_user();
                $email_address = $current_user->user_email;
            }

            $formatted_message_args = array(
                "<b>{$this->get_plugin_name()}</b>",
                "<b>{$email_address}</b>",
            );

            if ( ! $has_upgrade_context || ! fs_is_network_admin() ) {
                /* translators: %3$s: action (e.g.: "start the trial" or "complete the opt-in") */
                $formatted_message = $this->get_text_inline( 'You should receive a confirmation email for %1$s to your mailbox at %2$s. Please make sure you click the button in that email to %3$s.', 'pending-activation-message' );

                $formatted_message_args[] = $is_pending_trial ?
                    $this->get_text_inline( 'start the trial', 'start-the-trial' ) :
                    $this->get_text_inline( 'complete the opt-in', 'complete-the-opt-in' );

                $notice_title = $this->get_text_inline( 'Thanks!', 'thanks' );
            } else {
                /* translators: %3$s: What the user is expected to receive via email (e.g.: "the installation instructions" or "a license key") */
                $formatted_message = $this->get_text_inline( 'You should receive %3$s for %1$s to your mailbox at %2$s in the next 5 minutes.' );

                if ( $this->has_release_on_freemius() ) {
                    $formatted_message_args[] = $this->get_text_x_inline(
                        'the installation instructions',
                        'Part of the message telling the user what they should receive via email.',
                        'the-installation-instructions-phrase'
                    );
                } else {
                    $formatted_message_args[] = $this->get_text_x_inline(
                        'a license key',
                        'Part of the message telling the user what they should receive via email.',
                        'a-license-key-phrase'
                    );

                    $formatted_message .= ( ' ' . sprintf(
                        /* translators: %s: activation link (e.g.: <a>Click here</a>) */
                        $this->get_text_inline( '%s to activate the license once you get it.', 'license-activation-link-message' ),
                        sprintf(
                            '<b><a href="%s">%s</a></b>',
                            $this->get_activation_url( array(
                                'fs_action'       => 'reset_pending_activation_mode',
                                'require_license' => 'true',
                                'fs_unique_affix' => $this->get_unique_affix(),
                            ) ),
                            $this->get_text_x_inline( 'Click here', 'Part of an activation link message.', 'click-here' )
                        )
                    ) );
                }

                $formatted_message_args[] = ( ! empty( $support_email_address ) ) ?
                    ( "<b>{$support_email_address}</b>" ) :
                    $this->get_text_x_inline(
                        "the product's support email address",
                        'Part of the message that tells the user to check their spam folder for a specific email.',
                        'product-support-email-address-phrase'
                    );

                $formatted_message .= ( ' ' . $this->get_text_inline( 'If you didn\'t get the email, try checking your spam folder or search for emails from %4$s.', 'check-spam-folder-message' ) );

                $notice_title = $this->get_text_inline( 'Thanks for upgrading.', 'after-upgrade-thank-you-message' );
            }

            $this->_admin_notices->add_sticky(
                vsprintf( $formatted_message, $formatted_message_args ),
                'activation_pending',
                $notice_title
            );
        }

        /**
         * Check if currently in plugin activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         *
         * @return bool
         */
        function is_plugin_activation() {
            $result = get_transient( "fs_{$this->_module_type}_{$this->_slug}_activated" );

            return !empty($result);
        }

        /**
         *
         * NOTE: admin_menu action executed before admin_init.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        function _admin_init_action() {
            $is_migration = $this->is_migration();

            /**
             * Automatically redirect to connect/activation page after plugin activation.
             *
             * @since 1.1.7 Do NOT redirect to opt-in when running in network admin mode.
             */
            if ( $this->is_plugin_activation() ) {
                delete_transient( "fs_{$this->_module_type}_{$this->_slug}_activated" );

                if ( isset( $_GET['activate-multi'] ) ) {
                    /**
                     * Don't redirect if activating multiple plugins at once (bulk activation).
                     */
                } else if (
                    self::is_deactivation_snoozed() &&
                    (
                        // Either running the free code base.
                        ! $this->is_premium() ||
                        // Or if has a free version.
                        ! $this->is_only_premium() ||
                        // If premium only, don't redirect if license is activated.
                        ( $this->is_registered() && ! $this->can_use_premium_code() )
                    )
                ) {
                    /**
                     * Don't redirect if activating during the deactivation snooze period (aka troubleshooting), unless activating a paid product version that the admin didn't enter its license key yet.
                     */
                } else if ( ! $is_migration ) {
                    $this->_redirect_on_activation_hook();
                    return;
                }
            }

            if ( $is_migration ) {
                return;
            }

            if ( fs_request_is_action( $this->get_unique_affix() . '_skip_activation' ) ) {
                check_admin_referer( $this->get_unique_affix() . '_skip_activation' );

                $this->skip_connection( fs_is_network_admin() );

                fs_redirect( $this->get_after_activation_url( 'after_skip_url' ) );
            }

            if ( $this->is_network_activation_mode() &&
                 fs_request_is_action( $this->get_unique_affix() . '_delegate_activation' )
            ) {
                check_admin_referer( $this->get_unique_affix() . '_delegate_activation' );

                $this->delegate_connection();

                fs_redirect( $this->get_after_activation_url( 'after_delegation_url' ) );
            }

            $this->_add_upgrade_action_link();

            if ( ! ( ! $this->_is_network_active && fs_is_network_admin() ) &&
                 (
                     ( true === $this->_storage->require_license_activation ) ||
                     // Not registered nor anonymous.
                     ( ! $this->is_registered() && ! $this->is_anonymous() ) ||
                     // OR, network level and in network upgrade mode.
                     ( fs_is_network_admin() && $this->_is_network_active && $this->is_network_upgrade_mode() )
                 )
            ) {
                if ( ! $this->is_pending_activation() ) {
                    if ( ! $this->is_activation_page() ) {
                        /**
                         * If a user visits any other admin page before activating the premium-only theme with a valid
                         * license, reactivate the previous theme.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since  1.2.2
                         */
                        if ( $this->is_theme() &&
                             ! $this->has_settings_menu()  &&
                             ! isset( $_REQUEST['fs_action'] )  &&
                             $this->can_activate_previous_theme()
                        ) {
                            if ( $this->is_only_premium() ) {
                                $this->activate_previous_theme();
                                return;
                            }

                            if ( true === $this->_storage->require_license_activation ) {
                                $this->_storage->require_license_activation = false;
                            }
                        }

                        if ( ! fs_is_network_admin() &&
                             $this->is_network_activation_mode() &&
                             ! $this->is_delegated_connection()
                        ) {
                            return;
                        }

                        if ( $this->is_plugin_new_install() || $this->is_only_premium() ) {
                            if ( ! $this->_anonymous_mode &&
                                 ( ! $this->is_addon() || ! $this->_parent->is_anonymous() ) ) {
                                // Show notice for new plugin installations.
                                $this->_admin_notices->add(
                                    sprintf(
                                        $this->get_text_inline( 'You are just one step away - %s', 'you-are-step-away' ),
                                        sprintf( '<b><a href="%s">%s</a></b>',
                                            $this->get_activation_url( array(), ! $this->is_delegated_connection() ),
                                            sprintf( $this->get_text_x_inline( 'Complete "%s" Activation Now',
                                                '%s - plugin name. As complete "PluginX" activation now', 'activate-x-now' ), $this->get_plugin_name() )
                                        )
                                    ),
                                    '',
                                    'update-nag'
                                );
                            }
                        } else {
                            if ( $this->should_add_sticky_optin_notice() ) {
                                $this->add_sticky_optin_admin_notice();
                            }

                            if ( $this->has_filter( 'optin_pointer_element' ) ) {
                                // Don't show admin nag if plugin update.
                                wp_enqueue_script( 'wp-pointer' );
                                wp_enqueue_style( 'wp-pointer' );

                                $this->_enqueue_connect_essentials();

                                add_action( 'admin_print_footer_scripts', array(
                                    $this,
                                    '_add_connect_pointer_script'
                                ) );
                            }
                        }
                    }
                }

                if ( $this->show_opt_in_on_themes_page() &&
                     $this->is_activation_page()
                ) {
                    $this->_show_theme_activation_optin_dialog();
                }
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        private function should_add_sticky_optin_notice() {
            if ( $this->is_addon() && $this->_parent->is_anonymous() ) {
                return false;
            }

            if ( fs_is_network_admin() ) {
                if ( ! $this->_is_network_active ) {
                    return false;
                }

                if ( ! $this->is_network_activation_mode() ) {
                    return false;
                }

                return ! isset( $this->_storage->sticky_optin_added_ms );
            }

            if ( ! $this->is_activation_mode() ) {
                return false;
            }

            // If running from a blog admin and delegated the connection.
            return ! isset( $this->_storage->sticky_optin_added );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         */
        private function add_sticky_optin_admin_notice() {
            if ( ! $this->_is_network_active || ! fs_is_network_admin() ) {
                $this->_storage->sticky_optin_added = true;
            } else {
                $this->_storage->sticky_optin_added_ms = true;
            }

            // Show notice for new plugin installations.
            $this->_admin_notices->add_sticky(
                sprintf(
                    $this->get_text_inline( 'We made a few tweaks to the %s, %s', 'few-plugin-tweaks' ),
                    $this->_module_type,
                    sprintf( '<b><a href="%s">%s</a></b>',
                        $this->get_activation_url(),
                        sprintf( $this->get_text_inline( 'Opt in to make "%s" better!', 'optin-x-now' ), $this->get_plugin_name() )
                    )
                ),
                'connect_account',
                '',
                'update-nag'
            );
        }

        /**
         * Enqueue connect requires scripts and styles.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         */
        function _enqueue_connect_essentials() {
            wp_enqueue_script( 'jquery' );
            wp_enqueue_script( 'json2' );

            fs_enqueue_local_script( 'postmessage', 'nojquery.ba-postmessage.js' );
            fs_enqueue_local_script( 'fs-postmessage', 'postmessage.js' );
        }

        /**
         * Add connect / opt-in pointer.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         */
        function _add_connect_pointer_script() {
            $vars            = array( 'id' => $this->_module_id );
            $pointer_content = fs_get_template( 'connect.php', $vars );
            ?>
            <script type="text/javascript">// <![CDATA[
                jQuery(document).ready(function ($) {
                    if ('undefined' !== typeof(jQuery().pointer)) {

                        var element = <?php echo $this->apply_filters( 'optin_pointer_element', '$("#non_existing_element");' ) ?>;

                        if (element.length > 0) {
                            var optin = $(element).pointer($.extend(true, {}, {
                                content     : <?php echo json_encode( $pointer_content ) ?>,
                                position    : {
                                    edge : 'left',
                                    align: 'center'
                                },
                                buttons     : function () {
                                    // Don't show pointer buttons.
                                    return '';
                                },
                                pointerWidth: 482
                            }, <?php echo $this->apply_filters( 'optin_pointer_options_json', '{}' ) ?>));

                            <?php
                            echo $this->apply_filters( 'optin_pointer_execute', "

                            optin.pointer('open');

                            // Tag the opt-in pointer with custom class.
                            $('.wp-pointer #fs_connect')
                                .parents('.wp-pointer.wp-pointer-top')
                                .addClass('fs-opt-in-pointer');

                            ", 'element', 'optin' ) ?>
                        }
                    }
                });
                // ]]></script>
            <?php
        }

        /**
         * Return current page's URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return string
         */
        static function current_page_url() {
            $url = 'http';

            if ( isset( $_SERVER["HTTPS"] ) ) {
                if ( $_SERVER["HTTPS"] == "on" ) {
                    $url .= "s";
                }
            }
            $url .= "://";
            if ( $_SERVER["SERVER_PORT"] != "80" ) {
                $url .= $_SERVER["SERVER_NAME"] . ":" . $_SERVER["SERVER_PORT"] . $_SERVER["REQUEST_URI"];
            } else {
                $url .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
            }

            return esc_url( $url );
        }

        /**
         * Check if the current page is the plugin's main admin settings page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function _is_plugin_page() {
            return fs_is_plugin_page( $this->_menu->get_raw_slug() ) ||
                   fs_is_plugin_page( $this->_slug );
        }

        /* Events
        ------------------------------------------------------------------------------------------------------------------*/
        /**
         * Delete site install from Database.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool     $store
         * @param int|null $blog_id Since 2.0.0
         *
         * @return false|int The install ID if deleted. Otherwise, FALSE (when install not exist).
         */
        function _delete_site( $store = true, $blog_id = null ) {
            return self::_delete_site_by_slug( $this->_slug, $this->_module_type, $store, $blog_id );
        }

        /**
         * Delete site install from Database.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param string   $slug
         * @param string   $module_type
         * @param bool     $store
         * @param int|null $blog_id Since 2.0.0
         *
         * @return false|int The install ID if deleted. Otherwise, FALSE (when install not exist).
         */
        static function _delete_site_by_slug( $slug, $module_type, $store = true, $blog_id = null ) {
            $sites = self::get_all_sites( $module_type, $blog_id );

            $install_id = false;

            if ( isset( $sites[ $slug ] ) ) {
                if ( is_object( $sites[ $slug ] ) ) {
                    $install_id = $sites[ $slug ]->id;
                }

                unset( $sites[ $slug ] );

                self::set_account_option_by_module( $module_type, 'sites', $sites, $store, $blog_id );
            }

            return $install_id;
        }

        /**
         * Delete user.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $user_id
         * @param bool   $store
         *
         * @return false|int The user ID if deleted. Otherwise, FALSE (when install not exist).
         */
        private static function delete_user( $user_id, $store = true ) {
            $users = self::get_all_users();

            if ( ! is_array( $users ) || ! isset( $users[ $user_id ] ) ) {
                return false;
            }

            unset( $users[ $user_id ] );

            self::$_accounts->set_option( 'users', $users, $store );

            return $user_id;
        }

        /**
         * Delete plugin's plans information.
         *
         * @param bool $store                 Flush to Database if true.
         * @param bool $keep_associated_plans If set to false, delete all plans, even if a plan is associated with an install.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        private function _delete_plans( $store = true, $keep_associated_plans = true ) {
            $this->_logger->entrance();

            $plans = self::get_all_plans( $this->_module_type );

            $plans_to_keep = array();

            if ( $keep_associated_plans ) {
                $plans_ids_to_keep = $this->get_plans_ids_associated_with_installs();
                foreach ( $plans_ids_to_keep as $plan_id ) {
                    $plan = self::_get_plan_by_id( $plan_id );
                    if ( is_object( $plan ) ) {
                        $plans_to_keep[] = self::_encrypt_entity( $plan );
                    }
                }
            }

            if ( ! empty( $plans_to_keep ) ) {
                $plans[ $this->_slug ] = $plans_to_keep;
            } else {
                unset( $plans[ $this->_slug ] );
            }

            $this->set_account_option( 'plans', $plans, $store );
        }

        /**
         * Delete all plugin licenses.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param bool $store
         */
        private function _delete_licenses( $store = true ) {
            $this->_logger->entrance();

            $all_licenses = self::get_all_licenses();

            unset( $all_licenses[ $this->_module_id ] );

            self::$_accounts->set_option( 'all_licenses', $all_licenses, $store );
        }

        /**
         * Check if Freemius was added on new plugin installation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.5
         *
         * @return bool
         */
        function is_plugin_new_install() {
            return isset( $this->_storage->is_plugin_new_install ) &&
                   $this->_storage->is_plugin_new_install;
        }

        /**
         * Check if it's the first plugin release that is running Freemius.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @return bool
         */
        function is_first_freemius_powered_version() {
            return empty( $this->_storage->plugin_last_version );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return bool|string
         */
        private function get_previous_theme_slug() {
            return isset( $this->_storage->previous_theme ) ?
                $this->_storage->previous_theme :
                false;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return bool
         */
        private function can_activate_previous_theme() {
            return $this->can_activate_theme( $this->get_previous_theme_slug() );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.0
         *
         * @return bool
         */
        private function can_activate_theme( $slug ) {
            if ( false !== $slug && current_user_can( 'switch_themes' ) ) {
                $theme_instance = wp_get_theme( $slug );

                return $theme_instance->exists();
            }

            return false;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         */
        private function activate_previous_theme() {
            switch_theme( $this->get_previous_theme_slug() );
            unset( $this->_storage->previous_theme );

            global $pagenow;
            if ( 'themes.php' === $pagenow ) {
                /**
                 * Refresh the active theme information.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since  1.2.2
                 */
                fs_redirect( $this->admin_url( $pagenow ) );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return string
         */
        function get_previous_theme_activation_url() {
            if ( ! $this->can_activate_previous_theme() ) {
                return '';
            }

            /**
             * Activation URL
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            return wp_nonce_url(
                $this->admin_url( 'themes.php?action=activate&stylesheet=' . urlencode( $this->get_previous_theme_slug() ) ),
                'switch-theme_' . $this->get_previous_theme_slug()
            );
        }

        /**
         * Saves the slug of the previous theme if it still exists so that it can be used by the logic in the opt-in
         * form that decides whether to add a close button to the opt-in dialog or not. So after a premium-only theme is
         * activated, the close button will appear and will reactivate the previous theme if clicked. If the previous
         * theme doesn't exist, then there will be no close button.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @param  string        $slug_or_name Old theme's slug or name.
         * @param  bool|WP_Theme $old_theme    WP_Theme instance of the old theme if it still exists.
         */
        function _activate_theme_event_hook( $slug_or_name, $old_theme = false ) {
            $this->_storage->previous_theme = ( false !== $old_theme ) ?
                $old_theme->get_stylesheet() :
                $slug_or_name;

            $this->_activate_plugin_event_hook();
        }

        /**
         * Plugin activated hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @uses   FS_Api
         */
        function _activate_plugin_event_hook() {
            $this->_logger->entrance( 'slug = ' . $this->_slug );

            if ( ! $this->is_user_admin() ) {
                return;
            }

            $this->unregister_uninstall_hook();

            // Clear API cache on activation.
            FS_Api::clear_cache();

            $is_premium_version_activation = $this->is_plugin() ?
                ( current_filter() !== ( 'activate_' . $this->_free_plugin_basename ) ) :
                $this->is_premium();

            if ( $is_premium_version_activation && $this->is_pending_activation() ) {
                $this->clear_pending_activation_mode();
            }

            $this->_logger->info( 'Activating ' . ( $is_premium_version_activation ? 'premium' : 'free' ) . ' plugin version.' );

            if ( $this->is_plugin() ) {
                // This logic is relevant only to plugins since both the free and premium versions of a plugin can be active at the same time.
                // 1. If running in the activation of the FREE module, get the basename of the PREMIUM.
                // 2. If running in the activation of the PREMIUM module, get the basename of the FREE.
                $other_version_basename = $is_premium_version_activation ?
                    $this->_free_plugin_basename :
                    $this->premium_plugin_basename();

                if ( ! $this->_is_network_active ) {
                    /**
                     * Themes are always network activated, but the ACTUAL activation is per site.
                     *
                     * During the activation, the plugin isn't yet active, therefore,
                     * _is_network_active will be set to false even if it's a network level
                     * activation. So we need to fix that by looking at the is_network_admin() value.
                     *
                     * @author Vova Feldman
                     */
                    $this->_is_network_active = (
                        $this->_is_multisite_integrated &&
                        fs_is_network_admin()
                    );
                }

                /**
                 * If the other module version is active, deactivate it.
                 *
                 * is_plugin_active() checks if the plugin is active on the site or the network level and
                 * deactivate_plugins() deactivates the plugin whether it's activated on the site or network level.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since  1.2.2
                 */
                if (
                    is_plugin_active( $other_version_basename ) &&
                    $this->apply_filters( 'deactivate_on_activation', true )
                ) {
                    deactivate_plugins( $other_version_basename );
                }
            }

            if ( $this->is_registered() ) {
                if ( $is_premium_version_activation ) {
                    $this->reconnect_locally();
                }


                // Schedule re-activation event and sync.
//				$this->sync_install( array(), true );
                $this->schedule_install_sync();

                // If activating the premium module version, add an admin notice to congratulate for an upgrade completion.
                if ( $is_premium_version_activation ) {
                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'The upgrade of %s was successfully completed.', 'successful-version-upgrade-message' ), sprintf( '<b>%s</b>', $this->_plugin->title ) ),
                        $this->get_text_x_inline( 'W00t',
                            'Used to express elation, enthusiasm, or triumph (especially in electronic communication).', 'woot' ) . '!'
                    );
                }
            } else if ( $this->is_anonymous() ) {
                if ( isset( $this->_storage->is_anonymous_ms ) && $this->_storage->is_anonymous_ms['is'] ) {
                    $plugin_version = $this->_storage->is_anonymous_ms['version'];
                    $network        = true;
                } else {
                    $plugin_version = isset( $this->_storage->is_anonymous ) ?
                        $this->_storage->is_anonymous['version'] :
                        null;
                    $network        = false;
                }

                /**
                 * Reset "skipped" click cache on the following:
                 *  1. Freemius DEV mode.
                 *  2. WordPress DEBUG mode.
                 *  3. If a plugin and the user skipped the exact same version before.
                 *
                 * @since 1.2.2.7 Ulrich Pogson (@grapplerulrich) asked to not reset the SKIPPED flag if the exact same THEME version was activated before unless the developer is running with WP_DEBUG on, or Freemius debug mode on (WP_FS__DEV_MODE).
                 *
                 * @todo  4. If explicitly asked to retry after every activation.
                 */
                if ( WP_FS__DEV_MODE ||
                     (
                         ( $this->is_plugin() || ( defined( 'WP_DEBUG' ) && WP_DEBUG ) ) &&
                         $this->get_plugin_version() == $plugin_version
                     )
                ) {
                    $this->reset_anonymous_mode( $network );
                }
            }

            $is_trial_or_has_features_enabled_license = ( $this->is_trial() || $this->has_features_enabled_license() );

            if ( $this->is_addon() && ! $is_trial_or_has_features_enabled_license ) {
                /**
                 * When activating an add-on, try to also activate a license.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                if ( ! $this->_is_network_active ) {
                    $this->maybe_activate_addon_license();
                } else {
                    $this->maybe_network_activate_addon_license();
                }

                /**
                 * Avoid redirecting to the license activation screen after automatically activating an add-on license.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                $is_trial_or_has_features_enabled_license = ( $this->is_trial() || $this->has_features_enabled_license() );

                if ( $is_trial_or_has_features_enabled_license && true === $this->_storage->require_license_activation ) {
                    $this->_storage->require_license_activation = false;
                }
            }

            if (
                $is_premium_version_activation &&
                (
                    ( ! $this->is_registered() && $this->is_anonymous() ) ||
                    (
                        $this->is_registered() &&
                        ! $is_trial_or_has_features_enabled_license
                    )
                )
            ) {
                $this->_storage->require_license_activation = true;
            }

            if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
                /**
                 * If no previous version of plugin's version exist, it means that it's either
                 * the first time that the plugin installed on the site, or the plugin was installed
                 * before but didn't have Freemius integrated.
                 *
                 * Since register_activation_hook() do NOT fires on updates since 3.1, and only fires
                 * on manual activation via the dashboard, is_plugin_activation() is TRUE
                 * only after immediate activation.
                 *
                 * @since 1.1.4
                 * @link  https://make.wordpress.org/core/2010/10/27/plugin-activation-hooks-no-longer-fire-for-updates/
                 */
                $this->_storage->is_plugin_new_install = empty( $this->_storage->plugin_last_version );
            }

            /**
             * Also flush when activating the premium version so that even if Freemius was off before, the API
             * connectivity test can be run again.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.2.3.1
             */
            $has_api_connectivity = $this->has_api_connectivity( WP_FS__DEV_MODE || $is_premium_version_activation );

            if ( ! $this->_anonymous_mode &&
                ( false !== $has_api_connectivity ) &&
                 ! $this->_isAutoInstall
            ) {
                // Store hint that the plugin was just activated to enable auto-redirection to settings.
                set_transient( "fs_{$this->_module_type}_{$this->_slug}_activated", true, 60 );
            }

            /**
             * Activation hook is executed after the plugin's main file is loaded, therefore,
             * after the plugin was loaded. The logic is located at activate_plugin()
             * ./wp-admin/includes/plugin.php.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.1.9
             */
            $this->_storage->was_plugin_loaded = true;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         */
        private function maybe_activate_addon_license() {
            $parent_fs = $this->get_parent_instance();

            if (
                ! is_object( $parent_fs ) ||
                ( ! $parent_fs->is_registered() && ! $parent_fs->is_network_registered() )
            ) {
                // Try to activate a license only if the parent plugin is active and has a valid `install`.
                return;
            }

            $license = $this->get_active_parent_license();
            if ( ! is_object( $license ) ) {
                return;
            }

            if (
                $this->is_bundle_license_auto_activation_enabled() &&
                ! empty( $license->products )
            ) {
                $this->activate_bundle_license( $license );

                return;
            }

            if ( ! $this->is_registered() ) {
                // Opt in with a license key.
                $this->opt_in(
                    $parent_fs->get_current_or_network_user()->email,
                    false,
                    false,
                    $license->secret_key
                );
            } else {
                // Activate the license.
                $install = $this->api_site_call(
                    '/',
                    'put',
                    array( 'license_key' => $this->apply_filters( 'license_key', $license->secret_key ) )
                );

                if ( ! FS_Api::is_api_error( $install ) ) {
                    $this->_sync_addon_license( $this->get_id(), true );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param FS_Plugin_License $license
         */
        private function maybe_network_activate_addon_license( $license = null ) {
            $parent_fs = $this->get_parent_instance();
            if ( ! is_object( $parent_fs ) || ( ! $parent_fs->is_registered() && ! $parent_fs->is_network_registered() ) ) {
                // Try to activate a license only if the parent plugin is active and has a valid `install`.
                return;
            }

            $license = ( ! is_null( $license ) ) ?
                $license :
                $this->get_active_parent_license();

            if ( ! is_object( $license ) ) {
                return;
            }

            if (
                $this->is_bundle_license_auto_activation_enabled() &&
                ! empty( $license->products )
            ) {
                $this->activate_bundle_license( $license );

                return;
            }

            if ( ! $this->is_network_registered() ) {
                $sites = $this->get_sites_for_network_level_optin();

                if ( count( $sites ) > $license->left() ) {
                    // If the add-on is network active, try to activate the license only if it can be activated on all sites.
                    return;
                }

                // Opt in with a license key.
                $this->opt_in(
                    $parent_fs->get_user()->email,
                    false,
                    false,
                    $license->secret_key,
                    false,
                    false,
                    false,
                    null,
                    $sites
                );
            } else {
                $blog_2_install_map = array();
                $site_ids           = array();

                $all_sites = Freemius::get_sites();

                foreach ( $all_sites as $site ) {
                    $blog_id = Freemius::get_site_blog_id( $site );
                    $install = $this->get_install_by_blog_id( $blog_id );

                    if ( is_object( $install ) && FS_Plugin_License::is_valid_id( $install->license_id ) ) {
                        // Skip license activation for installs that are already associated with a license.
                        continue;
                    }

                    if ( is_object( $install ) ) {
                        $blog_2_install_map[ $blog_id ] = $install;
                    } else {
                        $site_ids[] = $blog_id;
                    }
                }

                if ( ( count( $blog_2_install_map ) + count( $site_ids ) ) > $license->left() ) {
                    return;
                }

                $user = $this->get_current_or_network_user();

                if ( ! empty( $blog_2_install_map ) ) {
                    $result = $this->activate_license_on_many_installs( $user, $license->secret_key, $blog_2_install_map );

                    if ( true !== $result ) {
                        return;
                    }
                }

                if ( ! empty( $site_ids ) ) {
                    $this->activate_license_on_many_sites( $user, $license->secret_key, $site_ids );
                }
            }
        }

        /**
         * Tries to activate a bundle license for all supported products if the current product is activated with a bundle license. This is called after activating an available license (not via the license activation dialog but by clicking on a license activation button) for a product via its "Account" page.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.4.0
         *
         * @param FS_Plugin_License $license
         * @param array             $sites
         * @param int               $blog_id
         */
        private function maybe_activate_bundle_license( FS_Plugin_License $license = null, $sites = array(), $blog_id = 0 ) {
            if ( ! is_object( $license ) && $this->has_active_valid_license() ) {
                $license = $this->_license;
            }

            if ( ! is_object( $license ) ) {
                return;
            }

            $parent_license = ( ! empty( $license->products ) ) ?
                $license :
                $this->get_active_parent_license( $license->secret_key );

            if ( is_object( $parent_license ) ) {
                $this->activate_bundle_license( $parent_license, $sites, $blog_id );
            }
        }

        /**
         * Try to activate a bundle license for all the bundle products installed on the site.
         *  (1) If a child product install already has a license, the bundle license won't be activated.
         *  (2) On multi-site networks, if the attempt to activate the bundle license is triggered from the network admin, the bundle license activation will only work for non-delegated sites and only if none of them is associated with a license. Even if one of the sites has the product installed with a license key, skip the bundle license activation for the product.
         *  (3) On multi-site networks, if the attempt to activate the bundle license is triggered from a site-level admin, only activate the license if the product is site-level activated or delegated, and the product installation is not yet associated with a license.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.4.0
         *
         * @param FS_Plugin_License $license
         * @param array             $sites
         * @param int               $current_blog_id
         */
        private function activate_bundle_license( $license, $sites = array(), $current_blog_id = 0 ) {
            $is_network_admin = fs_is_network_admin();

            $installs_by_blog_map  = array();
            $site_info_by_blog_map = array();

            /**
             * Try to activate the license for all supported products.
             *
             * @author Leo Fajardo
             */
            foreach ( $license->products as $product_id ) {
                $fs = self::get_instance_by_id( $product_id );

                if ( ! is_object( $fs ) ) {
                    continue;
                }

                if ( ! $fs->has_paid_plan() ) {
                    continue;
                }

                if (
                    ! $fs->is_addon() &&
                    ! FS_Plan_Manager::instance()->has_paid_plan( $fs->_plans )
                ) {
                    /**
                     * The parent product can be free-only but can have its `has_paid_plan` flag set to `true` when
                     * there is a context bundle.
                     */
                    continue;
                }

                if ( $current_blog_id > 0 ) {
                    $fs->switch_to_blog( $current_blog_id );
                }

                if ( $fs->has_active_valid_license() ) {
                    continue;
                }

                if ( ! $is_network_admin || $current_blog_id > 0 ) {
                    if ( $fs->is_network_active() && ! $fs->is_delegated_connection( $current_blog_id ) ) {
                        // Do not try to activate the license in the site level if the product is network active and the connection was not delegated.
                        continue;
                    }
                } else {
                    if ( ! $fs->is_network_active() ) {
                        // Do not try to activate the license in the network level if the product is not network active.
                        continue;
                    }

                    if ( $fs->is_network_delegated_connection() ) {
                        // Do not try to activate the license in the network level if the activation has been delegated to site admins.
                        continue;
                    }

                    $has_install_with_license = false;

                    // Collection of sites that have an install entity that is not activated with a license or non-delegated sites that have no install entity, or both types of site.
                    $filtered_sites = array();

                    if ( empty( $sites ) ) {
                        $all_sites = self::get_sites();

                        foreach ( $all_sites as $site ) {
                            $sites[] = array( 'blog_id' => self::get_site_blog_id( $site ) );
                        }
                    } else {
                        // Populate the map here to avoid calling `$fs->get_site_info( $site );` in the other `for` loop below.
                        foreach ( $sites as $site ) {
                            if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
                                continue;
                            }

                            $site_info_by_blog_map[ $site['blog_id'] ] = $site;
                        }
                    }

                    foreach ( $sites as $site ) {
                        if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
                            continue;
                        }

                        $blog_id = $site['blog_id'];

                        if ( ! isset( $installs_by_blog_map[ $blog_id ] ) ) {
                            $installs_by_blog_map[ $blog_id ] = self::get_all_sites( $fs->get_module_type(), $blog_id );
                        }

                        $installs = $installs_by_blog_map[ $blog_id ];
                        $install  = null;

                        if ( isset( $installs[ $fs->get_slug() ] ) ) {
                            $install = $installs[ $fs->get_slug() ];

                            if (
                                is_object( $install ) &&
                                (
                                    ! FS_Site::is_valid_id( $install->id ) ||
                                    ! FS_User::is_valid_id( $install->user_id ) ||
                                    ! FS_Plugin_Plan::is_valid_id( $install->plan_id )
                                )
                            ) {
                                $install = null;
                            }
                        }

                        if (
                            is_object( $install ) &&
                            FS_Plugin_License::is_valid_id( $install->license_id )
                        ) {
                            $has_install_with_license = true;
                            break;
                        }

                        if ( $fs->is_site_delegated_connection( $blog_id ) ) {
                            // Site activation delegated, don't activate bundle license on the site in the network admin.
                            continue;
                        }

                        if ( ! isset( $site_info_by_blog_map[ $blog_id ] ) ) {
                            $site_info_by_blog_map[ $blog_id ] = $fs->get_site_info( $site );
                        }

                        $filtered_sites[] = $site_info_by_blog_map[ $blog_id ];
                    }

                    if ( $has_install_with_license || empty( $filtered_sites ) ) {
                        // Do not try to activate the license at the network level if there's any install with a license or there's no site to activate the license on.
                        continue;
                    }

                    $sites = $filtered_sites;
                }

                $fs->activate_migrated_license(
                    $license->secret_key,
                    null,
                    null,
                    $sites,
                    ( $current_blog_id > 0 ? $current_blog_id : null )
                );
            }
        }

        /**
         * Returns a parent license that can be activated for the context product.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param string|null $license_key
         * @param bool        $flush
         *
         * @return FS_Plugin_License
         */
        function get_active_parent_license( $license_key = null, $flush = true ) {
            $parent_licenses_endpoint = "/plugins/{$this->get_id()}/parent_licenses.json?filter=activatable";

            $fs = $this;
            
            if ( $this->is_addon() ) {
                $parent_instance = $this->get_parent_instance();

                if ( is_object( $parent_instance ) && $parent_instance->is_registered() ) {
                    $fs = $parent_instance;
                }
            }

            $foreign_licenses = $fs->get_foreign_licenses_info(
                self::get_all_licenses( $this->get_parent_id() )
            );

            if ( ! empty ( $foreign_licenses ) ) {
                $foreign_licenses = array(
                    // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
                    'ids'          => ( urlencode( '+' ) . implode( ',', $foreign_licenses['ids'] ) ),
                    'license_keys' => implode( ',', array_map( 'urlencode', $foreign_licenses['license_keys'] ) )
                );

                $parent_licenses_endpoint = add_query_arg( $foreign_licenses, $parent_licenses_endpoint );
            }

            $result = $fs->get_current_or_network_user_api_scope()->get( $parent_licenses_endpoint, $flush );

            if (
                ! $this->is_api_result_object( $result, 'licenses' ) ||
                ! is_array( $result->licenses ) ||
                empty( $result->licenses )
            ) {
                return null;
            }

            $parent_license = null;

            if ( empty( $license_key ) ) {
                $parent_license = $result->licenses[0];
            } else {
                foreach ( $result->licenses as $license ) {
                    if ( $license_key === $license->secret_key ) {
                        $parent_license = $license;
                        break;
                    }
                }
            }

            if ( ! is_null( $parent_license ) ) {
                $parent_license = new FS_Plugin_License( $parent_license );
            }

            return $parent_license;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return array
         */
        function get_sites_for_network_level_optin() {
            $sites     = array();
            $all_sites = self::get_sites();

            foreach ( $all_sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                if ( ! $this->is_site_delegated_connection( $blog_id ) &&
                    ! $this->is_installed_on_site( $blog_id )
                ) {
                    $sites[] = $this->get_site_info( $site );
                }
            }

            return $sites;
        }

        /**
         * Delete account.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @param bool $check_user Enforce checking if user have plugins activation privileges.
         */
        function delete_account_event( $check_user = true ) {
            $this->_logger->entrance( 'slug = ' . $this->_slug );

            if ( $check_user && ! $this->is_user_admin() ) {
                return;
            }

            $this->do_action( 'before_account_delete' );

            // Clear all admin notices.
            $this->_admin_notices->clear_all_sticky( false );

            $this->_delete_site( false );

            $delete_network_common_data = true;

            if ( $this->_is_network_active ) {
                $installs = $this->get_blog_install_map();

                // Don't delete common network data unless no other installs left.
                $delete_network_common_data = empty( $installs );
            }

            if ( $delete_network_common_data ) {
                $this->_delete_plans( false );

                $this->_delete_licenses( false );

                // Delete add-ons related to plugin's account.
                $this->_delete_account_addons( false );
            }

            // @todo Delete plans and licenses of add-ons.

            self::$_accounts->store();

            /**
             * IMPORTANT:
             *  Clear crons must be executed before clearing all storage.
             *  Otherwise, the cron will not be cleared.
             */
            if ( $delete_network_common_data ) {
                $this->clear_sync_cron();
            }

            $this->clear_install_sync_cron();

            // Clear all storage data.
            $this->_storage->clear_all( true, array(
                'is_delegated_connection',
                'connectivity_test',
                'is_on',
            ), false );

            // Send delete event.
            $this->get_api_site_scope()->call( '/', 'delete' );

            $this->do_action( 'after_account_delete' );
        }

        /**
         * Delete network level account.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param bool $check_user Enforce checking if user have plugins activation privileges.
         */
        function delete_network_account_event( $check_user = true ) {
            $this->_logger->entrance( 'slug = ' . $this->_slug );

            if ( $check_user && ! $this->is_user_admin() ) {
                return;
            }

            $this->do_action( 'before_network_account_delete' );

            // Clear all admin notices.
            $this->_admin_notices->clear_all_sticky();

            $this->_delete_plans( false, false );

            $this->_delete_licenses( false );

            // Delete add-ons related to plugin's account.
            $this->_delete_account_addons( false );

            // @todo Delete plans and licenses of add-ons.

            self::$_accounts->store( true );

            /**
             * IMPORTANT:
             *  Clear crons must be executed before clearing all storage.
             *  Otherwise, the cron will not be cleared.
             */
            $this->clear_sync_cron( true );
            $this->clear_install_sync_cron( true );

            $sites = self::get_sites();

            $install_ids = array();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                if ( $this->is_site_delegated_connection( $blog_id ) ) {
                    continue;
                }

                $install_id = $this->_delete_site( true, $blog_id );

                // Clear all storage data.
                $this->_storage->clear_all( true, array( 'connectivity_test' ), $blog_id );

                if ( FS_Site::is_valid_id( $install_id ) ) {
                    $install_ids[] = $install_id;
                }

                switch_to_blog( $blog_id );

                $this->do_action( 'after_account_delete' );

                restore_current_blog();
            }

            $this->_storage->clear_all( true, array(
                'connectivity_test',
                'is_on',
            ), true );

            // Send delete event.
            if ( ! empty( $install_ids ) ) {
                $result = $this->get_current_or_network_user_api_scope()->call( "/plugins/{$this->_module_id}/installs.json?ids=" . implode( ',', $install_ids ), 'delete' );
            }

            $this->do_action( 'after_network_account_delete' );
        }

        /**
         * Plugin deactivation hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         */
        function _deactivate_plugin_hook() {
            $this->_logger->entrance( 'slug = ' . $this->_slug );

            if ( ! $this->is_user_admin() ) {
                return;
            }

            $is_network_deactivation  = fs_is_network_admin();
            $storage_keys_for_removal = array();

            $this->_admin_notices->clear_all_sticky();

            $storage_keys_for_removal[] = 'sticky_optin_added';
            if ( isset( $this->_storage->sticky_optin_added ) ) {
                unset( $this->_storage->sticky_optin_added );
            }

            if ( ! isset( $this->_storage->is_plugin_new_install ) ) {
                // Remember that plugin was already installed.
                $this->_storage->is_plugin_new_install = false;
            }

            // Hook to plugin uninstall.
            register_uninstall_hook( $this->_plugin_main_file_path, array( 'Freemius', '_uninstall_plugin_hook' ) );

            $this->clear_module_main_file_cache();
            $this->clear_sync_cron( $this->_is_network_active );
            $this->clear_install_sync_cron();

            if ( $this->is_registered() ) {
                if ( $this->is_premium() && ! $this->has_active_valid_license() ) {
                    FS_Plugin_Updater::instance( $this )->delete_update_data();
                }

                if ( $is_network_deactivation ) {
                    // Send deactivation event.
                    $this->sync_installs( array(
                        'is_active' => false,
                    ) );
                } else {
                    // Send deactivation event.
                    $this->sync_install( array(
                        'is_active' => false,
                    ) );
                }
            } else {
                if ( false === $this->has_api_connectivity() && ! $this->is_premium() ) {
                    // Reset connectivity test cache.
                    $this->clear_connectivity_info();

                    $storage_keys_for_removal[] = 'connectivity_test';
                }
            }

            if ( $is_network_deactivation ) {
                if ( isset( $this->_storage->sticky_optin_added_ms ) ) {
                    unset( $this->_storage->sticky_optin_added_ms );
                }

                if ( ! empty( $storage_keys_for_removal ) ) {
                    $sites = self::get_sites();

                    foreach ( $sites as $site ) {
                        $blog_id = self::get_site_blog_id( $site );

                        foreach ( $storage_keys_for_removal as $key ) {
                            $this->_storage->remove( $key, false, $blog_id );
                        }

                        $this->_storage->save( $blog_id );
                    }
                }
            }

            // Clear API cache on deactivation.
            FS_Api::clear_cache();

            $this->remove_sdk_reference();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         */
        private function remove_sdk_reference() {
            global $fs_active_plugins;

            foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) {
                if ( $this->_plugin_basename == $data->plugin_path ) {
                    unset( $fs_active_plugins->plugins[ $sdk_path ] );
                    break;
                }
            }

            fs_fallback_to_newest_active_sdk();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param bool     $is_anonymous
         * @param bool|int $network_or_blog_id Since 2.0.0
         */
        private function set_anonymous_mode( $is_anonymous = true, $network_or_blog_id = 0 ) {
            // Store information regarding skip to try and opt-in the user
            // again in the future.
            $skip_info = array(
                'is'        => $is_anonymous,
                'timestamp' => WP_FS__SCRIPT_START_TIME,
                'version'   => $this->get_plugin_version(),
            );

            if ( true === $network_or_blog_id ) {
                $this->_storage->is_anonymous_ms = $skip_info;
            } else {
                $this->_storage->store( 'is_anonymous', $skip_info, $network_or_blog_id );
            }

            $this->network_upgrade_mode_completed();

            // Update anonymous mode cache.
            $this->_is_anonymous = $is_anonymous;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         *
         * @param bool|int $network_or_blog_id
         */
        private function unset_anonymous_mode( $network_or_blog_id = 0 ) {
            if ( true === $network_or_blog_id ) {
                unset( $this->_storage->is_anonymous_ms );
            } else {
                $this->_storage->remove( 'is_anonymous', true, $network_or_blog_id );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int    $blog_id    Site ID.
         * @param int    $user_id    User ID.
         * @param string $domain     Site domain.
         * @param string $path       Site path.
         * @param int    $network_id Network ID. Only relevant on multi-network installations.
         * @param array  $meta       Metadata. Used to set initial site options.
         *
         * @uses   Freemius::is_license_network_active() to check if the context license was network activated by the super-admin.
         * @uses   Freemius::is_network_connected() to check if the super-admin network opted-in.
         * @uses   Freemius::is_network_anonymous() to check if the super-admin network skipped.
         * @uses   Freemius::is_network_delegated_connection() to check if the super-admin network delegated the connection to the site admins.
         */
        public function _after_new_blog_callback( $blog_id, $user_id, $domain, $path, $network_id, $meta ) {
            $this->_logger->entrance();

            if ( ! $this->_is_network_active ) {
                FS_Clone_Manager::instance()->store_blog_install_info( $blog_id );
                return;
            }

            $site        = null;
            $new_blog_id = $blog_id;

            if ( $this->is_premium() &&
                 $this->is_network_connected() &&
                 is_object( $this->_license ) &&
                 $this->_license->can_activate( FS_Site::is_localhost_by_address( $domain ) ) &&
                 $this->is_license_network_active( $blog_id )
            ) {
                /**
                 * Running the premium version, the license was network activated, and the license can also be activated on the current site -> so try to opt-in with the license key.
                 */
                $current_blog_id = get_current_blog_id();
                $license         = clone $this->_license;

                $this->switch_to_blog( $blog_id );

                // Opt-in with network user.
                $this->install_with_user(
                    $this->get_network_user(),
                    $license->secret_key,
                    false,
                    false,
                    false
                );

                if ( is_object( $this->_site ) ) {
                    if ( $this->_site->license_id == $license->id ) {
                        /**
                         * If the license was activated successfully, sync the license data from the remote server.
                         */
                        $this->_license = $license;
                        $this->sync_site_license();
                    }
                }

                $site = $this->_site;

                $this->switch_to_blog( $current_blog_id );

                if ( is_object( $site ) ) {
                    FS_Clone_Manager::instance()->store_blog_install_info( $blog_id, $site );

                    // Already connected (with or without a license), so no need to continue.
                    return;
                }
            }

            if ( $this->is_network_anonymous() ) {
                /**
                 * Opt-in was network skipped so automatically skip the opt-in for the new site.
                 */
                $this->skip_site_connection( $blog_id );
            } else if ( $this->is_network_delegated_connection() ) {
                /**
                 * Opt-in was network delegated so automatically delegate the opt-in for the new site's admin.
                 */
                $this->delegate_site_connection( $blog_id );
            } else if ( $this->is_network_connected() ) {
                /**
                 * Opt-in was network activated so automatically opt-in with the network user and new site admin.
                 */
                $current_blog_id = get_current_blog_id();

                $this->switch_to_blog( $blog_id );

                // Opt-in with network user.
                $this->install_with_user(
                    $this->get_network_user(),
                    false,
                    false,
                    false,
                    false
                );

                $site = $this->_site;

                $this->switch_to_blog( $current_blog_id );
            } else {
                /**
                 * If the super-admin mixed different options (connect, skip, delegated):
                 *  a) If at least one site connection was delegated, then automatically delegate connection.
                 *  b) Otherwise, it means that at least one site was skipped and at least one site was connected. For a simplified UX in the initial release of the multisite network integration, skip the connection for the newly created site. If the super-admin will want to opt-in they can still do that from the network level Account page.
                 */
                $has_delegated_site = false;

                $sites = self::get_sites();
                foreach ( $sites as $wp_site ) {
                    $blog_id = self::get_site_blog_id( $wp_site );

                    if ( $this->is_site_delegated_connection( $blog_id ) ) {
                        $has_delegated_site = true;
                        break;
                    }
                }

                if ( $has_delegated_site ) {
                    $this->delegate_site_connection( $blog_id );
                } else {
                    $this->skip_site_connection( $blog_id );
                }
            }

            /**
             * Store the new blog's information even if there's no install so that when a clone install is stored in the new blog's storage, we can try to resolve it automatically.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.5.0
             */
            FS_Clone_Manager::instance()->store_blog_install_info( $new_blog_id, $site );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.0
         *
         * @param \WP_Site $new_site
         * @param array    $args
         */
        public function _after_wp_initialize_site_callback( WP_Site $new_site, $args ) {
            $this->_logger->entrance();

            $this->_after_new_blog_callback(
                $new_site->id,
                // Dummy user ID (not in use).
                0,
                $new_site->domain,
                $new_site->path,
                $new_site->network_id,
                // Dummy meta, not in use.
                array()
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param bool|int|int[] $network_or_blog_ids Since 2.0.0.
         */
        private function reset_anonymous_mode( $network_or_blog_ids = false ) {
            if ( true === $network_or_blog_ids ) {
                $this->unset_anonymous_mode( true );

                if ( fs_is_network_admin() ) {
                    $this->_is_anonymous = null;
                }

                // Rest anonymous mode for all non-delegated sub-sites.
                $blog_ids = $this->get_non_delegated_blog_ids();
            }
            else
            {
                if ( false === $network_or_blog_ids ) {
                    $network_or_blog_ids = 0;
                }

                $blog_ids = is_array( $network_or_blog_ids ) ?
                    $network_or_blog_ids :
                    array( $network_or_blog_ids );

                foreach ( $blog_ids as $blog_id ) {
                    if ( 0 === $blog_id || get_current_blog_id() == $blog_id ) {
                        $this->_is_anonymous = null;
                    }
                }
            }

            foreach ( $blog_ids as $blog_id ) {
                $this->unset_anonymous_mode( $blog_id );
            }

            /**
             * Ensure that this field is also "false", otherwise, if the current module's type is "theme" and the module
             * has no menus, the opt-in popup will not be shown immediately (in this case, the user will have to click
             * on the admin notice that contains the opt-in link in order to trigger the opt-in popup).
             *
             * @author Leo Fajardo (@leorw)
             * @since  1.2.2
             */
            if ( ! $this->_is_network_active ) {
                $this->_is_anonymous = null;
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.3
         */
        private function update_license_required_permissions_if_anonymous() {
            if ( ! $this->is_anonymous() ) {
                return;
            }

            $this->reset_anonymous_mode( fs_is_network_admin() );

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                'essentials' => true,
                'events'     => true,
                'diagnostic' => false,
                'extensions' => false,
                'site'       => false,
            ) );
        }

        /**
         * This is used to ensure that before redirecting to the opt-in page after resetting the anonymous mode or
         * deleting the account in the network level, the URL of the page to redirect to is correct.
         *
         * @author Leo Fajardo (@leorw)
         *
         * @since 2.1.3
         */
        private function maybe_set_slug_and_network_menu_exists_flag() {
            if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
                $this->_menu->set_slug_and_network_menu_exists_flag( $this->_menu->has_menu() ?
                    $this->_menu->get_slug() :
                    $this->_slug
                );
            }
        }

        /**
         * Clears the anonymous mode and redirects to the opt-in screen.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         */
        function connect_again() {
            if ( ! $this->is_anonymous() && ! $this->is_pending_activation() ) {
                return;
            }

            if ( $this->is_anonymous() ) {
                $this->reset_anonymous_mode( fs_is_network_admin() );
            }

            $activation_url_params = array();

            if ( $this->is_pending_activation() ) {
                $this->clear_pending_activation_mode();

                if ( fs_request_get_bool( 'require_license' ) ) {
                    $activation_url_params['require_license'] = true;
                }
            }

            $this->maybe_set_slug_and_network_menu_exists_flag();

            fs_redirect( $this->get_activation_url( $activation_url_params ) );
        }

        /**
         * Skip account connect, and set anonymous mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         *
         * @param bool|int|int[] $network_or_blog_ids Since 2.5.1
         */
        function skip_connection( $network_or_blog_ids = false ) {
            $this->_logger->entrance();

            $this->_admin_notices->remove_sticky( 'connect_account' );

            if ( true === $network_or_blog_ids ) {
                $this->set_anonymous_mode( true, true );

                if ( fs_is_network_admin() ) {
                    $this->_is_anonymous = null;
                }

                // Rest anonymous mode for all non-delegated sub-sites.
                $blog_ids = $this->get_non_delegated_blog_ids();
            }
            else
            {
                if ( false === $network_or_blog_ids ) {
                    $network_or_blog_ids = 0;
                }

                $blog_ids = is_array( $network_or_blog_ids ) ?
                    $network_or_blog_ids :
                    array( $network_or_blog_ids );

                foreach ( $blog_ids as $blog_id ) {
                    if ( 0 === $blog_id || get_current_blog_id() == $blog_id ) {
                        $this->_is_anonymous = null;
                    }
                }
            }

            foreach ( $blog_ids as $blog_id ) {
                $this->skip_site_connection( $blog_id );
            }

            $this->network_upgrade_mode_completed();
        }

        /**
         * Skip connection for specific site in the network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int|null $blog_id
         * @param bool     $send_skip
         */
        private function skip_site_connection( $blog_id = null ) {
            $this->_logger->entrance();

            $this->_admin_notices->remove_sticky( 'connect_account', $blog_id );

            $this->set_anonymous_mode( true, $blog_id );
        }

        /**
         * Plugin version update hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         */
        private function update_plugin_version_event() {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                return;
            }

            $this->schedule_install_sync();
//			$this->sync_install( array(), true );
        }

        /**
         * Generate an MD5 signature of a plugins collection.
         * This helper methods used to identify changes in a plugins collection.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param array [string]array $plugins
         *
         * @return string
         */
        private function get_plugins_thumbprint( $plugins ) {
            ksort( $plugins );

            $thumbprint = '';
            foreach ( $plugins as $basename => $data ) {
                $thumbprint .= $data['slug'] . ',' .
                               $data['Version'] . ',' .
                               ( $data['is_active'] ? '1' : '0' ) . ';';
            }

            return md5( $thumbprint );
        }

        /**
         * Return a list of modified plugins since the last sync.
         *
         * Note:
         *  There's no point to store a plugins counter since even if the number of
         *  plugins didn't change, we still need to check if the versions are all the
         *  same and the activity state is similar.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8
         *
         * @return array|false
         */
        private function get_plugins_data_for_api() {
            // Alias.
            $site_active_plugins_option_name = 'active_plugins';
            $network_plugins_option_name     = 'all_plugins';

            /**
             * Collection of all site level active plugins.
             */
            $site_active_plugins_cache = self::$_accounts->get_option( $site_active_plugins_option_name );

            if ( ! is_object( $site_active_plugins_cache ) ) {
                $site_active_plugins_cache = (object) array(
                    'timestamp' => '',
                    'md5'       => '',
                    'plugins'   => array(),
                );
            }

            $time = time();

            if ( ! empty( $site_active_plugins_cache->timestamp ) &&
                 ( $time - $site_active_plugins_cache->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
            ) {
                // Don't send plugin updates if last update was in the past 5 min.
                return false;
            }

            // Write timestamp to lock the logic.
            $site_active_plugins_cache->timestamp = $time;
            self::$_accounts->set_option( $site_active_plugins_option_name, $site_active_plugins_cache, true );

            // Reload options from DB.
            self::$_accounts->load( true );
            $site_active_plugins_cache = self::$_accounts->get_option( $site_active_plugins_option_name );

            if ( $time != $site_active_plugins_cache->timestamp ) {
                // If timestamp is different, then another thread captured the lock.
                return false;
            }

            /**
             * Collection of all plugins (network level).
             */
            $network_plugins_cache = self::$_accounts->get_option( $network_plugins_option_name );

            if ( ! is_object( $network_plugins_cache ) ) {
                $network_plugins_cache = (object) array(
                    'timestamp' => '',
                    'md5'       => '',
                    'plugins'   => array(),
                );
            }

            // Check if there's a change in plugins.
            $network_plugins     = self::get_network_plugins();
            $site_active_plugins = self::get_site_active_plugins();

            $network_plugins_thumbprint     = $this->get_plugins_thumbprint( $network_plugins );
            $site_active_plugins_thumbprint = $this->get_plugins_thumbprint( $site_active_plugins );

            // Check if plugins status changed (version or active/inactive).
            $network_plugins_changed     = ( $network_plugins_cache->md5 !== $network_plugins_thumbprint );
            $site_active_plugins_changed = ( $site_active_plugins_cache->md5 !== $site_active_plugins_thumbprint );

            if ( ! $network_plugins_changed &&
                 ! $site_active_plugins_changed
            ) {
                // No changes.
                return array();
            }

            $plugins_update_data = array();

            foreach ( $network_plugins_cache->plugins as $basename => $data ) {
                if ( ! isset( $network_plugins[ $basename ] ) ) {
                    // Plugin uninstalled.
                    $uninstalled_plugin_data                   = $data;
                    $uninstalled_plugin_data['is_active']      = false;
                    $uninstalled_plugin_data['is_uninstalled'] = true;
                    $plugins_update_data[]                     = $uninstalled_plugin_data;

                    unset( $network_plugins[ $basename ] );

                    unset( $network_plugins_cache->plugins[ $basename ] );
                    unset( $site_active_plugins_cache->plugins[ $basename ] );

                    continue;
                }

                $was_active = $data['is_active'] ||
                              ( isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
                                true === $site_active_plugins_cache->plugins[ $basename ]['is_active'] );
                $is_active  = $network_plugins[ $basename ]['is_active'] ||
                              ( isset( $site_active_plugins[ $basename ] ) &&
                                $site_active_plugins[ $basename ]['is_active'] );

                if ( ! isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
                     isset( $site_active_plugins[ $basename ] )
                ) {
                    // Plugin was site level activated.
                    $site_active_plugins_cache->plugins[ $basename ]              = $network_plugins[ $basename ];
                    $site_active_plugins_cache->plugins[ $basename ]['is_active'] = true;
                } else if ( isset( $site_active_plugins_cache->plugins[ $basename ] ) &&
                            ! isset( $site_active_plugins[ $basename ] )
                ) {
                    // Plugin was site level deactivated.
                    unset( $site_active_plugins_cache->plugins[ $basename ] );
                }

                $prev_version    = $data['version'];
                $current_version = $network_plugins[ $basename ]['Version'];

                if ( $was_active !== $is_active || $prev_version !== $current_version ) {
                    // Plugin activated or deactivated, or version changed.

                    if ( $was_active !== $is_active ) {
                        if ( $data['is_active'] != $network_plugins[ $basename ]['is_active'] ) {
                            $network_plugins_cache->plugins[ $basename ]['is_active'] = $data['is_active'];
                        }
                    }

                    if ( $prev_version !== $current_version ) {
                        $network_plugins_cache->plugins[ $basename ]['Version'] = $current_version;
                    }

                    $updated_plugin_data              = $data;
                    $updated_plugin_data['is_active'] = $is_active;
                    $updated_plugin_data['version']   = $current_version;
                    $updated_plugin_data['title']     = $network_plugins[ $basename ]['Name'];
                    $plugins_update_data[]            = $updated_plugin_data;
                }
            }

            // Find new plugins that weren't yet seen before.
            foreach ( $network_plugins as $basename => $data ) {
                if ( ! isset( $network_plugins_cache->plugins[ $basename ] ) ) {
                    // New plugin.
                    $new_plugin = array(
                        'slug'           => $data['slug'],
                        'version'        => $data['Version'],
                        'title'          => $data['Name'],
                        'is_active'      => $data['is_active'],
                        'is_uninstalled' => false,
                    );

                    $network_plugins_cache->plugins[ $basename ] = $new_plugin;

                    $is_site_level_active = (
                        isset( $site_active_plugins[ $basename ] ) &&
                        $site_active_plugins[ $basename ]['is_active']
                    );

                    /**
                     * If not network active, set the activity status based on the site-level plugin status.
                     */
                    if ( ! $new_plugin['is_active'] ) {
                        $new_plugin['is_active'] = $is_site_level_active;
                    }

                    $plugins_update_data[] = $new_plugin;

                    if ( isset( $site_active_plugins[ $basename ] ) ) {
                        $site_active_plugins_cache->plugins[ $basename ]              = $new_plugin;
                        $site_active_plugins_cache->plugins[ $basename ]['is_active'] = $is_site_level_active;
                    }
                }
            }

            $site_active_plugins_cache->md5       = $site_active_plugins_thumbprint;
            $site_active_plugins_cache->timestamp = $time;
            self::$_accounts->set_option( $site_active_plugins_option_name, $site_active_plugins_cache, true );

            $network_plugins_cache->md5       = $network_plugins_thumbprint;
            $network_plugins_cache->timestamp = $time;
            self::$_accounts->set_option( $network_plugins_option_name, $network_plugins_cache, true );

            return $plugins_update_data;
        }

        /**
         * Return a list of modified themes since the last sync.
         *
         * Note:
         *  There's no point to store a themes counter since even if the number of
         *  themes didn't change, we still need to check if the versions are all the
         *  same and the activity state is similar.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8
         *
         * @return array|false
         */
        private function get_themes_data_for_api() {
            // Alias.
            $option_name = 'all_themes';

            $all_cached_themes = self::$_accounts->get_option( $option_name );

            if ( ! is_object( $all_cached_themes ) ) {
                $all_cached_themes = (object) array(
                    'timestamp' => '',
                    'md5'       => '',
                    'themes'    => array(),
                );
            }

            $time = time();

            if ( ! empty( $all_cached_themes->timestamp ) &&
                 ( $time - $all_cached_themes->timestamp ) < WP_FS__TIME_5_MIN_IN_SEC
            ) {
                // Don't send theme updates if last update was in the past 5 min.
                return false;
            }

            // Write timestamp to lock the logic.
            $all_cached_themes->timestamp = $time;
            self::$_accounts->set_option( $option_name, $all_cached_themes, true );

            // Reload options from DB.
            self::$_accounts->load( true );
            $all_cached_themes = self::$_accounts->get_option( $option_name );

            if ( $time != $all_cached_themes->timestamp ) {
                // If timestamp is different, then another thread captured the lock.
                return false;
            }

            // Get active theme.
            $active_theme            = wp_get_theme();
            $active_theme_stylesheet = $active_theme->get_stylesheet();

            // Check if there's a change in themes.
            $all_themes = wp_get_themes();

            // Check if themes changed.
            ksort( $all_themes );

            $themes_signature = '';
            foreach ( $all_themes as $slug => $data ) {
                $is_active = ( $slug === $active_theme_stylesheet );
                $themes_signature .= $slug . ',' .
                                     $data->version . ',' .
                                     ( $is_active ? '1' : '0' ) . ';';
            }

            // Check if themes status changed (version or active/inactive).
            $themes_changed = ( $all_cached_themes->md5 !== md5( $themes_signature ) );

            $themes_update_data = array();

            if ( $themes_changed ) {
                // Change in themes, report changes.

                // Update existing themes info.
                foreach ( $all_cached_themes->themes as $slug => $data ) {
                    $is_active = ( $slug === $active_theme_stylesheet );

                    if ( ! isset( $all_themes[ $slug ] ) ) {
                        // Plugin uninstalled.
                        $uninstalled_theme_data                   = $data;
                        $uninstalled_theme_data['is_active']      = false;
                        $uninstalled_theme_data['is_uninstalled'] = true;
                        $themes_update_data[]                     = $uninstalled_theme_data;

                        unset( $all_themes[ $slug ] );
                        unset( $all_cached_themes->themes[ $slug ] );
                    } else if ( $data['is_active'] !== $is_active ||
                                $data['version'] !== $all_themes[ $slug ]->version
                    ) {
                        // Plugin activated or deactivated, or version changed.

                        $all_cached_themes->themes[ $slug ]['is_active'] = $is_active;
                        $all_cached_themes->themes[ $slug ]['version']   = $all_themes[ $slug ]->version;

                        $themes_update_data[] = $all_cached_themes->themes[ $slug ];
                    }
                }

                // Find new themes that weren't yet seen before.
                foreach ( $all_themes as $slug => $data ) {
                    if ( ! isset( $all_cached_themes->themes[ $slug ] ) ) {
                        $is_active = ( $slug === $active_theme_stylesheet );

                        // New plugin.
                        $new_plugin = array(
                            'slug'           => $slug,
                            'version'        => $data->version,
                            'title'          => $data->name,
                            'is_active'      => $is_active,
                            'is_uninstalled' => false,
                        );

                        $themes_update_data[]               = $new_plugin;
                        $all_cached_themes->themes[ $slug ] = $new_plugin;
                    }
                }

                $all_cached_themes->md5       = md5( $themes_signature );
                $all_cached_themes->timestamp = time();
                self::$_accounts->set_option( $option_name, $all_cached_themes, true );
            }

            return $themes_update_data;
        }

        /**
         * Get site data for API install request.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.2
         *
         * @param string[] $override
         * @param bool     $include_plugins   Since 1.1.8 by default include plugin changes.
         * @param bool     $include_themes    Since 1.1.8 by default include plugin changes.
         * @param bool     $include_blog_data Since 2.3.0 by default include the current blog's data (language, title, and URL).
         *
         * @return array
         */
        private function get_install_data_for_api(
            array $override,
            $include_plugins = true,
            $include_themes = true,
            $include_blog_data = true
        ) {
            // Alias.
            $permissions = FS_Permission_Manager::instance( $this );

            if ( $permissions->is_extensions_tracking_allowed() ) {
                if ( ! defined( 'WP_FS__TRACK_PLUGINS' ) || false !== WP_FS__TRACK_PLUGINS ) {
                    /**
                     * @since 1.1.8 Also send plugin updates.
                     */
                    if ( $include_plugins && ! isset( $override['plugins'] ) ) {
                        $plugins = $this->get_plugins_data_for_api();
                        if ( ! empty( $plugins ) ) {
                            $override['plugins'] = $plugins;
                        }
                    }
                }

                if ( ! defined( 'WP_FS__TRACK_THEMES' ) || false !== WP_FS__TRACK_THEMES ) {
                    /**
                     * @since 1.1.8 Also send themes updates.
                     */
                    if ( $include_themes && ! isset( $override['themes'] ) ) {
                        $themes = $this->get_themes_data_for_api();
                        if ( ! empty( $themes ) ) {
                            $override['themes'] = $themes;
                        }
                    }
                }
            }

            $versions = $this->get_versions();

            $blog_data = array();
            if ( $include_blog_data ) {
                $blog_data['url'] = self::get_unfiltered_site_url();

                if ( $permissions->is_diagnostic_tracking_allowed() ) {
                    $blog_data = array_merge( $blog_data, array(
                        'language' => self::get_sanitized_language(),
                        'title'    => get_bloginfo( 'name' ),
                    ) );
                }
            }

            return array_merge( $versions, $blog_data, array(
                'version'         => $this->get_plugin_version(),
                'is_premium'      => $this->is_premium(),
                // Special params.
                'is_active'       => true,
                'is_uninstalled'  => false,
            ), $override );
        }

        /**
         * Update installs details.
         *
         * @todo   V1 of multiste network support doesn't support plugin and theme data sending.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string[] string           $override
         * @param bool     $only_diff
         * @param bool     $is_keepalive
         * @param bool     $include_plugins Since 1.1.8 by default include plugin changes.
         * @param bool     $include_themes  Since 1.1.8 by default include plugin changes.
         *
         * @return array
         */
        private function get_installs_data_for_api(
            array $override,
            $only_diff = false,
            $is_keepalive = false,
            $include_plugins = true,
            $include_themes = true
        ) {
            /**
             * @since 1.1.8 Also send plugin updates.
             */
//            if ( $include_plugins && ! isset( $override['plugins'] ) ) {
//                $plugins = $this->get_plugins_data_for_api();
//                if ( ! empty( $plugins ) ) {
//                    $override['plugins'] = $plugins;
//                }
//            }
            /**
             * @since 1.1.8 Also send themes updates.
             */
//            if ( $include_themes && ! isset( $override['themes'] ) ) {
//                $themes = $this->get_themes_data_for_api();
//                if ( ! empty( $themes ) ) {
//                    $override['themes'] = $themes;
//                }
//            }

            // Common properties.
            $versions = $this->get_versions();
            $common   = array_merge( $versions, array(
                'version'    => $this->get_plugin_version(),
                'is_premium' => $this->is_premium(),
            ), $override );


            $is_common_diff_for_any_site = false;
            $common_diff_union           = array();

            $installs_data = array();

            $sites = self::get_sites();

            $subsite_data_for_api_by_install_id      = array();
            $install_url_by_install_id               = array();
            $subsite_registration_date_by_install_id = array();

            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                $install = $this->get_install_by_blog_id( $blog_id );

                if ( is_object( $install ) ) {
                    if ( $install->user_id != $this->_user->id ) {
                        // Install belongs to a different owner.
                        continue;
                    }

                    if ( ! $this->is_tracking_allowed( $blog_id, $install ) ) {
                        // Don't send updates regarding opted-out installs.
                        continue;
                    }

                    $install_data = $this->get_site_info( $site, true );

                    if ( FS_Clone_Manager::instance()->is_temporary_duplicate_by_blog_id( $install_data['blog_id'] ) ) {
                        continue;
                    }

                    $uid               = $install_data['uid'];
                    $url               = $install_data['url'];
                    $registration_date = $install_data['registration_date'];

                    if ( isset( $subsite_data_for_api_by_install_id[ $install->id ] ) ) {
                        $clone_subsite_data              = $subsite_data_for_api_by_install_id[ $install->id ];
                        $clone_install_url               = $install_url_by_install_id[ $install->id ];
                        $clone_subsite_registration_date = $subsite_registration_date_by_install_id[ $install->id ];

                        $skip = false;

                        if (
                            ! empty( $install_data['registration_date'] ) &&
                            ! empty( $clone_subsite_registration_date )
                        ) {
                            /**
                             * If the current subsite was created after the other subsite that is also linked to the same install ID, we assume that it's a clone (not the original), and therefore, would skip its processing.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.5.1
                             */
                            $skip = ( strtotime( $install_data['registration_date'] ) > strtotime( $clone_subsite_registration_date ) );
                        } else if (
                            /**
                             * If we already have an install with the same URL as the subsite it's stored in, skip the current subsite. Otherwise, replace the existing install's data with the current subsite's install's data if the URLs match.
                             *
                             * @author Leo Fajardo (@leorw)
                             * @since 2.5.0
                             */
                            fs_strip_url_protocol( untrailingslashit( $clone_install_url ) ) === fs_strip_url_protocol( untrailingslashit( $clone_subsite_data['url'] ) ) ||
                            fs_strip_url_protocol( untrailingslashit( $install->url ) ) !== fs_strip_url_protocol( untrailingslashit( $url ) )
                        ) {
                            $skip = true;
                        }

                        if ( $skip ) {
                            // Store the skipped subsite's ID so that the clone resolution manager can try to resolve the clone install that is stored in that subsite later on.
                            FS_Clone_Manager::instance()->store_blog_install_info( $blog_id );
                            continue;
                        }
                    }

                    unset( $install_data['blog_id'] );
                    unset( $install_data['uid'] );
                    unset( $install_data['url'] );
                    unset( $install_data['registration_date'] );

                    $install_data['is_active']       = $this->is_active_for_site( $blog_id );
                    $install_data['is_uninstalled']  = $install->is_uninstalled;

                    $common_diff    = null;
                    $is_common_diff = false;
                    if ( $only_diff ) {
                        $install_data = $this->get_install_diff_for_api( $install_data, $install, $override );
                        $common_diff  = $this->get_install_diff_for_api( $common, $install, $override );

                        $is_common_diff = ! empty( $common_diff );

                        if ( $is_common_diff ) {
                            foreach ( $common_diff as $k => $v ) {
                                if ( ! isset( $common_diff_union[ $k ] ) ) {
                                    $common_diff_union[ $k ] = $v;
                                }
                            }
                        }

                        $is_common_diff_for_any_site = $is_common_diff_for_any_site || $is_common_diff;
                    }

                    if ( ! empty( $install_data ) || $is_common_diff || $is_keepalive ) {
                        // Add install ID and site unique ID.
                        $install_data['id']  = $install->id;
                        $install_data['uid'] = $uid;
                        $install_data['url'] = $url;

                        $subsite_data_for_api_by_install_id[ $install->id ]       = $install_data;
                        $install_url_by_install_id[ $install->id ]                = $install->url;
                        $subsite_registration_date_by_install_id[ $install->id ]  = $registration_date;
                    }
                }
            }

            restore_current_blog();

            $installs_data = array_merge(
                $installs_data,
                array_values( $subsite_data_for_api_by_install_id )
            );

            if ( 0 < count( $installs_data ) && ( $is_common_diff_for_any_site || ! $only_diff ) ) {
                if ( ! $only_diff ) {
                    $installs_data[] = $common;
                } else if ( ! empty( $common_diff_union ) ) {
                    $installs_data[] = $common_diff_union;
                }
            }

            foreach ( $installs_data as &$data ) {
                $data = (object) $data;
            }

            return $installs_data;
        }

        /**
         * Compare site actual data to the stored install data and return the differences for an API data sync.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param array    $site
         * @param FS_Site  $install
         * @param string[] string $override
         *
         * @return array
         */
        private function get_install_diff_for_api( $site, $install, $override = array() ) {
            $diff             = array();
            $special          = array();
            $special_override = false;

            foreach ( $site as $p => $v ) {
                if ( property_exists( $install, $p ) ) {
                    if ( ( is_bool( $install->{$p} ) || ! empty( $install->{$p} ) ) &&
                         $install->{$p} != $v
                    ) {
                        $val = self::get_api_sanitized_property( $p, $v );

                        if ( $install->{$p} != $val ) {
                            $install->{$p} = $val;
                            $diff[ $p ]    = $val;
                        }
                    }
                } else {
                    $special[ $p ] = $v;

                    if ( isset( $override[ $p ] ) ||
                         'plugins' === $p ||
                         'themes' === $p
                    ) {
                        $special_override = true;
                    }
                }
            }

            if ( $special_override || 0 < count( $diff ) ) {
                // Add special params only if has at least one
                // standard param, or if explicitly requested to
                // override a special param or a param which is not exist
                // in the install object.
                $diff = array_merge( $diff, $special );
            }

            return $diff;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.1
         */
        private function send_pending_clone_update_once() {
            $this->_logger->entrance();

            if ( ! empty( $this->_storage->clone_id ) ) {
                return;
            }

            $install_clone = $this->get_api_site_scope()->call(
                '/clones',
                'post',
                array( 'site_url' => self::get_unfiltered_site_url() )
            );

            if ( $this->is_api_result_entity( $install_clone ) ) {
                $this->_storage->clone_id = $install_clone->id;
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.1
         *
         * @param string  $resolution_type
         * @param FS_Site $clone_context_install
         */
        function send_clone_resolution_update( $resolution_type, $clone_context_install ) {
            $this->_logger->entrance();

            if ( empty( $this->_storage->clone_id ) ) {
                return;
            }

            $new_install_id = null;
            $current_site   = null;

            $flush = false;

            /**
             * If the current site is now different from the context install before the clone resolution, we need to override `$this->_site` so that the API call below will be made with the right install scope entity.
             */
            if ( $clone_context_install->id != $this->_site->id ) {
                $new_install_id = $this->_site->id;
                $current_site   = $this->_site;
                $this->_site    = $clone_context_install;

                $flush = true;
            }

            $this->get_api_site_scope( $flush )->call(
                "/clones/{$this->_storage->clone_id}",
                'put',
                array(
                    'resolution'     => $resolution_type,
                    'new_install_id' => $new_install_id,
                )
            );

            if ( is_object( $current_site ) ) {
                /**
                 * Ensure that the install scope entity is updated back to the previous install entity.
                 */
                $this->_site  = $current_site;

                // Restore the previous install scope entity of the API.
                $this->get_api_site_scope( true );
            }
        }

        /**
         * Update install only if changed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string[] string $override
         * @param bool     $flush
         * @param bool     $is_two_way_sync @since 2.5.0 If true and there's a successful API request, the install sync cron will be cleared.
         *
         * @return false|object|string
         */
        private function send_install_update( $override = array(), $flush = false, $is_two_way_sync = false ) {
            $this->_logger->entrance();

            $check_properties = $this->get_install_data_for_api( $override );

            if ( $flush ) {
                $params = $check_properties;
            } else {
                $params = $this->get_install_diff_for_api( $check_properties, $this->_site, $override );
            }

            if ( empty( $params ) ) {
                $keepalive_only_update = $this->should_send_keepalive_update();

                if ( ! $keepalive_only_update ) {
                    /**
                     * There are no updates to send including keepalive.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.3
                     */
                    return false;
                }
            }

            if ( $is_two_way_sync ) {
                /**
                 * Update last install sync timestamp during a two-way sync call as we expect that updates are sent during this call.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.3
                 */
                if ( ! is_multisite() ) {
                    // Update last install sync timestamp.
                    $this->set_cron_execution_timestamp( 'install_sync' );
                }

                $params['uid'] = $this->get_anonymous_id();
            }

            $this->set_keepalive_timestamp();

            // Send updated values to FS.
            $site = $this->api_site_call( '/', 'put', $params, true );

            if ( $is_two_way_sync && $this->is_api_result_entity( $site ) ) {
                /**
                 * Clear scheduled install sync after a two-way sync call.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.3
                 */
                if ( ! is_multisite() ) {
                    // I successfully sent install update, clear scheduled sync if exist.
                    $this->clear_install_sync_cron();
                }
            }

            return $site;
        }

        /**
         * Update installs only if changed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string[] string $override
         * @param bool     $flush
         * @param bool     $is_two_way_sync @since 2.5.0 If true and there's a successful API request, the install sync cron will be cleared.
         *
         * @return false|object|string
         */
        private function send_installs_update( $override = array(), $flush = false, $is_two_way_sync = false ) {
            $this->_logger->entrance();

            /**
             * Pass `true` to use the network level storage since the update is for many installs.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.2.3
             */
            $should_send_keepalive = $this->should_send_keepalive_update( true );

            $installs_data = $this->get_installs_data_for_api( $override, ! $flush, $should_send_keepalive );

            if ( empty( $installs_data ) ) {
                return false;
            }

            if ( $is_two_way_sync ) {
                // Update last install sync timestamp during a two-way sync call as we expect that updates are sent during this call.
                $this->set_cron_execution_timestamp( 'install_sync' );
            }

            /**
             * Pass `true` to use the network level storage since the update is for many installs.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.2.3
             */
            $this->set_keepalive_timestamp( true );

            // Send updated values to FS.
            $result = $this->get_api_user_scope()->call( "/plugins/{$this->_plugin->id}/installs.json", 'put', $installs_data );

            if ( $is_two_way_sync && $this->is_api_result_object( $result, 'installs' ) ) {
                // I successfully sent a two-way installs update, clear the scheduled install sync if it exists.
                $this->clear_install_sync_cron();
            }

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param bool|null $use_network_level_storage
         *
         * @return bool
         */
        private function should_send_keepalive_update( $use_network_level_storage = null ) {
            $keepalive_timestamp = $this->_storage->get( 'keepalive_timestamp', 0, $use_network_level_storage );

            if ( $keepalive_timestamp < ( time() - WP_FS__TIME_WEEK_IN_SEC ) ) {
                // If updated more than 7 days ago, trigger a keepalive and update the time it was triggered.
                return true;
            } else {
                // If updated 7 days ago or less, "flip a coin", if the value is 7 trigger a keepalive and update the last time it was triggered.
                return ( 7 == rand( 1, 7 ) );
            }
        }

        /**
         * Syncs the install owner's data if needed (i.e., if the install owner is different from the loaded user).
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         */
        private function maybe_sync_install_user() {
            if ( $this->_user->id == $this->_site->user_id ) {
                return;
            }

            // Fetch user data and store if found.
            $this->sync_user_by_current_install();
        }

        /**
         * Update install only if changed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string[] string $override
         * @param bool     $flush
         */
        function sync_install( $override = array(), $flush = false ) {
            $this->_logger->entrance();

            $site = $this->send_install_update( $override, $flush, true );

            if ( false === $site ) {
                // No sync required.
                return;
            }

            if ( ! $this->is_api_result_entity( $site ) ) {
                // Failed to sync, don't update locally.
                return;
            }

            $this->_site = new FS_Site( $site );

            $this->_store_site( true );
        }

        /**
         * Update install only if changed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string[] string $override
         * @param bool     $flush
         */
        private function sync_installs( $override = array(), $flush = false ) {
            $this->_logger->entrance();

            $result = $this->send_installs_update( $override, $flush, true );

            if ( false === $result ) {
                // No sync required.
                return;
            }

            if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
                // Failed to sync, don't update locally.
                return;
            }

            $address_to_blog_map = $this->get_address_to_blog_map();

            foreach ( $result->installs as $install ) {
                $this->_site = new FS_Site( $install );

                $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
                $blog_id = $address_to_blog_map[ $address ];

                $this->_store_site( true, $blog_id );
            }
        }

        /**
         * Track install's custom event.
         *
         * IMPORTANT:
         *      Custom event tracking is currently only supported for specific clients.
         *      If you are not one of them, please don't use this method. If you will,
         *      the API will simply ignore your request based on the plugin ID.
         *
         * Need custom tracking for your plugin or theme?
         *      If you are interested in custom event tracking please contact yo@freemius.com
         *      for further details.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @param string $name       Event name.
         * @param array  $properties Associative key/value array with primitive values only
         * @param bool   $process_at A valid future date-time in the following format Y-m-d H:i:s.
         * @param bool   $once       If true, event will be tracked only once. IMPORTANT: Still trigger the API call.
         *
         * @return object|false Event data or FALSE on failure.
         *
         * @throws \Freemius_InvalidArgumentException
         */
        public function track_event( $name, $properties = array(), $process_at = false, $once = false ) {
            $this->_logger->entrance( http_build_query( array( 'name' => $name, 'once' => $once ) ) );

            if ( ! $this->is_registered() ) {
                return false;
            }

            $event = array( 'type' => $name );

            if ( is_numeric( $process_at ) && $process_at > time() ) {
                $event['process_at'] = $process_at;
            }

            if ( $once ) {
                $event['once'] = true;
            }

            if ( ! empty( $properties ) ) {
                // Verify associative array values are primitive.
                foreach ( $properties as $k => $v ) {
                    if ( ! is_scalar( $v ) ) {
                        throw new Freemius_InvalidArgumentException( 'The $properties argument must be an associative key/value array with primitive values only.' );
                    }
                }

                $event['properties'] = $properties;
            }

            $result = $this->get_api_site_scope()->call( 'events.json', 'post', $event );

            return $this->is_api_error( $result ) ?
                false :
                $result;
        }

        /**
         * Track install's custom event only once, but it still triggers the API call.
         *
         * IMPORTANT:
         *      Custom event tracking is currently only supported for specific clients.
         *      If you are not one of them, please don't use this method. If you will,
         *      the API will simply ignore your request based on the plugin ID.
         *
         * Need custom tracking for your plugin or theme?
         *      If you are interested in custom event tracking please contact yo@freemius.com
         *      for further details.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @param string $name       Event name.
         * @param array  $properties Associative key/value array with primitive values only
         * @param bool   $process_at A valid future date-time in the following format Y-m-d H:i:s.
         *
         * @return object|false Event data or FALSE on failure.
         *
         * @throws \Freemius_InvalidArgumentException
         *
         * @user   Freemius::track_event()
         */
        public function track_event_once( $name, $properties = array(), $process_at = false ) {
            return $this->track_event( $name, $properties, $process_at, true );
        }

        /**
         * Plugin uninstall hook.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool $check_user Enforce checking if user have plugins activation privileges.
         */
        function _uninstall_plugin_event( $check_user = true ) {
            $this->_logger->entrance( 'slug = ' . $this->_slug );

            if ( $check_user && ! current_user_can( 'activate_plugins' ) ) {
                return;
            }

            $params           = array();
            $uninstall_reason = null;
            if ( isset( $this->_storage->uninstall_reason ) ) {
                $uninstall_reason      = $this->_storage->uninstall_reason;
                $params['reason_id']   = $uninstall_reason->id;
                $params['reason_info'] = $uninstall_reason->info;
            }

            if ( ! $this->is_registered() ) {
                // Send anonymous uninstall event only if user submitted a feedback.
                if ( isset( $uninstall_reason ) ) {
                    if ( isset( $uninstall_reason->is_anonymous ) && ! $uninstall_reason->is_anonymous ) {
                        $this->opt_in( false, false, false, false, true );
                    } else {
                        $params['uid'] = $this->get_anonymous_id();
                        $this->get_api_plugin_scope()->call( 'uninstall.json', 'put', $params );
                    }
                }
            } else {
                $params = array_merge( $params, array(
                    'is_active'      => false,
                    'is_uninstalled' => true,
                ) );

                if ( $this->_is_network_active ) {
                    // Send uninstall event.
                    $this->send_installs_update( $params );
                } else {
                    // Send uninstall event and handle the result.
                    $this->sync_install( $params );
                }
            }

            // @todo Decide if we want to delete plugin information from db.
        }

        /**
         * Set the basename of the current product and hook _activate_plugin_event_hook() to the activation action.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.1
         *
         * @param string $is_premium
         * @param string $caller
         *
         * @return void
         */
        function set_basename( $is_premium, $caller ) {
            $basename = plugin_basename( $caller );

            $current_basename = $is_premium ?
                $this->_premium_plugin_basename :
                $this->_free_plugin_basename;

            if ( $current_basename == $basename ) {
                // Basename value set correctly.
                return;
            }

            if ( $is_premium ) {
                $this->_premium_plugin_basename = $basename;
            } else {
                $this->_free_plugin_basename = $basename;
            }

            $plugin_dir = dirname( $this->_plugin_dir_path ) . '/';

            register_activation_hook(
                $plugin_dir . $basename,
                array( &$this, '_activate_plugin_event_hook' )
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         * @since  2.2.1 If the context product is in its premium version, use the current module's basename, even if it was renamed.
         *
         * @return string
         */
        function premium_plugin_basename() {
            if ( ! isset( $this->_premium_plugin_basename ) ) {
                $this->_premium_plugin_basename = $this->is_premium() ?
                    // The product is premium, so use the current basename.
                    $this->_plugin_basename :
                    $this->get_premium_slug() . '/' . basename( $this->_free_plugin_basename );
            }

            return $this->_premium_plugin_basename;
        }

        /**
         * Uninstall plugin hook. Called only when connected his account with Freemius for active sites tracking.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         */
        public static function _uninstall_plugin_hook() {
            self::_load_required_static();

            self::$_static_logger->entrance();

            if ( ! current_user_can( 'activate_plugins' ) ) {
                return;
            }

            $plugin_file = substr( current_filter(), strlen( 'uninstall_' ) );

            self::$_static_logger->info( 'plugin = ' . $plugin_file );

            define( 'WP_FS__UNINSTALL_MODE', true );

            $fs = self::get_instance_by_file( $plugin_file );

            if ( is_object( $fs ) ) {
                $fs->remove_sdk_reference();
                
                self::require_plugin_essentials();

                if ( is_plugin_active( $fs->_free_plugin_basename ) ||
                     is_plugin_active( $fs->premium_plugin_basename() )
                ) {
                    // Deleting Free or Premium plugin version while the other version still installed.
                    return;
                }

                if (
                    ! $fs->is_clone() &&
                    /**
                     * If there's a context install, run this method only when there's also a context user (e.g., when cloning a subsite of a multisite network into a single-site installation, it's possible for an install to be associated with a non-existing user entity; we want Freemius to be off in this case, while we are trying to recover the user).
                     *
                     * @author Leo Fajardo
                     */
                    ( ! is_object( $fs->_site ) || $fs->is_registered() )
                ) {
                    $fs->_uninstall_plugin_event();
                }

                $fs->do_action( 'after_uninstall' );
            }
        }

        #----------------------------------------------------------------------------------
        #region Plugin Information
        #----------------------------------------------------------------------------------

        /**
         * Load WordPress core plugin.php essential module.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         */
        private static function require_plugin_essentials() {
            if ( ! function_exists( 'get_plugins' ) ) {
                self::$_static_logger->log( 'Including wp-admin/includes/plugin.php...' );

                require_once ABSPATH . 'wp-admin/includes/plugin.php';
            }
        }

        /**
         * Load WordPress core pluggable.php module.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.2
         */
        private static function require_pluggable_essentials() {
            if ( ! function_exists( 'wp_get_current_user' ) ) {
                require_once ABSPATH . 'wp-includes/pluggable.php';
            }
        }

        /**
         * Return plugin data.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool $reparse_plugin_metadata
         *
         * @return array
         */
        function get_plugin_data( $reparse_plugin_metadata = false ) {
            if ( ! isset( $this->_plugin_data ) || $reparse_plugin_metadata ) {
                self::require_plugin_essentials();

                if ( $this->is_plugin() ) {
                    /**
                     * @author Vova Feldman (@svovaf)
                     * @since  1.2.0 When using get_plugin_data() do NOT translate plugin data.
                     *
                     * @link   https://github.com/Freemius/wordpress-sdk/issues/77
                     */
                    $plugin_data = get_plugin_data(
                        $this->_plugin_main_file_path,
                        false,
                        false
                    );
                } else {
                    $theme_data = wp_get_theme();

                    if ( $this->_plugin_basename !== $theme_data->get_stylesheet() && is_child_theme() ) {
                        $parent_theme = $theme_data->parent();

                        if ( ( $parent_theme instanceof WP_Theme ) && $this->_plugin_basename === $parent_theme->get_stylesheet() ) {
                            $theme_data = $parent_theme;
                        }
                    }

                    $plugin_data = array(
                        'Name'        => $theme_data->get( 'Name' ),
                        'Version'     => $theme_data->get( 'Version' ),
                        'Author'      => $theme_data->get( 'Author' ),
                        'Description' => $theme_data->get( 'Description' ),
                        'PluginURI'   => $theme_data->get( 'ThemeURI' ),
                    );
                }

                $this->_plugin_data = $plugin_data;
            }

            return $this->_plugin_data;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         * @since  1.2.2.5 If slug not set load slug by module ID.
         *
         * @return string Plugin slug.
         */
        function get_slug() {
            if ( ! isset( $this->_slug ) ) {
                $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
                $this->_slug           = $id_slug_type_path_map[ $this->_module_id ]['slug'];
            }

            return $this->_slug;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @return string
         */
        function get_premium_slug() {
            return ( is_object( $this->_plugin ) && ! empty( $this->_plugin->premium_slug ) ) ?
                $this->_plugin->premium_slug :
                "{$this->_slug}-premium";
        }

        /**
         * Retrieve the desired folder name for the product.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @return string Plugin slug.
         */
        function get_target_folder_name() {
            return $this->can_use_premium_code() ?
                $this->_plugin->premium_slug :
                $this->_slug;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @return number Plugin ID.
         */
        function get_id() {
            return $this->_plugin->id;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.2.4
         *
         * @return number|null Bundle ID.
         */
        function get_bundle_id() {
            return ( isset( $this->_plugin->bundle_id ) && FS_Plugin::is_valid_id( $this->_plugin->bundle_id ) ) ?
                $this->_plugin->bundle_id :
                null;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return string|null Bundle public key.
         */
        function get_bundle_public_key() {
            return isset( $this->_plugin->bundle_public_key ) ?
                $this->_plugin->bundle_public_key :
                null;
        }

        /**
         * Get whether the SDK has been initiated in the context of a Bundle.
         *
         * This will return true, if `bundle_id` is present in the SDK init parameters.
         *
         * ```php
         * $my_fs = fs_dynamic_init( array(
         *     // ...
         *     'bundle_id'         => 'XXXX', // Will return true since we have bundle id.
         *     'bundle_public_key' => 'pk_XXXX',
         * ) );
         * ```
         *
         * @author Swashata Ghosh (@swashata)
         * @since  2.5.0
         *
         * @return bool True if we are running in bundle context, false otherwise.
         */
        private function has_bundle_context() {
            return ! is_null( $this->get_bundle_id() );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @return string Freemius SDK version
         */
        function get_sdk_version() {
            return $this->version;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @return number Parent plugin ID (if parent exist).
         */
        function get_parent_id() {
            return $this->is_addon() ?
                $this->get_parent_instance()->get_id() :
                $this->_plugin->id;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return string
         */
        function get_usage_tracking_terms_url() {
            return $this->apply_filters(
                'usage_tracking_terms_url',
                "https://freemius.com/product/opt-in/{$this->_plugin->id}/{$this->_slug}/"
            );
        }

        /**
         * @todo (For LiteSDK) We can refactor this and other related functions giving links to several landing pages on freemius.com to come from a separate class like `FS_Terms_Pages`. This would get a `FS_WP_Hook` (hypothetical) instance as a dependency and use it to hook into the `license_activation_terms_url` or related filters. The entry level instance from `ms_fs()` would hold a public read-only variable `my_fs()->terms_pages` which would be an instance of `FS_Terms_Pages` and would hold all the links to the terms pages.
         * @since 2.5.8
         *
         * @return string
         */
        function get_license_activation_terms_url() {
            return $this->apply_filters(
                'license_activation_terms_url',
                "https://freemius.com/product/license-activation/{$this->_plugin->id}/{$this->_slug}/"
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return string
         */
        function get_eula_url() {
            return $this->apply_filters(
                'eula_url',
                "https://freemius.com/product/{$this->_plugin->id}/{$this->_slug}/legal/eula/"
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @return string Plugin public key.
         */
        function get_public_key() {
            return $this->_plugin->public_key;
        }

        /**
         * Will be available only on sandbox mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return mixed Plugin secret key.
         */
        function get_secret_key() {
            return $this->_plugin->secret_key;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         *
         * @return bool
         */
        function has_secret_key() {
            return ! empty( $this->_plugin->secret_key );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string|bool $premium_suffix
         *
         * @return string
         */
        function get_plugin_name( $premium_suffix = false ) {
            $this->_logger->entrance();

            /**
             * This `if-else` can be squeezed into a single `if` but I intentionally split it for code readability.
             *
             * @author Vova Feldman
             */
            if ( ! isset( $this->_plugin_name ) ) {
                // Name is not yet set.
                $this->set_name( $premium_suffix );
            } else if (
                ! empty( $premium_suffix ) &&
                ( ! is_object( $this->_plugin ) || $this->_plugin->premium_suffix !== $premium_suffix )
            ) {
                // Name is already set, but there's a change in the premium suffix.
                $this->set_name( $premium_suffix );
            }

            return $this->_plugin_name;
        }

        /**
         * Calculates and stores the product's name. This helper function was created specifically for get_plugin_name() just to make the code clearer.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.1
         *
         * @param string $premium_suffix
         */
        private function set_name( $premium_suffix = '' ) {
            $plugin_data = $this->get_plugin_data();

            // Get name.
            $this->_plugin_name = $plugin_data['Name'];

            if ( is_string( $premium_suffix ) ) {
                $premium_suffix = trim( $premium_suffix );

                if ( ! empty( $premium_suffix ) ) {
                    // Check if plugin name contains " (premium)" or a custom suffix and remove it.
                    $suffix     = ( ' ' . strtolower( $premium_suffix ) );
                    $suffix_len = strlen( $suffix );

                    if ( strlen( $plugin_data['Name'] ) > $suffix_len &&
                         $suffix === substr( strtolower( $plugin_data['Name'] ), - $suffix_len )
                    ) {
                        $this->_plugin_name = substr( $plugin_data['Name'], 0, - $suffix_len );
                    }
                }
            }

            $this->_logger->departure( 'Name = ' . $this->_plugin_name );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @param bool $reparse_plugin_metadata
         *
         * @return string
         */
        function get_plugin_version( $reparse_plugin_metadata = false ) {
            $this->_logger->entrance();

            $plugin_data = $this->get_plugin_data( $reparse_plugin_metadata );

            $this->_logger->departure( 'Version = ' . $plugin_data['Version'] );

            return $this->apply_filters( 'plugin_version', $plugin_data['Version'] );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @return string
         */
        function get_plugin_title() {
            $this->_logger->entrance();

            $title = $this->_plugin->title;

            return $this->apply_filters( 'plugin_title', $title );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param bool $lowercase
         *
         * @return string
         */
        function get_module_label( $lowercase = false ) {
            $label = $this->is_addon() ?
                $this->get_text_inline( 'Add-On', 'addon' ) :
                ( $this->is_plugin() ?
                    $this->get_text_inline( 'Plugin', 'plugin' ) :
                    $this->get_text_inline( 'Theme', 'theme' ) );

            if ( $lowercase ) {
                $label = strtolower( $label );
            }

            return $label;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return string
         */
        function get_plugin_basename() {
            if ( ! isset( $this->_plugin_basename ) ) {
                if ( $this->is_plugin() ) {
                    $this->_plugin_basename = plugin_basename( $this->_plugin_main_file_path );
                } else {
                    $this->_plugin_basename = basename( dirname( $this->_plugin_main_file_path ) );
                }
            }

            return $this->_plugin_basename;
        }

        function get_plugin_folder_name() {
            $this->_logger->entrance();

            $plugin_folder = $this->_plugin_basename;

            while ( '.' !== dirname( $plugin_folder ) ) {
                $plugin_folder = dirname( $plugin_folder );
            }

            $this->_logger->departure( 'Folder Name = ' . $plugin_folder );

            return $plugin_folder;
        }

        #endregion ------------------------------------------------------------------

        /* Account
        ------------------------------------------------------------------------------------------------------------------*/

        /**
         * Find plugin's slug by plugin's basename.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string $plugin_base_name
         *
         * @return false|string
         */
        private static function find_slug_by_basename( $plugin_base_name ) {
            $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );

            if ( ! array( $file_slug_map ) || ! isset( $file_slug_map[ $plugin_base_name ] ) ) {
                return false;
            }

            return $file_slug_map[ $plugin_base_name ];
        }

        /**
         * Store the map between the plugin's basename to the slug.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        private function store_file_slug_map() {
            $file_slug_map = self::$_accounts->get_option( 'file_slug_map', array() );

            if ( ! array( $file_slug_map ) ) {
                $file_slug_map = array();
            }

            if ( ! isset( $file_slug_map[ $this->_plugin_basename ] ) ||
                 $file_slug_map[ $this->_plugin_basename ] !== $this->_slug
            ) {
                $file_slug_map[ $this->_plugin_basename ] = $this->_slug;
                self::$_accounts->set_option( 'file_slug_map', $file_slug_map, true );
            }
        }

        /**
         * @return array[number]FS_User
         */
        static function get_all_users() {
            $users = self::maybe_get_entities_account_option( 'users', array() );

            if ( ! is_array( $users ) ) {
                $users = array();
            }

            return $users;
        }

        /**
         * @param string   $module_type
         * @param null|int $blog_id Since 2.0.0
         *
         * @return array[string]FS_Site
         */
        private static function get_all_sites(
            $module_type = WP_FS__MODULE_TYPE_PLUGIN,
            $blog_id = null,
            $is_backup = false
        ) {
            $sites = self::get_account_option(
                ( $is_backup ? 'prev_' : '' ) . 'sites',
                $module_type,
                $blog_id
            );

            if ( ! is_array( $sites ) ) {
                $sites = array();
            }

            return $sites;
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.2.2
         *
         * @param string   $option_name
         * @param string   $module_type
         * @param null|int $network_level_or_blog_id Since 2.0.0
         *
         * @return mixed
         */
        private static function get_account_option( $option_name, $module_type = null, $network_level_or_blog_id = null ) {
            if ( ! is_null( $module_type ) && WP_FS__MODULE_TYPE_PLUGIN !== $module_type ) {
                $option_name = $module_type . '_' . $option_name;
            }

            return self::maybe_get_entities_account_option( $option_name, array(), $network_level_or_blog_id );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @since  1.2.2
         *
         * @param string   $option_name
         * @param mixed    $option_value
         * @param bool     $store
         * @param null|int $network_level_or_blog_id Since 2.0.0
         */
        private function set_account_option( $option_name, $option_value, $store, $network_level_or_blog_id = null ) {
            self::set_account_option_by_module(
                $this->_module_type,
                $option_name,
                $option_value,
                $store,
                $network_level_or_blog_id
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         *
         * @since  1.2.2.7
         *
         * @param string   $module_type
         * @param string   $option_name
         * @param mixed    $option_value
         * @param bool     $store
         * @param null|int $network_level_or_blog_id Since 2.0.0
         */
        private static function set_account_option_by_module(
            $module_type,
            $option_name,
            $option_value,
            $store,
            $network_level_or_blog_id = null
        ) {
            if ( WP_FS__MODULE_TYPE_PLUGIN != $module_type ) {
                $option_name = $module_type . '_' . $option_name;
            }

            self::$_accounts->set_option( $option_name, $option_value, $store, $network_level_or_blog_id );
        }

        /**
         * This method can also return non-entity or non-entities collection option like the `user_id_license_ids_map` option.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param string        $option_name
         * @param mixed         $default
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
         *
         * @return mixed|FS_Plugin[]|FS_User[]|FS_Site[]|FS_Plugin_License[]|FS_Plugin_Plan[]|FS_Plugin_Tag[]
         */
        private static function maybe_get_entities_account_option( $option_name, $default = null, $network_level_or_blog_id = null ) {
            $option = self::$_accounts->get_option( $option_name, $default, $network_level_or_blog_id );

            $class_name = '';

            if ( fs_starts_with( $option_name, WP_FS__MODULE_TYPE_THEME . '_' ) ) {
                $option_name = str_replace( WP_FS__MODULE_TYPE_THEME . '_', '', $option_name );
            }
            
            switch ( $option_name ) {
                case 'plugins':
                case 'themes':
                case 'addons':
                $class_name = FS_Plugin::get_class_name();
                    break;
                case 'users':
                    $class_name = FS_User::get_class_name();
                    break;
                case 'sites':
                    $class_name = FS_Site::get_class_name();
                    break;
                case 'licenses':
                case 'all_licenses':
                    $class_name = FS_Plugin_License::get_class_name();
                    break;
                case 'plans':
                    $class_name = FS_Plugin_Plan::get_class_name();
                    break;
                case 'updates':
                    $class_name = FS_Plugin_Tag::get_class_name();
                    break;
            }

            if ( empty( $class_name ) ) {
                return $option;
            }

            return fs_get_entities( $option, $class_name );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number|null $module_id
         *
         * @return FS_Plugin_License[]
         */
        private static function get_all_licenses( $module_id = null ) {
            $licenses = self::get_account_option( 'all_licenses' );

            if ( ! is_array( $licenses ) ) {
                $licenses = array();
            }

            if ( is_null( $module_id ) ) {
                return $licenses;
            }

            $licenses = isset( $licenses[ $module_id ] ) ?
                $licenses[ $module_id ] :
                array();

            return $licenses;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @return array
         */
        private static function get_all_licenses_by_module_type() {
            $licenses = self::get_account_option( 'all_licenses' );

            $licenses_by_module_type = array(
                WP_FS__MODULE_TYPE_PLUGIN => array(),
                WP_FS__MODULE_TYPE_THEME  => array()
            );

            if ( ! is_array( $licenses ) ) {
                return $licenses_by_module_type;
            }

            foreach ( $licenses as $module_id => $module_licenses ) {
                $fs = self::get_instance_by_id( $module_id );
                if ( false === $fs ) {
                    continue;
                }

                $licenses_by_module_type[ $fs->_module_type ] = array_merge( $licenses_by_module_type[ $fs->_module_type ], $module_licenses );
            }

            return $licenses_by_module_type;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param number      $module_id
         * @param number|null $user_id
         *
         * @return array
         */
        private static function get_user_id_license_ids_map( $module_id, $user_id = null ) {
            $all_modules_user_id_license_ids_map = self::get_account_option( 'user_id_license_ids_map' );

            if ( ! is_array( $all_modules_user_id_license_ids_map ) ) {
                $all_modules_user_id_license_ids_map = array();
            }

            $user_id_license_ids_map = isset( $all_modules_user_id_license_ids_map[ $module_id ] ) ?
                $all_modules_user_id_license_ids_map[ $module_id ] :
                array();

            if ( FS_User::is_valid_id( $user_id ) ) {
                $user_id_license_ids_map = isset( $user_id_license_ids_map[ $user_id ] ) ?
                    $user_id_license_ids_map[ $user_id ] :
                    array();
            }

            return $user_id_license_ids_map;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param array       $new_user_id_license_ids_map
         * @param number      $module_id
         * @param number|null $user_id
         */
        private static function store_user_id_license_ids_map( $new_user_id_license_ids_map, $module_id, $user_id = null ) {
            $all_modules_user_id_license_ids_map = self::get_account_option( 'user_id_license_ids_map' );
            if ( ! is_array( $all_modules_user_id_license_ids_map ) ) {
                $all_modules_user_id_license_ids_map = array();
            }

            if ( ! isset( $all_modules_user_id_license_ids_map[ $module_id ] ) ) {
                $all_modules_user_id_license_ids_map[ $module_id ] = array();
            }

            if ( FS_User::is_valid_id( $user_id ) ) {
                $all_modules_user_id_license_ids_map[ $module_id ][ $user_id ] = $new_user_id_license_ids_map;
            } else {
                $all_modules_user_id_license_ids_map[ $module_id ] = $new_user_id_license_ids_map;
            }

            self::$_accounts->set_option( 'user_id_license_ids_map', $all_modules_user_id_license_ids_map, true );
        }

        /**
         * Get a collection of the user's linked license IDs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $user_id
         *
         * @return number[]
         */
        private function get_user_linked_license_ids( $user_id ) {
            return self::get_user_id_license_ids_map( $this->_module_id, $user_id );
        }

        /**
         * Override the user's linked license IDs with a new IDs collection.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number   $user_id
         * @param number[] $license_ids
         */
        private function set_user_linked_license_ids( $user_id, array $license_ids ) {
            self::store_user_id_license_ids_map( $license_ids, $this->_module_id, $user_id );
        }

        /**
         * Link a specified license ID to a given user.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $license_id
         * @param number $user_id
         */
        private function link_license_2_user( $license_id, $user_id ) {
            $license_ids = $this->get_user_linked_license_ids( $user_id );

            if ( in_array( $license_id, $license_ids ) ) {
                // License already linked.
                return;
            }

            $license_ids[] = $license_id;

            $this->set_user_linked_license_ids( $user_id, $license_ids );
        }

        /**
         * @param string|bool $module_type
         *
         * @return FS_Plugin_Plan[]
         */
        private static function get_all_plans( $module_type = false ) {
            $plans = self::get_account_option( 'plans', $module_type );

            if ( ! is_array( $plans ) ) {
                $plans = array();
            }

            return $plans;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return FS_Plugin_Tag[]
         */
        private static function get_all_updates() {
            $updates = self::maybe_get_entities_account_option( 'updates', array() );

            if ( ! is_array( $updates ) ) {
                $updates = array();
            }

            return $updates;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return array<number,FS_Plugin[]>|false
         */
        private static function get_all_addons() {
            $addons = self::maybe_get_entities_account_option( 'addons', array() );

            if ( ! is_array( $addons ) ) {
                $addons = array();
            }

            return $addons;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return number[]|false
         */
        private static function get_all_account_addons() {
            $addons = self::$_accounts->get_option( 'account_addons', array() );

            if ( ! is_array( $addons ) ) {
                $addons = array();
            }

            return $addons;
        }

        /**
         * Check if user has connected his account (opted-in).
         *
         * Note:
         *      If the user opted-in and opted-out on a later stage,
         *      this will still return true. If you want to check if the
         *      user is currently opted-in, use:
         *          `$fs->is_registered() && $fs->is_tracking_allowed()`
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool $ignore_anonymous_state Since 2.5.1
         *
         * @return bool
         */
        function is_registered( $ignore_anonymous_state = false ) {
            return (
                is_object( $this->_user ) &&
                (
                    $this->is_premium() ||
                    $ignore_anonymous_state ||
                    ! $this->is_anonymous()
                )
            );
        }

        /**
         * Returns TRUE if the user opted-in and didn't disconnect (opt-out).
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1.5
         *
         * @return bool
         */
        function is_tracking_allowed( $blog_id = null, $install = null ) {
            if ( is_null( $install ) ) {
                $install = is_null( $blog_id ) ?
                    $this->_site :
                    $this->get_install_by_blog_id( $blog_id );
            }

            return (
                is_object( $install ) &&
                FS_Permission_Manager::instance( $this )->is_homepage_url_tracking_allowed( $blog_id )
            );
        }

        /**
         * Returns TRUE if the user never opted-in or manually opted-out.
         *
         * @author Vova Feldman (@svovaf)
         * @since 1.2.1.5
         *
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_tracking_prohibited( $blog_id = null ) {
            return (
                ! $this->is_registered( true ) ||
                ! $this->is_tracking_allowed( $blog_id )
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.4.0
         *
         * @return bool
         */
        function is_bundle_license_auto_activation_enabled() {
            return $this->is_addon() ?
                ( is_object( $this->_parent ) && $this->_parent->is_bundle_license_auto_activation_enabled() ) :
                $this->_is_bundle_license_auto_activation_enabled;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return FS_Plugin
         */
        function get_plugin() {
            return $this->_plugin;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return FS_User
         */
        function get_user() {
            return $this->_user;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return FS_Site
         */
        function get_site() {
            return $this->_site;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function store_site( $site ) {
            $this->_site = $site;
            $this->_store_site( true );
        }

        /**
         * Deletes the current install with an option to back it up in case restoration will be needed (e.g., if the automatic clone resolution attempt fails).
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function delete_current_install( $back_up ) {
            // Back up and delete the unique ID.
            if ( $back_up ) {
                self::$_accounts->set_option( 'prev_unique_id', $this->get_anonymous_id() );
            }

            self::$_accounts->set_option( 'unique_id', null );

            if ( $back_up ) {
                // Back up the install before deleting it so that it can be restored later on if necessary (e.g., if the automatic clone resolution attempt fails).
                $this->back_up_site();
            }

            $this->_delete_site();
            $this->_site = null;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function restore_backup_site() {
            self::$_accounts->set_option(
                'unique_id',
                self::$_accounts->get_option( 'prev_unique_id' )
            );

            $sites = self::get_all_sites( $this->_module_type, null, true );
            $this->store_site( clone $sites[ $this->_slug ] );
        }

        /**
         * Get plugin add-ons.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @since  1.1.7.3 If not yet loaded, fetch data from the API.
         *
         * @param bool $flush
         *
         * @return FS_Plugin[]|false
         */
        function get_addons( $flush = false ) {
            $this->_logger->entrance();

            if ( ! $this->_has_addons ) {
                return false;
            }

            $addons = $this->sync_addons( $flush );

            return ( ! is_array( $addons ) || empty( $addons ) ) ?
                false :
                $addons;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return number[]|false
         */
        function get_account_addons() {
            $this->_logger->entrance();

            $addons = self::get_all_account_addons();

            if ( ! is_array( $addons ) ||
                 ! isset( $addons[ $this->_plugin->id ] ) ||
                 ! is_array( $addons[ $this->_plugin->id ] ) ||
                 0 === count( $addons[ $this->_plugin->id ] )
            ) {
                return false;
            }

            return $addons[ $this->_plugin->id ];
        }

        /**
         * Check if user has any
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @return bool
         */
        function has_account_addons() {
            $addons = $this->get_account_addons();

            return is_array( $addons ) && ( 0 < count( $addons ) );
        }


        /**
         * Get add-on by ID (from local data).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number $id
         *
         * @return FS_Plugin|false
         */
        function get_addon( $id ) {
            $this->_logger->entrance();

            $addons = $this->get_addons();

            if ( is_array( $addons ) ) {
                foreach ( $addons as $addon ) {
                    if ( $id == $addon->id ) {
                        return $addon;
                    }
                }
            }

            return false;
        }

        /**
         * Get add-on by slug (from local data).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param string $slug
         *
         * @param bool   $flush
         *
         * @return FS_Plugin|false
         */
        function get_addon_by_slug( $slug, $flush = false ) {
            $this->_logger->entrance();

            $addons = $this->get_addons( $flush );

            if ( is_array( $addons ) ) {
                foreach ( $addons as $addon ) {
                    if ( $slug === $addon->slug ) {
                        return $addon;
                    }
                }
            }

            return false;
        }

        /**
         * @var array<number,object[]> {
         *      @key number   Add-on ID.
         *      @val object[] The add-on's plans and prices object.
         * }
         */
        private $plans_and_pricing_by_addon_id;

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return array<number,object[]> {
         *      @key number   Add-on ID.
         *      @val object[] The add-on's plans and prices object.
         * }
         */
        function _get_addons_plans_and_pricing_map_by_id() {
            if ( ! isset( $this->plans_and_pricing_by_addon_id ) ) {
                $result = $this->get_api_plugin_scope()->get( $this->add_show_pending( "/addons/pricing.json?type=visible" ) );

                $plans_and_pricing_by_addon_id = array();
                if ( $this->is_api_result_object( $result, 'addons' ) ) {
                    foreach ( $result->addons as $addon ) {
                        $plans_and_pricing_by_addon_id[ $addon->id ] = $addon->plans;
                    }
                }

                $this->plans_and_pricing_by_addon_id = $plans_and_pricing_by_addon_id;
            }

            return $this->plans_and_pricing_by_addon_id;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param number $addon_id
         * @param bool   $is_installed
         *
         * @return array
         */
        function _get_addon_info( $addon_id, $is_installed ) {
            $addon = $this->get_addon( $addon_id );

            if ( ! is_object( $addon ) ) {
                // Unexpected call.
                return array();
            }

            $slug = $addon->slug;

            $addon_storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $slug );

            if ( ! fs_is_network_admin() ) {
                // Get blog-level activated installations.
                $sites = self::maybe_get_entities_account_option( 'sites', array() );
            } else {
                $sites = null;

                if ( $this->is_addon_activated( $addon_id ) &&
                     $this->get_addon_instance( $addon_id )->is_network_active()
                ) {
                    if ( FS_Site::is_valid_id( $addon_storage->network_install_blog_id ) ) {
                        // Get network-level activated installations.
                        $sites = self::maybe_get_entities_account_option(
                            'sites',
                            array(),
                            $addon_storage->network_install_blog_id
                        );
                    }
                }
            }

            $addon_info = array(
                'is_connected'    => false,
                'slug'            => $slug,
                'title'           => $addon->title,
                'is_whitelabeled' => $addon_storage->is_whitelabeled
            );

            if ( ! $is_installed ) {
                $plans_and_pricing_by_addon_id = $this->_get_addons_plans_and_pricing_map_by_id();

                if ( isset( $plans_and_pricing_by_addon_id[ $addon_id ] ) ) {
                    $has_paid_plan = false;
                    $plans         = $plans_and_pricing_by_addon_id[ $addon_id ];

                    if ( is_array( $plans ) && count( $plans ) > 0 ) {
                        foreach ( $plans as $plan ) {
                            if ( isset( $plan->pricing ) &&
                                 is_array( $plan->pricing ) &&
                                 count( $plan->pricing ) > 0
                            ) {
                                $has_paid_plan = true;
                                break;
                            }
                        }
                    }

                    $addon_info['has_paid_plan'] = $has_paid_plan;
                }
            }

            if ( ! is_array( $sites ) || ! isset( $sites[ $slug ] ) ) {
                return $addon_info;
            }

            $site = $sites[ $slug ];

            $addon_info['is_connected'] = (
                ( $addon->parent_plugin_id == $this->get_id() ) &&
                is_object( $site ) &&
                FS_Site::is_valid_id( $site->id ) &&
                FS_User::is_valid_id( $site->user_id ) &&
                FS_Plugin_Plan::is_valid_id( $site->plan_id )
            );

            if ( $addon_info['is_connected'] && $is_installed ) {
                return $addon_info;
            }

            $addon_info['site'] = $site;

            $plugins_data = self::maybe_get_entities_account_option( WP_FS__MODULE_TYPE_PLUGIN . 's', array() );
            if ( isset( $plugins_data[ $slug ] ) ) {
                $plugin_data = $plugins_data[ $slug ];

                $addon_info['version'] = $plugin_data->version;
            }

            $all_plans = self::maybe_get_entities_account_option( 'plans', array() );
            if ( isset( $all_plans[ $slug ] ) ) {
                $plans = $all_plans[ $slug ];

                foreach ( $plans as $plan ) {
                    if ( $site->plan_id == Freemius::_decrypt( $plan->id ) ) {
                        $addon_info['plan_name']  = Freemius::_decrypt( $plan->name );
                        $addon_info['plan_title'] = Freemius::_decrypt( $plan->title );
                        break;
                    }
                }
            }

            $licenses = self::maybe_get_entities_account_option( 'all_licenses', array() );
            if ( is_array( $licenses ) && isset( $licenses[ $addon_id ] ) ) {
                foreach ( $licenses[ $addon_id ] as $license ) {
                    if ( $license->id == $site->license_id ) {
                        $addon_info['license'] = $license;
                        break;
                    }
                }
            }

            if ( isset( $addon_info['license'] ) ) {
                if ( isset( $addon_storage->subscriptions ) &&
                     ! empty( $addon_storage->subscriptions )
                ) {
                    $addon_subscriptions = fs_get_entities( $addon_storage->subscriptions, FS_Subscription::get_class_name() );

                    foreach ( $addon_subscriptions as $subscription ) {
                        if ( $subscription->license_id == $site->license_id ) {
                            $addon_info['subscription'] = $subscription;
                            break;
                        }
                    }
                }
            }

            return $addon_info;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $user_id
         *
         * @return FS_User
         */
        static function _get_user_by_id( $user_id ) {
            self::$_static_logger->entrance( "user_id = {$user_id}" );

            $users = self::get_all_users();

            if ( is_array( $users ) ) {
                if ( isset( $users[ $user_id ] ) &&
                     $users[ $user_id ] instanceof FS_User &&
                     $user_id == $users[ $user_id ]->id
                ) {
                    return $users[ $user_id ];
                }

                // If user wasn't found by the key, iterate over all the users collection.
                foreach ( $users as $user ) {
                    /**
                     * @var FS_User $user
                     */
                    if ( $user_id == $user->id ) {
                        return $user;
                    }
                }
            }

            return null;
        }

        /**
         * Checks if a Freemius user_id is associated with a super-admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $user_id
         *
         * @return bool
         */
        private static function is_super_admin( $user_id ) {
            $is_super_admin = false;

            $user = self::_get_user_by_id( $user_id );

            if ( $user instanceof FS_User && ! empty( $user->email ) ) {
                self::require_pluggable_essentials();

                $wp_user = get_user_by( 'email', $user->email );

                if ( $wp_user instanceof WP_User ) {
                    $super_admins   = get_super_admins();
                    $is_super_admin = ( is_array( $super_admins ) && in_array( $wp_user->user_login, $super_admins ) );
                }
            }

            return $is_super_admin;
        }

        #----------------------------------------------------------------------------------
        #region Plans & Licensing
        #----------------------------------------------------------------------------------

        /**
         * Check if running premium plugin code.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return bool
         */
        function is_premium() {
            /**
             * `$this->_plugin` will be `false` when `is_activation_mode` calls this method directly from the
             * `register_constructor_hooks` method.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.2.3
             */
            return is_object( $this->_plugin ) ?
                $this->_plugin->is_premium :
                false;
        }

        /**
         * Get site's plan ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @return number
         */
        function get_plan_id() {
            return $this->_site->plan_id;
        }

        /**
         * Get site's plan title.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @return string
         */
        function get_plan_title() {
            $plan = $this->get_plan();

            return is_object( $plan ) ? $plan->title : 'PLAN_TITLE';
        }

        /**
         * Get site's plan name.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        function get_plan_name() {
            $plan = $this->get_plan();

            return is_object( $plan ) ? $plan->name : 'PLAN_NAME';
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return FS_Plugin_Plan|false
         */
        function get_plan() {
            if ( ! is_object( $this->_site ) ) {
                return false;
            }

            return FS_Plugin_Plan::is_valid_id( $this->_site->plan_id ) ?
                $this->_get_plan_by_id( $this->_site->plan_id ) :
                false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @return bool
         */
        function is_trial() {
            $this->_logger->entrance();

            if ( ! $this->is_registered( true ) || ! is_object( $this->_site ) ) {
                return false;
            }

            return $this->_site->is_trial();
        }

        /**
         * Check if currently in a trial with payment method (credit card or paypal).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @return bool
         */
        function is_paid_trial() {
            $this->_logger->entrance();

            if ( ! $this->is_trial() ) {
                return false;
            }

            if ( ! $this->has_active_valid_license() ) {
                return false;
            }

            if ( $this->_site->trial_plan_id != $this->_license->plan_id ) {
                return false;
            }

            /**
             * @var FS_Subscription $subscription
             */
            $subscription = $this->_get_subscription( $this->_license->id );

            return ( is_object( $subscription ) && $subscription->is_active() );
        }

        /**
         * Check if trial already utilized.
         *
         * @since 1.0.9
         *
         * @return bool
         */
        function is_trial_utilized() {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                return false;
            }

            return $this->_site->is_trial_utilized();
        }

        /**
         * Get trial plan information (if in trial).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool|FS_Plugin_Plan
         */
        function get_trial_plan() {
            $this->_logger->entrance();

            if ( ! $this->is_trial() ) {
                return false;
            }

            // Try to load plan from local cache.
            $trial_plan = $this->_get_plan_by_id( $this->_site->trial_plan_id );

            if ( ! is_object( $trial_plan ) ) {
                $trial_plan = $this->_fetch_site_plan( $this->_site->trial_plan_id );

                /**
                 * If managed to fetch the plan, add it to the plans collection.
                 */
                if ( $trial_plan instanceof FS_Plugin_Plan ) {
                    if ( ! is_array( $this->_plans ) ) {
                        $this->_plans = array();
                    }

                    $this->_plans[] = $trial_plan;
                    $this->_store_plans();
                }
            }

            if ( $trial_plan instanceof FS_Plugin_Plan ) {
                return $trial_plan;
            }

            /**
             * If for some reason failed to get the trial plan, fallback to a dummy name and title.
             */
            $trial_plan        = new FS_Plugin_Plan();
            $trial_plan->id    = $this->_site->trial_plan_id;
            $trial_plan->name  = 'pro';
            $trial_plan->title = 'Pro';

            return $trial_plan;
        }

        /**
         * Check if the user has an activate, non-expired license on current plugin's install.
         *
         * @since 1.0.9
         *
         * @return bool
         */
        function is_paying() {
            $this->_logger->entrance();

            if ( ! $this->is_registered( true ) ) {
                return false;
            }

            if ( ! $this->has_paid_plan() ) {
                return false;
            }

            return (
                ! $this->is_trial() &&
                'free' !== $this->get_plan_name() &&
                $this->has_active_valid_license()
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return bool
         */
        function is_free_plan() {
            if ( ! $this->is_registered() ) {
                return true;
            }

            if ( ! $this->has_paid_plan() ) {
                return true;
            }

            return (
                'free' === $this->get_plan_name() ||
                ! $this->has_features_enabled_license()
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return bool
         */
        function _has_premium_license() {
            $this->_logger->entrance();

            $premium_license = $this->_get_available_premium_license();

            return ( false !== $premium_license );
        }

        /**
         * Check if user has any licenses associated with the plugin (including expired or blocking).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.3
         *
         * @param bool $including_foreign
         *
         * @return bool
         */
        function has_any_license( $including_foreign = true ) {
            if ( ! is_array( $this->_licenses ) || 0 === count( $this->_licenses ) ) {
                return false;
            }

            if ( $including_foreign ) {
                return true;
            }

            foreach ( $this->_licenses as $license ) {
                if ( $this->_user->id == $license->user_id ) {
                    return true;
                }
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool|null $is_localhost
         *
         * @return FS_Plugin_License|false
         */
        function _get_available_premium_license( $is_localhost = null ) {
            $this->_logger->entrance();

            $licenses = $this->get_available_premium_licenses( $is_localhost );
            if ( ! empty( $licenses ) ) {
                return $licenses[0];
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool|null $is_localhost
         *
         * @return FS_Plugin_License[]
         */
        function get_available_premium_licenses( $is_localhost = null ) {
            $this->_logger->entrance();

            $licenses = array();
            if ( ! $this->has_paid_plan() ) {
                return $licenses;
            }

            if ( is_array( $this->_licenses ) ) {
                foreach ( $this->_licenses as $license ) {
                    if ( ! $license->can_activate( $is_localhost ) ) {
                        continue;
                    }

                    $licenses[] = $license;
                }
            }

            return $licenses;
        }

        /**
         * Sync local plugin plans with remote server.
         *
         * IMPORTANT: If for some reason a site is associated with deleted plan, we'll preserve the plan's information and append it as the last plan. This means that if plan is deleted, the is_plan() method will ALWAYS return true for any given argument (it becomes the most inclusive plan).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @return FS_Plugin_Plan[]|object
         */
        function _sync_plans() {
            $plans = $this->_fetch_plugin_plans();

            if ( $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
                $plans_map = array();
                foreach ( $plans as $plan ) {
                    $plans_map[ $plan->id ] = true;
                }

                $plans_ids_to_keep = $this->get_plans_ids_associated_with_installs();

                foreach ( $plans_ids_to_keep as $plan_id ) {
                    if ( isset( $plans_map[ $plan_id ] ) ) {
                        continue;
                    }

                    $missing_plan = self::_get_plan_by_id( $plan_id );

                    if ( is_object( $missing_plan ) ) {
                        $plans[] = $missing_plan;
                    }
                }

                $this->_plans = $plans;
                $this->_store_plans();
            }

            $this->do_action( 'after_plans_sync', $plans );

            return $this->_plans;
        }

        /**
         * Check if specified plan exists locally. If not, fetch it and store it.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $plan_id
         *
         * @return \FS_Plugin_Plan|object The plan entity or the API error object on failure.
         */
        private function sync_plan_if_not_exist( $plan_id ) {
            $plan = self::_get_plan_by_id( $plan_id );

            if ( is_object( $plan ) ) {
                // Plan already exists.
                return $plan;
            }

            $plan = $this->fetch_plan_by_id( $plan_id );

            if ( $plan instanceof FS_Plugin_Plan ) {
                $this->_plans[] = $plan;
                $this->_store_plans();

                return $plan;
            }

            return $plan;
        }

        /**
         * Check if specified license exists locally. If not, fetch it and store it.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $license_id
         * @param string $license_key
         *
         * @return \FS_Plugin_Plan|object The plan entity or the API error object on failure.
         */
        private function sync_license_if_not_exist( $license_id, $license_key ) {
            $license = $this->_get_license_by_id( $license_id );

            if ( is_object( $license ) ) {
                // License already exists.
                return $license;
            }

            $license = $this->fetch_license_by_key( $license_id, $license_key );

            if ( $license instanceof FS_Plugin_License ) {
                $this->_licenses[] = $license;

                $this->set_license( $license );

                $this->_store_licenses();

                return $license;
            }

            return $license;
        }

        /**
         * Get a collection of unique plan IDs that are associated with any installs in the network.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @return number[]
         */
        private function get_plans_ids_associated_with_installs() {
            if ( ! is_multisite() ) {
                if ( ! is_object( $this->_site ) ||
                     ! FS_Plugin_Plan::is_valid_id( $this->_site->plan_id )
                ) {
                    return array();
                }

                return array( $this->_site->plan_id );
            }

            $plan_ids = array();
            $sites    = self::get_sites();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( ! is_object( $install ) ||
                     ! FS_Plugin_Plan::is_valid_id( $install->plan_id )
                ) {
                    continue;
                }

                $plan_ids[ $install->plan_id ] = true;
            }

            return array_keys( $plan_ids );
        }

        /**
         * Get a collection of unique license IDs that are associated with any installs in the network.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @return number[]
         */
        private function get_license_ids_associated_with_installs() {
            if ( ! $this->_is_network_active ) {
                if ( ! is_object( $this->_site ) ||
                     ! FS_Plugin_License::is_valid_id( $this->_site->license_id )
                ) {
                    return array();
                }

                return array( $this->_site->license_id );
            }

            $license_ids = array();
            $sites       = self::get_sites();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( ! is_object( $install ) ||
                     ! FS_Plugin_License::is_valid_id( $install->license_id )
                ) {
                    continue;
                }

                $license_ids[ $install->license_id ] = true;
            }

            return array_keys( $license_ids );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param number $id
         *
         * @return FS_Plugin_Plan|false
         */
        function _get_plan_by_id( $id ) {
            $this->_logger->entrance();

            if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
                $this->_sync_plans();
            }

            foreach ( $this->_plans as $plan ) {
                if ( $id == $plan->id ) {
                    return $plan;
                }
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8.1
         *
         * @param string $name
         *
         * @return FS_Plugin_Plan|false
         */
        private function get_plan_by_name( $name ) {
            $this->_logger->entrance();

            if ( ! is_array( $this->_plans ) || 0 === count( $this->_plans ) ) {
                $this->_sync_plans();
            }

            foreach ( $this->_plans as $plan ) {
                if ( $name == $plan->name ) {
                    return $plan;
                }
            }

            return false;
        }

        /**
         * Sync local licenses with remote server.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param number|bool $site_license_id
         * @param number|null $blog_id
         *
         * @return FS_Plugin_License[]|object
         */
        function _sync_licenses( $site_license_id = false, $blog_id = null ) {
            $this->_logger->entrance();

            $is_network_admin = fs_is_network_admin();

            if ( $is_network_admin && is_null( $blog_id ) ) {
                $all_licenses = self::get_all_licenses( $this->_module_id );
            } else {
                $all_licenses = $this->get_user_licenses( $this->_user->id );
            }

            $foreign_licenses = $this->get_foreign_licenses_info( $all_licenses, $site_license_id );

            $all_licenses_map = array();
            foreach ( $all_licenses as $license ) {
                $all_licenses_map[ $license->id ] = true;
            }

            $licenses = $this->_fetch_licenses( false, $site_license_id, $foreign_licenses, $blog_id );

            if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
                $licenses_map = array();
                foreach ( $licenses as $license ) {
                    $licenses_map[ $license->id ] = true;
                }

//                $license_ids_to_keep = $this->get_license_ids_associated_with_installs();
//                foreach ( $license_ids_to_keep as $license_id ) {
//                    if ( isset( $licenses_map[ $license_id ] ) ) {
//                        continue;
//                    }
//
//                    $missing_license = self::_get_license_by_id( $license_id, false );
//                    if ( is_object( $missing_license ) ) {
//                        $licenses[]                           = $missing_license;
//                        $licenses_map[ $missing_license->id ] = true;
//                    }
//                }

                $user_license_ids = $this->get_user_linked_license_ids( $this->_user->id );

                foreach ( $user_license_ids as $key => $license_id ) {
                    if ( ! isset( $licenses_map[ $license_id ] ) ) {
                        // Remove access to licenses that no longer exist.
                        unset( $user_license_ids[ $key ] );
                    }
                }

                if ( ! empty( $user_license_ids ) ) {
                    foreach ( $licenses_map as $license_id => $value ) {
                        if ( ! isset( $all_licenses_map[ $license_id ] ) ) {
                            // Associate new licenses with the user who triggered the license syncing.
                            $user_license_ids[] = $license_id;
                        }
                    }

                    $user_license_ids = array_unique( $user_license_ids );
                } else {
                    $user_license_ids = array_keys( $licenses_map );
                }

                if ( ! $is_network_admin || ! is_null( $blog_id ) ) {
                    $user_licenses = array();
                    foreach ( $licenses as $license ) {
                        if ( ! in_array( $license->id, $user_license_ids ) ) {
                            continue;
                        }

                        $user_licenses[] = $license;
                    }

                    $this->_licenses = $user_licenses;
                } else {
                    $this->_licenses = $licenses;
                }

                $this->set_user_linked_license_ids( $this->_user->id, $user_license_ids );

                $this->_store_licenses( true, $this->_module_id, $licenses );
            }

            // Update current license.
            if ( is_object( $this->_license ) ) {
                $license = $this->_get_license_by_id( $this->_license->id );

                if ( is_object( $license ) ) {
                    /**
                     * `$license` can be `false` in case a user change action has just been completed and this method
                     * has synced the `$this->_licenses` collection for the new user. In this case, the
                     * `$this->_licenses` collection may have only the newly activated license that is associated with
                     * the new user. `set_license` will eventually be called in the same request by the logic that
                     * follows outside this method which will detect that the install's license has been updated, and
                     * then `_update_site_license` will be called which in turn will call `set_license`.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.2
                     */
                    $this->set_license( $license );
                }
            }

            return $this->_licenses;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param number $id
         * @param bool   $sync_licenses
         *
         * @return FS_Plugin_License|false
         */
        function _get_license_by_id( $id, $sync_licenses = true ) {
            $this->_logger->entrance();

            if ( ! FS_Plugin_License::is_valid_id( $id ) ) {
                return false;
            }

            /**
             * When running from the network level admin and opted-in from the network,
             * check if the license exists in the network user licenses collection.
             *
             * @author Vova Feldman (@svovaf)
             * @since  2.0.0
             */
            if ( fs_is_network_admin() &&
                 $this->is_network_registered() &&
                 ( ! is_object( $this->_user ) || $this->_storage->network_user_id != $this->_user->id )
            ) {
                $licenses = $this->get_user_licenses( $this->_storage->network_user_id );

                foreach ( $licenses as $license ) {
                    if ( $id == $license->id ) {
                        return $license;
                    }
                }
            }

            if ( ! $this->has_any_license() && $sync_licenses ) {
                $this->_sync_licenses( $id );
            }

            if ( is_array( $this->_licenses ) ) {
                foreach ( $this->_licenses as $license ) {
                    if ( $id == $license->id ) {
                        return $license;
                    }
                }
            }

            return false;
        }

        /**
         * Get license by ID. Unlike _get_license_by_id(), this method only checks the local storage and return any license, whether it's associated with the current context user/install or not.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $id
         *
         * @return FS_Plugin_License
         */
        private function get_license_by_id( $id ) {
            $licenses = self::get_all_licenses( $this->_module_id );

            if ( is_array( $licenses ) && ! empty( $licenses ) ) {
                foreach ( $licenses as $license ) {
                    if ( $id == $license->id ) {
                        return $license;
                    }
                }
            }

            return null;
        }

        /**
         * Synchronize the site's context license by fetching the license form the API and updating the local data with it.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return \FS_Plugin_License|mixed
         */
        private function sync_site_license() {
            $api = $this->get_api_user_scope();

            $result = $api->get( "/licenses/{$this->_license->id}.json?license_key=" . urlencode( $this->_license->secret_key ), true );

            if ( ! $this->is_api_result_entity( $result ) ) {
                return $result;
            }

            $license = $this->_update_site_license( new FS_Plugin_License( $result ) );
            $this->_store_licenses();

            return $license;
        }

        /**
         * Get all user's available licenses for the current module.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $user_id
         *
         * @return FS_Plugin_License[]
         */
        private function get_user_licenses( $user_id ) {
            $all_licenses = self::get_all_licenses( $this->_module_id );
            if ( empty( $all_licenses ) ) {
                return array();
            }

            $user_license_ids = $this->get_user_linked_license_ids( $user_id );
            if ( empty( $user_license_ids ) ) {
                return array();
            }

            $licenses = array();
            foreach ( $all_licenses as $license ) {
                if ( in_array( $license->id, $user_license_ids ) ) {
                    $licenses[] = $license;
                }
            }

            return $licenses;
        }

        /**
         * Checks if the context license is network activated except on the given blog ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $except_blog_id
         *
         * @return bool
         */
        private function is_license_network_active( $except_blog_id = 0 ) {
            $this->_logger->entrance();

            if ( ! is_object( $this->_license ) ) {
                return false;
            }

            $sites = self::get_sites();

            if ( $this->_license->total_activations() < ( count( $sites ) - 1 ) ) {
                // There are more sites than the number of activations, so license cannot be network activated.
                return false;
            }

            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                if ( $except_blog_id == $blog_id ) {
                    // Skip excluded blog.
                    continue;
                }

                $install = $this->get_install_by_blog_id( $blog_id );

                if ( is_object( $install ) && $install->license_id != $this->_license->id ) {
                    return false;
                }
            }

            return true;
        }

        /**
         * Checks if license can be activated on all the network sites (opted-in or skipped) that are not yet associated with a license. If possible, try to make the activation, if not return false.
         *
         * Notice: On success, this method will also update the license activations counters (without updating the license in the storage).
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User           $user
         * @param \FS_Plugin_License $license
         *
         * @return bool
         */
        private function try_activate_license_on_network( FS_User $user, FS_Plugin_License $license ) {
            $this->_logger->entrance();

            $result = $this->can_activate_license_on_network( $license );

            if ( false === $result ) {
                return false;
            }

            $installs_without_license = $result['installs'];
            if ( ! empty( $installs_without_license ) ) {
                $this->activate_license_on_many_installs( $user, $license->secret_key, $installs_without_license );
            }

            $disconnected_site_ids = $result['sites'];
            if ( ! empty( $disconnected_site_ids ) ) {
                $this->activate_license_on_many_sites( $user, $license->secret_key, $disconnected_site_ids );
            }

            $this->link_license_2_user( $license->id, $user->id );

            // Sync license after activations.
            $license->activated += $result['production_count'];
            $license->activated_local += $result['localhost_count'];

//            $this->_store_licenses()

            return true;
        }

        /**
         * Checks if the given license can be activated on the whole network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_Plugin_License $license
         *
         * @return false|array {
         * @type array[int]FS_Site $installs Blog ID to install map.
         * @type int[]               $sites            Non-connected blog IDs.
         * @type int                 $production_count Production sites count.
         * @type int                 $localhost_count  Production sites count.
         * }
         */
        private function can_activate_license_on_network( FS_Plugin_License $license ) {
            $sites = self::get_sites();

            $production_count = 0;
            $localhost_count  = 0;

            $installs_without_license = array();
            $disconnected_site_ids    = array();

            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( is_object( $install ) ) {
                    if ( FS_Plugin_License::is_valid_id( $install->license_id ) ) {
                        // License already activated on the install.
                        continue;
                    }

                    $url = $install->url;

                    $installs_without_license[ $blog_id ] = $install;
                } else {
                    $url = is_object( $site ) ?
                        $site->siteurl :
                        self::get_unfiltered_site_url( $blog_id );

                    $disconnected_site_ids[] = $blog_id;
                }

                if ( FS_Site::is_localhost_by_address( $url ) ) {
                    $localhost_count ++;
                } else {
                    $production_count ++;
                }
            }

            if ( ! $license->can_activate_bulk( $production_count, $localhost_count ) ) {
                return false;
            }

            return array(
                'installs'         => $installs_without_license,
                'sites'            => $disconnected_site_ids,
                'production_count' => $production_count,
                'localhost_count'  => $localhost_count,
            );
        }

        /**
         * Activate a given license on a collection of installs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User $user
         * @param string   $license_key
         * @param array    $blog_2_install_map {
         * @key    int Blog ID.
         * @value  FS_Site Blog's associated install.
         *                                     }
         *
         * @return mixed|true
         */
        private function activate_license_on_many_installs(
            FS_User $user,
            $license_key,
            array $blog_2_install_map
        ) {
            $params = array(
                array( 'license_key' => $this->apply_filters( 'license_key', $license_key ) )
            );

            $install_2_blog_map = array();
            foreach ( $blog_2_install_map as $blog_id => $install ) {
                $params[] = array( 'id' => $install->id, 'url' => $install->url );

                $install_2_blog_map[ $install->id ] = $blog_id;
            }

            $result = $this->get_api_user_scope_by_user( $user )->call(
                "plugins/{$this->_plugin->id}/installs.json",
                'PUT',
                $params
            );

            if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
                return $result;
            }

            foreach ( $result->installs as $r_install ) {
                $install                  = new FS_Site( $r_install );
                $install->is_disconnected = false;

                // Update install.
                $this->_store_site(
                    true,
                    $install_2_blog_map[ $r_install->id ],
                    $install
                );
            }

            return true;
        }

        /**
         * Activate a given license on a collection of blogs/sites that are not yet opted-in.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @param \FS_User $user
         * @param string   $license_key
         *
         * @return true|mixed True if successful, otherwise, the API result.
         */
        private function activate_license_on_site( FS_User $user, $license_key ) {
            return $this->activate_license_on_many_sites( $user, $license_key );
        }

        /**
         * Activate a given license on a collection of blogs/sites that are not yet opted-in.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User $user
         * @param string   $license_key
         * @param int[]    $site_ids
         *
         * @return true|mixed True if successful, otherwise, the API result.
         */
        private function activate_license_on_many_sites(
            FS_User $user,
            $license_key,
            array $site_ids = array()
        ) {
            $sites = array();
            foreach ( $site_ids as $site_id ) {
                $sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
            }

            // Install the plugin.
            $result = $this->create_installs_with_user(
                $user,
                $license_key,
                false,
                $sites,
                false,
                true
            );

            if ( ! $this->is_api_result_entity( $result ) &&
                 ! $this->is_api_result_object( $result, 'installs' )
            ) {
                return $result;
            }

            $installs = array();

            if ( $this->is_api_result_entity( $result ) ) {
                $install = new FS_Site( $result );

                $this->_user = $user;

                $this->_store_site( true, null, $install );

                $this->_site = $install;

                $this->reset_anonymous_mode();
            } else {
                foreach ( $result->installs as $install ) {
                    $installs[] = new FS_Site( $install );
                }

                // Map site addresses to their blog IDs.
                $address_to_blog_map = $this->get_address_to_blog_map();

                $first_blog_id = null;

                foreach ( $installs as $install ) {
                    $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
                    $blog_id = $address_to_blog_map[ $address ];

                    $this->_store_site( true, $blog_id, $install );

                    $this->reset_anonymous_mode( $blog_id );

                    if ( is_null( $first_blog_id ) ) {
                        $first_blog_id = $blog_id;
                    }
                }

                if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
                    $this->_storage->network_install_blog_id = $first_blog_id;
                }
            }

            return true;
        }

        /**
         * Sync site's license with user licenses.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param FS_Plugin_License|null $new_license
         *
         * @return FS_Plugin_License|null
         */
        function _update_site_license( $new_license ) {
            $this->_logger->entrance();

            /**
             * In case this call will be removed in the future, the `_sync_licenses()` method needs to be updated
             * accordingly so that it will also handle the case when an ownership change is done via license
             * activation.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.3.2
             */
            $this->set_license( $new_license );

            if ( ! is_object( $new_license ) ) {
                $this->_site->license_id = null;
                $this->_sync_site_subscription( null );

                return $this->_license;
            }

            $this->_site->license_id = $this->_license->id;

            if ( ! is_array( $this->_licenses ) ) {
                $this->_licenses = array();
            }

            $is_license_found = false;
            for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
                if ( $new_license->id == $this->_licenses[ $i ]->id ) {
                    $this->_licenses[ $i ] = $new_license;

                    $is_license_found = true;
                    break;
                }
            }

            // If new license just append.
            if ( ! $is_license_found ) {
                $this->_licenses[] = $new_license;
            }

            $this->_sync_site_subscription( $new_license );

            return $this->_license;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @param \FS_Plugin_License $license
         */
        private function set_license( FS_Plugin_License $license = null ) {
            $this->_license = $license;

            $this->maybe_update_whitelabel_flag( $license );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param FS_Plugin_License $license
         */
        private function maybe_update_whitelabel_flag( $license ) {
            $is_whitelabeled = isset( $this->_storage->is_whitelabeled ) ?
                $this->_storage->is_whitelabeled :
                false;

            if ( is_object( $license ) ) {
                $license_user = self::_get_user_by_id( $license->user_id );

                if ( ! is_object( $license_user ) ) {
                    // If foreign license, do not update the `is_whitelabeled` flag.
                    return;
                }

                if ( $this->is_addon() ) {
                    /**
                     * Store the last license data to the parent's storage since it's needed only when showing the
                     * "Start Debug" dialog which is triggered from the "Account" page. This way, there's no need to
                     * iterate over the add-ons just to get the last license data.
                     */
                    $this->get_parent_instance()->store_last_activated_license_data( $license, $license_user );
                } else {
                    $this->store_last_activated_license_data( $license );
                }

                if ( $license->is_whitelabeled ) {
                    // Activated a developer license, data should be hidden.
                    $is_whitelabeled = true;
                } else if ( $this->is_registered() && $this->_user->id == $license->user_id ) {
                    // The account owner activated a regular license key, no need to hide the  data.
                    $is_whitelabeled = false;
                }
            }

            $this->_storage->is_whitelabeled = $is_whitelabeled;

            // Reset the whitelabeled status after update.
            $this->is_whitelabeled = null;
            if ( $this->is_addon() ) {
                $parent_fs = $this->get_parent_instance();

                if ( is_object( $parent_fs ) ) {
                    $parent_fs->is_whitelabeled = null;
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param FS_Plugin_License $license
         * @param FS_User           $license_user
         */
        private function store_last_activated_license_data( FS_Plugin_License $license, $license_user = null ) {
            if ( ! is_object( $license_user ) ) {
                $this->_storage->last_license_key     = md5( $license->secret_key );
                $this->_storage->last_license_user_id = null;
            } else {
                $this->_storage->last_license_user_key = md5( $license_user->secret_key );
                $this->_storage->last_license_user_id  = $license_user->id;
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param bool $ignore_data_debug_mode
         *
         * @return bool
         */
        function is_whitelabeled_by_flag( $ignore_data_debug_mode = false ) {
            if ( true !== $this->_storage->is_whitelabeled ) {
                return false;
            } else if ( $ignore_data_debug_mode ) {
                return true;
            }

            $fs = $this->is_addon() ?
                $this->get_parent_instance() :
                $this;

            return ! $fs->is_data_debug_mode();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @return number
         */
        function get_last_license_user_id() {
            return ( FS_User::is_valid_id( $this->_storage->last_license_user_id ) ) ?
                $this->_storage->last_license_user_id :
                null;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @param int  $blog_id
         * @param bool $ignore_data_debug_mode
         *
         * @return bool
         */
        function is_whitelabeled( $ignore_data_debug_mode = false, $blog_id = null ) {
            if ( ! is_null( $blog_id ) ) {
                $this->switch_to_blog( $blog_id );
            }

            if ( ! is_null( $this->is_whitelabeled ) ) {
                $is_whitelabeled = $this->is_whitelabeled;
            } else {
                $is_whitelabeled = false;

                $is_whitelabeled_flag = $this->is_whitelabeled_by_flag( true );

                if ( ! $this->has_addons() ) {
                    $is_whitelabeled = $is_whitelabeled_flag;
                } else if ( $is_whitelabeled_flag ) {
                    $is_whitelabeled = true;
                } else {
                    if ( $this->is_registered() || $this->is_premium() ) {
                        $addon_ids = $this->get_updated_account_addons();
                    } else {
                        $addons = self::get_all_addons();

                        $plugin_addons = isset( $addons[ $this->_plugin->id ] ) ?
                            $addons[ $this->_plugin->id ] :
                            array();

                        $addon_ids = array();
                        foreach ( $plugin_addons as $addon ) {
                            $addon_ids[] = $addon->id;
                        }
                    }

                    $installed_addons = $this->get_installed_addons();
                    foreach ( $installed_addons as $fs_addon ) {
                        $addon_ids[] = $fs_addon->get_id();
                    }

                    if ( ! empty( $addon_ids ) ) {
                        $addon_ids = array_unique( $addon_ids );

                        $is_network_level = (
                            fs_is_network_admin() &&
                            $this->is_network_active()
                        );

                        foreach ( $addon_ids as $addon_id ) {
                            $addon = $this->get_addon( $addon_id );

                            if ( ! is_object( $addon ) ) {
                                continue;
                            }

                            $addon_storage = FS_Storage::instance( WP_FS__MODULE_TYPE_PLUGIN, $addon->slug );
                            $fs_addon      = $this->is_addon_activated( $addon_id ) ?
                                self::get_addon_instance( $addon_id ) :
                                null;

                            $was_addon_network_activated = false;

                            if ( is_object( $fs_addon ) ) {
                                $was_addon_network_activated = $fs_addon->is_network_active();
                            } else if ( $is_network_level ) {
                                $was_addon_network_activated = $addon_storage->get( 'was_plugin_loaded', false, true );
                            }

                            $network_delegated_connection = (
                                $was_addon_network_activated &&
                                $addon_storage->get( 'is_delegated_connection', false, true )
                            );

                            if (
                                $is_network_level &&
                                ( ! $was_addon_network_activated || $network_delegated_connection )
                            ) {
                                $sites = self::get_sites();

                                /**
                                 * If in network admin area and the add-on was not network-activated or network-activated
                                 * and network-delegated, find any add-on whose is_whitelabeled flag is true.
                                 */
                                foreach ( $sites as $site ) {
                                    $site_info = $this->get_site_info( $site );

                                    if ( $addon_storage->get( 'is_whitelabeled', false, $site_info['blog_id'] ) ) {
                                        $is_whitelabeled = true;
                                        break;
                                    }
                                }

                                if ( $is_whitelabeled ) {
                                    break;
                                }
                            } else {
                                /**
                                 * This will be executed when any of the following is met:
                                 * 1. Add-on was network-activated, not network-delegated, and in network admin area.
                                 * 2. Add-on was network-activated, network-delegated, and in site admin area.
                                 * 3. Add-on was not network-activated and in site admin area.
                                 */
                                if ( true === $addon_storage->is_whitelabeled ) {
                                    $is_whitelabeled = true;
                                    break;
                                }
                            }
                        }
                    }
                }

                $this->is_whitelabeled = $is_whitelabeled;

                if ( ! $is_whitelabeled || ! $this->is_data_debug_mode() ) {
                    $this->_admin_notices->remove_sticky( 'data_debug_mode_enabled' );
                }

                if ( ! is_null( $blog_id ) ) {
                    $this->restore_current_blog();
                }
            }

            return (
                $is_whitelabeled &&
                ( $ignore_data_debug_mode || ! $this->is_data_debug_mode() )
            );
        }

        /**
         * Sync site's subscription.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param FS_Plugin_License|null $license
         *
         * @return bool|\FS_Subscription
         */
        private function _sync_site_subscription( $license ) {
            if ( ! is_object( $license ) ) {
                $this->delete_unused_subscriptions();

                return false;
            }

            // Load subscription details if not lifetime.
            $subscription = $license->is_lifetime() ?
                false :
                $this->_fetch_site_license_subscription();

            if ( is_object( $subscription ) && ! isset( $subscription->error ) ) {
                $this->store_subscription( $subscription );
            } else {
                $this->delete_unused_subscriptions();
            }

            return $subscription;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool|\FS_Plugin_License
         */
        function _get_license() {
            if ( ! fs_is_network_admin() || is_object( $this->_license ) ) {
                return $this->_license;
            }

            return $this->_get_available_premium_license();
        }

        /**
         * @param number $license_id
         *
         * @return null|\FS_Subscription
         */
        function _get_subscription( $license_id ) {
            if ( ! isset( $this->_storage->subscriptions ) ||
                 empty( $this->_storage->subscriptions )
            ) {
                return null;
            }

            foreach ( fs_get_entities( $this->_storage->subscriptions, FS_Subscription::get_class_name() ) as $subscription ) {
                if ( $subscription->license_id == $license_id ) {
                    return $subscription;
                }
            }

            return null;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param FS_Subscription $subscription
         */
        function store_subscription( FS_Subscription $subscription ) {
            if ( ! isset( $this->_storage->subscriptions ) ) {
                $this->_storage->subscriptions = array();
            }

            if ( empty( $this->_storage->subscriptions ) || ! is_multisite() ) {
                $this->_storage->subscriptions = array( $subscription );

                return;
            }

            $subscriptions = fs_get_entities( $this->_storage->subscriptions, FS_Subscription::get_class_name() );

            $updated_subscription = false;
            foreach ( $subscriptions as $key => $existing_subscription ) {
                if ( $existing_subscription->id == $subscription->id ) {
                    $subscriptions[ $key ] = $subscription;
                    $updated_subscription  = true;
                    break;
                }
            }

            if ( ! $updated_subscription ) {
                $subscriptions[] = $subscription;
            }

            $this->_storage->subscriptions = $subscriptions;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         */
        function delete_unused_subscriptions() {
            if ( ! isset( $this->_storage->subscriptions ) ||
                 empty( $this->_storage->subscriptions ) ||
                 // Clean up only if there are already at least 3 subscriptions.
                 ( count( $this->_storage->subscriptions ) < 3 )
            ) {
                return;
            }

            if ( ! is_multisite() ) {
                // If not multisite, there should only be 1 subscription, so just clear the array.
                $this->_storage->subscriptions = array();

                return;
            }

            $subscriptions_to_keep_by_license_id_map = array();
            $sites                                   = self::get_sites();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( ! is_object( $install ) ||
                     ! FS_Plugin_License::is_valid_id( $install->license_id )
                ) {
                    continue;
                }

                $subscriptions_to_keep_by_license_id_map[ $install->license_id ] = true;
            }

            if ( empty( $subscriptions_to_keep_by_license_id_map ) ) {
                $this->_storage->subscriptions = array();

                return;
            }

            foreach ( $this->_storage->subscriptions as $key => $subscription ) {
                if ( ! isset( $subscriptions_to_keep_by_license_id_map[ $subscription->license_id ] ) ) {
                    unset( $this->_storage->subscriptions[ $key ] );
                }
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @param string $plan  Plan name
         * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
         *
         * @return bool
         */
        function is_plan( $plan, $exact = false ) {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                return false;
            }

            $plan = strtolower( $plan );

            $current_plan_name = $this->get_plan_name();

            if ( $current_plan_name === $plan ) {
                // Exact plan.
                return true;
            } else if ( $exact ) {
                // Required exact, but plans are different.
                return false;
            }

            $current_plan_order  = - 1;
            $required_plan_order = PHP_INT_MAX;
            for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
                if ( $plan === $this->_plans[ $i ]->name ) {
                    $required_plan_order = $i;
                } else if ( $current_plan_name === $this->_plans[ $i ]->name ) {
                    $current_plan_order = $i;
                }
            }

            return ( $current_plan_order > $required_plan_order );
        }

        /**
         * Check if module has only one plan.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param bool $double_check In some cases developers prefer to release their paid offering as premium-only, even though there is a free version. For those cases, looking at the 'is_premium_only' value isn't enough because the result will return false even when the product has only signle paid plan.
         *
         * @return bool
         */
        function is_single_plan( $double_check = false ) {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ||
                 ! is_array( $this->_plans ) ||
                 0 === count( $this->_plans )
            ) {
                return true;
            }

            $has_free_plan = $this->has_free_plan();

            if ( ! $has_free_plan && $double_check ) {
                foreach ( $this->_plans as $plan ) {
                    if ( $plan->is_free() ) {
                        $has_free_plan = true;
                        break;
                    }
                }
            }

            return ( 1 === ( count( $this->_plans ) - ( $has_free_plan ? 1 : 0 ) ) );
        }

        /**
         * Check if plan based on trial. If not in trial mode, should return false.
         *
         * @since  1.0.9
         *
         * @param string $plan  Plan name
         * @param bool   $exact If true, looks for exact plan. If false, also check "higher" plans.
         *
         * @return bool
         */
        function is_trial_plan( $plan, $exact = false ) {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                return false;
            }

            if ( ! $this->is_trial() ) {
                return false;
            }

            $trial_plan = $this->get_trial_plan();

            if ( $trial_plan->name === $plan ) {
                // Exact plan.
                return true;
            } else if ( $exact ) {
                // Required exact, but plans are different.
                return false;
            }

            $current_plan_order  = - 1;
            $required_plan_order = - 1;
            for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
                if ( $plan === $this->_plans[ $i ]->name ) {
                    $required_plan_order = $i;
                } else if ( $trial_plan->name === $this->_plans[ $i ]->name ) {
                    $current_plan_order = $i;
                }
            }

            return ( $current_plan_order > $required_plan_order );
        }

        /**
         * Check if plugin has any paid plans.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function has_paid_plan() {
            return $this->_has_paid_plans ||
                   FS_Plan_Manager::instance()->has_paid_plan( $this->_plans );
        }

        /**
         * Check if plugin has any plan with a trail.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function has_trial_plan() {
            /**
             * @author Vova Feldman(@svovaf)
             * @since  1.2.1.5
             *
             * Allow setting a trial from the SDK without calling the API.
             * But, if the user did opt-in, continue using the real data from the API.
             */
            if ( $this->_trial_days >= 0 ) {
                return true;
            }

            return $this->_storage->get( 'has_trial_plan', false );
        }

        /**
         * Check if plugin has any free plan, or is it premium only.
         *
         * Note: If no plans configured, assume plugin is free.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return bool
         */
        function has_free_plan() {
            return ! $this->is_only_premium();
        }

        /**
         * Displays a license activation dialog box when the user clicks on the "Activate License"
         * or "Change License" link on the plugins
         * page.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.9
         */
        function _add_license_activation_dialog_box() {
            $vars = array(
                'id' => $this->_module_id,
            );

            fs_require_template( 'forms/license-activation.php', $vars );
            fs_require_template( 'forms/resend-key.php', $vars );
        }

        /**
         * Displays an email address update dialog box when the user clicks on the email address "Edit" button on the "Account" page.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.5.0
         */
        function _add_email_address_update_dialog_box() {
            $vars = array( 'id' => $this->_module_id );

            fs_require_template( 'forms/email-address-update.php', $vars );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _add_email_address_update_option() {
            if ( ! $this->should_handle_user_change() ) {
                return;
            }

            // Add email address update AJAX handler.
            $this->add_ajax_action( 'update_email_address', array( &$this, '_email_address_update_ajax_handler' ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        function _email_address_update_ajax_handler() {
            $this->check_ajax_referer( 'update_email_address' );

            $new_email_address = fs_request_get( 'email_address' );
            $transfer_type     = fs_request_get( 'transfer_type' );

            $result = $this->update_email( $new_email_address );

            if ( ! FS_Api::is_api_error( $result ) ) {
                self::shoot_ajax_success();
            }

            $error = '';

            if ( FS_Api::is_api_error_object( $result ) ) {
                switch ( $result->error->code ) {
                    case 'user_exist':
                    case 'account_verification_required':
                        $error = array(
                            'code' => 'change_ownership',
                            'url'  => $this->get_account_url( 'change_owner', array(
                                'state'           => 'init',
                                'candidate_email' => $new_email_address,
                                'transfer_type'   => $transfer_type,
                            ) ),
                        );

                        break;
                }
            }

            if ( empty( $error ) ) {
                $error = is_object( $result ) ?
                    var_export( $result->error, true ) :
                    $result;
            }

            self::shoot_ajax_failure( $error );
        }

        /**
         * Returns a collection of IDs of installs that are associated with the context product and its add-ons, and activated with foreign licenses.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         *
         * @return number[]
         */
        function get_installs_ids_with_foreign_licenses() {
            $installs = array();

            if (
                is_object( $this->_license ) &&
                $this->_site->user_id != $this->_license->user_id
            ) {
                $installs[] = $this->_site->id;
            }

            /**
             * Also try to get foreign licenses for the context product's add-ons.
             */
            $installs_by_slug_map = $this->get_parent_and_addons_installs_info();

            foreach ( $installs_by_slug_map as $slug => $install_info ) {
                if ( $slug == $this->get_slug() ) {
                    continue;
                }

                $install = $install_info['install'];
                $license = $install_info['license'];

                if (
                    is_object( $license ) &&
                    $install->user_id != $license->user_id
                ) {
                    $installs[] = $install->id;
                }
            }

            return $installs;
        }

        /**
         * Displays the "Change User" dialog box when the user clicks on the "Change User" button on the "Account" page.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         *
         * @param number[] $install_ids
         */
        function _add_user_change_dialog_box( $install_ids ) {
            $vars = array(
                'id'             => $this->_module_id,
                'license_owners' => $this->fetch_installs_licenses_owners_data( $install_ids )
            );

            fs_require_template( 'forms/user-change.php', $vars );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.1
         */
        function _add_data_debug_mode_dialog_box() {
            $vars = array(
                'id' => $this->_module_id,
            );

            fs_require_template( 'forms/data-debug-mode.php', $vars );
        }

        /**
         * Displays a subscription cancellation dialog box when the user clicks on the "Deactivate License"
         * link on the "Account" page or deactivates a plugin and there's an active subscription that is
         * either associated with a non-lifetime single-site license or non-lifetime multisite license that
         * is only activated on a single production site.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.2.1
         *
         * @param bool $is_license_deactivation
         *
         * @return array
         */
        function _get_subscription_cancellation_dialog_box_template_params( $is_license_deactivation = false ) {
            if ( fs_is_network_admin() ) {
                // Subscription cancellation dialog box is currently not supported for multisite networks.
                return array();
            }
            
            if ( $this->is_whitelabeled() ) {
                return array();
            }

            $license = $this->_get_license();

            /**
             * If the installation is associated with a non-lifetime license, which is either a single-site or only activated on a single production site (or zero), and connected to an active subscription, suggest the customer to cancel the subscription upon deactivation.
             *
             * @author Leo Fajardo (@leorw) (Comment added by Vova Feldman @svovaf)
             * @since 2.2.1
             */
            if ( ! is_object( $license ) ||
                $license->is_lifetime() ||
                ( ! $license->is_single_site() && $license->activated > 1 )
            ) {
                return array();
            }

            /**
             * @var FS_Subscription $subscription
             */
            $subscription = $this->_get_subscription( $license->id );
            if ( ! is_object( $subscription ) || ! $subscription->is_active() ) {
                return array();
            }

            return array(
                'id'                      => $this->_module_id,
                'license'                 => $license,
                'has_trial'               => $this->is_paid_trial(),
                'is_license_deactivation' => $is_license_deactivation,
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.2
         */
        function _add_premium_version_upgrade_selection_dialog_box() {
            $modules_update = get_site_transient( $this->is_theme() ? 'update_themes' : 'update_plugins' );
            if ( ! isset( $modules_update->response[ $this->_plugin_basename ] ) ) {
                return;
            }

            $vars = array(
                'id'          => $this->_module_id,
                'new_version' => is_object( $modules_update->response[ $this->_plugin_basename ] ) ?
                    $modules_update->response[ $this->_plugin_basename ]->new_version :
                    $modules_update->response[ $this->_plugin_basename ]['new_version']
            );

            fs_require_template( 'forms/premium-versions-upgrade-metadata.php', $vars );
            fs_require_once_template( 'forms/premium-versions-upgrade-handler.php', $vars );
        }

        /**
         * Displays the opt-out dialog box when the user clicks on the "Opt Out" link on the "Plugins"
         * page.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1.5
         */
        function _add_optout_dialog() {
            if ( $this->is_theme() ) {
                $vars = null;
                fs_require_once_template( '/js/jquery.content-change.php', $vars );
            }

            $vars = array( 'id' => $this->_module_id );
            fs_require_template( 'forms/optout.php', $vars );
        }

        /**
         * Prepare page to include all required UI and logic for the license activation dialog.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         */
        function _add_license_activation() {
            if ( $this->is_migration() ) {
                return;
            }

            if ( ! $this->is_user_admin() ) {
                // Only admins can activate a license.
                return;
            }

            if ( ! $this->has_paid_plan() ) {
                // Module doesn't have any paid plans.
                return;
            }

            if (
                $this->has_premium_version() &&
                ! $this->is_premium() &&
                /**
                 * Also handle the case when an upgrade was made using the free version.
                 * 
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.2
                 */
                ! is_object( $this->_get_license() )
            ) {
                // Only add license activation logic to the premium version, or in case of a serviceware plugin, also in the free version.
                return;
            }

            // Add license activation link and AJAX request handler.
            if ( self::is_plugins_page() ) {
                $is_network_admin = fs_is_network_admin();

                if (
                    ( $is_network_admin && $this->is_network_active() && ! $this->is_network_delegated_connection() ) ||
                    ( ! $is_network_admin && ( ! $this->is_network_active() || $this->is_delegated_connection() ) )
                ) {
                    if (
                        $this->is_premium() ||
                        ( $this->has_paid_plan() && ! $this->has_premium_version() )
                    ) {
                        /**
                         * @since 1.2.0 Add license action link only on plugins page.
                         */
                        $this->_add_license_action_link();
                    }
                }
            }

            // Add license activation AJAX callback.
            $this->add_ajax_action( 'activate_license', array( &$this, '_activate_license_ajax_action' ) );

            // Add resend license AJAX callback.
            $this->add_ajax_action( 'resend_license_key', array( &$this, '_resend_license_key_ajax_action' ) );
        }

        /**
         * Prepares page to include all required UI and logic for the "Change User" dialog.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         */
        function _add_user_change_option() {
            if ( ! $this->should_handle_user_change() ) {
                return;
            }

            $installs_ids_with_foreign_licenses = $this->get_installs_ids_with_foreign_licenses();

            if ( empty( $installs_ids_with_foreign_licenses ) ) {
                // Handle user change only when the parent product or one of its add-ons is activated with a foreign license.
                return;
            }

            // Add user change AJAX handler.
            $this->add_ajax_action( 'change_user', array( &$this, '_user_change_ajax_action' ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         */
        function should_handle_user_change() {
            if ( ! $this->is_user_admin() ) {
                // Only admins can change user.
                return false;
            }

            if ( $this->is_addon() ) {
                return false;
            }

            if ( ! $this->is_registered() ) {
                return false;
            }

            if (
                $this->is_network_active() &&
                ( fs_is_network_admin() || ! $this->is_site_delegated_connection() )
            ) {
                // Handle only on site-level "Account" section for now.
                return false;
            }

            return true;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.2
         */
        function _add_premium_version_upgrade_selection() {
            if ( ! $this->is_user_admin() ) {
                return;
            }

            if ( ! $this->is_premium() || $this->has_any_active_valid_license() ) {
                // This is relevant only to the free versions and premium versions without an active license.
                return;
            }

            if ( self::is_updates_page() || ( $this->is_plugin() && self::is_plugins_page() ) ) {
                $this->_add_premium_version_upgrade_selection_action();
            }
        }

        /**
         * @author Edgar Melkonyan
         * @since 2.4.1
         *
         * @throws Freemius_Exception
         */
        function _toggle_whitelabel_mode_ajax_handler() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'toggle_whitelabel_mode' );

            if ( ! $this->is_user_admin() ) {
                // Only for admins.
                self::shoot_ajax_failure();
            }

            $license = $this->get_api_user_scope()->call(
                "/licenses/{$this->_site->license_id}.json",
                'put',
                array( 'is_whitelabeled' => ! $this->_license->is_whitelabeled )
            );

            if ( ! $this->is_api_result_entity( $license ) ) {
                self::shoot_ajax_failure(
                FS_Api::is_api_error_object( $license ) ?
                    $license->error->message :
                    fs_text_inline( "An unknown error has occurred while trying to toggle the license's white-label mode.", 'unknown-error-occurred', $this->get_slug() )
                );
            }

            $this->_license->is_whitelabeled = $license->is_whitelabeled;
            $this->_store_licenses();

            $this->_sync_license();

            if ( ! $license->is_whitelabeled ) {
                $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
            } else {
                $this->_admin_notices->add_sticky(
                    sprintf(
                        $this->get_text_inline(
                            'Your %s license was flagged as white-labeled to hide sensitive information from the WP Admin (e.g. your email, license key, prices, billing address & invoices). If you ever wish to revert it back, you can easily do it through your %s. If this was a mistake you can also %s.',
                            'license_whitelabeled'
                        ),
                        "<strong>{$this->get_plugin_title()}</strong>",
                        sprintf( '<a href="https://users.freemius.com" target="_blank">%s</a>', $this->get_text_inline( 'User Dashboard', 'user-dashboard' ) ),
                        sprintf( '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>', $this->get_text_inline( 'revert it now', 'revert-it-now' ) )
                    ),
                    'license_whitelabeled'
                );
            }

            self::shoot_ajax_response( array( 'success' => true ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.0
         */
        function _add_beta_mode_update_handler() {
            if ( ! $this->is_user_admin() ) {
                return;
            }

            if ( ! $this->is_premium() ) {
                return;
            }

            $this->add_ajax_action( 'set_beta_mode', array( &$this, '_set_beta_mode_ajax_handler' ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.0
         */
        function _set_beta_mode_ajax_handler() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'set_beta_mode' );

            if ( ! $this->is_user_admin() ) {
                // Only for admins.
                self::shoot_ajax_failure();
            }

            $is_beta = trim( fs_request_get( 'is_beta', '', 'post' ) );

            if ( empty( $is_beta ) || ! in_array( $is_beta, array( 'true', 'false' ) ) ) {
                self::shoot_ajax_failure();
            }

            $site = $this->api_site_call(
                '',
                'put',
                array(
                    'is_beta'   => ( 'true' == $is_beta ),
                    'fields'    => 'is_beta'
                )
            );

            if ( ! $this->is_api_result_entity( $site ) ) {
                self::shoot_ajax_failure(
                    FS_Api::is_api_error_object( $site ) ?
                        $site->error->message :
                        fs_text_inline( "An unknown error has occurred while trying to set the user's beta mode.", 'unknown-error-occurred', $this->get_slug() )
                );
            }

            $this->_site->is_beta = $site->is_beta;
            $this->_store_site();

            self::shoot_ajax_response( array( 'success' => true ) );
        }

        /**
         * License activation WP AJAX handler.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.9
         *
         * @uses Freemius::activate_license()
         */
        function _activate_license_ajax_action() {
            $this->_logger->entrance();
            
            $this->check_ajax_referer( 'activate_license' );

            $license_key = trim( fs_request_get_raw( 'license_key' ) );

            if ( empty( $license_key ) ) {
                $license_id = trim( fs_request_get_raw( 'license_id' ) );

                if ( FS_Plugin_License::is_valid_id( $license_id ) ) {
                    $license = $this->_get_license_by_id( $license_id, false );

                    if ( is_object( $license ) ) {
                        $license_key = $license->secret_key;
                    }
                }
            }

            if ( empty( $license_key ) ) {
                exit;
            }

            $sites = fs_is_network_admin() ?
                fs_request_get( 'sites', array(), 'post' ) :
                array();

            $result = $this->activate_license(
                $license_key,
                $sites,
                fs_request_get_bool( 'is_marketing_allowed', null ),
                fs_request_get( 'blog_id', null ),
                fs_request_get( 'module_id', null, 'post' ),
                fs_request_get( 'user_id', null ),
                fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
                fs_request_get_bool( 'is_diagnostic_tracking_allowed', null )
            );

            if (
                $result['success'] &&
                $this->is_bundle_license_auto_activation_enabled()
            ) {
                $license             = new FS_Plugin_License();
                $license->secret_key = $license_key;

                $this->maybe_activate_bundle_license( $license, $sites );
            }

            echo json_encode( $result );

            exit;
        }

        /**
         * User change WP AJAX handler.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         */
        function _user_change_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'change_user' );

            $new_email_address = trim( fs_request_get( 'email_address', '' ) );
            $new_user_id       = fs_request_get( 'user_id' );

            if ( empty( $new_email_address ) && ! FS_User::is_valid_id( $new_user_id ) ) {
                self::shoot_ajax_failure( fs_text_inline( 'Invalid new user ID or email address.', 'invalid-new-user-id-or-email', $this->get_slug() ) );
            }

            $params = array();

            if ( ! empty( $new_email_address ) ) {
                $params['user_email'] = $new_email_address;
            } else {
                $params['user_id'] = $new_user_id;
            }

            $installs_info_by_slug_map = $this->get_parent_and_addons_installs_info();
            $install_ids               = array();

            foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
                $install_ids[ $slug ] = $install_info['install']->id;
            }
            
            $params['install_ids'] = implode( ',', array_values( $install_ids ) );

            $install = $this->get_api_site_scope()->call( $this->add_show_pending( '/' ), 'put', $params );

            if ( FS_Api::is_api_error( $install ) ) {
                $error = '';

                if ( is_object( $install ) ) {
                    switch ( $install->error->code ) {
                        case 'user_exist':
                            $error = (
                                $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...' .
                                $this->get_text_inline( 'Sorry, we could not complete the email update. Another user with the same email is already registered.', 'user-exist-message' ) . ' ' .
                                sprintf( $this->get_text_inline( 'If you would like to give up the ownership of the %s\'s account to %s click the Change Ownership button.', 'user-exist-message_ownership' ), $this->_module_type, '<b>' . $new_email_address . '</b>' ) .
                                sprintf(
                                    '<a style="line-height: 40px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
                                    $this->get_account_url( 'change_owner', array(
                                        'state'           => 'init',
                                        'candidate_email' => $new_email_address
                                    ) ),
                                    $this->get_text_inline( 'Change Ownership', 'change-ownership' )
                                )
                            );
                            break;
                    }
                }

                if ( empty( $error ) ) {
                    $error = FS_Api::is_api_error_object( $install ) ?
                        $install->error->message :
                        var_export( $install->error, true );
                }

                self::shoot_ajax_failure( $error );
            } else {
                if (
                    // If successful ownership change.
                    $this->get_user()->id != $install->user_id ||
                    ! empty( $new_email_address )
                ) {
                    $this->complete_ownership_change_by_license( $install->user_id, $install_ids );
                }
            }

            self::shoot_ajax_success();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2.14
         */
        function starting_migration() {
            if ( ! empty( $this->_storage->license_migration ) ) {
                // Do not overwrite the data if already set.
                return;
            }

            $this->_storage->license_migration = array(
                'is_migrating'    => true,
                'start_timestamp' => time()
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2.14
         */
        function is_migration() {
            if ( $this->is_addon() ) {
                return $this->get_parent_instance()->is_migration();
            }

            if ( empty( $this->_storage->license_migration ) ) {
                return false;
            }

            if ( ! $this->_storage->license_migration['is_migrating'] ) {
                return false;
            }

            return (
                // Return `true` if the migration is within 5 minutes from the starting time.
                ( time() - $this->_storage->license_migration['start_timestamp'] ) <= WP_FS__TIME_5_MIN_IN_SEC
            );
        }

        /**
         *
         * A helper method to activate migrated licenses. If the product is network activated and integrated, the method will network activate the license.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.0
         *         
         * @param string      $license_key
         * @param null|bool   $is_marketing_allowed
         * @param null|number $plugin_id
         * @param array       $sites
         * @param int         $blog_id
         *
         * @return array {
         *      @var bool   $success
         *      @var string $error
         *      @var string $next_page
         * }
         *
         * @uses Freemius::activate_license()
         */
        function activate_migrated_license(
            $license_key,
            $is_marketing_allowed = null,
            $plugin_id = null,
            $sites = array(),
            $blog_id = null
        ) {
            $this->_logger->entrance();

            $result = $this->activate_license(
                $license_key,
                ( empty( $sites ) && is_null( $blog_id ) && $this->is_network_active() ) ?
                    $this->get_sites_for_network_level_optin() :
                    $sites,
                $is_marketing_allowed,
                $blog_id,
                $plugin_id
            );

            // No need to show the sticky after license activation notice after migrating a license.
            $this->_admin_notices->remove_sticky( 'plan_upgraded' );

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @return string
         */
        function get_pricing_js_path() {
            if ( ! isset( $this->_pricing_js_path ) ) {
                $pricing_js_path = $this->apply_filters( 'freemius_pricing_js_path', '' );

                if ( empty( $pricing_js_path ) ) {
                    global $fs_active_plugins;

                    foreach ( $fs_active_plugins->plugins as $sdk_path => $data ) {
                        if ( $data->plugin_path == $this->get_plugin_basename() ) {
                            $plugin_or_theme_root_dir = ( $this->is_plugin() ? WP_PLUGIN_DIR : get_theme_root( get_stylesheet() ) );

                            $pricing_js_path = $plugin_or_theme_root_dir
                                . '/'
                                // The basename will be `plugins`, `themes`, or the basename of a custom plugins or themes directory.
                                . str_replace( '../' . basename( $plugin_or_theme_root_dir ) . '/', '', $sdk_path )
                                . '/includes/freemius-pricing/freemius-pricing.js';

                            break;
                        }
                    }
                }

                $this->_pricing_js_path = $pricing_js_path;
            }

            return $this->_pricing_js_path;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         *
         * @return bool
         */
        function should_use_external_pricing() {
            if ( is_null( $this->_use_external_pricing ) ) {
                $pricing_js_path = $this->get_pricing_js_path();

                $this->_use_external_pricing = ( empty( $pricing_js_path ) || ! file_exists( $pricing_js_path ) );
            }

            return $this->_use_external_pricing;
        }

        /**
         * The implementation of this method was previously in `_activate_license_ajax_action()`.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.4
         * @since  2.0.0 When a super-admin that hasn't connected before is network activating a license and excluding some of the sites for the license activation, go over the unselected sites in the network and if a site is not connected, skipped, nor delegated, if it's a freemium product then just skip the connection for the site, if it's a premium only product, delegate the connection and license activation to the site admin (Vova Feldman @svovaf).
         * @param string      $license_key
         * @param array       $sites
         * @param null|bool   $is_marketing_allowed
         * @param null|int    $blog_id
         * @param null|number $plugin_id
         * @param null|number $license_owner_id
         * @param bool|null   $is_extensions_tracking_allowed
         * @param bool|null   $is_diagnostic_tracking_allowed Since 2.5.0.2 to allow license activation with minimal data footprint.
         *
         *
         * @return array {
         *      @var bool   $success
         *      @var string $error
         *      @var string $next_page
         * }
         */
        private function activate_license(
            $license_key,
            $sites = array(),
            $is_marketing_allowed = null,
            $blog_id = null,
            $plugin_id = null,
            $license_owner_id = null,
            $is_extensions_tracking_allowed = null,
            $is_diagnostic_tracking_allowed = null
        ) {
            $this->_logger->entrance();

            $license_key = trim( $license_key );

            $is_network_activation_or_migration = (
                fs_is_network_admin() ||
                ( ! empty( $sites ) && $this->is_migration() )
            );

            if ( ! $is_network_activation_or_migration ) {
                // If the license activation is executed outside the context of a network admin, ignore the sites collection.
                $sites = array();
            }

            $fs = ( empty($plugin_id) || $plugin_id == $this->_module_id ) ?
                $this :
                $this->get_addon_instance( $plugin_id );

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                FS_Permission_Manager::PERMISSION_DIAGNOSTIC => $is_diagnostic_tracking_allowed,
                FS_Permission_Manager::PERMISSION_EXTENSIONS => $is_extensions_tracking_allowed,
            ) );

            $error     = false;
            $next_page = false;

            $has_valid_blog_id = is_numeric( $blog_id );

            $user = null;

            if ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) {
                /**
                 * When activating an add-on's license and the parent is opted-in, activate the license with the parent's opted-in user context.
                 *
                 * @author Vova Feldman (@svovaf)
                 */
                $user = $fs->get_parent_instance()->get_current_or_network_user();
            } else if ( $fs->is_registered() ) {
                $user = $fs->get_current_or_network_user();
            }

            if ( $has_valid_blog_id ) {
                /**
                 * If a specific blog ID was provided, activate the license only on the specific blog that is associated with the given blog ID.
                 *
                 * @author Leo Fajardo (@leorw)
                 */
                $fs->switch_to_blog( $blog_id );
            }

            if ( is_object( $user ) ) {
                $result = true;

                if ( $is_network_activation_or_migration && ! $has_valid_blog_id ) {
                    // If no specific blog ID was provided, activate the license for all sites in the network.
                    $blog_2_install_map = array();
                    $site_ids           = array();

                    foreach ( $sites as $site ) {
                        if ( ! isset( $site['blog_id'] ) || ! is_numeric( $site['blog_id'] ) ) {
                            continue;
                        }

                        $install = $fs->get_install_by_blog_id( $site['blog_id'] );

                        if ( is_object( $install ) ) {
                            $blog_2_install_map[ $site['blog_id'] ] = $install;
                        } else {
                            $site_ids[] = $site['blog_id'];
                        }
                    }

                    if ( ! empty( $blog_2_install_map ) ) {
                        $result = $fs->activate_license_on_many_installs( $user, $license_key, $blog_2_install_map );
                    }

                    if ( true === $result && ! empty( $site_ids ) ) {
                        $result = $fs->activate_license_on_many_sites( $user, $license_key, $site_ids );
                    }
                } else {
                    if ( $fs->is_registered() ) {
                        $params = array(
                            'license_key' => $fs->apply_filters( 'license_key', $license_key )
                        );

                        $install_ids = array();

                        $change_owner = FS_User::is_valid_id( $license_owner_id );

                        if ( $change_owner ) {
                            $params['user_id'] = $license_owner_id;

                            $installs_info_by_slug_map = $fs->get_parent_and_addons_installs_info();

                            foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
                                $install_ids[ $slug ] = $install_info['install']->id;
                            }

                            $params['install_ids'] = implode( ',', array_values( $install_ids ) );
                        }

                        $api = $fs->get_api_site_scope();

                        $result = $api->call( $fs->add_show_pending( '/' ), 'put', $params );

                        if ( ! FS_Api::is_api_error( $result ) ) {
                            $install = $result;

                            $fs->reconnect_locally( $has_valid_blog_id );

                            if (
                                $change_owner &&
                                // If successful ownership change.
                                $fs->get_user()->id != $install->user_id
                            ) {
                                $fs->complete_ownership_change_by_license( $install->user_id, $install_ids );
                            }
                        }
                    } else /* ( $fs->is_addon() && $fs->get_parent_instance()->is_registered() ) */ {
                        $result = $fs->activate_license_on_site( $user, $license_key );
                    }
                }

                $is_connected = null;

                if ( true !== $result && ! FS_Api::is_api_result_entity( $result ) ) {
                    if ( FS_Api::is_blocked( $result ) ) {
                        $result->error->message = $this->generate_api_blocked_notice_message_from_result( $result );

                        $is_connected = false;
                    }

                    $error = FS_Api::is_api_error_object( $result ) ?
                        $result->error->message :
                        var_export( $result, true );
                } else {
                    $is_connected = true;

                    $fs->network_upgrade_mode_completed();

                    $fs->_user = $user;

                    if ( fs_is_network_admin() && ! $has_valid_blog_id ) {
                        $fs->_site = $fs->get_network_install();
                    }

                    $fs->_sync_license( true, $has_valid_blog_id );

                    $this->maybe_sync_install_user();

                    $next_page = $fs->is_addon() ?
                        $fs->get_parent_instance()->get_account_url() :
                        $fs->get_after_activation_url( 'after_connect_url' );
                }

                $fs->update_connectivity_info( $is_connected );
            } else {
                $next_page = $fs->opt_in(
                    false,
                    false,
                    false,
                    $license_key,
                    false,
                    false,
                    false,
                    $is_marketing_allowed,
                    $sites
                );

                if ( isset( $next_page->error ) ) {
                    $error = $next_page->error;
                } else {
                    if ( $is_network_activation_or_migration ) {
                        /**
                         * Get the list of sites that were just opted-in (and license activated).
                         * This is an optimization for the next part below saving some DB queries.
                         */
                        $connected_sites = array();
                        foreach ( $sites as $site ) {
                            if ( isset( $site['blog_id'] ) && is_numeric( $site['blog_id'] ) ) {
                                $connected_sites[ $site['blog_id'] ] = true;
                            }
                        }

                        $all_sites        = self::get_sites();
                        $pending_blog_ids = array();

                        /**
                         * Check if there are any sites that are not connected, skipped, nor delegated. For every site that falls into that category, if the product is freemium, skip the connection. If the product is premium only, delegate the connection to the site administrator.
                         *
                         * @author Vova Feldman (@svovaf)
                         */
                        foreach ( $all_sites as $site ) {
                            $blog_id = self::get_site_blog_id( $site );

                            if ( isset( $connected_sites[ $blog_id ] ) ) {
                                // Site was just connected.
                                continue;
                            }

                            if ( $fs->is_installed_on_site( $blog_id ) ) {
                                // Site was already connected before.
                                continue;
                            }

                            if ( $fs->is_site_delegated_connection( $blog_id ) ) {
                                // Site's connection was delegated.
                                continue;
                            }

                            if ( $fs->is_anonymous_site( $blog_id ) ) {
                                // Site connection was already skipped.
                                continue;
                            }

                            $pending_blog_ids[] = $blog_id;
                        }

                        if ( ! empty( $pending_blog_ids ) ) {
                            if ( $fs->is_freemium() && $fs->is_enable_anonymous() ) {
                                $fs->skip_connection( $pending_blog_ids );
                            } else {
                                $fs->delegate_connection( $pending_blog_ids );
                            }
                        }
                    }
                }
            }

            if ( false === $error && true === $fs->_storage->require_license_activation ) {
                $fs->_storage->require_license_activation = false;
            }

            $result = array(
                'success' => ( false === $error )
            );

            if ( false !== $error ) {
                $result['error'] = $fs->apply_filters( 'opt_in_error_message', $error );
            } else {
                if ( $fs->is_addon() || $fs->has_addons() ) {
                    /**
                     * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
                     * an updated valid user licenses collection will be fetched from the server which is used to also
                     * update the account add-ons (add-ons the user has licenses for).
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since  2.2.4
                     */
                    $fs->purge_valid_user_licenses_cache();
                }

                $result['next_page'] = $next_page;
            }

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.2
         *
         * @return array {
         *      @key   string Product slug.
         *      @value array {
         *          @property FS_Site           $site
         *          @property FS_Plugin_License $license
         *      }
         * }
         */
        private function get_parent_and_addons_installs_info() {
            $fs = $this->is_addon() ?
                $this->get_parent_instance() :
                $this;

            $installed_addons_ids = array();

            $installed_addons_instances = $fs->get_installed_addons();
            foreach ( $installed_addons_instances as $instance ) {
                $installed_addons_ids[] = $instance->get_id();
            }

            $addons_ids = array_unique( array_merge(
                $installed_addons_ids,
                $fs->get_updated_account_addons()
            ) );

            // Add parent product info.
            $installs_info_by_slug_map = array(
                $fs->get_slug() => array(
                    'install' => $fs->get_site(),
                    'license' => $fs->_get_license()
                )
            );

            foreach ( $addons_ids as $addon_id ) {
                $is_installed = isset( $installed_addons_ids_map[ $addon_id ] );

                $addon_info = $fs->_get_addon_info( $addon_id, $is_installed );

                if ( ! isset( $addon_info['is_connected'] ) || ! $addon_info['is_connected'] ) {
                    // Add-on is not associated with an install entity.
                    continue;
                }

                $installs_info_by_slug_map[ $addon_info['slug'] ] = array(
                    'install' => $addon_info['site'],
                    'license' => isset( $addon_info['license'] ) ?
                        $addon_info['license'] :
                        null
                );
            }

            return $installs_info_by_slug_map;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3.1
         */
        function _network_activate_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'network_activate' );

            $plugin_id = fs_request_get( 'module_id', '', 'post' );
            $fs        = ( $plugin_id == $this->_module_id ) ?
                $this :
                $this->get_addon_instance( $plugin_id );

            $error = false;

            $sites = fs_request_get( 'sites', array(), 'post' );
            if ( is_array( $sites ) && ! empty( $sites ) ) {
                $sites_by_action = array(
                    'allow'    => array(),
                    'delegate' => array(),
                    'skip'     => array()
                );

                foreach ( $sites as $site ) {
                    $sites_by_action[ $site['action'] ][] = $site;
                }

                $total_sites             = count( $sites );
                $total_sites_to_delegate = count( $sites_by_action['delegate'] );

                $next_page = '';

                $has_any_install = fs_request_get_bool( 'has_any_install' );

                if ( $total_sites === $total_sites_to_delegate &&
                    ! $this->is_network_upgrade_mode() &&
                    ! $has_any_install
                ) {
                    $this->delegate_connection();
                } else {
                    if ( ! empty( $sites_by_action['delegate'] ) ) {
                        $this->delegate_connection( self::get_sites_blog_ids( $sites_by_action['delegate'] ) );
                    }

                    if ( ! empty( $sites_by_action['skip'] ) ) {
                        $this->skip_connection( self::get_sites_blog_ids( $sites_by_action['skip'] ) );
                    }

                    if ( empty( $sites_by_action['allow'] ) ) {
                        if ( $has_any_install ) {
                            $first_install = $fs->find_first_install();

                            if ( ! is_null( $first_install ) ) {
                                $fs->_site                             = $first_install['install'];
                                $fs->_storage->network_install_blog_id = $first_install['blog_id'];

                                $fs->_user                     = self::_get_user_by_id( $fs->_site->user_id );
                                $fs->_storage->network_user_id = $fs->_user->id;
                            }
                        }
                    } else {
                        if ( ! $fs->is_registered() || ! $this->_is_network_active ) {
                            $next_page = $fs->opt_in(
                                false,
                                false,
                                false,
                                false,
                                false,
                                false,
                                false,
                                fs_request_get_bool( 'is_marketing_allowed', null ),
                                $sites_by_action['allow']
                            );
                        } else {
                            $next_page = $fs->install_with_user(
                                $this->get_network_user(),
                                false,
                                false,
                                false,
                                true,
                                $sites_by_action['allow']
                            );
                        }

                        if ( is_object( $next_page ) && isset( $next_page->error ) ) {
                            $error = $next_page->error;
                        }
                    }
                }

                if ( empty( $next_page ) ) {
                    $next_page = $this->get_after_activation_url( 'after_network_activation_url' );
                }
            } else {
                $error = $this->get_text_inline( 'Invalid site details collection.', 'invalid_site_details_collection' );
            }

            $result = array(
                'success' => ( false === $error )
            );

            if ( false !== $error ) {
                $result['error'] = $error;
            } else {
                $result['next_page'] = $next_page;
            }

            echo json_encode( $result );

            exit;
        }

        /**
         * Billing update AJAX callback.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         */
        function _update_billing_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'update_billing' );

            if ( ! $this->is_user_admin() ) {
                // Only for admins.
                self::shoot_ajax_failure();
            }

            $billing = fs_request_get( 'billing' );

            $api    = $this->get_api_user_scope();
            $result = $api->call( '/billing.json', 'put', array_merge( $billing, array(
                'plugin_id' => $this->get_parent_id(),
            ) ) );

            if ( ! $this->is_api_result_entity( $result ) ) {
                self::shoot_ajax_failure();
            }

            // Purge cached billing.
            $this->get_api_user_scope()->purge_cache( 'billing.json' );

            self::shoot_ajax_success();
        }

        /**
         * Trial start for anonymous users (AJAX callback).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         */
        function _start_trial_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'start_trial' );

            if ( ! $this->is_user_admin() ) {
                // Only for admins.
                self::shoot_ajax_failure();
            }

            $trial_data = fs_request_get( 'trial' );

            $next_page = $this->opt_in(
                false,
                false,
                false,
                false,
                false,
                $trial_data['plan_id']
            );

            if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
                self::shoot_ajax_failure(
                    isset( $next_page->error ) ?
                        $next_page->error->message :
                        var_export( $next_page, true )
                );
            }

            $this->shoot_ajax_success( array(
                'next_page' => $next_page,
            ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.0
         */
        function _resend_license_key_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'resend_license_key' );

            $email_address = sanitize_email( trim( fs_request_get( 'email', '', 'post' ) ) );

            if ( empty( $email_address ) ) {
                exit;
            }

            $error = false;

            $api    = $this->get_api_plugin_scope();
            $result = $api->call( '/licenses/resend.json', 'post',
                array(
                    'email' => $email_address,
                    'url'   => home_url(),
                )
            );

            if ( is_object( $result ) && isset( $result->error ) ) {
                $error = $result->error;

                if ( in_array( $error->code, array( 'invalid_email', 'no_user' ) ) ) {
                    $error = $this->get_text_inline( "We couldn't find your email address in the system, are you sure it's the right address?", 'email-not-found' );
                } else if ( 'no_license' === $error->code ) {
                    $error = $this->get_text_inline( "We can't see any active licenses associated with that email address, are you sure it's the right address?", 'no-active-licenses' );
                } else {
                    $error = $error->message;
                }
            }

            $licenses = array(
                'success' => ( false === $error )
            );

            if ( false !== $error ) {
                $licenses['error'] = sprintf( '%s... %s', $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ), strtolower( $error ) );
            }

            echo json_encode( $licenses );

            exit;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.8
         *
         * @var string
         */
        private static $_pagenow;

        /**
         * Get current page or the referer if executing a WP AJAX request.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.8
         *
         * @return string
         */
        static function get_current_page() {
            if ( ! isset( self::$_pagenow ) ) {
                global $pagenow;
                if ( empty( $pagenow ) && is_admin() && is_multisite() ) {
                    /**
                     * It appears that `$pagenow` is not yet initialized in some network admin pages when this method
                     * is called, so initialize it here using some pieces of code from `wp-includes/vars.php`.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.3
                     */
                    if ( is_network_admin() ) {
                        preg_match( '#/wp-admin/network/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
                    } else if ( is_user_admin() ) {
                        preg_match( '#/wp-admin/user/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
                    } else {
                        preg_match( '#/wp-admin/?(.*?)$#i', $_SERVER['PHP_SELF'], $self_matches );
                    }

                    $pagenow = $self_matches[1];
                    $pagenow = trim( $pagenow, '/' );
                    $pagenow = preg_replace( '#\?.*?$#', '', $pagenow );
                    if ( '' === $pagenow || 'index' === $pagenow || 'index.php' === $pagenow ) {
                        $pagenow = 'index.php';
                    } else {
                        preg_match( '#(.*?)(/|$)#', $pagenow, $self_matches );
                        $pagenow = strtolower( $self_matches[1] );
                        if ( '.php' !== substr($pagenow, -4, 4) )
                            $pagenow .= '.php'; // for Options +Multiviews: /wp-admin/themes/index.php (themes.php is queried)
                    }
                }

                self::$_pagenow = $pagenow;

                if ( self::is_ajax() &&
                     'admin-ajax.php' === $pagenow
                ) {
                    $referer = fs_get_raw_referer();

                    if ( is_string( $referer ) ) {
                        $parts = explode( '?', $referer );

                        self::$_pagenow = basename( $parts[0] );
                    }
                }
            }

            return self::$_pagenow;
        }

        /**
         * Helper method to check if user in the plugins page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @return bool
         */
        static function is_plugins_page() {
            return ( 'plugins.php' === self::get_current_page() );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.2.3
         *
         * @return bool
         */
        static function is_plugin_install_page() {
            return ( 'plugin-install.php' === self::get_current_page() );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.2
         *
         * @return bool
         */
        static function is_updates_page() {
            return ( 'update-core.php' === self::get_current_page() );
        }

        /**
         * Helper method to check if user in the themes page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.6
         *
         * @return bool
         */
        static function is_themes_page() {
            return ( 'themes.php' === self::get_current_page() );
        }

        #----------------------------------------------------------------------------------
        #region Affiliation
        #----------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @return bool
         */
        function has_affiliate_program() {
            if ( ! is_object( $this->_plugin ) ) {
                return false;
            }

            return $this->_plugin->has_affiliate_program();
        }

        /**
         * Get Plugin ID under which we will track affiliate application.
         *
         * This could either be the Bundle ID or the main plugin ID.
         *
         * @return number Bundle ID if developer has provided one, else the main plugin ID.
         */
        private function get_plugin_id_for_affiliate_terms() {
            return $this->has_bundle_context() ?
                $this->get_bundle_id() :
                $this->_plugin->id;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.4
         */
        private function fetch_affiliate_terms() {
            if ( ! is_object( $this->plugin_affiliate_terms ) ) {
                /**
                 * In case we have a bundle set in SDK configuration, we would like to use that for affiliates, not the main plugin.
                 */
                $plugins_api = $this->has_bundle_context() ?
                    $this->get_api_bundle_scope() :
                    $this->get_api_plugin_scope();

                $affiliate_terms = $plugins_api->get( '/aff.json?type=affiliation', false );

                /**
                 * At this point, we intentionally don't fallback to the main plugin, because the developer has chosen to use bundle. So it makes sense the affiliate program should be in context to the bundle too.
                 */
                if ( ! $this->is_api_result_entity( $affiliate_terms ) ) {
                    return;
                }

                $this->plugin_affiliate_terms = new FS_AffiliateTerms( $affiliate_terms );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.4
         */
        private function fetch_affiliate_and_custom_terms() {
            if ( ! empty( $this->_storage->affiliate_application_data ) ) {
                $application_data = $this->_storage->affiliate_application_data;
                $flush            = ( ! isset( $application_data['status'] ) || 'pending' === $application_data['status'] );

                $plugin_id_for_affiliate = $this->get_plugin_id_for_affiliate_terms();

                $users_api = $this->get_api_user_scope();
                $result    = $users_api->get( "/plugins/{$plugin_id_for_affiliate}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json", $flush );
                if ( $this->is_api_result_object( $result, 'affiliates' ) ) {
                    if ( ! empty( $result->affiliates ) ) {
                        $affiliate = new FS_Affiliate( $result->affiliates[0] );

                        if ( ! isset( $application_data['status'] ) || $application_data['status'] !== $affiliate->status ) {
                            $application_data['status']                 = $affiliate->status;
                            $this->_storage->affiliate_application_data = $application_data;
                        }

                        if ( $affiliate->is_using_custom_terms ) {
                            $affiliate_terms = $users_api->get( "/plugins/{$this->_plugin->id}/affiliates/{$affiliate->id}/aff/{$affiliate->custom_affiliate_terms_id}.json", $flush );
                            if ( $this->is_api_result_entity( $affiliate_terms ) ) {
                                $this->custom_affiliate_terms = new FS_AffiliateTerms( $affiliate_terms );
                            }
                        }

                        $this->affiliate = $affiliate;
                    }
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         */
        private function fetch_affiliate_and_terms() {
            $this->_logger->entrance();

            $this->fetch_affiliate_terms();
            $this->fetch_affiliate_and_custom_terms();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @return FS_Affiliate
         */
        function get_affiliate() {
            return $this->affiliate;
        }


        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @return FS_AffiliateTerms
         */
        function get_affiliate_terms() {
            return is_object( $this->custom_affiliate_terms ) ?
                $this->custom_affiliate_terms :
                $this->plugin_affiliate_terms;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         */
        function _submit_affiliate_application() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'submit_affiliate_application' );

            if ( ! $this->is_user_admin() ) {
                // Only for admins.
                self::shoot_ajax_failure();
            }

            $affiliate = fs_request_get( 'affiliate' );

            if ( empty( $affiliate['promotion_methods'] ) ) {
                unset( $affiliate['promotion_methods'] );
            }

            if ( ! empty( $affiliate['additional_domains'] ) ) {
                $affiliate['additional_domains'] = array_unique( $affiliate['additional_domains'] );
            }

            if ( ! $this->is_registered() ) {
                $email_address = isset( $affiliate['email'] ) ? $affiliate['email'] : '';

                if ( ! is_email( $email_address ) ) {
                    self::shoot_ajax_failure('Invalid email address.');
                }

                // Opt in but don't track usage.
                $next_page = $this->opt_in(
                    $email_address,
                    false,
                    false,
                    false,
                    false,
                    false,
                    true
                );

                if ( is_object( $next_page ) && $this->is_api_error( $next_page ) ) {
                    self::shoot_ajax_failure(
                        isset( $next_page->error ) ?
                            $next_page->error->message :
                            var_export( $next_page, true )
                    );
                } else if ( $this->is_pending_activation() ) {
                    self::shoot_ajax_failure( $this->get_text_inline( 'Account is pending activation. Please check your email and click the link to activate your account and then submit the affiliate form again.', 'account-is-pending-activation' ) );
                }
            }

            $this->fetch_affiliate_terms();

            $plugin_id_for_affiliate = $this->get_plugin_id_for_affiliate_terms();

            $api    = $this->get_api_user_scope();
            $result = $api->call(
                ( "/plugins/{$plugin_id_for_affiliate}/aff/{$this->plugin_affiliate_terms->id}/affiliates.json" ),
                'post',
                $affiliate
            );

            if ( $this->is_api_error( $result ) ) {
                self::shoot_ajax_failure(
                    isset( $result->error ) ?
                        $result->error->message :
                        var_export( $result, true )
                );
            } else {
                if ( $this->_admin_notices->has_sticky( 'affiliate_program' ) ) {
                    $this->_admin_notices->remove_sticky( 'affiliate_program' );
                }

                $affiliate_application_data = array(
                    'status'                       => 'pending',
                    'stats_description'            => $affiliate['stats_description'],
                    'promotion_method_description' => $affiliate['promotion_method_description'],
                );

                if ( ! empty( $affiliate['promotion_methods'] ) ) {
                    $affiliate_application_data['promotion_methods'] = $affiliate['promotion_methods'];
                }

                if ( ! empty( $affiliate['domain'] ) ) {
                    $affiliate_application_data['domain'] = $affiliate['domain'];
                }

                if ( ! empty( $affiliate['additional_domains'] ) ) {
                    $affiliate_application_data['additional_domains'] = $affiliate['additional_domains'];
                }

                $this->_storage->affiliate_application_data = $affiliate_application_data;
            }

            // Purge cached affiliate.
            $api->purge_cache( 'affiliate.json' );

            self::shoot_ajax_success( $result );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         *
         * @return array|null
         */
        function get_affiliate_application_data() {
            if ( empty( $this->_storage->affiliate_application_data ) ) {
                return null;
            }

            return $this->_storage->affiliate_application_data;
        }

        #endregion Affiliation ------------------------------------------------------------

        #----------------------------------------------------------------------------------
        #region URL Generators
        #----------------------------------------------------------------------------------

        /**
         * Alias to pricing_url().
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @uses   pricing_url()
         *
         * @param string $period Billing cycle
         * @param bool   $is_trial
         *
         * @return string
         */
        function get_upgrade_url( $period = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
            return $this->pricing_url( $period, $is_trial );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @uses   get_upgrade_url()
         *
         * @return string
         */
        function get_trial_url() {
            return $this->get_upgrade_url( WP_FS__PERIOD_ANNUALLY, true );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.4
         *
         * @param string $new_version
         *
         * @return string
         */
        function version_upgrade_checkout_link( $new_version ) {
            if ( ! is_object( $this->_license ) ) {
                $url = $this->pricing_url();

                $purchase_license_text = $this->get_text_inline( 'Buy a license now', 'buy-license-now' );
            } else {
                $subscription = $this->_get_subscription( $this->_license->id );

                $url = $this->checkout_url(
                    is_object( $subscription ) ?
                        ( 1 == $subscription->billing_cycle ? WP_FS__PERIOD_MONTHLY : WP_FS__PERIOD_ANNUALLY ) :
                        WP_FS__PERIOD_LIFETIME,
                    false,
                    array( 'licenses' => $this->_license->quota )
                );

                $purchase_license_text = $this->get_text_inline( 'Renew your license now', 'renew-license-now' );
            }

            return sprintf(
                $this->get_text_inline( '%s to access version %s security & feature updates, and support.', 'x-for-updates-and-support' ),
                sprintf(
                    '<a href="%s">%s</a>',
                    $this->apply_filters( 'update_notice_checkout_url', $url ),
                    $purchase_license_text
                ),
                $new_version
            );
        }

        /**
         * Plugin's pricing URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string $billing_cycle Billing cycle
         *
         * @param bool   $is_trial
         *
         * @return string
         */
        function pricing_url( $billing_cycle = WP_FS__PERIOD_ANNUALLY, $is_trial = false ) {
            $this->_logger->entrance();

            $params = array(
                'billing_cycle' => $billing_cycle
            );

            if ( $is_trial ) {
                $params['trial'] = 'true';
            }

            $url = $this->is_addon() ?
                $this->_parent->addon_url( $this->_slug ) :
                $this->_get_admin_page_url( 'pricing', $params );

            return $this->apply_filters( 'pricing_url', $url );
        }

        /**
         * Checkout page URL.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    1.0.6
         *
         * @param string    $billing_cycle Billing cycle
         * @param bool      $is_trial
         * @param array     $extra         (optional) Extra parameters, override other query params.
         * @param bool|null $network
         *
         * @return string
         */
        function checkout_url(
            $billing_cycle = WP_FS__PERIOD_ANNUALLY,
            $is_trial = false,
            $extra = array(),
            $network = null
        ) {
            $this->_logger->entrance();

            $params = array(
                'checkout'      => 'true',
                'billing_cycle' => $billing_cycle,
            );

            if ( $is_trial ) {
                $params['trial'] = 'true';
            }

            /**
             * Params in extra override other params.
             */
            $params = array_merge( $params, $extra );

            return $this->apply_filters( 'checkout_url', $this->_get_admin_page_url( 'pricing', $params, $network ) );
        }

        /**
         * Add-on checkout URL.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    1.1.7
         *
         * @param number    $addon_id
         * @param number    $pricing_id
         * @param string    $billing_cycle
         * @param bool      $is_trial
         * @param bool|null $network
         *
         * @return string
         */
        function addon_checkout_url(
            $addon_id,
            $pricing_id,
            $billing_cycle = WP_FS__PERIOD_ANNUALLY,
            $is_trial = false,
            $network = null
        ) {
            return $this->checkout_url( $billing_cycle, $is_trial, array(
                'plugin_id'  => $addon_id,
                'pricing_id' => $pricing_id,
            ), $network );
        }

        #endregion

        #endregion ------------------------------------------------------------------

        /**
         * Check if plugin has any add-ons.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @since  1.1.7.3 Base logic only on the parameter provided by the developer in the init function.
         *
         * @return bool
         */
        function has_addons() {
            $this->_logger->entrance();

            return $this->_has_addons;
        }

        /**
         * Check if plugin can work in anonymous mode.
         *
         * @author     Vova Feldman (@svovaf)
         * @since      1.0.9
         *
         * @return bool
         *
         * @deprecated Please use is_enable_anonymous() instead.
         */
        function enable_anonymous() {
            return $this->_enable_anonymous;
        }

        /**
         * Check if plugin can work in anonymous mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.9
         *
         * @return bool
         */
        function is_enable_anonymous() {
            return $this->_enable_anonymous;
        }

        /**
         * Check if plugin is premium only (no free plans).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.9
         *
         * @return bool
         */
        function is_only_premium() {
            return $this->_is_premium_only;
        }

        /**
         * Checks if the plugin's type is "plugin". The other type is "theme".
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return bool
         */
        function is_plugin() {
            return ( WP_FS__MODULE_TYPE_PLUGIN === $this->_module_type );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return string
         */
        function get_module_type() {
            if ( ! isset( $this->_module_type ) ) {
                $id_slug_type_path_map = self::$_accounts->get_option( 'id_slug_type_path_map', array() );
                $this->_module_type    = $id_slug_type_path_map[ $this->_module_id ]['type'];
            }

            return $this->_module_type;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return string
         */
        function get_plugin_main_file_path() {
            return $this->_plugin_main_file_path;
        }

        /**
         * Check if module has a premium code version.
         *
         * Serviceware module might be freemium without any
         * premium code version, where the paid features
         * are all part of the service.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         *
         * @return bool
         */
        function has_premium_version() {
            return $this->_has_premium_version;
        }

        /**
         * Check if feature supported with current site's plan.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @todo   IMPLEMENT
         *
         * @param number $feature_id
         *
         * @throws Exception
         */
        function is_feature_supported( $feature_id ) {
            throw new Exception( 'not implemented' );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @return bool Is running in SSL/HTTPS
         */
        function is_ssl() {
            return WP_FS__IS_HTTPS;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool Is running in AJAX call.
         *
         * @link   http://wordpress.stackexchange.com/questions/70676/how-to-check-if-i-am-in-admin-ajax
         */
        static function is_ajax() {
            return ( defined( 'DOING_AJAX' ) && DOING_AJAX );
        }

        /**
         * Check if it's an AJAX call targeted for the current module.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         *
         * @param array|string $actions Collection of AJAX actions.
         *
         * @return bool
         */
        function is_ajax_action( $actions ) {
            // Verify it's an ajax call.
            if ( ! self::is_ajax() ) {
                return false;
            }

            // Verify the call is relevant for the plugin.
            if ( $this->_module_id != fs_request_get( 'module_id' ) ) {
                return false;
            }

            // Verify it's one of the specified actions.
            if ( is_string( $actions ) ) {
                $actions = explode( ',', $actions );
            }

            if ( is_array( $actions ) && 0 < count( $actions ) ) {
                $ajax_action = fs_request_get( 'action' );

                foreach ( $actions as $action ) {
                    if ( $ajax_action === $this->get_action_tag( $action ) ) {
                        return true;
                    }
                }
            }

            return false;
        }

        /**
         * Check if it's an AJAX call targeted for current request.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         *
         * @param array|string $actions Collection of AJAX actions.
         * @param number|null  $module_id
         *
         * @return bool
         */
        static function is_ajax_action_static( $actions, $module_id = null ) {
            // Verify it's an ajax call.
            if ( ! self::is_ajax() ) {
                return false;
            }


            if ( ! empty( $module_id ) ) {
                // Verify the call is relevant for the plugin.
                if ( $module_id != fs_request_get( 'module_id' ) ) {
                    return false;
                }
            }

            // Verify it's one of the specified actions.
            if ( is_string( $actions ) ) {
                $actions = explode( ',', $actions );
            }

            if ( is_array( $actions ) && 0 < count( $actions ) ) {
                $ajax_action = fs_request_get( 'action' );

                foreach ( $actions as $action ) {
                    if ( $ajax_action === self::get_ajax_action_static( $action, $module_id ) ) {
                        return true;
                    }
                }
            }

            return false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @return bool
         */
        static function is_cron() {
            return ( defined( 'DOING_CRON' ) && DOING_CRON );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.0
         *
         * @return bool
         */
        static function is_admin_post() {
            return ( 'admin-post.php' === self::get_current_page() );
        }

        /**
         * Check if a real user is visiting the admin dashboard.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @return bool
         */
        function is_user_in_admin() {
            return (
                is_admin() &&
                ! self::is_ajax() &&
                ! self::is_cron() &&
                ! self::is_admin_post()
            );
        }

        /**
         * Check if a real user is in the customizer view.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        static function is_customizer() {
            return is_customize_preview();
        }

        /**
         * Check if running in HTTPS and if site's plan matching the specified plan.
         *
         * @param string $plan
         * @param bool   $exact
         *
         * @return bool
         */
        function is_ssl_and_plan( $plan, $exact = false ) {
            return ( $this->is_ssl() && $this->is_plan( $plan, $exact ) );
        }

        /**
         * Construct plugin's settings page URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string    $page
         * @param array     $params
         * @param bool|null $network
         *
         * @return string
         */
        function _get_admin_page_url( $page = '', $params = array(), $network = null ) {
            if ( is_null( $network ) ) {
                $network = (
                    $this->_is_network_active &&
                    ( fs_is_network_admin() || ! $this->is_delegated_connection() )
                );
            }

            if ( 0 < count( $params ) ) {
                foreach ( $params as $k => $v ) {
                    $params[ $k ] = urlencode( $v );
                }
            }

            $page_param = $this->_menu->get_slug( $page );

            if ( empty( $page ) &&
                 // Show the opt-in as an overlay for free wp.org themes or themes without any settings page.
                 $this->show_opt_in_on_themes_page()
            ) {
                $params[ $this->get_unique_affix() . '_show_optin' ] = 'true';

                return add_query_arg(
                    $params,
                    $this->admin_url( 'themes.php', 'admin', $network )
                );
            }

            if ( ! $this->has_settings_menu() ) {
                if ( ! empty( $page ) ) {
                    // Module doesn't have a setting page, but since the request is for
                    // a specific Freemius page, use the admin.php path.
                    return add_query_arg( array_merge( $params, array(
                        'page' => $page_param,
                    ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
                } else {
                    if ( $this->is_activation_mode() ) {
                        /**
                         * @author Vova Feldman
                         * @since  1.2.1.6
                         *
                         * If plugin doesn't have a settings page, create one for the opt-in screen.
                         */
                        return add_query_arg( array_merge( $params, array(
                            'page' => $this->_slug,
                        ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
                    } else {
                        // Plugin without a settings page.
                        return add_query_arg(
                            $params,
                            $this->admin_url( 'plugins.php', 'admin', $network )
                        );
                    }
                }
            }

            // Module has a submenu settings page.
            if ( ! $this->_menu->is_top_level() ) {
                $parent_slug = $this->_menu->get_parent_slug();
                $menu_file   = ( false !== strpos( $parent_slug, '.php' ) ) ?
                    $parent_slug :
                    'admin.php';

                return add_query_arg( array_merge( $params, array(
                    'page' => $page_param,
                ) ), $this->admin_url( $menu_file, 'admin', $network ) );
            }

            // Module has a top level CPT settings page.
            if ( $this->_menu->is_cpt() ) {
                if ( empty( $page ) && $this->is_activation_mode() ) {
                    return add_query_arg( array_merge( $params, array(
                        'page' => $page_param
                    ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
                } else {
                    if ( ! empty( $page ) ) {
                        $params['page'] = $page_param;
                    }

                    return add_query_arg(
                        $params,
                        $this->admin_url( $this->_menu->get_raw_slug(), 'admin', $network )
                    );
                }
            }

            // Module has a custom top level settings page.
            return add_query_arg( array_merge( $params, array(
                'page' => $page_param,
            ) ), $this->admin_url( 'admin.php', 'admin', $network ) );
        }

        #--------------------------------------------------------------------------------
        #region Multisite
        #--------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @return bool
         */
        function is_network_active() {
            return $this->_is_network_active;
        }

        /**
         * Delegate activation for the given sites in the network (or all sites if `null`) to site admins.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param bool|int[] $all_or_blog_ids
         */
        private function delegate_connection( $all_or_blog_ids = true ) {
            $this->_logger->entrance();

            $this->_admin_notices->remove_sticky( 'connect_account' );

            if ( true === $all_or_blog_ids ) {
                // All sites delegation.
                $this->_storage->store( 'is_delegated_connection', true, true );
            } else {
                // Specified sites delegation.
                foreach ( $all_or_blog_ids as $blog_id ) {
                    $this->delegate_site_connection( $blog_id );
                }
            }

            $this->network_upgrade_mode_completed();
        }

        /**
         * Delegate specific network site conncetion to the site admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         */
        private function delegate_site_connection( $blog_id ) {
            $this->_storage->store( 'is_delegated_connection', true, $blog_id );
        }

        /**
         * Check if super-admin delegated the connection of ALL sites to the site admins.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        function is_network_delegated_connection() {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            return $this->_storage->get( 'is_delegated_connection', false, true );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return bool
         */
        function is_site_delegated_connection( $blog_id = 0 ) {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            if ( 0 == $blog_id ) {
                $blog_id = get_current_blog_id();
            }

            return $this->_storage->get( 'is_delegated_connection', false, $blog_id );
        }

        /**
         * Check if delegated the connection. When running within the network admin,
         * and haven't specified the blog ID, checks if network level delegated. If running
         * within a site admin or specified a blog ID, check if delegated the connection for
         * the current context site.
         *
         * If executed outside the the admin, check if delegated the connection
         * for the current context site OR the whole network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id If set, checks if network delegated or blog specific delegated.
         *
         * @return bool
         */
        function is_delegated_connection( $blog_id = 0 ) {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            if ( fs_is_network_admin() && 0 == $blog_id ) {
                return $this->is_network_delegated_connection();
            }

            return (
                $this->is_network_delegated_connection() ||
                $this->is_site_delegated_connection( $blog_id )
            );
        }

        /**
         * Check if the current module is active for the site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return bool
         */
        function is_active_for_site( $blog_id ) {
            if ( ! is_multisite() ) {
                // Not a multisite and this code is executed, means that the plugin is active.
                return true;
            }

            if ( $this->is_theme() ) {
                // All themes are site level activated.
                return true;
            }

            if ( $this->_is_network_active ) {
                // Plugin was network activated so it's active.
                return true;
            }

            return in_array( $this->_plugin_basename, (array) get_blog_option( $blog_id, 'active_plugins', array() ) );
        }

        /**
         * @todo Implement pagination when accessing the subsites collection.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param int $limit  Default to 1,000
         * @param int $offset Default to 0
         *
         * @return array Active & public sites collection.
         */
        static function get_sites( $limit = 1000, $offset = 0 ) {
            if ( ! is_multisite() ) {
                return array();
            }

            /**
             * For consistency with get_blog_list() which only return active public sites.
             *
             * @author Vova Feldman (@svovaf)
             */
            $args = array(
                /**
                 * Commented out in order to handle the migration of site options whether the site is public or not.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.1
                 */
                // 'public'   => 1,
                'archived' => 0,
                'mature'   => 0,
                'spam'     => 0,
                'deleted'  => 0,
                'number'   => $limit,
                'offset'   => $offset,
            );

            return get_sites( $args );
        }

        /**
         * Checks if a given blog is active.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param $blog_id
         *
         * @return bool
         */
        private static function is_site_active( $blog_id ) {
            global $wpdb;

            $blog_info = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM {$wpdb->blogs} WHERE blog_id = %d", $blog_id ) );

            if ( ! is_object( $blog_info ) ) {
                return false;
            }

            return (
                true == $blog_info->public &&
                false == $blog_info->archived &&
                false == $blog_info->mature &&
                false == $blog_info->spam &&
                false == $blog_info->deleted
            );
        }

        /**
         * Get a mapping between the site addresses to their blog IDs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return array {
         * @key    string Site address without protocol with a trailing slash.
         * @value  int Site's blog ID.
         * }
         */
        private function get_address_to_blog_map() {
            $sites = self::get_sites();

            // Map site addresses to their blog IDs.
            $address_to_blog_map = array();
            foreach ( $sites as $site ) {
                $blog_id                         = self::get_site_blog_id( $site );
                $address                         = self::get_unfiltered_site_url( $blog_id, true, true );
                $address_to_blog_map[ $address ] = $blog_id;
            }

            return $address_to_blog_map;
        }

        /**
         * Get a mapping between the site addresses to their blog IDs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return array {
         * @key    int     Site's blog ID.
         * @value  FS_Site Associated install.
         * }
         */
        function get_blog_install_map() {
            $sites = self::get_sites();

            // Map site blog ID to its install.
            $install_map = array();

            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( is_object( $install ) ) {
                    $install_map[ $blog_id ] = $install;
                }
            }

            return $install_map;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         *
         * @param bool|null $is_delegated When `true`, returns only connection delegated blog IDs. When `false`, only non-delegated blog IDs.
         *
         * @return int[]
         */
        private function get_blog_ids( $is_delegated = null ) {
            $blog_ids = array();

            $sites = self::get_sites();
            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );

                if (
                    is_null( $is_delegated ) ||
                    $is_delegated === $this->is_site_delegated_connection( $blog_id )
                ) {
                    $blog_ids[] = $blog_id;
                }
            }

            return $blog_ids;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         *
         * @return int[]
         */
        private function get_non_delegated_blog_ids() {
            return $this->get_blog_ids( false );
        }

        /**
         * Gets a map of module IDs that the given user has opted-in to.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         *
         * @param number $fs_user_id
         *
         * @return array {
         * @key number $plugin_id
         * @value bool Always true.
         * }
         */
        private static function get_user_opted_in_module_ids_map( $fs_user_id ) {
            self::$_static_logger->entrance();

            if ( ! is_multisite() ) {
                $installs = array_merge(
                    self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN ),
                    self::get_all_sites( WP_FS__MODULE_TYPE_THEME )
                );
            } else {
                $sites = self::get_sites();

                $installs = array();
                foreach ( $sites as $site ) {
                    $blog_id = self::get_site_blog_id( $site );

                    $installs = array_merge(
                        $installs,
                        self::get_all_sites( WP_FS__MODULE_TYPE_PLUGIN, $blog_id ),
                        self::get_all_sites( WP_FS__MODULE_TYPE_THEME, $blog_id )
                    );
                }
            }

            $module_ids_map = array();
            foreach ( $installs as $install ) {
                if ( is_object( $install ) &&
                     FS_Site::is_valid_id( $install->id ) &&
                     FS_User::is_valid_id( $install->user_id ) &&
                     ( $install->user_id == $fs_user_id )
                ) {
                    $module_ids_map[ $install->plugin_id ] = true;
                }
            }

            return $module_ids_map;
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @return null|array {
         *      'install' => FS_Site Module's install,
         *      'blog_id' => string The associated blog ID.
         * }
         */
        function find_first_install() {
            $sites = self::get_sites();

            foreach ( $sites as $site ) {
                $blog_id = self::get_site_blog_id( $site );
                $install = $this->get_install_by_blog_id( $blog_id );

                if ( is_object( $install ) ) {
                    return array(
                        'install' => $install,
                        'blog_id' => $blog_id
                    );
                }
            }

            return null;
        }

        /**
         * Switches the Freemius site level context to a specified blog.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int     $blog_id
         * @param FS_Site $install
         * @param bool    $flush
         *
         * @return bool Since 2.3.1 returns if a switch was made.
         */
        function switch_to_blog( $blog_id, FS_Site $install = null, $flush = false ) {
            if ( ! is_numeric( $blog_id ) ) {
                return false;
            }

            if ( ! $flush && $blog_id == $this->_context_is_network_or_blog_id ) {
                return false;
            }

            switch_to_blog( $blog_id );
            $this->_context_is_network_or_blog_id = $blog_id;

            self::$_accounts->set_site_blog_context( $blog_id );
            $this->_storage->set_site_blog_context( $blog_id );
            $this->_storage->set_network_active( $this->_is_network_active, $this->is_delegated_connection( $blog_id ) );

            $this->_site = is_object( $install ) ?
                $install :
                $this->get_install_by_blog_id( $blog_id );

            $this->_user           = false;
            $this->_licenses       = false;
            $this->_license        = null;
            $this->is_whitelabeled = null;

            if ( is_object( $this->_site ) ) {
                // Try to fetch user from install.
                $this->_user = self::_get_user_by_id( $this->_site->user_id );

                if ( ! is_object( $this->_user ) &&
                     FS_User::is_valid_id( $this->_storage->prev_user_id )
                ) {
                    // Try to fetch previously saved user.
                    $this->_user = self::_get_user_by_id( $this->_storage->prev_user_id );

                    if ( ! is_object( $this->_user ) ) {
                        // Fallback to network's user.
                        $this->_user = $this->get_network_user();
                    }
                }

                $all_plugin_licenses = self::get_all_licenses( $this->_module_id );

                if ( ! empty( $all_plugin_licenses ) ) {
                    if ( ! FS_Plugin_License::is_valid_id( $this->_site->license_id ) ) {
                        $this->_license = null;
                    } else {
                        $license_found = false;
                        foreach ( $all_plugin_licenses as $license ) {
                            if ( $license->id == $this->_site->license_id ) {
                                // License found.
                                $this->_license = $license;
                                $license_found  = true;
                                break;
                            }
                        }

                        if ( $license_found ) {
                            $this->link_license_2_user( $this->_license->id, $this->_user->id );
                        }
                    }

                    $this->_licenses = $this->get_user_licenses( $this->_user->id );
                }
            }

            unset( $this->_site_api );
            unset( $this->_user_api );

            return true;
        }

        /**
         * Restore the blog context to the blog that originally loaded the module.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function restore_current_blog() {
            $this->switch_to_blog( $this->_blog_id );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param array|WP_Site $site
         *
         * @return int
         */
        static function get_site_blog_id( &$site ) {
            return ( $site instanceof WP_Site ) ?
                $site->blog_id :
                ( is_object( $site ) && isset( $site->userblog_id ) ?
                    $site->userblog_id :
                    $site['blog_id'] );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         *
         * @param WP_Site[]|array[] $sites
         *
         * @return int[]
         */
        static function get_sites_blog_ids( $sites ) {
            $blog_ids = array();
            foreach ( $sites as $site ) {
                $blog_ids[] = self::get_site_blog_id( $site );
            }

            return $blog_ids;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param array|WP_Site|null $site
         * @param bool               $load_registration Since 2.5.1 When set to `true` the method will attempt to return the subsite's registration date, regardless of the `$site` type and value. In most calls, the registration date will be returned anyway, even when the value is `false`. This param is purely for performance optimization.
         *
         * @return array
         */
        function get_site_info( $site = null, $load_registration = false ) {
            $this->_logger->entrance();

            $switched = false;

            $registration_date = null;

            if ( is_null( $site ) ) {
                $url     = self::get_unfiltered_site_url();
                $name    = get_bloginfo( 'name' );
                $blog_id = null;
            } else {
                $blog_id = self::get_site_blog_id( $site );

                if ( get_current_blog_id() != $blog_id ) {
                    switch_to_blog( $blog_id );
                    $switched = true;
                }

                if ( $site instanceof WP_Site ) {
                    $url               = $site->siteurl;
                    $name              = $site->blogname;
                    $registration_date = $site->registered;
                } else {
                    $url  = self::get_unfiltered_site_url( $blog_id );
                    $name = get_bloginfo( 'name' );
                }
            }

            if ( empty( $registration_date ) && $load_registration ) {
                $blog_details = get_blog_details( $blog_id, false );

                if ( is_object( $blog_details ) && isset( $blog_details->registered ) ) {
                    $registration_date = $blog_details->registered;
                }
            }

            $info = array(
                'uid' => $this->get_anonymous_id( $blog_id ),
                'url' => $url,
            );

            // Add these diagnostic information only if user allowed to track.
            if ( FS_Permission_Manager::instance( $this )->is_diagnostic_tracking_allowed() ) {
                $info = array_merge( $info, array(
                    'title'    => $name,
                    'language' => self::get_sanitized_language(),
                ) );
            }

            if ( is_numeric( $blog_id ) ) {
                $info['blog_id'] = $blog_id;
            }

            if ( ! empty( $registration_date ) ) {
                $info[ 'registration_date' ] = $registration_date;
            }

            if ( $switched ) {
                restore_current_blog();
            }

            return $info;
        }

        /**
         * Load the module's install based on the blog ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int|null $blog_id
         *
         * @return FS_Site
         */
        function get_install_by_blog_id( $blog_id = null ) {
            $installs = self::get_all_sites( $this->_module_type, $blog_id );
            $install  = isset( $installs[ $this->_slug ] ) ? $installs[ $this->_slug ] : null;

            if ( is_object( $install ) &&
                 is_numeric( $install->id ) &&
                 is_numeric( $install->user_id ) &&
                 FS_Plugin_Plan::is_valid_id( $install->plan_id )
            ) {
                // Load site.
                $install = clone $install;
            }

            return $install;
        }

        /**
         * Check if module is installed on a specified site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int|null $blog_id
         *
         * @return bool
         */
        function is_installed_on_site( $blog_id = null ) {
            $installs = self::get_all_sites( $this->_module_type, $blog_id );
            $install  = isset( $installs[ $this->_slug ] ) ? $installs[ $this->_slug ] : null;

            return (
                is_object( $install ) &&
                is_numeric( $install->id ) &&
                is_numeric( $install->user_id ) &&
                FS_Plugin_Plan::is_valid_id( $install->plan_id )
            );
        }

        /**
         * Check if super-admin connected at least one site via the network opt-in.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        function is_network_registered() {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            return FS_User::is_valid_id( $this->_storage->network_user_id );
        }

        /**
         * Returns the main user associated with the network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return FS_User
         */
        function get_network_user() {
            if ( ! $this->_is_network_active ) {
                return null;
            }

            return FS_User::is_valid_id( $this->_storage->network_user_id ) ?
                self::_get_user_by_id( $this->_storage->network_user_id ) :
                null;
        }

        /**
         * Returns the current context user or the network's main user.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return FS_User
         */
        function get_current_or_network_user() {
            return ( $this->_user instanceof FS_User ) ?
                $this->_user :
                $this->get_network_user();
        }

        /**
         * Returns the main install associated with the network.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return FS_Site
         */
        function get_network_install() {
            if ( ! $this->_is_network_active ) {
                return null;
            }

            return FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ?
                $this->get_install_by_blog_id( $this->_storage->network_install_blog_id ) :
                null;
        }

        /**
         * Returns the blog ID that is associated with the main install.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @return int|null
         */
        function get_network_install_blog_id() {
            if ( ! $this->_is_network_active ) {
                return null;
            }

            return FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ?
                $this->_storage->network_install_blog_id :
                null;
        }

        /**
         * Returns the current context install or the network's main install.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return FS_Site
         */
        function get_current_or_network_install() {
            return ( $this->_site instanceof FS_Site ) ?
                $this->_site :
                $this->get_network_install();
        }

        /**
         * Check if executing a site level action from the network level admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return false|int If yes, return the requested blog ID.
         */
        private function is_network_level_site_specific_action() {
            if ( ! $this->_is_network_active ) {
                return false;
            }

            if ( ! fs_is_network_admin() ) {
                return false;
            }

            $blog_id = fs_request_get( 'blog_id', '' );

            return is_numeric( $blog_id ) ? $blog_id : false;
        }

        /**
         * Check if executing an action from the network level admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return bool
         */
        private function is_network_level_action() {
            return ( $this->_is_network_active && fs_is_network_admin() );
        }

        /**
         * Needs to be executed after site deactivation, archive, deletion, or flag as spam.
         * The logic updates the network level user and blog, and reschedule the crons if the cron executing site matching the site that is no longer publicly active.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $context_blog_id
         */
        private function update_multisite_data_after_site_deactivation( $context_blog_id = 0 ) {
            $this->_logger->entrance();

            if ( $this->_is_network_active ) {
                if ( $context_blog_id == $this->_storage->network_install_blog_id ) {
                    $installs_map = $this->get_blog_install_map();

                    foreach ( $installs_map as $blog_id => $install ) {
                        /**
                         * @var FS_Site $install
                         */
                        if ( $context_blog_id == $blog_id ) {
                            continue;
                        }

                        if ( $install->user_id != $this->_storage->network_user_id ) {
                            continue;
                        }

                        // Switch reference to a blog that is opted-in and belong to the same super-admin.
                        $this->_storage->network_install_blog_id = $blog_id;
                        break;
                    }
                }
            }

            if ( ! $this->is_registered() ) {
                return;
            }

            if ( $this->is_sync_cron_scheduled() &&
                 $context_blog_id == $this->get_sync_cron_blog_id()
            ) {
                $this->schedule_sync_cron( WP_FS__SCRIPT_START_TIME, true, $context_blog_id );
            }

            if ( $this->is_install_sync_scheduled() &&
                 $context_blog_id == $this->get_install_sync_cron_blog_id()
            ) {
                $this->schedule_install_sync( $context_blog_id );
            }
        }

        /**
         * Executed after site deactivation, archive, or flag as spam.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $context_blog_id
         */
        public function _after_site_deactivated_callback( $context_blog_id = 0 ) {
            $this->_logger->entrance();

            $install = $this->get_install_by_blog_id( $context_blog_id );

            if ( ! is_object( $install ) ) {
                // Site not connected.
                return;
            }

            $this->update_multisite_data_after_site_deactivation( $context_blog_id );

            if ( ! $this->is_registered() ) {
                return;
            }

            $current_blog_id = get_current_blog_id();

            $this->switch_to_blog( $context_blog_id );

            // Send deactivation event.
            $this->sync_install( array(
                'is_active' => false,
            ) );

            $this->switch_to_blog( $current_blog_id );
        }

        /**
         * Executed after site deletion.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int  $context_blog_id
         * @param bool $drop True if site's database tables should be dropped. Default is false.
         */
        public function _after_site_deleted_callback( $context_blog_id = 0, $drop = false ) {
            $this->_logger->entrance();

            $install = $this->get_install_by_blog_id( $context_blog_id );

            if ( ! is_object( $install ) ) {
                // Site not connected.
                return;
            }

            $this->update_multisite_data_after_site_deactivation( $context_blog_id );

            if ( ! $this->is_registered() ) {
                return;
            }

            $current_blog_id = get_current_blog_id();

            $this->switch_to_blog( $context_blog_id );

            if ( $drop ) {
                // Delete install if dropping site DB.
                $this->delete_account_event();
            } else {
                // Send deactivation event.
                $this->sync_install( array(
                    'is_active' => false,
                ) );
            }

            $this->switch_to_blog( $current_blog_id );
        }

        /**
         * Executed after site deletion, called from wp_delete_site
         *
         * @author Dario Curvino (@dudo)
         * @since  2.5.0
         *
         * @param WP_Site $old_site
         */
        public function _after_wpsite_deleted_callback( WP_Site $old_site ) {
            $this->_logger->entrance();

            $this->_after_site_deleted_callback( $old_site->blog_id, true );
        }

        /**
         * Executed after site re-activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $context_blog_id
         */
        public function _after_site_reactivated_callback( $context_blog_id = 0 ) {
            $this->_logger->entrance();

            $install = $this->get_install_by_blog_id( $context_blog_id );

            if ( ! is_object( $install ) ) {
                // Site not connected.
                return;
            }

            if ( ! self::is_site_active( $context_blog_id ) ) {
                // Site not yet active (can be in spam mode, archived, deleted...).
                return;
            }

            $current_blog_id = get_current_blog_id();

            $this->switch_to_blog( $context_blog_id );

            // Send re-activation event.
            $this->sync_install( array(
                'is_active' => true,
            ) );

            $this->switch_to_blog( $current_blog_id );
        }

        #endregion Multisite

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string $path
         * @param string $scheme
         * @param bool   $network
         *
         * @return string
         */
        private function admin_url( $path = '', $scheme = 'admin', $network = true ) {
            return ( $this->_is_network_active && $network ) ?
                network_admin_url( $path, $scheme ) :
                admin_url( $path, $scheme );
        }

        /**
         * Check if currently in a specified admin page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param string $page
         *
         * @return bool
         */
        function is_admin_page( $page ) {
            return ( $this->_menu->get_slug( $page ) === fs_request_get( 'page', '', 'get' ) );
        }

        /**
         * Check if currently in the product's main admin page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return bool
         */
        function is_main_admin_page() {
            return $this->is_admin_page( '' );
        }

        /**
         * Get module's main admin setting page URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return string
         */
        function main_menu_url() {
            return $this->_menu->main_menu_url();
        }

        /**
         * Check if currently on the theme's setting page or
         * on any of the Freemius added pages (via tabs).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         *
         * @deprecated Please use is_product_settings_page() instead;
         */
        function is_theme_settings_page() {
            return $this->is_product_settings_page();
        }

        /**
         * Check if currently on the product's main setting page or on any of the Freemius added pages (via tabs).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        function is_product_settings_page() {
            $page      = fs_request_get( 'page', '', 'get' );
            $menu_slug = $this->_menu->get_slug();

            if ( $page === $menu_slug ) {
                return true;
            }

            return fs_starts_with(
                // e.g., {$menu_slug}-account, {$menu_slug}-affiliation, etc.
                $page,
                ( $menu_slug . '-' )
            );
        }

        /**
         * Plugin's account page + sync license URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.9.1
         *
         * @param bool|number $plugin_id
         * @param bool        $add_action_nonce
         * @param array       $params
         *
         * @return string
         */
        function _get_sync_license_url( $plugin_id = false, $add_action_nonce = true, $params = array() ) {
            if ( is_numeric( $plugin_id ) ) {
                $params['plugin_id'] = $plugin_id;
            }

            return $this->get_account_url(
                $this->get_unique_affix() . '_sync_license',
                $params,
                $add_action_nonce
            );
        }

        /**
         * Plugin's account URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool|string $action
         * @param array       $params
         *
         * @param bool        $add_action_nonce
         *
         * @return string
         */
        function get_account_url( $action = false, $params = array(), $add_action_nonce = true ) {
            if ( is_string( $action ) ) {
                $params['fs_action'] = $action;
            }

            self::require_pluggable_essentials();

            return ( $add_action_nonce && is_string( $action ) ) ?
                fs_nonce_url( $this->_get_admin_page_url( 'account', $params ), $action ) :
                $this->_get_admin_page_url( 'account', $params );
        }

        /**
         * @author  Vova Feldman (@svovaf)
         * @since   1.2.0
         *
         * @param string $tab
         * @param bool   $action
         * @param array  $params
         * @param bool   $add_action_nonce
         *
         * @return string
         *
         * @uses    get_account_url()
         */
        function get_account_tab_url( $tab, $action = false, $params = array(), $add_action_nonce = true ) {
            $params['tab'] = $tab;

            return $this->get_account_url( $action, $params, $add_action_nonce );
        }

        /**
         * Plugin's account URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool|string $topic
         * @param bool|string $message
         * @param bool|string $summary Since 2.5.1.
         *
         * @return string
         */
        function contact_url( $topic = false, $message = false, $summary = false ) {
            $params = array();
            if ( is_string( $topic ) ) {
                $params['topic'] = $topic;
            }
            if ( is_string( $message ) ) {
                $params['message'] = $message;
            }

            if ( is_string( $summary ) ) {
                $params['summary'] = $summary;
            }

            if ( $this->is_addon() ) {
                $params['addon_id'] = $this->get_id();

                return $this->get_parent_instance()->_get_admin_page_url( 'contact', $params );
            } else {
                return $this->_get_admin_page_url( 'contact', $params );
            }
        }

        /**
         * Add-on direct info URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.0
         *
         * @param string $slug
         *
         * @return string
         */
        function addon_url( $slug ) {
            return $this->_get_admin_page_url( 'addons', array(
                'slug' => $slug
            ) );
        }

        /**
         * Add-ons URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.4.5
         *
         * @return string
         */
        function get_addons_url() {
            return $this->_get_admin_page_url( 'addons' );
        }

        /* Logger
        ------------------------------------------------------------------------------------------------------------------*/
        /**
         * @param string $id
         * @param bool   $prefix_slug
         *
         * @return FS_Logger
         */
        function get_logger( $id = '', $prefix_slug = true ) {
            return FS_Logger::get_logger( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id );
        }

        /**
         * Note: This method is used externally so don't delete it.
         *
         * @param      $id
         * @param bool $load_options
         * @param bool $prefix_slug
         *
         * @return FS_Option_Manager
         */
        function get_options_manager( $id, $load_options = false, $prefix_slug = true ) {
            return FS_Option_Manager::get_manager( ( $prefix_slug ? $this->_slug : '' ) . ( ( ! $prefix_slug || empty( $id ) ) ? '' : '_' ) . $id, $load_options );
        }

        /* Security
        ------------------------------------------------------------------------------------------------------------------*/
        private static function _encrypt( $str ) {
            if ( is_null( $str ) ) {
                return null;
            }

            /**
             * The encrypt/decrypt functions are used to protect
             * the user from messing up with some of the sensitive
             * data stored for the module as a JSON in the database.
             *
             * I used the same suggested hack by the theme review team.
             * For more details, look at the function `Base64UrlDecode()`
             * in `./sdk/FreemiusBase.php`.
             *
             * @todo   Remove this hack once the base64 error is removed from the Theme Check.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.2
             */
            $fn = 'base64' . '_encode';

            return $fn( $str );
        }

        static function _decrypt( $str ) {
            if ( is_null( $str ) ) {
                return null;
            }

            /**
             * The encrypt/decrypt functions are used to protect
             * the user from messing up with some of the sensitive
             * data stored for the module as a JSON in the database.
             *
             * I used the same suggested hack by the theme review team.
             * For more details, look at the function `Base64UrlDecode()`
             * in `./sdk/FreemiusBase.php`.
             *
             * @todo   Remove this hack once the base64 error is removed from the Theme Check.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.2
             */
            $fn = 'base64' . '_decode';

            return $fn( $str );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param FS_Entity $entity
         *
         * @return FS_Entity Return an encrypted clone entity.
         */
        private static function _encrypt_entity( FS_Entity $entity ) {
            $clone = clone $entity;
            $props = get_object_vars( $entity );

            foreach ( $props as $key => $val ) {
                $clone->{$key} = self::_encrypt( $val );
            }

            return $clone;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param FS_Entity $entity
         *
         * @return FS_Entity Return an decrypted clone entity.
         */
        private static function decrypt_entity( FS_Entity $entity ) {
            $clone = clone $entity;
            $props = get_object_vars( $entity );

            foreach ( $props as $key => $val ) {
                $clone->{$key} = self::_decrypt( $val );
            }

            return $clone;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @param string $email
         *
         * @return FS_User|false
         */
        public static function _get_user_by_email( $email ) {
            self::$_static_logger->entrance();

            $email = trim( strtolower( $email ) );

            $users = self::get_all_users();

            if ( is_array( $users ) ) {
                foreach ( $users as $user ) {
                    if ( $email === trim( strtolower( $user->email ) ) ) {
                        return $user;
                    }
                }
            }

            return false;
        }

        #----------------------------------------------------------------------------------
        #region Account (Loading, Updates & Activation)
        #----------------------------------------------------------------------------------

        /***
         * Load account information (user + site).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         */
        private function _load_account() {
            $this->_logger->entrance();

            $this->do_action( 'before_account_load' );

            $users = self::get_all_users();
            $plans = self::get_all_plans( $this->_module_type );

            if ( $this->_logger->is_on() && is_admin() ) {
                $this->_logger->log( 'users = ' . var_export( $users, true ) );
                $this->_logger->log( 'plans = ' . var_export( $plans, true ) );
            }

            $site = fs_is_network_admin() ?
                $this->get_network_install() :
                $this->get_install_by_blog_id();

            if ( fs_is_network_admin() &&
                $this->is_network_active() &&
                ! is_object( $site ) &&
                FS_Site::is_valid_id( $this->_storage->network_install_blog_id )
            ) {
                $first_install = $this->find_first_install();

                if ( is_null( $first_install ) ) {
                    unset( $this->_storage->network_install_blog_id );
                } else {
                    $site                                    = $first_install['install'];
                    $this->_storage->network_install_blog_id = $first_install['blog_id'];
                }
            }

            if ( is_object( $site ) &&
                 is_numeric( $site->id ) &&
                 is_numeric( $site->user_id ) &&
                 FS_Plugin_Plan::is_valid_id( $site->plan_id )
            ) {
                // Load site.
                $this->_site = $site;
            }

            $user = null;
            if ( fs_is_network_admin() && $this->_is_network_active ) {
                $user = $this->get_network_user();
            }

            if ( is_object( $user ) ) {
                $this->_user = clone $user;
            } else if ( $this->_site ) {
                $user = self::_get_user_by_id( $this->_site->user_id );

                if ( ! is_object( $user ) && FS_User::is_valid_id( $this->_storage->prev_user_id ) ) {
                    /**
                     * Try to load the previous owner. This recovery is used for the following use-case:
                     *      1. Opt-in
                     *      2. Cloning site1 to site2
                     *      3. Ownership switch in site1 (same applies for site2)
                     *      4. Install data sync on site2
                     *      5. Now site2's install is associated with the new owner which does not exists locally.
                     */
                    $user = self::_get_user_by_id( $this->_storage->prev_user_id );
                }

                if ( ! is_object( $user ) ) {
                    /**
                     * This is a special fault tolerance mechanism to handle a scenario that the user data is missing.
                     */
                    if (
                        ! isset( $this->_storage->user_recovery_from_install_last_attempt_timestamp ) ||
                        time() > ( $this->_storage->user_recovery_from_install_last_attempt_timestamp + FS_Clone_Manager::CLONE_RESOLUTION_MAX_EXECUTION_TIME )
                    ) {
                        $user = $this->sync_user_by_current_install();
                    } else {
                        return;
                    }

                    if ( is_object( $user ) ) {
                        $this->_storage->user_was_recovered_from_install = true;
                    } else {
                        $this->_storage->user_recovery_from_install_attempts = isset( $this->_storage->user_recovery_from_install_attempts ) ?
                            ( $this->_storage->user_recovery_from_install_attempts + 1 ) :
                            1;

                        if ( $this->_storage->user_recovery_from_install_attempts >= 3 ) {
                            $this->delete_current_install( false );
                        } else {
                            $this->_storage->user_recovery_from_install_last_attempt_timestamp = time();

                            return;
                        }
                    }
                }

                $this->_user = ( $user instanceof FS_User ) ?
                    clone $user :
                    null;
            }

            if ( is_object( $this->_user ) ) {
                // Load licenses.
                $this->_licenses = $this->get_user_licenses( $this->_user->id );
            }

            if ( is_object( $this->_site ) ) {
                // Load plans.
                $this->_plans = isset( $plans[ $this->_slug ] ) ?
                    $plans[ $this->_slug ] :
                    array();

                if ( ! is_array( $this->_plans ) || empty( $this->_plans ) ) {
                    $this->_sync_plans();
                } else {
                    for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
                        if ( $this->_plans[ $i ] instanceof FS_Plugin_Plan ) {
                            $this->_plans[ $i ] = self::decrypt_entity( $this->_plans[ $i ] );
                        } else {
                            unset( $this->_plans[ $i ] );
                        }
                    }
                }

                $this->_license = $this->_get_license_by_id( $this->_site->license_id );

                if ( $this->_site->version != $this->get_plugin_version() ) {
                    // If stored install version is different than current installed plugin version,
                    // then update plugin version event.
                    $this->update_plugin_version_event();
                }
            }

            if ( true === $this->_storage->require_license_activation &&
                ! fs_request_get_bool( 'require_license', true )
            ) {
                $this->_storage->require_license_activation = false;
            }

            if ( $this->is_theme() ) {
                $this->_register_account_hooks();
            }

            if ( $this->is_user_in_admin() && $this->is_clone() ) {
                if ( empty( FS_Clone_Manager::instance()->get_clone_identification_timestamp() ) ) {
                    FS_Clone_Manager::instance()->store_clone_identification_timestamp();
                }

                FS_Clone_Manager::instance()->maybe_update_clone_resolution_support_flag( $this->_storage->sdk_last_version );
                $this->send_pending_clone_update_once();
            }
        }

        /**
         * Special user recovery mechanism.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number|null $site_user_id
         *
         * @return \FS_User|mixed
         */
        private function sync_user_by_current_install( $site_user_id = null ) {
            $site_user_id = FS_Site::is_valid_id( $site_user_id ) ?
                $site_user_id :
                $this->_site->user_id;

            $api = $this->get_api_site_scope();

            $uid          = $this->get_anonymous_id();
            $request_path = "/users/{$site_user_id}.json?uid={$uid}";

            $result = $api->get( $request_path, false, WP_FS__TIME_10_MIN_IN_SEC );

            if ( $this->is_api_result_entity( $result ) ) {
                $user        = new FS_User( $result );
                $this->_user = $user;
                $this->_store_user();

                return $user;
            }

            $error_code = FS_Api::get_error_code( $result );

            if ( in_array( $error_code, array( 'invalid_unique_id', 'user_cannot_be_recovered' ) ) ) {
                /**
                 * Those API errors will continue coming and are not recoverable with the
                 * current site's data. Therefore, extend the API call's cached result to 7 days.
                 */
                $api->update_cache_expiration( $request_path, WP_FS__TIME_WEEK_IN_SEC );
            }

            return $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param FS_User    $user
         * @param FS_Site    $site
         * @param bool|array $plans
         */
        private function _set_account( FS_User $user, FS_Site $site, $plans = false ) {
            $site->user_id = $user->id;

            $this->_site = $site;
            $this->_user = $user;
            if ( false !== $plans ) {
                $this->_plans = $plans;
            }

            $this->send_install_update();

            $this->_store_account();

        }

        /**
         * Get a sanitized array with the WordPress version, SDK version, and PHP version.
         * Each version is trimmed after the 16th char.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.1
         *
         * @return array
         */
        private function get_versions() {
            $versions = array();
            $versions['sdk_version'] = $this->version;

            // Collect these diagnostic information only if it's allowed.
            if ( FS_Permission_Manager::instance( $this )->is_diagnostic_tracking_allowed() ) {
                $versions['platform_version']             = get_bloginfo( 'version' );
                $versions['programming_language_version'] = phpversion();
            }

            foreach ( $versions as $k => $version ) {
                $versions[ $k ] = self::get_api_sanitized_property( $k, $version );
            }

            return $versions;
        }

        /**
         * Get sanitized site language.
         *
         * @param string $language
         * @param int    $max_len
         *
         * @since  2.5.1
         * @author Vova Feldman (@svovaf)
         *
         * @return string
         */
        private static function get_sanitized_language( $language = '', $max_len = self::LANGUAGE_MAX_CHARS ) {
            if ( empty( $language ) ) {
                $language = get_bloginfo( 'language' );
            }

            return substr( $language, 0, $max_len );
        }

        /**
         * Get core version stripped from pre-release and build.
         *
         * @since  2.5.1
         * @author Vova Feldman (@svovaf)
         *
         * @param string $version
         * @param int    $parts
         * @param int    $max_len
         * @param bool   $include_pre_release
         *
         * @return string
         */
        private static function get_core_version(
            $version,
            $parts = 3,
            $max_len = self::VERSION_MAX_CHARS,
            $include_pre_release = false
        ) {
            if ( empty( $version ) ) {
                // Version is empty.
                return '';
            }

            if ( is_numeric( $version ) ) {
                $is_float_version = is_float( $version );

                $version = (string) $version;

                /**
                 * Casting a whole float number to a string cuts the decimal point. This part make sure to add the missing decimal part to the version.
                 */
                if ( $is_float_version && false === strpos( $version, '.' ) ) {
                    $version .= '.0';
                }
            }

            if ( ! is_string( $version ) ) {
                return '';
            }

            if ( $parts < 1 ) {
                return '';
            }

            $pre_release_regex = $include_pre_release ?
                '(\-(alpha|beta|RC)([0-9]+)?)?' :
                '';

            if ( 0 === preg_match( '/^([0-9]+(\.[0-9]+){0,' . ( $parts - 1 ) . '}' . $pre_release_regex . ')/i', $version, $matches ) ) {
                // Version is not starting with a digit.
                return '';
            }

            return substr( $matches[1], 0, $max_len );
        }

        /**
         * @param string $prop
         * @param mixed  $val
         *
         * @return mixed
         *@author Vova Feldman (@svovaf)
         *
         * @since  2.5.1
         */
        private static function get_api_sanitized_property( $prop, $val ) {
            if ( ! is_string( $val ) || empty( $val ) ) {
                return $val;
            }

            switch ( $prop ) {
                case 'programming_language_version':
                    // Get core PHP version, which can have up to 3 parts (ignore pre-releases).
                    return self::get_core_version( $val );
                case 'platform_version':
                    // Get the exact WordPress version, which can have up to 3 parts (including pre-releases).
                    return self::get_core_version( $val, 3, self::VERSION_MAX_CHARS, true );
                case 'sdk_version':
                    // Get the exact SDK version, which can have up to 4 parts.
                    return self::get_core_version( $val, 4 );
                case 'version':
                    // Get the entire version but just limited in length.
                    return substr( $val, 0, self::VERSION_MAX_CHARS );
                case 'language':
                    return self::get_sanitized_language( $val );
                default:
                    return $val;
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return bool
         */
        function has_beta_update() {
            return (
                ! empty( $this->_storage->beta_data ) &&
                ( true === $this->_storage->beta_data['is_beta'] ) &&
                version_compare( $this->_storage->beta_data['version'], $this->get_plugin_version(), '>' )
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return bool
         */
        function is_beta() {
            return (
                ! empty( $this->_storage->beta_data ) &&
                ( true === $this->_storage->beta_data['is_beta'] ) &&
                ( $this->get_plugin_version() === $this->_storage->beta_data['version'] )
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param array         $override_with
         * @param bool|int|null $network_level_or_blog_id If true, return params for network level opt-in. If integer, get params for specified blog in the network.
         *
         * @return array
         */
        function get_opt_in_params( $override_with = array(), $network_level_or_blog_id = null ) {
            $this->_logger->entrance();

            $current_user = self::_get_current_wp_user();

            $activation_action = $this->get_unique_affix() . '_activate_new';
            $return_url        = $this->is_anonymous() ?
                // If skipped already, then return to the account page.
                $this->get_account_url( $activation_action, array(), false ) :
                // Return to the module's main page.
                $this->get_after_activation_url( 'after_connect_url', array( 'fs_action' => $activation_action ) );

            $versions = $this->get_versions();

            $params = array_merge( $versions, array(
                'user_firstname'    => $current_user->user_firstname,
                'user_lastname'     => $current_user->user_lastname,
                'user_email'        => $current_user->user_email,
                'plugin_slug'       => $this->_slug,
                'plugin_id'         => $this->get_id(),
                'plugin_public_key' => $this->get_public_key(),
                'plugin_version'    => $this->get_plugin_version(),
                'return_url'        => fs_nonce_url( $return_url, $activation_action ),
                'account_url'       => fs_nonce_url( $this->_get_admin_page_url(
                    'account',
                    array( 'fs_action' => 'sync_user' )
                ), 'sync_user' ),
                'is_premium'        => $this->is_premium(),
                'is_active'         => true,
                'is_uninstalled'    => false,
                'is_localhost'      => WP_FS__IS_LOCALHOST,
            ) );

            if ( $this->is_addon() ) {
                $parent_fs = $this->get_parent_instance();

                $params['parent_plugin_slug'] = $parent_fs->_slug;
                $params['parent_plugin_id']   = $parent_fs->get_id();
            }

            if ( true === $network_level_or_blog_id ) {
                if ( ! isset( $override_with['sites'] ) ) {
                    $params['sites'] = $this->get_sites_for_network_level_optin();
                }
            } else {
                $site = is_numeric( $network_level_or_blog_id ) ?
                    array( 'blog_id' => $network_level_or_blog_id ) :
                    null;

                $site = $this->get_site_info( $site );

                $diagnostic_info = array();
                if ( FS_Permission_Manager::instance( $this )->is_diagnostic_tracking_allowed() ) {
                    $diagnostic_info = array(
                        'site_name' => $site['title'],
                        'language'  => self::get_sanitized_language( $site['language'] ),
                    );
                }

                $params = array_merge( $params, $diagnostic_info, array(
                    'site_uid'  => $site['uid'],
                    'site_url'  => $site['url'],
                ) );
            }

            if ( $this->is_pending_activation() &&
                 ! empty( $this->_storage->pending_license_key )
            ) {
                $params['license_key'] = $this->_storage->pending_license_key;
            }

            if ( WP_FS__SKIP_EMAIL_ACTIVATION && $this->has_secret_key() ) {
                // Even though rand() is known for its security issues,
                // the timestamp adds another layer of protection.
                // It would be very hard for an attacker to get the secret key form here.
                // Plus, this should never run in production since the secret should never
                // be included in the production version.
                $params['ts']     = WP_FS__SCRIPT_START_TIME;
                $params['salt']   = md5( uniqid( rand() ) );
                $params['secure'] = md5(
                    $params['ts'] .
                    $params['salt'] .
                    $this->get_secret_key()
                );
            }

            if ( is_multisite() && function_exists( 'get_network' ) ) {
                $params['network_uid'] = $this->get_anonymous_network_id();
            }

            return array_merge( $params, $override_with );
        }

        /**
         * 1. If successful opt-in or pending activation returns the next page that the user should be redirected to.
         * 2. If there was an API error, return the API result.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param string|bool $email
         * @param string|bool $first
         * @param string|bool $last
         * @param string|bool $license_key
         * @param bool        $is_uninstall         If "true", this means that the module is currently being uninstalled.
         *                                          In this case, the user and site info will be sent to the server but no
         *                                          data will be saved to the WP installation's database.
         * @param number|bool $trial_plan_id
         * @param bool        $is_disconnected      Whether to opt in without tracking.
         * @param null|bool   $is_marketing_allowed
         * @param array       $sites                If network-level opt-in, an array of containing details of sites.
         * @param bool        $redirect
         *
         * @return string|object
         * @use    WP_Error
         */
        function opt_in(
            $email = false,
            $first = false,
            $last = false,
            $license_key = false,
            $is_uninstall = false,
            $trial_plan_id = false,
            $is_disconnected = false,
            $is_marketing_allowed = null,
            $sites = array(),
            $redirect = true
        ) {
            $this->_logger->entrance();

            if ( false === $email ) {
                $current_user = self::_get_current_wp_user();
                $email        = $current_user->user_email;
            }

            /**
             * @since 1.2.1 If activating with license key, ignore the context-user
             *              since the user will be automatically loaded from the license.
             */
            if ( empty( $license_key ) ) {
                // Clean up pending license if opt-ing in again.
                $this->_storage->remove( 'pending_license_key' );

                if ( ! $is_uninstall ) {
                    $fs_user = Freemius::_get_user_by_email( $email );
                    if ( is_object( $fs_user ) && ! $this->is_pending_activation() ) {
                        return $this->install_with_user(
                            $fs_user,
                            false,
                            $trial_plan_id,
                            $redirect,
                            true,
                            $sites
                        );
                    }
                }
            }

            $user_info = array();
            if ( ! empty( $email ) ) {
                $user_info['user_email'] = $email;
            }
            if ( ! empty( $first ) ) {
                $user_info['user_firstname'] = $first;
            }
            if ( ! empty( $last ) ) {
                $user_info['user_lastname'] = $last;
            }

            if ( ! empty( $sites ) ) {
                $is_network = true;

                $user_info['sites'] = $sites;
            } else {
                $is_network = false;
            }

            $params = $this->get_opt_in_params( $user_info, $is_network );

            $filtered_license_key = false;
            if ( is_string( $license_key ) ) {
                $filtered_license_key  = $this->apply_filters( 'license_key', $license_key );
                $params['license_key'] = $filtered_license_key;
            } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
                $params['trial_plan_id'] = $trial_plan_id;
            }

            if ( $is_uninstall ) {
                $params['uninstall_params'] = array(
                    'reason_id'   => $this->_storage->uninstall_reason->id,
                    'reason_info' => $this->_storage->uninstall_reason->info
                );
            }

            if ( isset( $params['license_key'] ) ) {
                $fs_user = Freemius::_get_user_by_email( $email );

                if ( is_object( $fs_user ) ) {
                    /**
                     * If opting in with a context license and the context WP Admin user already opted in
                     * before from the current site, add the user context security params to avoid the
                     * unnecessary email activation when the context license is owned by the same context user.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since  1.2.3
                     */
                    $params = array_merge( $params, FS_Security::instance()->get_context_params(
                        $fs_user,
                        false,
                        'install_with_existing_user'
                    ) );
                }
            }

            if ( is_bool( $is_marketing_allowed ) ) {
                $params['is_marketing_allowed'] = $is_marketing_allowed;
            }

            $params['is_disconnected']                = $is_disconnected;
            $params['format']                         = 'json';
            $params['is_extensions_tracking_allowed'] = FS_Permission_Manager::instance( $this )->is_extensions_tracking_allowed();
            $params['is_diagnostic_tracking_allowed'] = FS_Permission_Manager::instance( $this )->is_diagnostic_tracking_allowed();

            $request = array(
                'method'  => 'POST',
                'body'    => $params,
                'timeout' => 60,
            );

            $url = $this->add_show_pending( WP_FS__ADDRESS . '/action/service/user/install/' );
            $response = self::safe_remote_post( $url, $request );

            if ( is_wp_error( $response ) ) {
                /**
                 * @var WP_Error $response
                 */
                $result = new stdClass();

                $error_code = $response->get_error_code();
                $error_type = str_replace( ' ', '', ucwords( str_replace( '_', ' ', $error_code ) ) );

                $result->error = (object) array(
                    'type'    => $error_type,
                    'message' => $response->get_error_message(),
                    'code'    => $error_code,
                    'http'    => 402
                );

                $this->maybe_modify_api_curl_error_message( $result );

                if ( FS_Api::is_blocked( $result ) ) {
                    $result->error->message = $this->generate_api_blocked_notice_message_from_result( $result );
                }

                $is_connected = null;

                if ( empty( $license_key ) && $this->is_enable_anonymous() ) {
                    $this->skip_connection( fs_is_network_admin() );

                    $is_connected = ( ! FS_Api::is_blocked( $result ) );
                }

                $this->update_connectivity_info( $is_connected );

                return $result;
            }

            $this->update_connectivity_info( true );

            // Module is being uninstalled, don't handle the returned data.
            if ( $is_uninstall ) {
                return true;
            }

            /**
             * When json_decode() executed on PHP 5.2 with an invalid JSON, it will throw a PHP warning. Unfortunately, the new Theme Check doesn't allow PHP silencing and the theme review team isn't open to change that, therefore, instead of using `@json_decode()` we had to use the method without the `@` directive.
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.3
             * @link   https://themes.trac.wordpress.org/ticket/46134#comment:5
             * @link   https://themes.trac.wordpress.org/ticket/46134#comment:9
             * @link   https://themes.trac.wordpress.org/ticket/46134#comment:12
             * @link   https://themes.trac.wordpress.org/ticket/46134#comment:14
             */
            $decoded = is_string( $response['body'] ) ?
                json_decode( $response['body'] ) :
                null;

            if ( empty( $decoded ) ) {
                return false;
            }

            if ( ! $this->is_api_result_object( $decoded ) ) {
                if ( ! empty( $params['license_key'] ) ) {
                    // Pass the fully entered license key to the failure handler.
                    $params['license_key'] = $license_key;
                }

                return $is_uninstall ?
                    $decoded :
                    $this->apply_filters( 'after_install_failure', $decoded, $params );
            } else if ( isset( $decoded->pending_activation ) && $decoded->pending_activation ) {
                if ( $is_network ) {
                    $site_ids = array();
                    foreach ( $sites as $site ) {
                        $site_ids[] = $site['blog_id'];
                    }

                    /**
                     * Store the sites so that they can be installed once the user has clicked on the activation link
                     * in the email.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    $this->_storage->pending_sites_info = array(
                        'blog_ids'      => $site_ids,
                        'license_key'   => $license_key,
                        'trial_plan_id' => $trial_plan_id
                    );
                }

                // Pending activation, add message.
                return $this->set_pending_confirmation(
                    ( isset( $decoded->email ) ?
                        $decoded->email :
                        true ),
                    false,
                    $filtered_license_key,
                    ! empty( $params['trial_plan_id'] ),
                    isset( $decoded->is_suspicious_email ) && $decoded->is_suspicious_email
                );
            } else if ( isset( $decoded->install_secret_key ) ) {
                return $this->install_with_new_user(
                    $decoded->user_id,
                    $decoded->user_public_key,
                    $decoded->user_secret_key,
                    ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
                        $decoded->is_marketing_allowed :
                        null ),
                    ( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
                        $decoded->is_extensions_tracking_allowed :
                        null ),
                    ( isset( $decoded->is_diagnostic_tracking_allowed ) && ! is_null( $decoded->is_diagnostic_tracking_allowed ) ?
                        $decoded->is_diagnostic_tracking_allowed :
                        null ),
                    $decoded->install_id,
                    $decoded->install_public_key,
                    $decoded->install_secret_key,
                    false
                );
            } else if ( is_array( $decoded->installs ) ) {
                return $this->install_many_with_new_user(
                    $decoded->user_id,
                    $decoded->user_public_key,
                    $decoded->user_secret_key,
                    ( isset( $decoded->is_marketing_allowed ) && ! is_null( $decoded->is_marketing_allowed ) ?
                        $decoded->is_marketing_allowed :
                        null ),
                    ( isset( $decoded->is_extensions_tracking_allowed ) && ! is_null( $decoded->is_extensions_tracking_allowed ) ?
                        $decoded->is_extensions_tracking_allowed :
                        null ),
                    ( isset( $decoded->is_diagnostic_tracking_allowed ) && ! is_null( $decoded->is_diagnostic_tracking_allowed ) ?
                        $decoded->is_diagnostic_tracking_allowed :
                        null ),
                    $decoded->installs,
                    false
                );
            }

            return $decoded;
        }

        /**
         * Set user and site identities.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param FS_User $user
         * @param FS_Site $site
         * @param bool    $redirect
         * @param bool    $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will
         *                              redirect (or return a URL) to the account page with a special parameter to
         *                              trigger the auto installation processes.
         *
         * @return string If redirect is `false`, returns the next page the user should be redirected to.
         */
        function setup_account(
            FS_User $user,
            FS_Site $site,
            $redirect = true,
            $auto_install = false
        ) {
            return $this->setup_network_account(
                $user,
                array( $site ),
                $redirect,
                $auto_install,
                false
            );
        }

        /**
         * Set user and site identities.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param FS_User   $user
         * @param FS_Site[] $installs
         * @param bool      $redirect
         * @param bool      $auto_install Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
         * @param bool      $is_network_level_opt_in
         *
         * @return string If redirect is `false`, returns the next page the user should be redirected to.
         */
        function setup_network_account(
            FS_User $user,
            array $installs,
            $redirect = true,
            $auto_install = false,
            $is_network_level_opt_in = true
        ) {
            $first_install = $installs[0];

            $this->_user = $user;
            $this->_site = $first_install;

            $this->_sync_plans();

            if ( $this->_storage->handle_gdpr_admin_notice &&
                 $this->should_handle_gdpr_admin_notice() &&
                 FS_GDPR_Manager::instance()->should_show_opt_in_notice()
            ) {
                /**
                 * Clear user lock after an opt-in.
                 */
                require_once WP_FS__DIR_INCLUDES . '/class-fs-user-lock.php';
                FS_User_Lock::instance()->unlock();
            }

            if ( 1 < count( $installs ) ) {
                // Only network level opt-in can have more than one install.
                $is_network_level_opt_in = true;
            }

            $this->update_connectivity_info( true );

//            $is_network_level_opt_in = self::is_ajax_action_static( 'network_activate', $this->_module_id );
            // If Freemius was OFF before, turn it on.
            $this->turn_on();

            $this->handle_account_connection(
                $installs,
                ( ! $this->_is_network_active || ! $is_network_level_opt_in )
            );

            if ( is_numeric( $first_install->license_id ) ) {
                $this->set_license( $this->_get_license_by_id( $first_install->license_id ) );
            }

            $this->_admin_notices->remove_sticky( 'connect_account' );

            if ( $this->is_pending_activation() || ! $this->has_settings_menu() ) {
                $this->clear_pending_activation_mode();

                if ( ! $this->is_paying_or_trial() ) {
                    $this->_admin_notices->add_sticky(
                        sprintf( $this->get_text_inline( '%s opt-in was successfully completed.', 'plugin-x-activation-message' ), '<b>' . $this->get_plugin_name() . '</b>' ),
                        'activation_complete'
                    );
                }
            }

            if ( $this->is_paying_or_trial() ) {
                if ( ! $this->is_premium() ||
                     ! $this->has_premium_version() ||
                     ! $this->has_settings_menu()
                ) {
                    if ( $this->is_paying() ) {
                        $this->add_complete_upgrade_instructions_notice(
                            sprintf(
                                $this->get_text_inline( 'Your account was successfully activated with the %s plan.', 'activation-with-plan-x-message' ),
                                $this->get_plan_title()
                            ),
                            'plan_upgraded'
                        );
                    } else {
                        $trial_plan = $this->get_trial_plan();

                        $this->add_complete_upgrade_instructions_notice(
                            sprintf(
                                $this->get_text_inline( 'Your trial has been successfully started.', 'trial-started-message' ),
                                '<i>' . $this->get_plugin_name() . '</i>'
                            ),
                            'trial_started',
                            $trial_plan->title
                        );
                    }
                }

                $this->_admin_notices->remove_sticky( array(
                    'trial_promotion',
                ) );
            }

            $plugin_id = fs_request_get( 'plugin_id', false );

            // Store activation time ONLY for plugins & themes (not add-ons).
            if ( ! is_numeric( $plugin_id ) || ( $plugin_id == $this->_plugin->id ) ) {
                if ( empty( $this->_storage->activation_timestamp ) ) {
                    $this->_storage->activation_timestamp = WP_FS__SCRIPT_START_TIME;
                }
            }

            $next_page = '';

            $extra = array();
            if ( $auto_install ) {
                $extra['auto_install'] = 'true';
            }

            if ( is_numeric( $plugin_id ) ) {
                /**
                 * @author Leo Fajardo (@leorw)
                 * @since  1.2.1.6
                 *
                 * Also sync the license after an anonymous user subscribes.
                 */
                if ( $this->is_anonymous() || $plugin_id != $this->_plugin->id ) {
                    // Add-on was installed - sync license right after install.
                    $next_page = $this->_get_sync_license_url( $plugin_id, true, $extra );
                }
            } else {
                /**
                 * @author Vova Feldman (@svovaf)
                 * @since  1.1.9 If site installed with a valid license, sync license.
                 */
                if ( $this->is_paying() ) {
                    $this->_sync_plugin_license(
                        true,
                        // Installs data is already synced in the beginning of this method directly or via _set_account().
                        false
                    );
                }

                // Reload the page with the keys.
                $next_page = $this->is_anonymous() ?
                    // If user previously skipped, redirect to account page.
                    $this->get_account_url( false, $extra ) :
                    $this->get_after_activation_url( 'after_connect_url', array(), $is_network_level_opt_in );
            }

            if ( ! empty( $next_page ) && $redirect ) {
                fs_redirect( $next_page );
            }

            return $next_page;
        }

        /**
         * Install plugin with new user information after approval.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        function _install_with_new_user() {
            $this->_logger->entrance();

            if ( $this->is_registered() ) {
                return;
            }

            $has_pending_activation_confirmation_param = fs_request_has( 'pending_activation' );

            $this->update_license_required_permissions_if_anonymous();

            if ( ( $this->is_plugin() && fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) ||
                 // @todo This logic should be improved because it's executed on every load of a theme.
                 $this->is_theme()
            ) {
//				check_admin_referer( $this->_slug . '_activate_new' );

                if ( fs_request_has( 'user_secret_key' ) ) {
                    if ( fs_is_network_admin() && isset( $this->_storage->pending_sites_info ) ) {
                        $pending_sites_info = $this->_storage->pending_sites_info;

                        $this->install_many_pending_with_user(
                            fs_request_get( 'user_id' ),
                            fs_request_get_raw( 'user_public_key' ),
                            fs_request_get_raw( 'user_secret_key' ),
                            fs_request_get_bool( 'is_marketing_allowed', null ),
                            fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
                            fs_request_get_bool( 'is_diagnostic_tracking_allowed', null ),
                            $pending_sites_info['blog_ids'],
                            $pending_sites_info['license_key'],
                            $pending_sites_info['trial_plan_id']
                        );
                    } else {
                        $this->install_with_new_user(
                            fs_request_get( 'user_id' ),
                            fs_request_get_raw( 'user_public_key' ),
                            fs_request_get_raw( 'user_secret_key' ),
                            fs_request_get_bool( 'is_marketing_allowed', null ),
                            fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
                            fs_request_get_bool( 'is_diagnostic_tracking_allowed', null ),
                            fs_request_get( 'install_id' ),
                            fs_request_get_raw( 'install_public_key' ),
                            fs_request_get_raw( 'install_secret_key' ),
                            true,
                            fs_request_get_bool( 'auto_install' )
                        );
                    }
                } else if ( $has_pending_activation_confirmation_param ) {
                    $this->set_pending_confirmation(
                        fs_request_get( 'user_email' ),
                        true,
                        false,
                        false,
                        fs_request_get_bool( 'is_suspicious_email' ),
                        fs_request_get_bool( 'has_upgrade_context' ),
                        fs_request_get( 'support_email_address' )
                    );
                }
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $id
         * @param string $public_key
         * @param string $secret_key
         *
         * @return \FS_User
         */
        private function setup_user( $id, $public_key, $secret_key ) {
            $user = self::_get_user_by_id( $id );

            if ( is_object( $user ) ) {
                $this->_user = $user;
            } else {
                $user             = new FS_User();
                $user->id         = $id;
                $user->public_key = $public_key;
                $user->secret_key = $secret_key;

                $this->_user = $user;
                $user_result = $this->get_api_user_scope()->get();
                $user        = new FS_User( $user_result );

                $this->_user = $user;
                $this->_store_user();
            }

            return $user;
        }

        /**
         * Install plugin with new user.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param number    $user_id
         * @param string    $user_public_key
         * @param string    $user_secret_key
         * @param bool|null $is_marketing_allowed
         * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
         * @param bool|null $is_diagnostic_tracking_allowed Since 2.5.0.2
         * @param number    $install_id
         * @param string    $install_public_key
         * @param string    $install_secret_key
         * @param bool      $redirect
         * @param bool      $auto_install                   Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
         *
         * @return string If redirect is `false`, returns the next page the user should be redirected to.
         */
        private function install_with_new_user(
            $user_id,
            $user_public_key,
            $user_secret_key,
            $is_marketing_allowed,
            $is_extensions_tracking_allowed,
            $is_diagnostic_tracking_allowed,
            $install_id,
            $install_public_key,
            $install_secret_key,
            $redirect = true,
            $auto_install = false
        ) {
            /**
             * This method is also executed after opting in with a license key since the
             * license can be potentially associated with a different owner.
             *
             * @since 2.0.0
             */
            $user = self::_get_user_by_id( $user_id );

            if ( ! is_object( $user ) ) {
                $user             = new FS_User();
                $user->id         = $user_id;
                $user->public_key = $user_public_key;
                $user->secret_key = $user_secret_key;

                $this->_user = $user;
                $user_result = $this->get_api_user_scope()->get();
                $user        = new FS_User( $user_result );
            }

            $this->_user = $user;

            $site             = new FS_Site();
            $site->id         = $install_id;
            $site->public_key = $install_public_key;
            $site->secret_key = $install_secret_key;

            $this->_site = $site;
            $site_result = $this->get_api_site_scope( true )->get();
            $site        = new FS_Site( $site_result );
            $this->_site = $site;

            if ( ! is_null( $is_marketing_allowed ) ) {
                $this->disable_opt_in_notice_and_lock_user();
            }

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                FS_Permission_Manager::PERMISSION_DIAGNOSTIC => $is_diagnostic_tracking_allowed,
                FS_Permission_Manager::PERMISSION_EXTENSIONS => $is_extensions_tracking_allowed,
            ) );

            return $this->setup_account(
                $this->_user,
                $this->_site,
                $redirect,
                $auto_install
            );
        }

        /**
         * Install plugin with user.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param number    $user_id
         * @param string    $user_public_key
         * @param string    $user_secret_key
         * @param bool|null $is_marketing_allowed
         * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
         * @param bool|null $is_diagnostic_tracking_allowed Since 2.5.0.2
         * @param array     $site_ids
         * @param bool      $license_key
         * @param bool      $trial_plan_id
         * @param bool      $redirect
         *
         * @return void
         */
        private function install_many_pending_with_user(
            $user_id,
            $user_public_key,
            $user_secret_key,
            $is_marketing_allowed,
            $is_extensions_tracking_allowed,
            $is_diagnostic_tracking_allowed,
            $site_ids,
            $license_key = false,
            $trial_plan_id = false,
            $redirect = true
        ) {
            $user = $this->setup_user( $user_id, $user_public_key, $user_secret_key );

            if ( ! is_null( $is_marketing_allowed ) ) {
                $this->disable_opt_in_notice_and_lock_user();
            }

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                FS_Permission_Manager::PERMISSION_DIAGNOSTIC => $is_diagnostic_tracking_allowed,
                FS_Permission_Manager::PERMISSION_EXTENSIONS => $is_extensions_tracking_allowed,
            ) );

            $sites = array();
            foreach ( $site_ids as $site_id ) {
                $sites[] = $this->get_site_info( array( 'blog_id' => $site_id ) );
            }

            $this->install_with_user( $user, $license_key, $trial_plan_id, $redirect, true, $sites );
        }

        /**
         * Multi-site install with a new user.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number    $user_id
         * @param string    $user_public_key
         * @param string    $user_secret_key
         * @param bool|null $is_marketing_allowed
         * @param bool|null $is_extensions_tracking_allowed Since 2.3.2
         * @param bool|null $is_diagnostic_tracking_allowed Since 2.5.0.2
         * @param object[]  $installs
         * @param bool      $redirect
         * @param bool      $auto_install                   Since 1.2.1.7 If `true` and setting up an account with a valid license, will redirect (or return a URL) to the account page with a special parameter to trigger the auto installation processes.
         *
         * @return string If redirect is `false`, returns the next page the user should be redirected to.
         */
        private function install_many_with_new_user(
            $user_id,
            $user_public_key,
            $user_secret_key,
            $is_marketing_allowed,
            $is_extensions_tracking_allowed,
            $is_diagnostic_tracking_allowed,
            array $installs,
            $redirect = true,
            $auto_install = false
        ) {
            $this->setup_user( $user_id, $user_public_key, $user_secret_key );

            if ( ! is_null( $is_marketing_allowed ) ) {
                $this->disable_opt_in_notice_and_lock_user();
            }

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                FS_Permission_Manager::PERMISSION_DIAGNOSTIC => $is_diagnostic_tracking_allowed,
                FS_Permission_Manager::PERMISSION_EXTENSIONS => $is_extensions_tracking_allowed,
            ) );

            $install_ids = array();

            foreach ( $installs as $install ) {
                $install_ids[] = $install->id;
            }

            $items_per_request = 25;
            $left              = count( $install_ids );
            $offset            = 0;

            $installs = array();
            while ( $left > 0 ) {
                $result = $this->get_api_user_scope()->get( "/plugins/{$this->_module_id}/installs.json?ids=" . implode( ',', array_slice( $install_ids, $offset, $items_per_request ) ) );

                if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
                    // @todo Handle API error.
                }

                $installs = array_merge( $installs, $result->installs );

                $left   -= $items_per_request;
                $offset += $items_per_request;
            }

            foreach ( $installs as &$install ) {
                $install = new FS_Site( $install );
            }

            return $this->setup_network_account(
                $this->_user,
                $installs,
                $redirect,
                $auto_install
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param string|bool $email
         * @param bool        $redirect
         * @param string|bool $license_key      Since 1.2.1.5
         * @param bool        $is_pending_trial Since 1.2.1.5
         * @param bool        $is_suspicious_email Since 2.5.0
         * @param bool        $has_upgrade_context Since 2.5.3
         * @param bool|string $support_email_address Since 2.5.3
         *
         * @return string Since 1.2.1.5 if $redirect is `false`, return the pending activation page.
         */
        private function set_pending_confirmation(
            $email = false,
            $redirect = true,
            $license_key = false,
            $is_pending_trial = false,
            $is_suspicious_email = false,
            $has_upgrade_context = false,
            $support_email_address = false
        ) {
            $is_network_admin = fs_is_network_admin();

            if ( $this->_ignore_pending_mode && ! $has_upgrade_context ) {
                /**
                 * If explicitly asked to ignore pending mode, set to anonymous mode
                 * if require confirmation before finalizing the opt-in except after completing a purchase (otherwise, in this case, they wouldn't see any notice telling them that they should receive their license key via email).
                 *
                 * @author Vova Feldman
                 * @since  1.2.1.6
                 */
                $this->skip_connection( $is_network_admin );
            } else {
                // Install must be activated via email since
                // user with the same email already exist.
                $this->_storage->is_pending_activation = true;
                $this->_add_pending_activation_notice(
                    $email,
                    $is_pending_trial,
                    $is_suspicious_email,
                    $has_upgrade_context,
                    $support_email_address
                );
            }

            if ( ! empty( $license_key ) ) {
                $this->_storage->pending_license_key = $license_key;
            }

            // Remove the opt-in sticky notice.
            $this->_admin_notices->remove_sticky( array(
                'connect_account',
                'trial_promotion',
            ) );

            $next_page = $this->get_after_activation_url( 'after_pending_connect_url' );

            if ( $redirect ) {
                // Reload the page with a pending activation message.
                fs_redirect( $next_page );
            }

            return $next_page;
        }

        /**
         * Install plugin with current logged WP user info.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        function _install_with_current_user() {
            $this->_logger->entrance();

            if ( $this->is_registered() ) {
                return;
            }

            if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) && fs_request_is_post() ) {
				check_admin_referer( $this->get_unique_affix() . '_activate_existing' );

                /**
                 * @author Vova Feldman (@svovaf)
                 * @since  1.1.9 Add license key if given.
                 */
                $license_key = fs_request_get_raw( 'license_secret_key' );

                FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( array(
                    FS_Permission_Manager::PERMISSION_DIAGNOSTIC => fs_request_get_bool( 'is_diagnostic_tracking_allowed', null ),
                    FS_Permission_Manager::PERMISSION_EXTENSIONS => fs_request_get_bool( 'is_extensions_tracking_allowed', null ),
                ) );

                $this->install_with_current_user( $license_key );
            }
        }


        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @param string|bool $license_key
         * @param number|bool $trial_plan_id
         * @param array       $sites Since 2.0.0
         * @param bool        $redirect
         *
         * @return object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install.
         */
        function install_with_current_user(
            $license_key = false,
            $trial_plan_id = false,
            $sites = array(),
            $redirect = true
        ) {
            // Get current logged WP user.
            $current_user = self::_get_current_wp_user();

            // Find the relevant FS user by the email.
            $user = self::_get_user_by_email( $current_user->user_email );

            return $this->install_with_user( $user, $license_key, $trial_plan_id, $redirect, true, $sites );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User    $user
         * @param string|bool $license_key
         * @param number|bool $trial_plan_id
         * @param bool        $redirect
         * @param bool        $setup_account Since 2.0.0. When set to FALSE, executes a light installation without setting up the account as if it's the first opt-in.
         * @param array       $sites         Since 2.0.0. If not empty, should be a collection of site details for the bulk install API request.
         *
         * @return \FS_Site|object|string If redirect is `false`, returns the next page the user should be redirected to, or the API error object if failed to install. If $setup_account is set to `false`, return the newly created install.
         */
        function install_with_user(
            FS_User $user,
            $license_key = false,
            $trial_plan_id = false,
            $redirect = true,
            $setup_account = true,
            $sites = array()
        ) {
            // We have to set the user before getting user scope API handler.
            $this->_user = $user;

            // Install the plugin.
            $result = $this->create_installs_with_user(
                $user,
                $license_key,
                $trial_plan_id,
                $sites,
                $redirect
            );

            if ( ! $this->is_api_result_entity( $result ) &&
                 ! $this->is_api_result_object( $result, 'installs' )
            ) {
                // @todo Handler potential API error of the $result
            }

            if ( empty( $sites ) ) {
                $site        = new FS_Site( $result );
                $this->_site = $site;

                if ( ! $setup_account ) {
                    $this->_store_site();

                    $this->sync_plan_if_not_exist( $site->plan_id );

                    if ( ! empty( $license_key ) && FS_Plugin_License::is_valid_id( $site->license_id ) ) {
                        $this->sync_license_if_not_exist( $site->license_id, $license_key );
                    }

                    $this->_admin_notices->remove_sticky( 'connect_account', false );

                    return $site;
                }

                return $this->setup_account( $this->_user, $this->_site, $redirect );
            } else {
                $installs = array();
                foreach ( $result->installs as $install ) {
                    $installs[] = new FS_Site( $install );
                }

                return $this->setup_network_account(
                    $user,
                    $installs,
                    $redirect
                );
            }
        }

        /**
         * Initiate an API request to create a collection of installs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User $user
         * @param bool     $license_key
         * @param bool     $trial_plan_id
         * @param array    $sites
         * @param bool     $redirect
         * @param bool     $silent
         *
         * @return object|mixed
         */
        private function create_installs_with_user(
            FS_User $user,
            $license_key = false,
            $trial_plan_id = false,
            $sites = array(),
            $redirect = false,
            $silent = false
        ) {
            $extra_install_params = array(
                'uid'             => $this->get_anonymous_id(),
                'is_disconnected' => false,
            );

            if ( ! empty( $license_key ) ) {
                $extra_install_params['license_key'] = $this->apply_filters( 'license_key', $license_key );

                if ( $silent ) {
                    $extra_install_params['ignore_license_owner'] = true;
                }
            } else if ( FS_Plugin_Plan::is_valid_id( $trial_plan_id ) ) {
                $extra_install_params['trial_plan_id'] = $trial_plan_id;
            }

            if ( ! empty( $sites ) ) {
                $extra_install_params['sites'] = $sites;
            }

            $args = $this->get_install_data_for_api( $extra_install_params, false, false );

            // Install the plugin.
            $result = $this->get_api_user_scope_by_user( $user )->call(
                "/plugins/{$this->get_id()}/installs.json",
                'post',
                $args
            );

            if ( ! $this->is_api_result_entity( $result ) &&
                 ! $this->is_api_result_object( $result, 'installs' )
            ) {
                if ( ! empty( $args['license_key'] ) ) {
                    // Pass the fully entered license key to the failure handler.
                    $args['license_key'] = $license_key;
                }

                $result = $this->apply_filters( 'after_install_failure', $result, $args );

                if ( ! $silent ) {
                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
                        $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $result->error->message . '</b>',
                        $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                        'error'
                    );
                }

                if ( $redirect ) {
                    /**
                     * We set the user before getting the user scope API handler, so the user became temporarily
                     * registered (`is_registered() = true`). Since the API returned an error and we will redirect,
                     * we have to set the user to `null`, otherwise, the user will be redirected to the wrong
                     * activation page based on the return value of `is_registered()`. In addition, in case the
                     * context plugin doesn't have a settings menu and the default page is the `Plugins` page,
                     * misleading plugin activation errors will be shown on the `Plugins` page.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    $this->_user = null;

                    fs_redirect( $this->get_activation_url( array( 'error' => $result->error->message ) ) );
                }
            }

            return $result;
        }

        /**
         * Tries to activate add-on account based on parent plugin info.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param Freemius          $parent_fs
         * @param bool|int|null     $network_level_or_blog_id True for network level opt-in and integer for opt-in for specified blog in the network.
         * @param FS_Plugin_License $bundle_license           Since 2.4.0. If provided, this license will be activated for the add-on.
         */
        private function _activate_addon_account(
            Freemius $parent_fs,
            $network_level_or_blog_id = null,
            FS_Plugin_License $bundle_license = null
        ) {
            if ( $this->is_registered() ) {
                // Already activated.
                return;
            }

            $permission_ids = FS_Permission_Manager::get_all_permission_ids();
            $permissions = array();
            foreach ( $permission_ids as $permission_id ) {
                $permissions[ $permission_id ] = FS_Permission_Manager::instance( $parent_fs )->is_permission( $permission_id, true );
            }

            FS_Permission_Manager::instance( $this )->update_permissions_tracking_flag( $permissions );

            /**
             * Do not override the `uid` if network-level opt-in since the call to `get_sites_for_network_level_optin()`
             * already returns the data for the current blog.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.3.0
             */
            $uid_param_to_override = ( true === $network_level_or_blog_id ) ?
                array() :
                array( 'uid' => $this->get_anonymous_id() );

            $params = $this->get_install_data_for_api(
                $uid_param_to_override,
                false,
                false,
                /**
                 * Do not include the data for the current blog if network-level opt-in since the call to `get_sites_for_network_level_optin`
                 * already includes the data for it.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.3.0
                 */
                ( true !== $network_level_or_blog_id )
            );

            if ( true === $network_level_or_blog_id ) {
                $params['sites'] = $this->get_sites_for_network_level_optin();

                if ( empty( $params['sites'] ) ) {
                    return;
                }
            }

            if ( is_object( $bundle_license ) ) {
                $params['license_key'] = $bundle_license->secret_key;
            }

            // Activate add-on with parent plugin credentials.
            $result = $parent_fs->get_api_site_scope()->call(
                "/addons/{$this->_plugin->id}/installs.json",
                'post',
                $params
            );

            if ( ! $this->is_api_result_object( $result, 'installs' ) ) {
                if ( is_object( $bundle_license ) ) {
                    /**
                     * When a license object is provided, it's an attempt by the SDK to activate a bundle license and not a user-initiated action, therefore, do not show any admin notice to avoid confusion (e.g.: the notice will show up just above the opt-in link). If the license activation fails, the admin will see an opt-in link instead.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since  2.4.0
                     */
                } else {
                    $error_message = FS_Api::is_api_error_object( $result ) ?
                        $result->error->message :
                        $this->get_text_inline( 'An unknown error has occurred.', 'unknown-error' );

                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
                        $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $error_message . '</b>',
                        $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                        'error'
                    );
                }

                return;
            }

            $addon_installs = $result->installs;
            foreach ( $addon_installs as $key => $addon_install ) {
                $addon_installs[ $key ] = new FS_Site( $addon_install );
            }

            $first_install = $addon_installs[0];

            // Get user information based on parent's plugin.
            $user = $parent_fs->get_user();

            // First of all, set site and user info - otherwise we won't
            // be able to invoke API calls.
            $this->_site = $first_install;
            $this->_user = $user;

            // Sync add-on plans.
            $this->_sync_plans();

            $this->handle_account_connection( $addon_installs, ! fs_is_network_admin() );

            // Get site's current plan.
            //$this->_site->plan = $this->_get_plan_by_id( $this->_site->plan->id );

            // Sync licenses.
            $this->_sync_licenses();

            if ( ! fs_is_network_admin() ) {
                // Try to activate premium license.
                $this->_activate_license( true, $bundle_license );

                if ( is_object( $bundle_license ) ) {
                    $this->maybe_activate_bundle_license( $bundle_license );
                }
            } else {
                if ( is_object( $bundle_license ) ) {
                    $premium_license = $bundle_license;
                } else {
                    $license_id = fs_request_get( 'license_id' );

                    if ( is_object( $this->_site ) &&
                        FS_Plugin_License::is_valid_id( $license_id ) &&
                        $license_id == $this->_site->license_id
                    ) {
                        // License is already activated.
                        return;
                    }

                    $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
                        $this->_get_license_by_id( $license_id ) :
                        $this->_get_available_premium_license();
                }

                if ( is_object( $premium_license ) ) {
                    $this->maybe_network_activate_addon_license( $premium_license );
                }
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param FS_Site[] $installs
         * @param bool      $is_site_level
         */
        private function handle_account_connection( $installs, $is_site_level ) {
            $first_install = $installs[0];

            if ( $is_site_level ) {
                $this->_set_account( $this->_user, $first_install );

                $this->do_action( 'after_account_connection', $this->_user, $first_install );
            } else {
                $this->_store_user();

                // Map site addresses to their blog IDs.
                $address_to_blog_map = $this->get_address_to_blog_map();

                $first_blog_id      = null;
                $blog_2_install_map = array();
                foreach ( $installs as $install ) {
                    $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
                    $blog_id = $address_to_blog_map[ $address ];

                    $this->_store_site( true, $blog_id, $install );

                    if ( is_null( $first_blog_id ) ) {
                        $first_blog_id = $blog_id;
                    }

                    $blog_2_install_map[ $blog_id ] = $install;
                }

                if ( ! FS_User::is_valid_id( $this->_storage->network_user_id ) ||
                    ! is_object( self::_get_user_by_id( $this->_storage->network_user_id ) )
                ) {
                    // Store network user.
                    $this->_storage->network_user_id = $this->_user->id;
                }

                if ( ! FS_Site::is_valid_id( $this->_storage->network_install_blog_id ) ) {
                    $this->_storage->network_install_blog_id = $first_blog_id;
                }

                if ( count( $installs ) === count( $address_to_blog_map ) ) {
                    // Super admin opted in for all sites in the network.
                    $this->_storage->is_network_connected = true;
                }

                $this->_store_licenses( false );

                self::$_accounts->store();

                // Don't sync the installs data on network upgrade
                if ( ! $this->network_upgrade_mode_completed() ) {
                    $this->send_installs_update();
                }

                $current_blog = get_current_blog_id();

                foreach ( $blog_2_install_map as $blog_id => $install ) {
                    $this->switch_to_blog( $blog_id );

                    $this->do_action( 'after_account_connection', $this->_user, $install );
                }

                // Switch install context back to the first install.
                $this->switch_to_blog(
                    $current_blog,
                    $first_install,
                    ( $this->_site->id != $first_install->id )
                );

                $this->do_action( 'after_network_account_connection', $this->_user, $blog_2_install_map );
            }
        }

        /**
         * Tries to activate parent account based on add-on's info.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param Freemius $parent_fs
         */
        private function activate_parent_account( Freemius $parent_fs ) {
            if ( ! $this->is_addon() ) {
                // This is not an add-on.
                return;
            }

            if ( $parent_fs->is_registered() ) {
                // Already activated.
                return;
            }

            // Activate parent with add-on's user credentials.
            $parent_install = $this->get_api_user_scope()->call(
                "/plugins/{$parent_fs->_plugin->id}/installs.json",
                'post',
                $parent_fs->get_install_data_for_api( array(
                    'uid' => $parent_fs->get_anonymous_id(),
                ), false, false )
            );

            if ( isset( $parent_install->error ) ) {
                $this->_admin_notices->add(
                    sprintf( $this->get_text_inline( 'Couldn\'t activate %s.', 'could-not-activate-x' ), $this->get_plugin_name() ) . ' ' .
                    $this->get_text_inline( 'Please contact us with the following message:', 'contact-us-with-error-message' ) . ' ' . '<b>' . $parent_install->error->message . '</b>',
                    $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                    'error'
                );

                return;
            }

            $parent_fs->_admin_notices->remove_sticky( 'connect_account' );

            if ( $parent_fs->is_pending_activation() ) {
                $parent_fs->clear_pending_activation_mode();
            }

            // Get user information based on parent's plugin.
            $user = $this->get_user();

            // First of all, set site info - otherwise we won't
            // be able to invoke API calls.
            $parent_fs->_site = new FS_Site( $parent_install );
            $parent_fs->_user = $user;

            // Sync add-on plans.
            $parent_fs->_sync_plans();

            $parent_fs->update_license_required_permissions_if_anonymous();

            $parent_fs->_set_account( $user, $parent_fs->_site );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Admin Menu Items
        #----------------------------------------------------------------------------------

        private $_menu_items = array();

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.8
         *
         * @return array
         */
        function get_menu_items() {
            return $this->_menu_items;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return string
         */
        function get_menu_slug() {
            return $this->_menu->get_slug();
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function _prepare_admin_menu() {
//			if ( ! $this->is_on() ) {
//				return;
//			}

            if ( is_object( $this->_site ) && ! $this->is_registered() ) {
                return;
            }
            
            /**
             * When running from a site admin with a network activated module and the connection
             * was NOT delegated and the user still haven't skipped or opted-in, then hide the
             * site level settings.
             *
             * @author Vova Feldman (@svovaf)
             * @since  2.0.0
             */
            $should_hide_site_admin_settings = (
                $this->_is_network_active &&
                ! fs_is_network_admin() &&
                ! $this->is_delegated_connection() &&
                ! $this->is_anonymous() &&
                ! $this->is_registered()
            );

            $should_hide_site_admin_settings = $this->apply_filters( 'should_hide_site_admin_settings_on_network_activation_mode', $should_hide_site_admin_settings );

            if ( ( false === $this->has_api_connectivity() && ! $this->is_enable_anonymous() ) ||
                 $should_hide_site_admin_settings
            ) {
                $this->_menu->remove_menu_item( $should_hide_site_admin_settings );
            } else {
                $this->do_action( fs_is_network_admin() ?
                    'before_network_admin_menu_init' :
                    'before_admin_menu_init'
                );

                $this->add_menu_action();

                $this->add_network_menu_when_missing();

                $this->add_submenu_items();
            }
        }

        /**
         * Admin dashboard menu items modifications.
         *
         * NOTE: admin_menu action executed before admin_init.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         */
        private function add_menu_action() {
            if ( $this->is_activation_mode() ) {
                if ( $this->show_opt_in_on_setting_page() ) {
                    $this->override_plugin_menu_with_activation();
                } else {
                    /**
                     * Handle theme opt-in when the opt-in form shows as a dialog box in the themes page.
                     */
                    if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) ) {
                        add_action( 'load-themes.php', array( &$this, '_install_with_current_user' ) );
                    } else if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ||
                                fs_request_get_bool( 'pending_activation' )
                    ) {
                        add_action( 'load-themes.php', array( &$this, '_install_with_new_user' ) );
                    }
                }
            } else {
                if ( ! $this->is_registered() ) {
                    // If not registered try to install user.
                    if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) {
                        $this->_install_with_new_user();
                    }
                } else if (
                    fs_request_is_action( 'sync_user' ) &&
                    ( ! $this->has_settings_menu() || $this->show_opt_in_on_themes_page() )
                ) {
                    $this->_handle_account_user_sync();
                }
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         */
        function _redirect_on_clicked_menu_link() {
            $this->_logger->entrance();

            $page = fs_request_get('page');
            $page = is_string($page) ? strtolower($page) : '';

            $this->_logger->log( 'page = ' . $page );

            foreach ( $this->_menu_items as $priority => $items ) {
                foreach ( $items as $item ) {
                    if ( isset( $item['url'] ) ) {
                        if ( $page === $this->_menu->get_slug( strtolower( $item['menu_slug'] ) ) ) {
                            $this->_logger->log( 'Redirecting to ' . $item['url'] );

                            fs_redirect( $item['url'] );
                        }
                    }
                }
            }
        }

        /**
         * Remove plugin's all admin menu items & pages, and replace with activation page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         */
        private function override_plugin_menu_with_activation() {
            $this->_logger->entrance();

            $hook = false;

            if ( ! $this->has_settings_menu() ) {
                // Add the opt-in page without a menu item.
                $hook = FS_Admin_Menu_Manager::add_subpage(
                    '',
                    $this->get_plugin_name(),
                    $this->get_plugin_name(),
                    'manage_options',
                    $this->_slug,
                    array( &$this, '_connect_page_render' )
                );
            } else if ( $this->_menu->is_top_level() ) {
                if ( $this->_menu->is_override_exact() ) {
                    // Make sure the current page is matching the activation page.
                    if ( ! $this->is_matching_url( $this->get_activation_url() ) ) {
                        return;
                    }
                }

                $hook = $this->_menu->override_menu_item( array( &$this, '_connect_page_render' ) );

                if ( false === $hook ) {
                    // Create new menu item just for the opt-in.
                    $hook = FS_Admin_Menu_Manager::add_page(
                        $this->get_plugin_name(),
                        $this->get_plugin_name(),
                        'manage_options',
                        $this->_menu->get_slug(),
                        array( &$this, '_connect_page_render' )
                    );
                }
            } else {
                $menus = array( $this->_menu->get_parent_slug() );

                if ( $this->_menu->is_override_exact() ) {
                    // Make sure the current page is matching the activation page.
                    if ( ! $this->is_matching_url( $this->get_activation_url() ) ) {
                        return;
                    }
                }

                foreach ( $menus as $parent_slug ) {
                    $hook = $this->_menu->override_submenu_action(
                        $parent_slug,
                        $this->_menu->get_raw_slug(),
                        array( &$this, '_connect_page_render' )
                    );

                    if ( false !== $hook ) {
                        // Found plugin's submenu item.
                        break;
                    }
                }
            }

            if ( $this->is_activation_page() ) {
                // Clean admin page from distracting content.
                self::_clean_admin_content_section();
            }

            if ( false !== $hook ) {
                if ( fs_request_is_action( $this->get_unique_affix() . '_activate_existing' ) ) {
                    $this->_install_with_current_user();
                } else if ( fs_request_is_action( $this->get_unique_affix() . '_activate_new' ) ) {
                    $this->_install_with_new_user();
                }
            }
        }

        /**
         * If a plugin was network activated and connected but don't have a network
         * level settings, then add an artificial menu item for the Account and other
         * Freemius settings.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private function add_network_menu_when_missing() {
            $this->_logger->entrance();

            if ( ! $this->_is_network_active ) {
                // Plugin wasn't activated on the network level.
                return;
            }

            if ( ! fs_is_network_admin() ) {
                // The context is not the network admin.
                return;
            }

            if ( $this->_menu->has_network_menu() ) {
                // Plugin already has a network level menu.
                return;
            }

            if ( $this->is_network_activation_mode() ) {
                /**
                 * Do not add during activation mode, otherwise, there will be duplicate menus while the opt-in
                 * screen is being shown.
                 *
                 * @author Leo Fajardo (@leorw)
                 */
                return;
            }

            if ( ! WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED ) {
                if ( $this->is_network_delegated_connection() ) {
                    // Super-admin delegated the connection to the site admins.
                    return;
                }
            }

            if ( ! $this->_menu->has_menu() || $this->_menu->is_top_level() ) {

                if ( $this->_menu->has_menu() ||
                     ! $this->is_addon() ||
                     $this->is_activation_mode()
                ) {
                    $this->_dynamically_added_top_level_page_hook_name = $this->_menu->add_page_and_update(
                        $this->get_plugin_name(),
                        $this->get_plugin_name(),
                        'manage_options',
                        $this->_menu->has_menu() ? $this->_menu->get_slug() : $this->_slug
                    );
                }
            } else {
                $this->_menu->add_subpage_and_update(
                    $this->_menu->get_parent_slug(),
                    $this->get_plugin_name(),
                    $this->get_plugin_name(),
                    'manage_options',
                    $this->_menu->get_slug()
                );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1
         *
         * return string
         */
        function get_top_level_menu_capability() {
            global $menu;

            $top_level_menu_slug = $this->get_top_level_menu_slug();

            foreach ( $menu as $menu_info ) {
                /**
                 * The second element in the menu info array is the capability/role that has access to the menu and the
                 * third element is the menu slug.
                 */
                if ( $menu_info[2] === $top_level_menu_slug ) {
                    return $menu_info[1];
                }
            }

            return 'read';
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @return string
         */
        private function get_top_level_menu_slug() {
            return ( $this->is_addon() ?
                $this->get_parent_instance()->_menu->get_top_level_menu_slug() :
                $this->_menu->get_top_level_menu_slug() );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return string
         */
        function get_pricing_cta_label() {
            $label = $this->get_text_inline( 'Upgrade', 'upgrade' );

            if ( $this->is_in_trial_promotion() &&
                 ! $this->is_paying_or_trial()
            ) {
                // If running a trial promotion, modify the pricing to load the trial.
                $label = $this->get_text_inline( 'Start Trial', 'start-trial' );
            } else if ( $this->is_paying() ) {
                $label = $this->get_text_inline( 'Pricing', 'pricing' );
            }

            return $label;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        function is_pricing_page_visible() {
            return (
                // Has at least one paid plan.
                $this->has_paid_plan() &&
                // Didn't ask to hide the pricing page.
                $this->is_page_visible( 'pricing' ) &&
                // Don't have a valid active license or has more than one plan.
                ( ! $this->is_paying() || ! $this->is_single_plan( true ) )
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param bool $is_activation_mode
         *
         * @return bool
         */
        private function should_add_submenu_or_action_links( $is_activation_mode ) {
            if ( $this->is_addon() ) {
                // No submenu items or action links for add-ons.
                return false;
            }

            if ( $this->show_opt_in_on_themes_page() ) {
                if ( ! fs_is_network_admin() ) {
                    // Also add action links or submenu items when running in a free .org theme so the tabs will be visible.
                    return true;
                }
            } else if ( $is_activation_mode ) {
                // Don't show submenu-items/tabs in activation mode, unless it's a wp.org theme.
                return false;
            }

            if ( fs_is_network_admin() ) {
                /**
                 * Add submenu items or action links to network level when plugin was network activated and the super
                 * admin did NOT delegate the connection of all sites to site admins.
                 */
                return (
                    $this->_is_network_active &&
                    ( WP_FS__SHOW_NETWORK_EVEN_WHEN_DELEGATED ||
                        ! $this->is_network_delegated_connection() )
                );
            }

            return ( ! $this->_is_network_active || $this->is_delegated_connection() );
        }

        /**
         * Add default Freemius menu items.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         * @since  1.2.2.7 Also add submenu items when running in a free .org theme so the tabs will be visible.
         */
        private function add_submenu_items() {
            $this->_logger->entrance();

            $is_activation_mode = $this->is_activation_mode();

            $add_submenu_items = $this->should_add_submenu_or_action_links( $is_activation_mode );

            if ( $add_submenu_items ) {
                if ( $this->has_affiliate_program() ) {
                    // Add affiliation page.
                    $this->add_submenu_item(
                        $this->get_text_inline( 'Affiliation', 'affiliation' ),
                        array( &$this, '_affiliation_page_render' ),
                        $this->get_plugin_name() . ' &ndash; ' . $this->get_text_inline( 'Affiliation', 'affiliation' ),
                        'manage_options',
                        'affiliation',
                        'Freemius::_clean_admin_content_section',
                        WP_FS__DEFAULT_PRIORITY,
                        $this->is_submenu_item_visible( 'affiliation' )
                    );
                }
            }

            if ( $add_submenu_items ||
                ( $is_activation_mode &&
                    $this->is_only_premium() &&
                    $this->is_admin_page( 'account' ) &&
                    fs_request_is_action( $this->get_unique_affix() . '_sync_license' )
                )
            ) {
                if ( ! WP_FS__DEMO_MODE && $this->is_registered() ) {
                    $show_account = (
                        $this->is_submenu_item_visible( 'account' ) &&
                        /**
                         * @since 1.2.2.7 Don't show the Account for free WP.org themes without any paid plans.
                         */
                        ( ! $this->is_free_wp_org_theme() || $this->has_paid_plan() )
                    );

                    // Add user account page.
                    $this->add_submenu_item(
                        $this->get_text_inline( 'Account', 'account' ),
                        array( &$this, '_account_page_render' ),
                        $this->get_plugin_name() . ' &ndash; ' . $this->get_text_inline( 'Account', 'account' ),
                        'manage_options',
                        'account',
                        array( &$this, '_account_page_load' ),
                        WP_FS__DEFAULT_PRIORITY,
                        ( $add_submenu_items && $show_account )
                    );
                }
            }

            if ( $add_submenu_items ) {
                if (! WP_FS__DEMO_MODE && ! $this->is_whitelabeled() ) {
                    // Add contact page.
                    $this->add_submenu_item(
                        $this->get_text_inline( 'Contact Us', 'contact-us' ),
                        array( &$this, '_contact_page_render' ),
                        $this->get_plugin_name() . ' &ndash; ' . $this->get_text_inline( 'Contact Us', 'contact-us' ),
                        'manage_options',
                        'contact',
                        'Freemius::_clean_admin_content_section',
                        WP_FS__DEFAULT_PRIORITY,
                        $this->is_submenu_item_visible( 'contact' )
                    );
                }

                if ( $this->has_addons() ) {
                    $this->add_submenu_item(
                        $this->get_text_inline( 'Add-Ons', 'add-ons' ),
                        array( &$this, '_addons_page_render' ),
                        $this->get_plugin_name() . ' &ndash; ' . $this->get_text_inline( 'Add-Ons', 'add-ons' ),
                        'manage_options',
                        'addons',
                        array( &$this, '_addons_page_load' ),
                        WP_FS__LOWEST_PRIORITY - 1,
                        $this->is_submenu_item_visible( 'addons' )
                    );
                }
            }

            if ( $add_submenu_items ||
                ( $is_activation_mode && $this->is_only_premium() && $this->is_admin_page( 'pricing' ) )
            ) {
                if (! WP_FS__DEMO_MODE && ! $this->is_whitelabeled() ) {
                    $show_pricing = (
                        $this->is_submenu_item_visible( 'pricing' ) &&
                        $this->is_pricing_page_visible()
                    );

                    $pricing_cta_text = $this->get_pricing_cta_label();
                    $pricing_class    = 'upgrade-mode';
                    if ( $show_pricing ) {
                        if ( $this->is_in_trial_promotion() &&
                             ! $this->is_paying_or_trial()
                        ) {
                            // If running a trial promotion, modify the pricing to load the trial.
                            $pricing_class = 'trial-mode';
                        } else if ( $this->is_paying() ) {
                            $pricing_class = '';
                        }
                    }

                    // Add upgrade/pricing page.
                    $this->add_submenu_item(
                        $pricing_cta_text . '&nbsp;&nbsp;' . ( is_rtl() ? $this->get_text_x_inline( '&#x2190;', 'ASCII arrow left icon', 'symbol_arrow-left' ) : $this->get_text_x_inline( '&#x27a4;', 'ASCII arrow right icon', 'symbol_arrow-right' ) ),
                        array( &$this, '_pricing_page_render' ),
                        $this->get_plugin_name() . ' &ndash; ' . $this->get_text_x_inline( 'Pricing', 'noun', 'pricing' ),
                        'manage_options',
                        'pricing',
                        'Freemius::_clean_admin_content_section',
                        WP_FS__LOWEST_PRIORITY,
                        ( $add_submenu_items && $show_pricing ),
                        $pricing_class
                    );
                }
            }

            if ( ! $is_activation_mode || ( true !== $this->_storage->require_license_activation ) ) {
                /**
                 * Add the other menu items if there are any when not in activation mode or license activation is not
                 * required (license activation is required for registered or anonymous users after activating the
                 * premium version when the site is not in trial mode or there's no active valid license).
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.1
                 */
                if ( 0 < count( $this->_menu_items ) ) {
                    if ( ! $this->_menu->is_top_level() ) {
                        fs_enqueue_local_style( 'fs_common', '/admin/common.css' );

                        // Append submenu items right after the plugin's submenu item.
                        $this->order_sub_submenu_items();
                    } else {
                        // Append submenu items.
                        $this->embed_submenu_items();
                    }
                }
            }
        }

        /**
         * Moved the actual submenu item additions to a separated function,
         * in order to support sub-submenu items when the plugin's settings
         * only have a submenu and not top-level menu item.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         */
        private function embed_submenu_items() {
            $item_template = $this->_menu->is_top_level() ?
                '<span class="fs-submenu-item %s %s %s">%s</span>' :
                '<span class="fs-submenu-item fs-sub %s %s %s">%s</span>';

            $top_level_menu_capability = $this->get_top_level_menu_capability();

            ksort( $this->_menu_items );

            $is_first_submenu_item = true;

            foreach ( $this->_menu_items as $priority => $items ) {
                foreach ( $items as $item ) {
                    $capability = ( ! empty( $item['capability'] ) ? $item['capability'] : $top_level_menu_capability );

                    $menu_item = sprintf(
                        $item_template,
                        $this->get_unique_affix(),
                        $item['menu_slug'],
                        ! empty( $item['class'] ) ? $item['class'] : '',
                        $item['menu_title']
                    );

                    $top_level_menu_slug = $this->get_top_level_menu_slug();
                    $menu_slug           = $this->_menu->get_slug( $item['menu_slug'] );

                    if ( ! isset( $item['url'] ) ) {
                        $hook = FS_Admin_Menu_Manager::add_subpage(
                            $item['show_submenu'] ?
                                $top_level_menu_slug :
                                '',
                            $item['page_title'],
                            $menu_item,
                            $capability,
                            $menu_slug,
                            $item['render_function']
                        );

                        if ( false !== $item['before_render_function'] ) {
                            add_action( "load-$hook", $item['before_render_function'] );
                        }
                    } else {
                        FS_Admin_Menu_Manager::add_subpage(
                            $item['show_submenu'] ?
                                $top_level_menu_slug :
                                '',
                            $item['page_title'],
                            $menu_item,
                            $capability,
                            $menu_slug,
                            array( $this, '' )
                        );
                    }

                    if ( $item['show_submenu'] && $is_first_submenu_item ) {
                        if ( $this->_is_network_active && ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
                            /**
                             * If the top-level menu has been dynamically created, remove the first submenu item that
                             * WordPress automatically creates when there's no submenu item whose slug matches the
                             * parent's. In the following example, the `Awesome Plugin` submenu item will be removed.
                             *
                             * Awesome Plugin
                             *     - Awesome Plugin <-- we want to remove this since there's no real setting page for the top-level
                             *
                             * @author Leo Fajardo (@leorw)
                             */
                            remove_submenu_page( $top_level_menu_slug, $top_level_menu_slug );
                        }

                        $is_first_submenu_item = false;
                    }
                }
            }
        }

        /**
         * Re-order the submenu items so all Freemius added new submenu items
         * are added right after the plugin's settings submenu item.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         */
        private function order_sub_submenu_items() {
            global $submenu;

            $menu_slug = $this->_menu->get_top_level_menu_slug();

            /**
             * Before "admin_menu" fires, WordPress will loop over the default submenus and remove pages for which the user
             * does not have permissions. So in case a plugin does not have top-level menu but does have submenus under any
             * of the default menus, only users that have the right role can access its sub-submenus (Account, Contact Us,
             * Support Forum, etc.) since $submenu[ $menu_slug ] will be empty if the user doesn't have permission.
             *
             * In case a plugin does not have submenus under any of the default menus but does have submenus under the menu
             * of another plugin, only users that have the right role can access its sub-submenus since we will use the
             * capability needed to access the parent menu as the capability for the submenus that we will add.
             */
            if ( empty( $submenu[ $menu_slug ] ) ) {
                return;
            }

            $top_level_menu = &$submenu[ $menu_slug ];

            $all_submenu_items_after = array();

            $found_submenu_item = false;

            foreach ( $top_level_menu as $submenu_id => $meta ) {
                if ( $found_submenu_item ) {
                    // Remove all submenu items after the plugin's submenu item.
                    $all_submenu_items_after[] = $meta;
                    unset( $top_level_menu[ $submenu_id ] );
                }

                if ( $this->_menu->get_raw_slug() === $meta[2] ) {
                    // Found the submenu item, put all below.
                    $found_submenu_item = true;
                    continue;
                }
            }

            // Embed all plugin's new submenu items.
            $this->embed_submenu_items();

            // Start with specially high number to make sure it's appended.
            $i = max( 10000, max( array_keys( $top_level_menu ) ) + 1 );
            foreach ( $all_submenu_items_after as $meta ) {
                $top_level_menu[ $i ] = $meta;
                $i ++;
            }

            // Sort submenu items.
            ksort( $top_level_menu );
        }

        /**
         * Helper method to return the module's support forum URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return string
         */
        function get_support_forum_url() {
            return $this->apply_filters( 'support_forum_url', "https://wordpress.org/support/{$this->_module_type}/{$this->_slug}" );
        }

        /**
         * Displays the Support Forum link when enabled.
         *
         * Can be filtered like so:
         *
         *  function _fs_show_support_menu( $is_visible, $menu_id ) {
         *      if ( 'support' === $menu_id ) {
         *            return _fs->is_registered();
         *        }
         *        return $is_visible;
         *    }
         *    _fs()->add_filter('is_submenu_visible', '_fs_show_support_menu', 10, 2);
         *
         */
        function _add_default_submenu_items() {
            if ( ! $this->is_on() ) {
                return;
            }

            if ( ! $this->is_activation_mode() &&
                 ( ( $this->_is_network_active && fs_is_network_admin() ) ||
                   ( ! $this->_is_network_active && is_admin() ) )
            ) {
                $this->add_submenu_link_item(
                    $this->apply_filters( 'support_forum_submenu', $this->get_text_inline( 'Support Forum', 'support-forum' ) ),
                    $this->get_support_forum_url(),
                    'wp-support-forum',
                    null,
                    50,
                    $this->is_submenu_item_visible( 'support' )
                );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param string        $menu_title
         * @param callable      $render_function
         * @param bool|string   $page_title
         * @param string        $capability
         * @param bool|string   $menu_slug
         * @param bool|callable $before_render_function
         * @param int           $priority
         * @param bool          $show_submenu
         * @param string        $class Since 1.2.1.5 can add custom classes to menu items.
         */
        function add_submenu_item(
            $menu_title,
            $render_function,
            $page_title = false,
            $capability = 'manage_options',
            $menu_slug = false,
            $before_render_function = false,
            $priority = WP_FS__DEFAULT_PRIORITY,
            $show_submenu = true,
            $class = ''
        ) {
            $this->_logger->entrance( 'Title = ' . $menu_title );

            if ( $this->is_addon() ) {
                $parent_fs = $this->get_parent_instance();

                if ( is_object( $parent_fs ) ) {
                    $parent_fs->add_submenu_item(
                        $menu_title,
                        $render_function,
                        $page_title,
                        $capability,
                        $menu_slug,
                        $before_render_function,
                        $priority,
                        $show_submenu,
                        $class
                    );

                    return;
                }
            }

            if ( ! isset( $this->_menu_items[ $priority ] ) ) {
                $this->_menu_items[ $priority ] = array();
            }

            $this->_menu_items[ $priority ][] = array(
                'page_title'             => is_string( $page_title ) ? $page_title : $menu_title,
                'menu_title'             => $menu_title,
                'capability'             => $capability,
                'menu_slug'              => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
                'render_function'        => $render_function,
                'before_render_function' => $before_render_function,
                'show_submenu'           => $show_submenu,
                'class'                  => $class,
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param string $menu_title
         * @param string $url
         * @param bool   $menu_slug
         * @param string $capability
         * @param int    $priority
         * @param bool   $show_submenu
         */
        function add_submenu_link_item(
            $menu_title,
            $url,
            $menu_slug = false,
            $capability = 'read',
            $priority = WP_FS__DEFAULT_PRIORITY,
            $show_submenu = true
        ) {
            $this->_logger->entrance( 'Title = ' . $menu_title . '; Url = ' . $url );

            if ( $this->is_addon() ) {
                $parent_fs = $this->get_parent_instance();

                if ( is_object( $parent_fs ) ) {
                    $parent_fs->add_submenu_link_item(
                        $menu_title,
                        $url,
                        $menu_slug,
                        $capability,
                        $priority,
                        $show_submenu
                    );

                    return;
                }
            }

            if ( ! isset( $this->_menu_items[ $priority ] ) ) {
                $this->_menu_items[ $priority ] = array();
            }

            $this->_menu_items[ $priority ][] = array(
                'menu_title'             => $menu_title,
                'capability'             => $capability,
                'menu_slug'              => is_string( $menu_slug ) ? $menu_slug : strtolower( $menu_title ),
                'url'                    => $url,
                'page_title'             => $menu_title,
                'render_function'        => 'fs_dummy',
                'before_render_function' => '',
                'show_submenu'           => $show_submenu,
            );
        }

        #endregion ------------------------------------------------------------------

        #--------------------------------------------------------------------------------
        #region Admin Notices
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @param string|string[] $ids
         * @param int|null        $network_level_or_blog_id
         *
         * @uses FS_Admin_Notices::remove_sticky()
         */
        function remove_sticky( $ids, $network_level_or_blog_id = null ) {
            $this->_admin_notices->remove_sticky( $ids, $network_level_or_blog_id );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Actions / Hooks / Filters
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @param string $tag
         *
         * @return string
         */
        public function get_action_tag( $tag ) {
            return self::get_action_tag_static( $tag, $this->_slug, $this->is_plugin() );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         *
         * @param string $tag
         * @param string $slug
         * @param bool   $is_plugin
         *
         * @return string
         */
        static function get_action_tag_static( $tag, $slug = '', $is_plugin = true ) {
            $action = "fs_{$tag}";

            if ( ! empty( $slug ) ) {
                $action .= '_' . self::get_module_unique_affix( $slug, $is_plugin );
            }

            return $action;
        }

        /**
         * Returns a string that can be used to generate a unique action name,
         * option name, HTML element ID, or HTML element class.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return string
         */
        public function get_unique_affix() {
            return self::get_module_unique_affix( $this->_slug, $this->is_plugin() );
        }

        /**
         * Returns a string that can be used to generate a unique action name,
         * option name, HTML element ID, or HTML element class.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.5
         *
         * @param string $slug
         * @param bool   $is_plugin
         *
         * @return string
         */
        static function get_module_unique_affix( $slug, $is_plugin = true ) {
            $affix = $slug;

            if ( ! $is_plugin ) {
                $affix .= '-' . WP_FS__MODULE_TYPE_THEME;
            }

            return $affix;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         * @since  1.2.2.5 The AJAX action names are based on the module ID, not like the non-AJAX actions that are
         *         based on the slug for backward compatibility.
         *
         * @param string $tag
         *
         * @return string
         */
        function get_ajax_action( $tag ) {
            return self::get_ajax_action_static( $tag, $this->_module_id );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $tag
         *
         * @return string
         */
        function get_ajax_security( $tag ) {
            return wp_create_nonce( $this->get_ajax_action( $tag ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $tag
         */
        function check_ajax_referer( $tag ) {
            check_ajax_referer( $this->get_ajax_action( $tag ), 'security' );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         * @since  1.2.2.5 The AJAX action names are based on the module ID, not like the non-AJAX actions that are
         *         based on the slug for backward compatibility.
         *
         * @param string      $tag
         * @param number|null $module_id
         *
         * @return string
         */
        static function get_ajax_action_static( $tag, $module_id = null ) {
            $action = "fs_{$tag}";

            if ( ! empty( $module_id ) ) {
                $action .= "_{$module_id}";
            }

            return $action;
        }

        /**
         * Do action, specific for the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param string $tag     The name of the action to be executed.
         * @param mixed  $arg,... Optional. Additional arguments which are passed on to the
         *                        functions hooked to the action. Default empty.
         *
         * @uses   do_action()
         */
        function do_action( $tag, $arg = '' ) {
            $args = func_get_args();

            $this->_logger->entrance( $tag );

            call_user_func_array( 'do_action', array_merge(
                    array( $this->get_action_tag( $tag ) ),
                    array_slice( $args, 1 ) )
            );
        }

        /**
         * Add action, specific for the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param string   $tag
         * @param callable $function_to_add
         * @param int      $priority
         * @param int      $accepted_args
         *
         * @uses   add_action()
         */
        function add_action(
            $tag,
            $function_to_add,
            $priority = WP_FS__DEFAULT_PRIORITY,
            $accepted_args = 1
        ) {
            $this->_logger->entrance( $tag );

            add_action( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
        }

        /**
         * Add AJAX action, specific for the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @param string   $tag
         * @param callable $function_to_add
         * @param int      $priority
         *
         * @uses   add_action()
         *
         * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
         */
        function add_ajax_action(
            $tag,
            $function_to_add,
            $priority = WP_FS__DEFAULT_PRIORITY
        ) {
            $this->_logger->entrance( $tag );

            return self::add_ajax_action_static(
                $tag,
                $function_to_add,
                $priority,
                $this->_module_id
            );
        }

        /**
         * Add AJAX action.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.6
         *
         * @param string      $tag
         * @param callable    $function_to_add
         * @param int         $priority
         * @param number|null $module_id
         *
         * @return bool True if action added, false if no need to add the action since the AJAX call isn't matching.
         * @uses   add_action()
         *
         */
        static function add_ajax_action_static(
            $tag,
            $function_to_add,
            $priority = WP_FS__DEFAULT_PRIORITY,
            $module_id = null
        ) {
            self::$_static_logger->entrance( $tag );

            if ( ! self::is_ajax_action_static( $tag, $module_id ) ) {
                return false;
            }

            add_action(
                'wp_ajax_' . self::get_ajax_action_static( $tag, $module_id ),
                $function_to_add,
                $priority,
                0
            );

            self::$_static_logger->info( "$tag AJAX callback action added." );

            return true;
        }

        /**
         * Send a JSON response back to an Ajax request.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed $response
         */
        static function shoot_ajax_response( $response ) {
            wp_send_json( $response );
        }

        /**
         * Send a JSON response back to an Ajax request, indicating success.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed $data Data to encode as JSON, then print and exit.
         */
        static function shoot_ajax_success( $data = null ) {
            wp_send_json_success( $data );
        }

        /**
         * Send a JSON response back to an Ajax request, indicating failure.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed $error Optional error message.
         */
        static function shoot_ajax_failure( $error = '' ) {
            $result = array( 'success' => false );
            if ( ! empty( $error ) ) {
                $result['error'] = $error;
            }

            wp_send_json( $result );
        }

        /**
         * Returns an AJAX URL with a special extra param to indicate whether the request was triggered from the network admin or blog admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.5.1
         *
         * @param string $wrap_with By default, returns the AJAX URL wrapped with single quotes.
         *
         * @return string
         */
        static function ajax_url( $wrap_with = "'") {
            if ( fs_is_network_admin() ) {
                $param_name = '_fs_network_admin';
            } else {
                $param_name = '_fs_blog_admin';
            }

            $url = admin_url( 'admin-ajax.php', 'relative' );
            $url .= ( false === strpos( $url, '?' ) ) ? '?' : '&';
            $url .= "{$param_name}=true";

            return "{$wrap_with}{$url}{$wrap_with}";
        }

        /**
         * Apply filter, specific for the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string $tag   The name of the filter hook.
         * @param mixed  $value The value on which the filters hooked to `$tag` are applied on.
         *
         * @return mixed The filtered value after all hooked functions are applied to it.
         *
         * @uses   apply_filters()
         */
        function apply_filters( $tag, $value ) {
            $args = func_get_args();

            $this->_logger->entrance( $tag );

            array_unshift( $args, $this->get_unique_affix() );

            return call_user_func_array( 'fs_apply_filter', $args );
        }

        /**
         * Add filter, specific for the current context plugin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string   $tag
         * @param callable $function_to_add
         * @param int      $priority
         * @param int      $accepted_args
         *
         * @uses   add_filter()
         */
        function add_filter( $tag, $function_to_add, $priority = WP_FS__DEFAULT_PRIORITY, $accepted_args = 1 ) {
            $this->_logger->entrance( $tag );

            add_filter( $this->get_action_tag( $tag ), $function_to_add, $priority, $accepted_args );
        }

        /**
         * Check if has filter.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.4
         *
         * @param string        $tag
         * @param callable|bool $function_to_check Optional. The callback to check for. Default false.
         *
         * @return false|int
         *
         * @uses   has_filter()
         */
        function has_filter( $tag, $function_to_check = false ) {
            $this->_logger->entrance( $tag );

            return has_filter( $this->get_action_tag( $tag ), $function_to_check );
        }

        #endregion

        /**
         * Override default i18n text phrases.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string[] string $key_value
         *
         * @uses   fs_override_i18n()
         */
        function override_i18n( $key_value ) {
            fs_override_i18n( $key_value, $this->_slug );
        }

        /* Account Page
        ------------------------------------------------------------------------------------------------------------------*/
        /**
         * Update site information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool     $store                    Flush to Database if true.
         * @param null|int $network_level_or_blog_id Since 2.0.0
         * @param \FS_Site $site                     Since 2.0.0
         */
        private function _store_site( $store = true, $network_level_or_blog_id = null, FS_Site $site = null, $is_backup = false ) {
            $this->_logger->entrance();

            if ( is_null( $site ) ) {
                $site = $this->_site;
            }

            if ( !isset( $site ) || !is_object($site) || empty( $site->id ) ) {
                $this->_logger->error( "Empty install ID, can't store site." );

                return;
            }

            $site_clone = clone $site;

            $sites = self::get_all_sites( $this->_module_type, $network_level_or_blog_id, $is_backup );

            if (
                ! $is_backup &&
                is_object( $this->_user ) && $this->_user->id != $site->user_id
            ) {
                $this->sync_user_by_current_install( $site->user_id );

                $prev_stored_user_id = $this->_storage->get( 'prev_user_id', false, $network_level_or_blog_id );

                if ( empty( $prev_stored_user_id ) &&
                     is_object($this->_user) && $this->_user->id != $site->user_id
                ) {
                    /**
                     * Store the current user ID as the previous user ID so that the previous user can be used
                     * as the install's owner while the new owner's details are not yet available.
                     *
                     * This will be executed only in the `replica` site. For example, there are 2 sites, namely `original`
                     * and `replica`, then an ownership change was initiated and completed in the `original`, the `replica`
                     * will be using the previous user until it is updated again (e.g.: until the next clone of `original`
                     * into `replica`.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    $this->_storage->store( 'prev_user_id', $sites[ $this->_slug ]->user_id, $network_level_or_blog_id );
                }
            }

            $sites[ $this->_slug ] = $site_clone;

            $this->set_account_option(
                ( $is_backup ? 'prev_' : '' ) . 'sites',
                $sites,
                $store,
                $network_level_or_blog_id
            );
        }

        /**
         * Stores the context site in the sites backup storage. This logic is used before deleting the site info so that it can be restored later on if necessary (e.g., if the automatic clone resolution attempt fails).
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         */
        private function back_up_site() {
            $this->_logger->entrance();

            $site_clone = clone $this->_site;

            $this->_store_site( true, null, $site_clone, true );
        }

        /**
         * Update plugin's plans information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @param bool $store Flush to Database if true.
         */
        private function _store_plans( $store = true ) {
            $this->_logger->entrance();

            $plans = self::get_all_plans( $this->_module_type );

            // Copy plans.
            $encrypted_plans = array();
            for ( $i = 0, $len = count( $this->_plans ); $i < $len; $i ++ ) {
                $encrypted_plans[] = self::_encrypt_entity( $this->_plans[ $i ] );
            }

            $plans[ $this->_slug ] = $encrypted_plans;

            $this->set_account_option( 'plans', $plans, $store );
        }

        /**
         * Update user's plugin licenses.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool                $store
         * @param number|bool         $module_id
         * @param FS_Plugin_License[] $licenses
         */
        private function _store_licenses( $store = true, $module_id = false, $licenses = array() ) {
            $this->_logger->entrance();

            $all_licenses = self::get_all_licenses();

            if ( ! FS_Plugin::is_valid_id( $module_id ) ) {
                $module_id = $this->_module_id;

                $user_licenses = is_array( $this->_licenses ) ?
                    $this->_licenses :
                    array();

                if ( empty( $user_licenses ) ) {
                    // If the context user doesn't have any license, don't update the licenses collection.
                    return;
                }

                $new_user_licenses_map = array();
                foreach ( $user_licenses as $user_license ) {
                    $new_user_licenses_map[ $user_license->id ] = $user_license;
                }

                self::store_user_id_license_ids_map( array_keys( $new_user_licenses_map ), $this->_module_id, $this->_user->id );

                // Update user licenses.
                $licenses_to_update_count = count( $new_user_licenses_map );
                foreach ( $all_licenses[ $module_id ] as $key => $license ) {
                    if ( 0 === $licenses_to_update_count ) {
                        break;
                    }

                    if ( isset( $new_user_licenses_map[ $license->id ] ) ) {
                        // Update license.
                        $all_licenses[ $module_id ][ $key ] = $new_user_licenses_map[ $license->id ];
                        unset( $new_user_licenses_map[ $license->id ] );

                        $licenses_to_update_count --;
                    }
                }

                if ( ! empty( $new_user_licenses_map ) ) {
                    // Add new licenses.
                    $all_licenses[ $module_id ] = array_merge( array_values( $new_user_licenses_map ), $all_licenses[ $module_id ] );
                }

                $licenses = $all_licenses[ $module_id ];
            }

            if ( ! isset( $all_licenses[ $module_id ] ) ) {
                $all_licenses[ $module_id ] = array();
            }

            $all_licenses[ $module_id ] = $licenses;

            self::$_accounts->set_option( 'all_licenses', $all_licenses, $store );
        }

        /**
         * Update user information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param bool $store Flush to Database if true.
         */
        private function _store_user( $store = true ) {
            $this->_logger->entrance();

            if ( empty( $this->_user->id ) ) {
                $this->_logger->error( "Empty user ID, can't store user." );

                return;
            }

            $users                     = self::get_all_users();
            $users[ $this->_user->id ] = $this->_user;
            self::$_accounts->set_option( 'users', $users, $store );
        }

        /**
         * Update new updates information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param FS_Plugin_Tag|null $update
         * @param bool               $store Flush to Database if true.
         * @param bool|number        $plugin_id
         */
        private function _store_update( $update, $store = true, $plugin_id = false ) {
            $this->_logger->entrance();

            if ( $update instanceof FS_Plugin_Tag ) {
                $update->updated = time();
            }

            if ( ! is_numeric( $plugin_id ) ) {
                $plugin_id = $this->_plugin->id;
            }

            $updates               = self::get_all_updates();
            $updates[ $plugin_id ] = $update;
            self::$_accounts->set_option( 'updates', $updates, $store );
        }

        /**
         * Update new updates information.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    1.0.6
         *
         * @param FS_Plugin[] $plugin_addons
         * @param bool        $store Flush to Database if true.
         */
        private function _store_addons( $plugin_addons, $store = true ) {
            $this->_logger->entrance();

            $addons                       = self::get_all_addons();
            $addons[ $this->_plugin->id ] = $plugin_addons;
            self::$_accounts->set_option( 'addons', $addons, $store );
        }

        /**
         * Delete plugin's associated add-ons.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    1.0.8
         *
         * @param bool $store
         *
         * @return bool
         */
        private function _delete_account_addons( $store = true ) {
            $all_addons = self::get_all_account_addons();

            if ( ! isset( $all_addons[ $this->_plugin->id ] ) ) {
                return false;
            }

            unset( $all_addons[ $this->_plugin->id ] );

            self::$_accounts->set_option( 'account_addons', $all_addons, $store );

            return true;
        }

        /**
         * Update account add-ons list.
         *
         * @author   Vova Feldman (@svovaf)
         * @since    1.0.6
         *
         * @param FS_Plugin[] $addons
         * @param bool        $store Flush to Database if true.
         */
        private function _store_account_addons( $addons, $store = true ) {
            $this->_logger->entrance();

            $all_addons                       = self::get_all_account_addons();
            $all_addons[ $this->_plugin->id ] = $addons;
            self::$_accounts->set_option( 'account_addons', $all_addons, $store );
        }

        /**
         * Purges the cache for the valid user licenses API call so that when the `Account` or `Add-Ons` page is loaded,
         * the valid user licenses will be fetched again and the account add-ons may be updated.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.2.4
         */
        private function purge_valid_user_licenses_cache() {
            if ( ! $this->is_registered() ) {
                return;
            }

            $this->get_api_user_scope()->purge_cache( $this->get_valid_user_licenses_endpoint() );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @param array       $all_licenses
         * @param number|null $site_license_id
         * @param bool        $include_parent_licenses
         *
         * @return array
         */
        private function get_foreign_licenses_info( $all_licenses, $site_license_id = null, $include_parent_licenses = false ) {
            $foreign_licenses = array(
                'ids'          => array(),
                'license_keys' => array()
            );

            $parent_license_ids_map = array();

            foreach ( $all_licenses as $license ) {
                if ( $license->user_id == $this->_user->id || $license->id == $site_license_id ) {
                    continue;
                }

                $foreign_licenses['ids'][]          = $license->id;
                $foreign_licenses['license_keys'][] = $license->secret_key;

                if (
                    $include_parent_licenses &&
                    is_object( $this->_license ) &&
                    FS_Plugin_License::is_valid_id( $this->_license->parent_license_id ) &&
                    ! isset( $parent_license_ids_map[ $this->_license->parent_license_id ] )
                ) {
                    /**
                     * Include the parent license's info only if it has not been included before since child licenses
                     * can have the same parent license.
                     */
                    $foreign_licenses['ids'][]          = $this->_license->parent_license_id;
                    $foreign_licenses['license_keys'][] = $license->secret_key;

                    $parent_license_ids_map[ $this->_license->parent_license_id ] = true;
                }
            }

            if ( empty( $foreign_licenses['ids'] ) ) {
                $foreign_licenses = array();
            }

            return $foreign_licenses;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.0
         *
         * @return string
         */
        private function get_valid_user_licenses_endpoint() {
            $user_licenses_endpoint = '/licenses.json?type=active' .
                ( FS_Plugin::is_valid_id( $this->get_bundle_id() ) ? '&is_enriched=true' : '' );

            $foreign_licenses = $this->get_foreign_licenses_info( self::get_all_licenses( $this->_module_id ), null, true );

            if ( ! empty ( $foreign_licenses ) ) {
                $foreign_licenses = array(
                    // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
                    'ids'          => ( urlencode( '+' ) . implode( ',', $foreign_licenses['ids'] ) ),
                    'license_keys' => implode( ',', array_map( 'urlencode', $foreign_licenses['license_keys'] ) )
                );

                $user_licenses_endpoint = add_query_arg( $foreign_licenses, $user_licenses_endpoint );
            }

            return $user_licenses_endpoint;
        }

        /**
         * Fetches active licenses that are enriched with product type if there's a context `bundle_id` and bundle
         * licenses enriched with product IDs if there are any. From the licenses, the `get_updated_account_addons`
         * method filters out non–add-on product IDs and stores the add-on IDs.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.2.4
         *
         * @return stdClass[] array
         */
        private function fetch_valid_user_licenses() {
            $this->_logger->entrance();

            $result = $this->get_api_user_scope()->get( $this->get_valid_user_licenses_endpoint() );

            if ( ! $this->is_api_result_object( $result, 'licenses' ) ||
                ! is_array( $result->licenses )
            ) {
                return array();
            }

            return $result->licenses;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.4
         *
         * @return number[] Account add-on IDs.
         */
        function get_updated_account_addons() {
            $addons = $this->get_addons();
            if ( empty( $addons ) ) {
                return array();
            }

            $account_addons = $this->get_account_addons();
            if ( ! is_array( $account_addons ) ) {
                $account_addons = array();
            }

            $user_licenses = $this->is_registered() ?
                $this->fetch_valid_user_licenses() :
                array();

            if ( empty( $user_licenses ) ) {
                return $account_addons;
            }

            $addon_ids = array();
            foreach ( $addons as $addon ) {
                $addon_ids[] = $addon->id;
            }

            $license_product_ids = array();

            foreach ( $user_licenses as $license ) {
                if ( isset( $license->plugin_type ) && 'bundle' === $license->plugin_type ) {
                    $license_product_ids = array_merge( $license_product_ids, $license->products );
                } else {
                    $license_product_ids[] = $license->plugin_id;
                }
            }

            // Filter out non–add-on IDs.
            $new_account_addons = array_intersect( $addon_ids, $license_product_ids );
            if ( count( $new_account_addons ) !== count( $account_addons ) ) {
                $this->_store_account_addons( array_unique( $new_account_addons ) );
            }

            return $new_account_addons;
        }

        /**
         * Store account params in the Database.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.1
         *
         * @param null|int $blog_id Since 2.0.0
         */
        private function _store_account( $blog_id = null ) {
            $this->_logger->entrance();

            $this->_store_site( false, $blog_id );
            $this->_store_user( false );
            $this->_store_plans( false );
            $this->_store_licenses( false );

            self::$_accounts->store( $blog_id );
        }

        /**
         * Sync user's information.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         * @uses   FS_Api
         */
        private function _handle_account_user_sync() {
            $this->_logger->entrance();

            $api = $this->get_api_user_scope();

            // Get user's information.
            $user = $api->get( '/', true );

            if ( isset( $user->id ) ) {
                $this->_user->first = $user->first;
                $this->_user->last  = $user->last;
                $this->_user->email = $user->email;

                $is_menu_item_account_visible = $this->is_submenu_item_visible( 'account' );

                if ( $user->is_verified &&
                     ( ! isset( $this->_user->is_verified ) || false === $this->_user->is_verified )
                ) {
                    $this->_user->is_verified = true;

                    $this->do_action( 'account_email_verified', $user->email );

                    $this->_admin_notices->add(
                        $this->get_text_inline( 'Your email has been successfully verified - you are AWESOME!', 'email-verified-message' ),
                        $this->get_text_x_inline( 'Right on', 'a positive response', 'right-on' ) . '!',
                        'success',
                        // Make admin sticky if account menu item is invisible,
                        // since the page will be auto redirected to the plugin's
                        // main settings page, and the non-sticky message
                        // will disappear.
                        ! $is_menu_item_account_visible,
                        'email_verified'
                    );
                }

                // Flush user details to DB.
                $this->_store_user();

                $this->do_action( 'after_account_user_sync', $user );

                /**
                 * If account menu item is hidden, redirect to plugin's main settings page.
                 *
                 * @author Vova Feldman (@svovaf)
                 * @since  1.1.6
                 *
                 * @link   https://github.com/Freemius/wordpress-sdk/issues/6
                 */
                if ( ! $is_menu_item_account_visible ) {
                    fs_redirect( $this->_get_admin_page_url() );
                }
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         * @uses   FS_Api
         *
         * @param number|bool $license_id
         *
         * @return FS_Subscription|object|bool
         */
        private function _fetch_site_license_subscription( $license_id = false ) {
            $this->_logger->entrance();
            $api = $this->get_api_site_scope();

            if ( ! is_numeric( $license_id ) ) {
                $license_id = FS_Plugin_License::is_valid_id( $this->_license->parent_license_id ) ?
                    $this->_license->parent_license_id :
                    $this->_license->id;
            }

            $result = $api->get( "/licenses/{$license_id}/subscriptions.json", true );

            return ! isset( $result->error ) ?
                ( ( is_array( $result->subscriptions ) && 0 < count( $result->subscriptions ) ) ?
                    new FS_Subscription( $result->subscriptions[0] ) :
                    false
                ) :
                $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         * @uses   FS_Api
         *
         * @param number|bool $plan_id
         *
         * @return FS_Plugin_Plan|object
         */
        private function _fetch_site_plan( $plan_id = false ) {
            $this->_logger->entrance();
            $api = $this->get_api_site_scope();

            if ( ! is_numeric( $plan_id ) ) {
                $plan_id = $this->_site->plan_id;
            }

            $plan = $api->get( "/plans/{$plan_id}.json", true );

            return ! isset( $plan->error ) ? new FS_Plugin_Plan( $plan ) : $plan;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         * @uses   FS_Api
         *
         * @return FS_Plugin_Plan[]|object
         */
        private function _fetch_plugin_plans() {
            $this->_logger->entrance();
            $api = $this->get_current_or_network_user_api_scope();

            /**
             * @since 1.2.3 When running in DEV mode, retrieve pending plans as well.
             */
            $result = $api->get( $this->add_show_pending( "/plugins/{$this->_module_id}/plans.json" ), true );

            if ( $this->is_api_result_object( $result, 'plans' ) && is_array( $result->plans ) ) {
                for ( $i = 0, $len = count( $result->plans ); $i < $len; $i ++ ) {
                    $result->plans[ $i ] = new FS_Plugin_Plan( $result->plans[ $i ] );
                }

                $result = $result->plans;
            }

            return $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $plan_id
         *
         * @return \FS_Plugin_Plan|object
         */
        private function fetch_plan_by_id( $plan_id ) {
            $this->_logger->entrance();
            $api = $this->get_current_or_network_user_api_scope();

            $result = $api->get( "/plugins/{$this->_module_id}/plans/{$plan_id}.json", true );

            return $this->is_api_result_entity( $result ) ?
                new FS_Plugin_Plan( $result ) :
                $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         * @uses   FS_Api
         *
         * @param number|bool $plugin_id
         * @param number|bool $site_license_id
         * @param array       $foreign_licenses @since 2.0.0. This is used by network-activated plugins.
         * @param number|null $blog_id
         *
         * @return FS_Plugin_License[]|object
         */
        private function _fetch_licenses(
            $plugin_id = false,
            $site_license_id = false,
            $foreign_licenses = array(),
            $blog_id = null
        ) {
            $this->_logger->entrance();

            $api = $this->get_api_user_scope();

            if ( ! is_numeric( $plugin_id ) ) {
                $plugin_id = $this->_plugin->id;
            }

            $user_licenses_endpoint = "/plugins/{$plugin_id}/licenses.json?is_enriched=true";
            if ( ! empty ( $foreign_licenses ) ) {
                $foreign_licenses = array(
                    // Prefix with `+` to tell the server to include foreign licenses in the licenses collection.
                    'ids'          => ( urlencode( '+' ) . implode( ',', $foreign_licenses['ids'] ) ),
                    'license_keys' => implode( ',', array_map( 'urlencode', $foreign_licenses['license_keys'] ) )
                );

                $user_licenses_endpoint = add_query_arg( $foreign_licenses, $user_licenses_endpoint );
            }

            $result = $api->get( $user_licenses_endpoint, true );

            $is_site_license_synced = false;

            $api_errors = array();

            if ( $this->is_api_result_object( $result, 'licenses' ) &&
                 is_array( $result->licenses )
            ) {
                for ( $i = 0, $len = count( $result->licenses ); $i < $len; $i ++ ) {
                    $result->licenses[ $i ] = new FS_Plugin_License( $result->licenses[ $i ] );

                    if ( ( ! $is_site_license_synced ) && is_numeric( $site_license_id ) ) {
                        $is_site_license_synced = ( $site_license_id == $result->licenses[ $i ]->id );
                    }
                }

                $result = $result->licenses;
            } else {
                $api_errors[] = $result;
                $result       = array();
            }

            if ( ! $is_site_license_synced ) {
                if ( ! is_null( $blog_id ) ) {
                    /**
                     * If blog ID is not null, the request is for syncing of the license of a single site via the
                     * network-level "Account" page.
                     *
                     * @author Leo Fajardo (@leorw)
                     */
                    $this->switch_to_blog( $blog_id );
                }

                $api = $this->get_api_site_scope();

                if ( is_numeric( $site_license_id ) ) {
                    // Try to retrieve a foreign license that is linked to the install.
                    $api_result = $api->call( '/licenses.json?is_enriched=true' );

                    if ( $this->is_api_result_object( $api_result, 'licenses' ) &&
                         is_array( $api_result->licenses )
                    ) {
                        $licenses = $api_result->licenses;

                        if ( ! empty( $licenses ) ) {
                            $result[] = new FS_Plugin_License( $licenses[0] );
                        }
                    } else {
                        $api_errors[] = $api_result;
                    }
                } else if (
                    is_object( $this->_license ) &&
                    /**
                     * Sync only if the license belongs to the context plugin. `$plugin_id` can be an add-on ID while
                     * the FS instance that does the syncing is the parent FS instance.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.3.0
                     */
                    $this->_license->plugin_id == $plugin_id
                ) {
                    $is_license_in_result = false;
                    if ( ! empty( $result ) ) {
                        foreach ( $result as $license ) {
                            if ( $license->id == $this->_license->id ) {
                                $is_license_in_result = true;
                                break;
                            }
                        }
                    }

                    if ( ! $is_license_in_result ) {
                        // Fetch foreign license by ID and license key.
                        $license = $api->get( "/licenses/{$this->_license->id}.json?license_key=" .
                                              urlencode( $this->_license->secret_key ) . '&is_enriched=true' );

                        if ( $this->is_api_result_entity( $license ) ) {
                            $result[] = new FS_Plugin_License( $license );
                        } else {
                            $api_errors[] = $license;
                        }
                    }
                }

                if ( ! is_null( $blog_id ) ) {
                    $this->switch_to_blog( $this->_storage->network_install_blog_id );
                }
            }

            if ( is_array( $result ) && 0 < count( $result ) ) {
                // If found at least one license, return license collection even if there are errors.
                return $result;
            }

            if ( ! empty( $api_errors ) ) {
                // If found any errors and no licenses, return first error.
                return $api_errors[0];
            }

            // Fallback to empty licenses list.
            return $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param number $license_id
         * @param string $license_key
         *
         * @return \FS_Plugin_License|object
         */
        private function fetch_license_by_key( $license_id, $license_key ) {
            $this->_logger->entrance();

            $api = $this->get_current_or_network_user_api_scope();

            $result = $api->get( "/licenses/{$license_id}.json?license_key=" . urlencode( $license_key ) );

            return $this->is_api_result_entity( $result ) ?
                new FS_Plugin_License( $result ) :
                $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         * @uses   FS_Api
         *
         * @param number|bool $plugin_id
         * @param bool        $flush
         *
         * @return FS_Payment[]|object
         */
        function _fetch_payments( $plugin_id = false, $flush = false ) {
            $this->_logger->entrance();

            $api = $this->get_api_user_scope();

            if ( ! is_numeric( $plugin_id ) ) {
                $plugin_id = $this->_plugin->id;
            }

            $include_bundles = (
                is_object( $this->_plugin ) &&
                FS_Plugin::is_valid_id( $this->_plugin->bundle_id )
            );

            $result = $api->get(
                "/plugins/{$plugin_id}/payments.json?include_addons=true" . ($include_bundles ? '&include_bundles=true' : ''),
                $flush
            );

            if ( ! isset( $result->error ) ) {
                for ( $i = 0, $len = count( $result->payments ); $i < $len; $i ++ ) {
                    $result->payments[ $i ] = new FS_Payment( $result->payments[ $i ] );
                }
                $result = $result->payments;
            }

            return $result;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         * @uses   FS_Api
         *
         * @param bool $flush
         *
         * @return \FS_Billing|mixed
         */
        function _fetch_billing( $flush = false ) {
            require_once WP_FS__DIR_INCLUDES . '/entities/class-fs-billing.php';

            $billing = $this->get_api_user_scope()->get( 'billing.json', $flush );

            if ( $this->is_api_result_entity( $billing ) ) {
                $billing = new FS_Billing( $billing );
            }

            return $billing;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param FS_Plugin_License[] $licenses
         * @param number              $module_id
         */
        private function _update_licenses( $licenses, $module_id ) {
            $this->_logger->entrance();

            if ( is_array( $licenses ) ) {
                for ( $i = 0, $len = count( $licenses ); $i < $len; $i ++ ) {
                    $licenses[ $i ]->updated = time();
                }
            }

            $this->_store_licenses( true, $module_id, $licenses );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool|number $plugin_id
         * @param bool        $flush      Since 1.1.7.3
         * @param int         $expiration Since 1.2.2.7
         * @param bool|string $newer_than Since 2.2.1
         *
         * @return object|false New plugin tag info if exist.
         */
        private function _fetch_newer_version( $plugin_id = false, $flush = true, $expiration = WP_FS__TIME_24_HOURS_IN_SEC, $newer_than = false ) {
            $latest_tag = $this->_fetch_latest_version( $plugin_id, $flush, $expiration, $newer_than );

            if ( ! is_object( $latest_tag ) ) {
                return false;
            }

            $plugin_version = $this->get_plugin_version();

            // Check if version is actually newer.
            $has_new_version =
                // If it's an non-installed add-on then always return latest.
                ( $this->_is_addon_id( $plugin_id ) && ! $this->is_addon_activated( $plugin_id ) ) ||
                // Compare versions.
                version_compare( $plugin_version, $latest_tag->version, '<' );

            $this->_logger->departure( $has_new_version ? 'Found newer plugin version ' . $latest_tag->version : 'No new version' );

            $is_latest_version_beta = ( 'beta' === $latest_tag->release_mode );

            $this->_storage->beta_data = array(
                'is_beta' => $is_latest_version_beta,
                'version' => $latest_tag->version
            );

            return $has_new_version ? $latest_tag : false;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool|number $plugin_id
         * @param bool        $flush      Since 1.1.7.3
         * @param int         $expiration Since 1.2.2.7
         * @param bool|string $newer_than Since 2.2.1
         *
         * @return bool|FS_Plugin_Tag
         */
        function get_update( $plugin_id = false, $flush = true, $expiration = FS_Plugin_Updater::UPDATES_CHECK_CACHE_EXPIRATION, $newer_than = false ) {
            $this->_logger->entrance();

            if ( ! is_numeric( $plugin_id ) ) {
                $plugin_id = $this->_plugin->id;
            }

            $this->check_updates( true, $plugin_id, $flush, $expiration, $newer_than );
            $updates = $this->get_all_updates();

            return isset( $updates[ $plugin_id ] ) && is_object( $updates[ $plugin_id ] ) ? $updates[ $plugin_id ] : false;
        }

        /**
         * Check if site assigned with active license.
         *
         * @author     Vova Feldman (@svovaf)
         * @since      1.0.6
         *
         * @deprecated Please use has_active_valid_license() instead because license can be cancelled.
         */
        function has_active_license() {
            return (
                is_object( $this->_license ) &&
                is_numeric( $this->_license->id ) &&
                ! $this->_license->is_expired()
            );
        }

        /**
         * Check if site assigned with active & valid (not expired) license.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @param bool $check_expiration
         */
        function has_active_valid_license( $check_expiration = true ) {
            return self::is_active_valid_license( $this->_license, $check_expiration );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.1
         */
        function is_data_debug_mode() {
            if ( is_null( $this->is_whitelabeled ) || ! $this->is_whitelabeled ) {
                return false;
            }

            $fs = $this->is_addon() ?
                $this->get_parent_instance() :
                $this;

            if ( $fs->is_network_active() && fs_is_network_admin() ) {
                $is_developer_license_debug_mode = get_site_transient( "fs_{$this->get_id()}_data_debug_mode" );
            } else {
                $is_developer_license_debug_mode = get_transient( "fs_{$this->get_id()}_data_debug_mode" );
            }

            return ( 'true' === $is_developer_license_debug_mode );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.1
         */
        function _set_data_debug_mode() {
            if ( ! $this->is_whitelabeled( true ) ) {
                return;
            }

            $license_or_user_key = fs_request_get_raw( 'license_or_user_key' );

            $transient_value = ( ! empty( $license_or_user_key ) ) ?
                'true' :
                'false';

            if ( 'true' === $transient_value ) {
                $stored_key = $this->_storage->get( ! FS_User::is_valid_id( $this->_storage->last_license_user_id ) ?
                    'last_license_key' :
                    'last_license_user_key'
                );

                if ( md5( $license_or_user_key ) !== $stored_key ) {
                    $this->shoot_ajax_failure( sprintf(
                        '%s... %s',
                        $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ),
                        $this->get_text_inline(
                            'seems like the key you entered doesn\'t match our records.',
                            'developer-or-license-not-found'
                        )
                    ) );
                }
            }

            if ( $this->is_network_active() && fs_is_network_admin() ) {
                set_site_transient(
                    "fs_{$this->get_id()}_data_debug_mode",
                    $transient_value,
                    WP_FS__TIME_24_HOURS_IN_SEC / 24
                );
            } else {
                set_transient(
                    "fs_{$this->get_id()}_data_debug_mode",
                    $transient_value,
                    WP_FS__TIME_24_HOURS_IN_SEC / 24
                );
            }

            if ( 'true' === $transient_value ) {
                $this->_admin_notices->add_sticky(
                    $this->get_text_inline(
                        'Debug mode was successfully enabled and will be automatically disabled in 60 min. You can also disable it earlier by clicking the "Stop Debug" link.',
                        'data_debug_mode_enabled'
                    ),
                    'data_debug_mode_enabled'
                );
            }

            $this->shoot_ajax_success();
        }

        /**
         * Check if a given license is active & valid (not expired).
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.3
         *
         * @param FS_Plugin_License $license
         * @param bool              $check_expiration
         *
         * @return bool
         */
        private static function is_active_valid_license( $license, $check_expiration = true ) {
            return (
                is_object( $license ) &&
                FS_Plugin_License::is_valid_id( $license->id ) &&
                $license->is_active() &&
                ( ! $check_expiration || $license->is_valid() )
            );
        }

        /**
         * Checks if there's any site that is associated with an active & valid license.
         * This logic is used to determine if the admin can download the premium code base from a network level admin.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.3
         *
         * @return bool
         */
        function has_any_active_valid_license() {
            if ( ! fs_is_network_admin() ) {
                return $this->has_active_valid_license();
            }

            $installs            = $this->get_blog_install_map();
            $all_plugin_licenses = self::get_all_licenses( $this->_module_id );

            foreach ( $installs as $blog_id => $install ) {
                if ( ! FS_Plugin_License::is_valid_id( $install->license_id ) ) {
                    continue;
                }

                foreach ( $all_plugin_licenses as $license ) {
                    if ( $license->id == $install->license_id ) {
                        if ( self::is_active_valid_license( $license ) ) {
                            return true;
                        }
                    }
                }
            }

            return false;
        }

        /**
         * Check if site assigned with license with enabled features.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        function has_features_enabled_license() {
            return (
                is_object( $this->_license ) &&
                is_numeric( $this->_license->id ) &&
                $this->_license->is_features_enabled()
            );
        }

        /**
         * Checks if the product is activated with a bundle license.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.4.0
         *
         * @return bool
         */
        function is_activated_with_bundle_license() {
            if ( ! $this->has_features_enabled_license() ) {
                return false;
            }

            return FS_Plugin_License::is_valid_id( $this->_license->parent_license_id );
        }

        /**
         * Check if user is a trial or have feature enabled license.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7
         *
         * @return bool
         */
        function can_use_premium_code() {
            return $this->is_trial() || $this->has_features_enabled_license();
        }

        /**
         * Checks if the current user can activate plugins or switch themes. Note that this method should only be used
         * after the `init` action is triggered because it is using `current_user_can()` which is only functional after
         * the context user is authenticated.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         *
         * @return bool
         */
        function is_user_admin() {
            /**
             * Require a super-admin when network activated, running from the network level OR if
             * running from the site level but not delegated the opt-in.
             *
             * @author Vova Feldman (@svovaf)
             * @since  2.0.0
             */
            if ( $this->_is_network_active &&
                 ( fs_is_network_admin() || ! $this->is_delegated_connection() )
            ) {
                return is_super_admin();
            }

            return ( $this->is_plugin() && current_user_can( is_multisite() ? 'manage_options' : 'activate_plugins' ) )
                   || ( $this->is_theme() && current_user_can( 'switch_themes' ) );
        }

        /**
         * Sync site's plan.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @uses   FS_Api
         *
         * @param bool $background             Hints the method if it's a background sync. If false, it means that was initiated by
         *                                     the admin.
         * @param bool $is_context_single_site @since 2.0.0. This is used when syncing a license for a single install from the
         *                                     network-level "Account" page.
         * @param int|null $current_blog_id    @since 2.2.3. This is passed from the `execute_cron` method and used by the
         *                                     `_sync_plugin_license` method in order to switch to the previous blog when sending
         *                                      updates for a single site in case `execute_cron` has switched to a different blog.
         */
        private function _sync_license( $background = false, $is_context_single_site = false, $current_blog_id = null ) {
            $this->_logger->entrance();

            $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );

            $is_addon_sync = ( ! $this->_plugin->is_addon() && $plugin_id != $this->get_id() );

            if ( $is_addon_sync ) {
                $this->_sync_addon_license( $plugin_id, $background );
            } else {
                $this->_sync_plugin_license( $background, true, $is_context_single_site, $current_blog_id );
            }

            $this->do_action( 'after_account_plan_sync', $this->get_plan_name() );
        }

        /**
         * Sync plugin's add-on license.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         * @uses   FS_Api
         *
         * @param number $addon_id
         * @param bool   $background
         */
        private function _sync_addon_license( $addon_id, $background ) {
            $this->_logger->entrance();

            if ( $this->is_addon_activated( $addon_id ) ) {
                // If already installed, use add-on sync.
                $fs_addon = self::get_instance_by_id( $addon_id );

                if (
                    // Add-on is network activated and network integrated.
                    $fs_addon->is_network_active() ||
                    // Background sync cron.
                    self::is_cron() ||
                    // Add-on is not network activated or not network integrated.
                    ! fs_is_network_admin()
                ) {
                    $fs_addon->_sync_license( $background );

                    return;
                }
            }

            // Validate add-on exists.
            $addon = $this->get_addon( $addon_id );

            if ( ! is_object( $addon ) ) {
                return;
            }

            // Add add-on into account add-ons.
            $account_addons = $this->get_account_addons();
            if ( ! is_array( $account_addons ) ) {
                $account_addons = array();
            }
            $account_addons[] = $addon->id;
            $account_addons   = array_unique( $account_addons );
            $this->_store_account_addons( $account_addons );

            // Load add-on licenses.
            $licenses = $this->_fetch_licenses( $addon->id );

            // Sync add-on licenses.
            if ( $this->is_array_instanceof( $licenses, 'FS_Plugin_License' ) ) {
                $this->_update_licenses( $licenses, $addon->id );

                if ( ! $this->is_addon_installed( $addon->id ) && FS_License_Manager::has_premium_license( $licenses ) ) {
                    $plans_result = $this->get_api_site_or_plugin_scope()->get( $this->add_show_pending( "/addons/{$addon_id}/plans.json" ) );

                    if ( ! isset( $plans_result->error ) ) {
                        $plans = array();
                        foreach ( $plans_result->plans as $plan ) {
                            $plans[] = new FS_Plugin_Plan( $plan );
                        }

                        $this->_admin_notices->add_sticky(
                            sprintf(
                                ( FS_Plan_Manager::instance()->has_free_plan( $plans ) ?
                                    $this->get_text_inline( 'Your %s Add-on plan was successfully upgraded.', 'addon-successfully-upgraded-message' ) :
                                    /* translators: %s:product name, e.g. Facebook add-on was successfully... */
                                    $this->get_text_inline( '%s Add-on was successfully purchased.', 'addon-successfully-purchased-message' ) ),
                                $addon->title
                            ) . ' ' . $this->get_latest_download_link(
                                $this->get_text_inline( 'Download the latest version', 'download-latest-version' ),
                                $addon_id
                            ),
                            'addon_plan_upgraded_' . $addon->slug,
                            $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
                        );
                    }
                }
            }
        }

        /**
         * Sync site's plugin plan.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         * @uses   FS_Api
         *
         * @param bool $background             Hints the method if it's a background sync. If false, it means that was initiated by the admin.
         * @param bool $send_installs_update   Since 2.0.0
         * @param bool $is_context_single_site Since 2.0.0. This is used when sending an update for a single install and
         *                                     syncing its license from the network-level "Account" page (e.g.: after
         *                                     activating a license only for the single install).
         * @param int|null $current_blog_id    Since 2.2.3. This is passed from the `execute_cron` method so that it
         *                                     can be used here to switch to the previous blog in case `execute_cron`
         *                                     has switched to a different blog.
         */
        private function _sync_plugin_license(
            $background = false,
            $send_installs_update = true,
            $is_context_single_site = false,
            $current_blog_id = null
        ) {
            $this->_logger->entrance();

            $plan_change = 'none';

            $is_site_level_sync = ( $is_context_single_site || fs_is_blog_admin() || ! $this->_is_network_active );

            if ( ! $send_installs_update ) {
                $site = $this->_site;
            } else {
                /**
                 * Sync site info.
                 *
                 * @todo This line will execute install sync on a daily basis, even if running the free version (for opted-in users). The reason we want to keep it that way is for cases when the user was a paying customer, then there was a failure in subscription payment, and then after some time the payment was successful. This could be heavily optimized. For example, we can skip the $flush if the current install was never associated with a paid version.
                 */
                if ( $is_site_level_sync ) {
                    /**
                     * Switch to the previous blog since `execute_cron` may have switched to a different blog.
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.3
                     */
                    if ( is_numeric( $current_blog_id ) ) {
                        $this->switch_to_blog( $current_blog_id );
                    }

                    $result   = $this->send_install_update( array(), true, true );
                    $is_valid = $this->is_api_result_entity( $result );
                } else {
                    $result   = $this->send_installs_update( array(), true, true );
                    $is_valid = $this->is_api_result_object( $result, 'installs' );
                }

                if ( ! $is_valid ) {
                    if ( $is_context_single_site ) {
                        // Switch back to the main blog so that the following logic will have the right entities.
                        $this->switch_to_blog( $this->_storage->network_install_blog_id );
                    }

                    // Show API message only if not background sync or if paying customer.
                    if ( ! $background || $this->is_paying() ) {
                        // Try to ping API to see if not blocked.
                        if ( FS_Api::is_blocked( $result ) ) {
                            /**
                             * @author Vova Feldman (@svovaf)
                             * @since  1.1.6 Only show message related to one of the Freemius powered plugins. Once it will be resolved it will fix the issue for all plugins anyways. There's no point to scare users with multiple error messages.
                             */
                            if ( ! self::$_global_admin_notices->has_sticky( 'api_blocked' ) ) {
                                // Add notice immediately if not a background sync.
                                $add_notice = ( ! $background );

                                if ( ! $add_notice ) {
                                    $counter = (int) get_transient( '_fs_api_connection_retry_counter' );

                                    // We only want to add the notice after 3 consecutive failures.
                                    $add_notice = ( 3 <= $counter );

                                    if ( ! $add_notice ) {
                                        /**
                                         * Update counter transient only if notice shouldn't be added. If it is added the transient will be reset anyway, because the retries mechanism should only start counting if the admin isn't aware of the connectivity issue.
                                         *
                                         * Also, since the background sync happens once a day, setting the transient expiration for a week should be enough to count 3 failures, if there's an actual connectivity issue.
                                         */
                                        set_transient( '_fs_api_connection_retry_counter', $counter + 1, WP_FS__TIME_WEEK_IN_SEC );
                                    }
                                }

                                // Add notice instantly for not-background sync and only after 3 failed attempts for background sync.
                                if ( $add_notice ) {
                                    self::$_global_admin_notices->add(
                                        $this->generate_api_blocked_notice_message_from_result( $result ),
                                        '',
                                        'error',
                                        $background,
                                        'api_blocked'
                                    );

                                    add_action( 'admin_footer', array( 'Freemius', '_add_api_connectivity_notice_handler_js' ) );

                                    // Notice was just shown, reset connectivity counter.
                                    delete_transient( '_fs_api_connection_retry_counter' );
                                }
                            }
                        } else if ( is_object( $result ) ) {
                            // Authentication params are broken.
                            $this->_admin_notices->add(
                                $this->get_text_inline( 'It seems like one of the authentication parameters is wrong. Update your Public Key, Secret Key & User ID, and try again.', 'wrong-authentication-param-message' ) . '<br> ' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . var_export( $result->error, true ),
                                '',
                                'error'
                            );
                        }
                    }

                    // No reason to continue with license sync while there are API issues.
                    return;
                }

                // API is working now. Delete the transient and start afresh.
                delete_transient('_fs_api_connection_retry_counter');

                if ( $is_site_level_sync ) {
                    $site = new FS_Site( $result );
                } else {
                    // Map site addresses to their blog IDs.
                    $address_to_blog_map = $this->get_address_to_blog_map();

                    // Find the current context install.
                    $site = null;
                    foreach ( $result->installs as $install ) {
                        if ( $install->id == $this->_site->id ) {
                            $site = new FS_Site( $install );
                        } else {
                            $address = trailingslashit( fs_strip_url_protocol( $install->url ) );
                            $blog_id = $address_to_blog_map[ $address ];

                            $this->_store_site( true, $blog_id, new FS_Site( $install ) );
                        }
                    }
                }

                // Sync plans.
                $this->_sync_plans();
            }

            // Remove sticky API connectivity message.
            self::$_global_admin_notices->remove_sticky( 'api_blocked' );

            if ( ! $this->has_paid_plan() ) {
                $this->_site = $site;
                $this->_store_site(
                    true,
                    $is_site_level_sync ?
                        null :
                        $this->get_network_install_blog_id()
                );
            } else {
                $context_blog_id = 0;

                if ( $is_context_single_site ) {
                    $context_blog_id = get_current_blog_id();

                    // Switch back to the main blog in order to properly sync the license.
                    $this->switch_to_blog( $this->_storage->network_install_blog_id );
                }

                /**
                 * Sync licenses. Pass the site's license ID so that the foreign licenses will be fetched if the license
                 * associated with that ID is not included in the user's licenses collection.
                 * Save previous value to manage remote license renewals.
                 */
                $was_license_expired_before_sync = is_object( $this->_license ) && $this->_license->is_expired();
                $this->_sync_licenses(
                    $site->license_id,
                    ( $is_context_single_site ?
                        $context_blog_id :
                        null
                    )
                );

                if ( $is_context_single_site ) {
                    $this->switch_to_blog( $context_blog_id );
                }

                // Check if plan / license changed.
                if ( $site->plan_id != $this->_site->plan_id ||
                     // Check if trial started.
                     $site->trial_plan_id != $this->_site->trial_plan_id ||
                     $site->trial_ends != $this->_site->trial_ends ||
                     // Check if license changed.
                     $site->license_id != $this->_site->license_id
                ) {
                    if ( $site->is_trial() && ( ! $this->_site->is_trial() || $site->trial_ends != $this->_site->trial_ends ) ) {
                        // New trial started.
                        $this->_site = $site;
                        $plan_change = 'trial_started';

                        // For trial with subscription use-case.
                        $new_license = is_null( $site->license_id ) ? null : $this->_get_license_by_id( $site->license_id );

                        if ( is_object( $new_license ) && $new_license->is_valid() ) {
                            $this->_site = $site;
                            $this->_update_site_license( $new_license );
                            $this->_store_licenses();

                            $this->_sync_site_subscription( $this->_license );
                        }
                    } else if ( $this->_site->is_trial() && ! $site->is_trial() && ! is_numeric( $site->license_id ) ) {
                        // Was in trial, but now trial expired and no license ID.
                        // New trial started.
                        $this->_site = $site;
                        $plan_change = 'trial_expired';
                    } else {
                        $is_free = $this->is_free_plan();

                        // Make sure license exist and not expired.
                        $new_license = is_null( $site->license_id ) ?
                            null :
                            $this->_get_license_by_id( $site->license_id );

                        if ( $is_free && is_null( $new_license ) && $this->has_any_license() && $this->_license->is_cancelled ) {
                            // License cancelled.
                            $this->_site = $site;
                            $this->_update_site_license( $new_license );
                            $this->_store_licenses();

                            $plan_change = 'cancelled';
                        } else if ( $is_free && ( ( ! is_object( $new_license ) || $new_license->is_expired() ) ) ) {
                            // The license is expired, so ignore upgrade method.
                            $this->_site = $site;
                        } else {
                            // License changed.
                            $this->_site = $site;

                            /**
                             * IMPORTANT:
                             * The line below should be executed before trying to activate the license on the rest of the network, otherwise, the license' activation counters may be out of sync + there's no need to activate the license on the context site since it's already activated on it.
                             *
                             * @author Vova Feldman (@svovaf)
                             * @since  2.0.0
                             */
                            $this->_update_site_license( $new_license );

                            if ( ! $is_context_single_site &&
                                 fs_is_network_admin() &&
                                 $this->_is_network_active &&
                                 $new_license->quota > 1 &&
                                 get_blog_count() > 1
                            ) {
                                // See if license can activated on all sites.
                                if ( ! $this->try_activate_license_on_network( $this->_user, $new_license ) ) {
                                    if ( ! fs_request_get_bool( 'auto_install' ) ) {
                                        // Open the license activation dialog box on the account page.
                                        add_action( 'admin_footer', array(
                                            &$this,
                                            '_open_license_activation_dialog_box'
                                        ) );
                                    }
                                }
                            }

                            $this->_store_licenses();

                            $plan_change = $is_free ?
                                ( $this->is_only_premium() ? 'activated' : 'upgraded' ) :
                                ( is_object( $new_license ) ?
                                    'changed' :
                                    'downgraded' );
                        }
                    }

                    // Store updated site info.
                    $this->_store_site(
                        true,
                        $is_site_level_sync ?
                            null :
                            $this->get_network_install_blog_id()
                    );
                } else {
                    if ( ! is_object( $this->_license ) ) {
                        $this->maybe_update_whitelabel_flag(
                            FS_Plugin_License::is_valid_id( $site->license_id ) ?
                                $this->get_license_by_id( $site->license_id ) :
                                null
                        );
                    } else {
                        $this->maybe_update_whitelabel_flag( $this->_license );

                        if ( $this->_license->is_expired() ) {
                            if ( ! $this->has_features_enabled_license() ) {
                                $this->_deactivate_license();
                                $plan_change = 'downgraded';
                            } else {
                                $last_time_expired_license_notice_was_shown = $this->_storage->get( 'expired_license_notice_shown', 0 );

                                if ( time() - ( 14 * WP_FS__TIME_24_HOURS_IN_SEC ) >= $last_time_expired_license_notice_was_shown ) {
                                    /**
                                     * Show the expired license notice every 14 days.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since 2.3.1
                                     */
                                    $plan_change = 'expired';
                                }
                            }
                        } else if ( $was_license_expired_before_sync ) {
                            /**
                             * If license was expired but it is not anymore.
                             *
                             *
                             * @author Daniele Alessandra (@danielealessandra)
                             */
                            $plan_change = 'extended';
                        }
                    }

                    if ( is_numeric( $site->license_id ) && is_object( $this->_license ) ) {
                        $this->_sync_site_subscription( $this->_license );
                    }
                }

                if ( ! $this->is_addon() &&
                     $this->_site->is_beta() !== $site->is_beta()
                ) {
                    // Beta flag updated.
                    $this->_site = $site;

                    $this->_store_site(
                        true,
                        $is_site_level_sync ?
                            null :
                            $this->get_network_install_blog_id()
                    );
                }

                if ( $this->is_addon() || $this->has_addons() ) {
                    /**
                     * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
                     * an updated valid user licenses collection will be fetched from the server which is used to also
                     * update the account add-ons (add-ons the user has licenses for).
                     *
                     * @author Leo Fajardo (@leorw)
                     * @since 2.2.4
                     */
                    $this->purge_valid_user_licenses_cache();
                }
            }

            $hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';

            if ( $this->apply_filters( 'has_paid_plan_account', $this->has_paid_plan() ) ) {
                switch ( $plan_change ) {
                    case 'none':
                        if ( ! $background && is_admin() ) {
                            $plan = $this->is_trial() ?
                                $this->get_trial_plan() :
                                $this->get_plan();

                            if ( $plan->is_free() ) {
                                $this->_admin_notices->add(
                                    sprintf(
                                        $this->get_text_inline( 'It looks like you are still on the %s plan. If you did upgrade or change your plan, it\'s probably an issue on our side - sorry.', 'plan-did-not-change-message' ),
                                        '<i><b>' . $plan->title . ( $this->is_trial() ? ' ' . $this->get_text_x_inline( 'Trial', 'trial period', 'trial' ) : '' ) . '</b></i>'
                                    ) . ' ' . sprintf(
                                        '<a href="%s">%s</a>',
                                        $this->contact_url(
                                            'bug',
                                            sprintf( $this->get_text_inline( 'I have upgraded my account but when I try to Sync the License, the plan remains %s.', 'plan-did-not-change-email-message' ),
                                                strtoupper( $plan->name )
                                            )
                                        ),
                                        $this->get_text_inline( 'Please contact us here', 'contact-us-here' )
                                    ),
                                    $hmm_text
                                );
                            }
                        }
                        break;
                    case 'upgraded':
                    case 'activated':
                        $this->add_after_plan_activation_or_upgrade_instructions_notice( 'upgraded' === $plan_change );

                        $this->_admin_notices->remove_sticky( array(
                            'trial_started',
                            'trial_promotion',
                            'trial_expired',
                            'activation_complete',
                            'license_expired',
                        ) );
                        break;
                    case 'extended':
                        $this->_admin_notices->remove_sticky( array(
                            'trial_expired',
                            'license_expired',
                        ) );
                        break;
                    case 'changed':
                        $this->_admin_notices->add_sticky(
                            sprintf(
                                $this->get_text_inline( 'Your plan was successfully changed to %s.', 'plan-changed-to-x-message' ),
                                $this->get_plan_title()
                            ),
                            'plan_changed'
                        );

                        $this->_admin_notices->remove_sticky( array(
                            'trial_started',
                            'trial_promotion',
                            'trial_expired',
                            'activation_complete',
                        ) );
                        break;
                    case 'downgraded':
                        $this->_admin_notices->add_sticky(
                            ($this->has_free_plan() ?
                                sprintf( $this->get_text_inline( 'Your license has expired. You can still continue using the free %s forever.', 'license-expired-blocking-message' ), $this->_module_type ) :
                                /* translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'. */
                                sprintf( $this->get_text_inline( 'Your license has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.', 'license-expired-blocking-message_premium-only' ), sprintf('<a href="%s">', $this->pricing_url()), '</a>', $this->get_module_label(true) ) ),
                            'license_expired',
                            $hmm_text
                        );
                        $this->_admin_notices->remove_sticky( 'plan_upgraded' );
                        break;
                    case 'cancelled':
                        $this->_admin_notices->add(
                            $this->get_text_inline( 'Your license has been cancelled. If you think it\'s a mistake, please contact support.', 'license-cancelled' ) . ' ' .
                            sprintf(
                                '<a href="%s">%s</a>',
                                $this->contact_url( 'bug' ),
                                $this->get_text_inline( 'Please contact us here', 'contact-us-here' )
                            ),
                            $hmm_text,
                            'error'
                        );
                        $this->_admin_notices->remove_sticky( 'plan_upgraded' );
                        break;
                    case 'expired':
                        $this->_admin_notices->add_sticky(
                            sprintf( $this->get_text_inline( 'Your license has expired. You can still continue using all the %s features, but you\'ll need to renew your license to continue getting updates and support.', 'license-expired-non-blocking-message' ), $this->get_plan()->title ),
                            'license_expired',
                            $hmm_text
                        );

                        $this->_storage->expired_license_notice_shown = WP_FS__SCRIPT_START_TIME;

                        $this->_admin_notices->remove_sticky( 'plan_upgraded' );
                        break;
                    case 'trial_started':
                        $this->add_complete_upgrade_instructions_notice(
                            sprintf(
                                $this->get_text_inline( 'Your trial has been successfully started.', 'trial-started-message' ),
                                '<i>' . $this->get_plugin_name() . '</i>'
                            ),
                            'trial_started',
                            $this->get_trial_plan()->title
                        );

                        $this->_admin_notices->remove_sticky( array(
                            'trial_promotion',
                        ) );
                        break;
                    case 'trial_expired':
                        $this->_admin_notices->add_sticky(
                            ($this->has_free_plan() ?
                                $this->get_text_inline( 'Your free trial has expired. You can still continue using all our free features.', 'trial-expired-message' ) :
                                /* translators: %1$s: product title; %2$s, %3$s: wrapping HTML anchor element; %4$s: 'plugin', 'theme', or 'add-on'. */
                                sprintf( $this->get_text_inline( 'Your free trial has expired. %1$sUpgrade now%2$s to continue using the %3$s without interruptions.', 'trial-expired-message_premium-only' ), sprintf('<a href="%s">', $this->pricing_url()), '</a>', $this->get_module_label(true))),
                            'trial_expired',
                            $hmm_text
                        );
                        $this->_admin_notices->remove_sticky( array(
                            'trial_started',
                            'trial_promotion',
                            'plan_upgraded',
                        ) );
                        break;
                }
            }

            if ( 'none' !== $plan_change ) {
                if (
                    ! is_object( $this->_license ) ||
                    ! $this->_license->is_whitelabeled
                ) {
                    $this->_admin_notices->remove_sticky( 'license_whitelabeled' );
                }

                $this->do_action( 'after_license_change', $plan_change, $this->get_plan() );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.4
         *
         * @param mixed $result
         *
         * @return string
         */
        private function generate_api_blocked_notice_message_from_result( $result ) {
            $api_domains = $this->apply_filters( 'api_domains', array(
                'api.freemius.com',
                'wp.freemius.com',
            ) );

            $api_domains_list_items = '';

            foreach( $api_domains as $api_domain ) {
                $api_domains_list_items .= "<li>{$api_domain}</li>";
            }
            
            $error_message = sprintf(
                $this->get_text_inline( 'Your server is blocking the access to Freemius\' API, which is crucial for %1$s synchronization. Please contact your host to whitelist the following domains:%2$s', 'server-blocking-access' ),
                $this->get_plugin_name(),
                "<ol>{$api_domains_list_items}</ol><a href='#' class='fs-api-request-error-show-details-link'>" . $this->get_text_inline( 'Show error details', 'show-error-details' ) . " <span class='dashicons dashicons-arrow-down-alt2'></span></a>"
            );

            $error_message =
                "<div>{$error_message}</div>" .
                '<div class="fs-api-request-error-details" style="display: none">' .
                    '<strong>' . $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . '</strong><br>' .
                    $result->error->message .
                '</div>';

            return $error_message;
        }

        /**
         * Include the required JS at the footer of the admin to trigger the license activation dialog box.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        public function _open_license_activation_dialog_box() {
            $vars = array( 'license_id' => $this->_site->license_id );
            fs_require_once_template( 'js/open-license-activation.php', $vars );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool                   $background
         * @param FS_Plugin_License|null $premium_license
         */
        protected function _activate_license( $background = false, $premium_license = null ) {
            $this->_logger->entrance();

            if ( is_null( $premium_license ) ) {
                $license_id = fs_request_get( 'license_id' );

                if ( is_object( $this->_site ) &&
                    FS_Plugin_License::is_valid_id( $license_id ) &&
                    $license_id == $this->_site->license_id
                ) {
                    // License is already activated.
                    return;
                }

                $premium_license = FS_Plugin_License::is_valid_id( $license_id ) ?
                    $this->_get_license_by_id( $license_id ) :
                    $this->_get_available_premium_license();
            }

            if ( ! is_object( $premium_license ) ) {
                return;
            }

            if ( ! is_object( $this->_site ) ) {
                // Not yet opted-in.
                $user = $this->get_current_or_network_user();
                if ( ! is_object( $user ) ) {
                    $user = self::_get_user_by_id( $premium_license->user_id );
                }

                if ( is_object( $user ) ) {
                    $this->install_with_user( $user, $premium_license->secret_key, false, false, false );
                } else {
                    $this->opt_in(
                        false,
                        false,
                        false,
                        $premium_license->secret_key
                    );

                    return;
                }
            }


            /**
             * If the premium license is already associated with the install, just
             * update the license reference (activation is not required).
             *
             * @since 1.1.9
             */
            if ( $premium_license->id == $this->_site->license_id ) {
                // License is already activated.
                $this->_update_site_license( $premium_license );
                $this->_store_account();

                return;
            }

            if ( $this->_site->user_id != $premium_license->user_id ) {
                $api_request_params = array( 'license_key' => $premium_license->secret_key );
            } else {
                $api_request_params = array();
            }

            $api     = $this->get_api_site_scope();
            $license = $api->call( "/licenses/{$premium_license->id}.json?is_enriched=true", 'put', $api_request_params );

            if ( ! $this->is_api_result_entity( $license ) ) {
                if ( ! $background ) {
                    $this->_admin_notices->add( sprintf(
                        '%s %s',
                        $this->get_text_inline( 'It looks like the license could not be activated.', 'license-activation-failed-message' ),
                        ( is_object( $license ) && isset( $license->error ) ?
                            $license->error->message :
                            sprintf( '%s<br><code>%s</code>',
                                $this->get_text_inline( 'Error received from the server:', 'server-error-message' ),
                                var_export( $license, true )
                            )
                        )
                    ),
                        $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...',
                        'error'
                    );
                }

                return;
            }

            $premium_license = new FS_Plugin_License( $license );

            // Updated site plan.
            $site = $this->get_api_site_scope()->get( '/', true );
            if ( $this->is_api_result_entity( $site ) ) {
                $this->_site = new FS_Site( $site );
            }
            $this->_update_site_license( $premium_license );

            $this->_store_account();

            if ( $this->is_addon() || $this->has_addons() ) {
                /**
                 * Purge the valid user licenses cache so that when the "Account" or the "Add-Ons" page is loaded,
                 * an updated valid user licenses collection will be fetched from the server which is used to also
                 * update the account add-ons (add-ons the user has licenses for).
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.4
                 */
                $this->purge_valid_user_licenses_cache();
            }

            if ( ! $background ) {
                $this->add_complete_upgrade_instructions_notice(
                    $this->get_text_inline( 'Your license was successfully activated.', 'license-activated-message' ),
                    'license_activated'
                );
            }

            $this->_admin_notices->remove_sticky( array(
                'trial_promotion',
                'license_expired',
            ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.5
         *
         * @param bool $show_notice
         */
        protected function _deactivate_license( $show_notice = true ) {
            $this->_logger->entrance();

            $hmm_text = $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...';

            if ( ! FS_Plugin_License::is_valid_id( $this->_site->license_id ) ) {
                $this->_admin_notices->add(
                    sprintf( $this->get_text_inline( 'It looks like your site currently doesn\'t have an active license.', 'no-active-license-message' ), $this->get_plan_title() ),
                    $hmm_text
                );

                return;
            }

            $api     = $this->get_api_site_scope();
            $license = $api->call( "/licenses/{$this->_site->license_id}.json", 'delete' );

            $this->handle_license_deactivation_result( $license, $hmm_text, $show_notice );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.1
         *
         * @param FS_Plugin_License $license
         * @param bool|string       $hmm_text
         * @param bool              $show_notice
         */
        private function handle_license_deactivation_result( $license, $hmm_text = false, $show_notice = true ) {
            if ( isset( $license->error ) ) {
                $this->_admin_notices->add(
                    $this->get_text_inline( 'It looks like the license deactivation failed.', 'license-deactivation-failed-message' ) . '<br> ' .
                    $this->get_text_inline( 'Error received from the server:', 'server-error-message' ) . ' ' . var_export( $license->error, true ),
                    $hmm_text,
                    'error'
                );

                return;
            }

            // Update license cache.
            if ( is_array( $this->_licenses ) ) {
                for ( $i = 0, $len = count( $this->_licenses ); $i < $len; $i ++ ) {
                    if ( $license->id == $this->_licenses[ $i ]->id ) {
                        $this->_licenses[ $i ] = new FS_Plugin_License( $license );
                    }
                }
            }

            // Update site plan to default.
            $this->_sync_plans();
            $this->_site->plan_id = $this->_plans[0]->id;
            // Unlink license from site.
            $this->_update_site_license( null );

            $this->_store_account();

            if ( $show_notice ) {
                $this->_admin_notices->add(
                    sprintf( $this->is_only_premium() ?
                        $this->get_text_inline( 'Your %s license was successfully deactivated.', 'license-deactivation-message_premium-only' ) :
                        $this->get_text_inline( 'Your license was successfully deactivated, you are back to the %s plan.', 'license-deactivation-message' ),
                        $this->get_plan_title()
                    ),
                    $this->get_text_inline( 'O.K', 'ok' )
                );
            }

            $this->_admin_notices->remove_sticky( array(
                'plan_upgraded',
                'license_activated',
            ) );
        }

        /**
         * Site plan downgrade.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @return object
         *
         * @uses   FS_Api
         */
        private function _downgrade_site() {
            $this->_logger->entrance();

            $deactivate_license = fs_request_get_bool( 'deactivate_license' );

            $api  = $this->get_api_site_scope();
            $site = $api->call( 'downgrade.json', 'put', array( 'deactivate_license' => $deactivate_license ) );

            $plan_downgraded = false;
            $plan            = false;
            if ( $this->is_api_result_entity( $site ) ) {
                $prev_plan_id = $this->_site->plan_id;

                // Update new site plan id.
                $this->_site->plan_id = $site->plan_id;

                $plan         = $this->get_plan();
                $subscription = $this->_sync_site_subscription( $this->_license );

                // Plan downgraded if plan was changed or subscription was cancelled.
                $plan_downgraded = ( $plan instanceof FS_Plugin_Plan && $prev_plan_id != $plan->id ) ||
                                   ( is_object( $subscription ) && ! isset( $subscription->error ) && ! $subscription->is_active() );
            } else {
                // handle different error cases.
                $this->handle_license_deactivation_result(
                    $site,
                    $this->get_text_x_inline( 'Hmm', 'something somebody says when they are thinking about what you have just said.', 'hmm' ) . '...'
                );
            }

            if ( ! $plan_downgraded ) {
                return (object) array(
                    'error' => (object) array(
                        'message' => $this->get_text_inline( 'Seems like we are having some temporary issue with your subscription cancellation. Please try again in few minutes.', 'subscription-cancellation-failure-message' )
                    )
                );
            }

            // Remove previous sticky message about upgrade (if exist).
            $this->_admin_notices->remove_sticky( 'plan_upgraded' );

            $this->_admin_notices->add(
                sprintf( $this->get_text_inline( 'Your subscription was successfully cancelled. Your %s plan license will expire in %s.', 'plan-x-downgraded-message' ),
                    $plan->title,
                    human_time_diff( time(), strtotime( $this->_license->expiration ) )
                )
            );

            // Store site updates.
            $this->_store_site();

            if ( $deactivate_license &&
                 ! FS_Plugin_License::is_valid_id( $site->license_id )
            ) {
                if ( $this->_site->is_localhost() ) {
                    $this->_license->activated_local = max( 0, $this->_license->activated_local - 1 );
                } else {
                    $this->_license->activated = max( 0, $this->_license->activated - 1 );
                }

                // Handle successful license deactivation result.
                $this->handle_license_deactivation_result( $this->_license );
            }

            return $site;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.8.1
         *
         * @param bool|string $plan_name
         *
         * @return bool If trial was successfully started.
         */
        function start_trial( $plan_name = false ) {
            $this->_logger->entrance();

            // Alias.
            $oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';

            if ( $this->is_trial() ) {
                // Already in trial mode.
                $this->_admin_notices->add(
                    sprintf( $this->get_text_inline( 'You are already running the %s in a trial mode.', 'in-trial-mode' ), $this->_module_type ),
                    $oops_text,
                    'error'
                );

                return false;
            }

            if ( $this->_site->is_trial_utilized() ) {
                // Trial was already utilized.
                $this->_admin_notices->add(
                    $this->get_text_inline( 'You already utilized a trial before.', 'trial-utilized' ),
                    $oops_text,
                    'error'
                );

                return false;
            }

            if ( false !== $plan_name ) {
                $plan = $this->get_plan_by_name( $plan_name );

                if ( false === $plan ) {
                    // Plan doesn't exist.
                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'Plan %s do not exist, therefore, can\'t start a trial.', 'trial-plan-x-not-exist' ), $plan_name ),
                        $oops_text,
                        'error'
                    );

                    return false;
                }

                if ( ! $plan->has_trial() ) {
                    // Plan doesn't exist.
                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'Plan %s does not support a trial period.', 'plan-x-no-trial' ), $plan_name ),
                        $oops_text,
                        'error'
                    );

                    return false;
                }
            } else {
                if ( ! $this->has_trial_plan() ) {
                    // None of the plans have a trial.
                    $this->_admin_notices->add(
                        sprintf( $this->get_text_inline( 'None of the %s\'s plans supports a trial period.', 'no-trials' ), $this->_module_type ),
                        $oops_text,
                        'error'
                    );

                    return false;
                }

                $plans_with_trial = FS_Plan_Manager::instance()->get_trial_plans( $this->_plans );

                $plan = $plans_with_trial[0];
            }

            $api  = $this->get_api_site_scope();
            $plan = $api->call( "plans/{$plan->id}/trials.json", 'post' );

            if ( ! $this->is_api_result_entity( $plan ) ) {
                // Some API error while trying to start the trial.
                $this->_admin_notices->add(
                    $this->get_api_error_message( $plan ),
                    $oops_text,
                    'error'
                );

                return false;
            }

            // Sync license.
            $this->_sync_license();

            return $this->is_trial();
        }

        /**
         * Cancel site trial.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return object
         *
         * @uses   FS_Api
         */
        private function _cancel_trial() {
            $this->_logger->entrance();

            if ( ! $this->is_trial() ) {
                return (object) array(
                    'error' => (object) array(
                        'message' => $this->get_text_inline( 'It looks like you are not in trial mode anymore so there\'s nothing to cancel :)', 'trial-cancel-no-trial-message' )
                    )
                );
            }

            $trial_plan = $this->get_trial_plan();

            $api  = $this->get_api_site_scope();
            $site = $api->call( 'trials.json', 'delete' );

            $trial_cancelled = false;

            if ( $this->is_api_result_entity( $site ) ) {
                $prev_trial_ends = $this->_site->trial_ends;

                if ( $this->is_paid_trial() ) {
                    $this->_license->expiration   = $site->trial_ends;
                    $this->_license->is_cancelled = true;
                    $this->_update_site_license( $this->_license );
                    $this->_store_licenses();

                    // Clear subscription reference.
                    $this->_sync_site_subscription( null );
                }

                // Update site info.
                $this->_site = new FS_Site( $site );

                $trial_cancelled = ( $prev_trial_ends != $site->trial_ends );
            } else {
                // @todo handle different error cases.
            }

            if ( ! $trial_cancelled ) {
                return (object) array(
                    'error' => (object) array(
                        'message' => $this->get_text_inline( 'Seems like we are having some temporary issue with your trial cancellation. Please try again in few minutes.', 'trial-cancel-failure-message' )
                    )
                );
            }

            // Remove previous sticky messages about upgrade or trial (if exist).
            $this->_admin_notices->remove_sticky( array(
                'trial_started',
                'trial_promotion',
                'plan_upgraded',
            ) );

            // Store site updates.
            $this->_store_site();

            if ( ! $this->is_addon() ||
                 ! $this->deactivate_premium_only_addon_without_license( true )
            ) {
                $this->_admin_notices->add(
                    sprintf( $this->get_text_inline( 'Your %s free trial was successfully cancelled.', 'trial-cancel-message' ), $trial_plan->title )
                );
            }

            return $site;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param bool|number $plugin_id
         *
         * @return bool
         */
        private function _is_addon_id( $plugin_id ) {
            return is_numeric( $plugin_id ) && ( $this->get_id() != $plugin_id );
        }

        /**
         * Check if user eligible to download premium version updates.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @return bool
         */
        private function _can_download_premium() {
            return $this->has_any_active_valid_license() ||
                   ( $this->is_trial() && ! $this->get_trial_plan()->is_free() );
        }

        /**
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         *
         * @param bool|number $addon_id
         * @param string      $type "json" or "zip"
         *
         * @return string
         */
        private function _get_latest_version_endpoint( $addon_id = false, $type = 'json' ) {

            $is_addon = $this->_is_addon_id( $addon_id );

            $is_premium = null;
            if ( ! $is_addon ) {
                $is_premium = ( $this->is_premium() || $this->_can_download_premium() );
            } else if ( $this->is_addon_activated( $addon_id ) ) {
                $fs_addon   = self::get_instance_by_id( $addon_id );
                $is_premium = ( $fs_addon->is_premium() || $fs_addon->_can_download_premium() );
            }

            // If add-on, then append add-on ID.
            $endpoint = ( $is_addon ? "/addons/$addon_id" : '' ) .
                        '/updates/latest.' . $type;

            // If add-on and not yet activated, try to fetch based on server licensing.
            if ( is_bool( $is_premium ) ) {
                $endpoint = add_query_arg( 'is_premium', json_encode( $is_premium ), $endpoint );
            }

            if ( $this->has_secret_key() ) {
                $endpoint = add_query_arg( 'type', 'all', $endpoint );
            } else if ( is_object( $this->_site ) && $this->_site->is_beta() ) {
                $endpoint = add_query_arg( 'type', 'beta', $endpoint );
            }

            return $endpoint;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool|number $addon_id
         * @param bool        $flush        Since 1.1.7.3
         * @param int         $expiration   Since 1.2.2.7
         * @param bool|string $newer_than   Since 2.2.1
         * @param bool|string $fetch_readme Since 2.2.1
         *
         * @return object|false Plugin latest tag info.
         */
        function _fetch_latest_version(
            $addon_id = false,
            $flush = true,
            $expiration = WP_FS__TIME_24_HOURS_IN_SEC,
            $newer_than = false,
            $fetch_readme = true
        ) {
            $this->_logger->entrance();

            if ( $this->is_unresolved_clone( true ) ) {
                return false;
            }

            $switch_to_blog_id = null;

            /**
             * @since 1.1.7.3 Check for plugin updates from Freemius only if opted-in.
             * @since 1.1.7.4 Also check updates for add-ons.
             */
            if (
                 ( ! $this->is_registered() || ! FS_Permission_Manager::instance( $this )->is_essentials_tracking_allowed() ) &&
                 ! $this->_is_addon_id( $addon_id )
            ) {
                if ( ! is_multisite() ) {
                    return false;
                }

                $installs_map = $this->get_blog_install_map();

                foreach ( $installs_map as $blog_id => $install ) {
                    if ( ! FS_Permission_Manager::instance( $this )->is_essentials_tracking_allowed( $blog_id ) ) {
                        continue;
                    }

                    /**
                     * @var FS_Site $install
                     */
                    if ( $install->is_trial() ) {
                        $switch_to_blog_id = $blog_id;
                        break;
                    }

                    if ( FS_Plugin_License::is_valid_id( $install->license_id ) ) {
                        $license = $this->get_license_by_id( $install->license_id );

                        if ( is_object( $license ) && $license->is_features_enabled() ) {
                            $switch_to_blog_id = $blog_id;
                            break;
                        }
                    }
                }

                if ( is_null( $switch_to_blog_id ) ) {
                    return false;
                }
            }

            $current_blog_id = is_numeric( $switch_to_blog_id ) ?
                get_current_blog_id() :
                0;

            if ( is_numeric( $switch_to_blog_id ) ) {
                $this->switch_to_blog( $switch_to_blog_id );
            }

            $latest_version_endpoint = $this->_get_latest_version_endpoint( $addon_id, 'json' );

            if ( ! empty( $newer_than ) ) {
                $latest_version_endpoint = add_query_arg( 'newer_than', $newer_than, $latest_version_endpoint );
            }

            if ( true === $fetch_readme ) {
                $latest_version_endpoint = add_query_arg( 'readme', 'true', $latest_version_endpoint );
            }

            $tag = $this->get_api_site_or_plugin_scope()->get(
                $latest_version_endpoint,
                $flush,
                $expiration
            );

            if ( is_numeric( $switch_to_blog_id ) ) {
                $this->switch_to_blog( $current_blog_id );
            }

            $latest_version = ( is_object( $tag ) && isset( $tag->version ) ) ? $tag->version : 'couldn\'t get';

            $this->_logger->departure( 'Latest version ' . $latest_version );

            return ( is_object( $tag ) && isset( $tag->version ) ) ? $tag : false;
        }

        #----------------------------------------------------------------------------------
        #region Download Plugin
        #----------------------------------------------------------------------------------

        /**
         * Download latest plugin version, based on plan.
         *
         * Not like _download_latest(), this will redirect the page
         * to secure download url to prevent dual download (from FS to WP server,
         * and then from WP server to the client / browser).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param bool|number $plugin_id
         *
         * @uses   FS_Api
         * @uses   wp_redirect()
         */
        private function download_latest_directly( $plugin_id = false ) {
            $this->_logger->entrance();

            wp_redirect( $this->get_latest_download_api_url( $plugin_id ) );
        }

        /**
         * Get latest plugin FS API download URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param bool|number $plugin_id
         *
         * @return string
         */
        private function get_latest_download_api_url( $plugin_id = false ) {
            $this->_logger->entrance();

            $download_api_url = $this->get_api_site_scope()->get_signed_url(
                $this->_get_latest_version_endpoint( $plugin_id, 'zip' )
            );

            return str_replace( 'http:', 'https:', $download_api_url );
        }

        /**
         * Get payment invoice URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.0
         *
         * @param bool|number $payment_id
         *
         * @return string
         */
        function _get_invoice_api_url( $payment_id = false ) {
            $this->_logger->entrance();

            $url = $this->get_api_user_scope()->get_signed_url(
                "/payments/{$payment_id}/invoice.pdf"
            );

            if ( ! fs_starts_with( $url, 'https://' ) ) {
                // Always use HTTPS for invoices.
                $url = 'https' . substr( $url, 4 );
            }

            return $url;
        }

        /**
         * Get latest plugin download link.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param string      $label
         * @param bool|number $plugin_id
         *
         * @return string
         */
        private function get_latest_download_link( $label, $plugin_id = false ) {
            return sprintf(
                '<a target="_blank" rel="noopener" href="%s">%s</a>',
                $this->_get_latest_download_local_url( $plugin_id ),
                $label
            );
        }

        /**
         * Get latest plugin download local URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param bool|number $plugin_id
         *
         * @return string
         */
        function _get_latest_download_local_url( $plugin_id = false ) {
            // Add timestamp to protect from caching.
            $params = array( 'ts' => WP_FS__SCRIPT_START_TIME );

            if ( ! empty( $plugin_id ) ) {
                $params['plugin_id'] = $plugin_id;
            } else if ( $this->is_addon() ) {
                $params['plugin_id'] = $this->get_id();
            }

            $fs = $this->is_addon() ?
                $this->get_parent_instance() :
                $this;

            return $this->apply_filters( 'download_latest_url', $fs->get_account_url( 'download_latest', $params ) );
        }

        #endregion Download Plugin ------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @uses   FS_Api
         *
         * @param bool        $background Hints the method if it's a background updates check. If false, it means that
         *                                was initiated by the admin.
         * @param bool|number $plugin_id
         * @param bool        $flush      Since 1.1.7.3
         * @param int         $expiration Since 1.2.2.7
         * @param bool|string $newer_than Since 2.2.1
         */
        private function check_updates(
            $background = false,
            $plugin_id = false,
            $flush = true,
            $expiration = FS_Plugin_Updater::UPDATES_CHECK_CACHE_EXPIRATION,
            $newer_than = false
        ) {
            $this->_logger->entrance();

            // Check if there's a newer version for download.
            $new_version = $this->_fetch_newer_version( $plugin_id, $flush, $expiration, $newer_than );

            $update = null;
            if ( is_object( $new_version ) ) {
                $update = new FS_Plugin_Tag( $new_version );

                if ( ! $background ) {
                    $this->_admin_notices->add(
                        sprintf(
                        /* translators: %s: Numeric version number (e.g. '2.1.9' */
                            $this->get_text_inline( 'Version %s was released.', 'version-x-released' ) . ' ' . $this->get_text_inline( 'Please download %s.', 'please-download-x' ),
                            $update->version,
                            sprintf(
                                '<a href="%s" target="_blank" rel="noopener">%s</a>',
                                $this->get_account_url( 'download_latest' ),
                                sprintf(
                                /* translators: %s: plan name (e.g. latest "Professional" version) */
                                    $this->get_text_inline( 'the latest %s version here', 'latest-x-version' ),
                                    $this->get_plan_title()
                                )
                            )
                        ),
                        $this->get_text_inline( 'New', 'new' ) . '!'
                    );
                }
            } else if ( false === $new_version && ! $background ) {
                $this->_admin_notices->add(
                    $this->get_text_inline( 'Seems like you got the latest release.', 'you-have-latest' ),
                    $this->get_text_inline( 'You are all good!', 'you-are-good' )
                );
            }

            $this->_store_update( $update, true, $plugin_id );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param bool $flush Since 1.1.7.3 add 24 hour cache by default.
         *
         * @return FS_Plugin[]
         *
         * @uses   FS_Api
         */
        private function sync_addons( $flush = false ) {
            $this->_logger->entrance();

            $api = $this->get_api_site_or_plugin_scope();

            $path = $this->add_show_pending( '/addons.json?enriched=true&count=50' );

            /**
             * @since 1.2.1
             *
             * If there's a cached version of the add-ons and not asking
             * for a flush, just use the currently stored add-ons.
             */
            if ( ! $flush && $api->is_cached( $path ) ) {
                $addons = self::get_all_addons();

                return isset( $addons[ $this->_plugin->id ] ) ?
                    $addons[ $this->_plugin->id ] :
                    array();
            }

            $result = $api->get( $path, $flush );

            $addons = array();
            if ( $this->is_api_result_object( $result, 'plugins' ) &&
                 is_array( $result->plugins )
            ) {
                for ( $i = 0, $len = count( $result->plugins ); $i < $len; $i ++ ) {
                    $addons[ $i ] = new FS_Plugin( $result->plugins[ $i ] );
                }

                $this->_store_addons( $addons, true );
            }

            return $addons;
        }

        /**
         * Handle user email update.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         * @uses   FS_Api
         *
         * @param string $new_email
         *
         * @return object
         */
        private function update_email( $new_email ) {
            $this->_logger->entrance();

            $api  = $this->get_api_user_scope();
            $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,email,is_verified", 'put', array(
                'email'                   => $new_email,
                'after_email_confirm_url' => $this->_get_admin_page_url(
                    'account',
                    array( 'fs_action' => 'sync_user' )
                ),
            ) );

            if ( ! isset( $user->error ) ) {
                $this->_user->email       = $user->email;
                $this->_user->is_verified = $user->is_verified;
                $this->_store_user();
            } else {
                // handle different error cases.
            }

            return $user;
        }

        #----------------------------------------------------------------------------------
        #region API Error Handling
        #----------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         *
         * @param mixed $result
         *
         * @return bool Is API result contains an error.
         */
        private function is_api_error( $result ) {
            return FS_Api::is_api_error( $result );
        }

        /**
         * Checks if given API result is a non-empty and not an error object.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed       $result
         * @param string|null $required_property Optional property we want to verify that is set.
         *
         * @return bool
         */
        function is_api_result_object( $result, $required_property = null ) {
            return FS_Api::is_api_result_object( $result, $required_property );
        }

        /**
         * Checks if given API result is a non-empty entity object with non-empty ID.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed $result
         *
         * @return bool
         */
        private function is_api_result_entity( $result ) {
            return FS_Api::is_api_result_entity( $result );
        }

        #endregion

        /**
         * Make sure a given argument is an array of a specific type.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param mixed  $array
         * @param string $class
         *
         * @return bool
         */
        private function is_array_instanceof( $array, $class ) {
            return ( is_array( $array ) && ( empty( $array ) || $array[0] instanceof $class ) );
        }

        /**
         * Start install ownership change.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         * @uses   FS_Api
         *
         * @param string $candidate_email
         * @param string $transfer_type
         *
         * @return bool Is ownership change successfully initiated.
         */
        private function init_change_owner( $candidate_email, $transfer_type ) {
            $this->_logger->entrance();

            $installs_info_by_slug_map = $this->get_parent_and_addons_installs_info();
            $install_ids               = array();

            foreach ( $installs_info_by_slug_map as $slug => $install_info ) {
                $install = $install_info['install'];

                if ( $this->_user->id != $install->user_id ) {
                    // Skip add-on installs that are not owned by the parent product's install's owner.
                    continue;
                }

                $install_ids[ $slug ] = $install->id;
            }

            $api    = $this->get_api_site_scope();
            $result = $api->call( "/users/{$this->_user->id}.json", 'put', array(
                'email'             => $candidate_email,
                'transfer_type'     => $transfer_type,
                'install_ids'       => implode( ',', array_values( $install_ids ) ),
                'after_confirm_url' => $this->_get_admin_page_url(
                    'account',
                    array( 'fs_action' => 'change_owner' )
                ),
            ) );

            return ! $this->is_api_error( $result );
        }

        /**
         * Handle install ownership change.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.1
         * @uses   FS_Api
         *
         * @return bool Was ownership change successfully complete.
         */
        private function complete_change_owner() {
            $this->_logger->entrance();

            $install_ids = fs_request_get( 'install_ids' );

            if ( ! empty( $install_ids ) ) {
                $install_ids = explode( ',', $install_ids );

                foreach ( $install_ids as $key => $install_id ) {
                    if ( ! FS_Site::is_valid_id( $install_id ) ) {
                        unset( $install_ids[ $key ] );
                    }
                }
            }

            if ( ! is_array( $install_ids ) ) {
                $install_ids = array();
            }

            $user             = new FS_User();
            $user->id         = fs_request_get( 'user_id' );
            $user->public_key = fs_request_get_raw( 'user_public_key' );
            $user->secret_key = fs_request_get_raw( 'user_secret_key' );

            $prev_user   = $this->_user;
            $this->_user = $user;

            $result = $this->get_api_user_scope( true )->get(
                "/installs.json?install_ids=" . implode( ',', $install_ids )
            );

            $current_blog_sites = self::get_all_sites( $this->get_module_type() );

            if ( $this->is_api_result_object( $result, 'installs' ) ) {
                $site_id_slug_map = array();

                foreach ( $current_blog_sites as $slug => $site ) {
                    $site_id_slug_map[ $site->id ] = $slug;
                }

                foreach ( $result->installs as $install ) {
                    $site = new FS_Site( $install );

                    if ( ! isset( $site_id_slug_map[ $install->id ] ) ) {
                        continue;
                    }

                    $current_blog_sites[ $site_id_slug_map[ $install->id ] ] = clone $site;

                    if ( $this->_site->id == $site->id ) {
                        $this->_site = $site;
                    }
                }
            }

            // Validate install's user and given user.
            if ( $user->id != $this->_site->user_id ) {
                $this->_user = $prev_user;

                return false;
            }

            $this->set_account_option( 'sites', $current_blog_sites, true );

            // Fetch new user information.
            $user_result = $this->get_api_user_scope( true )->get();
            $user        = new FS_User( $user_result );
            $this->_user = $user;

            $this->_set_account( $user, $this->_site );

            $remove_user       = true;
            $all_modules_sites = self::get_all_modules_sites();

            foreach ( $all_modules_sites as $sites_by_module_type ) {
                foreach ( $sites_by_module_type as $sites_by_slug ) {
                    foreach ( $sites_by_slug as $site ) {
                        if ( $prev_user->id == $site->user_id ) {
                            $remove_user = false;
                            break;
                        }
                    }

                    if ( ! $remove_user ) {
                        break;
                    }
                }

                if ( ! $remove_user ) {
                    break;
                }
            }

            if ( $remove_user ) {
                $users = self::get_all_users();

                if ( isset( $users[ $prev_user->id ] ) ) {
                    unset( $users[ $prev_user->id ] );
                } else {
                    // If the prev user wasn't found by the key, iterate over the users collection.
                    foreach ( $users as $key => $user ) {
                        if ( $user->id == $prev_user->id ) {
                            unset( $users[ $key ] );
                            break;
                        }
                    }
                }

                $this->set_account_option( 'users', $users, true );
            }

            return true;
        }

        /**
         * Completes ownership change by license.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.3.2
         *
         * @param number              $user_id
         * @param array[string]number $install_ids_by_slug_map
         *
         */
        private function complete_ownership_change_by_license( $user_id, $install_ids_by_slug_map ) {
            $this->_logger->entrance();

            $this->sync_user_by_current_install( $user_id );

            $result = $this->get_api_user_scope( true )->get(
                "/installs.json?install_ids=" . implode( ',', $install_ids_by_slug_map )
            );

            if ( $this->is_api_result_object( $result, 'installs' ) ) {
                $sites                   = self::get_all_sites( $this->get_module_type() );
                $install_ids_by_slug_map = array_flip( $install_ids_by_slug_map );

                foreach ( $result->installs as $install ) {
                    $site = new FS_Site( $install );

                    $sites[ $install_ids_by_slug_map[ $site->id ] ] = clone $site;
                }

                $this->set_account_option( 'sites', $sites, true );
            }
        }

        /**
         * Handle user name update.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         * @uses   FS_Api
         *
         * @return object
         */
        private function update_user_name() {
            $this->_logger->entrance();
            $name = fs_request_get( 'fs_user_name_' . $this->get_unique_affix(), '' );

            $api  = $this->get_api_user_scope();
            $user = $api->call( "?plugin_id={$this->_plugin->id}&fields=id,first,last", 'put', array(
                'name' => $name,
            ) );

            if ( ! isset( $user->error ) ) {
                $this->_user->first = $user->first;
                $this->_user->last  = $user->last;
                $this->_store_user();
            } else {
                // handle different error cases.

            }

            return $user;
        }

        /**
         * Verify user email.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         * @uses   FS_Api
         */
        private function verify_email() {
            $this->_handle_account_user_sync();

            if ( $this->_user->is_verified() ) {
                return;
            }

            $api    = $this->get_api_site_scope();
            $result = $api->call( "/users/{$this->_user->id}/verify.json", 'put', array(
                'after_email_confirm_url' => $this->_get_admin_page_url(
                    'account',
                    array( 'fs_action' => 'sync_user' )
                )
            ) );

            if ( ! isset( $result->error ) ) {
                $this->_admin_notices->add( sprintf(
                    $this->get_text_inline( 'Verification mail was just sent to %s. If you can\'t find it after 5 min, please check your spam box.', 'verification-email-sent-message' ),
                    sprintf( '<a href="mailto:%1$s">%2$s</a>', esc_url( $this->_user->email ), $this->_user->email )
                ) );
            } else {
                // handle different error cases.

            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.1.2
         *
         * @param array     $params
         * @param bool|null $network
         *
         * @return string
         */
        function get_activation_url( $params = array(), $network = null ) {
            if ( $this->is_addon() && $this->has_free_plan() ) {
                /**
                 * @author Vova Feldman (@svovaf)
                 * @since  1.2.1.7 Add-on's activation is the parent's module activation.
                 */
                return $this->get_parent_instance()->get_activation_url( $params );
            }

            return $this->apply_filters( 'connect_url', $this->_get_admin_page_url( '', $params, $network ) );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         *
         * @param array $params
         *
         * @return string
         */
        function get_reconnect_url( $params = array() ) {
            $params['fs_action']       = 'reset_anonymous_mode';
            $params['fs_unique_affix'] = $this->get_unique_affix();

            return $this->get_activation_url( $params );
        }

        /**
         * Get the URL of the page that should be loaded after the user connect
         * or skip in the opt-in screen.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.3
         *
         * @param string    $filter Filter name.
         * @param array     $params Since 1.2.2.7
         * @param bool|null $network
         *
         * @return string
         */
        function get_after_activation_url( $filter, $params = array(), $network = null ) {
            if ( $this->show_opt_in_on_themes_page() &&
                 ( fs_request_has( 'pending_activation' ) ||
                   // For cases when the first time path is set, even though it's a WP.org theme.
                   fs_request_get_bool( $this->get_unique_affix() . '_show_optin' ) )
            ) {
                $first_time_path = '';
            } else {
                $first_time_path = $this->_menu->get_first_time_path(
                    fs_is_network_admin() && $this->_is_network_active
                );
            }

            if ( $this->_is_network_active &&
                 fs_is_network_admin() &&
                 ! $this->_menu->has_network_menu() &&
                 $this->is_network_registered()
            ) {
                $target_url = $this->get_account_url();
            } else {
                // Default plugin's page.
                $target_url = $this->_get_admin_page_url( '', array(), $network );
            }

            return add_query_arg( $params, $this->apply_filters(
                $filter,
                empty( $first_time_path ) ?
                    $target_url :
                    $first_time_path
            ) );
        }

        /**
         * Handle account page updates / edits / actions.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         */
        private function _handle_account_edits() {
            if ( ! $this->is_user_admin() ) {
                return;
            }

            $action = fs_get_action();

            if ( empty( $action ) ) {
                return;
            }

            $plugin_id  = fs_request_get( 'plugin_id', $this->get_id() );
            $install_id = fs_request_get( 'install_id', '' );

            // Alias.
            $oops_text = $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...';

            $is_network_action       = $this->is_network_level_action();
            $blog_id                 = $this->is_network_level_site_specific_action();
            $is_parent_plugin_action = ( $plugin_id == $this->get_id() );

            if ( is_numeric( $blog_id ) ) {
                $this->switch_to_blog( $blog_id );
            } else {
                $blog_id = '';
            }

            switch ( $action ) {
                case 'opt_in':
                    check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );

                    if ( $is_parent_plugin_action ) {
                        if ( $is_network_action && ! empty( $blog_id ) ) {
                            if ( ! $this->is_registered() ) {
                                $this->install_with_user(
                                    $this->get_network_user(),
                                    false,
                                    false,
                                    false,
                                    false
                                );

                                $this->_admin_notices->add(
                                    $this->get_text_inline( 'Site successfully opted in.', 'successful-opt-in' ),
                                    $this->get_text_inline( 'Awesome', 'awesome' )
                                );
                            }
                        }
                    }
                    break;

                case 'toggle_tracking':
                    check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );

                    if ( $is_parent_plugin_action ) {
                        if ( $is_network_action && ! empty( $blog_id ) ) {
                            if ( $this->is_registered( true ) ) {
                                if ( $this->is_tracking_prohibited( $blog_id ) ) {
                                    if ( $this->toggle_site_tracking( true, $blog_id ) ) {
                                        $this->_admin_notices->add(
                                            sprintf( $this->get_text_inline( 'Sharing diagnostic data with %s helps to provide functionality that\'s more relevant to your website, avoid WordPress or PHP version incompatibilities that can break your website, and recognize which languages & regions the plugin should be translated and tailored to.', 'opt-out-message-appreciation' ), "<b>{$this->get_plugin_title()}</b>" ),
                                            $this->get_text_inline( 'Thank you!', 'thank-you' )
                                        );
                                    }
                                } else {
                                    if ( $this->toggle_site_tracking( false, $blog_id ) ) {
                                        $install = $this->get_install_by_blog_id( $blog_id );

                                        $this->_admin_notices->add(
                                            sprintf(
                                                $this->get_text_inline( 'Diagnostic data will no longer be sent from %s to %s.', 'opted-out-successfully' ),
                                                self::get_unfiltered_site_url( $blog_id, true ),
                                                "<b>{$this->get_plugin_title()}</b>"
                                            )
                                        );
                                    }
                                }
                            }
                        }
                    }

                    break;

                case 'delete_account':
                    check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );

                    $is_network_deletion = $is_network_action && empty( $blog_id );

                    if ( $is_parent_plugin_action ) {
                        // Delete add-on installs if have any.
                        $installed_addons = $this->get_installed_addons();
                        foreach ( $installed_addons as $fs_addon ) {
                            if ( $is_network_deletion ) {
                                $fs_addon->delete_network_account_event();
                            } else {
                                $fs_addon->delete_account_event();
                            }
                        }

                        if ( $is_network_deletion ) {
                            $this->delete_network_account_event();
                        } else {
                            $this->delete_account_event();
                        }

                        // Clear user and site.
                        $this->_site = null;
                        $this->_user = null;

                        $this->maybe_set_slug_and_network_menu_exists_flag();

                        fs_redirect( $this->get_activation_url() );
                    } else {
                        if ( $this->is_addon_activated( $plugin_id ) ) {
                            $fs_addon = self::get_instance_by_id( $plugin_id );

                            if ( $is_network_deletion ) {
                                $fs_addon->delete_network_account_event();
                            } else {
                                $fs_addon->delete_account_event();
                            }

                            fs_redirect( $this->_get_admin_page_url( 'account' ) );
                        }
                    }

                    return;

                case 'downgrade_account':
                    if ( is_numeric( $blog_id ) ) {
                        check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );
                    } else {
                        check_admin_referer( $action );
                    }

                    $switch_to_network_install_blog_after_cancellation = (
                        is_numeric( $blog_id ) &&
                        $plugin_id == $this->get_id() &&
                        ! $this->is_trial()
                    );

                    $result = $this->cancel_subscription_or_trial( $plugin_id );
                    if ( $this->is_api_error( $result ) ) {
                        $this->_admin_notices->add(
                            $result->error->message,
                            $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                            'error'
                        );
                    }

                    if ( $switch_to_network_install_blog_after_cancellation ) {
                        $this->switch_to_blog( $this->_storage->network_install_blog_id );
                    }

                    return;

                case 'activate_license':
                    check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );

                    $fs = $this;
                    if ( $plugin_id != $this->get_id() ) {
                        $fs = $this->is_addon_activated( $plugin_id ) ?
                            self::get_instance_by_id( $plugin_id ) :
                            null;
                    }

                    if ( is_object( $fs ) ) {
                        $fs->_activate_license();

                        /**
                         * Remove the product ID from `$_REQUEST` so that the syncing of the license for the other products will work properly.
                         *
                         * @author Leo Fajardo (@leorw)
                         * @since 2.4.0
                         */
                        unset( $_REQUEST['plugin_id'] );

                        if ( $this->is_bundle_license_auto_activation_enabled() ) {
                            $fs->maybe_activate_bundle_license( null, array(), is_numeric( $blog_id ) ? $blog_id : 0 );
                        }
                    }

                    return;

                case 'deactivate_license':
                    check_admin_referer( trim( "{$action}:{$blog_id}:{$install_id}", ':' ) );

                    if ( $plugin_id == $this->get_id() ) {
                        $this->_deactivate_license();

                        if ( $this->is_only_premium() ) {
                            // Clear user and site.
                            $this->_site = null;
                            $this->_user = null;

                            if ( ! $is_network_action ) {
                                fs_redirect( $this->get_activation_url() );
                            } else if ( is_numeric( $blog_id ) ) {
                                $this->switch_to_blog( $this->_storage->network_install_blog_id );
                            }
                        }
                    } else {
                        if ( $this->is_addon_activated( $plugin_id ) ) {
                            $fs_addon = self::get_instance_by_id( $plugin_id );
                            $fs_addon->_deactivate_license();
                        }
                    }

                    return;

                case 'check_updates':
                    check_admin_referer( $action );
                    $this->check_updates();

                    return;

                case 'change_owner':
                    $state = fs_request_get( 'state', 'init' );
                    switch ( $state ) {
                        case 'init':
                            // The nonce is injected by the error handler in `_email_address_update_ajax_handler` function.
                            check_admin_referer( 'change_owner' );

                            $candidate_email = fs_request_get( 'candidate_email' );
                            $transfer_type   = fs_request_get( 'transfer_type' );

                            if ( $this->init_change_owner( $candidate_email, $transfer_type ) ) {
                                if ( 'transfer' === $transfer_type ) {
                                    $this->_admin_notices->add( sprintf( $this->get_text_inline( 'A confirmation email was just sent to %s. The email owner must confirm the update within the next 4 hours.', 'change-owner-request-sent-x-transfer' ), '<b>' . $this->_user->email . '</b>' ) );
                                } else {
                                    $this->_admin_notices->add( sprintf( $this->get_text_inline( 'A confirmation email was just sent to %s. You must confirm the update within the next 4 hours. If you cannot find the email, please check your spam folder.', 'change-owner-request-sent-x' ), '<b>' . $this->_user->email . '</b>' ) );
                                }
                            }
                            break;
                        case 'owner_confirmed':
                            // We cannot (or need not to) check the nonce and referer here, because the link comes from the email sent by our API.
                            $candidate_email = fs_request_get( 'candidate_email', '' );

                            if ( ! is_email($candidate_email ) ) {
                                return;
                            }

                            $this->_admin_notices->add( sprintf( $this->get_text_inline( 'Thanks for confirming the ownership change. An email was just sent to %s for final approval.', 'change-owner-request_owner-confirmed' ), '<b>' . $candidate_email . '</b>' ) );
                            break;
                        case 'candidate_confirmed':
                            // We do not need to validate the authenticity of this request here, because the `complete_change_owner` does that for us through API calls.
                            if ( $this->complete_change_owner() ) {
                                $this->_admin_notices->add_sticky(
                                    sprintf( $this->get_text_inline( '%s is the new owner of the account.', 'change-owner-request_candidate-confirmed' ), '<b>' . $this->_user->email . '</b>' ),
                                    'ownership_changed',
                                    $this->get_text_x_inline( 'Congrats', 'as congratulations', 'congrats' ) . '!'
                                );
                            } else {
                                // @todo Handle failed ownership change message.
                            }
                            break;
                    }

                    return;

                case 'update_user_name':
                    check_admin_referer( 'update_user_name' );

                    $result = $this->update_user_name();

                    if ( isset( $result->error ) ) {
                        $this->_admin_notices->add(
                            $this->get_text_inline( 'Please provide your full name.', 'name-update-failed-message' ),
                            $oops_text,
                            'error'
                        );
                    } else {
                        $this->_admin_notices->add( $this->get_text_inline( 'Your name was successfully updated.', 'name-updated-message' ) );
                    }

                    return;

                #region Actions that might be called from external links (e.g. email)

                /**
                 * !!IMPORTANT!!: We cannot check for a valid nonce in this region, because the links could be coming from emails.
                 */

                case 'cancel_trial':
                    $result = $this->cancel_subscription_or_trial( $plugin_id );
                    if ( $this->is_api_error( $result ) ) {
                        $this->_admin_notices->add(
                            $result->error->message,
                            $this->get_text_x_inline( 'Oops', 'exclamation', 'oops' ) . '...',
                            'error'
                        );
                    }

                    return;

                case 'verify_email':
                    $this->verify_email();

                    return;

                case 'sync_user':
                    $this->_handle_account_user_sync();

                    return;

                case $this->get_unique_affix() . '_sync_license':
                    $this->_sync_license();

                    return;

                case 'download_latest':
                    $this->download_latest_directly( $plugin_id );

                    return;

                #endregion
            }

            if ( WP_FS__IS_POST_REQUEST ) {
                $properties = array( 'site_secret_key', 'site_id', 'site_public_key' );
                foreach ( $properties as $p ) {
                    if ( 'update_' . $p === $action ) {
                        check_admin_referer( $action );

                        $this->_logger->log( $action );

                        $site_property                      = substr( $p, strlen( 'site_' ) );
                        $site_property_value                = fs_request_get( 'fs_' . $p . '_' . $this->get_unique_affix(), '' );
                        $this->get_site()->{$site_property} = $site_property_value;

                        // Store account after modification.
                        $this->_store_site();

                        $this->do_action( 'account_property_edit', 'site', $site_property, $site_property_value );

                        $this->_admin_notices->add( sprintf(
                        /* translators: %s: User's account property (e.g. email address, name) */
                            $this->get_text_inline( 'You have successfully updated your %s.', 'x-updated' ),
                            '<b>' . str_replace( '_', ' ', $p ) . '</b>'
                        ) );

                        return;
                    }
                }
            }
        }

        /**
         * Adds CSS classes for the body tag in the admin.
         *
         * @param string $classes Space-separated string of class names.
         * 
         * @return string $classes FS Admin body tag class names.
         */
        public function fs_addons_body_class( $classes ) {
            $classes .= ' plugins-php';
            return $classes;
        }

        /**
         * Account page resources load.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         */
        function _account_page_load() {
            $this->_logger->entrance();

            $this->_logger->info( var_export( $_REQUEST, true ) );

            fs_enqueue_local_style( 'fs_account', '/admin/account.css' );

            if ( $this->has_addons() ) {
                wp_enqueue_script( 'plugin-install' );
                add_thickbox();
                add_filter( 'admin_body_class', array( $this, 'fs_addons_body_class' ) );
            }

            if ( $this->has_paid_plan() &&
                 ! $this->has_any_license() &&
                 ! $this->is_sync_executed() &&
                 $this->is_tracking_allowed()
            ) {
                /**
                 * If no licenses found and no sync job was executed during the last 24 hours,
                 * just execute the sync job right away (blocking execution).
                 *
                 * @since 1.1.7.3
                 */
                $this->run_manual_sync();
            }

            $this->_handle_account_edits();

            if (
                is_object( $this->_license ) &&
                $this->_license->user_id == $this->_user->id &&
                ! $this->is_whitelabeled( true )
            ) {
                $this->_admin_notices->add(
                    sprintf(
                        $this->get_text_inline( "Is this your client's site? %s if you wish to hide sensitive info like your email, license key, prices, billing address & invoices from the WP Admin.", 'license_not_whitelabeled' ),
                        sprintf(
                            '<a href="#" class="fs-toggle-whitelabel-mode">%s</a>',
                            $this->get_text_inline( 'Click here', 'click-here' )
                        )
                    ),
                    '',
                    'success',
                    false,
                    'license_not_whitelabeled'
                );
            }

            $this->do_action( 'account_page_load_before_departure' );
        }

        /**
         * Renders the "Affiliation" page.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.3
         */
        function _affiliation_page_render() {
            $this->_logger->entrance();

            $this->fetch_affiliate_and_terms();

            fs_enqueue_local_style( 'fs_affiliation', '/admin/affiliation.css' );

            $is_bundle_context = $this->has_bundle_context();

            $plugin_title = $this->get_plugin_title();

            if ( $is_bundle_context ) {
                $plugin_title = $this->plugin_affiliate_terms->plugin_title;

                // Add the suffix "Bundle" only if the word is not present in the title itself.
                if ( false === mb_stripos( $plugin_title, fs_text_inline( 'Bundle', 'bundle' ) ) ) {
                    $plugin_title = $this->apply_filters(
                        'formatted_bundle_title',
                        $plugin_title . ' ' . fs_text_inline( 'Bundle', 'bundle' )
                    );
                }
            }

            $vars = array(
                'id'           => $this->_module_id,
                'plugin_title' => $plugin_title,
            );
            echo $this->apply_filters( "/forms/affiliation.php", fs_get_template( '/forms/affiliation.php', $vars ) );
        }


        /**
         * Render account page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         */
        function _account_page_render() {
            $this->_logger->entrance();

            $template = 'account.php';
            $vars     = array( 'id' => $this->_module_id );

            /**
             * Added filter to the template to allow developers wrapping the template
             * in custom HTML (e.g. within a wizard/tabs).
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.1.6
             */
            echo $this->apply_filters( "templates/{$template}", fs_get_template( $template, $vars ) );
        }

        /**
         * Render account connect page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         */
        function _connect_page_render() {
            $this->_logger->entrance();

            $vars = array( 'id' => $this->_module_id );

            /**
             * Added filter to the template to allow developers wrapping the template
             * in custom HTML (e.g. within a wizard/tabs).
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.1.6
             */
            echo $this->apply_filters( 'templates/connect.php', fs_get_template( 'connect.php', $vars ) );
        }

        /**
         * Load required resources before add-ons page render.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         */
        function _addons_page_load() {
            $this->_logger->entrance();

            fs_enqueue_local_style( 'fs_addons', '/admin/add-ons.css' );

            wp_enqueue_script( 'plugin-install' );
            add_thickbox();
            add_filter( 'admin_body_class', array( $this, 'fs_addons_body_class' ) );

            if ( ! $this->is_registered() && $this->is_org_repo_compliant() ) {
                $this->_admin_notices->add(
                    sprintf( $this->get_text_inline( 'Just letting you know that the add-ons information of %s is being pulled from an external server.', 'addons-info-external-message' ), '<b>' . $this->get_plugin_name() . '</b>' ),
                    $this->get_text_x_inline( 'Heads up', 'advance notice of something that will need attention.', 'heads-up' ),
                    'update-nag'
                );
            }
        }

        /**
         * Render add-ons page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.6
         */
        function _addons_page_render() {
            $this->_logger->entrance();

            $vars = array( 'id' => $this->_module_id );

            /**
             * Added filter to the template to allow developers wrapping the template
             * in custom HTML (e.g. within a wizard/tabs).
             *
             * @author Vova Feldman (@svovaf)
             * @since  1.2.1.6
             */
            echo $this->apply_filters( 'templates/add-ons.php', fs_get_template( 'add-ons.php', $vars ) );
        }

        /* Pricing & Upgrade
        ------------------------------------------------------------------------------------------------------------------*/
        /**
         * Render pricing page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         */
        function _pricing_page_render() {
            $this->_logger->entrance();

            $vars = array( 'id' => $this->_module_id );

            if ( 'true' === fs_request_get( 'checkout', false ) ) {
                echo $this->apply_filters( 'templates/checkout.php', fs_get_template( 'checkout.php', $vars ) );
            } else {
                echo $this->apply_filters( 'templates/pricing.php', fs_get_template( 'pricing.php', $vars ) );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.3.1
         */
        function _maybe_add_pricing_ajax_handler() {
            if ( ! $this->should_use_external_pricing() ) {
                $this->add_ajax_action( 'pricing_ajax_action', array( &$this, '_fs_pricing_ajax_action_handler' ) );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.1
         */
        function _fs_pricing_ajax_action_handler() {
            $this->check_ajax_referer( 'pricing_ajax_action' );

            $result         = null;
            $pricing_action = fs_request_get( 'pricing_action' );

            switch ( $pricing_action ) {
                case 'fetch_pricing_data':
                    $params = array(
                        'is_enriched'  => true,
                        'trial'        => fs_request_get_bool( 'trial' ),
                        'sandbox'      => fs_request_get_raw( 'sandbox' ),
                        's_ctx_type'   => fs_request_get_raw( 's_ctx_type' ),
                        's_ctx_id'     => fs_request_get_raw( 's_ctx_id' ),
                        's_ctx_ts'     => fs_request_get_raw( 's_ctx_ts' ),
                        's_ctx_secure' => fs_request_get_raw( 's_ctx_secure' ),
                    );

                    $bundle_id         = $this->get_bundle_id();
                    $bundle_public_key = $this->get_bundle_public_key();

                    $has_bundle_context = ( FS_Plugin::is_valid_id( $bundle_id ) && ! empty( $bundle_public_key ) );

                    if ( ! $has_bundle_context ) {
                        $api = $this->get_api_plugin_scope();
                    } else {
                        $api = FS_Api::instance(
                            $bundle_id,
                            'plugin',
                            $bundle_id,
                            $bundle_public_key,
                            ! $this->is_live(),
                            false,
                            $this->get_sdk_version()
                        );

                        $params['plugin_id']         = $this->get_id();
                        $params['plugin_public_key'] = $this->get_public_key();
                    }

                    $result = $api->get( 'pricing.json?' . http_build_query( $params ) );
                    break;
                case 'start_trial':
                    $result = $this->opt_in(
                        false,
                        false,
                        false,
                        false,
                        false,
                        fs_request_get( 'plan_id' )
                    );
            }

            if ( is_object( $result ) && $this->is_api_error( $result ) ) {
                $this->_logger->api_error( $result );

                self::shoot_ajax_failure(
                    isset( $result->error ) ?
                        ( is_string( $result->error ) ? $result->error : $result->error->message ) :
                        var_export( $result, true )
                );
            }

            $this->shoot_ajax_success( $result );
        }

        #----------------------------------------------------------------------------------
        #region Contact Us
        #----------------------------------------------------------------------------------

        /**
         * Render contact-us page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         */
        function _contact_page_render() {
            $this->_logger->entrance();

            $vars = array( 'id' => $this->_module_id );

            /**
             * Added filter to the template to allow developers wrapping the template
             * in custom HTML (e.g. within a wizard/tabs).
             *
             * @author Vova Feldman (@svovaf)
             * @since  2.1.3
             */
            echo $this->apply_filters( 'templates/contact.php', fs_get_template( 'contact.php', $vars ) );
        }

        #endregion ------------------------------------------------------------------------

        /**
         * Hide all admin notices to prevent distractions.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         *
         * @uses   remove_all_actions()
         */
        private static function _hide_admin_notices() {
            remove_all_actions( 'admin_notices' );
            remove_all_actions( 'network_admin_notices' );
            remove_all_actions( 'all_admin_notices' );
            remove_all_actions( 'user_admin_notices' );
        }

        static function _clean_admin_content_section_hook() {
            $hide_admin_notices = true;

            if ( fs_request_is_action( 'allow_clone_resolution_notice' ) ) {
                check_admin_referer( 'fs_allow_clone_resolution_notice' );

                $hide_admin_notices = false;
            }

            if ( $hide_admin_notices ) {
                self::_hide_admin_notices();
            }

            // Hide footer.
            echo '<style>#wpfooter { display: none !important; }</style>';
        }

        /**
         * Attach to admin_head hook to hide all admin notices.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         */
        static function _clean_admin_content_section() {
            add_action( 'admin_head', 'Freemius::_clean_admin_content_section_hook' );
        }

        /* CSS & JavaScript
        ------------------------------------------------------------------------------------------------------------------*/
        /*		function _enqueue_script($handle, $src) {
                    $url = plugins_url( substr( WP_FS__DIR_JS, strlen( $this->_plugin_dir_path ) ) . '/assets/js/' . $src );

                    $this->_logger->entrance( 'script = ' . $url );

                    wp_enqueue_script( $handle, $url );
                }*/

        /* SDK
        ------------------------------------------------------------------------------------------------------------------*/
        private $_user_api;

        /**
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @param bool $flush
         *
         * @return FS_Api
         */
        function get_api_user_scope( $flush = false ) {
            if ( ! isset( $this->_user_api ) || $flush ) {
                $this->_user_api = $this->get_api_user_scope_by_user( $this->_user );
            }

            return $this->_user_api;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param \FS_User $user
         *
         * @return \FS_Api
         */
        private function get_api_user_scope_by_user( FS_User $user ) {
            return FS_Api::instance(
                $this->_module_id,
                'user',
                $user->id,
                $user->public_key,
                ! $this->is_live(),
                $user->secret_key,
                $this->get_sdk_version()
            );
        }

        /**
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param bool $flush
         *
         * @return FS_Api
         */
        private function get_current_or_network_user_api_scope( $flush = false ) {
            if ( ! $this->_is_network_active ||
                 ( isset( $this->_user ) && $this->_user instanceof FS_User )
            ) {
                return $this->get_api_user_scope( $flush );
            }

            $user = $this->get_current_or_network_user();

            $this->_user_api = FS_Api::instance(
                $this->_module_id,
                'user',
                $user->id,
                $user->public_key,
                ! $this->is_live(),
                $user->secret_key,
                $this->get_sdk_version()
            );

            return $this->_user_api;
        }

        private $_site_api;

        /**
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.2
         *
         * @param bool $flush
         *
         * @return FS_Api
         */
        private function get_api_site_scope( $flush = false ) {
            if ( ! isset( $this->_site_api ) || $flush ) {
                $this->_site_api = FS_Api::instance(
                    $this->_module_id,
                    'install',
                    $this->_site->id,
                    $this->_site->public_key,
                    ! $this->is_live(),
                    $this->_site->secret_key,
                    $this->get_sdk_version(),
                    self::get_unfiltered_site_url()
                );
            }

            return $this->_site_api;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.0
         *
         * @param string $path
         * @param string $method
         * @param array  $params
         * @param bool   $flush_instance
         *
         * @return array|mixed|string|void
         * @throws Freemius_Exception
         */
        private function api_site_call( $path, $method = 'GET', $params = array(), $flush_instance = false ) {
            $result = $this->get_api_site_scope( $flush_instance )->call( $path, $method, $params );

            /**
             * Checks if the local install's URL is different from the remote install's URL, update the local install if necessary, and then run the clone handler if the install's URL is different from the URL of the site.
             *
             * @author Leo Fajardo (@leorw)
             * @since  2.5.0
             */
            if (
                $this->is_registered() &&
                FS_Api::is_api_result_entity( $result ) &&
                isset( $result->url )
            ) {
                $stored_local_url  = trailingslashit( $this->_site->url );
                $stored_remote_url = trailingslashit( $result->url );

                if ( $stored_local_url !== $stored_remote_url ) {
                    $this->_site->url = $result->url;
                    $this->_store_site();
                }

                if ( fs_strip_url_protocol( $stored_remote_url ) !== self::get_unfiltered_site_url( null, true, true ) ) {
                    FS_Clone_Manager::instance()->maybe_run_clone_resolution();
                }
            }

            return $result;
        }

        private $_plugin_api;

        /**
         * Get plugin public API scope.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return FS_Api
         */
        function get_api_plugin_scope() {
            if ( ! isset( $this->_plugin_api ) ) {
                $this->_plugin_api = FS_Api::instance(
                    $this->_module_id,
                    'plugin',
                    $this->_plugin->id,
                    $this->_plugin->public_key,
                    ! $this->is_live(),
                    false,
                    $this->get_sdk_version()
                );
            }

            return $this->_plugin_api;
        }

        /**
         * Get bundle public API scope.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.3.1
         *
         * @return FS_Api
         */
        function get_api_bundle_scope() {
            return FS_Api::instance(
                $this->get_bundle_id(),
                'plugin',
                $this->get_bundle_id(),
                $this->get_bundle_public_key(),
                ! $this->is_live(),
                false,
                $this->get_sdk_version()
            );
        }

        /**
         * Get site API scope object (fallback to public plugin scope when not registered).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.7
         *
         * @return FS_Api
         */
        function get_api_site_or_plugin_scope() {
            return $this->is_registered() ?
                $this->get_api_site_scope() :
                $this->get_api_plugin_scope();
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.2.3.1
         *
         * @param object $result
         */
        private function maybe_modify_api_curl_error_message( $result ) {
            if (
                'cUrlMissing' !== $result->error->type &&
                ( 'CurlException' !== $result->error->type || CURLE_COULDNT_CONNECT != $result->error->code )  &&
                ( 'HttpRequestFailed' !== $result->error->type || false === strpos( $result->error->message, 'cURL error ' . CURLE_COULDNT_CONNECT ) )
            ) {
                return;
            }

            $result->error->message = $this->esc_html_inline( 'We use PHP cURL library for the API calls, which is a very common library and usually installed and activated out of the box. Unfortunately, cURL is not activated (or disabled) on your server.', 'curl-missing-message' ) .
                ' ' .
                $this->esc_html_inline(
                    sprintf(
                        'Please contact your hosting provider and ask them to whitelist %s for external connection.',
                        implode(
                            ', ',
                            $this->apply_filters( 'api_domains', array(
                                'api.freemius.com',
                                'wp.freemius.com'
                            ) )
                        )
                    ),
                    'connectivity-whitelist'
                ) .
                ' ' .
                sprintf(
                    $this->esc_html_inline( 'Once you are done, deactivate the %s and activate it again.', 'connectivity-reactivate-module' ),
                    $this->get_module_type()
                );
        }

        /**
         * Show trial promotional notice (if any trial exist).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @param FS_Plugin_Plan[] $plans
         */
        function _check_for_trial_plans( $plans ) {
            /**
             * For some reason core's do_action() flattens arrays when it has a single object item. Therefore, we need to restructure the array as expected.
             *
             * @author Vova Feldman (@svovaf)
             * @since  2.1.2
             */
            if ( ! is_array( $plans ) && is_object( $plans ) ) {
                $plans = array( $plans );
            }

            if ( ! $this->is_array_instanceof( $plans, 'FS_Plugin_Plan' ) ) {
                $plans = array();
            }

            $this->_storage->has_trial_plan = FS_Plan_Manager::instance()->has_trial_plan( $plans );
        }

        /**
         * During trial promotion the "upgrade" submenu item turns to
         * "start trial" to encourage the trial. Since we want to keep
         * the same menu item handler and there's no robust way to
         * add new arguments to the menu item link's querystring,
         * use JavaScript to find the menu item and update the href of
         * the link.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         */
        function _fix_start_trial_menu_item_url() {
            $template_args = array( 'id' => $this->_module_id );
            fs_require_template( 'add-trial-to-pricing.php', $template_args );
        }

        /**
         * Check if module is currently in a trial promotion mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        function is_in_trial_promotion() {
            return $this->_admin_notices->has_sticky( 'trial_promotion' );
        }

        /**
         * Show trial promotional notice (if any trial exist).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool If trial notice added.
         */
        function _add_trial_notice() {
            if ( ! $this->is_user_admin() ) {
                return false;
            }

            if ( ! $this->is_user_in_admin() ) {
                return false;
            }

            if ( $this->_is_network_active ) {
                if ( fs_is_network_admin() ) {
                    // Network level trial is disabled at the moment.
                    return false;
                }

                if ( ! $this->is_delegated_connection() ) {
                    // Only delegated sites should support trials.
                    return false;
                }
            }

            // Check if trial message is already shown.
            if ( $this->is_in_trial_promotion() ) {
                add_action( 'admin_footer', array( &$this, '_fix_start_trial_menu_item_url' ) );

                $this->_menu->add_counter_to_menu_item( 1, 'fs-trial' );

                return false;
            }

            if ( $this->is_premium() && ! WP_FS__DEV_MODE ) {
                // Don't show trial if running the premium code, unless running in DEV mode.
                return false;
            }

            if ( ! $this->has_trial_plan() ) {
                // No plans with trial.
                return false;
            }

            if ( ! $this->apply_filters( 'show_trial', true ) ) {
                // Developer explicitly asked not to show the trial promo.
                return false;
            }

            if ( $this->is_registered() ) {
                // Check if trial already utilized.
                if ( $this->_site->is_trial_utilized() ) {
                    return false;
                }

                if ( $this->is_paying_or_trial() ) {
                    // Don't show trial if paying or already in trial.
                    return false;
                }
            }

            if ( $this->is_activation_mode() || $this->is_pending_activation() ) {
                // If not yet opted-in/skipped, or pending activation, don't show trial.
                return false;
            }

            $last_time_trial_promotion_shown = $this->_storage->get( 'trial_promotion_shown', false );
            $was_promotion_shown_before      = ( false !== $last_time_trial_promotion_shown );

            // Show promotion if never shown before and 24 hours after initial activation with FS.
            if ( ! $was_promotion_shown_before &&
                 $this->_storage->install_timestamp > ( time() - $this->apply_filters( 'show_first_trial_after_n_sec', WP_FS__TIME_24_HOURS_IN_SEC ) )
            ) {
                return false;
            }

            // OR if promotion was shown before, try showing it every 30 days.
            if ( $was_promotion_shown_before &&
                 $this->apply_filters( 'reshow_trial_after_every_n_sec', 30 * WP_FS__TIME_24_HOURS_IN_SEC ) > time() - $last_time_trial_promotion_shown
            ) {
                return false;
            }

            $trial_period    = $this->_trial_days;
            $require_payment = $this->_is_trial_require_payment;
            $trial_url       = $this->get_trial_url();
            $plans_string    = strtolower( $this->get_text_inline( 'Awesome', 'awesome' ) );

            if ( $this->is_registered() ) {
                // If opted-in, override trial with up to date data from API.
                $trial_plans       = FS_Plan_Manager::instance()->get_visible_trial_plans( $this->_plans );
                $trial_plans_count = count( $trial_plans );

                if ( 0 === $trial_plans_count ) {
                    // If there's no plans with a trial just exit.
                    return false;
                }

                /**
                 * @var FS_Plugin_Plan $paid_plan
                 */
                $paid_plan       = $trial_plans[0];
                $require_payment = $paid_plan->is_require_subscription;
                $trial_period    = $paid_plan->trial_period;

                $total_paid_plans = count( $this->_plans ) - ( FS_Plan_Manager::instance()->has_free_plan( $this->_plans ) ? 1 : 0 );

                if ( $total_paid_plans !== $trial_plans_count ) {
                    // Not all paid plans have a trial - generate a string of those that have it.
                    for ( $i = 0; $i < $trial_plans_count; $i ++ ) {
                        $plans_string .= sprintf(
                            ' <a href="%s">%s</a>',
                            $trial_url,
                            $trial_plans[ $i ]->title
                        );

                        if ( $i < $trial_plans_count - 2 ) {
                            $plans_string .= ', ';
                        } else if ( $i == $trial_plans_count - 2 ) {
                            $plans_string .= ' and ';
                        }
                    }
                }
            }

            $message = sprintf(
                $this->get_text_x_inline( 'Hey', 'exclamation', 'hey' ) . '! ' . $this->get_text_inline( 'How do you like %s so far? Test all our %s premium features with a %d-day free trial.', 'trial-x-promotion-message' ),
                sprintf( '<b>%s</b>', $this->get_plugin_name() ),
                $plans_string,
                $trial_period
            );

            // "No Credit-Card Required" or "No Commitment for N Days".
            $cc_string = $require_payment ?
                sprintf( $this->get_text_inline( 'No commitment for %s days - cancel anytime!', 'no-commitment-for-x-days' ), $trial_period ) :
                $this->get_text_inline( 'No credit card required', 'no-cc-required' ) . '!';


            // Start trial button.
            $button = ' ' . sprintf(
                    '<a style="margin-left: 10px; vertical-align: super;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
                    $trial_url,
                    $this->get_text_x_inline( 'Start free trial', 'call to action', 'start-free-trial' )
                );

            $this->_admin_notices->add_sticky(
                $this->apply_filters( 'trial_promotion_message', "{$message} {$cc_string} {$button}" ),
                'trial_promotion',
                '',
                'promotion'
            );

            $this->_storage->trial_promotion_shown = WP_FS__SCRIPT_START_TIME;

            return true;
        }

        /**
         * Lets users/customers know that the product has an affiliate program.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2.11
         *
         * @return bool Returns true if the notice has been added.
         */
        function _add_affiliate_program_notice() {
            if ( ! $this->is_user_admin() ) {
                return false;
            }

            if ( ! $this->is_user_in_admin() ) {
                return false;
            }

            // Check if the notice is already shown.
            if ( $this->_admin_notices->has_sticky( 'affiliate_program' ) ) {
                return false;
            }

            if (
                // Product has no affiliate program.
                ! $this->has_affiliate_program() ||
                // User has applied for an affiliate account.
                ! empty( $this->_storage->affiliate_application_data )
            ) {
                return false;
            }

            if ( ! $this->apply_filters( 'show_affiliate_program_notice', true ) ) {
                // Developer explicitly asked not to show the notice about the affiliate program.
                return false;
            }

            if ( $this->is_activation_mode() || $this->is_pending_activation() ) {
                // If not yet opted in/skipped, or pending activation, don't show the notice.
                return false;
            }

            $last_time_notice_was_shown = $this->_storage->get( 'affiliate_program_notice_shown', false );
            $was_notice_shown_before    = ( false !== $last_time_notice_was_shown );

            /**
             * Do not show the notice if it was already shown before or less than 30 days have passed since the initial
             * activation with FS.
             */
            if ( $was_notice_shown_before ||
                 $this->_storage->install_timestamp > ( time() - ( WP_FS__TIME_24_HOURS_IN_SEC * 30 ) )
            ) {
                return false;
            }

            if ( ! $this->is_paying() &&
                 FS_Plugin::AFFILIATE_MODERATION_CUSTOMERS == $this->_plugin->affiliate_moderation
            ) {
                // If the user is not a customer and the affiliate program is only for customers, don't show the notice.
                return false;
            }

            $message = sprintf(
                $this->get_text_inline( 'Hey there, did you know that %s has an affiliate program? If you like the %s you can become our ambassador and earn some cash!', 'become-an-ambassador-admin-notice' ),
                sprintf( '<strong>%s</strong>', $this->get_plugin_name() ),
                $this->get_module_label( true )
            );

            // HTML code for the "Learn more..." button.
            $button = ' ' . sprintf(
                    '<a style="display: block; margin-top: 10px;" href="%s"><button class="button button-primary">%s &nbsp;&#10140;</button></a>',
                    $this->_get_admin_page_url( 'affiliation' ),
                    $this->get_text_inline( 'Learn more', 'learn-more' ) . '...'
                );

            $this->_admin_notices->add_sticky(
                $this->apply_filters( 'affiliate_program_notice', "{$message} {$button}" ),
                'affiliate_program',
                '',
                'promotion'
            );

            $this->_storage->affiliate_program_notice_shown = WP_FS__SCRIPT_START_TIME;

            return true;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.5
         */
        function _enqueue_common_css() {
            if ( $this->has_paid_plan() && ! $this->is_paying() ) {
                // Add basic CSS for admin-notices and menu-item colors.
                fs_enqueue_local_style( 'fs_common', '/admin/common.css' );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         */
        function _show_theme_activation_optin_dialog() {
            fs_enqueue_local_style( 'fs_connect', '/admin/connect.css' );

            add_action( 'admin_footer', array( &$this, '_add_fs_theme_activation_dialog' ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  1.2.2
         */
        function _add_fs_theme_activation_dialog() {
            global $pagenow;

            if ( 'themes.php' !== $pagenow ) {
                return;
            }

            $vars = array( 'id' => $this->_module_id );
            fs_require_once_template( 'connect.php', $vars );
        }

        /* Action Links
        ------------------------------------------------------------------------------------------------------------------*/
        private $_action_links_hooked = false;
        private $_action_links = array();

        /**
         * Hook to plugin action links filter.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         */
        private function hook_plugin_action_links() {
            $this->_logger->entrance();

            $this->_action_links_hooked = true;

            $this->_logger->log( 'Adding action links hooks.' );

            // Add action link to settings page.
            add_filter( 'plugin_action_links_' . $this->_plugin_basename, array(
                &$this,
                '_modify_plugin_action_links_hook'
            ), WP_FS__DEFAULT_PRIORITY, 2 );
            add_filter( 'network_admin_plugin_action_links_' . $this->_plugin_basename, array(
                &$this,
                '_modify_plugin_action_links_hook'
            ), WP_FS__DEFAULT_PRIORITY, 2 );
        }

        /**
         * Add plugin action link.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @param      $label
         * @param      $url
         * @param bool $external
         * @param int  $priority
         * @param bool $key
         */
        function add_plugin_action_link( $label, $url, $external = false, $priority = WP_FS__DEFAULT_PRIORITY, $key = false ) {
            $this->_logger->entrance();

            if ( ! isset( $this->_action_links[ $priority ] ) ) {
                $this->_action_links[ $priority ] = array();
            }

            if ( false === $key ) {
                $key = preg_replace( "/[^A-Za-z0-9 ]/", '', strtolower( $label ) );
            }

            $this->_action_links[ $priority ][] = array(
                'label'    => $label,
                'href'     => $url,
                'key'      => $key,
                'external' => $external
            );
        }

        /**
         * Adds Upgrade and Add-Ons links to the main Plugins page link actions collection.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         */
        function _add_upgrade_action_link() {
            $this->_logger->entrance();

            $is_activation_mode = $this->is_activation_mode();

            $add_action_links = $this->should_add_submenu_or_action_links( $is_activation_mode );

            /**
             * The following logic is based on the logic in `add_submenu_items()` method that decides when the "Upgrade"
             * and "Add-Ons" menus should be added.
             *
             * @author Leo Fajardo (@leorw)
             * @since 2.3.0
             */
            $add_upgrade_link = (
                $add_action_links ||
                ( $is_activation_mode && $this->is_only_premium() )
            ) && ! WP_FS__DEMO_MODE && ( ! $this->is_whitelabeled() );

            $add_addons_link = ( $add_action_links && $this->has_addons() );

            if ( ! $add_upgrade_link && ! $add_addons_link ) {
                return;
            }

            if (
                $add_upgrade_link &&
                $this->is_pricing_page_visible() &&
                $this->is_submenu_item_visible( 'pricing' )
            ) {
                $this->add_plugin_action_link(
                    $this->get_text_inline( 'Upgrade', 'upgrade' ),
                    $this->get_upgrade_url(),
                    false,
                    7,
                    'upgrade'
                );
            }

            if (
                $add_addons_link &&
                $this->has_addons() &&
                $this->is_submenu_item_visible( 'addons' )
            ) {
                $this->add_plugin_action_link(
                    $this->get_text_inline( 'Add-Ons', 'add-ons' ),
                    $this->_get_admin_page_url( 'addons' ),
                    false,
                    9,
                    'addons'
                );
            }
        }

        /**
         * Adds "Activate License" or "Change License" link to the main Plugins page link actions collection.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.1.9
         */
        function _add_license_action_link() {
            $this->_logger->entrance();

            if ( ! self::is_ajax() ) {
                // Inject license activation dialog UI and client side code.
                add_action( 'admin_footer', array( &$this, '_add_license_activation_dialog_box' ) );
            }

            $link_text = $this->is_free_plan() ?
                $this->get_text_inline( 'Activate License', 'activate-license' ) :
                $this->get_text_inline( 'Change License', 'change-license' );

            $this->add_plugin_action_link(
                $link_text,
                '#',
                false,
                11,
                ( 'activate-license ' . $this->get_unique_affix() )
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.2
         */
        function _add_premium_version_upgrade_selection_action() {
            $this->_logger->entrance();

            if ( ! self::is_ajax() ) {
                add_action( 'admin_footer', array( &$this, '_add_premium_version_upgrade_selection_dialog_box' ) );
            }
        }

        /**
         * Adds "Opt In" or "Opt Out" link to the main "Plugins" page link actions collection.
         *
         * @author Leo Fajardo (@leorw)
         * @since  1.2.1.5
         */
        function _add_tracking_links() {
            if ( ! current_user_can( 'manage_options' ) ) {
                return;
            }

            $this->_logger->entrance();

            if ( $this->is_only_premium() && $this->is_free_plan() ) {
                // Don't add tracking links for premium-only products that were opted-in by relation (add-on or a parent product) before activating any license.
                return;
            }

            if (
                $this->is_addon() &&
                ! $this->is_only_premium()
            ) {
                $parent = $this->get_parent_instance();

                if ( is_object( $parent ) && $parent->is_anonymous() ) {
                    return;
                }
            }

            if ( fs_is_network_admin() ) {
                if ( ! $this->_is_network_active ) {
                    // Don't add tracking links when browsing the network WP Admin and the plugin is not network active.
                    return;
                } else if ( $this->is_network_delegated_connection() ) {
                    // Don't add tracking links when browsing the network WP Admin and the activation has been delegated to site admins.
                    return;
                }
            } else {
                if ( $this->_is_network_active && ! $this->is_delegated_connection() ) {
                    // Don't add tracking links when browsing the sub-site WP Admin, the plugin is network active, and the connection was not delegated.
                    return;
                }
            }

            if ( fs_request_is_action_secure( $this->get_unique_affix() . '_reconnect' ) ) {
                if ( ! $this->is_registered() && $this->is_anonymous() ) {
                    $this->connect_again();

                    return;
                }
            }

            if ( ( $this->is_plugin() && ! self::is_plugins_page() ) ||
                 ( $this->is_theme() && ! self::is_themes_page() )
            ) {
                // Only show tracking links on the plugins and themes pages.
                return;
            }

            if (
                $this->is_activation_mode() &&
                $this->is_premium() &&
                ! $this->is_registered()
            ) {
                // If not yet registered and running the premium code base, a license activation link will already be shown.
                return;
            }

            if ( $this->is_registered() && $this->is_tracking_allowed() ) {
                if ( ! $this->is_premium() && ! $this->is_enable_anonymous() ) {
                    // If opted in and tracking is allowed, don't allow to opt out if not premium and anonymous mode is disabled.
                    return;
                }
            }

            if ( $this->add_ajax_action( 'toggle_permission_tracking', array( &$this, '_toggle_permission_tracking_callback' ) ) ) {
                return;
            }

            $link_text_id = '';
            $url          = '#';

            if ( $this->is_registered( true ) ) {
                if ( $this->is_registered() && $this->is_tracking_allowed() ) {
                    $link_text_id = $this->get_text_inline( 'Opt Out', 'opt-out' );
                } else {
                    $link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );
                }
            } else if ( $this->is_anonymous() || $this->is_activation_mode() ) {
                /**
                 * Show opt-in link only if skipped or in activation mode.
                 */
                $link_text_id = $this->get_text_inline( 'Opt In', 'opt-in' );

                $params = ! $this->is_anonymous() ?
                    array() :
                    array(
                        'nonce'     => wp_create_nonce( $this->get_unique_affix() . '_reconnect' ),
                        'fs_action' => ( $this->get_unique_affix() . '_reconnect' ),
                    );

                $url = $this->get_activation_url( $params );
            }

            add_action( 'admin_footer', array( &$this, '_add_optout_dialog' ) );

            if ( ! empty( $link_text_id ) && $this->is_plugin() && self::is_plugins_page() ) {
                $this->add_plugin_action_link(
                    $link_text_id,
                    $url,
                    false,
                    13,
                    "opt-in-or-opt-out {$this->_slug}"
                );
            }
        }

        /**
         * Get the URL of the page that should be loaded right after the plugin activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.7.4
         *
         * @return string
         */
        function get_after_plugin_activation_redirect_url() {
            $url = false;

            if ( ! $this->is_addon() || ! $this->has_free_plan() ) {
                $first_time_path = $this->_menu->get_first_time_path(
                    fs_is_network_admin() && $this->_is_network_active
                );

                if ( $this->is_activation_mode() ) {
                    $url = $this->get_activation_url();
                } else if ( ! empty( $first_time_path ) ) {
                    $url = $first_time_path;
                } else {
                    $page = '';
                    if ( ! empty( $this->_dynamically_added_top_level_page_hook_name ) ) {
                        if ( $this->is_network_registered() ) {
                            $page = 'account';
                        } else if ( $this->is_pending_activation() || $this->is_network_anonymous() ) {
                            $this->maybe_set_slug_and_network_menu_exists_flag();
                        }
                    }

                    $url = $this->_get_admin_page_url( $page );
                }
            } else {
                $plugin_fs = false;

                if ( $this->is_parent_plugin_installed() ) {
                    $plugin_fs = self::get_parent_instance();
                }

                if ( is_object( $plugin_fs ) ) {
                    if ( ! $plugin_fs->is_registered() ) {
                        // Forward to parent plugin connect when parent not registered.
                        $url = $plugin_fs->get_activation_url();
                    } else {
                        // Forward to account page.
                        $url = $plugin_fs->_get_admin_page_url( 'account' );
                    }
                }
            }

            return $url;
        }

        /**
         * Forward page to activation page.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.3
         */
        function _redirect_on_activation_hook() {
            if ( $this->apply_filters( 'redirect_on_activation', true ) ) {
                $url = $this->get_after_plugin_activation_redirect_url();

                if ( is_string( $url ) ) {
                    fs_redirect( $url );
                }
            }
        }

        /**
         * Modify plugin's page action links collection.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.0
         *
         * @param array $links
         * @param       $file
         *
         * @return array
         */
        function _modify_plugin_action_links_hook( $links, $file ) {
            $this->_logger->entrance();

            $passed_deactivate = false;
            $deactivate_link   = '';
            $before_deactivate = array();
            $after_deactivate  = array();
            foreach ( $links as $key => $link ) {
                if ( 'deactivate' === $key ) {
                    $deactivate_link   = $link;
                    $passed_deactivate = true;
                    continue;
                }

                if ( ! $passed_deactivate ) {
                    $before_deactivate[ $key ] = $link;
                } else {
                    $after_deactivate[ $key ] = $link;
                }
            }

            ksort( $this->_action_links );

            foreach ( $this->_action_links as $new_links ) {
                foreach ( $new_links as $link ) {
                    $before_deactivate[ $link['key'] ] = '<a href="' . $link['href'] . '"' . ( $link['external'] ? ' target="_blank" rel="noopener"' : '' ) . '>' . $link['label'] . '</a>';
                }
            }

            if ( ! empty( $deactivate_link ) ) {
                /**
                 * This HTML element is used to identify the correct plugin when attaching an event to its Deactivate link.
                 *
                 * @since 1.2.1.6 Always show the deactivation feedback form since we added automatic free version deactivation upon premium code activation.
                 */
                $deactivate_link .= '<i class="fs-module-id" data-module-id="' . $this->_module_id . '"></i>';

                // Append deactivation link.
                $before_deactivate['deactivate'] = $deactivate_link;
            }

            return array_merge( $before_deactivate, $after_deactivate );
        }

        /**
         * Adds admin message.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.4
         *
         * @param string $message
         * @param string $title
         * @param string $type
         */
        function add_admin_message( $message, $title = '', $type = 'success' ) {
            $this->_admin_notices->add( $message, $title, $type );
        }

        /**
         * Adds sticky admin message.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.0
         *
         * @param string $message
         * @param string $id
         * @param string $title
         * @param string $type
         */
        function add_sticky_admin_message( $message, $id, $title = '', $type = 'success' ) {
            $this->_admin_notices->add_sticky( $message, $id, $title, $type );
        }

        /**
         * Check if the paid version of the module is installed.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.2.0
         *
         * @return bool
         */
        private function is_premium_version_installed() {
            $premium_plugin_basename = $this->premium_plugin_basename();

            if ( $this->is_theme() ) {
                return $this->can_activate_theme( $this->get_premium_slug() );
            }

            return file_exists( fs_normalize_path( WP_PLUGIN_DIR . '/' . $premium_plugin_basename ) );
        }

        /**
         * Helper function that returns the final steps for the upgrade completion.
         *
         * If the module is already running the premium code, returns an empty string.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1
         *
         * @param string $plan_title
         *
         * @return string
         */
        private function get_complete_upgrade_instructions( $plan_title = '' ) {
            $this->_logger->entrance();

            $activate_license_string = $this->get_license_network_activation_notice();

            if ( ! $this->has_premium_version() || $this->is_premium() ) {
                return '' . $activate_license_string;
            }

            if ( empty( $plan_title ) ) {
                $plan_title = $this->get_plan_title();
            }

            if ( $this->is_premium_version_installed() ) {
                /**
                 * If the premium version is already installed, instead of showing the installation instructions,
                 * tell the current user to activate it.
                 *
                 * @author Leo Fajardo (@leorw)
                 * @since 2.2.1
                 */
                $premium_theme_slug_or_plugin_basename = $this->is_theme() ?
                    $this->get_premium_slug() :
                    $this->premium_plugin_basename();

                return sprintf(
                /* translators: %1$s: Product title; %2$s: Plan title */
                    $this->get_text_inline( ' The paid version of %1$s is already installed. Please activate it to start benefiting the %2$s features. %3$s', 'activate-premium-version' ),
                    sprintf( '<em>%s</em>', esc_html( $this->get_plugin_title() ) ),
                    $plan_title,
                    sprintf(
                        '<a style="margin-left: 10px;" href="%s"><button class="button button-primary">%s</button></a>',
                        ( $this->is_theme() ?
                            wp_nonce_url( 'themes.php?action=activate&amp;stylesheet=' . $premium_theme_slug_or_plugin_basename, 'switch-theme_' . $premium_theme_slug_or_plugin_basename ) :
                            wp_nonce_url( 'plugins.php?action=activate&amp;plugin=' . $premium_theme_slug_or_plugin_basename, 'activate-plugin_' . $premium_theme_slug_or_plugin_basename ) ),
                        esc_html( sprintf(
                        /* translators: %s: Plan title */
                            $this->get_text_inline( 'Activate %s features', 'activate-x-features' ),
                            $plan_title
                        ) )
                    )
                );
            } else {
                // @since 1.2.1.5 The free version is auto deactivated.
                $deactivation_step = version_compare( $this->version, '1.2.1.5', '<' ) ?
                    ( '<li>' . $this->esc_html_inline( 'Deactivate the free version', 'deactivate-free-version' ) . '.</li>' ) :
                    '';

                return sprintf(
                    ' %s: <ol><li>%s.</li>%s<li>%s (<a href="%s" target="_blank" rel="noopener">%s</a>).</li></ol>',
                    $this->get_text_inline( 'Please follow these steps to complete the upgrade', 'follow-steps-to-complete-upgrade' ),
                    ( empty( $activate_license_string ) ? '' : $activate_license_string . '</li><li>' ) .
                    $this->get_latest_download_link( sprintf(
                    /* translators: %s: Plan title */
                        $this->get_text_inline( 'Download the latest %s version', 'download-latest-x-version' ),
                        $plan_title
                    ) ),
                    $deactivation_step,
                    $this->get_text_inline( 'Upload and activate the downloaded version', 'upload-and-activate' ),
                    $this->apply_filters( 'upload_and_install_video_url', '//bit.ly/wp-' . $this->_module_type . '-upload' ),
                    $this->get_text_inline( 'How to upload and activate?', 'howto-upload-activate' )
                );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.3
         *
         * @param string $message_before_the_instructions
         * @param string $message_id
         * @param string $plan_title
         */
        private function add_complete_upgrade_instructions_notice(
            $message_before_the_instructions,
            $message_id,
            $plan_title = ''
        ) {
            $this->_admin_notices->add_sticky(
                $message_before_the_instructions .
                $this->get_complete_upgrade_instructions( $plan_title ),
                $message_id,
                $this->get_text_x_inline( 'Yee-haw', 'interjection expressing joy or exuberance', 'yee-haw' ) . '!'
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.5.3
         *
         * @param bool $is_upgrade
         */
        private function add_after_plan_activation_or_upgrade_instructions_notice( $is_upgrade = true ) {
            $this->add_complete_upgrade_instructions_notice(
                $is_upgrade ?
                    $this->get_text_inline( 'Your plan was successfully upgraded.', 'plan-upgraded-message' ) :
                    $this->get_text_inline( 'Your plan was successfully activated.', 'plan-activated-message' ),
                'plan_upgraded'
            );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.0
         *
         * @param string $url
         * @param array  $request
         */
        private static function enrich_request_for_debug( &$url, &$request ) {
            if ( WP_FS__DEBUG_SDK || isset( $_COOKIE['XDEBUG_SESSION'] ) ) {
                $url = add_query_arg( 'XDEBUG_SESSION_START', rand( 0, 9999999 ), $url );
                $url = add_query_arg( 'XDEBUG_SESSION', 'PHPSTORM', $url );

                $request['cookies'] = array(
                    new WP_Http_Cookie( array(
                        'name'  => 'XDEBUG_SESSION',
                        'value' => 'PHPSTORM',
                    ) )
                );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.0
         *
         * @param string      $url
         * @param array       $request
         * @param int         $success_cache_expiration
         * @param int         $failure_cache_expiration
         * @param bool        $maybe_enrich_request_for_debug
         *
         * @return WP_Error|array
         */
        static function safe_remote_post(
            &$url,
            $request,
            $success_cache_expiration = 0,
            $failure_cache_expiration = 0,
            $maybe_enrich_request_for_debug = true
        ) {
            $should_cache = ($success_cache_expiration + $failure_cache_expiration > 0);

            $cache_key = $should_cache ? md5( fs_strip_url_protocol($url) . json_encode( $request ) ) : false;

            $response = (!WP_FS__DEBUG_SDK && ( false !== $cache_key )) ?
                get_transient( $cache_key ) :
                false;

            if ( false === $response ) {
                if ( $maybe_enrich_request_for_debug ) {
                    self::enrich_request_for_debug( $url, $request );
                }

                if ( ! isset( $request['method'] ) ) {
                    $request['method'] = 'POST';
                }

                $response = FS_Api::remote_request( $url, $request );

                if (
                    'https://' === substr( $url, 0, 8 ) &&
                    FS_Api::is_ssl_error_response( $response )
                ) {
                    // Failed due to old version of cURL or Open SSL (SSLv3 is not supported by CloudFlare).
                    $url = 'http://' . substr( $url, 8 );

                    $request['timeout'] = 15;
                    $response           = FS_Api::remote_request( $url, $request );
                }

                if ( false !== $cache_key ) {
                    set_transient(
                        $cache_key,
                        $response,
                        ( ( $response instanceof WP_Error ) ?
                            $failure_cache_expiration :
                            $success_cache_expiration )
                    );
                }
            }

            return $response;
        }

        /**
         * This method is used to enrich the after upgrade notice instructions when the upgraded
         * license cannot be activated network wide (license quota isn't large enough).
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        private function get_license_network_activation_notice() {
            if ( ! $this->_is_network_active ) {
                // Module isn't network level activated.
                return '';
            }

            if ( ! fs_is_network_admin() ) {
                // Not network level admin.
                return '';
            }

            if ( get_blog_count() == 1 ) {
                // There's only a single site in the network so if there's a context license it was already activated.
                return '';
            }

            if ( ! is_object( $this->_license ) ) {
                // No context license.
                return '';
            }

            if ( $this->_license->is_single_site() && 0 < $this->_license->activated ) {
                // License was already utilized (this is not 100% the case if all the network is localhost sites and the license can be utilized on unlimited localhost sites).
                return '';
            }

            if ( $this->can_activate_license_on_network( $this->_license ) ) {
                // License can be activated on all the network, so probably, the license is already activate on all the network (that's how the after upgrade sync works).
                return '';
            }

            return sprintf(
                $this->get_text_inline( '%sClick here%s to choose the sites where you\'d like to activate the license on.', 'network-choose-sites-for-license' ),
                '<a href="' . $this->get_account_url( false, array( 'activate_license' => 'true' ) ) . '">',
                '</a>'
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         *
         * @param string $key
         *
         * @return string
         */
        function get_text( $key ) {
            return fs_text( $key, $this->_slug );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         *
         * @return string
         */
        function get_text_inline( $text, $key = '' ) {
            return _fs_text_inline( $text, $key, $this->_slug );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text    Translatable string.
         * @param string $context Context information for the translators.
         * @param string $key     String key for overrides.
         *
         * @return string
         */
        function get_text_x_inline( $text, $context, $key ) {
            return _fs_text_x_inline( $text, $context, $key, $this->_slug );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.3
         *
         * @param string $text Translatable string.
         * @param string $key  String key for overrides.
         *
         * @return string
         */
        function esc_html_inline( $text, $key ) {
            return esc_html( _fs_text_inline( $text, $key, $this->_slug ) );
        }

        #----------------------------------------------------------------------------------
        #region Versioning
        #----------------------------------------------------------------------------------

        /**
         * Check if Freemius in SDK upgrade mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_sdk_upgrade_mode() {
            return isset( $this->_storage->sdk_upgrade_mode ) ?
                $this->_storage->sdk_upgrade_mode :
                false;
        }

        /**
         * Turn SDK upgrade mode off.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function set_sdk_upgrade_complete() {
            $this->_storage->sdk_upgrade_mode = false;
        }

        /**
         * Check if plugin upgrade mode.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_plugin_upgrade_mode() {
            return isset( $this->_storage->plugin_upgrade_mode ) ?
                $this->_storage->plugin_upgrade_mode :
                false;
        }

        /**
         * Turn plugin upgrade mode off.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         */
        function set_plugin_upgrade_complete() {
            $this->_storage->plugin_upgrade_mode = false;

            $license_migration = ! empty( $this->_storage->license_migration ) ?
                $this->_storage->license_migration :
                array();

            $license_migration['is_migrating'] = false;

            $this->_storage->license_migration = $license_migration;
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Permissions
        #----------------------------------------------------------------------------------

        /**
         * Check if specific permission requested.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.1.6
         *
         * @param string $permission
         *
         * @return bool
         */
        function is_permission_requested( $permission ) {
            return isset( $this->_permissions[ $permission ] ) && ( true === $this->_permissions[ $permission ] );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Auto Activation
        #----------------------------------------------------------------------------------

        /**
         * Hints the SDK if running an auto-installation.
         *
         * @var bool
         */
        private $_isAutoInstall = false;

        /**
         * After upgrade callback to install and auto activate a plugin.
         * This code will only be executed on explicit request from the user,
         * following the practice Jetpack are using with their theme installations.
         *
         * @link   https://make.wordpress.org/plugins/2017/03/16/clarification-of-guideline-8-executable-code-and-installs/
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         */
        function _install_premium_version_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'install_premium_version' );

            if ( ! $this->is_registered() ) {
                // Not registered.
                self::shoot_ajax_failure( array(
                    'message' => $this->get_text_inline( 'Auto installation only works for opted-in users.', 'auto-install-error-not-opted-in' ),
                    'code'    => 'premium_installed',
                ) );
            }

            $plugin_id = fs_request_get( 'target_module_id', $this->get_id() );

            if ( ! FS_Plugin::is_valid_id( $plugin_id ) ) {
                // Invalid ID.
                self::shoot_ajax_failure( array(
                    'message' => $this->get_text_inline( 'Invalid module ID.', 'auto-install-error-invalid-id' ),
                    'code'    => 'invalid_module_id',
                ) );
            }

            if ( $plugin_id == $this->get_id() ) {
                if ( $this->is_premium() ) {
                    // Already using the premium code version.
                    self::shoot_ajax_failure( array(
                        'message' => $this->get_text_inline( 'Premium version already active.', 'auto-install-error-premium-activated' ),
                        'code'    => 'premium_installed',
                    ) );
                }
                if ( ! $this->can_use_premium_code() ) {
                    // Don't have access to the premium code.
                    self::shoot_ajax_failure( array(
                        'message' => $this->get_text_inline( 'You do not have a valid license to access the premium version.', 'auto-install-error-invalid-license' ),
                        'code'    => 'invalid_license',
                    ) );
                }
                if ( ! $this->has_release_on_freemius() ) {
                    // Plugin is a serviceware, no premium code version.
                    self::shoot_ajax_failure( array(
                        'message' => $this->get_text_inline( 'Plugin is a "Serviceware" which means it does not have a premium code version.', 'auto-install-error-serviceware' ),
                        'code'    => 'premium_version_missing',
                    ) );
                }
            } else {
                $addon = $this->get_addon( $plugin_id );

                if ( ! is_object( $addon ) ) {
                    // Invalid add-on ID.
                    self::shoot_ajax_failure( array(
                        'message' => $this->get_text_inline( 'Invalid module ID.', 'auto-install-error-invalid-id' ),
                        'code'    => 'invalid_module_id',
                    ) );
                }

                if ( $this->is_addon_activated( $plugin_id, true ) ) {
                    // Premium add-on version is already activated.
                    self::shoot_ajax_failure( array(
                        'message' => $this->get_text_inline( 'Premium add-on version already installed.', 'auto-install-error-premium-addon-activated' ),
                        'code'    => 'premium_installed',
                    ) );
                }
            }

            $this->_isAutoInstall = true;

            // Try to install and activate.
            $updater = FS_Plugin_Updater::instance( $this );
            $result  = $updater->install_and_activate_plugin( $plugin_id );

            if ( is_array( $result ) && ! empty( $result['message'] ) ) {
                self::shoot_ajax_failure( array(
                    'message' => $result['message'],
                    'code'    => $result['code'],
                ) );
            }

            self::shoot_ajax_success( $result );
        }

        /**
         * Displays module activation dialog box after a successful upgrade
         * where the user explicitly requested to auto download and install
         * the premium version.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.1.7
         */
        function _add_auto_installation_dialog_box() {
            $this->_logger->entrance();

            if ( ! $this->is_registered() ) {
                // Not registered.
                return;
            }

            $plugin_id = fs_request_get( 'plugin_id', $this->get_id() );

            if ( ! FS_Plugin::is_valid_id( $plugin_id ) ) {
                // Invalid module ID.
                return;
            }

            if ( $plugin_id == $this->get_id() ) {
                if ( $this->is_premium() ) {
                    // Already using the premium code version.
                    return;
                }
                if ( ! $this->can_use_premium_code() ) {
                    // Don't have access to the premium code.
                    return;
                }
                if ( ! $this->has_release_on_freemius() ) {
                    // Plugin is a serviceware, no premium code version.
                    return;
                }
            } else {
                $addon = $this->get_addon( $plugin_id );

                if ( ! is_object( $addon ) ) {
                    // Invalid add-on ID.
                    return;
                }

                if ( $this->is_addon_activated( $plugin_id, true ) ) {
                    // Premium add-on version is already activated.
                    return;
                }
            }

            $vars = array(
                'id'               => $this->_module_id,
                'target_module_id' => $plugin_id,
                'slug'             => $this->_slug,
            );

            fs_require_template( 'auto-installation.php', $vars );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Tabs Integration
        #--------------------------------------------------------------------------------

        #region Module's Original Tabs

        /**
         * Inject a JavaScript logic to capture the theme tabs HTML.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         */
        function _tabs_capture() {
            $this->_logger->entrance();

            if (
                ! $this->is_product_settings_page() ||
                ! $this->should_page_include_tabs() ||
                ! $this->is_matching_url( $this->main_menu_url() )
            ) {
                return;
            }

            $params = array(
                'id' => $this->_module_id,
            );

            fs_require_once_template( 'tabs-capture-js.php', $params );
        }

        /**
         * Cache theme's tabs HTML for a week. The cache will also be set as expired
         * after version and type (free/premium) changes, in addition to the week period.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         */
        function _store_tabs_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'store_tabs' );

            // Init filesystem if not yet initiated.
            WP_Filesystem();

            // Get POST body HTML data.
            global $wp_filesystem;
            $tabs_html = $wp_filesystem->get_contents( "php://input" );

            if ( is_string( $tabs_html ) ) {
                $tabs_html = trim( $tabs_html );
            }

            if ( ! is_string( $tabs_html ) || empty( $tabs_html ) ) {
                self::shoot_ajax_failure();
            }

            $this->_cache->set( 'tabs', $tabs_html, 7 * WP_FS__TIME_24_HOURS_IN_SEC );

            self::shoot_ajax_success();
        }

        /**
         * Cache theme's settings page custom styles. The cache will also be set as expired
         * after version and type (free/premium) changes, in addition to the week period.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         */
        function _store_tabs_styles() {
            $this->_logger->entrance();

            if (
                ! $this->is_product_settings_page() ||
                ! $this->should_page_include_tabs() ||
                ! $this->is_matching_url( $this->main_menu_url() )
            ) {
                return;
            }

            $wp_styles = wp_styles();

            $theme_styles_url = get_template_directory_uri();

            $stylesheets = array();
            foreach ( $wp_styles->queue as $handler ) {
                if ( fs_starts_with( $handler, 'fs_' ) ) {
                    // Assume that stylesheets that their handler starts with "fs_" belong to the SDK.
                    continue;
                }

                /**
                 * @var _WP_Dependency $stylesheet
                 */
                $stylesheet = $wp_styles->registered[ $handler ];

                if ( fs_starts_with( $stylesheet->src, $theme_styles_url ) ) {
                    $stylesheets[] = $stylesheet->src;
                }
            }

            if ( ! empty( $stylesheets ) ) {
                $this->_cache->set( 'tabs_stylesheets', $stylesheets, 7 * WP_FS__TIME_24_HOURS_IN_SEC );
            }
        }

        /**
         * Check if module's original settings page has any tabs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        private function has_tabs() {
            return $this->_cache->has( 'tabs' );
        }

        /**
         * Get module's settings page HTML content, starting
         * from the beginning of the <div class="wrap"> element,
         * until the tabs HTML (including).
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return string
         */
        private function get_tabs_html() {
            $this->_logger->entrance();

            return $this->_cache->get( 'tabs' );
        }

        /**
         * Check if page should include tabs.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool
         */
        private function should_page_include_tabs() {
            if ( ! $this->has_settings_menu() ) {
                // Don't add tabs if no settings at all.
                return false;
            }

            if ( self::NAVIGATION_TABS !== $this->_navigation ) {
                // Only add tabs to themes for now.
                return false;
            }

            if ( $this->is_theme() && ! $this->has_paid_plan() && ! $this->has_addons() ) {
                // Only add tabs to monetizing themes.
                return false;
            }

            if ( ! $this->is_product_settings_page() ) {
                // Only add tabs if browsing one of the product's setting pages.
                return false;
            }

            if ( $this->is_activation_mode() && $this->is_activation_page() ) {
                // Don't include tabs in the activation page.
                return false;
            }

            if ( $this->is_admin_page( 'pricing' ) && fs_request_get_bool( 'checkout' ) ) {
                // Don't add tabs on checkout page, we want to reduce distractions
                // as much as possible.
                return false;
            }

            return true;
        }

        /**
         * Add the tabs HTML before the setting's page content and
         * enqueue any required stylesheets.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool If tabs were included.
         */
        function _add_tabs_before_content() {
            $this->_logger->entrance();

            if ( ! $this->should_page_include_tabs() ) {
                return false;
            }

            $tabs_html = $this->get_tabs_html();

            if ( empty( $tabs_html ) ) {
                return false;
            }

            /**
             * Enqueue the original stylesheets that are included in the
             * theme settings page. That way, if the theme settings has
             * some custom _styled_ content above the tabs UI, this
             * will make sure that the styling is preserved.
             */
            $stylesheets = $this->_cache->get( 'tabs_stylesheets', array() );
            if ( is_array( $stylesheets ) ) {
                for ( $i = 0, $len = count( $stylesheets ); $i < $len; $i ++ ) {
                    wp_enqueue_style( "fs_{$this->_module_id}_tabs_{$i}", $stylesheets[ $i ] );
                }
            }

            // Cut closing </div> tag.
            echo substr( trim( $tabs_html ), 0, - 6 );

            return true;
        }

        /**
         * Add the tabs closing HTML after the setting's page content.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @return bool If tabs closing HTML was included.
         */
        function _add_tabs_after_content() {
            $this->_logger->entrance();

            if ( ! $this->should_page_include_tabs() ) {
                return false;
            }

            echo '</div>';

            return true;
        }

        #endregion

        /**
         * Add in-page JavaScript to inject the Freemius tabs into
         * the module's setting tabs section.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         */
        function _add_freemius_tabs() {
            $this->_logger->entrance();

            if ( ! $this->should_page_include_tabs() ) {
                return;
            }

            $params = array( 'id' => $this->_module_id );
            fs_require_once_template( 'tabs.php', $params );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Customizer Integration for Themes
        #--------------------------------------------------------------------------------

        /**
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         *
         * @param WP_Customize_Manager $customizer
         */
        function _customizer_register( $customizer ) {
            $this->_logger->entrance();

            if ( $this->is_pricing_page_visible() ) {
                require_once WP_FS__DIR_INCLUDES . '/customizer/class-fs-customizer-upsell-control.php';

                $customizer->add_section( 'freemius_upsell', array(
                    'title'    => '&#9733; ' . $this->get_text_inline( 'View paid features', 'view-paid-features' ),
                    'priority' => 1,
                ) );
                $customizer->add_setting( 'freemius_upsell', array(
                    'sanitize_callback' => 'esc_html',
                ) );

                $customizer->add_control( new FS_Customizer_Upsell_Control( $customizer, 'freemius_upsell', array(
                    'fs'       => $this,
                    'section'  => 'freemius_upsell',
                    'priority' => 100,
                ) ) );
            }

            if ( $this->is_page_visible( 'contact' ) || $this->is_page_visible( 'support' ) ) {
                require_once WP_FS__DIR_INCLUDES . '/customizer/class-fs-customizer-support-section.php';

                // Main Documentation Link In Customizer Root.
                $customizer->add_section( new FS_Customizer_Support_Section( $customizer, 'freemius_support', array(
                    'fs'       => $this,
                    'priority' => 1000,
                ) ) );
            }
        }

        #endregion

        /**
         * If the theme has a paid version, add some custom
         * styling to the theme's premium version (if exists)
         * to highlight that it's the premium version of the
         * same theme, making it easier for identification
         * after the user upgrades and upload it to the site.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.2.2.7
         */
        function _style_premium_theme() {
            $this->_logger->entrance();

            if ( ! self::is_themes_page() ) {
                // Only include in the themes page.
                return;
            }

            if ( ! $this->has_paid_plan() ) {
                // Only include if has any paid plans.
                return;
            }

            $params = null;
            fs_require_once_template( '/js/jquery.content-change.php', $params );

            $params = array(
                'slug' => $this->_slug,
                'id'   => $this->_module_id,
            );

            fs_require_template( '/js/style-premium-theme.php', $params );
        }

        /**
         * This method will return the absolute URL of the module's local icon.
         *
         * When you are running your plugin or theme on a **localhost** environment, if the icon
         * is not found in the local assets folder, try to fetch the icon URL from Freemius. If not set and
         * it's a plugin hosted on WordPress.org, try fetching the icon URL from wordpress.org.
         * If an icon is found, this method will automatically attempt to download the icon and store it
         * in /freemius/assets/img/{slug}.{png|jpg|gif|svg}.
         *
         * It's important to mention that this method is NOT phoning home since the developer will deploy
         * the product with the local icon in the assets folder. The download process just simplifies
         * the process for the developer.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        function get_local_icon_url() {
            global $fs_active_plugins;

            /**
             * @since 1.1.7.5
             */
            $local_path = $this->apply_filters( 'plugin_icon', false );

            if ( is_string( $local_path ) ) {
                $icons = array( $local_path );
            } else {
                $img_dir = WP_FS__DIR_IMG;

                // Locate the main assets folder.
                if ( 1 < count( $fs_active_plugins->plugins ) ) {
                    $plugin_or_theme_img_dir = ( $this->is_plugin() ? WP_PLUGIN_DIR : get_theme_root( get_stylesheet() ) );

                    foreach ( $fs_active_plugins->plugins as $sdk_path => &$data ) {
                        if ( $data->plugin_path == $this->get_plugin_basename() ) {
                            $img_dir = $plugin_or_theme_img_dir
                                       . '/'
                                       /**
                                        * The basename will be `themes` or the basename of a custom themes directory.
                                        *
                                        * @author Leo Fajardo (@leorw)
                                        * @since 2.2.3
                                        */
                                       . str_replace( '../' . basename( $plugin_or_theme_img_dir ) . '/', '', $sdk_path )
                                       . '/assets/img';

                            break;
                        }
                    }
                }

                // Try to locate the icon in the assets folder.
                $icons = glob( fs_normalize_path( $img_dir . "/{$this->_slug}.*" ) );

                if ( ! is_array( $icons ) || 0 === count( $icons ) ) {
                    if ( ! WP_FS__IS_LOCALHOST && $this->is_theme() ) {
                        $icons = array(
                            fs_normalize_path( $img_dir . '/theme-icon.png' )
                        );
                    } else {
                        $icon_found = false;
                        $local_path = fs_normalize_path( "{$img_dir}/{$this->_slug}.png" );

                        if ( ! function_exists( 'get_filesystem_method' ) ) {
                            require_once ABSPATH . 'wp-admin/includes/file.php';
                        }

                        $have_write_permissions = ( 'direct' === get_filesystem_method( array(), fs_normalize_path( $img_dir ) ) );

                        /**
                         * IMPORTANT: THIS CODE WILL NEVER RUN AFTER THE PLUGIN IS IN THE REPO.
                         *
                         * This code will only be executed once during the testing
                         * of the plugin in a local environment. The plugin icon file WILL
                         * already exist in the assets folder when the plugin is deployed to
                         * the repository.
                         */
                        if ( WP_FS__IS_LOCALHOST && $have_write_permissions ) {
                            // Fetch icon from Freemius.
                            $icon = $this->fetch_remote_icon_url();

                            // Fetch icon from WordPress.org.
                            if ( empty( $icon ) && $this->is_plugin() && $this->is_org_repo_compliant() ) {
                                if ( ! function_exists( 'plugins_api' ) ) {
                                    require_once ABSPATH . 'wp-admin/includes/plugin-install.php';
                                }

                                $plugin_information = plugins_api( 'plugin_information', array(
                                    'slug'   => $this->_slug,
                                    'fields' => array(
                                        'sections' => false,
                                        'tags'     => false,
                                        'icons'    => true
                                    )
                                ) );

                                if (
                                    ! is_wp_error( $plugin_information )
                                    && isset( $plugin_information->icons )
                                    && ! empty( $plugin_information->icons )
                                ) {
                                    /**
                                     * Get the smallest icon.
                                     *
                                     * @author Leo Fajardo (@leorw)
                                     * @since  1.2.2
                                     */
                                    $icon = end( $plugin_information->icons );
                                }
                            }

                            if ( ! empty( $icon ) ) {
                                if ( 0 !== strpos( $icon, 'http' ) ) {
                                    $icon = 'http:' . $icon;
                                }

                                /**
                                 * Get a clean file extension, e.g.: "jpg" and not "jpg?rev=1305765".
                                 *
                                 * @author Leo Fajardo (@leorw)
                                 * @since  1.2.2
                                 */
                                $ext = pathinfo( strtok( $icon, '?' ), PATHINFO_EXTENSION );

                                $local_path = fs_normalize_path( "{$img_dir}/{$this->_slug}.{$ext}" );

                                // Try to download the icon.
                                $icon_found = fs_download_image( $icon, $local_path );
                            }
                        }

                        if ( ! $icon_found ) {
                            // No icons found, fallback to default icon.
                            if ( $have_write_permissions ) {
                                // If have write permissions, copy default icon.
                                copy( fs_normalize_path( $img_dir . "/{$this->_module_type}-icon.png" ), $local_path );
                            } else {
                                // If doesn't have write permissions, use default icon path.
                                $local_path = fs_normalize_path( $img_dir . "/{$this->_module_type}-icon.png" );
                            }
                        }

                        $icons = array( $local_path );
                    }
                }
            }

            $icon_dir = dirname( $icons[0] );

            return fs_img_url( substr( $icons[0], strlen( $icon_dir ) ), $icon_dir );
        }

        /**
         * Fetch module's extended info.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return object|mixed
         */
        private function fetch_module_info() {
            return $this->get_api_plugin_scope()->get( 'info.json', false, WP_FS__TIME_WEEK_IN_SEC );
        }

        /**
         * Fetch module's remote icon URL.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        function fetch_remote_icon_url() {
            $info = $this->fetch_module_info();

            return ( $this->is_api_result_object( $info, 'icon' ) && is_string( $info->icon ) ) ?
                $info->icon :
                '';
        }

        #--------------------------------------------------------------------------------
        #region GDPR
        #--------------------------------------------------------------------------------

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         *
         * @param array $user_plugins
         *
         * @return string
         */
        private function get_gdpr_admin_notice_string( $user_plugins ) {
            $this->_logger->entrance();

            $addons = self::get_all_addons();

            foreach ( $user_plugins as $user_plugin ) {
                $has_addons = isset( $addons[ $user_plugin->id ] );

                if ( WP_FS__MODULE_TYPE_PLUGIN === $user_plugin->type && ! $has_addons ) {
                    if ( $this->_module_id == $user_plugin->id ) {
                        $addons     = $this->get_addons();
                        $has_addons = ( ! empty( $addons ) );
                    } else {
                        $plugin_api = FS_Api::instance(
                            $user_plugin->id,
                            'plugin',
                            $user_plugin->id,
                            $user_plugin->public_key,
                            ! $user_plugin->is_live,
                            false,
                            $this->get_sdk_version()
                        );

                        $addons_result = $plugin_api->get( '/addons.json?enriched=true', true );

                        if ( $this->is_api_result_object( $addons_result, 'plugins' ) &&
                             is_array( $addons_result->plugins ) &&
                             ! empty( $addons_result->plugins )
                        ) {
                            $has_addons = true;
                        }
                    }
                }

                $user_plugin->has_addons = $has_addons;
            }

            $is_single_parent_product = ( 1 === count( $user_plugins ) );

            $multiple_products_text = '';

            if ( $is_single_parent_product ) {
                $single_parent_product = reset( $user_plugins );

                $thank_you = sprintf(
                    "<span data-plugin-id='%d'>%s</span>",
                    $single_parent_product->id,
                    sprintf(
                        $single_parent_product->has_addons ?
                            $this->get_text_inline( 'Thank you so much for using %s and its add-ons!', 'thank-you-for-using-product-and-its-addons' ) :
                            $this->get_text_inline( 'Thank you so much for using %s!', 'thank-you-for-using-product' ),
                        sprintf('<b><i>%s</i></b>', $single_parent_product->title)
                    )
                );

                $already_opted_in = sprintf(
                    $this->get_text_inline( "You've already opted-in to our usage-tracking, which helps us keep improving the %s.", 'already-opted-in-to-product-usage-tracking' ),
                    ( WP_FS__MODULE_TYPE_THEME === $single_parent_product->type ) ? WP_FS__MODULE_TYPE_THEME : WP_FS__MODULE_TYPE_PLUGIN
                );
            } else {
                $thank_you        = $this->get_text_inline( 'Thank you so much for using our products!', 'thank-you-for-using-products' );
                $already_opted_in = $this->get_text_inline( "You've already opted-in to our usage-tracking, which helps us keep improving them.", 'already-opted-in-to-products-usage-tracking' );

                $products_and_add_ons = '';
                foreach ( $user_plugins as $user_plugin ) {
                    if ( ! empty( $products_and_add_ons ) ) {
                        $products_and_add_ons .= ', ';
                    }

                    if ( ! $user_plugin->has_addons ) {
                        $products_and_add_ons .= sprintf(
                            "<span data-plugin-id='%d'>%s</span>",
                            $user_plugin->id,
                            $user_plugin->title
                        );
                    } else {
                        $products_and_add_ons .= sprintf(
                            "<span data-plugin-id='%d'>%s</span>",
                            $user_plugin->id,
                            sprintf(
                                $this->get_text_inline( '%s and its add-ons', 'product-and-its-addons' ),
                                $user_plugin->title
                            )
                        );
                    }
                }

                $multiple_products_text = sprintf(
                    "<small class='products'><strong>%s:</strong> %s</small>",
                    $this->get_text_inline( 'Products', 'products' ),
                    $products_and_add_ons
                );
            }

            $actions = sprintf(
                '<ul><li>%s<span class="action-description"> - %s</span></li><li>%s<span class="action-description"> - %s</span></li></ul>',
                sprintf('<button class="button button-primary allow-marketing">%s</button>', $this->get_text_inline( 'Yes', 'yes' ) ),
                $this->get_text_inline( 'send me security & feature updates, educational content and offers.', 'send-updates' ),
                sprintf('<button class="button button-secondary">%s</button>', $this->get_text_inline( 'No', 'no' ) ),
                sprintf(
                    $this->get_text_inline( 'do %sNOT%s send me security & feature updates, educational content and offers.', 'do-not-send-updates' ),
                    '<span class="underlined">',
                    '</span>'
                )
            );

            return sprintf(
                '%s %s %s',
                $thank_you,
                $already_opted_in,
                sprintf( $this->get_text_inline( 'Due to the new %sEU General Data Protection Regulation (GDPR)%s compliance requirements it is required that you provide your explicit consent, again, confirming that you are onboard :-)', 'due-to-gdpr-compliance-requirements' ), '<a href="https://ec.europa.eu/info/law/law-topic/data-protection_en/" target="_blank" rel="noopener noreferrer">', '</a>' ) .
                '<br><br>' .
                '<b>' . $this->get_text_inline( "Please let us know if you'd like us to contact you for security & feature updates, educational content, and occasional offers:", 'contact-for-updates' ) . '</b>' .
                $actions .
                ( $is_single_parent_product ? '' : $multiple_products_text )
            );
        }

        /**
         * This method is called for opted-in users to fetch the is_marketing_allowed flag of the user for all the
         * plugins and themes they've opted in to.
         *
         * @author Leo Fajardo (@leorw)
         * @since 2.1.0
         *
         * @param string      $user_email
         * @param string      $license_key
         * @param array       $plugin_ids
         * @param string|null $license_key
         *
         * @return array|false
         */
        private function fetch_user_marketing_flag_status_by_plugins( $user_email, $license_key, $plugin_ids ) {
            $request = array(
                'method'  => 'POST',
                'body'    => array(),
                'timeout' => WP_FS__DEBUG_SDK ? 60 : 30,
            );

            if ( is_string( $user_email ) ) {
                $request['body']['email'] = $user_email;
            } else {
                $request['body']['license_key'] = $license_key;
            }

            $result = array();

            $url              = WP_FS__ADDRESS . '/action/service/user_plugin/';
            $total_plugin_ids = count( $plugin_ids );

            $plugin_ids_count_per_request = 10;
            for ( $i = 1; $i <= $total_plugin_ids; $i += $plugin_ids_count_per_request ) {
                $plugin_ids_set = array_slice( $plugin_ids, $i - 1, $plugin_ids_count_per_request );

                $request['body']['plugin_ids'] = $plugin_ids_set;

                $response = self::safe_remote_post(
                    $url,
                    $request,
                    WP_FS__TIME_24_HOURS_IN_SEC,
                    WP_FS__TIME_12_HOURS_IN_SEC
                );

                if ( ! is_wp_error( $response ) ) {
                    $decoded = is_string( $response['body'] ) ?
                        json_decode( $response['body'] ) :
                        null;

                    if (
                        !is_object($decoded) ||
                        !isset($decoded->success) ||
                        true !== $decoded->success ||
                        !isset( $decoded->data ) ||
                        !is_array( $decoded->data )
                    ) {
                        return false;
                    }

                    $result = array_merge( $result, $decoded->data );
                }
            }

            return $result;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        function _maybe_show_gdpr_admin_notice() {
            if ( ! $this->is_user_in_admin() ) {
                return;
            }

            if ( ! $this->should_handle_gdpr_admin_notice() ) {
                return;
            }

            if ( ! $this->is_user_admin() ) {
                return;
            }

            require_once WP_FS__DIR_INCLUDES . '/class-fs-user-lock.php';

            $lock = FS_User_Lock::instance();

            /**
             * Try to acquire a 60-sec lock based on the WP user and thread/process ID.
             */
            if ( ! $lock->try_lock( 60 ) ) {
                return;
            }

            /**
             * @var $current_wp_user WP_User
             */
            $current_wp_user = self::_get_current_wp_user();

            /**
             * @var FS_User $current_fs_user
             */
            $current_fs_user = Freemius::_get_user_by_email( $current_wp_user->user_email );

            $ten_years_in_sec = 10 * 365 * WP_FS__TIME_24_HOURS_IN_SEC;

            if ( ! is_object( $current_fs_user ) ) {
                // 10-year lock.
                $lock->lock( $ten_years_in_sec );

                return;
            }

            $gdpr = FS_GDPR_Manager::instance();

            if ( $gdpr->is_opt_in_notice_shown() ) {
                // 30-day lock.
                $lock->lock( 30 * WP_FS__TIME_24_HOURS_IN_SEC );

                return;
            }

            if ( ! $gdpr->should_show_opt_in_notice() ) {
                // 10-year lock.
                $lock->lock( $ten_years_in_sec );

                return;
            }

            $last_time_notice_shown  = $gdpr->last_time_notice_was_shown();
            $was_notice_shown_before = ( false !== $last_time_notice_shown );

            if ( $was_notice_shown_before &&
                 30 * WP_FS__TIME_24_HOURS_IN_SEC > time() - $last_time_notice_shown
            ) {
                // If the notice was shown before, show it again after 30 days from the last time it was shown.
                return;
            }

            /**
             * Find all plugin IDs that were installed by the current admin.
             */
            $plugin_ids_map = self::get_user_opted_in_module_ids_map( $current_fs_user->id );

            if ( empty( $plugin_ids_map )) {
                $lock->lock( $ten_years_in_sec );

                return;
            }

            $user_plugins = $this->fetch_user_marketing_flag_status_by_plugins(
                $current_fs_user->email,
                null,
                array_keys( $plugin_ids_map )
            );

            if ( empty( $user_plugins ) ) {
                $lock->lock(
                    is_array($user_plugins) ?
                        $ten_years_in_sec :
                        // Lock for 24-hours on errors.
                        WP_FS__TIME_24_HOURS_IN_SEC
                );

                return;
            }

            $has_unset_marketing_optin = false;

            foreach ( $user_plugins as $user_plugin ) {
                if ( true == $user_plugin->is_marketing_allowed ) {
                    unset( $plugin_ids_map[ $user_plugin->plugin_id ] );
                }

                if ( ! $has_unset_marketing_optin && is_null( $user_plugin->is_marketing_allowed ) ) {
                    $has_unset_marketing_optin = true;
                }
            }

            if ( empty( $plugin_ids_map ) ||
                 ( $was_notice_shown_before && ! $has_unset_marketing_optin )
            ) {
                $lock->lock( $ten_years_in_sec );

                return;
            }

            $modules = array_merge(
                array_values( self::maybe_get_entities_account_option( 'plugins', array() ) ),
                array_values( self::maybe_get_entities_account_option( 'themes', array() ) )
            );

            foreach ( $modules as $module ) {
                if ( ! FS_Plugin::is_valid_id( $module->parent_plugin_id ) && isset( $plugin_ids_map[ $module->id ] ) ) {
                    $plugin_ids_map[ $module->id ] = $module;
                }
            }

            $plugin_title = null;
            if ( 1 === count( $plugin_ids_map ) ) {
                $module       = reset( $plugin_ids_map );
                $plugin_title = $module->title;
            }

            $gdpr->add_opt_in_sticky_notice(
                $this->get_gdpr_admin_notice_string( $plugin_ids_map ),
                $plugin_title
            );

            $this->add_gdpr_optin_ajax_handler_and_style();

            $gdpr->notice_was_just_shown();

            // 30-day lock.
            $lock->lock( 30 * WP_FS__TIME_24_HOURS_IN_SEC );
        }

        /**
         * Prevents the GDPR opt-in admin notice from being added if the user has already chosen to allow or not allow
         * marketing.
         *
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        private function disable_opt_in_notice_and_lock_user() {
            FS_GDPR_Manager::instance()->disable_opt_in_notice();

            require_once WP_FS__DIR_INCLUDES . '/class-fs-user-lock.php';

            // 10-year lock.
            FS_User_Lock::instance()->lock( 10 * 365 * WP_FS__TIME_24_HOURS_IN_SEC );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.5.4
         */
        static function _add_api_connectivity_notice_handler_js() {
            fs_require_once_template( 'api-connectivity-message-js.php' );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        function _add_gdpr_optin_js() {
            $vars = array( 'id' => $this->_module_id );

            fs_require_once_template( 'gdpr-optin-js.php', $vars );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        function enqueue_gdpr_optin_notice_style() {
            fs_enqueue_local_style( 'fs_gdpr_optin_notice', '/admin/gdpr-optin-notice.css' );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        function _maybe_add_gdpr_optin_ajax_handler() {
            $this->add_ajax_action( 'fetch_is_marketing_required_flag_value', array( &$this, '_fetch_is_marketing_required_flag_value_ajax_action' ) );

            if ( FS_GDPR_Manager::instance()->is_opt_in_notice_shown() ) {
                $this->add_gdpr_optin_ajax_handler_and_style();
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.1.0
         */
        function _fetch_is_marketing_required_flag_value_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'fetch_is_marketing_required_flag_value' );

            $license_key = fs_request_get_raw( 'license_key' );

            if ( empty($license_key) ) {
                self::shoot_ajax_failure( $this->get_text_inline( 'License key is empty.', 'empty-license-key' ) );
            }

            $user_plugins = $this->fetch_user_marketing_flag_status_by_plugins(
                null,
                $license_key,
                array( $this->_module_id )
            );

            if ( ! is_array( $user_plugins ) ||
                 empty($user_plugins) ||
                 !isset($user_plugins[0]->plugin_id) ||
                 $user_plugins[0]->plugin_id != $this->_module_id
            ) {
                /**
                 * If faced an error or if the module ID do not match to the current module, ask for GDPR opt-in.
                 *
                 * @author Vova Feldman (@svovaf)
                 */
                self::shoot_ajax_success( array(
                    'is_marketing_allowed' => null,
                    'license_owner_id'     => null
                ) );
            }

            self::shoot_ajax_success( array(
                'is_marketing_allowed' => $user_plugins[0]->is_marketing_allowed,
                'license_owner_id'     => ( isset( $user_plugins[0]->license_owner_id ) ? $user_plugins[0]->license_owner_id : null )
            ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since 2.3.2
         *
         * @param number[] $install_ids
         *
         * @return array {
         *      An array of objects containing the installs' licenses owners data.
         *
         *      @property number $id User ID.
         *      @property string $email User email (can be masked email).
         * }
         */
        private function fetch_installs_licenses_owners_data( $install_ids ) {
            $this->_logger->entrance();

            $response = $this->get_api_user_scope()->get(
                '/licenses_owners.json?install_ids=' . implode( ',', $install_ids )
            );

            $license_owners = array();

            if ( $this->is_api_result_object( $response, 'owners' ) ) {
                $license_owners = $response->owners;
            }

            return $license_owners;
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        private function add_gdpr_optin_ajax_handler_and_style() {
            // Add GDPR action AJAX callback.
            $this->add_ajax_action( 'gdpr_optin_action', array( &$this, '_gdpr_optin_ajax_action' ) );

            add_action( 'admin_footer', array( &$this, '_add_gdpr_optin_js' ) );
            add_action( 'admin_enqueue_scripts', array( &$this, 'enqueue_gdpr_optin_notice_style' ) );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.1.0
         */
        function _gdpr_optin_ajax_action() {
            $this->_logger->entrance();

            $this->check_ajax_referer( 'gdpr_optin_action' );

            if ( ! fs_request_has( 'is_marketing_allowed' ) || ! fs_request_has( 'plugin_ids' ) ) {
                self::shoot_ajax_failure();
            }

            $current_wp_user = self::_get_current_wp_user();

            $plugin_ids = fs_request_get( 'plugin_ids', array() );
            if ( ! is_array( $plugin_ids ) || empty( $plugin_ids ) ) {
                self::shoot_ajax_failure();
            }

            $modules = array_merge(
                array_values( self::maybe_get_entities_account_option( 'plugins', array() ) ),
                array_values( self::maybe_get_entities_account_option( 'themes', array() ) )
            );

            foreach ( $modules as $key => $module ) {
                if ( ! in_array( $module->id, $plugin_ids ) ) {
                    unset( $modules[ $key ] );
                }
            }

            if ( empty( $modules ) ) {
                self::shoot_ajax_failure();
            }

            $user_api = $this->get_api_user_scope_by_user( Freemius::_get_user_by_email( $current_wp_user->user_email ) );

            foreach ( $modules as $module ) {
                $user_api->call( "?plugin_id={$module->id}", 'put', array(
                    'is_marketing_allowed' => ( true == fs_request_get_bool( 'is_marketing_allowed' ) )
                ) );
            }

            FS_GDPR_Manager::instance()->remove_opt_in_notice();

            require_once WP_FS__DIR_INCLUDES . '/class-fs-user-lock.php';

            // 10-year lock.
            FS_User_Lock::instance()->lock( 10 * 365 * WP_FS__TIME_24_HOURS_IN_SEC );

            self::shoot_ajax_success();
        }

        /**
         * Checks if the GDPR admin notice should be handled. By default, this logic is off, unless the integrator adds the special 'handle_gdpr_admin_notice' filter.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return bool
         */
        private function should_handle_gdpr_admin_notice() {
            return $this->apply_filters(
                'handle_gdpr_admin_notice',
                // Default to false.
                false
            );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Marketing
        #----------------------------------------------------------------------------------

        /**
         * Check if current user purchased any other plugins before.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function has_purchased_before() {
            // TODO: Implement has_purchased_before() method.
            throw new Exception( 'not implemented' );
        }

        /**
         * Check if current user classified as an agency.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_agency() {
            // TODO: Implement is_agency() method.
            throw new Exception( 'not implemented' );
        }

        /**
         * Check if current user classified as a developer.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_developer() {
            // TODO: Implement is_developer() method.
            throw new Exception( 'not implemented' );
        }

        /**
         * Check if current user classified as a business.
         *
         * @author Vova Feldman (@svovaf)
         * @since  1.0.9
         *
         * @return bool
         */
        function is_business() {
            // TODO: Implement is_business() method.
            throw new Exception( 'not implemented' );
        }

        #endregion

        #----------------------------------------------------------------------------------
        #region Helper
        #----------------------------------------------------------------------------------

        /**
         * If running with a secret key, assume it's the developer and show pending plans as well.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.2
         *
         * @param string $path
         *
         * @return string
         */
        function add_show_pending( $path ) {
            if ( ! $this->has_secret_key() ) {
                return $path;
            }

            return $path . ( false !== strpos( $path, '?' ) ? '&' : '?' ) . 'show_pending=true';
        }

        #endregion
    }
freemius/includes/class-fs-storage.php000064400000055357151213253170014076 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Class FS_Storage
     *
     * A wrapper class for handling network level and single site level storage.
     *
     * @property bool        $is_network_activation
     * @property int         $network_install_blog_id
     * @property bool|null   $is_extensions_tracking_allowed
     * @property bool|null   $is_diagnostic_tracking_allowed
     * @property object      $sync_cron
     */
    class FS_Storage {
        /**
         * @var FS_Storage[]
         */
        private static $_instances = array();
        /**
         * @var FS_Key_Value_Storage Site level storage.
         */
        private $_storage;

        /**
         * @var FS_Key_Value_Storage Network level storage.
         */
        private $_network_storage;

        /**
         * @var string
         */
        private $_module_type;

        /**
         * @var string
         */
        private $_module_slug;

        /**
         * @var int The ID of the blog that is associated with the current site level options.
         */
        private $_blog_id = 0;

        /**
         * @var bool
         */
        private $_is_multisite;

        /**
         * @var bool
         */
        private $_is_network_active = false;

        /**
         * @var bool
         */
        private $_is_delegated_connection = false;

        /**
         * @var array {
         * @key   string Option name.
         * @value int If 0 store on the network level. If 1, store on the network level only if module was network level activated. If 2, store on the network level only if network activated and NOT delegated the connection.
         * }
         */
        private static $_NETWORK_OPTIONS_MAP;

        const OPTION_LEVEL_UNDEFINED                       = -1;
        // The option should be stored on the network level.
        const OPTION_LEVEL_NETWORK                         = 0;
        // The option should be stored on the network level when the plugin is network-activated.
        const OPTION_LEVEL_NETWORK_ACTIVATED               = 1;
        // The option should be stored on the network level when the plugin is network-activated and the opt-in connection was NOT delegated to the sub-site admin.
        const OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED = 2;
        // The option should be stored on the site level.
        const OPTION_LEVEL_SITE                            = 3;

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string $module_type
         * @param string $slug
         *
         * @return FS_Storage
         */
        static function instance( $module_type, $slug ) {
            $key = $module_type . ':' . $slug;

            if ( ! isset( self::$_instances[ $key ] ) ) {
                self::$_instances[ $key ] = new FS_Storage( $module_type, $slug );
            }

            return self::$_instances[ $key ];
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string $module_type
         * @param string $slug
         */
        private function __construct( $module_type, $slug ) {
            $this->_module_type  = $module_type;
            $this->_module_slug  = $slug;
            $this->_is_multisite = is_multisite();

            if ( $this->_is_multisite ) {
                $this->_blog_id         = get_current_blog_id();
                $this->_network_storage = FS_Key_Value_Storage::instance( $module_type . '_data', $slug, true );
            }

            $this->_storage = FS_Key_Value_Storage::instance( $module_type . '_data', $slug, $this->_blog_id );
        }

        /**
         * Tells this storage wrapper class that the context plugin is network active. This flag will affect how values
         * are retrieved/stored from/into the storage.
         *
         * @author Leo Fajardo (@leorw)
         *
         * @param bool $is_network_active
         * @param bool $is_delegated_connection
         */
        function set_network_active( $is_network_active = true, $is_delegated_connection = false ) {
            $this->_is_network_active       = $is_network_active;
            $this->_is_delegated_connection = $is_delegated_connection;
        }

        /**
         * Switch the context of the site level storage manager.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         */
        function set_site_blog_context( $blog_id ) {
            $this->_storage = $this->get_site_storage( $blog_id );
            $this->_blog_id = $blog_id;
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string        $key
         * @param mixed         $value
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_BINARY_MAP).
         * @param int           $option_level Since 2.5.1
         * @param bool          $flush
         */
        function store(
            $key,
            $value,
            $network_level_or_blog_id = null,
            $option_level = self::OPTION_LEVEL_UNDEFINED,
            $flush = true
        ) {
            if ( $this->should_use_network_storage( $key, $network_level_or_blog_id, $option_level ) ) {
                $this->_network_storage->store( $key, $value, $flush );
            } else {
                $storage = $this->get_site_storage( $network_level_or_blog_id );
                $storage->store( $key, $value, $flush );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param bool          $store
         * @param string[]      $exceptions Set of keys to keep and not clear.
         * @param int|null|bool $network_level_or_blog_id
         */
        function clear_all( $store = true, $exceptions = array(), $network_level_or_blog_id = null ) {
            if ( ! $this->_is_multisite ||
                 false === $network_level_or_blog_id ||
                 is_null( $network_level_or_blog_id ) ||
                 is_numeric( $network_level_or_blog_id )
            ) {
                $storage = $this->get_site_storage( $network_level_or_blog_id );
                $storage->clear_all( $store, $exceptions );
            }

            if ( $this->_is_multisite &&
                 ( true === $network_level_or_blog_id || is_null( $network_level_or_blog_id ) )
            ) {
                $this->_network_storage->clear_all( $store, $exceptions );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string        $key
         * @param bool          $store
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_BINARY_MAP).
         */
        function remove( $key, $store = true, $network_level_or_blog_id = null ) {
            if ( $this->should_use_network_storage( $key, $network_level_or_blog_id ) ) {
                $this->_network_storage->remove( $key, $store );
            } else {
                $storage = $this->get_site_storage( $network_level_or_blog_id );
                $storage->remove( $key, $store );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string        $key
         * @param mixed         $default
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_BINARY_MAP).
         * @param int           $option_level Since 2.5.1
         *
         * @return mixed
         */
        function get(
            $key,
            $default = false,
            $network_level_or_blog_id = null,
            $option_level = self::OPTION_LEVEL_UNDEFINED
        ) {
            if ( $this->should_use_network_storage( $key, $network_level_or_blog_id, $option_level ) ) {
                return $this->_network_storage->get( $key, $default );
            } else {
                $storage = $this->get_site_storage( $network_level_or_blog_id );

                return $storage->get( $key, $default );
            }
        }

        /**
         * Multisite activated:
         *      true:    Save network storage.
         *      int:     Save site specific storage.
         *      false|0: Save current site storage.
         *      null:    Save network and current site storage.
         * Site level activated:
         *               Save site storage.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param bool|int|null $network_level_or_blog_id
         */
        function save( $network_level_or_blog_id = null ) {
            if ( $this->_is_network_active &&
                 ( true === $network_level_or_blog_id || is_null( $network_level_or_blog_id ) )
            ) {
                $this->_network_storage->save();
            }

            if ( ! $this->_is_network_active || true !== $network_level_or_blog_id ) {
                $storage = $this->get_site_storage( $network_level_or_blog_id );
                $storage->save();
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        function get_module_slug() {
            return $this->_module_slug;
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @return string
         */
        function get_module_type() {
            return $this->_module_type;
        }

        /**
         * Migration script to the new storage data structure that is network compatible.
         *
         * IMPORTANT:
         *      This method should be executed only after it is determined if this is a network
         *      level compatible product activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        function migrate_to_network() {
            if ( ! $this->_is_multisite ) {
                return;
            }

            $updated = false;

            if ( ! isset( self::$_NETWORK_OPTIONS_MAP ) ) {
                self::load_network_options_map();
            }

            foreach ( self::$_NETWORK_OPTIONS_MAP as $option => $storage_level ) {
                if ( ! $this->is_multisite_option( $option ) ) {
                    continue;
                }

                if ( isset( $this->_storage->{$option} ) && ! isset( $this->_network_storage->{$option} ) ) {
                    // Migrate option to the network storage.
                    $this->_network_storage->store( $option, $this->_storage->{$option}, false );

                    $updated = true;
                }
            }

            if ( ! $updated ) {
                return;
            }

            // Update network level storage.
            $this->_network_storage->save();
//            $this->_storage->save();
        }

        #--------------------------------------------------------------------------------
        #region Helper Methods
        #--------------------------------------------------------------------------------

        /**
         * We don't want to load the map right away since it's not even needed in a non-MS environment.
         *
         * Example:
         * array(
         *      'option1' => 0, // Means that the option should always be stored on the network level.
         *      'option2' => 1, // Means that the option should be stored on the network level only when the module was network level activated.
         *      'option2' => 2, // Means that the option should be stored on the network level only when the module was network level activated AND the connection was NOT delegated.
         *      'option3' => 3, // Means that the option should always be stored on the site level.
         * )
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private static function load_network_options_map() {
            self::$_NETWORK_OPTIONS_MAP = array(
                // Network level options.
                'affiliate_application_data'   => self::OPTION_LEVEL_NETWORK,
                'beta_data'                    => self::OPTION_LEVEL_NETWORK,
                'connectivity_test'            => self::OPTION_LEVEL_NETWORK,
                'handle_gdpr_admin_notice'     => self::OPTION_LEVEL_NETWORK,
                'has_trial_plan'               => self::OPTION_LEVEL_NETWORK,
                'install_sync_timestamp'       => self::OPTION_LEVEL_NETWORK,
                'install_sync_cron'            => self::OPTION_LEVEL_NETWORK,
                'is_anonymous_ms'              => self::OPTION_LEVEL_NETWORK,
                'is_network_activated'         => self::OPTION_LEVEL_NETWORK,
                'is_on'                        => self::OPTION_LEVEL_NETWORK,
                'is_plugin_new_install'        => self::OPTION_LEVEL_NETWORK,
                'last_load_timestamp'          => self::OPTION_LEVEL_NETWORK,
                'network_install_blog_id'      => self::OPTION_LEVEL_NETWORK,
                'pending_sites_info'           => self::OPTION_LEVEL_NETWORK,
                'plugin_last_version'          => self::OPTION_LEVEL_NETWORK,
                'plugin_main_file'             => self::OPTION_LEVEL_NETWORK,
                'plugin_version'               => self::OPTION_LEVEL_NETWORK,
                'sdk_downgrade_mode'           => self::OPTION_LEVEL_NETWORK,
                'sdk_last_version'             => self::OPTION_LEVEL_NETWORK,
                'sdk_upgrade_mode'             => self::OPTION_LEVEL_NETWORK,
                'sdk_version'                  => self::OPTION_LEVEL_NETWORK,
                'sticky_optin_added_ms'        => self::OPTION_LEVEL_NETWORK,
                'subscriptions'                => self::OPTION_LEVEL_NETWORK,
                'sync_timestamp'               => self::OPTION_LEVEL_NETWORK,
                'sync_cron'                    => self::OPTION_LEVEL_NETWORK,
                'was_plugin_loaded'            => self::OPTION_LEVEL_NETWORK,
                'network_user_id'              => self::OPTION_LEVEL_NETWORK,
                'plugin_upgrade_mode'          => self::OPTION_LEVEL_NETWORK,
                'plugin_downgrade_mode'        => self::OPTION_LEVEL_NETWORK,
                'is_network_connected'         => self::OPTION_LEVEL_NETWORK,
                /**
                 * Special flag that is used when a super-admin upgrades to the new version of the SDK that supports network level integration, when the connection decision wasn't made for all the sites in the network.
                 */
                'is_network_activation'        => self::OPTION_LEVEL_NETWORK,
                'license_migration'            => self::OPTION_LEVEL_NETWORK,

                // When network activated, then network level.
                'install_timestamp'            => self::OPTION_LEVEL_NETWORK_ACTIVATED,
                'prev_is_premium'              => self::OPTION_LEVEL_NETWORK_ACTIVATED,
                'require_license_activation'   => self::OPTION_LEVEL_NETWORK_ACTIVATED,

                // If not network activated OR delegated, then site level.
                'activation_timestamp'         => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'expired_license_notice_shown' => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'is_whitelabeled'              => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'last_license_key'             => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'last_license_user_id'         => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'prev_user_id'                 => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'sticky_optin_added'           => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'uninstall_reason'             => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'is_pending_activation'        => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,
                'pending_license_key'          => self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED,

                // Site level options.
                'is_anonymous'                 => self::OPTION_LEVEL_SITE,
                'clone_id'                     => self::OPTION_LEVEL_SITE,
            );
        }

        /**
         * This method will and should only be executed when is_multisite() is true.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $key
         * @param int    $option_level Since 2.5.1
         *
         * @return bool
         */
        private function is_multisite_option( $key, $option_level = self::OPTION_LEVEL_UNDEFINED ) {
            if ( ! isset( self::$_NETWORK_OPTIONS_MAP ) ) {
                self::load_network_options_map();
            }

            if (
                self::OPTION_LEVEL_UNDEFINED === $option_level &&
                isset( self::$_NETWORK_OPTIONS_MAP[ $key ] )
            ) {
                $option_level = self::$_NETWORK_OPTIONS_MAP[ $key ];
            }

            if ( self::OPTION_LEVEL_UNDEFINED === $option_level ) {
                // Option not found -> use site level storage.
                return false;
            }

            if ( self::OPTION_LEVEL_NETWORK === $option_level ) {
                // Option found and set to always use the network level storage on a multisite.
                return true;
            }

            if ( self::OPTION_LEVEL_SITE === $option_level ) {
                // Option found and set to always use the site level storage on a multisite.
                return false;
            }

            if ( ! $this->_is_network_active ) {
                return false;
            }

            if ( self::OPTION_LEVEL_NETWORK_ACTIVATED === $option_level ) {
                // Network activated.
                return true;
            }

            if (
                self::OPTION_LEVEL_NETWORK_ACTIVATED_NOT_DELEGATED === $option_level &&
                ! $this->_is_delegated_connection
            ) {
                // Network activated and not delegated.
                return true;
            }

            return false;
        }

        /**
         * @author Leo Fajardo
         *
         * @param string        $key
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_BINARY_MAP).
         * @param int           $option_level Since 2.5.1
         *
         * @return bool
         */
        private function should_use_network_storage(
            $key,
            $network_level_or_blog_id = null,
            $option_level = self::OPTION_LEVEL_UNDEFINED
        ) {
            if ( ! $this->_is_multisite ) {
                // Not a multisite environment.
                return false;
            }

            if ( is_numeric( $network_level_or_blog_id ) ) {
                // Explicitly asked to use a specified blog storage.
                return false;
            }

            if ( is_bool( $network_level_or_blog_id ) ) {
                // Explicitly specified whether it should use the network or blog level storage.
                return $network_level_or_blog_id;
            }

            // Determine which storage to use based on the option.
            return $this->is_multisite_option( $key, $option_level );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return \FS_Key_Value_Storage
         */
        private function get_site_storage( $blog_id = 0 ) {
            if ( ! is_numeric( $blog_id ) ||
                 $blog_id == $this->_blog_id ||
                 0 == $blog_id
            ) {
                return $this->_storage;
            }

            return FS_Key_Value_Storage::instance(
                $this->_module_type . '_data',
                $this->_storage->get_secondary_id(),
                $blog_id
            );
        }

        #endregion

        #--------------------------------------------------------------------------------
        #region Magic methods
        #--------------------------------------------------------------------------------

        function __set( $k, $v ) {
            if ( $this->should_use_network_storage( $k ) ) {
                $this->_network_storage->{$k} = $v;
            } else {
                $this->_storage->{$k} = $v;
            }
        }

        function __isset( $k ) {
            return $this->should_use_network_storage( $k ) ?
                isset( $this->_network_storage->{$k} ) :
                isset( $this->_storage->{$k} );
        }

        function __unset( $k ) {
            if ( $this->should_use_network_storage( $k ) ) {
                unset( $this->_network_storage->{$k} );
            } else {
                unset( $this->_storage->{$k} );
            }
        }

        function __get( $k ) {
            return $this->should_use_network_storage( $k ) ?
                $this->_network_storage->{$k} :
                $this->_storage->{$k};
        }

        #endregion
    }
freemius/includes/class-fs-options.php000064400000041105151213253170014107 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       1.2.3
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Class FS_Options
     *
     * A wrapper class for handling network level and single site level options.
     */
    class FS_Options {
        /**
         * @var string
         */
        private $_id;

        /**
         * @var array[string]FS_Options {
         * @key   string
         * @value FS_Options
         * }
         */
        private static $_instances;

        /**
         * @var FS_Option_Manager Site level options.
         */
        private $_options;

        /**
         * @var FS_Option_Manager Network level options.
         */
        private $_network_options;

        /**
         * @var int The ID of the blog that is associated with the current site level options.
         */
        private $_blog_id = 0;

        /**
         * @var bool
         */
        private $_is_multisite;

        /**
         * @var string[] Lazy collection of params on the site level.
         */
        private static $_SITE_OPTIONS_MAP;

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param string $id
         * @param bool   $load
         *
         * @return FS_Options
         */
        static function instance( $id, $load = false ) {
            if ( ! isset( self::$_instances[ $id ] ) ) {
                self::$_instances[ $id ] = new FS_Options( $id, $load );
            }

            return self::$_instances[ $id ];
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param string $id
         * @param bool   $load
         */
        private function __construct( $id, $load = false ) {
            $this->_id           = $id;
            $this->_is_multisite = is_multisite();

            if ( $this->_is_multisite ) {
                $this->_blog_id         = get_current_blog_id();
                $this->_network_options = FS_Option_Manager::get_manager( $id, $load, true );
            }

            $this->_options = FS_Option_Manager::get_manager( $id, $load, $this->_blog_id );
        }

        /**
         * Switch the context of the site level options manager.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param $blog_id
         */
        function set_site_blog_context( $blog_id ) {
            $this->_blog_id = $blog_id;

            $this->_options = FS_Option_Manager::get_manager( $this->_id, false, $this->_blog_id );
        }

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string        $option
         * @param mixed         $default
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
         *
         * @return mixed
         */
        function get_option( $option, $default = null, $network_level_or_blog_id = null ) {
            if ( $this->should_use_network_storage( $option, $network_level_or_blog_id ) ) {
                return $this->_network_options->get_option( $option, $default );
            }

            $site_options = $this->get_site_options( $network_level_or_blog_id );

            return $site_options->get_option( $option, $default );
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param string        $option
         * @param mixed         $value
         * @param bool          $flush
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
         */
        function set_option( $option, $value, $flush = false, $network_level_or_blog_id = null ) {
            if ( $this->should_use_network_storage( $option, $network_level_or_blog_id ) ) {
                $this->_network_options->set_option( $option, $value, $flush );
            } else {
                $site_options = $this->get_site_options( $network_level_or_blog_id );
                $site_options->set_option( $option, $value, $flush );
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string        $option
         * @param bool          $flush
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
         */
        function unset_option( $option, $flush = false, $network_level_or_blog_id = null ) {
            if ( $this->should_use_network_storage( $option, $network_level_or_blog_id ) ) {
                $this->_network_options->unset_option( $option, $flush );
            } else {
                $site_options = $this->get_site_options( $network_level_or_blog_id );
                $site_options->unset_option( $option, $flush );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param bool $flush
         * @param bool $network_level
         */
        function load( $flush = false, $network_level = true ) {
            if ( $this->_is_multisite && $network_level ) {
                $this->_network_options->load( $flush );
            } else {
                $this->_options->load( $flush );
            }
        }

        /**
         * @author Leo Fajardo (@leorw)
         * @since  2.0.0
         *
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, store both network storage and the current context blog storage.
         */
        function store( $network_level_or_blog_id = null ) {
            if ( ! $this->_is_multisite ||
                 false === $network_level_or_blog_id ||
                 0 == $network_level_or_blog_id ||
                 is_null( $network_level_or_blog_id )
            ) {
                $site_options = $this->get_site_options( $network_level_or_blog_id );
                $site_options->store();
            }

            if ( $this->_is_multisite &&
                 ( is_null( $network_level_or_blog_id ) || true === $network_level_or_blog_id )
            ) {
                $this->_network_options->store();
            }
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int|null|bool $network_level_or_blog_id
         * @param bool          $flush
         */
        function clear( $network_level_or_blog_id = null, $flush = false ) {
            if ( ! $this->_is_multisite ||
                 false === $network_level_or_blog_id ||
                 is_null( $network_level_or_blog_id ) ||
                 is_numeric( $network_level_or_blog_id )
            ) {
                $site_options = $this->get_site_options( $network_level_or_blog_id );
                $site_options->clear( $flush );
            }

            if ( $this->_is_multisite &&
                 ( true === $network_level_or_blog_id || is_null( $network_level_or_blog_id ) )
            ) {
                $this->_network_options->clear( $flush );
            }
        }

        /**
         * Migration script to the new storage data structure that is network compatible.
         *
         * IMPORTANT:
         *      This method should be executed only after it is determined if this is a network
         *      level compatible product activation.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         */
        function migrate_to_network( $blog_id = 0 ) {
            if ( ! $this->_is_multisite ) {
                return;
            }

            $updated = false;

            $site_options = $this->get_site_options( $blog_id );

            $keys = $site_options->get_options_keys();

            foreach ( $keys as $option ) {
                if ( $this->is_site_option( $option ) ||
                     // Don't move admin notices to the network storage.
                    in_array($option, array(
                        // Don't move admin notices to the network storage.
                        'admin_notices',
                        // Don't migrate the module specific data, it will be migrated by the FS_Storage.
                        'plugin_data',
                        'theme_data',
                    ))
                ) {
                    continue;
                }

                $option_updated = false;

                // Migrate option to the network storage.
                $site_option = $site_options->get_option( $option );

                if ( ! $this->_network_options->has_option( $option ) ) {
                    // Option not set on the network level, so just set it.
                    $this->_network_options->set_option( $option, $site_option, false );

                    $option_updated = true;
                } else {
                    // Option already set on the network level, so we need to merge it inelegantly.
                    $network_option = $this->_network_options->get_option( $option );

                    if ( is_array( $network_option ) && is_array( $site_option ) ) {
                        // Option is an array.
                        foreach ( $site_option as $key => $value ) {
                            if ( ! isset( $network_option[ $key ] ) ) {
                                $network_option[ $key ] = $value;

                                $option_updated = true;
                            } else if ( is_array( $network_option[ $key ] ) && is_array( $value ) ) {
                                if ( empty( $network_option[ $key ] ) ) {
                                    $network_option[ $key ] = $value;

                                    $option_updated = true;
                                } else if ( empty( $value ) ) {
                                    // Do nothing.
                                } else {
                                    reset($value);
                                    $first_key = key($value);
                                    if ( $value[$first_key] instanceof FS_Entity ) {
                                        // Merge entities by IDs.
                                        $network_entities_ids = array();
                                        foreach ( $network_option[ $key ] as $entity ) {
                                            $network_entities_ids[ $entity->id ] = true;
                                        }

                                        foreach ( $value as $entity ) {
                                            if ( ! isset( $network_entities_ids[ $entity->id ] ) ) {
                                                $network_option[ $key ][] = $entity;

                                                $option_updated = true;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    if ( $option_updated ) {
                        $this->_network_options->set_option( $option, $network_option, false );
                    }
                }

                /**
                 * Remove the option from site level storage.
                 *
                 * IMPORTANT:
                 *      The line below is intentionally commented since we want to preserve the option
                 *      on the site storage level for "downgrade compatibility". Basically, if the user
                 *      will downgrade to an older version of the plugin with the prev storage structure,
                 *      it will continue working.
                 *
                 * @todo After a few releases we can remove this.
                 */
//                    $site_options->unset_option($option, false);

                if ( $option_updated ) {
                    $updated = true;
                }
            }

            if ( ! $updated ) {
                return;
            }

            // Update network level storage.
            $this->_network_options->store();
//            $site_options->store();
        }


        #--------------------------------------------------------------------------------
        #region Helper Methods
        #--------------------------------------------------------------------------------

        /**
         * We don't want to load the map right away since it's not even needed in a non-MS environment.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         */
        private static function load_site_options_map() {
            self::$_SITE_OPTIONS_MAP = array(
                'sites'          => true,
                'theme_sites'    => true,
                'unique_id'      => true,
                'active_plugins' => true,
            );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string $option
         *
         * @return bool
         */
        private function is_site_option( $option ) {
            if ( WP_FS__ACCOUNTS_OPTION_NAME != $this->_id ) {
                return false;
            }

            if ( ! isset( self::$_SITE_OPTIONS_MAP ) ) {
                self::load_site_options_map();
            }

            return isset( self::$_SITE_OPTIONS_MAP[ $option ] );
        }

        /**
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param int $blog_id
         *
         * @return FS_Option_Manager
         */
        private function get_site_options( $blog_id = 0 ) {
            if ( 0 == $blog_id || $blog_id == $this->_blog_id ) {
                return $this->_options;
            }

            return FS_Option_Manager::get_manager( $this->_id, true, $blog_id );
        }

        /**
         * Check if an option should be stored on the MS network storage.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.0.0
         *
         * @param string        $option
         * @param null|bool|int $network_level_or_blog_id When an integer, use the given blog storage. When `true` use the multisite storage (if there's a network). When `false`, use the current context blog storage. When `null`, the decision which storage to use (MS vs. Current S) will be handled internally and determined based on the $option (based on self::$_SITE_LEVEL_PARAMS).
         *
         * @return bool
         */
        private function should_use_network_storage( $option, $network_level_or_blog_id = null ) {
            if ( ! $this->_is_multisite ) {
                // Not a multisite environment.
                return false;
            }

            if ( is_numeric( $network_level_or_blog_id ) ) {
                // Explicitly asked to use a specified blog storage.
                return false;
            }

            if ( is_bool( $network_level_or_blog_id ) ) {
                // Explicitly specified whether should use the network or blog level storage.
                return $network_level_or_blog_id;
            }

            // Determine which storage to use based on the option.
            return ! $this->is_site_option( $option );
        }

        #endregion
    }freemius/includes/class-fs-lock.php000064400000005626151213253170013354 0ustar00<?php
    /**
     * @package     Freemius
     * @copyright   Copyright (c) 2015, Freemius, Inc.
     * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3
     * @since       2.5.1
     */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

    /**
     * Class FS_Lock
     *
     * @author Vova Feldman (@svovaf)
     * @since  2.5.1
     */
    class FS_Lock {
        /**
         * @var int Random ID representing the current PHP thread.
         */
        private static $_thread_id;
        /**
         * @var string
         */
        private $_lock_id;

        /**
         * @param string $lock_id
         */
        function __construct( $lock_id ) {
            if ( ! fs_starts_with( $lock_id, WP_FS___OPTION_PREFIX ) ) {
                $lock_id = WP_FS___OPTION_PREFIX . $lock_id;
            }

            $this->_lock_id = $lock_id;

            if ( ! isset( self::$_thread_id ) ) {
                self::$_thread_id = mt_rand( 0, 32000 );
            }
        }

        /**
         * Try to acquire lock. If the lock is already set or is being acquired by another locker, don't do anything.
         *
         * @param int $expiration
         *
         * @return bool TRUE if successfully acquired lock.
         */
        function try_lock( $expiration = 0 ) {
            if ( $this->is_locked() ) {
                // Already locked.
                return false;
            }

            set_site_transient( $this->_lock_id, self::$_thread_id, $expiration );

            if ( $this->has_lock() ) {
                $this->lock($expiration);

                return true;
            }

            return false;
        }

        /**
         * Acquire lock regardless if it's already acquired by another locker or not.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @param int $expiration
         */
        function lock( $expiration = 0 ) {
            set_site_transient( $this->_lock_id, true, $expiration );
        }

        /**
         * Checks if lock is currently acquired.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         *
         * @return bool
         */
        function is_locked() {
            return ( false !== get_site_transient( $this->_lock_id ) );
        }

        /**
         * Unlock the lock.
         *
         * @author Vova Feldman (@svovaf)
         * @since  2.1.0
         */
        function unlock() {
            delete_site_transient( $this->_lock_id );
        }

        /**
         * Checks if lock is currently acquired by the current locker.
         *
         * @return bool
         */
        protected function has_lock() {
            return ( self::$_thread_id == get_site_transient( $this->_lock_id ) );
        }
    }freemius/includes/sdk/FreemiusWordPress.php000064400000053527151213253170015127 0ustar00<?php
	/**
	 * Copyright 2016 Freemius, Inc.
	 *
	 * Licensed under the GPL v2 (the "License"); you may
	 * not use this file except in compliance with the License. You may obtain
	 * a copy of the License at
	 *
	 *     http://choosealicense.com/licenses/gpl-v2/
	 *
	 * Unless required by applicable law or agreed to in writing, software
	 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
	 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
	 * License for the specific language governing permissions and limitations
	 * under the License.
	 */
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	require_once dirname( __FILE__ ) . '/FreemiusBase.php';

	if ( ! defined( 'FS_SDK__USER_AGENT' ) ) {
		define( 'FS_SDK__USER_AGENT', 'fs-php-' . Freemius_Api_Base::VERSION );
	}

	if ( ! defined( 'FS_SDK__SIMULATE_NO_CURL' ) ) {
		define( 'FS_SDK__SIMULATE_NO_CURL', false );
	}

	if ( ! defined( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE' ) ) {
		define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE', false );
	}

	if ( ! defined( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL' ) ) {
		define( 'FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL', false );
	}

	if ( ! defined( 'FS_SDK__HAS_CURL' ) ) {
		if ( FS_SDK__SIMULATE_NO_CURL ) {
			define( 'FS_SDK__HAS_CURL', false );
		} else {
			$curl_required_methods = array(
				'curl_version',
				'curl_exec',
				'curl_init',
				'curl_close',
				'curl_setopt',
				'curl_setopt_array',
				'curl_error',
			);

			$has_curl = true;
			foreach ( $curl_required_methods as $m ) {
				if ( ! function_exists( $m ) ) {
					$has_curl = false;
					break;
				}
			}

			define( 'FS_SDK__HAS_CURL', $has_curl );
		}
	}

    if ( ! defined( 'FS_SDK__SSLVERIFY' ) ) {
        define( 'FS_SDK__SSLVERIFY', false );
    }

	$curl_version = FS_SDK__HAS_CURL ?
		curl_version() :
		array( 'version' => '7.37' );

	if ( ! defined( 'FS_API__PROTOCOL' ) ) {
		define( 'FS_API__PROTOCOL', version_compare( $curl_version['version'], '7.37', '>=' ) ? 'https' : 'http' );
	}

	if ( ! defined( 'FS_API__LOGGER_ON' ) ) {
		define( 'FS_API__LOGGER_ON', false );
	}

	if ( ! defined( 'FS_API__ADDRESS' ) ) {
		define( 'FS_API__ADDRESS', '://api.freemius.com' );
	}
	if ( ! defined( 'FS_API__SANDBOX_ADDRESS' ) ) {
		define( 'FS_API__SANDBOX_ADDRESS', '://sandbox-api.freemius.com' );
	}

	if ( ! class_exists( 'Freemius_Api_WordPress' ) ) {
	class Freemius_Api_WordPress extends Freemius_Api_Base {
		private static $_logger = array();

		/**
		 * @param string      $pScope   'app', 'developer', 'user' or 'install'.
		 * @param number      $pID      Element's id.
		 * @param string      $pPublic  Public key.
		 * @param string|bool $pSecret  Element's secret key.
		 * @param bool        $pSandbox Whether or not to run API in sandbox mode.
		 */
		public function __construct( $pScope, $pID, $pPublic, $pSecret = false, $pSandbox = false ) {
			// If secret key not provided, use public key encryption.
			if ( is_bool( $pSecret ) ) {
				$pSecret = $pPublic;
			}

			parent::Init( $pScope, $pID, $pPublic, $pSecret, $pSandbox );
		}

		public static function GetUrl( $pCanonizedPath = '', $pIsSandbox = false ) {
			$address = ( $pIsSandbox ? FS_API__SANDBOX_ADDRESS : FS_API__ADDRESS );

			if ( ':' === $address[0] ) {
				$address = self::$_protocol . $address;
			}

			return $address . $pCanonizedPath;
		}

		#----------------------------------------------------------------------------------
		#region Servers Clock Diff
		#----------------------------------------------------------------------------------

		/**
		 * @var int Clock diff in seconds between current server to API server.
		 */
		private static $_clock_diff = 0;

		/**
		 * Set clock diff for all API calls.
		 *
		 * @since 1.0.3
		 *
		 * @param $pSeconds
		 */
		public static function SetClockDiff( $pSeconds ) {
			self::$_clock_diff = $pSeconds;
		}

		/**
		 * Find clock diff between current server to API server.
		 *
		 * @since 1.0.2
		 * @return int Clock diff in seconds.
		 */
		public static function FindClockDiff() {
			$time = time();
			$pong = self::Ping();

			return ( $time - strtotime( $pong->timestamp ) );
		}

		#endregion

		/**
		 * @var string http or https
		 */
		private static $_protocol = FS_API__PROTOCOL;

		/**
		 * Set API connection protocol.
		 *
		 * @since 1.0.4
		 */
		public static function SetHttp() {
			self::$_protocol = 'http';
		}

        /**
         * Sets API connection protocol to HTTPS.
         *
         * @since 2.5.4
         */
        public static function SetHttps() {
            self::$_protocol = 'https';
        }

		/**
		 * @since 1.0.4
		 *
		 * @return bool
		 */
		public static function IsHttps() {
			return ( 'https' === self::$_protocol );
		}

		/**
		 * Sign request with the following HTTP headers:
		 *      Content-MD5: MD5(HTTP Request body)
		 *      Date: Current date (i.e Sat, 14 Feb 2016 20:24:46 +0000)
		 *      Authorization: FS {scope_entity_id}:{scope_entity_public_key}:base64encode(sha256(string_to_sign,
		 *      {scope_entity_secret_key}))
		 *
		 * @param string $pResourceUrl
		 * @param array  $pWPRemoteArgs
		 *
		 * @return array
		 */
		function SignRequest( $pResourceUrl, $pWPRemoteArgs ) {
			$auth = $this->GenerateAuthorizationParams(
				$pResourceUrl,
				$pWPRemoteArgs['method'],
				! empty( $pWPRemoteArgs['body'] ) ? $pWPRemoteArgs['body'] : ''
			);

			$pWPRemoteArgs['headers']['Date']          = $auth['date'];
			$pWPRemoteArgs['headers']['Authorization'] = $auth['authorization'];

			if ( ! empty( $auth['content_md5'] ) ) {
				$pWPRemoteArgs['headers']['Content-MD5'] = $auth['content_md5'];
			}

			return $pWPRemoteArgs;
		}

		/**
		 * Generate Authorization request headers:
		 *
		 *      Content-MD5: MD5(HTTP Request body)
		 *      Date: Current date (i.e Sat, 14 Feb 2016 20:24:46 +0000)
		 *      Authorization: FS {scope_entity_id}:{scope_entity_public_key}:base64encode(sha256(string_to_sign,
		 *      {scope_entity_secret_key}))
		 *
		 * @author Vova Feldman
		 *
		 * @param string $pResourceUrl
		 * @param string $pMethod
		 * @param string $pPostParams
		 *
		 * @return array
		 * @throws Freemius_Exception
		 */
		function GenerateAuthorizationParams(
			$pResourceUrl,
			$pMethod = 'GET',
			$pPostParams = ''
		) {
			$pMethod = strtoupper( $pMethod );

			$eol          = "\n";
			$content_md5  = '';
			$content_type = '';
			$now          = ( time() - self::$_clock_diff );
			$date         = date( 'r', $now );

			if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
                $content_type = 'application/json';

                if ( ! empty( $pPostParams ) ) {
                    $content_md5 = md5( $pPostParams );
                }
            }

			$string_to_sign = implode( $eol, array(
				$pMethod,
				$content_md5,
				$content_type,
				$date,
				$pResourceUrl
			) );

			// If secret and public keys are identical, it means that
			// the signature uses public key hash encoding.
			$auth_type = ( $this->_secret !== $this->_public ) ? 'FS' : 'FSP';

			$auth = array(
				'date'          => $date,
				'authorization' => $auth_type . ' ' . $this->_id . ':' .
				                   $this->_public . ':' .
				                   self::Base64UrlEncode( hash_hmac(
					                   'sha256', $string_to_sign, $this->_secret
				                   ) )
			);

			if ( ! empty( $content_md5 ) ) {
				$auth['content_md5'] = $content_md5;
			}

			return $auth;
		}

		/**
		 * Get API request URL signed via query string.
         *
         * @since 1.2.3 Stopped using http_build_query(). Instead, use urlencode(). In some environments the encoding of http_build_query() can generate a URL that once used with a redirect, the `&` querystring separator is escaped to `&amp;` which breaks the URL (Added by @svovaf).
		 *
		 * @param string $pPath
		 *
		 * @throws Freemius_Exception
		 *
		 * @return string
		 */
        function GetSignedUrl( $pPath ) {
            $resource     = explode( '?', $this->CanonizePath( $pPath ) );
            $pResourceUrl = $resource[0];

            $auth = $this->GenerateAuthorizationParams( $pResourceUrl );

            return Freemius_Api_WordPress::GetUrl(
                $pResourceUrl . '?' .
                ( 1 < count( $resource ) && ! empty( $resource[1] ) ? $resource[1] . '&' : '' ) .
                'authorization=' . urlencode( $auth['authorization'] ) .
                '&auth_date=' . urlencode( $auth['date'] )
                , $this->_isSandbox );
        }

		/**
		 * @author Vova Feldman
		 *
		 * @param string $pUrl
		 * @param array  $pWPRemoteArgs
		 *
		 * @return mixed
		 */
		private static function ExecuteRequest( $pUrl, &$pWPRemoteArgs ) {
            $bt = debug_backtrace();

			$start = microtime( true );

            $response = self::RemoteRequest( $pUrl, $pWPRemoteArgs );

			if ( FS_API__LOGGER_ON ) {
				$end = microtime( true );

				$has_body      = ( isset( $pWPRemoteArgs['body'] ) && ! empty( $pWPRemoteArgs['body'] ) );
				$is_http_error = is_wp_error( $response );

				self::$_logger[] = array(
					'id'        => count( self::$_logger ),
					'start'     => $start,
					'end'       => $end,
					'total'     => ( $end - $start ),
					'method'    => $pWPRemoteArgs['method'],
					'path'      => $pUrl,
					'body'      => $has_body ? $pWPRemoteArgs['body'] : null,
					'result'    => ! $is_http_error ?
						$response['body'] :
						json_encode( $response->get_error_messages() ),
					'code'      => ! $is_http_error ? $response['response']['code'] : null,
					'backtrace' => $bt,
				);
			}

			return $response;
		}

        /**
         * @author Leo Fajardo (@leorw)
         *
         * @param string $pUrl
         * @param array  $pWPRemoteArgs
         *
         * @return array|WP_Error The response array or a WP_Error on failure.
         */
        static function RemoteRequest( $pUrl, $pWPRemoteArgs ) {
            $response = wp_remote_request( $pUrl, $pWPRemoteArgs );

            if (
                is_array( $response ) &&
                (
                    empty( $response['headers'] ) ||
                    empty( $response['headers']['x-api-server'] )
                )
            ) {
                // API is considered blocked if the response doesn't include the `x-api-server` header. When there's no error but this header doesn't exist, the response is usually not in the expected form (e.g., cannot be JSON-decoded).
                $response = new WP_Error( 'api_blocked', htmlentities( $response['body'] ) );
            }

            return $response;
        }

		/**
		 * @return array
		 */
		static function GetLogger() {
			return self::$_logger;
		}

		/**
		 * @param string        $pCanonizedPath
		 * @param string        $pMethod
		 * @param array         $pParams
		 * @param null|array    $pWPRemoteArgs
		 * @param bool          $pIsSandbox
		 * @param null|callable $pBeforeExecutionFunction
		 *
		 * @return object[]|object|null
		 *
		 * @throws \Freemius_Exception
		 */
		private static function MakeStaticRequest(
			$pCanonizedPath,
			$pMethod = 'GET',
			$pParams = array(),
			$pWPRemoteArgs = null,
			$pIsSandbox = false,
			$pBeforeExecutionFunction = null
		) {
			// Connectivity errors simulation.
			if ( FS_SDK__SIMULATE_NO_API_CONNECTIVITY_CLOUDFLARE ) {
				self::ThrowCloudFlareDDoSException();
			} else if ( FS_SDK__SIMULATE_NO_API_CONNECTIVITY_SQUID_ACL ) {
				self::ThrowSquidAclException();
			}

			if ( empty( $pWPRemoteArgs ) ) {
				$user_agent = 'Freemius/WordPress-SDK/' . Freemius_Api_Base::VERSION . '; ' .
				              home_url();

				$pWPRemoteArgs = array(
					'method'           => strtoupper( $pMethod ),
					'connect_timeout'  => 10,
					'timeout'          => 60,
					'follow_redirects' => true,
					'redirection'      => 5,
					'user-agent'       => $user_agent,
					'blocking'         => true,
				);
			}

			if ( ! isset( $pWPRemoteArgs['headers'] ) ||
			     ! is_array( $pWPRemoteArgs['headers'] )
			) {
				$pWPRemoteArgs['headers'] = array();
			}

			if ( in_array( $pMethod, array( 'POST', 'PUT' ) ) ) {
                $pWPRemoteArgs['headers']['Content-type'] = 'application/json';

                if ( is_array( $pParams ) && 0 < count( $pParams ) ) {
                    $pWPRemoteArgs['body'] = json_encode( $pParams );
                }
			}

			$request_url = self::GetUrl( $pCanonizedPath, $pIsSandbox );

			$resource = explode( '?', $pCanonizedPath );

            if ( FS_SDK__HAS_CURL ) {
                // Disable the 'Expect: 100-continue' behaviour. This causes cURL to wait
                // for 2 seconds if the server does not support this header.
                $pWPRemoteArgs['headers']['Expect'] = '';
            }

			if ( 'https' === substr( strtolower( $request_url ), 0, 5 ) ) {
				$pWPRemoteArgs['sslverify'] = FS_SDK__SSLVERIFY;
			}

			if ( false !== $pBeforeExecutionFunction &&
			     is_callable( $pBeforeExecutionFunction )
			) {
				$pWPRemoteArgs = call_user_func( $pBeforeExecutionFunction, $resource[0], $pWPRemoteArgs );
			}

			$result = self::ExecuteRequest( $request_url, $pWPRemoteArgs );

			if ( is_wp_error( $result ) ) {
				/**
				 * @var WP_Error $result
				 */
				if ( self::IsCurlError( $result ) ) {
					/**
					 * With dual stacked DNS responses, it's possible for a server to
					 * have IPv6 enabled but not have IPv6 connectivity.  If this is
					 * the case, cURL will try IPv4 first and if that fails, then it will
					 * fall back to IPv6 and the error EHOSTUNREACH is returned by the
					 * operating system.
					 */
					$matches = array();
					$regex   = '/Failed to connect to ([^:].*): Network is unreachable/';
					if ( preg_match( $regex, $result->get_error_message( 'http_request_failed' ), $matches ) ) {
						/**
						 * Validate IP before calling `inet_pton()` to avoid PHP un-catchable warning.
						 * @author Vova Feldman (@svovaf)
						 */
						if ( filter_var( $matches[1], FILTER_VALIDATE_IP ) ) {
							if ( strlen( inet_pton( $matches[1] ) ) === 16 ) {
								/**
								 * error_log('Invalid IPv6 configuration on server, Please disable or get native IPv6 on your server.');
								 * Hook to an action triggered just before cURL is executed to resolve the IP version to v4.
								 * 
								 * @phpstan-ignore-next-line
								 */
								add_action( 'http_api_curl', 'Freemius_Api_WordPress::CurlResolveToIPv4', 10, 1 );

								// Re-run request.
								$result = self::ExecuteRequest( $request_url, $pWPRemoteArgs );
							}
						}
					}
				}

				if ( is_wp_error( $result ) ) {
					self::ThrowWPRemoteException( $result );
				}
			}

			$response_body = $result['body'];

			if ( empty( $response_body ) ) {
				return null;
			}

			$decoded = json_decode( $response_body );

			if ( is_null( $decoded ) ) {
				if ( preg_match( '/Please turn JavaScript on/i', $response_body ) &&
				     preg_match( '/text\/javascript/', $response_body )
				) {
					self::ThrowCloudFlareDDoSException( $response_body );
				} else if ( preg_match( '/Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect./', $response_body ) &&
				            preg_match( '/squid/', $response_body )
				) {
					self::ThrowSquidAclException( $response_body );
				} else {
					$decoded = (object) array(
						'error' => (object) array(
							'type'    => 'Unknown',
							'message' => $response_body,
							'code'    => 'unknown',
							'http'    => 402
						)
					);
				}
			}

			return $decoded;
		}


		/**
		 * Makes an HTTP request. This method can be overridden by subclasses if
		 * developers want to do fancier things or use something other than wp_remote_request()
		 * to make the request.
		 *
		 * @param string     $pCanonizedPath The URL to make the request to
		 * @param string     $pMethod        HTTP method
		 * @param array      $pParams        The parameters to use for the POST body
		 * @param null|array $pWPRemoteArgs  wp_remote_request options.
		 *
		 * @return object[]|object|null
		 *
		 * @throws Freemius_Exception
		 */
		public function MakeRequest(
			$pCanonizedPath,
			$pMethod = 'GET',
			$pParams = array(),
			$pWPRemoteArgs = null
		) {
			$resource = explode( '?', $pCanonizedPath );

			// Only sign request if not ping.json connectivity test.
			$sign_request = ( '/v1/ping.json' !== strtolower( substr( $resource[0], - strlen( '/v1/ping.json' ) ) ) );

			return self::MakeStaticRequest(
				$pCanonizedPath,
				$pMethod,
				$pParams,
				$pWPRemoteArgs,
				$this->_isSandbox,
				$sign_request ? array( &$this, 'SignRequest' ) : null
			);
		}

		/**
		 * Sets CURLOPT_IPRESOLVE to CURL_IPRESOLVE_V4 for cURL-Handle provided as parameter
		 *
		 * @param resource $handle A cURL handle returned by curl_init()
		 *
		 * @return resource $handle A cURL handle returned by curl_init() with CURLOPT_IPRESOLVE set to
		 *                  CURL_IPRESOLVE_V4
		 *
		 * @link https://gist.github.com/golderweb/3a2aaec2d56125cc004e
		 */
		static function CurlResolveToIPv4( $handle ) {
			curl_setopt( $handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );

			return $handle;
		}

		#----------------------------------------------------------------------------------
		#region Connectivity Test
		#----------------------------------------------------------------------------------

        /**
         * This method exists only for backward compatibility to prevent a fatal error from happening when called from an outdated piece of code.
         *
         * @param mixed $pPong
         *
         * @return bool
         */
        public static function Test( $pPong = null ) {
            return (
                is_object( $pPong ) &&
                isset( $pPong->api ) &&
                'pong' === $pPong->api
            );
        }

		/**
		 * Ping API to test connectivity.
		 *
		 * @return object
		 */
		public static function Ping() {
			try {
				$result = self::MakeStaticRequest( '/v' . FS_API__VERSION . '/ping.json' );
			} catch ( Freemius_Exception $e ) {
				// Map to error object.
				$result = (object) $e->getResult();
			} catch ( Exception $e ) {
				// Map to error object.
				$result = (object) array(
					'error' => (object) array(
						'type'    => 'Unknown',
						'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
						'code'    => 'unknown',
						'http'    => 402
					)
				);
			}

			return $result;
		}

		#endregion

		#----------------------------------------------------------------------------------
		#region Connectivity Exceptions
		#----------------------------------------------------------------------------------

		/**
		 * @param \WP_Error $pError
		 *
		 * @return bool
		 */
		private static function IsCurlError( WP_Error $pError ) {
			$message = $pError->get_error_message( 'http_request_failed' );

			return ( 0 === strpos( $message, 'cURL' ) );
		}

		/**
		 * @param WP_Error $pError
		 *
		 * @throws Freemius_Exception
		 */
		private static function ThrowWPRemoteException( WP_Error $pError ) {
			if ( self::IsCurlError( $pError ) ) {
				$message = $pError->get_error_message( 'http_request_failed' );

				#region Check if there are any missing cURL methods.

				$curl_required_methods = array(
					'curl_version',
					'curl_exec',
					'curl_init',
					'curl_close',
					'curl_setopt',
					'curl_setopt_array',
					'curl_error',
				);

				// Find all missing methods.
				$missing_methods = array();
				foreach ( $curl_required_methods as $m ) {
					if ( ! function_exists( $m ) ) {
						$missing_methods[] = $m;
					}
				}

				if ( ! empty( $missing_methods ) ) {
					throw new Freemius_Exception( array(
						'error'           => (object) array(
							'type'    => 'cUrlMissing',
							'message' => $message,
							'code'    => 'curl_missing',
							'http'    => 402
						),
						'missing_methods' => $missing_methods,
					) );
				}

				#endregion

				// cURL error - "cURL error {{errno}}: {{error}}".
				$parts = explode( ':', substr( $message, strlen( 'cURL error ' ) ), 2 );

				$code    = ( 0 < count( $parts ) ) ? $parts[0] : 'http_request_failed';
				$message = ( 1 < count( $parts ) ) ? $parts[1] : $message;

				$e = new Freemius_Exception( array(
					'error' => (object) array(
						'code'    => $code,
						'message' => $message,
						'type'    => 'CurlException',
					),
				) );
			} else {
				$e = new Freemius_Exception( array(
					'error' => (object) array(
						'code'    => $pError->get_error_code(),
						'message' => $pError->get_error_message(),
						'type'    => 'WPRemoteException',
					),
				) );
			}

			throw $e;
		}

		/**
		 * @param string $pResult
		 *
		 * @throws Freemius_Exception
		 */
		private static function ThrowCloudFlareDDoSException( $pResult = '' ) {
			throw new Freemius_Exception( array(
				'error' => (object) array(
					'type'    => 'CloudFlareDDoSProtection',
					'message' => $pResult,
					'code'    => 'cloudflare_ddos_protection',
					'http'    => 402
				)
			) );
		}

		/**
		 * @param string $pResult
		 *
		 * @throws Freemius_Exception
		 */
		private static function ThrowSquidAclException( $pResult = '' ) {
			throw new Freemius_Exception( array(
				'error' => (object) array(
					'type'    => 'SquidCacheBlock',
					'message' => $pResult,
					'code'    => 'squid_cache_block',
					'http'    => 402
				)
			) );
		}

		#endregion
	}
    }
freemius/includes/sdk/Exceptions/EmptyArgumentException.php000064400000000461151213253170020265 0ustar00<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_EmptyArgumentException' ) ) {
		class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException {
		}
	}
freemius/includes/sdk/Exceptions/InvalidArgumentException.php000064400000000424151213253170020554 0ustar00<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_Exception' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		class Freemius_InvalidArgumentException extends Freemius_Exception { }
	}
freemius/includes/sdk/Exceptions/index.php000064400000000131151213253170014706 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/sdk/Exceptions/OAuthException.php000064400000000535151213253170016506 0ustar00<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_Exception' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_OAuthException' ) ) {
		class Freemius_OAuthException extends Freemius_Exception {
			public function __construct( $pResult ) {
				parent::__construct( $pResult );
			}
		}
	}
freemius/includes/sdk/Exceptions/ArgumentNotExistException.php000064400000000467151213253170020752 0ustar00<?php
    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! class_exists( 'Freemius_InvalidArgumentException' ) ) {
		exit;
	}

	if ( ! class_exists( 'Freemius_ArgumentNotExistException' ) ) {
		class Freemius_ArgumentNotExistException extends Freemius_InvalidArgumentException {
		}
	}
freemius/includes/sdk/Exceptions/Exception.php000064400000003461151213253170015546 0ustar00<?php
        if ( ! defined( 'ABSPATH' ) ) {
            exit;
        }

	if ( ! class_exists( 'Freemius_Exception' ) ) {
		/**
		 * Thrown when an API call returns an exception.
		 *
		 */
		class Freemius_Exception extends Exception {
			protected $_result;
			protected $_type;
			protected $_code;

			/**
			 * Make a new API Exception with the given result.
			 *
			 * @param array $result The result from the API server.
			 */
			public function __construct( $result ) {
				$this->_result = $result;

				$code    = 0;
				$message = 'Unknown error, please check GetResult().';
				$type    = '';

				if ( isset( $result['error'] ) && is_array( $result['error'] ) ) {
					if ( isset( $result['error']['code'] ) ) {
						$code = $result['error']['code'];
					}
					if ( isset( $result['error']['message'] ) ) {
						$message = $result['error']['message'];
					}
					if ( isset( $result['error']['type'] ) ) {
						$type = $result['error']['type'];
					}
				}

				$this->_type = $type;
				$this->_code = $code;

				parent::__construct( $message, is_numeric( $code ) ? $code : 0 );
			}

			/**
			 * Return the associated result object returned by the API server.
			 *
			 * @return array The result from the API server
			 */
			public function getResult() {
				return $this->_result;
			}

			public function getStringCode() {
				return $this->_code;
			}

			public function getType() {
				return $this->_type;
			}

			/**
			 * To make debugging easier.
			 *
			 * @return string The string representation of the error
			 */
			public function __toString() {
				$str = $this->getType() . ': ';

				if ( $this->code != 0 ) {
					$str .= $this->getStringCode() . ': ';
				}

				return $str . $this->getMessage();
			}
		}
	}
freemius/includes/sdk/index.php000064400000000131151213253170012565 0ustar00<?php
	// Silence is golden.
	// Hide file structure from users on unprotected servers.freemius/includes/sdk/FreemiusBase.php000064400000020103151213253170014031 0ustar00<?php
	/**
	 * Copyright 2014 Freemius, Inc.
	 *
	 * Licensed under the GPL v2 (the "License"); you may
	 * not use this file except in compliance with the License. You may obtain
	 * a copy of the License at
	 *
	 *     http://choosealicense.com/licenses/gpl-v2/
	 *
	 * Unless required by applicable law or agreed to in writing, software
	 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
	 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
	 * License for the specific language governing permissions and limitations
	 * under the License.
	 */

    if ( ! defined( 'ABSPATH' ) ) {
        exit;
    }

	if ( ! defined( 'FS_API__VERSION' ) ) {
		define( 'FS_API__VERSION', '1' );
	}
	if ( ! defined( 'FS_SDK__PATH' ) ) {
		define( 'FS_SDK__PATH', dirname( __FILE__ ) );
	}
	if ( ! defined( 'FS_SDK__EXCEPTIONS_PATH' ) ) {
		define( 'FS_SDK__EXCEPTIONS_PATH', FS_SDK__PATH . '/Exceptions/' );
	}

	if ( ! function_exists( 'json_decode' ) ) {
		throw new Exception( 'Freemius needs the JSON PHP extension.' );
	}

	// Include all exception files.
	$exceptions = array(
		'Exception',
		'InvalidArgumentException',
		'ArgumentNotExistException',
		'EmptyArgumentException',
		'OAuthException'
	);

	foreach ( $exceptions as $e ) {
		require_once FS_SDK__EXCEPTIONS_PATH . $e . '.php';
	}

	if ( ! class_exists( 'Freemius_Api_Base' ) ) {
        abstract class Freemius_Api_Base {
            const VERSION = '1.0.4';
            const FORMAT = 'json';

            protected $_id;
            protected $_public;
            protected $_secret;
            protected $_scope;
            protected $_isSandbox;

            /**
             * @param string $pScope     'app', 'developer', 'plugin', 'user' or 'install'.
             * @param number $pID        Element's id.
             * @param string $pPublic    Public key.
             * @param string $pSecret    Element's secret key.
             * @param bool   $pIsSandbox Whether or not to run API in sandbox mode.
             */
            public function Init( $pScope, $pID, $pPublic, $pSecret, $pIsSandbox = false ) {
                $this->_id        = $pID;
                $this->_public    = $pPublic;
                $this->_secret    = $pSecret;
                $this->_scope     = $pScope;
                $this->_isSandbox = $pIsSandbox;
            }

            public function IsSandbox() {
                return $this->_isSandbox;
            }

            function CanonizePath( $pPath ) {
                $pPath     = trim( $pPath, '/' );
                $query_pos = strpos( $pPath, '?' );
                $query     = '';

                if ( false !== $query_pos ) {
                    $query = substr( $pPath, $query_pos );
                    $pPath = substr( $pPath, 0, $query_pos );
                }

                // Trim '.json' suffix.
                $format_length = strlen( '.' . self::FORMAT );
                $start         = $format_length * ( - 1 ); //negative
                if ( substr( strtolower( $pPath ), $start ) === ( '.' . self::FORMAT ) ) {
                    $pPath = substr( $pPath, 0, strlen( $pPath ) - $format_length );
                }

                switch ( $this->_scope ) {
                    case 'app':
                        $base = '/apps/' . $this->_id;
                        break;
                    case 'developer':
                        $base = '/developers/' . $this->_id;
                        break;
                    case 'user':
                        $base = '/users/' . $this->_id;
                        break;
                    case 'plugin':
                        $base = '/plugins/' . $this->_id;
                        break;
                    case 'install':
                        $base = '/installs/' . $this->_id;
                        break;
                    default:
                        throw new Freemius_Exception( 'Scope not implemented.' );
                }

                return '/v' . FS_API__VERSION . $base .
                       ( ! empty( $pPath ) ? '/' : '' ) . $pPath .
                       ( ( false === strpos( $pPath, '.' ) ) ? '.' . self::FORMAT : '' ) . $query;
            }

            abstract function MakeRequest( $pCanonizedPath, $pMethod = 'GET', $pParams = array() );

            /**
             * @param string $pPath
             * @param string $pMethod
             * @param array  $pParams
             *
             * @return object[]|object|null
             */
            private function _Api( $pPath, $pMethod = 'GET', $pParams = array() ) {
                $pMethod = strtoupper( $pMethod );

                try {
                    $result = $this->MakeRequest( $pPath, $pMethod, $pParams );
                } catch ( Freemius_Exception $e ) {
                    // Map to error object.
                    $result = (object) $e->getResult();
                } catch ( Exception $e ) {
                    // Map to error object.
                    $result = (object) array(
                        'error' => (object) array(
                            'type'    => 'Unknown',
                            'message' => $e->getMessage() . ' (' . $e->getFile() . ': ' . $e->getLine() . ')',
                            'code'    => 'unknown',
                            'http'    => 402
                        )
                    );
                }

                return $result;
            }

            public function Api( $pPath, $pMethod = 'GET', $pParams = array() ) {
                return $this->_Api( $this->CanonizePath( $pPath ), $pMethod, $pParams );
            }

            /**
             * Base64 decoding that does not need to be urldecode()-ed.
             *
             * Exactly the same as PHP base64 encode except it uses
             *   `-` instead of `+`
             *   `_` instead of `/`
             *   No padded =
             *
             * @param string $input Base64UrlEncoded() string
             *
             * @return string
             */
            protected static function Base64UrlDecode( $input ) {
                /**
                 * IMPORTANT NOTE:
                 * This is a hack suggested by @otto42 and @greenshady from
                 * the theme's review team. The usage of base64 for API
                 * signature encoding was approved in a Slack meeting
                 * held on Tue (10/25 2016).
                 *
                 * @todo Remove this hack once the base64 error is removed from the Theme Check.
                 *
                 * @since 1.2.2
                 * @author Vova Feldman (@svovaf)
                 */
                $fn = 'base64' . '_decode';
                return $fn( strtr( $input, '-_', '+/' ) );
            }

            /**
             * Base64 encoding that does not need to be urlencode()ed.
             *
             * Exactly the same as base64 encode except it uses
             *   `-` instead of `+
             *   `_` instead of `/`
             *
             * @param string $input string
             *
             * @return string Base64 encoded string
             */
            protected static function Base64UrlEncode( $input ) {
                /**
                 * IMPORTANT NOTE:
                 * This is a hack suggested by @otto42 and @greenshady from
                 * the theme's review team. The usage of base64 for API
                 * signature encoding was approved in a Slack meeting
                 * held on Tue (10/25 2016).
                 *
                 * @todo Remove this hack once the base64 error is removed from the Theme Check.
                 *
                 * @since 1.2.2
                 * @author Vova Feldman (@svovaf)
                 */
                $fn = 'base64' . '_encode';
                $str = strtr( $fn( $input ), '+/', '-_' );
                $str = str_replace( '=', '', $str );

                return $str;
            }
        }
    }freemius/includes/sdk/LICENSE.txt000064400000043677151213253170012616 0ustar00GNU GENERAL PUBLIC LICENSE
                       Version 2, June 1991

 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it.  (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.)  You can apply it to
your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.

  For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must show them these terms so they know their
rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  Finally, any free program is threatened constantly by software
patents.  We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary.  To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.

  The precise terms and conditions for copying, distribution and
modification follow.

                    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License.  The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language.  (Hereinafter, translation is included without limitation in
the term "modification".)  Each licensee is addressed as "you".

Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.

  1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.

You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.

  2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) You must cause the modified files to carry prominent notices
    stating that you changed the files and the date of any change.

    b) You must cause any work that you distribute or publish, that in
    whole or in part contains or is derived from the Program or any
    part thereof, to be licensed as a whole at no charge to all third
    parties under the terms of this License.

    c) If the modified program normally reads commands interactively
    when run, you must cause it, when started running for such
    interactive use in the most ordinary way, to print or display an
    announcement including an appropriate copyright notice and a
    notice that there is no warranty (or else, saying that you provide
    a warranty) and that users may redistribute the program under
    these conditions, and telling the user how to view a copy of this
    License.  (Exception: if the Program itself is interactive but
    does not normally print such an announcement, your work based on
    the Program is not required to print an announcement.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.

In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:

    a) Accompany it with the complete corresponding machine-readable
    source code, which must be distributed under the terms of Sections
    1 and 2 above on a medium customarily used for software interchange; or,

    b) Accompany it with a written offer, valid for at least three
    years, to give any third party, for a charge no more than your
    cost of physically performing source distribution, a complete
    machine-readable copy of the corresponding source code, to be
    distributed under the terms of Sections 1 and 2 above on a medium
    customarily used for software interchange; or,

    c) Accompany it with the information you received as to the offer
    to distribute corresponding source code.  (This alternative is
    allowed only for noncommercial distribution and only if you
    received the program in object code or executable form with such
    an offer, in accord with Subsection b above.)

The source code for a work means the preferred form of the work for
making modifications to it.  For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable.  However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.

If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.

  4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License.  Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.

  5. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Program or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.

  6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.

  7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all.  For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.

If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded.  In such case, this License incorporates
the limitation as if written in the body of this License.

  9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time.  Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.

Each version is given a distinguishing version number.  If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.

  10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

                            NO WARRANTY

  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.

  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

                     END OF TERMS AND CONDITIONS

            How to Apply These Terms to Your New Programs

  If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

  To do so, attach the following notices to the program.  It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

    {description}
    Copyright (C) {year}  {fullname}

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) year name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License.  Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.

You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary.  Here is a sample; alter the names:

  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  `Gnomovision' (which makes passes at compilers) written by James Hacker.

  {signature of Ty Coon}, 1 April 1989
  Ty Coon, President of Vice

This General Public License does not permit incorporating your program into
proprietary programs.  If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

assets/js/theia-sticky-sidebar/ResizeSensor.min.js000064400000004231151213253170016242 0ustar00!function(){var e=function(t,i){function s(){var e,t;this.q=[],this.add=function(e){this.q.push(e)},this.call=function(){for(e=0,t=this.q.length;e<t;e++)this.q[e].call()}}function o(e,t){if(e.resizedAttached){if(e.resizedAttached)return void e.resizedAttached.add(t)}else e.resizedAttached=new s,e.resizedAttached.add(t);e.resizeSensor=document.createElement("div"),e.resizeSensor.className="resize-sensor";var i="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;",o="position: absolute; left: 0; top: 0; transition: 0s;";e.resizeSensor.style.cssText=i,e.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="'+i+'"><div style="'+o+'"></div></div><div class="resize-sensor-shrink" style="'+i+'"><div style="'+o+' width: 200%; height: 200%"></div></div>',e.appendChild(e.resizeSensor),{fixed:1,absolute:1}[function(e,t){return e.currentStyle?e.currentStyle[t]:window.getComputedStyle?window.getComputedStyle(e,null).getPropertyValue(t):e.style[t]}(e,"position")]||(e.style.position="relative");var n,r,d=e.resizeSensor.childNodes[0],l=d.childNodes[0],c=e.resizeSensor.childNodes[1],h=(c.childNodes[0],function(){l.style.width=d.offsetWidth+10+"px",l.style.height=d.offsetHeight+10+"px",d.scrollLeft=d.scrollWidth,d.scrollTop=d.scrollHeight,c.scrollLeft=c.scrollWidth,c.scrollTop=c.scrollHeight,n=e.offsetWidth,r=e.offsetHeight});h();var a=function(e,t,i){e.attachEvent?e.attachEvent("on"+t,i):e.addEventListener(t,i)},f=function(){e.offsetWidth==n&&e.offsetHeight==r||e.resizedAttached&&e.resizedAttached.call(),h()};a(d,"scroll",f),a(c,"scroll",f)}var n=Object.prototype.toString.call(t),r="[object Array]"===n||"[object NodeList]"===n||"[object HTMLCollection]"===n||"undefined"!=typeof jQuery&&t instanceof jQuery||"undefined"!=typeof Elements&&t instanceof Elements;if(r)for(var d=0,l=t.length;d<l;d++)o(t[d],i);else o(t,i);this.detach=function(){if(r)for(var i=0,s=t.length;i<s;i++)e.detach(t[i]);else e.detach(t)}};e.detach=function(e){e.resizeSensor&&(e.removeChild(e.resizeSensor),delete e.resizeSensor,delete e.resizedAttached)},"undefined"!=typeof module&&void 0!==module.exports?module.exports=e:window.ResizeSensor=e}();assets/js/theia-sticky-sidebar/theia-sticky-sidebar.js000064400000040560151213253170017037 0ustar00/*!
 * Theia Sticky Sidebar v1.7.0
 * https://github.com/WeCodePixels/theia-sticky-sidebar
 *
 * Glues your website's sidebars, making them permanently visible while scrolling.
 *
 * Copyright 2013-2016 WeCodePixels and other contributors
 * Released under the MIT license
 */

(function ($) {
    $.fn.theiaStickySidebar = function (options) {
        var defaults = {
            'containerSelector': '',
            'additionalMarginTop': 0,
            'additionalMarginBottom': 0,
            'updateSidebarHeight': true,
            'minWidth': 0,
            'disableOnResponsiveLayouts': true,
            'sidebarBehavior': 'modern',
            'defaultPosition': 'relative',
            'namespace': 'TSS'
        };
        options = $.extend(defaults, options);

        // Validate options
        options.additionalMarginTop = parseInt(options.additionalMarginTop) || 0;
        options.additionalMarginBottom = parseInt(options.additionalMarginBottom) || 0;

        tryInitOrHookIntoEvents(options, this);

        // Try doing init, otherwise hook into window.resize and document.scroll and try again then.
        function tryInitOrHookIntoEvents(options, $that) {
            var success = tryInit(options, $that);

            if (!success) {
                console.log('TSS: Body width smaller than options.minWidth. Init is delayed.');

                $(document).on('scroll.' + options.namespace, function (options, $that) {
                    return function (evt) {
                        var success = tryInit(options, $that);

                        if (success) {
                            $(this).unbind(evt);
                        }
                    };
                }(options, $that));
                $(window).on('resize.' + options.namespace, function (options, $that) {
                    return function (evt) {
                        var success = tryInit(options, $that);

                        if (success) {
                            $(this).unbind(evt);
                        }
                    };
                }(options, $that))
            }
        }

        // Try doing init if proper conditions are met.
        function tryInit(options, $that) {
            if (options.initialized === true) {
                return true;
            }

            if ($('body').width() < options.minWidth) {
                return false;
            }

            init(options, $that);

            return true;
        }

        // Init the sticky sidebar(s).
        function init(options, $that) {
            options.initialized = true;

            // Add CSS
            var existingStylesheet = $('#theia-sticky-sidebar-stylesheet-' + options.namespace);
            if (existingStylesheet.length === 0) {
                $('head').append($('<style id="theia-sticky-sidebar-stylesheet-' + options.namespace + '">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'));
            }

            $that.each(function () {
                var o = {};

                o.sidebar = $(this);

                // Save options
                o.options = options || {};

                // Get container
                o.container = $(o.options.containerSelector);
                if (o.container.length == 0) {
                    o.container = o.sidebar.parent();
                }

                // Create sticky sidebar
                o.sidebar.parents().css('-webkit-transform', 'none'); // Fix for WebKit bug - https://code.google.com/p/chromium/issues/detail?id=20574
                o.sidebar.css({
                    'position': o.options.defaultPosition,
                    'overflow': 'visible',
                    // The "box-sizing" must be set to "content-box" because we set a fixed height to this element when the sticky sidebar has a fixed position.
                    '-webkit-box-sizing': 'border-box',
                    '-moz-box-sizing': 'border-box',
                    'box-sizing': 'border-box'
                });

                // Get the sticky sidebar element. If none has been found, then create one.
                o.stickySidebar = o.sidebar.find('.theiaStickySidebar');
                if (o.stickySidebar.length == 0) {
                    // Remove <script> tags, otherwise they will be run again when added to the stickySidebar.
                    var javaScriptMIMETypes = /(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;
                    o.sidebar.find('script').filter(function (index, script) {
                        return script.type.length === 0 || script.type.match(javaScriptMIMETypes);
                    }).remove();

                    o.stickySidebar = $('<div>').addClass('theiaStickySidebar').append(o.sidebar.children());
                    o.sidebar.append(o.stickySidebar);
                }

                // Get existing top and bottom margins and paddings
                o.marginBottom = parseInt(o.sidebar.css('margin-bottom'));
                o.paddingTop = parseInt(o.sidebar.css('padding-top'));
                o.paddingBottom = parseInt(o.sidebar.css('padding-bottom'));

                // Add a temporary padding rule to check for collapsable margins.
                var collapsedTopHeight = o.stickySidebar.offset().top;
                var collapsedBottomHeight = o.stickySidebar.outerHeight();
                o.stickySidebar.css('padding-top', 1);
                o.stickySidebar.css('padding-bottom', 1);
                collapsedTopHeight -= o.stickySidebar.offset().top;
                collapsedBottomHeight = o.stickySidebar.outerHeight() - collapsedBottomHeight - collapsedTopHeight;
                if (collapsedTopHeight == 0) {
                    o.stickySidebar.css('padding-top', 0);
                    o.stickySidebarPaddingTop = 0;
                }
                else {
                    o.stickySidebarPaddingTop = 1;
                }

                if (collapsedBottomHeight == 0) {
                    o.stickySidebar.css('padding-bottom', 0);
                    o.stickySidebarPaddingBottom = 0;
                }
                else {
                    o.stickySidebarPaddingBottom = 1;
                }

                // We use this to know whether the user is scrolling up or down.
                o.previousScrollTop = null;

                // Scroll top (value) when the sidebar has fixed position.
                o.fixedScrollTop = 0;

                // Set sidebar to default values.
                resetSidebar();

                o.onScroll = function (o) {
                    // Stop if the sidebar isn't visible.
                    if (!o.stickySidebar.is(":visible")) {
                        return;
                    }

                    // Stop if the window is too small.
                    if ($('body').width() < o.options.minWidth) {
                        resetSidebar();
                        return;
                    }

                    // Stop if the sidebar width is larger than the container width (e.g. the theme is responsive and the sidebar is now below the content)
                    if (o.options.disableOnResponsiveLayouts) {
                        var sidebarWidth = o.sidebar.outerWidth(o.sidebar.css('float') == 'none');

                        if (sidebarWidth + 50 > o.container.width()) {
                            resetSidebar();
                            return;
                        }
                    }

                    var scrollTop = $(document).scrollTop();
                    var position = 'static';

                    // If the user has scrolled down enough for the sidebar to be clipped at the top, then we can consider changing its position.
                    if (scrollTop >= o.sidebar.offset().top + (o.paddingTop - o.options.additionalMarginTop)) {
                        // The top and bottom offsets, used in various calculations.
                        var offsetTop = o.paddingTop + options.additionalMarginTop;
                        var offsetBottom = o.paddingBottom + o.marginBottom + options.additionalMarginBottom;

                        // All top and bottom positions are relative to the window, not to the parent elemnts.
                        var containerTop = o.sidebar.offset().top;
                        var containerBottom = o.sidebar.offset().top + getClearedHeight(o.container);

                        // The top and bottom offsets relative to the window screen top (zero) and bottom (window height).
                        var windowOffsetTop = 0 + options.additionalMarginTop;
                        var windowOffsetBottom;

                        var sidebarSmallerThanWindow = (o.stickySidebar.outerHeight() + offsetTop + offsetBottom) < $(window).height();
                        if (sidebarSmallerThanWindow) {
                            windowOffsetBottom = windowOffsetTop + o.stickySidebar.outerHeight();
                        }
                        else {
                            windowOffsetBottom = $(window).height() - o.marginBottom - o.paddingBottom - options.additionalMarginBottom;
                        }

                        var staticLimitTop = containerTop - scrollTop + o.paddingTop;
                        var staticLimitBottom = containerBottom - scrollTop - o.paddingBottom - o.marginBottom;

                        var top = o.stickySidebar.offset().top - scrollTop;
                        var scrollTopDiff = o.previousScrollTop - scrollTop;

                        // If the sidebar position is fixed, then it won't move up or down by itself. So, we manually adjust the top coordinate.
                        if (o.stickySidebar.css('position') == 'fixed') {
                            if (o.options.sidebarBehavior == 'modern') {
                                top += scrollTopDiff;
                            }
                        }

                        if (o.options.sidebarBehavior == 'stick-to-top') {
                            top = options.additionalMarginTop;
                        }

                        if (o.options.sidebarBehavior == 'stick-to-bottom') {
                            top = windowOffsetBottom - o.stickySidebar.outerHeight();
                        }

                        if (scrollTopDiff > 0) { // If the user is scrolling up.
                            top = Math.min(top, windowOffsetTop);
                        }
                        else { // If the user is scrolling down.
                            top = Math.max(top, windowOffsetBottom - o.stickySidebar.outerHeight());
                        }

                        top = Math.max(top, staticLimitTop);

                        top = Math.min(top, staticLimitBottom - o.stickySidebar.outerHeight());

                        // If the sidebar is the same height as the container, we won't use fixed positioning.
                        var sidebarSameHeightAsContainer = o.container.height() == o.stickySidebar.outerHeight();

                        if (!sidebarSameHeightAsContainer && top == windowOffsetTop) {
                            position = 'fixed';
                        }
                        else if (!sidebarSameHeightAsContainer && top == windowOffsetBottom - o.stickySidebar.outerHeight()) {
                            position = 'fixed';
                        }
                        else if (scrollTop + top - o.sidebar.offset().top - o.paddingTop <= options.additionalMarginTop) {
                            // Stuck to the top of the page. No special behavior.
                            position = 'static';
                        }
                        else {
                            // Stuck to the bottom of the page.
                            position = 'absolute';
                        }
                    }

                    /*
                     * Performance notice: It's OK to set these CSS values at each resize/scroll, even if they don't change.
                     * It's way slower to first check if the values have changed.
                     */
                    if (position == 'fixed') {
                        var scrollLeft = $(document).scrollLeft();

                        o.stickySidebar.css({
                            'position': 'fixed',
                            'width': getWidthForObject(o.stickySidebar) + 'px',
                            'transform': 'translateY(' + top + 'px)',
                            'left': (o.sidebar.offset().left + parseInt(o.sidebar.css('padding-left')) - scrollLeft) + 'px',
                            'top': '0px'
                        });
                    }
                    else if (position == 'absolute') {
                        var css = {};

                        if (o.stickySidebar.css('position') != 'absolute') {
                            css.position = 'absolute';
                            css.transform = 'translateY(' + (scrollTop + top - o.sidebar.offset().top - o.stickySidebarPaddingTop - o.stickySidebarPaddingBottom) + 'px)';
                            css.top = '0px';
                        }

                        css.width = getWidthForObject(o.stickySidebar) + 'px';
                        css.left = '';

                        o.stickySidebar.css(css);
                    }
                    else if (position == 'static') {
                        resetSidebar();
                    }

                    if (position != 'static') {
                        if (o.options.updateSidebarHeight == true) {
                            o.sidebar.css({
                                'min-height': o.stickySidebar.outerHeight() + o.stickySidebar.offset().top - o.sidebar.offset().top + o.paddingBottom
                            });
                        }
                    }

                    o.previousScrollTop = scrollTop;
                };

                // Initialize the sidebar's position.
                o.onScroll(o);

                // Recalculate the sidebar's position on every scroll and resize.
                $(document).on('scroll.' + o.options.namespace, function (o) {
                    return function () {
                        o.onScroll(o);
                    };
                }(o));
                $(window).on('resize.' + o.options.namespace, function (o) {
                    return function () {
                        o.stickySidebar.css({'position': 'static'});
                        o.onScroll(o);
                    };
                }(o));

                // Recalculate the sidebar's position every time the sidebar changes its size.
                if (typeof ResizeSensor !== 'undefined') {
                    new ResizeSensor(o.stickySidebar[0], function (o) {
                        return function () {
                            o.onScroll(o);
                        };
                    }(o));
                }

                // Reset the sidebar to its default state
                function resetSidebar() {
                    o.fixedScrollTop = 0;
                    o.sidebar.css({
                        'min-height': '1px'
                    });
                    o.stickySidebar.css({
                        'position': 'static',
                        'width': '',
                        'transform': 'none'
                    });
                }

                // Get the height of a div as if its floated children were cleared. Note that this function fails if the floats are more than one level deep.
                function getClearedHeight(e) {
                    var height = e.height();

                    e.children().each(function () {
                        height = Math.max(height, $(this).height());
                    });

                    return height;
                }
            });
        }

        function getWidthForObject(object) {
            var width;

            try {
                width = object[0].getBoundingClientRect().width;
            }
            catch (err) {
            }

            if (typeof width === "undefined") {
                width = object.width();
            }

            return width;
        }

        return this;
    }
})(jQuery);

//# sourceMappingURL=maps/theia-sticky-sidebar.js.map
assets/js/theia-sticky-sidebar/ResizeSensor.js000064400000013763151213253170015472 0ustar00/**
 * Copyright Marc J. Schmidt. See the LICENSE file at the top-level
 * directory of this distribution and at
 * https://github.com/marcj/css-element-queries/blob/master/LICENSE.
 */
;
(function() {

    /**
     * Class for dimension change detection.
     *
     * @param {Element|Element[]|Elements|jQuery} element
     * @param {Function} callback
     *
     * @constructor
     */
    var ResizeSensor = function(element, callback) {
        /**
         *
         * @constructor
         */
        function EventQueue() {
            this.q = [];
            this.add = function(ev) {
                this.q.push(ev);
            };

            var i, j;
            this.call = function() {
                for (i = 0, j = this.q.length; i < j; i++) {
                    this.q[i].call();
                }
            };
        }

        /**
         * @param {HTMLElement} element
         * @param {String}      prop
         * @returns {String|Number}
         */
        function getComputedStyle(element, prop) {
            if (element.currentStyle) {
                return element.currentStyle[prop];
            } else if (window.getComputedStyle) {
                return window.getComputedStyle(element, null).getPropertyValue(prop);
            } else {
                return element.style[prop];
            }
        }

        /**
         *
         * @param {HTMLElement} element
         * @param {Function}    resized
         */
        function attachResizeEvent(element, resized) {
            if (!element.resizedAttached) {
                element.resizedAttached = new EventQueue();
                element.resizedAttached.add(resized);
            } else if (element.resizedAttached) {
                element.resizedAttached.add(resized);
                return;
            }

            element.resizeSensor = document.createElement('div');
            element.resizeSensor.className = 'resize-sensor';
            var style = 'position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;';
            var styleChild = 'position: absolute; left: 0; top: 0; transition: 0s;';

            element.resizeSensor.style.cssText = style;
            element.resizeSensor.innerHTML =
                '<div class="resize-sensor-expand" style="' + style + '">' +
                    '<div style="' + styleChild + '"></div>' +
                '</div>' +
                '<div class="resize-sensor-shrink" style="' + style + '">' +
                    '<div style="' + styleChild + ' width: 200%; height: 200%"></div>' +
                '</div>';
            element.appendChild(element.resizeSensor);

            if (!{fixed: 1, absolute: 1}[getComputedStyle(element, 'position')]) {
                element.style.position = 'relative';
            }

            var expand = element.resizeSensor.childNodes[0];
            var expandChild = expand.childNodes[0];
            var shrink = element.resizeSensor.childNodes[1];
            var shrinkChild = shrink.childNodes[0];

            var lastWidth, lastHeight;

            var reset = function() {
                expandChild.style.width = expand.offsetWidth + 10 + 'px';
                expandChild.style.height = expand.offsetHeight + 10 + 'px';
                expand.scrollLeft = expand.scrollWidth;
                expand.scrollTop = expand.scrollHeight;
                shrink.scrollLeft = shrink.scrollWidth;
                shrink.scrollTop = shrink.scrollHeight;
                lastWidth = element.offsetWidth;
                lastHeight = element.offsetHeight;
            };

            reset();

            var changed = function() {
                if (element.resizedAttached) {
                    element.resizedAttached.call();
                }
            };

            var addEvent = function(el, name, cb) {
                if (el.attachEvent) {
                    el.attachEvent('on' + name, cb);
                } else {
                    el.addEventListener(name, cb);
                }
            };

            var onScroll = function() {
              if (element.offsetWidth != lastWidth || element.offsetHeight != lastHeight) {
                  changed();
              }
              reset();
            };

            addEvent(expand, 'scroll', onScroll);
            addEvent(shrink, 'scroll', onScroll);
        }

        var elementType = Object.prototype.toString.call(element);
        var isCollectionTyped = ('[object Array]' === elementType
            || ('[object NodeList]' === elementType)
            || ('[object HTMLCollection]' === elementType)
            || ('undefined' !== typeof jQuery && element instanceof jQuery) //jquery
            || ('undefined' !== typeof Elements && element instanceof Elements) //mootools
        );

        if (isCollectionTyped) {
            var i = 0, j = element.length;
            for (; i < j; i++) {
                attachResizeEvent(element[i], callback);
            }
        } else {
            attachResizeEvent(element, callback);
        }

        this.detach = function() {
            if (isCollectionTyped) {
                var i = 0, j = element.length;
                for (; i < j; i++) {
                    ResizeSensor.detach(element[i]);
                }
            } else {
                ResizeSensor.detach(element);
            }
        };
    };

    ResizeSensor.detach = function(element) {
        if (element.resizeSensor) {
            element.removeChild(element.resizeSensor);
            delete element.resizeSensor;
            delete element.resizedAttached;
        }
    };

    // make available to common module loader
    if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') {
        module.exports = ResizeSensor;
    }
    else {
        window.ResizeSensor = ResizeSensor;
    }

})();

//# sourceMappingURL=maps/ResizeSensor.js.map
assets/js/theia-sticky-sidebar/theia-sticky-sidebar.min.js000064400000012662151213253200017615 0ustar00/*!
 * Theia Sticky Sidebar v1.7.0
 * https://github.com/WeCodePixels/theia-sticky-sidebar
 *
 * Glues your website's sidebars, making them permanently visible while scrolling.
 *
 * Copyright 2013-2016 WeCodePixels and other contributors
 * Released under the MIT license
 */
!function(i){i.fn.theiaStickySidebar=function(t){function e(t,e){return!0===t.initialized||!(i("body").width()<t.minWidth)&&(function(t,e){t.initialized=!0,0===i("#theia-sticky-sidebar-stylesheet-"+t.namespace).length&&i("head").append(i('<style id="theia-sticky-sidebar-stylesheet-'+t.namespace+'">.theiaStickySidebar:after {content: ""; display: table; clear: both;}</style>'));e.each((function(){var e={};if(e.sidebar=i(this),e.options=t||{},e.container=i(e.options.containerSelector),0==e.container.length&&(e.container=e.sidebar.parent()),e.sidebar.parents().css("-webkit-transform","none"),e.sidebar.css({position:e.options.defaultPosition,overflow:"visible","-webkit-box-sizing":"border-box","-moz-box-sizing":"border-box","box-sizing":"border-box"}),e.stickySidebar=e.sidebar.find(".theiaStickySidebar"),0==e.stickySidebar.length){var a=/(?:text|application)\/(?:x-)?(?:javascript|ecmascript)/i;e.sidebar.find("script").filter((function(i,t){return 0===t.type.length||t.type.match(a)})).remove(),e.stickySidebar=i("<div>").addClass("theiaStickySidebar").append(e.sidebar.children()),e.sidebar.append(e.stickySidebar)}e.marginBottom=parseInt(e.sidebar.css("margin-bottom")),e.paddingTop=parseInt(e.sidebar.css("padding-top")),e.paddingBottom=parseInt(e.sidebar.css("padding-bottom"));var n=e.stickySidebar.offset().top,s=e.stickySidebar.outerHeight();function d(){e.fixedScrollTop=0,e.sidebar.css({"min-height":"1px"}),e.stickySidebar.css({position:"static",width:"",transform:"none"})}e.stickySidebar.css("padding-top",1),e.stickySidebar.css("padding-bottom",1),n-=e.stickySidebar.offset().top,s=e.stickySidebar.outerHeight()-s-n,0==n?(e.stickySidebar.css("padding-top",0),e.stickySidebarPaddingTop=0):e.stickySidebarPaddingTop=1,0==s?(e.stickySidebar.css("padding-bottom",0),e.stickySidebarPaddingBottom=0):e.stickySidebarPaddingBottom=1,e.previousScrollTop=null,e.fixedScrollTop=0,d(),e.onScroll=function(e){if(e.stickySidebar.is(":visible"))if(i("body").width()<e.options.minWidth)d();else{if(e.options.disableOnResponsiveLayouts)if(e.sidebar.outerWidth("none"==e.sidebar.css("float"))+50>e.container.width())return void d();var a,n,s=i(document).scrollTop(),r="static";if(s>=e.sidebar.offset().top+(e.paddingTop-e.options.additionalMarginTop)){var c,p=e.paddingTop+t.additionalMarginTop,b=e.paddingBottom+e.marginBottom+t.additionalMarginBottom,l=e.sidebar.offset().top,f=e.sidebar.offset().top+(a=e.container,n=a.height(),a.children().each((function(){n=Math.max(n,i(this).height())})),n),h=0+t.additionalMarginTop;c=e.stickySidebar.outerHeight()+p+b<i(window).height()?h+e.stickySidebar.outerHeight():i(window).height()-e.marginBottom-e.paddingBottom-t.additionalMarginBottom;var g=l-s+e.paddingTop,S=f-s-e.paddingBottom-e.marginBottom,u=e.stickySidebar.offset().top-s,m=e.previousScrollTop-s;"fixed"==e.stickySidebar.css("position")&&"modern"==e.options.sidebarBehavior&&(u+=m),"stick-to-top"==e.options.sidebarBehavior&&(u=t.additionalMarginTop),"stick-to-bottom"==e.options.sidebarBehavior&&(u=c-e.stickySidebar.outerHeight()),u=m>0?Math.min(u,h):Math.max(u,c-e.stickySidebar.outerHeight()),u=Math.max(u,g),u=Math.min(u,S-e.stickySidebar.outerHeight());var y=e.container.height()==e.stickySidebar.outerHeight();r=(y||u!=h)&&(y||u!=c-e.stickySidebar.outerHeight())?s+u-e.sidebar.offset().top-e.paddingTop<=t.additionalMarginTop?"static":"absolute":"fixed"}if("fixed"==r){var k=i(document).scrollLeft();e.stickySidebar.css({position:"fixed",width:o(e.stickySidebar)+"px",transform:"translateY("+u+"px)",left:e.sidebar.offset().left+parseInt(e.sidebar.css("padding-left"))-k+"px",top:"0px"})}else if("absolute"==r){var v={};"absolute"!=e.stickySidebar.css("position")&&(v.position="absolute",v.transform="translateY("+(s+u-e.sidebar.offset().top-e.stickySidebarPaddingTop-e.stickySidebarPaddingBottom)+"px)",v.top="0px"),v.width=o(e.stickySidebar)+"px",v.left="",e.stickySidebar.css(v)}else"static"==r&&d();"static"!=r&&1==e.options.updateSidebarHeight&&e.sidebar.css({"min-height":e.stickySidebar.outerHeight()+e.stickySidebar.offset().top-e.sidebar.offset().top+e.paddingBottom}),e.previousScrollTop=s}},e.onScroll(e),i(document).on("scroll."+e.options.namespace,function(i){return function(){i.onScroll(i)}}(e)),i(window).on("resize."+e.options.namespace,function(i){return function(){i.stickySidebar.css({position:"static"}),i.onScroll(i)}}(e)),"undefined"!=typeof ResizeSensor&&new ResizeSensor(e.stickySidebar[0],function(i){return function(){i.onScroll(i)}}(e))}))}(t,e),!0)}function o(i){var t;try{t=i[0].getBoundingClientRect().width}catch(i){}return void 0===t&&(t=i.width()),t}return(t=i.extend({containerSelector:"",additionalMarginTop:0,additionalMarginBottom:0,updateSidebarHeight:!0,minWidth:0,disableOnResponsiveLayouts:!0,sidebarBehavior:"modern",defaultPosition:"relative",namespace:"TSS"},t)).additionalMarginTop=parseInt(t.additionalMarginTop)||0,t.additionalMarginBottom=parseInt(t.additionalMarginBottom)||0,function(t,o){e(t,o)||(console.log("TSS: Body width smaller than options.minWidth. Init is delayed."),i(document).on("scroll."+t.namespace,function(t,o){return function(a){e(t,o)&&i(this).unbind(a)}}(t,o)),i(window).on("resize."+t.namespace,function(t,o){return function(a){e(t,o)&&i(this).unbind(a)}}(t,o)))}(t,this),this}}(jQuery);assets/js/navigation.min.js000064400000003013151213253200011730 0ustar00!function(){var e,a,t,s,n,i;if((e=document.getElementById("cm-primary-nav"))&&void 0!==(a=e.getElementsByClassName("cm-menu-toggle")[0]))if(void 0!==(t=e.getElementsByTagName("ul")[0])){for(t.setAttribute("aria-expanded","false"),-1===t.className.indexOf("nav-menu")&&(t.className+="nav-menu"),a.onclick=function(){-1!==e.className.indexOf("cm-mobile-nav")?(e.className=e.className.replace("cm-mobile-nav","cm-primary-nav"),a.setAttribute("aria-expanded","false"),t.setAttribute("aria-expanded","false")):(e.className=e.className.replace("cm-primary-nav","cm-mobile-nav"),a.setAttribute("aria-expanded","true"),t.setAttribute("aria-expanded","true"))},n=0,i=(s=t.getElementsByTagName("a")).length;n<i;n++)s[n].addEventListener("focus",c,!0),s[n].addEventListener("blur",c,!0);!function(e){var a,t,s=e.querySelectorAll(".menu-item-has-children > a, .page_item_has_children > a");if("ontouchstart"in window&&window.matchMedia("(min-width: 768px)").matches)for(a=function(e){var a,t=this.parentNode;if(t.classList.contains("focus"))t.classList.remove("focus");else{for(e.preventDefault(),a=0;a<t.parentNode.children.length;++a)t!==t.parentNode.children[a]&&t.parentNode.children[a].classList.remove("focus");t.classList.add("focus")}},t=0;t<s.length;++t)s[t].addEventListener("touchstart",a,!1)}(e)}else a.style.display="none";function c(){for(var e=this;-1===e.className.indexOf("nav-menu");)"li"===e.tagName.toLowerCase()&&(-1!==e.className.indexOf("focus")?e.className=e.className.replace(" focus",""):e.className+=" focus"),e=e.parentElement}}();assets/js/jquery.bxslider.js000064400000210255151213253200012151 0ustar00/**
 * bxSlider v4.2.1d
 * Copyright 2013-2017 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

;(function($) {

  var defaults = {

    // GENERAL
    mode: 'horizontal',
    slideSelector: '',
    infiniteLoop: true,
    hideControlOnEnd: false,
    speed: 500,
    easing: null,
    slideMargin: 0,
    startSlide: 0,
    randomStart: false,
    captions: false,
    ticker: false,
    tickerHover: false,
    adaptiveHeight: false,
    adaptiveHeightSpeed: 500,
    video: false,
    useCSS: true,
    preloadImages: 'visible',
    responsive: true,
    slideZIndex: 50,
    wrapperClass: 'cm-slider',

    // TOUCH
    touchEnabled: true,
    swipeThreshold: 50,
    oneToOneTouch: true,
    preventDefaultSwipeX: true,
    preventDefaultSwipeY: false,

    // ACCESSIBILITY
    ariaLive: true,
    ariaHidden: true,

    // KEYBOARD
    keyboardEnabled: false,

    // PAGER
    pager: true,
    pagerType: 'full',
    pagerShortSeparator: ' / ',
    pagerSelector: null,
    buildPager: null,
    pagerCustom: null,

    // CONTROLS
    controls: true,
    nextText: 'Next',
    prevText: 'Prev',
    nextSelector: null,
    prevSelector: null,
    autoControls: false,
    startText: 'Start',
    stopText: 'Stop',
    autoControlsCombine: false,
    autoControlsSelector: null,

    // AUTO
    auto: false,
    pause: 4000,
    autoStart: true,
    autoDirection: 'next',
    stopAutoOnClick: false,
    autoHover: false,
    autoDelay: 0,
    autoSlideForOnePage: false,

    // CAROUSEL
    minSlides: 1,
    maxSlides: 1,
    moveSlides: 0,
    slideWidth: 0,
    shrinkItems: false,

    // CALLBACKS
    onSliderLoad: function() { return true; },
    onSlideBefore: function() { return true; },
    onSlideAfter: function() { return true; },
    onSlideNext: function() { return true; },
    onSlidePrev: function() { return true; },
    onSliderResize: function() { return true; },
    onAutoChange: function() { return true; } //calls when auto slides starts and stops
  };

  $.fn.bxSlider = function(options) {

    if (this.length === 0) {
      return this;
    }

    // support multiple elements
    if (this.length > 1) {
      this.each(function() {
        $(this).bxSlider(options);
      });
      return this;
    }

    // create a namespace to be used throughout the plugin
    var slider = {},
        // set a reference to our slider element
        el = this,
        // get the original window dimens (thanks a lot IE)
        windowWidth = $(window).width(),
        windowHeight = $(window).height();

    // Return if slider is already initialized
    if ($(el).data('bxSlider')) { return; }

    /**
     * ===================================================================================
     * = PRIVATE FUNCTIONS
     * ===================================================================================
     */

    /**
     * Initializes namespace settings to be used throughout plugin
     */
    var init = function() {
      // Return if slider is already initialized
      if ($(el).data('bxSlider')) { return; }
      // merge user-supplied options with the defaults
      slider.settings = $.extend({}, defaults, options);
      // parse slideWidth setting
      slider.settings.slideWidth = parseInt(slider.settings.slideWidth);
      // store the original children
      slider.children = el.children(slider.settings.slideSelector);
      // check if actual number of slides is less than minSlides / maxSlides
      if (slider.children.length < slider.settings.minSlides) { slider.settings.minSlides = slider.children.length; }
      if (slider.children.length < slider.settings.maxSlides) { slider.settings.maxSlides = slider.children.length; }
      // if random start, set the startSlide setting to random number
      if (slider.settings.randomStart) { slider.settings.startSlide = Math.floor(Math.random() * slider.children.length); }
      // store active slide information
      slider.active = { index: slider.settings.startSlide };
      // store if the slider is in carousel mode (displaying / moving multiple slides)
      slider.carousel = slider.settings.minSlides > 1 || slider.settings.maxSlides > 1;
      // if carousel, force preloadImages = 'all'
      if (slider.carousel) { slider.settings.preloadImages = 'all'; }
      // calculate the min / max width thresholds based on min / max number of slides
      // used to setup and update carousel slides dimensions
      slider.minThreshold = (slider.settings.minSlides * slider.settings.slideWidth) + ((slider.settings.minSlides - 1) * slider.settings.slideMargin);
      slider.maxThreshold = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
      // store the current state of the slider (if currently animating, working is true)
      slider.working = false;
      // initialize the controls object
      slider.controls = {};
      // initialize an auto interval
      slider.interval = null;
      // determine which property to use for transitions
      slider.animProp = slider.settings.mode === 'vertical' ? 'top' : 'left';
      // determine if hardware acceleration can be used
      slider.usingCSS = slider.settings.useCSS && slider.settings.mode !== 'fade' && (function() {
        // create our test div element
        var div = document.createElement('div'),
            // css transition properties
            props = ['WebkitPerspective', 'MozPerspective', 'OPerspective', 'msPerspective'];
        // test for each property
        for (var i = 0; i < props.length; i++) {
          if (div.style[props[i]] !== undefined) {
            slider.cssPrefix = props[i].replace('Perspective', '').toLowerCase();
            slider.animProp = '-' + slider.cssPrefix + '-transform';
            return true;
          }
        }
        return false;
      }());
      // if vertical mode always make maxSlides and minSlides equal
      if (slider.settings.mode === 'vertical') { slider.settings.maxSlides = slider.settings.minSlides; }
      // save original style data
      el.data('origStyle', el.attr('style'));
      el.children(slider.settings.slideSelector).each(function() {
        $(this).data('origStyle', $(this).attr('style'));
      });

      // perform all DOM / CSS modifications
      setup();
    };

    /**
     * Performs all DOM and CSS modifications
     */
    var setup = function() {
      var preloadSelector = slider.children.eq(slider.settings.startSlide); // set the default preload selector (visible)

      // wrap el in a wrapper
      el.wrap('<div class="' + slider.settings.wrapperClass + '"><div class="bx-viewport"></div></div>');
      // store a namespace reference to .bx-viewport
      slider.viewport = el.parent();

      // add aria-live if the setting is enabled and ticker mode is disabled
      if (slider.settings.ariaLive && !slider.settings.ticker) {
        slider.viewport.attr('aria-live', 'polite');
      }
      // add a loading div to display while images are loading
      slider.loader = $('<div class="bx-loading" />');
      slider.viewport.prepend(slider.loader);
      // set el to a massive width, to hold any needed slides
      // also strip any margin and padding from el
      el.css({
        width: slider.settings.mode === 'horizontal' ? (slider.children.length * 1000 + 215) + '%' : 'auto',
        position: 'relative'
      });
      // if using CSS, add the easing property
      if (slider.usingCSS && slider.settings.easing) {
        el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing);
        // if not using CSS and no easing value was supplied, use the default JS animation easing (swing)
      } else if (!slider.settings.easing) {
        slider.settings.easing = 'swing';
      }
      // make modifications to the viewport (.bx-viewport)
      slider.viewport.css({
        width: '100%',
        overflow: 'hidden',
        position: 'relative'
      });
      slider.viewport.parent().css({
        maxWidth: getViewportMaxWidth()
      });
      // apply css to all slider children
      slider.children.css({
        // the float attribute is a reserved word in compressors like YUI compressor and need to be quoted #48
        'float': slider.settings.mode === 'horizontal' ? 'left' : 'none',
        listStyle: 'none',
        position: 'relative'
      });
      // apply the calculated width after the float is applied to prevent scrollbar interference
      slider.children.css('width', getSlideWidth());
      // if slideMargin is supplied, add the css
      if (slider.settings.mode === 'horizontal' && slider.settings.slideMargin > 0) { slider.children.css('marginRight', slider.settings.slideMargin); }
      if (slider.settings.mode === 'vertical' && slider.settings.slideMargin > 0) { slider.children.css('marginBottom', slider.settings.slideMargin); }
      // if "fade" mode, add positioning and z-index CSS
      if (slider.settings.mode === 'fade') {
        slider.children.css({
          position: 'absolute',
          zIndex: 0,
          display: 'none'
        });
        // prepare the z-index on the showing element
        slider.children.eq(slider.settings.startSlide).css({zIndex: slider.settings.slideZIndex, display: 'block'});
      }
      // create an element to contain all slider controls (pager, start / stop, etc)
      slider.controls.el = $('<div class="bx-controls" />');
      // if captions are requested, add them
      if (slider.settings.captions) { appendCaptions(); }
      // check if startSlide is last slide
      slider.active.last = slider.settings.startSlide === getPagerQty() - 1;
      // if video is true, set up the fitVids plugin
      if (slider.settings.video) { el.fitVids(); }
      //preloadImages
      if (slider.settings.preloadImages === 'none') {
        preloadSelector = null;
      }
      else if (slider.settings.preloadImages === 'all' || slider.settings.ticker) {
        preloadSelector = slider.children;
      }
      // only check for control addition if not in "ticker" mode
      if (!slider.settings.ticker) {
        // if controls are requested, add them
        if (slider.settings.controls) { appendControls(); }
        // if auto is true, and auto controls are requested, add them
        if (slider.settings.auto && slider.settings.autoControls) { appendControlsAuto(); }
        // if pager is requested, add it
        if (slider.settings.pager) { appendPager(); }
        // if any control option is requested, add the controls wrapper
        if (slider.settings.controls || slider.settings.autoControls || slider.settings.pager) { slider.viewport.after(slider.controls.el); }
        // if ticker mode, do not allow a pager
      } else {
        slider.settings.pager = false;
      }
      if (preloadSelector === null) {
        start();
      } else {
        loadElements(preloadSelector, start);
      }
    };

    var loadElements = function(selector, callback) {
      var total = selector.find('img:not([src=""]), iframe').length,
          count = 0;
      if (total === 0) {
        callback();
        return;
      }
      selector.find('img:not([src=""]), iframe').each(function() {
        $(this).one('load error', function() {
          if (++count === total) { callback(); }
        }).each(function() {
          $(this).trigger('load');
        });
      });
    };

    /**
     * Start the slider
     */
    var start = function() {
      // if infinite loop, prepare additional slides
      if (slider.settings.infiniteLoop && slider.settings.mode !== 'fade' && !slider.settings.ticker) {
        var slice    = slider.settings.mode === 'vertical' ? slider.settings.minSlides : slider.settings.maxSlides,
            sliceAppend  = slider.children.slice(0, slice).clone(true).addClass('bx-clone'),
            slicePrepend = slider.children.slice(-slice).clone(true).addClass('bx-clone');
        if (slider.settings.ariaHidden) {
          sliceAppend.attr('aria-hidden', true);
          slicePrepend.attr('aria-hidden', true);
        }
        el.append(sliceAppend).prepend(slicePrepend);
      }
      // remove the loading DOM element
      slider.loader.remove();
      // set the left / top position of "el"
      setSlidePosition();
      // if "vertical" mode, always use adaptiveHeight to prevent odd behavior
      if (slider.settings.mode === 'vertical') { slider.settings.adaptiveHeight = true; }
      // set the viewport height
      slider.viewport.height(getViewportHeight());
      // make sure everything is positioned just right (same as a window resize)
      el.redrawSlider();
      // onSliderLoad callback
      slider.settings.onSliderLoad.call(el, slider.active.index);
      // slider has been fully initialized
      slider.initialized = true;
      // add the resize call to the window
      if (slider.settings.responsive) { $(window).on('resize', resizeWindow); }
      // if auto is true and has more than 1 page, start the show
      if (slider.settings.auto && slider.settings.autoStart && (getPagerQty() > 1 || slider.settings.autoSlideForOnePage)) { initAuto(); }
      // if ticker is true, start the ticker
      if (slider.settings.ticker) { initTicker(); }
      // if pager is requested, make the appropriate pager link active
      if (slider.settings.pager) { updatePagerActive(slider.settings.startSlide); }
      // check for any updates to the controls (like hideControlOnEnd updates)
      if (slider.settings.controls) { updateDirectionControls(); }
      // if touchEnabled is true, setup the touch events
      if (navigator.maxTouchPoints > 1) { initTouch(); }
      // if keyboardEnabled is true, setup the keyboard events
      if (slider.settings.keyboardEnabled && !slider.settings.ticker) {
        $(document).keydown(keyPress);
      }
    };

    /**
     * Returns the calculated height of the viewport, used to determine either adaptiveHeight or the maxHeight value
     */
    var getViewportHeight = function() {
      var height = 0;
      // first determine which children (slides) should be used in our height calculation
      var children = $();
      // if mode is not "vertical" and adaptiveHeight is false, include all children
      if (slider.settings.mode !== 'vertical' && !slider.settings.adaptiveHeight) {
        children = slider.children;
      } else {
        // if not carousel, return the single active child
        if (!slider.carousel) {
          children = slider.children.eq(slider.active.index);
          // if carousel, return a slice of children
        } else {
          // get the individual slide index
          var currentIndex = slider.settings.moveSlides === 1 ? slider.active.index : slider.active.index * getMoveBy();
          // add the current slide to the children
          children = slider.children.eq(currentIndex);
          // cycle through the remaining "showing" slides
          for (i = 1; i <= slider.settings.maxSlides - 1; i++) {
            // if looped back to the start
            if (currentIndex + i >= slider.children.length) {
              children = children.add(slider.children.eq(i - 1));
            } else {
              children = children.add(slider.children.eq(currentIndex + i));
            }
          }
        }
      }
      // if "vertical" mode, calculate the sum of the heights of the children
      if (slider.settings.mode === 'vertical') {
        children.each(function(index) {
          height += $(this).outerHeight();
        });
        // add user-supplied margins
        if (slider.settings.slideMargin > 0) {
          height += slider.settings.slideMargin * (slider.settings.minSlides - 1);
        }
        // if not "vertical" mode, calculate the max height of the children
      } else {
        height = Math.max.apply(Math, children.map(function() {
          return $(this).outerHeight(false);
        }).get());
      }

      if (slider.viewport.css('box-sizing') === 'border-box') {
        height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom')) +
            parseFloat(slider.viewport.css('border-top-width')) + parseFloat(slider.viewport.css('border-bottom-width'));
      } else if (slider.viewport.css('box-sizing') === 'padding-box') {
        height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom'));
      }

      return height;
    };

    /**
     * Returns the calculated width to be used for the outer wrapper / viewport
     */
    var getViewportMaxWidth = function() {
      var width = '100%';
      if (slider.settings.slideWidth > 0) {
        if (slider.settings.mode === 'horizontal') {
          width = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
        } else {
          width = slider.settings.slideWidth;
        }
      }
      return width;
    };

    /**
     * Returns the calculated width to be applied to each slide
     */
    var getSlideWidth = function() {
      var newElWidth = slider.settings.slideWidth, // start with any user-supplied slide width
          wrapWidth      = slider.viewport.width();    // get the current viewport width
      // if slide width was not supplied, or is larger than the viewport use the viewport width
      if (slider.settings.slideWidth === 0 ||
          (slider.settings.slideWidth > wrapWidth && !slider.carousel) ||
          slider.settings.mode === 'vertical') {
        newElWidth = wrapWidth;
        // if carousel, use the thresholds to determine the width
      } else if (slider.settings.maxSlides > 1 && slider.settings.mode === 'horizontal') {
        if (wrapWidth > slider.maxThreshold) {
          return newElWidth;
        } else if (wrapWidth < slider.minThreshold) {
          newElWidth = (wrapWidth - (slider.settings.slideMargin * (slider.settings.minSlides - 1))) / slider.settings.minSlides;
        } else if (slider.settings.shrinkItems) {
          newElWidth = Math.floor((wrapWidth + slider.settings.slideMargin) / (Math.ceil((wrapWidth + slider.settings.slideMargin) / (newElWidth + slider.settings.slideMargin))) - slider.settings.slideMargin);
        }
      }
      return newElWidth;
    };

    /**
     * Returns the number of slides currently visible in the viewport (includes partially visible slides)
     */
    var getNumberSlidesShowing = function() {
      var slidesShowing = 1,
          childWidth = null;
      if (slider.settings.mode === 'horizontal' && slider.settings.slideWidth > 0) {
        // if viewport is smaller than minThreshold, return minSlides
        if (slider.viewport.width() < slider.minThreshold) {
          slidesShowing = slider.settings.minSlides;
          // if viewport is larger than maxThreshold, return maxSlides
        } else if (slider.viewport.width() > slider.maxThreshold) {
          slidesShowing = slider.settings.maxSlides;
          // if viewport is between min / max thresholds, divide viewport width by first child width
        } else {
          childWidth = slider.children.first().width() + slider.settings.slideMargin;
          slidesShowing = Math.floor((slider.viewport.width() +
              slider.settings.slideMargin) / childWidth) || 1;
        }
        // if "vertical" mode, slides showing will always be minSlides
      } else if (slider.settings.mode === 'vertical') {
        slidesShowing = slider.settings.minSlides;
      }
      return slidesShowing;
    };

    /**
     * Returns the number of pages (one full viewport of slides is one "page")
     */
    var getPagerQty = function() {
      var pagerQty = 0,
          breakPoint = 0,
          counter = 0;
      // if moveSlides is specified by the user
      if (slider.settings.moveSlides > 0) {
        if (slider.settings.infiniteLoop) {
          pagerQty = Math.ceil(slider.children.length / getMoveBy());
        } else {
          // when breakpoint goes above children length, counter is the number of pages
          while (breakPoint < slider.children.length) {
            ++pagerQty;
            breakPoint = counter + getNumberSlidesShowing();
            counter += slider.settings.moveSlides <= getNumberSlidesShowing() ? slider.settings.moveSlides : getNumberSlidesShowing();
          }
          return counter;
        }
        // if moveSlides is 0 (auto) divide children length by sides showing, then round up
      } else {
        pagerQty = Math.ceil(slider.children.length / getNumberSlidesShowing());
      }
      return pagerQty;
    };

    /**
     * Returns the number of individual slides by which to shift the slider
     */
    var getMoveBy = function() {
      // if moveSlides was set by the user and moveSlides is less than number of slides showing
      if (slider.settings.moveSlides > 0 && slider.settings.moveSlides <= getNumberSlidesShowing()) {
        return slider.settings.moveSlides;
      }
      // if moveSlides is 0 (auto)
      return getNumberSlidesShowing();
    };

    /**
     * Sets the slider's (el) left or top position
     */
    var setSlidePosition = function() {
      var position, lastChild, lastShowingIndex;
      // if last slide, not infinite loop, and number of children is larger than specified maxSlides
      if (slider.children.length > slider.settings.maxSlides && slider.active.last && !slider.settings.infiniteLoop) {
        if (slider.settings.mode === 'horizontal') {
          // get the last child's position
          lastChild = slider.children.last();
          position = lastChild.position();
          // set the left position
          setPositionProperty(-(position.left - (slider.viewport.width() - lastChild.outerWidth())), 'reset', 0);
        } else if (slider.settings.mode === 'vertical') {
          // get the last showing index's position
          lastShowingIndex = slider.children.length - slider.settings.minSlides;
          position = slider.children.eq(lastShowingIndex).position();
          // set the top position
          setPositionProperty(-position.top, 'reset', 0);
        }
        // if not last slide
      } else {
        // get the position of the first showing slide
        position = slider.children.eq(slider.active.index * getMoveBy()).position();
        // check for last slide
        if (slider.active.index === getPagerQty() - 1) { slider.active.last = true; }
        // set the respective position
        if (position !== undefined) {
          if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
          else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
        }
      }
    };

    /**
     * Sets the el's animating property position (which in turn will sometimes animate el).
     * If using CSS, sets the transform property. If not using CSS, sets the top / left property.
     *
     * @param value (int)
     *  - the animating property's value
     *
     * @param type (string) 'slide', 'reset', 'ticker'
     *  - the type of instance for which the function is being
     *
     * @param duration (int)
     *  - the amount of time (in ms) the transition should occupy
     *
     * @param params (array) optional
     *  - an optional parameter containing any variables that need to be passed in
     */
    var setPositionProperty = function(value, type, duration, params) {
      var animateObj, propValue;
      // use CSS transform
      if (slider.usingCSS) {
        // determine the translate3d value
        propValue = slider.settings.mode === 'vertical' ? 'translate3d(0, ' + value + 'px, 0)' : 'translate3d(' + value + 'px, 0, 0)';
        // add the CSS transition-duration
        el.css('-' + slider.cssPrefix + '-transition-duration', duration / 1000 + 's');
        if (type === 'slide') {
          // set the property value
          el.css(slider.animProp, propValue);
          if (duration !== 0) {
            // add a callback method - executes when CSS transition completes
            el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(e) {
              //make sure it's the correct one
              if (!$(e.target).is(el)) { return; }
              // remove the callback
              el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
              updateAfterSlideTransition();
            });
          } else { //duration = 0
            updateAfterSlideTransition();
          }
        } else if (type === 'reset') {
          el.css(slider.animProp, propValue);
        } else if (type === 'ticker') {
          // make the transition use 'linear'
          el.css('-' + slider.cssPrefix + '-transition-timing-function', 'linear');
          el.css(slider.animProp, propValue);
          if (duration !== 0) {
            el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function(e) {
              //make sure it's the correct one
              if (!$(e.target).is(el)) { return; }
              // remove the callback
              el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
              // reset the position
              setPositionProperty(params.resetValue, 'reset', 0);
              // start the loop again
              tickerLoop();
            });
          } else { //duration = 0
            setPositionProperty(params.resetValue, 'reset', 0);
            tickerLoop();
          }
        }
        // use JS animate
      } else {
        animateObj = {};
        animateObj[slider.animProp] = value;
        if (type === 'slide') {
          el.animate(animateObj, duration, slider.settings.easing, function() {
            updateAfterSlideTransition();
          });
        } else if (type === 'reset') {
          el.css(slider.animProp, value);
        } else if (type === 'ticker') {
          el.animate(animateObj, duration, 'linear', function() {
            setPositionProperty(params.resetValue, 'reset', 0);
            // run the recursive loop after animation
            tickerLoop();
          });
        }
      }
    };

    /**
     * Populates the pager with proper amount of pages
     */
    var populatePager = function() {
      var pagerHtml = '',
          linkContent = '',
          pagerQty = getPagerQty();
      // loop through each pager item
      for (var i = 0; i < pagerQty; i++) {
        linkContent = '';
        // if a buildPager function is supplied, use it to get pager link value, else use index + 1
        if (slider.settings.buildPager && $.isFunction(slider.settings.buildPager) || slider.settings.pagerCustom) {
          linkContent = slider.settings.buildPager(i);
          slider.pagerEl.addClass('bx-custom-pager');
        } else {
          linkContent = i + 1;
          slider.pagerEl.addClass('bx-default-pager');
        }
        // var linkContent = slider.settings.buildPager && $.isFunction(slider.settings.buildPager) ? slider.settings.buildPager(i) : i + 1;
        // add the markup to the string
        pagerHtml += '<div class="bx-pager-item"><a href="" data-slide-index="' + i + '" class="bx-pager-link">' + linkContent + '</a></div>';
      }
      // populate the pager element with pager links
      slider.pagerEl.html(pagerHtml);
    };

    /**
     * Appends the pager to the controls element
     */
    var appendPager = function() {
      if (!slider.settings.pagerCustom) {
        // create the pager DOM element
        slider.pagerEl = $('<div class="bx-pager" />');
        // if a pager selector was supplied, populate it with the pager
        if (slider.settings.pagerSelector) {
          $(slider.settings.pagerSelector).html(slider.pagerEl);
          // if no pager selector was supplied, add it after the wrapper
        } else {
          slider.controls.el.addClass('bx-has-pager').append(slider.pagerEl);
        }
        // populate the pager
        populatePager();
      } else {
        slider.pagerEl = $(slider.settings.pagerCustom);
      }
      // assign the pager click binding
      slider.pagerEl.on('click touchend', 'a', clickPagerBind);
    };

    /**
     * Appends prev / next controls to the controls element
     */
    var appendControls = function() {
      slider.controls.next = $('<a class="bx-next" href="">' + slider.settings.nextText + '</a>');
      slider.controls.prev = $('<a class="bx-prev" href="">' + slider.settings.prevText + '</a>');
      // add click actions to the controls
      slider.controls.next.on('click touchend', clickNextBind);
      slider.controls.prev.on('click touchend', clickPrevBind);
      // if nextSelector was supplied, populate it
      if (slider.settings.nextSelector) {
        $(slider.settings.nextSelector).append(slider.controls.next);
      }
      // if prevSelector was supplied, populate it
      if (slider.settings.prevSelector) {
        $(slider.settings.prevSelector).append(slider.controls.prev);
      }
      // if no custom selectors were supplied
      if (!slider.settings.nextSelector && !slider.settings.prevSelector) {
        // add the controls to the DOM
        slider.controls.directionEl = $('<div class="bx-controls-direction" />');
        // add the control elements to the directionEl
        slider.controls.directionEl.append(slider.controls.prev).append(slider.controls.next);
        // slider.viewport.append(slider.controls.directionEl);
        slider.controls.el.addClass('bx-has-controls-direction').append(slider.controls.directionEl);
      }
    };

    /**
     * Appends start / stop auto controls to the controls element
     */
    var appendControlsAuto = function() {
      slider.controls.start = $('<div class="bx-controls-auto-item"><a class="bx-start" href="">' + slider.settings.startText + '</a></div>');
      slider.controls.stop = $('<div class="bx-controls-auto-item"><a class="bx-stop" href="">' + slider.settings.stopText + '</a></div>');
      // add the controls to the DOM
      slider.controls.autoEl = $('<div class="bx-controls-auto" />');
      // on click actions to the controls
      slider.controls.autoEl.on('click', '.bx-start', clickStartBind);
      slider.controls.autoEl.on('click', '.bx-stop', clickStopBind);
      // if autoControlsCombine, insert only the "start" control
      if (slider.settings.autoControlsCombine) {
        slider.controls.autoEl.append(slider.controls.start);
        // if autoControlsCombine is false, insert both controls
      } else {
        slider.controls.autoEl.append(slider.controls.start).append(slider.controls.stop);
      }
      // if auto controls selector was supplied, populate it with the controls
      if (slider.settings.autoControlsSelector) {
        $(slider.settings.autoControlsSelector).html(slider.controls.autoEl);
        // if auto controls selector was not supplied, add it after the wrapper
      } else {
        slider.controls.el.addClass('bx-has-controls-auto').append(slider.controls.autoEl);
      }
      // update the auto controls
      updateAutoControls(slider.settings.autoStart ? 'stop' : 'start');
    };

    /**
     * Appends image captions to the DOM
     */
    var appendCaptions = function() {
      // cycle through each child
      slider.children.each(function(index) {
        // get the image title attribute
        var title = $(this).find('img:first').attr('title');
        // append the caption
        if (title !== undefined && ('' + title).length) {
          $(this).append('<div class="bx-caption"><span>' + title + '</span></div>');
        }
      });
    };

    /**
     * Click next binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickNextBind = function(e) {
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) { return; }
      // if auto show is running, stop it
      if (slider.settings.auto && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      el.goToNextSlide();
    };

    /**
     * Click prev binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickPrevBind = function(e) {
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) { return; }
      // if auto show is running, stop it
      if (slider.settings.auto && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      el.goToPrevSlide();
    };

    /**
     * Click start binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickStartBind = function(e) {
      el.startAuto();
      e.preventDefault();
    };

    /**
     * Click stop binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickStopBind = function(e) {
      el.stopAuto();
      e.preventDefault();
    };

    /**
     * Click pager binding
     *
     * @param e (event)
     *  - DOM event object
     */
    var clickPagerBind = function(e) {
      var pagerLink, pagerIndex;
      e.preventDefault();
      if (slider.controls.el.hasClass('disabled')) {
        return;
      }
      // if auto show is running, stop it
      if (slider.settings.auto  && slider.settings.stopAutoOnClick) { el.stopAuto(); }
      pagerLink = $(e.currentTarget);
      if (pagerLink.attr('data-slide-index') !== undefined) {
        pagerIndex = parseInt(pagerLink.attr('data-slide-index'));
        // if clicked pager link is not active, continue with the goToSlide call
        if (pagerIndex !== slider.active.index) { el.goToSlide(pagerIndex); }
      }
    };

    /**
     * Updates the pager links with an active class
     *
     * @param slideIndex (int)
     *  - index of slide to make active
     */
    var updatePagerActive = function(slideIndex) {
      // if "short" pager type
      var len = slider.children.length; // nb of children
      if (slider.settings.pagerType === 'short') {
        if (slider.settings.maxSlides > 1) {
          len = Math.ceil(slider.children.length / slider.settings.maxSlides);
        }
        slider.pagerEl.html((slideIndex + 1) + slider.settings.pagerShortSeparator + len);
        return;
      }
      // remove all pager active classes
      slider.pagerEl.find('a').removeClass('active');
      // apply the active class for all pagers
      slider.pagerEl.each(function(i, el) { $(el).find('a').eq(slideIndex).addClass('active'); });
    };

    /**
     * Performs needed actions after a slide transition
     */
    var updateAfterSlideTransition = function() {
      // if infinite loop is true
      if (slider.settings.infiniteLoop) {
        var position = '';
        // first slide
        if (slider.active.index === 0) {
          // set the new position
          position = slider.children.eq(0).position();
          // carousel, last slide
        } else if (slider.active.index === getPagerQty() - 1 && slider.carousel) {
          position = slider.children.eq((getPagerQty() - 1) * getMoveBy()).position();
          // last slide
        } else if (slider.active.index === slider.children.length - 1) {
          position = slider.children.eq(slider.children.length - 1).position();
        }
        if (position) {
          if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
          else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
        }
      }
      // declare that the transition is complete
      slider.working = false;
      // onSlideAfter callback
      slider.settings.onSlideAfter.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index);
    };

    /**
     * Updates the auto controls state (either active, or combined switch)
     *
     * @param state (string) "start", "stop"
     *  - the new state of the auto show
     */
    var updateAutoControls = function(state) {
      // if autoControlsCombine is true, replace the current control with the new state
      if (slider.settings.autoControlsCombine) {
        slider.controls.autoEl.html(slider.controls[state]);
        // if autoControlsCombine is false, apply the "active" class to the appropriate control
      } else {
        slider.controls.autoEl.find('a').removeClass('active');
        slider.controls.autoEl.find('a:not(.bx-' + state + ')').addClass('active');
      }
    };

    /**
     * Updates the direction controls (checks if either should be hidden)
     */
    var updateDirectionControls = function() {
      if (getPagerQty() === 1) {
        slider.controls.prev.addClass('disabled');
        slider.controls.next.addClass('disabled');
      } else if (!slider.settings.infiniteLoop && slider.settings.hideControlOnEnd) {
        // if first slide
        if (slider.active.index === 0) {
          slider.controls.prev.addClass('disabled');
          slider.controls.next.removeClass('disabled');
          // if last slide
        } else if (slider.active.index === getPagerQty() - 1) {
          slider.controls.next.addClass('disabled');
          slider.controls.prev.removeClass('disabled');
          // if any slide in the middle
        } else {
          slider.controls.prev.removeClass('disabled');
          slider.controls.next.removeClass('disabled');
        }
      }
    };
    /* auto start and stop functions */
    var windowFocusHandler = function() { el.startAuto(); };
    var windowBlurHandler = function() { el.stopAuto(); };
    /**
     * Initializes the auto process
     */
    var initAuto = function() {
      // if autoDelay was supplied, launch the auto show using a setTimeout() call
      if (slider.settings.autoDelay > 0) {
        setTimeout(el.startAuto, slider.settings.autoDelay);
        // if autoDelay was not supplied, start the auto show normally
      } else {
        el.startAuto();

        //add focus and blur events to ensure its running if timeout gets paused
        $(window).focus(windowFocusHandler).blur(windowBlurHandler);
      }
      // if autoHover is requested
      if (slider.settings.autoHover) {
        // on el hover
        el.hover(function() {
          // if the auto show is currently playing (has an active interval)
          if (slider.interval) {
            // stop the auto show and pass true argument which will prevent control update
            el.stopAuto(true);
            // create a new autoPaused value which will be used by the relative "mouseout" event
            slider.autoPaused = true;
          }
        }, function() {
          // if the autoPaused value was created be the prior "mouseover" event
          if (slider.autoPaused) {
            // start the auto show and pass true argument which will prevent control update
            el.startAuto(true);
            // reset the autoPaused value
            slider.autoPaused = null;
          }
        });
      }
    };

    /**
     * Initializes the ticker process
     */
    var initTicker = function() {
      var startPosition = 0,
          position, transform, value, idx, ratio, property, newSpeed, totalDimens;
      // if autoDirection is "next", append a clone of the entire slider
      if (slider.settings.autoDirection === 'next') {
        el.append(slider.children.clone().addClass('bx-clone'));
        // if autoDirection is "prev", prepend a clone of the entire slider, and set the left position
      } else {
        el.prepend(slider.children.clone().addClass('bx-clone'));
        position = slider.children.first().position();
        startPosition = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
      }
      setPositionProperty(startPosition, 'reset', 0);
      // do not allow controls in ticker mode
      slider.settings.pager = false;
      slider.settings.controls = false;
      slider.settings.autoControls = false;
      // if autoHover is requested
      if (slider.settings.tickerHover) {
        if (slider.usingCSS) {
          idx = slider.settings.mode === 'horizontal' ? 4 : 5;
          slider.viewport.hover(function() {
            transform = el.css('-' + slider.cssPrefix + '-transform');
            value = parseFloat(transform.split(',')[idx]);
            setPositionProperty(value, 'reset', 0);
          }, function() {
            totalDimens = 0;
            slider.children.each(function(index) {
              totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
            });
            // calculate the speed ratio (used to determine the new speed to finish the paused animation)
            ratio = slider.settings.speed / totalDimens;
            // determine which property to use
            property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
            // calculate the new speed
            newSpeed = ratio * (totalDimens - (Math.abs(parseInt(value))));
            tickerLoop(newSpeed);
          });
        } else {
          // on el hover
          slider.viewport.hover(function() {
            el.stop();
          }, function() {
            // calculate the total width of children (used to calculate the speed ratio)
            totalDimens = 0;
            slider.children.each(function(index) {
              totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
            });
            // calculate the speed ratio (used to determine the new speed to finish the paused animation)
            ratio = slider.settings.speed / totalDimens;
            // determine which property to use
            property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
            // calculate the new speed
            newSpeed = ratio * (totalDimens - (Math.abs(parseInt(el.css(property)))));
            tickerLoop(newSpeed);
          });
        }
      }
      // start the ticker loop
      tickerLoop();
    };

    /**
     * Runs a continuous loop, news ticker-style
     */
    var tickerLoop = function(resumeSpeed) {
      var speed = resumeSpeed ? resumeSpeed : slider.settings.speed,
          position = {left: 0, top: 0},
          reset = {left: 0, top: 0},
          animateProperty, resetValue, params;

      // if "next" animate left position to last child, then reset left to 0
      if (slider.settings.autoDirection === 'next') {
        position = el.find('.bx-clone').first().position();
        // if "prev" animate left position to 0, then reset left to first non-clone child
      } else {
        reset = slider.children.first().position();
      }
      animateProperty = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
      resetValue = slider.settings.mode === 'horizontal' ? -reset.left : -reset.top;
      params = {resetValue: resetValue};
      setPositionProperty(animateProperty, 'ticker', speed, params);
    };

    /**
     * Check if el is on screen
     */
    var isOnScreen = function(el) {
      var win = $(window),
          viewport = {
            top: win.scrollTop(),
            left: win.scrollLeft()
          },
          bounds = el.offset();

      viewport.right = viewport.left + win.width();
      viewport.bottom = viewport.top + win.height();
      bounds.right = bounds.left + el.outerWidth();
      bounds.bottom = bounds.top + el.outerHeight();

      return (!(viewport.right < bounds.left || viewport.left > bounds.right || viewport.bottom < bounds.top || viewport.top > bounds.bottom));
    };

    /**
     * Initializes keyboard events
     */
    var keyPress = function(e) {
      var activeElementTag = document.activeElement.tagName.toLowerCase(),
          tagFilters = 'input|textarea',
          p = new RegExp(activeElementTag,['i']),
          result = p.exec(tagFilters);

      if (result == null && isOnScreen(el)) {
        if (e.keyCode === 39) {
          clickNextBind(e);
          return false;
        } else if (e.keyCode === 37) {
          clickPrevBind(e);
          return false;
        }
      }
    };

    /**
     * Initializes touch events
     */
    var initTouch = function() {
      // initialize object to contain all touch values
      slider.touch = {
        start: {x: 0, y: 0},
        end: {x: 0, y: 0}
      };
      var isTouch =  !!("ontouchstart" in window) || window.navigator.msMaxTouchPoints > 0;
      if (isTouch) {
        slider.viewport.bind('touchstart MSPointerDown pointerdown', onTouchStart);
      }
      // slider.viewport.on('touchstart MSPointerDown pointerdown', onTouchStart);

      //for browsers that have implemented pointer events and fire a click after
      //every pointerup regardless of whether pointerup is on same screen location as pointerdown or not
      slider.viewport.on('click', '.bxslider a', function(e) {
        if (slider.viewport.hasClass('click-disabled')) {
          e.preventDefault();
          slider.viewport.removeClass('click-disabled');
        }
      });
    };

    /**
     * Event handler for "touchstart"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchStart = function(e) {
      // watch only for left mouse, touch contact and pen contact
      // touchstart event object doesn`t have button property
      if (e.type !== 'touchstart' && e.button !== 0) {
        return;
      }
      // Enable once the BxSlider library fixes this issue and it is to fix the touch for Android devices.
      // e.preventDefault();

      //disable slider controls while user is interacting with slides to avoid slider freeze that happens on touch devices when a slide swipe happens immediately after interacting with slider controls
      slider.controls.el.addClass('disabled');

      if (slider.working) {
        slider.controls.el.removeClass('disabled');
      } else {
        // record the original position when touch starts
        slider.touch.originalPos = el.position();
        var orig = e.originalEvent,
            touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig];
        var chromePointerEvents = typeof PointerEvent === 'function';
        if (chromePointerEvents) {
          if (orig.pointerId === undefined) {
            return;
          }
        }
        // record the starting touch x, y coordinates
        slider.touch.start.x = touchPoints[0].pageX;
        slider.touch.start.y = touchPoints[0].pageY;

        if (slider.viewport.get(0).setPointerCapture) {
          slider.pointerId = orig.pointerId;
          slider.viewport.get(0).setPointerCapture(slider.pointerId);
        }
        // store original event data for click fixation
        slider.originalClickTarget = orig.originalTarget || orig.target;
        slider.originalClickButton = orig.button;
        slider.originalClickButtons = orig.buttons;
        slider.originalEventType = orig.type;
        // at this moment we don`t know what it is click or swipe
        slider.hasMove = false;
        // on a "touchmove" event to the viewport
        slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove);
        // on a "touchend" event to the viewport
        slider.viewport.on('touchend MSPointerUp pointerup', onTouchEnd);
        slider.viewport.on('MSPointerCancel pointercancel', onPointerCancel);
      }
    };

    /**
     * Cancel Pointer for Windows Phone
     *
     * @param e (event)
     *  - DOM event object
     */
    var onPointerCancel = function(e) {
      e.preventDefault();
      /* onPointerCancel handler is needed to deal with situations when a touchend
       doesn't fire after a touchstart (this happens on windows phones only) */
      setPositionProperty(slider.touch.originalPos.left, 'reset', 0);

      //remove handlers
      slider.controls.el.removeClass('disabled');
      slider.viewport.off('MSPointerCancel pointercancel', onPointerCancel);
      slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
      slider.viewport.off('touchend MSPointerUp pointerup', onTouchEnd);
      if (slider.viewport.get(0).releasePointerCapture) {
        slider.viewport.get(0).releasePointerCapture(slider.pointerId);
      }
    };

    /**
     * Event handler for "touchmove"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchMove = function(e) {
      var orig = e.originalEvent,
          touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig],
          // if scrolling on y axis, do not prevent default
          xMovement = Math.abs(touchPoints[0].pageX - slider.touch.start.x),
          yMovement = Math.abs(touchPoints[0].pageY - slider.touch.start.y),
          value = 0,
          change = 0;
      // this is swipe
      slider.hasMove = true;

      // x axis swipe
      if ((xMovement * 3) > yMovement && slider.settings.preventDefaultSwipeX) {
        e.preventDefault();
        // y axis swipe
      } else if ((yMovement * 3) > xMovement && slider.settings.preventDefaultSwipeY) {
        e.preventDefault();
      }
      if (e.type !== 'touchmove') {
        e.preventDefault();
      }

      if (slider.settings.mode !== 'fade' && slider.settings.oneToOneTouch) {
        // if horizontal, drag along x axis
        if (slider.settings.mode === 'horizontal') {
          change = touchPoints[0].pageX - slider.touch.start.x;
          value = slider.touch.originalPos.left + change;
          // if vertical, drag along y axis
        } else {
          change = touchPoints[0].pageY - slider.touch.start.y;
          value = slider.touch.originalPos.top + change;
        }
        setPositionProperty(value, 'reset', 0);
      }
    };

    /**
     * Event handler for "touchend"
     *
     * @param e (event)
     *  - DOM event object
     */
    var onTouchEnd = function(e) {
      e.preventDefault();
      slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
      //enable slider controls as soon as user stops interacing with slides
      slider.controls.el.removeClass('disabled');
      var orig    = e.originalEvent,
          touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig],
          value       = 0,
          distance    = 0;
      // record end x, y positions
      slider.touch.end.x = touchPoints[0].pageX;
      slider.touch.end.y = touchPoints[0].pageY;
      // if fade mode, check if absolute x distance clears the threshold
      if (slider.settings.mode === 'fade') {
        distance = Math.abs(slider.touch.start.x - slider.touch.end.x);
        if (distance >= slider.settings.swipeThreshold) {
          if (slider.touch.start.x > slider.touch.end.x) {
            el.goToNextSlide();
          } else {
            el.goToPrevSlide();
          }
          el.stopAuto();
        }
        // not fade mode
      } else {
        // calculate distance and el's animate property
        if (slider.settings.mode === 'horizontal') {
          distance = slider.touch.end.x - slider.touch.start.x;
          value = slider.touch.originalPos.left;
        } else {
          distance = slider.touch.end.y - slider.touch.start.y;
          value = slider.touch.originalPos.top;
        }
        // if not infinite loop and first / last slide, do not attempt a slide transition
        if (!slider.settings.infiniteLoop && ((slider.active.index === 0 && distance > 0) || (slider.active.last && distance < 0))) {
          setPositionProperty(value, 'reset', 200);
        } else {
          // check if distance clears threshold
          if (Math.abs(distance) >= slider.settings.swipeThreshold) {
            if (distance < 0) {
              el.goToNextSlide();
            } else {
              el.goToPrevSlide();
            }
            el.stopAuto();
          } else {
            // el.animate(property, 200);
            setPositionProperty(value, 'reset', 200);
          }
        }
      }
      slider.viewport.off('touchend MSPointerUp pointerup', onTouchEnd);

      if (slider.viewport.get(0).releasePointerCapture) {
        slider.viewport.get(0).releasePointerCapture(slider.pointerId);
      }
      // if slider had swipe with left mouse, touch contact and pen contact
      if (slider.hasMove === false && (slider.originalClickButton === 0 || slider.originalEventType === 'touchstart')) {
        // trigger click event (fix for Firefox59 and PointerEvent standard compatibility)
        $(slider.originalClickTarget).trigger({
          type: 'click',
          button: slider.originalClickButton,
          buttons: slider.originalClickButtons
        });
      }
    };

    /**
     * Window resize event callback
     */
    var resizeWindow = function(e) {
      // don't do anything if slider isn't initialized.
      if (!slider.initialized) { return; }
      // Delay if slider working.
      if (slider.working) {
        window.setTimeout(resizeWindow, 10);
      } else {
        // get the new window dimens (again, thank you IE)
        var windowWidthNew = $(window).width(),
            windowHeightNew = $(window).height();
        // make sure that it is a true window resize
        // *we must check this because our dinosaur friend IE fires a window resize event when certain DOM elements
        // are resized. Can you just die already?*
        if (windowWidth !== windowWidthNew || windowHeight !== windowHeightNew) {
          // set the new window dimens
          windowWidth = windowWidthNew;
          windowHeight = windowHeightNew;
          // update all dynamic elements
          el.redrawSlider();
          // Call user resize handler
          slider.settings.onSliderResize.call(el, slider.active.index);
        }
      }
    };

    /**
     * Adds an aria-hidden=true attribute to each element
     *
     * @param startVisibleIndex (int)
     *  - the first visible element's index
     */
    var applyAriaHiddenAttributes = function(startVisibleIndex) {
      var numberOfSlidesShowing = getNumberSlidesShowing();
      // only apply attributes if the setting is enabled and not in ticker mode
      if (slider.settings.ariaHidden && !slider.settings.ticker) {
        // add aria-hidden=true to all elements
        slider.children.attr('aria-hidden', 'true');
        // get the visible elements and change to aria-hidden=false
        slider.children.slice(startVisibleIndex, startVisibleIndex + numberOfSlidesShowing).attr('aria-hidden', 'false');
      }
    };

    /**
     * Returns index according to present page range
     *
     * @param slideOndex (int)
     *  - the desired slide index
     */
    var setSlideIndex = function(slideIndex) {
      if (slideIndex < 0) {
        if (slider.settings.infiniteLoop) {
          return getPagerQty() - 1;
        }else {
          //we don't go to undefined slides
          return slider.active.index;
        }
        // if slideIndex is greater than children length, set active index to 0 (this happens during infinite loop)
      } else if (slideIndex >= getPagerQty()) {
        if (slider.settings.infiniteLoop) {
          return 0;
        } else {
          //we don't move to undefined pages
          return slider.active.index;
        }
        // set active index to requested slide
      } else {
        return slideIndex;
      }
    };

    /**
     * ===================================================================================
     * = PUBLIC FUNCTIONS
     * ===================================================================================
     */

    /**
     * Performs slide transition to the specified slide
     *
     * @param slideIndex (int)
     *  - the destination slide's index (zero-based)
     *
     * @param direction (string)
     *  - INTERNAL USE ONLY - the direction of travel ("prev" / "next")
     */
    el.goToSlide = function(slideIndex, direction) {
      // onSlideBefore, onSlideNext, onSlidePrev callbacks
      // Allow transition canceling based on returned value
      var performTransition = true,
          moveBy = 0,
          position = {left: 0, top: 0},
          lastChild = null,
          lastShowingIndex, eq, value, requestEl;
      // store the old index
      slider.oldIndex = slider.active.index;
      //set new index
      slider.active.index = setSlideIndex(slideIndex);

      // if plugin is currently in motion, ignore request
      if (slider.working || slider.active.index === slider.oldIndex) { return; }
      // declare that plugin is in motion
      slider.working = true;

      performTransition = slider.settings.onSlideBefore.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index);

      // If transitions canceled, reset and return
      if (typeof (performTransition) !== 'undefined' && !performTransition) {
        slider.active.index = slider.oldIndex; // restore old index
        slider.working = false; // is not in motion
        return;
      }

      if (direction === 'next') {
        // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
        if (!slider.settings.onSlideNext.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
          performTransition = false;
        }
      } else if (direction === 'prev') {
        // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
        if (!slider.settings.onSlidePrev.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
          performTransition = false;
        }
      }

      // check if last slide
      slider.active.last = slider.active.index >= getPagerQty() - 1;
      // update the pager with active class
      if (slider.settings.pager || slider.settings.pagerCustom) { updatePagerActive(slider.active.index); }
      // // check for direction control update
      if (slider.settings.controls) { updateDirectionControls(); }
      // if slider is set to mode: "fade"
      if (slider.settings.mode === 'fade') {
        // if adaptiveHeight is true and next height is different from current height, animate to the new height
        if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
          slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
        }
        // fade out the visible child and reset its z-index value
        slider.children.filter(':visible').fadeOut(slider.settings.speed).css({zIndex: 0});
        // fade in the newly requested slide
        slider.children.eq(slider.active.index).css('zIndex', slider.settings.slideZIndex + 1).fadeIn(slider.settings.speed, function() {
          $(this).css('zIndex', slider.settings.slideZIndex);
          updateAfterSlideTransition();
        });
        // slider mode is not "fade"
      } else {
        // if adaptiveHeight is true and next height is different from current height, animate to the new height
        if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
          slider.viewport.animate({height: getViewportHeight()}, slider.settings.adaptiveHeightSpeed);
        }
        // if carousel and not infinite loop
        if (!slider.settings.infiniteLoop && slider.carousel && slider.active.last) {
          if (slider.settings.mode === 'horizontal') {
            // get the last child position
            lastChild = slider.children.eq(slider.children.length - 1);
            position = lastChild.position();
            // calculate the position of the last slide
            moveBy = slider.viewport.width() - lastChild.outerWidth();
          } else {
            // get last showing index position
            lastShowingIndex = slider.children.length - slider.settings.minSlides;
            position = slider.children.eq(lastShowingIndex).position();
          }
          // horizontal carousel, going previous while on first slide (infiniteLoop mode)
        } else if (slider.carousel && slider.active.last && direction === 'prev') {
          // get the last child position
          eq = slider.settings.moveSlides === 1 ? slider.settings.maxSlides - getMoveBy() : ((getPagerQty() - 1) * getMoveBy()) - (slider.children.length - slider.settings.maxSlides);
          lastChild = el.children('.bx-clone').eq(eq);
          position = lastChild.position();
          // if infinite loop and "Next" is clicked on the last slide
        } else if (direction === 'next' && slider.active.index === 0) {
          // get the last clone position
          position = el.find('> .bx-clone').eq(slider.settings.maxSlides).position();
          slider.active.last = false;
          // normal non-zero requests
        } else if (slideIndex >= 0) {
          //parseInt is applied to allow floats for slides/page
          requestEl = slideIndex * parseInt(getMoveBy());
          position = slider.children.eq(requestEl).position();
        }

        /* If the position doesn't exist
         * (e.g. if you destroy the slider on a next click),
         * it doesn't throw an error.
         */
        if (typeof (position) !== 'undefined') {
          value = slider.settings.mode === 'horizontal' ? -(position.left - moveBy) : -position.top;
          // plugin values to be animated
          setPositionProperty(value, 'slide', slider.settings.speed);
        }
        slider.working = false;
      }
      if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
    };

    /**
     * Transitions to the next slide in the show
     */
    el.goToNextSlide = function() {
      // if infiniteLoop is false and last page is showing, disregard call
      if (!slider.settings.infiniteLoop && slider.active.last) { return; }
      if (slider.working === true){ return ;}
      var pagerIndex = parseInt(slider.active.index) + 1;
      el.goToSlide(pagerIndex, 'next');
    };

    /**
     * Transitions to the prev slide in the show
     */
    el.goToPrevSlide = function() {
      // if infiniteLoop is false and last page is showing, disregard call
      if (!slider.settings.infiniteLoop && slider.active.index === 0) { return; }
      if (slider.working === true){ return ;}
      var pagerIndex = parseInt(slider.active.index) - 1;
      el.goToSlide(pagerIndex, 'prev');
    };

    /**
     * Starts the auto show
     *
     * @param preventControlUpdate (boolean)
     *  - if true, auto controls state will not be updated
     */
    el.startAuto = function(preventControlUpdate) {
      // if an interval already exists, disregard call
      if (slider.interval) { return; }
      // create an interval
      slider.interval = setInterval(function() {
        if (slider.settings.autoDirection === 'next') {
          el.goToNextSlide();
        } else {
          el.goToPrevSlide();
        }
      }, slider.settings.pause);
      //allback for when the auto rotate status changes
      slider.settings.onAutoChange.call(el, true);
      // if auto controls are displayed and preventControlUpdate is not true
      if (slider.settings.autoControls && preventControlUpdate !== true) { updateAutoControls('stop'); }
    };

    /**
     * Stops the auto show
     *
     * @param preventControlUpdate (boolean)
     *  - if true, auto controls state will not be updated
     */
    el.stopAuto = function(preventControlUpdate) {
      // if slider is auto paused, just clear that state
      if (slider.autoPaused) slider.autoPaused = false;
      // if no interval exists, disregard call
      if (!slider.interval) { return; }
      // clear the interval
      clearInterval(slider.interval);
      slider.interval = null;
      //allback for when the auto rotate status changes
      slider.settings.onAutoChange.call(el, false);
      // if auto controls are displayed and preventControlUpdate is not true
      if (slider.settings.autoControls && preventControlUpdate !== true) { updateAutoControls('start'); }
    };

    /**
     * Returns current slide index (zero-based)
     */
    el.getCurrentSlide = function() {
      return slider.active.index;
    };

    /**
     * Returns current slide element
     */
    el.getCurrentSlideElement = function() {
      return slider.children.eq(slider.active.index);
    };

    /**
     * Returns a slide element
     * @param index (int)
     *  - The index (zero-based) of the element you want returned.
     */
    el.getSlideElement = function(index) {
      return slider.children.eq(index);
    };

    /**
     * Returns number of slides in show
     */
    el.getSlideCount = function() {
      return slider.children.length;
    };

    /**
     * Return slider.working variable
     */
    el.isWorking = function() {
      return slider.working;
    };

    /**
     * Update all dynamic slider elements
     */
    el.redrawSlider = function() {
      // resize all children in ratio to new screen size
      slider.children.add(el.find('.bx-clone')).outerWidth(getSlideWidth());
      // adjust the height
      slider.viewport.css('height', getViewportHeight());
      // update the slide position
      if (!slider.settings.ticker) { setSlidePosition(); }
      // if active.last was true before the screen resize, we want
      // to keep it last no matter what screen size we end on
      if (slider.active.last) { slider.active.index = getPagerQty() - 1; }
      // if the active index (page) no longer exists due to the resize, simply set the index as last
      if (slider.active.index >= getPagerQty()) { slider.active.last = true; }
      // if a pager is being displayed and a custom pager is not being used, update it
      if (slider.settings.pager && !slider.settings.pagerCustom) {
        populatePager();
        updatePagerActive(slider.active.index);
      }
      if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
    };

    /**
     * Destroy the current instance of the slider (revert everything back to original state)
     */
    el.destroySlider = function() {
      // don't do anything if slider has already been destroyed
      if (!slider.initialized) { return; }
      slider.initialized = false;
      $('.bx-clone', this).remove();
      slider.children.each(function() {
        if ($(this).data('origStyle') !== undefined) {
          $(this).attr('style', $(this).data('origStyle'));
        } else {
          $(this).removeAttr('style');
        }
      });
      if ($(this).data('origStyle') !== undefined) {
        this.attr('style', $(this).data('origStyle'));
      } else {
        $(this).removeAttr('style');
      }
      $(this).unwrap().unwrap();
      if (slider.controls.el) { slider.controls.el.remove(); }
      if (slider.controls.next) { slider.controls.next.remove(); }
      if (slider.controls.prev) { slider.controls.prev.remove(); }
      if (slider.pagerEl && slider.settings.controls && !slider.settings.pagerCustom) { slider.pagerEl.remove(); }
      $('.bx-caption', this).remove();
      if (slider.controls.autoEl) { slider.controls.autoEl.remove(); }
      clearInterval(slider.interval);
      if (slider.settings.responsive) { $(window).off('resize', resizeWindow); }
      if (slider.settings.keyboardEnabled) { $(document).off('keydown', keyPress); }
      //remove self reference in data
      $(this).removeData('bxSlider');
      // remove global window handlers
      $(window).off('blur', windowBlurHandler).off('focus', windowFocusHandler);
    };

    /**
     * Reload the slider (revert all DOM changes, and re-initialize)
     */
    el.reloadSlider = function(settings) {
      if (settings !== undefined) { options = settings; }
      el.destroySlider();
      init();
      //store reference to self in order to access public functions later
      $(el).data('bxSlider', this);
    };

    init();

    $(el).data('bxSlider', this);

    // returns the current jQuery object
    return this;
  };

})(jQuery);
assets/js/loadmore.js000064400000007206151213253200010621 0ustar00/**
 * Dynamic loading of posts via Ajax for style 3 widget.
 */

/* global colormag_script_vars, colormag_load_more */
jQuery( document ).ready(
	function () {

		var tg_ajax_button_init = function ( tg_ajax_button, tg_ajax_button_category, tg_ajax_button_random, tg_ajax_button_number, tg_ajax_button_child_category, tg_ajax_button_tag, tg_ajax_button_author, tg_ajax_button_type, tg_append_ajax_datas, tg_ajax_loading_icon ) {

			// Load more content.
			var tg_pagenumber     = 1;
			var tg_no_more_posts  = colormag_script_vars.no_more_posts;
			var tg_category       = tg_ajax_button_category;
			var tg_number         = tg_ajax_button_number;
			var tg_random         = tg_ajax_button_random;
			var tg_child_category = tg_ajax_button_child_category;
			var tg_tag            = tg_ajax_button_tag;
			var tg_author         = tg_ajax_button_author;
			var tg_type           = tg_ajax_button_type;

			jQuery( tg_ajax_button ).on(
				'click',
				function () {
					tg_pagenumber ++;
					jQuery( tg_ajax_loading_icon ).show();
					jQuery( tg_ajax_button ).attr( 'disabled', true );

					var tg_data = {
						action            : 'get_ajax_results',
						tg_nonce          : colormag_load_more.tg_nonce,
						tg_pagenumber     : tg_pagenumber,
						tg_category       : tg_category,
						tg_number         : tg_number,
						tg_random         : tg_random,
						tg_child_category : tg_child_category,
						tg_tag            : tg_tag,
						tg_author         : tg_author,
						tg_type           : tg_type
					};

					jQuery.post(
						colormag_load_more.ajax_url,
						tg_data,
						function ( response ) {
							var tg_data = jQuery( response );

							if ( tg_data.length ) {
								jQuery( tg_append_ajax_datas ).append( tg_data );
								jQuery( tg_ajax_loading_icon ).hide();
								jQuery( tg_ajax_button ).attr( 'disabled', false );
							} else {
								jQuery( tg_ajax_loading_icon ).hide();
								jQuery( tg_ajax_button ).attr( 'disabled', true );
								jQuery( tg_ajax_button ).html( '<span>' + tg_no_more_posts + '</span>' );
							}
						}
					);

					return false;
				}
			);
		};

		var tg_ajax_button_wrapper = jQuery( '.tg-ajax-btn-wrapper' );

		jQuery( tg_ajax_button_wrapper ).each(
			function () {
				var tg_ajax_button                = '#' + jQuery( this ).children( '.tg-front-post-load-more' ).attr( 'id' );
				var tg_ajax_button_category       = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'category' );
				var tg_ajax_button_random         = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'random' );
				var tg_ajax_button_number         = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'number' );
				var tg_ajax_button_child_category = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'child_category' );
				var tg_ajax_button_tag            = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'tag' );
				var tg_ajax_button_author         = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'author' );
				var tg_ajax_button_type           = jQuery( this ).children( '.tg-front-post-load-more' ).data( 'type' );
				var tg_append_ajax_datas          = '#' + jQuery( this ).children( '.tg-append-ajax-datas' ).attr( 'id' );
				var tg_ajax_loading_icon          = '#' + jQuery( this ).find( '.waiting' ).attr( 'id' );

				tg_ajax_button_init( tg_ajax_button, tg_ajax_button_category, tg_ajax_button_random, tg_ajax_button_number, tg_ajax_button_child_category, tg_ajax_button_tag, tg_ajax_button_author, tg_ajax_button_type, tg_append_ajax_datas, tg_ajax_loading_icon );
			}
		);

	}
);
assets/js/magnific-popup/magnific-popup.min.css000064400000012143151213253200015605 0ustar00.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}assets/js/magnific-popup/jquery.magnific-popup.js000064400000125105151213253200016170 0ustar00/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
;(function (factory) { 
if (typeof define === 'function' && define.amd) { 
 // AMD. Register as an anonymous module. 
 define(['jquery'], factory); 
 } else if (typeof exports === 'object') { 
 // Node/CommonJS 
 factory(require('jquery')); 
 } else { 
 // Browser globals 
 factory(window.jQuery || window.Zepto); 
 } 
 }(function($) { 

/*>>core*/
/**
 * 
 * Magnific Popup Core JS file
 * 
 */


/**
 * Private static constants
 */
var CLOSE_EVENT = 'Close',
	BEFORE_CLOSE_EVENT = 'BeforeClose',
	AFTER_CLOSE_EVENT = 'AfterClose',
	BEFORE_APPEND_EVENT = 'BeforeAppend',
	MARKUP_PARSE_EVENT = 'MarkupParse',
	OPEN_EVENT = 'Open',
	CHANGE_EVENT = 'Change',
	NS = 'mfp',
	EVENT_NS = '.' + NS,
	READY_CLASS = 'mfp-ready',
	REMOVING_CLASS = 'mfp-removing',
	PREVENT_CLOSE_CLASS = 'mfp-prevent-close';


/**
 * Private vars 
 */
/*jshint -W079 */
var mfp, // As we have only one instance of MagnificPopup object, we define it locally to not to use 'this'
	MagnificPopup = function(){},
	_isJQ = !!(window.jQuery),
	_prevStatus,
	_window = $(window),
	_document,
	_prevContentType,
	_wrapClasses,
	_currPopupType;


/**
 * Private functions
 */
var _mfpOn = function(name, f) {
		mfp.ev.on(NS + name + EVENT_NS, f);
	},
	_getEl = function(className, appendTo, html, raw) {
		var el = document.createElement('div');
		el.className = 'mfp-'+className;
		if(html) {
			el.innerHTML = html;
		}
		if(!raw) {
			el = $(el);
			if(appendTo) {
				el.appendTo(appendTo);
			}
		} else if(appendTo) {
			appendTo.appendChild(el);
		}
		return el;
	},
	_mfpTrigger = function(e, data) {
		mfp.ev.triggerHandler(NS + e, data);

		if(mfp.st.callbacks) {
			// converts "mfpEventName" to "eventName" callback and triggers it if it's present
			e = e.charAt(0).toLowerCase() + e.slice(1);
			if(mfp.st.callbacks[e]) {
				mfp.st.callbacks[e].apply(mfp, $.isArray(data) ? data : [data]);
			}
		}
	},
	_getCloseBtn = function(type) {
		if(type !== _currPopupType || !mfp.currTemplate.closeBtn) {
			mfp.currTemplate.closeBtn = $( mfp.st.closeMarkup.replace('%title%', mfp.st.tClose ) );
			_currPopupType = type;
		}
		return mfp.currTemplate.closeBtn;
	},
	// Initialize Magnific Popup only when called at least once
	_checkInstance = function() {
		if(!$.magnificPopup.instance) {
			/*jshint -W020 */
			mfp = new MagnificPopup();
			mfp.init();
			$.magnificPopup.instance = mfp;
		}
	},
	// CSS transition detection, http://stackoverflow.com/questions/7264899/detect-css-transitions-using-javascript-and-without-modernizr
	supportsTransitions = function() {
		var s = document.createElement('p').style, // 's' for style. better to create an element if body yet to exist
			v = ['ms','O','Moz','Webkit']; // 'v' for vendor

		if( s['transition'] !== undefined ) {
			return true; 
		}
			
		while( v.length ) {
			if( v.pop() + 'Transition' in s ) {
				return true;
			}
		}
				
		return false;
	};



/**
 * Public functions
 */
MagnificPopup.prototype = {

	constructor: MagnificPopup,

	/**
	 * Initializes Magnific Popup plugin. 
	 * This function is triggered only once when $.fn.magnificPopup or $.magnificPopup is executed
	 */
	init: function() {
		var appVersion = navigator.appVersion;
		mfp.isLowIE = mfp.isIE8 = document.all && !document.addEventListener;
		mfp.isAndroid = (/android/gi).test(appVersion);
		mfp.isIOS = (/iphone|ipad|ipod/gi).test(appVersion);
		mfp.supportsTransition = supportsTransitions();

		// We disable fixed positioned lightbox on devices that don't handle it nicely.
		// If you know a better way of detecting this - let me know.
		mfp.probablyMobile = (mfp.isAndroid || mfp.isIOS || /(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent) );
		_document = $(document);

		mfp.popupsCache = {};
	},

	/**
	 * Opens popup
	 * @param  data [description]
	 */
	open: function(data) {

		var i;

		if(data.isObj === false) { 
			// convert jQuery collection to array to avoid conflicts later
			mfp.items = data.items.toArray();

			mfp.index = 0;
			var items = data.items,
				item;
			for(i = 0; i < items.length; i++) {
				item = items[i];
				if(item.parsed) {
					item = item.el[0];
				}
				if(item === data.el[0]) {
					mfp.index = i;
					break;
				}
			}
		} else {
			mfp.items = $.isArray(data.items) ? data.items : [data.items];
			mfp.index = data.index || 0;
		}

		// if popup is already opened - we just update the content
		if(mfp.isOpen) {
			mfp.updateItemHTML();
			return;
		}
		
		mfp.types = []; 
		_wrapClasses = '';
		if(data.mainEl && data.mainEl.length) {
			mfp.ev = data.mainEl.eq(0);
		} else {
			mfp.ev = _document;
		}

		if(data.key) {
			if(!mfp.popupsCache[data.key]) {
				mfp.popupsCache[data.key] = {};
			}
			mfp.currTemplate = mfp.popupsCache[data.key];
		} else {
			mfp.currTemplate = {};
		}



		mfp.st = $.extend(true, {}, $.magnificPopup.defaults, data ); 
		mfp.fixedContentPos = mfp.st.fixedContentPos === 'auto' ? !mfp.probablyMobile : mfp.st.fixedContentPos;

		if(mfp.st.modal) {
			mfp.st.closeOnContentClick = false;
			mfp.st.closeOnBgClick = false;
			mfp.st.showCloseBtn = false;
			mfp.st.enableEscapeKey = false;
		}
		

		// Building markup
		// main containers are created only once
		if(!mfp.bgOverlay) {

			// Dark overlay
			mfp.bgOverlay = _getEl('bg').on('click'+EVENT_NS, function() {
				mfp.close();
			});

			mfp.wrap = _getEl('wrap').attr('tabindex', -1).on('click'+EVENT_NS, function(e) {
				if(mfp._checkIfClose(e.target)) {
					mfp.close();
				}
			});

			mfp.container = _getEl('container', mfp.wrap);
		}

		mfp.contentContainer = _getEl('content');
		if(mfp.st.preloader) {
			mfp.preloader = _getEl('preloader', mfp.container, mfp.st.tLoading);
		}


		// Initializing modules
		var modules = $.magnificPopup.modules;
		for(i = 0; i < modules.length; i++) {
			var n = modules[i];
			n = n.charAt(0).toUpperCase() + n.slice(1);
			mfp['init'+n].call(mfp);
		}
		_mfpTrigger('BeforeOpen');


		if(mfp.st.showCloseBtn) {
			// Close button
			if(!mfp.st.closeBtnInside) {
				mfp.wrap.append( _getCloseBtn() );
			} else {
				_mfpOn(MARKUP_PARSE_EVENT, function(e, template, values, item) {
					values.close_replaceWith = _getCloseBtn(item.type);
				});
				_wrapClasses += ' mfp-close-btn-in';
			}
		}

		if(mfp.st.alignTop) {
			_wrapClasses += ' mfp-align-top';
		}

	

		if(mfp.fixedContentPos) {
			mfp.wrap.css({
				overflow: mfp.st.overflowY,
				overflowX: 'hidden',
				overflowY: mfp.st.overflowY
			});
		} else {
			mfp.wrap.css({ 
				top: _window.scrollTop(),
				position: 'absolute'
			});
		}
		if( mfp.st.fixedBgPos === false || (mfp.st.fixedBgPos === 'auto' && !mfp.fixedContentPos) ) {
			mfp.bgOverlay.css({
				height: _document.height(),
				position: 'absolute'
			});
		}

		

		if(mfp.st.enableEscapeKey) {
			// Close on ESC key
			_document.on('keyup' + EVENT_NS, function(e) {
				if(e.keyCode === 27) {
					mfp.close();
				}
			});
		}

		_window.on('resize' + EVENT_NS, function() {
			mfp.updateSize();
		});


		if(!mfp.st.closeOnContentClick) {
			_wrapClasses += ' mfp-auto-cursor';
		}
		
		if(_wrapClasses)
			mfp.wrap.addClass(_wrapClasses);


		// this triggers recalculation of layout, so we get it once to not to trigger twice
		var windowHeight = mfp.wH = _window.height();

		
		var windowStyles = {};

		if( mfp.fixedContentPos ) {
            if(mfp._hasScrollBar(windowHeight)){
                var s = mfp._getScrollbarSize();
                if(s) {
                    windowStyles.marginRight = s;
                }
            }
        }

		if(mfp.fixedContentPos) {
			if(!mfp.isIE7) {
				windowStyles.overflow = 'hidden';
			} else {
				// ie7 double-scroll bug
				$('body, html').css('overflow', 'hidden');
			}
		}

		
		
		var classesToadd = mfp.st.mainClass;
		if(mfp.isIE7) {
			classesToadd += ' mfp-ie7';
		}
		if(classesToadd) {
			mfp._addClassToMFP( classesToadd );
		}

		// add content
		mfp.updateItemHTML();

		_mfpTrigger('BuildControls');

		// remove scrollbar, add margin e.t.c
		$('html').css(windowStyles);
		
		// add everything to DOM
		mfp.bgOverlay.add(mfp.wrap).prependTo( mfp.st.prependTo || $(document.body) );

		// Save last focused element
		mfp._lastFocusedEl = document.activeElement;
		
		// Wait for next cycle to allow CSS transition
		setTimeout(function() {
			
			if(mfp.content) {
				mfp._addClassToMFP(READY_CLASS);
				mfp._setFocus();
			} else {
				// if content is not defined (not loaded e.t.c) we add class only for BG
				mfp.bgOverlay.addClass(READY_CLASS);
			}
			
			// Trap the focus in popup
			_document.on('focusin' + EVENT_NS, mfp._onFocusIn);

		}, 16);

		mfp.isOpen = true;
		mfp.updateSize(windowHeight);
		_mfpTrigger(OPEN_EVENT);

		return data;
	},

	/**
	 * Closes the popup
	 */
	close: function() {
		if(!mfp.isOpen) return;
		_mfpTrigger(BEFORE_CLOSE_EVENT);

		mfp.isOpen = false;
		// for CSS3 animation
		if(mfp.st.removalDelay && !mfp.isLowIE && mfp.supportsTransition )  {
			mfp._addClassToMFP(REMOVING_CLASS);
			setTimeout(function() {
				mfp._close();
			}, mfp.st.removalDelay);
		} else {
			mfp._close();
		}
	},

	/**
	 * Helper for close() function
	 */
	_close: function() {
		_mfpTrigger(CLOSE_EVENT);

		var classesToRemove = REMOVING_CLASS + ' ' + READY_CLASS + ' ';

		mfp.bgOverlay.detach();
		mfp.wrap.detach();
		mfp.container.empty();

		if(mfp.st.mainClass) {
			classesToRemove += mfp.st.mainClass + ' ';
		}

		mfp._removeClassFromMFP(classesToRemove);

		if(mfp.fixedContentPos) {
			var windowStyles = {marginRight: ''};
			if(mfp.isIE7) {
				$('body, html').css('overflow', '');
			} else {
				windowStyles.overflow = '';
			}
			$('html').css(windowStyles);
		}
		
		_document.off('keyup' + EVENT_NS + ' focusin' + EVENT_NS);
		mfp.ev.off(EVENT_NS);

		// clean up DOM elements that aren't removed
		mfp.wrap.attr('class', 'mfp-wrap').removeAttr('style');
		mfp.bgOverlay.attr('class', 'mfp-bg');
		mfp.container.attr('class', 'mfp-container');

		// remove close button from target element
		if(mfp.st.showCloseBtn &&
		(!mfp.st.closeBtnInside || mfp.currTemplate[mfp.currItem.type] === true)) {
			if(mfp.currTemplate.closeBtn)
				mfp.currTemplate.closeBtn.detach();
		}


		if(mfp.st.autoFocusLast && mfp._lastFocusedEl) {
			$(mfp._lastFocusedEl).focus(); // put tab focus back
		}
		mfp.currItem = null;	
		mfp.content = null;
		mfp.currTemplate = null;
		mfp.prevHeight = 0;

		_mfpTrigger(AFTER_CLOSE_EVENT);
	},
	
	updateSize: function(winHeight) {

		if(mfp.isIOS) {
			// fixes iOS nav bars https://github.com/dimsemenov/Magnific-Popup/issues/2
			var zoomLevel = document.documentElement.clientWidth / window.innerWidth;
			var height = window.innerHeight * zoomLevel;
			mfp.wrap.css('height', height);
			mfp.wH = height;
		} else {
			mfp.wH = winHeight || _window.height();
		}
		// Fixes #84: popup incorrectly positioned with position:relative on body
		if(!mfp.fixedContentPos) {
			mfp.wrap.css('height', mfp.wH);
		}

		_mfpTrigger('Resize');

	},

	/**
	 * Set content of popup based on current index
	 */
	updateItemHTML: function() {
		var item = mfp.items[mfp.index];

		// Detach and perform modifications
		mfp.contentContainer.detach();

		if(mfp.content)
			mfp.content.detach();

		if(!item.parsed) {
			item = mfp.parseEl( mfp.index );
		}

		var type = item.type;

		_mfpTrigger('BeforeChange', [mfp.currItem ? mfp.currItem.type : '', type]);
		// BeforeChange event works like so:
		// _mfpOn('BeforeChange', function(e, prevType, newType) { });

		mfp.currItem = item;

		if(!mfp.currTemplate[type]) {
			var markup = mfp.st[type] ? mfp.st[type].markup : false;

			// allows to modify markup
			_mfpTrigger('FirstMarkupParse', markup);

			if(markup) {
				mfp.currTemplate[type] = $(markup);
			} else {
				// if there is no markup found we just define that template is parsed
				mfp.currTemplate[type] = true;
			}
		}

		if(_prevContentType && _prevContentType !== item.type) {
			mfp.container.removeClass('mfp-'+_prevContentType+'-holder');
		}

		var newContent = mfp['get' + type.charAt(0).toUpperCase() + type.slice(1)](item, mfp.currTemplate[type]);
		mfp.appendContent(newContent, type);

		item.preloaded = true;

		_mfpTrigger(CHANGE_EVENT, item);
		_prevContentType = item.type;

		// Append container back after its content changed
		mfp.container.prepend(mfp.contentContainer);

		_mfpTrigger('AfterChange');
	},


	/**
	 * Set HTML content of popup
	 */
	appendContent: function(newContent, type) {
		mfp.content = newContent;

		if(newContent) {
			if(mfp.st.showCloseBtn && mfp.st.closeBtnInside &&
				mfp.currTemplate[type] === true) {
				// if there is no markup, we just append close button element inside
				if(!mfp.content.find('.mfp-close').length) {
					mfp.content.append(_getCloseBtn());
				}
			} else {
				mfp.content = newContent;
			}
		} else {
			mfp.content = '';
		}

		_mfpTrigger(BEFORE_APPEND_EVENT);
		mfp.container.addClass('mfp-'+type+'-holder');

		mfp.contentContainer.append(mfp.content);
	},


	/**
	 * Creates Magnific Popup data object based on given data
	 * @param  {int} index Index of item to parse
	 */
	parseEl: function(index) {
		var item = mfp.items[index],
			type;

		if(item.tagName) {
			item = { el: $(item) };
		} else {
			type = item.type;
			item = { data: item, src: item.src };
		}

		if(item.el) {
			var types = mfp.types;

			// check for 'mfp-TYPE' class
			for(var i = 0; i < types.length; i++) {
				if( item.el.hasClass('mfp-'+types[i]) ) {
					type = types[i];
					break;
				}
			}

			item.src = item.el.attr('data-mfp-src');
			if(!item.src) {
				item.src = item.el.attr('href');
			}
		}

		item.type = type || mfp.st.type || 'inline';
		item.index = index;
		item.parsed = true;
		mfp.items[index] = item;
		_mfpTrigger('ElementParse', item);

		return mfp.items[index];
	},


	/**
	 * Initializes single popup or a group of popups
	 */
	addGroup: function(el, options) {
		var eHandler = function(e) {
			e.mfpEl = this;
			mfp._openClick(e, el, options);
		};

		if(!options) {
			options = {};
		}

		var eName = 'click.magnificPopup';
		options.mainEl = el;

		if(options.items) {
			options.isObj = true;
			el.off(eName).on(eName, eHandler);
		} else {
			options.isObj = false;
			if(options.delegate) {
				el.off(eName).on(eName, options.delegate , eHandler);
			} else {
				options.items = el;
				el.off(eName).on(eName, eHandler);
			}
		}
	},
	_openClick: function(e, el, options) {
		var midClick = options.midClick !== undefined ? options.midClick : $.magnificPopup.defaults.midClick;


		if(!midClick && ( e.which === 2 || e.ctrlKey || e.metaKey || e.altKey || e.shiftKey ) ) {
			return;
		}

		var disableOn = options.disableOn !== undefined ? options.disableOn : $.magnificPopup.defaults.disableOn;

		if(disableOn) {
			if($.isFunction(disableOn)) {
				if( !disableOn.call(mfp) ) {
					return true;
				}
			} else { // else it's number
				if( _window.width() < disableOn ) {
					return true;
				}
			}
		}

		if(e.type) {
			e.preventDefault();

			// This will prevent popup from closing if element is inside and popup is already opened
			if(mfp.isOpen) {
				e.stopPropagation();
			}
		}

		options.el = $(e.mfpEl);
		if(options.delegate) {
			options.items = el.find(options.delegate);
		}
		mfp.open(options);
	},


	/**
	 * Updates text on preloader
	 */
	updateStatus: function(status, text) {

		if(mfp.preloader) {
			if(_prevStatus !== status) {
				mfp.container.removeClass('mfp-s-'+_prevStatus);
			}

			if(!text && status === 'loading') {
				text = mfp.st.tLoading;
			}

			var data = {
				status: status,
				text: text
			};
			// allows to modify status
			_mfpTrigger('UpdateStatus', data);

			status = data.status;
			text = data.text;

			mfp.preloader.html(text);

			mfp.preloader.find('a').on('click', function(e) {
				e.stopImmediatePropagation();
			});

			mfp.container.addClass('mfp-s-'+status);
			_prevStatus = status;
		}
	},


	/*
		"Private" helpers that aren't private at all
	 */
	// Check to close popup or not
	// "target" is an element that was clicked
	_checkIfClose: function(target) {

		if($(target).hasClass(PREVENT_CLOSE_CLASS)) {
			return;
		}

		var closeOnContent = mfp.st.closeOnContentClick;
		var closeOnBg = mfp.st.closeOnBgClick;

		if(closeOnContent && closeOnBg) {
			return true;
		} else {

			// We close the popup if click is on close button or on preloader. Or if there is no content.
			if(!mfp.content || $(target).hasClass('mfp-close') || (mfp.preloader && target === mfp.preloader[0]) ) {
				return true;
			}

			// if click is outside the content
			if(  (target !== mfp.content[0] && !$.contains(mfp.content[0], target))  ) {
				if(closeOnBg) {
					// last check, if the clicked element is in DOM, (in case it's removed onclick)
					if( $.contains(document, target) ) {
						return true;
					}
				}
			} else if(closeOnContent) {
				return true;
			}

		}
		return false;
	},
	_addClassToMFP: function(cName) {
		mfp.bgOverlay.addClass(cName);
		mfp.wrap.addClass(cName);
	},
	_removeClassFromMFP: function(cName) {
		this.bgOverlay.removeClass(cName);
		mfp.wrap.removeClass(cName);
	},
	_hasScrollBar: function(winHeight) {
		return (  (mfp.isIE7 ? _document.height() : document.body.scrollHeight) > (winHeight || _window.height()) );
	},
	_setFocus: function() {
		(mfp.st.focus ? mfp.content.find(mfp.st.focus).eq(0) : mfp.wrap).focus();
	},
	_onFocusIn: function(e) {
		if( e.target !== mfp.wrap[0] && !$.contains(mfp.wrap[0], e.target) ) {
			mfp._setFocus();
			return false;
		}
	},
	_parseMarkup: function(template, values, item) {
		var arr;
		if(item.data) {
			values = $.extend(item.data, values);
		}
		_mfpTrigger(MARKUP_PARSE_EVENT, [template, values, item] );

		$.each(values, function(key, value) {
			if(value === undefined || value === false) {
				return true;
			}
			arr = key.split('_');
			if(arr.length > 1) {
				var el = template.find(EVENT_NS + '-'+arr[0]);

				if(el.length > 0) {
					var attr = arr[1];
					if(attr === 'replaceWith') {
						if(el[0] !== value[0]) {
							el.replaceWith(value);
						}
					} else if(attr === 'img') {
						if(el.is('img')) {
							el.attr('src', value);
						} else {
							el.replaceWith( $('<img>').attr('src', value).attr('class', el.attr('class')) );
						}
					} else {
						el.attr(arr[1], value);
					}
				}

			} else {
				template.find(EVENT_NS + '-'+key).html(value);
			}
		});
	},

	_getScrollbarSize: function() {
		// thx David
		if(mfp.scrollbarSize === undefined) {
			var scrollDiv = document.createElement("div");
			scrollDiv.style.cssText = 'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;';
			document.body.appendChild(scrollDiv);
			mfp.scrollbarSize = scrollDiv.offsetWidth - scrollDiv.clientWidth;
			document.body.removeChild(scrollDiv);
		}
		return mfp.scrollbarSize;
	}

}; /* MagnificPopup core prototype end */




/**
 * Public static functions
 */
$.magnificPopup = {
	instance: null,
	proto: MagnificPopup.prototype,
	modules: [],

	open: function(options, index) {
		_checkInstance();

		if(!options) {
			options = {};
		} else {
			options = $.extend(true, {}, options);
		}

		options.isObj = true;
		options.index = index || 0;
		return this.instance.open(options);
	},

	close: function() {
		return $.magnificPopup.instance && $.magnificPopup.instance.close();
	},

	registerModule: function(name, module) {
		if(module.options) {
			$.magnificPopup.defaults[name] = module.options;
		}
		$.extend(this.proto, module.proto);
		this.modules.push(name);
	},

	defaults: {

		// Info about options is in docs:
		// http://dimsemenov.com/plugins/magnific-popup/documentation.html#options

		disableOn: 0,

		key: null,

		midClick: false,

		mainClass: '',

		preloader: true,

		focus: '', // CSS selector of input to focus after popup is opened

		closeOnContentClick: false,

		closeOnBgClick: true,

		closeBtnInside: true,

		showCloseBtn: true,

		enableEscapeKey: true,

		modal: false,

		alignTop: false,

		removalDelay: 0,

		prependTo: null,

		fixedContentPos: 'auto',

		fixedBgPos: 'auto',

		overflowY: 'auto',

		closeMarkup: '<button title="%title%" type="button" class="mfp-close">&#215;</button>',

		tClose: 'Close (Esc)',

		tLoading: 'Loading...',

		autoFocusLast: true

	}
};



$.fn.magnificPopup = function(options) {
	_checkInstance();

	var jqEl = $(this);

	// We call some API method of first param is a string
	if (typeof options === "string" ) {

		if(options === 'open') {
			var items,
				itemOpts = _isJQ ? jqEl.data('magnificPopup') : jqEl[0].magnificPopup,
				index = parseInt(arguments[1], 10) || 0;

			if(itemOpts.items) {
				items = itemOpts.items[index];
			} else {
				items = jqEl;
				if(itemOpts.delegate) {
					items = items.find(itemOpts.delegate);
				}
				items = items.eq( index );
			}
			mfp._openClick({mfpEl:items}, jqEl, itemOpts);
		} else {
			if(mfp.isOpen)
				mfp[options].apply(mfp, Array.prototype.slice.call(arguments, 1));
		}

	} else {
		// clone options obj
		options = $.extend(true, {}, options);

		/*
		 * As Zepto doesn't support .data() method for objects
		 * and it works only in normal browsers
		 * we assign "options" object directly to the DOM element. FTW!
		 */
		if(_isJQ) {
			jqEl.data('magnificPopup', options);
		} else {
			jqEl[0].magnificPopup = options;
		}

		mfp.addGroup(jqEl, options);

	}
	return jqEl;
};

/*>>core*/

/*>>inline*/

var INLINE_NS = 'inline',
	_hiddenClass,
	_inlinePlaceholder,
	_lastInlineElement,
	_putInlineElementsBack = function() {
		if(_lastInlineElement) {
			_inlinePlaceholder.after( _lastInlineElement.addClass(_hiddenClass) ).detach();
			_lastInlineElement = null;
		}
	};

$.magnificPopup.registerModule(INLINE_NS, {
	options: {
		hiddenClass: 'hide', // will be appended with `mfp-` prefix
		markup: '',
		tNotFound: 'Content not found'
	},
	proto: {

		initInline: function() {
			mfp.types.push(INLINE_NS);

			_mfpOn(CLOSE_EVENT+'.'+INLINE_NS, function() {
				_putInlineElementsBack();
			});
		},

		getInline: function(item, template) {

			_putInlineElementsBack();

			if(item.src) {
				var inlineSt = mfp.st.inline,
					el = $(item.src);

				if(el.length) {

					// If target element has parent - we replace it with placeholder and put it back after popup is closed
					var parent = el[0].parentNode;
					if(parent && parent.tagName) {
						if(!_inlinePlaceholder) {
							_hiddenClass = inlineSt.hiddenClass;
							_inlinePlaceholder = _getEl(_hiddenClass);
							_hiddenClass = 'mfp-'+_hiddenClass;
						}
						// replace target inline element with placeholder
						_lastInlineElement = el.after(_inlinePlaceholder).detach().removeClass(_hiddenClass);
					}

					mfp.updateStatus('ready');
				} else {
					mfp.updateStatus('error', inlineSt.tNotFound);
					el = $('<div>');
				}

				item.inlineElement = el;
				return el;
			}

			mfp.updateStatus('ready');
			mfp._parseMarkup(template, {}, item);
			return template;
		}
	}
});

/*>>inline*/

/*>>ajax*/
var AJAX_NS = 'ajax',
	_ajaxCur,
	_removeAjaxCursor = function() {
		if(_ajaxCur) {
			$(document.body).removeClass(_ajaxCur);
		}
	},
	_destroyAjaxRequest = function() {
		_removeAjaxCursor();
		if(mfp.req) {
			mfp.req.abort();
		}
	};

$.magnificPopup.registerModule(AJAX_NS, {

	options: {
		settings: null,
		cursor: 'mfp-ajax-cur',
		tError: '<a href="%url%">The content</a> could not be loaded.'
	},

	proto: {
		initAjax: function() {
			mfp.types.push(AJAX_NS);
			_ajaxCur = mfp.st.ajax.cursor;

			_mfpOn(CLOSE_EVENT+'.'+AJAX_NS, _destroyAjaxRequest);
			_mfpOn('BeforeChange.' + AJAX_NS, _destroyAjaxRequest);
		},
		getAjax: function(item) {

			if(_ajaxCur) {
				$(document.body).addClass(_ajaxCur);
			}

			mfp.updateStatus('loading');

			var opts = $.extend({
				url: item.src,
				success: function(data, textStatus, jqXHR) {
					var temp = {
						data:data,
						xhr:jqXHR
					};

					_mfpTrigger('ParseAjax', temp);

					mfp.appendContent( $(temp.data), AJAX_NS );

					item.finished = true;

					_removeAjaxCursor();

					mfp._setFocus();

					setTimeout(function() {
						mfp.wrap.addClass(READY_CLASS);
					}, 16);

					mfp.updateStatus('ready');

					_mfpTrigger('AjaxContentAdded');
				},
				error: function() {
					_removeAjaxCursor();
					item.finished = item.loadError = true;
					mfp.updateStatus('error', mfp.st.ajax.tError.replace('%url%', item.src));
				}
			}, mfp.st.ajax.settings);

			mfp.req = $.ajax(opts);

			return '';
		}
	}
});

/*>>ajax*/

/*>>image*/
var _imgInterval,
	_getTitle = function(item) {
		if(item.data && item.data.title !== undefined)
			return item.data.title;

		var src = mfp.st.image.titleSrc;

		if(src) {
			if($.isFunction(src)) {
				return src.call(mfp, item);
			} else if(item.el) {
				return item.el.attr(src) || '';
			}
		}
		return '';
	};

$.magnificPopup.registerModule('image', {

	options: {
		markup: '<div class="mfp-figure">'+
					'<div class="mfp-close"></div>'+
					'<figure>'+
						'<div class="mfp-img"></div>'+
						'<figcaption>'+
							'<div class="mfp-bottom-bar">'+
								'<div class="mfp-title"></div>'+
								'<div class="mfp-counter"></div>'+
							'</div>'+
						'</figcaption>'+
					'</figure>'+
				'</div>',
		cursor: 'mfp-zoom-out-cur',
		titleSrc: 'title',
		verticalFit: true,
		tError: '<a href="%url%">The image</a> could not be loaded.'
	},

	proto: {
		initImage: function() {
			var imgSt = mfp.st.image,
				ns = '.image';

			mfp.types.push('image');

			_mfpOn(OPEN_EVENT+ns, function() {
				if(mfp.currItem.type === 'image' && imgSt.cursor) {
					$(document.body).addClass(imgSt.cursor);
				}
			});

			_mfpOn(CLOSE_EVENT+ns, function() {
				if(imgSt.cursor) {
					$(document.body).removeClass(imgSt.cursor);
				}
				_window.off('resize' + EVENT_NS);
			});

			_mfpOn('Resize'+ns, mfp.resizeImage);
			if(mfp.isLowIE) {
				_mfpOn('AfterChange', mfp.resizeImage);
			}
		},
		resizeImage: function() {
			var item = mfp.currItem;
			if(!item || !item.img) return;

			if(mfp.st.image.verticalFit) {
				var decr = 0;
				// fix box-sizing in ie7/8
				if(mfp.isLowIE) {
					decr = parseInt(item.img.css('padding-top'), 10) + parseInt(item.img.css('padding-bottom'),10);
				}
				item.img.css('max-height', mfp.wH-decr);
			}
		},
		_onImageHasSize: function(item) {
			if(item.img) {

				item.hasSize = true;

				if(_imgInterval) {
					clearInterval(_imgInterval);
				}

				item.isCheckingImgSize = false;

				_mfpTrigger('ImageHasSize', item);

				if(item.imgHidden) {
					if(mfp.content)
						mfp.content.removeClass('mfp-loading');

					item.imgHidden = false;
				}

			}
		},

		/**
		 * Function that loops until the image has size to display elements that rely on it asap
		 */
		findImageSize: function(item) {

			var counter = 0,
				img = item.img[0],
				mfpSetInterval = function(delay) {

					if(_imgInterval) {
						clearInterval(_imgInterval);
					}
					// decelerating interval that checks for size of an image
					_imgInterval = setInterval(function() {
						if(img.naturalWidth > 0) {
							mfp._onImageHasSize(item);
							return;
						}

						if(counter > 200) {
							clearInterval(_imgInterval);
						}

						counter++;
						if(counter === 3) {
							mfpSetInterval(10);
						} else if(counter === 40) {
							mfpSetInterval(50);
						} else if(counter === 100) {
							mfpSetInterval(500);
						}
					}, delay);
				};

			mfpSetInterval(1);
		},

		getImage: function(item, template) {

			var guard = 0,

				// image load complete handler
				onLoadComplete = function() {
					if(item) {
						if (item.img[0].complete) {
							item.img.off('.mfploader');

							if(item === mfp.currItem){
								mfp._onImageHasSize(item);

								mfp.updateStatus('ready');
							}

							item.hasSize = true;
							item.loaded = true;

							_mfpTrigger('ImageLoadComplete');

						}
						else {
							// if image complete check fails 200 times (20 sec), we assume that there was an error.
							guard++;
							if(guard < 200) {
								setTimeout(onLoadComplete,100);
							} else {
								onLoadError();
							}
						}
					}
				},

				// image error handler
				onLoadError = function() {
					if(item) {
						item.img.off('.mfploader');
						if(item === mfp.currItem){
							mfp._onImageHasSize(item);
							mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
						}

						item.hasSize = true;
						item.loaded = true;
						item.loadError = true;
					}
				},
				imgSt = mfp.st.image;


			var el = template.find('.mfp-img');
			if(el.length) {
				var img = document.createElement('img');
				img.className = 'mfp-img';
				if(item.el && item.el.find('img').length) {
					img.alt = item.el.find('img').attr('alt');
				}
				item.img = $(img).on('load.mfploader', onLoadComplete).on('error.mfploader', onLoadError);
				img.src = item.src;

				// without clone() "error" event is not firing when IMG is replaced by new IMG
				// TODO: find a way to avoid such cloning
				if(el.is('img')) {
					item.img = item.img.clone();
				}

				img = item.img[0];
				if(img.naturalWidth > 0) {
					item.hasSize = true;
				} else if(!img.width) {
					item.hasSize = false;
				}
			}

			mfp._parseMarkup(template, {
				title: _getTitle(item),
				img_replaceWith: item.img
			}, item);

			mfp.resizeImage();

			if(item.hasSize) {
				if(_imgInterval) clearInterval(_imgInterval);

				if(item.loadError) {
					template.addClass('mfp-loading');
					mfp.updateStatus('error', imgSt.tError.replace('%url%', item.src) );
				} else {
					template.removeClass('mfp-loading');
					mfp.updateStatus('ready');
				}
				return template;
			}

			mfp.updateStatus('loading');
			item.loading = true;

			if(!item.hasSize) {
				item.imgHidden = true;
				template.addClass('mfp-loading');
				mfp.findImageSize(item);
			}

			return template;
		}
	}
});

/*>>image*/

/*>>zoom*/
var hasMozTransform,
	getHasMozTransform = function() {
		if(hasMozTransform === undefined) {
			hasMozTransform = document.createElement('p').style.MozTransform !== undefined;
		}
		return hasMozTransform;
	};

$.magnificPopup.registerModule('zoom', {

	options: {
		enabled: false,
		easing: 'ease-in-out',
		duration: 300,
		opener: function(element) {
			return element.is('img') ? element : element.find('img');
		}
	},

	proto: {

		initZoom: function() {
			var zoomSt = mfp.st.zoom,
				ns = '.zoom',
				image;

			if(!zoomSt.enabled || !mfp.supportsTransition) {
				return;
			}

			var duration = zoomSt.duration,
				getElToAnimate = function(image) {
					var newImg = image.clone().removeAttr('style').removeAttr('class').addClass('mfp-animated-image'),
						transition = 'all '+(zoomSt.duration/1000)+'s ' + zoomSt.easing,
						cssObj = {
							position: 'fixed',
							zIndex: 9999,
							left: 0,
							top: 0,
							'-webkit-backface-visibility': 'hidden'
						},
						t = 'transition';

					cssObj['-webkit-'+t] = cssObj['-moz-'+t] = cssObj['-o-'+t] = cssObj[t] = transition;

					newImg.css(cssObj);
					return newImg;
				},
				showMainContent = function() {
					mfp.content.css('visibility', 'visible');
				},
				openTimeout,
				animatedImg;

			_mfpOn('BuildControls'+ns, function() {
				if(mfp._allowZoom()) {

					clearTimeout(openTimeout);
					mfp.content.css('visibility', 'hidden');

					// Basically, all code below does is clones existing image, puts in on top of the current one and animated it

					image = mfp._getItemToZoom();

					if(!image) {
						showMainContent();
						return;
					}

					animatedImg = getElToAnimate(image);

					animatedImg.css( mfp._getOffset() );

					mfp.wrap.append(animatedImg);

					openTimeout = setTimeout(function() {
						animatedImg.css( mfp._getOffset( true ) );
						openTimeout = setTimeout(function() {

							showMainContent();

							setTimeout(function() {
								animatedImg.remove();
								image = animatedImg = null;
								_mfpTrigger('ZoomAnimationEnded');
							}, 16); // avoid blink when switching images

						}, duration); // this timeout equals animation duration

					}, 16); // by adding this timeout we avoid short glitch at the beginning of animation


					// Lots of timeouts...
				}
			});
			_mfpOn(BEFORE_CLOSE_EVENT+ns, function() {
				if(mfp._allowZoom()) {

					clearTimeout(openTimeout);

					mfp.st.removalDelay = duration;

					if(!image) {
						image = mfp._getItemToZoom();
						if(!image) {
							return;
						}
						animatedImg = getElToAnimate(image);
					}

					animatedImg.css( mfp._getOffset(true) );
					mfp.wrap.append(animatedImg);
					mfp.content.css('visibility', 'hidden');

					setTimeout(function() {
						animatedImg.css( mfp._getOffset() );
					}, 16);
				}

			});

			_mfpOn(CLOSE_EVENT+ns, function() {
				if(mfp._allowZoom()) {
					showMainContent();
					if(animatedImg) {
						animatedImg.remove();
					}
					image = null;
				}
			});
		},

		_allowZoom: function() {
			return mfp.currItem.type === 'image';
		},

		_getItemToZoom: function() {
			if(mfp.currItem.hasSize) {
				return mfp.currItem.img;
			} else {
				return false;
			}
		},

		// Get element postion relative to viewport
		_getOffset: function(isLarge) {
			var el;
			if(isLarge) {
				el = mfp.currItem.img;
			} else {
				el = mfp.st.zoom.opener(mfp.currItem.el || mfp.currItem);
			}

			var offset = el.offset();
			var paddingTop = parseInt(el.css('padding-top'),10);
			var paddingBottom = parseInt(el.css('padding-bottom'),10);
			offset.top -= ( $(window).scrollTop() - paddingTop );


			/*

			Animating left + top + width/height looks glitchy in Firefox, but perfect in Chrome. And vice-versa.

			 */
			var obj = {
				width: el.width(),
				// fix Zepto height+padding issue
				height: (_isJQ ? el.innerHeight() : el[0].offsetHeight) - paddingBottom - paddingTop
			};

			// I hate to do this, but there is no another option
			if( getHasMozTransform() ) {
				obj['-moz-transform'] = obj['transform'] = 'translate(' + offset.left + 'px,' + offset.top + 'px)';
			} else {
				obj.left = offset.left;
				obj.top = offset.top;
			}
			return obj;
		}

	}
});



/*>>zoom*/

/*>>iframe*/

var IFRAME_NS = 'iframe',
	_emptyPage = '//about:blank',

	_fixIframeBugs = function(isShowing) {
		if(mfp.currTemplate[IFRAME_NS]) {
			var el = mfp.currTemplate[IFRAME_NS].find('iframe');
			if(el.length) {
				// reset src after the popup is closed to avoid "video keeps playing after popup is closed" bug
				if(!isShowing) {
					el[0].src = _emptyPage;
				}

				// IE8 black screen bug fix
				if(mfp.isIE8) {
					el.css('display', isShowing ? 'block' : 'none');
				}
			}
		}
	};

$.magnificPopup.registerModule(IFRAME_NS, {

	options: {
		markup: '<div class="mfp-iframe-scaler">'+
					'<div class="mfp-close"></div>'+
					'<iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe>'+
				'</div>',

		srcAction: 'iframe_src',

		// we don't care and support only one default type of URL by default
		patterns: {
			youtube: {
				index: 'youtube.com',
				id: 'v=',
				src: '//www.youtube.com/embed/%id%?autoplay=1'
			},
			vimeo: {
				index: 'vimeo.com/',
				id: '/',
				src: '//player.vimeo.com/video/%id%?autoplay=1'
			},
			gmaps: {
				index: '//maps.google.',
				src: '%id%&output=embed'
			}
		}
	},

	proto: {
		initIframe: function() {
			mfp.types.push(IFRAME_NS);

			_mfpOn('BeforeChange', function(e, prevType, newType) {
				if(prevType !== newType) {
					if(prevType === IFRAME_NS) {
						_fixIframeBugs(); // iframe if removed
					} else if(newType === IFRAME_NS) {
						_fixIframeBugs(true); // iframe is showing
					}
				}// else {
					// iframe source is switched, don't do anything
				//}
			});

			_mfpOn(CLOSE_EVENT + '.' + IFRAME_NS, function() {
				_fixIframeBugs();
			});
		},

		getIframe: function(item, template) {
			var embedSrc = item.src;
			var iframeSt = mfp.st.iframe;

			$.each(iframeSt.patterns, function() {
				if(embedSrc.indexOf( this.index ) > -1) {
					if(this.id) {
						if(typeof this.id === 'string') {
							embedSrc = embedSrc.substr(embedSrc.lastIndexOf(this.id)+this.id.length, embedSrc.length);
						} else {
							embedSrc = this.id.call( this, embedSrc );
						}
					}
					embedSrc = this.src.replace('%id%', embedSrc );
					return false; // break;
				}
			});

			var dataObj = {};
			if(iframeSt.srcAction) {
				dataObj[iframeSt.srcAction] = embedSrc;
			}
			mfp._parseMarkup(template, dataObj, item);

			mfp.updateStatus('ready');

			return template;
		}
	}
});



/*>>iframe*/

/*>>gallery*/
/**
 * Get looped index depending on number of slides
 */
var _getLoopedId = function(index) {
		var numSlides = mfp.items.length;
		if(index > numSlides - 1) {
			return index - numSlides;
		} else  if(index < 0) {
			return numSlides + index;
		}
		return index;
	},
	_replaceCurrTotal = function(text, curr, total) {
		return text.replace(/%curr%/gi, curr + 1).replace(/%total%/gi, total);
	};

$.magnificPopup.registerModule('gallery', {

	options: {
		enabled: false,
		arrowMarkup: '<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',
		preload: [0,2],
		navigateByImgClick: true,
		arrows: true,

		tPrev: 'Previous (Left arrow key)',
		tNext: 'Next (Right arrow key)',
		tCounter: '%curr% of %total%'
	},

	proto: {
		initGallery: function() {

			var gSt = mfp.st.gallery,
				ns = '.mfp-gallery';

			mfp.direction = true; // true - next, false - prev

			if(!gSt || !gSt.enabled ) return false;

			_wrapClasses += ' mfp-gallery';

			_mfpOn(OPEN_EVENT+ns, function() {

				if(gSt.navigateByImgClick) {
					mfp.wrap.on('click'+ns, '.mfp-img', function() {
						if(mfp.items.length > 1) {
							mfp.next();
							return false;
						}
					});
				}

				_document.on('keydown'+ns, function(e) {
					if (e.keyCode === 37) {
						mfp.prev();
					} else if (e.keyCode === 39) {
						mfp.next();
					}
				});
			});

			_mfpOn('UpdateStatus'+ns, function(e, data) {
				if(data.text) {
					data.text = _replaceCurrTotal(data.text, mfp.currItem.index, mfp.items.length);
				}
			});

			_mfpOn(MARKUP_PARSE_EVENT+ns, function(e, element, values, item) {
				var l = mfp.items.length;
				values.counter = l > 1 ? _replaceCurrTotal(gSt.tCounter, item.index, l) : '';
			});

			_mfpOn('BuildControls' + ns, function() {
				if(mfp.items.length > 1 && gSt.arrows && !mfp.arrowLeft) {
					var markup = gSt.arrowMarkup,
						arrowLeft = mfp.arrowLeft = $( markup.replace(/%title%/gi, gSt.tPrev).replace(/%dir%/gi, 'left') ).addClass(PREVENT_CLOSE_CLASS),
						arrowRight = mfp.arrowRight = $( markup.replace(/%title%/gi, gSt.tNext).replace(/%dir%/gi, 'right') ).addClass(PREVENT_CLOSE_CLASS);

					arrowLeft.click(function() {
						mfp.prev();
					});
					arrowRight.click(function() {
						mfp.next();
					});

					mfp.container.append(arrowLeft.add(arrowRight));
				}
			});

			_mfpOn(CHANGE_EVENT+ns, function() {
				if(mfp._preloadTimeout) clearTimeout(mfp._preloadTimeout);

				mfp._preloadTimeout = setTimeout(function() {
					mfp.preloadNearbyImages();
					mfp._preloadTimeout = null;
				}, 16);
			});


			_mfpOn(CLOSE_EVENT+ns, function() {
				_document.off(ns);
				mfp.wrap.off('click'+ns);
				mfp.arrowRight = mfp.arrowLeft = null;
			});

		},
		next: function() {
			mfp.direction = true;
			mfp.index = _getLoopedId(mfp.index + 1);
			mfp.updateItemHTML();
		},
		prev: function() {
			mfp.direction = false;
			mfp.index = _getLoopedId(mfp.index - 1);
			mfp.updateItemHTML();
		},
		goTo: function(newIndex) {
			mfp.direction = (newIndex >= mfp.index);
			mfp.index = newIndex;
			mfp.updateItemHTML();
		},
		preloadNearbyImages: function() {
			var p = mfp.st.gallery.preload,
				preloadBefore = Math.min(p[0], mfp.items.length),
				preloadAfter = Math.min(p[1], mfp.items.length),
				i;

			for(i = 1; i <= (mfp.direction ? preloadAfter : preloadBefore); i++) {
				mfp._preloadItem(mfp.index+i);
			}
			for(i = 1; i <= (mfp.direction ? preloadBefore : preloadAfter); i++) {
				mfp._preloadItem(mfp.index-i);
			}
		},
		_preloadItem: function(index) {
			index = _getLoopedId(index);

			if(mfp.items[index].preloaded) {
				return;
			}

			var item = mfp.items[index];
			if(!item.parsed) {
				item = mfp.parseEl( index );
			}

			_mfpTrigger('LazyLoad', item);

			if(item.type === 'image') {
				item.img = $('<img class="mfp-img" />').on('load.mfploader', function() {
					item.hasSize = true;
				}).on('error.mfploader', function() {
					item.hasSize = true;
					item.loadError = true;
					_mfpTrigger('LazyLoadError', item);
				}).attr('src', item.src);
			}


			item.preloaded = true;
		}
	}
});

/*>>gallery*/

/*>>retina*/

var RETINA_NS = 'retina';

$.magnificPopup.registerModule(RETINA_NS, {
	options: {
		replaceSrc: function(item) {
			return item.src.replace(/\.\w+$/, function(m) { return '@2x' + m; });
		},
		ratio: 1 // Function or number.  Set to 1 to disable.
	},
	proto: {
		initRetina: function() {
			if(window.devicePixelRatio > 1) {

				var st = mfp.st.retina,
					ratio = st.ratio;

				ratio = !isNaN(ratio) ? ratio : ratio();

				if(ratio > 1) {
					_mfpOn('ImageHasSize' + '.' + RETINA_NS, function(e, item) {
						item.img.css({
							'max-width': item.img[0].naturalWidth / ratio,
							'width': '100%'
						});
					});
					_mfpOn('ElementParse' + '.' + RETINA_NS, function(e, item) {
						item.src = st.replaceSrc(item, ratio);
					});
				}
			}

		}
	}
});

/*>>retina*/
 _checkInstance(); }));assets/js/magnific-popup/magnific-popup.css000064400000016271151213253200015031 0ustar00/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-image-holder .mfp-close {
  right: -30px;
  top: 24px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}assets/js/magnific-popup/jquery.magnific-popup.min.js000064400000047607151213253200016764 0ustar00/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(window.jQuery||window.Zepto)}((function(e){var t,i,n,o,a,r,s=function(){},l=!!window.jQuery,c=e(window),p=function(e,i){t.ev.on("mfp"+e+".mfp",i)},d=function(t,i,n,o){var a=document.createElement("div");return a.className="mfp-"+t,n&&(a.innerHTML=n),o?i&&i.appendChild(a):(a=e(a),i&&a.appendTo(i)),a},u=function(i,n){t.ev.triggerHandler("mfp"+i,n),t.st.callbacks&&(i=i.charAt(0).toLowerCase()+i.slice(1),t.st.callbacks[i]&&t.st.callbacks[i].apply(t,e.isArray(n)?n:[n]))},f=function(i){return i===r&&t.currTemplate.closeBtn||(t.currTemplate.closeBtn=e(t.st.closeMarkup.replace("%title%",t.st.tClose)),r=i),t.currTemplate.closeBtn},m=function(){e.magnificPopup.instance||((t=new s).init(),e.magnificPopup.instance=t)};s.prototype={constructor:s,init:function(){var i=navigator.appVersion;t.isLowIE=t.isIE8=document.all&&!document.addEventListener,t.isAndroid=/android/gi.test(i),t.isIOS=/iphone|ipad|ipod/gi.test(i),t.supportsTransition=function(){var e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in e)return!0;return!1}(),t.probablyMobile=t.isAndroid||t.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),n=e(document),t.popupsCache={}},open:function(i){var o;if(!1===i.isObj){t.items=i.items.toArray(),t.index=0;var r,s=i.items;for(o=0;o<s.length;o++)if((r=s[o]).parsed&&(r=r.el[0]),r===i.el[0]){t.index=o;break}}else t.items=e.isArray(i.items)?i.items:[i.items],t.index=i.index||0;if(!t.isOpen){t.types=[],a="",i.mainEl&&i.mainEl.length?t.ev=i.mainEl.eq(0):t.ev=n,i.key?(t.popupsCache[i.key]||(t.popupsCache[i.key]={}),t.currTemplate=t.popupsCache[i.key]):t.currTemplate={},t.st=e.extend(!0,{},e.magnificPopup.defaults,i),t.fixedContentPos="auto"===t.st.fixedContentPos?!t.probablyMobile:t.st.fixedContentPos,t.st.modal&&(t.st.closeOnContentClick=!1,t.st.closeOnBgClick=!1,t.st.showCloseBtn=!1,t.st.enableEscapeKey=!1),t.bgOverlay||(t.bgOverlay=d("bg").on("click.mfp",(function(){t.close()})),t.wrap=d("wrap").attr("tabindex",-1).on("click.mfp",(function(e){t._checkIfClose(e.target)&&t.close()})),t.container=d("container",t.wrap)),t.contentContainer=d("content"),t.st.preloader&&(t.preloader=d("preloader",t.container,t.st.tLoading));var l=e.magnificPopup.modules;for(o=0;o<l.length;o++){var m=l[o];m=m.charAt(0).toUpperCase()+m.slice(1),t["init"+m].call(t)}u("BeforeOpen"),t.st.showCloseBtn&&(t.st.closeBtnInside?(p("MarkupParse",(function(e,t,i,n){i.close_replaceWith=f(n.type)})),a+=" mfp-close-btn-in"):t.wrap.append(f())),t.st.alignTop&&(a+=" mfp-align-top"),t.fixedContentPos?t.wrap.css({overflow:t.st.overflowY,overflowX:"hidden",overflowY:t.st.overflowY}):t.wrap.css({top:c.scrollTop(),position:"absolute"}),(!1===t.st.fixedBgPos||"auto"===t.st.fixedBgPos&&!t.fixedContentPos)&&t.bgOverlay.css({height:n.height(),position:"absolute"}),t.st.enableEscapeKey&&n.on("keyup.mfp",(function(e){27===e.keyCode&&t.close()})),c.on("resize.mfp",(function(){t.updateSize()})),t.st.closeOnContentClick||(a+=" mfp-auto-cursor"),a&&t.wrap.addClass(a);var g=t.wH=c.height(),v={};if(t.fixedContentPos&&t._hasScrollBar(g)){var h=t._getScrollbarSize();h&&(v.marginRight=h)}t.fixedContentPos&&(t.isIE7?e("body, html").css("overflow","hidden"):v.overflow="hidden");var C=t.st.mainClass;return t.isIE7&&(C+=" mfp-ie7"),C&&t._addClassToMFP(C),t.updateItemHTML(),u("BuildControls"),e("html").css(v),t.bgOverlay.add(t.wrap).prependTo(t.st.prependTo||e(document.body)),t._lastFocusedEl=document.activeElement,setTimeout((function(){t.content?(t._addClassToMFP("mfp-ready"),t._setFocus()):t.bgOverlay.addClass("mfp-ready"),n.on("focusin.mfp",t._onFocusIn)}),16),t.isOpen=!0,t.updateSize(g),u("Open"),i}t.updateItemHTML()},close:function(){t.isOpen&&(u("BeforeClose"),t.isOpen=!1,t.st.removalDelay&&!t.isLowIE&&t.supportsTransition?(t._addClassToMFP("mfp-removing"),setTimeout((function(){t._close()}),t.st.removalDelay)):t._close())},_close:function(){u("Close");var i="mfp-removing mfp-ready ";if(t.bgOverlay.detach(),t.wrap.detach(),t.container.empty(),t.st.mainClass&&(i+=t.st.mainClass+" "),t._removeClassFromMFP(i),t.fixedContentPos){var o={marginRight:""};t.isIE7?e("body, html").css("overflow",""):o.overflow="",e("html").css(o)}n.off("keyup.mfp focusin.mfp"),t.ev.off(".mfp"),t.wrap.attr("class","mfp-wrap").removeAttr("style"),t.bgOverlay.attr("class","mfp-bg"),t.container.attr("class","mfp-container"),!t.st.showCloseBtn||t.st.closeBtnInside&&!0!==t.currTemplate[t.currItem.type]||t.currTemplate.closeBtn&&t.currTemplate.closeBtn.detach(),t.st.autoFocusLast&&t._lastFocusedEl&&e(t._lastFocusedEl).focus(),t.currItem=null,t.content=null,t.currTemplate=null,t.prevHeight=0,u("AfterClose")},updateSize:function(e){if(t.isIOS){var i=document.documentElement.clientWidth/window.innerWidth,n=window.innerHeight*i;t.wrap.css("height",n),t.wH=n}else t.wH=e||c.height();t.fixedContentPos||t.wrap.css("height",t.wH),u("Resize")},updateItemHTML:function(){var i=t.items[t.index];t.contentContainer.detach(),t.content&&t.content.detach(),i.parsed||(i=t.parseEl(t.index));var n=i.type;if(u("BeforeChange",[t.currItem?t.currItem.type:"",n]),t.currItem=i,!t.currTemplate[n]){var a=!!t.st[n]&&t.st[n].markup;u("FirstMarkupParse",a),t.currTemplate[n]=!a||e(a)}o&&o!==i.type&&t.container.removeClass("mfp-"+o+"-holder");var r=t["get"+n.charAt(0).toUpperCase()+n.slice(1)](i,t.currTemplate[n]);t.appendContent(r,n),i.preloaded=!0,u("Change",i),o=i.type,t.container.prepend(t.contentContainer),u("AfterChange")},appendContent:function(e,i){t.content=e,e?t.st.showCloseBtn&&t.st.closeBtnInside&&!0===t.currTemplate[i]?t.content.find(".mfp-close").length||t.content.append(f()):t.content=e:t.content="",u("BeforeAppend"),t.container.addClass("mfp-"+i+"-holder"),t.contentContainer.append(t.content)},parseEl:function(i){var n,o=t.items[i];if(o.tagName?o={el:e(o)}:(n=o.type,o={data:o,src:o.src}),o.el){for(var a=t.types,r=0;r<a.length;r++)if(o.el.hasClass("mfp-"+a[r])){n=a[r];break}o.src=o.el.attr("data-mfp-src"),o.src||(o.src=o.el.attr("href"))}return o.type=n||t.st.type||"inline",o.index=i,o.parsed=!0,t.items[i]=o,u("ElementParse",o),t.items[i]},addGroup:function(e,i){var n=function(n){n.mfpEl=this,t._openClick(n,e,i)};i||(i={});var o="click.magnificPopup";i.mainEl=e,i.items?(i.isObj=!0,e.off(o).on(o,n)):(i.isObj=!1,i.delegate?e.off(o).on(o,i.delegate,n):(i.items=e,e.off(o).on(o,n)))},_openClick:function(i,n,o){if((void 0!==o.midClick?o.midClick:e.magnificPopup.defaults.midClick)||!(2===i.which||i.ctrlKey||i.metaKey||i.altKey||i.shiftKey)){var a=void 0!==o.disableOn?o.disableOn:e.magnificPopup.defaults.disableOn;if(a)if(e.isFunction(a)){if(!a.call(t))return!0}else if(c.width()<a)return!0;i.type&&(i.preventDefault(),t.isOpen&&i.stopPropagation()),o.el=e(i.mfpEl),o.delegate&&(o.items=n.find(o.delegate)),t.open(o)}},updateStatus:function(e,n){if(t.preloader){i!==e&&t.container.removeClass("mfp-s-"+i),n||"loading"!==e||(n=t.st.tLoading);var o={status:e,text:n};u("UpdateStatus",o),e=o.status,n=o.text,t.preloader.html(n),t.preloader.find("a").on("click",(function(e){e.stopImmediatePropagation()})),t.container.addClass("mfp-s-"+e),i=e}},_checkIfClose:function(i){if(!e(i).hasClass("mfp-prevent-close")){var n=t.st.closeOnContentClick,o=t.st.closeOnBgClick;if(n&&o)return!0;if(!t.content||e(i).hasClass("mfp-close")||t.preloader&&i===t.preloader[0])return!0;if(i===t.content[0]||e.contains(t.content[0],i)){if(n)return!0}else if(o&&e.contains(document,i))return!0;return!1}},_addClassToMFP:function(e){t.bgOverlay.addClass(e),t.wrap.addClass(e)},_removeClassFromMFP:function(e){this.bgOverlay.removeClass(e),t.wrap.removeClass(e)},_hasScrollBar:function(e){return(t.isIE7?n.height():document.body.scrollHeight)>(e||c.height())},_setFocus:function(){(t.st.focus?t.content.find(t.st.focus).eq(0):t.wrap).focus()},_onFocusIn:function(i){if(i.target!==t.wrap[0]&&!e.contains(t.wrap[0],i.target))return t._setFocus(),!1},_parseMarkup:function(t,i,n){var o;n.data&&(i=e.extend(n.data,i)),u("MarkupParse",[t,i,n]),e.each(i,(function(i,n){if(void 0===n||!1===n)return!0;if((o=i.split("_")).length>1){var a=t.find(".mfp-"+o[0]);if(a.length>0){var r=o[1];"replaceWith"===r?a[0]!==n[0]&&a.replaceWith(n):"img"===r?a.is("img")?a.attr("src",n):a.replaceWith(e("<img>").attr("src",n).attr("class",a.attr("class"))):a.attr(o[1],n)}}else t.find(".mfp-"+i).html(n)}))},_getScrollbarSize:function(){if(void 0===t.scrollbarSize){var e=document.createElement("div");e.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(e),t.scrollbarSize=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return t.scrollbarSize}},e.magnificPopup={instance:null,proto:s.prototype,modules:[],open:function(t,i){return m(),(t=t?e.extend(!0,{},t):{}).isObj=!0,t.index=i||0,this.instance.open(t)},close:function(){return e.magnificPopup.instance&&e.magnificPopup.instance.close()},registerModule:function(t,i){i.options&&(e.magnificPopup.defaults[t]=i.options),e.extend(this.proto,i.proto),this.modules.push(t)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">&#215;</button>',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},e.fn.magnificPopup=function(i){m();var n=e(this);if("string"==typeof i)if("open"===i){var o,a=l?n.data("magnificPopup"):n[0].magnificPopup,r=parseInt(arguments[1],10)||0;a.items?o=a.items[r]:(o=n,a.delegate&&(o=o.find(a.delegate)),o=o.eq(r)),t._openClick({mfpEl:o},n,a)}else t.isOpen&&t[i].apply(t,Array.prototype.slice.call(arguments,1));else i=e.extend(!0,{},i),l?n.data("magnificPopup",i):n[0].magnificPopup=i,t.addGroup(n,i);return n};var g,v,h,C=function(){h&&(v.after(h.addClass(g)).detach(),h=null)};e.magnificPopup.registerModule("inline",{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){t.types.push("inline"),p("Close.inline",(function(){C()}))},getInline:function(i,n){if(C(),i.src){var o=t.st.inline,a=e(i.src);if(a.length){var r=a[0].parentNode;r&&r.tagName&&(v||(g=o.hiddenClass,v=d(g),g="mfp-"+g),h=a.after(v).detach().removeClass(g)),t.updateStatus("ready")}else t.updateStatus("error",o.tNotFound),a=e("<div>");return i.inlineElement=a,a}return t.updateStatus("ready"),t._parseMarkup(n,{},i),n}}});var y,w=function(){y&&e(document.body).removeClass(y)},b=function(){w(),t.req&&t.req.abort()};e.magnificPopup.registerModule("ajax",{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){t.types.push("ajax"),y=t.st.ajax.cursor,p("Close.ajax",b),p("BeforeChange.ajax",b)},getAjax:function(i){y&&e(document.body).addClass(y),t.updateStatus("loading");var n=e.extend({url:i.src,success:function(n,o,a){var r={data:n,xhr:a};u("ParseAjax",r),t.appendContent(e(r.data),"ajax"),i.finished=!0,w(),t._setFocus(),setTimeout((function(){t.wrap.addClass("mfp-ready")}),16),t.updateStatus("ready"),u("AjaxContentAdded")},error:function(){w(),i.finished=i.loadError=!0,t.updateStatus("error",t.st.ajax.tError.replace("%url%",i.src))}},t.st.ajax.settings);return t.req=e.ajax(n),""}}});var I,x=function(i){if(i.data&&void 0!==i.data.title)return i.data.title;var n=t.st.image.titleSrc;if(n){if(e.isFunction(n))return n.call(t,i);if(i.el)return i.el.attr(n)||""}return""};e.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var i=t.st.image,n=".image";t.types.push("image"),p("Open"+n,(function(){"image"===t.currItem.type&&i.cursor&&e(document.body).addClass(i.cursor)})),p("Close"+n,(function(){i.cursor&&e(document.body).removeClass(i.cursor),c.off("resize.mfp")})),p("Resize"+n,t.resizeImage),t.isLowIE&&p("AfterChange",t.resizeImage)},resizeImage:function(){var e=t.currItem;if(e&&e.img&&t.st.image.verticalFit){var i=0;t.isLowIE&&(i=parseInt(e.img.css("padding-top"),10)+parseInt(e.img.css("padding-bottom"),10)),e.img.css("max-height",t.wH-i)}},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,I&&clearInterval(I),e.isCheckingImgSize=!1,u("ImageHasSize",e),e.imgHidden&&(t.content&&t.content.removeClass("mfp-loading"),e.imgHidden=!1))},findImageSize:function(e){var i=0,n=e.img[0],o=function(a){I&&clearInterval(I),I=setInterval((function(){n.naturalWidth>0?t._onImageHasSize(e):(i>200&&clearInterval(I),3===++i?o(10):40===i?o(50):100===i&&o(500))}),a)};o(1)},getImage:function(i,n){var o=0,a=function(){i&&(i.img[0].complete?(i.img.off(".mfploader"),i===t.currItem&&(t._onImageHasSize(i),t.updateStatus("ready")),i.hasSize=!0,i.loaded=!0,u("ImageLoadComplete")):++o<200?setTimeout(a,100):r())},r=function(){i&&(i.img.off(".mfploader"),i===t.currItem&&(t._onImageHasSize(i),t.updateStatus("error",s.tError.replace("%url%",i.src))),i.hasSize=!0,i.loaded=!0,i.loadError=!0)},s=t.st.image,l=n.find(".mfp-img");if(l.length){var c=document.createElement("img");c.className="mfp-img",i.el&&i.el.find("img").length&&(c.alt=i.el.find("img").attr("alt")),i.img=e(c).on("load.mfploader",a).on("error.mfploader",r),c.src=i.src,l.is("img")&&(i.img=i.img.clone()),(c=i.img[0]).naturalWidth>0?i.hasSize=!0:c.width||(i.hasSize=!1)}return t._parseMarkup(n,{title:x(i),img_replaceWith:i.img},i),t.resizeImage(),i.hasSize?(I&&clearInterval(I),i.loadError?(n.addClass("mfp-loading"),t.updateStatus("error",s.tError.replace("%url%",i.src))):(n.removeClass("mfp-loading"),t.updateStatus("ready")),n):(t.updateStatus("loading"),i.loading=!0,i.hasSize||(i.imgHidden=!0,n.addClass("mfp-loading"),t.findImageSize(i)),n)}}});var k;e.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(e){return e.is("img")?e:e.find("img")}},proto:{initZoom:function(){var e,i=t.st.zoom,n=".zoom";if(i.enabled&&t.supportsTransition){var o,a,r=i.duration,s=function(e){var t=e.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),n="all "+i.duration/1e3+"s "+i.easing,o={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},a="transition";return o["-webkit-"+a]=o["-moz-"+a]=o["-o-"+a]=o[a]=n,t.css(o),t},l=function(){t.content.css("visibility","visible")};p("BuildControls"+n,(function(){if(t._allowZoom()){if(clearTimeout(o),t.content.css("visibility","hidden"),!(e=t._getItemToZoom()))return void l();(a=s(e)).css(t._getOffset()),t.wrap.append(a),o=setTimeout((function(){a.css(t._getOffset(!0)),o=setTimeout((function(){l(),setTimeout((function(){a.remove(),e=a=null,u("ZoomAnimationEnded")}),16)}),r)}),16)}})),p("BeforeClose"+n,(function(){if(t._allowZoom()){if(clearTimeout(o),t.st.removalDelay=r,!e){if(!(e=t._getItemToZoom()))return;a=s(e)}a.css(t._getOffset(!0)),t.wrap.append(a),t.content.css("visibility","hidden"),setTimeout((function(){a.css(t._getOffset())}),16)}})),p("Close"+n,(function(){t._allowZoom()&&(l(),a&&a.remove(),e=null)}))}},_allowZoom:function(){return"image"===t.currItem.type},_getItemToZoom:function(){return!!t.currItem.hasSize&&t.currItem.img},_getOffset:function(i){var n,o=(n=i?t.currItem.img:t.st.zoom.opener(t.currItem.el||t.currItem)).offset(),a=parseInt(n.css("padding-top"),10),r=parseInt(n.css("padding-bottom"),10);o.top-=e(window).scrollTop()-a;var s={width:n.width(),height:(l?n.innerHeight():n[0].offsetHeight)-r-a};return void 0===k&&(k=void 0!==document.createElement("p").style.MozTransform),k?s["-moz-transform"]=s.transform="translate("+o.left+"px,"+o.top+"px)":(s.left=o.left,s.top=o.top),s}}});var T=function(e){if(t.currTemplate.iframe){var i=t.currTemplate.iframe.find("iframe");i.length&&(e||(i[0].src="//about:blank"),t.isIE8&&i.css("display",e?"block":"none"))}};e.magnificPopup.registerModule("iframe",{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){t.types.push("iframe"),p("BeforeChange",(function(e,t,i){t!==i&&("iframe"===t?T():"iframe"===i&&T(!0))})),p("Close.iframe",(function(){T()}))},getIframe:function(i,n){var o=i.src,a=t.st.iframe;e.each(a.patterns,(function(){if(o.indexOf(this.index)>-1)return this.id&&(o="string"==typeof this.id?o.substr(o.lastIndexOf(this.id)+this.id.length,o.length):this.id.call(this,o)),o=this.src.replace("%id%",o),!1}));var r={};return a.srcAction&&(r[a.srcAction]=o),t._parseMarkup(n,r,i),t.updateStatus("ready"),n}}});var _=function(e){var i=t.items.length;return e>i-1?e-i:e<0?i+e:e},P=function(e,t,i){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,i)};e.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var i=t.st.gallery,o=".mfp-gallery";if(t.direction=!0,!i||!i.enabled)return!1;a+=" mfp-gallery",p("Open"+o,(function(){i.navigateByImgClick&&t.wrap.on("click"+o,".mfp-img",(function(){if(t.items.length>1)return t.next(),!1})),n.on("keydown"+o,(function(e){37===e.keyCode?t.prev():39===e.keyCode&&t.next()}))})),p("UpdateStatus"+o,(function(e,i){i.text&&(i.text=P(i.text,t.currItem.index,t.items.length))})),p("MarkupParse"+o,(function(e,n,o,a){var r=t.items.length;o.counter=r>1?P(i.tCounter,a.index,r):""})),p("BuildControls"+o,(function(){if(t.items.length>1&&i.arrows&&!t.arrowLeft){var n=i.arrowMarkup,o=t.arrowLeft=e(n.replace(/%title%/gi,i.tPrev).replace(/%dir%/gi,"left")).addClass("mfp-prevent-close"),a=t.arrowRight=e(n.replace(/%title%/gi,i.tNext).replace(/%dir%/gi,"right")).addClass("mfp-prevent-close");o.click((function(){t.prev()})),a.click((function(){t.next()})),t.container.append(o.add(a))}})),p("Change"+o,(function(){t._preloadTimeout&&clearTimeout(t._preloadTimeout),t._preloadTimeout=setTimeout((function(){t.preloadNearbyImages(),t._preloadTimeout=null}),16)})),p("Close"+o,(function(){n.off(o),t.wrap.off("click"+o),t.arrowRight=t.arrowLeft=null}))},next:function(){t.direction=!0,t.index=_(t.index+1),t.updateItemHTML()},prev:function(){t.direction=!1,t.index=_(t.index-1),t.updateItemHTML()},goTo:function(e){t.direction=e>=t.index,t.index=e,t.updateItemHTML()},preloadNearbyImages:function(){var e,i=t.st.gallery.preload,n=Math.min(i[0],t.items.length),o=Math.min(i[1],t.items.length);for(e=1;e<=(t.direction?o:n);e++)t._preloadItem(t.index+e);for(e=1;e<=(t.direction?n:o);e++)t._preloadItem(t.index-e)},_preloadItem:function(i){if(i=_(i),!t.items[i].preloaded){var n=t.items[i];n.parsed||(n=t.parseEl(i)),u("LazyLoad",n),"image"===n.type&&(n.img=e('<img class="mfp-img" />').on("load.mfploader",(function(){n.hasSize=!0})).on("error.mfploader",(function(){n.hasSize=!0,n.loadError=!0,u("LazyLoadError",n)})).attr("src",n.src)),n.preloaded=!0}}}});e.magnificPopup.registerModule("retina",{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,(function(e){return"@2x"+e}))},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var e=t.st.retina,i=e.ratio;(i=isNaN(i)?i():i)>1&&(p("ImageHasSize.retina",(function(e,t){t.img.css({"max-width":t.img[0].naturalWidth/i,width:"100%"})})),p("ElementParse.retina",(function(t,n){n.src=e.replaceSrc(n,i)})))}}}}),m()}));assets/js/html5shiv.min.js000064400000005165151213253200011526 0ustar00/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
!function(e,t){var n,r,a=e.html5||{},o=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,c=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,i=0,l={};function m(){var e=h.elements;return"string"==typeof e?e.split(" "):e}function s(e){var t=l[e._html5shiv];return t||(t={},i++,e._html5shiv=i,l[i]=t),t}function u(e,n,a){return n||(n=t),r?n.createElement(e):(a||(a=s(n)),!(i=a.cache[e]?a.cache[e].cloneNode():c.test(e)?(a.cache[e]=a.createElem(e)).cloneNode():a.createElem(e)).canHaveChildren||o.test(e)||i.tagUrn?i:a.frag.appendChild(i));var i}function d(e){e||(e=t);var a=s(e);return!h.shivCSS||n||a.hasCSS||(a.hasCSS=!!function(e,t){var n=e.createElement("p"),r=e.getElementsByTagName("head")[0]||e.documentElement;return n.innerHTML="x<style>"+t+"</style>",r.insertBefore(n.lastChild,r.firstChild)}(e,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),r||function(e,t){t.cache||(t.cache={},t.createElem=e.createElement,t.createFrag=e.createDocumentFragment,t.frag=t.createFrag()),e.createElement=function(n){return h.shivMethods?u(n,e,t):t.createElem(n)},e.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-:]+/g,(function(e){return t.createElem(e),t.frag.createElement(e),'c("'+e+'")'}))+");return n}")(h,t.frag)}(e,a),e}!function(){try{var e=t.createElement("a");e.innerHTML="<xyz></xyz>",n="hidden"in e,r=1==e.childNodes.length||function(){t.createElement("a");var e=t.createDocumentFragment();return void 0===e.cloneNode||void 0===e.createDocumentFragment||void 0===e.createElement}()}catch(e){n=!0,r=!0}}();var h={elements:a.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:"3.7.3",shivCSS:!1!==a.shivCSS,supportsUnknownElements:r,shivMethods:!1!==a.shivMethods,type:"default",shivDocument:d,createElement:u,createDocumentFragment:function(e,n){if(e||(e=t),r)return e.createDocumentFragment();for(var a=(n=n||s(e)).frag.cloneNode(),o=0,c=m(),i=c.length;o<i;o++)a.createElement(c[o]);return a},addElements:function(e,t){var n=h.elements;"string"!=typeof n&&(n=n.join(" ")),"string"!=typeof e&&(e=e.join(" ")),h.elements=n+" "+e,d(t)}};e.html5=h,d(t),"object"==typeof module&&module.exports&&(module.exports=h)}("undefined"!=typeof window?window:this,document);assets/js/navigation.js000064400000006313151213253200011154 0ustar00/**
 * navigation.js
 *
 * Handles toggling the navigation menu for small screens.
 */

(
	function () {
		var container, button, menu, links, i, len;

		container = document.getElementById( 'cm-primary-nav' );
		if ( ! container ) {
			return;
		}

		button = container.getElementsByClassName( 'cm-menu-toggle' )[0];
		if ( 'undefined' === typeof button ) {
			return;
		}

		menu = container.getElementsByTagName( 'ul' )[0];

		// Hide menu toggle button if menu is empty and return early.
		if ( 'undefined' === typeof menu ) {
			button.style.display = 'none';
			return;
		}

		menu.setAttribute( 'aria-expanded', 'false' );
		if ( - 1 === menu.className.indexOf( 'nav-menu' ) ) {
			menu.className += 'nav-menu';
		}

		button.onclick = function () {
			if ( - 1 !== container.className.indexOf( 'cm-mobile-nav' ) ) {
				container.className = container.className.replace( 'cm-mobile-nav', 'cm-primary-nav' );
				button.setAttribute( 'aria-expanded', 'false' );
				menu.setAttribute( 'aria-expanded', 'false' );
			} else {
				container.className = container.className.replace( 'cm-primary-nav', 'cm-mobile-nav' );
				button.setAttribute( 'aria-expanded', 'true' );
				menu.setAttribute( 'aria-expanded', 'true' );
			}
		};

		// Get all the link elements within the menu.
		links = menu.getElementsByTagName( 'a' );

		// Each time a menu link is focused or blurred, toggle focus.
		for ( i = 0, len = links.length; i < len; i ++ ) {
			links[i].addEventListener( 'focus', toggleFocus, true );
			links[i].addEventListener( 'blur', toggleFocus, true );
		}

		/**
		 * Sets or removes .focus class on an element.
		 */
		function toggleFocus() {
			var self = this;

			// Move up through the ancestors of the current link until we hit .nav-menu.
			while ( - 1 === self.className.indexOf( 'nav-menu' ) ) {

				// On li elements toggle the class .focus.
				if ( 'li' === self.tagName.toLowerCase() ) {
					if ( - 1 !== self.className.indexOf( 'focus' ) ) {
						self.className = self.className.replace( ' focus', '' );
					} else {
						self.className += ' focus';
					}
				}

				self = self.parentElement;
			}
		}

		/**
		 * Toggles `focus` class to allow submenu access on tablets.
		 */
		(
			function ( container ) {
				var touchStartFn, i,
				    parentLink = container.querySelectorAll( '.menu-item-has-children > a, .page_item_has_children > a' );

				if ( 'ontouchstart' in window && window.matchMedia( '(min-width: 768px)' ).matches ) {
					touchStartFn = function ( e ) {
						var menuItem = this.parentNode, i;

						if ( ! menuItem.classList.contains( 'focus' ) ) {
							e.preventDefault();
							for ( i = 0; i < menuItem.parentNode.children.length; ++ i ) {
								if ( menuItem === menuItem.parentNode.children[i] ) {
									continue;
								}

								menuItem.parentNode.children[i].classList.remove( 'focus' );
							}
							menuItem.classList.add( 'focus' );
						} else {
							menuItem.classList.remove( 'focus' );
						}
					};

					for ( i = 0; i < parentLink.length; ++ i ) {
						parentLink[i].addEventListener( 'touchstart', touchStartFn, false );
					}
				}
			}( container )
		);
	}
)();
assets/js/easytabs/jquery.easytabs.js000064400000065556151213253200013777 0ustar00/*
 * jQuery EasyTabs plugin 3.2.0
 *
 * Copyright (c) 2010-2011 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Date: Thu May 09 17:30:00 2013 -0500
 */
( function($) {

  $.easytabs = function(container, options) {

        // Attach to plugin anything that should be available via
        // the $container.data('easytabs') object
    var plugin = this,
        $container = $(container),

        defaults = {
          animate: true,
          panelActiveClass: "active",
          tabActiveClass: "active",
          defaultTab: "li:first-child",
          animationSpeed: "normal",
          tabs: "> ul > li",
          updateHash: true,
          cycle: false,
          collapsible: false,
          collapsedClass: "collapsed",
          collapsedByDefault: true,
          uiTabs: false,
          transitionIn: 'fadeIn',
          transitionOut: 'fadeOut',
          transitionInEasing: 'swing',
          transitionOutEasing: 'swing',
          transitionCollapse: 'slideUp',
          transitionUncollapse: 'slideDown',
          transitionCollapseEasing: 'swing',
          transitionUncollapseEasing: 'swing',
          containerClass: "",
          tabsClass: "",
          tabClass: "",
          panelClass: "",
          cache: true,
          event: 'click',
          panelContext: $container
        },

        // Internal instance variables
        // (not available via easytabs object)
        $defaultTab,
        $defaultTabLink,
        transitions,
        lastHash,
        skipUpdateToHash,
        animationSpeeds = {
          fast: 200,
          normal: 400,
          slow: 600
        },

        // Shorthand variable so that we don't need to call
        // plugin.settings throughout the plugin code
        settings;

    // =============================================================
    // Functions available via easytabs object
    // =============================================================

    plugin.init = function() {

      plugin.settings = settings = $.extend({}, defaults, options);
      settings.bind_str = settings.event+".easytabs";

      // Add jQuery UI's crazy class names to markup,
      // so that markup will match theme CSS
      if ( settings.uiTabs ) {
        settings.tabActiveClass = 'ui-tabs-selected';
        settings.containerClass = 'ui-tabs ui-widget ui-widget-content ui-corner-all';
        settings.tabsClass = 'ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all';
        settings.tabClass = 'ui-state-default ui-corner-top';
        settings.panelClass = 'ui-tabs-panel ui-widget-content ui-corner-bottom';
      }

      // If collapsible is true and defaultTab specified, assume user wants defaultTab showing (not collapsed)
      if ( settings.collapsible && options.defaultTab !== undefined && options.collpasedByDefault === undefined ) {
        settings.collapsedByDefault = false;
      }

      // Convert 'normal', 'fast', and 'slow' animation speed settings to their respective speed in milliseconds
      if ( typeof(settings.animationSpeed) === 'string' ) {
        settings.animationSpeed = animationSpeeds[settings.animationSpeed];
      }

      $('a.anchor').remove().prependTo('body');

      // Store easytabs object on container so we can easily set
      // properties throughout
      $container.data('easytabs', {});

      plugin.setTransitions();

      plugin.getTabs();

      addClasses();

      setDefaultTab();

      bindToTabClicks();

      initHashChange();

      initCycle();

      // Append data-easytabs HTML attribute to make easy to query for
      // easytabs instances via CSS pseudo-selector
      $container.attr('data-easytabs', true);
    };

    // Set transitions for switching between tabs based on options.
    // Could be used to update transitions if settings are changes.
    plugin.setTransitions = function() {
      transitions = ( settings.animate ) ? {
          show: settings.transitionIn,
          hide: settings.transitionOut,
          speed: settings.animationSpeed,
          collapse: settings.transitionCollapse,
          uncollapse: settings.transitionUncollapse,
          halfSpeed: settings.animationSpeed / 2
        } :
        {
          show: "show",
          hide: "hide",
          speed: 0,
          collapse: "hide",
          uncollapse: "show",
          halfSpeed: 0
        };
    };

    // Find and instantiate tabs and panels.
    // Could be used to reset tab and panel collection if markup is
    // modified.
    plugin.getTabs = function() {
      var $matchingPanel;

      // Find the initial set of elements matching the setting.tabs
      // CSS selector within the container
      plugin.tabs = $container.find(settings.tabs),

      // Instantiate panels as empty jquery object
      plugin.panels = $(),

      plugin.tabs.each(function(){
        var $tab = $(this),
            $a = $tab.children('a'),

            // targetId is the ID of the panel, which is either the
            // `href` attribute for non-ajax tabs, or in the
            // `data-target` attribute for ajax tabs since the `href` is
            // the ajax URL
            targetId = $tab.children('a').data('target');

        $tab.data('easytabs', {});

        // If the tab has a `data-target` attribute, and is thus an ajax tab
        if ( targetId !== undefined && targetId !== null ) {
          $tab.data('easytabs').ajax = $a.attr('href');
        } else {
          targetId = $a.attr('href');
        }
        targetId = targetId.match(/#([^\?]+)/)[1];

        $matchingPanel = settings.panelContext.find("#" + targetId);

        // If tab has a matching panel, add it to panels
        if ( $matchingPanel.length ) {

          // Store panel height before hiding
          $matchingPanel.data('easytabs', {
            position: $matchingPanel.css('position'),
            visibility: $matchingPanel.css('visibility')
          });

          // Don't hide panel if it's active (allows `getTabs` to be called manually to re-instantiate tab collection)
          $matchingPanel.not(settings.panelActiveClass).hide();

          plugin.panels = plugin.panels.add($matchingPanel);

          $tab.data('easytabs').panel = $matchingPanel;

        // Otherwise, remove tab from tabs collection
        } else {
          plugin.tabs = plugin.tabs.not($tab);
          if ('console' in window) {
            console.warn('Warning: tab without matching panel for selector \'#' + targetId +'\' removed from set');
          }
        }
      });
    };

    // Select tab and fire callback
    plugin.selectTab = function($clicked, callback) {
      var url = window.location,
          hash = url.hash.match(/^[^\?]*/)[0],
          $targetPanel = $clicked.parent().data('easytabs').panel,
          ajaxUrl = $clicked.parent().data('easytabs').ajax;

      // Tab is collapsible and active => toggle collapsed state
      if( settings.collapsible && ! skipUpdateToHash && ($clicked.hasClass(settings.tabActiveClass) || $clicked.hasClass(settings.collapsedClass)) ) {
        plugin.toggleTabCollapse($clicked, $targetPanel, ajaxUrl, callback);

      // Tab is not active and panel is not active => select tab
      } else if( ! $clicked.hasClass(settings.tabActiveClass) || ! $targetPanel.hasClass(settings.panelActiveClass) ){
        activateTab($clicked, $targetPanel, ajaxUrl, callback);

      // Cache is disabled => reload (e.g reload an ajax tab).
      } else if ( ! settings.cache ){
        activateTab($clicked, $targetPanel, ajaxUrl, callback);
      }

    };

    // Toggle tab collapsed state and fire callback
    plugin.toggleTabCollapse = function($clicked, $targetPanel, ajaxUrl, callback) {
      plugin.panels.stop(true,true);

      if( fire($container,"easytabs:before", [$clicked, $targetPanel, settings]) ){
        plugin.tabs.filter("." + settings.tabActiveClass).removeClass(settings.tabActiveClass).children().removeClass(settings.tabActiveClass);

        // If panel is collapsed, uncollapse it
        if( $clicked.hasClass(settings.collapsedClass) ){

          // If ajax panel and not already cached
          if( ajaxUrl && (!settings.cache || !$clicked.parent().data('easytabs').cached) ) {
            $container.trigger('easytabs:ajax:beforeSend', [$clicked, $targetPanel]);

            $targetPanel.load(ajaxUrl, function(response, status, xhr){
              $clicked.parent().data('easytabs').cached = true;
              $container.trigger('easytabs:ajax:complete', [$clicked, $targetPanel, response, status, xhr]);
            });
          }

          // Update CSS classes of tab and panel
          $clicked.parent()
            .removeClass(settings.collapsedClass)
            .addClass(settings.tabActiveClass)
            .children()
              .removeClass(settings.collapsedClass)
              .addClass(settings.tabActiveClass);

          $targetPanel
            .addClass(settings.panelActiveClass)
            [transitions.uncollapse](transitions.speed, settings.transitionUncollapseEasing, function(){
              $container.trigger('easytabs:midTransition', [$clicked, $targetPanel, settings]);
              if(typeof callback == 'function') callback();
            });

        // Otherwise, collapse it
        } else {

          // Update CSS classes of tab and panel
          $clicked.addClass(settings.collapsedClass)
            .parent()
              .addClass(settings.collapsedClass);

          $targetPanel
            .removeClass(settings.panelActiveClass)
            [transitions.collapse](transitions.speed, settings.transitionCollapseEasing, function(){
              $container.trigger("easytabs:midTransition", [$clicked, $targetPanel, settings]);
              if(typeof callback == 'function') callback();
            });
        }
      }
    };


    // Find tab with target panel matching value
    plugin.matchTab = function(hash) {
      return plugin.tabs.find("[href='" + hash + "'],[data-target='" + hash + "']").first();
    };

    // Find panel with `id` matching value
    plugin.matchInPanel = function(hash) {
      return ( hash && plugin.validId(hash) ? plugin.panels.filter(':has(' + hash + ')').first() : [] );
    };

    // Make sure hash is a valid id value (admittedly strict in that HTML5 allows almost anything without a space)
    // but jQuery has issues with such id values anyway, so we can afford to be strict here.
    plugin.validId = function(id) {
      return id.substr(1).match(/^[A-Za-z]+[A-Za-z0-9\-_:\.].$/);
    };

    // Select matching tab when URL hash changes
    plugin.selectTabFromHashChange = function() {
      var hash = window.location.hash.match(/^[^\?]*/)[0],
          $tab = plugin.matchTab(hash),
          $panel;

      if ( settings.updateHash ) {

        // If hash directly matches tab
        if( $tab.length ){
          skipUpdateToHash = true;
          plugin.selectTab( $tab );

        } else {
          $panel = plugin.matchInPanel(hash);

          // If panel contains element matching hash
          if ( $panel.length ) {
            hash = '#' + $panel.attr('id');
            $tab = plugin.matchTab(hash);
            skipUpdateToHash = true;
            plugin.selectTab( $tab );

          // If default tab is not active...
          } else if ( ! $defaultTab.hasClass(settings.tabActiveClass) && ! settings.cycle ) {

            // ...and hash is blank or matches a parent of the tab container or
            // if the last tab (before the hash updated) was one of the other tabs in this container.
            if ( hash === '' || plugin.matchTab(lastHash).length || $container.closest(hash).length ) {
              skipUpdateToHash = true;
              plugin.selectTab( $defaultTabLink );
            }
          }
        }
      }
    };

    // Cycle through tabs
    plugin.cycleTabs = function(tabNumber){
      if(settings.cycle){
        tabNumber = tabNumber % plugin.tabs.length;
        $tab = $( plugin.tabs[tabNumber] ).children("a").first();
        skipUpdateToHash = true;
        plugin.selectTab( $tab, function() {
          setTimeout(function(){ plugin.cycleTabs(tabNumber + 1); }, settings.cycle);
        });
      }
    };

    // Convenient public methods
    plugin.publicMethods = {
      select: function(tabSelector){
        var $tab;

        // Find tab container that matches selector (like 'li#tab-one' which contains tab link)
        if ( ($tab = plugin.tabs.filter(tabSelector)).length === 0 ) {

          // Find direct tab link that matches href (like 'a[href="#panel-1"]')
          if ( ($tab = plugin.tabs.find("a[href='" + tabSelector + "']")).length === 0 ) {

            // Find direct tab link that matches selector (like 'a#tab-1')
            if ( ($tab = plugin.tabs.find("a" + tabSelector)).length === 0 ) {

              // Find direct tab link that matches data-target (lik 'a[data-target="#panel-1"]')
              if ( ($tab = plugin.tabs.find("[data-target='" + tabSelector + "']")).length === 0 ) {

                // Find direct tab link that ends in the matching href (like 'a[href$="#panel-1"]', which would also match http://example.com/currentpage/#panel-1)
                if ( ($tab = plugin.tabs.find("a[href$='" + tabSelector + "']")).length === 0 ) {

                  $.error('Tab \'' + tabSelector + '\' does not exist in tab set');
                }
              }
            }
          }
        } else {
          // Select the child tab link, since the first option finds the tab container (like <li>)
          $tab = $tab.children("a").first();
        }
        plugin.selectTab($tab);
      }
    };

    // =============================================================
    // Private functions
    // =============================================================

    // Triggers an event on an element and returns the event result
    var fire = function(obj, name, data) {
      var event = $.Event(name);
      obj.trigger(event, data);
      return event.result !== false;
    }

    // Add CSS classes to markup (if specified), called by init
    var addClasses = function() {
      $container.addClass(settings.containerClass);
      plugin.tabs.parent().addClass(settings.tabsClass);
      plugin.tabs.addClass(settings.tabClass);
      plugin.panels.addClass(settings.panelClass);
    };

    // Set the default tab, whether from hash (bookmarked) or option,
    // called by init
    var setDefaultTab = function(){
      var hash = window.location.hash.match(/^[^\?]*/)[0],
          $selectedTab = plugin.matchTab(hash).parent(),
          $panel;

      // If hash directly matches one of the tabs, active on page-load
      if( $selectedTab.length === 1 ){
        $defaultTab = $selectedTab;
        settings.cycle = false;

      } else {
        $panel = plugin.matchInPanel(hash);

        // If one of the panels contains the element matching the hash,
        // make it active on page-load
        if ( $panel.length ) {
          hash = '#' + $panel.attr('id');
          $defaultTab = plugin.matchTab(hash).parent();

        // Otherwise, make the default tab the one that's active on page-load
        } else {
          $defaultTab = plugin.tabs.parent().find(settings.defaultTab);
          if ( $defaultTab.length === 0 ) {
            $.error("The specified default tab ('" + settings.defaultTab + "') could not be found in the tab set ('" + settings.tabs + "') out of " + plugin.tabs.length + " tabs.");
          }
        }
      }

      $defaultTabLink = $defaultTab.children("a").first();

      activateDefaultTab($selectedTab);
    };

    // Activate defaultTab (or collapse by default), called by setDefaultTab
    var activateDefaultTab = function($selectedTab) {
      var defaultPanel,
          defaultAjaxUrl;

      if ( settings.collapsible && $selectedTab.length === 0 && settings.collapsedByDefault ) {
        $defaultTab
          .addClass(settings.collapsedClass)
          .children()
            .addClass(settings.collapsedClass);

      } else {

        defaultPanel = $( $defaultTab.data('easytabs').panel );
        defaultAjaxUrl = $defaultTab.data('easytabs').ajax;

        if ( defaultAjaxUrl && (!settings.cache || !$defaultTab.data('easytabs').cached) ) {
          $container.trigger('easytabs:ajax:beforeSend', [$defaultTabLink, defaultPanel]);
          defaultPanel.load(defaultAjaxUrl, function(response, status, xhr){
            $defaultTab.data('easytabs').cached = true;
            $container.trigger('easytabs:ajax:complete', [$defaultTabLink, defaultPanel, response, status, xhr]);
          });
        }

        $defaultTab.data('easytabs').panel
          .show()
          .addClass(settings.panelActiveClass);

        $defaultTab
          .addClass(settings.tabActiveClass)
          .children()
            .addClass(settings.tabActiveClass);
      }

      // Fire event when the plugin is initialised
      $container.trigger("easytabs:initialised", [$defaultTabLink, defaultPanel]);
    };

    // Bind tab-select funtionality to namespaced click event, called by
    // init
    var bindToTabClicks = function() {
      plugin.tabs.children("a").bind(settings.bind_str, function(e) {

        // Stop cycling when a tab is clicked
        settings.cycle = false;

        // Hash will be updated when tab is clicked,
        // don't cause tab to re-select when hash-change event is fired
        skipUpdateToHash = false;

        // Select the panel for the clicked tab
        plugin.selectTab( $(this) );

        // Don't follow the link to the anchor
        e.preventDefault ? e.preventDefault() : e.returnValue = false;
      });
    };

    // Activate a given tab/panel, called from plugin.selectTab:
    //
    //   * fire `easytabs:before` hook
    //   * get ajax if new tab is an uncached ajax tab
    //   * animate out previously-active panel
    //   * fire `easytabs:midTransition` hook
    //   * update URL hash
    //   * animate in newly-active panel
    //   * update CSS classes for inactive and active tabs/panels
    //
    // TODO: This could probably be broken out into many more modular
    // functions
    var activateTab = function($clicked, $targetPanel, ajaxUrl, callback) {
      plugin.panels.stop(true,true);

      if( fire($container,"easytabs:before", [$clicked, $targetPanel, settings]) ){
        var $visiblePanel = plugin.panels.filter(":visible"),
            $panelContainer = $targetPanel.parent(),
            targetHeight,
            visibleHeight,
            heightDifference,
            showPanel,
            hash = window.location.hash.match(/^[^\?]*/)[0];

        if (settings.animate) {
          targetHeight = getHeightForHidden($targetPanel);
          visibleHeight = $visiblePanel.length ? setAndReturnHeight($visiblePanel) : 0;
          heightDifference = targetHeight - visibleHeight;
        }

        // Set lastHash to help indicate if defaultTab should be
        // activated across multiple tab instances.
        lastHash = hash;

        // TODO: Move this function elsewhere
        showPanel = function() {
          // At this point, the previous panel is hidden, and the new one will be selected
          $container.trigger("easytabs:midTransition", [$clicked, $targetPanel, settings]);

          // Gracefully animate between panels of differing heights, start height change animation *after* panel change if panel needs to contract,
          // so that there is no chance of making the visible panel overflowing the height of the target panel
          if (settings.animate && settings.transitionIn == 'fadeIn') {
            if (heightDifference < 0)
              $panelContainer.animate({
                height: $panelContainer.height() + heightDifference
              }, transitions.halfSpeed ).css({ 'min-height': '' });
          }

          if ( settings.updateHash && ! skipUpdateToHash ) {
            //window.location = url.toString().replace((url.pathname + hash), (url.pathname + $clicked.attr("href")));
            // Not sure why this behaves so differently, but it's more straight forward and seems to have less side-effects
            window.location.hash = '#' + $targetPanel.attr('id');
          } else {
            skipUpdateToHash = false;
          }

          $targetPanel
            [transitions.show](transitions.speed, settings.transitionInEasing, function(){
              $panelContainer.css({height: '', 'min-height': ''}); // After the transition, unset the height
              $container.trigger("easytabs:after", [$clicked, $targetPanel, settings]);
              // callback only gets called if selectTab actually does something, since it's inside the if block
              if(typeof callback == 'function'){
                callback();
              }
          });
        };

        if ( ajaxUrl && (!settings.cache || !$clicked.parent().data('easytabs').cached) ) {
          $container.trigger('easytabs:ajax:beforeSend', [$clicked, $targetPanel]);
          $targetPanel.load(ajaxUrl, function(response, status, xhr){
            $clicked.parent().data('easytabs').cached = true;
            $container.trigger('easytabs:ajax:complete', [$clicked, $targetPanel, response, status, xhr]);
          });
        }

        // Gracefully animate between panels of differing heights, start height change animation *before* panel change if panel needs to expand,
        // so that there is no chance of making the target panel overflowing the height of the visible panel
        if( settings.animate && settings.transitionOut == 'fadeOut' ) {
          if( heightDifference > 0 ) {
            $panelContainer.animate({
              height: ( $panelContainer.height() + heightDifference )
            }, transitions.halfSpeed );
          } else {
            // Prevent height jumping before height transition is triggered at midTransition
            $panelContainer.css({ 'min-height': $panelContainer.height() });
          }
        }

        // Change the active tab *first* to provide immediate feedback when the user clicks
        plugin.tabs.filter("." + settings.tabActiveClass).removeClass(settings.tabActiveClass).children().removeClass(settings.tabActiveClass);
        plugin.tabs.filter("." + settings.collapsedClass).removeClass(settings.collapsedClass).children().removeClass(settings.collapsedClass);
        $clicked.parent().addClass(settings.tabActiveClass).children().addClass(settings.tabActiveClass);

        plugin.panels.filter("." + settings.panelActiveClass).removeClass(settings.panelActiveClass);
        $targetPanel.addClass(settings.panelActiveClass);

        if( $visiblePanel.length ) {
          $visiblePanel
            [transitions.hide](transitions.speed, settings.transitionOutEasing, showPanel);
        } else {
          $targetPanel
            [transitions.uncollapse](transitions.speed, settings.transitionUncollapseEasing, showPanel);
        }
      }
    };

    // Get heights of panels to enable animation between panels of
    // differing heights, called by activateTab
    var getHeightForHidden = function($targetPanel){

      if ( $targetPanel.data('easytabs') && $targetPanel.data('easytabs').lastHeight ) {
        return $targetPanel.data('easytabs').lastHeight;
      }

      // this is the only property easytabs changes, so we need to grab its value on each tab change
      var display = $targetPanel.css('display'),
          outerCloak,
          height;

      // Workaround with wrapping height, because firefox returns wrong
      // height if element itself has absolute positioning.
      // but try/catch block needed for IE7 and IE8 because they throw
      // an "Unspecified error" when trying to create an element
      // with the css position set.
      try {
        outerCloak = $('<div></div>', {'position': 'absolute', 'visibility': 'hidden', 'overflow': 'hidden'});
      } catch (e) {
        outerCloak = $('<div></div>', {'visibility': 'hidden', 'overflow': 'hidden'});
      }
      height = $targetPanel
        .wrap(outerCloak)
        .css({'position':'relative','visibility':'hidden','display':'block'})
        .outerHeight();

      $targetPanel.unwrap();

      // Return element to previous state
      $targetPanel.css({
        position: $targetPanel.data('easytabs').position,
        visibility: $targetPanel.data('easytabs').visibility,
        display: display
      });

      // Cache height
      $targetPanel.data('easytabs').lastHeight = height;

      return height;
    };

    // Since the height of the visible panel may have been manipulated due to interaction,
    // we want to re-cache the visible height on each tab change, called
    // by activateTab
    var setAndReturnHeight = function($visiblePanel) {
      var height = $visiblePanel.outerHeight();

      if( $visiblePanel.data('easytabs') ) {
        $visiblePanel.data('easytabs').lastHeight = height;
      } else {
        $visiblePanel.data('easytabs', {lastHeight: height});
      }
      return height;
    };

    // Setup hash-change callback for forward- and back-button
    // functionality, called by init
    var initHashChange = function(){

      // enabling back-button with jquery.hashchange plugin
      // http://benalman.com/projects/jquery-hashchange-plugin/
      if(typeof $(window).hashchange === 'function'){
        $(window).hashchange( function(){
          plugin.selectTabFromHashChange();
        });
      } else if ($.address && typeof $.address.change === 'function') { // back-button with jquery.address plugin http://www.asual.com/jquery/address/docs/
        $.address.change( function(){
          plugin.selectTabFromHashChange();
        });
      }
    };

    // Begin cycling if set in options, called by init
    var initCycle = function(){
      var tabNumber;
      if (settings.cycle) {
        tabNumber = plugin.tabs.index($defaultTab);
        setTimeout( function(){ plugin.cycleTabs(tabNumber + 1); }, settings.cycle);
      }
    };


    plugin.init();

  };

  $.fn.easytabs = function(options) {
    var args = arguments;

    return this.each(function() {
      var $this = $(this),
          plugin = $this.data('easytabs');

      // Initialization was called with $(el).easytabs( { options } );
      if (undefined === plugin) {
        plugin = new $.easytabs(this, options);
        $this.data('easytabs', plugin);
      }

      // User called public method
      if ( plugin.publicMethods[options] ){
        return plugin.publicMethods[options](Array.prototype.slice.call( args, 1 ));
      }
    });
  };

})(jQuery);
assets/js/easytabs/jquery.easytabs.min.js000064400000021041151213253200014536 0ustar00!function(a){a.easytabs=function(t,s){var e,i,n,l,o,c,d=this,r=a(t),h={animate:!0,panelActiveClass:"active",tabActiveClass:"active",defaultTab:"li:first-child",animationSpeed:"normal",tabs:"> ul > li",updateHash:!0,cycle:!1,collapsible:!1,collapsedClass:"collapsed",collapsedByDefault:!0,uiTabs:!1,transitionIn:"fadeIn",transitionOut:"fadeOut",transitionInEasing:"swing",transitionOutEasing:"swing",transitionCollapse:"slideUp",transitionUncollapse:"slideDown",transitionCollapseEasing:"swing",transitionUncollapseEasing:"swing",containerClass:"",tabsClass:"",tabClass:"",panelClass:"",cache:!0,event:"click",panelContext:r},b={fast:200,normal:400,slow:600};d.init=function(){d.settings=c=a.extend({},h,s),c.bind_str=c.event+".easytabs",c.uiTabs&&(c.tabActiveClass="ui-tabs-selected",c.containerClass="ui-tabs ui-widget ui-widget-content ui-corner-all",c.tabsClass="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all",c.tabClass="ui-state-default ui-corner-top",c.panelClass="ui-tabs-panel ui-widget-content ui-corner-bottom"),c.collapsible&&void 0!==s.defaultTab&&void 0===s.collpasedByDefault&&(c.collapsedByDefault=!1),"string"==typeof c.animationSpeed&&(c.animationSpeed=b[c.animationSpeed]),a("a.anchor").remove().prependTo("body"),r.data("easytabs",{}),d.setTransitions(),d.getTabs(),u(),f(),C(),w(),T(),r.attr("data-easytabs",!0)},d.setTransitions=function(){n=c.animate?{show:c.transitionIn,hide:c.transitionOut,speed:c.animationSpeed,collapse:c.transitionCollapse,uncollapse:c.transitionUncollapse,halfSpeed:c.animationSpeed/2}:{show:"show",hide:"hide",speed:0,collapse:"hide",uncollapse:"show",halfSpeed:0}},d.getTabs=function(){var t;d.tabs=r.find(c.tabs),d.panels=a(),d.tabs.each((function(){var s=a(this),e=s.children("a"),i=s.children("a").data("target");s.data("easytabs",{}),null!=i?s.data("easytabs").ajax=e.attr("href"):i=e.attr("href"),i=i.match(/#([^\?]+)/)[1],(t=c.panelContext.find("#"+i)).length?(t.data("easytabs",{position:t.css("position"),visibility:t.css("visibility")}),t.not(c.panelActiveClass).hide(),d.panels=d.panels.add(t),s.data("easytabs").panel=t):(d.tabs=d.tabs.not(s),"console"in window&&console.warn("Warning: tab without matching panel for selector '#"+i+"' removed from set"))}))},d.selectTab=function(a,t){window.location.hash.match(/^[^\?]*/)[0];var s=a.parent().data("easytabs").panel,e=a.parent().data("easytabs").ajax;c.collapsible&&!o&&(a.hasClass(c.tabActiveClass)||a.hasClass(c.collapsedClass))?d.toggleTabCollapse(a,s,e,t):a.hasClass(c.tabActiveClass)&&s.hasClass(c.panelActiveClass)&&c.cache||v(a,s,e,t)},d.toggleTabCollapse=function(a,t,s,e){d.panels.stop(!0,!0),p(r,"easytabs:before",[a,t,c])&&(d.tabs.filter("."+c.tabActiveClass).removeClass(c.tabActiveClass).children().removeClass(c.tabActiveClass),a.hasClass(c.collapsedClass)?(!s||c.cache&&a.parent().data("easytabs").cached||(r.trigger("easytabs:ajax:beforeSend",[a,t]),t.load(s,(function(s,e,i){a.parent().data("easytabs").cached=!0,r.trigger("easytabs:ajax:complete",[a,t,s,e,i])}))),a.parent().removeClass(c.collapsedClass).addClass(c.tabActiveClass).children().removeClass(c.collapsedClass).addClass(c.tabActiveClass),t.addClass(c.panelActiveClass)[n.uncollapse](n.speed,c.transitionUncollapseEasing,(function(){r.trigger("easytabs:midTransition",[a,t,c]),"function"==typeof e&&e()}))):(a.addClass(c.collapsedClass).parent().addClass(c.collapsedClass),t.removeClass(c.panelActiveClass)[n.collapse](n.speed,c.transitionCollapseEasing,(function(){r.trigger("easytabs:midTransition",[a,t,c]),"function"==typeof e&&e()}))))},d.matchTab=function(a){return d.tabs.find("[href='"+a+"'],[data-target='"+a+"']").first()},d.matchInPanel=function(a){return a&&d.validId(a)?d.panels.filter(":has("+a+")").first():[]},d.validId=function(a){return a.substr(1).match(/^[A-Za-z]+[A-Za-z0-9\-_:\.].$/)},d.selectTabFromHashChange=function(){var a,t=window.location.hash.match(/^[^\?]*/)[0],s=d.matchTab(t);c.updateHash&&(s.length?(o=!0,d.selectTab(s)):(a=d.matchInPanel(t)).length?(t="#"+a.attr("id"),s=d.matchTab(t),o=!0,d.selectTab(s)):e.hasClass(c.tabActiveClass)||c.cycle||(""===t||d.matchTab(l).length||r.closest(t).length)&&(o=!0,d.selectTab(i)))},d.cycleTabs=function(t){c.cycle&&(t%=d.tabs.length,$tab=a(d.tabs[t]).children("a").first(),o=!0,d.selectTab($tab,(function(){setTimeout((function(){d.cycleTabs(t+1)}),c.cycle)})))},d.publicMethods={select:function(t){var s;0===(s=d.tabs.filter(t)).length?0===(s=d.tabs.find("a[href='"+t+"']")).length&&0===(s=d.tabs.find("a"+t)).length&&0===(s=d.tabs.find("[data-target='"+t+"']")).length&&0===(s=d.tabs.find("a[href$='"+t+"']")).length&&a.error("Tab '"+t+"' does not exist in tab set"):s=s.children("a").first(),d.selectTab(s)}};var p=function(t,s,e){var i=a.Event(s);return t.trigger(i,e),!1!==i.result},u=function(){r.addClass(c.containerClass),d.tabs.parent().addClass(c.tabsClass),d.tabs.addClass(c.tabClass),d.panels.addClass(c.panelClass)},f=function(){var t,s=window.location.hash.match(/^[^\?]*/)[0],n=d.matchTab(s).parent();1===n.length?(e=n,c.cycle=!1):(t=d.matchInPanel(s)).length?(s="#"+t.attr("id"),e=d.matchTab(s).parent()):0===(e=d.tabs.parent().find(c.defaultTab)).length&&a.error("The specified default tab ('"+c.defaultTab+"') could not be found in the tab set ('"+c.tabs+"') out of "+d.tabs.length+" tabs."),i=e.children("a").first(),g(n)},g=function(t){var s,n;c.collapsible&&0===t.length&&c.collapsedByDefault?e.addClass(c.collapsedClass).children().addClass(c.collapsedClass):(s=a(e.data("easytabs").panel),!(n=e.data("easytabs").ajax)||c.cache&&e.data("easytabs").cached||(r.trigger("easytabs:ajax:beforeSend",[i,s]),s.load(n,(function(a,t,n){e.data("easytabs").cached=!0,r.trigger("easytabs:ajax:complete",[i,s,a,t,n])}))),e.data("easytabs").panel.show().addClass(c.panelActiveClass),e.addClass(c.tabActiveClass).children().addClass(c.tabActiveClass)),r.trigger("easytabs:initialised",[i,s])},C=function(){d.tabs.children("a").bind(c.bind_str,(function(t){c.cycle=!1,o=!1,d.selectTab(a(this)),t.preventDefault?t.preventDefault():t.returnValue=!1}))},v=function(a,t,s,e){if(d.panels.stop(!0,!0),p(r,"easytabs:before",[a,t,c])){var i,h,b,u,f=d.panels.filter(":visible"),g=t.parent(),C=window.location.hash.match(/^[^\?]*/)[0];c.animate&&(i=y(t),h=f.length?m(f):0,b=i-h),l=C,u=function(){r.trigger("easytabs:midTransition",[a,t,c]),c.animate&&"fadeIn"==c.transitionIn&&b<0&&g.animate({height:g.height()+b},n.halfSpeed).css({"min-height":""}),c.updateHash&&!o?window.location.hash="#"+t.attr("id"):o=!1,t[n.show](n.speed,c.transitionInEasing,(function(){g.css({height:"","min-height":""}),r.trigger("easytabs:after",[a,t,c]),"function"==typeof e&&e()}))},!s||c.cache&&a.parent().data("easytabs").cached||(r.trigger("easytabs:ajax:beforeSend",[a,t]),t.load(s,(function(s,e,i){a.parent().data("easytabs").cached=!0,r.trigger("easytabs:ajax:complete",[a,t,s,e,i])}))),c.animate&&"fadeOut"==c.transitionOut&&(b>0?g.animate({height:g.height()+b},n.halfSpeed):g.css({"min-height":g.height()})),d.tabs.filter("."+c.tabActiveClass).removeClass(c.tabActiveClass).children().removeClass(c.tabActiveClass),d.tabs.filter("."+c.collapsedClass).removeClass(c.collapsedClass).children().removeClass(c.collapsedClass),a.parent().addClass(c.tabActiveClass).children().addClass(c.tabActiveClass),d.panels.filter("."+c.panelActiveClass).removeClass(c.panelActiveClass),t.addClass(c.panelActiveClass),f.length?f[n.hide](n.speed,c.transitionOutEasing,u):t[n.uncollapse](n.speed,c.transitionUncollapseEasing,u)}},y=function(t){if(t.data("easytabs")&&t.data("easytabs").lastHeight)return t.data("easytabs").lastHeight;var s,e,i=t.css("display");try{s=a("<div></div>",{position:"absolute",visibility:"hidden",overflow:"hidden"})}catch(t){s=a("<div></div>",{visibility:"hidden",overflow:"hidden"})}return e=t.wrap(s).css({position:"relative",visibility:"hidden",display:"block"}).outerHeight(),t.unwrap(),t.css({position:t.data("easytabs").position,visibility:t.data("easytabs").visibility,display:i}),t.data("easytabs").lastHeight=e,e},m=function(a){var t=a.outerHeight();return a.data("easytabs")?a.data("easytabs").lastHeight=t:a.data("easytabs",{lastHeight:t}),t},w=function(){"function"==typeof a(window).hashchange?a(window).hashchange((function(){d.selectTabFromHashChange()})):a.address&&"function"==typeof a.address.change&&a.address.change((function(){d.selectTabFromHashChange()}))},T=function(){var a;c.cycle&&(a=d.tabs.index(e),setTimeout((function(){d.cycleTabs(a+1)}),c.cycle))};d.init()},a.fn.easytabs=function(t){var s=arguments;return this.each((function(){var e=a(this),i=e.data("easytabs");if(void 0===i&&(i=new a.easytabs(this,t),e.data("easytabs",i)),i.publicMethods[t])return i.publicMethods[t](Array.prototype.slice.call(s,1))}))}}(jQuery);assets/js/sticky/jquery.sticky.min.js000064400000010251151213253200013725 0ustar00!function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}((function(t){var e=Array.prototype.slice,i=Array.prototype.splice,n={topSpacing:0,bottomSpacing:0,className:"is-sticky",wrapperClassName:"sticky-wrapper",center:!1,getWidthFrom:"",widthFromWrapper:!0,responsiveWidth:!1,zIndex:"auto"},r=t(window),s=t(document),o=[],c=r.height(),a=function(){for(var e=r.scrollTop(),i=s.height(),n=i-c,a=e>n?n-e:0,p=0,d=o.length;p<d;p++){var l=o[p],h=l.stickyWrapper.offset().top-l.topSpacing-a;if(l.stickyWrapper.css("height",l.stickyElement.outerHeight()),e<=h)null!==l.currentTop&&(l.stickyElement.css({width:"",position:"",top:"","z-index":""}),l.stickyElement.parent().removeClass(l.className),l.stickyElement.trigger("sticky-end",[l]),l.currentTop=null);else{var u,g=i-l.stickyElement.outerHeight()-l.topSpacing-l.bottomSpacing-e-a;if(g<0?g+=l.topSpacing:g=l.topSpacing,l.currentTop!==g)l.getWidthFrom?u=t(l.getWidthFrom).width()||null:l.widthFromWrapper&&(u=l.stickyWrapper.width()),null==u&&(u=l.stickyElement.width()),l.stickyElement.css("width",u).css("position","fixed").css("top",g).css("z-index",l.zIndex),l.stickyElement.parent().addClass(l.className),null===l.currentTop?l.stickyElement.trigger("sticky-start",[l]):l.stickyElement.trigger("sticky-update",[l]),l.currentTop===l.topSpacing&&l.currentTop>g||null===l.currentTop&&g<l.topSpacing?l.stickyElement.trigger("sticky-bottom-reached",[l]):null!==l.currentTop&&g===l.topSpacing&&l.currentTop<g&&l.stickyElement.trigger("sticky-bottom-unreached",[l]),l.currentTop=g;var m=l.stickyWrapper.parent();l.stickyElement.offset().top+l.stickyElement.outerHeight()>=m.offset().top+m.outerHeight()&&l.stickyElement.offset().top<=l.topSpacing?l.stickyElement.css("position","absolute").css("top","").css("bottom",0).css("z-index",""):l.stickyElement.css("position","fixed").css("top",g).css("bottom","").css("z-index",l.zIndex)}}},p=function(){c=r.height();for(var e=0,i=o.length;e<i;e++){var n=o[e],s=null;n.getWidthFrom?n.responsiveWidth&&(s=t(n.getWidthFrom).width()):n.widthFromWrapper&&(s=n.stickyWrapper.width()),null!=s&&n.stickyElement.css("width",s)}},d={init:function(e){return this.each((function(){var i=t.extend({},n,e),r=t(this),s=r.attr("id"),c=s?s+"-"+n.wrapperClassName:n.wrapperClassName,a=t("<div></div>").attr("id",c).addClass(i.wrapperClassName);r.wrapAll((function(){if(0==t(this).parent("#"+c).length)return a}));var p=r.parent();i.center&&p.css({width:r.outerWidth(),marginLeft:"auto",marginRight:"auto"}),"right"===r.css("float")&&r.css({float:"none"}).parent().css({float:"right"}),i.stickyElement=r,i.stickyWrapper=p,i.currentTop=null,o.push(i),d.setWrapperHeight(this),d.setupChangeListeners(this)}))},setWrapperHeight:function(e){var i=t(e),n=i.parent();n&&n.css("height",i.outerHeight())},setupChangeListeners:function(t){window.MutationObserver?new window.MutationObserver((function(e){(e[0].addedNodes.length||e[0].removedNodes.length)&&d.setWrapperHeight(t)})).observe(t,{subtree:!0,childList:!0}):window.addEventListener?(t.addEventListener("DOMNodeInserted",(function(){d.setWrapperHeight(t)}),!1),t.addEventListener("DOMNodeRemoved",(function(){d.setWrapperHeight(t)}),!1)):window.attachEvent&&(t.attachEvent("onDOMNodeInserted",(function(){d.setWrapperHeight(t)})),t.attachEvent("onDOMNodeRemoved",(function(){d.setWrapperHeight(t)})))},update:a,unstick:function(e){return this.each((function(){for(var e=t(this),n=-1,r=o.length;r-- >0;)o[r].stickyElement.get(0)===this&&(i.call(o,r,1),n=r);-1!==n&&(e.unwrap(),e.css({width:"",position:"",top:"",float:"","z-index":""}))}))}};window.addEventListener?(window.addEventListener("scroll",a,!1),window.addEventListener("resize",p,!1)):window.attachEvent&&(window.attachEvent("onscroll",a),window.attachEvent("onresize",p)),t.fn.sticky=function(i){return d[i]?d[i].apply(this,e.call(arguments,1)):"object"!=typeof i&&i?void t.error("Method "+i+" does not exist on jQuery.sticky"):d.init.apply(this,arguments)},t.fn.unstick=function(i){return d[i]?d[i].apply(this,e.call(arguments,1)):"object"!=typeof i&&i?void t.error("Method "+i+" does not exist on jQuery.sticky"):d.unstick.apply(this,arguments)},t((function(){setTimeout(a,0)}))}));assets/js/sticky/jquery.sticky.js000064400000024044151213253200013150 0ustar00// Sticky Plugin v1.0.4 for jQuery
// =============
// Author: Anthony Garand
// Improvements by German M. Bravo (Kronuz) and Ruud Kamphuis (ruudk)
// Improvements by Leonardo C. Daronco (daronco)
// Created: 02/14/2011
// Date: 07/20/2015
// Website: http://stickyjs.com/
// Description: Makes an element on the page stick on the screen as you scroll
//              It will only set the 'top' and 'position' of your element, you
//              might need to adjust the width in some cases.

(function (factory) {
    if (typeof define === 'function' && define.amd) {
        // AMD. Register as an anonymous module.
        define(['jquery'], factory);
    } else if (typeof module === 'object' && module.exports) {
        // Node/CommonJS
        module.exports = factory(require('jquery'));
    } else {
        // Browser globals
        factory(jQuery);
    }
}(function ($) {
    var slice = Array.prototype.slice; // save ref to original slice()
    var splice = Array.prototype.splice; // save ref to original slice()

  var defaults = {
      topSpacing: 0,
      bottomSpacing: 0,
      className: 'is-sticky',
      wrapperClassName: 'sticky-wrapper',
      center: false,
      getWidthFrom: '',
      widthFromWrapper: true, // works only when .getWidthFrom is empty
      responsiveWidth: false,
      zIndex: 'auto'
    },
    $window = $(window),
    $document = $(document),
    sticked = [],
    windowHeight = $window.height(),
    scroller = function() {
      var scrollTop = $window.scrollTop(),
        documentHeight = $document.height(),
        dwh = documentHeight - windowHeight,
        extra = (scrollTop > dwh) ? dwh - scrollTop : 0;

      for (var i = 0, l = sticked.length; i < l; i++) {
        var s = sticked[i],
          elementTop = s.stickyWrapper.offset().top,
          etse = elementTop - s.topSpacing - extra;

        //update height in case of dynamic content
        s.stickyWrapper.css('height', s.stickyElement.outerHeight());

        if (scrollTop <= etse) {
          if (s.currentTop !== null) {
            s.stickyElement
              .css({
                'width': '',
                'position': '',
                'top': '',
                'z-index': ''
              });
            s.stickyElement.parent().removeClass(s.className);
            s.stickyElement.trigger('sticky-end', [s]);
            s.currentTop = null;
          }
        }
        else {
          var newTop = documentHeight - s.stickyElement.outerHeight()
            - s.topSpacing - s.bottomSpacing - scrollTop - extra;
          if (newTop < 0) {
            newTop = newTop + s.topSpacing;
          } else {
            newTop = s.topSpacing;
          }
          if (s.currentTop !== newTop) {
            var newWidth;
            if (s.getWidthFrom) {
                newWidth = $(s.getWidthFrom).width() || null;
            } else if (s.widthFromWrapper) {
                newWidth = s.stickyWrapper.width();
            }
            if (newWidth == null) {
                newWidth = s.stickyElement.width();
            }
            s.stickyElement
              .css('width', newWidth)
              .css('position', 'fixed')
              .css('top', newTop)
              .css('z-index', s.zIndex);

            s.stickyElement.parent().addClass(s.className);

            if (s.currentTop === null) {
              s.stickyElement.trigger('sticky-start', [s]);
            } else {
              // sticky is started but it have to be repositioned
              s.stickyElement.trigger('sticky-update', [s]);
            }

            if (s.currentTop === s.topSpacing && s.currentTop > newTop || s.currentTop === null && newTop < s.topSpacing) {
              // just reached bottom || just started to stick but bottom is already reached
              s.stickyElement.trigger('sticky-bottom-reached', [s]);
            } else if(s.currentTop !== null && newTop === s.topSpacing && s.currentTop < newTop) {
              // sticky is started && sticked at topSpacing && overflowing from top just finished
              s.stickyElement.trigger('sticky-bottom-unreached', [s]);
            }

            s.currentTop = newTop;
          }

          // Check if sticky has reached end of container and stop sticking
          var stickyWrapperContainer = s.stickyWrapper.parent();
          var unstick = (s.stickyElement.offset().top + s.stickyElement.outerHeight() >= stickyWrapperContainer.offset().top + stickyWrapperContainer.outerHeight()) && (s.stickyElement.offset().top <= s.topSpacing);

          if( unstick ) {
            s.stickyElement
              .css('position', 'absolute')
              .css('top', '')
              .css('bottom', 0)
              .css('z-index', '');
          } else {
            s.stickyElement
              .css('position', 'fixed')
              .css('top', newTop)
              .css('bottom', '')
              .css('z-index', s.zIndex);
          }
        }
      }
    },
    resizer = function() {
      windowHeight = $window.height();

      for (var i = 0, l = sticked.length; i < l; i++) {
        var s = sticked[i];
        var newWidth = null;
        if (s.getWidthFrom) {
            if (s.responsiveWidth) {
                newWidth = $(s.getWidthFrom).width();
            }
        } else if(s.widthFromWrapper) {
            newWidth = s.stickyWrapper.width();
        }
        if (newWidth != null) {
            s.stickyElement.css('width', newWidth);
        }
      }
    },
    methods = {
      init: function(options) {
        return this.each(function() {
          var o = $.extend({}, defaults, options);
          var stickyElement = $(this);

          var stickyId = stickyElement.attr('id');
          var wrapperId = stickyId ? stickyId + '-' + defaults.wrapperClassName : defaults.wrapperClassName;
          var wrapper = $('<div></div>')
            .attr('id', wrapperId)
            .addClass(o.wrapperClassName);

          stickyElement.wrapAll(function() {
            if ($(this).parent("#" + wrapperId).length == 0) {
                    return wrapper;
            }
});

          var stickyWrapper = stickyElement.parent();

          if (o.center) {
            stickyWrapper.css({width:stickyElement.outerWidth(),marginLeft:"auto",marginRight:"auto"});
          }

          if (stickyElement.css("float") === "right") {
            stickyElement.css({"float":"none"}).parent().css({"float":"right"});
          }

          o.stickyElement = stickyElement;
          o.stickyWrapper = stickyWrapper;
          o.currentTop    = null;

          sticked.push(o);

          methods.setWrapperHeight(this);
          methods.setupChangeListeners(this);
        });
      },

      setWrapperHeight: function(stickyElement) {
        var element = $(stickyElement);
        var stickyWrapper = element.parent();
        if (stickyWrapper) {
          stickyWrapper.css('height', element.outerHeight());
        }
      },

      setupChangeListeners: function(stickyElement) {
        if (window.MutationObserver) {
          var mutationObserver = new window.MutationObserver(function(mutations) {
            if (mutations[0].addedNodes.length || mutations[0].removedNodes.length) {
              methods.setWrapperHeight(stickyElement);
            }
          });
          mutationObserver.observe(stickyElement, {subtree: true, childList: true});
        } else {
          if (window.addEventListener) {
            stickyElement.addEventListener('DOMNodeInserted', function() {
              methods.setWrapperHeight(stickyElement);
            }, false);
            stickyElement.addEventListener('DOMNodeRemoved', function() {
              methods.setWrapperHeight(stickyElement);
            }, false);
          } else if (window.attachEvent) {
            stickyElement.attachEvent('onDOMNodeInserted', function() {
              methods.setWrapperHeight(stickyElement);
            });
            stickyElement.attachEvent('onDOMNodeRemoved', function() {
              methods.setWrapperHeight(stickyElement);
            });
          }
        }
      },
      update: scroller,
      unstick: function(options) {
        return this.each(function() {
          var that = this;
          var unstickyElement = $(that);

          var removeIdx = -1;
          var i = sticked.length;
          while (i-- > 0) {
            if (sticked[i].stickyElement.get(0) === that) {
                splice.call(sticked,i,1);
                removeIdx = i;
            }
          }
          if(removeIdx !== -1) {
            unstickyElement.unwrap();
            unstickyElement
              .css({
                'width': '',
                'position': '',
                'top': '',
                'float': '',
                'z-index': ''
              })
            ;
          }
        });
      }
    };

  // should be more efficient than using $window.scroll(scroller) and $window.resize(resizer):
  if (window.addEventListener) {
    window.addEventListener('scroll', scroller, false);
    window.addEventListener('resize', resizer, false);
  } else if (window.attachEvent) {
    window.attachEvent('onscroll', scroller);
    window.attachEvent('onresize', resizer);
  }

  $.fn.sticky = function(method) {
    if (methods[method]) {
      return methods[method].apply(this, slice.call(arguments, 1));
    } else if (typeof method === 'object' || !method ) {
      return methods.init.apply( this, arguments );
    } else {
      $.error('Method ' + method + ' does not exist on jQuery.sticky');
    }
  };

  $.fn.unstick = function(method) {
    if (methods[method]) {
      return methods[method].apply(this, slice.call(arguments, 1));
    } else if (typeof method === 'object' || !method ) {
      return methods.unstick.apply( this, arguments );
    } else {
      $.error('Method ' + method + ' does not exist on jQuery.sticky');
    }
  };
  $(function() {
    setTimeout(scroller, 0);
  });
}));
assets/js/infinite-scroll/infinite-scroll.pkgd.min.js000064400000053743151213253200016736 0ustar00/*!
 * Infinite Scroll PACKAGED v4.0.1
 * Automatically add next page
 *
 * Licensed GPLv3 for open source use
 * or Infinite Scroll Commercial License for commercial use
 *
 * https://infinite-scroll.com
 * Copyright 2018-2020 Metafizzy
 */
!function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}(window,(function(t,e){let i=t.console,n=void 0===i?function(){}:function(t){i.error(t)};return function(i,o,s){(s=s||e||t.jQuery)&&(o.prototype.option||(o.prototype.option=function(t){t&&(this.options=Object.assign(this.options||{},t))}),s.fn[i]=function(t,...e){return"string"==typeof t?function(t,e,o){let r,l=`$().${i}("${e}")`;return t.each((function(t,h){let a=s.data(h,i);if(!a)return void n(i+" not initialized. Cannot call method "+l);let c=a[e];if(!c||"_"==e.charAt(0))return void n(l+" is not a valid method");let u=c.apply(a,o);r=void 0===r?u:r})),void 0!==r?r:t}(this,t,e):(r=t,this.each((function(t,e){let n=s.data(e,i);n?(n.option(r),n._init()):(n=new o(e,r),s.data(e,i,n))})),this);var r})}})),function(t,e){"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,(function(){function t(){}let e=t.prototype;return e.on=function(t,e){if(!t||!e)return this;let i=this._events=this._events||{},n=i[t]=i[t]||[];return n.includes(e)||n.push(e),this},e.once=function(t,e){if(!t||!e)return this;this.on(t,e);let i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this},e.off=function(t,e){let i=this._events&&this._events[t];if(!i||!i.length)return this;let n=i.indexOf(e);return-1!=n&&i.splice(n,1),this},e.emitEvent=function(t,e){let i=this._events&&this._events[t];if(!i||!i.length)return this;i=i.slice(0),e=e||[];let n=this._onceEvents&&this._onceEvents[t];for(let o of i){n&&n[o]&&(this.off(t,o),delete n[o]),o.apply(this,e)}return this},e.allOff=function(){return delete this._events,delete this._onceEvents,this},t})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t):t.fizzyUIUtils=e(t)}(this,(function(t){let e={extend:function(t,e){return Object.assign(t,e)},modulo:function(t,e){return(t%e+e)%e},makeArray:function(t){if(Array.isArray(t))return t;if(null==t)return[];return"object"==typeof t&&"number"==typeof t.length?[...t]:[t]},removeFrom:function(t,e){let i=t.indexOf(e);-1!=i&&t.splice(i,1)},getParent:function(t,e){for(;t.parentNode&&t!=document.body;)if((t=t.parentNode).matches(e))return t},getQueryElement:function(t){return"string"==typeof t?document.querySelector(t):t},handleEvent:function(t){let e="on"+t.type;this[e]&&this[e](t)},filterFindElements:function(t,i){return(t=e.makeArray(t)).filter(t=>t instanceof HTMLElement).reduce((t,e)=>{if(!i)return t.push(e),t;e.matches(i)&&t.push(e);let n=e.querySelectorAll(i);return t=t.concat(...n)},[])},debounceMethod:function(t,e,i){i=i||100;let n=t.prototype[e],o=e+"Timeout";t.prototype[e]=function(){clearTimeout(this[o]);let t=arguments;this[o]=setTimeout(()=>{n.apply(this,t),delete this[o]},i)}},docReady:function(t){let e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},toDashed:function(t){return t.replace(/(.)([A-Z])/g,(function(t,e,i){return e+"-"+i})).toLowerCase()}},i=t.console;return e.htmlInit=function(n,o){e.docReady((function(){let s="data-"+e.toDashed(o),r=document.querySelectorAll(`[${s}]`),l=t.jQuery;[...r].forEach(t=>{let e,r=t.getAttribute(s);try{e=r&&JSON.parse(r)}catch(e){return void(i&&i.error(`Error parsing ${s} on ${t.className}: ${e}`))}let h=new n(t,e);l&&l.data(t,o,h)})}))},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter"),require("fizzy-ui-utils")):t.InfiniteScroll=e(t,t.EvEmitter,t.fizzyUIUtils)}(window,(function(t,e,i){let n=t.jQuery,o={};function s(t,e){let r=i.getQueryElement(t);if(r){if((t=r).infiniteScrollGUID){let i=o[t.infiniteScrollGUID];return i.option(e),i}this.element=t,this.options={...s.defaults},this.option(e),n&&(this.$element=n(this.element)),this.create()}else console.error("Bad element for InfiniteScroll: "+(r||t))}s.defaults={},s.create={},s.destroy={};let r=s.prototype;Object.assign(r,e.prototype);let l=0;r.create=function(){let t=this.guid=++l;if(this.element.infiniteScrollGUID=t,o[t]=this,this.pageIndex=1,this.loadCount=0,this.updateGetPath(),this.getPath&&this.getPath()){this.updateGetAbsolutePath(),this.log("initialized",[this.element.className]),this.callOnInit();for(let t in s.create)s.create[t].call(this)}else console.error("Disabling InfiniteScroll")},r.option=function(t){Object.assign(this.options,t)},r.callOnInit=function(){let t=this.options.onInit;t&&t.call(this,this)},r.dispatchEvent=function(t,e,i){this.log(t,i);let o=e?[e].concat(i):i;if(this.emitEvent(t,o),!n||!this.$element)return;let s=t+=".infiniteScroll";if(e){let i=n.Event(e);i.type=t,s=i}this.$element.trigger(s,i)};let h={initialized:t=>"on "+t,request:t=>"URL: "+t,load:(t,e)=>`${t.title||""}. URL: ${e}`,error:(t,e)=>`${t}. URL: ${e}`,append:(t,e,i)=>`${i.length} items. URL: ${e}`,last:(t,e)=>"URL: "+e,history:(t,e)=>"URL: "+e,pageIndex:function(t,e){return`current page determined to be: ${t} from ${e}`}};r.log=function(t,e){if(!this.options.debug)return;let i="[InfiniteScroll] "+t,n=h[t];n&&(i+=". "+n.apply(this,e)),console.log(i)},r.updateMeasurements=function(){this.windowHeight=t.innerHeight;let e=this.element.getBoundingClientRect();this.top=e.top+t.scrollY},r.updateScroller=function(){let e=this.options.elementScroll;if(e){if(this.scroller=!0===e?this.element:i.getQueryElement(e),!this.scroller)throw new Error("Unable to find elementScroll: "+e)}else this.scroller=t},r.updateGetPath=function(){let t=this.options.path;if(!t)return void console.error("InfiniteScroll path option required. Set as: "+t);let e=typeof t;"function"!=e?"string"==e&&t.match("{{#}}")?this.updateGetPathTemplate(t):this.updateGetPathSelector(t):this.getPath=t},r.updateGetPathTemplate=function(t){this.getPath=()=>{let e=this.pageIndex+1;return t.replace("{{#}}",e)};let e=t.replace(/(\\\?|\?)/,"\\?").replace("{{#}}","(\\d\\d?\\d?)"),i=new RegExp(e),n=location.href.match(i);n&&(this.pageIndex=parseInt(n[1],10),this.log("pageIndex",[this.pageIndex,"template string"]))};let a=[/^(.*?\/?page\/?)(\d\d?\d?)(.*?$)/,/^(.*?\/?\?page=)(\d\d?\d?)(.*?$)/,/(.*?)(\d\d?\d?)(?!.*\d)(.*?$)/],c=s.getPathParts=function(t){if(t)for(let e of a){let i=t.match(e);if(i){let[,t,e,n]=i;return{begin:t,index:e,end:n}}}};r.updateGetPathSelector=function(t){let e=document.querySelector(t);if(!e)return void console.error("Bad InfiniteScroll path option. Next link not found: "+t);let i=e.getAttribute("href"),n=c(i);if(!n)return void console.error("InfiniteScroll unable to parse next link href: "+i);let{begin:o,index:s,end:r}=n;this.isPathSelector=!0,this.getPath=()=>o+(this.pageIndex+1)+r,this.pageIndex=parseInt(s,10)-1,this.log("pageIndex",[this.pageIndex,"next link"])},r.updateGetAbsolutePath=function(){let t=this.getPath();if(t.match(/^http/)||t.match(/^\//))return void(this.getAbsolutePath=this.getPath);let{pathname:e}=location,i=t.match(/^\?/),n=e.substring(0,e.lastIndexOf("/")),o=i?e:n+"/";this.getAbsolutePath=()=>o+this.getPath()},s.create.hideNav=function(){let t=i.getQueryElement(this.options.hideNav);t&&(t.style.display="none",this.nav=t)},s.destroy.hideNav=function(){this.nav&&(this.nav.style.display="")},r.destroy=function(){this.allOff();for(let t in s.destroy)s.destroy[t].call(this);delete this.element.infiniteScrollGUID,delete o[this.guid],n&&this.$element&&n.removeData(this.element,"infiniteScroll")},s.throttle=function(t,e){let i,n;return e=e||200,function(){let o=+new Date,s=arguments,r=()=>{i=o,t.apply(this,s)};i&&o<i+e?(clearTimeout(n),n=setTimeout(r,e)):r()}},s.data=function(t){let e=(t=i.getQueryElement(t))&&t.infiniteScrollGUID;return e&&o[e]},s.setJQuery=function(t){n=t},i.htmlInit(s,"infinite-scroll"),r._init=function(){};let{jQueryBridget:u}=t;return n&&u&&u("infiniteScroll",s,n),s})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core")):e(t,t.InfiniteScroll)}(window,(function(t,e){let i=e.prototype;Object.assign(e.defaults,{loadOnScroll:!0,checkLastPage:!0,responseBody:"text",domParseResponse:!0}),e.create.pageLoad=function(){this.canLoad=!0,this.on("scrollThreshold",this.onScrollThresholdLoad),this.on("load",this.checkLastPage),this.options.outlayer&&this.on("append",this.onAppendOutlayer)},i.onScrollThresholdLoad=function(){this.options.loadOnScroll&&this.loadNextPage()};let n=new DOMParser;function o(t){let e=document.createDocumentFragment();return t&&e.append(...t),e}return i.loadNextPage=function(){if(this.isLoading||!this.canLoad)return;let{responseBody:t,domParseResponse:e,fetchOptions:i}=this.options,o=this.getAbsolutePath();this.isLoading=!0,"function"==typeof i&&(i=i());let s=fetch(o,i).then(i=>{if(!i.ok){let t=new Error(i.statusText);return this.onPageError(t,o,i),{response:i}}return i[t]().then(s=>("text"==t&&e&&(s=n.parseFromString(s,"text/html")),204==i.status?(this.lastPageReached(s,o),{body:s,response:i}):this.onPageLoad(s,o,i)))}).catch(t=>{this.onPageError(t,o)});return this.dispatchEvent("request",null,[o,s]),s},i.onPageLoad=function(t,e,i){return this.options.append||(this.isLoading=!1),this.pageIndex++,this.loadCount++,this.dispatchEvent("load",null,[t,e,i]),this.appendNextPage(t,e,i)},i.appendNextPage=function(t,e,i){let{append:n,responseBody:s,domParseResponse:r}=this.options;if(!("text"==s&&r)||!n)return{body:t,response:i};let l=t.querySelectorAll(n),h={body:t,response:i,items:l};if(!l||!l.length)return this.lastPageReached(t,e),h;let a=o(l),c=()=>(this.appendItems(l,a),this.isLoading=!1,this.dispatchEvent("append",null,[t,e,l,i]),h);return this.options.outlayer?this.appendOutlayerItems(a,c):c()},i.appendItems=function(t,e){t&&t.length&&(function(t){let e=t.querySelectorAll("script");for(let t of e){let e=document.createElement("script"),i=t.attributes;for(let t of i)e.setAttribute(t.name,t.value);e.innerHTML=t.innerHTML,t.parentNode.replaceChild(e,t)}}(e=e||o(t)),this.element.appendChild(e))},i.appendOutlayerItems=function(i,n){let o=e.imagesLoaded||t.imagesLoaded;return o?new Promise((function(t){o(i,(function(){let e=n();t(e)}))})):(console.error("[InfiniteScroll] imagesLoaded required for outlayer option"),void(this.isLoading=!1))},i.onAppendOutlayer=function(t,e,i){this.options.outlayer.appended(i)},i.checkLastPage=function(t,e){let i,{checkLastPage:n,path:o}=this.options;if(n){if("function"==typeof o){if(!this.getPath())return void this.lastPageReached(t,e)}"string"==typeof n?i=n:this.isPathSelector&&(i=o),i&&t.querySelector&&(t.querySelector(i)||this.lastPageReached(t,e))}},i.lastPageReached=function(t,e){this.canLoad=!1,this.dispatchEvent("last",null,[t,e])},i.onPageError=function(t,e,i){return this.isLoading=!1,this.canLoad=!1,this.dispatchEvent("error",null,[t,e,i]),t},e.create.prefill=function(){if(!this.options.prefill)return;let t=this.options.append;t?(this.updateMeasurements(),this.updateScroller(),this.isPrefilling=!0,this.on("append",this.prefill),this.once("error",this.stopPrefill),this.once("last",this.stopPrefill),this.prefill()):console.error("append option required for prefill. Set as :"+t)},i.prefill=function(){let t=this.getPrefillDistance();this.isPrefilling=t>=0,this.isPrefilling?(this.log("prefill"),this.loadNextPage()):this.stopPrefill()},i.getPrefillDistance=function(){return this.options.elementScroll?this.scroller.clientHeight-this.scroller.scrollHeight:this.windowHeight-this.element.clientHeight},i.stopPrefill=function(){this.log("stopPrefill"),this.off("append",this.prefill)},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;return Object.assign(e.defaults,{scrollThreshold:400}),e.create.scrollWatch=function(){this.pageScrollHandler=this.onPageScroll.bind(this),this.resizeHandler=this.onResize.bind(this);let t=this.options.scrollThreshold;(t||0===t)&&this.enableScrollWatch()},e.destroy.scrollWatch=function(){this.disableScrollWatch()},n.enableScrollWatch=function(){this.isScrollWatching||(this.isScrollWatching=!0,this.updateMeasurements(),this.updateScroller(),this.on("last",this.disableScrollWatch),this.bindScrollWatchEvents(!0))},n.disableScrollWatch=function(){this.isScrollWatching&&(this.bindScrollWatchEvents(!1),delete this.isScrollWatching)},n.bindScrollWatchEvents=function(e){let i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.pageScrollHandler),t[i]("resize",this.resizeHandler)},n.onPageScroll=e.throttle((function(){this.getBottomDistance()<=this.options.scrollThreshold&&this.dispatchEvent("scrollThreshold")})),n.getBottomDistance=function(){let e,i;return this.options.elementScroll?(e=this.scroller.scrollHeight,i=this.scroller.scrollTop+this.scroller.clientHeight):(e=this.top+this.element.clientHeight,i=t.scrollY+this.windowHeight),e-i},n.onResize=function(){this.updateMeasurements()},i.debounceMethod(e,"onResize",150),e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;Object.assign(e.defaults,{history:"replace"});let o=document.createElement("a");return e.create.history=function(){if(!this.options.history)return;o.href=this.getAbsolutePath(),(o.origin||o.protocol+"//"+o.host)==location.origin?this.options.append?this.createHistoryAppend():this.createHistoryPageLoad():console.error(`[InfiniteScroll] cannot set history with different origin: ${o.origin} on ${location.origin} . History behavior disabled.`)},n.createHistoryAppend=function(){this.updateMeasurements(),this.updateScroller(),this.scrollPages=[{top:0,path:location.href,title:document.title}],this.scrollPage=this.scrollPages[0],this.scrollHistoryHandler=this.onScrollHistory.bind(this),this.unloadHandler=this.onUnload.bind(this),this.scroller.addEventListener("scroll",this.scrollHistoryHandler),this.on("append",this.onAppendHistory),this.bindHistoryAppendEvents(!0)},n.bindHistoryAppendEvents=function(e){let i=e?"addEventListener":"removeEventListener";this.scroller[i]("scroll",this.scrollHistoryHandler),t[i]("unload",this.unloadHandler)},n.createHistoryPageLoad=function(){this.on("load",this.onPageLoadHistory)},e.destroy.history=n.destroyHistory=function(){this.options.history&&this.options.append&&this.bindHistoryAppendEvents(!1)},n.onAppendHistory=function(t,e,i){if(!i||!i.length)return;let n=i[0],s=this.getElementScrollY(n);o.href=e,this.scrollPages.push({top:s,path:o.href,title:t.title})},n.getElementScrollY=function(e){if(this.options.elementScroll)return e.offsetTop-this.top;return e.getBoundingClientRect().top+t.scrollY},n.onScrollHistory=function(){let t=this.getClosestScrollPage();t!=this.scrollPage&&(this.scrollPage=t,this.setHistory(t.title,t.path))},i.debounceMethod(e,"onScrollHistory",150),n.getClosestScrollPage=function(){let e,i;e=this.options.elementScroll?this.scroller.scrollTop+this.scroller.clientHeight/2:t.scrollY+this.windowHeight/2;for(let t of this.scrollPages){if(t.top>=e)break;i=t}return i},n.setHistory=function(t,e){let i=this.options.history;i&&history[i+"State"]&&(history[i+"State"](null,t,e),this.options.historyTitle&&(document.title=t),this.dispatchEvent("history",null,[t,e]))},n.onUnload=function(){if(0===this.scrollPage.top)return;let e=t.scrollY-this.scrollPage.top+this.top;this.destroyHistory(),scrollTo(0,e)},n.onPageLoadHistory=function(t,e){this.setHistory(t.title,e)},e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){class n{constructor(t,e){this.element=t,this.infScroll=e,this.clickHandler=this.onClick.bind(this),this.element.addEventListener("click",this.clickHandler),e.on("request",this.disable.bind(this)),e.on("load",this.enable.bind(this)),e.on("error",this.hide.bind(this)),e.on("last",this.hide.bind(this))}onClick(t){t.preventDefault(),this.infScroll.loadNextPage()}enable(){this.element.removeAttribute("disabled")}disable(){this.element.disabled="disabled"}hide(){this.element.style.display="none"}destroy(){this.element.removeEventListener("click",this.clickHandler)}}return e.create.button=function(){let t=i.getQueryElement(this.options.button);t&&(this.button=new n(t,this))},e.destroy.button=function(){this.button&&this.button.destroy()},e.Button=n,e})),function(t,e){"object"==typeof module&&module.exports?module.exports=e(t,require("./core"),require("fizzy-ui-utils")):e(t,t.InfiniteScroll,t.fizzyUIUtils)}(window,(function(t,e,i){let n=e.prototype;function o(t){r(t,"none")}function s(t){r(t,"block")}function r(t,e){t&&(t.style.display=e)}return e.create.status=function(){let t=i.getQueryElement(this.options.status);t&&(this.statusElement=t,this.statusEventElements={request:t.querySelector(".infinite-scroll-request"),error:t.querySelector(".infinite-scroll-error"),last:t.querySelector(".infinite-scroll-last")},this.on("request",this.showRequestStatus),this.on("error",this.showErrorStatus),this.on("last",this.showLastStatus),this.bindHideStatus("on"))},n.bindHideStatus=function(t){let e=this.options.append?"append":"load";this[t](e,this.hideAllStatus)},n.showRequestStatus=function(){this.showStatus("request")},n.showErrorStatus=function(){this.showStatus("error")},n.showLastStatus=function(){this.showStatus("last"),this.bindHideStatus("off")},n.showStatus=function(t){s(this.statusElement),this.hideStatusEventElements(),s(this.statusEventElements[t])},n.hideAllStatus=function(){o(this.statusElement),this.hideStatusEventElements()},n.hideStatusEventElements=function(){for(let t in this.statusEventElements){o(this.statusEventElements[t])}},e})),
/*!
 * imagesLoaded v4.1.4
 * JavaScript is all like "You images are done yet or what?"
 * MIT License
 */
function(t,e){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],(function(i){return e(t,i)})):"object"==typeof module&&module.exports?module.exports=e(t,require("ev-emitter")):t.imagesLoaded=e(t,t.EvEmitter)}("undefined"!=typeof window?window:this,(function(t,e){"use strict";var i=t.jQuery,n=t.console;function o(t,e){for(var i in e)t[i]=e[i];return t}var s=Array.prototype.slice;function r(t,e,l){if(!(this instanceof r))return new r(t,e,l);var h,a=t;("string"==typeof t&&(a=document.querySelectorAll(t)),a)?(this.elements=(h=a,Array.isArray(h)?h:"object"==typeof h&&"number"==typeof h.length?s.call(h):[h]),this.options=o({},this.options),"function"==typeof e?l=e:o(this.options,e),l&&this.on("always",l),this.getImages(),i&&(this.jqDeferred=new i.Deferred),setTimeout(this.check.bind(this))):n.error("Bad element for imagesLoaded "+(a||t))}r.prototype=Object.create(e.prototype),r.prototype.options={},r.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},r.prototype.addElementImages=function(t){"IMG"==t.nodeName&&this.addImage(t),!0===this.options.background&&this.addElementBackgroundImages(t);var e=t.nodeType;if(e&&l[e]){for(var i=t.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background){var s=t.querySelectorAll(this.options.background);for(n=0;n<s.length;n++){var r=s[n];this.addElementBackgroundImages(r)}}}};var l={1:!0,9:!0,11:!0};function h(t){this.img=t}function a(t,e){this.url=t,this.element=e,this.img=new Image}return r.prototype.addElementBackgroundImages=function(t){var e=getComputedStyle(t);if(e)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(e.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,t),n=i.exec(e.backgroundImage)}},r.prototype.addImage=function(t){var e=new h(t);this.images.push(e)},r.prototype.addBackground=function(t,e){var i=new a(t,e);this.images.push(i)},r.prototype.check=function(){var t=this;function e(e,i,n){setTimeout((function(){t.progress(e,i,n)}))}this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?this.images.forEach((function(t){t.once("progress",e),t.check()})):this.complete()},r.prototype.progress=function(t,e,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded,this.emitEvent("progress",[this,t,e]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,t),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&n&&n.log("progress: "+i,t,e)},r.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";if(this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred){var e=this.hasAnyBroken?"reject":"resolve";this.jqDeferred[e](this)}},h.prototype=Object.create(e.prototype),h.prototype.check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},h.prototype.getIsImageComplete=function(){return this.img.complete&&this.img.naturalWidth},h.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.img,e])},h.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},h.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},h.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},h.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},a.prototype=Object.create(h.prototype),a.prototype.check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url,this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},a.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},a.prototype.confirm=function(t,e){this.isLoaded=t,this.emitEvent("progress",[this,this.element,e])},r.makeJQueryPlugin=function(e){(e=e||t.jQuery)&&((i=e).fn.imagesLoaded=function(t,e){return new r(this,t,e).jqDeferred.promise(i(this))})},r.makeJQueryPlugin(),r}));assets/js/infinite-scroll/infinite-scroll.pkgd.js000064400000145470151213253200016153 0ustar00/*!
 * Infinite Scroll PACKAGED v4.0.1
 * Automatically add next page
 *
 * Licensed GPLv3 for open source use
 * or Infinite Scroll Commercial License for commercial use
 *
 * https://infinite-scroll.com
 * Copyright 2018-2020 Metafizzy
 */

/**
 * Bridget makes jQuery widgets
 * v3.0.0
 * MIT license
 */

( function( window, factory ) {
  // module definition
 if ( typeof module == 'object' && module.exports ) {
   // CommonJS
   module.exports = factory(
       window,
       require('jquery'),
   );
 } else {
   // browser global
   window.jQueryBridget = factory(
       window,
       window.jQuery,
   );
 }

}( window, function factory( window, jQuery ) {

// ----- utils ----- //

// helper function for logging errors
// $.error breaks jQuery chaining
let console = window.console;
let logError = typeof console == 'undefined' ? function() {} :
  function( message ) {
    console.error( message );
  };

// ----- jQueryBridget ----- //

function jQueryBridget( namespace, PluginClass, $ ) {
  $ = $ || jQuery || window.jQuery;
  if ( !$ ) {
    return;
  }

  // add option method -> $().plugin('option', {...})
  if ( !PluginClass.prototype.option ) {
    // option setter
    PluginClass.prototype.option = function( opts ) {
      if ( !opts ) return;

      this.options = Object.assign( this.options || {}, opts );
    };
  }

  // make jQuery plugin
  $.fn[ namespace ] = function( arg0, ...args ) {
    if ( typeof arg0 == 'string' ) {
      // method call $().plugin( 'methodName', { options } )
      return methodCall( this, arg0, args );
    }
    // just $().plugin({ options })
    plainCall( this, arg0 );
    return this;
  };

  // $().plugin('methodName')
  function methodCall( $elems, methodName, args ) {
    let returnValue;
    let pluginMethodStr = `$().${namespace}("${methodName}")`;

    $elems.each( function( i, elem ) {
      // get instance
      let instance = $.data( elem, namespace );
      if ( !instance ) {
        logError( `${namespace} not initialized.` +
          ` Cannot call method ${pluginMethodStr}` );
        return;
      }

      let method = instance[ methodName ];
      if ( !method || methodName.charAt( 0 ) == '_' ) {
        logError(`${pluginMethodStr} is not a valid method`);
        return;
      }

      // apply method, get return value
      let value = method.apply( instance, args );
      // set return value if value is returned, use only first value
      returnValue = returnValue === undefined ? value : returnValue;
    } );

    return returnValue !== undefined ? returnValue : $elems;
  }

  function plainCall( $elems, options ) {
    $elems.each( function( i, elem ) {
      let instance = $.data( elem, namespace );
      if ( instance ) {
        // set options & init
        instance.option( options );
        instance._init();
      } else {
        // initialize new instance
        instance = new PluginClass( elem, options );
        $.data( elem, namespace, instance );
      }
    } );
  }

}

// -----  ----- //

return jQueryBridget;

} ) );
/**
 * EvEmitter v2.0.0
 * Lil' event emitter
 * MIT License
 */

( function( global, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS - Browserify, Webpack
    module.exports = factory();
  } else {
    // Browser globals
    global.EvEmitter = factory();
  }

}( typeof window != 'undefined' ? window : this, function() {

function EvEmitter() {}

let proto = EvEmitter.prototype;

proto.on = function( eventName, listener ) {
  if ( !eventName || !listener ) return this;

  // set events hash
  let events = this._events = this._events || {};
  // set listeners array
  let listeners = events[ eventName ] = events[ eventName ] || [];
  // only add once
  if ( !listeners.includes( listener ) ) {
    listeners.push( listener );
  }

  return this;
};

proto.once = function( eventName, listener ) {
  if ( !eventName || !listener ) return this;

  // add event
  this.on( eventName, listener );
  // set once flag
  // set onceEvents hash
  let onceEvents = this._onceEvents = this._onceEvents || {};
  // set onceListeners object
  let onceListeners = onceEvents[ eventName ] = onceEvents[ eventName ] || {};
  // set flag
  onceListeners[ listener ] = true;

  return this;
};

proto.off = function( eventName, listener ) {
  let listeners = this._events && this._events[ eventName ];
  if ( !listeners || !listeners.length ) return this;

  let index = listeners.indexOf( listener );
  if ( index != -1 ) {
    listeners.splice( index, 1 );
  }

  return this;
};

proto.emitEvent = function( eventName, args ) {
  let listeners = this._events && this._events[ eventName ];
  if ( !listeners || !listeners.length ) return this;

  // copy over to avoid interference if .off() in listener
  listeners = listeners.slice( 0 );
  args = args || [];
  // once stuff
  let onceListeners = this._onceEvents && this._onceEvents[ eventName ];

  for ( let listener of listeners ) {
    let isOnce = onceListeners && onceListeners[ listener ];
    if ( isOnce ) {
      // remove listener
      // remove before trigger to prevent recursion
      this.off( eventName, listener );
      // unset once flag
      delete onceListeners[ listener ];
    }
    // trigger listener
    listener.apply( this, args );
  }

  return this;
};

proto.allOff = function() {
  delete this._events;
  delete this._onceEvents;
  return this;
};

return EvEmitter;

} ) );
/**
 * Fizzy UI utils v3.0.0
 * MIT license
 */

( function( global, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory( global );
  } else {
    // browser global
    global.fizzyUIUtils = factory( global );
  }

}( this, function factory( global ) {

let utils = {};

// ----- extend ----- //

// extends objects
utils.extend = function( a, b ) {
  return Object.assign( a, b );
};

// ----- modulo ----- //

utils.modulo = function( num, div ) {
  return ( ( num % div ) + div ) % div;
};

// ----- makeArray ----- //

// turn element or nodeList into an array
utils.makeArray = function( obj ) {
  // use object if already an array
  if ( Array.isArray( obj ) ) return obj;

  // return empty array if undefined or null. #6
  if ( obj === null || obj === undefined ) return [];

  let isArrayLike = typeof obj == 'object' && typeof obj.length == 'number';
  // convert nodeList to array
  if ( isArrayLike ) return [ ...obj ];

  // array of single index
  return [ obj ];
};

// ----- removeFrom ----- //

utils.removeFrom = function( ary, obj ) {
  let index = ary.indexOf( obj );
  if ( index != -1 ) {
    ary.splice( index, 1 );
  }
};

// ----- getParent ----- //

utils.getParent = function( elem, selector ) {
  while ( elem.parentNode && elem != document.body ) {
    elem = elem.parentNode;
    if ( elem.matches( selector ) ) return elem;
  }
};

// ----- getQueryElement ----- //

// use element as selector string
utils.getQueryElement = function( elem ) {
  if ( typeof elem == 'string' ) {
    return document.querySelector( elem );
  }
  return elem;
};

// ----- handleEvent ----- //

// enable .ontype to trigger from .addEventListener( elem, 'type' )
utils.handleEvent = function( event ) {
  let method = 'on' + event.type;
  if ( this[ method ] ) {
    this[ method ]( event );
  }
};

// ----- filterFindElements ----- //

utils.filterFindElements = function( elems, selector ) {
  // make array of elems
  elems = utils.makeArray( elems );

  return elems
    // check that elem is an actual element
    .filter( ( elem ) => elem instanceof HTMLElement )
    .reduce( ( ffElems, elem ) => {
      // add elem if no selector
      if ( !selector ) {
        ffElems.push( elem );
        return ffElems;
      }
      // filter & find items if we have a selector
      // filter
      if ( elem.matches( selector ) ) {
        ffElems.push( elem );
      }
      // find children
      let childElems = elem.querySelectorAll( selector );
      // concat childElems to filterFound array
      ffElems = ffElems.concat( ...childElems );
      return ffElems;
    }, [] );
};

// ----- debounceMethod ----- //

utils.debounceMethod = function( _class, methodName, threshold ) {
  threshold = threshold || 100;
  // original method
  let method = _class.prototype[ methodName ];
  let timeoutName = methodName + 'Timeout';

  _class.prototype[ methodName ] = function() {
    clearTimeout( this[ timeoutName ] );

    let args = arguments;
    this[ timeoutName ] = setTimeout( () => {
      method.apply( this, args );
      delete this[ timeoutName ];
    }, threshold );
  };
};

// ----- docReady ----- //

utils.docReady = function( onDocReady ) {
  let readyState = document.readyState;
  if ( readyState == 'complete' || readyState == 'interactive' ) {
    // do async to allow for other scripts to run. metafizzy/flickity#441
    setTimeout( onDocReady );
  } else {
    document.addEventListener( 'DOMContentLoaded', onDocReady );
  }
};

// ----- htmlInit ----- //

// http://bit.ly/3oYLusc
utils.toDashed = function( str ) {
  return str.replace( /(.)([A-Z])/g, function( match, $1, $2 ) {
    return $1 + '-' + $2;
  } ).toLowerCase();
};

let console = global.console;

// allow user to initialize classes via [data-namespace] or .js-namespace class
// htmlInit( Widget, 'widgetName' )
// options are parsed from data-namespace-options
utils.htmlInit = function( WidgetClass, namespace ) {
  utils.docReady( function() {
    let dashedNamespace = utils.toDashed( namespace );
    let dataAttr = 'data-' + dashedNamespace;
    let dataAttrElems = document.querySelectorAll( `[${dataAttr}]` );
    let jQuery = global.jQuery;

    [ ...dataAttrElems ].forEach( ( elem ) => {
      let attr = elem.getAttribute( dataAttr );
      let options;
      try {
        options = attr && JSON.parse( attr );
      } catch ( error ) {
        // log error, do not initialize
        if ( console ) {
          console.error( `Error parsing ${dataAttr} on ${elem.className}: ${error}` );
        }
        return;
      }
      // initialize
      let instance = new WidgetClass( elem, options );
      // make available via $().data('namespace')
      if ( jQuery ) {
        jQuery.data( elem, namespace, instance );
      }
    } );

  } );
};

// -----  ----- //

return utils;

} ) );
// core
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('ev-emitter'),
        require('fizzy-ui-utils'),
    );
  } else {
    // browser global
    window.InfiniteScroll = factory(
        window,
        window.EvEmitter,
        window.fizzyUIUtils,
    );
  }

}( window, function factory( window, EvEmitter, utils ) {

let jQuery = window.jQuery;
// internal store of all InfiniteScroll intances
let instances = {};

function InfiniteScroll( element, options ) {
  let queryElem = utils.getQueryElement( element );

  if ( !queryElem ) {
    console.error( 'Bad element for InfiniteScroll: ' + ( queryElem || element ) );
    return;
  }
  element = queryElem;
  // do not initialize twice on same element
  if ( element.infiniteScrollGUID ) {
    let instance = instances[ element.infiniteScrollGUID ];
    instance.option( options );
    return instance;
  }

  this.element = element;
  // options
  this.options = { ...InfiniteScroll.defaults };
  this.option( options );
  // add jQuery
  if ( jQuery ) {
    this.$element = jQuery( this.element );
  }

  this.create();
}

// defaults
InfiniteScroll.defaults = {
  // path: null,
  // hideNav: null,
  // debug: false,
};

// create & destroy methods
InfiniteScroll.create = {};
InfiniteScroll.destroy = {};

let proto = InfiniteScroll.prototype;
// inherit EvEmitter
Object.assign( proto, EvEmitter.prototype );

// --------------------------  -------------------------- //

// globally unique identifiers
let GUID = 0;

proto.create = function() {
  // create core
  // add id for InfiniteScroll.data
  let id = this.guid = ++GUID;
  this.element.infiniteScrollGUID = id; // expando
  instances[ id ] = this; // associate via id
  // properties
  this.pageIndex = 1; // default to first page
  this.loadCount = 0;
  this.updateGetPath();
  // bail if getPath not set, or returns falsey #776
  let hasPath = this.getPath && this.getPath();
  if ( !hasPath ) {
    console.error('Disabling InfiniteScroll');
    return;
  }
  this.updateGetAbsolutePath();
  this.log( 'initialized', [ this.element.className ] );
  this.callOnInit();
  // create features
  for ( let method in InfiniteScroll.create ) {
    InfiniteScroll.create[ method ].call( this );
  }
};

proto.option = function( opts ) {
  Object.assign( this.options, opts );
};

// call onInit option, used for binding events on init
proto.callOnInit = function() {
  let onInit = this.options.onInit;
  if ( onInit ) {
    onInit.call( this, this );
  }
};

// ----- events ----- //

proto.dispatchEvent = function( type, event, args ) {
  this.log( type, args );
  let emitArgs = event ? [ event ].concat( args ) : args;
  this.emitEvent( type, emitArgs );
  // trigger jQuery event
  if ( !jQuery || !this.$element ) {
    return;
  }
  // namespace jQuery event
  type += '.infiniteScroll';
  let $event = type;
  if ( event ) {
    // create jQuery event
    /* eslint-disable-next-line new-cap */
    let jQEvent = jQuery.Event( event );
    jQEvent.type = type;
    $event = jQEvent;
  }
  this.$element.trigger( $event, args );
};

let loggers = {
  initialized: ( className ) => `on ${className}`,
  request: ( path ) => `URL: ${path}`,
  load: ( response, path ) => `${response.title || ''}. URL: ${path}`,
  error: ( error, path ) => `${error}. URL: ${path}`,
  append: ( response, path, items ) => `${items.length} items. URL: ${path}`,
  last: ( response, path ) => `URL: ${path}`,
  history: ( title, path ) => `URL: ${path}`,
  pageIndex: function( index, origin ) {
    return `current page determined to be: ${index} from ${origin}`;
  },
};

// log events
proto.log = function( type, args ) {
  if ( !this.options.debug ) return;

  let message = `[InfiniteScroll] ${type}`;
  let logger = loggers[ type ];
  if ( logger ) message += '. ' + logger.apply( this, args );
  console.log( message );
};

// -------------------------- methods used amoung features -------------------------- //

proto.updateMeasurements = function() {
  this.windowHeight = window.innerHeight;
  let rect = this.element.getBoundingClientRect();
  this.top = rect.top + window.scrollY;
};

proto.updateScroller = function() {
  let elementScroll = this.options.elementScroll;
  if ( !elementScroll ) {
    // default, use window
    this.scroller = window;
    return;
  }
  // if true, set to element, otherwise use option
  this.scroller = elementScroll === true ? this.element :
    utils.getQueryElement( elementScroll );
  if ( !this.scroller ) {
    throw new Error(`Unable to find elementScroll: ${elementScroll}`);
  }
};

// -------------------------- page path -------------------------- //

proto.updateGetPath = function() {
  let optPath = this.options.path;
  if ( !optPath ) {
    console.error(`InfiniteScroll path option required. Set as: ${optPath}`);
    return;
  }
  // function
  let type = typeof optPath;
  if ( type == 'function' ) {
    this.getPath = optPath;
    return;
  }
  // template string: '/pages/{{#}}.html'
  let templateMatch = type == 'string' && optPath.match('{{#}}');
  if ( templateMatch ) {
    this.updateGetPathTemplate( optPath );
    return;
  }
  // selector: '.next-page-selector'
  this.updateGetPathSelector( optPath );
};

proto.updateGetPathTemplate = function( optPath ) {
  // set getPath with template string
  this.getPath = () => {
    let nextIndex = this.pageIndex + 1;
    return optPath.replace( '{{#}}', nextIndex );
  };
  // get pageIndex from location
  // convert path option into regex to look for pattern in location
  // escape query (?) in url, allows for parsing GET parameters
  let regexString = optPath
    .replace( /(\\\?|\?)/, '\\?' )
    .replace( '{{#}}', '(\\d\\d?\\d?)' );
  let templateRe = new RegExp( regexString );
  let match = location.href.match( templateRe );

  if ( match ) {
    this.pageIndex = parseInt( match[1], 10 );
    this.log( 'pageIndex', [ this.pageIndex, 'template string' ] );
  }
};

let pathRegexes = [
  // WordPress & Tumblr - example.com/page/2
  // Jekyll - example.com/page2
  /^(.*?\/?page\/?)(\d\d?\d?)(.*?$)/,
  // Drupal - example.com/?page=1
  /^(.*?\/?\?page=)(\d\d?\d?)(.*?$)/,
  // catch all, last occurence of a number
  /(.*?)(\d\d?\d?)(?!.*\d)(.*?$)/,
];

// try matching href to pathRegexes patterns
let getPathParts = InfiniteScroll.getPathParts = function( href ) {
  if ( !href ) return;
  for ( let regex of pathRegexes ) {
    let match = href.match( regex );
    if ( match ) {
      let [ , begin, index, end ] = match;
      return { begin, index, end };
    }
  }
};

proto.updateGetPathSelector = function( optPath ) {
  // parse href of link: '.next-page-link'
  let hrefElem = document.querySelector( optPath );
  if ( !hrefElem ) {
    console.error(`Bad InfiniteScroll path option. Next link not found: ${optPath}`);
    return;
  }

  let href = hrefElem.getAttribute('href');
  let pathParts = getPathParts( href );
  if ( !pathParts ) {
    console.error(`InfiniteScroll unable to parse next link href: ${href}`);
    return;
  }

  let { begin, index, end } = pathParts;
  this.isPathSelector = true; // flag for checkLastPage()
  this.getPath = () => begin + ( this.pageIndex + 1 ) + end;
  // get pageIndex from href
  this.pageIndex = parseInt( index, 10 ) - 1;
  this.log( 'pageIndex', [ this.pageIndex, 'next link' ] );
};

proto.updateGetAbsolutePath = function() {
  let path = this.getPath();
  // path doesn't start with http or /
  let isAbsolute = path.match( /^http/ ) || path.match( /^\// );
  if ( isAbsolute ) {
    this.getAbsolutePath = this.getPath;
    return;
  }

  let { pathname } = location;
  // query parameter #829. example.com/?pg=2
  let isQuery = path.match( /^\?/ );
  // /foo/bar/index.html => /foo/bar
  let directory = pathname.substring( 0, pathname.lastIndexOf('/') );
  let pathStart = isQuery ? pathname : directory + '/';

  this.getAbsolutePath = () => pathStart + this.getPath();
};

// -------------------------- nav -------------------------- //

// hide navigation
InfiniteScroll.create.hideNav = function() {
  let nav = utils.getQueryElement( this.options.hideNav );
  if ( !nav ) return;

  nav.style.display = 'none';
  this.nav = nav;
};

InfiniteScroll.destroy.hideNav = function() {
  if ( this.nav ) this.nav.style.display = '';
};

// -------------------------- destroy -------------------------- //

proto.destroy = function() {
  this.allOff(); // remove all event listeners
  // call destroy methods
  for ( let method in InfiniteScroll.destroy ) {
    InfiniteScroll.destroy[ method ].call( this );
  }

  delete this.element.infiniteScrollGUID;
  delete instances[ this.guid ];
  // remove jQuery data. #807
  if ( jQuery && this.$element ) {
    jQuery.removeData( this.element, 'infiniteScroll' );
  }
};

// -------------------------- utilities -------------------------- //

// https://remysharp.com/2010/07/21/throttling-function-calls
InfiniteScroll.throttle = function( fn, threshold ) {
  threshold = threshold || 200;
  let last, timeout;

  return function() {
    let now = +new Date();
    let args = arguments;
    let trigger = () => {
      last = now;
      fn.apply( this, args );
    };
    if ( last && now < last + threshold ) {
      // hold on to it
      clearTimeout( timeout );
      timeout = setTimeout( trigger, threshold );
    } else {
      trigger();
    }
  };
};

InfiniteScroll.data = function( elem ) {
  elem = utils.getQueryElement( elem );
  let id = elem && elem.infiniteScrollGUID;
  return id && instances[ id ];
};

// set internal jQuery, for Webpack + jQuery v3
InfiniteScroll.setJQuery = function( jqry ) {
  jQuery = jqry;
};

// -------------------------- setup -------------------------- //

utils.htmlInit( InfiniteScroll, 'infinite-scroll' );

// add noop _init method for jQuery Bridget. #768
proto._init = function() {};

let { jQueryBridget } = window;
if ( jQuery && jQueryBridget ) {
  jQueryBridget( 'infiniteScroll', InfiniteScroll, jQuery );
}

// --------------------------  -------------------------- //

return InfiniteScroll;

} ) );
// page-load
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('./core'),
    );
  } else {
    // browser global
    factory(
        window,
        window.InfiniteScroll,
    );
  }

}( window, function factory( window, InfiniteScroll ) {

let proto = InfiniteScroll.prototype;

Object.assign( InfiniteScroll.defaults, {
  // append: false,
  loadOnScroll: true,
  checkLastPage: true,
  responseBody: 'text',
  domParseResponse: true,
  // prefill: false,
  // outlayer: null,
} );

InfiniteScroll.create.pageLoad = function() {
  this.canLoad = true;
  this.on( 'scrollThreshold', this.onScrollThresholdLoad );
  this.on( 'load', this.checkLastPage );
  if ( this.options.outlayer ) {
    this.on( 'append', this.onAppendOutlayer );
  }
};

proto.onScrollThresholdLoad = function() {
  if ( this.options.loadOnScroll ) this.loadNextPage();
};

let domParser = new DOMParser();

proto.loadNextPage = function() {
  if ( this.isLoading || !this.canLoad ) return;

  let { responseBody, domParseResponse, fetchOptions } = this.options;
  let path = this.getAbsolutePath();
  this.isLoading = true;
  if ( typeof fetchOptions == 'function' ) fetchOptions = fetchOptions();

  let fetchPromise = fetch( path, fetchOptions )
    .then( ( response ) => {
      if ( !response.ok ) {
        let error = new Error( response.statusText );
        this.onPageError( error, path, response );
        return { response };
      }

      return response[ responseBody ]().then( ( body ) => {
        let canDomParse = responseBody == 'text' && domParseResponse;
        if ( canDomParse ) {
          body = domParser.parseFromString( body, 'text/html' );
        }
        if ( response.status == 204 ) {
          this.lastPageReached( body, path );
          return { body, response };
        } else {
          return this.onPageLoad( body, path, response );
        }
      } );
    } )
    .catch( ( error ) => {
      this.onPageError( error, path );
    } );

  this.dispatchEvent( 'request', null, [ path, fetchPromise ] );

  return fetchPromise;
};

proto.onPageLoad = function( body, path, response ) {
  // done loading if not appending
  if ( !this.options.append ) {
    this.isLoading = false;
  }
  this.pageIndex++;
  this.loadCount++;
  this.dispatchEvent( 'load', null, [ body, path, response ] );
  return this.appendNextPage( body, path, response );
};

proto.appendNextPage = function( body, path, response ) {
  let { append, responseBody, domParseResponse } = this.options;
  // do not append json
  let isDocument = responseBody == 'text' && domParseResponse;
  if ( !isDocument || !append ) return { body, response };

  let items = body.querySelectorAll( append );
  let promiseValue = { body, response, items };
  // last page hit if no items. #840
  if ( !items || !items.length ) {
    this.lastPageReached( body, path );
    return promiseValue;
  }

  let fragment = getItemsFragment( items );
  let appendReady = () => {
    this.appendItems( items, fragment );
    this.isLoading = false;
    this.dispatchEvent( 'append', null, [ body, path, items, response ] );
    return promiseValue;
  };

  // TODO add hook for option to trigger appendReady
  if ( this.options.outlayer ) {
    return this.appendOutlayerItems( fragment, appendReady );
  } else {
    return appendReady();
  }
};

proto.appendItems = function( items, fragment ) {
  if ( !items || !items.length ) return;

  // get fragment if not provided
  fragment = fragment || getItemsFragment( items );
  refreshScripts( fragment );
  this.element.appendChild( fragment );
};

function getItemsFragment( items ) {
  // add items to fragment
  let fragment = document.createDocumentFragment();
  if ( items ) fragment.append( ...items );
  return fragment;
}

// replace <script>s with copies so they load
// <script>s added by InfiniteScroll will not load
// similar to https://stackoverflow.com/questions/610995
function refreshScripts( fragment ) {
  let scripts = fragment.querySelectorAll('script');
  for ( let script of scripts ) {
    let freshScript = document.createElement('script');
    // copy attributes
    let attrs = script.attributes;
    for ( let attr of attrs ) {
      freshScript.setAttribute( attr.name, attr.value );
    }
    // copy inner script code. #718, #782
    freshScript.innerHTML = script.innerHTML;
    script.parentNode.replaceChild( freshScript, script );
  }
}

// ----- outlayer ----- //

proto.appendOutlayerItems = function( fragment, appendReady ) {
  let imagesLoaded = InfiniteScroll.imagesLoaded || window.imagesLoaded;
  if ( !imagesLoaded ) {
    console.error('[InfiniteScroll] imagesLoaded required for outlayer option');
    this.isLoading = false;
    return;
  }
  // append once images loaded
  return new Promise( function( resolve ) {
    imagesLoaded( fragment, function() {
      let bodyResponse = appendReady();
      resolve( bodyResponse );
    } );
  } );
};

proto.onAppendOutlayer = function( response, path, items ) {
  this.options.outlayer.appended( items );
};

// ----- checkLastPage ----- //

// check response for next element
proto.checkLastPage = function( body, path ) {
  let { checkLastPage, path: pathOpt } = this.options;
  if ( !checkLastPage ) return;

  // if path is function, check if next path is truthy
  if ( typeof pathOpt == 'function' ) {
    let nextPath = this.getPath();
    if ( !nextPath ) {
      this.lastPageReached( body, path );
      return;
    }
  }
  // get selector from checkLastPage or path option
  let selector;
  if ( typeof checkLastPage == 'string' ) {
    selector = checkLastPage;
  } else if ( this.isPathSelector ) {
    // path option is selector string
    selector = pathOpt;
  }
  // check last page for selector
  // bail if no selector or not document response
  if ( !selector || !body.querySelector ) return;

  // check if response has selector
  let nextElem = body.querySelector( selector );
  if ( !nextElem ) this.lastPageReached( body, path );
};

proto.lastPageReached = function( body, path ) {
  this.canLoad = false;
  this.dispatchEvent( 'last', null, [ body, path ] );
};

// ----- error ----- //

proto.onPageError = function( error, path, response ) {
  this.isLoading = false;
  this.canLoad = false;
  this.dispatchEvent( 'error', null, [ error, path, response ] );
  return error;
};

// -------------------------- prefill -------------------------- //

InfiniteScroll.create.prefill = function() {
  if ( !this.options.prefill ) return;

  let append = this.options.append;
  if ( !append ) {
    console.error(`append option required for prefill. Set as :${append}`);
    return;
  }
  this.updateMeasurements();
  this.updateScroller();
  this.isPrefilling = true;
  this.on( 'append', this.prefill );
  this.once( 'error', this.stopPrefill );
  this.once( 'last', this.stopPrefill );
  this.prefill();
};

proto.prefill = function() {
  let distance = this.getPrefillDistance();
  this.isPrefilling = distance >= 0;
  if ( this.isPrefilling ) {
    this.log('prefill');
    this.loadNextPage();
  } else {
    this.stopPrefill();
  }
};

proto.getPrefillDistance = function() {
  // element scroll
  if ( this.options.elementScroll ) {
    return this.scroller.clientHeight - this.scroller.scrollHeight;
  }
  // window
  return this.windowHeight - this.element.clientHeight;
};

proto.stopPrefill = function() {
  this.log('stopPrefill');
  this.off( 'append', this.prefill );
};

// --------------------------  -------------------------- //

return InfiniteScroll;

} ) );
// scroll-watch
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('./core'),
        require('fizzy-ui-utils'),
    );
  } else {
    // browser global
    factory(
        window,
        window.InfiniteScroll,
        window.fizzyUIUtils,
    );
  }

}( window, function factory( window, InfiniteScroll, utils ) {

let proto = InfiniteScroll.prototype;

// default options
Object.assign( InfiniteScroll.defaults, {
  scrollThreshold: 400,
  // elementScroll: null,
} );

InfiniteScroll.create.scrollWatch = function() {
  // events
  this.pageScrollHandler = this.onPageScroll.bind( this );
  this.resizeHandler = this.onResize.bind( this );

  let scrollThreshold = this.options.scrollThreshold;
  let isEnable = scrollThreshold || scrollThreshold === 0;
  if ( isEnable ) this.enableScrollWatch();
};

InfiniteScroll.destroy.scrollWatch = function() {
  this.disableScrollWatch();
};

proto.enableScrollWatch = function() {
  if ( this.isScrollWatching ) return;

  this.isScrollWatching = true;
  this.updateMeasurements();
  this.updateScroller();
  // TODO disable after error?
  this.on( 'last', this.disableScrollWatch );
  this.bindScrollWatchEvents( true );
};

proto.disableScrollWatch = function() {
  if ( !this.isScrollWatching ) return;

  this.bindScrollWatchEvents( false );
  delete this.isScrollWatching;
};

proto.bindScrollWatchEvents = function( isBind ) {
  let addRemove = isBind ? 'addEventListener' : 'removeEventListener';
  this.scroller[ addRemove ]( 'scroll', this.pageScrollHandler );
  window[ addRemove ]( 'resize', this.resizeHandler );
};

proto.onPageScroll = InfiniteScroll.throttle( function() {
  let distance = this.getBottomDistance();
  if ( distance <= this.options.scrollThreshold ) {
    this.dispatchEvent('scrollThreshold');
  }
} );

proto.getBottomDistance = function() {
  let bottom, scrollY;
  if ( this.options.elementScroll ) {
    bottom = this.scroller.scrollHeight;
    scrollY = this.scroller.scrollTop + this.scroller.clientHeight;
  } else {
    bottom = this.top + this.element.clientHeight;
    scrollY = window.scrollY + this.windowHeight;
  }
  return bottom - scrollY;
};

proto.onResize = function() {
  this.updateMeasurements();
};

utils.debounceMethod( InfiniteScroll, 'onResize', 150 );

// --------------------------  -------------------------- //

return InfiniteScroll;

} ) );
// history
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('./core'),
        require('fizzy-ui-utils'),
    );
  } else {
    // browser global
    factory(
        window,
        window.InfiniteScroll,
        window.fizzyUIUtils,
    );
  }

}( window, function factory( window, InfiniteScroll, utils ) {

let proto = InfiniteScroll.prototype;

Object.assign( InfiniteScroll.defaults, {
  history: 'replace',
  // historyTitle: false,
} );

let link = document.createElement('a');

// ----- create/destroy ----- //

InfiniteScroll.create.history = function() {
  if ( !this.options.history ) return;

  // check for same origin
  link.href = this.getAbsolutePath();
  // MS Edge does not have origin on link
  // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/12236493/
  let linkOrigin = link.origin || link.protocol + '//' + link.host;
  let isSameOrigin = linkOrigin == location.origin;
  if ( !isSameOrigin ) {
    console.error( '[InfiniteScroll] cannot set history with different origin: ' +
      `${link.origin} on ${location.origin} . History behavior disabled.` );
    return;
  }

  // two ways to handle changing history
  if ( this.options.append ) {
    this.createHistoryAppend();
  } else {
    this.createHistoryPageLoad();
  }
};

proto.createHistoryAppend = function() {
  this.updateMeasurements();
  this.updateScroller();
  // array of scroll positions of appended pages
  this.scrollPages = [
    // first page
    {
      top: 0,
      path: location.href,
      title: document.title,
    },
  ];
  this.scrollPage = this.scrollPages[0];
  // events
  this.scrollHistoryHandler = this.onScrollHistory.bind( this );
  this.unloadHandler = this.onUnload.bind( this );
  this.scroller.addEventListener( 'scroll', this.scrollHistoryHandler );
  this.on( 'append', this.onAppendHistory );
  this.bindHistoryAppendEvents( true );
};

proto.bindHistoryAppendEvents = function( isBind ) {
  let addRemove = isBind ? 'addEventListener' : 'removeEventListener';
  this.scroller[ addRemove ]( 'scroll', this.scrollHistoryHandler );
  window[ addRemove ]( 'unload', this.unloadHandler );
};

proto.createHistoryPageLoad = function() {
  this.on( 'load', this.onPageLoadHistory );
};

InfiniteScroll.destroy.history =
proto.destroyHistory = function() {
  let isHistoryAppend = this.options.history && this.options.append;
  if ( isHistoryAppend ) {
    this.bindHistoryAppendEvents( false );
  }
};

// ----- append history ----- //

proto.onAppendHistory = function( response, path, items ) {
  // do not proceed if no items. #779
  if ( !items || !items.length ) return;

  let firstItem = items[0];
  let elemScrollY = this.getElementScrollY( firstItem );
  // resolve path
  link.href = path;
  // add page data to hash
  this.scrollPages.push({
    top: elemScrollY,
    path: link.href,
    title: response.title,
  });
};

proto.getElementScrollY = function( elem ) {
  if ( this.options.elementScroll ) {
    return elem.offsetTop - this.top;
  } else {
    let rect = elem.getBoundingClientRect();
    return rect.top + window.scrollY;
  }
};

proto.onScrollHistory = function() {
  // cycle through positions, find biggest without going over
  let scrollPage = this.getClosestScrollPage();
  // set history if changed
  if ( scrollPage != this.scrollPage ) {
    this.scrollPage = scrollPage;
    this.setHistory( scrollPage.title, scrollPage.path );
  }
};

utils.debounceMethod( InfiniteScroll, 'onScrollHistory', 150 );

proto.getClosestScrollPage = function() {
  let scrollViewY;
  if ( this.options.elementScroll ) {
    scrollViewY = this.scroller.scrollTop + this.scroller.clientHeight / 2;
  } else {
    scrollViewY = window.scrollY + this.windowHeight / 2;
  }

  let scrollPage;
  for ( let page of this.scrollPages ) {
    if ( page.top >= scrollViewY ) break;

    scrollPage = page;
  }
  return scrollPage;
};

proto.setHistory = function( title, path ) {
  let optHistory = this.options.history;
  let historyMethod = optHistory && history[ optHistory + 'State' ];
  if ( !historyMethod ) return;

  history[ optHistory + 'State' ]( null, title, path );
  if ( this.options.historyTitle ) document.title = title;
  this.dispatchEvent( 'history', null, [ title, path ] );
};

// scroll to top to prevent initial scroll-reset after page refresh
// https://stackoverflow.com/a/18633915/182183
proto.onUnload = function() {
  if ( this.scrollPage.top === 0 ) return;

  // calculate where scroll position would be on refresh
  let scrollY = window.scrollY - this.scrollPage.top + this.top;
  // disable scroll event before setting scroll #679
  this.destroyHistory();
  scrollTo( 0, scrollY );
};

// ----- load history ----- //

// update URL
proto.onPageLoadHistory = function( response, path ) {
  this.setHistory( response.title, path );
};

// --------------------------  -------------------------- //

return InfiniteScroll;

} ) );
// button
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('./core'),
        require('fizzy-ui-utils'),
    );
  } else {
    // browser global
    factory(
        window,
        window.InfiniteScroll,
        window.fizzyUIUtils,
    );
  }

}( window, function factory( window, InfiniteScroll, utils ) {

// -------------------------- InfiniteScrollButton -------------------------- //

class InfiniteScrollButton {
  constructor( element, infScroll ) {
    this.element = element;
    this.infScroll = infScroll;
    // events
    this.clickHandler = this.onClick.bind( this );
    this.element.addEventListener( 'click', this.clickHandler );
    infScroll.on( 'request', this.disable.bind( this ) );
    infScroll.on( 'load', this.enable.bind( this ) );
    infScroll.on( 'error', this.hide.bind( this ) );
    infScroll.on( 'last', this.hide.bind( this ) );
  }

  onClick( event ) {
    event.preventDefault();
    this.infScroll.loadNextPage();
  }

  enable() {
    this.element.removeAttribute('disabled');
  }

  disable() {
    this.element.disabled = 'disabled';
  }

  hide() {
    this.element.style.display = 'none';
  }

  destroy() {
    this.element.removeEventListener( 'click', this.clickHandler );
  }

}

// -------------------------- InfiniteScroll methods -------------------------- //

// InfiniteScroll.defaults.button = null;

InfiniteScroll.create.button = function() {
  let buttonElem = utils.getQueryElement( this.options.button );
  if ( buttonElem ) {
    this.button = new InfiniteScrollButton( buttonElem, this );
  }
};

InfiniteScroll.destroy.button = function() {
  if ( this.button ) this.button.destroy();
};

// --------------------------  -------------------------- //

InfiniteScroll.Button = InfiniteScrollButton;

return InfiniteScroll;

} ) );
// status
( function( window, factory ) {
  // universal module definition
  if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
        window,
        require('./core'),
        require('fizzy-ui-utils'),
    );
  } else {
    // browser global
    factory(
        window,
        window.InfiniteScroll,
        window.fizzyUIUtils,
    );
  }

}( window, function factory( window, InfiniteScroll, utils ) {

let proto = InfiniteScroll.prototype;

// InfiniteScroll.defaults.status = null;

InfiniteScroll.create.status = function() {
  let statusElem = utils.getQueryElement( this.options.status );
  if ( !statusElem ) return;

  // elements
  this.statusElement = statusElem;
  this.statusEventElements = {
    request: statusElem.querySelector('.infinite-scroll-request'),
    error: statusElem.querySelector('.infinite-scroll-error'),
    last: statusElem.querySelector('.infinite-scroll-last'),
  };
  // events
  this.on( 'request', this.showRequestStatus );
  this.on( 'error', this.showErrorStatus );
  this.on( 'last', this.showLastStatus );
  this.bindHideStatus('on');
};

proto.bindHideStatus = function( bindMethod ) {
  let hideEvent = this.options.append ? 'append' : 'load';
  this[ bindMethod ]( hideEvent, this.hideAllStatus );
};

proto.showRequestStatus = function() {
  this.showStatus('request');
};

proto.showErrorStatus = function() {
  this.showStatus('error');
};

proto.showLastStatus = function() {
  this.showStatus('last');
  // prevent last then append event race condition from showing last status #706
  this.bindHideStatus('off');
};

proto.showStatus = function( eventName ) {
  show( this.statusElement );
  this.hideStatusEventElements();
  let eventElem = this.statusEventElements[ eventName ];
  show( eventElem );
};

proto.hideAllStatus = function() {
  hide( this.statusElement );
  this.hideStatusEventElements();
};

proto.hideStatusEventElements = function() {
  for ( let type in this.statusEventElements ) {
    let eventElem = this.statusEventElements[ type ];
    hide( eventElem );
  }
};

// --------------------------  -------------------------- //

function hide( elem ) {
  setDisplay( elem, 'none' );
}

function show( elem ) {
  setDisplay( elem, 'block' );
}

function setDisplay( elem, value ) {
  if ( elem ) {
    elem.style.display = value;
  }
}

// --------------------------  -------------------------- //

return InfiniteScroll;

} ) );
/*!
 * imagesLoaded v4.1.4
 * JavaScript is all like "You images are done yet or what?"
 * MIT License
 */

( function( window, factory ) { 'use strict';
  // universal module definition

  /*global define: false, module: false, require: false */

  if ( typeof define == 'function' && define.amd ) {
    // AMD
    define( [
      'ev-emitter/ev-emitter'
    ], function( EvEmitter ) {
      return factory( window, EvEmitter );
    });
  } else if ( typeof module == 'object' && module.exports ) {
    // CommonJS
    module.exports = factory(
      window,
      require('ev-emitter')
    );
  } else {
    // browser global
    window.imagesLoaded = factory(
      window,
      window.EvEmitter
    );
  }

})( typeof window !== 'undefined' ? window : this,

// --------------------------  factory -------------------------- //

function factory( window, EvEmitter ) {

'use strict';

var $ = window.jQuery;
var console = window.console;

// -------------------------- helpers -------------------------- //

// extend objects
function extend( a, b ) {
  for ( var prop in b ) {
    a[ prop ] = b[ prop ];
  }
  return a;
}

var arraySlice = Array.prototype.slice;

// turn element or nodeList into an array
function makeArray( obj ) {
  if ( Array.isArray( obj ) ) {
    // use object if already an array
    return obj;
  }

  var isArrayLike = typeof obj == 'object' && typeof obj.length == 'number';
  if ( isArrayLike ) {
    // convert nodeList to array
    return arraySlice.call( obj );
  }

  // array of single index
  return [ obj ];
}

// -------------------------- imagesLoaded -------------------------- //

/**
 * @param {Array, Element, NodeList, String} elem
 * @param {Object or Function} options - if function, use as callback
 * @param {Function} onAlways - callback function
 */
function ImagesLoaded( elem, options, onAlways ) {
  // coerce ImagesLoaded() without new, to be new ImagesLoaded()
  if ( !( this instanceof ImagesLoaded ) ) {
    return new ImagesLoaded( elem, options, onAlways );
  }
  // use elem as selector string
  var queryElem = elem;
  if ( typeof elem == 'string' ) {
    queryElem = document.querySelectorAll( elem );
  }
  // bail if bad element
  if ( !queryElem ) {
    console.error( 'Bad element for imagesLoaded ' + ( queryElem || elem ) );
    return;
  }

  this.elements = makeArray( queryElem );
  this.options = extend( {}, this.options );
  // shift arguments if no options set
  if ( typeof options == 'function' ) {
    onAlways = options;
  } else {
    extend( this.options, options );
  }

  if ( onAlways ) {
    this.on( 'always', onAlways );
  }

  this.getImages();

  if ( $ ) {
    // add jQuery Deferred object
    this.jqDeferred = new $.Deferred();
  }

  // HACK check async to allow time to bind listeners
  setTimeout( this.check.bind( this ) );
}

ImagesLoaded.prototype = Object.create( EvEmitter.prototype );

ImagesLoaded.prototype.options = {};

ImagesLoaded.prototype.getImages = function() {
  this.images = [];

  // filter & find items if we have an item selector
  this.elements.forEach( this.addElementImages, this );
};

/**
 * @param {Node} element
 */
ImagesLoaded.prototype.addElementImages = function( elem ) {
  // filter siblings
  if ( elem.nodeName == 'IMG' ) {
    this.addImage( elem );
  }
  // get background image on element
  if ( this.options.background === true ) {
    this.addElementBackgroundImages( elem );
  }

  // find children
  // no non-element nodes, #143
  var nodeType = elem.nodeType;
  if ( !nodeType || !elementNodeTypes[ nodeType ] ) {
    return;
  }
  var childImgs = elem.querySelectorAll('img');
  // concat childElems to filterFound array
  for ( var i=0; i < childImgs.length; i++ ) {
    var img = childImgs[i];
    this.addImage( img );
  }

  // get child background images
  if ( typeof this.options.background == 'string' ) {
    var children = elem.querySelectorAll( this.options.background );
    for ( i=0; i < children.length; i++ ) {
      var child = children[i];
      this.addElementBackgroundImages( child );
    }
  }
};

var elementNodeTypes = {
  1: true,
  9: true,
  11: true
};

ImagesLoaded.prototype.addElementBackgroundImages = function( elem ) {
  var style = getComputedStyle( elem );
  if ( !style ) {
    // Firefox returns null if in a hidden iframe https://bugzil.la/548397
    return;
  }
  // get url inside url("...")
  var reURL = /url\((['"])?(.*?)\1\)/gi;
  var matches = reURL.exec( style.backgroundImage );
  while ( matches !== null ) {
    var url = matches && matches[2];
    if ( url ) {
      this.addBackground( url, elem );
    }
    matches = reURL.exec( style.backgroundImage );
  }
};

/**
 * @param {Image} img
 */
ImagesLoaded.prototype.addImage = function( img ) {
  var loadingImage = new LoadingImage( img );
  this.images.push( loadingImage );
};

ImagesLoaded.prototype.addBackground = function( url, elem ) {
  var background = new Background( url, elem );
  this.images.push( background );
};

ImagesLoaded.prototype.check = function() {
  var _this = this;
  this.progressedCount = 0;
  this.hasAnyBroken = false;
  // complete if no images
  if ( !this.images.length ) {
    this.complete();
    return;
  }

  function onProgress( image, elem, message ) {
    // HACK - Chrome triggers event before object properties have changed. #83
    setTimeout( function() {
      _this.progress( image, elem, message );
    });
  }

  this.images.forEach( function( loadingImage ) {
    loadingImage.once( 'progress', onProgress );
    loadingImage.check();
  });
};

ImagesLoaded.prototype.progress = function( image, elem, message ) {
  this.progressedCount++;
  this.hasAnyBroken = this.hasAnyBroken || !image.isLoaded;
  // progress event
  this.emitEvent( 'progress', [ this, image, elem ] );
  if ( this.jqDeferred && this.jqDeferred.notify ) {
    this.jqDeferred.notify( this, image );
  }
  // check if completed
  if ( this.progressedCount == this.images.length ) {
    this.complete();
  }

  if ( this.options.debug && console ) {
    console.log( 'progress: ' + message, image, elem );
  }
};

ImagesLoaded.prototype.complete = function() {
  var eventName = this.hasAnyBroken ? 'fail' : 'done';
  this.isComplete = true;
  this.emitEvent( eventName, [ this ] );
  this.emitEvent( 'always', [ this ] );
  if ( this.jqDeferred ) {
    var jqMethod = this.hasAnyBroken ? 'reject' : 'resolve';
    this.jqDeferred[ jqMethod ]( this );
  }
};

// --------------------------  -------------------------- //

function LoadingImage( img ) {
  this.img = img;
}

LoadingImage.prototype = Object.create( EvEmitter.prototype );

LoadingImage.prototype.check = function() {
  // If complete is true and browser supports natural sizes,
  // try to check for image status manually.
  var isComplete = this.getIsImageComplete();
  if ( isComplete ) {
    // report based on naturalWidth
    this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
    return;
  }

  // If none of the checks above matched, simulate loading on detached element.
  this.proxyImage = new Image();
  this.proxyImage.addEventListener( 'load', this );
  this.proxyImage.addEventListener( 'error', this );
  // bind to image as well for Firefox. #191
  this.img.addEventListener( 'load', this );
  this.img.addEventListener( 'error', this );
  this.proxyImage.src = this.img.src;
};

LoadingImage.prototype.getIsImageComplete = function() {
  // check for non-zero, non-undefined naturalWidth
  // fixes Safari+InfiniteScroll+Masonry bug infinite-scroll#671
  return this.img.complete && this.img.naturalWidth;
};

LoadingImage.prototype.confirm = function( isLoaded, message ) {
  this.isLoaded = isLoaded;
  this.emitEvent( 'progress', [ this, this.img, message ] );
};

// ----- events ----- //

// trigger specified handler for event type
LoadingImage.prototype.handleEvent = function( event ) {
  var method = 'on' + event.type;
  if ( this[ method ] ) {
    this[ method ]( event );
  }
};

LoadingImage.prototype.onload = function() {
  this.confirm( true, 'onload' );
  this.unbindEvents();
};

LoadingImage.prototype.onerror = function() {
  this.confirm( false, 'onerror' );
  this.unbindEvents();
};

LoadingImage.prototype.unbindEvents = function() {
  this.proxyImage.removeEventListener( 'load', this );
  this.proxyImage.removeEventListener( 'error', this );
  this.img.removeEventListener( 'load', this );
  this.img.removeEventListener( 'error', this );
};

// -------------------------- Background -------------------------- //

function Background( url, element ) {
  this.url = url;
  this.element = element;
  this.img = new Image();
}

// inherit LoadingImage prototype
Background.prototype = Object.create( LoadingImage.prototype );

Background.prototype.check = function() {
  this.img.addEventListener( 'load', this );
  this.img.addEventListener( 'error', this );
  this.img.src = this.url;
  // check if image is already complete
  var isComplete = this.getIsImageComplete();
  if ( isComplete ) {
    this.confirm( this.img.naturalWidth !== 0, 'naturalWidth' );
    this.unbindEvents();
  }
};

Background.prototype.unbindEvents = function() {
  this.img.removeEventListener( 'load', this );
  this.img.removeEventListener( 'error', this );
};

Background.prototype.confirm = function( isLoaded, message ) {
  this.isLoaded = isLoaded;
  this.emitEvent( 'progress', [ this, this.element, message ] );
};

// -------------------------- jQuery -------------------------- //

ImagesLoaded.makeJQueryPlugin = function( jQuery ) {
  jQuery = jQuery || window.jQuery;
  if ( !jQuery ) {
    return;
  }
  // set local variable
  $ = jQuery;
  // $().imagesLoaded()
  $.fn.imagesLoaded = function( options, callback ) {
    var instance = new ImagesLoaded( this, options, callback );
    return instance.jqDeferred.promise( $(this) );
  };
};
// try making plugin
ImagesLoaded.makeJQueryPlugin();

// --------------------------  -------------------------- //

return ImagesLoaded;

});
assets/js/fitvids/jquery.fitvids.min.js000064400000004007151213253200014233 0ustar00/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/
!function(t){"use strict";t.fn.fitVids=function(e){var i={customSelector:null,ignore:null};if(!document.getElementById("fit-vids-style")){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("div");a.innerHTML='<p>x</p><style id="fit-vids-style">.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}</style>',r.appendChild(a.childNodes[1])}return e&&t.extend(i,e),this.each((function(){var e=['iframe[src*="player.vimeo.com"]','iframe[src*="youtube.com"]','iframe[src*="youtube-nocookie.com"]','iframe[src*="kickstarter.com"][src*="video.html"]',"object","embed"];i.customSelector&&e.push(i.customSelector);var r=".fitvidsignore";i.ignore&&(r=r+", "+i.ignore);var a=t(this).find(e.join(","));(a=(a=a.not("object object")).not(r)).each((function(){var e=t(this);if(!(e.parents(r).length>0||"embed"===this.tagName.toLowerCase()&&e.parent("object").length||e.parent(".fluid-width-video-wrapper").length)){e.css("height")||e.css("width")||!isNaN(e.attr("height"))&&!isNaN(e.attr("width"))||(e.attr("height",9),e.attr("width",16));var i=("object"===this.tagName.toLowerCase()||e.attr("height")&&!isNaN(parseInt(e.attr("height"),10))?parseInt(e.attr("height"),10):e.height())/(isNaN(parseInt(e.attr("width"),10))?e.width():parseInt(e.attr("width"),10));if(!e.attr("name")){var a="fitvid"+t.fn.fitVids._count;e.attr("name",a),t.fn.fitVids._count++}e.wrap('<div class="fluid-width-video-wrapper"></div>').parent(".fluid-width-video-wrapper").css("padding-top",100*i+"%"),e.removeAttr("height").removeAttr("width")}}))}))},t.fn.fitVids._count=0}(window.jQuery||window.Zepto);assets/js/fitvids/jquery.fitvids.js000064400000006555151213253200013463 0ustar00/*jshint browser:true */
/*!
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*
*/

;(function( $ ){

  'use strict';

  $.fn.fitVids = function( options ) {
    var settings = {
      customSelector: null,
      ignore: null
    };

    if(!document.getElementById('fit-vids-style')) {
      // appendStyles: https://github.com/toddmotto/fluidvids/blob/master/dist/fluidvids.js
      var head = document.head || document.getElementsByTagName('head')[0];
      var css = '.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}';
      var div = document.createElement("div");
      div.innerHTML = '<p>x</p><style id="fit-vids-style">' + css + '</style>';
      head.appendChild(div.childNodes[1]);
    }

    if ( options ) {
      $.extend( settings, options );
    }

    return this.each(function(){
      var selectors = [
        'iframe[src*="player.vimeo.com"]',
        'iframe[src*="youtube.com"]',
        'iframe[src*="youtube-nocookie.com"]',
        'iframe[src*="kickstarter.com"][src*="video.html"]',
        'object',
        'embed'
      ];

      if (settings.customSelector) {
        selectors.push(settings.customSelector);
      }

      var ignoreList = '.fitvidsignore';

      if(settings.ignore) {
        ignoreList = ignoreList + ', ' + settings.ignore;
      }

      var $allVideos = $(this).find(selectors.join(','));
      $allVideos = $allVideos.not('object object'); // SwfObj conflict patch
      $allVideos = $allVideos.not(ignoreList); // Disable FitVids on this video.

      $allVideos.each(function(){
        var $this = $(this);
        if($this.parents(ignoreList).length > 0) {
          return; // Disable FitVids on this video.
        }
        if (this.tagName.toLowerCase() === 'embed' && $this.parent('object').length || $this.parent('.fluid-width-video-wrapper').length) { return; }
        if ((!$this.css('height') && !$this.css('width')) && (isNaN($this.attr('height')) || isNaN($this.attr('width'))))
        {
          $this.attr('height', 9);
          $this.attr('width', 16);
        }
        var height = ( this.tagName.toLowerCase() === 'object' || ($this.attr('height') && !isNaN(parseInt($this.attr('height'), 10))) ) ? parseInt($this.attr('height'), 10) : $this.height(),
            width = !isNaN(parseInt($this.attr('width'), 10)) ? parseInt($this.attr('width'), 10) : $this.width(),
            aspectRatio = height / width;
        if(!$this.attr('name')){
          var videoName = 'fitvid' + $.fn.fitVids._count;
          $this.attr('name', videoName);
          $.fn.fitVids._count++;
        }
        $this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top', (aspectRatio * 100)+'%');
        $this.removeAttr('height').removeAttr('width');
      });
    });
  };
  
  // Internal counter for unique video names.
  $.fn.fitVids._count = 0;
  
// Works with either jQuery or Zepto
})( window.jQuery || window.Zepto );
assets/js/image-uploader.min.js000064400000001625151213253200012473 0ustar00jQuery(document).ready((function(e){var t;e(document.body).on("click",".custom_media_upload",(function(i){var a=e(this),n=a.parent().find(".custom_media_input"),s=a.parent().find(".custom_media_preview");i.preventDefault(),(t=wp.media.frames.media_file=wp.media({title:a.data("choose"),button:{text:a.data("update")},states:[new wp.media.controller.Library({title:a.data("choose"),library:wp.media.query({type:"image"})})]})).on("select",(function(){var e=t.state().get("selection").first().toJSON();n.val(e.url).change(),s.css({display:"none"}).find("img").remove(),s.css({display:"block"}).append('<img src="'+e.url+'" style="max-width:100%">')})),t.open()})),e("input.custom_media_input").each((function(){var t=e(this).val(),i=e(this).siblings(".custom_media_preview");""!==t&&(i.find("img.custom_media_preview_default").remove(),i.css({display:"block"}).append('<img src="'+t+'" style="max-width:100%">'))}))}));assets/js/colormag-reveal-on-scroll.js000064400000004100151213253200013772 0ustar00var revealImagesOnScroll = ( function() {

	var images            = document.querySelectorAll( 'img' ),
		relatedPostFlyout = document.querySelector( '.related-posts-wrapper-flyout' ),
		isAutoLoadEnabled = 'infinite_scroll' === revealOnScrollData[1] ? true : false,
		imageStyle        = revealOnScrollData[0];

	var hideImagesInitially = function() {

		images.forEach( function( el ) {

			if ( ! el.classList.contains( 'tg-image-to-reveal-' + imageStyle ) ) {
				el.classList.add( 'tg-image-to-reveal-' + imageStyle );
			}

			el.isRevealed = false;
		});

		images[images.length - 1].isLastItem = true;
	};

	var events = function() {

		window.addEventListener( 'scroll', revealCaller );
		window.addEventListener( 'load', unHideClonedImages );
	};

	var unHideClonedImages = function() {

		var clonedImages = document.querySelectorAll( '.bx-clone img' );

		clonedImages.forEach( function( el ) {

			if ( el.classList.contains( 'tg-image-to-reveal-' + imageStyle ) ) {
				el.classList.remove( 'tg-image-to-reveal-' + imageStyle );
			}
		});

		revealCaller();
	}

	var revealCaller = function() {

		if ( isAutoLoadEnabled ) {
			images = document.querySelectorAll( 'img' );
		}

		images.forEach( function( el ) {

			if ( false === el.isRevealed || isAutoLoadEnabled ) {
				revealIfScrolledTo( el );
			}
		});
	}

	var revealIfScrolledTo = function( el ) {

		if ( window.scrollY + window.innerHeight > el.offsetTop ) {

			var scrollPercent = ( el.getBoundingClientRect().top / window.innerHeight ) * 100;

			if ( scrollPercent < 85 ) {

				el.classList.add( 'tg-image-to-reveal-' + imageStyle + '--is-revealed' );
				el.isRevealed = true;

			if ( el.isLastItem && ! isAutoLoadEnabled ) {

				window.removeEventListener( 'load', unHideClonedImages );

				if ( null === relatedPostFlyout  ) {
					window.removeEventListener( 'scroll', revealCaller );
					}
				}
			}
		}
	}

	return {

		init: function() {

			hideImagesInitially();
			events();
		},

	};

}) ();

revealImagesOnScroll.init();
assets/js/jquery.bxslider.min.js000064400000057003151213253200012733 0ustar00!function(t){var e={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,slideZIndex:50,wrapperClass:"cm-slider",touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,ariaLive:!0,ariaHidden:!0,keyboardEnabled:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4e3,autoStart:!0,autoDirection:"next",stopAutoOnClick:!1,autoHover:!1,autoDelay:0,autoSlideForOnePage:!1,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,shrinkItems:!1,onSliderLoad:function(){return!0},onSlideBefore:function(){return!0},onSlideAfter:function(){return!0},onSlideNext:function(){return!0},onSlidePrev:function(){return!0},onSliderResize:function(){return!0},onAutoChange:function(){return!0}};t.fn.bxSlider=function(n){if(0===this.length)return this;if(this.length>1)return this.each((function(){t(this).bxSlider(n)})),this;var s={},o=this,r=t(window).width(),a=t(window).height();if(!t(o).data("bxSlider")){var l=function(){t(o).data("bxSlider")||(s.settings=t.extend({},e,n),s.settings.slideWidth=parseInt(s.settings.slideWidth),s.children=o.children(s.settings.slideSelector),s.children.length<s.settings.minSlides&&(s.settings.minSlides=s.children.length),s.children.length<s.settings.maxSlides&&(s.settings.maxSlides=s.children.length),s.settings.randomStart&&(s.settings.startSlide=Math.floor(Math.random()*s.children.length)),s.active={index:s.settings.startSlide},s.carousel=s.settings.minSlides>1||s.settings.maxSlides>1,s.carousel&&(s.settings.preloadImages="all"),s.minThreshold=s.settings.minSlides*s.settings.slideWidth+(s.settings.minSlides-1)*s.settings.slideMargin,s.maxThreshold=s.settings.maxSlides*s.settings.slideWidth+(s.settings.maxSlides-1)*s.settings.slideMargin,s.working=!1,s.controls={},s.interval=null,s.animProp="vertical"===s.settings.mode?"top":"left",s.usingCSS=s.settings.useCSS&&"fade"!==s.settings.mode&&function(){for(var t=document.createElement("div"),e=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"],i=0;i<e.length;i++)if(void 0!==t.style[e[i]])return s.cssPrefix=e[i].replace("Perspective","").toLowerCase(),s.animProp="-"+s.cssPrefix+"-transform",!0;return!1}(),"vertical"===s.settings.mode&&(s.settings.maxSlides=s.settings.minSlides),o.data("origStyle",o.attr("style")),o.children(s.settings.slideSelector).each((function(){t(this).data("origStyle",t(this).attr("style"))})),d())},d=function(){var e=s.children.eq(s.settings.startSlide);o.wrap('<div class="'+s.settings.wrapperClass+'"><div class="bx-viewport"></div></div>'),s.viewport=o.parent(),s.settings.ariaLive&&!s.settings.ticker&&s.viewport.attr("aria-live","polite"),s.loader=t('<div class="bx-loading" />'),s.viewport.prepend(s.loader),o.css({width:"horizontal"===s.settings.mode?1e3*s.children.length+215+"%":"auto",position:"relative"}),s.usingCSS&&s.settings.easing?o.css("-"+s.cssPrefix+"-transition-timing-function",s.settings.easing):s.settings.easing||(s.settings.easing="swing"),s.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),s.viewport.parent().css({maxWidth:u()}),s.children.css({float:"horizontal"===s.settings.mode?"left":"none",listStyle:"none",position:"relative"}),s.children.css("width",h()),"horizontal"===s.settings.mode&&s.settings.slideMargin>0&&s.children.css("marginRight",s.settings.slideMargin),"vertical"===s.settings.mode&&s.settings.slideMargin>0&&s.children.css("marginBottom",s.settings.slideMargin),"fade"===s.settings.mode&&(s.children.css({position:"absolute",zIndex:0,display:"none"}),s.children.eq(s.settings.startSlide).css({zIndex:s.settings.slideZIndex,display:"block"})),s.controls.el=t('<div class="bx-controls" />'),s.settings.captions&&k(),s.active.last=s.settings.startSlide===f()-1,s.settings.video&&o.fitVids(),"none"===s.settings.preloadImages?e=null:("all"===s.settings.preloadImages||s.settings.ticker)&&(e=s.children),s.settings.ticker?s.settings.pager=!1:(s.settings.controls&&C(),s.settings.auto&&s.settings.autoControls&&T(),s.settings.pager&&b(),(s.settings.controls||s.settings.autoControls||s.settings.pager)&&s.viewport.after(s.controls.el)),null===e?g():c(e,g)},c=function(e,i){var n=e.find('img:not([src=""]), iframe').length,s=0;0!==n?e.find('img:not([src=""]), iframe').each((function(){t(this).one("load error",(function(){++s===n&&i()})).each((function(){t(this).trigger("load")}))})):i()},g=function(){if(s.settings.infiniteLoop&&"fade"!==s.settings.mode&&!s.settings.ticker){var e="vertical"===s.settings.mode?s.settings.minSlides:s.settings.maxSlides,i=s.children.slice(0,e).clone(!0).addClass("bx-clone"),n=s.children.slice(-e).clone(!0).addClass("bx-clone");s.settings.ariaHidden&&(i.attr("aria-hidden",!0),n.attr("aria-hidden",!0)),o.append(i).prepend(n)}s.loader.remove(),m(),"vertical"===s.settings.mode&&(s.settings.adaptiveHeight=!0),s.viewport.height(p()),o.redrawSlider(),s.settings.onSliderLoad.call(o,s.active.index),s.initialized=!0,s.settings.responsive&&t(window).on("resize",Z),s.settings.auto&&s.settings.autoStart&&(f()>1||s.settings.autoSlideForOnePage)&&L(),s.settings.ticker&&O(),s.settings.pager&&z(s.settings.startSlide),s.settings.controls&&D(),navigator.maxTouchPoints>1&&B(),s.settings.keyboardEnabled&&!s.settings.ticker&&t(document).keydown(N)},p=function(){var e=0,n=t();if("vertical"===s.settings.mode||s.settings.adaptiveHeight)if(s.carousel){var o=1===s.settings.moveSlides?s.active.index:s.active.index*x();for(n=s.children.eq(o),i=1;i<=s.settings.maxSlides-1;i++)n=o+i>=s.children.length?n.add(s.children.eq(i-1)):n.add(s.children.eq(o+i))}else n=s.children.eq(s.active.index);else n=s.children;return"vertical"===s.settings.mode?(n.each((function(i){e+=t(this).outerHeight()})),s.settings.slideMargin>0&&(e+=s.settings.slideMargin*(s.settings.minSlides-1))):e=Math.max.apply(Math,n.map((function(){return t(this).outerHeight(!1)})).get()),"border-box"===s.viewport.css("box-sizing")?e+=parseFloat(s.viewport.css("padding-top"))+parseFloat(s.viewport.css("padding-bottom"))+parseFloat(s.viewport.css("border-top-width"))+parseFloat(s.viewport.css("border-bottom-width")):"padding-box"===s.viewport.css("box-sizing")&&(e+=parseFloat(s.viewport.css("padding-top"))+parseFloat(s.viewport.css("padding-bottom"))),e},u=function(){var t="100%";return s.settings.slideWidth>0&&(t="horizontal"===s.settings.mode?s.settings.maxSlides*s.settings.slideWidth+(s.settings.maxSlides-1)*s.settings.slideMargin:s.settings.slideWidth),t},h=function(){var t=s.settings.slideWidth,e=s.viewport.width();if(0===s.settings.slideWidth||s.settings.slideWidth>e&&!s.carousel||"vertical"===s.settings.mode)t=e;else if(s.settings.maxSlides>1&&"horizontal"===s.settings.mode){if(e>s.maxThreshold)return t;e<s.minThreshold?t=(e-s.settings.slideMargin*(s.settings.minSlides-1))/s.settings.minSlides:s.settings.shrinkItems&&(t=Math.floor((e+s.settings.slideMargin)/Math.ceil((e+s.settings.slideMargin)/(t+s.settings.slideMargin))-s.settings.slideMargin))}return t},v=function(){var t=1,e=null;return"horizontal"===s.settings.mode&&s.settings.slideWidth>0?s.viewport.width()<s.minThreshold?t=s.settings.minSlides:s.viewport.width()>s.maxThreshold?t=s.settings.maxSlides:(e=s.children.first().width()+s.settings.slideMargin,t=Math.floor((s.viewport.width()+s.settings.slideMargin)/e)||1):"vertical"===s.settings.mode&&(t=s.settings.minSlides),t},f=function(){var t=0,e=0,i=0;if(s.settings.moveSlides>0){if(!s.settings.infiniteLoop){for(;e<s.children.length;)++t,e=i+v(),i+=s.settings.moveSlides<=v()?s.settings.moveSlides:v();return i}t=Math.ceil(s.children.length/x())}else t=Math.ceil(s.children.length/v());return t},x=function(){return s.settings.moveSlides>0&&s.settings.moveSlides<=v()?s.settings.moveSlides:v()},m=function(){var t,e,i;s.children.length>s.settings.maxSlides&&s.active.last&&!s.settings.infiniteLoop?"horizontal"===s.settings.mode?(t=(e=s.children.last()).position(),S(-(t.left-(s.viewport.width()-e.outerWidth())),"reset",0)):"vertical"===s.settings.mode&&(i=s.children.length-s.settings.minSlides,t=s.children.eq(i).position(),S(-t.top,"reset",0)):(t=s.children.eq(s.active.index*x()).position(),s.active.index===f()-1&&(s.active.last=!0),void 0!==t&&("horizontal"===s.settings.mode?S(-t.left,"reset",0):"vertical"===s.settings.mode&&S(-t.top,"reset",0)))},S=function(e,i,n,r){var a,l;s.usingCSS?(l="vertical"===s.settings.mode?"translate3d(0, "+e+"px, 0)":"translate3d("+e+"px, 0, 0)",o.css("-"+s.cssPrefix+"-transition-duration",n/1e3+"s"),"slide"===i?(o.css(s.animProp,l),0!==n?o.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",(function(e){t(e.target).is(o)&&(o.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),A())})):A()):"reset"===i?o.css(s.animProp,l):"ticker"===i&&(o.css("-"+s.cssPrefix+"-transition-timing-function","linear"),o.css(s.animProp,l),0!==n?o.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",(function(e){t(e.target).is(o)&&(o.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),S(r.resetValue,"reset",0),F())})):(S(r.resetValue,"reset",0),F()))):((a={})[s.animProp]=e,"slide"===i?o.animate(a,n,s.settings.easing,(function(){A()})):"reset"===i?o.css(s.animProp,e):"ticker"===i&&o.animate(a,n,"linear",(function(){S(r.resetValue,"reset",0),F()})))},w=function(){for(var e="",i="",n=f(),o=0;o<n;o++)i="",s.settings.buildPager&&t.isFunction(s.settings.buildPager)||s.settings.pagerCustom?(i=s.settings.buildPager(o),s.pagerEl.addClass("bx-custom-pager")):(i=o+1,s.pagerEl.addClass("bx-default-pager")),e+='<div class="bx-pager-item"><a href="" data-slide-index="'+o+'" class="bx-pager-link">'+i+"</a></div>";s.pagerEl.html(e)},b=function(){s.settings.pagerCustom?s.pagerEl=t(s.settings.pagerCustom):(s.pagerEl=t('<div class="bx-pager" />'),s.settings.pagerSelector?t(s.settings.pagerSelector).html(s.pagerEl):s.controls.el.addClass("bx-has-pager").append(s.pagerEl),w()),s.pagerEl.on("click touchend","a",I)},C=function(){s.controls.next=t('<a class="bx-next" href="">'+s.settings.nextText+"</a>"),s.controls.prev=t('<a class="bx-prev" href="">'+s.settings.prevText+"</a>"),s.controls.next.on("click touchend",P),s.controls.prev.on("click touchend",E),s.settings.nextSelector&&t(s.settings.nextSelector).append(s.controls.next),s.settings.prevSelector&&t(s.settings.prevSelector).append(s.controls.prev),s.settings.nextSelector||s.settings.prevSelector||(s.controls.directionEl=t('<div class="bx-controls-direction" />'),s.controls.directionEl.append(s.controls.prev).append(s.controls.next),s.controls.el.addClass("bx-has-controls-direction").append(s.controls.directionEl))},T=function(){s.controls.start=t('<div class="bx-controls-auto-item"><a class="bx-start" href="">'+s.settings.startText+"</a></div>"),s.controls.stop=t('<div class="bx-controls-auto-item"><a class="bx-stop" href="">'+s.settings.stopText+"</a></div>"),s.controls.autoEl=t('<div class="bx-controls-auto" />'),s.controls.autoEl.on("click",".bx-start",M),s.controls.autoEl.on("click",".bx-stop",y),s.settings.autoControlsCombine?s.controls.autoEl.append(s.controls.start):s.controls.autoEl.append(s.controls.start).append(s.controls.stop),s.settings.autoControlsSelector?t(s.settings.autoControlsSelector).html(s.controls.autoEl):s.controls.el.addClass("bx-has-controls-auto").append(s.controls.autoEl),q(s.settings.autoStart?"stop":"start")},k=function(){s.children.each((function(e){var i=t(this).find("img:first").attr("title");void 0!==i&&(""+i).length&&t(this).append('<div class="bx-caption"><span>'+i+"</span></div>")}))},P=function(t){t.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),o.goToNextSlide())},E=function(t){t.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),o.goToPrevSlide())},M=function(t){o.startAuto(),t.preventDefault()},y=function(t){o.stopAuto(),t.preventDefault()},I=function(e){var i,n;e.preventDefault(),s.controls.el.hasClass("disabled")||(s.settings.auto&&s.settings.stopAutoOnClick&&o.stopAuto(),void 0!==(i=t(e.currentTarget)).attr("data-slide-index")&&(n=parseInt(i.attr("data-slide-index")))!==s.active.index&&o.goToSlide(n))},z=function(e){var i=s.children.length;if("short"===s.settings.pagerType)return s.settings.maxSlides>1&&(i=Math.ceil(s.children.length/s.settings.maxSlides)),void s.pagerEl.html(e+1+s.settings.pagerShortSeparator+i);s.pagerEl.find("a").removeClass("active"),s.pagerEl.each((function(i,n){t(n).find("a").eq(e).addClass("active")}))},A=function(){if(s.settings.infiniteLoop){var t="";0===s.active.index?t=s.children.eq(0).position():s.active.index===f()-1&&s.carousel?t=s.children.eq((f()-1)*x()).position():s.active.index===s.children.length-1&&(t=s.children.eq(s.children.length-1).position()),t&&("horizontal"===s.settings.mode?S(-t.left,"reset",0):"vertical"===s.settings.mode&&S(-t.top,"reset",0))}s.working=!1,s.settings.onSlideAfter.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)},q=function(t){s.settings.autoControlsCombine?s.controls.autoEl.html(s.controls[t]):(s.controls.autoEl.find("a").removeClass("active"),s.controls.autoEl.find("a:not(.bx-"+t+")").addClass("active"))},D=function(){1===f()?(s.controls.prev.addClass("disabled"),s.controls.next.addClass("disabled")):!s.settings.infiniteLoop&&s.settings.hideControlOnEnd&&(0===s.active.index?(s.controls.prev.addClass("disabled"),s.controls.next.removeClass("disabled")):s.active.index===f()-1?(s.controls.next.addClass("disabled"),s.controls.prev.removeClass("disabled")):(s.controls.prev.removeClass("disabled"),s.controls.next.removeClass("disabled")))},H=function(){o.startAuto()},W=function(){o.stopAuto()},L=function(){s.settings.autoDelay>0?setTimeout(o.startAuto,s.settings.autoDelay):(o.startAuto(),t(window).focus(H).blur(W)),s.settings.autoHover&&o.hover((function(){s.interval&&(o.stopAuto(!0),s.autoPaused=!0)}),(function(){s.autoPaused&&(o.startAuto(!0),s.autoPaused=null)}))},O=function(){var e,i,n,r,a,l,d,c,g=0;"next"===s.settings.autoDirection?o.append(s.children.clone().addClass("bx-clone")):(o.prepend(s.children.clone().addClass("bx-clone")),e=s.children.first().position(),g="horizontal"===s.settings.mode?-e.left:-e.top),S(g,"reset",0),s.settings.pager=!1,s.settings.controls=!1,s.settings.autoControls=!1,s.settings.tickerHover&&(s.usingCSS?(r="horizontal"===s.settings.mode?4:5,s.viewport.hover((function(){i=o.css("-"+s.cssPrefix+"-transform"),n=parseFloat(i.split(",")[r]),S(n,"reset",0)}),(function(){c=0,s.children.each((function(e){c+="horizontal"===s.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)})),a=s.settings.speed/c,l="horizontal"===s.settings.mode?"left":"top",d=a*(c-Math.abs(parseInt(n))),F(d)}))):s.viewport.hover((function(){o.stop()}),(function(){c=0,s.children.each((function(e){c+="horizontal"===s.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)})),a=s.settings.speed/c,l="horizontal"===s.settings.mode?"left":"top",d=a*(c-Math.abs(parseInt(o.css(l)))),F(d)}))),F()},F=function(t){var e,i,n=t||s.settings.speed,r={left:0,top:0},a={left:0,top:0};"next"===s.settings.autoDirection?r=o.find(".bx-clone").first().position():a=s.children.first().position(),e="horizontal"===s.settings.mode?-r.left:-r.top,i="horizontal"===s.settings.mode?-a.left:-a.top,S(e,"ticker",n,{resetValue:i})},N=function(e){var i=document.activeElement.tagName.toLowerCase();if(null==new RegExp(i,["i"]).exec("input|textarea")&&function(e){var i=t(window),n={top:i.scrollTop(),left:i.scrollLeft()},s=e.offset();return n.right=n.left+i.width(),n.bottom=n.top+i.height(),s.right=s.left+e.outerWidth(),s.bottom=s.top+e.outerHeight(),!(n.right<s.left||n.left>s.right||n.bottom<s.top||n.top>s.bottom)}(o)){if(39===e.keyCode)return P(e),!1;if(37===e.keyCode)return E(e),!1}},B=function(){s.touch={start:{x:0,y:0},end:{x:0,y:0}},(!!("ontouchstart"in window)||window.navigator.msMaxTouchPoints>0)&&s.viewport.bind("touchstart MSPointerDown pointerdown",X),s.viewport.on("click",".bxslider a",(function(t){s.viewport.hasClass("click-disabled")&&(t.preventDefault(),s.viewport.removeClass("click-disabled"))}))},X=function(t){if("touchstart"===t.type||0===t.button)if(s.controls.el.addClass("disabled"),s.working)s.controls.el.removeClass("disabled");else{s.touch.originalPos=o.position();var e=t.originalEvent,i=void 0!==e.changedTouches?e.changedTouches:[e];if("function"==typeof PointerEvent&&void 0===e.pointerId)return;s.touch.start.x=i[0].pageX,s.touch.start.y=i[0].pageY,s.viewport.get(0).setPointerCapture&&(s.pointerId=e.pointerId,s.viewport.get(0).setPointerCapture(s.pointerId)),s.originalClickTarget=e.originalTarget||e.target,s.originalClickButton=e.button,s.originalClickButtons=e.buttons,s.originalEventType=e.type,s.hasMove=!1,s.viewport.on("touchmove MSPointerMove pointermove",V),s.viewport.on("touchend MSPointerUp pointerup",R),s.viewport.on("MSPointerCancel pointercancel",Y)}},Y=function(t){t.preventDefault(),S(s.touch.originalPos.left,"reset",0),s.controls.el.removeClass("disabled"),s.viewport.off("MSPointerCancel pointercancel",Y),s.viewport.off("touchmove MSPointerMove pointermove",V),s.viewport.off("touchend MSPointerUp pointerup",R),s.viewport.get(0).releasePointerCapture&&s.viewport.get(0).releasePointerCapture(s.pointerId)},V=function(t){var e=t.originalEvent,i=void 0!==e.changedTouches?e.changedTouches:[e],n=Math.abs(i[0].pageX-s.touch.start.x),o=Math.abs(i[0].pageY-s.touch.start.y),r=0,a=0;s.hasMove=!0,(3*n>o&&s.settings.preventDefaultSwipeX||3*o>n&&s.settings.preventDefaultSwipeY)&&t.preventDefault(),"touchmove"!==t.type&&t.preventDefault(),"fade"!==s.settings.mode&&s.settings.oneToOneTouch&&("horizontal"===s.settings.mode?(a=i[0].pageX-s.touch.start.x,r=s.touch.originalPos.left+a):(a=i[0].pageY-s.touch.start.y,r=s.touch.originalPos.top+a),S(r,"reset",0))},R=function(e){e.preventDefault(),s.viewport.off("touchmove MSPointerMove pointermove",V),s.controls.el.removeClass("disabled");var i=e.originalEvent,n=void 0!==i.changedTouches?i.changedTouches:[i],r=0,a=0;s.touch.end.x=n[0].pageX,s.touch.end.y=n[0].pageY,"fade"===s.settings.mode?(a=Math.abs(s.touch.start.x-s.touch.end.x))>=s.settings.swipeThreshold&&(s.touch.start.x>s.touch.end.x?o.goToNextSlide():o.goToPrevSlide(),o.stopAuto()):("horizontal"===s.settings.mode?(a=s.touch.end.x-s.touch.start.x,r=s.touch.originalPos.left):(a=s.touch.end.y-s.touch.start.y,r=s.touch.originalPos.top),!s.settings.infiniteLoop&&(0===s.active.index&&a>0||s.active.last&&a<0)?S(r,"reset",200):Math.abs(a)>=s.settings.swipeThreshold?(a<0?o.goToNextSlide():o.goToPrevSlide(),o.stopAuto()):S(r,"reset",200)),s.viewport.off("touchend MSPointerUp pointerup",R),s.viewport.get(0).releasePointerCapture&&s.viewport.get(0).releasePointerCapture(s.pointerId),!1!==s.hasMove||0!==s.originalClickButton&&"touchstart"!==s.originalEventType||t(s.originalClickTarget).trigger({type:"click",button:s.originalClickButton,buttons:s.originalClickButtons})},Z=function(e){if(s.initialized)if(s.working)window.setTimeout(Z,10);else{var i=t(window).width(),n=t(window).height();r===i&&a===n||(r=i,a=n,o.redrawSlider(),s.settings.onSliderResize.call(o,s.active.index))}},U=function(t){var e=v();s.settings.ariaHidden&&!s.settings.ticker&&(s.children.attr("aria-hidden","true"),s.children.slice(t,t+e).attr("aria-hidden","false"))};return o.goToSlide=function(e,i){var n,r,a,l,d=!0,c=0,g={left:0,top:0},u=null;if(s.oldIndex=s.active.index,s.active.index=function(t){return t<0?s.settings.infiniteLoop?f()-1:s.active.index:t>=f()?s.settings.infiniteLoop?0:s.active.index:t}(e),!s.working&&s.active.index!==s.oldIndex){if(s.working=!0,void 0!==(d=s.settings.onSlideBefore.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index))&&!d)return s.active.index=s.oldIndex,void(s.working=!1);"next"===i?s.settings.onSlideNext.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)||(d=!1):"prev"===i&&(s.settings.onSlidePrev.call(o,s.children.eq(s.active.index),s.oldIndex,s.active.index)||(d=!1)),s.active.last=s.active.index>=f()-1,(s.settings.pager||s.settings.pagerCustom)&&z(s.active.index),s.settings.controls&&D(),"fade"===s.settings.mode?(s.settings.adaptiveHeight&&s.viewport.height()!==p()&&s.viewport.animate({height:p()},s.settings.adaptiveHeightSpeed),s.children.filter(":visible").fadeOut(s.settings.speed).css({zIndex:0}),s.children.eq(s.active.index).css("zIndex",s.settings.slideZIndex+1).fadeIn(s.settings.speed,(function(){t(this).css("zIndex",s.settings.slideZIndex),A()}))):(s.settings.adaptiveHeight&&s.viewport.height()!==p()&&s.viewport.animate({height:p()},s.settings.adaptiveHeightSpeed),!s.settings.infiniteLoop&&s.carousel&&s.active.last?"horizontal"===s.settings.mode?(g=(u=s.children.eq(s.children.length-1)).position(),c=s.viewport.width()-u.outerWidth()):(n=s.children.length-s.settings.minSlides,g=s.children.eq(n).position()):s.carousel&&s.active.last&&"prev"===i?(r=1===s.settings.moveSlides?s.settings.maxSlides-x():(f()-1)*x()-(s.children.length-s.settings.maxSlides),g=(u=o.children(".bx-clone").eq(r)).position()):"next"===i&&0===s.active.index?(g=o.find("> .bx-clone").eq(s.settings.maxSlides).position(),s.active.last=!1):e>=0&&(l=e*parseInt(x()),g=s.children.eq(l).position()),void 0!==g&&(a="horizontal"===s.settings.mode?-(g.left-c):-g.top,S(a,"slide",s.settings.speed)),s.working=!1),s.settings.ariaHidden&&U(s.active.index*x())}},o.goToNextSlide=function(){if((s.settings.infiniteLoop||!s.active.last)&&!0!==s.working){var t=parseInt(s.active.index)+1;o.goToSlide(t,"next")}},o.goToPrevSlide=function(){if((s.settings.infiniteLoop||0!==s.active.index)&&!0!==s.working){var t=parseInt(s.active.index)-1;o.goToSlide(t,"prev")}},o.startAuto=function(t){s.interval||(s.interval=setInterval((function(){"next"===s.settings.autoDirection?o.goToNextSlide():o.goToPrevSlide()}),s.settings.pause),s.settings.onAutoChange.call(o,!0),s.settings.autoControls&&!0!==t&&q("stop"))},o.stopAuto=function(t){s.autoPaused&&(s.autoPaused=!1),s.interval&&(clearInterval(s.interval),s.interval=null,s.settings.onAutoChange.call(o,!1),s.settings.autoControls&&!0!==t&&q("start"))},o.getCurrentSlide=function(){return s.active.index},o.getCurrentSlideElement=function(){return s.children.eq(s.active.index)},o.getSlideElement=function(t){return s.children.eq(t)},o.getSlideCount=function(){return s.children.length},o.isWorking=function(){return s.working},o.redrawSlider=function(){s.children.add(o.find(".bx-clone")).outerWidth(h()),s.viewport.css("height",p()),s.settings.ticker||m(),s.active.last&&(s.active.index=f()-1),s.active.index>=f()&&(s.active.last=!0),s.settings.pager&&!s.settings.pagerCustom&&(w(),z(s.active.index)),s.settings.ariaHidden&&U(s.active.index*x())},o.destroySlider=function(){s.initialized&&(s.initialized=!1,t(".bx-clone",this).remove(),s.children.each((function(){void 0!==t(this).data("origStyle")?t(this).attr("style",t(this).data("origStyle")):t(this).removeAttr("style")})),void 0!==t(this).data("origStyle")?this.attr("style",t(this).data("origStyle")):t(this).removeAttr("style"),t(this).unwrap().unwrap(),s.controls.el&&s.controls.el.remove(),s.controls.next&&s.controls.next.remove(),s.controls.prev&&s.controls.prev.remove(),s.pagerEl&&s.settings.controls&&!s.settings.pagerCustom&&s.pagerEl.remove(),t(".bx-caption",this).remove(),s.controls.autoEl&&s.controls.autoEl.remove(),clearInterval(s.interval),s.settings.responsive&&t(window).off("resize",Z),s.settings.keyboardEnabled&&t(document).off("keydown",N),t(this).removeData("bxSlider"),t(window).off("blur",W).off("focus",H))},o.reloadSlider=function(e){void 0!==e&&(n=e),o.destroySlider(),l(),t(o).data("bxSlider",this)},l(),t(o).data("bxSlider",this),this}}}(jQuery);assets/js/image-uploader.js000064400000003742151213253200011713 0ustar00/**
 * Image upload JS setting.
 */

jQuery( document ).ready(
	function ( $ ) {
		var file_frame;

		$( document.body ).on(
			'click',
			'.custom_media_upload',
			function ( event ) {
				var $el                 = $( this );
				var file_target_input   = $el.parent().find( '.custom_media_input' );
				var file_target_preview = $el.parent().find( '.custom_media_preview' );

				event.preventDefault();

				// Create the media frame.
				file_frame = wp.media.frames.media_file = wp.media(
					{
						// Set the title of the modal.
						title  : $el.data( 'choose' ),
						button : {
							text : $el.data( 'update' )
						},
						states : [
							new wp.media.controller.Library(
								{
									title   : $el.data( 'choose' ),
									library : wp.media.query( { type : 'image' } )
								}
							)
						]
					}
				);

				// When an image is selected, run a callback.
				file_frame.on(
					'select',
					function () {
						// Get the attachment from the modal frame.
						var attachment = file_frame.state().get( 'selection' ).first().toJSON();

						// Initialize input and preview change.
						file_target_input.val( attachment.url ).change();
						file_target_preview.css( { display : 'none' } ).find( 'img' ).remove();
						file_target_preview.css( { display : 'block' } ).append( '<img src="' + attachment.url + '" style="max-width:100%">' );
					}
				);

				// Finally, open the modal.
				file_frame.open();
			}
		);

		// Media Uploader Preview.
		$( 'input.custom_media_input' ).each(
			function () {
				var preview_image  = $( this ).val(),
				    preview_target = $( this ).siblings( '.custom_media_preview' );

				// Initialize image previews.
				if ( preview_image !== '' ) {
					preview_target.find( 'img.custom_media_preview_default' ).remove();
					preview_target.css( { display : 'block' } ).append( '<img src="' + preview_image + '" style="max-width:100%">' );
				}
			}
		);
	}
);
assets/js/colormag-reveal-on-scroll.min.js000064400000002060151213253200014557 0ustar00var revealImagesOnScroll=function(){var e=document.querySelectorAll("img"),t=document.querySelector(".related-posts-wrapper-flyout"),n="infinite_scroll"===revealOnScrollData[1],i=revealOnScrollData[0],l=function(){document.querySelectorAll(".bx-clone img").forEach((function(e){e.classList.contains("tg-image-to-reveal-"+i)&&e.classList.remove("tg-image-to-reveal-"+i)})),o()},o=function(){n&&(e=document.querySelectorAll("img")),e.forEach((function(e){(!1===e.isRevealed||n)&&a(e)}))},a=function(e){window.scrollY+window.innerHeight>e.offsetTop&&(e.getBoundingClientRect().top/window.innerHeight*100<85&&(e.classList.add("tg-image-to-reveal-"+i+"--is-revealed"),e.isRevealed=!0,e.isLastItem&&!n&&(window.removeEventListener("load",l),null===t&&window.removeEventListener("scroll",o))))};return{init:function(){e.forEach((function(e){e.classList.contains("tg-image-to-reveal-"+i)||e.classList.add("tg-image-to-reveal-"+i),e.isRevealed=!1})),e[e.length-1].isLastItem=!0,window.addEventListener("scroll",o),window.addEventListener("load",l)}}}();revealImagesOnScroll.init();assets/js/jquery.video.js000064400000043055151213253200011445 0ustar00/*! FAKTOR VIER Video Controller v0.1.3 | (c) 2015 FAKTOR VIER GmbH | http://faktorvier.ch */

// Youtube iframe api ready callback
function onYouTubeIframeAPIReady() {
	if(typeof $.video != 'undefined') {
		for(callback_index in $.video.global.youtube_api_ready_callbacks) {
			$.video.global.youtube_api_ready_callbacks[callback_index]();
		};
	}
}

// Add post message event listener for vimeo
var video_postmessage_event_func = 'attachEvent';
var video_postmessage_event = 'onmessage';

if(window.addEventListener) {
	video_postmessage_event_func = 'addEventListener';
	video_postmessage_event = 'message';
}

window[video_postmessage_event_func](
	video_postmessage_event,
	function(event) {
		if(!(/^https?:\/\/player.vimeo.com/).test(event.origin)) {
			return false;
		}

		var video_type = null;
		var video_data = JSON.parse(event.data);
		var video_event = ( typeof video_data.event == 'undefined' ? null : video_data.event );
		var video_method = ( typeof video_data.method == 'undefined' ? null : video_data.method );

		var $video = $('#' + video_data.player_id);
		var video_config = $video.getVideoConfig();

		if(video_config == null) {
			$video.initVideo();
			video_config = $video.getVideoConfig();
		}

		switch(video_event) {
			case 'ready':
				$.video.vimeo_postmessage($video, 'addEventListener', 'play');
				$.video.vimeo_postmessage($video, 'addEventListener', 'pause');
				$.video.vimeo_postmessage($video, 'addEventListener', 'finish');

				$video.data('video-player', $video);

				$video.attr(video_config.attr_ready, '');

				$video.trigger('ready' + $.video.global.event_suffix);

				break;

			case 'play':
				$video.removeAttr(video_config.attr_paused);
				$video.attr(video_config.attr_playing, '');

				$video.trigger('play' + $.video.global.event_suffix);

				break;

			case 'pause':
				$video.removeAttr(video_config.attr_playing);
				$video.attr(video_config.attr_paused, '');

				$video.trigger('pause' + $.video.global.event_suffix);

				break;

			case 'finish':
				$video.removeAttr(video_config.attr_playing);
				$video.removeAttr(video_config.attr_paused);

				$video.trigger('finish' + $.video.global.event_suffix);

				break;
		}
	},
	false
);

(function($) {

	// Global object
	$.video = {
		global : {
			event_suffix: '_video',
			youtube_api_ready_callbacks: [],
			youtube_iframe_api: 'https://www.youtube.com/iframe_api'
		},
		config : {
			attr_ready: 'data-video-ready',
			attr_playing: 'data-video-playing',
			attr_paused: 'data-video-paused'
		}
	};

	/* PRIVATE FUNCTIONS */

	// Youtube player action
	var youtube_player_action = function($video, callback) {
		var video_config = $video.data('video').config;

		if(typeof $video.data('video-player') == 'undefined') {
			var ready_function = function() {
				var video_player = new YT.Player($video[0], {
					events: {
						'onReady': function(event) {
							$video.attr(video_config.attr_ready, '');
							callback(event.target);
						},
						'onStateChange': function(event) {
							switch(event.data) {
								// Finish
								case 0:
									$video.removeAttr(video_config.attr_paused);
									$video.removeAttr(video_config.attr_playing);

									$video.trigger('finish' + $.video.global.event_suffix);

									break;

								// Play
								case 1:
									$video.removeAttr(video_config.attr_paused);
									$video.attr(video_config.attr_playing, '');

									$video.trigger('play' + $.video.global.event_suffix);

									break;

								// Pause
								case 2:
									$video.removeAttr(video_config.attr_playing);
									$video.attr(video_config.attr_paused, '');

									$video.trigger('pause' + $.video.global.event_suffix);

									break;
							}
						}
					}
				});

				$video.data('video-player', video_player);
			}

			if(typeof YT == 'undefined' || typeof YT.Player == 'undefined') {
				$.video.global.youtube_api_ready_callbacks.push(function() {
					ready_function();
				});

				// Append api script if not exists
				if($('script[src="https://www.youtube.com/iframe_api"]').length == 0 && $('script[src="http://www.youtube.com/iframe_api"]').length == 0) {
					$('<script></script>').attr('src', $.video.global.youtube_iframe_api).insertBefore($('script').first());
				}
			} else {
				ready_function();
			}
		} else {
			callback($video.data('video-player'));
		}
	}

	// Vimeo player action
	var vimeo_player_action = function($video, callback) {
		if(typeof $video.data('video-player') != 'undefined') {
			callback($video.data('video-player'));
		}
	}


	/* PUBLIC FUNCTIONS */

	// Create vimeo post message
	$.video.vimeo_postmessage = function(player, action, value) {
		var data = {
			method: action
		};

		if(value) {
			data.value = value;
		}

		if(typeof player[0] != 'undefined') {
			player[0].contentWindow.postMessage(JSON.stringify(data), '*');
		}
	}

	// Get video config
	$.fn.getVideoConfig = function() {
		var $video = $(this).first();

		return ( typeof $video.data('video') != 'undefined' ? $video.data('video').config : null )
	}

	// Get video player
	$.fn.getVideoPlayer = function() {
		var $video = $(this).first();

		return ( typeof $video.data('video-player') != 'undefined' ?  $video.data('video-player') : null )
	}

	// Get video type
	$.fn.getVideoType = function() {
		var $video = $(this).first();

		if($video.prop('tagName').toLowerCase() == 'video') {
			video_type = 'video';
		} else if($video.attr('src').indexOf('youtube.com/embed') !== -1) {
			video_type = 'youtube';
		} else if($video.attr('src').indexOf('player.vimeo.com/video') !== -1) {
			video_type = 'vimeo';
		} else {
			video_type = 'undefined'
		}

		return video_type;
	}

	// Init
	$.fn.initVideo = function(config) {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			//var video_player = $video.getVideoPlayer();
			var video_config = $video.getVideoConfig();

			if(video_config == null) {
				video_config = $.extend($.extend({}, $.video.config), config);
				$video.data('video', { config : video_config });
			} else {
				console.warn('Player already initialized!');
				return false;
			}

			// Enable js api if not alreay enabled
			if(video_type == 'youtube') {
				if($video.attr('src').indexOf('enablejsapi=true') == -1 && $video.attr('src').indexOf('enablejsapi=1') == -1) {
					if($video.attr('src').indexOf('?') == -1) {
						$video.attr('src', $video.attr('src') + '?enablejsapi=1');
					} else {
						$video.attr('src', $video.attr('src') + '&enablejsapi=1');
					}
				}
			} else if(video_type == 'vimeo') {
				if($video.attr('src').indexOf('api=true') == -1 && $video.attr('src').indexOf('api=1') == -1) {
					if($video.attr('src').indexOf('?') == -1) {
						$video.attr('src', $video.attr('src') + '?api=1');
					} else {
						$video.attr('src', $video.attr('src') + '&api=1');
					}
				}

				if($video.attr('src').indexOf('player_id=') == -1) {
					var player_id = $video.attr('id');

					if(typeof player_id == 'undefined') {
						player_id = 'video-' + Math.round(new Date().getTime() + (Math.random() * 100));
						$video.attr('id', player_id)
					}

					if($video.attr('src').indexOf('?') == -1) {
						$video.attr('src', $video.attr('src') + '?player_id=' + player_id);
					} else {
						$video.attr('src', $video.attr('src') + '&player_id=' + player_id);
					}
				}
			}

			// HTML5
			if(video_type == 'video') {
				// Ready
				if($video.get(0).readyState == 4) {
					$video.attr(video_config.attr_ready, '');
					$video.trigger('ready' + $.video.global.event_suffix);
				} else {
					$video.get(0).addEventListener(
						'canplaythrough',
						function() {
							$video.attr(video_config.attr_ready, '');
							$video.trigger('ready' + $.video.global.event_suffix);
							$video.get(0).removeEventListener('canplaythrough', this);
						},
						false
					);
				}

				// Play
				$video.bind('play', function() {
					$video.removeAttr(video_config.attr_paused);
					$video.attr(video_config.attr_playing, '');

					$video.trigger('play' + $.video.global.event_suffix);
				});

				// Pause
				$video.bind('pause', function() {
					$video.removeAttr(video_config.attr_playing);
					$video.attr(video_config.attr_paused, '');

					$video.trigger('pause' + $.video.global.event_suffix);
				});

				// Finish
				$video.bind('ended', function() {
					$video.removeAttr(video_config.attr_playing);
					$video.removeAttr(video_config.attr_paused);

					$video.trigger('finish' + $.video.global.event_suffix);
				});

				$video.data('video-player', $video[0]);
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						$video.trigger('ready' + $.video.global.event_suffix);
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$video.trigger('ready' + $.video.global.event_suffix);
					}
				);
			}
		});
	}

	// Play
	$.fn.playVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.play();
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.playVideo();

					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'play');
					}
				);
			}
		});
	}

	// Pause
	$.fn.pauseVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.pause();
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.pauseVideo();
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'pause');
					}
				);
			}
		});
	}

	// Stop
	$.fn.stopVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.pause();
				video_player.currentTime = 0;
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.seekTo(player.getDuration());
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						// TODO: Get duration and jump to end
						$.video.vimeo_postmessage(player, 'unload');
					}
				);
			}
		});
	}

	// Restart
	$.fn.restartVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();
			var video_config = $video.getVideoConfig();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.currentTime = 0;
				video_player.play();
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.seekTo(0);
						player.playVideo();
						$video.trigger('restart' + $.video.global.event_suffix);
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'seekTo', '0');
						$.video.vimeo_postmessage(player, 'play');
						$video.trigger('restart' + $.video.global.event_suffix);
					}
				);
			}
		});
	}

	// Mute
	$.fn.muteVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.muted = true;
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.mute();
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'setVolume', '0');
					}
				);
			}
		});
	}

	// Unmute
	$.fn.unmuteVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.muted = false;
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.unMute();
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'setVolume', 1);
					}
				);
			}
		});
	}

	// Seek to
	$.fn.seekToVideo = function(seconds) {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Check if player is initialized
			if(video_player == null) {
				console.warn('Player not initialized!');
				return false;
			}

			if(video_type == 'video') {
				// HTML5
				video_player.currentTime = seconds;
			} else if(video_type == 'youtube') {
				// Youtube
				youtube_player_action(
					$video,
					function(player) {
						player.seekTo(seconds);
					}
				);
			} else if(video_type == 'vimeo') {
				// Vimeo
				vimeo_player_action(
					$video,
					function(player) {
						$.video.vimeo_postmessage(player, 'seekTo', seconds);
					}
				);
			}
		});
	}

	// Destroy
	$.fn.destroyVideo = function() {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();
			var video_config = $video.getVideoConfig();

			if(video_config != null) {
				// Remove data
				$video.removeData('video');
				$video.removeData('video-player');

				// Remove attrs
				$video.removeAttr(video_config.attr_ready);
				$video.removeAttr(video_config.attr_playing);
				$video.removeAttr(video_config.attr_paused);

				// Callback
				$video.trigger('destroy' + $.video.global.event_suffix);
			}
		});
	}

	// Add event
	$.fn.addVideoEvent = function(eventType, handler) {
		return this.each(function() {
			var $video = $(this);
			var video_type = $video.getVideoType();
			var video_player = $video.getVideoPlayer();

			// Trigger play event if html5 video autoplay
			if(eventType == 'play' && video_type == 'video' && typeof $video.get(0).paused != 'undefined' && !$video.get(0).paused) {
				handler(null, $video, video_type, video_player);
			}

			$video.bind(
				eventType + $.video.global.event_suffix,
				function(e) {
					handler(e, $video, video_type, video_player);
				}
			);
		});
	}

	// Remove event
	$.fn.removeVideoEvent = function(eventType) {
		return this.each(function() {
			var $video = $(this);

			$video.unbind(eventType + $.video.global.event_suffix);
		});
	}

	// Main binding
	$.fn.video = function() {
		var video_action = 'init';
		var video_args = {};

		if(typeof arguments[0] == 'string') {
			video_action = arguments[0];
			video_args = arguments[1];
		} else {
			video_args = arguments[0]
		}

		// Bind each video
		return this.each(function() {
			var $video = $(this);

			switch(video_action) {
				case 'init':
					$video.initVideo(video_args);
					break;

				case 'play':
					$video.playVideo();
					break;

				case 'pause':
					$video.pauseVideo();
					break;

				case 'stop':
					$video.stopVideo();
					break;

				case 'restart':
					$video.restartVideo();
					break;

				case 'mute':
					$video.muteVideo();
					break;

				case 'unmute':
					$video.unmuteVideo();
					break;

				case 'seekTo':
					$video.seekToVideo(video_args);
					break;

				case 'destroy':
					$video.destroyVideo();
					break;

				case 'addEvent':
					$video.addVideoEvent(video_args[0], video_args[1]);
					break;

				case 'removeEvent':
					$video.removeVideoEvent(video_args[0]);
					break;

				default:
					console.warn('Video action "' + video_action + '" not found');
			}
		});
	};

}(jQuery));assets/js/infinite-scroll.js000064400000005464151213253200012124 0ustar00( function ( $ ) {
	var initPostsInfiniteScroll = function() {
		if ( 'undefined' == typeof colormagInfiniteScrollParams ) {
			return;
		}

		var infiniteScrollParams = colormagInfiniteScrollParams,
			paginationContainer  = $( '.tg-infinite-pagination' ),
			postsContainer       = $( '.tg-infinite-scroll-container' ),
			infiniteScrollEvent  = infiniteScrollParams['infiniteScrollEvent'];

		if (
			! paginationContainer.length ||
			! postsContainer.length ||
			! paginationContainer.find( '.next' ).length ||
			paginationContainer.infinitescroll
		) {
			return;
		}

		paginationContainer.infinitescroll = new InfiniteScroll( '.tg-infinite-scroll-container', {
			path: '.next',
			checkLastPage: '.next',
			append: '.tg-infinite-scroll-container .post',
			button: 'button' === infiniteScrollEvent ? '.tg-load-more-btn' : null,
			outlayer: null,
			scrollThreshold: 'scroll' === infiniteScrollEvent ? 500 : false,
			onInit: function() {
				var loadMore = paginationContainer.find( '.tg-load-more' );

				this.on( 'load', function() {
					loadMore.removeClass( 'loading' );
				} );

				this.on( 'request', function() {
					loadMore.addClass( 'loading' );
				} );

				this.on( 'last', function() {
					loadMore.find( '.tg-all-post-loaded-text' ).css( 'display', 'block' );
				} );
			}
		} );
	}

	var initAutoLoadNextPost = function() {
		if ( 'undefined' == typeof colormagInfiniteScrollParams ) {
			return;
		}

		var autoLoadNextPostParams = colormagInfiniteScrollParams,
			paginationContainer    = $( '.tg-infinite-pagination' ),
			postContainer          = $( '.tg-autoload-posts' ),
			autoloadEvent          = autoLoadNextPostParams['autoLoadEvent'];

		if (
			! postContainer.length ||
			! paginationContainer.find( '.next' ).length ||
			paginationContainer.infinitescroll
		) {
			return;
		}

		paginationContainer.infinitescroll = new InfiniteScroll( '.tg-autoload-posts', {
			path: function() {
				var next = paginationContainer.find( 'a[data-index="' + ( this.pageIndex + 1 ) + '"]' );
				if ( ! next.length ) {
					this.canLoad = false;
				}
				return next.attr( 'href' );
			},
			append: '.tg-autoload-posts .tg-post',
			button: 'button' === autoloadEvent ? '.tg-load-more-btn' : null,
			outlayer: null,
			scrollThreshold: 'scroll' === autoloadEvent ? 500 : false,
			onInit: function() {
				var loadMore = paginationContainer.find( '.tg-load-more' );

				this.on( 'load', function() {
					loadMore.removeClass( 'loading' );
				} );

				this.on( 'request', function() {
					loadMore.addClass( 'loading' );
				} );

				this.on( 'last', function() {
					loadMore.hide();
				} );
			}
		} );
	}

	$( window ).on( 'load', function() {
		initPostsInfiniteScroll();
		initAutoLoadNextPost();
	} );
} )( jQuery );
assets/js/jquery.video.min.js000064400000021444151213253200012225 0ustar00/*! FAKTOR VIER Video Controller v0.1.3 | (c) 2015 FAKTOR VIER GmbH | http://faktorvier.ch */
function onYouTubeIframeAPIReady(){if(void 0!==$.video)for(callback_index in $.video.global.youtube_api_ready_callbacks)$.video.global.youtube_api_ready_callbacks[callback_index]()}var video_postmessage_event_func="attachEvent",video_postmessage_event="onmessage";window.addEventListener&&(video_postmessage_event_func="addEventListener",video_postmessage_event="message"),window[video_postmessage_event_func](video_postmessage_event,(function(e){if(!/^https?:\/\/player.vimeo.com/.test(e.origin))return!1;var t=JSON.parse(e.data),i=void 0===t.event?null:t.event,a=(void 0===t.method||t.method,$("#"+t.player_id)),o=a.getVideoConfig();switch(null==o&&(a.initVideo(),o=a.getVideoConfig()),i){case"ready":$.video.vimeo_postmessage(a,"addEventListener","play"),$.video.vimeo_postmessage(a,"addEventListener","pause"),$.video.vimeo_postmessage(a,"addEventListener","finish"),a.data("video-player",a),a.attr(o.attr_ready,""),a.trigger("ready"+$.video.global.event_suffix);break;case"play":a.removeAttr(o.attr_paused),a.attr(o.attr_playing,""),a.trigger("play"+$.video.global.event_suffix);break;case"pause":a.removeAttr(o.attr_playing),a.attr(o.attr_paused,""),a.trigger("pause"+$.video.global.event_suffix);break;case"finish":a.removeAttr(o.attr_playing),a.removeAttr(o.attr_paused),a.trigger("finish"+$.video.global.event_suffix)}}),!1),function(e){e.video={global:{event_suffix:"_video",youtube_api_ready_callbacks:[],youtube_iframe_api:"https://www.youtube.com/iframe_api"},config:{attr_ready:"data-video-ready",attr_playing:"data-video-playing",attr_paused:"data-video-paused"}};var t=function(t,i){var a=t.data("video").config;if(void 0===t.data("video-player")){var o=function(){var o=new YT.Player(t[0],{events:{onReady:function(e){t.attr(a.attr_ready,""),i(e.target)},onStateChange:function(i){switch(i.data){case 0:t.removeAttr(a.attr_paused),t.removeAttr(a.attr_playing),t.trigger("finish"+e.video.global.event_suffix);break;case 1:t.removeAttr(a.attr_paused),t.attr(a.attr_playing,""),t.trigger("play"+e.video.global.event_suffix);break;case 2:t.removeAttr(a.attr_playing),t.attr(a.attr_paused,""),t.trigger("pause"+e.video.global.event_suffix)}}}});t.data("video-player",o)};"undefined"==typeof YT||void 0===YT.Player?(e.video.global.youtube_api_ready_callbacks.push((function(){o()})),0==e('script[src="https://www.youtube.com/iframe_api"]').length&&0==e('script[src="http://www.youtube.com/iframe_api"]').length&&e("<script><\/script>").attr("src",e.video.global.youtube_iframe_api).insertBefore(e("script").first())):o()}else i(t.data("video-player"))},i=function(e,t){void 0!==e.data("video-player")&&t(e.data("video-player"))};e.video.vimeo_postmessage=function(e,t,i){var a={method:t};i&&(a.value=i),void 0!==e[0]&&e[0].contentWindow.postMessage(JSON.stringify(a),"*")},e.fn.getVideoConfig=function(){var t=e(this).first();return void 0!==t.data("video")?t.data("video").config:null},e.fn.getVideoPlayer=function(){var t=e(this).first();return void 0!==t.data("video-player")?t.data("video-player"):null},e.fn.getVideoType=function(){var t=e(this).first();return"video"==t.prop("tagName").toLowerCase()?video_type="video":-1!==t.attr("src").indexOf("youtube.com/embed")?video_type="youtube":-1!==t.attr("src").indexOf("player.vimeo.com/video")?video_type="vimeo":video_type="undefined",video_type},e.fn.initVideo=function(a){return this.each((function(){var o=e(this),r=o.getVideoType(),n=o.getVideoConfig();if(null!=n)return console.warn("Player already initialized!"),!1;if(n=e.extend(e.extend({},e.video.config),a),o.data("video",{config:n}),"youtube"==r)-1==o.attr("src").indexOf("enablejsapi=true")&&-1==o.attr("src").indexOf("enablejsapi=1")&&(-1==o.attr("src").indexOf("?")?o.attr("src",o.attr("src")+"?enablejsapi=1"):o.attr("src",o.attr("src")+"&enablejsapi=1"));else if("vimeo"==r&&(-1==o.attr("src").indexOf("api=true")&&-1==o.attr("src").indexOf("api=1")&&(-1==o.attr("src").indexOf("?")?o.attr("src",o.attr("src")+"?api=1"):o.attr("src",o.attr("src")+"&api=1")),-1==o.attr("src").indexOf("player_id="))){var d=o.attr("id");void 0===d&&(d="video-"+Math.round((new Date).getTime()+100*Math.random()),o.attr("id",d)),-1==o.attr("src").indexOf("?")?o.attr("src",o.attr("src")+"?player_id="+d):o.attr("src",o.attr("src")+"&player_id="+d)}"video"==r?(4==o.get(0).readyState?(o.attr(n.attr_ready,""),o.trigger("ready"+e.video.global.event_suffix)):o.get(0).addEventListener("canplaythrough",(function(){o.attr(n.attr_ready,""),o.trigger("ready"+e.video.global.event_suffix),o.get(0).removeEventListener("canplaythrough",this)}),!1),o.bind("play",(function(){o.removeAttr(n.attr_paused),o.attr(n.attr_playing,""),o.trigger("play"+e.video.global.event_suffix)})),o.bind("pause",(function(){o.removeAttr(n.attr_playing),o.attr(n.attr_paused,""),o.trigger("pause"+e.video.global.event_suffix)})),o.bind("ended",(function(){o.removeAttr(n.attr_playing),o.removeAttr(n.attr_paused),o.trigger("finish"+e.video.global.event_suffix)})),o.data("video-player",o[0])):"youtube"==r?t(o,(function(t){o.trigger("ready"+e.video.global.event_suffix)})):"vimeo"==r&&i(o,(function(t){o.trigger("ready"+e.video.global.event_suffix)}))}))},e.fn.playVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?r.play():"youtube"==o?t(a,(function(e){e.playVideo()})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"play")}))}))},e.fn.pauseVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?r.pause():"youtube"==o?t(a,(function(e){e.pauseVideo()})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"pause")}))}))},e.fn.stopVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?(r.pause(),r.currentTime=0):"youtube"==o?t(a,(function(e){e.seekTo(e.getDuration())})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"unload")}))}))},e.fn.restartVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();a.getVideoConfig();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?(r.currentTime=0,r.play()):"youtube"==o?t(a,(function(t){t.seekTo(0),t.playVideo(),a.trigger("restart"+e.video.global.event_suffix)})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"seekTo","0"),e.video.vimeo_postmessage(t,"play"),a.trigger("restart"+e.video.global.event_suffix)}))}))},e.fn.muteVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?r.muted=!0:"youtube"==o?t(a,(function(e){e.mute()})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"setVolume","0")}))}))},e.fn.unmuteVideo=function(){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();if(null==r)return console.warn("Player not initialized!"),!1;"video"==o?r.muted=!1:"youtube"==o?t(a,(function(e){e.unMute()})):"vimeo"==o&&i(a,(function(t){e.video.vimeo_postmessage(t,"setVolume",1)}))}))},e.fn.seekToVideo=function(a){return this.each((function(){var o=e(this),r=o.getVideoType(),n=o.getVideoPlayer();if(null==n)return console.warn("Player not initialized!"),!1;"video"==r?n.currentTime=a:"youtube"==r?t(o,(function(e){e.seekTo(a)})):"vimeo"==r&&i(o,(function(t){e.video.vimeo_postmessage(t,"seekTo",a)}))}))},e.fn.destroyVideo=function(){return this.each((function(){var t=e(this),i=(t.getVideoType(),t.getVideoPlayer(),t.getVideoConfig());null!=i&&(t.removeData("video"),t.removeData("video-player"),t.removeAttr(i.attr_ready),t.removeAttr(i.attr_playing),t.removeAttr(i.attr_paused),t.trigger("destroy"+e.video.global.event_suffix))}))},e.fn.addVideoEvent=function(t,i){return this.each((function(){var a=e(this),o=a.getVideoType(),r=a.getVideoPlayer();"play"!=t||"video"!=o||void 0===a.get(0).paused||a.get(0).paused||i(null,a,o,r),a.bind(t+e.video.global.event_suffix,(function(e){i(e,a,o,r)}))}))},e.fn.removeVideoEvent=function(t){return this.each((function(){e(this).unbind(t+e.video.global.event_suffix)}))},e.fn.video=function(){var t="init",i={};return"string"==typeof arguments[0]?(t=arguments[0],i=arguments[1]):i=arguments[0],this.each((function(){var a=e(this);switch(t){case"init":a.initVideo(i);break;case"play":a.playVideo();break;case"pause":a.pauseVideo();break;case"stop":a.stopVideo();break;case"restart":a.restartVideo();break;case"mute":a.muteVideo();break;case"unmute":a.unmuteVideo();break;case"seekTo":a.seekToVideo(i);break;case"destroy":a.destroyVideo();break;case"addEvent":a.addVideoEvent(i[0],i[1]);break;case"removeEvent":a.removeVideoEvent(i[0]);break;default:console.warn('Video action "'+t+'" not found')}}))}}(jQuery);assets/js/news-ticker/jquery.newsTicker.min.js000064400000010340151213253200015461 0ustar00!function(t,i,s,o){"use strict";var n={row_height:20,row_width:400,max_rows:3,speed:400,duration:2500,direction:"up",autostart:1,pauseOnHover:1,nextButton:null,prevButton:null,startButton:null,stopButton:null,hasMoved:function(){},movingUp:function(){},movingLeft:function(){},movingRight:function(){},movingDown:function(){},start:function(){},stop:function(){},pause:function(){},unpause:function(){}};function e(i,s){this.element=i,this.$el=t(i),this.options=t.extend({},n,s),this._defaults=n,this._name="newsTicker",this.moveInterval,this.state=0,this.paused=0,this.moving=0,this.$el.is("ul, ol")&&this.init()}e.prototype={init:function(){this.$el.height(this.options.row_height*this.options.max_rows).css({overflow:"hidden"}),this.checkSpeed(),this.options.nextButton&&void 0!==this.options.nextButton[0]&&this.options.nextButton.click(function(t){this.moveNext(),this.resetInterval()}.bind(this)),this.options.prevButton&&void 0!==this.options.prevButton[0]&&this.options.prevButton.click(function(t){this.movePrev(),this.resetInterval()}.bind(this)),this.options.stopButton&&void 0!==this.options.stopButton[0]&&this.options.stopButton.click(function(t){this.stop()}.bind(this)),this.options.startButton&&void 0!==this.options.startButton[0]&&this.options.startButton.click(function(t){this.start()}.bind(this)),this.options.pauseOnHover&&this.$el.hover(function(){this.state&&this.pause()}.bind(this),function(){this.state&&this.unpause()}.bind(this)),this.options.autostart&&this.start()},start:function(){this.state||(this.state=1,this.resetInterval(),this.options.start())},stop:function(){this.state&&(clearInterval(this.moveInterval),this.state=0,this.options.stop())},resetInterval:function(){this.state&&(clearInterval(this.moveInterval),this.moveInterval=setInterval(function(){this.move()}.bind(this),this.options.duration))},move:function(){this.paused||this.moveNext()},moveNext:function(){"down"===this.options.direction?this.moveDown():"up"===this.options.direction?this.moveUp():"right"===this.options.direction?this.moveRight():"left"===this.options.direction&&this.moveLeft()},movePrev:function(){"down"===this.options.direction?this.moveUp():"up"===this.options.direction?this.moveDown():"right"===this.options.direction?this.moveLeft():"left"===this.options.direction&&this.moveRight()},pause:function(){this.paused||(this.paused=1),this.options.pause()},unpause:function(){this.paused&&(this.paused=0),this.options.unpause()},moveDown:function(){this.moving||(this.moving=1,this.options.movingDown(),this.$el.children("li:last").detach().prependTo(this.$el).css("marginTop","-"+this.options.row_height+"px").animate({marginTop:"0px"},this.options.speed,function(){this.moving=0,this.options.hasMoved()}.bind(this)))},moveUp:function(){if(!this.moving){this.moving=1,this.options.movingUp();var t=this.$el.children("li:first");t.animate({marginTop:"-"+this.options.row_height+"px"},this.options.speed,function(){t.detach().css("marginTop","0").appendTo(this.$el),this.moving=0,this.options.hasMoved()}.bind(this))}},moveRight:function(){this.moving||(this.moving=1,this.options.movingRight(),this.$el.children("li:last").detach().prependTo(this.$el).css("marginLeft","-"+this.options.row_width+"px").animate({marginLeft:"0px"},this.options.speed,function(){this.moving=0,this.options.hasMoved()}.bind(this)))},moveLeft:function(){if(!this.moving){this.moving=1,this.options.movingLeft();var t=this.$el.children("li:first");t.animate({marginLeft:"-"+this.options.row_width+"px"},this.options.speed,function(){t.detach().css("marginLeft","0").appendTo(this.$el),this.moving=0,this.options.hasMoved()}.bind(this))}},updateOption:function(t,i){void 0!==this.options[t]&&(this.options[t]=i,"duration"!=t&&"speed"!=t||(this.checkSpeed(),this.resetInterval()))},add:function(i){this.$el.append(t("<li>").html(i))},getState:function(){return paused?2:this.state},checkSpeed:function(){this.options.duration<this.options.speed+25&&(this.options.speed=this.options.duration-25)},destroy:function(){this._destroy()}},t.fn.newsTicker=function(i){var s=arguments;return this.each((function(){var o=t(this),n=t.data(this,"plugin_newsTicker"),h="object"==typeof i&&i;n||o.data("plugin_newsTicker",n=new e(this,h)),"string"==typeof i&&n[i].apply(n,Array.prototype.slice.call(s,1))}))}}(jQuery,window,document);assets/js/news-ticker/jquery.newsTicker.js000064400000033140151213253200014702 0ustar00/*
                      _____              _____              _____             _______
                     /\    \            /\    \            /\    \           /::\    \
                    /::\    \          /::\    \          /::\    \         /::::\    \
                   /::::\    \         \:::\    \        /::::\    \       /::::::\    \
                  /::::::\    \         \:::\    \      /::::::\    \     /::::::::\    \
                 /:::/\:::\    \         \:::\    \    /:::/\:::\    \   /:::/~~\:::\    \
                /:::/__\:::\    \         \:::\    \  /:::/__\:::\    \ /:::/    \:::\    \
               /::::\   \:::\    \        /::::\    \ \:::\   \:::\    \:::/    / \:::\    \
              /::::::\   \:::\    \__    /::::::\    \_\:::\   \:::\    \:/____/   \:::\____\
             /:::/\:::\   \:::\____\ \  /:::/\:::\    \ \:::\   \:::\    \    |     |:::|    |
            /:::/  \:::\   \:::|    | \/:::/  \:::\____\ \:::\   \:::\____\___|     |:::|____|
            \::/   |::::\  /:::|____| /:::/    \::/    /  \:::\   \::/    /   _\___/:::/    /
             \/____|:::::\/:::/    /\/:::/    / \/____/\   \:::\   \/____/:\ |::| /:::/    /
                   |:::::::::/    /:::::/    /      \:::\   \:::\    \  \:::\|::|/:::/    /
                   |::|\::::/    /\::::/____/        \:::\   \:::\____\  \::::::::::/    /
                   |::| \::/____/  \:::\    \         \:::\  /:::/    /   \::::::::/    /
                   |::|  ~|         \:::\    \         \:::\/:::/    /     \::::::/    /
                   |::|   |          \:::\    \         \::::::/    /       \::::/____/
                   \::|   |           \:::\____\         \::::/    /         |::|    |
                    \:|   |            \::/    /          \::/    /          |::|____|
                     \|___|             \/____/            \/____/            ~~

     ____.________                                  _____       .___                                     .___
    |    |\_____  \  __ __   ___________ ___.__.   /  _  \    __| _/__  _______    ____   ____  ____   __| _/
    |    | /  / \  \|  |  \_/ __ \_  __ <   |  |  /  /_\  \  / __ |\  \/ /\__  \  /    \_/ ___\/ __ \ / __ |
/\__|    |/   \_/.  \  |  /\  ___/|  | \/\___  | /    |    \/ /_/ | \   /  / __ \|   |  \  \__\  ___// /_/ |
\________|\_____\ \_/____/  \___  >__|   / ____| \____|__  /\____ |  \_/  (____  /___|  /\___  >___  >____ |
                 \__>           \/       \/              \/      \/            \/     \/     \/    \/     \/
                   _______                        ___________.__        __
                   \      \   ______  _  ________ \__    ___/|__| ____ |  | __ ___________
          ______   /   |   \_/ __ \ \/ \/ /  ___/   |    |   |  |/ ___\|  |/ // __ \_  __ \   ______
         /_____/  /    |    \  ___/\     /\___ \    |    |   |  \  \___|    <\  ___/|  | \/  /_____/
                  \____|__  /\___  >\/\_//____  >   |____|   |__|\___  >__|_ \\___  >__|
                          \/     \/           \/                     \/     \/    \/


==============================================================================================================
    JQuery Advanced News Ticker 1.0.11 (20/02/14)
    created by risq
    website (docs & demos) : http://risq.github.io/jquery-advanced-news-ticker/
==============================================================================================================

*/

;
(function($, window, document, undefined) {
        'use strict';
        var pluginName = 'newsTicker',
                defaults = {
                        row_height: 20,
                        row_width: 400,
                        max_rows: 3,
                        speed: 400,
                        duration: 2500,
                        direction: 'up',
                        autostart: 1,
                        pauseOnHover: 1,
                        nextButton: null,
                        prevButton: null,
                        startButton: null,
                        stopButton: null,
                        hasMoved: function() {},
                        movingUp: function() {},
                        movingLeft: function() {},
                        movingRight: function() {},
                        movingDown: function() {},
                        start: function() {},
                        stop: function() {},
                        pause: function() {},
                        unpause: function() {}
                };

        function Plugin(element, options) {
                this.element = element;
                this.$el = $(element);
                this.options = $.extend({}, defaults, options);
                this._defaults = defaults;
                this._name = pluginName;
                this.moveInterval;
                this.state = 0;
                this.paused = 0;
                this.moving = 0;
                if (this.$el.is('ul, ol')) {
                        this.init();
                }
        }

        Plugin.prototype = {
                init: function() {
                        this.$el.height(this.options.row_height * this.options.max_rows)
                                .css({overflow : 'hidden'});

                        this.checkSpeed();

                        if(this.options.nextButton && typeof(this.options.nextButton[0]) !== 'undefined')
                                this.options.nextButton.click(function(e) {
                                        this.moveNext();
                                        this.resetInterval();
                                }.bind(this));
                        if(this.options.prevButton && typeof(this.options.prevButton[0]) !== 'undefined')
                                this.options.prevButton.click(function(e) {
                                        this.movePrev();
                                        this.resetInterval();
                                }.bind(this));
                        if(this.options.stopButton && typeof(this.options.stopButton[0]) !== 'undefined')
                                this.options.stopButton.click(function(e) {
                                        this.stop()
                                }.bind(this));
                        if(this.options.startButton && typeof(this.options.startButton[0]) !== 'undefined')
                                this.options.startButton.click(function(e) {
                                        this.start()
                                }.bind(this));

                        if(this.options.pauseOnHover) {
                                this.$el.hover(function() {
                                        if (this.state)
                                                this.pause();
                                }.bind(this), function() {
                                        if (this.state)
                                                this.unpause();
                                }.bind(this));
                        }

                        if(this.options.autostart)
                                this.start();
                },

                start: function() {
                        if (!this.state) {
                                this.state = 1;
                                this.resetInterval();
                                this.options.start();
                        }
                },

                stop: function() {
                        if (this.state) {
                                clearInterval(this.moveInterval);
                                this.state = 0;
                                this.options.stop();
                        }
                },

                resetInterval: function() {
                        if (this.state) {
                                clearInterval(this.moveInterval);
                                this.moveInterval = setInterval(function() {this.move()}.bind(this), this.options.duration);
                        }
                },

                move: function() {
                         if (!this.paused) this.moveNext();
                },

                moveNext: function() {
                        if (this.options.direction === 'down')
                                this.moveDown();
                        else if (this.options.direction === 'up')
                                this.moveUp();
						else if (this.options.direction === 'right')
								this.moveRight();
						else if (this.options.direction === 'left')
							this.moveLeft();
                },

                movePrev: function() {
                        if (this.options.direction === 'down')
                                this.moveUp();
                        else if (this.options.direction === 'up')
                                this.moveDown();
						else if (this.options.direction === 'right')
							this.moveLeft();
						else if (this.options.direction === 'left')
							this.moveRight();
                },

                pause: function() {
                        if (!this.paused) this.paused = 1;
                        this.options.pause();
                },

                unpause: function() {
                        if (this.paused) this.paused = 0;
                        this.options.unpause();
                },

                moveDown: function() {
                        if (!this.moving) {
                                this.moving = 1;
                                this.options.movingDown();
                                this.$el.children('li:last').detach().prependTo(this.$el).css('marginTop', '-' + this.options.row_height + 'px')
                                        .animate({marginTop: '0px'}, this.options.speed, function(){
                                                this.moving = 0;
                                                this.options.hasMoved();
                                        }.bind(this));
                        }
                },

                moveUp: function() {
                        if (!this.moving) {
                                this.moving = 1;
                                this.options.movingUp();
                                var element = this.$el.children('li:first');
                                element.animate({marginTop: '-' + this.options.row_height + 'px'}, this.options.speed,
                                        function(){
                                                element.detach().css('marginTop', '0').appendTo(this.$el);
                                                this.moving = 0;
                                                this.options.hasMoved();
                                        }.bind(this));
                        }
                },

			moveRight: function() {
				if (!this.moving) {
					this.moving = 1;
					this.options.movingRight();
					this.$el.children('li:last').detach().prependTo(this.$el).css('marginLeft', '-' + this.options.row_width + 'px')
						.animate({marginLeft: '0px'}, this.options.speed, function(){
							this.moving = 0;
							this.options.hasMoved();
						}.bind(this));
				}
			},

			moveLeft: function() {
				if (!this.moving) {
					this.moving = 1;
					this.options.movingLeft();
					var element = this.$el.children('li:first');
					element.animate({marginLeft: '-' + this.options.row_width + 'px'}, this.options.speed,
						function(){
							element.detach().css('marginLeft', '0').appendTo(this.$el);
							this.moving = 0;
							this.options.hasMoved();
						}.bind(this));
				}
			},

                updateOption: function(option, value) {
                        if (typeof(this.options[option]) !== 'undefined'){
                                this.options[option] = value;
                                if (option == 'duration' || option == 'speed'){
                                    this.checkSpeed();
                                    this.resetInterval();
                                }
                        }
                },

                add: function(content){
                    this.$el.append($('<li>').html(content));
                },

                getState: function() {
                        if (paused) return 2 // 2 = paused
                        else return this.state;// 0 = stopped, 1 = started
                },

                checkSpeed: function() {
                        if (this.options.duration < (this.options.speed + 25))
                                this.options.speed = this.options.duration - 25;
                },

                destroy: function() {
                        this._destroy(); // or this.delete; depends on jQuery version
                }
        };

        $.fn[pluginName] = function(option) {
                var args = arguments;

                return this.each(function() {
                        var $this = $(this),
                                data = $.data(this, 'plugin_' + pluginName),
                                options = typeof option === 'object' && option;
                        if (!data) {
                                $this.data('plugin_' + pluginName, (data = new Plugin(this, options)));
                        }
                        // if first argument is a string, call silimarly named function
                        if (typeof option === 'string') {
                                data[option].apply(data, Array.prototype.slice.call(args, 1));
                        }
                });
        };
})(jQuery, window, document);
assets/js/skip-link-focus-fix.js000064400000001445151213253200012620 0ustar00/**
 * File skip-link-focus-fix.js.
 *
 * Helps with accessibility for keyboard only users.
 *
 * Learn more: https://git.io/vWdr2
 */

(
	function () {
		var isIe = /(trident|msie)/i.test( navigator.userAgent );

		if ( isIe && document.getElementById && window.addEventListener ) {
			window.addEventListener(
				'hashchange',
				function () {
					var id = location.hash.substring( 1 ),
					    element;

					if ( ! (
						/^[A-z0-9_-]+$/.test( id )
					) ) {
						return;
					}

					element = document.getElementById( id );

					if ( element ) {
						if ( ! (
							/^(?:a|select|input|button|textarea)$/i.test( element.tagName )
						) ) {
							element.tabIndex = - 1;
						}

						element.focus();
					}
				},
				false
			);
		}
	}
)();
assets/js/colormag-custom.js000064400000057633151213253200012143 0ustar00/**
 * ColorMag theme custom JS file.
 *
 * @package ColorMag
 */

jQuery(document).ready(function () {
	/**
	 * Search.
	 */
	var hideSearchForm = function () {
		jQuery("#cm-masthead .search-form-top").removeClass("show");
		jQuery("#cm-content").removeClass("backdrop");
	};

	// For Search Icon Toggle effect added at the top.
	jQuery(".search-top").click(function () {
		jQuery(this).next("#cm-masthead .search-form-top").toggleClass("show");

		jQuery("#cm-content").toggleClass("backdrop");
		// Focus after some time to fix conflict with toggleClass.
		setTimeout(function () {
			jQuery("#cm-masthead .search-form-top input").focus();
		}, 200);

		// For esc key press.
		jQuery(document).on("keyup", function (e) {
			// On esc key press.
			if (27 === e.keyCode) {
				// If search box is opened.
				if (jQuery("#cm-masthead .search-form-top").hasClass("show")) {
					hideSearchForm();
				}
			}
		});

		jQuery(document).on("click.outEvent", function (e) {
			if (e.target.closest(".cm-top-search")) {
				return;
			}

			hideSearchForm();

			// Unbind current click event.
			jQuery(document).off("click.outEvent");
		});
	});

	/**
	 * Scroll to top JS setting.
	 */
	// Hides the scroll up button initially.
	jQuery("#scroll-up").hide();

	// Scroll up settings.
	jQuery(window).scroll(function () {
		if (jQuery(this).scrollTop() > 1000) {
			jQuery("#scroll-up").fadeIn();
		} else {
			jQuery("#scroll-up").fadeOut();
		}
	});

	jQuery("a#scroll-up").click(function () {
		jQuery("body,html").animate(
			{
				scrollTop: 0,
			},
			800
		);
		return false;
	});

	/**
	 * Better responsive menu settings.
	 */
	// Adds right icon to submenu.
	jQuery(".cm-menu-primary-container .menu-item-has-children");

	// Adds down icon for menu with sub menu.
	jQuery(".cm-menu-primary-container .cm-submenu-toggle").click(function () {
		jQuery(this)
			.parent(".menu-item-has-children")
			.children("ul.sub-menu")
			.first()
			.slideToggle("1000");
	});

	jQuery(document).on(
		"click",
		"#cm-primary-nav ul li.menu-item-has-children > a",
		function (event) {
			var menuClass = jQuery(this).parent(".menu-item-has-children");

			if (!menuClass.hasClass("focus") && jQuery(window).width() <= 768) {
				menuClass.addClass("focus");
				event.preventDefault();
				menuClass.children(".sub-menu").css({
					display: "block",
				});
			}
		}
	);

	/**
	 * Scrollbar on fixed responsive menu.
	 */
	jQuery(window).on("load", function () {
		if (
			window.matchMedia("(max-width: 768px)").matches &&
			jQuery("#cm-masthead .sticky-wrapper, #cm-masthead .headroom")
				.length >= 1
		) {
			var screenHeight = jQuery(window).height();
			var availableMenuHeight = screenHeight - 88;
			var menu = jQuery("#cm-primary-nav").find("ul").first();

			menu.css("max-height", availableMenuHeight);
			menu.addClass("menu-scrollbar");
		}
	});

	// add widget block title class.
	jQuery(".wp-block-group__inner-container h2").wrap(
		'<div class="block-title"></div>'
	);
	jQuery(".wp-block-heading").wrap('<div class="block-title"></div>');

	// Magnific Popup Setting.
	if (typeof jQuery.fn.magnificPopup !== "undefined") {
		// Featured Image Popup Setting.
		jQuery(".image-popup").magnificPopup({ type: "image" });
		jQuery(".image-popup-blog").magnificPopup({ type: "image" });

		// Magnific Popup for gallery.
		jQuery(".gallery")
			.find(
				'a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".ico"]'
			)
			.magnificPopup({
				type: "image",
				gallery: { enabled: true },
			});

		// Ticker news popup.
		jQuery(".colormag-ticker-news-popup-link").magnificPopup({
			type: "ajax",
			callbacks: {
				parseAjax: function (mfpResponse) {
					var setting = jQuery.magnificPopup.instance,
						content = jQuery(setting.currItem.el[0]),
						fragment = content.data("fragment");
					mfpResponse.data = jQuery(mfpResponse.data).find(fragment);
				},
			},
		});
	}

	// Fitvids setting.
	if (typeof jQuery.fn.fitVids !== "undefined") {
		jQuery(".fitvids-video").fitVids();
	}

	// NewsTicker JS Settings.
	if (typeof jQuery.fn.newsTicker !== "undefined") {
		/* global colormag_ticker_settings */
		if (typeof colormag_ticker_settings !== "undefined") {
			// Settings of the ticker.
			var breaking_news_slide_effect =
				colormag_ticker_settings.breaking_news_slide_effect;
			var breaking_news_duration = parseInt(
				colormag_ticker_settings.breaking_news_duration,
				10
			);
			var breaking_news_speed = parseInt(
				colormag_ticker_settings.breaking_news_speed,
				10
			);

			jQuery(".newsticker").newsTicker({
				row_height: 20,
				max_rows: 1,
				direction: breaking_news_slide_effect,
				speed: breaking_news_speed,
				duration: breaking_news_duration,
				autostart: 1,
				pauseOnHover: 1,
				start: function () {
					jQuery(".newsticker").css("visibility", "visible");
				},
			});
		}

		// Breaking news widget.
		var breaking_news_widget_init = function (
			breaking_news_slider,
			breaking_news_slider_up,
			breaking_news_slider_down,
			breaking_news_slider_direction,
			breaking_news_slider_duration,
			breaking_news_slider_row_height,
			breaking_news_slider_max_row
		) {
			jQuery(breaking_news_slider).newsTicker({
				row_height: breaking_news_slider_row_height,
				max_rows: breaking_news_slider_max_row,
				duration: breaking_news_slider_duration,
				direction: breaking_news_slider_direction,
				prevButton: jQuery(breaking_news_slider_up),
				nextButton: jQuery(breaking_news_slider_down),
				start: function () {
					jQuery(".cm-breaking-news-slider-widget").css({
						visibility: "visible",
					});
				},
			});
		};

		var breaking_news_widget_wrapper = jQuery(".cm-breaking-news");
		jQuery(breaking_news_widget_wrapper).each(function () {
			var breaking_news_slider = jQuery(this).children(
				".cm-breaking-news-slider-widget"
			);
			var breaking_news_slider_up = jQuery(this).children(".cm-slide-up");
			var breaking_news_slider_down =
				jQuery(this).children(".cm-slide-down");
			var breaking_news_slider_direction = jQuery(this)
				.children(".cm-breaking-news-slider-widget")
				.data("direction");
			var breaking_news_slider_duration = jQuery(this)
				.children(".cm-breaking-news-slider-widget")
				.data("duration");
			var breaking_news_slider_row_height = jQuery(this)
				.children(".cm-breaking-news-slider-widget")
				.data("rowheight");
			var breaking_news_slider_max_row = jQuery(this)
				.children(".cm-breaking-news-slider-widget")
				.data("maxrows");

			breaking_news_widget_init(
				breaking_news_slider,
				breaking_news_slider_up,
				breaking_news_slider_down,
				breaking_news_slider_direction,
				breaking_news_slider_duration,
				breaking_news_slider_row_height,
				breaking_news_slider_max_row
			);
		});
	}

	// Settings of the sticky menu.
	if (typeof jQuery.fn.sticky !== "undefined") {
		var wpAdminBar = jQuery("#wpadminbar");

		if (wpAdminBar.length) {
			jQuery("#cm-primary-nav").sticky({
				topSpacing: wpAdminBar.height(),
				zIndex: 999,
			});
		} else {
			jQuery("#cm-primary-nav").sticky({
				topSpacing: 0,
				zIndex: 999,
			});
		}
	}

	// Adds placeholder in search input.
	jQuery(".wp-block-search__input").attr("placeholder", "Search posts");

	// Menu reveal on scroll.
	if (typeof jQuery.fn.headroom !== "undefined") {
		var offset_value = jQuery("#cm-primary-nav").offset().top;
		var wpAdminBar = jQuery("#wpadminbar");
		var menuwidth = jQuery(".cm-primary-nav").width();

		if (wpAdminBar.length) {
			offset_value =
				wpAdminBar.height() + jQuery("#cm-primary-nav").offset().top;
		}

		jQuery(".cm-primary-nav").headroom({
			offset: offset_value,
			tolerance: 0,
			onPin: function () {
				if (wpAdminBar.length) {
					jQuery(".cm-primary-nav").css({
						top: wpAdminBar.height(),
						position: "fixed",
						width: menuwidth,
					});
				} else {
					jQuery(".cm-primary-nav").css({
						top: 0,
						position: "fixed",
						width: menuwidth,
					});
				}
			},
			onTop: function () {
				jQuery(".cm-primary-nav").css({
					top: 0,
					position: "relative",
				});
			},
		});
	}

	// BxSlider JS Settings.
	if (typeof jQuery.fn.bxSlider !== "undefined") {
		// Category slider widget slider setting.
		var category_init = function (
			category_slider,
			category_mode,
			category_speed,
			category_pause,
			category_auto,
			category_hover
		) {
			jQuery(category_slider).bxSlider({
				mode: category_mode,
				speed: category_speed,
				auto: category_auto,
				pause: category_pause,
				autoHover: category_hover,
				adaptiveHeight: true,
				nextText:
					'<div class="cm-category-slide-next"><svg class="cm-icon coloramg-icon--arrow-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg></div>',
				prevText:
					'<div class="cm-category-slide-prev"><svg class="cm-icon coloramg-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg></div>',
				pager: false,
				tickerHover: true,
				onSliderLoad: function () {
					jQuery(".cm-slider-area-rotate").css(
						"visibility",
						"visible"
					);
					jQuery(".cm-slider-area-rotate").css("height", "auto");
				},
			});
		};

		var category_slider_wrapper = jQuery(".cm-featured-category-slider ");
		jQuery(category_slider_wrapper).each(function () {
			var category_slider = jQuery(this).children(
				".cm-slider-area-rotate"
			);
			var category_mode = jQuery(this)
				.children(".cm-slider-area-rotate")
				.data("mode");
			var category_speed = jQuery(this)
				.children(".cm-slider-area-rotate")
				.data("speed");
			var category_pause = jQuery(this)
				.children(".cm-slider-area-rotate")
				.data("pause");
			var category_auto = jQuery(this)
				.children(".cm-slider-area-rotate")
				.data("auto");
			var category_hover = jQuery(this)
				.children(".cm-slider-area-rotate")
				.data("hover");

			category_init(
				category_slider,
				category_mode,
				category_speed,
				category_pause,
				category_auto,
				category_hover
			);
		});

		// Style 5 widget JS Setting.
		var style5_slider_init = function (
			style5_slider,
			style5_speed,
			style5_pause,
			style5_auto,
			style5_hover
		) {
			jQuery(style5_slider).bxSlider({
				minSlides: 1,
				maxSlides: 2,
				slideWidth: 390,
				slideMargin: 20,
				speed: style5_speed,
				pause: style5_pause,
				auto: style5_auto,
				autoHover: style5_hover,
				adaptiveHeight: true,
				nextText:
					'<div class="slide-next"><i class="fa fa-angle-right"></i></div>',
				prevText:
					'<div class="slide-prev"><i class="fa fa-angle-left"></i></div>',
				pager: false,
				captions: false,
				onSliderLoad: function () {
					jQuery(
						".cm-featured-posts--style-5 .cm-highlighted-post"
					).css("visibility", "visible");
					jQuery(
						".cm-featured-posts--style-5 .cm-highlighted-post"
					).css("height", "auto");
				},
			});
		};

		var style5_slider_wrapper = jQuery(".cm-posts");
		jQuery(style5_slider_wrapper).each(function () {
			var style5_slider = jQuery(this).children(
				".cm-featured-posts--style-5 .cm-highlighted-post"
			);
			var style5_speed = jQuery(this)
				.children(".cm-featured-posts--style-5 .cm-highlighted-post")
				.data("speed");
			var style5_pause = jQuery(this)
				.children(".cm-featured-posts--style-5 .cm-highlighted-post")
				.data("pause");
			var style5_auto = jQuery(this)
				.children(".cm-featured-posts--style-5 .cm-highlighted-post")
				.data("auto");
			var style5_hover = jQuery(this)
				.children(".cm-featured-posts--style-5 .cm-highlighted-post")
				.data("hover");

			style5_slider_init(
				style5_slider,
				style5_speed,
				style5_pause,
				style5_auto,
				style5_hover
			);
		});

		// Style 6 widget JS Setting.
		var style6_slider_init = function (
			style6_slider_class,
			style6_pager_class,
			style6_mode,
			style6_speed,
			style6_pause,
			style6_auto,
			style6_hover
		) {
			jQuery(style6_slider_class).bxSlider({
				mode: style6_mode,
				speed: style6_speed,
				pause: style6_pause,
				auto: style6_auto,
				pagerCustom: style6_pager_class,
				autoHover: style6_hover,
				controls: false,
				nextText: "",
				prevText: "",
				nextSelector: "",
				prevSelector: "",
				captions: false,
				onSliderLoad: function () {
					jQuery(".thumbnail-big-sliders").css(
						"visibility",
						"visible"
					);
					jQuery(".thumbnail-big-sliders").css("height", "auto");
				},
			});
		};

		var style6_slider_wrapper = jQuery(".cm-thumbnail-slider-news");
		jQuery(style6_slider_wrapper).each(function () {
			var style6_slider_class = jQuery(this).children(
				".thumbnail-big-sliders"
			);
			var style6_pager_class = jQuery(this).children(
				".cm-thumbnail-slider"
			);
			var style6_mode = jQuery(this)
				.children(".thumbnail-big-sliders")
				.data("mode");
			var style6_speed = jQuery(this)
				.children(".thumbnail-big-sliders")
				.data("speed");
			var style6_pause = jQuery(this)
				.children(".thumbnail-big-sliders")
				.data("pause");
			var style6_auto = jQuery(this)
				.children(".thumbnail-big-sliders")
				.data("auto");
			var style6_hover = jQuery(this)
				.children(".thumbnail-big-sliders")
				.data("hover");

			style6_slider_init(
				style6_slider_class,
				style6_pager_class,
				style6_mode,
				style6_speed,
				style6_pause,
				style6_auto,
				style6_hover
			);
		});

		// Style 7 widget JS Setting.
		var style7_slider_init = function (style7_slider, style7_speed) {
			jQuery(style7_slider).bxSlider({
				minSlides: 5,
				maxSlides: 8,
				slideWidth: 150,
				slideMargin: 12,
				ticker: true,
				speed: style7_speed,
				tickerHover: true,
				useCSS: false,
				onSliderLoad: function () {
					jQuery(".cm-image-ticker-news").css(
						"visibility",
						"visible"
					);
					jQuery(".cm-image-ticker-news").css("height", "auto");
				},
			});
		};

		var style7_slider_wrapper = jQuery(".cm-featured-posts--style-7");
		jQuery(style7_slider_wrapper).each(function () {
			var style7_slider = jQuery(this).children(".cm-image-ticker-news");
			var style7_speed = jQuery(this)
				.children(".cm-image-ticker-news")
				.data("speed");

			style7_slider_init(style7_slider, style7_speed);
		});

		// Post format gallery slider setting.
		jQuery(
			".blog .gallery-images, .archive .gallery-images, .search .gallery-images, .single-post .gallery-images"
		).bxSlider({
			mode: "fade",
			speed: 1500,
			auto: true,
			pause: 3000,
			adaptiveHeight: true,
			nextText: "",
			prevText: "",
			nextSelector: ".slide-next",
			prevSelector: ".slide-prev",
			pager: false,
		});

		// Related post carousel.
		jQuery(window).on("load colormagAjaxSinglePostLoaded", function () {
			jQuery(".related-post-carousel").bxSlider({
				minSlides: 1,
				maxSlides: 2,
				auto: true,
				slideWidth: 390,
				slideMargin: 20,
				moveSlides: 1,
				shrinkItems: true,
				speed: 3000,
				autoHover: true,
				nextText:
					'<div class="slide-next"><svg class="cm-icon coloramg-icon--arrow-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg></i></div>',
				prevText:
					'<div class="slide-prev"><svg class="cm-icon coloramg-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg></div>',
				pager: false,
				captions: false,
				onSliderLoad: function () {
					jQuery(".related-post-carousel").css(
						"visibility",
						"visible"
					);
					jQuery(".related-post-carousel").css("height", "auto");
				},
			});
		});
	}

	// Tabbed widget.
	if (typeof jQuery.fn.easytabs !== "undefined") {
		jQuery(".cm-tabbed-widget").easytabs();
	}

	// Sticky sidebar JS setting.
	if (
		typeof jQuery.fn.theiaStickySidebar !== "undefined" &&
		typeof ResizeSensor !== "undefined"
	) {
		// Calculate the whole height of sticky menu.
		var height = jQuery("#site-navigation-sticky-wrapper").outerHeight();

		// Assign height value to 0 if it returns null.
		if (height === null) {
			height = 0;
		}

		// Apply sticky sidebar/content area JS setting.
		jQuery("#cm-primary, #cm-secondary, #cm-tertiary").theiaStickySidebar({
			additionalMarginTop: 40 + height,
		});
	}

	/**
	 * Featured video playlist widget setting.
	 */
	jQuery(".video-player").each(function (index) {
		var playercontainer = jQuery(this);
		var itemid = "video-playlist-item-" + index;
		var playerframe = jQuery(this).find(".player-frame");

		playercontainer.attr("id", itemid);

		playerframe.video();

		update_video_status(playercontainer);

		playerframe.addVideoEvent("ready", function () {
			playerframe.css("visibility", "visible").fadeIn();
		});

		playercontainer.on("click", ".video-playlist-item", function () {
			var item = jQuery(this);
			var iframe_id = item.data("id");
			var current_video_id = jQuery("#" + iframe_id);
			var src = item.data("src");

			// Pause all videos if a item is clicked.
			playercontainer.find(".player-frame").each(function () {
				jQuery(this).pauseVideo().hide();
			});

			if (!current_video_id.length) {
				playercontainer
					.find(".video-frame")
					.append(
						'<iframe id="' +
							iframe_id +
							'" class="player-frame" src="' +
							src +
							'" frameborder="0" width="100%" height="434" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'
					);
				current_video_id = jQuery("#" + iframe_id);
				current_video_id.video();

				current_video_id.addVideoEvent(
					"ready",
					function (e, $current_video_id, video_type) {
						current_video_id.playVideo();
					}
				);
			} else {
				current_video_id.playVideo();
			}

			current_video_id.css("visibility", "visible").fadeIn();

			update_video_status(playercontainer);
		});
	});

	// Update Video status.
	function update_video_status(playercontainer) {
		playercontainer.find(".player-frame").each(function () {
			var frame = jQuery(this),
				videoitem = jQuery('[data-id="' + frame.attr("id") + '"]');

			frame.addVideoEvent("play", function (e, $video, video_type) {
				videoitem.removeClass("is-paused").addClass("is-playing");
			});

			frame.addVideoEvent("pause", function (e, $video, video_type) {
				videoitem.removeClass("is-playing").addClass("is-paused");
			});

			frame.addVideoEvent("finish", function (e, $video, video_type) {
				videoitem.removeClass("is-paused is-playing");
			});
		});
	}

	// Scroll Reading Progress JS Setting.
	if (typeof jQuery.fn.prognroll !== "undefined") {
		jQuery("body").prognroll({
			height: 5,
			color: colormag_progress_bar_indicator_color.bg_color,
			custom: false,
		});
	}

	// Google Maps Settings.
	if (
		typeof google !== "undefined" &&
		typeof colormag_google_maps_widget_settings !== "undefined"
	) {
		// Create function to initialize Google Maps.
		function initMap() {
			// Float the value coming from wp_localize_script to be used for JS.
			var longitude = parseFloat(
				colormag_google_maps_widget_settings.longitude
			);
			var latitude = parseFloat(
				colormag_google_maps_widget_settings.latitude
			);
			var zoom_size = parseInt(
				colormag_google_maps_widget_settings.zoom_size
			);

			// Add latitude and longitude to variable.
			var latitudelongitude = {
				lat: latitude,
				lng: longitude,
			};

			var map = new google.maps.Map(
				document.getElementById("GoogleMaps"),
				{
					zoom: zoom_size,
					center: latitudelongitude,
				}
			);

			var marker = new google.maps.Marker({
				position: latitudelongitude,
				map: map,
			});
		}

		// Call the function to display the Google Maps.
		initMap();

		// Add the dynamic width and height set in widget options.
		jQuery("#GoogleMaps").css({
			height: colormag_google_maps_widget_settings.height,
		});
	}

	/**
	 * Social share button.
	 */
	(function () {
		var facebookShare = jQuery(".share-buttons #facebook")[0],
			twitterShare = jQuery(".share-buttons #twitter")[0],
			pinterestshare = jQuery(".share-buttons #pinterest")[0],
			emailshare = jQuery(".share-buttons #email")[0],
			facebookWindow,
			twitterWindow,
			pinterestWindow,
			emailWindow;

		if (facebookShare) {
			jQuery(facebookShare).click(function (e) {
				e.preventDefault();
				facebookWindow = window.open(
					"https://www.facebook.com/sharer/sharer.php?u=" +
						document.URL +
						"&p[title]=" +
						document.title,
					"facebook-popup",
					"height=350,width=600"
				);

				if (facebookWindow.focus) {
					facebookWindow.focus();
				}

				return false;
			});
		}

		if (twitterShare) {
			jQuery(twitterShare).click(function (e) {
				e.preventDefault();
				twitterWindow = window.open(
					"https://twitter.com/share?text=" +
						document.title +
						"&url=" +
						document.URL,
					"twitter-popup",
					"height=350,width=600"
				);

				if (twitterWindow.focus) {
					twitterWindow.focus();
				}

				return false;
			});
		}

		if (pinterestshare) {
			jQuery(pinterestshare).click(function (e) {
				e.preventDefault();
				var featuredImage = jQuery(
					".cm-posts .cm-featured-image img"
				).attr("src")
					? jQuery(".cm-posts .cm-featured-image img").attr("src")
					: "";

				pinterestWindow = window.open(
					"https://pinterest.com/pin/create/button/?url=" +
						document.URL +
						"&media=" +
						featuredImage +
						"&description=" +
						document.title,
					"pinterest-popup",
					"height=350,width=600"
				);

				if (pinterestWindow.focus) {
					pinterestWindow.focus();
				}

				return false;
			});
		}

		if (emailshare) {
			jQuery(emailshare).click(function (e) {
				e.preventDefault();

				var shareUrl = document.URL;
				var shareTitle = document.title;

				var emailBaseUrl =
					"mailto:?subject=" +
					encodeURIComponent(shareTitle) +
					"&body=" +
					encodeURIComponent(shareUrl);

				emailWindow = window.open(
					emailBaseUrl,
					"email-popup",
					"height=350,width=600"
				);

				if (emailWindow.focus) {
					emailWindow.focus();
				}

				return false;
			});
		}
	})();
});

/**
 * Flyout related posts featured JS setting.
 */
jQuery(function () {
	// Flyout related post.
	var related_posts_flyout_wrapper = jQuery("#related-posts-wrapper-flyout");

	function colormag_flyout_posts_window_scroll() {
		var primary_height = jQuery("#cm-primary").outerHeight();
		var window_height = jQuery(this).scrollTop() + jQuery(this).height();
		var window_bottom = jQuery(document).height() - window_height;

		if (window_height > window_bottom) {
			related_posts_flyout_wrapper.addClass("flyout");
		} else {
			related_posts_flyout_wrapper.removeClass("flyout");
		}
	}

	jQuery(window).on("scroll", colormag_flyout_posts_window_scroll);

	jQuery("#flyout-related-post-close").click(function () {
		related_posts_flyout_wrapper.removeClass("flyout");

		jQuery(window).off("scroll", colormag_flyout_posts_window_scroll);
	});
});
assets/js/html5shiv.js000064400000024641151213253200010744 0ustar00/**
* @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
;(function(window, document) {
/*jshint evil:true */
  /** version */
  var version = '3.7.3';

  /** Preset options */
  var options = window.html5 || {};

  /** Used to skip problem elements */
  var reSkip = /^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i;

  /** Not all elements can be cloned in IE **/
  var saveClones = /^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i;

  /** Detect whether the browser supports default html5 styles */
  var supportsHtml5Styles;

  /** Name of the expando, to work with multiple documents or to re-shiv one document */
  var expando = '_html5shiv';

  /** The id for the the documents expando */
  var expanID = 0;

  /** Cached data for each document */
  var expandoData = {};

  /** Detect whether the browser supports unknown elements */
  var supportsUnknownElements;

  (function() {
    try {
        var a = document.createElement('a');
        a.innerHTML = '<xyz></xyz>';
        //if the hidden property is implemented we can assume, that the browser supports basic HTML5 Styles
        supportsHtml5Styles = ('hidden' in a);

        supportsUnknownElements = a.childNodes.length == 1 || (function() {
          // assign a false positive if unable to shiv
          (document.createElement)('a');
          var frag = document.createDocumentFragment();
          return (
            typeof frag.cloneNode == 'undefined' ||
            typeof frag.createDocumentFragment == 'undefined' ||
            typeof frag.createElement == 'undefined'
          );
        }());
    } catch(e) {
      // assign a false positive if detection fails => unable to shiv
      supportsHtml5Styles = true;
      supportsUnknownElements = true;
    }

  }());

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

  /**
   * Creates a style sheet with the given CSS text and adds it to the document.
   * @private
   * @param {Document} ownerDocument The document.
   * @param {String} cssText The CSS text.
   * @returns {StyleSheet} The style element.
   */
  function addStyleSheet(ownerDocument, cssText) {
    var p = ownerDocument.createElement('p'),
        parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement;

    p.innerHTML = 'x<style>' + cssText + '</style>';
    return parent.insertBefore(p.lastChild, parent.firstChild);
  }

  /**
   * Returns the value of `html5.elements` as an array.
   * @private
   * @returns {Array} An array of shived element node names.
   */
  function getElements() {
    var elements = html5.elements;
    return typeof elements == 'string' ? elements.split(' ') : elements;
  }

  /**
   * Extends the built-in list of html5 elements
   * @memberOf html5
   * @param {String|Array} newElements whitespace separated list or array of new element names to shiv
   * @param {Document} ownerDocument The context document.
   */
  function addElements(newElements, ownerDocument) {
    var elements = html5.elements;
    if(typeof elements != 'string'){
      elements = elements.join(' ');
    }
    if(typeof newElements != 'string'){
      newElements = newElements.join(' ');
    }
    html5.elements = elements +' '+ newElements;
    shivDocument(ownerDocument);
  }

   /**
   * Returns the data associated to the given document
   * @private
   * @param {Document} ownerDocument The document.
   * @returns {Object} An object of data.
   */
  function getExpandoData(ownerDocument) {
    var data = expandoData[ownerDocument[expando]];
    if (!data) {
        data = {};
        expanID++;
        ownerDocument[expando] = expanID;
        expandoData[expanID] = data;
    }
    return data;
  }

  /**
   * returns a shived element for the given nodeName and document
   * @memberOf html5
   * @param {String} nodeName name of the element
   * @param {Document|DocumentFragment} ownerDocument The context document.
   * @returns {Object} The shived element.
   */
  function createElement(nodeName, ownerDocument, data){
    if (!ownerDocument) {
        ownerDocument = document;
    }
    if(supportsUnknownElements){
        return ownerDocument.createElement(nodeName);
    }
    if (!data) {
        data = getExpandoData(ownerDocument);
    }
    var node;

    if (data.cache[nodeName]) {
        node = data.cache[nodeName].cloneNode();
    } else if (saveClones.test(nodeName)) {
        node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();
    } else {
        node = data.createElem(nodeName);
    }

    // Avoid adding some elements to fragments in IE < 9 because
    // * Attributes like `name` or `type` cannot be set/changed once an element
    //   is inserted into a document/fragment
    // * Link elements with `src` attributes that are inaccessible, as with
    //   a 403 response, will cause the tab/window to crash
    // * Script elements appended to fragments will execute when their `src`
    //   or `text` property is set
    return node.canHaveChildren && !reSkip.test(nodeName) && !node.tagUrn ? data.frag.appendChild(node) : node;
  }

  /**
   * returns a shived DocumentFragment for the given document
   * @memberOf html5
   * @param {Document} ownerDocument The context document.
   * @returns {Object} The shived DocumentFragment.
   */
  function createDocumentFragment(ownerDocument, data){
    if (!ownerDocument) {
        ownerDocument = document;
    }
    if(supportsUnknownElements){
        return ownerDocument.createDocumentFragment();
    }
    data = data || getExpandoData(ownerDocument);
    var clone = data.frag.cloneNode(),
        i = 0,
        elems = getElements(),
        l = elems.length;
    for(;i<l;i++){
        clone.createElement(elems[i]);
    }
    return clone;
  }

  /**
   * Shivs the `createElement` and `createDocumentFragment` methods of the document.
   * @private
   * @param {Document|DocumentFragment} ownerDocument The document.
   * @param {Object} data of the document.
   */
  function shivMethods(ownerDocument, data) {
    if (!data.cache) {
        data.cache = {};
        data.createElem = ownerDocument.createElement;
        data.createFrag = ownerDocument.createDocumentFragment;
        data.frag = data.createFrag();
    }


    ownerDocument.createElement = function(nodeName) {
      //abort shiv
      if (!html5.shivMethods) {
          return data.createElem(nodeName);
      }
      return createElement(nodeName, ownerDocument, data);
    };

    ownerDocument.createDocumentFragment = Function('h,f', 'return function(){' +
      'var n=f.cloneNode(),c=n.createElement;' +
      'h.shivMethods&&(' +
        // unroll the `createElement` calls
        getElements().join().replace(/[\w\-:]+/g, function(nodeName) {
          data.createElem(nodeName);
          data.frag.createElement(nodeName);
          return 'c("' + nodeName + '")';
        }) +
      ');return n}'
    )(html5, data.frag);
  }

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

  /**
   * Shivs the given document.
   * @memberOf html5
   * @param {Document} ownerDocument The document to shiv.
   * @returns {Document} The shived document.
   */
  function shivDocument(ownerDocument) {
    if (!ownerDocument) {
        ownerDocument = document;
    }
    var data = getExpandoData(ownerDocument);

    if (html5.shivCSS && !supportsHtml5Styles && !data.hasCSS) {
      data.hasCSS = !!addStyleSheet(ownerDocument,
        // corrects block display not defined in IE6/7/8/9
        'article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}' +
        // adds styling not present in IE6/7/8/9
        'mark{background:#FF0;color:#000}' +
        // hides non-rendered elements
        'template{display:none}'
      );
    }
    if (!supportsUnknownElements) {
      shivMethods(ownerDocument, data);
    }
    return ownerDocument;
  }

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

  /**
   * The `html5` object is exposed so that more elements can be shived and
   * existing shiving can be detected on iframes.
   * @type Object
   * @example
   *
   * // options can be changed before the script is included
   * html5 = { 'elements': 'mark section', 'shivCSS': false, 'shivMethods': false };
   */
  var html5 = {

    /**
     * An array or space separated string of node names of the elements to shiv.
     * @memberOf html5
     * @type Array|String
     */
    'elements': options.elements || 'abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video',

    /**
     * current version of html5shiv
     */
    'version': version,

    /**
     * A flag to indicate that the HTML5 style sheet should be inserted.
     * @memberOf html5
     * @type Boolean
     */
    'shivCSS': (options.shivCSS !== false),

    /**
     * Is equal to true if a browser supports creating unknown/HTML5 elements
     * @memberOf html5
     * @type boolean
     */
    'supportsUnknownElements': supportsUnknownElements,

    /**
     * A flag to indicate that the document's `createElement` and `createDocumentFragment`
     * methods should be overwritten.
     * @memberOf html5
     * @type Boolean
     */
    'shivMethods': (options.shivMethods !== false),

    /**
     * A string to describe the type of `html5` object ("default" or "default print").
     * @memberOf html5
     * @type String
     */
    'type': 'default',

    // shivs the document according to the specified `html5` object options
    'shivDocument': shivDocument,

    //creates a shived element
    createElement: createElement,

    //creates a shived documentFragment
    createDocumentFragment: createDocumentFragment,

    //extends list of elements
    addElements: addElements
  };

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

  // expose html5
  window.html5 = html5;

  // shiv the document
  shivDocument(document);

  if(typeof module == 'object' && module.exports){
    module.exports = html5;
  }

}(typeof window !== "undefined" ? window : this, document));
assets/js/infinite-scroll.min.js000064400000003020151213253200012670 0ustar00!function(n){n(window).on("load",(function(){!function(){if("undefined"!=typeof colormagInfiniteScrollParams){var t=colormagInfiniteScrollParams,o=n(".tg-infinite-pagination"),i=n(".tg-infinite-scroll-container"),l=t.infiniteScrollEvent;o.length&&i.length&&o.find(".next").length&&!o.infinitescroll&&(o.infinitescroll=new InfiniteScroll(".tg-infinite-scroll-container",{path:".next",checkLastPage:".next",append:".tg-infinite-scroll-container .post",button:"button"===l?".tg-load-more-btn":null,outlayer:null,scrollThreshold:"scroll"===l&&500,onInit:function(){var n=o.find(".tg-load-more");this.on("load",(function(){n.removeClass("loading")})),this.on("request",(function(){n.addClass("loading")})),this.on("last",(function(){n.find(".tg-all-post-loaded-text").css("display","block")}))}}))}}(),function(){if("undefined"!=typeof colormagInfiniteScrollParams){var t=colormagInfiniteScrollParams,o=n(".tg-infinite-pagination"),i=n(".tg-autoload-posts"),l=t.autoLoadEvent;i.length&&o.find(".next").length&&!o.infinitescroll&&(o.infinitescroll=new InfiniteScroll(".tg-autoload-posts",{path:function(){var n=o.find('a[data-index="'+(this.pageIndex+1)+'"]');return n.length||(this.canLoad=!1),n.attr("href")},append:".tg-autoload-posts .tg-post",button:"button"===l?".tg-load-more-btn":null,outlayer:null,scrollThreshold:"scroll"===l&&500,onInit:function(){var n=o.find(".tg-load-more");this.on("load",(function(){n.removeClass("loading")})),this.on("request",(function(){n.addClass("loading")})),this.on("last",(function(){n.hide()}))}}))}}()}))}(jQuery);assets/js/colormag-custom.min.js000064400000031673151213253200012721 0ustar00jQuery(document).ready((function(){var e,i,t,r,a,s,o,n,c,l,d,u,h,m=function(){jQuery("#cm-masthead .search-form-top").removeClass("show"),jQuery("#cm-content").removeClass("backdrop")};if(jQuery(".search-top").click((function(){jQuery(this).next("#cm-masthead .search-form-top").toggleClass("show"),jQuery("#cm-content").toggleClass("backdrop"),setTimeout((function(){jQuery("#cm-masthead .search-form-top input").focus()}),200),jQuery(document).on("keyup",(function(e){27===e.keyCode&&jQuery("#cm-masthead .search-form-top").hasClass("show")&&m()})),jQuery(document).on("click.outEvent",(function(e){e.target.closest(".cm-top-search")||(m(),jQuery(document).off("click.outEvent"))}))})),jQuery("#scroll-up").hide(),jQuery(window).scroll((function(){jQuery(this).scrollTop()>1e3?jQuery("#scroll-up").fadeIn():jQuery("#scroll-up").fadeOut()})),jQuery("a#scroll-up").click((function(){return jQuery("body,html").animate({scrollTop:0},800),!1})),jQuery(".cm-menu-primary-container .menu-item-has-children"),jQuery(".cm-menu-primary-container .cm-submenu-toggle").click((function(){jQuery(this).parent(".menu-item-has-children").children("ul.sub-menu").first().slideToggle("1000")})),jQuery(document).on("click","#cm-primary-nav ul li.menu-item-has-children > a",(function(e){var i=jQuery(this).parent(".menu-item-has-children");!i.hasClass("focus")&&jQuery(window).width()<=768&&(i.addClass("focus"),e.preventDefault(),i.children(".sub-menu").css({display:"block"}))})),jQuery(window).on("load",(function(){if(window.matchMedia("(max-width: 768px)").matches&&jQuery("#cm-masthead .sticky-wrapper, #cm-masthead .headroom").length>=1){var e=jQuery(window).height()-88,i=jQuery("#cm-primary-nav").find("ul").first();i.css("max-height",e),i.addClass("menu-scrollbar")}})),jQuery(".wp-block-group__inner-container h2").wrap('<div class="block-title"></div>'),jQuery(".wp-block-heading").wrap('<div class="block-title"></div>'),void 0!==jQuery.fn.magnificPopup&&(jQuery(".image-popup").magnificPopup({type:"image"}),jQuery(".image-popup-blog").magnificPopup({type:"image"}),jQuery(".gallery").find('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"], a[href*=".ico"]').magnificPopup({type:"image",gallery:{enabled:!0}}),jQuery(".colormag-ticker-news-popup-link").magnificPopup({type:"ajax",callbacks:{parseAjax:function(e){var i=jQuery.magnificPopup.instance,t=jQuery(i.currItem.el[0]).data("fragment");e.data=jQuery(e.data).find(t)}}})),void 0!==jQuery.fn.fitVids&&jQuery(".fitvids-video").fitVids(),void 0!==jQuery.fn.newsTicker){if("undefined"!=typeof colormag_ticker_settings){var p=colormag_ticker_settings.breaking_news_slide_effect,y=parseInt(colormag_ticker_settings.breaking_news_duration,10),g=parseInt(colormag_ticker_settings.breaking_news_speed,10);jQuery(".newsticker").newsTicker({row_height:20,max_rows:1,direction:p,speed:g,duration:y,autostart:1,pauseOnHover:1,start:function(){jQuery(".newsticker").css("visibility","visible")}})}var f=jQuery(".cm-breaking-news");jQuery(f).each((function(){!function(e,i,t,r,a,s,o){jQuery(e).newsTicker({row_height:s,max_rows:o,duration:a,direction:r,prevButton:jQuery(i),nextButton:jQuery(t),start:function(){jQuery(".cm-breaking-news-slider-widget").css({visibility:"visible"})}})}(jQuery(this).children(".cm-breaking-news-slider-widget"),jQuery(this).children(".cm-slide-up"),jQuery(this).children(".cm-slide-down"),jQuery(this).children(".cm-breaking-news-slider-widget").data("direction"),jQuery(this).children(".cm-breaking-news-slider-widget").data("duration"),jQuery(this).children(".cm-breaking-news-slider-widget").data("rowheight"),jQuery(this).children(".cm-breaking-news-slider-widget").data("maxrows"))}))}void 0!==jQuery.fn.sticky&&((Q=jQuery("#wpadminbar")).length?jQuery("#cm-primary-nav").sticky({topSpacing:Q.height(),zIndex:999}):jQuery("#cm-primary-nav").sticky({topSpacing:0,zIndex:999}));if(jQuery(".wp-block-search__input").attr("placeholder","Search posts"),void 0!==jQuery.fn.headroom){var j=jQuery("#cm-primary-nav").offset().top,Q=jQuery("#wpadminbar"),v=jQuery(".cm-primary-nav").width();Q.length&&(j=Q.height()+jQuery("#cm-primary-nav").offset().top),jQuery(".cm-primary-nav").headroom({offset:j,tolerance:0,onPin:function(){Q.length?jQuery(".cm-primary-nav").css({top:Q.height(),position:"fixed",width:v}):jQuery(".cm-primary-nav").css({top:0,position:"fixed",width:v})},onTop:function(){jQuery(".cm-primary-nav").css({top:0,position:"relative"})}})}if(void 0!==jQuery.fn.bxSlider){var w=jQuery(".cm-featured-category-slider ");jQuery(w).each((function(){!function(e,i,t,r,a,s){jQuery(e).bxSlider({mode:i,speed:t,auto:a,pause:r,autoHover:s,adaptiveHeight:!0,nextText:'<div class="cm-category-slide-next"><svg class="cm-icon coloramg-icon--arrow-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg></div>',prevText:'<div class="cm-category-slide-prev"><svg class="cm-icon coloramg-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg></div>',pager:!1,tickerHover:!0,onSliderLoad:function(){jQuery(".cm-slider-area-rotate").css("visibility","visible"),jQuery(".cm-slider-area-rotate").css("height","auto")}})}(jQuery(this).children(".cm-slider-area-rotate"),jQuery(this).children(".cm-slider-area-rotate").data("mode"),jQuery(this).children(".cm-slider-area-rotate").data("speed"),jQuery(this).children(".cm-slider-area-rotate").data("pause"),jQuery(this).children(".cm-slider-area-rotate").data("auto"),jQuery(this).children(".cm-slider-area-rotate").data("hover"))}));var b=jQuery(".cm-posts");jQuery(b).each((function(){!function(e,i,t,r,a){jQuery(e).bxSlider({minSlides:1,maxSlides:2,slideWidth:390,slideMargin:20,speed:i,pause:t,auto:r,autoHover:a,adaptiveHeight:!0,nextText:'<div class="slide-next"><i class="fa fa-angle-right"></i></div>',prevText:'<div class="slide-prev"><i class="fa fa-angle-left"></i></div>',pager:!1,captions:!1,onSliderLoad:function(){jQuery(".cm-featured-posts--style-5 .cm-highlighted-post").css("visibility","visible"),jQuery(".cm-featured-posts--style-5 .cm-highlighted-post").css("height","auto")}})}(jQuery(this).children(".cm-featured-posts--style-5 .cm-highlighted-post"),jQuery(this).children(".cm-featured-posts--style-5 .cm-highlighted-post").data("speed"),jQuery(this).children(".cm-featured-posts--style-5 .cm-highlighted-post").data("pause"),jQuery(this).children(".cm-featured-posts--style-5 .cm-highlighted-post").data("auto"),jQuery(this).children(".cm-featured-posts--style-5 .cm-highlighted-post").data("hover"))}));var k=jQuery(".cm-thumbnail-slider-news");jQuery(k).each((function(){!function(e,i,t,r,a,s,o){jQuery(e).bxSlider({mode:t,speed:r,pause:a,auto:s,pagerCustom:i,autoHover:o,controls:!1,nextText:"",prevText:"",nextSelector:"",prevSelector:"",captions:!1,onSliderLoad:function(){jQuery(".thumbnail-big-sliders").css("visibility","visible"),jQuery(".thumbnail-big-sliders").css("height","auto")}})}(jQuery(this).children(".thumbnail-big-sliders"),jQuery(this).children(".cm-thumbnail-slider"),jQuery(this).children(".thumbnail-big-sliders").data("mode"),jQuery(this).children(".thumbnail-big-sliders").data("speed"),jQuery(this).children(".thumbnail-big-sliders").data("pause"),jQuery(this).children(".thumbnail-big-sliders").data("auto"),jQuery(this).children(".thumbnail-big-sliders").data("hover"))}));var x=jQuery(".cm-featured-posts--style-7");jQuery(x).each((function(){!function(e,i){jQuery(e).bxSlider({minSlides:5,maxSlides:8,slideWidth:150,slideMargin:12,ticker:!0,speed:i,tickerHover:!0,useCSS:!1,onSliderLoad:function(){jQuery(".cm-image-ticker-news").css("visibility","visible"),jQuery(".cm-image-ticker-news").css("height","auto")}})}(jQuery(this).children(".cm-image-ticker-news"),jQuery(this).children(".cm-image-ticker-news").data("speed"))})),jQuery(".blog .gallery-images, .archive .gallery-images, .search .gallery-images, .single-post .gallery-images").bxSlider({mode:"fade",speed:1500,auto:!0,pause:3e3,adaptiveHeight:!0,nextText:"",prevText:"",nextSelector:".slide-next",prevSelector:".slide-prev",pager:!1}),jQuery(window).on("load colormagAjaxSinglePostLoaded",(function(){jQuery(".related-post-carousel").bxSlider({minSlides:1,maxSlides:2,auto:!0,slideWidth:390,slideMargin:20,moveSlides:1,shrinkItems:!0,speed:3e3,autoHover:!0,nextText:'<div class="slide-next"><svg class="cm-icon coloramg-icon--arrow-left" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 11h15.59l-7.3-7.29a1 1 0 0 1 1.42-1.42l9 9a.93.93 0 0 1 .21.33A1 1 0 0 1 22 12a1.09 1.09 0 0 1-.08.39 1.06 1.06 0 0 1-.21.31l-9 9a1 1 0 0 1-1.42 0 1 1 0 0 1 0-1.42l7.3-7.28H3a1 1 0 0 1 0-2Z"></path></svg></i></div>',prevText:'<div class="slide-prev"><svg class="cm-icon coloramg-icon--arrow-right" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 11H5.41l7.3-7.29a1 1 0 1 0-1.42-1.42l-9 9a.93.93 0 0 0-.21.33A1 1 0 0 0 2 12a1.09 1.09 0 0 0 .08.39 1.06 1.06 0 0 0 .21.31l9 9a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42L5.41 13H21a1 1 0 0 0 0-2Z"></path></svg></div>',pager:!1,captions:!1,onSliderLoad:function(){jQuery(".related-post-carousel").css("visibility","visible"),jQuery(".related-post-carousel").css("height","auto")}})}))}if(void 0!==jQuery.fn.easytabs&&jQuery(".cm-tabbed-widget").easytabs(),void 0!==jQuery.fn.theiaStickySidebar&&"undefined"!=typeof ResizeSensor){var _=jQuery("#site-navigation-sticky-wrapper").outerHeight();null===_&&(_=0),jQuery("#cm-primary, #cm-secondary, #cm-tertiary").theiaStickySidebar({additionalMarginTop:40+_})}function S(e){e.find(".player-frame").each((function(){var e=jQuery(this),i=jQuery('[data-id="'+e.attr("id")+'"]');e.addVideoEvent("play",(function(e,t,r){i.removeClass("is-paused").addClass("is-playing")})),e.addVideoEvent("pause",(function(e,t,r){i.removeClass("is-playing").addClass("is-paused")})),e.addVideoEvent("finish",(function(e,t,r){i.removeClass("is-paused is-playing")}))}))}if(jQuery(".video-player").each((function(e){var i=jQuery(this),t="video-playlist-item-"+e,r=jQuery(this).find(".player-frame");i.attr("id",t),r.video(),S(i),r.addVideoEvent("ready",(function(){r.css("visibility","visible").fadeIn()})),i.on("click",".video-playlist-item",(function(){var e=jQuery(this),t=e.data("id"),r=jQuery("#"+t),a=e.data("src");i.find(".player-frame").each((function(){jQuery(this).pauseVideo().hide()})),r.length?r.playVideo():(i.find(".video-frame").append('<iframe id="'+t+'" class="player-frame" src="'+a+'" frameborder="0" width="100%" height="434" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(r=jQuery("#"+t)).video(),r.addVideoEvent("ready",(function(e,i,t){r.playVideo()}))),r.css("visibility","visible").fadeIn(),S(i)}))})),void 0!==jQuery.fn.prognroll&&jQuery("body").prognroll({height:5,color:colormag_progress_bar_indicator_color.bg_color,custom:!1}),"undefined"!=typeof google&&"undefined"!=typeof colormag_google_maps_widget_settings){e=parseFloat(colormag_google_maps_widget_settings.longitude),i=parseFloat(colormag_google_maps_widget_settings.latitude),t=parseInt(colormag_google_maps_widget_settings.zoom_size),r={lat:i,lng:e},a=new google.maps.Map(document.getElementById("GoogleMaps"),{zoom:t,center:r}),new google.maps.Marker({position:r,map:a}),jQuery("#GoogleMaps").css({height:colormag_google_maps_widget_settings.height})}l=jQuery(".share-buttons #facebook")[0],d=jQuery(".share-buttons #twitter")[0],u=jQuery(".share-buttons #pinterest")[0],h=jQuery(".share-buttons #email")[0],l&&jQuery(l).click((function(e){return e.preventDefault(),(s=window.open("https://www.facebook.com/sharer/sharer.php?u="+document.URL+"&p[title]="+document.title,"facebook-popup","height=350,width=600")).focus&&s.focus(),!1})),d&&jQuery(d).click((function(e){return e.preventDefault(),(o=window.open("https://twitter.com/share?text="+document.title+"&url="+document.URL,"twitter-popup","height=350,width=600")).focus&&o.focus(),!1})),u&&jQuery(u).click((function(e){e.preventDefault();var i=jQuery(".cm-posts .cm-featured-image img").attr("src")?jQuery(".cm-posts .cm-featured-image img").attr("src"):"";return(n=window.open("https://pinterest.com/pin/create/button/?url="+document.URL+"&media="+i+"&description="+document.title,"pinterest-popup","height=350,width=600")).focus&&n.focus(),!1})),h&&jQuery(h).click((function(e){e.preventDefault();var i=document.URL,t=document.title,r="mailto:?subject="+encodeURIComponent(t)+"&body="+encodeURIComponent(i);return(c=window.open(r,"email-popup","height=350,width=600")).focus&&c.focus(),!1}))})),jQuery((function(){var e=jQuery("#related-posts-wrapper-flyout");function i(){jQuery("#cm-primary").outerHeight();var i=jQuery(this).scrollTop()+jQuery(this).height();i>jQuery(document).height()-i?e.addClass("flyout"):e.removeClass("flyout")}jQuery(window).on("scroll",i),jQuery("#flyout-related-post-close").click((function(){e.removeClass("flyout"),jQuery(window).off("scroll",i)}))}));assets/js/prognroll/prognroll.js000064400000005213151213253200013047 0ustar00/* PrognRoll | https://mburakerman.github.io/prognroll/ | @mburakerman | License: MIT */
(function($) {
    $.fn.prognroll = function(options) {

        var settings = $.extend({
            height: 5, //Progress bar height
            color: "#50bcb6", //Progress bar background color
            custom: false //If you make it true, you can add your custom div and see it's scroll progress on the page.
        }, options);

        return this.each(function() {
            if ($(this).data('prognroll')) {
                return false;
            }
            $(this).data('prognroll', true);

            var $span = $("<span>", {
                class: "bar"
            });
            $("body").prepend($span);

            $span.css({
                position: "fixed",
                top: 0,
                left: 0,
                width: 0,
                height: settings.height,
                backgroundColor: settings.color,
                zIndex: 9999999
            });

            if (settings.custom === false) {

                $(window).scroll(function(e) {
                    e.preventDefault();
                    var windowScrollTop = $(window).scrollTop();
                    var windowHeight = $(window).outerHeight();
                    var bodyHeight = $(document).height();

                    var total = (windowScrollTop / (bodyHeight - windowHeight)) * 100;

                    $(".bar").css("width", total + "%");
                });

            } else {

                $(this).scroll(function(e) {
                    e.preventDefault();
                    var customScrollTop = $(this).scrollTop();
                    var customHeight = $(this).outerHeight();
                    var customScrollHeight = $(this).prop("scrollHeight");

                    var total = (customScrollTop / (customScrollHeight - customHeight)) * 100;

                    $(".bar").css("width", total + "%");
                });

            }

            /* Get scroll position on on page load */
            $(window).on('hashchange', function(e) {
                e.preventDefault();
                console.log($(window).scrollTop());
            });
            $(window).trigger('hashchange');

            var windowScrollTop = $(window).scrollTop();
            var windowHeight = $(window).outerHeight();
            var bodyHeight = $("body").outerHeight();

            var total = (windowScrollTop / (bodyHeight - windowHeight)) * 100;

            $(".bar").css("width", total + "%");
            /* Get scroll position on on page load */

        });
    };
})(jQuery);
assets/js/prognroll/prognroll.min.js000064400000001676151213253200013642 0ustar00!function(o){o.fn.prognroll=function(t){var r=o.extend({height:5,color:"#50bcb6",custom:!1},t);return this.each((function(){if(o(this).data("prognroll"))return!1;o(this).data("prognroll",!0);var t=o("<span>",{class:"bar"});o("body").prepend(t),t.css({position:"fixed",top:0,left:0,width:0,height:r.height,backgroundColor:r.color,zIndex:9999999}),!1===r.custom?o(window).scroll((function(t){t.preventDefault();var r=o(window).scrollTop(),n=o(window).outerHeight(),i=r/(o(document).height()-n)*100;o(".bar").css("width",i+"%")})):o(this).scroll((function(t){t.preventDefault();var r=o(this).scrollTop(),n=o(this).outerHeight(),i=r/(o(this).prop("scrollHeight")-n)*100;o(".bar").css("width",i+"%")})),o(window).on("hashchange",(function(t){t.preventDefault(),console.log(o(window).scrollTop())})),o(window).trigger("hashchange");var n=o(window).scrollTop(),i=o(window).outerHeight(),e=n/(o("body").outerHeight()-i)*100;o(".bar").css("width",e+"%")}))}}(jQuery);assets/js/skip-link-focus-fix.min.js000064400000000507151213253200013400 0ustar00/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",(function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())}),!1);assets/js/headroom/Headroom.js000064400000033046151213253200012354 0ustar00/*!
 * headroom.js v0.9.3 - Give your page some headroom. Hide your header until you need it
 * Copyright (c) 2016 Nick Williams - http://wicky.nillia.ms/headroom.js
 * License: MIT
 */

(function(root, factory) {
  'use strict';

  if (typeof define === 'function' && define.amd) {
    // AMD. Register as an anonymous module.
    define([], factory);
  }
  else if (typeof exports === 'object') {
    // COMMONJS
    module.exports = factory();
  }
  else {
    // BROWSER
    root.Headroom = factory();
  }
}(this, function() {
  'use strict';

  /* exported features */

  var features = {
    bind : !!(function(){}.bind),
    classList : 'classList' in document.documentElement,
    rAF : !!(window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame)
  };
  window.requestAnimationFrame = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame;

  /**
   * Handles debouncing of events via requestAnimationFrame
   * @see http://www.html5rocks.com/en/tutorials/speed/animations/
   * @param {Function} callback The callback to handle whichever event
   */
  function Debouncer (callback) {
    this.callback = callback;
    this.ticking = false;
  }
  Debouncer.prototype = {
    constructor : Debouncer,

    /**
     * dispatches the event to the supplied callback
     * @private
     */
    update : function() {
      this.callback && this.callback();
      this.ticking = false;
    },

    /**
     * ensures events don't get stacked
     * @private
     */
    requestTick : function() {
      if(!this.ticking) {
        requestAnimationFrame(this.rafCallback || (this.rafCallback = this.update.bind(this)));
        this.ticking = true;
      }
    },

    /**
     * Attach this as the event listeners
     */
    handleEvent : function() {
      this.requestTick();
    }
  };
  /**
   * Check if object is part of the DOM
   * @constructor
   * @param {Object} obj element to check
   */
  function isDOMElement(obj) {
    return obj && typeof window !== 'undefined' && (obj === window || obj.nodeType);
  }

  /**
   * Helper function for extending objects
   */
  function extend (object /*, objectN ... */) {
    if(arguments.length <= 0) {
      throw new Error('Missing arguments in extend function');
    }

    var result = object || {},
        key,
        i;

    for (i = 1; i < arguments.length; i++) {
      var replacement = arguments[i] || {};

      for (key in replacement) {
        // Recurse into object except if the object is a DOM element
        if(typeof result[key] === 'object' && ! isDOMElement(result[key])) {
          result[key] = extend(result[key], replacement[key]);
        }
        else {
          result[key] = result[key] || replacement[key];
        }
      }
    }

    return result;
  }

  /**
   * Helper function for normalizing tolerance option to object format
   */
  function normalizeTolerance (t) {
    return t === Object(t) ? t : { down : t, up : t };
  }

  /**
   * UI enhancement for fixed headers.
   * Hides header when scrolling down
   * Shows header when scrolling up
   * @constructor
   * @param {DOMElement} elem the header element
   * @param {Object} options options for the widget
   */
  function Headroom (elem, options) {
    options = extend(options, Headroom.options);

    this.lastKnownScrollY = 0;
    this.elem             = elem;
    this.tolerance        = normalizeTolerance(options.tolerance);
    this.classes          = options.classes;
    this.offset           = options.offset;
    this.scroller         = options.scroller;
    this.initialised      = false;
    this.onPin            = options.onPin;
    this.onUnpin          = options.onUnpin;
    this.onTop            = options.onTop;
    this.onNotTop         = options.onNotTop;
    this.onBottom         = options.onBottom;
    this.onNotBottom      = options.onNotBottom;
  }
  Headroom.prototype = {
    constructor : Headroom,

    /**
     * Initialises the widget
     */
    init : function() {
      if(!Headroom.cutsTheMustard) {
        return;
      }

      this.debouncer = new Debouncer(this.update.bind(this));
      this.elem.classList.add(this.classes.initial);

      // defer event registration to handle browser
      // potentially restoring previous scroll position
      setTimeout(this.attachEvent.bind(this), 100);

      return this;
    },

    /**
     * Unattaches events and removes any classes that were added
     */
    destroy : function() {
      var classes = this.classes;

      this.initialised = false;
      this.elem.classList.remove(classes.unpinned, classes.pinned, classes.top, classes.notTop, classes.initial);
      this.scroller.removeEventListener('scroll', this.debouncer, false);
    },

    /**
     * Attaches the scroll event
     * @private
     */
    attachEvent : function() {
      if(!this.initialised){
        this.lastKnownScrollY = this.getScrollY();
        this.initialised = true;
        this.scroller.addEventListener('scroll', this.debouncer, false);

        this.debouncer.handleEvent();
      }
    },

    /**
     * Unpins the header if it's currently pinned
     */
    unpin : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(classList.contains(classes.pinned) || !classList.contains(classes.unpinned)) {
        classList.add(classes.unpinned);
        classList.remove(classes.pinned);
        this.onUnpin && this.onUnpin.call(this);
      }
    },

    /**
     * Pins the header if it's currently unpinned
     */
    pin : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(classList.contains(classes.unpinned)) {
        classList.remove(classes.unpinned);
        classList.add(classes.pinned);
        this.onPin && this.onPin.call(this);
      }
    },

    /**
     * Handles the top states
     */
    top : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(!classList.contains(classes.top)) {
        classList.add(classes.top);
        classList.remove(classes.notTop);
        this.onTop && this.onTop.call(this);
      }
    },

    /**
     * Handles the not top state
     */
    notTop : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(!classList.contains(classes.notTop)) {
        classList.add(classes.notTop);
        classList.remove(classes.top);
        this.onNotTop && this.onNotTop.call(this);
      }
    },

    bottom : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(!classList.contains(classes.bottom)) {
        classList.add(classes.bottom);
        classList.remove(classes.notBottom);
        this.onBottom && this.onBottom.call(this);
      }
    },

    /**
     * Handles the not top state
     */
    notBottom : function() {
      var classList = this.elem.classList,
        classes = this.classes;

      if(!classList.contains(classes.notBottom)) {
        classList.add(classes.notBottom);
        classList.remove(classes.bottom);
        this.onNotBottom && this.onNotBottom.call(this);
      }
    },

    /**
     * Gets the Y scroll position
     * @see https://developer.mozilla.org/en-US/docs/Web/API/Window.scrollY
     * @return {Number} pixels the page has scrolled along the Y-axis
     */
    getScrollY : function() {
      return (this.scroller.pageYOffset !== undefined)
        ? this.scroller.pageYOffset
        : (this.scroller.scrollTop !== undefined)
          ? this.scroller.scrollTop
          : (document.documentElement || document.body.parentNode || document.body).scrollTop;
    },

    /**
     * Gets the height of the viewport
     * @see http://andylangton.co.uk/blog/development/get-viewport-size-width-and-height-javascript
     * @return {int} the height of the viewport in pixels
     */
    getViewportHeight : function () {
      return window.innerHeight
        || document.documentElement.clientHeight
        || document.body.clientHeight;
    },

    /**
     * Gets the physical height of the DOM element
     * @param  {Object}  elm the element to calculate the physical height of which
     * @return {int}     the physical height of the element in pixels
     */
    getElementPhysicalHeight : function (elm) {
      return Math.max(
        elm.offsetHeight,
        elm.clientHeight
      );
    },

    /**
     * Gets the physical height of the scroller element
     * @return {int} the physical height of the scroller element in pixels
     */
    getScrollerPhysicalHeight : function () {
      return (this.scroller === window || this.scroller === document.body)
        ? this.getViewportHeight()
        : this.getElementPhysicalHeight(this.scroller);
    },

    /**
     * Gets the height of the document
     * @see http://james.padolsey.com/javascript/get-document-height-cross-browser/
     * @return {int} the height of the document in pixels
     */
    getDocumentHeight : function () {
      var body = document.body,
        documentElement = document.documentElement;

      return Math.max(
        body.scrollHeight, documentElement.scrollHeight,
        body.offsetHeight, documentElement.offsetHeight,
        body.clientHeight, documentElement.clientHeight
      );
    },

    /**
     * Gets the height of the DOM element
     * @param  {Object}  elm the element to calculate the height of which
     * @return {int}     the height of the element in pixels
     */
    getElementHeight : function (elm) {
      return Math.max(
        elm.scrollHeight,
        elm.offsetHeight,
        elm.clientHeight
      );
    },

    /**
     * Gets the height of the scroller element
     * @return {int} the height of the scroller element in pixels
     */
    getScrollerHeight : function () {
      return (this.scroller === window || this.scroller === document.body)
        ? this.getDocumentHeight()
        : this.getElementHeight(this.scroller);
    },

    /**
     * determines if the scroll position is outside of document boundaries
     * @param  {int}  currentScrollY the current y scroll position
     * @return {bool} true if out of bounds, false otherwise
     */
    isOutOfBounds : function (currentScrollY) {
      var pastTop  = currentScrollY < 0,
        pastBottom = currentScrollY + this.getScrollerPhysicalHeight() > this.getScrollerHeight();

      return pastTop || pastBottom;
    },

    /**
     * determines if the tolerance has been exceeded
     * @param  {int} currentScrollY the current scroll y position
     * @return {bool} true if tolerance exceeded, false otherwise
     */
    toleranceExceeded : function (currentScrollY, direction) {
      return Math.abs(currentScrollY-this.lastKnownScrollY) >= this.tolerance[direction];
    },

    /**
     * determine if it is appropriate to unpin
     * @param  {int} currentScrollY the current y scroll position
     * @param  {bool} toleranceExceeded has the tolerance been exceeded?
     * @return {bool} true if should unpin, false otherwise
     */
    shouldUnpin : function (currentScrollY, toleranceExceeded) {
      var scrollingDown = currentScrollY > this.lastKnownScrollY,
        pastOffset = currentScrollY >= this.offset;

      return scrollingDown && pastOffset && toleranceExceeded;
    },

    /**
     * determine if it is appropriate to pin
     * @param  {int} currentScrollY the current y scroll position
     * @param  {bool} toleranceExceeded has the tolerance been exceeded?
     * @return {bool} true if should pin, false otherwise
     */
    shouldPin : function (currentScrollY, toleranceExceeded) {
      var scrollingUp  = currentScrollY < this.lastKnownScrollY,
        pastOffset = currentScrollY <= this.offset;

      return (scrollingUp && toleranceExceeded) || pastOffset;
    },

    /**
     * Handles updating the state of the widget
     */
    update : function() {
      var currentScrollY  = this.getScrollY(),
        scrollDirection = currentScrollY > this.lastKnownScrollY ? 'down' : 'up',
        toleranceExceeded = this.toleranceExceeded(currentScrollY, scrollDirection);

      if(this.isOutOfBounds(currentScrollY)) { // Ignore bouncy scrolling in OSX
        return;
      }

      if (currentScrollY <= this.offset ) {
        this.top();
      } else {
        this.notTop();
      }

      if(currentScrollY + this.getViewportHeight() >= this.getScrollerHeight()) {
        this.bottom();
      }
      else {
        this.notBottom();
      }

      if(this.shouldUnpin(currentScrollY, toleranceExceeded)) {
        this.unpin();
      }
      else if(this.shouldPin(currentScrollY, toleranceExceeded)) {
        this.pin();
      }

      this.lastKnownScrollY = currentScrollY;
    }
  };
  /**
   * Default options
   * @type {Object}
   */
  Headroom.options = {
    tolerance : {
      up : 0,
      down : 0
    },
    offset : 0,
    scroller: window,
    classes : {
      pinned : 'headroom--pinned',
      unpinned : 'headroom--unpinned',
      top : 'headroom--top',
      notTop : 'headroom--not-top',
      bottom : 'headroom--bottom',
      notBottom : 'headroom--not-bottom',
      initial : 'headroom'
    }
  };
  Headroom.cutsTheMustard = typeof features !== 'undefined' && features.rAF && features.bind && features.classList;

  return Headroom;
}));
assets/js/headroom/Headroom.min.js000064400000012330151213253200013127 0ustar00/*!
 * headroom.js v0.9.3 - Give your page some headroom. Hide your header until you need it
 * Copyright (c) 2016 Nick Williams - http://wicky.nillia.ms/headroom.js
 * License: MIT
 */
!function(t,o){"use strict";"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?module.exports=o():t.Headroom=o()}(this,(function(){"use strict";var t={bind:!!function(){}.bind,classList:"classList"in document.documentElement,rAF:!!(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame)};function o(t){this.callback=t,this.ticking=!1}function i(t){return t&&"undefined"!=typeof window&&(t===window||t.nodeType)}function n(t,o){var e;o=function t(o){if(arguments.length<=0)throw new Error("Missing arguments in extend function");var n,e,s=o||{};for(e=1;e<arguments.length;e++){var l=arguments[e]||{};for(n in l)"object"!=typeof s[n]||i(s[n])?s[n]=s[n]||l[n]:s[n]=t(s[n],l[n])}return s}(o,n.options),this.lastKnownScrollY=0,this.elem=t,this.tolerance=(e=o.tolerance)===Object(e)?e:{down:e,up:e},this.classes=o.classes,this.offset=o.offset,this.scroller=o.scroller,this.initialised=!1,this.onPin=o.onPin,this.onUnpin=o.onUnpin,this.onTop=o.onTop,this.onNotTop=o.onNotTop,this.onBottom=o.onBottom,this.onNotBottom=o.onNotBottom}return window.requestAnimationFrame=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame,o.prototype={constructor:o,update:function(){this.callback&&this.callback(),this.ticking=!1},requestTick:function(){this.ticking||(requestAnimationFrame(this.rafCallback||(this.rafCallback=this.update.bind(this))),this.ticking=!0)},handleEvent:function(){this.requestTick()}},n.prototype={constructor:n,init:function(){if(n.cutsTheMustard)return this.debouncer=new o(this.update.bind(this)),this.elem.classList.add(this.classes.initial),setTimeout(this.attachEvent.bind(this),100),this},destroy:function(){var t=this.classes;this.initialised=!1,this.elem.classList.remove(t.unpinned,t.pinned,t.top,t.notTop,t.initial),this.scroller.removeEventListener("scroll",this.debouncer,!1)},attachEvent:function(){this.initialised||(this.lastKnownScrollY=this.getScrollY(),this.initialised=!0,this.scroller.addEventListener("scroll",this.debouncer,!1),this.debouncer.handleEvent())},unpin:function(){var t=this.elem.classList,o=this.classes;!t.contains(o.pinned)&&t.contains(o.unpinned)||(t.add(o.unpinned),t.remove(o.pinned),this.onUnpin&&this.onUnpin.call(this))},pin:function(){var t=this.elem.classList,o=this.classes;t.contains(o.unpinned)&&(t.remove(o.unpinned),t.add(o.pinned),this.onPin&&this.onPin.call(this))},top:function(){var t=this.elem.classList,o=this.classes;t.contains(o.top)||(t.add(o.top),t.remove(o.notTop),this.onTop&&this.onTop.call(this))},notTop:function(){var t=this.elem.classList,o=this.classes;t.contains(o.notTop)||(t.add(o.notTop),t.remove(o.top),this.onNotTop&&this.onNotTop.call(this))},bottom:function(){var t=this.elem.classList,o=this.classes;t.contains(o.bottom)||(t.add(o.bottom),t.remove(o.notBottom),this.onBottom&&this.onBottom.call(this))},notBottom:function(){var t=this.elem.classList,o=this.classes;t.contains(o.notBottom)||(t.add(o.notBottom),t.remove(o.bottom),this.onNotBottom&&this.onNotBottom.call(this))},getScrollY:function(){return void 0!==this.scroller.pageYOffset?this.scroller.pageYOffset:void 0!==this.scroller.scrollTop?this.scroller.scrollTop:(document.documentElement||document.body.parentNode||document.body).scrollTop},getViewportHeight:function(){return window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight},getElementPhysicalHeight:function(t){return Math.max(t.offsetHeight,t.clientHeight)},getScrollerPhysicalHeight:function(){return this.scroller===window||this.scroller===document.body?this.getViewportHeight():this.getElementPhysicalHeight(this.scroller)},getDocumentHeight:function(){var t=document.body,o=document.documentElement;return Math.max(t.scrollHeight,o.scrollHeight,t.offsetHeight,o.offsetHeight,t.clientHeight,o.clientHeight)},getElementHeight:function(t){return Math.max(t.scrollHeight,t.offsetHeight,t.clientHeight)},getScrollerHeight:function(){return this.scroller===window||this.scroller===document.body?this.getDocumentHeight():this.getElementHeight(this.scroller)},isOutOfBounds:function(t){var o=t<0,i=t+this.getScrollerPhysicalHeight()>this.getScrollerHeight();return o||i},toleranceExceeded:function(t,o){return Math.abs(t-this.lastKnownScrollY)>=this.tolerance[o]},shouldUnpin:function(t,o){var i=t>this.lastKnownScrollY,n=t>=this.offset;return i&&n&&o},shouldPin:function(t,o){var i=t<this.lastKnownScrollY,n=t<=this.offset;return i&&o||n},update:function(){var t=this.getScrollY(),o=t>this.lastKnownScrollY?"down":"up",i=this.toleranceExceeded(t,o);this.isOutOfBounds(t)||(t<=this.offset?this.top():this.notTop(),t+this.getViewportHeight()>=this.getScrollerHeight()?this.bottom():this.notBottom(),this.shouldUnpin(t,i)?this.unpin():this.shouldPin(t,i)&&this.pin(),this.lastKnownScrollY=t)}},n.options={tolerance:{up:0,down:0},offset:0,scroller:window,classes:{pinned:"headroom--pinned",unpinned:"headroom--unpinned",top:"headroom--top",notTop:"headroom--not-top",bottom:"headroom--bottom",notBottom:"headroom--not-bottom",initial:"headroom"}},n.cutsTheMustard=void 0!==t&&t.rAF&&t.bind&&t.classList,n}));assets/js/headroom/jQuery.headroom.min.js000064400000000626151213253200014452 0ustar00!function(o){o&&(o.fn.headroom=function(t){return this.each((function(){var a=o(this),e=a.data("headroom"),n="object"==typeof t&&t;n=o.extend(!0,{},Headroom.options,n),e||((e=new Headroom(this,n)).init(),a.data("headroom",e)),"string"==typeof t&&(e[t](),"destroy"===t&&a.removeData("headroom"))}))},o("[data-headroom]").each((function(){var t=o(this);t.headroom(t.data())})))}(window.Zepto||window.jQuery);assets/js/headroom/jQuery.headroom.js000064400000001575151213253200013674 0ustar00(function($) {

  if(!$) {
    return;
  }

  ////////////
  // Plugin //
  ////////////

  $.fn.headroom = function(option) {
    return this.each(function() {
      var $this   = $(this),
        data      = $this.data('headroom'),
        options   = typeof option === 'object' && option;

      options = $.extend(true, {}, Headroom.options, options);

      if (!data) {
        data = new Headroom(this, options);
        data.init();
        $this.data('headroom', data);
      }
      if (typeof option === 'string') {
        data[option]();

        if(option === 'destroy'){
          $this.removeData('headroom');
        }
      }
    });
  };

  //////////////
  // Data API //
  //////////////

  $('[data-headroom]').each(function() {
    var $this = $(this);
    $this.headroom($this.data());
  });

}(window.Zepto || window.jQuery));assets/js/loadmore.min.js000064400000002512151213253200011376 0ustar00jQuery(document).ready((function(){var t=jQuery(".tg-ajax-btn-wrapper");jQuery(t).each((function(){!function(t,r,a,e,o,n,d,i,u,g){var l=1,s=colormag_script_vars.no_more_posts,c=r,y=e,h=a,j=o,Q=n,_=d,p=i;jQuery(t).on("click",(function(){l++,jQuery(g).show(),jQuery(t).attr("disabled",!0);var r={action:"get_ajax_results",tg_nonce:colormag_load_more.tg_nonce,tg_pagenumber:l,tg_category:c,tg_number:y,tg_random:h,tg_child_category:j,tg_tag:Q,tg_author:_,tg_type:p};return jQuery.post(colormag_load_more.ajax_url,r,(function(r){var a=jQuery(r);a.length?(jQuery(u).append(a),jQuery(g).hide(),jQuery(t).attr("disabled",!1)):(jQuery(g).hide(),jQuery(t).attr("disabled",!0),jQuery(t).html("<span>"+s+"</span>"))})),!1}))}("#"+jQuery(this).children(".tg-front-post-load-more").attr("id"),jQuery(this).children(".tg-front-post-load-more").data("category"),jQuery(this).children(".tg-front-post-load-more").data("random"),jQuery(this).children(".tg-front-post-load-more").data("number"),jQuery(this).children(".tg-front-post-load-more").data("child_category"),jQuery(this).children(".tg-front-post-load-more").data("tag"),jQuery(this).children(".tg-front-post-load-more").data("author"),jQuery(this).children(".tg-front-post-load-more").data("type"),"#"+jQuery(this).children(".tg-append-ajax-datas").attr("id"),"#"+jQuery(this).find(".waiting").attr("id"))}))}));assets/sass/plugins/woocommerce/_tables.scss000064400000001727151213253200015326 0ustar00table.shop_table_responsive {

	thead {
		display: none;
	}

	tbody {

		th {
			display: none;
		}
	}

	tr {

		td {
			display: block;
			text-align: right;
			clear: both;

			&::before {
				content: attr(data-title) ": ";
				float: left;
			}

			&.product-remove {

				a {
					text-align: center;
				}

				&::before {
					display: none;
				}
			}

			&.actions,
			&.download-actions {

				&::before {
					display: none;
				}
			}

			&.download-actions {

				.button {
					display: block;
					text-align: center;
				}
			}
		}
	}
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive {

		thead {
			display: table-header-group;
		}

		tbody {

			th {
				display: table-cell;
			}
		}

		tr {

			th,
			td {
				text-align: left;
			}

			td {
				display: table-cell;
				vertical-align: middle;

				&::before {
					display: none;
				}
			}
		}
	}
}
assets/sass/plugins/woocommerce/_components.scss000064400000006417151213253200016242 0ustar00/**
 * Star rating
 */
 .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;

	&::before {
		content: "\53\53\53\53\53";
		opacity: 0.25;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
	}

	span {
		overflow: hidden;
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		padding-top: 1.5em;
	}

	span::before {
		content: "\53\53\53\53\53";
		top: 0;
		position: absolute;
		left: 0;
		color: $color__gray-800;
	}
}

p.stars {

	a {
		position: relative;
		height: 1em;
		width: 1em;
		text-indent: -999em;
		display: inline-block;
		text-decoration: none;
		margin-right: 1px;
		font-weight: 400;

		&::before {
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 1em;
			height: 1em;
			line-height: 1;
			font-family: star;
			content: "\53";
			color: $color__gray-800;
			text-indent: 0;
			opacity: 0.25;
		}

		&:hover {

			~ a::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 0.25;
			}
		}
	}

	&:hover {

		a {
			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}
		}
	}

	&.selected {

		a.active {
			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}

			~ a::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 0.25;
			}
		}

		a:not(.active) {

			&::before {
				content: "\53";
				color: $color__gray-800;
				opacity: 1;
			}
		}
	}
}

/**
 * Tabs
 */
 .woocommerce-tabs {

	ul.tabs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
        margin-top: length( 'l-30' );
        padding: 0;
        border-bottom: 1px solid $color__gray-300;
        list-style: none;
		text-align: left;

		li {
			display: block;
			position: relative;

			a {
				padding-bottom: length( 'l-6' );
				display: block;
				color: $color__gray-800;
				font-weight: 600;
				font-size: 16px;
				line-height: 1.8;
			}
		}
	}

	.panel {
		background: $color__white;
		margin-top: length( 'l-12' );
		color: $color__gray-600;

		h2:first-of-type {
			font-size: 1.6rem;
		}

		p {

			&:last-child {
				margin-bottom: 0;
			}
		}
	}

	.woocommerce-Tabs-panel  {

		table {

			td {
				border: 1px solid #e4e4e7;
			}
		}
	}
}

.select2-container.select2-container--default {
	z-index: 9999;

	.select2-selection--single {
		color: $color__gray-800;
		border-color: $color__gray-300;
		border-radius: 4px;
		height: 44px;
		display: flex;
		align-items: center;

		.select2-selection__arrow {
			top: 50%;
			transform: translateY(-50%);
		}

		.select2-selection__clear {
			float: none;
			height: 16px;
			width: 16px;
			border-radius: 4px;
			background-color: $color__primary;
			color: $color__white;
			display: inline-flex;
			justify-content: center;
			align-items: center;
			font-weight: 400;
		}
	}

	.select2-search--dropdown .select2-search__field {
		border-color: $color__gray-300;
	}

	.select2-dropdown {
		border-color: $color__gray-300;
	}
}


@include breakpoint("mdm") {

	.woocommerce-tabs {

		ul.tabs {
			gap: 60px;
		}
	}
}
assets/sass/plugins/woocommerce/_single-product.scss000064400000012527151213253200017013 0ustar00.single-product {

	.product {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		column-gap: 30px;

		&__content {
			width: 100%;
		}

		.onsale {
			z-index: 99;
		}

		.woocommerce-product-details__short-description {

			p {
				margin-bottom: 0;
			}
		}

		.woocommerce-product-gallery {
			position: relative;
			float: left;
			max-width: 100%;

			a {
				display: flex;
				align-items: flex-start; /* Fix - Image stretch in iOS/Safari */
			}

			&__trigger {
				position: absolute;
				top: 16px;
				right: 16px;
				display: block;
				z-index: 99;
			}

			&__wrapper {
				margin: 0;
			}

			.flex-viewport {
				border-radius: 2px;
			}

			ol.flex-control-thumbs {
				display: flex;
				flex-wrap: wrap;
				gap: 8px;
				margin-top: 8px;
				padding: 0;

				li {
					list-style: none;
					cursor: pointer;
					line-height: unset;

					img {
						height: 70px;
						width: 70px;
						border-radius: 4px;

						&.flex-active {
							border: 2px solid $color__primary;
						}
					}
				}
			}
		}

		.entry-summary {
			flex: 1 1 calc(var(--entry-summary-width, 50%) - 1em);

			.woocommerce-product-rating {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
			}

			.woocommerce-review-link {
				font-size: 1.4rem;
				color: gray;
				margin-left: 16px;

				&:hover {
					color: $color__primary;
				}

				.count {
					all: unset;
				}
			}

			.onsale {
				position: unset;
				display: inline-block;
			}

			.price {
				@include font-size("font-size-sm");
			}

			.stock,
			.available-on-backorder {
				font-style: italic;
			}

			.cart {
				display: flex;
				flex-wrap: wrap;
				gap: 16px;
				margin-bottom: length( 'l-12' );
				margin-top: length( 'l-12' );
			}

			.variations {
				&__form {
					table.variations {
						position: relative;
						margin-bottom: 40px;
					}

					select {
						padding: 16px;
						width: 100%;
					}

					.reset_variations {
						position: absolute;
						top: calc(100% + #{16px});
						right: 0;
					}

					.single_variation {
						margin-top: 16px;
						margin-bottom: 32px;
					}
				}

				&_button {
					display: flex;
				}
			}

			.qty {
				width: 100px;
				padding: length( 'l-4' ) length( 'l-12' );
			}

			.single_add_to_cart_button {
				width: 100px;
				padding: length( 'l-4' ) length( 'l-12' );
				border-radius: 4px;
			}
		}

		&.product-type-external {
			.entry-summary {
				.single_add_to_cart_button {
					margin-left: unset;
				}
			}
		}

		.wc-tabs-wrapper {
			flex-basis: 100%;
			max-width: 100%;
		}

		.product_meta {
			display: flex;
			flex-direction: column;
			margin-top: length( 'l-12' );
			padding: 16px 0;
			border-top: 1px solid $color__gray-300;
			border-bottom: 1px solid $color__gray-300;

			> span {
				margin: 8px 0;
			}
		}

		.variations {
			label {
				margin-bottom: 0;
			}
		}

		table {

			td {
				border: 0;
			}
		}

		.woocommerce-grouped-product-list-item {
			column-gap: 2px;
		}

		.product_title {
			margin-top: length( 'l-15' );
		}
	}

	.related,
	.upsells {
		grid: unset;
		grid-gap: 0;
		margin: 40px 0;
		width: 100%;

		.product {
			all: unset;
			list-style: none;
			position: relative;
			overflow: hidden;
		}
	}

	.shop_attributes {
		background: $color__white;
		border-radius: 2px;

		p {
			margin: 0;
		}
	}

	.comment-form {
		margin-top: 16px;
	}

	ol.commentlist {
		list-style: none;
		margin: 0;

		> li {
			padding: 16px 16px 0;
			border-bottom: 1px solid gray;
			border-radius: 2px;
			margin-bottom: 16px;
		}

		.children {
			margin-left: 16px;
			border-bottom: 1px solid gray;

			&:last-child {
				border-bottom: 0;
			}

			li {
				border-top: 1px solid gray;
				padding-top: 16px;
			}
		}

		.comment_container {
			display: flex;
		}

		.avatar {
			width: 40px;
			height: 40px;
			margin-right: 16px;
			border-radius: 100%;
			box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		}
	}

	.comment-respond {
		margin-top: 32px;

		.comment-reply-title {
			font-size: 2.4rem;
			font-weight: 500;
		}

		.comment-form {
			background: $color__white;
			padding: 16px 0;
		}

		label {
			display: block;
			margin-bottom: 8px;
		}

		input[type="text"],
		input[type="email"],
		input[type="number"] {
			width: 100%;
		}

		input[type="checkbox"] {
			margin-right: 8px;
		}

		.comment-form-cookies-consent {
			display: flex;
			align-items: baseline;
		}
	}
}

.quantity {

	input {
		border: 1px solid $color__gray-300;
		border-radius: 4px;
	}
}

.reset_variations {
	margin-left: 1em;
}

.stock {

	&:empty::before {
		display: none;
	}

	&.in-stock {
		color: $color__primary;
	}

	&.out-of-stock {
		color: $woocommerce__color-error;
	}
}

@include breakpoint("mdm") {

	.single-product {

		.product {
			flex-direction: unset;

			.woocommerce-product-gallery {
				flex: 1 1 calc(var(--product-gallery-width, 50%) - 1em);
			}

			.product_title {
				margin-top: 0;
			}
		}

		.related,
		.upsells {
			margin: 60px 0;
		}

		.upsells + .related {
			margin-top: 0;
		}
	}

	.comment-respond {
		width: 100%;
	}
}
assets/sass/plugins/woocommerce/_account-page.scss000064400000004341151213253200016415 0ustar00.woocommerce-account {

	&.logged-in {

		.woocommerce {
			display: flex;
			flex-direction: column;
			gap: 30px;
		}
	}

	.cm-entry-header {
		margin-bottom: length( 'l-15' );
	}

	h2 {
		margin-bottom: length( 'l-15' );
		@include font-size('font-size-xl');
	}

	.col2-set {

		&#customer_login {
			display: flex;
			flex-direction: column;
			gap: 30px;
			width: 100%;

			.col-1,
			.col-2 {
				width: 100%;
			}

			.col-2 {
				margin-top: 0;
			}
		}
	}

	label {
		display: block;
		margin-bottom: length( 'l-2' );
		font-weight: 600;
		line-height: 1.8;
	}

	.woocommerce-Addresses {
		background: $color__gray-100;
	}

	.woocommerce-form-row--last,
	.woocommerce-form-row--first {
		margin-bottom: 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="url"],
	input[type="tel"] {
		margin-bottom: length( 'l-8') ;
	}
}

.woocommerce-MyAccount-navigation {
	background: $color__gray-100;
	border-radius: 4px;
	overflow: hidden;

	ul {
		list-style: none;
		margin: 0;
		padding: 0;

		li {

			a {
				display: flex;
				align-items: center;
				height: 55px;
				padding: 0 20px;
				font-weight: 500;
				color: $color__gray-800;
				border-bottom: 1px solid $color__gray-300;

				&:hover,
				&:focus {
					background: $color__gray-300;
					color: $color__primary;
				}
			}

			&:last-child {

				a {
					border-bottom: 0;
				}
			}
		}

		.is-active {

			a {
				color: $color__white;
				background-color: $color__primary;

				&:hover,
				&:focus {
					background-color: $color__gray-400;
					color: $color__white;
				}
			}
		}
	}
}

.woocommerce-MyAccount-content {
	padding: length( 'l-10' );
	background-color: $color__gray-100;
	border-radius: 4px;

	p {
		margin-bottom: length( 'l-6' );

		&:last-child {
			margin-bottom: 0;
		}
	}
}

@include breakpoint("mdm") {

	.woocommerce-account {

		&.logged-in {
			.woocommerce {
				flex-direction: row;
			}
		}

		.col2-set {

			&#customer_login {
				flex-direction: row;
			}
		}
	}

	.woocommerce-MyAccount-navigation {
		width: 35%;
	}

	.woocommerce-MyAccount-content {
		width: 65%;
	}
}
assets/sass/plugins/woocommerce/_login-page.scss000064400000003436151213253200016075 0ustar00.woocommerce-form-login {

	&__rememberme {
		display: block;

		input[type="checkbox"] {
			margin-right: length( 'l-4' );;
		}
	}

	input[type="text"],
	input[type="password"] {
		margin-bottom: length( 'l-8' );
	}

	.woocommerce-button {
		margin-top: length( 'l-8' );
		margin-bottom: length( 'l-16' );
		padding: length( 'l-4' ) length( 'l-27' );
	}

	.woocommerce-LostPassword {

		a {
			@include font-size('font-size-sm');
		}
	}

	p.form-row {
		margin-bottom: 0;
	}
}

.woocommerce-lost-password  {

	.woocommerce {

		label {
			display: block;
			margin-bottom: length( 'l-2' );
			font-weight: 600;
			line-height: 1.8;
		}
	}

	button {
		background-color: transparent;
		color: $color__primary;
	}

	.woocommerce-ResetPassword {
		width: 288px;
		margin-left: auto;
		margin-right: auto;

		p {
			margin-bottom: length( 'l-8' );
		}

		input[type="text"] {
			background-color: $color__white;
			margin-bottom: length( 'l-8' );
		}
	}
}

.woocommerce-form-register {
	display: flex;
	flex-direction: column;

	input[type="email"] {
		margin-bottom: length( 'l-8' );
	}

	button.woocommerce-Button {
		color: $color__primary;
		background-color: transparent;
		margin-top: length( 'l-8' );

		&:hover {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.woocommerce-form-register,
.woocommerce-form-login {
	padding: length( 'l-15' ) length( 'l-12' );
	background-color: $color__gray-100;
	border-radius: 4px;
	border: 1px solid $color__gray-200;

	label {
		display: block;
		margin-bottom: length( 'l-2' );
		font-weight: 600;
		line-height: 1.8;
	}
}

@include breakpoint("mdm") {

	.woocommerce-lost-password  {
	
		.woocommerce-ResetPassword {
			width: 570px
		}
	}
}
assets/sass/plugins/woocommerce/_checkout.scss000064400000006236151213253200015661 0ustar00.woocommerce-checkout {

	&::after {
		content: "";
		clear: both;
		display: table;
	}

	h3 {
		font-size: 2.4rem;
	}

	.checkout {
		margin-top: length( 'l-15' );
	}

	.form-row {
		margin-bottom: length( 'l-8');

		input:not([type="checkbox"]) {
			width: 100%;
			padding: length( 'l-5') length( 'l-9');
			margin-bottom: 0;
			background-color: $color__white;
			line-height: 1.5;
		}

		label {
			display: block;
			margin-bottom: 4px;
			@include font-size('font-size-xs');
			color: $color__gray-800;
			font-weight: 600;
			line-height: 1.8;
			letter-spacing: 0.01em;
			text-transform: capitalize;
		}
	}

	.woocommerce-form-login {
		padding: 24px;
		background-color: $color__white;
		border-radius: 4px;
		width: 100%;
		border: 1px solid $color__gray_300;

		button {
			width: unset;
			margin-top: 8px;
		}
	}

	.checkout_coupon {
		background-color: $color__gray-100;
		padding: 0 16px 16px 16px;
		margin-bottom: 20px;

		.form-row {
			display: inline-block;
			input:not([type="checkbox"]) {
				width: 100%;
				padding: 8px;
				margin-bottom: 0;
			}
		}
	}

	.woocommerce-form-coupon-toggle {
		background-color: $color__gray-100;
		padding: 16px
	}

	textarea {
		height: 100px;
		background-color: $color__white;
	}
}

.col2-set {
	background: $color__white;
	margin-bottom: 32px;

	.col-2 {
		margin-top: 32px;
	}

	.shipping_address {
		margin-bottom: 32px;
	}
}

.woocommerce-checkout-review-order {
	padding: length( 'l-15') length( 'l-12');
	background-color: $color__gray-50;
	border: 1px solid $color__gray-200;
	border-radius: 4px;

	.form-row {
		margin-bottom: 0;
	}

	ul {
		margin: 0;
		list-style: none;
	}

	table {
		background-color: $color__gray-50;

		thead,
		tbody,
		.cart-subtotal {
			display: block;
			padding-bottom: 24px;
			background-color: $color__gray-50;
			border-bottom: 1px solid $color__gray_300;
		}

		tbody,
		.cart-subtotal,
		.order-total {
			padding-top: 24px;
		}

		.cart-subtotal,
		.order-total {
			font-weight: 600;
		}

		.cart-subtotal,
		tr {
			display: flex;
			justify-content: space-between;
		}

		th {
			text-align: left;
			padding: 0;
			font-weight: 600;
			text-transform: uppercase;
			border: none;
		}

		td {
			display: block;
			padding: 0;
			border: none;
			line-height: 1.2;
		}

		strong {
			font-weight: 600;
		}

		tbody {
			display: flex;
			flex-direction: column;
			gap: 16px;
		}
	}

	ul.wc_payment_methods {
		padding: 0;
		list-style: none;
		margin: 0;

		li {
			padding: length( 'l-9') length( 'l-10');
			border: 2px dashed $color__gray_300;
			border-radius: 4px;
		}
	}

	.place-order {
		margin-top: 24px;
	}

	button {
		width: 100%;
		margin-top: 16px;
	}
}

.ws-distraction-free-checkout {
	.site-header {
		.ws-row {
			justify-content: center;
		}
	}
}

@include breakpoint("mdm") {

	.col2-set {
		float: left;
		width: calc(56% - #{16px});
	}

	#order_review_heading {
		float: right;
		width: 42.5%;
		clear: right;
	}

	.woocommerce-checkout-review-order {
		float: right;
		width: 38%;
	}
}
assets/sass/plugins/woocommerce/_products.scss000064400000007570151213253200015721 0ustar00.woocommerce {

	.woocommerce-pagination {
		display: flex;
		justify-content: center;
		margin-top: length( 'l-30' );
	}

	.products {
		display: grid;
		grid-template-columns: repeat(var(--products-column, 1), 1fr);
		gap: 30px;
		margin: 0;
		padding: 0;

		.product {

			img {
				width: 100%;
				margin-bottom: length( 'l-8' );
				border-radius: br( 'br-2' );
			}
		}
	}
}

/* Product */
li.product {
	list-style: none;
	position: relative;
	overflow: hidden;

	.product__thumbnail,
	.woocommerce-loop-product__title,
	.star-rating,
	.price,
	.button,
	.add_to_cart_button,
	.added_to_cart,
	.product__content .ws-onsale-wrapper {
		transform: translateY(0);
		transition: all 0.3s ease-out;
	}

	.add_to_cart_button {

		&.added::after {
			font-family: WooCommerce;
			content: "\e017";
			margin-left: 0.5em;
			display: inline-block;
			width: auto;
			height: auto;
		}

		&.loading::after {
			font-family: WooCommerce;
			content: "\e031";
			animation: spin 2s linear infinite;
			margin-left: 0.5em;
			display: inline-block;
			width: auto;
			height: auto;
		}
	}

	
	.added_to_cart {
		background-color: $color__primary;

		&:hover {
			background-color: transparent;
			color: $color__primary;
			border: 1px solid $color__primary;
		}
	}

	a.added_to_cart {
		color: $color__white;
	}

	& > a {
		display: block;
	}

	img {
		margin: 0;
	}

	.woocommerce-loop-category__title,
	.woocommerce-loop-product__title {
		@include font-size('font-size-sm');
		margin-bottom: length( 'l-4' );
		font-weight: 600;

		.count {
			background: none;
		}
	}

	.button,
	.add_to_cart_button,
	.added_to_cart {
		display: block;
		text-align: center;
		margin-top: 16px;
		padding: length( 'l-4' ) length( 'l-12' );
		font-size: 1.4rem;
		font-weight: 600;
		border-radius: 4px;
	}
}

.star-rating {
	margin-bottom: 4px;
}

.price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	@include font-size("font-size-xs");
	color: $color__gray-700;

	ins {

		.amount {
			color: $color__gray-500;
		}
	}

	del {

		span {
			font-weight: 600;
			color: $color__gray-700;
		}
	}

	.amount {
		&:nth-child(2) {
			font-weight: 600;
			color: $color__gray-700;
		}
	}

	ins,
	& > span {
		text-decoration: none;
		background-color: transparent;
	}

	del {
		order: 1;
		color: #000;
	}

	ins,
	del,
	& > span {
		line-height: 1.8;
	}
}

.product__thumbnail {
	margin-top: 0;

	a {
		display: flex;
		align-items: flex-start; /* Fix - Image stretch in iOS/Safari */
	}
}

.product__content {
	position: relative;
	display: flex;
	flex-direction: column;

	& > a {
		display: flex;
		flex-direction: column;
	}

	.added_to_cart {
		order: 0;
	}

	.button,
	.add_to_cart_button {
		order: 1;
	}
}

.onsale {
	position: absolute;
	top: 8px;
	left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 30px;
	background-color: $color__blue-900;
	color: $color__white;
	font-size: 1.4rem;
	padding: 0 length( 'l-7' );
	border-radius: 2px;
}

.product__content {

	.onsale {
		position: unset;
		display: inline-block;
	}

}

.cm-wc-filter {
	display: flex;
	flex-direction: column;
	text-align: left;
	align-items: center;
	margin-bottom: length( 'l-15' );

	p {
		margin-bottom: 0;
	}
}

@include breakpoint("sml") {

	.products {

		&.columns-4 {
			--products-column: 3;
			grid-gap: 30px;
		}
	}

	.cm-wc-filter {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: length( 'l-15' );
	}
}

@include breakpoint("mdm") {

	@for $i from 3 through 4 {

		.products {

			&.columns-#{$i} {
				--products-column: #{$i};
			}
		}
	}
}

@include breakpoint("lrg") {

	
	.cm-wc-filter {
		margin-bottom: length( 'l-30' );
	}
}
assets/sass/plugins/woocommerce/_cart.scss000064400000006075151213253200015006 0ustar00.woocommerce-cart {

	.woocommerce {
		display: flex;
		flex-wrap: wrap;
		gap: 32px
	}

	:has(.return-to-shop) {

		.woocommerce {
			display: flex;
			flex-direction: column;
			text-align: center;
			gap: 22px;
		}
	}

	thead {
		background-color: $color__white;
	}

	th {
		padding: length( 'l-8') 0;
		border: 0;
		text-transform: uppercase;
		font-weight: 500;
	}

	td {
		border: 0;
		color:$color__gray-700;

		&:before {
			font-weight: 500;
			color: $color__gray-700;
		}
	}

	tr {
		display: block;
		position: relative;
		border-radius: 2px;
		border-bottom: 1px solid $color__gray-300;

		&:last-child {
			margin-bottom: 0;
		}
	}

	thead tr {
		border-bottom: 1px solid #EBEBEC;
	}

	.cart_totals {
		margin-top: length( 'l-15' );
		padding: length( 'l-15') length( 'l-12');
		background-color: $color__gray-100;	
		border: 1px solid #E4E4E7;
		border-radius: 4px;
	}

	.woocommerce-notices-wrapper {
		width: 100%;
	}

	.actions {

		.button {
			width: 100%;
			border: 1px solid $color__primary;
			background-color: $color__white;
			color: $color__primary;

			&:hover,
			&:focus {
				background-color: $color__gray-300;
			}

			&[aria-disabled="true"] {
				margin-top: length( 'l-10' );
				width: calc(100% - 20px);
				background-color: $color__blue-300;
				border: 1px solid $color__blue-300;
				color: $color__white;
				cursor: not-allowed;
			}
		}
	}

	.coupon {
		float: left;

		.input-text {
			margin: 0;
		}
	}
}

.woocommerce-cart-form {
	border: 1px solid $color__gray-300;
}

.product-thumbnail {
	text-align: left;
	width: 100px;

	&:before {
		display: none;
	}
}

.qty {
	width: 50px;
	padding: 4px 8px;
}

.product-subtotal {
	color: $color__primary;
}

.coupon {
	display: inline-flex;
	gap: 8px;

	label {
		display: none;
	}

	.input-text {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding: 8px 16px;
	}

	.button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding: 8px;
	}
}

.woocommerce-cart-form {
	flex-basis: 100%;
}

.cart-collaterals {
	flex-basis: 100%;
	width: calc(100% - 80px);

	tr {
		margin-bottom: 0;
		border-bottom: 1px solid $color__blue-300;

		&:last-child {
			border-bottom: 0;
		}
	}
}

@include breakpoint("mdm") {

	.woocommerce-cart {

		tr {
			display: revert;
		}

		tbody {

			tr {
				border-bottom: 1px solid $color__blue-300;

				&:last-child {
					border-bottom: 0;
				}
			}
		}

		.coupon {

			.input-text {
				border-radius: 2px;
				width: 222px;
				padding: 12px;
				margin-bottom: 0;
			}
		}

		.actions {

			.button {

				&[aria-disabled="true"] {
					float: right;
					width: unset;
					margin-top: 0;
				}
			}
		}

		.cart_totals {
			margin-top: 0;
		}
	}

	.cart-collaterals {
		flex-basis: 50%;
	}
}

@include breakpoint(lrg) {

	.woocommerce-cart-form {
		flex-basis: 66%;
	}

	.cart-collaterals {
		display: unset;
		flex: 1 1 calc(26% - 16px);
	}
}
assets/sass/plugins/_magazine-blocks.scss000064400000000510151213253200014570 0ustar00[class*='mzb'] {

	h3 {
		padding-bottom: 0
	}

	h2 {
		padding-bottom: 0;
	}

	img {
		margin-bottom: 0;
	}

	.editor-styles-wrapper h1,
	.editor-styles-wrapper h2,
	.editor-styles-wrapper h3,
	.editor-styles-wrapper h4,
	.editor-styles-wrapper h5,
	.editor-styles-wrapper h6 {
		padding-bottom: 0;
	}
}
assets/sass/plugins/_wp-pagenavi.scss000064400000001364151213253200013750 0ustar00/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi {

	.page, a {
		padding: 4px 10px;
		color: #777777;
		border: 1px solid #f2f2f2;
	}

	.current {
		padding: 4px 10px;
		color: $color__white;
		background-color: $color__primary;
		border: 1px solid #f2f2f2;
	}

	a {

		&:hover {
			padding: 4px 10px;
			color: $color__white;
			background-color: $color__primary;
			border: 1px solid #f2f2f2;
		}

		margin-left: 5px;
		border-radius: 2px;
	}

	span {
		margin-left: 5px;
		border-radius: 2px;

		&.pages {
			margin-left: 0;
			color: #777777;
			padding: 4px 10px;
			border: 1px solid #f2f2f2;
		}
	}
}
assets/sass/plugins/_headroom.scss000064400000000453151213253200013326 0ustar00/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	transition: transform 200ms linear;
}

#cm-primary-nav {

	&.headroom--pinned {
		transform: translateY(0%);
	}

	&.headroom--unpinned {
		transform: translateY(-100%);
	}
}
assets/sass/plugins/_wishlist.scss000064400000001107151213253200013373 0ustar00.add-to-wishlist-before_image {

    .yith-wcwl-add-to-wishlist {
        position: absolute;
        top: 12px;
        left: 0;
        right: 8px;
        display: flex;;
        align-items: center;
        justify-content: flex-end;
        height: 30px;
        color: $color__gray-700;
        font-size: 1.4rem;
    }

    .yith-wcwl-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: $color__gray-50;
        border-radius: 50px;
    }
}
assets/sass/abstracts/mixins/_miscellenious.scss000064400000000327151213253210016220 0ustar00@mixin center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@mixin clearfix() {

	&::before,
	&::after {
		display: table;
		content: "";
	}

	&::after {
		clear: both;
	}
}
assets/sass/abstracts/mixins/_typography.scss000064400000001257151213253210015556 0ustar00$font-size__base: 10px;
$font-size__percent: 62.5%; // 10/16 = 62.5%

$font-sizes: (
	"font-size-xxs": 12px,
	"font-size-xs":  14px,
	"font-size-sm":   16px,
	"font-size-md":   18px,
	"font-size-lg":   20px,
	"font-size-xl":   24px,
	"font-size-xxl":   32px,
	"font-size-xxxl":   40px,
);

// px to rem.
@function font-size($size, $unit: rem) {
	@return ($size / $font-size__base) + $unit;
}

// Generate font sizes as per key provided.
@mixin font-size($size-key) {
	$size: map-get($font-sizes, $size-key);

	@if not $size {
		@warn 'Invalid font size key: #{$size-key}.';
		$size: map-get($font-sizes, "font-size-xl");
	}

	font-size: font-size($size);
}
assets/sass/abstracts/mixins/_structure.scss000064400000000423151213253210015402 0ustar00$border-radius: (
	'br-1': 2px,
	'br-2': 4px,
);

@function br($size) {

	@if not map-has-key($border-radius, $size) {
		@error "Invalid border radius size '#{$size}'. Must be one of: #{map-keys($border-radius)}.";
	}

	@return map-get($border-radius, $size);
}
assets/sass/abstracts/mixins/_length.scss000064400000001674151213253210014634 0ustar00$valid-units: ('px', 'rem', 'em');

$length-values: (
		'l-1': 2,
		'l-2': 4,
		'l-3': 6,
		'l-4': 8,
		'l-5': 10,
		'l-6': 12,
		'l-7': 14,
		'l-8': 16,
		'l-9': 18,
		'l-10': 20,
		'l-11': 22,
		'l-12': 24,
		'l-13': 26,
		'l-14': 28,
		'l-15': 30,
		'l-16': 32,
		'l-17': 34,
		'l-18': 36,
		'l-19': 38,
		'l-20': 40,
		'l-27': 54,
		'l-30': 60,
);

@function length($size, $unit: px) {
	$output-value: 0;

	@if not map-has-key($length-values, $size) {
		@error "Invalid size '#{$size}' for length mixin. Must be one of: #{map-keys($length-values)}.";
	}

	@if not index($valid-units, $unit) {
		@error "Invalid unit '#{$unit}' for length mixin. Must be one of: #{$valid-units}.";
	}

	$pixel-value: map-get($length-values, $size);

	@if $unit == 'px' {
		$output-value: $pixel-value + px;
	} @else {
		$output-value: $pixel-value / 16 * 1#{if($unit == 'rem', 'rem', 'em')};
	}

	@return $output-value;
}
assets/sass/abstracts/mixins/_breakpoints.scss000064400000000753151213253210015671 0ustar00// Breakpoints.

@mixin breakpoint($point) {

	@if $point == xlrg {

		@media screen and (min-width: 75em) { @content ; }
	}
	@else if $point == lrg {

		@media screen and (min-width: 62em) { @content ; }
	}
	@else if $point == mdm {

		@media screen and (min-width: 48em) { @content ; }
	}
	@else if $point == sml {

		@media screen and (min-width: 37.5em)  { @content ; }
	}
	@else if $point == xsml {

		@media screen and (max-width: 37.5em)  { @content ; }
	}
}
assets/sass/abstracts/_abstracts.scss000064400000000325151213253210014022 0ustar00@import "mixins/breakpoints";
@import "mixins/length";
@import "mixins/typography";
@import "mixins/miscellenious";
@import "mixins/structure";

@import "variables/colors";
@import "variables/typography";
assets/sass/abstracts/variables/_colors.scss000064400000006153151213253210015312 0ustar00// Neutral.
$color__gray-900:            #18181b;
$color__gray-800:            #27272a;
$color__gray-700:            #3f3f46;
$color__gray-600:            #52525b;
$color__gray-500:            #71717a;
$color__gray-400:            #a1a1aa;
$color__gray-300:            #d4d4d8;
$color__gray-200:            #e4e4e7;
$color__gray-100:            #f4f4f5;
$color__gray-50:             #fafafa;

// White.
$color__white:               #fff;

// Black.
$color__black:               #000;

// Brand.
$color__blue-900:             #0d354a;
$color__blue-800:             #124560;
$color__blue-700:             #17597c;
$color__blue-600:             #1d729f;
$color__blue-500:             #207daf;
$color__blue-400:             #4d97bf;
$color__blue-300:             #6aa8c9;
$color__blue-200:             #98c3da;
$color__blue-100:             #bad7e6;
$color__blue-50:              #e9f2f7;

// Others.
$color__primary:             $color__blue-500;
$color__text:                $color__gray-700;

// Light.
$color__gray-eleven:         darken($color__white, 2.5%); // #f9f9f9
$color__gray-ten:            darken($color__white, 2.6%); // #f8f8f8
$color__gray-nine:           darken($color__white, 5%); // #f2f2f2
$color__gray-eight:          darken($color__white, 8.4%); // #eaeaea
$color__gray-seven:          darken($color__white, 20%); // #cccccc

// Dark.
$color__gray-one: lighten($color__black, 13.6%); // #232323
$color__gray-two: lighten($color__black, 20%); // #333333
$color__gray-three: lighten($color__black, 26.5%); // #444444
$color__gray-four: lighten($color__black, 33.5%); // # 555
$color__gray-five: lighten($color__black, 46.5%); // #777777
$color__gray-six: lighten($color__black, 53.5%); // #888888

// Brand.
$color__background-news: #212529;
$color__menu-link: #343a40;
$color__background-news-bar: #f1f3f5;
$color__background-footer-socket: #252730;
$color__light-content: darken($color__white, 35%);

// Dark mode.
$color__background-dark: #151515;
$color__background-light: #19190d;
$color__background-dark-page: #0d0d0d;
$color__background-dark-footer-socket: #121212;
$color__background-medium-footer-socket: lighten($color__background-dark-footer-socket, 1.5%);
$color__background-dark-news: lighten($color__background-dark-page, 1.5%); // #1e1e1e

// Socials.
$color__twitter: #1bb2e9;
$color__facebook: #3b5a9b;
$color__youtube: #ed3f41;
$color__vimeo-square: #44bbff;
$color__skype: #009cef;
$color__linkedin: #007bb6;
$color__google-plus: #dc4937;
$color__github: #4183c4;
$color__flickr: #0062dd;
$color__dribbble: #e24d87;
$color__instagram: #3f729b;
$color__pinterest: #d5282e;
$color__stumbleupon: #ec4823;
$color__tumblr: #455469;
$color__wordpress: #21759b;
$color__codepen: #ccc;
$color__digg: #14589e;
$color__reddit: #ff4500;
$color__xing: #026466;
$color__vk: #45668e;
$color__weibo: #e6162d;
$color__leanpub: #000;
$color__renren: #237bc2;
$color__rss: #f26522;
$color__soundcloud: #ff3a00;
$color__vine: #00bf8f;
$color__delicious: #2a96ff;

body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
    --color--primary: #207daf;
}
assets/sass/abstracts/variables/_typography.scss000064400000000111151213253210016203 0ustar00// Line height.
$line-height__body: 1.8;
$line-height__headings: 1.3;
assets/sass/generic/_normalize.scss000064400000003145151213253210013465 0ustar00/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid $color__gray-200;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

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

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}
assets/sass/generic/_box-sizing.scss000064400000001130151213253210013546 0ustar00/* 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 {
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
assets/sass/responsive/_responsive.scss000064400000012662151213253210014447 0ustar00/* Responsive.
--------------------------------------------- */

@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-left: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical {
		.video-playing {
			width: 60%;
			padding-bottom: 54%;
		}

		.video-playlist-info {
			width: 70.5%;
		}
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}

	.video-player--vertical {

		.video-playing,
		.video-playlist {
			width: 100%;
			display: block;
		}

		.video-playing {
			padding-bottom: 65%;
		}

		&.video-playlist-item img {
			margin-bottom: 0;
			width: 20%;
		}
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {

	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {

	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}

	.author-img {
		img {
			margin-right: 0;
		}

		display: block;
		margin: 0 auto;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish {
		&:nth-child( 2n ), &:nth-child( 2n+1 ) {
			float: none;
			width: 100%;
		}
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal {
		.video-playing {
			padding-bottom: 70%;
		}

		.video-playlist .video-playlist-item {
			width: 51%;
		}
	}
	.exchange-currency {
		&.exchange-column-2 .currency-table, &.exchange-column-3 .currency-table {
			width: 100%;
			padding-right: 0;
		}
	}

	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}

	.no-sidebar-full-width,
	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: 0;
					margin-right: 0;
				}
			}
		}

		&.box-layout {

			.cm-primary {

				.cm-entry-summary {

					> .alignwide {
						margin-left: 0;
						margin-right: 0;
					}
				}
			}
		}
	}

}

@media screen and (max-width: 420px) {

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}

	.related-posts-wrapper-flyout {
		width: 95%;

		.related-posts-flyout-main-title {
			padding: 20px;
		}

		.related-posts-flyout {
			padding: 20px;
		}
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */

.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */


.cm-featured-posts--style-5 .cm-highlighted-post,
.thumbnail-big-sliders,
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */

.mega-menu {
	.cm-slider-area-rotate,
	.cm-featured-posts--style-5 .cm-highlighted-post,
	.thumbnail-big-sliders,
	.cm-image-ticker-news,
	.cm-breaking-news-slider-widget {
		visibility: hidden !important;
	}

	.mega-toggle-on {
		.cm-slider-area-rotate,
		.cm-featured-posts--style-5 .cm-highlighted-post,
		.thumbnail-big-sliders,
		.cm-image-ticker-news,
		.cm-breaking-news-slider-widget {
			visibility: visible !important;
		}
	}
}
assets/sass/blocks/products/_style.scss000064400000003456151213253210014336 0ustar00.wc-block-product-new,
.wc-block-product-best-sellers,
.wp-block-product-top-rated,
.wc-block-handpicked-products {

	.wc-block-grid__product-title,
	.wc-block-grid__product-add-to-cart {
		display: flex;
		justify-content: flex-start;
	}

	.wc-block-grid__product-title {
		margin-bottom: length("l-4");
		color: $color__gray-700;
		@include font-size("font-size-sm");
		font-weight: 600;
		line-height: 1.8;
	}

	.wc-block-grid__product-rating {
		margin-bottom: 0;

		.star-rating {
			display: flex;
			justify-content: flex-start;
			margin: unset;
		}
	}

	.wc-block-grid__product {
		position: relative;
		margin-left: -1em;
		margin-right: -1em;

		&-add-to-cart {

			.wp-block-button__link {

				&.wp-element-button {
					display: block;
					text-align: center;
					width: 100%;
					margin-top: length( 'l-8');
					padding: length( 'l-4' ) length( 'l-12' );
					font-size: 1.4rem;
					font-weight: 600;
					border-radius: 4px;
				}
			}
		}

		.wc-block-grid__product-image {
			margin-bottom: length("l-8");
		}
	}

	ul {

		&.wc-block-grid__products {
			padding: 0;
			gap: 30px;
		}
	}

	.price {

		ins {
			.amount {
				color: $color__gray-500;
			}
		}

		del {

			span {
				font-weight: 600;
				color: $color__gray-700;
			}
		}
	}

	.wc-block-grid__product-image {
		margin-bottom: length("l-8");

		img {
			width: 100%;
			border-radius: 4px;
		}
	}

	.wc-block-grid__product-onsale {
		position: absolute;
		top: 8px;
		left: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 30px;
		padding: 0 length("l-7");
		background-color: $color__blue-900;
		color: $color__white;
		@include font-size("font-size-xs");
		text-transform: initial;
		border-radius: 2px;
	}
}
assets/sass/blocks/blockquote/_style.scss000064400000002104151213253210014630 0ustar00blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 30px 20px 82px;
	margin-bottom: length( 'l-15' );
	margin-top: length( 'l-8' );
	background-color: $color__primary;
	color: $color__white;
	border-radius: 4px;
	border-left: 0;

	p {
		position: relative;
		font-family: "Open Sans", serif;
		line-height: 1.8;
		padding-top: 0;
		margin-bottom: 0;

		&::before {
			content: "\f10d";
			position: absolute;
			left: -50px;
			top: 0;
			line-height: 1;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			color: $color__white;
			@include font-size("font-size-xxl");
		}
	}

	a {
		color: $color__white;
		text-decoration: underline;
	}

	em,
	i,
	cite {
		font-style: normal;
	}

	cite {
		font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 300;
		letter-spacing: 0.05em;
		float: right;
	}
}

blockquote {

	&.wp-block-quote {

		&.has-text-align-right {
			border-right: 0;
		}
	}
}
assets/sass/blocks/query/_style.scss000064400000000211151213253210013622 0ustar00.wp-block-query {

	.wp-block-post {

		&.post {
			box-shadow: none;
		}
	}

	.wp-block-post-template {
		padding: 0;
	}
}
assets/sass/blocks/_blocks.scss000064400000000151151213253210012575 0ustar00@import "blockquote/style";
@import "button/style";
@import "query/style";
@import "products/style";
assets/sass/blocks/button/_style.scss000064400000000465151213253210014003 0ustar00.wp-block-button {

	.search-icon {

		&::before {
			display: none;
		}
	}
}

.wp-block-search__inside-wrapper,
.search-wrap {

	.search-icon::before {
		content: "\f002";
		color: $color__white;
		@include font-size("font-size-lg");
		font-family: FontAwesome;
		font-weight: 400;
	}
}
assets/sass/blocks/gallery/_style.scss000064400000000172151213253210014122 0ustar00.wp-block-gallery,
.wp-block-social-links {

	&.alignleft,
	&.alignright,
	&.aligncenter {
		display: flex;
	}
}
assets/sass/style.scss000064400000006212151213253210011050 0ustar00/*
Theme Name: ColorMag Pro
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: ColorMag Pro is the pro version of ColorMag free theme.
Version: 4.1.10
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/* Import Fonts.
--------------------------------------------- */
@import "fonts/fonts";

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/

/* Import variables and mixins.
--------------------------------------------- */
@import "abstracts/abstracts";

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

/* Normalize
--------------------------------------------- */
@import "generic/normalize";
@import "generic/box-sizing";

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@import "base/base";

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
@import "components/components";

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@import "layouts/layouts";

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
@import "blocks/blocks";

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
@import "plugins/wp-pagenavi";
@import "plugins/headroom";
@import "plugins/magazine-blocks";
@import "plugins/wishlist";

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@import "utilities/accessibility";
@import "utilities/alignments";
@import "utilities/clearings";
@import "utilities/infinite-scroll";

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@import "responsive/responsive";
assets/sass/components/comments/_comments.scss000064400000006741151213253210015715 0ustar00/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: length( 'l-8' );
}

.bypostauthor {
	display: block
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: length( 'l-30' );

	.comments-title {
		@include font-size("font-size-xl");
		margin-bottom: length( 'l-20' );
	}

	.comment-metadata {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-left: length( 'l-30' );
	}

	#comment:focus-visible {
		outline: none;
	}

	.avatar {
		height: 40px;
		width: 40px;
		margin-right: length( 'l-8' );
		margin-bottom: 0;
		border: 1px solid rgba(17, 17, 17, 0.15)
	}

	.fn {

		a {
			color: $color__gray-800;
			font-size: 20px;
			font-weight: 500;
		}
	}

	.comment-content {
		margin-top:length( 'l-8' );
		margin-left: length( 'l-30' );


		p {
			line-height: 1.8;
			margin-bottom: length( 'l-6' );
		}

		a {
			word-wrap: break-word;
		}
	}

	.comment-date-time,
	.comment-permalink {
		display: flex;
		align-items: center;
		gap: 6px;
		@include font-size("font-size-xxs");
		font-weight: 400;
		line-height: 1.8;
		color: $color__gray-500;
	}

	.comment-permalink {

		&:hover {
			color: $color__primary;
		}
	}

	.comment-reply-link {
		margin-top: 12px;
		@include font-size("font-size-xs");
		font-weight: 600;
	}
}

.comment {
	margin-bottom: length( 'l-10' );

	ul,
	ol {
		margin: 0 0 20px 20px;
	}

	ul {
		list-style: square outside none;
	}

	a {
		&:hover {
			text-decoration: underline;
		}
	}

	.comment-author-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		margin-bottom: length( 'l-6' );

		.post-author {
			background-color: $color__primary;
			color: $color__white;
			padding: 6px;
			border-radius: 4px;
			font-size: 14px;
		}
	}
}

.comment-list {
	margin-bottom: length( 'l-12' );

	.children {
		margin-left: 20px;
		list-style-type: none;
		padding: 0;
	}

	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	@include font-size("font-size-xxs");
}

/* Comments Form.
--------------------------------------------- */
.comment-respond {

	.comment-reply-title{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: length( 'l-3' );
		margin-bottom: length( 'l-4' );
		@include font-size("font-size-xl");

		#cancel-comment-reply-link {
			font-weight: normal;
			@include font-size("font-size-sm");
		}
	}

	.logged-in-as,
	.comment-notes {
		margin-bottom: length( 'l-16' );
		@include font-size("font-size-sm");
	}

	form {

		.comment-form-cookies-consent {

			#wp-comment-cookies-consent {
				margin-right: length( 'l-3' );
			}

			label {
				display: inline-block;
				font-weight: 400;
				margin-top: length( l-5 );
				margin-bottom: length( l-16 );
			}
		}

		input[type="text"],
		textarea,
		input[type="email"],
		input[type="url"] {
			box-sizing: border-box;
			@include font-size("font-size-sm");
			line-height: 1.5;
			padding: 10px;
			width: 100%;
			margin-bottom: length( l-7 );
		}

		p.form-allowed-tags {
			display: none;
			@include font-size("font-size-sm");
			line-height: 1;
			color: #5e5e5e;
		}
	}

	label {
		display: block;
		@include font-size("font-size-sm");
		font-weight: 600;
		color: $color__gray-600;
		margin-bottom: length( 'l-4' );
		line-height: 1.8;
	}

	p {
		margin-bottom: 0;
	}
}

.required {
	color: red;
}
assets/sass/components/header-actions/_header-actions.scss000064400000005003151213253210020005 0ustar00/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: flex;
	align-items: center;
	order: 3;
	flex-basis: 100%;
	justify-content: flex-end;
	margin-left: auto;
}

.cm-top-search {
	position: initial;

	&:has(.show) {

		.fa.search-top {

			&::before {
				content: '✖';
			}
		}
		
	}
}

.fa.search-top {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: length( 'l-4' );
	height: 48px;
	width: 48px;
	color: $color__white;
	@include font-size("font-size-xl");
	cursor: pointer;

	&:hover {
		background-color: $color__primary;
	}
}

.search-wrap {
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 4px;

	button {
		padding: length( 'l-7' );
		color: $color__white;
		background-color: $color__primary;
		@include font-size("font-size-xs");
		border-radius: 0 4px 4px 0;
		line-height: 0.8;
	}
}

.search-form-top {
	position: absolute;
	right: 0;
	z-index: 9999;
	border: 1px solid $color__gray-100;
	display: none;
	padding: length( 'l-12' );
	border-radius: 0 0 4px 4px;
	background-color: $color__white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

	&.show {
		display: block;
		width: 100%;

		&::before {
			content: '';
			position: absolute;
			width: 0;
			height: 0;
			border-bottom: 12px solid $color__white;
			border-left: 12px solid transparent;
			border-right: 12px solid transparent;
			top: -10px;
			right: 54px;
		}
	}

	:focus-visible {
		outline: none;
	}

	input.s {
		width: 100%;
		padding: length( 'l-6' );
		@include font-size("font-size-xs");
		border: 1px solid $color__gray-200;
		border-radius: 4px 0 0 4px;
	}

	.search-wrap {
		display: flex;
	}
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	order :1;

	.fa-random {
		color: $color__white;
		@include font-size("font-size-xl");
		vertical-align: middle;
	}
}

.cm-primary-nav {

	.cm-random-post {

		a {
			display: flex;
			align-items: center;
			height: 48px;
			padding: length( 'l-4' );
			border-bottom: medium none;

			&:hover {
				background-color: $color__primary;
			}

			svg {
				display: block;
				fill: #fff;
				font-size: 32px;
			}
		}

	}
}

@include breakpoint("mdm") {

	.cm-header-actions {
		flex-basis: unset;
	}

	.search-form-top{

		&.show {
			width: 570px;

			&::before {
				right: 10px;
			}
		}
	}

	.cm-top-search {
		position: relative;
	}
}
assets/sass/components/_components.scss000064400000003571151213253220014427 0ustar00/* Top bar.
--------------------------------------------- */
@import "top-bar/top-bar";
@import "top-bar/breaking-news";
@import "top-bar/header-date";
@import "top-bar/menu";

/* Social icons.
--------------------------------------------- */
@import "social-icons/social-icons";

/* Header actions.
--------------------------------------------- */
@import "header-actions/header-actions";

/* Header media.
--------------------------------------------- */
@import "header-media/header-media";

/* Page header.
--------------------------------------------- */
@import "page-header/page-header";
@import "page-header/breadcrumbs";

/* Navigation.
--------------------------------------------- */
@import "menus/common-desktop-mobile-menu";
@import "menus/navigation";
@import "menus/primary-menu";

/* Smooth image.
--------------------------------------------- */
@import "smooth-image/smooth-image";

/* Comments.
--------------------------------------------- */
@import "comments/comments";

/* Entry.
--------------------------------------------- */
@import "entry/entry";

/* Widgets.
--------------------------------------------- */
@import "widgets/advertisement";
@import "widgets/breaking-news";
@import "widgets/call-to-action";
@import "widgets/category-slider";
@import "widgets/currency-exchange";
@import "widgets/featured-category-slider";
@import "widgets/featured-post-style-1";
@import "widgets/featured-post-style-2";
@import "widgets/featured-post-style-3";
@import "widgets/featured-post-style-4";
@import "widgets/featured-post-style-5";
@import "widgets/featured-post-style-6";
@import "widgets/featured-post-style-7";
@import "widgets/highlighted-posts";
@import "widgets/random-post";
@import "widgets/search";
@import "widgets/tabbed";
@import "widgets/video-playlist";
@import "widgets/weather";
@import "widgets/widgets";
assets/sass/components/social-icons/_social-icons.scss000064400000004570151213253220017210 0ustar00/* Social Icons.
--------------------------------------------- */
.fa {
	@include font-size('font-size-sm');
	color: $color__gray-500;
}

.social-links {

	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;

		li {

			&:hover > a {
				background-color: transparent;
			}
		}

		a {
			text-decoration: none;

			&:hover {
				text-decoration: none;
			}
		}
	}

	li {
		margin-left: 16px;
		border-top: 0;

		&:first-child {
			margin-left: 0;
		}
	}

	a {
		display: flex;
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
	}

	.fa {
		text-align: center;
		transition: color 0.2s ease-out 0s;
		font-size: 18px;

		&:hover {
			color: $color__primary;
		}
	}

	.fa-twitter {
		color: $color__twitter;
	}

	.fa-facebook {
		color: $color__facebook;
	}

	.fa-youtube {
		color: $color__youtube;
	}

	.fa-vimeo-square {
		color: $color__vimeo-square;
	}

	.fa-skype {
		color: $color__skype;
	}

	.fa-linkedin {
		color: $color__linkedin;
	}

	.fa-google-plus {
		color: $color__google-plus;
	}

	.fa-github {
		color: $color__github;
	}

	.fa-flickr {
		color: $color__flickr;
	}

	.fa-dribbble {
		color: $color__dribbble;
	}

	.fa-instagram {
		color: $color__instagram;
	}

	.fa-pinterest {
		color: $color__pinterest;
	}

	.fa-stumbleupon {
		color: $color__stumbleupon;
	}

	.fa-tumblr {
		color: $color__tumblr;
	}

	.fa-wordpress {
		color: $color__wordpress;
	}

	.fa-codepen {
		color: $color__gray-seven;
	}

	.fa-digg {
		color: $color__digg;
	}

	.fa-reddit {
		color: $color__reddit;
	}

	.fa-xing {
		color: $color__xing;
	}

	.fa-vk {
		color: $color__vk;
	}

	.fa-weibo {
		color: $color__weibo;
	}

	.fa-leanpub {
		color: $color__leanpub;
	}

	.fa-renren {
		color: $color__renren;
	}

	.fa-rss {
		color: $color__rss;
	}

	.fa-soundcloud {
		color: $color__soundcloud;
	}

	.fa-vine {
		color: $color__vine;
	}

	.fa-delicious {
		color: $color__delicious;
	}
}

.cm-header-actions {

	.social-links {

		a {
			padding: 0;
		}

		li {
			margin-left: 0;
			padding: 12px;
		}

		ul {

			li {
				display: inline-block;
				background: transparent;

				a {

					&:hover {
						background-color: transparent;
					}
				}
			}
		}
	}
}
assets/sass/components/entry/_thumbnail.scss000064400000000145151213253220015360 0ustar00.cm-featured-image {
	text-align: center;

	a {
		display: block;
		position: relative;
	}
}
assets/sass/components/entry/_summary.scss000064400000000301151213253220015064 0ustar00.cm-entry-summary {
	margin-top: length( 'l-6' );

	p {
		margin-bottom: length( 'l-12', em );
		@include font-size("font-size-xs");

		&:last-child {
			margin-bottom: 0;
		}
	}
}
assets/sass/components/entry/_entry.scss000064400000000164151213253220014537 0ustar00@import "button";
@import "footer";
@import "header";
@import "meta";
@import "summary";
@import "thumbnail";
assets/sass/components/entry/_header.scss000064400000000352151213253220014625 0ustar00.cm-entry-title {
	margin-bottom: length( 'l-6' );
	@include font-size("font-size-xl");
	font-weight: 500;

	a {
		color: $color__gray-800;

		&:hover {
			color: $color__primary;
			text-decoration: underline;
		}
	}
}
assets/sass/components/entry/_footer.scss000064400000000143151213253220014671 0ustar00.cm-entry-footer {

	.cm-edit-link {
		margin-top: length( 'l-12' );
		line-height: 1;
	}
}
assets/sass/components/entry/_meta.scss000064400000002407151213253220014326 0ustar00.cm-entry-header-meta {
	display: flex;
	margin-bottom: length('l-6');
}

.cm-below-entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;

	.cm-post-date,
	.cm-comments-link {

		a {
			display: flex;
			align-items: center;
			gap: 4px;
		}
	}
}

.cm-below-entry-meta,
.cm-entry-header-meta {

	a {

		&:hover {
			text-decoration: underline;
		}
	}
}

.cm-author,
.cm-post-views,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: flex;
	align-items: center;
	gap: 4px;
	@include font-size('font-size-xxs');
}


/* ------------ Post Meta ----------------- */

.cm-posts {
	.cm-below-entry-meta {
		.cm-author {
			.cm-style-2-avatar {
				height: 24px;
				width: 24px;
				border-radius: 100px;
			}
		}
	}
}

.cm-tag-links {
	display: flex;
	align-items: center;
	@include font-size('font-size-xxs');
}

.cm-icon--tag {
	margin-right: 4px;
}

.cm-post-date,
.cm-author,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link {

	a {
		color: $color__gray-500;
		@include font-size('font-size-xxs');
	}
}

.cm-tag-links {
	flex-wrap: wrap;
}

.cm-total-views {
	color: $color__gray-500;
	@include font-size('font-size-xxs');
}assets/sass/components/entry/_button.scss000064400000000605151213253220014711 0ustar00.cm-entry-button {
	display: inline-block;
	background-color: $color__primary;
	border-radius: 2px;

	span {
		display: inline-block;
		padding: length( 'l-2', px ) length( 'l-6', px );
		color: $color__white;
		@include font-size('font-size-xs');
		font-weight: 600;
		cursor: pointer;
		line-height: 1.8;

		&:hover {
			background-color: rgba(0, 0, 0, 0.1);
		}
	}
}
assets/sass/components/widgets/_featured-post-style-3.scss000064400000000651151213253220017764 0ustar00/* Style 3 widget.
--------------------------------------------- */
.tg-front-post-load-more {
	display: inline-block;
	padding: length( 'l-5' );
	background-color: $color__black;
	color: $color__white;
	@include font-size("font-size-xxs");
	font-weight: 600;
}

.widget .waiting {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

.cm-featured-posts--style-3 {

	.cm-posts {
		gap: length( 'l-6' );
	}
}
assets/sass/components/widgets/_featured-post-style-6.scss000064400000002547151213253220017775 0ustar00/* Style 6 widget.
--------------------------------------------- */
.cm-featured-posts--style-6 {

	&.cm-featured-posts {
		display: block;

		.cm-entry-header-meta {
			display: flex;
		}

		.cm-post-content {
			padding: length( 'l-8' );
		 }
	}

	.cm-thumbnail-slider-news .bx-caption {
		position: absolute;
		padding: length( 'l-8' );
		margin-top: -72px;
		background: $color__black;
		color: $color__white;
		opacity: 0.5;
	}

	img {
		margin-bottom: 0;
	}

	.cm-post {
		position: relative;
		border-radius: 0;
	}

	.cm-post-content {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: grid;
		grid-template-rows: repeat(1, 1fr);
		align-items: end;
		text-align: left;
		padding: length( 'l-12' );
		background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);

		.cm-entry-title {
			margin-bottom: 0;

			a {
				@include font-size("font-size-xl");
				color: $color__white;
			}
		}
	}
}

.cm-thumbnail-slider-news {
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.cm-thumbnail-slider {
	position: relative;
	display: flex;
	gap: length( 'l-4' );
	padding: length( 'l-4' );

	img {
		border-radius: 4px;
	}

	a {
		display: inline-block;
		text-align: center;
		width: 20%;
	}

	.title {
		display: none;
	}
}
assets/sass/components/widgets/_featured-category-slider.scss000064400000003346151213253220020602 0ustar00/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider,
.cm-slider-area-rotate {
	position: relative;

    .cm-single-slide {
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}

	img {
		width: 100%;
		margin-bottom: 0;
	}

	.cm-below-entry-meta {
		margin-bottom: 0;
	}

	.single-post {

		.bx-controls-direction {
			display: none;
		}
	}

	.cm-slide-content {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		display: grid;
		grid-template-rows: repeat(1, 1fr);
		align-items: end;
		text-align: left;
		padding: 16px;
		background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);

		.cm-entry-header-meta .cm-post-categories a {
			background-color: $color__primary;
		}
	}

	.cm-entry-title {
		color: $color__white;
		@include font-size('font-size-sm');

		a {
			color: inherit;

			&:hover {
				color: $color__white;
				opacity: 0.8;
			}
		}
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link,
	.cm-reading-time{

		svg {
			fill: $color__white;
		}
	}

	.cm-post-date a,
	.cm-author a,
	.cm-reading-time,
	.cm-reading-time::before,
	.human-diff-time .human-diff-time-display {
		color: $color__white;
	}

	.cm-comments-link {

		a,
		span {
			color: $color__white;
		}
	}
}

.cm-featured-category-slider-single-post {

	.cm-slider-area-rotate {
		visibility: visible;
		height: unset;
	}
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0
}

@include breakpoint("mdm") {

	.cm-featured-category-slider {

		.cm-entry-title {
			@include font-size('font-size-xl');
		}

		.cm-slide-content {
			padding: length( 'l-12' );
		}
	}
}
assets/sass/components/widgets/_video-playlist.scss000064400000005266151213253220016660 0ustar00
/* Video Playlist.
--------------------------------------------- */
.widget_video_player {
	margin-bottom: 20px;

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.video-player {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.video-playing,
.video-playlist {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.video-playing {
	width: 71%;
	position: relative;
	padding-bottom: 35.6%;
	padding-top: 2.5%;
	height: 0;
}

.video-player.video-player--vertical {
	background-color: #1d1d1d;
}

.video-playing iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-playlist {
	width: 29%;
	height: 100%;
}

.video-playlist-item {
	display: block;
	border-bottom: 1px solid #222222;
	padding: 15px 20px;
	cursor: pointer;

	&:last-child {
		border-bottom: 0 none;
	}
}

.video-player.video-player--horizontal .video-playlist-item {
	height: 100%;
}

.video-playlist-item img,
.video-playlist-info {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	white-space: pre-wrap;
}

.video-playlist-item img {
	margin-bottom: 0;
	width: 25.5%;
}

.video-playlist-info {
	width: 71.5%;
	padding-left: 5%;
}

.video-playlist-item {

	.video-playlist-title {
		font-size: 16px;
		font-weight: 700;
		color: #f2f2f2;
		line-height: 26px;
		padding-bottom: 0;
	}

	.video-duration {
		font-size: 12px;
		color: #d5d5d5;
	}
}

.video-player {

	&.video-player--vertical .video-playlist {
		height: 434px;
		overflow-y: auto;
	}

	&.video-player--horizontal {
		background-color: #f2f2f2;

		.video-playing,
		.video-playlist {
			width: 100%;
			display: block;
			margin-right: 0;
		}

		.video-playing {
			padding-bottom: 40%;
		}

		.video-playlist {
			text-align: center;
			height: 100%;
			overflow-x: auto;
			white-space: nowrap;

			.video-playlist-item {
				display: inline-block;
				width: 17%;
				vertical-align: top;
				border-bottom: 0 none;
				margin-right: -4px;
				padding: 2%;
				position: relative;
				text-align: left;
				border-right: 2px solid #d8d8d8;

				&:last-child {
					border-right: 0 none;
					margin-right: 0;
				}
			}
		}

		.video-playlist-item img {
			width: 100%;
		}

		.video-playlist-info {
			width: 100%;
			padding-left: 0;
			padding-top: 14px;
			display: block;
		}

		.video-playlist-item {

			.video-playlist-title {
				color: #373f51;
			}

			.video-duration {
				color: #7f7f7f;
			}
		}
	}
}
assets/sass/components/widgets/_search.scss000064400000001666151213253220015160 0ustar00/* Widget Search.
	--------------------------------------------- */
.wp-block-search {

	.wp-block-search__label {
		display: none;
	}

	.wp-block-search__button {
		border: 0;
		margin-left: 0;
		border-radius: 0 4px 4px 0;
	}

	.wp-block-search__input {
		position: relative;
		padding: length("l-6");
		@include font-size("font-size-xs");
		border: 1px solid $color__gray-300;
		border-radius: 4px 0 0 4px;
		line-height: 1.6;

		&:focus-visible {
			outline: none;
		}
	}

	.wp-element-button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		padding: 0;
		color: transparent;

		&::before {
			position: absolute;
			content: "\f002";
			color: $color__white;
			@include font-size("font-size-lg");
			font-family: FontAwesome;
			font-weight: 400;
		}

		&:hover {
			background-color: $color__primary;
			color: transparent;
		}
	}
}
assets/sass/components/widgets/_highlighted-posts.scss000064400000002642151213253220017334 0ustar00/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts {

	.cm-posts {
		display: grid;
		grid-template-columns: 1fr;
		gap: length( 'l-6' );
	}

	a {
		display: block;
	}

	.cm-post {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
	}

	img {
		width: 100%;
	}

	.cm-post-content {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		align-items: end;
		grid-template-rows: repeat(1, 1fr);
		padding: length( 'l-8' );
		background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
	}

	.cm-below-entry-meta {
		margin-bottom: 0;
	}

	.cm-author,
	.cm-comments-link,
	.cm-entry-header-meta {
		display: none;
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link,
	.cm-reading-time{
		svg {
			fill: $color__white;
		}
	}

	.cm-post-date a,
	.cm-author a,
	.cm-reading-time,
	.cm-reading-time::before,
	.human-diff-time .human-diff-time-display {
		color: $color__white;
	}

	.cm-entry-title {
		margin-bottom: length( 'l-4' );
		@include font-size("font-size-sm");
		font-weight: 500;

		a {
			color: $color__white;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);

			&:hover {
				color: $color__white;
				opacity: 0.8;
			}
		}
	}
}


@include breakpoint("mdm") {

	.cm-highlighted-posts {

		.cm-posts {
			grid-template-columns: 1fr 1fr;
		}
	}
}
assets/sass/components/widgets/_featured-post-style-5.scss000064400000003260151213253220017765 0ustar00/* Style 5 widget.
--------------------------------------------- */
.cm-featured-posts--style-5 {

    &.cm-highlighted-posts {

        .cm-below-entry-meta {
            display: none;
        }

        .cm-post {
            margin-bottom: 0;
        }
    }

    &.cm-featured-posts {

        .cm-post-content .cm-entry-title a {
            color: $color__white;

            &:hover {
                color: $color__primary;
            }
        }

        img {
            margin-bottom: 0;
        }

        .cm-post-content .cm-below-entry-meta {

            .cm-post-date .fa,
            .cm-author .fa,
            .cm-comments-link .fa {
                color: $color__white;
            }
        }

        .cm-post-title-below-image {
            .cm-post {
                flex-direction: column;

                .cm-post-content {
                    position: unset;
                    background: $color__white;
                    align-self: unset;

                    .cm-entry-title {
                        margin: 0;

                        a {
                            color: $color__black;

                            &:hover {
                                color: $color__primary;
                            }
                        }
                    }
                }
            }
        }
    }
}

.cm-footer {
    .cm-featured-posts--style-5 {
        .cm-post-title-below-image {
            .cm-post {
                img {
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0;
                }
            }
        }
    }
}
assets/sass/components/widgets/_featured-post-style-4.scss000064400000001407151213253220017765 0ustar00/* Style 4 widget.
--------------------------------------------- */
.cm-featured-posts--style-4 {

	.cm-post {
		display: flex;
		flex-direction: column;

		.cm-post-content {
			flex-basis: 100%;
			padding: length( 'l-8', px );
		}
	}

	&.cm-featured-posts {

		.cm-entry-title {
			@include font-size("font-size-xl");
		}

		.cm-entry-header-meta {
			display: flex;
		}

		.cm-posts {

			.cm-author {
				display: flex;
			}
		}
	}

	.fluid-width-video-wrapper {
		margin-bottom: length( 'l-10' );
		padding: 0 !important;

		iframe {
			width: 390px;
			height: 205px;
			margin-right: length( 'l-10' );
			margin-bottom: 0;
			position: relative;
			float: left;
		}
	}

	.cm-featured-image {
		flex-basis: 100%;
	}
}
assets/sass/components/widgets/_weather.scss000064400000003373151213253220015347 0ustar00/* Weather.
--------------------------------------------- */
.cm-secondary .widget.widget_weather .weather-info {
	color: #fffdfd;
}

.widget_weather {

	.weather-info {
		color: #fffdfd;
	}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

.weather-forecast-header {
	padding: 30px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #fffdfd;
}

.weather-info {
	padding: 0 20px 30px;
	text-align: center;
}

.weather-location,
.weather-today {
	display: inline-block;
	vertical-align: top;
}

.weather-location {
	margin-top: 5px;

	span {
		display: block;
	}

	.owf {
		line-height: 80px;
	}
}

.cm-secondary .weather-location .owf {
	line-height: 80px;
}

.weather-info .weather-icon {
	font-size: 100px;
}

.cm-secondary {
	.weather-info .weather-icon {
		font-size: 100px;
	}

	.weather-location-name {
		font-size: 24px;
		font-weight: 700;
		padding-top: 15px;
	}
}

.weather-location-name {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.weather-desc {
	padding-top: 15px;
}

.weather-today {
	text-align: left;
	margin-left: 40px;
}

.cm-secondary .weather-desc,
.weather-desc {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	padding-top: 0;
}

.weather-info .weather-temp,
.weather_highlow,
.weather_wind {
	display: block;
	padding-top: 10px;
}

.cm-secondary .weather-current-temp,
.weather-current-temp {
	font-size: 48px;
	font-weight: 700;
}

.weather-today span {
	margin-right: 5px;
	color: #fffdfd;
}

.weather-current-temp sup {
	vertical-align: text-top;
	font-size: 16px;
	line-height: 40px;
}
assets/sass/components/widgets/_widgets.scss000064400000013515151213253220015355 0ustar00/* Widget Title.
--------------------------------------------- */
.widget {

	&:last-child {
		margin-bottom: 0;
	  }

	  .wp-block-heading {
		display: inline-block;
		background-color: $color__primary;
		color: $color__white;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.8;
		margin-bottom: 0;
		padding: 4px 12px 2px;
		border-radius: 2px 2px 0 0;
		letter-spacing: 0.01em;
	}

	.block-title {
		display: block;
		margin-bottom: 20px;
		border-bottom: 2px solid $color__primary;
	}

	select {
		border: 1px solid #dddddd;
		color: #777777;
		padding: 2px;
		width: 60%;
	}
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: length( 'l-15', px );

	.cm-widget-title {
		display: flex;
		flex-basis: 100%;
		justify-content: space-between;
		border-bottom: 2px solid $color__primary;
		font-size: 18px;

		span {
			display: inline-block;
			padding: 6px 12px;
			color: $color__white;
			background-color: $color__primary;
		}
	}

	.cm-posts {

		.cm-post {
			display: flex;
		}

		.cm-author {
			display: none;
		}
	}

	.cm-post {
		overflow: hidden;
	}

	.cm-entry-title {
		font-size: 14px;

		a {
			display: block;
			color: inherit;
			text-shadow: none;
			word-wrap: break-word;
			line-height: 1.5;

			&:hover {
				color: $color__primary;
			}
		}
	}

	.cm-entry-header-meta {
		display: none;
	}

	.cm-post-content {
		flex: 1;
		align-self: center;
		padding: length( 'l-6', px) length( 'l-8', px);
	}

	img {
		width: 100%;
	}

	.cm-first-post {
		flex-basis: 100%;
		margin-bottom: 12px;

		figure {
			position: relative;
		}

		.cm-post-content {
			padding: 18px;
		}

		.cm-entry-title {
			font-size: 24px;
		}

		.cm-entry-header-meta {
			display: flex;
		}
	}

	.cm-below-entry-meta {
		margin-bottom: 12px;
	}

	.cm-breaking-news {

		.cm-post {
			overflow: visible;
			box-shadow: none;
		}
	}

	.cm-entry-summary {

		p {
			margin-bottom: 0;
		}
	}
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area,
.cm-beside-slider-widget {

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 0;

		span {
			display: inline-block;
			padding: 6px 12px;
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.cm-view-all-link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: $color__white;
	font-weight: 600;
	background-color: $color__black;

	.cm-primary & {

		span {
			background: transparent;
		}
	}
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: $color__primary;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: $color__white;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary,
.cm-footer,
#cm-tertiary {

	.widget {

		ul {
			li {

				li {
					border-bottom: none;
				}
			}
	
			ul {
				padding-left: 10px;
			}
		}
	}
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;

	.cm-widget-title {
		display: flex;
		justify-content: space-between;
		border-bottom: 2px solid $color__primary;
		margin-bottom: 15px;

		span {
			display: inline-block;
			background-color: $color__primary;
			color: $color__white;
			font-size: 16px;
			font-weight: 600;
			line-height: 1.8;
			margin-bottom: 0;
			padding: 4px 12px 2px;
			border-radius: 2px 2px 0 0;
			letter-spacing: 0.01em;

			.rsswidget {
				color: $color__white;

				img {
					margin-top: 5px;
					margin-bottom: 0;
				}

				&:hover {
					text-decoration: none;
				}
			}
		}
	}

	a:hover {
		text-decoration: underline;
	}

	.widget {
		margin-bottom: length( l-16 );
		@include font-size("font-size-xs");

		p {
			@include font-size("font-size-xs");
		}

		ul {

			li {
				line-height: 1.5;
				padding: 6px 0;
				list-style: none;
			}
		}

		li {
			line-height: 1.8;
		}
	}
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: $color__white;
}

#style6_pager_colormag_slider_news_widget-9 {

	img:hover {

		.play-button-wrapper {
			background-color: #207DAF;
		}
	}
}

.widget,
.cm-featured-image {

	.play-button-wrapper {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background-color: rgba(35, 35, 35, 0.75);
		width: 42px;
		height: 26px;
		border-radius: 3px;
		transition: background 0.3s ease 0s;

		.fa {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: $color__white;
		}
	}
}

@include breakpoint("mdm") {

	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}

	.cm-featured-posts--style-4 {

		.cm-post {
			flex-direction: row;
		}
	}
}

@include breakpoint("lrg") {

	.cm-front-page-top-section {
		flex-direction: row;
		margin-bottom: 50px;
	}

	.cm-slider-area {
		width: 55.26315789%;
	}

	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}
assets/sass/components/widgets/_featured-post-style-7.scss000064400000000703151213253220017766 0ustar00/* Style 7 widget.
--------------------------------------------- */
.cm-featured-posts--style-7 {

    .cm-post-content {
        display: none;
    }
}

@include breakpoint("mdm") {

    .cm-featured-posts--style-7 {

        img {
            margin-bottom: length( 'l-2' );
        }

        .cm-post-content {
            display: flex;
        }

        .cm-entry-title {
            margin-bottom: 0;
        }
    }
}assets/sass/components/widgets/_featured-post-style-1.scss000064400000001657151213253220017771 0ustar00/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 {

    p {
        display: inline-block;
        width: 100%;
    }

    .cm-entry-title {
        margin-bottom: length( 'l-4' );
    }

    .cm-first-post {

        .cm-entry-title {
            margin-bottom: length( 'l-6' );
        }
    }

    .cm-posts {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: length( 'l-6' );

        .cm-below-entry-meta {
            margin-bottom: 0;
        }
    }
}

@include breakpoint("mdm") {
	
    .cm-featured-posts {

        &.cm-featured-posts--style-1 {
            gap: 20px;

            .cm-posts {
                flex-basis: calc(50% - 10px);
            }

            .cm-first-post {
                flex-basis: calc(50% - 10px);
                margin-bottom: 0;
            }
        }
    }
}
assets/sass/components/widgets/_tabbed.scss000064400000003377151213253220015135 0ustar00/* Tabbed Widget.
--------------------------------------------- */
.cm-tabbed-widget-popular,
.cm-tabbed-widget-recent,
.cm-tabbed-widget-comment  {
	display: flex;
	flex-direction: column;
	gap: length( 'l-6' );
	padding: length( 'l-6' );
}

.tabbed-images {
	position: relative;
}

.cm-tab-widget {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;

	.cm-post {
		position: relative;
		display: flex;
		box-shadow: none;
		clear: both;

		a {
			display: flex;
			position: relative;
			height: fit-content;
		}
	}

	.cm-post-content {
		flex-basis: 50%;
		flex: 1;

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}
}

.cm-tabbed-widget {
	width: 100%;

	.cm-tabs {
		display: flex;
	}

	img {
		border-radius: 4px;
	}

	.tabbed-images {
		float: left;
		position: relative;
	}

	.cm-entry-title {
		margin-bottom: length( 'l-4' );
	}

	.cm-author {
		display: none;
	}

	li {
		list-style: none;
		opacity: 0.8;
		filter: alpha(opacity=80);
		padding-top: length( 'l-5' );
	
		&.active,
		&:hover {
			opacity: 1;
			filter: alpha(opacity=100);
		}
	}

	.tabbed-comment-widget {
		clear: both;

		img {
			margin: length( 'l-5' );
		}
	}

	ul {

		li {
			display: inline-block;
			float: left;
			text-align: center;
			width: 33.3334%;
			padding: 5px 0;
			background-color: $color__primary;

			a {
				display: flex;
				align-items: center;
				justify-content: center;
				gap: length( 'l-2' );
				color: $color__white;
				@include font-size("font-size-sm");
			}

		svg {
				fill: $color__white;
			}
		}

		&.column-2 {

			li {
				width: 50%;
			}
		}

		&.column-1 {

			li {
				width: 100%;
			}
		}
	}
}
assets/sass/components/widgets/_call-to-action.scss000064400000003021151213253220016504 0ustar00/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: length( 'l-15' );
}

.call-to-action {
	padding: length( 'l-15' );
	background-color: $color__primary;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);

}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: left;
}

.call-to-action--right {
	text-align: right;
}

.call-to-action-border {

	&::before {
		position: absolute;
		content: "";
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		border: 1px solid #c0bcb9;
		height: auto;
		width: auto;
		z-index: -1;
	}

	&::after {
		position: absolute;
		content: "";
		top: 30px;
		bottom: 30px;
		left: 30px;
		right: 30px;
		margin: 0 auto;
		border: 1px solid #c0bcb9;
		height: auto;
		width: auto;
		z-index: -1;
		top: 34px;
		left: 34px;
		right: 34px;
		bottom: 34px;
	}
}

.call-to-action__title {
	margin-bottom: length( 'l-5' );
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: length( 'l-20' );
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: $color__white;
	background-color: $color__primary;
	@include font-size("font-size-xs");
	font-weight: 700;
	text-transform: uppercase;

}
assets/sass/components/widgets/_currency-exchange.scss000064400000007122151213253220017316 0ustar00/* Currency Exchange.
--------------------------------------------- */
.cm-header-col-2 .widget.widget_exchange,
.widget.widget_exchange {
	margin-bottom: length( 'l-15' );
	text-align: left;
}

.exchange-currency {
	background-color: #fcfdfd;

	.base-currency {
		text-align: center;
		padding: length( 'l-10' );
		font-size: 18px;
		font-weight: 700;
		border-bottom: 1px solid #e4e3e2;
	}

	.currency-list {
		padding: length( 'l-10' );
	}

	.currency-table {

		display: inline-block;
		vertical-align: top;
		margin-bottom: length( 'l-5' );
		padding-bottom: length( 'l-5' );
		margin-right: -4px;
		font-size: 14px;
		border-bottom: 1px solid #efefef;

		&:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: 0 none;
		}
	}

	.currency--country {
		font-weight: 700;
		display: inline-block;
	}

	&.exchange-column-1 .currency-table {
		width: 100%;
		padding-right: 0;
	}

	&.exchange-column-2 .currency-table {
		width: 46%;
		padding-right: 8%;
	}

	&.exchange-column-3 .currency-table {
		width: 28%;
		padding-right: 8%;
	}

	&.exchange-column-2 .currency-table:nth-child(2n),
	&.exchange-column-3 .currency-table:nth-child(3n) {
		padding-right: 0;
	}
}

.currency--flag {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/flags.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
	margin: 1px 5px 0 0;

	&.currency--flag-aud {
		background-position: 2px -2px;
	}

	&.currency--flag-bgn {
		background-position: -24px 0;
	}

	&.currency--flag-brl {
		background-position: -48px 0;
	}

	&.currency--flag-cad {
		background-position: -72px 0;
	}

	&.currency--flag-chf {
		background-position: -96px 0;
	}

	&.currency--flag-cny {
		background-position: 0 -24px;
	}

	&.currency--flag-czk {
		background-position: -24px -24px;
	}

	&.currency--flag-dkk {
		background-position: -48px -24px;
	}

	&.currency--flag-gbp {
		background-position: -96px -24px;
	}

	&.currency--flag-hkd {
		background-position: 0 -48px;
	}

	&.currency--flag-hrk {
		background-position: -24px -48px;
	}

	&.currency--flag-huf {
		background-position: -48px -48px;
	}

	&.currency--flag-idr {
		background-position: -72px -48px;
	}

	&.currency--flag-ils {
		background-position: -96px -48px;
	}

	&.currency--flag-inr {
		background-position: 0 -71px;
	}

	&.currency--flag-jpy {
		background-position: -24px -75px;
	}

	&.currency--flag-krw {
		background-position: -48px -72px;
	}

	&.currency--flag-mxn {
		background-position: -72px -72px;
	}

	&.currency--flag-myr {
		background-position: -96px -72px;
	}

	&.currency--flag-nok {
		background-position: 0 -96px;
	}

	&.currency--flag-nzd {
		background-position: -24px -96px;
	}

	&.currency--flag-php {
		background-position: -48px -96px;
	}

	&.currency--flag-pln {
		background-position: -72px -96px;
	}

	&.currency--flag-ron {
		background-position: -96px -96px;
	}

	&.currency--flag-rub {
		background-position: -120px 0;
	}

	&.currency--flag-sek {
		background-position: -120px -24px;
	}

	&.currency--flag-sgd {
		background-position: -120px -48px;
	}

	&.currency--flag-thb {
		background-position: -120px -72px;
	}

	&.currency--flag-try {
		background-position: -120px -96px;
	}

	&.currency--flag-usd {
		background-position: 0 -120px;
	}

	&.currency--flag-zar {
		background-position: -24px -120px;
	}

	&.currency--flag-eur {
		background-position: -72px -24px;
	}
}

.currency--rate {
	float: right;
}
assets/sass/components/widgets/_featured-post-style-2.scss000064400000000736151213253220017767 0ustar00/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2 {

    &.cm-featured-posts {

        .cm-first-post,
        .cm-posts {
            flex-basis: 100%;
            width: 100%;
            gap: length( 'l-6' );
        }
    }

    .cm-posts {

        .cm-entry-title {
            margin-bottom: length( 'l-4' );
        }

        .cm-below-entry-meta {
            margin-bottom: 0;
        }
    }
}
assets/sass/components/widgets/_random-post.scss000064400000001411151213253220016142 0ustar00/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget {

	.cm-post {
		display: flex;
		box-shadow: none;

		.cm-entry-title {
			a {
				color: #0a0a0a;
			}
		}

		a {
			position: relative;
		}
	}

	.cm-random-post {
		width: 100%;
	}

	.cm-post-content {
		flex: 1;

		.cm-entry-title {
			margin-bottom: length('l-4');
			font-size: 14px;
			line-height: 1.4;
		}

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	.cm-author {
		display: none;
	}
}

.cm-random-posts {
	display: flex;
	flex-direction: column;
	gap: length('l-6');
	padding: length('l-6');
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;

	img {
		border-radius: 4px;
	}
}assets/sass/components/widgets/_breaking-news.scss000064400000002751151213253220016443 0ustar00
/* Breaking News Widget.
--------------------------------------------- */
.widget {

	.cm-breaking-news {

		.cm-post {
			padding: 0;
		}
	}
}

.cm-breaking-news-slider-widget {
	display: flex;
	flex-direction: column;
	gap: length( 'l-6' );

	img {
		border-radius: 4px;
	}
}

.cm-breaking-news {
	width: 100%;
	padding: length( 'l-6' );
	border-radius: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);

	.cm-post {
		box-shadow: none;
		padding: 0;
	}

	.cm-entry-title {
		margin-bottom: length( 'l-4' );

		a {
			display: block;
			@include font-size("font-size-xs");
			line-height: 1.4;
			padding: 0;
		}
	}

	.cm-slide-up,
	.cm-slide-down {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		width: 100%;

		svg {
			padding: 4px;
			background-color: $color__gray-50;
			fill: $color__gray-500;
			border: 1px solid $color__gray-50;
			border-radius: 2px;
		}
	}

	
	.cm-slide-down {
		padding-top: length( 'l-8' );
	}

	.cm-slide-up {
		padding-bottom: length( 'l-8' );
	}

	.cm-post {
		display: flex;
	}

	.cm-below-entry-meta {
		margin-bottom: 0;

		.cm-comments-link,
		.cm-post-date,
		.cm-author {
			a {
				@include font-size("font-size-xxs");
			}

		}
	}

	.cm-author {
		display: none;
	}
}

i {

	&.fa-arrow-up,
	&.fa-arrow-down {
		width: 94%;
		text-align: center;
		cursor: pointer;
		padding: length( 'l-5' );
		color: $color__primary;
	}
}
assets/sass/components/widgets/_category-slider.scss000064400000002514151213253220017001 0ustar00/* Category Slider Widget.
--------------------------------------------- */
.rtl {

    .cm-slider {
        direction: rtl;
    }
}

.cm-featured-category-slider-widget {
	margin-bottom: length( 'l-15' );
}

.cm-slider-area {

    .cm-featured-category-slider-widget {
        margin-bottom: 0;
    }
}

.top-full-width-sidebar {

    .cm-featured-category-slider-widget {
        margin-bottom: length( 'l-5' );
    }
}

.tg-full-width {

	&.inner-wrap {
		max-width: 100%;
		padding: 0 15px;
	}

	.home .cm-content {
		padding-top: 0;
	}
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
    transform: translateY(-92%);
	background-color: $color__primary;
	border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

	.cm-icon {
		fill: $color__white;
		height: 16px;
		width: 16px;
	}
}

.cm-category-slide-prev {
	right: 0;
	margin-right: length( 'l-30' );
}

.cm-category-slide-next {
	right: 0;
	margin-right: length( 'l-12' );
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}
assets/sass/components/widgets/_advertisement.scss000064400000001363151213253220016557 0ustar00/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 {

	.cm-advertisement-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
}

.advertisement_below_post_title {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;

	img {
		padding: 0;
	}
}

.advertisement_728x90 {
	display: block;
}


.advertisement_728x90 {

	img {
		width: calc(100% - 50px);
		display: block;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		padding: 24px 26px;
		margin-left: auto;
		margin-right: auto;
	}
}
assets/sass/components/menus/_navigation.scss000064400000014345151213253220015531 0ustar00/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	margin-top: length( 'l-15' );

	.previous,
	.next {
		flex: 1;
	}

	.next {
		text-align: right;
	}
}

.wp-block-query-pagination-numbers {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;

	.page-numbers {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 14px;
		height: 14px;
		border-radius: 4px;
		border: 1px solid $color__gray-100;
		background-color: $color__white;
		color: $color__gray-700;
		font-size: 14px;
		padding: 8px;
		font-weight: 400;

		&.current {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

.previous,
.next {

	a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: $color__gray-700;
		cursor: pointer;
		@include font-size('font-size-sm');
		font-weight: 600;
		word-break: break-all;

		&:hover {
			color: $color__primary;
			text-decoration: underline;
		}
	}

	svg {
		fill: $color__gray-800;
	}
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;

	a {
		color: $color__primary;
		cursor: pointer;
		font-size: 16px;

		&:hover {
			text-decoration: underline;
		}
	}
}

.nav-previous {

	a {
		float: left;
	}
}

.nav-next  {

	a {
		float: right;
	}
}

.link-pagination {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: length( 'l-8' ) 0;

	.post-page-numbers  {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 14px;
		height: 14px;
		padding: length( 'l-4' );
		background-color: $color__white;
		color: $color__gray-700;
		@include font-size("font-size-xs");
		font-weight: 400;
		border-radius: 4px;
		border: 1px solid $color__gray-100;

		&.current {
			background-color: $color__primary;
			color: $color__white;
		}
	}
}

/*--------------------------------------------------------------
18.0 single post pagination
--------------------------------------------------------------*/

.thumbnail-pagination {
	margin: 30px 0;
}

.thumbnail-pagination {

	li {
		width: 49.5%;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		min-height: 90px;
	}

	img {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
	}

	.next {
		text-align: right;
	}

	.previous a {
		padding-left: 4%;
	}

	.next a {
		padding-right: 4%;
	}

	a {
		display: inline-block;
		vertical-align: top;
		width: 75%;
		color: #67666a;
		line-height: 28px;
		position: relative;
		text-transform: uppercase;
		padding: 0;
		font-weight: 700;

		&:hover {
			text-decoration: none;
		}

		span {
			display: none;
		}
	}
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: $color__primary;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

	.cm-icon {
		fill: $color__white;
	}
}

.slide-prev {
	margin-left: 20px;
}

.slide-next {
	right: 0;
	margin-right: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: length( 'l-16' );
}

/* Infinite pagination */

.tg-infinite-pagination {
	text-align: center;
	margin-top: length( 'l-16' );

	.page-numbers {
		display: none;
	}

	.tg-load-more {
		display: inline-block;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		background-color: $color__primary;
		padding: 8px 16px;
		border-radius: 2px;

		&.loading {
			cursor: default;

			.tg-load-more-icon {
				display: inline-block;
			}
		}

		.tg-load-more-icon {
			vertical-align: middle;
			display: none;
			padding-right: 5px;
		}

		.tg-load-more-text {
			vertical-align: middle;
			display: inline-block;
		}
	}

	a,
	span {
		color: $color__white;
	}

	.spinner {
		width: 16px;
		height: 16px;
		border: 2px solid rgba(24, 24, 24, 0.3);
		border-top-color: $color__white;
		border-radius: 50%;
		animation: spinner 2s linear infinite;
	}

	@keyframes spinner {

		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.tg-no-more-post {
		background-color: $color__primary;
	}
}

.tg-infinite-pagination--scroll {

	.tg-load-more {
		text-align: center;
		display: inline-block;
		font-size: 12px;
		background-color: transparent;
		padding: 8px 15px;
		border-radius: 3px;

		&.loading {
			cursor: default;
			background: unset;

			.tg-load-more-icon {
				display: inline-block;
			}
		}

		.tg-load-more-icon {
			vertical-align: middle;
			display: none;
			padding-right: 5px;
		}
	}

	.spinner {
		width: 16px;
		height: 16px;
		border: 2px solid rgba(24, 24, 24, 0.3);
		border-top-color: #808080;
		border-radius: 50%;
		animation: spinner 2s linear infinite;
	}

	@keyframes spinner {

		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.tg-no-more-post {
		background-color: $color__primary;
	}

	.spinner {
		width: 24px;
		height: 24px;
		background: unset;
	}
}

@media screen and (max-width: 767px) {

	.thumbnail-pagination {

		li {
			width: 100%;
			display: block;
			min-height: 70px;

			&.previous {
				margin-bottom: 20px;
			}
		}

		a {
			font-size: 15px;
		}
	}


		.default-wp-page {
			&.thumbnail-background-pagination {
				li {
					&.previous,&.next {
						width: 100%;
						margin: 0;
						text-align: left;

						a {
							flex-direction: column;
							align-items: flex-start;
						}
					}
				}
			}
		}
}

@include breakpoint("mdm") {

	.default-wp-page {
		flex-direction: row;
	}
}
assets/sass/components/menus/_common-desktop-mobile-menu.scss000064400000000570151213253220020533 0ustar00// Common styles for desktop and mobile menu.
.cm-primary-nav {

	li {
		display: flex;
		flex-wrap: wrap;
	}

	// Submenu toggle button.
	.cm-submenu-toggle {
		display: flex;
		align-items: center;
		padding-left: length( 'l-4' );
		cursor: pointer;

		.cm-icon {
			width: length( 'l-7' );
			height: length( 'l-7' );
			fill: $color__white;
		}
	}
}
assets/sass/components/menus/_primary-menu.scss000064400000021407151213253220016014 0ustar00/* Primary Menu.
--------------------------------------------- */
nav li {

	> ul,
	> ol {
		margin: 0;
		list-style: none;
	}
}

.cm-primary-nav {
	width: 100%;
	text-align: center;

	.menu {
		flex: 1;
	}

	li {
		position: relative;
		font-family: "Open Sans", serif;
		font-weight: 300;
		padding: length( 'l-5') length( 'l-8' );
	}

	a {
		display: flex;
		color: $color__white;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 2;
	}

	li.default-menu {
		display: none;
	}

	.cm-home-icon {
	
		a {
			padding: length( 'l-4' );

			&:hover {
				background-color: $color__primary;
			}
		}
	}
	
	a:hover {
		color: $color__white;
	}

	ul {
		display: none;
	}

	ul li {
		&.current-menu-item,
		&.current_page_ancestor,
		&.current-menu-ancestor,
		&.current_page_item,
		&:hover,
		&.focus {
			background-color: $color__primary;
		}
	}

	.sub-menu,
	.children {
		background-color: #232323;
	}

	ul {
		li {
			ul,
			&:hover ul ul,
			&.focus ul ul {
				left: -99999px;
				z-index: 100;
			}

			&.focus > ul {
				display: block;
			}
		}

		ul {
			li:hover ul ul,
			li.focus ul ul {
				left: -99999px;
				z-index: 100;
			}

			ul {
				li:hover ul ul,
				ul li:hover ul ul,
				li:hover ul ul,
				ul li:hover ul ul {
					left: -99999px;
					z-index: 100;
				}
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: 0;
		}

		ul {
			li:hover > ul,
			li.focus > ul {
				left: 100%;
			}

			ul {
				li:hover > ul,
				li.focus > ul {
					left: 100%;
				}

				ul {
					li:hover > ul,
					ul li:hover > ul,
					li.focus > ul,
					ul li.focus > ul {
						left: 100%;
					}
				}
			}
		}

		li {

			ul {
				position: absolute;
				flex-direction: column;
				width: 200px;
				top: 100%;

				li {

					a {
						flex: 1;
						border-top: none;
						font-size: 14px;
						height: 100%;
						color: $color__white;
						display: block;
						text-align: left;
						text-transform: none;
					}
				}
			}

			ul li {

				&:hover {
					color: $color__white;
					background-color: $color__primary;
				}
			}

			&.current-menu-item ul li a:hover {
				color: $color__white;
				background-color: $color__primary;
			}

			ul li ul {
				left: 200px;
				top: 0;
			}
		}
	}

	select {
		display: none;
	}
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid $color__primary;

	.cm-row {
		position: relative;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}
}

.cm-home-icon {

	&.front_page_on {
		background-color: $color__primary;
	}

	svg {
		display: block;
		fill: $color__white;
		font-size: 32px;
	}
}

.sticky-wrapper {
	&.is-sticky .cm-primary-nav .cm-home-icon a,
	.cm-primary-nav .cm-home-icon a {
		padding: 8px;
	}
}

.cm-menu-primary-container {
	flex-grow: 1;
	flex-basis: 70%;

	.sub-menu {
		display: none;
	}
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	right: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: $color__white;
	cursor: pointer;
	line-height: 21px;

	.fa {
		color: $color__white;
	}
}

.menu-logo {

	a {
		padding: 0;

		&:hover {
			background-color: unset;
		}
	}

	img {
		width: auto;
		margin-bottom: 0;
	}
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header {

	.cm-menu-toggle[aria-expanded="true"] {

		.cm-icon--bars {
			display: none;
		}
	}

	.cm-menu-toggle[aria-expanded="false"] {

		.cm-icon--x-mark {
			display: none;
		}
	}

	.cm-menu-toggle {
		color: $color__white;
		margin: 0;
		text-align: center;
		font-family: "Open Sans", serif;
		padding-bottom: 0;
		line-height: 1.2;
		width: 48px;
		height: 48px;
	
		&:hover {
			color: $color__white;
		}
	
		svg {
			width: 48px;
			height: 48px;
			fill: $color__white;
			padding: length( 'l-4');
		
			&:hover {
				color: $color__white;
			}
		}
	}

	.cm-mobile-nav {

		ul {

			&.menu-scrollbar {
				overflow-y: scroll;
				width: 100%;
			}
		}

		li {
			&:hover,
			&.current-page-ancestor,
			&.current-menu-ancestor,
			&.current-page-item,
			&.current-menu-item {
				color: $color__white;
				background-color: $color__primary;

				> .cm-sub-toggle {
					i {
						color: $color__white;
					}
				}
			}
		}
	}
}

.cm-mobile-nav {

	.menu-logo {

		a {
			padding: 0;
		}
	}

	.menu {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		right: 0;
		filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	}

	.cm-menu-primary-container {
		width: 100%;
		position: absolute;
		top: 100%;
		filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1))
	}

	.cm-menu-primary-container,
	.menu {
		& > ul {
			width: 100%;
		}
	}

	ul {
		margin: 0;
		list-style: none;
	}

	a {
		display: block;
		flex-grow: 1;
		font-size: 14px;
		color: $color__white;
		padding: 10px 20px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.cm-random-post a {
		display: flex;
		padding: length( 'l-4' );
		height: 48px;
		line-height: 1.8;

		svg {
			display: block;
			fill: #fff;
			font-size: 32px;
		}
	}

	li {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background-color: #27272A;
		border-top: 1px solid #3F3F46;

		a:hover {
			background-color: $color__primary;
			color: $color__white;
		}
	}

	.sub-menu {
		flex-basis: 100%;
	}

	.cm-submenu-toggle {
		display: flex;
		align-items: center;
		padding: length( 'l-7' );
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		cursor: pointer;

		svg {
			height: 14px;
			width: 14px;
			fill: $color__white;
		}
	}

	ul ul {
		a {
			padding-left: 45px;
			text-transform: none;
		}

		ul a {
			padding-left: 90px;
		}
	}

	.current_page_item > a, .current-menu-item {
		background: $color__primary;
		color: $color__white;
	}

	.cm-home-icon {
		a {
			padding: 8px;
		}
	}
}

.default-wp-page {

	&.thumbnail-background-pagination {
		overflow: hidden;

		img {
			width: 100%;
			display: inline-block;
			margin-bottom: 0;

		}

		li {
			width: 50%;
			transition: 0.4s all ease-in-out;
			padding: 0;
			position: relative;
		}

		a {
			font-size: 18px;
			color: $color__white;
			position: absolute;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom: 0;
			z-index: 1;
			padding: 15px;
			background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));

			.meta-nav {
				display: block;
				font-size: 14px;
			}

			&:hover {
				text-decoration: none;
			}
		}

		.previous {
			width: calc(50% - 15px);
			margin-right: 15px;
		}

		.next {
			width: calc(50% - 15px);
			margin-left: 15px;
			text-align: right;

			&:hover {
				transform: translateX(0);
			}
		}

		.previous {

			&:hover {
				transform: translateX(0);
			}
		}
	}
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: flex;
	align-content: space-between;
	gap: 6px;
	text-align: center;

	a,
	span {
		display: block;
	}

	li {
		display: inline-block;

		&:hover {
			& > a {
				background-color: #ebebec;
			}
		}

		&:first-child {
			margin-left: 0;
		}

		&:last-child {
			margin-right: 0;
		}

		& > a,
		& > span {
			display: flex;
			align-items: center;
			justify-content: space-around;
			width: 32px;
			height: 32px;
			border-radius: 4px;
			border: 1px solid $color__gray-100;
			background-color: $color__white;
			color: $color__gray-700;
			font-size: 14px;
			padding: 8px;
			font-weight: 400;
		}

		.fa {
			color: $color__gray-700;
		}
	}

	.current {
		background-color: $color__primary;
		color: $color__white;
	}
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/

.tg-autoload-posts {

	.related-posts {
		margin-bottom: 25px;
	}

	.tg-post + .tg-post {
		margin-top: 15px;
		padding-top: 60px;
		border-top: 1px solid #f8f8f8;
	}
}

#comments.comments-area {

	.tg-autoload-posts & {
		border-top: 1px solid transparent;
		padding: 0;
	}
}

@include breakpoint("mdm") {

	.cm-primary-nav {

		ul {
			display: flex;
			flex-wrap: wrap;
			list-style: none;
		}
	}

	.cm-menu-primary-container .sub-menu {
		display: flex;
	}

	.cm-sub-toggle {
		display: none;
	}
}
assets/sass/components/header-media/_header-media.scss000064400000001646151213253220017055 0ustar00/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button {
	&::before {
		content: "\f04b";
		display: block;
		font-family: FontAwesome;
		font-size: 20px;
	}

	&.wp-custom-header-video-pause::before {
		content: "\f04c";
	}
}
assets/sass/components/smooth-image/_smooth-image.scss000064400000001142151213253220017214 0ustar00/* Load image elements smoothly
 * on page load and scroll.
--------------------------------------------- */
.tg-image-to-reveal-fade-in-up {
	opacity: 0;
	transform: translateY(5px);
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-down {
	opacity: 0;
	transform: translateY(-5px);
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in {
	opacity: 0;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-up--is-revealed,
.tg-image-to-reveal-fade-in-down--is-revealed,
.tg-image-to-reveal-fade-in--is-revealed {
	opacity: 1;
	transform: translateY(0);
}
assets/sass/components/page-header/_breadcrumbs.scss000064400000001122151213253220016663 0ustar00.breadcrumb-wrap {
	color: $color__gray-six;
	@include font-size("font-size-sm");
	margin-bottom: length( 'l-15' );
	padding-bottom: length( 'l-10' );

	.inner-wrap {

		& > span {
			margin: 0 2px;
		}
	}
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;

	ul {
		display: inline-flex;
		list-style-type: none;
		flex-wrap: wrap;

		li {

			a, &:last-child {
				margin: 0 2px;
			}

			&::after {
				content: " > ";
				white-space: pre;
				font-family: FontAwesome;
			}

			&:last-child {

				&::after {
					content: none;
				}
			}
		}
	}
}
assets/sass/components/page-header/_page-header.scss000064400000000625151213253220016543 0ustar00.cm-page-header {

	.cm-page-title {
		margin-bottom: length( 'l-8' );
		padding-bottom: 0;
		@include font-size("font-size-md");
		border-bottom: 2px solid $color__primary;
	}

	span {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		padding: length( 'l-3' ) length( 'l-6' );
		background-color: $color__primary;
		color: $color__white;
	}

	.vcard {
		padding: 0;
	}
}
assets/sass/components/top-bar/_top-bar.scss000064400000000113151213253220015137 0ustar00@include breakpoint("lrg") {

	.social-links {
		margin-top: 0;
	}
}
assets/sass/components/top-bar/_menu.scss000064400000000366151213253220014551 0ustar00.top-bar-menu {
	text-align: center;

	ul {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		list-style: none;
	}

	li {

		&:first-child {
			margin-left: 0;
		}
	}

	a {
		display: block;
	}
}
assets/sass/components/top-bar/_header-date.scss000064400000000107151213253220015741 0ustar00.date-in-header {
	color: $color__gray-700;
	text-align: center;
}
assets/sass/components/top-bar/_breaking-news.scss000064400000001434151213253220016336 0ustar00.breaking-news {
	position: relative;
	display: flex;
	margin-top: length( 'l-5' );
	padding-left: length( 'l-4' );
	padding-right: length( 'l-4' );
	background-color: $color__gray-50;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;

	.breaking-news-main & {
		display: inline-flex;
	}

	div {
		display: inline-block;
		word-wrap: break-word;
	}

	li {
		line-height: 20px;
	}
}

.breaking-news-latest {
	position: relative;
	color: $color__gray-four;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-left: length( 'l-2' );
    height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: length( 'l-15' );
}

@include breakpoint("mdm") {

	.breaking-news {
		margin-top: 0;
	}
}
assets/sass/style-editor-block.scss000064400000054565151213253220013443 0ustar00/* Basic Block Editor CSS */
.editor-styles-wrapper {
    background-color: #ffffff;
    color: #444444;
    font-size: 16px;
    font-family: 'Open Sans', serif;
    line-height: 1.6;
    word-wrap: break-word;

    >* {
        font-family: 'Open Sans', serif;
        color: #444444;
    }

    .wp-block.editor-post-title__block {

        .editor-post-title__input {
            padding: 5px 0 0;
            font-size: 32px;
            line-height: 1.2;
            color: #333333;
            font-weight: normal;
        }
    }

    .wp-block[data-align="wide"] {
        max-width: 1200px;
    }

    /* Theme specific CSS */
    /* Headings */
    .wp-block {

        h1 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 42px;
        }

        h2 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 38px;
        }

        h3 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 34px;
        }

        h4 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 30px;
        }

        h5 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 26px;
        }

        h6 {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 22px;
        }

        blockquote.has-text-align-right {
            border-right: 0;
            border-left: 0;
            padding: 30px 30px 20px 45px;
        }

        button {

            &:not(.components-button) {
                margin-bottom: 30px;
                padding: 10px 20px;
                background-color: #207DAF;
                border: 0px;
                transition: background-color 0.3s linear 0s;
                border-radius: 3px;
                font-size: 18px;
                appearance: none !important;
                cursor: pointer;
                display: inline-block;
                color: #ffffff;
                background-color: #33363b;
                box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
            }
        }

        .mce-widget {

            button {
                font-size: 13px;
                line-height: 1.53846153;
                padding: 2px 3px;
                box-shadow: none;
                background-color: transparent;
                color: #595959;
                margin-bottom: 0;
                appearance: inherit !important;
                cursor: inherit;
            }
        }

        th {
            font-weight: bold;
            border: 1px solid #eaeaea;
            padding: 6px 10px;
            text-align: left;
        }

        td {
            border: 1px solid #eaeaea;
            padding: 6px 10px;
            text-align: left;
        }

        caption {
            text-align: left;
        }

        .mce-content-body {

            .alignleft {
                display: inline;
                float: left;
                margin-right: 30px;
            }

            .alignright {
                display: inline;
                float: right;
                margin-left: 30px;
            }

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

        .gallery-columns-3 {

            .gallery-item {
                padding: 15px 1%;
                width: 33.33%;
            }
        }

        .gallery-columns-4 {

            .gallery-item {
                padding: 15px 1%;
                width: 25%;
            }
        }

        .gallery-columns-5 {

            .gallery-item {
                padding: 15px 1%;
                width: 20%;
            }
        }

        .gallery-columns-6 {

            .gallery-item {
                padding: 10px 0.5%;
                width: 16.66%;
            }
        }

        .gallery-columns-7 {

            .gallery-item {
                padding: 10px 0.5%;
                width: 14.28%;
            }
        }

        .gallery-columns-8 {

            .gallery-item {
                padding: 10px 0.5%;
                width: 12.5%;
            }
        }

        .gallery-columns-9 {

            .gallery-item {
                padding: 10px 0.5%;
                width: 11.11%;
            }
        }

        .gallery-columns-2 {

            .gallery-item {
                width: 50%;
            }
        }
    }

    h1.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h2.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h3.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h4.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h5.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h6.wp-block {
        margin-top: 0;
        margin-bottom: 0;
    }

    h1 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    h2 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    h3 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    h4 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    h5 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    h6 {
        padding-bottom: 18px;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

    /* Horizontal Lines */

    hr {
        background-color: #eaeaea;
        border: 0;
        height: 1px;
        margin: 30px 0;
    }

    hr.is-style-dots {
        height: auto;
    }

    p {
        margin-bottom: 15px;
        font-size: 15px;
    }

    strong {
        font-weight: bold;
    }

    cite {
        font-style: italic;
    }

    em {
        font-style: italic;
    }

    i {
        font-style: italic;
    }

    code {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    kbd {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    var {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    samp {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    tt {
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    abbr {
        border-bottom: 1px dotted #777777;
        cursor: help;
    }

    acronym {
        border-bottom: 1px dotted #777777;
        cursor: help;
    }

    dfn {
        border-bottom: 1px dotted #777777;
        cursor: help;
    }

    address {
        display: block;
        font-style: italic;
        margin: 0 0 15px;
    }

    ins {
        background: #f8f8f8;
    }


    /* Tables */
    table {
        margin: 0 0 1.5em;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 0 1.5em;
        width: 100%;
    }

    sup {
        font-size: 10px;
        height: 0;
        line-height: 1;
        position: relative;
        vertical-align: baseline;
        bottom: 1ex;
    }

    sub {
        font-size: 10px;
        height: 0;
        line-height: 1;
        position: relative;
        vertical-align: baseline;
        top: .5ex;
    }

    dl {
        margin-bottom: 24px;
    }

    dt {
        font-weight: bold;
        margin-bottom: 5px;
    }

    dd {
        margin-bottom: 24px;
    }

    ul {
        list-style: none;
        list-style: square;
    }

    ol {
        list-style: none;
        list-style: decimal;
    }

    li {
        >ul {
            margin: 0 0 0 10px;
        }

        >ol {
            margin: 0 0 0 10px;
        }

        font-size: 15px;
        line-height: 1.3;
    }

    pre {
        background-color: #ffffff;
        margin-bottom: 20px;
        overflow: auto;
        padding: 20px;
        border: 1px solid #eaeaea;
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 14px;
        line-height: 1.4;
        white-space: pre-wrap;
    }

    blockquote {
        padding: 30px 30px 20px 45px;
        margin-bottom: 20px;
        background-color: #207DAF;
        color: #ffffff;
        border-radius: 5px;
        border-left: 0;

        p {
            line-height: 1.4;
            position: relative;
            padding-top: 0;
            padding-left: 15px;

            &::before {
                content: "\f10d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #ffffff;
                font-size: 32px;
                position: absolute;
                top: -27px;
                left: -27px;
            }
        }

        a {
            color: #ffffff;
            text-decoration: underline;
        }

        em {
            color: #ffffff;
            text-decoration: underline;
        }

        i {
            color: #ffffff;
            text-decoration: underline;
        }

        cite {
            color: #ffffff;
            text-decoration: underline;
            font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            letter-spacing: 0.05em;
            float: right;
        }
    }

    blockquote.is-style-large {
        padding: 30px 30px 20px 45px;
        margin-bottom: 20px;
        background-color: #207DAF;
        color: #ffffff;
        border-radius: 5px;
        border-left: 0;

        p {
            line-height: 1.4;
            position: relative;
            padding-top: 0;
            padding-left: 15px;

            &::before {
                content: "\f10d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #ffffff;
                font-size: 32px;
                position: absolute;
                top: -27px;
                left: -27px;
            }
        }

        a {
            color: #ffffff;
            text-decoration: underline;
        }

        em {
            color: #ffffff;
            text-decoration: underline;
        }

        i {
            color: #ffffff;
            text-decoration: underline;
        }

        cite {
            color: #ffffff;
            text-decoration: underline;
            font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            letter-spacing: 0.05em;
            float: right;
        }
    }

    input[type="search"] {
        appearance: none !important;
        appearance: none !important;
        padding: 1%;
        border: 1px solid #eaeaea;
        line-height: 20px;
        width: 95%;
        margin: 0 0 30px;
        background-color: #f8f8f8;
        border-radius: 3px;

        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    input[type="text"] {
        appearance: none !important;
        padding: 1%;
        border: 1px solid #eaeaea;
        line-height: 20px;
        width: 95%;
        margin: 0 0 30px;
        background-color: #f8f8f8;
        border-radius: 3px;

        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    input[type="email"] {
        appearance: none !important;
        padding: 1%;
        border: 1px solid #eaeaea;
        line-height: 20px;
        width: 95%;
        margin: 0 0 30px;
        background-color: #f8f8f8;
        border-radius: 3px;

        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    input[type="url"] {
        appearance: none !important;
        padding: 1%;
        border: 1px solid #eaeaea;
        line-height: 20px;
        width: 95%;
        margin: 0 0 30px;
        background-color: #f8f8f8;
        border-radius: 3px;

        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    textarea {
        appearance: none !important;
        padding: 1%;
        border: 1px solid #eaeaea;
        line-height: 20px;
        width: 95%;
        margin: 0 0 30px;
        background-color: #f8f8f8;
        border-radius: 3px;

        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    input[type="password"] {
        &:focus {
            border: 1px solid #eaeaea;
        }
    }

    input[type="reset"] {
        margin-bottom: 30px;
        padding: 10px 20px;
        background-color: #207DAF;
        border: 0px;
        transition: background-color 0.3s linear 0s;
        border-radius: 3px;
        font-size: 18px;
        appearance: none !important;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;

        &:hover {
            background-color: #33363b;
        }

        &:active {
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
        }
    }

    input[type="button"] {
        margin-bottom: 30px;
        padding: 10px 20px;
        background-color: #207DAF;
        border: 0px;
        transition: background-color 0.3s linear 0s;
        border-radius: 3px;
        font-size: 18px;
        appearance: none !important;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;

        &:hover {
            background-color: #33363b;
        }

        &:active {
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
        }
    }

    input[type="submit"] {
        margin-bottom: 30px;
        padding: 10px 20px;
        background-color: #207DAF;
        border: 0px;
        transition: background-color 0.3s linear 0s;
        border-radius: 3px;
        font-size: 18px;
        appearance: none !important;
        cursor: pointer;
        display: inline-block;
        color: #ffffff;

        &:hover {
            background-color: #33363b;
        }

        &:active {
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
        }
    }

    a {
        color: #207DAF;
        text-decoration: none;

        &:hover {
            text-decoration: underline;
        }

        &:focus {
            text-decoration: underline;
        }

        &:active {
            text-decoration: underline;
        }
    }

    th {
        font-weight: bold;
        border: 1px solid #eaeaea;
        padding: 6px 10px;
        text-align: left;
    }

    td {
        border: 1px solid #eaeaea;
        padding: 6px 10px;
        text-align: left;
    }

    caption {
        text-align: left;
    }

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

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

    th.has-text-align-right {
        text-align: right;
    }

    td.has-text-align-right {
        text-align: right;
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 30px;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 30px;
    }

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

    embed {
        max-width: 100%;
    }

    iframe {
        max-width: 100%;
    }

    object {
        max-width: 100%;
    }

    .wp-caption {
        border: 1px solid #cccccc;
        margin-bottom: 1.5rem;
        max-width: 100%;

        img[class*="wp-image-"] {
            display: block;
            margin: 1.2% auto 0;
            max-width: 98%;

            dt {
                display: block;
                margin: 1.2% auto 0;
                max-width: 98%;
            }
        }

        .wp-caption-dd {
            text-align: center;
            margin: 0.8075rem 0;
        }

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

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

    .gallery {
        margin: 0 auto 15px;

        .gallery-caption {
            font-size: 12px;
            line-height: 1.2;
            padding-top: 5px;
        }
    }

    .gallery-item {
        display: inline-block;
        padding: 15px 2%;
        text-align: center;
        vertical-align: top;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gallery-icon {

        img {
            margin: 0 auto;
        }
    }

    .wp-block-gallery {

        ol {
            margin: 0;
        }

        ul {
            margin: 0;
        }
    }
}

.wp-block {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce {

    blockquote {
        padding: 30px 30px 20px 45px;
        margin-bottom: 20px;
        background-color: #207DAF;
        color: #ffffff;
        border-radius: 5px;
        border-left: 0;

        p {
            line-height: 1.4;
            position: relative;
            padding-top: 0;
            padding-left: 15px;
            margin-top: 0;
            margin-bottom: 0;

            &::before {
                content: "\f10d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #ffffff;
                font-size: 32px;
                position: absolute;
                top: -27px;
                left: -27px;
            }
        }

        a {
            color: #ffffff;
            text-decoration: underline;
        }

        em {
            color: #ffffff;
            text-decoration: underline;
        }

        i {
            color: #ffffff;
            text-decoration: underline;
        }

        cite {
            color: #ffffff;
            text-decoration: underline;
            font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
            letter-spacing: 0.05em;
            float: right;
        }
    }

    blockquote.is-style-large {

        p {
            margin-top: 0;
            margin-bottom: 0;
        }
    }
}

.block-editor-default-block-appender {

    .block-editor-inserter__toggle.components-button {
        padding: inherit;
    }
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table;
}

.wp-embed-responsive {

	.editor-styles-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

}

/* Links */
.wp-block-file {

    .wp-block-file__textlink {
        color: #207DAF;
        text-decoration: none;
    }
}

@media only screen and (max-width: 600px) {

    .editor-styles-wrapper {

        .wp-block {

            .gallery-columns-4 {

                .gallery-item {
                    width: 25%;
                }
            }

            .gallery-columns-5 {

                .gallery-item {
                    width: 25%;
                }
            }

            .gallery-columns-6 {

                .gallery-item {
                    width: 25%;
                }
            }

            .gallery-columns-7 {

                .gallery-item {
                    width: 25%;
                }
            }

            .gallery-columns-8 {

                .gallery-item {
                    width: 25%;
                }
            }

            .gallery-columns-9 {

                .gallery-item {
                    width: 25%;
                }
            }
        }
    }
}

@media only screen and (max-width: 420px) {

    .editor-styles-wrapper {

        .wp-block {

            .gallery-columns-4 {

                .gallery-item {
                    width: 33.33%;
                }
            }

            .gallery-columns-5 {

                .gallery-item {
                    width: 33.33%;
                }
            }

            .gallery-columns-6 {

                .gallery-item {
                    width: 33.33%;
                }
            }

            .gallery-columns-7 {

                .gallery-item {
                    width: 33.33%;
                }
            }

            .gallery-columns-8 {

                .gallery-item {
                    width: 33.33%;
                }
            }

            .gallery-columns-9 {

                .gallery-item {
                    width: 33.33%;
                }
            }
        }
    }
}

/* Support Magazine Blocks */
[class*='mzb'] {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-bottom: 0;
    }

    a:hover {
        text-decoration: none;
    }

    .mzb-post-list,
    .mzb-tab-post,
    .mzb-featured-categories,
    .mzb-banner-posts {

        .mzb-post-title {
            margin-bottom: 10px;
        }
    }
}

.editor-styles-wrapper {

    .components-placeholder {

        &.mzb-section-preset {

            .mzb-section-preset-btn {
                padding: 0 !important;
                background-color: rgba(0, 0, 0, 0) !important;
                display: inline-flex;
                cursor: pointer;
                outline: none;
                border: none;
            }
        }
    }
}
assets/sass/woocommerce.scss000064400000001531151213253220012227 0ustar00

// WooCommerce color variables
$woocommerce__color-error: #e2401c;
$woocommerce__color-success: #c7ab62;
$woocommerce__color-info: #ebebec;

/* Import variables and mixins.
--------------------------------------------- */
@import "abstracts/abstracts";

/**
 * Products.
 */
 @import "plugins/woocommerce/products";

 /**
 * Single product.
 */
@import "plugins/woocommerce/single-product";

/**
 * General WooCommerce components.
 */
 @import "plugins/woocommerce/components";

/**
 * Cart.
 */
 @import "plugins/woocommerce/cart";
 
 /**
 * Shop tables.
 */
@import "plugins/woocommerce/tables";

/**
 * Checkout.
 */
 @import "plugins/woocommerce/checkout";

 /**
 * Account Page.
 */
 @import "plugins/woocommerce/account-page";
 
  /**
 * Account Page.
 */
 @import "plugins/woocommerce/login-page";
assets/sass/fonts/_fonts.scss000064400000005233151213253220012334 0ustar00/* Fonts.
--------------------------------------------- */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format('woff');
}
assets/sass/layouts/footer/_footer-bar.scss000064400000003575151213253220015117 0ustar00/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: length( 'l-12', em );
    padding-bottom: length( 'l-12', em );
	background-color: $color__gray-800;
    color: $color__gray-100;

    .cm-row {
        @include font-size('font-size-xs');
    }

    a {
		color: $color__primary;

		&:hover {
			color: $color__white;
			text-decoration: underline;
		}
	}
}

.cm-footer-bar__1 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 24px;
}

.cm-footer-bar-style-1 {

	.social-links  {

		ul {
			justify-content: center;
		}
	}
}

.cm-footer-bar-style-2 {

    .cm-footer-bar-area {
        flex-direction: column-reverse;
    }

	.cm-footer-bar__1 {
		display: flex;
		order: 2;

		.cm-footer-menu {

			&:first-child {
				padding-left: 0;
			}
		}
	}

	.social-links {
		text-align: left;

		ul {
			justify-content: center;
		}
	}
}

.cm-footer-bar-style-3 {

	.cm-footer-bar-area {
		flex-direction: column;
		text-align: center;
	}

	.cm-footer-bar__1 {

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

		.cm-footer-menu {

			&:first-child {
				padding-left: 0;
			}
		}
	}
}

@include breakpoint("mdm") {

    .cm-footer-bar-area {
        flex-direction: row-reverse;
        text-align: left;
    }

	.cm-footer-bar-style-2 {
        
        .cm-footer-bar-area {
            flex-direction: row-reverse;
            justify-content: space-between;
        }
	}

	.cm-footer-bar-style-1 {

		.social-links  {
	
			ul {
				justify-content: flex-end;
			}
		}
	}

	.cm-footer-bar-style-2 {

		.social-links  {
	
			ul {
				justify-content: flex-start;
			}
		}
	}
}
assets/sass/layouts/footer/_footer.scss000064400000014216151213253220014347 0ustar00/* General Styles.
--------------------------------------------- */
.cm-footer {

	.widget {
		display: block;

		ul {

			li {
				padding: length( 'l-4', px ) 0;
				font-weight: 600;
				border-bottom: 1px solid $color__gray-600;

				&:last-child {
					border-bottom: none;
				}
			}
		}
	}

	.cm-upper-footer-cols {

		.widget {
			background-color: $color__gray-800;
			border-radius: 4px;
			padding: length("l-6", px);
		}

		.cm-entry-title {

			a {
				color: $color__white;
			}
		}

		.cm-random-posts {
			padding: 0;
		}

		.cm-first-post {

			.cm-post-content {
				margin-top: 12px;
				padding: 0;
			}
		}

		.cm-icon {
			fill: $color__white;
		}

		.cm-post {
			box-shadow: unset;
		}

		.cm-featured-posts--style-3 {

			img {
				border-radius: 4px;
			}
		}
	}

	.cm-footer-menu {

		ul {

			li {

				a {
					color: $color__white;
					text-decoration: none;

					&:hover {
						color: $color__primary;
					}
				}
			}
		}
	}
}

/* Footer column. */
.cm-footer-cols {
	background-color: $color__gray-700;

	.cm-row {
		display: flex;
		flex-direction: column;
		gap: length("l-20");
		padding-top: length("l-20", px);
		padding-bottom: length("l-20", px);
		color: $color__gray-200;
	}

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		@include font-size("font-size-xs");

		span {
			display: inline-block;
			padding: 6px 12px;
			background-color: $color__primary;
			color: $color__white;
			@include font-size("font-size-sm");
		}
	}

	a,
	.human-diff-time {
		color: $color__white;

		&:hover {
			color: $color__primary;
		}
	}

	ul {
		list-style: none;
	}

	.cm-reading-time {
		color: $color__white;
	}

	.cm-tab-widget {

		.cm-tabs a:hover {
			color: $color__white;
		}
	}
}

.cm-upper-footer-cols {
	display: flex;
	flex-direction: column;
	gap: 30px;

	.cm-post-date a,
	.cm-author a,
	.cm-tag-links a,
	.cm-edit-link a,
	.cm-comments-link a {
		color: $color__white;
	}

	.cm-featured-posts {

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	.cm-posts {

		img {
			border-radius: 4px;
		}
	}
}

.cm-lower-footer-cols {
	gap: 30px;
	@include font-size("font-size-xs");
	width: 100%;
}

.cm-lower-footer-cols,
.cm-lower-footer-col {
	display: flex;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic {

	.cm-footer-cols .cm-row {

		.cm-widget-title {
			border-bottom: 0 none;

			span {
				background-color: transparent !important;
				padding: 0 0 6px;
				position: relative;

				&::before {
					position: absolute;
					display: block;
					bottom: -1px;
					content: " ";
					left: 0;
					width: 25px;
					height: 2px;
					background-color: $color__primary;
				}
			}
		}

		.cm-view-all-link {
			background-color: $color__gray-900;
		}
	}

	.cm-footer-bar {
		background-color: $color__background-footer-socket;
		padding: 20px 0;
	}
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered {

	.cm-widget-title {
		border-bottom: 0 none;
		background-color: transparent !important;
		position: relative;
		border-bottom: 1px solid $color__gray-600 !important;

		&::before {
			position: absolute;
			display: block;
			bottom: -1px;
			content: " ";
			left: 0;
			width: 25px;
			height: 2px;
			background-color: $color__primary;
		}

		span {
			background-color: transparent !important;
			padding-left: 0;
		}
	}

	.cm-view-all-link {
		margin-bottom: 0;
	}

	.cm-footer-bar {
		padding-top: 0;

		.cm-footer-bar-area {
			padding-top: 20px;
			border-top: 1px solid $color__gray-600;
		}
	}
}

#cm-footer {

	&.colormag-footer--classic,
	&.colormag-footer--classic-bordered {

		.cm-random-posts {
			box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
			gap: 16px;

			.cm-post {
				padding-bottom: length( 'l-8' );
				border-bottom: 1px solid $color__gray-600;

				&:last-child {
					border-bottom: none;
					margin-bottom: 0;
					padding-bottom: 0;
				}
			}
		}

		.cm-featured-posts {

			.cm-post {
				box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
				border-radius: 0;
			}
		}

		.cm-posts {

			.cm-post {
				border-bottom: 1px solid $color__gray-600;
				padding-bottom: length( 'l-8' );

				&:last-child {
					border-bottom: none;
					padding-bottom: 0;
				}
			}
		}

		.cm-first-post {
			border-bottom: 1px solid $color__gray-600;

			.cm-post-content {
				padding: 0 0 5px;
			}
		}

		.cm-featured-posts--style-2,
		.cm-featured-posts--style-3 {

			.cm-posts {
				gap: 16px;
			}

			img {
				border-radius: 4px;
			}
		}
	}
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu {

	ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 16px;
		row-gap: 4px;
		list-style: none;

		li {
			font-size: 12px;
		}
	}
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: $color__white;

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		font-size: 18px;
		margin-bottom: length( 'l-8' );
		padding-bottom: 0;

		span {
			background-color: $color__primary;
			color: $color__white;
			padding: 6px 12px;
			display: inline-block;
		}
	}
}

@include breakpoint("lrg") {

	.cm-upper-footer-cols {
		flex-direction: row;
		justify-content: space-between;
	}

	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}

	.cm-lower-footer-cols {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;

		.cm-lower-footer-col {
			flex: 1;
		}

		.cm-lower-footer-col--1 {
			flex-basis: 20%;
		}
	}
}
assets/sass/layouts/footer/_scroll-to-top.scss000064400000000662151213253220015567 0ustar00/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	padding: 10px;
	border-radius: 3px;
	/* For IE8 and earlier */

	i {
		font-size: 32px;
		color: $color__primary;
	}

	&:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		/* For IE8 and earlier */
	}
}
assets/sass/layouts/page-templates/_page-builder.scss000064400000000421151213253220017014 0ustar00.page-template-page-builder {

	.cm-primary {
		float: none;
		width: 100%;
	}

	.cm-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.home {

	&.page-template-page-builder {

		.cm-primary {

			.cm-posts {
				display: block;
			}
		}
	}
}
assets/sass/layouts/post-format/_post-format.scss000064400000001216151213253220016275 0ustar00/* Post Format: Link.
--------------------------------------------- */
.format-link {

	.cm-entry-summary {

		p {
			text-align: center;
			padding-top: length( 'l-15' );
		}

		a {
			display: inline-block;
			padding: 15px 40px;
			background-color: $color__primary;
			color: $color__white;
			border-radius: 3px;
			text-decoration: underline;
			text-transform: uppercase;
			transition: background-color 0.3s linear 0s;

			&:hover {
				background-color: #33363b;
			}
		}
	}
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside {

	.cm-entry-header {
		display: none;
	}
}
assets/sass/layouts/blog/_blog.scss000064400000004015151213253220013415 0ustar00.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;

	.post {
		overflow: hidden;
		box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
		border-radius: 4px;

	}
}

.cm-post {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;

	a {
		position: relative;
		display: block;
	}

	&:hover {

		.play-button-wrapper {
			background-color: #207DAF;
		}
	}
}

.post {

	&:hover {

		.play-button-wrapper {
			background-color: #207daf;
		}
	}
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post {

	.post:first-child,
	.page:first-child {
		grid-column: 1/-1;

		.cm-entry-title {
			font-size: 32px;
		}
	}
}

.cm-post-categories {
    display: inline-flex;
	gap: 10px;
    flex-wrap: wrap;
    align-items: center;

	a {
		display: inline-block;
		padding: length( 'l-2', px ) length( 'l-4', px);
		background-color: $color__primary;
		color: $color__white;
		font-size: 10px;
		text-transform: uppercase;
		border-radius: 2px;
		line-height: 1.8;
	}
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 0 0 15px;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: $color__gray-500;

	.cm-post-date {
		&:not( .human-diff-time-display ) {
			display: none;
		}
	}

	.human-diff-time-display {

		&:hover {
			color: $color__primary;
			cursor: pointer;
		}
	}
}

.cm-tag-links a,
.cm-edit-link a {
	color: $color__gray-500;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary {

	ul {
		padding: 0 0 0 30px;
		margin-bottom: 30px;
	}

	ol {
		padding: 0 0 0 30px;
		margin-bottom: 30px;
	}

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

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;

	img {
		margin-bottom: 0;
	}
}


@include breakpoint("mdm") {

	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}
assets/sass/layouts/blog/layouts/_layout-1.scss000064400000000750151213253220015647 0ustar00.cm-posts {

    &.cm-layout-1-style-1 {
		--grid-column: 1;
	}
}

.cm-layout-1-style-1 {

	.post {
		display: flex;
		flex-direction: column;

		&:first-child {
			padding: 0;
		}
	}

	.cm-featured-image {
		flex-basis: 50%;

		img {
			width: 100%;
		}
	}

	.cm-post-content {
		flex: 1;
		align-items: center;
		padding: length( 'l-10' );
	}
}

@include breakpoint("mdm") {

	.cm-layout-1-style-1 {

		.post {
			flex-direction: row;
		}
	}
}
assets/sass/layouts/blog/layouts/_layout-2.scss000064400000001262151213253220015647 0ustar00.cm-posts {

	&.cm-layout-2-style-1 {

		.post:first-child,
		.page:first-child {
			grid-column: 1/-1;
		}
	}

	&.cm-layout-2-style-2,
	&.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);

		&.col-2 {
			--grid-column: 1;
		}
	
		&.col-3 {
			--grid-column: 1;
		}
	
		&.col-4 {
			--grid-column: 1;
		}
	}
}

@include breakpoint("mdm") {

	.cm-posts {

		&.cm-layout-2-style-2,
		&.cm-layout-2-style-1 {
			grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	
			&.col-2 {
				--grid-column: 2;
			}
		
			&.col-3 {
				--grid-column: 3;
			}
		
			&.col-4 {
				--grid-column: 4;
			}
		}
	}
}

assets/sass/layouts/blog/_single-post.scss000064400000013744151213253220014747 0ustar00.single {

	.cm-posts {

		.tags a {
			border: 1px solid $color__gray-200;
			padding: 3px 5px;
			border-radius: 3px;
			color: #777777;

			&:hover {
				color: $color__primary;
				text-decoration: none;
			}
		}
	}

	.cm-entry-header {

		.cm-entry-title {
			@include font-size("font-size-xxl");
		}
	}
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 96%;
	display: inline-block;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: right;
	width: 85%;
}

.author-img {

	img {
		width: 94px;
		margin-right: 15px;
	}
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;

	a {
		display: inline-block;
		margin-top: 5px;
		width: 100%;
	}
}

.share {
	.fa-twitter {
		color: #55acee;
	}

	.fa-facebook-square {
		color: #3b5998;
	}

	.fa-google-plus-square {
		color: #dd4b39;
	}

	.fa-pinterest {
		color: #cc2127;
	}

	.fa-envelope {
		color: #000;
	}
}

.author-box {
	margin-top: 30px;

	.author-social-sites {
		list-style-type: none;
	}

	&.author-bio-style-2 {
		.author-name {
			float: left;
		}

		.author-social-sites {
			float: right;
		}

		.author-description {
			display: inline-block;
		}
	}

	&.author-bio-style-3 {

		.author-social-sites {
			float: left;
		}

		.author-description {
			display: inline-block;
		}
	}

}

/* Related Posts.
--------------------------------------------- */
.related-posts-main-title {
	margin-bottom: length('l-15');

	.fa {
		color: $color__primary;
	}

	span {
		font-size: 26px;
		padding-left: 10px;
	}
}

.single-related-posts {
	width: 100%;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;

	.cm-post-content {
		padding: length('l-10')
	}

	.cm-author {
		display: none;
	}

	.cm-post-content {

		.cm-entry-title {
			font-size: 20px;
			margin-bottom: length('l-8');
		}
	}

	img {
		width: 100%;
	}
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;

	.related-posts {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.related-post-carousel {
		visibility: hidden;
		height: 0;
	}

	&.style-1 {

		.cm-below-entry-meta {
			margin-bottom: 0;
		}
	}

	&.style-2 {

		.single-related-posts {
			display: grid;
			grid-template-columns: 1fr;
		}

		.related-posts {
			grid-template-columns: 1fr;
		}
	}

	&.style-3 {

		.related-posts {
			grid-template-columns: 1fr;
			gap: 12px;
		}

		.single-related-posts {
			width: 100%;
			box-shadow: none;
		}

		.cm-post-content {
			padding: 0;

			.cm-entry-title {
				padding: 0;
				font-size: 16px;
				margin-bottom: 0;

				a {
					position: relative;
					margin-left: 20px;

					&::before {
						display: block;
						content: "";
						background: #333333;
						height: 8px;
						width: 8px;
						top: 50%;
						position: absolute;
						transform: translateY(-50%);
					}

					&:hover {
						&::before {
							background: $color__primary;
						}
					}
				}
			}
		}
	}

	&.style-4 {

		.related-posts {
			display: block;

			.cm-below-entry-meta {
				margin-bottom: 0;
			}
		}
	}
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: $color__gray-ten;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: 0.2s all ease-in-out;

	&.flyout {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		z-index: 10;
	}

	.flyout-related-post-close {
		float: right;
		cursor: pointer;
	}

	.related-posts-flyout-main-title {
		font-size: 18px;
		padding: 20px 30px;
		background-color: #2c2e34;
		color: #ffffff;
	}

	.related-posts-flyout {
		padding: 30px;
	}

	.single-related-posts-flyout {
		margin-bottom: 20px;

		&:last-child {
			margin-bottom: 0;
		}
	}

	.related-posts-thumbnail {
		float: left;
		margin-right: 15px;
		width: 130px;
	}

	.cm-post-content {
		min-height: 90px;
		padding: 8px;
	}

	.cm-entry-title {
		font-size: 14px;
		line-height: 1.6;
		padding-bottom: 0;

		a {
			color: #232323;

			&:hover {
				color: $color__primary;
			}
		}
	}

	.cm-author {
		display: none;
	}
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: length('l-12');
}

.box {
	border: 1px solid $color__gray-200;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 0 0 #f2f2f2;
	color: $color__primary;
	float: right;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: left;
	margin-right: 10px;
}

#twitter,
#facebook,
#googleplus,
#pinterest,
#email {
	float: left;

	&.share {
		margin-right: 0;
		padding: 0 10px;
		cursor: pointer;
	}
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites {

	li {
		float: left;
	}

	.fa-twitter,
	.fa-facebook,
	.fa-google-plus,
	.fa-flickr,
	.fa-linkedin,
	.fa-instagram,
	.fa-youtube,
	.fa-tumblr {
		font-size: 25px;
		padding: 5px;
	}

	.fa-twitter {
		color: #55acee;
	}

	.fa-facebook {
		color: #3b5998;
	}

	.fa-google-plus {
		color: #dd4b39;
	}

	.fa-flickr {
		color: #006399;
	}

	.fa-linkedin {
		color: #007bb6;
	}

	.fa-instagram {
		color: #9c7c6e;
	}

	.fa-youtube {
		color: #e02a20;
	}

	.fa-tumblr {
		color: #45556c;
	}
}

@include breakpoint("mdm") {

	.related-posts-wrapper {

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

		&.style-2 {

			.single-related-posts {
				grid-template-columns: 50% 50%;
			}
		}
	}
}assets/sass/layouts/sidebar/_right-sidebar.scss000064400000000000151213253220015672 0ustar00assets/sass/layouts/sidebar/_no-sidebar.scss000064400000002742151213253220015210 0ustar00.no-sidebar {

	.cm-primary {
		margin: 0 auto;
	}
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;

	.cm-primary {

		.cm-entry-summary {

			> .alignfull {
				margin-left: calc(50% - 50vw);
				margin-right: calc(50% - 50vw);
				max-width: unset;

				&.wp-block-cover,
				&.wp-block-cover-image {
					width: unset;
				}
			}

			> .alignwide {
				margin-left: -100px;
				margin-right: -100px;
				max-width: unset;
			}
		}
	}

	&.box-layout {

		.cm-content {
			overflow: hidden;
		}

		.cm-primary {

			.cm-entry-summary {

				> .alignfull {
					margin-left: -30px;
					margin-right: -30px;

					&.wp-block-cover,
					&.wp-block-cover-image {
						width: unset;
					}
				}

				> .alignwide {
					margin-left: -30px;
					margin-right: -30px;
					max-width: unset;
				}
			}
		}
	}
}

@media screen and (max-width: 1200px) {

	.no-sidebar-full-width {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -20px;
					margin-right: -20px;
				}
			}
		}
	}

	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -50px;
					margin-right: -50px;
				}

				> .alignfull {
					margin-left: -100px;
					margin-right: -100px;
				}
			}
		}
	}
}
assets/sass/layouts/sidebar/_two-sidebars.scss000064400000001337151213253220015567 0ustar00.tg-site-layout--2-sidebars {
	.cm-primary,
	.cm-secondary,
	#cm-tertiary {
		width: 100%;
	}
}

@include breakpoint("mdm") {

	.tg-site-layout--2-sidebars {

		.cm-content .cm-row {
			flex-direction: row;
		}
		.cm-primary {
			width: 40%;
			padding-right: length( 'l-15', px );
		}
	
		#cm-tertiary {
			float: left;
			width: 20%;
			padding-right: length( 'l-15', px );
		}
	
		.cm-secondary {
			width: 20%;
		}
	}
}

@include breakpoint("lrg") {

	.tg-site-layout--2-sidebars {
		.cm-primary {
			width: 45.6140352%;
		}
	
		#cm-tertiary {
			float: left;
			width: 27.19298245%;
			padding-right: length( 'l-15', px );
		}
	
		.cm-secondary {
			width: 27.19298245%;
		}
	}
}
assets/sass/layouts/sidebar/_sidebar.scss000064400000001273151213253220014574 0ustar00@media screen and (max-width: 768px) {

	.cm-primary,
	.cm-secondary {
		width: 100%;
	}

	.no-sidebar-full-width,
	.no-sidebar {

		.cm-primary {

			.cm-entry-summary {

				> .alignwide {
					margin-left: -15px;
					margin-right: -15px;
				}
			}
		}

		&.box-layout {

			.cm-primary {

				.cm-entry-summary {

					> .alignwide {
						margin-left: -15px;
						margin-right: -15px;
					}

					> .alignfull {
						margin-left: -30px;
						margin-right: -30px;
					}
				}
			}
		}
	}

	.no-sidebar {
		.cm-primary {

			.cm-entry-summary {

				> .alignfull {
					margin-left: -15px;
					margin-right: -15px;
				}
			}
		}
	}
}
assets/sass/layouts/sidebar/_left-sidebar.scss000064400000000337151213253220015524 0ustar00@include breakpoint("mdm") {

	.left-sidebar {

		.cm-content {

			.cm-row {
				flex-direction: row-reverse;
			}

			.cm-primary {
				padding-right: 0;
				padding-left: length( 'l-15' );
			}
		}
	}
}
assets/sass/layouts/pages/_search.scss000064400000001113151213253220014107 0ustar00/* Search.
--------------------------------------------- */
.search {

	.status-publish {
		margin-bottom: length( 'l-15' );
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
		width: 48.7013%;

		.cm-post-content {
			padding: length( 'l-8' );
		}

		&:nth-child( 2n ) {
			float: left;
			clear: both;
		}

		&:nth-child( 2n+1 ) {
			float: right;
		}

		&:first-child {
			float: none;
			width: 100%;
		}
	}

	.cm-grid-style-2.status-publish {
		width: 100%;

		img {
			float: left;
			margin-bottom: 0;
			margin-right: length( 'l-10' );
		}
	}
}
assets/sass/layouts/pages/_no-result.scss000064400000002477151213253220014610 0ustar00/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;

    img {
        margin-bottom: 32px;
    }

	.cm-page-title {
        color: #52525B;
		@include font-size("font-size-lg");
		font-weight: 600;
		line-height: 1.3;
        border-bottom: 0;
	}

	.cm-page-header {
		margin-bottom: 12px;
	}

	.cm-page-content {
		display: flex;
        flex-direction: column;
		justify-content: center;
        align-items: center;
		gap: 40px;

		p {
			width: 100%;
			margin-bottom: 0;
			color: #52525B;
		}
	}

    .search-wrap {
        display: flex;
    }

    .search-form {
        width: 100%;
    }

	input.s {
        width: 100%;
        @include font-size("font-size-xs");
        border: 1px solid #E4E4E7;
        border-radius: 4px 0 0 4px;
    }
}

.search-no-results {
    .cm-posts {
        display: block;
    }
}

.tg-site-layout--2-sidebars {

    .cm-no-results {

        .search-form {
            width: 100%;
        }
    }
}

@include breakpoint("mdm") {

	.cm-no-results {

        .cm-page-content {

            p {
                width: 430px;
            }
        }

        .search-form {
            width: 670px;
        }
    }
}
assets/sass/layouts/pages/_404.scss000064400000002410151213253220013152 0ustar00/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;

	.cm-page-title {
		color: $color__primary;
		font-size: 300px;
		font-weight: 700;
		line-height: 300px;
	}

	.cm-page-header {
		margin-bottom: 	length( 'l-12' );

		.cm-page-title {
			font-size: 150px;
			line-height: 135px;
			border-bottom: 0;
		}

		p {
			font-size: 22px;
			line-height: 1.3;
			margin-bottom: length( 'l-4' );
		}

		.cm-page-title,
		p {
			color: #52525B;
			font-weight: 600;
		}
	}

	.cm-page-content {
		display: flex;
		justify-content: center;
		margin-bottom: length( 'l-20' );

		p {
			width: 100%;
			margin-bottom: 0;
			color: #52525B;
		}
	}

	.cm-btn {
		display: inline-block;
		padding: 12px 24px;
		background-color: $color__primary;
		color: $color__white;
		font-weight: 600;
		border: 1px solid $color__primary;
		border-radius: 2px;

		&:hover {
			background-color: #33363b;
			border-color: #33363b;
		}
	}
}

@include breakpoint("mdm") {

	.cm-error-404 {
	
		.cm-page-header {
			margin-bottom: length( 'l-12' );
	
			.cm-page-title {
				font-size: 240px;
				line-height: 215px;
			}
		}

		.cm-page-content {

			p {
				width: 570px;
			}
		}
	}
}
assets/sass/layouts/_layouts.scss000064400000002643151213253220013254 0ustar00/* Header.
--------------------------------------------- */
@import "header/top-bar";
@import "header/header";
@import "header/layouts/layout-1/style-1";
@import "header/layouts/layout-1/style-2";
@import "header/layouts/layout-2/style-1";
@import "header/layouts/layout-2/style-2";
@import "header/layouts/layout-3/style-1";

/* Page templates.
--------------------------------------------- */
@import "page-templates/page-builder";

/* Content.
--------------------------------------------- */
@import "content/content";

/* Blog.
--------------------------------------------- */
@import "blog/layouts/layout-1";
@import "blog/layouts/layout-2";
@import "blog/blog";
@import "blog/single-post";

/* Common.
--------------------------------------------- */
@import "common/header-footer-bars";

/* Post format.
--------------------------------------------- */
@import "post-format/post-format";

/* Sidebar.
--------------------------------------------- */
@import "sidebar/right-sidebar";
@import "sidebar/left-sidebar";
@import "sidebar/no-sidebar";
@import "sidebar/two-sidebars";
@import "sidebar/sidebar";

/* Pages.
--------------------------------------------- */
@import "pages/404";
@import "pages/no-result";
@import "pages/search";

/* Footer.
--------------------------------------------- */
@import "footer/footer-bar";
@import "footer/footer";
@import "footer/scroll-to-top";
assets/sass/layouts/common/_header-footer-bars.scss000064400000000000151213253220016476 0ustar00assets/sass/layouts/content/_content.scss000064400000002122151213253220014670 0ustar00#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top:  length( 'l-30' );
	padding-bottom:  length( 'l-30' );
	background-color: $color__white;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;

	#page {
		max-width: 100%;
	}
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content {

	.cm-row {
		display: flex;
		flex-direction: column;
		row-gap: 60px;
	
		.cm-one-half {
			width: 100%;
			padding-bottom: 0;
			margin-right: 0;
		}
	}
}

.top-full-width-sidebar {
	margin-bottom: length( 'l-15');

	.cm-widget-title {
		border-bottom: 2px solid $color__primary;
		@include font-size("font-size-xs");
		margin-bottom:  length( 'l-12' );
		padding-bottom: 0;

		span {
			background-color: $color__primary;
			color: $color__white;
			padding: 6px 12px;
			display: inline-block;
		}

	}
}

@include breakpoint("lrg") {

	.cm-content {

		.cm-row {
			flex-direction: row;
		}
	}

	.cm-primary {
		width: calc(100% - 30%);
		padding-right: length( 'l-15', em );
	}

	.cm-secondary {
		width: 30%;
	}
}
assets/sass/layouts/header/_top-bar.scss000064400000001667151213253220014355 0ustar00/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: $color__white;
}

.cm-top-bar {
	background-color: $color__gray-100;
	padding: 10px 0;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;

	.cm-row {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 10px;
	}

	.tg-full-width {
		max-width: 100%;
		padding: 0 15px;
	}
}

.cm-top-bar__2 {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
	align-items: center;
}

@include breakpoint("mdm") {

	.cm-top-bar__1 {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.cm-top-bar__2 {
		flex-direction: row;
		justify-content: flex-end;
		gap: 16px;
	}

	.cm-top-bar {

		.cm-row {
			gap: 15px;
		}
	}
}

@include breakpoint("lrg") {

	.cm-top-bar {
		padding: 8px;

		.cm-row {
			flex-direction: row;
		}
	}
}
assets/sass/layouts/header/_header.scss000064400000004262151213253220014233 0ustar00/* Header.
--------------------------------------------- */
.cm-header {
	background-color: $color__white;
}

.cm-site-branding {

	img {
		width: auto;
		margin-bottom: 0;
	}

	a {
		display: block;
	}
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;

	a {
		color: $color__primary;
	}
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: $color__gray-600;
	margin: length( 'l-2' ) 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid $color__gray-200;
	width: 100%;
}

.cm-header-col-1 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	flex-basis: 30%;
}

.cm-header-col-2 {

	.widget {
		text-align: right;
		color: $color__gray-700;

		.cm-widget-title {
			font-size: 18px;
			line-height: 1.2;
			padding-bottom: length( 'l-2' );
		}
	}

	.wp-block-image {
		margin: 0;
	}

	img {
		margin-bottom: 0;
	}
}

.cm-header-2 {

	.cm-row {
		display: flex;
	}
}

/* For header display type one */
.header_display_type_one {

	.cm-header-1 {

		.cm-row {
			flex-direction: row-reverse;
		}
	}

	.cm-header-col-2 .widget {
		text-align: left;
	}
}

/* For header display type two */
.header_display_type_two {

	.cm-header-1 {

		.cm-row {
			flex-direction: column;
		}
	}

	.cm-header-col-1 {
		flex-direction: column;
		float: none;
		text-align: center;
		justify-content: center;
	}

	.cm-site-branding {
		padding-right: 0;
	}

	#cm-site-info {
		padding-right: 0;
	}

	.cm-header-col-2 {

		.widget {
			color: $color__gray-700;
			text-align: center;
		}

	}
}

.cm-menu-toggle {
	display: flex;
	cursor: pointer;
}

.cm-contained {

	.cm-header-2 {

		#cm-primary-nav {
			box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
			position: relative;
			background-color: transparent;
			border-top: 0 solid transparent;
			z-index: 999;
		}
	
		.cm-row {
			background-color: $color__background-news;
			border-top: 4px solid #289dcc;
		}
	}
}

@include breakpoint("mdm") {

	.cm-menu-toggle {
		display: none;
	}
}
assets/sass/layouts/header/layouts/layout-2/_style-1.scss000064400000011206151213253220017451 0ustar00/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 {

	.cm-header-1 {
		.cm-row {
			flex-direction: column;
		}
	}

	.cm-header-2 {
		.cm-row {
			flex-direction: row;
			-ms-flex-direction: row;
		}
	}

	.cm-row {
		justify-content: center;


		.cm-header-col-2 {
			display: block;
		}

		.cm-header-col-1 {
			display: unset;
			float: none;
			text-align: center;
		}
	}

	.cm-top-bar {
		.cm-row {
			padding: 0;
		}
	}

	#cm-primary-nav {
		background-color: transparent;

		&.headroom--pinned {
			background: inherit;
		}

		.cm-row {
			background-color: transparent;
			justify-content: flex-start;
		}

		.fa {
			color: #3F3F46;

			&:hover {
				background: transparent;
				color: $color__primary;
			}

		}

		.cm-home-icon {

			&.front_page_on {
				background-color: transparent;
			}
		}
	}

	.cm-primary-nav {

		a {
			color: #3F3F46;
			background-color: transparent;

			&::after {
				color: inherit;
			}

			&:hover {
				background-color: transparent;
			}
		}

		li {
			background-color: transparent;
		}

		ul {
			justify-content: center;

			li {

				&.current-menu-item,
				&.current_page_item,
				&:hover,
				&.focus {
					color: $color__primary;
					background-color: transparent;
				}

				&.current-menu-item ul li a,
				ul li.current-menu-item a,
				&.current_page_ancestor ul li a,
				&.current-menu-ancestor ul li a,
				&.current_page_item ul li a {
					color: $color__menu-link;
				}
			}

			>li {
				vertical-align: top;

				>a {
					border-bottom: 2px solid transparent;
					transition: border 0.5s ease;
					color: #3F3F46;
				}

				&:hover,
				&.current-menu-item,
				&.current-menu-ancestor {

					>a {
						background-color: transparent;
						border-bottom: 2px solid $color__primary;
					}

				}
			}

			ul.sub-menu {
				background-color: $color__white;
				transition: all 0.3s ease;
				display: block;
				opacity: 0;
				visibility: hidden;
				border: 1px solid #F4F4F5;
				text-align: left;

				li {
					display: flex;
					border-bottom: 1px solid #F4F4F5;

					a {
						width: auto;
						transition: all 0.5s ease;
						border-color: transparent;
					}

					&:hover,
					&.current-menu-ancestor,
					&.current-menu-item,
					&.focus {
						border-color: $color__primary;
						background-color: $color__primary;

						>a {
							color: $color__white;
						}
					}

					&:last-child {
						border-bottom: none transparent;
					}

					ul {
						top: 0;
						transition: none;
					}
				}
			}


			li.menu-item-has-children {

				&:hover {

					>ul.sub-menu {
						opacity: 1;
						visibility: visible;
					}
				}

				a {

					&::after {
						color: #343a40;
					}
				}
			}

			li.focus {

				>a {
					border-color: $color__primary;
				}

				>ul.sub-menu {
					opacity: 1;
					visibility: visible;
				}
			}
		}

		.cm-random-post {

			a {
				&:hover {
					background: transparent;

					.fa-random {
						color: $color__primary;
					}
				}

				.fa-random {
					color: #3F3F46;
				}
			}
		}

		.cm-submenu-toggle {

			.cm-icon {
				fill: $color__gray-700
			}
		}

		.cm-menu-toggle,
		.cm-home-icon,
		.cm-random-post {

			svg {
				fill: #3F3F46;
			}
		}
	}

	.cm-mobile-nav {

		.nav-menu {
			padding-top: 0;
			position: absolute;
			top: 100%;
			width: 100%;
			box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
		}

		.cm-random-post {

			a {

				&:hover {
					background: transparent;

					.fa-random {
						color: $color__primary;
					}
				}

				.fa-random {
					color: $color__menu-link;
				}
			}
		}

		li {
			background-color: $color__white;
			border-color: #E4E4E7;

			a {
				color: #3F3F46;
			}

			&:hover,
			&.current-page-ancestor,
			&.current-menu-ancestor,
			&.current-page-item,
			&.current-menu-item {
				>.cm-submenu-toggle {
					i {
						color: $color__white;
					}
				}
			}
		}

		.cm-submenu-toggle,
		.cm-home-icon,
		.cm-menu-toggle {

			svg {
				fill: $color__gray-700
			}
		}

		.cm-random-post {

			a {
				svg {
					fill: $color__gray-700
				}
			}
		}
	}

	.is-sticky {

		#cm-primary-nav {
			background-color: $color__white;
			box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
		}
	}

	.cm-menu-primary-container {
		flex-grow: 1;
	}
}

@include breakpoint("mdm") {

	.cm-layout-2 {

		.cm-layout-2-style-1 {

			#cm-primary-nav {
				border-top: 4px solid #207daf;
			}
		}
	}
}assets/sass/layouts/header/layouts/layout-2/_style-2.scss000064400000000700151213253220017447 0ustar00.cm-layout-2-style-2 {

    .cm-main-header {
		display: flex;
		flex-direction: column-reverse;
	}

	#cm-primary-nav {

		&.headroom--pinned {
			margin-top: 0;
		}
	}

	.is-sticky {

		#cm-primary-nav {
			margin-top: 0;
		}
	}

	.cm-menu-primary-container {
		margin-top: 4px;
	}
}

.cm-layout-2 {

	&.cm-layout-2-style-2 {

		#cm-primary-nav {
			border-bottom: 4px solid #207daf;
			border-top: 0;
		}
	}
}
assets/sass/layouts/header/layouts/layout-1/_style-1.scss000064400000000000151213253220017436 0ustar00assets/sass/layouts/header/layouts/layout-1/_style-2.scss000064400000000152151213253220017447 0ustar00.cm-layout-1-style-2 {

	.cm-main-header {
		display: flex;
		flex-direction: column-reverse;
	}
}
assets/sass/layouts/header/layouts/layout-3/_style-1.scss000064400000000000151213253220017440 0ustar00assets/sass/utilities/_clearings.scss000064400000000363151213253220014033 0ustar00.clearfix {

	&::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
assets/sass/utilities/_alignments.scss000064400000000414151213253220014222 0ustar00.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
assets/sass/utilities/_accessibility.scss000064400000001627151213253220014717 0ustar00.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

	&: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-size: 14px;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
}

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"] {

	&:focus {
		outline: 0;
	}
}
assets/sass/utilities/_infinite-scroll.scss000064400000001070151213253220015161 0ustar00/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll {
	.default-wp-page, &.neverending #cm-footer {
		/* Theme Footer (when set to scrolling) */
		display: none;
	}
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending #cm-footer {
	display: block;
}
assets/sass/dark.scss000064400000022040151213253220010627 0ustar00@import 'abstracts/variables/colors';

/*--------------------------------------------------------------
Dark CSS
--------------------------------------------------------------*/

body {
	background-color: $color__background-dark;
	color: $color__gray-seven;
}

/* Top Bar.
--------------------------------------------- */
.breaking-news {
	background-color: $color__gray-one;

	&-latest {
		color: $color__white;
	}
}

.date-in-header {
	color: $color__gray-seven;
}

.dark-skin {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: $color__white;
	}

	#page,
	.cm-main-header,
	.cm-content,
	.cm-secondary .widget {
		background-color: $color__background-dark-page;
	}

	.cm-top-bar {
		background-color: $color__background-dark-news;
	}

	.cm-mobile-nav {

		li {
			background-color: $color__gray-one;
		}

		a {
			color: $color__white;
		}
	}

	.cm-no-results {

		.cm-page-title {
			color: $color__gray-100;
		}

		.cm-page-content {

			p {
				color: $color__gray-100;
			}
		}
	}

	.search-form-top {
		background-color: $color__background-dark-footer-socket;
		border: 0 none;
	}

	.wp-block-search__input,
	.search-form-top input.s,
	input.s {
		background-color: #161616;
		border: 1px solid #343434;
		color: #E3E2E2;
	}

	.cm-featured-posts {

		.cm-post {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;
		}

		&.cm-tab-widget {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post {
				box-shadow: none;
			}
		}

		.cm-post-content {

			.cm-entry-title {
				a {
					color: #F4F4F5;
				}
			}

			.cm-below-entry-meta {

				.cm-post-date,
				.cm-author,
				.cm-comments-link {
					svg {
						fill: $color__light-content;
					}
				}
			}
		}

		.cm-random-posts,
		.cm-breaking-news {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post {
				box-shadow: 0 0 0 0 transparent;
			}
		}
	}

	.cm-post-date,
	.cm-author,
	.cm-comments-link {

		a {
			color: #aeaeae;
		}
	}

	.cm-featured-category-slider-widget,
	.cm-highlighted-posts {

		.cm-post-date,
		.cm-author,
		.cm-comments-link {

			a {
				color: $color__gray-100;
			}
		}
	}

	.comment-respond {

		form {

			label {
				color: #E3E2E2;
			}
		}
	}

	.comments-area {

		.fn {

			a {
				color: $color__white;
			}
		}
	}

	.human-diff-time {
		color: $color__light-content;
	}

	.search-form-top.show::before {
		border-bottom: 12px solid #121212;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
	}

	.cm-comments-link {

		span {
			color: $color__light-content;
		}
	}

	.cm-thumbnail-slider {
		border-color: $color__background-dark-page;
	}

	#comments {
		border-color: $color__gray-three;
	}

	.cm-posts {

		.post {
			box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
			border-radius: 4px;

			.cm-post-content {

				.cm-entry-title a {
					color: #F4F4F5;
				}

				.cm-below-entry-meta {

					.cm-author,
					.cm-comments-link,
					.cm-tag-links,
					.cm-edit-link,
					.cm-post-date,
					.cm-post-views {

						svg {
							color: $color__light-content;
						}
					}

					.cm-post-views {

						span {
							color: $color__light-content;
						}
					}

					.cm-edit-link {

						a {
							color: $color__light-content;
						}
					}
				}
			}
		}
	}

	.single-related-posts {

		.cm-post-content {

			.cm-entry-title {
				a {
					color: #F4F4F5;
				}
			}

			.cm-below-entry-meta {

				.cm-post-date,
				.cm-comments-link {

					.fa {
						color: $color__light-content;
					}
				}
			}
		}
	}

	.post,
	.search {

		.cm-entry-title {

			a {
				color: #F4F4F5;
			}
		}

	}

	.cm-random-posts {
		box-shadow: 0 0 0 0 transparent;
	}

	.previous,
	.next {

		svg {
			fill: $color__gray-100
		}

	}

	.cm-layout-2 {

		.cm-mobile-nav {

			.cm-submenu-toggle,
			.cm-home-icon,
			.cm-menu-toggle {

				svg {
					fill: $color__gray-100
				}
			}

			.cm-random-post {

				a {
					svg {
						fill: $color__gray-100
					}
				}
			}
		}
	}


	.single-related-posts {
		box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.24);
		border-radius: 4px;
	}

	.cm-footer-cols,
	.cm-footer-bar {
		border-top: 0 none;
		background-color: $color__background-dark-footer-socket;
	}

	#cm-footer .cm-upper-footer-cols .widget {
		border: 0 none;

		.cm-post,
		.cm-random-posts {
			box-shadow: none;
		}
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	textarea,
	.comment-content {
		background-color: $color__background-dark-page;
		color: $color__gray-seven;
		border-color: $color__gray-five;
	}

	.cm-view-all-link {
		background: $color__background-dark-page;
	}

	/*--------------------------------------------------------------
	Header Clean layout CSS
	--------------------------------------------------------------*/

	.cm-layout-2 {

		.cm-primary-nav {

			ul>li>a {
				color: $color__gray-100;
			}

			.cm-home-icon,
			.cm-submenu-toggle,
			.cm-menu-toggle,
			.cm-random-post {

				svg,
				.cm-icon {
					fill: $color__gray-100;
				}
			}

			ul ul.sub-menu li a {
				color: $color__gray-700;
			}

		}

		.is-sticky #cm-primary-nav {
			background-color: #111111;
		}

		.cm-mobile-nav {

			.cm-submenu-toggle {

				svg {
					fill: $color__gray-100;
				}
			}
		}

		#cm-primary-nav {

			.fa {
				color: $color__gray-100;
			}
		}

		.cm-mobile-nav li {
			border-color: #3F3F46;

			a {
				color: $color__gray-100;
			}
		}
	}

	&.colormag-header-clean {

		.cm-primary-nav {

			.sub-menu,
			.children {
				background-color: $color__background-news;
			}
		}

		.cm-mobile-nav {

			li {
				background-color: $color__background-news;
			}
		}
	}

	&.colormag-header-clean,
	&.colormag-header-classic,
	&.colormag-header-clean--full-width {

		.breaking-news .newsticker a,
		.social-links i.fa {
			color: $color__gray-seven;
		}
	}

	&.colormag-header-classic {

		.is-sticky {

			#cm-primary-nav {
				background-color: $color__background-news;
			}

			.cm-mobile-nav li {
				background-color: $color__background-news;
			}
		}

		#cm-primary-nav {

			.cm-menu-toggle {
				border-color: $color__gray-seven;

				&::before {
					color: $color__gray-seven;
				}
			}

			&.cm-primary-nav {

				ul {

					ul.sub-menu,
					.children {
						background-color: $color__background-news;
						border-color: $color__gray-three;

						li {
							border-color: $color__gray-three;
						}
					}
				}

				a,
				.cm-random-post a .fa-random,
				.cm-home-icon .fa {
					color: $color__white;
				}
			}

			&.cm-mobile-nav .cm-random-post a .fa-random,
			.fa.search-top {
				color: $color__white;
			}
		}
	}

	&.colormag-header-clean--full-width {

		.cm-top-bar {
			background-color: $color__background-dark-news;
		}
	}

	.colormag-footer--classic {

		.cm-footer-cols {
			background-color: $color__background-medium-footer-socket;
		}

		.cm-footer-bar {
			background-color: $color__background-dark-footer-socket;
		}
	}

	.elementor {

		.tg-module-wrapper {
			color: $color__gray-seven;

			.tg-module-title {
				color: $color__white;
			}

			.tg-module-meta {

				.tg-post-auther-name,
				.tg-post-date,
				.tg-module-comments {

					a,
					span {
						color: $color__light-content;
					}
				}
			}

			&.tg-module-block.tg-module-block--style-5 .tg_module_block .tg-module-title,
			&.tg-module-block.tg-module-block--style-5 .tg_module_block .block-content {
				background: $color__background-dark-page;
			}
		}
	}

	.cm-entry-summary p {
		color: #E3E2E2;
	}

	.previous a,
	.next a {
		color: #F4F4F5;

		&:hover {
			color: #F4F4F5;
		}
	}

	.cm-entry-title {

		a {
			color: #F4F4F5;

			&:hover {
				color: #F4F4F5;
			}
		}
	}

}

.cm-breaking-news i.fa-arrow-up::before,
.cm-breaking-news i.fa-arrow-down::before {
	background-color: #161616;
	border: 1px solid #161616;
}

/* Support Dark Skin.
--------------------------------------------- */
.dark-skin {

	body {
		color: #cccccc;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #fff;
	}

	.mzb-post-list,
	.mzb-tab-post,
	.mzb-featured-posts,
	.mzb-featured-categories {
		.mzb-post {
			background-color: $color__background-light;
		}
	}

	.mzb-tab-post {

		.mzb-tab-title {
			background-color: $color__background-light;

			&.active {
				background-color: var(--color--primary);
			}
		}
	}
}

/* Support Magazine Blocks.
--------------------------------------------- */
.mzb-post-list,
.mzb-tab-post,
.mzb-banner-posts,
.mzb-featured-posts,
.mzb-featured-categories,
.mzb-grid-module {

	.mzb-post-date,
	.mzb-post-author {
		a {
			color: var(--color--gray);
		}

		svg {
			fill: var(--color--gray);
		}
	}
}assets/sass/base/_base.scss000064400000001111151213253220011665 0ustar00/* Container
--------------------------------------------- */
@import "elements/container";
@import "elements/grid";

/* Typography
--------------------------------------------- */
@import "typography/copy";
@import "typography/headings";

/* Elements
--------------------------------------------- */
@import "elements/body";
@import "elements/button";
@import "elements/columns";
@import "elements/common";
@import "elements/fields";
@import "elements/link";
@import "elements/list";
@import "elements/media";
@import "elements/table";
@import "elements/icons";
assets/sass/base/typography/_headings.scss000064400000000754151213253220014757 0ustar00h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: length( 'l-10' );
	color: $color__gray-800;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: $line-height__headings;
}

h1 {
	@include font-size('font-size-xxxl');
}

h2 {
	@include font-size('font-size-xxl');
}

h3 {
	@include font-size('font-size-xl');
}

h4 {
	@include font-size('font-size-lg');
}

h5 {
	@include font-size('font-size-md');
}

h6 {
	@include font-size('font-size-sm');
}
assets/sass/base/typography/_copy.scss000064400000002537151213253220014150 0ustar00html {
	font-size: $font-size__percent; /* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: $color__text;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: $line-height__body;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: $line-height__body;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

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

pre {
	overflow: auto;
    max-width: 100%;
    width: 798px;
	margin-bottom: 20px;
    padding: 30px 30px 84px 30px ;
	background-color: $color__gray-50;
	@include font-size("font-size-xs");
	font-style: italic;
    line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	@include font-size("font-size-xs");
	line-height: 1.4;
	white-space: pre-wrap;
}

abbr,
acronym,
dfn {
	border-bottom: 1px dotted $color__gray-300;
	cursor: help;
}

address {
	display: block;
	font-style: italic;
	margin: 0 0 length( 'l-8' );
}

ins {
	background: $color__gray-100;
}

hr,
.wp-block-separator {
	background-color: $color__gray-200;
	border: 0;
	height: 1px;
	margin: length( 'l-15' ) 0;
}

dl {
	@include font-size("font-size-sm");
}

dt {
	font-weight: bold;
	margin-bottom: length( 'l-2' );
}

dd {
	margin-bottom: length( 'l-12');
}
assets/sass/base/elements/_icons.scss000064400000000244151213253220013710 0ustar00/* SVG icons */
.cm-icon {
	display: block;
	width: length( 'l-8', em );
	height: length( 'l-8', em );
	transition: all 0.3s;
    fill: $color__gray-500;
}
assets/sass/base/elements/_body.scss000064400000000667151213253220013543 0ustar00/**
 * Body.
 */
body {
	background-color: $color__gray-200;
	padding-top: length( 'l-5' );
	padding-bottom: length( 'l-5' );
	background-size: cover;

	&.clickable-background-image {
		position: relative;

		.background-image-clickable {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			z-index: 1;
			cursor: pointer;
		}

		.site {
			position: relative;
			z-index: 99;
		}
	}
}
assets/sass/base/elements/_grid.scss000064400000000000151213253220013510 0ustar00assets/sass/base/elements/_table.scss000064400000000467151213253220013673 0ustar00table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;

	thead {
		background-color: #F4F8FB;
	}

	th {
		text-transform: uppercase;
		padding: 6px 12px;
		font-weight: 500;
	}

	td {
		padding: 6px 12px;
		border-bottom: 1px solid $color__gray-800;
	}
}
assets/sass/base/elements/_columns.scss000064400000000564151213253220014262 0ustar00/**
 * Columns.
 */

.cm-column-half {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom:  length( 'l-15' );
}

/* 4 Columns. */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}

.tg-one-fourth-last {
	margin: 0;
}

@include breakpoint("mdm") {

	.cm-column-half {
		flex-direction: row;
	}
}
assets/sass/base/elements/_list.scss000064400000000432151213253220013547 0ustar00/**
 * List.
 */
ul {
	list-style: disc;

	ul {
		list-style: circle;

		ul {
			list-style: square;
		}
	}

	&.default-wp-page {
		list-style: none;
	}
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;

	>ul,
	>ol {
		margin: 0 0 0 10px;
	}
}
assets/sass/base/elements/_common.scss000064400000000175151213253220014070 0ustar00/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c1c1c1;
}
assets/sass/base/elements/_fields.scss000064400000003364151213253220014051 0ustar00/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input {
	&[type="text"],
	&[type="email"],
	&[type="search"],
	&[type="password"],
	&[type="url"] {
		appearance: none;
		outline: none;

		&:focus {
			border: 1px solid $color__gray-200;
		}
	}

	&[type="text"],
	&[type="email"],
	&[type="password"],
	&[type="url"],
	&[type="tel"] {
		box-sizing: border-box;
		padding: 10px;
		border: 1px solid $color__gray-200;
		line-height: 20px;
		width: 100%;
		margin: 0 0 32px;
		background-color: #FCFCFC;
		border-radius: 4px;
	}

	&.s {
		position: relative;
		width: 100%;
		padding: length( 'l-6' );
        @include font-size("font-size-xs");
        border: 1px solid $color__gray-300;
        border-radius: 4px 0 0 4px;
		line-height: 1.6;

		&:focus {
			padding-left: 10px;
			border-color: $color__gray-200;
			text-indent: 0;
		}
	}
}

textarea {
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;

	&:focus {
		border: 1px solid $color__gray-200;
	}
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: $color__primary;
	border: 0;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	appearance: none !important;
	cursor: pointer;
	color: $color__white;

	&:hover {
		background-color: #33363b;
	}
}

#search-form {

	input[type="submit"] {
		border-radius: 0;
		margin-left: -8px;
		margin-bottom: 0;
		padding: 6px 10px 5px;
		font-size: 18px;
	}
}

select {
	border: 1px solid $color__gray-200;
	padding: length( 'l-4') length( 'l-8');
}
assets/sass/base/elements/_container.scss000064400000001237151213253220014562 0ustar00/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: length( 'l-8' );
    padding-right: length( 'l-8' );
    box-sizing: content-box;
}

.cm-header-1 {

	.cm-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
		gap: length( 'l-5');
		padding: length( 'l-12' ) 0;;
	}
}

@include breakpoint("mdm") {

	.cm-header-1 {

		.cm-row {
			flex-direction: row;
			justify-content: space-between;
			text-align: left;
			gap: length( 'l-10');
		}
	}
}
assets/sass/base/elements/_media.scss000064400000003651151213253220013661 0ustar00/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

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

.cm-entry-summary,
.comment-content,
.widget {

	img {
		max-width: 100%; /* Fluid images for posts, comments, and widgets */
	}
}

img {

	&.size-full,
	&.size-large {
		max-width: 100%;
		height: auto;
	}

	&.alignleft,
	&.alignright,
	&.aligncenter {
		margin-bottom: 1.625em;
	}

	a & {
		border: 0;
	}

	&#wpstats {
		display: none;
	}
}

.cm-entry-summary {

	img {

		&.wp-smiley {
			border: none;
			margin-bottom: 0;
			margin-top: 0;
			padding: 0;
		}
	}
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;

	img[class*="wp-image-"] {
		display: block;
		margin: 1.2% auto 0;
		max-width: 98%;
	}

	#cm-footer & {
		border: 1px solid #444444;
	}

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

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

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;

	.gallery-caption {
		font-size: 12px;
		line-height: 1.2;
		padding-top: 5px;
	}
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	box-sizing: border-box;

	.gallery-columns-3 &,
	.gallery-columns-4 &,
	.gallery-columns-5 & {
		padding: 15px 1%;
	}

	.gallery-columns-6 &,
	.gallery-columns-7 &,
	.gallery-columns-8 &,
	.gallery-columns-9 & {
		padding: 10px 0.5%;
	}

	.gallery-columns-2 & {
		width: 50%;
	}

	.gallery-columns-3 & {
		width: 33.33%;
	}

	.gallery-columns-4 & {
		width: 25%;
	}

	.gallery-columns-5 & {
		width: 20%;
	}

	.gallery-columns-6 & {
		width: 16.66%;
	}

	.gallery-columns-7 & {
		width: 14.28%;
	}

	.gallery-columns-8 & {
		width: 12.5%;
	}

	.gallery-columns-9 & {
		width: 11.11%;
	}
}

.gallery-icon {

	img {
		margin: 0 auto;
	}
}
assets/sass/base/elements/_link.scss000064400000000260151213253220013530 0ustar00/**
 * Links.
 */
a {
	color: $color__primary;
	text-decoration: none;
	transition: all 0.3s ease;

	&:focus,
	&:active,
	&:hover {
		text-decoration: none;
	}
}
assets/sass/base/elements/_button.scss000064400000000776151213253220014122 0ustar00button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: $color__primary;
	color: $color__white;
	font-size: 16px;
    font-weight: 600;
	border: 1px solid $color__primary;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;

	&:hover {
		color: $color__primary;
		background-color: transparent;
	}
}
assets/library/font-awesome/css/all.css000064400000443363151213253220014201 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, 0));
          transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-table-cells-column-lock::before {
  content: "\e678"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-table-cells-row-lock::before {
  content: "\e67a"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-jxl:before {
  content: "\e67b"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-square-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-web-awesome:before {
  content: "\e682"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-square-web-awesome-stroke:before {
  content: "\e684"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-square-upwork:before {
  content: "\e67c"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-square-web-awesome:before {
  content: "\e683"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-bluesky:before {
  content: "\e671"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
assets/library/font-awesome/css/v4-shims.min.css000064400000065716151213253220015667 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}assets/library/font-awesome/css/v4-font-face.css000064400000003451151213253220015610 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
assets/library/font-awesome/css/v4-shims.css000064400000125370151213253220015076 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-home:before {
  content: "\f015"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-list-alt:before {
  content: "\f022"; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-edit:before {
  content: "\f044"; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart:before {
  content: "\e0e3"; }

.fa.fa-bar-chart-o:before {
  content: "\e0e3"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter-square:before {
  content: "\f081"; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-square:before {
  content: "\f082"; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-github-square:before {
  content: "\f092"; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-globe:before {
  content: "\f57d"; }

.fa.fa-tasks:before {
  content: "\f828"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-cut:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-save:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-magic:before {
  content: "\e2ca"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f625"; }

.fa.fa-dashboard:before {
  content: "\f625"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard:before {
  content: "\f0ea"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f0ed"; }

.fa.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f5c0"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f5c0"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f5c0"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-unlink:before {
  content: "\f127"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-unlock-alt:before {
  content: "\f09c"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\24"; }

.fa.fa-dollar:before {
  content: "\24"; }

.fa.fa-inr:before {
  content: "\e1bc"; }

.fa.fa-rupee:before {
  content: "\e1bc"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f884"; }

.fa.fa-sort-amount-desc:before {
  content: "\f160"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-square:before {
  content: "\f431"; }

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square:before {
  content: "\f169"; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square:before {
  content: "\f174"; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo-square:before {
  content: "\f194"; }

.fa.fa-try:before {
  content: "\e2bb"; }

.fa.fa-turkish-lira:before {
  content: "\e2bb"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square:before {
  content: "\f1a2"; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square:before {
  content: "\f1b5"; }

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square:before {
  content: "\f1b7"; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-git-square:before {
  content: "\f1d2"; }

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square:before {
  content: "\f203"; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-transgender:before {
  content: "\f224"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-transgender-alt:before {
  content: "\f225"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
assets/library/font-awesome/css/v4-font-face.min.css000064400000003267151213253220016377 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-v4compatibility.woff2) format("woff2"),url(../fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
assets/library/font-awesome/css/all.min.css000064400000311057151213253220014755 0ustar00/*!
 * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,0));transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-table-cells-column-lock:before{content:"\e678"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-table-cells-row-lock:before{content:"\e67a"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-jxl:before{content:"\e67b"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before,.fa-square-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-web-awesome:before{content:"\e682"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-square-web-awesome-stroke:before{content:"\e684"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-square-upwork:before{content:"\e67c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-square-web-awesome:before{content:"\e683"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-bluesky:before{content:"\e671"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-v4compatibility.woff2) format("woff2"),url(../fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
assets/library/font-awesome/fonts/fa-solid-900.ttf000064400001464754151213253220016013 0ustar00
� OS/2akbS(`cmapi�p�LH�glyf9Fu��head)Ԉ�6hheaL��$hmtx�����loca)�X_��maxp�� name�0���postU��M�x_<��1Dž�1Dž�����������qq��LfGLf��	AWSM�!�����KA� �@���@
�����@��@��@�����@��@@@@�����@���@����@@��@@@@ ���@�@@�������@�����������@@@ @ ������@�@ ����������@ @���������!�!�������������������@@��@@���@� ��� � @�@���@�@��@@����������������@����@@�����@@@� �@������@����������������@��@��@��@@�
� �����@@ @ �@� � � � @���@�������@�@�����@����@�����@@��@@@@�@���������@���� ��@@@@@@@@�������@����������@��@@�@�������@�����@���@����@��@@�����������@��@��@��@��@��@���@��:�@��@��@ ��@
���@"����@@@@@@���� � � � �����@�������@@@���@@@���@@@���������������� ���@���@@���������@��� � @@@��@���������@���������@��@�@�@���@@@��������@�������@����  @��@@��@ ����@���@�����@������������������
��@@��@��@@��@��@���@@�����@ ������� �� @� � @ @@� � ��������@�@�@�
�����@'���������@������@������@���@@���@�������@'@'@@@'@'� � @��@������@�����������@����@������������ �����������@ �@ @@�@ @�@@@�������`��� @� �������@@@@@@��@���������� @ ���������@ @@�@@����@ ���� @�@@@@@@��������@������@��@��@ ������@����@�����@������@��@���@��	�@�@��@�@��@���@��� @@�@��������������������@@@@��
����@�@�����@��������������������������@@@@�����@�
�������@@	@@���@�@���@@@@��@�����@����@����@�����@���@	��@���@�@@��������@@����@@��������������@@�@��@������ @���@�@��@��@ ��@@���@��@@���������@��@@�@��� ������� ��@���@@���@@���������@������ �@�����@@�@�����@��������������@����������@�����@@���@��������@������������@@�������������@���������������@���@����@� @@� ������������@�����������@'@'@@@'@'@����������$�$
�j�	�!%+9Zabcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��A�v�����������������1�<�@�R�c�i�m�{�����������������������	�"�-�=�������������������<�E�H�l�s�w�{��������������������%�/�O�X�o�t���������x�z����������������>�@�D�E�F�N�[�\�]�^�f�g�h�i�n�~�������������������������������������������������������"�#�'�(�)�*�.�5�:�>�F�G�N�T�U�Y�^�e�x�������������������������������������������-�6�9�I�J�N�P�]�l�w�x�z�{����������������������������������������������������(�2�8�[�]�`�c�����������������������������"�$�%�4�6�:�<�?�A�C�E�G�K�N�P�S�X�]�_�b�f�m�r�t�y�}�������������������������������	�+�,�0�1�5�6�@�A�������������������������������������!�%�*�0�7�<�A�D�G�J�O�Q�U�X�^�b�f�k�m�o�t�v�y�|������������������������������������������������"�)�+�/�=�@�C�G�M�S�V�[�_�i�l�p�s�}��������������������������������������������������
���
������*�/�>�J�L�P�S�^�c�m�y�}������������������!#*0<abcdefghijklmnopqrstuvwxyz���������    9 : � � � � � � � �!"!�!�!�!�!�!�!�!�!�!�""####(#)#*#+#�#�#�#�#�#�#�#�#�#�#�#�$�%�%�%�%�%�%�&&&&&&&& &"&#&%&*&,&.&/&8&9&?&@&B&Z&[&\&]&^&_&e&f&r&z&{&~&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�&�'''''	'
'''''''''''!'1'D'F'L'N'S'T'U'W'd'�'�'�)4)5+
+++$+P��
��?�Y�����������������1�9�@�R�c�i�m�{�����������������������	�!�-�=�������������������<�E�G�l�s�v�z���������������������'�2�Q�Z�q�v��������x�z����������������!�@�A�E�F�G�P�\�]�^�`�g�h�i�j�p��������������������������������������������	��
�������� �#�$�(�)�*�+�0�7�=�@�G�H�P�U�V�[�`�u����������������������������������������
��!�3�8�@�J�M�P�Q�l�q�x�y�{������������������������������������������������	���(�2�7�X�]�`�b�����������������������������"�$�%�2�6�9�<�?�A�C�E�G�K�N�P�S�X�\�_�a�f�h�p�t�w�}�~�������������������������������,�-�1�2�6�7�A�B������������������������������������!�$�)�.�7�;�A�D�G�J�O�Q�S�X�]�b�d�i�m�o�t�v�x�{�������������������������������������������������"�(�+�.�;�@�C�G�M�Q�V�Z�^�i�k�o�r�|��������������������������������������������������
���
������'�/�>�J�L�P�S�^�c�m�y�{������������������������ + % !������������~2+(�����������������v_UF���������p���WON+%#!

������������������������
��������~|zywvutsrpnmlkjhedcbUTPONKJGFEDC=<;:987643210/.

���������������������������������~sqpolhg`XWUSPNLHEB32)����������������spjaPOBA?><;:985320,)('$#! ������������������������������������������~ytsqnkeb^\ZXTSRPLIHFED@?>=;:8,+'"!
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
}
{
z
y
w
v
p
n
l
k
j
i
f
e
d
c
_
V
Q
O
M
L
K
I
C
A
<
;
:
8
7
3
*
&




	
��������������q��������������������������@B`�T���

:$(D�b����~~��������<����v��x�rP&rrV�r�d�Z��������|���t|vv|n����.22&((����<.2.&"&n��0&@��������LJ�x�>(.�0�6�����������N���~NL86�<����x���p����8�����:4

j�r����4��@�<jj2d������R�zHr�z|���xvBD�fdb`t\|`��f�H��pnf\���4 !"#$%&'()*+,-./����������������������������������������	%/02789=?EFGJKLMQRTVYqwy|�����������������������������������
')*+,.:<=>@BHRSTUVWY^`akquy{|}~��������������bc�������������������&(/4690!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/�����������F�������G������  �  Q  R 9 9J : :K � �� � �� � �� � �� � �� � �� � �6 � ��!"!"
!�!��!�!��!�!��!�!��!�!�R!�!�S!�!�Y!�!�0!�!��!�!�7""�""�##L##M###(#(Y#)#)�#*#*�#+#+#�#��#�#��#�#��#�#��#�#��#�#��#�#�B#�#�#�#��#�#��#�#��#�#��$�$��%�%�%�%��%�%�T%�%��%�%�%�%�&&�&&&&4&&�&&|&&&&&	& & �&"&"(&#&#&%&%�&*&*�&,&,�&.&.�&/&/�&8&8�&9&9V&?&?�&@&@�&B&B�&Z&Z{&[&[~&\&\&]&]y&^&^|&_&_}&e&e�&f&f�&r&r�&z&z�&{&{�&~&~�&�&��&�&��&�&��&�&��&�&��&�&��&�&�q&�&�&�&��&�&��&�&��&�&�2&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&��&�&�T&�&�T&�&��&�&��&�&�u&�&�4&�&��&�&��&�&�%&�&��&�&��&�&�/&�&��&�&��''''''''|'	'	/'
'
�''''''H''c''b''�''�''�''�''�'!'!�'1'1'D'D<'F'F<'L'L�'N'N:'S'S'T'T'U'U'W'W'd'd�'�'�'�'��'�'��)4)4a)5)5`+
+
S++�++�+$+$T+P+P���0�
�
2��3�?�A4�Y�v7��U��W��Y��Z��[��\��]��^����9����_����`����a�1�1c�9�<d�@�@h�R�Ri�c�cj�i�ik�m�ml�{�{m��n��p��q��s��t��u����v����w����x����y����z����{����|��}��~�	�	�!�"��-�-��=�=���������������������������������������������������<�<��E�E��G�H��l�l��s�s��v�w��z�{������������������������������������������������������%��'�/�2�O�Q�X9�Z�oA�q�tW�v�[��m��t��~�������������x�x��z�z������/��������������@�����������T��W�����w����!�>��@�@H�A�D��E�E�F�F|�G�N��P�[��\�\��]�]��^�^��`�f��g�g�h�h��i�i�j�n��p�~��������������������������������������������=�����������$����&����/����0�������������������2����:��>��������?��F��^�	�N��T�
�Q��S��k��������U�����Z� �"[�#�#��$�'^�(�(�)�)b�*�*�+�.c�0�5g�7�:m�=�>q�@�Fs�G�Gy�H�Nz�P�T��U�U�V�Y��[�^��`�e��u�x���������V��U��������E�����������������=����������������������������������T������������������������������������
������!�-��3�6��8�9��@�I��J�J��M�N�P�P�Q�]�l�l�q�w�x�x�y�z�{�{�������������������������� ��%��'��)��*��*��+��+��,��,������-����.����/����7����q����;����=����>����?����@����A��C��E��F��G�	�K��O��P�(�(Q�2�2��7�8R�X�[T�]�]X�`�`Y�b�cZ��8��9��\��^��_��`��b����c����d����e����h����i����j����k����l��m�����o��p��q�"�"r�$�$s�%�%'�2�4t�6�6w�9�:x�<�<z�?�?{�A�A|�C�C}�E�E~�G�G�K�K��N�N��P�P��S�S��X�X��\�]��_�_��a�b��f�f��h�m��p�r��t�t��w�y��}�}?�~���������������������������������������������������������������������������������'��	���+��,�,�-�0��1�1�2�5��6�6�7�@��A�A�B�������M����X����\����`����h����j����m����q����x����}�������������������������������������������������������������������������!�!��$�%��)�*��.�0��7�7��;�<��A�A��D�D��G�G��J�J��O�O��Q�Q��S�U��X�X��]�^��b�b��d�f��i�k��m�m��o�o��t�t��v�v��x�y��{�|��������������������������������������������������������������������������������������������������������������������������������������������������������������������"�"��(�)��+�+��.�/��;�=��@�@��C�C��G�G��M�M��Q�S��V�V�Z�[�^�_�i�i�k�l�o�p�r�s
�|�}�������������������������������������������� ����#����%����'����)����*����,����-����/����1����4����5����6����:����=����>����?����A����B����C��E��F�
�
��������
�
I��J��L��M��O��P�'�*Q�/�/U�>�>V�J�JW�L�LX�P�PY�S�SZ�^�^[�c�c\�m�m]�y�y^�{�}_����b����d����h����i����j����l����m����n��������o����p�������	�
�
7��8��9������!�!1�&�&��'�'��)�)�*�*�-�-J�1�1��2�2��6�6N�K�K��N�N��O�O��h�hK�j�j�t�t>�w�w��x�x6��������������d�����x�����������������v��Z����3���������[��������������v������������������������{������������������������?����N�������������������	�	���������3�A�A��M�M��N�N��Q�Q��U�U�d�d��e�e��{�{��������_�� ��������������6��������F�����P������N���������������������������j����j����Q������������������������������������O���������M���������+������������������f��������m�����[��A����
�
��������
�
�����������=������������%�%��'�'�(�(��,�,��4�4T�5�5T�G�G��I�I��J�J��K�K��L�L��M�M��N�N��S�S��k�k�n�n��q�q��u�u��w�w��{�{��}�}^����/���������I����b���������G����
���������^������������������l�����������������������������������������������������8����7��������������������������;��T��C��<��=��>��@�	�	��
�
l�
�
?��W��P��R��Q��D��F��E� � �"�"i�&�&5�+�+y�,�,:�-�-h�.�.t�3�34�6�6\�B�BU�D�D]������������������������j����@�������������������%���������9���������������������������������1���������W��������7����4����5�����������������������i���������f����e����*���������T����T����T����T����T������������������������������������
�
�������������#�#A�)�)B�A�A$�B�B�C�C�D�D=�N�Nu�S�S;�U�U�Z�ZD�w�w�������������������������z������������������������f�������������������k����
���������<��������������L������y�y��z�z;��������������������8� �d�d��@�	�
���
��P���@�<� ��0���0��0�D !("x#�%@)*�+�,�.�123�56X7h8�9�:�=x??�@�A�CD EpF�G�H�I�J�LpM�P0Q�S0S�TXU8V8WDXlX�Y�Z�[�\�]�^|`a\b�c�e,ff�g�i8j0j�k\ll�m�oPp p�q�r�sXtuXvTwxx@x�y�z�{�|\}t~\�d�d�����@�l�\�L�(� �����P����H�\�����������X������������$���P�t����@������� �0�l�T�H���x�������������`„À���<Ǽ��X�����������֔؈�p�@��ߨ��8�����`��H��$�0�@����������h�h�����L�x��Xtx	�
|��
�Lp|����h���(p \"h#($�%X&'�(�)�*X+,$-l..�0P1�2(3�5(6�8�:H<�=,>�?P@HBC�E�G8I$JpK�L�N4OLP`Q�R�TUhV�X\Y�[4\$]�^�`Da0bxde�f�g�ipkm$n�o�p�q�suv\w�x�z{p|�~~��,�d����T��(� �����p�����X�H�X�����\�����P�D�����l�H�H������T�|�8�����D���������h�����<�,� �����������������Ũ��@�t�ʌ�4˨� ̬�x�����D���t�����4�ה�d�L��ڰ���4���\��p�������P����P�<����d�����������������h���D������t��|���T��� ��� �����L���t�$���x����d�<�	,
P
���
�p��T\��l�d���$�l��D 4!"<#,$$�%,%�&�'`(L)* +|,�.,/�0$0�1`2383�505�6P7<8�9�:X;<<�=�>8>�?@@hA�CC�D�EFGGXG�G�HH�IIXI�J J�K�L$M|N�O\PP�Q�RpS�T�U�V\WX|Y�[\\�]�^H^�_�`4`�a,a�a�b0b�c0c�d�e�f�g h,i4jkm|n�ohpLqq\r(s`t�u8v@wHw�yy�z�{,{�|�}�~~�0��������(���������,���p�� ���p�����x�H������������,�p����t�����������t�h�8�x�������t��T�X�L������L���<��\����������|�@���l�,������ �����İ�(��nj�X��������ϰ�pѨҔԤ�h�ְ�l�ڔ�T��ܠ�p��|��0��,�8����,���$���������4�����|�l�T���������h���h�t � <p���	�
�XD

��,(<�d,����d��h�P��|� �!�"�%�'�)t*�,�-�-�/l/�12 2�3�4�5�6�7�8�9�;�<�=�>�>�?�@XA�C�D$E,E�F�G�H�IlJHJ�LTM`N\N�O�O�PHP�QQ�R�S�TT�U0U�V�W@X X�Y�Z`[\\�]`]�^X^�_�`�a(a�b,cpd$d�ele�f�gg�h(h�itjj�lmm�otp(q8rr�spt\uPv`wLx�yy�z{|}�~��,�����������`�@�l�,�����l�|�l���������� �����\�����l�@�0���X�x�4������8� ������������������<���������x�����$���T� �(�����������ˆ�|���������\�|�Dμ�h����ӌԜ�d�0�tش���H۸ܘ�L��ހ�L��$�0�,������|������$���d�,�x�<�����0����p�������������`�����d�
�P�
����x8�����$XTlH|,�� �"T#`$�%h& '(�)�*�+�,P-�.�0�2345�7�8�9�;�= ?�@�B CxDxE�GTHHItJ$K�M�O<QS\U�V�XY Z[|\l]�^_0_�`�a�b<cdhee�f�g�h�i�j�k�l�n,o�p�qpr0s�t�uTvXw<x$y`z�{�|�}�~���l� �����x�H��$�\�T����P�����������������X�8�������8�0�l�d�0�������������h�����$�8�L����������T�8�D��Ä�<�hȈ��̨Ϝ�`�������H�t�@�$���@�`���������D���P� ��l���������������������0�l,HD��		��

H�@(4l���@X$!\##�$�%�'x(�*,-.�/�0�1�2�3d5P6h7X9::�;�<�=�?�@�A�ChDDE�GGlI\I�JLKK�MxNXN�O�PdQ�RhS�U�V|W�X\Y`Z�[�]P^P`a\cd�eHf`g�h�i�j|khk�lDm4n,oo�q<q�r�s�t�u@v�x,x�y�zd{@|h}�t�8�������L�����|���d����0����� �d�����`��������T������������
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

����M�"4'11&#"132765676'&'@								 



�				�				�`����js11131716761312##11312##11'&'&771#11'&'&771#1"'&547633171#1"'&54763317167673171#�
_

	:				E:				E

	_

	:				E:				E

__�

;E

;				�				E

;E

;				�				E�����
��4�~2111230111''1&1211#"'&5510#01#111&'&'&'&76767676'&'&''11101&'&'&'&7676767514763�		0

/01				
1
1

		�		$


 
!				#	

 
#		����"/65114'&#"1327&'&767&'&767w		


��		


@�        I


		��


		@	$$$$�$$$$������J211171611''11#"'&5511'&'&76771'1&'&76761514763�		p
rs
p				o
rr
p		�		�C
DE
C�				�B
EE
C�		����14'11&#"1#1"331132765513127654'&##15				�				�				�				�p				�				�				�				���@�,6711671&'&'57111676751&'&'--DD----DD--�))))D----D�D----D�`)�))�)�����)&'&17711#1"33327654'&##1�`
.@				``				@�		
@
��								`����@�0"1#"'&54771671312#!1&'&77167&'&'�"


		+<>())��				�	�"`		


*)(><+�				�""����@�D47116331131#1"'&''1&76761316767&'&'#1&'&771#1"'&5		�	�:&''&:O 
Oh	��		�		x'&::&'x		������96'11&'&1331132765513127654'&##1514'&#"1#17�
�	
�				 				 				�kr
��P				P				�				������@�?67312##1131#1"'&''1&76761316767&'&'#1"'&77!�				�r:&''&:S
S�
	!�				p'&::&'	���@�#>6'11&'&101016767&'&'711#"'&'&54767632�	

	�%--DD--*+@?







k
		
�+9D----DB,-K�







��D�471163!11'&'&71#1"'&5		
���		�		��
P		��@�"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310$%6 6%$#$%6@6%$#�@    6%$$%65$ 6%$$%6 $5�@��@�81132767654'&'&#"&'11&'67671'&'&77@







XA+*--DD--$�	

@







�-,BD----D7*�
		
K����1111'%1&'67%16}����@n���

�@�@+"113!127654'&#!"113!127654'&#!0				`				��				`				��@								�								������11117%167&'%1&��@��n���

���0�<I6711673111132765514771676551&'&'#132765676'&'P +'				*$%6 6%$				P



 "0				
!6%$$%6				�����P]112#&'&'&'6767671&'&'&'6767632113276551&'&'&'&767R6666R				H9:"""":9HH9:"")-$36%$$%6+ 
						66R@    �66RR66				"":9HH9:"""":9H )!!$%66%$		P 				 R66�$$$$������!(&'11767713117676''1#3#71�	x(
� 
(x*���HH���`
LL
` ����@�/>11113167674'&'67&'&'##3#51313#3#15@�6%$$%6`````````�����$%6#"06%$��@�������,&#11"327632#"'&'&767632#"'I1<<1//1<<1


	

DVVD,,DVVD

	

1//1@@1//		


AA-9999,BB

		����+67116731#1&'&'3#3#1316767&'&'`?2332?`�````D----D`32??23@��--DD--��@�511113127654'&##1513127654'&##1513127654'&##@�				�				��				����				�				�				��@�-111132765513127654'&##1513127654'&##@				�				��				����				�				�				����:116767#1"'&54763312&'&'&'676767'&'�D----D;++}				�	>>Z?2332?X=
	

,?`--DD--$#8				X9:32??237	


	(����2%53276551514'&#"1!1514'&#"13276551!@								�								����				�				��				��				���@�1"113311#1"3!127654'&##113127654'&## 				``								``				��				��								@				��@�*2111&'&'51476321676714763 		--DD--				))		�		�D----D 				 ))		��B�565114'&#"11514'&#"1132765517117676''177	


�.								A�
��j

	
�/�				��x				kC�
ˍ ��@�2111312##1"'&514763@		�				�				�		��						�		����,617161#"'&511#"''11#"'&5167��				�

�				�����				���				�����$611476321'11#"'&5167				��				���(				��=��				�����5"1132767654'&'&#11#"'&'&'6767632�+%%%%++%%%%+�45;;5445;;54`%&**&%%&**&%�=3333==3333=��@�.67116731#11#"'&55153#36767&'&'#1`D----D`				@```))``--DD--`				��))�����@71167'1&7676167&'&'&'&'&'6767671'&''@--D,#H


	G--DD--5D?2332??2350


	.�D--V

	U*7D----D�"32??2332?V=9


	
8��B�+;111132765513117676''16767&'&'##3#5131@				_g
T(()=pppppp""���				��
x$#.=)(�""����D�h013'1111&'&'&'&#&'&767627676'&'&'01&#&'&'&'&71'1676'&'&'711&c
8
:7E

	
9 
8
  :7E


9 W
	
		
$@


	
		
$@

����#"1133113276513127654'&## 				�				�				��				��				`				����*2111676751476321&'&'514763 		$%66%$				66RR66		�		�6%$$%6�				�R6666R�		������611116761&'1&767��
�	�
�
��9
�������B�.6111167116761#&'11"'1&767
nUUn

�	QQ	�
�
��$��&

�����
������16'11&'&1'1&'&117677117676''17y


	��	

��


	��	


��k

	��	

��


	
��
	

��������%&'11&113276551716'&'&1':

�				�

���

ז				��

��������&471163!11312#!1&'&71#1"'&5		@	��				��	�		�		��				L		�+i5'1"37171331127654'&#1514'&#""111331673123312765&'&'#1'1&##151'111#1"1#�`				``				`				�				d!;;!$				@		--D 	
  
	``												�		@		..						D--	,,	���,j�2111712#'1'1##11"'&54763151476347116331716331517111312131##1"'&54'&##1&'#1"'&5563211#"'&551477�		`				``				`		�		`	
  
	 D--		@				$!;;!d		�				�												�			,,	--D						..		@�+				+��A�8H%11#11!1&'&'51#1&'&547%162151476331211%1316751&'#@		
 �� 		
	k		 		5��PP�
		��		

�	^%				y.
?PP��E�-@Sd&#11"13127675131676''67311#1&'567&'&'&'2711654'&#"3'67&'&'f

�B/0�
 	�F@@��N4444A								 %'&:�		�00Bp��@@044NA44�								�%:&' ��%�D[}6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'1%#3#14'&#"1#11327716'&'�


""
00 ()==)( 0

P   				 	@


@P

�""�p 0�%3=)(()=3%�0 �`
!33!
@ 				��@		@ ��%�D[|6711671&'&'4767571110016767&'&'010151&'&'671167&'51&'13#3676''1&#"131132765�


""
00 ()==)( 0

0   	@


@	 				P

�""�p 0�%3=)(()=3%�0 �`
!��!
@		@��				 ����)4AMZhu�1113167673327654'&##151&'&'!15167"51671&#55671&'71&'51675&'5167676'&'5211#"'&547630

++�x				@
�@ `Ppp��----								�
�
**				�
@�	��qq����	���������'((''(('p								����������bk~&1&'1&1'1&1'1&1'1&10111111111"3211'1177117712327176''167176''167176''16767176''16'716'&1&'716'''112337211#"'&54763767&'771767176''167176''167176''16767176''101656745614541515111112#"'11145716'&1&'716'&1"#"'1&1'1&1'1&1'1&117717111&#&#11#"'&5476321




	
	






	�000
								@�




	
	


		


	�
0�								�



			

	





	��P								0��



			

	








	��								���������6'&1&'1&1'1&1'1&1'1&10101111111"311'1177117717176''167516751176''167176''16767176''16'716'&1&'71111'7676'&'7&'67�
!
	

'
 %


#

 ��44��




 


$ 
��+����#HY3#331211!1'1'1&54763'#13!67&'#171311!15167673!!!1!1&'&'5]sss

U$�/
00

�
O�
�`
�[@@�
�@@@@
pp
�0

0��B�)]g5#11311316751316751&'#151&'#167116'&'&1#1&'673327654'&###"1#1"1333277%3#311"101�880880P


wy@				@^-#-%				��,$���88808808��


X				$		@		^����^~��21116751476321675147632111#1&''1&54763214545147632167514763&#"11113277171654''1'''11#"''1'1&5477171632'11#"''1'1&5477171632@											/@]Cq
<						�000000�000000�		��				�p				�	

&?k
:				��		���0000��0000 �� �%2l|��2711654'&#"32711654'&#"3&'&767545015147677167716'&1'&7716'&111111514'&#"%70716'&7331131716'&&'11&113167&'#1&'673167&'#1&'673167&'#1&'673167&'#11111#171676'�								`								���.<
.	N
	>	
D+				,
	
/
 	
?
<''3�\||��|�].�								�								��0III'#"7..%O
	�	
k	uK1				G***2
@///	(
	%('.

		
������Aa&176''1&''11'17161131676751&'&'##'1'1&#"1'171&#"1'131176767176767'P�
�M�*

LH!YR#~w��u��
l\	��0j
{<

�
�
/IBc�_%��%

�
S	������7Odm��&176''1&''11'17161151#1'1'1&#"1'171&#"1'%%131176767176767%''#1133127655&'67%5331276551&'#67&''P�
�M�H!YR#~w����\	��777		 		0�		 		P ��0j
{<

��/IBc�_���S	�,,,�				������				������DW`ir{��76711671167311##1111111#11#111#1"'&551&'&'!2711654'&#"367&'7&'6767&''&'67767&'&'6732?I77*

mk
P(�		.`								p�(((�>32--E5
 
		I=M								�x�x������6]fox%'112121#1'1&76167311##111%671111#11#111#1"'&551&'&'&'67'&'67767&'�,,,
+'

��39MI77*

�@;>+"P(�		.h@(z""""�(,--E5
f:1�"		I=M�0 �� �,Xk74711#1"'&551&'&'''6767311#13#311311#1311#1311##15167016372711654'&#"3 	��		.����56DI77*	�!8���
��
��
0								�!��		I=MG���:##--E5

	@ 
�

P								���6w��76711671167311##11#11##1"'&551&'&'7'&766767676'&76767&'&'&76'&'&'&'&'6767&'32?I77*

@		�		.�																(�>32--E5
@ 				I=M�																`P��A�7DW%6711676''1514'&##1"1'1&#&1311!16767'13%&'&76767116731#1&' 
		5		 		j
��
		 A �$$$$p"@"��		

/y				%^	�

		���    �""������-6X631121#151&'#11311#1&'&'51#1&'&7753151#'471163312131##&'&'67315�

�
�@@�
 	І��0		�		 
0�
 �		�	&@�
p��ِ���				�

�����_����2111&#"514763&'11&51676721"''1&'7'11654'&5456301636767&'&'"'"'4547654''&&'&'&'&76'&'&'67676'&7676767767#&'&'514567676767671&01#"227767&'&'67@		

		}
#&H 

																�HHH&# qH�		||		�
	'&,,,&

�																E&,,,&'	

� ��l�4Ag�676'&'67116731111#1&'&'51&'&77%676'&'&'673111#1&'&'5171654''5315167611'&'51#11''1&7716@    & ,+@0
 
�    *, 
 
0@�`@@`@@�$$$$� @/I

t2�$$$$� 2t

I/@(    @@
  @@
������$E%3#36767&'&'#1'1&'#11'1&176''%%1131277131131677�IIIte	8(�P�N��A��	
*+g19	B�����0�>���
nn
:�r!����%?a531513121327654''1&##14'&##1"11131676''1&'&'#531#11&'51#1&'67315167��<"


		"!<		@		��c    �``` "		


"				���x      !����%?V531513121327654''1&##14'&##1"11131676''1&'&'#11#"'&'6767632��<"


		"!<		@		����``` "		


"				��������^gp&#"1767676'4'&''76'&&'&'&'&76'&'&'67676'&767676767&'&'67
�
/.VV./
�
																H�P3EEAB++BAEE3Pm																� ���[m471163232765&'&'1#151&'&'#1311#1"33327654'&##151673167&'#11#1555!11!16767 								))@00P				��				P88@��@))`								))�								���    ))���,]s676'&'676'&'74'11&#"32765#1&'&'676731&'#11!1676751&'&'11316767&'&'#�p$$$$`								)�))X�))@))�� `�    �								�+)))&)�))�)`����7N\�"1133116767&'71654'&#"1&'513127654'&##111&'&'51676756751&''"1'&771671131#1&'5147716551&'�				L11;;XX;; 		


+9				`pt	
%'	,@'�				"88PX;;;;X@1


		#
"				�``4````	", ,������/=X_&176''151#11'151#11'1!127654''1&'!11'3#3'113#3#51#11131676751'1111111'P7@�@+F
L�t#UUUe
���@
�
@���0+ʘd4"
	r�O	
���P

A3$�������5Q]&176''1515111#"'1'1676727676''1&#!1"1'''#151#"'11&'11!127''327'PW	�())*:��8ܕ���@��jjj!��0D�d�	%%%[

$,�vvv��@
SSS������'?R&176''16767&'&''165&767!1'%%31276767711&'&54767'Pn&));
"��&9H��,��	
	
��								��0V55MR6666RK5.&,243'0-�����L55 		A�������1EUb&176''13167&'&'#1"'167&'&''167&'&''11310101&''1#11!167'1#7676'&''P��.*)0)"+'D.�	I�8&&J�@�----��0�.
."#)$  ""�.+9�&&8��'((''(('������4'11&#"1''1&#"1#1"3311327716132765516761327654''1&7673127654'&##1&'&771654'&#"1'&'5676'&'&'67 				 

		

&				&

		


	 				  






'				'

		


 p��				&

		


	 				 

		

&				'

		


 				 

		

&�8������IS�&176''1&7673127654'&##1&'&771654'&#"1'&'514'&#"1''1&#"'63'%%#1"3311327716132765516767'P�				'

		


 				 

`�


E�����				&

		


 				��0y				 

		

&				&

		K�
7����
				 

		

'				����`i|��17716131#11''1&1&'51&'&1'&7716'&'#1&'6731676''1&761767516767&''4'11&#"327651176'&&'&'&'&76'&'&'67676'&76767674'11&#"32765�


	

	





		


00								@																								�	





	

	





	�@								P																p								����jx�7''6711316767514''1&5515151&'&'#10101"101&'&'&'01"10101#1111113127&551477'''1&767761'&7�888//F
�
0

0
��000

0

��000

0

ӧ����

�HJ

JH�
�
"x000

0

0000

0

����kx��'11##1&'&'5147716551515167673101010301676767012101033111111#1&'&'514771&'676'&''11771176''1716'&1'1&513367&'#151&'�888�
0

0�
F//7



 				� z���"
�
�HJ

JH�

���~�				  @`9%"113312765514'&#"1'1&#"1'1&#"1327711#�				�						�


i�


		�


i�S`						�				S�		j�		


�		j� @`9"'11&547633121#"'&5511#"''11#"'&54771632171#�				�						�


i�


		�


i�S 						�				S�		j�		


�		j�����)W&#11"132771132765511327654''4'11&#"1!16767514'&#"1#!1"'&55�


�		


I				I


		��				))						�		�		�


		J�				�J		


���				@))@				@				@����U\e&'1#1"3311#1"3311767713117676''13127654'&##1'13127654'&##1'#3#713#31#17�	H[				@
3				
� 
				3
@				[G@@@  [vvv
�
��				 				4
LL
4				 				��MM@  ��@�>GS\k"111#1"1111331132765513167674'&'67&'&'514'&#5#1513555#15135531#�		JF				 0  0		 00@

@00@ 

 �		 z*v 				  0%0  		�````````

@````````

��@�Yhy4711632131514763211#"'&551#11#"'&551#1"'&55151515147633153#36767&'&'#1#3#1316767&'&'#0				 				# 0				 				
ppp

ppppp�

 �				  				 
'%0  				  				 v*z �

`@`

����+7776731213121##1"'&54771#1"'&5�.�
�		/�		����{
	���		����5F6711673117711767513321#12##!&'&'113!151!1")`	66	  								 ��)@		�		`)�
++
�		��		@				)@��		@		@��@�%Gi7#11!167671&'&'#1'1&'#1#1&'4771&#"1'&771677163673113277161&'1#&'5�


K�K
"z"�M
#21$
�M
#21$
��
""
M@
""
M ��a�;G4'11&#"11327655167676'&'&517676'&'&'55&'&'6767				F,--,F				/$	

	$/@**�				#
34II43
#				#	
�
	#d���"!..!"��� 7Mdz2111!12#!1&'&'147632111#"'&551476375#"'&551476322111#"'&551476375#"'&55147632 		�				�p"		�								�								@								�								�		��				"P		�		@				@		@���				�				 		`				`		`���				�				��� 7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&547633#32##1"'&54763 		�				�p"		`		`				`		`���				�				�@@@				@				�		��				"P		`								@								`								���%5F#3#11317171"#554'13'#3#1131717#111317171#!!!1!167675�VVV\@hv�\\\\�F������@@@h�@��������&#11#''1&##111312771621127716136767514''1&747636133167654''1&771654'&'#1"1'"'&5&7716551&'&'"1''�	 
		� 
			���3<py''1&547716131676751&'&567671#1&'67%67611'&'51#11&'&'476751676731567&'@
PP


""

$%6���
PP


""

$%6�(	HH	(�	""	�6%$(�8	HH	(�	""	�6%$(�h����]fo67&'7111331276551&'&567671#11&'&'476751#1&'&'51&'&5676767&'&'67PP

		�		

""

)0

""

0)

""�xX	'				'	""	')G	""	G)'	""�����4=clu1311&'&'476751&'&'#11''1&547716&'675&'&'476751&'&56767&'6767&'2
6%$

""


PP�

""



""

H�($%6�	""	�(	HH	NI���	""	�	""	�� ��b�U_i6'11&'&117677117677167676'&'&71676'&'0#&'716'&'&1&'77&'4767771&'�

B)*




2'	
6


\...	===>
�

-33F,%&G

4

*	
�
	<

0g���(%��� ����R76711677676'&'&'67676'&'&515167217676'&''1&#"&#"111&'&'`--D?,


		
=X?2332?X=
	

,?


		+�D--(	



	732??237	


	(`	
		7	S&'2��@�5>111311#1"3!127654'&##1'13167671&'&'!!11!@�E								E��@��@���� 								  @�� �� ����6CY"11#1"3311&#272765515127654'&#4'&#676'&'"113!127654'&#! 		 				 #6%$$%6%								�    `				@				���						1$%66%$		`�						�$$$$�								���+8Rly�731276''1&111!167671&'&'!&'&767671167311##1"'&553671167311##1"'&557676'&'77716'&'#1"�@@@
�
@E���`P
@
		`		�
@
		`		 5@
�
@�@@@
	

@

{�`�

				

				��

@
	

@����@�7W67!11&''1&551'1&7211#"'&'&54767636'&1'1&11771176''17�
k=''@
�
�'!!!!''!!!!';

%%

$$

%%

$$��
//A)$0
O��""&&""""&&""k

$$

%%

$$

%%����E"111#1"3311#1"3312767713127654'&##171673127654'&##;7k				P-	%				%7k				P-	%				%��				l				�				l				���)!!!&'&'51!11!!!516767311331������@��� 
� ��@@
��@�I"1111#1"331132765513127654'&##1513127654'&##1513127654'&##P										P				P�				��				��		�`				@				@				@				`				����:FP"1111327655167674'&##151327654'&'514'&#5&'&'67675531�		F,--,F				F,-		�"

	
*<		 **@\	"�		#
34II43
#				#
34I		\		



)#		����"!..!"�\\\"	��@�AM[&'1!1"13311331677131276771312771312765514'&##15#3#71311#'!!!!1&'67�@				
		(		`h
C				�\\\i��������		p		�
h

K			P		�@;������
`{�5&'5167'''1&766176751476321'&''1&76176''1&76176''1&76176''1&767655167514763211'&7716Pc   
	 
	f|						%166)d5		]]		uu		]*%)%				% 	
 	
�@@@@000
	0
	`|'				�+%$'d5		]]		uu		]��**0b(				�+%$�	
0	
0��A�(5G%11#11!1&'&'51#1&'&547%1621'&'&767113167&'&'#@		
 �� 		
	�    `"�"@�
		��		

�	�
 $$$$`""����@�P471163332##1312##11''1&767312767#1"'&5476331&'&###"'&5		@�				8#				$
!!.�

�P	�				�	@		�										,g

�

				

		����I67116'&'&1514'&#"1#1"3311327655117676'&''13127654'&##17U
		
�				 				 				�
		
��				��h	

	�z				�				�				z�	

	�				�����j211163251476321'&'&'1#"'&551&#"1#"'&551312###"'&5476331&'6767514763�						*



#								.$%6�				��				/2		�		!!				1#$.

-D				__				D%?6%$								5K;..1		������94'11&#"1177113!127654'&##15171676'&'&15�				)

						�

w�				�

�						�'

"�����B"111132765516767132765113276551&'&'514'&#�		F,-				*				*				-,F		�		#
34I�				�.!"��				"!.�				�I43
#		��,>P]kx"1###116771676751&'&'##"''1&#''&'&55167311%76751311%6731#1&'3#3#1&'676731#1&'@*"%	X)l5DD5l)H&"*�(#�#(�����������U*  
#"  *U��U0E55E0U�0P����]6'11&'&1&'"&'"113276551676711767712765517163213276551&'&'7.
"	 0							

N
		$
				+�
_!
		P�				�

+�
<		�d�				�-6����#-7ANf5!1676751&'&'!111#157115135#16767'3#31&'&'676'&''&'1!167&'!1&'&'5`��`@@@@`@@@@@�'((''(('�""3��p`�����@�@�@@@�@p----X�3""�����CJQ&1#1"33113276551311767513127654'&##1514'&#"1#1'3#31''#3#51{ 				 				da 				 				9��w::::��				�				���				�				���@VV����
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

�����.A^"1113276767327671&'&#"&'&'&#4711632#"'&5!21'&''&77163217163.




EFllFE



EFllFE
2								
|	FccF		EW
�

��



d

�								�




W		!����5AL"111"31132765513167673127654'&##1&'&'##3#51313#3#15@										`;++				++;�ۻ��` ���� `�		`				`�				`$#8				8#$�@@@����OYdl"111"31"31132765513167673127654'&##1654'3127654'&##1&'&'##3#51313#3#15#1513@														P4))								))4p����P/������/P��		@				 				@`				@+								+` @ ` ���A671167111''1111"#'11"#&'514771511'&55147715���:
nn
:��bBw	99P+*
  
*+P99	wB���+:Zj471163311'&''1#11#"'&55153#36767&'&'#1%3#3#11#"'&551514763671167&'&'#113		P=)('4
8*				@000""0PPP0  00						P

00�		()=-#"�
��				��""�` 00 `				��		�

`��@�E471163312##11##11##11##1"'&547633151476331514763315�		�				`		`		`		�				`		`		`�						`		`		`						`		`		`����`ir&'67671165&'&'1#1"3!1167674'&'51!127654'&##1516765&'&'1!15%67&'&'67� 

""

@				

""

				@

""

��H�xa	""	7				7	""	7				7	""	77I�����1?Re671167!111##1"'&551!11##1"'&551&'7!1'1&'#14'11&#"327652711654'&#"3"`"		 		�		 		� �								 								p""��)0				  				0) HHHHH�								 								������b211171611716113167675167631#1"'&5511'&'&76771511'&'&76771514763`		w

�w

�@4$$
	
	66N`		

)

)		�		#"

'"

'�""5
		
N33		�



6		��@�)6Qg111311317131131713167671&'&'!676'&'5211#"'&'&54767635&'51&'6767@@�@�@�----+%%%%++%%%%+

���    `��'((''(('�%&**&%%&**&%�ssss!

!�� � :Cc�7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1�&&&&&&�#}#���iiii�#8998`8998�&&&&��#}#��8iiii"9988�9988����6'&177'&111&''1&111&''1&111327711327716''1&'711327716''1&'711327716''1&'716'&1&6'716'&1&''�XX�

 
E		


E'&		",
&'		", &'		.; 
:.�XX		'&*!		&'*!		&'D


		E! ! .<	!!:.����Lg676'&'&1'&'&76771611311'&'&771#1&'&'6767271'271167654'&'&#"3@s	)
	)&,Z&b


F
--DD----D7*-







�I
++�

z"D----DD--6��







������_&1111#1"331131676751&'&'#1"33121#1"'&5513127654'&##151&'&''$


 				 ) R66)						$%6 		 				 %�


				�)66R )						 6%$		�				&���(GTao|����6731#1&'3#3#1&'673#3#1&'67471163!121#1&''1&'&'76731#1&'#6731#1&''3#3#1&'676731#1&''3#3#1&'676731#1&''3#3#1&'67'3#3#1&'67��8�0�0�`�x`�0Hk6))))6S`````H��`�P&'&767&'511'&'&7716763332311###1#"'&551##1#"'&55�H
:-"		(								���7
a'!$ 		`				``				a��A�k%6711676''1514'&##1"1'1&#&1311011331232323332765515147633121133323233127655147'13 
		5		 		j
��
		  		@		! �		

/y				%^	�

		Ep@				@���A�=%6711676''1&#&131131'1&771'1&76111316767'13 
		�
��
		 f
U<		vQ&{ �		

�	�

		�4	GS	]
C@���A�'O%6711676''1&#&1311!16767'13%67311311#11#1&'51#1&'5167315 
		�
��
		 A �� 00 00�		

�	�

		��P0 00 0 ��a�B2111'&'6761#"'&551&'&'6767514763�		/$	
!,6%$$%6,!
	$/				F,--,F		�		#
$%66%$
	#				#
34II43
#		����1H4'11&#"1#1"331132765513127654'&##15113!127654'&#!1"�				p				p				p				p�		@				��		�				p				p				p				p�@								��=� 46761##1&'1#1"'&7716&7!11!1&'&''
�
�,�	��"!,��,!"�	��	@Q��
��**�����x�6767676'&'&'&'&"3001111'&'&'11&'&#&23311317676'&'676'&'&'&'#1&'&'&7&11101#1&'&'&76761A(

6,/"
))


5,/



)	M)	(	#`

	6
*
		

	4
&


�
		���%6>JZc11313151##"'&54763!167&'!3151'1&167'17674'1#3#131271&'&'67&'@//E8�				��p�H@
�7)Vy&}[��++8��D--�				�XH
"#F@/@W$�	]0@���`��21111''1&##1111#"'&551&''1&'&767613676751&''1&'&56767514763471163311'&''1#11#"'&55153#36767&'&'#1�		

!4"#				
 4"$		�p		P=)('4
8*				@000""0�		#%'				

#%(
		@		()=-#"�
��				��""�����3M671167311#1&'&'671167311#1&'&'5%3#31#1&'&'16767�
 

 
�
 

 
p   

 

p

��

`�

�

��
��

 
���1l11#11311''1&7673151#1&'&'516767!155#131676'311!1&'&'5167673131#11311327713�.FF.��@S
G��G
S�� @FF@@@�@@@@@@���"V%55!11!!!!&'&'516767!1111#1&'&'516767331311''1&7673151&'#1��������������"&FF&P @@@@@@@@@"FF@���"V%55&'&'!11!1676755331#355311#117716'&'#151&'&'##1316767����@���P&FF&"��� @@@@@@@@@@@FF"@���Vly��671167654'&'&''''&1'&''1&767716771671771632111#"''1&'7'#1"''1&7677166731#1&'7'''1&767'&7716F::$""$::FF::$""$::F/'''



#

		

A	+'�
   

 

@!"<=CC=<"!!"<=CC=<"!�




	�		
���
P   

 

������3;_x&176''1653127654'&##1&'6771654'&#"1&##1"'''167%#1"33113277151'7111331276551&'&''P�@				@	@		


@p��___8'��@				@@		


?%5��)�)��0x				@


		@��RJJJv&�				% @


		?!�m�))��@�#*Ee6711673113311#!1&'&'#3#51211#"'&'&5476763&'1#131167513167&'#15�		�8$#"������0'!!!!''!!!!'0000��		'.->-%%�@��`""&&""""&&""P0000����<Mq!!!6767654''1&'!113#3#1#151#111316767515152111#15147635"13312765514'&#51&'&'%��c�//	
L�tL
[@@@�@
�
�		@		P				�				""

	rr	
 ���P

P �		00		 000		�				�		0""������6731#1171'1&761''113151671&'51#117161'&771'1131#1&'673151&'11''1&76171&'#11&'516713167'11'&7716116751#1&'&'&76767&'�P/#8""8$.P/#8""8$.0@�"8$.P/#8""8#/P/#8"�h������U�&176''1673116751&'1#1&'71176''1&11&'513167&'#1311'1716'&1'''#151&'16751311'1&176''1711#13167&'#15167'P�""8#/P/#!_j���""8$.P��0|#P/#8""!K�i���		P/#8""������d�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##4'11&'&#"3276765'1''1&761716@								))))				 0)88--DPP" 				+""&&""""&&""M

H(

=`								P4))4				�)88D--%P�				�'!!!!''!!!!'+H

(

<

������d��11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"35&'6751&'5167@								))))				 0)88--DPP" 				�'!!!!''!!!!'`								P4))4				�)88D--%P�				��""&&""""&&""`�PP������d�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&'#151513127654'&##271167654'&'&#"3771''11'&771'1&761716@								))))				 0)88--DPP" 				�'!!!!''!!!!';$$$$

%%

$$

%%

`								P4))4				�)88D--%P�				��""&&""""&&""�%%%%

$$

%%

$$

������fw�11#"'&54763267&'&'#1"3311#1&'&'51176''1&177113327&551##1513127654'&##2111#15147635"13312765514'&#51&'&'@								))))				 0)88--DPP0 				�		@		P				�				""`								P4))4				�)88D--
!�				@		00		 000		�				�		0""��@�Yhw3112771654'&#"151!127654'&##1511327654''1&#"1327711##"3311'1&#"3#3514'&#"#3#1327655�


`		


)`				`)


		`


`		


)��				`)


		`	@@@				@@@@				7		`


		*s				s*		


`		`


		*s				s*		


`7�				���				�����Uds��77654'&#"151!15147#1511327654''1&#"1327711##"3311'1&#"1327554'&#"1353276551#72111#15147635"13312765514'&#51&'&'�```		


)K)


		`


`		


)��				@)


		`


					@�				@�		@		P				�				""7```


		*ss*		


`		`


		*s				s*		


`		7���				�����				�P		00		 000		�				�		0""����+=M_o��6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%'1#"'&54771#1"'&5476331'1&547632 
`
(

�`
@      �    ��PPP		P


		s				s		


�

�HH
�

�     P  p      p    �PPP


P		


				


		����B�*av�%271165511327654''1&#"13277113&'11&7676767677676'&'&'&11&'&'#3#1676763635&'11&'#11116765 		


		P


P		


		#+*#

&,21		12-&

#**#N���

�
�	`		�		


P		P


		�		F






�
�
�0
�
�����B�a�111#116767636367632327626551&'&'#1511327654''1&#"1327711#151&'&'#&&'11&7676767677676'&'&'&11&'p

!
0


		P


P		


�
��#+*#

&,21		12-&

#**#�
�
`



`
�		


P		P


		��
�Z






��F�)6CP]jw����"11331132771132765514'&##&'&767&'&767676'&'&'&7673&'&767%676'&'&'&767676'&'%&'&767'676'&'�				3�		


�						���00���0��0�				�


		�3				�		P��PPP0�P��@�?j%!!!"3!127654'&#765114'&#"1514'&#"1'1&#"13277%&#11"1514'&#"1'1&#"132771654' ��										


)				)


		`


`��


)				)


		`


`		 								�


		*�				�*		


`		`.		*�				�*		


`		`



��v�'4A��1'1&17716'&151&'&'&767&'&767676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655'7716'&151&'1'1&�@@��8



��	$		0		$			0			&""&			0		�@@@@�v@@v�



`



(j111	D16				61D	1&				&1	G

?

?

G	1&				&!@@@@vv��Uk2111#"'&51476311131'1&54763211#"'&54771#11#"''1&54771632%#"'&5147632 								�		*�*		


`		`


		*�*		


`		`


�								�		��				@		I


))


		`


`		


))


		`


`		)��@��				@				 ����:Xu13167514'&1&'"163'76751&'#1"131&567#3#'1&131276''1674'&'716'&'#117712751#;* 
p

"=V|!!!
	p
"5A#ZAAA#!
	p
"5�;* 
p

"=V`#!
	p
"5A;   
p

"=V;*E;* 
p

"=V�#!
	p
"5A���[#11"'&547716321#"''11312##1&'&'&'&'#11#"''1&54771632131251�


		`


`		


)@				@6%$s*		


`		`


		*s#))		


`		`


		*��				$%6)


		`


`		


)�*����0=n��6311215147632111##1"'&5476331'1&547676'&'#3#"'&547633111112111#"'&5511#"'&547747116321716321312##1"'11&'&511115'#"''11#"'&5511101014767630111312##	


i				`				j		�    �				`					i


		j-				i


		j				`	mjjj		


i					`				�		j				`				i


�$$$$`					`				j		


i				j		


i					`�iii


		j				`					���"Df��2111311#"''1&76731514763776321#11#"'&551#1&'&7'3#35167611'&'51#1"'&54763&511477161312##11'''211#"'&54763		 	@


@ 		W@@@


@	 				 	�   @		@ 				)		@ 				 @I								�		 @		@ 		�w@@@		@ 				 � 	@


@ 				7


@	 				 	@7								���;Hb}�6151671#1&'6731'1&76711671167&'&'&'&7676'&'6131#1&'516717&771#1&'67311&'511'!''1&'516731#11'?`&?w%%11%%

%%11%%�$$$$?&`?��?&`?@???`&?�?&`?�L    1?`&?�?`&????&`?����6m6311211#"'&54771#11#"'&551676731'1&5476311211#"'&54771#1"1#"'&551676731'1&547)


`		`


		*�				$%6�*		`


`		`


		*�						)�*		�		`


`		


) 				 6%$)


�		`


`		


)		 				 ))


�����5kx�631121311#"'&5514'&##11#"''1&5477'1#"'&54771#1"1#"'&551676731'1&547632676'&'%&'&767�


		�)						�		


P		PPPP		P


		�						)�		


y    ��$$$$�		


) 				 		


		P


P�PPP


P		


		 				 )


		g$$$$�    ��@�?j!!!27654'&#!1"31132771132765511327654''1&#"3112771132765511327654''1&#"1 �				�						


)				)


		`


`@


)				)


		`


`		`								�


		*�				�*		


`		`.		*�				�*		


`		`


���J"1116767&'14'&#111!167671&'&'#1"1&'&'514'&##				�

�

P		))		P�		��%%			�
��

 
		�))�		 �� �7L11316767514'&'&'516767&'#11111#11111#"'11&'67676#`�p@

�A!��!A��





 �� �
>KW3#31#151676771633121#1&'&'67&'67&'67&'3167&'#13167&'#xPPP�XL�@````�((�

Hp���,K67116703036767267632632121!1&5471163!121#1&''1&'&'

	�	�0�0[6))))6����#>N_k671167!11#165516751&'&'#156''1&17711675117%67!11!1&'55#!1"'&551!3167&'#
 

�
p;

@@

%%��`��`		�		@�``�

�`
�! 
P��@

@

$yy$

�  P���				�@��@�OXaj"113311#11133127655167671331276551676751#1513127654'&#!5#1513#5#1513#5#1513 				(H)		 		))		 		)H(				��PP�PP�PP�				@�)@				@))@				@)�@				@@@@@@@@@@@@@ ����AJS\w�"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#15134'11&'&#"3276765'1''1&761716@				(H)		 		)		))5A/H(				��PP�PP�PP�""&&""""&&""M

H(

=�				@�)@				@),'H@				@@@@@@@@@@@@@��'!!!!''!!!!'+H

(

<

 ����AJS\w��"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"35&'6751&'5167@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!'�				@�)@				@),'H@				@@@@@@@@@@@@@�`""&&""""&&""`�PP ����AJS\w�"113311#11133127655167672676751#1513127654'&#!5#1513#5#1513#5#1513271167654'&'&#"3771''11'&771'1&761716@				(H)		 		)		))5A/H(				��PP�PP�PP'!!!!''!!!!';$$$$

%%

$$

%%

�				@�)@				@),'H@				@@@@@@@@@@@@@�`""&&""""&&""�%%%%

$$

%%

$$

 ����BKT]n�471163!12##11#11&'1##1"'&551&'&'513151#1"'&553151#55#113'53151#"11131514'&#671167121##1"'&55147635 						(0 	,)		 		)H(		xPP0PP�PPx		@		P""				�				�						@ 0 )@				@)�@		 @@@@@@@@@@@@@@�		00		 ""0		�				�		0����B�=t471163!121#1"115151&'&'11&'&#51&'&'"'&5567116'&'&'&'&''&'&76767611676				))3#**#

&-21		12,&

#*+#`				$}�))�}$��






����!H5#1516767311#151&'&'#1471163!12##11##1"'&''1#1"'&5`0+*A0A*+0,0,`		�				

�

		(A*++*A,,H						��		����C�U�776'&1'1&1#1'1&13111177171671176''1&''1513167716'&1#1&'776'&1714'"1'1716'&111'1&177117117716''17117716'&1'16'�!!!" &&&& LBBB4	
%
# "


UIII::I(
8((8
(�///%?P	'-$
&
5

	����+;M]o���671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#1471167632#"'&'&571#13117716''1&
 
3`

`
P  P  p  �  p  P  `""&&""""&&""�

YY

8

8�

�##)L2P

P
��        p          �'!!!!''!!!!'C

88

	����+;M]o���1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51674'11&'&#"3276765'1''1&7617160

`

`3
��  p    P  �    P  p    p""&&""""&&""M

H(

=�
�`
P

P2L)##�
�      �      ��'!!!!''!!!!'+H

(

<


����+;M]o����1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"35&'6751&'51670

`

`3
��  p    P  �    P  p    �'!!!!''!!!!'�
�`
P

P2L)##�
�      �      �`""&&""""&&""`�PP	����+;M]o���1113151676713167&'476751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167271167654'&'&#"3771''11'&771'1&7617160

`

`3
��  p    P  �    P  p    �'!!!!''!!!!';$$$$

%%

$$

%%

�
�`
P

P2L)##�
�      �      �`""&&""""&&""�%%%%

$$

%%

$$

����'7IYk{��1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51677"111311316751&'#14'&#0

`

`

��  p    P  �    P  p    �		@��		�
�`
P

P
�
�      �      `		� @�			��@�-=O_q����11131516767131&55167516751&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51672111#15147635"13312765514'&#51&'&'0

`

Y	
��  p    P  �    P  p    �		@		P				�				""�
�`
P

P�%/�
�      �      �		00		 000		�				�		0""����'7IYy���1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#3#113151671#1&'516716751&'6711671&'&'5''51671''11&'516760

`

`

��  p    P  X000  �0



�###
#
�
�`
P

P
�
�      �@X   

 

 )444+`	4+`	��A�9I[m}���671167!111##1110##151&'&'1#1&'&'1316751&'#5316751&'#1'5316751&'#171316751&'#5316751&'#161'&'&'&7677''16767
 
*& 7	
`

`
P  P  `  p  P  �		x6		6xh___2�

� -88,P

P
��      �          r0!))&&&&))!0V&&&�*)(����'7IYw�1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5''51671''11&'5167656751671&'&'51670

`

`

��  p    P  ###
#
}

�
�`
P

P
�
�      �444+`	4+`		@@@@@

@	����+;M]o���11131516767131&547675151&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'5167&'&767113312765&'&'#10

`

Z

��  p    P  �    P  p    0'((''(('�

�

'f'�
�`
P

P$`�
�      �      �----�



''����'7IYk{�������671167!11#151&'&'1#1&'&'1316751&'#5316751&'#171316751&'#'5316751&'#171316751&'#5316751&'#15#1516767311#15167673111#1516767315#1&'&'51315#3#&'&'513155#1&'&'513171&'51675&'5167'1&'5167
 

`

`
P  P  p  �  p  P  �""""""�""""""`��

�`
P

P
��        p          P""�""p""@""`""�""�hh@      �����?&111177116771176''17167&''1716'&1'1&'1'&	pcg5
e!!e
5gj
G" ��	� !e
5gg5
e!"G
jcp����S\er�&'16753#31#17167'7111331276551!113312765515151&''1&'&##1"&'6767&'176''1&!77716'&^����K 								 
����00�0000�PP�
55
OOO%(@ 				  				 @(%O�I000000���:FT]f1111131&551677167633121131676751&'&'&'&551#113'731'1&##1"67&'7&'67H9:""+t+"":9Hk�֬�t��"":9H�	p!@

@!p	�H9:""�	((	�****��� �F�676'&'55311327655117676''1&'#1176771132765#3#11"13311316''1316751&'#151716751&'#11151&'51&'�$$$$				

4444
				 				<,05
@    ������				�R,,R
�				�d	 		�		`\T8m	t����r�Ta�&'&76755#1"'&7711'&'&771671'&''11##11#"'&551#11#"'&5&'&7675#"'&5511'&'&77167311'&''11#"'&551#�$$$$H	
:%::%;
								�$$$$				

4444
				�    � PPP]%	
N..N
	%]P				PP				�    ��```				�R,,R
�				`����+7671167&'&'1&'2716767&'765711'�"!�"""�""!%���%	�""!J""�
""+�J
J������$7at11#11!167671&'&'#1&'&'211#"'&54763671163311&'51477165&'#1"1'&754711632#"'&5� 
&% 								V: ,:
6								���@@								�

$
		�								����B�$2?MZ�2116731!1&'&'676767677'&7716%1'&77167'&771671'&771667116'&'&'&'&''&'&76767611676�"��)S000

0
	G	0

0
�000

0
	g	0

0
1#**#

&-21		12,&

#*+#�)��PPP	P	!
P	P	!PPP	P	!
P	P	�






����>Xfs�5!151!%111311#1"3!127654'&##1'131676751&'&'!!1113167671&'&'#3#3#1&'676731#1&'211#"'&54763���@��u
K								K
u���

@

@       								`����@� 								 �
��

`
@P�								����3Mg��53312765514'&##1"111771676''1&'&7"1113312765514'&##"1113312765514'&##53312765514'&##1"'"1113312765514'&##�		@				@		m 
7 
7�				@				@@				@				@�		@				@		�				@				@�@@@				@				�
7 
7 		@				@		�		@				@		 @@@				@				 		@				@		����1L_11177167677167&'&'!#11"''11!1&'47%4'11&'&#"3276765'1''1&7617160
�:'&3
�`��('Z""&&""""&&""M

H(

=�
�+.
��

��/A	'!!!!''!!!!'+H

(

<

��@�;Xe617161#1&'&#"#1'1&76167'1&761632371671111!111312#!1"'&5476331&'5167��a

WG  
PL
a?f

��L� 				�				 ����7W4h
X���K								�00����B�KT�3#32311!1'1&767314763!!!211#1&'&#"#1&'&'01'1&55147635!151!67116'&'&'&'&''&'&76767611676��		K
��
K		�����		33		 @���#**#

&-21		12,&

#*+#�		





		�		|HH|		@````�






��@�#*EN[6711673113311#!1&'&'#3#51211#"'&'&547676367&'516751&'�		�8$#"������0'!!!!''!!!!'��		'.->-%%�@��`""&&""""&&""��PP��@�#*ER6711673113311#!1&'&'#3#51471167632#"'&'&53&'#13167�		�8$#"������`""&&""""&&""�����		'.->-%%�@���'!!!!''!!!!'��@�#*ENz6711673113311#!1&'&'#3#51211#"'&'&547676367&''56751673111675171674'&'#1�		�8$#"������0'!!!!''!!!!'@	(
 	

(��		'.->-%%�@��`""&&""""&&""��	
	
��A�#*BL67116731133111#!1&'&'#3#5161'&'&'&7677''16767�		�]!7
������'		x6		6xh___2��		/%%-::/�@��b0!))&&&&))!0V&&&�*)(����$9w���77632&'&'6767630101&'11&'&32767471163312#1!151"'&54763312121#!1"'&551476352711654'&#"374'11&#"327652711654'&#"3Z		--DE-,"!&	
&		��		 				�				 						��				 								�								��								�


	**.D----D9/0 �0						@@						`		@				@		`�								 								 								����D�9L&1'1&117711771676767676'&'&'&'&''4711632#"'&5	]
..
]	N)#""#)Nm								�17
PP
71;;�								����(Sd7#&'&'1"'&54763332#153151#%3#32#11!1&'&'477151"'&5476335131'1&551#�)				@�				1O@@���				v
��
v				  0�1@;) 								�PF````@				����				@���	OO	�������("131676716'&#!''3111'&'' 	
!�!
	��)�!!�

�l  �

�]]]]������(="131676716'&#!''3111'&''7&'11&'&6767 	
!�!
	��3�
      
��

�l  �

������f����*U����67116'&'&&#7676723676745677&11237676'&'65&'&#"&'&'11&277676'&'&'45&'&'"#&'6'11&'&"#767367674'67%47176751&'#1"176'&'7'1&131276''167&'&'&�

!	

�



	 ��

	!

�



 	��
<!]!	=x

	!

=



!
��

!	





	!H=	,!';'=	-!����B�4>s}7&7116771633321##11###"'&547633367&'#11'&'%11131010#111###"'&5514763317163332###31716111#10103

$-��				%-#-NP				@yw
v�

$-��				%-#-NP				@yw
���
]		@		$				X

0�
^		@		$				X

0����%Pk����4711632#"'&5211#"'&54763211311&'&'6767&55167314763271167654'&'&#"374'67&551673147632311&'&'6534'11&'&#"3276765211#"'&54763211#"'&54763�								0								 		+--DD--,		







�5				+--D/%&�







�								P								�																P		''2D----D2''		��







`'"3				''2D--'"'







`								0								 ��`�u�4'11&#"111111#13!67&'#1716551515151514'&#"111'&7716'&'&111#151514''1&'&1''15155315131131513167&'#!3`				V `V				E



	/@/	


E@�@�  �� �				@;$cc$;@				@1\#
	
4&>  >&4
	
#\1@�@      ����3x�&'&767'"''1#11'&7711'&7716321''%21111117676''1'1&547632111111#1"''1&'5151514763!2111111##1&'&'51677111717163211771655151514763@



-
&&
��3
	 		


  
Cd0dC
  


		 
3��YYY##Y

d(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(����_�211#"'&'&547676321111117676''1'1&547632111111#1"''1&'5151514763!2111111##1&'&'51677111717163211771655151514763@####��3
	 		


  
Cd0dC
  


		 
3�""""@(P(3		 


		 !.O
d'f@88@f'd
O.! 		


 		3(P(��@�-He7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3713121'&771#1"'&77160���21K+$!!4#!  !#4!!/�'!!!!''!!!!'0$`$`����+8K12

6&'





'&6A,�""&&""""&&""�	6H6H��@�-H[7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765'1''1&7617160���21K+$!!4#!  !#4!!/""&&""""&&""M

H(

=����+8K12

6&'





'&6A,D'!!!!''!!!!'+H

(

<

��@�-HQ^7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"35&'6751&'51670���21K+$!!4#!  !#4!!/�'!!!!''!!!!'����+8K12

6&'





'&6A,�""&&""""&&""`�PP��@�-HU7'32771&'676726551&'&'&1'1&'&14'11&'&#"3276765##1&'67310���21K+$!!4#!  !#4!!/""&&""""&&""@������+8K12

6&'





'&6A,D'!!!!''!!!!'��@�-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"37531#11&'51#1&'673151670���21K+$!!4#!  !#4!!/�'!!!!''!!!!'0000����+8K12

6&'





'&6A,�""&&""""&&""�000000��@�-Hj7'32771&'676726551&'&'&1'1&'&1271167654'&'&#"3771''11'&771'1&7617160���21K+$!!4#!  !#4!!/�'!!!!''!!!!';$$$$

%%

$$

%%

����+8K12

6&'





'&6A,�""&&""""&&""�%%%%

$$

%%

$$

����
)7i%3#3&'&'1#3#16767!1151&'&'#53#367675174'11&#"1327655131132765514'&#"1#15�AAA=<Y=+*AAAA*+=Y<=�=<Y=+*AAAA*+=Y<=�								`								`�Y<=A*+=@=+*A=<YY<=A*+=@=+*A=<Y@				�				@@				�				@@���/8Vt%&'11&'133133167&'#1'1513327654'&#1''7131'51671''11&'5167656751671&'&'5167�	CBbC66  &p�	`VP 				�NNN .####
#
}

�`??  66C8&y�				�III8�:444+`	4+`		@@@@@

@��A�5H[o%71167654'&'&76#"''1674'&'65&'&'&'4'11&#"327652711654'&#"3%&111!1676'�R#"+#
7(																�d"=
	��.##
Q,	"!!
��R								�								i	
��"e��@�-EXk'33127716''1&##1"1'&111!1676'77165514''1&114'11&#"327652711654'&#"3�	6		6	�"=
	���0000��								�								X000000	
��"e��	6		6	T								�								����;Vi%6711672'1&#&13110113312323233327655151476334'11&'&#"3276765'1''1&761716A11F

�
��
		  		@@""&&""""&&""M

H(

=`E-,�	�

		Ep@		'!!!!''!!!!'+H

(

<

����;V_l%6711672'1&#&1311011331232323332765515147633271167654'&'&#"35&'6751&'5167A11F

�
��
		  		@�'!!!!''!!!!'`E-,�	�

		Ep@		�""&&""""&&""`�PP����;Vx%6711672'1&#&1311011331232323332765515147633271167654'&'&#"3771''11'&771'1&761716A11F

�
��
		  		@�'!!!!''!!!!';$$$$

%%

$$

%%

`E-,�	�

		Ep@		�""&&""""&&""�%%%%

$$

%%

$$

����=\q%5#1"11###"#"#"##1"'&5514551#1&'&547%1621&&'11&'67676321716727&'11&'&32767  		  		
	�6"
�D--""$	
.

+--D@		b		@pE		

�	y
16�--D:/0	.		,%%D--p������O"1111311316751&'#14'&#''&13113312765514763312133111#1�		@pp		@���� 		@				@				A�		���@�		�www��				`				`		a����B�'^�&131136763232763675131676''&'11&7676767677676'&'&'&11&'&&'&&'11&7676767677676'&'&'&113�!�%#+*#

&,21		12-&

#**#r*##+*#

&,21		12-&

#*��II���







�






��d�5\��4'11&'&#"3276765'611'&771#1&'6731'1&71167632327635131676''1&1&&'11&7676767677676'&'&'&11&'&&'11&7676767677676'&'&'&11&' ""&&""""&&""�8

8

YY

� �P#+*#

&,21		12-&

#**##+*#

&,21		12-&

#**#0'!!!!''!!!!'C

88

C+%$T�:%+�







p






����K\�#1"'&551514'&##1"11###"#"#"##1"'&5514551#1&'&547%162117"11131514'&#671167121##1"'&55147635�			@		  		
	�"�		@		P""				�				 @				@pE		

�	�%%��		00		 ""0		�				�		0����B]p%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131673471167632#"'&'&57&1'1&17716'@#�� 		
	�

)##( 00  ""&&""""&&""�=

(H

P-%&�		

�	�00 0'!!!!''!!!!'+

<

(

H����B]fs%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131677211#"'&'&547676367&'516751&'@#�� 		
	�

)##( 00 �'!!!!''!!!!'P-%&�		

�	�00 0�""&&""""&&""��PP����B]~%11!1&'&'51#1&'&547%1621&#"#151&'#11#1131131677211#"'&'&5476763776'&1'1&11771176''@#�� 		
	�

)##( 00 �'!!!!''!!!!'$$$

%%

$$

%%

$P-%&�		

�	�00 0�""&&""""&&""�%%%

$$

%%

$$

%������8b211311#11#11514763'13111!1"'&551#1&'&77165#11311316751316751&'#151&'#1�		pp@		ˋ����		 �500 00 �		���@�		(www��		���000 00 0����B�b��67116727676'&'&#3232323116767677676'&'&'&11&'&0101"'&'&5676727676'&'&#7123276265'14''1&&'&&'11&7676767677676'&'&'&11Q"!+

 $X;<%%C1		12-&

#**##+%#=*�
``3*##+*#

&,21		12-&

#*7!

88VF55



	%
(
y
�
HH��






��@�0J471163312##1"'&5671167311#1&'&'"1113312765514'&## 		�				�		 ��`				�				��								��� @		`				`		��@�0H_�471163312##1"'&5671167311#1&'&'3#3#336767&'#1&'&'#1336767&##1#3#3116751316767&##1&' 		�				�		 ��p***6*0*6*0****�								��� vJ  ���[&#"11151&'11167513111131516713167514''15131167515151&'1'1514''

,��:``;��,�

g
MT8 !3@@3! 8TM
g����1G6731131#1&'67315671167311!1&'&'5!532765514'&#"`P�`$%6�6%$�								��6%$$%6��```				`				�� �@Mdv���4'11&'&#"327676511&'&'6767316731#1&'#'&'&767131#1&'6731516755311#1&'&''3#3#1##1"'&5516767&'#1133#3#1&'67�







,'&4=)(()=4&'Hh

hH�$$$$`�`p�
�
�PP�

		@		������0







 1()==)(1

`    ��pppp

�

				P@ P��g�
3@L5&'51674711633121!1567!11!1&'&7761''1&7%61'&77X�		�		�MD	�h	Ohh
hh�������				  [77H
HH
H�����(]3#31#11312#!1"'&5476331516733#313151311315131131513113011!1&'&77121255PPPP�				�`				��@@@(@0@(@0�@0�@ 								p������  �����%BI111#13151#151!113151&'&'!#3#131676751#1"'&553531'�-!�@@���ppp

�
`		 ``��!`�  �
��

�		`````������,C6'11&'&17677&11176716'&'3"1113276514'&#�

�

�G

@

@[								v

��

�*��

�

		��				�		���+<`675167516767&'&'327&'&7672111#15147635"13312765514'&#51&'&'�)
44IR66''

$$$$�		@		P				�				""3_%+G-,66R-;;78!s    p		00		 000		�				�		0""����@�U\eqz31&##1'1&'&1'1&'&17711177131177131176''1316767010151&'&'&'#'#177#1711171#&'678L56@*
)

	�O+(4K
0P'
	"!!88E3/X0!�N&��-.Ha
72

��e7F*FD	
,"(E88!!�((((&)'a0���6%1#"''1&'&'6767'&1#13117716''�'		


~5FX;;;;XX;;�vvHH�F5~


		';;XX;;;;XYHH���*8F%1#"''1&'&'676756751&'756751&'56751&'�'		


~5FX;;;;XX;;��PP�F5~


		';;XX;;;;X@@@@`����@````����A\�11&'1#131167513167&'#1516767&'71176751&'#211#"'&'&5476763'&#"1'1&111177117&'47671'�'+=D--&&;;&&'ph







�L(B	N
	;;	)!<�'%--D=,+
  
+,=0%'
p�







n

J		E-

P663E.'&J����M_o'1&'&5516737#3#1151&'47676716771676751&'&'#1&'&'3#31165&'531514'&#"�g���)G#;



:$G)�"#'("#(ggg �@				D9U0U*  
/M)*M/  *U**0U9D�����				��!;#3#131!!!67671&'&'!14711633121##1"'&55����  �� ���		@				@		������� 				�				�	��@�3<ENW`iu671167311#1&'&'53312765514'&##1"67&'&'67767&'&'67767&'&'673167&'#��@		�				�		88�@@����`@@@				@				�88888h����9ku�&7611'&771#1&'6731'731#11''1&5477163#331327711#165&'&'#16'&#"1516767#3#1676711315271167654'&'&#"3@@���R��@@	���u�u@@@@�@�







�@

@��@

@9
�
�@@�@ 







���?Ycmw��11111#"'&5511"''11'&'&767716171#1"'&54763311121671167!11!1&'&'5531&'&'7#3#1676711315'1151#&'&767�				i

[[
		
pYU				`	�)
�

�`
00
0000
p
00
0`    �`				jNN	

	`LT					��

�

�p000
p0
p
0p
0P$$$$���*7DSbo~������11&'&'673#3#1&'673#3#1&'676731#1&'767&'&'711&'&'6711&'6767'&'676711&'6767671167!11!1&'&'5531&'&'7#3#1676711315'1151#&'&767�""x0000 pppp00�""�""P""�""`""�
�

�`
00
0000
p
00
0`    �""H`�""""�""""""�

�

�p000
p0
p
0p
0P$$$$�����6''1514''111176767&'&''1716''1716'&11151&'51&'11'1716''1&11117711111177165517116765511117�
*C�$#"�(&0	22	0&)�"#$�B*0				0:17	Wz*%)*3@
'2&99&2'
@3*(%*zW	71
8	8?
				
?8	8
������	&771514771511'&'&'676771'1&771'1&761115167516321171'1&77161111&'&''111'11&'&551111'%1315167131#1131#1131#11&'51#11&'51#11&'51#1&'673151#1&'673151#1&'6731516713151673#351#13#351#1'53151#53151#�
;u  �1
 -- 

1�"#
( +				  
W000000000000P0000
=,<f%*
*:
@%'++&&@
:*
* # +2
				
2 )@
�0000p00P00�0000P0000 %`67116321!1&'&77�&&--&&l		�>		l
''��������;M]m��111163311#1131676751&'&'#151&'1#151&'&'#3#31#1&'516767311#1&'567311#1&'53#31#1&'5167%'#11'177&'1!1676'P
G Iz

(
`       �      ��<<<=0J

�
	{	
��
\w z""
�
HH�
@  p  `  P  �ccc@)z,��:����,676'&'!!!67674''1&#"1'1&'10----�E��	�0~�	 '((''(('���O�����B�Yb&'11&111'1&'1151&'1#1"3!127654'&##1'111#17111#151%11771676''77311#	!
l�								�C>BK5)Q
!*��p�� 
['#'��								�NK��X^

!��}    
����1Q^fsz��676'&'571##1"'&551&'&56767315567&'67311##1"'&5676'&'5654'%&'&7675175654'111##1"'&551&'&5676731H�.		@		 0 %�.% 0 		@		x�$$$$P�@		@		 0 0 h    �T2*B4'				"0 �'4B* 0"				H    �TTT�    ��T*TTT*"+				+"0  0����/<�&'&767676'&'"113!127654'&#!%676'&''76''167711331276551117711331276551176''1&'&##1"'1&'&##1"1&##1"1771133127655h�



p				@				���



��	$		0		$			0			&""&			0		x



��								�j111	D16				61D	1&				&1	G

?

?

G	1&				&��C����676'&'11132717676''13117676'11230176767410171677103271117676''1&''171117676'&''1'1&'&#"1'1&##%676'&'71327716771'1&'P			



9t

	G

2	
"#&�5�r<		


=(` �		�

{�

6@!NX

\	6A
%"<	 �>>>;


		>	$-��2�?LY�11&'&''1&'&11327655131132765167716'&'&676'&'!676'&'1111132765513113276551133127654'&##1'1&'#�  	

	;								;	

	X��								
0				&+!�#

#D��				��				2D#

#% `�				��				�				;$������(5B�%'%11'&'&767%16&'&767&'&767676'&'''1##1"'&5511'&77167633127167633121633121''11##1"'&5511'&771&''11##1"'&55111'P �� 
���
!



�



8�		0			&""&			0			$		0		$	����
��
��`(



�111&				&1	G

?

?

G	1&				&1	D16				61D	����R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"1767715'1&#"132771654'&#"1514'&#"�@XXX				x�				��
:

:
X


		P


P		


				`��````								�/
a

a
/�����		


P		P


		�				����R|676'&'55311###3#"33!27654'&#!15117676''1&'&##1"176771''&#"132771132765511327654'�@XXX				x�				��
:

:
�PPP


P		


				


		`��````								�/
a

a
/�GPPP		P


		�				�		


������Vc&'&7677'&'&7#1&'514'&#"11''1"'01&'&'&7477167633121'&'&767�----�???
<(				f	
�
C $L#3
u�'((''(('��OOO
-%				03
	P
eG


3



����J�676'&'55311327655117676''1&'&##1"176771132765&#"1'1&1111771176''17171'1716'&1'�				
:

:
				��L(B	N
	;;	
28(L`������				�/
a

a
/�				�

J		E-

P66O)&E		J����Gc&'&767'7676''1&'#1"176771132765513113276556716751&'&'1675///	


J-$
:
								X��999	

Y"
a
0�				��				��pp����l676'&'553113276513327654'&##151311#151#1131676751&'&'#11##"176771132765�				8P				��@
�

�
MB
:
				`������				 				@� 0

�

P
a
0�				����@�E`s676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&57&1'1&17716'p(				
:

-				�""&&""""&&""�=

(H

��Ѐ��				�0
a

J#/�				�'!!!!''!!!!'+

<

(

H����@�E`iv676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&'516751&'p(				
:

-				'!!!!''!!!!'��Ѐ��				�0
a

J#/�				��""&&""""&&""��PP����@�E`m676'&'5#"'&5511'&'&77167633121&''11#"'&551#471167632#"'&'&53&'#13167p(				
:

-				�""&&""""&&""�����Ѐ��				�0
a

J#/�				�'!!!!''!!!!'����@�E`�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&5476763&'1#131167513167&'#15p(				
:

-				'!!!!''!!!!'0000��Ѐ��				�0
a

J#/�				��""&&""""&&""P0000����@�E`i�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&547676367&''56751673111675171674'&'#1p(				
:

-				'!!!!''!!!!'@	(
 	

(��Ѐ��				�0
a

J#/�				��""&&""""&&""��	
	
����@�E`�676'&'5#"'&5511'&'&77167633121&''11#"'&551#%211#"'&'&54767636'&1'1&11771176''17p(				
:

-				'!!!!''!!!!';

%%

$$

%%

$$��Ѐ��				�0
a

J#/�				��""&&""""&&""k

$$

%%

$$

%%����Z�&'&7673#313276551311327655131276''117676''1&'&##1"17677113&#"1'1&1111771176''17171'1716'&1'�								&"
55
"&�L(B	N
	;;	
27'L���`				``				`s8
YY
8sn

J		E-

P66O)&E		J����B�3@w4'11&#"1167632716771676'&'&1'&'&'5676'&'&&'11&7676767677676'&'&'&11&'�				!i

i?=&�$$$$
#+*#

&,21		12-&

#**#�				 )$#�
a

 ( �    �






:����JW211111311'&''1##1'&''11#"'&55167676765514763&'&767 		!9W,
	&`\
�				.		��		
)##P:
	3�
�J				J1((
		 ��}�IV�4'11&#"1132765514717676''13317676''1&'#1'11167655&'&767'76''171676''1716'&1'1&#"1'1&110113121117				.				�
\P&	
,G9!�p;;;	
O
A'LL(B	$'�				
('2J				J�
�3	
:P##)
0�666O

-F		J

J		E-
1$����B�/Y&'&767553121'&''11#"'&5511'6711671111#"'&551#1"'&7711'&'&77�
;
				n				&"
5������
a
0�				���`				`s9
Z����@�HU}��676'&'7713276551311327655117676''1&'#1"1767%&'&7675'1&17677113676751&'&'3167&'#1&176''��								/	


J-$
:
�)07�88

0
0`�000�				��				�9	

Y"
a
Ah;;;*`87f(2


 ��#�
2HY316751&'1167674'#1"11331171&##7315117676''1&'5331276551#���""����i�����6	M�		�		��
b""pY����.Z		��   				 ����Rnw67711#1&'3#3&'&'47''101'16331271&76111111'&'#3#"'&5511'&'&771671#'67&'������""�666�2_8$L		V���		6		L��
9""��ZZZn��	
`
@�		4		nZ		�������
-;Hb~�316751&##3#67674'533123'16551&'&'#1"7676'&'111331276551&'&'#654''1&1#13117771767513167&'#151&'&1Goow{{{�		���@��$$$$ 		�		@�@
XX
@H@
XX
@�
A				�   		o+ j�      				 ��8
  
88
  
8�����IVbo}676'&'5#"'&5511'&'&77167633121'&''11#"'&551#61''1&7!61'&77&77161'!''&761'�(				
:

;
				�PP�PP�0PP�PPPP��Ѐ��				�/
a

a
/�				�YPPPP�PPPPPP
�� �&l21#1511'&'&77167633'676'&'%1171516731111311#11#1&'51#1"'&5514763516751&'673	' �6		L%2i'((''((' 
50,<				�ԮZ		� p----Pt	m8U\`		�		 	d���%2`&113276517111327651&''676'&'553116751176''1&'&##1"1771167�				��				�



	&&	��
��				-nn��				@
����XXXX�1	G

G	1�����Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'31127654''1316767&'&'#1"331#171654'&#"1�TG

2	"#3

	<		


=([


		D----D�				�))		


P		P`i@!MX

\	6A
%5

�>>>;


		>	$-w		


--DD--				))


		P


P����Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'%&#11"1#1"331132771654''�TG

2	"#3

	<		


=(�


		�				�		


P		P`i@!MX

\	6A
%5

�>>>;


		>	$-�		


				


		P


P����Vn�����676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&'%&#11"1#1"331132771654'''16751&'&'167516751&'&'1675�TG

2	"#3

	<		


=(�


		�				�		


P		P�`i@!MX

\	6A
%5

�>>>;


		>	$-�		


				


		P


P�00��x00"��#�Vn�676'&'4311271117676''1&''171117676'&''1'1&'&#"117677167771327716771'1&''&1'1&117677167716'�TG

1	"#3

	<		


=(>
	 6
@7
@,`i@!MX

\	6A
%5

�>>>;


		>	$->7o oL
	����6Qd11111771111237112367&'&54767'151&'&'4'11&'&#"3276765'1''1&761716��:
nn
#M�""&&""""&&""M

H(

=�Ti	B1G+*
  "#).&%,T��'!!!!''!!!!'+H

(

<

����6QZg11111771111237112367&'&54767'151&'&'271167654'&'&#"35&'6751&'5167��:
nn
#M�'!!!!''!!!!'�Ti	B1G+*
  "#).&%,T�""&&""""&&""`�PP����6Qs11111771111237112367&'&54767'151&'&'271167654'&'&#"3771''11'&771'1&761716��:
nn
#M�'!!!!''!!!!';$$$$

%%

$$

%%

�Ti	B1G+*
  "#).&%,T�""&&""""&&""�%%%%

$$

%%

$$

����?Pt671167111'11111"#'11"#&'514771511'5147715"11131514'&#671167121##1"'&55147635�f@:
nn
:��P		@		P""				�				bT:"G+
  
*+G1B	iT�		00		 ""0		�				�		0
���� .;K^p���111&'&'51673#3#1&'673#3#1&'676731#1&'7671&'&'57111&'&'51675&'516767'1&'5167675&'516767&71163!121#!1"'&551&'&'�""x0000 pppp00�""�""P""�""`""��%		�		%�"" H`�""""�""""""�&				&��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3713121'&771#1"'&7716`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0$`$`�		``				``		�				 ;++C				C=.-		��""&&""""&&""�	6H6H��@�!Mh{"11131514'&#3"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765'1''1&761716`		@		�		@		�				$#8				##8		�� ""&&""""&&""M

H(

=�		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'+H

(

<

��@�!Mhq~"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"35&'6751&'5167`		@		�		@		�				$#8				##8		���'!!!!''!!!!'�		``				``		�				 ;++C				C=.-		��""&&""""&&""`�PP��@�!Mhu"11131514'&#3"11131514'&#"11311327655167&56767654'&#!4'11&'&#"3276765##1&'6731`		@		�		@		�				$#8				##8		�� ""&&""""&&""@���		``				``		�				 ;++C				C=.-		�'!!!!''!!!!'��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"37531#11&'51#1&'67315167`		@		�		@		�				$#8				##8		���'!!!!''!!!!'0000�		``				``		�				 ;++C				C=.-		��""&&""""&&""�000000��@�!Mh�"11131514'&#3"11131514'&#"11311327655167&56767654'&#!271167654'&'&#"3771''11'&771'1&761716`		@		�		@		�				$#8				##8		���'!!!!''!!!!';$$$$

%%

$$

%%

�		``				``		�				 ;++C				C=.-		��""&&""""&&""�%%%%

$$

%%

$$

����(B\v''&#"11117711765'1716'&''"1113312765514'&##"1113312765514'&##53312765514'&##1"b4&	//	&4b				�				��				�				��		�				�		�0000%54%�		�				�		@		�				�		`@@@				@				����)6C^"111327655171#1514'&##3#11317173#37171#11'71317171#3#313276514'&#"1 						UU		uJJJZJZ*JJJ[JZ�ZJZJ UUU								U�		��				�� 		@����������				�				6�����&2?s|!!!21#!1"'&51476316751&'&'167516751&'!!!1#113111##1"'&551&'&'513151#1"'&54763#3#1315`�				�				��@�(()		 		)H(				�PPPP�		�@				�		�@@�@@X@@8@@`)@				@)`@				@@@ ����Idw3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763471167632#"'&'&57&1'1&17716'�KKK				K+-%&								�v�""&&""""&&""�=

(H

�@				@x#+				@				@		L��'!!!!''!!!!'+

<

(

H ����Idmz3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&547676367&'516751&'�KKK				K+-%&								�v'!!!!''!!!!'�@				@x#+				@				@		L�""&&""""&&""��PP ����Id�3#3132765513121&#"514'&#"1327#1"1#1&'&'4716763211#"'&'&5476763776'&1'1&11771176''�KKK				K+-%&								�v'!!!!''!!!!'$$$

%%

$$

%%

$�@				@x#+				@				@		L�""&&""""&&""�%%%

$$

%%

$$

% ����<Rc�#3#"13151476321315167516767'1&'&##11#"'&555#"'&551476322111#15147635"13312765514'&#51&'&' KKKv�				 ,K				@								�		@		P				�				""���		@				@�%-V@				@�@@@				@						00		 000		�				�		0""�^'=671161516761516761516761#!5!!!2#!1"'&54763@
c
c
c
�
	D�@ @��@				��				K
��
��
��
��								��=F�3#3111111##&'673151#1&'673151#1&'673151#1&'673151#1&'673!!!1!1#1131#1131#1131#1131##51515151515133  8 X��`��`  �XPPX(  (���(  (XPPX���8Y3#3716'&'#1#3#111101!16767&'&'&'01&'&''''11'&771'1&761716����/
�
/����*)  )@)  )*//////////`G		G "#78R))R87#"�//////////����ASex��&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'4'11&'&#"3276765'61''1&7617R�v

@$%%%,;-%&
v��        � @""&&""""&&""c

H(

=�

[
��
`:)%%% #{
[�@@�@@� �'!!!!''!!!!'+

H

(

<����ASex���&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"35&'6751&'5167R�v

@$%%%,;-%&
v��        � �'!!!!''!!!!'�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""`�PP����ASex��&1#11!111#1516767113167#&'&'676767251&'&'#1'3#31#1&'51673#31#1&'5167713167&'#151&'271167654'&'&#"37'''11'&771'1&761716R�v

@$%%%,;-%&
v��        � �'!!!!''!!!!'$$$

%%

$$

%%

$�

[
��
`:)%%% #{
[�@@�@@� ��""&&""""&&""�%%%

$$

%%

$$

%��@�=JZl|�3#31#11311#151&'&'1#1&'&'5167673171514763&'&767%1316751&'#5316751&'#11316751&'#!1316751&'# pppOYf�

�fZ		0�  p  ��  �  �@@�p

p�@@		�@@@@@@p@@@@����5GYfz��61311&'&'1#11113111!1&'&'167673175316751&'#15316751&'#17676'&'7531#1&'5167"11131514'&#671167121##1"'&55147635.�v
 00 @@��

v��    �2222 �		@		P""				�				�

[
�0  0%`
@
[�@@@@�@@@@H*,,**,,*x `		00		 ""0		�				�		0����+9@71131514763311&'&'!17'&77167'&7716#3#17�		���```

`

`���

�

u�����		 ��u```

`

 ���

�

�뀀����?HQ&#"1767676'4'&''673121331277163111&'&'567&'7&'67
�
/.VV./
�m	(0(
))8`�P3EEAB++BAEE3P�	66	v))v�����EYb&#"1767676'4'&''3676751311311#11"''1&5477'3#311#"'&55167&'67
�
/.VV./
�l,	@"0c((0				��P3EEAB++BAEE3P��@ "3*~  				00����:&#"1767676'4'&''6711672171631''1&'
�
/.VV./
�}SS�P3EEAB++BAEE3P�R

R����6Vb671167!11!1&'&'16751176751&'1'1&5167513167&'#1513167&'#13&'1675@��LBB�000@�`��@A�fn
�fn
@@@`P ������&N111!167671&'&'!676'&'6711671"''11'&'&77167615@@��`P71)���@phf78`*;����Zmv111!167671&'&'!76'&&'&'&'&76'&'&'67676'&76767672711654'&#"3&'67@@��� 								X���@>�								 ������531#1513167&'##131#1513167&'#1111&'51'1#1"'&5476331'1#1&'&'6767131'1###1&'&'676733'1514105676321167&'�A))(((())+'$)#
#b	

	��))P�))Pd+ )$_�
		
E����@M`�"1'1&1111771132771176''17167&''1716'&1'1&#&'&7674'11&#"327654711632176765&'51&'&'1&#176765&'514763211!1"3!127654'&##151515�
9
7

7
9

9
7		7
9
$$$$ 								8				

"""

				�X				@				h�
7
9

9
7

7
9

9
7
`    @												5!
		
!5"""!
		
!				�								�`@�$7&'11&'!11!151476331577#1211#"'&54763@�@`		��������								@��		�������@								��@�<CV&'11&'67676'3#36767311#1"1!1&'&'1676755312711654'&#"3 ��
  ��		�������								  �		�������								����A�'611###&''1&#1###"'&71677
� 	
P	d			�
	 �����
�	�		
 �����@K1''1&7615167171661112#!1"'&547633151716773#3'1&#�
PP
(({�				��				��PPP=	PHH
$zz$
�
�								�
���z	v��@�+S&1!1716'&1176''1!11771654''&11333276551672133276''1&''�
"�m!
PP
!�!
PP��
	�			D	<		��

HH

HH��
�		v	�����@�'O6'&1176''1!116751&'&'!17&11333276551672133276''1&''x
PP
!q""3��!��
	�			D	<		��
HH
((3""}�
�		v	�����?�5]&151&'1'1&17716'!&151&'1'1&17716'&11333276551672133276''1&''�((
PP
`((
PP
��
	�			D	<		�P
$zz$
HH
$zz$
HH7�
�		v	���������A71131276''1&''1&&11333276551672133276''1&''����
��		���
	�			D	<		��zzz	�)��

��
�		v	�����@�,:5!1514'&#!1"#3#11675131167151#5&'5167@		�		�(�    				@��p�@@@@��@�*7Ibo3#321!15147633#!11&'51#11&'1516751&'73#321!15147633#!11&'51#11&'1516751&' ���		�		 ������		�		 ���		  		`��p�@@�		  		`��p�@@��@�5[dk|�&117676'&5476'&'!11767654'&'&65&'&'1767713117676'#3#7131''#17'6'&76'&547%&7654'?

�

���
�����Q&&&L&}&�2::2
'--'

'--'
2::2���
--.�  �SSSS�#''##''#���GNY`gs61#1##11312##1"10##1"101#1"'&547633171#1"'&551"'&7677''13'7171'1#771'''1'3167&'#��
		 E				_�`				E 		
�I;;;:uu??t.#n---"v���PP		�								�		PP�C1111�55SCCC&&&&C�����+=M_o��6711673113151671311##&'&'5316751&'#11316751&'#5316751&'#171316751&'#5316751&'#1%#11#"'&551#1&'&'67&56767 
`
(

�`
@      �    �� "
	
		#))�

�HH
�

�     P  p      p    �	)#�				�#)	))�����-%711'&71676171&547716321#"'XcccB�
P
Ac_`�cccA
P
Bc`_���(B\v1316731#1&'#11''1&'677164711633121##1"'&553#321##1"'&55147633!!!21#!1"'&5514763�YX

XY��/		�				�		�```				`				��				�				�	H

H		`

`	�				@				@�		@				@				@				@		����?JWd~671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767&1#13117716''
@
3M				 ))�))
����M3�p��'��'PP�

0M @				))))
@�M`�0A''PP����?JWdy671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&767%671167&'&'&
@
3M				 ))�))
����M3�p���

0M @				))))
@�M`�0�!!

!!����MVcp671167313113112##1&'&'#1&'&'#1"'&5476351"'&551476353#3'1#1676'&'%&'&767 �%4)5				 ))�)) 								`VVV++�p`$w 				))))				 		`		 �``�0����OXer��111"131"33167673167673127654'&#51&'&'#1&505'1&'#1&'#3#31#15676'&'%&'&767''51671''11&'5167656751671&'&'5167`								 ))�)) 				5)4%� ++++V��p�###
#
}

� 		`		 				))))				 w$```�0�444+`	4+`		@@@@@

@����<fr{�111117711117711&551&'11515151511151&'&'513167513113167516751&'&'!167311#17&'6767&'��{2[ZX�
�
P�����kQ	@%R( !"R�a����!+((+!�

O11a����&;Ohu�67!1!1&'67!1!1&'676'&'671167312#1"'&5&'11&'6331##'##1"'&54767633127676'&''&'&767P��P��S    3`V		�`		Rg3		
�		0
`
,    q--..��0H$$$$�			 			>0				/�$$$$@'((''(('����!5N[h~&'&767113316767&##13#32765&'&'#1"'&##1"3312767&'&'7&'&767676'&'"113!127654'&#!�    �		V`�RRR		`g
`
0		�
		3�    �--..��				@				��`$$$$�			 			>/				0�$$$$`'((''(('�								
������&2?Xew��&176''!77716'&7716'&1!76''1&%676'&'31674'&'&'&##1""'676'&'11316767&##67&'&'#1"3'676'&')HH.HHHH��HHPHH��$$$$l�&P($



8FpF85�HHHHHH�HHHH�    P

#	%p 
P
p����3@Qcx��111!167671&'&'!471163!121#!1"'&5&'&767316767&##13#367&'&'#1"'&##1"31674'&'7&'&767676'&'`))�))�@ 		�				�@		��8Fm888FYP)�)��$$$$�)��))@)`				��				@P�

/	&

&	qP    
����!3CXer���3#367&'#1"1675676'&'11316767&##67&'&'#1"3#&'&##1"31674'7676'&''&'&76773#3167514'&##155&'133167&'#!31276551&'1#0XXXh		�



8FpF8Y)P)�$P    xXXX		h�8		hX�h		X�		hX� 
P
&		&

p $$$$�Xh		�`XXXh				hX���"+FY471163332#1&'&'1"'&553151#471167632#"'&'&57&1'1&17716'		@�				3)		`@@�""&&""""&&""�=

(H

�						�,9&!') 		 ````��'!!!!''!!!!'+

<

(

H���1:}��"1131674741&'&'676705&547675127654'&##55311#11766767676'&76767&'&'&76'&'&'&''&7211#"'&5476367&' 				),				@@@@xh								(�				��)r				�````�X								`�������6'&177'&111&''1&111&''1&111327711327716''1&'7117414567&'71167&'716'&1&6'716'&1&''271167654'&'&#"35&'6751&'5167�XX�

 
E		


E'&		",
$. 	+F.; 
:.�'!!!!''!!!!'�XX		'&*!		&'*!		&'D


		E! "2(
 	5.<	!!:.�""&&""""&&""`�PP ����JS67116731111&'&'514'&#"1&'&'51676713276551#1&'&'7&'67)&&'&::&'

'&::&' )�`)&V�:&''&:P�

�:&''&:P�)������+Ll�"113!127654'&#!"113!127654'&#!'11771176''1716'&1'1&!&11771176''1716'&1'311771176''1716'&1'1& 				@				��				@				��7777777777777777�77777777�								��								�777777777777777777777777����A�S&'&76753276551311327655131276''117676''1&'176771133�    �								
;%::%:
	�$$$$��PPP				PP				P]%	
N..N
	%]��r�O&'&767&''1&'&11327655131132765167716'&'&1#"'"1"'    g%
+				 				,
�$$$$i
 
)��				``				+
��@�#*EX6711673113311#!1&'&'#3#51471167632#"'&'&57&1'1&17716'�		�8$#"������`""&&""""&&""�=

(H

��		'.->-%%�@���'!!!!''!!!!'+

<

(

H��@�#*Ee6711673113311#!1&'&'#3#51211#"'&'&54767636'&1'1&11771176''17�		�8$#"������0'!!!!''!!!!';

%%

$$

%%

$$��		'.->-%%�@��`""&&""""&&""k

$$

%%

$$

%%����/^kx3#3110101#1!3#31#1'1'1&##1'14#67655#3#13167671&'&'!11!117676''131##3#01015147&'&767@���.@ ���DLG)"I...+�

��

!
TJ(�JJJEJ�
('2J@��[?##)
��@
`

��
2
~0Jg���[67116713276765&'51&'&'1&#13276765&'516767113276551515 ..""33""3""..				H
66
3""""3""3
66
 �				� �����5>%51#!"'&54763!151!1"'&551'1&'&5477167632155%11!�
P�@				���			
$$$*)%F���@��
				0		u/!�9I������Oi|�"1'&77167!11''1&##113111#1"''1#11##1&'&771&'5167673151#"1113312765514'&##4'11&#"327652711654'&#"3W

**

q()#B(
	7�7	
(B#)(qI				�				� 								`								�  0)�/B	77	B/�)0p		 				 		�								 								����+4=FO`�671167!11#11311#11311!1&'&'353151#3#3#131553151#53151#%"11131514'&#671167121##1"'&55147635�C8���XX�XXXX�XXXX@		@		P""				�				`A@	%@@@@@@@@@�@@@@�@@@@p		00		 ""0		�				�		0����+4=FO`�671167!11#11311#11311!1&'&'53151#3#3#1315#3#1315353151#%"11131514'&#671167121##1"'&55147635�C8��@XX�XXXX�XXXX8XX@		@		P""				�				`A@	%@@@�@@@@@@�@@@@@@p		00		 ""0		�				�		0�����'.11#1"33327654'&##151716'&'!''!1 	�@				``				@�	�@��&��ֳ								��ӓ������211&'&'676725111&'&'67672515167%16�
)))�)))@
�
H��"""�M�"""�H`	���7%1#"''1&'&'6767271167654'&'&#"3�'		


~5FX;;;;XX;;�'!!!!''!!!!'�F5~


		';;XX;;;;X�""&&""""&&""���%7'327716751&'&'&1'1&'&10����/!!4#!  !#4!!/�����,A6&'





'&6A,��,�'&'1111771176''1716'&''1'=	
@�h��h
�@��g�	DD	�g�����07271167654'&'&#"3113!12765&'&'#�####.K32	
�
	23K\�""""023K
		
K32	���+;M]o��671167!11!1&'&'5316751&'#1%1316751&'#%5316751&'#1%1316751&'#%5316751&'#1%1316751&'#53312765514'&##1""1113312765514'&##���0  p  ��  p  ��  p  �		�				�		 				�				�`��@��      p      p       @@@				@				�		@				@		���#=5#15135#1513'#3#51313#31#15111!167671&'&'!�����ࠠ����������`���������@��@����@
���"+4=FOXaj111!167671&'&'!5#151333#31#1535#15133#31#1535#151333#31#155#151333#31#1535#1513@���XXX8XXXX�XX��XXXX�XX@XXXX�XX8XXXX�XX���@@@@@@@@@@@@�@@@@@@@@�@@@@@@@@@@���"+4=FO671167!11!1&'&'353151#!!!!1!1553151#!!!!1!1553151#!!!!1!15���@@@�����@@�����@@���`��@@@@@@@�@@@@@@�@@@@@@ �`111#"''1&547632171632�		�


�		


i�


W


�		�


		j�		  ``165114'&#"1'1&#"11327711327654''17W		


ii


		jj		


ii


		jj)


		jj		


ii


		jj		


ii���<%1#"''1&'&'676767513167&'#151&'1#131�'		


~5FX;;;;XX;;�@@@@�F5~


		';;XX;;;;XX@@@@���(%1#"''1&'&'6767%3167&'#�'		


~5FX;;;;XX;;�����F5~


		';;XX;;;;X����L4'11&#"132765567116'&'&6767674'&'&&'&'4767 								�
	

)  66CC66  (


	
21KK21�				�				�Y	

"/08C66    66C80/"


	##)K1221K)## ��`�-CZp2111#"'&5147632111#"'&514763#"'&51476322111#"'&55147635#"'&55147632@								�								`								�								`								�		�@				�		`		��				`		���								@		�				�		�@@@				@				����`m111''11#"'&''1&'1'&''1&'&771&547'1&76771676167716763217161676'&'�
,,
	

88

		
,,
		
88

	�----
(

(
	::	
'


(

99
�'((''(('��A�Z%11#111##1"#"###"'&551514'&##1"11###"#"#"##1"'&5514551#1&'&547%1621@		
 !		@		  		
	�
		�@				@pE		

�	�
���.11&'&'&54767675176''151&'F::$""$::FF::$""$::F`U�!"<=CC=<"!!"<=CC=<"!x���
@9{��@�8N#3#"131514763213167674'1&'&##11#"'&555#"'&55147632KKKv�				�vK				@								���		@				@		L@				@�@@@				@				���)MV4'11&#"1'1&#"132771654'&#"15111!1676751&'&'#11#"''1#&'67 				I


		�


�		


I��e.-fp�				�J		


�		�


		J�  --8���!:"1111!16767514''1&'&#!!!!1#11#1&''1&'#17y9�9����03		x		30�
�\\�
@������F#3#"3312765514'&#"1'1&'&767654'&#"#"'&547632�222				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//����<7676321#1"3310101112765514'&#"1'1&'&76713276551111767676'&'&#"'11'13127654'&##1"##i1@@1"				p						,9999,%
B				,9999,%
1@@1"				p�"//						p				#,,%.
Vp				#,,%.
"//				��@�,?R^jv671167!11!1&'&'2711654'&#"374'11&#"327652711654'&#"373167&'#3167&'#3167&'#��@�								 								 								`������`��@�								�								�								�``����653151&'&'5567671311!1&'&'5167673��""@()==)(��00000""0000=)(()=0������54'11&#"11132765517167716751&'&1#"'&15@								@@;EI"
	$&&#7;E�				 ��p				�"
	�	���B11631&'&'515151676767111&'&'5167672&'&'Q99

""":9HH9:"""

99Qp32O
�
"00H9:"""":9H00"
�
O23��@�&'&1#11311767@�DD��	
x@x
	�����-1''1#1&'&'51676731716'&767&'&76-�DD�p!!�	��	
x@x
�//����1B_11'&767654'&'&7611'&767&'&76'&767&'&76'1''1#1&'&'5167673171611))=!!33<!!p�DD��(9:DD:9)!009900!K&'--'&*FF*K//�	��	
x@x
	����"<E_h���671167311#1&'&'553151#671167311#1&'&'553151#3#31#1&'&'516767#3#131567313167671#1&'&'1#1&'5&'673&'67
`

`
@@@@
`

`
@@@�```

`

P@@@@�@ @ p@p

`

`@@@@�

`

`@@@@@
`

`
@@@�`@�����,<N\131671&'#31671&'3131671&'#3131671&'#31671&'#1'671&'XH`�@��p��`��p��p��p��p��`��`�����.5132771654''1&##1211#"'&54763����
p								p������
 								���5H'1'&771654''1&7655676731211#"''1&574'11&#"32765Y���''pp���
�����								����*66*qq##�����
���V								����#3@N111!327654'&#51276514'&##!!!1!1"'&5476376731#1&'3#3#1&'67`))  								 ����				 �������)��)				@		@		��@				�0����277113671&'&'!1��
��
��H��Hll�

���,U^1113151311131514''1&##51!1515151!3#3276551&'&'!113311!167675'&'67�@�@��@   		��		 �``CC��   @@ 		``		@@����%@7#11!167671&'&'#1'1&'#1211#"'&'&5476763�


K�K
"z"k







�







����9@&'1#1"33127654'&##171311#1"33127654'&##1#3#71�		�				`				�				`				�ppp88���								00								k�������,<K47116333##"'&54763315151#1"'&5671167&'&'#1135316767&'&'#		0�6%$$%6�@						�ppp� �		$%60"#6%$				��		��@�������2471163312##11312##1"'&54763311#1"'&5�		�				;�@				�				;�@		�						��								@		��E�Ao55311#1"33127654'&##113113276551&'&'##132765%&#11"1311#11327716'&'#15131676''@@ 				�				 @				
pp
				�


@	  	@


@	  	@@   ��								@ 				0

0				W		@�@		@�@����Ao55311#1"33127654'&##1513113276551&'&'##13276511176751311771654''1&1#151&'&@�				`				�				
��
				7		@�@		@�@@   �								� 				0

0				�


@	  	@


@  	@����-D[11##1"'&5476331211##1"'&54763312%471163!12#!1"'&511#!1"'&54763!12 		�				�				�				�		��		�				��		�		��				�		�								�								�								�								����-D[4'11&##1"33127654'11&#!1"3!12765113!127654'&#!1"%4'11&##1"3312765`		�				�		`		��				�		�@		�				��		`		�				�		�								�								�								�								����-D[11##1"'&5476331211##1"'&54763312%471163!12#!1"'&511#!1"'&54763!12�		�				�				�				�		�@		�				��		�		��				�		�								�								�								�								����-D[4'11&#!1"3!127654'11&#!1"3!12765%113!127654'&#!1"4'11&#!1"3!12765�		��				�				��				�		�@		�				��		�		��				�		�								�								�								�								���%;Qcs1316751&'#"113!127654'&#!"113!127654'&#!"113!127654'&#!'5316751&'#11316751&'#(00�				 				��				 				��				 				��0000�00								�								�								�0000�00�����-CZj471163!12#!1"'&5471163312##1"'&53#32##1"'&54763471163!12#!1"'&55&77161''		�				��		�		�				�		 ���				�				�		�				��		f		f�								�								`								�								�

O�O����-CZl471163!12#!1"'&5471163312##1"'&53#32##1"'&54763471163!12#!1"'&577'&'516761		�				��		�		�				�		 ���				�				�		�				��		�fff		f�								�								`								�								�OOO�O

@�2671167!11!1&'&'%1''1'151515171716�/``@�	�		
@
�
@	���3@671167!11!1&'&'&#"1'1&#"133276'''676'&'���D
W@`�x�`��@k!		P



�����1111#"'&'&'&'6767�''

''66RR66-;;78!!87;;-R6666R���'%&'11&'16767!671167632#"'&'&'�66RR66�@!"<=CC=<"!!"<=CC=<"!�R66��66RF::$""$::FF::$""$::F����-&'11&'67676763312'&'67&'&'&'�R66!!''		''!!66R` 0"@66R/??7777??/R66�0 "����#]&#11"1171654''17716771'1'111!16767514'&#"1#!1"'&5147633127654'&##�b��	
Y	�b�L)))						�				`				`�b�	
X
	�b��)�))`				`										����&#11"1327711#171654'&#"11327654''1311'1&#"132771654'&#"15131132771654''1&#"1#1511327654''


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@�		@


		
s	


		@


@		


	s
		


@		@


		
s	


		@


@		


	s
		


@��@�'%7671&'&11514'&#"132765511�								�	@	�
�				��				�
����4%''11''11#"'&5147632171617161���								���v	�v				@				v�	v�	��	���*%7671&'&111'555151&'&117675������	@	�**�Y```� 	�

�	@����&17%167&'%I ���
��
��@�31113167671&'&'#31113167671&'&'#0

 

 �

 

 �
��

 

��

 
��671167!11!1&'&'�@����*7'&'1676111755515167611'&'55�����	@	�**�Y```� 	�

�	@���47771177113276514'&#"1'1&1'1&1��								���v	�v				@				v�	v�	��	��@�'7'&'16761151476321#"'&55115�								�	@	�
�				��				�
�������)21!1&'&77163671167!1!1&'&'��
����
`

��
����p



���7111327654''171654'&#"			�


		��		


��


�		


��


		�@��@�%111#"'&54771'1&5476327		�


		��		


��


�		


��


		����<671167654'&'&''55#1&'67315167131#11&'F::$""$::FF::$""$::F@@@@@!"<=CC=<"!!"<=CC=<"!�@@@@@@���(671167654'&'&'3#3#1&'67F::$""$::FF::$""$::FH����@!"<=CC=<"!!"<=CC=<"!���;671167654'&'&'6171611''11'&771'1&7F::$""$::FF::$""$::FQ////////@!"<=CC=<"!!"<=CC=<"!Q////////���.671167654'&'&'7''1&761716F::$""$::FF::$""$::Fq���@/o@!"<=CC=<"!!"<=CC=<"!/���@/o���DW671167654'&'&'671163311&'51477165&'#1"1'&754711632#"'&5F::$""$::FF::$""$::FV: ,:
6								@!"<=CC=<"!!"<=CC=<"![

$
		�								���8K671167654'&'&''3#351#1&'6731131#1&'677211#"'&54763F::$""$::FF::$""$::F(0P(								@!"<=CC=<"!!"<=CC=<"!�@X�								���B��2111312##11#"'&551&'&'#1"'&5476331676751476311514763216767#1"'&5476331&'&'1#"'&551312##7211#"'&54763		H11
				
12G				H11
				
11H		�
 ,				, 
				
 ,				, 
				�								�		
12G				H11
				
11H				H11
		��, 
				
 ,				, 
				
 ,				@								���0%67767&'&'%671167632#"'&'&'o����#66R?0."66R?0�c!"<=CC=<"!!"<=CC=<"!#��0?R66".0?R66#��oF::$""$::FF::$""$::F��)7111327654''1!127654'&#!171654'&#"			�


		j3				��j		


��


�		


i				i


		���)%65114''1&#"1!1"3!113277�		�


		j��				3j		


��


�		


i				i


		�����)&#11"13277113276511327654''�


�		


i				i


		��		�


		j��				3j		


�����)3112771654'&#"114'&#"1'1&#"�


�		


i				i


		�		�


		j3				��j		


����01#1367&'&'&'6767311771654''1&3pK12
	)`���	@21K8%%
)@	
�

�
����;Yw"11132765513127654'&##4'11&#"133127654'&##15"11331132765514'&##4'11&#"1#1"33127655 						@				` 						`				@				@						`�				@				`		�		`				@				��				`						@@				@				`		��				@						`����;Yw4'11&#"1#1"33127655"11331132765514'&##4'11&#"133127654'&##15"11132765513127654'&##�				@				`		�				@						`@						`				@ 						@				`�				@						`�				@				`						`						@�		`				@				���%11#!1"'&54763!12�		��				`		�								���':671167654'&'&'1&'51674711632#"'&5F::$""$::FF::$""$::F 								@!"<=CC=<"!!"<=CC=<"!�pp�								���DWdq'##"'&5476331#1"13!12765514'&##165&'&'#11'1&'#1!11###716731253151#3#3676751#1�"""H

*				�				*
%33%PH#��
�����
�{;;;		@				@		%**)+%;Ȱ��
��
�����?116731##0101"011675167316767674'&#"##<--3=XH'!,4..>C66  h`"!7	./9K0:$$''BAQA7���� ;6676&'&'&'676727676'&1'&'&'&3�)%		32??32++GC% 




  1�&. @55    55@<HIC�e&%$ 4����C�&A^11676767676'&'&'&'&'471167632#"'&'&5711"'&7676'&'&' =00$##$00==00$##$00=�""&&""""&&""�	
!!('			�"!####!""!####!"�'!!!!''!!!!'@	
'	!!(
	������7Q&176''167676'&'&'&'&''67'16'&'&''#&'&'47'167''Pi#$00=3+*!p�(9=)('
		Z�=)(^"$#00=H6I��0R ##!"X�%()=&"
	F�
()=

J.$##!":�����21!1&'&716716751&'4'11&#"32765�

�P

� 								���p�pp�								��@�=11#11#1&771#11##1&'4771'1&567312131'1&73113�te	81g+*

*+g18	et��:
nn
:������.?Qcs���21113151476321311!151676731514763!!!1!1&'&'5316751&'#135316751&'#171316751&'#5316751&'#171316751&'#5316751&'#1�		�				0
�@
0		���@�
��
@  �  �  ��  �  p  �		  				 
00
 		���

P          �          ���"9i611'&'51#1"1'17167315167'1#1"'&5476331277'&'51#1&''1&##1"'&54763311331516761�@		@ 
*(/ �(((/@				@
* /�
@				@/�
 @		@�@


@ 
85*% 	�555*%				
8�	 %�
				%�
 	@


@�����6%1111"'"'&711111111510107676767&'676767"":9H80#&,
/"":9HH9:""�://

%4E:////:���� 1B567676751#11&'&'51#53#3514'&##1"!3#3514'&##1"32??23�))����		@		@���		@		 ```?2332?``))` @				@@				@ `�`631121#"''11#"'&5477�


�		


��


		�W		�


		��		


�  � 73112771654'&#"1'1&#"�


�		


��


		�)		�


		��		


���E�-[%2711654'&##1"'&55131676''1&#"13113"1133121#11327716'&'#151&'&'#				p		 	@


@ )p 				p		 	@


@	 )p 						�@		@�)@						�@		@�)��>�,9F6731!11#!11!1!1"'&'1&##1&'676'&'%&'&767."�)�� ��4.�P���H0���!!!!67671&'&'#1"''1&'#11@�����
 � 
������D�1771676731213311!167!11!1&'&77YYYYvu��$
�
p
�p
p�� �� �� �=&#11"1327711'1&#"132771654'&#"111327654''�


`		


))


		`


`		


))


		`�		`


		*��*		


`		`


		*&*		


`@@=%77654''1&#"1!171654'&#"11327654''1!11327�```		`


		*��*		


`		`


		*&*		


I```


`		


))


		`


`		


))


		��� 7Mc2111!12#!1&'&'14763471163312##1"'&53#32##1"'&54763!!!2#!1"'&54763 		�				�p"		`		�				�		 ���				�				�				�				�		��				"P		`								@								`								���?L77311#1&'#1513127!167671&'&'#1"1#151&'#11676'&'�222�s!,,!s����
3 @�*,,**,,*G`@�� ��@�2222���,9%671167&'&'113167513167513127713&'&767PK1221KK12�P((
!(



`21KK1221K�
P((!��x�an��6'&''1&'&1&''1&'&#11"1'1&11117711327677167176771676''1654'7676'&'76771676''1677167654'&''1&'716'&''1&'&1&#"'1&111111771327'&'&7675










��
	

	



	

	


)9
	

	



	

	


)��











�������(U7671167&'&'1#11111676771167676'11111105"1&'&'&'67&'&'�X;;;;XX;;'	"/:�=>Z66I:/"		'66S`21KK1221K;,
	
�V88	9#$
	,;G11����111177123# 
@�h����g�	D�����)W%65114''1&#"1#1"33113277%2711654'&##113127654'&##1"'&5147633�		�


		J�				�J		


���				@))@				@				@�


�		


I				I


		��				)�)								������.=471163!12##111#!1"'&7716771#1"'&53#31#"'&55 						9	
��
	9		�@@@				�						�@

@�		��`				`���)]"11331132771132765514'&##111!16767514'&#"1!1&'1673127654'&##@				S�		


�						��""@"				��p				p�				�


		�S				�		 "��""p				p@				���-W3#321##1"33167671&'&'#1"365114''1&#"1#1"33113277`@@@				@				@))@							�


		J�				�J		


�`		�						))				�


�		


I				I


		���@�M[h#3##1##1"33127654'&##1"'&5476767676767&'#1654'&'3#3&'&'&'676731����
j#!%%				�				%%""j
��TTT&#�#&T�
E21! 
								
 !12E
pC//!##1�!//C1##���(LU5#"'&5511#"'&547716321#"''3#36767311!1&'&'51676767&' 				I


		�


�		


I�����pS���				�J		


�		�


		J�  h������2E&'11&'"'&27676767676'&7676511'&767676�
	998,+
	998,+�* 
%%2
`+,899	
+,899	

 *
2%%���'&'11&167716'&''1&1&'&'716''�
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����9111!167671&'&'!61171611&'&'&'677@@��[
6	0?23,���@a0
6
,32?����767116727676'&'&'1#11!1676751&'&'#15�"

"",=)(@�0"

%()=0��0��@�"0=111!151&'&'!!!!1!1676753#3#1&'676731#1&'@@�@��@����0@@@@p���  ��������+L471163#"'&5&'&'&'"'&5676'&'1111#"'&5&'&'&'"'&54763		t^^78				//OPb		     PAA'&				32?				�		87^^t				bPO//		��$$$$&'AAP				?23				���/BU671167!11&'!15!!!1!1&'&'5167672711654'&#"374'11&#"32765�&��&@������								�								`���@@�								 								���;O&'&1###1133127655131217675167654'&'551&'&##151312767�+%./3	�		@			3/.%+				@-77<		<77-�	,$`�				�$,	��M����(`(�����_&1'1&1111117711771176771176''171676''1716'&''1716'&1'1&'&1'�

>
	?
	//	
?	
>
--

>
	?
	..	
?	
>
--�	
?	
>
--

>
	?
	..	
?	
>
--

>
	?
	//�%<R�211##1513211##1"'&547633711##1"'&54763312211##1"'&547633'3#3#1&'&'51677167311#"'&551&'1�				�Р				@				@@		0				0		`				@				@X			D--.%5`				@�								@								�								`--D>B/%X88�%<R�"1133151#"1133127654'&##'1133127654'&##1""1133127654'&##7#3#31676751&''1&'#113276551671 				�Р				@				@@		0				0		`				@				@X			D--.&5`				@�								@								�								`--D>B/%X88����%<R�47116321#1547116321#"'&55'2111#"'&551476347116321#"'&55553273271#1&''1&'516767312##1316767 				@�								@								�								`--D>B/%X88�				�Р				@				@@		0				0		`				@				@X			D--.&5����%<R�113276551#171132765514'&#"271165514'&#"1371132765514'&#"'56326763251&'&'#1113127654'&##1&'6731 				@�								@								�								`--D>B/%X88 				�Р				@				@@		0				0		`				@				@X			D--.%5���4%&'11&'&#"3276767%6131#11''1&77!"<=CC=<"!!"<=CC=<"!��G��Gpp�F::$""$::FF::$""$::F�GGpp���47113276767&'&'&#"'&771#1&'6731'1&761!"<=CC=<"!!"<=CC=<"!G��Gpp�F::$""$::FF::$""$::F�GGpp���4671167654'&'&'''11&'511'&7716F::$""$::FF::$""$::F�GGpp@!"<=CC=<"!!"<=CC=<"!G��Gpp���4116767654'&'&'&761516717161''F::$""$::FF::$""$::F�GGpp�!"<=CC=<"!!"<=CC=<"!��G��Gpp	���$4>L[cm%#1&5473173#3#1654'7#3#&'##3#676766##3#67673#3#1&547&'31''&''&'&'3!11673`��{{{{pttt(<-,����		�ttt,-<({{{{�	�	<(<-,tf,-;'t�!!!!@!!!! b6'(87(##(78('6b !!!!�(77(##_b6'(88('6b���4=%6711674'&'&1##1&'5147716'&'&#127713&'67`D--M9MD--
�����--DL9M--D��	X�����)@Wn{1#"''1&7617161#"''1&7617167471163312##1"'&5471163312##1"'&5471163!12#!1"'&5'&'&767�
H
(7
H
(7H		�				�				�				�		@		 				��		p�P(=
�P(=
f								�								�								0�����67!111''1&551'1&7�
�@
�
��
0
O����
/P3#31#151675#113!51&'&'#151&'&'#1#3#1##1"'&551#11!167675�����8@�@@�����		@		���(((((``(� 				 �����a&#11"1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676''


@	 `@		@` 	@


@ `@		@` 	@�		@` 	@


@ `@		@` 	@


@ `@����0Fat&'&767!&'&7676711673120101#1&'011101674'6331#'471167632#"'&'&567116731!1&'�----p----�.*)��)*.ֵ







`&&8v8&&���'((''((''((''(('��.
;%%;
.`







��8&&&&8��n�={%65114'&'&177161#"'&'&7716'&'&13277%11771676'&'&1'&'&547716321767716'&'&#"D**'43,
q  
&-9:-p��**'43-	
p  
&-9:,q�-:9-%

 !q
,43'**p-:9-%

 !q
,43'**p����(711!16767&'&'65&'&'"&'&'01()=p6%$,)$$-D--+p=)($%6/"#	)$--D$$0����.@#3#"311!167674''1&55127654'&##553111#17165 ���					m
6
l
				 `@#�"�				����				���$88$����0=JW''65&'&'2711&#67674'16'&#"'3276''1'676'&'&'&767''' 00  0''0  00 �vvv�@�0'''0  00 '( 00  0

��vvv

�@������=3#3211#1&'&'167673#31#113151311#1&'&'16767�|||D
�

�PPP@�@
�

�D�

 
�@� 0

 
����N&11"1327716321#"'&547716321#"'&547716321771654'l�  !++!�		�3AA300�%//%##��		�

�l�!++!  �		�003AA3�##%//%��		�

�����5B111!16767514''1&##4711633121##1"'&55&'&767@@M�		�				�		�$$$$����M`				@				@�    ����671167!11!1&'&'@��`��@��-D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12		�				��				�				��		�		��				�		`								�								�								
���"8N[h676'&'7"113!127654'&#!"113!127654'&#!"113!127654'&#!676'&'7&'&767@�				 				��				 				��				 				��00P								�								�								P����AWm�6731131#1&'673151#1&'&1'&771676131#1&'&7716'!!!2#!1"'&54763!!!2#!1"'&54763!!!2#!1"'&54763 P?
#!X	H��				�				�				�				�				�				�x`��&
N
								�								�								���Bu6767676'&'&'&'&01#1"3!127654'&##10101#1&'&'&7'&'&'"1&'&'&2111111117676'#1�!8



E7:
]				�				�7
�!8

E7:L
0


@#
								

�	


@	����F]471163312##11676751#1"'&54763312##11&'&'51#1"'&5471163!12#!1"'&5		`				))				`				--DD--				�				��		�						�))�								�D----D�		��								���#=755311#3#31#1555311#7#3#5131%111!167671&'&'!@������ࠠ�����������````@```````�``���@���"&51147163211#"''77'11}#��#Niiii}#��#iiii����?JWd1113167673167673127654'&#5151514''1&##151&'&'!3#311#15676'&'%&'&7670

))�)) 				M3
��p333M���p�
��
))))				@ M0
�M`�0@�#-7A\111!167671&'&'!#3#51'55316711671#7&'11&'31'211#"'&'&5476763@��@@@@@@@�@@@�







����@�@@@�@�@ 







��@E731127716'&'!1�


�	�	�I		�����E@&#11"1!1676''�


�		�7		���e7&511477161''			���


�	�	�@e765114''1&177�		���


�	�	����"+671167!11!1&'&'311#!#3#131���@�������`��@@�������E�'631121!1&'&77''&767!11#"'�


�	�	����		�


�		���R����		����E�#11"''1&767!1�


�		�		�����E�&#11"1!1676''�


�		��		���,11177167&'&'!5!16767511#"''0
��
�`0����
��
p���У

�����F3#32##1"'&55147632171676'&'&547632327654'&#"~222				�						,9999,,,,9999,

	

1@@1//1@@1 						�				3,,,9999,,,	

		//1@@1//���9[&#11"113277111132771654''1&#"1'171654''&#11"1132771654''171'11'?


x		


j		


x		


j		�


p		0


p		;-;�		x


		j


		x


		j


��		p


0		p


;-;����6'&13117%16'&'#17]	�	pM	oL�
��
����@��671167311#11311311#1&'&'5167673151&'#11311#1&'&'5167673151#11311#1&'&'516767315167673151#1&'&'5�
@

�

@

�

@

�

@

�
p

@
( 
@

@
 (
@

@
( 
@

@
 (
@��>�>_2111'&'&#&'&'&'&'&'&'"'&5676751476321"'&''1&767613675163 		eEF	
		
	FEe		
"
�		@@``@@		��s"
s���"@I#1131167673151&'&'#1&'1111316767514''1&##'&'67�%9

�"0
9%p

�
DL��
��
"
�
��

�DX��p�0A%671141116767&'&'111367116751#11&'6767 21KK12 �P"�"P 0"@.'+9K1221K9+
'/�""P0 "����)S65114''1&#"1!1"3!11327731127654''1!127654'&#!171654'&#"1�		`


		*��				3*		


`��


		*3				��*		


`		`)


`		


)				)


		`��		


)				)


		`


`����%A&'11&'676745676763!7'7716'&151&'1'1&�=)(+--D-$$),$%6��OPPPP'' ()=0$$D--$)	#"/6%$�PPPP'��'����%?&'11&'676745676763!777116751176''1&�=)(+--D-$$),$%6��O''PP ()=0$$D--$)	#"/6%$�'��'PP����t}7271167654'&'&#"3113!12765&'&'11#1&'67514'&#"1#1&'51476751&##1"1&'&'4767567&'�####`9##	
�
	##9
				
		\		�""""7.->
		
>-.3(				(9A;� ��0�^q1111676751'1&'&767611676751&'&567671&'&'&'&'5147677162711654'&#"3�
))

#$7,0 

""

21KG119#$
R								�
	y))y	

y;+*
+ 0G	""	GK12-.F++;y
�								���
&8J53151&'#155676731111!115#3#31#1&'&'16767#3#1311���0��@    �    �((((((((( ��` ������������,7"11111!1676''1&'51&'&'514'&#65##327�		8#$/
	�	
0$#8		-@@�		++;H7		6I;++		�����,B471163!3#1#1&'&'53#36767&'&'#1!!!2#!1"'&54763`		@@6%$$%6 )�)�    �@�				�				�		$%66%$))���								����Ek�671167311#151&'&'1#13#31#1&'&'513167&'#1513167&'#1516767!111#1311#1311#113%1#11311316751316751&'#151&'#�
�
P

P�pppp
PPPP
 
PPPP
pp���

�0P

P�0�`
�@0

0@�
� ����?JWd�671167!1131211112##1&'&'#1&'&'#1&'&'3#351'1#1676'&'%&'&7675#11311316751316751&'#151&'#1
@
3M				 ))�))
����M3�p��00 00 �

0M @				))))
@�M`�0P000 00 0���
'8Iq3#31#15167511!115151&'&'#1#3#1313#367671&'&'#167311311#11#1&'51#1&'5167315�����8�     @    � 00 00�((((( ��` ((������0 00 0����Xd6731#1131211##1131#1&'673151#11##1"'&551"'&5476351476331213151#1&'3167&'#�phtffthp 7	
								
	7 P@@��&&��7			@				@			7�� ���)6BNZ471163!12131111#1&'&'776551&'#1'&'16753&'16753&'1675 		 		3!
R�`8883�@@�				 !f
%"`�f������������=111!167671&'&'!51&'51#11&'51671315167@@�������@xhhhhPP�PP����;111!167671&'&'!55#1&'67315167131#11&'@@���@@@@���@��@@@@@@ ��;7111327654''171654'&#"%71327654''171654'&#")		�


		��		


�`���		�


		��		


�


�		


��


		�����


�		


��


		@��;%65114''1&#"11327777654''1&#"11327�		�


		��		


������		�


		��		


�


�		


��


		�����


�		


��


		 ��;&#11"1327711327654''''&#"1327711327654'�


�		


��


		�����


�		


��


		�		�


		��		


������		�


		��		


 ����;#11"''1&5476321716327#"''1&547632171632�


�		


��


		�����


�		


��


				�


		��		


�`���		�


		��		


 �7111327654''171654'&#")		�


		��		


��


�		


��


		�@ �%111#"'&54771'1&547632		�


		��		


��


�		


��


		� `�@631121#"''11#"'&5477�


�		


��


		�7		�


		��		


� @� 73112771654'&#"1'1&#"�


�		


��


		�I		�


		��		


�����)111311!11311&'&'!!16767&'!�@�@��m!�!�������!!����,111!167671&'&'!211#"'&54763@@���								�����p								��p�,1113167671&'&'#211#"'&54763P��p								�����p								 �`/_7671167312##11311#1&'&'51515!671167312##11311#1&'&'51515""3				@@""3				@@�3""				@  H3""				@  H �`/_%11#1"'&5476331676751#1&'&'5167673111!11#1"'&5476331676751#1&'&'5167673111�""3				@@�""3				@@�3""				@  H3""				@  H�����&3@MZ&'&767&'&767%676'&'%&'&7676'&'&76'&'&77676'&0�������`�0�&�����671167654'&'&'F::$""$::FF::$""$::F@!"<=CC=<"!!"<=CC=<"!���5H[671167654'&'&''1167676&'&'&76'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F\!!
	))			
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�

		v								 								���3FY671167654'&'&'''&76767'&'&''6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::Fa

""..""


##
		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!{
((
�								 								���-@N671167654'&'&'211#"'&'67636711632#"'&'3#3#1&'67F::$""$::FF::$""$::FP				
				
�		
				
		�����@!"<=CC=<"!!"<=CC=<"!P								 								���"/O11!16767&'&'!&'&767676'&''67131#11&'51#1&'67315�R6666RR6666R�0



h�    �66RR6666RR66h�



h    @�+;M]o�������111!167671&'&'!3#31#1&'516767311#1&'53#31#1&'5167767311#1&'53#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'5167@��@          P      ��p      p      p          ��@  p  P  �  P  p  �  p  p  p  p  p  P  ����8y��211171632771611'&11#"'&5515115147637711171675171635111'1&'151151&''151&'&'1"1511771511'755#177 		E;7#&&$	
"IE;@@						 @@@@1'
*!)

@@!�			��	
"`				PB 		�BA@	@CGF@>	HKI�	HN�GGG
E��@�3&5114763211#"'&54771'!!!2#!1"'&54763			


�		�


		��� �� 				��				i


		�


�		


����								����5T&11176716'&'111132771654''1&#"!&#11"11327654''171654'�
�

�
P		ZZ		


p		p


��


p		p


		ZZ		�
�@

�
x


YY


		p


p				p


p		


YY


��@�D&1176''1716'&'&11767513127676767&'&'#15�������� )	
21K0�����	
�

�
	@)
%%8K12@
����6'&13117�����d��`���T77654'&#"1#1131114'&#"1#1"33113151#171132765513127654'&##1�777		


6��				 				 ��				 				 S666


		7@�3				 				�@��				 				����Ybk67&'71116331676751&'&567671#11&'&'47675151&'&567673&'6767&'PP

#`

""

$%6`

""



""���X	X	""	6%$	""	�	""��������7Adl&176''171654'&'&177161'16'&'&'&'611'7771676'&'&1'&'&54771'7''P�[**'43,
`  )55,��sz999**'43-	
=2h-&&&���0oZ-:9-%

 !`)+,!'!s�!*Z888-:9-%

 !>(R>0		�����9676'&'4711633121312##1"'&547633151#1"'&500		@		 				�				  		p�				�								�		�!k4'&131"33327654'&#5"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##� 
				  				�@				ZZ				 
VV
 				ZZ				 
VV
 �		P								� 				��				zz				��				zz���Ik"1133111#1"3312771133127654'&##1'1713127654'&##1"1'1&##4'&131"33327654'&#5 				ZZ				 
VV
 				ZZ				 
VV
 � 
				  				�				��				zz				��				zz�		P								�'�� �#.7133327654'&##171654''1&#"#3#'1711#���Pi�				|��		rP|�D����P				����P}�C���p&'&'67673116767&'&'1#1&'6767&'&'#1&'&'51676767&'&'&'5167673167�9
	

	
9y
	

	
yW	

	
9y
	

	
y9
��p�H111676751&'&'&'11#13367&'#151676751&'1&'&'5�))))�+*B0HH0B*+$%66%$�)�))�)�(D00
""
00D((6%$$%6(������'Q&176''16751&'1'151&'&'1'''#&'&'51'111#13367&'#15167'P�))�j+++6%$/+*B0HH0��0|(1(( �))6��i"""$%6	%(D00
""����21'&'&'&747677163�
/.VV./
��P3EEAB++BAEE3P����->5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767`0
�
0				�				`�@��@
`
�   
00
 				  				���

�����@QZ1''1&'#111#151476751'&76767514763312131677165#1&'&'51367&'��A�8! *		 		A��`�p�
`
	 #"��"5&
				 	�g    @�����5B7''&767#1"'&7716731676767611'&551'7676'&'�
j5)R*2211%<"Y
�



?Y"<%1122*R)5k
����,%&'11&'&#"3276767'611''1&77!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���,7113276767&'&'&#"'&771'1&761!"<=CC=<"!!"<=CC=<"!�WWhh�F::$""$::FF::$""$::FyWWhh���,671167654'&'&'7''11'&7716F::$""$::FF::$""$::FyWWhh@!"<=CC=<"!!"<=CC=<"!�WWhh���,116767654'&'&'&7617161''F::$""$::FF::$""$::FyWWhh�!"<=CC=<"!!"<=CC=<"!�WWhh����G�|11#"'&54763267&'&'#1"3311#1&'&'51176''1&1771133676751176''1&17711#1513127654'&##@								))))				 0)88--DPPD--88)0 				`								P4))4				�)88D----D88)�				����8N111311!1&'&'51676731516767'&'&'&#2711654'&##1"33�"���()=,""

 				@				@�"0��0=)(%

��								���5B]p%4'11&'&#"3276765!671167632#"'&'&'676'&'5211#"'&'&54767634711632#"'&5�--33----33--�@!"<=CC=<"!!"<=CC=<"!----'!!!!''!!!!' 								�4,,,,44,,,,4F::$""$::FF::$""$::FP'((''(('�""&&""""&&""�								��&7676'&'3676'&'7&'&767��    �        8����&7676'&'5676'&'7&'&767@        8X�h    ����,=P111!167671&'&'!67&'&'&'&'67&'&'&'&'4711632#"'&5@@�� E88!!98UA*+,								���@h!!88EU89`+*A,x								���-7671167632#"'&'&'71771654''1&!"<=CC=<"!!"<=CC=<"!�
��
�F::$""$::FF::$""$::Fm�X

X@�-?Y1111!1676751&'&'676751&'&'!5!16751&'!1'471163!121#!1"'&55@��@@ �� 		@				��		�@""@@""@p����				�				�����'111!167671&'&'!3#3#1&'67@@��X�������@���`�57"11331676711327654''1&#"1327711## 				`)I


		�


�		


I		`				)3J		


�		�


		J��		��`�5"'11&54763311716321#"''1&547632114'&## 				`)I


		�


�		


I		`�				)��J		


�		�


		J3		����-111!167671&'&'!7''1&761716@@�����@/o���@����@/o����+?111!167671&'&'!'1'17163277111'&77167@@��G

�iiiGi	<	���@l
G�iiiGi	<	����3111!1&'&'16767!31177116751&'#���@�^������@p��f���0�6h%#3##1"'&'&'&'676731514763211##1"'&55%1!16751476321!1&'&'16767312##`...#()=P


��			��@				"��""0				0�# 
/=)(=

	|}		@���0				0""@"				���0C671167654'&'&'77'&771677161'4'11&#"32765F::$""$::FF::$""$::F3���

8
�

8
								@!"<=CC=<"!!"<=CC=<"!�888

�
8

�
E								����,6711671&'&'!11!'"''1&767311#���@�
h
�
h
 @���p

p����,111!167671&'&'!21#1&'&77163@@���
h
�
h
���@�p

p����,&'11&'!11!167671'&'516761���@�p

p`��@�
h
�
h
��@�g711011#1"3313127654'&##1&'&'3127654'&##14551453127654'&##167673127654'&##1#1"330				66H				,##~				��				~##,				H66				�				@'(				$								$				('@				����B�Q671167217676'&''1&#1#1"33111!127654'&##15165513127654'&##15p
Q

Q6$%					
				�p				p 

%$6@				-2				&,-				@����+:�471163311'&''1#11#"'&55153#36767&'&'#131'1111&'&'&#11&#&'&'&76761107676'&'&''1&'&'&7676'&'&'&		P=)('4
8*				@000""0


$"'



##'
			�		()=-#"�
��				��""�		
+


		+

����B�Y&'11&1#1"3311#1"331132765513127654'&##1513127654'&##1716'&'&1';
_4				PP				P				P				PP				4_
ee�
�				 				@				@				 				�
������GW"111#1"3311#1"331132765513127654'&##151316767&'&'##3#5131`		 				  				 				�				�p=)(()=��pppp""�		�				 				 				 				 ()==)(�""�����OV]d&'11&1#1"33113677131127713127654'&##1716'&'&1#1'1&'1#1'3#31'7771#3#31'>

2				)9*.*9)				2

9@**@9Nm`�

�				����				�

�����..@@..����$6711673113311!1&'&'#3#51�		���������		���@������$2@N111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#3#1&'67@�		�������������������� 		������@@'���'Nqx#"''1&767611476321716767471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(((

`
		$.				��$		

`�		I				I		 �  ��(('���'Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`��		I				I		 �  ��((((��@�'=Si#"''1&76761147632171676"'11&54763312##5"'11&54763312##5"'11&54763312##5"'11&54763312##�

X		
 				 

		X�				 				 				`				`				�				�				�				�

`
		$.				��$		

`
								�								�								�								��@�'=Si&#"176771132765117676''3#327654'&##1"353#327654'&##1"353#327654'&##1"353#327654'&##1"3�

X		
 				 

		X�   				 				```				`				���				�				���				�				�

`
		$��				.$		

`�K								�								�								�								'���*Sf�&17711#1"33327654'&##1514'27716'&'&114'&#"1'1&'&13%611'&'&76777677165&'&'�0

				00				
��
X		
 				 

		X




	1%%�	

4								`
�F
`
		$.				��$		

`
�

q			
	B$%%	'���*Sf�1312###"'&5476331511'&'&767716%21'&''11#"'&511'&'&7716367116'&'&7&'11&567671'&'&77�
				00				

0��
X		
 				 

		X


)%%1	
�
`								4

	
`
		$��				.$		

`
��

7	%%$B	
	���<V11131#1"''1&'515151677167716763#321##1"'&55147639�

a&*#)��@@@				@				�(#


"
3&0.!3�		�				�		���<V67116''1&'316767&'674'&'65&'65&'&'#1"1111117%3#32765514'&##1"139�

a&*#)��@@@				@				(#


"
3&0.!3_		�				�		 ��`�)3112771654'&#"114'&#"1'1&#"�


�		


I				I


		�7		�


		Js				��J		


� ��`�)&#11"13277113276511327654''�


�		


I				I


		��		�


		J��				sJ		


� `)7111327654''1!127654'&#!171654'&#"			�


		Js				��J		


��


�		


I				I


		� `)%65114''1&#"1!1"3!113277�		�


		J��				sJ		


��


�		


I				I


		�����B�Y&'&767#3#"'&7711'&'&77167633121'&''11##11#"'&551#11#"'&55�H&"
55
"&								���s9
ZZ
9s`				``				`����B�I676'&'5#"'&5511'&'&77167633121'&''11#"'&551#p(				
:

;
				��Ѐ��				�0
a

a
0�				������@[v111111''11'&''1'1&'&771'1&76771716761716471167632#"'&'&534'11&'&#"3276765jl>>lZZl>>lZZ�







�""""�lZZl>>lZZl>>�







####����&1111676'&#&'&'47676'&'&#�?2332?]>J21(
	
�32??23=	

21K2((
���*7!!!21#!1"'&5514763!!!1!1&'&'3167&'#1 ��@�				�@				��@�������		 				 		��P����111##1"'&551676763112106331247716321312##11#"''151&'1&'1#"'&5477167&5#1"'&547633167&''1&547)�)�


@p@


		@	@				@@		


?%55%?


		@@				@	@		�))i		@@		


@				% @


		?!��!?		


@ %				@


����,711!167671&'&'!17477161''1&5@���p

p @���
h
�
h
���5671167654'&'&'211#"'&'&5476763F::$""$::FF::$""$::F







@!"<=CC=<"!!"<=CC=<"!`







���-n676'&'6'&67676'&#&'&'67677''&'&#131233121771676'&'&1'1&'&##1'13127654'&##�G
/--D.%%	!0 !�

^
$
0


E	?				L`�	((4D--'	 0$
G



t
a

D0				����B�i671167217676'&''1&#1#1"3311#1"3311!127654'&##151673127654'&##1513127654'&##15p
Q

Q6$%										
				�q				pp				p 

%$6 				 				2				"				 				 ����	Qc2771#113''&##113!55#1131"1113#1131513167!127676'&'&#!1&'#5#"551432�>5k��kkk5>�

) 5.."

"..5��)�


  @``@@@ ````
0�0
`,,t

X

����)A111!167671&'&'!''67!11#&'771#!1"'&5511327@@����������		�		�


���@�ddddYYY~				~Y�����L_71!16751676''1&#3#1#1!1676''1"1"551#11#151#11#151#11#157211#"'&54763������

s@@@0�0@(@0@(�								�````��  �������								������@V"11117676'&'51676771611327%167&'%1&#116767'11#"''1@��:

@
	�
�
����66RR66���e'1,%B*.$>
=:ee���33���"8?�6711673!1!!&'&'!!11!&'177131176'''#17%133#111''1&'1'&77167'1&761167##&'67315167�@��@��

@		J		@& ,
			#H4@���0�		�9++++E$	���7M`s��53151311131514''1&##1331276514'&##1"!!!13!1276514'&#211#"'&547634711632#"'&5211#"'&547634711632#"'&5�@�@��		 				 		�`��		@				�								`								 								�								�````CC`��@��				@				 ��						@								 								`								 								����'7IYk{�1113151676713167671&'&'!67311#1&'573#31#1&'516767311#1&'5'3#31#1&'516767311#1&'573#31#1&'51670

`

`

��  p    P  �    P  p    �
�`
P

P
�
�      �      ����B�G676'&'5#"'&5511'&'&771676321'&''11#"'&551#`    0				
($$(				 �$$$$��```				�!??
!�				`�����%Pcv11'&'&767611'&'&767667116711661#"''1&1#"'&55147%&'11&7676''&'11&7676'�
	

	
$#"!!"#$
XX
ap
	
	
c!	!!	!j

	

	�F'&&'F

v	

	

]	!!	!!���(16111''1&'&551476777171'77511����������� �����D�DD�D<>>>>>>��999�9���@�=FR[eq'1'17165"11177117716751&''1&#0151&''1&175171'1'1716557117611'17751711#NNNQQN�`"!`qr` "`"``"RRRR�NNNQQNRR�NQQNfMMMR�  ,ppp$&w#*

11

*$w&$p&$$&vY Z(�ddd `$��"""d [���)Z�6717161''1&'&771'1&'1'&'&776111#11''1&771613127654''1&767%''&7677161''113312##1&'&'477�44'
W
&

�
)`@@`		��
W3		 				 )2�,,>	
X	<
�() @@
 			'
W	R							)P���
GZm7!1'1&'#1776763312111##1"'&551!11##1"'&5515147674'11&#"327652711654'&#"3�&�_###
�
#		 		��		 		X								 								KKKKKPeeee�0				00				0�[								 								���M[n�"1110101111331276551!11331276551514'&''1&'&'0101514'&##3#31!17167211#"'&547634711632#"'&5�		
#		 		@		 		#
		������E								 								�		 e�0				00				0�e 		�KK�								 								����A7311311311327655131674''131674''131674''1&#"ӕ��I!K�				�K!I�����	I	Z	 				 	Z	I	�����*>5&'&'516767671&'&'516767671&'&'5�@?__?@@?__?@7 @?__?@ FccF�w FccF @?__?@p000""0""�f""f�V""V����!(BLbn�6711673113311#11#1&'&'#3#513#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515�		��0������    `   

  P0   ��		���@��� 0PP0P
@
��@`p 0@@����$J111!167671#1"'&551#3531''716717161"''11&''1&76@�		�����0!!0��� 		�������YYYZZY�__�����$F111!167671#1"'&551#3531''71611''11'&771'1&76@�		����d$$$$
//$$
//��� 		������4444BB44BB����$>N111!167671#1"'&551#3531'3#3#11&'5151672711654'&##113@�		����xDDD  ,D,,��� 		������   8hh8����$7R111!167671#1"'&551#3531'4711632#"'&521###"'&77163217163@�		�����								�X
X�	0		
0��� 		������								 �	PF����$1>Kam111!167671#1"'&551#3531'6731#1&'6731#1&'6731#1&'67311&'&'4773167&'#@�		�����        ��� 		�����0@@HXXX����$?Xi111!167671#1"'&551#3531'11'&767654'&'&761''1#1&'5167317166'&7654'&7@�		����
	

	
\


$!!$
3
		
��� 		������##
	

	

�
#0##	

	
	����$>P111!167671#1"'&551#3531'4711633121##1"'&55''5171631"'@�		�����		`				`		�----��� 		�������				`				`n@h����$8L111!167671#1"'&551#3531'71''1&77167'1'&771'1&76@�		����g00p0000��� 		�������00"0000���,:HVc%&'71327367&'6'&&'&76776''''654'717&#"'1677&'6717676'&'o0??0::[44
B[[B
44B[[B
.::::#".::::0??0�:::##:2#"":

:B[[B
44B[[B
44.::::0??0::::##�:::0??0:5���6116767&'&'&'&7676&'&'&'67676�
<&&66RR66&%=

Q22"":9HH9:""22Q
�
12BR6666RB21

BAYH9:"""":9HYAB
���&1''11'&'5147716'&1'1&'4716�@
xD�	
�X���`1J	T�	�,	
	���9L''&131676''167&'&676767&'&'&'"1176''151&'K"""n6RR6666R>0
?SH9:"""":9H5/.#�HAu"""n666RR66!
-"":9HH9:""#5h
HA^����n471163332##113151#1"'&54763332##111312###"'&547633151#11312###"'&54763315151#1"'&5		00				�				00								00				�				00						�						pp								��								��								��		 ����13#32##11#"'&51#11#"'&551#1&'&'6767�@@�				 				 				 D----D�				��				`��				`--DD--���*=P{��711331327673127654'&##1&'&#"#1"34711632#"'&574711632#"'&57"11#1"331327673127654'&##1&'&#'"'11&547632#7&'11&#"#1"331327673127654'&##		7		�				�		7		�								�								 	�				�		7				7	�								I		W				W		�				� 		



				



										�								P

				



				

0								@



				



				����:%671167&'&'1&'6716767&'&''1654'71`)))^())(^)))(^^(�)))/))/)))//����P111!167671&'&'!11"'1163&'&'45'1&'&'676771456767@@��@UUQQ���@�./--��� @Z''&#"111167717167&''&#11"1&#67674'71654''111&'51676731#�....�


"%X;;;;XX;;		P,'&:�------5		;;XX;;;;X%!


PW,:&'���5Pd%''"1#"''1&'&#1&'71676''16713277111671167654'&'&'&113167716''�GGGG= 0770 =�F::$""$::FF::$""$::F0
<
0XFF)5&B'..'B'4)�!"<=CC=<"!!"<=CC=<"!F		#88#	����#3CUew���7''&767671''1&'51&11'67311#1&'567311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'53#31#1&'516767311#1&'5&=<TT<=QMMQ    p    P  p    P      �����((($ !! $(77_  `  p        P    ���*BT]3#321#1514763##1"'&551476771673311##1"'&513'4711633121#155#1513�   		`		@		�		d�		�		dd		 		` @@�		  		`��@��				;5-#(<<(#-5;				@@				  @��������!M"11131514'&#3"11131514'&#"11311327655167675127654'&#!`		@		�		@		�				$#8				8#$				���		``				``		�				 ;++C				C++; 				���);HUbo671167!11!1&'&'1476321675316751&'#173167&'#13167&'#1!167&'!1!167&'!1` ��"				@pp�0000���`��"				��0PPPP```����"?L76711632327654'&'&'3277676'4'&'&#"767&'&76764DDNNDD4


	
=OO[[OO=
	


W=
		
'017710&
		
=W@    �22	



	;!  !;	


	56	



	""	


	6�$$$$
����3FYp�����111!167671&'&'!3#321##1"'&551476311#"'&547632"'11&547632#471163312##1"'&57"'11&547632#11#"'&5476327"'11&547632#11#"'&547632"'11&547632#@� ���				�				 								 								 		`				`		�								 								@								 								 								����@		 				 		�								�								@								�								@								@								@								�								������+:E&176''101416''1&'51&'&'514'&#"1'''11!65##327'PZ
0$#8				B$�o���/
	)@@��0G	6I;++				7t�e���I7M����!27#1"3!127654'&##1'1&'#1!!!13312767�`				�				`	x	�����
�
�								n��



S���=671167654'&'&''311276#"'&547632'&#"F::$""$::FF::$""$::F9  '33(%%(33'  @!"<=CC=<"!!"<=CC=<"!�%%(33'&&  �����#G7'1&#"1327654''171654'&#"11771312771'11##1514771'1Vfff	


		�


		
f((��(*!x-y$x-y�fff
		


�		


	f((��!*(y-x$y-x ��B�3%67716'&'&'&1''#1"33167674545S+�
�%sttt.
				�0 Q$��/hiii .
				 0����3K�7132765514''1&#"37132765514''1&#"132765514''1&#"4'11&#"11676767430503111111010163211111101216767672111632110121676767211163211111111013067514'&'514'&#"1#1514'&#"1#15#&'&'&'&'&'&'"'13!127655V�h�				
		
		@				@@
#####"
		�		�***

****

**

**�				0GG0				00				00�U				U���G4'11&#"1!127654'&#!1&'!!!2765514''1&'"1'"''1&#"113@				"�				�p` �� 		A


'
O		�				��"				P��		D	M
	/[	T		 ��>�%/%5567#671167211&'&'&'''130?23��:9Z�
<OC66  
=
������32? ]AB�+  66CV8		����E4'11&#"1!127654'&#!1&'65114'&#"1'1&#"13277113277@				"�				�p�		


i9


p		


Y9


��				��"				PW


		j:		p


		Z:		�@�,G11#1&'&'67673&'11&'#1316767271167654'&'&#"3�6%$$%6�6%$$%6��66R�R6666R�R66��







@$%66%$$%66%$�R6666RR6666R`







@�011316767&'&'#211#"'&'&5476763�R6666R�R6666R��







�66RR6666RR66`







����E_y��311#1'1&##13111&#676731277116767&'&'"'1&'#'76''163&'&'673#3#&'&'6767230117771#'3#31'8"�8,6%$$%62##1
U-$%66%$$%6b	#�   	 ��AAA"333I lll1<�@&
5$%66%$ 0�(%>6%$$%66%$���;;;	<@10eeee�SS �� �Tfw���111121#1#1##1"'&551#11##1"'&551"'&551"'&5514763115111516767533151#1"3#32765514'&##12711654'&#"3!2711654'&#"3&'#13167 f<=								 		�		 								=<f�		pp		�ppp				p�								 								0���" 		@		�		 				  				 		�		@		 "�```		�		�		`		�p																@��@�:]671167!11!1&'&'76'&'676'&&'&'676767116776'&'676'&&'&'��@�
,)),


�

,)),

`��@p
))


0

))

����)S"1113276513113276551&'&'#67116714'&#"1#1514'&#"133 						�				$%6� 6%$				�						��		��				`�				�6%$�@$%6 				���				�		��>�,9Fg6731!11#!11!1!1"'&'1&##1&'676'&'%&'&76731167513167&'#151&'1#1."�)�� ��4.�P�,,,,���H0,,,,��>�CP]31213!167&'!1&''1!12767716'&'#117161''1&76151#1&'#676'&'%&'&767.4 �� )�@@�#.�P����f@@f�0���&#11"1132771654''�������������B�;H471163312131111#"'&#""''1&76771516767315776151!167116'&'&'&'&''&'&76767611676�		�		0
,
e!e
,
0 llll��#**#

&-21		12,&

#*+#�				 
�\\�
 �$$$$[[�






����Ljs|&'"1&'#113!127654'&'7165&'#1654'674'&'&'&'01"1#3#&'&#"#1"'&5513271#'1'177'1717�	
$>	<'!	
�
	!'<	>$
	8


+55+X 0@�000 @�#

a%%,
		
,%%a

#�`   ��  ����  ����Qk��3111'1&##1"13131&5476716767&'&'"'1312765514'&##1"1'1&'#'76''123&'&'4711#&'&'6767231&'&'6767#2711654'&#"3:b-e		`D--F-$%66%$$%67>					/?�	��C
""06%$$%60""
C;								�R-		 --D(!!%>6%$$%66%$f		 		(��444	5A-$%66%$-								���2k&'&767111331131677131276551&'&'#6'&67676767&'&'&'&&'&'&76767@    `		&		@\2 
	"EeeE"	
 2-
=``>
-�$$$$`0		dd		0�	
		
					���!Y''&'316771127711311#"'%#3#"''1&'1'1&#1##1"&551676761716761䴴�W$1*"h����)3 k	!!4#!  !#4!!��� n

U��/SrL6&'





'&6��p�T471167632#"'&'&5671167&'&'1#1"331132765513127654'&##15P�?((21KK12((? 				 				 				 �0/BK1221KB/0#				 				 				#����&-H67311''11&'&'676771'1&7111111271167654'&'&#"3"p!521KK1221K8,4!n��p!4,8K1221KK125!!����p�Fa61167676131#11&'51#1&'673151&'&'4767&'&7671132767654'&'&#"H
	//	

#+*B    B*+$
�
##
	
&&.D00

00D.&&
	�`����BId67311''11131#11&'51#1&'673151&'&'676771'1&71111114'11&'&#"3276765Rp'&&;;&&--D=+'n`







�p'%0=,+
  
+,=D--%'!�







���k�211716116771'1&767311''11131#11&'51#1&'673151&'&'67'11'&771'11'&'516734'11&'&#"3276765p
)66)E
`

E&&;;&&
	`�







�

E
	`E)6=,+

+,=6)
`�







��p�U�7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'&'671312##11#"'&551#1"'&547633151&'��((? 				 				 				 ?((21KK12'0  0'-;K12((? 				 				 				 ( �pB/0#				 				 				#0/BK1221K� 00 !21KB/0#				 				 				#����%,G�11&'6767&'71176751&'#111111471167632#"'&'&5671167&'71176751&'#111111110#0"'38!4,8K1221KK125!pX��0K125!p!(!$ 0"�!521KK1221K8,4!p0��21K8,4!p
!)$ 30 ����U�7271167654'&'&#"37111312##11#"'&551#1"'&547633151&'&'6767676767&'&'"&'6371'1&767311''11&'��((? 				 				 				 ?((21KK12P-0  0
8,!p!21KN2�pB/0#				 				 				#0/BK1221K� 00  !p!,8K125 ���9@[11'1&11&'6767&'71176''171176751&'#111111471167632#"'&'&5x!,8K1221KK12!pX���!21KK1221K8,!p0���@�?Z61#1131#11&'&'6767414151#1&'673151#1"'&774'11&'&#"3276765�@
(  ;&&--DD--&&;  (
@k







�

@
	
+,=D----D=,+


@��







 wpV7271167654'&'&#"3711&'&'67673151671315167611'&'51#11&'51#��
00DK1221KD00
" PP "PXB*+21KK12+*B888PP
888��p�8471167632#"'&'&5671167&'&'1327655P�?((21KK12((?				�0/BK1221KB/0�				�pp5211#"'&'&5476763271167654'&'&#"3�0((((00((((00��)*..*))*..*)���"+ENW111!1676751&'&'!&'6767&'111!1676751&'&'!&'6767&'@���0�����8�@@H�@@H����1S471167632#"'&'&567116731#!1"'&5%55#1&'67315167131#11&'`""""`23K\K32	
�|
	�@@@@@####��K3223K
		
�@@@@@@����1R471167632#"'&'&567116731#!1"'&56171611''11'&771'1&7`""""`23K\K32	
�|
	�////////@####��K3223K
		
S////////����4A211131514763311#"'&551#!1#"'&514763&'&767 		�		�)				��						�----�		��		)�				  				�		`'((''(('����1KX1111312771311331676''167671&'&'!471163!121#!1"'&55&'&767`)#.(
	7�7	
(.#)� 						�		��)�%.	77	.%)`				`				`�����1Kex�1111312771311331676''167671&'&'!4711633121##1"'&5573#321##1"'&55147634711632#"'&5%211#"'&54763`)#.(
	7�7	
(.#)� 		P				P		�PPP				P				�								 								�)�%.	77	.%)�				`				` 		`				`		�								 								 @`5>1!1&'5167!%111!16767512765514'&#51&'&'!!!!1!15������""�"				"��p��`��` ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!!!!1!15������""�"				"���� ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!#3#1315������""�"				"������ ��@"�""		@		"`�� @`5>1!1&'5167!%111!16767512765514'&#51&'&'!#3#1315������""�"				"��p```` ��@"�""		@		"`�� @`51!16751&'!671167!1121#1!1&'&'5P���P"�"				"��" ��""		@		""���@�!277117676''131674'%1&#
R:8v��	���s��_tr
������j1111#1"3311#17716717676'&'#1&'&'513127654'&##151676771676'&'&1&''1&	
 				 
		
4!!4
		
 				 
		
4!!4
	�
	`				`	

	&&	

	`				`	

	&&	
��@�'9Sp&'6767!1671&'!1&'&'67%!!!1!1671&'4711633121##1"'&553#36767513121##1"'&55 %R%%��%���R��R��		�				�		�   @				�		I%%��%%��@				`				`� 		`				 ����'7k&'676731671&'#1&'&'67571316751&'#&'&'6751311316751&'#1&'5131671&'# %�%%�%W��%@�.	I%%�I%%r%%rrr��%))r%r%����,111315167673151&'&'!#3#1171717@�
p���--p @ ���p
���C- @ ��� :%#3#513151#1131676751#1'3#3676751&'&'#11 ���@@�@@�����@�@@`��������;BY`u3#32##11312###"'&54763311&'#1"'&5476331673#3'1&'11&'&771631%731'&771631&'&'����				r	%�				��				�%	r				�))8���HHH0#"	
__
	"#0�III�H~
__
	#"00#"	�				(��								'(				��||`"�
�"�||||��
�""����=M"1131111"33!27654'&#51&''171675127654'&##5#15167711 				.DD.				  				.DD.				  �DD�				B/DD/B								B/DD/B				�K(DD'����=KU"1131111"33!27654'&#51&''171675127654'&##55311#1&567711# 				.DD.				  				.DD.				 ��DD��				B/DD/B								B/DD/B				K��DD����=M"1131111"33!27654'&#51&''171675127654'&##553111'1&' 				.DD.				  				.DD.				 �DD�				B/DD/B								B/DD/B				K(DD(����>M\4711633!2#11112##!"'&54763516771'1&'51"'&551716751#3#351&''11		  				.DD.				 ��				.DD.		`DD����DD�						B/DD/B								B/DD/B		 (DD'��(DD' ����J11111&'5111113312765516767515151&'&'"&'&#"&'&#"&'&#�
	-2		�		$






�
03&;'*`				i )P



����S4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'5 								<
qC]K12								�				��				��:
k?21K�				p�				���?7"1133133676751&'&'#11''111'1&1#(�

 @6%$+$2."K
C����



$%6q?,#
@B�<671167331111##1"'&551'1##&'&'6767336767&'&'##&'&'
p9#q		`		N"�

0P

Pp
P
/�#0				2




 ��"�Y&'11&1&''1&'&1''1&#"1330101676716'&'&1#&7716'&'&1&''�

5
+

?7
qC]-!"
R

%	$

&9�

�	�

�5
k?+

�	
�

��������?KXd471163216367263111##11#1"'&'&''1&76761&'1675716751&'&'1675�
!


$%6@*$$H

8p0P��

006%$"`

KC��``````����'=M�2111#15147632111#"'&551476347116321#"'&55%'#1'1&767655332##1316767513273271#1&''1&'516767�		@		`								@								��SSSFG
F88--D>B/%�		��		�		@				@		@				@				@�����
�			D--.&5 �d+P&132765511327711327651&'&1'11331132765513127654'&##1"Z				V

V				vv��		@				@				�		S�				�s

s�				��		�				�						���8G671167654'&'&'67311''1#11&'5153#327654'&##1F::$""$::FF::$""$::F`X"""%=0@@@				@@!"<=CC=<"!!"<=CC=<"!h",KRH`pX				@����"8!11!#671167!11!1&'&'!!!2#!1"'&54763@�@������				��				��� �� �� ��								����->_5#11!151&'&'#1514'&#"1#1514'&#"!!!1!16767131#11&'51#1&'67315167`0
�
0				�				`�@��@
`
�8888�   
00
 				  				���

88888����.?K21113151476321311!151676731514763!!!1!1&'&'67&'#13�		�				0
�@
0		���@�
��
8���		  				 
00
 		���

�����.?_21113151476321311!151676731514763!!!1!1&'&'6'&1'1&11771176''17�		�				0
�@
0		���@�
��
1////////�		  				 
00
 		���

q////////����.?Q21113151476321311!151676731514763!!!1!1&'&'6'&1'1&177�		�				0
�@
0		���@�
��
I_/@p�		  				 
00
 		���

q_/@p �� �/"11111!167675151&'&151&'&1514'&##@		
�
��		@�		�0P

��T?T�		��0�+=471167632#"'&'&5767&'676767553271#"'&5""&&""""&&""�) 				0'!!!!''!!!!'@)�p����				����#EU#3#"13!127716''1&##14'&#"4'11&##151#11#1"113!12765555#1132765ࠠ�				y0		0�						�@�0		0y		�@				�		@		00				�		  00		@�````				��@�'''11771617711'&'167����� 
	
��o���
	
777�7���}�2
��:|:::�}3
O���#1113117713167671&'&'!@`		{������P
] ���0F671167654'&'&'5#"'&5514763235#"'&55147632F::$""$::FF::$""$::F 								�								@!"<=CC=<"!!"<=CC=<"!@���				�				���				�				���4671167654'&'&'3#321##1"'&5514763F::$""$::FF::$""$::F@���				�				@!"<=CC=<"!!"<=CC=<"!`		�				�		����6?H6711671#15#3#1!1676751&'&'#151&'&'&'6767&'��0@@@
))
@ 00 �P000
�))�
00  000��@�3AN\6'&1#1"313!127677127654'&##1'1&1#175&'516771&'51675&'5167�	]V				44				V]	Q�Q=`��	�				�

�				�	����``````````���N[7671167632#"'&'&'7&111771632176''1&55167716'&1#"''7676'&'!"<=CC=<"!!"<=CC=<"!�		
(++(_



�F::$""$::FF::$""$::FV
3V	II	V2

����FUa676'&'"1117677111132765514''15117676''1&'#776771'76''1�/#M				2F	
M/(

5C	
vv` ]F+MS				Y2^^	
g%�}}}

X5�	
����@�18JY111!167671&'&'!'''1#11'&771672''1376731#1&'55316767&'&'#@��@�HHH
R	H*[8))80 

 ���@�����
k****`))�```

���):b1111&'&'&'&'67211#"'&54763'67&'&'&'&''6111171611&'&'&'677A4444N								 :&'%�
(	1)*5(`
}ee<<X�44AN44�								H'&:%w`(5*)1	(
X<<ee}
������"+8AN[hu~���������676'&'67&'5&'&767&'67#676'&'3&'67#676'&''&'&7677&'&767676'&'3&'67#676'&'67&'5&'&767&'67#676'&''67&'5&'&767&'67#676'&'    �$$$$�P    �P    `$$$$�$$$$�    �P    @$$$$P    `$$$$P    `$$$$�P    �$$$$$$$$�    �    @$$$$$$$$�P    �$$$$�P    �$$$$���;t����&1111232765&'&'&'&'&#0141"111#11111676711671"36767514767&'&'7672711654'&#"374'11&#"32765111327654''1&#"7471163267&'&'67�				
��,0 


				0 -21KE10	


a								�								�		@


		@


�				""�"				1$$�+ 0-
				 00GK12+,D


��								�									


@		


@		y				""����Q�6'11&'&113311676'&'&"'&547637676'&'71676'&'&171676'&'&1711767716551&'&'##11767672#&'&'&17711771�U$%6H7&Q
eR
	

fFV
$%6H7&P
eR
	

f��	6%$-

"


D	

U.�\�	6%$-

"


D	


U.���+d7#"'&547716327#"'&54771632711'&'&767671"'&54763676751676767&'&'"11&'6767&'4'&#�(((


		(


		�����


		�


		9,


	01EK12- 0				



 0		""		�(((		


(		


�����		


�		


�+



D,+21KG00 				
-0 P		""		 �� �7GY�545514'&''1&''1&76176''1&761111115147632%'01'1&76'##11#1'1&766711611#1&'673167&'#1&'673167&'#1&'673167&'#1&'6731111131'1&'&7 .<
.	N
	>	
D+				��
	
.
 	
?
<'+*A�\||��|�]. III'#"7..%O
	�	
k	uK1				G***2
@///	(
	%('.A*+
������9AQ&176''167676'&'&'&'&''67116'16'&'&''1672301%'Pi#$00=3+*!p�&11+.'
		Z�S��2$#00=����0R ##!"X�"!442"
	F��
V

##!"�����%67&'&'1113151!1674''17165&'!\@v>>��`��@@������!Rdm��777161151#1'1'1&#"7'&'&76771&#"11311767671767677676'&''%1331276551#&'67%5331276551&'#67&'C```
	
c
�H!444TH\	���		 		P �		 		P kOOO



N��/}(((C0�S		
{R�				�����				�����+777111#"''157"11!1676751&''1&#@������������0uu0�� �� � ���+8DQ]111!167671&'&'!3#3#1&'6767'676'&'%&'167516751&'&'1675` ��p@@@"�"     P������""`$$$$p@@p@@�@@��@�+8FTb111!167671&'&'!3#3#1&'6767'676'&'%3#3#1&'673#3#1&'673#3#1&'67@��@P@@@"�"     ���������������@�""`$$$$ @@���/<%&'11&##1"32767%671167632#"'&'&'676'&'�$@$$%++%$�q!"<=CC=<"!!"<=CC=<"!))))@�F::$""$::FF::$""$::F#$$##$$#����+8F111!167671&'&'!3#3#1&'6767'676'&'73#3#1&'67@�`@@@"�"     ````������""`$$$$���@�
1>KXe!!!&'&'!1!167671!67116731#1&'7&'&7676731#1&'6731#1&'6731#1&'@��@�@���@v
�
p$$$$�������` �� �� ��

�    @@��0�D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!��!��0�D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!ss!��0�D[11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671�
""

p 00 ()==)(�

�
�""�
00  0�%3=)(()=3%��

!33!��0�DQ6711671&'&'47675711101016767&'&'010151&'&'676'&'p


""
00 ()==)( 0P

�""�p 0�%3=)(()=3%�0 �`���3FYl���4711632117716'&1&'&'1&'1327652711654'&#"34'11&#"3276552711654'&#"34'11&#"3276552711654'&#"34'11&#"3276572711654'&#"3@

� !)+				�								@																@																@								 								<
 !�+��				<�								@								�								@								�								@								 								���7\67217716'&&'"'1&#1"3!127654'&#!15513276551!1132765516751!`h
 !				�				��@								�@s
h!�								���,(								(,����.Ojw%671165&'&'1&'&'6767675167'&'&'67&'&'&'6767'611#"'&'&'&'67635&'&767?%21KK12%=%%32??23%%=	
))
	1()==)(1]    L&'/K1221K/'&67F?2332?F76&	,)),	*D=)(()=D*
	))))		����/111!167671&'&'!!!!2#!1"'&54763@��� @��@				��				���@@								�� 7"113!127654'&#! 				�				�@ 								���'AX#3#1#1516767311#151316751&'671167!11!1&'&'1133127654'&##1"����@"�""�P�@		�				�		�""�"@��� 								����:111!167671&'&'!6171611''11'&771'1&7@@��O////////���@�////////�����&'1#1311#1311#131167513116751311675167673167&'#1513167&'#1513167&'#1&'&'51&'1#151&'1#153#321##1"'&5514763#3#1315�((((((88((((((88���				�				������(88((((((88(((((h		�				�		 ���������21117161171716171611''11171611''11''1'111''11#"'&5511'&7715111'&7711'&'&76771'1&76171'11'&771'1&'&76761'1&761151'1&761514763�		1=D<<D=1				1=
C>=D=1		�		1F#C#$C#F1				1F$B
##C#F1		���7&5676767"'1#"'&5477�,+1)$$)"�


		��!)$$)1+,�		


�����&^g&11111311327655151514'&#&'"11327655167674''1&#1&''1&'1&'51111151�
 						��
"				"
		0�&'Gp�				�p�		

�	
#�				�#
	�

�	��	������:7#3#&'516761676'&'&547632327654'&#"1#1			*,9989,,,,9999,

	

1@@1//1?@1)w��*,,,9999,,,	

		//1@@1/.)����0=JW67311312#!1"'&54763317!!!1!1&'&'16751&'316751&'316751&'�	x	`				��				`g�����```�								n��@@����������0b631121310101316751&'&1&'&767675111771767676'&'&#"'716'&'#111#1�1?@1)x*,9989,%
*,9989,%
1?@1)x1/.)�*,,%.
!�x*,,%.
"/.)����7E"1133116767&'71654'&#"1&'513127654'&##5&'5167�				L11;;XX;; 		


+9				0�				"88PX;;;;X@1


		#
"				��������'U'1#"'&551#1"'&5514763315147632'#3#"13312##1&'&'16767312#z{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>



		�						))				���'U'1#"'&551#1"'&55147633151476323#3276514'&##1"'&54763311#1"'&54763�{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>


��								)�)				����:%3#36751&'&1&'&767654'&#"#"'&54763213�*,9989,,,,9999,

	

1@@1//1?@1)x��*,,,9999,,,	

		//1@@1/.)���BUh{&#1#1!16767&'&'67&'&'#167&'&'#165&'&'211#"'&547634711632#"'&5&'&'&56731
	"p$M								`								@))��"$$%�								 								l

��@�5H`111!1676751&'&'!'###&'&771632171632'4711632#"'&5'&'1!167&'!1&'&'5�`���```��	@8

�								�'&:@��%���k���


P		T								�:&'%�������1O]%77'1'1'11111771677177171677113711111717171654''1&#"7'&7716�">"�#

x��			O �">"(0���

�

�">"�y

$��N	 }">"'����		�		������$7171654''1&#"717716771'k111�1(G���#

x��111�1(G���x

#�������G'111'111'1'1'171632&1'&77163211111111'&7716771'�(((4`4�ff
`�Jf
		I�
�(((4`4`ff
`�I		
fI�
����D�"71327716'&'#114'&##1"1#1�

�H		@		Hq�� 				��c"7''1&5477161!121#!11���
 				��
"
�

�
H		@		Hc"%771654''1&1!1"13!11O����				 "
�

�
H		@		H����C�"6''1&#"1311331276513167>
�

�
H		@		H��
��				 
��@�!(:N671167311331111#1&'&'#3#51'1'17163277111'&77167�		�_�������G

�G�	<	��		�^
<�@��l
G����G�	<	 ����Y#3#177111'1&131676''17111316751&'&1'171176751&'#111'1716'&'Ȑ��(OO(�(OO(�(OO(�(OO(��(OO(�(OO(�(OO(�(OO(����$7E11#11!167671&'&'#1&'&'211#"'&547633#3#1&'67� 
&% 								P�������@@								�<D+%654''1&1#151&'&117675131177�p
�
pp
�
p�

h
88
h

h
88
h�����+&#"1311#11327716'&'#15131676''�

h
88
h

h
88
h�p
�
pp
�
p���>116767654'&'&'7#"''1&56731514763312131F::$""$::FF::$""$::Fykkkk:		 		:�!"<=CC=<"!!"<=CC=<"!��dddd
`				`
���>%&'11&'&#"3276767''&547716313121##11"'!"<=CC=<"!!"<=CC=<"!��cccc
`				`
�F::$""$::FF::$""$::Fykkkk:		 		:���>7113276767&'&'&#"%'1#&'51#1"'&55147633151672!"<=CC=<"!!"<=CC=<"!'dddd
`				`
�F::$""$::FF::$""$::Fykkkk:		 		:���>671167654'&'&'776321#11##1"'&551#1&'47F::$""$::FF::$""$::Fykkkk:		 		:@!"<=CC=<"!!"<=CC=<"!'dddd
`				`
���S11327711767514'&##111!16767514'&#"1!1&'1673127654'&##`	*�		


�)		���""@"				��p				p�)�


		�*	�		 "��""p				p@				����;111!1&'&'16767!55&'#1111327711367���@@�!B$B!	���@�牉�	!B$B!���!C!!!5167611'&'51!1"'&54763211#!11''1&5477161! @��@`		`��				�				��`		`@`@	`


`@				�				@	`


	`@���*U711327656767311771654''1&1#14'11&#"#151&'&1176751316767				)�@		@�D--				)�@		@�D--�				) 	@


@ --D@				) 	@


@ --D �`6%676'&'711&'&'#1"'&54763316767312##@----�++;;++�				�++;;++�				�p'((''(('08#$$#8				8#$$#8				����IR[&'67671165&'&'167674'&'513136767&'&'"#1&'&'&'67%67&'P 

""



""

)7W	""	W& �a	""	�	""	W

""

&����@�5>111311#1"3!127654'&##1'13167671&'&'!5!151!@�E								E��@��@���� 								  @���������:6331211#"'1&7711121037167&''1716'&1'1&u�p
��
p&:����9ZZ�

���(``aa��c�.%1#"''1&76731514'&##1"'&551476331131^
�

�
X		P				P6%$Xq���				 		$%6���c�.6''1&#"1311##1"13316767513167^
�

�
X		P				P6%$X��
�				 		$%6�
��@�;67116713276551&'&'1#11!1676751&'&'#15`""				()==)(�@ 0""0				0=)(()=0��0����)6711671167&'&'327&'&767�''66RR66''

$$$$3!87;;-R6666R-;;78!s    ��p�/d56767#1&'673151#1&'673151#1&'6731&'&'5&'&'51&'11#13367&'#151676751&'`))PPPPPP))�$%66%$+*B0HH0B*+`���))  ))�6%$$%6((D00
""
00D(��p�,5671167311#1&'&'4'11&#"32765#3#131���								P����������								���@��p�'1113167671&'&'#3#3#1&'67P��P@@@@�����P��p�&/671167311#1&'&'3167&'#1#3#131���@@��������������@@�#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@��@@@@@@@�@@@��L����@�@@@�@�@@00D������!961'&771&'&567716117771611"'&'Y���0X
(	1\��\\\(`
OGF:��0z:HHQ
`(' �eHHH
1	(
X-����&=&'11&'!11!16767676'&'67116731##1"'&5���    0W������$$$$����0131#&'676767&'&'#11''1&547716�pK12
	)`���	@21K8%%
)@	
�

�
����+21'&'&'&747677163676765'11�
/.VV./
�D'&��P3EEAB++BAEE3PC��z��#669:.J����,5671167!11!1&'&'4'11&#"32765!!!1!1@��								���@��@������								���@����'111!167671&'&'!3#3#1&'67@@��p````�����P@�-671167!111!1&'&'516767&'&'5��@@@""@@""@���0%271167654'&'&#"3113!12765&'&'#'!!!!''!!!!'_D.-		
�
		-.D��""&&""""&&"" -.D
				
D.-���:111!167671&'&'!6171611''11'&771'1&7@���o////////���@�////////�����96111#1&'51676173#31''11''1&771'1&767� W'
�'W�����'W W'� W'�'W���'W W'���;3#31''11''1&771'1&767#3#&'516761716111X���'W W'����'W W'
��'W W'��'W W'��� -:"11117167716771654''1&#&'&767%176''1&��I%3&t�)X'((''(('�@@��t%3%I�)�P----!@@���P]j7#"'676727654'2323&#"3632&547&'""#"#&'&'&'4532765&'77676'&&7676'?::UH9:""	::UH9:""	:E!
;E!
;�U::	"":9HU::	"":9H
!E;K
!E;���	+8AIW'674'367'7"171&'"'71'165&'11672&#16767''''127&567WUUU#B1,;*U�,=�Fc�>�=4H�>�=4H;*U,�#B1U===�Ed,�UUU*;,1B#UWH4=�>�cF�=,&cF�=, #U1B5*;,U===�>H4���-@S671167654'&'&'211#"'&547634711632#"'&5'211#"'&54763F::$""$::FF::$""$::F								 								@								@!"<=CC=<"!!"<=CC=<"!�								�								@								���ARc��&'1#1311#11#131131'13167&'#17165&'#1513167&'#15731674''1#!731674''1#'51131'1716551&'#11#151&'#11#151&'#1671#15�4!�!4`+++�+� +++�+� ~P � T��T �p::::::::�444	HH	4`  ��@�->"11131516767&'1'&771&'674'&##7!1674''1#�		$&&�d

j&$		@P))))��		!:;J#		#80c

j:!		�P)))		)����bkt}�111!167671&'&'!531513113151311#11311#11311#151#11#151#11#1513151#1513151#15133#351#155#1133#3#131513#351#1@@��@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@���@@@@@@@@@@@@@@@@@@@@@@�@@@@@@@@@@@����@R2111312##113121!1'1&547633151#1"'&547633151476377!11!1&'47�						�M��M�						�))) )���						0��0						�'))))		����09I711771677161!1716551&'&'#167&'!1674''1!1`


2�@66R�ar)��)�


�
%		W �R66
D��		))��0�'77671165&'&'#1"131'1674'&##31674''1#1�

,,

			
�		��)�)�,,		pp		�		))���7>O&'&76767676732761#!'1&767632767111111!!!1!1&'477    z,,

k��k

z� �� )��)��%%

��

P�)		)����9M_5567311316751673113167516731111!171'1&53#367514'&#"177!11!1&'47 @ @ @
3��3
�   				�)))@)�����((((�
&��&
`0				0�))))		����7ox471163312111##1"'&551#1"'&551"'&54763514763315!531212#1##11##1"'&551515147633125#1513`		 				 		 								 � 								 		 				 		����				�@�				@		@				@		@@@@		@				@		@				�@�				�@@@@	����!.;H1676767'6'&'&''761''1&761''1&761''1&7�b-�b-�WD��߽��WD7@

@

0@

@

0@

@

�'N-2�'N-2�WE��ݽ��WEK

@

@0

@

@0

@

@����'8Kt11#1&'&'676711#327674'&'327654'&#711#327654'&471163332##11#"'&551&'#1"'&5�'�'66RR66�
	
	
			4	

	

	q
		

	
�		@@										3)**)3R6666RA	

	
		2
	
	
		

	
	�												�'%&'11&'6767671&'&'5167mHHHHmmHHHHm�&HHmmHH&OqqO�))))�))���@� >K1111#1'151672171632'#1&'47716'&1'67716&'&7677		�"l	"�


��vvv/+<�3"1C�----�


�"	l"�		�vvvC1*
q1#/u'((''(('���!!!1!1����@��H�Fa%"11'13171676&'%'"##1&''1&#1"''1&56771674''1&'5147211#"'&'&5476763�&�<,9999,3!,�����5%


:	
 	
C


$o







� �<,,3CC?����#$


C
	 
	:


	&5"�







���*7DQ%6'&''&'677'&'11&'6323&''&56767&'6767&'677#()6Q32	KRSH$:=@A>�.(.E$%B=�I//%&>F:&&$..P0M=	AKKH#--4�PGF4BBY#0)$27$ 7E;;-.KJW �##;;I K<;!Z;E$55>+SED&�w')%-!����S\enw��4'11&#"1&'514'&#"1'1&#"1316767514'&#"1&'514'&#"1&'567&'&'67767&'&'6767&''&'67 								<
qC]K12								0P0p0�				��				��:
k?21K�				p�				���P0 �`+4=FO%3#3676751&'&'#1!!!1!1!111311#67&'7&'6767&'7&'67�```` ����``�xxx ���@��@�@px����'73151#13#3'1&'#1!!!1!1676753333�r����3r�@��@@�eee�ee� ����@�$Jp#3#131676751&'&'#11#1&'511131676751&'&'#11#1&'51#3#3676751&'&'#11#1&'51#1"13�(((
�
(0��(0( ���(0(�
pp
PP���PP��PP����
7_3#31#151675#11!167671&'&'#151&'&'#167311311#11#1&'51#1&'5167315�����8@�@�` 00 00�(((((�(�0 00 0����9%''&''1&#"1167674'&'&'477167716321u4oo476QQ67[)))		*��gg�"P6666P"1((6)		)6��F�;KV6711671#15#567675117676''1&'&51&'&'&71167611'#110171"@

`@ 00 �,,''�,,(* 00 )
CPA�0

pp���0  0��'--(�'!20  0@
b8_�����$7K11#11!167671&'&'#1&'&'211#"'&547637''1&761716� 
&% 								q���@/o���@@								р��@/o����$7@NWd11#11!167671&'&'#1&'&'211#"'&5476367&'73#3#1&'6767&'36731#1&'� 
&% 								xh����hX�����@@								�p����B�GS\enw676'&'671167131517676'&'&'&'&'47&'00"'7!167&'!767&'&'67'&'6767&' 2222�$�$
#
;G[E

7���h�p*,,**,,*�
mm



[�8`����\fpv2111111111131&'71716767#"'&5!1#"'&5676767&'&'&'47632!14763#3#!1&'3#367!167#�		,6 v& 				��				,66,				@		M���

����
��
8 v�		-$$)$$$-								-$$)$$)$$-						��0��B�.P47116331217161&'&'671#1"'&5&7116771171'171611'&''		I\.�

�()#\I		�
.=.
1
�1�		��#C

D()0		g==
�
1
�����Eq"1133113167674'3167674'3127654'&#!1&'1&'&'#5!1676751&'&'#11''11'&551#1 				"

�

C				�0"�
@

`	''	`
�				��"



				 "P���

�
�		�
����$L111!167671#1"'&551#3531'67311311#11#1&'51#1&'5167315@�		����` 00 00��� 		������0 00 0 ����CJ111312171632131#1"''11#"''1#11!167671#1"'&551#3531'`p
2

FP
2

f�		������	#c		7	#c		7� 		�������@�,T111311#3!11!6711671&'&'#11367311311#11#1&'51#1&'5167315@  @@���  � 00 00�����@��@��@@�@00 00 0���>671167654'&'&'51&'51#11&'51671315167F::$""$::FF::$""$::Fp��@!"<=CC=<"!!"<=CC=<"!hhhhhPP�PP��@�CTa3#321##1"'&55147633#3131676751311!1&'&'167673167&'&'#17676'&'@@@				@				����
`
��@p
�
vp$$$$�		@				@		@0

0��@��

U    ����C[76767!111##1&'&'71#11311316751316751&'#151&'##1&'&'516713`:��00 00 �:&'%�`��:�0 00 0��'&:��%����1:C7"113311#1"33!27654'&##1513127654'&##3#31#1533#31#15 				  				@				  				@�`����ࠠ���				@								@				@@@@@��@�&;N1113151&'&'6711671&'&'5#11''1&74767&'&'676361p
`
p 00  00 +

�
#,D--<#,D--

�
`
pp
00  0�0  0�
�

--D,#<--D,#
�

����H471163!121#!1"'&55!!!1#1&'&'513167&'#1513167&'#1513167&'#15		@				��		 @��@�pppppp�				 				 `�� @@@����*T471163!121#!1"'&55!!!1#1&'&'5#11311316751316751&'#151&'#1		@				��		 @��@��00 00 �				 				 `��@p000 00 0����)gt'31#1"''11"''1#1&'673121716763#3176771311#"'&551#!1#"'&5147632131514763#&'&767�)))\h/
){�
.
�


  R)				��								�		�----�666
 d=$a�)�				  				�				��		'((''(('����aly�111#133##33##33#1167673167673127654'&#5151514''1&##151&'&'!5#15131&'&767676'&'p
00����00��))�)) 				M3
���3M���
0�))))				@ M0
�`M�0����%Ken��511#"'&5514''1&'514763255&''1&'5147632111#"'&5671167!121#!1&'&'5353151#%2111#"'&551476332111#"'&5514763�) 				<				�) 				<				��`				��ࠠ 								`								�;+!.				=V				�;+!.				=V				�		`		     @		`				`				`				`		�����%\'1''111''1'1&76171'1&7677210111121##11'&771514771176''171176''�    &7HH7&�===88�Y99+9

9*9

9�    &7HH7&�===88�99Y,9

9*9

9����-;%67&'&'176''1&67!!!67676'56'&'&'!f--D1&
�
/
�
--D1&������+*;;*+

+*;;*+�&1D--

�
/

�
&1D--J7####7 8####8�����:7554771176''171176''171176''171671##11'&77`9

9*9

9*9

9.+,�YYYBYYY9

9*9

9*9

9.,+�YY���+4&#11"111316711327654''1'1'7711#W


		
��)'	


		 ` ����3`f�		


	��()
		


 ` ����3`��� )JS471163332#1&'&'1"'&5#3#13157471163332#1&'&'1"'&5#3#1315		8h				""		�0000�		8h				""		�0000�						��""0		 �� 						��""0		 ������-;DM4767%1611#1&'14'&#!1"1#1&'!!!&'51!11%55!11!555!11!0		��		0�P�����������(=��=kk��				��88p@@@@`PPPP���>U471167632#"'&'&5%&'11&#"#11!167671&'&'#4'716'&132765�""""##))##8�8`"
!####p��@�O
N���*}��471163!12#12#!1"'&547631"'&51#1311#1311'1&##1"1316771654'&##1"1513167&'#1513167&'#151&'&'6767&'		�								�@						PPpp3
	x	
3ppPP0P�						��								@		  0G

G0 ���u�D63171211''11''1&'&77'77111''1&'&5511767713;��*�SS�*777

��

�7�		T

.��.

TV[[[$�

33

�$[�����6I\o%6711671167&'&'&'#01111111111367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/
,&#08�								�								`								//::////:E4%

�																 								������?&176''167&'&'&''#0111111111136767327'Pv="":9HhGj���U��/
,&#0880��0\9P://6S�W
��
%*E4%

����Q671167!111!151&'&'567631##1"'&5!1##1"'&55167672113!515@$%66%$���
		 		�@		 		
 � 6%$$%6"00"p!
�								�
!0  0���i�%#"'0141&'&'6767"11#&'&'&1111167516767&'&'51&'&7&763276'&'51&'3#3#113351#167311!1&'&'516767G"%%".!8;;XX;;8 ,G
	

	

�*H��H+

�`

,":VX;;;;XV:!@

 ��'  '
@

@
�����PY51&'&'&5111111&'&'&'&'"12771316767517165&'#17&'67�)%#	� ,-((
	�)(>LJD--d"P_.A@/ ""8""0:*)&=--D�-"��B�3@%67116'&'&1#1&'673327654'&###"1#1"1333277%0"141050110


wy@				@^-#-%				��,$��8


X				$		@		^��B�R\&511476321716321#"''111###"'&5514763317163332###31716111#10103�e


	f�

$-��				%-#-NP				@yw
��7g

g�
^		@		$				X

0��B�[��5'&#""10101311&'51&'"#&#&#&763276565116'&''1&'&'67675167111###"'&5514763317163332###31716111#101038

	

		

$-��				%-#-NP				@yw
���
 "	
 #
��
^		@		$				X

0��B�LV63211&'&'51477111###"'&5514763317163332###31716111#10103B))C$

$-��				%-#-NP				@yw
���`))`��
^		@		$				X

0����C�4'11&#"1111331676751&''111'1'1&#"11''1&551515!5111'&'&77171654'&#"111111312771655151514'&#"PdC
  


		 
3�3
 		


  
CdX8@f'd
O.! 		


 		3(P((((P(3		 


		 !.O
d'f@8
��v�:%571654''1&#"1&##1111327655101015133010131'5&'&'511113277123033127674'3127674'676511&'&'0101# FN(p�"�JN%�




x�EN)xH"8888w9IN&
����+f777161131676751&'&'##'1'1&#"7'&'&76771&#"1#11311767671767677676'&''C```
	
c
�*

LH!444THP

l\	�kOOO



N�
�
/}(((C0
�
S		
{����U45&'&'311#1"'131&547673111316767514'71316'&'&'311&##1513�&&22&&o 	xD#$
�
`
�
$#Dx	 pN2//2N��0))--)�
`

`
�)--))0��������w���676'&'511'&''1'1&5516767115147633121717167111'&'&77167715111##1"#"'&''1&''7711'&'&7&'&767''&''17P@3

O&/
		�		
0&O

3<;�0001%
�N000
%1��AAA3[

VOXGL				LGXOV

[3A�www1^
���www
^1��@�s|5&##1"4545676723673113121##11##1"'&551#11##1"'&551&'#1&'&'676731#1316767633&'67��))-
				 		 		�		 		6	
-�@`)) !7		`		@				  				@)G-!!�����@O%111'111'16767117165514''1&'#1111111111771676''''1177M�58U(*L(&8S\6
X�SSS_
7L}�:		=]%<#!5$@`i`X```hR���Hfy�1111'#1"331!167673127654'&##1&'&'676731&'&'6767111'&'&'&'676774'11&#"32765%2711654'&#"3]				`))��
	
�				`))())�u


))
								 								`				))				))))�w	))�								�								���511&'67673124711633111#"'&551&'&'&'66T633@ 		�		 ?23				?23�W==
Q:4		@		32? �				�32?���2L2111!12#!11#"'&51#1"'&5476331514763!!!21#!1"'&5514763`		`				��				 				 		`�				�				�		 				��				`				 		�		�				�		���5HY671167654'&'&''1167676&'&'&76'6711632#"'&''&7632'&#"F::$""$::FF::$""$::F\!!
	))			
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�

		v								



��@�#>K%671165&'&'&'!127654'&##211#"'&'&5476763&'&767}32??2332?@				��







@     ))/?2332??23				







`$$$$����+Q&'&'1'&'&767%1167673&'&767%&711677117716''171611'&''� 0/ ��

@�@��
..)
�*��p��p0 .d

W"�p�
M	M

�
*
�����CNat�111116767674'3367674'3127655151514''1&'#151&'&'!#3#51312211#"'&547634711632#"'&5'211#"'&54763@"))"�"""			;1��	iii129								��								`								��P""""		@
G0�@=p								 								 								������-=&176''117671&'&11111'151&'&'#1'1!167'PW` �Kp��w��%��0D
				
@
��;�d'��'���1�1:67116331211312###"'&547633151&'&773#3'1#1 		
�
		40				PP				048�����		�7)*d								d*)7�c@@������*&176''16767&'&''#3#'1#13!'P�%()=5'&���;D.-		
���0�"",=)(  2n��-.D
		����&@a���&'11&'167676765514'&'5#1&'&'51676731''&#"11113277171654''113315147633121312765&'&'&'13151&'67&'s''22''		''22''		#) )
�
�L3	
b		�		b
	30??0? ``++		
@
		++		
@
		0))

�,,9
	@				@	
9,,""�00 ���1E471167632#"'&'&567116731#!1"'&57''1&761716`""""`23K\K32	
�|
	q���@/o@####��K3223K
		
1���@/o����0K^211#"'&'&54767633#32!1"'&56767471167632#"'&'&5713167&'#151&'�####.\\\	#��
	23K�""&&""""&&""�0 �""""��
-%&	
K32@'!!!!''!!!!'P@0��r�<��211#"'&'&54767633#3271!1"'&56767%676321771611''1&1#"'&'51&'&1'&'&'&771654''1&767676176754'&765�####.\\\

��
	23K



		



		




		



		

\�""""��
	
K32V




�

����2DV7271167654'&'&#"3113!1&7716771&'#%&#11"1171654''17716771'1�####.K32	
%(1J\�

G�	<	�G��""""023K
	
<
(0DG
�	<	�G�����1K\471167632#"'&'&567116731#!1"'&5#3#65514'&'012331#&'674'67`""""`23K\K32	
�|
	a���	!>D.-		
�0&0  0@####��K3223K
		
.''-.D
		 )6)! 00 ������/L6111&'&'51'111##1"'&77151&'677617716#!1"'&56767��M$%66%$0 �kGG2		
�~
		2�(96%$$%69
AOOG(��
L

L
))7
				
7))����0Ae7271167654'&'&#"3113!1&55145&'#%2111#15147635"13312765514'&#51&'&'�####.K32	
k	0B\^		@		P				�				""�""""023K
	�)@		00		 000		�				�		0""����1?471167632#"'&'&567116731#!1"'&53#3#1&'67`""""`23K\K32	
�|
	ؐ���@####��K3223K
		
����.MY7&'11&'&5676767&'&'&'436763671167617716#!1"'&53167&'#�, !

		
&6%$$%6�%$;	>

>	;$%	
�|
	����'

	$%66%$�?./S

S/.?
		
�����0JT7271167654'&'&#"3113!123&'&'&##%7767676'&''1&1151�####.K32	
�9\5xxx6		6x		h2_�""""023K
	,78.N000!))&&&&))!0V()*�&������)&176'%16767&'&''113!127%'P��*$%66$$��H//	
�����0�!"-6%$$#5x��21I
	���y�2NW7271167654'&'&#"3113!167'1&551&##7"111132771654''1&##67&'�####.K32	
�	d\�		kIkS�""""023K
	d!!P		SkIkP����T1132767654'&'&#"'1'1&331"30133"301312765&'&'&1'1716'&'##`""""_!$
6!"		
�v�
		"!6
$!		@####�|�
*+9
				
9+*
�|����.Cu�676'&'!676'&'310101&'47&##167676765&'&'&'#1!1&551&'1'&'&'5111'111#1&'&767714545'7#3#"1675147676321716&'&'6'&''1&'&1'&'51&'&#"1''1&1111771613276751676176771676''1&5477676'&'�----p----��)*.@%)))Ah8&&,
�***
	

	
-\





	






� '((''((''((''(('�%;
.)))<	&&8
	

�

,�													




����9@W^u67116'&'&1&'1771133127654'&##11677771#6711676''1&#1%'#171167676''1&#1


q."{

�		�				�!~RHHHH�H0#"	
__
	"#0��III�H~	#"00#"		`_
�

%%")

-��						'"*�||||`"�
�#\||||�""�
�������9@W^u&'11&76761671''11##1"'&54763311&''''13&'11&'&771631%731'11&'&'&771631v

q."z

�		�				�!~RHHHH�H0#"	
__
	"#0III�H~	#"00#"	
__
�

%%")

-��						'"*�||||`"�
�"\||||�""�
�����7@Zm6711673!1#1311#1311#1311!1'1#1&'&'5''#113!!!1!1&'&'5167672711654'&#"3@V
	���|jb�	W�FR �� 

��

�								�@@@`�������
 

 
`								��@�"E7116514'&'&'"176763367116727651&'&'&#17�  ,&!!	 !L! 	!!&,  	y
��				r
��	��@�1Jc|'&'&547676%'&'&7654'&76761#"'&51&'6767''&'&547676%'&'&7654'&7676P

�

�				�
%
�'--'
2::2
2::2
'--'
l%��				)%3
$))$
$))$

��@�=65114'&#"1'1&#1131674''17''&17716131676'7		


�"	l"��vvvC1"3�=+/�


		�"l	"���vvv/#1q
*1C��@�?111311!11311&'&'!5#1"3!127654'&##1514'&##1"`@�@����								�		�		��� �� ��   								 				����1L^671167!11#1&'315147633121311!11&#5211#"'&'&54767633#3!1&'6767�`�#d		@		@��#







6668&&��&&8���' 				  1 @







�&&88&&����7EU&'1#131111315167671311&''1513167&'#151315167116751&''113X  q``q  ��
Pg7
gP�.D��``D.��\
�8�
\8����CTx��&'&'"'1&'6767632010101011111101#&'&'&'676767&'676710145""'&'&'5167676767431135551676714567671&'&'51%.M=W%66RR66��/'(&('0\8%##9�+!+ %8\0'(%=WW=	 7�W=66RR66=Wp""Q		O!
#`	#
   

#
p
#""#
���-H]7671167632#"'&'&'"'11&547632#'1132767654'&'&#"'676767&'"67!"<=CC=<"!!"<=CC=<"!								`







@+,7" �F::$""$::FF::$""$::F 								 







7,+ "����~�@I111177131176''1312303176''167675151716'&'&##1&'&'67�%��

J�/
')/
*>&'Q
2*�%��


9q
_q
f22C@
@��@�M674'&#"1''1654'&#"3012113!1276771030127654'&#"1'&''59
Y--Y
9Vs

G
��
G

s
����"+4=Fbk&#11"1132771654''67&''&'67&'677&'67'&'671131676751&'&'#117&'67����Kh���`�rt���������P���t"x����,?Rex111!167671&'&'!211#"'&547634711632#"'&57211#"'&5476374711632#"'&5211#"'&54763@@��@								 								�								@								 								���@`								�								�								@								�								����,?Re671167!11!1&'&'4'11&#"327652711654'&#"374'11&#"327652711654'&#"3@���								 								�								 								`��@@								�								�								�								����,111!167671&'&'!211#"'&54763@@���								���@�								����,?Rex�671167!11!1&'&'4'11&#"327652711654'&#"34'11&#"3276572711654'&#"34'11&#"327652711654'&#"3@���								 								 								�								 								 								`��@@								�								@								�								@								�								����,?R111!167671&'&'!211#"'&547634711632#"'&5211#"'&54763@@��@								@								�								���@`								�								@								����,?671167!11!1&'&'4'11&#"32765'2711654'&#"3@��`								�								`��@�								�								����/&'&767&'&76772711654'&#!1"3!�				��				``���								��@�%8671167!11312##!"'&54763312711654'&#"3`@				p�p				@ 								���								��								��@�.M4'&11#1"3335111#"'&54763273#3133127654'&##11&'&'#1@
�

 				@�@



````		@				 `�		-

��				 ��								���						@@	���A%%77131676'&'&'477167716'&'#1&'47716765&''1&'11716��9DL?
Q p,-@@-h$���9(		" %@-,,h$//37�			��@�^g11111312##1"''16'&'&#"177111116761312#!1&'&'676767676767&'p U�\3				@
n	!)) J
	J%Z				��&&AAR� "S\					oF
	G%				TEE,,h���Yk6711673113116751&'&551'1&7611111&'&'514'&##112#!1"'&547635316751&'#1 �%
 

M				��				@����% �@ 

M
 � �								�````��@����16710113111111111011713167111&'&11111111131070307676767'1&'"1'&7716321111#1&'&''1#11#1&'&'515151474771676321''1&#531276771&'&'0155&'&'0#1316767w& /2!		(		 2/ &

, 0,. & .,0 ,

7
,
$%�%$
,
p�	

	
�

�)0 .. 0)�
�+++


.

*+++

.

����3&'11&767611'&'&76771'211#!1"'&54763!4
@��
��l				��				�b
�		�
bb��								����@Ml471163!12##11311###&''1&''1&''1&731213151#1"'&53#351&'&'#1111!1"'&54763!12771632�		�				� D--		�@ H�
&Р		���) �		&5��				


�						@--D@		_7\
3@		�� )�i


$						 �`%8K7671167171671&''11&'&'5''&'16773'3676751&'&'")(><+HH+<>())(><+HH+<>()HHH""""HZHHH""""H�>()*HH*)(>>())II))(>HHH""HHHH""H��@�<E%6711673127176751&'&'#1&'&'&'1675132716751677&'67#8U
$%68,7R66,�<
z	�6%$
66R6+,B.)3
�����367116'&'&117676'&''17"113!127654'&#!�
��@
����				�				��b
�		�
bb��								@�%^t��1111!151&'&'676751&'&'!!!!1331516713151671315167131516713127655%5#"'&5514763235#"'&5514763235#"'&55147632@		@		�@��@��		0```0		��								�								�								�GG��@		        		@�@@@				@				@@@				@				@@@				@				������Em&176''16751&'11'151#1'1633151#1&'673151#1&'6731&'&'1'#&'&'51'111#13367&'#15167''P�9#PPPPP))�?6%$/+*B0HH0+��0|(1( -  ))6���$%6	%(D00
"""��@�!4>HR\7676767671&'&'&&'11&'6767#11#157115135#16767'3#31&'&'ABAA<<<;AABA<<<; """"�@@@�@@@@@O��5��	
	5		
�))))@�@�@@@�@��@�!+5?I\w7676767671&'&'&#3#51'55316711671#7&'11&'3111&'&'6767'1#13367&'#151&'#1ABAA<<<;AABA<<<;�@@@@@�@@@�))))�O��5��	
	5		
��@�@@@�@�@`0  00  000D@�'4F111!167671&'&'!3#3#1&'6767!1!1&'%3#31#1&'5167@��@0����`��PPPP���p�00@�'4�111!167671&'&'!3#3#1&'676731#1&''5'&'"11211&'51&'1111&'&763327656'&''101&'&'67675167@��@�������\

		
	
���p�
 

 ����N111312##11312##11'&'&771#1"'&547633171#1"'&547633171676r*?				i@�				�A
*?				j@�				�A
�
>				`				b
>				`				b���0CVi|%111##1"#&'&'&'6767674'11&#"3276552711654'&#"374'11&#"327652711654'&#"3b

H9:"""":9HH9:""��																�								`								�
"":9HH9:"""":9H 								`								`								`								����(H111!167671&'&'!3#327654'&##1#3#1#"'&55151476331@@���000				00000				H))���@�				@@ 				@x))��@�Q67116731131516767311#1&'&'51#111311#1&'&'5145'1#1&'&'5
`
�
`

`
�P`

`
P`
p



`

k
`

`k
`����4@MY61716171617161''11''11''11'&'1673167&'#3167&'#173167&'#((((((

((((((

R�������
""""""	�0
""""""
���p����(4@LYfx�2111311!1&'&'16767315147633167&'#33167&'#33167&'#'&'&767676'&'%3#31#1&'&'516767!111#1513@		x��x		p  `  `  ��



��

 

�		@��@		���



(H�
`

`
�����A#11"''1&54771176''171176''171176''171176''1716321�\30		0*0

0*0

0*0

03\��.\30

0*0

0*0

0*0

03\�����`1133!676751&'&'#11&'51#11&'51#11&'51#1&'673151#1&'673151#1&'673151&'&'#11101
`@

0@@PPPPPP
`


`
PPPPPP@@0

��`@�@K711!1676751&'&'#11&'51#11&'51#11&'51#11&'51#11&'51#1
 

@@@@@@
p

�
PPPPPPPPPP
����A671167311#1311#1311#1311#1311#1&'&'
�
PPPPPPPP
�
�

0@@@0

�����-?Oaq~�&1#113151676713167671&'&'#1'3#31#1&'516767311#1&'53#31#1&'516767311#1&'5%676'&'713167&'#151&'R�v

��

v��    �  �p    �  ��*,,**,,*X �

[
��
``
@
[�@@@@p@@@@�22220 ���1&111713127716''7132771654'&#"�h	V
		V6P
(��ppp		@


p�
P6V	V	h(��ppp


@		p���� 1Rc111113276767&'&'&#113151#12711671167&'&'&##1%113151#1�!%%##))$#341��  �143#$))##%%!��  ��	

	
((`��`((	

	
�`����@MZ%671167&'&'&'011131516713151671316767510501%676'&'%&'&767�,"":9HH9:"",
0@0
��    $$$$1--6?2332?5.-@
0000
@�$$$$@    ���/Jcp'11&'&'67''311#3#36751&'#1'167'671167654'&'&'3167&'&'#1&'&'''#113dOOO`\0?R66#�   S3 ###�|0?R66"0mF::$""$::FF::$""$::F
 
 *```v/OOO`]"66R?0�     @|#66R?0/�!"<=CC=<"!!"<=CC=<"!�

�```@��9�#M''&#!1"1367676727676'111#"'1!151#"'11&'11!167675151$:::��:*))((()*0	��@X[[[

[%%%%%%����@@�����6E!!!27654''1&'!113513167675151#11#151#!327651#%6��6
L�tL

�
@�@�				@
	rr	
 ���P

P�����				�-D471163!12#!1"'&5471163!12#!1"'&511#!1"'&54763!12		�				��		@		�				��		�		��				�		`								�								�								��������7671167632#"'&'&'%&1'1&11'1&11'1&117711177111771176''171176''171176''1716'&1'1716'&1'1716'7711'7711'77711'77'171!"<=CC=<"!!"<=CC=<"!9""

!-8		9."

""

".9		8-!

""		"-9		8-"

""

"-8		9-"		�------D------D------------�F::$""$::FF::$""$::F�

""

".9		8-"		""		"-9		8-"

""

"-8		9-"		""

!-8		9."�------D------D------D------���
Nt53151&'#155676731131211#1514'&#"1#1514'&#"1#15147716335531327653132765311!1&'&'���0�4�				�				�4��				�				���h(((((((((4\ 				  				 \4��@@@								@������=67676731211''11#1&'&'511'&''1&76771633�	!!

"
	8	
4�3
	8	~"
�i	
@
+��+
@

	i��B�Vm676'&'#11"11'&'&771677163211''1&''1111'&''1'1&7777111#"'&5477�!	

3#"	2

G9(=


		<��

5%
A6	\

XN!@�>>>-$	>		


;���)<111!1676751&'&'!1&'67!127654'&#!211#"'&54763@���p				��`								����				�								���3Pk7671167632#"'&'&'6'&'&'7676327'27116545176''1&1374'716'&177132767!"<=CC=<"!!"<=CC=<"!S
		
		�		`
			
�	`
		
		�F::$""$::FF::$""$::F�	

		

	|		 

			 	

 
				���="113!127654'&#!"1133351676713327654'&#1!1 				�				�@				@@))@@				�@�								��				�))�				 ��	����#4CJQlt|�671167!321#12##!&'&'113!151!1"7''&'&'31767315#1&'4'11&'&#"32767653#3&'7#3#67766#16767)  								 ��)@		�		�
?
*	$$	N""""�$		$9
?	`)		��		@				)@��		@		�
##

&+�+&R####&+ +&L
##
������_l��61371211111111#'1"1''1&#1"''1&''1&5714''1&77165'147716771631277&'&7677721371011''11'&7''67714112771431''11#&'�	

		

		

		

	b'((''(('��+++	)%
	!8	�%%%)	+	8!	
�	

		

		

		

	�----�ggg$Y	1<YYY$g1	@�<&'11&'!1"113!167676171611''11'&771'1&7@���		�3��////////@�


�/////////�������55311#'111#1&'6731#1131676751&'&'#167673167#1131676751&'&'#1&'&'316767&'&'#151&'&'#3#31#1555311#(00
v((C-

@

-@-

@

,B((v
@�0000�0080000h
""/.9
@

@
3''''3
@

@
9./""
��0000000����Q731&'&'51#17571'1&7611''11##1"'&'67676551"'&54763332#�#�#@�'+�(				�				�-.������
'+,7<//<3**�								����3R[&##1"1#"''1&##11113!515151&'&'#1"1#"''531167675131676751!&'67�


v
i�@@����44
�

�
44��   @@ �����8Rex1111#1##1"'&551#11##1"'&551"'&5151676753!12765514'&#!1"2711654'&#"3!2711654'&#"3�`??				 		�		 				??`�						�										 								�"��		 				  				 		@"����				�				��																����\26767676'1''11&'511'&771'&'&54767&'&'&'&76&7676763


+-"
::
"-+


�"(,

 	
!
GG
!		 


,("����;65114'&#"1'1&#"1327765114'&#"1'1&#"1327W		


�9


		P


�`		


�i


		�


i


		�:		


P		��


		�j		


�		����@�"C%671167&'&'"#16767&'713%67!11131##&'673151'1&7�))
5$$0=)(()=*!#�Rp�@XX@��))

+()==)($	a�vv��'311!1&'&'513167&'#!167&'!�V88�88V(���0�!>=YY=>!������':M`&1111177167716''1&''1&''211#"'&547634711632#"'&57211#"'&54763�"J$<"S"J$<"S'								@								�								�(L"R";(L!S":								�								@								����0CVi&'11&1111177167716'11&'&'&'&'&'&'211#"'&547634711632#"'&57211#"'&54763	"J$<"S"J$'
*1								@								�								�	(L"R";(L!	&)t								�								@								���%K4'11&#"1#1"33113151#11132765513127654'&##11&'&'#1131�				 				 ��				 				 ���				 				�@`�@				 				@��	��3@MV_hqz111!167671&'&'!3#321##1"'&551476367!1!1&'!6731#1&'%&'6767&'7&'6767&'7&'67@� ���				�				 �@����0P0P��@		@				@		�P���'Hi671167654'&'&'5&'&767'6171611''11'&771'1&736171611''11'&771'1&7F::$""$::FF::$""$::F$$$$�%%

$$

%%

$$

�%%

$$

%%

$$

@!"<=CC=<"!!"<=CC=<"!�    �

$$

%%

$$

%%

$$

%%

$$

%%���J\o1'11111132767676"'11'&5514771&'&767671&567676711''1&''2711654'&#"3`	5$44D $6--	

(::E5088<

			F	))1(,8(u								`['Yv
'
	
2b	7
h
	
	x))��!L
7	F
								���3W6'&1&#"1516715167167516716751&'77771&'&'&7&767632�
i4>mHHE2>>2ELD�@@@
o	=ee=	<ht
E	;�0gwhhwg0�=-F***
I



��@�-<Pa111#"'&'5167676'11&'&'1167676'&'11&#"327'71654''767674'&#" zRQQRzzRQQRz�"&
- "�  �&"" -
8!!�!"<�=!""!=�<"!�
+

M

�


+	���G%%7717676'&'#1&'477167676'&##1&'47716767676'&7716��K
"004	b	'Q+=>>?/:

���K
!	

845&.==<*
	�			����$2@t111!167671#1"'&551#3531'3#3#1&'673#3#1&'67#1&'6731677167163131#1"''1&#"1#&''1@�		�����@@@@@@@@6#
6@
		

��� 		�����@@� 
2'
			
8!����$@111!167671#1"'&551#3531'57161''1&7615167@�		����(HH��� 		������fffHHf��G�'@G6711673113311#1311!1&'&'5531'1&7611'&771#5#3#51�		�����n'PP'n������		�p���000'PP'Ѐ����5@G6711673113311!1&'&'513117716''1&1#155#1&'673%#3#51��		���'PP'�hh�������		��p'PP'��000�������$2@Zcq111!167671#1"'&551#3531'3#3#1&'673#3#1&'673#321##1"'&551476353151#3#3#1&'67@�		�����@@@@@@@@���				�				���@@@@��� 		�����@@`		@				@		 @@@@�����$1>�111!167671#1"'&551#3531'6731#1&'6731#1&'1'&#"111111011&'51&'1111&'&7601111111227654'&''111&'&'67675167@�		�����@@@@�


	

��� 		�����P@H


		����$^h111!167671#1"'&551#3531'3#3171611''11'&771'1&'01#11&'51516767&'#113@�		�����HHH
+"  ""!AH44��� 		������(  <,@PP(��@�_fx�111!16767511"##1"''1&#"1#&''11#1&'6731677167163131&771677151#1"'&551#3531'&#11"1171654''17716771'1@<@
		

#
	_�		����&

G�	<	�G����		
8! 
2'
	
<
^,		������G
�	<	�G�����$>111!167671#1"'&551#3531'&'511'&77161''1@�		����(HH��� 		������hfHHf����'D&#11"11132771654''1&#"1''327654''171611!1677W


		R\u&&��5QQ111


		25�*��\�		


Q\&&u��5R�222		


15�*\��@�(F]6311217163211#"''1&54771'1&547''1!1716''1&11#"'&'11&'6767632)


Q5��&&u\R		�111\?*�52		


'�		R5��u&&\Q


�222\*�51


		��    ���0Ql��7671167276'&'&#1675%&167514''"76313676551&'&'&'11"13676551676'1113676551676713676551&'&'&'117716550;;X0()
#22;H9:""��6%$12Ki	
$
i)

) 	$�X;;"
)"":9H((5(({	
$%6&%)*K12E.>$$	
++) )64		;=66:<)`[T	]c��Dp0C671167&'&'&'1'&771'1&761674'11&#"32765�''00''''00''Z
..
Z								25
PP
5r								���'4AJS7671167632#"'&'&'3167&'#1'676'&'%&'&767!67&'367&'!"<=CC=<"!!"<=CC=<"!���))))#$$##$$#����F::$""$::FF::$""$::F�X#$$##$$#H))))���-@W671167654'&'&'211#"'&'67636711632#"'&''11&767632'&#"F::$""$::FF::$""$::FP				
				
�		
				
		z

  

"(("@!"<=CC=<"!!"<=CC=<"!P								 								�

�����'011#1"33327654'&##151716'&'!''!11# 	�@				``				@�	�@�@@@&@��ֳ								���@@@@���a|'17716132771611''1&#"113113277165514771674''1&761761&'&'"671167632#"'&'&'�




$ 	'
 		

!	
66I*$�!"<=CC=<"!!"<=CC=<"!�	)
		

0		
"!C**�F::$""$::FF::$""$::F���K\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&':			
:		+"

G55��0!"<=CC=<"!!"<=CC=<"!�	('	
	((@?8-

2F::$""$::FF::$""$::F���5^y���7'77161676''1&7633167716''1&767716771&#&11"1''1&#"1117716167%671167632#"'&'&'176''1&77716'&7&17716'4
				
!$X;;�

$9�5!"<=CC=<"!!"<=CC=<"!�  \j


�		
	);;X	


.I,F::$""$::FF::$""$::F\  �
 
 
���&2;DMVal�671167654'&'&'7#3#5131#7#3#51312##3#5131#3#5131'5#15135#1513'#3#676331#3#"'&'31'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F`7

/777

G@@@@@@@@P@@@@P777



7		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!p(8(((8((`((((8(((((8(�								 								���1DW671167654'&'&'7611&'&'&7667'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
i								 								���1DW671167654'&'&'7611&'&'&7667'11&'&54767&'11&54767F::$""$::FF::$""$::F�
((43((	=GH<�								�								@!"<=CC=<"!!"<=CC=<"!�
--
y@���1h�671167654'&'&'7611&'&'&7667'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F�
((43((	=GH<��@!"<=CC=<"!!"<=CC=<"!�
--
T



���;P��#"'&'47450367676'27&'&'&'676767&'&67676'&'11111765&'&'71111113141016767670103111131111111765&'&'7111111314101676767010311�



�N=!
"":9HH9:"""":9H�<HG=	((34((
��B


~("/6H9:"""":9HH9:""��
--
T



���1Nj671167654'&'&'7611&'&'&7667'111''1&'&7676171676'7161''1&7676F::$""$::FF::$""$::F�
((43((	=GH<�A�A
@!"<=CC=<"!!"<=CC=<"!�
--
�AA���1Kd671167654'&'&'7611&'&'&7667''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F�
((43((	=GH<�YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�
--
�000		0++
++0	0�����EXo��63112"##"56745656776767'67676'&&767676672#"'&54767%&11"767676'11767716'&177771676'&#'1'14'&�
-
)
>ASTK
)
>ASTK��

l	238		-0/&#		��9	b�
a8�


KTSA>
)
KTSA>
)��

�		733				$%/0.S8a	�aaa
8���1Z�7671167632#"'&'&'6'11&&'&6767'"11117711765'1716'&''1'1&#3"11117711765'1716'&''1'1&#!"<=CC=<"!!"<=CC=<"!�
<HG=	((34((�&""&�&""&�F::$""$::FF::$""$::FL

--�"%%""%%"����.Ij���%11&'&'676767676'&6767&'&%1101'&'&5476767672"'110'0101&'&'432''6'11&&'&6767'1111111765&'&'7111111314101676767010311311111765&'&'711111131410167676701031111%!<<LL<<!
EFbbFE

�F
	�	
Z
<HG=	((34((��M@&&&&@


_<==<_


u

	W
	
	

--g



���.ATr711&551&'&7667616767&'&'&'7211#"'&'67636711632#"'&'55&'#1#"'&'#11676700N%
<GH<
%N00"":9HH9:""�				
				
�		
				
				�VAA/*

*/AAVH9:"""":9HP								 								�---		-���.Ic�711&551&'&7667616767&'&'&'74711611'&54771'1&5%61111''1&547755&'#1#"'&'#11676700N%
<GH<
%N00"":9HH9:""tYY$$$$ZZ;		�VAA/*

*/AAVH9:"""":9Hs0	0++
++0	0��---		-���.?Ljs&'11&'6767676551676'&&'&176'&#"7632676'&'5&'&'51673132767317&'67�N00"":9HH9:""00M%
<HG=	%

$$
�$$$$		3AAVH9:"""":9HVAA/*

*/	




&    �----		����1DW671167654'&'&'7611&'&'&7667'&#11"'&7632''211#"'&'6763F::$""$::FF::$""$::F�
((43((	=GH<

$$
�				
				
@!"<=CC=<"!!"<=CC=<"!�
--
O


:								 �`3Mg��4'11&##1"1331276554'11&##1"133127655753312765514'&##1"4'11&##1"133127655753312765514'&##1"4'11&##1"133127655�0000 00�00 00�00800�00�0000�00�0000�00��@�3Mg��73#321##1"'&551476333#321##1"'&5514763'"'11&55147633121##73#321##1"'&5514763'"'11&55147633121##73#321##1"'&5514763(0000�0000�00�0000�00�0000`0000 00�00 00�00���&@Z111&'516767671&'51&'&'6711673121##1&'&'5%111#1"'&55147633X;;"":9HH9:"";;X�				 				p;;XhhH9:"""":9HhhX;;��		�		@@@		�		���>Xr111&'516767671#1#1&'&'67673131276551&'&'3#321##1&'&'5167673111#1"'&55147633X;;"":9HH9:""%n 

 n;;Xp				�				�;;X((H9:"""":9H�%

�X;;�		p		00		p		�� �/A%77'111115167%163211#11#"''1&54777711##1&'5147;����V�
7�H


2

y???G
E�����VH�
6
��

2


�???G
�����>LYgt��&'1116751&''1&'551!1676751&'&'#1"''1&#5&'516771&'51675&'516771&'51671116751&''1&'51&'676'&'''����U )�PpP(''��$$$$�5$ 

5$ ��p�
@)@````````````@5$ 

5$ �    ���8JZl|���471163!12#12##151&'&'1#1"'&547631"'&55316751&'#171316751&'#5316751&'#11316751&'#5316751&'#171316751&'#27116'&'&'33		�								�

�						`  �  p  �  p  �  (
	""	
��						��				0

0				�		P          P        �
  
����%Kt��4'11&#"1113276551&''1&'5113276551&''1&5514'&#"11&"##131023316''1&'3#36''1&'##"#"11''6765514'&##1�				<				 )�				<				 )��:1))(/0-Cf�Ff%0g%ggg#��				V=				.!+;�				V=				.!+;h			{�{{�{{{P������671167654'&'&'7"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111315121676767654'&'&'&'0'11#111111111&7632'6711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F1



�		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�


i								 								�����671167654'&'&'7"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111315121676767654'&'&'&'0'11#111111111&7632'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F1



W�@!"<=CC=<"!!"<=CC=<"!�


T



���$����%65&'&'&'27&''1&76766'"'&71111111111030521676767654'&'&'&'0#51#111111111&547111111111111034121676767654'&'&'&'0'01"111111111&7632'211#"'&'6763&#11"'&7632'&'11&1771676'&'&1'�"":9HH9:"""":9H5/�



x				
				
�

$$
?	U	l(,H9:"""":9HH9:""	Y	



�								:



v		Y		���/BU671167654'&'&''&71163!12&'&'76711632#"'&'7211#"'&'6763F::$""$::FF::$""$::F�++::++/		
				
		�				
				
@!"<=CC=<"!!"<=CC=<"!�4!  !4z								 								���/f�671167654'&'&''&71163!12&'&'711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F�++::++y�@!"<=CC=<"!!"<=CC=<"!�4!  !4e



���/Ib671167654'&'&''&71163!12&'&'7'1'&54771'1&547611''1&547716F::$""$::FF::$""$::F�++::++%YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!�4!  !4�000		0++
++0	/���/BS671167654'&'&''&71163!12&'&'76711632#"'&''&7632'&#"F::$""$::FF::$""$::F�++::++/		
				
		�

$$

@!"<=CC=<"!!"<=CC=<"!�4!  !4z								



����FShy�471163311!12##1&'&'47#1&'&'47#1&'&'1&'#1"'&555&'#113#5567673111#1555311#%3#31#1&'&'516767		"�				C

�

"		�P`�P��

��

�		"��				



" 		@((((((((������
�
��
�
��@�1CQ%6711671167&'&'32777671&'&1177151&'&'#"'&'115/""33""		q���
	
t�o
	
{q!!��"#%%3""""3%%#"�:::
.

��<��3�

1D11�7���@�0BQ^1111#"'&'&'&'676767456571611%11'&'1677671'151327'676'&'�		""33""t
	
���
	
{�!�!(



H%%#""#%%3""""3P

.
��:/>

�31�1�7�1�������$7&#11"1'1&#"1771611171654'''11771677�%%
VV
t������@J		
fJ@�
VV
t��%%���AIf
		IA���
8b&567311'!7&'716731471167632#"'&'&57&1111771617'1&7716''1&''m	EJ2f�fff2JE	m�T)*..*))*..*)�2$	--
	$2�r
4����4
r��0((((00((((0_

.#11#.���-@7671167632#"'&'&'74'11&#"327652711654'&#"3!"<=CC=<"!!"<=CC=<"!�		
				
		�				
				
�F::$""$::FF::$""$::F0								 								���(C^671167654'&'&''3#3#1&'67711&'&'67327654'&'11&'67327654'F::$""$::FF::$""$::F@���� $				$�$				$@!"<=CC=<"!!"<=CC=<"!��)
				
)@)
				
)����1611!116773167&'#!!!2#!1"'&54763�P(��(PPPx@��@				��				�

P��BP���								���:&'11&13171674'"113331276'&'676527654'&#!�ёj�(				 =	�	= 				�@�	�i

�				>..				..>				���Q671167!11!1&'&'547116351676731276551511#1121##1"'&55 ���		"�		)�				@		�@@��		"		 Z
  )		�				�	���� 07=MTo{671167!11!1&'&'&'3111111&'&'31767317&'#'11111#16767#1674'11&'&#"32767653167&'#@���,
')0)'
,,
'8/)'
,�""""��������1-	++	-1g-1P++	-1W####����8671'1'1'17'111171327654'&#"171677v$"�@
��@
�`						_2S�"$�
@��


@S2_						`�������<7171654''1&#"71171&56767"'17%1677171'p777}8.P			�X
�



�
,��888}7.M,
���



�
X�	�������%Hk'1'17163277111'&7716777'1&5477163210#017712105'"101771214111#"''17�9r9�X���r�
h
	
̒��WN@

@-�---@

@NW��9r9�����r�
	
h
����WN@

@-�---@		@NW�����+ATg556111'1&731111'%1&''1&5!!!2#!1"'&5476374711632#"'&57211#"'&54763#)(	mk#@A��
R
 @��@				��				`								�								ccc0&�� 	MT	
��								P																����,C''&111'1&1133127%1676'&'#1"113!127654'&#!1"}���.�c:
!	I
�G9h��		@				��		MIII

		_2
U�%K5��								����GW"111132765513111327711327654''171654'&#"1'16767&'&'##3#5131 						3�j		


ii


		jj		


iV& 0��pppp

�		�`				@�i


		jj		


ii


		jV
(0 �`

���'8Ka#"'51&'1&'&'67676751&'76'&#"763236311276'&#"75676751&'&'`-33-:#""":9HH9:"""#:�

$$
z

$$
m



-��"::HH9:"""":9HH::"��







f   

 

���'<Ob7113276767&'&'&#"67'&'&'"'11&'67676#711#"'&547632'211#"'&54763!"<=CC=<"!!"<=CC=<"!�E/	
'5P

�		
				
		�
				
				�F::$""$::FF::$""$::FP3	
*P

�								 								����MZg53151#1''#113#55#113#3#&'&'#1&'&'#1&'&'5167673!11#&'&767676'&'@`X�QQQQ��``))�))
xo
@��XXXX`X````````�))))
��l
0����Scoy471163211167716771133127654'&##1716'&16551&'&'1327655771#&'5167314551#67&'!1!�				T)
)^	
�				T
{))					111�((P��
L@				))	!H#GO&
				6
%)) 				 �3/H?(0���5l�671167654'&'&''1167676&'&'&76711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111F::$""$::FF::$""$::F\!!
	))	6�@!"<=CC=<"!!"<=CC=<"!�

		a



��}�5>GPYbo"111311#1"33127654'&##15131676'1&'&#!3#31#17#3#71313#31#1733#31#1733#31#1'7#3#'131711z4�@				�				@�3�t�vvv�
;eee[njjjt������iiit
`eee[��@								@@hhhhh0hhhhhh0hh��@�"5767676731##&'&'&'6731711&'6767632�3#
		
#3DU
$#=<KK<=#$
UDw
:((:� 11 *K<=#$$#=<K*�)*E!55!E*)���A776721111"''1&'&1'&'4771654''1&56761767� 4(!C%7S
&	3�%%%
;6$30-
#:

	���+8K^q���3#321#1514763671167311#1&'&'5&'&7674711632#"'&57211#"'&547634711632#"'&5211#"'&547634711632#"'&5'211#"'&54763�@@@		�		�)�)
�
�'((''(('								�								@								 								 								@								�		``		�))�

�P----								 								 								@								�								�								���6?%6767&'&'#11!167675167&'&'#1&'&'5!151!8))"0 
`
 0"h��@�"))" 0!3

3!0 �    ��,�B%11111'1'17171'1'1'1'111''11'&771'1&767717167111 UF`
+���h�@
	@�
hH.bEX��c	DD	�g��g�����ESa67311#15#3#51&'&'#11#11327653132765676751&'&'3#3#1&'673#3#1&'67�P`�   P 				�				��������HHHHH�								�`����-@M671167654'&'&'211#"'&'67636711632#"'&'&'&767F::$""$::FF::$""$::FP				
				
�		
				
		0$$$$@!"<=CC=<"!!"<=CC=<"!P								 								P    ���):CLU4711633121&'&'451716321773121#!#3#131553151#67&'		�		))�K


Z

�)���i				��7@@@@@@@ �				��))��vK

Z


	�V���		�		�@@�@@@@���Bi%2i'##"'&#""'6767312##1"''&'67667116'&'&'&'&''&'&767676116766��� >?^@				@)!�    �#**#

&-21		12,&

#*+#www]=>				$$$$�






����B�Q�6711671'&''1&'"1315167671'&''1&'"1"#1151#11&'&'567116'&'&'&'&''&'&76767611676�)%


		�)%


		��#**#

&-21		12,&

#*+#@)%


		``)%


		�`a�






������
*=67%1765&'&'&'&##1"'1&176''%11&'&'67@R6��66R�!!''		�P~��"0 @7�9+R66�/??77!!*��0b#" 0���?Yr671167654'&'&''6711632''1&##1"1'&56767''1'&54771'1&547611''1&547716F::$""$::FF::$""$::F[

)++)	
YYYY$$$$ZZ@!"<=CC=<"!!"<=CC=<"!��000		0++
++0	0 ����;&#1116771671677167716551&'&'"11''1'� )$$+%

%�)/�zz�/*��@�0La%''1#1"3!127654'&#!173717676'&'1'&'11&'&#"1&111716'511171677167Z<<<H�								��@yD+6���G:	<54$��								�			<66)
VR�
	<K	M	LP

	Q@
2����Rlu~�3#31#15'"11#14'&##1"131"13312765313312765514'&#512765514'&##2711653131"#14'&#53#31#1555311#55311#p    		�		@								@		�		@								@�		�				�		0    @  ��  p  0						@		�		@								@		�		@		�				�				��       @    �����84711632#"'&565&'&'#1"13!1276'1&'&##�								{)).
H�H
-`								 ))

�� 

��1�1A"1111#1"33327654'&##151676''1&'&##77311&'&7@
		40				PP				04		
��##�	�7)*d								d*)7�	ˋ���##���+8Yy��531514'&##1"11131676751&'&'#&'&76774''1'1&#"11113277171653277171654''1'1&#"111&#"11113277171654''1''4''1'1&#"1111327717165`�		@		)
�
)�@----�L�````				�)�

�)`'((''(('�.d2����:&'516767311#471167276763"'&'&#&'&'�""�990/?



>00P""�<1001<b>>>>b	����7DQ`m|��%7767&'711'#"'&''&767&'&76676326276765&''674'&'&'&'11&&6767"67113&'&'7&'&767'211#"'&54763
	

	
�"R  R""R  R"B


S
	

	
�


�'((''(('P								1�"!!5
((
5!!""!!5
((
5!!"C		�		0Y		t		1---- 								 @`F1133127676763"'&'&'&##1"#&'&'67654'&'67672�


�


"(("



�


"(("
/
		

"00"

		

"00"
���0E471167632#"'&'&5'1&''1&'514763316731211�







P0 #`		bP Pb		`# 0`







�����
�		7����7		�	���0a111"'&'#&'&'47&'&54767&54767&5476767633211"'#&'&'16767�

�

��p
	
		
	
����
K]jx3#31!17167#711331276551!1133127655167514'&''1&'&##1"3#31#1&'51676731#1&'%3#3#1&'67������Z###		 				 		#
�
�````�  h    `KKeeeP%9				00				9%Pe�  �1Q^471163312314763312311!1&'&'5167673&'1#131167513167&'#153167&'#1P		@		`		@		��0    ��```								��`    0��e�0>x��"1'1&11117717171677167&5&1'1&#'1'1716'71111767711117677171716''1&'&''1&'&76676'&7�L(B	N
	$	,)
M����� F000#	
�

	
��

�
J		E-

P!#'.<
J
�$$$96/	EEE#&>

B

>'$T$	�S

����N[h3#31#17167553121#''&'#1"11331676731676731276551&'&'676'&7%&'&767�555qeQ
C�ddd.�)		!$$�$$!		1]				��``L````T}}}#hp		####		02##� ��@�i�111"3!127654'&#513121676751676551&'#151&'1#151&'1#111&'51&'&'#151&'&'#13121'&771#1&'&7716`				 				 %�y	:p	
	:p	
���								� | 0000 | %�SK

`K	`���=6311211#"''1&5477&1#116751673117716''�����W
	@@

P

P����؉
8008
PP����)e5310101'1'111"#&'&'67672311717111#111&'#1&'&'6751&'6767316711111`�  � %�%%�%  )���88�%�%8

8����*>R671167!11#11!11#167!1!1&'&'%71''1&77167'1'&771'1&76@�@��@@Z!�!00p0000`����!!�00"0000 �� �,F611''1&'677'1''1&'67711777711''1&'677117	�

��

��555

��

5�%%�����5

��

5�%%�

ee

ee�e

eFF�FFFe

eF���B]j2111312##11#"'&551&'&'#1"'&547633167675147631132767654'&'&#"7&'&767		=+*#				#*+=				=+*#				#*+=		�""""�----�		#*+=				=+*#				#*+=				=+*#		�####P'((''(('����x2111151676721"''1&'&'51176''111'1&'1110177111#&'&'5145676767676317167514763@		
#&H![
	l,		,_
	
[!H&#
		�		�.'&,,,&	"I:
	E		<		
:I"	&,,,&'.�		���*R`47116331221###1"'&5"'&5514763!!!6767&'&'51312##!"'&5476373#3#1&'67�		 								 						� �� 6%$$%6R66/				���				P�����						�								�		�`$%66%$@66RK5								@ ��?H2711654'&##1"3311##111!127716'&1'1&##15135'1513@				�				 P`
C
��2Q �00@								 
A
�$ PVVVA���B63131!1&'&'6767&'676731&'67673167674'&7�	$��"�%$$"���+F&'131676''53312765514'&##1"271167654'&'&#"3;		`	
�
	`���####����ؐ����""""����U47116331217161111''11##1"'&5511'&''1&76771'1&'&77167615�		 		z
zz
z		 		z
zz
z�				�G
FF
G�				�GFF
G����5H[n�7671167632#"'&'&'4'11&'51&'16767'2711654'&#"34'11&#"327652711654'&#"3'4'11&#"32765!"<=CC=<"!!"<=CC=<"!@�																 																�F::$""$::FF::$""$::F`���								P								 								�								���-J]p�7671167632#"'&'&'%4'11&#"32765671167&'716'&1"1"14'11&#"327652711654'&#"3%4'11&#"32765!"<=CC=<"!!"<=CC=<"! 								 @@P								P								`								�F::$""$::FF::$""$::F�								����								�								 								���57671167632#"'&'&'4'11&'51&'16767!"<=CC=<"!!"<=CC=<"!@�F::$""$::FF::$""$::F`�����37671167632#"'&'&'&'716'&1"#6767!"<=CC=<"!!"<=CC=<"!@L	M�F::$""$::FF::$""$::F`�	�	��@�-BVk���671167!11!1&'&'5316751&'&'7111316751&'&'5316751&'&'67116751&'#11711676751&'#167116751&'#1175316751&'&'67116751&'#11)�))��)�0

�
0
��0

0
0
P

0�
0
P0

0
0
@))�))08888

0
88
P

�

0

0

�

�


��@�.BWk�����111!1676751&'&'!111#1&'5167676711671#1&'5'111#1&'5167676711671#1&'5!!!676751&'&'!115&'11&'516731175567311&'&'&'11&'516731175567311&'&'`)�)���
0
P

0�
0
P

0������)�@)
0
P0

�
0
P0

�)@@)@
88
0

88

0

��)  )@

0

0

0

������2Kj���711767&'&7'&76767637167676701&'&'&17600'&'01&167671176767716'&'&'&17&'&'050167611''&'&'05056761011'&'&'47676K -,-		
  
',,SS''	*W			



d$#,-,- *
&'SS,,	�	
	
�	

	  &&%23,K6<�


�:'�


		�%%%	':�
�:2�	
	

	
	
c"& ��@�$1>11167671&'&'#&'&7677'&'676'&'&767@--DD--�`00���D----D �`�P����H����531'1#7'31212#&'&#"#1&'&#""'&5476351476331516767313#36111'#1&'&'''1&7&'&'516767&77166767676'&'%67316111'#1&'&'''1&7&'&'516767&771667&'&767 �0P�MMMP						!!((!!@!!((!!						�
` ��





 




P�@@@@&fff		@								@		P
�




��




k����Tan'#1513'5#1"1"33167674'3167674'3127654'&#514'&##1'1&'#1'&'676!'&'676qLLL�Q��						! 00 B 00 !						1la
 `````ppp		@				0  00  0				@		�
����@�18A]111!167671&'&'!'''1#11'&771632731'67&'7556711"'#&'&'67672@��@�HHHZ	H*�

���@�����

A****,`0��@�M671167&'&'&5711#1"331132765513127654'&##16767&'&'`
		
@6%$

/				`				`				/

$%6@		�$%6' !				�				�				! '6%$����#3[111!327654'&#51276514'&##!!!1!1"'&5476367311311#11#1&'51#1&'5167315`))  								 ����				p 00 00�)��)				@		@		��@				00 pp 0����
5Ni|3#31#151675#11336763251&'&'#151&'&'#1#3#"'&551#11!1&'47#4'11&'&#"3276765'131#1&'5167�����8@��##)@��```		�('@""&&""""&&""� 0�(((((`!(��		 �/A'!!!!''!!!!'P0@����?Qcs��������&'11&'#11#151&'1#151&'1#111!!676751&'&'#155#1&'516731#3#&'5167311'#1&'516731%1#1&'51673%5#1&'516731'1#1&'51673#1&'516731#3#&'5167311%5#1&'516731'1#1&'516735#1&'516731�
`
@@

 

p`  ��    p  �  ��  �  �  �    0      �

0HHHH
`�

�
���    0    �  P      �    0    �  p    �����6�%6711671167&'&'&'#011111111113676735'&'"11211&'51&'1111&'&763327656'&''101&'&'67675167H9:"""":9HH9:""/
,&#08

		
	
//::////:E4%

8
 

 ������*U�11&'&'&71111110521676767&'67676711674'1311111#&'&'&'&'&'11#&'&'&1111167516767&'&''1&'&7&763276'&'5�;;X:/"	';;XX;;�Z>=S66'	"/:I66
	

	

K12
	,;K1221K�	88V11G;,
	$#97

 ����9111#113113167675131676751&'&'#151&'&'#�
P

P
 
P

P
 �
P
 
�

�
 
P

���	y��������%771&'&'51656'&#"#1&'514'&#"1#1&#&1#1"331132771132765516731376'4''1673127654'&##%671'671'&'71&'717'1677'167'7&'71211#"'&54763R000A�	"



	-;		;-	

	"		

		"



	-;		;-	



"		

	��$
+A0AA0h%+
w%+A1@A+++%]								�+++$;-	

	"		

		"



	-;		;-	

	
"		

		"



	-;		cA0g%+
x$
+A0AA0g%+
�000Ab								���8Sao#3#1111'16771516767317163213111151515151#55132771111!1&'&'13#3#1&'673#3#1&'67�GGw`
M21M
`�l�������������`	'(YF,
%%
,FY('	����Ρ

�� @���!-!!!&'&'167673113311%3167&'#������� 
����� @
�����!A%11!1&'&'16767311331%67513167&'#151&'1#131��� 
���@@@@ @
�(@@@@����@�7�67!11&''1&551'1&7471167632#"'&'&576763276'&'51&'11#&'&'&2131111167516767&'&'11&'&71147�
k=''@
�
""&&""""&&""y	
				


		��
//A)$0
O���'!!!!''!!!!'!	
	

	������131516713151671315167111212121##151#151#151#11311311#151&'&'1#15131513151#11#11#11#1"'&551476351476351476351515167"11131514'&#'531514'&#"x(0(								@     P

P     @								�		@		 @				� @		@		`		`		��``��0

0��``��		`		`		@		@ ��		00		P    				���Mh{73#36751476321675147632167514763213121#"'&''1&547633116767654'&'&'211#"'&54763#----

	V )*..*) V	

�								�������


_""_



 								��'�H�17161111''11''11'&7711'&771'1&76771'1&76171677''11111716171671'1&761'1&76771'1&'&7711'&'' L	'\TB

Z55Z
AT\'	L


	


	�Y5T'A\	LL	\A'T5Y�	





	��0��7''&7617167177161111''1&16767&'&767654'&76131201131&'&'&7316''1&5&54563316''1&76767671&1'&7716''1&547716'�

&&.'
	)	.	#@@QQ@@#	.	)	
'.&&�   ��  >	"#09%#))2/D))))D	.	2))#%90#"	= ����#4�671167!321#12##!&'&'113!151!1"7''001#"''167671#"'&5477141414'1'&771&'&'113276''171654''1716'&#11"#1'14#"1'1&111101327711&'&76'&741')  								 ��)@		�		Z%
))
%

		
`)		��		@				)@��		@		� && $#	
po!$��@�"LXdx'71'176111111'%1515167%%%1177111'%1&'51176''15117'&176''6'&177&17716'&1''<�������	
������5
+�

�+
5�
@
@`
@
@�
'&''HGGGGGGvPYYP��UUU.

�PP�

.U






���3<E611111111111110011111111111717167654''1&76167611111133330111#11111112'&'1''11163&''11#"'&567511&'67271'11'717111111#1'105"'&'&'&'&'67676767272171311111114'1611151'1&711111111116747674705&'&547674'&'&'1111111111&7767&'67&'�

0		*$) 

L -(				(- L

 *"*		0H�(  $""'0(


	((""	+ 						 +	#"((	
		
(0'""$  (w##j##�����P61111!1&'&771517173#313151311315131131513113011!1&'&77121255��0�@0��@@@(@0@(@0�@0�b

b�������  � ��`�7Iax"1113151676731514'&#!"111311312765514'&#!3#31#1&'5167"11116771514'&#!7&''113!127655�		`�		���		`�				���    �P		��		� ���

�				�		� `		�		 �		�		@   		
ss
		Ueeee�				�����/Ia{��0EZ63211#"'&551477363211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&55147763211#"'&5514777763211#"'&5514721113315147632131276551476321#11312###"'&547633151#1&'&'514763321111#151514763321111#151514763321111#151514763321111#151514763				`				N				r				N				r				N				��				�				�						)��				��				��)		`		@		`		@		�		@		`		@		�+				++				++++++				++				++++++				++				++++++				N		�		�				�		�				�)@								@)�				`  `				`  `				`  `				`  `		����*ey�2011111!1&'67676711110167676355&'1#1"'&5514763!121##151&'1#151&''111#611#151476773#311##1&'&'15�!!)-��-)!!p0				�				0@@�

�F���
@
�"7,+7"�HHHH		�				�		HH::�  ��%�

 ���c&117716''&#01"#"0111267676763015111311111654'&#"00#&'&'0#&'&1"1163#1133&'&'&'&'45"5114'&'&'"#"010110267674'316771633121#&'&'&'4141#14'&'&#111100103676751&'&'#11##165&'&'7{



b
/
			
	!
�

"
	&  56%$'					&

())(	
1 0&	
�



>
				
g




	$%6#			`		

)`)	0 	
����&'673163271&'6767"#011172767516767"1&'3276763#0#"'&'&'7&'&'&'#"'&'6776767&'1#&'0111&'&'&'672327676767476747&'&'&'51&'&#&'671376771676767'1"#&'&'67673&'67�0%%		




#	
&

&
	#!


		�� 

 
	












	
���%@7551'7751''167765&'&'1%671167632#"'&'&'�^(6����F,-%^^^6()-,F��Y!"<=CC=<"!!"<=CC=<"!yyyM#	^nnn�
34I5*2MMMy	#2*5I43
�n_F::$""$::FF::$""$::F����+9I5113151676713151&''1514''1&11315167116751&''113�)``)	LL	�
Pg7
gPSmmm�``�m
	L		L	
�\
�8�
\8�����0F]111!167671&'&'!2111#"'&5514763747116321#"'&552111#"'&5514763@@��@								@								�								���@�		`				`		@				�				��		 				 		����0F]&'11&'!11!1676711##1"'&54763312211##1"'&54763311##1"'&54763312���@�		`				`		@				�				��		 				 		`��@@								@								�								 ����C&'&767'771676'&'&1'1&'"11#1"331676''17`    w

X


8*06W�
t-�$$$$�   
H


-$!]'VZ����:u6761111''1&'&'5147632167514''1&'&767#1167514763211'&551677167514771676_x

O
�+				W>W				+�
O

x�
�I`	
-"!-v				PU	�

�

UP				v-!"-	
`I�����#3Sv111!#"'&5476351"'&5147633!!!1!127654'&#'711177115'1716''1'1&11276'&#&'&'6767276'&'`))�� 								  ��				N								�$%6'
	))	
'6%$�)��)				@		@		��@				�

*6%$(($%6���h%1#"''1&'&'6767'&'11#&'&'&1111167516767&'&''1&'&7&763276'&'5�'		


~5FX;;;;XX;;�
	

	

�F5~


		';;XX;;;;Xh

 ���1D%1#"''1&'&'6767'&'11&'76767#4711632#"'&5�'		


~5FX;;;;XX;;�""p								�F5~


		';;XX;;;;X ""&'(('&								���,CT&567716551#1112773#35147&##15127716751#755&'&'#113�2@
�@%) /���`
�@%) s2��
`
�!?'0
�� 0/)�
 ��� 0/)W'?� 

��@�+^671163312##11''1#1"'&547633116311217163211#"''11#"'&54771'1&547�				�if.				.$AUn


))


		**		


))


		**		r
				���				p"�		**		


))


		**		


))


����(\767116711672#&#232#&'&'&'%631121111''1&1'&7714''1&76771677"":9H2,
X;;;;X
,2H9:""wG3??3G�H9:""

;;XX;;
"":9Hw@
2F!!F2
@����LSZaho%731''''#1113173'##11&''1#1"'&54771'1&547633171671312''71#'''13#3#17731''71#�*!666z66z6B555n8

8n55n9
8n
66*d6�****y6�""""6XXXXXXWWW	
\\	WW	[[	WX####8,,,,8##�""""Z,,,,����!6Ko6111##514'&#"1##51516777163211##1&'&'5147716327&1#111311771316''1716'#1'6

yp				py�@@��@@�    �e%r�`				`�r%e��� G������G y



����5fmz�����&'&#"132767!!!1!17"111327671&'&#4771'1&567317163213111#11#"''1#1&'77#1''3171'1#1731'7#3#17'731''71#''13`



�������P



�t9999|*AFF�!!!!`*`!!! ��@�				�@				��@� 		�@				�		��106

6016

66$$$$p444444L<$$$$<h���9j1131131513113151311315131676751&'"1#!1"''1&#53276551!1132765513127654'&#!1"33
@`@`@
1��1@								 				�@				 p
@@@@@@
CC���				��				�								�������7767632112##11111"##11#11#"'&551#11#"'&551#11#"'&551#1&'676751#1"#&'&'&'45676767716771715151#1"'&'&'&767637167#3#133553351##11#3=	 &' -(				�				�				(- '& =3�``�Hx�����$
8
	B# 				  				  				 #B	
0
$j@@�@@@@��G�>1''1#1&'&'51676731716'71611''11'&771'1&76-�DD�|7777777777�	��	
x@x
�7777777777���5H[11&'&'6767671167654'&'&'4'11&#"327654711632#"'&5))))R6666RF::$""$::FF::$""$::F 								@								�))))66RR66�@!"<=CC=<"!!"<=CC=<"!`								�								����9�.H[{7&767!11#1311#1311#1311!!!!1!1&'&'5167672711654'&#"31''171611'&'&7676�!
	���|jb� �� 

��

�								�!!,
11
,`,��,@@@ 
 

 
`								�:AA:
6EEEE6
	����#4MV_671167!321#12##!&'&'113!151!1"&'11&'131675167'&'6767&'&11771176''1716'&1')  								 ��)@		�		""@p0z
MM
jj
MM
jj`)		��		@				)@��		@		0 

!a
!!
..
!!
..��@�/86'11&'&1'1&'&111336767514'17#3#711#y

	''	

0�
��
�0Ywwwwxx�
	
11
	
<��

%<�t���� �E���3#3327111#"'&5511312##1&'&'51&''1&'&7676116767111#&'11&'&511515151671121111131717171116311111'&'6767&'@$				�8				�)


%*)3�,

@


"00 �				�m				)�


&U'`
%%
`
[������(T5315113151&'&'#11315167131513113276551!113276551276''1&'!�0&0$%6@6%$0&00�
												
�������.��6%$$%6��.��� `				``				` ��}�$K2276"'&'&'&'&5676711!1&'&'6767516767263�	"))>

5P#-66R0"��)#)
"�!")?))
4#-Q76�P")%)
"	������HU|111"#"51&'&'271'&''1'1&'&771'1&76771716761716676'&'11!1&'&'6767516767263&U&#)))U22UGG�    �"��)#)
"�U7))) 	TGGU22�$$$$�")%)
"	��v�75133127655116751327167516713312765511112767716''151&'1'1&'&###1167675151516767&'%&567311&''`		 				 		 *
5#��3""
��w�"00"�   �				X

X				� 2?
fRJ""36
 (&@p�		!!
����#5GYj~���'7716'"157716''1&%'771654''1&#&'11&11767571237165&#6751&''1"123''276''1&#"1%''&#"171676'776'&##117'3#3276''1&##1"131555N
�!<.&NNN	
5��-
<1���
�
�
�
�����VO	�NNNV�	�OOO	�	OZ���	P		P	B   �
b	.{{{\	
���� 	b
�
	\{�4@^4@��xxxx����		�

�	��	����)=611''1&'677'1''1&'51476!611'&551477��������������`		hh		`�```	�	W�		�W	�	`����@�S\7767213121311##1'5##1"'&551#"'1##1"'&551&''1&76761337&'67648" %pj		 		$,,$		 		-

�p0!���
"@a���				ss				�1

@�������LXb~''&'&771'1&763331#1"''1#111#!"'&'&5476763%1674''1&'515701110101011''676711611#1&'&7711'&77`444

),p0/9


 !j
/"�0�,.�///��
��E�~C



 %M


'B/$-/B-95%	W2+	<
o����C71#'&#67674'&74771633127676'&56767276'&'&'�	


	

Y	
	
 0	/0BK12�
	

	0 	?()21KY���2K^r�������011771676'&'&1'6'11&'&#"1763277111743676''1&'&3167&'&'&1%&113167676''#3#1316751&'!1316751&'#1316751&'#!1316751&'#'&'167&'16753&'1675QD 
			

		��	C		
 :P

	E��	

PE2PPPP0PP��PP�PP�@�#
-	

L
x
				
LL0
	.	

L
�)$
.L
$).�0000�0000��� �������!(^��6711673113311#11#1&'&'#3#513#321&'51&'#11316751671##1"'&551476333#3#11##1&'6731674''1&'47633165516711#"''1&55167�		��0�������####%

++%

c��		���@���PP



 ##  5,,5  ���� 6L�2111#151476347116321#15347116321#"'&5547116321#"'&555532732711##1"'&551&''1&'516767312##1316767�		@		�				@�								`								`		�		%X88�		pp		@				PP				`				`@				@				@X			(!!`				N&5����5H[7#&'167671"''1&1#"''1&#"1#"''1&'&4'11&#"327652711654'&#"3(66RR66	

	x								`											R6666R��	
##
								 								��G�/C%''1&551'1&5677163311171611''1&771'7711&'&'67�-#'P	/9*-$
X�}���&	
�$ �!& ,
	&*%1X����&	� $����%6IZm~��������T1167&'&'&#"1167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"71167&'&'&#"67&'&'&#"11315151&'311315151&'311315151&'311315151&'311315151&'311315151&''4'11&#"1#1"'&5514'&#"1311#1"33327654'&##151316767514'&#"1##15:��>R.�.R>�( @ @ � @ @ �				�						)��				��				��)						��055555558````````````				�		`				`)@								@)`				`		����6Vl777677163111#1717167&''1'1&'1111#&#"11113277171654''1'!!!2#!1"'&54763@iii1�<]�(

((

(�����@�				�@				 ���5^��#(

(#��								����M_w676'&'711#"'&551'1&77167613151671010101011&'51#1&''7711'&'&77''1&'&7716763312�32				J'�$$$*

8$$$0
��LLL2Y				SJ#T

+8��񊊊*d

Z���	[		�����������612331271611#1&'51#11#1&'51&'&'&'&'13311##1"'&551#"'1##1"'&5511'&7716567671133267'1&7&'6767&''&'6767&'� 


 @ 		 		@		""		@		66R9 IXX0�

) %"		@				LL				w)1R88�p��@�bk%5531176751&'3167&'####16751671131676''1&771654511331276551671157&'67�

 P 6%$`K0!
"		T		 		0�NNN#L$%6'"88*,24
?
�				�.���A�N%11#11#1'1716''1&111#1&'&'51#1&'&547%162151476331211@		
 {&Qu		<U
f 		
	k		 		5�
		�@C
]	SG	4�		

�	^%				y.
����w6331#1"3311#1"331312771676'&'&1##1&'&'473127654'&##171673127654'&##165&'&'#1"177z!+
�				|3D				  0+7+
	
!+
�				{2D				  0+7+
	
L

								0  "	



								0  "	

��A�(5B111133167716713127676'&'&'676'&'%&'&767 o??22J''J22??o�    @$$$$�//9U-."/

/".-U9//�$$$$@    ���%1!1&'&'47167''11771633�	�p	�AAAAO


1���Y�hhh

"
����~��3#31#15'111311!1"3311#1131676751&'&'#151!11#1131676751&'&'#1513127654'&#!15131676751&'&'#55311#%3#31#15����

0�				`0

�

00

�

0`				�0

����@�����@@@
`
 				 
`

`
  
`

`
 				 
`
�@@@@@@@@����4���7'3276551&'&'#113277171'1&551673111''1#"'1312#315151676351676711167514'&''1&761111##&'&'&'5151&55151&'67316763312311163312##1131#1"'&'#"''&'6767&'�	@

	




@				�
#
D**32?�>23"@"				8  
Mp�

2
				0%	
 0d%
33F?2332>'
				&
v�;7676'4'&'&'67&'%671167671&'&'&'5@GhhG
7YY7
�G43HH34G�"HeeH""HeeH"�%%	

	((%##%`%##%`����Vm&'&7676323111767716'&''171133127654'&##1&''1&''1&#13277#3#"3316771'1&'@�W

9					900"		


#;;;				F	��^
5Y

e$R				6!


		�				)��@�/C533351&'&'7167675167673151&'&'!671167&'#113		0

p�)��`0 �)�p000		P

0���)�@ 0)������ 3Fy111##1"'&551&'&567672711654'&#"374'11&#"3276567116171611''11'&'&76771'1&'&7p		`		()==)(�								�								����������@"				"6%$$%60								 								�YYCCYYCC������61'1&7P����0�������6'&11'1&''1&111177167711176''1&7716767117716''11176''1&''17167716'&11716''1&11514'&'&1&'514'&1'1&77�	!9P		<<
	P9!	  ((  	!9P		=<
	P9!	 0

0 �	U"99	8

8	99"U	T (( T	U"99	8

8	99"U	T0

0T��`�2ENW`i11##1&'&76767656767!&'11&'676756711654'&'%&'673&'6767&'7&'67�"

�
	
	)D))))								��@0P�&442vFE		 55LR66��66RR6666RR66�0���������6711673121315147716761131211&##1##111#"''11##1"'&551&'1#"''1&54771&'#1"'&55147633167'1&547716515153#3#133'676'&'67&'&'11&'676323`j0j
8+=#P				

		 		


								�jjj q'Z----`%#"%�x"%""-	.		


								


		 		



 ```�'((''(('�@%.#%����!+ETc3#3&'7&#3176711674'#1131'1'7'31312765&'&'#1"1133151%&'11&'#116765�gggC&) R[66%$�$%6d
�>:!///D"R
	23K\
�	
"@
09p2D$D�$%66%$8�h`OOO"	
K32�
	�#$)
_

��'4A!!!13167716713167671&'&'676'&'%&'&767@��x'  &y�     �$$$$��"@@"�$$$$@    ���+Ln�6111#1"1#"''1&547716551673127%21111#"''1'1&547717163%'111#"''1'1&5477171632721111#"''1'1&547717163�
V��

*
p# 3344��3344x�
`��
*

c���4334�444334F���*U113312#!1"3!16767&'&'#1"113316767&'&'!1"3!12##1"3#36767&'&'#1"3312##1"3 		 				��				@)) 		@		 ))��				�				 		�   ))�				�				 				�										))		��		))										�))												���6H631121#'111#"''1&5477167677171&547'7716''1&1�


@		

	1
	�X�1
	��BBBb		Bb		�		@


		1�X�
1	

��BBB		bB		b�����<���7113167632367232316767&'&'0#0#65&'&'&'&#4'11&#"&'&#"01"#"321230"3276701327654503327654'&'012327654'&#"1"#0365654'&#"0145676'&'!676'&')--))"&!0  				




				



				




				



���)))" 0

 `				



				


	

				

	

				




���C�$JWdq~113676'&#&'&'47676'&'"#671167&'&'65&'&'"&'&#1!&17716'3&17716'3&17716'3&17716'�1###6$&	q""
)#)�� 
 ` 
 ` 
 ` 
 �/
 ##
&��"	"
)$)$
00
00
00
00���)AYs7&'11&'6767&567672672121!63211&'&'51477363211&'&'514777763211&'&'5147`) 0!&"))��#
#�#
#}####
�) 

0 "))4A



AA



AAAAAA



�����)6CQ^7&'11&'6767&567672672121!1'&771631'&77167'&7716'1'&7716`) 0!&"))��0
0
y0
0�000
0�0
0�) 

0 "))"
p
p
p
pppp
p

p
p������6ER_ly�1&#1'&''1'1&'&771'1&767717167617162&'67671'&771631'&771631'&771631'&7716711!1&'&'6767516767263&
#)

8U22UGGV	E
 
 `
 
 `
 
 `
 
 K"��)#)
"�?!)
1"'UGGU22���0
0
0
0
0
0
0
0
t")%)
"	����Dk���6763217163213331'&''1&'1!1'1&1##1&'&'4771&'&'3#311##1"'&551#11##1"'&551513'&#"11"117711765'1716'&#'1'7"11"117711765'1716'&#'1'1&#&#"11"117711765'1716'&#'1'@..L	
� ?'
	��(	*L�```		 		�		 		`

k

u

�,,H	2
	W^	^
��@@				@@				@@����������211171632771611''1&'1177111''1&11716177111''1&11716177111'&11#"'&55151515151515151514763&'67367&'&'67367&' 		E;7#&&$	
-BA!LO"-BA>C?F85LO"-BA>C?F85LO""IE;@@						P   �			$ !>
!!
>
!!
"	
"P				@F!?!?!9 		`0����9L767116761"'51&'&'&'4'11&'&#"3276765'211#"'&5476301LM1101LM11 







`								�O98
?98PP88@

98P0







 								�����)\3#31312#!1"'&5476331676751673#3131513113151311315131131!1&'&77121255�=+*				��				*+=�@@@(@0@(@0�@0�*+=								=+*�������  ����'BU^7714'&12767716'&#17165&'"211#"'&'&54767634'11&#"3276567&'����	�/9:V7./f
K��####								�KKK
f/.7V:9/�	��""""`								`��@�%6`m�4'11&#"1315!4'11&#"13276527116551#113"1176771327653276514'&##&'&76755133127654'&##1'1&'11132765511132765514''				@@								��		@		`
	 

		
								��I				C)				 				
&�				��				�@				�� 		��		ڛ

							�		P��HHH				)7�				`+5				;4����Fc&##1&771632131316767&'&'65&'&'#165&'&'&13117716'&'#1716'�	%	 �

!% 	$-

�F4	

�F4	�

!!�:%!	%��

i�

i����4_�11111#"'&5516767671#"'&551&'&'&'111#"'&55167671#"'&551&'&'5#"'&5516767671#"'&551&'&'@H9:""				+*IHYYHI*+				"":9H				$%66%$				�				32??23				--DD--`"":9H`				`YHI*++*IHY`				`H9:""�`				`6%$$%6`				`@```				`?2332?`				`D----D����:b��671167311!15%"1111771176''1716'&''1'1&#&#"1111771176''1716'&''1''"1111771176''1716'&''1'1&#3#!116751476321&'&'51#111##1"'&551#11##1"'&551513--D�D--��������				"" 		@		�		@		�D----D@@@� P0				0""0 @				@@				@`����$2@N[113167316767&'&'"&'&#&'!!!!167&'#3#3167&'#!!!!167&''&'#13167 ()={#22#0  0%2#&5=)(H��P��P@pppp���P��P�hh0=)( 00 ()=�`H���-Kr�211#"'&54763271167654'&'&#"3%6711671&'&'47675711101016767&'&'010151&'&'671167&'51&'1�								







��


""00 ()==)( 0

�								�







P

�""�p 0�%3=)(()=3%�0 �`
!��!
���-Lr�4'11&#"32765#471167632#"'&'&5'11167674'&'51&'&'67116710101&'&'67670101511&'&'6751671�								�







�
""

p 00 ()==)(�

`								







 
�""�
00  0�%3=)(()=3%��

!33!���8U71131716321336767&'&'0#0#65&'&'&'&#&13117716'&'#1716')/�

@))"&!0 J

�F4	

�F4	�)u:))" 0

 �

i�

i����!1A5!1677165&'!1"!!!!1'1&''31654'!113277167#a&��		`��R��(T/�uuu
����
N��
	&			`6*?�EEE
#v!$$	N���&AY&'11&'676726763"'1#"''1#77632132771'1&##1"17767311#!1&'&'477�$$ 		 000 


;*<+*+�
�h
�0
0

0
� 
BC`����@�$F671167!11!1&1'1&17716'671167311!151311!1&'&'5`
 
��9o/@��g
�

� 
p

��0/o/@��
��
`

`����B�6m�667116'&'&'&'&''&'&767676116767116'&'&'&'&''&'&76767611676567116'&'&'&'&''&'&76767611676#**#

&-21		12,&

#*+#%#**#

&-21		12,&

#*+##**#

&-21		12,&

#*+#z







��






�







����5Lc676'&'67116132771611#151&''1&'&7'11#"''1&'&777711#"'&54771'�#$$##$$#p
$)33)$


%�$
Z<<<02�===20h))))9




$$

�555&0
H5555H
0%���4AN!!!676767671167312##11#"'&'&'&5335&'&767676'&'��,
u� 				  ))-,*) ���8..
� 				@&$##$&@�0����A�LYhy�"7627677676'&'&763676'&'&'65&'&#&'&'&76'676'&'6'&'&#&67"6326767&#6767&"�."4*89&!786587!&98+5".	
11
	C:

"
j,%

&+�

"
�/G(!4&:=00		00=:&4!(G/	$&&&&$	���(+$$
b�(
$$+���9e11332765&'&'&'"11332765&'&'"&'11&'16767&'&'#1131&'&'5�		?23				&'AAP				6%$				66R		`

()==)(()=


�		32?				PAA'&		`		$%6				R66		

�=)(()==)(`


�����.?O21113151476321311!151676731514763!!!1!1&'&'1316751&'#�		�				0
�@
0		���@�
��
P``�		  				 
00
 		���

@``����.?O21113151476321311!151676731514763!!!1!1&'&'1!16751&'!�		�				0
�@
0		���@�
��
P ���		  				 
00
 		���

@@@�����+5?IR[d63117%1676551&'&'"177'6711'771&'''167'1'17'1'17'1'17]
��T#*+@+%3	
Y...
.===>	V<<<=l====g====<	��"#)@+*Q	=>5///

.;R&&&&C&&&&A%%%%�����,S110136767654'&'&'1765&'&'&#"1''1111771'1&761716765&'&'[		
					f?'<

7|�4

=d#%&7�	
						�.=

7��?4

<.  '7&%
���AO\enw����"1113311#1"11!16767514''1&'&##151312765514'&##3#3#1&'6767!1!1&'7&'677&'67&'677&'67&'677&'67&'67@				P9��P				� ���� `��0xH�H�H�		@		 �FF� 		@		0���hhhhh���!Aa�%#3#&'51676171632111111#"''11'&'51673!1''11#"''1&54771'1&7673'&'&771'1&5477163217161#Ȑ��(I$I((I$I(��(I$I(��(I$I(���(I$I(@(I%I(��(I$I(@(I$I(���@�
.c13171#55#11333#3'1#133#3674''1&'#1'#1"331132765!132765713127654'&##171!2^[�c| }}}c�^^^Z�S								@								��T��������T�    				�								�				 ����%:a��3#31#1&'477167#3#7131355311#7&'&''1311&#"11#1#"'&5'1#1"'&5476331'1!1777632&'&'67676301&'11&'&327672[[[^�|||c c:�Z�
0�								2�		--DE-,"!&	
&		��T������H
@TKL6				�				 	
#


	**.D----D9/0 ��a7533151671315167131516713151671312765514'&##1514'&##1514'&##1"1#1"1#1"		@@@@@				 		 		�		 		 		��		pppppppp		�		 		 				 		 		����;Gv���6'&1'1&1'1&1#1131&551476767&'#1716'&17'#1&'672#1131513113151&'&'#165&'&'1'1&'113151#13#3676751#1#17163�


		

�	
$�1\
� �
##0
����
�`1�
	
��
�0�&&&


P``P

((��
�P0
P�8&
������W`i617161171611'&'&76771'1'&''11'11''1'1&'&7676171&'&777171'37171'�}}O%)

GG

).$%$%.)

GG

)%O,Z
K�LLLY�..�+,+V



V.AA.V


V+,+�7555 :: 5����� "131676716'&#!''!11! 

2�2

�@8v�����W��������m���7127716331111136771632136''1&771676731#1"131211133165&'&'&#"''1&#"''1&##1"1113316767%671167632#"'&'&'7&17716'
!!!	*
	

	
	
	
87U�	

6++�J!"<=CC=<"!!"<=CC=<"!� 

 

�	
		


	


"V::��

!
-dF::$""$::FF::$""$::F�

 

 `� +7"113!127654'&#!5"113!127654'&#! 				�				��				�				���								�								����+4'11&#"13276534'11&#"132765@								�								�				��				�				��				������5B&111&#"767676767654'717167716''&'&767�0M#$$


'"*+33#		
M)0(���0)M
		#33,)"'

$$#M0(����2611176''1716''1611#"''1&'516767w$!2Lp<Z,44!!/��/!!4�NKhbL?
'&6A,��,A6&'
����V��676'&'676'&'2317716176''1&7716'&'&'&'51&'&1''1&#11'&1111177161767516767676''1&7716'&1''%&'&767Pe		

				
�
					
					``�			
		 	#
� 		
			 		
			[@��5�GP556767716121#1&''1#1111"'"'11&'&1##1&'&'%67&'@..N�

!%
1#)!
	-	
&0

�
H���SAA<
	
"�&
'	
 G	

����17&5454763!121&'11&''11&''11&'LKKK�
	M=�
��
	
�3P�q��p��@�MV5!16767255#3#31#167#3#51!11#11311#151&'&'1#1&'&'51315!5531#@��'>>L 7--���BBB`�@@@@@�
��
� B`�~~~;""~yyy
. �F:��� P
��
P ���:F���� :%!!!'1&56767311716331471163!121#!1"'&55`�� ��;'(;2&&
 O��		 				��		@�;('1~V@				 				 ���:If167&'&''1&'&5&'"111316767316767&'&'#3#3#15'&'167&'&''1&'&5X



8		)�)0  00 

�



�



�		�)) 00 @

`�



����&:G#1"'&767676271#"'&'&77137#3#&'71676#'&'&767�&�	(
H(H
.55.
H��&H
(	�/		5,,}�}}P/},,5		0���5E[m�211#"'&'&5476763671167654'&'&'67'1&'&337327676''1#"'73#3276'&'&12711654'&#"34,,,,44,,,,4F::$""$::FF::$""$::F8$'	H$$$

$
THHH	'$8								�--33----33--�@!"<=CC=<"!!"<=CC=<"! ?#5		1>>>>1		5#>! 								������AN[�676'&'5#"'&551'&'&77167633121'1#"'&551#1&'167676'&'55#1"'&771"'&'&771676321#1##11#"'&551#11#"'&5P(				

  
				��	
""									��Ѐ��				�
dd
�				�`�0�0�P```
_  _`				``				�����IR[&111&#"11&#"327654'7117654'7117716''171654''1&#"1'''711'''711�`Z%,0(l						l
Y`Y7		0


7Y�HHH>H>�HHH>H>�`Y
l						l

(0,%Y`Y7


0		7Y��HHH>H>�HHH>H>���Hc471163#"'&5&'&'&'"'&5'71&547632#"'11#&'&'47676711#"'&5&'&'"'&54763�		PAA'&				32?		�hhh						h#)X;;�R66				$%6				�		&'AAP				?23		�hhh						h;;X)#}66R				6%$				����)7E#3#"11!167671&'&'5&'516735&'516735&'5167@���M�PP�M���X000000000000����)2@IW`n3#3211!1&'&'16767"1113151#3#!51##%4'11&##11315'53151#27116551#113'53151#1133151#1@���M� 		@  PPP�		 @�@@�		@ �@@`		 @�M����		 @�@@�		@  @@@@�		 @@@@@@ 		@ ������9Kbz676'&'47116331111#"'&551'1&76771#1"'&57711#"'&5471##1&'6731675167'&''1&7617716`�		�"J<				NK		/WWW
R


		CYY��;

<

�P		F<I				CM		�VVVS		


`
<

;
�����3q676'&'6171'1&7111177161'%1&77'716116771611''1&''111'1'11'&771'1&76}���.Km(	2�,,��	t	

7T
4:�


	
��	fEK4'
JC

��
!
3	I
	��@�-v�676'&'23111#171'1&'1#11677163011121#131210331210331676751&'1#171674'&##1&''1&''1&#17#1716'&''171133PmWX) 	; 6j8+���E			900"

3,
9`@^
5RX
~'���			6!


Y���L$R����Ee"113113151311315167675127654'&###"1"'&''1&'&'&##4'11&#"1!1"3!167675 				)@�@)				  		911#")	I				�				�%�				�)    )`						)1#��								%�����6a��%6711671167&'&'&'#01111111111367673'47116331#1"1##1&'6731654''1&'%3#3#1"1##1&'6731654''1&'4763'7161&'511#"''11&'51676H9:"""":9HH9:""/
,&#08�



�####
//::////:E4%

�

%

////`00`�����Zkx611111''11111331#1"'%1&''1&7611&5&76771516771'1&''1&767'&7716''11&'&767�*~


HG!W��
J".G���5 T%�2b


8 K!�
5'2��===		K
,"^�����R[dmv�715167171611##1"'&'676'&''1'1&761516711676'&56767'67&'&'6767&'&'6767&'51327716551&'U0
8I0.�.0I8
1))u00		3(

 
-GE--EG-
 
())-�P0����
^t}���'#1'1513''&'#11#1"1!167674'3111327654''15151716'&'&11#1514'4'11!1&'&'6767!&'6767&''&'6767&'+EEEp@k�WWW){
 		 00 +6


		79

	9@M

�

��8h����@`����%
p		k"0  037		


6SUG
	
G5m



0����;471163!12#!1"'&5471163332##11#"'&551#1"'&5		@				��				��				�				�		�								�						�				�		����/QXf31113!1276''16767&'&'513167&'!#"'&'&71111&7676320111155113#3#1&'67$	

	$�ph/PP//PP/8�    ��#F+<

<+F#��



�@�����+;hq&113311132771654''1&'&'1514''2771&7'1%4'&'&1##1&'5147716'&'&#1161676767&'O(
P6mp


@		pm	h;v>��@9@=)(U%�8�
(h	mp		@


pm6P�yv !>��	?9@()=U#",�������%Uew�211#"'&547634711632#"'&567116731511'&77171611311!1&'&'531316751&'#5316751&'#171316751&'# 								�								�����Ո��@@@p@@�@@�								8								�B*00,L��@@@@@@@@����9776311#1&'&'5167716316767514''1&'47�U$11JR665	&%�	Q#/.3J1166RL6Y&&5+"����C�&O6111"11'1&7676767017167677767670171676711317111''�/U--/.Y#V--/0X��_11''N+L#%23b+�0**1/11/,0//1--�6


14410%%

""01663	,����#4^671167!321#12##!&'&'113!151!1"5#11311316751316751&'#151&'#1)  								 ��)@		�		�00 00 `)		��		@				)@��		@		0000 00 0���&&11111!16767516767&'&'&#<<11
 
11<<#�##?�

�?##��� %5!16771635!1&'&'51!��
X;;��� �	;;X0������A�8`%11#11!1&'&'51#1&'&547%162151476331211%1#11311316751316751&'#151&'#@		
 �� 		
	k		 		5��00 00 �
		��		

�	^%				y.
?0 00 0����$7DW11#11!167671&'&'#1&'&'211#"'&54763676'&'67116731#1&'� 
&% 								@    0"@"����@@								�$$$$�""�����6^%6711671167&'&'&'#0111111111136767367311311#11#1&'51#1&'5167315H9:"""":9HH9:""/
,&#08  00 00//::////:E4%

 0 00 0���ET111327654''1&#"7113277167716771010171'11'171'1'1171677)		�


		�


`"""c		


c	l#J-4C4-KCCC	M�


�		


�		�###l	b


		c#K-4C4-JDCCCM	���I\ex7''1&117716331213676751476771674'&''1&'&''1&'&#211#"'&5476367&'211#"'&54763�			<
>
*!%#
"L								�								�




'�								P								����-&'11&'11&'4767676'&674767�6++*+@@+*++6%
	#0//6:>?+,,+?>:6//j	#21,&-,��@�!Ce4'11&#"113151#1513151#15113312765514'&##1"''1&##1"113312765514'&##1"''1&##1"@				�����		�				c
		
C				�				c
		
C		�				`�@�@@�				�						���				�						�����$-6Ma7"'11&547676767#!7&'6767&''&'67671167!1!1&'&'67!11!1&'&'5=	0/XX/0	�zS�p�
�

��
����	
%%""""%%
	`0�



` ����D"111&#11&'51"1113167675151&'&'"&'&#"514'&#�

-,:v6%$



��
I8&;'$%$6@ 

���@�-?"1111"''11!151&'&'1#&'51514'&##676765&'!			08""!"80			@�DD��DD���		d	T55C@BC44T	d		����@�1[h11131#1131#1131&547675151&'&'#3#31311#11#1&'51#1&'5167315167&'&767113312765&'&'#10
����
�

�hh'((''(('�

�

'f'�
�@P
$`�
@�----�



''���y��111#"'&5471632&10#111111111#176771036767676771676771676767677167673167676'11#"'''&5477163211'���  `  .











� �� ������  ��  `F







�~ �� ����� ����!,65&'&'#1336767&'&'#'6771!o()==)(

6�

��iiii� =)(()=



����

�����*R671167!11#11!11#167!1!1&'&'%67311311#11#1&'51#1&'5167315@�@��@@Z!�!  00 00`����!!�0 00 0�3?K671167!11!1&'&'53!12765514'&#!1"3167&'#33167&'#���@		@				��		88�00@� @@@				@				����,N61'"''1&'#1&'51&'#1&'&76326''1&777311311#1"'&547677167�
*	
I%+#	��]]](
L=Z[k;

	2:�		,A
P�����P
0R./

5�����"6I\o&11121210071676'&'&'&'45&'&'&'"#0117%'211#"'&547634711632#"'&54711632#"'&5�
YHI*+,

./JK\�&'AAPe	|�								@								�								�

,+*IHY
\KJ/.�gPAA'&��	e�								�								0								���8�#3#'1&767313#301!1&'&'6767670111116767&'11#&'&'&1111167516767&'&'1151&'&7&763276'&'5@���/
�
/����*)  )��)  )*T
	

	

`G		G "#78R))R87#"X

 
����#3:kx����111!#"'&5476351"'&5147633!!!1!127654'&#''#17'733113277131276''1716'&##1'1&#"1#1"3773111#1'57'137771#3#31''#177'13`))�� 								  ��				�
7		8

7		8
88*E7�)��)				@		@		��@				�000	00	00	00	00000000H0�"+E#3#5131%111!1676751&'&'!5!151!%111!1676751&'&'!������p

�

�`���p

�

�`   `
@

@
��    @
@

@
����!2O3#31312#!1"'&54763317167!!!1##1"'&'"177116751176''1&#�xxx	`				��				`	�����
�
�
P''P
�								���



S@P'��'P����!2O3#31312#!1"'&54763317167!!!1!1&'&'"177116751176''1&#�xxx	`				��				`	�������
P''P
�								���@@P'��'P����"2Oy556771611111&'&'5145111676751#1617716#!1"'&567675#11311316751316751&'#151&'#1```$%66$%0""� GG2		
�~
		2`@:::	$$	:(6%$$%6(0""�
L

L
))7
				
7))����E471163312131514763312##11##1"'&51#11##1"'&54763315�		�		`		�				`		�		`		�				`�				���						�				`�						�����=Jer�676'&'''&#"11132765514''171133127654'&##676'&'34'11&'&#"32767653676'&'34'11&'&#"3276765�>>>
S<				+<)	@				5��#$$##$$#�""""�#$$##$$#�""""`@111

@&o				�
1!				�))))####))))####����#=5#15135#1513'#3#51313#31#15111!167671&'&'!���������������@��`���������@��@����@����%8K^q�������	/BUh{�"'11&547632#7211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763211#"'&54763"'11&547632#211#"'&54763"'11&547632#211#"'&54763"'11&547632#%211#"'&54763%"'11&547632#%211#"'&54763"'11&547632# 								`																								�																								`																								�																��								�								��								�								�								��								�								��								�								 								@								�								�								�								@								�								�								�								�								�								�								@								�								@								 								@								@								�								@								@								����2EXk~��71132765167!127654'&#!134'11&#"3276534'11&#"32765#4'11&#"3276534'11&#"32765'2711654'&#"3"11327654'&#52711654'&#"3				P				��"�								�								`								�								 																												P				"��																																�								 								�								����D�;^676'&'6171671171631!1"'&771673171%1&7'1#"'&551'11'&'&77171��
2'
#O"	`	
�		
 ��Sppp				=%

0 ��&+%g".
� �
\000`				Ko

�!���@S"'1#1"76711323676'&'131276545&'&71514'&#211#"'&54763B""r	56C
	A""
r	56C
									�56C
	A""
r	56C
	B""r	�								�����*O\z�1&'&'67675111&'&'6767516771677633121311#1&'&'5167673&'&767%73121'&771#1"'&7716%''1&7676171676�`��W	>	

�

u'''8�


'8�


��a

`�
�


9v


` 	��
p

p
h�ZZZ
pZ
p;

d

d�����'671161&''1&76771616767'1&77[
X<<ee}
`(5*)1	(�
}ee<<X
(	1)*5(`����9111!1&'&'16767!&11'1&11676767&''���@[
6
0?23,���@a0
6
,32?����3Fn~���!!!1!1&'&'516767&#"1'1&#"133276'''4'11&#"327653#311331276551311!1&'&'167671316751&'#1316751&'#1316751&'#5316751&'#1@��@���

8@	P�`�								��```		�		���P���kT		P


�								 � 				 @@hh������-;X&176'%171311767716'&'#111#1"1'05110171311'''1#1"33127654'&##17'P��,g


��

q�
u!^x6663				�				*��0מ

,

Y�(sJ�+++i								>'���'Nqx#"''1&76761147632171676471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(((

`
		$.				��$		

`�		I				I		��  ��(('���'Nqx&#"176771132765117676''1133113127654'&##1716'&'#1"11767713117676''1'1&'771#�

X		
 				 

		X�		3J	�				3J	�		`
@X@
(�

`
		$��				.$		

`		I				I		��  ��((((��@�'=Si#"''1&767611476321716763#32##1"'&547633#32##1"'&547633#32##1"'&547633#32##1"'&54763�

X		
 				 

		X�   				 				```				`				���				�				���				�				

`
		$.				��$		

`�								�								�								�								��@�'=Si&#"176771132765117676''7"1133127654'&##"1133127654'&##"1133127654'&##"1133127654'&##�

X		
 				 

		X�				 				 				`				`				�				�				�				��

`
		$��				.$		

`								�								�								�								'���(Sf�27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&'�
X		
 				 

		X
#0

				00				
!



	1%% 
`
		$.				��$		

`
�	

4								`
�

q			
	B$%%	'���(Sf�21'&''11#"'&511'&'&771631312###"'&5476331511'&'&767716'67116'&'&7&'11&567671'&'&77�
X		
 				 

		X
#
				00				

0

)%%1	
�
`
		$��				.$		

`
��
`								4

	�

7	%%$B	
	����@�")GS^|11767713117676''1'1&'#3#717513316767&'65&'&'#1"#3#51313#3#1565114'&#"1'1&#"13277pC

Z
B	&&&}		P"	"@		`       00�		


�I


		`


��� 

 ��--�````		"$"		@ @ �


		�J		


`		�@�`,97&'&767367&'&'!16767&'&'#7&'&767�----x()==)(()=`=)(()==)(p�----�'((''(('#-=)(()==)(()==)(()=-#�'((''(('����&I6711016763#"'&'676767201116767676&'&'&'&76@		
 *+55+* 
		�$44EE45#& +%>>\\>>$, &�((34%



%43((�	
:+'',9
	��%=763312116765&'&'&''1&'&##1"111!1%1&##1"1�
<2$�&���)3
.&&8999#�&	�4'��)
����*3#351#1531676751#755&'&'#113���D----D@D--��--D��--D  ���D----D�    D--����#0=JW6'&1111!167671&'&'#1%&'&7676731#1&'6731#1&'6731#1&'��S��----��``��``�~	!l�Q�'((''(('@@���5Pc7671167632#"'&'&'%211#"'&'&5476763271167654'&'&#"352711654'&#"3!"<=CC=<"!!"<=CC=<"!







####								�F::$""$::FF::$""$::F`







�""""`								����ESao&'1#111131676751477165514'&'#14'&#"#14'&#"#153#3#1&'673#3#1&'673#3#1&'67p

�
				 				0�������������H
�\

\�
								H�@@����)D^k671167!11312##!&'&'#1&'&'53#351#1&'6731514'&##1"'"1113312765514'&##676'&'"PD-- 				 ��))"@���  		@		�				�				�`P"--D�				))"��`@				��		@				@		�����q�2�
,2�^�	4�	2C	
�	>�	2C	d�	,u	
XY	.	&�	
�Version 773.01953125 (Font Awesome version: 6.5.2)The web's most popular icon set and toolkit.Font Awesome 6 FreeFont Awesome 6 Free Solid-6.5.2https://fontawesome.comFont Awesome 6 Free SolidFontAwesome6Free-SolidCopyright (c) Font AwesomeSolidVersion 773.01953125 (Font Awesome version: 6.5.2)The web's most popular icon set and toolkit.Font Awesome 6 FreeFont Awesome 6 Free Solid-6.5.2https://fontawesome.comFont Awesome 6 Free SolidFontAwesome6Free-SolidCopyright (c) Font AwesomeSolid��q
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklexclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyzfaucetfaucet-driphouse-chimney-windowhouse-signaltemperature-arrow-downtemperature-arrow-uptrailerbacteria	bacterium
box-tissuehand-holding-medical
hand-sparkles
hands-bubbleshandshake-simple-slashhandshake-slashhead-side-coughhead-side-cough-slashhead-side-maskhead-side-virushouse-chimney-userhouse-laptoplungs-virus
people-arrowsplane-slashpump-medical	pump-soapshield-virussinksoapstopwatch-20
shop-slashstore-slashtoilet-paper-slashusers-slashvirusvirus-slashvirusesvestvest-patchesarrow-trend-downarrow-trend-uparrow-up-from-bracketaustral-sign	baht-signbitcoin-signbolt-lightning
book-bookmark
camera-rotate	cedi-signchart-columnchart-ganttclapperboardclovercode-compare	code-forkcode-pull-request
colon-sign
cruzeiro-signdisplay	dong-signelevatorfilter-circle-xmarkflorin-sign
folder-closed
franc-signguarani-signgunhands-clapping
house-userindian-rupee-signkip-sign	lari-sign
litecoin-sign
manat-sign	mask-face	mill-signmoney-bills
naira-signnotdefpanoramapeseta-sign	peso-signplane-uprupiah-signstairstimelinetruck-frontturkish-lira-signvaultwand-magic-sparkles	wheat-awnwheelchair-movebangladeshi-taka-sign	bowl-riceperson-pregnant
house-chimneyhouse-crack
house-medical	cent-sign
plus-minussailboatsectionshrimpbrazilian-real-signchart-simplediagram-nextdiagram-predecessordiagram-successor
earth-oceania	bug-slashfile-circle-plus	shop-lockvirus-covidvirus-covid-slashanchor-circle-checkanchor-circle-exclamationanchor-circle-xmarkanchor-lockarrow-down-up-across-linearrow-down-up-lockarrow-right-to-cityarrow-up-from-ground-waterarrow-up-from-water-pumparrow-up-right-dotsarrows-down-to-linearrows-down-to-peoplearrows-left-right-to-linearrows-spinarrows-split-up-and-leftarrows-to-circle
arrows-to-dot
arrows-to-eyearrows-turn-rightarrows-turn-to-dotsarrows-up-to-line	bore-holebottle-dropletbottle-water	bowl-food
boxes-packingbridgebridge-circle-checkbridge-circle-exclamationbridge-circle-xmarkbridge-lockbridge-waterbucketbugsbuilding-circle-arrow-rightbuilding-circle-checkbuilding-circle-exclamationbuilding-circle-xmark
building-flag
building-lockbuilding-ngobuilding-shieldbuilding-un
building-userbuilding-wheatburstcar-on
car-tunnelchild-combatantchildrencircle-nodesclipboard-questioncloud-showers-watercomputer
cubes-stackedenvelope-circle-check	explosionferryfile-circle-exclamationfile-circle-minusfile-circle-questionfile-shieldfire-burner	fish-fins
flask-vialglass-waterglass-water-dropletgroup-arrows-rotatehand-holding-hand	handcuffshands-boundhands-holding-childhands-holding-circleheart-circle-boltheart-circle-checkheart-circle-exclamationheart-circle-minusheart-circle-plusheart-circle-xmarkhelicopter-symbol	helmet-unhill-avalanchehill-rockslidehouse-circle-checkhouse-circle-exclamationhouse-circle-xmark
house-fire
house-flaghouse-flood-water$house-flood-water-circle-arrow-right
house-lockhouse-medical-circle-check house-medical-circle-exclamationhouse-medical-circle-xmarkhouse-medical-flag
house-tsunamijar	jar-wheatjet-fighter-up
jug-detergentkitchen-setland-mine-on
landmark-flaglaptop-file
lines-leaninglocation-pin-locklocustmagnifying-glass-arrow-rightmagnifying-glass-chartmars-and-venus-burstmask-ventilatormattress-pillowmobile-retromoney-bill-transfermoney-bill-trend-upmoney-bill-wheatmosquitomosquito-netmound
mountain-citymountain-sunoil-wellpeople-grouppeople-linepeople-pullingpeople-robberypeople-roofperson-arrow-down-to-lineperson-arrow-up-from-lineperson-breastfeedingperson-burstperson-caneperson-chalkboardperson-circle-checkperson-circle-exclamationperson-circle-minusperson-circle-plusperson-circle-questionperson-circle-xmarkperson-dress-burstperson-drowningperson-fallingperson-falling-burstperson-half-dressperson-harassingperson-military-pointingperson-military-rifleperson-military-to-personperson-raysperson-rifleperson-shelterperson-walking-arrow-loop-leftperson-walking-arrow-right&person-walking-dashed-line-arrow-rightperson-walking-luggageplane-circle-checkplane-circle-exclamationplane-circle-xmark
plane-lockplate-wheatplug-circle-boltplug-circle-checkplug-circle-exclamationplug-circle-minusplug-circle-plusplug-circle-xmarkranking-starroad-barrierroad-bridgeroad-circle-checkroad-circle-exclamationroad-circle-xmark	road-lockroad-spikesrug
sack-xmarkschool-circle-checkschool-circle-exclamationschool-circle-xmarkschool-flagschool-lock
sheet-plastic
shield-cat
shield-dogshield-heart
square-nfisquare-person-confinedsquare-virusstaff-snakesun-plant-wilttarptarp-droplettenttent-arrow-down-to-linetent-arrow-left-righttent-arrow-turn-lefttent-arrows-downtentstoilet-portabletoilets-portable
tower-celltower-observation	tree-citytrowel
trowel-brickstruck-arrow-right
truck-droplettruck-fieldtruck-field-untruck-planeusers-between-lines
users-line
users-raysusers-rectangleusers-viewfindervial-circle-check
vial-viruswheat-awn-circle-exclamationwormxmarks-lineschild-dresschild-reachingfile-circle-checkfile-circle-xmarkperson-through-window
plant-wiltstapler
train-tramtable-cells-column-locktable-cells-row-lockmartini-glass-emptymusicmagnifying-glassheartstaruserfilmtable-cells-largetable-cells
table-listcheckxmarkmagnifying-glass-plusmagnifying-glass-minus	power-offsignalgearhouseclockroaddownloadinboxarrow-rotate-right
arrows-rotaterectangle-listlockflag
headphones
volume-off
volume-lowvolume-highqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext-height
text-width
align-leftalign-centeralign-right
align-justifylistoutdentindentvideoimagelocation-pincircle-half-strokedroplet
pen-to-squarearrows-up-down-left-right
backward-step
backward-fastbackwardplaypausestopforwardforward-fastforward-stepejectchevron-left
chevron-rightcircle-pluscircle-minuscircle-xmarkcircle-checkcircle-questioncircle-info
crosshairsban
arrow-leftarrow-rightarrow-up
arrow-downshareexpandcompressminuscircle-exclamationgiftleaffireeye	eye-slashtriangle-exclamationplane
calendar-daysshufflecommentmagnet
chevron-upchevron-downretweet
cart-shoppingfolderfolder-openarrows-up-downarrows-left-right	chart-barcamera-retrokeygearscomments	star-halfarrow-right-from-bracket	thumbtackarrow-up-right-from-squarearrow-right-to-brackettrophyuploadlemonphonesquare-phoneunlockcredit-cardrss
hard-drivebullhorncertificatehand-point-righthand-point-left
hand-point-uphand-point-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-arrow-downglobewrench
list-checkfilter	briefcaseup-down-left-rightuserslinkcloudflaskscissorscopy	paperclipfloppy-disksquarebarslist-ullist-ol
strikethrough	underlinetable
wand-magictruck
money-bill
caret-downcaret-up
caret-leftcaret-right
table-columnssort	sort-downsort-upenvelopearrow-rotate-leftgavelboltsitemapumbrellapaste	lightbulbarrow-right-arrow-leftcloud-arrow-downcloud-arrow-upuser-doctorstethoscopesuitcasebell
mug-saucerhospital
truck-medicalsuitcase-medicaljet-fighterbeer-mug-emptysquare-hsquare-plusangles-leftangles-right	angles-upangles-down
angle-leftangle-rightangle-up
angle-downlaptop
tablet-button
mobile-button
quote-leftquote-rightspinnercircle
face-smile
face-frownface-mehgamepadkeyboardflag-checkeredterminalcode	reply-alllocation-arrowcropcode-branch
link-slashinfosuperscript	subscripteraserpuzzle-piece
microphonemicrophone-slashshieldcalendarfire-extinguisherrocketcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-chevron-downanchorunlock-keyholebullseyeellipsisellipsis-vertical
square-rsscircle-playticketsquare-minus
arrow-turn-uparrow-turn-downsquare-check
square-pensquare-arrow-up-rightshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-right	euro-sign
sterling-sign
rupee-signyen-sign
ruble-signwon-signfile
file-linesarrow-down-a-zarrow-up-a-zarrow-down-wide-shortarrow-up-wide-shortarrow-down-1-9arrow-up-1-9	thumbs-upthumbs-downarrow-down-long
arrow-up-longarrow-left-longarrow-right-longperson-dresspersonsunmoonbox-archivebugsquare-caret-left
circle-dot
wheelchair	lira-sign
shuttle-spacesquare-envelopebuilding-columnsgraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringcircle-notchpaper-planeclock-rotate-leftheading	paragraphslidersshare-nodessquare-share-nodesbombfutboltty
binocularsplug	newspaperwifi
calculator
bell-slashtrash	copyrighteye-dropper
paintbrushcake-candles
chart-area	chart-pie
chart-line
toggle-off	toggle-onbicyclebusclosed-captioningshekel-sign	cart-pluscart-arrow-downdiamondshipuser-secret
motorcyclestreet-viewheart-pulsevenusmarsmercurymars-and-venustransgendervenus-doublemars-double
venus-marsmars-strokemars-stroke-upmars-stroke-rightneuter
genderlessserver	user-plus
user-xmarkbedtraintrain-subwaybattery-fullbattery-three-quartersbattery-halfbattery-quarter
battery-empty
arrow-pointeri-cursorobject-groupobject-ungroupnote-stickyclonescale-balancedhourglass-starthourglass-half
hourglass-end	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace	trademark
registeredtv
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkindustrymap-pin
signs-postmapmessagecircle-pausecircle-stopbag-shoppingbasket-shoppinguniversal-accessperson-walking-with-caneaudio-descriptionphone-volumebraille
ear-listenhands-asl-interpretingear-deafhandseye-low-visionfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardtemperature-fulltemperature-three-quarterstemperature-halftemperature-quartertemperature-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restoresquare-xmark	microchip	snowflakespoonutensilsrotate-left	trash-canrotate	stopwatchright-from-bracketright-to-bracketrotate-rightpooimagespencilpenpen-clip	down-long	left-long
right-longup-longfile-penmaximize	clipboard
left-rightup-downcircle-downcircle-leftcircle-right	circle-upup-right-from-squaresquare-up-right
right-leftrepeatcode-commit
code-mergedesktopgem	turn-downturn-up	lock-openlocation-dotmicrophone-linesmobile-screen-buttonmobile
mobile-screenmoney-bill-1phone-slashimage-portraitreply
shield-halvedtablet-screen-buttontablet
ticket-simple
user-largerectangle-xmark down-left-and-up-right-to-center"up-right-and-down-left-from-centerbaseball-bat-ballbaseball
basketballbowling-ballchesschess-bishopchess-board
chess-kingchess-knight
chess-pawnchess-queen
chess-rookdumbbellfootball
golf-ball-teehockey-puck
broom-ballsquare-fulltable-tennis-paddle-ball
volleyball	hand-dotsbandagebox
boxes-stackedbriefcase-medicalfire-flame-simplecapsulesclipboard-checkclipboard-listperson-dots-from-linednadollycart-flatbedfile-medical
file-waveformkit-medicalcircle-hid-card-clip
notes-medicalpalletpillsprescription-bottleprescription-bottle-medical	bed-pulse
truck-fastsmokingsyringetabletsthermometervialvials	warehouseweight-scalex-raybox-opencomment-dots
comment-slashcouchcircle-dollar-to-slotdovehand-holdinghand-holding-hearthand-holding-dollarhand-holding-droplet
hands-holdinghandshake-anglehandshake-simple
parachute-boxpeople-carry-box
piggy-bankribbonrouteseedlingsign-hangingface-smile-winktapetruck-ramp-boxtruck-movingvideo-slash
wine-glassuser-large-slashuser-astronaut
user-check
user-clock	user-gearuser-pen
user-group
user-graduate	user-lock
user-minus
user-ninjauser-shield
user-slashuser-taguser-tie
users-gearscale-unbalancedscale-unbalanced-flipblender	book-opentower-broadcastbroom
chalkboardchalkboard-userchurchcoinscompact-disccrowcrowndice	dice-five	dice-fourdice-onedice-six
dice-threedice-twodividedoor-closed	door-openfeatherfroggas-pumpglassesgreater-than-equal
helicopterinfinity	kiwi-birdless-than-equalmemorymicrophone-lines-slashmoney-bill-wavemoney-bill-1-wavemoney-checkmoney-check-dollar	not-equalpalettesquare-parkingdiagram-projectreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschoolscrewdrivershoe-printsskullban-smokingstoreshopbars-staggeredstroopwafeltoolboxshirtperson-walkingwallet
face-angryarchway
book-atlasawarddelete-leftbezier-curvebongbrush
bus-simplecannabischeck-doublemartini-glass-citrusbell-conciergecookiecookie-bitecrop-simpletachograph-digital
face-dizzycompass-draftingdrum
drum-steelpanfeather-pointed
file-contractfile-arrow-downfile-exportfile-importfile-invoicefile-invoice-dollarfile-prescriptionfile-signature
file-arrow-upfill	fill-dripfingerprintfishface-flushedface-frown-open
martini-glassearth-africaearth-americas
earth-asiaface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-winkgrip
grip-verticalheadphones-simpleheadsethighlighterhot-tub-personhoteljoint	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkcart-flatbed-suitcasemap-locationmap-location-dotmarkermedalface-meh-blankface-rolling-eyesmonument
mortar-pestlepaint-rollerpassport	pen-fancypen-nib	pen-ruler
plane-arrivalplane-departureprescriptionface-sad-cry
face-sad-tearvan-shuttle	signatureface-smile-beamsolar-panelspasplotch	spray-canstampstar-half-strokesuitcase-rolling
face-surprise
swatchbookperson-swimmingwater-ladder
droplet-slash
face-tiredtoothumbrella-beach
vector-squareweight-hangingwine-glass-emptyspray-can-sparklesapple-wholeatombonebook-open-readerbraincar-rearcar-battery	car-burstcar-sidecharging-stationdiamond-turn-rightdraw-polygonlaptop-codelayer-grouplocation-crosshairslungs
microscopeoil-canpoopshapesstar-of-lifegauge
gauge-highgauge-simplegauge-simple-highteeth
teeth-open
masks-theater
traffic-light
truck-monstertruck-pickuprectangle-adankh
book-bible
business-timecitycomment-dollarcomments-dollarcrossdharmachakraenvelope-open-textfolder-minusfolder-plusfilter-circle-dollargopuramhamsabahaijedibook-journal-whillskaabakhandalandmarkenvelopes-bulkmenorahmosqueomspaghetti-monster-flyingpeaceplace-of-worshipsquare-poll-verticalsquare-poll-horizontalperson-praying
hands-praying
book-quranmagnifying-glass-dollarmagnifying-glass-locationsockssquare-root-variablestar-and-crescent
star-of-david	synagoguescroll-torah
torii-gateviharavolume-xmarkyin-yang
blender-phone
book-skull
campgroundcatchair
cloud-moon	cloud-suncowdice-d20dice-d6dogdragondrumstick-bitedungeonfile-csv	hand-fistghosthammerhanukiah
hat-wizard
person-hikinghippohorsehouse-chimney-crackhryvnia-signmaskmountain
network-wiredotterringperson-runningscrollskull-crossbonesslashspidertoilet-papertractoruser-injuredvr-cardboard
wand-sparkleswindwine-bottlecloud-meatballcloud-moon-rain
cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usa	hurricane
landmark-domemeteorperson-booth	poo-stormrainbow
republicansmogtemperature-hightemperature-low
cloud-bolttornadovolcano
check-to-slotwaterbaby
baby-carriage	biohazardblogcalendar-day
calendar-week
candy-canecarrot
cash-registerminimizedumpster
dumpster-fireethernetgiftschampagne-glasses
whiskey-glassearth-europe
grip-linesgrip-lines-verticalguitarheart-crackholly-berry
horse-headiciclesigloomittenmug-hot	radiationcircle-radiationrestroom	satellitesatellite-dishsd-cardsim-cardperson-skating
person-skiingperson-skiing-nordicsleighcomment-smsperson-snowboardingsnowmansnowplow
tenge-signtoiletscrewdriver-wrench	cable-carfire-flame-curvedbaconbook-medicalbread-slicecheesehouse-chimney-medicalclipboard-usercomment-medicalcrutchdiseaseeggfolder-treeburgerhand-middle-finger
helmet-safety
hospital-userhotdog	ice-creamlaptop-medicalpager
pepper-hotpizza-slicesack-dollarbook-tanakh
bars-progresstrash-arrow-uptrash-can-arrow-up
user-nursewave-square
person-biking
border-allborder-noneborder-top-leftperson-diggingfanicons
phone-flipsquare-phone-flip
photo-film
text-slasharrow-down-z-aarrow-up-z-aarrow-down-short-widearrow-up-short-widearrow-down-9-1arrow-up-9-1spell-check	voicemail
hat-cowboyhat-cowboy-sidecomputer-mouseradiorecord-vinyl
walkie-talkiecaravanassets/library/font-awesome/fonts/fontawesome-webfont.ttf000064400000503254151213253230017765 0ustar00
�PFFTMk�G���GDEF��p OS/2�2z@X`cmap
�:��gasp���hglyf���M�L�head��-�6hhea
�$hmtxEy��
�loca��\�maxp,8 name㗋�gh�post����k�uː�xY_<��3�2�3�2���	�	����	��'@i��3��3s�pyrs@ �� �pU�]�����y�n�����2��@������
��������z���Z@�5�5
���z���ZZ����@���������,_���@������s���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-����`��b����
���$����6�4�8�"�"""""���@�D@���,,@� ���������	m��)@�@	 	' D9>dY*	'						�	��	��T										�@	f�	%RE	 		$!k(D�'	��	�%��	�%	��	��0%�/�&��p@0 �����!"""`���>�N�^�n�~��������������.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�p�������������� �0�@�P�`�p��������������!�@�P�`�p�������������\�X�S�B�1����ݬ

	����������������������������������
�
	,,,,,,,,,,,,,��t�L�T$�l	x	�
T(��
d����l,����4d�pH�$d,t( � �!�"0# $,$�&D'�(�)T**�,,�-�.@.�/`/�00�1�2�3d444�5 5�5�6 6\6�7H7�88`8�9L9�:h:�;�<p=p><>�?h?�@H@�A0A�BXB�CdC�DLD�E�F�G0G�H�I�J8K�L�MdN,N�N�O�P`P�Q4Q�RRlS,S�T`U0W�X�Z[@[�\<\�]�^(^�_�`pb,b�dd�ePe�f�g`g�iLi�jDkk�l�m@n,oLp�q�r�sxtt�uD{`||�}}�~��������H��������l�@����������l�H� ���T��H�������`����@�����$�\�X��D�������T�X�����D�P�,���8���d�\����������������H���x��� �t���X���p��d��������x�t�������������@������Œ�\� ļ�ŸƔ�0���d��ʨˀ����͔�x��ϰЌ�,ш�҈�ӌ���8�,՜�`���l�Hش�`���Tڸ�۔�@���l��ބ�߬��l�p� ������������������������������4�����X���$�l���(����`����������	d

��
,�,��8��(�X���x|T�@��| �!�"x##l$$�'h(�*L,T.L1t1�2�303�4�5t6T7$89H::�;�<�<�?X@A�B�C�D�EHFHGpHHIxJ J�K�L�MN@P@Q�R�SDT ULV`V�WXX4X�ZZ�[d[�\|]�^�`�aHa�b�cXd�etfhg�h�i\jxn�p@s�vw�x�y�z�{h|�}}�\���l�t���4���������t���8�8���L���T�������������|�������|�������4�x�����L����������X�(� ������� ������@�����l���t����$����x�L�L��� �H������Ġ�T�(����ʈˠ��ϔ�l�d���P�Մ�x�p���ڬ�T�T���ވ�L�����<�H��$���l������4����������� �P�l����,���x���p�,�x�t��d����4���4,h�P	4
��
�4�<,,408$�8�T� |!h"�$L%0&H'�(�)�*0*�+�,�.$.�0�1�2@2�3�4t5$6�9 :�:�;;�<(<�=4?�@�A�C�D�F�H`H�I�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�p7!!!���@p�p �p�]���!2#!"&463!&54>3!2�+��@&&��&&@��+$(�($F#+���&4&&4&x+#��+".4>32".4>32467632DhgZghDDhg-iW�DhgZghDDhg-iW&@(8 ��2N++NdN+'�;2N++NdN+'�3
8���!  #"'#"$&6$ �������rL46$���܏���oo��o|W%r��������4L&V|o��oo����ܳ��%��=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2� %��3@m00m@3���% 
�
�@
���:"7..7":�6]�^B�@B^^B�B^ $΄+0110+��$�
(	

�t��1%%1��+�`��B^^B@B^^���"'.54632>32�4��
#L</��>�oP$$Po�>���Z$_d�C�+I@$$@I+��������"#"'%#"&547&547%62���V�?�?V��8��<��8y���
���b%	I�))�9I	����	+	%%#"'%#"&547&547%62q2�Z���Z2Izy���V)�?�?V��8��<��8)>~��>��[��
���
2���b%	I�))�9I	���%#!"&54>3 72 &6 }X��X}.GuL�l�LuG.�����>�m��mU��mE��Em�������>����/?O_o���54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2�&�&&�&&�&&�&&�&&�&&�&&&�&�&&�&�&�&&�&��&�&&&�&�&&�&&�&&�&&�&&�&�^B��B^^B@B^@�&&�&&��&&�&&��&&�&&�&&�&&��&&�&&���&&�&&&&�&&���&&�&&��&&�&&��&&�&&���B^^B@B^^��/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L4�4LL44LL4�4LL44L�L4�4LL44LL4�4LL44L��4LL4�4LL��4LL4�4LL���4LL4�4LL��4LL4�4LL	�/?O_o�#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(88(��(88(@(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88�/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(88(�@(88(�(8�8(��(88(@(88(�@(88(�(88(�@(88(�(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88y��"/&4?62	62��,�P����P&�P��P�,��jP�����n���#$"'	"/&47	&4?62	62	�P���P�&���P&&P���&�P�&���P&&P���&�P������#+D++"&=#"&=46;546;232  #"'#"$&6$ 
�
@
�

�
@
�
�������rK56$���܏���oo��o|W�@
�

�
@
�

��r��������jK&V|o��oo����ܳ�����0#!"&=463!2  #"'#"$&6$ 
��

@
�������rK56$���܏���oo��o|W�@

@
�r��������jK&V|o��oo����ܳ����)5 $&54762>54&'.7>"&5462z�����z��+i *bkQ��н�Qkb* j*����LhLLhL�����zz���Bm +*i J�yh��QQ��hy�J i*+ m��J��4LL4�4LL���/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2��������������`��r��@�@r�@��@����n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632�Ԗ����#H
	��,/
�1)�
~'H�
�(C
	�

�,/
�1)�	
�$H�
Ԗ�Ԗm�6%2X
%�	l�2
�k	r6

[21
�..9Q

$�
k�2
�k	
w3[20����/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���@�`�0
��
o`^B��B^`5FN(@(NF5 ��@��@��@���L%%Ju		�@�LSyuS�@�%44%�f5#!!!"&5465	7#"'	'&/&6762546;2�&�����&??�>

�L�L
>
� X ���
 � &���&��&AJ	A��	J
W���h��##!"&5463!2!&'&!"&5!�(8(��(88(�(`�x
��c�`(8��`(��(88(@(8(D��9�8(����� ,#!"&=46;46;2.  6 $$ ����@��������(�r���^����a�a�@@`��(��������_�^����a�a��2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W
�
��.�@

��

�@.�$S

�

S$�@

���9I


�
I6>
��
��>�%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&4�8(�@(88(ч:�:��(8���@6�@*&&*�4&&4&&4&&4& ��(88(@(8�88�8)�@�)'�&&�@���$0"'&76;46;232  >& $$ `
������������(���r���^����a�a`��		@`��2�������(���^����a�a�����$0++"&5#"&54762  >& $$ ^���
?@�����(���r���^����a�a���`?		����������(���^����a�a��
#!.'!!!%#!"&547>3!2�<�<�<_@`&��&�
5@5
�@����&&�>=(""��=���'#"'&5476.  6 $$ � ��  ! ��������(�r���^����a�a�J��	%�%���(��������_�^����a�a�����3#!"'&?&#"3267672#"$&6$3276&�@*���h��QQ��hw�I
�	m�ʬ����zz���k�)'�@&('��Q��н�Qh_
	�
��z�8�zoe����$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762�@�h���k�4&&�&�G�a��F*�
&�@&��Ɇ�F*�
A��k�4&���nf�&�&&4�BH�rd�@&&4���rd
Moe�&�/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2�
@

@

@

@

@

@
�
�@

�

�@

�

�@

�
�
�@

�
�^B�@B^^B�B^`@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�3@

��
M��B^^B@B^^��!54&"#!"&546;54 32@�Ԗ@8(�@(88( p (8�j��j��(88(@(8������8@���7+"&5&5462#".#"#"&5476763232>32@@
@
@KjK�ך=}\�I���&:�k�~&26]S
&H&�

�&H5KKu�t,4,�	&� x:;*4*&��K#+"&546;227654$ >3546;2+"&="&/&546$ �<��X@@Gv"D�����װD"vG@@X��<��4L4����1!Sk @ G<_b������b_<G �� kS!1����zz�� �"'!"&5463!62&4����&&M4&���&M&�&M& ��-"'!"&5463!62#"&54>4.54632&4����&&M4&�UF
&""""&
F���&M&�&M&���%/B/%���G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4����&&M4&�UF
&""""&
FU��
&'8JSSJ8'&

����

&'.${��{$.'&

����&M&�&M&���%/B/%7���;&'6���6'&;��4�[&$
[2[
$&[��#/37#5#5!#5!!!!!!!#5!#5!5##!35!!!����������������������������������������������������������������������������#'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3????  ^��>>~??�??�??~??~??^??�^^?  ^??������������������������������������4&"2#"'.5463!2�KjKKjv%�'45%�5&5L4�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'��k�54&"2#"'.5463!2#"&'654'.#32�KjKKjv%�'45%�5&5L4�5�&�%�%�'4$.�%%�5&�5�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'45%�%�%54'�&55&�6'
��y�Tdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(��sA�eM�,*$/
!'&
�JP��$G]��
x�6,&��`
��
h`
��
"9H�v@WkNC<.
&k&
("$p"	.
#u&#	%!'	pJ�vwEF�#

@

��

@

���2#"'	#"'.546763�!''!0#�G�G$/!''!�	
8"��"8
 ��X!	
8"	"8
	����<)!!#"&=!4&"27+#!"&=#"&546;463!232������(8���&4&&4�
�8(�@(8�
qO@8(�(`�(@Oq��8(��&4&&4&@�`
�(88(�
�Oq (8(�`(�q���!)2"&42#!"&546;7>3!2  I��j��j��j��j�3e55e3�gr������`��I�j��j��j�j��1GG1���r��������P2327&7>7;"&#"4?2>54.'%3"&#"#ժ!�9&W��B03&�K5�!�)V�?�@L��'�	
>R�>e;&L:�:%P�>��vO
'h�� N��_"�:-&+#
��:��	'	����+a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P���$$5.3b�ZF�|\8!-T>5��Fu��\,�,j�n OrB,<!
5�4wJ]�?tTFi;
2�3j.�p^%/2�+
	S:T}K4W9: #ƕd�fE���:7>7676'5.'732>7"#"&#&#"OA
zj=N!�}:0e��%	y�
+t�D3�~U#B4#
g		'2
%/!:
���T	bRU,7����}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'�!~:~!PP!~:~!P��6�,�,$�$%*'
c2N 	
(�$"L��A2�3Yl�!x!*�%��%%��%��
p�P,T	NE	Q7^���oH!+(
3	 *Ue�eu
wg��a�32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6�,�,Faw!*'
=~Pl*	
(�$"L��A2�3Yl	�)�!*<7@@7<
�
<7@@7<
 p�P,T	MF
Q7�47ƢHoH!+(
3	 t���JHQ6wh��',686,'$##$',686,'$##$�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&�&&&&�&&&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&��&&�&&��&&�&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&�&&&&�&&&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2
�

�

�

�

�

�

��

@
�
�

�

��

@

��

@

��

@
�

�
s�

�
s�

�
��

�
s�

�
��

�
s�

�
s�

�
�/?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
	��		 	
�
�@

�

��

@

��

@

�@

�
�
	 		 	��

�
s�

�
s�

�
s�

�
�/?O#"&54632	#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`	��	

	 �
�@

�

��

@

��

@

�@

�
�	��	
@
	��	�

�
s�

�
s�

�
s�

�
#"'#!"&5463!2632'
�m�w�@w��w�w��
'���*��w��w�w��w������."&462!5	!"3!2654&#!"&5463!2�p�pp�p��@���

@
�^B��B^^B@B^�pp�p���@�@� 
�@

�
 �@B^^B�B^^���k%!7'34#"3276'	!7632k[�[�v
��
6����`�%��`�$65&�%[�[k����
�`����5%���&&�'���4&"2"&'&54 �Ԗ���!��?H?��!,�,Ԗ�ԖmF��!&&!Fm�,�����%" $$ ���������^����a�a`@������^����a�a���-4'.'&"26% 547>7>2"KjK��X��QqYn	243nYqQ�$!+!77!+!$5KK���,ԑ�	���]""]ً�	��9>H7'3&7#!"&5463!2'&#!"3!26=4?6	!762xt�t` �� ^Q�w��w��w@?61��B^^B@B^	@(` �`��\\��\P�`t�t8`� �� ^�Ͼw��w@w�1^B��B^^B~
	@��` \ \�P�+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632��w��w��w�
M8
pB^^B@B^�
'���sw-

9*##;No��j�'
�#��w��w@w�
"^B��B^^B�

	��*�����
"g`�81T`PSA:'�*��4�/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62	62��w��w��w@?61

��B^^B@B^	@

��B�RnB�Bn^��w��w@w�1
^B��B^^B�
	@
���Bn���nB�C"&=!32"'&46;!"'&4762!#"&4762+!5462�4&���&�4�&���&4�4&��&4&��&4�4�&���&4�4&��&4&��&4�4&���&����6'&'+"&546;267��:	&�&&�&	s�@�	
�Z&&�&&�Z
	���+6'&''&'+"&546;267667��:	�:	&�&&�&	�	s�@�	
�:�	
�Z&&�&&�Z
	��:
	z����6'&''&47667S�:	�:�	s�@�	
�:�4��:
	�|�	&546h��!!0a�
�
�
$���#!"&5463!2#!"&5463!2&�&&&��&�&&&@��&&�&&��&&�&&���#!"&5463!2&��&&�&@��&&�&&���&54646&5-�	��:	s��:	
��:4�:�
	���+&5464646;2+"&5&5-�	�	&�&&�&	�:	s��:	
��:	
�&&��&&�
	�:�
	���&54646;2+"&5-�	&�&&�&	s��:	
�&&��&&�
	62#!"&!"&5463!2�4��@��&&�&&-��:��&&&�&�����	"'&4762����4��4����4��4��4Z��f�	"/&47	&4?62S�4����4����44��4���#/54&#!4&+"!"3!;265!26 $$ �&�&�&�&&&�&&@���^����a�a@�&&&�&�&�&&&+�^����a�a�����54&#!"3!26 $$ �&�&&&@���^����a�a@�&&�&&+�^����a�a�����+74/7654/&#"'&#"32?32?6 $$ }��Z��Z��Z��Z����^����a�a���Z��Z��Z��Z�^����a�a�����#4/&"'&"327> $$ [4�h�4[j����^����a�a"Z�i�Z��J�^����a�a�����:F%54&+";264.#"32767632;265467>$ $$ ���o�W��	5!"40K(0?i�+! ":����^����a�a����X�R�dD4!&.uC$=1/J=�^����a�a�����.:%54&+4&#!";#"3!2654&+";26 $$ `��``��������^����a�a�����������^����a�a�����/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232�m&&m �l&�&l� m&&m �l&�&l�s&�%�&�&��%�&&�%�&�&��%�&&�&l� m&&m �l&�&l� m&&m �,�&��%�&&�%�&�&��%�&&�%�&���#/;"/"/&4?'&4?627626.  6 $$ I�

��

�

��

�

��

�

��
͒������(�r���^����a�aɒ

��

�

��

�

��

�

��
(��������_�^����a�a����� ,	"'&4?6262.  6 $$ ��Z4��f4�4fz�������(�r���^����a�a�Z&4f�f4�(��������_�^����a�a�����	"4'32>&#" $&6$  W���oɒV�󇥔�� z�����zz�8�����YW�˼�[����?����zz�:�zz�@�5K #!#"'&547632!2A4�@%&&K%54'�u%%�&54&K&&���4A��5K��$l$L%%�%54'�&&J&j&��K�5�K #"/&47!"&=463!&4?632�%�u'43'K&&%�@4AA4���&&K&45&�%@6%�u%%K&j&%K5�5K&$l$K&&�u#5��K@!#"'+"&5"/&547632K%K&56$��K5�5K��$l$K&&�#76%�%53'K&&%�@4AA4���&&K&45&�%%�u'5��K�"#"'&54?63246;2632K%�u'45%�u&&J'45%&L4�4L&%54'K%�5%�t%%�$65&K%%���4LL4�@&%%K'���,"&5#"#"'.'547!3462�4&�b��qb>#5���&4�4�&6Uu�e7D#		"�dž�&����/#!"&546262"/"/&47'&463!2�
���&�@&&4�L

r&4���

r

L�&�&�
���4&&�&�L

rI�@&���

r

L�4&&
���s/"/"/&47'&463!2#!"&546262&4���

r

L�&�&�
���&�@&&4�L

r@�@&���

r

L�4&&�
���4&&�&�L

r��##!+"&5!"&=463!46;2!2�8(�`8(�(8�`(88(�8(�(8�(8 �(8�`(88(�8(�(8�(88(�`8��#!"&=463!2�8(�@(88(�(8 �(88(�(88z���5'%+"&5&/&67-.?>46;2%6�.@g.��L4�4L��.g@.
��.@g.
L4�4L
.g@.���g.n.���4LL43�.n.g��g.n.�34LL4�͙.n.g����-  $54&+";264'&+";26/�a����^�����
�

�


�

�����^����a�a��
�
fm��
@
J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2���$�$�8�~+(88�8(+}�(�`8(��(8`�]��]k=��=k]��]��8���,8e�8P88P8�����`(88(�@���M��M����N4&#"327>76$32#"'.#"#"&'.54>54&'&54>7>7>32&����z&^��&.������/+>+)>J>	W��m7����'
'"''? &4&c��&^|h_b��ml/J@L@#*
#M6:D
35sҟw$	'%
'	\�t��3#!"&=463!2'.54>54''�
��

@
�1O``O1CZ��Z71O``O1BZ��Z7�@

@
N�]SHH[3`�)Tt��bN�]SHH[3^�)Tt���!1&' 547 $4&#"2654632 '&476 ���=������=嘅�����}�(zVl��'��'���ٌ@�uhy����yhu����9(�}Vz��D#���#D#�������	=CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧�}�(zV�j�\i1
z,��X��
Y[6
$!%���'F��u�J�iys�?_�9ɍ?�kyhu�n(�}Vz����YF
KA؉L�a
�0��2�-�F"@Q���sp@�_���!3%54&+";264'&+";26#!"&'&7>2
�

�


�
�
#%;"�";%#<F<������7


���??""??�$$ll2#"'&'	+&/&'&?632	&'&?67>`,@L�����5
`		��
`	�����L�`4�L��H`
����`	��
a	5�
��L@��#37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232� ��`@���� ��`@���� ���@����@�� ��@����
@

@
� ��@��� �� 
@

@
�L4��4LL4�^B@B^�^B@B^�4L� �� @@��@@ � � � @@  

��
��@@ �� � 

��
M�4LL44L`B^^B``B^^B`L���7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!54632�<M33K,��	��	
 j8Z4L2B4:;M33K,?		��	
�0N<* .)C=W]xD��0N<* .)C=W]xD?\�-7H)��	��	
�".=']�-7H)�
��w	��	
�<?.>mBZxPV3!�<?.>mBZxPV3!�
���&#"'&'5&6&>7>7&54>$32�d�FK��1A
0)����L���.���٫�C58.H(Y���e����#3C $=463!22>=463!2#!"&5463!2#!"&5463!2���H���&�&/<R.*.R</&�&�&��&&�&&��&&�&������Bɀ&&�4L&&L4�&&f��&&�&&��&&�&&Z� %"'	"/&4762��4���4��4�ͥ���5��5Z����	"'&4?62	62��4��44���5����5��%K%#!".<=#"&54762+!2"'&546;!"/&5463!232
�@�&@<@&�@	����:��&���	�
��& 

��&���&���
����&��	

��`&���:$"&462"&462!2#!"&54>7#"&463!2!2�LhLLh�LhLLh�!��
�&&�&��&&�&4hLLhLLhLLhL��%z<
0&4&&)17&4&
&&��#!"&5463!2!2��\�@\��\@\��\���@\��\�\��\ �W�*#!"&547>3!2!"4&5463!2!2W��+�B��"5P+�B@"5����^�=���\@\� \�H#�t3G#�3G:�_H�t�\��\ �@��+32"'&46;#"&4762�&��&�4�&��&4�4&�&4�4&&4�@�"&=!"'&4762!5462�4&�&4�4&&4�4�&��&4&��&����
!!!3!!��������������������������0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{��O[/5dI
kDt���pČe1?*�w�@w��w�w��	(M&
B{Wta28r=Ku?RZ^Gw��T	-�@w��w�w�����$2+37#546375&#"#3!"&5463�w��w���/Dz?s�����w��w��w�@w�S�88�	�����w�w����#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2�B^8(�Ԗ���������>��������@�|�K5�5KK55K�^B(8Ԗ�Ԗ�€>�������v����5KK55KK�H��G4&"&#"2654'32#".'#"'#"&54$327.54632@p�p)*Ppp�p)*P�b	'"+`�N*(�a���;2��̓c`." b
PTY9��ppP*)p�ppP*)�b ".`�(*N��ͣ�2�ͣ����`+"'	b
MRZB�����4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2��Ԗ���LhLKjKLhLKjK��	�"8w
s%(�")v

�
>�
	�"8x
s"+�")v
�<�
��3zLLz3��
3>8L3)x3
��3zLLz3��
3>8L3)x3
�Ԗ�Ԗ�4LL45KK54LL45KK���
#)0C	wZl/
�
Y�	
N,&�
#)0C	vZl.
�
Y�L0"��qG^^Gq�q$ ]G)Fq�qG^^Gq�q$ ]G)Fq��%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'�����VZ|�$2$
|��E~E<�|
$2$�|ZV���:�(t}�������X(	
&%(H�w�쉉��x�H(%&	(X�ZT\�MKG���<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4�N2��`@`%)7&,$)'  
%/0Ӄy�#5 +�1	&<��$]`�{t��5KK5$e:1&+'3T�F0�h��4&&4&�3M:�;b^v�+D2 5#$��I�IJ 2E=\$YJ!$MCeM��-+(K5�5K�K5y�*%A�u]c���>q4&"24&'>54'654&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4�+ 5#bW���0/%
  ')$,&7)%`@``2N��h�0##�T3'"(0;e$��5KK5 t��ip��<&	1&4&&4&�#\=E2&%IURI��$#5 2D+�v^b;�:M2g�c]vDEA%!bSV2M�K5�5K(,,��MeCM$!I��@�#"&547&547%6@�?V��8������b%	I�)���94.""'."	67"'.54632>32�+C`\hxeH>Hexh\`C+�ED���4��
#L</��>�oP$$Po�>��Q|I.3MCCM3.I|Q����/����Z$_d�C�+I@$$@I+� (@%#!"&5463!2#!"3!:"&5!"&5463!462�
��w��w@

��B^^B 
���4&�@&&�&4 ` 
�w�w�
 
^B�@B^24��& &�& &�����%573#7.";2634&#"35#347>32#!"&5463!2���FtIG9;HI�x�I��<,tԩw�@w��w�w�z��4DD43EE�����ueB���&#1�s�@w��w�w�����.4&"26#!+"'!"&5463"&463!2#2��&�S3L�l&�c4LL4�4LL4c����@��&��&{�LhLLhL��'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2��w��w��w��@B^^B@B^@�&4��t

r

��&&`��w��w@w�@^B��B^^B@R�&��t

r

��4&&@"&5!"&5463!462	#!"&54&>3!2654&#!*.54&>3!2���4&�@&&�&4 s�w��

@B^^B��

@w��4��& &�& &��3�@w�
 
^B�B^ 
�����
I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2�J���J���S��q*5&=CKu��uKC=&5*q͍S8( ^B@B^ (8���`N��`Ѣ�΀G�tO6)"M36J[E@@E[J63M")6Ot�G�(8`B^^B`8	���',2��6'&'&76'6'&6&'&6'&4#"7&64 654'.'&'.63226767.547&7662>76#!"&5463!2		/[		.
=���X��Ě4,+"*+, 1JH'5G:�:#L5+@=&#���w�@w��w�w�P.1GE�,��ԧ��44+	;/5cFO:>JJ>:O9W5$@(b4��@w��w�w������'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&4�8(�@(88(�c==c�(8��*�&�&�*�6�&4&&4&&4&&4& ��(88(@(88HH88`(�@&&�('��@����1c4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632


	N<�;+gC8�A`1a9�9�g��w����|�9�8aIe$I�VN��z<�:LQJ
�,�-[%	061I��(�)W,$-������7,oIX(�)o�ζA;=N0
eTZ
	 (���O#".'&'&'&'.54767>3232>32�e^\4?P	bM��O0#382W#& 9C9
Lĉ"	82<*9FF(W283#0OMb	P?4\^eFF9*<28	"��L
9C9 &#��!"3!2654&#!"&5463!2`��B^^B@B^^ީw��w��w@w�^B��B^^B@B^���w��w@w�����#!72#"'	#"'.546763���YY�!''!0#�G�G$/!''!�&�UU�jZ	
8"��"8
 ��X!	
8"	"8
	���GW4.'.#"#".'.'.54>54.'.#"32676#!"&5463!2 1.-
+$)
c�8
)1)

05.D
<9�0)$9��w�@w��w�w�W

)1)
7�c
)$+
-.1 �9$)0���<
D.59�@w��w�w��,T1# '327.'327.=.547&54632676TC_L��Ҭ���#+�i�!+*p�DNBN,y[����`m`%i]hbE����m��}a�u&,�SXK��
&$��f9s?
_���#"!#!#!54632��V<%'����Э��HH���	�(ں����T\dksz�� &54654'>54'6'&&"."&'./"?'&546'&6'&6'&6'&6'&74"727&6/�a���49[aA)O%-j'&]�]5r-%O)@a[9'
0BA;+


>HC���U


	#	
	
$				2	
AC: �����oM�=a-6O�UwW[q	( -	q[WwU�P6$C

+) (	
8&/
&eM���a�	
&
$	

��%+"&54&"32#!"&5463!54 �&@&�Ԗ`(88(�@(88(�r��&&j��j�8(��(88(@(8��������#'+2#!"&5463"!54&#265!375!35!�B^^B��B^^B
�

��
`���^B�@B^^B�B^�
��
�
`��
�������!="&462+"&'&'.=476;+"&'&$'.=476;�p�pp�p�$���!�$qr�
�%���}�#ߺ���pp�p��!�E$�
�rq�ܢ#���
%�
ֻ��!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B�
�@

�
�2�����^B�@B^�\77\�aB//B//B//B/�@

��
��

�~��B^^B@2^5BB5��2���.42##%&'.67#"&=463! 2�5KK5L4�_�u:B&1/&��.-
zB^^B���4L��v��y�KjK��4L[!^k'!A3;):2*�<vTq6^B�B^�L4�$���)��*@��A4#"&54"3!4."#!"&5!"&5>547&5462�;U gI�v��0Z���Z0�L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig0,3lb??bl3���4Lj��jL4*\���(88(�����\���}I/#"/'&/'&?'&'&?'&76?'&7676767676`�
(�5)�0
)��*)
0�)5�(
��
(�5)�0
))��))
0�)5�(
��*)
0�)5�(��
)�5)�0
)*��*)
0�)5�)
��
)�5)�0
)*���5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4�N2��$YGB
(HGEG  H��Q�#5K4L��i�!<�����;��5KK5 
A#
("/?&}�vh��4&&4&�3M95S+C=�,@QQ9��@@�IJ 2E=L5i�>9eM��E;K5�5K	J7R>@#�zD<����5=q%3#".'&'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2`  #A<(H(GY$��2NL4K5#aWTƾh&4&&4�K5��;����=!�i��hv�}&?/"(
#A
 5K��2*!	Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&���5K;E��Lf9>�ig�<Dz�#@>R7J	K�5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4��IJ 2E=L43M95S+C=�,@QQ9�@@�E;K5��5K	J7R>@#�zD<�gi�>9eM��Z4&&4&<�#5K4LN2��$YGB
(HGEG  H��V���;��5KK5 
A#
("/?&}�vh��i�!<��4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2�@@��2*!	Q@.'!&=C+S59M34L.9E2 JI UR�&4&&4&��Lf6A�ig�6Jy�#@>R7J	K5�5K;E@TƾH  #A<(H(GY$��2NL4K#5#a=4&&4&�D��=�i��hv�}&?/"(
#A
 5KK5��;�����+54&#!764/&"2?64/!26 $$ &�
�[6��[[j6[��&���^����a�a@�&�4[��[6[��[6�&+�^����a�a�����+4/&"!"3!277$ $$ [��6[��
&&��[6j[
���^����a�ae6[j[6�&�&�4[j[��^����a�a�����+4''&"2?;2652?$ $$ ��[6[��[6�&�&�4[���^����a�af6j[[��6[��
&&��[��^����a�a�����+4/&"4&+"'&"2? $$ [6�&�&�4[j[6[j���^����a�ad6[��&&�
�[6��[[j��^����a�a������  $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/�a����^����D&"	


	4
	$!	#
	
		
	



 
.0"�Y
	+


!	
	

$	
	"
+


		
	�Α	
		
����^����a�a��

	

			
	

	

		
	
		P� '-(	#	*	$

"
!				
*
!	

(				

	
��$�
		
2
�~�/$4&"2	#"/&547#"32>32�&4&&4��V%54'j&&�'��/덹���:,���{	&4&&4&�V%%l$65&�b��'C��r!"��k[G�+;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2����������&��&&�&&��&&�&&��&&�&�������@�&&&&�&&&&�&&&&��{#"'&5&763!2{�'
��**�)��*��)'/!5!#!"&5!3!26=#!5!463!5463!2!2���^B�@B^�&@&`��^B`8(@(8`B^��� B^^B�&&�����B^�(88(�^���G	76#!"'&?	#!"&5476	#"'&5463!2	'&763!2#"'��c�)'&�@*������*�@&('�c���(&�*�cc�*�&'
����*�@&('�c���'(&�*�cc�*�&('���c�'(&�@*��19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462Q�g�Rp|Kx;CB��y��y� 6Fe=
BP���PB
=eF6 ��Ԗ��V����>!pR�g�QBC;xK|��Ԗ���{QNa*+%��x��x5eud_C(+5++5+(C_due2Ԗ�Ԗ�����>�NQ{u�%+*jԖ�Ԗ��p�!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632��(* 8(!�)(��A�('��)* 8(!U�SxyS�SXXVzxT�TU�SxyS�SXXVzxT�@(� (8 *(���(��'(�(8 ���S�SU�Sx{VXXT�T�S�SU�Sx{VXXT���#!"5467&5432632�������t,Ԟ;F`j�)��������6�,��>�jK?�s��
�!%#!"&7#"&463!2+!'5#�8Ej��jE8�@&&&&@������XYY�&4&&4&�qD�S�%��q%��N\jx��2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''7�4&&4&l��
�NnbS���VZbR��SD	
zz
	DS��Rb)+U���Sbn�
��\.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O�`��	`�����&4&&4�r$#@�B10M�5TNT{L�5T
	II	
T5�L;l'OT4�M01B�@#$�*�3;$*�3;�;3�*$;3�*$�:$/� @@�Qq`��@���"%3<2#!"&5!"&5467>3!263!	!!#!!46!#!�(88(�@(8��(8(�`(�(8D<���+����+�<��8(�`(��8(�`�8(�@(88( 8(�(`�(8(��(������<��`(8��(`����`(8����||?%#"'&54632#"'&#"32654'&#"#"'&54632|�u�d��qܟ�s]
=
��Ofj�L?R@T?��"&�
>
�f?rRX=Ed�u�ds���q��
=
_M�jiL��?T@R?E& �f
>
�=XRr?��b���!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2����
��
08(��(8��8(@(8��
�

�
�8(��(88(�(`(����1

�`(88(���(88(@

��
�`(88(@(8(��`���#!"&5463!2�w�@w��w�w�`�@w��w�w��/%#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&��&&�&&�&&�&&�&&�&&��@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2�p�pp�pp�pp��
�@

�
��p�pp��
�@

�

�@

�
Рpp�p��pp�p���

�
�pp�p���

�
�

�
��<L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3<��/BB/.#U_:IdDRE�
�@
�
����k*G�j�
�@
�

�@

�
TP\BX-@8
C)5�XsJ@�$3T4+,:;39SG2S.7<���

�vcc)�)%L�l�}�

��

�
���5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&��@�0��2uBo
T25XzrDCBB�Eh:%��)0%HPIP{rQ�9f#-+>;I@KM-/Q"�@@@#-bZ��$&P{<�8[;:XICC>.�'5oe80#.0(
l0&%,"J&9%$<=DTI���cs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260%
<4�"VRt8<@<
-#=XYhW8+0$"+dT�Lx-'I&JKkm��uw<=V�@�!X@		v
'��|N;!/!$8:I�Ob�V;C#V

&
(���mL.A:9 !./KLwP�M�$��@@
��/?O_o��%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2��@��@��@���@��@��@���@��@��@�^B��B^^B@B^�����������������������������N��B^^B@B^^���#+3	'$"/&4762%/?/?/?/?�%k��*��6�6��bbbb|��<<��<�bbbb��bbbb�%k���6���6Ƒbbb��<<��<<�^bbbbbb@��M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2�LhLLh����
	�	LhLLhL!'�Ԗ���Ԗ@'!&	
�?�&&LhLLhL�	�	
��hLLhL��	j��jj��j	&@6/"
��&&���J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ���ok;	-j=y�hw�i�[+PM3ѩ���k=J%62>Vc��a�aQ�^��� ]G"�'9��r�~:`}�Ch�  0=Z�٤���W=#uY2BrUI1�^Fk[|��a�����L2#!67673254.#"67676'&54632#"&7>54&#"#"&5463�w��w�+U	,i<��F{�jh�}Z+OM

2ϧ���j<J%51=Ub�w��w��w�@w�zX"�'8'�T�yI9`{�Bf� 
,>X�բ���W<"uW1AqSH1�bd��w�w����'74'!3#"&46327&#"326%35#5##33#!"&5463!2����0U6c��c\=hl���ࠥ�Ymmnnnn�w�@w��w�w�w&�46#�Ȏ;ed����wnnnnn��@w��w�w����	]#/#"$&6$3 &#"32>7!5!%##5#5353����Е���tt����u�{�zz�{S�ZC�`�c�����o���t�*�t��q|��|.EXN#�??�������,<!5##673#$".4>2"&5!#2!46#!"&5463!2��r�M*
�*M~�~M**M~�~M*j����jj����&�&&&�`��P%��挐|NN|���|NN|�*�jj���jj�@��&&�&&@�
"'&463!2�@4�@&�Z4�@�4&@
#!"&4762&��&�4�Z4&&4��@@���
"'&4762�&4�@�4&@��&�4�&�@�
"&5462@�@4&&4��4�@&�&�@����
3!!%!!26#!"&5463!2�`��m��`
�^B��B^^B@B^���
 `���@B^^B�B^^��@
"'&463!2#!"&4762�@4�@&�&&��&�4��4�@�4&Z4&&4��@��
"'&463!2�@4�@&��4�@�4&@
#!"&4762&��&�4�Z4&&4��@��:#!"&5;2>76%6+".'&$'.5463!2^B�@B^,9j�9Gv33vG9�H9+bI��\
A+=66=+A
[��">nSM�A_:��B^^B1&�c*/11/*{�'VO�3��@/$$/@�*�?Nh^��l+!+"&5462!4&#"!/!#>32]��_gTRdg�d���QV?U��I*Gg?����!�2IbbIJaa���iwE33����00� 08����4#"$'&6?6332>4.#"#!"&54766$32z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������z��
�	
_hQ��н�QGB�'(&�*�eoz�(���q!#"'&547"'#"'&54>7632&4762.547>32#".'632�%k'45%��&+�~(
(�h		&

\(
(�		&

~+54'k%5%l%%l$65+~

&		�(
(\

&		�h(
(~�+%��'��!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ �KjKKjKjKKj�e2.e<^P��,bKjKKj��KjKKjKjKKj��#��#���LlL�KjKKjKjKKjK��~-��M<M�(PM<rjKKjK�jKKjKujKKjK�������L���< 6?32$6&#"'#"&'5&6&>7>7&54$ L�h��я�W.�{+9E=�c��Q�d�FK��1A
0)���������p�J2`[Q?l&������٫�C58.H(Y��'����:d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Y����j`a#",5NK�
����~E�����VZ|�$2$
|��:
$2$�|ZV���:�(t}�����h�fR�88T
h�̲����X(	
&%(H�w��(%&	(X�ZT\�MKG�{x��|�!#"'.7#"'&7>3!2%632u��

�j
�H����{(e9
�1b���U#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328(��(88(`�`(88(��(88(`�`(88(��(88(`L4`(88(@(88(`4L`(8 ��(88(@(8��8(��(88(@(8��8(��(88(@(8�4L�8(@(88(��(8�L4�8����OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462��И&4&NdN!>!
1X:Dx++w�w++xD:X1
-�U��
�!�*,*&4&��h��h&&2NN2D&

..J<
$$
<JJ<
$$
<J..

��P���bb&&�7!!"&5!54&#!"3!26!	#!"&=!"&5463!2��`(8��
�@

�
+��8(�@(8��(88(@(8�(��8(� @

@
�m+�U�`(88(�8(@(88(��
�h`���(\"&54&#"&46324."367>767#"&'"&547&547&547.'&54>2�l4

2cK�Eo���oED
)
�
�
�
)
D�g-;</-
?.P^P.?
-/<;-gY�����Y�

.2 L4H|O--O|HeO,����,Oe�q1Ls26%%4.2,44,2.4%%62sL1q�c�qAAq����4#!#"'&547632!2#"&=!"&=463!54632
��
��		@	
`
	��	
��

`?`�
�

@	
	@	
�!	��	
�
�
�
����54&+4&+"#"276#!"5467&5432632�
�
�
	`		_
�������v,Ԝ;G_j�)��``

��
	��		_ԟ����7
�,��>�jL>���54'&";;265326#!"5467&5432632	��		��
�
�
�
�������v,Ԝ;G_j�)���	`		����

`������7
�,��>�jL>�����X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 �&4&&4&�y��y�%:hD:Fp�pG9�F�j� 8P8 LhL 8P8 E;
Dh:%������>�4&&4&}y��yD~�s[4D�d=PppP=d�>hh>@�jY*(88(*Y4LL4Y*(88(*YDw"
A4*[s�~����>�����M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4�G9��������&
<#5KK5!��!5KK5#<
&ܤ��9Gp�p&4&&4&@>b�u��ោؐ&$KjK�nj��j�KjK$&����j��j�b>Ppp���
%!5!#"&5463!!35463!2+32����@\��\���8(@(8�\@@\������\@\���(88(��\��@��34#"&54"3#!"&5!"&5>547&5462�;U gI@L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig04Lj��jL4*\���(88(�����\��@"4&+32!#!"&+#!"&5463!2�pP@@P���j�j�@�@�\�@\�&��0�p����j��	��� \��\�&��-B+"&5.5462265462265462+"&5#"&5463!2�G9L4�4L9G&4&&4&&4&&4&&4&L4�4L�
��&���=d��4LL4d=�&&�`&&�&&�`&&�&&��4LL4
 ��&�#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463�(8(��(88(�(`�x
��c�`(8���@��@��@�`(��(88(@(8(D��9�8(��`@�@@�@@��/?O_o��������-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
�����
@
&�&&&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
����

`��&&�&&
��/?O_o�����%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
���8(�@(8��
@

@
�
@

@
�
@
&�&&@8(�(8@&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
��� (88( ���

�@

``

��

``
-�&&& (88(��&@����<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2�KjKKj�����KjKKj�������&��Ԗ���Ԗ�&&�@�&�&KjKKjK��
��jKKjK ������.��&j��jj��j&4&�@�@&&���#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32����������� \��\����8(@(8�\  \����������\@\���(88(��\����:
#32+53##'53535'575#5#5733#5;2+3����@��E&&`�@@��`  ����  `��@@�`&&E%@�`��@ @ @��		 �� � � � �� 		��@ 0
@��!3!57#"&5'7!7!��K5�������@ � � @���5K�@����@@��� �����#3%4&+"!4&+";265!;26#!"&5463!2&�&�&�&&�&&�&�w�@w��w�w���&&��@&&��&&@��&&��@w��w�w�����#354&#!4&+"!"3!;265!26#!"&5463!2&��&�&��&&@&�&@&�w�@w��w�w�@�&@&&��&�&��&&@&:�@w��w�w��-M�3)$"'&4762	"'&4762	s
2

�.

�

2

�w��
2

�.

�

2

�w��
2

�

�

2

�w�w

2

�

�

2

�w�w
M�3)"/&47	&4?62"/&47	&4?62S
�.

2

��w

2

��
�.

2

��w

2

�M
�.

2

��

2

�.

�.

2

��

2

�.M�3S)$"'	"/&4762"'	"/&47623
2

�w�w

2

�

�

2

�w�w

2

�

��
2

��w

2

�

�.v
2

��w

2

�

�.M�3s)"'&4?62	62"'&4?62	623
�.

�.

2

��

2

�.

�.

2

��

2�
�.

�

2

�w�

2v
�.

�

2

�w�

2-Ms3	"'&4762s
�w�

2

�.

�

2�
�w�w

2

�

�

2
MS3"/&47	&4?62S
�.

2

��w

2

�M
�.

2

��

2

�.M
3S"'	"/&47623
2

�w�w

2

�

�m
2

��w

2

�

�.M-3s"'&4?62	623
�.

�.

2

��

2-
�.

�

2

�w�

2���/4&#!"3!26#!#!"&54>5!"&5463!2
��

@
�^B��  &�&  ��B^^B@B^ @

��
M��B^%Q=
&&<P&^B@B^^�+3"&5463!2#3!2654&#!"3#!"&=324+"3�B^^B@B^^B��
@

��
`�^B��B^�p�^B�B^^B�@B^`�@

�
�S`(88(``  ��'$4&"2%4&#!"3!26#!"&5463!2�&4&&4�
��

@
�^B��B^^B@B^f4&&4&��

�@
��B^^B@B^^/$4&"2%4&#!"3!264+";%#!"&5463!2�/B//B�
�


���0L4�4LL44L_B//B/��

�@
M   �4LL44LL���  >& $$ ������(���r���^����a�a��������(���^����a�a����!C#!"&54>;2+";2#!"&54>;2+";2pP��PpQ��h@&&@j�8(�Pp�pP��PpQ��h@&&@j�8(�Pp@��PppP�h��Q&�&�j (8pP��PppP�h��Q&�&�j (8p��!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Q��h@&&@j�8(�PppP�Pp�Q��h@&&@j�8(�PppP�Pp��@h��Q&�&�j (8pP�PppP�@h��Q&�&�j (8pP�Ppp@�@�	#+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKj��KjKKj�L45KKjK�<^�^^��KjKKj��p�pp���\]��]\��jKL45K��jKKjKujKKjK��4LKjKK�^^�^��jKKjK��pp�p�r]��]\����� $$ ���^����a�aQ�^����a�a�����,#"&5465654.+"'&47623 #>bq��b�&4�4&�ɢ5����"		#D7e�uU6�&4&��m����1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3�=T==T=�=T==T=��v)�G�G�+v�@b��R�R��b@�=&����\N����j!>�3l�k����i�k3�hPTDDTPTDDTPTDDTPTDD|x��xX�K--K��|Mp<#	)>dA{��RXtfOT# RNftWQ���,%4&#!"&=4&#!"3!26#!"&5463!2!28(�@(88(��(88(�(8��\�@\��\@\��\���(88(@(88(�@(88�@\��\�\��\ �u�'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!232�5��([��5@(\&��8(��(88(��(8,�9.��+�C��\��\@\� \��6Z]#+��#,k��(88(@(88(��;5E�>:��5E�\�\��\ �\�1. ���$4@"&'&676267>"&462"&462.  > $$ n%��%/���02�
KjKKjKKjKKjKf���ff�������^����a�a�y��y/PccP/�jKKjKKjKKjK���ff���ff�@�^����a�a�����$4@&'."'.7>2"&462"&462.  > $$ n20���/%��7KjKKjKKjKKjKf���ff�������^����a�a3/PccP/y��	jKKjKKjKKjK���ff���ff�@�^����a�a�����+7#!"&463!2"&462"&462.  > $$ �&��&&��&KjKKjKKjKKjKf���ff�������^����a�a�4&&4&�jKKjKKjKKjK���ff���ff�@�^����a�a���#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@������@KjKKjKKjKKjK����ܒ���,����������gjKKjKKjKKjK�X�Ԁ�,�,��#/;GS_kw�����+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2�``����``��`��``�``�``�``�``�``�````�p`���K5��5KK5�5Kp``�``�``��``�``�``��``�``��``��``�````��`��������5KK5�5KK@���*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676���R?d�^��7ac77,9x�m#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�h[ 17��q%q#:��:#5KKu�'t#!X:	%�#+=&>7p@���*2Fr56565'5&'.	#"32325#"'+"&5.5462#"/.#"#"'&547>32327676@��ͳ�����8
2.,#,f�k*1x���-!���#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�e�`��v�o�8�t-�	�:5	��[�*�#:��:#5KKu�'t#!X:	%�#+=&>7p
�3$	"/&47	&4?62#!"&=463!2I�.

2

��w

2

�
-�@�)�.

2

��

2

�.
�-@@-��S�$9%"'&4762		/.7>	"/&47	&4?62i2

�.

�

2

�w�
E��>

u>

��.

2

��w

2

�
�2

�

�

2

�w�w
!��




�h�.

2

��

2

�.
���;#"'&476#"'&7'.'#"'&476�'
�)'�s
"+5+�@ա'
�)'����F*4*E�r4�M:�}}8��GO
�*4*������~�
(-/'	#"'%#"&7&67%632���B�;><���V�?�?V�� -����-C�4
<B�=�cB5���!%��%!�b 7I�))�9I7���	#"'.5!".67632y��(
��#

��##@,(
�)���8!	!++"&=!"&5#"&=46;546;2!76232-S��S����������S�

		��S��S�`���`���		

������K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P�8P88P�4,�C��S,4p�p4,,4p�p4,6d7AL*',4p�pP88P8�P88P8HP88P8`4Y��&+(>EY4PppP4Y4Y4PppP4Y�%*<O4Y4Ppp���
%@\ht�	"'&4762"&5462&#!"&463!2#"'&'7?654'7&#"&'&54?632#!"&463!2"&5462"'&4762��		

	����@U�SxyS���R���#PT����('�#��TU�SxySN���@����		

		�		

		
3��@��xS�SUO#���'(���V^�'(���PVvxS�SU��i��@��		

		
`�<+"&=46;2+"&=467>54&#"#"/.7!2���<'G,')7��N;2]=A+#H

�
�0P��R��H6^;<T%-S�#:/*@Z}


>h���.%#!"&=46;#"&=463!232#!"&=463!2�&�&&@@&&�&@&�&�&&&��&&�&�&�&&��&f�&&�&&b�#!"&=463!2#!"&'&63!2&�&&&'�'%@% �&&�&&�&&&&�k%J%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Sin�1KXL7觧�*		��#��&		*������@jC?.>!&1'\%Awc8^;:+<!P��%I%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Pln�EcdJ觧�*		��#��&		*������-@jC?.>!&1'\%AwcBiC:D'P%!	#!"&'&6763!2�P������&:�&?�&:&?����5"K�,)""K,)���h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32�YO)I-D%n "h.=T#)#lQTv%.%P_�	%	
%�_P%.%vUPl#)#T=@�/#,-91P+R[�Ql#)#|'�'
59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%�_P%.%v���'3!2#!"&463!5&=462 =462 &546 ����&&��&&��&4&r&4&�������@����&4&&4&�G݀&&������&&f��������
��sCK&=462	#"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i����76`al�&4&���&&��&&}n�

R

�

R
�z����f�Oego�&&�5�����`3��&&����&4&&4&�
D�

R

�

R
z����v���"!676"'.5463!2@�@w^�Cc�t~55~t�cC&�&@���?J���V��|RIIR|��V&&��#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�� �� ��N�4LL44L`B^^B``B^^B`L����L4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4��@�o�&�&}c ;pG=(
8Ai8^�^.�&4&&4&`��	`f�s��&& j�o/;J!#2
 KAE*,B^^B!`	$� ��-4&"2#"/&7#"/&767%676$!2�8P88P��Qr��	@
U���	@�
{`P�TP88P8�����P`��
�	@U	@�rQ���!6'&+!!!!2Ѥ���
8�������̙�e�;<*��@8 !�G��G�GQII���� %764'	64/&"2 $$ �f��3f4�:�4����^����a�a�f4334f�:4�:�^����a�a����� %64'&"	2 $$ ���:4f3��f4F���^����a�a��4�f4���4f�^����a�a����� 764'&"27	2 $$ �f�:4�:f4334����^����a�a�f4��:4f3���^����a�a����� %64/&"	&"2 $$ -�f4���4f�4����^����a�a��4f��3f4�:w�^����a�a���@��7!!/#35%!'!%j��/d��
�jg2�|�8�����������55���dc ��b���@��!	!%!!7!���FG)��D�H:�&�H����d���S)��U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2�&4&&4f]w�q�4�qw]	`dC���&&�:F�ԖF:�&&���Cd`�4&&4&����	]����]	`d[}�&�&�"uFj��jFu"�&�&�y}[d�#2#!"&546;4 +"&54&" (88(�@(88( r&@&�Ԗ8(��(88(@(8@����&&j��j�����'3"&462&    .  > $$ �Ԗ������>a��X��,��f���ff�������^����a�a�Ԗ�Ԗ�a>����T�X��,�,�~�ff���ff�@�^����a�a����/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88(�(88(�(88(�(88(�(88��/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88�(88(�(88�(88(�(88���5E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj�
���
��
�
f���	

�\�
�
�w�@w��w�w��jKKjK"�G

�
ܚ

��f


�
���

	�@w��w�w�����  $64'&327/�a����^�����  ��!  ����^����a�a��J@%��%	6�5��/	64'&"2	"/64&"'&476227<���ij��6��j6��u%k%~8p�8}%%�%k%}8p�8~%<���<�ij4j��4����t%%~8�p8~%k%�%%}8�p8}%k���54&#!"3!26#!"&5463!2&��&&�&�w�@w��w�w�@�&&�&&:�@w��w�w����/#!"&=463!24&#!"3!26#!"&5463!2���@�^B��B^^B@B^��w��w��w@w��@@�2@B^^B��B^^���w��w@w���+#!"'&?63!#"'&762�(��@�	@�(@>@�%����%%��� ���!232"'&76;!"/&76 �
�($��>��(����
		��J ���&%�����$%64/&"'&"2#!"&5463!2�ff4�-�4ff4f�w�@w��w�w��f4f�-�f4����@w��w�w�����/#5#5'&76	764/&"%#!"&5463!2��48`���
#�� ����\�P\��w�@w��w�w���4`8�
��
#�@  ���`\P�\`�@w��w�w�����)4&#!"273276#!"&5463!2&� *���f4�
'�w�@w��w�w�`�&')���4f�*�@w��w�w�����%5	64'&"3276'7>332#!"&5463!2�`��'(wƒa8!
�,j.��(&�w�@w��w�w��`4`*�'?_`ze<��	bw4/�*��@w��w�w�����-.  6 $$ ���� �������(�r���^����a�a���O����(��������_�^����a�a�����
-"'&763!24&#!"3!26#!"&5463!2y��B��(�(�
�@

�
�w�@w��w�w�]#�@�##� �

�@
�@w��w�w�����
-#!"'&7624&#!"3!26#!"&5463!2y(��(@B@u
�@

�
�w�@w��w�w��###��@���

�@
�@w��w�w�����
-'&54764&#!"3!26#!"&5463!2@�@####���@��w�@w��w�w��B��(�(������@�@w��w�w����`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6�#
!"'�?_

BCbCa�f\	+
~�2�	
��
	�}0�$

��
q
90r�
�

�pr%Dpu���?#!"&=46;#"&=46;54632'.#"!2#!!546;2��D
a__����	g	

*`-Uh1

��������

�߫�}
	$^L��
���
4��b+"&=.'&?676032654.'.5467546;2'.#"�ǟ�
B{PDg	q�%%Q{%P46'-N/B).ĝ
�9kC<Q
7>W*_x*%K./58`7E%_���
�	,-3�
cVO2")#,)9;J)���
�"!*�
#VD,'#/&>AX��>++"''&=46;267!"&=463!&+"&=463!2+32��Ԫ�$
�	��	
p���U�9ӑ
@�/�*f�����o�	

VRfq
�f=S��E!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![�
��

 ��

��
�
�%
)��
	���

��"

��Jg
Uh
B�W&WX���
hU
g��
�84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2�j��@jo�����
������g�|�@��~�v����v�
u�n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32Q�Kt#�� ��#F�N�Qo!��"�դ��ѧ����!�mY

�Zga~bm]�

[o�"�U+��������,����� @��h��
h@�@X
��h��h
��@�8���3H\#5"'#"&+73273&#&+5275363534."#22>4.#2>��ut
3NtR�P*�H�o2

Lo�@!�R(�Ozh=�,G<X2O:&D1A.1G$<2I+A;"B,;&$��L��GlF/�����3�D�����;a��$8$��".�!3!
��.�3!#!"&5463!���8( 8(��(88( ��h (8��(88(@(8�(8H!!#!"&5463!54&#!"3!2654&#!"3!2654&#!"3!26��(D 8(��(88( 8��@��@��@�$����(88(@(8��(8� @@@@@@"�}
$BR3/&5##"'&76;46;232!56?5"#+#5!76;5!53'#3!533��H��
��

�����D��q		�x7��	���K/�/K��F��h�/"���		@`����Z		s�Y��w�jj��jj��j"�}
$4R%3/&5##"'&76;46;232!53'#3!533!56?5"#+#5!76;5��H��
��

��������K/�/K��F����q		�x7��	�h�/"���		@`����jj��jj��j�Z		s�Y��
w"�)9IY%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
��

����� ��@������@���`��		@`�����������"�)9IY#!"&=463!2%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2��� 
��

�������@��������@ ��r��		@`��r������"��
$CV%4&#"326#"'&76;46;232%#"'&'73267##"&54632!5346=#'73BX;4>ID2F��
��

������8PuE>.'%&TeQ,j��m{��+�>R�{�?jJrL6V��		@`��7>wmR1q
uW�ei��/rr�
:V��r"��
$7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F��
��

������+�>R�{�8PuE>.'%&TeQ,j��m{��?jJrL6����		@`���rr�
:V��r3>wmR1q
uW�ei����@�\%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&�&��&& &�7.'	:@�$LB�WM{#&$h1D!		.I/!	Nr�&&%%��&&�&&V?, L=8=9%pEL+%�%r@W!<%*',<2(<&L,"r�@\#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&�&��&& &i7qN��	!/I.		!D1h$&#{MW�BL$�@:	'.�&&%%���&&��&&�=XNr%(M&<(2<,'*%<!W@r%�%+LEp%9=8=L ���	+=\d����%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2��BB��PJN�C'%!	B?)#!CC $)�54f�"��@@
B+����,A

A+�&�+A
�
ZK35N #J!1331�CCC $)��w�@w��w�w��2��"33�F�Y�F~��(-%"��o�4*)$�(*�	(&;�;&&9LA38�33�4��S,;;,W��T+<<+T;(��\g7�x�:&&:�:&&<r����%-�@w��w�w����	+=[c}���#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327�''RZZ�:k��id YYY.06�	62+YY-06	R[!.�'CD''EH$��VV�X:���:Y
X;��:Y
�fyd/%jG�&DC&&CD&O[52.
[$�C-D..D�^^���* l�y1%=^�I86�i077S
3
$EWgO%33%O�O%35	��EE�F�W�t;PP;p��t;PP;p�q��J�gT��F�Q%33&P�P%33%R�
7>%3���!+}��{�'+"&72'&76;2+"'66;2U
�&�
��	�(���P

�*��'�e�J."�-d�Z��-n �-���'74'&+";27&+";276'56#!"&5463!2�~�}�		�7��e �	���۩w�@w��w�w��"���
$Q#�'�!#
����@w��w�w��
�I-22#!&$/.'.'.'=&7>?>36����9II ! '	$ !�����01$$%A'	$ ! ����g	
\7@�)(���7Y
	
 \7@�)(���7Y
@����	'5557	���,���VW�QV���.R���W��=���?��l��%l`��������~����0��!#!#%777	5!	������R!!�XC�C��fff�݀�#�� `��,��������{��{{�`��������Og4&"2 &6 $"&462$"&62>7>7>&46.'.'. '.'&7>76 �Ԗ�� ���HR6L66L�G�HyU2LL2UyH��HyU2LL2UyHn
��X�6X��

��X�X��
Ԗ�Ԗ�����H�6L66L6�L2UyH��HyU2LL2UyH��HyU2L�n�6X��

��X�X��

�����2#!"&54634&"2$4&"2�w��w�@w��w�|�||��|�||���w�@w��w�w����||�||�||�|���	!3	37! $$ �n6^�5�5^h
����^����a�a������M�1�^����a�a���P��
*Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7o�b?K�\[z�H,1���+.@\7<��?5\V
,$V��g.GR@ �7��U,+!�����
	#	"8$}�{)�<�?L RR;kr,yE[��z#	/1
"#	#�eCI0/"5#`�	��"8���4~&p)4	2�{�H-.%W.L>���':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJX�j7-F��C',��,&C
."��!$28��h�/���"�	+p��^&+3$
i��0(�w�@w��w�w��+.i6=Bn\C1XR:#"�'jj�8Q.cAj�57!?"0D��$4"P[
&2�@w��w�w��D��"%.5#5>7>;!!76�P�Yh�pN!�HrD0�M��
 C0N��#>8\xx: �W]oW-�X���45���/%'#.5!5!#"37>#!"&5463!2p>,;$4
��5eD�+W�cE���w�@w��w�w�K�()��F
,VhV��^9tjA0/�@w��w�w���@�#"'&76;46;23�
��


��
	���&��

��� ���++"&5#"&7632�	���
^


c
� �&�

��@�#!'&5476!2� &��

����
^


b	���'&=!"&=463!546�
��� �&�
�
��	���
��
��q&8#"'&#"#"5476323276326767q'T��1[VA=QQ3���qq�Hih"-bfGw^44O#A���?66%CKJ�A}}�  !"�䒐""A$@C3^q|�z=KK?6�lk)���%!%!��V��V��u��u�u^-�m5�w��}�n�����~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632�  �  ��*<;V<<O@-K<V<�<+*<J.@�k��c�lG
H_�_H
�<+*<<*+<    �<*�R+<<+�*<�f.@�+<<+��+<<+�@.��7�uu�7�
�**�
���R+<<+�+;;	��"%3I�#5472&6&67><&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4."7674.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67�	\
��
	U7	
J#!W!'	

"';%

k	)"	
	'


/7* 		I	,6
*&"!

O6*
O $.(�	*.'

.x�,	$CN��	
�		*	�
6
		
7%&&_f&
",VL,G$3�@@$+
"


V5 3"	
""�#dA++
y0D-%&n4P'A5j$9E#"c7Y
6"	&
8Z(;=I50' !!e
�R
��
"+0n?�t(-z.'<>R$A"24B@(	~	9B9,	*$		
		<>	?0D�9f?Ae �	.(;1.D	4H&.Ct iY% *	�
7��


��
J	 <
W0%$	
""I!
*D	 ,4A'�4J"	.0f6D�4p�Z{+*�D_wqi;�W1G("%%T7F}AG!1#% JG3��� '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6�~�#��= ���XP2��{&%gx|�� .���W)o���O��LO�sEzG<��	CK}E	$MFD<5+
z���^����a�a$�MW�M��1>]|�YY�^D
�եA��<��K�m����E6<�"�@9I5*�^����a�a�����>^4./.543232654.#"#".#"32>#"'#"$&547&54632632�':XM1h*�+D($,/9p�`D�oC&JV<�Z PA3Q1*223�I�oBkែhMI����oPែhMI��oP�2S6,M!"@-7Y.?oI=[<%$('3 -- <-\�%Fu���Po��IMh���Po����IMh,���#?D76&#!"7>;267676&#!"&=463!267
#!"'&5463!26�%�8#!�
��&&Z"�M>2!��
	�^I7LRx_@�>MN�""��`�=&&*%�I�}��,
	�	L�7_jj��9����/%4&#!"3!264&#!"3!26#!"&5463!2�� ��� ��&��&&�&��������&&�&&��19#"'#++"&5#"&5475##"&54763!2"&4628(3�-�	&�B.�.B�&	�-�3(8Ig�gI�`������(8+U��e&��.BB.&����+8(�kk��`�������%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pP�Pp�����@�`(88(`�p.BB.�0.BB.���(88(�Pppͺ�������!%>&'&#"'.$ $$ ^/(V=$<;$=V).X���^����a�a��J`"(("`J��^����a�a��,���I4."2>%'%"/'&5%&'&?'&767%476762%6�[���՛[[���՛o��
�ܴ
 
���
��	��	$
$�	"	�$
$	��	�՛[[���՛[[�5`��

^�

�^

2`��
`2

^��^

��`
�����1%#"$54732$%#"$&546$763276�68��ʴh�f�킐&^�����zs��,!V[���vn)�	�6���<��ׂ�f{���z����}))N�s���3(@����+4&#!"3!2#!"&5463!2#!"&5463!2@&�&&f&��&&�&@&�&&&�4&&4&�@&&�&&��&&&& ��`�BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&�C�6�@Bb0�3eI;��:�&&�&4�L�4&���F���
�Z4&�w�4�) ���''
�5�r�&4&&�4&��&4��������}G�#&/.#./.'&4?63%27>'./&'&7676>767>?>%6}�)(."�2*&�@P9A
#sG�q]
#lh�<*46+(
	
<
5�R5"*>%</
 '2�@� 53*9*,�Z&VE/#E+)AC
(���	2k<X1$:hI(B
"	!:4Y&>"/	+[>hy
	���K
!/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676�#"NDQt	
�-�okQ//�jo_	������	���%&J�������Ղ���YJA-��.--
9\DtT+X?*<UW3'	26$>>�W0{�"F!"E �

^f`$"�_]\�<`�F�`�F�D��h>Cw�ls���J@�;=?s
:i_^{8+?`
)
O`�s2R�DE58/K��r	#"'>7&4$&5m��ī��"#���̵�$5���$�"^^W����=���ac��E�*���c������zk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q����+f$H^XbVS!rȇr?5GD_RV@-FbV=3!G84&3Im<$/6X_�D'=NUTL;2KPwt��Pt= 

�&ռ
,J~S/#NL,��8JsF);??1zIEJpq�DIPZXSF6\?5:NR=��;.&1��+!"&=!!%!5463!2�sQ9����Qs�*�*�*sQNQsBUw��
wUBF��H���CCTww���%1#"&=!"&=463!54632.  6 $$ �	��	
��

`?��������(�r���^����a�a�	��	
�
�
�
���(��������_�^����a�a�����%1#!#"'&47632!2.  6 $$ �
����		@	
`
��������(�r���^����a�a�
�
?		@	
���(��������_�^����a�a�����/#"'&476324&#!"3!26#!"&5463!2&�@�&
�@

�
�w�@w��w�w����&@B@&���

�@
�@w��w�w�����"&462  >& $$ �Ԗ��*�����(���r���^����a�a�Ԗ�Ԗ �������(���^����a�a���]�6#"$54732>%#"'!"&'&7>32'!!!2�f:�л����Ѫz��~�u:�
(�(%`V6B^hD%��i�(�]̳ޛ	��*>�6߅�����r�#�!3?^BEa�߀�#�9���#36'&632#"'&'&63232#!"&5463!2
��Q,&U�#+'
 �;il4L92<D`����w�@w��w�w�����`9ܩ6ɽ]`C4�7�7�&�@w��w�w����D+"&5#"'&=4?5#"'&=4?546;2%6%66546;2�������
	
��
	
��w�ww�w�������cB
�G]B
�G��t�y]t�y�
���#3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2���@��`@`�^B��B^^B@B^��w��w��w@w��@��`@`���2@B^^B��B^^���w��w@w�����'/?P+5#"&547.467&546;532!764'!"+32#323!&ln��@
:MM:
@��nY*�Yz--zY�*55QDD�U���9p��Y-`]��]`.X /2I$�	t�@@/!!/@@3,$,3�$p$0�0��&*0��&���&��
!P@���RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%�>S]�8T;/M7��7T</L7�=Q7,�i�<R7,�5T</L666U;/M5�<U<,�i���6i���Q=a!;�;V6-�j�;V6-�5	P=/L596Q</L5�<U6-�i�;V7,�7O;-I6��8��i;k���)I2#!"&5463#9"'.'.'3!264&#!"2>7%>�w��w�@w��w�!"�5bBBb/�/*
8(@(87)��(8=%/�'#?��w�@w��w�w����#~$EE y &�L(88e):8(%O r		

		�O�?GQaq47&67>&&'&67>&"&#6$32#"#"'654  $&6 $6&$ Co��L��.*�KPx���.*� 
iSƓi
7J?��~�pi{_Я�;��lL�������UZ=刈�����刈�����_t'<Z
�:!
	���@!
��j`Q7$k�y, R����f��k*4�������LlL��=Z=刈��������&$&546$7%7&'5>�����]���5��%��w�����������&��P�?�zrSF�!|��&0	##!"&5#5!3!3!3!32!546;2!5463���)�
)����;)��);;)��)���&&������&@@&�&��&��	�
6 $&727"'%+"'&7&54767%&4762������֬>4P���t+8?::
	�	
::AW��``���EvEEvE<�.���"�e$IE&�O�&EI&�{h.`��m���"&#"&'327>73271[
>+)@
(���]:2,C?��*%�Zx/658:@#N
�C�=�E�(�o��E=��W'c:������#!#"$&6$3 &#"32>7!����ڝ���yy��,��{��ۀ�ہW�^F!�L�C=���y�:�y��w���߂0H\R%�"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>��>0yx1��4J55J�5J44J5�Fd$��?�4J55%6�E��#42F%��$f�������LlL�q>>11�J44%&4Z%44J54R1F$Z-%45J521��Z%F1#:��ʎ 9�������LlL�����#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2�

5�5

*�*��.>.-@-R.>.-@-�<+*q�6�- -- 0�<�o,+< ��3�w�@w��w�w��

55

**�.. -- .. --G*<N�' ,-@-+*��M <*2
z��z
1�@w��w�w�����0<754&""&=#326546325##"&='26 $$ bZt�t&�sRQs��Z<t�sQ���^����a�a�>OpoO��xzRrqP6�z~{{Prr��^����a�a�����]054&"#"&5!2654632!#"&57265&<T<����H<T<������H������<T<8v*<<*������
��+;;+l���:�������=:��*;;*���
%!!"!!26#!"&5463!2��@� ]���]�@�w�@w��w�w�����]� �@��@w��w�w���	
%)3!!#335!!5!5!%#!!5!5!%#H��H{����R��H��H{���G��G{�)���q���G����R�R�q���R�R�q�����	#0@#"'632#"'632&#"7532&#"#7532#!"&5463!2L5+*5��L5+*5~�}7W|�3B}��}JC��7=}�w�@w��w�w�D�ZQ�[�1�N:_��)�i�$��)���@w��w�w��
)�	�����������6.#&#"'&547>'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?�K�cgA+![<E0y�$,<'.cI
	,#� '!;7$�=ep���	��/�/7/
D+R>,7*
2(-#=
	/~[(D?G  �|,)"#+)O��8,+�'�6	y{=@��0mI�#938OA�E`
-�
)y_/FwaH8j7=7?%����a	%%!?)L
J
9=5]~�pj

 %(��1$",I 
$@((�
+!.S		-L__$'-9L	5V��+	
	6�T+6.8-$�0��+
t�|S1��6]�&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7�rJ�@"kb2)W+,5/1		#

Z
-!��$IOXp7s�LCF9�vz NAG#/ 5|����Հ';RKR/J#=$,�9,�+$UCS7'2"1
 !�/
,

/--ST(::(�ep4AM@=I>".)x��ls��Y�|qK@
%(YQ�&N
EHv~����<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.��A�UpIUxYE.A�%%%h%����%hJ%�����D,FZxULsT�gxUJrV�D�%hJ%�����@/LefL.C�%Jh%�����C�VsNUxϠ�@.FZyUHpV�A�%h&%%���%Ji%�����C�WpIUybJ/��Uy^G,D�%Jh%�����@�UsMtU�C�%hJ%�����C-Kfy�EX[_gj��&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32�,+DCCQL�Df'
%:/d
B	4@}
�&!0$�?�����J�f�d�f-�.=���6(��:!TO�?
!I�G_�U%
����.
k*.=;�	5gN_X��	"
##
292Q41�
��*����6���nA;�|�
�BSN.	%1$����
6	$��nk�^�'7GWgw�����2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^B�B^^B�:F�j��B^8(�(`�(� ������������������`�(8���^B��B^^B@B^�"vE�j�^B(8(�`(�����������������������8(����/?O_o��������/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&�&&�@@@@@@@@�@@@@@@@@@@��@@@@@@@@@@@@@@@@@@@&��&&�&��@@��@@��@@��@@��@@@@@@@@@@���@@@@@@@@�@@@@@@@@@@@��`'	"&5#"&5&4762!762$"&462���B\B@B\B��O�p�P����������.BB.���.BB.8$P��O広�������3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54>&X=L|<&X=M{<��TML�FTML�F�v�"?B+D�?B�J�p��H=X&<{M=X&<|dMTF�LMTF�(<kNs�I<kNs���Pvo�JPwo�/��s.=ZY�VӮv�Nk<J�sNk<I�shwPJ�ovPJ�o@��+"&7.54>2�r_-$�$-_rU���U��%��&&5%ő������'-
"'.546762����@��F�F�$�@B�@$.&�,�&.]]|�q����#<���<#(B�B��B%'-%'-'%'-"'%&'"'%.5467%467%62����@��l�l����@��l�l,���@��G�G�&!�@@�@�@@�@!&+#�+#�6�#+�$*`�:�p������:�p���x�
�p����=�`$>����>$�&@��&@�

�@&�p�@��	&.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8���Zp��?v�d���Ί�e�ns�6(���N[�����RW�u?�rt1Sr�F���|��iZ��@7�����މoy2���IM��C~[�R �yK{T:���%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!�w��w�@w��w��~u��k'JTM��wa��|
DH��������>�I1q�Fj?����w�@w��w�w�����sq�*4p9O*�¸Z^���qh LE
�������"(nz8B
M���'?"&4624&#"'.'324&#"3267##"&/632632.�ʏ����hhMA�LR vGhг~��~������K„y���O^
��ʏ�ʏ��В*�LM@!<I�~��~����������t\��0�������CM4&"2#"&'676&/632#!"&=3267%2654&#"&#"%463!2"&4632�r�qq��tR8^4.<x3=RR��w�@w���_h�
Y��Ӗ���	K>�שw�w���ȍ�de�)�qrOPq�Ȧs:03=<x!m�@w��w�E\x�g�ӕ��є��%w�w����d��Ȏ��V��
-<K\%.'.>7'.?67'67%'>&%'7%7./6D�\$>	"N,��?a0�#O���1G�����9�'/���P(1#00��
($=!F"�9|��]�"RE<�6'o��9%8J$\:��\H�iTe<?}V��#�oj��?���d,6���%N#"
Hl��S��VY�]C

=�@�C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232�^�^^���Y	�	^�^^��`p�p�p�p`�]i�bb�i]�~�^^�^�e��^^�^���PppP��PppP��]��^^�]��3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]�`p�p�p�p`�]i�b���b�i���^^�^d�Y	�	!�^^�^��]��@PppP@@PppP@�]��^��^�]� ^�^^��e��^�^^� ��3$#!#!"&5467!"&47#"&47#"&4762++�&�2
$��$
�2&��&��&�4�&��&��Z4&�&##&�&4�&4�&4���4&�m4&�m���+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g����* �o�`#�ə�0#z��#l(~���̠)���-g+����^����a�aF s"	+g�(�*
3#!|
#/IK/%*%D=)[�^����a�a����	!!!'!!77!���,���/���,�-���a��/G��	t%/;<HTbcq������%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632	#"/6327#"/6327#"/46329"&/462"&/>21"&/567632#!.547632632
	
	*


			��X		�

^

`		���

^b
	��c�
	f�u��
U`�59u���

���

4�J���
	
l�~		~�	F��	
��	�2�����

�
�	��	�m����|O�,��� ����	

���
��������

ru|	��u�
�
"�����
)9 $7 $&= $7 $&= $7 $&=  $&=46��w���`���w���w���`���w���w���`���w��b����`����VT�EvEEvE�T��VT�EvEEvE�T*VT�EvEEvE�T*EvE�EvEEvE�Ev�#^ct�#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&5&5&'67.'&'&#3274�(8(��(88(�(`�x
��c�`(8��!3;:�A0�?ݫ�Y

	^U	47D$

	7�4U3I�
|��L38wtL0�`(��(88(@(8(D��9�8(��Q1&(!;��
(g-	Up�~R�2(/{E���(Xz*Z%(�i6CmVo8�#T#!"&5463!2!&'&!"&5!3367653335!3#4.5.'##'&'35�(8(��(88(�(`�x
��c�`(8�iF������F��Zc�r�cZ�`(��(88(@(8(D��9�8(���k�k�"	��kk�J	 	!��	�k�#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3�(8(��(88(�(`�x
��c�`(8�-Kg
kL#D��C��JgjL��D���`(��(88(@(8(D��9�8(���jj�	�jjkk��kk����#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32�(8(��(88(�(`�x
��c�`(8� G]�L*COJ?0R��\wx48>�`(��(88(@(8(D��9�8(���jj��RQxk��!RY�#*2#!"&5463!2!&'&!"&5!!57"&462�(8(��(88(�(`�x
��c�`(8�������P�pp�p�`(��(88(@(8(D��9�8(����������p�pp�	�#*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"�����<(8(��(88(�(`�x
��c�`(8����k�ޑc�O"�jKKjK�������������`(��(88(@(8(D��9�8(������SmmS?M���&4&&4�#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.�(8(��(88(�(`�x
��c�`(8���������6dd�WW6&44�`(��(88(@(8(D��9�8(��.��	����G���5{��{5�]�]$59�95�#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632�(8(��(88(�(`�x
��c�`(8��4LL4��4LL4l	��		�`(��(88(@(8(D��9�8(���L4��4LL4�4L��	
Z
	�#7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'�(8(��(88(�(`�x
��c�`(8�`3��3��3��3�v
�
?
�
�`(��(88(@(8(D��9�8(���&��&-��&��&�
?


��
'���6#'.
'!67&54632".'654&#"32�eaAɢ/PRAids`WXyzO�v��д��:C;A:25@Ң>�����-05r��n������`��H(�����' gQWZc[���
-%7'	%'-'%	%"'&54762�[������3[��M���N�����
��3"��,��""3,3"o�ng�$������߆���]�g�n��$����+��)��

")")"

��x#W#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"o���G��n\�u_MK'����̨|�g?CM7MM5,QAAIQqAy��{�b]BL4PJ9+OABIRo?z��.�z��
�n�6'+s�:�������z�cIAC65D*DRRD*�wy�al@B39E*DRRD*��'/7  $&6$ 6277&47' 7'"' 6& 6'�lL������������R�R����ZB|��R�R��>����d�ZZ��������LlL�Z����R�R«����Z��&�>���«|��R� � ��! $&54$7 >54'5��������P���f���f����P�����牉�@��s��-����ff���`-����c6721>?>././76&/7>?>?>./&31#"$&��(@8!IH2hM>'

)-*
h'N'��!'Og,R"/!YQG<I *1)

(-O1D+0�n�������z�3fw���G2'3�rd1!sF0o ��.q"!%GsH8��@-!5|w|pgS=
"B2PJfh�G���d�R	�(P]ly��&$'77&7567'676'"'7&'&'7&47'6767'627''6$'67'654'7&'7'&'&'7&'5&$  $6 $&6$ j��j:,A��A��S9bb9R#:j���8AܔA,z��C�9Z04\40Z9�C��!B�;X0,l,0X;�B�*A8ܔA&#9j`b9S$#R99#&A��8A�`
������䇇�<Z<䳎������LlL�fBϬ"129�,V<4!���!88dpm��"��BV,�92[P*V*P\M�C�

�C�M\P*V*P]L�D�

�D�L&BV*�8*8!����f�!4<gmpd88!&!8*8�*VB�Z<䇇�����䇇��������LlL�����9Eis�%#"5432#"543275#&#"3254&'.547>54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&�N92<Vv;,&)q(DL+�`N11MZ
%G���&54	#	i�<$8&@��0H12F1d�w�@w��w�w��B?@�UTZ3%}rV2hD5%f-C#�C@,nO	�a7�.0�x2	yR�uR/u�%6;&�$76%$56S�@w��w�w��D��<Hlw%4#"324&#"32!".5475&5475.546322#654'3%#".535"&#"5354'33"&+32#"&54632S����;<;||w
$+�|('-GVVG-��EznA�C?H_��`Rb���]Gg>Z2&`��9UW=��N9:PO;:dhe\=R����
+)�&')-S9��9kJ�<)Um�Q��/��-Ya^"![��Y��'(<`X;_�L6#)|����tWW:;X���	#'#3#!"&5463!2)
p�*�xeשw�@w��w�w���0,\8�����@w��w�w��9��I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5�-&FD(=Gq���@C$39a��LL��²�L4

&)
@]��v�
�q#CO���!~󿵂<ZK#*Pq.���%
L��²�LL��arh({�w؜\���i&5467&6747632#".'&##".'&'.'#".5467>72765'./"#"&'&5
�}����1R<2"7MW'$	;IS7@�5sQ@@)�R#DvTA;
0x
I)�!:>�+<B76:NFcP:SC4r�l+r �E%.*a-(6%('�>)C	6.�>�
!-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(3�1)+BB+)�4'--'4��'���#!0>R	�H���MŰ9�o�u7ǖD��䣣���
R23('3�_,--,�R23('3�_,--,�����NJ
������?u�W�m%������#"'%#"'.5	%&'&7632�!�
�;�
	`��u%"��(����!]#�c�)(�	��� #"'%#"'.5%&'&76	�!�
���	�(%#�#���fP_�"�(���!�)'��+�ʼn�����4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������@����z��
�	
_hQ��н�QGB�'(&�*�eozΘ�@@`���  >. $$ ����ff���ff�����^����a�af���ff�����^����a�a��>�����"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632�,�-,�,",:!
%�]&
%@2(/�.+�*)6!	<.$.�.*�*"+8#
�
#Q3,�,+�+#-:#"</$�)

w�

���
,*

x9-.2"'
,,
���@�&,,
��Qw
,����,#"+"&5#+"&5&'&'&547676)2�%2$l$�#l#�b~B@XXyo2�$CI@5��$$�>$$�/:yu��xv)%$	��/?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`���&&�&&������ �&&�&&�&&�&&@������&�&&&���������&�&&&�&�&&&��������%2 &547%#"&632%&546 #"'6���������\~����~\h�
���~\��h\�������V�
�V�������V��V���%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT=��=TX}}�~�>SX}}XS>�~�}�w�@w��w�w���~:xx:~�}}Xx9}�}9xX}�@w��w�w���/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l�,

*"�T�.�D@Yo������oo����@5D�

[		

Z
�Z

		[	 ``��[



Z

	�2
,�l0
(T�"�.�D5@������oo��oY@D,

Z

		[	�		[		

Z
��``EZ

		[		
�5%!  $&66='&'%77'727'%am��lL�������m�f�?���5���5>�f�F�tu�ut�F������������LlL�H�Y�C�L|��|L����Y�˄(��E''E*(�/?IYiy����%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=������@�������&&������@��������������3P��
>��P3��&��&��r���r��r���&��&���r���r��r���
he

4LKM:%%:MKL4�W��T�&&��%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2�&&�&��&�&&���� ��� ��&��&&i�@����&&@&7�����'#5&?6262�%%�o����;����j|/����&jJ%�p��&j;&i&�p���/|���j�ţ���%Jk%�o��%��	:g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i���~ZYYZ~�@O��S;+[G[3YUD#o?D&G3I=J�y�TkBuhNV!WOhuAiS�y*'^C�C^'*SwwSTvvTSwwSTvv���WID\�_"[�g��q# /3qF��r2/ $r�g�%4
�HffH�J4d���#!#7!!7!#5!������VF��N����rmN�N��N����������N���!Y���+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76'6�#
<�;1�1x��#*#
�G,T9�3%�/#0v�N�Z;:8��)M:(	&���C.J}2	%0����
 	^*
J�F	
&�7'X"2L�DM"	+��6�
M2+'BQfXV#+]
#���'
L/(e�B�9
�#,8!!!5!!5!5!5!5#26%!!26#!"&5!5���������������&4&���&�pP��Pp������������������@��@&&@��!&�@PppP@�*
��	9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (�}R}hL�K�
N���N
����U�d:�
�x�x�
�����8���
��
�
� ,, |2222�
MXXM

�ic,>>,�
����
�	����	�
��̺

�
��'/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2�KjKKj�KjKKj��KjKKjKKjKKj��KjKKj��KjKKjKKjKKj��KjKKjKLhLLhL��KjKKj�&�&&&KjKKj�L4��4LL4�4L5jKKjKKjKKjK�jKKjK��jKKjK�jKKjK�jKKjK��jKKjK�jKKjK���4LL4��4LL�jKKjK�&&�&&��jKKjK�4LL44LL	��'E!#"+"&7>76;7676767>'#'"#!"&7>3!2�W�",&7'�	#$	&��g�pf5O�.P�q�ZZdS���-V"0kqzTx�D!��!8�p�8%'i_�F?;�k��R(`��
!�&)�'�
(2!&6367!	&63!2�!
`�B��1LO�(���+#�=)�heC��Qg#s`���f�4#����6�������q�'���X�|0-�g��	�>IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!2��4��:@��7�vH��%�h��EP{��0&<'VFJo���1,1.F6��A��#���L4�4LL44L"%�	
 
7x'6
O\�JYFw���~�v^fH$ !�"xdjD"!�6��`J�4LL44LL��	�+3@GXcgqz�����-<JX{�&#"327&76'32>54.#"35#3;5#'#3537+5;3'23764/"+353$4632#"$2#462#"6462""'"&5&5474761256321##%354&'"&#"5#35432354323=#&#"32?4/&54327&#"#"'326'#"=35#5##3327"327'#"'354&3"5#354327&327''"&46327&#"3=#&#"32?"5#354327&3=#&"32?"#3274?67654'&'4/"&#!"&5463!2_��g��QQ��h���^_�~\[[\]�_^���h��QQ��g�e��<F�$�$$��� !!�&&�/!/

!!�

00/e&'!"e$�
		'!!�''�
	8''NgL4�4LL44L�UQ��gh��QUk=<Sc���cc,-{k���jUQ��hg��Q��



�9

,&W &$U�K$$KK$$KDC(>("
!
=))=2�( '! '�L#(>(
&�DC(>(z�L#�DzG)<)�4LL44LL��	�
BWbjq}��+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32!264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$�@?�SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*�A�������!&��j�jj��GZYG�иwssw��PiL>8aA	!M7�7MM7�7M�3!�
4erJ]��&3YM�(,
,%7(#)
,(@=)M%A20C&Me�e��(X���0&Ėjj�jV��	8Z8J9���N/4���$�8NN8�8NN��	�#&:O[���	$?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF���=c�(TS)!*RQ+��*RQ+�Y,�B^9^��Ft`njUM�')	~PS�PR�m���٘���M7�7Mo7�q

@)U	8�"����E(�1��++��NM7�7Mx3�7��8�D�62��W74�;�9�<�-A"EA�0:��AF@�1:�ؗ����B�f~~""12"4(�w$#11#�@}}!%+%5(�v$:O�\z��K��?*$\amcrVl��OO176Nn�<!E(=�<&l/������<<������
[ZZYY�89176���7OO7�==..//cV==::z,,,,aa,,��7OO7�Z::��;;Y
fcW�(		"6-!c�(		!5	#
b�t88176����tV:
&$'*9	%e#:
%'*9B����<<��;
&(�����	�#:Sn�����#"&54632%#76;2#"&54632%4&+";2?>23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!2�3%#2%%,, _3$$2%%��M>�ALVb5)LDHeE:<
E�Mj,K'-R
M�~M>�ARVb5)LEHeE:<
E�
JAB�I*'!($rL4�4LL44Lv%1 %3!x*k�$2 %3!�;5�h
n
a�
!(lI;F	
	
��	r�p
p8;5�h

t
a�
!(lI;F��`	#k�4LL44LL
��	�
2HW[lt��#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9�n23��BD$ &:BCRM.0AC'0RH`Q03'`�.>,&I / *�
 /

��8/��n-(G@5��$ S3=�,.B..B�02^`o?7je;9G+��L4�4LL44LyE%#	�Vb�;A
!p &'F:Aq)%)#o�rg�T$v2�� 8�)2����z948/�{�8A�B..B/��q?@�r�<7(g/��4LL44LL��?#!"&'24#"&54"&/&6?&5>547&54626=�L4�@�ԕ;U g3
��
T
�2RX='�8P8|�5�
����4Lj��j� U;Ig@
	��
`
� "*\���(88(�]k
��&N4#"&54"3	.#"#!"&'7!&7&/&6?&5>547&54626;U gI��m*��]�Z0�L4�@�ԕ���=o=CT
��
T
�2RX='�8P8|�5�
� U;Ig��Xu?bl3���@4Lj��j��a���`
	��
`
� "*\���(88(�]k����/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���0
��
o`^B��B^`5FN(@(NF5���@��@��@�u		�@�LSyuS�@�%44%����,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9���"SgR8v�H����D�	w
����ff���ff�����^����a�a�m2N+��	)H-mF+1����0*F		+f���ff�����^����a�a�����b4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 �k^?zb=ka`�U4J{�K_/4�^����W�&	vx :XB0���܂�ff���)
f������zz��X��lz=l�apz��o�b35!2BX���
�G@8��'	'=vN$\f���f�	1
	SZz�8�z�X�#("/+'547'&4?6276	'D�^�h

�

i��%5�@�%[i

�

h�]��@������]�h

�

i��%�@�5%[i

�

h�^�@@������)2#"&5476#".5327>OFi-���ay~�\~;��'�S���{�s:D8>)AJfh]F?X��{[��TC6��LlG��]��v2'"%B];$�-o��%!2>7>3232>7>322>7>32".'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52�-P&+#($P.-P$'#+&PZP&+#"+&P-($P-.P$(#+$P.-P$'#+&P-.P$+#pP@@Pp�H85K"&ZH85K"&ZH85K"&Z����@��Pp��@��@��@pMSK5, :&�LMSK5, :&�LMSK5, :&����!!3	!	�����@�����@@�����	#"$$3!!2"j������aѻxl���a����lx�a�a����j������!!3/"/'62'&63!2��'y��

�`�I

��y�����My��

�`�I

��y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#"

4$%Eӕ;iNL291 ;XxR`�f՝�Q8T������W��iW�gW:;*:`�Qs&?RWXJ8�oNU0�J1F@#)
[�%6_PO�QiX(o�`��_?5�"$���iʗ\&>bd�s�6�aP*< -;iFn�*-c1B���Wg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2��#$(	1$6]'
!E3P|ad(2S;aF9'EO�Se�j]�m�]<*rYs��hpt.#)$78L*k�h�w�@w��w�w��B

%
$/$G6
sP`X):F�/�fwH1p�dl�qnmPH�ui�kw_:[9D'��@w��w�w��34."2>$4.#!!2>#!".>3!2�Q��н�QQ��н�QQ��h�~w��w�h���f����ff����н�QQ��н�QQ��н�QZ����ZQ�����ff���ff�#>3!2#!".2>4."f����ff�����н�QQ��н�QQ���ff���ff��Q��н�QQ��н�	,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632���(#�AH����s���9q � ci��<=�
#�]�<������OFA��!�������re��&&��U�&&![e��F �������U?���g�����4_���������a�?b�+��r7�&4&��&4&�p,�+K4&"2$4&"2.#!"3!264&#!"3!2#"&=!"&=#47>$ �KjKKjKKjKKjH#�j#H&&&������KjK�KjK�g	�V�	ijKKjKKjKKjK���..n((�[���5KK5��5KK5�[po�Nv<<vN�:f���.R#!"&463!24'!"&5463!&$#"!2#!32>+#"'#"&546;&546$3232�2$�B$22$�$�*$22$�X�ڭ��ӯ�$22$�tX'���hs2$���ϧ��kc�$22$���1���c�$2�F33F3VVT2#$2����ԱVT2#$2��g���#2UU���݃
�2$#2UU�1݃���2��,u�54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&�ru�&9��%"*#�͟ <yK0Og�" 
&9B3�;��㛘8��s%+DWXRD= @Y%�	!Q6R�!4M8�+6rU^z=)�RN��.)C>O%GR�=O&^���op������C8�pP*�b�Y
_�#��$��N Pb@6��)?����+0L15"4$.�Es
�5I�Q"!@h"�Y7e|J>z�iPe��n�eHbIl�F>^]@����n*9
���6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>!���������
�=39?
6'_����������
�>29?
5'17m-V����U--,�bW.�������뮠@Fyu0HC$������뮠@Fyu0HC$L���=??
<����=! A	<��`�;+"&54&#!+"&5463!2#!"&546;2!26546;2���p���Ї����0�p�����p���@��I�������pp���>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2���A5�DD�5A7^6a7MB5��5B7?�5B~�`��`��`0`��rr��5A44A5�����v�5AA5�f�*A���`��`0`�����	!!!!	#!"&5463!2��ړ�7���H��7j�v�@v��v�v��'���:��@v��v�v���MUahmrx���������������#"'!"'!#"&547.547.54674&547&54632!62!632!#!627'!%!"67'#77!63!!7357/7'%#	%'3/&=&'	5#?&5476��!�p4�q"���"�"�6�"� ��'������h*�[���
��|�*��,�@���?wA�UM�pV���@�˝�����)��Ϳw����7(�{��*U%���K6������=0�(���M���		��"!O		dX$k
!!��!
����b��	
���[�����TDOi
��@��6��b��xBA�ݽ�5
�
�ɝ:����J���+���3����,��p
x�1���������Fi
(��R��
463!#!"&5%'4&#!"3���`����а@.�.@A-X��f�B����$��.BB.�.C��}
)&54$32&'%&&'67���"w�`�Rd]G�{��o]>p6��sc(��@wg����mJ�PAjy���YW�a͊AZq���{HZ�:�<dv\gx�>��2AT�Kn������+;"'&#"&#"+6!263 2&#"&#">3267&#">326e��~�└�Ȁ|��隚���Ν|����ū|iy�Zʬ��7Ӕ�ް�r|�uѥ��x�9[��[9�jj��9A�N��N�+,#ll"���B�S32fk��[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32�]]��ee��ee��ee��$��~i
�qfN-*���������#����Sj������t�2"'q�C���B8!�'�>	
!%)-159=AEIMQUY]agkosw{��������!	%!	5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"����������Q%%%%%%%%%?iiihOiixiiyiixii�Arssrrssr��%s�ssrrss�Ns%%%%%%%%%%�����������'<D<'paC_78#7PO7)("I$	75!����RA��b��(���ss�ss�ss�ss�ss�"/!".""."
!."".!/^.".^.".]/".�$$$$$$$$$$$$$$$$��Os$$$$$$$$$$$$$$sO$s�ss�ss�ss�ss�ss#��������}$)	13?*
,./:
-�s�*4&"2$4&"2#!"&5463!2!5463!2_��������?-��-??-�,@�@,�-?����pq�8��,??,D,??,��,??(�Z2#".#"3267>32#".543232654&#"#"&54654&#"#"&547>326���ڞU�zrhgrx�S��Пd�U <e�����x՞����Zf��_gן:k=2;�^��9��Œ��7\x��x\7����K=5Xltֆ�W����W{e_�%N��%,%CI��%���#+W4&+54&"#";26=32"&462"&462!2#!"&54>7#"&463!2!2�&�&4&�&&�&4&���KjKKj�KjKKj� ���&&�&%��&&�&&4&�&&�&4&�&&��5jKKjKKjKKjK��%z
0&4&&3D7&4&
%&���'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4�&4&�4&4��KjKKj�KjKKj� ���&&�&%��&&�&&4&�%&&�ے&4��"jKKjKKjKKjK��%z
0&4&&3D7&4&
%&��	&	!'!	!%!!!!%"'.763!2�o���]�F������o�������oZ��Y��@:�@�!�!�g���������������f�/�/��I��62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4�ZSS6SS4SS4SS4SS4SS4SS4�ZSS4SS4SS4SS4SS4SS4S�-4�ZSS4S@������4SS4�ZSS6SS4SS4SS4SS4SS4S@�����ZSSSSSSSSSSSSSS�ZSSSSSSSSSSSSSy�ZRRR@%:=
:+������:
=���RR�ZSSSSSSSSSSSSS���������Cv!/&'&#""'&#"	32>;232>7>76#!"&54>7'3&547&547>763226323@``����`
VFaaFV


$.


.$

��y��y�	.Q5Z���E$ ,l<l, $E���R?Y*��@���@�2	!#""#!	��y��y=r�na�@@(89*>�*%>>%*�>*98(QO�!���L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"'�D��g��OOG`n%�E������LL{�@&&�N�c,sU�&&�!Fre&&�s�����s���#�/,�������<=�
#�]�g��L�o�GkP�'��r-n&4&2�-ir&�&�?���o 
��������4_�����5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462�{�����{BtxG,:`9(0b��Կ�b0(9`:,GxtB��&@&�&@&K5�5K`�����?e==e?1O6#,
#$
,#6OO��&��&&�&�5KK���������?!"'&'!2673267!'.."!&54632>321
��4��q#F�""�8'g��o#-��#,"t�Yg��>�oP$$Po�>�	��Z�e�p#����)�R��0���+I@$$@I+����+332++"&=#"&=46;.7>76$  ������@����ᅪ*��r���������@��@�����������r���'/2+"&5".4>32!"&=463  �&@��~[���՛[[��u˜~���gr�������&�`����u՛[[���՛[~~@��r������=E32++"&=#"&=46;5&547&'&6;22676;2  >�����``@``�ٱ��?E,��,=?��r�������H�����@``@�GݧH`�j��j���r������BJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@�~���``@``�� �v�X����r�������&���������@``@����+BF��`r������ks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@�~���``@``��~4e	
0
	io@& �jV	
0
	Z9�������r�������&���������@``@�G�ɞ5o
,
sp� &@k^
,
c8~~��`r�������8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#"�����@�@���'�Ϋ���'������sg��gs�����ww�@����sg��g����@����@���-ss��ʃl������9���9��������OO���r9���9��FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@�L?����CuГP	��v�Y�� &@�;"����������ޥ�5݇�����ޥ���5�`&����_��ڿg��w��BF�@&����J_	s���&��&�����?%x���������%x��JP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#"� &@�L? ���ߺu�``@``��}
�ຒ�ɞ���������ue��eu�9����ue��e�&����_��"|N�@``@��"��"|a~���l����o����9���9��r9��@�9���;C2+"&5"/".4>327'&4?627!"&=463  �&@Ռ		.	
�N~[���՛[[��u˜N�		.	
����gr�������&�`֌
	.		�O��u՛[[���՛[~N�
	.		��@��r������9A'.'&675#"&=46;5"/&4?62"/32+  ��'��֪�����\
	.		�4�		.	
\���r������|��ݧ���憛��@�\		.	
��
	.		\�@��r�����~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m��		-

���@���ݧ���憛��@&�

-		�@r������m4��

-		����ٮ*�������		-

��r������+"&5&54>2  ����@��[���՛[�r�����������dG�u՛[[���r������  ".4>2������r�[���՛[[���՛�r������5�՛[[���՛[[����$2#!37#546375&#"#3!"&5463�#22#�y��/Dz?s����!#22#�2#��#2S�88�	����2#V#2��L4>32#"&''&5467&5463232>54&#"#"'.K���g��&Rv�gD�
$*2%	+Z hP=DXZ@7^?1
۰��3O+�l��h4���`���M@8'�+c+RI2
�\�ZAhS�Q>B�>?S2Vhui/�����,R0+	ZRkm�z�+>Q2#"'.'&756763232322>4."7 #"'&546��n/9�b�LHG2E"D8_
p�dd���dxO�"2�xx��ê�_�lx�2X	
!+'5>-�pkW[C
�I
I@50�Od���dd��˥�Mhfx�����x^���ә�	�#'+/7!5!!5!4&"2!5!4&"24&"2!!!��� 8P88P�� 8P88P88P88P����������P88P8 ���P88P88P88P8� ������������+N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_����>�@`

��
�
��

`
�
� L4Dg��y� 6Fe=O���O�U�4L��>����
�
��

`
�
`

��4L�2�y5eud_C(====`L4����3V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_����>���		�	
	��	
	�		��		�	
	��	
	�		��%%S��y� 6Fe=�J�%��>����	
	�		��		�	
	��	
	�		��		�	
	��%65%S�y5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"�&���&�&@�Ԗ��V�@&&�@��&&�Ԗ�Ԗ@��&���3!!!	!5!'!53!!	#����7I�e�����eI7��CzC�l��@�����@������@�#2#!"&?.54$3264&"!@������մ���pp�p���������((��������p�pp����#+/2#!"&?.54$3264&"!264&"!@������մ���^^�^@����^^�^@���������((��������^�^^�����^�^^�����v(#"'%.54632	"'%	632U�/�@��k0�G��,�zD#[�k#�
/t�g��
F��
����Gz�����	#'#3!)
p�*�xe���0,\8�����T���#/DM�%2<GQ^lw�����
&'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&74>=.''&'&'#'#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>�&5R4&5S9
W"-J�0(/�r
V"-J�0(.�)#"6&4pOPpp�c�|o}vQ�[�60X�Q��W1V�	
#5X		N"&
.
)
D>q J:102(z/=f��*4!>S5b<U$:I o<G*	,
&"O	X5
#!

��	R N#
C
83J*��R	!(D
#%37	�;$-.�
(,��覦�6ij
�	���"���)9
E�%����!B83
	j9�6/,	:QD')yX#�63V
��b�a	,
Ue��LPA@���*	̳�`Xx*&E
V36��%	B3%	B3XA	
#!.mU"A	
#!.mUB-#2+Jii�i�m-C<I(m��8qF/*)0�S
		
I
E5&+>!%
(!$p8~5..:5I

~��T�
4~9p# !
)& ?()5F	1	
	
� d%{v*�:
 @e
s|D�1d {�:�*dAA|oYk'&��<��tu��ut�&vHC�XXTR�;w��
��71™
Z*&'
1	9?	.

$��Gv5k65P<�?8q=4�a	
SC"��1#<�/6B&!ML	�^;�6k5wF1<P�C	�;$"&462"&46232>.$.�`�aa��sa�``��Z9k����'9؋ӗa-*Gl|M�e_]`F&O������ܽ�sDD!/+�``�aa�``�a1<YK3(
 /8HQelA�Z3t_fQP<343J;T7Q�+?Kgw  $6&$  $&62+"5432+"&=.54  $;26=462;26=4& 4&#!"3!26)����߄��4R4߄��mlL�������r {jK#@#Q�a����^�����@���@���`&��&&�&�������߄��4R4�Ď������LlL�N� �@K5#:rr:#5K���^����a�a��``]��]``����&&�&&	/!3#4&#!"3!265##!"&5463!22�������@K5^B��B^^B@B^5K���� �@���5K�B^^B�B^^B�K	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	+2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@�K5��5K�B^^B�B^^B�`� �@ �{#!&'#"'&547632m*���
�0���((�'(�$0K
��*�*��% 3#!3# '!#53 5#534!#53 6!3@����@@@��pp��@@@����@@pp@��`������� �����	�+/7;A#3!5!!3#!!5!35!355#%53#5!#35#!!!!!!!!����������������������������������������������������������������������
�	#'+/3?CGW#3!5!!35!!3#!!5!#!5!3535!355#%#3%!53#5!#35#!5##5!3!5!3!5	����������������������������������������������������������������������������������������������������������������!"&5463!2!"!�`(88(@(8�`(8�}2�2R �`8(@(88(�`8HR2�2���##6?6%!!!46#!"&5463!2x���� ��8�(�`(�(88(@(8�
���� (8��(`�(8(@(88��	�'ATd+5326+5323##"' %5&465./&76%4&'5>54&'"&#!!26#!"&5463!2�
��

���i�LCly5�)*H�celzzlec0h�b,,b�eIVB9@RB�9�J_�L4�4LL44L44%��2"��4��:I;p!q4b�b3p(P`t`P(�6EC.7B�I6�4LL44LL��	�.>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zj��b�jj[���wٝ]�>o��Ӱ�ٯ�*�-���oXL4�4LL44L'�)�꽽�)�J)���]��w����L���`��ֺ��۪e���4LL44LL�;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2�
��

@
�^B��B^^B@B^���
��

��B^^B@B^`@

��
M��B^^B@B^^>��

��
�^B@B^^��5=Um	!	!!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762��������?(`��`(?��b|b��?B//B/�]�����]FrdhLhdrF�]�����]FrdhLhdrF@�@��@�(?��@@?(@9GG9@/B//B�aItB!!BtI�Ѷ�!!��ьItB!!BtI�Ѷ�!!��ь�-M32#!"&=46;7&#"&=463!2#>5!!4.'.46�ՠ��`�@`ՠ��`���M�sF�Fs�MM�sFFs�M����ojj�o��@@�jj�@@�<���!(!���!(!�-3?32#!"&=46;7&#"&=463!2+!!64.'#�ՠ��`�@`ՠ��`��	�	Dq�L�L�qD����ojj�o��@@�jj�@@B>=�C�����-3;32#!"&=46;7&#"&=463!2+!!6.'#�ՠ��`�@`ՠ��`��UVU96�g�g�6����ojj�o��@@�jj�@@β����**ɍ�-G32#!"&=46;7&#"&=463!2#>5!!&'.46�ՠ��`�@`ՠ��`���M�sF�Fs�M�k�k�����ojj�o��@@�jj�@@�<���!(!3��3!(!�9I2#!"&=4637>7.'!2#!"&=463��@b":1P4Y,++,Y4P1:"�":1P4Y,++,Y4P1:"b�@@��@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7����Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&�&
l
@0.B 2'	.B A2TA9B;h" d�
mpP��Tl��L�c�_4.H�K5�]0CB.�S�0CB.�/#��'?&&)$�$)�0CB. }(AB.�z3M�2"61�d�39�L/PpuT(If�c�_�E�`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326�\B B\B�&@5K�&@�"6LB\B B\B ��sc�i�L}Q�P<m$��3�jN2�c�B.�p.BB.���3K5+"�3,"� �.BB.��.BB.���.�G=�c�i�(+�lOh7/DVj�"�c�=���&5Jb�#"'&=.547!"&46;'.54632!2327%.54&#"327%>%&#"!"3!754?27%>54&#!26=31��?>I��j��jq,J[�j.-t�j�lV��\���$B.R1?@B.��+?2`$�v5K-%��5KK5�.olRIS+6K5�̈$B\B 94E.&�ʀ�15uE&
�Ԗ�Pj��j�dX�U�GJ7!.B
�
P2�.B
�
%2@	�7�K5(B�@KjKj�?+f�UE,�5K~!1��.>F.��F,Q5*H��$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$<vpP��Pp���Pp�w�*�Rd�ApP�]��'@�A&
3@��&H-�[(8@
2�EB^&1
=&�&81����PppP��pP w���cOg Pp��c�
4& #.& &,,:8(�%^B &�
.�&&��2t"&'&54'&5467>32>32>32#"#.#"#.#"3!27654&#"547654&#"#654&�Mye
t|]�WS�Sg�SY�\x{
70"1i�92�DU1&=	��	=&0@�c	>&/Btd4!�*"�8K4+"��@H@/'=	t�?�_K�93-�]�
UlgQ���QgsW
�]#�+�i>p&��3�0&�VZ&0B/
���%3B.�"t�o ){+C4I��(
/D0&�p0D��3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#�5K�)B4J�&@�#\8P8 @0.B J65K J6k�
cJ/4qG^�\hB�2<m$��3�iG;��     �K5����6L4+"�3p`b�)<8(=0CB.@Z7OK5`:7O��k�EW�^�tm��@Q7/DVi�##j�������������%4Ia�2#!"&5&546325462632"32654&"3267654&76;74&"#.#"2676=#"&'+53264&#!"3</�U�X�dj���jP��ԖEu�!7JG72P
�
B�%
�
B.!7�	@�A�f+?�jKjK@�B(5K,EU�H*5Q,F��.F>.��1!~K5y?��^\��Vl�j�t-.j�[J,qj��j��I7$��?1R.B�+��.B$`2?g�vEo.�5KK5��%-K��6+SIR[��&.E49 B\B$���5K�G#!+"&5!"&=463!2+"&'+"'+"'&5>;2>76;2Y
��
�
��

M	

�.�x	�-�
	N�	�


�	�
�u
��
,
u
�?

L�W���

���#	�	*:J4'&+326+"'#+"&5463!2  $6& $&6$ <!T{�BH4�	�›�&�>UbUI-����uu�,�uu�ڎ������LlL�AX!��J��m����f\�$
6u�����uu�,�K������LlL���-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]�h-%Lb`J%E5
,5R-����h
-%Lb`J%E5
,5R-���'����uu�,�uu��lL�������/hR

dMLcN����hR
dMLcN����1u�����uu�,��������LlL�@��� 	'	7	'7	�����`��`H� �����`�`H� �!`��������`H� � ���`�`�`H���`��'%		7'	7'7	' $&6$ ���X�`��(W�:,�:��X�`��(WL�������LlL�X�`(W��:�B����X�`���(X�������LlL��
��	$%/9ES[�#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$32�7&'77'&7�7N77N�'q�qq�q�qPOrq��E�st�����ts��st���}�||�}�������uԙ[W��Q���~,>	n������P/RU P酛���n	>,m�����'77'&77N77N6^Orq�qq�qq�q�t��棣棣�(~|��|on[��usј^�~���33������pc8{y%cq����33dqpf��	L 54 "2654"'&'"/&477&'.67>326?><����
x
�������,

(-'s�IVC��VH�r'-(

$0@!BHp9[�%&!@0$u
��
������]\��\]��-$)!IH��V
D��
VHI!)$-#3���6>N"&462."&/.2?2?64/67>&  #!"&5463!2�]�]]�3
$;
&|�v;$
(CS�3�1	=�rM=	�4�TC(G���z�w�@w��w�w���]]�]��($-;,54�0=	�sL	=�45,;�����@w��w�w������(2#"$&546327654&#"	&#"AZ�������\@�/#�%E1/#����#.1E$�!�[A�����懇�@�@\��!�#21E!��6!E13"�|!��	gL&5&'.#4&5!67&'&'5676&'6452>3.'5����A5R��V[t,G'Q4}-��&�<C!l n?D_@Փ>r!�
��G;��>��!g�1�����2sV&2:#;��d=�*'�5E2/..F�D֕71$1>2�F!���&12,��@K�
r��#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ �!&"2&^	u��_��x��^�h
;J݃HJǭ
q�E
Dm!
M�
G?̯'%o�8
9U�������(F(�ߎ������LlL��&!&!SEm|�[��n{�[<ɪ
"p� C
Di%
(K�HCέp�C
B
m8	
@Kނ
H�F(���������������LlL���"*6%&6$	7&$5%%6'$2"&4}���x����3��n��QH������:dΏ���Xe�8�����z��'	������l�i���=!��7�����S�o�?v�������M '&7>>7'7>''>76.'6'���El:F�gr
*�t6�K3UZ8�3P)3^I%=9	)<�}J���k+C-Wd��	&U���-��TE+]��Qr-�<Q#0
�C+M8	3':$
_Q=+If5[ˮ&&SG�ZoM�k���ܬc�#7&#"327#"'&$&546$;#"'654'632ե›��fKYYKf�¥y�ͩ���䆎�L��1���hv�v��ƚw�wk��n�]��*��]�nlx��D��L�w�����~?T8b��b9SA}����+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"��۔c�2�8�Ψ����-\���?���@hU0KeFjTl�y�E3��aVs�z�.b��؏��W80��]T��Sts�<�h�O��_u7bBt���SbF/�o��|V]SHކ�J�������34&#!"3!26#!!2#!"&=463!5!"&5463!2
��

@
�^B� `��`� B^^B@B^ �

�@
�@B^�@@�^B�B^^����>3!"&546)2+6'.'.67>76%&��F8$.39_��0DD�40DD0���+*M7{L *="#
U<-M93#�D�@U8v�k�_Y	�[�hD00DD0��0D�ce-JF1BD����N&)@
/1 d��y%F��#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yq������oq>*432fb������a
$�B?
	>B
BB
AA�.-QP���PR+	42
%<ci���ђ:6&h�HGhkG@n�`��I���Ȍ5
!m��(|.mzy�PQ-.	
	je����	
�����q>@@?pp�gVZE|fb6887a
%RB?
=B
ABBAJvniQP\\PRh!cDS�`gΒ��23�geFGPHX�cCI��_ƍ��5"	
�n�*T.\PQip�
[*81
/
9@:��>t�%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676=
>���vwd"

�l����"3	/!,+	j2.|��%&
�(N&w���h>8X}x�c2"W<4<��,Z~�fd�aA�`FBIT;hmA<7QC1>[u])		u1�V(�k1S)
-�	0�B2*�%M;W(0S�[T�]I)	A 5%R7<vlR12I]O"��V/,b-8�/_��#3CGk2#!"&546;546;2!546;2%;2654&+";2654&+"!32++"&=#"&=46;546;24LL4��4LL4�^B@B^�^B@B^�@@�@@�����@��@L4�4LL44L`B^^B``B^^B``�� �� ��@@��@���#3W#!"&=463!2!!%4&+";26%4&+";26%#!"&546;546;2!546;232���@�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�@@��� �� ��N�4LL44L`B^^B``B^^B`L��#'7Gk%"/"/&4?'&4?62762!!%4&+";26%4&+";26%#!"&546;546;2!546;232W.	
��
	.		��		.	
��
	.		��	� ����@@@@�L4��4LL4�^B@B^�^B@B^�4L�.		��		.	
��
	.		��		.	
��
��� �� ��N�4LL44L`B^^B``B^^B`L��(8\	"'&4?6262!!%4&+";26%4&+";26%#!"&546;546;2!546;232�

��		.	
��
	.	�`����@@@@�L4��4LL4�^B@B^�^B@B^�4L<�		 
	.		��		.	�:� �� ��N�4LL44L`B^^B``B^^B`L�2632632#!"&5463�&&&&��&&&���&���&��&&�&�#27+"&5  %264&#"26546��>&�&T�,��X�������q&&�1��X��,�LΒw�%��%;#!"&5463!546;2!2!+"&52#!"/&4?63!5!�

�(��&&@&�&(��&�&@&&��(�

�(�

�&&@&&@��&&�&�&�

�����#''%#"'&54676%6%%�������
�hh �@�` ���!�� ���!� ��
��
��
�
������
�#52#"&5476!2#"&5476!2#"'&546
� 
��
� 
���
�
�@�
�
�@�
��
�@

�
� 84&"2$4&"2$4&"2#"'&'&7>7.54$ �KjKKj�KjKKj�KjKKj��d�ne���4"%!������KjKKjKKjKKjKKjKKjK.���٫�8
!%00C'Z���'���.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ �KjKKj�KjKKj�KjKKj�h��я�W.�{+9E=�c��Q�d�FK��1A
0)����LlL��jKKjKKjKKjKKjKKjK���p�J2`[Q?l&�����٫�C58.H(Y���ee���	�

			���Y'����w��(�����O��'��R���@$#"&#"'>7676327676#"�
�����b,XHUmM�.�U_t,7A3ge
z9@xS���a�Q�BLb�(�	����V���U�����
!!!�=�����=���w)��������AU!!77'7'#'#274.#"#32!5'.>537#"76=4>5'.465!��KkkK_5 5�� �#BH1��`L

I���&�v6��SF���!Sr99rS!``� /7K%s}H���XV
��P��V	e��		V�d/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2���P���3>tSU<�)tqH+>XX|W��h,�:USt��W|XX>=X*
)���)
+�^X^�|WX=>X�:_.2������//a:Ru?�
	
Q%-W|XW>J�(	�=u��>XX|WX�`

*((*


+2		2�X>=XW|E��03>$32!>7'&'&7!6./EU����noh��i����I\�������0<{ >ORD��ƚ�~�˕V�ƻ��o�R C3��7J6I`��Tb<�^M~M8O����	�	
5!#!"&!5!!52!5463	^B�@B^���`B^�^B `��B^^"�����^B��B^��0;%'#".54>327&$#"32$	!"$&6$3 ##320�J�����U��n��L�n��ʡ���~~�&��q�@�t�K�����L��}�'`� -
-�ox����nǑUyl}��~������~�F����ڎ�LlL��t�`(88( ��	7!'	!���\W�������\���d;����tZ�`_��O��;���}54+";2%54+";2!4&"!4;234;2354;2354>3&546263232632#"&#"26354;2354;2354;2�````��p�p��`�`�`� !,! -&M<FI(2�`�`�`�����@PppP���pppppp�#  #
�
�pppp��p	�j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546���	��%. `@��` :,.',-���Xj��jX�h-,'.,: kb>PppP>bk .%Z �&�
�:k%$> $`��`6&L')59I"Tl�ԖlT"I95)'L&69Gp�pG9$ >$%k:��!+32&#!332 $&6$ ~O8��8���O�����������LlL�>pN
�����
i������LlL����	'':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)
z�{��6lP,@Kij��jOo�Ɏ���ȕ>>��[t��a)GG4?a�)
ll
>�;_-/
9GH{�z�yN@,K�ԕoN��繁������y��!
?hh>$
�D��"
>��â?$��	n"&5462'#".54>22654.'&'.54>32#"#*.5./"�~��~�s�!��m�{b6#	-SjR,l'(s�-6^]It�g))[��zxȁZ&+6,4$.X%%Dc*
&D~WL}]I0"

YYZ��vJ@N*CVTR3/A3$#/;'"/fR-,&2-"
7Zr�^N��a94Rji3.I+

&6W6>N%&60;96@7F6I3���+4&#!"3!26%4&#!"3!26 $$ ��������^����a�a`@��@����^����a�a�����'7  $ >. %"&546;2#!"&546;2#/�a����^�����(�����������������^����a�a����(������N@��@�����4&#!"3!26 $$ @��@����^����a�a`@����^����a�a�����'  $ >. 7"&5463!2#/�a����^�����(��������n@����^����a�a����(������N@���%=%#!"'&7!>3!26=!26=!2%"&54&""&546 �#��#]V�TV$KjK�KjK$��&4&�Ԗ&4&�>��9G��!�5KK5��5KK5�!��&&j��j�&&����#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"�5KK5sH.�.Hs5KK5e# )4# %�&4&&4&�&4&&4&` #4) #%�~]�e�Z�&�&�Z�e�]E-�&��&�-EKjK�j.<<.�KjK��)�#)�`"@�&&�`&&�&&�`&&�)#�`)"�d�Xo&&oX�G�,8&&8!����O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2�@�@�8��@7

8��Q�
	N�Q�
	N��
	8G@��

8GQ�
	N�Q�
	N7
	�������8��8��H��H��k��%		".>2I�������2�0�]@��]��@o�����o@@o�����o㔕����a�22���]����]�p�^���|11|�9�9�|11|�(��%7'7'	'	7T���� d���lt��l)q��n�������luul�������)1$4&"24&"2 &6 +"&5476;2 &6 LhLLh�LLhLLhL����>�
�� �&
  �&�`����>�hLLhLLhLLhL�����>����&�&�����>��G��
	.7)1!62	1!62h��e�������2�20e���2�2>�	v
+4�	[��d����+
���d� �135#5&'72!5!#"&'"'#"$547&54$ ���Eh���`X����(����cY���z�:L:�z���Yc��������\$_K`Pa}��f��iXXiޝf���a���	���(+.>#5#5!5!5!54&+'#"3!267!7!#!"&5463!2����U�`��`' ����� �����j��j�V>�(>VV>�>Vq����������������(^����(>VV>�>VV�=&'&'&'&76'&'&.' #.�h8��"$Y
''>eX5,	,Pts�K�25M�RLqS;:.K'�5�R

Ch���h�����R�t(+e�^TT���u B"$:2�~<�����2�Hp����wTT�� V�/7GWg. %&32?673327>/.'676$4&"2 $&6$   $6& $&6$ d-����-�m	
	,6*6,	
	m���KjKKj�o������oo���K����zz�8�zz�Ȏ������LlL�U4>>4-.��YG0
)�xx�)
0GYޞ.�jKKjKq���oo��oo�lz�����zz�8�0������LlL��D��/7H#"'.7'654&#"'67'.6?>%"&46227#".547|D,=),9#�7��[͑�f�x���!X: �D�$+�s)�hh�i��jZ������t�<��F/��*8C,�q؜�e���\�r,W�BX���/C2��h�hh���=�t������Xm�����>NZ+"&=46;2+"&=4>7>54&#"#"/.7632  >. $$ p��=+& �35,W48'3	l
z����ff���ff�����^����a�aP���2P: D#;$#
$*;?R
��Cf���ff�����^����a�a��'�Y	>O`"&5462&'.'.76.5632.'#&'.'&6?65��\\�[�<C��z�C
25�U#
.�ZK ��m+[$/#>(	|�	r���[A@[[@A�#2#�
����7�*
<Y���$
+}"(��
�q�87] F 	_��1)
��	�	#1Ke34&+326+"&=!#!"&763!2#!"&5463!2#>?4.'3#>?4.'3#>?4.'3��Xe`64[l�����7
��
,	L;�����=+3&98&+)>�>+3&98&+)>�=+3&88&+)>	�Wj�|r�>Q$��~���d$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY���J\m�4.'.'&#"#"'.'&47>7632327>7>54&'&#"327>"&47654'&462"'&476'&462"'&47>&'&462i$		$^"

%%

"^$		$W "@9O?1&&18?t@" W�&%%&4KK�6pp&4���6ZaaZ&4mttm�^x	-���-	x^=/U7Ck���kz'[$=�&5%54'4&K�K�4r<r4&��X��4[��[4&m����m��'/7?GOW_gow����"264$"264"264"264$"264"264$"264"264"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462�^^�^��^^�^^�^^�^��^^�^��^^�^���^^�^��^^�^^�^^�^� p�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp�`^�^^�^^�^^�^^�^^��^^�^^�^^�^^�^^�^^�^^�^^�^^�^^���pp�pp�pp�p��pp�pp�pp�p��pp�p���pp�p��pp�p���pp�p��pp�pp�pp�p��pp�pp�pp�p	��LTi{�"&4626"&462$"&462#"&4632654>7>54 "&54>2"&462%"&54&#""&546 %#"&'&'.7>#"'&'.7>�&4&&4�&4&&4SZ��&4&&4�4$#&�&&j�3$"('$������&4&[���՛[��&4&&4F&4&�]\�&4&�$��
	!D�4�%	,\�4�4&&4&�4&&4&-�Z�4&&4&;cX/)#&>B)��&4&�j9aU0'.4a7����&&u՛[[���4&&4&@&&]��]&&��Ώ0
�u4��0
)�4���#g�&'.#"32676%4/&#"326'&#"2632#2+&'%#"'&6?676676632%#"'&6767#"&'&6767#"'.7>327"#"&'&6763"'.7>;7632;>%5K$
"0%>s$
"0%>;;>%5K�VL#>H30
\�($$(�\���(�є�yO2F/{�(?0(TK.5sg$��є�y#-F/{�$70(TK.5sg$L#>H30
\�($$(�\#�(@5"'K58!'"5�8!'"55"'K#dS$K		K$Sdx#@1
w�d>N;ET0((?
-
2K|��1
w�����d#N;ET0$(?
-
2K$#dS$K		K$Sdx�DN\2654& 265462"2654 #"32654>7>54."/&47&'?62 &4&���&4&���h�՛[&4&r$'("$3�j&&��&#$4[����"�@��GB�[�
"�&&��Β&&]���[��u&&����7a4.'0Ua9j�&4&�)B>&#)/Xc;u՛����"�"
�G�i[����Xh#"&54676324&'&#"'>54#"32#"54>54'.#"32>7>767632326#!"&5463!2b
)
:4FD�N

[�1�,^�J��K-*E#9gWR�Yvm0O	��w�@w��w�w��C2�2c@X�&!�9{M�A���_��"S4b// DR"Xlj�PY<	�@w��w�w��%���e4.#"32>7676#'.#"#"&54>3232>754&*#"&54>763 >32�
''il$E/
@�P@��
^��`��'W6&�!.. ! -P5+


�E{�n46vLe�Vz�:���,SN/
M5M[��
	]$�[��^��5�iC'2H&!(?]v`*	��l�	��b��$9>
���=R�2
#"&5467%!"&7>3-.7>;%.7>322326/.76/.'&6766/&/&#"&676	&676&6766/&672? �=1�(H/ ��	'96&�@)9<'���)29%
�&06#���#��$� J� �07j)�5@�"*3%�"!M
��%#K�"%N�e8)'8_�(9�.<�c +8 8(%6 <)'4@@)#-<^
?%$-`%.
}Q!&�}%&N�-l���IJ�;6>/�=*�%8!Q ���#P"�\Q#N&�a��)<9�bR]mp%"'.'&54>76%&54763263 #"/7#"'#"&/%$%322654&#"%'OV�9
�nt
|\d
ϓ[��nt
|@�D:)��	
;9�8'+|�j�," �41����CH^�nVz(�~R	�9�\'	�r�

@����L��@�
	@�w4�6�HI(+�C
,��55,��
f[op@�\j�;(zV~����i/5O#"'&54>32&#" 654'67'"'>54''&'"'6767&546767>7���蒓��`V BM���R� B9)̟�!SH-77I�Xm�SM�H*�k#".o;^J q�ן���ד��>@�����YM
$bK���d ��ү[E"����;���Kx%^�6;%T,U:i�m=Mk���).DT4'"&5463267&#" 6;64'.'4'>732676%#!"&5463!2),�蛜s5-<A���4ϲ
2W9
�&P:\�3)SEPJ��D4:3NI�w�@w��w�w��NE	2@u��us�+,�����/?x�sa�tmP�'�)fHVEA(%dA4w&4J5*�@w��w�w�����O[4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76 $$ �Cf'/'%($�U�L
(
#'/'@��3#@,G)+H+@#3
����^����a�a�X@_O#NW�#O_�.*	##(��^����a�a����q�[632632#"&#"#".'&#"#".'&54767>7654.54632327&547>P��9	B6?K?%�O4�T% >6>Z64Y=6>%S�4N�$?L?4B	@���{:y/�$ ,'R�!F!8%
#)(()#%:!F �Q'+%�0z:�z���O_4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76#!"&5463!2Cf'.'%($�V�M
)
#'.'@��
3
#A,G)+H+A#
4
��w�@w��w�w��XA?4N$NW�&M&L�/*
##	+�@w��w�w����	O$>?>762'&#"./454327327>7>	EpB5
3FAP/h����\�/NG�S�L�	� ���R�P*��m�95F84f&3Ga4B|wB.\FI*/�.?&,��5~K %
&��Y."7n<	"-I.�M`{�ARwJ!�FX^dj''''"'7&'7&'7&'7&547'67'67'67'63277774$#"32$			*��'ֱ,?�g=OO&L&NJBg�;1��'����'ֱ.=�gCIM
$'&&NJBg�=.��%�����w؝\\��w�
�I�o�o��<�<���-NIDg�=/��%����(ײ+A�hEHO*"#*OICh�=/��'����(ֲ/=�h>ON.��]��xwڝ]��������7��e��[���@�����)6!!"3#"&546%3567654'3!67!4&'7S��gn�y]K-�����#75LSl>�9���V��%�cPe}&H�n��_�HȌ����=UoLQ1!��4564���7U�C"�
�!-9[nx��"&46254&"326754&"326754&"26754&"26#".547632632626326'4#"#"54732764&"264.#"327632>#"'"'#"'#"&5#"'67&'327&'&54>3267>7>7>32632632T"8""8�)<())�(<)))�)<))<)�)<))<)T�د{ՐRh�x=8 78 n 81
p��H_6�S��oc
�F@b@?d?uK�bM�70[f5Y$35KUC<:��[;+8 n 87 8/8Zlv]64qE 'YK�0-AlB;
W��#;WS9
&�(#-7Z�://:/�Tr++r,,r++r,,r++r,,r++r,,ʠ�g��xXV�ע��e9222222^�K�Vv���F0�2OO23OO��`�lF;�mhj84D�ro��B@�r+@222222C0DP`.�r8h9��~T4.&o�@9��1P���%14'!3#"&46327&#"326%35#5##33 $$ ����}Pc��c]<hl���ࠥ�Ymmnnnn���^����a�aw!�LY�Ə;ed����wnnnnnv�^����a�a��%�'#"$#"#.5462632327>321��I��U�Π?L���L?��cc�4MX�&��04;0��XpD[��[DpD,)&&�Q	9V\�26&".'&'&6?.#"#26327677>'32>&3#'&+"?626&"#!'.'!"&5463!>;26;2!2�P  P 	
92#.}S�P9:�:%L\B�� )spN/9oJ5 
!+D�`]�Bg�Y9�+�,�9%
Pk4P  P &�NnF!_7*}B<�{o0��&&�B;*<@$ucRRc�#@16#37c&�@@@
J"@*4�^`E�D�B�����o/8927
*@O�LC�!T!32�3X$�BJ@@@��&AS
0C59"'D/&�&D488$5A&�%O#!"&547>7>2$7>/.".'&'&2>^B�@B^>FFz�n_0P:P2\n�zFF>��R&�p^1P:P1^��&R
P2NMJMQ0Rr�.B^^B�	7:5]yPH!%%"FPy]5:7	���=4�QH!%%!H�t4=�<"-/ ?�1Pp+".'.'.?>;2>7$76&'&%.+"3!26#!"&54767>;2�'
+�~'*OJ%%JN,&x�'%^�M,EE,M7�ZE[��P*FF*P��:5
�
�^B�@B^){�$.MK%%KM.$+��X)o3"�a  22!]�4	I�>"">�,�&�S8J�B##B��12�`
��`B^^B�8&ra#11#$��R&��"&.2v%/%''%/%7%7'%7'/#&5'&&?&'&?&'&7%27674?6J�"�����0�<=���_gNU�?D��f���u�Y����G�b���7=^H^�`	�=v~yT������3����G���D��P�O	4F��ѭ����q������i_w\ހ�!1u�S���%V_-d�
���1=U{J8n~�r����'U4.#".'"3!264&"26+#!"&5463!232+32+32�0P373/./373P0T=@=T��֙�֙|`^B�@B^^B�B^`````*9deG-!

!-Ged9Iaa�l��lk���O��B^^B�B^^B�������	+Yi"&54622#!"&54>;2>+32+32+#!"&5463!2324&#!"3!26�֙�֙0.I/ OB��BO	-Q52-)&)-2�
``

``

`^B�@B^^B�B^`
�
�@

�
|k��kl����"=IYL)CggC0[jM4				
�
�
�
�
�B^^B�B^^B�
�@�

�@
���!1AQu4.#".'"3!24&"254&#!"3!2654&#!"3!2654&#!"3!26#!54&+"!54&+"!"&5463!2)P90,***,09P)J66S�����"��@��8��@^B��@�@��B^^B�B^U�kc9		9ck�U?�������@@88@@N�@B^````^B�B^^���!1AQu�#!"&4>32>72"&462#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!546;2!546;2!26#!"&5463!2J6�6J)P90,***,09P)������"��@��8��@�
�@

`@@`
�^B�@B^^B�B^ՀUU�kc9		9c�������`@@�88�@@�2�

�@
````�@B^^B�B^^�(%.'"&' $&  #"$&6$ ��wC�ιCw�jJ~J�����>��������LlL�ś�JSSJ͛����>����6������LlL���$,  $&6654&$ 3 72&&  �lL������m�z�����z�B�l������>�������KlL�G���zz���G���>�����'7#!"&54>7&54>2  62654' '3�/U]B,ȍ����,B]U/OQ��н�Q������>�+X}��������}X�0b�Ӄ��ۚ�Ӆb0}�h��QQ��h�����>��f����f��#=#!"&4>3272"&462!3!26#!"&5463!;26=!2J6�6J)Q8P�P8Q)��������
�
�^B�@B^^B`�`B^V�VV�ld9KK9d��������`��
�@B^^B�B^``^���+;K[eu4.#"'"3!264&"254&#!"3!2654&#!"3!26%54&+";2654&#!"3!26!54&#!"!#!"&5463!2�"D/@�@/D"?,�,?�p�pp�p�@�����@����@����@�^B�@B^^B�B^D6]W2@@2W]67MM��pp�p��@@@@@@@@n`�@B^^B�B^^���+;K[eu#!"&54>3272"&462#!"&=463!2%#!"&=463!2+"&=46;25#!"&=463!2!3!26#!"&5463!2�?,�V,?"D/@�@/D"�p�pp�p�@�����@����@���
�
�^B�@B^^B�B^D7MM76]W2@@2W]֠pp�p��@@�@@@@�@@��`��
�@B^^B�B^^��A#"327.#"'63263#".'#"$&546$32326�������J9"65I).!1i���CC�u
+I�\Gw\B!al���݇���y�ǙV��/]:=B�>9�����+<F+a[le���Pn[A&JR7t�)��+�tH�������kFIK�e	� .��#"'&'>32%#!"&5463!2#"&54>54'&#"#"54654'.#"#"'.54>54'&'&543232654&432#"&54>764&'&'.54632� ?c��'p& ?b1w{2V	?#��&#9&�CY'&.&#+B

: &65&*2w�1GF1)2<)<'

(
BH=ӊ:NT :O	�)4:i F~b`e!}�U3i?fR����UX|'&'&I�c&Q
	*2U.L6*/
L:90%>..>%b>++�z7ymlw45)0	33J@0!!TFL����� P]=GS�-��kwm	!����*�(%6&692? $&6$ ��	' ����al�@l�������LlL���,&��EC
���h�$�������LlL���
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&5467534&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��d<M�-PppP�-�M����������Dž����9���������	+/37%"&54624&'4&" 67 54746 #5#5#5�p�pp�p�D<p�p<D�
����������
���������PppPOqqOM�-PppP�-�M����������Dž����9����������&.6>FNV^fnv~����"/&4?.7&#"!4>3267622"&4"&46262"&42"&4462"$2"&42"&4"&46262"&4"&46262"&42"&4$2"&42"&42"&4�

��

R

,H8Jfj��Q��hj�G^�R,

!4&&4&Z4&&4&�4&&4&��4&&4&&4&&44&&4&��4&&4&Z4&&4&�4&&4&��4&&4&�4&&4&��4&&4&&4&&4&Z4&&4&Z4&&4&

��

R

,[�cG�j�h��QRJ'A,

��&4&&4Z&4&&4Z&4&&4Z&4&&444&&4&�&4&&4Z&4&&4Z&4&&4Z&4&&4�&4&&4Z&4&&4Z&4&&4&&4&&4Z&4&&4Z&4&&4�%-5=EM}���������+"&=#!"'+"&=&="&4626"&462&"&462"&462&"&462&"&462#!"&=46;4632676/&?.7&#"!2"&462&"&462&"&462"&462&"&462&"&462"&462&"&462"&462��@?A�A?
@
�@R.�..R�@`�jlL.h)*��*$	%35K���..�..�.����u�vn�u���....��@@�j�N *��*.t2#K5���..R..R.��
@Hq '&'&54 &7676767654$'.766$76"&462&'&'&7>54.'.7>76�����������ȵ|�_ğ��yv���/ۃ�⃺����k]
:Bu�q��
CA
_k�ނ���XVo�bZZb�nW��|V	0 	Q2��-�
l��}���O		/	:�1���z	
q��%������z�G
4(

6�Ro�aą\�<

)4	J�}�������%!!#!"&5463!2�^B�@B^^B�B^�`�@B^^B�B^^���%#!"&=463!2^B�@B^^B�B^�B^^B�B^^�&))!32#!#!"&5463!463!2��`B^^B��^B�@B^^B`^B�B^�^B�@B^��B^^B�B^`B^^���#3%764/764/&"'&"2?2#!"&5463!2��

��

�

��

�

��

�

��
s^B�@B^^B�B^ג

��

�

��

�

��

�

��
�@B^^B�B^^���#'7"/"/&4?'&4?62762!!%#!"&5463!2�

��

�

��

�

��

�

��
�
�^B�@B^^B�B^��

��

�

��

�

��

�

��
��`�@B^^B�B^^�	! $&6$ .2�r��`�������LlL�f4��������LlL���#.C��&>"'&4762"/&4?62'"'&4762%'.>6.'.>6'>/>76&'&.'&7&'">?4'.677>7.>37654'&'67>776 $&6$ (4�Z�##
&##
&y�"�6&.JM@&� "(XE*$+8
jT<l$3-V<
2'.


-1
%#e"!Z�
+*)H	 8
(j

	#*
-ƷVv/kh?'��������MlM�$($�R#

&
"
#'#vZ@+&MbV$
�
G7
--)

R2T�
313dJ6@8lr2_�5m/."�G:=	)%5f0gt*2)?;CB66&, �	`48]USy������LlL���G6?>?3#'.'&!3!2>?3.'#!57>7'./5!27#'.#!"g�%%D-!gg<6W��WZe#1=/2*]Y3��-,����C1/Dx���] VF��I�q-H�����D2��NK'>*�%�R=f
07���=.
fD�]\|yu���,0>Seu#2#"'&5<>323#3#&'#334'."#"+236'&54.#"5#37326#!"&5463!2�		<	��zz�j��k-L+� )[$�8=".un/2 �^B�@B^^B�B^�5cy	
�
��(�ݔI�(8��?C�(3�>�� #"��($=�@B^^B�B^^0�K�S�&'.'&'./674&$#">&>?>'76'# "&#./.'7676767>76$w
.~ku�BR�]� T%z+",�|�ޟ���j<���)(!(	~ˣzF8"{���%%#5����)��}''�x��JF��0"H[$%��EJ#%
.Gk29(B13"?�@S)�5" �#9����dm�W"��;L�65R�A0@T.���$�}i`:f3A%%
BM<$q�:)BD	aa%`�]A&c|	�M��s!
Z
2}i[F&���**
< ��ʣsc"J<&Ns�F%���0@Wm6&'.6$.7>7$76".4>2.,&>6'"'&7>=GV:�e#:$?+%

q4����g
&3h�T`Zt�Q��м�QQ��м�pA������P1L������K!:<��}҈`d��l��b�,�9'


%%($!
���a3���)W)x
�������
о�QQ��о�QQ���cQ����ǡ-�җe)U�s2����XD\���ϼ�Yd����/?O_o���#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543%#!"&5463!2++532325++532325++532325++532325++53232�p00pp00pp00pp00pp00�8(��(88(@(80pp00pp00pp00pp00pp0� � � � � ��@(88(�(88� �� �� �� �� �/�Q�/&'%&/"&=.6?&?&'&6?'.>-#".6?'.>'&6'.>54627>%>76#"'%
%6��

2�7
2G
f���!)p&4&p)!��f
G2
7�2

��	*6���	"��
4�7
2G
f�!)p&4&p)!�f
G2
7�2

��"	���6*	�!k
3

j�&3
%,����*��&&ր*�9���%
3&�j

3
k!./!>��>$,*!k
3.j�&3
%�Ԝ9�*��&&ր*�ǜ,%
3&�j

3
k!*,$>��>!/.�&6.'&$	&76$76$�P��utۥiP��u��G��xy
��Զ�[xy
�-���_v١eN��uv١e	��=��u�ʦ�����[t7��8�X�
&6##'7-'%'&$  $6 $&6$ ��3��1�N��E0�����g��R�=|�����||�">"��������LlL����^��v!1f2i��Ђwg�fZQ�Q^>"�||�����||�w������LlL��&�Z�Xblw��������.'&>'&'&".'.'&&'&'&7>767>67>7626&'&>&'&>'.7>.676'&'&'&'.67.>7>6&'&676&'&676.676&'&>&'&676'.>6/4-LJg-$	6)j2%+QF)�b3FSP21DK2�AW")")�$??8A&A�E5lZm��=g�G2Sw*&>$5jD ���GH�yX/4F �r	1
	1�"�"!�l=6>��	6
,5./��'e



.*�|�Ed!
u&�&%&��	&��5d	
���))66@�C&8B@q��L?P^7	G-hI[q��:<�rS	U~97A_�IR`gp1	1	�;"("j?>"�T�6
,6 
&/`���LwQ'�	
��A	^	�	�	"�		$&	_	��	y		�	*�	<Copyright Dave Gandy 2016. All rights reserved.Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFontAwesomeRegularRegularFONTLAB:OTFEXPORTFONTLAB:OTFEXPORTFontAwesomeFontAwesomeVersion 4.7.0 2016Version 4.7.0 2016FontAwesomeFontAwesomePlease refer to the Copyright section for the font trademark attribution notices.Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeFort AwesomeDave GandyDave Gandyhttp://fontawesome.iohttp://fontawesome.iohttp://fontawesome.io/license/http://fontawesome.io/license/����������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab�
cdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������"	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS�TUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������glassmusicsearchenvelopeheartstar
star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflag
headphones
volume_offvolume_down	volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_height
text_width
align_leftalign_centeralign_right
align_justifylistindent_leftindent_rightfacetime_videopicturepencil
map_markeradjusttinteditsharecheckmove
step_backward
fast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_left
chevron_right	plus_sign
minus_signremove_signok_sign
question_sign	info_sign
screenshot
remove_circle	ok_circle
ban_circle
arrow_leftarrow_rightarrow_up
arrow_down	share_altresize_fullresize_smallexclamation_signgiftleaffireeye_open	eye_closewarning_signplanecalendarrandomcommentmagnet
chevron_upchevron_downretweet
shopping_cartfolder_closefolder_openresize_verticalresize_horizontal	bar_charttwitter_sign
facebook_signcamera_retrokeycogscomments
thumbs_up_altthumbs_down_alt	star_halfheart_emptysignout
linkedin_signpushpin
external_linksignintrophygithub_sign
upload_altlemonphonecheck_emptybookmark_empty
phone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificate
hand_right	hand_lefthand_up	hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter	briefcase
fullscreengrouplinkcloudbeakercutcopy
paper_clipsave
sign_blankreorderulol
strikethrough	underlinetablemagictruck	pinterestpinterest_signgoogle_plus_signgoogle_plusmoney
caret_downcaret_up
caret_leftcaret_rightcolumnssort	sort_downsort_upenvelope_altlinkedinundolegal	dashboardcomment_altcomments_altboltsitemapumbrellapaste
light_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefood
file_text_altbuildinghospital	ambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down
angle_leftangle_rightangle_up
angle_downdesktoplaptoptabletmobile_phonecircle_blank
quote_leftquote_rightspinnercirclereply
github_altfolder_close_altfolder_open_alt
expand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode	reply_allstar_half_emptylocation_arrowcrop	code_forkunlink_279exclamationsuperscript	subscript_283puzzle_piece
microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor
unlock_altbullseyeellipsis_horizontalellipsis_vertical_303	play_signticketminus_sign_altcheck_minuslevel_up
level_down
check_sign	edit_sign_312
share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfile	file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt
sort_by_ordersort_by_order_alt_334_335youtube_signyoutubexing	xing_signyoutube_playdropbox
stackexchange	instagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_down
long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype
foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380
plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EE����=���O<0�1h�assets/library/font-awesome/fonts/fa-v4compatibility.woff2000064400000011270151213253230017721 0ustar00wOF2�
'p6$ `��ʿ�P�} �U����p�~��N{�[�,�,��$� �I�'ZKY�c\(�絼)���-�����@�;��������H#.(�c0�4@P̶�-��b��X�-��Z�W����Y��?����	GdČ�7/�%�H;������B������M3p�{T�3r¸	k��.��@Dt����@����;?����A���YT__�6��?E
�:r}��ן E�P�)p��������Y��?�1hx>^g��tL�h
�ka~�r����r�	:f���^��{ �����C��y���X/�R	-�9;�/��b%���I
��E�(��qH��’�#�yzР�o]�h�!�	�&�LΚ\?y�d4y�����M��N�?�����M�<��zk=^?�~���W�?~���k֟����D]LN��5�n�s���#
ׯY�G�K�3�����ϲ������~��X�����a'6�w�_������������w����j�w.���*ku�#,a���aDu�Q=᧡Zȳ����$���H�S)d�(�9u�B�X�8�J,��3��"�?8~|t���O�?���q,�P�Xr�NT��Uݻ�r����ʾ�������"�_��`��,W�o�D&R�:���y�>�i"�<�їr�&B���K���M��웜�S�n���~��p1߿��,�t���bhY�$����n�/�.	`	W`+Q�t�Ty*V�ȄR�{=!��g�@՚Щ.��Ӆ<W�Ld�7����*�R%T��^V��<���n����躝����8<Fy1����-4��q��a?�q�O�T�RQ�K��<WR%y�7�4N�@ey&��U&��)UB�T�xt<�9���	8?"[���x<�	rn�#�p~D�����㎮����9"-α�;�^#o��̬�_�>���"-�q���p��H^�����S�p�m�z���y�G��X�67�WN�V��}�a�ƍ�N��E���e���4������vk遚���a����z�U��� ��Oʕ��FW!�.�k��� ��=G�"T�zT�C��D:jO��(��zT�#�U�ɽ�W����5�8ch�X8TK��1>V(�����qƊZo\e�W����/"��3V2�[z��buuU�IG�
G�!gl���&*�lsȷ�$\�B�iU��j`�R5��d���ښ2�Q�U�gyMa<����j-���&�>2M��_�
2Ƌ�~�ߟ/+�W.//�:�ֲi����!n�����iA�����>�bA�(6�e��QV��'��=2�cM�J��Q��E8�5���yJ��M��+��|�3�m�]�םfY5���S%SBY�6��4��^�]�3�.��6{�VN�7�苨*ѐ&Ƕm,�1��oP�[�i�jW������҅�I�W�7�V���c�}�% ������KE͕��ɛ��Xy*���G�79���,�뼍�z�k�ӟ���(qr�� �ۮ��>��y�Xx@.��P�P�F�S=��Y����@�0�T�Lr]c�3Y^A&��b��TK$��
!T6��
����@&rc�=��Oж�1k� t�ț��ͱ#J4[7[�����fC��<|N�X�����FR��0:p���B�0:p���B�;����8�5����N�t����Ǜ��5i�5�&m��V��N��ss�����j���������F��}g��o�l���w&4��!���������o٘����D&2Do�j�B����h4��z����=\�]�j���}� b���;dN�Z� (*�c)�k���p��Ә(��R\v_�F^աe��@�:	�0�r�ӂL&���m�,��/��E͵t���p��Vw��m�XB��4���Ҝ�� F�(�����=�zf����'qDiN���dSE���+IMK8�4�s>�y�{��Ϻ������馛�n��b�X����R����E֬�����DӒj�v];��e�=s^=�H!:A�X�j8��ބ8�i�a�p�\I�j�Y���N���/����|�O�T�'R�D����!��A�K=��"M��xõw����"v�},sRUEQ'��9�n�_Z�ꃶ=3�i�̌m�M��v�KHwj�KH�I��.i:��N�$V%^��:��K1|���Ns7�v	�v��]B��L��f`���%x>@�	��[�H���*��
�x:e)U������Ѧ9]��z�O1��t��<�_|���^�@�bg���>�qV��<S�ƭ��W=��Wz-�*�M���:�a�XP��
����B��a:(���&9P�����Ek�8/��wǾ�T`Q�X��v��
;��N8�ΩJSX���C��6��0��n[
�s��lh�E,���0p�Z*c�����q�0tT�X��Ѱ���(�l,p��f��Lg�c���S��D��1Fq2��g�ƎJ�ӱ�] ����v����q�x�g�6,A��e�S��Pb��HE��J6�1^$�t!Du�nj�6=����4�!��>y�mYd����o<�h�^i`�&M���/�s�p��9�P�[n79o�/�^��p��Vù�YO_l�7`��9�`*��Y��h��d�a�d���є뚺ն���w�h���9�a�d��#�c��fS�-�������-�,|�i�K�	��TE`��A/�!�gn1UY���̻�iһL��G��g[f�M�ۭ�a�h�G��cvKVb��߸����	O�|4bw-U����֘ұ�E�K\��X�,_(� Ć��#l���{����
`��f��mR��E��I���T]��
C?5��#�
���<y�F�1���>�맆�x���;,p.�`Ps��K��rT��t�z�:��ͭ�A-pz��ZЌ?����ٙ��af�5GF
W�1�0l!�M���o�����5��
�M�v8'�aK͓!��b�"6i�B�1Ÿ�I
�m��l�-��*r�����,��8���Ok.�/<�nj8�^ͤc\�q��<��n!��p��|���0?��<���8�a��[�6��9i���D��8wf�9s������7��	MU����BU����|>?4�2͆%l��Q* 19��('⦰�]�pN���ݹD�/�
J�H!�TU8�PU�	!�L���硁��UV�5N�p �8��z?������pM70s�R�n6�o4b7��܉�hFs�d(�#1����(���s��u�(�՚��8-�&���1<>ƙ�����
�U�y��8p���K���5�I/�`aZ�
�LW�4�Cb�@!����&�뒠04��F\u�E�w,ɢ�C'^�uMU�e���TJ���-w��2�E�,[po����f��%J$���+la5̗��P�eۺ�*��Q	�=]�w!��8�rCQ��G�s�f�\�P�o�zzi �…���ʌ�3E�T���Y|�8U�n*R���p�[r@���oк>�m.$
!6���Q�I��f�L�d�Iu,T@�д�a[��5Z�1OaSӻ2v�w�>f�ŎX4td���e���ԜN`.�g���݁�8�m�M�{�b=I���F�
F����Vn��JP��'��Rc�n_���Օ�Q�L����k�}�.l���xΝ8{�2阮۶���۽���as������¹��Y����d�q�7���v�8�ƥ����g*�k���mQ�Y�k�bt)5���|>t�gb�x,�j�I���q�/�'�lj�c�cI�����t����6N	����o��C�?2m"�2.���܌?�zA���b�1=���b� �+��؃�z�a���n�m+?���-O=5{ݶm�v_EO���̲د��e�_���E'}��G��{�>��wJ{��Їa��L�x�����>"�v�Q�l���E	i�Y�֍
eJ�ޯ��nʯ� ��dn
��AFT�-�sK������4Q:]�-��Z�`1�XL3W,��V���h`��4A�X����W�\��s��1�T������Rq���W�p	j�S�Ly'V�ݥ&���o���s�8S�sƀ1n<�U~��l���Y�sq���>ʾ�~���:����w���y`����,!O�w��a9ΌU�
e���H�M��
�0\<�$�?��S
�@*P!����e;(p���%��
�uF�z�~��a4�X(('3	ԕ?�SehM��9�.�<ݞ��d~b��%�Dr͉�^��u�TK����ְ�n�=~KsZ�'Ž�"��l�Qn�܎
���{�#��/����2�K�h�'��]��B�P^�K}ъ\n�6��x{K;:YHW�OEQ�W/7����ʫ0n�%�DHrO������w!���0��MLcBtq2���$�A"�	,��.�)-m
ND=�؊�Z����ȡ����@�XI�D�$�ZP��D !D�-،6"pZ�F�6�ࣀ<��
ʨR}�J��I�C�����/���m�W yr��袉m���-��dH�Ů�]|
"t�CE������a�J��mcO@��~��a�%J�5��zkY�_assets/library/font-awesome/fonts/FontAwesome.otf000064400000407230151213253230016213 0ustar00OTTO
� CFF 9s�7���EPAR(�l0OS/2�2z^��`cmapǢT��head���6hhea
��P$hmtxJ+��t
�maxp�P
`name>$#
h
postx FontAwesomeC�������������	�U�6����U�6���2�2���
�",04<>EGMT\_ehmqy}�����������������#)4>HT_lp{������������������
'4=GRYfoy��������������
&,39COVcoz������������"/5;FPUZes}���������������&+16<EOW_hmqv|����������������)04=DPX\aju����������������(,26GYhy���������������%16;>EMUckox��������������				$	5	G	V	g	l	p	v	�	�	�	�	�	�	�	�	�	�	�	�	�




&
*
-
0
3
6
9
<
?
B
F
O
_
c
u
�
�
�
�
�
�
�
�
�
�
�
�
�&5BQafmty�������������������!%)-159=AHLPTX\`dhlptx|������������������������������






%
,
3
7
;
?
C
G
K
O
V
Z
^
b
f
j
n
r
v
z
~
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�	
!%)-159=AEJNRVZ^bfjnrvz~��������������������������������
"&*.26:>BFJNRVZ^bfjnrvz~�����������������������������
"&*.29@GNU\cjqx������������������ '.5<CJQX_fmt{������������������ '.5<kvglassmusicsearchenvelopeheartstarstar_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflagheadphonesvolume_offvolume_downvolume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_heighttext_widthalign_leftalign_centeralign_rightalign_justifylistindent_leftindent_rightfacetime_videopicturepencilmap_markeradjusttinteditsharecheckmovestep_backwardfast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_leftchevron_rightplus_signminus_signremove_signok_signquestion_signinfo_signscreenshotremove_circleok_circleban_circlearrow_leftarrow_rightarrow_uparrow_downshare_altresize_fullresize_smallexclamation_signgiftleaffireeye_openeye_closewarning_signplanecalendarrandomcommentmagnetchevron_upchevron_downretweetshopping_cartfolder_closefolder_openresize_verticalresize_horizontalbar_charttwitter_signfacebook_signcamera_retrokeycogscommentsthumbs_up_altthumbs_down_altstar_halfheart_emptysignoutlinkedin_signpushpinexternal_linksignintrophygithub_signupload_altlemonphonecheck_emptybookmark_emptyphone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificatehand_righthand_lefthand_uphand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilterbriefcasefullscreennotequalinfinitylessequalgrouplinkcloudbeakercutcopypaper_clipsavesign_blankreorderulolstrikethroughunderlinetablemagictruckpinterestpinterest_signgoogle_plus_signgoogle_plusmoneycaret_downcaret_upcaret_leftcaret_rightcolumnssortsort_downsort_upenvelope_altlinkedinundolegaldashboardcomment_altcomments_altboltsitemapumbrellapastelight_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefoodfile_text_altbuildinghospitalambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_downangle_leftangle_rightangle_upangle_downdesktoplaptoptabletmobile_phonecircle_blankquote_leftquote_rightspinnercirclereplygithub_altfolder_close_altfolder_open_altexpand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcodereply_allstar_half_emptylocation_arrowcropcode_forkunlink_279exclamationsuperscriptsubscript_283puzzle_piecemicrophonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchorunlock_altbullseyeellipsis_horizontalellipsis_vertical_303play_signticketminus_sign_altcheck_minuslevel_uplevel_downcheck_signedit_sign_312share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfilefile_textsort_by_alphabet_329sort_by_attributessort_by_attributes_altsort_by_ordersort_by_order_alt_334_335youtube_signyoutubexingxing_signyoutube_playdropboxstackexchangeinstagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_downlong_arrow_uplong_arrow_leftlong_arrow_rightapplewindowsandroidlinuxdribbleskypefoursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EECopyright Dave Gandy 2016. All rights reserved.FontAwesome�[_�������"+/37;TX_dhn���������������#'Prz�����������.26:@DHM����%*.48@ENUZ^}������/3�������������PW^cgl������8<FJ�������������CUajov{�������			@	J	Z	�	�	�	�	�	�	�	�	�	�	�


&
*
.
:
A
T
m
r
}
�
�
�
�
�
�
�
�
�;BFLTX_cinsz���������� .38@FKPp|�������������

&
E
d
m
z
�
�
�
�
�
�
�
�
�
�
�
�
�
%1=BGNU[e���������
#)-7=CJO]kr����������������):PUblqv|����������",5:BJOTgz���������������$6HZ]hs{�������������
 &,6@JTX`hnt|�����������������
)8@OSX\bhp~�����������������"/4;?FLSW\hmt����������������
',2=HS^elw�����*
�A
�T&������fA�V��
��T���l�f��P��������������z�z����
�P
���4�!
��t������
���
�����q
��q
�bt�&
y}}y�3���3%�3���3�
`z���T~����~���������������4���]
�Tg@Z
�4��
���
������R
��,�T[@��
��<���<4
,
^�2
���%�%�����%�%�����%�%��3�
�T<
�n�h@;�TN
���TI���TN
���C
KFKk�6
?����������J
��������
�
:
K,:
��y}���Tj
5
�/W
K$'�T$����V
L
v
��
�
L
6
f
y}}y�y}����������}y�lz||z%
��1
��
��������K�T���T�Y�=��|�zKz||zKz�|����������N
�
!�5�
�!��
�
�f�f�(
������������G
���
Q
3|�T|�T|��T�
�T�
�T��|zs�
R��������3��&'
'
<
@A
��������G
������������^
���[�=������
�T� /
3
c�-�`�V�}�h�n"����B�v
�����g
�O����G���
�`�E��}n\>l�g
����,�������������������h����h�@�@�h��E�Q��P
�|�z�@z||z�Tz�|���������|�z��z||z�Tz�|�����7
�F
���x�
����3�C�DRRDD��uy
;
�;
���5�!Jb���
h
����
�����5
�/������
�T���T �+
-tzux��u�[��Br�lmy�z�~���5�������q�s�������U��hnnh�hn����������nh���
��t��t��t�T
y}}yKy}���?
j3CC��
��
������5�;��(�=��Z�XW�G/�9�;���/�_M�knm��n9��:Y�I�Ƒ���P�`�q���������������~���d�_�i�r�c�rr�i��i�i����������y��
@�H���-�R
�'
�����
���T� �����1��<t0
��l�n�l||��}_zob^��^�b�z�����������M�<�M�<v��������������	�o�_��}|�|r
���
/�0
���]�}
���]�
���
�E�Q���y�
v�(�
��W���
��T/�T����
���
�j��i�h��{�t���*
�<���<�<���
��<+���B�����������
�����A�S� ����i�^wv�h�������v�i�^����S� �A��E�]�#���'
K(
��D
F�m���3�'!�����%�Ơ���#xM'�nq��w������d����������������o�^�]���
t
x
�1�!���!���������EQQE5������i��������'�Ty�}���������
�tV`�����
��
K��
�T�����
��
��
����t��
kb
K<����z�
X
�@3CC3�@���#P
����n�hQ
�h����������/�:�n�h��
��
���:�
���
���;x��t������u�l�TK�
1���
�0
���8�i8_dd_�~~�x�z�������������������ƅ����y���"�9��O��9�%������9�)��o�'�0�q�i�?�@�h�h�?�@�i�r�����C
�TFKk�Tr
P
��;���;�Y�S<��!��y�o�t�s�{tq�T/�T��g���5��[��
�F
��
��s
��*
�41
���������������������Z�Zr�w�h�)��S
�
-
v�v����z�z�����:
�t�t���t�t���t�t�
1
����7
�Ԏ���8�
����J����n�������������������+����t����m�y�;�
[�8�����
�����������
������hn�>�����~�w�~����~�w�~����������K�
=+�tX
�@]
�@g�Z
�t�V``V��;
��;��`���L����<��� �xra��������
Y�W�
@3�&��
~~�w�~@���������5!�����������}y�vKy�x}z��y����n
������T7rr�c�r����~�g
��hnnh����
���YYG
����P
�����~�����*���*�*���*�*���*�*���*=
�4�����
�4����������)
.@�����(�����[
�h
������������������P
����v��T�~z��$�j�
+�[
��<���<�5�!I
��4���*
�A
C
�7
�r
C
��7
@r
b
�!�6��g������T����E ��
��ˋ�������h�3�/�����{�V=��������������n���������������\�n���]������������9�
��v���������x�{�zz{��X
�����CZ�7)������D
�T���}�y�T8�TC
�T7
�Tr
���]�]��[
1��
��
����������
����7��������U������f�
�@��m���
����� �
��<
�Z�Z�������Z�Z�������{�B
����r�r�����z�{���
+
�T
<�Z��������:�������w��B��������D�$�$�D�����(�=`��h��Z����������TA
�
/��0
�����nh����&�&�����&�&�����&�&�����{��V��v�7�+�4��2�y�qpV``VV`��������J
���Y
M�Y��
}�
���>
��|z��nhyy�rrr�r�ypttp&pt��1��5
t�v�������'
K(
����
�����������;���;�����g
���
$�4��������y���������~�M���Q��������������s����Q�Dnt��y���������������������y���t��
��F�t��e�11e�BB������T�������������2
������
����������r��������I
�F
y����������'�&��K�
��w�_�_�c����������4��4�����4��4�����������p�]��R����
���G�T��TX
��������������x�����]�]��
 83��
���w�rrh�������h�@���;�f�v�eK\xcik�v�ss]tRat�7�+�4���4��7�&&����
7����
�V��(����-
hn�����D�$�$�D�
�,
�}�t��P
��`=��d��b��9�7�B��x����������������������t���3
�������?�L���g�__gg__�g��������������a��
������`�V������������������C3~�w��]������}
���y���6�%�6-��������������	�_�$��cX��~
�TR�V�2�2�V�V�2�2�V������P@��z�y�z����z�
������s�/A����v����������zz{���������������b
�������z����-
�
�����f�t����&
���3�
������
���]�]�EG�xZ�n�yt�P
P
�������������+�+P�,������������ʲ�������,�������
����
_h�m��x�����2
�
������������
����ˋ��
�
�
�d�4����������4
�T[�`�M���`�My}}y�T,�V���;���;�0
���&�&���T��
��3
��
����������t'.
%���@p
�)qt{t��s�o�y�����s�%�$����������33�3v�K�����
�4��4\~�v����
}jii�C�@�@�����x�~�C
��Kw5 !4���wk�z|��|,$P��+�+�
����������-
�������
�
���
�g�s��}���}y������������f����
����#�E���T�@��)W��b�it���
��S
���4X��wmx�yj�h�����o�fZedZdW
f�r
r�syy�'�&� �������������h�@�v� }�������������59������������2I�8��8��!����~			I	�
M
�
�?y���
*
�BP�|88;�l�]5��m����+\��<���b-�G_y����'>U��>c� R �!0!�","^"�#0#�$$q$�$�%%~&5&�'A'�))�*J++�,,m,�,�-�..1.�.�.�/P/�00�192�2�45q5�5�6<6�717x7�8h9�:S;x<<T<�==�=�?�?�@!@�AjA�B�C�D�E�F�G�HJH�IITNN�N�O"OxPPPPP�R-RvR�T�UGVV�V�V�WX1YXZ�[+[�\C]]�]�^�_+_9_G_o_�_�_�_�_�`�aaGb6b�b�cPc�d'd�eNfGf�f�g>g�h�h�i-i�i�j j�kwl%l�m7m�m�m�n$n;nOncn�n�n�n�o"o�o�pp&p>pXqq
q}rIr�s8s:s<s�s�s�t�u�v<wIwhw�xGx�y y�z&{6{u{�||�|�}�~~�~�~���C������M�����9��C�|�����2���8�V�����P���	�c����S�������O����I�������#�|����L���������`������m�
����P�o�������1�����*�x���������4�f�.��H����U�\���1����������'�C�w�����[���W��������(������b�������;������J�{���.�ŝ�Qƭ�fǮ�*����ʛ˗̉͌����|�`ϫ�Zҝ�(���Jտ���׻����p�9����D��9���������g�����t���g��,������q���?�����o�]��1�a�JC���0��g����	$

�N��
F.yq��4����+M�<�� �!>!�";"h"�##�$b%g&D&�''�'�'�'�'�((�)�*"*�+�+�,?,p,�-F-U4>4�5~5�66636>6�7	8"9�9�:-;F;�<9<�='=\=�=�>?Y@RA�B�DEAF�G�H(H�IImKGLL�M^NZO�PxQ@RS%SlS�V�W�X:XRX�X�YY]Y�Z�Z�[+[n[�\d\�]g^Y^�_2_�`5`�a�a�cBdd;dWdvd�e!ff�gog�hNh�ikj@j�k�l�m�n�o�p�qhr�t�ukvYwfx�zV{r|�}/~~�������U�����u�����[�������
�t����J�����~������������������3�J���#���������c�������$���;������������������������������������T��t� �T��T���4P
�4��� c�
��z���.���.Ȯ��h�K�h�<�Nh���-���
��
�����-N�<vhNK�hN�<�h���.���.Nhv<�N��N�vȮ���-���
�����-�hڠ�����v�N����v���4�4���T�
�4�4V``V�T<
�4�4��TA
�4�4M
����0������T���y�u��uyyu��u�y�����������y���?�j�`�,4�G��y�u�~�8������������գ����������YSKkj>h3c�#�
^u�i�����������ƭ��R��������������@2�A
��4
�����F�M�f��fM�Zn�n�w�������
�������������v��
�x
P
 �`�V��������c~ofa�[�!
�Y�������!
 �����
����
�T@
����������b����@�
���s�u�w�#��$���L��>�����������$��#�����������69�JX�"�!�!`V+/E��E+�V������1�R�F
����_r���
�Z���o�
���p�]����������t��
�k�s����u�[��z�tv�U������������Z
�tq���9�
�[��[�9����:�Q��Q��:M�q��k�s����u�[��z�tv�U������������Z
�Z�����J�����
��J����&��	���	��&���a�
�)���|
�����s
�Kw�����
����t�������
��w��4X
��]
��g@�
 �v��
������
�����
�������Y�T3
���Y���`�V��V``V�TV�`���������Գ
���
�T3
������Y�T3
����TV``V�T�;
��Y����TV``V�T�;
�T\�TV``V�T�;
����
��^���y����
�$�%�����
���I�������V��������h�h��������v���j���y�����������������y����
���������
���I���������I���V��������������V������������ ���V��
V��������
�t�tC
KF�t�tFKk�t�t�
�r
�t�t>
��@
�
 ���V��
������
��FKk��r
��@
�
���������
pP
�����t�W�&S�:�aR`S�:�a�)�)�6����z�
�6�)��õ��`�a�;�R`�W�&��t�����P����Q�EEQQE�E�Q��������������Y
���8
��&��8
��&�T�8
�T�&��8
�@�
e
���{
�����z��K���}�z�����������������a�E�V������������" n�m�l�o�L��{�y�ry}{�{O�J�Nl�l~n|�������i��&js�����������^�^�[{m~m�k�No|�y|�rz�{���Kp�i�j�ki\f_i]�����������Q�M�[�����������!��|�����Lz��~��r������Ǒ̒Ȫ���������������'������������f�g�i��������M��������m����������������������������([po����p���H��H�4���
�wO�V��VOcZwE�;����L��1�������H�u
 �v�
��t���������n��n�����t/��
������s������~��o�J�,z�W���`a�G�ah�c��~��v�~�A�������������H���H��������������������
���
���w
!�4��t�4����t��t����4�t��t��
��to
�T
�4�#
�)�v��TV���{�||��||���������N���������g���|��5����p�p����Ty�~}y�:y~�����T����ppur��5��|g�ccn�_��Tz}���������������y�}}z�T���� ���
����T�
�d��gf[wXX[��f���e�6
�
��t�q���T�K�T�����T�T�
�T�T������x�4���4�t8����
��z��T~����~���������������f���9x�4���4�t8��(���������������������������&
��T���
��T�������9�v��T�
����,�T��,�T���������h���X�h���������Ym���}������}c�h��hcqj}����}i�Vg�v��
�����w�����x�r�w�wvt��L��������������#
������P
���
����!�S�Y��
�y�l�D�&�������������������)�'C�3�$
��Y4����K
�Ti
������t�}�y�T|��}�zcesd�,.�9/�F����-���
1�T5
�T��
����"�Q>�W�����������������
����"�S�X�������5����z�|��[������������,�9�F��Z3����
�Ti
�������9
�����"��!
��!
�
�T�����������@�
���
��G�����
���v��T�i
���T����T�
�T��+�3
k�T���^�^�����^�^���Tk��c�����v
]�b�t�k�r
�������Kg
_�=��1ln��o����1�"�-SK�q~n}s{x}zs�z.�������;�3�n� �L��������� �v��T��T��V��T���/���W�W���/��!�(�Z�Mj���:�kD
��L
k+8V=_G�xɁ��������������H�KxMG�_8�+��������M������������r�������r����N�-������hnog?���
�
��?g�o���������� Gw���_
r����N�-������hnog?���
�
��?g�o�������������_��Q�P��o�x��}��y�C���Q�(Csyrp}t{xo^�������P��Q�_����K�����
��n�{�}�������|�z�x�8�
�S�`�`*�S�8�
qxozo||�{�}�s}|{n.��������
�K���������������
�������������
��
���
�x
��
�����������
����
���������
��
���� ����0m�� 8����
����������������v�v�ʪ�ʪ����ꪫ����������ʪ��骫������k��i�hvv�v�i��j�i����ʌ�����������
�����1�
����
w�������
����ʓ
����ʓ
������1�Y�������1�����������������������Q�
kl�l�������ʙ
�����F?������i��j�ivv�v�i��i�j����z
�)z
����_�^�X*�D�t��cX��_�^�s�jii}jtt�j�jh��s����������W
 m���
����g��|�v�t��y�w�x���og�`vf�/TF��w�����������������.��������q��ra�\��zz��z������aM{tsw�x�y�z�z�Vc,sj|wu��t�{�t�v�\h2p]�yx}�x�z�u�x�Wi:mY{pvz�s��~�{�s�w�w}e�_�^#��:��/�����������r�����8����"������ �����
�����
�������������4<
�4���K��4�"K���m�e��,�,�eB�V�4�
��K"44"�4k�t�4�:�4�t>
�)����T���3���3�3���3�3���3�3���3�T�4�tX��r=�E��E=UIrX��t����
tK��

�T��/
 ��,�Q�����i�ep�%�/��,�xx�x((��(���#�Ɏ���������	w�����������R��'������V��b���gfV�p��o�q�qq�������{����������\�/�j�}�}���Y�h�^��?�DF�G@�E�a�t������V@���h����a�%�-n�<����5���s��c���������sŔ�O��������5���*��V�JM���(0�x[[��_}�~􊢋��������%����������;�AH�W�{�'Q�bgf��g���
��F�I��G���������f�=��R��!��G������v�^]�^����z����8����'��n�\��PuH�#hPMqJ�K{�-�!ߜv���`�������Њ�����xġ���������M�M�N�������[�����������Đơ�ϦԖУ�������!!�!�����x$ǁΓ�m`r�;�n�i~G�h�ftnOlF�Kw�z6���������-�������������;�������p��6p�_�ph��6hp�o���;_}oh���6�h������6���}�_�����
�Ǐ��\����������|��}�Cy�	�^��^�^L���uZ�
����������������������q�����m����ept�c��CD�C��m����������
ǐ��]����������|��z��b|�|}3��mrS�
�6��6��7W��,��������
�"�����������������m����~yv}u�������������]� y�����]h��vp|�zww�z�v�����{����y{ ��������������|��p��hm
��R�<�0
���R�<P
0
��R��<�
i
m
��R�<�0
�������R�<�i
m
��1�<�0
��1�<P
0
��1��<�
i
m
��H
��H
��H
��������t�#���#����@�������w
��t\
�
�����������������������>
t�Tdw
��T���i���������F��y
�������������td��v�0��{�t������z{�~�'�&�9*
�T��T�3���3�T&�:�'�'~����
�)��T�T�������Tn����4�4�����4�4����Tt����|z�@���
���4kX
���S
�@g@�
m���� �
�����D����������������~��������������������~U�T����4�4�����������~�sj�iij}st�:�9�4�4�:�:�W
��
�
��
���{
����
�
N�L�T���_��p����������’��x���J
������ 
�����v�����P����P���������Ϡ������������H�G�w�w�srP��
�m�X�X�j��:���b�kkcv`~:���j��X;`Y;l-&P���y�y���Q
�����4����������S�+����,�,������|�������|�������������������������~���KK�������X����������������������������fc�c��Q+�4�4�4�����4�4�0�0����f��,�,f�M�ff//������ ���
��g���t�������}���{|y~w������j�X������������������|�z����h
"��Q�����2��{�z�����t�{tq�T�4� 7����\�3�u������������������l�z��*���� ��p�4�Tq�t��������������
 ���
�Jw���
���t����������������KK�������3CC��
��
���������������������G
���������������fc�c��Q�{������k���k�Y�kk������k�Y�kk��kk�Y�k�B�B�k��������������
����C
��
�
�����
�����
���-
�4����=�����
1���
��
�����
�������gs���v���������Z�v��Z� ���S���Z�v�Z�Z��Z�Z�r����Z�����h������l���vl�r|h��h�|��e
P
@g
���
��@��g
���
��i
e
P
@� �����
�Z�w�Z�Z�2�Z�Zr�w�h�Z�
���P
����
�Z�w�
�Z�
����������
�@�w�}����rr�w�������r�Z�Z����
�
���
�%L�.�����2�:�:��z�z��z�z�r�����:�:�2���������%L���'�2�z�z��:�:�����������:�:�
�z�z�������������
����p��������h
��H���� 
Z�������
��hn�����
���� 
e
}�2z�z11z���I�I�I�I{�zzz��1�����������I�I�I�I�����������������
���I�I�I�I��������1��zzz�{�I�I�I�I��{z��v 
�P
�����������z�z{z�����������������M
�v�v�,�+�M
�1��zz���6��
����T���
��4y}}y�Ty}���T��
�T���4�,#Q?`\pnZt�������ҫȧ����P�Kgjzx}wy\O������������~������#��7�@�T��K��T 
��t��t��t�4�
���4:
�T��
��+y}���4j
�����4��y}}y�Ty}���4��
�4��4 
��
����`�$���$`����$���`�$���
���$���$�����$`����$�<���Tg
�#Z�k�=�=�k��#��#�kZ�=�=Z�k�#<�#��k�=�=�kZ�#��#�k��=�=��k�#i
���]�������&�&�
�����
�&�&�������&�&�������&�&�k�K#
���g�2%�������'�'�%%������
�:�:�!8#
��t��
 ���������%��5�����6�&��{��S�j�����������jQ��h�[�=���<�<���=�>���
��>Kw��P
��^�C�T����������}�s�@��sk�iij}ss��t�v
j�t�� ��
��������}�s������TӸ��Kw������~�s����sj�iik}ss@@st��j�t�����TC^OG�G�O��T����s�v
j�s�@t���E��������� @w�K�������sj�iij~st��s�v
k�s�@s���������TC�^���Ǹ��T����s����������� @��K�T��@��sj�iij}tt�����T�
��
�T�����tj�iij}tsA@s�v
j�t�� t������ �W
��@��j{�����������t��,Q��a!���� �K��t�k�v��������������������q���C�t���
�����
e
���t�����
�������ԛ
��������4���
���*
�<���<�<���
��<+��!y}|z��
|���R�����T��|y��.}�|�y�Mx|��z������������p����������������
��������4�Hhnzh�Thn����h�T��T�hS�\��V`��f��y~���5���V``V�V��5�������`V���R�L����'�HMoZd��9��9�dM�H�''��e
�L(
��$�4���A
�4�u
��v��߈���
���/J�7�I[^_[Z_~}�yhn����������{�x�(���H���Z�f���7p\XT���H�aG��-���w��h�h�i�w�V�Q�Z:#v���z]��l���`���L{�l��{��,�+������\�^���˒�����1
��t�4C
��FKk@r
�������C��������N�.E���Ti����C�������k�h����T�������$�T�$������?���L������L���?�'���0�cGv=<���
v�c��0;���'�d�quuq�--��]
��������L��a������a��Lv�trr�t�v��L��a������`��L�������v���$�T�$���]�D�'�#�5�'���0�cGv=<�#��7���quuq�-.��]
���S������v-�y����U*�PN�O���_��Z~w�rsr�s�w��H�7�*�V3�ziU{������Q��������g�
�e��g�
�������S����������A��:�N�T����~�=�����L��=�&��0�����E��rA�������u�X��������������������5y}|y��
}���R����|y�R��
~�|�y�Mx|��z�]�����������p����������k�o�u`�\\`qbu����ud�[�dd��s�P
���������u����z``K�4K++�4�4�-�3���������������������������V�������
+*���������������Q�Q���������������듔����V�V�������������������������땓�����4�L�5�5���4K� �
�������4��
�˫��4�4��˫����
�����
�4�������������4����T�t��
�T�t��
�T�t���4�������4��K�
���
�G���t��������4���
������t�K�
���
�G�������q
��q
�bt��������.���"&��F�t8�t�+�
�
��������������+K�
�
Qc-b.T5���M�K����Tz�|������������sRrQnS�SL0��t8�t��������ĤŨ��������Ty�}���v�0����%�������%�����_��I�b�	\�;COLD|yz|�r�����s�{���������A��0����������%����e
P
�T�%�K�i�``�i��K��%�,����Q�Q����,����g
��
�/�����g
��
�/������
�a����r��z�y��z�yrr�b�r�:�9�r�������������
�:�9�k��
�l����r��:�9�����������:�9rr�b�r�z�y�
�z�y�)��
�����������4�T��������T@��������y�xxy�}�����||�g
�T�4�4r�d��Tr
��4g
�T�4�4���f�TF������4�T��������TB
|�|����}���������������� ��
��
�����p��Q�EEQQEE�Q����Q�EEQQEE�Q������g
�O����H���
�`�E��{l^@l�g
����,�������������h����� �v��
��4�
�4�
��&���Q�)�WW���X�g��3�
UGQ�� {y|ss^������
����� ��������
���
�������� ��/�����
�����T�����
�
�����
����1�4����=�����
1����i
�������
����
����
�����
��m����}
����������������������t����������������������������2o`gfbn��������h������.���������/�>�p�����������+�>�������|����R�i���������/8�C�����������rb�������{Zja_q���������V �O���m�|������
�P�C�������������4��4�T%V``V��
����L
�t�e�����P
����
���������T������
�����
�h���P
�
���T��T��T��T����
no��q�q�on��
�������������T�����f������t//tq�:�v++��������n�+�*�m�����m�*�+�n������3�3�V����y��p�p��v��-�����)m�v�v����
����
��>��{
����ERQDEQ��c
��ERQDEQ������QE��9���}��,����~��������������
�q������������
2s�r�q�t�-��}�}�N}�}�~Z�T�Yp�r�r~�������n��
pw�����������e�f�c~r�r�q�/s~��|~�M}�~���,s�o�p�pndmfne�����n�
 �s�����������
�������-}�����N����������������1��������������������k�m�o��������/�����������
`
��
>�a�����
B`
���
�aN����t������y���������6��$�7m��F��
�����d��I�.�3�W�W��-
��hn����
��fo1\��s�\ko��{�y�xx�<^��
�
�����U/�Sk��W���?Ÿ��������j�-����@�	�
+6�	����OG��o���
�	��D�ɝ��·�l��Z'�#ik}ts')��2OKebh`i_��mdG1dq��h�����W���m��]��a�"W����Y����������������
V��F�� �����e��
�G�.�3�O�׈����-
7�hn����
��GNOH���	�6�
�	t@�K̬�-*�o�s�r��^��?<kO����篞������
�O���Y�	O�x�x�y�t�R]׈s�sv�k�c\k}\vsO����1f��O��z�k������O��~�r�������v�d�����O����J��.�eY�$�n:mo��O�h������q�1�d�_�`�c�Jl�2�)t��}�����Ǐ���y�m��D׈��
�	���83�������v���b��@�K�M�>����������M�>�K���R�4�)�<�5M��n����ɿ�<�5�)�4�RP����
���p�]����������o �u���d�r����
�T�������~ϧ\
�ԕ�T�3���3���~ϧ�4���
����J�������{��{���{������J�{�J�� IYU:��=Y��Ͽ��ڼWG��� ��j�8Ke`bz�|�vw��{���	�̋�{&������,�(�i�"���z ���
�����4�t�4��
�T,
L
�T�4���8��0�����Q�E�EQQEE�Q������0�8.�(�y{���������������w�Ai
����
��
t���
��X�Ti�TQ��g
��B
�4�D�D� � G
��U� � �D�D��
�����t����
���*
��^�Gof��������Tp
��^�Go�
��& ���
�������8�^�!�Y������1���/���)���Yb���1��+���3
���X
��]
+��V``V��R�z�f��|�X�m�}�[�YKKkK+++K+>��7��+�++k��˙����������̚�z�f�R����[�
�/��`����������������������������������o��������������������������b���������������������������t��������������������������@��������������������������������������������������������������������������v�'�T�_Gq���������z�y������Y�w�j�����o�`�)I��b`�__`�b�)�`~oD�W�~jgw^S�X�_�~|~~t�jn~@t^�o�Y��Y�k��|�P��/�"���`�c}�{q��_�'�T�v�Q
���y�y�����t  ���
�����
�?ApDU8��8D��p�?�6
�\����x��T�T�z�{{z�~�T�T�K
���T���T���������������
�1� ��!���8�� 2 �Z���Z���.n8��2����Y\uZQ m{���������r�������^�-Ʒ֫Ϧ����� ��[�����������@�{�wx^�^]U�p�[�c��\��ˀ�t�� ���������b�de�e�	����@�$fb%� <l6fGW���G4���� 9�<:]ua\Q ,�2�������n��������{����
t���������Z�w�R�Q�S��qk�lN2�IUph��s�J��&�J}�r����I���m�{�j�l�kā�u�v������gE{|jZvkSr^kPxOH.�7�6�N�P�T�>�a�a�>"�i�p�ul��e��Ǟ����ë�����ѯ�����
��
�������X�����4*
���(�����3��&���
�����
���&�;�*2�26�;�*���������qX�sIm�[FHN��M�o����;�ot�p��л�ͩ�������������&�o�x�tt_�Jdw�r�y��0�A���y������u���{�&A�y���������  �v�(T��QrLyJ�γ�ʣ�MfEpB}�P7�.�G�$�%�Fr�r�s�������3�Xo[{TO��(�QV�Y�`������1���(m�pn�nvw��w���.�"�4��X�+pr��q/�#�>V�K�����?�����ʹ�ķ�����������S��p.���v�/����n�������������������Q���11��'�A������<������*
�<���<x��p����%�����������j]^��h�Y��E�֊�ׅ�B�
�����������?��G��ߩϼ���qٵ�˟�'(���͔��͂z���'��w�!q=�w�U�G7���HJ�?x�s�]C$�8rw�s�����p�����+�q���������������������������i�������������������������^�������������������������a�������������������������r������������������������ʆ������������������ŕ������������������������ �v��T���T���T��T�$�T�4���\+�T�
��/�i
�)����������*
��l
@Z
�����@�G�t���t��
���
������ ��������V��
��Tn���z�i.�]�,�+�+�,�]�i�����{{���}�zy�j�p����n�������j��r����������������y��'�����������'������{{�~�{y�#j�o����i�c�c���i��q��#���������������4���
�����4�4��������������4��@�
���
��G���2�t�1�v���������~z��1�v�F�4������Y���tH�A��AHZEt�Y���r�tp��g��
���
�2
����
�4�T��t��t]
�Tg�E�u�F�F�6����!�1��=۴�����n���_�F�(���
�R�D������\�����������������\����D����
��V���T����$�4�[
�
�.���G�^������S������S�����G�^�J�(��@�t�w�T�3�f������V``V}�~���d�3�f�T�w�@�t�(�E�Q��T�!���
�T�e
`�����������w�r��P���N����x�y�p�r��NV[�P��w�r�q�q�yx����y�p�r�r�ww�r[�P�N�r�p�yxxy�p�r��N�P[r�ww�r�r�p�y����xy�p�r�r�w���P[V�N�r�p�y�x�����N���P�r�w������������}�����������������P�NV������������V�N�P�����������x��,���4���.����o����U
w�t��FPPF���s�\k�{o��y�xx�>\��V�?��Ck������������������������w���k+�+JL����OG����
�	��
������=��3��`�?.Qm\ibgbjnG5[��ho��������fu�e�l��Y�������=� ��	� �,���.�G�c��4���n8`��X�C�>��[�B��
n������a�tĹ�����o8i�x���������FP��������v8�+��֫ঽ�t��t�t�u�V�]�]B��1�����������
o8��[G�ng�i�m��Q`�?��3�4�=_�`�b�
��
�	�� ��	� �=�a�c�fn��}�|}K�K�Y�X���S��#�L���n8�������
�
���4���.����B
�`�K����P�V��?�Ck���1�B�]�]�V�v�u�u�t����������+��������`��PF���`�������xi�������P��ta�������
�?����M���Q��YK�K}|��}�Pf�c�a��=� �	�� ��	�
��
�b`�_�=4��3��?`�Q�m�i�g�`�n�G[����
��
��ʰ�����
���.�G�c��4���B
��t���ZB�
��xx��yatRt]ss��vikcx\j_��q����FPPFGO����LJ+�+k����������������������ϰ�k�p�C��>�[���������H�������k�f�u�f������
���h��[5Gjnbgbi\m.Q�?`��3��<������
��	�
�� �	�� �p�=������ϰ������ˠ�������S���L���������H���
���Q�Q���{zH��
00��
����0������,
��{zz�{�Q�Q�����
� 
���
����X���00�����{�zXz{��0�����������Q�Q�������Q�Q���N�����0��{z��� 
�����������00{���Q�Q��p���Q�Q��
�������,
������{z�����
���������P�������00��
�������M
�Q�Q��q���Q�Q�,
��{z�����
�����%�������������Q�4�.���������&����E��݂���������v����'�����*
�<���<�<���
��<+�'����������������~��'���������������|iyz���r|���������x|��~t��}�uz��������������������������~�}����t���yzr����j����hv�������������~|�����'����{���|����������������~�oz|������������'���������r}s�pw�h����������������������jh�y�~�|��������������������}}��|x}�o���w������u����x�����������z�����p���}�o�~�v���q�y���v�}��}�{�o�����������y�~�t�����c�����u����������������y�u�u~�������x�����������r���}�������|�~���g���w������������ɛ����������|����������������c���������x|�����������������������|����������������������������������v���������������'݀���������������t���|�������$���|����~����������������d����������+������|������~��������v���r����y��������s~�݇�����uw�}�{�~|�G�����|��}}x�z���ut�����������������l��������݇�������|���������~���|�r�������������������������k��������|��������������������'�����|}�����y����������������������~���������z�{�������|������}�{����x����|�����sv��~�v�z�y�z�z����������y���������'���7�����������������������������������������������������������}�r~�����������w�������������������������w������������/*�G�s �k�i��n
��8��"�W��=�=s�v
j�t����
�>�>��G��ww�|�&xj�U��t���=�����������N,�B[
��Q�?��F������������������
��������������
�������������������t��{���t�q��������z�4��~����
�z������������v��
�x
��
�����������4�4B
���
�4�4�t�
���t�������X
����S
�{e
�w�$�$����
�Tx
�Tqt{s��t�o�y�$�$���������$�$��������t�q�T5
�T�p
�$�$����������
y�o�t�s�{tq�T/�T���
���������$�$�K
�T0
�T�
�$�$��������)�
����W�n�������|`_�]�#�v����:��[���������vV��i���\�\��i��V��v�6�*�4���4��6���e�T�a�
��u܎���v#6�]_��`�u�uu0n1W@��^�;������e ��U�U`�4�U�5�T���T��T�T`�4�S�2�SB�����zyr�rrr��y�b�cy���������j��d�M
�d�j���������y��d�d�y�sq�S�Umtvw�jo�XV``VX�o�jvwt�nrr��yB�d�d�k������y��b�c�y�rr��U�n�T��d�d�UA�?<AkST3��«���n�U��b�c,��UB�>�?BnUU�'�&UVlA?>�C�T�d�dU��m��ի���3STk@<�?�B�U�b�cT��m�,��Ԩ���'�&������)�����J��,�>��������
KQtd_�O>�K��j�
}�|�}�,D!�/�G����
 ���
�������#�����
�#�����@�*�!�
�!��@���i����#��#f�l���A�\���4�v��4����4��4��3�T�3���o@�T�M��K���"��������~�x��������������F��͇�������������F���6)�-1?pWSRWn?�=�%�(�EU��m�þ����������B��B�������_X�S-(mU6�EF(�%�=�?�VX��p�O�������򎬇������������F������������˞���������y��\�&sqb]�NE��N��e����������wd��G�&NS6�}dNDwO�]b��qNñ����џ���s��Se&�G�F�������������������\}�w~vt���:�4+q����������������4�����C�K�t������ې������E����,��
����� ��aV�����4dYztd���P\�4VAlff�,�,fflAV�4<
�����:�\���i�������?��������fflAV������4M
�4��4������4�0M
�4������������������|�+�f�L�����dU�S�55�T�T�d�.�.�������Ġ���
�.�.|�����������|�����e�WT6LL6UV��e����[�o���!���"��m\�������������
����B)�%�h�;�=�h&�)�C����M��e��0���0���������
�����������4\���
�4����4<
��A
�4��{}������~�bx����4��T�
���
�T�G���k�m�e������eB�V�4V``V��Te
P
�� ��
�&
�P
�T��������
�w�Vn���5�!Jt�4C
��
7
�F
����nt�4C
��
7
�F
�T�
��
7
�F
�����'��)�����������h��	�$�J��7�_�H����,�� �� �����`djXg]�S��ˈScfzheb��pR3� ^��v������" O���m��(�;�.?GdFj�P�������yi7�vo�My�y�y����4�
�������(!���?�������:�:: @(��t���
�T�
�@��
�Tz�|���>
�������$����@1
�i���{p�k�g�G�R�[��"�.�_�_�u��š�����ȟ���mN��g�G�&��߅���������Ȃ�������A�P�_��AT�e�A�a6226^%�O�L�J�n�p�s�����o�s�x�Z�WS]{`lcmcbnXzyY\�a\^��cb�h�n�n�p�s���z�f�%�_w�h�Y�+�W�~������������ cv�͉��Β���������������������И���������������1�5��h���v�9��U�!݉�}�t�{�D���$�<�T�;�J�Y�Y�b�ll��|����ԡǩ������������������+�}������������������������������������y�L�J�G��a�7�5�����t�|�m�`�P���v���G#�?}Z�hzdqcwuvltlsj{h�xPK�GQP��Ob�k�t�l�{·�}����y����ُ���������������ˌ��|n�a`�Z�U���TS�R{S��-�de�h}~��~�3U��������:
�@�4
u
�R
 ���`
�����
���4������y}}y��y}���T��������}y�T����
�����
�5���X
��]
��g@�
 &e�e��O ������ �.�����Z�Z�{�zz{������{zz�{��Z�Z�����
�����������R�%
���O�XO�X�XO�XO�X�X�X��r�6�%
�v�2�%
�������	
��>
�
����������W�W������2�����
����g
��5
�T�4g[wrr��Z�ZTT�<D��Aٕ���!���
��!���
�ف����1�;�������)�)�����P��P
�+�<���<��Q��������̙������r��ԋ����ѭVLE^"t*9x�I��&�O�q�=���b�}�%�B�VH�\�f�z���w�}�i�~�w{�z� �Y�
��n�L������U�i�w��<�u��8=��q^�E�i�{PjPn]v�Ӏ��
���)�9��
�(�(�����N����K�‚��������s��Ӌ����ЬWMF_#t+:x�I��$�M�o�;���`�z�$�?�TH�]�f�{���x�}�i�~�x{�z�!�Y���l�J�������S�f�u���:�s��9>��p_�C�i�v9U:j\�i�C���eM�#&�nY�A� �������,�Ó�m�����x�wr��� ��.������f�f�������F�f���������H����4 z��e�����`�c�����`�c���#�NW��[�S���9�Z��)���)�)���)�;�����7����e�e�f�e�e�f�e�e�f�e�e�)���4������
������
�������{r|�sv>��(���T�+����J��~�f�f��~�J�J��~�f�f��~�J�����������K�
�
�����g
�5
��/{i
����W�Ԃ
�����W��~
�����������
�T�T�{z�4�T�T��
�������������T�T���
�T�T�
 m�
������F8�4�
����������
�����X
��l
@�
�@w�W�T�
�~
�K��W�T�
�@w�W��~
��t�0��mjingr�;��<��7�
M7#?����#��7�7��<��:�f�i�m����
���B�4�@ V7)0��[�/��1��/�^�/�������/��1��0������6���;�$�����p��#��s�����E��AA*,�?���������m��6�"�mp�F=(G`���$����.�����������ƣ�����0�����������п�����
����D�&�l&�y�P�������������sj�iel{pp�������������m��o��������������y��,�,�yr�rUg[giyx�tq]�u�m���~~���������~~����mu�]qt�yxgi[gUr�r�y�,�,�V�����������o�m���������������pp{lei�j�t���t�������W
�m�
�b��
G�T�TG�@�u�^�9v:p%"M$�%�M�����ڑ�����������h�i���G��G�T�TG��T�����&�&���@��;�$y����z������%��:�@������b���
���%��������%�����
��v�������
�T������D�d�d���D��WX��YV�_lw}v~v��*���A���d���D����������y����o�6��$�7���������	�^���~������ )�?�c������w�r���vy~x��]�͈}�|�������������*�Y���v�v�������������������������T�����
p{���3
+�T�
���T�A
��\���
��<
�T���
�T+�
��\+�T���T+�
��\+�T���T+�
 m �4���
��X�vv�uuv��v��HNNHHN��)
��	�	���	�	�����������1��j��
��j�/������
������������������������������eU������>
���k�)���������$��1
��
�����������
����
��4<
�4�����T�
��
�T�GK���4�������i��m�e��,�,���~���\��-���4�:����4� �#��x�:�4����t�T���.F�
��pF�
F
�4KqHaZxuuvwtD6O'���x��O�D�w�u�x�a�q���\�_��I�I�_��\������D�������D��$�2�?��?� � nzykjs�t�z{z�tsj�m�y�}�z{�J�l�Q��e��űťž�̛������������{�������y�n�������׭������
�0���|�z���T�|�����������������������T`>
�t���7
`�Tz�|��)��t������������������������������������t��F
�T�G��t����t�
�)�������4z}|y�t����T�
��ty}��������������������������������
������b
������t�T�4���T����N�[c�����G�=B�^�60�A�Q�EEQQE�AK����u��I7#e  #��7up�jj�_�p�B:��
ܾ�ئ�_�������Wc��[�|��a�
��m��
��w�����������������7�E�p��{
��m��;�4�U��3������ua�[�
�RҢ�����&�{
�&������
�R�D[apdu������-
���U�;�4�mp��h�]�@��@�h���֦������
���t��
�t�����������K�}��������������
K��Q��$�4�[
�
����(��@�t�w�T�3�f�����V``V}�~���d�3�f�T�w�@�t�(�E�Q��T�!���
�T��)���T��T��T���
K����5!�����
�K���h���h��5
�t��
�T�Q���
���
��_
����4��n�hhnnh�4��n�hhnnh�:�B�p����
��צ������g
���U
��k�t��E�Q������9��
���w
!�4���4>�Ti�T(
�t�t�T1
�Ti���T1
�Ti�����9����9
�������t"��!
���N
���T�|�zKz||zKz�|����������I���T�|�zKz||zKz�|�����������|�zKz||zKz�|����������6F
����^P
�
��@g
�5
��/�i
���������
��� �����U��t"��!
���6D>
�����^�
��k<
�TA
���������K�
�+�K�
���
�G+���

T�G���E���g
���p�\�T�
�����/�i
�)����������������������>
G�����������W�W���������2�����G��4��
�t�t���T������1��5
��4hZwrr���Z�ZrrwZh�4�
��!���"�"��
��
�"��
�Ti
���������
�4��
��4�����4����
�t�t�����T����t�������k�}�����4��4�����
k���Q�)���T��k��k����������������t�K�����
+�4Kk�4�4�T�t+kk�T�k���Ts��Ts��kk�T�k���T�t�4�4Kk��4�
F������t����ˋ�� �v���
�����|g�>DR������������T��T��˫k�T�Tk��tk��K���h�@�@�h������T�T�����Tp�����p�q�����q����4 ����
���p��������h
�����
�� ��z��Z��4�
�����
���k
��
�����
���k
��z��Z����
��
���!�Z���tL�L���A�Z���4K
�K
���z�����t���k
�
�����
���z�������
YY�������������
�����������Y�
���������L���������K
�)�d
��{�����
����|z�����X
��]
��g��4KGf�g
��0
�K�����
�)��+�TK���x
����
�^�4����Z
�T���]
�Tgk��F
��G�T��Ԁ
`�t���4+V�`�@�Ӷ����+�r
������S
��
�>
n
��4��Ԁ
�T�
��q��]
��g���
����4���������d�_gg_��
�d�4����
�T�
���G�T�T���[
�r
�������
��E�Q��������9 �v�
�
����ԫ��� �����
�������T���T��Y��������w����N�������T��t���"�R�DEQRDE�Q��������bB�T�TB����Q�EhE�Q���X�x�C�3p
3�C�Bc
���B��T��
���
���b�&��'&��e
p����e
P
� 
��@*�j{�4���a����,���t���
�����{z�4�����
���t�C��8�qb�b�b�{�y{x�{��������������K�  ����t�4��
�4�t����_��_�4���\���<�������-��7����������������ʗ��7��-�t�D�&c�+�������z�i��0&H.��0,�-##�s&�&�2iGz@@R�Q�T+�c��&����&����t������������
� ��������x
P
�tV``V��
V`���T�^
�T��
�T��T�
�4�
��&���Q�)�����������F������|�~������aiEjV��ul�������������Ѭ������o���70 XDQ������^
���
�4���7������mG�G�T�4�}
���
��&���������������������
�T�n�a��x�j�i�gx�i j(C��(�j��g�j�i�xh�i�5��'��=�=�'��5����G8
m�T�i
�n���5Y�'��=�=�'��5Y�i�h��������������C ��i�x������������8
�����
�Tg
��
�0
���T8
�)��TK���4�T��T������T:
�T�Tx�
�T�T4
��[�T�T��T�T�����KG����xP�
��
���x��
���
���y�y����
����p<�
Z��Q
�)����
��������������������I
����t�+�����t�
�������I
���4��!���+�������
�������I
��������r@I
��������0��I
��������I
���p%I
���0�0
����+�����t�
��$��������
��h������
�������q��������^��jM�P�di��oo�� '��.��<WN�����2���XV�u������
������^v
~\�b�u�D
���
��
^�z�xvu�z~�L������^�?
ޠ����������˜�0���������������$]�U�M��'����T�6���"W�
N�Q��(���Y��cjM�P�im��p�P~�~�~�����+�����r������+�UQ��������t�b�3���L�?0X�3>���X�������
�Q����v
\�b�u�D
�J�
���
�zxvu�z�L����J����?
����� ���s����
��]R�T1
�T�*�)�\�&���������Y��
�f�f��f�f���������z�M�{�y��z�	���z�y���z�������	�%��
��@��tJ�j��Z�!�!�3�!�"��
�
��$y�f�+�/���Y������
���kz�X�,���Hn���|�}���������������1��d�t���Z\�I����<P��W�3�֩Ó��W�W���}�O�����u�[�}z�y�yy}p~�u�[��BO�}a�`���5��_��q�������U���U������������5���������t��y�����w��{�z�������q~}m�nn��w����m�r�������������� ��
������������������4R�t�����������~�w�~������tT
�t�t?�t����t��t�t6
��������T���T����
�
�
��V``V�V`�����
`V���
D�M�j��e!_�NPZ|UzXr���Ĭ����D�M�j���RjdMD!�5�
�d�R��쿣�3��>���ێ��Ĭ��� ��TPv�4�T��T��T���T��T{��K����=b����u�t���5����m�U����z�x�w�y�������y�sq�ggK�g�������y�w�x�z{����T��m��Ө���'�&�������h�~�z�����UB�>>CnUU�'�&TUmC>>�C�T���z�~�{���������k������y���������
7�5��������u�+�=������
�T������Tg
K���%.�Khnnh��<��K�T/��i
���v�P�����K�t/�
�����o�h��honh����h��n���
���������;�m�g�<��&S�3������r�<��
����;�|��#����&�%6Nkj�k
�����hW�
x�}�p�������;�F�&���<U�3������r�<��
�Y�;�|��$����&�%6Nli�k
�����hW�
y�|�p���)������
�������9�I�v]�Y��fh{os���je�V�]]��n���������������w� �v�v���K�u�Kp��J�Q��T*Fhl��tn����ݖݘ����Ǝ������q�DA�������5�%!*Q���TFhulstnl_�a99��:��P���p���������������~�݀������������*�������P���k�9�o������������k��թ������������m��
p�
����[
�S����D
�
�����D��
�D�U
���D�$�$�D����m����8������������?�C�I������9��
�.�.��9�~���������`�n��
���[
AE��N����������������^�
��U
�������T��T����%�� 7;L9\Xpq�T��T��g
��5
���9�������������$�����9 �
���
�
#���
�������4�����@n
������������������T+}��~|��������C�3p
k�n�r�]J'�V��{k�e�{��������������o�h���c-��#���<���/���&��|�~���T+���������������� �t`�`����
�t���{�y��S;����RQPIOD�w�������t���{���K���������������6��������K��������t�������������������q����v�M�����������n�;��<����-��������=��v��v�k�h�F�����8����������
�!�!�f
�Z�Z�3�Z�Z�g�%�E
������E
���! 
��������
�a�!�f
%��3������3��g�Z�Z�E
�� 
Z��������!�f
������f
%�3�Z�Z�g�Z�Z�E
���! 
Z�����������f
�Z�Z�3���g������g�%�E
��X 
�����F�I�C�������?�6��I�Y����(�����u���C�� �XV�Y���x��\���������b��6��6�������S�������*
P���e�S�GQ���G��z�5�:�5��'��D���N��������5���T�T��(���TK��K�T���(�Tn
��4R��~����~���'1�
�A3�Zp��T4��
�T�7׷���
b
,�9�_�7�T5
��2
�T��Z��A�1�
�����������~���'��~�������������Q�1���
������
�Q�1�.�����
ꗐ������v@�T�i
���T�����t���2
�@�$��k���\�����9
��
���e�
���
�
���y�y���Q
�a
�U�)
����������_
���T_
���T_
�������_
�T_
�T_
��s������s����
G��-�������
���|�a�9�9�a�z�~���������z����������������
���|�3���3�z�}���������z�9�9������S e
���*
�<���<�<���
��<+�����������������w���������������������vttvw���_������������������������������+������3���������s�����E
�������Z���@@��@�@֋������Y�9�ZYh��YY�9�Z������@�@��@@���Z݋���� Z���������
������
�� ���t
���
��
�tR��1
���
�~���������*
��Q������
���9����{���s�Y�sn��{x�p�ut��}��T���������4�T���~�������T7��T������������
���������}���4�T��������Tru|u��t�p�x���n��������������u�r�T���}�yZ�n��n�A���f
�����3���g�g�g�g�g�g�%�E
���� �������������(�@WWS�+���������}����������}���������������������F�������������������簰ɋ�f�,�,�f�Mff���� ����z������z�����q{tt������z{����
�����f
%�3������
x�����������t�
�t���� ��4��4�����4���G{�z�����s�{���4�O!mFNB9x�*����}�}~��������������5�W�]������4����������x����E
�G�� x���������t��T�������c��������
���##
�y����u�s�su~u��v�q�x��Tz�����������T��������QO�y�7����}���T�x�vvx�z��T}x�q�vu��~����������O������z��T��x�q�v�u�~us�s�u���������T��������T�t:
�T,�T[�T��}ys���x���E�F���v��d�y�������������Ds4�>�$�0K��������������������_�������|�������������������h�)�!�<��z���������3��������������5�#�����N��2)(
�$��h�e�kI��
�z�|�������P���諌����������j�j�n��W��{����2�v|���#R�6�'�I�2|���6
�S��k�����G�������������������������\���L�9�x�s,'�$�*��
�*$�P�*��
���[��f�����d�L��"�������*�
 ���������������&�����������_��DS�z|}y�H�ec�$�,�L���t1�HD�U�
\+�!W)�E� ���������������$���z����� �~j�Cy�}��7�C�h��&�5�`���v�8�:�$�:�����R�?��v�k��}7�S��(
�z�|��%� �e@��1(
%$�?�n�P�D���
�������Q�]�(�E�5�U������W������������+�M�3�T�)�3�w��'���T�<�*�|�v���;�<�#����������6
�S���7��}�y�k��א�����������S���S�8x_uaz`{�{�s��k�=�����V��������������j��
#$��6�
$$������@��v�t�T�
�i�T�i���{�������_�,1�!��T����!�1������N�H�����'�	���)$�t�
�t(
�$�t�T���;7�T��6
�S���
�����N�H����v�����������������@���3���uk����1��������@����������:���6���zi����
�4R�G���%i��쎔����������|~�}�.���)�����|�}~�}�*����1����~�|���������������1
�"���C1
�d�4��}�����3������;���e�:��}�����3������8���i�*���O�J�K��.��J�?�7�����1�.��.K��z�J�1�Z����.S��cb��b���.K���jj�l��h�M�8�����ʟgk�������������&w�l`�����l�KK�\��������.���������K�.������H̢����W/�&�����~��k���S�ڡ#���ڨ�ZD�p�A���4�����I���
�����l�������,�,���}��������V``V��T����V`�������������,�,���}��l�l�������p�8V`������V``V��T����t�
�T�
�T�
 ����������$�����+�����)���f������}�����]�|�
��z
�@�\
 ����$�����������+��)���f�1���z
�\
2����}�����]�@�|�
�+
�t�)�f���R��8����8����T8�T����8���*�+
�kR��8��7�t��)�f�4�R�T8�T7�T�TR�8�7�T�TR��8��*���
����iw�q
�s�j
�)�f��Оm�a�
����"�
�q
�j
��)�f�d���
��� ���4�gnohgo�������H�4�R��5
�/��0
���3�#�������������؋�G�t�
`aM�PQ�Oddlli`g]_Q+�f�j�ooj�h�o�����v�uf��\�#�������ͥ�����ȅ֤�������������������������� ������T�n�hgoogh�n���4��-
���
���
���
����)�������|�m���������x�r���z�e�`�I�3��}�y?z�#�\f�LuOvh�i�moh�j�o������Q�]�`�l�d�O�Q�P�M�a��t��G��m�q��������������v�i���� ���Ǿ������n�4���^��ːΆ—̀Ə����n�԰�+�}j�{x������t�������zj�1�"��L��������zii����|E�;�;��]SH��v|~�}������������I��q�z��x���������c������������y�pst}qv�5H��ίp��}��������������Gq�|�z���{t��������}��yp�jip~rx}x�od�d�n�yr��~������������������W�����vu�yi�0i�z���������x�`6�0w7~Q[`R�|���������R�[�~�wߋ�������ƻ�ő��������|�ą�`�P�8�05�����]A�]��|�s�|�z�|����W��W��[�
d�m}yrxq~jiq��y}�����������������~r��x�nd��I��mpr|rv|������������{������������������H�� ���X�?�����A���܅w��l�D���z�ك��{�ц����Ԩ�_���~�q||�||��|����������f�|�mm|t^]��Z����'��X��"��-�I���bgiwknv����������v����}�������������(]�j�vg�rxhkl��m[2�+�*�m�������xf��w�j]�Y��n�w���w�y�{hsfy\\h��qx�����A������������zi��r�eV$�G4]�t������������~��%]~smn}���f������t]�f�c�����q�y�J�>���L�N��M�M�N�w�K=�KQx<r�����������<�Q؃v�L�N��M�M�N���Lؓ�Ş�������z�G��D��!�M�L�M�.�E�Z����
�#�������x��rh�]^hzirxr�dV�CV�d�qi��z��������������0�nwx}y����������0�g�s�|r��������T�����v��������7���y�g��}������}�~�5����������T�~�~�����������������K����������}��g|ut~���$zm������v��s�����������������������:�������/
�s��s�A����~�T��z�}xp�M������������X��������l������������L��y{���q�������������-�g�������p������������Ln}������t�������"�V������O������w�( ����[�,���x���x���M����
��y�h�>�GC�TU{�x�%��%�����%��%���T��D即���#}�f���
������؋����›���%��%�����%x�%{�T��G�>�h������
��
˳�&�����~��������'+�����������'���}���������~������~�����������������}���}����������3���3	+�t�4��b��4�t�D�����8��0���9�m�i���%�i����f��������������+�q����U�����3���������@�������
��
��n�D�D�n�n�D�D�n�n�D�D�n�n�D�D�n��.�b�XXbbXX�b��������p����c��}�z�p�p�q�h�&��������c&}hzqppppqzh}c&���������&h�q�p�p�z�}�c��������������������������
�����o�1�1����!�"�!!"�!$���o1111o����!�"�!�!�"!%�����1�1�o������$��������������Z���<� �<��ps
�����7
���7
e
���&�]���&�8�t#�4��#�4-�_�G�_�G��� 
���C���3��u����X���r� ���9�*�Hb=g���h�`�̀�����,�����������ް��5-��"����MM/�8��(x�,��(�9�0�KDz�іɕ�O��T��Om̀ց�Q������\����Y�5����Yy��{�)�)�+�)�j�x�Yh�m��G���{����I�U����s�V�7�=��o�{��vu!� z'f@o&d1��c��a��a�P�E�b�4�"f�|�au�n��O鿦ɯ�˱�n��n��o��I����7�J�!�I������5����.�OB\W�Q���Ħ���dRۛ~��-aOpbK�I�2�C������@�l�U�[������s^�Y�oc�`̄ƃ�~����ƒΑ����~vD�,@a�D�1��"�@�3�b�yЀ�ѐ����l�"����k�"��rbs��Ir�3p�1o�1�]_qew�G�1��(�'�$�:�e�����r�)n�'y�*��ԧ��ӥؘؒ�6��;��2]�z�t�[�u�n�s��� ����P�D�cl|P~_���q��������<����������}�N�x��0�k�<���N�������������/
p�ti"d-����"�`�#�6��9�VѺ�D�����������M����V���"T�A�������K�$�� ��T��h��������~�t�T
� �t~������~�����������h
������������������h�������������������h
����������~������t� ��t���������{�tR� �t������~�������������������򕃘���������t�6
���������������~�����~�t� ?�t~����������������������
qq��P�V�]�]�t��סж�������i�h�h��MD�;ZQuItI[�nt]��F�EQ�Z�-[+@@*e��-�8��;�@�@��4��������������u�vǹ��������ߤ��������������p7ZYCYCq5�(����������������������� �v��
�>����>���>-r�>-��>�j7��)������1����
�;��a�u�a��b�t�a����vz��������yvvzyu�:uz��������yvvzyv���LR]]S�BR�]�ĸ���B�]�S��x�*�.N�Z����wR�]�Ĺ���w��wR�]�Ĺ���w�Ǽ���|���������������C��NG�CCG|pNC���������������!C,��3�1�3,�� ��q�|�]�RS]^R�BR�]�Ĺ�����_���w���η�����}�����|���w����$��䔻k���i��ᦿ���ů��I�7�����J��+��k��t���������}����n~����x����?�����z�}}���}�������������b����;u{�{~(0YP��
�K��S{T�Sm���������������������{qiTAsF�G�K�i���wz�������w0�o�_ew��k�j��	"�˒��l�s���h�z�t���u�|Ц������y(0u"�5��������@B���'��\��ϊ؊����s�q��ٱ������0@��.&7�e�}�|�_��g͗��������������������������|qD|u�n�l�a�K���]�~���������������������d� i��q�qq��u���zw��|�wʎ����ó����^�=~Ş�v�}M�,������7���Qu�p�z�������T�S��(�����p���zKY�N��G����J������ ��b/ѓ��������c�c�t�u���p�4�K�6�gp1���zy�������@���������������������y�r�7�Y�}�{�w�\�������w������x�F�i���������������������s��}��t���x��y������������������������������o�G���qt��
�s�p�^�)X)iz�=J<I�
����ԑ�yʂ����������X�j�eˈP𫐠���{�y�M�9<��I�b�q�u�ҏБ�Z�=�Z�>�F�df�|o�L{1�$�+���#~[G0`SQRn�e*wXjs�I�x�[��Ͽ���^��d�7�,vX�9�<�D�B�c�r�������������~�������������������������}�\{zeugwT�qtmq�F�X�ec_�d���d��y�q�]ʼn���������������m]�n�r╠�����Ĩ�@԰�=�������{������ ����j<5x0�3�%��������������������\�Q�M�������������G���#�K�.�<(�������؃���f�f�f �h�8����z��_��=�K��
�8��^�@��m�K#�2�'(��h�U5���h��KQ�����y�����������%��.�"��/��b��7�������$�:�,M%��s�y���s��vnX������}�|�|�����,����#��/�� 
K���=�{���@��������m�_�X-�P�u�P�ª�����.�M�IJ��T�2��&��&���<�_�]�A�Q�S@�QdXJ*���13SsVQ�~�y�s�"k�=O�B���m�m�Y����������XX��[�J:�3�3�:�J�[�XX���������Y��m���
��)�M���C���K��K�|��|��v�pus�r���dopdad�o��������mn��no�&�{{�xoj�p��h_�hm�nf����������������A�����rk��R���h�������g/Q��Q��I�s���������7�z����������6����ݺ�����Ͱ�H�f�H��́b������������48�T�T:
�t,��[�tR
���4�:
�t,�[�tR
��4������������t���������cM�A�AM[Pc����|�xxW
������w�������/�����g
�T��M�Y��4��
���T@��������/���w��p��{�M
�4��|
�������T�t�t�T�����
��
�4�
���$�D�d�d�D�$��
����|
e
���~��mp�k������`�Yy��u��������ݶ�S�Hk�pf�1H 
��������x�
����������������������������������������H���H��������������������������������-�H���o�{�H����遏�������������+�������������H���H����������������+�����������������H�������������H����-����������������p������m�t������}�%��I3�U�����[���R�����H!f��������������_�����x�x�o�r�iB?z<���������.�"����������t�o��2|���3�������C�������T˳��T-
��hn��4���
��Tg
��5
�T/t0
��g
��
P
i
 �v������@`��g
�t�����A�A�2��A�A���A�A���A�AI�'��t�
�t��2�F�^�wtp�c�s�����������K�c����I��
��>����Z�Y�
�2�d�e�Ҧ��t0
�t���E�
�E�E�#���)�v�����o��}���}�4����u�{���z��u\�
O#���nWv�Z�����h��,�l�t�:�$�4�Zsj{rg�������l��b�1���Xl�dvG�'�b�Q�^���{���y�q�����a|x��|{�j�j���������s�}�����������������.Ӣ�ѡ�?�I��Y–�����K����k�.�#�4�)�s�V���
�1��|��5���G�c�%�1��A���� �X��R�f�
����7��n]Mw]�^�}�����ǟ�x�w�Vo]�
�yt�y�y��������������w�y�B �A��'��!��3EM�M��!�#]��([�B����4��W�t�I��m�@��n���x�Wx�W�t�I�����������W�ȇ���$�r�z����ӎ�l�Q�3��J>�Rq�����_�(�%�v�v��=�=)�G�/����H��{����uA�R�6�=z@k�wl�k�k�w��������l�l�ae��l�j����������{�R��I�7�
��A��5i�f�sg�f�f�s�����h�.�/��g���g�e���������0l�F�
����
mi�E��#�=[�Z\�Z�#�=�E�O��i����������N�����Q�@������Q���������������y��Q��������@�Q�������p������z�E�������������&��}���9�ً���܉���{�H�[�1�����������N����[�G�C��J��ۋz"q*g2E��K�a�"�8�1�&����*����a�/��rwxrr�w�������T�(����v��]����������������*I��0���������������
��
��3����30�H��5
����7
��Tz�|��4#
�5
��
��T�|������������������6
�T��>
�4�#
����T3~~����T��z�wwv�x��T�������4���4O����e����9 �1
�����������d�p���S�F�4�7�z��w8�,�l�����������r�7����R��Z(�x�[��t�s�[{��+��;f�������C�3DK^Fx���u���k��r��l���qv��}�������������T����K�����?�(�&�P�X�+�)#JU�^m�m�m��jg�e�nyiYW�»������ë���P�����7�i���S����պ�ԤÎ�˒r�Spp�o��G��.����B��%���r ����u�`v���t�T�tp��
�TR�4%���Z�d��z�{�	
�	
�IS�4(
���
�k�.�
p�k����T�������t
�t
��
�tR���M���o
����
���6
��~���������*
��Q�)��ۛ��S�%������4��՘Ζ���T��˫�K�T�]�H�A����F-�"�K�
g_�y�z�}>�Q~{{�~؉؇}�zy_�g��K��飳���ܩ�n�_ZZp_bn:�������v�k����bA*t%n�d�ʋ��̫�����4�4���������m�����4��tb�����m�����+�+�4�4k��kL�J�J�l.�d ��
��|{��|�8S"��1�Þ����H�=|}��}�6TV�5�wS�L<JI<{�{�|��4��"U�4�wT�L;KI<{�{�|��3�1VPwcSM;�Nۛ�����0���0VPwcSM:�Oܜ�����-��7O��d����ٛ����T�8���9O��d����ڛ����S�;�@�Ǡ����L�9����"������t��������s
���V``V��V`���H�z�u�|�K�R�Kj��g���
�ů�������ɣ������YPOdq2P2R2QreL]]]L��e3�0�3�a�S�f��ó^U�����hv������n�2�o�����E��������`+s!���j�m�d�f������������J�\������e������܌���
����<������b�d�a��ʵ���֊��ی���
�������������!�z�2v�Ԁ�����������<���r�qo=w5d���:�y��.�����h�O��6���?���)�k��k�k��
�k�k���k�k���k�����������
�������ɲ�~�=�`�U�f�6����@�IV������������`b�����1�N� <��:�M��@�x�i�]�'8��������T���
��}
�T��
�T�mh�n��������������PelnhK���l�eP�����������������������;�T�
elnh����l�e��Z	�P��I�{{�{{{��{��Iy���!�����������
�������~�������������$���~��}}�����#M4m���	eupb[^�d�tQ�E������������T�����������Q�E������r�e�����ĸ� �b���������$�����������0�Y����	�`�	�_��_�	�����fd�egg��h����1���(���'���,��� ���ge�ffg��h�a��C��N��~�W�����������������������������H�y��n�����j�m�����j�m���)�KT��e�]���B�c�=���=�=���=�O����J������i�����!�G�)�e���G�l�G����}���ff>TT=��g��}������}��R����������������I�c�ZYccYZ�c�������c�YZccYZ�c��������\pcdw�y�wx�R�j�.�����j�.�R�����c�o����ͭ�}t���������������qZ�������bZZcbYZc���\�L���
��g�S������VI��m�
0�ܰ�
�.��G�.�����k�.�L�.�k���?�+�����llH�\\H��l����������Z�釧�鏼����������0��
����
�k�cthjz�{�{z�7�L��v�v�K��7�����i�s��ù�Ĩ�w�л�����������Qa�������haahhaai����?�U����l�[�����Ĺ]S��Z Z��+�)�*�*�����MO���v�rqvvq�� 25 �3�����
�+�q�v������������6!M���r�34��2���o��q�v�������*�
����� 
�).����`��`��`�������N�W���{�W�M�}�|�X�L�y�R]^SS]��������������T�T����V�Q�~��ù��ù]S������S]^SS]�����WQ������U�R�����T�T���������t���t���4�''��t�T�T�t����t�T�T�t�T ����7�8��8����a��`��a��a�`��a�^�������M���kl�`���
���8�a�M�a�k�aW�`�a��9�M��9��7���B�a����
���8�M��9��7���B�a����
������H����g��g�[�o�������\���@�\���C�G��%�:`d��h�b�gb�ۏ֯�Ȱ�����������:��%�G��?�G��%�;ad��h�b�gb��N������;��%�G���H ���v���/��}��������7����������
Q��Yr�3F���ZXa��X�x�wx_blk�x�����B�)� K��%Lo�3�B�����J�������w�u~�k�u��x�u�����*�k�?��O�z!x�yxv�z���A��������Y�����
�Ϲ�������[�D�j�m�hl|�{�{������̡���ԡԈ֊���j�8ч�������������5�T������&�9�E��
�Z�$�j����������b������������<���r��������(�B{]�<��6�T�Y�u���Z�|�i�JC^E,g_zsyub��Ֆ�Ӫ������u�^�q�-��1������ݛ���zJ�1jI�1jgT����iԻ���E�Y��}M�F{M��`���@��������]�����~tv��t�z����,�������������������������J�����~����Y�������=U/�0���A����������������q��t��ת��ԛ�����d��z��}��������PPxvtnos�������������������������~���}�m�z����Vz-cObPru[�N��
�S=��)�i�d�<&l��i�X�sŒՍ����0��Z���Z���6�:���3W��4�U��_U�2�6�6�W�B�N����	h[aj6GUv@cLj��^�H�I���,�+�����T��j���k�(�j���j��c�+�,�5�4�+�,mmZZ;�Z�Z��۽����+�,33m���0vH9*��/������o���⩩�+�,�4�4��>4�
��q�{7�$�//�)�9�wh�	���0�m��+�,�5�4�+�,�4�4�,�,n�Z��ܼ���ۋ�Z��,�,�����>�'���l�4�n��,�,�4�4�,�,�4�4�,�,�m�Z�;ZZZZ;�Z���+�,��/�o���-��D��������/�#5>'}���n00nm�,�,�5�4��,�,�4�4�,�,����ۋ�Z�Z�;ZZ�+�,����j���������+��
����J��Ѳ�"�^����������z�}�i�{��ѧ������錐��������z�s�s�^my�z�Svn�n�U{u�u�w���z������~����������������������˜����ڦ���L�vewe��:rnwt]R{���������ϝ��ȹ̯�����\�����j�����t���a�z�������m�|�}�l�~�~�n������h�~�u����������������������N�?�M�a�m�����J�}�����f��g�^�%��l���l�I�%��u��X������Blznxj|Z�6{�&���1�~\�����������N�UL���������ܿ�I��4�����'��6�������k����Z�6nNw���������������������������a���������������t�T�T�T�t��
��
���T��������]
��g�Z
��`�7�7�l�f��,�,�fA�V�4�
�g��K���W�?��t�qE���E���E������4��4�
��������
�
��
��@��
�5
��/�0
�x
���AA�K�
�TV
1�CK�
�TAK�
�TA_�K�
���y}}yKy}����������}y�T9
����;��9
>0����y}}yKy}����������}y�T9
���P��t�t��p����f�e�O�ef�x�x��x�xe�O�effe�O�e������D���D��������8|
 Z������ *�`�7�Q��� �`�6�����w�%�	�Y�4�W%*�%�	�X�4������������j��%����1�������������g�6�`� �Q���7*�`� ����D��4�	�Y�%*�&��4�	�X�%�W���
��T�����#���E�E�#�����\��[^��h��n��T�����^������\������z��.����}��T���N���N���N�����i�Y��T���}|�|||��}�T��Yyi[U��\�`�u�T������������T���������v����
��
�+�
�@��
������8���T�j�M�Q�M�Q�M�Q��W�m�[��F�N�$�l�\��T�T�{z�zzz��{�T�T\vl]X�$�F�N\vl]X�4[�^�v�T�t��
�������������T�t��
���������P�8�j�J�2��R��Q��k����V���o�����8��������>��A�
��,��������'>�&�&��������2�u�����Q�e�����G�W���n�!�e��q=s)b?�ɽV����W��X��/c���������@���o� E`(�������y�k����2@�	�/������@���O�l��m�C����L�����A������A���l�s
�����	e�1<fXEi�o�B(�4�G�#������ɷ���R�M�7�L�M���ģ��[�?�Q�m��k�ȥ����a3N���H��
�F�?���A�G�!�<������/0�U����@Y\@���քd�= @�6��>�������U�*���*j�*�.�N�������������������z����+8��a��{�z�{�a�����Y�%�#������������y�=���<�=���=�<���=�<���<�*����`�`�����`�^������+���LPzlX��1�A�z/�-����6�D�&��@��I�����`�_����4��|�����4���B������
 4���4!�����3�}|��~�j�k�/k;j:/d;�j�k�j�L��`�������*
�`�h��������������u���Y��5�4�Y�\�5�5�\�Z�5�6�\���~� � ���
q�@��-�3���3�T&���k������������������v�vXw��p���D�>��m2W��.�_�Z���8n��������E�� 5<�hL��hL�Q�R�����S�u���'/�����>0����A�g���z���8�(�Ғ��ӑ���P�����0K�C�'�Z�L{o_�u�����O�n�	�ɋ�#��x���W�{��D����ߥ���p������B�dȋ�e�E��)�p��3�����+5�7w�p�	����n�t�T�y
���@
����y
�4��'���
���
��
��
�
��u
����n ���
��t'
�T��
��
K�
��K�
�V
��'�� �t��X�t�@
�X�t��v������&�'�y���&�'�Y����
�
���
�Y�&�'�
�y�&�'�
�b�K�HJj�p�������̃Έ��bi
����������a����ouwr~�������'89�{=�{��mx������������<�*e>����o�kjqpi{������A��R*7}xE�|��}jp�����������]�VY0�-�|�xp���aime{���}��l��d""�p*��}�|bl�������������v��\&�A�}�xf�a�) 
����W������po��"��_m���3���m������������"�������3��s������ٝϞ���¿���������8~���~����}������������~�������h�s�������������������������������׌���������������$���������������������z����������������c������������t�c��^�����������_�������P����������v����������������������������v������������������~���������w�~������������������������������������y������������������f������������{�h�������������������������{�������������������
�����
��Z�~���}}��}}�����}�����������������||{������|������������Z}���������������������������	��z��}���������{���1���0df�}i��t�j�\��KMuTu���z�y�~��������0���0�����&
����
���
��
�
�<���!��!����
�
��!���<�
��jv�����t�
��Ǒ�m����l�����!��4���CP�W�h�Ќnj��������������������������|�vw||r�yI����s7h3^1c:gJlX������������JU>�]�w�������������������D����&���_��n�����������������������r6�Hgd��al�o�r�@���/������K&``m}�"�,���� �����y������������@��}�z�~�|�{@��Ë�����)�������ҧ̞ȭB�O�`������)y)o3h������������m^��Z��x���
���
�:���w
!�4�i��� 1�J�{�z�~�v����������$����$���{�z�~���������������J1��� E�8�)�3��y���������������{�|�|��y�3�8�)E�
���
���1��V�!�4�g����V���Q��G��� ?��3�������������������3A��� H�W���T���!����� �5���������������|x$�5�!���
�~�;������
����~�V��!�4�t���/�����|��h�7��S.1l~gd�`��;�!������������������w�g��vp�h����
�i
�?v��
�x
V�!�4�������m�T�T�T���������
�
���x
�������-
��V���P
����P
����P
�������P������fA�V��
��T���l�f��P��������������z�z�! ���
�P
�����4��4�����r�n<��B@(��vM��z�zy��:�(�(�������! �u�6��B@�!�eDR���Ĩ���nhhRnD�
�����
�x
K����!�4B���f�~����:�;�8��:�;�����
������������5�E}}��o������ۮ���h�J�t����������o�%����]�8%{~y�x�g�(|{��~r�����������x�j�r����������q�O�>99l>SO~~z�z�
���
�x
K����!�4����
�E�Q��y��
����������
����1���������
������������
�%v��
���w
!�4�4��v�����{���v���}�������������J���J������}�X�}�w��}�����v����w�}�Xe}��w�}�J���J���}�w���e�������v����������aʁ��������ӎ���y�L�z�z��y��ӈz�z���|�c���y���u���Y�aa�f�f�6�&������̶Q�HyA~`��D���ޟ������(�����#�P������g�Q+<�3%�!!!�S�|�B��D�����������M�h����ߺ����� ���ђ���O
�.�-�.�-�.p�l����H��s���-�����U���7����s���H�<����J���J���J�?����H��&������U�����r��s����&�l�~�v�����~|�|||��~���v}~rr��r�r�}�������������������������|�"�����������������d� �^)�[O�K�0���-n�p�q�
D:��)�r�J�?�t~���������r�I�F�o�9$�"�%�����9��/����i�ü��I�IR^rdcl�m�k���ԧ��2�*�:�8�)�0��\��pFN[BA�\�Ÿ����g�h�gGDDl)�3��=�
���
0�
���jR��V�V�VT�PQS�yV�V�V�����:��R�j�������V�VyV�TPQ�S�V�x�������V�Vy�Á��•���V�VR��j���h���h�
��@��x�m�����Ł�y��V�V�����j�R���t�t��t��t��F����4��x��P�p�����������������[��p������x�4M����F�q���q�q���q�Iw�w��v���|���yx���*��|��8�����������G�}�A�I��r��w��-�u�����\�?�	�5'���p�����x$�� PY8������4�I�5�K��� �G�3�#���T�1��!����I��%�>�H�G����U����������B�&�����������v\w�ͷ�����- �-������%b�b�d����&���-�JRp�r�v��Qi��u���,������t�~��՗Ӣ�9�������R�M�g������Ĭx�{�}�ާ�EvhrjplJ�- �?�&n	�5d�b�b�I������,��u�e��u�i�`��M�6�f�X�P�����lj�iij��l���PXlf`�M�6`ZiRuL�};�p�omm�o�p�|;�L�R�Z�M�6�`�m�[�������
���[��Ɨ�����M�6���Ġ��|������������}�����������+��v�j�������S��&�z���������z�g�M�Rj�h�e�d9o�I�CAA~CtI�o}d{fxg�j������;��v���+���I������z5�&o�?� ���m�j�hĬ�7�;�j���j�j���j�j���j��j���j��
�0��K����B��H���
��\�O�+�:�������x�O�a_U�TS˄�B����g�f�t�XRweWW�k�!�����:�{�z�{��z�zy"J<%wl�y}jh�w���|�m'�!+\�!�
��ո�ϡ�n���������M�b��������x��������7�������������t�tt�p�o�p��yje�f�{��m������~���	Ǻ������ �i�ii�	yz�yW�uf�^�������
���V]g`[[f��������_\��� ����A���^���N�?�I�`�U�j��f�#�b�'�^��j�T�m���4=yBF$�������3P��:kS43g��߫��ޯG@����pFAw@�UM�M�M�%��O&��i�Wt�LXU�_�o��gBF��b�WR�?�d�/�y����(#�-������:���=�������������;�������������r�a�``��^�_�^�r��ruke�dA~����������R�?��‰“��w�n�mm"�?+��R���������������U`�B��=�j�ȕ����w�S�<;QE>?�F�` �����
� ���R���X�����X�4�! 55 p�q�sa_^U^H��K��ʲ�Jp��w�����������m�����7���ų���u��~�������������������/�/�:�q��������~�i�y�����k�k�����k�k�����k�k��gf��ho�py�p�o�o���������������
�����n�0�
+�(�\f�m�j������ő�¡���������C�B�{������������g�tzl�dg{S������)���������i��k��-���������z�/�R��ɮ٫ސ������q��,�Þ���2=�5�����������q�n���Y�V�L���9+�3��zZ$�;;�#�}�Mwz�V�qzvy^oy�z�z���v�!������UggTUT���¯�¯gT�{��fggTgg������¯gg����UggUTU������gT���ffgUgg��������gg���!��M��m���#�����[��8�I�C�n���y��y������|����������죢����������������������������Ԟ���[�T�I�&���%�7�O
�����~�~��������Tvt�s�r�v����6���1����p�s�����������������Y�M�	�O
���w�p�v~���Tv~t�s�r�v���l�U�Xq�s������������������k�	���%���]�r���������������Kw�x
���ܿ����
���D�&�l&�y�P�����
����>�T
�/
��������Ua
�������
�
���������3�����������^�������bX�k���>��C������_��}�g55�533�3g}cm6ﳽm�v�%f���������~~��O�~~��~�����^���������a��}�g76�7/.�/h~bn1���l�p��.[���Rh�5kuZi/�4o�e������������
^W�f����������������7������������h�7jvWi'�2n�f�������������z�#�z�C�p�i�s�L�2r@;pEVP<Q<m+�,�4�>�;�O�d�l�w�����
�#�>��
��������������������ƭ��
��t��t���������4��������t��t ��t��t�T��������t��t�����e
���7>jVR���H�����������%���HV��j��E�#�#�E�E�
�E�E�#��������H�R>�7�E�#��E�#�#�E�ج�����H�����E�#�#�E�E�#�#�E�E�
�E��?�>�?�
��������	++�	�
+�	��������heXuS�	+�
�
��	þuh����������	��
�	�+�	�
++�	SX��e��������������%���������	�+�
���� ��o�9�˫�4��9��/�ː�/��4��G�j{fj}�^11^�r�t|q�����j�|����$���$�J���|�j�B������G�r�b�rrKK�&�	���������������j�	S��ˤ���r�eG����e�����~�1�~�w�~~�w�~�1��������G
�z�z�����0��v�~���0B��������KR+%+
�~
�T��+u�+������~�w�~10����������G
���4
�v���2
���d���������d��0�
����m���c����Fr@:}77:��@�����ڳm�-�T�0�>�����2���tM�����2�V����3���3V��2Y�&���L����t�������>T�0-����������V�-���
K��K��K��K��K��K��K��K�����T�tY
�T��Y
��TY
�"�6
������������g�n�~��Y
��T��Y
��TY
�"�@6
����
��������H~���������Hf����T
�T��������g�n��p(���������������p�T��<}~�}��������<���4������T�����T������~�}�<��2
���<����p�4�t�p�
��Y�:�YY�%�$�~�~�$�%����Y�Y�:�YZ�$�%�*�*�4�4�o�ol��8�������I�I�������8��o�o�4�4�*�*�%�$����Z������u������*���
������+���
����u�H����d���8�lh�Tw�w�v�������y�m�\����_u����5��������^��/�7���h�Vf�������J�C�2�2C=+�J������V�hX�[�<�*�N?�Y�3�: ������]�#�������"��S����:��Y�3�N���������%��%�I�%���%���%����%�F�%�"�F�%�F�%���"�m�m�m�������%�@�5����z�"�m�m�m�m���F�F�
�V���m��y�j�j�g�wrPE����]�����}��������~���S�u8ӗ������������������)����x�m�6�����
���|u�w�}un]~�'�)�k�p�{�u�~������������������������y���������
����n�k�upto�g�o�>�4���y���}����Ϧ�)�Q���4���
g������y�r�=���7TRyy�t�v��z����3�����������*��������WJ�t�t�x~����8�tA&���ys�j�m�m�}���������������՗����������������
��:
V�x
�������
����������������������������������������d�T���T�-
�5�������P
����������x`�������
����������� � ����ee�pZp� � �������%�$����
� �B�(�(�BP! ������(�'�'�������$�$����
�G�G�������(�G�G�����s�$�$���z�h���l�?��9�����������%�$����
�������������������������_�{����������_�{�������
V��|
��m
%
�G���G�G�G���G�G����EQQE�EQ��������QE����G���-
��
����
��
����%
������
�E�Q�t������
�
���l�T�������^_|_j-Z7BG:?)_�s:y8�C��Xc�cs{~s�y�y�y�y�z�y�o��t��������������������o�����֎�~���@���,=��"��H(�`��dine��|�An��q��������������˗����NJ����ܨ�,����+P�מ���
���M���	q{mv��=�m�
�����RJ������C���w�w���7�c��l�!�w��/|�)q�%�
�Q�X��e�������Y�G���D��������W[���r�����0�I����d��?����q�o��v|wv���N��X��^�U��������������Z���������l�-ƒs|e��W�"}f��ڋ��\�G�Q�+�L�������~b����G���D����C����d�5�.�2�6�J����:#��:���t�|�m�c�U�Jmopm�v�n�]�TB���4�B�@D��d��$��r���������v�J�L�8�������8˿}~��=����.|Ն��s�=�x��zo<�B��������������d
��������l�8�l���	�\�������ʨʩ��ܧ��x�x��Ӫѩ��̉�Ш�ܧ��̩ۨ�~��������+U������n��/���nT8)m'����x�x�����x�x����+U��mT��s���_�����^���^�����_���������x�x������x�x��((��8���m��0���n�y�fz�������z��~���|����~���w�L����������������������������@���������������%������"���s�x�@�����{�s�@q|xs@�m��w~x� ���~�x ��_s�x������{�rr|xs@��s�x��@�����z�s (r{xs �2C���������������������������%���������������������$����������������������%����������������������w� x}s@n����ww~s@m� (�{��������|���������vk�6��~�}�xen�������������H�G�)�qtyduw��{���������������z�~�l�{������������s��{�y{��������������s�i�����|�h���o����b�p[N�@~���� ������r�@���na����&s���� ������u}{x�w� cn�������3�������o������w�~u?m���{�������D����@�����}s����~�szzqq�z��������s�}}�w��_o����G��~�}�xem��������������HG����������o�����x�~u?n��{������� ��~�}�wfm��������������G�������������(�����������������%���������������������$����������������������%������������������d
�����;�z�u�1�t&�A����"Ω̵�i�����&��L�̔��+��@�����~�t��vq�az�p�������@��������u�bw&�����8@�SJZu\ek pkf�Y8@,�����F)��:�������J\^GZg��m��n��|���������~���~�r�N�v�����Ư�r�i_��z{�wow{vy���}�p�sV��1}ns�o(>�������}�>�pt�lN[XKH�[ͨ����>��-
���"�?���4�����'::'�':��������:'�,�Ah�"����t�t������LR�A�S�1�S�c1���J����ֶgLXpjZ�@� ��=�P�B�BPOA�A�O�����������gŬ�\�]�W»�[�Z��3�)��S�����f�f�@�_±�R���D�=��̹���|��ͻ�M�V˹�$���Q�G̟�^ͫ�w�_�B��G�.����O�`�I�Τwϓ�RϺ�T�EDjX������������3��"����"��7�<�"�ߊ��m�Q�1@@ry�t��8�����s���pv�u:@�����r���fqv�u:���d@���r�_F�������/D@�>�L6�L!�� @���+���������O��h�h��h�h������[�N@�c@92;�����@�����1 ���y������,����(�(��,�m���m<��}ni�k�<�ytg�n��������(�B�nl�mva2�gW�TP �����Q���~a���w���e���z�����!uP�������!�Eu�������:�P�B�BPNB��G�=�_!!@1�@��Z�*������y����@u@��������_@��M��_��H�EQ�Ji�Q�wr�SrNG2��Jt��A��������(���@w\�EQx�]�nr�TrN��:B�N���������c�T�X�.���E��!���]^����g���������g�T�W�-�������|cQ�� ����f�
P����������+���(�(��+�l���l�>�vI����I���<5�������YaqT��;�Qvy�{�Q�ŷ�����`b��Z������
�Y`qT��;�Rwz�{�Q�������9�RI�P��P(�����*/�inW�����|ϊ�L/b\04�]������O��_��_@�P������(��	���e�,�l�,���|�}�
��v��������)��e�iy�����z ��������)��v��������?��������?����4��
F���������or^{g=Z�������i���
�*��������������>������薚��=�v�������������*��0��������������������9H����3��
�F���������os^{f=Z��P�����i���
�E�(J�-�����I�������4��������������i�^x�����z �������x��d
����6��2��3�������~�����*�*��)��(��!���=�
�x�e�t�pqR�t����������������J�͉y�iiylH����Xzdipsl_~UGJ��h��s��x������y�W�9�Y������������ӿw�y��k]�]s}�zw�~�{��m�h7���k>�Yi�{�������
�zt�dYg��rn�|���oM�򹓝�������������gp�tx��*�k��S���������������k�*�k�l��1wGb_]aT�fvs��t�+�*r����\�������zh��e�N;�h��_hg_@_h��������h_�����i�����l�u�~��~����������$rfP|KEU��f�a�v���,��ɼua��a�P@��d
�����Xv�v����T��@���A�!����!�K�Ty�	�����
��~@7뀙v�~��6����
������������D����
����
���T���4�[
*<�씒�������<�Jڔ������o�C��j�����S���R�'"��p�G�	�*��J�,�����)��!����!K�Ty�p��v�~��6���
����������������9������4:�T[��R
�T��:��T?
�T��:�T?
�T���t�
߼wO�V��VOcZwE�;��(
�K�&
�L��1��������H�u
m�4�"�9�!�4� �D�7���*��*�����~�b���������EL�pC�Q��'�]�V���O�
nLE�������
�
��3���(���`�`�����b�e���!�u��!��3�U��a
�������
���
m�O����%��*� �&�-�~�&��ހ���`���b� �z�]�A�)߀���F�9�:��5�$����
�_���_��
�E�A��������������b���w�}.��$X�'�����[�����[ހ���������poG�b{����������������������
������S�x�Y-��	���q����|���k������j�o�uh��yə����R��r�	�����T�i
�����_����s�u#�
�f�f��"���ss~ki�_����K����_���������"��f�f�#�u�s����_���^���T�T���T�T�O
�O��
Z]ukh���PUj=;�<��$�=�ӭ�������}�(������7�0�!���u��c6�rt�v}ra��f��'�����Z�X������,�W������a
p{��Y��
�XXuxmihaX_)(X��b�hu�X��
�{�T�K�T���T���T���T���T���TK�
�T���������������������������_h�m��x������������
��������T���Գ���
��������
�i�V�!����������!��V�iK�������
�`R�Go|iv��
�
�d�d�}�}�
���T�T�4�4�}�}��
�
�
�
�v������8���7��8�W�9��7����̩��u���x�t�o��v�w�p��E�V�3��'����(�������I�6���/H#�@��_��6s�2�r�����������v����)���	���������7�,u`melh�@K(w,�k�/�T�c�W�B�R�Z�s��Z��������V�:� �[�X�2�;�@�L�p������Z�"
���x�#�&��|C���@H�#SQ�4� ����+�� �2�й����y�z{�6C'r �v�'�Q�j���a��N�S�c������I��=��λۊ���6�O���F�u����������ɷ�a���y�r�v.D����x���yl�u\eh[��x���O�~�|�i�K�!� ���u���F�
���$
���z�z�������0�	�N�e�e%�N�0�	����z�z�������������������������������
��������������������
������������������t���$
���z�z����
�������-
����F׀����
�D��
�D�����w��P��ak�O����N���(瀰b�X�S���9}�^�H���t��T�U
�D��
�D׀�������7׀����]�]��FJ{oQ���$�w�v���
�r��G���
�t��K�KB�=׀[
��v�N�;�m��Y��������i�)09Q��瀷���]��
��T���
�4���������������G��%
]� c�mgc���cm����������*��um���v��pvvp��qu���������vp�$�i݆�y�"�Z�4x������+�4x$�Zy;�N9�������������@��?�@�?��@�]�?�?��T�e�[�R[ed\\�d��R�����j����������b��O�� �����e�[�j|ƒ�����������~�b��O�� [ee[\�e��j�T�SP����e�[�P������Z���[���ZQ�R�T�[ee\[�e��Q������Z���Z���ZŅĀ���������������4�
P����:�����
l�����9�4��t�M����J���lrH��m9�	��M��������qxttur��������������Je��
���sp�szy��}e�
���<��������cH��u�Rtyzuw@B�X�����2�����ʳ�8�g^zp}UY̲nx�v�w�ww~zm��#����Ԓ����������,���������f�����������������������~��t���x*��}�-�������������oA��c�2S�3_�(���%�Q�,�d�F��W<~����4���g�E�W�RC�tp��|��1����$�+s��<����
��
@�T�)�0��a�_�i�3��� 4��X;&��
���us�s9&%9l�_�n�hY5�����]��\�a�\�<�R��V��k���_�k���`�1�T����<�kOF�w���2���ϵZ6��_�"
�
��g���<�jOF�x���2���ζZ6��`�"
���g��-���~�	L9wu�z~\L��y����Ǟ�My�v�}�N�}�������	����������ǜ����z]�����z�7�����T������t�T�t��t�4�t�4�t�4�t�t�$���r�r���d(
����
���*���*�����TR�4(
��*���*����'
�4(
�T$�d���r�r�����n���Z�\������J�x�k�^kwwk�k�w��^�����~�|��}T|����z�x�k*kw��U|����z�w�k-jx��T}�����һ�����xj�������Һ\D�����E[[D�S^m��x�H|��|T}����.һ����һ\D�.����#����##�����#���������
�'�V�'���'�����8�����������L����t�t�2���2�T�2���2�T�2���2�T�2���2�����������������O���
)�$������x�r��O��������r�m��c��������q�ly|�~��"��|�yy|�~��@� ��|�ylqrk������e��w�}xt�����[��p�wtop�t���b�������p�t���U�������k�r�������#�����
����$�����������������U�������������a��ᰥ�����m����}�||}���€�����#������V�䕌�����O�V���@�P�[�������d�������������������������������\�R�\���D?���G������!�cL���������m����������?J���9_����������	��l��q�1�:���KI���������<�E�Q�8���8����?�E���������d�V��w�s������-�1���a��������S�]�aA�����<�U�i�u��t�,����������e���#���z���_6�������������������I�c�������l�����������T��7P�7���o���7������w�>��������>�����?�������������
�D�����B��(�D���D��(�B����z�D��)�A����NZ����ȼ���xȼXN�=�v�
�:j�TR�R�;���;P�P�Q�2�<���;�5������,�$�(�)���M�U�]�(���)�+���+\�T�M��q���q�z΂�3�����4��y�p�m�1��
�.�o��Qk�e�^�
�����'�u�v�&������^�e�k����7|��e��pex�#�B��9��o=������9�B]:�#��/���ݠ��p�����"�\&�����"��iR��e��x�p�����
hB���
���R�XD�@���������� �_*����� ��pX�����@���Rp��c����h�E�����:�dM�+��A�����*�[ �����$���0�b�w�q�f�]�]�]�U���9pttp.pt���q�������to���q�J���N
�����J�A�N
���A�J���N
��l�L��6�H���������������p�A��O�YK�I�+���+s�r�s� I0�"�/�r�I�H�q��q�I�H�r�v���;�(h�q�j�u�q�i�F�����
����ﷰg�����(����7�]F���$������g�����)XP
��������p'���7���)���28���]8�����j*�%��j��j��j���A�o�]��"��
-�]��"��-�]��"��
.�\��#��<]�i�|����i�|����i�|����j�|�������6���6����6���F��ٯ��������6��UaZ�g����<��xg��w��������������������;�A� � �A�@� �!�A�@�!�!�@�A�!� �@�9����ŵwv�mQ��uL�flD�^A����94�wHMZ��X���a�ǂ��ݏ����,���!���|�����)�
�
�*�)�
�
�)�*�
�
�)�*�
�
�*���*�
�
�)�*�
�
�*�)�
�
�*�)�
�
�)����[�O�CPZ[P�5���5�Z�P�CO[[P��P�[�(ǻ��������.�S��"�0���@��:��M���������`ed��e��������S�O����[/:~~|yw�{���
�>�g�7�.�iczdfp�t���+��&4��R���������l�^�����v�Q���B�R��������{�xxgd~y<��/R��c�4��j�c�'��^������d�<�/�g�Z�8�%�V�������d�
�
X������'nh��`����z�{����{�������@����X�'�&������'�&����H�`�������h�������-�Q ���N����������k�g���-�����`����`��%�`�������a�z�x�w��wx�z���xs�h�t�T��~����������T������x��������'e�'������'����
����
���������x"�888ށ888ށ888ށ888ށ888ށ888ށ��888�11�
�r�����J��8�
�����8��m��D�ڱ��8�
���8��m�898݁xy���f�΢�{�c��E����H�����
������$��D����EQc}{[�h�f����KK8݁��898�11�
�D�r�����'m�$�������H��D�
����m���������>
K��4�T+�T����������������DqT1���aa���1��q��������������������ӌ��������������$�����ӊ���������4��Fl���G��u�j���������/���>�c�v�Y�X��wr�lO[MOO[�Olr}twXPY�v@c��>kPS�/k�������_�`�b�j�p�N1k���I�|�������
��� ��F��k����u�U�)�4�S�'�-{:d��@�G��
&zz�����E��w�v��lmul�c��h��r�������]��t��
���bF�s^�[X�V[
��v�N�;�m�Ћ�������D�1��� g�%/O���,k���j�F�?�j}����y�y��k�����D��
�D��������'���w�s�xx������
t�D��
�D�������7�U
�1
��t��_�>�h�jt�h�h�j���bg�S��g��T.�
�
�T譁����b���������j�h��>n�_K��D�;����D����
�h�/�����4+��|
�Z���su���S��&�yp�rxo�h
nr����R�/E��o�qwn��������������������썍�����c�@�
��"�;�;��d�������xp��X�B��B���������}�t��q��۽���������w
�
�T������d��m�l�su��r��|����j���to
�t�t�
�t�tD�t�����E
[
�S����)�����\�<�����D
�4x
���/
�m�
���
8���������{�uNv����Q�*�3�3��Q����~Fu{uv����+�N�R-��X�v�D
^
���v��X�R����X/
m�
��
����
������*��6x��l�l�sv��r��}����jX�m�
�9
��������)�����[=)R����~�[�~�w�~5-!��i��5
��D
���"�~�v���_��������V=)[���D
X����w����a����u���q�u���� ��f!D!��� }��q�q�uu��r��|����j���to
�t�t�
�t���tD
�t�tD�t���ì�|��r������6�Z�<:���S�
�vg����$gJAv<��������ֽ�Y�i��<A��J�������Z�)����
����������
�����P
���0����u�l�c������
�
����*��5x��l�m�xy��v�������{����?�������Z�S����!��
���4���t�9�M�kj������t�9�M�k��x�xw�����
�J�1��1���Z�`���w�w�x�n��=�O�v�T���J�1��1E����`���������nm�=�O�v[
��m�������� V������
�������)����
�gN/��#��-t��e�Z�\i��\�������h^
����ֽ��?�#f�,�����W�S�����CZ�7)������
����6�Z�<:������
�vg����$gK@v<�S���T<@��K������Z��i�i���#
�@�@==�)�����\�<��� �!�������� � �i�j��D
�4x
���/
��
�
����w
����4D�4�9�/��������^�]��^�]�����9�4o
�4���j�|����ѡ���l�s��m��d���������t�����K��/
�������
m������v�~^^���M�M���t�M�t�j����|��r��u�s�lm����d�����������t�����t�
�t���M�M���^�~���������2���/
�����
p�
�T��
�D
��D
�����T/
��������[
���]�]��E
������������O���m�|����*
��\ee\��\�e��s�
�����V�e�\���9���7��M��|�?���S�#`���������<����`�R���w�<����ED��z8D������^�7�E�&S�M�X]�Z-���`L�M�L�����<�z����=��a����3������l����x�-��v����x�m��qY*m�����S�Z�]�e�a�u�������ж��X�������p~�v{�}|[^s\�I��F�F�S���#Jw��a���â�������������7�z��_����
��%��>�}=�a������������������f�4���4����	��)x�5��M��k��4���4�4���4���+�����
 ������
������
���T�
��T��
���T�
���
������{���{���{��������t���T��
a�T���
�TF���7
����
�Tr
����J
��t�T���s�R@�6{���@),\��,��)�@�ə������EQ����Z��T��
a��������������������������������������������������������������������������������������������������������������������������I�Is�~��������xx�x{���?+)]��)��+�@�����8�s�~����������v���
����������T��@����P
��Tx
����{
��������T���
��T�i
�
P
��
������������T�T�T�T�����T�/��������/�T������T�T�������l�v��T��
��T�
�T�����!5���
��������
��s�^v���t��
��4�����~�������4���������������4���������
��������������}}�{ptr��m�g�}�e�}������������������������M�p�������������������������vw�y����������ۏ�
�
��P
�������X�t�j\���b��'�d�j�����гg�[���L����״�(�
����¯����#��w��m��ݿ��������b���t��G�(�r���|�k�j�>S�l�s�t�������� =���������S�l�s_ti�q�n�����v���„Ņ�3I`QnN�^�D�y��a��g�T�Q��3I`�nȜ������n����;((5;!!6����r��y��������q�h��������n}�����.�d�9�=k��%���)���}���|�|���������|�{�z�v�v��������u�yyv�v�x�}�������������̖ҹ�֐�������a�c���r�p�p�xs�w����z�n�}{������w�v�v�����������������Ӎ⟳�����͂�p�T�l�Zx�e�y�R{��0o|W�b�e�V�H���q��u��O� �z�|�n*�)j4_SnNe]_\]“��†gwkrmn�n�n�y�{��ʼn���Z�lvTdp@�J�I�4�X�^�xԉ�@����������j������w�v�w�������@~�n�y� ������y�o�r�pm�ue{`nY��n�p�r�@�^������r�ss�~�~�x�v�v�y�v�����}y�@u�wzD8{�{������|�z|{}{x}�~������y�z�~�~�}��	�;���$ˉˬ��7y�8��8��S�iˎ���;���	D8������h���������L����p�`� �d|�j�K������='��������t�<�<������vug|c��`��|�[���hf�@�_�&u1�||�~��y�o��������9����������ut�w��KrjR|Y�% �������ڬ�Ӣ�
2�H��������[Q|+�<c�g�v��EU||��zzЕ֦����������dBr;�9�Wd�������Ir�Pmu������͆�~������/���/�0���/�/���0�/���/�x��y��w�`~"�b�|������ьҋъ���[[~!�[�s���'��ҍҋӌ��l��3z���Q��������R�#�k�r�w�:�v�����������������t�v�v ��L�F���T����Ő�����{ό���������x�s�x�<�ծ���������������������
�|����D�B�F�+��D�~�I�#�6�B������7�}IH_I�D�&�\Ӂ��@��r�{�)�5��
�������?���}�����������������������z���������
������ T����&�#?�a�O�C�����:������������)��x�{�}�������������.`�A�<�~���������$��!��	������������z�~�|�}�}��������X�X�X��}s�r�uj~^�a�t\C&OD�I�H�}���������ߤ�@������J�6�	�r�B�00AA00�B��������A�00BA00�B����������N������p��i���4�r��������������������t�����������T�������_�	�	�_�_�	�	�_�_�	�	�_�_�	�	�_�0�
�$��k��t������
�t�
�$Kh\�b�u�D
��������
���<���<�<���
��<+��t��+�
��'��''�+�
��-
��
����
��
�����i
��T�� ���������������i
�R
��,��T[@R
���������
�4���]
�T�3�C�@Z
�4�
�����������K*�����������K*�������������K*����T*��
��
m�������{�z�����s�{tq� �p
���S�X�k�{���E֫���}��]�p����
���FV��*
�K�H�W-C�C���HK���h�@�)�4��
���)�@�hK���H����-�W�H�K�h��)����
�4�)��h���
�������������� ������������-
���@P�����@��h���!����(��@@���P���
! ���@@�� �!������@�@���! m�iP�t��
�����m������P
�����������������������������
�����
�����m��a������� ����������������a����R@	�������@�P(���" ��Z���D��

��$�����@��@D������
%����D�B���" �
@ �@��� �$"���� �@D�� @�$���

(���
��>
���jm������P
���P
�Z-m���m����
���
me
����f�4�4�����-�4����������L�L������m�������x���z�z���M�M��z�z��������V``V��������4�3
���-���ժ���L�L�������\�U�I� �����(�f�c���}����s�m�������-� �-����������y�i�s�n��������������������K�8�A*����,����g��t������x���^�L p&����{'��%�%���{��p�V�J�9��$�5E���E�$�ݑͥ��}��r��:CW*����[������_?P`X=��}��[A�����bo���/
���k�������k�������(��2�2����I�����2(��U�J�U��2�k����������������������������������������������������������d
�
�+��Ԁ
���
��G�����X
��]
��g��Z
��X
��]
��g�4��4�
���
��G�4����
�t����
�����������������T����T��T�����i��pE�77EV@p�1
��U�_�x����o
�H
6
�f
���������I{��
_gg_����n
���7���b��n
���7���b$
���Xr�zspp�s���^?�`�������`���^��
$
�_�`�b���������������Z���[��z�[;�Z����$
��&j�W���W�j��&�[�@�"�U�����z�U���U$
���Xr�zspp�s���k�G�+�P������
���T�v@�T�
�K�
����x���I�L��L����I��������I�L��L����Ix��^�
m����K�+��� �t�������t�����t�t���������΄�PH����t��
��������ZV����t��
˻WL��q�q�r��H�r�qqr-
�hn�����n����u�~���t��
�t˻WL�@�m�A��
˻WL.���t�
�JMs^\�t�lj�i�!)���������tI�K�^�����0���������t��H��������!��ww��x�t�^B�<``uf�t�`W�U�4
�x
��������t��t��t��t������*
ɽYM�$�����
ɽYM�������
ɽYM��w�w�x?�)^�cj]�Dce��s��
���ҳ�xk��.�a������
ɽYM����$��
�18X:b��}}�}��F�hX�a�"���!��
�D�����(�������� �	��������}}��}���b8�1�m��o�9�����t�������t�����������ʓ���������
�0�

�%����nl�lb
!�+�f�z���x�!�����p��|/�7�c�h�h�k+��^���[TH�P�}��.�}{�{MY�ɷ�����7��o��_qccy��4��{�H]���ȣǦ��������ɽYM�|����%npzdc�Z�}!��DR��߼�
�����\Z�j�����ћ�����|���0��!�����߼�X�E���������dk�dNYTMNX��������������
�0PcXR}��6~YV�W��������t���
���
��
�S�
kI�J�X���%��Ba��8�k�������#�E�����
���b�>�����[=�:����-
��
�Y�v�k���2��������
������O������T�����\0�OU�ƀ�������ԫ��afob~h������S��wk�����9�&&�����F�D�[� �����_���J�������ͽ���� ���"QQO;���������2���x)��+?�q$�@8���q+��*;�u�~-%�x�x�x��q�u�utg�f�h�%�'��E���̹VL������*����v�����˺VM������`�����w��z�������TE`ubiq���zup�p�J_e���'�%|ŕ�}���r�����ɾ�ɿ�dZ��,����������ɻ�˾�gY��%����8�>������4
�x
��[�;������k�t��t�T��t��T���l��*
��MC���
��MC1����
˻WLN͜�f´[V�mJ�J{K/�o�qwn�bce��s՜��
����ѵ�vj��+�^����
������d^�]� ��� ��
�b������l�Ք���m�)�xy��x�^H�Cii�}l�\N�J������p�"���#���k�����k՜��͜���k�眫�
������t�������t���:
���o�V�t�t�
���c7�/{{��{���b
�z��f+�!b
l�l�n����%�
�0�
������Ǔ���E�t�^�+��jf�f�l�l�ɽYM{�{�}�.���}P�HT�/�7������q�ͻ]H�{���4��cycq_MY�ɛ�������Ǧ����s�������jZ��\����
�
��!�}�Z��cdznp%������������� �0DR�������������ɹXNMTYN�dk��d�����E��X�ÿ����!��0W�V~Y6����R}XcP�^�v��H��Z��t�|�z��(
�	z]�����������������������}�z�!~�����q���{�y�z�������p������~�"{}~{�=�U�������������������P�?�����������Q�=���{��~�����G
����������4��I���H�t����Z���]��4����1YW3�6�������u�bQ�������������E����d]�"��(
�T$�7��/�V�������,������������'����t�
�0����4�����4����
�'�%�Y�T�8�l
�������9���|����2'�8�
�
�(�%�X�U�7�l
�������9���|����3'�9����40�
��k@���t�t++�����U�U�t�t�t�t�C��<�<�4�4�4�4��
�T�T��������U�U�t�t�t�tC�++�<�<�4�4�
�a�J�Z�Z�Z�Z��44c�����������T�S������������c��������++�T�S�33����������Z�Z����
0��g�Qv����O���y#������D��O��R����K��P��K�������a�XWaaXW�a��������a�WWabWW�a�������� 45! 5����4!�� 5���4!����-���.�.���-�.���.�.���.���.���.�-���.�.���-�.���.���X����c�c��@����c�c�����c�c�����c�c���0���ɂ���������ь�8�`��a�@�a�NdC�9�s�����b�c�����c�c����@���c�c�����b�c���������X�������9��X��E�-�JF,b���������H�5����@�Y�&�n��Ë��49�H�������b�F�8s��̷�������p�z�S�z�N�{�R�{<��	���`�_�����`�_�����`�_�����`�_���9��'��''��'�������pq�D�-A��&�a�a��-�D`qX_1�`�A�M�t�CC%&*)GGbb�I�c�~�c͋�������%�)�G�c͋��������c�����B������ս�_�m�����
�3�P�D�33DD33�D������j���Kgl:VF_-zM��W�S�R�n�\nn��nn\�n�Z�E�C�S�Snn\�n���n����������Ӿ�N�+�F�:�g��˝����V��C�&�&�Ӌ��l�gZ���G�%�%�G�G�%�%�G�G�%�%�G�G�%�%�G�P�8 X�P
�����������*
�6DD6���s���r�p���s���G�4�T��mm��v�)�t�~����̩�v������������VJk}ltu�(�vumm��4�[��	`��$�����O�?���$�d����`���`�z�w~���y�8�M��v��a�\t�i�N��߶܎�`�����4���s�~���nkA�[�"�gwdL�a�G�$l�Υэ����`v�~{ҊꅮK�-�5��%L�
�.��U <�B���B<�Gi�
�Џ����|�r�`��0�+�=� �E��=��������w����	�y���K����w��"w����o����I��l�khslji�s������Q�x�K�)]`������J�'�����������R~����������×b�B!�-�(��pW}��������������^^��_�I����������|�Dc�/ %�)���p}�����[���D�e��\�]�]Ϛ����������F|��E��/�+'���Ǚ�����eT��G��f������{������������H�B��-��*�\��������m��������N�����N�N�����N�N�����N�N�����N��
0�
���
������
�@�j���<�Z�\�
�f�zd?�*���1�"�0��-���)/�!U�=�I�T���AI�z�W�dd�]�,�O��+2�=��q��4��{��E�)��<��A��1���t�1�j�1�(��w�;���;�;���;�;���;�;���;������
�	��u��p�������R�@���@�g�����L�)�w�te�C�#��B��3�B3�C��V���j�>|���肙�����i�5�4�_:�v�x���H|�Q���̋����y�P���B����CĻ�*��O8Q�z� �}y����������2����!��v�����
�w�
���2�!�d�x��������%�%���u���ou������y�f�"�2E"�c��i�P��8�+�H�>��V������V�>��8��P��i��cE����0����}�D�8�F?�:/5mV?�_@�)������*���_AU��m��֡���F�8��~������4�p�w����:�{���h�I������K��6��AOR��||�|�����7���:�:�-�R�=�6�j��snVK�
{Qr2w..�4�$�<��1��U��n����k���;�H�K��T�C�$�[�����E�Eq;rI/�(���6�������F����+������G��-�7+`=(c2�F����]�U��=��P�O�>��U��l�������x
�x
{�����
�T����@�q��]
�Tg�t���1
��i���t�
�c�����*
KWWK��K�W����#�1b�nZ�yO��L���/���õ������B�+��
�h'X�=�-k7yS[rWmK|C����O�]�e�w�,������i����@�R���F˿���W�K����Jv�f��|��������)���}������xy�����k��~�������������JJ?X7gf3.x,+.��46�?�J�G�X�j�kځLJ��������v�l�~�d��o��J�L�N�*�4�A�@�P�ba�u�����������������l����~��x�y���JJJ���������ww�}���IIJ������������������������Ð��N������������~���L����kR�{�m�m�a�U�U�L�E��C>�<;;{mDRs*MSP��w���������m�s}wy�<u�|�������������ƌ���
����Y1��0����Y�
11��22�X�48��C�1£dz���ʧ���r]��^�NJ����qZ��o�e�~|Z����~�����W�4�3�X�V�3�2�X+1fIHJLh6�7�����:�g�f�s˂�u�n��c�o���r�~�E�M�U�U�a�ml��|��ؚ��ѩʵ�����ɩ��ӛ��l��G�@�/��' ��"�vg9���������~�{�~�i��������ye��n�a�M�����������x����x�����,���w����M��������������w��^�����Fy�l}�l�
����6�6���x����t�m|�c�w�&�L�L�+d�t������������j�iJ�4qq����ߠ�������˚�|���O���)�x���O�p�Y��p�Z�,���,��p��W��wT�,�J��y�I���������E�7�w�t����4v�Q�^����6���_�4
�T��T�4��
�������P
����q
��q
�bty��
����%�
��������%�
���
�@����t��T�t�L
�t�to
�t�t�
�t�tD�4
�T��T�
�
�4� 
���t#�4
���
��+������P�P�P�P�����]��w�~�P�P�P�P�#
�Q�P�Q�P���P�Q�P�Q���k��#�4
���
�������]��w�~�P�P�p�p�#
��������������i�P#�
�T��
��
��/�0
���
���
�x
�`���t�����T_`��b�#��#�b`�_���
���y�y���Q
��
�t�3���3��
�V�2�2�VL
'�
�������!�!�yr�r���1�1K��-
��/�H
������!�!��e�+�������T��T���T��rr�yy�!�!��!�!�V@�;���v�����������y�u�w���������{�{�{����s�{sq��v�w�������������������������������t���z������z�
��z�����m�
���m{�`���m����m�
����
�
��
��F���������������>
�����������������v���
���m
�m
�m
���%�������%�����W��B�S�	q�g@\LP���{��|�����������@��)���҅����%����������V�����`
���B�B�B�����
���%��������%�����
������������������������������������������������������������������@w�\�����h<��;��v��-�;�������ݯ].��Sg9G��FXVi_d�:f�t�l�\m�M>�U�:\!-<F<C;D�)�Ե���4�C���5��5��4�C��3��.�N�$���r�j����m��2��	�O�
���W�������q��q����q����t��*�Q���t������
��4�������������+��j@8ߪ�rr � Rr���@����L�iO;����{e��S�w�����)}5�T��Ԓ����������?����>��B�	�o�-�Bvˌ{�b������є���������~�8�������w��������0�R�8�#�0�F�2�SXteg��J�]��l��A9�H������H�8QXi[s��y�x�y����\��HN�-�fX�R�22�<�G�j�m�kk������K�L�����Ь����̬������[������H98HH89H������,,�K�UU�K��,|����������}N�v����������}�|�u||��a8H��������H98HH9��������v�[�����y�-�r���n�
��� �f�����������=�q�����F����)�����?��
��`�9{��d���P�3o�&?����(���$��������W�2����
����3�C��Z
���������������`���@]
�t	�t�����T������0�����!���,���J�����J�J�����J������v�'�k��$&�8�C�����������������P�B�4��n����!�4���8���V�����%�%�����%�%�����k��,�H�����T�����4�Tw���������/�+�,��{�{�a�{��������������L��{�{����������
���=��=������

�

k�
�����F
�o�~��������|��܏��f�
yh|lid�boo��p�������r�mmrrmv�w���~o�v�F
�����I
�����������v���	�o��T��~�������������ƣ�������@��V���5�!7EV@p �-F�1�M \Z�G#�n'���x�!������ϼ� ����1�-�+���T
��S��(
++EZ��[s�p�k�������������������T���������������~���O�@�������������G�A� � �B������H��E��B� � �B�c��
0���-���/���-��-�-�-�-m�J#66"���!���!�!���!��p[��m��������m�V�J�E��4�6��H���`�`��Z�[|]~c�`�}�����������������p�G;�-�7���-���m���������{�<��8�Yn�,�=�a�u�K�K�v���Q�.�-�Q���j�K�s�[�hshs�\�h�F�:87s;\Fsh�[�t�����������������3]�-3�s�\�hsht�[�h�"����e�E!sh�\�s��������������-�3����������~�+��**���*�����}���Mz�]�c�.���p�����%��$��f���M������5�5�2��7�7�<�������&�������U���A�+��+�K�������q�5�P�Pm�;XY����;����v����2�
��,�c�T��T��:
��,��[��R
���T:
��,��[��R
����� 
x�t������t��t�
��
e
���:
��,��[��R
���T�� 
��t��t��t�ԙ���t��~S��(
��$�t�����
��Fh�͉y�y�}~����������������������p�j���P���P���jprk�5����j�T�h������c���
���c�����t���������t��������
�R����*N��^����Ȗ��*��
�R�D�e������jo���k�4���������p�h��4�hplh��/�X
��4�X
��9j�oqj����h�p�����4���������l�h�\��ƙ����;2
���;ǾbP��0�&�M�	q$��;1��
�;�$9�	q&�M���t���������s���������T���������������
���
��|~�}�S�t�������������K����|�}�S�t�������=�������u���������=�������t���������������t�����������������������t�����*��w�����)�)�)�������(�(����������.��������������d�d����������Z���N�����N�Z�Z���N������N�Z��
�Q�+������A�@�A������A�@�!�����������[��������	���	�������[�������P
��������������P
��������B����
�����
����a�
��+��1�4wx�{���������~}�g
�4�������t������4��a�
��Mr�����&�Ȃo�l�y���
���������������_��l�Z����b�����������
������&���Z����_��l�Z���b��>�������T�t�4�t�9��lF9y4�d��;����1�?;�U��Ғ�/����t��t����<�%�����%��<����"SKj<5�e�Z�>���:�$�����������$��$=�:���Z�>�e�j�S����m��������$�������5���������������������������4��4��4��4��q�����(��������������f�?�f�?����������(����q�*�*���*�M�*�*��w�I�9�(9II9�(9�I����������*�'
�w�����d�A�4���6�7�M�������R����*�M8�=�I���F��[-��2�	�~�����������
�0����������X��P����d�ow�����4
�4�����b^��hvii�!r(u)����-���v�jzfj~�����qs�����o�q�z�az�qHoC�wq�s|q�����j�z����������)�(�!�i�v���������i�#�o������#���v�i��%G�������������������T���;���;�;���;�;���;�P����
�0���V�v���i�W�P�V��gu�m�l��w�a�|��������|�q�����{��c�Y�il���i`d�H�_�_·���I�5�)4�����y)Y>B����ݮ��U�1�1�V1h8SM������$�w�h��#�h�A�Q�WƇ�����¹�Ð�������v��Z�]�����;�();;)(�<���&�U�1�1�Uԡϱ���B.`������������	�����eSGtCm�$�t��]�$������t��t������R��4'�4����$�B�L��8��,�L�9�}�x���9�����������������������`Q^fxOoDk3d�G�������Դ��"��T�Ua
�������
�
���v����s�X����Q����������F�55EE65�E��������������������<����xi�UNg�s{�����f������<ϖ�Җ~�h�r�8��4�W��{��m�X�x�|������������c���������������q��J�_�s��'�*0����󍂎������i�ZӵԵY�n��5�U+������"�C��������������~��?��i�h����y�v����x�n��n���n�6������������������>��������#A0�W����9���
�|�x�����������uz�l������������Mx�|��l���������T�(����x||x���x�|�������T�*���0������(�=��`��h��Z�������6��,��
�L�8��6��-��
�I�8��6��,��
��������_
���-i1Yn��||�|jj��k�8�d�J�!E�+z�$�9�9��$�+�!��8��������������YisV�>�c�r�bxy~v�z\\�\}v��{~�^�ws8~644�6�8�w�^�~��������������y�b�r�c��>s�3�%�����������p�[��rr�c�r�r�kii~kssqr�b�r��I�I���������V�*����B�+$$c+CB�~�����I�I������%�%�U�a�a;�U�%�%����
�5�?�?H�5��
�~�����)���ԫ���
���
���
�T����t
������������t
���`�
�����5�!J�����
�J����n�����
�J�����
��������������w���N��k����+���m��T��T�T���11��������W���
�E
�
VNMDH>>3�5b
d�-
�E.�
���������:��������V�2�2�V�V�2�2�Vd�������'��c���U�/���o�c�uovo�c�v�?�%��	q��|����������~��f�F�F�
�0�.�*o�c�vnvo�c�v�&��0q��|��������������K�T�i
K�T��T��d����h�jw{i^u_oYln��u��s����
��o^��i�w����hY_��u{�j�h���������������w����u�ji�>�q��w�[��GA�?�ij��k����Œ��������[�V�(1g=V����������i�j�N�bi�6�%�Qt�b�(���e�nz�f�l�4��u��~������d������p��������������"������v�[��~�}�����d����t��V��l���������d���v��tş���W�4��t�t�����������}�}�}���������"��C�Vt[�R�t�����}~��[tvR�[���C������lj�h\^��a\�Qwt\s[�R�sj��z������\oUwQ�V�f[�VT[��g������d���k\c`^ebi�O�bt���������6��Q��b�(��T�e�����|�������T����T�&��&'������d�q���������:=2G<LCYR��hn��@K�5�������
�$������������c���{{�q�{�<�<�{����������{�q�z{�c�c00�E�3�'�ҥ��}�}����{���P��RH�L�������byz��{*Tb�#E�.ᕖ�������������������z�<����������_d�_:@sgD�������_�^�_�*d��J�A�	B�ɴ�׵�to��������'W4p�w�ο�š������������v���W���X�M��u�Y�������1�A�3�g,{ ����հ���������	y�L�� �����Z�=�x��s���a��v�^�������|�Z�Z�[k�.k�/k�.h�e�m�f�$��6�k�+������ː]V���$���Iq��o�~��QN�ڈ���7�.�;�������gh��h��V�N����D�<��������{B���3^w����/ۍ�ֵ��5�b�	L�Q*��G���J���W���}��ϗѝ�ڏ�����������y�������� k�T��U���nn~ryj_�M�l�N�y�|bm�����m��T������]bj[��X�]�~��-�u�����[_k[��T�Z����K�N�W]dW�T��]��T��kY�acYU�a�������ö������1����r��&�>k�f�b��r�(�yw�vE�^n�w����������������"�'h�R�cl`j�O�b�����������e���nf�Q����a�WT�`]�T��t�i\~{�&�X�U�3t�O�Zq]s~Q�[������8q�Q�]sZq{N�\���[����k�P�`m]l�M�_�����������|��r�(�n�h�d�&�>�l�e�c����������o��������v�D�d��$��H������6��}���z�~��������t�1��Y���b��������Su��������\�������������������q�����������P�����y��������������,�:|��`�B�/��O��������~���T��a��KJ�~L��y�����y1V�w����y�:�p�I>�/���2ndgaWr�s�w��	��	=������������!�Y�	2��R?�2�"��?��=�.� �O?��U�����<���<quuqqu���u�d��dV�Tqu���������"����w���+�������B�~�o�ftaz_��V�SR�t�9�K�x�x�:�K�t�p�;�V�w���x��������QM�M���t�����#���"��Y�(�)�������#�`�Q�x�g��i�hi��V�K�����������l��f��T����'F�b����(��-���]�������ݸ�u�W�h@JM;uT|NwbdghsK[b�e�i���(���{q�}P#�4%Sa��j�����_≖�����������`�/�7�b�b�/�6�a�a�.�;�c���}�}p�m�m�lj�i�0���+�.���1�0���.���{��������\�YY�F���C�?>�AD�$�(-�}}��}�[ׯ���M������g�Y�S��T�*�*���l�SmMrWJB`e��n�ū�)���c1&E,u|�����Ѱڡš�����X�MN��9*
�T�(�T�3���3�T&����V���
��]!zl�t��ahqr�p!s,��o�"pr�rg����l�!�������������������|���������������������N#��l�[he�e�e�����������zpK��^������7�L�w����}���� 
 c�b��*
�[��)F3�RtZ�>UK�L�L�����dl�lh]rd.�^�7|�}�}\".% _q�q�o�y��~yG�Ao��k�zAï��������w����P�W�����������~��|Ԫ����A�����y�o�q�q���0�[�������]y��Z�igmpg������ː�����t�@�6�)�H�����W�����������\!zk�t��aiqq�q s,��o�!qr�qh����k�!�������������������{�����������������
����N#��k�[ie�d�e�����������zpK��^������7�K�x����}���p ����
		��
#`� R�N�{��M�{ ��xi�wi9�#G�s���������E�����}T������������l�+������{��X�|���������V������}������2��h��8p�ihE[��&�Yr!h�g���R��o��q���������-ε�ߝ�A������ ���U���Ǿ�����Ծ�*��������}�t�~�x�q��i#�E�3l�g�c��2�F�j`�\�Y�=�u���r�r�qrq�s$���>�tY~\w`r�k�2�Fclgglb�E�3�j�r`w\~Y�u<����r�q�q�q�rr%����t<�Y�\�_�j�F�2�b�f�m�1�F$�k�q�w�~�v}�����������$}���x������$�k�1�F�������E�2�j$��������t��}���������������������������������%��%����%��%��%�L�X�0���X�/�X�/�������T���T����T���T ���������&�O�,�-�O���O�,�-�O��jj��k��1�����'��
�'�-���4�n����O���x���q�i�ggg�h~ie$DN�y�W��������v�w���#1���rH�e�%����:qzt{s����������[����s�,�w���������!���w����"��"��0������t�dcubhg�c������8��cliccm�������������id��@dmh�o
�id�0�B�cli�o
�id���Bdlhccl���������id����@��Y3�W�,��zh�ehjwmy�xj�hhj�
gk�
ditiy�7�4�k�g����
}R�QP��t�����d�,�c��*�p�q�q`NAp@�`��J�Q���zH~GF�+�/�2������������rY�N�'K_IFF_��ʷ��зIL�	���P�&0������h�Fyz��y�\\�[� V��������_�
�J�P����m�z�
B��pg�fsvy|s�#L���������c�|������������gV�XTVtbe�wv�v�N�A(�$�h^~mo_��~���|z}y~x�|n�f�{D��BY�L�\�'�
��>mZR{Qss��t�N�]�wig�g�X��n��Ϥ��O�Tͮ����m��w������m��w������m��w�ŷ������	��v�����|����iI�#&�bS�S�!�����������m����v�vu�� 
�
�D�4P
��3i-k�b�US�T34��5�II�I��yq��߬����
)�
�
))�
1�9�j���4��������:�P�*�������������C�3���������+�������K��}�������T���
��-�M��u����jmatvhj_|[�t>4a@�kk[|^4<��N�����hc�_���/���2�2��ģ��֖k��E�b=0���/���Y������� �-�"�$�3Q��t�l�Z�[�Y�f�b�e���7�]X�U�nPI"�R�g��ɰ��e��������;��o[��1�Hw���T��
�T��g
����<��R���;JLwgV�VL�J�	�B;����95
�4w�2
��������
�N:�9�����՛ͻ����ů��F��4�O
�cb�c{������"犖����M��88�']L�����"/������f�
��UA�������=�0���;�}��������������Q�<�0�^�'�����0����ř����}�W�}�w}�;O�<�0��4
����
�b���w�}�GU)@�'�eY(.E�������"E(�Y�"�+�G�}�v��|fW�}�x���?�r�?��Q��<����������ŕ��z�E�٘������+�0��@�
�4��|��c��������������"��-d��c��|��.�4��4�|�q��\�N���E���E*�#�������"#*;QE�"�	���9�a�Rqs|ig�4���v��������ߟ�	��ތ[��l�i����f�����k�����8I����`�����Z���\�����u���ρ�6�ٿ�������<�������0�J���A�e���c�i�>����z�8���qF�l�;�7��M�t��H����������$��v�"�?-�=���x�G��n��������S�-���������u�������������������b��������7È������
A���������
������w�c�������-������E��������f��7��-^���������D���Nf�������r������x����������������~�������5�8�������~�O�������	 �������K������������(JD;��;J��E��Y�Fk��T���«��F��Y�E�A���#�	��#�#�	��#�$�	��#�#�	��$���R+��7�TS+��V
�T�}�y����� �
���`
���������$�	��#�#�	��$�#�	��#�#�	��#[�pdIH[<<H��I��Nm�}�!7�5������'m�w�S�@���T�|�z��J
+���J
+��r
������@�
��
��G����������������
�x
����)4RMD��DR��/��@�2o��[��ͻ���2��@�/�1��$�%&��%������%��1��:
�ԩ
��R
K��w{{w��w{�����������{wS��::
��,�u
��R
K����X
�@l
���A+���?
+��c
����������V���w
���)�/e�@�2oZI[BBI��Z�2e�@�/4�M��������1���%��%%���&�����1�Q� 
���{�w��w{{wSw�{���������'
��1
���
�����M+���L
+���
��
��G�@��X
�@l
��
�4
�������Y�X��y������y��X���O�:�>�+�N� � �����>t�:��O���O
�����
���%�%�����%�&�����$�'�����b���
���%�%�����$�'�����#�(���
�����Gg4�(�K��
�K4�(�Gg.�S�1�>�P�;���;�>S�1.���
���F���
��
����ڨ�����z�z���'�.�<�!b�V��[�b�-�;�P���P�-�;�b�[�V��!��E�$��@��h���h�
�?����	+�����Y�Z�<�	[���	����Z���Y���+��	��
�d
��������0d�A�1]ZInBBI��Z�1d�A�05�K��������.���$��$%���&���������T�
`������X
��+����S
�@g�T�
�����T�����������
���B[PP�>P[����,�c��s��£�����,���P��
����t�
K���:
��y}���j
K�y}}y�Ty}����
K���
K�����[�R
+��X
�@l
��
����9������t��������k�,�ccTsNNT��c�k�,�B�P��>ƻ����Pn���4R�T1
�T7����}�y��1
�T
��8
K�
��'
�T1
�T��
����@�
��{����X
�@l
��
�����o�0�v��@��0��<��;u�^'\�	=*�S<�,cXP�*�������"����c`�[����h�3\�5��j�����j�5<��U�gF19P��R��E���i���j���+�#���h�d���$�є�������Z�ۯ��ӄ��h��w���*�K���	�(���Y&�Z�v�V�^�e�1�.j�4�E�9��"�"�о���������q�rQ)�`j�#�KE�[�|���z�0�Y�`�7�~����������?�g
��drlf.�������k���g�*��{W�r����r�Z^mwvl[�s� n���jb�gn�z��������h�y�l�qf�S���B�[�<�	��.S���������������h�t�v�i�����K���k��������Tp��x��vn�mn`�j������|��������k���f�Z_��Fn������������ʬ��Ҟ���gn�����|�rR�M��H�h,�Irqprg�^�s�A�M�/�)���8�[P�D��0nf�	�iv�q���Xѵ�+��D�D�
��y�Znb��t�9�#��t��x��
�3���u�s{����q�[���Ƣ��᳚�s~N�\���
0H���"
H���"
H���"
H���"
��1
��
��V��K�T����T�6�  64"�
��E�#��E�
�E����������P�/"�@���Z�<��[�@�E�
�E�E�#��[<:Z�������
���T���T��T��@�T��T�x �T�)�������
������9�
__��&��X�.��$��
����K��p_�A���;�__��9�~�������2��M���@�n�h�
���M*��
�TK�����MT��
���@�n�h�
���M(���@�n�h�
���M P��
��M@ ��
�@��
����i
����������@ ��T��T��&�D�Nu�y�e���  �}������������
���
�V�ҽ� �T��}��
�l�j�l�l���R� ��
��~u�fH�7�Nuu�������a���������������a�������uuT�A�Mr�\J�C���+1
�7����}�yy}}yy�}�����K��}�yy}}y���+
,
@�j�
����������v��������j�I�I�J�#� �%B��z��Ϝԝ����̒�����<�L����Ro�s���x�z��c������������������������������e�%�k�������������������$�l�d!�������|�{�{�t�u�v���������\�������|
��k�����~��}���l�r�����>�+�+������������������6�Y�����F�$�&�E��{��Y�I�v�['?E�������l�j�o�~�����
��(�9���
��������������������0�tX
�@]
�T��������������
��
�����
����������������+����������X
�T]
����S
�Tg�TZ
���c
��������k~~w�~��}�}�}�}~~w�~��&�&~������}�}�}�}~������&�&�����~�}�}�}�}�����~�&�&�~�w~~�}�}�}�}�~�w~~�k������������=��=�=�=�=��&�&�
�=�=�=�=�
�&�&��=�=�=�=��&�&��=�=�=�=��&�&�}������������
����"����"�4���
0����_�}�2�/���b�����w�������_�1*���S����@���H2sp�o��ȫg� �����������z������z���������9A����{�e�z�p�{{hh{z�q�z��@�e�z���������������@���z������z���������'���L�`�F�F�=1<1�#�W�X�
����]�vv����L;�3lK@+�@L�V���	+�<������q�U�]�%��F���������O�^��e�PV���n�`�r�'s���y�sfX\Rq8dsض��������������s�F�%����Kٮ������J�}�3����������х�b�s�lt�[�`T��������v�uai4�.�:�e��?�2��%��ٰۂ�~�%~��GbRSl��g}^�`�s�t�`�an좾]�4�jމ�Q@���.���&�%�����&�%�����&�%�����&�%�����	�Y��J�	������I�������8�/����������-�p����R��%�s�z�w�8�����&����%����Bpq2z�r%�����!�����!��2.�l�?A�����R������჋Ί�t�,�����ә��$j�"u/}s-����|�Z�H����8�����	��	��
�H�.�w���_�������������pu�j}���$�x�������������l��l����`��?^���� �l�2�B�A�A��q�3�l����۴����l���8��o�km��YQ�SBjt��v�m��l�	�.�����ڎ\K��H�qX
�@l
��
�)����u��A��p�6������w�Y������l4����~�y������U������������������ѯ������W�?Q���Y�m}�ptjh���������F��E������Px3|�����(���/�ŏ�4��5��&ϻ��ą���f�am����J�?�j�ԋ�<�#�>��n����,�����i�I�Ι������J�\�D��Hհ���4����.���4��g��"]vzuyia=sA|M5#M�o�`Ba,����l���#��:��P�hC�t���"���]у��������H���������������ą�����������3��B��̖ڒ���������/���q��u�=��hU��U�v��@i�����/��
:�:��hU��������yr�w�>�g���g��j�k>��p���D���L���U���x�z�����x�z�����x�z�����x�z��������[�a�����������7���������M��z���R��?�ݙo����b�����4�~�{z����+�4�+�4�+�4�+�4�+���
����T���@ �
� �
 �
( �
 �

 �
 �
��
`�
@��{���������3
���
�@<
��A
��������P�������
 ��������
��������
�P�������
��P���� �
�x
�7ޜr�8{��M���1���1��M�����ז��@�;��N�����y�y�d�my�N!�4���p<%�����0���d����*�TK���j��j��T�*6�L�d�������0%��p�b�;�4�N�m�d�ylym�c�z�N �;j|@�������������1���1���8�r��z�;j�N mz�c�m�m�����N�T�4o;�b�����0���d��SL�6�����j�c�j���K��S��d�������0�<��o�T�4�N!�y��������m��N��
��]��]���z������Ϟ�Ҟ������ԝ�������x��x����y����5��_��_��_�Y����t�	~�r�l�3�/����������������r5�l�3�/������� ��� ��H���r�����vZ�j�G�
��?��C������-��������T%����%��\:�R�R:�R��_�D���D�D���D�D���D�D���D����?�)���|�8��oC��A��
�/��-���$��"�,�B�5��|6���-�G�c�K�dԛӘ��
�p����y��|���|u~w�'��~rb<!��ێ��j������w�w�s{��z���}qr^r}d�0�Gة蘵�и۩�޴�r�~�v���~�������������w�v�y�������������y�7�-�8�����<�ÖC�K�l��w�x�x�w�x�w�������������|�l�t{u{�l�t�t��������{���������h�h�[�sgsh�Z�s�r�����|
�9�q�Y�fqgq�X�f�|�f��������r�!����|��b�R�$�������I��=�X�,���3�|�Mq&�h�8 �?�4��ye�R�R�Y��Ni�ꏏ�������]ȵ�9ЉОȶ�%�[/�+���(y�f�qypx�f�p�p��������y��|�3����u�u�u�}u�u�t�}����������H��q�q�q�zq�p�q�z���������,�N\u�\�gugu[�f�g�������v��~�$��x�x�w�w�w�x�~���������S��w�b�nvmv�b�m�m��������w���������������p�@��
�����
���
��#'+/2<@EJOcgkoz�����������BFJNRY^ly����������������.9��������&.9=AFMQZbfmsw{����9BJNRY^u������-z������������<MU[agos�������"29@EN^px~��			 	V	Z	_	�	�	�	�	�	�	�

	



/
>
F
o
�
�
�
�
�
�
�
�
�&,@es{������������� -:KUcglu|������


/
O
V
Z
`
j
o
u
{
�
�
�
�
�
&Dbs~����������������-18>EKOTm�������������� ).7<DQYns��������������%:@Ui{���������������"',1CUZl~�������������$(-2BHP`gku{������������������$,2APWZ_drw}���������������+8EOU[binty~��������������	$).38CNY_doz���������
�<���<C
KFKk�r
=oYB;�
��E�#��E�
�E����������P�/"� �@�Z�<��[� �E�
�E�E�#��[<:Z���@���
���T���T��T�� �T��T�x��T���������B�t)
�
P
�����t�*
�i�@���E���X��X��E���+y}}yK��
�.
+��E���X��X��E���P�
�
+
.
' 
�3���3y]����hnnh�}�y���]�]�����]�]���s4�
.\��2��A
y}�B
,
F�TkB��B��a
�U�)
y}}yKy}����������}y�TN%�
��=hnnh�hn���q�F
A[
���]�]��E
�����}�t�����	�� �"�������������"� ��	���M
-
\
�
��
���������������1��<�0
�0
+������
������������
����������f�f�
��}yf_��"-
.hnnh�Cp
�}�y�T(
���-�V�`��C�3�}�y�Ty}}y�T�
c
���|�zS
�+o
�+�
��D+\�T2�TA
���������� ʆ��iimdod���������$��@�~� K������z�&�w{�y�yw��}|� |�}���x�z�{�wa&z��������K������������$|��'��������������[�����[�!���!������oZ�S1���
0
[��R
��Y�W�f�fG
�f�fU���
]
�@gw
�TH
U
�
3CC3X
K]
+>
��T�Y
�����[�R�Dh���1�
��T��T�T��G�������_�^�X*�D�4�
�4D�*�Y�_�`t��������W
����!�
�'��''��e
������
�
�T�T�
�
�T�T�
�i
��h���h�
���
�
O
g
�B
�4�T�T��=�T�T�
y�}��7�!�x�!hD�:
�,�����
�J�����J�4��
����������F��/�B��������
NPuc]�T<�O��d�
}�}�|�1B&�2�B����
:����5
��/���%�%���
YY�������������
�(
�f�f�����������9�>�!����
�
�>��9��U��G�
��@���V``V}�~���d�3�f�T�w�@�t�(�s�u�w�N�5~��w�}�+�}����PV�
������{z�g
�����:
�T�
�TR
�]�Ky}��Hg
�TB
�4�$�$���G
��U���$�$�
V``VV`�����
`V����!�_��I�b�	\�;COLD|yz|�r����u��{������������A��0����������%�����{[�k������@�hhn��z|������r������4��~������~�4`_��`R�`e9C/R&a���žҦ�4��A�'�"�)����~�4���U�f�f�
,u
!55!=
�=
����������T-
�/�T���
�����
�{�z���G�C���C�8�=<�<�8��C���G�C��������� �VV�����z�|�Y���Y�.�:�t��:���}
���&&��T�O
�'��Lf��eN�z�y�z����#� u��"������������=�1�?�u՗����f�f�
YY����
��Y��f�f����
������&��������/����]�]������1����a}�.
�M�M���Y����;���/����������������������a�3����:��������t�������@y
������t����������
g�Z
!�5�
��\�|�\�?�Z���E�ԅ���c��*y^H�(�ym�|�[��n
��U
��t�3
�������Z�Z�r���EQQEEQ��c
'>�
�0
�4Z
V``V�
���������~����
�����������������������z�z����3�'�)������������
�����{z�4���
�+�<���<�<���<�{�������.�=�=
C
�9�"��T�M�5���������{��~~�D�;��i�
�f�fW4��x
�!�x�!�Q�E�
���8�
���8�
���8�
����x
�
���i����
��������	����������������	�tkR��E�;V``V��<
��A
5
��/�
R��T�&
�
��
+
,
3�
��� ���O�>
��������z�r��^�`�������`���^?*<�씒������<�Jڔ���>��������@(
���
�St
���}��
�����
���
X
�@]
���-
���
����
������}y�yr�rrr�yy�
��(
���y�y��~�w�~~����������
��������������������[
�
���t����������t���|�z�@(
�Tz�|���}D}��}������������������RD��,�l"�7o�''��$�{��������������������������1���D
�
�������
����!K��
��z{�����8���T���(�A�(�A�(�A��m����t��������K��x�x�t�w�����~��̍�����������t|~�}�:����@�w�{�t�s�o�yx~����������R��1
��7�OI�I��gX�!�!�gX���g��!�fz���\�J�$�9������:�l�A~�w�]]�w�~���z��
�
m�m))m�m�)������{G
�YU3-
t������a
�h����N�0����������K�m��
+��
�)vP
�\��
��t�4���4�
�
�
��<
�A
���	,,�	�	,�	�	��	�	�,�	T
���
�b
�<
�TA
����F
���}t����.�+ݭ�����������������{����`�T�3���3�����V��@�
���t����k�r�crr������@�
>
��xy�o�ts��{�SK(
����
���������tp�
�����y�y����:
�������7�D�$�$�D��������������nh&�T*
�����5������������������@��$����$@!��quuqqu���;���;��uqf���
K<
�����p�������
� ������QEt�����'�rrc�r�2
������TSTdJ,]��շ����49��arwwvyr�/��������(DB%$�A���Ό������%
����`���u�ttu~w�c��cl��������q�t��������=�h�F��� B�4������4�����
��
����V
s���V�������E�z�*�6�z�*E!�!�$��D�D�$�
����7�T���-
R
����
�5
���y�y��C
�.
���@�h����������<���<�<���<����o7��������T�T�_���L��d��h�aahi`a�h���������
�/ti
�V���H������
��ԫ���ԫ��
��
��]�������������T�t���.�;���;��<:�Z�����:����3}|������A���P
3C��ɽ������Nb�a�]����
0�$�7o"�7�l�����
������������
��
@���
�����������������<�<��y}|z��i
�z�{�R�D3���$�$D�R����i�p���������w��������
����
E�Q��y��
���
���1�
0
��
fM�@�
jm��q�����������,�4[�
���@XtxmihbW_)�RK(
t����:���z�{���������z}R��%���7��tC
(
�t�
���z�x
����x
�
!5������x
����&�%y}��������_g��������g_��
����
��*1���0���˒�����������h�����
��`V������m�����������[
ˋˋˋˋˋ�7���ߋ�7�������
K��������[���L����z����������-
�-��������������������Ty�������!�5�����z��+���&m���/�%��t��~���-���������\�$�"�W�T�*��������n�h�t��t��t���v��������������#�#��
��	��h��3��3s�pyrs@ ��  ""
	���x@8 �����!"""`���>�N�^�f�i�n�~��������������'�(�.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�g�j�p�������������� �(�)�0�@�P�`�p��������������!�@�P�`�p��������������\�Q�A�0��ޕ�R

	��������������������������������������v^��%|�_<��O<0�1h�����	�	����	��p��v�_�]�����y�n�����2��@����������������z�����Z@�5�5
���ZZ����@���������,_���@��������f���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-������b����
��� ����5�-�8�����@�D@���,*@� ���������	m��)@�@	 	' D9��>dU*#						�	��	����R										�@	e�	
%RE	 		$�� k(��D�'	��	�%��	�%	��	��0$�.�$P�//:/K/Q]�	
���	^�	U	k	"y	U	$�	U	��	a		y	*�	<�Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFONTLAB:OTFEXPORTVersion 4.7.0 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/Copyright Dave Gandy 2016. All rights reserved.FontAwesomeRegularFONTLAB:OTFEXPORTVersion 4.7.0 2016Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeDave Gandyhttp://fontawesome.iohttp://fontawesome.io/license/assets/library/font-awesome/fonts/fontawesome-webfont.woff000064400000277350151213253230020136 0ustar00wOFF~�
��FFTM0k�G�GDEFL �OS/2l>`�2z@cmap�i�
�:gasp��glyf _yL����Mheadb�36��-hheab�$
�hmtxb��
�Ey�locae���\maxpl� ,namemD�㗋�posto`�u�����=���O<0�1h�x�c`d``�b	`b`d`d:$Y�<��x�c`f�d�������b��������ʢb��l��|6F�0#�F��nx�͒�J�q��gje�>�"�D���>�{�E�O >�����,"�u�^�[[[���j�os���_�M��%:0g80������B�.L�s�zðפ 1Y��lKWv�es�t��)Mk^�Zֵ֪�m���׉Θb�k̳�2����6���>'�Y�Җ����jukZۺ�g�m2� ����(�4�-iEk�Жv��}�X�B��Y`���`����c��9�Z�JV��5�e�Y߆6�G΂�`3�|6����[uI�p�n�-�����[pL��0�Lp�;��׸�%���8�o��>F8�	��G8�`�W�ί�����"�E^�_�=(K,F�K�+�y�b�����x���	�TՕ0��o�}{�uuuwUWի�n�njmz-��nv�E�EAAJ!*�(��hD�2c�%F�ʦ�Ebb6���$&�����7�߹�UUW7
��t�w���{�9���8�m�8b�I�	ڃ�����݌7�S�E�G�!�3�����j�㔐=w;�P�^I�A;RR�n��k��LS�.��)�o8G�([��)�9O,,�At�S�
��h
y�u�jZupPGx�N�o��n��{��ho2�A�D�-r��]��u��5��e��^��dM�X�8=���r5ͻ^Q\�~��2��V�0 �o�0kC� qA跍����G<�
�9���v�`�|N�X�W�I�:"�'�a��W޺O=}��k�#�"�7�e	��%Vs�~-�y$ŵ������X��w&'q��.n.�E��K�#��JD�ڝn봽7����=�|�w�L:Ӎ2vmrRv:=0P�@D�ۓ��V�Z7eO��d��7�HM�SY�|�[o��f'B��L}��Ʒҗ�V����^�+�{W�=���uҤ֦='j��,�|;�v�A���o=��0�q8"�I³��8���yZ�6Ǵo9��q<i3���k������1%�&��
���u���k�����{H}��@΁W�—^q�Է��4;gg7���N�y��/��
q���P���OЌL�4��q�,���ԇ�"�Sv�=jL�/U�jC�-w�o���ȍn���j�̮�{�j\��
��vE��k

���z�>p�n=�^=�ajID(����෠���qu��F;э�5֮�s7;QC7�U��[����׈���yZIۘ�ػ�*�!$	�dⵄ��Ŗ�-ˇ?��{��m������f6��po��~�mԽw��o���G6M��oz�a�--�m#]?]?V��k�z��ܥܵ�.�>�)�9NH%�&T/� ��_���I�Ax���O��B��]8(���.v��)�G=���H�P�S�U��P���>f�F�E�-G�G�s|���'?~z�I*���R�|��[`���-V�'ݙG�P3b�'\R��I̞#n�;W��ٟD�T��ѹb8�0�^s6,rȥ��i��������sm15kk��,}��q��Wȝ;�t�s��e�Yq�qC/���0�q��|>��
3������W�/�ը��s�F�"���s��I�oAHI� 8��C�„���w���~�@
����_�(�]h=������r�9���p!�;�H���-[If��w;%=�d��꯵���bmH)��k=o��\���h�E�i�7i:-!mn:`[�G�]���GE,�;��s�yH6�2�ƈs�՗:��I��@�^\�w���OV�õ������<�g?]�Y{?qK�g�H�[��X��&�td�n�[�,�Z�!H�6#�=nݳ����;O��W�U����G4]]�6�ٰp��7��[�aM�5P���B�]?����4�����P呂����7o\�!׺ߜ����ؤ������
��2>8�/p�2�h@�k~ھ��B~�a�[�r��=Pr8�S�e�sc�F�
ӗ�� �S�#P��|0z��'�z��S��)��8aFB�FE	��V�r�J��(E���fDp���U�\���'h4P�� 	�j��<t�$>d3}Cv�f���M�}Zlf���,.��p��j1��t�Y�j�2�lƗ,U������<:�z��t[�%�Y!1v��M�frc:_n�"��7z�w�v��m�
z�ui��dt���O��.3K��<y��d0��3l�Ll؞�Y�ĭ~�bg�#8H7��J�C*gY��_��YKi�n��0�AQ���PiMg-c�����)<�9ܹ��JH�X-��o��w��aX�;�����<z�̳�@)��*��rw��|u�`���l�c����߸m1�:���H2yΡ�ؕ�d��Yנ�E�+�G�Z��Q
k��P*��.�6�O����W�=���n���u��B��d�u��8�<�7�4~c�8�(bK]4�x�~�*x�=��¿���1T��2��Gߡ}S�}����J�X��ùP��@z${P�™��"h^���b�ؙJr����`R_3���@|8~� v:G�E8�c�i�]5&4�t��َS��צ��	#�������5���jQ ��0즰���N`��v�!
�Ry�S(v
]wB}J]�>u��=�.#Cjn(,THu��_Z���	6�q���hh�P�4#J�H�%jt�3�M�)�#��z���z���dt��1Dn~�9�/��ȋ������B��@NV?�p'r��f:�;�b�B�QHb�$h�3�CG|��#v2�y�d�m)�e��sv��w�~٬�fp�~��DG�	�r�0��^Xzˣ����Շ��c���l&
 \�`\�8HHa��IC?������6���:5�H;�l��ވ�4C����&�\�F����jԬ,�|MC�ݔ��/f8��ܮ2���	�.��ҍl
_/��A���kT�V�Νg�~T��΂<`2����Q�&;�X�A�W@��@g��j{��j,�	�s�uuE
����֟���:�A��
8,&���ռ
}|��b0��lFQ$px=��4ddm7��nru"�N:O�u^��x@񝂍��C�G����*�%F�>Tm��?��2.�o��p������ˮ�1�r�\T��١K+L�؜c���n��:8����q�y�N��\Dv�j���[��ܦDy/�*=H	�[0�l�8=���`�D��d&�<����qR�}~��|m?9[�Y
{�H�I��FP��H�p;@���Y�����[D��]j��}�*ÞhJԆ�'v^��6XD��L���V�a@XF�k�<������N����.���pV�e�u���p����+O�;����FG�\E��нb�kfy
z��s��

	X����k��M֊P����Y�_g��#�f��}{���Lh.tMV((���/���4u�X�4u�<�k%�Ņ��s=x�f�Ȍ�ݐ��P��(�.(��q\��+����i}��J�/[��O��k<Ew{W%��҂p�RJ�
˙��$["�H�6#] �F���C�֫C�_c����|=�F�2[�#�\��eyÃ�.�a��nơz�K�9řeN��Ԟe����Uտx��Uw�Ϋ�m>����76�t�O�d�٧�,崅v���2+�׷� TU[�NHN8�W|���fG{�ܘlT�_��Z1 ���8j
�`A����r��㼌��`h�*�b��
���#����ռ��B����j���0s$n�^�7��w�$�Gɡ;�N
.�A>3;M��y��?��zpͥ�Ι��4�aqp҃GF��w�|]��֯�!��ؾ�bv�q8�e�+�)��h.,U~�4]�h.�P4s��)��+k�q�D2�u����ϸu��E3V�⭯�ҟ�f�S��8��/D�]5���ޖ*xWG�j���}�l&k�lnçi��Pv'�6#�������(%��)>q��E��o6U+�6�ŋ�8ۢ��lޏ>���`����M���n'���'��zB-t�/ꬱ����3ik�3
���55��Z	1ao�|+�
őm��
��0$Yə�Oa��1ag�9��up�9Gת+����b��=H߀��Q1h�T��]�Ғ�Q���^��?������s9��ػ��� ��l��B�|4�TN���YBL�,�
g�#�5��A�㉐=!�7~=�/X]W��uw�ZW����避[��Ꞟ�W�d==B��m®�ҏ΋v�?$���
E#
�L�!7���ط��!����T��RR�I4��)���H#��l*�:#��H.���)����pӇ�
źR�M�B���=�ƅ��(ǂ�͵���˥�>A��,�_��2�%�5�p�yn�6/���Mb�t,�L֮���l+�9�Q�Gb]*�D;�
����{PZ!�*��U1���|���s��{�"�3�\�g�������Gχy��G:�-nQg7��`ԏ3�x���Ax�%ÏU���XMZ�&HX9�>o��s�Ga��
��'��!�lü��|�EW-��e�b��bxs��Y0��6E��>�)�V��H��߰}��V=��G~�Yk�h��/;��ۇ��0�{4.c��\h`�5���
F�A��5��Tg�[4��#���S�o3��yuy��=����<'j{�	h�N�k�6�	�@1c/��5-T:��`Y�X]��g~���i��l�p�!��e>�1x06�?�e�oA�s�b���̪fy�b3�@B�߂�Yq�?;�m)�h4s�k�P�����UfW��62��c�>8F�(�t*G�C	ym
s��r�p�?��I��C�Y:ϻ&͜9��9T�Y�-k���%�)�@�|FF�h�9*��(Rt���K��ǻ�T��XM-IP.%�C"���?�,+ˆ�=��	��>�t�����U�gQ���W��w#�Υ7݋���[��P�	��ޮ���'j7��7̗�9Z���I
�S����O4YkDE�͂�B~�`�Ig;�m�����u�֢z�Sg)����r��E܉�=m�K��9�ZD�]�4����~7߉R6Hۂ(��j��i!�BldpӜ^���zz拾�g�F:�qꢝk�Wl�/С��uX2�r��TsB�נ�����ͫڂ�t�}}ƶ��_5�	��k�4���	�A;oH�L�Ϲ�)�z�.�qu���A�z��yx�j�k5�F�-��@�lҙ��c�ڗ�җ\6�=�
���O]9�/�5ڔ�볝�\tO���C�T3�f(i
]�w�P��iQ���w�γ�=J�ߌv�Gޮy���[�[���,��Et&Q��o�c�Â��yb66k���MK|�֋$Y��z%���P��(���^�87D�rK��`��%�5�.�:��	�Ďx=m��n�ً���m]�Ю�&�2G�(-@�Q7xu3%@�p���~н��t���S�]���=�)AG�����A��Vg;��*=�$mz
�-|_E�Z�ˢk�<�5U5�fF�I�j����`�=H}���)0��~�F�,"���N�6�k��"��}�Ṓk���T�"$��mZPc�',�ϛ�tz���Յ��];+�j��+�NG�>K#�h-zp�6\��;y��b�~�9�.m�	�\�=�qrqü�=fS
6�u(����؍��3���#����0����
:�Nz{S�M�]"��`R������.C���r`-��U{낍�z�n�q��	t�x��
�ic+Ԛ:3Y��㳙N��*�a�V��P��
�`�1�Q�b���@fc^X�9�̼���ܶ����jtҜYӂ��hھ����3�	i�js��+\�8Tv��i|�Q<
v��߹c�8�1���-��t�������\1����6���G���I��n�J�:̇�h�X��G��r�+��<�O�|a��l�yxuco���7狿P�'�j{���G�w��s��ʥ���s�����
?��?kL5>4��Hj��v4���l���!���,��c�C�5�4{�ٱ�4d��R��~��p�*;9n����C%d��}�d�A4Q8�i��O�i	���T����gd��ul�U�S���A�q�$.j6U;�MǶ�ۏێ�ۏ���j�9J�D�vAF��b�m�LOI=`�j�f:��>Iǁ�J!�
�6T�xư�qn���̓��S9�ĀM|�!ґ8X)��h�ͅ��ͳ�(����,�ӌ���2����+l�D���3Qɕp�$`�Pt�[��� ���DV��2�op��o%x�Z)�����n�:p4�N)�F Նt�T7M�u`8��P*r
>�(��O^����tX�i(��M4!
t(�>h��cU��<�@��ܦç��$�M'���(��J�׳��Q�܃�<8�Vj��j7P�?Ͼ;�������_��!Q����.h|:B��)Ӓ��xܘs��_���d9��aN=�.WO.�\|�_O&t�k.�".D�p53�͓	6�`8���I�u�����Kj��k/�����wi�U��S��us��U�lr
̥;��ѠMe`�T���B�&��n¦\�	g2pd���[0��O�v�z����I�'m%�4���1}�@�€:įZ���/r
@1m8_.���W�R���lv(F5A�ս���~]*@Qؿ
V�����g��M܊�����:M��ʞQZ�㖵��.
H��f��J�wK�IA��\������f7�z��l��}5�V��z����G����Ɛ�
u̻vߋ�a��ɰ��Z(�S6W�z���7e��k���[j�����#6[���6i���Sڣn��@�d��`�[��}�i�]<{b�N&k��G�[�Q������`E�������k�$|'������GO���R��4:	y��X��1d��hz3T�ʷL-�3��D�G%�Z
��b锥�3�I��陌R�^cy,�3��P!�@�ieNq좀FS'}@4�шÏ~�����*�T(�P���Y+�=�!?�}>�Ю�+�����w*�3�U�����sƽ ��i[�9�a���\��u�We�Y5���	���+����,��iK�\��ʚe�<����z��K�C�&�Hd�bktݩ7<��Gh���
�f�O��fp�+d<�8�Y��X��(�ϴ�s�>!;B�TR@J	vK��U�8�bU�H^Q;O�k�b%�[Q�H���O�9谉����0r�0��}����U��>�ʔV5^����ܵ�����}ecF���mۈr���qLEl��	"�I5��ڦ�fU���2c��W+�O,
���MJ񝁧6���y�?*�0&N�ݚ�xq?�)��>�e�(�	@��qT�Vx��>sjA�i�2W@�W�<K������P
+
�i
���4�(ا����	�
����xA��̓��	1Jz'O����?�<L0,;V|'[�9;j:[��B��خRk�nC�.и�iޱ�T���ݝ&[h��5V�,�R��I��N�{oF|Tn�_|Q�W��>��U����{L�Г�K^A'�96&�E[h8�����J*�X�>�w��yW��+��V���c�*��Y���P����!���3�
��^������%�"��`�ɒ�R������cD@�2�ܵG��5g��L6}*X�l틵�\�"������*����p9������B4M�z�A����65L��.���2�k,0���^�>�G@���@H�ty����Z4iepWt��A�h,8�<{9Ƚ��ǷƶwZ��OY�E�<���Z�)��t#�/�崐�\F7ʔ�B>(���&��6�ld�i��t��/���=�n�>?&s��]@Ν�0Z.3Ĥ�9M�G�6�XI�J�H�Xa�:��C�}��3����6��~>�D��3��U�O>[vZ_�}ס�qN!ʃ�
��-�W� �������
S���Ha)Y���'l�g8=�`z��(bwv�����i:2E�!��`�;x�,����Y ������ߩ����
=��Іj^ǻ��Q�^��_�Yy`���Q����[&aY��Q
u�s0{&m胑*����j)���T�C��$YQ�>*�P����}H��������˥��_�7��!n?Vا(s����O�GRB�X���bG/*󨴉b����E��(��"�lrʔ$Ϋ����dJ�wGp6���
P�/�#j��mtC�R0�}B�j̣R��X�v��I�>(�j=���:E�C�t�V�:O[h[5�"u�E�3W�.
f�[eܫ8�P)�e
�0Rԁ��d.ُ:~}����t<)��/Q
c��O�B��GGp�<��"-G�-b΢�y3�b�#����5�RPCk{d˚� ح6�d��]������L�d�Lu鋶
��LCz�Ӯ��IYs�;�A��@*n�yڢ�����Kˏɩ���E���W���eM����â��x�[�*u����-z��җ�rizH>�������2$�����=�_�����j7�{�!�h7Ύ�|p�fs%9LA�Q,��2��WH�(EEug��&�/�
$̃cm$0^(K_�C]D����i����+�/�TR�hOJ?��N���ޛ j�;�쁳�#��ISm0Q�4W�����Տ��5_��fd���"0�ԏ� ��~D}��R'��k ��GK1(���_/�T��F�Ȥ8��>��Q8����m�.m���s��t�Á��-��`wZ�a���x��x�";ͯ��2�o2�:�h*4X���-hW�3sn���P,ɞ
��"ޗ`7�Nw8ɐ�D\���	�(,f鄝�	��I�M�|؟��ն���k��ÿl�5�n�v�xL/L��M}��ݻ/�Е�um�.�u��m�d>�Nh���&k�Ե-h���#�
+���q����s�}v.��L��8�c|�P=/2�,��T�,��\f��x���P!:*���}��uL�v�yj{C��[��	���^�܋�����lV�͛C���Z��k������9�~�_��+�2_�ʗ����7��%�\~�N�V�w�|�:$^�fH����-œl6��[D���n��i�D�>�=�}4b��=�U{��x�C��u���:����6ݨ�18�=�Z��%�ܓ��&��?i*�V�߻"��z��,K���=�,�5keb �PÒ��}aM)d��Ő".Aǝ�2�An�K%
���%7;��QΤx9:�J'���s�������9��:�(��w��̿s��lt�W�����N�~�+lA�ڏ��m[w�7���7n\����W<9��-N�߹t���i�?��"�;�i�w�[��;L�vP�2�z����r�g�k�cl;#��E�*��b��8�*�<~h!������:�Q�@�qӼek�/��#�@w��ꪫ'���	���r���*2_�2mp�pm��"Oގ�:�wFgR��ۜ����������{z�h?U_3�������m3�ؾ)��[�_�.��/��d��
j�����G�̨�.��+{����7g�|�6w6؟>d��5��;{O"�-��<���+�jaW2�2�����p�����W�a��g��y6&�Bh��I2%��1���S������*�[Ϥ��F��۷�%nwT��	Q��Ķ!=����00!�dP��$O����j!%��l�6bd������[6�,6��`^H�fɖ3V߶[��8|\��M��Q
���lƜYxj�?KO�3��ٲ�%)���)JrGƼQ��̼)���2c�"����^�–�;��@Y5��u�!���'�h��VGTi M9��#�(ן<�4�s�{��������@�e�fQ`�Gy�
�8�L��"KB3�+��fOx����_�c`=C@�d�-T�Oj�+�Jw�]��f1���򉠦J��� ��-�L��[,�Əv�u�&}��z�)Aԫyz�X߶"��M�Ww�P-蒺Mr�k����
4�4L�ZvɎiZcK���U/N��j�a,�a����!"Y<��]�K�����-��������{S��&�,�-��l�5�V�(��DSJZ�������U����+�6��U�Ԥ)�j�ȀMXju5xk�O�x�kC��f���>���v;o�Ău)O[���H<t��_X���4�i�+*�d��Ԓx7)�l��O=��R�|O��h�\��ؼ��E�RD*c R?ʇ�﫯��"��bL�+n�wSB��IZ���^��ģ|��r#R�e���A�>����%��rJ���r�ZN���C�Q�n�?|��x�����_B��*k��gY�n��3:B��4Wͤu�Q�������.�R�M�F�2���>��8�G�3J<ZŠ�r���Vŗ�Y�~P�9��w�;�<
+�iչ+�5�D��D�hp,;ʹ�j���fƼ=䵫9�� �3�Ƒ,�@�('h:���Ƌ&m��TkP�q�8�󨴱�!�ä.���#��Q�{�=����=4��V���#��m���x	�_�)If�C�#y��F��N�������
u����Q�R��PQ��y��Q
�u�:�]�g�*O<�j,0?��g`O�N\Z��\�F�k�rIݝJ%QM	$%G�/-�S_hz��t�>U����֧�c��'��P���fՅԭ���ں�o�>x�,u�����P^��"���������yXdc�i+�Y�_'�z�����6~(+q$��U�;{S<�^x�Gn}���ou�vXt%�&3`�.:gA����'�%��O�0j�@E�w���:���м�jd���q�g��e��<TCB=�nҗ��Cq�+���d������)Ӫ�L�Z��&��ίYْ�bv���sm��������k'm�xl�0�k"���ȓU��\��{ӲY�zY��.T���Yt|�"�������cK����:6�.4L�S��z�D&D��LJa|��+Q����h��_�}�e�Ξ��z�_���
b"	P8^����Џ��>�����4c�&ū��Y3�]��*��tI�*�
r6% ���&A�R�^3��$�p��,a2GÇ�}O>W4�7�6Ո�n7[�Y��Nq����O�e�cu/=�cm:&�4���C�o��<���}��i�A�O6�ă�N�Y�����m�:�̲f3�J�"M��K:�Ek���:e-O��7�
�6��;k�h}x�?�1�/\���g^��y}7�|�4����q���'�7o^�� o.�Uξ&�d�5���v��� ���3�_P� Mp���Ĺ�V�jl�U�	��a^vqǹ�܈\��?虽쪰��:���Oo���b2AL2���9�zXv��Q� VUq��^�k%@���$Ǡ��#�o}��Ts�cFW}�$y��F����$y^2:�����l4�/�m�a���Խ�&�o�L�3Ѥ�N��Iq�!�#��ĺ~������N>�0=�ٞ��bD�A�w�	���O��h��C���Tѡ�
�����֩F�I��.��M[�V�#�Œ�3�z�e�{��EvceR]�
�
�ecsER����n��`{ah��Z]���'3W�0v��Ix�V[mQ�8��f6�4�Sc%�Wr��F.aR�6�a��Lv0�n���=,L	�Z�BU\���]�a�JX��L���7�e銛
ljQƀ�c��H�j\���}MG����ޛ
�[X@"�W�dNS<���+�������#(���;<�"w�~o�myL�'�D���pEb�Y?�~�{{����,o,�RD��(J�bC�>�ܶ�_�dՇw��f�f�s�ܦk3�ގ&��~�L	�=�$&���Cyd�"�le��؄� ��tQRʉ�@*����΋����7����JՄpC��#5-�V�g�o��!G�i
4�&��N�pO���o޴խ�9�k�'y=JS4���/�;�٬����v�Y��3M�iB<�
���(Yuv<�9_�m��@|zU��
_<'�;��^;��#�b})�K�yw���n����o�%���6��,i7�-+v�(�k6i�c"Ym���=t#WRT�����m���R[����na��<���j
X�)G�VX�,��gB���&blц�*�ϸ"^(���^�Bk(tǒD�>f�ʭk��l�W�޼����(�I��d�r�U��U5=^�Df�j}-���:�$r�p(��<M����zM���Ư:|�%7L�>%\�x�+>w�W�؄	O��u���
gq�/�,��W:˺/Ɏ��+�����y+�&��Lo)�	���@�[�@e�x���b�i�u;���:��Ykw�[50��x:��r���s�S&_Xx��f[b�T���:7ak�}���Yx���<5����r'���(>q�-��p�r���o��ɴ2��H��U&�I-K������m�h�ɠ\���YF���Y`��|fM0]63���B�w5�%#�'iH(�8�[*�k�.�Etc&a���Nm�V�JQ�K�T�M��b�X4�?��#4c�왓Q�,<��v�5���?J��	[��J�s'�ڛ�iӒ��Ӈ�C�>�䶵���h��Mz__�m2�7��b�2�HC'���
 j
,J�N؋����
��Luq�M�Z�W7��'./�^L^�DL���%S�	������n��4:O�W���^�o�f߷Rпl�q�{��\�PȖ叙y4*x�Ba�v���� k��x@͗qY’.3�HQ�F����|�:r�Ɣ���9`P_�SRL���
6b�|jAn~<D��N��"�u���0��Q����\�� W��u�ާ��fn6�oH�玤�N	N'�S;���)̓vG�vejO��XJUP��s�p�����s<���׷4�����}��a��m}S�j�T���Y�Cheubm���20�~�t��'r3��:_H7��M�笜�Y���rN:1��!-��z��\�M�a��P}���l��&pq�6�*_U�Y�IG�~O����_KU8��FT{��t��(���av"CBf���_F��;Q��n�qӳ�B$MU*r��g,�^��GD�,I�H:7FD�	�Jl���k6��c'�]�u��;��&��Fb���F��iB�"�&͙Myk�U�����P�\�M���]J��~q��Z JP�$5K���?��1/,#	K:I�)�D�o�Y��:Mg�!'�S��$���M� }��Ê�N��~�$��Ū��3�w��m6�]r׊s���O^�
��ll
6�H�{R�vB����o���Lg(�i��Z�hVd��˂��]�w!��r�<3��H�/����7Cy�Y�N9���Y����@��Lc���eY�֖�Y���$�rz�2�d��k`����8v1�gI1�"0��k�~��,��c�$����ty��h2�^/�sv���骩m{��T���UM~{�W���Ï��ɿm���k�U�ٹ������?��΅s�4a��:���Z�D�g�;�@�V�ם�4����`�gلw]x�/���g�o��L���v�w�'v��ڟ��ڔ��y���K<+<f�>�Ǟ�����~NF�=ΐ7�.'�h��ٖ�}�t�)v�SK4�Yԉ����s]kW��N��-Я��K�`~k��R�-^���"9BF%`%5��S'$��^\o��;��NKM#_5y�<C$(V��*ޖ��Zj�����/��IV�Z��et�M��k,��x�C_m��{�ۏ\�ʶ�k@1�R�+ې�.����臬������t�и�����l���=C;�x�|^c&�a=w���9�9��p�t袋�Š��7���1��R���1@e��a�����<�3�w6��Lj�(
~���n0K��M.��
�E�aR��I��W�1[S���,9p'��Y���P�M>�r��֖
�j����K�g�M�dn7Y
n� Nl��ݮ��m�G��Y��N�̂0�9E&W�K��b�K�|�ĸ������JﱵWr{�ݷ���kQ�cZ\2�R�؛�O����ۡ��_��h]��Ը��y��&܈V��;~��M��/�׭�n�߮>�_���[.��/m�2������A	�q�J���{�>��L���M���8�A��f��]��'�v�HTUO��μ�Ń���̚u\�eA���b�~�u��:�y���nw��������ݥIٸ��$j[Q�����V*b�聇nE�C�*�ZɭE�o?҃�&k=�t��#��=�K��T�rf�W�Q�jJN^yٔ������Q�W/����O��o�^�rr��j��;�N�M4I���`0wϚ� _���ߜ����!Io���uz�#�3�tz�i
��k�j��m��f�L�'��k�
^9�u�Dћ������Vn�Ǽ^����߲r��n_����CSC ���"�6�Gi1#�W���0=p�'��]�@8z}�Q/
F�"�̒��&=�lF�w�d�F3v1��F�uDFY�V�'F���`.bN�u�䡁��V�l�|I׀��ɷ�*�~���)���Z�*�!+��u��Qv���C�M/��vԂ.q��c���Ys��,������wD������iN6� Y���r�L����U߲�[cr�c�q5)V��!�c0�31;�B0ތeG͝Ua�V��NU�e�	�(��;�;��|d���;��_T��A"�?/}�M�i	���;]��w�t7W�Y㰛�n�����Ng��h7���E��B��7_R�E=S�x�V�5P�s���m�`�ržYa�������z�Ra�t��	�k�����_�F�=���dVٿgC��j��߇%��T�}�[��n.�Z$��Uq�:�ۛ*<gg�n�Gh�(U?.b�=Ђ� z��3ek�
4��	v^�QVJR�T����+N�1�E�y���D���;Y�C�+�dN�A݇n$9�M���Ay��hpJ����=^�蹭�%[ҫ{���\r8L^Rڠ����g8�ޥ~�a�d8U=�gP��'�1�.#l�
��=ΑѬzR6��np�~[�E��fn��G�+y��|:���f���E˻�~E׶�M�ʟ�]�����f�}jE�3�qMOϚ���{��d?]u���U?���#�/;��s�~���򹃫ؚǀK��-�6�B��'闘̵�L��gc��g&�=��G��'�
���}�S�唩���VC�I�s�y�����RCM�)�r�d��7&UC͝w�4�N�sc�a7�fl���]t��Tw�ݵFè4�o��u��֍�2�B�>#o7(���J~j�E(�EM���-P<��n}�en�pt^���
�^<���5�fͬ�>3���/rQQ@��Wヌ�����(�Q��Um��)!s���G��7����ꜜZ�4���	��…U��l���ڟ��p�d��:�Cc�e���'s2�E���;�u�*�'����$�]"���c4��}�
v�zyDz�ɨ�n4��bTF�.b4R#�P*��~6��t�jt���ŋd�ۥ�y1W!�ןD}g��lْW_A�4R�/�u|��]���P	�Ǯ~��:t���[�����94{-�.�ǀ���y�A��0�� �x��6-NMv�M$�c50g���hQ6����1���B��n����W_u�s��;B��E���g��}\���"\�a���Q=�#���ͧ���վv����1�ŊS�Y(R.i�[��9��Jd��QӜ<0@B�Nya�)�j0Vh�2쬄�s��O�eP5>I��~���1!���-�A8ag�j�Nq^7�6��e��/�쾇ݳRuԢ�Z&�U�EJ��l�p�Yo�<2�"_���:��97�9f���阎���.�!
hI��4
Rk��Cj�G�Bu+b���tQ�P�u�/А1��TZ5�����V:+�zp��8��j����y\ST��!�zr��u8Y۸$��Յ�F�uFY���Tj
+[k�j`�GŦ��+�yl�֦Y닍�4R����,�+��h"�)=��U�>���yV�˕!��V]�Z�8G_
jW��p��H�� ֬Q6P��8=w�Q9�]W���80��9���{��z$�5��p�+��҃D%ꔒ�-��R`5CbJi��h�EI@����x�Q@��-�J����h�n��א!7���#ם��Y
ѣX�����2��M��n��Ɣ���i&�#i�x2n�B��~��#��}2n)Ͱ�.w��o��B��(��Y�k�"��5n��G
PTF����;�N�Q@�(�奣$���%l7Q?��lR��P�fB!w�ҤJƝa�îG�ٍ�J� �vK�g�WOӬ��L_�$��t���a��[!i&�M�>J�LBf�R����%�ۣ6!�o����"$�,J�{�l2"Qo����#BQ'!"#����H�:�.	o	��<�9*a$
<1ʔ/-
᪠(J&���$�
f^o�ћ�<o���n�!����A���E
fl��5
��H�<�o!ͭ�(�p�N��tH¼բ��.�a.�&3�!"I�:L�fsZ�0A�:�A� RE�E�b"`��\�`qbѦӻEA��lr�Zg0��_
�X0JX�	�Щ��9�1��"BN,�b�q�H/b�I����2&0�6�IM�U��%U��	l�I:D�Y%�Y�K�xí�AЛt�PG$Lx7��0lĤ'vluۏ�x���!"Io#�E�NF.�`�E�b�Uo���˘'�\�y�
����~ّ��$�(�d�Fnd3Haz���I��+F��#�&�z��h$�Yg�u.����X���l��b%��N���[/���*W8����BV���0f�^�@�`^y'/T�z��:h��M�#�$��<E�H,0���A��o�a�,0�(�i"!1”_E�63�;�x���Mr��X�v�uaQ2���C_�yY��#"/輘�X�Hp#9x���1@1@�
6�	Z ����m��݆�Q���D/��.T;O|�`1�e7J:�^G�	:^��&#�a�A��$è
:d�z+
a�(�~�d�D[��i��F�XVX��DX�F�'�
:Cqs�����jӎp�q��2��E5!K(����K�Wk̙�g�ط(����h���P+���R���^Q���-O˻�h�@�&�l�o�%<x��j/ޅ��G6R-V|l��ht��iL�`���xlhY9��U~�S�㨆ӵ(�`*�J�|�u���(��xn\T�"K��L?�
gKl/j����P�[�&�cr�n�l�*�oEŅ��u�̬۝�dU���F�W
5�\�1�v��C@��4P�b�|�M��e�^I�]%�S!W�}�`��*�_��U�<���(�cnu/�Xxh�w���
���)��k�0T�$׻Z3
^�^v����1e�F��g'P��JAR�#F��,+E��Y�@�'��C�K�_}B}�~:@ŏݏ.��g2��K�.�L�KZy��,��ߍ��6:&5Fs��n���-Ț\%��۹I�dn
��[ɸ��@�i��5�]�i��v�$��t��W3�L\�	C^\L�>}��6�,����+�7���
�g��2�.��;����H\Ұf��,-Jǒ��Ew\��B�wjǎ>�fM�.��.kl�Dj�.Xv�}����mW\:5֔j����K�ضV�3�B������S��$l��&�ijD�YdIO�~q��!�rW��)\�3�
H��.iT2�R
˔D��'�i���>-�(*�Q�����o�c��$`������g�#A��ꆘ���0�����ߨn������7.>�x��;w,yc�?�Ơ��3����6I6��1�q���	���($�����,��Njwܴt�r(y��h�2�l{s\p�@5�H?��]�J�Hʽ���<l��n�h��'�1��P�mϣ�So���7i��$��½݇�����a͙�~}�Z}gP��$���6M��h������M_:�~z�{�dZK�e���:s�/޵�bR��+ʤm��.F_�����-m�AE�L��ǭ��s;�;��\�激��q9��:��L0��hֳoȰ�h�mS!��S�b���f�D"N��� (����(�YqG�"�Č��;Ck%�mD��D�͙mvKa�5:p�5��<p��Fi͢=Oӛw�4�->�g�Ihh�h�{�� ���e��f��
�zUs|�+�D�W��xst����-�}�"��<;�p>�#��?���X;$}�u�pȖ�ow/�&�ν'�dޒ���M-�3�g�֛떤������$y���I��E�uR�
;�5�It��Б��f<�n;u->b��{g���-:��6ާ���>�k�0ڹQ��s.A�,1��xB��U\�tBBA=
��)~�3�.{�ҍPa�~�OBP��:s��QS�=��:Uf�s1�K�ɗM
�@����P����s�y���gQ'�)�_�@\l`�|N�1�6f�p�p3��,Y��,w�Z�1��~ט���On���oy�'�Ǘ�lfC��W�?�Ot=��Kz
����(U�QC��dP��n��.<����=y�]��S����d�2�K�Zu���{�d���^�&P�^	q��h��E�AakF�Q���7>�<�~̈^�=Qby��A�s�X� Gr9�A���ժ���`�	����Ε�Mʆ�돱��,����,)���4K���ݑ�Y���Z���?0J�d\;|���h��~��ki��?�e��v��宰�����K��v��2�)i�9J��cj��~�Uivo��	V޴�ʍX�~�eC�k�ˆ���Ɔ�K�ڰZ�n�߹ZX�ko�n�퀭���:�h7Τ�����G�+Ș��}I��]Sfn"u�!�`*��ئ(E3	��M�N�4���j�nRX�M��Gs/Mtb������RS���{i��+�-��v	��a�J���u�3�Z/�WS9ZK��]>�Ɵյ�68N^~�i�>v$�$�&x���;�ό/n�Tu�������
�_�p��d���R7���#ƌ��]��Kqk�^:J�1�)Ǥ5���$�2
;�ʗ$X��[���Z(ޜ�h�J���7*�%2E叙#����z�g��{��hLK,����M�������#�ǤOkdւ�n�n��V����Z��Ħ��پ�[���ȷ����kV���%��ʂ�:�@S>Զ��}��S���~�.��vm[k������l&�ż��V�L��s��H��uvM[2���/z9ն���.�S<#y\�6 n�G����fmȬ@���xʃEӻe���iwX��D��v
[#:b��L�_�hkm[-�Nٌ�E��Z~�emM����%Y��뛮��%���Zbt�h%:���9}6xn��.��^%,uXF>�.1^�x��o��U��Q��O7��������}����\�1�B�,53V̒ׄ���'Ō�z�w6�7Oi�6��o_���rU���qp��,�1���qOi#*�n�;6������F(�Ny�'�+ܣcT��q�<e����LA�"qe���޲Sq�x�LPQ�W��Q�W�y�h�Bf��M���(��[�vL#���ۛ�Q�}�;��Ε��˒-�$�glY�o+�s8q�N�er:��@B���p��&�*АB�y	�����RZhMKy-Gۗ����̮!��>������3��3�3��~x�h�4[� �A�=,O�c⋢�rx{�+=�.z���f�G�A=��SM�ϒk߉�kѥ1|���u�g�<D�k~>�\==j��=$��rR3�,��xٰ�U`B�!��"LQ�� �Jc@(��{˯��F�/�����4��3�i��bM6A�
>A� �0Z��������(�	��zc��d�I
Q&������Z+8L�T�W���&�� ��a�Q<a���"�*F�S)1�^T�}uМ�5`��-q'6nh���־�ڻ�O׬��%��3<h��%r�ܿ�e��	:b��
VY���z�l�N�]6��p�/oyiOc������5x����r�M��{�>_�ؾ��v��5������>9�X�ru�ʓ�3�r0�rd���e��t�|��¶����L�d_���*�5�hct,g�}��W��i��\�<�c�s���p=�i�v6��l��۽�N��8��E�߹�����ٿ}aq̈́�s���+Wߚ
D�ٶ�D^�؉>[DP�jq\j3t��h �d[�)��7r��h����UW]�jiK�97���
X|����/����>g],p�K�4�Y�W_�ځ��/&���-�.S���0����+���0:��A��H4bc���7o��|~۶�F�y�W��ub����^yV{1���
�o�8�����S8#(�緥~���w�޹�jҢ����6��ĉ�"�h0P�T�	u)�� �$�`]+�E:�E��q؎�W7jD����-7�(3�uŲ{�Q�l`Y��$����OC�oɊ���= ��;h�>���E3g^tP��e����N�B*���ʘ��!x�%�	�֙�Y}IK %�ep��H�	�ZR�́�H�+!)�ʵ	*	1B�1ˬ�B`�>� &�)ç��	&��
���)��,~�)|H}��ؚ"����od�A��[�aO:)�禓�G����wLr��(y����ļ��C��g�Q���#[U�N��84��~��c�!yz��ݰ��ҔZ�3�;z�ss��.�F������M�ؾ�1F�SI`A	��4Q�ByE軼a�"�Oi���P��S�b�nByḰ��XK���G�����`SVЍC/|WM�߫ʪkj��v�!�:�|uQ�(�U�Ϝe׷��]N�#h<;�����v�U{�}���f��j�H�%X&?	V�u����~���V~j����6���A'��MY�v�M��!�GP۹re紳�� ����D��k�����/�s�)�k�q8vI8��#x�
���G,�c�?��;_�?��!��sy�ٯ3��ηw�>w`����||����t���u�P~I�����hh�nE/�&�j��y+���ٸ�uT��S6�o�o�O�oh-N�p8ޗU��2$�u�]������v$0$��
c���߂��S��T�6��h�Bڭw�.ci��[����ҙ-:g������<F�=�*ǫT���9� ���r��%@+�2�u!t�ޮՒ�2#��ލn�A7�A���YQ��Ⱥ�U���ax(�Ę�[6��b��œ�8���{`.�92q��+vK��$	2�+���p��*~M�r����Vs\IΤ_!���j)p��j�f�]_^ș�P�G>��*�K���h�q��{F�A��
�lW��?}�'�M��R~<3.(�[v<�QHPC����c
}I�br`\~`8��{�;N\�w��Yu��I-��U'N��y]��9
��Kp;�+��I^����^�V۳dv�9!Ns�߁��_倻l�1p�~�G��� p�F#�:��:ԅ�[���	H��˯�����쀿�":s�-@w��;1n��3�+���U�&���97��ϳJ�:���W���ja�3�,���)���a>�� ��'Tgx4J�A�]ԧ?21:��yA�c4�Qd�8�`��b���4�D�lu�*�l��.]�&'� ��N�Y	�?�_EJ�OG�#�y�n�	^��TA��/UB
{d��Ȏ��U�}xX�1r_i}~8b*��=�^]W*s->��K��d��fgQ�U�(��s,�Ze��M\�����]2�)�1
��$l!?OnG'o~��P]h�꙾V�'���E���6Fo���/�q��+Z����jz�*�S`�O�Ɓ�| M�U�a�����{o���0�3g��}�(骪�5�J8��+�5O�OWU�$#��+�����Z	�J,�2Y��i�n���>Ŗ��X���p�'E!��4�l񺻜��i��	S�(�߁T��R_ʠ�̈́�$^����ŊM����O�wޯ,�cӊф惞�\I�`�T)���&IX��3��W��
Sv$F�ݸ{�e�1�fH�ț�aw�(Q �\�9u�\����O�x���7N�Ѝ�%��hۑ\W���TT۪��˻�Um�ʂ�j���r����S�-���kU-����n�E�*+g]4u�,}���뮻mf��msM����X���9�U�uu�UNGQ>+���U���UG7O���(��Y�A!��9ې�#I�%�y���\��gf<�/
��Z-H��L�HP&O���E�Z�:�3.&0B�}�H������`n�(�.�Y�2�,L�~�]��Da��x�Q�`2�:��6_u>�6��)+���{?�D�C�<���Uk��mb��~�c|T��`�ᾮ����&��
>E�7�"B����1�����;��/��� ʤ�A�$v�Bf�������Ytج�G_))P@	p�7�:�z3hfa2
������:v(�^&��m胍���ɛ�7Mi(�&�+�;��v�v��&����1��S���	{��\ر���%���W��[�7m�nYm}������5q�oqQ��ˊc���^��nBq]�dZ������CG6�\i�9I/�����`��b��}��ޥ7���5!���pa�r�H�ٰ�)
|��\����n���@s�؇Ӂf��s�޿j��Z�V��+m�#~xd���	���Iq�|Y�;$���`k�G^i[ي�F�T�X�
*�Ql�N��+����xD�Ց������-M��L���[J�� ��ϧ����},��i.F,2"B�G�щ�����0��~�Ie�O��Ö��[咛���o���}�T�a>��ľ��/���o���z>�E}ʋ�`v�z%5Q��l��ҥH��+�+��l6g���S�Ô|�B��h�8��ڱ�t}C_Ꮐ֣*�=��d�[™��M{�W�J���fw.a4��4���D�o��*��V��VA�8�sP-��Ҟ�}��A���"�
�@�"Ȥ�����t0���+|�|E�4N��Ł�ݓ1	�9��)*���Y��Ѷ����QoP��@�	�J�2��::b��?2�H���ϴ����3�Y_�n�x[��b¼�Y1-��M�ҧ���i��.�#?<���e���n��g���_�+�w,��1���?�Q�`���tt@��܁�
�w|3OQ�������ozi�/#����@ :�ۨDl���#����w��w
k�h�i��Sy�I����M�@�$�I��g�QC�3I/���Iү�RО��c����}>�\!��Б��c�k3Fʷ�׌8'�חe�d($lٷYS �hC�:Sl��i�,�ɯ�䝂�<d)r�$�S����Ib��T�^K���p�+Vu	i����A�>F�i��$��柌��t���n�_=���Pp��T
�;�(�3V�{I�D{��iEZL�I
��sҢ�c����"3�[*8#��^NG#�c�`4�cCf4q���&������E�:��r�@B��$�=��D���M�RI��'���04	�'yP^�?R���xS^�3�Ԡ��j�"�����!���p��sm�h��g8�����G41$�G>Lx���Ny8���.'R�ԇG@"�L��C�8S1�I�.u�ߣB�G�?>�����sj��6�خ0FƆ�{�1�7qD����X�SJ�Rʳ�R%F�L!sM(�~l^0�������a�v$.��X�V]�Υ��t:�J��t����1�"GЏ�e��C7�aR.#*�f�E�|[r���X�\�p���M�[�\c�3�����`�Z�*�؇q�fPW3f��!�u������6�����1SJ���rm�o��XQ�N[�1�c�_.ʁ6�a<������K�#�QGRs�7�gc7�P߀s���ޝ�to��s02z�r�����{V�{n͕�{6>]y��T�Њ�X����(�|�'��׵�h����%"� ���׫��{�i���`./Md�!����]Ђ�[�x��C9w�<�X�c�pKC�a��bP�#lm�Пur�8�/�^�W`���Mfs��(=TA��{r���\�X݃f��?8��:4�g����d��<�Pm#�4Vo-Y@PV��p	�׆9�1JȺ�C�F?��!i�&0���I��SH��H�o
7A?�U'S��C]�
7�4���O��z�C$���=*E�L��@1NfY�oȒ�:4�����#�}n,�uN���\}Za�gi���~��@S���d�&l�'�Y��p}�@�&:y�0�o�)�@���}H�U��q����Ss��G��|����@S�
��$q�Os�I�#KH�OsY�d�Y/�R�����&5�@�ѩ�Ff����k.�`����G뺦��Ÿ~%�0iB�7}�y����1_��w�lᆬ��q�_�M��R�uŐ���p�t�����{��JH��E�2#�f�,��t��D%Q}�:�0�Z`�1��
b������W6K�+���b�d�
f��e�+7�r�JLZ+S�!�}w�P�3�wi-V�6�u���o�+6�]�
�`W��d�d)���P��L �#,{yi��*�+��ӕђ�����	g,cʺ9^V'��0Y�2����[��g�?��)M�������~0�9?8�21�����^:3y��+�|�W�#�ܻ�oط��
���{^GǼ�?]�M��=p��K�W
B��K�捋fljh9i\��	���ȜE��Κ�Ι�v���ÿ+~긇���}�$���9�3&�E�4ɹDR�u$���c���<�a!�;���Ă��Ȃ!ŕ�1/嗋X�v��`�t�K��e�K@H���2؅�Ѐ�8�6T��jLeˍ4�T�,�	.��7:́�b���x�*GASt�=����I��,�"���G^H�Pu�e��PCn��A�	�G���W�fD#��OR~^�e����*��\�����NY���LW|i��=��<��ѵh�ώ~<�h��o��Btt��U��]Ns5x�O��|�2�lm�6h��ݎ]7;��S���.���i����ZU��\W9�?�[��ڜ���Uj��u��rl��!�.������D߄I����D1
�'�G�W�<�Qf���BŒ��*1S8�)�Z:!
)QH
��I„Zu#��v���Ro�o������ 5��\G��zx��dT�f17e�E�X����\9�ZAm�vP����{�Lj�	
��t8/��Ҩ���9��ӥ��%���}�����	�{��_�<`F��=�2!���1��������ʔ��ۢ�n�|�����o	v&F��H�/�~�_�:$���n��Q��$�ǟ%�~��:���٩2j��2�A���l0�l�Z3�q�єɢGĉ�k&b
����i[���cu<~��x����sE��U@}�Mt��nZ4�01yS�Z��&�l�^}o�_l
Ev�k�����`�oM���M��`�7-�����҈����lXd�m��)\Ԩ�HA�q�j+o	�ƥM�,Zq�O��,�eT-5�ڂ�C���$���(*��9l�R�:��j���j:��+�=����ҟ��F���k�*WE���pIk�� Y�j.8��J�
����
:S�5��G^М��F���m���.䜼����CcT��@��%������kKH.!�%
��ud�)�kAA�T��1��x�7�*�\�y��p���g�
*����5�U�ftL���1���ń��Zm�I���j42`���W�Y��c�D1��_��-����D�w���|㟥lS�2�4�B���a"
�OR��z#2���(Klq�h\X�*I��_-�4V�.��7&޹kxp�����1��*{cG�I�	0��ݻ�
�q���M�e�O>Y��c��
O���*Eu�DmO[,���	�f<�a�#$�K�0w �>�s�	�6�W�X�����6�����b%���֢Bۇ�ߕ"l?Y�k�Z��&��|�l�
��!��\I�8�����
�|��`�&��1���1�P�/��IK)����){@'ZY�hv�&��g�
@6`�	wE�&yI���IJ9D�I=A���b̚�|�/����H���u<��R	禓���̘*���Y.�F�E���vP�ߡ��<�ݓg�Z�E��=tL�T�"&ǣ2=��"��ǾG
GL `D݋g�9��X�F��Me������
8�~ErnE�F�*�Mlu|BWY�Bv���i��J~{��^*/m��*X\�wt��˥e���R,k��T��$�ӈ�� �t�R��6j����<ڭ�'������E6���ZhP��q;��q>D���@&� ��찇��NQz�^�~y�
��@^,,�Q��`q�q__X(.l�{^��/�/T8 �c�#*b�i����&�O���a�S�	�l"y�$�&̲D�s7P�u��
=j\.Qܑ?�҆���|r���z�4�ʻ�}��ǃ��u�fůs���fB�Q���B���Ev^M9�4�$?��8<�"<.��L��3�j��L(L5��FV��w߽wpf.p©��M�n�c^��8(Uν>�n�.K�e���y�@��{SF׆�{�`�|���73���7K��ݒ�pȕHd��Q"�p�(@dY��T
c�T�YKKJ�+�V�O�wd�C$Zѧ�tH��ο����n� ���w��?�&i��G,���
蛙�������|шD�>y��A�-@K��#��L����җ|sĩ�i@3@g�M��/<�X��6t��\��_���e���y�̺�q�*�������+j�/������2�����<y?�1!�Ak(���+����݅b�������	��K�Ev��_��X���V�!���{Q�:�_���׍��u�{Zf��u�>�+&�Z=�9s��{�]	F�l�Ǝp7�@��Ŭ�7G��/Ð"�^9M��4%?�}e�%C�i*�fFi�i�&8{L�?�p���G[m�����Xګ`d�l�'k��&���cb5n����cd`A0g�	-������X
R��Y�<��z�ŽU-���̞w�'�
v�8�
j�BX���V�����>�ג�k5`Y�TT�j���,O�Ƨ.
�f�ء�6;*;��Z�dNywM���"��0ԈKՒ4D=#���eL�p�E�H�6_�-�8��(�u��wʫ���%S���$��#0��z�ޓ���d%NQ��o�c�[:��@~ƹOq���S>P����䬕�}Ǐ�{�"�f+�wm�3;�a�8Z�x����
9�a>�n
���
f�|��}�X���<C�;�>�ϓѸ?G�c�"[yg�����g�Y�Q�@z䛒��K=�"�aU5v�:t��o�p
��I+<I~��}���*���2�E�$�Ď�K��ڿmO�l(4��{��_ծ8��L^�6�i��4��K/���Œm��9]��e`T�%*��������~�?"bH�)Ԣhr9�>���'���	/N����AO٠#HzK/� �]^z� 1Q�8��0�)�]��h"� ��+�_Ta�U8�i�cm<����ǥe�}�d���@ų���Ac`h9�NQ�S&�ݫ�M���XK���X�~�����JЃ͠�X��)��=Pԯu<�u�LU���A���i>M�7�:u��&�e�V�b�{��u+9���de�n���W���jdS���X	6>�A8ozt�+�$�5�Fv��_��iN�&,�����>�V�2��
���7>��#_f�
0Z�Ҭ�`>�&$+H
кe���H�!oڇ����և�h���N�+?����]����¿�0Ck~��\�,���������?0evg�φ����
�cuH��`�s$%��C_�V���@D��b��Q���R���Uͫ�YA��$|E���{Z|u���a�ޡU���_C�Sn�n"�k� ���ǥ�ES��ʇ�8��A<��vQ �#��\�W)WI0���#F`�w�i~m�!F���Q�R^�ȥ��H#�|ap�m� �#���gaH���F�A�>�
2}桫��j����>��M_d���d2���/��?�(�J�t5X�O�wN���n�
���r>-�|<��+��> ��z?=y
W~>����<����W䯀������\0�gj[�y��c~޷��CՀC��C��<�9O�E2VnK+�g�j�2*��j�~�y�\'oޱL+0+1{��iu�W7*�v���o�ܨ��U�j�Fc=��|LƦ�~�߮��e����˴P9i�̫���ˉ�~��d�
9y��r }�u���f�**�?��8��?'a"U�[/�͑zyU�@��ʙ�p��y=�K��.��۳�H+9�ې�3۽��R�NgQ l�]�}g+D�d���3E�
d�٠�C|=����"�猖���D�$����1���K��/%���c�io&5�O���p�F��r���r��re�+��9�Sn*���Y�L�I�D�#�#�@	fq �패����a�#���'��b��}=�I�\̮��'�
Z�h|,=��:=(��T"����)F`E�E��V��j��,���Q��|�FQ��_�/���a��|2�r�K�bIx�X��^��b����I�&��$J�t2(i��]�NE�Wؗ�,�ޥ���x�V��c�m�pF&+a�)
�����z؇d�=�>���>1F_9�=�!��~S��`�����;{�L��|c���pn|U�^;�-�.�߄�m���"��;�aX�(��Ȑ�1|Y�Yz�_-�^U��{����3�u��!��C+Hn9��d>�)Ȯ�˵�U�I�ͧ@E�$*}���*�~�� V���9�_��X��AW6��Я5�D�T��@BlE��M��+��Ք��d0X�v������mRf�Fu%�T��c^�*-q�)tS9岠G�)A�o�jYJ����}A�8�I}J�J�e��<Y�s�����\�����X&Z��?�kUY�Q2�*�?���q�C#�M}�;�x�~Z�T2#�h�n���o	��Q���E�^y =@'��\�]��ce}�溞z�F|�`ė��з)���芛����/�����%�g��@Y@�k�K��ӟ*
�E����{R"��p>�r(��Z`Y~Ir��Ximf�)~�U�(�0�$���(���@z)��p�_\zv�Ow�^�9;]�W��U����5�c(?	z���?ܶ�g��'�h��N�rG]u����a���!z�"�!�`4y��p
�A72E{�\G9 �T2	f��t�B��IQ�
W���sxn�R��P>�#G����\(:�4Q�S�R
��7�~�F��9�����r����@ ��:b�Q&e�P�3��R�N�ZD�%&J ��~�2�{�@1H��r�X��/�SV�18c����Y�Ϸ����w�5��m��4�����y�� �/T�4"9�	|�O��"u(�M�(�֍�nb.e1�"���r%��	�ӆ���ڠg��t� }*�ݶ7�DH��B�lg�]��rt9m72��Z�.��T�6ku��u�N������^�=���Œ�B��a�F�_�l���cY����@2n6J
�Ea� �(z��6���i��d0[\����Ioھ�fЅ�<����j���W��}�q�G��9�aM�\WWr�!���(�^�k���=s��F��-멜�jH ��NQ���k��p�è�],/�?��nM��b=�Z��dy׻�p�Q�/{B5T�)�~�+�������0�c�ы�[�p��kM��[��J%����~uD.7Jwuw��:�l���{��ٻ<��X�rf��qU���bÆ�f��fkL��v�[����R�^U��O
���[>p=�[�amEeĉ�u�B=\��,�UX�簙ŀ�b\CӴq��<�a��23'Z����@�cA��"�H��Qj��H}g{�;k�����*Sp�
g���Y&���3����֚������J��K�V~c}l�w�]�O���h���p�h�}Rm9������x�q��fQ4���j��sD��,/�yQ�e�H@
���ʋ�u_@�WaJ��M9j1�2R_%�F�j$��l�g��P� 1���l#�L�щ��t�JA�8�g��,:�F�ջ����-�
�&
��|Q�5Jp��l兡��Ep�d,��$c� Η��Q~�(�����QOtu��1WJ~ɲ�1��dSʨ�H{�pTWؘ~I~|K,y�x�D��[C�K�.��.y��?ґ
��}� ��i(�v
�h{�R@�[u1)�s�"�>�� 倢#Ҥ��Za����͍�t��a[;Ogxl����Ll��{�]W&�#3�l�����w��G��O܏�z���a�5xs�bV�3�w�g�ug��=N~%8w��o���%q���1c>(G�3��J&�i�J��t�X2�E�4}��	{ѯ���D�VV��"���o�N��`4���~[�b���1BM%�CvL|"0�-��m�}Fq$Y"��;(:j�ш-��P=4]W�	im+�w�ԀvZ9�Z���ی|d涋���]v�8Uz�xc����]�N�n�Sz묝�-'<S����hC5�j<Ҕ������	<��X�*��]����r��j;sjQ��Sp��{�~5�7���������A�ǀf
f��
|�:�54=hGq���A�%�xIl�w�J�`ޔ�Pv�,��K�7�E��oA��������瑽o)�n��6u�,T~x���.��{�>{=��.t������(F������~>WZ�Y��fu3 �����i7�Q�K���T��
�h2
SF}R&�U���*�0����,	6�1*a��p������2Հ���:��:�A/��J\���`�����`�A�I��_/�q�ZΤ��oޒ�W��z������]����aГ�2KV�@o��/��,h�Z�[��8��F�CwЗ�<�����O~��p���z���7Q3�;��{��a��N�
�j�i�Z�C��1�j��v���WqӰ^�@ub��w���+#!δƮ2��_Y��~�t�$ّI�)�s�";�g�Z�A���Ie���ߔ���Z��=F���a�V�;vk��u��v�f��e��[���ϳ��}�{���X�O��V���`^B5�	�����5յvv�NN�y�J���>���)�M�`h�3�ͮ��sw�����׈�sR����7mKWl�Xu���8wN�Y�o����k׬?��޲<�;Y��(6.x&��U�8����ǹՓ��9�G��̯�/��!��?��C#��F�l�ndB]�]�y����u?��y;��x��m/1HB�
D_���A//Q!�;t�B�!�Ll���
1�q]e������e%]���/��+�
�8{k:|�K��V�U�Y�3i�$���a�m�b�A���l�]�V��j�oin���ݮr�.xIA�-��>�9X�h�J����f�3�U��Va�����1s�8�ٗ7R��mD��C�1�/Th��&���Dc5��[O���`�L�o�F�E�
�&_ug�K��y��%�:jz�%!W`׌��O�t�\�hԆMKMgZ"��
H{<ܲh���䂥3BNOsim�M�6W�˂͢oab��x�+@��]�&m
6����b��Z��ؑʩ�������;�G�_^��W�"Z-�F��E�/�.�[X�Ge��#^e�Y3,1h@$N�E `���u�:�i��4jA���y	:�
~�%���|8@�0mLtJ<����,�a �Z��Z�Qx7Y�fK��'�_�6��=�i��V;h�
���vo�8?i�;ZWd��u�.�;9 _�H@���X~��w��+*&�V݄�0����Ƴ�G�3y�&��|�����fsGj�lO��8�vN����_��Z�?��dy1������BK��:��87����+��UZf{R[$��Ґ��&w(T��5!�����=��.M�dnEk2�M�=2�������M��t,u�������E��F�q7�-�_���	���h��᢯��!���ZE�S�Q=��w�"���6�x���o�גyyQ�;�����aZ@dԋ�c�?ڭ%�<�%]C��^�%=Dhtw��2}O�g�����+a����9g�5ԸA~i�j�]���i�Xc�Ǵ�Xm��ŕ�c-��
kU�����¢�HQ���.aQ��i�Ӎ��.�nz
~L�C������}S������Paa��#Tf-��V5K-�=��?����QU�qx������l��#_X��,��U{/�~|<�k��J&-\7+�gC��ۭ��֤IoMN/�t[S7g�q�M�>�i�j�Q����?�iځu��o'?<]�~��d�l���p@����`��K�ys�MI8�p��j���
�2�2 �A8_��;�ͪKp�A�u|Q�_���_�n�Ng���)!(��N��iU~�[�^��T	V�mCg��-V���祯�̌���$e�E�z� �h΁���v@�ba��p�(��[�Ӣ���~^�՘�)��8oy�#�k��m�>-��<n�~�"5
>��
�����`,�g�0�}�`���O��1k(O1�F�N��/�2���+l�ESs����_��*3	��- D��[�H�
|$>�h��^���zN
�R �%� x�N!�+ސ�_SR���C�Ap��4X�e��tf��+XO\7��뮋/F�ä�hZ�,����:o��EJ���R�b[���hX`l�� �@��6�)��?��l�lG���z��0=,�E��l�#;��B�cY�[�7�?�6��s��>��9=����1���,�	���?䟃"z��s��`<�h\������Ȥ��?,�/gyLI��h�k��������h��6�ҋ��;��^׮}|���GioH'a��n��C���ҧvѻ���KN�u�����u9/�m��Br��h��S�����ڱ��t���b9���y�97�e�4��O�1�
�ĺb�.y�p����vY�&�k�[�j��_8��ӟ�籺��\$�����%i�2NC;q��*O��<$����~J>o�Iz�wm"8#�e"���L�
�:R�4p�E�\t�#����)_�����/�9�^�\�-��}�\��_���r9*G��B��pH~}>���jƊO�f/a�A���l�}ع0�3��wW��r�KDoSB﹄E�;N#iQ"�H���������܅ :��3�3#^�b��Z�=.*�t�7
/�l�N3�/]��#�Ԋ�����Yo�������d�/���2'a-�r�a|�ƙ�p�g+�}C��2ٌ,��KK��K<���]`�m�f�k��Z�̱��&ˆ-�NZ��hn�;������]�-_T���Dך�N�jڢ��������n����NO]�eOȽ�P4�]��}i�CS]��I_%VuY[	��4d�oD:9a�*�X����P}	�3��FU�.
����!n��S`9^ik��3XWG	��sJ�Ayx�4͢}}4�WN��Ik{��+B�6c����[���z=k�K���L�w|���c�\k)��[�����#��^�
'�?�'����xP:̚wky�ݺ^t�Z&�gX�^��Z<4�\k�r|�Ur�H�`��4͇��>�pk�lw�*iB�U����
~�u��㪗K�:�_�m-\b��l@jG�C��1`�Y�����*IbQԟ ��X=��G��,�=�i�[:�[Y�3�
fȏ���g��Y����\���.۸����EC铞���|;�� FS[�Z|Q�Ё>	��Y�`�-tSkESI]��S�q
`�k:��/�mդ���7�);p��s�k~&�*�.(�O^ް�o���P�T�Q�1j�}l�~e6�w댂N�è�ZU�@����N�fIb��b0�SB�4��T�V���q5H������`9�;Xed$i�8p3!3@7��f�%�St��3�����w(�<�K0�Pp`�3V
��2���zO�.==��pF�
^���NA�_�@Y�ͨ=C$�QU簰��0�J�Xf'��
2ܪ
ѝ�jg7��]��Y�`B��ّ�o�~��S��+W���cy]ݬ���E��X,�NO����3a���^�����A���P�h�,�|ы�Ζ���b����
�h3�����\�(`	Z����?J/�\rh;v�bz�rX	�+}.��w}��H�7�1��u+���2�"Itҁ(�6F�'Fݲ�,�tnʒT�`u�,.���Zb�z��Z��p�8O��è������{�v�ch���iAs33+Q9�yA���f0�*�!9�*y��`䧮x{�T�h�a|�����)r�(��h.��77���5K�U�?�?+��*x+�1���/�/5�a_Y�>��7f�*ojB�(���%�&�4H��� x*L�T��B<��q����J7����;x��Ē��B1u9�hԏ���0��P7����@š!O��v���)��c?���p��Y"��h��#^��ކV�!ю��@JI�+��h��
X�jȏ3n�A�V�p���Z�C�/��LU�:4�q�aE�aa. `�M���1�8�@���
�a�)�p#`�DIq�hފ�����ո>I��P���!`6���N$Or[�F�Y��-�a�Mz-�J�RƤsjh�6��4��2@ =?��4
y��i�o�O.6��&�@��ƪ��8
g/��"�*,v�h��_�.�@k�u��-X�+v�&��N����8,s{Y����k���UCӂ�����v#���tᬘ�Vf����(:fi �46/9�����-e�h�t�GS&T�#h����*zD��l�B��J@���]���BZG�z���ղ��2Q�\g�9��Fc��6i�,
�2�F���V;䝎�+�	�(��
���S�@�VL)�ݛ�%�NV�
�:a���E���(B�?M�����'8��iѪ�p|G��A����5A{�z�```]wxB���a��U��&$n�unw�/�E��!�l�t�g�6�tF���^���`r��� ΀vM����s��²=j_��/ʷ�NS��\������ֶ���B�rgU��X4��9��m�_C{������3	�Sj�Қ=&�@�
h(6UCZ�E���J�`p��j&=�`�Z��JBsŌ� 	�aLfɤe��e����2�[��4_�6���{�A\�qڊ�
%�	k^�q��TUJ��j����Z��l��pU�Hݖ�ym��ĠWO�Y\jY`��B����x�q�z�0`�4?������1F��Q���K���n�EF��6�Ȏz2zK�����g,z�B�y|�Dk`t���鳲��T�9
v��C�h�
�h��nB��Ӻi~��l/�t�kc�k�6�x֮r(r��X�c�7�L)��D���ElP���{��W(@�*��M1G<n�I��Dz�@y�]E�R���U�l��ct(��,�P��X�
/�� �|���;�a�P_EF�VP�a�ae+!4�n�sE���Zl^���a������BAF\w�ER^PE��֯��x��?Фg=�M׬K�N�9���}h���wO*��%3&w4G�=��#�|%g�������e�pч�߶�C0�7��7�7}�\����B��u�J?z�5)�l��}

���2։����4��~��r�T��s'Gj=��{���!��-�[���;J+T��8�4���a�(�	E�=��n\4���SX&��w��T��6=�ӑ�������Yvo���욲ڢ��?���������y�<��Fs��X�ޫ��p�<o6�,3�>�3Q_\Uܶ��eIsP(���p�[Y�m�\zip�G>�6o|��v��ݫ�ȃx���Hwx�IJ�Q$�*c�|�ZBSʳr����_�	��t���B[��Q́����F��&��F��D�Ǧ���ݵ>�F�F^n�4Ļ���H��dZg03�����LE��-6tmYQ�y��[���n��[uZ�]�k�]������O-�\J�XwP4�Q��g�8�vi"3��b����N��~S��Q��K.���B.S(W�����b�
��d'~L��Y��R4@�lm$�����/����kmȕ�X�_51�
i���sQ�����u ��Pf���������`�>y�It��/�&N��K4���G��K�� �a��t�=��K��2��A≫
���l�6��Q����K'�?���
�ݛ�R:!+<y=C�HIޔ��-}P&��{�&�Z��{�aV� ꒡p(�j��쎒�,7[��K�8K��J�-�UY�̢̧�=���b�WJK��U�3�~�cD�/�fO�~ԉW�aj[A
+8�-$1�,q��'�3�A�#��	�<��a�#��Φ��Χ�ܶDـ��Y~�h��yu���&����a��?�e3(A'A��Z��qP�N��$��n�6Q�#�n������,�t:3��aM�7���,�U��Y�ut�l���������Q��x\��GF�HmI�cԡN��IC|`�a"�3��꟔_~��ק��l�A4_��˗
܎)f���[*,�o��C'o8��q��	�M���}�����ѵ�~�ʿv�
o�8^��q�g������"b�P�`�q)զ]�z0s�o���ؖD�\���3'��`�P������‚�p8���T?�æ����"���n%�����W���bPI��%���b���zB���7%I��/���ĕ㓑5�M��)k�S�h�ˍ
��1)T'���Iu!�؀K��N>t�³�BGw���$Iz�5��08�;6
o��b��-��b!�B�6�� uٳϢ��)
�)�e�g���K�Y@��\͍4�VB���}��f�$��9�z��x+C�#�…{
�i������<�A���ǜ�J=żT�g�յ4�k�B�(g�j�t7Lp�:�d<È��So^�,��齺��S
v�5k�u&sQ����9Q�c��s�F�l��ǜ��-�	�EЈ���`s5�Dr�Yu����o{���wi�g�����a��m��j
`��I���hf܄v�SWzM?�6�YNB�&C�m�
����@S���Y:�h�k�]һ 0��b_c�␾�_]����|Ik�:�dMZ��#�kv:�##^55�ZO]��ƬN�gc�D��#���5XJx��b<VDz/ql��v�:�Nk�(�>[�ZBPCcH�TT� 9F�Xe�*:��~g��b��m�Q(�-��D�6n�]]}�o�
�#�˧�Q������A������?�����W&��M�d8��qW�������а�cۼIS�@�.js�1����/����1����������
��9�l\>�$��6��e��b��/_�S�f��'�{n�,8>;�l�����O��0�0-q�`@�6��m5
zԡ���wգ��2���ӝ�X㬞�V�K�u�y�cRT��9��|�b��$�O�m���k��Ǥ�%�̣��bgD�ܣ/<�/��_ʷ�_}�~P�D�x5�(�߿|��o��m��C�٫��g��ߤ�俾�
�F~VY�C��N$�m�k/4U9�'(h, 6�q�p��i�ĢU,�i8hx�k#��9�dwz-�]�|V�ٲY>��rI�@�ڒ���\0׷�˷�D]�}JNJ9���W.h���,cи���	�H��%,g5<R���آ�t�p���,G-�޽c�5�'��Z���)��>���Px� j��̭�fvU\�hH[��m�\h��5��՘�;;9�i�6_�Q��}֢��c&���;ڢ���1��9-}>�W��Ab�
�.c)�In%�UD���>��,�/h�021�:�AJ1{+��������[�{��q��`�)���~�jo��cG����j��1iL�	�b�*�i�dS!2}���5c�����a2�Z��l��d��iˊ9KqsT��ɴ�;;��afT��U>���%�+k��b���GY���jQ��,VC�j)�[eP�����G<����\�x�՞[�]�jt=�~'}�����6*�#A�8����ϭT�2�
�X���bK��p��D�Z�(�����׷���e�!�?�����x�2�K-_ȥ� �5‚���Ap���~Uj�,{��?���?�Z/���g�o�~�ڒ�����[
"m�'N:����L�a:����h�x�>�,j�Q����
�8�;Ѡ;�_�+B��U�����۴�}���K�Pkj6u���O{�{�i�I=
�?��s~����^�X����@����,h*�*#���Q԰��Q��3aXHp)Brk�$,1J=�$�����_ߥ9���$�t�0��us0�(L�L>��(�U�3'�)˲��X�|bk�{.�$�#��{��b�*��M
3R*���V��.+��r?Q~{���3F���O��]��j\��x�	�_�b}�*JpPh���=�->"�WT������>��#��БZ: a�^�a"�/�9��$����3yɘH�y����❕�;�/)��������a��Pp-��YVt�E�z�����k;K�KC�m�?���9��i�N_u"��iS���"b��Pɦ��˿	��w:�W(x�7��(c�غ��D��d��b
Q�"!�2��4�:��n�H��%Ux;�R<�4�~�:w�C��������r\3��������2;^q���]��9�;�ʉ��4�q���6{��;���������-g����*����{���t�G�w�GUe��{�{�7�f��'3���N���zh�w	 ahb��(Qv,(�Y�ZP��ς����� s���L�t?��?0���}��s�9�eq�r��>��rt<�gn)�Ȼ=!^�?TG/�J�鹠b��{5ق&�:"@�vd_Ү�C���i�I��M��@%����})6��~Z�s��yi��
�&��zåU���C�C��-F����
���uMΜ�|�:��AY���A)j!�ff���íYKl���dD��x��y8��%
�,�̓��Tj1E�xB!�D?A���Ax'�?���ą�h≩}�7��5[���X	����� ^n�T�?��A��M�����JY��δ��
rx5Ͽ9l�R'�5�����Ӹ,�\0���b�<��0J���$�0�6tϥ�Ly���+��@��۷���!�A'���+>A/����;w��S��@ʇ*���]N���r J=�R��ҵ�Ԟg�u�H(-�]�R���R�$l^����}��{���n�"<̩'��T]���Gh=�:6�'cğ0J��1�HC1��T��O�k��0�q�)�}F?H}wÊہ�
�4i؟�q�O�m�'���ێj��%#��=k3:��)%���ї�¾�袺�s�ql&�{��d��ܑ�xMJf�W8�O�
	��
%E��T
��O�'%�_�I�h�N��$t�Ϛ"������58>��s�dO2~�$��3џ�~�烌V�JLL��L�dR��Jj�ˡ\����䰼�N1=f21]8��GЋ���A���R�yã�[f��
��j�S�G����Z3GZ ]����&�D��� �g`6Ko��$XL��	����ZU�}xRy$��f��s�w�,��J���6�ؐ�R(���K |�F��K�dU����X�:4��r��i�8���Je�~Y�h���O!y�΢��R>�z�Vt��UG��V���w�<�����0v��&���7TG����8����Vl����Ƣ!;�^�8O�W/�&H#LD90((ѓ���?
�a��)A�m�!�L<|ئ���%\��ÌL4⏕`n�?`�������V�Wk���h��b�+i�Ś��b�%8t�i���5���@�/th��$�pK�套��s�����G�X����h%��bɻ�b�/u�5K:����`��Ěc�bֈ^�:Mžr�ݹ��׶gY5e�\pA:K#xs"��N�t;�f
d����B�C	3�v���Dk��/���U��1��ղ9GsX-B�����C<��27ǽ�� �M�.E�guL�͋\y��Y6��{�Zbu��y���E�5%���.wA�P3}�S�nc�e����z�5�2�QYͫx`�բ*'/Η���C�i�~��E�'`ciE�*������&9��ҞKA��#��
�\���:+/�c)q!�r�^=�{�p�n7�\ݱdq;������z������kڗ,\�Ր9�N.�N�[�EZ4��w^/<4�z29愘�+GU�=��0R=��9��#}�^�)t�r�����grt:��".����^Q~;���3�ʪr�mNEE�@~��}P�f\t�z���Mբ�I�`/81iS���N��M�PV�v�<_aO�6)��h��N�v�9dy�X�O�JA�1�`S�N�F�0d
���7�����`z�$�
8g0:�a�ї
���Z\f0<\o�����qg�~1�?8`|�l�"�[��nb�1 �Mys���B�'F~���Zb�vGN���u_f�͉�k�E�/���˚�>����6��D٘����HN �T1P>G��O��6g��\��=������WNe��qo�t#u�z�:J�O���'�)�%��A]4Q�WC���MR�&
�$%�j��¢
�7�Hl�%�Gm�P�P�F� ���@9sBM�\���+�,u�`4c�NZ#�,�U̥����.a�L��Q<4I&ũ1��@��aWN�]��P9�h�^^�=T0}�\��$y����'�Ѿ�Y!�aE�D��*��n�Ĉ\n�E���*���e����S���4Op����D��1���K��r�2B��}���qj���1�Ʀ/T���
7�8K�YY&�駵��l�W�S�J9�=�4OG�:�ٝf+\����*Z8�N�ʢ�g^�@��$�|%�-ϦWH�M��VLR:/Q�J�h{8�s*dX�J�5`��j�[p��k��&UY��b���d`l�&��L�S�Tr��@���t�ڞ�)�{i�E���ڲ��Z�w�:��0Th���	&�!̀\��V`)��;^��L1�C�|]ߢ����r.-��8��e�u�J�|�W>R���N��r �8x�A���#��b�+�<���SfL�M�6�e-��
!��d#_��Ԛ�Q&��q����qPB�k����A��(#Zq�Ɨ!���Jp��l"�1ײ�kI�ZV��p@�?-�=6�S��s���,��e:3���eZ5���R9+7�N�9��In�ۇםX��gCSٮ嫳lmu�
��,�3��m�9z��O�PEǰ�B^��r�������F&B^m�c� �r�4�s�ͅj�\�g1H9T1rFBC�Z��0JPh��w����an��]b�յ�P5��ނ�G���n��W��g��k�uʥC��?■�ͮ��|��@�-^%;��x>�@5e�yA�U�9��54mƄ�Wbp�\!,�G��hD"��	3!�
鄛HT\�6H8�`9L�E5t�V�\�)���{`��{����
ꔻ�@`N�����{��9�瞞ݷ�v5�ٛ:W�nY�u?={���%�1�4*ve\{z�?gm��e&��b+hP��9B��{�
O�Q,m��ճ�U[`l�\5zH�ṽu�=���`��zr�������X
~�UӚ
�gv�^5y�#�Q(2'}CW��Ks륊�O6��7�Րo6k��C��D��&PS���<�J�N��,\ՅDe�PZC1$ӡ� *r���1ѽ�c�ȅOQe�4}�TB��%"�9:���v̀��OHn! ˆ�"B]b���	��PIH'h�$tl$gup;0y�\#��0�¸iI�q�Z����!����-z9$Ey�(�WȬi�����*/c�[4��\6����P��u𹚫��H53�g=>㯳�X�N�o�Q�5���\�8<��O�n�����}�թN��h
f ft+x��2�����mS4���8�vו2�
)ѻ����$:(��Z�1��F������bpB�2k��Yc�ÐQ+Ꮏ�n�#�4w��ݩ�/��+�kO�T=�#�ʶN��=;��3��3�Q�
@&.֯ɗ/�oD�{����L��=a���M�M=I�����;�eχ,'���d<�FO�c�J��wy^��@��L�{��i׼���ɥa��r�q�SY��<�.��'\�J2���+��]>(E��5�^B�K�1��g��Հ�bAt������p��7o�C/�Ҳ�j8�Q��Q��ޢ>”�Y�nPj.����$Qlw�����[�Dž@>����|���rF�R�=�v�?$k�sH
�L�k꿿��
�N	�\|D g������C ]<xF�L��_�=�	�g�L/ۅGI��^�TGd�e!�ɐ�2e���Ӻu�}��9�qt�t�;�GT�{����Z�DIA���I�ɓ��'�n���L�S���h��|�	_D_1 ���FO,*������4&0�4�	�aDr
�g�ส����غ��7��eS�pW-���5���_�ԧ���m0�j\�rM+9�3ZG5mj!&\9�m�ޡ�xK�X��E{��W,�����҂*��s��1�\~�m~e�-K�q�ޥsV�7�]�����E��,�/p���ț������g��K��C����S���u߮���׿�{]��^�>�ݭ�~wS$cw��T<б�|�"QDRMc����jI�d*Y�N5����~w��Q�Hպ�A�k�3��`�$0	��t1B�(_�%�Z��U�h*\��Tz�R׋Py��Rя�9�h����`A����s�d�Ӭb ��ဟRX|�
N�j��hZ��; �'���h0{*�A��Z+�ehȦ��`�<����r�����^P����Hm˄V���}��T��WkO��' �#gm��k�O���W.���Q���ZQ����{�p������=4A6
Ҙ‹B�3?��#9���Db%>O�Cxu�'@<�����>W�8���-{�j��>���9أW�9�.Yz&�o����m�C}�s�1��e5�\Z<rI�)u+�Z�ǹ�/���M�7��/o���Թ���}蹡���Ѱn��YV
[3�ܖ����L�����\�����[ 
�/�)UC���2�x���&�#fz�QJŽ�m`ݲ�k燚G�>|犩��]�C�-`���.��*����
�4�5��K��}_.]|[NIw��z�������d��6?rp����%�K끼5�kq��Ag�Z �3�g!B��E	��R�Ǖ�>C�l)I���]{�k�m;���sZ���=-�C��s�[����֯{l���|~󪧭�[�OV�ƀ�#@��I�k�<��I�{wKk�[�V�?Z�����E?��oxtϥ��A�� E?P��R�>
Tk	�l�R"7(�/��C��m�Ue�@$��8��} ��,�	a�[ҳxq�^�Q:�ZRP��j�Vu�t��%n�2�f9��ر]7�~,�U�����n�6c�6:�g���ѫ����+-.?�M�&��fv߱����s#zV�wq:꙱m۫۷��c$_�g)��O&�&�\@�b�d�3�4�n�'B�X̡�<i �!�h%�D�ĩY.�St A��8��Mt���x�+8�����P3��M3�� '�
�F�<�,�o���w���R����dž����Wd)����+L����Ӥ����>����1�R�;�q�"��LN�,`/m�O䔰m�8���F0�V���\6&�������yhM&��t�3J0��`���g�����@���5��zzX�—#�Ն1�o�ԠRڮ�T�}�V*�y���p-����"D$ן2�pԓ1 �8��G����0��7O��y#��xh��(���������>
��M�s�wL��iw��:&m�H����)�yi�*F)�I�$q�����K��wN^�~2��I�����6JU`>�u���<����I{�2��Yp���)\֤M}��$/p��3�7��`r�$����k�㹗8AȬ�UP��L`��}�QLda��~��TW�l�i	�f�Gџ0Q"�쉠
E��oE�V���-ȃ�Ǘ�1I`�|�؁����%Aݶ�����8���C���D�À��H�R��.L4I���f��N�H�Ry����K3�{>0P5m��h��9v��y����ռ��%��M��|Vεz0�cQ[}��У��cvg��-�����3���盲��^Y��)��Vؿ�娢V�ԳV��B��a�\��Α���.ї-�&<���_6��0�¡��0z�̈���B�@�}
��0�g�I=�FS]�+(��]`��\x�����\J��
K<�WRC�Q�4j:�s�ۨ�ۨ�T/�.�Ez����Gq3���h�9�< Fv��Ķ7a&�8�P����3���(���e�ӊ;8�sd���g$�"ٔ�0&FD��2@�l��D�i�az��s�B�x�_�o�:�@	B
Z�IH�\�V��Jf9
�J����\!��2ٙ/��:T��٠Tf6ˤ�v�jUȡ���f3T��F������ �����(��KZN>��R�q�bN3�8��ʔ�ʗ5
f	�j�A3]�֚�@�Z��Oj�M$%��RN
�Y���[�w��z�t��e�r�Z������l�JYV�����9��q*� �N&[��5���L��[2<2?��K����l�*�}*�g?je܏�Id���?r
��`�^1�}/U�߃wyE�|k4~N�T��~��Wr�Z�@
�څ_(�Z���V���T�%��ZZ#�X�>u㲻�^Eo2˽�T����'��v�����	<Ր�*`��c�N-FK�+���P���
��W�A�v4?JScF�'�c�7���3 ���SR��Ӏ�\��Q>j2;�ⱳ�I�ܯ3s:�,([.�edW��=s
~��=; �!F�Kl*`D��ǯ���P 1�I����𿐁�I����
�Ș,a�8���p�c3X)W�W�`:�5KQy��7��j$uE��|p�M�5*`�l�h��$��J�6�R/#�������4*�8B��ݺ�ؖ���WX.m)R3�fa�-�v4�+�JP�<�g(b�v��#l.�؄�+�a���攀��³�eGw_���HXc,�@�u���-���ѫs:�f��p{����(nX8fQ����:����h�o�6���֏E��:�~�D|%�5V'���8��jK�mڿ/�ѐ�K'��oB�vNg!d��K�uK��,`�靿�����|��Zh�����Q��f$�v�,�>��%F������v��ځ���'�C7�8-6��F�
�@���6��a�Y9�_��,G�o���Чͳ%�{#Q�kA6>��oh���ͻ�㥌��d�����͟���_G����蓌���/t�k`�R�Ӎ)
��|:2r	�⯿s<�ʖ����5E躉�]���]Z�m/x�Ɯ�����O�	X�R����\�r��o�yt�X�Q]��$��^����Ӎi���ܠ���*�nR� gf�5�/C�7A5(�1���������G��u@����|,J�$�4
�DI������ID�m��x��8=9��="�zc�����q2���wНv�ȅGZ�5�5��!��_�u��*�Zm�ߴN3^#�7$��Q��LZu%!^AI1)��91�C|G�D�M��߰A7Y݌:֨�n;VB�������NRS�q%y��o|�&5ز��g��t1��cL���0�o�1Cٍe��^w�>����½!6�jf4��K��	Gzi��d�ߴ���L]���/y �r�E��F�~ӛU�Q@�߉��`��1q��Uwb���\L(�bY�����%�)�
Z��Rlҿ��˪��0-Wi�UФ�I�S��+�_!���y���]����+���r�=`�'tv7{�������}��1���{\ǃ��$
��c�ϜZ��;
�;usg,�kv۸U��߻|�oz�r��PQ�w�Gb�����
���"]lɵ\��{h7���{�‡{8ֻo=`����#�vN���_�2}N��$�sSz̙Z	6t6��@f��n:6�i�!�T��$"�W8=�����(}�mZ�x}}5hK�ż�{�8P�޾7�yƾ7�^:�8,B����7l�{�8���O<�Ĥ��lt	�j��C`�)7�a�9��J��l��6C/��?4g�Z�+q�+�Ia���Ʌ��������q&�g����w���.���yE�Z�EW~q7������K&*�/��:�;,w��oܳ����eCk��5�7��n��u��g͵�&շ��7����ڱ�f�}����?��u���P��;�o>r;��N�}�z�t�Pu]C<֘���јs�Uۧ.����
��o bo���?�7�g�W�� ,I�$Z*�!N�|˲f<s&|헪��m�����:�?������^K���g<���CB]DSX�I*᪤�hs�9!?+K��_���_�%9����@�s
Nz��O|��j������ĕ�D�������A���i���������$���ڇ��~�>��z��Qtc���+���k����x>�7n�鸧��H1���L"�b�N65�|#.h��d
�`/�0�뉚�]R�>�[�K�����R;tHdNk�Vrh�*�<;?G��j3� d4���	ьi��1;����^C�g���&c�P��S��V�9y8xqcn���蒳�ѡϷ�]�j<B��Y+��<08Һu��%3\Nk��&�,�5��E���O>^���	�閪�8�����w<:ml튵ݳGV�t*�魏�7Ϛ�q0J����g�!�=B_Sb>7L�S���*�J�&�o#�'����q��&���]+F.O��	s��!����qLCDk�tK���||<Q����~J����%�� U�Z�+P�a�8�<5xz���y�μ���ե�6�d/�6���w�Xi�<t�ۥu��o��[��Z�/w��΢��%E�e��R�?���W�� �h\��z�SWJ�}e�@��Vf7��:xW���$7)�{t�֓�Et�xr�֓�t�ʓ�]d�̪��u�[)�'o���%�C��C��Rnj��_ރoI�rL�=e8�=gLN���;�������h�($Mj��Q��\�������19���z����:�)�t�^�=�QZ�	zpƽ9c����ɶ|Z��b��dY��T� j.��h7DJ���)��2j�F��O^��d8�P��
����7lLč���1I#n��5�peZ�����.PaӤ��f��[[��me��1�+�ًÍ-�'����ŭ���+!���]x���ds�k�J?���{ӻK���բ!ő�b8c�H�d}M-�9zTg4p�ӹdLd���5�,t`V~�O{��Vͺ-yR�%�-�jO�MfsZ��2v|�u,��e4�����O��X|����CGl�����ZA�z��ĿMV$ #C�. ��F��+�&��K����#Z��(Q�T��.�
����D��U�ΐ��?8���X�vP�s�;ֆC��nj��vZ}I�
5C�<wMW�4�ć�!'
�]�qJ!g��]��K�ה�G��J}�VV�>���4c�LzbU�[���)���3K�!w����Y�޶��o������X�q��¾���é���	�[�?�b(\�5�La�乖�/{�s�a��t���q�/�Rˀ�Ɠ���/�=����V�!疕��	�r�R�|��B�DP�xt���|߳eg)����V��A"#�^A����qF��$ڻ"��d���b&B��%�+�ձ�����a�6��U���{�����n�m0�Y�o��M}4�Ғ|�y|*������I{���6�b=�}
��6d1y�ݰ��=���s�/�}q���U�|gF���OS��1�
j~��;q/^��u� 5�eZ�XnK�Dk��c`LSU���xM��֔v)#(���&:�!��PU����Ԥ:��ˮ>�eKqGe��6(ABO3�cC~�QgTh&�*�F&��ak�[:�V#U�J���5.Ugp+*�¢�*���f����=�c(ך��W����1^��4���٠.Q�K�� w�ƐetC��<�(�a,��z�B��0�������V<[M��>CwUc:�y'܃i���9�}��^<� C��08C\�OPE��^1��sZ�R5��Hvn}}n6m����p�b1,	��P	��������؊����������A�1���e�Wv5�wǽ����#
��h�#/����_]�ps3:��������u�8��i�fٟ�>�0��[�v۶�D��Y�4���a�g
�"DR�9K�v���H�R�]�S�Pŷz�Jƛ�3�в
����?X§)�V�F���1�I��o���0O����%�eœh�yw����	x������A�;�2ބ���I�>��g�vz
�_�a�p����^�i5��ҕp}��ϛwJ�9���ˉ�lԔV�4��W5q��H�>.{�C[�|_B�>�N�=�^[��r����9�^5b�U�Ιv��J��ڂ�k�|�߰8��Ng��NJh��J����,�J��A��9���*��r��D��x��0s��{P�6_WF����j��pm8Ϛl#�)k��u?���!K�́�Г��
V�{=��ӓi�3a��3�	`�F�`v�i�n`�n7�<2n���7�un�h�C�"�$T/^B��dG�#�y�Yl޼r�U 5)� ����������嘭���C�/Y�Z��,�[,�r�ͱZ����h��XqE�~D�jŗ�=�k����q�W[Y�$9.��v1r�q�j�3�܈�m7�%���q\���b�r��2:�.�G�!�D�8��<��%r�ըר�i��^��`:�X����+�r:]�<c�r6� ��yi���䜂��?D��E;�x6��@K��Ih�u���϶��aں��q�V-���6u��U;����V�3���V��Z��������G�>E
�;B4�����1zb�_h
{b��#g�¼��p9�t�(��J��8!�RY'�%��saX{�D_�!"8�d����r50�.&ʷӾ�6��ې������9�p:��X�	�q�w�3Ϡ��h��u8�e�D0�7D{ s&B�yf��th�sȤ��'�7VT����
l�L������.�/!�”��.7����5��^����FV�=.H*�^W�R�֮,_�0.�iW�]��ee+�ܸ���&��w��o]M�P��{�(a�W���80�=���p���\�����qZkք�΁���w��3�V]��"�K��f��E����J���ne��*����k��T�7�*��>q{-��ȕ*��Ln�w��WX�r��.� �ҫ�.��z���=���b6���9b��X`-���Q�
�@�w�����?qm��Ep_���|#�KW�W�%eB�3µ{ҷ��e(�K@ږ��˃K{�[@ Ǹys0df		��Q�9��)��8��{!�����p笯k.�U}�>�}�kk�׳v�@�՗.�q٥W�&���o����E�3C^?C�?�G[��۷��={b<}��a��A�� ���ui���������p�(u����iW����2JM�_+��X	���^]��"�~ǡ@�)��<��MN=�B�ó�M-�L!�mL!]�}�c@���ж���\��%��:����%K��o�`���*�*�|3�*]I˰��@��uXK	{��(|I|�~�_� hq���%� A_&A%D̠ڍ��ޠ-hCxB>�Y����3�=��8�:Y�7bzS8?%,���S���/�ҋ^$(3H�ݝ��H�
��$��#�BL�*��f@��p��O ���UF����ٳ\��@ݟ����� ��e
�
E��H����q��uA�o=���S��g���DQ.����b�&.�{���f�׋�w	Z���%��0���.7�s�?��?���~���u�?s�Ȋ�	�'D�;F�F�����El��188:����UgFͯ_6�m�0c��YV7w�U֜��'70�6L6�rh��+F�Z�|T��~����815��5ipM��V���OKZ�۲s6���ž���b����D
��K�읁;���!�f
I5k�%��f�poZNK�$p�܉���7&�x8"~����}���3c@�qL4����GK2m�
<J~))��g�y�8s_�����#���g{�œ`.��ڨ�d����"J�ϐD��1��x1"".@�P��9�~����O����QO�mUP���h��P��O����
*4�V�}]�}���JV����7�l�˸{����B5���寷I�N���].�g����[h���`����/����]�����,�lr�ƨT˛k�2y�dB��H�㍰թ��rё��
j�[�c����	��eЍ�c|��I�O����!��E#�� )����Kx���2��_��$ϳ}�S>L��5��	T�N�y���#4��I���� <1�BD��,5X
a���y���$y�R��c����T��P��YL�єP�����Z�Wfj��z�A�3��*S��Us(�go����.K�Z�!���Jڊ&A� 0���%Έ��-B:�)NゝKg��u\6��߸~��-o��_��wSg�+��g��g�C�.�f�$����]H�x�G�h�c
�n���@d���V�`����2���]z��uܸV�J�h�s��UW���+�w��,W�D���}�n���O���Ӥ т�f�}́R�j5��Nͧ��y�O8�<lH�.�6�N;@{ ��È^x]8!�D�h"=�eN��2�3�x,>
I����$�,>�扵��pB��]41����+�R���KH���)'!G��,�~%!�z��}���< A���
 ��&�d!�t2�B�	��&Jd4�1Q���4y�A�I@6d=c��2��/c����~�{V̢4�������Wwv��Ñ@������|'�]_41�z�J������qKOtT����)��j$4�+���ӎ0�K��Q�1��sm|�~2���k����<L�*3�{ �̟��t<��$E�4�ou�ఇ�.T��k��@�/n�H�9��� ׇ���̙ـ޷�`x-�m�K�.�]g�àD�C���<��'�Ap-:���bxJ��qh-,�
��Z�̀f���h7��,��8�z�	b��ҸorL@p�G�}�`)B����0g�������w�f��h"j2G/��ܓW�KhFI+Oo,WԢ�!H�:��![l�pϠ�5{�Q��i2��m�^S�W\�׀�d���}ﲚ��-%?�I����.�g�+A(�>5�oZ�DnH�����g
1���,��:/X9c^��k4y�UzK<u���L?F�+�MK�k�\*J�bN�	fS����^�)���P+n�J�Ɓ5�j��q΁�� �'$Po��aȤ������@4�3F�0F|K�1s4AsA���H4/)�\�E�%�B}��cĹ�����
y��4O�ő���Zl6�������IQ"��r��c|Ւh�	���%PL6��;I�9!�
��%�6y��d�y�H;c�E�B�N�sw�W1�3C�I�p�oz^�tf&��Ȗ�
0��	�'�p5"���ϔ�M���bĈ+�̹)�i�;�M��~����6N��)yӜ#$���7������+����a���	(���gL&^o2�ypW%���0}��O��f�+љ$�Ȟ;`�P	��G\Nk�F�h\.���qp:u6�hġy�Pm��
J���*TY�V���qz6JU*����pg:�!�Ǥ���L�&���rʥ2�>�q�j�No6�y����u�4vg(�t����N')&]�tjJC!�S�F4�!�H!C3�Ą'$O={�b���j6i���A�9C�N��@������<Rb�l\��8M�*�A�R�2H�Y@ZA��-V=o��V��������C�n�3���,�v�0��56h
���@F�QX���uj�΢�r�*{v��*�=��
�&�G��[|�����-J���̥Vg��n\=ؐ]�m��#-�� �CA�0��
D���\ dz����RӨyx&�����Y�rHa��!�Cx]�9<��!��
)�Q��q-�*A��V�eЩ���s�B@�D�'��K�@Tм"���Bj��J����|]�jN��1|ʔ�JW]��N8�v����.˫����Td����@vqMMAn0n�=�9���nz݋I<�`��v͛���w����V,]��)��}nKu��:�&~�&Z[�ωV�S�c{��V��\�<	=����
��z��h�$¾l�J�4�y�ڪ��@]��!�j��cf�I�	�۱ᚢ |��t��9q�'+�,m.C�]�m+,A�m��3�Ҷ�R�{|$举��AL��1��xs�é	�Q�oxg��A
�FQ|4d2��Z�3���7O@<��q��BF_��x��E�	`P3� �C&��	\���E�����txa4s=&����L��g���TH�^!��B�y��s�'� Ẹ���B�IO��6H8pb�t
�(AD'���h!�Lv�<&Ap;0A�+Q��D�o��@�(��IyD:�h]�9����
��"!�Nl�|X��t��j���Q#��'�cD.������L���&o�n�6]�uɼѭp�B簄,ٲu�#�R�i�xk!���=7�Ⱦ+��Eք�=~�:�r`6�f��YK��>q�z�|jP���8uMn�˦{��n�2�z$aF/�K�17~��;��D�1c��A����2�=��|�ɪ��x��\T�>�m�:��V�����b̗����o�}Y��n��[�7��}_Yj/��c
�������7N\��v�u؆-5\�ƭ�I�~�ĩ�/��,H]>|xq"�v��JϠ��
|�.(D߼��*+��੧R�\���N�?��h�p��;�$�O�UU��Ӂz�Y��������&�7uj^�c`+)��4�������U��3ұ�sX&�:��t�q�{,8�q�d>�I�M�L]��Z��
�E�M��1�V���C9eV�H꙾r�J	XE�E
�֣o_��r�Uxv��|0�'�5�#G�T�O�|x\��.��P������ި�D�K�8�ć���GK��g�d,�Xo�3.A	�5 $@���k3�7_� ��c%ByN�;I�p�M����h��Z��UT�M6��;�$��=��=<�RI��R�5�c��X6IQ��!3�;*��j����
n^��JC��C���Y���z�A�H����El��E�z@.�Y!��ᩡl�I����%�����Y�@Գ2��+���^�����D*��ԿV"���h��2-0�e򽻴2.��tKUr�]�����U��т�@�@]��������b��ҿk�5���ԥ���-�:�TB�����
�nz��҈܄�
�n"������(E�.VX��䫋\I^X�+�PM2q��2$��E��)�2����(O\"�DO}Q���
���:Z��B�"g�[?�kDQ3[]����Ь�,e�R��*��7�jw킗��Ƥ�w��FF�P^A}AA=�pQdrע�ļ�ڲ��3�3<�KZ5(�p���iE�UeR�<�Y�PSy�Emֺ���فl�[�ոD:�F�]��\�%��t��e��=���겒����nEix�ܹ}���v�de"<���j��y��Ԙ'�VB	� +�ͤ��~p���c��2�D`J[����f����^��D�^b������zw'�V[1:k6������Q8�4�W��9ii{�t�s1p΁��WKZ���9�Z��ْZ�]v�>)�w��gys&�p߷W���7�z��0	��D{�s�a�tD�����]3jA��%<A:�'���b��*CS?�s�2��"�7�;��U��Q����_|��fڂ(J�Z��7<�S�^枮���l�_Ε �C�w�0��D��_�	�f�
�ė���q����.�40�:z�89zA�ы��.с� p�&M[Ԇ�4M ��@A�����0��e2e;q��e�e#駄��()	ܭ�e�'h:]9D��.��PNު��R��O:(̺�KW�����׽#gw�j�k7
��'�7^#����~MG]i����ׁVf���P�m�-~r�r�8���5-��rx5��*���l�Y�l�g��֯^@��=q�Mx�$eq��R��d�$p���r�~c���Ӫ�O��
K��\3L�sS
lɾɷ?��o[�^�
 c��R�d�Y��q�Eh?z?�	��M�-P>���������SVW-80�{��Wt�N�B�D���[�����|�D�`��-��
�BU��0�?1�D�ɠ�X�T�Fv�K�R�8�������|dO�2i�M�A�<�xaC<��2FI��ϑ�(����
�^?K�&p�\1m�G��^����^	u�4�98�r�l�P�DŽ�Bڜ�'�����Ȑ ��N����^;��L��h�]�D5#�47�2uպ�'�u}O�����/k�[Z�5�Vk��ֺ�Ys$Ԥ��q���L8�>9
6��ز�4�O�Iw��������I~�y��~4=�:"`h��0*� �6���4`��F��)b�r���#��!�f��"G#jS1�s2�_F8���t�r}������]Fs���u9��b�W�������&S���e!��n�%~����g�!��a�����?F�D��[�&����N��תM8�!�
!P�+�:lb�mV������̯�ֶ�s�Y���[�cD󂼊%t��H�@`������u*	za-�N2T_⾗���+��Z�R���>�Y-�{���=MA�<�ɭ���;�����S�;xށ��>\�23��[�'��4�'��͝y6�d��F�[Ha��,��rTH�*��OQW/J��UZ�<�֋�p�uB�L!�LH����Q�X��P���u�%!�]��D��kա�m["��)���\0$��R.w��`б�s�Z"e�bEVŸ�]�ӭ��(���8�&t���{�+s�^7{lyEN����K�5c�5�*���.J���`s�����Z�ϙmW�'|�������/w��;.��Ѯ�����x�`�m����i3._�#�����,�9�bn�Vw�~�6�(���b#0֟��d�D�0T�پ�0)�H�-^�L��*K��l�D?t�0̹�Ep�|��e,��u��O
�=���k�v�g8b#+�6��B��'G�|b�Lzp�ӓ�ʜ%���?����ϔ�O�����3�<?'����R@�F��;
K�9m�8�T�ȶ��M�bHq�S3��'_b�,l�ಹ��_a�R>��1d�~r������Q�|ϻ~���!*L�G�Z<�C-�%<
2ɴ�x��X�n��W��<{�;dmKQ�U�&!h9W!s�Dߣ7��#�w_@�'��|�Ļ����_�������o����P����F����>�K��*��5D"ђ��b2x8��@������
Yx
�">�!���~�S�&�����J��Z4O���>ˑ�!��ټ��;�֗�� eM�kd�#�+���M�O��#@
*�)���T���=/���9�N��W
�� 	����1ń��A�)����_���$7��"���>s�Z�̔����JS���rm��X�ē��`����;o�]5'�\��G] O�3`T�D����.ķҕ�'13��0#�n�CX��o���a�.&�
��aH%
�&
� )���!i�-{�`D6��P	�f�ӌ���xI��;RRw%cÆŒ�N�^^n[^Y��
��օ+p��[�����0-�XE=J0#�,��!�1@Q����8T���� <��OF��z$����ܗC��5��{<��=d��L�.Bl���9`iĿI��}���?��ӟ%��q���9��?���6Enj�#���z��Lx�C߀;���w��>���#~!�?؄~<!v���C���q�_&`��f}󆂭t~5��d&{ZpNM�Wd]��i�V\WB�Q��F��ID�$��#N�$���5L����]q�PXT�M�jV�DI�h��>�d�]�2t��x�9>��>]��rհ"�0|�f�ڜ�
��;
�۬�n��-{�w*EXP*sǎ�pj9�V�8��j�h�J��G�;�H[K�·���%�';VW9���h��J
���w�TO��oϢ��1�����Ҿ�vi�r�e/g���}}?�\cS[ڲڧ��ѭ�5���^s�Z��1��8x��<�w�L��+����J(?
9ul��^O�r�N�p|b�Z[��z���>3��N�]�3�L�5i�'O�݅���$����#럍�8��\�|�Տ,t�����'
z�������"`�Հ�4,�{K}��;?}͍��^g��e5r[<4�����L�Lu���B�	�Н/�8�ԭ�kG�V�$��ʗ�͒<��p�X֢c\�?SP{��z����mZ��hH���Z�x��*�Rkj�JZ��;o�R%U�YOV�V�*_�_?M��̺�v�vqR��c =8���0���j�Y�3��}B�-�Ӎ��a{��- ���VTD�8h�{�}�
e���9�$!��[N��;��#�g�V�[�eɲ$W�Ȓl�e٘bl��f�馛N���$@BO�@�R)��0�KB
�A�8�4�\��Kli���J�l��}����������̛7o�<Pف��*aOiaZ6�$H4x��ڱ��U���Q\�֭���NEr/��ރ�IKIz'�bA�h��m��X��*
ĺOH��FK�$���*��B���S���[�:�7m���4m��[�s���,.���_㸯;�K�*+}p���Lv%}���-��i45c-B{
����
wÏv_�
_���u|i$���L����u��q�(��?�����q5��D5Ss���r�
�@�A�Q�QG�����ԓ����k�i�]�!�Ll�.�?��1���t�8J�mv?�	�:�����b��k
h�"�MN�'���@@g~΋V8&#c�x�F�2i��&�9�� ��n
�{�I�O�^ø����:�W�NL~1e֟e���{R��h�5p��lJgO듙s���[ �}6�dւmj�ܥ�wo��/�#n������X@�W��BM?W�Fg�oչ�
i���T��+�0Hi�H��E�dW�{���GX ~̺d}�{���Y������gft��u��a��K����(�ǖ��=�<�vG�5���>�D�NO�Ŧt�^��'��`���H�T.M�ҀF���-'�
�=I$��ݨP�Wش�Y0V3V"�ར�����4h=sF�1\�U�	��l�?|�U��'EX^*��Փb�h�V�
|�(��S1�6�mZ�y|�^�v��'�`K�€�,,,�/�_>�_G�_��?���)e�gΌ������1�(�;��	�xϯ��Mϯ��}���Bh�*�����
���!��(�0�zO�ެG��vJJ<{cyK1�qA|��^t��@K9�#����72����e����|�:�?\}c��`�G�0%S	��в��O?���\0�=C}%7�6�
O�uL:{g���p�1`]��L��K��X��c���r��,��w�'c�AL�� �����/?d�$��{mX����3x���9O�C��&~���Ϝ�bϞ/N�	�����W
�{�C�{�m߾�7[5�Ƽs��O�?�ӧ�,\������x�]�!.�g��R�ښY�:*�d���oarrs�3[�{VE�y����>����v�[���ˡo��XM@Z!��
�+V�x���V�4Fx��an�wud<�����,�>8d��7�[���1���j�:pBZ�����<��p	�"�}��C�}���7���~��?��*�LamI�FP$��~��S���jˣ
)UJ�S�T_��塈2���#�<��MͧQ˨��BoDz;��{���1�"X��$G�݀��L=���.������	��[��q���Xi�����ԧ"���o4y^��ȵ�������>�~f�3��B5S��~VrnV
�����n��#��~0,���/�x��聞�?^ԙ�3�e�/�]����wuow�$3��gbj�����4�ר7�!�*�Fyj�gQ�;����9�?�2�~~�hў�������tO:�)��t�=�'݃���=�=��Cu�Y4$�[����:���,	t�BoE�Ԙ����LoHMe@��-5��,B�o;�{���q^̍,f4&��v�p��h�Ȼv)��"<��
�'�*�|�0Nز�0[�JnEE.W����
:��LD�.��D��8�ߵ?O���DP�I1����We�s��烏�8�ba���v���zig��������k6~���[~��΍�����q�D��>M���f��U��^OM8�R����u���6.x~���j��T�A��k����Mg�z�և�:j崉a�U�����3�iP�R��t��LU�xY���`�(��@|R��*���EDzgcg�@�
��'uA`�2+���,vЋ�ć/	D�t�U�wm���Kb��I"��et�'��&�d���{��b���D�r�RINf��$U`�>��[�2ThӌN�Յk��-��z�*�FO<����(��:s��X��v7b2u����Tt�\k�.��7�ǻt(���?���GC�߱7N9�5C�t����%��igC��̉g�S`/�@χ�U0>��`;lc�(��������|0��v0���:Җi#!5�a��
�*:���0,����O <R�|M���YJ���)llj*������S��nE�뇀`�O��Do�k��ͨC�b
��+��z%089�fx���1Æi��a�P��p�_�?�=/!U���z2,l�OZ��t�9���@`������~��m�nC�N�NPf.���l/�I���M���l��LX��\ܗKj)E�u�%u*bN �c� 7��kg1( �;�p{1��-�g1�@�\����2t��	7D�	P4-�oo�'�)%z�2���9�L�5)2<:�B&�)�:O�¤������T�]�E�ݶK����~�M�[�uN�9�\[F_���)6T��V��p�H��tK�u4�ӬV��<k��z^βɎ���tG2��y=���<�H"Go������1o��J($�g��fwd;�Ag��`viI��!����;�oE��q�-��EIc�
�(!"PG����in�Mv/���^;��1�b�Mx�	q���"���3��&�8*�^���|��ҿi�3�շS^W���Yb�iJn*M-��ű���]�o�.e��_����k=e�o:�Z���
��…����2w�����/�����/ץ���y�ԥ��yV��2s����:Q�b���9?͖�VtX�JOq{̿���;τv���yhOÈ�l�,oe�'t�ALAV��qҩ��1��ʳ?��Ϯ�Z���9����eM��*�L^w�©u���,m*3�ql�����U0�2�'�z�>��6_W����ʧU�;�(+��4%ɤfei�^o�H���$S���;�C�!;��竭�>��N�5)D{ʎ!�K�}� �rљ��y�V��Ќ�w�1�H�d�����e�;����N
\��D�FC�hW��vπw�;ty���9rӹ�p��\;�>#�~��`�)��a��h��Z�b��iz�Y�jq�;~���\l��ЛS����+�rjB���k���oPl���
�)^��NA]'ޮ�h�}��f�"�c����.�!��ok岭�o<���PB��{?L�'�Eԗ�
�D��	�=���]*�.�g�����J�Ŷ��}Bo�t��&�&��
e��\��E^׭{��/�NK޽��DX9#^4x�C_
jK"���w���C��j�M{��.��(,����ր���+M�sQD�Q��c�T�P^/4�y5���@^+/��'w��4}
����Zsũ���"�`W%��
�y��GIpC���0��:E?kݺY��Ɏ+	U"���5U�@��Sx�W�����.�0p���Ka����X}����:���]z����I��nN�6����C�̦�߾uQ'�|䘔U��V�є���N���=�?��v7�	9l�&m�O�N�b��{#p���G^]<Mb�H�d�|r!��q��؍1�����a+�n�a�|)�S��Z6�>/��	�SJV������N\�*��T-�@vf���V��O��!h�4Rh�t��LaH\d�,�Ӏ"F�'aKDP��o�(�z�
p�=��c��wd7b]Z�8p`�"2����X��:�"�ŋ��׃�'��H�����-2����s֯�{�/�Ǿh{�ThrĐ��!CT0b����/��b�
����	Ԝ[�9�>�(^��0a�tv�av؀ńQ1�So4�V�x��E
�Nl�n=��˜z�x�ϒ��Œ;�ؼ��Ѥ�$���.	)����_$��1(�}�5$ӊE��P۔��&�~F̩��8���ޫ�`(1���E(ѻ��&�G"�T��¹|���b,i��(��(��1��8��W����0w#BS��GX��K�{_g�S�.�ф6��g?{i�֛��뷛��⥶�v=�vlTRa���dځӖ�Ȕ
��\v��힁���U�U7V͋ ����*5}�$2��uC0w�҇A�å�ήC�v��E���L�SY��>{�4&��<zq�D�ADh������B����>�~�MjF	%ۇt�_��O\�'�,}�%�l)��h�z�%ۺZ���y�I�F��]݂�Շ_�'��7~�U�)�<2N(�;h-��P�q�]�aV%�?y�y�N���M��	��َ��y[�{[�h�1r�#�}B+:>̮�ׅ���N �"
��	ܖ���7A�q0������t�#I�$O*}~�����T��w���D�E�	7^� ���ٝ�#D�(�%�M�*�6X>$�@p^ ���
��")	zA��G���%b�>�>�T�^}��;�
�O��ǘQ��;c-/
^��#7w�Vt	s&��G'*�-#�צ�����Q%��^M'p�c��"��-�W��+*m9z�LԎ�p�������힒�{ɑ]�}}��(�b��0}��;ax]����t�[)��Q��@��]�g�Д����vÉ7g�㮆�'fToJ�fȬ��"�R���ۚ�˫DŽ*
S?u�=95�j�U�!9F�9��j.��4�p|�P�{wΔ���"Nz(m�W`���yخ����`Ű���Kf�?~F��m(ȑX�0���s�r���6��D#�P2	�='����H���BL"�-0j�0d�NG����̏r�F=/�t��u�?�"J�u*���/�^]2Q.U�����ԩ�\��|�O�Y�w�/^���p�9�ߡ�%�Ԟ��v��%���(�-��FʋkB��e�Nk�=vuP37g���,��	�}��Q�įKL����Z��>��:M���N�⏆���/�"[I}II}{R…�w�u
�R�_����Kn��x�RFmX`HS]��}G�ŝ�-g(�K�qA��M�"�����qpn��8o|�5R�g����1:?M
�N���
<�/@����U=��x���oZ�N?䞧���m�Yq���o~Z�7�Z\�Cѝ���-�:�O����4��u����y��	��=Q��W\A�F[%2|���	�BbE�6RM�|u������B)�~]�T� ��u:�L�*|<��YR-fgg}����L�b�u�}�aLW�W�ЈR<v�3A/VK�	�"�������g�Ԥ���7�vDȉ��o�n��GC�#��&����}��?G�p�.�cF���x
v�n�Kp_w�}^������
�8
D�������P�X�@j�%C���H+�O�5�����8}ރ���,�ψ�!��Bp�����=��z����x�Zm�h3����@|ُĉ���7F��^��Qef���^XDŽ7���J|6��ީo.��9�4����O�˲|!�,
E�(�4
a+�[Kp�
^�Ŋ&^�j�Dth)�b!�72A��yc!��$��y��� D�#��4j�oH��Vp�	����ٖ�O'Go���Z�P��T��1;�!�*�7����
��9�t��/��W���ȩ��
Ze���n�ꪞ��vMOL�v��:{\�~K�����n���jj"�)���|o����x\W���a�4�I3rXڍ=1�]�	�f"!
V@��7����cۙ�.��⃴#❍B���8����xq;�[�/6��P���.���]�ĞC�>��1a�%O0�<�;�,�A[w��*�
X�'����!(�=��i��}��&?��#�^$	^�2)�m4��sD��E|g�P�b�2�Dq>�����n.*�?�W̸x��(Ļ8�s�D���SD<\��"�5�3PsA90�7�@�R���F�q1x�od�YХ&���]�b�nʁ�db��zy�a(r�j�~���}@��8��
��	>���>4��J�.]���R��RŨ�2��*F
A�6�r���]��eH}KK۔��J��ҡ�ObƆ�������L�
G�hN'%+Sx�̒jU�,�V/�}�2�D5�NwY8�G���,�Je���A�h*c�幔‚�����wޡ�.���0��{D�x��Sf�Ѣ��2�w�$�F�-�:W�Y\���D,o�Iy�ך��nN�I��	�,i��)�m�#Y�Ǫ��j�U�-3���Y$v�%%3�Z��p��V򒲗.#�cNf.�5��d�$��C}���,�KSצIX�$fX�͊D��M�^uV�J�0R���s0=t�@k�T�o��RZ$��b�X��*e�V�E�W��ϕ�5��T0��T��nk��ޑ
��7&�$2�iy�ThF7�����u�bqe�y�#l�R�*[)I����M��k\���a�#��u[�N^��3Vq�אnL��(v�\���f�T�GQ�I7p��=3?��קw�(sn�Y�IS��M�g''g��aFm�L*1��J�J�2U,��O����}}���]�&k9-��D�����i-%�}jS*0������XX���W��b%��c��R�LR)��$M�����NK�,N����c�إ�Udf��I��$�D�Ģ�*$R�� f�LM�Mu�LձK�7�)lJeh�Z%�V1՛
�ڒS��.u��4e��l�J=�RS�j>��r�l��ڮ��b���4����%ǎ-Y]�#�,E�J����؈�]?��S�gz-K���=��:�b�����+4�A|h��FCR�(��"���F'ch�)���=
Ejj�����R��7�﫧��W*J�o��J����L2�lX����B��a��a��r��:���Z�cůM��?�'�-�V���<C	�^%�y/�ϻ����v�YYL�� �A���iˤI[��&mij�S:{��=ܠ���?�3)���?gՠ��N���%r�|^���E�����$��$����Zo�I�IM���C�ͩ<4ƻx���ij�V[��{
���r�T�Zj��Bu�T���4�+��v4�{Y�X�;�	X����ڸͳ� ��	 ׈�_�l��X�l|��ن
��b��q(:�f��j�M�+g�:R�?�1T�l��J@�׿����+�&�9��s�>��x��n����]m�P��Q�Y��5eS��0� ��Ư_?^�:w.rMP	ToܞL"�ʛ_��b^��GS�7e�ZUd����<Z�i�׈<Ol�k}���VM�PŇ�&�jY
��V�����j��dI|���Q���2��=�`H7��E���R�("*E��z!�Խ���Q-m�*�8���Н�1�QK�OJ"��R0���,�cW"�a!(�赺��L����nb���ޖ�N&�N�3:�\��)��h��Vw&�@ѵ�6���i���l
��,��>
l�X�������>�ͧAGM1	������0�B�ǖ�c(B�0lEguKP��pl
G��»v��h[!A�9�v
qo9����b\����#�}v�@�0�4>���
B4ZQ)�?ݘ�:>�u��X� vn�(��z�HE�~���Jń�s�(�7Pz�Xx��@�?n;����E)҃�4�E�J��ACuJ�yc>,Fu�U��i���Z:^�����{��P?��cY�ոOB�k����3Xt�5�P��T�Er�ׁn�*~)pD�����M�0��;bMA�폨p�[인�ւ��	4��]�Lv�ky��4a.�YB\��UE/5lbK2#M%P��J����vW�θ��n�p�����k����'`�@��ɴ�`iʌP�W��8Ġl�%�t�	%ʌ�SQ~V����pj*���$�w��^#G���1i��6��}��"vw�"��b��<nc?��ͦN��i&�t�~�ؤ���֭��:f~Y�g�m�-Y�`�ΔisV��3mJA�Ų�ɹ���_3��YUj�B�$,8�;DQq�����ܓE�,X�6P�+��բR`_P̋'�4Y�{[�*�e�7-n���w��r���'PŠuw
��?�u��:0S*�{����?E<�y��N�!7�Pղ��A�&��1�6l�'o�5�=���C��oJ�2�����x
^~�	���[���Acb-��~6��?���������u������!X��燚�������G�cD�q��n��-���&�h��ˀ�Hp�����:EG+�n�!�.<����zMh���9�l��b�젮�@�ȑ��p,.��U�i7�e�Q��j.��`)Ƒ�t�;��h��yAP��IظLK�q!���"���zF�Z�c
J�g��4�����F7eV(���`1L^5��B�+�������ڽa�]�-���j�l�ԅ�:�[Ų!�}!b�(����8z)	���_J�|�}dR��*��jq�l�Ͻ���KϽ�Mv��Dg5�Z5��q��.\jm�Ek6��md|v4�MVlq�dvԵ���_<r��&��M�ל`Oy���E�~�vҙL:|�Ư�0��g͂�aG:v��p	(M�S�<�ӆ
?=�&��g���<2��j��z��N�n�߿�V[��0?H�l���nۂ��&U��>�zrMZښ�]�].����?+;�z�����#��#J���z�����~:��vv��ۻ������$���3�1�~e�����ݹ�+t��J�G;�I	���mW�y�ؤ�q�k�*�dƜ^VX_<:7''wtq}aY��a#����TH��3:��#C�y�V��Z�Wj��U֕�?��;A�Y|�.d�7�R]���&�ODh<*z@��	i݉Aw�N�A�%L
@�v�I0�c���*�T����.3����9R[�VJЩ���,��՜�b��M1W�R
�߫�>EƉ�N,�`õ��>U8�z����/{��2�3Y��h�확b��^�āpQ����{�/�RX��_߲d8Ȭ��6e;���зk��	}�B
r�fq� � �Hˠf�ŬD	�ζ��%�,�Ĭ��m
?sx\��j\�W�W�UqC�S�~����m�lY��3M�>�q����s3`ػo���SL�4.\剶�jl��u�[��I��77쵥������������S4�m3�23��ȧ�ꑳ�����lg��@��͢��؏1��W��%`T�;�����ω�
�ExC�t�#�8*g��3�0Gx{�!w>滢x�i$�pl�ɣ�`
;f��7kA��fy���h�3>>��G�U�4V��O-����H�M֌o�K����<'���)m��?����%�{[2p������;��>κ��K���>�e}��}����ڸ�0�D���2`�TIH�nP(�A!6�Ƣ��2�h��k}�U�3��Y��ެș�t#d}s�|����'��s�|�\�P_��ξGփ�$��į8;���Bh�Q�",Ƙ��{5�k'Z�Uָߚ8��~�)��A�^�R�-��-�.fG��W�ԋZ�G�E*�.F��zӘP��������.$-J�}�&��\�V��T�Tnv�������?a�/'�n��-{4�yʐ����`ʡ5���e�9<�4��e�U斕d�T���	U6��?��AX&�튨Řf�5?M��A����6�eb�$�d�`�t��%Q��p3�`��s�b3�N����n�MSp��U�5�G
[�6C�n���q��Ҁ� �0y��"�U�(t�K\�SR�*1�S$AW~��g�S��v���t�QR[������
��%������Z��ԛg��X�o���3c(|�:c�(����s�V�l��`�n����Hz���*_��~�uz�<J9L�,���,3X�ӧ����X �
�,����t�RYP�����%$S׭)]��d��K���nB�d&�n&|���)�ò�{���
����K*�/���~4Y���k�N�_��J�u�q��h�@����kߟm���84@
����"�b-M�/g�.�,��@hL`H���.	�}��k�o�py�\�#4T �3�qЎY��cvh�/a_�I��N��O+�U�i��
S�V1���O�!�D�t%C��ԯP4`��@|��&��8CP_�º�OV*��^��w�v������Y����7�~�E�U������zD���4:
f�b��ʃ��HB��k�s*�DT�6tFY��e-�}e#t�5�}CŹ�Ο��z�B��Zs�����	���#��C��8�3k�؁�0!�\M �z�`E!hЛ=U����~��VФ�U�Ƥ�Ҿ�=Wi���0�t�ն�ş��4���<}�K񬗱���ā�a)*��[k�9��'�n�JG'�������Pٔ�	�0�u
��V�Y��T�J&Y�c���D��$�ϫb�r��<��oVH%��.��T�(�O$��
-ӶD��\ �jK�Z�4R��I5r����cѧ��Tɜ�kt�kI)�CB�u������P�T�`���8�M����.o� �0��$T�	�0a����W>P5���X"�ݫ�~P��]���#jDy���%K�j��$��-v!��F�~3�2ܪQ�5`.|�ap���>nw���/y��#?X�##J�w�5��(
�����Nx�4슩q�V��^�����=~�R�'Ҫe,�ҧX����M�}�j�J-�)T�:�א��w�3r�T�'�����x�}scF�y��7k�
�V0�\���S�M�(�2@��u�:-YzǮS8���W���[4;0���q��Ʒr6�SBIX��qL���t&t�&��#M�
�����G�#�&t
ڠ�4�7�0݆���I���p�X2���M Lu��w��Do2�`
�%\��7߳��g�
^mlm�W�)s�X��7a�o`B���f�b�nQ��1J�)�?F�T�7ѣ���;��C6���XV}EBq��:��ٗ�zh��W���*S/�'��W
I��~F,��앀��Ud�
�A:�ɫ�+�z:�b��4'�Ŵ���؉�szk��ܮ�.08q/8���k�Y��H���E��>��Qv��ŋ����g�O�~aժ��b��x.��쨽���'��T�Y�&7(�w^;�����[�Ս��$�\0w/��6p'�"�>@�'�w.XHZɋ��(���j����X�yc\X��{'Dy�>z-�z�x�y�>xm˔���ۜS��^��O]Ђ���{��E�&`��`�w)�+��ySL��>c���u�a=$+�h)V,��7�R�H�֯a=�U���<��35@f���F��9N��i@6�݅�L�D�Q�s��-�cr�졂z	���
��W^׏�~���чS�2���5�$��Z}�݊#q~��d{VF^�ުԚY��l�&'��Jk~O�� �V���{��W��|šG&�$��d�]���8��/�v�Dj��&���7��x��Ҥ�U떦���ʐ3���{W��(1�O-����T��}2�����k@N�H�:e �i|�}�,N���j��$}^�\�����X��,_+V�r{-���s�v�7d/�zk�ux�C4�9�9/���%���V���<��S���[ƅ����ٷ��_��:<�}3�^;[��l�z��A�)���d���}���-��U�������}�����sQ������H���:�z��3
\D��_�+B��3F�	xh�&��>����ϕ����4�]����j3�=/�#���T�Q��c�ϱͫH��Bw��_��Ee�^f�[�џ�3���76N3�w���\�"�R���1��v�/}}�"�O{<��Z���@!�g�(��E��=
5�uW� ���n��&�iK�$j!�jw%P<��T�<�N=���Q��Z�UA�nŀ82�+�^Ra>?�1	�E>��9�|�.�mV�
�
40
����l�<kO6�ҋP�$K6m�����
�&�w63�dV�k�'�Ո!���o=�t
4H���Je\�r.mOa�z���
*Z�ҩ�W���[.s�ߟV"����k>���K�҇k�|2A?���g��`�f.�}�W<wպ���+�����~�8�U)��-�l}P�ժ����*R3���7�9~�>�F�\���[XQ:�J1�D��~�NN�*(|C^�&�@���G���j��1:�;kN�\�	0�ƅf�Ө��p?���$��0����o�G�G�߽�0���Cは/�������z�����F�4X�~�d�IE���[��.����9љw�I���`� 샧�'�a��b��$~�+�/�m��`��.-�� Q�b��'͛�"+6�XJ̓n+�fA0�����H+�l�_��sʴ��!�-Td�ؿ�O����dɜiL�j�����N�q��J��ɘe���O�;;%G�'o����;"),=�K��
�][��� g<�F�h�.��~�[�?�
u��}r�����f�2h^�3���s�j��ƾ���5��q0f� 8���u�Ĕ�,'���5�D�k��)@?\��a��^�=M��Z_1�&����c���M�Ͳ�k���׏��>��|���M�o<�<
���4/�c遷�<�l�ٛ��,�v�߾={{��5���Y�{~�'��=	,�\k����^&�'0�tX���Dl}�F��G*��QT?���.�ZۂK�
�u-Z���Rhu���0��!$7@d~X��ɢŎ���xx��+x����4����V^�Vu��P��i�f
���w�z��9i�{V<��ї�Kw�#=��`������~ёޏ��_���ф3,1&W->�xj��~����ܱj�a>�t�x�k���la^�3�qn��i�i�З�1M��Ɏ�H�͌�و������
KQ�j�1$a�g2g#��K|�!�y�eD��Q�Lx�X��{i�4�{{V�����N��l�	��Ѩr��|�_I�G�$iu,�N�?TW�߂bt*x�����A��u���t�A�Տ�7���Ѐ�\84�d��ه&��I~�Xsu��l����0eZ�~�rsUJ�kG����
)�2S~�m��Vy��n#�~�c�hV��A+�c%�YY�� Z!���W1������t���A�1y51�+A�E��8��ICo.��V�3��['��1�;��S�v2Q��:p�ؽ{�/f��b/�����vܽ1<I$U�
�PUa�hTRI����ԴV\U��j"��RkMoy���Ӈ�
9* ).�:{f��=�Ͽ���oQ��j�%k�1���y���T�}�[g���h��n4�4�\�5rd���]qۇ�C�<i�̬�𳦅�l\��E�O����C&Z�*ZZv�i�-��w�����*1��t)����S�*%/��R�j��J�5e��y3�֏W��l�S4j˔j0���4�ܮ��ղ"��aDwϘ֯��F8�Oͦ�&��}�6_:-�HŜIE?�2̓���u�q�Cg���b�Za��f�J�j�4T��L�
J�c���X����h:p�{�[`���:�N�6�84�����J&�n�F�ٗ�,-P2d��_
'1@�2�'��r�dD*�Q�����e?<slj��I\��x
�+��ӽ�Đ��vs�.��b	'���YE�UpC�ӥT�)s�N'S��mٱ�9X�x��mS��D��Ž���1�ON������hS����Ve�湕�E�T�:0�Oap��Y���§Ff~��]8,K)���7��BTpK��/��Ue�dm�Az���kT��`��c�o_�e��k*m>��l��^:����f���������y%����6?a2Gy������8�r�mng�ô��0.�ׂ~�X�nj����cpD1�N70%��p{����UWܥ�҄�oS�(آ�	�v-6=�C=s"�n�"^�D�͐8'��ݿ��
�ڊE�BTPAE��U!�DwU�I�O�e��p$�F���Zo��|놪��'܈s!}��q�"T��P��d����(le��+�����
V���W^�Dl�Y��s��:�a����h�I�`�X��k�����Uq&HI�R�&�
����5�R	�	
�r#�F����<oj��25�O	�	�jv�IS��2_'z�"�e�l�+]f(�:�xt䊬��!^G��@��<~�$;%�"#?xmC��}��\x6�4�+��֢}����+��B�6��ԡ{�v�d�d�N�?&s����T����ca��x���i����R�vKf;�7�C�U*�i��U�व�fZ���4j[���o�`@H��2�,W����i�Pr���U���)����L	{�<��\\c�@���sN�D�:�_Z��h8))zo�^�R�A�4����f[G�h�ml[���Yoo�m�
J&��N��s��KŁ���/��e���(���i�lX�J��7x���$*��1�p<�p�iJ��@/F'�Ƴ�v��xD,�)�N!At!f�=��ΣCs�^p�gs��������߯��x�c��b{xT���N��S�@�`%	��I�S���O?©�7�q�^�.�3l�T�Uf�����>�-���M����>/?�}�D��Le��J�����{L��'����:�y��!��=l��g�w��K�sC�8��3�j�wV˩}.�����'v
c���U����Q)I�{W�-Ly�}0W�_훰���S%�����YIV١g�D�7�;���;Z�X�4vh��H��;��n}5���>J1�3��U!�P�3�xd��}�?1mډ��w����E��R`*�A �36��?M~h����Ix�Y=	2��8L��q,�6�h=΅��P�t����{k0f���7?��rF��R�����8`�vG<����ؔkTzgL+V����aL�wp
�#�
��&�ɼS,Y�~>�o~3b��!w�cE.�� k����,��)���O��>�������e �1z<���g�T%5"�<O0��;���J7�Քc� ���vZub�o���9�� 
|DIϧ���\,.�M^��<{vrZ�|���l��	GՀ���RE
h�+�hN���,#O���y��ߛ����~��l�}��������MMGm��@�S��a1\���q���r`}X$b�SRRe�ߎDK!F.��ӌ�ޥ�В�Bݧ��{�b/�Xϐl��b�01�v�.LQ-�c��dX����B��G��������AWZ�S����Xw^�y������Z�$)�퀜`c�Q��f��qوa�����1X�� �^j�e9r$Kf��d9�Lh�p�qը��`#�t��dO�Axm�~ >���<��aIŽRZ�P3C�y(�Q��0SrO��
yI#l�YeRivff�T*M��I$E���F�"}��
Z�2j�,}2x
k:ح����~�(����a��
�/P��{���7w3��߮��l�g������J�-8���h�|���W��yw��?���W�m���x��@�_�~�>���	�V*1���'�_�n��F�BQ���X
�!�I'��P��!q`3�Q���ltS���tb‚�����	���/��<�;ɖ��?��&%�yD,eOp8jb�>��
�@T����ᄊc�η歿Z��y�w~?��z���E���g�Z��sq	�s��n��ݴŖ'��2��;�����͹�����G�z�,>���#Q�Q��?_���bN��Ɇ���Ӎ��i���v��njj��~���w`�GS�^`�=�O3c��M#�!�ȧt�xۄ��~����.k:��D!�,茮�?�:�A���t�$6p9�*�> bi(�[�nϠ�A#�鰺I��h*~��[��Dqt珓�j`���my.� ��7���e5/����6u�_T
BXa
��?��-t:������U��fr�4R�J��J��o��E-���-j��#髳,��*v����>�&�$Q?㰗.;Q��<a�U (�b���t%�ա��G1*l�%�:�ӣ֤��l�&ĩ���d��,�cqku&Kn^��xg#V�i��؜��k1�n�'��6�09�+�l����|4j��cS��]�V��j�e��A[��)��V٤O���Y�Қ��s�]�7gxzM�/�]���K���ҿT�af8g���zYw��b;�I����6@^�ԲzHI4Z����!�D�ћo��l��}!
0��'��\F�ō��2j5�� v��MxK�UM�ܻ�-~���C�g&�
<~L�vU��3
�� �[���|V�\�f��V|�r��9��ܐ�v&��q��o����G<�7���kZ��}�)+Ig�k���ʋ+���ɔeҙ�9s�
�9���h��O�0�Rk�+�_��6�`S(�X������:��G�i|�K��o�_���v�����fs0Ca��&����������<�7(�
ه���H2��*�2b6��4����OR֍��}q��rdK,��WS+c���+��Y���W��:������Ē7lVCn��d���\�O��0�ƢZ|׌�����Z����1.k�?WC�t���E�jt:��dK]իG��>�� ]'��׬=f͚S�'�
��3rx�W�˯�f8�{���)VLo0�床��|`��;&ޱ~Riqì�^OMN�T�u�G��:���I.A���R(��_�M����o�=p��Nt�M�j�7���#�~��s��&#�K(�=<kw�r��M�X�wZ�S� P{����D_i����5��ݦ��v��K�~�eh�*9p=��Į�Χw+zB���=�Ԓ�\��s���V7�ӣ}�i�m5�Uk����	z�G9�r�k�A3�W��'Z܂|�Ȉ�C�'<�FB�o3�>q0:]�p�N�8D�G^>��HY4���׻�]�F�#��
÷,F��h�L��u�O�'zܴ��%���*����cvv�d E��lg���:�1h�r3�5kg��Fa�t�u~��ˆ�����m�>џ�z�9q�L�I)U��<�g�x�
_�ifm����љ�`��.���l��8�s��dg����鶍yX�Wx�6ݴ
�e}�ư_("�/�[0:�ӻ��އ��6:���l�6%��P�,4���
P8�u�,:��N/6�Ƿ�7���.A�ߎ��gd
6{�r0x���؋LF"\b�6(����%D��"`�F��v�p�g!b`	�_��J*eK83|q(�Ԧ�J���>W����R��!&)A��|r�*�2�H�8���%ݠ�Je[|MojP?�C[�8����ra�9�3{c��bqo�5&��0�
4���%�e��ٳw��<<�`��� [�S7�߇�?�����C��Ӟ�̶�{"��yP�����n����)�hAc���W�z���Z*����y�b.u��rܚ�[�%Xq��Ꮳ605����n���'N�y'ND����~^���%s�%��藂]ML��c��B��uJ�D�O��_D~��_�8��;U�\W��#'��s�o���MgC=P���9���NWǐ�u0-�ת׶�Nn�k9tz9M�F̍��(�"���QIS�?�E�@!&O�"��>H@!�����}Z%?
�����?�	��q�x�6r�D.�L0"��*r�8"���GO5E7�9���?Е)A�ֆ��u)�~Q}@l��� Lrz�\�'��I���,�\z�ӷy���M��ڞ�0�`�����V�+����έxFGO�_�C?ҭm��2h0���~����|l��C��l�q槇�L?���d�n��O�u���D��`�mp�t����GD������Vf�롷G3�H��	>F`��h㖋mp��M6�\.f/�ђ�E8��	:|12ؑ92�^
����ԍ5k F?��p�A��
��Иwd�<�	����w=6���J��@l�^�������}SCG�mr�������f��%[ϧg����i��\	�[�x����,�ރ
u��*�Ժ�0:
|W�l�rJ��i���6��}�w
�,�i2�ִ�i&׈��y|�[��I�0�������C�^ym�r򑯎�i���&�"H����m$��ۖOv���y�x��t)�^��F�(  
�buroQ ���i7��c#���R�s��M��a�v���)����)f�DjL�(s�b�&[��s��d�Tb1��s_7�牀��:�U������_��UX�/ϭXqX@	��Й[�F���AQJq��#?����)��ߺ|�V}+-H6���a�Gt��S�x�Yq~�ㅰ�Vjh��W#��r���#1�!���w�48Q{�n/��������i=(
�U�-�z�FnU5�˖g���R�qw`�c���4�����g�e���j+�6C��9e�in�33�Ѭ1[w���c�⭽�ҿ�ˏ^�.L�\�x��K��1m��s��\�rG���U5�^4�Z��!�Oѷz�h3Φ���w��ye��ƹ;�R=}�&��z���(��6�It���}	|����ZieݲNˇdK��ۊ�8�'�slj��	9I�!��R �j�p�%�p�%�H�Z�޶�(���h���ʎ�Ҿ�~ߗX;;�������<���<�4�kA`��6KTV2�^4���"��?K/�A��nyܵE!��JbG��*/����J�Z�X���?��3ҹO�;��OCBp�`����D8o�r[Lf����5��~���V;������>Qq�����J������D>�C\K7���]�A-�a�oy�@]
"
;�v�sHH��'����&����!�zX��X5���g�ԞNpCM�N���14�^4���x��F���~Fe2��1����)�^p?�#fJZRԙ���1]�����顕j3�R�%��i5��!���̐�?�����B{��WJ-�sv���a����{>�Zi�9O?��W�������'+�Ӽ�Q�J0]z�L�BVQ=>�J�}FS*)ƉFZ5�˨Vj�	�p4����]��!n
s��Ds4���3�Q:�pӞ#�
���'��N%;g_��=� �.�2I_Y-,V��H���>{L�Bg6��ep�;k��J���W��"u.#|
��]H�������(Pڰ��������F����t�oQ���,�V�XST�fA�ápuN�\[;o�����l��BME��hZ���ة>g�6	%�ؑY�$h�0g��gyX$�^�T���D�V��Å� �b��$R�rIh���;�,J�>`���i9�� P�*N����J���}�׌���.G��Be���i:㳙���CB0�1�Z[-O�L��|9���uG�̘1G�\~��;�]k�L�C�S�Y��bz�	ɪ�:���Q��R�����n��NH_�X�>�����҇B�B�)�,l}�U�1ƙ[	jV�]Ҥ]/��?�ϝ8i	��~%���I7モ���l�4U��b��5��˨5��Q7Sߣ�;{��ȅ0N��|�v4�-�]�����$����e�q�����2\Ni�%b�d�.�3�]��@�8m@�n�|7��\9+�إ2�9�e�9���?�G-���n@�@��R�H���T�lI[���RV
w=b�C�����A9MVꐗ#�bPƝ����&�b��f.A���@�c5I����ؚ�=����>,�/�eM|ဌ����b7dI~Ќ��Ӧ^���@�5p��|��n��`LZ�A�Ŧ���*�C���}d��.y��<5P��U=kR,��5D��«2+g�/
G�3�2�
�S�}r��.q���nƬ�(^��*p���ٍ���9=\�<����,�Q?"�|��p�)�+F�kr�x���o>.�����|4߅�A��d
)S:�ƦI|*���Έ� q�Gs�6;^O�~+r.�uD� �뻐�%WC���A�QTیu��ր�W�3��e�gչ+��H��D)����)0:&��p�L�N��t��~�N��m���yF�yOs�[
���`\k���y;�h_���e��0�@�.ӿx�9�?f`�/�Z^���}�W�BHR��o7z�`��@�Q�4��Άб�����L��w�l_7�^=t�=�SU���Z7HGq���g�E�G�J}9�R��c�jB<�T��M��B�>=)Ĝl
#=�v�~�����x�q�vwo������D��k(���k��.�	�@���@ºk!��}��!��HZ;wg_8�}V��ܯ�pt��>���׵>x4G�;r�>�p<8"���d4\:~F�B���/�P�Gb�fU�ޓ��J�i8�ۆݹ��uM�5|35��.a��xn�o��X�0f�1K�����4?��szRG|���{G�gjC��B��*���:����m�6H�}�W�u{ˁ�6���֒B��-�yC=�Jۼ�;&[8��ի���4�|r�q^��9������pH�/U�`mP<=�c�x�O����A����X^�kC��]M�I��h'����P?�Lq�A�C�`�S6ħR�_�h fA
��tL2�jX�BZ����`�͘�p��iDl��JA�Lx�f�ˮ����Ѻ�������ԘUА1����3�CO�9�Ka��|�{۾��T���z�%��E"˫T*��7C�xvi2V�d�9'�a=�z�ˣ�VI���x��F���:��x-�
�i
!p����;�m/�Y���p|x(��~���B%��W��~�FA)�1S�~�����?E4���=K�R���0j*^F�R0*9GH�g�PR�
�Ar��X㲁�xkҽ��쯎����[��q���-E%�C!P�L�4"�z��ڲ��\̛���_�L�#e"�ք���D�WT�SҁP)ǥ���
`�Uo~گ�9,O�`g
��^O��&����W��K5�0��<�0�Ħ��������]o�G���p�
���+���
*��H��EL��� �b�5�pd�L�_Rӥ�J`wD��c�C�l��<�lV�s'`a�bpH���������؃���Y��"⺽�~p��.��|�T0�?�(�CҌ��Y��d�T�c���ؙ�kMC�ba�2x�GM�x��ؚ��6�HF"�"���v G�h��]~l�K���$n(L�bn$E�-��ѐ�po��aT��3�'�f��r�I�a�l���4�;�%�Ն���WE��Qj�+i�"\�6�u�2O�����,�G�>n�%-u�'�w8_iJ�qX�����l0kD��>��%����K�>��g���g^Қ�(a
��󬬔���H���΂�l#�*�~������)���e�,�3L]�,�.p��`v:�W62|���]�����ţ��^J+���q�XrJ�Ű�/�a��b�
��`�ݰZ�<��TVb�;o�ßv�����	^���Ї�@�IoCe�W���\�c7
/����-��dǶ�.���}���.GK�w����������e����O?}pr�60�����l�zo���v��>|�t�y�ֵ��B׭�Tup���m_��%�m�z�c���NE�(�O�D}�˹�8%ٛ�	�/V���a�M�r��8NJ
�,�3R,���w_V^�Xk���� ��a���'VZ,��CL{�TpU"2vh{^�scS�*1�b#�O�QCm�xf���.{@(*��Fz孷A6/V����f��p���'�wG��`�)gI�	%[�?�hN�}��Do.�ۇ�̡c��ܴ�m}��J'cy� �
��*2u��=/6�u��X8h��kll��eT��ŏ���P�7h:�xX�hxQƯKh
:����a׈�~RF���%
6�.����x��0����F�s�u.V��l��t���Oa.`Epv�:��V�v����q�dE&�;HpYs�`P�k��3��$7�L�X�ʎ&�x9ݾ��J�R�35�\���zMp�hg�>�0[��Ġ�[����JN�M�y��F�Y�������ԏ�O��
f�N�ȼ��믨Z��w��b!��;;��kԜ�9_]Բ�?R�pD�,�V��]�Z�n�6yA;S�k����Wi`���� ��@]�!t�e�Km&N��̈� tpT�ڄ�?D��!~mR��+�u���&
�Z�9"�O�
 "��FB�M&�A�J&�PD��zP_�N"��ce��`��:P��K�'�`.
c Y�D��D��g��:1�Jj��rQ�U	��yH�"6_zH���7c��aO��2�i�s+�����sz�Dm���^��uK~�
���I�\J��lذ����S�G�8ӧQW}���{��J����ޠ��9Q-r�y�!pF}F�KA
P�}%#��2m�W�2�cMK~??X͈g�f�63F�{��/��C�xU��~hx���_�D���0	D/�(�g�[��~���=�jG�օF�t�Z��.;�NX8�)˞9�3Dk��k��pHα�6���A���#}�w�{{�N��ޚ�@�gDvYv��,[��a�%���ģ5�	�;�nP��s�;sZ(x�pѐ���+�u�G4�߇s�����>=%�s8V�o~��Q:Ot?����5'��f=tg�t�%���_���4�-�9���\��G�p�Oϒ�E��7�s�0H��u�L�c�W��@B�T�]��n�����yK���fm-���1�����V�|���u+�f�Ï��'�����7��6g#�w����v��7��
/������F�)ˇ/��N����w�'�gH��\��Ǩ^_�9]>3�O�P�h4\J��n��x���I���A4�]:2�p97�i4T�z��YS��FMa,�qXK����AJ��9%��+dDF��������ر��DBF�t(LF_2��d���u"�ၝ���E9���*���D\���5����A�5�Ќ���o��a��Zwm�ۛF��^w��L��ꛆ��S��c�X6K+5gff�g��U�ߛ�vK��sn��1Qδ��ƚ*�L'S]�+ �~��)�WOK%W��'�-�3�Y�P-
Vh�U�<�į����V�-"��aO��_����*��}3n���Ƚ�]\�g���=tr�	?|���[s*������Z9��	�7ݶ�wͥ�p|��xb�h�d�}����-��P�*�vsӋ+�I�4d��ʢ�|ciS;<�|��ʊ����}帤�F�9}4d^v
��dy֨��A�����2��
-�d8ߒ�S���80De�D���o�[�Ā=��9i�o4�g�pìi5�߾�����L^�d)�L�X�&�s���7�ts���X��5KI�Ճ�<7s�e���ajE�o��9'��F^1#��L9�����>�k��G��Y�ܝ�f�^L�MR_g����S��du��v�mySgOOg�r[S�FL���������8��J�FQ�x
u6ʆe��z��>z�7Ʊ����1ɰ]5��Cքя�ҡLؤMf)7�&\
Cʓ'ky�D�=X!.�M�Xuutpsر��^o��S�*�qT�8�l{%�zT�
�TOmػ��j:�D.[>*V���Rn�BU~Q����{ڞ�y�&W���(�Z��
ɮ�v�k�:	(R,P���(�����
5�\��T:%�E���5��k2�U�::f�g�R���޳�!Г�d8m�/S�����t=��Z
`���I��;�B��������VUaft��e�������	�0)/p�������!cU����JƧ7ŀ=d���!]�3iu�+*4ƀ��3��s$\�(��R�g��E��������m�p���X7��y���LC�ZQgin^�Rvzi{U{|*����͖:�:�+�w�iEHaW�q9�U���u�O�Q�Q����=>���mLi��\�@���W�icU��u���`��̶��V^eL���?�U��IT�ch|58��rTVRmS�TQ�+Ř�~��cՎ%p����������"�覫!V��S�`D/��\d������߄[�Vy!��UE��d…�[�[F�ص�¨�A�C��V<4����m,�i���)C;�w��f��\�N����r������+�K\ �֊�lm��N�����}W͠�޸��0Ӯr��a�#2u��SǼT���!z�؊�?����n���+�k�s��~�����W�V���_��W�w>ҁɅRS���I?�;�|Tɢqj5"#kU+�+A�14�r�F�t�y+IN�y�����0�MYcX����p���dW>��q++Zb�m�bilˊ]m`A�Z^�L���ޒ�|X�b"ku�~p�t8Bf�x>[�&�cf��0{
����]�����3�̟y~&�H�3P���|m][`7T�GY�rfn��,������k��f�x�/oK�_���
��*{���t����@�����2��#g��=��/���{��Lg�5S?�(�lK?òc��!_0��3�	�γ%��
�
�ɰRO׎��-S������m�r��;�<����ɪ)��1X��ɫ��l�̊%�"a ���	ΘG՞��v'b�X����Z���ȝ�܉�������l� fm�"&�}GPX9{ΰ&ߐ�R��asfW��1�^|���q�4���t��؍�Dӻ'w��'�wTRE�dj���i����}�GU7�c.�.}�!.zs�Em��j��1��ݐ=�0Z�,S��qK�+��J,q����&ʹ�V�
�)A{���0�7�Ы.B�,=�1yd�q޼��΅mIƣ�*�?����	2�|��*�0����V�B'G!�$�h�B��Va{�(�H���e��Rz�q�#.O��b��{�o�2E�+�RGqaaa����l��ZR�J���-[~����[�ٗ��V�-T��l"���C"�,zw0�gѬJƩ7+�f������g<�Džo�����*p��RG�oҟ&���%c^�~[�$��[⑩.wػ�<�G�wą�u	���a���D�Z.n��&E�uF���C~����L_��3��ϐ��v�5䙾��/�\�!���̫zB��kh�y�8!�� ��G��JR�^ό�*�_���4>��S�k6�A��\��6��n�Lz��#��UC�ر-�Ww���a
�HI�I?�� ���2P���j�&����%v�sh1[M	ћ��r����%݈$wH���d��~A���7�ś? Wa�º�G~�*|�M���^��nY�R���o^�zz�j=��#[ۀC^�W��b�H�Ro�0�
sd�y46~ZC��7�{�Ɨ�����sݳǟ�n�8d]�I��U��֝{6N���Jgnys�]���7��,�m�9�F7��	���|s�湟3�i/�峹7���fe6ʏ�z��&1>�+a��K;��i�
c*��k�پ�m۞Ρѕ���s��0���HzBτ	=�gW��V�OR>���#9��~��Vs#�y��nIUM�R��<��}H$���ո��6����K��.^�P�����}M�̓�X�O__,��!�0�r��I���]��^�H@���L�d���\LӤ����)5mb<��O��J����D�F:ya�������/,%�׿���v�#�!�oS���� 
؋��Kn�biBq}���c�׈丣���&�v龖�V�^p���%�Bڹ�L�YL��LH|��F��N�
��F�	;9d��3Y�	o�#A����b玲I$^9J ^�o����Z*E_�|D$�_��k56�����2�Ʃ��Lmȟ�x����m��n_�ɱ;'�.6���~�ģJ�%�E�g�/�E5�E.Ì��sn��8ڗv	�t���Dx�r������礟/j��;�QR�nʋ$�;��O�6�^G ��Ez��Y���g��&��UuB�����W����Y{o���3A����c5�Y�Y"q�.��SF�/��Meg�H����4��N�^��3��\�m:���������.��z��69lP�P�i}���Vi�D����Ty��7`�k�(�\fs9�H�&Rv�Pi�*��@�h^߼N�5�kpW�V>IV-��ZP+�B�3�5p�%��oN�����ਟ�q��o��D�
6q�+���uVh�Y�ᔅ��ё�BVӊ���*��b�K��h�.8���̲�6���_�^�d�dy�ԠԘ]B"ђ)��,��i��37�ܿM:�_�i��~�X�@����,�-�Ѭ��,}�pa���<2����8����<�|{����ޝʰ��~�Ő�;,j^-�@��d.��=���4�cj��
u
V%]��8���})��Ϸ���$'*��K��	�X1��l8HH̛J����41��E!gy��,�U=U�=M5账��z�GV��!�=G�?l�^3�B_n�evM����IY�dkۖg����5�:�ñl�fp�l\Cl���;�>��m���J������_����$�\������?�7��wj=zŊ�q�
}Lx�	{�o�FQ�.j.��ZM]Im�n�vQ{e���W`�el�|cΑJJ�b�L�sI���R���0)���-����
�;U��M*��C�*.T��]��<���
�z��]ʗu��@V��ޗSޕ5����3J'�Grd�)��,���ꁪaWw�iְ]�"Fs�-aאb�J:D�r�1I���'.J	]��-[�|����:�j�6"y�F�vju/��c�Y��x��|�P�/���A�ޡ\(��.�]V��H���!��O6q���r�����q�Gv�X?$K
���q3̘�&����丣߹|d:dnI&�.���B�Zz�b@�&�[1�㹞��~�_��OG�>����բ��h��^��Q�|��w4]���`��]��w`増�s��^toǿL��ψu)VB�l�N��u�x$�V��6����}y�q�c�<$^�G�VM�)$��U�e_y�[��ń�$�`xK)J�_Sn@�6z�D霘�1���-��=F]` P�{����7�>0����!Mz�m��)��?�������7?�y����i
��XyUUê�Vl9�U5Q�y,4(�/��5\}�?o�&,{w�)3�]:�~@}.m�@k��&�^I��'%���ŏ�q���i�%O�(5L��A١���z�j�q� ~������q
U�@�J��X����g[��_�RE�J�rb����r�ֿ�|��v���� �e4L�E�Cލ��f?��_^r9�-R��7~��'�rfna����@S4�S`�@4z��9���Me�`(x$������[vrQ���
�p������
AW�_v����.L��1@!��Cd/;)̡�X��?x��{;T��?V�v�a�vՠ8������m�rqF�ߦt����>��_�A��?���P5(~N{�'\:o_\z���ʬ�c<�%�}[��J�5��<<���_����yR6$��k�j�~F���Lt���ɦq�N���DrÄ{��� ����x!E��:��0���r ��D�8���ҡ��hWaY[�p���q.�p�Qr�Fv:
�:&!=Q�Ί�PXǠ&e":�آ}0���hԺ�A����
oU�{��6���:��+D�޷3�2-m�y���,ͿH[�>�`�P�P���tQ�Z8�f�����	:g�AQ�V�*)�Bȃ��&���1�^o)*���k�V�y,Z��/X��V˸E���J?m��N+���g�jGl����ч|}���kC_��s&`4��l�-�B!�W;�ZmH��5��ƿ�+qJ�(�l�9��@gQY�9O2�]:�jXڠUPRb��Ty�q[T|�,1�%�g2�WZ�B�����bh����u�aI,�{b�A�1٪D�P놜�z�|$X>�t��B�����wʞ�N���j�a��Nn��6~,
��Kڠ��uX�h�}y=HЂ�h$�����A�T��g��wLa엪�͏�1a�x�r�
�J���t�<��&5Q���)`���6/4M��%���go��oj,
Z
cM��Z���p���Lh�֩gGdW��a����75Ł"�֨VFm���:jYh�ڴ�i��6�͛�q4e�Mݰn�1�Bt\�T1U�x�;$��1��H�kh�b�Ą�Џ��H�����1�S�[.�s���Kګ�d:�I����J����,
�~�~=8�p�Ӭٻ�ddx��
&�%b�(�Ns�
�ZF�sE=����X�x�-9��FTx
ʡ�6��u���sJ�n����Ԭ�xO*��(��^��F��fа4JH�۷���}wI�@-m��R�硢��'��,����(1&^�D
+1��/������������J_�i�^F"�����5<�M�ҍ�œ�KѾ���0�5J�@��c�����"f
�j�W.Z�1�mҴ�m^�d�����
oJ��)�m�[_s��E
��}�/�of��+�~��`P��]�q)��H����׾x�Ego��륾ᝁ F�i���� <���]4d+�>�P0�c#ۜ�z�w/��]�=�s@+ܳ�<4���-���#�H�w�4�f�EEi�xk��!���+T�-
m5�_Vq��&[�A)�f�����ӆ�5��,�(���>�,_mW�`
Ђ���v��9t�͛�Eo�s84*O��{����l�ӧo�	��LjF�/x^ý����^��&�S�P8��>��A&���::�ف V�7C3�!D6d���!X�|y:E��_%7���gk]�&Tm�c��VO�#P_�3k�*�"��_�/�o>|�����������1�r�'���X>�ҧ�/��%�H���yӳ�>����Z�j4һ�T@h��n�u����/~�L�y�C�a��aU�4�Wi���@~�d���y��G������Z�qi�$ݥ9p�C�@����&�sr��<>K1�ѿK�;J����D���,~�t���&�<��g��OvL���;^��I�C��J=��^FmB}d�C�,~�P�xG�2�?���XVD~��h"^�?�]n(5����2?�(8w�L�3�1��[H����E��l�7�?���+�G(���6}�[0�)��ư4
�A�k߄b�؝��k�Ŋ��uX��U�#�)V����7Ń��D��e��t�[���ٙ�>�@����84�� �-9����Z�.n}:���Ε�z���#��dh�!��
ǥ����k�O[�:���!�]Y�)�
�t��dO��r�����rv��P2�+�2�*T���EڄUj�PB�wK�Θ
=�����|�Ǥ<��3��n魠*ڿ�fMh�s�X>W�gO����N'$�u7��tAұ�A�����q��h�͌̇��D0��'�*��&4�0<BXFF�V�}�o�q|���߻�Gg�^��ä�kש�G������NrJ��w��s`Ϗ���U�L��:��J���^��	��c�k@�� }ߓ��M�$�?��t�^"�Y���S�N[yļ�+��]p}�L���FY>�HCA���qp��y��M?�x��	MzA���
�>Dm�7�r)y��蒾V�͍������l�1ύ�"wm�_\s	�ɬ�?�=OM�fR��5�U�C��ԫ�{�G�����eHa[�y����
�=sD� R�U�W%Rd1�'�=�uR�(/_� �9�ַܺI��
�"�%����;�0��ݎ����b�+M���G`�p�\�{��?sX΁R�K����V7��M3��y��>��
��s���h�)wd���c���yt�\��̌m��7�x���5~ng��l4mp‰�Ѩ�!k	ԣI�dBG�4CB�s�5C�OYb�jo��۰8=vMa�.��/l�n�����M�q�f���J��,�i��a��s2�`0:�{�Y�),fs~v�A�t��T��1��2?�+E1�V��h���cO=��B@����U�
X��y$c9��h���
����h�ׂU
��ׇL_�CAkHq�>�������yJ-��-?��I'��<��TJ#�2v��$d��1��h0�Y!}=��n�b�J0�d��N݊�T�l_9V9��Jk����m���{\n.ӡ�&GTA�B0��f�s�f�X
|,c�:��k;�u>Cv����F�ގ�sZL��W�T�x�c`d```a<=�|Ed<��Wnv�b|�F�������
��``b�d#�x�c`d``c������8�"Ȁi+{
�x��VKkA�y�<��,�5VIL�,���E����"�E"�'sj�����J��U3U=ߴ��K>�����Փ��g�_��(�ET��u���=O�'{?<c|u�>�Law��]+t�w���^��nD.�}k�zՇ��쯍U}ɩ�o9�:�΋���;��FШ����O��;��XS�B�[x���e#2U�o�ا�C��������??✼	9�Xz{w�>�	O3��E��*��De�[�=픖wE�:s�e�I5o�ÞR݇�G����=SB�P�s�|W�+�Ⱥ�	��}[0��l�]�1V����~�ٴ�F�o���M���r�����;�'�����O^gL���y�h�o����l7��/���ӌr�q3}=vC����C��HF=�ǡv���@�i�lr�.�r�4�C���үV����ldV¬�L�[�e��N���0WԿ�o�ϓ�iosW�wz:�z���Q��Y��Y��3���R�y��K �>?��+#�B����|�J���zj�����6�]@�UD-�P�v�>n໌u�;���W����O���MeFY�г���\�l@���*�!����u?�'�m������
�'�18��>�w��C�Ú\f�M��c}��~5���l���mo,.�}��Y��r�[�K����f\�y���B�G�y���o����C[�����
����|�E�E@
����\}�d<�z��/�
|�x���{T�g����N.��i�B�d�b!���3�i�M��e�$׹4��M�=�'4r���i�!�e������������}Nҿ�1��H6dH��A�T8T*�
�H�GJ%��K�^�
������2	RY����HY��Ryr*УB�Tq"(�*ѯ��T���D�S�Tu�T-�I����z
�jp�E/�N��:�R]ɕW����gKn�l7w��S�G�G�{�o�x���D��J�=é	=���Ż7����,5�w�0@N386C�����&�9^5��;�J-�H~�i	>��j�^+z���O��P�u/�/��w�R+�����=q� �v@G�S�LLgr���<��IR�B��]�<�1���ug���fO|�E���_�P;�ap�K\?��G�������ǁ�\���Ti5��s܇�}8�A�p	�O�?������Ͽ���R� �Kr�Q'�s�?�YO�w���1��IN���0��EQ
�S�9�?�'���0��i�O��do91�1��ٜ�X�Ų�X�b9�s�?��84�Q+����q>�_��:K�ຈ��L����zK�[�w˘Y<����r4/G�
f��+��*�$p�V�{"��r
�kr���Z��u�1	nI��x���c�7�l��Fzmd���f��L�-�ڂ[9�[�L�6�i{�[�G
�w�o:wSo3܇��j?�R镊���:�g&
>��u�:��s�GXK�˟���Qt�����8�;��<O��$�'�|
ON������2�Ltg��k��uo����\�G���|�؋輄���]書竬_×�h�ιȆ�
�o2�[�ݢw� ��q���L�g��<D�#r�=��'�|J~>��S�g�9�^г�o��/��/�
ͯX{]\Fe�l�)�H�X�L��eJ�dJ9�8+eJ{Ȕ�*.-��o�x���2|@6�t�L%7@l�^�@���(��ce�E�T�q>%S��IN-��bυ����!�.�ꎔqeϕ��ʸ�ȸ�xP�!�Fލ��4�I2^	2ެ7%���w�i$��<���_�L+8�;�гu�L�X�-��@��2A<;���@c'8��3�tAC�.3���=P&��p�(ۓ��1�����o���������O��)2�	ye�e0ڇd�eN��d��gF�{u�B��p��o����q�D��>�*3��	�s3������=��6��(���T~G�7�����7��L4���Y�C�ٜ�9��񜋮��z���]�����%�q	���ϖ1�T���e�W�e}�(�=��dr��w���s�oWs�e
\����迎�$�H�}nEc2�pϘ��o�����K�S
}w�o����Z{�/��o?9��w*z�� ��%
އ�a�a/�G�|���<�lO0��!�������r���Q&�<�/P3\�w��D��p����ˆ�
�n��܂�-��?�3u�>w�y��wᘋ��ɀ��u}�є��<��m�󐼇����O�~�p���)>���k�y�g���{ü�,��Ǜ��u���β�<d�-rJ�X�l	�K���l�<ٲN��Xs̖��'[��J���lOY'٪��բe���&ٚ� ]�%R�6��$ʺ˾C|� �ĺ=�m0C֝5�,�w�d=x6�V�\YO�(J��?(�m�,�!��~Sr��������~n S�%�Z�@6m�e�ю��p@~����e��tx�c`d``:�$ɠ�L@��`>(Mx����jAƿݤMk�`�R��AD��ݴ��7�?�Mhb�W�6;I�&�av��k_@��+@���U�o'c�BMH�7g�����<�������d�E	�,p?-QvZ^��S��J��r	/�g��p�}oyw�/��x���G��Y��:w�LƜl�e��>[.�1�[.b�q-��	u�y��זK�輵��mwfy����x�~������b�b�Ї��1BL I���vQ����K^��I��k��&���LŽ���D��0�fb����`0�(JfRMdD��I/��DK1�Z��`*�t�M��Ƭ d.�do<U��ڨ�U�ڴ��Mr�;�g�zpXm�k'�F�}���FUF��]�=j;௲��K��i"���bD�.x�B$�d��y�&��_j����Q�>��º\ՒO���-�9"Z��mW���j��\DI�滎��Sid�IΩ+�Щ�})��dG�»�2']�Z����J�Z��rl�$��;2��V���z���n�M�"�L4�R�+�_�
���e�k=��~^^8����D�9�yW�y�1�E&���ϋ�x�}Wt�ȲuU�b'X��̔ؖ�,O`����ݶ5�-� 0����̏��1�}�̰�����L�s~N�$ݾ�}oW))L��?����nJ]��.uc�ԭ�R��n�4d 9����0����
X	�ư	l
���l	[�ְ
�	���`{�v��`g�v��`w����`o���1����P�	���`8���`8V�L��¡pG��p
��p'��p����p�g��p�
�P��zj4�Fj�-hClX
]p�}p��5�C!D0���·�B�.�K�R�.�+�J�
��k�Z����F�	n�[�V�
n�;�N��{�^���Ax�G�Qx�'�Ix
��g�Yx���Ex	^�W�Ux3��
o���;��.x7������!�0��������	�$|
>
���������"�_�/�W��5�:|�	߂o�w��=�>�~?��O��3�9�~	��_�o���~�?Ÿ����+�
���¿����/��0��b�pX�a�Q\��q�čpc�7��ps��ĭpk�߄��v�=�;�N�3�n�;�{�^�7���c	�XAM��N�~�?��Ax0��p
�qg�P<�#�H<
��c�X<���D<)�:����x��g�x����X����:6��
[��ڸ��`�袇k��C�p�qq-���x^���x^�W�x^���x^�7�xތ��xގw�xލ��xޏ�>���>�O�>���>�/�����f|�߆o�w�;�]�n|�߇����C�a|
?�ŏ����I�~?��������E|��_Ư�W�k�u�~������w�{�}���?Ɵ�O�g�s�������o�
�����?��/�W��������?�_JQ�2���i�
T�a�QZF�i���hcڄ6��hsڂ���hkچ�D��v�=�@;�N�3�B��n�;�A{�^�7�C���S��T!�L��M�~�?@�At0B�h��i�f�P:��#�H:���c�X:����D:�N�S�T:�N�3�L:�Φs�\��ydQ��$E-jS�lZM]r�G}rɣ5�S@!E4G�@���Χ�B��.�K�R��.�+�J����k�Z�����F��n�[�V��n�;�N���{�^����Az��G�Qz��'�Iz���g�Yz����Ez�^�W�����cA�v#(�ot�?��S���tZ~A���y�b:
��n�N/vj������� D���UϝS���۫�|\�QHn��
�v�r��3�o�t��<Ϧj��C��Ҿk5���|����l�I���uw��9�b�a�
G1���0竖��N^�O踍n��X�o��uܾ

s��T��S�M!���ˮ�nS��V\Sh������Kѳ�n���~�mX=�[������ڡ�؍b��ZG��NX���v3��Y�_sT+N�
��_L:��>��WGAh�Ӳ���o�{	N��wG[VCɩ���rs��#_e=�o�N�gy5Y��VS&��u��f���L����D�� T^�n5���iY|��^~�Hˡg<�M��p�\�e|8~}Љgҝ�Z��0��n��A'��DAM�Q��}�,&&��9��#k"�G�8�
�������T?�ሆ%�b`�*ԭ��i��;���4�U�v���#�#�r{���"���g9�r��p���nY��b�)��w�Wy��Fc5���p�@
���~;~=���W���~���o��\��X�l�j�UX�W�;GY�=�W*�{�L��;�b*?!+�,a�^���C�W�~��l_�b���$��C�er�b2�}�N_crߥ�ZL�m�z�H؉z���*�L�d���I�rZ�8�$1%'�r�q�~�͙e΋�ok�o��9l��qB�~�ɽ�b�m3C=�A�&��p�c�'D��˛t�	��p~��l2s6�K)����7��4�R����r�bC����B�e��\܊�dDdE���zG��`$�`�C��!H����Uv��;�ɄV�
�Qy3Cu�V����87�'���F^Z�2���ٺ�8BP#
YJ�O��b��^:��TAΧVg�v�q��~��A����]vx�vg(����PwT��k78�G�������;�����y7�b@q�@�5T�>s�;�'M��I#��I3>+�7�A:p}��=�[|y�-N*��y�.��orJ���qQ�Y�X;�(�C�k�8����>koqD�Wpd5�E=�q�un���k�6�t��$��z�"cÎ��|١(�S	c���J)�0.Geɔq:�-�#�����$�Y=f��
��f��-Y��V�t�y�����XK�h�Q]�ԗ����H�
���e_����`~�(�5�TA��Fֱ<�b���=�.��o�w�š�
��I3љw���f�w3���ł|0˗��8-	��/�Ona�.�%�e�/$��է�����<���0�"/���h܈C����3��e9i�b�į9���;�8�$�"���G�!�H��J�aW�k��dqIf)�H���Ƕ��I�_�({�ڵrv�j(N�2���f-�����i�M����j�&�Pd>Q����ij�hr���&|���`D��C�����	{��nA9���YH��61G&Ύ��m/��%	iź�A�J��c��O��� �wt��C�����ŗ^l�4b�&��ψ8��W�V/��g��|�%�%Y����]%�Ԯ{M��>��ɏ���6�3Y
�����8Tcx��7�V.M�\7r8�G�
6��C����p�WlЋcS�\�Ha/r6��z#��^`����ޑ��5�,�Q�!����������^��ߴ]��&����h�����#���*Z�L�>K�,�G�ҧ��K�����\w>��5�]���-�2�䖠��qRs#?X�b�9�Vq�-ˎJK!	<�=
"��4s�ύ=���q���Wv�����/TK���k���Xe�dI���$9G��M7\�@�&��S��J�5����H��⁚+C%)�R�V��U)&���E}���Uc|��8�L
h�,]M
hR@����d�V�ui��(KQIf���)EU�	)4>&�<и��+RRb\��k�ӵ�J�+	�$���J�+	�$��0���,�� ʂ(����	g�u�!в��1tm�Z&��a�kEX+��V4tV�
!6dZC@��2dȐ���0a
����zh�L@f�ϻ?PUTTPUT��*4US^nHKh���Ą ��EE|Q_T��EE|Q�Ĥ &!��L
b��n�b�܊BLa�)���$EY����U)&����)��K2�!�0��X�Kb	C,a�IIHJ�3bC�`�1�!f0����3bC�`�	_FYeA�!0ʂ��"�� DzC�7DzC�7DzC�7*�0!���!���!���!���!���!���!�� LA��)S,z��.��sK"�!�UAT!�"�!�"�!�"�!�"�!�"�!�"�!�"�!�"�1)��DC"����JU۴41�kƙ"�)қ:�&]�2X�bB
�3�K��o����o����o����o����o����o����o����o����o��f)���Uz���u]�uY�z���RW����zB׃�V�zJ�Ӻ��lROi�)�;�y�4��ҼS�wJ�Ni�)�;�y�4��ҼS�W�Ҵ�ּӚwZ�Nk�i�;�y�5��ּӚwZ�Nk�iͫckI��Ҍ�Ѽ3�WGؒ����;�yg4��Ѽ3�wF��h�Y�;�yg5��ռ��wV�ΊS&5�&�դ��tV��j����	�assets/library/font-awesome/fonts/fa-regular-400.woff2000064400000061460151213253230016546 0ustar00wOF2c0
��b�6$ `�P�ʃ�˃*� @eA��QQ�a�I=�j�o�����_����q�<�<<O�V�V8�3�i9�j��4���R�J~#��K����'z��l���I�'T\ŕ��"��p�6���i����ÎeK�>�A
��)q�a�����?�"��>rs\qR�C���i�+x���5V��5�FU*u���=�A�c��I��r`3f-8;찜%R�g�s2K��dYK������J#�,K�ĎKK&��i��%�n
ԓG]�vQ>w?���S?���L�_ ��P��Y�}Z�NU�W���3m�v�����鍗��.J;<���e)����/	��.h�(UZW�2r�
��̬���5K��9�7d���`�``��L��/��΂uB�R�BHé|��kat��FAc���p�������\.�U
�*���!�� ����%W
rOi�a�����1���s�6�<�8���^����ާ�̕�}�(I`��5Ƭj��r(�L�du��Z��nu
�1f_��ȳ��'�GP����?��~���S�@矦|�����3�hFr� �Q~��V>X>�=#���I�M?i��u�2�#����uq+���O%�P��b��%fq��z��e=:�V��^�E�^�5T�^��5�����UB�pTˇ�Z>��1�V�C�Zˣ�5j��� �@�ʇh�t��4c�'�7y/-���G7~�+�ªˇ`-O1}��j@�3���V�dzZ�P�|<ܡ�����W[>�9�S����=�7��[>���R�ɪH��J5,�(����c����x���ts��!h�>sk���^mi��:�]kexV�p��fk��i�+�;[�������|ƣ�j�G��V�f��������{�����vBï��zԡ���<]���Թ6�Y[��J|'h��3�n�v�Q�w�I��v�Y�w�E�\v�U׻��nr�[��;Gw��x����H����O>"�����{�}���@~,w���sECqMQ)Z�)ŲbE���Vl/z�����
7|\׸M|�Ou�!5���?
L���4,�H�+MLӲ�<�H��޴/�H��t1]Iק�R-===#=3=+=;�4�<�"�.�1�9��Ξ���s�ƾ��l�~�?�O�_�I�-q$�$�$�J�KF�%������RUjJi,md�L��2S��� W�<�G�J>�w�!��F�
ZQ�hu�������:P�(���u�Nՙ:G�^ݧ���zD��q=������%HhX��E��x�b^	��W�+�5��x[���[?���������d�������'�� ��Td$;�iAKZњ6��=�`��w�6Ȭ�g��x��Hu�#����1��x '.(��jk�u�}�~�	=�����5���W��������� 馤� zV�� zR�W�;z��Q���Ԙ׹�\7��sٜ3��1�g�����d6�Yk&��G|]{ӂ.��������)V�S3LL��ń��E��=�nq7���>ם�w���|��7�����&7������8�y
�p���y�epN9��e�@���^��{4=<�r��t˩��-�h����s	+�*�+�+�+�*�+�*�+}*����G^r�b�e��L֖����G�-����w�lf67��M�&g����Y���o�q̚��8�cC���Ɩ�o���.�N�ē����?�߂�b�n�:^N���1<3���x*����U���0��u��qL������h?�%�v1݋���g��Dh��q-Q�_�N��`b��->O9�ള>K4�D=����nj�N�w��r�g�&�h�6��!S�{�I}��O4�`C5�p#�4J�v:u�+�6�X�7�D�L5�t��6�|,��R˭��:�l��v;��e�}�;�9Z�i�V��y��y��x�{��z�Wx�Wy�7x��x��y�wy��x��y���i}v]��r���t�{��ƌ�84`2�	�}pf �A8b��cf(��a8a���Sf$N�Q8c�pִ��yӉ�M7.��M�+f4��1�ތ�
fn4�q�����D�b&�]�6�����9���:��~#�D��Aݏp�}�M��s���>8@>�#�v���!��O�|�|x7�~�^��}��T�w���~�f�p������F��M14P,o�X��[�Slc���y�/z���J�2�ȸa�ΰ]=����ǧ���q0�Tc3���P������tR�F�@p�4� 
o!
o'��H`&��"M�I��20��$�H�����H{
[�`>�h$�
��`!�"XD����XL��t��j,#=,'�0hv<���,؉�w;@9�s��`�1_��.*�]���`W�]T{�$�*�s`��>7��
�m�-�
��~j�
�˰�����'P��.H4�H���J��I@)�� 	�� �
�$	�$P$=$��[��@c��@��@S�rlmE���
HU9+�� 5�_�l1��4i<
�5H�y�@ƀ��+|�j�5 �cX
2d���\0�����ȅ�×+�����<`�}�}`�G` �w`����� ��8�Q0�h`(hE������#Ak�6��M��I�=@{�A��^�:t��������̰S��ʰ3���.N@�ݠ{�٠�0�0� �0�0���(�Gr��=	,=e��:�M`1�ml����/p��8I�<�)��T�t�_�8O�1�@�
.R��=�����L�P���!�e�N�
nPփ)���&�p��3�C�u����!�Z�Tp���!p�\M��]r#���}��N�!��=�6y���|>&_��o���1e��FQ���{�RQ�D�"�B�&�J_Q�P�2��@�9�΢즜� ��(���aH��X=	�$Q�Pn�r�RS�۔�<���%e�(�P��e�(�Sf��@��(�Rֈ�O�,�e�Ȇ��"Q���L�&��@'��E����([E�a�xy	�6/�2B�C�<��)�D>�{�/��� �sP����rD�o�"������6hv���E
�g�.��n����7v����Fn�)�Հ���kP�[��(`ף���)������a
�k���-`w���[��v��݀\؝��ugAn��Q�v��wvk�:�nD��ݙ�vw�|c�e�{�I�_�������@�>
p%�ω��!V_�X}b�%���{o���% V�@�|˧��5E�|�II����$�<;��C �y*��Z�x셞T<�k���(V*�'y�I�q�O� BYY___}���כ����򾅽��!,8�@4���t��C�v�ݻv�ݾ��n��;�m�̧/�?���7a[��1;5.yQ,�X��Q��5��6ψ#by�N���u'<���fz���"���$�?���	[l�\�T�"�VA��}U�q���(��;D�1?m�6��GX�܄؃����c�a��M�G�&�3��Y�8i���G���k��݄F�0"�dD�.��%ї��f�	���w���ע\U�5�qͣW��`o�5��A�Al�RU�Zsy\�PQ�M]�+���my�7ndD,9P�Hk�A�`>��c�@210>��y�f��;	�蝵���?IS�����]>�M�1F�s���yC�)M�ҩ�$��	MKq�ͤ9O`�#��8�MgHj	�x*���4��� y(`��Q�I(o՜1���BH��!%.��������k���בR\6�M]7�1G�/������<W�ڱ<E\C�*�aC�~��
���TCEq��1���'� 3�s��_�]�5#�0��z)�#���V�_x%6a\NJ|�q�jJ~���� �U�MF�Z��|sï2�1����fl��G�{�� l�WJ�4Q�
)+67��ss�}�Ve��X�� �d������ʑԌ�;�0
`�À�~o��l����͑�~�L{�b�<��<Qp�/��L���/~=��[�n��x��Q<����`
ɱ<�N��ђ�B�fv�[&C���{TԀ�ei��=#�C�!�5)	!�?�,�ܲ��%�3����px���wꡋ�f��]�<�k�W�0����ڸN�iG{����Ҵ칓��1(�l,?(0�s�LN|����^�����s*g`P��/h�Cn6�#�Dy�̞���w~���Gb�W<�4�jҖQ�ߖ���i)CM����;�GO۽�Y��>����]@���oΉǢ�'�>�X����$��V���S#��'y��&����~��x�����xڇ�)W�ԐY#���8F����r��wr��#�1�j�-�0���
haa�R-$����|���)V����6�9.��U�<�3K�r�*b��ø������O蠬-%���/��e~N
�t]��҆���u:Ѷ�aW��_)�Tr��ZoZ����y&&����*��\c4*J���CD.��L���7&��ljز�{6|-kx�}۲���.��4Z���)K
�G��bI�C*G�ei���R!�V�b��%�!��m��S��h��A�׸��퐃��gF�k"��w�8<.�'Ur�y��*�qYE~��z�`9�ʺ�+u4p��q���:;��R�)�F*��(V�J�@<�WG��1������R����`E�f�|�����ն杅�GqYEq=,��'R9,�ɥ�.��h�t��;pa�
~4``�7��-��0x�bu�k�kd?j�:��.#��E�!���b���x��Ѣ1(�KQ!*��}��+�tZ`���WLT�f�1�)憆ƒQ��X*GL�Zg1zX��0��
�YRVm�
Dx��Q]5q�(&/��s���j�vN�-t��KK�--�c���b��X,..��/
Ր��\�-p���۶n����=�/�|tM�����D,+�G��CC��e��bm�|(��VFl�0t{dui��9�:�;������H��Px�C�cUS��8
�_�c�ݯY���7S�,f\�o�~�7~��x�@�57Ý�[�q��{��AW�`g�����tK��_��\5��N�1��LD�ʟ��}���B)9��m۶!?T]tn۶��u*Gl�i�762��|�Q3����&W8>o�qG}�� ��W�$�R"�D5�V�,/�b?]����[T�F��YR������Y!����5BH�����G��27c��93����0;k
a�J)�<�$�@œN���I��PԵ��_9�����*cU�ρ�hZ�w��F��Fk�d�!א���Ȫj�}T��"�ơϙVWt����SV<e+��(^ߦ��"��_o$��F�ae}�2��&z�c������f,����Ҽ֝�.����ꮜ�O����nj\S�4d6=�ϰk��9���eV��;|��+�noV���}�:83�3#b�����"�a��3�Y�=��sPvn��.=����8�+|P��|��B�O�1F/x@�@�i�M�ڏ\��@ٚ��lB��%/O��ֺ͆w":��^k��n��Y�d��
{�Џ��b�$f�W/ZLXM�M2���l���=�
�H4�3&�[�XE�%�`��W�1m+s�BH�|�qj�:�����+����R
�ܟ.`��HV�A(U�{��Nʵ�N�jl�C9�z�!��ȳ���ħbJŕ��P��Rf��6#��6w	7nY�-�|@�^G)49�E��j6�j���ˤ<�G�?�<T��9a�=�}��Š��if{����Pd���*1�Ce.�o�ū�@
�~�}2�Sj�$�~,ԇg���{I��Q���R�T�t��a��6<uj��l�珲W'N�<� *�G����f���[��'���)}~y�a6*�<�-��*�������8��
�ڍ7ΜX$d�ę=��6�KK�~��1��gΜX$ȝʑP�70��G��ԹP�W�%	nS�*U�H�J#�c�d5�2Z|�v<��	�^�Kx���#��|4�^:���m��9�#�3d���g<n�1�6^��i�>��T���!P>��|�|��F1�oNoL�S��j�Z�����4����kr�CV��m�<z�nw�j����g�a�,�ZêH�P�7�ԙv��=&ٚ��]�M� �";���(2���=URU�B���E�Y*�]��5%T�H�e%�"g������w���J�m�.Z"�C�Ff�������l3dHu��ޖMIӨ�z(�)���~���)�["4�,�4
$I�I����S]Z8�-Gn�3�=�_Dlƻj�A�����B���u~GT"B[[��NF�k�F#�ӿ|�m������?�G�k�/��ߍ���.^B�1��_���GU�(��E�wѠ�>P#,�"��hoO�{|D��'1u�E�n e*�;��W�����
F(��u�GUW}A	𻕠�A��At��+�b��Gt���'tv�9���VL�r�
4K�>U��Ұ��hs��7qϱ���m�[�>�q���sl��z���s�s�Q���q���ċ�w�O�("��\�}�7�7��8;��>��_���j�w�H�au�Y'Kk���I�9�T5�_�9>�y�S���O�6�Y�^�
����2
����!�������^�Eq�d�8��j�Ey�EB���N'̢���q��=��ӵ������2��~�c���. /��=�^Ξ<�,�c�t�B��ݿ��͙as�����Ex�HD�d�V��i�
׊�R�I��Y�~-	�H������>Ui���R���?�$�s+���p{��������vq�s����W���(Bl�sm�(�k���!5B>�|F
ӌu����`0��,�XފA�i
��楥�'>�Z��ku�hZ �@ <�	��3�E���D���L��X�{�(�꩐T�Ni�H�6��?B�`��s���x�F,�~�l�"�gY��z���p�د�W��q�|, �����!��P$1f<������T��w<m0&E���'�|Ҕ�{t�ƺ��߰�{\�|@8��g`AC�=�UC�x��9
�3���FJ�N���{�U�N�M�CL1��G9t�f��m6]w�u\��ˏ��Z�[}h5�iYͯ<t%_%�f�o�5�˕(�,/!n4<��x�y3k�[�̻����_�5]�l�/��K�`������vD�#	�si�����a �R��G�ùz�E���־F�b�{z��[�Nw;����Ks�g�w�"2�XYi��5VV6��pas���67/�����?oӱ�l�M��U��5����2�����������CA������ݤ?�u�$��$�$�z/��4h��sD�3�����R��%nN�[���N���#{i�5t�����rWv�9:�Qv�x��߾I���7}gs!���#X۽�,d;bT�>՚����aA��fX��X�c0>u�r7@d������8uϣ�>���X^^��+��5�`P�Q����|�[��+��S��j,���Z�~��gݯ�|��2`���_�T�f.Iל���W���Y���Q��m��o�lq?`6�����})/�s�U��OS�2��-n�_-^5�:����,s{�ՙ�b�#���ѿap�Qy�Z���Y�(�qZN�x�r:)��\y��M]r�0�TsL��~u��YeW���?64`�@�L �^�������-����zEopH� �(7[+Fy>u��G-�b�q�����{u�E�/����4d�`����Њ����REg�Z
�zY�[��kZ��"K��-�r���c/7{��T��x�嗙�f�RC�_���
����M�A�;�qM+��`���
�Q��.0�#�Mea�w-$mڔi�=���w�*c++���ʊ��A���]��vо�c��ⱷ��E��4�̋�jǮ;=D:�g>3<fl
�q\����̯�UPb&LN��D����&ٹٖ��Kݰ��Y��Z�ݐ�R���ߣ2�o�=��>��֒�lS%F�#|O���t
=��󽈐�f�&��zH~�Z�2����#rkz�e���„�
*8Bb�~B�(�XQ��D��bSJ��8
U��ndiM���%��v6��o�~�h
�}���4��J�^,��(��糙�b
��u�"�a$���)�{�{�z�!D�Qoz>���t�@�ۉ�9˚��Ͽ9�!F��jZ�� vE$%{(�u���e����s~�B$i�f�ؕ�����:m�D$"
ג�$�F*���ШH�XA��$b:�dC�E�s�!�[�c� 0e�cϖ/���}��qY��y���(�O�µk��U�'N�On[��.�?��8M�.�v�����u�͏�r|^����k�v�ڱc���2��^���/�c����xl���d��qFl^��8��M�慥�%��$ˣ��`���p��p���u�6x^')���g�a�@3�:�y��<'��sYT�j�,�a����p�Q��ؖj6-L��է���O��������ɡ��'���1�����;z^�I�Ac��*O�������$]_?�o����+�1�T�N�b$�x��R�3�
��>�嬸�T�i��j�f]�in�ʛ�� }d}q}��G�ױg�����$�*+X��y_O�X�!��fʒJ"m0�K+�v�"I+�v6�a=��Y�ͯ��\Y��#��VV6�W�k�
���$�E��
�J�<��Y��ŏ��tZ(����wu;$\�3���c��L�w���y�A;6ap��i=����(�:�Un�Qs��b1Y�f�)+^�|DGw&�i�����i�W�y�9�W�Zg�Y�9�ٺ_��Ͼ�P��|�Oɳ�pTjmD�n�=��/MI��GGC�Tt�#��Qm$#L��i�1�"�t:O@(�F�����V�*��:�He?~���N�����XD�^("-܍�ue_25����8H�{<#���|@1J�Ó<��f=�nK͎4�����c$�֪�^Vz���8M:����ã..^������x9�F�JM�	��2A�*�g7(����vN�"x�"(�8˩b������g�>v"�D�k�2�V�8��j������j�OH�����Y�$ɤ�Jһ�'%Ҩ���T�$��fW�T<Nby(KR]B���9�HN�/g�"���ϯ,vkMIRB�)I�$���5i�^Cȥ΁���b�
M�hVrdy.�{��7N�t��h4>��W�O+^�6F�L�>7r���:u�_Ec�����¯�ƒ�4(b�Mu�1�Sp��$[�о���Nv������2�8�S�JA9��AqO�Y�K'O&}�M�u�-9�]��)���Om��T
��E'7���ܠٴ�(��~�G��*�(&���ɥ���0]�?%)F�k�ʩ�S�ˁ�M������k5��@֢<�;ri�_�y�M��*l�mv4���H^�N3Z�ZȠlΧ7G�c�F�3y9�Ge:j����Ʀ��a��=��6����s~������e�6	��p��"L��a6�;٪z�C`u��N��xpW�$����P)Q\vT�9jN5
y9u$E����G=ؕ}�o�������s����]�����#ђ?�2�ݴ�F]�:��N��-x
��w�7`��Qf�cI-+7N���K��GE�V�T�	��E�J��U�|��G�q��T�\	i�/��g�}�G��t�U�_�Q�Cc����c�6{����(4�r1]!d%�X�2�m��!m���E��yǚ� ��0]�n7O͖%+-�v��
���pD>L����랇�6���ۮA����bz1]!�M��s��i5�㙉��!�<��0�⸟�
_(�
��
�FP�y���aG�T�c4����]�xv7��9ȅ$.�Y(�1��a(�
1�uq؂g�-��?��<7|�
L�~a��o5�'j�M��D'�I!���,��(���0�؜�Gh�����(�r"�R���x������^gp<*�0��q�������KH�׏Uڏ�T��j\Vi<.o���
�]
�>�5h)WƷ]-6���~,���xo�'��~���2�0�2��8�-���0[�:2��G�?���Q^��l��8ҟ����f��>(��9�~�<lSh��,�ܹ��b�|��1�Z�v�ƒ�_x�����໮+�k֒"��T�D����r���"�i:A��"�x��}��t}�c��^�o�ކ$�E��8��oc��naix����"�oT�kBT�|MZ�ȝ�d2�Ǟ�y~�dض��2�}���}R�L�"0G[�5&�Eӊ�R�ئ�o#.�`[�z�E�E��" �%��1 ���?�������f����'ȣ[և#��y饗8"�Y!���]��Adb�_�G��x��D��k���2H�GE�xvb��-Խ��Kf豅��]�F�AG�٥��m�qł�yq.%C¹���qq��X���t82]oah��f���./�_M�H��pgp��GR_deV"	i�en,bEW�,�<�2>�hֶlT$f�M�
*u3r�5F�}\��%�P"E=.g��}Mk��kj��u)��R�\��,�e9"�0�/�2�]hkF��hxn�j��h�
m,�Vk��h���,�gY��)F��8]�a�"�`	�+Лb�c���kM�O��%�8�1�,��6*F��qz��:b�����R���*_D�����V�a�g�Ka<O}�V�}��:���S��o�6�m[~q�zjq���b��Vo�ں����X�|�k���g�|��D�B���R��7�eY�g�(�[f�Y��N���Y��v�K�~Dx	���"���<��Z�k˱����9�k��	_kK����ט��_[�;�5�H�'`�	���Ŕ�ܨ�>��Gԑ �\��/��<{��Y}N���V�N+0����)յ��Aк��;;;��륏�$�)�����v��x�D7#2F��q�SqX�G�p�|�8� hi����nj� �)7����#2=,oF��lk�ҡ�?�cr��=��+���h��`�^�
��4�.+N c%<��x����1Z�����Wƨ�K�("S�������R�h�z&ӓ*,'�
�ƌ;�L�D|��#CFVd�	85r��f�"�L�M=��3n�L��;�s��]���n#��ٺ��ɫu��%�m�@4�3��\�7�y�O����X]�~����יj&1�[�f�=nԣ��9#T;�.-uc����Q���u��4P�p>��p>4��kʹ�*n�?��%x^�%:��8�1K9�B4Q^��Ƭ`�
�
	����Μ��+j�L��ޏ?�v��c�8�ٮ��F�뙶?Ʃ_�w��
�����G�c��E�U��qTh��tG��n]���@�a��,�=�ytt�rD~I
Q��8��a�c\6'ȏ�s����
��ϝK��rv��'��	�%�e�1Ɠ�;��s���F�ny��P��^�Z�4]B̺BH#Bn\��a�V��4?a[���oٖ%a��T�Cm[�QU�n2
���..���Dי�-����9������_b[�B��$7��=����t��\w���3P���N���[y�1�=gIqMx
�`~����'����
��h���[<��T�PvalE���I��ei�O�a?�*���L��Y�걏���4��7u)��;���L��X�
�����&����*I2qM$�
pN"��s�/�s># eTCk�y�y�#Fa�yGG���#����q�7������f�QY"�cQ$d{=PRtV�=<4�s�o�'��ur�Ye��>�:���D�3?K��1��a��]�R9��}�����a�l�9_���k�+y:A׽�8Z�>:jʀ97�^T�S�&��r|E����ᑡ]7T�9U����d��H��X�3��hssO���,�y2V�:E6�.�n7����g3��p6*�$|
ԡ�-*%��!��q/ zy�?6�OEx�!dʨp3=s�%9a�+�ٰ
�8�8a�~�mJ�ؼO����x9�u�M0[.�f�z����� �S1�g�\�����q�l7��}ސd�y�#%@�N���u����L���G�Afy^���1H1)�X�O���.�[6�o�0'`��Lsv�D$5�f���)1��Vj,`��0x�?��5�U]U�5�{N���y�J�{8�nI�&�e+�&��ˈ�����m5���=b%���QE�k���t]�٘麮�1~��X#����|��
Y��fղm䦬X����$Y�!����p4�g��ֽ6U���{�����jU�N]gGL�u�1] ǿ���~6��IƎ�\`΂
F,Z��2͙g]�O��/
�{DuV�J�!5�0���*�0��I?��ӷw�瑅�_�+-���O	���W��[s�	�a���f�Y"s�Y(D����WI�,ɰ�"�
K�Z撬b� H%QX�
F���$���ew]3-K�^e+
�ؠ�b��[��e<?s���;�u}�G�g�wWX�V��Z�9�cPZ����̼ٽ���&yf+���W{ؕ�;�d�
!����&���I�v�wcB��$���ݤ���n�fj�Bn���V3�������a'��:ADM�eMQ,E�!W���nUUQ"Y�"ˊ"K�ʵ3W�7*���N,Dg����� "*�,�A��/�qQ�e�ZA�
��H/�T�
~Ҩ&��k�.��X���L���msU��N����|�m���]�ZٶmGQm*�rܮmG�ZՈ�.�5���p?<o�4�8gd�ds=�1�͗�'���	G�ǠN���)���o��@���H=�;�{��%�^T�����9����K_�����e��g��D���W�Y!C�J��������hJaea����#ӕ�R8#�!�;̆�4MSH�sReph��n�0��"oG�D���n�n���9�9�.�P�1�*T����o���=�N��p��B:��2=�86}�������x�j���������(\�}��Y?��-��m	�n`���ݝ��g��@^k�Ӆr���Z�����ri�7]�N˩*�/��S���S kс���u���D��}����}w����bMV�n�h{�ރ�w��e��t:m�{�X������֎�Z����s:�9�|2��]a^��%F��sKKKK��i�e^�$�ϵ�ı��uM�,M��~����g��<-�Ѻ�f�j1J�FG9`~�q^�4e�Rt]Ȳ����"+��*������JO��6���k�u�9r�<�	x�`�v�
��R�J��`g���:Z1�7*�!�Ӵ�����C�T*$��.�
�B�v{e�m$Ԓw��h��D����N�=��kv��Y���5S��+Σ��t:��N����!�K`�\J�"Zh��A�#1F8�+�F�����aО��ۣ���z�x�e�^`���ө�H4���)��b��~���vT*A`���C��A/�`^bSP�+2��%�i�:���c��l��$���,-�l���~��4	��M$M�a�]3��o�{�b��,E!*�|�1�MK]��Vk��$��]��q)c��ju�цq�b�&���p�����bY/E��lb��-C*���f[$FE���GB�2�D���B|Jd�M�L
Q�`�>�re4��hrn��
�1׵�=��9�u��/ѝL&�=YB\�N&�GW��~m2���Ķ�ۯ����T��B�{��k��d�3�Ҫ@:>>��/C�P�~MK(NΪ�/}��_>(�y��,Q���H�:����mKc�8^9^�{��{߄w~�ӟ���'L��7_�túmM�ǃ�4�c�}�_�7�?p���(4��6�:��0�����)x;�|"����ơ~ҏiv؉��.�8�t�:R�q��QA�HD?�&�J�"�P�v�WE��z�'6~���߯Q�D�QDT��/��)��n��yU���'Z]I"�vE|?"�2�,ˈ��I�|E�$�_���8錱Ԗ}�9�l�������}�r�&+j%�5���7e��ޥQMNW���
����$�s�cD�]������/�zl:����1���]�h6 b�/
h�d����ۺhc{ߢc��
�tJ�׼��vCR��v�y�r�:Q\h7"_i�������C�$�_�HT�&�0�H�G�@�kn�[�8����f�卢T�$5���q1���M���a�E���!Xp�Y�5
D�'�E���™�ݡI*�͜Y˖��t�l���W����F�O~hkk�{�t��P��(�B%���e�N��u����^�p�E�u���O�t�Լu>��n�S���/����?�2F�\1�!q�DA���	��O7����U�a,�� ��\��nW���nW*�<�߯��u�~G����O����YFp�vJ%�J��$b��qV��"x��?1����B��X�/,���sXt�~m���S:�6XUw9�������-ϱ9G`�L+K�"b���i�u��4Q����D�y��Jc��j�kZu�<U�sD�Z�
f�C�"�;�ܗ�/��ZjxAC��1I��T���2]��Id�Ƴg�۫k��a��V�w�EU��n�芛�3m��"S��W�nx
<o�����߂����Q����$g�;���֪�)�Z8�B-v7q����C3�Q���{�
E��8��Z��,�9h~�T6}�0�t����4i��1�_f�,UڍS�H,DnK�iz�i���ǡ?K'�{.�p��U�qѨV��-���yy�F$�#���ɓ�\H��n�4���D�)E�隊�ќp�B�l	9|��aI����k�[��T�Ǎj���6��F,D>X�\�����a^]�%��̟�0�=5	�	>��;�5�1�lD"�$Q��_�fV�fj�y���rv�큑e���_SG��9a�~ı�CW�M�5�.N`���B�����>{��+�G����ٹBc ǸA�~6��رAf�O���� ���~h�/y��9Ǝj�k4������Yi�A0�;q_S$'�̣u�Jn��k����Z4\�vu	54PEå�G�?�*?�(׮~68
~�w����,_��t��:m�-K׮.�ⓨ��B�r��Ի��m���YeW��0�(���b!��t|�\
����坅V�t������k�x�ͫW�^m�6��9�E����W��}�y�ܮ׺��S�>����ׅ��B0P�M��Io/��!TϺ��9��0 %Qd�؊|�C��fW�bdv�x0̆���5X�T���B)�����W�e�����{z��t�-�tú�=K�m}
C��%��ȩ�K�u�+�����p�|n.���ɵ�Eϫ�M�q�j��w�Q�T~*"$������G�c���r+�e㜉:<�l�wpybR�BcS�����W'����Vδ ,�l�9���a6U&}�S�Ϲq����Kp�ϰꞇ�_����[9��i�H.���C�=�nހR�	Fx{Sr�7DT�{��3�\���3ҕ�:��|?���^�ӕ�o�"?'�{�]�K�D��9"_�� ^�g�����wL�0M�:��8F-��� 4�,�"�PС�i��G�I���~��'k�ZF�=C�J#Q�H ܍m�聇v�~g]�d"�Y$���Hǁ���%�ƘBè�YI��}s��b��k�7ފo�{>s$�cUM�V���J'�Vs�ky���(���d
a?�H*5~�����FQ�n3%Q�`� �zo���"ʮW�g�"c�L;�q	��[檤j3�qD[�'��	�E�j��v		��щ���G9��y���$�fx��c��k�\�ܰ_t����B�BձI����`j������w�W�V+���w8����+Q;��""�=��A�b7�	X]+�;�לX{2"$z�7����T�xFz�%8
S�o�Bu����P/��*ڍ��ϸ	6\,F™��%n?��*I2���P=�5���{Tˮ�"�5m5�ƸS�m�`��P�tm�C�,9^���a�U�}�˜4��P�)��˚煷X�f>�qQ�5�W���	�rM
l��2.���S6�Z$4ղkO\�3&+�W�eE��_k���j5
%ٵ�Y�J!��Á��S[���*�m�R�6..b��e�]��Эo�2�����(�{<�����}����D��Vܗ���D��Z�B)��/(r���3-��N�'31L�A�`)�;�����5͖$�2e�~Zj}k�Run���'��e�sD%��oq<���T�ۆ�u��L�^��1G�����E�YoيLeœ<ͥl��Z[��&�U7@8���'ɌWk���n7�"UP�!"��C�����C%|���rNϠ��p��.<���{؜��K�4˔�|��s/�2��I�$t�����Y~�\�b	l�yK�(��r�a�a'B
���l�*b�<��ԃ@��!D�j�ڰ�$f��"�J�njU]�3��EQD��K6S��2U��@���y����P  ��W�2n����i�8���f��.D�DL�U�䴧��[���<H	�8����۾
_`����Q�̘��.!���
����x^��s/��N����x�װ��a����!��F�b��+�CIO�����Ч�.�Htw"��Su�U��ޞ^�:.]�^K]!�v�c����|��~�&at�ٙR��R����$��K3Ϩ��-�mն����S-�'ct��!ͬq��TR��\R���J��%�U@�r@,r�ꖽ��s�f$�iϚhr��v}�:OuB}Q��H������ʊ�Ğd���s����=���=��#5i��Ž����~��#����d�g>"rp��}2�O@`N`�|�f��b*��O4��E�f]�M27EA7��KF�u�,�@����ȁi��߸���7n�whVy�Q��ڒ�f��Q���R�k�?Ź�O��q��cl��ʹ��,//c�d����p@��L\ŗ�E"Y��fT��0�8/[Ǿ)���3z0/[�8e�kC��*���:����kQlۜ����%�#�o�mE�����m�m�Gh��a�xn���p����ȏ���h(�{Νt�3�	#I��8����Z7�sݣ0
��ֹ���o��:��i�ur*_$`a@��B�Σ�f��(�`�ϰ�t$�u;Y��u��Gg�~����MH�|���I5--�wy�9kf<�q)=�t<&U���B�C�N�)?Ж;�)N��i����yj�h��2�Hd"H�d�Zf�l�	��N-��	�/Q(+@��٨ȁ#I�����������./WH�G�2*��?1�����N����AŶS7-]G۲���^�����'�Ʉ�����ߣhs���s�JP�xu��,]gm����%R_�4��N���~Ҹ�i�s�u�+\�R��s��؎�����<W�
�bԣu]�$K�tS�5�Q������=�lV�&��:���eoC�*�H�u�����O��#��#��﫝*��j�I-�V���|��5�OKTa	.��Y���g���/�H���E��)}� Yi�<�v5���祗\?p^�~��>���Q�CZ�Q<t����r_%�E?o;��Q�����
��>��B<����G��1ȸz�p?�Wg����=�z�wã��n�M&(�9���Ob�aZe�UmP�$�̣�v���ܙ�\Ԣ����-͘���s�(iBP3�y>��S2mNG����8:]�C�<N�.'�$�?Mőh�^����'�d�[M6�^����	%�/�6�@g�Nx��p�s���E�CX�wH�7�uI���K/�Yh��C�f�n-�Zm��c��b!��N�0l��aH��Gk�e���;����	⥽*7J��{�1�{7o�7֜�"���dZ��A��֧��*�ڪ�I�ӆM��@lh�8�T��~�bE�L�(CTX�	q�m�����pu�e:�>��w��A���8HɌ��H'�q��ݞ���'\�U��T|Qr]�#b����O\��he�:M� ��~WD��$���!����R�>�c�:U$	v�a�e"cW���p�k���
�����L��ٝ�fP!��V�w��J�M%����ig���/L��{R���kp�(*�Z�3S��+s���-a�2&L4\G����Zm��0�d�����MD1�"b�p��rJ�](��4_Q����:��5��J�6I.�@|6���l������E;��Y4�b��+&vk�#o��,��s��$����`Q��tĘ�xYd���>�F�QD��2�q6��P��[��ہ�Ew�={GD�5��v0��a��g7s]A��~KZ�LO�HtR0��H^�4j��X��E����D�Y����H��;��o��'#�u���$���_�g`C��^x
|
�O8��ֶB$B�B�M�%���&�u�d�Q��h�f23	L<͑����/����,}C��c�q��(~vm{�m<�p��>t�|�1;=�ssss�\/��P�p�!�ܾE�����p[�t|x�p�F�}�;`�����"`�Z�Zf�:��<<�6/��u��Դ�Xc�O�|���Qۦk6�,z�!L=�Am�<��8l��7�����|���$ .�9�x�i��0FT�i���~۽t�:T(W4�m���2N�1�B0$BЊ���p���T�2�M��]j6�a��5E�wH��g
�8�<cͭC2)T���]U�1��C�@I�7�]�B�V�4�r���2��I��
�E�&lZ��5�Ql��ཹ����C
~��6�*��1��	`���)�s~�YD�5�Bv�D�f�R8�9�L�����4���(��Ӹq�ڡ6O��{��PA��ȋ�^�ˆw)����_&Do���8�Y=o
zO��?g!����*f�zTC�B�(��Mx�Vo"��v�r5�o�R�$�8�,o����g����l�??����G}�̙��p�����,�]K�
���X�<p�ȑ#�K/���G����K;�߅�㜕�3����RF=t���GV�4i$�eO�S�s�oQ�#�U�<���s��jX:�(�_G�B�w�e�ek�ߜv+'�hu�
��: �C�T�q���j���m�UedEh�4�n8��;A�����5�~a����������A`'l�+Ѝ�����~��3O�d�nA�`�\bP"uˠEr!p�r�����û3���v-���JK	��r8E�;(�
c�֞�9�R��w4@�l�.��������?0+̶����*҇
��vs�É�h��B���v{|����r��i�9�+�J]Uv1���5��!��F��nߐ�eۖ/��� ���:��1=*��c		��`��za����u�f�k��l"���3>qϙ�bҐ�s/�x.�a;���W[�C�[y�s�������]����oΏ�(�(F\�b[��alX�=j�υ��ݜѝ�F݅�#Du_�s���/�D�k�$���Db��̒"��搤� ��lz�2X��9(��Ȓl�%a|T����,���d��ɓ���U��m{ݡŻF
c܀�JN-�DY㤳�e����}�V*�慣�L�o��>�>�-p��0;�ɕ`Y��Wp&�n��ܹ�騠�=�̋l������F�Ѩ��g��p�{k�DZC�Q�o��J~*�CdtBkZY��Z'&Os�u�*��E���0Cs�B�aF��nm����R�ղRK��Ե�rb~�ӟ�����łY��i���궰<���\S�>Ud�;U{�kt�Ӄ�S�js�@6ڇ.C�#�SDB���w�αB�,�t&v(ҝ�P��B���(��fp�
e۾�%��^*����-U.կ�o��m+'t=n�BY��.ʰ֏2+Y���؊s���Zî[��x��x�U��+;(�0nyx�FDz(6Z���^��C��?����B��R�y������{�󴣽�Nޜ;��2�Y 39U�� �,�S2���~v��� }B��.����}�K��_��(��tVWWW)N}�q��@i}�y���F����]�N�Q�
�i���id�7|�@U/���&ڭ^+�X�M2OOμX��4MS���ڡ��i:ZISXOBL�|�1�,���X�Y���B���#Ԥ̒���.���%�	�|��+�l���m��0x})PU����G_oM;/�����TpըUH�6oj�Ƕ}�y��K��^3�3ˏ.���R���dZ�=���I(Ÿ���!%p�i_O����+g�?ʿ����jO�C_F9R�W]�T���0�?�Vk�*��ekm���H��Bh[��˲l)��
r݁���D�	&���6���
j�w�ۜ��Z�n��'d�QV��T��Ԏ�Y՚�OjӴ4�zEs��d�ה�E���x����:�y�4Li{�r4��Q��ƘP�y�(ͥy'��\+��Z�Ʌh�t �Ov���9&�!X6�Đ�T��H�Ϡ�G��E.fy|���6L�BG#Tm�|��/�2��vt]�V�}�!�|_Jb�v�	��a.�����d�A`�9"l��Ŷ��u��n�Ϻ��:r%�8�X�4ϕ�Y[�dNW.?�$�K���f������t����b�.��DF5�)�Q��[P��w��.� �\n4�eE���N����o���d��<�&#��Qs����������l��,0od���b܍3^̗&�&��L��V��/
�Y���I�y3�^o�HC7e
ѭ'G5�7�N��h�4
È���ܹs�c��ҥHซ�p�����}���Y��>���l��;`�(c�:�]��\K��p�6MQ���^/�pf��ُ$����4U�<��L[։�=�#*&w*ae�N{8Q%��c��Y9�	
C��H(#�����
�3���&�o�꛱ʍ��4K���y+I6⑚�tW�Ȳ8�}�L��Zs���:����d��K8��8#qvX�Ɣ+�)�@�Z��q�X�N�}y��;Q
]�N��CGL�1��pwyQr���#�,�}��Gƅq��9&Y����F��,�*ark^�Ffً��!�#��bO�g�+���2��#%8��ܰ�J�_��2�NlQi��vj�l��P�1�i��nw�12d��MMLw���즶���\�� �@i|M�M����p�ѹ���6c���^%uL�)A�C_N�Qw��N��A[p��X*��*a�)��(:������z��P��.������ڲ)��%y��l��'�MԶ�.M<j[ZsA��'%�u)\k˦ѻ����Ψ���@�����[3��
�T���;�����
7�`7���$�L��[��0n��[?�W�iJM������a�")�*����#$��j��h-�[у�����a/ˆ���fUNJ
]6΅�q�:�7���a2��Ƅ?��&�m
�)BI<H��x杆y�,Z�9�F��0�[;�a�-殣or��q����a��w]u�a�ޱ�����|CLIk;<O�?���K��]����f��l65��5�~u��Q�9#�3�)a�ۿ�0����ѪV+ñv�����q��������m�-9%ߛ|�/-���W_�k˿��D���#�n6�ժ)���&�xll�p.�
���EN��<�����ǜ��`6��f�N~�a��碿�{ST'Kd4�HC˞�/B�2����tX��A��b��PJ�MJ��R�,��}��ǖ�
�j�ij�?�f�ɀ1Rm3B��cBX\!�kޟy[U(���XF��5��+�3Ћ���oj���7̬FUp9��q��������S�D�ʲ~+�T}�~�e$
31!Zc��(	i	���S��bb��K.ٺuBp��}����]�勎T�u��?vl�>וJ:��e?s|_k͵vmb�%�X\`��]Ծ�<Ԟ8�6M�4JZ4��T+Nw�1@�\)F���m�C0�u�6��m��`����6�r
-#�~�j�C>=v���0&t��(���'l��^�čև�M�ڧ�>t=����p�fl���"`�
JL�F��*����-�D&�t+��
�E�oL�>�J��Em�B*:�ס�(�r����N�\\�>#�I���C�
2�mϲ�����o�V}mW�l;�Yn�F�_���n��|���۬61q��^A��_Sѐd∞j
œka$�ה�(yܴ}…�z`i������LPA�g�����Ӓs%F�&�\NW�/y��y%5
vO223C�$��hwF��&G`&�w�t5:��F���B�=4ht�S���,�������s�HW�(8��u�!�-�A!�e��¹E�9���1"Q�����Z+;��K}fy�(}T�R�Zu��m7�h��F���J�R9��6����d2&e�Z���-c:"Q�u}d�"�pb�7'
�����SS?�\@D_��LAn`��Lb�c�,˲�������$m%ި�j�~]^��g�}�$͚⠶"��3����Q)��*��`qB)�/�n�Q���բ����FŐ�08�sÐ�0�� �1NחU����38��67%-��}�X�	�S�����<)��2��/v����M����I�o��s���Z�OI�����;�'�Oj_@��@��0��؜��P���$I$�7e�j�^Z�f�1+DG�s���4E��,���#�%�لa	j����,�p���O����^�~�,)xS�����R�K��s��9�����4�:A��cL;�g�4b�5�a2�h?`��
޲��0���^a�!0��-����%�rq/a]B��$���s<�d�q�4.1��Z˽��:BO��8��m���{^^;=�l…�)�����fS�^�7[�0�5]�T��i\���3��0���J�x��%�.��U�g�	������x� h�.��|F��I瘲�=��4����T�+Y&���K�ѲE�>���bYB7q�LA�N�ɦ��6�`�x&5'-R�v�|~ލ����żJ��S�I4Ց�`��d��T��p��J-4�x��F�SB����
!6�R��"�ELb�K��
�0�w���0��<��cd�d�"��m�]����x����>CP�HO@j�s�A�ʈB�⌄�-4����0���]�獯E���kM1�O�Oa5*��O�:b>A��EGt�Ŕ鵚�㱻�@�uK锹Q�+�3���QfEި�у�#�
�m��Q����j3'�r�Og�/Q3]��Da�\5(]L�^����T�Ab�l�H�׾0�ʙߝ�Ԧyz�u��F�S^���ߥ���O��*`��:Q��%���Ǖ��?�@���d=�_����Qs�F��w��dc��F�b��LdiB�p|?��M.E<�ӳ�FN��C�X�o�������
@�4�v�E�����}��;�"���O��M�θ*>�o*#P�Ti�:�2)�:�}�.��2c���/Cwj,��R�o��^ʇ[���i�ϲ�8��q��
!���o�v�26�2#���1�5����-D��	�}x:\�?�i|�=�2钻�QLc�Z�c���{?��5qL���M�j�	��}S��ͧ��T�"�h��뭗X��
{�}��Wg��I�Y�ϝ���˼����Ὼp,���Ň�	�ïG��J���V�+���W�S;[��Xwlc���o�����ݓ�o����P��1:7w.L=6ͧW��k&��qfc��s�s���w�]�_L�<��#�ϻ�����}�b0;85L�_�o�?��Ħ���7�o��ܻ�[_�m�?n�Ύ���]_ܽ��l���{~����/�����@��6/���O<{H���.����c��egw��.oׅ���[=�={������?;P?��9\>�j��hr�w���x:ys����l�7�5�_�'�S[R��W3���������Bi�y�b��vp���򀋥�(b��E�X���K��ǁ��J��?���<��q�"�Eˁ�k�m� ̿k��@�Ɠ�E���$���%x]�V0�jX�۸6��îKwz=k�@�2�����*H����W�f�Q���<(m'�L��^_I(����u�Yok+aw��?���rJ=��2ut���*�N�Z�a�)k�Τ�Z�{��?-Ŝ�qDA9ZXʚ�Gm��+S8R���Z�|.��g��Q��xG�m)O�Ј�D#�a����DFЈ�t��z���!O{��
}���pD���%���O��}fg�$K��θ	���1�h4�x�<�l�滉/M��5�ګ����6RG%α�I�����C���"�}��U7_�9�On"p��݈b�@�Q(��Ƞq������/�����assets/library/font-awesome/fonts/fa-brands-400.woff2000064400000346134151213253230016362 0ustar00wOF2�\
e�6$ `�l�:ʋ�8ːp� %2�q���<�֟eDOZ-UUU�	�ݫ�~��7��ß����?�����v\�7��7���"��)��#r�z����S��+]�-�%�2/�{�&��D̋|'F�+e
 �_/�"� O��sP����;}�U���'VH�
P�6`��"�1�������+�K�O�̯�S�Tɖ�R�۶dK��l)�!'��M������塞�g��@�%�#��8l�<��f�����߫�����j��sf���A,i`0
$A&4�.�%dc�l tb��ĉP�9_�}fF#�2&��r�6�%�I��+Zю>"�`E���'�Z?o43����(Kr�l�rҤM�ݔ`��M{]�,c/G��G�C��U�wU�[u�7�L�L��n��%��r֖I2��X)��v��s7�1��BU�}��]`Q:A� EB�!Vٖ-9Վ��\\R�}��/�zןK��$��Z�age"�O56Vcϴ�+g�t�.���Fk'V����50����$&�D�����d��J4��n�
L�C&'3��׸
]�k4�ߗ���	�_(��G��n�h�U���>�>_�<��yD.<"sᑉ�G��=Y��X�Ym ���b׷�@6��f�@����h6��OpD��l��Ue ��(a6d+Yꋲ�Q�5J,��b7���Z��z�b5��lVR���P����5q!��*c���)>,�I�*���-_�X�<�p�#tM�ز�Ȳ�l{��ςyC�ز4�$澿�ߚO����dS&�oN���i�8���`4�]��l�󷞮=^�f����^�x�v|��YNo�B��W���~�/���J��Nk�=c-�}��@��g�Y9���:l�?�
M\#���y��È
��!��.ǒ޲k�Y���	t�"|I	(VE��D���������k�_H�m4����+��)���_�Υ6����,Nu���Md�&��xk��1(�>�)�%Jd-��}E�8��:��5.'����Ԡ��Of굣�n����۹��Z�נ���'2Ƶ��Õ�+-1��'ۤ�J�/�q��,�g�q�4���s�݁2�~c�"T(���Zy��7��o�|�E2}Ҷ�"�l�m"%]��s�V-]a�U�+,��Ձ%�9�)�\���G���=1��Q%R�D��̠q�.�_752���e�\����6;�AF7�Ub��͏%��I����x��ՍQ�}�U�S�v���;v�Р���\/�S�f���!};��E��ǃ.E��T��J���.�uk��
���6���_�u~E\�ߍ���q�0�?mR�Y�;双��>ZoCb>-�H�|�l]��?���u�(ǭ��"J��S�\�N��>iR�SS�2�,�;:��Ǣ�+��3���j�nuR��	�gI9w<�u�t�����V��=�
�-_Id�0h���8C</�sΛ��cnĂ�\��#��o��
�)nj�.�\ػ�ؼ�.�;@��+Ax�y=��@�[��������Q,�Lj+Al�_T	�l�9��S��&�����_tű�^Sq�9l�[�H-6/���R	R,����O6�1�lH�N��D/v���~�uP�>���
�b������
\8.�^��� ��m?	����$�V�!�����zo!3d��P�@g�]�t��zAo�}��0�`Ca�0F�h��pΦ9��l��e�eZ����Z���Dk�M�f:���+�;�_y�����g�g�gcZ�Ai��n�ѺMϫ���vzW}�>N��������]�]�}�ub��<X�asl�=�7��8��0���p*�å���z܍'�<�������J�P2�"T�*P=�@��/
�A4�&�lZLKi��5����^�OG�$]���4n��y<;x����W��ʇ�_�|�o�M���-`�����"cd��,��첰�/�Ȗ��|&Ӥ.�F>��Q¨l,6�[���a�q޸n�5h��o���*����n��ޚ���Xs�9˜g.2W���#�Y��|n:M�������������@f�
y������B7�=�'��ߘ��Hm��J��7����y��zY��������ҫ��o/[�'���8��P������j\��(���?�w��o�P8�P,��T��P]�@��+��A4�4��ZF�i
m�]����A:IW��#��q/�y
��9��W�:���(_�+|�o�M���1`'�2����E��8�Nf��eY���瑺�hD�u�����]h�0�G�3S>�n1��W��������3��o3�Δ!Sj���_3�3:3^�x1C��c�Gٿه�+ړ졶���#�l���Q����jI���Wͭ
5"��t��� �Yx�{�S���~�^G��Dza6��d�$�"T���(�C��|T^*ϔ��M�rI��lW6+���[S]U�_�W�K�+�.[�SlVlZlT�^,Y,^,������xg�=�o�7Ǜ��x]�&^M�*^/��Ƌ�E��x�x6��xR<>�%w���-������[��B}���y�S���C��}k���ok�ޫ�T���ZmLmt�O�����{Tw��Tݡ�uu���媋VgUgT'T�Wޫ�[9��we�ʊ��+�
0��t�����ow������p��Ä
úeIX=,�Iq~A©�?E~�u������~��ìV_��mݬ�\���9�vէ��v_����}#被n�롯~�`�Ab�a�a�QFc�qƛ`�I&�b�i��a�Yf;��Nw�OC�P�~ad�Gj˰�ƾ�0O��L�tt�,�Y��Ǧ�m�C����.��N�C��
�N�F`�C#�ˡQ��h�vhv?4{�=��^�&`�C��N�/��d�wh
�?4��M�A�f��C3qȡY8�7�f�<stg�zs`�ط�W�+���b/�9z��9��瘇ư9�1j��h�2�4֝�46���q��m�C�$'c%��s�B��s�J��s�F��s�N�'s�AG�9֤c�9֢c�9֦�9֡�9֥��	�G�:�t�Mڐ����"�/�te����)�Pǖ��y�m)gR��m_����+��\�Q��e��(��cw�}F؃�0��q�WKy<֢�N�=h�2Bw���<oQ�t����p �Kh^����4?�QԜ��q$��G���1�4�z�yG�#-�cH�]I��qi�	�=��H��xҮ���w#퉓H{���i�}y�Nڏ�?� B:g��&�H��."�B:�Χ9� ]<�+I��.�U�+�V��դ[q-�~�C���8�I�Cz��:�'�M���&}��H?�~³�&�W<O��������Ur/r��#����>�Ax�<�<��!ϋ���]���(yI|J^��:�"oI{h.yk�6h#oG�
�=�{�G��4�����G�z��G��E�|<�T�F>�'Ѕ|�|�K��&Ѝ|!��O��vF�o �H�J��|�;�v�e�I��|'��n�*�az��'��%�]�ȟ��� IJn�0���#�Z;�:@�=jL��tZG�:�0��h�@����b���\��r����:ث�^Z�`om�f���6{�y����QP�`���i�π��4G��}~�}a�%����M�C���С`?�]�(�_��t4��:�o4G���}7���t�%ؿAg���
���:s�#���.7.]npK��7�st;��	�g@w�ۂ�h�m��np;��=�st/�w'�}��-�~p���{p���
e򵴨\n�� �fCP6�0�:s��K��}(o����u�>��9��ys�1����'P>6G�B��}�+s�9����P�9G_B���+(������7G�@{p����Zs��ם��}���/B�%Џ�~���gh2�~�x��n4B��?�q_���<G�?{�,��P�E�/��5ȃ�
~.��wS���0�G�.��?�s��='��&���_�.�
t���!tւκ@��C�9A:/�	R�5'�:_�	���`A��.�f��:YOP�F�BLC��yf�ɑ�̄y��&�G&GR��5rc�����S	+�f<��n�Z����n5On6��ɻᄏ��~�Z�h�$�I�8�~��5�ZE�u��EQ��x�(���&�⤻gפZ��&�`��|���a����̘�%���I��Dޘ�i�l<������EqEQ�Q�x�[���io�ڛ��8��(�!��(�EwO
%ɐ4�$Cs�0����a0TO�����4�i䍴�y'�pVFF������g�pUe�eL�l:�ʢ0�+�Rk^��	~��܇q=�s���[��N����Y�RJ=TaA\O^��s{T�����1�}n�J��|>�FW��^���m�cmL��#mbs�[yn2nY%��6c�Hyunqe"n�I�M�f��Lj����u�㪴�#eyn�չ!UYMͤ*���8��Hr��F[@(���@��Q��
��9��M l��`�Y“�Ru�iaL��2$n6�XJ�°i��a�8�l⹾��\�z�Y�&�ٶ�۝�f�6��8~J8w,!���q�"��5���5,�K���m��k��w�B�ޏJ�BPN���Y�p0��t\�+�Y�q��:��
���q�tW��0�t{�.ܝ���ڻ���㬖�ka��F#ܝ�F�M#X���X���:��'�����V��A����Ln��6/}�yɓ�sBė�G�e齄��D���!�����'DxRا����#ĺ�^�7�{�g�ۯ�'���;T_�O�x�BE�ʤ&ᖞ�b��SS�qUN'y��f
�죱�xt���"aĔ�f1���PE�X�Zݕgy�O+�cq�'���<�>88==8��?�b���tvZ��4��ǜA��3�
n"d�R?�v
�<��	�v���*�s��zP?�0��p6���lޓ�`:�;��&���ǘ�ȱ����t�f�P�pn<�3�*]l�b*�����,�h��B��ޕk�;v��:�y�����Z'p���E�v�l_���>9.���j&�ր�+�`�N
'�1eQ��Ny��cu;�
nG�Z�X���:+5�f�8��T��+>�r�<;��kwj�Q*���{�(���W�|��80��������$�!�oR!g�
�j���CU{���������c��2������X�&��;V��(Rk�7���⃽	~�5��R�Q*V��^�ݯ��}�o��H�z�뮌w�VoK�}��l�՗+�d�ْ��R���o����{�x�Ko��^k;?�V˞�����/`ߋRt����G*R#3��l�gy�#Ŋ�u��Ue1ֱ��t\O
���av�fכRƺ�ұ�{W��xR8��{��x����Ҏ[l���W���]���@[�=�o�����c@
׶/l!� ��?�ܸZ���B,.�����NŎ����C2�h�`�k/��I��eŋ���f�הUaFfdr~:Z�5=P�d@�L�òWi�a0,g�p��La^��;�@�љ�,�{���-�r�����ΑK�:��`:�F��.;���
&�_p<��.!Fژ؛�G�.��VNTV�+�lh�{�fF?�܍�]l|���!=��2��;ؿ��1�V�?�8���˱�W�x����̰3.����ù��'��2.�X-�fB�B�w��!�lᆡ�`�
����~fH����̙H�YxXcG��@�s�(��|��񤽂�5��j�EfN�t�+O&�R|��K��0���Z>1F���`����x��)Ӥ��8�SDf�0�c{X��w���^�u��ݨ�}�����$	���&�F{9��ill�	�Z�\�#�^bKt�!`˱�5��/�ɿ
� ��:D���G��,��\��(K���F���$H���;��v:;��އ�z�l�w�e�Č��0�e��e���#k��~�0�1�v�>\��e���5�����?�>�f:s,N7���L�m�YFnH�ie�?;J�o�f�I!���BHF�w=zt�|(WgB�R&_�
�(��g�[�ߟ��xw�°e"e��@���N�tJ?�	��i�����`c�$z61����ͷ���b��{0,��� ��,硐zί?�-�@�A�Vl�H��'�/��9�5W���#s�q�t\��gN�k�_�?}�S�u�t����q�+޸qp|||��+��8q���N��4���EZ��!��Pz}\lnlm���Gggggk�^�B�>���l���>s�i�
p���Mf/��]�pQ6�Bt����ͨ.w>8���[t#gw�U띙�[��@'F���7V��G��B�_X�wyoO����=�|�k�^h�+<w�p\!��p�]����H���;>��vS�r�t]glu3sX�1BC5UF���}<��>��YkT�h�\��4����j~��o6��\h�J�/5A�	�6���ʚsh��+�4����.B��
�%r$��F[jP~z��Y��ۍ��4��OT�~�g��g�y��s��>ཛ��R*�����ks�ݶ�������×���8�՚�Wc�F����#ض����}�^c+/�9��u�<��`y�;N�
a�բ.`�A߰?�ޛZ�?A����$�M�E�J������n7�w/_b������u�������~�c�#���`LЦh�s�p��j��s$R��'�O���߇m3�8�m�WW{��yl�a]r�p���lðb��k�K"�>ޔ��c���po�_���dz��t��	�k�T<�vw����fW�����-�����q�Zd �S]��l�
*(�3�,����<۞�y6ݰu��n�U�o���d�P���.+u��~C�8�G�ŵ	�O&�Ⴣ��
�R:�u+�VК���������˰y��OJ��ޭ@���L��Q��\=v7o��p�}����h3�g���\���~Q.'�~j����s��ɚD��N�(\���;�$o��՝m|��X'��!�[8�A_��P==2qaP��!�=v)S!�"����mA�<�_D�ڲ�2�d��(aTn^���uӗ�R����Q29��$w�0�ǽ}>{��궧b!�E��I7�\Ǝ{��D��4|�[�on
f�X�s��'��(&`q�G����=�JnB(�v�x�sX��L$>%
	���X`����>S<��n�,`�:8�����30%�.��;�.�Ѽ��o��w��(C��d��x���xl$����N�gG){�(��]�2��#8��2&�X�C��B�����}�x�-��ݖ�c���Jz���i[k��׷����X�����yD��ݔ1��{���!��Q&<��+�@����
����g������2U._�����Y_��������:R���я�#��я�k��%��<ۑ����~���ď��w�����jS�u����qbK!\��oG�I����B��y|�K�mK!�曝m�7��Ҷ1q�7��{����(�m
Y�M�[3�[��˧}���e��ԧ�a+AX_�"D�����-�H�>����VwdK�tc=R=ɪI���":�Q���'Y��"{�d)��;F��8�Zا�<�'�p�H_FT���%@����`�Kh���mۭ�����\=hw�kw=�<�w\J�mg�J@z�80�Uu�����
��(h��t�8�1�$	x�1���u�f��!���.i�<��Ÿmcp)�[[a�S��18�l��z��O���||�i�ڀ�[_�mX �B4@w�C�z4G�з ��א"-�&�����y2���iQ����N���Vʪ��;Rf�/ѹ�S�MjR������Z�@f�1�4��
%[�b�������{���V`�}n1��X�[{{�m�m��k����mm%/c�m��Foc��� V�ěg3�F��^�}�c��z���KOٶ]���[:����}X}�Ï���!e��_|�~_�'�����E�jA���]�N�_�7)�!^=
�<6_���v��F!��~h}Bò�+�!���j��Wt%��=�捩ʢ2�)���F��e��!���>�v����d�n�)�@}��ɉB��˔P'0��Fq��@���}��㓓g�=9�>�LP�n������)�xgcBo�cF�)���2�B���-P�N�xŃ�|��
9�a�k��i�h2���z�@�/��n�2�p0������x"�mA�ݪ�ݢ���+W��8I@�_�/�;�f��V���5n��FI2&ftcfFDߗ.a	Kt�P�O,[Ufj�Q�2SSj
�4W��4�$%��2�LMn���>�=��
�������?�}�C�_�����^�������—0{�����|�������W���y�"���Z�Dh(���+��Y>��o��l:�7882���`ϓ�/����-�[�,�N�S�owb%<O��]���􋖔Q,}�W�����	>��2����1�*qש��ez}1z'�.�UX�k?^Ɠ4I�4k���hJ�$�V�b\���m�Q���,c��*��Ǵ������7��M+��$M�$Ϧ�t2�T��,�b\�s��c�nH{�=W����7[!3K5��g۔��k���E��!������0��b#�B�ž	��j�iT�9~8^��v���6@���_��/�V���uj7#x�w���i�����Q���,�R�c�B���5���?T��F���t��0�?�
އ�h�TNɗ��u�s����z���2�j�}��kQ$�N�y��@֢H�)}������+�����r^�Ǹ���~���[jAC����c�FPCb�?�_�_E1��^��EA߂L�$��,��T&˳)@.M�Q>��yr�Zf��#����ux>��^Y�תΌe�<��L5�eUN3���c�ͩ��*s/���Ei������]϶���o` ٖb��,�s�a�_�v�]�8wm�Wj��Z
�F�;#j��e�*�y�4�8rݺ��c��!�>����s\�^�뒲�s��h��]	�(M%Ƅ��ޥK��d�D�R�q��g�99�z��'�sj�� ��x�e)�2nl0 �	�:�&��K(B.B�ބ�{�vH��
]C���S5U������i�� ?8]��;�<�����7����˿Bю����v��ܹsg�����'�dN}L{�;��WCB�
T�=L��I�eԵ�J�Ú/꾙���q�[Lf_r���U�^IZ�V��slq���ӛ�����cC���7���M2�=?)0���F#�ۇG���Q����Mn7��'!d�����p�'��7���oE�2f0莁���(ue.a��������&�9�Xd�'L�$�Vj�rwx�#��C���Ln�;8�#^�&7��7��>���5��unY�^W:����Z~��Vw���Z;	�����|_5k�B��ڶ��"O|v��7�fj����tp>>`؞l6���%\!CEB@�݀Z�3A�^hm�=��-8��l�E��q�^��n9�N�H��_Q�zׯ;7WJ7|��7�~!��8��!<���_�?���.V8Ah��<��^n&f4W��IL�����M%k�M��
���Jo\�&I��*n"c�_��H�Z���'��$k����Rm"Γ]mb%����Բ/��|�����Qg��cw��E�k�ʌ��h�2e���n������L��j���`~�xaRT�:P��|h���$��!��f��O�f�����┱��2&������:�8�N'�U��*��e��xU\jq+շ�B>�RzP8l��i��$
Yu|w(s1ɳ]�;}�L�ڄL[�b�ic�-���	f�E����S�}BB)8+B)�DSB�%,�[c�@�b�5hRBLH��??�Y���`���m:E�7Kjw�3�z��m������ls���p�}߇�'��L���^�gaL��ԥ�Q��%��N\�vܯ
�5�8�+=A�h�Z�2�vv�}ՠ^
���$���8�R����OH@(0Q��ƽ��/�0�-��fa�&"_��z���ގe4R��K)�
f��8�c�,��$�?�>a��1,F�΢5(�J�r����H���lL�D�Җ���ma��u��,;�Y��mn�y�׳�^�*,a����~*�C�V(#-����𐞿�����ȌFi�b��Aь���t�Ծ���������dg'���9<б��y5�
�m�a؂W{^�B�������j�+Dw��i�*S�r5��������'?��O����y�~��9��/�#h@��*3�N��j��^���h�
kڗgy���n��S++5��HG�,W���`�����@�S��\�vc�l(6�Ͷ;m ����:����\�1��*
�g0�sBƘ�*�p+��7$F1�t�9��S����U��1�j�r0	�2B��z
�s���H�:�q�X���ݒ����M�ï�^��z��Aggk?})j4�է���R�f��"J�q`��K�z�4�k�{��e����zn���v�xo!��#X ���)z�a��,M7��&.�Ueʼ��Œ��47Y��DY��:���$<R�p��(̸��d��"M��(*�O[�Y
t>���� �e���-���?��ɾ���,<�,�/|���x*k|��3���L>/��XBzx�!!i�{�>xg��"�xZ���9#v�{�v'I-˲Ҥ���_��Є�f^���=��ao��w��^�,s�`66��'W˃��?�&O�i6�J>�m
��������:���/�������=��{�w>���?��?�}(�З�~�	~��G�(���,zś)�O/1+�����V��<���8�����}��t��;ֲ�ڌ���;@L]DӶ���ax��r���;&�ȳL!@
Oj7�Ȳ]�̶,Ô�i�nw����8Q�sz�w���w�a�5����ōF�:�5�a�q�_���=�r'�r�z�$
�R"Z��c�N��7�%]�M�#�22a-f�b��W�~��l�hB�'�}۴�,��<t�С�c;N�W��Ag��� �����8���?k�A6���Wl�]���N;��ﳝ$q�{!��ھ������m�#���_�\�ry�<���<N�F~�|��������8����2Ʀe2MR��2��ȩ�Z�Z����%\]Ty!d�VB&�ʋt�7+�B~h�&��`�0��\�"�_p%�	�s�Pd�>�H��:�
���`�z#�1b������R�}��Ȃ0~sc�?��	��*�Z�B�@��O�;`��8&u-�]E�
N���������a��R���[�q9�~G���}�$i�	��<��ix��Q�Rl2
��E�8JӪ���n����J'�ʘ7���/@߾(/���FN,�@��X���	�KI���p}����\]O2@�p����5^]�}q��5w�Q�������������
L!�`����;j���)�����F
G������/Ʉ�����w�a�;�z/BJ:�$'ɝ��M䝄T�4+�2�s[��ҩ�T�秩lͥ�~�xR��
b"6m;[*�nw&i9T�Yqn��A�7�p��"O��b��r�N�i\f�<���|=ov�6�����N�}�)Eq ����rl�i��A��I	���)���^�n�0@ڄ���<�^��{�����W�M~Y���ez�e� ��0������\˲,׳Lx0�'��t��n}�jJ�O��{�y)�L��󸠤�Y���?�p��8w����/�
����n;�	�}���>w��?�Ä(B�Ux!�N��m�Y�����R
�̋�2f���9?/��4�y1�4��|�~��4N.6��C��#�U����F��,�t4(�2����jhGpFbVlD��s�g"˹��?i�Կ��R	�-˸T�f�SqS�ٖ���)� m�A�7�0����{����

�0���0�l��v�4��ld7A�^�:@�Q�L<�C���\SQku\�0L�$���AE-�z>�a�P�hE@FY�Rt)E�.�����H��)E��0��`�Z��>��x�����׹a_�8��8��^w0�b|F�<��z��>x��A�aP�J�8v��Q� x�{�5
��+��J%t(E��C��jo�SA!��?���12&��9r��^�)B�Y�gY9(�*մ\TU�(�ٸ�J���t�6�T�l�E�����r*��q6�5�����8��qL<���fS�K� .#��KXn�*|��ٸ䕬S�uR��<�T��6�`MY7C�{�hM�m�ws0��e����l֝��e���ew����2Gp���A�����u����0�
C�-s<�J��2E��C�Z
�-��1!��^�3��(��`�I�ˋu١<o���{yyX)��,�c	9�>"\&sr5yy��*
�6�!��eQ���b��R٘O�R�E���7�a%.؜sM����=G9]rp�K��:B������z�Q_j׵ֶ���r�&֧��z�v�/;�ֆ{��a�@k�ц�����W�
��pK���E�qc���fʱ�֧Ni�lG5�~��Zk������|qU;�BO��I~p@���Yry�����|�����۬o-b�ʲ,�x������T�ٸ�XK
%X��J�L�I�0o��,KEjuf����ټ,�
C��~V���v�
͹���НF�2�~L)�a
f�
���U��T�5�8[����F>�;X��u���K� ��9�y�H�]W�����A�f2��F}�?@���B2'��ȶ)�1�Z�`E��h�׏��B3j�ƺ����li�0^�
�ڠ6P!�i�4�^|O�v��PB�p��d��NH�P�|޿VT��,��1}1QȺ�)ȦeGR���aX߫��d�W']��Z�[���WŦqU�5�u��{�nr����U��XW��h'IvF�{���U^�;���z����M�����P����4�7��*�j���=T�vk�ܫM�*պ��!B	9�^�6��}Y���Fi	��4�)�T��iY��?�_���U�Z_���:T��t��?�勋�/�p���p�?^Ե ��I�A~?�N��^6����tG2˲׏����_�Po�z�>4j5�W�@�����J�u��{�?N��Jr'!#�f����X������&��(�R��Y�����R��2$U�ۭ��`�֓�1�u�̲��t�V[^���,o�z�dy�V��tk�Z��p]�q'�t�e�
�c��W�8~թb	��+�)E��ě�mZ'�=Z��^�GG�\�#~����+��4����g��;J���GN�5$�~��9|\&9�&'ɵ�B�,�$
˲�KY�RP�2EQ���4-��Z�ZҲEV2��ʢ"��EQ�O���3MK	+�x��RðN��
���Dž��W���R��՚?�]w�u��Տ///S��f����`\�X��`�?e	I]�Ja��03a�sEQ��E��/7������Ϻw�ꫯ�az���y�s Ԃ��!���Q�er���|�w�&RHQ�GM�I9I�i�FY� ՈŮ.Sr��z^Z�DzH�������.�U�`�ܖte$KN����q��9���M�E-p��A�g�|0ϋ1��J�-��Y���[��w���ln1��W���.�ɴ��X���>�Y�az���ck)}Z*�,��us"�{{�0�^q/gs
B)�*��)��FC%5�o�;��6�V]�A�wP��0��x��+#�Gz��=x������0�3DJоykC�^���+�&c���t�2A��`X�y��ٍ���k*E\�1c��fکx�P0Jgcx=g%@���_�.�N�����^]�@��h�q�04�d�SJ��û7�|f��0xB���yo� ��Z^��y��(g��}��?�A�"	�Qܦ�5x@3�S���'�;w��RQ����9���nRΑ6n懏�t��Qs�	�=��,3z�1N;��Z�qFh6�	�r�Q��)g(=��۔3���?Ã�a>H
r-!���y��38��,b\��;Q���(7s�o���A�?8�S�
��m������@���8��G�Z�Zٖ���lL�o5�%�[[�G�����umYZ돜�ycmu(-�0���?ߣ�5�8^[ˤe����{�{�p�(�$[����C~��+{�����:�v���(�}�.�B��^T���B��Ry��`��<I�,�X3��C�ؓB�}C>ƃ�I*����[�z~��{�>?���4
����͕� ��� ���qD!���Q�G��f�5"�;v9v=���R��Z*�)
���)��ᶾٌ<�s�_�~>!F1b�k��Uڋۻ+˽��~�������t�S�b�b8�!�iK)�� }�i�R�P��Sせݎeu��A�F�>�:�ٖ_�q�NY&W��T�l�b��9��<��C�{����0�o���~�{z���^��.�z���޼)�z�������R�׻�ҥK@z��/�z����ޞ����p���a%�)����T�i��Q6#+�⬜?��U��05����M���~�g`��*�u	���^�J�(=u�Rz�O��k��z>�	}߯"�X�\�kKY�r,�e'���U�m�B �'��� 	�8�<gJ���kkk��JN-�QN��(�a(5t0�q�e��EJ1X�u������c�A���ˀ��S��l�c����q5��!#�����ս��y�=�u�]���?���9�����w������y>��:�������)�}�"�䠘Uܜ
��gQ�	�A`VV��2�Fr\�|���RYe1l�e���,�Rg5"R�r��G=�fK��fFڽ$�,܏c�Ҽ��4�/�A<չ���Ȧ�ȋt�M'�E���Q�=)�yn���8��l�����8vӍ{{-�#�nv��=��$��<��^ow�H
���kJ�C�2��("�;a�}#N<e�aȘe	��8�]�4��-��-KHʶ4J�p8��2�0n&�Bm����'(eH)C�EF)ҿA
�����Rk��z�
�rd)r�PJ" w��qE52d`@w;�
�h���J�n���@�8��w�0����(P
W��g�����^�z���(n��2�Q�9�BX&b��
[�-�T���=�ӛ{;fU
�r���+������B,L̟@l���.������e�>�C�g�IS���0{aC�싒d�>ư��0���<��%P���Ϊ���g=��yWyQ5��WW�������GWWX멜�o7��}V�΅"�|�xy�g����z�_��g�i��$IH��?��O�K�5�n� }}=�(����e�ܙ�6N�n�*7O����8y�>F�43�1�	�A^��v�%�����Mcӎm��{��6v}�]��]��z;�ݚn\�;��U_�ϱ��jՍ�.���}��lDF�ٗ�E;�y7O��9�cl0~����J{�<n��8�:O{�NXm���>��q����p�'�&F1?
�8��Y��]�}��A
+��'��w��x8Γ�8�6��V-ոk��¸��Z�w�a�qL�4zwԾ�c���x���~���Nù!�9|�4����&ߒ��>����7��t:v}�l��47V���܅�a?�L]�N2����c��Б��
c<Ǝ"�a�K��q��U{��1n��Y�؞�Xm�N��f�����FSfv�q�>�ai�Y�4�w�}�{vG[\��h��1��Ǝ1���F�?]���,0T�S�wNE�
$�U�91�R��9!ٰ0�XVd��T�+V-w��H�(�����\���Պ(Q][3�����^�/�r���
�!���e� L
�����2���D��.Ač����w@�a�PϤ0[��z1��2IвZ.�ʕ]۵!#�n�ޡV2,�9?lW�X�|w,
��`��nOV'�wIo��3��R6�}�a�X%&KB0��<�|�L*I��7��7���ˋ<�pG���
1�8t]��g޺��lڶMs�+����l$�O	���
�:#��-�k>��gWe�|rPEN�����	�[f#1.�̂�؂���z}��-��"3�Tؤz)�	�P
@��L%���9*��Ty�m�3���'�f�_�C��4��`NӦ]�h�.�(���Z�<��>�]5����ge��}4� 5�g)�)��R��Q�
c��z#��nNVݚ?�@����%6�z�s��\��W%ߙ�x����$�$w�y�V�o����d���Ʊ[����~�v�n��+���d�7�v�T@6��v3("u�!L��eQ����<4�q��ն?l7vc7m����8v=����q����m���v��5l5Z�m2v(W;�+�=�FY.#Fn	�Z0��ڽ�����+���w}�^_N�B����1�f�}~�(��h�DW���i��a}�6��sy&��S�*^2��b���������N><���j�,M<Y�v/:ܾ�,�#��)1t�T���Hm3����EAot���#G(]>j6me��.{�8΍VA��:Hk5�Kk�f�X��p�'��F�!�s����f���\Z9��u���*����f���Z=�e��_�O�[ɳMFD����s�Br.Y�i�]-�U<�+)d���f�,��".EZ�U��k��X6��J��z�j��F�v�M�@�z�E�Re$"ll[]
��z��L���Y�ܣ�}�Q�<�Iٳm�#��ZE1�é#�|�S�c#o.�;�,`��h���T�#�h��Xb\x�5��
��Y瀖�J���E^�ݴ�J?-��;b�{?\de�-I�R�w�*��k��N����U�Ԕ���3�@ot��(TM�m����v�t)
�2����!�;q�Ҍ ��(�=�x�1-j{�%J��p	����������Ѩg��|����Fړ� �G�����vt�K,�^�\�j0�ڀ�Nj�CQim�<<��r*dC9�T3�fši��U9��ԷXN�Z�{
X~衇^z��7m>����v3��G?�x�$uË^��wߏ����O��O�� i|��Nj�OL��,kR;�fSZfe�9s��{���3?���x����W���;��ٿx�k�����G��� i���i�	�Q�?ȗ����
b/�<y5.�_a$NY0��F�?D�Q��2�j&Ӎ�.��O�,-���p\FE^$բ�4i�gcG01j����,e��.�#Y��bi\,�+��v"N)�Vkr*R֢ �b�v�2�(і�'��Ҏ��a����t�
!�hຊ�2Ff;�����
��xq�)�^�P0��Q�]�Qx=aQ�\��r=���iZ�
JQj�i����4�0	����VsMPn=6L����R��Q@i��%�է^�N��"%[�)ˢ(
Lp@�b�X����u�)�peljÊ�0�����`9��)�B(!�^�=�$��]�@��e"@ �j)/ʒ��2`7��2G��(^Y�gE	�k�J���$tJQO���?�F��|�Q����M/��7�8��wV5���`ПN�p�F3�ZPwp�F+˚X�t�ek`ПL��?
��!cr��� vx[��J%;����ʋi���#���(ߙRk\�����m'���SD�/*"Ì�Y�0�n��|o�>�N'
;^{]�2��PI�=�eK�8'	I��OM�AlEҜ/�.�0���tF��}���=�v�s�{�Ν;�c�:wn�[��6h���`��;dL�hL�M�"/��U	šI�F@�@�E8*y)�u��=���B�����$�F��:����wr����ѕĕ��Y[pӘRh��ar�7���տ��WB(��3p�\A^
_%$�fӴ\T�?g��<ꀒL�a��vU)Tzi�V!���q5�\𹙕h��%�I�m@񢚰uۋb�щ�q�*���è�Ӳ\�{�d:������-�,��(�qȲ�MW�n�A����xj��q9pE���J��
��MeM�xR~�Ԉb��J���g�td�G��xm�@�1�@7b�I�Ҩ��h@��O�2*��Z�S/���\��F��,LӲ��F\kw4R0-ˤT�;��ВZ�i�k�6/�=x�Z���Q1Sss%�J�(��
�2�	��:�_���W!Wr�;C�:O� bk�+�?��@�Y�W��$`f���"/�]o}M`j�V����E^@�-&�!2e�`m�!����0��!B �v�Ƃxa4>�=��{GS�SB��s{ee�^ܧ�����*�1D���4uY��Ń�77t�"Mˌ�'�#S�b�<:R���Ob��,}'S��)ZC�h�c�`���jDW٪�!QV!
���C��ծi��@�bP/���
�ChE>MÊTń����k4F�ًԹ5" ,��R�����,�F��$������s��%�%�=+i���G���l�>�1��X�qqc�m�ǹ�������
�Fs?EW��<�c����֗V���oI20��kG�t�1lR��ݙ��D���a��G*�s�&�0��(UeڂÛr�>Fe�p��6�&�X؍L���|���,��l`��j�6��k��n*owsƙ��qv��6�Зp}\VH*�j_?����8��r>X;�/ۏq��;�"d��Ҝ�19�T�MӶ=;KA Xc���x�ҳ��MS��sY���Ĺ���EQ`�����~��F�B0Y r�b?r���su�"2�D�JD�����9+K癀��ifBLP3����k#j�K��f�4�%�!eZ�T޶-!/�HA&s֒U�R�6jC xg`kaˈ9癬�F��g�#�D�DL`���,�2ghW�s^�e�'�gY
"��Q
��9�D0�3ʂ�lUb�`�y ��ܶ�U"K?'�A��eg�&��w�D"���2��ɮ�(�����l�ī^6eQ�W�s���ʼ1��j�7�Y���>0��t��NdA���*߇�"����TChU�eV���k.o���A�#�=��̃'$�D��pYX�”%!eQ���b�ㅁ�^.]�͝K�yM%��4]�"!�b�*+�ʥʭ��E�/XeJUI*!/r����y�+NY,���Fl^���V��� �4M`MLj�3i�˺�r���>V9�%�[1D�(qJv�n����6[e��vV��Z�f�'7��Atjt�S���0���>��z5j�m����"m�ݽ����)prۮ����
�f;M��`-Ģ*Lҗ�-j������ٽ��P
�Q"�O��>��,��'	+�
CU�'{��!�/�U��y鱑��S��̾���je�z��v=�w��m���?X/6���w��<��mhU�m_܇|s�y��D���jj�����s}�W+����=��`X���z��/x��
��}ѻ��p��_�]K��~����.�g�d|r��/yg-GW�1�z[~���}�>��~�~�mr|�?������O^�)�ʟ�'?� �����n·�HQ��|��~R?���?M�_L|�LN�]2&�N���S�jr#��<@�C^D�L�C~�|��0-R�R�����������(EZ���i��	�H�墐e�_N���eR�֖��/��2��k��'#S*+��6����ʢt��B�I*SMuT��Fq���T�]tH$(�˳/q����L1�����t��Ȧ5!j�iYVg F��g�گ�j*�"�YF�d�r�iX��0�:���m�xE�����4�L�����	!K�]�s�R���h�D���r�jv�W���F���Jw�kk%|*MSD�~}��9t����9��o��~k�B��b�焨	Q����w�d�Cq���5Gퟱ,k�'B���Ug����R*����'��I��=�1jp����x<.�$�iG���A�F�4--��$�t1�)��`�W������ęZϓ�y��b�pvV�v[~j�����41�.�[[�P��8��G�$6)5�0)��ϞNV�<��#�i�9]߈�pryk;�!U��l����2xk��?�v���
hsy�Pj6ˆQ\a}�AXZ�~�oڞ'%b/��Z���
2''"���N`i16����7T���=�x���i�/~��!�����/�;߈��u��q����|]��y���s	��~X'�ƚj�jμS�Y&�h3
7
�,�/Q���x:.'eMtmB
�����y.���?9���;�,۶�ضYӒ�����0�Ń~S��pd&�ю?�l�.-��g�
��IR��P+��5��8vr�5Y�&�p�$I�k97�t8LR���iud�"\&�x�iY���=��%��շO/�ǰ��C
l'�;|^��K��BۙpM�GZ��$�o�;wƖ;*���!��?h�).׊�t���8nBp��O��r�9kQ�B3I���m1L���|>c�$��=[1b� ���K���X���΍�
C�1��+��4N%�
��k�l-N��JU����[_F&�}�J2i�p��^3�����׋���en�[��=?4���m^��C9���8/�HG"JR,�.p.�j!�x\�	?Հn�,��^Sjs�x�p��um�Q
T=,�0쵃4Tq8�i�]_Ym�Z-ۊ���:~�v�����7SU��~�j���cw	)�<rİ�q9%|�8�58*��]�}�9���{�u���+������߯w^3x%"���N�w�u������[�|

��09b�
)2Ϊ[/�����$Md��/�E%��i^T}����4M��
�4|h?~�ו�{ <�^z�%m�mCkÆ����/~��l��o���{���E���y�#�hۆ	����&��)�|�<F^A^�8��Q�+D;����bwVa`��y6\o�I��LX!�8�&�ő8J��&"��L�b6�đrP,�I*2�o;�g����_oT��s_�:�4A�AX��Q�D�y�D��-�rKj&c�87���t;��gNon�U��v�(M(��Mm�lQ��"�&B��H��ֹ�U��z*Ѳ7��,��Ak�-�9�
�F��i�\k��SHFT���uz}`}����J�*�����A
���7���Di����#��ׁG��,�ŌK�q2�t0Y��7�
�������{o;c�Wn

C�=JS�k�b�:���mv�]��m']X��jT}kE]���*���v�6n��e�u:=�bf�R=�bLfc�7i�-􊽑��#-�EU"Q�{X�/n��N�=�����'N���|�9}:�i!߇OE|� ?J^O�A�K>LH%��C�~����b�g�`hc��Z�l1б�l�Q1{���C�`�wd9I��0�Q,*��B^P|���X39�`�e�NW�Ɓs�ǟq�$������y�)e��>ضĉŬ�~�Q�:v���my���%%x~����6�������BJ)R�*��G�(P�N�"�S�����CEJ�G���Gn��k���4E�"A�V gAS���ӑm["Ա�֠���²�h�&J����6����w���ua�g��ޣ
��"`��E�AFC�5��n<7N+����@1�H��R��q ��|Co�g+��l����C���u*ϔ֌
�s��,X]=~�ʲm��A�P)x�=�h����&c�腶U��BJd�gVWa�����}���~�|�Lf)k�ǏK�k���fˢ���3j�����!����P��١������
�F�ݶ�(r[Gv�[�7����]�����{;p6��Sb�S~���|!���s��ؗ��Qd\�(A�1�q�jm��m.d�g5������WV�l;t]	�;�����~���Y[�yq<�
��~�:B6�煖
��d���vW=�5(S�@I�V�����P,9�����E��t]φ h�^3���qr{r��yY�܆�F��O��_���͗�Y];�Eh�V�M��|?h�m��B�7��>k?l�J�KmȾz�F��~/��@�f��Z
ڟ���	�G�")�!�-��Y����<��S��K��^E��ܠ�z�5���-|�5m���Y��魪�����0������xb��l0l��r���B���D�Tق��ba)\�[C{�����;�s#u]�F��p��x�w�R��4���@'��d� ��epݴ�9��M]�?��f�����w��r踀�ґ�����"	�	�y!U$�R�[��� �����U�:�Iڶ�`�D�Z��ޅ[�YM
���<�^���P+��Hi�1����rN��|uu4�bX���A�^_[_.�z_2��`�p�$B$i���Y��`0Y�…Pk��Pk���A��A�O'�#��L�y���^Y�{��(:��1M��N���Z-��R`��`5I�P2IV+B�Ȩ�������!�7}V����D��-%�����;�Jy��{w.���:<�;Zc�Ϟ��������X�8���j�1�&!aHô�ʰ�s>/�j	�#�H��ϔ$Y�=�D�f��ԧ�'��ibLs��?r����y����|�|w�yU�G�9���O��<R��J'����=���������z��xp����>�\�;<w���]w���ڽ����wd��G�29K�!�22�
�s����d��D��L����Q�L�9�5l��4Le�uݛ��x��„/��Xg���,ð4\�i���m��aĜ{��e���H�0�>�xP�!@��>�\ĭv��I�s��ё� `�^
�\0J�?�(¡�'N��$��Hk���Y�"��_�<� �V�i��@�,�"9D�y�y1�p�Gn�鸜W���R��<������&��UJWW'���⮯�D��G����'_{��ӭ��i��MG懩�Q���R������?|�y�?<x
^]_u��d�4v���IV�9�괒�,K�r�-D�/0�a��Me��)�5�3�������c������8n��GWۥ��K��о�#?���B��i{�#Z�J�A�W~�\q\^U��Bn���r+�Ȫ�S��Ҵ�2cC�����q�7?Nw
S\nj��Z�i=��]�u�E�#A����ЃK�#u_Xkyg拲*SZɊCR+�?��0�z�a\u�7�pÍ7�p�
�s�۞��zc�H�O�+��-����L���R2]W�v�~�gk�2~�e_��՗w���������^��{Qᆵ~��_-����]��/�ayy�X���/v/�o�qtX�Z�R�疖^|�!�r�.�dD&�v����!��A}�Cf�9>��Wt��T�0T�d&�E�T�l����@����
Ah���h��)���N�������G����3�1Z�����$\5*�h8��� ¨���p8��`lw�����ԭA?��ة#���)?s���~��~��ׇ�}��^×�uSI��VU�6��1�������(��u�r�1�|��F��NCO�i��O���_�{�/M�4q����o5������.QS�7���S��ׁJ�
��������JaWT�u�xO�'��r��cǎ����a}����z׻���ܠ����i���]�q����}o6#H���?��N�}"������d}ȦYS��Dp~��pڦ'�A�_��C=�z��8�����|�e������.�!��0�Q8�� ���6U�kƥ�o'M*Ɠ���Yowz=���`n��{F�
�o��z��j�^��v��A��~�y
�i��E�1%!H�A��ϗ켲NWm����~|0B��Ч"���:d۴�	13͘1
��� �G���n�&V%5�82��>�p��R![�LJ�C�";x
^��9F�(��F�졔�Ñ��#�E�
��f8
����L�V_d�H�K������E�8v]��5n��bv�ίT�%�s 
�~�D�v�i
 5�R�q�l��nG|����@Fa��[i/�f����l屟V�V�X_�i���S?�e���h��O���h|��[���~^������`m2d��569�F����Q%�9t���ͳ�T�鈴�Nx�O�p��x��bZ��"��;{{;%�"��{�ȏ�ӉT|���q���9��ټ�s�/d;�����NF�>���2����ȗ�_C��{���Ѵ,�%�2��8�N�Sc�դ��Y.ǥ�����A[F�����s!�sD�'�7�?���4����
��ʼ7�}����yUd�H!��(�ʅ�QJZj�ЖXm
���jiQ�^*�E�o��lb�3rደ�f�0A'���Iz0�����8[�lu(
L�C�v�	D���D�XD���8ӡ/@�G��H���6$0�;x�j���l���@��嫾�Y�8�oh�9�B��
�v%���$���
�7m'@��H�XI���rl�l4�R
�R _VB�@) PY�:�A����c��/��ۈ���VO��dZկu�@T�1ʄi�0
)Q(�SӴm�8cL)�mŹ6e�a ��!�Js�4
�KɸЦiHf��6LJx�3L��N�
H�8H����Pf�i
KK��ʌ�w4z
n���!�N��h�Ϟa�o��FX�a��	�z��3a��X����v��%��Zh��T1�1�������@F�
O1&-3�]ϫy��P�4���
�
C;p�"0(�r��4RΨT��R��e�!#�D��F�3���i[�e4L
��:Z۾�g��]K�^G�Ѩ!E��؈�Qk�|�	�j5-��A���K"�*�R˃�����
S���p��sE"Qp�Rږ�KhQ�4������H��
?�O�Y&[���<@c��	�������i��x��9�'7:�1J4���!���H�sN�@��Z)�P�Ek�hn5�TL'��x�6��*mt��/5�=�ա�1�����0q��5�:��FR�jC�T����o]���(i4�&j�d�
�e[Y_�1��E�y��e����~6�ҝ�U7r����CR
�6�	U�#�2�ʶ�K���I�R�Fw�����������gy�S~����9I�Ÿ�HF���޿�~i�
@J7��m'�� h��j�K��>�T�o(��ж�J�[-�`�]qz�C��^w\�?<��͢}{�,���Z�-� *�[]׭ۆ[
�ͅ������o�+�7�2���q0b|V�q�H'vX��絥�h���ERRk0 5�x�ʹL$������i���:�j		�…�Vc�gY������t���.��!�[.�o��9�׸��?,չ^_*`�m�?��6B;D.�NbiP����i��P�p�q��Y
���<.g��h��e�)�^�,����+Ne�{��O�uЬk׫}	�L%�2/XR}AI���-�P]�zg�4J��skp]�`�z�W�7�R���%���[�h�zݳ���"�^�FJ����E�Xe��c�&2�?(��|�y�{��@-���8usW�����=�1�$���m.� I��f.up�=�|����w>����6-
�@;/r�ĦL�!��|���̍��+�8p_�$]]�2�ru5�)�t:�$���(Rc�V���㖸zy��5L��^��_y��v�^s�z��v��=��T�$ ���K#�&o&�0
��v^�r���1)�N�I9$��)M�!��RF��.r�¤�\^�H?�Cp��g��%������+Қ!�^^�e�x�t}=Mm�‘,�u���#O���8~li��͍cǖ��G����+˳k�n��5M�i��=Ƕo2LCZ�a�Ҍ�Z0�S�M�q�h6r�qo��}��Y=y��]w��n[S��tu���J�.d���R�	�﯂������a(x0]]Mk��tl�0�VӶ���:ƨ�X�2#�l��Q��D|~�Bl� �wO�q�W$�����߀���[��۷-�������͏���ܶ����
ǎ�O�y׉��	ڭbi<^*Zm����
�N����� ��w�"������e)��̋��{�t�B�V�~�ZY>�k�YF8�x�B'��.��n�G�o�XV��܌۝v'Y�I�]I�a�v}�L��6-C#xn����~�Jj��X���34f���nO5@.��0�D�NE�&u�!IF��4�;]D�TE��K��
B)����2�"\&	�%r�����cq]�����O�e<�F�Y�.��E�߿����O��pT�m������_M��
��cI;�n�-
�Iz�Ͼ��߆0l'I;������\8^ݸ
Bբ欼��f�r	]�x�S�W_o��ۆa��54@��H;�݌=׫�P<jTy��q�4`�j�j�.��(\�y5��
G7��vX7^�'�&ג{ɋ��|��� �-�:n��~[��+�Lme1�A�(���4]�iV��Y9Ϣ��ԧ�fe&~�+��t�X+���y�cG�m�v�Y�:����vƆ��/���ƹ�H|Ͳ7�q���C��u��_C>������
fs:A��$�x\NP�L��h:�N��z[V��U�+ê6n�=;�ˬuz2?�;�,z}��S�G��`�ƭ�ͶA�E�7�U�!� A���U	�
o���kwG�c��?6n����om�A^�	��b~��|��Mȕ�����Uy����i.�5�p��_��v`o��y�Ѽ��?�-�_y�au�?��om<�b#�T��v�~J�p�^�D#ɐ�_ay3~Y�~%pƪ��X�)x'O��ukq>������_z��_=�,��d��zzii{�T��F�9*Z-7�/���jŁ\՝�^B��=x
�.�4ɀ�PV�(�2-e9-�TH�
%t�<��y|�����޺�⮷X�g7ZY�_;~�w>t'L�����?n���A�j�^^�����=��o���X�Br2��p�<�#���ޱg5I08vb�С�U��k��N�u�[��}�Ǐ��r<zl����'���'���ƫ1r@�&�%�$�"�2̙��n0)� m�`FT
:�%O#����&�*�4MzM�� 
�ayd��I2	����2�eEpW`Y�x�I���+n\�}�>�Ϝ�i��뱻�mY!3M�l�X��
��?Z�M
Jٶ�0V��$��������g�eE6ViUf��������x�Ն�A�6,߯��"��l��u��4rl�h}�iy]���L3����o���o��	`�!GD��o�u��l򲸝p�u�Uvb���Y�֓é(�ϓ���{���������4��J]&C'H\�ty��ѕe��Mg41LO�”��u�̟�z�JiZJŠ�Tx���V�\� h��ך��&����05\'�;��b����S�0R�-�6�z�p�MWk4[�a�-3Č�v�'�ڢ�6gȃ6��X�����I��*l��^��yYQ�ŋiY}�eGs�S�C��5���n7�a���s��2���g�/���^������g��xb�M
#��e��1�M����q_*,�G�I�\�#]��® a1Fq2��H��c�9����zF�ߡ���z0�a͒�?Ͳl����f��X��M��'^I˔��O�>���t{��=�L��T��C����N���p
�v��}`s����ڨ~^�y>%�Ѕ,ϼ��A���!�h��r*[#R�sЦGB��+!U�����~��[}9�� �i������BT'�{����?�)�A�:��X$&9�${�9On'$��g����-f�����I�5c�v���RT<����L��n�ϟ�k�w���?L����f?�}⿮z�w����Dk�_^{�˭���k����U��DyD˷�0!a;�=(�����t ���.���ҍa^�We?�eI���4M���'3��Z�_k۔Ҵ���B��VL��������?n�O��^��,��˹����v{q�g�N2��N��L��
�C �g����A���c��4��M�ƔC��"��Ӹ
��$5r%9O��|��;hB8#�4�q���I	di�����g����Hx6?/��T�V�'+�sȄ��-D���1�ˁLd�)tI�yM�쑝��D��!E*KaJ!�Uac�����
y�-N�y
E�a��h�"M��ߊg�|.����9�G�zݑ�9��Z�ʑ4!\7s�WnK�S!x�	T��U;�,�2�R��
ݏ#���
��c�m�0�`2�19R�RDdJH�f
���ڦ%�82�������"H����@G�#�Ҿ����_��5�Z-�AD�N�\m�O���j݈�9�`R���.���0�R���6�Kp!��,��ā��z=�4��r��C)��c���Y^�m��`�(�`�:�cF�R*@���j��cۮ�5�vl�JY���0�8��G��A��J���6��&�����3��eY��rU�2
H�\��/��%��� �ihfT��XU�̕Wr<(r2q�sx�NMS�,�4H"Ld���cD+�d�n1/�ԏh�NGƭ$Q*IZ+Y�����[[�l��,�o-EP�a�UJׯ[	݆i[n7B�¨�#��a�;��<?@ȻM74��v��h.��[[l�8���\��i#0FFQ��Ա���w�h�g۶?�!��f>�X#
w���^���8\mD!7�+���kYTQ�ͧR�[E�r����q��>��G��~�@
����)�ʣ�
���7����OgE^<�Hq͉%L��~R���/_�����ƚ纆aܿ��6�R��2��W����8Ia��i������F��Z�$R�9����M�p]w-n�����7����ř��:��ښ�6�^#�\^��#���7�����ث�.����řn�h6��%/X[[I�$�4
�u���t�׮���Z=U�'�z������;�M�T�mw.�������%���B��3���8ێ�����f�#1q^H�'�d�ܨ�h���ɇӳRL���vY��y��v3�qqmZ�9�,j6ˋi���LA�f����~|2��;w.q=ێ��p�…�W�����o�V���3� �v�h���O�g�|����|���D��8?Z�Rø�w��a��e�<�T ���p7�J㞐�9�HҮ�5I�_�8�����*�2�*d�E���ۘB�А�%����+���8�ǏqVFeVsZZ�������|iii�����ʣG��V�>�����k���DQ���������֚�I?°�*l�`������6@�o:F���;V�v�ˆ�j�IO�g�8ӛ��D�Ū=�9O /�X�W, uX��I'>2Π��fV�y��ۥ"�iB����"�{���7�e"��o>����ðщ���۩�,��
ةE�1N�|������w�]�Q���Q�\��t��1Fa3�(��8�cG�k㱜\[�</�����奆.�Kp��}{{��.Z�H�TE�V���B�W~�A�h������m�k=r#��<'�@�ʜ]��K��BL�2-}�"|�grn��o��璺)e�;�Yuk����g.�pl���0�R*�4��?/�-��G�z�Qϯ�0l���zM��h�;-�V��7N�=~�pl��BX�TJ�ah)��[��1��z�$����z}������f'���n����e�gC��ȴ��^�r%h��VlGdy,`7����dɲ����5� �T�|?W����@0�#���M��G��"2����W��w�ؾ��c\$��X���Z@��zv��X�3�u�cƻ�v�8���>��K;��XO�1��gY5�'�{X���<EfL�MtO�5������ WSo9-cػ�����(�;�7��Y��ʯ��qQ߀�U���@Bq!s�W�Ȕ�l�ɋ���/�/�o� ?G�(/�(̋�"�>�IJLˈ�8�FB4�]e�ɏ��(6�*f�m~/��3K��+��2�{�,e9�d�iR{KE�[����a�I-�Ѧ��t1�Y����H#��9���'cI�&�X�{����9G�kB"H	X�BP*%�3)�?!2T̂ҋ6��@
H�(���i8px��"�Z���A�$�`���N�H���`��@4�r����c�N1v����S��z���Nr~�U��e�fM��(no#���qJ���HO�d��i���z=��~���/�ilR�H�<�a��x�I�O�YQeC0P��BH�A?I�0�7���$(�8!ĉw`�-�[佰���*x�[�%�W��P��^�����}���V���a���^\�t��j?��f��JbD���+�m��h��l&vVWMۑ���׼��O�����z����J!����ͦ��~	|�Sĭ�Y�&7E�.R�����y9�K�m1��y\�r���~�������$�y<�Q1�����Y��ƿ�O}�������窪�>��'�<�ɔ=���~��/����J�_��Ľ�>����ӟ���>���h4��~���>mz�d� �#!���1��|��QN�⛷Y�K�w�1Մ�E`��(�J�I,���7��3xҹti�J"����~����/y$H@.-���r
��FQ�1M�l�F�4�;�X괵v�A�Z;�[��b�X�'Z�����A�����d6
)���پ��A�z��V�]S�^kRdLr��8N�d���&aZ�i���2M�Mk��7��G���欑.�������fI�PK�Q�=���^�Io)M#@�����Eq����J~]�u|7�]W'���0��RF�:�J�0hdq�t�
��<l$��"��s���8i �W��S乄�(˼(˼ZT�jVNb!�iRM�E5.E^�E^�ٸ��$M�q9+��KՎa�����9��۠
�($��j���t*I�F=��[T(h?�vhY�kkc`��c˶)��(rݜq�v]`��428~�[0ȶ�O�͆l8�L')h��v;�!4̞�8��L'ib`�ӎ��hԉ
üdq ��~�sN�D�	9�j|�����ɽ�G��/����ؐ���H�k�d���(	ɭh�WP�.7/EE�"a�h1�^I�ET���`b�(3�h��]�k-X#U�hj�l��wZ� �#�#w3/$'$�UI<��*��;�q��f�t��}���T(���td)0���w|��8��#̛��bd�/��t����ۛϏ�ϓ��/Qx��Dj�^�u�uo�=
@�t0���8�]wg�ޣtO3w��o�!m��ڱ�
���/R�V�ے�c�����kox��7�-�l���n�f]�Z���y�ƿǨ���u��Sl>w���a8����\��s��e�E�Դ,+iDk?A��s˲�4E<��F`�?e��璷��Y����x
?x�e%��b>+��A��NR�I���|�=Q�r|��RH�_͔Y&wҴ�Ŋ�	�y�� 5�*��V�r6�e��!�FqT���`.�:&�O��%�"}4y��R��C����͍�$w�e�*��@��08u�:$!m���ض}�Q�r�8���2H��`��5�a��� ���2C�1
)
#��s��7�I��	h�f�6���u��k
�
�V��x&"F�+-�����H�D�W��/�ʇ�.��������[�)��#�"/$����I*a���T�J(\<m�E�F�ʼnBy`%]�Ax)����f�y�e\�W����������,�'���4��	%�Wr���k����Z
؇@�a�Z�,�n��i�n������(��:�8#ۆiC+�u��j�F2)���P��!�p0|�=z.p�6-��@�w��v1�6\�4�@���m���0 f����l��������ע�>��>�����8"�yE{��,�_���#@��s��3
��0L�B�䞌	��V?!�Ų�*lj���s���"z촔.�����^7�F*�'Q�lg�å�++}e�<�=[ije(�$�|��������2i�3���f���*:�B��R���[+�]AG�Vxֶ�j5��R�l5;�ZM�xouն�ʴxb��pz��굼Xv�:[���晱��w�uU�VC���q������q4ڪ*[gsc��(�C���h�܌��ٙ�M$@���Sp�\E�hP�e^�e>/�q�R���-_:o��g��39R-~�Kd��/K��ڶ�0��
�a8����۰l�
Cr�T��o��((g���޲-ۆZ��p�-��� ,�y�j��-;�͢(��m�Gwwo��ZE�ZJ���)\"-�L��ry!0Is�]��(��I���Ȑ�*\JR!��5Ht�b�9���[Lg�^ih�Z��PU�W�'�h����q� �T�s�L��6k5�0��'�nl nl�m�n'�[��U
�>cp��p�nl��~�3�� �������4M)�O?6 M��%ĥ���%�q�j�kB()����R>
�p�`���
̣�P !���Ѵ/�e%=�0��e��t@�s(S�2t>�i�bvi�
b%3W�S��˅�?ˡt|���Q2��	!�v����]c
.��E���5���Þ6�����6�Vw�T4�TE�Ջ|S��Q�}�VO��a�5��wc��|�[��B����ʪ���P�a���M�0�-�YY=3ZRȰ�(���&�|�n���׹Z�\���G��C�	��\�-+ɀ�c�_�J��g�}x]��#EQ���{���_,����O�s����~��o����_�����Ν;��A� ;�����J�	IN���=z�|HLq�\���U�.&"M��@�ܔ)R�,^1�����+u��������S)�ӆ^�Z۱����;;;�0� d�{Z�w}e���{��8����?d�.JeZ<Y��rѠBk�c�5B��7�+�Ͼ뮻�l�6耙�����Dз���:���rm�_s�4�^���;�*�0Y"7r�@c�bYV��\T����i��7��F�b ��+aK�g��X^���a|M~2��+��vvk�xMi����86�7*�A6�ے�s`�9�A�Ԉ�<�9c�O��V�� X����<��Lb@Ƃ�S�$��ӳZ8�Q�R�Fc�Y�{�F��S�)�D,�"+d��0I�̋�X��̦�����~��]J0��k�</���VhXv�q|�w��H�!+�\��E!�o������*�Ĺ�:p��s���h��� 8��g�rM�r��w�Нw^s�Ч�z��7f��s$����p.�����J�y!�$-�$��ok��R�MR�*c��")c�R���t�N����Bi@���rؿ�U*ƚ��%�Y6j\N�@���G�PA�X೿�[�=�Z0�;{P��w���қ	����U��iY	��:���ڽ0���z��+�0
3@�	�R���s�'�/�=��"�f�W�������T��{���I�׆����0�bT�L8Nm����֌k���|��\���H��D#o%$'_#	r؂+�^x�O�/·���� �8��<�rZ�Y:�+D�8��Q9(�|\����y9+g�l*�榔�}��R�\gr�*L�<��c^��u�Ac#"�.�e9+z�
3ʭ��r6ϧ��2���Ő�W%w.τL�IU�i����xow�K�@��%�
>��ܞOJ�IUM��{ɣE�f�U�%�.mPaVb^l6I�yt�i�e��Ů"�ক��4���Ÿ�է��qe"i��8�F�ɉ�����J�J�5i���N���r��n�L����<��4
�BP�0&mL�鯼�fJ`��Y�*Xd�;�<5���oG
�W�Z&*���j])Ŕ�+��Ж�Hը2
@KH)�6MRژ(�m�(͜f��P�MK���vGI�9Gj
)�a������RJ›�H5@ΩR�1\��!��)��(�2�S�HWY*�dC˶�Q�r�X��<``��J�f�9���3���E�͇�
H�'Nn��E��̵��������%9qnjsC�x�0A���cTp@�d�	�`h)%
_���m�v
 pU�Ȅ)6��@Q�RP渌J�)�)��Q�G��(V��p��]�<"����4_�g�1~�NQ $ݕՕ�n
��!b���dH���(y�9�)�y�?ɟ2���}_'s�Dk2e̋"���dZ�ʛaҴۂD���"�y|w"��]-R�gi�!"�E�")�2�+@4�BN��!d~���F��G��D�r�<u��l'Zc�sQ����z��j��J�$	�*+B۶�0�l�
Kύg�n��e}���5�	��yJ+v1�\CX�i�F�����<σ�g�9��zˑ����ts��m�폀�D��.�'�&�,Y��w'q�WUU�pݞ`h�"CG�0�	
Ӫ�,�8����Ϲm*@)��S�Bð�[f�Z6��O�A�۵��-KB8�N�Z�ɳȏ�'�fs��p�d9
HM{x�X��?���)
$K��K]���a��d^��SL�E�]2�R-��e��|)Gz��;~���}��/�3���Օ�ɓӕ������K?voQ�h4�{�ݽ�U�u~4�fEa��'g�G>��7c�O�dccc�����sg�I/�����ʅ�;����v�o{��Z�������� �uWM�Y"�ɝ�e���s������m�
6���~h��~�ۚ�,�A��e�݄@�.��I�i&b��0�
�JfEZ�j6�d�Д��-�p[�v�-������Q,~�j��eY��]9�'�<��.`��Üsʵπs-�9e*B�B����g���3���0�vB��P��A����hH�a"(�L 0���?��?oL�rS�`??�ڤ!�G}�m�"���Ѝ�c=�R�&F
^�>�׹B{�kJ�u����`Rʀ�Q��;��@��P�m�g�M��=c-����@�Q�O�!���A�F.�i9U�*]E /#�"o ��g�rZ�"h�r��|?�B
�o(ס�H'h�.�1b�k%�N��V�΋=�V
��?��.�]i��sAJZ�y��9����]�ʦYR��h�|O���{�Ź�����G�fG�
�[�	��~`�oY&�j6�`\�a@ּ�)%�]��`k×�W2뢌"ֿ����>}�������8��m�9�j� ��ۥ�K�}����5cJ����)S*ܚ��f��=_u���W�&������~Բ����}ϛ�����z� ��DhR"����TEZ��RGJ��"��fD3��WS�s�NJY�c]�����ae�0�8i���C�5Ȯ��}�n��bHai����t����l�>��$1�;�k���#e�v�t:E��zme���nO-g��õ��jta(���P(���o�{yE~�u���������D�ֹ���x�
0�t$��Ju�	C��ꗝ�J���$L�p6�pD�o�7�j�cYab�`�n���e�� m�50���5�(ll�6�	e5��o�`3�X`�ON��8��炡�W��7�J!�-3��6D���u,�,���L��2-�&ne/§�2���y�4Cˏ��.��jp�gŴ��{����~���Ҿ$5�I<�-�۩Q�
:q�D���5M�����$�*���76�&��7ď_���RX�O>��	b2����+�����b�`ڇ���Z�MLL�ϰ�w�D�����cp��ȳ���O�_†����h�$M�C#J��bq%�Ľ���_He�0ŭc�2�r�G��24�fdT��\!W�����^1�N�X�g�J{!�J�
�o��X
	�MR݀�.L��l�0�Gq�a�4�q-��:.��#��_q�t`�YFM�6�}}n���rn��id�0
�]�3L�V8���Sk��}��ڑ�m�@���P�#UD�i2εN8��r]<J�f#�(��V�Ѱ
��hާM�MM���n��G�Xo�uKR�E���Ic}m ��qܭ�5��[��u�V�F�1ڝN�Ew�B��@9��v��}ӴQWB��%��ϔi��|��}�@JW;^�.�m�qP`h[�����7C�"A������h���
mP�>�Cw'��EzYJC�����0-�O���޴�ԝ����w�}��۟[��/]�t�a[�o��7`e���=�q��	|�\ ��������ȇ��ȯ�/��'B����o`CrX�
�d�����Eai�ڦf��\��R�q�d["�'�T+T�6��.���^�Ŵ���4��粒�b��x\��ړ���;04�o�*c�d׭�X�F�T'P�+YY�IH$���A*��i��Y�ɲ(���-gK���w�rk��lV�Ӽ(�A�,3S�ƀ��Vd��������R��c*��q��t:E����R�G�t���0+s���`����	`�?��2�O�S܂�Ӎ�
�4�����Y�4.\�p݅�ĵ�^{R���!������a/cB�+�5}�1�D����Ç_�<�+++�gHJ�i��+���;�;~1c�G�P٦Ͳ(��ǫ�B��
�Ûo��2�A����{�p�Lv7R��J�����ۨ��njY�kW]u�U7 ��G��=�����777��u��^y���=� |Ѳ,˼馛n��8��������ny9��%/�=��b!љk�$9z��;�<ϯ�e}}��`�Cර��nKJ	pDždwww�T>��{�H>r-  !Hƒ��p�$d��kJL9�{��K	ymt'-�6-38�'�'w�\�E��B,�τ��[l�a���f�y��i{h��A���m�ln�P��O�4�+\��ڲr�:n��.���E��yQM��	��dz�^��ԩ�7�����18�Q�&�7��|�Df=t�UY��ۻ鍍Ƒɴ�1<u���l���ߊ�pa��z�,�z�l-��if�\���n:~<#�J$!�
�"1�$���H�2�y6�B�墚��*y1��Q�Y��$�4IÂ�4�r�ˁ��e���]�5�67���N���������l�����Yo+G�l��#+���������A���[��[y�������햒6`�+��	���P���`��0��:��j1��j�nk�B'��)|)\"C2#'�
�~BF�y)�C�(m�g�M�.;w������[7�gv���Zw�ր��p���Gf��Q_�8�]���x+8]�n��+oF��o�����x�M�O2"�Z-3-��β �f�����6���y��h?�8�ۈ����6����� ���p>K��A��3݈{�C�9����}�ȷȟ��%�D~l��	X�1TpN�Up3���L���f�*����.d��i�z�F��V��L�3�,~T�����@�nެ����J�JlA�˨I�S��͒D��(u�P�Ӳ*}zG;�/��Y>��x7��Ml.&�9^g��u^����.�f�n�u~�1���t:����X�4��na�u������`0��~�߿�����װ��4�Ӄ�`p:MӁ��٣/6_�1x���
�aj?Q����|��I�ɲ@k�wܗ��i�M�i��5MӜ���_��W�����;�?��/��?5������l��~�����4��p0r�q�e۶a3�0c=�|Ŷm�
ð��$�Z�\g|�������)��~q��s)4�')�T�,��M)EC!��_���G����>��W�t�M7���O��������}��y���/���L�$�P������Of�!�M��q\fd�Y
����e�]�P�n��6
��#�<b*�%�Gj���:����B�V+ð�G�f��࢒�Ғ)���X��j��m�v˷�o��򬓆^�8��Ex9yȇߺ�:`ϛ��؊�L]�T���ͦ��q^��j����x��ɑ��a��|�j5����MdZiB�V���WV��+�E8���y�m*Gg�L�?i��� �f��[�A�����`>*ǣb�����e�H
CH�[��T;����<[�����h��I��
-L%��|�k�ڝMB�����E�4���p�&՘:{/%j��
�^�,��
J��Qt��y�g�w��]�qIƄ��(vg��VQ4mM M�
.M�yk���i�Q����|z�yü�ǖ\i�	��r�Vk�ʆ�&XV�j��}%}o�QK�+�YK��4��Nh
���Ukk�B	9��O[dN^�oϼ/�߅S.8v��S����+�O
AJԃJ:�h��T��]	��4���<r������L:mhw_Xn�L;���Uy:d-��욫�����p���Z�LrE�pC�����5�Z�p\K[�,�v�{�ݙL��>�m������Ro��Pg�I�>�f6���k�3|#���RR�M�i
��A+Cq��`�F��t���4N�3݈N��l�ti�ca�
SC�Ci%�n	�������}��������r��\4�������O>9�����,%�x��tE,�R�*���
7as:�Ĉ_�z:E�N��j��*��F�^�
*�'�o����L~�q:�������&���΍��`m�ر�5�>J�h
�I�6OG��A	�a��]s�5�
)������w���w��v�n���� ������4�:�D>F>K~������@C
Va����=�I���{����O⍄�2/2/f�@�r6���`�vE�-�E:/'g5s�����By�p�f~�mK��(��I:��K�X�ѸbЗ�B��w��QR��ΊbA�!�o�rz&¬xe2�<|ȁ�4�#�BDR�eF��b<W'Yb8�<V��ݴH�S��T��i�I�Uwʹ,�8�Eŋ��d�H�
 �z��4��j1M�D��N��nK���� 2y�B�
Ժ�����.���UAd�wo9�=9-�<Սf1�q�G��EĨɮ泪p��HC|�Ϗ��4q��I�EK��g�;��.̕Z�Z��rJe@-�z\1����5ED.L)�
��8~|G�F�4LLK!2��3 �H(u�빾b�1Τ��E�����.��.��X��Z�G?�j�����x��RR�SJ
%j&�Lpj	�P�l�sM�r�2(��),��اzI'��p��	n\p�Y0��4�V����`�!���Zy���er�{T��8tծ���@fE1����cf���F-
M�9h�L��0\�ښPο�}��~�ǻ�1��ޤ2�11|�um��fXK����szk���#h�֦ɸ�I0M��[�j�!�)��T��K����a��D"EnK)�4T�eJx�3�SmZ�	����3m���ض�*J-�鰶ʘ�5,m(D`�,��F�(eA�i��B
`��M�h)�`1�|���E=1"�0�s�ϵ�
�ө-��x�)�\� ��M���������s�|ߧځv
8P��?�Ľ~�$q�'�������O)c�+��0Ԡ��Ml�S�+�s�`(G��@p9h@)<�h�b��[-�k�2!�V
Lí�>�pv<��Qə�L���;�ڞ}_
aD}�t�I��w
!�c5��5L0t�c�_��
W��pg�Wѱ��J)�4>	��l[/`�m��3��ɥTJ�0LC)E)�ڱ\)�)�Q.�BB(!�ķ�ϐ���YBF�,K���*�%4D���&���PM���m��m�vn��[�@L�����/Z�S��zm�'ߛ$��~7�U���S�vf%\�S��rW�ZͶk�﷢��>�K%�<�����h�V�1t3zz}��֚�xW(Xӵ��%i�Jx45����o:�ʮ����	wS��/�ZL��!ܞCf����<���qLJ�\A81 ��Z�V�f������		<�Y�*I��KRdyK�a�^��Kcg�����/,p���D ���i꿟,>k`l<�0��G?�ф<���#�E�.9�$I��ֹW��j��1�a
z?c,�E硋�}���e�~�+Th/z5���:dǴϭ`�
ڽh�n!b7��v�����.��\������I:���h�}��UJAPQy��E�5
�^
�7�;�knn0�a5�8eXT�4�$�a�֒V�V3}'�p�)�����F���v �4�{7n�spKI�m���˴A7ډ��Z��)�Vx���T1l�2R�o��v�O���f�@q����̂�r\CxA�N~[��q_?�8�����c����4��o7��οO����j?q�đ���(��82�
���t����~��~��A������/*a�n�
�uK^��K�ht��0ȇ���I�̧�:ډ.F��҇Ч����vF���`��z��L�;�E<(B� ���l
���o��1��v+���3T�c�hؾ���Vf�'��u�������V�h�ǻ���0���/���ܶ�#�*�J�M���.i`]�&K&���u�0p}_�Vk<^Y��
hԋ���q�l��"77���۶qxn�"&�H�nG�����k6���u7͊Ÿ�)&������ƙ3Ӿ��9<�`ccc�;0�ܴ��3g����q��3Ӟ��98�?�ꫯ��77-o��Y[*��$��_�oC�"��k�ؽ*?��}�m�&;u�ԩ��8䕃��h��	o�}>A|5[�?u�ԩvE>p�Ͻ��p��H+��:%?,�s�pmGG�4�����p/��93bz��-�6D�e�F<��z��&���,��,g�ʘ�����3^%��؞�x�$Q]���|��5&J��7܎�"n��-�c��m*c�ٯ�cJ}f#���_�1c����B��UcE�:%����g�8��h�q�L�4��4M3䟒UP��F4��a�uI�urn�N�(�i����=��bm/���*����ˀ�_6S)�+3��`����1�t��uVQݪ�tE�O����a�:c�E���P7��۶mǺ�{�K�Nt:��D
�9,Ȃ 	��:���l�=YQu�S�(*"H� �]xA���o�6Q������\H�];�ndq�����J<;��7o=��(P��!=�VE.�BR�]�b���$�fVC�!��*�X�R7�ME)=v1������l�E"'�䙯I�kf���EAe9v��#/�'�	OA�!H�$=��\�ي>R0	��I��6�$Mx��`.�ыF�0/�0�rf8ݲkeK}e�fޜ�E#h���Q�jԀg��H*��+��AyE�+�+�Z�h��„��?E�$�ʲJ
CV�Po9��bg�i��3|o��&<YQ.��.����}��.(�.p�TEC��x�W4���=]
|U!4S��J͆_��T\�_�כ���K��!TB>	S�����aқ�&zzz�,��Œ�}歌8v^�B@��|�H�����'E�\������xϦ�N�i�|�e�T����J��6v�b�pw�"��q��Y��MC��-Kp�uj�1<��Ű��TMug�*܉�Xʃ��X��$ɮ�E��E���D���y��/�y��f�a�y>�	�8��1G	f�-1&SʨB��[v�
�y�a��y��Տ�9�	�0,?cV���������w����u-��;��9I���c�%y+c����º���q�q\�]��V��N:�u	Q(�Tf�|H�=k<�8��G�G����φx8�Y��7�q���ޱ������x@��j�Z��ܖe"�t���	��ё�����ޚ'Dм�T�Ǝ�����n����,F5Wy����{��x�=n�=?��4x��2�qtv�k��?Z_]�b���Ov�ϷZ�CX�~������%��yq��y|�S�Ox'�d䵝&i/M)�W�I��zy���^4L�l
�$���zY��^�L�e�h���^�佴���a��[���b�%Y/��%y���0�è���4k�!xh�4�C�������&�nr�����7�lGFSA�n��`;.�)"B~�k;�v���e��	��=�ु�.*��Ę�.�NmY�[����7"���u�l��3�3Fe�Pe�E���;����t	W4M*�VV.�j���1ul^��a�l�������%"�X�P9�(QS#�L&:�	Qly-C'��1�t]�rv��j&���\�ϛ�=��a���fk<>��B�s_��Y��㳌I��A����O�Id��qԸ$�z���`H� L��b��[�z��p��Tqu��'� &����L�����‘�����I�Y+Y���j[�[�Rov���^�`
��w.���־s�i4D;�Z0��
�=&uKx=��r#�"si�&��0��
��p4��+�V?�_����F���T?�����^�wۼouz&�1�<��.V}?�i�E�}�պ��»˲*��0;�Fа*g����`xQX��.�v:�a�+c�du�Q�4�޴�p<�Q��Ʈ��~�}�4�b���
a��#߹���p�_�6=�zD��mSB�W�;Y�0�!����k�$Iڼc�1�������$�j�
o�"�ISQ����p�=�p�d�%I<�I����!Pj�eMc�����=�'�<��^�9I�@���k���ށn@�F/A_��(����0�I��X{�Ͱ�CA*i�
b	�2�����X���������ʅ4�(�-�r�Ei������C�K!RB_��*�df��A�b\Ƣ���!�8�y���J�v���0�NM5�$-��6,��bL��;{=I<������0PxL��F�N�xn���U�K^���"8�s�F	�9��Ғ��<5ac�1Q�5����'S?���ZՈ��j�f�eͶgݦKY#��$Ad `N|���Qx�`rj�J�#I��
El1f�26%I� o�}DH�{T� �`�Ez�@8n��F���x����1j2N��������ЉZǦ�B�C�u�C=�B}��ێ�Q�����CT:�v����FY�2�fː�L�9S��N�8jOv=f��k������j��}�08�mc������;Y�)4ބj�`�z�	M�(����i2�[�����S�
���Ŷ���t��L�Z�p��� `C��(UI�#Y�x��Xf�5��R.�1p��e޲E
�)e(U!�t�p^�L�b�9��1��Ѭ�E`_{�/�	��l8{�C��to�����#Qr�d�m�SLN$�5_pp�[?�#
y��5��]���5Tl�LB��N�y�|�����S�v�)8�������ᎩJ��C�sz�.Z��x(����%�X<y��C��޵���&�޻�������w�l;�����^�3��Z9"6�&O��v��z���Y�<Ȋ���pv)��,�8�
�8�P��^G�Q9�ap�<�tꑎ@�!�LP�����cj�EQ��
^,�P���[{����jǷb�Q����\��� KM�s�<��o`�՞�1�y��ͦP*	͊��^6�<~	A����<A���dY��'�d:�����
��F#�@�����>�#-��(���j���	��4����;����"�daa}}a�X����|8�&�4��u]w�Q�e,�F��$�~�l�DZ�,/��4bX�� p	r�e�3K�4�qe�W��0��Z͒�p0��Uq��(��eW��PU�E�ښ=GU4�I�(ڻx xW�4�E�Д��>�&�ty���,��k
�3��Z��Q��2�E� 
t���h���f1,&�#	<���]vώ���W���e��n�&�t�'��Nҹ��U��`Vf��~Z.s�33[�NbF)�&Q�����"����N�a�`�C��N�Z�}��M0�����R;���A���W��|ޅ,4�.@�AȜ]t�md��[�7��i��(�M1~^>���RZ��$k��׹g\��s6Y\\�^�v�ݥ����33��~V�VkYq�׫�
���e�9�#F׎�n�\����s��ݱ�t{��+�#�V��T$��v
x�h>�Ӭ�J��ILcgD��eV<\��/���_����ַ�	��o�{k}}�����J����ɥ�y�{��oT�?��O�䜎�3c�==�>�Ic
��<��lq�'<�)�
|X�<�'���(�q���䎸%�k%�b;jFxe�s,mBׁ_A@�
$�1	I�@�ٵ@d�����("h@�m�H@�8����IHHH�	$�4 �2�8CH�AH��pB�^<[��aG�h"���&&�L���\�VEi_�J)]"diH�K��(n
��E�]7��a���ä8��q!�d*G����_ׄ����.~�u�aL�,ɲ��.����n��$��U�2��Qo%���-+��85�Ԙ��u�u7Vk�,K�
�d��Y�����b������^1puݱk5��u���E�Zt�-�n�f�s"�a<����1�F�Ho�7ѷ���:BW��|���`�UY2VW
I�a�w�M�*�=�ո��I�+KF<+�cƱW���|�*�	jǖ�d.�1���]�&�`�
�''�3@E4]�t��Z��dr��Ȭ���˰ommmϞ5i�o{�;�񎫞W~�[��{Ǜ��۷oO���gGi6�L��x�	���);8�X�`*�3�IJ��%�V�M��+_�(�֥�
�fw�NM9�'�x��8D�`��V�{IͶ�r�����K�hQ�dY�6��P�-}�:؟��6�ݕ�m۱'��Vc�U��j������i�K�,$���v�rB��ƹ���#�!u�N��{��)DY�
@���	�Yi4W�iz<��,�xrrL
o�$��-w'�榧}|ojzn�߇�:t��ɓ�^������\�������ڣ�.
?��dQ\}��\�n\<�رc�9�'8y����u�!��YH�,��:Jb�<�iq�8׻�?z���g��o����=���4����x���7��X���76����������}�~
����ԥ�j#��0��E���:D�ԥˮ� ��`5*F)�V1�S��x��s���Q�j(J����Y#�Z���c�ʵ9���q�.B߁;�	u*�T:���n$��!�
^�:(C;4��L�s�F�P�%Ch�u�7wrFI�U�����Z-���D�AP��k��YZ\X__X,��֛��n�[3Y��'��׼�5�Z�烪V*�
��n�VV��J���W.��_s]W�km~!��6�
��v�D�K��Ŕ��``��R���XE�+"t�J31�rk�h�xnם����Us�9��*�י�o^\�I������={��G��]K_��G?������]x�p��sອ�X�����X���:
���}@��C��q�I�$������ڹ�۾;����>R	�Z.���ԋ���}���(�PhnN'��uv��Ϸ� ���L���q�[�u5���b:�EG�I����\*�~nm
u��B�ZL�W�Oo��Ji�ݧt�,S�*(�q}i��6��Fo=E1�L�$B�����Qx_�-EW�
Ac0T��M�U�*@_
�
�^�K�/%{`��vJ×��X4����!%1�%��HO+ǩ�ju�Y�k�\Q�U�^Y��㥵��?�vv���K�C�k��!-��tG�t!8��[w]l����=�z���^�����(&����8PŚ�����S9`|�di�ҍ�1�������E!����|�ȣp4<NQ�'A��4�ꎝ�K��
G!di�4�X["r��}�q��؂��7M�2�(m!��T]�R�u�7VOd��&`��N4=3��l�K�����X���$��u��p�I1M룼���fr܉8�|.M��{��������E1+�'�M�I�V�M�
�F,�L��<D�4��"Qs���oB��gC�Z��I�8�ר���)]d���q�,e��r�0��Zpk��{�V�������מ���-���>�T�}�v�ۇ�el���e4����Ν�ٖe�6պŁ�-�_;����V��'n��
��P}�ǴNn#� ��,Ȧ���
+��<�|QTCv+I��ϥ�t�Aa`�fB�ۙʤ��7��_�#t:�(��y�Bv��+��4фS��R��e2�l�O�~`P0�8Q`Y.X��=۩G��}��F���v4�~Zv�3�Ms��6�u�o��Ч�5�����q<!b��8*eX�t���wʑ��� ��ۚϳ��\�(Xȁl}ldq;D� ���9u+9��&��.��\�ZL'e�%T]�����;/�d�z���T�f��*&Dg�^�1�d��g��
n��2��6��{:�x����f��)�B6��K�-Ͷ�@���p��2Kk*�.k�R�rF�~,A����˥�1��i
w?҆e��y�,�E�R8b�[ZJ��iY�㦉뚖��ΤԖ�Y�(�/�ǸA��E�@��<N����Rb��ڤ���c�W}�b��z@�4�ⱴ�5� ��t����04=;:�� 0��T�R�Ax�'�bĥ�rA5*]�5JR�ˈ�f��z��ȸ����R	 ��\�Rq�T	J���
)���t�;�R���:�tbw�x����}�3AP���)���n$y���}�+sP'{T��^0�"(�4~�h��3��J1ƃN'�d:��]0I�x2=�
���vQ����~� X��p��x~�˝��,/���[�������.�T�f
�n�ka�
�N�ڄӭ�̴GHe[ah�J
ǰLJ�����L3n&6/1e?5L������Z��}Z�%,TL0M9m�O(��F�*ʴox4�	��E�DT���,fS�m6]��I��@�P��R�)�i
)�4��RmZ:�T`iJ�.�a�-�_�ƩYD���`.��N�
�@f�&�.(��
Q(���rה�-M77-�mS	W�Y*x`)�צDq�8㒢Ԃln�kqm�[ݚ�@�BK��3΢8��/r�#rʭ�FrD&(�r�,�<_���5���D��ϟ�B�|0��E.o�Cs��|u���▝ĝ�[n��A8d�5������Z���z��F㬠T�Z��p2�ri4�������֌;;�ܰk��WN&�v\װ;��+.쿲�eŕ�	g�<ܓl)?��Q>*{>�Q�f��qB�2ɏ�qYV��=�J�(����$�IU E����g�,+�h�=�d��,B�&I�z�r^�I��V����6�/��Mⰳ��]S�8�'�ݩ�w�8a�i�,I���oOvM�w��7w'������淾��o}��/>{ҙ�M���3�[�/鎬��T��3-�sN��s=c��\���E�/x����/�����g���泧�9>sf���h�G��8�=r��0�#v�6��HM�[M�i�ʸ`�/.�J�eZ��������O���g�t��h��19�k���'N��FahYn}�:���Ƀ�a��<�XQ��fC����z��{�}e�N��V�@����ӟ�� e�s�c7Hv!��>ۓq������ɯ�/��'�f�;��|'�s]Qf �#ɔ����9t�͹��:
����%ƗQ�h�N�Q�zh��~$Ng���u.���|��C��7w>�>Ǣ���������B�]D�S.��Iδ��`�u�FM�,Ok������A�szѠ�Ǒ�@�0�B��r]ϲ%��z�j&8�MC���q��Y�\W+�]W鉪#���&���;��A�%!b`	a�0{umeyvnuD'2����R�F��Ԩ��6{>�a7�ǖ)!�P!��vQ�Q랭5���z��)��VK�Zc4j��U����I=D�n�YF)��)���.�}�똦i:wZ�++�Wc�	��59�^H1ꍽE���x��:����g�7VV�������V^�޿�����}��(FQ��!�V�W(���ֳ�m_�)T0��*�"c:��䴌��]�L���}�o���������(b�_���V=̲aƦ��7�^���۞�뇐$�~����W
s���#Y�e�,���Z��p�Oc��S���~��!I��;RV�`�
����x�bm��p��&�?���K{{X�Mo��;c\�_?c���e'E3@A݀�����cul���tΘ����
������u��te��;^�\�ŝ�?����M��C�G��(�/{�H#[�V���>в�9���4@�}� �W�By�|.��#d�M3!k6�q�2��U:QZfg��U^�s��;�H巣~�Ρk�9�Cq4��>�&�h)����;q�m&�6�g���)}�s��k�Q�m�9�|q�rEn�gDP9I�C���5A�rx�O�i>���.o���y����P[������Ŭ
�r:��Q��e�h'��>
���3�&er
�d$
�& L)�0���K�Y��z�r;�z.�v��r��p�p'圁��v�)�&�k����	���u$58����KH����)�	�Q�
�ׅ{\�(m�|2-���1���qd����z���|?V�<O���jn*�سL@�m���,oQ��ď7(e�=rǃGm���b:��!H�W�w�v�ˍF���`X�y��w%�ӷPﺏQL�n�\&L�e̷,ץhP
�F<迧d��4MMi���� �S n7��G��`�6����J�R)JQ�aЙ$m8e@��6��tc!)e�_W�|��dOvS�N	(>��_��_���r��3��j�zu�tӅŧ��֜BGĬ,ҴX�i�s.����䜦B�Q-�nYY�`���LŢ��AY��ꌸU�jq3G���\q	�;'��ٙ�)]>�BQGBtk��{�P*t��*X��P��P��0�c�7�ˏLg]!<�q-�4��K)�Ԇ�����9�(j�V���(�9:Nmx��[��9�(��R��aHƘ͕���Ș�ܯ��!CC�eh
R�iZ�3p-�u�Z�hx���4��?(eHiheaF�s�9�s�8��1�0(:�4�@sM*�$g�c�����5�_ԫ�<ЊP�!�Ӯ�V'�(�G���f"�ij�F�Ƅ�֨��N)�-��"ϣi�]/�9��o6[������Z6lyA`'Q$�G���D�g�|B� p/��v��d�ň�<x&���4.�e:iZ�X�(�?��Ť�
��b,�!d��7�tӳ����)ҥ���'TI�i��`ӛ!BmX9̠���� 
'�.{��yr�l6�m��#0!����#���n�Q����N���@��ʨ�5��%%S��7~�jX��O���D�Y?�y)y;�U�U͇���q���E%�ы�$MC\���ғn��8X�h׵��q)��XY7*����K/�2��J��)[6"���ʈ���r\�1p��#;�����e���p8�Zov���n ;٨+̓*=�q!��L�	�vh����s��#�TRp��u��(o1@)ݲ�Rʂ��C��<���
Q�����;��;��7*-dv�o|#E���Ɓ�>��[oE��5���7��k)RFr&rD-����F�T
�\��޿hk�l�Yop�4��X��3�;����O�g�W2�F��s�lV�A��l�?b�_(�_�$�L��t�P9�����*�U;w�ZDi���O8.5�6�F��RR�@1��0
�9�c3��+�-�n�6:Q$$��DZK��H� D`���ꃠ���<wΜ~�s��^�4c�S|�]"��H�Q-N� ��و�mϐ�g�v��ݓ��I��y\ ��*ޭa�w}���|����%�6O�
M��I��N�����qׇp�Yi�4�'�<MЩ�g�@�b6�U��p�>�RT�K�ˍ8�Z�$E����<3�(Zq�ؖ����Fd"�#ÌN"��t΋�R�k#���BQ��|
���\��^,5����aFM������"N����_Z�T����D
����y���hd������Zl�qeah=g�P�D�"0lx��=z���@���|�董	��յ�ݼ@����[���V�,�3+yѾY)�#�7�y�|euw������B�Emq�y����3�6[Jm�=������V�aS14�EFt�Q��A�_�<2�t:��dz���a�7�|���ѳ777�I�LqRx֩S�:'��UU�V��ur�����M���ht��柿뮻���q�:�����4M���ѻ��gч/��FkDw��:�
�ȿR���"
�Aˑ\\����7���|A��M��.$�(�L����qQ���g����t��&�g�1��@�&A�L�gs��KM�4��S}��Yk�6Ch�ʺ�j@͗�����k+�|ޒ�cJÆ��,�U���������tE(e�ѱz�6t��ā��"�_���|i	�R�NsO7��J��j����^�	@9�TJi;�Ԗ)�iE��Rz���
9&��h���BH�\(!�J�Xi�{�z�
ڠ��*ː�2$�!5
`���kx�m���1+�z��a[Ҵ-�~f[�l�4����+L�V���7
��4��0R���$uY�w:�Q����w�N��:��J(j+��L_\(���Qʅ���(U4����A�.�(4�m�!}D�GI-�
mf��k;�sl��;��7��7	%����SrS|Aoll��	+�^����
Q݇Cn��e��>?��1�5`�e�7���u��D�(`V櫲"�I)˪�Ze@ $��i`��7�*J���ٶM]�q�e�������U6�Z�z�˙s�q��E�<�
8��3�d�;߯,7\$K=����C��޽��OD�+����բ_�4�z�چ%��9��Q��<�9.��'IgU���Z}8KՉ�e!�%�"s����~DL�# �]ge7^���LC����y��`���dʉ[�r�j�uL��f!�,aS�Q�Y�`�~�2Ѿ6Q'�*i�~u��7i��jR�wb�{pɐR�f��ꕀ/sh�����P!�/�FC�#����h��C]Sc��j1Sk���
)dِ*
lm����̴m�v:�6���p������2ϩJk
�R(q�i9�bX�e�R��h<
�F�h�����M�@l˲�s��@F��e�62
`�m�� P !�B�u?������I�;qy5y~�gR>��|#�t 9V��آu~���-�T�A��ޫ�*Jrf#~^*����BFe��,%���ܸT�Pc��_���‡�B�?��&7�U6e���5|�&���B�,��
M#n���t5��/@��3����@c4�!��ڪ��<�[�%`,�ԅ���iͩ��7�i���8�4 ���_����x �g])�6G*mǶy�a6˖m9ݞ`��J��4Ms���aS�Tz�w5T��}�A�
�߁l�;&f*�F��ii{e�
��\��ړi �u{N&��0�A�}�<����
$ �^8�J$�s�Q���Ru�Yqiiy%�M���w��C#������#W��wU���x�Z��|s�ھky�[���]o4`4<r�j��N��all��m��S�Z"9�/��i闩�_6�*�ܦ	���޼Ȁ����8�:t��6g5e�:����O�P��bX�Sl�V�F��JJ�磭�k�lyiw������2��ۧ�:�e�e"��zx�֛��=�E�^��;�Z.y�)?��8.-�]Ya��s��A!� q��_�K�4���ppu�4b�������id^��i^��d�(|d
mW�*���o��%��q&�l�,�-�'��%?��n6�Օ��Ijs�	�͍�'���4��_�a�?�K���.�4L��u 
��Zi�dYB�Y��	�e�uA������?� ���h��2���yp@J�א!Y'��� ��ϒ_�0�BF����e����a>Y	�Ve%+YMT��Жeu���&:����n�j}��*�9�j��/dQ_��kUUV�Bʾ[�d%dH�evVvP��ɒ�oMwh���;s�(�n\�ʢ����������ۊ�e%��ċ��3���Y��Z����V�e��Ð��v���y��߭�&Z��E�1:�!�p�U��	��֌ClI��Z��Ծ�5��^`6�����B%�SJ��GcK��]��\��p�vӲh�8�g��U�����(�����؆���>K�Rh1�G�+���a"�Y�Ք��V�Ela�
��G�x��ZD|1���9��@p�VE��
�����d-���_�Ϲ	[��wP=uðlm��Q>oQj�9|�p���y�/ᕾ��_�>�G��2X�K���(�-\�k�p}5s�C0L�ҕ%<z��ʔ�ڙ�ܠ5f�@
�p� /!�����]�zd��e+gU�t�%�m�E55�B%�J,f��I��U�7�h�{_���ʘ�!Ʀ�����]u�QOJ��1�����0M�Sn���|"��H��و|�b��H��N�?��{��Gvq�3*8�y��L�'��B|t���9\e�
�0�A`(wcЉ�(T�����N��yG�ݽ���?�u��S�^�Y�2�<��]��E�]F��AgCm0�J����\����M��� �c�Xա��#���v�I�3?v,����,@����izu���7�뺮2�w�e;ϔN�Ւ0PB�+$��}r3^�]_G��?���"�sB�st��qfJ�Z	�U��I��y*t����D��7EabM�������/�U�?s�imn�+��8.�^|YUR@�Qֹj6_�<�����8+g�0���؊'��˅�7�AtVV�0����y ��CR
H���9�3f[�0n[����T^l(�H��g�[6cs��wm�*LB�A�aaZ�RoU��})30
�P�/Ju� ��Ua�X�`�Se�mƴ0�(�,i$�~7-�{S���B��]64L��S]���e���్(�TRH�@��p��{�.�G����f�2D\�T:_RyYZ�}�T��ҭq�0�U����
������=뙷_{�����V����&B��6��wWNHY��~����V��z���^�h�i��������eTEǎ_���g���ƠZ��եE{:6�+�̳����幀K/7a��'^�����:9M�(�Ǽ��#Y�*/�l ����j��9���B�A�^��^ܿ��`���E�����\~�;�޼������KN\}�ٳS(�����c�V�����_]|��g��j�^��P�e�g�7کm��fZw{��sd4�.!��<�.�:���].*
A��͉�	.Ѣ�J�@+^�#~�i)�+�_����vҚ��ׁ��=<��M�$X�y��0>��.u<�D]cw�a���N��>��u���q�g�֞�;��^й�͟�:���F�)"��qx�&א�$]�*����fhM��N��4�,���m�X�b)Md,C�4aMҤJ{�+��]2M��_���=
�t�q������&�.j���\�U��ch*>с
�)�Fq$�0����H�]J]*������e9(�1��
�WARf#.t-w���e�в�6��*�n=ěj��ܚ�8J;3q��W���}J���aDQ�}nQ�4`�b��T�s�dts���6���BJO"0�f(�TX-�z��ŤMS[�ԯ�,/N�:q��sJŏ}�G5Wm�l�`�p���-A*�5ќ2��m��A����R��q!ôs���-�����5��O3��[�B���!c(�/�9��
�9DŔ)8�"�P�"Gf����QM�!%c�# ΍��D�3x��"�v3���1�B�(#˚€�Q7��<U�ѣ��I},mv@�W��(-v�"t8HЄW�l���o	.��8���	�����Gq�?��R�7⎰�mԥ�.�X�^��I�dse�4��(k%I�+
J&a,(�a��o�sȫȻ۳l�ו����m�+�L���N�^	��P2,F%��V��EY�?��J��83�U��[��5̦i�f��z$A+p����*�;�Q�i�ٴ�z�RR-qD5�.eQ�2-�ĥ� �Ð^.WO��]G��U�krQ��18+���L�.א��u%e��y�g7'�3�����ZDŽ���>|�$d�!W��d'��#)4
�"�®�`�Wt��$�v�$�MR��w'�b���Ϊ<��F,�K�o�5���݉ֆ}����Z맹�y7./G�����c�sc#⎍���ug�~�l�f�{Gm�u�a���
;m߿b�s=o�2��!�0��;ѶE�s7���{�������R���3mi��ڳg�:��Y��n��9,��YD����!6<�'��^�^-?����tU%��ipm6�=W)D�L��4m��au�u|:�x��dײ�GN�<�.<����{�����Yf�WO�<�)<״��9���[Zv]��OTxz�q-�W���m�K����mëoljlۆ��"y��B�H�,��)y���/�6
�/;0bkV�8�Ɗ �ʰ�\�D�5I���yZ8�"y`Y�GX������؁a�)����4Ƒ��(���b��?D�HB�QI�<jp�ȏ�XVw��Q|O������M-�H��%>�;6��Yz�7����5ԃ�����W,�*b��t:�{�ۘ����D+q������W�%+��R)�z�\�p�
,L���1��iy�}FQj�cN��_�S�n��J=�n�=I�T$q3�n��ڂ^,pE�l�y���eX��f�R����f4�ˋ�l�L�g�G��AXj����&I����n��c<.Kk3�`�s��YOi�بUwUٔ�ˮ�^=�B�(h�yG�\�j@�Omo�9��d�c��t�s<�v�5�V^�K������3$��P��1��N|aۆF�]@hӒ�?��B�@o��(d��$!���{Z��#�����_���>��K�����>H����}��ɖ��G��_A���Y�]�����p�-������ݨ�^��(j6=�?�7]Qm�ZJ�F[��n��e���Usu����V���3W�J�����,
[ϗ�#G��L��0:r�+vv�}���7ǽ��z��/2���tD6ȕ�' .
]Z3�
B	��)��
P@7 �~����!sDk��Q8~�j6�Q�aJi�R^��7�R����qci
�i���+�z���2��f��֦��2�[c�J��R��w����ڿ�X{����}��U��T�s7��\�IXL�E��䕙"�������?? �n/���
M�����?�������~�7�zDv���:�|��������]�g�µfX>�f��� 3u�����>~�:���-/�Vi��.zdQ-���tz��~ݶ(Fi��V�-����w�b���|Q̲�i��-�?�Z�ij���(�ME�,�\Ac1�vP�!u}���5�+u�����h�j2�k��Rq�i���KKK.����/���t�@%
@%
�F�0�}���~���xm-\�cƴ�l���8OZK&�A���u{ݠ�t�:��c)=Mm��4�v�� oǑ����K.������SZ�'��{��z�nu�$���E|%�$'��c�q�s���: B�a+nX�O��f0����rX�	��ME:-z�lʮ9�Ar��m���(�…"{��U�(r��r�gQG�EΨ
OP&���+֯1�	G&��&mD6G��iR�k9&K#G�n�R����k(z�j�1���#%����P�\�*C�C϶X�?���BI���
T�B-\�q����hbR:��Z��m�`Jy'�"4M0^�=�h)�H!�Ӗ�.7��z��Be`��z����\Ä�z�6ܧI��@J�$A�aW��;�ӄ֒c�FLH\a��[���Dq�?Zx�5�e�����B����6����=M�t�`?Þ+_&�鷫�nsss��v����vac�nb^>���	�Y9�Q��tT#ρBZZ���-N���~i��Z��p�����Z�������Zs]����p��E'ך�%���"Hr�Y\�/������^�a��0��tQ��&
5��y6�8���X��x\�q�"�SW��'YZ��*+��X
\h���d>.Dž��r��[�L'S�~�8[�+��Z(�e�	c%'\x�_���rV-�"b��V�B$
���\T�l=�%�A���̋[\����{D=�7	���(���t���yq�<yQ�$�.���b�>d�������E��c�VX_�4.�~!�E�@K��'G�
2�G[
�<�-�����4�S�`�K���.�ޜ�$��[Q���r���ZiR���2=``��p�����#Z��鹦/8�L[�_��0v�C�������ia�p�f�3D���Z�K����궜$���z-7������9l!6
M[r�D��Hv��F�˭V�q߲�������J���1Jڦ2ti�3J��8j1�2�Pʨ�1#�<�D�>���@��N=@h'��˙���/UN\y��3�\�3.����8�"�:�q���fH�k(��T)�c�2�}n�\VĔ��S{B�6��A2���X:e�uRihEiF+K]Գ,@�7
-^)�Ý��4�kZ؊q�P�|47�
bTsM̰�%ް�J{/󵎷2R2��gL��L�����0��
��py�z�_�QP�>Q�(h;4��~�
@Ʊ�D ��RK�V�j�"�& Ś�I�l�69riY��(2긞IlC�T��%���B�0�(R*����ʶ
�t8�ພ��w�<D@�����m|�V���7�P��@O#
B%��T��86�������\x�vK�g�>�v�x�d������T%e(��3S���ڤ�Q]�	\y��(�k֧Om���`�)r.��@m%���:��m����FV�Ir3yy�)T��u�4I��}C85)���kz�C�u\R��'~���f37��ej�����.g����+���ԋco��f�Eqpl�Nچ:��x?��b�@��0�������fi��C�6öIB{��M���g`Y���=��Y!�<!��/�S�E�&�|%tIZI�>��N�ؐN��.p�͹^B���W�,����E���O�q/��N0K��?<�g����A����eU��+�u��}���V�苆e3�5a��4q���c7�3�E���k����e�����!e�0G���$��sZ9ݧ~�����zR��<�Ө7V�n!E)����!�[�x���� �H��Wx�[�"'~��B�!��y�՘j^ɩ����L���rZ�7_q�W9��W�n�⊍
����ͪ��f�E1�p�h�Y����\������ѭ啠�l=raV��i�Ylnv�pll\q�M}��w�M%�S�(\"g���ل@^��b�D ��	�.@��� GL�餚�I:�}�d4M�h�`,C<I�UE8!�W�ӣ
��(y�TG�V*8q�oC-2'?w�Ug�sHR�}�����J\7�@�u�/'�i?N]'����K�a�뙦�ـo�p��C�ж-��=��č�%�o�c�_���u��z�R{p�&��Am(�1�s�FD.�6�7��?;2�v;�g�0��8lׯO\�'�p	���d�kk�>�Ng:�E�q�%+��9�|q1ⱈ/��y����e*�y��l���q>/3x�[�ַ�Ͽ�����}���ޫ^����z���/��٣����|p�
�N� yy�'}��H�4��;�;�ĵk%�`^�dC��4#���U�h�]�o�������?�O�VE|���d�W�lm=�E7ܰ4�!�`��,�;��������cg���Ç߯i�2��ݮi,�ֲ����P�7tk秅�����O�O�#��J��4��B{<���I�84�q|��e�8��D���S��Y������^�ju%SF��l�^7����v�Z�n-�,��m���p�`sss��F���xmu�!���A�����45&�ϟ?�ZZ^//��9��m��E�W�=�	��e�i��mp~tc=@�{V��l�Z������I��J[�:c<�����4m�ə���ν��V�(ykq�Fu
�:�dx���L�]��8̦�g�.3��:�8�1(i>�"��iG��l�.m0�	����^�#H�,�Zfw8���%���ɹ8;6Y�ַ��A�lqlc��x�� ��[ey�zŽ]�����Mf�$�:�����V+wk��Ƙ�n'�����So�����2��FS��Q��y��X��zڋ�1K��Sp�X��t1�XXy�yV3����67a}펏}�E�l���.��E/�����qI��ןL�o?z
�:��_���gy�����~\<İ��R����mA�1�_\ȋl����KA?����3z)I#�pZ�,Z��w�lP�l!���|V%�ݧp�ޝ煰a�齰���qF��O̞���H�PF���$Qnk�"��Raib0h�t��FӲ�0h�B�N�B�m9�4�:���~�pD��0���1<(H)�a ���7,[�'�`Y,-�a�C����wGQi�m�l��� �^knR�h�I	j7k%	G�5,Du��5�������őJ�D�����j.4E�p*����A7M�Q)�06������$A0
D.8�z_���Ϙ�P�M�B�����i"��6X���qF�;ٯ����m2��p��8��lDH�ڮep�����+ d�v
�v]?�ul��=.(�V�D���Y��I��<`�W
R�n���=7I�$2�EIbť��x�HLR#m2ŕ��T'[|�1(�ꕉ���.I�{�9-��o���B�Y��>
I2�������|Ը�ѻ޸����*
I:�	��w�B�vW��� �e��ɐ�*���2�
������J�gy
S����9x���eű�Sx���������A�x+��\�חρ�eCr���ETr��9eJ�ev��DФ�P�&�Nc���J�I��9wvs�ԩg��ܹs���CZ_��`#��?��b}�O��m�׈����-��8��~��lJ������ʎB�cm���ur�\����xuSy����A��A{����W5 ��㋗��m��?s�b�q�m�5��/^�xq�"��/6�/^l\|����3W��ŋ��F}.�[���������}{�R\~I�8�J�N���t�R>��;�t�F��+m@vrxxTo�).���/�-oyK����F�t,�2VV
���؎s�yj�S�d�|?�i�iw]�BF�C���.E�ғ)�ܾ��n$��>2���ˆ:��~��	��5zb���~�Nc�I�"x��aJ����x��!4Wȿ�&@8��C�Q8���M���I<��8n��li
��'���8*�2Y�k��8�Y�Y&L4�$iT��q��)M�2)�qR&q2���>�����^n<�L'�x:V��ܖ�1;�m^n���������#��\L�Xo����jV��q9��լ��g�d>����j6�(H�܆E���Ug墜���lZ��j<�̫r\͆��(S���|6W:����{�Fg��94�LY��x�"����l>����|<��ǹ����<W~Wپ�`k°�_>f�N�����#�;��I{�F����t1_X����0���<�$	c	�/L����}�27�y��2�5��2E)gL)�֢5o�W����\�>��o�!�O9�C'�˭Qpr���̺�D�%�`��w�ԍ�Ph�E MA��龼2���T
!M@`h¾�M��@g*�����:&�fP�.�5gG���Bf1̳�7�S�~�/|����zX4z�7��e�Yo�!���  ]�z?=,"���w�����a����6�}�~7�����{�ncҶ%�	-�-��2��������?��"52:��uO,u�������Eō�pMgZ�̤p��0��v�����~�G ��b�۵-��[cX��L�$1�"e�/��5�z/��Ŧ�p��}�2�n�ՖJ� ��
�tz�v�y�׆6�(���t��wޥt���Ʀ"�J�W�,|�������ȥH�{���E%��@���t����n~(1�X���+\#,���Q;�U��:�2Yg��f��r��4Bₛ���w�i�y�l�0l�i�(��E~$E𹡵	���N�X��5S���鑼�v��	c{0�ή7���C�j�09z�i_}��h�WL�<|�L�
�1c�|��Y������n9���c�����虪�ߡ�1��,7��^���ly�c�=2����^-��M�mnh���:}��^��/sϞ}�d�`�/��;Z��dEqt��� I�7��nO�)x;\"�٩C5н�U奈]�d�L� p^���I۶��V>�[��#�n?2��#a~\Nʣ�յ!8����#��pV�z}t1� Ϸ�����<
}(Q��6��[a�[����$dL^Dj`�������F�}mge��+^�����4H�#�0�㐎�=��
kL�ԏ"�i�ȓ���!0ӿ�
 èS���t��5i�;�&Hƺ.@���MN��Y?�?���,߈?��߶����0Iw�m��̶Y���j������n~wK[����er��FZ�h���q[���V��	|$�4�$���5
�i�*0.�Ép�l���./M}�0<���k�7(�Rqx��1� �mU[Uǂw.���J��43���^�өef��(:_��õ�[��W�_��q�
g�6pxu͵-k#�ó��?���4VV�����<�n9ѐN˰̤�H��}JC��aY���|�#���p������9~�{�{��/���	�����-oyx��o��o���0R?��mj�#2�����ܺPg Aؓ��QQJ8��oj���.����wvv�;��g�7�����|�;<�wfm�t�����ޱ�Cs���<���
��*�Ȃ<��jv�	+_:��%>���l��HZE�^Kn��){���M!�ɶj��5+��Q�{���!
��Z
 ������ez4�G��}F­$,.�)�h;����/B�e��k�ji�ht��:��n�{���Q��(��`��DQSJ��a�o�€Ji��=O�T�m�n��'��E�����lB���Gr�z�y�<J^W���lx5���*���s�"���Z��G��IEc
W}<��-2t|�4�7J��5�N�d��cā���ת��L���D�*h�"}'�HU��8���!nd;�%���Zly6g�ϐ�V��φx�E#R�:�G�8C������C�c��}��A|��v��*��i%)*A�O�����sP���/�d	p���Ld�wr
'��t|T��^�rKق�3h3x����>�$˪t�M@����J��I�D�4�1�`3H�Jc�c	LB�D\\�e�n;U��bc����>dx.!+�-x�$�v$3m?�݆���."-&_�j�d���ƣ�R���i�*NzB
hwn��o�ը,����^6!E/��m���2
fw_�n�RT�K�M��7yH�s&�Rײ��R��BRj*KT:�0�R��XVhۜqJ�]
ڥ�,�
8�4L��m;��ز�����&>�⢹�ڣ�(EJ�W�H�tT��U�,�U>��њ8
9�y3����R�I X�Z�̚�Y����2�iQ
��������L���9֮�
1��=,�OO�K��(6yQD��@�M�yH@�RL`���TEIβњ�O�Ql���r*i,([���rT]1NKe��ȕf�߿&�*/�m��^^�R�~u�/q��Q[�n��c&�E�AB2���2��f��;����8fDe /Ј�r��f�k�2�5�u�r���R���J��I��4/
l WQ���BE!�Ak��(�:0��`��K�i��ΓF�������S�T�>��5�h9b�s�"��"O�yvx�$U9@��$	g�Y
�B2�߰*�:��P��YS��$�hcǢ_�>3�ܷ!��� ����# c��@K�X1%i�|�x�	��(�Bc��bjk����8���u]
��v���
����������7����9�
B9:CޥKl�45�&M��>��ţ�(v���<�-0�#��H�%�:�^��7��N=�^���rMH�L��̕R�7��i&PƢ��;�ڹA8��$+�pF�9�����ڬ<�Żm���f�n'�ON� Tna�,[5��	���</G�(�/\:�1ݶ�v+��t��t���2�@^АEw��@���q���QWS�]q�]����~9�cME�tp2Y��/�"�|���y6�4�Y1Z)"�И3<��
�v���^=�q�-�=��I�*Q����v
�0J„B��,W�YR�;X'E��+R*73W`}X �vm�^M?z�����1���b��9N'�	�AE�=$��ݸ��m��� Dp���=,Jk%��G����oN�T�f��ޘ'�	�&q�C���;KD�U�B�c�o�Di%�-3�8G�di!ϑ�i`�$`;
��
"-H
Ы����sW�+��w��R,�&Z�"$,A�xN��8L�>��-o,�	k�އ�	n��"������-�c��t�p/Ì����yx��w��}&U�қ{�o���=|4v��}:u�ђ���w��kM��#�c]��[�����h2���L��t#>~����e�-q�йve{�zS�N��2�����	��Z�W�K�V��ÒV��9�J��l��!�-���j��ȴ�l�n���~��S����b4,
o���\E�i��J7J%Js�ֆ�>ʗҠU�T�Uw�=b��j@0&0���I1G���4������߲}`-��R��QĬ�9R�͊A��QQ��OQE>���tY/�]NZ�jB7�#������#2D)6(��htϳ�0��PT
J!�i�4�/0Xy�|#�1B0�-�H,�3�G##
��!.t�Wp����bpQ$��D��r��v�f��L3�4����t��P���n���i�;n���(ܽ���M��u��4ݴ�6��T�z�9!�g��6��m8�}];,0�h�7~m�*�
���Z۝��M[���~��H�Ci<������`o�@���MQ̇�q���M���I���G��	G�G�����%��-�J��>^[N��v4v�u�qt�xT�u.Bt��7~�x�0.
{�o}�y���ODFh �������r��o�S��|C��8��9�v��v9��
�/�����/]���/i���%��*��44��Ш��*���r��{���4.��`����������q�{�#?��.ڕU{i��,�vya	(
��#ԏk9n���� �8�A��p|ĊH+�h�^�`�x��w���g;x�_��zvp�l�=
�w��qi3�l7�/�x�
�b@sm��kɂy�z�R���Y��I�ϳ.�5���r~vv������yXS�,�*�|����~���*�['�}ZU��Z39xe� ו� y��eU��A"4�a3�ԬG����I�����F��y��x�B����>�?�y��!����0�S���G������-�+���?X�|�??��o�z�B�r[���	��/����Ox�UV*x+�
lI�lx�-"`%Ĺ�k���-�8bD���J_hf���Hf���UY=%�7�������r5��qQW�j�ͷ�n��m���a(&�<j�<��|؟Ǖod{t�����Y��R}�n��.$�	D����!S(l2��t5]חã�%'Y,Q'ڨ<���XJ$�^E��1 �q���!yz�Ex���������9�Ѯ��Uٚ u@�`�-JӅl!Z����Z��(����12x��+�w���J5�#`E%P�4K�1R���Lr�N�4pN @�@XST�
k��n�kE��/�T�'/ưj���~����D�a3�(,��j��VR���,hF1��e��u���ᰗ%�a��bѺɄ�?��E��vޫ:ϽQ��
�u�X�D�6�5)@Q9+�U����]|�j7$�z1W�f+�f@
�;����&�ֳ���ɐUŨ[���*��8�YC� Yy�@�c,X�����Ð��ڐ�$Ģ�e����(�EiUGA�{�8�YUBb9��i��j�1s�jB��֩��!xf���Fɷ$G���8�iQ��Z1F�@��Y��D�h2�OM꺂~�1O����� F�~:��
5QP��E���ʒ����Y��.���R>���*�J�B��&-8IHyGJ�V>&"�>�D��RY�4)�L����Ф�<U���	3���,ϣ�����Y�,��;��S�p�eM��H8M��[���=��NN�I�61��������e�	T+sҢ�lb���T��X?��Jh�bD��>1J)}��g=�b 
�� d��r���lD�XH*� �c���+�1������"Pᣕ���0�z�CU'1k��XD�M ��F�#(-���}D�B�uR�8r,��I)h�6J9��Bˬ�<�H!$Y*4��7��ƒ8��r�,j��5�Q"���`�Xί�Rl )��Ž-U��O�~��{��Q��~�@(E�=p$���劣���\�8���i7����`Ț���LO}M8���~��k���7�����zo�n�3�� ̦��qb��i�f�C������Lǧ�׼��{}_\���{�i*̀eᐬ�^�z�M�,��P��N�u4޻�R�4��Z�{>��,�DQ�E�$Btޣ���W���ey��{��Jwʺ�0���<Z�Z��`:�c�S�w4�q�;Ҝ��H�4DU3�qB��m�7a�x�)��Ѵw/�WȲa/Mdb�N��F>	���&��lx\���ACQ�%�8��W�	8�����>�>:.�������I��7`�y9��)��Q�����Yp�1��H<�/T�]��`'��1hC���-!ˆo;�l��r#�`1�U���� M���&Ǜ(�)�v:�w���~{��		�&�f�u������V��'�C�2�G�����q��֘��$rG�,����v6p
�,>�H��ne�����[�n]y��1[
����Y�2��(��#��o��:*��AU_��WL4G���E?��
�»&�]��._q�jo>�>�8.ј[�)ۋ�[��S6��k7a�?�M����0�y��]��@�`����QՏ#��ŵ�1�v-6k�O�(��ۜϪw��@'�7�gu{���N�b�^�rW���Gh�=����2��]ў_�s�ɕ�&��i�^g�;Iڷq3�~�~D��('�����͝3
7���[ܷ_s��	�i�&ϋ^�0�A��� 7E�W�9�r����i���+��������,��</zݢ&������&`�GB"��\%�o4�̗��3����gg�d���긱������=>>>8;;�ߏ���W��box���'/܅���|h�c:���\`������t`�.6�D��E;�iqi�v!�i�.Zn�!��xӮ��KכE;�T�8ٴ��E5��b���^Ҧ]�J�_��vV��n)b�GI�%���I%�n�]1o�3߲�]T��m�BC [�m�����ږ�&FK]�ԭ�G����7�;n�][�-�'��RO<�Ro/��?*|�aw�S
.?�����W&���>�
�y��_���7_��.�N���~��G^zu/?-u�vp������񁽺�n��
�ި�uC����ի�O��O�˟\~�3�<��o̻G��/..�͕ɝg�}�ɗ��EQ�(�+W�\��'�xbP<q��bG�]�·t>�{h�SU���Qg�%�0�����LuL��Ma:on������
���H��7s8�(hj�v2`�Ev�򗽨s���0b6�6����m�R���p8Ĩ�Ü�/��sJ��_��C�Y�&����F��
8����g���\�7�j�1��n'^��믿��d���rƮg�z
'���˦�M�$���)�@mf����N��4�[���"���^^6�Ra�=�~��k��H$��=��큁SІ��s��!�C�j��ag1���;/�"�n���b��$(ȶ�굗\s�5Zf��u��ZC7��j�
�F���)�v{����DÄ���͖벮e�*_F\
�_u��_˞��$I�&	@���+<�e��Ѹz�݆�h���=�y����� TB*�PJO[R6�K���.���2��2!�,��(e���&�X���)��(c���O}�����z��ѻ�>
{@+��;�;���oA����ܼ�=�Lvɕ�Vr�e�pڽ*J~P�jD�AP��:�c_�ͪ��Q3�gO�A�O_8������΀�,��]ļ4���N�`����Ȅ� D۱�.�HM���)����>��^�y��y�-�w���I��=�)��B�:Դ-߲`8\,�C�,߲M
�8�k�k��ch;�\�V��s@!D���ty�i�
aĴpo�}g5/	��i����!��uڝ0�ꌹH]Κi5�n�1c��F3J�gEW~>꫸�"
R��,�)�\i�
�1�����f��-�Q�
k�2��s������{Z�������|qC�s���;�s����Ol*������m{��[A��-{��q�)��"�`����$�K�t�8�.�y��']*?��;~��W8ی���Q^}���=�wl�_������J��Um��/=waX��Y�)G�嬜O��c��?��?��;�p�o��?�z�k�]��m�1�mh�.��8���q�i�"��(��v.���p�0��
��������~���a�jmf�>���r��E�~�2��C��>=��bh>{����|�.sݸg��oZ/�8�z��S��%��oZ��?eP�����z�S���륓�,�8��'��"Ć�92&�I�<� ��W�y�3�ٯ�N�ܪ��|�|�WF���W�UE$���?|q��O~�O�+O������|~�p�X�W�{�Kț��-�Ŵ���/Ѽ$����B���ô���;�sw�8�j��$�V��l>��hAG4���L/�K�,�K��c�@���rV�J�n��u:.������t����{{�X/�uüum��ٹ⊝C��Z�����U���a���L�i��1�+?#TI<���#�,i4zEd�W��////�����tm������O�������Aw\vO��p=�ݐ��C@nڶ�<�r�l���Jӗ)0�
m�~��gQ��
�-���ѯh݊��z�h�F6�i�Ђ�u�ƥ����*,	H:���?<�<o�Ĩ�8��JlQ=e�#�j�5�MJ?��S�~��Il��S8�Z�0�t~:?��wG��eh�mY6^C@~�y��|�2�����j �vn��|��"r��3�}��#�� ������_�BD�2ӯ'�3�f��z�Z۲8���J�T!C��u,�2)u���1��	!{�=�H����\G�(�fs�G��J�o�Hws��d���=��|��?u����s��Ž^��ŋ����|��^���]�ۻx���^�r��=�\�Իx�{��"1!G�"'���6y�9�	��?'�FHoy:��抝����b�
,�:r�-���,��0���-^�9��)�="���q9M�Q��F�6��A�����g)&��O�r�e-�⸌���l�ND6(��eӘ�k��4��_Rd5���(
����69��
h@?C94��^��Ŧi��iB��~���Z�XV>kH����b�PJS�Rp�sGŦVҠ"��F�р{����
�L�G�9�yRz�ؔA D�����n�7~��h4 ��J,��5��h�
ٸ��A�8g����~
�Zۖe�q���	]���
<�&��0���l�/�[Y�;�j%t�:h�t����0�8d��a��n�m��ו޳������4�x������~��&y��y�1Ǵ`��z.��2�ȶ��k���5�Mj�-H��������	u�Fެ�|40�Gd:s���w(߯oQ%�-��kw��I�"UfB8nj��Rq4� �j��[�ﭭ��kk�>X��w�={�i�R��Խ{pv��d��C
��{�®���u�q�P�$[�{���;�۱D�V0M�ת��c�Ƒ�/_q���r�Q��D���C����������zܚx���Z����m�ZA{NS�x�T��~��������Fߩ⢚�PN�x>�粜��<^T���i9�%��}Eɬ�	�83�ә~sQ̩sZZ4�c^���g)��@X8
�\4�g��������^~�v�q���h�ʓ�+�S�N9�c;���&$	�:u��)�����1�"ѻ�8o7�4��������_���{w�yg���R�_��f[c��sx����N�i�P��O�t:V�
�jZ���i�i�iJ1�j��$���6|�8�L{r)��zIk<���]3/�P7�0uš�Z̕$m�?=����~�qT��Ϝ_���f�-R
�}�L
	��n�G�o7�%`2���&�Zk�֚n�����R�MЏ"�u��IQ�>�hҴ��� D�K�c-��@��F��6��?`�:|�4��gh�eF�,��ZRf�A0_��P^��f�V�L�2��8�p#���B
Rv�o��aR������oB������Kd@�E���\"{1��������Ǫ��:HQ�ϗ�ĵ��Q�U�>@>
ݐ�zog�dq�Ȥd�i�zi�2��Tl��_��2鐊�	�`����q�* �,6���b��i���_����n��,k��Fs;]`�m���|�8���z>C��V��@��1�t9k�e��m�w��.�=|{1ʻ]?�Ӵ^�~����G�����ޡ[[�[[��o t�{]�vgy%-��¶e
ۄB|.��������	��ZTE�g�l\�l�E)�`���RŘ�6�q�J*7��L+���{��)p'$�ؙL��%�H"u3��U��
�&�P��ع+W�/,�g/�
��5B��	'��e��P+p@k�4�6*�'{41*
6��^n���lGk��{�w窫v8�4���F ����UW��JKa���������������gl�^�׸�'�5�֠жPCH���ǡ����0A�㼆��h]�-�ay��ѽ��[mqHe�]?M���*�j+VZ	ӌ�4�ߵ�����"X���%^�'��y�C��?Aí�BBT�ړ*��m�Ix�q9(Eh��ѻ,�A9(�,v�|zQj����P�*J���\�>�pg~?<��)~�測�VG
I׻����$�
�y�q���
WH�@i�p��="X|�ݧ+i�v��ȋ\�_L��j��Q���ϊ���cf�8��&�`aP�^�Ū�t�$+��վà����"�:Ӛ3��U@}ߍC7�v�4�ײl��eؖP��i�ε�Q4[i���̆�v��4Z��'(i��FB�L�+�~��l�jG;e�e��8j�]�sԭ(��O��a�9� h-M&,>ϰ�_>=t����*4
';Mh�6`�z��m���X�-xm�����퇎�~Di�
XN1h'�(�,��\�@R�M�	�G�е-	F�����^嬌�册)�������4��v�̔��9�Z����j��O�K����
������~�)��ԲMGT&'T�Q��K=�C�oF�4��ij�0V!��y!��e+����g[H�1�(��QE�/Ezɝˌ�%�I���J)c��Qܢ�xľ�Z!JF��9�ļ�p��[Ae7)�p8��&�����\��'.y�+�(��BI��"H)�
q)
�1~�'��y���� ���O1fpWo8���ڝ��'Rz���k�mĦ�9W]s�)�[,L�x�eqJ�i:�yǛ��&�Ќ6�?ҁ�PQ���E�ϳ
)Njl��/�:�`��w�W�C�MFd����P��"��*�P���6�b�8uR�|�H(
Z�p������_X~��s�a:��hIA�gdo	�?KQ��~s��R�������L))���߾���:�u?4L������C���k�q��%����_��G���+:=�З��k*!�r����A*�t�\�I��+���#%dvt�Ӽ��-��b��#i�c1rR�S/Q���2>%,;]�0l>��x/�D�ϸ�Z��fd�C^��g<#�l
7ٞ�M��ci���#Öd��@���0n�xn�`����m'ˎ��7��l���~�ML\�)%;]��ٮպ5����
4o]]'-s	�� 
fs��\�i�0����W�I����:N�eH�ɭ�-C�%\�fcy�W�緶�b�yo��c���Y)�����M���/��+�W�#�
AQ���N�_�L'��.S,����i��>��L�fZS�0Gq���!�&�Gc<E4��BƢ�g�1r�UJSƴ�\P�B)�*�X�N[+�����:��h�-R��3%k5��̴�d�^����@������i�L+��K<��!t2fV�H��xJnFm��8!<�(~BH�[�"�d�rY��[�5p�/r|[�Cݪ(��t�J�
��o�샽˗//2
j,��Q-M�8���0�f�q��@)����0���7�G[	�)H�X�:aRiB��6�V����Tp3|�m�s:x�2��/��aJAi�aęL�(�QZѥNą�!�BhCp.�V��>9�X��T����U����8Q1���HL/U.ϚiO��%��7�l�z�;����0��c���6��n���}���y����0��c�Zܷ
�f7�)46F�}[J�l��u���U�~�����䰕~��sY��"�"o$$���q��l�W��<%Iafw	.z��Fn-��9�ږ�g�$�\�Lk�tGh9��p\m�}�]f��|�5��j0�=���tR
�Ik���JD�>�N��Q��˓V2V���r�h��Z��&t�)�cǟ����(=v�i�3�Նa8�6�{3tck�l8�����J
���̎�uZ-_HE5b͍��4��卍��"ϴ��֖���5{{�+��9���@?���I�g�+�A��H��1�D6(�#ߏ�O�v�mϵ�J������ez��S��)m4\�@�fw<�!>�i�`۟�^D<B�.Ë�iJ�Ʀ	��Ӑ�x��Iΐĥ,��GX
����#7\���+�����k���Ơ��z��J��mg��j5ݐ)c,�n�4�fE1n��P�y���M][^^V�ӎ�x�)n<}�t�Z�aee�5
�www��
�'N�8~�666���a����C�$I+mߒeY�7APjW��m��y�m���a��h�7�r϶�eg�B�=�䛷�����׌���3��$�z�~w�7����n��7�Z�O“�\���n��h:G`��2�hy�^+��������֨b<�()ު��m�.��<yr�8y��0H��N>(��

�8a,%C���|
�a�6k9�[�t�3���kd	�<�#�v����_��{cs��̖Zm�0�V�Y[��\��鸦a1�9�rT�F���t;|&�֎O#r]�Ȥ�B'�FHHx��G�'-$�)�R��(*RF��r����cǶ���OG9㛽1��e��ܓ�>u�u����dz���ɭk�A6��=��
���=!!˄�"-��0
~e5��]
.�؏�Xps�4�ם�������p�8V������w�n��#�7�~��]��&ـE�a^�y~�]�,|��|��u)�E�Ъ���6Ԫ�E�.�Ɛ/ev+7�uM�v?qꦛ��0~Bhm[Bȕ��{��_/�Bao��D�,��ж��
��R�$�H�$F�<���u$8��u�ƛ�f����n:*�R�P���-//KC�q�=�5���u`�_�����,׳-Υt|�(�A~5x�Ã߄߀/�ur7!��HK�������N�q
��EQ�+�y��Eš��x��碀Eď
yH�R*q�wI��B�K��8��%��}
� ��Ǥ�H)��T�n.�P�B�K�>D�Y�ք8�9�煸��wq>�ˈ�#B�����H����BT�s~�g���C!!�B\��$ sry:! ���d��������ͩf2�.ud�ߖ��S��qWM���
�~Po�4�3��g���囹8to�>��޸��_��2���:"!��F�Ó��^�I�'N=������ƽ^�Ob� l��(��XO���t��TA�JIJ)�!~��8I������q���G\BF�m���}.C��O{8h;�c�q\>^��G��ț2�-OHN�un�=��o�fNM�Cl�yEwM��^�|���+5��.~-<�t:.�xq���@�}n�#�XJ�,�� R�{�9C�|��D��1i:i��h�=�u8�f�/�7�Ww�\���3��bLƨ6���B&�ެ����X��e��@�̶�>G(�RѦ��������-�������t�@���k,D�l�PX��a��3�3&mӤ����\�
T;,���tlӤ���w�2�� �t=�Q�fץ���d(� �@LJp��3�8,3��R��O	��mJ�PV̵o!J
hQ�bOUj�U�8VBF�v,`BIV�|��=DC 2�pDM��丢�BwO��/�����#���[�;�`� !��o�~5c�+<$̩a�,Sx�s�(�������wn%2�ѭ[�+�_8�3�>������_Z}���mIe�V��Z���n1p��T4�-����S�`a�,x��W<-nx�ֽ��u&,�Z��S�ӈ����3ɏ�7�'�ϑ�������5((C�&i�^J�&i�{��#��&9o-�0��C�x>.q� �A1/�����N��0��
{% 
mp��8�Y*�6�2�
C�����h��_��n�
�S�!.��;��-n,^�'O==X��O�B�l4��O�SO����NRh4�'pXI���v,�Ts����\藀�����b�P�՘n����q�mйr1D�rzTʡ!m�Bꨙ�A�T|,nQ?]�{�a8\���Z��-�C���]�y��%�0���\)�Li�01�`L��WTU�U�A�T7u��@��j��ǁ�4�]�t:�80���G���Z�1�S@n+{�*!�8�f$�K��;�3>�K�҄��e�nT�ҋ�B�O�?/����]�1瓇VV�] N
��*�%��b1���a8s����� �\�wXl���n�ټ9¾��)���C�t�>�g߼�5���^w�7�z�-`"1���o����+��еeYV���k�m�\�KD��t��$�KNr!W~+yy�<����(yC� /�a�	�䋄��*+���_�F��#/�������;��<�M��4�1[i/�X�����â0�_�_&i�,��>`@����=NO�q9���#��Û��<|�ӟ=��ϧ⍡�?��È��>��%�̳��lć��~����_�E���
~w��'(��JC�"����7��Q�G�p>o��.|���/|Jٶmi/��:��/�	u�{�Q��eX��ic�:�N!"�?`��
��c;����Дz�<��Z�O(Q����i��nB@H-xW6I`&l�]�-��|Q���]ډ�{�8��@�,�[NZKSzeP��k�^4O��_�5-9�
�����c95�e��z��ֻM�M�gi�^Ne�C�MR�1���2����'�iB�k��w+��K���{���|�w
[[��#���p!�����,Z����]ʙi��%�c-G�.��swD-Bj-gʏE��#��[�|�IKHE)cL1���jƘ�	�b�/���O����#@�K����9Q#i�.}Ӷ�@���e�낶Hy}�:�b�ō=�ɤY1�P��d�Jh`���&�Nyr���3-��U�VT��h:�X��9�4�e��4O$2+r+e9��oi�ӱ)q�t�t{��G���)w�h{���V���Z�١C�)���Q��ψ$w\��|YJ	u=�("�IE��7�2D��3�����r׶
�w,�njx����Q����#
ɵ�%w8-��ù���N�z����ޠ�����o7qx2�t:����ңB����<-�NØH�i)J��j��oJ��`�yJ5�9tV�۱�@9�z���z[�h�����]F��a�q�`��((2��g���BpN���M�(g��3�zMPU��Ί�ɱ�W~Q�0�"D)#Ô�o+�T��ĥ߰�ǽ�$������OA��Ӻ�Q�p�D�qD��8	Eݧ��8n:.(��X�8��@+����
*���Xb4:
Z1bL��L��"��J0�����z�_o��8��8�K�N7M�"�u�9��Lf�Q�?�?G�B��
\]��6�x�C��0���ڊ-{jE�7E@�p\x�-��[�-J_�K�i��L�Ov'��e�$��c��g��5��]|=���2}a�I�\�_�4��Y��z#fÍ�l
�Y������b�񎬬dn�^K��=GaY�p8��<e�8�Xk/�.��G�e��M�@O�X��Q.@�%)�	\d���M�8�����뵐��� WR�)à�3C�ؔ�V3(�fg����R0�`T�q�gRP����lݳ{��7j5�P
�Z;<���^��)�a��5��N�믗� ]��I�@p`��HHG��~�
����ya���m�[K��h�8ߏ"�e*;4�6�3�7$����+�X�T���l����{������4p�F+��6
�Şi$Q茴��nOL(\��p�]�{�M�8��Zn�u�ȶ��W�T^���/��|%2%Og���D;y�w���r���*���rѸdX.��ْ��S̻)����~�&^�)�8/
���Iћf0[�(״���i�8}�97-·��;�[|�M����&�����]�f=�P�4���[`ĸe1>�V�E�-ì�A���*�vm�+��&W"�	�~����S��K��Ι�T� �"�c�F��l�2�dA�D1ؖ
9<љ���õi�p'��!�jAN&�-��b��
���k�
9�����'�;��s��Xl�F�?�a��g@C�NN:
���	jY�/(2��3C��n2����5��
7ܐ&��~����Ɖ��y��m�U����+Q�a(в\[)
�x�K�A
C�U)w��@�J���ݼ��H��h�������k����C%�M�]5��ɾ
%�?�9�W?(G �����|%�n�ayTH���ҵ�:�F+���vcp��2)'��JKI�,x�Y^T��F�uc����-m)�ؔ���H���V�FFG�(�D*�8R�m��~Q���v��,g777+VD�/��^����u�(狅(�뎆��b�����5�4�t��VK�9�\D%t�8�f)�2c�h��ljƦ��R5����4�ZJG�%�=�^�<ϫ�=�wg�N��sg�X,D�L|7�gٍ���͢B�6�P�
[�Z�z�i:�5�S���B8Q8�^�1y�����Y�p�H��-������Cz�N'�x�f�i�y9�8=ki,�"�d�9+��6�a��^������8	��5h�0#��ƃ�>R�P�r�s��
�G�(��^w�ɓ'�Fu}7�3T����[���/��
gP�@��G�~�?�ޣ�fp���Z
1^n,#����W��ٷ��Α餃����Y2 g�#�i��D�-̍A�e���@߆���
���-��,2%TE
Dʡ�j�Q:)�QM<��:J�[��٨�L#)��J�^<�ku��(��:�֯R��:�E*�Ng��hHa�Ӧt0�&��+�D��ר��t;W"
�ju�<�{���j��s-�7$E}[+3�6�I�aT��Hi�y�!i�߯[���ڍ�Ҿw��#Gg`LD-��[[e?�����<'l����:���xˡ	\&�p��HQwX�AY�,��¼̈4#O���������=_ml����H;����5o0ؾnyi�|lh4�����=}o.���-J��]XNKZ�e���T�d��3?�3��W���#��+�or/�	��.�%?B�D>JH(2�a�L��t��M{���'6<���*�7�:�QCX��yž
p��P's��uR�We^���[T��z\>.'�X�e����R�+�l���T��BZ��)���1k��b`X������?h��dY���}��@�su׃&�� ��m'�����`b[z��`؝Rr���v!tA(��;��T
h���� .l����@��ї�����V�C�\�1���ƖmYQ5Y�V��z���`�w?��[uP�/���$�9{�>�\$?E>����4�=x[e)���� LS��x��KXJi�9���;/ݻ.{G��k��փ�&IdbBbs|'���G6�*�h�j�qP�4�3��Ҟ���5�R�Ri��_�K��1S;�s���2^�M�vlYp�iBH��1��F�`�u�'Cd�����_5���Q0R��ܿ��_��J�6��
�ð�)]G
0(R,TB� ��1G]�-"�z��eŵ��̤�+�f��Nv���i����<��H���h]@#���mu��i���`"�������x1�2��ț	jN�D��a� ��a��������a'��r��7�Ah�nP��o65g,xG��p��[�l�O☢i����i�q:��Z�] �J=��`0_^]͋v256F����lv��|i6[�w�i����k����|c8���������Ƌ�ry	yy�y��@A����qx��6rh�c��pR�_2.�L���D���	�bg"�ʶ�#@u�l0�m�Ê�0S�RI)
{�s��HEF��R3
�I1*�YU�\	��CU��l\���Z���TV�V��]#�(��f��=��E��nW�,��8.����p���YV��LJKYT(�����Փ�R\�)�4�-���Fv0�D�i��CB��͆�(
��"�`�Qw("`^"	[P�u��U�[����r���Oa���e���z�
5�T��]t��/k]
�Ft8�c��k���I*Q6��b�"����m���)�G(ۥp%��1S�ʂ��q�B����8p<��<.Y��@�{�UE� ��GD�-@)e4y�m��<h���5(
��p0Dv7@�l�����<�����/�Ҕ��a8D�@��!{%�6�_ZR�̟���g�1�b�`��$`Sp@�;�3g~��<�)��_�|b$����Ɍ<��Q/�9.
�
ǁ{�4/f�
�b#��7-S���cA�ͭG�Ço;�sh������6o6�5,�:�$��2SG4��\���8���]I�|1I��NͲ(_b�������AU�:��E��Ǐ۪V�Go��ʁ�O����ԩ�(�~�G&wN�6����
�%�7CU��.�C;���{�:�S��6j�vq�o����x�QW��ݻq	9��ir��g��7�#�'&�"�C�I���p��
�,�
6�(J�}8�`��h6�6r��d����:=�TG�<$����DYF�B���ku���\TPF�<T?��m6O	tp���K�U� 
����7��<
�q`@��Ç
�U]G�N_
Ʋn7��ЀZ/S��+���KY!����S�T�^�EBj@�ךM�zc�u�Zj[�)�� J�xL�4��������h�i�i�ڦe�i'�Zb���kRi�֔r�T�K�t��t\�1��� H�AARfդ�]q�)m���X��6e��E)�u�u]׵�W�k�iK�4����c(9��4�<�m�C���\�\����im!뚦iu��JS�Dq�&����j�c���F�T��a�V��&%��ĵ4��kZ�l�+ڪs�ly�:�K8�m�N�Sq��a�QFa�SێSNm�*۶m��y~���0H�-����r��fd��Y{�^���VR��C���׽ �;�-��qQoS)D���^��C�=��<�v���жl;m|,�ċ�I␴>H��K҃�4k�$-3����e5ҹޫ����?��k�/�_��K��˸|<b��E?�?����9�!|�ʇ��_O��U�zի6�ݮ�mlz���[<�N4Ëp�"O''�"? ���� .@���f\�d������$W�4�Y�� A1�P}���p�y%�"��f�R׾P��ʏ��[�<[����*�z�6�i�� �gC�Nт�a��d`�H��&2�a%�j�h��Wq]!��b<?�M�<�ꡩ�a[��|l����+�p9!B����k�����[�zD+�����8�=�������IH�A��~_�
��L[����i�cZúi��"��e��t�[�����{�´�V���������k��$��w��e:�m�QRb�Զe�cZ��m��8�e����@;�ܲ�V������_�$qQ�I�̇:8U���������� ������gt:G��Y�y>��d5��B��~�n}[����)��'?�IŲݬ���\,��SALe�
�Nb�*�*7k�����
ݛL��g��S`�	���j�m�N)K[�iC���M��
-Nh�r�z���\Csc|���F|�j��	�H'���n�.:ZTO��B�x5\���2Œf�u�R@Q��d �:Na��V�*�: <1������C<$%���<o�l��.M��Q�*F"t6M��NÑ��]��x��ye�Q $��q0&�K9��<�L��)<��������Z	���+��P)�͍
�B��O��#{�g�B@h����$ib-��)����c��fQ,:cQ��Ekc�m���̮^�T�m��B`�\����j�3B��Ȭ���\, �I�hFT��'&�y�,K��"��S�n=5]AmH�������,�&���d0��{�"��U��(�aZn�*��0�3+�M�}��E��;��5F��Z�*c�@�r�O��~JyQ�b��R�C�<�`k�AU�g$�5�YV��ԫ\9xRq'X�M�3�����W%�bk����ZgF�'��s�$���^���39`��Z�g^�W\[�����_�l6o|n��_�?�����O����A�:���z�;Yg����[z��������Y�����/��f��������쿲m�{
��O<�=���߾�;@y��<��HJ:���p܉;âkou޾��x'b\n߮m����ͼ���fE���v���B�N�$�q9ƹ�l
G�f5U�7����L���E��U/��C�8l�4愷� ʉL���uZ6e3���`N��1��u��lU�=��Q냩��qb��w�[߁��M�zP
@6�w/�b]d�ogEQ���}�vvq��~$I~)?y��o����8k����8�Ɍ�:QJ�:�Qj̯�޹�E������"�}o^4��w��<f|p[�܈Y3τY+�40�Y3�,L����c	�O�eY�W����~�G������;�G��O�z���ӛ��7��z��xQ�cOB�{��zo�����o/".V�� D��'�Q'�*U�5�H�N����R3�CM�X$n�E��uB����dxK����G���Ύ�}Y��|>o�k�Rx�|����
b�Ƌv�-�)�*T@N�+��H�‰d�N�{O�8U�'Z[�٩34�J��-�Knc2��K���nB�����I�Z��kBZ�l؝�!?]��f����vC����8,���V��v3Y��ePE�D+��v�������˃<��@�=�/r��Nv�[��'ܺ�t���X�0���jO�(B��(M��(�"t>x���Q	J#�C�he��4��զ${7����f�m�c*�$�4hFb�sl�D���!H(�ܜQ�H@$�����,!E4FLlꆒ*T"�=`<���x BQ(���mq�ֲ�I%i��0:'�Uu
�֚�sP�&(�T���C�u���}H�0�Z06�8a�M���Ì�(�+8�8)SA��E��t<�gZk��:::��ЈBI�-�W�`�"�Z��8�@yn@�^7kA�1Iڤ��"X�*5
eNk� Ld�<e�ԑi�H̊$�6��M�p�X��Dz�7(���gj2��fkE�C�{a�M^@��'�1�4��c�D��|:����pާ��߼�a�jdwZ�_�r�\>�Z�Vw��;-����E�?��/��|9|��Gǽp�y>'�I<H��uޭ�K�߮��y3��ҩwfYR��ԍ��Ck^0;i�3���*M��u:G����M���Ͷ�[���2�w�TF��a�������n�Uxk�k_����TB�s6ͳ؛Ϙ�fe~��6߻�/��O`Lݸq��C7nܸ����IQ�%Y��r�H,X	��ݧ�;���I�'�����Y9Q�`0v����Ah��䢗�>!��[e�i��5��7�1�����{����ȏ�B1�!�~Q|&�^B�;�$��#>�4�N�ʥ	����d�^=�QC��6o�xPm�4�e����M���{�=.rL��{9��d养�pw���)�u��C�S�}��}��=v��c�����{���߅���}ӛ}��G�wm�a�<~��e�i���<����v�E�t�lߴD46�΄��e$�:��u,lh�A��J�^;��g(/��ט�9��@��m�,�_tGէ�ѩ��pk���V4��9;;�BU[�"�L#�ٹuN������痿��u]��8��^���y��$NK�פ�~���~��#��m�Q�}Y��L�KlƸ��I�1���@{~\��~j<��Pq�,������ @�k�{Ё?5Q���j<�� �n�9��d�E�u�%�̉�,�O��]Y*��yY}�L�y<|A����T�.g��;�†�;�u���g�/«��ɝ;���`ٴ�^]$I�����e�<�ۖ�?8����u��NO_~u4LS�B(c D�G���X��i��:��C�^��Τ�'��e3�G�	1܃�/E9Qhl�]7�;H�v�l@�
����������~SÇ4ΦI��"�c<>�s�1Z����׮��v>���V�۷����zz��t�0����}���jq�}��;��{t>���#x�<ц�%w��$?��74��7���E�Q]a��N��t�n�_�ݸ�=�AE�E+qi7ϭ���&١DG�qEN���$+�|/f�	a$H���j�[;�2��YM9d��&㣲b�^L�r��[�^m�y�$����fs�G��`K&XN�t:��a�$����QT̿Q�v��I�������.��׾Ji/J_��}�
�u�w2�~@�R�T�<�����W0��c�.�!*u��5��߫2�9�c�ưR�./xI-O��pBT�E��إ5
3����U�8"RQFm�"
���sT؞��9�D�Є�|tQ�Z��W��q�Zc�%1F%�ۋ�:�*Jg�&�)�+$�q�SN�A[E{Y`y�D��
�
���H��H���8.�x)@-<����XN�ei���-�c�8>���HO�kF�����4IR;�(Q��j��M���y�@@�:�)�oIQ���^�̺rQeMu5����#���v�L�5�K^ʬ53P���j�{�(;��wRd$GG�.	^����������)��n
�)Ф#=��|�٠�mL��3�ϙ��{���z
����n��NdQ1uw���^[I(�(P俋�r��,�]�B6�ۗ��h�WϫMUV��8�v�.��j'O��5'�ɺ]� �A9���-�w/U��b��U��)��V��av-���Bi_
<�`�J�͛!�J��d1|�H+^} �;O�d�Xh*�`m��W։8F��^S��5�:���0"e�1H��#�pJ��H̓VQ�u�� 
��_q��4�8N
�)���A=�y�������l
�')����:>�U*�%���U��q�
�{�sMl���fi���$ffd��ՠU��=ևTq�>��	УJ8�%Ӯ�9c}�%��]���͵V�c�A�c�1�ގ�T��4ݪ2�Գ��J���1�3�� �x������xg��$���۾���21��M^�e��Kٌ�2�����*��Z�A\�<gs#��>�Q��'D^]�B��_몯��pÊy�.\;�Cdo�y[��̛y�N��k��O=��S�/�烟|����'}��=���^縳�q���ao��)����ˉ��Q��w.����iև;�[O�w��O?���~���x���_
iֿ������~�������|�����	>�Qx~X��+�]6��M[���	?��r�qʽ�ԁ��;�����'�{vv�����giݹ~��w��_��_;;{��ٕ�/�#���q��x"F�F�^�<�LY�i�68gp�`�*y����7��
ϒ�1`���^z0�G��AړG�n��n��C�";��{c��q�������������18�tz\���==d����:��=γ�=���Ap?������_��f��:q�Λ:����t:���ժ]n�А�z�=��i'-��MY�I�X`K�<R�봮
o�vxZ�;N���da~4�?�����3�j�G,���K'D'���>l�xs�H1H��5i�k�Y���]
�l5M�{s���(f�������Z]�z���v6A~�h�A�7�e)=�),[)�lP�;�~>0����K�뭥>�L�����,zvj֥�u4\p�z�M��l�q���A�$]��5�ngs�ہ�a��̊����,K+�lK)lRË�P��Ox��<N~�|�P#��j�c,V����R�Dz^0�ˢ��� �����w�*㤀�/,4 �C��r�y��#lC�|��n>yr�(�N����K��칕U�Օsgo�Q���R����_2��� t#��w����h���=/��F�
@��B���w��/-Dc�ǃli)�[a��?M�|s3ϓ�oO�kg��3�(�a�x?��5@�<7����x��=2�Ϧ��ߜu�e�W�)ɔ\a�֌q�����0�V�v1��e�;���]���(��x4\=��.��ׯ�����߃���L0�k���e
�$�V���r�h�/��(:��E�b}6��|���?�V���BXV��Yn�jRI�?���l���Zr7y�Q�6�DV�^���M#��������\�&b�l�gY� *��9��ޛ��Q��u�9zs|\#o���Ӕ�^����tv��g��GJ/1v�W�H��0I;���v� �<»r��NiJi*;x#y)��[�N����?>��e2$�ȃ�%�'�/�/�?�Dz5/E/�|7e�}
�%����#N�42�®�(I(i�6�t(JbJƞ��jJ�ԡ�U��4)�o
�7���XRc�o��/ϼ�DIi��Q��QH!M�htdwz�4"��'�P
uu:�F�GY��h(�M�q��mƂp&�8v�8ܷm�760���ljZ�cv�e����__��Fa0�]����Q��ݣ{뮻2^,����LW׺�n�8.Ga�8j��qF(���BRז��N��̗;]�_i4�����*��a�z`�Q�]7�:���6�~��#P�N���B)Ɛ�BH� ��,�	���ؔFB	F�{M	�QF�e��0ެ(S\��&�������E�Yr! dY
Y�B
)~gMsQ��0�=�Q8u3#�����E��
�}���%^��!C���ɴi�g��m�^�$,g�[�s�;_��e�$��fYM�s�86�E:S���N�g�z�fh$��1Mɨ��d��J%�i�(4����t��������i&�FÕ�0P�d��d@���>����)�t�0Mj�g��y���d5�N��6g�A����`�eg��z=�l��u���֠��mm��mkp��M�&�+������
s��f�`�2���WlU�=�����[[��ӝ��7ڦP-�y{1E��z�լ���o_:��WHv��\L���j⎀�@`^v�A�9y|B����?�����s��C�7�E��2����`�l��D����v����x�nak��
�D	�4�;;7§�ׯ��,�_���:U�׺�m#��:_n��yg�@=�7ψ���7��ﮦ�Q��c�<��1�v�yӡ�>ō}{���}
K�+�YŒ�F��5f�L��l�ʴL�Hjnu�M�iY�"���F�R4���綪�g�;���
`YL�!4��4mY���Ҷ�$��i��ɛ���1v�Ey�mfZ*q}o��[n��F�z�ec��k���%[�ާu�mw(�ݙ��l0�L���^KS�|ر�H��l���(bp{��V���f�2�лs�p�0��LK��Z�O+��2�G�Z(��%��{[ ��uH����0��|��C��J�G���K�[�Օ�7oo�z`�e{���

|&?Ty-M|c j� �Ǹi:̺���{��.�$[�ѹ��=;�SPf�&���ӻ~�W�W���=��������VVVV�9z%�{(��nY����\�{�n^��UB��W++�Ht"�B|�o۠���?�=3�FQr-�(j�j~GC��Ӳ�+�fQLisc���z�)7I��(��3�+�kk󛶷�������=��A�lY��Z~�J�z?J�F�l�����:���N�J�tk��f=������Qr-��<k?cVfx��i=W�he@E��&���aF��o���β��������^��V ���c#d�?y��YNx��n��F�Z���z��h_���в66,�u
���YoX� P�'�1pY�7����rW���n�6@?�䴶���q�gt�'q�ʈ
PHz?�h�1�:���j���S�s�u�k�v���9��ix��@.--���|}}�+�CJ�iR����<�l���4�����5�X�<�y����j�n�_Ǜ�ޥ' �
�^#H�jL�W�H~N��z���4u�V˴��;��#t��e�6��'e��>��rKi��6'KK�q���K����%Y.6զ>��p5��4�s�*y��S�M*���j��2Y�`3�gͣ(�pV�"���[�y��qQ"_fJ�eE�ܰn[����c��{v���	��K}gEMNաiH���=����3�7��Lp�4�z��0)�*0�q.9�ᛋ@���p�3k
h[��$��2Y��{w

�eUg�Ա��m�us��0����n�*�$���+��D��C�}��݇��1����/I�����9��u��B+6`��5�Qס��b�{�H�l@�y���3�|:E^p��k}��̤Z#�
d
9CC�`�
T�J1gu*�?�	3昆
�J�`�sM� e"d"%�Y��6��>H}�aNO�`��e�7�0��
�6K�f*���5�y��i^�4��T!��T���[??�}�7���6�m|]�L4S͸tf��_.&`�k��?�z��_g��4�`��7��������g>����~�_��X��B��>`��ny���E|�\�����ǥ��-��'fc��D���gs����0"�����k�̐�:�@�������|����fkk�z�(�Эu�t��;]*���qE��a�\C�%�$o$�bX(��t���]0��R@;�xІ1;�WYd��U�N;�"�ЙF�Ӣ�w%ܕ|�HĠҲ9Œ�Č������0�UUU52��z��.A�Ӵկ�z��Za(�s;E
໭��KmDZ��q'���J�z�����$�V�(�VkI"�2����}��w�$Ib
��g=�YQ����)]!6��y��F��x`ۀ-ð�����/ǩ��z�R
�� �(���pn����[�pb|~9���a��I-&�і�dz!�]���-�L�	r�~.ԅ_A��ӕ""U@��蠌g�8�<�\���Ȭv;J��Ɂ#3&C L��ON������	�,�-DR��:b��g�\�$Cm؎�
T��M�l�R
=C��X7�u���A�r�n�֏�m�I^�kMK���uц�S�C��w+�3�=��/"�>(�T�����+2�R|��$>c�n�,3�;*��Z�0v'��j��ƍz��}����S�Ѻ�*�;��@����BȢ���l2
��m{��m04RƐ�{(c�o	v���w��C�d�a~R�2�ȡ��fA�(͝u�|�0�.�zc�DO�%T�0m��"�Q���z��������Y��vW�8H�n�����Q\�v��rss\�`�)���M�ԉ��в�n7v���V�2�wL��k}hk{e�u)�jĹ�C)m&���\�ϯ+m�Gۆ�U���ZU��	4��	�[�Wi�F�Sx
.��\K�&�2ʋ����qT�w��\��4w\��4壬�~$���	�W_�����=gs<E~��������_z�崶�N���ΝC�'U���8B��$����O��yAв,h6�JVk~�Z[m4�յ��ln����7�Ჳ����;ue������0�����*��q�sR�BS���E�q�Ču�hP����>�<���I5�x��Š�&k8��p7�
;�@Bk3P�镂Mw$��ey�!�f�W�u�ii�̤���Z�vE��FڨY��`�~Yn�+)UH��y�+��tP�c�4�!@.0�/S�߀
�1P
s��R�츊e��c�Q�|���a��A%�W��1B�@�:�:���˽����D�n���DxS�P����`^>�M���!B�?�2C��B��"t�q���R[L3jq.堢������j4�!/�oe�{ʸ���l��z�\��1e[��LM��+ﮅ���[c�w�9s��^^_���@ʇ�eG�L��I�e��z+�`Z�p4C����9��mE��42@@C&�AQ�\i߰	��ř�&B�}��ٍ�`���v6��m��I;>{�λms`����_w��hDi�t�Q�I���O��S*Ƈk�³U�VL��2(9�9׊Q͸I)2EE��1��[��6p5�mG);
�&��Y�rP�%V ۚ�&7���"���dl��S�>0ĉvvZ^��A%œ�g{>�z��ٜNX�_���G��0�����mC�ض|ȸ%H��vy��nݼ�������{�jw��:����p[�����F|�+���s�BEzدwUz�C���5�~�U�����m��g���g]>�&��u���׼�R̯|�ۚ����_���o�կ��i������;����*�-��Zkl��E�
������t�ڲ,W������tzx������j��`x~~~~�Ao}�[o�x�\\\���񋋋�_y�o��E^X_?r/꼢���|y��;o�|�!�\=�*�'w@�iSm��&S��LD�"˻&��Fn�}`g ���	bŴI no���� �sy{0�:ŸQ�f<�ݼ��'�s�[?��+G���k���ëQn�7�z����Yߌ�����ݐ�}O��C���[&�'��L~|��$�|bz��������x��y~m�<��{��K�^��\w��Pz�W��V�撚��1�<Ϗ�\??�~�0��ϒ�z��_��<��&޲�v!�?�|��>l�?����s�#q����c`c#�;�ίr�:l�]͘�0��ZFf��驊{;�\(K�Ű�ȿ����69T������&⛘S
0>*�2�E[r��W'�<~��#�"2����Br�d։0y�=F����L��O�8$Y5�-%~�C��]4�	پ�M�eI��d_GS����~\���t�tm!�n3=]�OO����!�΂�!˂�!��s6 ��ƩF�ߘ�G�e�I�%\��q$q:��1c��r_6�7^�k���x/$"c����7��g��Ey�P�tR�&�YqB�u|��QO�!��";����_�!���!���}������,x�߆����1��˽x�\aU�Y/�{U�*��R�v߂o��;/�>�(|m��%p�D�<��qS�yd�����n�f�%zx�iW��t���&���ڵ\�f��	|	wzUMnA[
���B0�8��E���O�@�,�/
�5uS�T���Z�MU!��c��{o�W@_2!"��۝@]Ս�{�!(5��n����	�H����/.^�^qqQ�'�C�7������ۅ�V��4��qQ�:;
��|����\}ɝk�]�~��������2�!�����[E1�!ϧ���>�f���6d�����`xx8�E�v:����/܅����V�8�۝N3۴�z��Cd�0�X�4���m�"�"r�^�|��V��X�&SR�M}����l��B�^���B��rհs�x��ݺ��t@�A�uf\b�z3����� ��h��d�t@�J��pR0l��K
3]�Ȇ]�(1'a�&v��l�w�O�������E�,1��M�ɴ����n����V�
 
.G�+nʦlP2ag��_ʢ¸� ��.K�LD�LѶ�n}��r�n�$�&�N��v�K��;�U)k�K�P,��f����#�+^+C�LIl���]�S1ުΕ z�#����yaӠJz��=G�#fl�� �I�a$�\�U�'��z�A�X��obє7m���W�g��v�����mFu�Y�9(��g%�Q�j��[ �,+�-;�X	�^�M�4��G��l�Le�*w�Q��z�����R��3��GJI��M����A^yw�/��I�|�������K�#1�@���Q�9	Z:��4I��Dpb���y%�̤d&$1�J�H�LZZ&�]�H��B���*&�Qq��J2��#�Q�[�@��~۩#�h��FD%�ҎkM�SH��(���(�>N�h�QĂ���#"��("D�9@C��aI�-k���K�A+K����QH�7��}M�#a|��J|�)C���5(�1JD��W
`���������Jy�x�I�REA��FuСb0Fi��W���j��f�i�E��C0�b�RaD�)�a������֛��(���~��0-rĸӱ��o����|)hx���^C_M��nw:x�tY
�[<
.e�ҜWV%&m(�p��yZ�4P��>�SN�B��tC�(�׿���X�>ӡ�a���/,�hXi�z�p��p��n�v��u��p�99�iS�}xa9x)�)�VF#�{|^YM>e��r�GP�,d2�X.V�[�'��	3��i���;޳�H=�b@����w&����yx9�^�����b�:�⠹[#����:Uh���24Z�vJ�
{��.Q��cN�f�sr�i�����}~�����c<x.�_�o�S��y���r�n��\ՖmY-�_fo��O�,��DI=]����2{n�ڮ֛��#>�&o��m�����v�[:톆�����2Vh?]�l���yT^,����%\�,���b���@�Ă
���f��h_X��rh�����O�[��v�͋���tE�i[�o�iZ��ە�d>���f֬a.{�T������ɛ���r�����9��^\r��#h�EIDi��"|�E�v����^M���]�r��WE�k�:�p��u�����g�(��He��ԥJ!h}|��5������mU�6*��!�B��]�."QyAN�6R���CF!K���ޗ6�B_C�eֿ���4
��;��>I��{��	�w�D�MR <��qU�I���EsM��г<��8$��:
F����ıq!�X����14���S3��iGGk]��fk�g�=��Y�(J}��'8~A�ߙ�p���䀚�=�O
�e�1�������O��e����E3%���K��<��q�fJ�f��(eX}�-����:x�b�_,M��{<�e=����Z�Bȸ^Q��3��'a�������4�Jl�9 �sE�s�Ĭ���:R��a.�"i6���Qlm�c��^��[�xF�"�^=�v��"j'����.nEQ;�`VO���I"H�'�^�03�U$/Ҥ�H!�M9�ơM��X���>vA����.^�4+�G��k��
�~V��G_�G����MUf�$풤@ �{"Y潳�+ys�Is��H�s@��3�=rI�7ަnjY����.�c�w�ݵ7����(�U�^ʢ'���^Z���TB,1�B$�]�(���fy��5A���&�g�R����qD�bm@����(Z���+OL�m3�$j]Q�DVRF�*)�MQ��(Z�'r�Z�|�5�3;�>�,x^�;ֳ�2"շP�TfF�����ld�a<��;�p���H�,�(���X�L,��n⍅�R�e��q̺.�������u4F-1�d���D�5�Q���z�;ξA�lT��F�h�d�wC�����}A�Pz�Vd�����}vSb��.��<==;�8?=<z�0�p4kN�ͤ"������bY��W�u�|zu~f$K�B1�$Oe���+��Y($�=c�=�{'/����n��D����|�R`Y�ʦ�+�� ��Ơ��;��g2fB��`pӠ��9��q����OlSث�sƤ�t�X+���jR
������`td���77��#�
�"���>>D��V٧�9ҖH9D� զ
!¶E�(��fc/�t�5�a,�ҳ"���ӧwNs~z����ۭݷ�m��֋����a>��d�F�3�F3������:���;���I>�5ɚ
R�+�
߇�1nX����o��pdхa�jf�ޘ]��ֳ�RѫQ�d��2NT�-�i��݁�R�`38�i���Jw#c�g���bS�>����f��'`\:ŻߘZD��|���f������p|�
�<w�����ǵ�ea�����Lkm+t���mۮ˜I����آif���l^������>��������w�E��J�����z�ѽ.�cx���L��Z�ٱ�������6t{��s�f��������s����7����l�V�}�+��j[��8�	^�t��i
�aԵ��8�ècq�V�0���4�'b�}�;:�v;��tzto:�t�g��闿29?�|�s���2�߈���ko}��G��u�>�_���D-6C�b��e��L�"G����Ar؄Ä�H�2-����:q�e���?��s2JK�;�i�(fE�u+8K������P��^@��S�j�v�1O*I񔥿*#)�J�"��C�z_*�	��ݜػ���vZV�;�(�dy"��y��*IOO휖so�8��QZd�%7��Y��
�Q�;��D<&�,�0�X�_EǙ�V���U�Tu�(T�}֠$5?��Ža:�2��j�C�2X�Z4�b���|�z���=�1�f'4MC����g���D���������ǹŹiZ�z�g*�BK[f�2�-|��-��{��,�Z`+Ӭse�Z��1����5�u-�IR����([��A.�/����0�x'E4� �ັ�8�E��6�Av���d9/_�y����L��8�e��hh�(j	�qc����v���N�[��ˁ��g�����Æ�UOё��w��)9�2'�K�e��Ǿ"��As���W��3MSr���0濂�����K$'���W�r�h���K�%��_�yᢰ�������r6?��e�P0Θ�B�A 8�B���a�fRa��ʈ=p�P@i090�����WѴ����n�Eb��8��l�p��F�L�ҲGJJM�
|HkKLk�M���j++[P�\pn[�����O#P�6�8��"r� D�5�G}�	�V_�Z�n���V_]ݦҲ[I���^Ӱ� ��tku�V�A����j�V��8c�6�[��*
�����
�8M�#r�j���ҶGJ�L�=7���\k׉���N��
W����vq=˼8��!2�j9�HJKp�,�u����$x�u��1H;n������'�ȷ�zx1!�E���$��L�q�h5
�H������}-@��4
�b��h�(���>'�d<r�y>���%^@JIe�dt���\�y��
(%.��m���Bd�욅��ΠXt8���^vСW�C��Ӵ��T��6��F��Bh?��$�el��\Q,�I9���E'Ɠq<���R�r\��p%㔢��B:�#@
mH�"�oa�������	�LC$d� �k�����O��,K�r�����-���\[[^	š+�Ea�w�ޱR��rຈa'�)����8Ge�n����ZDQ�X�C7h`A����;�a.g�� 8w("SR"�m�.�WRH��2�P2�E�ji��V���z�����~�O6�@���)�̇C~@�>������0E��8��_f��)�R��<Vµȹ4l[*�@�㖡��.сR@"�Զ\��"�n{�^G���E��66�7R��"I���,�b�vmG�n��|P�h�n'�nO��Ѷ�������eE��8�3˲���I��L�vD�|�ؒㆡ�֬�
��d"��Cv�C4�!RcJ�y�~��WP���
�:�}ƞA
rG,‚�ER���AJ��5�q�h�ۍ�w�o�ϯ���Po����h4��_��Í��w���~�������EQ�]y��-;W��U;��܌c~�9�ϷA/�~a$�O��)��"Hsfq*����#����b�3�׶���:N&W]9�"N�Wn�F����(�G[��6�z*�Y����/]UN'�UW��=�U��[0Mjz��U�NӴr�+h�6��M�+���2��}0��0tƔ���&��� a}�ĉ�5���g=�b���}��~!�|�s�0Qo^:�|}�h7�l�Lz�叮�ɥ�Gs��}��C�k��]��S$'��b*8�l�r��
`���O��A|/IX�@%�V���W���>����v#4KKk��i�g�|��6ƍ����,׿
G�"+��Z�q�5�2�{��3{I�
�Op���̿ �7�>9L�'/'u�➡�k�x^@��2��ʹ��%���<��E�=�����&�Ǧ�!,^F��P���D��g'�p��u��Q侨��,�'�5����
|��,��r���|�'�9�-���w�'Ǎ"�����nQt��'z��A��S��O<1��M+r5�	_�k�-�a�R<�E\�a������	=E�5=D����8-��>pG]�EOW.5�R�N:��ZT�������=D��eYa���ҵ7w��@p�R:Sgtҕ h��ޟ,˴�̴,3K��2M��*�O)�L3���|�RϺQ�v �}Ȳ������
���}�Cl�{�n��AN���?F
,.�#�%���h���SE����QИєP�(/�Y8���*'ѻ.�� ��|'M��l�^��$�� �:t�Ռ7�Q���ua�V4�;f3��1ǔi�m��ד�&������G��bY�������iZ��,�Y�m����׎-MӚ�j�&��'?�������OĎ����.@�
on��8a��x���\C!?ODq��#M�X::A��f�Pj���f�R<�N���H[�(Lc���,�i%+?J0�k�ci�񼴔`j�ӊy���T��]`L+m<�eYK/�F+��Ԇ�k�9(	�	�)Lm�p<�<�(8BPj ��<����\�p���Z�B2�%w
�� �0]��'gL
Wi�^���ej��ar
�k^�g���zM���q��ɨ�4Ih�ER׊��VG�R@&�E�O2�u��Ɨ���`J�N��H��ے&��e�0̚6%E4TbZ�x!H� �Q�g1�9�$�1M2$�=�۝��͊�A�fV�����Y̶P�?��Ih)}���TT�M������~�&���B�l���(4����N�狩�IT�Ή}����E1/����"1���ȧ���>�����+;�"�-��+�NG8�+��)�^߲����J��q��:Rhm�|��>羇.�u�8�K}�ÞGI�+��4�b��ׇC�?C�c7��Pf��D�J�_�ܸ�"Ӱ�ʐ�q��{��3y�J�����/�U���<+>̭_Q;E+�4pc�夂�;��7#?%��j��Tu���	�_��_2�_��])��y��P���C�dBr�M��ׄh�@���]ܟL�l6v�&~ʦ��?�6���v;�adێ9rd������q��Gv�5���6��a#�m�ڋ����_����g>�?L8�]� �d��"� 7բ�XeBLyRiUNK|߯�9X�\Uf%��l]���R��K��Y߾-c���w�̛�[z��n�w���?�qv��g�]wݵ��.�b����u�{�ٳg���g�O>��>�?��ߟ�c��
��~�����3���?
��}ԗ`��|�AH�/��ʛx�'i�璋�'�_�(��)��Еz�3E6��^-�rQ퀹o�*q$�h5T��@z4���άZȝ���-��(E�%3b]!�"P�VY�ޤ�-{\�qL��	1�4R�����Wgp,ě7�y��T��/���j��u���n�
,K��ih@l�4e��g;
,�\ ������#ƗJZ	Dž�ǕV�04�`[�/�f���(��&P������,�!��H�<|-g�31�m�з�JX��7��h|�A�я޵�À(�ԣ��ƘC�J��R`�p�Q&����qL����8����3�À:;�R�ql�`�3�0�@c\N�hh<�hK��90
$� !����,���:�ABiN�p��#>�:G��=4I�c�o���.q�5�����n<f<kGd�뛵<ϒx���R���~��YϺ�0��!
;��f;�E��Z��¥��/�0ꄵ4�)`�V��k�i�w��4�b��َm�}'�`�;� &i���.!�%xp~�ɛ�"?���/5h�=��S��
�Α�+��UQ��Τ�������FEp�E5D ���*�p�Lg2��"�9؁�}]����fז��9����kH�ҹ�W\���b��	u�eU7�v�n���L�"�gsN5��H�7s.㖚zZN��愻�\���M��.Ò&���,{�i�M$�����d:�J��c��rr�P��jy�
�4H�fII�uq�bPO-,��4�v�b�'�ڄV�݁O{�i�r;q�i�E��^�ݼ��x6縂ER������F�FT���bOCw�w�U�E�a��܄/aWڦI�kZ�O6Zu�1�d��c�+���m���zM�]�^�E���=)��ĶD�i�G�V;E9Z�2�-����n(�EAC�6ld4Y�g�Y��_2�K
MDg�����
d����|�.�ݴ��J��b��n��
���v}|X���Lxj3������j,5�q�d>o��z�%$��h�x�΢�^��q�S���6�YUUwI�!9P�"�u��S��{�"�7kfPa���}���ј�"QD#0qL%�wWx����DD��qŢ��8B?
��4 �Q
y�}��8�)�ıND��Q�2Fک"�YR���1&�@��r@��*��DPN�&D�5��Y���lL�cEP4=�K��En��.��ҹ ́���� �=T�/�1��L)�����~!+�NA�p|�"f��E	����Z���a
@
8D �H���(��u�bQX�t��^8�_L����T�D�5�O��Ȓb�ħѺ����vG!�A6Y~�Јk�&fǤ��8��.���$J�R�ߡ�{�=��g�H�+�h�-)@�d��L���b�$>Zfy��q@��A��9��G �"d� �5a
�P�2��1���E�v�$`*�lI��y�o��X��"������R'�Ǵ�H�"��!��
%�*�C���TM�(��G3*�yM1�e@W�Aӱ7����[x���iEqY&�Qu]GHP� S0���gSD�Ô�+,9�FN�`��P���)����E1�  �D�V^!�%��� �Z�o�26I9�q�_�9���1�)3FH�.�#aP�>O�Y��=;���D)�O2@mm�5"I�D.˚ZǞ��:�9��U5�A�H��>�F�Y1��#Y��~݁��~e-��T�x0��	�+������<��3�#��"=b���r����r��e��E�I꠬�����j�iQF���$���FQ�9�TDI��w��n�ph�U�jP`+��镐29"%"Kb�5�D1h�u3����,��0B�/'�[������#{�a>�`�4���aek��r��v��#p�s
R� �VD|G�^��Ӌ���3��{����p��PoLEJ
s֏���G�i9���J��)��u���h��	��*���ݑ��ZO�3۬]KA�]����;�=5��)=�՛M�n�CH�Xo6_���r	j``����;�bӰ��`~^ڧ��Yq"T�9e'Nʼn_�
�2�-�n�ኋ�%��n]a&��jF�ݲj
��t]�M�A��>t�b��R&���"��ޭwD�n+���|����9�X}d36E��u�x�t�j�R�#\�Kբ������]-G�e���d�X�@��L'S.����V�V��5�n�Zn�6S���X*�dғ���U=�V2s��^��>�t��f�����P�h���Q*��͚��]Y$ۦ���+V�1r��ɢ��Rwjt�-2~��Gf �=���2ig�K���U���F额�3?5�^i�l��ѺJ�m-�b��M�N�O����޺*+����.����	hq��nM��ֻ�L��h^V�����3boW6m��z��|�U��|���?�Yυgŧb�x�Ǹ�z���J����x��d�<:B$;�Nؾ����88��y�8�ٶ[�MdL�Hy�=8T��8�#��@	�b��A�iO��`����'�@�Ei@�^��uZ�iz=��ν>@�W5�5�H3�����ZJ���/��C�T�4�Xm��Vy$�9$�*���_Ƃ�Ɖ����O�9�.	��Y�Q4��?c	���Z�s��EQ0��"�I1B��X;3a.�}���1F�dP�P�=�@�ԡ�i�W���[�b���H��MY�2�wΙKI��H�"j��kY��u<w[�У,'P�(%��Α7Or�%�Ǒj
J���qF���e��
�rA�6@�@��V�#D�u�g������G5������{���O����"��`g�FV�
D�ap�3�j(����P��^^�7�.����FU��8�\�:�B�ee�,���Fc��9��s@�n�D��|�z� �@5O�
^�!,�p��X�BM��HQ��/�Ʌ����<ku�Y�Ƚk��Ւ��ٛy�$�d8D��^���hh.����ƣ�D.D���Y"���c���T̔B@�6���!QυQ��5,S�V֌�4���IW|�8��,ׯ�g���t"�J,zV)]��"J��Oe~/%��T��D��2����Z�m�De��Lh��2����[Z�1n[��
,%N�9d�����$r��>�H��X���c���<�-s�*�R�)R�&�
y����� r�%��m����T�u�k@�sVZ�DZ{��@E��"B�
�ؙ<QiJ(��J��� !���0�3T��ijL�Su:���y8��}�e�i���p'�"x/x3||+��"�
�8Ǘ����`�k�Z����v�rä�&d�f
D.6����宱��k��y	�Zxb�Ђ$�h��x^�zf��j�nJ�`<:e��߮R�C �hI����9��vu�&�@v+�]�$���MYq��ͦ�f"�*�_]���c[�M�ۆ��l7,k���f��s�i�4�y}`����U[�k�4���R�b2���O ���Z�33_��v[DPm�"sN�,�'�]3�Rf�����a�a��x��Xr��қ��.Ux�h>���d���l7��=��mW���i�f拖������!�2�O��Y0O]˛v7����\ˢ��X��D�b��ņgՅ��1�{-p�Ԁ��D������ �̚_�����RsF6o�����B�k�V�Q\eD�(k���0�A�3���ܘ|��i:L. ���:�A܎;�Y���("��0Y�"T���<2�9EHF����rv�ՈJ�Po�W�ZA�@�� z{h�ŗ�r�z��f�7�� ��ĞK���z�i��h�T��o̢(
�y���ra�`a.�8???��s9�!"�4���Q��(&��Ya��1��DD�T��E�%��%��""!c��e������*�]���.�ZU�%�1�X��D�&��f�[v���w�|ED+9� f�=!�zT�ՔV�5�y��(��(~�v�僜��P'�(�PU'��h�|���:\���D�@��$�d06YVĢD/�yN��FC�Z
 ��T”hmG�>��ZD1� U6o�D!f�*��+M�r�v�]��}%�ms�D1�x@f3y�����G�rg9HH9����HQD���(�ž˜�M��:���'
,������"�QDv��8�KJ;��[��:�����i�۴��i�'	쉦$�Q!T4��CB۪�j�����.�ܪ�d�2$�k����r���m�����
�o�~pu���l6����Bq�8�����`���]��oc�[�P\~~���K��K���$���l<c���o���x��X��?6��:���mq�^�,7m��@&RT�6�{�6��$��B?���;�i�=RC�b����;�B�C�.ʿ����^�,K,w�کg���4�I�;gMS�c�ѨN��&b"֩���O��w|k�ϋ��ΗeY��V�qm���×�Ae(�{�ʤ�!���ƒC���B$Y�5um쭁R�M�HsX��U�%�\�]e�c���w���*J���^��}����_x�C�<��w��}���|u�;:�G�p���J|=~"~�
���п��P��}ꕜ�o�����x3F#B9:q��+\͵z��8$./�<���"֋mup�$_�V�w̗;'v2|%ؿݬ����(r�7o����q�yB���zC�^��CW���t&Gf�� �NV�@���nN[�*�n+b��W��	�ݢ�v��K��s?o�<}���ټ����⦮8{g�|�����)Y-ڝAC�X�zXkT��ղ��[iI�)Y-v��l�j���X��+�*��n���A4��.&c��
��)�g_]f׶���AA���m�
�a]?�m��lK�?�7/̦M��8���f���~��V>�!NJ�i�Ȣ*��N2ݵ��ī�/���<<�ģ��e�!9��X�������fHA�m_�>&��.�w��h-��Ŋ��@k4�G<�Z��j	<Yyl��5�v�Hy��5��\�K ���N,N� �䟗�i>j�5��+}��܆�<��	rp@9��r���P��Q��:3���i��&̤.]�*�@a�5Q!�	�!Yw�v�>�Z�,�R��
�&�<R�_��ë'mۂ�vq��|8@�j��b��fbX>���NOiq����s�K�L����s�JA���حh��ɽ�����ڧ��QM;�b3�J)��|�A�2�a�X�$0O;�8�:���TPC�-\�(�d`q*E��f�Q�~����u�Aj����F�?�!xQ�{Gd1Vi�#�PD��	*p%�T�G��1�+���xg8R����-��@`������X�����da��?��ޓ
h��Vc��3*$N��u����ڭE �b��h���ЧH5��I��*�$\��)r�`��,O��?�?�����B�A݃�Y0@0���&�'Jק�pN�RZ�ʺ\!+�^Ȋ���7�8�(�7�L�"��a�ofl'�����廀����1D\����	x4�x��f�;w�W�9J�����Av~W�4kB��,h��H�$��#r<�j��x���e����n/ؾ*�"�>�&�G ��'����뎇@��9�8MS�\���(������߇��gD�RQ�`���<���h����6�jJ�^�Q����p�JG�t��@�

��k�2@M�4@\�'E��:O�}��ӷI��J	,�ZV,X!��"�M[����xk5��X�<�H1++���$�RT�At�P���TGF��ܣ̌H��W��W��$�*h��m�z�Nc�Q�6/l�M��$F�ϖ'S*Gx,v}��(��d`-���0K�WY�*�}�U05(�9�)Ol
m��C���@&q���c�M�J:��ǽ9�٪H��
Z���%1jE�5��yA�"���G���3G՘�8��6��n/�*r#}j#D+1�Fo��{Fh���)�������d爔g���P3�j�sD��o��~���5���	�������慻xw;q����d7m���ڦ-h5]�ڢ]���裏�_�����������9���~�����]�������*��N�C/|?>?��;G��t�����u~�����9\��]��s���;���o��¿��:���i*2Ǟ?�^��n�֒iʪ��P�ۦi3Y�כr��R��r�ޭ7[/�D	J�>s{0zk?���BBUA��W)�a�٭�!��
i�|�UӃs,�d�]�z�h^��{w|O�;��Q��/���sS��f���/�{1�<{۴Y -�~B�j"U�?�y}�M�����)WU�h`�py��^tV8e����p�:�z
�~7{F
�7��i AI���05��3�1�VLfQ��mm��pʊ���0��Y����p���ik�S�}�)�y������Cۧ�f0�0.2�6��ʈc��n֋��ͦ]lV�k��������:FP�7�;sy���3�j������V�Y�@v\�j�v�?���xEr���""i)�&]/n�ƺ�~$�c������j�N E����h�Z3����6���kb�p[�QJ�
Q_)Q���(
g��iQAe`���C�|�8罻bk��(L�<d�9��b�E�h�K�9?E��|��7�c������Aa����.��)t��~o4��e5�.x���%)�.�z=0�ϱ<u�hL6<;k�^-k���)j�}l˫W�F�as��*�ZYVD��G��]����m��M�
n��k~7-1��p�k*v�k��F���
l�γe�d��Kt�������Q3���bY�^��g�5�y��-���JD�-ݶ/���9
��|8���%DD�菫�!u��iH�*&�<�$�r�U�F�Q��n��hK�,%���k���8>�� �P���(��ȋ?�kD��Ə�ۈ|�OQ/���q'�\���&�X����y�ΒnooT���G�SBey�����p6]��>N�����I
{Z�'�#Wu�_^>���p{4T��uɇhT_L��(ԙ n��A|�ݯ�� ���a��Ж�t�]��!&
���[Imɞ+��0��!��9_ʷ�G�\Q8͗���n�71����c_M��!.�����t�v�M��w�2*9^XX�9�����ݸ`�*���x�3�y�-��R�k��}h���~P�	z׮]��>�?�����FM��W,
��)uQ�Y���W���e�QJ�/j4����C�Y6#ME��F)�(n�f�IL���_3���z�[�v���
7nd5�s//�x�M7U+��"���`�����'U5V���-&v\� RA0���o���8ř������0�.
H4�Fe(:�Q�l4�[���i`�$I�`G%�(�	#]'�1��6��
Ü3Rj:�:�/e���	MJ����[ 3��zR�P�`&\�$I�x2Q�$\JOh�<a�fIE�Tgt�	� Ԍjg�v�B@SL�%��
�*��z���*��x�����X��j@�<�*%
��J+g�hn���l[�U�� 
	Ju��+(��ki�b�$���W�)�0tJ	ǩ��Dž0�!e����t�]�G�Ѹ�?��MP«���	Fcq���tf�<���F���0?�b� ��.��)�.l
`r[B�T�Z���v`y/6j��j0�)��Ҟ�oW�shB�y�Th�y��쭭�����(DoZB�N�����˗���tW���K��ضw�g`�ԩS���ɿ���ʕ+���y�#��S�/_���677{{���W~���	�8y��Ύ�]��{�<ߺ�omm]�wu}w�GB��t�(�^~q:���X����|[�������˛ͯn�on6�;�v�5[͵����k[[[�w�؝\��޶w����w�cL�;������wcG�$ӝ���,d�!�!f
�B�a+����Z#���:���(�S��ϼ���|@)��4A=I���8������g����gL�83��cY���Lx��U˲Ʀ��+���mpCDZ�YUW̧[�j�rl�������ˠ��]�\�=4F�*�o�3��+���gYtBF`ȃ_:�ړCW��E�v-Ϣ�\�ܭ9PF��ȩ���Vc\Y���Cf�]�
j)�A8D�	%����&&S
A�U���8|�px8��sʝ�g]lS(�`�IJ�6;;{t��Ο?�C��(���S��8�<�+�p��	�\�L5���?8���RJ�N�w�q�Y�cQ���7��
L���{��om4��V#'U��L@�G�ш3V#���1�0 SVk`�Č5c�e�T��h�FG0Wo (9�#�K�z&���w��.�.6M���f�b�\�!?,��P`0��:l��.r�-�Xv�Î�[�8�B�R)���T���yX^$O��H;���hN��F4b���� �4�w]�$��k�`Iia��(
����\'1�uQ�����E-À7m���M'q�ʅ�c�4�Cx)�&���x {7ޅm�y���{��P�Q�4�5��E���i�����w�,��p�k�U�����m��]"	H/��o]�����E����u��ᓣ��h>g�N��ВL��$1'G�T�4���i�p;��$4���h}����-��Uc��S�O�?��t���4]Y��&M����l�v{Ks�G�9�v��0���9�t�[[�ޱ�[Ran����$G�
�-�����%x��[�bc6�����%��h���p�ЇԂ�6H����V�u��#\C
u��>����a=�Aeʇ�cJ��hX�-��pZ�N�*��Jy��=v�<W�;!��S��/�g�`Z~�6��]D-<�M7-!�q(�=�<mֲ���]�74��QKk��4L�L:�3�(��;6V�x�oKT�P�RpYM�5����<ZC��G�����e��d,#nW�n�sh��-�'%�&T)���%0|�>�E��Z�K�Q�v��`�%�.�w�e�
,���>6W����P���n
Y67��}2���9~�x��j�����]����%�Quīe�7�C���/ͺ���G��lX������d�e��W����z�s]�vM/d�_p�nv6�u����[�\^�g���e�!�g�#��7��K9�.��٣�?�\.�P۰�'��<���A�E^��8Ɣ�o�q��'�u�^;2�����F���T]����}��9)�Y�5.�oI�[���5��*��?˅�ES躚i���T]�<>h���Y􂨼�*'Da���d%�_��)�ж���t�Ib�q肥?�L�c��a��&�*V�;��O��+C�����tA
��"��:��U��qԴ��Eya
ʛږ�c����n��z�U5|��.\g>d�E��鎢��H��� �0�8�t����]�;\��6���t�ڌ�N��v��2��P�c�>���=��C3���^Ќ��h��ʌ�+�3k����p�GF�Ӓ�l�P9�����
�7/.������a˚6��'͖`�1�[��t3���/����Г�tm�:�#�9�u�VM�`��'%!O��e�7�ɘ'�F7 �	�}���כ\��8��k
a����z�Iۺʛy(���<K�q�����z�s��i��Ʊ�1k�&{���i�R����.ز�C�����������0��[�'	�D�"?PHV�)=�q;m��c����v�Q7�&�����2�@�:����G���S�Є
�����[����<3&ò[��#6�t4.ǥd�3E�d��y%����%�˷[�jK^����z�/��
�|e�2(������m���*#Nڙ�F6e���'~��ߏ#�c�A?`<���M���=��MV*�%��s���a79K\�Y�E����•��n_X���	>�m���j��0rC=b\��0����a��FM6�W�
Q���
U;�x�,H�},&��C*f�xD��
a��&���Y��襂� +�:
��Z�sx&�Դ<0�K�c=� ��qN[Bc�f�r"n��Z�Y��⵷0k�C���=��j�gZ4ҵ�(��ia��j���B2M�CE�����M�ĄEQ7IL�?H$�����@h��B>a��bB�J�pk��(`��z%���	u\צ~ɍ�dRd)Ҫ'�&��hD��3���0yc$G���:��9	$��Ș4D@��u�`l�9��J�:�Pygt�e� t��w)�#0�?�ˢ�6dY)r�)N�̉⴮�g�l_0��rȳ�&�Y��eY�����*�X�i��5����7Dd�����u�n��X�B���h5o��`r`�ȹ(���oA�XC�M*l%.鮺�F�\�O$�L�iP� � #�Q�!��
�t2ID�a㒼8zʳTuC�NY]�MHAm�Wσ,_T�O�@+���˙
đ����@W�(�Ϣ"7��|5u�F��.Z�QAҖJWPL™Hb�"�Zy���Y-��
/ac�$��h����3�RY��9�s���^��~��� ��U���Ӳ�5u]��������H����5ӀER��C��jRF�BU���j���	{x=�ܶ��c/�+�u�:kXu%�V�7�za�St��Fk���4��pG-�a�D��a3��s�4�4�߈zc0<~'�Z6�>7�@g����ܹ�����G4� �㦮��>��BkdV��4lE�L��*��f݅��z�<o�i�V�x���'ւT���+:�0')�b�;.
�=�
��#EQ�U�xU{�xU�N���{�EUQ�e���S�����W�?B��� �3�ή���ի�M4M���EQ{)��Z����$��y�eYo}���0��w���`/1M�}ړn����Z��!C{�Y�CY{6M�2���']r����>�W�q��!\���`�e��ϸ(����(
��wZ����@96���l)�^OJ){�v�ex�C*
��ط���o(I��ܡ�ǹ�za2�d�}���a�9j����֖�	i�6�^��S\��m:ӂ��Y���>�>-�$�W����`퇠�h�Yw�g5F��(_��	|v�?U��)SkDӀ�Z�{ʶ�B�-����c�S�ץ�������;����D���pav��M��{���ab�i�:�f��u
�&t��%���գ��</�h��U`�0aEc������E�&�~��*�\eF(%�AxͿ���-ʵC�)B#T7�;2T3h6궪i��`M7,ip�:�(�4�$�u��o.�0�}�U�i�6ngI�I�qV�;3i`3��X���Uצ\�'��7p
~gj�G����Κ(w�YG�f���A�E��;�tɷ��J��Y~}�n����jA������V�>[^�
���W3m@I�jD��O{vZ�=f��X��Tx�B���B��'�xU|?\x����`�%IG��gq[�^?{��[���ߦ��i��Z�c1D�^Cꡣ���^YON<-�����m*�\5 D$�5�
ҁ$P�ʲ�.`$���nj��.��g��P�g��b�P��Ǒ^�+��1�����
7ll�ၹ�;;��}�/7�8��Il6դ���TM#�AӅG�q�z�]�m˸V�o��C��U�������NPt;'�����}�nL'�?��4q��k��k/�$�-Ҕȼ�3�<�����sl��qj�~�=�$�x�Z���Pg���#x��߹����6���i�8��R�f��l�;��)��lW��M����B��3�LVg9h��B�r!��O�(��=z����d�����s�}f�������X~@��{��R���ɭ[u/������s@�4ڳ���u�m�<�����w�E�}}�z!�ڥi�U��n�MR���Z}��Q�_��M+��RL,��nіܮ�
���
�Q*cC*ث�K7�ވ�eZ����X)qr�s�pJ�Q�0�`J��,���>���'.� ��ؑN++!���z�ьV��E�,^0����Ck�A�Ӣ�`�y�*�͢ȉ��c�h�)D����س&��Fk����1�^��Y����DI�U�����Z��7T�N�M����A�)�@IJ[+aT��a���OCd4�<N��=f6zY��^+<�J�eU��Z�X�PQ&����9�`-�41���3V�_�}��CA::�.��'�f��� ��h���\��&�J-���꺘�k���u���j��v^�l4j+L��ּ�k�b�S���H�v�26�p[��^����cy�u���a��ܩg+v=+�u}%�;
�����	�7����m���(�z}nq:�4�J���v�}U��eI2���*Ib㱫G[&�o><9�� �ٞ�c�鎈�kB*B?�����~�d��c��O��#�O�Jf0P[��n�Ӻ`i�h�SL�6ʖ쳋H�`;�R�@'�-�Zt�Pv'i�ն���b�Z9�а���-�l"Ɂ���˯]���i��T�m����0��@���-����IOS�fY�T'�wV����D����pK�8�P�MJUUu��[
��V�P�q�	[����0��S]T����HKM[��i�B4��[U�R��ԗJK`�l��f\�n`cL��x>�
}a�RZ��a�8<���l/�h`a�'γ�/��AQ�e͢���R��a�-MK��Z͏Ao���,��lT��,�F=�Z�<\�qP���σ(��{�2�L��#ә�)4�NuỶ�D�S���
�M%��.I���릳xl$���?>}��^��a%��L�@�/(
۶fW3�!,=�4-�0
��#��l��B�?«�!��5t'��N{��B+��*�685�փ�?XU�j�0�٩%$2�\L�S0?XX�o򛚳e���DJ�7]�&��L���/]�t��<��)ð�WVV�C��p�q��1g��8LӸ�dJ����l��[��e����Pvd�|>\�^�����$B���V0LXf����ю�G_5��O<���-��U����ˌ-/��iZ�M�ʯ�x�"�)���F��:���#�D�%B������!�2Q ��@K��m�|�5��F�*%b�j��PW�]��hL�V��
�o�#\À�}��]u����=���h���_�[XXp*xC΍�vM�]_���ta�5����uo����F�;�0o���&,��\�R/���Ez9zS���X1,X�����Os??�2Ȁ/TH�ȋ8J�L�OwiCd�:"�qD�͋�gD!"B ��8?��y�F�33MS�
�Ӻm7,L�ܛlMB�,t�`ƱBt�i�V4]`G�l
�c�^0�T60��X��>�jia��,�BZ
�uU8b�)�hz��.�5^�.X?�L�L��=W]�[q�	Ur�lR��3
��at��2�eKi|km<n�`E���F?_��1`��!�_���7|��G�{�ބMD�8����E3Ll��9b�-K��E�D�W$�p:���4 ����Gc��������i"�q >R�MF�>z���nb��ZXV�H+-	�<Pݵ$�(t����d:u^�6sO8�м�Ʌ�'O����:�9�8�˛�b�A˝3a-.Z�0Z��Sb"j�N>??�8y$�Pݱ[O"~��9g|RW���$5�@Z��`Y��>F��2�t�^w9#ѡ����	�D�V��VC¸[���1�蚭E	�v{�4zB��b�Ǟ��.z���n�>�}�0}#y��[x��Kv3���n�c�`�u��(����~�:�m�Ҥ߮r�L��b��W��*��q iߐ�_>^R����4��/q9�oI($��mT���#�����Z��Ÿ_���
}vJb���Q��O�Ga �J�>\l&�]L˶jK8�ɛ��Nǖ#���fޮ��JeX�j;��Rb�8��Qyd�[67	ҁȂ�aB��0�n��n=�B��4�v���A�0��vRՂڇ�g�������� �V��T\c�m
��@ڭ�`�.����E[3W9�B���w����-)���/۬���n
��v�'��!]�T�ڙ�W��'������W��mc�W�ꃺ��3��������g:EZ����]�5;X���|8���O�Ԕ��c�ٴ�X���J�E��*�uU�T��(���w�\���KzLeZє�<��*�v�u�r��f�`SG?�x	ه�2�bz�&�(8K�ڈ��	1���IMDW����D�j�v�L�#� J��;�D���������Dpξ����D��>���JCQ�Xi�a:!�.jEP����0ȳr�$Y�ڣ�����x>�,&���"D���}'m	�@e� *�fbC�/a!;3%�f��Vt�>�/�hc�x����2�䚇�YNY�E6��f�ACY��;�ZBf��ސ���s` v��	��@EsW��.m�D���$�,J��5��&��d+"ߦ�(��|[:q��9��eN,�0��d�c�t*��O��h�:�0� �f0�@�
b��A�Z�����f7�XهA��67k�Cປ_��MGQ�4��i������|nРl7�o���	��,_{j�7�5��O�O�@1,�|~7�~�������R��1��G+f�9���f��rC��ӟ�/���j�=M+1�1�w~�= m#��(�]4W�m{-Clə曑M-:1{�R�J�cs�*��8L��� 2�tAQ��AS�nN`�ɔ��%�9gbF���>����f`�L�B�\UN��J����(u��T�gs��~:�FQ6�G{�gHHN�q�����g�(�@�L8���x4���aN���8�!�6I|�\"F��4#խ��$IB���J?LM$Fp�ut��tz�+��u��{��W(�Q6$2l�^Ȃ�(((I����۵r��[����w��d��	.A�A���E���f���ݍ�n�$T�K�g�iZ��X��Y��+��{n=�[����P�u��u�f����]�t#Syξ�-�����n�v��5}��(��4S�;���8��￶�T�I	ucY��MŐ�ú{���ꕗ<�Oo�W{{GG�d��hm�)�@�u�S�~���w"�(�"��4�����f(3㾇<��h
݋��^^�D?�Ҷ$�A&���ͨj��IUī�Z�M˲�*�b�҄@7欄^p*b-�Q�
ͶW���t-A+%ZA-f�ej��EI#����"��k�,&��><�6?���hا>��˜IL��p��=y�3p�1��"���6x�s��s]("�P��u��>�����?����l�/^����!K>��w!�o ����ܸ.�:\8���$Z��s�+�ݖ?��|]'�E��a�5e�	EAe2�̱��Sr��LEk�o=���0��A`Yl�f�NڲB�,�$ԑ�ҕW���֏T���qU�2�
Vx��eeK��G��8��i��U���#��z˜���F:��D���kK���HV�zo�A�a0Gwy2����;��'���Y�]��K>*��BM�3����$U��A35g�=���=��'�[fmXx��TU�����-��g����(�4�pl�M�-����T!�H���3��,�0�'�悘��5�7��Q��q��
�I���q���"�Z��J���?2 Yn�=zƵ��*����.�v4��p#[�ȥ��$��;��'��4M�ܙ������i�|�L`�УwL&^�]����
���g]\;����oΖ�9�1��0f�;�y���3��m�>p���ț����<��n�T'!M���ں0Di����p���Vz�Сny���Ƴ������6v�	�iI�&�%A�X!{[���j
,���0�V8qϻ�Y3�04�04B����!��1:�.����!���Į��^�]Iv�I��&��FI�bfq�;�oP�j�Y[��x~�mgBB��A�Ա�t1�o�ة��_���n]]v�BxlA�A���6��pF���)��O�
���iE�ݣ��*I+1���AF`	A1�&`��4oO��^�1�}�E(�f��!��v{���<��%������UEql��탦&!���<^��hBg�y��:�$0L�����6ڶ6���+�П�e���PF�̒A���O�8+]�Y���%�77�7�~���(
qݑN����A@�AEd��i�bi�AT�4-<[���u	4���Μ���{����*��_�����M+Z�'� Q��ش��a@s�n4W�$qcσX�J{uE�E4�A
z�i9��˵�F+8R3�����G�KKK�+��!�!���F�ѐ�?a���ٳgWki�>�\K�f��Z��w�RD��Kw�_�n��|#ċ�O�W#�>�a�@���@�
~u`���i���O��tV������*F~��=[~������/a�`n�L)%��8�T�����c2I��ҬY��0r�354����,��6��L��ss�\��//aJ����P�nB
�yX
��`�,�W)�x�[��ϙfwto�����e9cX�F.�]8V�0�)�����*��,S�_��<��W��e��m��Я�P��`57�p؊�j��ҠZ�|�=A�֒�P�ɍo�l�:��@Lseڤ@0Q�0��z���Mek���z��������q���xN�a��SU3� ��|�1��75�P�ի�冡-k[�K��!>Bx�yB���+���R�!vB��CH]GH�7���!�S�EH|!�G�xB�?!d~!��g�)B�c9B��rU���!�#��!�A��C/Ѧ;m���m�]�vҾ��ѱ@�[�-���s��t)��"�}G�fz�ҳ����~�>��ן~-�_U��5�æ1��B���w3���g2���M�]ϸf&tfB3�3yS;SY�Λ�s�]�f�v-�ۗ칊�jا�>-컌��8�J:��F�j��U���p�-L{��O1�5f�b��'7��zNY�)E�5�S��W��I�/��!6��nW����I,+����5�z��������i�rگ�^��/���[�0��ظ�3�9����qv9g�rζ�S�ܻ9��󚹸�K7�\ޝ����L�.p�C\����v�}�
�p�`n���zs�S�ڟ��q����LCw�s�*������*x������"�B�w<v)���\˿/��<�gyn0�o��_��`^�����J�N���x��w����{��pK>j������/^��Y|s��"�y�o�����`�;��燷�q~���j~��?�k�Ħ�}$/IY�l�lV!�}*[d�J٦�lw�l�Yv�$���}d���S��&
��)iW.�{K�
�P'Kҹ�t~N�/]�n[J�yҽ�to�����C�]�>5�\�|K�4��R,÷�Q��h2�F��1%w��_$�K2�B��(S/���d�jٹUv�-{T����`٫(�VȾ���
���$�t�C���R���Y�(�џ�1O�qU2�L���̬�Y�2�U�<$s[�C��*�9@jZ��ir�`�w��K���Ͳh�,j�ş��޲�9Y�_VU˪����5�eM��}J6l+Jr��rf��u��}���*�,�s�K��+�ɕ���]���o*׮��.�[Kr{�4T���]�r7�{��{�4n*�W���Jy�\y�(��#��#�IS�<�$�O��&y�\���gɳ��E�����`y���F^/��ʛ��y�A�'��3��Q�A�|�"��'��M��_�:�z�|}��ɷ�Rj��6�w��O�im/?O�_�Q��
�ۇ�Dž�W��}���*e��)ۼ�l��mժl�*�`�|���	�1�wL^S�T�:��i3b�ǘ�2f�Ǭ�1[C�^�Oǜ-0wV��y�`��X`?����c��X�.��%�D,�K��2���t,?+l�J%�JI�:���꟱X'/�ٌ��c��8�c��ء&v,�]�b�س
���b�p�,Ɓ�qp4)�Âq�n�GLƑyq��ǖʼnp�g\X�ŷq]C\��U�m�q{M�Yw��ݧqoܷ�ă=��m<�������xA<��s��|]��/��+e�j]��o|�۫��v�;�U����e|�_D������o'���(~������5���b	�iK�鐇ߨۇN�P�3N�x8ݡuzDz��Y>v��y�<��q�
7��W_�b!j�,0P�n�Z�,8p)T�Bv՟�������)j��9���yt�q�
o��\�R�vm�7��+3�l�:s>�bo�����p[F�q_M�*[�x�ם�Ԉ���zr�?٫4���ޛ-��UQzy���'>��8y��F��7nE��}����Ԯ>�FL����:/�m��q+Ujkq�K\g�].*�_I^��],5�
��YVFl��T��
+�&{,��o+��;#d�+�O���U3���C�)C�t�1Dx�̛��Ig�U����?
�#Z�?A�?�7.�
�wӧ�J>��׿|������������t�g�W�`Hx���
�{��|�J�Puq�5�+W2'��_��ŲdA�G�u��!assets/library/font-awesome/fonts/fontawesome-webfont.svg000064400001551112151213253230017764 0ustar00<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg>
<metadata>
Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
 By ,,,
Copyright Dave Gandy 2016. All rights reserved.
</metadata>
<defs>
<font id="FontAwesome" horiz-adv-x="1536" >
  <font-face 
    font-family="FontAwesome"
    font-weight="400"
    font-stretch="normal"
    units-per-em="1792"
    panose-1="0 0 0 0 0 0 0 0 0 0"
    ascent="1536"
    descent="-256"
    bbox="-1.02083 -256.962 2304.6 1537.02"
    underline-thickness="0"
    underline-position="0"
    unicode-range="U+0020-F500"
  />
<missing-glyph horiz-adv-x="896" 
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
    <glyph glyph-name=".notdef" horiz-adv-x="896" 
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
    <glyph glyph-name=".null" horiz-adv-x="0" 
 />
    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="597" 
 />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="448" 
 />
    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="glass" unicode="&#xf000;" horiz-adv-x="1792" 
d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
    <glyph glyph-name="music" unicode="&#xf001;" 
d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
    <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="1664" 
d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
    <glyph glyph-name="envelope" unicode="&#xf003;" horiz-adv-x="1792" 
d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="heart" unicode="&#xf004;" horiz-adv-x="1792" 
d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
q-18 -18 -44 -18z" />
    <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="1664" 
d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
l502 -73q56 -9 56 -46z" />
    <glyph glyph-name="star_empty" unicode="&#xf006;" horiz-adv-x="1664" 
d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
    <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="1280" 
d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="film" unicode="&#xf008;" horiz-adv-x="1920" 
d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="th_large" unicode="&#xf009;" horiz-adv-x="1664" 
d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
    <glyph glyph-name="th" unicode="&#xf00a;" horiz-adv-x="1792" 
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
    <glyph glyph-name="th_list" unicode="&#xf00b;" horiz-adv-x="1792" 
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
    <glyph glyph-name="ok" unicode="&#xf00c;" horiz-adv-x="1792" 
d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
    <glyph glyph-name="remove" unicode="&#xf00d;" horiz-adv-x="1408" 
d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
    <glyph glyph-name="zoom_in" unicode="&#xf00e;" horiz-adv-x="1664" 
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
    <glyph glyph-name="zoom_out" unicode="&#xf010;" horiz-adv-x="1664" 
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
" />
    <glyph glyph-name="off" unicode="&#xf011;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
    <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="1792" 
d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
    <glyph glyph-name="cog" unicode="&#xf013;" 
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
    <glyph glyph-name="trash" unicode="&#xf014;" horiz-adv-x="1408" 
d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
    <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="1664" 
d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
    <glyph glyph-name="file_alt" unicode="&#xf016;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
" />
    <glyph glyph-name="time" unicode="&#xf017;" 
d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="1920" 
d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
    <glyph glyph-name="download_alt" unicode="&#xf019;" horiz-adv-x="1664" 
d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
    <glyph glyph-name="download" unicode="&#xf01a;" 
d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="upload" unicode="&#xf01b;" 
d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="inbox" unicode="&#xf01c;" 
d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
q25 -61 25 -123z" />
    <glyph glyph-name="play_circle" unicode="&#xf01d;" 
d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="repeat" unicode="&#xf01e;" 
d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
    <glyph glyph-name="refresh" unicode="&#xf021;" 
d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="list_alt" unicode="&#xf022;" horiz-adv-x="1792" 
d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
t47 -113z" />
    <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="1152" 
d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
    <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="1792" 
d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
    <glyph glyph-name="headphones" unicode="&#xf025;" horiz-adv-x="1664" 
d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
    <glyph glyph-name="volume_off" unicode="&#xf026;" horiz-adv-x="768" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="volume_down" unicode="&#xf027;" horiz-adv-x="1152" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
    <glyph glyph-name="volume_up" unicode="&#xf028;" horiz-adv-x="1664" 
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
    <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="1408" 
d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
    <glyph glyph-name="barcode" unicode="&#xf02a;" horiz-adv-x="1792" 
d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
    <glyph glyph-name="tag" unicode="&#xf02b;" 
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
l715 -714q37 -39 37 -91z" />
    <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="1920" 
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
    <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="1664" 
d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
    <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="1280" 
d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
    <glyph glyph-name="print" unicode="&#xf02f;" horiz-adv-x="1664" 
d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
    <glyph glyph-name="camera" unicode="&#xf030;" horiz-adv-x="1920" 
d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="1664" 
d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
    <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="1408" 
d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
    <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="1024" 
d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
    <glyph glyph-name="text_height" unicode="&#xf034;" horiz-adv-x="1792" 
d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
    <glyph glyph-name="text_width" unicode="&#xf035;" 
d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
    <glyph glyph-name="align_left" unicode="&#xf036;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_center" unicode="&#xf037;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_right" unicode="&#xf038;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="align_justify" unicode="&#xf039;" horiz-adv-x="1792" 
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
    <glyph glyph-name="list" unicode="&#xf03a;" horiz-adv-x="1792" 
d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="indent_left" unicode="&#xf03b;" horiz-adv-x="1792" 
d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="indent_right" unicode="&#xf03c;" horiz-adv-x="1792" 
d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="facetime_video" unicode="&#xf03d;" horiz-adv-x="1792" 
d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
q39 -17 39 -59z" />
    <glyph glyph-name="picture" unicode="&#xf03e;" horiz-adv-x="1920" 
d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="pencil" unicode="&#xf040;" 
d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
q53 0 91 -38l235 -234q37 -39 37 -91z" />
    <glyph glyph-name="map_marker" unicode="&#xf041;" horiz-adv-x="1024" 
d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
    <glyph glyph-name="adjust" unicode="&#xf042;" 
d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="1024" 
d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
    <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="1792" 
d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
    <glyph glyph-name="share" unicode="&#xf045;" horiz-adv-x="1664" 
d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="check" unicode="&#xf046;" horiz-adv-x="1664" 
d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
q24 -24 24 -57t-24 -57z" />
    <glyph glyph-name="move" unicode="&#xf047;" horiz-adv-x="1792" 
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="step_backward" unicode="&#xf048;" horiz-adv-x="1024" 
d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
    <glyph glyph-name="fast_backward" unicode="&#xf049;" horiz-adv-x="1792" 
d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
q19 19 32 13t13 -32v-710q4 10 13 19z" />
    <glyph glyph-name="backward" unicode="&#xf04a;" horiz-adv-x="1664" 
d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
    <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="1408" 
d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
    <glyph glyph-name="pause" unicode="&#xf04c;" 
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
    <glyph glyph-name="stop" unicode="&#xf04d;" 
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="1664" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
    <glyph glyph-name="fast_forward" unicode="&#xf050;" horiz-adv-x="1792" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
    <glyph glyph-name="step_forward" unicode="&#xf051;" horiz-adv-x="1024" 
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
    <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="1538" 
d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
    <glyph glyph-name="chevron_left" unicode="&#xf053;" horiz-adv-x="1280" 
d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="chevron_right" unicode="&#xf054;" horiz-adv-x="1280" 
d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
    <glyph glyph-name="plus_sign" unicode="&#xf055;" 
d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="minus_sign" unicode="&#xf056;" 
d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="remove_sign" unicode="&#xf057;" 
d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ok_sign" unicode="&#xf058;" 
d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="question_sign" unicode="&#xf059;" 
d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="info_sign" unicode="&#xf05a;" 
d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="screenshot" unicode="&#xf05b;" 
d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
    <glyph glyph-name="remove_circle" unicode="&#xf05c;" 
d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ok_circle" unicode="&#xf05d;" 
d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ban_circle" unicode="&#xf05e;" 
d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
    <glyph glyph-name="arrow_left" unicode="&#xf060;" 
d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
t32.5 -90.5z" />
    <glyph glyph-name="arrow_right" unicode="&#xf061;" 
d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
    <glyph glyph-name="arrow_up" unicode="&#xf062;" horiz-adv-x="1664" 
d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
q37 -39 37 -91z" />
    <glyph glyph-name="arrow_down" unicode="&#xf063;" horiz-adv-x="1664" 
d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
    <glyph glyph-name="share_alt" unicode="&#xf064;" horiz-adv-x="1792" 
d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
    <glyph glyph-name="resize_full" unicode="&#xf065;" 
d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
    <glyph glyph-name="resize_small" unicode="&#xf066;" 
d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
    <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="1408" 
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
    <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="1408" 
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
    <glyph glyph-name="asterisk" unicode="&#xf069;" horiz-adv-x="1664" 
d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
    <glyph glyph-name="exclamation_sign" unicode="&#xf06a;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
    <glyph glyph-name="gift" unicode="&#xf06b;" 
d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
    <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="1792" 
d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
    <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="1408" 
d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
    <glyph glyph-name="eye_open" unicode="&#xf06e;" horiz-adv-x="1792" 
d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
    <glyph glyph-name="eye_close" unicode="&#xf070;" horiz-adv-x="1792" 
d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
" />
    <glyph glyph-name="warning_sign" unicode="&#xf071;" horiz-adv-x="1792" 
d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
    <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="1408" 
d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
    <glyph glyph-name="calendar" unicode="&#xf073;" horiz-adv-x="1664" 
d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="random" unicode="&#xf074;" horiz-adv-x="1792" 
d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
    <glyph glyph-name="comment" unicode="&#xf075;" horiz-adv-x="1792" 
d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="magnet" unicode="&#xf076;" 
d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
    <glyph glyph-name="chevron_up" unicode="&#xf077;" horiz-adv-x="1792" 
d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
    <glyph glyph-name="chevron_down" unicode="&#xf078;" horiz-adv-x="1792" 
d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
    <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="1920" 
d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
" />
    <glyph glyph-name="shopping_cart" unicode="&#xf07a;" horiz-adv-x="1664" 
d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="folder_close" unicode="&#xf07b;" horiz-adv-x="1664" 
d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
    <glyph glyph-name="folder_open" unicode="&#xf07c;" horiz-adv-x="1920" 
d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
    <glyph glyph-name="resize_vertical" unicode="&#xf07d;" horiz-adv-x="768" 
d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="resize_horizontal" unicode="&#xf07e;" horiz-adv-x="1792" 
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
    <glyph glyph-name="bar_chart" unicode="&#xf080;" horiz-adv-x="2048" 
d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
    <glyph glyph-name="twitter_sign" unicode="&#xf081;" 
d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="facebook_sign" unicode="&#xf082;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960z" />
    <glyph glyph-name="camera_retro" unicode="&#xf083;" horiz-adv-x="1792" 
d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="key" unicode="&#xf084;" horiz-adv-x="1792" 
d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
    <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="1920" 
d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
    <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="1792" 
d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
    <glyph glyph-name="thumbs_up_alt" unicode="&#xf087;" 
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
    <glyph glyph-name="thumbs_down_alt" unicode="&#xf088;" 
d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
    <glyph glyph-name="star_half" unicode="&#xf089;" horiz-adv-x="896" 
d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
    <glyph glyph-name="heart_empty" unicode="&#xf08a;" horiz-adv-x="1792" 
d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
q224 0 351 -124t127 -344z" />
    <glyph glyph-name="signout" unicode="&#xf08b;" horiz-adv-x="1664" 
d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
    <glyph glyph-name="linkedin_sign" unicode="&#xf08c;" 
d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="pushpin" unicode="&#xf08d;" horiz-adv-x="1152" 
d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
    <glyph glyph-name="external_link" unicode="&#xf08e;" horiz-adv-x="1792" 
d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
    <glyph glyph-name="signin" unicode="&#xf090;" 
d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="1664" 
d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
    <glyph glyph-name="github_sign" unicode="&#xf092;" 
d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="upload_alt" unicode="&#xf093;" horiz-adv-x="1664" 
d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
    <glyph glyph-name="lemon" unicode="&#xf094;" 
d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
    <glyph glyph-name="phone" unicode="&#xf095;" horiz-adv-x="1408" 
d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
    <glyph glyph-name="check_empty" unicode="&#xf096;" horiz-adv-x="1408" 
d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="bookmark_empty" unicode="&#xf097;" horiz-adv-x="1280" 
d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
    <glyph glyph-name="phone_sign" unicode="&#xf098;" 
d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
" />
    <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="1664" 
d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
    <glyph glyph-name="facebook" unicode="&#xf09a;" horiz-adv-x="1024" 
d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
    <glyph glyph-name="github" unicode="&#xf09b;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
    <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="1664" 
d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
t316.5 -131.5t131.5 -316.5z" />
    <glyph glyph-name="credit_card" unicode="&#xf09d;" horiz-adv-x="1920" 
d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
    <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="1408" 
d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
q187 -186 294 -425.5t120 -501.5z" />
    <glyph glyph-name="hdd" unicode="&#xf0a0;" 
d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
    <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="1792" 
d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
    <glyph glyph-name="bell" unicode="&#xf0a2;" horiz-adv-x="1792" 
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
    <glyph glyph-name="certificate" unicode="&#xf0a3;" 
d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
    <glyph glyph-name="hand_right" unicode="&#xf0a4;" horiz-adv-x="1792" 
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
    <glyph glyph-name="hand_left" unicode="&#xf0a5;" horiz-adv-x="1792" 
d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="hand_up" unicode="&#xf0a6;" 
d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
    <glyph glyph-name="hand_down" unicode="&#xf0a7;" 
d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
    <glyph glyph-name="circle_arrow_left" unicode="&#xf0a8;" 
d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_right" unicode="&#xf0a9;" 
d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_up" unicode="&#xf0aa;" 
d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="circle_arrow_down" unicode="&#xf0ab;" 
d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="globe" unicode="&#xf0ac;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
    <glyph glyph-name="wrench" unicode="&#xf0ad;" horiz-adv-x="1664" 
d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
    <glyph glyph-name="tasks" unicode="&#xf0ae;" horiz-adv-x="1792" 
d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
    <glyph glyph-name="filter" unicode="&#xf0b0;" horiz-adv-x="1408" 
d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
    <glyph glyph-name="briefcase" unicode="&#xf0b1;" horiz-adv-x="1792" 
d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
    <glyph glyph-name="fullscreen" unicode="&#xf0b2;" 
d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
" />
    <glyph glyph-name="group" unicode="&#xf0c0;" horiz-adv-x="1920" 
d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
    <glyph glyph-name="link" unicode="&#xf0c1;" horiz-adv-x="1664" 
d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
    <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="1920" 
d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
" />
    <glyph glyph-name="beaker" unicode="&#xf0c3;" horiz-adv-x="1664" 
d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
    <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="1792" 
d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
    <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="1792" 
d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
    <glyph glyph-name="paper_clip" unicode="&#xf0c6;" horiz-adv-x="1408" 
d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
z" />
    <glyph glyph-name="save" unicode="&#xf0c7;" 
d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
    <glyph glyph-name="sign_blank" unicode="&#xf0c8;" 
d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="reorder" unicode="&#xf0c9;" 
d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="ul" unicode="&#xf0ca;" horiz-adv-x="1792" 
d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="ol" unicode="&#xf0cb;" horiz-adv-x="1792" 
d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
    <glyph glyph-name="strikethrough" unicode="&#xf0cc;" horiz-adv-x="1792" 
d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
    <glyph glyph-name="underline" unicode="&#xf0cd;" 
d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
    <glyph glyph-name="table" unicode="&#xf0ce;" horiz-adv-x="1664" 
d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
z" />
    <glyph glyph-name="magic" unicode="&#xf0d0;" horiz-adv-x="1664" 
d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
    <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="1792" 
d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
    <glyph glyph-name="pinterest" unicode="&#xf0d2;" 
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="pinterest_sign" unicode="&#xf0d3;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
    <glyph glyph-name="google_plus_sign" unicode="&#xf0d4;" 
d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="google_plus" unicode="&#xf0d5;" horiz-adv-x="2304" 
d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
    <glyph glyph-name="money" unicode="&#xf0d6;" horiz-adv-x="1920" 
d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
    <glyph glyph-name="caret_down" unicode="&#xf0d7;" horiz-adv-x="1024" 
d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
    <glyph glyph-name="caret_up" unicode="&#xf0d8;" horiz-adv-x="1024" 
d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="caret_left" unicode="&#xf0d9;" horiz-adv-x="640" 
d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
    <glyph glyph-name="caret_right" unicode="&#xf0da;" horiz-adv-x="640" 
d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="columns" unicode="&#xf0db;" horiz-adv-x="1664" 
d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
    <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="1024" 
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="sort_down" unicode="&#xf0dd;" horiz-adv-x="1024" 
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
    <glyph glyph-name="sort_up" unicode="&#xf0de;" horiz-adv-x="1024" 
d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
    <glyph glyph-name="envelope_alt" unicode="&#xf0e0;" horiz-adv-x="1792" 
d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
    <glyph glyph-name="linkedin" unicode="&#xf0e1;" 
d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
    <glyph glyph-name="undo" unicode="&#xf0e2;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
    <glyph glyph-name="legal" unicode="&#xf0e3;" horiz-adv-x="1792" 
d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
    <glyph glyph-name="dashboard" unicode="&#xf0e4;" horiz-adv-x="1792" 
d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="comment_alt" unicode="&#xf0e5;" horiz-adv-x="1792" 
d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="comments_alt" unicode="&#xf0e6;" horiz-adv-x="1792" 
d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
    <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="896" 
d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
    <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="1792" 
d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
z" />
    <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="1664" 
d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
    <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="1792" 
d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
    <glyph glyph-name="light_bulb" unicode="&#xf0eb;" horiz-adv-x="1024" 
d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
    <glyph glyph-name="exchange" unicode="&#xf0ec;" horiz-adv-x="1792" 
d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
    <glyph glyph-name="cloud_download" unicode="&#xf0ed;" horiz-adv-x="1920" 
d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
    <glyph glyph-name="cloud_upload" unicode="&#xf0ee;" horiz-adv-x="1920" 
d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
    <glyph glyph-name="user_md" unicode="&#xf0f0;" horiz-adv-x="1408" 
d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="stethoscope" unicode="&#xf0f1;" horiz-adv-x="1408" 
d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="suitcase" unicode="&#xf0f2;" horiz-adv-x="1792" 
d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
t66 -158z" />
    <glyph glyph-name="bell_alt" unicode="&#xf0f3;" horiz-adv-x="1792" 
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
    <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="1920" 
d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="food" unicode="&#xf0f5;" horiz-adv-x="1408" 
d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
    <glyph glyph-name="file_text_alt" unicode="&#xf0f6;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
    <glyph glyph-name="building" unicode="&#xf0f7;" horiz-adv-x="1408" 
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
    <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="1408" 
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
    <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="1920" 
d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="medkit" unicode="&#xf0fa;" horiz-adv-x="1792" 
d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
    <glyph glyph-name="fighter_jet" unicode="&#xf0fb;" horiz-adv-x="1920" 
d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
    <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="1664" 
d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
    <glyph glyph-name="h_sign" unicode="&#xf0fd;" 
d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="f0fe" unicode="&#xf0fe;" 
d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="double_angle_left" unicode="&#xf100;" horiz-adv-x="1024" 
d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_right" unicode="&#xf101;" horiz-adv-x="1024" 
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_up" unicode="&#xf102;" horiz-adv-x="1152" 
d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="double_angle_down" unicode="&#xf103;" horiz-adv-x="1152" 
d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="angle_left" unicode="&#xf104;" horiz-adv-x="640" 
d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="angle_right" unicode="&#xf105;" horiz-adv-x="640" 
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="angle_up" unicode="&#xf106;" horiz-adv-x="1152" 
d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
    <glyph glyph-name="angle_down" unicode="&#xf107;" horiz-adv-x="1152" 
d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
    <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="1920" 
d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="1920" 
d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
    <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="1152" 
d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
    <glyph glyph-name="mobile_phone" unicode="&#xf10b;" horiz-adv-x="768" 
d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
    <glyph glyph-name="circle_blank" unicode="&#xf10c;" 
d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="quote_left" unicode="&#xf10d;" horiz-adv-x="1664" 
d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
    <glyph glyph-name="quote_right" unicode="&#xf10e;" horiz-adv-x="1664" 
d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
    <glyph glyph-name="spinner" unicode="&#xf110;" horiz-adv-x="1792" 
d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
    <glyph glyph-name="circle" unicode="&#xf111;" 
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="reply" unicode="&#xf112;" horiz-adv-x="1792" 
d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
    <glyph glyph-name="github_alt" unicode="&#xf113;" horiz-adv-x="1664" 
d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
q0 -87 -27 -168q136 -160 136 -398z" />
    <glyph glyph-name="folder_close_alt" unicode="&#xf114;" horiz-adv-x="1664" 
d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
    <glyph glyph-name="folder_open_alt" unicode="&#xf115;" horiz-adv-x="1920" 
d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
" />
    <glyph glyph-name="expand_alt" unicode="&#xf116;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="collapse_alt" unicode="&#xf117;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="smile" unicode="&#xf118;" 
d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="frown" unicode="&#xf119;" 
d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="meh" unicode="&#xf11a;" 
d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="1920" 
d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
    <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="1920" 
d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="flag_alt" unicode="&#xf11d;" horiz-adv-x="1792" 
d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
    <glyph glyph-name="flag_checkered" unicode="&#xf11e;" horiz-adv-x="1792" 
d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
    <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="1664" 
d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
t9 -23z" />
    <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="1920" 
d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
    <glyph glyph-name="reply_all" unicode="&#xf122;" horiz-adv-x="1792" 
d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
    <glyph glyph-name="star_half_empty" unicode="&#xf123;" horiz-adv-x="1664" 
d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
    <glyph glyph-name="location_arrow" unicode="&#xf124;" horiz-adv-x="1408" 
d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
    <glyph glyph-name="crop" unicode="&#xf125;" horiz-adv-x="1664" 
d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
    <glyph glyph-name="code_fork" unicode="&#xf126;" horiz-adv-x="1024" 
d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="unlink" unicode="&#xf127;" horiz-adv-x="1664" 
d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
    <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="1024" 
d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
    <glyph glyph-name="_279" unicode="&#xf129;" horiz-adv-x="640" 
d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
    <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="640" 
d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
    <glyph glyph-name="superscript" unicode="&#xf12b;" 
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
t-65.5 -51.5t-30.5 -63h232v80h126z" />
    <glyph glyph-name="subscript" unicode="&#xf12c;" 
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
h232v80h126z" />
    <glyph glyph-name="_283" unicode="&#xf12d;" horiz-adv-x="1920" 
d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
    <glyph glyph-name="puzzle_piece" unicode="&#xf12e;" horiz-adv-x="1664" 
d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
    <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="1152" 
d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
    <glyph glyph-name="microphone_off" unicode="&#xf131;" horiz-adv-x="1408" 
d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
    <glyph glyph-name="shield" unicode="&#xf132;" horiz-adv-x="1280" 
d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
    <glyph glyph-name="calendar_empty" unicode="&#xf133;" horiz-adv-x="1664" 
d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="fire_extinguisher" unicode="&#xf134;" horiz-adv-x="1408" 
d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
    <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="1664" 
d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
    <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="1792" 
d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
    <glyph glyph-name="chevron_sign_left" unicode="&#xf137;" 
d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_right" unicode="&#xf138;" 
d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_up" unicode="&#xf139;" 
d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="chevron_sign_down" unicode="&#xf13a;" 
d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="1408" 
d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
    <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="1792" 
d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
    <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="1792" 
d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
    <glyph glyph-name="unlock_alt" unicode="&#xf13e;" horiz-adv-x="1152" 
d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
v-320h736z" />
    <glyph glyph-name="bullseye" unicode="&#xf140;" 
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="ellipsis_horizontal" unicode="&#xf141;" horiz-adv-x="1408" 
d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
    <glyph glyph-name="ellipsis_vertical" unicode="&#xf142;" horiz-adv-x="384" 
d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
    <glyph glyph-name="_303" unicode="&#xf143;" 
d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="play_sign" unicode="&#xf144;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
q16 -8 32 -8q17 0 32 9z" />
    <glyph glyph-name="ticket" unicode="&#xf145;" horiz-adv-x="1792" 
d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
    <glyph glyph-name="minus_sign_alt" unicode="&#xf146;" 
d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="check_minus" unicode="&#xf147;" horiz-adv-x="1408" 
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="level_up" unicode="&#xf148;" horiz-adv-x="1024" 
d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
    <glyph glyph-name="level_down" unicode="&#xf149;" horiz-adv-x="1024" 
d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
    <glyph glyph-name="check_sign" unicode="&#xf14a;" 
d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="edit_sign" unicode="&#xf14b;" 
d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_312" unicode="&#xf14c;" 
d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="share_sign" unicode="&#xf14d;" 
d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="compass" unicode="&#xf14e;" 
d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="collapse" unicode="&#xf150;" 
d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="collapse_top" unicode="&#xf151;" 
d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_317" unicode="&#xf152;" 
d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="eur" unicode="&#xf153;" horiz-adv-x="1024" 
d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
    <glyph glyph-name="gbp" unicode="&#xf154;" horiz-adv-x="1024" 
d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
    <glyph glyph-name="usd" unicode="&#xf155;" horiz-adv-x="1024" 
d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
t53 -63.5t31.5 -76.5t13 -94z" />
    <glyph glyph-name="inr" unicode="&#xf156;" horiz-adv-x="898" 
d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
    <glyph glyph-name="jpy" unicode="&#xf157;" horiz-adv-x="1027" 
d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
    <glyph glyph-name="rub" unicode="&#xf158;" horiz-adv-x="1280" 
d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
    <glyph glyph-name="krw" unicode="&#xf159;" horiz-adv-x="1792" 
d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
    <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="1280" 
d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
    <glyph glyph-name="file" unicode="&#xf15b;" 
d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
    <glyph glyph-name="file_text" unicode="&#xf15c;" 
d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
    <glyph glyph-name="sort_by_alphabet" unicode="&#xf15d;" horiz-adv-x="1664" 
d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
l230 -662h70z" />
    <glyph glyph-name="_329" unicode="&#xf15e;" horiz-adv-x="1664" 
d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
v119h121z" />
    <glyph glyph-name="sort_by_attributes" unicode="&#xf160;" horiz-adv-x="1792" 
d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
    <glyph glyph-name="sort_by_attributes_alt" unicode="&#xf161;" horiz-adv-x="1792" 
d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
    <glyph glyph-name="sort_by_order" unicode="&#xf162;" 
d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
    <glyph glyph-name="sort_by_order_alt" unicode="&#xf163;" 
d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
    <glyph glyph-name="_334" unicode="&#xf164;" horiz-adv-x="1664" 
d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
    <glyph glyph-name="_335" unicode="&#xf165;" horiz-adv-x="1664" 
d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
    <glyph glyph-name="youtube_sign" unicode="&#xf166;" 
d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="youtube" unicode="&#xf167;" 
d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
    <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="1408" 
d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
q25 45 64 45h241q22 0 31 -15z" />
    <glyph glyph-name="xing_sign" unicode="&#xf169;" 
d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="youtube_play" unicode="&#xf16a;" horiz-adv-x="1792" 
d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
    <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="1792" 
d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
    <glyph glyph-name="stackexchange" unicode="&#xf16c;" 
d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
    <glyph glyph-name="instagram" unicode="&#xf16d;" 
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
    <glyph glyph-name="flickr" unicode="&#xf16e;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
    <glyph glyph-name="adn" unicode="&#xf170;" 
d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="f171" unicode="&#xf171;" horiz-adv-x="1408" 
d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
    <glyph glyph-name="bitbucket_sign" unicode="&#xf172;" 
d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="1024" 
d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
q78 2 134 29z" />
    <glyph glyph-name="tumblr_sign" unicode="&#xf174;" 
d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="long_arrow_down" unicode="&#xf175;" horiz-adv-x="768" 
d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
    <glyph glyph-name="long_arrow_up" unicode="&#xf176;" horiz-adv-x="768" 
d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
    <glyph glyph-name="long_arrow_left" unicode="&#xf177;" horiz-adv-x="1792" 
d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
    <glyph glyph-name="long_arrow_right" unicode="&#xf178;" horiz-adv-x="1792" 
d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
    <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="1408" 
d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
    <glyph glyph-name="windows" unicode="&#xf17a;" horiz-adv-x="1664" 
d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
    <glyph glyph-name="android" unicode="&#xf17b;" horiz-adv-x="1408" 
d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
    <glyph glyph-name="linux" unicode="&#xf17c;" 
d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
    <glyph glyph-name="dribble" unicode="&#xf17d;" 
d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="skype" unicode="&#xf17e;" 
d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
    <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="1280" 
d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
    <glyph glyph-name="trello" unicode="&#xf181;" 
d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
    <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="1280" 
d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="1024" 
d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="gittip" unicode="&#xf184;" 
d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="1792" 
d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
    <glyph glyph-name="_366" unicode="&#xf186;" 
d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
    <glyph glyph-name="archive" unicode="&#xf187;" horiz-adv-x="1792" 
d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
    <glyph glyph-name="bug" unicode="&#xf188;" horiz-adv-x="1664" 
d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
    <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="1920" 
d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
q39 5 64 -2.5t31 -16.5z" />
    <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="1792" 
d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
    <glyph glyph-name="renren" unicode="&#xf18b;" 
d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
    <glyph glyph-name="_372" unicode="&#xf18c;" horiz-adv-x="1408" 
d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
    <glyph glyph-name="stack_exchange" unicode="&#xf18d;" horiz-adv-x="1280" 
d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
" />
    <glyph glyph-name="_374" unicode="&#xf18e;" 
d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="arrow_circle_alt_left" unicode="&#xf190;" 
d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_376" unicode="&#xf191;" 
d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="dot_circle_alt" unicode="&#xf192;" 
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_378" unicode="&#xf193;" horiz-adv-x="1664" 
d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
    <glyph glyph-name="vimeo_square" unicode="&#xf194;" 
d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_380" unicode="&#xf195;" horiz-adv-x="1152" 
d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
    <glyph glyph-name="plus_square_o" unicode="&#xf196;" horiz-adv-x="1408" 
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_382" unicode="&#xf197;" horiz-adv-x="2176" 
d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
    <glyph glyph-name="_383" unicode="&#xf198;" horiz-adv-x="1664" 
d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
    <glyph glyph-name="_384" unicode="&#xf199;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
    <glyph glyph-name="_385" unicode="&#xf19a;" horiz-adv-x="1792" 
d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
t273 -182.5t331.5 -68z" />
    <glyph glyph-name="_386" unicode="&#xf19b;" horiz-adv-x="1792" 
d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
    <glyph glyph-name="_387" unicode="&#xf19c;" horiz-adv-x="2048" 
d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
    <glyph glyph-name="_388" unicode="&#xf19d;" horiz-adv-x="2304" 
d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
    <glyph glyph-name="_389" unicode="&#xf19e;" 
d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
    <glyph glyph-name="uniF1A0" unicode="&#xf1a0;" 
d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
    <glyph glyph-name="f1a1" unicode="&#xf1a1;" horiz-adv-x="1792" 
d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_392" unicode="&#xf1a2;" 
d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_393" unicode="&#xf1a3;" 
d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="f1a4" unicode="&#xf1a4;" horiz-adv-x="1920" 
d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
    <glyph glyph-name="_395" unicode="&#xf1a5;" 
d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="_396" unicode="&#xf1a6;" horiz-adv-x="2048" 
d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
v-369h123z" />
    <glyph glyph-name="_397" unicode="&#xf1a7;" 
d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_398" unicode="&#xf1a8;" horiz-adv-x="2038" 
d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
    <glyph glyph-name="_399" unicode="&#xf1a9;" 
d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
    <glyph glyph-name="_400" unicode="&#xf1aa;" 
d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
t135.5 51q85 0 145 -60.5t60 -145.5z" />
    <glyph glyph-name="f1ab" unicode="&#xf1ab;" 
d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
q20 0 20 -21v-418z" />
    <glyph glyph-name="_402" unicode="&#xf1ac;" horiz-adv-x="1792" 
d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
    <glyph glyph-name="_403" unicode="&#xf1ad;" 
d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
    <glyph glyph-name="_404" unicode="&#xf1ae;" horiz-adv-x="1280" 
d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="uniF1B1" unicode="&#xf1b0;" horiz-adv-x="1664" 
d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
t100.5 134t141.5 55.5z" />
    <glyph glyph-name="_406" unicode="&#xf1b1;" horiz-adv-x="768" 
d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
    <glyph glyph-name="_407" unicode="&#xf1b2;" horiz-adv-x="1792" 
d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
" />
    <glyph glyph-name="_408" unicode="&#xf1b3;" horiz-adv-x="2304" 
d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
v-400l434 -186q36 -16 57 -48t21 -70z" />
    <glyph glyph-name="_409" unicode="&#xf1b4;" horiz-adv-x="2048" 
d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
    <glyph glyph-name="_410" unicode="&#xf1b5;" 
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
    <glyph glyph-name="_411" unicode="&#xf1b6;" horiz-adv-x="1792" 
d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
    <glyph glyph-name="_412" unicode="&#xf1b7;" 
d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
" />
    <glyph glyph-name="_413" unicode="&#xf1b8;" horiz-adv-x="1792" 
d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
    <glyph glyph-name="_414" unicode="&#xf1b9;" horiz-adv-x="2048" 
d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="_415" unicode="&#xf1ba;" horiz-adv-x="2048" 
d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
    <glyph glyph-name="_416" unicode="&#xf1bb;" 
d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
    <glyph glyph-name="_417" unicode="&#xf1bc;" 
d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_418" unicode="&#xf1bd;" horiz-adv-x="1024" 
d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
    <glyph glyph-name="_419" unicode="&#xf1be;" horiz-adv-x="2304" 
d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
    <glyph glyph-name="uniF1C0" unicode="&#xf1c0;" 
d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
    <glyph glyph-name="uniF1C1" unicode="&#xf1c1;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
    <glyph glyph-name="_422" unicode="&#xf1c2;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
    <glyph glyph-name="_423" unicode="&#xf1c3;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
h-290v-107h68l189 -272l-194 -283h-68z" />
    <glyph glyph-name="_424" unicode="&#xf1c4;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
    <glyph glyph-name="_425" unicode="&#xf1c5;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
    <glyph glyph-name="_426" unicode="&#xf1c6;" 
d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
    <glyph glyph-name="_427" unicode="&#xf1c7;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
    <glyph glyph-name="_428" unicode="&#xf1c8;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
    <glyph glyph-name="_429" unicode="&#xf1c9;" 
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
    <glyph glyph-name="_430" unicode="&#xf1ca;" 
d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
    <glyph glyph-name="_431" unicode="&#xf1cb;" horiz-adv-x="1792" 
d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
    <glyph glyph-name="_432" unicode="&#xf1cc;" horiz-adv-x="2048" 
d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
    <glyph glyph-name="_433" unicode="&#xf1cd;" horiz-adv-x="1792" 
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
    <glyph glyph-name="_434" unicode="&#xf1ce;" horiz-adv-x="1792" 
d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
    <glyph glyph-name="uniF1D0" unicode="&#xf1d0;" horiz-adv-x="1792" 
d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
    <glyph glyph-name="uniF1D1" unicode="&#xf1d1;" horiz-adv-x="1792" 
d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF1D2" unicode="&#xf1d2;" 
d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_438" unicode="&#xf1d3;" horiz-adv-x="1792" 
d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
    <glyph glyph-name="_439" unicode="&#xf1d4;" 
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF1D5" unicode="&#xf1d5;" horiz-adv-x="1280" 
d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
    <glyph glyph-name="uniF1D6" unicode="&#xf1d6;" horiz-adv-x="1792" 
d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
    <glyph glyph-name="uniF1D7" unicode="&#xf1d7;" horiz-adv-x="2048" 
d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
    <glyph glyph-name="_443" unicode="&#xf1d8;" horiz-adv-x="1792" 
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
    <glyph glyph-name="_444" unicode="&#xf1d9;" horiz-adv-x="1792" 
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
l863 639l-478 -797z" />
    <glyph glyph-name="_445" unicode="&#xf1da;" 
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_446" unicode="&#xf1db;" 
d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_447" unicode="&#xf1dc;" horiz-adv-x="1792" 
d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
q0 -26 -12 -48t-36 -22z" />
    <glyph glyph-name="_448" unicode="&#xf1dd;" horiz-adv-x="1280" 
d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
    <glyph glyph-name="_449" unicode="&#xf1de;" 
d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
    <glyph glyph-name="uniF1E0" unicode="&#xf1e0;" 
d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
    <glyph glyph-name="_451" unicode="&#xf1e1;" 
d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_452" unicode="&#xf1e2;" horiz-adv-x="1792" 
d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
    <glyph glyph-name="_453" unicode="&#xf1e3;" horiz-adv-x="1792" 
d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
    <glyph glyph-name="_454" unicode="&#xf1e4;" horiz-adv-x="1792" 
d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
    <glyph glyph-name="_455" unicode="&#xf1e5;" horiz-adv-x="1792" 
d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_456" unicode="&#xf1e6;" horiz-adv-x="1792" 
d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
l401 400q38 37 91 37t90 -37z" />
    <glyph glyph-name="_457" unicode="&#xf1e7;" horiz-adv-x="1792" 
d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
    <glyph glyph-name="_458" unicode="&#xf1e8;" horiz-adv-x="1792" 
d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
    <glyph glyph-name="_459" unicode="&#xf1e9;" 
d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
    <glyph glyph-name="_460" unicode="&#xf1ea;" horiz-adv-x="2048" 
d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
    <glyph glyph-name="_461" unicode="&#xf1eb;" horiz-adv-x="2048" 
d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
    <glyph glyph-name="_462" unicode="&#xf1ec;" horiz-adv-x="1792" 
d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_463" unicode="&#xf1ed;" 
d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
    <glyph glyph-name="_464" unicode="&#xf1ee;" horiz-adv-x="1792" 
d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
    <glyph glyph-name="uniF1F0" unicode="&#xf1f0;" horiz-adv-x="2304" 
d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_466" unicode="&#xf1f1;" horiz-adv-x="2304" 
d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_467" unicode="&#xf1f2;" horiz-adv-x="2304" 
d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
    <glyph glyph-name="f1f3" unicode="&#xf1f3;" horiz-adv-x="2304" 
d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
    <glyph glyph-name="_469" unicode="&#xf1f4;" horiz-adv-x="2304" 
d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_470" unicode="&#xf1f5;" horiz-adv-x="2304" 
d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_471" unicode="&#xf1f6;" horiz-adv-x="2048" 
d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
l418 363q10 8 23.5 7t21.5 -11z" />
    <glyph glyph-name="_472" unicode="&#xf1f7;" horiz-adv-x="2048" 
d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
    <glyph glyph-name="_473" unicode="&#xf1f8;" horiz-adv-x="1408" 
d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_474" unicode="&#xf1f9;" 
d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_475" unicode="&#xf1fa;" 
d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
    <glyph glyph-name="_476" unicode="&#xf1fb;" horiz-adv-x="1792" 
d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
    <glyph glyph-name="f1fc" unicode="&#xf1fc;" horiz-adv-x="1792" 
d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
    <glyph glyph-name="_478" unicode="&#xf1fd;" horiz-adv-x="1792" 
d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
    <glyph glyph-name="_479" unicode="&#xf1fe;" horiz-adv-x="2048" 
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
    <glyph glyph-name="_480" unicode="&#xf200;" horiz-adv-x="1792" 
d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_481" unicode="&#xf201;" horiz-adv-x="2048" 
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
t9 -23z" />
    <glyph glyph-name="_482" unicode="&#xf202;" horiz-adv-x="1792" 
d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
    <glyph glyph-name="_483" unicode="&#xf203;" 
d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_484" unicode="&#xf204;" horiz-adv-x="2048" 
d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
    <glyph glyph-name="_485" unicode="&#xf205;" horiz-adv-x="2048" 
d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
    <glyph glyph-name="_486" unicode="&#xf206;" horiz-adv-x="2304" 
d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
    <glyph glyph-name="_487" unicode="&#xf207;" 
d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
    <glyph glyph-name="_488" unicode="&#xf208;" horiz-adv-x="2048" 
d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
    <glyph glyph-name="_489" unicode="&#xf209;" horiz-adv-x="1280" 
d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
    <glyph glyph-name="_490" unicode="&#xf20a;" horiz-adv-x="2048" 
d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
    <glyph glyph-name="_491" unicode="&#xf20b;" 
d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
    <glyph glyph-name="_492" unicode="&#xf20c;" 
d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
    <glyph glyph-name="_493" unicode="&#xf20d;" 
d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
    <glyph glyph-name="_494" unicode="&#xf20e;" horiz-adv-x="2048" 
d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
    <glyph glyph-name="f210" unicode="&#xf210;" 
d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
    <glyph glyph-name="_496" unicode="&#xf211;" 
d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
    <glyph glyph-name="f212" unicode="&#xf212;" horiz-adv-x="2048" 
d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
q209 0 374 -102q172 107 374 102z" />
    <glyph glyph-name="_498" unicode="&#xf213;" horiz-adv-x="2048" 
d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
    <glyph glyph-name="_499" unicode="&#xf214;" 
d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
t-43 -34t-16.5 -53.5z" />
    <glyph glyph-name="_500" unicode="&#xf215;" horiz-adv-x="2048" 
d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
    <glyph glyph-name="_501" unicode="&#xf216;" horiz-adv-x="2048" 
d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
    <glyph glyph-name="_502" unicode="&#xf217;" horiz-adv-x="1664" 
d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="_503" unicode="&#xf218;" horiz-adv-x="1664" 
d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
    <glyph glyph-name="_504" unicode="&#xf219;" horiz-adv-x="2048" 
d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
    <glyph glyph-name="_505" unicode="&#xf21a;" horiz-adv-x="2048" 
d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
    <glyph glyph-name="_506" unicode="&#xf21b;" 
d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
    <glyph glyph-name="_507" unicode="&#xf21c;" horiz-adv-x="2304" 
d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
    <glyph glyph-name="_508" unicode="&#xf21d;" 
d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
t158.5 -65.5t65.5 -158.5z" />
    <glyph glyph-name="_509" unicode="&#xf21e;" horiz-adv-x="1792" 
d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124
t127 -344z" />
    <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="1280" 
d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292
q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
    <glyph glyph-name="_511" unicode="&#xf222;" 
d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5
q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_512" unicode="&#xf223;" horiz-adv-x="1280" 
d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5
t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_513" unicode="&#xf224;" 
d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_514" unicode="&#xf225;" horiz-adv-x="1792" 
d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64
q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9
t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5
t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_515" unicode="&#xf226;" horiz-adv-x="1792" 
d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23
t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391
q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391
q0 -226 -154 -391q103 -57 218 -57z" />
    <glyph glyph-name="_516" unicode="&#xf227;" horiz-adv-x="1920" 
d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230
q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9
t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128
q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -28 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
    <glyph glyph-name="_517" unicode="&#xf228;" horiz-adv-x="2048" 
d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23
t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9
t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5
t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
    <glyph glyph-name="_518" unicode="&#xf229;" 
d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5
t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5
t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_519" unicode="&#xf22a;" horiz-adv-x="1280" 
d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22
t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5
t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_520" unicode="&#xf22b;" horiz-adv-x="2048" 
d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5
t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5
t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_521" unicode="&#xf22c;" horiz-adv-x="1280" 
d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5
t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
    <glyph glyph-name="_522" unicode="&#xf22d;" horiz-adv-x="1280" 
d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123
t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
    <glyph glyph-name="_523" unicode="&#xf22e;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_524" unicode="&#xf22f;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_525" unicode="&#xf230;" 
d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
    <glyph glyph-name="_526" unicode="&#xf231;" horiz-adv-x="1280" 
d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5
l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5
q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" />
    <glyph glyph-name="_527" unicode="&#xf232;" 
d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5
t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233
l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" />
    <glyph glyph-name="_528" unicode="&#xf233;" horiz-adv-x="1792" 
d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216
q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" />
    <glyph glyph-name="_529" unicode="&#xf234;" horiz-adv-x="2048" 
d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5
t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5
t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" />
    <glyph glyph-name="_530" unicode="&#xf235;" horiz-adv-x="2048" 
d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136
q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69
t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" />
    <glyph glyph-name="_531" unicode="&#xf236;" horiz-adv-x="2048" 
d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704
q-26 0 -45 -19t-19 -45v-384h1152z" />
    <glyph glyph-name="_532" unicode="&#xf237;" 
d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
    <glyph glyph-name="_533" unicode="&#xf238;" 
d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56
t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
    <glyph glyph-name="_534" unicode="&#xf239;" 
d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47
t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
    <glyph glyph-name="_535" unicode="&#xf23a;" horiz-adv-x="1792" 
d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116
q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
    <glyph glyph-name="_536" unicode="&#xf23b;" 
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
    <glyph glyph-name="_537" unicode="&#xf23c;" horiz-adv-x="2296" 
d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5
q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5
q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42
q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37
q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5
q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139
q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 5 5 8q16 18 60 23h13q5 18 19 30t33 8
t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132
q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132
q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z
M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-105 2 -211 0v1q-1 -27 2.5 -86
t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103
q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34q0 2 0.5 3.5t1.5 3t1 2.5v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4
l-10 -2.5t-12 -2l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-6 -1 -9 -1q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130
t-73 70q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -1 -1 -4t-1 -5q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150
q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12
q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
    <glyph glyph-name="_538" unicode="&#xf23d;" horiz-adv-x="2304" 
d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5
t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5
t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
    <glyph glyph-name="_539" unicode="&#xf23e;" horiz-adv-x="1792" 
d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348
t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23
t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512
q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
    <glyph glyph-name="_540" unicode="&#xf240;" horiz-adv-x="2304" 
d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113
v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
    <glyph glyph-name="_541" unicode="&#xf241;" horiz-adv-x="2304" 
d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_542" unicode="&#xf242;" horiz-adv-x="2304" 
d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_543" unicode="&#xf243;" horiz-adv-x="2304" 
d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9
h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_544" unicode="&#xf244;" horiz-adv-x="2304" 
d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23
v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
    <glyph glyph-name="_545" unicode="&#xf245;" horiz-adv-x="1280" 
d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
    <glyph glyph-name="_546" unicode="&#xf246;" horiz-adv-x="1024" 
d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
    <glyph glyph-name="_547" unicode="&#xf247;" horiz-adv-x="2048" 
d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128
h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
    <glyph glyph-name="_548" unicode="&#xf248;" horiz-adv-x="2304" 
d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256
v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
    <glyph glyph-name="_549" unicode="&#xf249;" 
d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
    <glyph glyph-name="_550" unicode="&#xf24a;" 
d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68
z" />
    <glyph glyph-name="_551" unicode="&#xf24b;" horiz-adv-x="2304" 
d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5
t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88
t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90
t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_552" unicode="&#xf24c;" horiz-adv-x="2304" 
d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294
t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z
M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_553" unicode="&#xf24d;" horiz-adv-x="1792" 
d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113
zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
    <glyph glyph-name="_554" unicode="&#xf24e;" horiz-adv-x="2304" 
d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64
q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91
t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5
t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
    <glyph glyph-name="_555" unicode="&#xf250;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5
t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
    <glyph glyph-name="_556" unicode="&#xf251;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
    <glyph glyph-name="_557" unicode="&#xf252;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
    <glyph glyph-name="_558" unicode="&#xf253;" 
d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9
t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196
h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
    <glyph glyph-name="_559" unicode="&#xf254;" 
d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87
t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9
h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
    <glyph glyph-name="_560" unicode="&#xf255;" 
d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25
q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27
t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21
q72 69 174 69z" />
    <glyph glyph-name="_561" unicode="&#xf256;" horiz-adv-x="1792" 
d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33
t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52
h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
    <glyph glyph-name="_562" unicode="&#xf257;" horiz-adv-x="1792" 
d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668
q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17
t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5
t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5
q0 -42 -23 -78t-61 -53l-310 -141h91z" />
    <glyph glyph-name="_563" unicode="&#xf258;" horiz-adv-x="2048" 
d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32
q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68
q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
    <glyph glyph-name="_564" unicode="&#xf259;" horiz-adv-x="2048" 
d="M459 -256q-77 0 -137.5 47.5t-79.5 122.5l-101 401q-13 57 -13 108q0 45 -5 67l-116 477q-7 27 -7 57q0 93 62 161t155 78q17 85 82.5 139t152.5 54q83 0 148 -51.5t85 -132.5l83 -348l103 428q20 81 85 132.5t148 51.5q89 0 155.5 -57.5t80.5 -144.5q92 -10 152 -79
t60 -162q0 -24 -7 -59l-123 -512q10 7 37.5 28.5t38.5 29.5t35 23t41 20.5t41.5 11t49.5 5.5q105 0 180 -74t75 -179q0 -62 -28.5 -118t-78.5 -94l-507 -380q-68 -51 -153 -51h-694zM1104 1408q-38 0 -68.5 -24t-39.5 -62l-164 -682h-127l-145 602q-9 38 -39.5 62t-68.5 24
q-48 0 -80 -33t-32 -80q0 -15 3 -28l132 -547h-26l-99 408q-9 37 -40 62.5t-69 25.5q-47 0 -80 -33t-33 -79q0 -14 3 -26l116 -478q7 -28 9 -86t10 -88l100 -401q8 -32 34 -52.5t59 -20.5h694q42 0 76 26l507 379q56 43 56 110q0 52 -37.5 88.5t-89.5 36.5q-43 0 -77 -26
l-307 -230v227q0 4 32 138t68 282t39 161q4 18 4 29q0 47 -32 81t-79 34q-39 0 -69.5 -24t-39.5 -62l-116 -482h-26l150 624q3 14 3 28q0 48 -31.5 82t-79.5 34z" />
    <glyph glyph-name="_565" unicode="&#xf25a;" horiz-adv-x="1792" 
d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5
q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5
v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32
v-384h32z" />
    <glyph glyph-name="_566" unicode="&#xf25b;" 
d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181
v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46
q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5
q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308
q0 -53 37.5 -90.5t90.5 -37.5h668z" />
    <glyph glyph-name="_567" unicode="&#xf25c;" horiz-adv-x="1973" 
d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5
t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141
q13 0 22 -8.5t10 -20.5z" />
    <glyph glyph-name="_568" unicode="&#xf25d;" horiz-adv-x="1792" 
d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109
t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640
q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_569" unicode="&#xf25e;" horiz-adv-x="1792" 
d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78
q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13.5t-23.5 -14.5t-28.5 -13t-33.5 -9.5
t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376
q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191
t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
    <glyph glyph-name="f260" unicode="&#xf260;" horiz-adv-x="2048" 
d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
    <glyph glyph-name="f261" unicode="&#xf261;" horiz-adv-x="1792" 
d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191
t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_572" unicode="&#xf262;" horiz-adv-x="2304" 
d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57
t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197
t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5
t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5
t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5
q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
    <glyph glyph-name="f263" unicode="&#xf263;" horiz-adv-x="1280" 
d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5
t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94
q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
    <glyph glyph-name="_574" unicode="&#xf264;" 
d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32
q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5
zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="_575" unicode="&#xf265;" horiz-adv-x="1720" 
d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33
l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
    <glyph glyph-name="_576" unicode="&#xf266;" horiz-adv-x="2304" 
d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540
q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81
l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
    <glyph glyph-name="_577" unicode="&#xf267;" horiz-adv-x="1792" 
d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640
q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5
t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5
t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5
t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191
t191 -286t71 -348z" />
    <glyph glyph-name="_578" unicode="&#xf268;" horiz-adv-x="1792" 
d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962
q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
    <glyph glyph-name="_579" unicode="&#xf269;" horiz-adv-x="1792" 
d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5
q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5
q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
    <glyph glyph-name="_580" unicode="&#xf26a;" horiz-adv-x="1792" 
d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339
q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z
" />
    <glyph glyph-name="_581" unicode="&#xf26b;" horiz-adv-x="1792" 
d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606
q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z
M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
    <glyph glyph-name="_582" unicode="&#xf26c;" horiz-adv-x="2048" 
d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23
v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
    <glyph glyph-name="_583" unicode="&#xf26d;" horiz-adv-x="1792" 
d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34
h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100
q-68 175 -180 287z" />
    <glyph glyph-name="_584" unicode="&#xf26e;" 
d="M1401 -11l-6 -6q-113 -113 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6
q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13
q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 33 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249
q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 33 -6t30 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183
q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46
t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
    <glyph glyph-name="_585" unicode="&#xf270;" horiz-adv-x="1792" 
d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z
M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30
q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57
t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133
q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
    <glyph glyph-name="_586" unicode="&#xf271;" horiz-adv-x="1792" 
d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9
h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224
v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
    <glyph glyph-name="_587" unicode="&#xf272;" horiz-adv-x="1792" 
d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23
t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47
t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_588" unicode="&#xf273;" horiz-adv-x="1792" 
d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z
M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_589" unicode="&#xf274;" horiz-adv-x="1792" 
d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23
t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47
t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
    <glyph glyph-name="_590" unicode="&#xf275;" horiz-adv-x="1792" 
d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
    <glyph glyph-name="_591" unicode="&#xf276;" horiz-adv-x="1024" 
d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q62 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249
q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
    <glyph glyph-name="_592" unicode="&#xf277;" horiz-adv-x="1792" 
d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768
q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
    <glyph glyph-name="_593" unicode="&#xf278;" horiz-adv-x="2048" 
d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173
v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
    <glyph glyph-name="_594" unicode="&#xf279;" horiz-adv-x="1792" 
d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472
q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
    <glyph glyph-name="_595" unicode="&#xf27a;" horiz-adv-x="1792" 
d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37
t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
    <glyph glyph-name="_596" unicode="&#xf27b;" horiz-adv-x="1792" 
d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5
t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51
t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
    <glyph glyph-name="_597" unicode="&#xf27c;" horiz-adv-x="1024" 
d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
    <glyph glyph-name="_598" unicode="&#xf27d;" horiz-adv-x="1792" 
d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246
q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
    <glyph glyph-name="f27e" unicode="&#xf27e;" 
d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
    <glyph glyph-name="uniF280" unicode="&#xf280;" 
d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72
h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275
l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
    <glyph glyph-name="uniF281" unicode="&#xf281;" horiz-adv-x="1792" 
d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5
l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44
t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106
q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
    <glyph glyph-name="_602" unicode="&#xf282;" horiz-adv-x="1792" 
d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53
q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
    <glyph glyph-name="_603" unicode="&#xf283;" horiz-adv-x="2304" 
d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
    <glyph glyph-name="_604" unicode="&#xf284;" horiz-adv-x="1792" 
d="M1584 246l-218 111q-74 -120 -196.5 -189t-263.5 -69q-147 0 -271 72t-196 196t-72 270q0 110 42.5 209.5t115 172t172 115t209.5 42.5q131 0 247.5 -60.5t192.5 -168.5l215 125q-110 169 -286.5 265t-378.5 96q-161 0 -308 -63t-253 -169t-169 -253t-63 -308t63 -308
t169 -253t253 -169t308 -63q213 0 397.5 107t290.5 292zM1030 643l693 -352q-116 -253 -334.5 -400t-492.5 -147q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q260 0 470.5 -133.5t335.5 -366.5zM1543 640h-39v-160h-96v352h136q32 0 54.5 -20
t28.5 -48t1 -56t-27.5 -48t-57.5 -20z" />
    <glyph glyph-name="uniF285" unicode="&#xf285;" horiz-adv-x="1792" 
d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
    <glyph glyph-name="uniF286" unicode="&#xf286;" horiz-adv-x="1792" 
d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96
q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 6 2.5 9.5t8.5 5t9.5 2t11.5 0t9 -0.5v391q-32 15 -32 50q0 23 16.5 39t38.5 16t38.5 -16t16.5 -39q0 -35 -32 -50v-17q45 10 83 10q21 0 59.5 -7.5t54.5 -7.5
q17 0 47 7.5t37 7.5q16 0 16 -16v-210q0 -15 -35 -21.5t-62 -6.5q-18 0 -54.5 7.5t-55.5 7.5q-40 0 -90 -12v-133q1 0 9 0.5t11.5 0t9.5 -2t8.5 -5t2.5 -9.5v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96
q16 0 16 -16z" />
    <glyph glyph-name="_607" unicode="&#xf287;" horiz-adv-x="2304" 
d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96
q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5
t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
    <glyph glyph-name="_608" unicode="&#xf288;" horiz-adv-x="1792" 
d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348
t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_609" unicode="&#xf289;" horiz-adv-x="2304" 
d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22
q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5
q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13
q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
    <glyph glyph-name="_610" unicode="&#xf28a;" 
d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83
t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20
q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5
t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
    <glyph glyph-name="_611" unicode="&#xf28b;" 
d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103
t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_612" unicode="&#xf28c;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
    <glyph glyph-name="_613" unicode="&#xf28d;" 
d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="_614" unicode="&#xf28e;" 
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273
t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
    <glyph glyph-name="_615" unicode="&#xf290;" horiz-adv-x="1792" 
d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5
t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="_616" unicode="&#xf291;" horiz-adv-x="2048" 
d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5
t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416
q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441
h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
    <glyph glyph-name="_617" unicode="&#xf292;" horiz-adv-x="1792" 
d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12
q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311
q15 0 25 -12q9 -12 6 -28z" />
    <glyph glyph-name="_618" unicode="&#xf293;" 
d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5
t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
    <glyph glyph-name="_619" unicode="&#xf294;" horiz-adv-x="1024" 
d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
    <glyph glyph-name="_620" unicode="&#xf295;" 
d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5
t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
t271.5 -112.5t112.5 -271.5z" />
    <glyph glyph-name="_621" unicode="&#xf296;" horiz-adv-x="1792" 
d="M104 830l792 -1015l-868 630q-18 13 -25 34.5t0 42.5l101 308v0zM566 830h660l-330 -1015v0zM368 1442l198 -612h-462l198 612q8 23 33 23t33 -23zM1688 830l101 -308q7 -21 0 -42.5t-25 -34.5l-868 -630l792 1015v0zM1688 830h-462l198 612q8 23 33 23t33 -23z" />
    <glyph glyph-name="_622" unicode="&#xf297;" horiz-adv-x="1792" 
d="M384 704h160v224h-160v-224zM1221 372v92q-104 -36 -243 -38q-135 -1 -259.5 46.5t-220.5 122.5l1 -96q88 -80 212 -128.5t272 -47.5q129 0 238 49zM640 704h640v224h-640v-224zM1792 736q0 -187 -99 -352q89 -102 89 -229q0 -157 -129.5 -268t-313.5 -111
q-122 0 -225 52.5t-161 140.5q-19 -1 -57 -1t-57 1q-58 -88 -161 -140.5t-225 -52.5q-184 0 -313.5 111t-129.5 268q0 127 89 229q-99 165 -99 352q0 209 120 385.5t326.5 279.5t449.5 103t449.5 -103t326.5 -279.5t120 -385.5z" />
    <glyph glyph-name="_623" unicode="&#xf298;" 
d="M515 625v-128h-252v128h252zM515 880v-127h-252v127h252zM1273 369v-128h-341v128h341zM1273 625v-128h-672v128h672zM1273 880v-127h-672v127h672zM1408 20v1240q0 8 -6 14t-14 6h-32l-378 -256l-210 171l-210 -171l-378 256h-32q-8 0 -14 -6t-6 -14v-1240q0 -8 6 -14
t14 -6h1240q8 0 14 6t6 14zM553 1130l185 150h-406zM983 1130l221 150h-406zM1536 1260v-1240q0 -62 -43 -105t-105 -43h-1240q-62 0 -105 43t-43 105v1240q0 62 43 105t105 43h1240q62 0 105 -43t43 -105z" />
    <glyph glyph-name="_624" unicode="&#xf299;" horiz-adv-x="1792" 
d="M896 720q-104 196 -160 278q-139 202 -347 318q-34 19 -70 36q-89 40 -94 32t34 -38l39 -31q62 -43 112.5 -93.5t94.5 -116.5t70.5 -113t70.5 -131q9 -17 13 -25q44 -84 84 -153t98 -154t115.5 -150t131 -123.5t148.5 -90.5q153 -66 154 -60q1 3 -49 37q-53 36 -81 57
q-77 58 -179 211t-185 310zM549 177q-76 60 -132.5 125t-98 143.5t-71 154.5t-58.5 186t-52 209t-60.5 252t-76.5 289q273 0 497.5 -36t379 -92t271 -144.5t185.5 -172.5t110 -198.5t56 -199.5t12.5 -198.5t-9.5 -173t-20 -143.5t-13 -107l323 -327h-104l-281 285
q-22 -2 -91.5 -14t-121.5 -19t-138 -6t-160.5 17t-167.5 59t-179 111z" />
    <glyph glyph-name="_625" unicode="&#xf29a;" horiz-adv-x="1792" 
d="M1374 879q-6 26 -28.5 39.5t-48.5 7.5q-261 -62 -401 -62t-401 62q-26 6 -48.5 -7.5t-28.5 -39.5t7.5 -48.5t39.5 -28.5q194 -46 303 -58q-2 -158 -15.5 -269t-26.5 -155.5t-41 -115.5l-9 -21q-10 -25 1 -49t36 -34q9 -4 23 -4q44 0 60 41l8 20q54 139 71 259h42
q17 -120 71 -259l8 -20q16 -41 60 -41q14 0 23 4q25 10 36 34t1 49l-9 21q-28 71 -41 115.5t-26.5 155.5t-15.5 269q109 12 303 58q26 6 39.5 28.5t7.5 48.5zM1024 1024q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
M1600 640q0 -143 -55.5 -273.5t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5zM896 1408q-156 0 -298 -61t-245 -164t-164 -245t-61 -298t61 -298
t164 -245t245 -164t298 -61t298 61t245 164t164 245t61 298t-61 298t-164 245t-245 164t-298 61zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="_626" unicode="&#xf29b;" 
d="M1438 723q34 -35 29 -82l-44 -551q-4 -42 -34.5 -70t-71.5 -28q-6 0 -9 1q-44 3 -72.5 36.5t-25.5 77.5l35 429l-143 -8q55 -113 55 -240q0 -216 -148 -372l-137 137q91 101 91 235q0 145 -102.5 248t-247.5 103q-134 0 -236 -92l-137 138q120 114 284 141l264 300
l-149 87l-181 -161q-33 -30 -77 -27.5t-73 35.5t-26.5 77t34.5 73l239 213q26 23 60 26.5t64 -14.5l488 -283q36 -21 48 -68q17 -67 -26 -117l-205 -232l371 20q49 3 83 -32zM1240 1180q-74 0 -126 52t-52 126t52 126t126 52t126.5 -52t52.5 -126t-52.5 -126t-126.5 -52z
M613 -62q106 0 196 61l139 -139q-146 -116 -335 -116q-148 0 -273.5 73t-198.5 198t-73 273q0 188 116 336l139 -139q-60 -88 -60 -197q0 -145 102.5 -247.5t247.5 -102.5z" />
    <glyph glyph-name="_627" unicode="&#xf29c;" 
d="M880 336v-160q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v160q0 14 9 23t23 9h160q14 0 23 -9t9 -23zM1136 832q0 -50 -15 -90t-45.5 -69t-52 -44t-59.5 -36q-32 -18 -46.5 -28t-26 -24t-11.5 -29v-32q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v68q0 35 10.5 64.5
t24 47.5t39 35.5t41 25.5t44.5 21q53 25 75 43t22 49q0 42 -43.5 71.5t-95.5 29.5q-56 0 -95 -27q-29 -20 -80 -83q-9 -12 -25 -12q-11 0 -19 6l-108 82q-10 7 -12 20t5 23q122 192 349 192q129 0 238.5 -89.5t109.5 -214.5zM768 1280q-130 0 -248.5 -51t-204 -136.5
t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5
t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="_628" unicode="&#xf29d;" horiz-adv-x="1408" 
d="M366 1225q-64 0 -110 45.5t-46 110.5q0 64 46 109.5t110 45.5t109.5 -45.5t45.5 -109.5q0 -65 -45.5 -110.5t-109.5 -45.5zM917 583q0 -50 -30 -67.5t-63.5 -6.5t-47.5 34l-367 438q-7 12 -14 15.5t-11 1.5l-3 -3q-7 -8 4 -21l122 -139l1 -354l-161 -457
q-67 -192 -92 -234q-15 -26 -28 -32q-50 -26 -103 -1q-29 13 -41.5 43t-9.5 57q2 17 197 618l5 416l-85 -164l35 -222q4 -24 -1 -42t-14 -27.5t-19 -16t-17 -7.5l-7 -2q-19 -3 -34.5 3t-24 16t-14 22t-7.5 19.5t-2 9.5l-46 299l211 381q23 34 113 34q75 0 107 -40l424 -521
q7 -5 14 -17l3 -3l-1 -1q7 -13 7 -29zM514 433q43 -113 88.5 -225t69.5 -168l24 -55q36 -93 42 -125q11 -70 -36 -97q-35 -22 -66 -16t-51 22t-29 35h-1q-6 16 -8 25l-124 351zM1338 -159q31 -49 31 -57q0 -5 -3 -7q-9 -5 -14.5 0.5t-15.5 26t-16 30.5q-114 172 -423 661
q3 -1 7 1t7 4l3 2q11 9 11 17z" />
    <glyph glyph-name="_629" unicode="&#xf29e;" horiz-adv-x="2304" 
d="M504 542h171l-1 265zM1530 641q0 87 -50.5 140t-146.5 53h-54v-388h52q91 0 145 57t54 138zM956 1018l1 -756q0 -14 -9.5 -24t-23.5 -10h-216q-14 0 -23.5 10t-9.5 24v62h-291l-55 -81q-10 -15 -28 -15h-267q-21 0 -30.5 18t3.5 35l556 757q9 14 27 14h332q14 0 24 -10
t10 -24zM1783 641q0 -193 -125.5 -303t-324.5 -110h-270q-14 0 -24 10t-10 24v756q0 14 10 24t24 10h268q200 0 326 -109t126 -302zM1939 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5
t-7.5 60t-20 91.5t-41 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2123 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-45 -108t-74 -102.5h-51q38 45 66.5 104.5t41.5 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5
h43q41 -47 72 -107t45.5 -111.5t23 -96t10.5 -70.5zM2304 640q0 -11 -0.5 -29t-8 -71.5t-21.5 -102t-44.5 -108t-73.5 -102.5h-51q38 45 66 104.5t41 112t21 98t9 72.5l1 27q0 8 -0.5 22.5t-7.5 60t-19.5 91.5t-40.5 111.5t-66 124.5h43q41 -47 72 -107t45.5 -111.5t23 -96
t9.5 -70.5z" />
    <glyph glyph-name="uniF2A0" unicode="&#xf2a0;" horiz-adv-x="1408" 
d="M617 -153q0 11 -13 58t-31 107t-20 69q-1 4 -5 26.5t-8.5 36t-13.5 21.5q-15 14 -51 14q-23 0 -70 -5.5t-71 -5.5q-34 0 -47 11q-6 5 -11 15.5t-7.5 20t-6.5 24t-5 18.5q-37 128 -37 255t37 255q1 4 5 18.5t6.5 24t7.5 20t11 15.5q13 11 47 11q24 0 71 -5.5t70 -5.5
q36 0 51 14q9 8 13.5 21.5t8.5 36t5 26.5q2 9 20 69t31 107t13 58q0 22 -43.5 52.5t-75.5 42.5q-20 8 -45 8q-34 0 -98 -18q-57 -17 -96.5 -40.5t-71 -66t-46 -70t-45.5 -94.5q-6 -12 -9 -19q-49 -107 -68 -216t-19 -244t19 -244t68 -216q56 -122 83 -161q63 -91 179 -127
l6 -2q64 -18 98 -18q25 0 45 8q32 12 75.5 42.5t43.5 52.5zM776 760q-26 0 -45 19t-19 45.5t19 45.5q37 37 37 90q0 52 -37 91q-19 19 -19 45t19 45t45 19t45 -19q75 -75 75 -181t-75 -181q-21 -19 -45 -19zM957 579q-27 0 -45 19q-19 19 -19 45t19 45q112 114 112 272
t-112 272q-19 19 -19 45t19 45t45 19t45 -19q150 -150 150 -362t-150 -362q-18 -19 -45 -19zM1138 398q-27 0 -45 19q-19 19 -19 45t19 45q90 91 138.5 208t48.5 245t-48.5 245t-138.5 208q-19 19 -19 45t19 45t45 19t45 -19q109 -109 167 -249t58 -294t-58 -294t-167 -249
q-18 -19 -45 -19z" />
    <glyph glyph-name="uniF2A1" unicode="&#xf2a1;" horiz-adv-x="2176" 
d="M192 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM704 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 352
q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 352q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1472 864q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 864
q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM1984 1376q-66 0 -113 -47t-47 -113t47 -113t113 -47t113 47t47 113t-47 113t-113 47zM384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 192q0 -80 -56 -136
t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 1216q0 -80 -56 -136t-136 -56
t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 192q0 -80 -56 -136t-136 -56t-136 56
t-56 136t56 136t136 56t136 -56t56 -136zM1664 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM2176 704q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136
t56 136t136 56t136 -56t56 -136zM2176 1216q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z" />
    <glyph glyph-name="uniF2A2" unicode="&#xf2a2;" horiz-adv-x="1792" 
d="M128 -192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM320 0q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM365 365l256 -256l-90 -90l-256 256zM704 384q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45z
M1411 704q0 -59 -11.5 -108.5t-37.5 -93.5t-44 -67.5t-53 -64.5q-31 -35 -45.5 -54t-33.5 -50t-26.5 -64t-7.5 -74q0 -159 -112.5 -271.5t-271.5 -112.5q-26 0 -45 19t-19 45t19 45t45 19q106 0 181 75t75 181q0 57 11.5 105.5t37 91t43.5 66.5t52 63q40 46 59.5 72
t37.5 74.5t18 103.5q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM896 576q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45
t45 19t45 -19t19 -45zM1184 704q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 93 -65.5 158.5t-158.5 65.5q-92 0 -158 -65.5t-66 -158.5q0 -26 -19 -45t-45 -19t-45 19t-19 45q0 146 103 249t249 103t249 -103t103 -249zM1578 993q10 -25 -1 -49t-36 -34q-9 -4 -23 -4
q-19 0 -35.5 11t-23.5 30q-68 178 -224 295q-21 16 -25 42t12 47q17 21 43 25t47 -12q183 -137 266 -351zM1788 1074q9 -25 -1.5 -49t-35.5 -34q-11 -4 -23 -4q-44 0 -60 41q-92 238 -297 393q-22 16 -25.5 42t12.5 47q16 22 42 25.5t47 -12.5q235 -175 341 -449z" />
    <glyph glyph-name="uniF2A3" unicode="&#xf2a3;" horiz-adv-x="2304" 
d="M1032 576q-59 2 -84 55q-17 34 -48 53.5t-68 19.5q-53 0 -90.5 -37.5t-37.5 -90.5q0 -56 36 -89l10 -8q34 -31 82 -31q37 0 68 19.5t48 53.5q25 53 84 55zM1600 704q0 56 -36 89l-10 8q-34 31 -82 31q-37 0 -68 -19.5t-48 -53.5q-25 -53 -84 -55q59 -2 84 -55
q17 -34 48 -53.5t68 -19.5q53 0 90.5 37.5t37.5 90.5zM1174 925q-17 -35 -55 -48t-73 4q-62 31 -134 31q-51 0 -99 -17q3 0 9.5 0.5t9.5 0.5q92 0 170.5 -50t118.5 -133q17 -36 3.5 -73.5t-49.5 -54.5q-18 -9 -39 -9q21 0 39 -9q36 -17 49.5 -54.5t-3.5 -73.5
q-40 -83 -118.5 -133t-170.5 -50h-6q-16 2 -44 4l-290 27l-239 -120q-14 -7 -29 -7q-40 0 -57 35l-160 320q-11 23 -4 47.5t29 37.5l209 119l148 267q17 155 91.5 291.5t195.5 236.5q31 25 70.5 21.5t64.5 -34.5t21.5 -70t-34.5 -65q-70 -59 -117 -128q123 84 267 101
q40 5 71.5 -19t35.5 -64q5 -40 -19 -71.5t-64 -35.5q-84 -10 -159 -55q46 10 99 10q115 0 218 -50q36 -18 49 -55.5t-5 -73.5zM2137 1085l160 -320q11 -23 4 -47.5t-29 -37.5l-209 -119l-148 -267q-17 -155 -91.5 -291.5t-195.5 -236.5q-26 -22 -61 -22q-45 0 -74 35
q-25 31 -21.5 70t34.5 65q70 59 117 128q-123 -84 -267 -101q-4 -1 -12 -1q-36 0 -63.5 24t-31.5 60q-5 40 19 71.5t64 35.5q84 10 159 55q-46 -10 -99 -10q-115 0 -218 50q-36 18 -49 55.5t5 73.5q17 35 55 48t73 -4q62 -31 134 -31q51 0 99 17q-3 0 -9.5 -0.5t-9.5 -0.5
q-92 0 -170.5 50t-118.5 133q-17 36 -3.5 73.5t49.5 54.5q18 9 39 9q-21 0 -39 9q-36 17 -49.5 54.5t3.5 73.5q40 83 118.5 133t170.5 50h6h1q14 -2 42 -4l291 -27l239 120q14 7 29 7q40 0 57 -35z" />
    <glyph glyph-name="uniF2A4" unicode="&#xf2a4;" horiz-adv-x="1792" 
d="M1056 704q0 -26 19 -45t45 -19t45 19t19 45q0 146 -103 249t-249 103t-249 -103t-103 -249q0 -26 19 -45t45 -19t45 19t19 45q0 93 66 158.5t158 65.5t158 -65.5t66 -158.5zM835 1280q-117 0 -223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5q0 -26 19 -45t45 -19t45 19
t19 45q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -55 -18 -103.5t-37.5 -74.5t-59.5 -72q-34 -39 -52 -63t-43.5 -66.5t-37 -91t-11.5 -105.5q0 -106 -75 -181t-181 -75q-26 0 -45 -19t-19 -45t19 -45t45 -19q159 0 271.5 112.5t112.5 271.5q0 41 7.5 74
t26.5 64t33.5 50t45.5 54q35 41 53 64.5t44 67.5t37.5 93.5t11.5 108.5q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5zM591 561l226 -226l-579 -579q-12 -12 -29 -12t-29 12l-168 168q-12 12 -12 29t12 29zM1612 1524l168 -168q12 -12 12 -29t-12 -30l-233 -233
l-26 -25l-71 -71q-66 153 -195 258l91 91l207 207q13 12 30 12t29 -12z" />
    <glyph glyph-name="uniF2A5" unicode="&#xf2a5;" 
d="M866 1021q0 -27 -13 -94q-11 -50 -31.5 -150t-30.5 -150q-2 -11 -4.5 -12.5t-13.5 -2.5q-20 -2 -31 -2q-58 0 -84 49.5t-26 113.5q0 88 35 174t103 124q28 14 51 14q28 0 36.5 -16.5t8.5 -47.5zM1352 597q0 14 -39 75.5t-52 66.5q-21 8 -34 8q-91 0 -226 -77l-2 2
q3 22 27.5 135t24.5 178q0 233 -242 233q-24 0 -68 -6q-94 -17 -168.5 -89.5t-111.5 -166.5t-37 -189q0 -146 80.5 -225t227.5 -79q25 0 25 -3t-1 -5q-4 -34 -26 -117q-14 -52 -51.5 -101t-82.5 -49q-42 0 -42 47q0 24 10.5 47.5t25 39.5t29.5 28.5t26 20t11 8.5q0 3 -7 10
q-24 22 -58.5 36.5t-65.5 14.5q-35 0 -63.5 -34t-41 -75t-12.5 -75q0 -88 51.5 -142t138.5 -54q82 0 155 53t117.5 126t65.5 153q6 22 15.5 66.5t14.5 66.5q3 12 14 18q118 60 227 60q48 0 127 -18q1 -1 4 -1q5 0 9.5 4.5t4.5 8.5zM1536 1120v-960q0 -119 -84.5 -203.5
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF2A6" unicode="&#xf2a6;" horiz-adv-x="1535" 
d="M744 1231q0 24 -2 38.5t-8.5 30t-21 23t-37.5 7.5q-39 0 -78 -23q-105 -58 -159 -190.5t-54 -269.5q0 -44 8.5 -85.5t26.5 -80.5t52.5 -62.5t81.5 -23.5q4 0 18 -0.5t20 0t16 3t15 8.5t7 16q16 77 48 231.5t48 231.5q19 91 19 146zM1498 575q0 -7 -7.5 -13.5t-15.5 -6.5
l-6 1q-22 3 -62 11t-72 12.5t-63 4.5q-167 0 -351 -93q-15 -8 -21 -27q-10 -36 -24.5 -105.5t-22.5 -100.5q-23 -91 -70 -179.5t-112.5 -164.5t-154.5 -123t-185 -47q-135 0 -214.5 83.5t-79.5 219.5q0 53 19.5 117t63 116.5t97.5 52.5q38 0 120 -33.5t83 -61.5
q0 -1 -16.5 -12.5t-39.5 -31t-46 -44.5t-39 -61t-16 -74q0 -33 16.5 -53t48.5 -20q45 0 85 31.5t66.5 78t48 105.5t32.5 107t16 90v9q0 2 -3.5 3.5t-8.5 1.5h-10t-10 -0.5t-6 -0.5q-227 0 -352 122.5t-125 348.5q0 108 34.5 221t96 210t156 167.5t204.5 89.5q52 9 106 9
q374 0 374 -360q0 -98 -38 -273t-43 -211l3 -3q101 57 182.5 88t167.5 31q22 0 53 -13q19 -7 80 -102.5t61 -116.5z" />
    <glyph glyph-name="uniF2A7" unicode="&#xf2a7;" horiz-adv-x="1664" 
d="M831 863q32 0 59 -18l222 -148q61 -40 110 -97l146 -170q40 -46 29 -106l-72 -413q-6 -32 -29.5 -53.5t-55.5 -25.5l-527 -56l-352 -32h-9q-39 0 -67.5 28t-28.5 68q0 37 27 64t65 32l260 32h-448q-41 0 -69.5 30t-26.5 71q2 39 32 65t69 26l442 1l-521 64q-41 5 -66 37
t-19 73q6 35 34.5 57.5t65.5 22.5h10l481 -60l-351 94q-38 10 -62 41.5t-18 68.5q6 36 33 58.5t62 22.5q6 0 20 -2l448 -96l217 -37q1 0 3 -0.5t3 -0.5q23 0 30.5 23t-12.5 36l-186 125q-35 23 -42 63.5t18 73.5q27 38 76 38zM761 661l186 -125l-218 37l-5 2l-36 38
l-238 262q-1 1 -2.5 3.5t-2.5 3.5q-24 31 -18.5 70t37.5 64q31 23 68 17.5t64 -33.5l142 -147q-2 -1 -5 -3.5t-4 -4.5q-32 -45 -23 -99t55 -85zM1648 1115l15 -266q4 -73 -11 -147l-48 -219q-12 -59 -67 -87l-106 -54q2 62 -39 109l-146 170q-53 61 -117 103l-222 148
q-34 23 -76 23q-51 0 -88 -37l-235 312q-25 33 -18 73.5t41 63.5q33 22 71.5 14t62.5 -40l266 -352l-262 455q-21 35 -10.5 75t47.5 59q35 18 72.5 6t57.5 -46l241 -420l-136 337q-15 35 -4.5 74t44.5 56q37 19 76 6t56 -51l193 -415l101 -196q8 -15 23 -17.5t27 7.5t11 26
l-12 224q-2 41 26 71t69 31q39 0 67 -28.5t30 -67.5z" />
    <glyph glyph-name="uniF2A8" unicode="&#xf2a8;" horiz-adv-x="1792" 
d="M335 180q-2 0 -6 2q-86 57 -168.5 145t-139.5 180q-21 30 -21 69q0 9 2 19t4 18t7 18t8.5 16t10.5 17t10 15t12 15.5t11 14.5q184 251 452 365q-110 198 -110 211q0 19 17 29q116 64 128 64q18 0 28 -16l124 -229q92 19 192 19q266 0 497.5 -137.5t378.5 -369.5
q20 -31 20 -69t-20 -69q-91 -142 -218.5 -253.5t-278.5 -175.5q110 -198 110 -211q0 -20 -17 -29q-116 -64 -127 -64q-19 0 -29 16l-124 229l-64 119l-444 820l7 7q-58 -24 -99 -47q3 -5 127 -234t243 -449t119 -223q0 -7 -9 -9q-13 -3 -72 -3q-57 0 -60 7l-456 841
q-39 -28 -82 -68q24 -43 214 -393.5t190 -354.5q0 -10 -11 -10q-14 0 -82.5 22t-72.5 28l-106 197l-224 413q-44 -53 -78 -106q2 -3 18 -25t23 -34l176 -327q0 -10 -10 -10zM1165 282l49 -91q273 111 450 385q-180 277 -459 389q67 -64 103 -148.5t36 -176.5
q0 -106 -47 -200.5t-132 -157.5zM848 896q0 -20 14 -34t34 -14q86 0 147 -61t61 -147q0 -20 14 -34t34 -14t34 14t14 34q0 126 -89 215t-215 89q-20 0 -34 -14t-14 -34zM1214 961l-9 4l7 -7z" />
    <glyph glyph-name="uniF2A9" unicode="&#xf2a9;" horiz-adv-x="1280" 
d="M1050 430q0 -215 -147 -374q-148 -161 -378 -161q-232 0 -378 161q-147 159 -147 374q0 147 68 270.5t189 196.5t268 73q96 0 182 -31q-32 -62 -39 -126q-66 28 -143 28q-167 0 -280.5 -123t-113.5 -291q0 -170 112.5 -288.5t281.5 -118.5t281 118.5t112 288.5
q0 89 -32 166q66 13 123 49q41 -98 41 -212zM846 619q0 -192 -79.5 -345t-238.5 -253l-14 -1q-29 0 -62 5q83 32 146.5 102.5t99.5 154.5t58.5 189t30 192.5t7.5 178.5q0 69 -3 103q55 -160 55 -326zM791 947v-2q-73 214 -206 440q88 -59 142.5 -186.5t63.5 -251.5z
M1035 744q-83 0 -160 75q218 120 290 247q19 37 21 56q-42 -94 -139.5 -166.5t-204.5 -97.5q-35 54 -35 113q0 37 17 79t43 68q46 44 157 74q59 16 106 58.5t74 100.5q74 -105 74 -253q0 -109 -24 -170q-32 -77 -88.5 -130.5t-130.5 -53.5z" />
    <glyph glyph-name="uniF2AA" unicode="&#xf2aa;" 
d="M1050 495q0 78 -28 147q-41 -25 -85 -34q22 -50 22 -114q0 -117 -77 -198.5t-193 -81.5t-193.5 81.5t-77.5 198.5q0 115 78 199.5t193 84.5q53 0 98 -19q4 43 27 87q-60 21 -125 21q-154 0 -257.5 -108.5t-103.5 -263.5t103.5 -261t257.5 -106t257.5 106.5t103.5 260.5z
M872 850q2 -24 2 -71q0 -63 -5 -123t-20.5 -132.5t-40.5 -130t-68.5 -106t-100.5 -70.5q21 -3 42 -3h10q219 139 219 411q0 116 -38 225zM872 850q-4 80 -44 171.5t-98 130.5q92 -156 142 -302zM1207 955q0 102 -51 174q-41 -86 -124 -109q-69 -19 -109 -53.5t-40 -99.5
q0 -40 24 -77q74 17 140.5 67t95.5 115q-4 -52 -74.5 -111.5t-138.5 -97.5q52 -52 110 -52q51 0 90 37t60 90q17 42 17 117zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
t84.5 -203.5z" />
    <glyph glyph-name="uniF2AB" unicode="&#xf2ab;" 
d="M1279 388q0 22 -22 27q-67 15 -118 59t-80 108q-7 19 -7 25q0 15 19.5 26t43 17t43 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-12 0 -32 -8t-31 -8q-4 0 -12 2q5 95 5 114q0 79 -17 114q-36 78 -103 121.5t-152 43.5q-199 0 -275 -165q-17 -35 -17 -114q0 -19 5 -114
q-4 -2 -14 -2q-12 0 -32 7.5t-30 7.5q-21 0 -38.5 -12t-17.5 -32q0 -21 19.5 -35.5t43 -20.5t43 -17t19.5 -26q0 -6 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -46 137 -68q2 -5 6 -26t11.5 -30.5t23.5 -9.5q12 0 37.5 4.5t39.5 4.5q35 0 67 -15t54 -32.5t57.5 -32.5
t76.5 -15q43 0 79 15t57.5 32.5t53.5 32.5t67 15q14 0 39.5 -4t38.5 -4q16 0 23 10t11 30t6 25q137 22 137 68zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
t103 -385.5z" />
    <glyph glyph-name="uniF2AC" unicode="&#xf2ac;" horiz-adv-x="1664" 
d="M848 1408q134 1 240.5 -68.5t163.5 -192.5q27 -58 27 -179q0 -47 -9 -191q14 -7 28 -7q18 0 51 13.5t51 13.5q29 0 56 -18t27 -46q0 -32 -31.5 -54t-69 -31.5t-69 -29t-31.5 -47.5q0 -15 12 -43q37 -82 102.5 -150t144.5 -101q28 -12 80 -23q28 -6 28 -35
q0 -70 -219 -103q-7 -11 -11 -39t-14 -46.5t-33 -18.5q-20 0 -62 6.5t-64 6.5q-37 0 -62 -5q-32 -5 -63 -22.5t-58 -38t-58 -40.5t-76 -33.5t-99 -13.5q-52 0 -96.5 13.5t-75 33.5t-57.5 40.5t-58 38t-62 22.5q-26 5 -63 5q-24 0 -65.5 -7.5t-58.5 -7.5q-25 0 -35 18.5
t-14 47.5t-11 40q-219 33 -219 103q0 29 28 35q52 11 80 23q78 32 144.5 101t102.5 150q12 28 12 43q0 28 -31.5 47.5t-69.5 29.5t-69.5 31.5t-31.5 52.5q0 27 26 45.5t55 18.5q15 0 48 -13t53 -13q18 0 32 7q-9 142 -9 190q0 122 27 180q64 137 172 198t264 63z" />
    <glyph glyph-name="uniF2AD" unicode="&#xf2ad;" 
d="M1280 388q0 22 -22 27q-67 14 -118 58t-80 109q-7 14 -7 25q0 15 19.5 26t42.5 17t42.5 20.5t19.5 36.5q0 19 -18.5 31.5t-38.5 12.5q-11 0 -31 -8t-32 -8q-4 0 -12 2q5 63 5 115q0 78 -17 114q-36 78 -102.5 121.5t-152.5 43.5q-198 0 -275 -165q-18 -38 -18 -115
q0 -38 6 -114q-10 -2 -15 -2q-11 0 -31.5 8t-30.5 8q-20 0 -37.5 -12.5t-17.5 -32.5q0 -21 19.5 -35.5t42.5 -20.5t42.5 -17t19.5 -26q0 -11 -7 -25q-64 -138 -198 -167q-22 -5 -22 -27q0 -47 138 -69q2 -5 6 -26t11 -30.5t23 -9.5q13 0 38.5 5t38.5 5q35 0 67.5 -15
t54.5 -32.5t57.5 -32.5t76.5 -15q43 0 79 15t57.5 32.5t54 32.5t67.5 15q13 0 39 -4.5t39 -4.5q15 0 22.5 9.5t11.5 31t5 24.5q138 22 138 69zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960
q119 0 203.5 -84.5t84.5 -203.5z" />
    <glyph glyph-name="uniF2AE" unicode="&#xf2ae;" horiz-adv-x="2304" 
d="M2304 1536q-69 -46 -125 -92t-89 -81t-59.5 -71.5t-37.5 -57.5t-22 -44.5t-14 -29.5q-10 -18 -35.5 -136.5t-48.5 -164.5q-15 -29 -50 -60.5t-67.5 -50.5t-72.5 -41t-48 -28q-47 -31 -151 -231q-341 14 -630 -158q-92 -53 -303 -179q47 16 86 31t55 22l15 7
q71 27 163 64.5t133.5 53.5t108 34.5t142.5 31.5q186 31 465 -7q1 0 10 -3q11 -6 14 -17t-3 -22l-194 -345q-15 -29 -47 -22q-128 24 -354 24q-146 0 -402 -44.5t-392 -46.5q-82 -1 -149 13t-107 37t-61 40t-33 34l-1 1v2q0 6 6 6q138 0 371 55q192 366 374.5 524t383.5 158
q5 0 14.5 -0.5t38 -5t55 -12t61.5 -24.5t63 -39.5t54 -59t40 -82.5l102 177q2 4 21 42.5t44.5 86.5t61 109.5t84 133.5t100.5 137q66 82 128 141.5t121.5 96.5t92.5 53.5t88 39.5z" />
    <glyph glyph-name="uniF2B0" unicode="&#xf2b0;" 
d="M1322 640q0 -45 -5 -76l-236 14l224 -78q-19 -73 -58 -141l-214 103l177 -158q-44 -61 -107 -108l-157 178l103 -215q-61 -37 -140 -59l-79 228l14 -240q-38 -6 -76 -6t-76 6l14 238l-78 -226q-74 19 -140 59l103 215l-157 -178q-59 43 -108 108l178 158l-214 -104
q-39 69 -58 141l224 79l-237 -14q-5 42 -5 76q0 35 5 77l238 -14l-225 79q19 73 58 140l214 -104l-177 159q46 61 107 108l158 -178l-103 215q67 39 140 58l77 -224l-13 236q36 6 75 6q38 0 76 -6l-14 -237l78 225q74 -19 140 -59l-103 -214l158 178q61 -47 107 -108
l-177 -159l213 104q37 -62 58 -141l-224 -78l237 14q5 -31 5 -77zM1352 640q0 160 -78.5 295.5t-213 214t-292.5 78.5q-119 0 -227 -46.5t-186.5 -125t-124.5 -187.5t-46 -229q0 -119 46 -228t124.5 -187.5t186.5 -125t227 -46.5q158 0 292.5 78.5t213 214t78.5 294.5z
M1425 1023v-766l-657 -383l-657 383v766l657 383zM768 -183l708 412v823l-708 411l-708 -411v-823zM1536 1088v-896l-768 -448l-768 448v896l768 448z" />
    <glyph glyph-name="uniF2B1" unicode="&#xf2b1;" horiz-adv-x="1664" 
d="M339 1318h691l-26 -72h-665q-110 0 -188.5 -79t-78.5 -189v-771q0 -95 60.5 -169.5t153.5 -93.5q23 -5 98 -5v-72h-45q-140 0 -239.5 100t-99.5 240v771q0 140 99.5 240t239.5 100zM1190 1536h247l-482 -1294q-23 -61 -40.5 -103.5t-45 -98t-54 -93.5t-64.5 -78.5
t-79.5 -65t-95.5 -41t-116 -18.5v195q163 26 220 182q20 52 20 105q0 54 -20 106l-285 733h228l187 -585zM1664 978v-1111h-795q37 55 45 73h678v1038q0 85 -49.5 155t-129.5 99l25 67q101 -34 163.5 -123.5t62.5 -197.5z" />
    <glyph glyph-name="uniF2B2" unicode="&#xf2b2;" horiz-adv-x="1792" 
d="M852 1227q0 -29 -17 -52.5t-45 -23.5t-45 23.5t-17 52.5t17 52.5t45 23.5t45 -23.5t17 -52.5zM688 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50 -21.5t-20 -51.5v-114q0 -30 20.5 -52t49.5 -22q30 0 50.5 22t20.5 52zM860 -149v114q0 30 -20 51.5t-50 21.5t-50.5 -21.5
t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22q29 0 49.5 22t20.5 52zM1034 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1208 -149v114q0 30 -20.5 51.5t-50.5 21.5t-50.5 -21.5t-20.5 -51.5v-114
q0 -30 20.5 -52t50.5 -22t50.5 22t20.5 52zM1476 535q-84 -160 -232 -259.5t-323 -99.5q-123 0 -229.5 51.5t-178.5 137t-113 197.5t-41 232q0 88 21 174q-104 -175 -104 -390q0 -162 65 -312t185 -251q30 57 91 57q56 0 86 -50q32 50 87 50q56 0 86 -50q32 50 87 50t87 -50
q30 50 86 50q28 0 52.5 -15.5t37.5 -40.5q112 94 177 231.5t73 287.5zM1326 564q0 75 -72 75q-17 0 -47 -6q-95 -19 -149 -19q-226 0 -226 243q0 86 30 204q-83 -127 -83 -275q0 -150 89 -260.5t235 -110.5q111 0 210 70q13 48 13 79zM884 1223q0 50 -32 89.5t-81 39.5
t-81 -39.5t-32 -89.5q0 -51 31.5 -90.5t81.5 -39.5t81.5 39.5t31.5 90.5zM1513 884q0 96 -37.5 179t-113 137t-173.5 54q-77 0 -149 -35t-127 -94q-48 -159 -48 -268q0 -104 45.5 -157t147.5 -53q53 0 142 19q36 6 53 6q51 0 77.5 -28t26.5 -80q0 -26 -4 -46
q75 68 117.5 165.5t42.5 200.5zM1792 667q0 -111 -33.5 -249.5t-93.5 -204.5q-58 -64 -195 -142.5t-228 -104.5l-4 -1v-114q0 -43 -29.5 -75t-72.5 -32q-56 0 -86 50q-32 -50 -87 -50t-87 50q-30 -50 -86 -50q-55 0 -87 50q-30 -50 -86 -50q-47 0 -75 33.5t-28 81.5
q-90 -68 -198 -68q-118 0 -211 80q54 1 106 20q-113 31 -182 127q32 -7 71 -7q89 0 164 46q-192 192 -240 306q-24 56 -24 160q0 57 9 125.5t31.5 146.5t55 141t86.5 105t120 42q59 0 81 -52q19 29 42 54q2 3 12 13t13 16q10 15 23 38t25 42t28 39q87 111 211.5 177
t260.5 66q35 0 62 -4q59 64 146 64q83 0 140 -57q5 -5 5 -12q0 -5 -6 -13.5t-12.5 -16t-16 -17l-10.5 -10.5q17 -6 36 -18t19 -24q0 -6 -16 -25q157 -138 197 -378q25 30 60 30q45 0 100 -49q90 -80 90 -279z" />
    <glyph glyph-name="uniF2B3" unicode="&#xf2b3;" 
d="M917 631q0 33 -6 64h-362v-132h217q-12 -76 -74.5 -120.5t-142.5 -44.5q-99 0 -169 71.5t-70 170.5t70 170.5t169 71.5q93 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585h109v110
h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
    <glyph glyph-name="uniF2B4" unicode="&#xf2b4;" 
d="M1536 1024v-839q0 -48 -49 -62q-174 -52 -338 -52q-73 0 -215.5 29.5t-227.5 29.5q-164 0 -370 -48v-338h-160v1368q-63 25 -101 81t-38 124q0 91 64 155t155 64t155 -64t64 -155q0 -68 -38 -124t-101 -81v-68q190 44 343 44q99 0 198 -15q14 -2 111.5 -22.5t149.5 -20.5
q77 0 165 18q11 2 80 21t89 19q26 0 45 -19t19 -45z" />
    <glyph glyph-name="uniF2B5" unicode="&#xf2b5;" horiz-adv-x="2304" 
d="M192 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32zM1665 442q-10 13 -38.5 50t-41.5 54t-38 49t-42.5 53t-40.5 47t-45 49l-125 -140q-83 -94 -208.5 -92t-205.5 98q-57 69 -56.5 158t58.5 157l177 206q-22 11 -51 16.5t-47.5 6t-56.5 -0.5t-49 -1q-92 0 -158 -66
l-158 -158h-155v-544q5 0 21 0.5t22 0t19.5 -2t20.5 -4.5t17.5 -8.5t18.5 -13.5l297 -292q115 -111 227 -111q78 0 125 47q57 -20 112.5 8t72.5 85q74 -6 127 44q20 18 36 45.5t14 50.5q10 -10 43 -10q43 0 77 21t49.5 53t12 71.5t-30.5 73.5zM1824 384h96v512h-93l-157 180
q-66 76 -169 76h-167q-89 0 -146 -67l-209 -243q-28 -33 -28 -75t27 -75q43 -51 110 -52t111 49l193 218q25 23 53.5 21.5t47 -27t8.5 -56.5q16 -19 56 -63t60 -68q29 -36 82.5 -105.5t64.5 -84.5q52 -66 60 -140zM2112 384q40 0 56 32t0 64t-56 32t-56 -32t0 -64t56 -32z
M2304 960v-640q0 -26 -19 -45t-45 -19h-434q-27 -65 -82 -106.5t-125 -51.5q-33 -48 -80.5 -81.5t-102.5 -45.5q-42 -53 -104.5 -81.5t-128.5 -24.5q-60 -34 -126 -39.5t-127.5 14t-117 53.5t-103.5 81l-287 282h-358q-26 0 -45 19t-19 45v672q0 26 19 45t45 19h421
q14 14 47 48t47.5 48t44 40t50.5 37.5t51 25.5t62 19.5t68 5.5h117q99 0 181 -56q82 56 181 56h167q35 0 67 -6t56.5 -14.5t51.5 -26.5t44.5 -31t43 -39.5t39 -42t41 -48t41.5 -48.5h355q26 0 45 -19t19 -45z" />
    <glyph glyph-name="uniF2B6" unicode="&#xf2b6;" horiz-adv-x="1792" 
d="M1792 882v-978q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v978q0 15 11 24q8 7 39 34.5t41.5 36t45.5 37.5t70 55.5t96 73t143.5 107t192.5 140.5q5 4 52.5 40t71.5 52.5t64 35t69 18.5t69 -18.5t65 -35.5t71 -52t52 -40q110 -80 192.5 -140.5t143.5 -107
t96 -73t70 -55.5t45.5 -37.5t41.5 -36t39 -34.5q11 -9 11 -24zM1228 297q263 191 345 252q11 8 12.5 20.5t-6.5 23.5l-38 52q-8 11 -21 12.5t-24 -6.5q-231 -169 -343 -250q-5 -3 -52 -39t-71.5 -52.5t-64.5 -35t-69 -18.5t-69 18.5t-64.5 35t-71.5 52.5t-52 39
q-186 134 -343 250q-11 8 -24 6.5t-21 -12.5l-38 -52q-8 -11 -6.5 -23.5t12.5 -20.5q82 -61 345 -252q10 -8 50 -38t65 -47t64 -39.5t77.5 -33.5t75.5 -11t75.5 11t79 34.5t64.5 39.5t65 47.5t48 36.5z" />
    <glyph glyph-name="uniF2B7" unicode="&#xf2b7;" horiz-adv-x="1792" 
d="M1474 623l39 -51q8 -11 6.5 -23.5t-11.5 -20.5q-43 -34 -126.5 -98.5t-146.5 -113t-67 -51.5q-39 -32 -60 -48t-60.5 -41t-76.5 -36.5t-74 -11.5h-1h-1q-37 0 -74 11.5t-76 36.5t-61 41.5t-60 47.5q-5 4 -65 50.5t-143.5 111t-122.5 94.5q-11 8 -12.5 20.5t6.5 23.5
l37 52q8 11 21.5 13t24.5 -7q94 -73 306 -236q5 -4 43.5 -35t60.5 -46.5t56.5 -32.5t58.5 -17h1h1q24 0 58.5 17t56.5 32.5t60.5 46.5t43.5 35q258 198 313 242q11 8 24 6.5t21 -12.5zM1664 -96v928q-90 83 -159 139q-91 74 -389 304q-3 2 -43 35t-61 48t-56 32.5t-59 17.5
h-1h-1q-24 0 -59 -17.5t-56 -32.5t-61 -48t-43 -35q-215 -166 -315.5 -245.5t-129.5 -104t-82 -74.5q-14 -12 -21 -19v-928q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 832v-928q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v928q0 56 41 94
q123 114 350 290.5t233 181.5q36 30 59 47.5t61.5 42t76 36.5t74.5 12h1h1q37 0 74.5 -12t76 -36.5t61.5 -42t59 -47.5q43 -36 156 -122t226 -177t201 -173q41 -38 41 -94z" />
    <glyph glyph-name="uniF2B8" unicode="&#xf2b8;" 
d="M330 1l202 -214l-34 236l-216 213zM556 -225l274 218l-11 245l-300 -215zM245 413l227 -213l-48 327l-245 204zM495 189l317 214l-14 324l-352 -200zM843 178l95 -80l-2 239l-103 79q0 -1 1 -8.5t0 -12t-5 -7.5l-78 -52l85 -70q7 -6 7 -88zM138 930l256 -200l-68 465
l-279 173zM1173 267l15 234l-230 -164l2 -240zM417 722l373 194l-19 441l-423 -163zM1270 357l20 233l-226 142l-2 -105l144 -95q6 -4 4 -9l-7 -119zM1461 496l30 222l-179 -128l-20 -228zM1273 329l-71 49l-8 -117q0 -5 -4 -8l-234 -187q-7 -5 -14 0l-98 83l7 -161
q0 -5 -4 -8l-293 -234q-4 -2 -6 -2q-8 2 -8 3l-228 242q-4 4 -59 277q-2 7 5 11l61 37q-94 86 -95 92l-72 351q-2 7 6 12l94 45q-133 100 -135 108l-96 466q-2 10 7 13l433 135q5 0 8 -1l317 -153q6 -4 6 -9l20 -463q0 -7 -6 -10l-118 -61l126 -85q5 -2 5 -8l5 -123l121 74
q5 4 11 0l84 -56l3 110q0 6 5 9l206 126q6 3 11 0l245 -135q4 -4 5 -7t-6.5 -60t-17.5 -124.5t-10 -70.5q0 -5 -4 -7l-191 -153q-6 -5 -13 0z" />
    <glyph glyph-name="uniF2B9" unicode="&#xf2b9;" horiz-adv-x="1664" 
d="M1201 298q0 57 -5.5 107t-21 100.5t-39.5 86t-64 58t-91 22.5q-6 -4 -33.5 -20.5t-42.5 -24.5t-40.5 -20t-49 -17t-46.5 -5t-46.5 5t-49 17t-40.5 20t-42.5 24.5t-33.5 20.5q-51 0 -91 -22.5t-64 -58t-39.5 -86t-21 -100.5t-5.5 -107q0 -73 42 -121.5t103 -48.5h576
q61 0 103 48.5t42 121.5zM1028 892q0 108 -76.5 184t-183.5 76t-183.5 -76t-76.5 -184q0 -107 76.5 -183t183.5 -76t183.5 76t76.5 183zM1664 352v-192q0 -14 -9 -23t-23 -9h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216
q66 0 113 -47t47 -113v-224h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23v-192q0 -14 -9 -23t-23 -9h-96v-128h96q14 0 23 -9t9 -23z" />
    <glyph glyph-name="uniF2BA" unicode="&#xf2ba;" horiz-adv-x="1664" 
d="M1028 892q0 -107 -76.5 -183t-183.5 -76t-183.5 76t-76.5 183q0 108 76.5 184t183.5 76t183.5 -76t76.5 -184zM980 672q46 0 82.5 -17t60 -47.5t39.5 -67t24 -81t11.5 -82.5t3.5 -79q0 -67 -39.5 -118.5t-105.5 -51.5h-576q-66 0 -105.5 51.5t-39.5 118.5q0 48 4.5 93.5
t18.5 98.5t36.5 91.5t63 64.5t93.5 26h5q7 -4 32 -19.5t35.5 -21t33 -17t37 -16t35 -9t39.5 -4.5t39.5 4.5t35 9t37 16t33 17t35.5 21t32 19.5zM1664 928q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-128h96
q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-96v-224q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h1216q66 0 113 -47t47 -113v-224h96q13 0 22.5 -9.5t9.5 -22.5v-192zM1408 -96v1472q0 13 -9.5 22.5t-22.5 9.5h-1216
q-13 0 -22.5 -9.5t-9.5 -22.5v-1472q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5z" />
    <glyph glyph-name="uniF2BB" unicode="&#xf2bb;" horiz-adv-x="2048" 
d="M1024 405q0 64 -9 117.5t-29.5 103t-60.5 78t-97 28.5q-6 -4 -30 -18t-37.5 -21.5t-35.5 -17.5t-43 -14.5t-42 -4.5t-42 4.5t-43 14.5t-35.5 17.5t-37.5 21.5t-30 18q-57 0 -97 -28.5t-60.5 -78t-29.5 -103t-9 -117.5t37 -106.5t91 -42.5h512q54 0 91 42.5t37 106.5z
M867 925q0 94 -66.5 160.5t-160.5 66.5t-160.5 -66.5t-66.5 -160.5t66.5 -160.5t160.5 -66.5t160.5 66.5t66.5 160.5zM1792 416v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1792 676v56q0 15 -10.5 25.5t-25.5 10.5h-568
q-15 0 -25.5 -10.5t-10.5 -25.5v-56q0 -15 10.5 -25.5t25.5 -10.5h568q15 0 25.5 10.5t10.5 25.5zM1792 928v64q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-352v96q0 14 -9 23t-23 9
h-64q-14 0 -23 -9t-9 -23v-96h-768v96q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-96h-352q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2BC" unicode="&#xf2bc;" horiz-adv-x="2048" 
d="M1024 405q0 -64 -37 -106.5t-91 -42.5h-512q-54 0 -91 42.5t-37 106.5t9 117.5t29.5 103t60.5 78t97 28.5q6 -4 30 -18t37.5 -21.5t35.5 -17.5t43 -14.5t42 -4.5t42 4.5t43 14.5t35.5 17.5t37.5 21.5t30 18q57 0 97 -28.5t60.5 -78t29.5 -103t9 -117.5zM867 925
q0 -94 -66.5 -160.5t-160.5 -66.5t-160.5 66.5t-66.5 160.5t66.5 160.5t160.5 66.5t160.5 -66.5t66.5 -160.5zM1792 480v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1792 732v-56q0 -15 -10.5 -25.5t-25.5 -10.5h-568
q-15 0 -25.5 10.5t-10.5 25.5v56q0 15 10.5 25.5t25.5 10.5h568q15 0 25.5 -10.5t10.5 -25.5zM1792 992v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM1920 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1728q-13 0 -22.5 -9.5
t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h352v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h768v96q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-96h352q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113
t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2BD" unicode="&#xf2bd;" horiz-adv-x="1792" 
d="M1523 197q-22 155 -87.5 257.5t-184.5 118.5q-67 -74 -159.5 -115.5t-195.5 -41.5t-195.5 41.5t-159.5 115.5q-119 -16 -184.5 -118.5t-87.5 -257.5q106 -150 271 -237.5t356 -87.5t356 87.5t271 237.5zM1280 896q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5
t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1792 640q0 -182 -71 -347.5t-190.5 -286t-285.5 -191.5t-349 -71q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2BE" unicode="&#xf2be;" horiz-adv-x="1792" 
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348q0 -181 -70.5 -347t-190.5 -286t-286 -191.5t-349 -71.5t-349 71t-285.5 191.5t-190.5 286t-71 347.5t71 348t191 286t286 191t348 71zM1515 185q149 205 149 455q0 156 -61 298t-164 245t-245 164t-298 61t-298 -61
t-245 -164t-164 -245t-61 -298q0 -250 149 -455q66 327 306 327q131 -128 313 -128t313 128q240 0 306 -327zM1280 832q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5z" />
    <glyph glyph-name="uniF2C0" unicode="&#xf2c0;" 
d="M1201 752q47 -14 89.5 -38t89 -73t79.5 -115.5t55 -172t22 -236.5q0 -154 -100 -263.5t-241 -109.5h-854q-141 0 -241 109.5t-100 263.5q0 131 22 236.5t55 172t79.5 115.5t89 73t89.5 38q-79 125 -79 272q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5
t198.5 -40.5t163.5 -109.5t109.5 -163.5t40.5 -198.5q0 -147 -79 -272zM768 1408q-159 0 -271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5zM1195 -128q88 0 150.5 71.5t62.5 173.5q0 239 -78.5 377t-225.5 145
q-145 -127 -336 -127t-336 127q-147 -7 -225.5 -145t-78.5 -377q0 -102 62.5 -173.5t150.5 -71.5h854z" />
    <glyph glyph-name="uniF2C1" unicode="&#xf2c1;" horiz-adv-x="1280" 
d="M1024 278q0 -64 -37 -107t-91 -43h-512q-54 0 -91 43t-37 107t9 118t29.5 104t61 78.5t96.5 28.5q80 -75 188 -75t188 75q56 0 96.5 -28.5t61 -78.5t29.5 -104t9 -118zM870 797q0 -94 -67.5 -160.5t-162.5 -66.5t-162.5 66.5t-67.5 160.5t67.5 160.5t162.5 66.5
t162.5 -66.5t67.5 -160.5zM1152 -96v1376h-1024v-1376q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1280 1376v-1472q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v1472q0 66 47 113t113 47h352v-96q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v96h352
q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C2" unicode="&#xf2c2;" horiz-adv-x="2048" 
d="M896 324q0 54 -7.5 100.5t-24.5 90t-51 68.5t-81 25q-64 -64 -156 -64t-156 64q-47 0 -81 -25t-51 -68.5t-24.5 -90t-7.5 -100.5q0 -55 31.5 -93.5t75.5 -38.5h426q44 0 75.5 38.5t31.5 93.5zM768 768q0 80 -56 136t-136 56t-136 -56t-56 -136t56 -136t136 -56t136 56
t56 136zM1792 288v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1408 544v64q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1792 544v64q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23
v-64q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1792 800v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM128 1152h1792v96q0 14 -9 23t-23 9h-1728q-14 0 -23 -9t-9 -23v-96zM2048 1248v-1216q0 -66 -47 -113t-113 -47h-1728
q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C3" unicode="&#xf2c3;" horiz-adv-x="2048" 
d="M896 324q0 -55 -31.5 -93.5t-75.5 -38.5h-426q-44 0 -75.5 38.5t-31.5 93.5q0 54 7.5 100.5t24.5 90t51 68.5t81 25q64 -64 156 -64t156 64q47 0 81 -25t51 -68.5t24.5 -90t7.5 -100.5zM768 768q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136z
M1792 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1408 608v-64q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h320q14 0 23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v64
q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 864v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1920 32v1120h-1792v-1120q0 -13 9.5 -22.5t22.5 -9.5h1728q13 0 22.5 9.5t9.5 22.5zM2048 1248v-1216q0 -66 -47 -113t-113 -47
h-1728q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1728q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2C4" unicode="&#xf2c4;" horiz-adv-x="1792" 
d="M1255 749q0 318 -105 474.5t-330 156.5q-222 0 -326 -157t-104 -474q0 -316 104 -471.5t326 -155.5q74 0 131 17q-22 43 -39 73t-44 65t-53.5 56.5t-63 36t-77.5 14.5q-46 0 -79 -16l-49 97q105 91 276 91q132 0 215.5 -54t150.5 -155q67 149 67 402zM1645 117h117
q3 -27 -2 -67t-26.5 -95t-58 -100.5t-107 -78t-162.5 -32.5q-71 0 -130.5 19t-105.5 56t-79 78t-66 96q-97 -27 -205 -27q-150 0 -292.5 58t-253 158.5t-178 249t-67.5 317.5q0 170 67.5 319.5t178.5 250.5t253.5 159t291.5 58q121 0 238.5 -36t217 -106t176 -164.5
t119.5 -219t43 -261.5q0 -190 -80.5 -347.5t-218.5 -264.5q47 -70 93.5 -106.5t104.5 -36.5q61 0 94 37.5t38 85.5z" />
    <glyph glyph-name="uniF2C5" unicode="&#xf2c5;" horiz-adv-x="2304" 
d="M453 -101q0 -21 -16 -37.5t-37 -16.5q-1 0 -13 3q-63 15 -162 140q-225 284 -225 676q0 341 213 614q39 51 95 103.5t94 52.5q19 0 35 -13.5t16 -32.5q0 -27 -63 -90q-98 -102 -147 -184q-119 -199 -119 -449q0 -281 123 -491q50 -85 136 -173q2 -3 14.5 -16t19.5 -21
t17 -20.5t14.5 -23.5t4.5 -21zM1796 33q0 -29 -17.5 -48.5t-46.5 -19.5h-1081q-26 0 -45 19t-19 45q0 29 17.5 48.5t46.5 19.5h1081q26 0 45 -19t19 -45zM1581 644q0 -134 -67 -233q-25 -38 -69.5 -78.5t-83.5 -60.5q-16 -10 -27 -10q-7 0 -15 6t-8 12q0 9 19 30t42 46
t42 67.5t19 88.5q0 76 -35 130q-29 42 -46 42q-3 0 -3 -5q0 -12 7.5 -35.5t7.5 -36.5q0 -22 -21.5 -35t-44.5 -13q-66 0 -66 76q0 15 1.5 44t1.5 44q0 25 -10 46q-13 25 -42 53.5t-51 28.5q-5 0 -7 -0.5t-3.5 -2.5t-1.5 -6q0 -2 16 -26t16 -54q0 -37 -19 -68t-46 -54
t-53.5 -46t-45.5 -54t-19 -68q0 -98 42 -160q29 -43 79 -63q16 -5 17 -10q1 -2 1 -5q0 -16 -18 -16q-6 0 -33 11q-119 43 -195 139.5t-76 218.5q0 55 24.5 115.5t60 115t70.5 108.5t59.5 113.5t24.5 111.5q0 53 -25 94q-29 48 -56 64q-19 9 -19 21q0 20 41 20q50 0 110 -29
q41 -19 71 -44.5t49.5 -51t33.5 -62.5t22 -69t16 -80q0 -1 3 -17.5t4.5 -25t5.5 -25t9 -27t11 -21.5t14.5 -16.5t18.5 -5.5q23 0 37 14t14 37q0 25 -20 67t-20 52t10 10q27 0 93 -70q72 -76 102.5 -156t30.5 -186zM2304 615q0 -274 -138 -503q-19 -32 -48 -72t-68 -86.5
t-81 -77t-74 -30.5q-16 0 -31 15.5t-15 31.5q0 15 29 50.5t68.5 77t48.5 52.5q183 230 183 531q0 131 -20.5 235t-72.5 211q-58 119 -163 228q-2 3 -13 13.5t-16.5 16.5t-15 17.5t-15 20t-9.5 18.5t-4 19q0 19 16 35.5t35 16.5q70 0 196 -169q98 -131 146 -273t60 -314
q2 -42 2 -64z" />
    <glyph glyph-name="uniF2C6" unicode="&#xf2c6;" horiz-adv-x="1792" 
d="M1189 229l147 693q9 44 -10.5 63t-51.5 7l-864 -333q-29 -11 -39.5 -25t-2.5 -26.5t32 -19.5l221 -69l513 323q21 14 32 6q7 -5 -4 -15l-415 -375v0v0l-16 -228q23 0 45 22l108 104l224 -165q64 -36 81 38zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2C7" unicode="&#xf2c7;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v907h128v-907q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2C8" unicode="&#xf2c8;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v651h128v-651q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2C9" unicode="&#xf2c9;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v395h128v-395q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2CA" unicode="&#xf2ca;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 60 35 110t93 71v139h128v-139q58 -21 93 -71t35 -110zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5
t93.5 226.5zM896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192
v128h192z" />
    <glyph glyph-name="uniF2CB" unicode="&#xf2cb;" horiz-adv-x="1024" 
d="M640 192q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 79 56 135.5t136 56.5t136 -56.5t56 -135.5zM768 192q0 77 -34 144t-94 112v768q0 80 -56 136t-136 56t-136 -56t-56 -136v-768q-60 -45 -94 -112t-34 -144q0 -133 93.5 -226.5t226.5 -93.5t226.5 93.5t93.5 226.5z
M896 192q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 182 128 313v711q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5v-711q128 -131 128 -313zM1024 768v-128h-192v128h192zM1024 1024v-128h-192v128h192zM1024 1280v-128h-192v128h192z" />
    <glyph glyph-name="uniF2CC" unicode="&#xf2cc;" horiz-adv-x="1920" 
d="M1433 1287q10 -10 10 -23t-10 -23l-626 -626q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l44 44q-72 91 -81.5 207t46.5 215q-74 71 -176 71q-106 0 -181 -75t-75 -181v-1280h-256v1280q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5q106 0 201 -41
t166 -115q94 39 197 24.5t185 -79.5l44 44q10 10 23 10t23 -10zM1344 1024q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1600 896q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1856 1024q26 0 45 -19t19 -45t-19 -45t-45 -19
t-45 19t-19 45t19 45t45 19zM1216 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1408 832q0 26 19 45t45 19t45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45zM1728 896q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 768
q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 640q-26 0 -45 19t-19 45t19 45t45 19t45 -19t19 -45t-19 -45t-45 -19zM1600 768q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 512q-26 0 -45 19t-19 45t19 45t45 19t45 -19
t19 -45t-19 -45t-45 -19zM1472 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1344 512q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1216 384
q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1088 256q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19z" />
    <glyph glyph-name="uniF2CD" unicode="&#xf2cd;" horiz-adv-x="1792" 
d="M1664 448v-192q0 -169 -128 -286v-194q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v118q-63 -22 -128 -22h-768q-65 0 -128 22v-110q0 -17 -9.5 -28.5t-22.5 -11.5h-64q-13 0 -22.5 11.5t-9.5 28.5v186q-128 117 -128 286v192h1536zM704 864q0 -14 -9 -23t-23 -9t-23 9
t-9 23t9 23t23 9t23 -9t9 -23zM768 928q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM704 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 992q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1056q0 -14 -9 -23t-23 -9t-23 9
t-9 23t9 23t23 9t23 -9t9 -23zM704 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1792 608v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v640q0 106 75 181t181 75q108 0 184 -78q46 19 98 12t93 -39l22 22q11 11 22 0l42 -42
q11 -11 0 -22l-314 -314q-11 -11 -22 0l-42 42q-11 11 0 22l22 22q-36 46 -40.5 104t23.5 108q-37 35 -88 35q-53 0 -90.5 -37.5t-37.5 -90.5v-640h1504q14 0 23 -9t9 -23zM896 1056q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1120q0 -14 -9 -23t-23 -9
t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM768 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1120q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM896 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM832 1248q0 -14 -9 -23
t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1024 1184q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM960 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23zM1088 1248q0 -14 -9 -23t-23 -9t-23 9t-9 23t9 23t23 9t23 -9t9 -23z" />
    <glyph glyph-name="uniF2CE" unicode="&#xf2ce;" 
d="M994 344q0 -86 -17 -197q-31 -215 -55 -313q-22 -90 -152 -90t-152 90q-24 98 -55 313q-17 110 -17 197q0 168 224 168t224 -168zM1536 768q0 -240 -134 -434t-350 -280q-8 -3 -15 3t-6 15q7 48 10 66q4 32 6 47q1 9 9 12q159 81 255.5 234t96.5 337q0 180 -91 330.5
t-247 234.5t-337 74q-124 -7 -237 -61t-193.5 -140.5t-128 -202t-46.5 -240.5q1 -184 99 -336.5t257 -231.5q7 -3 9 -12q3 -21 6 -45q1 -9 5 -32.5t6 -35.5q1 -9 -6.5 -15t-15.5 -2q-148 58 -261 169.5t-173.5 264t-52.5 319.5q7 143 66 273.5t154.5 227t225 157.5t272.5 70
q164 10 315.5 -46.5t261 -160.5t175 -250.5t65.5 -308.5zM994 800q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5zM1282 768q0 -122 -53.5 -228.5t-146.5 -177.5q-8 -6 -16 -2t-10 14q-6 52 -29 92q-7 10 3 20
q58 54 91 127t33 155q0 111 -58.5 204t-157.5 141.5t-212 36.5q-133 -15 -229 -113t-109 -231q-10 -92 23.5 -176t98.5 -144q10 -10 3 -20q-24 -41 -29 -93q-2 -9 -10 -13t-16 2q-95 74 -148.5 183t-51.5 234q3 131 69 244t177 181.5t241 74.5q144 7 268 -60t196.5 -187.5
t72.5 -263.5z" />
    <glyph glyph-name="uniF2D0" unicode="&#xf2d0;" horiz-adv-x="1792" 
d="M256 128h1280v768h-1280v-768zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D1" unicode="&#xf2d1;" horiz-adv-x="1792" 
d="M1792 224v-192q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D2" unicode="&#xf2d2;" horiz-adv-x="2048" 
d="M256 0h768v512h-768v-512zM1280 512h512v768h-768v-256h96q66 0 113 -47t47 -113v-352zM2048 1376v-960q0 -66 -47 -113t-113 -47h-608v-352q0 -66 -47 -113t-113 -47h-960q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h608v352q0 66 47 113t113 47h960q66 0 113 -47
t47 -113z" />
    <glyph glyph-name="uniF2D3" unicode="&#xf2d3;" horiz-adv-x="1792" 
d="M1175 215l146 146q10 10 10 23t-10 23l-233 233l233 233q10 10 10 23t-10 23l-146 146q-10 10 -23 10t-23 -10l-233 -233l-233 233q-10 10 -23 10t-23 -10l-146 -146q-10 -10 -10 -23t10 -23l233 -233l-233 -233q-10 -10 -10 -23t10 -23l146 -146q10 -10 23 -10t23 10
l233 233l233 -233q10 -10 23 -10t23 10zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D4" unicode="&#xf2d4;" horiz-adv-x="1792" 
d="M1257 425l-146 -146q-10 -10 -23 -10t-23 10l-169 169l-169 -169q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l169 169l-169 169q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l169 -169l169 169q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
l-169 -169l169 -169q10 -10 10 -23t-10 -23zM256 128h1280v1024h-1280v-1024zM1792 1248v-1216q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D5" unicode="&#xf2d5;" horiz-adv-x="1792" 
d="M1070 358l306 564h-654l-306 -564h654zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2D6" unicode="&#xf2d6;" horiz-adv-x="1794" 
d="M1291 1060q-15 17 -35 8.5t-26 -28.5t5 -38q14 -17 40 -14.5t34 20.5t-18 52zM895 814q-8 -8 -19.5 -8t-18.5 8q-8 8 -8 19t8 18q7 8 18.5 8t19.5 -8q7 -7 7 -18t-7 -19zM1060 740l-35 -35q-12 -13 -29.5 -13t-30.5 13l-38 38q-12 13 -12 30t12 30l35 35q12 12 29.5 12
t30.5 -12l38 -39q12 -12 12 -29.5t-12 -29.5zM951 870q-7 -8 -18.5 -8t-19.5 8q-7 8 -7 19t7 19q8 8 19 8t19 -8t8 -19t-8 -19zM1354 968q-34 -64 -107.5 -85.5t-127.5 16.5q-38 28 -61 66.5t-21 87.5t39 92t75.5 53t70.5 -5t70 -51q2 -2 13 -12.5t14.5 -13.5t13 -13.5
t12.5 -15.5t10 -15.5t8.5 -18t4 -18.5t1 -21t-5 -22t-9.5 -24zM1555 486q3 20 -8.5 34.5t-27.5 21.5t-33 17t-23 20q-40 71 -84 98.5t-113 11.5q19 13 40 18.5t33 4.5l12 -1q2 45 -34 90q6 20 6.5 40.5t-2.5 30.5l-3 10q43 24 71 65t34 91q10 84 -43 150.5t-137 76.5
q-60 7 -114 -18.5t-82 -74.5q-30 -51 -33.5 -101t14.5 -87t43.5 -64t56.5 -42q-45 4 -88 36t-57 88q-28 108 32 222q-16 21 -29 32q-50 0 -89 -19q19 24 42 37t36 14l13 1q0 50 -13 78q-10 21 -32.5 28.5t-47 -3.5t-37.5 -40q2 4 4 7q-7 -28 -6.5 -75.5t19 -117t48.5 -122.5
q-25 -14 -47 -36q-35 -16 -85.5 -70.5t-84.5 -101.5l-33 -46q-90 -34 -181 -125.5t-75 -162.5q1 -16 11 -27q-15 -12 -30 -30q-21 -25 -21 -54t21.5 -40t63.5 6q41 19 77 49.5t55 60.5q-2 2 -6.5 5t-20.5 7.5t-33 3.5q23 5 51 12.5t40 10t27.5 6t26 4t23.5 0.5q14 -7 22 34
q7 37 7 90q0 102 -40 150q106 -103 101 -219q-1 -29 -15 -50t-27 -27l-13 -6q-4 -7 -19 -32t-26 -45.5t-26.5 -52t-25 -61t-17 -63t-6.5 -66.5t10 -63q-35 54 -37 80q-22 -24 -34.5 -39t-33.5 -42t-30.5 -46t-16.5 -41t-0.5 -38t25.5 -27q45 -25 144 64t190.5 221.5
t122.5 228.5q86 52 145 115.5t86 119.5q47 -93 154 -178q104 -83 167 -80q39 2 46 43zM1794 640q0 -182 -71 -348t-191 -286t-286.5 -191t-348.5 -71t-348.5 71t-286.5 191t-191 286t-71 348t71 348t191 286t286.5 191t348.5 71t348.5 -71t286.5 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2D7" unicode="&#xf2d7;" 
d="M518 1353v-655q103 -1 191.5 1.5t125.5 5.5l37 3q68 2 90.5 24.5t39.5 94.5l33 142h103l-14 -322l7 -319h-103l-29 127q-15 68 -45 93t-84 26q-87 8 -352 8v-556q0 -78 43.5 -115.5t133.5 -37.5h357q35 0 59.5 2t55 7.5t54 18t48.5 32t46 50.5t39 73l93 216h89
q-6 -37 -31.5 -252t-30.5 -276q-146 5 -263.5 8t-162.5 4h-44h-628l-376 -12v102l127 25q67 13 91.5 37t25.5 79l8 643q3 402 -8 645q-2 61 -25.5 84t-91.5 36l-127 24v102l376 -12h702q139 0 374 27q-6 -68 -14 -194.5t-12 -219.5l-5 -92h-93l-32 124q-31 121 -74 179.5
t-113 58.5h-548q-28 0 -35.5 -8.5t-7.5 -30.5z" />
    <glyph glyph-name="uniF2D8" unicode="&#xf2d8;" 
d="M922 739v-182q0 -4 0.5 -15t0 -15l-1.5 -12t-3.5 -11.5t-6.5 -7.5t-11 -5.5t-16 -1.5v309q9 0 16 -1t11 -5t6.5 -5.5t3.5 -9.5t1 -10.5v-13.5v-14zM1238 643v-121q0 -1 0.5 -12.5t0 -15.5t-2.5 -11.5t-7.5 -10.5t-13.5 -3q-9 0 -14 9q-4 10 -4 165v7v8.5v9t1.5 8.5l3.5 7
t5 5.5t8 1.5q6 0 10 -1.5t6.5 -4.5t4 -6t2 -8.5t0.5 -8v-9.5v-9zM180 407h122v472h-122v-472zM614 407h106v472h-159l-28 -221q-20 148 -32 221h-158v-472h107v312l45 -312h76l43 319v-319zM1039 712q0 67 -5 90q-3 16 -11 28.5t-17 20.5t-25 14t-26.5 8.5t-31 4t-29 1.5
h-29.5h-12h-91v-472h56q169 -1 197 24.5t25 180.5q-1 62 -1 100zM1356 515v133q0 29 -2 45t-9.5 33.5t-24.5 25t-46 7.5q-46 0 -77 -34v154h-117v-472h110l7 30q30 -36 77 -36q50 0 66 30.5t16 83.5zM1536 1248v-1216q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113
v1216q0 66 47 113t113 47h1216q66 0 113 -47t47 -113z" />
    <glyph glyph-name="uniF2D9" unicode="&#xf2d9;" horiz-adv-x="2176" 
d="M1143 -197q-6 1 -11 4q-13 8 -36 23t-86 65t-116.5 104.5t-112 140t-89.5 172.5q-17 3 -175 37q66 -213 235 -362t391 -184zM502 409l168 -28q-25 76 -41 167.5t-19 145.5l-4 53q-84 -82 -121 -224q5 -65 17 -114zM612 1018q-43 -64 -77 -148q44 46 74 68zM2049 584
q0 161 -62 307t-167.5 252t-250.5 168.5t-304 62.5q-147 0 -281 -52.5t-240 -148.5q-30 -58 -45 -160q60 51 143 83.5t158.5 43t143 13.5t108.5 -1l40 -3q33 -1 53 -15.5t24.5 -33t6.5 -37t-1 -28.5q-126 11 -227.5 0.5t-183 -43.5t-142.5 -71.5t-131 -98.5
q4 -36 11.5 -92.5t35.5 -178t62 -179.5q123 -6 247.5 14.5t214.5 53.5t162.5 67t109.5 59l37 24q22 16 39.5 20.5t30.5 -5t17 -34.5q14 -97 -39 -121q-208 -97 -467 -134q-135 -20 -317 -16q41 -96 110 -176.5t137 -127t130.5 -79t101.5 -43.5l39 -12q143 -23 263 15
q195 99 314 289t119 418zM2123 621q-14 -135 -40 -212q-70 -208 -181.5 -346.5t-318.5 -253.5q-48 -33 -82 -44q-72 -26 -163 -16q-36 -3 -73 -3q-283 0 -504.5 173t-295.5 442q-1 0 -4 0.5t-5 0.5q-6 -50 2.5 -112.5t26 -115t36 -98t31.5 -71.5l14 -26q8 -12 54 -82
q-71 38 -124.5 106.5t-78.5 140t-39.5 137t-17.5 107.5l-2 42q-5 2 -33.5 12.5t-48.5 18t-53 20.5t-57.5 25t-50 25.5t-42.5 27t-25 25.5q19 -10 50.5 -25.5t113 -45.5t145.5 -38l2 32q11 149 94 290q41 202 176 365q28 115 81 214q15 28 32 45t49 32q158 74 303.5 104
t302 11t306.5 -97q220 -115 333 -336t87 -474z" />
    <glyph glyph-name="uniF2DA" unicode="&#xf2da;" horiz-adv-x="1792" 
d="M1341 752q29 44 -6.5 129.5t-121.5 142.5q-58 39 -125.5 53.5t-118 4.5t-68.5 -37q-12 -23 -4.5 -28t42.5 -10q23 -3 38.5 -5t44.5 -9.5t56 -17.5q36 -13 67.5 -31.5t53 -37t40 -38.5t30.5 -38t22 -34.5t16.5 -28.5t12 -18.5t10.5 -6t11 9.5zM1704 178
q-52 -127 -148.5 -220t-214.5 -141.5t-253 -60.5t-266 13.5t-251 91t-210 161.5t-141.5 235.5t-46.5 303.5q1 41 8.5 84.5t12.5 64t24 80.5t23 73q-51 -208 1 -397t173 -318t291 -206t346 -83t349 74.5t289 244.5q20 27 18 14q0 -4 -4 -14zM1465 627q0 -104 -40.5 -199
t-108.5 -164t-162 -109.5t-198 -40.5t-198 40.5t-162 109.5t-108.5 164t-40.5 199t40.5 199t108.5 164t162 109.5t198 40.5t198 -40.5t162 -109.5t108.5 -164t40.5 -199zM1752 915q-65 147 -180.5 251t-253 153.5t-292 53.5t-301 -36.5t-275.5 -129t-220 -211.5t-131 -297
t-10 -373q-49 161 -51.5 311.5t35.5 272.5t109 227t165.5 180.5t207 126t232 71t242.5 9t236 -54t216 -124.5t178 -197q33 -50 62 -121t31 -112zM1690 573q12 244 -136.5 416t-396.5 240q-8 0 -10 5t24 8q125 -4 230 -50t173 -120t116 -168.5t58.5 -199t-1 -208
t-61.5 -197.5t-122.5 -167t-185 -117.5t-248.5 -46.5q108 30 201.5 80t174 123t129.5 176.5t55 225.5z" />
    <glyph glyph-name="uniF2DB" unicode="&#xf2db;" 
d="M192 256v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 512v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 768v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16
q0 16 16 16h112zM192 1024v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM192 1280v-128h-112q-16 0 -16 16v16h-48q-16 0 -16 16v32q0 16 16 16h48v16q0 16 16 16h112zM1280 1440v-1472q0 -40 -28 -68t-68 -28h-832q-40 0 -68 28
t-28 68v1472q0 40 28 68t68 28h832q40 0 68 -28t28 -68zM1536 208v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 464v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 720v-32
q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 976v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16h48q16 0 16 -16zM1536 1232v-32q0 -16 -16 -16h-48v-16q0 -16 -16 -16h-112v128h112q16 0 16 -16v-16
h48q16 0 16 -16z" />
    <glyph glyph-name="uniF2DC" unicode="&#xf2dc;" horiz-adv-x="1664" 
d="M1566 419l-167 -33l186 -107q23 -13 29.5 -38.5t-6.5 -48.5q-14 -23 -39 -29.5t-48 6.5l-186 106l55 -160q13 -38 -12 -63.5t-60.5 -20.5t-48.5 42l-102 300l-271 156v-313l208 -238q16 -18 17 -39t-11 -36.5t-28.5 -25t-37 -5.5t-36.5 22l-112 128v-214q0 -26 -19 -45
t-45 -19t-45 19t-19 45v214l-112 -128q-16 -18 -36.5 -22t-37 5.5t-28.5 25t-11 36.5t17 39l208 238v313l-271 -156l-102 -300q-13 -37 -48.5 -42t-60.5 20.5t-12 63.5l55 160l-186 -106q-23 -13 -48 -6.5t-39 29.5q-13 23 -6.5 48.5t29.5 38.5l186 107l-167 33
q-29 6 -42 29t-8.5 46.5t25.5 40t50 10.5l310 -62l271 157l-271 157l-310 -62q-4 -1 -13 -1q-27 0 -44 18t-19 40t11 43t40 26l167 33l-186 107q-23 13 -29.5 38.5t6.5 48.5t39 30t48 -7l186 -106l-55 160q-13 38 12 63.5t60.5 20.5t48.5 -42l102 -300l271 -156v313
l-208 238q-16 18 -17 39t11 36.5t28.5 25t37 5.5t36.5 -22l112 -128v214q0 26 19 45t45 19t45 -19t19 -45v-214l112 128q16 18 36.5 22t37 -5.5t28.5 -25t11 -36.5t-17 -39l-208 -238v-313l271 156l102 300q13 37 48.5 42t60.5 -20.5t12 -63.5l-55 -160l186 106
q23 13 48 6.5t39 -29.5q13 -23 6.5 -48.5t-29.5 -38.5l-186 -107l167 -33q27 -5 40 -26t11 -43t-19 -40t-44 -18q-9 0 -13 1l-310 62l-271 -157l271 -157l310 62q29 6 50 -10.5t25.5 -40t-8.5 -46.5t-42 -29z" />
    <glyph glyph-name="uniF2DD" unicode="&#xf2dd;" horiz-adv-x="1792" 
d="M1473 607q7 118 -33 226.5t-113 189t-177 131t-221 57.5q-116 7 -225.5 -32t-192 -110.5t-135 -175t-59.5 -220.5q-7 -118 33 -226.5t113 -189t177.5 -131t221.5 -57.5q155 -9 293 59t224 195.5t94 283.5zM1792 1536l-349 -348q120 -117 180.5 -272t50.5 -321
q-11 -183 -102 -339t-241 -255.5t-332 -124.5l-999 -132l347 347q-120 116 -180.5 271.5t-50.5 321.5q11 184 102 340t241.5 255.5t332.5 124.5q167 22 500 66t500 66z" />
    <glyph glyph-name="uniF2DE" unicode="&#xf2de;" horiz-adv-x="1792" 
d="M948 508l163 -329h-51l-175 350l-171 -350h-49l179 374l-78 33l21 49l240 -102l-21 -50zM563 1100l304 -130l-130 -304l-304 130zM907 915l240 -103l-103 -239l-239 102zM1188 765l191 -81l-82 -190l-190 81zM1680 640q0 159 -62 304t-167.5 250.5t-250.5 167.5t-304 62
t-304 -62t-250.5 -167.5t-167.5 -250.5t-62 -304t62 -304t167.5 -250.5t250.5 -167.5t304 -62t304 62t250.5 167.5t167.5 250.5t62 304zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71
t286 -191t191 -286t71 -348z" />
    <glyph glyph-name="uniF2E0" unicode="&#xf2e0;" horiz-adv-x="1920" 
d="M1334 302q-4 24 -27.5 34t-49.5 10.5t-48.5 12.5t-25.5 38q-5 47 33 139.5t75 181t32 127.5q-14 101 -117 103q-45 1 -75 -16l-3 -2l-5 -2.5t-4.5 -2t-5 -2t-5 -0.5t-6 1.5t-6 3.5t-6.5 5q-3 2 -9 8.5t-9 9t-8.5 7.5t-9.5 7.5t-9.5 5.5t-11 4.5t-11.5 2.5q-30 5 -48 -3
t-45 -31q-1 -1 -9 -8.5t-12.5 -11t-15 -10t-16.5 -5.5t-17 3q-54 27 -84 40q-41 18 -94 -5t-76 -65q-16 -28 -41 -98.5t-43.5 -132.5t-40 -134t-21.5 -73q-22 -69 18.5 -119t110.5 -46q30 2 50.5 15t38.5 46q7 13 79 199.5t77 194.5q6 11 21.5 18t29.5 0q27 -15 21 -53
q-2 -18 -51 -139.5t-50 -132.5q-6 -38 19.5 -56.5t60.5 -7t55 49.5q4 8 45.5 92t81.5 163.5t46 88.5q20 29 41 28q29 0 25 -38q-2 -16 -65.5 -147.5t-70.5 -159.5q-12 -53 13 -103t74 -74q17 -9 51 -15.5t71.5 -8t62.5 14t20 48.5zM383 86q3 -15 -5 -27.5t-23 -15.5
q-14 -3 -26.5 5t-15.5 23q-3 14 5 27t22 16t27 -5t16 -23zM953 -177q12 -17 8.5 -37.5t-20.5 -32.5t-37.5 -8t-32.5 21q-11 17 -7.5 37.5t20.5 32.5t37.5 8t31.5 -21zM177 635q-18 -27 -49.5 -33t-57.5 13q-26 18 -32 50t12 58q18 27 49.5 33t57.5 -12q26 -19 32 -50.5
t-12 -58.5zM1467 -42q19 -28 13 -61.5t-34 -52.5t-60.5 -13t-51.5 34t-13 61t33 53q28 19 60.5 13t52.5 -34zM1579 562q69 -113 42.5 -244.5t-134.5 -207.5q-90 -63 -199 -60q-20 -80 -84.5 -127t-143.5 -44.5t-140 57.5q-12 -9 -13 -10q-103 -71 -225 -48.5t-193 126.5
q-50 73 -53 164q-83 14 -142.5 70.5t-80.5 128t-2 152t81 138.5q-36 60 -38 128t24.5 125t79.5 98.5t121 50.5q32 85 99 148t146.5 91.5t168 17t159.5 -66.5q72 21 140 17.5t128.5 -36t104.5 -80t67.5 -115t17.5 -140.5q52 -16 87 -57t45.5 -89t-5.5 -99.5t-58 -87.5z
M455 1222q14 -20 9.5 -44.5t-24.5 -38.5q-19 -14 -43.5 -9.5t-37.5 24.5q-14 20 -9.5 44.5t24.5 38.5q19 14 43.5 9.5t37.5 -24.5zM614 1503q4 -16 -5 -30.5t-26 -18.5t-31 5.5t-18 26.5q-3 17 6.5 31t25.5 18q17 4 31 -5.5t17 -26.5zM1800 555q4 -20 -6.5 -37t-30.5 -21
q-19 -4 -36 6.5t-21 30.5t6.5 37t30.5 22q20 4 36.5 -7.5t20.5 -30.5zM1136 1448q16 -27 8.5 -58.5t-35.5 -47.5q-27 -16 -57.5 -8.5t-46.5 34.5q-16 28 -8.5 59t34.5 48t58 9t47 -36zM1882 792q4 -15 -4 -27.5t-23 -16.5q-15 -3 -27.5 5.5t-15.5 22.5q-3 15 5 28t23 16
q14 3 26.5 -5t15.5 -23zM1691 1033q15 -22 10.5 -49t-26.5 -43q-22 -15 -49 -10t-42 27t-10 49t27 43t48.5 11t41.5 -28z" />
    <glyph glyph-name="uniF2E1" unicode="&#xf2e1;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E2" unicode="&#xf2e2;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E3" unicode="&#xf2e3;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E4" unicode="&#xf2e4;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E5" unicode="&#xf2e5;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E6" unicode="&#xf2e6;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E7" unicode="&#xf2e7;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="_698" unicode="&#xf2e8;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2E9" unicode="&#xf2e9;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EA" unicode="&#xf2ea;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EB" unicode="&#xf2eb;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EC" unicode="&#xf2ec;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2ED" unicode="&#xf2ed;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="uniF2EE" unicode="&#xf2ee;" horiz-adv-x="1792" 
 />
    <glyph glyph-name="lessequal" unicode="&#xf500;" horiz-adv-x="1792" 
 />
  </font>
</defs></svg>
assets/library/font-awesome/fonts/fontawesome-webfont.eot000064400000503556151213253240017765 0ustar00n����LPYxϐFontAwesomeRegular$Version 4.7.0 2016FontAwesome
�PFFTMk�G���GDEF��p OS/2�2z@X`cmap
�:��gasp���hglyf���M�L�head��-�6hhea
�$hmtxEy��
�loca��\�maxp,8 name㗋�gh�post����k�uː�xY_<��3�2�3�2���	�	����	��'@i��3��3s�pyrs@ �� �pU�]�����y�n�����2��@������
��������z���Z@�5�5
���z���ZZ����@���������,_���@������s���@	��@��(������@�����@��@-
�M�M�-�
�M�M�����@�����@@�
�-����`��b����
���$����6�4�8�"�"""""���@�D@���,,@� ���������	m��)@�@	 	' D9>dY*	'						�	��	��T										�@	f�	%RE	 		$!k(D�'	��	�%��	�%	��	��0%�/�&��p@0 �����!"""`���>�N�^�n�~��������������.�>�N�^�n�~��������������>�N�^�n�~������������ �����!"""`���!�@�P�`�p�������������� �0�@�P�`�p��������������!�@�P�`�p�������������\�X�S�B�1����ݬ

	����������������������������������
�
	,,,,,,,,,,,,,��t�L�T$�l	x	�
T(��
d����l,����4d�pH�$d,t( � �!�"0# $,$�&D'�(�)T**�,,�-�.@.�/`/�00�1�2�3d444�5 5�5�6 6\6�7H7�88`8�9L9�:h:�;�<p=p><>�?h?�@H@�A0A�BXB�CdC�DLD�E�F�G0G�H�I�J8K�L�MdN,N�N�O�P`P�Q4Q�RRlS,S�T`U0W�X�Z[@[�\<\�]�^(^�_�`pb,b�dd�ePe�f�g`g�iLi�jDkk�l�m@n,oLp�q�r�sxtt�uD{`||�}}�~��������H��������l�@����������l�H� ���T��H�������`����@�����$�\�X��D�������T�X�����D�P�,���8���d�\����������������H���x��� �t���X���p��d��������x�t�������������@������Œ�\� ļ�ŸƔ�0���d��ʨˀ����͔�x��ϰЌ�,ш�҈�ӌ���8�,՜�`���l�Hش�`���Tڸ�۔�@���l��ބ�߬��l�p� ������������������������������4�����X���$�l���(����`����������	d

��
,�,��8��(�X���x|T�@��| �!�"x##l$$�'h(�*L,T.L1t1�2�303�4�5t6T7$89H::�;�<�<�?X@A�B�C�D�EHFHGpHHIxJ J�K�L�MN@P@Q�R�SDT ULV`V�WXX4X�ZZ�[d[�\|]�^�`�aHa�b�cXd�etfhg�h�i\jxn�p@s�vw�x�y�z�{h|�}}�\���l�t���4���������t���8�8���L���T�������������|�������|�������4�x�����L����������X�(� ������� ������@�����l���t����$����x�L�L��� �H������Ġ�T�(����ʈˠ��ϔ�l�d���P�Մ�x�p���ڬ�T�T���ވ�L�����<�H��$���l������4����������� �P�l����,���x���p�,�x�t��d����4���4,h�P	4
��
�4�<,,408$�8�T� |!h"�$L%0&H'�(�)�*0*�+�,�.$.�0�1�2@2�3�4t5$6�9 :�:�;;�<(<�=4?�@�A�C�D�F�H`H�I�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�L�p7!!!���@p�p �p�]���!2#!"&463!&54>3!2�+��@&&��&&@��+$(�($F#+���&4&&4&x+#��+".4>32".4>32467632DhgZghDDhg-iW�DhgZghDDhg-iW&@(8 ��2N++NdN+'�;2N++NdN+'�3
8���!  #"'#"$&6$ �������rL46$���܏���oo��o|W%r��������4L&V|o��oo����ܳ��%��=M%+".'&%&'3!26<.#!";2>767>7#!"&5463!2� %��3@m00m@3���% 
�
�@
���:"7..7":�6]�^B�@B^^B�B^ $΄+0110+��$�
(	

�t��1%%1��+�`��B^^B@B^^���"'.54632>32�4��
#L</��>�oP$$Po�>���Z$_d�C�+I@$$@I+��������"#"'%#"&547&547%62���V�?�?V��8��<��8y���
���b%	I�))�9I	����	+	%%#"'%#"&547&547%62q2�Z���Z2Izy���V)�?�?V��8��<��8)>~��>��[��
���
2���b%	I�))�9I	���%#!"&54>3 72 &6 }X��X}.GuL�l�LuG.�����>�m��mU��mE��Em�������>����/?O_o���54&+";2654&+";2654&+";264&#!"3!2654&+";2654&+";264&#!"3!2654&+";2654&+";2654&+";267#!"&5463!2�&�&&�&&�&&�&&�&&�&&�&&&�&�&&�&�&�&&�&��&�&&&�&�&&�&&�&&�&&�&&�&�^B��B^^B@B^@�&&�&&��&&�&&��&&�&&�&&�&&��&&�&&���&&�&&&&�&&���&&�&&��&&�&&��&&�&&���B^^B@B^^��/?#!"&5463!2#!"&5463!2#!"&5463!2#!"&5463!2L4�4LL44LL4�4LL44L�L4�4LL44LL4�4LL44L��4LL4�4LL��4LL4�4LL���4LL4�4LL��4LL4�4LL	�/?O_o�#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(8�8(��(88(@(8��8(��(88(@(8�8(��(88(@(88(��(88(@(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88�/?O_#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!28(��(88(@(88(��(88(@(88(�@(88(�(8�8(��(88(@(88(�@(88(�(88(�@(88(�(8 �(88(�(88�(88(�(88��(88(�(88�(88(�(88��(88(�(88�(88(�(88y��"/&4?62	62��,�P����P&�P��P�,��jP�����n���#$"'	"/&47	&4?62	62	�P���P�&���P&&P���&�P�&���P&&P���&�P������#+D++"&=#"&=46;546;232  #"'#"$&6$ 
�
@
�

�
@
�
�������rK56$���܏���oo��o|W�@
�

�
@
�

��r��������jK&V|o��oo����ܳ�����0#!"&=463!2  #"'#"$&6$ 
��

@
�������rK56$���܏���oo��o|W�@

@
�r��������jK&V|o��oo����ܳ����)5 $&54762>54&'.7>"&5462z�����z��+i *bkQ��н�Qkb* j*����LhLLhL�����zz���Bm +*i J�yh��QQ��hy�J i*+ m��J��4LL4�4LL���/?O%+"&=46;2%+"&546;2%+"&546;2+"&546;2+"&546;2��������������`��r��@�@r�@��@����n4&"2#"/+"&/&'#"'&'&547>7&/.=46?67&'&547>3267676;27632�Ԗ����#H
	��,/
�1)�
~'H�
�(C
	�

�,/
�1)�	
�$H�
Ԗ�Ԗm�6%2X
%�	l�2
�k	r6

[21
�..9Q

$�
k�2
�k	
w3[20����/;Cg+"&546;2+"&546;2+"&546;2!3!2>!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���@�`�0
��
o`^B��B^`5FN(@(NF5 ��@��@��@���L%%Ju		�@�LSyuS�@�%44%�f5#!!!"&5465	7#"'	'&/&6762546;2�&�����&??�>

�L�L
>
� X ���
 � &���&��&AJ	A��	J
W���h��##!"&5463!2!&'&!"&5!�(8(��(88(�(`�x
��c�`(8��`(��(88(@(8(D��9�8(����� ,#!"&=46;46;2.  6 $$ ����@��������(�r���^����a�a�@@`��(��������_�^����a�a��2NC5.+";26#!26'.#!"3!"547>3!";26/.#!2W
�
��.�@

��

�@.�$S

�

S$�@

���9I


�
I6>
��
��>�%=$4&"2$4&"2#!"&5463!2?!2"'&763!463!2!2&4&&4&&4&&4�8(�@(88(ч:�:��(8���@6�@*&&*�4&&4&&4&&4& ��(88(@(8�88�8)�@�)'�&&�@���$0"'&76;46;232  >& $$ `
������������(���r���^����a�a`��		@`��2�������(���^����a�a�����$0++"&5#"&54762  >& $$ ^���
?@�����(���r���^����a�a���`?		����������(���^����a�a��
#!.'!!!%#!"&547>3!2�<�<�<_@`&��&�
5@5
�@����&&�>=(""��=���'#"'&5476.  6 $$ � ��  ! ��������(�r���^����a�a�J��	%�%���(��������_�^����a�a�����3#!"'&?&#"3267672#"$&6$3276&�@*���h��QQ��hw�I
�	m�ʬ����zz���k�)'�@&('��Q��н�Qh_
	�
��z�8�zoe����$G!"$'"&5463!23267676;2#!"&4?&#"+"&=!2762�@�h���k�4&&�&�G�a��F*�
&�@&��Ɇ�F*�
A��k�4&���nf�&�&&4�BH�rd�@&&4���rd
Moe�&�/?O_o+"&=46;25+"&=46;25+"&=46;2#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!26#!"&5463!2�
@

@

@

@

@

@
�
�@

�

�@

�

�@

�
�
�@

�
�^B�@B^^B�B^`@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�3@

��
M��B^^B@B^^��!54&"#!"&546;54 32@�Ԗ@8(�@(88( p (8�j��j��(88(@(8������8@���7+"&5&5462#".#"#"&5476763232>32@@
@
@KjK�ך=}\�I���&:�k�~&26]S
&H&�

�&H5KKu�t,4,�	&� x:;*4*&��K#+"&546;227654$ >3546;2+"&="&/&546$ �<��X@@Gv"D�����װD"vG@@X��<��4L4����1!Sk @ G<_b������b_<G �� kS!1����zz�� �"'!"&5463!62&4����&&M4&���&M&�&M& ��-"'!"&5463!62#"&54>4.54632&4����&&M4&�UF
&""""&
F���&M&�&M&���%/B/%���G-Ik"'!"&5463!62#"&54>4.54632#"&54767>4&'&'&54632#"&547>7676'&'.'&54632&4����&&M4&�UF
&""""&
FU��
&'8JSSJ8'&

����

&'.${��{$.'&

����&M&�&M&���%/B/%7���;&'6���6'&;��4�[&$
[2[
$&[��#/37#5#5!#5!!!!!!!#5!#5!5##!35!!!����������������������������������������������������������������������������#'+/37;?3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3#3????  ^��>>~??�??�??~??~??^??�^^?  ^??������������������������������������4&"2#"'.5463!2�KjKKjv%�'45%�5&5L4�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'��k�54&"2#"'.5463!2#"&'654'.#32�KjKKjv%�'45%�5&5L4�5�&�%�%�'4$.�%%�5&�5�5�&�%jKKjK�@5%�%%�%�5�4L5&�6'45%�%�%54'�&55&�6'
��y�Tdt#!"&'&74676&7>7>76&7>7>76&7>7>76&7>7>63!2#!"3!2676'3!26?6&#!"3!26?6&#!"g(��sA�eM�,*$/
!'&
�JP��$G]��
x�6,&��`
��
h`
��
"9H�v@WkNC<.
&k&
("$p"	.
#u&#	%!'	pJ�vwEF�#

@

��

@

���2#"'	#"'.546763�!''!0#�G�G$/!''!�	
8"��"8
 ��X!	
8"	"8
	����<)!!#"&=!4&"27+#!"&=#"&546;463!232������(8���&4&&4�
�8(�@(8�
qO@8(�(`�(@Oq��8(��&4&&4&@�`
�(88(�
�Oq (8(�`(�q���!)2"&42#!"&546;7>3!2  I��j��j��j��j�3e55e3�gr������`��I�j��j��j�j��1GG1���r��������P2327&7>7;"&#"4?2>54.'%3"&#"#ժ!�9&W��B03&�K5�!�)V�?�@L��'�	
>R�>e;&L:�:%P�>��vO
'h�� N��_"�:-&+#
��:��	'	����+a%3 4'.#"32>54.#"7>7><5'./6$3232#"&#"+JBx)EB_I:I*CRzb3:dtB2P���$$5.3b�ZF�|\8!-T>5��Fu��\,�,j�n OrB,<!
5�4wJ]�?tTFi;
2�3j.�p^%/2�+
	S:T}K4W9: #ƕd�fE���:7>7676'5.'732>7"#"&#&#"OA
zj=N!�}:0e��%	y�
+t�D3�~U#B4#
g		'2
%/!:
���T	bRU,7����}%2"/&6;#"&?62+326323!2>?23&'.'.#"&"$#"#&=>764=464.'&#"&'�!~:~!PP!~:~!P��6�,�,$�$%*'
c2N 	
(�$"L��A2�3Yl�!x!*�%��%%��%��
p�P,T	NE	Q7^���oH!+(
3	 *Ue�eu
wg��a�32632$?23&'.5&'&#"&"5$#"#&=>7>4&54&54>.'&#"&'2#".465!#".'&47>32!4&4>Q6�,�,Faw!*'
=~Pl*	
(�$"L��A2�3Yl	�)�!*<7@@7<
�
<7@@7<
 p�P,T	MF
Q7�47ƢHoH!+(
3	 t���JHQ6wh��',686,'$##$',686,'$##$�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&�&&&&�&&&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&��&��&&�&&��&&�&��&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&�&&&&�&&&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?%#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&&��&&�&��&&�&&f�&&�&&f�&&�&&f�&&�&&�/?O_o%+"&=46;2+"&=46;2+"&=46;2#!"&=463!2+"&=46;2#!"&=463!2#!"&=463!2#!"&=463!2
�

�

�

�

�

�

��

@
�
�

�

��

@

��

@

��

@
�

�
s�

�
s�

�
��

�
s�

�
��

�
s�

�
s�

�
�/?O#"'&47632#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
	��		 	
�
�@

�

��

@

��

@

�@

�
�
	 		 	��

�
s�

�
s�

�
s�

�
�/?O#"&54632	#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2`	��	

	 �
�@

�

��

@

��

@

�@

�
�	��	
@
	��	�

�
s�

�
s�

�
s�

�
#"'#!"&5463!2632'
�m�w�@w��w�w��
'���*��w��w�w��w������."&462!5	!"3!2654&#!"&5463!2�p�pp�p��@���

@
�^B��B^^B@B^�pp�p���@�@� 
�@

�
 �@B^^B�B^^���k%!7'34#"3276'	!7632k[�[�v
��
6����`�%��`�$65&�%[�[k����
�`����5%���&&�'���4&"2"&'&54 �Ԗ���!��?H?��!,�,Ԗ�ԖmF��!&&!Fm�,�����%" $$ ���������^����a�a`@������^����a�a���-4'.'&"26% 547>7>2"KjK��X��QqYn	243nYqQ�$!+!77!+!$5KK���,ԑ�	���]""]ً�	��9>H7'3&7#!"&5463!2'&#!"3!26=4?6	!762xt�t` �� ^Q�w��w��w@?61��B^^B@B^	@(` �`��\\��\P�`t�t8`� �� ^�Ͼw��w@w�1^B��B^^B~
	@��` \ \�P�+Z#!"&5463!12+"3!26=47676#"'&=# #"'.54>;547632��w��w��w�
M8
pB^^B@B^�
'���sw-

9*##;No��j�'
�#��w��w@w�
"^B��B^^B�

	��*�����
"g`�81T`PSA:'�*��4�/D#!"&5463!2#"'&#!"3!26=4?632"'&4?62	62��w��w��w@?61

��B^^B@B^	@

��B�RnB�Bn^��w��w@w�1
^B��B^^B�
	@
���Bn���nB�C"&=!32"'&46;!"'&4762!#"&4762+!5462�4&���&�4�&���&4�4&��&4&��&4�4�&���&4�4&��&4&��&4�4&���&����6'&'+"&546;267��:	&�&&�&	s�@�	
�Z&&�&&�Z
	���+6'&''&'+"&546;267667��:	�:	&�&&�&	�	s�@�	
�:�	
�Z&&�&&�Z
	��:
	z����6'&''&47667S�:	�:�	s�@�	
�:�4��:
	�|�	&546h��!!0a�
�
�
$���#!"&5463!2#!"&5463!2&�&&&��&�&&&@��&&�&&��&&�&&���#!"&5463!2&��&&�&@��&&�&&���&54646&5-�	��:	s��:	
��:4�:�
	���+&5464646;2+"&5&5-�	�	&�&&�&	�:	s��:	
��:	
�&&��&&�
	�:�
	���&54646;2+"&5-�	&�&&�&	s��:	
�&&��&&�
	62#!"&!"&5463!2�4��@��&&�&&-��:��&&&�&�����	"'&4762����4��4����4��4��4Z��f�	"/&47	&4?62S�4����4����44��4���#/54&#!4&+"!"3!;265!26 $$ �&�&�&�&&&�&&@���^����a�a@�&&&�&�&�&&&+�^����a�a�����54&#!"3!26 $$ �&�&&&@���^����a�a@�&&�&&+�^����a�a�����+74/7654/&#"'&#"32?32?6 $$ }��Z��Z��Z��Z����^����a�a���Z��Z��Z��Z�^����a�a�����#4/&"'&"327> $$ [4�h�4[j����^����a�a"Z�i�Z��J�^����a�a�����:F%54&+";264.#"32767632;265467>$ $$ ���o�W��	5!"40K(0?i�+! ":����^����a�a����X�R�dD4!&.uC$=1/J=�^����a�a�����.:%54&+4&#!";#"3!2654&+";26 $$ `��``��������^����a�a�����������^����a�a�����/_#"&=46;.'+"&=32+546;2>++"&=.'#"&=46;>7546;232�m&&m �l&�&l� m&&m �l&�&l�s&�%�&�&��%�&&�%�&�&��%�&&�&l� m&&m �l&�&l� m&&m �,�&��%�&&�%�&�&��%�&&�%�&���#/;"/"/&4?'&4?627626.  6 $$ I�

��

�

��

�

��

�

��
͒������(�r���^����a�aɒ

��

�

��

�

��

�

��
(��������_�^����a�a����� ,	"'&4?6262.  6 $$ ��Z4��f4�4fz�������(�r���^����a�a�Z&4f�f4�(��������_�^����a�a�����	"4'32>&#" $&6$  W���oɒV�󇥔�� z�����zz�8�����YW�˼�[����?����zz�:�zz�@�5K #!#"'&547632!2A4�@%&&K%54'�u%%�&54&K&&���4A��5K��$l$L%%�%54'�&&J&j&��K�5�K #"/&47!"&=463!&4?632�%�u'43'K&&%�@4AA4���&&K&45&�%@6%�u%%K&j&%K5�5K&$l$K&&�u#5��K@!#"'+"&5"/&547632K%K&56$��K5�5K��$l$K&&�#76%�%53'K&&%�@4AA4���&&K&45&�%%�u'5��K�"#"'&54?63246;2632K%�u'45%�u&&J'45%&L4�4L&%54'K%�5%�t%%�$65&K%%���4LL4�@&%%K'���,"&5#"#"'.'547!3462�4&�b��qb>#5���&4�4�&6Uu�e7D#		"�dž�&����/#!"&546262"/"/&47'&463!2�
���&�@&&4�L

r&4���

r

L�&�&�
���4&&�&�L

rI�@&���

r

L�4&&
���s/"/"/&47'&463!2#!"&546262&4���

r

L�&�&�
���&�@&&4�L

r@�@&���

r

L�4&&�
���4&&�&�L

r��##!+"&5!"&=463!46;2!2�8(�`8(�(8�`(88(�8(�(8�(8 �(8�`(88(�8(�(8�(88(�`8��#!"&=463!2�8(�@(88(�(8 �(88(�(88z���5'%+"&5&/&67-.?>46;2%6�.@g.��L4�4L��.g@.
��.@g.
L4�4L
.g@.���g.n.���4LL43�.n.g��g.n.�34LL4�͙.n.g����-  $54&+";264'&+";26/�a����^�����
�

�


�

�����^����a�a��
�
fm��
@
J%55!;263'&#"$4&#"32+#!"&5#"&5463!"&46327632#!2���$�$�8�~+(88�8(+}�(�`8(��(8`�]��]k=��=k]��]��8���,8e�8P88P8�����`(88(�@���M��M����N4&#"327>76$32#"'.#"#"&'.54>54&'&54>7>7>32&����z&^��&.������/+>+)>J>	W��m7����'
'"''? &4&c��&^|h_b��ml/J@L@#*
#M6:D
35sҟw$	'%
'	\�t��3#!"&=463!2'.54>54''�
��

@
�1O``O1CZ��Z71O``O1BZ��Z7�@

@
N�]SHH[3`�)Tt��bN�]SHH[3^�)Tt���!1&' 547 $4&#"2654632 '&476 ���=������=嘅�����}�(zVl��'��'���ٌ@�uhy����yhu����9(�}Vz��D#���#D#�������	=CU%7.5474&#"2654632%#"'&547.'&476!27632#76$7&'7+NWb=嘧�}�(zV�j�\i1
z,��X��
Y[6
$!%���'F��u�J�iys�?_�9ɍ?�kyhu�n(�}Vz����YF
KA؉L�a
�0��2�-�F"@Q���sp@�_���!3%54&+";264'&+";26#!"&'&7>2
�

�


�
�
#%;"�";%#<F<������7


���??""??�$$ll2#"'&'	+&/&'&?632	&'&?67>`,@L�����5
`		��
`	�����L�`4�L��H`
����`	��
a	5�
��L@��#37;?Os!!!!%!!!!%!!!!!!!!%!!4&+";26!!%!!!!74&+";26%#!"&546;546;2!546;232� ��`@���� ��`@���� ���@����@�� ��@����
@

@
� ��@��� �� 
@

@
�L4��4LL4�^B@B^�^B@B^�4L� �� @@��@@ � � � @@  

��
��@@ �� � 

��
M�4LL44L`B^^B``B^^B`L���7q.+"&=46;2#"&=".'673!54632#"&=!"+"&=46;2>767>3!54632�<M33K,��	��	
 j8Z4L2B4:;M33K,?		��	
�0N<* .)C=W]xD��0N<* .)C=W]xD?\�-7H)��	��	
�".=']�-7H)�
��w	��	
�<?.>mBZxPV3!�<?.>mBZxPV3!�
���&#"'&'5&6&>7>7&54>$32�d�FK��1A
0)����L���.���٫�C58.H(Y���e����#3C $=463!22>=463!2#!"&5463!2#!"&5463!2���H���&�&/<R.*.R</&�&�&��&&�&&��&&�&������Bɀ&&�4L&&L4�&&f��&&�&&��&&�&&Z� %"'	"/&4762��4���4��4�ͥ���5��5Z����	"'&4?62	62��4��44���5����5��%K%#!".<=#"&54762+!2"'&546;!"/&5463!232
�@�&@<@&�@	����:��&���	�
��& 

��&���&���
����&��	

��`&���:$"&462"&462!2#!"&54>7#"&463!2!2�LhLLh�LhLLh�!��
�&&�&��&&�&4hLLhLLhLLhL��%z<
0&4&&)17&4&
&&��#!"&5463!2!2��\�@\��\@\��\���@\��\�\��\ �W�*#!"&547>3!2!"4&5463!2!2W��+�B��"5P+�B@"5����^�=���\@\� \�H#�t3G#�3G:�_H�t�\��\ �@��+32"'&46;#"&4762�&��&�4�&��&4�4&�&4�4&&4�@�"&=!"'&4762!5462�4&�&4�4&&4�4�&��&4&��&����
!!!3!!��������������������������0@67&#".'&'#"'#"'32>54'6#!"&5463!28ADAE=\W{��O[/5dI
kDt���pČe1?*�w�@w��w�w��	(M&
B{Wta28r=Ku?RZ^Gw��T	-�@w��w�w�����$2+37#546375&#"#3!"&5463�w��w���/Dz?s�����w��w��w�@w�S�88�	�����w�w����#'.>4&#"26546326"&462!5!&  !5!!=!!%#!"&5463!2�B^8(�Ԗ���������>��������@�|�K5�5KK55K�^B(8Ԗ�Ԗ�€>�������v����5KK55KK�H��G4&"&#"2654'32#".'#"'#"&54$327.54632@p�p)*Ppp�p)*P�b	'"+`�N*(�a���;2��̓c`." b
PTY9��ppP*)p�ppP*)�b ".`�(*N��ͣ�2�ͣ����`+"'	b
MRZB�����4&"24&"264&"26#"/+"&/&'#"'&547>7&/.=46?67&'&547>3267676;27632#"&'"'#"'&547&'&=4767&547>32626?2#"&'"'#"'&547&'&=4767&547>32626?2��Ԗ���LhLKjKLhLKjK��	�"8w
s%(�")v

�
>�
	�"8x
s"+�")v
�<�
��3zLLz3��
3>8L3)x3
��3zLLz3��
3>8L3)x3
�Ԗ�Ԗ�4LL45KK54LL45KK���
#)0C	wZl/
�
Y�	
N,&�
#)0C	vZl.
�
Y�L0"��qG^^Gq�q$ ]G)Fq�qG^^Gq�q$ ]G)Fq��%O#"'#"&'&4>7>7.546$ '&'&'# '32$7>54'�����VZ|�$2$
|��E~E<�|
$2$�|ZV���:�(t}�������X(	
&%(H�w�쉉��x�H(%&	(X�ZT\�MKG���<m$4&"24&#!4654&#+32;254'>4'654&'>7+"&'&#!"&5463!6767>763232&4&&4�N2��`@`%)7&,$)'  
%/0Ӄy�#5 +�1	&<��$]`�{t��5KK5$e:1&+'3T�F0�h��4&&4&�3M:�;b^v�+D2 5#$��I�IJ 2E=\$YJ!$MCeM��-+(K5�5K�K5y�*%A�u]c���>q4&"24&'>54'654&'654&+"+322654&5!267+#"'.'&'&'!"&5463!27>;2&4&&4�+ 5#bW���0/%
  ')$,&7)%`@``2N��h�0##�T3'"(0;e$��5KK5 t��ip��<&	1&4&&4&�#\=E2&%IURI��$#5 2D+�v^b;�:M2g�c]vDEA%!bSV2M�K5�5K(,,��MeCM$!I��@�#"&547&547%6@�?V��8������b%	I�)���94.""'."	67"'.54632>32�+C`\hxeH>Hexh\`C+�ED���4��
#L</��>�oP$$Po�>��Q|I.3MCCM3.I|Q����/����Z$_d�C�+I@$$@I+� (@%#!"&5463!2#!"3!:"&5!"&5463!462�
��w��w@

��B^^B 
���4&�@&&�&4 ` 
�w�w�
 
^B�@B^24��& &�& &�����%573#7.";2634&#"35#347>32#!"&5463!2���FtIG9;HI�x�I��<,tԩw�@w��w�w�z��4DD43EE�����ueB���&#1�s�@w��w�w�����.4&"26#!+"'!"&5463"&463!2#2��&�S3L�l&�c4LL4�4LL4c����@��&��&{�LhLLhL��'?#!"&5463!2#!"3!26546;2"/"/&47'&463!2��w��w��w��@B^^B@B^@�&4��t

r

��&&`��w��w@w�@^B��B^^B@R�&��t

r

��4&&@"&5!"&5463!462	#!"&54&>3!2654&#!*.54&>3!2���4&�@&&�&4 s�w��

@B^^B��

@w��4��& &�& &��3�@w�
 
^B�B^ 
�����
I&5!%5!>732#!"&=4632654&'&'.=463!5463!2!2�J���J���S��q*5&=CKu��uKC=&5*q͍S8( ^B@B^ (8���`N��`Ѣ�΀G�tO6)"M36J[E@@E[J63M")6Ot�G�(8`B^^B`8	���',2��6'&'&76'6'&6&'&6'&4#"7&64 654'.'&'.63226767.547&7662>76#!"&5463!2		/[		.
=���X��Ě4,+"*+, 1JH'5G:�:#L5+@=&#���w�@w��w�w�P.1GE�,��ԧ��44+	;/5cFO:>JJ>:O9W5$@(b4��@w��w�w������'?$4&"2$4&"2#!"&5463!3!267!2#!#!"&5!"'&762&4&&4&&4&&4�8(�@(88(�c==c�(8��*�&�&�*�6�&4&&4&&4&&4& ��(88(@(88HH88`(�@&&�('��@����1c4&'.54654'&#"#"&#"32632327>7#"&#"#"&54654&54>76763232632


	N<�;+gC8�A`1a9�9�g��w����|�9�8aIe$I�VN��z<�:LQJ
�,�-[%	061I��(�)W,$-������7,oIX(�)o�ζA;=N0
eTZ
	 (���O#".'&'&'&'.54767>3232>32�e^\4?P	bM��O0#382W#& 9C9
Lĉ"	82<*9FF(W283#0OMb	P?4\^eFF9*<28	"��L
9C9 &#��!"3!2654&#!"&5463!2`��B^^B@B^^ީw��w��w@w�^B��B^^B@B^���w��w@w�����#!72#"'	#"'.546763���YY�!''!0#�G�G$/!''!�&�UU�jZ	
8"��"8
 ��X!	
8"	"8
	���GW4.'.#"#".'.'.54>54.'.#"32676#!"&5463!2 1.-
+$)
c�8
)1)

05.D
<9�0)$9��w�@w��w�w�W

)1)
7�c
)$+
-.1 �9$)0���<
D.59�@w��w�w��,T1# '327.'327.=.547&54632676TC_L��Ҭ���#+�i�!+*p�DNBN,y[����`m`%i]hbE����m��}a�u&,�SXK��
&$��f9s?
_���#"!#!#!54632��V<%'����Э��HH���	�(ں����T\dksz�� &54654'>54'6'&&"."&'./"?'&546'&6'&6'&6'&6'&74"727&6/�a���49[aA)O%-j'&]�]5r-%O)@a[9'
0BA;+


>HC���U


	#	
	
$				2	
AC: �����oM�=a-6O�UwW[q	( -	q[WwU�P6$C

+) (	
8&/
&eM���a�	
&
$	

��%+"&54&"32#!"&5463!54 �&@&�Ԗ`(88(�@(88(�r��&&j��j�8(��(88(@(8��������#'+2#!"&5463"!54&#265!375!35!�B^^B��B^^B
�

��
`���^B�@B^^B�B^�
��
�
`��
�������!="&462+"&'&'.=476;+"&'&$'.=476;�p�pp�p�$���!�$qr�
�%���}�#ߺ���pp�p��!�E$�
�rq�ܢ#���
%�
ֻ��!)?"&462"&4624&#!"3!26!.#!"#!"&547>3!2/B//B//B//B�
�@

�
�2�����^B�@B^�\77\�aB//B//B//B/�@

��
��

�~��B^^B@2^5BB5��2���.42##%&'.67#"&=463! 2�5KK5L4�_�u:B&1/&��.-
zB^^B���4L��v��y�KjK��4L[!^k'!A3;):2*�<vTq6^B�B^�L4�$���)��*@��A4#"&54"3!4."#!"&5!"&5>547&5462�;U gI�v��0Z���Z0�L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig0,3lb??bl3���4Lj��jL4*\���(88(�����\���}I/#"/'&/'&?'&'&?'&76?'&7676767676`�
(�5)�0
)��*)
0�)5�(
��
(�5)�0
))��))
0�)5�(
��*)
0�)5�(��
)�5)�0
)*��*)
0�)5�)
��
)�5)�0
)*���5h$4&"24&#!4>54&#"+323254'>4'654&'!267+#"'&#!"&5463!2>767>32!2&4&&4�N2��$YGB
(HGEG  H��Q�#5K4L��i�!<�����;��5KK5 
A#
("/?&}�vh��4&&4&�3M95S+C=�,@QQ9��@@�IJ 2E=L5i�>9eM��E;K5�5K	J7R>@#�zD<����5=q%3#".'&'&'&'.#"!"3!32>$4&"2#!"#"&?&547&'#"&5463!&546323!2`  #A<(H(GY$��2NL4K5#aWTƾh&4&&4�K5��;����=!�i��hv�}&?/"(
#A
 5K��2*!	Q@.'!&=C+S59M34L=E2 JI UR@@&4&&4&���5K;E��Lf9>�ig�<Dz�#@>R7J	K�5h4&"24#"."&#"4&#"".#"!54>7#!"&54.'&'.5463246326326&4&&4��IJ 2E=L43M95S+C=�,@QQ9�@@�E;K5��5K	J7R>@#�zD<�gi�>9eM��Z4&&4&<�#5K4LN2��$YGB
(HGEG  H��V���;��5KK5 
A#
("/?&}�vh��i�!<��4<p4.=!32>332653272673264&"2/#"'#"&5#"&54>767>5463!2�@@��2*!	Q@.'!&=C+S59M34L.9E2 JI UR�&4&&4&��Lf6A�ig�6Jy�#@>R7J	K5�5K;E@TƾH  #A<(H(GY$��2NL4K#5#a=4&&4&�D��=�i��hv�}&?/"(
#A
 5KK5��;�����+54&#!764/&"2?64/!26 $$ &�
�[6��[[j6[��&���^����a�a@�&�4[��[6[��[6�&+�^����a�a�����+4/&"!"3!277$ $$ [��6[��
&&��[6j[
���^����a�ae6[j[6�&�&�4[j[��^����a�a�����+4''&"2?;2652?$ $$ ��[6[��[6�&�&�4[���^����a�af6j[[��6[��
&&��[��^����a�a�����+4/&"4&+"'&"2? $$ [6�&�&�4[j[6[j���^����a�ad6[��&&�
�[6��[[j��^����a�a������  $2>767676&67>?&'4&'.'.'."#&6'&6&'3.'.&'&'&&'&6'&>567>#7>7636''&'&&'.'"6&'6'..'/"&'&76.'7>767&.'"76.7"7"#76'&'.'2#22676767765'4.6326&'.'&'"'>7>&&'.54>'>7>67&'&#674&7767>&/45'.67>76'27".#6'>776'>7647>?6#76'6&'676'&67.'&'6.'.#&'.&6'&.5/�a����^����D&"	


	4
	$!	#
	
		
	



 
.0"�Y
	+


!	
	

$	
	"
+


		
	�Α	
		
����^����a�a��

	

			
	

	

		
	
		P� '-(	#	*	$

"
!				
*
!	

(				

	
��$�
		
2
�~�/$4&"2	#"/&547#"32>32�&4&&4��V%54'j&&�'��/덹���:,���{	&4&&4&�V%%l$65&�b��'C��r!"��k[G�+;%!5!!5!!5!#!"&5463!2#!"&5463!2#!"&5463!2����������&��&&�&&��&&�&&��&&�&�������@�&&&&�&&&&�&&&&��{#"'&5&763!2{�'
��**�)��*��)'/!5!#!"&5!3!26=#!5!463!5463!2!2���^B�@B^�&@&`��^B`8(@(8`B^��� B^^B�&&�����B^�(88(�^���G	76#!"'&?	#!"&5476	#"'&5463!2	'&763!2#"'��c�)'&�@*������*�@&('�c���(&�*�cc�*�&'
����*�@&('�c���'(&�*�cc�*�&('���c�'(&�@*��19AS[#"&532327#!"&54>322>32"&462 &6 +&'654'32>32"&462Q�g�Rp|Kx;CB��y��y� 6Fe=
BP���PB
=eF6 ��Ԗ��V����>!pR�g�QBC;xK|��Ԗ���{QNa*+%��x��x5eud_C(+5++5+(C_due2Ԗ�Ԗ�����>�NQ{u�%+*jԖ�Ԗ��p�!Ci4/&#"#".'32?64/&#"327.546326#"/&547'#"/&4?632632��(* 8(!�)(��A�('��)* 8(!U�SxyS�SXXVzxT�TU�SxyS�SXXVzxT�@(� (8 *(���(��'(�(8 ���S�SU�Sx{VXXT�T�S�SU�Sx{VXXT���#!"5467&5432632�������t,Ԟ;F`j�)��������6�,��>�jK?�s��
�!%#!"&7#"&463!2+!'5#�8Ej��jE8�@&&&&@������XYY�&4&&4&�qD�S�%��q%��N\jx��2"&4#"'#"'&7>76326?'&'#"'.'&676326326&'&#"32>'&#"3254?''7�4&&4&l��
�NnbS���VZbR��SD	
zz
	DS��Rb)+U���Sbn�
��\.2Q\dJ'.2Q\dJ.Q2.'Jd\Q2.'Jd`!O�`��	`�����&4&&4�r$#@�B10M�5TNT{L�5T
	II	
T5�L;l'OT4�M01B�@#$�*�3;$*�3;�;3�*$;3�*$�:$/� @@�Qq`��@���"%3<2#!"&5!"&5467>3!263!	!!#!!46!#!�(88(�@(8��(8(�`(�(8D<���+����+�<��8(�`(��8(�`�8(�@(88( 8(�(`�(8(��(������<��`(8��(`����`(8����||?%#"'&54632#"'&#"32654'&#"#"'&54632|�u�d��qܟ�s]
=
��Ofj�L?R@T?��"&�
>
�f?rRX=Ed�u�ds���q��
=
_M�jiL��?T@R?E& �f
>
�=XRr?��b���!1E)!34&'.##!"&5#3463!24&+";26#!"&5463!2����
��
08(��(8��8(@(8��
�

�
�8(��(88(�(`(����1

�`(88(���(88(@

��
�`(88(@(8(��`���#!"&5463!2�w�@w��w�w�`�@w��w�w��/%#!"&=463!2#!"&=463!2#!"&=463!2&��&&�&&��&&�&&��&&�&��&&�&&�&&�&&�&&�&&��@'7G$"&462"&462#!"&=463!2"&462#!"&=463!2#!"&=463!2�p�pp�pp�pp��
�@

�
��p�pp��
�@

�

�@

�
Рpp�p��pp�p���

�
�pp�p���

�
�

�
��<L\l|#"'732654'>75"##5!!&54>54&#"'>3235#!"&=463!2!5346=#'73#!"&=463!2#!"&=463!2}mQjB919+i1$AjM_3<��/BB/.#U_:IdDRE�
�@
�
����k*G�j�
�@
�

�@

�
TP\BX-@8
C)5�XsJ@�$3T4+,:;39SG2S.7<���

�vcc)�)%L�l�}�

��

�
���5e2#!"&=463%&'&5476!2/&'&#"!#"/&'&=4'&?5732767654'&��@�0��2uBo
T25XzrDCBB�Eh:%��)0%HPIP{rQ�9f#-+>;I@KM-/Q"�@@@#-bZ��$&P{<�8[;:XICC>.�'5oe80#.0(
l0&%,"J&9%$<=DTI���cs&/6323276727#"327676767654./&'&'737#"'&'&'&54'&54&#!"3!260%
<4�"VRt8<@<
-#=XYhW8+0$"+dT�Lx-'I&JKkm��uw<=V�@�!X@		v
'��|N;!/!$8:I�Ob�V;C#V

&
(���mL.A:9 !./KLwP�M�$��@@
��/?O_o��%54&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!2654&#!"3!26#!"&5463!2��@��@��@���@��@��@���@��@��@�^B��B^^B@B^�����������������������������N��B^^B@B^^���#+3	'$"/&4762%/?/?/?/?�%k��*��6�6��bbbb|��<<��<�bbbb��bbbb�%k���6���6Ƒbbb��<<��<<�^bbbbbb@��M$4&"2!#"4&"2&#"&5!"&5#".54634&>?>;5463!2�LhLLh����
	�	LhLLhL!'�Ԗ���Ԗ@'!&	
�?�&&LhLLhL�	�	
��hLLhL��	j��jj��j	&@6/"
��&&���J#"'676732>54.#"7>76'&54632#"&7>54&#"&54$ ���ok;	-j=y�hw�i�[+PM3ѩ���k=J%62>Vc��a�aQ�^��� ]G"�'9��r�~:`}�Ch�  0=Z�٤���W=#uY2BrUI1�^Fk[|��a�����L2#!67673254.#"67676'&54632#"&7>54&#"#"&5463�w��w�+U	,i<��F{�jh�}Z+OM

2ϧ���j<J%51=Ub�w��w��w�@w�zX"�'8'�T�yI9`{�Bf� 
,>X�բ���W<"uW1AqSH1�bd��w�w����'74'!3#"&46327&#"326%35#5##33#!"&5463!2����0U6c��c\=hl���ࠥ�Ymmnnnn�w�@w��w�w�w&�46#�Ȏ;ed����wnnnnn��@w��w�w����	]#/#"$&6$3 &#"32>7!5!%##5#5353����Е���tt����u�{�zz�{S�ZC�`�c�����o���t�*�t��q|��|.EXN#�??�������,<!5##673#$".4>2"&5!#2!46#!"&5463!2��r�M*
�*M~�~M**M~�~M*j����jj����&�&&&�`��P%��挐|NN|���|NN|�*�jj���jj�@��&&�&&@�
"'&463!2�@4�@&�Z4�@�4&@
#!"&4762&��&�4�Z4&&4��@@���
"'&4762�&4�@�4&@��&�4�&�@�
"&5462@�@4&&4��4�@&�&�@����
3!!%!!26#!"&5463!2�`��m��`
�^B��B^^B@B^���
 `���@B^^B�B^^��@
"'&463!2#!"&4762�@4�@&�&&��&�4��4�@�4&Z4&&4��@��
"'&463!2�@4�@&��4�@�4&@
#!"&4762&��&�4�Z4&&4��@��:#!"&5;2>76%6+".'&$'.5463!2^B�@B^,9j�9Gv33vG9�H9+bI��\
A+=66=+A
[��">nSM�A_:��B^^B1&�c*/11/*{�'VO�3��@/$$/@�*�?Nh^��l+!+"&5462!4&#"!/!#>32]��_gTRdg�d���QV?U��I*Gg?����!�2IbbIJaa���iwE33����00� 08����4#"$'&6?6332>4.#"#!"&54766$32z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������z��
�	
_hQ��н�QGB�'(&�*�eoz�(���q!#"'&547"'#"'&54>7632&4762.547>32#".'632�%k'45%��&+�~(
(�h		&

\(
(�		&

~+54'k%5%l%%l$65+~

&		�(
(\

&		�h(
(~�+%��'��!)19K4&"24&"26.676&$4&"24&"24&"2#!"'&46$ �KjKKjKjKKj�e2.e<^P��,bKjKKj��KjKKjKjKKj��#��#���LlL�KjKKjKjKKjK��~-��M<M�(PM<rjKKjK�jKKjKujKKjK�������L���< 6?32$6&#"'#"&'5&6&>7>7&54$ L�h��я�W.�{+9E=�c��Q�d�FK��1A
0)���������p�J2`[Q?l&������٫�C58.H(Y��'����:d 6?32$64&$ #"'#"&'&4>7>7.546'&'&'# '32$7>54'Y����j`a#",5NK�
����~E�����VZ|�$2$
|��:
$2$�|ZV���:�(t}�����h�fR�88T
h�̲����X(	
&%(H�w��(%&	(X�ZT\�MKG�{x��|�!#"'.7#"'&7>3!2%632u��

�j
�H����{(e9
�1b���U#!"&546;5!32#!"&546;5!32#!"&546;5463!5#"&5463!2+!2328(��(88(`�`(88(��(88(`�`(88(��(88(`L4`(88(@(88(`4L`(8 ��(88(@(8��8(��(88(@(8��8(��(88(@(8�4L�8(@(88(��(8�L4�8����OY"&546226562#"'.#"#"'.'."#"'.'.#"#"&5476$32&"5462��И&4&NdN!>!
1X:Dx++w�w++xD:X1
-�U��
�!�*,*&4&��h��h&&2NN2D&

..J<
$$
<JJ<
$$
<J..

��P���bb&&�7!!"&5!54&#!"3!26!	#!"&=!"&5463!2��`(8��
�@

�
+��8(�@(8��(88(@(8�(��8(� @

@
�m+�U�`(88(�8(@(88(��
�h`���(\"&54&#"&46324."367>767#"&'"&547&547&547.'&54>2�l4

2cK�Eo���oED
)
�
�
�
)
D�g-;</-
?.P^P.?
-/<;-gY�����Y�

.2 L4H|O--O|HeO,����,Oe�q1Ls26%%4.2,44,2.4%%62sL1q�c�qAAq����4#!#"'&547632!2#"&=!"&=463!54632
��
��		@	
`
	��	
��

`?`�
�

@	
	@	
�!	��	
�
�
�
����54&+4&+"#"276#!"5467&5432632�
�
�
	`		_
�������v,Ԝ;G_j�)��``

��
	��		_ԟ����7
�,��>�jL>���54'&";;265326#!"5467&5432632	��		��
�
�
�
�������v,Ԝ;G_j�)���	`		����

`������7
�,��>�jL>�����X`$"&462#!"&54>72654&'547 7"2654'54622654'54&'46.' &6 �&4&&4&�y��y�%:hD:Fp�pG9�F�j� 8P8 LhL 8P8 E;
Dh:%������>�4&&4&}y��yD~�s[4D�d=PppP=d�>hh>@�jY*(88(*Y4LL4Y*(88(*YDw"
A4*[s�~����>�����M4&"27 $=.54632>32#"' 65#"&4632632 65.5462&4&&4�G9��������&
<#5KK5!��!5KK5#<
&ܤ��9Gp�p&4&&4&@>b�u��ោؐ&$KjK�nj��j�KjK$&����j��j�b>Ppp���
%!5!#"&5463!!35463!2+32����@\��\���8(@(8�\@@\������\@\���(88(��\��@��34#"&54"3#!"&5!"&5>547&5462�;U gI@L4�@�Ԗ�@4L2RX='�8P8��'=XR� U;Ig04Lj��jL4*\���(88(�����\��@"4&+32!#!"&+#!"&5463!2�pP@@P���j�j�@�@�\�@\�&��0�p����j��	��� \��\�&��-B+"&5.5462265462265462+"&5#"&5463!2�G9L4�4L9G&4&&4&&4&&4&&4&L4�4L�
��&���=d��4LL4d=�&&�`&&�&&�`&&�&&��4LL4
 ��&�#3CS#!"&5463!2!&'&!"&5!463!2#!"&52#!"&=4632#!"&=463�(8(��(88(�(`�x
��c�`(8���@��@��@�`(��(88(@(8(D��9�8(��`@�@@�@@��/?O_o��������-=%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!!5463!2#!"&5463!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
�����
@
&�&&&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
����

`��&&�&&
��/?O_o�����%+"&=46;25+"&=46;2+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2%+"&=46;2+"&=46;2%+"&=46;2+"&=46;2!!#!"&=!!5463!24&+"#54&+";26=3;26%#!"&5463!463!2!2�
@

@

@

@

@

@
�
@

@

@

@
�
@

@
�
@

@

@

@
�
@

@

@

@
���8(�@(8��
@

@
�
@

@
�
@
&�&&@8(�(8@&�@

@
�@

@

@

@
�@

@
��@

@
�@

@
�@

@
��@

@
�@

@

@

@
��� (88( ���

�@

``

��

``
-�&&& (88(��&@����<c$4&"2!#4&"254&+54&+"#";;26=326+"&5!"&5#"&46346?>;463!2�KjKKj�����KjKKj�������&��Ԗ���Ԗ�&&�@�&�&KjKKjK��
��jKKjK ������.��&j��jj��j&4&�@�@&&���#'1?I54&+54&+"#";;26=326!5!#"&5463!!35463!2+32����������� \��\����8(@(8�\  \����������\@\���(88(��\����:
#32+53##'53535'575#5#5733#5;2+3����@��E&&`�@@��`  ����  `��@@�`&&E%@�`��@ @ @��		 �� � � � �� 		��@ 0
@��!3!57#"&5'7!7!��K5�������@ � � @���5K�@����@@��� �����#3%4&+"!4&+";265!;26#!"&5463!2&�&�&�&&�&&�&�w�@w��w�w���&&��@&&��&&@��&&��@w��w�w�����#354&#!4&+"!"3!;265!26#!"&5463!2&��&�&��&&@&�&@&�w�@w��w�w�@�&@&&��&�&��&&@&:�@w��w�w��-M�3)$"'&4762	"'&4762	s
2

�.

�

2

�w��
2

�.

�

2

�w��
2

�

�

2

�w�w

2

�

�

2

�w�w
M�3)"/&47	&4?62"/&47	&4?62S
�.

2

��w

2

��
�.

2

��w

2

�M
�.

2

��

2

�.

�.

2

��

2

�.M�3S)$"'	"/&4762"'	"/&47623
2

�w�w

2

�

�

2

�w�w

2

�

��
2

��w

2

�

�.v
2

��w

2

�

�.M�3s)"'&4?62	62"'&4?62	623
�.

�.

2

��

2

�.

�.

2

��

2�
�.

�

2

�w�

2v
�.

�

2

�w�

2-Ms3	"'&4762s
�w�

2

�.

�

2�
�w�w

2

�

�

2
MS3"/&47	&4?62S
�.

2

��w

2

�M
�.

2

��

2

�.M
3S"'	"/&47623
2

�w�w

2

�

�m
2

��w

2

�

�.M-3s"'&4?62	623
�.

�.

2

��

2-
�.

�

2

�w�

2���/4&#!"3!26#!#!"&54>5!"&5463!2
��

@
�^B��  &�&  ��B^^B@B^ @

��
M��B^%Q=
&&<P&^B@B^^�+3"&5463!2#3!2654&#!"3#!"&=324+"3�B^^B@B^^B��
@

��
`�^B��B^�p�^B�B^^B�@B^`�@

�
�S`(88(``  ��'$4&"2%4&#!"3!26#!"&5463!2�&4&&4�
��

@
�^B��B^^B@B^f4&&4&��

�@
��B^^B@B^^/$4&"2%4&#!"3!264+";%#!"&5463!2�/B//B�
�


���0L4�4LL44L_B//B/��

�@
M   �4LL44LL���  >& $$ ������(���r���^����a�a��������(���^����a�a����!C#!"&54>;2+";2#!"&54>;2+";2pP��PpQ��h@&&@j�8(�Pp�pP��PpQ��h@&&@j�8(�Pp@��PppP�h��Q&�&�j (8pP��PppP�h��Q&�&�j (8p��!C+"&=46;26=4&+"&5463!2+"&=46;26=4&+"&5463!2Q��h@&&@j�8(�PppP�Pp�Q��h@&&@j�8(�PppP�Pp��@h��Q&�&�j (8pP�PppP�@h��Q&�&�j (8pP�Ppp@�@�	#+3;G$#"&5462"&462"&462#"&462"&462"&462"&462#"&54632K54LKj=KjKKj��KjKKj�L45KKjK�<^�^^��KjKKj��p�pp���\]��]\��jKL45K��jKKjKujKKjK��4LKjKK�^^�^��jKKjK��pp�p�r]��]\����� $$ ���^����a�aQ�^����a�a�����,#"&5465654.+"'&47623 #>bq��b�&4�4&�ɢ5����"		#D7e�uU6�&4&��m����1X".4>2".4>24&#""'&#";2>#".'&547&5472632>3�=T==T=�=T==T=��v)�G�G�+v�@b��R�R��b@�=&����\N����j!>�3l�k����i�k3�hPTDDTPTDDTPTDDTPTDD|x��xX�K--K��|Mp<#	)>dA{��RXtfOT# RNftWQ���,%4&#!"&=4&#!"3!26#!"&5463!2!28(�@(88(��(88(�(8��\�@\��\@\��\���(88(@(88(�@(88�@\��\�\��\ �u�'E4#!"3!2676%!54&#!"&=4&#!">#!"&5463!2!232�5��([��5@(\&��8(��(88(��(8,�9.��+�C��\��\@\� \��6Z]#+��#,k��(88(@(88(��;5E�>:��5E�\�\��\ �\�1. ���$4@"&'&676267>"&462"&462.  > $$ n%��%/���02�
KjKKjKKjKKjKf���ff�������^����a�a�y��y/PccP/�jKKjKKjKKjK���ff���ff�@�^����a�a�����$4@&'."'.7>2"&462"&462.  > $$ n20���/%��7KjKKjKKjKKjKf���ff�������^����a�a3/PccP/y��	jKKjKKjKKjK���ff���ff�@�^����a�a�����+7#!"&463!2"&462"&462.  > $$ �&��&&��&KjKKjKKjKKjKf���ff�������^����a�a�4&&4&�jKKjKKjKKjK���ff���ff�@�^����a�a���#+3C54&+54&+"#";;26=3264&"24&"2$#"'##"3!2@������@KjKKjKKjKKjK����ܒ���,����������gjKKjKKjKKjK�X�Ԁ�,�,��#/;GS_kw�����+"=4;27+"=4;2'+"=4;2#!"=43!2%+"=4;2'+"=4;2+"=4;2'+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;54;2!#!"&5463!2�``����``��`��``�``�``�``�``�``�````�p`���K5��5KK5�5Kp``�``�``��``�``�``��``�``��``��``�````��`��������5KK5�5KK@���*V#"'.#"63232+"&5.5462#"/.#"#"'&547>32327676���R?d�^��7ac77,9x�m#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�h[ 17��q%q#:��:#5KKu�'t#!X:	%�#+=&>7p@���*2Fr56565'5&'.	#"32325#"'+"&5.5462#"/.#"#"'&547>32327676@��ͳ�����8
2.,#,f�k*1x���-!���#@#KjK�#
ڗXF@Fp:f��_ #W��Ip�p&3z�	�e�`��v�o�8�t-�	�:5	��[�*�#:��:#5KKu�'t#!X:	%�#+=&>7p
�3$	"/&47	&4?62#!"&=463!2I�.

2

��w

2

�
-�@�)�.

2

��

2

�.
�-@@-��S�$9%"'&4762		/.7>	"/&47	&4?62i2

�.

�

2

�w�
E��>

u>

��.

2

��w

2

�
�2

�

�

2

�w�w
!��




�h�.

2

��

2

�.
���;#"'&476#"'&7'.'#"'&476�'
�)'�s
"+5+�@ա'
�)'����F*4*E�r4�M:�}}8��GO
�*4*������~�
(-/'	#"'%#"&7&67%632���B�;><���V�?�?V�� -����-C�4
<B�=�cB5���!%��%!�b 7I�))�9I7���	#"'.5!".67632y��(
��#

��##@,(
�)���8!	!++"&=!"&5#"&=46;546;2!76232-S��S����������S�

		��S��S�`���`���		

������K$4&"24&"24&"27"&5467.546267>5.5462 8P88P88P88P�8P88P�4,�C��S,4p�p4,,4p�p4,6d7AL*',4p�pP88P8�P88P8HP88P8`4Y��&+(>EY4PppP4Y4Y4PppP4Y�%*<O4Y4Ppp���
%@\ht�	"'&4762"&5462&#!"&463!2#"'&'7?654'7&#"&'&54?632#!"&463!2"&5462"'&4762��		

	����@U�SxyS���R���#PT����('�#��TU�SxySN���@����		

		�		

		
3��@��xS�SUO#���'(���V^�'(���PVvxS�SU��i��@��		

		
`�<+"&=46;2+"&=467>54&#"#"/.7!2���<'G,')7��N;2]=A+#H

�
�0P��R��H6^;<T%-S�#:/*@Z}


>h���.%#!"&=46;#"&=463!232#!"&=463!2�&�&&@@&&�&@&�&�&&&��&&�&�&�&&��&f�&&�&&b�#!"&=463!2#!"&'&63!2&�&&&'�'%@% �&&�&&�&&&&�k%J%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Sin�1KXL7觧�*		��#��&		*������@jC?.>!&1'\%Awc8^;:+<!P��%I%#/&'#!53#5!36?!#!'&54>54&#"'6763235���
����Ź���}���4NZN4;)3.i%Pln�EcdJ觧�*		��#��&		*������-@jC?.>!&1'\%AwcBiC:D'P%!	#!"&'&6763!2�P������&:�&?�&:&?����5"K�,)""K,)���h#".#""#"&54>54&#"#"'./"'"5327654.54632326732>32�YO)I-D%n "h.=T#)#lQTv%.%P_�	%	
%�_P%.%vUPl#)#T=@�/#,-91P+R[�Ql#)#|'�'
59%D-I)OY[R+P19-,##,-91P+R[YO)I-D%95%�_P%.%v���'3!2#!"&463!5&=462 =462 &546 ����&&��&&��&4&r&4&�������@����&4&&4&�G݀&&������&&f��������
��sCK&=462	#"'32=462!2#!"&463!5&'"/&4762%4632e*&4&i����76`al�&4&���&&��&&}n�

R

�

R
�z����f�Oego�&&�5�����`3��&&����&4&&4&�
D�

R

�

R
z����v���"!676"'.5463!2@�@w^�Cc�t~55~t�cC&�&@���?J���V��|RIIR|��V&&��#G!!%4&+";26%4&+";26%#!"&546;546;2!546;232�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�� �� ��N�4LL44L`B^^B``B^^B`L����L4&"2%#"'%.5!#!"&54675#"#"'.7>7&5462!467%632&4&&4��@�o�&�&}c ;pG=(
8Ai8^�^.�&4&&4&`��	`f�s��&& j�o/;J!#2
 KAE*,B^^B!`	$� ��-4&"2#"/&7#"/&767%676$!2�8P88P��Qr��	@
U���	@�
{`P�TP88P8�����P`��
�	@U	@�rQ���!6'&+!!!!2Ѥ���
8�������̙�e�;<*��@8 !�G��G�GQII���� %764'	64/&"2 $$ �f��3f4�:�4����^����a�a�f4334f�:4�:�^����a�a����� %64'&"	2 $$ ���:4f3��f4F���^����a�a��4�f4���4f�^����a�a����� 764'&"27	2 $$ �f�:4�:f4334����^����a�a�f4��:4f3���^����a�a����� %64/&"	&"2 $$ -�f4���4f�4����^����a�a��4f��3f4�:w�^����a�a���@��7!!/#35%!'!%j��/d��
�jg2�|�8�����������55���dc ��b���@��!	!%!!7!���FG)��D�H:�&�H����d���S)��U4&"2#"/ $'#"'&5463!2#"&=46;5.546232+>7'&763!2�&4&&4f]w�q�4�qw]	`dC���&&�:F�ԖF:�&&���Cd`�4&&4&����	]����]	`d[}�&�&�"uFj��jFu"�&�&�y}[d�#2#!"&546;4 +"&54&" (88(�@(88( r&@&�Ԗ8(��(88(@(8@����&&j��j�����'3"&462&    .  > $$ �Ԗ������>a��X��,��f���ff�������^����a�a�Ԗ�Ԗ�a>����T�X��,�,�~�ff���ff�@�^����a�a����/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88(�(88(�(88(�(88(�(88��/+"&=46;2+"&=46;2+"&=46;2�8(�(88(�(88(�(88(�(88(�(88(�(8 �(88(�(88�(88(�(88�(88(�(88���5E$4&"2%&'&;26%&.$'&;276#!"&5463!2KjKKj�
���
��
�
f���	

�\�
�
�w�@w��w�w��jKKjK"�G

�
ܚ

��f


�
���

	�@w��w�w�����  $64'&327/�a����^�����  ��!  ����^����a�a��J@%��%	6�5��/	64'&"2	"/64&"'&476227<���ij��6��j6��u%k%~8p�8}%%�%k%}8p�8~%<���<�ij4j��4����t%%~8�p8~%k%�%%}8�p8}%k���54&#!"3!26#!"&5463!2&��&&�&�w�@w��w�w�@�&&�&&:�@w��w�w����/#!"&=463!24&#!"3!26#!"&5463!2���@�^B��B^^B@B^��w��w��w@w��@@�2@B^^B��B^^���w��w@w���+#!"'&?63!#"'&762�(��@�	@�(@>@�%����%%��� ���!232"'&76;!"/&76 �
�($��>��(����
		��J ���&%�����$%64/&"'&"2#!"&5463!2�ff4�-�4ff4f�w�@w��w�w��f4f�-�f4����@w��w�w�����/#5#5'&76	764/&"%#!"&5463!2��48`���
#�� ����\�P\��w�@w��w�w���4`8�
��
#�@  ���`\P�\`�@w��w�w�����)4&#!"273276#!"&5463!2&� *���f4�
'�w�@w��w�w�`�&')���4f�*�@w��w�w�����%5	64'&"3276'7>332#!"&5463!2�`��'(wƒa8!
�,j.��(&�w�@w��w�w��`4`*�'?_`ze<��	bw4/�*��@w��w�w�����-.  6 $$ ���� �������(�r���^����a�a���O����(��������_�^����a�a�����
-"'&763!24&#!"3!26#!"&5463!2y��B��(�(�
�@

�
�w�@w��w�w�]#�@�##� �

�@
�@w��w�w�����
-#!"'&7624&#!"3!26#!"&5463!2y(��(@B@u
�@

�
�w�@w��w�w��###��@���

�@
�@w��w�w�����
-'&54764&#!"3!26#!"&5463!2@�@####���@��w�@w��w�w��B��(�(������@�@w��w�w����`%#"'#"&=46;&7#"&=46;632/.#"!2#!!2#!32>?6�#
!"'�?_

BCbCa�f\	+
~�2�	
��
	�}0�$

��
q
90r�
�

�pr%Dpu���?#!"&=46;#"&=46;54632'.#"!2#!!546;2��D
a__����	g	

*`-Uh1

��������

�߫�}
	$^L��
���
4��b+"&=.'&?676032654.'.5467546;2'.#"�ǟ�
B{PDg	q�%%Q{%P46'-N/B).ĝ
�9kC<Q
7>W*_x*%K./58`7E%_���
�	,-3�
cVO2")#,)9;J)���
�"!*�
#VD,'#/&>AX��>++"''&=46;267!"&=463!&+"&=463!2+32��Ԫ�$
�	��	
p���U�9ӑ
@�/�*f�����o�	

VRfq
�f=S��E!#"&5!"&=463!5!"&=46;&76;2>76;232#!!2#![�
��

 ��

��
�
�%
)��
	���

��"

��Jg
Uh
B�W&WX���
hU
g��
�84&#!!2#!!2#!+"&=#"&=46;5#"&=46;463!2�j��@jo�����
������g�|�@��~�v����v�
u�n#467!!3'##467!++"'#+"&'#"&=46;'#"&=46;&76;2!6;2!6;232+32Q�Kt#�� ��#F�N�Qo!��"�դ��ѧ����!�mY

�Zga~bm]�

[o�"�U+��������,����� @��h��
h@�@X
��h��h
��@�8���3H\#5"'#"&+73273&#&+5275363534."#22>4.#2>��ut
3NtR�P*�H�o2

Lo�@!�R(�Ozh=�,G<X2O:&D1A.1G$<2I+A;"B,;&$��L��GlF/�����3�D�����;a��$8$��".�!3!
��.�3!#!"&5463!���8( 8(��(88( ��h (8��(88(@(8�(8H!!#!"&5463!54&#!"3!2654&#!"3!2654&#!"3!26��(D 8(��(88( 8��@��@��@�$����(88(@(8��(8� @@@@@@"�}
$BR3/&5##"'&76;46;232!56?5"#+#5!76;5!53'#3!533��H��
��

�����D��q		�x7��	���K/�/K��F��h�/"���		@`����Z		s�Y��w�jj��jj��j"�}
$4R%3/&5##"'&76;46;232!53'#3!533!56?5"#+#5!76;5��H��
��

��������K/�/K��F����q		�x7��	�h�/"���		@`����jj��jj��j�Z		s�Y��
w"�)9IY%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2#!"&=463!2�
��

����� ��@������@���`��		@`�����������"�)9IY#!"&=463!2%#"'&76;46;232#!"&=463!2#!"&=463!2#!"&=463!2��� 
��

�������@��������@ ��r��		@`��r������"��
$CV%4&#"326#"'&76;46;232%#"'&'73267##"&54632!5346=#'73BX;4>ID2F��
��

������8PuE>.'%&TeQ,j��m{��+�>R�{�?jJrL6V��		@`��7>wmR1q
uW�ei��/rr�
:V��r"��
$7V4&#"326#"'&76;46;232!5346=#'73#"'&'73267##"&54632BX;4>ID2F��
��

������+�>R�{�8PuE>.'%&TeQ,j��m{��?jJrL6����		@`���rr�
:V��r3>wmR1q
uW�ei����@�\%4&#"326#!"&5463!2+".'&'.5467>767>7>7632!2&%%&�&��&& &�7.'	:@�$LB�WM{#&$h1D!		.I/!	Nr�&&%%��&&�&&V?, L=8=9%pEL+%�%r@W!<%*',<2(<&L,"r�@\#"&546324&#!"3!26%#!#"'.'.'&'.'.546767>;&%%&�&��&& &i7qN��	!/I.		!D1h$&#{MW�BL$�@:	'.�&&%%���&&��&&�=XNr%(M&<(2<,'*%<!W@r%�%+LEp%9=8=L ���	+=\d����%54#"327354"%###5#5#"'&53327#"'#3632#"'&=4762#3274645"=424'.'&!  7>76#'#3%54'&#"32763##"'&5#327#!"&5463!2��BB��PJN�C'%!	B?)#!CC $)�54f�"��@@
B+����,A

A+�&�+A
�
ZK35N #J!1331�CCC $)��w�@w��w�w��2��"33�F�Y�F~��(-%"��o�4*)$�(*�	(&;�;&&9LA38�33�4��S,;;,W��T+<<+T;(��\g7�x�:&&:�:&&<r����%-�@w��w�w����	+=[c}���#"'632#542%35!33!3##"'&5#327%54'&#"5#353276%5##"=354'&#"32767654"2 '.'&547>76 3#&'&'3#"'&=47632%#5#"'&53327�''RZZ�:k��id YYY.06�	62+YY-06	R[!.�'CD''EH$��VV�X:���:Y
X;��:Y
�fyd/%jG�&DC&&CD&O[52.
[$�C-D..D�^^���* l�y1%=^�I86�i077S
3
$EWgO%33%O�O%35	��EE�F�W�t;PP;p��t;PP;p�q��J�gT��F�Q%33&P�P%33%R�
7>%3���!+}��{�'+"&72'&76;2+"'66;2U
�&�
��	�(���P

�*��'�e�J."�-d�Z��-n �-���'74'&+";27&+";276'56#!"&5463!2�~�}�		�7��e �	���۩w�@w��w�w��"���
$Q#�'�!#
����@w��w�w��
�I-22#!&$/.'.'.'=&7>?>36����9II ! '	$ !�����01$$%A'	$ ! ����g	
\7@�)(���7Y
	
 \7@�)(���7Y
@����	'5557	���,���VW�QV���.R���W��=���?��l��%l`��������~����0��!#!#%777	5!	������R!!�XC�C��fff�݀�#�� `��,��������{��{{�`��������Og4&"2 &6 $"&462$"&62>7>7>&46.'.'. '.'&7>76 �Ԗ�� ���HR6L66L�G�HyU2LL2UyH��HyU2LL2UyHn
��X�6X��

��X�X��
Ԗ�Ԗ�����H�6L66L6�L2UyH��HyU2LL2UyH��HyU2L�n�6X��

��X�X��

�����2#!"&54634&"2$4&"2�w��w�@w��w�|�||��|�||���w�@w��w�w����||�||�||�|���	!3	37! $$ �n6^�5�5^h
����^����a�a������M�1�^����a�a���P��
*Cg'.676.7>.'$7>&'.'&'? 7%&'.'.'>767$/u5'&$I7o�b?K�\[z�H,1���+.@\7<��?5\V
,$V��g.GR@ �7��U,+!�����
	#	"8$}�{)�<�?L RR;kr,yE[��z#	/1
"#	#�eCI0/"5#`�	��"8���4~&p)4	2�{�H-.%W.L>���':Yi4&67&'&676'.'>7646&' '7>6'&'&7>7#!"&5463!2PR$++'TJX�j7-F��C',��,&C
."��!$28��h�/���"�	+p��^&+3$
i��0(�w�@w��w�w��+.i6=Bn\C1XR:#"�'jj�8Q.cAj�57!?"0D��$4"P[
&2�@w��w�w��D��"%.5#5>7>;!!76�P�Yh�pN!�HrD0�M��
 C0N��#>8\xx: �W]oW-�X���45���/%'#.5!5!#"37>#!"&5463!2p>,;$4
��5eD�+W�cE���w�@w��w�w�K�()��F
,VhV��^9tjA0/�@w��w�w���@�#"'&76;46;23�
��


��
	���&��

��� ���++"&5#"&7632�	���
^


c
� �&�

��@�#!'&5476!2� &��

����
^


b	���'&=!"&=463!546�
��� �&�
�
��	���
��
��q&8#"'&#"#"5476323276326767q'T��1[VA=QQ3���qq�Hih"-bfGw^44O#A���?66%CKJ�A}}�  !"�䒐""A$@C3^q|�z=KK?6�lk)���%!%!��V��V��u��u�u^-�m5�w��}�n�����~7M[264&"264&"2"&546+"&=##"&5'#"&5!467'&766276#"&54632�  �  ��*<;V<<O@-K<V<�<+*<J.@�k��c�lG
H_�_H
�<+*<<*+<    �<*�R+<<+�*<�f.@�+<<+��+<<+�@.��7�uu�7�
�**�
���R+<<+�+;;	��"%3I�#5472&6&67><&4'>&4.'.'.'.'.'&6&'.'.6767645.'#.'6&'&7676"&'&627>76'&7>'&'&'&'&766'.7>7676>76&6763>6&'&232.'.6'4."7674.'&#>7626'.'&#"'.'.'&676.67>7>5'&7>.'&'&'&7>7>767&'&67636'.'&67>7>.'.67�	\
��
	U7	
J#!W!'	

"';%

k	)"	
	'


/7* 		I	,6
*&"!

O6*
O $.(�	*.'

.x�,	$CN��	
�		*	�
6
		
7%&&_f&
",VL,G$3�@@$+
"


V5 3"	
""�#dA++
y0D-%&n4P'A5j$9E#"c7Y
6"	&
8Z(;=I50' !!e
�R
��
"+0n?�t(-z.'<>R$A"24B@(	~	9B9,	*$		
		<>	?0D�9f?Ae �	.(;1.D	4H&.Ct iY% *	�
7��


��
J	 <
W0%$	
""I!
*D	 ,4A'�4J"	.0f6D�4p�Z{+*�D_wqi;�W1G("%%T7F}AG!1#% JG3��� '.2>Vb%&#'32&'!>?>'&' &>"6&#">&'>26 $$ *b6�~�#��= ���XP2��{&%gx|�� .���W)o���O��LO�sEzG<��	CK}E	$MFD<5+
z���^����a�a$�MW�M��1>]|�YY�^D
�եA��<��K�m����E6<�"�@9I5*�^����a�a�����>^4./.543232654.#"#".#"32>#"'#"$&547&54632632�':XM1h*�+D($,/9p�`D�oC&JV<�Z PA3Q1*223�I�oBkែhMI����oPែhMI��oP�2S6,M!"@-7Y.?oI=[<%$('3 -- <-\�%Fu���Po��IMh���Po����IMh,���#?D76&#!"7>;267676&#!"&=463!267
#!"'&5463!26�%�8#!�
��&&Z"�M>2!��
	�^I7LRx_@�>MN�""��`�=&&*%�I�}��,
	�	L�7_jj��9����/%4&#!"3!264&#!"3!26#!"&5463!2�� ��� ��&��&&�&��������&&�&&��19#"'#++"&5#"&5475##"&54763!2"&4628(3�-�	&�B.�.B�&	�-�3(8Ig�gI�`������(8+U��e&��.BB.&����+8(�kk��`�������%-"&5#"&5#"&5#"&5463!2"&4628P8@B\B@B\B@8P8pP�Pp�����@�`(88(`�p.BB.�0.BB.���(88(�Pppͺ�������!%>&'&#"'.$ $$ ^/(V=$<;$=V).X���^����a�a��J`"(("`J��^����a�a��,���I4."2>%'%"/'&5%&'&?'&767%476762%6�[���՛[[���՛o��
�ܴ
 
���
��	��	$
$�	"	�$
$	��	�՛[[���՛[[�5`��

^�

�^

2`��
`2

^��^

��`
�����1%#"$54732$%#"$&546$763276�68��ʴh�f�킐&^�����zs��,!V[���vn)�	�6���<��ׂ�f{���z����}))N�s���3(@����+4&#!"3!2#!"&5463!2#!"&5463!2@&�&&f&��&&�&@&�&&&�4&&4&�@&&�&&��&&&& ��`�BH+"/##"./#"'.?&5#"&46;'&462!76232!46 `&�C�6�@Bb0�3eI;��:�&&�&4�L�4&���F���
�Z4&�w�4�) ���''
�5�r�&4&&�4&��&4��������}G�#&/.#./.'&4?63%27>'./&'&7676>767>?>%6}�)(."�2*&�@P9A
#sG�q]
#lh�<*46+(
	
<
5�R5"*>%</
 '2�@� 53*9*,�Z&VE/#E+)AC
(���	2k<X1$:hI(B
"	!:4Y&>"/	+[>hy
	���K
!/Ui%6&'&676&'&6'.7>%.$76$% $.5476$6?62'.76&&'&676%.76&'..676�#"NDQt	
�-�okQ//�jo_	������	���%&J�������Ղ���YJA-��.--
9\DtT+X?*<UW3'	26$>>�W0{�"F!"E �

^f`$"�_]\�<`�F�`�F�D��h>Cw�ls���J@�;=?s
:i_^{8+?`
)
O`�s2R�DE58/K��r	#"'>7&4$&5m��ī��"#���̵�$5���$�"^^W����=���ac��E�*���c������zk./"&4636$7.'>67.'>65.67>&/>z X^hc^O<q����+f$H^XbVS!rȇr?5GD_RV@-FbV=3!G84&3Im<$/6X_�D'=NUTL;2KPwt��Pt= 

�&ռ
,J~S/#NL,��8JsF);??1zIEJpq�DIPZXSF6\?5:NR=��;.&1��+!"&=!!%!5463!2�sQ9����Qs�*�*�*sQNQsBUw��
wUBF��H���CCTww���%1#"&=!"&=463!54632.  6 $$ �	��	
��

`?��������(�r���^����a�a�	��	
�
�
�
���(��������_�^����a�a�����%1#!#"'&47632!2.  6 $$ �
����		@	
`
��������(�r���^����a�a�
�
?		@	
���(��������_�^����a�a�����/#"'&476324&#!"3!26#!"&5463!2&�@�&
�@

�
�w�@w��w�w����&@B@&���

�@
�@w��w�w�����"&462  >& $$ �Ԗ��*�����(���r���^����a�a�Ԗ�Ԗ �������(���^����a�a���]�6#"$54732>%#"'!"&'&7>32'!!!2�f:�л����Ѫz��~�u:�
(�(%`V6B^hD%��i�(�]̳ޛ	��*>�6߅�����r�#�!3?^BEa�߀�#�9���#36'&632#"'&'&63232#!"&5463!2
��Q,&U�#+'
 �;il4L92<D`����w�@w��w�w�����`9ܩ6ɽ]`C4�7�7�&�@w��w�w����D+"&5#"'&=4?5#"'&=4?546;2%6%66546;2�������
	
��
	
��w�ww�w�������cB
�G]B
�G��t�y]t�y�
���#3C#!+"&5!"&=463!46;2!24&#!"3!26#!"&5463!2���@��`@`�^B��B^^B@B^��w��w��w@w��@��`@`���2@B^^B��B^^���w��w@w�����'/?P+5#"&547.467&546;532!764'!"+32#323!&ln��@
:MM:
@��nY*�Yz--zY�*55QDD�U���9p��Y-`]��]`.X /2I$�	t�@@/!!/@@3,$,3�$p$0�0��&*0��&���&��
!P@���RV2#"&/#"&/#"&546?#"&546?'&54632%'&54632763276%�>S]�8T;/M7��7T</L7�=Q7,�i�<R7,�5T</L666U;/M5�<U<,�i���6i���Q=a!;�;V6-�j�;V6-�5	P=/L596Q</L5�<U6-�i�;V7,�7O;-I6��8��i;k���)I2#!"&5463#9"'.'.'3!264&#!"2>7%>�w��w�@w��w�!"�5bBBb/�/*
8(@(87)��(8=%/�'#?��w�@w��w�w����#~$EE y &�L(88e):8(%O r		

		�O�?GQaq47&67>&&'&67>&"&#6$32#"#"'654  $&6 $6&$ Co��L��.*�KPx���.*� 
iSƓi
7J?��~�pi{_Я�;��lL�������UZ=刈�����刈�����_t'<Z
�:!
	���@!
��j`Q7$k�y, R����f��k*4�������LlL��=Z=刈��������&$&546$7%7&'5>�����]���5��%��w�����������&��P�?�zrSF�!|��&0	##!"&5#5!3!3!3!32!546;2!5463���)�
)����;)��);;)��)���&&������&@@&�&��&��	�
6 $&727"'%+"'&7&54767%&4762������֬>4P���t+8?::
	�	
::AW��``���EvEEvE<�.���"�e$IE&�O�&EI&�{h.`��m���"&#"&'327>73271[
>+)@
(���]:2,C?��*%�Zx/658:@#N
�C�=�E�(�o��E=��W'c:������#!#"$&6$3 &#"32>7!����ڝ���yy��,��{��ۀ�ہW�^F!�L�C=���y�:�y��w���߂0H\R%�"N^ '&76232762$"&5462"&46274&"&'264&#"'&&#"32$54'>$ $&6$ G>��>0yx1��4J55J�5J44J5�Fd$��?�4J55%6�E��#42F%��$f�������LlL�q>>11�J44%&4Z%44J54R1F$Z-%45J521��Z%F1#:��ʎ 9�������LlL�����#Qa"'&7622762%"&5462"&546274&#"&'73264&#"'&&#"32654'>#!"&5463!2�

5�5

*�*��.>.-@-R.>.-@-�<+*q�6�- -- 0�<�o,+< ��3�w�@w��w�w��

55

**�.. -- .. --G*<N�' ,-@-+*��M <*2
z��z
1�@w��w�w�����0<754&""&=#326546325##"&='26 $$ bZt�t&�sRQs��Z<t�sQ���^����a�a�>OpoO��xzRrqP6�z~{{Prr��^����a�a�����]054&"#"&5!2654632!#"&57265&<T<����H<T<������H������<T<8v*<<*������
��+;;+l���:�������=:��*;;*���
%!!"!!26#!"&5463!2��@� ]���]�@�w�@w��w�w�����]� �@��@w��w�w���	
%)3!!#335!!5!5!%#!!5!5!%#H��H{����R��H��H{���G��G{�)���q���G����R�R�q���R�R�q�����	#0@#"'632#"'632&#"7532&#"#7532#!"&5463!2L5+*5��L5+*5~�}7W|�3B}��}JC��7=}�w�@w��w�w�D�ZQ�[�1�N:_��)�i�$��)���@w��w�w��
)�	�����������6.#&#"'&547>'&#".'&'#"&5467%&4>7>3263232654.547'654'63277.'.*#">7?67>?>32#"'7'>3'>3235?�K�cgA+![<E0y�$,<'.cI
	,#� '!;7$�=ep���	��/�/7/
D+R>,7*
2(-#=
	/~[(D?G  �|,)"#+)O��8,+�'�6	y{=@��0mI�#938OA�E`
-�
)y_/FwaH8j7=7?%����a	%%!?)L
J
9=5]~�pj

 %(��1$",I 
$@((�
+!.S		-L__$'-9L	5V��+	
	6�T+6.8-$�0��+
t�|S1��6]�&#"'&#"67>76'&'&#"67>32764.#"#.32>67>7 $&54>7>7>7�rJ�@"kb2)W+,5/1		#

Z
-!��$IOXp7s�LCF9�vz NAG#/ 5|����Հ';RKR/J#=$,�9,�+$UCS7'2"1
 !�/
,

/--ST(::(�ep4AM@=I>".)x��ls��Y�|qK@
%(YQ�&N
EHv~����<Zx'#"&5467&6?2?'&"/.7.546326#"&'&/7264/7'764&"'?>>32.��A�UpIUxYE.A�%%%h%����%hJ%�����D,FZxULsT�gxUJrV�D�%hJ%�����@/LefL.C�%Jh%�����C�VsNUxϠ�@.FZyUHpV�A�%h&%%���%Ji%�����C�WpIUybJ/��Uy^G,D�%Jh%�����@�UsMtU�C�%hJ%�����C-Kfy�EX[_gj��&/&'.''67>7>7&'&'&'>76763>7>#&'&'767672'%'7'+"&'&546323267>7%#"'4'6767672,32�,+DCCQL�Df'
%:/d
B	4@}
�&!0$�?�����J�f�d�f-�.=���6(��:!TO�?
!I�G_�U%
����.
k*.=;�	5gN_X��	"
##
292Q41�
��*����6���nA;�|�
�BSN.	%1$����
6	$��nk�^�'7GWgw�����2+"&5463#!"&5463!254&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26#"&=! B^^B�B^^B�:F�j��B^8(�(`�(� ������������������`�(8���^B��B^^B@B^�"vE�j�^B(8(�`(�����������������������8(����/?O_o��������/?2#!"&5463;26=4&+";26=4&+";26=4&+";26=4&+"54&+";2654&+";2654&+";2654&+";2654&+";2654&#!"3!2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";2654&+";26@&&�&&�@@@@@@@@�@@@@@@@@@@��@@@@@@@@@@@@@@@@@@@&��&&�&��@@��@@��@@��@@��@@@@@@@@@@���@@@@@@@@�@@@@@@@@@@@��`'	"&5#"&5&4762!762$"&462���B\B@B\B��O�p�P����������.BB.���.BB.8$P��O広�������3CQ#".54>32#".546322#"&#"#"54>%".54>32%2#"&54>&X=L|<&X=M{<��TML�FTML�F�v�"?B+D�?B�J�p��H=X&<{M=X&<|dMTF�LMTF�(<kNs�I<kNs���Pvo�JPwo�/��s.=ZY�VӮv�Nk<J�sNk<I�shwPJ�ovPJ�o@��+"&7.54>2�r_-$�$-_rU���U��%��&&5%ő������'-
"'.546762����@��F�F�$�@B�@$.&�,�&.]]|�q����#<���<#(B�B��B%'-%'-'%'-"'%&'"'%.5467%467%62����@��l�l����@��l�l,���@��G�G�&!�@@�@�@@�@!&+#�+#�6�#+�$*`�:�p������:�p���x�
�p����=�`$>����>$�&@��&@�

�@&�p�@��	&.A!!"!&2673!"5432!%!254#!5!2654#!%!2#!8���Zp��?v�d���Ί�e�ns�6(���N[�����RW�u?�rt1Sr�F���|��iZ��@7�����މoy2���IM��C~[�R �yK{T:���%,AGK2#!"&5463!!2654'654.#532#532"&5!654&#"327#2#>!!�w��w�@w��w��~u��k'JTM��wa��|
DH��������>�I1q�Fj?����w�@w��w�w�����sq�*4p9O*�¸Z^���qh LE
�������"(nz8B
M���'?"&4624&#"'.'324&#"3267##"&/632632.�ʏ����hhMA�LR vGhг~��~������K„y���O^
��ʏ�ʏ��В*�LM@!<I�~��~����������t\��0�������CM4&"2#"&'676&/632#!"&=3267%2654&#"&#"%463!2"&4632�r�qq��tR8^4.<x3=RR��w�@w���_h�
Y��Ӗ���	K>�שw�w���ȍ�de�)�qrOPq�Ȧs:03=<x!m�@w��w�E\x�g�ӕ��є��%w�w����d��Ȏ��V��
-<K\%.'.>7'.?67'67%'>&%'7%7./6D�\$>	"N,��?a0�#O���1G�����9�'/���P(1#00��
($=!F"�9|��]�"RE<�6'o��9%8J$\:��\H�iTe<?}V��#�oj��?���d,6���%N#"
Hl��S��VY�]C

=�@�C4&"2!.#!"4&"2+"&=!"&=#"&546;>3!232�^�^^���Y	�	^�^^��`p�p�p�p`�]i�bb�i]�~�^^�^�e��^^�^���PppP��PppP��]��^^�]��3;EM2+"&=!"&=#"&546;>;5463!232264&"!.#!"264&" ]�`p�p�p�p`�]i�b���b�i���^^�^d�Y	�	!�^^�^��]��@PppP@@PppP@�]��^��^�]� ^�^^��e��^�^^� ��3$#!#!"&5467!"&47#"&47#"&4762++�&�2
$��$
�2&��&��&�4�&��&��Z4&�&##&�&4�&4�&4���4&�m4&�m���+DP4'&#"32763232674'&!"32763 3264'&$#"32763232> $$ g����* �o�`#�ə�0#z��#l(~���̠)���-g+����^����a�aF s"	+g�(�*
3#!|
#/IK/%*%D=)[�^����a�a����	!!!'!!77!���,���/���,�-���a��/G��	t%/;<HTbcq������%7.#"32%74'&"32765"/7627#"5'7432#"/7632#"5'7432#"&5'74632	#"/6327#"/6327#"/46329"&/462"&/>21"&/567632#!.547632632
	
	*


			��X		�

^

`		���

^b
	��c�
	f�u��
U`�59u���

���

4�J���
	
l�~		~�	F��	
��	�2�����

�
�	��	�m����|O�,��� ����	

���
��������

ru|	��u�
�
"�����
)9 $7 $&= $7 $&= $7 $&=  $&=46��w���`���w���w���`���w���w���`���w��b����`����VT�EvEEvE�T��VT�EvEEvE�T*VT�EvEEvE�T*EvE�EvEEvE�Ev�#^ct�#!"&5463!2!&'&!"&5!632#"&'#"/&'&7>766767.76;267674767&5&5&'67.'&'&#3274�(8(��(88(�(`�x
��c�`(8��!3;:�A0�?ݫ�Y

	^U	47D$

	7�4U3I�
|��L38wtL0�`(��(88(@(8(D��9�8(��Q1&(!;��
(g-	Up�~R�2(/{E���(Xz*Z%(�i6CmVo8�#T#!"&5463!2!&'&!"&5!3367653335!3#4.5.'##'&'35�(8(��(88(�(`�x
��c�`(8�iF������F��Zc�r�cZ�`(��(88(@(8(D��9�8(���k�k�"	��kk�J	 	!��	�k�#S#!"&5463!2!&'&!"&5!%!5#7>;#!5#35!3#&'&/35!3�(8(��(88(�(`�x
��c�`(8�-Kg
kL#D��C��JgjL��D���`(��(88(@(8(D��9�8(���jj�	�jjkk��kk����#8C#!"&5463!2!&'&!"&5!%!5#5327>54&'&#!3#32�(8(��(88(�(`�x
��c�`(8� G]�L*COJ?0R��\wx48>�`(��(88(@(8(D��9�8(���jj��RQxk��!RY�#*2#!"&5463!2!&'&!"&5!!57"&462�(8(��(88(�(`�x
��c�`(8�������P�pp�p�`(��(88(@(8(D��9�8(����������p�pp�	�#*7JR5#5#5#5##!"&5463!2!&'&!"&5##5!"&54765332264&"�����<(8(��(88(�(`�x
��c�`(8����k�ޑc�O"�jKKjK�������������`(��(88(@(8(D��9�8(������SmmS?M���&4&&4�#9L^#!"&5463!2!&'&!"&5!#"/#"&=46;76276'.'2764'.�(8(��(88(�(`�x
��c�`(8���������6dd�WW6&44�`(��(88(@(8(D��9�8(��.��	����G���5{��{5�]�]$59�95�#3C#!"&5463!2!&'&!"&5!2#!"&5463#"'5632�(8(��(88(�(`�x
��c�`(8��4LL4��4LL4l	��		�`(��(88(@(8(D��9�8(���L4��4LL4�4L��	
Z
	�#7K[#!"&5463!2!&'&!"&5!>&'&7!/.?'&6?6.7>'�(8(��(88(�(`�x
��c�`(8�`3��3��3��3�v
�
?
�
�`(��(88(@(8(D��9�8(���&��&-��&��&�
?


��
'���6#'.
'!67&54632".'654&#"32�eaAɢ/PRAids`WXyzO�v��д��:C;A:25@Ң>�����-05r��n������`��H(�����' gQWZc[���
-%7'	%'-'%	%"'&54762�[������3[��M���N�����
��3"��,��""3,3"o�ng�$������߆���]�g�n��$����+��)��

")")"

��x#W#"&#!+.5467&546326$32327.'#"&5463232654&#"632#".#"o���G��n\�u_MK'����̨|�g?CM7MM5,QAAIQqAy��{�b]BL4PJ9+OABIRo?z��.�z��
�n�6'+s�:�������z�cIAC65D*DRRD*�wy�al@B39E*DRRD*��'/7  $&6$ 6277&47' 7'"' 6& 6'�lL������������R�R����ZB|��R�R��>����d�ZZ��������LlL�Z����R�R«����Z��&�>���«|��R� � ��! $&54$7 >54'5��������P���f���f����P�����牉�@��s��-����ff���`-����c6721>?>././76&/7>?>?>./&31#"$&��(@8!IH2hM>'

)-*
h'N'��!'Og,R"/!YQG<I *1)

(-O1D+0�n�������z�3fw���G2'3�rd1!sF0o ��.q"!%GsH8��@-!5|w|pgS=
"B2PJfh�G���d�R	�(P]ly��&$'77&7567'676'"'7&'&'7&47'6767'627''6$'67'654'7&'7'&'&'7&'5&$  $6 $&6$ j��j:,A��A��S9bb9R#:j���8AܔA,z��C�9Z04\40Z9�C��!B�;X0,l,0X;�B�*A8ܔA&#9j`b9S$#R99#&A��8A�`
������䇇�<Z<䳎������LlL�fBϬ"129�,V<4!���!88dpm��"��BV,�92[P*V*P\M�C�

�C�M\P*V*P]L�D�

�D�L&BV*�8*8!����f�!4<gmpd88!&!8*8�*VB�Z<䇇�����䇇��������LlL�����9Eis�%#"5432#"543275#&#"3254&'.547>54'63&547#5#"=3235#47##6323#324&"26%#!"&5463!2F]kbf$JMM$&�N92<Vv;,&)q(DL+�`N11MZ
%G���&54	#	i�<$8&@��0H12F1d�w�@w��w�w��B?@�UTZ3%}rV2hD5%f-C#�C@,nO	�a7�.0�x2	yR�uR/u�%6;&�$76%$56S�@w��w�w��D��<Hlw%4#"324&#"32!".5475&5475.546322#654'3%#".535"&#"5354'33"&+32#"&54632S����;<;||w
$+�|('-GVVG-��EznA�C?H_��`Rb���]Gg>Z2&`��9UW=��N9:PO;:dhe\=R����
+)�&')-S9��9kJ�<)Um�Q��/��-Ya^"![��Y��'(<`X;_�L6#)|����tWW:;X���	#'#3#!"&5463!2)
p�*�xeשw�@w��w�w���0,\8�����@w��w�w��9��I#"'#"&'&>767&5462#"'.7>32>4."&'&54>32JrO<3>5�-&FD(=Gq���@C$39a��LL��²�L4

&)
@]��v�
�q#CO���!~󿵂<ZK#*Pq.���%
L��²�LL��arh({�w؜\���i&5467&6747632#".'&##".'&'.'#".5467>72765'./"#"&'&5
�}����1R<2"7MW'$	;IS7@�5sQ@@)�R#DvTA;
0x
I)�!:>�+<B76:NFcP:SC4r�l+r �E%.*a-(6%('�>)C	6.�>�
!-I[4&#"324&#"3264&#"324&#"326&#"#".'7$4$32'#"$&6$32D2)+BB+)3(--(3�1)+BB+)�4'--'4��'���#!0>R	�H���MŰ9�o�u7ǖD��䣣���
R23('3�_,--,�R23('3�_,--,�����NJ
������?u�W�m%������#"'%#"'.5	%&'&7632�!�
�;�
	`��u%"��(����!]#�c�)(�	��� #"'%#"'.5%&'&76	�!�
���	�(%#�#���fP_�"�(���!�)'��+�ʼn�����4I#"$'&6?6332>4.#"#!"&54766$32#!"&=46;46;2z�䜬��m�
I�wh��QQ��hb�F�*�@&('�k�������@����z��
�	
_hQ��н�QGB�'(&�*�eozΘ�@@`���  >. $$ ����ff���ff�����^����a�af���ff�����^����a�a��>�����"&#"#"&54>7654'&#!"#"&#"#"&54>765'46.'."&54632326323!27654'.5463232632�,�-,�,",:!
%�]&
%@2(/�.+�*)6!	<.$.�.*�*"+8#
�
#Q3,�,+�+#-:#"</$�)

w�

���
,*

x9-.2"'
,,
���@�&,,
��Qw
,����,#"+"&5#+"&5&'&'&547676)2�%2$l$�#l#�b~B@XXyo2�$CI@5��$$�>$$�/:yu��xv)%$	��/?CG%!5%2#!"&5463!5#5!52#!"&54632#!"&5463#5!5`���&&�&&������ �&&�&&�&&�&&@������&�&&&���������&�&&&�&�&&&��������%2 &547%#"&632%&546 #"'6���������\~����~\h�
���~\��h\�������V�
�V�������V��V���%5$4&#"'64'73264&"&#"3272#!"&5463!2}XT=��=TX}}�~�>SX}}XS>�~�}�w�@w��w�w���~:xx:~�}}Xx9}�}9xX}�@w��w�w���/>LXds.327>76 $&6$32762#"/&4762"/&47626+"&46;2'"&=462#"'&4?62E0l�,

*"�T�.�D@Yo������oo����@5D�

[		

Z
�Z

		[	 ``��[



Z

	�2
,�l0
(T�"�.�D5@������oo��oY@D,

Z

		[	�		[		

Z
��``EZ

		[		
�5%!  $&66='&'%77'727'%am��lL�������m�f�?���5���5>�f�F�tu�ut�F������������LlL�H�Y�C�L|��|L����Y�˄(��E''E*(�/?IYiy����%+"&=46;2+"&=46;2+"&=46;2+"&=46;2%"&=!#+"&=46;2+"&=46;2+"&=46;2+"&=46;2!54!54>$ +"&=46;2#!"&=������@�������&&������@��������������3P��
>��P3��&��&��r���r��r���&��&���r���r��r���
he

4LKM:%%:MKL4�W��T�&&��%/9##!"&563!!#!"&5"&5!2!5463!2!5463!2�&&�&��&�&&���� ��� ��&��&&i�@����&&@&7�����'#5&?6262�%%�o����;����j|/����&jJ%�p��&j;&i&�p���/|���j�ţ���%Jk%�o��%��	:g"&5462#"&546324&#!"263662>7'&75.''&'&&'&6463!276i���~ZYYZ~�@O��S;+[G[3YUD#o?D&G3I=J�y�TkBuhNV!WOhuAiS�y*'^C�C^'*SwwSTvvTSwwSTvv���WID\�_"[�g��q# /3qF��r2/ $r�g�%4
�HffH�J4d���#!#7!!7!#5!������VF��N����rmN�N��N����������N���!Y���+?Ne%&'&'&7>727>'#&'&'&>2'&'&676'&76$7&'&767>76'6�#
<�;1�1x��#*#
�G,T9�3%�/#0v�N�Z;:8��)M:(	&���C.J}2	%0����
 	^*
J�F	
&�7'X"2L�DM"	+��6�
M2+'BQfXV#+]
#���'
L/(e�B�9
�#,8!!!5!!5!5!5!5#26%!!26#!"&5!5���������������&4&���&�pP��Pp������������������@��@&&@��!&�@PppP@�*
��	9Q$"&54627"."#"&547>2"'.#"#"&5476$ "'&$ #"&5476$ (�}R}hL�K�
N���N
����U�d:�
�x�x�
�����8���
��
�
� ,, |2222�
MXXM

�ic,>>,�
����
�	����	�
��̺

�
��'/7?KSck{4&"2$4&"24&"24&"24&"24&"24&"24&"24&"264&"24&#!"3!264&"2#!"&5463!2�KjKKj�KjKKj��KjKKjKKjKKj��KjKKj��KjKKjKKjKKj��KjKKjKLhLLhL��KjKKj�&�&&&KjKKj�L4��4LL4�4L5jKKjKKjKKjK�jKKjK��jKKjK�jKKjK�jKKjK��jKKjK�jKKjK���4LL4��4LL�jKKjK�&&�&&��jKKjK�4LL44LL	��'E!#"+"&7>76;7676767>'#'"#!"&7>3!2�W�",&7'�	#$	&��g�pf5O�.P�q�ZZdS���-V"0kqzTx�D!��!8�p�8%'i_�F?;�k��R(`��
!�&)�'�
(2!&6367!	&63!2�!
`�B��1LO�(���+#�=)�heC��Qg#s`���f�4#����6�������q�'���X�|0-�g��	�>IY#6?>7&#!%'.'33#&#"#"/3674'.54636%#"3733#!"&5463!2��4��:@��7�vH��%�h��EP{��0&<'VFJo���1,1.F6��A��#���L4�4LL44L"%�	
 
7x'6
O\�JYFw���~�v^fH$ !�"xdjD"!�6��`J�4LL44LL��	�+3@GXcgqz�����-<JX{�&#"327&76'32>54.#"35#3;5#'#3537+5;3'23764/"+353$4632#"$2#462#"6462""'"&5&5474761256321##%354&'"&#"5#35432354323=#&#"32?4/&54327&#"#"'326'#"=35#5##3327"327'#"'354&3"5#354327&327''"&46327&#"3=#&#"32?"5#354327&3=#&"32?"#3274?67654'&'4/"&#!"&5463!2_��g��QQ��h���^_�~\[[\]�_^���h��QQ��g�e��<F�$�$$��� !!�&&�/!/

!!�

00/e&'!"e$�
		'!!�''�
	8''NgL4�4LL44L�UQ��gh��QUk=<Sc���cc,-{k���jUQ��hg��Q��



�9

,&W &$U�K$$KK$$KDC(>("
!
=))=2�( '! '�L#(>(
&�DC(>(z�L#�DzG)<)�4LL44LL��	�
BWbjq}��+532%+5324&+32763#4&'.546327&#"#"'3265#"&546325&#"32!264&"2%#'#735#535#535#3'654&+353#!"&5463!29$<=$�@?�SdO__J-<AA@)7")9,<$.%0*,G3@%)1??.+&((JgfJ*�A�������!&��j�jj��GZYG�иwssw��PiL>8aA	!M7�7MM7�7M�3!�
4erJ]��&3YM�(,
,%7(#)
,(@=)M%A20C&Me�e��(X���0&Ėjj�jV��	8Z8J9���N/4���$�8NN8�8NN��	�#&:O[���	$?b3'7'#3#%54+32%4+324+323'%#5#'#'##337"&##'!!732%#3#3##!"&53733537!572!56373353#'#'#"5#&#!'#'#463!2#"5#"5!&+&+'!!7353273532!2732%#54&+#32#46.+#2#3#3##+53254&".546;#"67+53254&.546;#"#'#'##"54;"&;7335wY-AJF���=c�(TS)!*RQ+��*RQ+�Y,�B^9^��Ft`njUM�')	~PS�PR�m���٘���M7�7Mo7�q

@)U	8�"����E(�1��++��NM7�7Mx3�7��8�D�62��W74�;�9�<�-A"EA�0:��AF@�1:�ؗ����B�f~~""12"4(�w$#11#�@}}!%+%5(�v$:O�\z��K��?*$\amcrVl��OO176Nn�<!E(=�<&l/������<<������
[ZZYY�89176���7OO7�==..//cV==::z,,,,aa,,��7OO7�Z::��;;Y
fcW�(		"6-!c�(		!5	#
b�t88176����tV:
&$'*9	%e#:
%'*9B����<<��;
&(�����	�#:Sn�����#"&54632%#76;2#"&54632%4&+";2?>23266&+"&#"3267;24&+"'&+";27%4&+";2?>23266&+"&#"3267;254+";27#76;2#!"&5463!2�3%#2%%,, _3$$2%%��M>�ALVb5)LDHeE:<
E�Mj,K'-R
M�~M>�ARVb5)LEHeE:<
E�
JAB�I*'!($rL4�4LL44Lv%1 %3!x*k�$2 %3!�;5�h
n
a�
!(lI;F	
	
��	r�p
p8;5�h

t
a�
!(lI;F��`	#k�4LL44LL
��	�
2HW[lt��#"'5632#6324&'.54327&#"#"&'32767#533275#"=5&#"'#36323#4'&#"'#7532764&"24'&#"327'#"'&'36#!"&5463!2=!9�n23��BD$ &:BCRM.0AC'0RH`Q03'`�.>,&I / *�
 /

��8/��n-(G@5��$ S3=�,.B..B�02^`o?7je;9G+��L4�4LL44LyE%#	�Vb�;A
!p &'F:Aq)%)#o�rg�T$v2�� 8�)2����z948/�{�8A�B..B/��q?@�r�<7(g/��4LL44LL��?#!"&'24#"&54"&/&6?&5>547&54626=�L4�@�ԕ;U g3
��
T
�2RX='�8P8|�5�
����4Lj��j� U;Ig@
	��
`
� "*\���(88(�]k
��&N4#"&54"3	.#"#!"&'7!&7&/&6?&5>547&54626;U gI��m*��]�Z0�L4�@�ԕ���=o=CT
��
T
�2RX='�8P8|�5�
� U;Ig��Xu?bl3���@4Lj��j��a���`
	��
`
� "*\���(88(�]k����/7[%4&+";26%4&+";26%4&+";26!'&'!+#!"&5#"&=463!7>3!2!2@@@@@@���0
��
o`^B��B^`5FN(@(NF5���@��@��@�u		�@�LSyuS�@�%44%����,<H#"5432+"=4&#"326=46;2  >. $$ ~Isy9���"SgR8v�H����D�	w
����ff���ff�����^����a�a�m2N+��	)H-mF+1����0*F		+f���ff�����^����a�a�����b4&#"32>"#"'&'#"&54632?>;23>5!"3276#"$&6$3 �k^?zb=ka`�U4J{�K_/4�^����W�&	vx :XB0���܂�ff���)
f������zz��X��lz=l�apz��o�b35!2BX���
�G@8��'	'=vN$\f���f�	1
	SZz�8�z�X�#("/+'547'&4?6276	'D�^�h

�

i��%5�@�%[i

�

h�]��@������]�h

�

i��%�@�5%[i

�

h�^�@@������)2#"&5476#".5327>OFi-���ay~�\~;��'�S���{�s:D8>)AJfh]F?X��{[��TC6��LlG��]��v2'"%B];$�-o��%!2>7>3232>7>322>7>32".'.#"#"&'.#"#"&'.#"#546;!!!!!32#"&54>52#"&54>52#"&54>52�-P&+#($P.-P$'#+&PZP&+#"+&P-($P-.P$(#+$P.-P$'#+&P-.P$+#pP@@Pp�H85K"&ZH85K"&ZH85K"&Z����@��Pp��@��@��@pMSK5, :&�LMSK5, :&�LMSK5, :&����!!3	!	�����@�����@@�����	#"$$3!!2"j������aѻxl���a����lx�a�a����j������!!3/"/'62'&63!2��'y��

�`�I

��y�����My��

�`�I

��y'W`#".'.#"32767!"&54>3232654.'&546#&'5&#"

4$%Eӕ;iNL291 ;XxR`�f՝�Q8T������W��iW�gW:;*:`�Qs&?RWXJ8�oNU0�J1F@#)
[�%6_PO�QiX(o�`��_?5�"$���iʗ\&>bd�s�6�aP*< -;iFn�*-c1B���Wg4'.'4.54632#7&'.#"#"'.#"32767'#"&54632326#!"&5463!2��#$(	1$6]'
!E3P|ad(2S;aF9'EO�Se�j]�m�]<*rYs��hpt.#)$78L*k�h�w�@w��w�w��B

%
$/$G6
sP`X):F�/�fwH1p�dl�qnmPH�ui�kw_:[9D'��@w��w�w��34."2>$4.#!!2>#!".>3!2�Q��н�QQ��н�QQ��h�~w��w�h���f����ff����н�QQ��н�QQ��н�QZ����ZQ�����ff���ff�#>3!2#!".2>4."f����ff�����н�QQ��н�QQ���ff���ff��Q��н�QQ��н�	,\!"&?&#"326'3&'!&#"#"'  5467'+#"327#"&463!!'#"&463!2632���(#�AH����s���9q � ci��<=�
#�]�<������OFA��!�������re��&&��U�&&![e��F �������U?���g�����4_���������a�?b�+��r7�&4&��&4&�p,�+K4&"2$4&"2.#!"3!264&#!"3!2#"&=!"&=#47>$ �KjKKjKKjKKjH#�j#H&&&������KjK�KjK�g	�V�	ijKKjKKjKKjK���..n((�[���5KK5��5KK5�[po�Nv<<vN�:f���.R#!"&463!24'!"&5463!&$#"!2#!32>+#"'#"&546;&546$3232�2$�B$22$�$�*$22$�X�ڭ��ӯ�$22$�tX'���hs2$���ϧ��kc�$22$���1���c�$2�F33F3VVT2#$2����ԱVT2#$2��g���#2UU���݃
�2$#2UU�1݃���2��,u�54#"67.632&#"32654'.#"32764.'&$#"7232&'##"&54732654&#"467&5463254632>32#"'&�ru�&9��%"*#�͟ <yK0Og�" 
&9B3�;��㛘8��s%+DWXRD= @Y%�	!Q6R�!4M8�+6rU^z=)�RN��.)C>O%GR�=O&^���op������C8�pP*�b�Y
_�#��$��N Pb@6��)?����+0L15"4$.�Es
�5I�Q"!@h"�Y7e|J>z�iPe��n�eHbIl�F>^]@����n*9
���6[_3#"&54632#.#"32%3#"&54632#.#"326%4&'.'&! ! 7>7>!���������
�=39?
6'_����������
�>29?
5'17m-V����U--,�bW.�������뮠@Fyu0HC$������뮠@Fyu0HC$L���=??
<����=! A	<��`�;+"&54&#!+"&5463!2#!"&546;2!26546;2���p���Ї����0�p�����p���@��I�������pp���>Sc+"&=46;254&+"&+";2=46;2;2=46;2;2%54&#!";2=;26#!"&5463!2���A5�DD�5A7^6a7MB5��5B7?�5B~�`��`��`0`��rr��5A44A5�����v�5AA5�f�*A���`��`0`�����	!!!!	#!"&5463!2��ړ�7���H��7j�v�@v��v�v��'���:��@v��v�v���MUahmrx���������������#"'!"'!#"&547.547.54674&547&54632!62!632!#!627'!%!"67'#77!63!!7357/7'%#	%'3/&=&'	5#?&5476��!�p4�q"���"�"�6�"� ��'������h*�[���
��|�*��,�@���?wA�UM�pV���@�˝�����)��Ϳw����7(�{��*U%���K6������=0�(���M���		��"!O		dX$k
!!��!
����b��	
���[�����TDOi
��@��6��b��xBA�ݽ�5
�
�ɝ:����J���+���3����,��p
x�1���������Fi
(��R��
463!#!"&5%'4&#!"3���`����а@.�.@A-X��f�B����$��.BB.�.C��}
)&54$32&'%&&'67���"w�`�Rd]G�{��o]>p6��sc(��@wg����mJ�PAjy���YW�a͊AZq���{HZ�:�<dv\gx�>��2AT�Kn������+;"'&#"&#"+6!263 2&#"&#">3267&#">326e��~�└�Ȁ|��隚���Ν|����ū|iy�Zʬ��7Ӕ�ް�r|�uѥ��x�9[��[9�jj��9A�N��N�+,#ll"���B�S32fk��[/?\%4&+";26%4&+";26%4&+";26%4&+";26%#!"&5467&546326$32�]]��ee��ee��ee��$��~i
�qfN-*���������#����Sj������t�2"'q�C���B8!�'�>	
!%)-159=AEIMQUY]agkosw{��������!	%!	5!#5#5#5#5#57777????#5!#5!#5!#5!#5!#5!#5!#5#537#5!#5!#5!#5!#5!#55#535353535353%"&546326#"'#32>54.&54>3237.#"����������Q%%%%%%%%%?iiihOiixiiyiixii�Arssrrssr��%s�ssrrss�Ns%%%%%%%%%%�����������'<D<'paC_78#7PO7)("I$	75!����RA��b��(���ss�ss�ss�ss�ss�"/!".""."
!."".!/^.".^.".]/".�$$$$$$$$$$$$$$$$��Os$$$$$$$$$$$$$$sO$s�ss�ss�ss�ss�ss#��������}$)	13?*
,./:
-�s�*4&"2$4&"2#!"&5463!2!5463!2_��������?-��-??-�,@�@,�-?����pq�8��,??,D,??,��,??(�Z2#".#"3267>32#".543232654&#"#"&54654&#"#"&547>326���ڞU�zrhgrx�S��Пd�U <e�����x՞����Zf��_gן:k=2;�^��9��Œ��7\x��x\7����K=5Xltֆ�W����W{e_�%N��%,%CI��%���#+W4&+54&"#";26=32"&462"&462!2#!"&54>7#"&463!2!2�&�&4&�&&�&4&���KjKKj�KjKKj� ���&&�&%��&&�&&4&�&&�&4&�&&��5jKKjKKjKKjK��%z
0&4&&3D7&4&
%&���'S4&"4&"'&"27"&462"&462!2#!"&54>7#"&463!2!2&4�&4&�4&4��KjKKj�KjKKj� ���&&�&%��&&�&&4&�%&&�ے&4��"jKKjKKjKKjK��%z
0&4&&3D7&4&
%&��	&	!'!	!%!!!!%"'.763!2�o���]�F������o�������oZ��Y��@:�@�!�!�g���������������f�/�/��I��62'"/"/"/"/"/"/"/7762762762762762762%"/77627&6?35!5!!3762762'"/"/"/"/"/"/%5#5!4�ZSS6SS4SS4SS4SS4SS4SS4�ZSS4SS4SS4SS4SS4SS4S�-4�ZSS4S@������4SS4�ZSS6SS4SS4SS4SS4SS4S@�����ZSSSSSSSSSSSSSS�ZSSSSSSSSSSSSSy�ZRRR@%:=
:+������:
=���RR�ZSSSSSSSSSSSSS���������Cv!/&'&#""'&#"	32>;232>7>76#!"&54>7'3&547&547>763226323@``����`
VFaaFV


$.


.$

��y��y�	.Q5Z���E$ ,l<l, $E���R?Y*��@���@�2	!#""#!	��y��y=r�na�@@(89*>�*%>>%*�>*98(QO�!���L\p'.'&67'#!##"327&+"&46;2!3'#"&7>;276;2+6267!"'&7&#"(6&#"#"'�D��g��OOG`n%�E������LL{�@&&�N�c,sU�&&�!Fre&&�s�����s���#�/,�������<=�
#�]�g��L�o�GkP�'��r-n&4&2�-ir&�&�?���o 
��������4_�����5OW! .54>762>7.'.7>+#!"&5#"&5463!2"&462�{�����{BtxG,:`9(0b��Կ�b0(9`:,GxtB��&@&�&@&K5�5K`�����?e==e?1O6#,
#$
,#6OO��&��&&�&�5KK���������?!"'&'!2673267!'.."!&54632>321
��4��q#F�""�8'g��o#-��#,"t�Yg��>�oP$$Po�>�	��Z�e�p#����)�R��0���+I@$$@I+����+332++"&=#"&=46;.7>76$  ������@����ᅪ*��r���������@��@�����������r���'/2+"&5".4>32!"&=463  �&@��~[���՛[[��u˜~���gr�������&�`����u՛[[���՛[~~@��r������=E32++"&=#"&=46;5&547&'&6;22676;2  >�����``@``�ٱ��?E,��,=?��r�������H�����@``@�GݧH`�j��j���r������BJ463!2+"&=32++"&=#"&=46;5.7676%#"&5   &@�~���``@``�� �v�X����r�������&���������@``@����+BF��`r������ks463!2+"&=32++"&=#"&=46;5&547'/.?'+"&5463!2+7>6 %#"&5   &@�~���``@``��~4e	
0
	io@& �jV	
0
	Z9�������r�������&���������@``@�G�ɞ5o
,
sp� &@k^
,
c8~~��`r�������8>KR_32++"&=!+"&=#"&=46;.767666'27&547&#"&'2#"�����@�@���'�Ϋ���'������sg��gs�����ww�@����sg��g����@����@���-ss��ʃl������9���9��������OO���r9���9��FP^l463!2+"&=$'.7>76%#"&=463!2+"&=%#"&54'>%&547.#"254&' &@�L?����CuГP	��v�Y�� &@�;"����������ޥ�5݇�����ޥ���5�`&����_��ڿg��w��BF�@&����J_	s���&��&�����?%x���������%x��JP\h463!2+"&='32++"&=#"&=46;5.7676632%#"&56'327&7&#"2#"� &@�L? ���ߺu�``@``��}
�ຒ�ɞ���������ue��eu�9����ue��e�&����_��"|N�@``@��"��"|a~���l����o����9���9��r9��@�9���;C2+"&5"/".4>327'&4?627!"&=463  �&@Ռ		.	
�N~[���՛[[��u˜N�		.	
����gr�������&�`֌
	.		�O��u՛[[���՛[~N�
	.		��@��r������9A'.'&675#"&=46;5"/&4?62"/32+  ��'��֪�����\
	.		�4�		.	
\���r������|��ݧ���憛��@�\		.	
��
	.		\�@��r�����~9A"/&4?!+"&=##"$7>763546;2!'&4?62  m��		-

���@���ݧ���憛��@&�

-		�@r������m4��

-		����ٮ*�������		-

��r������+"&5&54>2  ����@��[���՛[�r�����������dG�u՛[[���r������  ".4>2������r�[���՛[[���՛�r������5�՛[[���՛[[����$2#!37#546375&#"#3!"&5463�#22#�y��/Dz?s����!#22#�2#��#2S�88�	����2#V#2��L4>32#"&''&5467&5463232>54&#"#"'.K���g��&Rv�gD�
$*2%	+Z hP=DXZ@7^?1
۰��3O+�l��h4���`���M@8'�+c+RI2
�\�ZAhS�Q>B�>?S2Vhui/�����,R0+	ZRkm�z�+>Q2#"'.'&756763232322>4."7 #"'&546��n/9�b�LHG2E"D8_
p�dd���dxO�"2�xx��ê�_�lx�2X	
!+'5>-�pkW[C
�I
I@50�Od���dd��˥�Mhfx�����x^���ә�	�#'+/7!5!!5!4&"2!5!4&"24&"2!!!��� 8P88P�� 8P88P88P88P����������P88P8 ���P88P88P88P8� ������������+N &6 !2#!+"&5!"&=463!46;23!#!"&54>32267632#"_����>�@`

��
�
��

`
�
� L4Dg��y� 6Fe=O���O�U�4L��>����
�
��

`
�
`

��4L�2�y5eud_C(====`L4����3V &6 #"/#"/&54?'&54?6327632#!"&54>32 7632_����>���		�	
	��	
	�		��		�	
	��	
	�		��%%S��y� 6Fe=�J�%��>����	
	�		��		�	
	��	
	�		��		�	
	��%65%S�y5eud_C(zz.!6%$!2!!!46;24&"2!54&#!"�&���&�&@�Ԗ��V�@&&�@��&&�Ԗ�Ԗ@��&���3!!!	!5!'!53!!	#����7I�e�����eI7��CzC�l��@�����@������@�#2#!"&?.54$3264&"!@������մ���pp�p���������((��������p�pp����#+/2#!"&?.54$3264&"!264&"!@������մ���^^�^@����^^�^@���������((��������^�^^�����^�^^�����v(#"'%.54632	"'%	632U�/�@��k0�G��,�zD#[�k#�
/t�g��
F��
����Gz�����	#'#3!)
p�*�xe���0,\8�����T���#/DM�%2<GQ^lw�����
&'&676676&'&7654&'&&546763"#"'3264&7.>&'%'.767&7667&766747665"'.'&767>3>7&'&'47.'.7676767&76767.'$73>?>67673>#6766666&'&6767.'"'276&67&54&&671&'6757>7&"2654&57>&>&'5#%67>76$7&74>=.''&'&'#'#''&'&'&'65.'&6767.'#%&''&'#2%676765&'&'&7&5&'6.7>�&5R4&5S9
W"-J�0(/�r
V"-J�0(.�)#"6&4pOPpp�c�|o}vQ�[�60X�Q��W1V�	
#5X		N"&
.
)
D>q J:102(z/=f��*4!>S5b<U$:I o<G*	,
&"O	X5
#!

��	R N#
C
83J*��R	!(D
#%37	�;$-.�
(,��覦�6ij
�	���"���)9
E�%����!B83
	j9�6/,	:QD')yX#�63V
��b�a	,
Ue��LPA@���*	̳�`Xx*&E
V36��%	B3%	B3XA	
#!.mU"A	
#!.mUB-#2+Jii�i�m-C<I(m��8qF/*)0�S
		
I
E5&+>!%
(!$p8~5..:5I

~��T�
4~9p# !
)& ?()5F	1	
	
� d%{v*�:
 @e
s|D�1d {�:�*dAA|oYk'&��<��tu��ut�&vHC�XXTR�;w��
��71™
Z*&'
1	9?	.

$��Gv5k65P<�?8q=4�a	
SC"��1#<�/6B&!ML	�^;�6k5wF1<P�C	�;$"&462"&46232>.$.�`�aa��sa�``��Z9k����'9؋ӗa-*Gl|M�e_]`F&O������ܽ�sDD!/+�``�aa�``�a1<YK3(
 /8HQelA�Z3t_fQP<343J;T7Q�+?Kgw  $6&$  $&62+"5432+"&=.54  $;26=462;26=4& 4&#!"3!26)����߄��4R4߄��mlL�������r {jK#@#Q�a����^�����@���@���`&��&&�&�������߄��4R4�Ď������LlL�N� �@K5#:rr:#5K���^����a�a��``]��]``����&&�&&	/!3#4&#!"3!265##!"&5463!22�������@K5^B��B^^B@B^5K���� �@���5K�B^^B�B^^B�K	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	/!2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@��K5��5K�B^^B�B^^B�`� �@ 	+2##!"&5463!2#4&#!"3!265�5KK5^B��B^^B@B^���@�K5��5K�B^^B�B^^B�`� �@ �{#!&'#"'&547632m*���
�0���((�'(�$0K
��*�*��% 3#!3# '!#53 5#534!#53 6!3@����@@@��pp��@@@����@@pp@��`������� �����	�+/7;A#3!5!!3#!!5!35!355#%53#5!#35#!!!!!!!!����������������������������������������������������������������������
�	#'+/3?CGW#3!5!!35!!3#!!5!#!5!3535!355#%#3%!53#5!#35#!5##5!3!5!3!5	����������������������������������������������������������������������������������������������������������������!"&5463!2!"!�`(88(@(8�`(8�}2�2R �`8(@(88(�`8HR2�2���##6?6%!!!46#!"&5463!2x���� ��8�(�`(�(88(@(8�
���� (8��(`�(8(@(88��	�'ATd+5326+5323##"' %5&465./&76%4&'5>54&'"&#!!26#!"&5463!2�
��

���i�LCly5�)*H�celzzlec0h�b,,b�eIVB9@RB�9�J_�L4�4LL44L44%��2"��4��:I;p!q4b�b3p(P`t`P(�6EC.7B�I6�4LL44LL��	�.>$4&'6#".54$ 4.#!"3!2>#!"&5463!2Zj��b�jj[���wٝ]�>o��Ӱ�ٯ�*�-���oXL4�4LL44L'�)�꽽�)�J)���]��w����L���`��ֺ��۪e���4LL44LL�;4&#!"3!26#!"&5463!2#54&#!";#"&5463!2�
��

@
�^B��B^^B@B^���
��

��B^^B@B^`@

��
M��B^^B@B^^>��

��
�^B@B^^��5=Um	!	!!2#!"&=463!.'!"&=463!>2!2#264&"".54>762".54>762��������?(`��`(?��b|b��?B//B/�]�����]FrdhLhdrF�]�����]FrdhLhdrF@�@��@�(?��@@?(@9GG9@/B//B�aItB!!BtI�Ѷ�!!��ьItB!!BtI�Ѷ�!!��ь�-M32#!"&=46;7&#"&=463!2#>5!!4.'.46�ՠ��`�@`ՠ��`���M�sF�Fs�MM�sFFs�M����ojj�o��@@�jj�@@�<���!(!���!(!�-3?32#!"&=46;7&#"&=463!2+!!64.'#�ՠ��`�@`ՠ��`��	�	Dq�L�L�qD����ojj�o��@@�jj�@@B>=�C�����-3;32#!"&=46;7&#"&=463!2+!!6.'#�ՠ��`�@`ՠ��`��UVU96�g�g�6����ojj�o��@@�jj�@@β����**ɍ�-G32#!"&=46;7&#"&=463!2#>5!!&'.46�ՠ��`�@`ՠ��`���M�sF�Fs�M�k�k�����ojj�o��@@�jj�@@�<���!(!3��3!(!�9I2#!"&=4637>7.'!2#!"&=463��@b":1P4Y,++,Y4P1:"�":1P4Y,++,Y4P1:"b�@@��@7hVX@K-AA-K@XVh77hVX@K-AA-K@XVh7����Aj"#54&#"'54&#"3!26=476=4&#"#54&'&#"#54&'&'2632632#!"&5&=4632>3265K @0.B @0.B#6'&�&
l
@0.B 2'	.B A2TA9B;h" d�
mpP��Tl��L�c�_4.H�K5�]0CB.�S�0CB.�/#��'?&&)$�$)�0CB. }(AB.�z3M�2"61�d�39�L/PpuT(If�c�_�E�`1X"#4&"'&#"3!267654&"#4&"#4&26326#!"&'&5463246326�\B B\B�&@5K�&@�"6LB\B B\B ��sc�i�L}Q�P<m$��3�jN2�c�B.�p.BB.���3K5+"�3,"� �.BB.��.BB.���.�G=�c�i�(+�lOh7/DVj�"�c�=���&5Jb�#"'&=.547!"&46;'.54632!2327%.54&#"327%>%&#"!"3!754?27%>54&#!26=31��?>I��j��jq,J[�j.-t�j�lV��\���$B.R1?@B.��+?2`$�v5K-%��5KK5�.olRIS+6K5�̈$B\B 94E.&�ʀ�15uE&
�Ԗ�Pj��j�dX�U�GJ7!.B
�
P2�.B
�
%2@	�7�K5(B�@KjKj�?+f�UE,�5K~!1��.>F.��F,Q5*H��$b2#!"&=%!"&=463!7!"&'&=4634'&#!">3!!"3!32#!"3!23!26=n$<vpP��Pp���Pp�w�*�Rd�ApP�]��'@�A&
3@��&H-�[(8@
2�EB^&1
=&�&81����PppP��pP w���cOg Pp��c�
4& #.& &,,:8(�%^B &�
.�&&��2t"&'&54'&5467>32>32>32#"#.#"#.#"3!27654&#"547654&#"#654&�Mye
t|]�WS�Sg�SY�\x{
70"1i�92�DU1&=	��	=&0@�c	>&/Btd4!�*"�8K4+"��@H@/'=	t�?�_K�93-�]�
UlgQ���QgsW
�]#�+�i>p&��3�0&�VZ&0B/
���%3B.�"t�o ){+C4I��(
/D0&�p0D��3[_cg"'&#"3!2676=4&"#54&#"#54&#"#4&'2632632632#!"&'&5463246#!#!#�5K�)B4J�&@�#\8P8 @0.B J65K J6k�
cJ/4qG^�\hB�2<m$��3�iG;��     �K5����6L4+"�3p`b�)<8(=0CB.@Z7OK5`:7O��k�EW�^�tm��@Q7/DVi�##j�������������%4Ia�2#!"&5&546325462632"32654&"3267654&76;74&"#.#"2676=#"&'+53264&#!"3</�U�X�dj���jP��ԖEu�!7JG72P
�
B�%
�
B.!7�	@�A�f+?�jKjK@�B(5K,EU�H*5Q,F��.F>.��1!~K5y?��^\��Vl�j�t-.j�[J,qj��j��I7$��?1R.B�+��.B$`2?g�vEo.�5KK5��%-K��6+SIR[��&.E49 B\B$���5K�G#!+"&5!"&=463!2+"&'+"'+"'&5>;2>76;2Y
��
�
��

M	

�.�x	�-�
	N�	�


�	�
�u
��
,
u
�?

L�W���

���#	�	*:J4'&+326+"'#+"&5463!2  $6& $&6$ <!T{�BH4�	�›�&�>UbUI-����uu�,�uu�ڎ������LlL�AX!��J��m����f\�$
6u�����uu�,�K������LlL���-[k{276/&'&#"&5463276?6'.#"!276/&'&#"&5463276?6'.#"  $6&  $&6]�h-%Lb`J%E5
,5R-����h
-%Lb`J%E5
,5R-���'����uu�,�uu��lL�������/hR

dMLcN����hR
dMLcN����1u�����uu�,��������LlL�@��� 	'	7	'7	�����`��`H� �����`�`H� �!`��������`H� � ���`�`�`H���`��'%		7'	7'7	' $&6$ ���X�`��(W�:,�:��X�`��(WL�������LlL�X�`(W��:�B����X�`���(X�������LlL��
��	$%/9ES[�#"&54632$"&4624&"26$4&#"2%#"&462$#"&4632#"32&! 24>  !#"&'.'#"$547.'!6$32�7&'77'&7�7N77N�'q�qq�q�qPOrq��E�st�����ts��st���}�||�}�������uԙ[W��Q���~,>	n������P/RU P酛���n	>,m�����'77'&77N77N6^Orq�qq�qq�q�t��棣棣�(~|��|on[��usј^�~���33������pc8{y%cq����33dqpf��	L 54 "2654"'&'"/&477&'.67>326?><����
x
�������,

(-'s�IVC��VH�r'-(

$0@!BHp9[�%&!@0$u
��
������]\��\]��-$)!IH��V
D��
VHI!)$-#3���6>N"&462."&/.2?2?64/67>&  #!"&5463!2�]�]]�3
$;
&|�v;$
(CS�3�1	=�rM=	�4�TC(G���z�w�@w��w�w���]]�]��($-;,54�0=	�sL	=�45,;�����@w��w�w������(2#"$&546327654&#"	&#"AZ�������\@�/#�%E1/#����#.1E$�!�[A�����懇�@�@\��!�#21E!��6!E13"�|!��	gL&5&'.#4&5!67&'&'5676&'6452>3.'5����A5R��V[t,G'Q4}-��&�<C!l n?D_@Փ>r!�
��G;��>��!g�1�����2sV&2:#;��d=�*'�5E2/..F�D֕71$1>2�F!���&12,��@K�
r��#"&5462>%.#"'&#"#"'>54#".'7654&&5473254&/>7326/632327?&$  $6 $&6$ �!&"2&^	u��_��x��^�h
;J݃HJǭ
q�E
Dm!
M�
G?̯'%o�8
9U�������(F(�ߎ������LlL��&!&!SEm|�[��n{�[<ɪ
"p� C
Di%
(K�HCέp�C
B
m8	
@Kނ
H�F(���������������LlL���"*6%&6$	7&$5%%6'$2"&4}���x����3��n��QH������:dΏ���Xe�8�����z��'	������l�i���=!��7�����S�o�?v�������M '&7>>7'7>''>76.'6'���El:F�gr
*�t6�K3UZ8�3P)3^I%=9	)<�}J���k+C-Wd��	&U���-��TE+]��Qr-�<Q#0
�C+M8	3':$
_Q=+If5[ˮ&&SG�ZoM�k���ܬc�#7&#"327#"'&$&546$;#"'654'632ե›��fKYYKf�¥y�ͩ���䆎�L��1���hv�v��ƚw�wk��n�]��*��]�nlx��D��L�w�����~?T8b��b9SA}����+5?F!3267!#"'#"4767%!2$324&#"6327.'!.#"��۔c�2�8�Ψ����-\���?���@hU0KeFjTl�y�E3��aVs�z�.b��؏��W80��]T��Sts�<�h�O��_u7bBt���SbF/�o��|V]SHކ�J�������34&#!"3!26#!!2#!"&=463!5!"&5463!2
��

@
�^B� `��`� B^^B@B^ �

�@
�@B^�@@�^B�B^^����>3!"&546)2+6'.'.67>76%&��F8$.39_��0DD�40DD0���+*M7{L *="#
U<-M93#�D�@U8v�k�_Y	�[�hD00DD0��0D�ce-JF1BD����N&)@
/1 d��y%F��#"'&'&'&'&763276?6#"/#"/&54?'&763276"&'&'&5#&763567632#"'&7632654'&#"32>54'&#"'.5463!2#!3>7632#"'&'&#"'&767632yq������oq>*432fb������a
$�B?
	>B
BB
AA�.-QP���PR+	42
%<ci���ђ:6&h�HGhkG@n�`��I���Ȍ5
!m��(|.mzy�PQ-.	
	je����	
�����q>@@?pp�gVZE|fb6887a
%RB?
=B
ABBAJvniQP\\PRh!cDS�`gΒ��23�geFGPHX�cCI��_ƍ��5"	
�n�*T.\PQip�
[*81
/
9@:��>t�%6#".'.>%6%&7>'.#*.'&676./&'.54>754'&#"%4>327676=
>���vwd"

�l����"3	/!,+	j2.|��%&
�(N&w���h>8X}x�c2"W<4<��,Z~�fd�aA�`FBIT;hmA<7QC1>[u])		u1�V(�k1S)
-�	0�B2*�%M;W(0S�[T�]I)	A 5%R7<vlR12I]O"��V/,b-8�/_��#3CGk2#!"&546;546;2!546;2%;2654&+";2654&+"!32++"&=#"&=46;546;24LL4��4LL4�^B@B^�^B@B^�@@�@@�����@��@L4�4LL44L`B^^B``B^^B``�� �� ��@@��@���#3W#!"&=463!2!!%4&+";26%4&+";26%#!"&546;546;2!546;232���@�����@@@@�L4��4LL4�^B@B^�^B@B^�4L�@@��� �� ��N�4LL44L`B^^B``B^^B`L��#'7Gk%"/"/&4?'&4?62762!!%4&+";26%4&+";26%#!"&546;546;2!546;232W.	
��
	.		��		.	
��
	.		��	� ����@@@@�L4��4LL4�^B@B^�^B@B^�4L�.		��		.	
��
	.		��		.	
��
��� �� ��N�4LL44L`B^^B``B^^B`L��(8\	"'&4?6262!!%4&+";26%4&+";26%#!"&546;546;2!546;232�

��		.	
��
	.	�`����@@@@�L4��4LL4�^B@B^�^B@B^�4L<�		 
	.		��		.	�:� �� ��N�4LL44L`B^^B``B^^B`L�2632632#!"&5463�&&&&��&&&���&���&��&&�&�#27+"&5  %264&#"26546��>&�&T�,��X�������q&&�1��X��,�LΒw�%��%;#!"&5463!546;2!2!+"&52#!"/&4?63!5!�

�(��&&@&�&(��&�&@&&��(�

�(�

�&&@&&@��&&�&�&�

�����#''%#"'&54676%6%%�������
�hh �@�` ���!�� ���!� ��
��
��
�
������
�#52#"&5476!2#"&5476!2#"'&546
� 
��
� 
���
�
�@�
�
�@�
��
�@

�
� 84&"2$4&"2$4&"2#"'&'&7>7.54$ �KjKKj�KjKKj�KjKKj��d�ne���4"%!������KjKKjKKjKKjKKjKKjK.���٫�8
!%00C'Z���'���.W"&462"&462"&462 6?32$6&#"'#"&'5&6&>7>7&54>$ �KjKKj�KjKKj�KjKKj�h��я�W.�{+9E=�c��Q�d�FK��1A
0)����LlL��jKKjKKjKKjKKjKKjK���p�J2`[Q?l&�����٫�C58.H(Y���ee���	�

			���Y'����w��(�����O��'��R���@$#"&#"'>7676327676#"�
�����b,XHUmM�.�U_t,7A3ge
z9@xS���a�Q�BLb�(�	����V���U�����
!!!�=�����=���w)��������AU!!77'7'#'#274.#"#32!5'.>537#"76=4>5'.465!��KkkK_5 5�� �#BH1��`L

I���&�v6��SF���!Sr99rS!``� /7K%s}H���XV
��P��V	e��		V�d/9Q[ $547.546326%>>32"&5%632264&#"64'&""&'&"2>&2654&#";2���P���3>tSU<�)tqH+>XX|W��h,�:USt��W|XX>=X*
)���)
+�^X^�|WX=>X�:_.2������//a:Ru?�
	
Q%-W|XW>J�(	�=u��>XX|WX�`

*((*


+2		2�X>=XW|E��03>$32!>7'&'&7!6./EU����noh��i����I\�������0<{ >ORD��ƚ�~�˕V�ƻ��o�R C3��7J6I`��Tb<�^M~M8O����	�	
5!#!"&!5!!52!5463	^B�@B^���`B^�^B `��B^^"�����^B��B^��0;%'#".54>327&$#"32$	!"$&6$3 ##320�J�����U��n��L�n��ʡ���~~�&��q�@�t�K�����L��}�'`� -
-�ox����nǑUyl}��~������~�F����ڎ�LlL��t�`(88( ��	7!'	!���\W�������\���d;����tZ�`_��O��;���}54+";2%54+";2!4&"!4;234;2354;2354>3&546263232632#"&#"26354;2354;2354;2�````��p�p��`�`�`� !,! -&M<FI(2�`�`�`�����@PppP���pppppp�#  #
�
�pppp��p	�j#"'&=!;5463!2#!"&=#".'.#!#"&463232>7>;>32#"&'#"!546���	��%. `@��` :,.',-���Xj��jX�h-,'.,: kb>PppP>bk .%Z �&�
�:k%$> $`��`6&L')59I"Tl�ԖlT"I95)'L&69Gp�pG9$ >$%k:��!+32&#!332 $&6$ ~O8��8���O�����������LlL�>pN
�����
i������LlL����	'':Ma4&'#"'.7654.#""'&#"3!267#!"&54676$32#"'.76'&>$#"'.7654'&676mD5)
z�{��6lP,@Kij��jOo�Ɏ���ȕ>>��[t��a)GG4?a�)
ll
>�;_-/
9GH{�z�yN@,K�ԕoN��繁������y��!
?hh>$
�D��"
>��â?$��	n"&5462'#".54>22654.'&'.54>32#"#*.5./"�~��~�s�!��m�{b6#	-SjR,l'(s�-6^]It�g))[��zxȁZ&+6,4$.X%%Dc*
&D~WL}]I0"

YYZ��vJ@N*CVTR3/A3$#/;'"/fR-,&2-"
7Zr�^N��a94Rji3.I+

&6W6>N%&60;96@7F6I3���+4&#!"3!26%4&#!"3!26 $$ ��������^����a�a`@��@����^����a�a�����'7  $ >. %"&546;2#!"&546;2#/�a����^�����(�����������������^����a�a����(������N@��@�����4&#!"3!26 $$ @��@����^����a�a`@����^����a�a�����'  $ >. 7"&5463!2#/�a����^�����(��������n@����^����a�a����(������N@���%=%#!"'&7!>3!26=!26=!2%"&54&""&546 �#��#]V�TV$KjK�KjK$��&4&�Ԗ&4&�>��9G��!�5KK5��5KK5�!��&&j��j�&&����#/;Im2+#!"&'#"&463>'.3%4&"26%4&"26%6.326#>;463!232#.+#!"&5#"�5KK5sH.�.Hs5KK5e# )4# %�&4&&4&�&4&&4&` #4) #%�~]�e�Z�&�&�Z�e�]E-�&��&�-EKjK�j.<<.�KjK��)�#)�`"@�&&�`&&�&&�`&&�)#�`)"�d�Xo&&oX�G�,8&&8!����O##!!2#!+"'&7#+"'&7!"'&?63!!"'&?63!6;236;2!2�@�@�8��@7

8��Q�
	N�Q�
	N��
	8G@��

8GQ�
	N�Q�
	N7
	�������8��8��H��H��k��%		".>2I�������2�0�]@��]��@o�����o@@o�����o㔕����a�22���]����]�p�^���|11|�9�9�|11|�(��%7'7'	'	7T���� d���lt��l)q��n�������luul�������)1$4&"24&"2 &6 +"&5476;2 &6 LhLLh�LLhLLhL����>�
�� �&
  �&�`����>�hLLhLLhLLhL�����>����&�&�����>��G��
	.7)1!62	1!62h��e�������2�20e���2�2>�	v
+4�	[��d����+
���d� �135#5&'72!5!#"&'"'#"$547&54$ ���Eh���`X����(����cY���z�:L:�z���Yc��������\$_K`Pa}��f��iXXiޝf���a���	���(+.>#5#5!5!5!54&+'#"3!267!7!#!"&5463!2����U�`��`' ����� �����j��j�V>�(>VV>�>Vq����������������(^����(>VV>�>VV�=&'&'&'&76'&'&.' #.�h8��"$Y
''>eX5,	,Pts�K�25M�RLqS;:.K'�5�R

Ch���h�����R�t(+e�^TT���u B"$:2�~<�����2�Hp����wTT�� V�/7GWg. %&32?673327>/.'676$4&"2 $&6$   $6& $&6$ d-����-�m	
	,6*6,	
	m���KjKKj�o������oo���K����zz�8�zz�Ȏ������LlL�U4>>4-.��YG0
)�xx�)
0GYޞ.�jKKjKq���oo��oo�lz�����zz�8�0������LlL��D��/7H#"'.7'654&#"'67'.6?>%"&46227#".547|D,=),9#�7��[͑�f�x���!X: �D�$+�s)�hh�i��jZ������t�<��F/��*8C,�q؜�e���\�r,W�BX���/C2��h�hh���=�t������Xm�����>NZ+"&=46;2+"&=4>7>54&#"#"/.7632  >. $$ p��=+& �35,W48'3	l
z����ff���ff�����^����a�aP���2P: D#;$#
$*;?R
��Cf���ff�����^����a�a��'�Y	>O`"&5462&'.'.76.5632.'#&'.'&6?65��\\�[�<C��z�C
25�U#
.�ZK ��m+[$/#>(	|�	r���[A@[[@A�#2#�
����7�*
<Y���$
+}"(��
�q�87] F 	_��1)
��	�	#1Ke34&+326+"&=!#!"&763!2#!"&5463!2#>?4.'3#>?4.'3#>?4.'3��Xe`64[l�����7
��
,	L;�����=+3&98&+)>�>+3&98&+)>�=+3&88&+)>	�Wj�|r�>Q$��~���d$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY$kaw+-wi[[\�;/xgY���J\m�4.'.'&#"#"'.'&47>7632327>7>54&'&#"327>"&47654'&462"'&476'&462"'&47>&'&462i$		$^"

%%

"^$		$W "@9O?1&&18?t@" W�&%%&4KK�6pp&4���6ZaaZ&4mttm�^x	-���-	x^=/U7Ck���kz'[$=�&5%54'4&K�K�4r<r4&��X��4[��[4&m����m��'/7?GOW_gow����"264$"264"264"264$"264"264$"264"264"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462"&462�^^�^��^^�^^�^^�^��^^�^��^^�^���^^�^��^^�^^�^^�^� p�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp��pp�pp�pp�pp�`^�^^�^^�^^�^^�^^��^^�^^�^^�^^�^^�^^�^^�^^�^^�^^���pp�pp�pp�p��pp�pp�pp�p��pp�p���pp�p��pp�p���pp�p��pp�pp�pp�p��pp�pp�pp�p	��LTi{�"&4626"&462$"&462#"&4632654>7>54 "&54>2"&462%"&54&#""&546 %#"&'&'.7>#"'&'.7>�&4&&4�&4&&4SZ��&4&&4�4$#&�&&j�3$"('$������&4&[���՛[��&4&&4F&4&�]\�&4&�$��
	!D�4�%	,\�4�4&&4&�4&&4&-�Z�4&&4&;cX/)#&>B)��&4&�j9aU0'.4a7����&&u՛[[���4&&4&@&&]��]&&��Ώ0
�u4��0
)�4���#g�&'.#"32676%4/&#"326'&#"2632#2+&'%#"'&6?676676632%#"'&6767#"&'&6767#"'.7>327"#"&'&6763"'.7>;7632;>%5K$
"0%>s$
"0%>;;>%5K�VL#>H30
\�($$(�\���(�є�yO2F/{�(?0(TK.5sg$��є�y#-F/{�$70(TK.5sg$L#>H30
\�($$(�\#�(@5"'K58!'"5�8!'"55"'K#dS$K		K$Sdx#@1
w�d>N;ET0((?
-
2K|��1
w�����d#N;ET0$(?
-
2K$#dS$K		K$Sdx�DN\2654& 265462"2654 #"32654>7>54."/&47&'?62 &4&���&4&���h�՛[&4&r$'("$3�j&&��&#$4[����"�@��GB�[�
"�&&��Β&&]���[��u&&����7a4.'0Ua9j�&4&�)B>&#)/Xc;u՛����"�"
�G�i[����Xh#"&54676324&'&#"'>54#"32#"54>54'.#"32>7>767632326#!"&5463!2b
)
:4FD�N

[�1�,^�J��K-*E#9gWR�Yvm0O	��w�@w��w�w��C2�2c@X�&!�9{M�A���_��"S4b// DR"Xlj�PY<	�@w��w�w��%���e4.#"32>7676#'.#"#"&54>3232>754&*#"&54>763 >32�
''il$E/
@�P@��
^��`��'W6&�!.. ! -P5+


�E{�n46vLe�Vz�:���,SN/
M5M[��
	]$�[��^��5�iC'2H&!(?]v`*	��l�	��b��$9>
���=R�2
#"&5467%!"&7>3-.7>;%.7>322326/.76/.'&6766/&/&#"&676	&676&6766/&672? �=1�(H/ ��	'96&�@)9<'���)29%
�&06#���#��$� J� �07j)�5@�"*3%�"!M
��%#K�"%N�e8)'8_�(9�.<�c +8 8(%6 <)'4@@)#-<^
?%$-`%.
}Q!&�}%&N�-l���IJ�;6>/�=*�%8!Q ���#P"�\Q#N&�a��)<9�bR]mp%"'.'&54>76%&54763263 #"/7#"'#"&/%$%322654&#"%'OV�9
�nt
|\d
ϓ[��nt
|@�D:)��	
;9�8'+|�j�," �41����CH^�nVz(�~R	�9�\'	�r�

@����L��@�
	@�w4�6�HI(+�C
,��55,��
f[op@�\j�;(zV~����i/5O#"'&54>32&#" 654'67'"'>54''&'"'6767&546767>7���蒓��`V BM���R� B9)̟�!SH-77I�Xm�SM�H*�k#".o;^J q�ן���ד��>@�����YM
$bK���d ��ү[E"����;���Kx%^�6;%T,U:i�m=Mk���).DT4'"&5463267&#" 6;64'.'4'>732676%#!"&5463!2),�蛜s5-<A���4ϲ
2W9
�&P:\�3)SEPJ��D4:3NI�w�@w��w�w��NE	2@u��us�+,�����/?x�sa�tmP�'�)fHVEA(%dA4w&4J5*�@w��w�w�����O[4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76 $$ �Cf'/'%($�U�L
(
#'/'@��3#@,G)+H+@#3
����^����a�a�X@_O#NW�#O_�.*	##(��^����a�a����q�[632632#"&#"#".'&#"#".'&54767>7654.54632327&547>P��9	B6?K?%�O4�T% >6>Z64Y=6>%S�4N�$?L?4B	@���{:y/�$ ,'R�!F!8%
#)(()#%:!F �Q'+%�0z:�z���O_4'.'&54>54&#"#"'654'.#"#"&#"3263232>3232>76#!"&5463!2Cf'.'%($�V�M
)
#'.'@��
3
#A,G)+H+A#
4
��w�@w��w�w��XA?4N$NW�&M&L�/*
##	+�@w��w�w����	O$>?>762'&#"./454327327>7>	EpB5
3FAP/h����\�/NG�S�L�	� ���R�P*��m�95F84f&3Ga4B|wB.\FI*/�.?&,��5~K %
&��Y."7n<	"-I.�M`{�ARwJ!�FX^dj''''"'7&'7&'7&'7&547'67'67'67'63277774$#"32$			*��'ֱ,?�g=OO&L&NJBg�;1��'����'ֱ.=�gCIM
$'&&NJBg�=.��%�����w؝\\��w�
�I�o�o��<�<���-NIDg�=/��%����(ײ+A�hEHO*"#*OICh�=/��'����(ֲ/=�h>ON.��]��xwڝ]��������7��e��[���@�����)6!!"3#"&546%3567654'3!67!4&'7S��gn�y]K-�����#75LSl>�9���V��%�cPe}&H�n��_�HȌ����=UoLQ1!��4564���7U�C"�
�!-9[nx��"&46254&"326754&"326754&"26754&"26#".547632632626326'4#"#"54732764&"264.#"327632>#"'"'#"'#"&5#"'67&'327&'&54>3267>7>7>32632632T"8""8�)<())�(<)))�)<))<)�)<))<)T�د{ՐRh�x=8 78 n 81
p��H_6�S��oc
�F@b@?d?uK�bM�70[f5Y$35KUC<:��[;+8 n 87 8/8Zlv]64qE 'YK�0-AlB;
W��#;WS9
&�(#-7Z�://:/�Tr++r,,r++r,,r++r,,r++r,,ʠ�g��xXV�ע��e9222222^�K�Vv���F0�2OO23OO��`�lF;�mhj84D�ro��B@�r+@222222C0DP`.�r8h9��~T4.&o�@9��1P���%14'!3#"&46327&#"326%35#5##33 $$ ����}Pc��c]<hl���ࠥ�Ymmnnnn���^����a�aw!�LY�Ə;ed����wnnnnnv�^����a�a��%�'#"$#"#.5462632327>321��I��U�Π?L���L?��cc�4MX�&��04;0��XpD[��[DpD,)&&�Q	9V\�26&".'&'&6?.#"#26327677>'32>&3#'&+"?626&"#!'.'!"&5463!>;26;2!2�P  P 	
92#.}S�P9:�:%L\B�� )spN/9oJ5 
!+D�`]�Bg�Y9�+�,�9%
Pk4P  P &�NnF!_7*}B<�{o0��&&�B;*<@$ucRRc�#@16#37c&�@@@
J"@*4�^`E�D�B�����o/8927
*@O�LC�!T!32�3X$�BJ@@@��&AS
0C59"'D/&�&D488$5A&�%O#!"&547>7>2$7>/.".'&'&2>^B�@B^>FFz�n_0P:P2\n�zFF>��R&�p^1P:P1^��&R
P2NMJMQ0Rr�.B^^B�	7:5]yPH!%%"FPy]5:7	���=4�QH!%%!H�t4=�<"-/ ?�1Pp+".'.'.?>;2>7$76&'&%.+"3!26#!"&54767>;2�'
+�~'*OJ%%JN,&x�'%^�M,EE,M7�ZE[��P*FF*P��:5
�
�^B�@B^){�$.MK%%KM.$+��X)o3"�a  22!]�4	I�>"">�,�&�S8J�B##B��12�`
��`B^^B�8&ra#11#$��R&��"&.2v%/%''%/%7%7'%7'/#&5'&&?&'&?&'&7%27674?6J�"�����0�<=���_gNU�?D��f���u�Y����G�b���7=^H^�`	�=v~yT������3����G���D��P�O	4F��ѭ����q������i_w\ހ�!1u�S���%V_-d�
���1=U{J8n~�r����'U4.#".'"3!264&"26+#!"&5463!232+32+32�0P373/./373P0T=@=T��֙�֙|`^B�@B^^B�B^`````*9deG-!

!-Ged9Iaa�l��lk���O��B^^B�B^^B�������	+Yi"&54622#!"&54>;2>+32+32+#!"&5463!2324&#!"3!26�֙�֙0.I/ OB��BO	-Q52-)&)-2�
``

``

`^B�@B^^B�B^`
�
�@

�
|k��kl����"=IYL)CggC0[jM4				
�
�
�
�
�B^^B�B^^B�
�@�

�@
���!1AQu4.#".'"3!24&"254&#!"3!2654&#!"3!2654&#!"3!26#!54&+"!54&+"!"&5463!2)P90,***,09P)J66S�����"��@��8��@^B��@�@��B^^B�B^U�kc9		9ck�U?�������@@88@@N�@B^````^B�B^^���!1AQu�#!"&4>32>72"&462#!"&=463!25#!"&=463!25#!"&=463!24&#!"3!546;2!546;2!26#!"&5463!2J6�6J)P90,***,09P)������"��@��8��@�
�@

`@@`
�^B�@B^^B�B^ՀUU�kc9		9c�������`@@�88�@@�2�

�@
````�@B^^B�B^^�(%.'"&' $&  #"$&6$ ��wC�ιCw�jJ~J�����>��������LlL�ś�JSSJ͛����>����6������LlL���$,  $&6654&$ 3 72&&  �lL������m�z�����z�B�l������>�������KlL�G���zz���G���>�����'7#!"&54>7&54>2  62654' '3�/U]B,ȍ����,B]U/OQ��н�Q������>�+X}��������}X�0b�Ӄ��ۚ�Ӆb0}�h��QQ��h�����>��f����f��#=#!"&4>3272"&462!3!26#!"&5463!;26=!2J6�6J)Q8P�P8Q)��������
�
�^B�@B^^B`�`B^V�VV�ld9KK9d��������`��
�@B^^B�B^``^���+;K[eu4.#"'"3!264&"254&#!"3!2654&#!"3!26%54&+";2654&#!"3!26!54&#!"!#!"&5463!2�"D/@�@/D"?,�,?�p�pp�p�@�����@����@����@�^B�@B^^B�B^D6]W2@@2W]67MM��pp�p��@@@@@@@@n`�@B^^B�B^^���+;K[eu#!"&54>3272"&462#!"&=463!2%#!"&=463!2+"&=46;25#!"&=463!2!3!26#!"&5463!2�?,�V,?"D/@�@/D"�p�pp�p�@�����@����@���
�
�^B�@B^^B�B^D7MM76]W2@@2W]֠pp�p��@@�@@@@�@@��`��
�@B^^B�B^^��A#"327.#"'63263#".'#"$&546$32326�������J9"65I).!1i���CC�u
+I�\Gw\B!al���݇���y�ǙV��/]:=B�>9�����+<F+a[le���Pn[A&JR7t�)��+�tH�������kFIK�e	� .��#"'&'>32%#!"&5463!2#"&54>54'&#"#"54654'.#"#"'.54>54'&'&543232654&432#"&54>764&'&'.54632� ?c��'p& ?b1w{2V	?#��&#9&�CY'&.&#+B

: &65&*2w�1GF1)2<)<'

(
BH=ӊ:NT :O	�)4:i F~b`e!}�U3i?fR����UX|'&'&I�c&Q
	*2U.L6*/
L:90%>..>%b>++�z7ymlw45)0	33J@0!!TFL����� P]=GS�-��kwm	!����*�(%6&692? $&6$ ��	' ����al�@l�������LlL���,&��EC
���h�$�������LlL���
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&546734&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��ud<M�-PppP�-�M����������Dž����9���������
/37;%"&5467534&'4&" 67 54746 #5#5#5�p�pF:�:F�D<p�p<D�
����������
���������PppP<d��d<M�-PppP�-�M����������Dž����9���������	+/37%"&54624&'4&" 67 54746 #5#5#5�p�pp�p�D<p�p<D�
����������
���������PppPOqqOM�-PppP�-�M����������Dž����9����������&.6>FNV^fnv~����"/&4?.7&#"!4>3267622"&4"&46262"&42"&4462"$2"&42"&4"&46262"&4"&46262"&42"&4$2"&42"&42"&4�

��

R

,H8Jfj��Q��hj�G^�R,

!4&&4&Z4&&4&�4&&4&��4&&4&&4&&44&&4&��4&&4&Z4&&4&�4&&4&��4&&4&�4&&4&��4&&4&&4&&4&Z4&&4&Z4&&4&

��

R

,[�cG�j�h��QRJ'A,

��&4&&4Z&4&&4Z&4&&4Z&4&&444&&4&�&4&&4Z&4&&4Z&4&&4Z&4&&4�&4&&4Z&4&&4Z&4&&4&&4&&4Z&4&&4Z&4&&4�%-5=EM}���������+"&=#!"'+"&=&="&4626"&462&"&462"&462&"&462&"&462#!"&=46;4632676/&?.7&#"!2"&462&"&462&"&462"&462&"&462&"&462"&462&"&462"&462��@?A�A?
@
�@R.�..R�@`�jlL.h)*��*$	%35K���..�..�.����u�vn�u���....��@@�j�N *��*.t2#K5���..R..R.��
@Hq '&'&54 &7676767654$'.766$76"&462&'&'&7>54.'.7>76�����������ȵ|�_ğ��yv���/ۃ�⃺����k]
:Bu�q��
CA
_k�ނ���XVo�bZZb�nW��|V	0 	Q2��-�
l��}���O		/	:�1���z	
q��%������z�G
4(

6�Ro�aą\�<

)4	J�}�������%!!#!"&5463!2�^B�@B^^B�B^�`�@B^^B�B^^���%#!"&=463!2^B�@B^^B�B^�B^^B�B^^�&))!32#!#!"&5463!463!2��`B^^B��^B�@B^^B`^B�B^�^B�@B^��B^^B�B^`B^^���#3%764/764/&"'&"2?2#!"&5463!2��

��

�

��

�

��

�

��
s^B�@B^^B�B^ג

��

�

��

�

��

�

��
�@B^^B�B^^���#'7"/"/&4?'&4?62762!!%#!"&5463!2�

��

�

��

�

��

�

��
�
�^B�@B^^B�B^��

��

�

��

�

��

�

��
��`�@B^^B�B^^�	! $&6$ .2�r��`�������LlL�f4��������LlL���#.C��&>"'&4762"/&4?62'"'&4762%'.>6.'.>6'>/>76&'&.'&7&'">?4'.677>7.>37654'&'67>776 $&6$ (4�Z�##
&##
&y�"�6&.JM@&� "(XE*$+8
jT<l$3-V<
2'.


-1
%#e"!Z�
+*)H	 8
(j

	#*
-ƷVv/kh?'��������MlM�$($�R#

&
"
#'#vZ@+&MbV$
�
G7
--)

R2T�
313dJ6@8lr2_�5m/."�G:=	)%5f0gt*2)?;CB66&, �	`48]USy������LlL���G6?>?3#'.'&!3!2>?3.'#!57>7'./5!27#'.#!"g�%%D-!gg<6W��WZe#1=/2*]Y3��-,����C1/Dx���] VF��I�q-H�����D2��NK'>*�%�R=f
07���=.
fD�]\|yu���,0>Seu#2#"'&5<>323#3#&'#334'."#"+236'&54.#"5#37326#!"&5463!2�		<	��zz�j��k-L+� )[$�8=".un/2 �^B�@B^^B�B^�5cy	
�
��(�ݔI�(8��?C�(3�>�� #"��($=�@B^^B�B^^0�K�S�&'.'&'./674&$#">&>?>'76'# "&#./.'7676767>76$w
.~ku�BR�]� T%z+",�|�ޟ���j<���)(!(	~ˣzF8"{���%%#5����)��}''�x��JF��0"H[$%��EJ#%
.Gk29(B13"?�@S)�5" �#9����dm�W"��;L�65R�A0@T.���$�}i`:f3A%%
BM<$q�:)BD	aa%`�]A&c|	�M��s!
Z
2}i[F&���**
< ��ʣsc"J<&Ns�F%���0@Wm6&'.6$.7>7$76".4>2.,&>6'"'&7>=GV:�e#:$?+%

q4����g
&3h�T`Zt�Q��м�QQ��м�pA������P1L������K!:<��}҈`d��l��b�,�9'


%%($!
���a3���)W)x
�������
о�QQ��о�QQ���cQ����ǡ-�җe)U�s2����XD\���ϼ�Yd����/?O_o���#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543#"=#"=4;543%#!"&5463!2++532325++532325++532325++532325++53232�p00pp00pp00pp00pp00�8(��(88(@(80pp00pp00pp00pp00pp0� � � � � ��@(88(�(88� �� �� �� �� �/�Q�/&'%&/"&=.6?&?&'&6?'.>-#".6?'.>'&6'.>54627>%>76#"'%
%6��

2�7
2G
f���!)p&4&p)!��f
G2
7�2

��	*6���	"��
4�7
2G
f�!)p&4&p)!�f
G2
7�2

��"	���6*	�!k
3

j�&3
%,����*��&&ր*�9���%
3&�j

3
k!./!>��>$,*!k
3.j�&3
%�Ԝ9�*��&&ր*�ǜ,%
3&�j

3
k!*,$>��>!/.�&6.'&$	&76$76$�P��utۥiP��u��G��xy
��Զ�[xy
�-���_v١eN��uv١e	��=��u�ʦ�����[t7��8�X�
&6##'7-'%'&$  $6 $&6$ ��3��1�N��E0�����g��R�=|�����||�">"��������LlL����^��v!1f2i��Ђwg�fZQ�Q^>"�||�����||�w������LlL��&�Z�Xblw��������.'&>'&'&".'.'&&'&'&7>767>67>7626&'&>&'&>'.7>.676'&'&'&'.67.>7>6&'&676&'&676.676&'&>&'&676'.>6/4-LJg-$	6)j2%+QF)�b3FSP21DK2�AW")")�$??8A&A�E5lZm��=g�G2Sw*&>$5jD ���GH�yX/4F �r	1
	1�"�"!�l=6>��	6
,5./��'e



.*�|�Ed!
u&�&%&��	&��5d	
���))66@�C&8B@q��L?P^7	G-hI[q��:<�rS	U~97A_�IR`gp1	1	�;"("j?>"�T�6
,6 
&/`���LwQ'�	
��A	^	�	�	"�		$&	_	��	y		�	*�	<Copyright Dave Gandy 2016. All rights reserved.Copyright Dave Gandy 2016. All rights reserved.FontAwesomeFontAwesomeRegularRegularFONTLAB:OTFEXPORTFONTLAB:OTFEXPORTFontAwesomeFontAwesomeVersion 4.7.0 2016Version 4.7.0 2016FontAwesomeFontAwesomePlease refer to the Copyright section for the font trademark attribution notices.Please refer to the Copyright section for the font trademark attribution notices.Fort AwesomeFort AwesomeDave GandyDave Gandyhttp://fontawesome.iohttp://fontawesome.iohttp://fontawesome.io/license/http://fontawesome.io/license/����������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab�
cdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������"	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS�TUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������glassmusicsearchenvelopeheartstar
star_emptyuserfilmth_largethth_listokremovezoom_inzoom_outoffsignalcogtrashhomefile_alttimeroaddownload_altdownloaduploadinboxplay_circlerepeatrefreshlist_altlockflag
headphones
volume_offvolume_down	volume_upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext_height
text_width
align_leftalign_centeralign_right
align_justifylistindent_leftindent_rightfacetime_videopicturepencil
map_markeradjusttinteditsharecheckmove
step_backward
fast_backwardbackwardplaypausestopforwardfast_forwardstep_forwardejectchevron_left
chevron_right	plus_sign
minus_signremove_signok_sign
question_sign	info_sign
screenshot
remove_circle	ok_circle
ban_circle
arrow_leftarrow_rightarrow_up
arrow_down	share_altresize_fullresize_smallexclamation_signgiftleaffireeye_open	eye_closewarning_signplanecalendarrandomcommentmagnet
chevron_upchevron_downretweet
shopping_cartfolder_closefolder_openresize_verticalresize_horizontal	bar_charttwitter_sign
facebook_signcamera_retrokeycogscomments
thumbs_up_altthumbs_down_alt	star_halfheart_emptysignout
linkedin_signpushpin
external_linksignintrophygithub_sign
upload_altlemonphonecheck_emptybookmark_empty
phone_signtwitterfacebookgithubunlockcredit_cardrsshddbullhornbellcertificate
hand_right	hand_lefthand_up	hand_downcircle_arrow_leftcircle_arrow_rightcircle_arrow_upcircle_arrow_downglobewrenchtasksfilter	briefcase
fullscreengrouplinkcloudbeakercutcopy
paper_clipsave
sign_blankreorderulol
strikethrough	underlinetablemagictruck	pinterestpinterest_signgoogle_plus_signgoogle_plusmoney
caret_downcaret_up
caret_leftcaret_rightcolumnssort	sort_downsort_upenvelope_altlinkedinundolegal	dashboardcomment_altcomments_altboltsitemapumbrellapaste
light_bulbexchangecloud_downloadcloud_uploaduser_mdstethoscopesuitcasebell_altcoffeefood
file_text_altbuildinghospital	ambulancemedkitfighter_jetbeerh_signf0fedouble_angle_leftdouble_angle_rightdouble_angle_updouble_angle_down
angle_leftangle_rightangle_up
angle_downdesktoplaptoptabletmobile_phonecircle_blank
quote_leftquote_rightspinnercirclereply
github_altfolder_close_altfolder_open_alt
expand_altcollapse_altsmilefrownmehgamepadkeyboardflag_altflag_checkeredterminalcode	reply_allstar_half_emptylocation_arrowcrop	code_forkunlink_279exclamationsuperscript	subscript_283puzzle_piece
microphonemicrophone_offshieldcalendar_emptyfire_extinguisherrocketmaxcdnchevron_sign_leftchevron_sign_rightchevron_sign_upchevron_sign_downhtml5css3anchor
unlock_altbullseyeellipsis_horizontalellipsis_vertical_303	play_signticketminus_sign_altcheck_minuslevel_up
level_down
check_sign	edit_sign_312
share_signcompasscollapsecollapse_top_317eurgbpusdinrjpyrubkrwbtcfile	file_textsort_by_alphabet_329sort_by_attributessort_by_attributes_alt
sort_by_ordersort_by_order_alt_334_335youtube_signyoutubexing	xing_signyoutube_playdropbox
stackexchange	instagramflickradnf171bitbucket_signtumblrtumblr_signlong_arrow_down
long_arrow_uplong_arrow_leftlong_arrow_rightwindowsandroidlinuxdribbleskype
foursquaretrellofemalemalegittipsun_366archivebugvkweiborenren_372stack_exchange_374arrow_circle_alt_left_376dot_circle_alt_378vimeo_square_380
plus_square_o_382_383_384_385_386_387_388_389uniF1A0f1a1_392_393f1a4_395_396_397_398_399_400f1ab_402_403_404uniF1B1_406_407_408_409_410_411_412_413_414_415_416_417_418_419uniF1C0uniF1C1_422_423_424_425_426_427_428_429_430_431_432_433_434uniF1D0uniF1D1uniF1D2_438_439uniF1D5uniF1D6uniF1D7_443_444_445_446_447_448_449uniF1E0_451_452_453_454_455_456_457_458_459_460_461_462_463_464uniF1F0_466_467f1f3_469_470_471_472_473_474_475_476f1fc_478_479_480_481_482_483_484_485_486_487_488_489_490_491_492_493_494f210_496f212_498_499_500_501_502_503_504_505_506_507_508_509venus_511_512_513_514_515_516_517_518_519_520_521_522_523_524_525_526_527_528_529_530_531_532_533_534_535_536_537_538_539_540_541_542_543_544_545_546_547_548_549_550_551_552_553_554_555_556_557_558_559_560_561_562_563_564_565_566_567_568_569f260f261_572f263_574_575_576_577_578_579_580_581_582_583_584_585_586_587_588_589_590_591_592_593_594_595_596_597_598f27euniF280uniF281_602_603_604uniF285uniF286_607_608_609_610_611_612_613_614_615_616_617_618_619_620_621_622_623_624_625_626_627_628_629uniF2A0uniF2A1uniF2A2uniF2A3uniF2A4uniF2A5uniF2A6uniF2A7uniF2A8uniF2A9uniF2AAuniF2ABuniF2ACuniF2ADuniF2AEuniF2B0uniF2B1uniF2B2uniF2B3uniF2B4uniF2B5uniF2B6uniF2B7uniF2B8uniF2B9uniF2BAuniF2BBuniF2BCuniF2BDuniF2BEuniF2C0uniF2C1uniF2C2uniF2C3uniF2C4uniF2C5uniF2C6uniF2C7uniF2C8uniF2C9uniF2CAuniF2CBuniF2CCuniF2CDuniF2CEuniF2D0uniF2D1uniF2D2uniF2D3uniF2D4uniF2D5uniF2D6uniF2D7uniF2D8uniF2D9uniF2DAuniF2DBuniF2DCuniF2DDuniF2DEuniF2E0uniF2E1uniF2E2uniF2E3uniF2E4uniF2E5uniF2E6uniF2E7_698uniF2E9uniF2EAuniF2EBuniF2ECuniF2EDuniF2EE����=���O<0�1h�assets/library/font-awesome/fonts/fontawesome-webfont.woff2000064400000226550151213253240020215 0ustar00wOF2-h
��-�?FFTM `�r
��(��X6$�p� ��u[R	rGa���*�
�'�=�:�&��=r�*
��]t�E�n�������1F��@���|��f�m�`�$ؑ�@d[BQ$([U<+(��@P�5�`���>�P;�(��1��l�hԨ��)��Yy��Ji�����|%ہ�^�G��3�n���ڕ�
�͐D��p\Yr �L�P���t�)����6R�^"SL~�YR�CXR	�4���F�y\[��7n��|s໌q�M��%K�.ۺ,����L�t�'���M,c��+b��ׇ�O�s�^�$���z.�mŠ�h&gb���v���'�6�:����s�m�b�1بm0"ǂ��*V����c�$,0ATPT�1��<�;���`�'�H?�sΩ:�ND����I�$�T�[��b4�����,�μ�」bl6��IL�i}ی&�4�m,'���#�ץ�Rw�bu��,K����v��m_-���\H����HH������?���m�9P���)9�J��$ƽ����8������~�;�r�n�=$��Nddn!'����;��8��'�N��!-Jʶ�.����X�=,��"`:��		 {�����K!'��-FH��	�#$~�Z_����N5VU8Fȯ��%P�ݫ���Cp$Q�����r��ʽ��k�k��3ٷ�:R%��2{�ީ��h%�)8����
ILK�6v�#��,;Ц6��N�2�hv�����OO��t#��xT��Bf���q^#����?{�5b�I��%-WZ��b�A�^�1��n5���צNQ�Y'�������S��!t" `b3�%���35��fv;����lά�9�:jgf?gr��p�x� �|� $ e��Z(�$w(ZrS��v+�Z���q�M������ݙm?&s[��t�S�Sj��9���?�|��
���>G�,bDշ^��^���:l�3��NA�`�5�26�L�pS�	Aߧ/U�
�֘����'9\��Նt���!������l� PMR���9n�
�`(�@� Hy)M�dM�
�5�ԤH'ґ��mS<���q&k�)\�{;�1��m��8�{��X�1�-3ǚ��)�B(��,�%���������w�o~��t��HW8l��Z	r��=e���1+�/Ɏ1W?ְr�89PL��>uo9 �1 tØ��uc�����@��]KR�bN���v������(�"��y뽻{c�����scz�&�p5���,j�n �kN�!�.�n^��Uu@|�?v�>�����rUa�HR ����Ց��I
D��ˋQ��~p�
�܍;;�n���L$�t�	:	hFCY���TO�FNN~}�1"`�����a��(�?H ����\���u�0LԵ��'���͔PbnmO������Jl�?��s���0,8�x�B�B��F��_�RiZ����~e#j��w�hOc*&F6�Yq��{�}?��>�u��.�4�h%g�`�&�� ��)��R5�H�}���ˤ�kܩ��'J��O�I����_��qOb'�HǟBYEM�6�v��5�NJ
�O�NFNx(1�:\�߫C�k�c�b8Q�	d�[L(el+2u-��a֘d��5;�N$�"�H���SF�o�2i�"��\�h7I���<SCO���ȐH��Ew!.��!BSC�gĝ�c���s*էs�(5m�=q�ʊe���Y�$�\>fN8�q��x�#v
�6um�	���`�NM-J\�F��r�D��Z�0�#'ꥈn��GjL�چXʌ�A���gYs�*�Y���^ٵ�;"�$hb=�ϛ�0�vH<�Vv�c�_\Y���w;dB��N��3!$������I|P� ~&�d�.�԰�-a�a	++��9�.mR��4�cy���#�U��FW�u�
�	i/𜯔f~�4��l��XS�9Ä�1E��3@���k��@'#���c���n� ���S_;�%��I��+��.�L�Cx�����ꆱw	��Vۂ������Exf~H`��0�!d��@Q{Oh1��H��Fë�zs�7�݉��Ɯtrv���k���heS3�ۇv�9�q|�O��K)�U\�A�%����o{l<��K����͎���i���H�G�I�z�=6�WWo0��|�%A�jdD)!
��pw���_���;���c�D#�ˁM���Nz���p�^�CDx��xj)�5O�9�
�`��EDX�x� ݒGU��˯ę����ډ�.%
���Έ�~��=�Co�)
F�7���$Z��(�g��oB��
�Ɯ�@��&���e�{��厣�l��f�_�Rx�N[�]��8`-3�s����{Pj��Wuc9���[>�-�.D�܎Y����d������+^{���C��m����,��@N<������.��V��M��S�+�\D�+��R�|�6��'q\T�����9�D�X<$�p���"�酦��$�ҷ�,�p�s��T����b���NkI�_�`��
F��W��V��%��w�~���DԐ����*�xi��y[rZ���[S%�G��s`F<ㅣ��� ��V�+��!+������؍�9y�k�fb�82�s�}l;[)e$��T���k����)�v���9����{�u�u�t��޳@E��>|C��<\4%�Rv���������@׺C�8\��~)#k|��.a�o����00G�q0%����hp���
L���"�+>���%�^Mˊ�N�s��q��=�����䦆�K4r�-*��%��h#�%;pP馔h�C=����
��&)�ba��KL�@����t�!�~2�S]rYl�Z6�3ўJ�o��O�V�;�h&gO5�RT�/}����{���AZ�&�S���t����ͯ�P��C���0��D,�pbpз�z)� ]�I�>Q\Bl�"��^3R>r�*��C>����xPU�z�}Y=�̕�}�ж��
�
6-`/"H
o�&�D�I0�E2Xa��-�{5���<
,}��``6����ji���im<UujY�Z�jB\@�g�3Ejfp����:����W�Ǯ���߳����p�ij3ao���1�da�� ��ݫ����J�ײ? j�q7��M���ff�Y�f��s�$��	��H���l��������(%.�r��w?�m=~�y�cY�bg)<�W� /Vx�k���$��B�r~����9�6�0�&��_vMY�%��ҝ{�E�6<������%�%�4���ߠO�@��N����"Z��OD{u3S��W�M��R��3s<���س
����\I0��.��-2ݭ��ㄭ;�	�0��}N�/b���N{�I��|b_r�e��_pSi���>'�w�5��RF,ч�%SY����Wh�6L_i샣=���i1�3�YI7N�Cp�I��Ĕ��(�r���0��{j����r�K����Тo)l���3na�T1\��IE(�m����߃���D�l��e����$Å�wX���U��(@����M�a"n�,�*vG���̨x���>�G�S����g�̉"�Q�v�b0*z��PE�y�ɉ�?7�$����%��G����p�dY�&f�!��a6��|�)�;u7#�3�4�mJij�
o���O�p�ȁ�v8j��x(K�/Z�d���x�Ń�m7V�_\�f�L�7p�X�z�H7�-���,(1KHb�e��,r-��p�L����3=�T��2�t�2ټX�k:����Z�5��s�p��SsT����:.]��D"�@��-�E�̑!�A��2�ɶ-�F}�˒�2Bǃ��Q���)t�ç|�#4�|�\�㨀��`�fc,��#�g��1:�-����ty �]�����2�Z~��.)�����nj�����%R�K����(y�`�8��C��֍���z���K-N����`^+����n���3��ϴ����T��3�tQ�أ�4<>:J0È%�ݑZab`��vͬ��a�T/Z��aޝ�ГIi	�W1���_��>)���H"�����p���|7mF�^Z��~f�0J��^�I��3V�!���{�<e�/=�p`���q��8^����K8��O�9�w0��Z��|��v?�n�	�3��f�!��߷�~��T� ������ Jӛ����5��p���V	��3�˫����.=����-}��[�g�R�5���n�B8���3.��8	Yg�#0�&���S�/.fg\
E�f�}��,k����g��$�?XY�*������1��p��E(����RS��Q��t��6,�Q�j\��</]N�s���;�'HX]�E�29��d�kY�
�j���R6���Q!���� V���
%"^�`�N3O�����[�v:�ʄ:��^ڜr׿�@���
�F�_���Nc�B���8p�\i����7��g�*���,�C����[�6�T�?����%�z��@jApBN5�"4T����"�}0uJ􇏞�Ȝ~3���{}uW����M�j�9�-�]����'lS� /�R><�+�O����eB#�Bc���jL\��-�Zh�[�I<����q�v�~�k]�G���TD�?S����/�-��%ݒ����7��w�i|C�I��q�wc��W�x�� �/7�x��HO/���o]���G]�y�߃��#��7��b��$�t��R�$ ���]�a7�F�Ѯ���,n!r��I|2���8�x�6�gS�h�	��R^^�D.�x�M�MS?漞'G�#�~�+�����v4�d!FyT�9�-�fVa7h�B��4�����,�2�Ɖ�&vTHMqp�4?R\�����Xa<��4�@Mi�H�D_��	�Eg��R�y�M���lT�ؠJݮ
��yc��"�HJ�, 6�u�/ڴ��������y��V���nJn۟H\P�R�Bd|�4�_�$k����.��w��™I�pS��$��|}j���9������m�|�1�ߘ����n�93�9���5qS�|���xW�9�����B��VZ!����m�K/�Ln;i��u��$�*�t3�Ͷ��@}���B{�Y���ԑ�z�2J�u@�a�\M���R7o��dz����e��7�/$4]^���2k�h$�=%��1�I�B�؃ ��H|�N.[�M\L���b����1Mg��:�NV._0�,�+�,��h�t7�l8�s~IV^
N�˼M���ؑj��ك-�	oܮůQ�o[m��j�=r��m>�~z4$M��}z �s�h""���u7�V{Rûݦ�O-��D9V�٥g�IʎK�Lg۶B�T��P�'�K��̦�
qW�֒�3e����p�&���ے��L�hp����N�aS��w��
&���;e(�,-7v�x�-��w$W��nX�U��������t8�����Y���?KM�ct�Y؃�p*Շ�����-���БfL�|�[nL��
}4�{5�頠�3᧌�n���$$,+�DNԄ-H�V>��H����Os\���-�;�W6N��M��8��Fi���;���7k�2�6%֒�a],:!�ʲڽE,��{U��naw����Ng��.��I9r:j������<IE�1�`$`Lbrǒ��ם��]�x�9=Rv&*Q5�0z��y<���`M|�ԙ�dO�٥iZ���$���+#KH�F
��������	������)-	�:M$�yc��E�%Ai��2]���l嶨����8�I�y��ZGJ����\�2֙Xb�L���I�A-�GrR!�0���L+�Qh�S�Y����S�5�_�(�poF��T���#kN۾�l|r�n�d�H���yۊ����&ۆx�p�����[�8G���dt�����z찃٦	8��B��KP"@2e�e��y�x��j����JKˆh�XŬB�}��6�â��`?�i�*�[9e+b�VL�aL͙����dBYp.�ψ
�n\4�糅Ƥ���d�<w��W"��? �'�O%�a2N�9��,�ߟ���!���.�y�Z��%�4�U�^��u�φ�g�)M%��C��V����M!z�&�����|D�,�i�~R,%��|O"�����h\3+��a����������i8��\$!1�L��a6s�
z+M�R�b��_
k�v�j���U��裒-��jX�Gt������b�~�˚��ꖺwt���͝�SkP�2���(=cvt�"�[3��&��h�DN�=�򈎋Pɛ�A�G���'_�R#��M:.���3�	���tJ~��3zwx ���;�7��O�8��Y)
�DSE����/����7�i��!wy�6��$��8E0�Taތ�|@�
g����.;m���9�9�s�HrL7&�����3Bs�|[o&ou�Sg�խ�+{�AE���kZ�	�"N�d�5��:��IV��ڊ�>�F�b�K��Ψf)*c��G5<��C����.g�]��k��
��� A0�-��٣��v�T �d4K(��Yq`���(u��{,�:0*$|2����/I��,�`E�����xP��#q�����`��/�:�����';�ىV�D)˴�r��89�w�}[��F����ޜη���+��šh�KH�\�ǚU���䬂J�V$pUj�|c0���{���L��A��?�V�=�4���S�Ŵt`���d���o��d�bUP���J�x�g��JR�r�O���s	�����4Mw���
�""�42����`M��D�/N!��v�3չ���.�f+�@xO�V�q�j^�Cߪ�Km���,�8H9�Z��<&�o��(�@��k����M5����]�M��U2=vpB6DXj`�r��<�w��1�Y�:� �o�<�9�;����F���$;2֜�j���޺�x,�ʁ�C�Rĉt��$�VJf�f��9�)�a�9P��&���6Oo��l�<������ds=#3�s��P-�bD��"��[:�wɺ^j��Ӂ��Qej`���Tq�=����H&�o��kĉLD�W�O������*J3s[�6�j1�@��nr<�ξۇ�#���@	�0��c	���?ﵝ<2�D�Ӧ	��}��Ts��S��"�R�
���.}�oZ���Fo*���ݗ������:�������7��H��䍚�x��]���a6v5�R��̾e1��$XL����
J�aa�݆,��섐�"3-�G�!˥8���8
|�T:S�P������pMR�Y�b��{�+�O�eۛ2���g���u��V=�U>-�kb6U���ЩpZ�M��O�`���$W�D�y���A߻�[�4��a��J?�fD?=�d��(KD䴱:�D�/[�#��$A�#KH.:��x?%��V�r�@[B$�}�c�o��S6`LPfM&ɔ��A<:��v��Ú
Q�~P�w���[��+�������`+j� V��+��R*���u�l!���|�+'�KY�6�6��_�ud�}_���[�yuۘ�j����o$��Y=�yjR�i)��b�ԋLaD(�X�U�wI�ڻZ�$�7ڻ�9��&��4Z���'��DF���[N]�~�dD?V�Q�W��Ͳ�}vS>�Nm���+S�q�H��a���U!�Β����Wb_+�����U�O]�^���l59	@��1�'���A�^��m����o�:��9�ף�s�-�N:���tD-�zkS��j�a4�rc�zF�ۻ ޿�x��v��7[�äC8�#7�p5�+��� �~*�bJJY�zֳw+�����-��p�/L�L[cg���n�lc��a�P����H�F����$}�9`������\
��83�Ym�1b>�~ƽJ��؂�Ϗ�yBs="�����f�(zK��M�"�H`��w�c�Ed��:b8�6(9��<��c�l�ݘ/���k��g�G���������^ESE)5�G�_^��k߇�v���̚�}T3�;6� WvTCP_���k���._e��єNJ�L{T�!��6�j>h��0��#���[��㗚����K��z�,�!�3���2����:6d>�himE�\�=�H��Z+{6��@W�ʯ&lC'�,��rX !8�(\�̭2�-�P8h��@�C4��<~����Z7j%)e����eF�pZ�'15��^6B���3�nc�o#~���²q��R�@!ա�� z�^�Ks]T�@�TN�T �,S*@7��C���ī�Ʌ����L��iQ�N�,��	#:��RѪ���j��9��1�-�Y��P�N¿�\&�yL8�ӹ��&0�c��v�Ɖ\�����J�A��;��Q;�]���I�M8	�s���Mf�?԰�I��r�r!�K�9я8p�}Q�콍��g�-�*sm�~�X�P0d�M^��?D�dI�m<��p;�y�,"ۦ�6��v�pT\^�n���3m�>8�eC���N}����cà�٭$s7ۼ��#յ<SF-A����z��≱�
�B�	*{�6cg���Tz�GX2+�����a��0����;� �EEaG�d�Θ׿�[�M���
�i���g��:B�[�	U���3�J9�
0��I�2'	o����\e�%4^5}����5��� �0=�
��J�}m�y�&����"��.cւ	V��}e�J���:42q`G�O�-���-B���J�F��Y�۾�3|��|)��������IG��a����+�*��ttPb��A�Do?C��g�t��;��I�]G��2RE<^�mK3����+��;�
�[���3���[1����y�v���
#��p�<j�iC�af�~\�G�C�4���dubt B�K��бQm�=�a���Tq<��^z�ء�(�޹�G~QۼZoO��c��r>R�{b��4���vM�q���l)<�V�{ě晐�2P��T�'D�
Vt�������oP�aU���6`���"�Qe�]ka-�^<xj�<�G.���~��������5۹�ۯ]�V��`8Ϧ����%���r�y�v����;��pc���������`�٘�uҙ��9q��q�E���ҹ���B�����6�Ǒa�e��E�ثO�Y���Ǒ#:y�p���/!/��5s���U'! ��"|���B㡪�
�t\�T#���ҝM�$+2n_��� ���b���^�&��������e��i��c�I�=��u%E���ȭ�֓
���fj�aظ֐����E�ӝ��_�e���(r}�mo9��UP6zH$g�4�ٺ6�P�@@�X
(1�Θ��x_	Jy�{�3���',����M�1n���>v�O��ճ����j���ְr�1�f4cs�_%v%l��K�ZNi�+V��3�'�����~��N�M�G@H��B�b+���v�VFq@�ݱuKZ�h�p@��E0�����ua����SXd��U���K}ԯ�8G�X�KiI���%���uR)�E��I-�ږ8��|1��G�Ξ��f6�Ȁ�=!K�F6�Qf[X���~��_��j�\^�͋^k����`����D��s�G]~�㤛yo�}��;+i%�N}�Q��0��ԥ�U��u)M��[�Z`"�7
��?/[C�{�l�)�$Mr����|^��	a�����:���"�֊��a	�l�>�h��y��a��{�2>��CP����L� �j?�ntg���]��S����{�UӇ�('��b�'f��g0Ӄ����LPA�Mtd�)�2ú�Y!�v�&`o���2P[�aޔ��5��S�|#+��7J��
#ȸ�_��dU��6#VD����B"K���|�����)o���tk�l���,��l���U�)ݹe�5�<A��\0��_�7���^~{�$
qR�ΰf���P
a!f���XU���hX�l۽^��:(�m�?��@=bhg��O͖{-�i�:�'�A�8?g��zHFz0�[D#�A�.��%'��w�=23�ɸ��Z'�Hx�����&I��4�1I�Ji����e�z����͏��o�ٴ��{�����i�ß8	0[�K�/�n*�a5���ᰉ�,c������+��A��BDrlDo���"$Th�T����9�$�岣�'���0V�'|�"������
���S�AJ!�Տߑ�6�F6R\�6\��9�-�_=��Q�"9IW.\.zmkz�F͵U�x<9��ɑ�$�7i�FS����ʧb߂@�ۨ�}��u��o���Ͼ��Ѫj�4=���oeUK�xd�W�뻸1nD�X���y�"���5倘�ʂ����K�����-�o7B"��ě)��uW��E�h9��b)P�%.�$�G��(@(��u��R��fLT ϪJ6
���)H*y����=���Q/����uI.��<���,��r#�y|�l�<`��Q��=���F$��A�t阍2��d6c��Wǥ䇣4~�%�vb�a�Е_Cծ�Y�l�̨�vq��s$m:�G���\�W[����C	�l��}�R�^�2J�I6�X�l9��=��`t�ӑ�/���P��jes"��_�
L��w�m��~��X���N�M�1x���ٛ#��NmzS�%b��,���Ž�~�B��	`�9�Vu6U�}ֺG��u�n�wO�����fsC�\������g�������V��Φ��@����:�_`c+}�L�<�[��#U��*|�歺[��[姙�ԧo��ɼ��\=GR�K,![<��H�?��;�9���:��Iͣ+��a���!���*��?#�'G��=���Q6�,�g�m&;���������X故0��
�������;qW�q�'�4��I�C�g���΃Y�`�~`6ix0OG�g`���[~��?NC�Q@�Ȅ6�N΁���A}j��Ba�3�ť)���˴:q�I���gZ�2�vlf,�У��Y��Ѯ��bԩ����Xo�Iė˜�X���_'���5��]J���2P�92��C͉���@�C�����6E�e�B@���A�9�߇���Ǵ�y]�H�	�-� �b��9
��O�0uw��I���7J�x�ū2��\�Vf=nV�V����"#9���v8x
��mpAh���y�3��pQ	%��t^��� |�‚]�YB8jC׬n�#&�ɇ��ʴv�˒P�>�O�������y�UAt2�_�������n53e*��1���v����(K_H�vV�ʉ3},��A�C�Uƍ؂�Cu���t��i�-]�`�����7�]R�
!zs�N��t���&��̉̄k)��SL����̹�y7��$��ϥDJ�N�d��"��9�
�31 I��Z(^(
lw6
/�@�Y�B�^���}�OT~9c�c��]���{�)��}�D8�${����yc�,ʤ�{�tA�W3zHI��m��D�4ܤU��T3d�I���D�)
��I۬�.d�~�[-�K�^2�Zc��
�8��u�,Y�^\�_��ԁ�_�+�cJ��$�\2:ZW��b�B��w=��[1'N�YVz4�;��(�fzN���U��f(p֙�!x�#����L�=#ŋT�hn�b��a˳"��,�T�\o�!��@@sN%��|
���t��Xj�	j��	�Qo5��������o�eF)o�� �9˷�:�h*'cJ�孏��[��{ȄNf�nz�]8F�/�|��1�v��g@�J:�Y��նNu�:�d��hH���o
����t�M��`��R̍�R�i�:|N�_P"����B@���� m`a����:M���	c2�Ũ<���ؓ��U�O�S�\��%a\A�p���ꄯ�e�\��A�����.̰{���w�ǿ~<dXIh��RN�gkv��o�{n�Ԝ�}���H|e�iV�W����?��#�(K:��m`�&�L�x^F��+'�����؜Z慉��ŏ1?^�E�(�ݝ�D��u��6��T˜��LS��6O�am��d�ʙy�2���|�^�S�K�}*�2L/Ř)�h~����\1�� 
D�̅���$��1�G/Εo��0^����_|q,��|��`�ܷ*z�|���'�usv�j(q�R��zL>��6������	�;s2�ŋ`���W�`�TyP�g�ee0����00�}/ǔ��;h[tG�D�5�^E��#�h�ȍ:f?	�u3z0�ڎ�$�T���^T�Ahz�	�x
�I{��5�������'�r��K
��z�o l֢<���Nl���f��M*�~�Uʏ�W��_�?�v;(A���ͺ�R�^� 3�=6�6=2�n�~}c���O7�X���d��J�|��LP�ޝ~ͅ���8�+QD���\���ҭíS�\�=�U�v�
M䅚c"a��K;�A�=ԨĚ����k�J�N�p��M%AR`�و;�(���5�W���=���Y �g-�^v4��X�ى��J�@��=�c�3���}�*)u���b�T�F�'�|�N3����E����9��ڪ)1��!G���k8��6�D�
~H���Gp�%�Fz3�2��M�J�aZ��?�c��n0�)?�h�N��u�����m3H�~����1rD�'����1������Kr�t�sJ�Js������ָU�����2��r^�+hNzg��l0'\/e��tXԐ�v�l �j�cm}!Q�ϼ��t#��z��#]����ϕ��O��ׇjE�:�#	�6�n:<�N���u�i�����{�z���1ʞ����UV��l�+�a�N��W���h��)O�2ymEl٤�A��7���YQp���fB��<8����;����'gKR5n�����T@	�n�*��!=a5��������Z~CW��P^DX-Xf�j�N�ű�q4�O�I@��S����}�Xh/�>�,b����89����-:G|W��)��b��A��5G��<*ٕ��:ğ�!]gj~�O�&��U�N뢹8�� ����g�]-WW(W�NI�3��N��gr�3|��m
�m��'=[n�힬M,?�$��HD��D�-��O?5uX�]˓��3�7�>�*�w�g?���*!��JyT�@U�g��z��I��_��7�&�\t��H.Y�Z�(4Y'�d��T�
�F��s�-�qy�a�7�
[��67K&�J�/$�c/��x���[���ᶏ;�Ī�z1Fv��]G�'ڏ�Q�BSO�������І$�y�(��TS��-;�hűz��T��%D��ts��"��=�gwU�uD?b�$Zr�9�G���<��&�Ña<�v5��0�]f%S��an*���؊���oмb���8pJ9����⠚�'�-s�@�r��넅��T���AX��I�\8m]{�Of�`#��X�T^f�5��''������W�2Ϸ v�sE�\��Qs��(�ː@A�jR*Z���a��̳�Slі�R�[�ܜd�*)�ɩ���P�¢ĽHt�o��5��8��.��]�h�\s�І؋����?�Vs���h-U�'�#E�g�m]��2NjWl�rm�Z������#2�BE75^^��a4��wU��K�'g?ge���213����Ǹ�o`��lKzP6^� �$�$9N���Wvg2�HϏ���CR�ߜa7F�/��3�\8���F�\�/zP��/?������{x��Ӽ�]�������/�^9�@7c�ޥG<Ho~�F��!�6�:�j�*��Nb�lNy����C�cG��d2[d7�W4]�
�5�4i�2���*��h��p�*�9���mYmط��kh"ɋŊ�W�!��A�an��J�|�V�N�c|�u���j+�'���7������('tcnV��d�Uc���)�I╵��8()�K�Ζ9�U'���պ�j��?Vפ@B�O�E�G
,�cC�"Q[b�$�9td҆�=��X� �dL���M���͋��h��~���l�c�.��ж�t�q�?Y'{'ވ�A�cS�V�M�%�kD�
�{Ʀ�X�=�:��*|�ͼe"������~��Ov	;�G_RϞ��\���G�$4<��ie�f3���Ph�H��b0��6ĎU����s����LӨ���Q�|_P�����3�0����D���C��H���,A1^'�M4������]%�EJ53�蕂
+ͪBP�^$R��R
DB+�M-�	�s��b�R�VFeP�;7����I��o��m��^��M����k��++_�����[9K����W��R�vۧ�?f�q2�s��}�X�@y�f��������H�/=�����֯�A~ ��0�̜�xra� GD�v�l�Q���Z\\�D,h�i�J�]&(A/�"Fb��a�ƚ�
��m2�l]��x$��E5x�Ð1x��{�����A�1>^2���_���Be�;b��~�փ)�Ό2�j��� �r�8]'�7��
���� b�C�h�T��d���)�+���mD)���.5�1�-���|Yy���*��o�ڤ�L ���4A她=
��T���@|�X$�in.K�I|�R���@�P����@���P��*���a����k@�۟�������=I��	�=�l����[���ג"�h�X0�QҜf��˒��펖�c�<#9`|cO}$o>e�X<�`,�o���_��K�3�����p�{Y����An[�9�M�
�T(!"��?Z�]�iE�m�Ğ�>�'����{G�t�� ��*~���y���`�'�A�?٘#��)�o�($��ȉەL���vYO1o���_<�/ǐ�M�(���W�藑Q�'^�#0�M|�3}x7t��<��a��@�̻�H�l�1�>���& .�m�v��!*��)$�z��mr��t���(�:���G�G�beV�w�i$C�O1� ���c�Z�Z�<Gc<z��@�:�J-����_`�8���~�چ��M�	���)
uE����sY1�B��7�4w�0�G��5��z��A0�|Р��[��@��V��ܟ�Q�q^@W�r-���U��O���$9'��IBjf`5
�"ѦYx�Z�� �U�O/&83��,�8�k�2�&�� '�?�eEv�$��L`�B�%�=�T��ftF5対8�.���<1=>�0�G� 7z@Jy��~��p)g�,g��YL.$�,�� ��-�<�k��{�y�c*0�2�/q1��������g������K���M&�R<���7xC�y[M�ʛ
#ͺ����Dya���3\��wf�wr�F<G�W>�ĸ��M�]\��N���s�Wݍd�<ӡ���W����064�t�ȴ��v�Ȼ0>ԯ����; ��)f�#�*	�2<�h�� �~'B�w���m�H/��������wqM����o�gC)̵67�#�B�S��>_-[��L|R�R����lQ�}�\T�H)
�9Fa��"^�b�A:�ݳQ4��' �=�sO	���'�@.���Y&8z
�,i7����3y�;���U}p/�I��xV�x��il�F�Z��f���hX�c����.b��B*�|&��|g��e/�k�u��v\_H����b���d�p�G��/�A�}�㬬'�xȜ�Ջ�;�E����
�!W�����j��{���ZI$�z�{O�p�;�x��=׺�q�{�����5�l2�3O��=�@�j�j#�GY�T�n�>�&ެ��#��CBϩ�zLuy���lS�a�a���0�LTv��3��,�2
�sdTr�U}E����l1�z�`Xa*h{�qiuU�\��"L��д@�T��X�RU��Fg�]s���E���5�V0��X��/��u��k�z��B��'ك�J�x����	�Iz����7�������Y��Ε�1t���y���Κ_}��|�xm�[�xJ}z�l��D��V���r��csdsq�v�[��&��`�oU���l�?<j�C�!	OeqB��=�J�\�`��Lr�孈�d1Mh�o�w�ѹKi�ģ�d��*;^ҋ��$��xH���U��U`]G�kC�ꆂ�����O��QS�C��w�o�g~�yG8P�{{H��.$���6�!}d4,q>�`�ll�UMBR��Pe�2�A�1R���H�q��lB�Q���$�W�%��b�hB���ÚV@(?��F��A�Q}<GD�2�:�e@�f�$"�8�ȍF����f��5`��{���K�uv�\��X�+���vj��^4=��03O��(���0-I��fK�R���o���O���i�2�)؆�G�Ǟ
X<�ǘe�l��m��S�\��P��!!�ox�$�+��>dl���+��b���NIM�dT"+�ƌ��o0��`�89����\|5 ޣ�ئ(������y�j�q�m(����<\G�	�2���dT��P��0���$���n��@�
Ē!�X�㺕�����N��kճ�xiki����ݝͨћ"0?�^2�XF�,{s��r_e@V�����y�g����N�_�i����wq�;X��ED��\��b1G��(����Rs���T����<\ډQ���2tT	�;��`���[�,��Ak��K��bDl#�b8�,]�i\����|kC����xLq~r�
�Ά>|�ž�B����a��b�?a��ag3�0����(	j��"F�A*�{ߣ�d�]ř+XH�z�s����Z�S��L�u:��˅�)�Ҳ��n�J�EBnS����>Ħ�����	m�h,�R����T�~}�9,	�/������.��H�~�!���`��E���x��O�ۖ �mwI�l꧴ёUz�z�k*�*|m��*.?���~�
��c��hp��?e�Y�]�*H|̛1���e?�V;	ا	2�PQV���lW6m5O�3'�^���x�,�ҹ�a)T��eU��s10����ft9�����T��{�!��L���@�OL���tǽ!���^�L!t��i ���^��:C��R��	����K��
?2T��Yx�۩Fq#0���
<��hѭ����)���kes�a�T�l��
x����9���d��%+��b8X�Z� ��;g�v8n7�ϻ��a��&�^���o�b{w	OO��7�jϯ�زΞ��,�~��WY��ػqÎz����Voλ�g�'5�(��"ե�
�A�Ӄ[�:��P��|�Ӓ+>��#�2?$Mnd�u�e�S�J%����e؞~��U�q����
�޳�҈z�Rn�п,7��˱������>`�
�/�uFg��Og)P�J�\)X�k VF"��\t����r�#��wE]�s�:Y�#n��8��Lm"6D��
�Vġ�H`Q ௢��ү�QkG�]�<2�N�?����U
��&��|�a���_G܏�}�di�!�:`Ⱦ�����[�\,Y��]J����Ϲߐ���ì~���O���A%>���]��2P�l5p��O��ѐ��[ʀ4O@�¡,�Ҭ���-�,�4��X7�-#?�3��{���M·�C��1�8�a��Y)�M�"k��a�_=4�JqM��?��nh6�k�ɜ��P� 	�2�;�3�g�4ՍZЦө�GZ�k(m�p�v��riZF�}���i:�/��czP��uV�Q9E��&'�/���v��<�2���ۊ����YQ)�j.�HN����11�s��ʗ���؋�{�
��'|�k��lT�%�1�ꪋC���g�QUJ[�'��U�ؔ�̝�ֶ{�81� ��r�n���ҹ��}��
:,�й�6X7����f��e�'
NM�2p|�4��p6��Vn듁p&S=�[- ߞ��~�Nj�I���Y�/c`YAq6�-��Y�30#V~hs��EPT;�u��b6��WD#�N1o>��)Θ��Cx4�$�/jl1�
y�.�/���,���Rr���[YE*GЕ�Km/�|7�����SI��SƗ�q�F��㍹���6��:c�Vs�@��w��+�k�1��c��aí�����w0:Y5�Q�"
���+g"%*�2�t��`�G��ݴ�
�f:hN3�3�^�~<PM��Z�*w�����Ґ�I0�p!"`�PS�L�6
6�O��{&���`(�ۅ���Mq�aP����=P��Z_]��pv�W�{m�h:
�Uu,
A�j9�^��*��7#�C�f��]��gr�{NY��� 5���$�O�e�
Gn��s��$��\�i�`�D�����?�߾;���w���5U�xj~�̦�ܵ����֝�>�yө��)�o)l*��H�-�;���+�|��+[��-��ZG�X�f~<F���_��̝����r�f^R��
߂�4/)+��1La1PEv~�:+L>�M�e�b75���[	�Ho}pi8�;`�$�7��~�Yw�4��RypJ�s�������}�!*Yf�~����W��]�TKV�0Fy��l��$"��\��A��E?���W
,�[b�0q���.�|��x�Z�/�ˁ���]���P*4�$*(����R7��L�&����`goTܑ.�$�V̇�h�U�L�Hn�e��i_�"���o߁��e*mb��D2���u{��ݹш
߶\����ؿ����Z�D�ܚ��
v�z�1Ul��Rl-wk2V�x�Ց;�؀4�00�=ԑx�~޽ګ��o2R�mԔ��=��_��r���Z&�ן/߸�����(��[��C{�%b[f�.��<Nc0G2�ڼj��~H��iDP��ce�|:P�7i�/q���-ڏ���\�b�7R�>�\l$}�V����چU���*B3�l�RPf�	�d�'���<j�E����x���}�6f�s�(İS���e~4�U���)�C1�i�s%C��r�H"�3���؃)	��L[��ө)�mj��U��ٜ"����I��R��6�W3��nP���H����ߛ5Q7s\�@��Sw���RhƄ�eq�܍G0?޽~�ؑZ>���GL������c[�d�N
�%C9�X�<�Q��^i����p,U ȑTÉ�~��U�2('w|�/��B3�����J,�t
���WgLN$� [�V�|޾�v�h0X�X�����<�j�h���j0��{rLNm���[[L�3S�$Y����ʈ~
߇���K������!�QE(؋�����P:&��{�ƼӬ4sœ��WL3A�6�R
iv-7S:�L�3��e���=^�����Ŧ4˳�4�OC��R~ܐ��NK0+c$&3�M����u<:�"Z���,���n2N����EG���%Wթ!`�4ى‡��_��`��}�.�Kq���~�J�k��t��k�S�y*�
��)�I��k$Q��r�q3�T��)A
Rs��=[D�
j9q���v�C�no�KR2�v�)���1d�c}D�2k<9?�];�8����BR)x�ˣ;H�i�}{�74���4Ϗ[��:g�V-}@� ݡ_׀JPz�������X;�)aDJ�?���\#X���r��w�m���A�Ў2\�
�=�69j�R�Lm���.I�eG��R�'��v�$�	P�>5h_
��c�ҠW�?��+��������`ރχ�#C�����B��W'B��~����c�b
���5~}`��A�E((r�{2me5�
t>`v���d,p*=�ϕƼ'�� o�$ݥ�;f�`�̢�t��ɟJ�$��H��Z�K��Ԋ���k�+Lm����R2��1�,�q������F���p�̹-��J%b�����=g�V���^�y���~��׼�0~-P��ת{�ƛB���2X�Z�?�oG!x�n.��}%�}Oo	_�?b�J���N��v�$bl;z��`�&K��x^]"���d�+�geI2����� �B#�(ijNN>SwF�W��|�b�	���W�oW^\q�?��1>BL�/=�iR��,����cykW�Z)�BU����kjy�4X���K��,
3�
�F��9�pK�u���շ����q�@���OAv�yG4����.,m��#D"^�ѣ�8l�QZ��1���C����\�4oJܨ��힊������dD6�h[��|��L�]�V�~�.��:������0z*��HX�,�Ͽ�7��z��U�QN�e.7$:���.��0֣M��j��9�g�{2ڬC���O��墸���N٘�@.��W�1D�z[���[�M%V�5�r!4&U�r�
s�7%y�N�J(?�nYm�"T�C�Mmr�.�ݴ{bSNT��]*}�v`������1�^H����v�No�UۆAS6W�Oىe[(��B�͝�to1bϫZH��{���~�N�}Vˋٹo��<�>#��o���TFD"�%7�3���.�(?�f������]��`!��������1%U��qL:蜧�ϸ|��@8'�+��V��Wu۠��0��} +T/��Qn���l�~�c��{�p��a�=��V:#vm��~���1���t	0�SPH�]�/�j�g/!���{/�c �j���h���[�=�U�@ʍq�Ig6�M������mq�%Y8�dc�`"��X�t�������>�"��{��ri���P�O?��0=�/�9��F�nV}�OY[՜���"I��
�{GEz	`)Ӈr���OoK�Y꺧�S����4;�������L'�>�c���N@����8 �ʋ�{삕zb�8_xV������(X"]Δ�ěM6w�,�f�gf��+͜)T��JUt>
-�]z}�o�*�mGŶ�1�S��<����۵��&��:��Q�z�H��j��l�j��L�
�F,����a�Y�"'Lˬ�ɴ��bJp{���6�ի�h���]��m�
�E�=��~��f���Fv���E�`EWinux�8!GVY�??7K^�+�[2���%_�mw�s�Z���MZ?�v�l���9��f��O��{���,�'9�/}
T}�����6��V�zô�vU�[��dT,_u�V���E�+B:�x��a�Y.L4�r�P�1�"��n��j[)Xs�54��� �4s�S�6����{�(,�kW���
�:Dm�3����/
�T�*���z'�1�o�'3��o�w|Ћ��=�Y�<
a�D�m�?F_�Y3�f^�L�f�f'@�&M7�F0{���G���T�B����/�f��zqc�].L.I�n^����W�k��(�h��c�!Ȝ��|�%�?%��\��6�Q��n*��0��'�'����W�hĩ�=��ŝL��CgR񛙌��9V��玫؛A�ӚT�Q��y�č&i�٣h���QJ,#�|d驺z���|yYH�����{�FI%��O���RD�&�k�'�	��(����k�ͷ_�u�XT��4�J�o���tǠ��`X����l�/��-�ԩ����
TBIj�ԛ/�
��J�n0,�ħXB��U��H�h�Fe�%�6�%�/���:&zLl�dKT��
�^�Gv͊��SA4�:�D�I����ʯ���<��!.�1?nT���zhԓ尵�Z�B�����Cn���I������~+��sm�8�T��=f!c�(�KH���S���H7!L�S�.D�4�$��~]��ٴa�G��s�iK7���"dϸ}�����|�{���ܰQ�7�r-�y����̂z�RaV�]v4t��������2�����-��讨YD�ی�S�@�%_�B(F���Hke%&5��='�jF,�����G��oW�9�;�(�ڤ���X�3z`�f�M��<�~�1��bR�6t��0l�u�F���Ij˯���Jo��I�q���Ĵ(��cǘ�U��@���Ѣ#e�&��V������y(�	�{̧Ku���WKe��Z
^>(wDI���߹}x��
��ƺ�5�gY�G2�2��&���sσ!q��\	�������C�P%U�
fb���S����'�H�Lbi�,�s��F���6���7߼D�
�g̣oGa)j�S-&�>7��y���CCΖi�]MR���A��0��
Kf��F=z��gg��tf�7Kx �[��L^.[��ԭ>�Z�c�7���36�c͗��q��w��*CC�V<��])E��9��)�ϛ�0l�SM�.$�bAS��Hib%z�qݓV��޷ʀ7�+8�{
\�H�A�Z#[�8��0�*��r[-�swn�xP+HEl���Y./�k6wKb�?�8�8G�I.�u���r޼�l9�Eiޜ����`�"�ƃ���ȇ�˺�&v��I��բu*J\[�^en�Q%j	?{�nW+��1��Z���C��	�$��3��!��6���/�SG� @�4ΌE�!�Rd�8hg?��J~���u?Zi��D��4��K{j%)�'�x��Ma��YvkEt�,l���c:��w�Xk||2��$�.Ey�=x��*-LM��_���xC���{�t��4.��<�P�r�͙��s�1��/��N8�uu��.ӿS�_r�j�]�\���av^�����s��Q��ZŜ�-��D�u�S��g�6����{${�r�2����5�>���,	��hc�b�J֊�?${ou�o>ͨ��vCl��(��<�/0�x�(D'aԧ�R�0��"�o@����>N�9ߖQ�]��}��3�(� z^)(Үe�}E1\�p�B�(y��f̷�H����Y��/HI��;,���q«=���d��<zl�hi f|A��f�g]y\��:e���}���կ�F��M�.M�-L�C��E�f麬��u��\Q(K�ۄ�Rj���R�Ǐ��/��[��uTOb��D;Cطc�E���E�TSq��h3d��-{�fXp���6��h]���V�Ha3<���v��J@X�����M�zdR�Lb�3��/�����dz�"���?Ԁg�:D_���P��7���_٠�Sc}����ߨ�ʕ�0�$��0��s���MG%^��X��5��Tn;���>&T�<��)3SfV1��ړ'���vh���D���n�$4n���'�r}b0��D�xo�V���U�JgIN����}��4��/��|ߥ\��$M��y��"�j�}j����ib�!�NӽSB�v�C9�wp�7}��5�����q2�Ѫ��Ҵ�UÍ�,��鼁I��}�;��Y͜ȝ�DJm[���O��sޥ$Fl�X��~�=/_��S�L��J���&��^(
qwv#��	�꒎��.�P���:bB��fV�2q�gn�ٙ��l8VӅ��b��0�aG-OTlO=A�f��W�O׭OJ��{��̑Ͳ�g�� k:���I��3��*z�A$���̊k�P
�`��n�FGx)�G�RPE%�5�\�}������3۵Ruu��W�-�������2�����G��������%v�oM���k x��B�uF��N7ׂkV)12�dB!4
��.
��N�8O,f����2TiV
u����d�L��zy���u�g��’�;�Ks�'^���y+�7UUO���B��ж�+�$�%O�9elե*��c@��F��c6gg�MU_�~1f��v�V�5
��-V
��0�� )_D�{��Գb1�#Q|�k�9=�?���Po���c�s��$&��}�BoWT��"M���=�Dy$,I��N,چ�	w�I�x�E���6��x�n�C�C-���,�ϕ��̲Y
:�y�~��ʝ�،��=Y���c�,Txe�qU�k���*O��Tq�\�E���*��/ؒ/��NS�Uf:��b��?�ī�H�t$ٶUfu��dH"��$�2kQ�/���WiX���N��x
�r6���_y{?2�ڽ��C~{���u�8�|�܁�Sf��+��{��3�0`�wbcC���Q��+zƪ\T�-�{�]��ξ6�Ѯ�c�?�8�Z~|�&�e��D��9qW�2R,Y+���y<`Ow�A�bz6|�]�:q��Z�O�V�gM��̥ic�kJ�0�=,������4�,am"����RC#��,c�f���Z6RcG�Ţ:�)e�		���eI��r6.��Z;��P�+O�)��$\�wI�V��(h�`z�{%�fp��xl	}�o��nr
��7�%ӧ��{��
��x�m���1o��i��q�� J���O��'V!��"��=�$

ї4��KS�+���&Z�ۙ��'�憥Y���^��e���~���}�,��x'"s�o߮d����߽}{.�k���TJY;ff��j�KV���B�+�j��qM�WL�"�e�/�׶�߻Yf����xw�I��:k�I��q.��Dz�dLWim��]ɗ���]
f��)�B��{l�ֻ��`�j�~�ކ��;ā;~�7��-zA����X�'��tb����WO�.��$�GS0R��a�#�Q���P�O�|�P[����%`C)c���"�ͽdD1�xp_s*5�ac<�v��P��c�q`{D8�Shv��i ���W�	��w�pk���R|��O�2/n�@�6M��R�իB|��\Un��^�l�s���=[{���A�?��zJ_R6��SA���	�������o���wn���~��GK+�(uhK�7���,���H��⺔���Q��/��,���Z��y�(NZ��y
����ɧ���e+u�h�C�<�/�,s	wy��#�j��I��诵�{�Ҏ����,ٿ�%�`S"[;��_~`!>�]�܎*��t]8J�u׷�uO�
��աH>��h�Lkq7g��R2�,ʪ��Z]�|��$�CZ���m
������q�X��	�LrS���Kb��홞���%H���/���w�>G�9�(|�v�v�NnNvX
N
Ѐ`p�����+�{(��u\� s��Q��p�ݨ3��q�\��͟��$�ﵧ�;Q�Sřz��[jl	�6n� 8�DT�}��㔨�P�E	%��BW�ح�Y�w��.�����!����/^�mdSZ~j=�*Qgd�⨎�0t���]�����q�-�.P�JBp��1	�ث��at�l�/���y�p�q�{~��TOH���6���	u�N���wY�|�
A�Vr��wDh4Kk���+
�/�@
@��O�����J��ZB1[�?l{�JՊ���q�9Pv�oY6�CJ������������$���H`7Ei���)*eK��؂Y8��{V���)b��pNv/A�%�;�uh�(w̃�l}�*�4�y|uV:&�*P;L�Q���g*}O��W;xT�!���F�[���o�
l���*�����K��K��Uv�ܼƌ٫NY4�$Gd+�3�$K�VZ���F&FuR��j.GN��ۖ�5ƴ�revv�v���Ȭ2M��C[�)�|��eGyb�{�)ڻ���.I{l�1����C��e�sZ�t��h��ɻ�RæGp��7?��(�d��W�^=�

���&�f�V��͞�iϟ\���G��6$��$��uP=o�u87����[�%>`<�.��$�Mtӗ�B)G�jS�Q���Ud�`��S�"��3��ɽ�}Mױ�Tth?�7���]�����i�EH���zş��|�-���td���ۑ,�:�D�����j7l��D6٧-�����+�}ZU4�^��xO�ݼ��f��QH����U;"I{�)��1��Z���.����@�2󄖩b+q�z�V��s^�>��V[ŵ���-5�v�����]蚮���c��"��"f���\�߬��<�ۋcy��#��Qj�6dr#�ȑ���J��4l�O���(y��N��}$m�[�-�|�Ԉ*��S�\�ќ��臉@��@
���ie'�m��'q$��s'B���੻A��d�)��.�*	�_y��#z_Ы_����{��_a�_=+䊒ӌϞ'P�ܺw
G�J��l.���r�q�Z�vD(�DCG�&�C�ر�!��=�ǣz4���v(�$;�{�2 @�iǘ�u��pc�E��
	hh	s��>
��L�^�f�ڻw�
TWޟ��R�
�/_�I�Ħ�M'B.���,P�-�H�j)��%P����Dp2��^�^w�`K֫�K�Pa>ξ﫥jϨg�)�KS��ټ�dGFYG�$����X`�7%�Ҁc�K��QO����"BաB�'��^.�`"�;�G����leԒ�O^l��:�Q�>�45e�=[7$z�����i��F�\*B�'ǝ�A�ko����MFc�������3|�Ӭ%v�>!���]�€����'!	��}:xi�/�xcR�^W��I������C��z��_`~c���V��Fvf�]5On��C��?��ҷ�7�9��']�/g}��փi��UIȃ��O�t��̒�?��k���:����[��>TSi������E<7�E-�N	ؐw;�mD��u���[�����z�+9��g_PO$��UYN��[�#j���I&���3�\e4n����)Rvcx�/�V�C�?�K�����g{G��X����"b��(�6��ʛ�|����	R�r�I���&�-Nձ��*�?��2BpEYP�[��.���r?�gO�h��/%l�RO�E�
�f N=d&�u_qb�?X°��f:��J/��}?(u�6����P�"��L~�iV-�g1��YBg�	�����}H�K2�4鵖r)�ۡ�#|ti�@@��J�R[��k
x����cE^����I2߸�dVo�qP���kZa2��H�/�=(�c[lW%i����cX�c���hP�q���6�c�M�?�}iSh�Rm��]��6;���?'����B}g��M�m��Ǟ���Cj,v���Ա��>����G��+zYl?G�ܦ*{��.�m7�A�T�^1D�"�;R�Ur��"bh��lqw$���/gy�R�mZp�%�0B�ϝ#4�b���\q0n�	�N]M�<�q��N��{Ԉ��h�@��1?��~�t����6͜��T��k���̆ҙ҇�\M�|�t �5O<4> J�}��,�QrQ*ͯ��A\'�)yz�'�KdخD��Wdi�@gzu'1\}�^q���I<>e^�h)�Q*��lz�B�l?g�������G��Z���0`��~���9�<!:���+��xۣ""p�[�W�}��"�Y|ʒ��>�/ie+U�r�W���Ws6
�g�*�D}�z�yn+ህwUӋ։��f�G�%!���L[#��"�h2�fmh��|Fqb}*�H��#z���nV˴��]�xA �1����m��k�
	ׂV|=�@�=��OB�z�P�d��5Vrl$���ZՄ8����8^Ϗ�qp(:A6J5PY2		èV��'G����pe�᝭\��hj���p�1a���w�ʓS�A$�|�H��E#7ч����|��p��*���
�`�D]Z�B-��\6�iWẍG������GG��׮~�Y�J��T7Mq^��#�0����õq������b�0�KVot�[
�Ֆm^�k k��-d�p�ݟ��^J��d�3��ݕF�F�T�Ϻۗ�9o�\S�8��qk�"�σxL_:��P��Lh��0!��iˌ�{��8�:���zE
 �Oy���/�l
,)�G�����q��Q��R�`��\J�>[����ip&Հ@�����
��$��:�Q8���Bt:@`{>���'�a�ޝu9��9�'��L�cи�đHh��d͞���YG�f�������/�	N�=�Sf�0T�;WJ&� �I�2����31��kÉr`��}��A̶���������d���@\q-�9(�B�,vѣ�ALX�q�H[�!�f�-t|����n�PΤR^�b����GO�f�=+����h���W�D;Kf�x1��^U�]�3�@j�K8{V�. "k5���h�G¾�pC鹒�*�6i��S+п�u4495�dj�+��Kk��Nq�B��M�++?{�2M��NJV�u�90�$#dV�/�,)��
Ak0�Ƃ^����F�ߛ����n������<%��J�����vq$������d	@�ww��?��R��s�
D1�F-�_�E1}�zc�ƝZ�h��[����$��&DWx&fe�%�� ~)	~��XL�t˛�҅��JK�//(�F[�KY=;��ؕb����~$Vd�]��8��|��bJ�):v ���3R�R�Q��}˺�O��	k�UP��}��SV����xsQ�ro���3��z�2�F���'֯���nN?��{"]�1B+�յ�
�;*�
���eO]���-��N~���2�̜�u%l�(Z�����b�9M�h]Z3')�9�#�>�*�<c�;�Ԛ}l>�%�)�V`leY�.5*���D~�-��d5J��Z�!Q��Ӧ�^fP��/fj��T�X��X&(f!�Ý^�g/j<	�/��륃S'J֓5�V^	���ߟ��^�m�{��2��;��
0i7$�&⩵�ӵ�����XEOS��x�5DZ�يt"�h��v�_C���S���~A$�<�@���f�\;S�a�)��6C��_���Ίg0(4i-k�<
#5t�\CC��h�>;�!`���� 3��-�6�ht�D]�S�eN����
�}�}�����"����#Qn����`F:��>�79$lV��e~���̈Ja�%��q~�ܣ�˴��^l�C��
f+/����eBa��<�'� \*F�C�;��|�c
��ڀ�N��f�!�L2i~�<[
����p�&�ѕA�kn�n��r�틧���n&�fvnjn�-��2�5(!�������rC~��D���"`\T�'j	��P`�0i�O͚�F�krf�uə��کj\'�3�!B�IEl�Q?��m12<T���R礥|�X}���v��f�*�?_�K|IY������{�%m`*5�D���`��N��9$#�c�����z�K����t�؀d��k؁�7��[�3�z�ܐ,����b<�|S<�~غ-VE�l̤��iA@O[��.5>�pQ����e�>��R�w�تD�.ۋ���
XN#�'N���jj��о4�!��tK_���f�R��!@棼C�J-�ja�H*�����N��p�@w�V�[;��
��➄s�q���H��l��ڜA�?�y�	"�j�!���<�U�?�h����k�1��oa޻���e�8S��1�Н䋄��!���9�h��I
��B��
9K�o_([f0���o!����31�C���;X�Ih$�ɀ禹@��@0Wl
�]�&)s6��4w�Y�3c.��Mg^��1���O�qs#Ms�3ZNLMi�}���
�9�U�~��x~{�$6���F�ɬQ�Ei�2Wv�YF�A��Vl�����VDXer�(���Z�e���Ͱ�3)��\t��5\^�"r�Ш�s�
�w�P�5��f7�N�K$f��^q{�"L���]��z`@��DQh���6f���~h�G�5�uU7G�����~�
���.�#3�P��TV�!�n���ژPf6�Չ>l�6	9@�Җ������5Ϛ62�t@7
��L��2	�� t���'ԯ�bH���Լ�w��Wf��Ɋ7=��.=bx
%d?
���a��� �9�e�p����H�ҩK��\��ۏ������$����C%�0����
������ntv��:��M�`᳑B���asp�&)"-qc���	��@�I����bk������3eP�F8��ZmUL(�(qP05�n'���C���V���i��������j���ɿX?q�g^:ӛ�[[P�V8�����6��=Iɉ(�c�G���@���Lb!l�l��8߬Mv���vVb�q�~��/���%�Ii����҂ϡ֣T�=�!B��PS:�m�u�v��P��s�ϥ�;����Z|s,G��:��pH���g��Vu��ZR>f��@��e⋮@F�<6�Ͳ�.��L�
�/�)�X�3"LN>�^�m��w'����>��\�C<��C�Kb`�(.��u�ְ����T�'� �o���MG�{x�$
v��9�
�|�F���x�ʀa@QI�֧�'�=�z|Q�o�^B�f��,�Zf�W�4�#�4��y�I���9#��5ZڭE���2�p�'��B��~���U�j}ۣWwE�`�	
m�'?�!�@ ��C 2C���pc��lݻOš�{(�C2��kC����k��'�U�"��C?�T�Q^��ڝ��kK��m�3��m��$�۝��ͮ��]�<i(Q&wldmY�1� s��3�hOJ����:�N�I��7N��$�zڸ��##ot4zϊ�p��驚�0��k�x�ȬU����ÜF~:(|�B�����n��m�	`N-���d�l��9�/\T�&1����9�V<vn�:};B+ׇd�S�\H���l5� j���fe_�����Ńa�8��||g���x��WF�i��%C�F#�Mk��1����wJ%"�\Ӿ7����R
��6�;�{<�UK�9`�;$�Ѿ�<�{b�a*MwfԱ���O_�g�2��Ej�]V��4�X�*��g�S0�K���c��A��T�P�ݏ�`~�e?�F�[��n�jX�nر�U��5Z �"��p�ss���41�@�����Gi�<J��<{��z���ޢM�}�a��!Be:�܍o�`-�C\�.yk��$��exdz�N�H���(���_����!�KF���otvW��w-��s�L�>��]9b�	�Jn�)sn�t_���_xEK��D� ��B	�$gY�A�V>g$�%L�0L#��{&Ν��Ftd�\��P�=��a4��
�8"�<ܝ��s�L^^N���Ec��v���H-_>���֋��;|+�c��!�������8�O/�.规��Jn�8�&�,���%�s�t�]6(k�H6��Fq#(ۉ[�y����{��0(�^��ֿ�b��ף�Ŭ�����������&f��zCqI���<Μ$��((h\�ED�C�������c_�x�/��E�.:���i^��+�Ο�1צ��҂Ji4@`l�xN�L$搘6��T���.��?���4]�X�1h|}g8<1Ȥ<�@K��/��/��5�p�ל�o��t��p�a j�t�bE��E�y��&Ц4`د���$�L���"����Jvi��l�j�Z%=')��8�e���`8�T����*�M�8���.������w�~��\(H�t�vr�"jDo�GG
�i���lHe��%ia&9�d���d>�-i
�lM�ܰ��TA�$��VHG|��
�$��:�1Rs\�Z $�Pj�ۇ��]ً�g�8`簆 �zߒ��V�X��ݕx�rtX/�A�p�2�^[1~R{�뚬���ɇ�:kCU'5n��%�'�CXP06G�ۮ��l[�<�N�scOFeQ��-�gi$�RN���o7�Wz�
_t��"?�z<Q��l&��B,5�"�}\��i^�|}��R�����l;$��ѻ�'dxw��A*�ͺ1_w�f$or�w�V�$
��T�Hi�����L����lVc\����7O슚��ŹR�D)�]��B����=3���qF�MM��ȓ�B�g����
�OM[�԰`�W[pBΉt��i�\��`�{X���/)�ƩcD�R��Pvz�x��49H�_��ه�#�1��&��P�/��֡��&�U��u���)��l9�Э�:!�}ɑ�=[�*��;����u{����.��p��"�!��,��|v�nN�K�63ud>��6����y/H�}���ё�{qL���$��
��-���a��[���st�nS�n2�ğ�@���ѷ�����xHNp�������2���&��3	�����f��x�)�WP'h�7f�>�� �s!�;�p��&Q����cN>OgdH�E�1u	{��^�گ�V�}���2�@�J�H�S��>!~��L�^d	��r��5/��GyNW�-�`����ɚLJ��=��(R�V2�ȏ�M;�:�-��A0<Ȥ	L�1L<F(�J��L��Cl�Y���N��_7�:*�\8͏�w��
d5'L�����H�s5M �2ID�%��WP\pyr�~��ҍ�)qN0�E�|)�(�@��(";�JGZ�!���U��,WL�#E׬�E�����O5.K��������Slso��z�d�7��ӳ;%n<�5�*���iu���?o��mI��"m��.�XL���F������r��s������
8�!���{N�c�yٗ����Nf��2�!�n"5hU�F��J'�d�B�2��sv5�	�����C�r>~.���ܤ�kg��LinN�d����u'����f]��B�sL��A�5S�h�K�v�vn-�_e�9e�V"m���B:�GΫ�x�c�ZX
���o��y����HKgT�~cN¸���OZK:�b�A�%9C	]��o�ʗ����w�1��)(�t��^�?��u�Ʀ�-A���9�����9N�لL����#�A2Yu����5��/_=fql��j���އ���ˡ?u��Ar�Z����]�A�X _�v�M��1V��&P\���6X��2��m7䥱[lҏ'�A��Q6R�S�Q}�딭S��e���S\D-wLrTC]�ӎorly�݂X���J^fo�-���˰��(�X3�R>\�#�	9��VP饘QՐۑ,a�e���X�#�*���gV�Tnq���GL�(��Z)�o�M�i��!#Z��H.��$�ɀW�����\�p���*ȶ��/��.g��y 9��L2��p�(�#Z-)i�����j��jԭ=�0b���`n�0�a]�k2�I)�X�E�8f�nD�η�%8�CS.�o��ě�Ng�'d�p�-��J�=a���Y<l��Ǡ�OYdb�Hl_LC
^]����o����>�ɹب��Nk�Y	��Ե=�����f��N���H�^�����f�<���(|�E��(SL��\���>�u�4vdN��~�HN��[�nD���eh/ڈ(2�1�he_ʔQnV=�C��H�E��gi~�%�B��15���czŕv
�>a�Y��%�e�&c!��pIB
�8г]~A-l�64�1���/�[\\ZI�
T4�W���aa8'l��xRY��N�e��j3:��-:G��6�v��ad$$`�M,ܔC�z�3�!q�1�����]Ӌ��n#x��B����l]��K�^�t����_@Y�u�gS��k��]�OƤ�&v:��N��a�L�ewɋ��-hY}:��xi O� ��x|+^�ñ�Cq%��]{[[�q"�	�x@L�upՔ��j����-��[=�����ئ�\�e��jq[�%��^W���'�Hj�y�c��%J8�Imx���=�C/�].&�w4�D��,Ƙ��3���"�z���`�U���
|M:3Qc!�_ǣ��W(Wj���q��S�#f(G4GޗI>�����n�ڄE��٩����^�����˗��<D$>n�HG[�M�'�C�&�Ǹ'o�rUm�����N��ݾwJ?��6�\A<��N���ZK5�D�)����Hi=�i�qlS��:�B2�&yY��^�bخu}�Y+lc��Z�mL��%9��s��̪Y�O�1�ߺYD2L�
���ʢ%���c+7�V�_.rsIq
pש�� >�bG�Nz�Ž2�q�X��D�I��a����'H�V�T��으���E�t�|��G�3�(
oOtrJl�s<�;���3)YQ��`gw�8"o�&��7>�cѭ��^��@&��t�T�}g��$�}��0h�h�)�GT���s��y4r��
 o�
M�H;Φw�~|� !(���������ad�"	���-sQg#�,1M��|��/�u�h�R���-�.k$G�K,݅1a=a���YP�A�,q�%!�
ONzvN6�^��>��ƬA�v�J�F�ӽ�)��
/���ުl̒�B3GM��'[�,n\��\k�ѣ
m1�hm�o�>!����jM0C <����埵��ߎ\������`K|_xN�`ǀ���pWJ�jHL�M�<��_���=����C��M@Wޅ�%ꉷ��dž���f���%�Mn�p�Z�3�@>'�M��d
�Y�,BT��u��J�:����o>��b^չ�ȑ�ދGx��_W�`�H��"=�ϟ��z&=�@�%ӌH���qi�x�DH�Xx�jꄯK |@QT��P��+�:u�c�}О�T�����B5�ڨ�81��hȩ����a��Fu�XLc[�nNרxtN�D�X��*N8������s7�|����2
�R{>}78��.��G���yՂ��Og�#�Q���q�'�g
�f����K�Y��`�9�h�2�„�6�$}�� ��(�T?��}A�`�7�8��LHFR�G�
E�FJXw!S�K�r���@EKa��2�'��ʌ�%v[؟[7��S�F�j��j��[5�h�Mt,���^���i#��Co���q§�Z�e���t��e�Wi�����p_�t��^*>����Vlh�Z�Q�jX��B�㨪�9�q7�@������'������[=e��H+^ї����a/�G�6�z�<�6)yж��DH�wF����v�2nF�)%�d�����.�)��ەP6^÷r	��{�h��<�L�?�Ih.�����dht[$���]	��fŘ�9&4.�;�s;�B�����
�k�����~�>�j)ϰy"T�㝼j�MU��d΂M�ݱ��[��D�g4{+�ݝ���:�<�9q���A��w	L}��A=£6�۠ev��Au�+U�_��Q�3f�?���R�\�0R�
�R^ �,���V�w��W����2�`A	�v�G�<9��4nX;�?��?�*uV0�����{[4"��΂,���qӼ��<��RK�+���k5�WxcF��PO�=*��;E����D�~��:�	�m\A��p�����\XX�d����+�Hk6��Zb���WsX�/��$_��Q��Z_���hh�L�u|��8�
	���Z����}�IH�:ƋoK}��
�a/-�k��xVq0��r��LC�_�D6h&軓S�q}pߨ�=��~38���^x�Sߡc���8Um��e~7����VUZ�:�vƯ�[m�>���?�
��p}�_�gKB���_
%�_�g=�Ih|.ݥą�V^1䓺0	"{��7��m�s�9�ꛦ���B��N��I�p��i{
]J� ��:M����y�%��u�����G��Vց����kk<o)�{<O�GJץ�xCNj3-˪���W-739�Bƒ(T
`�P���X�i��wQ�:����6�)"S #�-��,�"v	��\��d~n��2rr2Ob�6�[�T���
R�Kc�Y�犋��4c]�>����py��jp:G]�Z����$0
��_�N+M7�Y2l
@x��6q��	��4���59O�Т�}T��r�f5��2�k t�߲�}�p�U\�ur����sVl�ת�a���޲�
}Vm���~3�gm���,\7m}�-���*�,EH�q�$Yx�=E���_V'��C��R�i�ND��9���/Cb����x��@8`�2I̪,!���f݄�nE��8�b�+Q��2쪘�CZ^?G��Vf��砱��(B��Ie�+�9��:
A���
��v����4�RB�H �z�ѳy�|�x���֣�W?�E�t��FO�ܔ�c��=��1E�$V(T��}�rY�!HhQ!.F/
d���իG���0����;j86t��������	8��y��QG��/Z��a3=
���O����_�ؤJ��Pג�I�Rs�Z=��|ڼA#������#�su��曻;.�����.t�ש:�KIT'�6���m7��"�:���s�b�q�yL�@Z,Y�	bg����,���n����{O�;]�ɪ!_�"=c�Ӻ���dij�2�G�B�X�$���|��i�!���*nT�%��;�*���^3�/c�E��s�4��CwLj})���<(��YpHw���W�^��HL�-v��p��đ@w��Пp�̹�U�K����>1뷀��L˾�f�0p��Ύ�=�_��!	9�q�[���ƭ��t�-c\
�	@�q�]���CAJ��p�Pao|y�lN��{F��*3�F��xLTv���0ԛV,�������jH�A(\���x�����xtP�
���R�^����S��h"�H��Jn#_p�.�$���s2�i��B����{T�uZKt\�LI�%���*���P�={�b�"U�Q�"V�R}	>Z������ŊN��Vݮ�-�J��hσ��
�^����;��FQ��,*+�"�"�00)�:;:V��P8*e(7�Jl�����0oHe^Ɗ��y%�`��4��Y�[eX}�6K�J˩���^#<ɝ��I�_/�23-@�l�4��`��P�=�K&=.)��՜XvL���f�o���BG]ޮ��+��؂Py��I�n�V`�k-~S��d��d��cU��.�gƗ'� 1N����0P!��ί��H��]Hf��[�Z�x���\.� ��+�\_4b��Ov�����#������v!�l�,�x<�DxIN-F��e,/�\m���d�Py��Ir��ǐ&$�G�K�K��և1�q�zG�!����A��38�̍�97U;ȴVe�g ��݌�L��ΐo�tp�R<s��k0U�-������=C���C����WjA����Oi�ퟌ��il0Gtc=T�	�u5�<ل�'M�>#��
�A�D���䶅�)�m�"Ǜ�X!-�Μa�R�����_��});�;6��П�(��o:֔�qC^��Ǖ��۵�A=�z�O�b�	�d�~���������hz�n/J~�ǪŤzS�,J��J#2ŭ��i�Z~_�{c��]o�bR:�v:��?e?	tZ]ָ�ՠ�gժMk�&�zz�q��%�UCW\Y�ڻes���7iv����Z�d��T�V�Q�C�$mČk�i�w�ƿ#��;�̋�	%y�G�8@5:yq)���|⌬N��=������Bց�^\��S�8]�]�?{��rW����[-�+W�q�)^2���-��KK�0g4�LҼ�&O��SP�d���Ş-m���>����n�x�QyY崎b��y�CQ����A��)��B��D`<`���������7����%f"�Y����>���ШG]�T}�_�����T�,a���^&xԠ���,v�4�EpW�¶��S�A�N�Ⅽgj�)����&��d��5�4��(���$���sD�Bݦx��O�h�XQ��L�w��`�q�nP�sT�s��'@�Tz��,�2��J�*njވ�4_�}3�����י�j�ҫ-�%i����
����P�O�F?��kjS�#�G�'��p�1��J�m�b���a[�2��?kKq��!��@-^Y97�*��o0�i�M�l�=�ߺ��������(�7g���_��Ǚ�W�أ��..��
�p���k�����#��c]@��q�o�s]�vK��i]�C+�K6�-�/'S���{V��F#pƦuO&��g�z��u��t��xeL�.��v�s�Mf�џ@/��)�u����A�)0!۽�)/Y���_$mU?S^�	Gq����Vċj.v���UH��0��mǕ��*3����bt3����(��$F#��P�hzZ���o��\��d�沠pmL�~�Ljb�mmK���	�qsN�"Q_Qh9�	-��㳟CU�џ��O�=ކ�y�5��Yk�����N.eu�i�#u��ڒࠠ���p�*��!��C_߻3��Q�p�azm�g�-���	�-���k
8��Z��莧�YP�d�M����`TG���hѤ]:�d���VN�vc�W:w��|kҁ.:ӫ�O�ڑs�w pT����%z΁ه�*�0)��A&3��PPQ_i.�-Z�!���%�Tt���f3�k״�+��f���6������6mP�яH4�ׇ��2��
�umMCͥ�pm*Y˭���9�_����J[���.9��&��,r�H�i߃8Ʌ��a������[�N�n��<�CrxL��r�J2�vc��>x�	�����J�#u��:nY���}l�z�Ӯ��^Y;���z��Ӊ�1�`7z�v/��_眓��{��='T� `Jټ]�ȇU�)K{v�[���՝y�`�-0-�?���^����[�mSƐ�=�O#_D���q�q�mR0���)�
i�bJ��}���<�w�o�a�6�[����^D���Zz`����̶.D�K���=b�	����b��l�޲w헂M���7dֆ������#wQ]!���˘��g1}BJ�9�����Ԏ�I��=CVR��%�L�MU�]C(�+#O�1Q�dj�2��~&�B'٩p��c�Q�4�1#���qʸL��̮�L�➒��GZt*j�I�`��Q���/�HJe�l���豎���x[0�D�֌1�STK�af�;���3`L��}�{اJ&5������J�^����G������&���x��%n�q##�G��7���p(/8����ʶJGy���8�?�����+>I�����克W�T�m
Aj��/b����YFNG�uc����\�����:�i%���fU,p�I�p ��^y���B�cx�2�����
Vb�6N�d�ٍәT���l�W�{tĈT{��S/�Q�Y��K���7��#��pQcGo���g�Q��G?e<���t���J���8�3�Y��ި�F^:�̊�|�ʚ8`r}�Q�hF�4�뢺j"�:k�2;k��.,�&��z�TIF�Ty�=�K��;�pr$�Ѳ�8f_��TIV[��[�ź`���.N0�U���8IY��
�D5�7�o-
!�mv9��\/�KR����!���6���b��\�+'I�e/��a��Fzͷ��{���P|�w��4ej-��t�۠^�\�SK�+'�J�R��S�f����4��Ԗ+�e���"Ӄ�j\��ʌ�E�.�>p���!�\�B���}vچN!"f���R�0r�G�߻�*�� ����/J����6�M���n���~��}}<��o���lϸ�p�f%��n~��W�X�U�lA!�ˍ!ӫ��8�iD*�z3��@��EYo�J�N�C8f���,�R	�Ə�m�w�E��(�i�wL��e��7�xЬ���2��Lz� B��,�'\n@Oޤl�o<i���YU��ʣ�:�8��p�u��Z�8�&>�s4PcX�Y��������}t�p�-�	��yC&��z���
Z`7�)�<i���6Oggtx�
hTI�w1a�r���3;e����0t����Ysmv�YE����{)�K���Yh�&�ۑǶ��X����>T)�0�jJ���ׯ�$7
�����۷o�Uck��w��Y;8��>���+g�6w&$�>ނu���>�
�VZ�J�����g�˿�=���>O��i�]@����QY������O�����ƽAI�N%F(��Y�9�9��J�C4�Q@J���9��u�3p=�0A��1
��,^�>�(��HR��Bx��Lԇ�j-���a�p3���7ub�NV4|u��砋ale��z���J@��5���y�C�Q@RRq�O���</�&�IG&-p@_S/�mn�����c��Z5;�<y	��/骞P��e ��������P.Wk�Y�D4�<�A������NǬ��i�D��N$�7 �.� �+�gI�g��:�#?ḤPuG�q+5<(��ڮ-H�JD����U1&g�ξ#Y�#}ă��-�s�<I�ʹ�`�{6p�S���uA�mm�G�p<��s�Oic0ʶ�u�����f�5o#������.�o]�l�<(I�Ֆ+� [D-���d���qꝻ�)�<UPqyoQ^49K�#	*���%^��"Vv�*-���s�y1"N�!�4��\U$џʋ[��M}�ߑO�r=��K-�
��82I��+��(�Ydmh����La��$U�T��
��C�(����' H(x��
��=��<XU��Q�����L)FM��^�>�¼�p����1�B��j�*�O��|O�,������0�߰�ʹн�,u����
�Hs�5��IJ��R���(���+��F�L�?Fh#~J��1�������p)O"�-J��q
�Ƀ7�u6��(ۄ������!P@��>Á1�
�&'�s3�ه�X,�9Y�|�s��A�CEvp�|̺%��3�7�_*xC��8�
<�"�'"G�����!�£���V�볩�s�&<6D-m�������t�t�z�q5��"m����J���}_�(^�m�'V����s�۴F�>}*s�V�Ӈ"����m��������9oq�����{��o��!<�]w�@a�#a���Y�Y}i����|#�r��\��I�_ߙ�W+��"푎��Nܞ�0�|��9�8�ֽ
.�yf����n�sˡ�b���~p*5E#�s
�vN�9>�c���QG�!�Ú��8��Њ�y�6&���-2�~Q����[�aṖ��о)5�����_[��z�_i�t���b(߭O��=�C/�����P4?9�T�,�1��լ��9��"�f���P]S���Ԝ(0v4�s�Jsb��nQ�{��}�#�@����ɏ���U����^��R+�/6�'
������Kh��-��F�s�5�X��ޖX�yXQ�3����
����WK���b"��&�â�{�[�m�p��Z���ֶ/ʲ��Z[��Z-l$�N�e�WHW�M�_�
Vӧ�x�s�䀱X
)���o�C&�6�l�ktIp��].@?wS���h�s-�$�9��n�P[������p�Y�ӲG�:������E�t����b&�<
�E�_���p�0Jtz�X��B����.R��
.E��Ď��u-0OSBþm	���Ǣ�����]v��d�`��ÝX�P���[
��V�C�4O�������0&z��u��4�&��E�ʙ't�A��B��%�+�DˎG~A�x��CPKZ��n���Rg��x�+��i|�o�ʜ��8��o�qJ�`��G��~��ɕo P
�8�yuq�뢵����𐠵�������Ռ=ƶ��T�·n2p���aA/�F[
]+p^��F���(���?ɬ3gg���Q)���Ċ�DLm4��G;�?81�[ѫ�T�> =�Q8��)ʒ�5��ck+gdR�����A|�v��a�kBcz���[���C8�^'�դ���O�S0��* )�5r��|��Ȥ��^�?�z}�[�SWU�����T}��?L���U�^����}L	�6h�8�
�b�ǎEڰn�/�M��A��6����6Mk<��u9�o5)?q�	#�019u�A.�mX�iȪ�fg�Q���Wo�g�@��u�;�	�o#���&�o4�O�:on��M^���;>��r�0�.'�}�)X��"�9��O����~�.7@3����_~I*���`���֣��q���^Q(T����ߠ1�``��w2����u���Փ��أ���0�F�(zc<��mL�hc�-p�:�|m��.Ǣ�VfhJ��M�~� �[е�}��r��2��~��wzJ�:Ս{�s	�3��xԺ�,G� �MKd���v%b�o���|��l6�z	^aCG;zVl� |_����m௷E�ZQl��Z��>g��sSo���l���P��8�C�4>@���e1bς���	 ��z���F]�5�Qƃ�/Y
�vAfG�WJ;��=�yw@�R���q�\kK0{2tv�0="w
0�N����r
�D�n��J`3�7�%/-�*�R��.U+�[l�Q��7H����0x�/{džq���8>6F��'0*G\�Q�a�$;�h�fEB���C����-`0��)�y�[hʑ����V�
H2�pC��xQ�P¥��9�>&zgိ�*�+kɼ�'���W_�~I����Pg_�CO{b���̖���aշ�N�� ���
��~A'�/I��팟o����"��ܬ*0w�����K�OLx���i1�M*ˀzܗ�{� �m�eJ�!,O'��Z2N�m��:���ܢ*G�`��x]sҶ#fD\�����FI��Hw��]���I���?�7#ȂU�.�5w5ɮ�R?7�����0�:�3��np&9&�Vup���AFs���Uc;I}�!\��Uv���}��b���z:���9y�! R����ξ�����
N@)�0ߗDd;(A�Xr�[B�N�a+��{��?X����/��Jڽ՜v�ݶ�6�lҤg���O%���P
(�/V�� �j��>MT��c74bɤ^�~^�()y�I����Єe7a'x�U$u8���/����N�Ψ'n���h贑�51��;�^n4�8�ߖS�q�F;� Jx�����]�]��Y ��MG-WM���_�	K���V�gGg����>���W&��i�&
�əۣκ5�X�n��F>gla�⧲�0���x){���8��}>;|��9	i� 7?��kN���W����� ��A��P�Ej��p�Y�rҊ���J�p7�~V����8��o�?������� ����3#JF	;Sl6QA�i����C��fT0Y�w�I���+~��[��kB��4�1L��[�*��;/j�LAM0X�}>������.�tغu��tj���iZ���6��)���u�d���n�������?������
�|n4oZ��8H�/��h�!��}�I>����d��	�_�Y�3�rD�wc6�Z���K�ج���A�;��T�� GXKb4�p:I9��m��{#?{��X%��C��KM;���E�({vT6La�Y}�j�O��ѭT�в�`u ������J��ۃ�2f�1��D���/�M��R�1�Cb� @#�^$yH"�c�%߀��.Mt��B��l7 ��^���]]]�*��e�g^1:��	v"t���2��=M@f]�M�̟D_��w`tј������m�����uJw�"Bh����O;��ֽ.��w�3,�eJ�VKm�C2LCyӝO�L��U�{�/\"����K�	h����	�bxZ���LR���i�O�(=�|���V}��)�׾��[[��P�[����n���2�6Y�K��	�UL�}�W0$ڃR:���O�3Ij�(ΒRօJ���)��������H�I���n�S�(�g�K�p���2�\���oN��ya軚����8�'��p��%�K�EE�gO�[:*�׸�p��ⳇW�����F��t��!W�o�ڧ�"�˲"Cրo��o��B�J�d��;'K͒�__���h�v�+���d�����ލ�� '������V���m���I.^�˅	��8��B��s�f�G0�8�ռ�*ʮ ��꩐�Tҕ��c��6�s~���Jim���xY~��V�)�I��ƛ��+��h���Μ�;]��E���BAАQ��l"�U����,�C�)��'f�C{�KD�]�p#(^�����y�s=��=U��jon��lVe�u�iJ+$��d�U�#�;��O��
	?9�2��<�;�q>o	T�r�x&�
[��'-�x�p�0j�[�;3�Iw����6N?;��<m'*�xD�?$A�ʂ�8�f""0���ZI�;�� _ߢUcGk�"�#�+QE	��p�Xd|ĭ̧�!x3�f2��[��F����K��oa���K~�۷R�6	�Y�cj��<��L]��%���TS˶R�O��Wöbc�£�e�P�}�S���\��
��T���u� h���Ыk��.x�{���zZ	JTo�;�8��H�����P^EsT
'K�@�����
�t��B�%Fj�dC���ת
o����@XV+���z.�T��"!"�����B����F�.~�_��ac�a;��
�;%#	O6�L��=B
dX���o�
�ߡ�s���L�!.�A2�R�  �4
����:g�_�*[t���S*]��6�,�O9�3����5��ؖ#^��l��m��[�e��П��W�
=�68u�P�ݤ�_��
��M��p�"K�}q��fn�V}[�[�!q�e���*`g if��|T��/\w�G3�	��zC�Ulr������QH�$q�}r`���og�՚g�O3�=���+����ƻ��{�N�b��-p�g[r�:�􏃽����~Df,�!�>��K���9YR2��v�r�D3��'�
��K�gՂ?h?�r_��K&`t͡񟞉���y7��&.�>�t��u�4�ߛ�G�
���:�^M�pv��wڴ�Yz~ڇձ�M٪�!�RW�d�;�#��	^�z�ʈ����Q��t\�Wy�\OJ14��:5�\���SXT��� ݓ��g�v�V9�UkX,m�iM�\����(n��>E�I� a���I�i�_��,������(�
;.s�)�=5�A�I��(��wX�g�}4Y����Dp�4��{�jq(Q
̷ZJ�U�Zf�K��*�xC~p"�2��r�#�$!�J��zZY�.�^|h�}���z���Xa�I���E�Xg�t^4�R{��f�L�y�p�ᚚ�1ި|�O
�2��5�"�t�U�A�ޗ�@��u�R�PN�X�1�ZN���/�ܨ�x�����IQ�×��_�y6�EK���� /������ cuD�o���7դ�	���|2��V�C��f+H��
�:`�w��i��y�~wk���t@�4OE],�<����ͦ?s��b1-��
�J����A�������A2��-=��t�칙C�õ̍�:�
�Ba�;�W�CE�Ξr��{�`�&��,'��t�����[8�q�u�
-(�J�]��4
����ʹ5���ay��
hh�Y����.��4�j&���4��a����q�'(��5���s�X�G�jWB���~����cm۶�/��.6�a�_A5���+=d���>Ĺ_.�h����8tB�s��0�HJ��l��l[UH4�v.	��>]�(
k�9.� U�A:,A-���w�yʰ�҉��V�jVU�^���}�|wTH�Ә,Aq�0;,�ZD*��#{���l�H7��bRX�0C��d�uBѢ�5�d�=�V�\T=�Q3�7o�qA̐A���O��l�ܿ���!��{_uDG_���rk��ߘT�^���}W�o).8����|gWP�Ce�J����x�6N����(�~v�_�;�Ξ���S?���W#M�˿��^��S����mG�
θJ��Q50 �i�<�&+��;��V=�K�rU��
�e������#��,�t��F�jë��Γ�U��|N'uL�����x��&�)
�6wrroG�4
���L�R��	gn��Za�����#t+2�>if!ϥ�)Ǿ�>0$&��q�����qJY\���I�S(�ˤ7�^+�'����w�ٚ�ze�!�e��-���ݙ{��a��wτ� ��K"�Jd
��Ly"F��ջ�P�n�)�ж��w�-YU��6L�8"�!ѡ��|�F�j=c��Ƞ���E����R���z!�<�nU<�Qc������o+�-`(|ɍ ���O,�tcR҇�ӆ���/j�n�@<�Q�g�����4�6���W=Z�ڒ�9���4cK���&{���}�8#Z�X��WUU+�QG��Q�����3,��/�%�Eo�����އռ���d�7z}
#O�t{yD"3����K��d��� {Cu7��'�
C)n�0{�4�k���(|	u(5��u)"�|�V ��Wr���e��n�n���XW�O�{���Bu�WU���,2L!�(�K}���=��	�[�MP)�s2��l�6%�j
#\Jg1a^9Q�.���F�/
�
y|x��&�>z�|%%N��{�9��c׉S'I�#�ܳ&�QF��n�๕��!JƄe�e�o},��X�M0c�s9]��e08u�x���޾�B䦂��@h~T$�%
?��-&�=���Es��nϨ��f'$��Є`9��w����vȒ�ߖ���$sNy�7zԯ�3.ɉA�>��c���,v��A���?p-?�#�G�v˧�hm,�Qv��G�=KԾ	��n�k@p*�;r��Q���w�Z�*ړ�Ǥ��� �3ν�եwR�-�`Qz\�ӧ�v��c�<�s���*)���%m�gNܦIy�~#��+U`~�U����獫l'�-q�'��֣����h&ɚ,�B�L��<�g�MIM	٧����@nf��\��}��do�‡���[6[�B$��9-��R]Ղ��T�}�uA$�+�eҢ4�k���v'����^K����6
a;8d-x+���J_�u_2΢G��re=�?���(�����w��//�(�_`�5�w�/�/+:X}�Z�X��.ruȐQ����W&��eUs?�z�N��|jj_�Mw31���#qJ[u�WF�x�Ԏ�}�y}M�r�.)r�1+��)	�Qn�"|D�U)^8s6���c��#���A�;}�/�
��	���?��K��θĻ�G���Mg�i��9^#0��;؎�Jb��ꘙ��#�<���M�z}tum��k��p��aS����� 2�p.A^S1�_.wGao%7�,SUW��Օ
7�md�%E�=,�P���[Ұ�劚���l����K�=3�>h:pZ7ן�g~��#��;xD�t��O���|��tҺ}��&Y9����ƮpbuU[]���T���ι#��U�Fo~�y�ե��j��`a����~�.;&\UB�D����<��j���5y�уo�)]���,���+�]�*�D��89�ż���mS��T�I�9⺹���"����_KKgh��&�\^a=�X���(�u`��mgO,�Ӊ�h}����y�$�ے�$�E�[��b����\ڊ�xl~[����l:�鈼�,����g�\j��gY�	��'��&f)�GL|�ƭ*�Q��pr���~�;�Z��I]��
!<�aPB�I��b�CUxЏ��Eg��C�(�<g�d���РrM{LWҮGh7�9�W�Fɜ,sR��ߕzH7�zϙ�FrcHK����oS���Fa0��z���h�C���:+/����ҭ�[-W�� p���3v��\uq�GG+ԛDX)��'��&M�uƗ�Û~E��ވ�Wp���5J�pGՠ���0��_�ԍ���qW�Ę��
]5�x�����1�yu�&��8Hȏ'��;��@�<Q�v�8�����uV�<�ɦEY)+��tn��|�߲�K������3*����"���ޫ##���
�ЎN�i"MC�F�Z�uT
���7���y\=�ц�ёc�XY$*�^�IN�h�q��h�<��쇢��[�筆��%���UY��A�G�8�m^��s��u�¶��$6	y�7YVP�߾���tF�(j�:���ڸ�$j����{w%ph�B�L���\=@�"0���4)U�w�' �O�w4��#��N>q��٘���>��0S|�_Ae�g�<2�8�@�+�5�	3�gKp:���E�L�Bv�K����j�:��*&z����0�V >��G�X�CJ��I�O��Er����W����b�$�W+�^j�ɒ�����ϖ����6�H�X#18�ˌ5����ԋ���`�֩�wG�U�,�03	�������̵1��Q�&���g;!��]v�X��~0�a������	��\�M�����F4C&h� �V�Ӿӗ|���怙w9�}��9�/��H�Y����1��˚�W�(�u2igo�}9�~!V7�;�:H�	�xǗ�~㲿��vW�ز�j��
�w�$��kʪe���1Z^�W$S�+ļњ,�-�3��!�cm�h��9����% Q*;%�_���8�FV(����s�߷f�8d�����شgm5@@7V։��!)���^`��#m�܊����G�k�!��y�u訦���(+�q��:�­�D݉5/��b��w������b+�b��ᎁ���6�}�H�Л�m$��te�1-ě
���G]i�ܘ��$��Q:npy�s�ǩ��B��q8��H�r-;�-c�N�*�r�J]c����G�Y���ucyUk�u���DQ�)��:4^���K<|�XE�ޚ.Hx�r亞�j�Κơ���-�]��eU6���x�bk���_lo��Ⱟuv��oL�zA+�$^ҕ\w�%>�[�P��G<����2���<�U����w�����+=ܧT�2bwݠwx����
�ay�#G���t�s+�s������[�U�Y1��n,�,(�4��c$�U�S��9���B�%�Z�H�\R�׮��m�YZ�,]�KH�[�E�ÿ��/l;�f��
�$�6��![aB�r���d�Z���V�zoْ��n�H��K�VU�%����)G��B�$�E7\f�YֵT���
�Kg��ɷ;�7� w��Bh�)�k���4�����\�r<�zu��t�S�o�?(#�"�*G����<K?�'<i��T?����Zm
l��ױ�k�ưC��d�	@�P�J�����uU� 7"C*����l�e����A�I����̮BZ|G�~ۙ���Q����ec)XH��#�����k�����3��KV� =[����X�_��ߐ���W�Co����F�x�#)ȁt8�6�]��H��w3,ky��ѡx���,A�׷	e��#��/��t�su��#���8������;g̗��]�[�d`�o��A�l��g#� o�@�^��vI�C������k��r��k�Mp�Ԁ��K���mnJ�6���!�	{�zQIVN�r�rE�Z��p��W�w([y����
*
N�C�S��!!�أc�����-q���UwJ�=j,�������l�[^sM��u�;כΧ�:}�Ҝ�	�	qg������cNh����T�v�)W��d���]�]�*I����n����M�:�2�ұ�ux�v�>����F��n�D!�$S�x8��;����;�(���~
�Wou�\�Ht�*GĞv�:��[�L�r��-���y�G�m
k�-6K�=�9�D>�Gk����aD�l9�<j�U�r��7����j��*�Nl�����)8�j�2��b��S�-a��s���4d ,�`�8j0_FC*�6���*�[$_\ q';C2lD�I�=#��:�Vp-(_��Ha̹$�$=w�#mC*A�1J��P�%�s�d*�:��%	}���4�AR8������zø���=�?Eu,q-��أ����÷���,!�p��N��:��Ő5��V�I4����?>�*K2����J8Os������P"偙�bN�%�
�p�xc��N�&ay�{M�lƪ3#L�mN̕&�>��4w��ՙި���|3����}+�e�}����_���,�,A�L��u�[����ϲQJ5�'z���@Nԝ�Z̉�ED�@�(PVdl��\8N�&,��)I]�d��N���Y8+�ʞ�_�w���u⥊�8�#��+�1d�8s6����Ǭ}壯����Uy��fc����+��!)�Ȧ��1���[�N����}3ǮIG��u]��x~�^�ʔ�4
���qd���[>�,{�1#�^3��ID��=�q$�%�ɥ��:A*��Cg
R��@�B��H���@�!Tn���w�l��˭��a�]���ɬ���z5����{z���1�R&��l�\Wџ��g���EIّt)���8�R�Tp*YM�ڋ�FfR�8V�Y�bJir5Fč	N4e�gH%�<�ټ�
��n�j�c*v��<᧼ /���U��jao.lG��vA�vP���ؠ�Z�j����9�IdA��v�Ɖ<��jO��3��j�5�Kh�iMt|��en�*=-AB��Q����׍.|�"?��Ïs���\Z��%�g��t2^L�#;K�0>;���!���SSI��!!��H�>�S��|�B�ϵŵQN�,$�,J��,��y�a�>A���"T�S�M���K�����"�I쫈�+�;;�Ӽ�[���5��*^�1!��;m�--?wb^e��Ci�O{�*���N�C/���.M�s'������f+v�S�'�̘��
T�kO�H�L��T�pR��s�#2�Y��@�2��N�6^T��)u[�>4(n#�*w�²Jb����$Ȥ��F�TxM3,"&
�ܴy��Wm�����k!o� ��	��,˒�e����6�G�G\r]U2%��8�WH��
C����Qo娣�)���*�[zb�2�n����ʹ�.CL?��g��l�2�\��#�.W���Y`�WG��>r8��e1����j��B����
��U���q8�`{l_d<C�hj�h��|�v�o��L9����g���䇄�b�%�&��h� �x��L��){(fo���P�H���~l����8� -s�3�(!���Ckb���er�
A�E�H��Њm�q�ؠ̮�x���+9&V��HLa������jK##0c�e��[abh�@�/9�����Jy1�MK��:�5b�oN�K�T��hw���Q��	��)坁�(
�i�Ƕ&p9������F�d�I���S�z��Ԣ���uq�g�ݴ�VD�Z�&`�W�::�*�^�!�V��p}�����a���,?���8��晛�K��_���7�g�?�r�W.U�[���c�>��9)\�<����r�.-�^�
�BtR@�͓�f�8�w��<_I���a���Ɵ̢��(��C�U��/)�\R�~���?~ۨ
ÿ�dZ��ZەGƐ�����rg���Jp_�"}�Ie�g�����̒6-G�;����K�>�$n�����+��L�[��o�"�N�>��e��Y�f��C-��\Qz��%��se�g����@��%��� I���^؄������*�Ӭ����D��<�����!��0�O!
�w!����ޞ{����D�S����r.��~���B�z��+�B�mA�*�+y����(k����w�_�3d���V��y��4/ܺ��Y���hs�v�zJ�0�a�p67��X��6����	��y�n�o���}l��k�n�r7
yyh�D�bK��S�OR5p�8�.T�a[��Y�hKHCJ]c@�/�s-`ϼ���E��a�Gk�Yr�ʇ�K<�E�e��W�V�RP���t�G+$�д� ����R��b��͇P��TE[j҅�
���*���NU��Z��{�V<�����Q�����w�*�?�Ӄ7N�s�O��	j�$�0`۱���/�N�K�]ϫ�]
iZ?;:w���<����7҆�҇��ߦ�٨nV�wl�}D��A�%�yv���+�w$,��Xl>�/j�1�'$Y�F���\��(���AЃ�]x�i�Zk���$5��U܈�?Z��N�:5�Z��C�'Z�ܤ�}w���~HE���VN'�O:�R��|J%�ء��C.^��ڎ�`��g͐(3!��a
�[0ɘ»#��c]j��)��`��rsJ!�*j�c�f`��o�+�
���;mx���x�� �2<s�5��@�HT�}��^��P��:u{��P'����/���>=
}JKo���
a
��XN�-��K�;xL@@����a��,�����u]Ϻ��U,Y�;I�a�˯�%y��\	��#�2"�d���aE޵>P�~�?nŠv]wZ���Y׬���a)���3�3t2������T��۷MN�6=�?Cݹ�ސ�d�}1�y"9�gV��˚!Z1�qz&�W��w��-f�R��C|K�>���'�cwA?`6$,�|C�kٝ��0�->\�#�˽�����5K�Li�Tom��\[کNJXu�}ꕵۡ�x���[@4�u�	�g�����@���+�"��R.AS�T�+�8S���3r
P,qݕV^�f���b��ڝ]d|k�
xtQ�ä=�:�qC/Ѿ�K�6�9@�̦��8ۃ�)��6m�k�ϋ�z{�v����C��G���v�̠d���
lC�ȇ�`�h��r�����.�S�F�m�إ>2푈��n��\�y
���3�k��43b�?��s�Nj����T����%�a�)���2��}7
��� I���
}A6m�"o'�iLI��I5��y��?����|��Ue-�Ң�hb��=Ϫ۱_�*'�{��h�3r����y":�U@>�q��|J�!����׎���72ZΝ��	]�p%}��,r	�T���āe�u�1't�̖X�m�٩X$:Dl>�O������KX[�;���4E�h!�BA���j�Z�<|:f����^�O��h5��a� ����K�����u����/bz�t��w~�8i$��oo��t�^3Q?r��Lˊ�f��o��In�H���i�qUgg��)Ӈ�i�-a��ui��4,a{� n�Y$����H�kJc��J8@�t1A�y��8�RQ�)(�
�qr�<���'T��2QUE��T�����ԫ
���*D<!�⥘`��]�0^ߢ+=ǫ��I|	^�O�ax��'��D�TSR<=�O+_.��㨊����d��'��	tl�9���e5��,ƙOv'zz�{�S�]���x����j
D]�âKqo"
���M~���7��*5ׯ��S�p�E���B>WV-J(��YWZ~]�^��oP�6{
�[���=<ozQ%��g�fx��>���ʤ�Ɣڗ��>�����!���C�/�9���ky�y�r�L+>;��ʒ����[�/�	�f�n��>�O<�1�#r��y�w�70"���a�YM��0Ib�8H^-r�i�
a�޴B��7�N9�!��gI 2�iOB���*{Ȫ!�&�F�s��S�����mt�*V��ch|��ʢ�&E=��E�+��BJ�&Q"/q�d��"�8Yn�����$�:����W�|�8���a�%	�F������~�\����\� ���=��w��帙�"��i�4��}B��W3�߬���[o4Yf��"����31Doڔ��r�]C���pϼAyl��k�7S L��j��
�@�>��s�%���0�)u�A� �9��-^{#x�/�ަL[`�0/��(��?¨Y�)�؛a
�wI{�d�dC1������ڐ�G�d�j��<����R��0�*eYC�NsI(~.�D<��ouwϪ/۟EP�q�{��cۉX$6����i��E���<�-����o�mp�V�tX�b�K�ͻ���/�mjh��o��2,;W�́�x�I�gƭ،90s��Q�NO�� �HP�1�'�gK�,-���"�z2��ט�m���q
Z�(Ez�QNe�sD���=Ն;�,c�P�_"bpy�Ik<Ɖt�,_��B����-�q��� ��ܐ.�_����h�"{��g�G�j����y����;!X�;����C
H��*g�r-��;2I;���d�T��X��%\�fT����ǚRs��m��-�/,���;U��U�����v-{���=�nO	9���k�U�땐������(�ndz�Ii���P_�
�k��a��6d>*;��	ڻ�{�V���q��S���[�B�O�l]yW��MRZ�$.��%������qj"�̙��.��9*����H*�:�H��fc�Ep��R��o���Q#"h��tL��\�V�	���Of������}=Q]��L���H��|�<l�%��C�6h�%`t4�5{�)�D�$�C���W2M���F���D���p����VI4e@� ���G"�����S�]}��ۅ��M�b�F�)�Ktݸ�����Mq9%qc+���9����sf�
Ѷ����b�!�t�Oe�
�^7u|�P����^g-jъ(B�	q
7�~���?V\x]�oF�og&�w5O��o�,3�۪lLT���õ��Nn�U`z�\T����d��S���\��k��+](PX����x%2��_�垘�2g@�E����g��Hj��t�M��M�6�FN�
�c^���ٲ���c���-J�D�_�.+�LQl�O��d�`u����;��֦U�b�h�+�}O�]�����ډõ!�bh�	�����y2/�$}-4���-�����}��|�~\��/m�ڈϱ� ^�$2�͔�5#��\�P\�kX����txM�)ƕOl�)^�V9f+�ts�j���˗##��x���?g�B�P|�Cv
޶�q�?/�&�����yt�g"�g']�OIi�W�vd��/����n����)�0���P#X2?�Bdž��)�5�sb�b{t�c�zc�7�U�A�Ԓ1)!��(����S���,�4���H�C�$np?$�=��i[��~�׉�����YX���A#�_0�����j�%#J��8_���f.�����-Ί^�.��'
�du�����x,=r�#�e������*AZ��݅�[S*k����촀��HN�T��%�E����v�A���c�R�Y�6��d�̻�Yܲ��������G&�c�<��o���&�l�wu��?LHZ���n���M)D/�U�qֲ;���;�
�쏌���g������)��ݢ�������yw|^~d�l�&ɾ@��S
�lև�΍r�S�Z�.b~��
�~��ey�ye���f�i���S��ԑDT�����M���O%�,%d,�L�=�B��-��1�;,��{�}�,Ҝ�=��s��n��=ǺOI;�$���p���'i&k��7���G.�����t�0�r��
'��b\9��r���
lgjO��-r��l�c���7icm+�!�D�]���a1=Ѥ5q��l��l��գ�%���ґ�j�	G�dT
�v/��	��#����N޾�^�x���B�:��W�ڼɏ��E�vR4q�U=zjUdARK�]����hl!�W���uB��
m(c��'
He��t��o{R�}$oEb��?����ˬ�A�y�f���C/Ο�{�ֳu7z䒏���XG�v�����-W>���_~�kϣ��񏈔�v�rți�&!�*)��rI���b@�쪖%M5Нs�!N���=�3h�%`�U3����yV|���p��k,6��խ�]+{���EΗ\��^����yn۔.*Qz�MO��տ��D���'�T��S\�0�WU'5���:�#�h΅A%�EZ�ʜ5b�Ҝ�6M.�^q���Ӷ�X��(��1���]l���(4��A���Ң�ۋ���VXkv)^ۚ�n6�e�Q�~�q`�a4E������l�Z{!����e�ٹ�R��fm��wš|���N�wda{%Q�	c�y��g��R�����A9z�X�BN�|5�ّ��O��49_w��9������.���f�o��(�D��\EPl��~�P��ˢA�'��Ǐm���� |��)�]ˍ��1��<|`){��y?�J;|Ɠ�=���J7��M��MA���~we����H��b^;+��4���T��1纲ѳ�'ZNWR�f�Z�x��
R���}�����E�ڢu^���}�
����=ּ3�CA�lC\�'EΩ)�.�b.-��GB���؄��HA|ZE�y�˭�y�H��:��$��'�X��v�3&�y�VQJ/����I^����	�'4Z�Y[}>�ēn�����ѭ�ţv�To�w(�kxǂ� ��Կ�^gWzۼ�r�1k
}Pc�.f�ŝ��L@�^�-��7�pj�o����rͤ�DⶴppKt��r��U}�$gmJt�AP���v���h*ٲ�͛-���Z�v&�dH�j|4�P�9���?]]zw�� �w���L�����z� z�����Щ!�.+',z�b8����*߮$����jΆ,��7�bC���o�/�]�E�h+��#PN��:
��<�D�S_S4;��LG������V_�!G��8��ʜ%���gq]�wX���\z]�B�W���λ�z��TS�v��l�������V�+#��ᡜ��������L ��W����ϛ=�u5�f�]�Y:�5tgq8hĢ)����+��<5d��P�:9�?tun$�{`�Y���?!�&]ܳ��p�a���R�<�ұ�nk}�DpzawY��$�z�:�ߓ�Hz�����dY�Gj�a�r�>��q͸E@��G�4�����+������5|��"�E@������8�x�y>�XqI��3%�4&���Ueѣx�ޜ+�V[
W�?�$�U����7���H���2�ܘ�m
�&�{}�3�}�������`RU��=}ii*��"Q:��, !8��6�ܤP�'�T�s���rvw���MDKOx���inM�'\W��	mF���f�P��O�V�
	��\����`���%~�J�JvCm�8�kv9�E��g�fv�G١�w2�0�$�-�\��I�MD7�Oۺ��rU��:Qڃ�1<;�	-���:�z�^%�q��B�ZK�QD���{җ�x�oe%�*p�7|�-t<^�xأ�bT��*n��}�ۙo��˞�(��ﴲ����\���^(�Zn��3�f��Z�,2��:����"��n�@{��8,�-�^��wQ���R����E~����'>�@^U�>���W5��%3#X�5�"߶縵�mw���#,�,�C�8閅�W��O=Ļ��H�7��=ζ��:+�
ᓞ(N�<��n"];٬�D


+�M}�Y`��*L��vl �q����Zf���u&��-��A8�M���������6u
t2i{�5���k���
	�v@����Jgv;1ph�Pu�2[�p��C��Um��
�^H��n�|:�}���Jt�8��2E����l=�U-�ӭ}����0��s�	.>Q����x��T��a7$�m�}�;aÿ�mk.�4���7���Kt݋�B�{����Z=���+�I�����w��oN�.��R�"k�O5h��a��C�K�0O���P�$�/�{q�u[��_f�_".�w�y$�8)"oX�;3�4Z'��G&���o��5��gȬ	[�푂p�x�$~VlYy�?A:�O0O.?Iv�{��~l�z]%��x��դ�1�G2��
ͯ�4`1w����^��"B�~��<׎k�h�:���&�9D�ɗ��@	�I���4<�l�C"�`��6���7Ћ�콀{�=V�+��
`��T�U0딎��s*Oʏ�tj���y�2�Ϡ��|*(Tw�l�d��b�nQ/��7Z[�i}�hím^��W�L�m�?�,/okkX�Ft�����+�-��{V���X7�NFd���39�ȑ�V��{\��o��o���7*:�^�.f��=g���
;:uP[�u�+�Z��P��ϸ�u~({��������R���ʑг%�?�L��'m�O#��8�x
��$N>�|�ߖ^��y~r���׮ۙ|�,y-�n��Q�ߖB�N�"n���%;Ts��B֭f� =3�EXX�7�W
��s	��i*(*+"AC.��ڥ�+�:����WR^m�SQM��z+�.� �sS��!�F]��bZxL�}N��N�
�$��pgv��E��mA~D���Ph#�.�0k���㲧�o�n��?��֭l���/Ox��$]��L�`.\(�P�+:rj{�x}cO���#V ��̥)�:��f���(ý�Q�� �ǀ�*��[�յ����~�-`h��1):����ҙ���n@-��݁�'>c(�����>,����U0�.Q����/��sU*�k�ޑR1&&;{�=<�	Q���dÅR%����R�	�����F@"��z��EG1�M�}<*:Q�5	��zW���՟���D��Kj~�_������[#������Z���/��9XMF��ۇ{��7�ș���ک�����+�h����sDf!!/���y��{ܸ��=��g0<���)�8�4�T�Mʦzj�^K"��$L�+�܏�!^��\*��d%\��%��N��s���$���Z��:˼��&�,�t'U�}�~�#���
�\���ɝ��/!-�mY�V�B-Ei8ɷ9���2<��S~N	K۩�p�'�Â���*�֜�wcWF�c���K?�ZAJ�ƺ�p7Է��b �i����KL�`]��gɎp$l)�q�����ҍV�B�C�*c�K�irz!�3�ڇ���|0��F��
`�Z�B�Q^��z}"!թM���r"�[�R���M?����� �7���	�dLdH+X��Tp�����;��߻W����3��k>j��W]�[��т�QT~�79�E�<�r���jO>�3�Sѧ�B0�n+�\q�\Xh�;ed���I�x��6�>� ��XC���Vr�pN�F��K�|99QP�ba-�~
$�GnX��?:a.pf.!®C�f��߄Z$����
���ݞ\؉j����rv�b�1��F4
%B �B
k"�r�,$��$��\�7K��5�s��n_���+����v��� ��P$�ϩ3�/��x�>J��aw/��T�i�X�F�N��)@��ԅA����K$r>�G�nc	Q�R]
��]e\C w^�ʺ�𑞯W6ު}LB|��ұ���61�R
��pn=��b�>@k��D�R��ƌB�<d�D�OK���gzJ�2�mo��zMnE�}EKG�W�䷔H�C�	i���3��<I>�MQ����n�h��5�0�qb9jC_�~P�o��a��ʀ�1�>bש����i�v���63u_��;fj�/1'y�9�D8�a� ��n+.Z��fq��>�Z���T��Οά�s6����
���w�V�@)������w1����`�h�	�|Zw������U��i�a�{�]�"��5�X� �M��DXfl|6�b��3��Z=c�d�dž/��bWO�����g�L �Á^�~Їo�;Lx��0e�_�Z��,���Cõݷ%�"����({���>��9�6?���������C��`/���}�G�(?���Zi�	�6�m��	v{L��3�Z�[a��x���'�96!��1�2�'�p���ͥ�[�˔�)�)�L@ƙV~+r���2��ʑkk��9�Z��	0NG����2�5r�aQJ�#�+�Z�,�O���h�O
�:��X=`�O��0���ߋ��W<�N�;��{[�����e0�^�G���ݬ�-{:�&ܖ�V�O=t]����4ƏKF}1Q�WP�y�@O�~k��[�+��c��D�����@��k,�UB�#ű&�rC��e�,�/at[XOd�Ԛ{-�@�a�i` Q�/�
��B�X�I�HU�,}�Ȥ]�Oy�,�����tGd���.@�뾄���}�ۀ���9S�U�W�!O��ҕ��`h��?�/�=���
 �o�"���:8��A6VK�#��X�����Iq�q�K����y,Ѹ�:^PAu~���[��5���<�`d��l2u���v
6�5b��ǭ���K�v����o�����
�o��
Iѐ�8��0���M����	S��N����&Q�%�����x["��:�v�EbJړ�0��K"�`�G^���!�ܾ�3#G����WT�b�Aý'���4I��Io��5�K@�d)ƻ�H9eW�`��p�[��':��q�\}���4=�@D7�Z���w�Y5����06���Ә��В� �*)����z�G�S<.F9"��Ca�!z����[�~�P>��ݴc��ZB��b�4l’ٟ��s���ԳܻY���j(J��՜�:�qZo%9" ����]c,:�Zr�PA<�@p�/�"����
��g�]�[u�o�W�(�AǸ3aI�L/��)^j��_��s��;�_"����K�Y�		mĄ�"�oj��=1H��f�Τ;F ��
U\V>��{��9Yc6J�?x�̀W�0M-��7�ؙ���HrV�2
��I��<�����(�����
5uywjBt����A���֏o��\e3Y��L\�ʺkl#s�s���˯�G�b�/k���BZ0��r�D�h�D�q9�W���z�C�8 @���C�4������.7��U�{_�\���_}#!|z�(12�O������d�@�C?�x7�N.?y�jvGC��Ҍ��"�ʚY�lC�`���2�'%��b[iܫ6���hLF�
�HO]������
�M���"��U��1�P��
[���9���������X��
�|U��B���� S~z|.�4���TP��{.��b9�p�y�-�~^z��
�\��@J��X`n�bDWpk9_c,:�2�Ya��FμҦ׭b�1���DLc�a�u"ҝT�T�7+ov�z�Ӏƣ<�n�siDw١/�ţ�����3mW.�{2+ا���t�b��J���c�"��9����ʓ�����8�lɭ@��Ѥ̤%�>i�����O��������~��}$��f}e���]�Է��9��9y2�6WL���u�SMv����q��9t�)iG׉��0���6��G	-0I�#�u��1��}ŭ[c���z���6WŁ!-pi?K����8�'`�PCrr������p\���B;�k�i��~8�߯I��{'�D����ʪ�J�"am@!�B��S҂��� �?{���łk}�Mq�W���W�,/���R+O��C�[��Yw3|c����k=}Q����c;Y�4���������ed6n���گlc`��,�ɩߤ@7iM��=���Gs��4g��%�rG���p�H�C5p�#��S/ڝ*���	ϓ]6��}�N�x����������Er�P?Sr��b���O�{Q��p���h*L���b���YS�n�
/�BZ�;}�m~9a�4����-�h�[�����͎ϭ�J$�1��N�&�|'�c�䬥/ʺ��&᧥�,��/�94�
�g��)^D��/�P"�܈Edӽ&S#��pK���D��D��
�Ț���M�9B��4G��e@�f�~޻;a~�WOk
�CL�� T��|�;��v�)␳aH������z�=lyN��S^���xG��0�f��x!e�Ƹ.�9����\(
�(noAiO�@ut:)�S�P�U6�&*��B�v���pF~�[����@���]���J��a0��dT�x͊Z�С���q0.�W2v���1hd�-CZ�V�A@�G�ñ|g;��=E�4�'K<�@��|��4^�q	|�\���V���1p�%[�#S���#�F����#��-�C�I����̥�+\),�Wyy�:#��s�Q�����P^<���E�/�P����Ny����ߞ�?)��e��S��b:	jw�na����\�T�]n>,��Jz���F "穼�ƹ0-���h�����q�(B?���Z{)���6{�o���ݔ��2WC��tˋ��g�5�T8�����,+O�e0HU�ܺ�vRrA�D�
��6���ř��!��D)n:��nc	�a��=2�ݫ��ws9�O�Y�V@^��XI�{+���#��b�����W��y+@%
��0.�{�'~{d�z�r��/�ێl����L��*b��d�_����Ec�f����a�"�sص�-	��v�$�95�]�&,�̋�P��L�Y��$8�>���=��[��w�<*	C~�$\���Y�Y7��W$Y���^��q�F%E����A�W�Q�7�{����EH2�C�)C��u͔��.w9A�Yȓ�K������c������d
�Ị�<����w��TPN�wb���ԡ���"~H��6�6�_�0wnDKAAN���e9������iFVg�?����#���|�����ּ^2�|�Ś{�A&�X�|��[QhY�^���oG|���#W*��fe`-�ޣ�\�6�i��˺�.tu/^��y���kA�������/�˙��5��n�nמz�]1���Z[ϝomV95˅_�6�	e^�^��!M���M���H�чVx]m$��Տ�KJM�4F-��oQ�C����2����3q/�T�]�)�<6.jxo�/|CA^�[cB�2��|A	�{o�1��K{�2A`O��F8��;��' ��9ƀ@bR�]ʷ�q,V�o�<*�l�^�ܫ�QcT��_�5?$�U�0_9׊ f��)��C��ץ��)���י�P�["q,6��
���<sZ�mNv.
���.'��
Ԝ����}9��P̂�$
���h?���˃2=��+.�#G=wO��G>�#�a���cd$�\�ـ����ݻ���g�y�Z�g��v�b���Էaz8�{ț}Bh�A�{mD�����.��'*K��Oik;��D �#�����/h����;�@��±
!��+�ګ�-�c�kn.���v�$?:���ܗ���b�{��az�K���ޣd�GkyVֶ����Z��ͥ:��'Z�sg�.�O\/+�i�.��5j�>(��=��>��v
��w=7\�4���߈y�~)��qNKs�s~�9<��k
��{d����o�Þ;���Z荄��A�R�4�vríḾ�Ѳ�ʀ���&�_>�p<a\&�R�_q���o
@X"P]TU�0y��v�v�w��t�]�U՗�i��<C���i�x=c1v79�(f�
�M�k�ڄ:�'ڪ
�I���`|y�9D��5�n��U:�C+/>9U�F(#eI�|�K!����l0��36��n�LG�e*6Ne
/ˌ�Ԏ�Ūjj՚�w����e��7r|т���֔������讞��
�A�Z�S�Cr
֔B�I��nt���~�-�#Z�V����v��L��Br��"9ŗ5���9��8V��x�h�_d^�:�|xmW(��~��
�M�y�+�)#%ʂ��u�����~ޯ���щ�*���K��X����<���g��7|`����z��H0���ikY�=2�����n
_��u�X��GWVҹ����Y]/K<J�Tdn���Y���JM6@��rݍ��N�bj���D8�| ��'�+^�j��t}���΁�bFAGĊ���̃��/��c�D�;'f�{s�)y��'�	�K17���E��m�蘷Ҕ�k�<#���ꨏS�I��V�:�	�e�8Z�(t i��@>�8[���4XL��{��J.��.
5|E��^]sҝc�C~���L@�!=�I�uz�m�ʐ^��IU:���d���݌a?a2h/���i�y�;��nQ����o �(�����&�=X;-�?�vkC�)���fm9��ҟE��f^��-MזJ��=�4o,q�˒�i^�X\lX޳�ۓ����{-:�������V{��??�&��*_i��]�Ţ@����T~�9{��U�p��M��Xא�j���S雩W::��@V�Vپ��=-��}_e���y{�Ď�^�g�if�h�j�r�Ԯ���0(��w90���{�T�,OT�<~
����>ϷXVX���8��^tΪ���/�����y
�F&��$ZL����ȏ!D����Hn˃8�m�����L����:�d�J'�!c\?�<ƶ}���@}���������݁
"'�||�2�_}��W	3:����}6)X�.�邈�I���e�mś�[�:ޝ��r�m��L#hd ��c^o����;�6��a�!m����L�S���
>�n��N-���j'�9BP�B��"7�%"���J�<��Z���)�
}�B	�[S�����gԓd%���7
�O�M�mf�Z�dQ?��8k����
��8V��jW��{z�
�5�zՄ���ff2!�]�J�7�����3��Cƅ2P����,�Mw��ǹ���*)��5H�����% s�9ҏt�I�TH��'�~�ic��K�"�~X��=~KH�^�!O�q&�
�"�^���S9c*l`t��12�2�Q�d�@���Z1�N���[
:����H\��t܆���Ce�S�S�R|D��XECyd�hp�9@<(�+�����$̙4���;.9댋)5��d�e�s׷z$���U��f����{��<&�v�$���b�)K��W��T�����R�8Y�j���'��?K^GW��{�o%8���dw������J�g�M�z	3.��7S�[�^�n�?�ԣ��l���C9�Xd��C?��5{/�����{/���{� �2D{D
u�wo����̧���
�Cj�c���T�#Ț����y+L��@w1�����c�@�]��?�|���K��9��d�X�����e,r���755���뼼�ِ���\\5A���	�7�	�[��B�~����b��s�^w�E)`sOrя)eަlCZ�@Kg���ߝ��z��/mi�M)�|D�R�ѿ��=���/��|��pzW�PC<��x�u=(9�m8m؊�-LW��.n:�Z}w杠6�
w�$"��O5��t�5����Nց�;&̢� '|^0���R�.�T(|$p��Ȳ���!��M:�
toTĦK���MH'������O��|2�6N�5�k 1J-�1�YYs��ViU�8o��fYp�s�*�l	�/�Evs2J��/�?|��Ÿ�F�b-�VAcF��:���l�l��{类�.K�M(6MYW��,3��w���Ec©Q���<
���CT?�l�7UZ�����*��{E��ipCT�4�c)f�(1/�Z,�O��,��T�eE��C���kؖ��K�,�KH:�&��#H���D5mrH���?3�Q�F"���D�Љ���6��ŷP�>���	!�Uq�u�.��f�c�^�t��X�\ZZ�J��9V]�бو+|�f��q�,��ҏ��A�_/儘�(#� :�Γ��k�Q�n��~C�
����<�ϳM�f��ɥ�$<;���e����ڤ1%��i���EUg�q*;�R��1=X��hW`�VU�r7���.Y"�q��y�W�(�M��&��q��ψ��b�)�c�����Anj�I�W4y��tҝ�1���Q�܃��j�	6���W!h�d77�"N���˴��:�C�M\t��i1r��[?Ѓo�{�TEz�r�	�6��k?Z���Q[���7�/�����V�{.�=ծ�"�+����9=� K�Le,`S��w�9oW͡ɓ�l��
�_��G�׆aR�0��e����_ǁu���5��X2��k�>���[�:��k�ї/7:�YÒ���+W.1Ad�e;�f��4�����Y.����H:��^����θ`"<�H�W��G!�u�M�,�Z@LT7�cC����ގ���
��>�7%1��$E5��:D�kP����2r�@����5�����ݕ+�Z����f}��G�
7���R=�4GOb��T˷�
��ώ�#_�w�Taҳ�j���t��[����H�	�-ys���G�d�h�Au.Z�54N^�����R�ӲG�2Qё��\I����>�]zP����=�>';��r���?�8D�x[k5j�4I�T�U	�W�0�*����hڬ�Fg��LRg�X,���cA�!����*��}%��s�Y|�{�F����+���u]�$�_oI�r+sź�v8��s����R���?,%_��'N,�8+ ���kħ�F�gd/$[�5�'��Z�ǡ)���A�{P���
{�2d��fܥ�C(���QU�g1�r�\;�H��b��b�τ�����e+lI�"�"�Ӝ��
�.�?��>ik����V2Y�r.��6�ы�<�OF}K��lc�+$�#˧{ɘ
6S�9Ґu����d���`���*�ٕX���5�=��e���ou7~�4�-�x��f��&�|ۼc���;¼�,�Z�_ݥ�&k㯩���\&��cwF��c렮7��ؔ���WK��]�}Q�Y�:��HA=r/KuWT�7���Voi�������;�Ս��+�ݖO?e������m�+�9W���*�3���M��u=��-�ZR)����Q�v!E�Qa�(9�P+Bv�{@�E5�*q�]?�����vS���!W㐸�7g!�N���£Ir��WO���ԇdmb���W�B���M�!��*I��>t�3<Z��o��30X������ܧ�?�y��I=�5`ռ�4�j�M,��Cy�=�o݉�TpGX��Fo���~U�o���+ZmG��z-�V-���;z�i���ʁ@�5~c8{���n�PL�T�{���+�<�T4��B��-ܾ[�@A��d/y@e��A�*m�hɛ��03�N>�9� �3��D��˓���ʬ�������y�*{+�I�fD$5w����[E�G�e��L�e�ur�H����1�����T�~ΧtWyw�$vsj�f2(�d���F�g]kSz!~�']:4`�lyi1�Yʸ��7y��T��)IJ��u�� ����^��ճ�ķ�'^D��v������IwN{+$>�|��ؿ�z�Fd����a�����O��bDL�{̬��o���<5|�ʐ��-DI��ߚk���y�BoW�+�o���^��'^N?�� =8\|7rp0�~Iq��X��������3�
X���dyz��l���0�E�p)��K�d��BĔ,�D�K��Ξk���m���?^$�fRd9M"Q��%��ƨѣf�H��ç�]�9_R�U��Aq�}<����=�^��F-ڋ�V���욽Vq�*ĝ�/s�r��������u!`D����[I�w�=)	Ek�v���kȿgou�S�,`����*糣:�g<�N����Ͼ${֩ڗm��ߕ�˻:7m�L̝VP�	���Zo�x��\�b'C��L}zq!=Ew�
h8���t��[�F3Xc���Xru�.�$K|�3�b��8���r�ҋ���?Mzbި�A�ԧ?�k+Q��=�JZ;T�gr��]M{C�}BK��&0��F~~�Y��:�P]�\��
B���T�*&��,F�u�U�y���`H��n�
n��
F��|�K�ln��x��\.���H|���Im�,�i]�&�+C��9�DZ���7�+�g����Ds��>���������mb�|{�{q�Ouye�ڬ(+7��oʈz0'�#2�VQ���ǗM�E��}�
��LK�4��~�I�:�ֲnj5'J�e9wse>{hP��g���,��f!�k���土^��Ɔ��l|�w�u|Ñ߬�<e��͛�ԝ|wZ@O�iP��	�l�ns��S�֔���L��|���Br��%I�Р�u֡;E��R,���Mj7���l}�-[���`�p���ɮ�0ف.u��I"uCC6�L���N��-�J�b�;B�!� ��~)����4dn�dNj7s�'�E	o�9J�	n0���p�3�;����̝�07*]�R݇�Ɖ�C�� ܙ<?��4���?�{t�q����������b�X��ݰ���e��m�7��	�	w�v�C��l�W�j�m'�|[d��>���D�Q�x3Ck�p)���e���C>��Ԟ$�2f=����:H�h5ڢ��hF��L�,@��:�����E��~7��BV?Q#���3QA�.јڬ��xW�uj�T�a7`N�"�*�kKbY��JD�:
��,T����3sq�%̓!L�ooP�M�Z~8_BU�h�2|��H@�����m�Ej]<��m��	wFɇ�|�![��$��Q��#�z����T�֞N��6�		�讎�HNb!b'r�V���!R�n�&>w���w�������)�rR`�><\��|�a� 	��+��Q۹o���=b$Jh��ܒ"A丄�uu?�\��hG!�7�˽&K>��p50�E��*���~#>ĤR�>p8%�q��{��}�#��p����q�Ϳ�fOG[pVa��rN�v�
@`H�r�r��UHk�έ|z��g,t��Q����ͭ�Nb��)��Y�0G�}ws=�?1�]�Ο.:����X��ӻ$��V�ލځsw�/��@�@���{W,}v✥"Ըz����EIIK�U��ŏIe�P�`��fq�4ꒀ<Et�\|4:C(zm�;n	�ih07��1(�XX�b>�y]%]� �-"Փ9�s��zRi� 
٪Ӎ럤1�!�Sj�3
��^��-S`Y9����%̥ʒ�>�2�.�-}�pѷ��7��^�-R��2�U�[��KV�^����j��]�N牅�a��"}���-��|����� k�2a�^����!b)-D��*5�7ho�Ѡ��J���?\ζn<�o��Q���0^�06�%g�>)�f��U�*7���U��'��M$+���6_7	Ԥ��Y�|j���ip��UzǵA�������[���.`�{f�"[ꨃ����H17�0��u eeɲH�k.���a0<�bGQ�Ji�%��_�+!���}W�jۑu(Gkf��EsF�/�r�yy�#�X5�F��H�Ʈ5��Y�e��8<�1g휨�}fP�}�,-�^_�J��Ϸ&}$��6�vƸ����e���o�0��?�
{�d–�"�+�=����*��c�y��xy�Z%�=vS#C��9
p"8*�^Zx��7S�͊;���s���_"�̯i��#'�+*�q2I��yl%��E����^[Ɖ��7�8A�-�4�㋲�.��A�uF�EOZ�a�;R3G�F����~#�ž�T�]\{jg�W�X�~�<�pDm�E�ݭ���Q��G�C���=p�$sC�T"���Y�uG?��1zˠx��i�v�5:�h�`��亟#�*�����,����f�#>3e�Tu��u+(�l�:��*o�w����Q���ʑ��GwE��8���w����U��՛�n�K�-� �͎K�M��r�9�]�ay��+��2���p+ҹ����x��?�_Q{��(Ƕ;
�-!��1FR9n�f��!������?n��
 cD$=K��n,P�Yg��xq�ͩ�'C�� 
�}�G�%3Cg�Q�Ӝc$�n�%lcf�Uˌ�N�^�ޤ��M�-�'KV�Ϛ�9�y��e�z�bQ��ȵ��ƏxT�R�Q���5~
^��u9g��3�f �{��&#T��u�H�8%���2t�):�N#�s�??%��?05����љ�T*�R��g�)Sאy"҇SAܻ�錪�)q���R�K=W�H���=��.(<���>L}�,�7�汫�Ǝ��P��� s�+�fI��X\h���;s�b)�.V��Ħ,��|pU����YY�
��}�0ӐT�z��q�M�eRp���-NS\ �.�]���H�d�v�i�dK9}�dqz���K�5�nX e���5bF���6�ʍm�C��@;�?�{R,l�=���p�e��(��FM-��c�<�:G�Нn��喊����&R�aRV��z*/�ҴT�#�H6����v���#�I�(����V!QҠ��G���߄�+x�m2k3����zU�35հ����2o�~Gq��r�v �����*�
��[Ւ�C�[~:�m&��$�4ij��B8�4|���؍pH��r���+ƺQ)��؂�I�
�<Dmh��	l��H�7Iy�C��j�����AG�@���^�rUe5��ôc�G#[!C�"J�Tܻr7+LUʻ��|%�#N�M�6�t?&���B��D�o��;�<>��g�H�S��ba-ui-��l����/о�0�\M�}K�?�FdD��{=�{<ԍ���^Ѡ��;��|x�݋	��]94j���Fa��f�|�l\�Q�!�r5��3L�c6�?a�a���5�c��G|�-����ls^���8�%�6u�O��9�Q��ǟ��nXIx����4paܽf�ζ�K~�?+2yIb)��;�(��J���Ε�FH�����+�*1&"ɰ��ɍ���P�a�%'o�f?���cO�O�K����8�Vz��M��é�cg��֧�6Y_}�	�o��m��+zgT|�VQ?'����"�x��R�;gO^�L��8;��q���a��ߘl�Lb�L\�Ww�>k���~[gwk��:��>2}Z�B�{��W
,�w�&�S� k��a@�Ը�?�6>3����n=)?{�2���������H2,)q��H`��ޕ�3jkTĞB���?��Qm$%�)�����}bU�q_�c�qY	-����_�1Ӂ�)j�?���E=7>��-9�6�l���.�� s�x"�h��c���[��y��7�?�N
-������ T��K�����7�9�|�Ѱxz�j�gmh�I�n�H�o�g)�v���~����
C�;L�Jq�u��p��mW�<���˗=l+(�lCP���m-�[I�H�HK(��|LQk�g�ª?C�EBx��}QN�"��;��FNU��cE�\k5E�G
н�^Jv�<�+��Dk���r�K�C�N
�w¹*�{�����Ϛ�>��j��h��É�W~{�|�k�ÿ��$a�=�����g�1�iz���f҆M��m�� ���z`��0X�*��+G��n�� ?J�>�[St�d�>)�`zdM���+�9���,Z', į>cu}n��mĐ�N�=�z8$Rգ�3�c��1ME��K�Y�$����������
5�
�]Y<z�(�����:�Ob�N��A�E�5إ,��/��-���D�ʰ���sU�2
b�C=���(�F�sU�;ˏ(.��&��@÷?K�*ؕ�1���E<�
�|g�<�%u"
���kC�D%ʫ��p�zE�]�h?�*d�Pg�\�R
D�ć�U�$F��&�i�橇�Z>^=xܠ�KHUNy����xU���q��Y��d*�gg�mnL�%��r䰼!�@��Z"��["(�͘pf��k��"v���$�ρ9&L�I�Q����V�:���WIZ�k�7��TT�!�X�52Q���I��e(�Z���P��
b��}LL�ϰ�:�.'���T/�k�S-�>���l��T��5�}T�r��#�e�(��S�G��:�'Wm�P 8��oV�V����7S*��6⋫��-���7k�I�5P|-�w����S�X�����-g���`(�T��zI(j�aZ�c^�w.��8��g-�fV���]hl�3.yO�u�2&������8EAD|L|Z�3�ɡ���2�]�ۑ�5�KqO�[�شܵ,Մ>�k*���j��sέ�	*��Ѯ|\�A[
��T����O��=5�@'����z��=]Z(CGE��fM��8�G�W��P+q�NE��m�F06�8Z:b7���-�Ь��%�{��Ch����1��^t��m,R��\��H�T�Z#x�㮽���`��Y�'���}?����}��iou8�K��P1�����㥙夆C����������Z�"�8������@x�
µ-�``�Pj�}6Ll�R����U\�6[��CZ�����N�"��*Y���=3C�Ⱦ3���ڣ��x~���,ce�G��;�,5�R>U�w�6Լ�SAR7|aq��u��^�ځ;V�`ۼ<��V�����V�HɪE-�3��t9Ʌh��G�;��~V�n<r-˥������V��?�%�asR�1��>:����{�~۔x�9:�7N�+m1����f75dGr��z��ZFݬ(:��%�P�
9�G��a�xLI�rl2}���>M�n?��K�wE/��:T�@��Y_���a���^O�ME^3�	����O��\��������s

_�^��9$-�Q���5��y�'��m��s���с
�c�v�V �I����߇�!?�I���$7�ܡ�\ód[�#���mH��܁���F��&8�$*����p��w,意�hiḩt�-,6�i0��I�^�,`�Ś7��{~�5Q�R<?OȊc%S���(��D<�Cɓά����*��r���W/�<5�IT���,�y�P�	��4�M^�V˿�׏��e?1�M��BO�P��<qBT}��6Z	|.<��3p�G�2q�Zoݹ�p|UNbUqk��w~m��9`�L�E�E@Ka}��!,��/��p���7���b�� ]��G�{�����O1�R1��
;č��A��&���u³F��?�m	��]��1���ϛ�Gg����돾��IY���ƃ�#J��j�aZ��z"L(�Bz~Fq���i�eU7m��4/��u?��@��H���	D�B��L�����0}*�X"��J�Z���
F��b��N�����@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m?��~����(N�,/ʪnڮaBRic�0N�n�q^��~?��yd��=#?��j��ߴl�|�`�p���B�XB�+��J�Z���
F��b��N���q ���$
����")�Pit���py|�P$�Her�R��huz��d�Xmv����z@��H���	D�B�Y��`��.�/���L�P���No0�����p����?_ �%R�\�T�5Z�!A1� )�a9��d�Xmv���x}~�	e\H��u�Ӳ]n��)�&�q!=?�8Q��4ˋ�����q��uۏ�s���I���(Ɋ��iَ�A�I��EY�M��8�˺��yݟ� #(�$E3,��$+���e;��a'i�eU7m��/!��m)hrYzb��3�3�S�H`]A�Mx1A���>]���5�j��^F�i�T\?8E|ӕ��_�e��oH{U��Ġ��T�&L�-3�QW�n��Ԥu����M������*
ۥ����D��+�%�j;�b�ͮ�' Y�>
(؟�4��w�]|���/���JW#Ȥ�Zca7�����B'8:{�} ��N�$�8�o��Q|W���� �mOnL�)��Q^!W��CM8�}:N�hۑc&4ٝq�o���_��@�xމ�ɐ��5����
Q�+�t�*\��]�w	�C!�W��^"�yw��n������e�/��R�=�`���*��5b�J����z�MwZ���N	h��PQ�7޴���-�␜�E��g�����C�29��*X����YK�Uk�&D���\�4����]�aw�-�5�&_kD�@�;���I1f�ͫ�{�C�[ŏY}E��xd�S�9ɇ��@�~��$�`�K��P����K}���=�wv��ZR
?P��h{�%���Zdϙ�'�bi��ys-KhO�ü���.�� [4/%0y�]�|�(��珫D���Bˀ(�D��뺹�"�c��fw��8��Ng�P�m���zd�o*Ģj6h�n�i[�}�iY
L�ٱ�E�f�9��eF�8�d�ǣ��O�k�@�p����#B\���'Mo�=�)�
uĐE�B>:��6Qlo�����6��]�Z* �)�
˸k�ֿ����� �/�d?6�
Q���7D��x����'ey:��K��CaM�۽�T&�uf��T����x_�����W�D�){5�PJ7�A�����2��wW�q��o-C��g*�����te�
���j^"�~�4�{;fo-�W�?��*w�W�1�{���|���k�.Q�Z"�
X�-��J��/~������۵�dp��;�<W����4�M�S��/��+�En���ش�0�;��=��N���{�3����!�Q)9]=$}���޵���2����K��Pg(۫PY�)k�揚�f�,�}�eK��fh��#�*�3W��A+�����xv��fe��+�+�,��fTr�~j��)	�[Tn����*��4p��]���W1dz�%�f��5*y�����W	��	@Y�9~����Ë���Ʉ�T5�X�ٳi_�q# �;�����K(�56�9L�FQ�/�R���L��EE&Rz��O�EK��-�Q}Y�kv���
������qsOLc�G�2�h����n⪻� :`�֥��$����ǘ7UѬr���_J�Q!wJ������:6���m�纏h�%��b��4����	�T�M��_�3\j�z��Fs1g�.�c�b��G�d?2RY`o��;�����2u��%�{��^r�)`+�v��۳������7�Fs=���CuC�{�C.�=Z8kV�Ye���`�Ԯ_Y�ꓣUu@�i��R|:��^�y��%�����}.ӀT4O���.]qq�Z-v.w�e��i��������o���:��f/1I|F�b���D�X����CE��?{���U�-Nx���0�w���6�~U�~}.x�����c��f�!�6�x�>�}�WAD<i��3��״)�>�|Qķ��~������X���C�����}���<A�>�������6cT���;k���#7.{7c��8�T����_���4��X��;B*bm���#"""*��RJ)EDDDD����̛?9��7���t3Zk�g�с�hz�������t&ޯw.���Y�N�ˋվ�gH@E���!�6����~b�rݴ���z��]DDDDDDDfffffffVUUUUUUU�i��{z�����6�Nd�assets/library/font-awesome/fonts/fa-solid-900.woff2000064400000461360151213253240016230 0ustar00wOF2b�
9b�6$ `�D��*ʖ�˫H�m %������yت��)�=<E����������p\��
 ��O~��_��w�G�g�W�w��O��o��_���)0w�@������o��_�;w~~J݄�]c�D�U���Qءu%Q��A7aSwm�Hw`��
\�f����Z�K�L|.��OHM7=p&�G���+!���"������q'{5l�fo[k�M�M��~-��&�;�*�^RŊv��J ���lr���v����7ALxxd�|	�������?5#�"�WJ�
"H�Z9�*�ۂC
a��I����
�2�pa���G"�;y�	U�oP�@��$J"E����H���v�-՗M+�ֽ�g+/��ɵ8�*��ܖ�k��:��߷4gw�����^�ׯ���!�����<��3�����^ҭ�ӝt�F�I:�
���F� !‚d��	I 
`��6�i�q���mp`��'U��}S޼)oJC!�����C`@Qe$Q͕�*iH��\�k��9k�{]��Mo"GNE���g��v�AZWZ�)�}����Ӫ�%(��Ė!NK�#E��"�J�v����d ��Mޭ�8K�{�#�a�8w<з>��z�H�y~���\����F҈G��5�'z�!�!����'���z�@��v!@.�7�N���	�%��Zj����`w5UcI�K�Vێ���q�LdG�q\o'�8���$;�!�{�5�<��Kٿ�m���]���2���{�tvC,;ِn+رc�c'}�a7s[!+v��,֎�X1G;A��U�oC]d��������.)�܃zhwZL�bj�s���m�+����+e�S��|��'�{�!2r�K��,�V��e2�ݥMX�\Ԁ�����$E7�V�7��1�}�^���&��O
��7UϮ��ĠRP`7���SX�ԫ����p���KK�K�\��eH�?��oI�7mΓZN��f�"��g�A�߹٪�nq�"�������7�?����(��V����e[M�zU�kmc���q�0.�0.�0.�0�@���9�^��A&�!3d*��rD�,���?ƻb�BDp�BD��2�����j� �T���}��_�T㋩�嫾VK�겼������?�*��-�<�L�kV3i�C)K<n�
�ӿ0s,�tU��Ua�jIˋ.Q�_�+N61`!��"�꽝}�(��-�J�D��Cj�̢�:�������Vk�"B�d2�"��ѕIL�P]�"ꯧ��n�m�$��}�K]�vox�(< �3��:u��G|DIE��0� �\������[��_�����o�m&7r�>�70�Q-�܂~�:X�Fn�Ǔ���5�w��+��2����z����)p}��-�
��˧���ZVݻKp2S����R~N��o@๡
rf�ȱ*�D��9��X��u�� ����[	�|�l�ݠҴ��Y^q���x�JӥHy;G�^)�󷌍�Lƅ����~�498�8��V����4X2y/Q��������3�=o���X�
���u��*F+�{v��S�/���oB�t��+�N|��hv�~W*2�w�~�"��NO��.�)�� +��}M᫱7yWY0����|sa ^�;����"�U��y����,�:Z,��C#��?�����à�:��wI�)�gvY�^��~��)f�?���l��9�O�:�|W�VƷ���\�.q��U���[Lש�Yc͑��q�1�}� ���|;�X�t�z��`���S{���8l�V>z�9��k�Z���5�]E��E�h���ɡ�g�q�6�k�0y��E����P�f�g�W��Wu����~��^=����8��H_����~�N���\A�7hTsS=9�O.�T�����P�v�4��_�'��B���_s��l���Ax������b�#�.���j�86g�����Ш�t�*We�Ď%��{��h.]��ժL���n�5�Rz��Ñ�=�מ��Ɩ�H�K�W+hr)��5�zϧ�?e�"�ϝ�����.	{f��R�����L�u~���z�4[*�U�y�C�B���9q<��*|�h�3�[��J:e�u4wɳ�J֒9����y��,�RgF�ź�25��0Nr������-�}V���K�Nhc��<'x��V���F��3W]h���CgR�og7�;b�B>1GO�JT��W�5h~jp�E|۠�W�i��r4>)�j�>�77�c���Ay5�!�Q���?_�ó2_j�����R]���B��׶��>��:��6וԜ�b����"ϑNU�+FΊL~n~S{�s���Ǡ�@�ۿGy�ݥ8ya6.|�0�J�V���Q�\�w��2��$��;���?=݌3繘�6ۈ�K2SG��o��}��Ҕ�tr��)5��r8���i��r�Z-t2�?t
'�걓TGm�:��K�8�W/���>�j�o9nx!�������ݘ=�27y/��ꞗ�g�L�� oo�czn�������.e|Zg�%~�?�.fWb�Ģ�g-4����'W�J����3���+�����<�?i/
5�|evIѽpxO���c`ynw�b��ܙ�P�����{)�9���Lb|S�<�yA�%�w�6=��n|�/��z��K�?�C���9��a�dL���d�h��u�fU�(]o¹߆��b�*���.����u?l�{��~���J�W�yж��N��r��,v��t�u���g��(C��c�PO�>'����L���ہ�x8���N�P�~�aø+��Z��4�T~ש���+;a�)I�\�!�{n��k���^��u�	r~���1Py�V>@���ܵ��J�!��n��@�a�S�a�>�b�c&b&c
�b�cfbfc�b����K�˰�p'p
gq���M�)4E��ig���9iN��溹c#v��`7�Mv��b�ٛ��}I�;����qu]=W��p��{�޺w��~���Wz'�\
j�g���AE�>Ә�"F����
۲3Cv���(����dNa�sW���d�Y�M����<��<��<£<��<��<ŋ�û|�'|�|�W��_�+-�DI��K�$J��I�dH�dI�����]zJ/�#e���2I��V�V�E]<�̟0��������r	]2WՍr�����u�	wڝww�S�Ʃ�
RE�Iw�+e�̔Ų^��� �<�G�D��w�%���>�/�+��~�?��K�����O�L�Ñc��ZAkj��u���%�Bw�A=����ַ�I���=��C��&#��8��ְ/'ގy;�1��)������P	UP5Q�������}1�0�0s0�0��+�
�����p�p��(��+~�'~�7�gl�a|&`"&e2�`Jf`Ffb6fgn�a^�c!�d9Vb-�f#�`K�e'��N�.�.�J��j��F��q��5��S>�s��k��g��o�ſ��E���2YA+ee��ճF��:�mcl����6��B[dKm���u��6��c�총�sƇ�Es�\6W�us�<6/�K���i�cĄ�(�&�mf���em��v�=�4;�αK�.{�^���=��>��l���n#��MI);�\T�JSy�HU�ՠZT�PcjJ-�-u�.ԝz� N#iM�)4���ZL+i
m�mt�N�y�L��&ݦ��>�
���pA.�Ÿ��\���&��{���|�o�~��
���9���/�ˑMbJRI!�$�d�\�_�J�(դ�ԑ��D�I+i+����2H��H-�d�L��2OV��&{d��3rA.�U�)w�<��J��;�,��U��1&���
i�ّP�P5P����]�1#0	�0s�+��۱p�q�p�q��O����� �Ewq\|��%t�\R�ܥvi]&��q�]}��5u-\g��
r��$7��q��w�=to�;�����e�rx���^Ŗ��U	h0+`����;�3����ُ&����6:d��	9r*�qH@�w}��~?�_�o�����y�2���ߧuy*���b�8*��N�Ϧ��j��QM'�5TMU3�"�T��8�V�]�PG�U�T�V*H�}Sj�N{:����D:�zi]V�C�rtQ]FW�Uu]W7խtk�Awգ�t=K���Q��>���G��:@��c:�Ígb��&��fJ�����o����h���f�f/=��V�ǜ��5s��1O�K�A�h�{D��v)c���fO^���ŽNq*M�mG�Bݨ7���4���$�L�h&-�E��V��.��_������+�q*.ȅ���\��qu^�[x'��|����Ï���<��3�)�����
j!m��t���O�+d�L�9�Z��VM��ߍ]>I�οEF�##�yQ�Q��4Ck�Gg���pL�T�l,�
}�-؎�؇C8�s��+�����������: =515�_8�Hj�W��M]��l>�&�E���9�s���vN�e+�-��g�F<��qo�w��@\��~��ƒ1wL9�W�^���r���ao�v��aCXV�EaF��v>���џ���.��Or/�s��w�]7W�Ur\9W��tK�����o�e?�`��}������;{ko쵽�����M+d�
�J@+��2@K@�-�@��h�ߖgj�逦i��h�Ӛ&�q�1!���h���������[�����W;@m�Q�T���
PK��P3@M�D��P
�W=@uUG�UB�����ʧ<�`:�4��O~�[�o��+>�=�w��m��u^���)x�~n�f�������b.�N8�$�C�g�qGq$�A������}M_�W��}��g3�)�W�K?��t]�uP+�BK�H�5O35]�5F��W��NuU�L�UNeTZ%UB�ULEUH�_y�SٔUY�Q�Ni��LɕLI�W�b#g���o���ď|��|��|h��<fƣf<b��f<ă<����=��]����m��
\�u\��\�e\¹����Ɓ�~����l͖lΦl��Ϻ��j��ʬĊ,�2,�R,��,ʜ�,L�tL��2��dC� 2����������7x����{�����8��8�C8�}؍m،�X�5X�EX����٘����	�Q���!��荞����脎�6h�z��Z����
(gff��(��(�"(��Ȍ$s��/��=sO�#���p��F<D�����5!Ә�4�1�iL��6�j����eꣲ<��|��*�E����6�������"���E��9Z��\��LS���57p�q
�q�q'���9�؏�5�;8�E�
\ǻ\�S��<��,m�.m�$��M�,��^�5^S5�R-%+U��x�GxHMTM�TMɊW2ǰ���قx������{��]؉;8���L��Ɗ�ʏ����0��z��8��x��ڏ�!?���_��p�o���]�����ċ��U\�i�m�����N^��ᵛ���v�&�[�x���+��q���:/ȱ��onX���y�G6b�Z�MX�l�����
[��]����{`a#�������J4�S�����o��^ 9�C��:��K�����
l`��׀Ml
�
��<�F����5�~���=�X��h�7�;t��A�J`�g��6���?1�����N�wq�QY=���N"�
�i@Cј&4��iAKZQAk�P�H%9m)�iG{:БNt�]����r�®���z��n�[�.�Ϟ�'�){�޷�C��>�O�S�ܾ�/��־���g��~�?m�-���6�FI��T�U�����z�����k�Fk��j�&j�&k�fh��hW��u���ٺ@�"]�Kt�.��N��6ݮ{���ԛzG�}����<��-�"-�-�2-�
�t��W�Z^��x]o�ͽ����w��ɻ��}��>�g�L��}��]}/����X?�O��?���B��o�����y>��B_��}uj��K��s�M�tOz(=��K��҇��y�*}�~O�Ҳ�)���d��˺f��>Yjtkɀ"Pȁ ��Ȁn@�*0�
���������p�k�Z�����p��u���\�pW�pE�HW	�r�h�8ƕ�c]ǹ2p�k���'��I�#p����:��.�i�u�.�.����O��/A��Cc��a�ዠ��'ZAӡP̀Bh@��t/�.�£ХPx�
O@@��yPxY(�	]�Jxm(^�	���~��u���x=�W(����3�x3|W(�u��밻���*������Ր;4	�M��%<A���/ ���H�!��$�_�>�|1�ȗ�>�|9�S�W�އ|5|�k��`A��1�[a7A��ھ	�J�@Pz	�!���fA��[P�*q�m4��Nk	@�APSG�"!턨��Y@T@�!
H� *���ȑՁ(!����NH�AtAz�+������́
͇�1���t���gA�?bO��{�π�~&ā��!���8z�4���#~�Y�WC��q.|!�y������ą��C�B�7�[a�@܎t.�=�y�B= �A�-�xZ� ��!h)���B�G�e�B�!�fA<.�|hěЇo�O��@�e�!H�A|��	�o����%�? 6"�
��+��/�Z�XԜ�N�e/��2:�ա�P���;�k«B������A�>�Pn���®�r#1ec`�C��PV����H���恡�G�8��rud�嚠Z��z0��Ŕ��?���F�)��4z�0z"}A�"T��e~T�0���f�1Q��l��:�٦�@^���#�N=�z�S0/�x������^�SoB} �>��Dl@}��؈�R�&Է��Է�f�����ԏ���oa�"��V�_������x�i�a-��Y�f�1Z�,
�L�.�B��J��F��Ns�Z�As<�	c��9��؛�R���\Ms3��ݰ?��p��p ��p�{p0�p�Gp(�p�/p8��p�p$��c8��������K	8��)p<����������'�u�����8����t��Lg2p��b�����&8�vq8�v�1�O��ʸ�vw�E��}E�H{.�=��0\F{��
���J����ho��W��E{7n��Okq3����s��M�/�mM;�wiG�~�Oh���Q����]�/��͈_�zts�ƣ��n-��t��mLZ�nS��H���C�?i#��N"mFw
�Y�=�Ρ���?��tW��������t���J:��.��H���Ow?�f�`҉�ࡤ�D&�LTD�ݿS!��}M3_1�N'�"�A�C�O���@��&&D���h�|*111)�Rb2�Z���F�HWS"DL5F����X�t��ƨV&�!�'=A� 䣈�̇+k��!�&6�6�9Ho[ �Cl����5��<����a��H_�|EC�]�=I_{G���5F��8�8��q���%NF>�8��T��O��$� �$�E�M�C��8����q���$.B����+f��ĕ�D\M\CB\��@^�����<�����<�4�&yB�m��ćė䙈ZR�n�s�&�C.&:�Q��Z����ďc��D��%~Ւ��ȧ��o&�$�'/EA>�m�ƨ�����N^�2�֒ק�Ik2e\�z���P��(H��2aD��2	e
��)%�Z�TyS�4��țQ�WD��2�Gޒ2���Y$oK�u�=��F���en��(Q%�AY���غGY��"y?�JK�,�G^��2i��5I���R� �M^oN�Cހ�q=�cޔ��d�^�}Ig�'A:�|��yZ�O6k�O���ȧ�� ]L>K�.#�-i)�9�.'�W2]A��|�J�
�IW�o���ɷE�B���w�n �K~`�S"?J~�t�%�ˤ��"�!�{Ξ������2ԟ��!J���8�{��ȿ!�E����A����/c��&�Gz��2��e@��ex���(�P&&}@��2�|�d��27�Wʼ��H��(e�3�YY~)H�SV��|�⬬JDEY���(;*"F��Fه�����q(�Q��� q�I�r��x��IH�O9�Q|*�4b��D9K(�KLD�p���N��r111�RʕĤ�k(�SQ��MLC�G�Q�r�#}�(:҇����#}��!'Q�<N�DyB%cf�3���Y(�R� 桼��؍��Cb�W�X���”�%��T2�dJ!�t�o��?%�忒�45Q�"��G�X�:�$V�N,�*uZ�ը���:u�sj;�u�����"�.uӈX��9ub}�a�4/��4�h�1W��z*S�*�M�S��e�1$6�>%����ؒ��b+�k�ؖ���v�O%��~%����ؑ��ob'꿒���%v�
-�+mT��h�K�N�Rb�T1
mvڜĞ��U����}.k"�?m�h�IH[B� �RӖ�8���ġ��%��*q8m
�#h�đ�
í��	qm3��ı��U2��mKۉ8��+mw�4ڞ��3i��#΢����`�!�K��h��ӎ�C\H;�>ĥ��h'��N��I\A;�vε׬]������7!q�>ƍ�{i�7��=L�J{��8q;�II�E{:"D{�����
�>�۴��h�>!�}N��x��5�|�>�$},��}�>�at�L�Y��)����s���V�����%*}1�[���F�K?�~����/g�.�J�56�_O�����;�w2ؖ~7�^���?�`'�#��F���}�/�_fp�U����C28�����18��1��"N��$N����t~�8��o��3"N�3��8�t�Kg�!q9H�lr��9�$�SI�GN��8�������������������\Hq9��8q��$�"����\I�rU�kɵ$�#׉����
�ȍ7�[�[��۪d�FnO�H�N�B�F�E�!�{ɽ$�#����<�d<@LB<HFN<L���(yy<�yy
�y�JƳ���e�s���5�K�M�x��E�U�x�|�|�x�|Lo�OJ�E>o�ϑ��/K�=�-���w$> ߓ����������d|B~A~I|J~K~G|N�(�/ɟK�W��������ķ�hI�@��.~$'\ڋ?Q}�~�/�
�7j5�zIV!�'5��_Դ�7535�5�J�Ԝ�\��b�DRKKb���hj%�1�1�Z�Z�Gm��
�)���ڒڊ֝�E����;���7��/��u8u�u4u�5�uu<mu"u2mu:m8uu>mu��ML]�&�����MJ]�C�MN]O�H������65uu'm:��A��#ԣ���'�f������J=��6;�<�m���k=�u�M�<��H��z��-@}D}z͵G}O�H[��iKPE�%���hKQI[����,5�C[����V`dcdOڊ��#���s!�
'Cvs~iw"lYȞ������[�?��!Ile���
�D�)`�B�,�5![r9��!W[r�u!W[r#��!7�rG�
!��m�?�`C
y�f�G@
��������G���|Ab;@�-�#�b;A~)�'��b;C���z0�� �D� �J�3��͍�i� �Iڼ�{���`R�G>��Y�O �/�IK䓉uD>�X'�Ӊ-�|VR@>)� ���Jȗ'��J��|e��m �<��H�|RB�7��#߇���J�1��Hy��\��lR�C~.�[ ���$����.G~
�#�����F���$:�#��QR�C��ّ?N�wȟ$m}�O���RE�i{!��O��B���_'�(�o���H����]��}�nG�	ѹ�?#��_��0�oH[	���5�At�Dעh����i/��L��(z�������b$i��X��3+�r��H9Ū�~�bM�z�؂�D[����I��!�uDq,���8�ԍQ�Al�s��Gq�������B�\(.'�	W=��ZR�Bq�ף���*(n#T��RP�O�J( �/��H��aR?B����'����	R�C�$)ۡx���C�(^ �ŋ��G�)CQ�L(� ��[����ҾG�!�+����[�'�\��SbSQ|F������P�Bʳ(~%u+��b����؎�w>��
���3H��ī0�'^�9i�9"i�b�D<s4⟘�/��41�$m!̱H{sl⍘�66渤]�9�3�iHsZa�H�T�9I[s.�/��1�#q��s�a�H�n̕H<��2��1� ����˿�;��G�� �#�^�}����1pe%�A��Ƙ��6汮��<�-�y��1O$�U̳�`̳I7<敮·�
�m�y-�&��H{�zW'C��y'i�y�����w�{qu8�}�v��ݍ����!��!_�� ݼ�o�n�w��`�G<�;ⷘ��t�\^�f���X��X�#� V�Xk@ba�!$��tc
ObG��H,�5*i�`�CbU�qI��5�հ& �$ք$�ƚ��RX��
kr�aMMb.�H�5#���f"�-��$�Ě�ĜXs��kq���Z��FX���W��I��x�QX'��.֩$��:���i��!��sH�u.i7c�O�TX���22��r�>ƺ�ąXד�;��oa�H�˰n"1,֭�ٰn'��;�`��I���̃����z�tsa�H�X/���Ua�N�	�3Ҷ��x�$����VX����X���~���0�3��?��_`~�K�� �Q8�k�����wX8�=�����pc�Џ��ؐ���'�0�OD������b�OGbq�#1%������/A`�$��~e��d��k��دOKb��^�T���_@�3�&�-�w�8�{H�K�����$��3K�5$�;Ҷ�{�]��=�!?x����?�J�k_"���W�?�}�@N^�F0��ڷ	���<�ZM0j�' �>�z9	����*�H0-�'?A0�7������Oq�S�A@-T�r�PEZ�V*W
M��H��ze�uY��D%��mj�5��Y��q�w�O<����o���ۋ'�x�;�B!#�DR 
ճH
<�t�ҥ�k�.M/]�����ҥ �QȨ>��@2�	�u>�g�b���\�,�R;n�H%�~UFY�y���V�1&%c�I�XGq��Jq��
ǒ1��$c�I���(
�(
������Vx�&J�R]�J�U��r�UG�NS�#hS;�򬪴�`7φ��,
��ʪT�V�7��Rt���R�vy�\l��}�B~;��{�{qb��8yNR�6K�t�5�륜��!�VL���\Lw>�N����:�c�_�u��NTBmj�Ψ�+���~���uj�XG�N�y6�~�ש�:�V��^��������\k�3+UY
��*��d���!��ʽ��2&����Z��m��\���A�pq)�i���8tk��p��,,D��
��H1&qʘ\G��\)(%<�-��-��r��Y	C�1�$c��Ԡ�ٜnZ�m��f`���v��K��r���J���7q��B]��r�� ��.EmǑJ��
i�gԦ�J��B��?��+�[O���ob��i�S��ȧ�B����ϑ8b�a��?u�ap^�g� N�y�U�&<ڦ4�s��Q]v(�J���(��=��]���0�}�{�a;\x���k����Ai�0&���w�Q.�g�
�k��峟'�s��
���d����#x4�"��:�]j��B�mJ�.�~Uy��z�P�+-ǝ\q�/xU�6e�GmXc lE�'*Q�S�,��aeS�m��V�g��,��{x��K���d��Bl�6�����a��9�v�gW�w�&@��m�\M{T���R���Fp��:��c�ώ��cF8sG���#m��m�;�ο�<�v)�5Ѡ�Ң�nS]��Gdy�?�]X-�E��S�ml�|�m�C̨��BT��G�0���͍�Nm?�ӄa�nW),ӟ:�	��J�(t�n�l�:/�s]n�t�
]V{Ց�� c�K1��%Y��g��,�|b�&�S"V�ێ"�(j�,�v�"���}�ؿ�yvp���VL�9�L���Q\ԯ�E�$ο3���'�2o1�jSC�%8�퉕����-��s{L�ۘ�S�Iմ�jz%�'8�-���?��wr���� M����i�x���Q�ƚ�8������ ��<���(�3Lo�y?绌����څ�3���ī<����#|+�p�Ձ��iGq_�}q�,��JE��p��Ue�����!�����q؟��=�~A�D-.�D�֧�+=�Ct?�}��8��k=�/%[�/Y�����q�v{�Z����E~6B�u���9�a�����AP��a�Tp��-��ʊ���!�3��i�r:\'Jg�,/+Z��~}�?��
��}�]�AۧVJ6�)��뽲S���)q�W���:J���8�V���l�F��A���U�{��+��ͥV�L��Rs}8�f�����M}$6�Ŏ���8@)�o2?2jP;V���*�gQl6vSV#������m�����EtF
�4�vw���ǘf���1.�g��95>�L�r��-��{��=|�&��hsӴ(缞68�S|
�>��sӴ&n��4�L�0�b؎�U�D�k�e�xI��U�I�I_;��黋'k�cmM,���S��
��+��ir���S<	Gץ��@0�a'p
�����X�4K
��r���I�q���m9o�����q�����n���S��yG�./�QvcQ8����i��vL1]�I�S8��p7��U�JTv��1���u�e.�u�1��N�g��x�H��,	)��;��Nt������wm�6w�׋q���8B��'ey㈊�����Ʋ��=��	kkBp��E9���p��˒L	�~@���������
eU�����0rm�i�VZ�3�c��eZ�sn��cq΅e���\��Ꮖ�a=;�ۦi�g=KX�isΏ�S���ڰ�0��,��.G�=W�E:�&��>�����:6�+"�G��@����h��~8�f�5���k���te��헽u��C��sa~�[���f�f��>�U�\�x��޾���SzoO�:�]!���r��/��sx�-��˄pQ����H��q�O=sf�ĉ'vΞu�p��6ߊ;9�4�$X�Z�"-҆&����bequ�ؿ^8�&GGGG������wm6[8����~���g�j����u=׫,��cg�I_NC'��߶�X��{w"��t��[s��tQ�#�_8�	$,�5�\T�3������|&�
'������~W")�]w�z���N�����ݹ�4����^OJuۉ���Hńp]D���d�����XH9�ۺF�[���5<�C�F��t*�D��q��Z�>��v���ENu�5��.+�;I�&A����k�L�Cck1-����H,�'���Mؑ��eϕ�2I����2I���
Վ����L�[<�j*����W�p*���r��s��3;\x1�}_(�d��rYX뢀�_y��3��p���D��;�պT{�V����P�F�1۷N�7ד��$�z�Hߑ�)U��7�WYC���T"�N�$����n��>��1�_���V�r�A������
 (G��#�����uC���:Y����>��l�b�����b�o�G���t���_2N�8�\�6�~��P��#�MS"v5��m�zI'��v��g��:�<9���È�8�e[[�ڕ�A&������.�ӗ	��M�
��Af�����*�"mOc�H�:=�U������(�H�px6u���|=[1��ÏReU/0hz1���
���M���&����i��
���ijpqx�a��d�_?��:st�'s���*��|wKk7n9}�]}�=����OlN�M�g�iS�2{½/u��qn�X\@��y�§]� &�F�i`���#�\l���Non�����1M��=�2\�l`Z�uR����I�
��_E�����)���]�eY^i�3��UӰL�r��bkI-Ha˃�\��Y&AQ��x�2�(�ĉ�6��s�#�s^�pAm��<�F�kY':x�hE�eM���~���>ZH��PJ-�	a[&1Ц6q��b�)��2�|IAm�0L�n;>&<�'�b�D�Tb2�)�`kʠϸ��o�����9��HƸ<v�tD;�w�>I�Q���2��mw���d�
m�,7<qa�9�|�Ŀb���2-��l���O˴,�y=Csέz�9�o�0�qJ��ݕ�ڦ����ǭ���(��=�z[�y�%�~�8I®��%�WL����z������,�➨�1�Q�3&1���-n�>��� ��n�U�L^�;�V*�	�k��:u�._fB����c����1��c��(�����!:L����ݽu?�_�A|�2���c	 =yƻÁ#8w
�]]�/8�p9ΥK���AGp�7?v����\81��}.?ynߞ��a�@V�*Ǫq�`KFsx���i���s8��)��4 �8D����*�ҿ�y^ �c؆���0Ωܱ��tQ(�(�Gv"�q`<�@%���~Uᨚk�>�k�� &�N��3{�Fl�1F��s^�v���R3bp��QL��N(�:�#�9�l��f+�3�-�#�o�x��K�1��j��)<v^�����u�Ӕj�Ȭ��u]��A�t�(���!b�Z�ٴ��h8��b_�:0���j&��93��L�������N�\{�d?n8��4DR1�SzYd55���d����:�[8�]J�mZ���v��㔜�_���4�A:#�JϐW��RZjt�\�dn��Nho
�Z�E)!c���ފ���f;�1��8{%c�#r�?����f�T0����dLHwƐ��;���y�-t��u�>�SX�]���E��0ȁ��0�n�9��u|�Y>�2Fd����JkO�T(�ג���)���ܽ*�{��3�؉��>���߼��[	!�sB��`�=�qt3�1�!Ioq�x	yv��$cS���Y)�F��w��.A�'IB�`𜄐��`�nc���#	���^BHr��H�?�������t��7qP��M%*�Q�AUVszI?�ۂd�`#վ��;::ˇ:�m�޺W�p�(*��UJ'�~`���Q$ѠL����"�p���77� b��_�}}W�Oe���tf|�މ�#Ww$'��?�1�Υ ^�n�Y�q����i�߁Hz���
B66O=���;X���/|D��k�8B��M�g����Q�(��/��<���a��huEzB�ӑ�(e��ꧻ�➿@������p�32�	l����x|<R��k�$yu��K�?�5V�m��JuwIT��T
�a[竛6��=��a��DaM<�Aʳ��,��إAW����U��p���Q=����?r�}t����7.�����_X����B�,�~�"�5����I�[K-���ֻ���'o����q�����a��C����q���O}\�����W0����w|�z7/:��_ �o���{��[�|%�3J�G��9
�t���ڎmŶ��H�:�Zk�-��ֹ��h<[U:Q����J餚ҽ��n�y�hR��O_#W��ERT/��z36���=T�p�;����`X�p��z�(��~�͵Vz0����Q��i�<�z��W�Ri��4KehU_����u`[\x���e-Ɩ�ǎWz�{qm'pL顁�����a������������|�Y&v�Ķ��
��C?0h��4�_��'��G�Q���x����Oh@m�������㉠?v���~��}4C��x.w���t�3�F`�2pLD���o�iفo����.s]!h�d�~�A��
;pZ.�<.X�dt��ˈ���%�[��~��Y]�_^f�7��.ֿ���B�&">�����~�O��WG}�ع>����ɧ����W�\��G��ҹT�$��rRV�n3J��
ۍ#j����ӊd3�o���k�-�Hl����N"ӌc�쭸����4��إ�'S�$�i�<�FCJ/<n���A�jaA�Re���~w�ߚ8f�iZ"�n�e�m�2�ɢǃf�-s!1�0v-�!�&�H�N�f�!N�bCO�F�MZH(Z4�=K)'2��7�ۣmu�t�ȝ�_���Ϲ�Z��)�{�sT
O��BQx�D݁j��t�s
wZT�*%G�.��*�S]��4��a����U@x��w���+R8�+7s��9{�8BA%*}t��X�
�����%PiG�,�˘��a(%:�[֝���
C8�l4�6�N��p!��I��y�Y��&�
/E��T�{(�Ħ8�%L�)��/��
��v0��.�U�+�B������8I�	i^���n�x�G��63�g7݅+퓷�~<��=Ǐ���~���RĽ
}�W�-�#�d�g*��̧d�S���
S�D�Hݫ\�i�#@	SI�.���SWz0�G�HSS�D]鱻�0���s�w2���v���}��iz䡝�;ڬ�B���(����q��8��mRB)���.~��?��ӗ�q��p<8۶Ô1y�G�?J�G�h����t�6s�m7C���<�"bp�E\��՟���I�T�k>
}��׳m�@�3���Cz���7ÿ �VGX���82��	5�QzRU������C~8Qk�u�УMT_%ꈥ�VԦE����<�TA�%��"�AZ��ʪ=��֩d��cٌI���z�_D����t씐�X#�ϡ.��c�Hn'�2�;�@�֌�^��B�Ś���
�O�IBZ����HBHr���1!$y���RBH�K��Ƅ�䑻�y�Aq̘��1�8#�V�/�f,�2��ӟ���E�p�c�V{yn$X�2�l��1g��{��گ�S���h��#�6G{{{�وk*�0hoq#?�A�x����枷��V���̯�?M.���x>@�Q[a~��幦:g�H���Nkbp��\W�	D���	%{I�/�*�<�y@·>.qY-=�{�t+f�?�>�2����ֺ}��f���������G�G!�W�凡dF�C�?˃Я�<�W4���)�
7x;
�#)�����4Xxa}/���"GR��$��<_"��`ϯ�?M.��Bυ��a���m�(�:�y��Ջ�%�^�r�M�t�t #�>o��Y�*h�ņ��Z�"�
W�[6Y[�UU-��BgPZ�/��B�|'�f����v=˿���1'���ىt���_��=:�͠��U�^�0<��5­p/���
�C�cU���;I��:�Q��UU�w��NCJ����¡���ˊY�*4��M��r��U%
��
F�n"	_�BF�I�1��ap1(�#0�s�C���ލO��>�]W쯮"��!�C.:�hF���$�1�����Ë��B]�ދ����{q�
X��:�߅�k�"@O�"�D�i,I��]gS���C���^�q)��Z�N��{�ӝ�am7��i����H���8��W�f�.�I��$�n�w�C���Q�處����w�]����
���a�7v,���o�ь��m��jDm�
eU�fz�B;p��TJϺP}s�ʕ8�n�ڦj9Yh��~K�����벨R�L���=�òo������<�����5u�w~�w��|D�'�G}D�-H�F�8�"�wޅ���[ec��>�]�z�A�v˖+0aP��Ƴ�Dԋ�`�f	?15�o;��'���q�yFm9ݓ�V	��ȰZ��=*��dU�g4�rgR���ד�ɩ%4��q�q��-���bs	��8&�����r:���$�LK�k�ɩ>��]
��ܪ=��x��:���_U轉�2ϵK�i��:K3j����D�a�\=
f:��5r4���0�}��y^=w�
�>#����]�]�DuG��I�#�S�{�O=��=�̕\Oa<��~�lO�e�����](�6��,45�(`O� 4��Z�YUa<�=�i>e�Vh�*I��ʪ�ÿ�t��+�M�%7!v&/M�}�U��CS��G���dl�$�ف�7�꿻r���06A�6|���!��n��&�h�~��
���6�:�~�
ܵn&!?�M�|�A��!suLg��m�Ү����ԓ������JT'Ud5i~6�짚u���L�WÀ�i��ޝt���)#�W����|��R�,	����=�L%:X�4X�t3t�*�kP*1l��+�>w=Ϸl�&c���A .N;-!��o)������*c�|T��=��~\�\��M�5!�-4M;�CĽ��3o�Ü?,(�-0͕=�v��4ggg1&�|$G�Kv�
HL�Q�K�뉿��!V�����8��M����l3�V���s�!\�dA��B״p^�d���1�0y[#|'��Mr+z���ܘB3M�� ���\��8Б�IDH0� .B�՘���RM~��ї��)a4;�rϲZ`of�3z�c~
f�>�%˹��($s���,�7��'D�+`0���W}p$I='���=�_M'X|~B��'$)����qȫ��;vx�	�7EQd�*��vOWTkM?11�'���(��5�0�$�%
��O�����,Z��ve��Ç��UI�V˯���ˎ4�m��C��e�`�%
P�Ӛ2sk*9��w�S*:\4A��r�޽뗿���c|�]����-��*�$T��F��v#Y���`@ҧ�8�|��"�T��7�<H��s��%��T&��v�>�x����(���;v�딿Rv\�b�ɿ�(�8��@�H�߈��̀j=4��`Y�Ͳ�xny�`Y�@N-�_���U�$(�Y�ڱ�OͰ����+��p����0MQ,��BUE�\@22���Ɨ��C��u�����2�Q�d)i&	Y�<�\]Hf��J�J��5[g�8�����L��f��˲��N���k��FL�k8�g��3{�8�L�����^AK]6��ʧ�s
zB�,.�����wr:A��O�uR O��n������<X�����ʵ���$\�k@��%9˄�hܣ�S֔�z�yz��Y& 6BrKLJs&��i�r��(�"����`�8ʣYt�*���V3�rYv�ԝ��9�+���T�S�+"�=�0�����zP��R�E��i��3!d�ס7����g;�8!�>nZvj��z]8�)�\�� Oa�X�B3뾴��
_𭲶FpF(C��s�)�.|?��g4��$m&�Q�?�����߆��#�i&*I��5��k<�}G�H5Kq6F�/kKS��o?sf�vQ���g���{��S3���c�j*ql�F`
	ų�N�~"���Eu���vf���j�Ҝ �D�ss��0��M,Z���x8[&�cf�=k�	�8;V�*
�u����[@;�t=�	�ǹ-�:�$m&�^��)>LZa�o�I}m�4I�0.�O�[���8h�L=&
�W��+���fSe���hDћ|��&�e�|���K��t��Wy/�p"����h8�%{�y|�����A��k��vR�'�}������4�߯�.�;q��4m&{zt-]� 	5�y+�RU�:�g������Tu�2�����e��w���߷]MSU��M�<s����.�vMUm�ޢ������%�R	@k4����ؼ�ޠ��y��Y�ҩS����j��K�ntRZ�M�n��u�Z��zR�=�M"�o"�fYֿd�������j�r
�����>��fa���f�(B�A5�W�45.~��r�fOk��q���hg�9���Npkn������c�NT)Y�	�:�=_oV��)�����݈P�m�WIR�Oٰ�E��f��q����n��q������C�2?��1�^�4[�)��.τ��J���Uz�|�r�	8Gl���q����C�n��W*�36_���T�x"
�z�W_�Je�ť�mCh6���;FL�@��"CoC�E�/�Qġ@xLnONr��
�⹳�ׄd��8�8-8�Y��i`Z��-/vF�F��}u�4��F�np����t�⨬��u�c	�i,y�Z�I���:|�ӯF��_�l|a߳�p����0:YZq=*j��$	�yAM�$�����k�
ޏ-��v�M��_��kt����x���[e�@�^+0�`�����[KGSCxD��{��qWu>L�L�q�F�����%�e3��pv+o��q����gI3�Fa�����GtI�B��/�夜"�5����'/�;:-ƁQ���3�~^ޒ�(~6QT���e+����nt����m�૳#��6���x��5Tk-�r�)�����#����eI�a7#i̛�و0�;<P�LI+m�r*|%��V���JU��b�2�Ix^�Ϻ�����t��~yy���P8(Ž�n���!<�&1�|�4�Ye�>�3����j�:c7�I�?m�Z��?���?nal��h�Y]���W�iQ=a�d���X�X=���ͯoą��9��Xk����:��z�
��0	�`���;�v�fTs�V[��#?ͬ�.ι��5��5�FJ��{u�R�t22 �x؞�M��#Sm�pp3���]^^f2�f��@�o���t���P��oE�i��i5-�bY�P�2��2��`h��7‡>��׹�\�h�䍂!��4�Cck�ZP~�����4M�L/������k�p�hB�K��:��Æ��JR8��4�dKu��}^7��'u����S�-��H�>A��o�o�CJoZ3��.
�{��_�$U	��Wa#>�d�%�
~��>b
]���Q�@1�tm��d�90�W��#~Ü�놡\����au���Q�I����EJ*��#?ܗ����1?�s
1�"�b�R��fF�Jtݜ�lH�W�%��:4��`�-
j�H�q;L�4S��V��Ī����r�vM5��H�m��9�{�^]s�}���M��5�*]��m�K��_?~�E���@Fh:�N�s莜cA��	��;�v%(FhBK]�I�a����3дQt|�
A��1����U�@�9/�i!�"j�z��l���E����K{E�YM�9�+�
��ڪ��f�ѪF�K�A�/I�������ž����zP[PB�^ft��wNr�<Ԁ��0x�7�鲎���a܎}9,�~tt^����T�s�,�Z��8|���F=�n�
�Kz��4Jf>_��ٓs�`�!��h�߫��az#4�3��d]I�)�udo]�\V
�3M��OY:S�N-�S
6������)`Mc���d�qY�ZZ���w��=�蛬�kf��}Ԡ�a��k�q\�Ճ2\[��v��^A��\�h�K5
�k�2��qI���M}I�eufF�e�%U�QA�
@JU�B�mm�Q�H���@�.4���9Ze�W_�Xx�
.��n;}%��GH��RD!i&$�}A�t]?
2�a0�7
��P����u�r~��{�-�/�9I�a�&x�Z���X
P��j��K&��H9���m�P�I�����ZD[#�Fh;:��oFg�t��㎺�CS���h��?8;07�ʼ��	��Pn0/����)�&z��@�8}���Ç��F\�Ҋ��a����E3fpZ����/X�6?_�3��61�!�P�����\슝�q|n"�tR��9,e�v�w����b�w%Ҁ�gs�^Em؄�-?��w@IH$�_��'AXm�G��<Aio8l}�r�͇���>��S Ɏ��m�7}�,��,a;n�R�{��,�S��d;������cQ�H��B��U�Q96Q5Z��v�~{;��,��q^`)!i;��(��=o��j5�}9XF�O��G������s���Tx� ���1j-�£�����<
�ʦ���浟��:k�`��k%r�H�ÄG��A�so�c��\���8��sf�m7t:[ʺm��bJ���9BF��TM�I�3.+^�%?q���b��T��`����]P+���`ۅ��
��	�󡝏JU����]
�]Ȼ��o[/��x{�Uik�5g���W�F�M�F;�:z!]���'�qD<�vS�GX&u�e!�<J9,���x_�O��3m��v�3�$��|M�ָ0@v,0�,�c#��F�b�>x�_���'M��U�Y�
1'�q�����t�T��ǻ�	���:-�1sn}��h��:r�11�`��UoZ�	6��O�nV:vm?&�#hVCUz�bq�U��ZS�b��K����u835'�w=�4H�I�\d2U,¡�z�!(��WTm�Y���]�DKh'�	݉�E^�H�6�K�sؒ:�a�4�~ݫ*�
��a��ۘ8�p��u���L�V����_V+����9	���8p����x������7\X���(>�>HB�֋p#|]��W�	�`��m!�Y%��d��fҊs�eMs�IFHFj�e�ɂ���dK"�!�.��S��8U��!Y�F��F��,�k�0s�W��������u*t�Ν��e�,՘3�탳�f�P�Ԓ"���ӤL%����g�;?hKƅ[��/U'�w����	�Kj�ul��	�!:���%�0��dH��	��Y�ǣ���X\'�F�MJ��ݳ��>A�yF����|1�'�ι�	3=(:���3���}�MR]7��h��>��L��熦��P*2z�k&�~ӟĽ�]:���["�(n�%j�m۵�NkJ�����"j�c�E`ȸ�qF0��{�3}��&��c{�M�ƛ�HtI�Cgl΋�U��ƀ�@�o�%���KI3�ؔ��쥮9���˱D��FE���Ej.�m9��+��zjkW���H��*m�I��,
�md���N�;у1�
Ɉ_4��p
�jǨ���V��u�sC9�*2��D
�7�z=")�@W$�c��|�ƃ>�G��5OD��/(��ƭ��
/�z=�S�u���8�>��^�Q0���*+�o���90�s�$%���<.�jE�/��I���).	@8^L-��m�{:�C �<\�3ݼcg��#��ES�_Oj5�u�Z-�zm�u��F�1]������I��qcaa����n��t��q�z�٬�]�g�;ց_��>;�!:p����@�U/�"�9����%���yvG�0�6G}����f`hYE=�ڝ��rZ1�?��h
!�V�tF;i-�fʭ�j��	R
j�0��L�z�N� r]�J��d�?���ں$�7�1h���>_0��:���djMPzڢ� h����l}I��	�xr	jP�U;z�ZA��6gBRd�x��,W�:Dn_%*A*��9<�Z��.��A����9�����n��tXPz�樮\�b���pʲ_�;w���Q.���t]3�ŨJ|,���#�u��m.�O3N;�'`n��j� �|hv3l�&��_�nQ*MJ�Z�)\p�P�UC���o���s��|��;�h�Э
<�zu(�R`�����GiH�X�j��mW.+�1��-^�����^��@���$�:B�q{��Z'��}zT�=9����Xk���(�3�������/�i�;u^��0F�B���Qz��}o��0ݘjx��wm����>{�,��&�IZ��A	{=�/��D����x�Lc",���m!:�2v�mq-���k�B�[~��wP��n������h1�k���~%&QR�TҀ�0�����삀��a3	�ޯ��QBY6e�m���԰��1(��S��}nm̤\8B���cV��%�_G>jj��I��J?�,b�`B���ߡ�Ӧ��p-�z�}�z�ܼfH��jPh�fg+r����P>8���Χ�1_.<����)�x��L-�g�{�$�+�k�08�d+A4��O2nۛE/��58��;Z��w��<���F�AG��{����5:�uۋ�5\�㰭�4�8Ӊ͸>�Pr�8�cwۆ%�RMӴ��2ӥ�.�0�.��;q��7�a��Ep�]h/`�T1����yWJ�xb�`�$"�ʺ��\�̖������:_���\�
�`8.�����1o.�zU�^��3X}�S��J2�F(�_�|r������{�̸a��D�۲�����ǏU��4ؗz���6n���Q�9OP
�����t�P�P���i�A�3_����,�����J���� �0@�hZC�rR*��J�O8�t�n���J�Դ�����m܉�5$#�5�U����V�6�p )Li�!��N��t��/�39�������߹s*�0��j��k֧�Z.��	dbxw�\�a�3?�8��&��67'��i�94�w�-0�ܕ�Q�c�z�E��9�+���B\7%�ց!�t��\�w]�8GLz`'ɘ��֋0�o���X�fR��LwGrF������`k��#/(�yYQ���R�$jUr�>/%k/[��@����X
�B�<�»
�Ŝ�^�j��YS�������O��s������Bx/3sՊ�O�G�s�heh�ݒ���ht��|�z�j�6;i[Q�"vf��a�CK4f������r��|�$H��X9�w#�E#����g�6%����?�^o�Fe�>_��i�;NqBWD�U�
ק�k�_���\z&�8x�]���Lx^�e~��ӱ%���#�r�z��?��
�>���uUI���_#���M��P~����4�WVVV���#sI��8�������ӧqڿ��±��zx�A�7J�!tLSHc�L����	��j�Y�ρ��\��n{�3��1��΃B<���h���F��F�y�Z��cZ�*b��0��<��ibl�*6Ηƃ��(��}�6�q��GY]P�tn�A�<�v��L��)m�Z5A�q[�b����
J��gf�tX�33���/�\����/�\.�;��>�r�q���O���S�zq�O�:�Σ;��#��h���di<�6�#q�ɗ��I�{�+s֖��B����i���pjji��}�Ck����K/}�����]g/��DӋ�N��P��r��k�)�A��i����iHðl��"|Ҙ��z��$�ǟ<F���J�
�D�>����g�쓚J�g�ƌ�k�{?��i�����(ڴQ��ZֶaYѶ��'�C4�V��V��ޅ����@�u�p)6G�&�C��jk#JŚ
��a�,Ɋ�
��e�i��j��'m-@kkkj�[�j���*���qxrj�\\wg��(�-���ps���W#��PP:�D)��=�lS�
W�/�ێ���FZkr���]�)����	�"�����ӗ�I�xa,�k��80�7�f똪���&���c��hIFc�e#@!9��Kz���#X�Y�υݔ�S�
��(�:�'�W�ok}��5��?:�K�o֍wz@���ʎi&vH2R�wu#�)B��k������_G$(���ǁ�!�s@A{T[֣���ͩPIo�NA��������co���������i�Bd�K���4��e���dt�`�۰�u�}A�g���ƓS7�[���A� ���^�����^�'u;uIU
�39)���C����ՅvY��)ϑ�X�5�V���C']t�kQ��鐑��v�4�@�=vb	���uG#k{��,�gmZ��u���s�w�#w�Ҹg�{���V�HȈ��,�3�<���o��{L�={R�wb���uZA��M��XVw_A���DR�4�a����|6��HF�4KCe%%%���S��T�������._"�k�#�>~�x�m��nˍcM[�%M��m�l{=�2����B��E4�9��k�B�#��X�����=EM[��л�q�$�m�Лt�I�STŚ�\f.��&�j���kL�EI�ӯ^��a�gn��os��e��Tg�T�+J�g��~��R�rҬ0JY}�j��I�S���Lߔ��a�ۣ���a��
a�^���ۻAP��I��*�5F)�4��h.��x��8c59�c��(��̚:o�B� �V[y���T�g:^�o!���[1E',�IU��`�8n"6P�a�@�����$b�P�8&$�-hCO�u��MqR�4՜�:Pd�yc(��!���Ac��/����lzn��}�:�%��a�7�jљaa�΀m�o�H�Ό�*��"i��G�z�/��1��&��L|��t��!Zk�A��� �勽���Z�;���A���4�X�:x
�ũ0Z$'���

�*�su�R��hz�����=%���<p��f��B��QM�C�
tz%z��}}v�L�X	)g�V��IQ|�nK�I��B���K�8[gfn��+�7�r�5y6>�Y�|�i��-P?+��*�a�����O]��xާ�@�� Bg$�"6���n��i�ƺSS�(`\��T���&�*���K��GoU�F��K�kY��"���ۥ��J7��6�jvE��0�?�zj5��Ӝ�֕ܜ���q����@��&�Qq$`�h�?Fr�ƞ`��!! �N�F
���1�'�`n�9���������b{Q#G<7�S�����I/eI��Qlqf[XGn&�ٌӪ�e9�s5�[6����^0�یsf�B�Q�lʒ�!�z�ŝZ��ڐ���g������Mٖ侷TU���R~�7_�]ʖ�r�	����S�j�Zn�C2Ͱ���큯���R[�&��c���da C��L�.
�sƛ`F� ��d����.]��5��!�#�7��Ŵ\���?�a�+n�n�k�����Z
�7݃R�&c���m����|�������z��F�2�.��J�F�S���'d���7)f�n��,�A�]!	I[#���L�%;&q���j&6���c��R3��t'$��StF6Y�7M�e�*�< ��G�y�6;��l��e��d��G�F�����4AӴM]��-I�9�����&�[㭯��B�� �}�}	����-�ڭP%��SG��iƥ:��D��x�J���cʎ�i;��t��f6���X�O�=���'5S��4�-[��.0�8���
�|G�r5�0v�)]��,cl0.ˊjH2`�8:�L�u;O]�l�w�G%	�L�K��`ҦD��1���1$d�c�$�@��\��ʹ�3�(�U��I��eE����2`PTS�]*��o�yah��
�*�3TE�RE�UU�P�R�������h:��F7!���`�u�83�n"w�3�
����O�$��J����a��������% /,X�}�ܮ��@C_��!V{��x����iEy�	�#��yҲ,��o�ff���1T�QEǁ�ss�IJиc_�3^
��A�B�Kp���s����P�k[�2�m�͹}��+=�L�Ӿ!��s����q��z��l{m'����'�ź6����TqeݲphZP[�{.@���B7���B����?a
�)�k��R��Z��eYQ40�06}Q.7�\�85媆d�|����sf�\1
���h�,D�d��mt���V
��=qH1��Z�4�š]�h���
&5-�l�E��ܑ��W�?z��
/��b����+���1�G��0�3�—��K��
ɭ�k�Mۇ"-����*����ۊ��A�*��s=��)��N�!arhK<���!�%N=�8A�(O�z�B�B�Bp�z����B�^ϴms��E�Ӷ͞jY��kw�a�4TG�j 0��|uP�hR�R��wM��� хXeT�F�`;��$�B�z@���M0ע^����P$mºU4gZ&���qS��-�v���i��4n[�G����ۇ)oW�kY����9�{�psͼ�CAXߐŃs�rw���zm����͘��F��N��{z7B���Xc�|A&I��bPq���dė���k�j�&����Dc�d�u����H@WV&�����~�,$I��0"E�bIR��2ER�$�H�LJ��,/K{�  ��*��0�,����笃��EM�d!TM2��EQĘ�?xm=��w�ܷo�z
����a�,+�b��ej6���X7eR`4d��M,���F)H��t���/�_��\.'T��	UkQ�:c�]\���h;�=0���ϑ�%Ș ��&����Az�,6x�����&^w�ⴙ���e$��9=Lzl��APX�w�믿~9�B�9GMI����F��M��i�	�i�".�W�a.��}��T�Z�I�<r��}j�R��_#�:v�Է�⯡X����i��ur���h��m�|�C^��@�<�0��/z�P���bXRw�R1X�����bI���`в=�b�I�)��Ɖ�Aib���k4r=�) 7�J׎�M���C��Gw#��j5 K�c�N4�@cl�X�㝴c1obF�$�;>���|&��f܈Hymo��&�`ua�jR��6��L��^��i6pX5��1J��
Pźn�{�W{�G�O�ע�E�h��MH,�˙CA�*Jxд�|�}
}��x��aƑЪ�&���]_���v)j/X�;�CLw��a�M�|4Y�#�=p��aj��G�����ȉ��Xq�	a��B�6˕�:�mH]-�m��r271o92��]��9^xn����Y�S�^�h�>��:�;sY�����p}h.7/XЧ��U�E����x9CA_$A�?Ζ	`����L|?l+%�v=����J
p�ZnO�p%>l�:��P;:��[���Ve��q�k���Q�N��Ӱrf����� ��a�I��"��o�SS�����z�;��cQ)4Ę?��x��)HtR'�nw%xnn���u�US?%��A��8�뫌M�:c坌������ ��K%��KP,N��h�
T�H�X���E�:�\i��U]�dL�K;tݖū���@�ң+w�-�\g����*���:T�W�æ�s��u$`2i��YQ�?���6��HF�5�����G8 5s��V��2��t��7�ĵ�*���u���U:�.�H��U��)M�Z���¢k���iî�����[�	��
�v�Xc;NP!���-��⸚\D�3�v�D��W�*�yR7�O��)��j��(�3H46��(�gzOM����|��3}�����BR���Е�<��=�P����~�:�RVD���]�#.��v(ԃgMw�~�=" v�T����R�Zo�)�Ѭ�����*�}���M��Sk^�&bR/{Ϡ��8��=�>i#������EɛYd#�8^�	�N�9���̲��[&�@0��[�6����tr'�X��B]�d�$x4��3���-��������(]��jអ��S�1�&�
H�xէ�Ƣ(:�0��WX��Xɏ��N������G��G\f/��4�݇ކP���:N�����p��rLU��`�o���ͤI���$���v7��hD�����v�T���7s+�xf:�ݠd"I�Mv1�RBh5]��SQ��(�OOǮs��F���m��[�8��F��m�T�S*~X=n�z�PPz08g��3B$�̃dɲ,[�M]"�0��#xC�s��!_V�b���M��;�%x@
V�s�a�
����M�{��l/f���K�ҡN��d+��ʣ��o�~	.�lϳ˕O��*�Sk��2>��o�U��C_ꝣ\����{�P0�y��t����>��9��]B�����z�e�nG��ףw��O�`�O�%�0+��"I�b�Q�������>�B�����w���wfr#p��%ZL��ZY�cK>�p�M1��@8���T^���&(]�����z����=���9v`��t�nt;B�Z���u.
Y$k����⢞5b�ɞ����8BID�lZ�sH4U��RṦnU�uϓv��]��0�����|����O��/��g�#��, ��-���npeB	��ww;�,��a��������z���vO�]�s��F�C��g�=!l;����`9:�/k��b��=�N`\�T��E�'���?ù��&������Qs���^��̿�G�ޕ�-����z�-Dx_��s-���&o`���4u)��c9
r�n*��nڬ~���a�ap�ap�ЗmP�A����mx�+q��V4�v"�����"e�t���Y�mThU��Q:�wdG0y��$���LP��u�
��N�G�̮��6�m6a�Jh�A%t|hҸA��u�a�aEac].U���f��)q;��d��Vj�ԁƖ��"% qןO�N�ƀ�OGDR�ut��w��,�~�V����"�z�=�p��={$��w���l��O�G�E�|���L�Z���Gv�ˮA�U�4mN��/��q�Eh=C��G��v�vR��&�3������8E*����Lm��KЎ_$L4�Eǁvt����4�3��Nt�?�w�8i�@�KL�CD�-q;�DQ����St{���rC?-&)X�y��0}0��Z��Sw#�,;�������n�o�$+�Bԇ���S���[]�Jv�/�,�E��In��4?����o��S��[]��>g!�����s�l,�K�.��=�u�v�MEU��W��#TG��-�	�/�vB����#-J=#�e)�m%1)�o�Iau�QL(�N�#��t�되��$��H�R�'E�F5?�T\��%:aLQ�mOFQ���T�E�3��z������/��u{��%J��^v&�29l}?
/�ڎVэ���{�H5G��i�j3#jV�ckR����r��)U5���q�8��H�&5M���aO���[\I6oKs���|��H�F��7�H��U�+Ȑǀi�B�n�q����ԋ�m�۽�L�`��ߊ�-T+A�j��±>}VH���Mƕ;�p����Aw}�:Q	
�BrF$�`��Qڕ9���0|�C|�?��pz) �C�tK������^d
�	�ɢٓUMm��yH�Ҙ:)c!y��6��E�A߉�0kJ[8n��rxF��e-Z�yN�0[��j��3�`�i�'�\k,�PYq�ƒ���xԎ��N�-�0j�YG�l!n��S�"�P�u�/�f�t:pʭ�j�_\��Dĸ�<����V��g�I��(�����15��r�j�~8~���r�����S"ےfLL��I<���ɘ�M�&�z{*� ��[�ZKa�:��<5���P�"PA�@�u�R��Y����DG����(n.u��:G��	��E�Ҩ�͘�M���x�N��i��K��mf� `��u
��	��p�z��}��2�X���^<��s��b�1~�a���
΅��aĜG��2�.te�����D�#[H�yr���K��Wχ
/ꁵ��pp
fP8V������g7�z`�Mx`�o/�>�p09�窶.�nW�S�8N��8�OI�-9VaJK���1�Ϣ��I���Y�/���������B���fǷ�$0���_	�u��uu'���
���j�5߾%��rι�vJ�8EG�C�86F��e�zt�\��A�1�>�Z�n���,j�^��0�j���Eۚ�H
�����~(�/^���c�'�
�	
�~��`B�6�C��/��]�g%��RK����ٓ��T�d����'t�����h́Kܫ�X�['�t��ǝ������q$1v�l٠�
��5œXy������YoI40IRuur�m#xnmm�HIzGq20yiv��^������AG|�=\��7��Y�w���z��Mi85�ٳP8k~F�([	~�x�XHV_V"�F�/�z�\��v��i���B�P��ʹY��R���Jy�zA�+W��3��)����.�EW�k�]蝯l�XC��$�?���Ψx�J�7�XM�i;I��щ}��4cB?�q^���]ʺ�N$��Nj�j&-͎�{�kk���Kkk�(�`L
Vq���� ���
��Q�xC�Z �*�Œ���^������m���cqs�t��Z#TU
��&Q���Đj3[w"��n�Jn/M�e��.W�ުJ��u�\ӠOK��7���S3��"����4p��#̃P)��:��#e�M���_���D��-4���\��I\ޅ��᎒	��I��o��=�=�3���lk�R^�H�x�J ����aH�"(�IMӴ=�3�L�Ѵ�(�����0!(����#{�axk�5��ѕR�ьdJ��@5��È����)��~�eZ:Y�8a���f����K��\�l��-u�wD@3����I�M>V�Ո�B��.�[ĖI�K��FMS� �q�M�U� M2���h�T�&ۻw�ń�������I/��b�x��cn�fމ�Ua���
+�m
ӱ�)ip��Ç}Fܕ�0�0s|_R�IB]���I��qU�@	�-Y��T�����ӵYcw k�i^@/q��1��9��ʄo;F��U�c��giFձ��\!�(B[���A��qt-z%z��:�6%��E>�뽠�Jmͥ�,\[�+�8xL�s��L
��Lǫ��&Y�Y�m��7ZZ���ܲ��b��O}�͟n��U�KgM�lI�[�e���K�8�:�h�J�\�`x�$�K��ս��tM��1Vӄ2c���u���a%
^�&Ǘ����HwMF�;��`��,I9N��*�G��熢�m��(ɤN�6�^.n���%A��܈tk��Ⱪ8���|6O���뾱�{ׁU��!����|}�Kg�
>�n�zi`�p�O��@�d��B���B�nk�L}@Fv�ɉ��[�2t�Ew�נ���Z���?3��8�jxB�VZ�K)�!ݿuQPڃO����~�8���{�>�bÁ	������Nt]��F���ѯ����}/��0�w�&����Y�+P��0�GN��p
'�P}�ۚ7��c���ѿ=�}}�M R*T�Xǃ�yJ�uF&��]�;}�ֹ^;u��j�&� 
0�O�Mlk! ��ߌ㘳>�s���vcr1�{�8�>��,�GOZSKKK3�3�,�_�����mC���G�����oRi�H�A�T��8"�4��q̈́_еg��f7�B��3�Y7��������&��f ľ[���Y�ҥ�[)3 �p���/>���l�a�(�����L���>��W�rK�jSS�f(�a�95U����f�����Ԥ�P���~��~�����ᜋeӿ��,�dW���G��r\ڸ����Q?����@)�� �C��)��،��AXl+fDww0e ���jݱ�T��}�l�SSסPLnI����O��N��Vs(]�j���&{�����B1AZþuB�7���E?���"a�`r��Mf�����A�m��_�	:/l
�u�v�����Ɲ�����|!����?dw��V�JW�z�l�wy��N�m%zsW������֮����[z�u���ے�q����EQ����%��L�g��u���.��:lpx��:^!���`��ѤiN�o��[;���5ն��ͦ�H�V��� �L����F��W)��QN��D�C��r�v}���p��[#�{!�����f��7R0�&��Y'AA��%
�j�0(yV06d�(��@��Z%5��,�!�ݫ_�������%WfG��r�!�
�>�G%��
o)x�f�3����>~I��m?�'��V�%�m+G����w@�tt`'N�0�=�<Q�۳7�0O�i���M��9s���-!Z���|�+b�DCD���]K}N��G���n�� k*��6�ĴHŻ��̠�u@�)�0(��0�W;�P�"��:z�[W�������C+�Vp�W�w��U�@@���st�t�g��M� ^M�[;FԜ�4�?NOOO���p�� $�J\���A�6����-��D�ʇ��]ȸ����z1��)��3y;��3�g���vW@��mo4���n�s&Id��ė�KD��\3�4!gYÑ1E��,0w�8�%r����`B@�}㡙�5|�c�D4��Y�ٓ���6�4�<u#Jņ��ov�a��Dі�&����¥�6!ykkk�_���^�n@��s'�8���A��ʄ(ʞ��R��!�~�wr��?hah�d��WK�,m����؎[�7�rˊ�>��<qv:����@�v�8Z[[#�vmk{���e��1n�l�4��T�6��V-�Q�>����c�ћ2�8C)�z���uĄ��Ψ�5�L�v"�h'	|�h�Xjka���S��N@�Zp�1��K�ڠ�P'�_�[4���Ųz�6`;c����Q����ˏh����
������4�f�[m (X�k���qu�q���֭��<�(�ӛ���9�`��x�Q{�iUw����HM/�g5+*�}O�f�Sց�N��')96�˰�ٺ�]�p���ތ �
P��R�p
�B*���	��v����i�XN`Òr��ݞu3	���p@��,f�WAIc��r�^�}�[7T,N�j�Z���-�u(rhJ�Gs�~\�T�c��2�!T��.��
-a��kkk��%�R۶�Ϫ|/~_w��.t݂�Ao�>Oa3�+t����<�pD�pKj��������DR���Ta`�)-�q�~�}����Q��^1>���CcgZR���\Ŏl�>�~G��zUp��C�҈�k=|����.n���1�+Lo���H]����!ʭ�X�e�dQ�[�jo�zK��v��+�$��ϖ�18�~o��Q*����28[l6Eeo���sG%��F�Do_�z�?v��Rt̃2�
p��L���f�j�G]�c�`��H�.�O]w�I�m�q��e�����N&E�z4,��G����įr>3_�(L��|��b�^*:,�Ѩ'%�a�Z��Z��h;:�nF�(NKh�`��q���1�-ô�^l�/_Ѕ4MkF���F�>�۽�f�o��:�II��1�q�!��EQ.��3��ޠ(�5aZ�6dϓ���QCD�F������Ƽ��Kr�	ۼ�l;�]^�%W��mp~��a�
��wcF�GP�1U0`tY3z�V#Y�ՀD��p›��j��t�8�V� B6Iz����}�Z���㋾���Q�W~pA)oKR�hs���a�.�$���|�{��g�$
b�(���À@��a�^lK�͹%K6�U�{8
���w���d}�m9�٬&R��	Ln�dh�>�4�h�04�}�9�7h�2��������Y�nۡop%'���7Gs�$�k�HJ�]��C_�ɀ�pb�j7�`�TT�7���ڥ�N@��=�#T.��&�s��m��Q)��ɶBwU�(z�`��C�1�V���^۸����(���a0�%����a�̰גe�?�]h������~XۍP�j_�L�m�3�>�."f��HP?��A�m2�' j.Ru\��cF��Zbw��U+��9�M�Ĝ�w(\�9���j.s�s`nK�Z�2��mb�5)5]׮��U�J�'`�ܰ�_�
Ȩ�X)D��^�a%�����;�Z�&��1x�R.�	�\�踮S� �k��ŭb?�W�h|�:��g�x?�چ�E���G���0��Z7�/�)i&�����k��L�a�\�ۖ>?�[���e*;�s�T\/�}�i�r�O]�
z�8�q?��f��kk�c���"�9��%���\ε,7�=Ӕ���q/B/u�*�D��y�2�g���u�S~J$C�|����;m_�sW�С9� ���I��0M{�X�`3�N�������U�e������=�~h)�O�Jo{���;�/�Q����~��?�ޗl�̨s���/�����T;qB�C����F��P��u��n�n��v�f\�0i�����I$�e)j�V�:��!�H�Z�ժ��t]��|��#x��^{��r!,K_��1���'u˲҂�2ڢ�m�g�.e|
ێɹ���ЩG�h����������UToqK%�s�Tr�
`�y�"��m�o�2�FW��$�]�/��̺���0�f�>��Y�t���j5iH���<Ҙ�q�4���P�܇��Kó���D閣Q� �>0!3I7k,���c�66I"�U�C!E͓�'�CU%�1�V�ބCe�o�>*�����]���8EIb���~2uTp����h�%G�辰I���
|�C�g2ar$�������4U�w	+��U����5�TU�N�%��,��sͅ~n�S>�@b|�]���?L��`Lٌ��ޣ՜m*&;)��ʪ��B��\�;�v'����ʜA�7�^�%�݃A(k
�q�u'�x|c�T,�x���,�n��8t�yZFT�GE��0���_%T�_ٳ��ښ�%�щ923��x�2�Pj�F��²t��+��6~3��²�k��fJ�[L��X2Z²��
��N��9�����=�7�o�E&.'����!�Z�:��=�cchv�j+o��l/���~������"b�pu��J���6"A��B!҉Ba80�:���Bg�����B���`��>��v�vkb뵫
J�(8�$�&�bH����Œ��lS���'�v�Yp7O�\RO�o��>�d�ws���k�X0c`���xH��%ԁ��ƾv��#���<��!PdΖ��Xz��D�았�n"N�#�P�j�i�k�0��K����|/���h'�����
z݀�x�R����D�7���d�l7����9N�3nh@_*7wEѮfyI���Yl1�ϥ�q/����=٬��6z}
�����
�$���4Si'�]�$idy�:>�?Iav*i����_1�\�mY�]��|$�a�[�l.�p�	Q�"Sww��
�1�@�5Y	`�kV��lVJ�a:��q�-l��O32�Q����E���-�q(�w��&'��!�\)�4�m�3F`����C��gϞ
?�P���a9V�χ�c�y��ɵɢ��0Fwy�|m��'pϗ�[z���w�wKR:�!��u��C#�����ڤ�|�S�:[@ף_�aut0m/�?��6�rٱm�\����v�nö+�z�R��LJ�w5�tXއ��*�!wz�x�x�CEU��� T�cl0jO��v���>�9nY�/�Gg&j����9�G�x�VX�A��m��\��$����]�?�<cxf�h��]]W��DWt=�y^�=iv�=��_��_���iꪢ�/'�8I���5����@�l�������F��K(�y�/���u���ϭV�(:rW+_d���3�+��x����9"���]�ܠzy��a�=<��`e�r�fV�Y�j�t��jyQ�c�hep)���
��Z�
�P� ��
Ë�@E4�2t��j���z��j�[�����غ���vݢ���.p�4�}��ڞ={��gw�L�={��a�3;������+��>�_[�쎝|���G�;w�]��/w���Vq{#����i�j��ޱZpLa�͌��T;)C���ZJ�qJ�0��v�Kf�M�o���(����c�6
�q4��z��]vY4X`��{7�(�v�-7syx��[F���
�����#
�������k�+j��!�vq��$#E0Z���^-4ѵ��D
&$�&؋O�T�Vr��_*�]��y�snY�d����**,�8���S*�� �l�^��E�:�_�����˲�=Gc.�,��ق�Rƴ�t
$��:�.�ܫ��6����7���	n��;Dy4�D~F��M�8No1U��Ic��HWe�R4-��+�_�XTh��EE)��_N���9Mk�o`��3+�R�L���K��>�����۔"\q!
�����:ڎN�S�`|�C�����4=h��"�E���8����b����V�T()����w=���1���⼱���R�]�2vvyP����ϕ:R\�T�
��[�%�W��9t7�h��>��m�N&0�n`֐��ɞP��F�E�!�q!���ř��"+#*n�֋��ݺ�����	�r}���3�Ճ٥7�{�cn*�p+�r�y���/��ss�WZ��3
t���ퟛ��c�o����K���~�;`�}�s���;.m�V�Ʃ0��H�U딊�SO=�����b��2�P����oY#�{c۹���!�Y�[(A����r0�mٶ��_�n�Hn�x.$:��ۂ��^�U-�$�o�s���
4վ�p����j:võ+|��|8��7"8~ �K�n3���͐w�}�֋�<|k~	��s�i�]�ЏF�atj.�~[�6�л:�u&�s�7���:K���n
Q!o�F���.�Y׍�ZU��į�뮹�%�🧞�Ag����r����iL�毭)$|E�U�Jc���!����+7�N��(:�)^X���rg{t����׈6��r�����uσ
�@�<U�B����y���;����N�-ڋ�E�5��IY�v�U|ԛHF�u��K��'�N�Y[k�d6�9�"�9@����ÖndSq���?�O��vӓ`_�6�h��/`ۮ�v����3���NOvj:�%�~�oA���S���C_�����.k��ΤV׍�OW8-E��C��+�7s��=�&��[(�ޏ���p�����et�� +a�N�Ԗ�5�ϩ۪�(�(g�ni}� �'6�2ٻ�G���SO=��Q�k�;����6�M��#�
������Ô�x�Y�sݗ��J�C�㔏��7�ס/����^�i���Ke��k���]�$*i���BG�����颯��\�ڤS�~p�˝zm&�d�s���ę�;04��0�:�E�VѶ!�o�6�\U�W��gƥ�(�
�5
��]���d5�M�������;G��/�yd�F>��L�n&]�z<7���eYް�U�W�_џM1�$j�'O
�I�vAs�>��J��3Ԏ���U"-0�T��;�<�|=	D��t��9�J����c�a����Hr4�I��H3��#o��%L۱�l&��}�>==�XV>��-@��8N��T^ʵ�?L���4�*�<���W܇l�χ�*�G�z�ן��P�[��u��@I��
+
J�3J?����$W��������2���F6VT0�`��7A��Pe���r�n��:�x�Vk+�2��x�Q�5-�`�dx�{�q�ߚ�@�t*E��;�N��
�i��M׫Ś�zr�}��\"��P��D�;pkȆ	��,)>q=����qr�2��|�:j:ҥػ�����>�N��	ݣ�
'��"��� ?�����.�i7#��
�6ٕ�`O`C��HlC����5;˒��&,[j&lU�s!�o���b�g^�e[߄Ȫ���֞�|n��e�iY�\�x1�8x�)�t�Έ�ju�N�Vӱ�B�H�o�C�8W��z�>v�
��f�֣�F�S�*l����[U�F=M{(� �hd�$!���7�eRwu/�Ax岸0�3�S_�-t\�aY����W��tBxl&���O0��k2�<������xrJ~}��@!�����٪�,}Ux*�]sU�<������a�&Y7��=�6�T�P�e���ۃv+M���t��kmM@�N*3�.nz�u���M�Z��@�Q�p�5�i�h�ɷh���9���oA$��m������;c9bH�*��B��#5�Lj�X��&
�o�׉q��s6����Lj���1Ϣ���>��!�خ>�7#�V���CK_"
��㧹�I��yO�oΊH�3�r���b���.p<z�s��f����5ǃ�K2�.���%�&�g)p���x��g��4"���җ�!Gg���#���;��������`�2=	�	գ�Ƞ�l���”��t80��P�&IQBρu�~�g�{���7��L�B��b�힜۾=[�q��-k^���l���O8�"ޭ�n��0�����d�&�kJI�-�^�"��8�7�l&q8�>�L�fi��a/��8^n
�oL�X�+�ٛV
�M�aЗ��'f&�튥���Dk-1<��y=j���V۶���q�f%gY`_ք���	`��s��
�-��%����v�
n�vMf��PÛ� �OX^�������&�x*�`Y��uCk�󹗔P���ϸ�V�Qb%~$)�t���<�z7���(:w8�};�
������U!V_>�y���أ	���B��g�
a�U�j�B���8���F���Ɗ�c��J�5�
3{}��ڪ|m!�)�z�^l�I8T�õ�~_��c��.K�=�\L2{&�=�r�M��r�3��Qk�w��p��ap|8I����,	fv��ˡfs{.tu,}S�7��|…�_P� 3&��1�*�{)��e
�T۾]�S๵��Ch�$h�4=����S�7�����l5򉮨�z����]�~$�4J�]�|�)2�vU�>0�4���S=:D&��6��U�`�g�8�SwB֒lU
|�0�.$���D�ݵ�9��4#Z��և+�V����Zx��H��Сx{#�E?0��L�ݏ�q2Y�0y뭷0�\�B��@6�ڿ-ht�m�!΂w�0��V�i�ڣZ�O�{6#/��!��ϣ�m�7f���y��?m����W�G6�-A:Y-�e5W���Qr}E��pK6�0�a�h��k���x�9|��[�b~�H�F��b���kU���[�QbC+�(|J��lm$�<twvA
ޒ^�BST��uym�	
����� �=R>��Z�����왯��x�FE�
݁�E���#��T8M�p�(;(:*��t|�O��M�t{�����ia�t�+s(n��u�(|e;�
�sW�!{}:�8�t8>���6����WA����g��e���Vh�#�7�m��4�=�Gt�Pj8c|1�58[�
���)�����Eǁu�`b��i/*���(�����,�	��Yj� ��PL��k2;4�_	�y"�4r��E�����5�O�:6�a,ƔD��G��r�_s
�!ͮ���+]�_@���x*�[��V��^�__�I�^�g5�.�,^���e�B���}E���^�0����
kpt��2��ugh?:�nD�D�EϠ��_G_@#�{h��l(E�k��+��lG�;ҎM��r�=���C�\F}Q���gc�Z�3Cp����4,��;d��¬��A����Vy�ne��h�*�?^�/f�s���c� 
^�N�>��r:�����l�-)�C�4�l��Ъ�l�%��\�ȱM�t=j�0�����(��x �
���;Sdӣ�ip�4��}o�L��@��7ɵ��,�lQ-X�^4�2]�5s�z_=
�x���4��Rs��v�륶,g�rҌ�W=T�/L7
5��t�5��3�d��#��Fr���4z��p�Ӗ�̩�Bc���P~�*�f�c�2���݅�mQj�.S�l��ʿ�ވ~(8PD(l23W����9�L�=��@wl봏�mP��}�
����t_{�x�~�4h��4F8]�("2,A�9�C��>�;��뉟�T����r�i���~�P+�{�Q�\�:L5I�UC�H�|�%�8�"�0Բ��tX�dI
Bbf���5��G�W�`�@F��Y-�?�mS�Z��ݱ�j�ZB3v�yGxK �0P�i�O�M1z��H��Ѵ��MU�*+�:��)Y�#~5)"�E�T�:�����b4%K=C��q�l��F�q<8r�7^^Dn@��	�����؍�ٜ�k6�;)���.W��N0� ��k��V��&��[���
�(z3�6q⧡l.���=,��22*!��f�`���P!痆���ҍ�)�)� �]jP)�$��䐬�~/��6�CE(M���3	���an��㊿��;v�l叔u��_�)��5.����s�K�8�P��6xR�mP�r1��x ���M7�ԛzh���߲�vlXῬ���ճx�Nt�ZO* �	v+nͱ�_4���"�{'^O8'��2�c?�`Z9�>�ml�nj����Z�qa�,s^�Z{���?���Tӣ��Vo6f����Ē:�I���4�J$	d$k�ac��J5� ����hA���� ����+��]Ž���)�� qf�5�Ҧ�_c���7��ei�̘qM���$ư��!͑L�R^�.;�>��3�D�d�X����(�"��$�?�8rPj�:݂�A�ס���- p�(���sdX�0�i�qP�:�:C?�^�=�;~���4P�'����KMv;K��`�O]��P,���Lk:�yE�K�	J˶Q�5�/W�Q��c��m���� �h>s�ذ�ޛd�4�<s/D�eYѳ�>d����{����(��3�S�������L׋Q�܃���g��+�|�c����y�
;?����z� f2K<�)ITma���1�Q-��S9�a~�s��1�O|�Ei.��~̥Ȭ�܆��\�ZtG�?����¥[�pɆ�ΠxDcɋx��E<�ލ>���-��
�A���@�
)
'y������7'K[��L�Λd¿�u���p1����8�&��/�>@������lԤ9z�S�[e��n{5�a(��%Z��ւC�����*����Qb9�D�e�7E�X��Z�{�;���_���w�_�N"�IY
"��/J���_�&���$+*h.C�V�쌡�y�Z~��������z��B��;���~y׮]����"tbN�c+y>mk��h7:�΢���a�8!	�t� �a�v���v�rCw�e�������N�Yj�9�$��iH��jTf�0T"Qw^�~l�Kc@�g.tqDzN�15~��(2��4s35xC�u���\]����o&�ga��?�
q n$��L��$}xi���M�Zv��~�*�I�A{���� &J�2	��F
3�(>�+�J�Htq<
�8�(���7�z��7��6_e��*����dI%����/�O\�c�fZ	����\f=�[,������W��!��`�����AX]����}��b�0y��7Ӵ��)-p'f�G'�ɹM�ơ8��֝�6���N��W]&tɡa��Ls'�4���1DzzgΜɰ�����(%+F�+?0V\9<-'e8C̏f�л9�x*弊���´,��o�
�
�>a�Oe�%���G#����:�%�J�z^j�M2��Y�z������)�����q;B��/������8:�n�:��(�r��
��1�M��$IZO��<I���0=��t�
��+���ݻ��Z�,�t�W�GU��8�����x�W�&�ŕ�ߖ����������ޏ�8q�˜s�2u:�^�@[w�QU���鮃��m[V鐢�m���F�{g�W�Η�>r�Rk�%[Q�R׽�=��^�����8�7���r�������:�[�Q���v�\�rG9=�Ei����|�w_"+�6�<@�&�G�/�
�9�!t�؀H�q��)�K�ܷcr��XQ��䦴����Hyn"�8�g�@�!�+����w�&_ضm�eG�g��z*k��>��m��V@&��rbZ9��DC(�V<�;����mm�ĒgZ���8҂�fI�P[��7˦�
��s�M��M���H\Zl֛�?DN����l#?�^y;��b��{���#�C��*/zFQ�sG��
�����!t����\�K�u}BG&��(K#�K	��k���`Ap�Krm�a�#_��*�)��m�_�Ƣ�R�y���YZ����(���PZ~(^�s�r���x��@Ͼ�j$]z�s3��C1������v!�;��e�~��ҵ/�8�S��ͻ�u��V�3;A�c2@y���\y�ޠ�w�w�½c�=s�����o!��F}E-I�;�H���i_a���ºU'��Eܱ<ɛ�?"9T�7��:V>_�|��P����7��h��D��msQ�F���U�gyL�Ou6o
a��jX�GS	��M�>��~�6�-#��8@S�<WQ��V�H���A?x?�
�b�m�}�@�.p}۲n�l���v�l��7�m�5�|��D\|��e�Pn�rNO�Ys���h2�Kh��e��1Z�z�F��*��m��9��#�xπ�_����H��ē�2ϭm�*'fC�io���0�աRT_��%ˢT\lPI�w}*�Xg%�˴���	�_�H)|�����.˅]��,v����:�N�\��Ti�>�,-$��kr3N���>��?9�aQ�s�tȝ�Ҁ@���!o�,�4镔��
ƱD�Z�����"wh[�s�����v�	]m�o��},��Ё	I"`k�^	s̝L�soS��c�h�`ooG��+��q<�#�}�[}�rI�չ��lo$�|�NeyB�&�^ߴz��2·�4p]rʟ������v*��%�g[^���F
~`lW��wY��U�i+�[V�	7�����C�g|"/l�&�n�٫}��/ޅ��J�zs@N�t�ɮ$�����Gd
64��\C_v�H��D�r%���b�
�ro3�X����Bk�[��ZZV��b�u`��y�e�ů�	`h��D5Z�'��Vk�"�GaOl�۷o�fX2��.[�\p��-�u��
_T
Ar�ah9�`;:����*h�S5~���;B"c$N	3�B��	�b|�9t?�w�s��&`��w?gq�z�y�n��'?���Դ�)��q��
C)W�gd?�`VM0n�k9}���i��6�g?J�O~��W��L�i����"��@
*o���%$P�Dw]_����R�[���@g<��&��&���H��r�0�kp�5�j���w��gL�{C�|��)�
�M��t�����&���2f�D&$|�ʲi�&=���:�����x����_��p�����4~��W_}�ʹ_�W5M} �`=YyLX&��l.Q*�J��9k�K,+L6��6JgTFsxM�k�����˭��� `�N�����3S��N¬�"˗��	^	�e){NY�Y�wG���v�HX�4[���5�y�d�m(��b �
^�>����<�Q�>J�d
w�b�	M�qa�\%
��սW��XX���=�*<4(�L���J�<��z�?%�Q��R�6;�	cdYW�I�Q�IT}���UK|q�K�����ވ^�{aGG�݃�Q#��ϓ.�}jqS��YEH�5��Z���ZW�j�n��m�	��.ٶk�qkk�må���Ӷ'XV6��eg�Y����x�!�֎�Z�6��ۿ����Uj[J0<�RHf
H���2���ȶ:����EerXǍ�3t�6�$5p+���m�2M�Lp�?m�����!�w���a2�| o������"�Y_1Z�櫩�
�*ֺ��v���s��2r�y�ցN��o�o�@T�O�Ґ��J��1e��
7C`�Ga��˲6y�3#v'����5)wW�{M�����
t=���]w������~wպ5�ٙ3gZ�ܧ�ydu�|Z�2<�S��]��Az	�j��p�����f��v-'[!�fW��y�������t�\�O�`��b]�'�hA���k�G��V*�y��y�l���
�W+��;���k.��O�_��<���Z{Z~�x=�-� yv Ls��_���$ɻ���?�S�"�u gʵ��竏��D/���O!Y��It��y򃗣���������X����ƛ�� ]Ѻ��S��ȏ��֋8��eo�&���`�Q��xO�A7���Z[������]���धJ�87Hì�3�ߥ�J%�DD��+e��a?]�"���K>*�Pt-�ōd��	���V���3��	�>ДrΗ4��И�Rٶ}?>�"}A"�x��#�Z-_q�B�:RzhFтg��j�z<5�l�g�(W��xc�*�^QN}u������W�O�{oi
��o'~�V{ҭ��ȇ�TY���UH���W/�2�Hu�,ٍ֐�B��o�ם���Y/j,ټ��=];
?�qnQKr��֯ے�%��2��ub�~W��nޮ��f-�{�P*9{�r��4�K�,/�0D��<ڎ����:z=���m�@�9�Ʊz}��\I�r��1���rr�&~V��Uf�]���5�f�V|��Äp�'�|��&�����6���,�
��5�@:��z�BU�������D�m�Y(��I�������zCt�bb����K=�g��h���VJ!��s
�nf�v�o�I�ܙ-n
�Xٗ��q�s�_E�8��u�B-���̉����}����'k��s~Ζ%A�؝E����t�P��[��t25�c���k{gS��LJ��3�/
�݌� Jf�.��I��N���)�nc�*i�����o���/��wB)�������撷B�}��(�;�3�b&�~��]�ןտ�d���	��x���&�^t݇�bHLT�s��]�Y��t{j�dm:㳽) y^�1��ID�sKc�IAQ��Q�T$L�n�NHW�dsa�v���}xs��RՖ*Q"�R>'�2Yj(*������6_%\ۀ�S��(�'�`b�"����v̎p[���$�[�(�/��p���O	6����JJ�{����#���G�Q�9�^=T՝�#]y��*�Iĩ��>	J{������"C>t��	;%z�ֲ�"ڍ�A#�l�v�dK�N��G�
oB�(�Ł��"�������BP���8�:��{/�trB�"J�skkkk�?�1�R2�1�x��/�N�҃3O�u�������k�0�'����Ҷ�����;y�kT�����ee)�q�8ۮ4u����?:z��nG}�"3�=�h��F��dB����wr�	�}IJ���Ay~;<��9��</��GX�t����}L3G)���Hq8R��N��ե;�uU��;�ϦP<W)�J���I�uԇK�S��ߏ�Rqe�H����H��~I�2�ځN�����2�b�NI`v�1���\1�
��v�$r��G��$0�\�[�F���l�X��ĽB<)(�x��` �6`ș7��9���
N~�Z�O{��/a�Z+.S��u(A�BaQh�*�1E�;Z�H�"\��8�3rӃ�{�N5o����/G�,�#咬��G��
۲���Xyd�4ىro@u��qDZݫ��Z��촖ڊe��[Q�N���A����\��������0��u��Q.�3kkg���[���{�rOˋ]y����2g��3�;���i�DDqm��45mc4p�^�͐�`0XPdY�-]����`0PIez*��d���8����
�d���� �m/,ض�7�CT#D��"Yv�q�|ry�kvr9��`	_Zx=�W��v�m��B7����cP���֧N���oGī�u�(fV�bɪ���"Q��noEpH��8�8Oܧ�X+f�9�N��F���|���.�.`�'�0�5��:
L?�'���/-xAׯ1�	k���+S�K�����ů�׼�z�	�M32�E���qS�0���Gb�4�o�~=�K�י���[��;��c���U�ֻ�}.H6h���ܕ�@�k�ޖ7��w�I�8w���[|�c��K�P���	ٮ۲4V���s������J��u�T%�Qe�?�����;q��"jb{��v喫m3��}[(�갾u�	�����L��ѦvS/�g�7g�H��s�[��r���t�E����S�7��9��$2h���݆�7�{��SM7�Ξ��O�B&��h�ڍ�73��[�R�̷�L2IR��T��_n+��ğ���s_^,�r��G9��	��&:�2}"1;0
��;
IMCx��`���Ca�)sW����4~4�eY:�����we
<�G��2�A�8��!I��ZƧ�H�EyY�hw��Ŭ�x�j~���&�����1]_p�`0 �j�=�!�����:c��D��P��>�����O��E�Ͳ|Ol��К�T�v�+ļ��%+���ϫ�((Ҥ��4eRRt�J��W:�}� �s�R���ڕ��'XY���U�?g{��e�ﬤ\��q�|1�b�2ɘ�S�[s�;�I���GIo�y�p	�İ	���2������V�����^���.˕��b�S��&��׺����O�Ψ}��̞�����J�hO�s��Sv��rV!������I]?���	/�+�/!�hnݹQ=�u��$mE�"[[UҖK$7N����Z9���^�6r�ZO1��=��[�m/�G�C���.˛-��zVf�5�v�_zA4�	?gi��y/��b-n�B(>3��Zġ0L;�띹/Og��㖊nVb�`NJ,�O�ʃ ��º������얒뀛-�'���7%̦��<O�F��.��l.��P�؅�P�8=Unr`p]۶�05!�L!l�v]�>u�ii�}w��q��0N�`,-C��z�����G'�l49�q�40��ظ���WU�$�Y�92�+ˠ�dA����9�@�w����&���VG���z��x��{��b��dI����Kg$��	�@�H&�}՞A�i+%Ê-��v#K���HM�[QQx�rō=�0S�r�;"h�؉B�\o�F�`�U`h�j;Pg�H�����>�֪�o��g���m�C�@��n.�7]7p����5^?��S�r�P�~� Zr[�v
u%�M'D
2]��}[Nџ9��_|=3�,�3�[�Y:���L��,�7c[�b��`�12|���"��
fڤ�R��5���B�q��tu��Y��֏��j��sZ޲�TF(�ɥ��y|,�ģ:RF�8�r����R�mc=r�V�h�!�r�:��i���ǣ�`0��g.���o#�@���OX����A`@AF"�D�;���S���$����7��zk����:2^/RN�q"��<�CQɱ��2D�aTn�yk�L=������
��1��8^���Ur�n��ẛG@u�V��yI�ԕ�_/	�B��&|��f�7����
��R��	m(�P/Z��ؗx&�;�h���?P���.kI��a�Y֚iX�T�����}������Wq���9wmmm��R�5�Z�|�rLc���	���dRnoeh�����@�C�-��:�0PƵ6
-��5�R��0P'P�XУD������g�e���+j�a9k���X�Y�w�>�M�S�t�T��So�eR
9̞���cU*�c���>r�o����>
�60f�68O⪤�{v���u�_ͤ�f�9�<pjwW=���^o��^{����}<��O��;ٮס���-B��ލ=�t8x
F�+�z�=ݑ���dJY���׶uޅ��S˯��s�;Ր��[(�� ���px����I����֏|�#�xΓ�;�:t���s��I���zH��0�	O�0�?�|�M�h�D�%w�Wj�k[DJ�"��Dy��T����7��RR<9֠���x��ˍ7����zncF��d@��K�Ķc0�ݎKd�6i�5?�� :w��v�X��Q�$-��� �~R��j���T
魗�Oޝc]��⓭�5܃oԹ�k�ytz��
���be,j�I3A�
�\r媄D��G��>�l��0q�2�%ݤ��+�7��k��]�
��W87��(��(
�ol;��?�a��'Y�s�S_���>Y��G?*�(.o6�ǚ��g��|�0�������ŕ�E�(�ʸ���%������Ǎ=k�#�I���BØ��KB/�s���(��S�N=�3��I����r9�mȓ�������E}t��Ojt��s��@�Vڜ8N�i�?�"0	�j�u3��"�ס���Ƅd$K�0L�$%����h&�1䲬�.�B�蛺`�W�@�J]]�e><�}���{�Ue�n�Ղ16�577���'|MU���Y��1�ΈR��p���x_���T*u:�S���k���fs_��5?��������a�	�g��w`��&�p[=��SCPj�A�:�y�^�%J©8`�v�� �
	4��&�6L��jD�����
��23��|q=�37�t�^.+�r���)�c칉��b��>3M�O7�t�ñ�5� [��ޛ�i���bp=c!$׷��B����<��!�$��3X̸��3�X�\U��m�ҍ�hk���gI�L޼�39r�4��
`�,s���N�:�\/Pg5��\�������'����������S�ܦ�߻&o�PD��*��,��E�O+�ވ]��������X��I�F7IBȡ���v�=Ʋ��M�`E[�Y����x{)��<�U�f�B$�`�Zbp�	g~�=��h�*S@�h�%�x��J ��a�	��1�l
��Ã�OA"�?\a���hb��ۜ۾�����ױ�[
j��0�Z-(�/��QM�����n���0L�p�`�U����tMQ+��xV0K
����͆�4�t@.:$�?�za�>}zf��}��bھ
W��(nQ���pz�Ѡ���gF�����
m�O��{�m�}���,��uv�X�hvZ{��f"ٮC�!�<�=�UT(�O�5�$��q�2t��%��	���������k���(�0W�?{�b��p���~�_��(��߁�G����1������r�B�w쩆�l���T�'GV��-����Z��φ:q�~���Nδ�	M%�kU�h�\���V��0Ԥ��@��޺1{����Z��w��㟭P��.�w\�О�ȸqrR�"MQ�J�h5�.�|�P(����������I��^�g�	 ��wV������5_�J���p�u-��	dVj�}�pv��I3d;�0(�qr}���$��8n��Bx!�7>�&�+F�:��]8��N�o������iA)|_�p�7էu�ֶ��}m��R�iq���ٷ�����s�����d
����o�{8��A�RU�p�/(�%Z&�v��!��M�z�M��?l�y�Q
u�����%@b+K|�����I�EK����yDf���]K�yw�]��
?L�>K�8M<�$܅���<y�f݁��({�v��o9
�bӓ�6�i���-���?o�\o{����򡠴���9to����ae��B������:'�1�9��ݏބ��E
���H�<��"����:��h��s�Xh9BR'��9�p�;�_b�pX%�*�_]]�p1iۿ��qĪx�>r`��?�;e�1�d���k�
0)&��0D�h�Y,�	8���v������`��A��.wZ���Gh���~��-�X|N���Q��.�5F��kd��F7���4�<.�����|`���[8��0Rϣ6���M����=�k�m�*]܌Q�,�A�q���W��H����ƽH�JԱ\=8���i�byy9[�ټ�M��{�9����Q�G_U��
��y���X�R4oȉs�4�bn�.�fF�Фw�����^̕�=TCm���<�>���,mQ�g�z�Y�̍B���Đ���п�fK%At��j��j��옎��-{|��.Jq�A%:�Ys*�z�H��3g8TM(R
����p��9N<G��b�hҜ�B��7Ny�q?
�/��7�Q͠�V�y�'9�j��������Ic=�<��?S��F��~�'zT��/�~rv[���O|E��������!�p�r��!E+����\FK���-eK�PF���8���w�N�
N1��-�bI�M;�7���bqj�$�1aY��$�{�^�@#B�%r^�.�q>&H�c�����Lb������� �4�B[�^�B�9S�_z�L_8�+���+�	j�'�6b(:�QA�u��a��p��.u�����n	�mY�賨@�Mnߤ�y��
�l� Q�q[��j�ɡ۷A���!E��S��7+s�p=�7�.���%�}*�yx���Z��Q�Q��l�̀���f���۲�$5:��9"�*a��� _h���t�Ң5��>��<ϗ�X���o��om�7�+��:��\�J�w���h�zRNUR-�vؚ�o¢uA�CǙ�k��eB�v�����9����
�z^J�忿
�5��92�kh��������ѩQYQb�ٽ�&`ؑ׺������y�f��2�dK�lo��4V���>FK)g_\[�ke!x�/�����u��s�j8����Y�i=��xS�6����W)��Nf������5�.䫮
p�n3��m��.O��_������/�ł*��8q�lzŻ���u$]��!&����)"�ՑiR�(��C��r*~z˲�DH��-U��HO�̾��9��-����d���K��x'?®��}�B��4I�b�4ڥ���bR�W���v�q;F��m)�q�doss�-͍� ����/�)������O,'�~I�W]�՟�pő�9rD9p�'��3��7��ػ��L4fߍn����
u�׶���VX����+�,��֬�����9�\�՜��z�ߋ�ر����U��P���:��z�y�K�Ѭ�j���
�����+ՠk�]i��v �^o!=b�v�~'����Z�90����fگMB�-=c�ւn��0�t�N#�����_�(�MTL�k�����1���nEQ���R�Z��{�1S����8��ð�X���0Gm�m�<����<��S�a�c�՞�=�<vq��hNzG�Οdc�<t�_�r�r,n���.�rMn�w�9 ��*�&
�
2jLjXR�����݇�LT��q�x]�y��cE��ܲ��SÅ�^UU�fY�"���_�ֺ�6���;-��H�h�u��At����k�*��f[|E��!�m���Z���QW�F׍�A��-Wp.�2�ҙ3/�9󀄯�*�)���{d�����d���x�`��z��n�"��P��Kzg�_����3gΜY��o�i�j�V�9��Y��Z�xe2n���V��iK¤��C̏:�"I�N�~$�ǽͧ�~�O�\������[�?|�駟n�|-"�/
�Uc +}�N���~�s����g��-�oo�g��Z�"9������~p5�2�����d�z$��`��ևٴ�K��UtI��&F�>԰�@�6V-j"�6�܂.��3�4���c`���^���
�������4���s�ކ���B��3x̶,)w�P��уO����qŭ�t9���S��w�*\G
^��&����X@-���gŨ�n)! �6M�p^}�m/b��zC�x�}�}�-��>J�<�^�z��7yd�y�7�2ʣr	���p��ߍ�22�X��E)TJ��\5ͳ2�Ao���f�EO.zI��)'�e$�����Ɇ�r>�j�F���
&�8��$�f���	���c�#@�`4����������`0 �ѽ�
Pb|C��|�~ed;�m�m'�\Y��;>��ٵ��[T�ӂ�8�3gzgΜ9sie��\�\y�/�^H���g���5��}�ԍY���s{��k���d�����S�5E0�~��|{�8v�Ių�vݴ���n#o��Z��7��G}�¾ï�􂍈K(�>�c���B���#��J�)�$�M�M��M�Ե��_~F;��ăa�E��˨�#���{��*[%Zvlcڭ��I#_C�ΪEd��N��m�R���_ll_��0F�6�ŧ�gE3��]P��m0�/���4���nDЭ1�K�QL���e��L�&^�/�t)ƦY�=6[Ok�i�&��vo6�b�ݪ���0��4^�x)�t6s>7��H�j���D�H@
�Ŏ/�lRTxU�o��$);�vH�'�!E��_��FkS���Oi|!���̷�$C<�:�ێ��=�?��P�6���rD��l�"� �%%�nlԓ�v�m��)�?�2�D�3D�/-�.���2O� �2�99���s���5*P���M���<%��@�<����
�Y�d�
ot�x�c;�a�nH��ˑ�����+�V�i@�������	��f�V�~����#1p#__N���+�>H�77x�lY���[�IfehR@����Q���r�Aʗ��G唾��:c��x���w>��C��f+gx�G������	5�օ�Ź) ����k�����t��J���>s�'�Y��@��]�v�a�mk	^�!5��,u�#ug~X���j%�&�7,:���<	�Q8�������K~?�U�����m7��4��iJ�c��)LN���cNXq+�����GGo#�ӻ|�Wp�xE4
�;`��k'eԹ��^IFL�E�^�&�祒�/�Ʋ1�S&��j\��)\��|�� B;ubP�ɟB/W�U7����N�S�W��O"�x�߈�q�Ŧ���SH̝�����[��2�n�c�NtBiI��y��v'�<>F$q�}������?U�eq�ګ�ިRUS�N�t��^3�����D��w���c��j�����4�^[t���zN%���}3�E��.z!Z&���M`�����i�Mv#[��^���|tl�q1u��
*��)y��֓}�f�0����.�p�"c:��vq8�i19�N:�x�T��7FP0��뮋q��1T�ıv���v����R:�
:�J�`,&u
��T&O#�u��,[=p��0ͤ3�z�� �
&�z�CC��4�Œ(,��L����,�
�Z8�Ehj�v5��A��yO���AW��(�Z' �:�1ϯ�|]�`���U0��ҕ���DV8�n�/��n���ͦ�+���?�ޏ�����RuX��=R2�l���sq�u�:T���t�̝�D��2d��0���)�� ՘��Bx��9�{0n�]����>��dP��b�n������L��o*�ZS�a��a�����*��C�h�P�4Hѩ��/:��@/�.�9JZ{�T�_� �m]�gs�\nVWu{WŶm�b��`��a�L^�A&���j��X[۱2��Qi�WV��a��z�lF������s�����E���e���Z\E;��
t*�,�v�s�srՈ��f�f�I.��V'����C�"[�C�5�l���'�6y#�\� 7[��9��~krqAQ�>��6��'�+6�Χ?-F�e��u=�A��nu���m�Z�;F�_��Bk
-��֩"NWMb~f�0�ہ�Y�jٙ�i����H���6*����)��3wxy���+^6�R�ao�l�
�>I�6����1��6��$>貯�2���8�Pq|I:,�q
T"o�p���>�޴y��ڴ�g�U��A(e0x�'
��m?`�ΦU~~M|y��<��VT�P4�x�>��L��PW
y�q*�G��z�xڗLJ�a
L��A>?d�4'O�Ɯ'
���:ἽqH7O�{�s���m���m�0,�k��}��'��oϜO����,��'�z^�4�W�ȳ	�0}��ZO��$
؀���@1`X�&[�O�t�&��G�)�:×���x���7�	��0FE��]�\�?���"�I�[�*Jt��rҫoL�s���o���<w�;:�i��d]'MH�q0���㸤��]1�`�W|��|�P\&�'e���K����%��/F��7�p�E+�ҍIw	 =@�_ڿ�`���(�,3�G�gI�,�g��s�|O
e��(q�Q��e9��oև9{X5z�G���mz��'Y��tt�%�z扲ğPץ�X�<y,�F^��
�A���8��EGI;�2�7�x�,���N�No@	�(��V'v?�ľ������&�գQ��1�MJSf(D�
�qP
����k�,��Z�]5K1 @Z���b���0�V<Q{i�-QM�<�x��c�@$7�U[�h�_�<'<If ��]������"�,L/���]�uW���:��Ʉ�Ѭ9Q�c��q�Q�e�B/C����sϺy,8��Y���A�J�����A���%+�}O����-��˧�~����$:�R�J/O4��$$��	�j�0I�h���̗ӔP��A��e������OJR�N<Ԍʤ��c=J��2��jE�ʵ
�;~#�V�F�A���ɖS�H�d��RZ[@�ԗX�uu/(�hsofW���7Rݠ�~{������������I��"$9�[�W�$����s���oe��؃����W�7J9��;9���ؾ�l ��*������c�0J�^d��5���'�㆞���� bjx�evso�{�`cUl�jGfh��9}�s����o��/�H:._�b��_Mg�J�}LG�0)EWC�.��xE�|]T�$�$I�'/A�q�+|TӮy^y���╼5����[�
e�E��V9g�O����*��ӯ�:�Q����[n� ���l$��\0��>gK@��[�[�a}���Z{�����⪽L6���Q�=�x9:i�g;�H?c?���N�>����+�s�&�9Z�E�$�������d�����
�몦��)�
�1�T���ƺq<��a�����(*O�hюj22��KWW�W�͊�㕌�(�w|��Jv1u�O�űơ��m�2]=��	��۽z��?��wB!��*UN�;�"��	��J%�\�c��QT�$
2:Ƃr;&�p�{ukϞ4ͫj>M��i]��b6z��HW�@��.����Da���g��WҦ	|���������m�(�S"A��:|Y����WM��5��yYa�Uz�U�/�u�Eb�i��>|�4�_5my�e��jǘ"��<=���	ژ�L��}s�=�_��7ݨ��ӹ4%u\��TG�z�l։rq!o^V���`H�Ao�ǖ���YU�}-��x�_(x�
�4��z2������QT�(��U�M���ji��TU�Nn��#�q����������h��o���P‘x^��&�X$�l�0m���o=��&<�LNR�á����
�ι�1U�γ��؉��d&�˅=�؍���v:�7�l(B6���x�o��yձn����{�x����D��*Q'����2=$��Ob�=�H.���r���z��I����h�il��f]u�%pJ��0��d��=;^��2^���q�L�����aֺ
�P���P-��S=%s�Ĥ�����T;Ƶ���Ї��m�el����jSm�GT:�_����4�дl�C����k�C�m“>pLr��9�y���;܉IL�a`����u(���ނ��Y�c7K�ي-r	�qP��r٦�h��h�)�&sM�
�&N���#��rc}"N�*�Oڷ���f�}��[>OPJDž^��,�*�?Â��O��3c(���T	���*�gѲLV�
~P }c�N��
h�_�ɵj">�����dSd���Zm&_/��|�a�:�i�X?�F���p\��7����w�
 ;�c�V]Ѹ��y":7CVu�J"�i�;�.W퀝C��_���L�gs��p��J�V�U��dk8zhsK�V�M��e
��y��1_�ǒ�b\��=Œ1m�ǰxi�羇.5���Ǽ��š�2�ᆛj�r9�D,��8n���P��o�yw�`O�����}�ǧ
#�ƭ���5����(��ۨ�qq��x�]���C�E#%����F��8V�dO�j�t����������©�\(��ܯ�lF�A�V���>���og�/ ޻��R�����g�cD�"��]�E�N��䏡C�'���/��W_�CP'���?[�.~=b8���Am�'���.�.T�3���X�M�E-�G��=#vr&����>3�Ѳx������5���!y|�Os��|�g#��{�ղ&��-���4�z�7v� kjr��lG:�0������<f�@�K��;�fH,\/ap�\N�y%�􇗀e�#Ea~(�K�Zͱ�-E"L�C�u���
�1yC���Z�ڔp���~PXа���PY��a�\��Is}�`��2�ްd������X�����<�Y�t?!0v��S����儏�v������Q�ˇ���׼AJ�v�}%��^n`3MFi�e �q�~�h�hy��J7�u��{���q��}�vD&K ��i����RƖ��C�}�᭣�m4�ɣ�x�G��8�!!l�|���ã������ͯ��U��pb�\��о��iDni���V�p�������U���3'C>_�I1�+&X�>�b�P�aSQ'F#Nn���w�ά���;;�c{��0˫����f�#�����������j�ս�m���Gs{�~m��YoJV�b��.���!a��f�Jva�-1��P��M�ecqq7��v��X8�PNA����8W���bk�Z.m��}{�ڛ
B�0�m0�/� �Q�%#Jf�/a���V�%��.0�ٛ���]���������P�N���I��K����e�X���TͲ��T
� �O+j}�wT5_�ʥ��u:T~7��d;�?��������}SU���Jz���a��-�<ω��dR��q�H��GF��Uo�Fu��\-�_Ǯv{&�}E�g��]K�~� ��^�
���Be̩�J#�mJs�2������0�Rթ0�T�]�J�D
���TV"ۦj��(�6�2�	\��p��������,I�ͱ���TO8$�u�8�r�9��b���ƒ�(<�
WL��*��+�f،4)�-r�T\���WY6>�L�n�:�=�D?��rP�gH�a�=^��l�<=]M�0ԃeܘ�%˗,�����׶^����&*�\F�ޜc��Խ
7�G|~Z�|�'6�|��*�?U��t���lXb�ha`C9
�#Ё��6'��
	�r�	DFEa6��,��g5�;�A�����Ӥ��)˄��Ϩ�}��4�}�.�=#��ޏ΢��QT��*�"��T!��h£��ɸz��k�J����u��8�k�W�,�����r×���O.�r�;�A���������(�&p�"����e���ox�����ӳU��n�9�|	�������կ@:�SKi*�c�	p+rX�⃔������!�5�ӭ싍F�<ݪ4[�<�_c����C�Ll��5�t�앴^g��K���t�j�_���fǠ�-�Ym�}KÎ�h^/���K��R�"���������=.i�J�U��a���vX_����DSh��\����T,f�X�	�	+Ԗ�[ũVk�'��:�+�(�7R!��A!�;�;���TZYX@�W�gƆá�~�^�$�'��B����֍�r4��p�>lA�|�+��B�Zݮ�*oG�1�
�lA�N�k�����6���x�E���&z�ϧ9��C#?Q�$���?��)(�6
c�M
o�
���4@�8;�����/Q17z�6`���Sxw<��J��t�7��.a�iE$����
)$���&i�`�U��
?Kl;?�j�׺U�a�E��9�yf2lt�~2��%h�5�Ft���a抾��,�#TA�7�Q|�`-e~:���#F�l�f���~���F�M��Z��c�R�3���%U	�q�Gv�;~��q����`���o��Eق
K���lM/ڶΝ;9��T6�tTf<^3�O�^`���Γ��Sx֛���dC˕�n��ҹ��|=<
��/��%�2���/½�꽂6��"���?�sq���'�q9�/χ0�sݦnE%�����B�R:23�U�^c�+��.����f�A}�D��d)%�[�L�T��1�D�o��KKK����P�}��_�T�ú�Z�<�hYp^��7��|��3B&[�EMݔ*ɳ�'UZ<uL�Kz!���;��:��)(�(��D�:���i�4^�һ��֞���L*�)�lӥx)�t��n"o<��"����w�;�9�J�:�m�s���d.����:�#|��R�����iHh�`���В�r$�H�E��H���IDѝC�+SƆ��<6YJ�(7c:��� Ȭd8"�dE�u^t�)]�����S��xQ֧G�}v��e�ɏևe]""!�@5��s�^�4*���D�eGVّu���IBa��9NXy{o������ә�)�FݲS_,;���0F
ϗ�y��?�F�Q�����ug�v�n��G��s/p��C���!)9�8^�N1���"�k�	��=�������s�	#���5p���.�28���(��y}�GW�_Y!�@��z(��4�Z����|�tB����ř�RB������]c���!��F��L��H}܇�ztt��`���-	���8�#��Oo�2�i�lS
B8(��m��~y�]X�di!TDA�)<F���4�;��u��*��!S�u�Q��@�ϛ��3Mc:�����!�%�r\�b[z-mw�,ed��fz�����˙�*ʯqy}t�SD
�����ѓ��n4g��s�Y?����d/	b�h��uwW�8���GY���-�C��rPX1x��H/�
�O�DB���/�H2G-:�/(b|7���Mu��(t��(��Ȋ��S
A$
=��s���V\7�|�����J�V6EQ
Knx�`(����Z�Z�\��M��_̻���Z˜Ys��ûº���7ͼS����Kq%�,IP5�P�����
�e�x逇%����jM?�G+�t��?�9C0�@���b�� +xhU`�#�� 	́��a�4���ɥ�T
�x�ts�;�]���%��sſG7�yʟ�]"��[������-A���
i�$@|mfB�p�����w���m������<'r����炲&0���8ž�p"���v�z++�m�T~\����9��R��s�	p��>��y}���Zihn�D#4���!z��1�X�Ν7���DQ��Fgn6��O�����n�a�N��c:��u��\�a�O��t>�c)���VՈ!�`=C,��dP%�:^bG��KY�q*�C���-pH��+9�f��-�e�!��I
�:�¯�/@��`?�+ɑ1~�f�r�Ɲ���YۖEUSU^�ju���pJ�"�{"�TW���GU������'�g0B&��ܑ�k*������{p�'$Z+SFei��oc���Ӧ�&m��V���0�5JZ��d
�(G��zZ��e���%�I�ݮk�ioM<-�Q�N���i�B|�V��W1JE�-���U&M�T1D�5z��_~��i�j��VK�U��~�A=ڻW,`���������B��u�����#I�^�q�J�F5uZ/�P���[0�Ą�0]*����?7�P��%��gɥp`����$�ͅ�D�ŁpT��&Qҵ#��p���쟧��ض1_[l%�s.
����bmްm�ʚi��ҝiڄ�K	[�q̎��y���бg�a��a�7_~�}���p���6���ƻ^q"��FN��m�K�D� �Bʟ=�
��������L���G�9�jQ��X��n�c��l���~���>�o]��cY*�+0�3=�]��zm�m�8!��;�$�5ΰ��L֮;~SKn E��%���B:H0�F�…&��<��1����v�b�*��h����:X�[Eק�0T�s�}2�$�@}f9�h��p���{_K�]��1�
ҿ��ʎ�����,!V
QD���v�!�:�4|�!��8���w�ȥ�;|U������X���rЛ�3{�_�z�6�UK=hjh�6�q;^�!�F������0=s�����M�F��K��<k�6�F�����M�I�e\%�ܥ��a���q�����
	��x4˽�������p3d(g�#񲯆��7�%57��B."TO���a�}�N��4;�	c��3�c�1��{3�C���!N['5�mK�<�1����F�R��~/.<=��C�g�C��J�%je+�J���m�>q����`i1uF���N5��� ������32��p!D��a����T�g�w�\�^b�|���r8�=7
����'���{��(-�/�X�a:�p�>������Q#����͋�i��&��>�q��JgΜ��378}�����\��nnnR�0ME1Mâ�=}������0�9s�ǝ��O[t�h�;����Bs52N�+��V��;V���f�襍PR�a#�5"���`�-ۍt���`3����C�	oU9��ll����H�R���y5MM����D�����p�Xr��f˟p���)����"��q����2�"\.�q��V*|ܙr���)
��/��[�Y����uZ�ӥ�{�v���"J�M�f�F~7����W��r�t�0��`�4�T�,oYχyʔf�E|�7�x�a�K�a��y�tm�(:Y�Yo��a��l��ϱ#T@�Sh�V,O%ꗖ���g�4�L{V��a�W��{lYR�p�G�Zc��V�D�Q`:/M�zR����&����}��~���666���fN��FnCP��p<v�cnܙ@
R��T�:�-n�o$:�	fO�(&.
>c��;��6��8˜�%ť�NZ`V4��+U�㒔��VR� zzw�
���ҏ�1m��>��f��qZ��H����bH�H�--��tY���H"�/$H>�@˽4�@%�GM����	��l�gdc8;�����v׏�	�Ӈz�wG���2�D���=�M~��Vk�vk��"�g�k�}s&/��u��v���KY��ů���v�3�G
z`�+��L��ʛ����D�$Q-,l�_=�W	�ڳ/����\X%���E��V����*y�[>�.�&�`�
�2�כ+;����e�V�m}���]��c�+͚��arts���������T+��*V��r��
r��LMZ'�#'n�V�h����ի��d�9юpcv�#�?UZ�X�������Z��k9=�[�gj�V5����P2�^L�����L��C<TO��2���Ȝ[F���S5��(�\���C�.����vJ�in!\�3;�P���v��o:&pbS��/�w�����L��+��74`�Z�M#���+�+Ki��l��m���w��c�Q+��>��,���h��gG��)�^��((�W*yo����T���ُ�Jm���91jH�NXP�4�}�[���մ�g����qϝ.��L@�..3_ sG��q�Ip�c.�}��[c%!g0�m}}=�I�b`�֘�^=̶Q��/���"|�EW̳� � z����,G)��v�#�����炠2?_9G�Jҹd�ޤ�~��j��p�/�|��X��oȲ�n�6�b��\e~��$�*
=�n'{�&υa�ժm��_*��.�����i��6�S=�٬;q�0.L�r�Ɩ_����q���� ��h��`_nv���;t��!te|>�yF����v�L�
ތ�x����A`7�3\��Kާ�7	�ć�#r����5�m�Z���^�5E�P���Yґ��^p��Va���z�dg�WX�Ϸ k	�ڧ�^t�V�t�c4�&Q-���7��3}�8�it�1��]w��0L��MQt�TT�T�0�
=?Eb��yñ#ˋ�;���7�E5LE��<�o�9��=�/��+W�
�9�g��j�#8��y���<�������+�2��G��7d�V��X*�^�e��d�9U
c��P��dǑï{E�h��*��gD~YF0��
Ҳ&���+=�86pX���	�����L�.�yh4&a���8�)��@�� ,19W�O�dY�?Gݢ�$LD��w0W!�z��\���L�5xL�֢S�29/��V.Y=z�J��Abk
�Ɍp/�dz�CY�@�Ͻ3�{��;���-ް�TW��M� [W
����Tk���П��FX�G�*��^����8��ߪxR�8p�9yTE�qFĈ$jx�9K!b��	���}U�"j�ez���^����W�!�ə�^I�?q
�F�IG�5������
�����B����a�$��Éi������. Bp��g�]�/�?��G���zA���i�8~��R
m�
aph�iu��ib�$v�с;Kuj��i���>���׉�:/��!��!1BW�c��G�S��#��>��_D�9����\����ez�ug"�>�#�
��mc���!��`�B(瘚������D�
�n8�	�mbѽ�ߔ�((CE@�xz��!M�����Cpf9aG����fV&�M��I�A×"�`8�F�l&�Wo�_��:#dc'�n�8�ij��@qg�jtv��ü&q�����������%�ϿՑ��Y���������w���o��`8w��1
�	�0<Y�*��NPH��2f��m�����Y�~�J�x���}n��\�p��_x����̽�?���K:����m���UcTl�T%俉
tlj̊��*$��)2�=���S噎A�iO�[��#�#k�|'���i2�*���s���Jۿ��6W���NY�d�R�&����.�-J����_MXm��,�G-n�_�t#���|��\��%��Q۵��A�;��ڮ
� �w�e�&���-�q࣯��G2I�7>)
��:��5.�Ⱥ�s2?�9����](��:H���S9����������8�B7�ߜ>��5�l�~4g�&a���8�o�
�,rn!4A�d���k�<5yz�O	*fm�`�n�O��w���bY���<c��ӯ`[�Be���Rfk�#-�*X4�o4g�ސ�fY_�I��֔��,�_�T��~���trA�����0S��2��T��Ie�3.��ROb�z� �X=�Q鍻g�fJX�Ԩf��T��$���X�SM^O:�֘s�,�8�x�u�h��Ѵ�'c��ƅ�_8l���in�'=�1*�6�;RXY�A��Ȩ��{y9��D��#D��lbYh��$MI�"������7�	�_�m�g�p1E�_!���2����
��֙H;0�hV�u�pC{	e��H��i*f]B�Y�|d���̥�TQ\�"G�d��h턾�Vyb
���/D ��t��h�;���`��<n6ך33�?=[,��P��U2ٸ��גu�9u ų53c�<�T�z3��a�I�j�[�����%Ca���0��@z����O�wGpj��T�h���_�?=��u���q�)C��j'��a]ه�Ae&�dB0�[���;>}A������a��j�ZYn� ��u`�K�K)�E۱qE�����M����w7�D4L߰fV.[球��7|�W��L��9;��3q��a}�i�
�G/�H���T$�դ*!�3��8�N�s�;���KCG^�(/�Z��i�c�*8�
�L*���r��}�R|�8W�PU�|D�߈�����~l�.�2�^"��޵:?���F9R�LN�/��xP��_��5L"�}�		���g�����7ˡ�<_2�ZI)D�g76�JlƝPs$g��@�ǁ��m��l��`�]o��SvD�p�%j4
@��(��5������^.��x%�S^~F<�~�����;o��v�lEܶ-IZ�|�Ji���K�v��v�P�/���U�pJ���k�:��W��U�Q:�6��7��JJh!���I�
%'��t���w���z�y1��#E(`��}�`�������-�ܖ䶒�E�.����ћZ���i��G�I.Ady��U��B�<
3Nj~�JpA	�.�뮭��o8	Z�A�6��]�5�ȃ��yr:W������sm��7�B{���9�@��I{9n/����7���Sσ��=:�tg��.����,�r��)��o9�׫����=3'���c����>�a�#U��E�����'�mk�
LnT�Slc+X��)i&�W&�@ĝ�����Th#)��t�OW�@��Q��iȵ�][C�c�`�RᖯG�_܆s\*0v�Gb�@ث/��<��oF&x�!��iU9��IE=}ʰ��p�R��%��&iH[�����6�ϴ�׉��:�Ѷ��29%���t{?ikTt�c�}u�>t:���k����?��d\0�.>ul��c/�k���T<Tͽ�k�{@���I�&[GX����=p��I߶�Z�b�4���y�
�����$��}t�!|[IM�E�_a���իd2s���dЋć�;O�:�k�^�}6w�e�X?�յ٢�m�P��4��7��/�>u	���Ϩ���ij,��#K��?�Vy���?�
E��C{y6C��3�˵ۗ�&�r������県>�O#/��S�U��n�mbG�Nq�u����
�%M��ۂQ^:rӑ��y��\��S�Iǎ�����
����}_��vͥ_]4��@��Jd����>�ϳ#�x�u��m��{?�F��ݎ�p�:ϵ]�o&i4��*���eb��Q�*c@URW���?����l��e�h{D$����pS�z��"�p�|~L$�,th�N/�|�=~h�zd2؈�1���'&�*�w=�z�΃_Tw�>K�-�
�9eI9<�sى;�}fT�ɴ�Ҝ����J��z>�V�<o׍�DV�P���&)iVZ�HK�`H:�ӭ�C~�Ϛ��l'���\;���Oa䇑$��:��rt�P�`.��݉Lh�<�����L��p���EH=��^���l"
�MH��8���_�v
EBl�P���B�M}7L�Z�G���;Ţ$:˫��}*� F��!'�|������g8d�+�٥π)H�r��M#������t|QW�M��y~��{LQej�J����IEq��qL�T�dq�V6F�ɧ-$�s�*���GU�"/���“q̼���3?��	�
�[���t�Ӫ���jU�4]��0,d�ۜ3'��5rs��iӈ#�O}�wﺈ��Ad͋.ܙ���B����z�J�J�@ac�e�@�,)U�p1n��rQ�lvA������QE`D�3��uBP�wfH?��v��j�6��ˉ|/>m�����XC!���߯��;��'7�5B,��w�t��~�}}���s�k�~�
o������𧏔�
�S�g���^��匾yG��[��3�L�]]����tS_��շ�x|�n�0oMg=݅�G��8&,��I*)���Sc��}_xp4��Jұ�+�
�pE�?`]��0�-����Y��v܎M�v���iX��PScN�ȁ�L�EX��D�T͵ss�R)���*���i���rL�������0Y��x�J��y�j��n �&����f��c{U���~��C�z�����)��y�R��YL��X�W<q��!���ѥK�Q�G�.h�$&yD���1'���n�C��=K�*�NL�-li<d��C�<�P]K���D�O�~}܅Et�`!y}څ�*�0t��bz��'�cxC�o/�6�೜(j�,v�Ƅ�T=~��i{:��-�7�v�'O!��#Wdz>8�Wb�*�F����a��F��X细���?j�=�(c�ɼJ,�q�!�P��˹�㺶�i�9�=�;��c������u0�dP,�#�ba,�N���f��������p�T4��>Mm����d��b~�����6�P�9��y�����3���
R=qcYҩ�7��16K�$�M�iz*&����:�؉Ix�֊�k��.�`,;/#��{(5��E�q+p��JK�-��f4�!��X��"����|I�W��e-C�P��>
���\�H[�nh�����b ���q��L��"���%�LY[�J����ن��¶����5�A�b�ʰ�l4�"�f�N"?���5#�k5�OP�q<�������`��Yx�W�|ޙ�n���
q�kصt�kN��Oɭ9�[O�~���g�*�Un��sve�D����t���ջ�%J���h{��������d@H�<���ݗ����4�6y��eP����Q��oe���B���/�JT�r�T˞�!\Fo��k�u���Po�\G��8�Dj���t�,�{��"F_O�'N�w��e��_/���0�(%�EC^�6��4�x��׳�|����Ɏ��9X�bJW����-�=�3O8ۭ �ǵ�2l8BE�[8�'Q�C ߥ$J&�$1�"��0	#'��J |�,k�.�ذxQw�gY�؅�#R�_��~d
|��B�Y�?�-��.�G,k���у���5����ŀ�#n�c8�һ�Dt��
	��Ν�cPwhy�T����uա�o�P�Dr��i�W�].��o>>���j/�]F��|̩zDF9]��B���
5ކ��>����}���&-M���͛�&��&#�h?RoY���3��m9ܹ-��^k�$ݠ�yhݢ?���C| v#�n�IM$� CZ]ih�w�_gV�[�I�i~~�r��hAbK���6�LE��Lz˺�On�V�"�Ժ��q�>�3�v�i����%D �v���J���D�y�S�U�M7g��˛EX��ƝV��M�Q��Q�LÎ�t932�	�I&����Q��rK��H��[<�>�2t�)ƙ�a|�t��"[bZ�V���3��!j^O���K�?���F���dZ[�Y�Tǖ�J0g�����3b��g��9�+����.S.���Ս�j��JV�"�S/�D>�������Yi<��>OEoR��8d	�A�P��!r&��0,�}��r��	��Q츳W����R�,�p|��S�z\UUW����>�S.���UU�WAv
<G��KKs���E�n&���\�ԧO~�
h�\I$?;82�k|�(c�y��S����>z�4;e����d�v��ֈ��*N�gV�sIj\w6�n�4�G�)Ǔ��[�(���[(�3�q��q�P|�nG�]��K�@~�r���
��Y֚M���
�p%
G�΅����ں��b��z�r=߳�50�q�:$E�:f �Ej��[U߃��S������]ժ�u�Iٶsi6�S�(��7M�1ϫ�Ҽ���6A_U��`�J|�\X.UЉdʳ�I�Rf���%sG6n��B��L�f3_x�Qݚ���>�I�Z�z;�充B�PXXX~�Z�֙Wu�R�]g��<_BC�@iﳐ,(�� ����W?q�`a��{V���x��y$��"8/�΂o�5R8�B��}�
�<�|IЮ�g�`�<`qJ�v:@Xp�z�^1�`�G���{z�J�M��+���Xen��8P�^�1A:��Oy*�^�w]o�C�ob~n����0]��Y�u`���,Ro����j32<�ZFU5uCQ6T����m2"�cDӤc�x
0-�nz4�A�Ռ��=?�9$%�#��<[
���Bπ�4����xK�&Y:�m$�-]�3���$�í��fLP�UE`�2�4�F��4iƿ�\�B�G�Z!	M���?���H���W!v��8�o� ��m0��݃�w,��.��0Un	�B!Ff�uId���
��Ad"�^KA�V.�W~<!��|�P<7�v���
I���G����A���J�h>vL�Hi!i�lKHJ��q/��3��1���!W�
��7�x�E���"ֱ�&{�[c�ah�!WU����:���1N�`��x q|t^�VM�5�
�x�{v��d�4� �p�i2V-~�4{�f��ٺ�S��Sհ�Q�Po*�)Q�N�U�S�P�`;��%�E?�u�_\\}8Cl`�S���n��Z�e]�Q��*?k��"����o�D4�7���֮�ޥ�2�[1�
>s�C�X�k��,�&��(�6��q�N��!���Ȁ߲W�����ylWJ��i��ӽ^������0�����P_����~�%�ԗ&a��74V��{k��vAW�y�$�~Aӣ�,\��i��4��kǒ�|�KL(
H� ���'%Å����<'?7Ъ!�c��j����1x����	��Т[�<?M�~_�a�T�-*�<��^Ң�[���V��P�jZҝgK�nw��tz6��׮3C����xv���n7��o]�eK�/�z2������&�Č$�h�u�d�'���9����y�YgXL�ؗ����3�p�N:8�;N�:�/7W$E5.���DC��BK���;��F�
�#���Tt1�"��D�!�+��#m�М
[���qN��i�^��ڸq���+ް*�19B��o(j8�АFWSMs;O|4(�K=�F���e0�dU۔�Շ����8 �z	�4LM���zb�C�c>��ܐ �PC�`� �E�P25M��8Q'<D%sJ������_�EK�	ѹ��f���E�Vw�
`���*�T²F������& a�A�j���(Dn~��G��M����e��>.�CW�?��q&�'�͸�^�t�)��p��8�/]?!W�n��i�P��G�>௨�����3ϔ��ѡ���V��N]��9����s��ׇ�^��`cc�m�T�xM^�xSG��e1����4��>/�����י�%)�	�k�W��v�&i�5M���"=�.zI���6-��4	Cm�T>ԽE�D��m�i�ˑ�޶ˊ�"�^A!�_,-o���ޓ�>���|b�}�W�^�'���>���R�T���ë��x�䔳8�N�r�eKݐ�� P���J�U��ȕ���Q��g?7��il�KI�3V���>��P3
��L�ô62�|�-D1�^$��Wp`�t�=�PH���%���隳�Zm%$+�C�-�F�
�C���d
PV��s�Փ�|IB?C(�~7܈npF�'(�q$��j�l��{�C����"�k�z��MNNz^��}�
��	��U'�?���n0a��L?ǚk	?�� {M�ƺ�x������<4n?���<t�~;��˺2��}�=���U�$�2a�ܢ+���#�P�[�Z���B��y����'a~�?�'A�a˝,�r%�8or)��&�ZJ�Nt
݆�!@]��og���P�\a�?�o��Cڱ���g��O��z@�ؙ��-��(����fE��IA��<ln�>Y�Y8�U��Q��{�9��Y4�N�[��j�d0��!7[.�I�X�2���I%�ڍ�D���J�S�S~���7�٪4����iu��e������!�<!�Lg�����e�]��SŪ��R=پ��^�����r�#��2�ӱ��	��<�J�<!��'f�>��c�c�2��E���v�v���ل]�L��:)|��h�z�롵L��"�V��)�׷7�y�S�~�c���uK�x�]��R�Z�R~�Ɵ�]��:�2�d%�a�Q��7&�{��q�m��h�?Hj,%]zg@R���A[��f�v!:��uC˨��6�1k>ۓ�y�	�rLy�P�5�b2ŰlY��e��|X�,�O�`�,D���D�+3��]`��f+?_Vkm�1&X�^I��3������<JK6�ֻ�<�}���M�oL�8WR}.�ٷ�i]��Ov=t	�}�t��,���|��خ��o�m ��O-�x�<L<��gq�P��~բ#��11Y*�������Ͽg�u�/]_��$�<R�ŧx� O��ԫg[u�W��Oɿ���x2��’��
�i���Nll�G�!{~yrӭ��S�.s���~�}C�Y��/z�!g�?LU|4�3��xX��?q��$NR7��w�d�(�fZY�O���ݩɒ�k�"�ڝ&�v����	�l�}��w�M~}���{�Y���[\�S�2�W?���@���}�Ͷ1�I��o�^lW�s{�v��(\XGS��O�X�T���_|Ax'�u��bztqr2T��AG#��9�T3�}C��̔�\4��$�+
W��q$�5J���_1��K�)\��Ek}�~0���s�q2@M��%!D�)x#l�7KH�
���N5���@��$�X��WBË�kG�*^X��KJ0���i�@|h����z!�3��:�՟?��iB��{�1I2DxJ2@��>��}�Tb�'�3��#�ؘMG�?��jm��_�����eh��P�cp`�f����ki�d+w���8��h��ǯ�CG~|�"�Q�T=�3�Cw��q?������DaA�6!&Hhd��pP����f�N�rE�x:�%)�;d�?x�!W��RI���Fç���B�&���u��Sc��N()T;T�ӕ	�1�u���=/�j7Pr̅s��KOu&'�D@Ղ0�8u��Q�5Q*�t]�u��:���Ƚ�uN����g�6oI�X�?��Y�d܇5�:���PÑ�~���� ��sZ�A��&™Z��CD��O�F�h"��&��5m`�#w��&�� -�SB�D�^\�5��5�w:��h����ܱ����;���›[��H�N3��VX�TQg~�����x3��`��,�L��^_��{�!-�lkò�Y/�Pu�Y!f]�
�����gd]�^����.ٰD&�$L�b�A��٫�@�>�{]���߯��K�$��|�I*���"e�}����ϟ/`\8��gϞ�l���:��C��o�<���'b�pH݌�Ô���E
��h=�7A7���i��.�����@V�~�W�`�0��z�#�	�^@	X��{	|���\N5���\��U�ϢH�G�
�j���_��=��$u�T��0%Ua]��~)K�a4�԰��i3�*xJP�^q=��?3̕<H�n(�����`�+�n僂��]�Üs���g���b��v��&囉e?IK�
�!�&Y �d�t���'B�K6٩�y붛��%?L�ǔ��V�;���Ky����n���(J�&�3~�V�g�Q����P����ovC���+�`j��v�8�u
i͍*��j������m�a(=ղ)=B�m�=�uݦ��g-cc��15f�D�٦�%S�9�tY��`�,azŏQ��E��g�`6U-ϳTjol����9�;V&��Y��d�k�Z6Ųʅ�\��ǎ�e�I^��T���Ao��:[I����� �J��L���
y��G�J �u!7�������v]Ȗ�A�ƃ�o�g��`s<��
�1޼��&��'��p|��BF��F?�X
�"�e�����)E�h�,���ń0)�C�@R8���x�s�X�@�=����U
��������¸c����ta_�X?(��M����D��N��rw�,��	�E}T��e�����Ԯ�J�x�&��1�2}�Wp0�L�ԢY��t2M���A�-�u�Ή�RF��"�$����N�\>��χ>*��A`
	����D\�A�Oax�}&�ضgnp%,� p],}����N���9��<���M�b�ˮ}�Ӷj��s!�u����}�`�4-�l&M<Cȁ��0<��x��穮�'������e��m�A�"-^��&Q�e(���KTyI˲Э��qN����#�q��Q��O��ƣ�p8��h�~Ͳ��-Kۯi���weǮǢ�۷m��m_�9G�����E�sO�k���n;}dB�3_�n|h,B�Xq�(���|�[D!qo}��U3�$0�An�[�z��.����/��_��_�P��ݯ
�~�����ׯc@'O�<�/{���{���%��/���Ǐ�T���r9������0a6i]OS]�6'�o���4'4m�l�W�V�FWOV*�j���ϟ���P�V+�����k�$��~#�or5z��P�s9�,�r�3�����H��ң�~�|MC����b���8�@�^J�奥rR�B-�ʔ�(7u������8[�$o|`��}w�J�H?].�
�̫-�8Ŷb*�+0U,��O�����3���-�Z;�(�	;��~�H��n���ݗQ*��pn��mۚe*��_e2��'5Z���ũR�&��}�t]��"��64g�\�(�0�NCe�e���,NS��f�T(�YЂ/�q�\��\^���h&�^8�2�� _��2p��ѣG=o��o�/゛�eyǂx|�
ϲ�5b�B��>߽�Gנ��cx]�V�jDQD���~1g���FtP�𜩤���M�-k_}
�B#Ai9��h�ъ�0,W�~�_���-�JXIIB��l�m��S͛K�=�c.b�ѣ�}聶Pt}ў+	�<�ɚ'�6o�O�� �>����q�����~����a���QN��<�c�h���p���MS�+�>�,�>>L���V�?�d.�}�^�}Jc��gU�>�YM�]su	�SNC�F��ŀh�'�@���{��v_��~>�E��%at���8�`}6���ԛ�s�[��=�t�9�W�ӱQ [:o��&�^t݈�Bo�_)5ȳ�'��R}��2��AG���d�	�)�H�"h+ ��y�������W����[<t)�"W	o���`Y�9z�Z�-�ZSp7P	����H�]Rx����^�훭5����Z�W7�3}�����M�^�:|�u9��7&��T��.fi��t�n����b�J,[����[�e�Z�X�ڒ�@����ٳg�6̫�z�-�������&{���8x�)?۱����k��v����f�giii�f��w�k2�鱂�\�]?g�˝��Z�\������L��R���w����,y� �_��=�/���q�i�y���ԙ)W~w�����f�g��|ᇾ�>�)gY��<AYn)�*FK�Մ�:'��G�F5M[�4� A��N}�o(U���9�	��f���3�a��$KYS���ק�/��$'r$�5�ڂ�p�'���'�?AQ�3vF�viB�ΜY��	��nt��~�w6�ـ�ZT�E:��5���$��h/�y�K�m�%��,0m���*5��N&j&�Y� z�3�d\��F�{��W6����UnP�
��7��ժ�tE"q�����S����2��r����9���~Iu"L�$��@c�x���R2���������9IfL���L)�~}�T*�
v�>&�,u��?\�1r}��;	u���dz�V�ժ�wI��z�5��Y�j�/��j��m-!l��0^��B���Fr�OϢ�jw݈qG�N�!Ѣ��4	7%M��%j�1�("���R�i�8!��J����L�8H4ʭh�a�W�v�n������5K/��暽�gK/	{�e�WVV�X���++o|S�ݻ[����+B,v�}��:@}�0V6*_�{ؗ:�����N:݋�t�em6������j���5��o��@�BRUcG�	䘧�����m�/.bI��xq�r�ˇ㲛.�%=�w1u�/���{�F��{��eU5`'��/`�A�:P&�#uw����Ri7��pO2�x`�� ?�Q��
��¼q�Ԉ�1	��P�/2F���R��QK�~k��щ�^,arZ�ѻ`����)�E$�b�.�N�L���u���.[QY��uuWK��m�}�,�,�ǟ01��5��[�י��w���M��D͚�%)d� �n{^���rdr�u�KIF0�f6U�C��3dc`yF�^��u��5��'�����+堟���7ㄍ�t�}6�Hς�pBKS^���7G�H��f�l��e
82�R4Rgu����U�ӒLA�R0�i*�_�ކ����dq[�.��[dC�I�v}�[6�Hcd/}��@N
�9p�p��hUbK<7�w=��#�?�W�������M6�fb�u�U��y�����(���F8`�i���l�����zϣ��6�>O�X�3>�ާA��)Y���}l���8r]�Pc[&��-�yۮ+Nn�}XU
��TaAU����Z�fg��)�]���n;�;I���6�/Ky;bU46cQ���+��s���Eǁ��R�f��^N�1�����s�#�(Ks�g����_��?�P�F^>�'���ˡ!jA=!�L�b�/�is��wT�x��,˒	��yB�m�h�5����
C��|�K�D�ڣ��r�>I�+��8�o���#dΖ4"�s��m�v�R�k:�4j�e����revM���9��:h
�G����1��i3�4c"Y1�l���g���J%��&�'�}��	|�СCQ�
��U�*�;	��b��TMS�VT�$Lv�ŏ@w��mB��!����R]�h�QE����zP�e�Ӕ5��M�yE�w����di�f_�����Z��e��!�`k�`Ũ���+�F��}�yʂL�Hu�w�&=A�*
e���e}�+\+���'S�O�a
��s�W��YuE(r��p�8���Z�\�z�����3��_b��e����d1��jע��8�E-Ȋ�,Њ�����d~}��+f��k9��T���{�F�d�<Y��uZ��
	�Ͼv�_�Y�dvڎ{JO]�h�h��+rAi�W4�p�o
*Q�����0����k��{����\<���qa�d<�ٞ�Y���D��-B���7`CT�[�	�Q۬z�jYc�J����u�x�g��33ۋDb�#Ȭ��[v��oY4�s�!I����,�������C�Ԃ��0�hT��x�	=%̥&_���%0��IH�Li�a]�z&a�h�֘{�O����؟�G|�+u$�8b�
j\��ƕ�b?�����
��;pwi���.ۿI7�N��'N\s͉;���Я�ɸA)�I+Ͳ��v���W	e�.����b��.��k@T�I�S���q��{�l�]��j�b9���w����h=�ރ�G_E�_>�-D�����B��>Qyg3]��Ӷف5Ӿr�	�k�:!r���15Ŝ��'�׶���zK]���%��>>��������z.��zaUG��u3h��V��v�� �l�(�*H��v�޻:|�fx���t��������b�?L1�w9lp��_��5�W�o��7���4�u�8G|�֨��HN��:�G�F3m*�Z�E���t6s�D��}����O���G!�j��cC���
��i!�Y}7J�
`�5��k��©v��P@;���`d�1��!j/zb�?ض�(o[B$�d�1�n'B�V>��aȨ����DxϞͦm	��(��3G�F�h�{\z%9�'r��zb��<�Q\0 �]Zp��[n�YS|O��-�rur�2�˰�-7�����{P&�s³��r�}�,���[*���ry��\mz2p-^�{@� �s y��ב��5C�d��G4C����d^԰!�Ƌ_���Gt,qa[�4��կ~�|��f(��W`�U��r2�?�ms�~��p�p�m�I�h^U
�H�ATma�+���<j����?��ʥ_�����_���B���"��͖ڭN+�E�Aw�^s$n����b���q)�5�J���A;���:R(�PC��+��z����`AwjN�t.�S�c�X5'��<�Y��J5��'u~@X��)dMU��Y�oj2P�ۮh�osW����у�až*+�Ǟ"˯�PԠnB,�����$�a����iU�����!E��i\�)/���e�;	�g�P�j�@� 0���E�dI�-�uU�r}{%}6�Q�U�JG�e��0��.��7�NP�Aʎ�t�^�\��O`�.���&�z���]���$�섖��/��~�6ޤT�����@[��ʯ�e"�n�j��x,��d���)Z�/�ْf����O��
-V������xe��&���w�0�����L��^����3��.cBtힽ��r6.�|6O/S���0�,��XW��)7d9�Uxo�8p�6Va4���)��B(�}�1�Y�ǝe�J|4���@`A��J�Q�~d�
#�`F!��'��)�XS����ի�w~�?8Ɇ�4�̀_����`��ŭ��o�=�]�>��0o�;�����=�Ѣ��(��ecI5Ra�E�\�I�%��hp�
�L�2_���v���'����
�w5>9;M�Կ��8&��]���+ruϽ����Qqϥ����5���eϞ=��H�9�hf��n���;�Lw���^S���HG���R�Z�퓍]W�
���`����]ʽ_m��UK^/oZ_h*8���7�|��TL�6���8s���y�L��������Yʺ���aq�r,W4.�BJ�|CM�Ek$U��7�-;v��1�Y�L4���Yع�!�]���픊��D�2��&CYˁ��!�G~N|;�#��F��&	3�J/����>�ն�
)�v$�ߧ�N�v
��4B�rk;v�̶*�j?:�f��	��F�d��OӱD��@^�˾b:	�gX�4,��@!T�8�\i���y	�m�lH��Q��j�xH���Y�CȐ��@S#׮�R5���yB�������̂����ﰶa�1�D[@u�>��B�\���G�V�˦R��6�'��r�b�tn��3��:xjUt������!C/�Ӎ����VV���6��:Ns�uΉ48�P������.db�e�*,)�[<%o��(�]�LɌ{�����x���
����X���-o���S6E�}�i�-�8s�[*x���As�)؉���Ti$��P����_���f�
ʧ�z�*Z�����%�P�9h�r��R���v`���2�R?>3j�&.U�udɸ����mϳ�B�fC��Y�o�ѝw��ywn�����)�Jv-�X�8gz��`��Eb��y����!�\�=G��r�V��r�0�P]�ߓ~��]h�/՜�	�B�(�9��,�QB�pn+��*	c�@��)oցD�Ԩ��5D��&i�f�T�-[��}i� ���9��zn-�;(�|B��0O@�˜���f|�ә��>cYV��
Z�Vd��"(�b!&�������o�7��F�f�6���!(������P�)p	��l���f�E�`E��hEHFhk`�.Gw�wx��)�mo�k��,��R"�QW����}͒�˜߉L��ӥ5�[lnR
�ɐ��9�x��T�ꋕJ�]1ˏ�l׍��<Nw�T*qϥ�nd����&���s=�"��z�e�D����+���s.FE��ř�d��˔��io�L<���ҒK����^���8��8�1g�\.�>��9����~q�ȵ��`��	��+�82+�8�N�c�'��	�,zL?g?3��,*[�������
���~���C�Q�[�b��`.�i�Oeg���b(�,��LdE�;-A)�B�����G5�1�4fxcDP���0fy�,��@�cE��
`kTQ0攎ܢ��:�P�v8GBd=�(�'
N�ș3���8�Ähe47���}�sD�j�d)1�6������{�׿��
�a��61-5���D���?25���W�
w`\)U���1����^%@S W�7�	��9V@W@���7T/�R�� v����f�P�
�9uxc��$�7�urrw�-�o�{ij�S���W���ٻ���;1��|���7�CЋ.q�TX�2��ͬaRKd&ꪵ��W�HjG�y>�٥S���
��{�,Ue���e�H���T�Ը��/1m��^��hKtL��Ɉ�"[VylJm
�-�G!>t��W��iia������afzo$b�7q������5��v���`=�u!���d�fs~�夾��{�ob�����1����T"����p���谟2\����k�V��UgJd��oO&����G�{�3A�Ի��F�7�G��-_�����.j��;������q�Q��g��KR�o��=�n�e���H��1�N̩nw�@�H�ޏA��z�r��+�{`�f�b���U�g��g�m���X�BbV*�s&K�z`��svFwpPw�g%�8�����V���ql�3L�ޅ�|]��/Ǟ�rW�cD�P��Y@b�d�p��ɢ/��p�O6�u��x1}�R��\ ʉx�_��,����)'����z��ۇ�VI���s5H��Z�;y�Yth���V�R��9�����G%��W��K�cRMSڜ�� �����֗���$h�rjN�}g�􍠵�0KŤ6�k�|	5�-W�0�c()���h�.��Y�Imʟ� jS�R
xy����?�U/m�J�t�������?�V�s��tb��wF&������[��e+,�G%*�E�TYͻ7�N�\G�]zd���5wp�X�,˽L$��՟&T�Ё���.k2їn�O��G'�9y!l;_��Ҳ8�#7�BWN�6�o��R�1��ƛ��mK�RZ~!H��Ͳ���n-��dn*�1��k4���X=J����Z��L���K
,}Zt���˘c!�����'��D�4�:M��%�9�Qw�t�g?��Z�����cB�5!ָ�8�^/��3<�9�i���޾���-]��5]Q��-q���e�x܁z�N��ǟ]�x��'�_�ѧ0�Ƞ׭G�R�g��֤��[&'[S�B�pnk�����秧�܇'	L�ߎ�_���3�)�A��QIծ|}M!���
Kq`����5��{Pm�&�CնW�����!���������]��z�����s��"��_���#�{�񇎶��z��>�8Ə��~2�63`�w���Ȑ�Â��@���[U/Q��6�|0iQ��\�l� Bbᗈ�����)��m�e��D����f��T���L�2��bD�#I�Qk��U�S�D8����L(Ί�u0p<�h����s1A�+6�[s>����-��f���a�g�B�BA�Wm�6=�
�H�`~�6�`���;����q��>���粠�R��Ƕ|�ff�N��VK���QsN�T��.D�g���Bз%[�	��Y���jdFUfe\SC���i/��&�F)kpv�ZځKf�H��k���߈Gjc�π>D�� �C2/��GA2���>[��_�ZާC�W��h4����^��۱��b�/�Gj��&�:O~އ��v��T���.=�3��w�N"���?�ZV�c�0{b�N��Lt>žNN��qu�>���cxr�V�g�V��_ͳk񫰧��P����/��-fB
o]��n@4�LKWIϑO��I�g$��>ϞD%�fh�J��:O�U����Жj�%M����}�$v�<�����H��"�ϛJ��DL���biM��G�VU��tϖu���)�c�zZ��-V�]����zܴݨ�jh�Ɗ�7%��`�۬�RԨDj)m
N:
�)�2�'ǟ><?�4�Z3M
Nj��Ih�`��75�����o��_o'4��n��h����r�|"���$�K�w����?�4.��JW�.eMy�(?7�Eu�Jpxjf�U�ij?xaG+��ܓ�S�t���*�̶��^��/����ԯ'���]X��2�h�۬�"��h�}P��,%,C��;��4�`nn݄��F'9y��;�6��o.�E��:��f�3�g�l�P���M
����懹�>2M�^<A�Q�hP�h��_�VV�ԏ���5�ݫ�'�d���U)J�ųij��,�f��㙸�r��5=k;M�22�B<P�w�U��!�K��}�#��NM�������N%�zͲ��u�����Ç�c��K�V+�S*���'S�7
����
Po>�p��n��
0�5�z��>������-������2+������ֺ-A�6����X�ܜ�s�r����6�`��h���J���R�wa����
y��/9>�c�����I�>�>�Y����!���{P���ƴ9��������2<4�~�r.WO#����w�ur�� �NUG����_�]�5�8�������2P콵��!@�B�wa%�]5+���9��H��rr�Q�Ȩ�c�exH�&:��r�ƃ)���Gqm��(Ծ %��nWR)E"��Q/EƩze6@R�
�-��L>��\����r�U��Js{2M��63�N�Yv��.7��� 5aF���p�<�“ة�C��Q�]�Q^�����[�ð,���u���x�e���H�>~K+�������QzY����?��C��h�<h�d����/J�i�-���6��7��ҟ;ud�}�3��u~Ԑs��Z�T�Y?����[d��0��^���D�{���p5�
C�{�F,����p׌�/\Q\hw��&�4k�X<�Umo��m��^�k䲺��]9�a�,Ї����[(Kb�
%�ڠ{����_�Г��w�nc�)Y�X{��f�@��	W��컡El����b)�Ɗ�d��QL��Ս�R�G\oC�&$B�3�����
�3��~��,��Y�#~_�$�s+͗��p����;����6[�����D���6��w��D����m�?�Y�|I�U�iG (+�~�:ΦB���{�,5.��隬���鉉ª�%CX&[^G�gѮ�GOFϠ�-x�e7r�e����}a�Lǒq����_�[l�~,!.M��P[܈�Go��Q����NG}��
�_7������u�+�9	�qm�#ͦ�tq?5"^/�٩S�RdKt��x���b��i�.�K��,Lo��2w���=kpIN��j`�UŜ�;����>��h�I��J����,��B/+���h�j�Lb�iݲ�����o�w��N�73{�V��&���ø���Q(�T�Cr�����}b����Jm�Nb������_��fg�WeQ�N\�5vFj�Ï5#O�ʅ��d�fã>#�I1�j�uj�^�Uk�NQ�q�)�MA>��$�$�=��1݃hL4�6DA��Wa�[�K�CU�N
јh@,�gGs�u���f]H�����u3q�r�a��LuJƳ��ӧGO\ϧҎ4��˂Vy�'X���BH��
¶e���/�X0��R�_�X~ʯ��݉�d;v|]S#�|n�XX8�����I���ˏ���#�����랂�;λ��=E3���yqC�@����AsL�㼦:��Y��{Z������9CJ�˺	,<#T�^���~/�a�[t.N�H ��d���|u2�M-W~��	`��UL3]"��8H7�+�H�ũ�
	z=��g���gz��V]�1�}���6�C�kݏ0�B.N����0��urlB�@b:J2�xS���A��(m)�}{�Q*���-�
JG����Fi1֢=A�Es��T�6��E�:�K܃#
�(AHI��N���l��6J���@F2�ip�N��z�WE�T����xnjW��e<��x|�<��b��$+�������L�'L�g`^�lQ��BY{�
:aA�R�5Oͩ��)���˲rmV�F:/��硅��ʥ{{I����g�l�^FƧ�=�
x�6>�5,���c7C�$��3�j�������s%&�z�B8M ?��|�
�%*z�`9�!Ќ�F���qgP��L�O���L��G-w9�Kt6)��l�v�V��E~hm�=v�C���0��X�NyV�J���
��,��O��������ǯ=}rw[Rm+�Rh٪�2����{.��g�S��9�b���}Q�_�
!ߕ����K��������6��P�2�lL��Ҭs�L� JJ�F�:�b�%3�C
�41 c6��ƜMF��G}F<�/��4'��h�)e\*p��>������Kz�.��͞&��+Li���*�aU=�+48���*S��~�m+���2�l}���p� ����ux��)XA.�F�Ur�|(-�I�I,_E5Q�<�����#�R��Rj�M�
�xPl�=��,�&�ժ�f�lЁ}�`�>Yմ����l$D���w1sp��72����X��:�.����#�����g:b��Te�.��u��K�Yx�B-�vB:���n�HQ)&�apKKxfZ��������Y]]%�����J�I��}�,?�g,��(&��]o�[766|N�u5�op0�����5��E�2�ˋ�L�z�ժ�j���1�T���f=�v\���
���.�kf��3 (u�,-
��)���D�	�H�FoJ���D���l�x��(��^�`H�+�k��%M��G!o��[?�O��~���5{�o|w݋^��B�BA�@_D#�{��_�gT:�'Dd�	�,^�{�/�x�l��
d؅O�W��?�?�f��X�ɸo���//	�jܛ�7��
t���֩�z`��_�d���~�*˾���ު�o��W_��u�X\�h;z5zz?�M��bk��
rG°�,O�ͤ�ҥ��Ʋ�y�D%�RF���;���H����(�5�Ha��2؅�qf3���5�OR=۷
Ύc$�[&'H�n�~`kJ|I�ǒ.��(�T�2�І!��K[��=�'9u m�X��n(٠|�S���k7/�
8��r��e9�h�~M����eb[�|}+אNL�S$ +^�/gJ�'3W��W=��-���RM���R���~C�t`�7�w�J�
�5ѣ�%S�J�����'�=�ì;ZԎ��U +��S��.Uu�OG��c��H|�m\�H�T��yq�i�Aa��_)`��]ղ"�%�<�AW	�F�%�x��y�E�擖S��%��/=��Ɔ�9�	վsP��d�J��	 s���:w�]����nC-�&X�e�r~|nC�&�+����3���9w��Ͱ�Ѯ�IP��<���[Z�� �֩�^i�	-]J�1�|rrR�~I'�����jU��.M�J��3s6DUbԪ��u*�)[B��''''ig�K�j�d�Q��9�J3���uc���Ӿ�P�3�V5J2��S�+���=7��?�l�e�:K�U�*Y�4�w*�U��a��t�8��&Ւ��8�CgEao��Q��3�y?e�N�a�'ښ�(l�.�[<��|>��K�/
���هz�A��?|��Á��W�z���ۗy�eb��qq��9؆��_��M�%D%�v3��п�]l����t��<K3Mg�9���-�S��݋���y�����oE]�ʵ���=���P9��&��?�7o]7Z5�f�	�}�6A0%�ٶ��΅x~n��a�kƹ��o�#��S{=�S���R��+����an
�D��+�ўR�����Dg6{T�^�ކ�!��f�Ex���AS]q&Nsz����}�~�@u�7��b{����r�k�Rp��s�?�B$�v�0�8�����ZT6���plj't�4,�i�3+��o���IG�s�b�ݧY��S�	�1��ל�8��es䴭Y+
���MD1d���yo{�Wג�͸7�F2]W|x�߶��l�X��L�巽�mok��ؽ�K�n�r����#����U�g�2ڏ.�╥f
����!Ov+�F��E%:��~ss����B����%��:w��f|G�6��B�<�W]�u�����3K��
z&����Y�s��m)�ܦ�5���)4<�֓9�A����B�J�B��7��%Z�.�i�3Du�d²�j./_���l�v�\��M��vq�13Ә(��n����|��^E=^�c�:h��kA<1÷"�s*�w������Oua����͟Y��Oo/
��md���8�x2nX{B��2�6�Z�K��`���^g�~!�s�UGA�ܢ_�z`��}V���]��^�a��PIFu��34��)�)/���[NҘ��^���U���⼅0��5���fӊ�=�I�Dۮj�5�.�bo�60��
&	;2S�s���Л��?6d$�[�?��︎���a��I«����[־�u���%+��H��<Ř��Ȳp�	��������%x�,�뢧��c1M�����3߉E�DC_�ͬ�i�
���3�L��8��K�4;黎��a�)��{L7Mݶ���=t��.��V�*S3�Rc!��A!ۇj���B�c�a�Y��V�b(�r˗�e۬vlf�[+�㜦�'6��R�+?��
Q�'������n�фm!L�;B�#Yˁ��;bA�>����ʦ
��圿�0��e�aT�Qs���xЃX�'�[�q�� ��U	L!R�k��B��>{pG}v�/�e͖�h'B9m�,�Z���<:���9�:Ș%aB#+RD)�S�F*�4�qg���"*��ޘY���J�!X��h�����h�T0�
5he�������^[p�xT_$sn�����~���+�=�k&dJv[H��b����W�q\r{�n*�&%�V������N�/�s���i�85��,+"75U,P�!۹�%�n�=/�{8��:�� b�D�%�Nz���t
ƅ71B���v�h��T�cY�q�	����q�0{����-
gɃ�#�W7=;�T�bH)��G7��z����{����0��0�i+��S��؜�H�c^���ʚB� %�+����	2 闳��S�p�;Z������L�2�S��|T�P�F�,@��G!���i�%���7��p�^�A����hx�\�P���W�n�e�O�
nY�ͦ����U`9O�&;�o�}C�(j�����^SMлW��D}��KOR������ :�,��鐛��j$�3$׉ˆ�%BW�P�MAi�#��;�e%�9�TI���`���"�~�K��q�s���3¶��
m}@���i߮��|��)�m��}���P��+kB�Or�	W�MB�S�h��/>��<"��\���1��'
�O[��z]������j:��(�fgR�K�pbb�^��>���ץ���Dµ,IgfKE����s��#�:j�A�_ʡ �����b�U7����x�Mz������>�J�X��&2�w!W:����K�����X̱F�#0E39�^�G�(��K�Rː�'���2�Ƌ��X�O��F
�=!�}�3y����XA�&�C�
�E���s�t�7m;#��XsH�RJ��N�n۶l��.���G��K���Z�o�``�*��:�?����HY���Z�C��N�~�v���-��f�֞��ĊPBB07}r+B��*���	أ>���pWC&2�l/(�`G-�����
����_jC����i�;ea�ӟ>�����N��Wi��:��>�]�1E݀�/�/p�K^?�Z�yM�X>R/l��s�\���4��GU�a7�R�*����zƊF�@�����=~�<���`��Hz��'C�X�)ьBS���b�v�Z���,n�e����k^��^������B�?[5hv�+��׼�5̲�kt]� �ϷK躮S��]�աJ��}6\�2k���<�N��Y��O��'��K�m
�d��9��Vb�'�ÆK�����.?���pIӴ���؋��L*�\K�B������c�T4G��$M|�T���Zת�N3{;TU$����+��O�,lk�U`�_YӲ�y���#�p�	J%w�Vs��T�S1���K@��E��j�S�8�y�	_q�"C�����Uσ�]<Ҵ����E��&;�)K�ecl[�x*�"�j�v�*�>�7^rX܄�|w��ڤ�]8��Վ�?�/����J��$*�i�i�21�E�O@�\	���x$r�!	�w⎍�
�
0�Fipc�M��&�l�9�H�a�=v:E'еVf�Iߺ&�Ω0��,��Bg!HV+m�e�	I�ߝ9wE��_wx?缾�΃o[$�u]<X���R���$�`F�3M3�]u��3��^kcc�1]�	cl��m���uiB��>����ˈJ#��!D��	����}ncc�R�6(e\7�%�/!M�����J�4M_���ԡ��8�6����ָn���&��?��?��B�嘘��:$k-ι.�V�l5M�D�I�ڋa�&+d���0XN����ۓ����V�^ry�m��■\�o���#��
J���>59y��ݾ�a۷��[���a_���[���A2���؂2���6*��d@�\��	���	�s5��j��� dcDE0
i2����2Fp����~J�r����3&�д
��mMuE��?SW_��(.XJ�mß�N�R���"_���7�˭�;O��GE=N�����ġ��]�q��]��_j��$Z��	�D�Є����v@��8��{M�
q��v=�MY�>A�u�_Bp^>T6L���{��c��L�`Jj�ې���-���$�4K��S>T��ou>���3:�K�U7������/���̩Sh�8I��G�6p���۲��'NLIolX��&O��d�j��g���t��D��T��)���]��;��ig�'�lMP���#$M�!���b�v`�ь���s�رLW$����	�~�Ic���f�~Z���-/��3(
Ҳ?�<yڕ�f�T	�o��n��s��	_�9�FyL�a�ǰ��QJȻ�D;��"dbZ?��W��q����w쭀�=������+�y�{X���cO'��UO�I%	�tִe�S �p��Ds��8��M7ݤ�7�ź���㬺|�U�
�y��l��8 9i�����2��_����=���#�ϱ���AF�2{0`Z<AҌc��>@A�[��o�>%b����Tx0c���׵��o�bZ/�����X6�x;.��WBG2]�:~'gp� ڡ��2r����I��^U�P5M�[�̚��p����'M�>%��������Fp�S����6�E��X�Vk��z6�<8M^��8܃�"�ֺ$��է�o�.n��Y�Gk,��{>%´��B���l���og�7�}�ӑ��~�d1�JϣRx�Dr&9�����
�1�5�,ϸEz��"��JR>�,a�y๹��UbDϧ�Gu�u�0�d�"N���%gz$ݏ� ��پ}f��Cp^a���n�6��a����h�T�+�u��1��E�"3u�w�����ho���i�TvU�q/��Y,(�����0�P�.��vJ�z�N�rͭ��'��ë���j���Q��>�����7�Ν�s��E���#B(�GgP-)��K�&�V[�#�
g�AG�%�eN�u�3���כ���.@�T��m��*W_���!]�[H�	�IY�s ,�WeY��EF!@hk7��#�Iո.��m�9�s[�R�Pa��Ϭ��nQ���~g��*|�(�]�Y���י�~K��@���ce_߫G�����t��|J〤�+G:H/gD)}�
�G���m��I�@�s��R��L��\ۥ�� �ȗ�Li�\��u��f�j�f�~�Δd���U!g�6��	��U�z��TFІ<�S2_N��J�鴑�.v�u��ɝ�;]���F��v"�@�XK���ٙn�ʯ��\Kib?5�
�i�Eq͸��Op�p������,��b�-x~�u<f2�L`Xdj�LGC��y�)E/�O�ت�RLS���o8�,h
�r�Nt���UvT�3�
�O�=�����<���N�;r�|pF:c������w3� ���Qd5NN�����0��ec�ǖaa-��Zg�4;�7e�MlY[޲0��1M�f�����Ft�]NH6<.@Nr�
7:G1>�u��s[W��jVkx�I�۵jp\�|||�x���w�NWo�s?���{��n7��,������[�����']A�k�U�&
��u*h�o�r���i�mOF��P~\�����lHwD㨂-��}���8"hĝ�pyX��#��?��\��>�i���j�5Ms�l;NSP]�iފ#C?W`�
�ŗ�g_v:k���Tliळipp���n�MW	@�C��r��=h0HnQ�}̮�gh����l�
2��-���<�%d�4��sЛП��4�a�3�b��݋Vt��:��m6�A�񛶖�0���F)^Z�U�Z_��K�[��j[�K�.K�{�f=���~���Hc�b��-+{c�D�Y�Lz�M7����˦�3v9�}(>,^n�Ň+Q�%^a�7��Xћ�Ň�N�*�\�\_���
���q^��8��>u9_�eA4`�dž��D��ؖH�����%�Ea�5^/e���S�7+�z��;�Po(�l1�m��݌%̾�{�V�BX|��	c�݆�6S��fu�j|7�m��b���	Ŀ0;Q#�{�Q.�3@�U�Q/}�݊W2�&J�� 'JY'sj�D�n��Y?�x3�����զ�B��1�"��7f^���X�{ 0����_�^�J:�$RvWz#]���v h�L��4}M���]V��8]�ρO?lj�u}�7�@'L�m&�jojo�NXl\�##��Xj��utC�k�b���b����N�cH���8'&3���#�ӎ�B��x$
E⥢%h�Z�D�+)y+��_�Ã��č�[dN�70V�?���E�|���]�����	+&��߸��?����WF���tC�����n��c��EEyl���}[*�"��F�wl�r�(=���g�A���$=�jS�Fv�7K3�v,�g����oHi�^���7����g��F�-�a��|ܮX+1'm5 <7��&�H6'dfHt�\Z����Q)Asǧ>���hY\¸�_a���Z�.,,�tQ��™k��F�����/����u�$-�+v	m|�s��c����ii�z��-�3ڹFq��vE�bw���h�Z*���{��-"l��G|��t������u����4�)XGنg�ހ��;x�EX�3vL������Q�?Z��'IB���I2λ�t{7Cǥ�u�p���,+ʳ�@�2J��-�.�.%�
�/ y=g��޿�,`]�@� �e���)����i�(�1.��8��M���8�W�����GoVױ5�1pnE�d�.����ݟ��5�o��I�����&l�\��LE��)&�p�b~ےP�^I���`��i�K�>�{SUL���
�LEuy�
Fi'�����vp�k��	�D�{�oO/��q��	���U
R2�4�f�W�xnEQ$�F�A�Ý�_ca�-W��?B�oq1I�q�z�k_bʄ)s��J�C�^��E���TQ�z����<�Z����&��)��M�h����t���@zu�S��%M�����t4ͣ�R\���*��I�F��/.&�8�0ϛ��m�O/Ny��Մ���(���󙖊rt=�<R����C�H�L�4J�Qg�M� �r@8f��g�eGr�)��azӘ�a�9���s�d�1�3
�O�FH�Q'$0F�꜖0���K���DEV��Y%B���_�\��{r��⁈<-�G�I	��i����J����]�K6��V�}< >��%Zf#���c�'��]_����!�-~S�:5���4��!�z
^y���=��! ���n_5^K���u������I�}`3�68��&���N|�g���c��c�v6�t� ���77�&}�}��DD/�~	��CAT
@�zj���n��Ǟquƙ��% ]	z#3��k=�TS?�<�'�S�E�p�N�Ow�ܑ�=��Ò���ޜ<~D �K+��렿p���L�S�Ý;w�]^'�'ˁM���$�Ee+�8(�T{���A��<�I҈O�L+�H<�6���G���t�)���%����x^������d�d�j��\�ܢ��1*K˔�Y�lfߟP);z�{ʒ�ju>��K�o�QI��F9�2��i2G�L��43z�V��W�6���|x I!�/�����g'���.����zlUg-�F�����{;��c
���Z������J�4U�OP�$2Sa���|_$/[2�>��tg����8�t<C�[��̄x�{Q���۷���~��8�aFJ7����x��3�������̘�޾}{3�������
���tUx{�Z�kQޏ$]��|%��A�B�.�x~�����6!Y�<�~U��Ց��ܡ8��6l*��Z�)�E����N�hz�0\��׏�LQk�b��?��?cS���h�ܥ��>ySYn�	/��0�̱��\�8@����
|�?��?+jX��,o�ې�2c�+k�B�673���>pyW�ih�E�$�Ί�Gq�7�RN]��;�2���"���"&B��}�+P$b��\"֦:�g+�����mt����ǵ���2�o7f�F�ˮx7�^��F�w�\7��FY\^�o�ӧ����n���E����iU66�D!l&
A\��H�|��[җ�nr���°׻Q�������m7���W�ފ�w@��.���6B�G���k�'Ћqt�!�J>y�I�z���
�"e�"u����K��2rQ��R���&O����h�)*g�s=��P��h�A�J��Ÿ6q�ünry!�� �)���3���d`��|�k���]�}'�H�;�ƾs�T��Xl}p��O^Vs�,E<��z8@<�e���b��&��r�e��[�����E��o�`���W�ޗ>��#�>�DF~?��$
t��u!�(q�LIa\��N��p��ŵtFf��R�_sss�m�u�M�9sR�*,�oðl����s<S�LO{r���@�]������R@��֙e��-�C��t[U�t
uF+:VR�lx�=+����J��qǂ�i���R{t������t�0Ÿ�S�G|
q�xpqSBZB]�[����<���8Q�D����wr�<,�b�8�*J�@��]��E�Wf��[s�g��̘���>g0��PQ�I��w��
��O�C{�!=X��aK`Fs�����דU1u�~�������6�<�!�]�/�
p樾��D�~����ܼ��z Q9�4lK��_�u@�@r��d2��4����cI�՗��&Ƃ����X��)g>����3y����y��w�?�ɃNA���۵E�� ʢ�Ǐ�I�}��jQ�� "-���:��iP*K	�o������O�UHL1x�/e���سq�%����j���������"���T�G�Q����P�@T���b�߻��ޭT*�I�RQηmX�B6E,�`����9��:�ٶ��]��S���=�r�å��F`����%3���ʘ��
�f��=\7,�6�)�i��2�mCǠ>����:W��+������1��1z��Q:>P�ׄ�CEi�^g&���i�
��РiP5�\���|�t�ϡ�,7	�H�d�SMO������;����+�v��Ü�F��6��!������h�����.CY�?85�����N]�k�Q��ۥFc:i`U��ช"`�զ���&��ɲ�-F�a��0������Y��"D�3zX$��F�%�:�p51�ja�v�-���a����W!��&+�M�����yQЖ����)���}S!�3�LU���8�Ty��5W� �M�)p(eO1E���yQо}3\wgy��E�
N:�m��^f�#��~�Tmϵk-�*�֣�,'*�#��ns�%��ߞdiīE���6�O‡��?�D�8�$*wQE/H<Œ��$iZ���!����x�M
��]O��ժ���o=<u�оc=H��d���g�R�
�R���O�����LL��;"�E�<��8֋���IĢ��ȼ���2?�S�T��<yd8��	
�4���T�!�8�ڴ"�!�#ٌ�-,K�95��B����h�Ɨ��{�.v
��Y6+WP.K�_��ZmCve��r�]����O?�4T����D�Bp�ImFW��!`"��)"�z����R��N��F�e��7k&���|{�*u�r�G����2��1.���ڮ͂߂�e�~q��Q�	z�)���'P}�ؼ��'N'��
��F^u�0!��R�ݵ��]���S��E�?��u���Hu�{���U�k?��
�f+�ߍ8�cl|�RᏙ��ȟ�e�6v�O���Ѝ~2!���a�f�f�C�T2�_Wz1�W|Nz�x�P�.��i�V�IA�x��[M�*W�:�&!�=�dH�_��,K�I ���՝k%ʲ�:���
���sȥ�uI�EGȱ�����12H�I�,�_C�x��_��mtO{��� ��<R��T,�[��&��r'��V�b�*=^,rn^:��=9a`�O�CKEr$]Gύ#�C��<j�4c%�F�J�S�F'�b/+�0t��r+yg�Z�4�E��T1��V�Ž�6x_�$�>�]���U�1)�I�w���HyYd����9�����W�XV�����N��K%,���XaH�-�4Q1(�r�
\��S��B��?g�=��/+����^�i.�8�A1%�P��T�v �6��E��Q>�;M�/��Gt��D���yrK#S@y�>��7����(��Q��CVM|��8��¨�+�)8/�	۶��|�4X�~u�ֳ�a%/�/�z+�/,<Y�s�~P�{<���Y⾗e-<ɔ�����ܧ�~�G�w�l�,�!qyE�2��T�����I�0_����쌀
^�3v�3EQzn�Lh��0��Ə�'+�3����A]��:���r��kn̢c�6QW�rZ�О���$_I�.Y�	/]q�T�HWMU�/���i�]��JѬ|q�`���.�;Z3M��̅5E����y����#&W�f��7r�5�Ls��3�dYQ��_�#���Y����C��<K��y<�B,�ibK�[^���d���H�W������Z�g��0��0���/h`�M/R�	�ߋ���"k�+�W�ɷ���F�a�����::��\�+uml�~�)Uv�׉Cc�4��pyza�^�O���4;�8::�s�on�P�/.LO�#�L����اF��VHծ��8>�&iB�&��8M�>����&%	�Niԏ���O���@D�̡�(M*�S
B�5�~��UU}M#_�ȒV�&
�!�[K��"�dk� JŲ/{�K+(}��j��Y.���Rp�IQ�G
���@�u�9��G�
m�^ʢD
�D5v�F�5`5���Z�c*i�fۙ�s�s�a�RbV�qY��"��/8?#n�AǃI�9�&��,S�CQ��L��DN��0��p���^��믭���_�j�,��m/��샠=R�<#d�y���B�F���x)��q<5��Җ�v/]lRc��6�`	��o6�7lh����e���ʙ}��i(ز��Dq�	���*�ּRL)�S��N�9�h��=�Rw>/J��<�ۏW�?G���h�~�mM�7�c��[5��5��zY����{|坈⹉t#���xȓ�,tܐ�7$��*:�@2n�V}�CFlk�FU{bMw�a��Q�
�
]��4��"�VT���b����]a���L�VU�|6�N��YSQ�iP�,�<������Z�>�=�g�C�Uz�0e^q�z�U��W���k\MS'>n�ܖ�l��'TMs�A�e:��.:��Œcǜ�(Kp/nɖ���C�fA��K{v�Iʸ��_o,(�F$DR��f춖��#.�OQ������/މK�� 2 ��m�t^~���B��)�~|�����|�s��Զ&�_���};1����¡���'���'�cXnY��qnۚ+3�6�{j|��1}�ƩC���2�S0���4�Q�xQ�E�~�6
h�ؠ@JaWӎ��M�mLt����M\i�f�N;V����Tp�!Q�_]��J�U�}��^�
⅋ׇ��ͅ$^kEQ+-%tz��דV��f�ū��Q���5�-�-�
��+T��$=�Q3� 6Ħ��S
B�N�3|��I�}��C�F�>_[ƾݼ���r0�sX
�����+��mI�v�Y���q{��B
a;�d�;�,˪L��F�3e�_��	��f9��rZW�[yzj�#0��
�ePE�$4�r4E2��?؈*���eI�E���p�'�(�'`>T�[)>��B�h
����4	?�t��?���O�%pe&��U0w**Q�pT��_�j�2�9
�f�&'�1T�z݌ޛ5IR���.U>vd���``�>$w�����v�U�8���z�j"l����̮�[+�S�kbM#^.���xnn�p�t,���yJ�4ً^g�<�C�;4풖_��_%�4Hqk��R�	�<�����v�_Fet�ۀ�����,9�^���9�$�I��֯AX���V*aܬ����΁,W��A�8AV+�[u��o�
URu�G����_�w��I��/��VK��(XP����CԾ%'��n�8�K�/wA�♺	X�5_&�mpM���9	�uf��H��Mx
�1��59��ŎJR����:�ßc��D_V
��ZVefDuS�,�8`�@O2�@V�uņ"����߹��I��Y3�!�
>`�/�R��Dž��i�^`�sf[m�	��+����+�����>��퓤ʃ2U6�PT�LSF1���#y�s!H����`��V����xA��P�tijd��p���Z��H
�95K�64��6��}�&'�d�ra�o}�_B+���tP�M=�����҃�͝n(�9o1!)X��v��v�}���7���kc`�w�G-�2'�IY^/y�|n=LF��^$󊾧YGVo4$�y$��a�i���$I� p.��)�.=p�z5&hf����e�N�߯8Ni��w����4!<ϐMӏ�4�}����,�t��>4g�1'l��UV��i̭S�]y��Z1
��N~�i\�c�.��Z�������ν!Xž���8�f�ǐ�0J
>y����A�yj
���)iU�r�0����b�������
��	��[��W^y�jc}"�_����E�4������4m �^�ZSS���ܔ�߯�?�����ckjn�P��ji���XUЊ�"f^�B�'�$M�ێ?���Oi
�����^��g�w趍���@��|T*�T9�S-i�и8&؋�lMf�����a0]'\��|3X�kq��-���-pO�`�&fm���,K�b��,o��}[��J*�W�=3��Z-�>84R�Q,�ƞ={�̼&�/s��[8��-��!�X�y�cʡ*�e������l�5&k�)1�<��v������O��J�"�J�;;~����N��{�3 �[~Ƿ�I�RG��
Y�Iδ))�۽�ޔ��HuBZ��`�V����k�64m�3��-E!ji��X�y�"�`���.-�͏�ˡ�J��W�ju�=��
���!C�%�v���A0���.����!p�/A@~��8x�V�
}ǖ��
�
���5R��쁸���a�3F�Mc"�n�F7I��Ԫ�ecG��j����+Kyk2?}l2�tr˧��aW`���:u�zc���G޹�P
@���k˥F����:��?Q�osXU3���0�*�O���f#��nA�� ��٤AM��d��ϻ��^�!����H�>>����K���N�i��P�k��/]��
����9iq6�S�"��Ue���Y��nض$=Uˡ_�T��`�p9�,f�͹�r�|�O{�OdL������?��'ŗ�z�G��\yvFÀ�_�5�t���w�W�n��v[��3	�8PL�
ëv�4._Y�V��F8����^����B�����ةj\ctZa~��J�+��q:����O��l����C�y��W��
�S~X�D;�
*��2����)�%?�:�OL�n����z�_��V`�nT*�N��6�k��L�f��a�VT��v�g����P������x��8V�]%f9���b���<&�NM-�߻y7�d��DR�;�
���1۶+u^��w|��� ”(��mLxw<���Z�Fx�afڗl�
/��?�Tb���
����)I%�c�4�<JpG3��y�
㕫��űI��	�$�TǍ-�ƥ�)���������
2�8P���H�GXJ�m�a���	G�b�K�B�im�l�TN�S��z�M�k3���B
E�Z���v�m�����ű��!�9�8�Kk|`+��W۪iZ�MQ�zZ7�!O_��=i�Z����%���zΎ���@����4��1	�Wju���9WS��mX�շ0�=
��'�� �'��Ӭ�l�N5�rg�5��O���C2�	$�D���I��A:vR�
��ʣ4��WQ���f^�8%Pj��!U+KԀE�T�JbyccCy��r�i�?�MM��gr�y>=�=S��;��2����r�$`�?�o�lW�D����d'i����:����#�7�BrD��]ceD��q��o#�D=tz3z7�����2=g>/_\QKWPh��lW�-�/�fj:�a�'��3�q����ˢ$�z^��M���$q�F������q��#Ro�iUUAUA�U՟�=P��X�R�7Vt��hh��vk����xq�I.��
�Œ)D�nP
3�Z�e�T�I\��؅��fg�K��{T3���zu���aI��Z���N?��G��u=e��;�n�n���}Q���; �}���t�B��Z�OO3�ZR���|�S��1�fy�u�ܹs���x��߸��Ӯ8�\���`����^(�=\�ݵG,Ӭ�I&HM�\��hGDŬ�Æ�0I�����;d�O۞LH���x��9ݶ��
A�&F<�.�'Fo��z=�
�����3�-Sh��y�0�m[:c��)��"�Bׅ.)eTLg���Ɍo!�1��|>��\�T15SX��`�_!}z(���`'��)7M���\��L�k����asI�%n��h
�i�DS9'��,�4����o,Y�a�J�f���Ke����M뵴�g���N1͇�f��;��\��d*|2=r>g����ĿZ��;�ė�ۘl�LĎ�,.>��+��=���
����iJ��q��[�mT�H�S�T�;�h�vÛ�f�:5Yڕ).��V�N�	�ށT쨊p��$)�{�h�;U���"���}{L���j�/E�8G;��Y�Hz��u�|��f��O�;�s�x�����EDQ�=�J�w�!�q{�RJ��k
J�ZY��&e�U�m��_�6}�	���JNRmW�Y1��1C���2�۳�)��J��t�}|�N']�4([S���Y�m=���{�ó`�wI�a���m�HҔ��y�8�,J�����w}1o:qW���v��t�mm�V��+�Gg�Jt��}�#K�m�k��&�nMO_�R3�7g����0M&@Qe�2E�L� �]�4Y5\}�)�e��>рC��X�7:A.�`���04E���jZ�u�H\��v�/XX;e�4l-��>�ו��Z���OG���vn�%��9,�w4b%��I����zI��8W8��^�/9��,^�~����<��Պa��"˧'���_m�-�;�IE���<[���.�\21����G�MU��4�^��]�ĝ��.��
����
w?-�ґ�O�m����8�t�I��S���{L�Wr	^�Eχ�¹�J�;L�5q�[8E/&����·�Y�T�*�wq�t]�׀��nI����r��q5��k�&��ۭ��~��>��v��K�0���;�S�P�n���P�xܠ굮�L�\YV��QEVҒ�S�V~�bzf[�ö�i����j��c4��◎�e�C��g�Aɖ���Ux�oi&K����!�I[)DQ�Ԑ+�Q���)Z2$~h[�,u���� ����@�s><�ńO�*����'�n���{7�����e��:�#h��.�[��X}QB��؂�?���1�k$EV7p�S{,�¸�:+a,�Ɉ����KQ�$�kzz:�c]�$��nsι�ӵ�eI�����$cE�6M�麮3�4%�*
�eI���tIR��hL2M��C��4U�dI���>AC������S.n��c���(R�rls��E�A�1�wM�&�cC� �%�֋�U��B8���,�%�%�-	��^Vf�e�U�4M�T��F�%s�1�E�*U5Y��Զ)^�O��li��dk�ȄȚ��t(��R�[#�|÷��W��н�L��*n�'��@rF�E� zhM���NL\�o�A(�wFZ�ݵ�X��Prw8_P�����	U��k2��מ\]]]�Xm�Gp�c���D�k��u��4�P������9E�+��E���z�aM	�!��9Q�@iLPAJL���%d^'��M��$?�)Hi���9�ɱ(����B�5E�7zH����;����
U�y�?~�����
��,�g��X�Y_E_=uJ��K�`q�0	i����d�\�M���ഥSY
Ι���y�	`>��n�7:[�^Ut	O���Wg���g��bn��87sh���Q^�`0� )ь
5US��;Y���Ba��£�
���T�uԮ�R�!��G� D���@f����Q4۬�4B�Q�R���c~�R�Ԣ<%�A�֜�"S!D�aE�� �
�@�4���*
���4M#@ŊB�U��i0f�d�&*+��gX��r(EG�M�-H
0�@ ����x����2$K�"�L:���l�t-�T��E�?�v�i|W�sh��^t�<ck,f\�,�s��\c�Ygޕ��J^	*�Ǩ��ފ3w6���hJ͐��8�vX*���OOLMM�a:;`fx+2�ݓs��N��KDα�5)	g\C
�X�e��ulK]��*~�.���e,I��}j�̂��)�V�L�Z�8�rK�t7�=��]�b�,���6,�*�M��@DS�j�Abhp��T���}n3<�����ȽI.�E:��!��@J?��-�(�q�ou,abj�7�u�e8����<i�G�1���b��uM��+���\��A<��I	��!J�h\�M/�l[n6�أL��R�a�80�/��#����z'�uU-~�68/�qmDwz�R��6 �{I2�z.�m�݊�䳑�u-HA�`��Eq��笽JQ�W3q�f�'���/�����"D�VtW�@oF�4���I�,�b��9�@8c�մ�os�0S4LDa*T�f+]�$ںNW
Y���8[j����mW����3G6��y0��qE�y�A���1��d����8���-KR ��Y�fjyf�J
��ϵ��b�Ϋ����CT�Y�6�ڙw�xހ��y���*�<������&���z&���X�<M�5�݌+>#X�}(�L��z ���
�Z�����[f��:�u3��@�cS��L�.���RQwQl�cR���&Y�V��������Ԕ
}%[=<3�y��-���RD��$V��v��fgF�������դ����Zx��0�������TI۰�2��#�ཬ�������a�A6H��1ؑ7,�G�)����f�X��p�0݆�F��7���bC0h���_��nq��4O�!��'2n�z0D��$+Ƙ:�:̟�A��.Jބ,��,2ne�PC�J��x�i��M�8��z~�l�Sl'� tlePaw��Bh��4 �/�{Y��]6�ߨ���w�qf��.��=HCF��|V?9��At�V��4!N��L�Gb"�dn�֪|lF���w�nP.O��S���sn/\�ž����*MU�W��!��M�k������*jQU��Q*��W�V�?�뛹EH� H�[M��.�%��XiI��a���'R���4ڭW���R�����{
�o���4?:���1[Z���)@�k��,E��pŽ}�sz�\��H�����O���˗�t�^J���f��%�� z��=�V�ڤ���g�|}&�yI-Ec�J�m'n���،�s�4����^o�i@��d#$c�{)�O�z$�?�K~���!
�yw�!��j�#\�����-�����ݽ���zY�Ɠ��g�q���CB�2x�8ue���$�T��u�P�f�{�j- �7hm},;FYݩ��w�0$7R=>�*���5�I�I
f��Nj�Α�,oAޘ(��pA�sz�0?g�:����f�]'�G�$QլvZ�Js�a����I"eW�q�b�+8
��9jB
����T`����ie����b4!%�]B&D*��?�[�$]�rY
�,�Hu�H̪s��܅	�{�1M����q�&U�h��a<���>��c%j���Y����k�ڹ�;A�74oC�i�"Ʃ��h��|�]H�t�uQ��g-K<��R�Q	��|��8T6�
��3�(Q���TtD��Q� �w	Yi\}
�z�K��={N��_)���gw����Z�_wN��x/��R)�V2��C�,��|�*���xŁ��Z�{hk�h\��w���y-�ɸ�#V���Uq�}��ύ��i�
�#�5�1Ё��
�ew)�8��s�gЕ�V=�T��Ɔx�j�a/�,�8��\�Aٌo<�'�����j
�W�R6� � �V��l�
'z�d�J�Ќ��’����V��ո%B>�@�}���x;ʸ��8%��C�h���I2�]�B�z���D!Q��J+�uq���w�f��X�����ReR�v��9,S;Z\���++U_'^��Ug%�Ow���F4A���R��/ͪ�WF�#�_U䌼�Mz�I����,�H�����,���f�������+�_���h�bPQ���1�?����uC��WCP�2eP-���`�\�F�bM�]�_͛�b辫r��333�W2�y@<=333=�]�
k)kڏ�U]�
i�`���pF�&P�p�����j;B����;�c.L�nDN\0��O��n�q��}
\#��������<9��O�0���mA���Щ��(�%j�˰�pDPĥ�^!m�O��w�	�~���hO�r����7})�4x�������g��䊮�fr��؞�-C!=�2�:�`Ö�񦩾�	�VvD~ݕ�U��%j�K�[�D�t�]h�Qj�#��r	>s��e�@�v*�;�	Axjr׎�����3
����h�~���zn����ۘ^]�ߺ�։�Ç�fsT�5�z升WWWWs�L�'��?�1m|:@[��NGD�j8@�����4P�F��8�
C�\>_\&�J�t?�/��l�}�J�`{�$�kJc������;����^V���3Ql������ڱ�٦��6ѿ�z���j��.R�ȉXF>�k�:�����#���C���T�c�OްP]�^����~߅֑�`��`�B�zES�ҳ^
�h2,A�e9�|
�7E�Q��B�l�6�a��B��8x�"����a�(���[�ߵ��8w�Č^�Gي��b��}�x("�X��ц�Yt�υ�&`�o�E�1�-V��(x%`#��e�m��3?^ǜ�\Q�@|�'�}�)�ߦ���S܃_C5�řU�<�)��r!��V���:.�ozW6����g�=;v���&@aϞ�s&\aK�q%1_������NF�uÉ�3�^����T3e��Йw�FM���C��M�)��w��nM_B�M�䜴fP�@��ZW^��i�C�$�I�f�"M^���w}��&+?���`<��&�8��[d����M��}�!$hI��]�#R�F{�i�L�
��+Ph�;�h
��|8�TQ���X�\�>�O9���B�|K3IHA�$u�������b���Z�$P�V�p��{F�%�{Y�O�y���mIulaP�R'�p�8vlqI"������@��;�pN_+���_�g�XR[�A�IVTEg�� X8;��ǖ4P$"+����W�����p>�2�Y��H�# "�?=��[7��*�%2m���m=��p�ze�?��O̅_��w�r�fo4<o�"�N#^�݇N����5�4M=��	 �H?Ď�z�1�Bm*M�i�e�CZ,R�c�W����5���9U!}h�R�f<U��@Ѷ����9��Ɨ��q{�o3�q>�I��$:� <�3��cV���|�7>��NWo�".a�3{5���b����P�J��XH�ݾ�n���2�#�(�uh��D�W�Y�ňQK<�rf������A�Z�(�;��w���-��q
s?�8�X�"E��K�h�F˄�5W>9iY�������N�j2��#k���b�xQ��u��,T!�e�?��*1�Iކ�j/�l�u�Un\O�},V��x{RZ��>��(�{��K{���/(����#$S �I:i�X��˭�Ǘl�b`��B��}s���U�g���oX�
Ӈ���}�{_n�U�<�-���"��0��0��U�՛� �Ƶ����؃��JB��"�x>c��yN�v�1J[��4�Ҵ��i�[�B�3]�l��Үӟ���e�[��x����Nh�k�)|���`�ī������n�� ,�ϭ��t�UA0�N�!�1�yN[��/�95ǣ�d�6��赟�b�>5�&��8S�S���f�N�(�&$�ax�	�Uq}�A��d�mSN������;�Vr<ԭu\�W`�W��tk�C��	tC\v{G��I."y�ӧ��lAKX�MY�<�i�� 8{	d�^�6��s˃� �o����>��z�"ϭ".-���^������$�&�+��z/�?�FX�o�Y�+[� &@�$�N"�8�C����L�=�S���r�ƌ��s���)�R׃ W����[#�{Z�;M/���_���^��z�Z����?p�P�q䫤ֽj�<�����X�QT��ɝ��[�x׋�a��( ��</��+SS�*������7ٴ��{�.��	����T%��=/���Ph4j�.�M#00��P��&'�%˼�T��u�7�Ryr��5�-��[�F
jӎ�� 7�5��h+���dhf �V������ǁ�l!O*�$���M�>�G\�q�{LZ���RC����U�l��^!�+���e=�x9��2Q-@�G�2	�p`u���"����}~J]%�Mt��͊��B(�-�d|�$a�*l��'N�ϵ\5����T;���0x�)�Wъ�Q.�ϝ�lN����'\|,�8q�m�5��z;; z�k��{[�Q��X�b�L57��~�@��-�5��l�d�[��Ԕ�������V't�h��v��[��-�*�+++���ZV|ӚVթ|nj2�������3�4���=�ki��1�\s�5�qM���J��>��h4���0�k��f����Iu�{U�7(8�$�P(��4��
Iq�)n��/���� �=��t�1���Q�����M^E���p8쵧��%�cJ|~
�)S�H�8�Ns)�᝽
gxϠ.�S��?�~
�<�m�(R�L�ꥩ�����~^���c���f2�2B8`g�:c�^�[��m�s���w��֍�Rj{�_��M4�-e��_k)���K���~Cʟ�K�J~ܓ���|�+�ˣ!��zŽ/���O�ı��Ǟcog��oY�m�ꮏF1.+�:ޔ�����T92�b*//ʌMT�]���6���֌��i4[{��Dfl�7g@x*u!>]�۷uj7�|�v��
Y�>R�%�����(�9`SY,�녢"��(}\�ui;j|-#m;r]菕쁽��]uц�Ii5S���	��j�#��E>sÖ��8V�+u
��8&9�
��)H?�8��1`E���]�9]V� 1&�(�j�Q*7;�cK��P�T���ݛo�XĤk�ƥ*�2I�g�� ��hw�6AXm+n��c��҃Si��"�r�,�g����CH�%�w�hn�x��e�SZ��P���]�BD: n�r!�!�N5�j!��T�%|�9���^=�q@�i7K��mi'	)d*��r[�ۨ�5+F�+vTI;��ؖ���u��u���H�
#�aة�u��{r�f�:��;��eߡm�5����R))�TJ~DJ�&ưvSg�5#3�1�`��S�^c�셴���k�8�Y��U��3�KǨ��V:ߤ�v��tXژ�9����L!:/I��O��a�m�E�#0ҹ����^���5��*^U���$J���R/Ӹ@�%K��o�}���ǁ���P#0Y��g�
5D���!ʘB�btE�l�d�Gh_����V�X�d�Z�ʖ��А���O��2@q	��o�o��9I��8L��z�����2��[*��Z/-/=���,r��n�<|�����6�;���9�q�,/�bor�Ia~�yƚmzSGQ+]��&\��N&��c�l���f�М��k��+�U[�^�дM�<g���#(6�����AH'JQ��Z����Jʼn��:�Ta���Z_ �����+�^d��B�����.��n����XBS&��T*_آ�W�G�/������!l!���"���:u��P+��Bpf�G/Y[4/�u|#i[=�7R�P���֟�7�g�|&\��O��[�D���������g{~
��VŴ��m�DX�J�5�Pov4�M���9�fB��@f4���2��4�?�;�z�N�t���7�T��Жu�;����%$�[�i��7��/W(^�����ؘ~�C�
��!�X�����)�����~X�Q�Ӿ�Ng�ƶ��k���D����%����rBt�k5>*�%�,�qj���q��
����u�êi�k�����D�]��xN�
Ĺbo��G٫��.M�	t���O�R�OV/_�r�����7�R(�����˷��xmk����ĕ��XG�}Ō$V�!�E�1�/�f���j]Wk�,��8���;�~���3�c�TdPpy퓋��R��z��|w�sd|��1c�(|i]O�J8������]B
TD�:��M
�TDͬ�I�_��,��8&/PxGK�D��G����K��f���x��H���\t��k�-����(���o��☔���&��mhǾ���9Ŋ�Wd5�X@�&��T?�y�!���N�(=�F�c=�v	���.m�z�%�������D0Dk����~�!j%	�P�#Ѩ��Bz��&��H*������P{<(W�}�
�&@��+�B�
���Z��V�MJ��T�R)��I�VY��@�
���ۨ�_i������T�9]�B��|�[�S��k�4�3H]�:X� �~��*�����I��_1�0�+%�,�����xg/�+)��ԝ̳d4��p\��6;�(&�u��cJI�L�VK�!+�f�̏0̐�?�3�џ�Oh�;e��8N�[X�٬��cї>f�)d�s���m,���*�>$a���y,Y���
9���`��7�P��?@�H\�d>�����S�;��W�pnA��ݾ���Q{�:�o"ˍ��e:��J��kGQ�O��L����Sc�E��2Ê[���Y���������z]��P�q�Q�L���l����F���}�|\;�<<�$<�� ���9!���}�!�)��W*�D�Ĝ�K��k����l�+���~~���9,
�ȷe��h��_��@�>�d6������H�ޔ{7��\[�
z�c38[�dSƩ�̯�����/}<�h��?HJ�#�8r��}Ĩ�!�^S�f�8G���U��JkF�/��82��8ҏ)yz<47l^~�gdh��S�(�ћ��6G;���X�YO�{�k뼦N=cM��2�]�x�l������Rjoa6|e�����LK���q���Y7 �c��qJ�;I�G��#A�.$��<�mK�ɐ�1�l��]0��ଜ���j�i�_�Ƨ:Pwc���`]���y��ƥ�����q������ŝ�7�M��鸧�Ri�1A�A��2�ۼD���/��)��Hi���oқ�����vrI	)q�pf��C�o"?j��$y��H�Ap��
Q��20&UG��&�0�™Y�����W&|r�#
�Z�%	�$A;C�$�n����l�+�3	�BQ�~󛷫BHQ޺P*�E��n�Pڼ6��OJ�o���6�OJ�W׶�������W�S����[(�J��Z�V:�'V�ڲI{#�w�9��M3&��S�5��V,b�M$��dR�"�\3�f����#�1>|�C�_�[�u��Tց��Z�'��%��J�V��R����Q�@�סf�����"\�zcko��hԷ��u��qm��R���G<َcG_�t��&�:BG�8�	�S�I�0��Wxͺ�q����k��p��'�F���AL�?j�1�%&����3B��`�9N�Ơ�����9������A^� '��:�S�pTAD)��b�>�,yZ6�\Z���Zq��C�,��@�
�q���j�D@��鉚�hȄ��
�N����T��v�w퍩n�Jt��\�n�!�u�bE$fK�4����J�$;�p�D2��Lh5���D�g��%��z}>�X�h�Y�9{W�M)6!HS��[
�4
�4�����s��;w.��)���9%�i���<�kf�l��	�W�L�4P+�B�Vh�����uT��0���#��f:���;v�WA���:�#v��Ax�Q��m���]��������$���(�f6���B�Q{�7�'[���~G?��ft�Eɻ��v��5�7�?_�i��X�g,[�QE*y��X�|~��u�*9[$���ҡ�d֎��W>����Ҍ�$�Ύ@awtd���%J��Me�0?�#{�_�<��=�>��-�u��S�F	:�Ab;���
a�`ǰ�׳
!�#��kU����[v�>��5�2"(e�*]�8�.�`������C��Q R�*z5��U��ɺp�{${!��3��
����
<{�}�}��{
c�]��ڸ��k�]?����8N!o�������nUۮ�T�k�ZMۮY�B`;�=f�t��6��`�z�>��J̧�f��s�
#������=�|iB����E	��/=�Ԓg�}��,9�k���G������ͦ��}7io��&��~6v1k����"z�sP?N����?1����߯���m���Q�4�Q��bM���,�=�\%p��_s�G�T*�[\ZZ���$�J29|8˲�N{�ҕ�k�����Z�Y\ZZ|_�r#�T�g�xr䧇�a��ل�g[��?�z���'v=���
x�_�o�D���[�8�6��zy�d�̍]���)�gYv�!8��i&{\��u8�w�����g�<29%��)���a�8ꯆ��.VN���������j��ZH�X�B;AR����`�h�	�E`�Y�
B��:ޚ&�0 �_$���Q�|��c�|J=�g�֢T5�\�_�d2@��'���Ns8�D`#)�~�'1&(I��J�FX؁�O�- �����O
�x����D�'��BĘ�RO�v�W>�#O���X�H��;������:^�\(��Awι��$Nf)-|X��M�.���c��+��R|0���՝b�eK^�W\���Ri�8k)�ln�ׇ�S-x[ŀ��7A()~�17�,�"���<t��UJ����U�.tZy0��Ӱ��ӕNg0�t+Q�9�qTY�;�RNǁ;aNv:(rs�<g��B���n�P*~;����sh�F�y'�7{0��3��Hv���Cq��U����o�E[o ���lp��~�Ou��y��7If�{��av�`R8���}LJ��P���s���=u|3h���윓٫3�;�I���>�8�N�X���\5��F�]Vg
N��TY�zBQ�m�G�(IS�2������ǣ��kmܤ�v�J촳f�%�9��`i���D��avCm�m׏�w8�HA$�EFG�1�8�@6ĉ	)�}��L��Nl��u��N�
���"�VF�.e��*6��ҺF��L����SE��D�1i��fN)�N�_i�z�n��Ap�̈Ҿ�sB�ˌO%&
�E;�2�:
?�9iQ�\`J��++��$��[��8�x�έ�vu�r�����Cȃ4���d�5FS��-�+���ERJ��Qj�������H��|��u�ҩ\��”�;���P\�)%�+h>8����۞�ܗ�n Dб9C��K5ebDD�'1%�h[{q��nwv`������'˜S馑��z��p�W�WFY	s߄͏q���ј#�HB�x�R��;7o��M��{��EOz)��<�>Og��|)�ժ#=�m&E�9�sn���Bz�Ƿ�Wo���D�AaWs��@1DZf�~~{���ɽ�_C^���Rdj.9��K2.oq���=�<����RG���{���ք������(�@�Į�0��q�c���޿�V�g��(6ў�qljĜ��̩9²t�>�d
����%�;��[WSz�_�8�̗�f�~Ҡ���#䝍?��w��hM݀���bgN��Y!D�'X��\����1@zQ��U!�_���������z��m��]�v�v��_s���k��޷��-�0��),�iп:��'|�b����x��F�q�}�}[:�2fL�i
]���@�d>���*�C"��cH�C�:��W�9(|jW�ݩ�za���`�U*���X2&x���z��F�٘��q��Al���Bu��Ec���o|���~���0c�ab��E���
���k+�$�#��|��1@�0�a! �X9���2��y
k��߈��%��o�nX$;�|<u�Ӛ�8㝂>A}qi�(��'����{r�\K�s�d�+�
?fz�
���u�����d<2P�J�l�R�_>��HӺqb�ň�ʻ���w[r��nw4�vC™�����=_[�}w �DBx��sӂ��6�t)��F�]���/r��@�d��z������Xo!�h)�p��I)�Ԏ��T�6��T2|�l8�>3
���x��ڼ@�	��-��q��6I��9bks�`����1�ԗ���y�pf������J������u�&��N�ӔF�V�}���=v���u�O�:%�)Nn�0�&~
��B�f������HIcNq��)�+B�P��p�b����琀_���w��ַX?8��	-b��d��d�����P8E�<���:[�|��4�[�(j�d߲�kW;�LUW�߳ʙϼP�.�f'�d���8��E�k셅@!L��'��XVz���c"�6NU9��|���Ha�Ֆ~�mD
�8�K��-5���d?Ŕ1����s@��J��S�q@�u����q�(r�TX(�!�Q��9B;zpG�eΫ����̱��E������F*%	�l���G1�u�)��dU0c��{L1�g�0���G��i���|jtj��@`:r?�s�(�	�-Bz��h�O/ʈw����TJ~��D��D�2BH�A�%�.����DH�O-<ڇ�����A�R\jS�Q �i��)ڠ�ZzW��c��b=m}���o�S5'��-��͑�F�����4�9t��it��x̸��@l�ҹ~z�e��(����[[=��U�̦?�;G�����������p1#6��{g
��f�	��q$8���	M��o�����g�ޫϢ���sc*a���[�mo=�2NV�cF��J�
�X�RL�<�J� �Rn��uly���|��5����U�u�z�_f�aY�*�v*�"��k"��m��5nB`�<�H�C�G�v�W[�޷�'A�}d0(����j�|Q@���������<XJ�k��s�l+��rZ:x�xA+c���n���"�@�P�_}	|������D,���rK����8���O��%��޿��
�>D
�zR���0Ƽ�p<�7Nr�~o���"��LH-�g���K�Zq�aWY����
S���ס�UXd�U���(KR@�ҟ�!/��æ� �	�&V��V�(�PB����=�3��Z�3�ttWf�����B�%@���O�{b�wZ�����=ɮXG�_��e�7ql>GhG���w�P?�UA ��I��hi��_c�
�j��2k��x)���,B��O���][��y)/Kj��mw�
`}�e{�'��:�����H���h���FK�&�@1[^�Ó���{\+9�ήSr����E�
�?5K6�G�Q������Y�D�7U�]�J�$#�D�ĸ�V
'�=���<y���L�_��%N�d�mn���=NVgn�b��k���ϖx�U�ߎu�z�q��q �͉���B����4���A��~�)�#o��;|m7���y'�sϲ��ˀW��+ӗ��"��@�л���/���D�¢���%YMp��pߞ��
t��z�e�m6����k4>W>��P@rB�����/W���!_���m�k�p_�s�ʡR�8p��*Ww'����W^>N�+�_��	�=�����wtu�%T��%Ƨck�*Y;��`�y�uŒ?	eI��:�}-��ԁ��mb!03!EȬ��{�_�4�9���sM�8�
(�~*��z��)�����,����&��d�'��l�C'-7���$MA��y�2�A��B�ٳ�V�[�)̾�		��)X������D�e�l��!Ǒ[X�Eb8MG��6Un���FVk�k���NA��&�ݳx�1%����C|�p���f|��ge���W���v��F�(��2S�����J(�>fWJs��g�,���F��=�U�
�j�s_��^Y�۞>��.�H:J��R�F����ciLM{��h�;82H[#��Q�8
�lL�4��fӔ�Q��ia��R�y����'��˰�d�G��Ȗ��k�~�\B�..w��;9>g���p|����B��?>mzZ���c����vl"̟��z���7�w�4Z�|�]}?��D�Æ?�؇���M?����@��!_ۈ�A���u�zCze��i/H{�g�`4�[n��b�3h�v
+n]��ߥ3N:i�ΐ�$��j��C3�+B)Q|�=.1z��0Lf�+�2��	+Ŋ�@��I(�C!&�RB0
,�g�DŽR�1��`@��ĩ��`֓g�f��7p=���@��c�����}�!;�{�3�؁+xq��j�1��oZ�S���#��:̗z���
���
�'?���y0)��%icB���c��pX2���l�	�ӿo&k��5��BA����D?�2_>j�)� �o�d��q}_H�R��}!)qMѷu���mI}��� ��, .�C����3��-#��)_JJ]78eP��^�C�+��I;.Y��J�E:�[���
g��^�
�LC��n�����k�﹚���#���
��o����笗>�gƴ��a��y.�o�7c���?���#Z������+���˭��k)�ş���l�Q�~;��g��?�����@�9�{���Z@��2U�6=wB^�Ro8�琜v�
Sk�xr�85c�@��E.�����#{5Ҕ����?��)Zt_�u�8���W8T�\ػ)'�o~K�o!����E���y4� .�7S�-��8��/�j��̺�����
c�΀RDb��K��,J������8�X�0�o����B1��|�łϤd�r�Pҹ���9}�S*ȇ���OS?��}K�h��������f#��766���9]��x�j���Ž�����ߕ��쮬���_�D��XwX��*C<�E)j
����><���M��4Wc}&�iZ������R�hY™�E�v&����
]������!�]�^�@�{��m��N)��#™���r�/��Y9?e>�YG��𥾬9Qs���M��:��Sk�"ySn�ˮ�T*�qc|���;/�H���K�.����9^�f������q�7�1��K?Rn���7.]�t�sf�(�.4�be��

WB<`�:���S<q_5����S̙t
Ĝ*$��'|�.u:���큼���9��s��
�[oO�3��,��)�C���$��	�; ���=�(��O��Q�����z�(�l�G�������*�J�S�$4c���������*]�2SZ9jeH�(�B'�ecU���걣0���q`
�3{v���֛֝���^�i^�$�c�N�Ni�E�1�¬�pq�Y��bO����vgW9��R��S�z7���z�/�fS�,LC�E˵J��iҳ�Y=�i�g�Kwn���ևt緺@U�sn~�&1���:D��Aɡ�?�mp]�Y�s���Y����
r�ǝ�D�"d/i�D��N���T�����[�y�и��ϱf����]�=�E3��D��OEfvVW�8�@�(������ϭ{V��R����;p�g�I�k~�.0R�́���5{Sg�a����F�r�K0�]v��D�!+��l��uNņ�R��iU(����z�X�����U�Vn����hy�^��3���wa-�0s�9�R'I�P��65aI�)�I��²�=�u�j|v���L�&�)Y֤���D�S�uB5Y�K�����-��d����$�/H��^/�T.��|!�Q;�"{v����I�p��]����Z��
4,7ˊ�~pq39����Fq����V�\�o��oh�g*�W����H	�E�(�H:���V�Sj���)�f�hI��r���ŭ9ܰ|>��j1�i�3ay���}�y�gxW��]��� I�CR��U�$s��-���c"��3��ڇ���]__�h$I��y#�������Tœ_���N�����	�`c��m��peW�!ҷ�^h9�:�7��b��8>h�)��0L���3��I��^���P(��������۷�s[;��x��߸z��	cq�Ѝ�������0�8q~�P(��h�{������Y�R�F��?��a�>bL��ZK9���ȉ��6�Vpr�:�σ�$�НN�4�3�$dK�n$���4M��O��[(h�,��2��|�[Q��8�����QA����{�P|�'��p�d��|�-����XE�h�>��+�1��
�g�`-��~<�N�>�P���L@�p�]�m�����@2P�#��7�y
��oZFM�ú��F�>T&��۪���CF���>��B�r�bA%�n^ɤ'G=��?��Y7���!��zm^�8��B�Y�����GR��K�q�A:ܸ=�K��<�̅���7�,�<�=;�T)�K��-��i�\�lU#�ч3����n@HQ�zb�(�8ʙ��TB�3mw�(���S���ϵ�s`��CA�+��0M� :]�l�YPx�9�M{€9�=�|����}M�++�M�@8x���-N�������K����Y3�d�A<9uU_�+J)=���>��"�{ T?ЙJ���s�tLX{�
Sp�&ȋ�Kݒ��)��k[3�9��4��&�ʅ&q�6��>�=�ϝ��n1䡲�ܭR�(I��]�w�F��,�8S�e�]��	ShJ�����g�_]~���Ȼm�$�[v��`W�W���n
�qb��9s�Lș�oaߙ�����?[�z;w�'Њ�a��A���)tze�
;gu暒#x��M�lFG`�a�-��P���L�GH�R��U��cj���G�����W�cʹ�+T��;�]ᨆp^#�L>��ij�����<T��`�]0����X��:�����k����N���H���]Gr�Z��G��i�템d5�v� ��<i�
s9���;�N�lV��?�lZ�Ⱥ�l�ϯ�
�f�I[#���N���=�C}+���u8_;�3�}���$�Ƞ���:3q���i�^,$E�þIÇBۑ�ש����ś���I�u������O�w�}�)}��7��_����٫����]�b�`�}�m����7�|3��Z�a$�`U�8|�AV��u6�ֺp3Q�uR��uN�@T8b�X+�0lj�/�ڋ�۱N���_�;&�;�z��;�	��~��B�]��\q�h��GQjZ��FӀ��q׷�0��|j�@�ө���*C;��X`&����3.�2���RV#�ut���?(�Jn�q��_C���VB'#Z�x��`��jRp�B�����F����ۻ�)&�V��
*�bN��bʖU�-��s+�*���)� �Ehk��rz����u��(��}"FPM�}E�����_�[���Zi<��Լ�!$e���B$^�����R�fŇ�z�1��F�R�b%AӾ�#�yDi��	d���s(��0���v��-�Ҁw��M��]����2v���"�`�a����o��!���i…�z�U��W?S��0jI�j�]򫶹�3���q�ь �m���}&�|@���U�!M�P���p䟈u��jQ�J[�����oH���e����FOw=��p�b\ȭ��K��Ό��&��Jjގ�Ti7$�3@�캊�N7�S�p�^`�+$YR�qj:e���\��&.}Q�0���g|x਑�ui�c���(��MY�*z�w����q�Y��<��_���v"���G���,�	!*�BY7[�z�0i�>���ա�V��C�zA����jw)g!��
!1�堺�Z��ǝ��U��[��ϥ�+l�
C�Z�85���F�?�l�`#�&E12��0ߧ(���uàxzB�4�Y�A�&r��
U�^�-#��,+u�J�XuF��Mř��BH�i�~s���7�@�R-ٞg#�Rv����7U{����~:g
'��ߟ�V��;w��z�qp���R�Cs�fR�XQ.~��m�5��7m�+���Ą�|S��u]Kt��`�w璊5�4
2]^�$#òo�q�2������w�o�aC�jS�͒�g)�,��o�?��g�;1�6��i'E
9�&��v�BM��*b��@���������0�vO~��Z-	��sD.W���Dc���E*�"v��쟶͜�v�[�.<Ǫզ�\t�6�n���\�:�Fgѫ�IS`Y$��F��H8^�
�k�\X*�9��uB4ojF���4B��v��E�E
�������&)��8��� �d���!#�
�W�k7o:��`�����+�!���D�PW)k��VV\G��HȠT�i�d�i��k�[<�j9A��;�
�;�b��Iӥ�$�q���9�x���
�ynW�<�k%k7N���4��v��
r��NIG1�*͡�MM�s�ޱc��N��7�o�zJ��_p���HRES� ��;r�(�@*I�j�"I�������A|�*��&(�H)�)D5wt�S�PO��T��t�*q�G�qzlM�0�����.�aY$�Mkc�����M6R!y�Q�e`o���'�ܰ���3���̷��kv!�2Մ^K@8��}���.�B��Y���^�GQ�Q�ڈ� 7��A����*��,SN��]\�o����>@X2�q�n����E��
��*�a�BYU�a��E�f������[���u7���c���I�Rq7�ާ�:���qXfB�M��4��}d��	�J|�:��72�qF]>y^N��=��SO�@.�_��:�΢��W ��0�2(jO�W�(�+q�u�M"�V�����N8��z����>kJ���0U鹿D�m����e�*x����G������w�q�u#*�)n�=I�_��}$��񿻞_�uq�6%���P��R>�`�m|��]@{2�٩t��>�,���A��N��JE�Z�m��	a�j�0�A�:�⎴%�*a����Jwܸk�@�vI��]7�]Zŭ��^��G��>zz=�>��I]M3�<f#j�|E�������� *A4��V\F��DBCjlA�8ͨ�$ʖ��~8�AZ��cT�$���b��~�b��T��u�����o/�CM��Us������0Vr+6V�@N�\�+a�k��}�jJ^UT5����k�RG��0��;�Z�>���/�Y�(�
7�4�L�dZ۪)g�4�^�^@i:�[~��d>V�����͘�z�`|yr�QG��!K2��_�ucd躢����ZxRU'�%�K�{���X�:�:��϶�YU��-�`�/c�P��3S�m�R9�3@��̓�J�E���^4}?����_Ĕ�ʍk�ڍA).����t-ό�9Kҕ����}��e@��^Q����i�-�
1��C(���R�Xx��n�������90���M�K0���2%'=�Rrh
��B�×L+�,S�
�!��
a��/�$�
6�#0��81q!<�L��Wȹ�n��m�
mK
�"P-;��j�ah뮛+x��]�U��g>ǿr���ZW�c������~�Y�Ϡ#�P6�\֩,]Ӕr>e��i���c_p,h��q;���N^�5H6s��}*~-������Q��B���	�;�|��IJ������ �&lnsk��=Z�ֵ�Bv�r"���C�6OF.R��v#����XG�G:
��d���r�����B�,h��ؙ��/ퟍ��ЭR��5�E;�E[�Z�^��� ���f�j�]��O@ٛ\�9�M���Ԛ�lQ:x�.�3Y�
s���pzY8��N8����
�V�ጮS6�LP&f���xYf�7��M��F�l�Z1cV��jS0&k?�$����L-]+lY�'�ahڞ���?����c���K��̍R��y�#g$~�w����]�R�j��U5�e��Fu��v%��%�j��$�h�SB�uf���n�P
�}�雃�����0Lc�/Q- ��:%�h�>ڄ^�;����U�M}����]��/7�}�t����*��O���G�
�y݄�Ef��jz--]����_4ݽi�����
x�Gb����2�uAi�e�Ʒ/G�h-�1���*{A�gY��x����fӜ�
��hm�{�>��N�3��b�B��E�e�5L��{��]�OY6�J�&y�����e�e�q���W�?|�J�&K�:�'E�W ���̎��}X�b�Eo�v3*�������_���"쨮k}�v(#}�ʀ���ݸ-*�%m6�?�OY&X��F�"�ҽă�4{�N�t}
>�X��'����|Xȑ)�LX���1�����zJ{lּv���ڑl�����I��?FJ��U�?�
|-��A<���a��~�D��ϋq��@k��虉�)�VU�0���@3�e{�˚��Ό��e&i���˲a�����Ĵ�h��!�E�
��Q݂Ȯ1���n��&!���N��ʟ�z�A��m|���j�B��ժo8�.\ Hg������o8�s����p��\4��@��$����e�6q9e�;����~jr{�v:��Ͻ�L���3�<�̒=�]���&��{���r���;hY�u���"*sG{�ݤ���\s�1���	�3���	����;DSȠ�>�ɝ3�l̆�������Iڒ��{�#���
���t!��Q��l�`4�=8�DŽ���E�&%� ���yA�&�fӢ�uмJ�#�
���űPn7>eA)��0��\�\�Ơ*�s�Q�f�78��5�z�tE�~ �*_���:_�\W��h>_?��2�(JIi�SW��y�H��.ep��j^�O�[�4:�]�Wnu�r��6�	������(�Ѩ4��$$7T��n�3�A�I����8�{��`Iq-.^��
�ۥ�B��>)Q0}V�v.����,�nu�����n���b8%���$!�N�3aŹ�Yi2�����:I���X���!L�5R�����Ea^m�Z�OPHo������0 �>gO�I�v��in�ޫ����;�wD�O���xr�Ej-��J'��h�ʟ{�AP��dI�/P�����b[S>#a]p���͜��)6u;�7�#�~����F�N����;#G�h�ș����	7lƇT,�P�hhç�[�p�㍍�="g�wNp�k��{[#�ga�?̸�7&H)�g���bA�̯��똈�l�j.�!��!�
b���z�K�j��V��uo=�J2+qn����y�ɒz���\��&�C�	�̇�N��.���bl�,j��I��¤i��_
5YJz���)�x��a$����S�S_���gY����s�O��$},1��5��m͡#�Z8f��ץ�Ǹoq3�u�ge8t��p�����_����=������ـ2���Vǣ2�w����,���>������W��ͨ5U��N����	<�Ϡ��6f��g��c��qIz{2>�e9�i�S��5�+���o}͡��4�=�ޅ�C_�Mx�����@b�emg��n��@�{�1�mF�Z�a�l5B�RҜ	�)(�+4/�z5wp|i�����}�����p�"Sm�Z���6���sZ`o�Y[N���b�O�JK|���X��-p�5�{��<ڋ�Bw�7���O�o毧���j��B@o���BL�\vMV�T���?�Md�A�i~l�v�|f�*!HX�pe�*9�ӱQ2xC� ��ؒK߁#�:�h~�0"_x;�S�"��
�����KzG�R��K�w7tl�V8
�4����+x������t��^�B��(�=�>�>�e)7U�j4�讵�%t���z��a�Y7l�-I.i�͐�u�#
�g �D�=JR5|’�Ց�A�~[^��*SY�	�J�Y:�FK�"�gr4����#5
E�q��A�(�1;{�T�PM�i�WQ	Sj[��t�4��`"������������ԩ�Y�p����MSP��a[T� iO�7�q�ۖN13�����EQ��YU���r>'cɱ�;�+KX-8����2��8a��֯�$�h�aHX�6P�HX��F�A�\���|��v.'cB7ue�W4,)���S,��)��hV0�t�%��7�GQ�����i�Ò�"�d�l^fB��+�]
�Ɉp ���A"-$K/^Q�e#�ݷǪOě����<`bi�C���2av��*z3z/�1�۞hS.��|#�^-p���k���E�� A"��.	�ª[��[�d�q�|^uE:�,�J���h�Z{����k���A�69Y��	,J(F����,˓�Lf0Ur1v%�̴�=˓�n/���3��޽(Z����Ga�M���3���r�ԏ�뇹=A)e烐���sp^�����+O7���{���j�z2�]�m% ��%N����T����'���j�c��cǎ}��w���5�9�`�d�&��Vz�W�a_zoC1�Ccْ�t��7eT�Z�mд阾A��׋�0�~H�5ʨ:�k]v��S�c�#C���c�P��|���U��[��$�q�S���/�QիU������/5O�D� ��0X�kğWc�ј�a{�����v��l�T���l+��t#'�џۃ
F=��䂎m����9��+q�bDi&���A�4��A4��-�+X�p֊����%=���Z(�TӨ_(T0��&Q-�J`�Z.�բ�ۘ�)
�rm�Q����ڭw�E���oE�#�>h���'n���q� ֑��2[��kq�z��B���zmϷ�*b��{޵��S�d� v�t���)_BUd�i0jx�2m��c�b�ǵ�bxD1��%�`�+�9���xJi"e�)N.B��W`Ҥ���K���xS�Wljf����R�Ofa��Y��e�������ͫ>�ލ>�>���~���/��C�8KzW�Ma9�>_��JǕ\�:�A��pPj%�JU�Q�P�[yc;e�Ze�r�8+�_��l���W�T�E}l~��~q����_^z�Ǘ�|�������œu����ttn��	z��a7j�	���[w�L&N��HwI����}��?�
��\��wћy=ƱB{����->u�;a*�_@��ܿr���²�%��Яk��}��$�t����w�h�=$X�J/a�Z�'K<6�/�̦U�_�)<>Er0�۷��@�-���T���KW��)��nǰd�p���k@G,�8��������_����i��izh�����e0U
&�m�9F�X�x�ݖhg�m�
yX"�Ҋ�a�cڋ“d��v� EŻE�aBg]��
I��kd'��?�CO�w�������gѷ$�4����L��~�jq��*�Ҋ�Y�����&�C6A9�.:�7�A����A2jxW����:����J�z�ۆ_�	��j)���V��=��Zg�ߡ0�]�BPm�����)��T��g�ß���2�����4iO�Q޳օFe�0��
��3{��jro�����F��B�.�>33S�P,�Z�)�?R֌n�닼�Q�1L偧��/�V��I{��
�I����+�DC����TL:㶊�h��375�>9A{
:~�F�?MSނǛ�T��>�lm�9#iƉN�9a�'ڇ��dfϟ�k?��_�$����y���3U,�te�{��[V��B/��W޴P�������WHl���k:�!}lg�h��D�>�$Ɯ��|�ǡ�R����$T��1����"oI�1V�Q\���d�rKD�*�c׺%>R�ScE�ҟ�f�i���|��"��WL>�G23�-l\_�F����Q����O�$���zT<ss02�Z/���]@���aG)츠T4p��>1�#���2bcK���J�@|����?Kx�2�t�!�vk�;�8>�nVS�T
�R�� �Ák�7���U�$�R @��z��*@��:)S��^�["G��7BC2��53�;|�#_^M��J
6$�b�^l+)�3��)
C��h
0;�T��zP�J�bB&i��(N��ڼv:���+��mnB3�c�{������p�������L�N���qz8�{�$�	�l��=���?r�f�'�G���˔��ѨdA�^���
�Ui�`�鮬�����T`j)�+���tΐ��姕���Պ͘]�6������?� �����w���W����^�ǝ ��k�j����Rr;�W@��v�����X�����W��j�%��L�M1��5ӓrcJD����#M��b�0>�)yET���Wŭ)'��]mқ%$�;�I���h�ة��ʭ���h�"*�1깎+��~�;[��l)���x��0q��SRH��\Faқƶ�%�$I+Vq,�#V���D��
U��¢88VX���S����RxGg��]� ��نQK��k��ڢ�؞/$`�u}K1��.��!��"4)R
�J�����Nv\��G��-��� �(Z��^;�ʵtXFq$�{�H�x��Hw��x0���(�����jK4Q�x��D�����P�4h�SJbL�(^�w|F�6�me�+�j�^��ԙ�80�ʔ+qw:��鴋���*f�3���Z}Q	I��f�.04�h�)%1��G�5���SJBL!b��(D�R�,0�X`���1�Tu���}ێ��n5��d���5B�pƲ*����|��"����$`��q5c�cU'dmq�����j�ьl�x��M�}BՇ?nYG�bP��H��"-x<�����x�(�M9�y��z�^�k!��8O��u��"��<�t�JWĴ~���(�	����I)>�6��d]8���,YT�27�q�#��Y�$]��L�,挱̤̮2�
���f�9* $Pӗw%�lL0�!�M���`�%\ʪ6KM�R����I�x@N��H��\�bL0!$�ݘ1Ƴ��kp�d-�U�1v	���Q�\�1&]��FD[6�T�F�����TO�a��S�����=�����?M:���̰���������
q��*^p����L&�[H�٭Q$Še���Eq������4������P
��/!��%�/"�/��\F���É����)�a���L/8���q�N�hWmmmmmm����z�M7�^*v���ׯ��5�<���wd��!�e��ab\㲨�\C"�ib\f3f3���)�'�.��(���9~h^��D���:�&�L�Q��_b�֭��F*ʍɆ���F�(HoG%n�5~k��"�Ϸ��l:Ig�Y��#�Y��7�����.�mN�,��sKpp�Ф2Y��%�����%��*����\��7��hj}2k�����Vu0�@J�?����*�w��<7�����<2…�����Ů�za�B�nc����WI0N"�`*�kw��	�	�+���Z�{]�
7
=�s�ȕ�{+�	K
�kA��xjm���u��u�į|M�i�	�Y5ϫ���셕z�����d�&R�.�T6��NVu��X��-�R��̞�
�0���ͨ2�d�	��}�`*�j��YXh6���SJӅa��J�{�{-�t�A�Ri<c��ߑ|�섇�c+$@�h�oE(�w*e5����a�De>�
���O�Ӆi�j.����c��~ܵ�����[ �0��o��	��v��*(����N���C��Ҧ��>�y^[3˱�#�u
O>�e�ʙ�;��t�(ip����;�RoDŽ�[�d�|�A��Au�I��ޯɛ���H�_��t7�j�=W�1/x�q����O~�O~�U|��I�2��
݃^�>j0���O���Q�<���d�,����,�c�e]
�E�J�zo�\�d��d��^ʰc�$��0Cl0z�l�fm?�J��������|�9\`���U�n���ջ�v��
��U��/ǥ�����I&�n{�HN�R!fѧc�V[\�6��ٔ�w�x���'��2��[�J�\�����I�8t��=���|vXD!��\�B����E�|�(z3�nF����/�pN���^�����
�B)[l�3&m��֧
������BR�&0���^�u���]�����\ۚԿ�}�ɪ5LiM�ͥI�`Bjլ���&Nw�ÁN�'Wi�q6���pnG�F�qިG��
���;29����!�����"d���pH�"ee�qG2J��8��4'��w����
,����H��1��A�)K'bU\��
Th���׹Šx�J��:,�8.��Z=��za&/EY�y^���z����H��0��0��l�)�Z�@�'��'�
��q	�cY��ޭŷ�)@�b���5S0��a��J/kgFa�>h�-Q�t���b�p�A�긜`L0Řl �� ���|����r{�I�-{b�<I�ï��5eJ��pаm5_}	m��]Jh��h~<�0�8�ė�a*,5-�F�m��N8
�
�A�'m�N!�b2��hZ�����I��3�ۀZM���jߖ�cL0S<lI/I���2�W��$��a��%��&�{ �ns����oR6�|�Jw�>X�@O��@�m+�2h�9�H�k�ܗh����;$
��$*r%C��9xHenb՚���?�C�P��G����pC�Ò�z�g%I����(��I�l�G�dڇ�W�k���׵A�`�)	��t)�L
�d�uLO�|�K���PΈ�R�s��$�@ǫ�>����r=�'T�$��%�M�P��:���
c���C\/�)�\+�4a�;C�3��9FHFk2�ک+�*j��HE����|���k���UҌ��ƀm�b���+ϫ��\f0���v5��"�5��q�74^T�ܻ�*�,��F%#���^%�L��>q�JË�\���c�0�c�
��Y�_��lX[ո��ɫ�K�#�BT�4�œq<e�a�!������1��l4.S�Tz�P�,l��կ~���+�9s&v'��07{�M�tC?
�|�xL��뮻>m��w��?� ��;���Ƨﺞ�H}v羈f�6t�w.�RI�
�T`=������ͩ��QS�c��X~��xEN���������(r�0�1J�Q�����2OJDx�
�H�@���^����,w���'�-�lRM�P����Rs�ћ�M3 ���fu]�,���&r�1��8�X�U{�+�ww�}gQ~Y�>���|,O:�4d����b���`'
!�C^�a�m�10�̲��B~:纼eR�^�"t1�J:�_=���a߉�Ȑ0[e
��p�][�V��)j�PtN_��F�mV�_��Ʊ��R��3՟��,`�&3���hcc�:�q}��"Sռ@�^Q���'|��L�%j��\�I�.Vz�J���W��Mn�B���(�K��a&��oQ]��ڜ��H���W2�^Y!�[�"�Wׯ��边Z���T���V����'a����%֧l������*:���mlbA5F�[��S��A�U)�k�.��,�q�Փ�T)�85�$B��"�X��2JiH�j ���TU?�;���`I���lqa�ꪄ�*������c kf�K�Kz`j4m�ۘOVU�P,NN��AU%���C4������w��)�A���s�@^��}��eKls�mu0ݜ�d�q����I��/_��qo���n.�2��rx�^K��^՝�K4�ɀ�`2i���…�E邓W Z�����TBo��b��[*�FXw-�ݭę�]������ÄŞ1�|�A;$*���q��F~��{a�k�1*�j���nmlDn��0U,�k��`:��6��{U��R$�X�M�/�I���|��.tF�Ϗw�[�a�<��� ��k�;�yPTm+�?�߹�x>�%|�.0?���X6�1&�͛�W�<������`3"x���_���_���b|��%�y�"j�$5�-��R��m�`�\�+EҲ-��f�U�ĬE�x��,Ò��C�(�f��r�R�K�*U�rH,�%����ݪ"��2�����T�Q�s;�
�y���_Qz
蠨�TeI�a\�$Y=�H���B���f��_�R����S�jt�`�=��D�F�t��	�)��+�v���|0褑�'6�c��W�]�B/���v�v���t:*c�]�F.g,�e2����-�)ݮ��b�X�zz�-���js�^�w�|%W]uUo���c�d�(3���~�g�8��gggg��m�z�~�����9@b��pE��EP�B��d���f��A�&R��`�v\:�UHt��/�Z�K?w��ۺw�����`	�������nI!D�q�zP~GxO!D)}�+b�e�,����W5��\�U?+|�g�j�n��	,R�C�y}ٜf�m��)���%zP�JX/�t\��#����,�UAtKp-}=�ގރ>hDaX�戱`�cď���:�Q���*뢘��yUo(�e�a�&$�:3.	%IS��6�Yf�G��cÝ�P �
�x"��[�_-���mU�s���¸<O?|@pO�R9X���ò��m�j5���;�m۶j5˲�Z�G��;^�_�~�`A�[�����]]�և`��aI�o�z����{�+�z��]��z���z���z�^/���޾E0��

o�{Nz��`���Yϊ�^��s�v����9ǛΦ���j6�e�5��%&6�:�ۍJ��}�����p�eD��W<����Vp��֒���Mr��؏��{��r��,?�&�6<�N���Uv��+���0Ú/%�T
�9F&e�h�(b���F���ƥ3�~ӠZ�V1f�1���͔`F8�T(�y>h`B	��R�I������+�ݼɅC��sJ	 �b��LH)tȹN&���ճ�Ug/���`��}�@�{���	�#���Q۪p��1.��,HB%x{1Nfw/r����R�LF�2�(Ւb,��3����'��[y&�]��+��'����$�F�8����)^1����k���X��z1�9��d|W��э�u�Ei���A����V�B�|~M>�r+�� �8�1Ͼ��1`�p��������*g�݃Є�$�5��L󠵅�`x��+J�BՀ~�u��j�v��v�Y�g;��?�x"�v��po�7��y~i��,�#,Ǯk[����ˁo��ȱc�#�]�f����7��c����'z�s<��W��ö�t�E�yT�z=KD�N� k�C�d7�?��)�\�(��O=��nGPs℡�y�3�W�Ǻ4�K�ЌD]#A��j�{<}�A-/�������Ʒ�A�h7�7}����iZ�����+��r��I��]��7����Me�g]�ՏytO�φ7�y�w�=��ͦ^���?|t�/d~�O%�t��w�Q��^�>:�^�MF�j���Y��Q��xK��lc+j�1V8��.���Nec�ܱ�P��Dz��k�cJ8�s&�\^˦��F�gI���٥�I��}U�OS�,��\�Ψ�ScSV3�i0~��w�(@
?�4���'�>"�?�ض_]#%ϲ��E�B�A���>�@����}
�Y�4�-��VD�L�n�1wJR��w����fĤ'@�(A�u�A�����3�v�p��P{B��e���(d�.���{��G������޻���}��s����9��u��������^����I"���V�U�F�h�p�-
m��1)-�U'�/.^j�ũ�8��%�抝�ۇ�&��cW�J�XL�-Kbe">�F�so
X�۝��1�ڒ���J��]�����t����W3���ر�C(��I7��·�2c�{QLm�t;�ƫW�`Iw?�z@�TRl���5��=C;�KJ؀�fdu�]n[�0`U!�z�kk�Py���[[Bʄ|���>����	J{�Z�}F�:�<����_H]ۅ�l�L�����^�@�Eh�%!��p�;�S%ք0�Xf_��X���E#v6�x����ktC�SbP�co�>�c����K1nk�M��S
lC#jS�$x7[�W�:HL� �5Ec�
��8�L�E�;�<7���5��ٽ0��p}�E}߽|ͱ/���S"�=���;?��y��6�V`�
��|a{��h?b��c�6@;EH�rF}�����@��s��K8��FjQ�-bH����Z�'��inL�“=&N;�ٍ�+Z*uNJ���FEZ��0���/�p#�LB���n�dw�/s��4���ؑ'�&�5B��1zTثv���o�<yR�����"_!�G)cP��=�1�������X����8!�4��_K	U�œ'Or)�i�|T�~u��R�����Z)o~��߯(�;LQ�v(�
.��ۏh�3���=���1f�:���{�<��s�$���Ӕ��rne�{�>C�s�R�=|��k��K�(���I��R
\={���o�q����C=��!�CZK
uN�sJH�B���-�E��P���|ߩ�/7���Ѵ���e��`Z�L~�����R~C�O}����RJ��
H)᜔*�R���˚1���(}S��f�S�T�������R��Wwn���_*6C!rq.�B7-\�q�wpK��v��,r�Gt��o�k@\����I��r���)
m�GNp�Y�3y�=�M�����^+�؊Cs5�**���+a�0h?���!��	pR�	���um�a�PS�+(]��z)L�rI��o�ړmtc&8���NEԎ�A�el�
��D�Y��X�36F�����0�0
�Ri@*��c�Mg�)����u�A/.KB��
6#D�����ϨZ�����Q�c`e���*��q��+��9/���y��c�~��C���\X�O/r�&)�˽J�q��`㌹��#���W��m�'ܾ�A�P_[e��Ж|.BB�a��
�&�%��b�傋�Ia�E�_#��dC�iZC�z�xOմq��h��[7]�}�TM���V�Pykh[J��.��F�|�:X9m��1+�a)e��*�v̘�laѭɹ���hNzMӀ�yzzz?��G?E�D��q�Z�6���@9C$��D"�d�>.��tp�U�(y�wtjل�5^����m0�V�_eT��p!�|�Ϗ����n�8��Ws�m1WQFu�ѨkFiSE�s��`uE�`���R:���$@=��:��W��ԣ���0u�����$';	�	���F滋�w��>����^�_k�^�J�z�)�ۡ9�UO���s|��C�_UL��	�a�!���ŞƄ�Z�6�D��xr$c���l�g���Re�mD{�e��( ��c�h�A��@��`9�G��|�h&+R}�1�	І{�e�UW�V*��%NV�������v��D
��ԗ<���Q��%a�<�c����� �.�z��ռ����,MƤd�9dP��
��Nö�S�P?�
bț�N� �ْ�vÜ��9���juߪ��B.�s^1�5�3{(Gh���D�U/…��a4OA���K�ћ�0%����i�uN	Ba=�\��p|�>�OӞ�Tǰ2!nQ�\0�_�/HQ�Hn�A�<��n'�S��[���?�Q
IvP�]n¸�t��(D�ӧ*ښ�.�,X�Ÿ�&��Ǚeٶj1)Y��F&%k)۶��G5ETY������{�*	���7-��yWH�֗uz�e��(x�>���G���T��h�@�#�-�w�t�tG�:Xo���'}��B=�8��������(����;��h*��̴b�
��ғ�S��V|_����b���eq��ⅸ�!�6��
tu�����k�{ѧ�>��=��p���qI��f�ur�%�����Рh��w�,W:�Kb��@,�-<-̥�l����:�rA1�x~an���K�'��IW?�τ�~��|A&\~z�|o.�8-�ɒ�f�>|]��k���p]I�pVn<�W�t]w�F�!pg�gڇ�f%J��1a3P,	p�Q�|�(t%i�F���&N�L����+���l	���Y��o����{�ӟ������p��?�����C-�:ӷg��/1�nj�g�l6G�?��?����oR�G��ö/���y�h�sumQ�.~�V��2�ӱ��X)���r�#��c����D�)B^t>�Q6���)6�ͮ�Q�kQ����+"q�5�z�+��E�8��z�ȨgV��z����3\�q}�W�9!86��|�رc��;�;��:���(�J�3��q���1x޿���oV���^�>\�ַ����(��hY�r���h�|���}=��tT[,����qG�Ǚ�N�Ԃ{@�v��S��ه��5�����0?]����m[�"۴��b���TIaA�r�ł'��D%��J�^��Q��.	4��$ۢJ%/I���*{�1��R �	�`��&��m��Et��O�e}�,Z�#1��]��(+D���.���\���N./+a�m��ܘGW�oXds2�y�nHQu*��Όீªz�鉨�J�,�7����L��t�4�����`d��z_Em�Qfdn�h+_�}j��0+3#o:ZP�)U|I���)?R��s�\v�e�K1�c��.�htq��ru��|��Ӿ?����掻u��eY�axé�_���O��̽{���2�qMF��z��B;��&�]1�����\o"K�{�_�~�i^���R��J]��(].��d[:Fø��������S�(_��7�
,L��3�g�:��mE����(�n�lD\�F���'4�%^��N�y���J�^��;f�C�ڌ/`{�|�-��HnO�(j�d3j�g�z���k��c�w�DkePxe�i���J[�CY����B�A6�J铸ג,a ���g���"�n���蕻w
��h��"��hG1
�w����~�7`���¶+�桾`u���r��B��>OAD8��5ZŒ�O���j��f��4�����1d��
���۳gϞ�a�u+�a�S�)�Qg-]�p�ќa�
\�d�4�7
b�:%�O���LR=�V��f^�9<7��,U����m<2_P<@��-��q���p�f�p�.���l^��{�(�m��v��t���aǞ[�!�	�,�?D��e펨q&�Td�Q�m2_e8;�WV��38*!�IJ�8H3?�8P�]�m��
�;�&�t�Q�s�P�O댫:���{D����r�8�9�#b-憣SC�$5I��kZ@�$���j�
��p�X�+�i��ǚ!���?=����b���#�,�B�ޫB
0�N`6�j^!��9]�|���GiU��K����R��2�5E�����ɋ�U"��b�e5������i����2�a�l���$��+Wڋ� 	�>�v�]�zl|,�^8�
M�)�~��,�^;�
�s;�S�T�Y�'K�gJ>��]����V6�N�C.r@g���٬��ѡ���j{���\��z�ͫ��*5}�/s��p8�Yĸh�N�	q�,L6�E;��b����w�suW�iO
M궩n{�M�r6�7�Öh�T�,�l��u�H:�߿2J	�
3��*!Ľ� Ũ�eYUĶ���\%�v��ֲ�Vݿ��a�}{4�\��`��b�t���.�<�sv�'Zt�i���I^�z�R�캦���T��.M�/��\�u{��k#?DY��K��p���XGpT�<�0�(6�t:Q=i�e�?&_��2X�'1�3��R��I#�2��m���%�Ж��-�L��-p^����߰��lD�c��V�f%�4K���2�.�@:Ɛ�B�����Q?ѕe8�c�\8|	����#���|f�}��
!���B�^,��g�T�K.�6�#��:.��ٳ�'�G��#a_�O6�ݑ4��>�/�f��.^�������L��p�t�L��S���#��*�J�
X��;4:
k7�gR�=*�VV�?��7p�tK<�Nf �6z��y*�gهT7�5�۶&�KOqiqǎ��*^@]�׶�X��a9�TO�#G�����?��Nh��LT���h�8�Tu���A��)4X.螧��x�d(n+ԯtU\�ȑ?~u����\�CK�\W�dY��5Y�t�͉��\��M�o��ZE��͐S�<F9��5@��f�*E�H(��ϒMd��F��]��7K�Kپ��L�WGרA(!����#)��Q���UL�U]Yu��è���x�E�R0-�T�:�c'3ZC���.��Rt����=-��d��V��,�u�u�Z�d`W+t�b�@ZLk0��n&ɥ�ol��)"�g1Y
"��I���fɤn�Y#�I,�Z;a����#/b�M͵���vϲ���6>g�TI_��`����(�$���:7t���	Qu��!��$���k1�O�~������s2�m_ԐF>8ʲL}���}�XƘ�@�QWΌ�/�sf�E���=�n�'X1�@�/�D�~y>o��|��s����C?���.N[�e�>��@7�!�h&$���x;ͤh�X#|6�4��S`��J�N��n�Ue5�w���CU���˷�z+��k��S��<y� �
���;o�ڵR[XX؟���dZ�RͨWl[�+��f3�oq??���a���4M�6&`Y!_��''N�� �}�wFo+���я��)�\/��ˇ����V��0X卻"{S���7�P	�K=���Y�����_��Y�e�Z�cѤ��^	���.��/�{!� !��(l�zz�﬌*��XϘ!t�ЌFCZ��ϭ�)���,�F�϶�CZ��,�K��	㴜w�?J���B��ٺf���F*6۪�6��b���K���Ls�*~@Ť��E�<���+��,�/�e|��Ӻ0��R2A����m���~���d#��i*���it����w[�r�"�S}wuY�}9�C��_h�_N�<�&�H��hx�J+��&j����7)��ߌ�u�'���e��n�u��4r�yk�2XV*��]=
�1��+j��X�c��r�d���%�����(�9�ij(�j�����w�u?��V�����t�޽��H�|�97CA���W���G\��[�{�i��t�;�?�w�^Jod�t9n����9�6���E�=��8�Tڋ�ы0{� �hŭ�$J'9k���M��o��M������v��9$j�z��1;K���Iʮ]�:6������vj0��t3���
���$ɭV]I�,�̕q*�<m5CQ(h��l�UF9�1̐
�':7�ܩ��觐��}C�uB��3��q<Q,ZvĐ��</��)�L�60@;{��l8��[����x_�1��n�H��Ќ������%}�F��?��m,d[kJ�r����2�c�h�8vT�;�)
'Z3��}�%��w#�'�S��j��~`QjR���A��X�uE�ۮ��ӟ#�T�|>r45��1�� 9��*cx<�0�W_�\��>7��?�Bab�X�	�n��9-WL	�F��wx:���,�J���=Y~Q��`�pO%��.έβ�<�h/.���Z� �&�B���xD���X�;N���ygy$���ɴ-��t��N=�B�c��ig�#�dy3L������=Ş={�hԮi^��.ڧ�R���!N�����OH���w֞�%-�HK���S������~�
w�E�u�#7�T���k�#D��[_��i�����GID�V�c>g,f�)%
��
Fy8�n�3)g��73z�%�`�&�.�,=�[ʞGCn�퀭G½�@���ڏR�L�k¬'I�	��G���\%,+�C����p[�~ぽ�N��z���`���;����o��O9sw�c�dJ]����I��F5&Pn� Y�!J�y�~[}В!�N�V�7��с�A�N8~�q�&ٚ����}9=P�"�y,)X`L=F�?�v'^R���x8I�ia�4��E��wS�D��,bI�zN���%�%	�6�r��OK���`h1��b��g�*����t�y�^u���(�f�ש:��#��8���U�<Y�$+�0�V��K�%I��-���GHNH������;	/fQ>�NM���3Z�K��ϊ�Eꙁ����O����m�������6�ۻǪ�
y�؉���=֮}�.w��VY��ި<�K��np�~�NX�R$1R+�]vX"EC�L�Zјg�Dk�����ݵݵmA:����5��K�~�"�Dy�h�A��rŏ�8��%����P
����c&q<M�tw�@n�����ۖ
�v�o[^[[^fϐ�m�k-��B�;�A�)�/3�}FZ(
Ф�tSt��ک������1b7Mf�$}	%6=�_<p�L	$���;g��x���K (}�����|�ѐ
�*|\�O�K�J3�Ow�I�p��.�{�?O�uۃ˚�����7��MI#�7�E�m�t6�P�E��r�y˦�蒃7o�������=Z�eE���0��^ن�ŅߤD���%�~9>bt�C'ݳ{L�@]-�>�S�3�i�6�6k9�Z� �^��A>���	?6����f��ñ!2OV�]�-%�%EJz(�'@0S��)DU��R�UDH��"��k��7V��]_�e]o2iV�.�!-�c�O�`��uH�T{H2��C������D^�S�m3��C5�3�ǜ�n�%\�5�냐T��A.3�Cm�w�R�
��+��Y�\"V�C�T��@0QM��ո�o4i�y���p(,�0d���WU����E��{ '�t}�I2;����[# D3��i��S��j�0�*ހ1fY�
�X��Z.���9��6
�o���u��iDh��vk������i��u
,�qv��w���S���Ā�7M��z����f���=�zxz@�����3�asQ(��{��W*mD}�u—����P����U�)T�J��s���N�uQ�C�r����a�S��`I>YK;
��R�G�{�{�JV_�d���WD�Z�s�*����tṹ�*����_n�PƼ,a�<E��|^�$P|	�\�X~3���=�'�<c�����pbE�ב�ߒ?�{����A�%�(c�9�X���$K �%IZ#���0b�+N�$��ك��ʅ��>�3��0�yD�H*0���#�%�����f2t�<]9�����_/.�Ŗ;s�X�U�4�f�~5�ձ�JYb�[_w��t���	\h^0���T������Pt�&n���P�iWz���CGѫ��R�{4�b���ż�K�wL��@:"��џ�x��U�R˃��H��������@�����W�*�1���`���W��9V�����,*�)tIOU'���~mz9�T~�Y�O~�X=������޿�����3r��W�;�e՜���!sɃ8]�-<]�P�-e��p��A�zso�"��G�	.��@r;G}T�C�0��B��ieT#�M�0��m\)8�
�q(a�,F
ܠhM���{��#�Xn�3	W,0�W��{/�?'��i�G-UU�5�2�=
C!D>��&��B����ݦ���4㪢�W�������y��tV�G�(ѢA�r�ڪ¡苉�0z�G�Dc��-x�l(��<9۝�pC��&�#jY4���jYv5�t��vӟ���[���)��0�`|!0<��f�r���RF�0Zƥ\.��n�{-k�ԯT�7��4A��g>_?�>/Ǝ;�M�6�S��V��jTx��:�������\�έ;N��8G��Ͷ_�����[Y@���t4�B��;���x�B�k��O0`.�?G���^x�W�_�Le�57_
u���]?� 7��ֵq�?̯���C|�ix�Ǜz����%����6���WGtK�#t��[/G�=X Y.�7�{��'
l��m3��g�V�f]�,11�nOM��u	
/�ބ��~��;
9>�L��b��c;w�\�X�	�r�`n�����B�R���k��OL�fQ�,��N�����-]�|���tV�)����
x��W0�/�y|�e�38�G�0�y�
Ts���4;�vg���pjD��R�0�sF�΋�V}�U���f����mo�!jH���A���K���t�9�g�/@1�h��bD��lmm}y�1�F8����r�D�q�
��#Q��?���c��j��OE��5�nrh��i�"�n�8�DJ͚�5�	r�$u�)	�c�^]��dzy[�V*e*��r��y�β����J���U��u*u�c�bC�J�4-�4�t��\�r!���\�(;<�;Z<c�O���$�"��`�a���Н8ᎉC�����o����l�T=Ȳ���
��G`@9&�M���bP����d����`��C�� �/�@�z����v߶B�s+�l���I`�j��D���&MtX#T���+@*Pk����*�O�@Wd!����<��77�'���D̀G�Jň[��g��M#7��x�'(>6v��k	3�D�T=a�}T��J��6�c�R�!1)�S|-Q���G�S�]'"E�"��u��"q���;�|��YmC��m~���BCuq1)�ҟ�	��YG@�3�B����|ZC�4����=Vi���"L�6������,e�q��
��>�4]��濂���EJ�����U�W�����$�R�O=z���z���fs���_/�RsW�'�Z���;�1�t�t�N��W¿N�ML��j��K�(����0�Ax���c�~?�������7���yù
vҪ���2\$�LQ�%��
Q5���n�J��C���+�U�R%�PPJ2)�S.+�jmY�{�e��^�ڲ6�ԍb�&��i��P[��dR2���d������M��z2�{׶�e떥��U?ϋɠi�.�Ɲx]�A��1E�*;��X�3Ɛ�:���0�@�F��Mx,��p��>�vPԮء��j�9\	|�O$=u��R?��Jiȁy<�r��!8�������_��n�MB\YZx�o��.O1�sܤ�6xoEy�n�O��g�m�c�6����a6D
�@����tY�:���ڨM�fY3�VK���'����#��)�u��ܺ�\ͥϝ���&ol���l�v�����ܹ?�/p6��>�O��Y���-	F:�%%cF%F$,1�xeR��qd~Q3rE%����[z�ѣ���&��=���Ѿ��rR��|��d�����}�ݗ���3g΄2��\�?�RJ/`U;�֋���zW�t�`�S��x��vrʃ�aG���1CM����wvQ��tzz��`p���"9�I���#�}�t�U��i�|.�%N�m	�<�EF���\� l��1:�f{Kf�n��l/�B����{�w�w8��#��`/�]�f�g��uO[x���H�>{��&��GҒG $��#��g��</�*���
�����S�}M�^�m�dG?	����%����fb�m�q^o+�r�K�_�E�+B� f!w
���t����:J��n���n���Mv��0ݑ/A�@�E
8�
�zB.�|��!E#��̥.K�����P�*��fKЧ�
Ȥ�4#	�L��Q���E��Z%S�б�z����11�9YR�m'��5�2�Sy+59\e?/��K)Dq����i�G�R���rk�˛�l
;��k5�SI5��Љ!���R���z��v��m0���v��^fe6�	�XF�޿kma�2�G�Seg���]8��?�ѷ�~��͆d��|ȹX�n'p���P�TX������=5)���e��Tﻯ�\���[��֖�-�83���^�r]��_m-��l��e,���[f�շ����z�~��毷����j�D����K�K��.e��bY6��{�d��c�YFN�̲�a�f�?��挺�kK�Ko����H�V���}��ƈ�$Ey�4��iX�K�!~����oN;w��k,IZ��L���v��Ca�K�yس,w��fanp-k�y.Ί~��?b����i�X�
Cn���[���oL.�c�h�{�pA�#�wJ
�TEL8�P[
�$��w��m4.�Q�5���7���������);�4�J�@R��	w(0;��
��-�h[	N��<�R���gR	c��U*q���z&�KK��-Ue򫖕?X��eY�-e�cЌD�*�9
�C�T�J�cF����Ǽ��aD�d
.%�f��#|�S*��S�
�6�B��Vo�<I�q�۵�-�ө���C�Y�[��x	����&H}38ߵ]l��W�cRA�v1,.e����}����3>�G>��_�%�cN0fp0���w���f%w��Lt�~L��������w���U|F�6E��ف�Ѩ[à�I�Jrb�ѡ�,�/��w�e�R�x"���Q
p�;-/2ީFk�J��=����?���n�	�w�m�`�)��`
�:�g@-`�rg������c�����t��R��n���B�F)�oSvY&��k˱�$ �j1� �(��(G	䴿O��C�	���,Qu�
�]G��3�]�r��/�!U�(;!�����Ά�Ï�"$���2�<�"�Q��z�hE�T�
a��
mR�	DŽQ��f��~P���TIF�r�z��at�z�0m VY�(��}��V�	ٴ��a	nеM%��H���g�%t�+H�.�r����������Bio�qa���(�d�Y��iR�\#��cR6��Ǩc�ɔͿSX]=��p�FÔ���ڥ�Yۏ�bl%U��a�5r��3����J�����Z��N���J�TZ��)l�L�x��$�ǩ���QM)�j�x}��Eń�jL�fnߢ�k�����F��u�f��.�7���F��.�S���f��JL��`�vι��]ow��\�NزP����*�TB��w:�ǔoE�q٭"	%8�:�:(aNפ'G��y���t��ť�n{^>YYi�����/�A������=��At^����7`���/�t��]w�Vk5߽����n���?��|�|ww��A1��"f�F��vO���bgf�#l<9�gc3����K��``r?j�Z����\�H���,�.Y(04��Q
�_��+|���m��#�j�
��>j*NT�4>�6�p�r���(a�b&�r�nd��7&�m���i{H!rݑ�Ns�%{ws���>N��AK��5��CS����ͳ��Ž��Q��"��h���(�y��$I�q�&���&�2M�ELኒ��n�\L���r��9R�Ȳ��⪅$�JPbV�a�3oH2Yu�͍�
�\%�`���
%[o%(���3;[�$�?�n��\�<�s�[[ᒤUgg;�2�$��u]�^�_��:.vV9Z�\	�&�0h����'�]w}'�Eqd�Lo@q����	�9K8��X-MLLY2r�bΐd2�-ӸbuuUh�qN&
X�>
*""�"k7ǒw��]�8S�A�w�R*:��%�˪�`ξ�����{���>�]t�_�z<9�TH0o��+O��`���&_ߠ{-��f{�e�֎�D�S����=���(�׫��r/��b+�������UdCU�2+�B�U$U�B�|6��N<�^㯘�˜q�⸮S9o0�(�,o@c)��R�[�+��Cx�kEP7��\�s��c
��E��O��9U�ֵww�����C�L�d*���f�&��u�L\�l�/��Vc�5)؝6Lr���;��;���jg�DU�!;�����]��~���—���Y��uq����lߩ��نy���2Va{vv����z����7��H�����z=���ҷK9�d#�Yʺ�Q��p���/\�Pz1�Q��0�ԙ�۱ B�g[P�VU���M��i�1_�p�By��
�\"��g�b�1{dH%uř��x�'E4�Ρ�>��A��Yd�����=g�>�������Ȃq�Q�6�F�q�0����(S8�lg��1�8�E/�tBr�G�$���$�Fbze~�$�bҎkc�k��:ێڃ|�8�8C��T�8�_�c�ibr�(����]4�a3�
{��֋�^n��P2�$.��1��A#��`�3��
E7���ɓeYPw�A�#v@s����.�lZ'Y�j`�@��L'톊����lZ�+!���6)�3�qV���<�wTP�p�UW�?�(�R�'0(��e �E1����m�"�/��n�����{k�R\*��ɩzy�T���ӧM��7ӗM�
9���H��a����og����+�/`������)-�g$i3`�쀈(�6�e����U��0���-��,����b�F�}k�h �b�������s☳���\�j�q�f��a|E!���%�v�GU���O�C�����_�?s�-���İl��>]׈�3��ͽ�i�f*v��3Vl�U-V��q�$��%�+4s���d�Ga�C<��Q�/[	I�C�ʹ�&�8J���Ŵվ�r�7��y��3�]갎l($[���({�Nl���ʾ�g�M��LE�n��D
��v����M�b���)�r�H�岑�B���.��������z$�;y�����J�L`��	𼪲���ROp�<��ŋ�1��4h����@�P�	�c�_�!2��M�S�d�E��`�Şk[�bq�7�
�1$I��4s�Ҵ�q}J�(>|��8w_�� f�"��%�/oK�8�?�L�L�Ŕľ/���ZpQ|�|��!�����M��H�n�f�@6��:n'�x�O*��<�>kDa$�����/��/`�t�5LW���V1���Up��]w�&��`L����8&��i��h��"<t�e�����`�r��&�<���¡��ԅ��M�j	�h
3�3f�3�Y��{���͹�	dW�?���$˼�͒Δ3�㉴�U���0�XcbB҂‘߂���޶mQ=Ь�F9�몭�/
�}�ʎ/�{�|�w�by?p�bʸy<tVeӭ2J�w����X�!?�r:">gvM��v�^;�ם$N�qy[]�a���I|�qR~9z�,�V�E�b^_�m[�?�����5�/�g*"2fH�2���j=�=0���i�N{�r$\�}3����0I�(�z����E�`i�����\��0���C�Ƨ�6��PK(-�ꦱѡ��b6�xՋߔ���p��H�8�I�KnQb���[/ƈQ"�s�L��C�0!X��F��^l�����b]�������Y9��¸q�EBk&�l!�l��
ӗ�J��0
1G�!�W�fܽBa�'ħ�(j
�T�^
�H۽��ǻ������Ҫ��r	P�ˠ8�9Y���Yv2NT�?:��-&�(�Qcq��TV�u�{轅z{�KǏ�����{Br���
[9XKᆲ'��a�;S�'A�B#����/k��O�
�iG���ۛ�>�ӟ��O�M)�CH�l���08�Ǟx�����$�%���R��(��U�X�0��H��t:m/Y	�	#����R��SO
*��:IZ��`1��ehb
�=|]�n�s
�y�HK_��4�>wP�!���V�����s(E<��eiѴ�nNR��KjS��i��,�T	��M͟O&��;;�`z��/U/�ވqԽr)s�f�ы:�fKWvC�߈�_D�ra���J�^S2"c��.A���O��@7�W=��t��um ���%
�.�!Y��gc����emB�F�0���e��-lo&'lsҰE��W0Yr,�����W��GS��fɻ�k���,IDS{
�f��S1�Lk��$��T,�V#`�:���1i��+�|ε�n�$�Wt9Y?��3���v���,A1������ў�I“S;�JB4�r��x�@_��V,�;����T�i��fX�v�ֳ���`m�Qem��@o]R�}3чCMa��<�`�g?T��'�րc�|πݟ�QmE|P�;���i�j�%��=���
7�'��'X�F��
'm!��
6�oy�H	�	A�u����߲,��ؼr��p�q�]�H�e��<��
(�G}ߧ�
=qy�0�>��r��Ǻ��Y��Qr�k6;3u�����}�M��;�D����Fi
c�G��P�D��iO͹݀�Ge��$�EG,����`(/̟��K�鹹�TYh��)��_��U\M��`&�b�U\]l���3��[Z~z:��t�.q��f[R:7Ww
�H��R��h��pl5��[R��9��ڮN�ђ�i֭m��w}�Xy���+q����h��Nv@��l�������&��}���z�R�o1�ؑ��"ي\qH�q@J�;�`����M��qqtw�E�c#冉��q%�գA�;�#5]sy���J�'���atɲ���۷�i
�x�:�2�)���TvYO�F����هC?W
�&�Ko��f4N���?�,��Zy��6
(�m`�v�5Ӿ,���"��rƴ�Z��"E?w����O�u�Z+sw'\�=�̭C���F�ǽ���K����;�%a�(w\����@Y!��g#I	e'mؒe��ts�~�^��&7����7��΢�[ڷ4w4ܷo'�	�/F��CJ7�8��wRr�bW�n"8����{��#�[�>NI[���a*��I�G�IU3!#ч�|���2Uo>q딱JB�D�bi����)�v�P�Q�=pʶc��{�]��ӵ���mL�o��~��y*Q;W��}�4ro����q�4s�ɺl��S�sy۰se�V
��7����릙��%+�딪�)��8�`���o�E�_����JhY�+J�M¡��T��"8���� �f���L!~0=���L>�33݆N�m�%:��UjA����]ٵ{f�ٙݻV��2��S-^LgM�97[<nuO�����`��u�X�
�J<$sC����\��q���h����n2������I�w�Xo��>|j�����޹�)��ۄ�a��h͡.:�Y����y�����̩j�`jg^�hqnt�����5
�z��3gZ�@5>~���ޗ���!��0���q��"+��ox�j\��F�^Ǹ^o4I��|J%�{[�Khb5@"+��F�h�0��Ȼԡ�����0>��� h�@p0�3��.���ۯ����:�r_�_��<�Q�ə���د��	U4c��Js{�L@t�SW(���̧�:>��L͡�(���M��yC����D���V��Lj��|���Z��#\�/�$��q��g�j�����*X��+�n���\Q�t����[Z*]�=��w���"���%)�
��]E��,�-�"'���Кp��~f;��N��_��;f.����[�`����y6/X�e&y�3�.�@�,��R|����T�Qpi��zG��9q'��e�m��B1A|�C�DoF�GZJ��I�D�
�����;*4��L�T���/dc	�uKn9��i_ � $�+$�q�.�	�C���(��r��EQ~�1�à�sE� q7Ĝ_+�\���F����=,�����֧'>޴�|���0�GQ�axP׭���*��C �XQ�`+�`l����������<Qo��'>�ֵ���yj�Q�"��<s{�n��5x%�)�z��dW���v�mIJ�m["M�`4�i':"yy�����~�:�c� o���^�v�$���,ePDŽ�p�L�뢽�G�3�+nld�ۆɁW�ԫ��
[��s�B��*x�=`(�^"���{���2�Q�P��Q"�:b���,��
E^�u#X?��Ǟ;!�1 ���d�s'S)
�!}�o!��g(�4P���p�q`۲,���X
u�[�^{m��܊c��W_s�v�0tj-���kԡ�r�0���7��8h��/p��^���|��W��SޕZ'��0�s���OA�Ku]�Ȁ����^����u�e5��*2�4׵�3ͤ�h˻5L�檟4xߒO8W8��g-]2�p�蹿CN:ZQn��J�a�5n�����y	tݚeqyy�p�9w���<ߪ(T�2~=UU|�w7�C��.��i-�7�h��vS"��^�q/�
"�n�	��KV�r��b
2���|�zW}9�a�(���`I����e�����ҙ��8jf��S&��Q i����G��[ѻF�1 �1�uȭ@�Q��$]�J�FD�Vϊp:0pıgn�0l��WRI:�1�X��'tG~�F����7`%��~���$D�T�eY�J
�JqY�ey��r��\B��B��J%�[R�׊+s���\.�k�Z��7:��>1�W�U��)�絖[7�����'��t@�p����e%ynl�%��9��ƅ(��CQ��l��m^o�$e��Mjh�?�c=7y��o#K���jR�=.�u�"��*R�G����J�A��렘�#^�1҉��-N���Z#:� �t��0�Ս{$�^~a��k��Y�/�K3����W������}0"X�ꡂt�mK�4<UU��~,.�\�N�lg��s�����N4������K�Q_���;��������	Y����,'?ˆ,3�}B�zF1�gxv�Y�fi҉M"�s���Ů�\��Țe�,�O�i�^7��?m�"��LJ~��
�_�Nt$���}�P۬nA��&�Ǹ�k�񵗤�G{�@��_��k�.òĩC~ǫ�'fvLQƖ����`���~�>�/A�V�o�4Mu��Jv�;x��Ki���¦}iS����uX� �}��-�A��M�"�|ԥ���G�׶��Ӵq����������P(��+��ކPܹK�3�<'���)w^{�f�����UzԔ;���l�ʚi&HI�gi���Ə����
���X�h�Zŭ���	 ���6�X�3��i��ZM(���q�@��g/!�V���~-,���F�*N�H�qȹNΠ;�*�j��ک��r�qnGi������c7�����9P���`�rq��?�QEz�/���n�J�ƻ����i�Ϟ�?FC���e�~��h���k�%\�Pӥi%^�����D�6R������x'fi($����}/,.&Պ��3�� um)θG�/z���:�Ά�gZ,���n���#Zsf�@���>o@����I�.���V��������W:Ȱ�Q�k&����>S�m�FT��ʺ"��$Ta#�Ѓ��- ��k�$��^g2{��5
���W����=���,˙�wf�_᝼��K��lmm}5G!�4_>��g�A���t.��
7¢W߸����(�u����NH
��A����p����F�sY�`����P��U�sj�)/�!U��-u�Q�&I��d�t]�'_�S����B��u�XB�_�͍-_�lsc?�F��q���2�M.��|��W_�3���}t���+����uc;(W��ϵǾ�o<;ZpkZa�;��2�F5B�-�l+O�����?���&E�J3�_��C-^gf�$�@�k��t��:�7��֮��E�Υj!A1X�R#,f%g�UD+��Q�����	2�]�?�\Aj���Wʎ{��Y�5ƴU��6D%���ë�HF�Ž�N֙ ����臵�]FVv�wcW4�:q��N'���h+.��r�\_���[�E�:�ի�Ft(o�$i��L.T
��0W`6�V'Nt�#!˥xr�<G�����Hpy��0r�m�z�s�����v��D�q�m_v���C�ȑ{A�9�]�
g_�������m�jVP��7�����}U���W��5ϫ�C=Ȍ�����
�}�a���G���g!�a���?V�k������ԍY���l��8���� ��_��Y����D�Z������_X�)���h���3�Vx`��ؑ��\��`�&c�,�����=�T��	`��%ԃrr\Q��<<$�. 	��fD|��I!�?��X��,���ߋ���Vy�	}/Ĥ�J[�ۮ&�@fU�Q�6)��<q�g
a���l�;���%�+�2�£������������C��2��;Lz*B,��<���!B}|A�%xUt�bKQ��(	V��Q,��}m�1��ݕ���^��f�u�T��T��A�"�Y��QD��!�<G��8�G�`�0�c�(6���9��.����9
��>�~���"���]@0�~��dO#�?I��T��muE�H`��5��%�8�;U�@�y 8GdO����'�A���;�h��/�	s�k�
�_"d��&:�S5�%T��+01e-˾?��!i�]���w>c��!B�y�Pj�]�$���tf�#"��[����ҁK��	K��Lc׮s�v횘
ea��	̉����RC躮��R{r�
�]S�u˜���LR.c\.'����#%�Qö
��(���BϘ1���+���Z�����cLgl�"��W�AU�휤i_oj�<�6m��a���7��*`y۶m3'���,�=�>
/��Eǁo�s�����2�M��]J��3�S�	g1h8��n/��hؘ�k�Z��j�0l�8b�[�e]+&�p8�����p8+:��QH{�L�cI>L)1�)�U��K㐊�ŷEK�䌝t�f�s^u�d��k+��m�d�t����$Y$}V�J�Y�h�9�fL4ҋW4.��
tڅ�i�X���	�R����5|e7��jT��ZV����ڌ<�R��[B]zI7�Z�2�_��6Vb�k\�V��}&Zm�� S��n�z��7U��W��ľ�T�[��}�Y��bcB���t�֛�S@)�m�b��w�]Ao�vi������9ة]���9�!�"̒��&�
^›�HluFNN!�����%���[7X��WA����p�k"k��QlK�>FW���{�n]�d���x�����["Vp���:n����l`ʅB�p�-�g�&�'�%�pO(|���	���C��d@�
��A�}��%o��j�u͂�yP���P�	�#`{l1(�A�ɂ�(�J��wP*�@��ɂ2A(��~�P>*��a@�P���P�	5
��j߄:	�����gA�,h��}!7o&���
x?
��#>0�����%h�VQh�ڜ�v>h�w��.
��^��n��=z��3<	�(���Nj��>�����
��_�����{/��
�r��	xa�&`P����_
���a�f�Q]a��N�'`LƮ�q[a�&���v��@O���L���`�f��^���Ԁ����-��nX`��|X�
{aI
��!�,�����V��|X����[;|�~�?��'7�{���0�ℂs��M��	�w���q l�
[Z��8l�ÎYN��/�1ع"y��s�=
�`�)��A;��CV����c����	'���,8�sN8��!�2
��Bb%\+�6��n}�� �
�
��*p�<p��0<�
�����'��i_x��݄����#�B #�
{P���G�P�x�DYQ�}
�aE�v�����![�H�������Ge���OP���9��R_T��2
U��jvT�&�E5����.��TAu�zVT/��Q�jT5����@͂(7��j��9�ޭ�ދ�����
�ӎ>H�7����u�ƇچQ�s�CԱr�:Q��jE���/�Nj>:�>n��U�'�� �܅�h���v�k�D}�Q?`�AU��4d+����h��4�Q^4:��7�X�C�O����D�:hrO4%��hzW44���@����yh�-���bZ�
-��<3ZfE˞�^�r+Z��q�����Y蛁��V�V�{�A��V���4���~���M�_�e%*��_��oI��/Zm\�6����A�h{�C�yh��v&Q$�vE��ch����Y(�DG��O��С&�P�(V����Q܆�7�a:EGF�#O��s�8�DtҌN�S=��v�t�Y���G盠�qt��.��E��\]���q�p�kvt-���эwЍ�D�z�[	t�	J�Q2������н0�=x��ѣJ�E�(z�B�O���艁��@O
�t<zAϺ�g!�܁��E/��w�E
�l�^�Ы�u�z+&B���dJa*�dda2�������R���1��d`J��)�+`��1��p#�H0r����hU0���F߀1f`�6�
�j�����+0����%Ÿ0^�w�/�E0aL�$&���d&;��`�������b�>\�t���b���f3��o0k�:�U��y0��ys��`�(�g���r`�1��h��`�0X���E�b!,��5��,~K��s�dK��s�TB,�K��2I�l,7��
!��+n�J����?V=���`��X�����`�?��Xw	�+���`�	� 6��
l8�F��l�o�&K��lv�'��̂�B�Ol����-�C�;�N)�s���n�{	�~{����u{�
�9�}�`��[��3`�=8x�p����p�6�G��spD�#v��8*�N��_�8����z�8�N���V��58%Ny����gl�Y��.8��=����8.t��-pQ\��%Sp�\���Upe
\UW���p�\Wן��ypS�\7���1p�ܾw\��}pWܽ���������`B<���#�
x4%������1x��
�����x6�;��7�xq^��W���x������a���]o��;�n������8>	�i|:�=����c�gp��8���؏��4Ϋ�8o��ݏ����8�S���g�/!���q�q�w��
��W'D*D��/r�#y�G1{�X�Ql�^�<�Q��(n�k��G	%���B�|(q��8JB��!ׇ��(y���R�C�ڡT�Q��(M'��1J[E�(b5����(]yC�J�e�2�FY��l��/�F9^�\��1���Ey��|�Q�ۨ�uT�2*t>��lG�B��(T�=*�J�Q���t#T�2*��π*�P�˨�qT�<�<	U	���Q����h�j6C5O�Z�P�ǨveT{5��չ��G�&!����~nT�6j0	5,�yQ�0jDMZ���f.j�5o��_G-��Q�h�jj�����P۞�]��:j@�ߣ!�11�8uʂ:�F���.��qu����G=���YP�¨����Q���o3ԯ6��

���B�<h�m4؃��hh�
��F�GA�F���џ�P�j�W��U��1>4�>����Cф��M|�&�F��є�(�E�,F��дfh�w4}�@3K�Y����hN#4w �������ZT-��%���QhY-�V�h�k�z=Z��ݎ�G�ϣ
!�q>�D��-���Qh[�m5��G;�hW���9��;���с :8
�:�9����.��:>�(�N�F�:����Cgn�s����B;t17��]ތ�FW+�k����Fut�>�D�����ѝ�nnt߇�у���f�h(z�
=Y���G�N�Ћ��U;�ڇ�Do��w��Їh�17��O�����g�u�6}������W+����cv�9�����<��.�����������_ƒĒƒnƒm���X�qX��X�X�FX?�6�ET�"�bQ>,�1�n1�=���c���2��2v�2y��X��X��X��X�0櫍嘍式�^��u�|.�?V`6V(+�+r+�+��J����^��@��@��}���\�����v���U���5��O���y��^���5�5`̓X��en��s��w�ukÇ�Ѳ
�B�eP�'(�yE=��W��gP�7(�0Jh�?AI���$���Gi/���(c6�쏲����('�rAy!�_�
6��PQ*n�JΣ�Ϡ�Yh�h��Z�����MG�Ch#h�d��<�|��;?@w��=tout�� �6z�7z���e�������8�Tz�3z��\=��	z���q�jz����fs�vo��x�N���_}D��>��>�>��x}�}�}�~X�~<�~y���c1��>�+��������i(4mi��VG۪��ю�hW����w
�D���������dt�1:Z�CǷ��!tj:����}�?�.ރ.�G�O�+o������V��=�}4�#�5;���ڍ���e���ep�p��8W���q�ָZw\]�F�����	�z���q���|ܬn�7�����­��mܾ�Pw܀;]ǝ��.����na��d�3
��������}�~��?�5xp����!<
<*�����ǎ��j�q/�	Yx�l<�0��
���l�S������ó���9���7��x�d�p2^�K��ep�8|4�X�#�Q�q�#8&�F���8n8������8�<N�)����8-���"��g}���8'��yQ8?��pQo\�Ň��x�x�x��8^����V�axs�y�!�:�u�ꢠ.UP����|G]+���Aݜ���u�)����;Pw���z�
X��V �i�弐�:���'Xˊ|r��+rt��%�?>��\��L�r���X�7=�1Z	���1���q����>3���'��?>��x�oa����38�o��LRޯ��c������j�D��`��dky�L����mMS��C&b�e�i�]��Tn��m`B��̧2��|6�.[�^��#w��6aB���c"�z�w�:ٞt��	]�ї*�枪�#���J�X'��5��e��N�aE�1�z�Rϖ�r�k�0:0����?ր��V�lC��������^��Lb�Ż14��#Z���9���%�`K:�$O�Y�i'O���%��ǗG��=�ϸ�}��8�Ҥ���dž8���)y����;���,B�|!ڣ�ѠH�ܳ=D��6�HH�a���['��z����3Ձ���assets/library/font-awesome/fonts/fa-v4compatibility.ttf000064400000025120151213253240017473 0ustar00
� OS/2O�P�(`cmap"��$glyf�XX��head(�ԉ�6hhea�$hmtxG����loca�d��@Pmaxp0� nameB'EQ#$}post���V'���E%�_<��1dž�1dž����@���@����@''���LfGLf��AWSM��A�z���G>� ������@ @@��@����@��@'@@@'@��@����������> �A�G�f�~������������������#�>�I�L�V�^�a�c�x����z���A�G�e�}�����������������
�#�>�H�L�V�^�`�c�u����z�������}{zq`_\?:-&	����������,
�R�`��*�2�<�B�b�b�		T	�	�
$
�.�v
,
\
�
�
�p�:����� '.5!!!"13!1276514'&#'17''3171'#17`��@��				@				 ZZ�ZZZ�Z&ZZZZ&ZZZ�Z�		�@				�		z����L����:����:��������)6711671167&'&'327&'&767�''66RR66''

$$$$3!87;;-R6666R-;;78!s    ���a&#11"1311#151&'&1176751311#11327716'&'#151311771654''1&1#15131676''


@	 `@		@` 	@


@ `@		@` 	@�		@` 	@


@ `@		@` 	@


@ `@���;3#31''11''1&771'1&767#3#&'516761716111X���'W W'����'W W'
��'W W'��'W W'�����96111#1&'51676173#31''11''1&771'1&767� W'
�'W�����'W W'� W'�'W���'W W'�����+&#"1311#11327716'&'#15131676''�

h
88
h

h
88
h�p
�
pp
�
p<D+%654''1&1#151&'&117675131177�p
�
pp
�
p�

h
88
h

h
88
h��� 7Mdz2111!12#!1&'&'147632111#"'&551476375#"'&551476322111#"'&551476375#"'&55147632 		�				�p"		�								�								@								�								�		��				"P		�		@				@		@���				�				 		`				`		`���				�				���'U'1#"'&551#1"'&5514763315147632'#3#"13312##1&'&'16767312#z{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>



		�						))				���S11327711767514'&##111!16767514'&#"1!1&'1673127654'&##`	*�		


�)		���""@"				��p				p�)�


		�*	�		 "��""p				p@				���'U'1#"'&551#1"'&55147633151476323#3276514'&##1"'&54763311#1"'&54763�{{{{


�				�


�@@@				@				@))@				V{{{{


>		@		>


��								)�)				��2�$7531513171#1514763251&'&#&1#113PtWi'�BB�����b"&Y�+a���K\w7'11176771677167514''1&##1"''1&'&7716176''1&7716''1"#&'11165!671167632#"'&'&':			
:		+"

G55��0!"<=CC=<"!!"<=CC=<"!�	('	
	((@?8-

2F::$""$::FF::$""$::F�"+E#3#5131%111!1676751&'&'!5!151!%111!1676751&'&'!������p

�

�`���p

�

�`   `
@

@
��    @
@

@
 ����Y#3#177111'1&131676''17111316751&'&1'171176751&'#111'1716'&'Ȑ��(OO(�(OO(�(OO(�(OO(��(OO(�(OO(�(OO(�(OO(�� � :Cc�7113277171654''1'1&#"1113271654''1&#"7'171113277171654''1'1&#"1113277171654''1'1&#"1�&&&&&&�#}#���iiii�#8998`8998�&&&&��#}#��8iiii"9988�9988@�#-7A\w111!167671&'&'!#3#51'55316711671#7&'11&'31471167632#"'&'&571#13367&'#151&'#1@��@@@@@@@�@@@��L����@�@@@�@�@@00D���-J]p�7671167632#"'&'&'%4'11&#"32765671167&'716'&1"1"14'11&#"327652711654'&#"3%4'11&#"32765!"<=CC=<"!!"<=CC=<"! 								 @@P								P								`								�F::$""$::FF::$""$::F�								����								�								 								���!C!!!5167611'&'51!1"'&54763211#!11''1&5477161! @��@`		`��				�				��`		`@`@	`


`@				�				@	`


	`@����,5671167!11!1&'&'4'11&#"32765!!!1!1@��								���@��@������								���@��p�,5671167311#1&'&'4'11&#"32765#3#131���								P����������								���@��+�';&'1111771176''1716'&''1'1111'1&#6D�
o
��
o
�D5
vVi�

�
n�		II		�n
���2��2lU	x8����767116727676'&'&'1#11!1676751&'&'#15�"

"",=)(@�0"

%()=0��0��c�.6''1&#"1311##1"13316767513167^
�

�
X		P				P6%$X��
�				 		$%6�
��c�.%1#"''1&76731514'&##1"'&551476331131^
�

�
X		P				P6%$Xq���				 		$%6�����;111!1&'&'16767!55&'#1111327711367���@@�!B$B!	���@�牉�	!B$B!����@�P471163332##1312##11''1&767312767#1"'&5476331&'&###"'&5		@�				8#				$
!!.�

�P	�				�	@		�										,g

�

				

		'���'Nqx#"''1&76761147632171676471163311312##1&'&771#1"'&511'&''1#11'&'&77171673#3'1�

X		
 				 

		X�		�	J3				�	J3		`
@X@
(((

`
		$.				��$		

`�		I				I		��  ��((��@�'=Si#"''1&767611476321716763#32##1"'&547633#32##1"'&547633#32##1"'&547633#32##1"'&54763�

X		
 				 

		X�   				 				```				`				���				�				���				�				

`
		$.				��$		

`�								�								�								�								��@�'=Si#"''1&76761147632171676"'11&54763312##5"'11&54763312##5"'11&54763312##5"'11&54763312##�

X		
 				 

		X�				 				 				`				`				�				�				�				�

`
		$.				��$		

`
								�								�								�								'���(Sf�27716'&'&114'&#"1'1&'&13%&17711#1"33327654'&##1514''611'&'&76777677165&'&'�
X		
 				 

		X
#0

				00				
!



	1%% 
`
		$.				��$		

`
�	

4								`
�

q			
	B$%%	����D�"71327716'&'#114'&##1"1#1�

�H		@		Hq�� 				������C�"6''1&#"1311331276513167>
�

�
H		@		H��
��				 
c"7''1&5477161!121#!11���
 				��
"
�

�
H		@		Hc"%771654''1&1!1"13!11O����				 "
�

�
H		@		H������b211171611716113167675167631#1"'&5511'&'&76771511'&'&76771514763`		w

�w

�@4$$
	
	66N`		

)

)		�		#"

'"

'�""5
		
N33		�



6		����0=JW67311312#!1"'&54763317!!!1!1&'&'16751&'316751&'316751&'�	x	`				��				`g�����```�								n��@@�����������
3'71#731'#3!17%3#3'1#"'1&771633121�WWWX��HHH�92�����������I8�����
p�p
x]]]]MMMM}��0MM(���

������6I\o%6711671167&'&'&'#01111111111367673'211#"'&547633211#"'&547634711632#"'&5H9:"""":9HH9:""/
,&#08�								�								`								//::////:E4%

�																 								%%+,%2W"�
,���%	4;	J%	o	V}	J%	d�	D7	
X�	.�	:{	oFont Awesome v4 Compatibility RegularRegularFont Awesome v4 Compatibility Regular-6.5.2Version 773.01953125 (Font Awesome version: 6.5.2)FontAwesomev4Compatibility-RegularFont Awesome v4 Compatibilityhttps://fontawesome.comThe web's most popular icon set and toolkit.Copyright (c) Font AwesomeFont Awesome v4 Compatibility RegularRegularFont Awesome v4 Compatibility Regular-6.5.2Version 773.01953125 (Font Awesome version: 6.5.2)FontAwesomev4Compatibility-RegularFont Awesome v4 Compatibilityhttps://fontawesome.comThe web's most popular icon set and toolkit.Copyright (c) Font Awesome��'	

 !"#$%&'location-dotup-down-left-right"up-right-and-down-left-from-center down-left-and-up-right-to-centerup-down
left-rightchart-columnright-from-bracketup-right-from-squareright-to-bracket
facebook-fearth-americas
bars-progressmaximizewand-magic-sparklesmoney-bill-1
gauge-high
right-lefttablet-screen-buttonmobile-screen-buttonstar-half-strokeunlockturn-up	turn-downsquare-up-rightindian-rupee-signarrow-down-z-aarrow-down-short-widearrow-down-wide-shortarrow-down-9-1	down-longup-long	left-long
right-longturkish-lira-sign	trash-cangemcomment-dotsassets/library/font-awesome/fonts/fa-regular-400.ttf000064400000204424151213253240016320 0ustar00
� OS/2_n^^(`cmapJ�����glyfѽa8�head)ԇ�6hheaJ�$hmtx���Ploca��s�X�maxp�� nameeD	�post9;��	��Xs_<��1Dž�1Dž�����������������
��LfGLf��AWSM�!�����H?� �@�@�����@��@��@�����@��@@@@�����@���@����@@��@@@@ ���@�@@�������@������������@�@��@��������@���@���@�����������@���@�����������������������@@ ����� @�������@� @�@����@���@@��@��� �����@$4$
4��!%+9Zabcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�Y�\�]�g�i�n�p�s�u�|���������������������������������������#�(�*�3�D�F�G�J�N�R�U�\�e�������������������������
�I�J�M�P�R�[�]�t�x�z�{�������������������������������(�[�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�z����������������!#*0<abcdefghijklmnopqrstuvwxyz��#(#�#�%�%�%�%�&&&&9&Z&[&\&]&^&_&e&�&�&�''	'''1'D'F'S'T'U'W'd'�+++$+P�������������"�$�.�>�D�E�F�W�\�]�g�i�n�p�s�u�{���������������������������������������#�(�*�3�D�F�G�J�M�P�U�[�d������������������������
�G�J�M�P�R�T�]�q�x�y�{������������������������������(�X�����%�:�?�A�C�E�G�\�}�����,�1�6�A�V�g�y����������������������3.-
�����������������qha]XF@?)
����������s740/.
�
�
�
�
�
�
�
�
�
z
K
��plkjihT�]M<8/(��������������������������"* �������6::.00��������`dbNL�R�����������jj��D^FZ>B^fF,,(��4�d`(
"�B�jl������..(  !"#$%&'()*+,-./23478;<=ABCEFHLPQTUVWY[]^_`efghijmxy{|�����������������������������LE!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/��|���#(#([#�#��#�#�j%�%�P%�%�W%�%�P%�%�P&&i&&_&&L&9&9Y&Z&Z�&[&[�&\&\�&]&]�&^&^�&_&_�&e&e2&�&�W&�&�W&�&�y''_'	'	Q''�''�'1'1'D'D�'F'F�'S'S'T'T'U'U'W'W'd'd2'�'�++�++�+$+$W+P+P3��0��1��Q��2��3��4�����e��5��������]�"�"6�$�$7�.�.8�>�>9�D�D:�E�E`�F�F_�W�Y;�\�\;�]�]<�g�g�i�i�n�n>�p�p?�s�s@�u�uA�{�|B��D��E��g��h��F��2��G��P��8��H��I��T��J����N����O����Q����A����E����R����T��f��m��U��V��W��W��B��C��X��[��7�#�#F�(�(�*�*�3�3\�D�D]�F�F^�G�G^�J�J_�M�N`�P�Rb�U�U�[�\e�d�eg��i��������k��V��m���n����w����x����x����W����y����z��{��{��|���
�
}�G�I~�J�J��M�M��P�P��R�R��T�[��]�]��q�t��x�x��y�z��{�{���H������������������=��������������������������4���������������������������������(�(��X�[�������������%�%��:�:��?�?��A�A��C�C��E�E��G�G��\�\��}�}U��������������,�,�1�1�6�6�A�A�V�V��g�g��y�z������������������������������������������j�K�KG����m����U����7�A�A>�M�Mg�N�Nh�d�d4�����2��2��2��2��S�������H��O��B����C����e����\����\���������z��T��{��8��l�4�4W�5�5W�S�S5����Q���������2����O����I����f����r����B����C����e����f��������������A����E���������������������������	�	��
�
��
�
���Z������������������� � ��"�"��&�&��+�+��,�,��-�-��.�.��3�3��6�6��B�BX�D�D�����W����W����W����W����W������������������������������������
�
2��2����#�#��)�)�����2����aP��r��*n��2j�&��>d�Jz�b��"T���	
	B	r	�

^
�4X��� Fv�

�
�n���*�"��b�,z�.�$�6�l.��(��2�N�#�#�$B$�%�&"'J'�((\(�)~**`*�++Z+�,r-$-�.l.�/8/�0�1
1|1�2p33�4
4�5,5v606�7\7�8�9:X:�;;l;�<�=D=�>t?(?�@�A`A�BFB�C>C�C�DnD�E(FFzGG�H:H�I<I�I�J
J�KxLLpL�M`M�NPN�O0O�P<P�QZQ�RdR�S&S�T�UDU�V�WnX<X�Y�Zf[p\.\�]�^�_�`�avbRb�c�eLfxgg�h�iBi�j�kHk�l�m:m�n�����
5777'13#3'17'17#3#17!671167!11!1&'&'0ssss���ss�ssssV���ss��
 

��
������*����L��

�`

���@�&'1672711654'&#"38								��� �X								����HQ131716131#1131#11'&771#11'&771#1&'673171#1&'673171673171#�oGQNWoHQNXoo�KUK�UKUK�U�������4�]&'1"#31'&'&'&112231675167676'&'&'&'#1&'&'&76767676'&'5�$!	
4
!63

4
*�0*
	


	21
5
		1%6'&17&'&767&'&767q��@��O��@�������0171611''11&'511'&771'1&7615167��
��

��
��

���Q

TT

Q��Q

TT

Q�����&'1#131167513167&'#15�����x������@�,6711671&'&'57111676751&'&'--DD----DD--�0  00  0D----D�D----D�p 0�0  0�0 �����4'&17711#13367&'#1�
h	DPhhP�@

)��x����@�+1'&7716731131!1&'&77167&'&'#�*$$+><(',�����'p$#+'(<=*��('����@�:67!1131#1"'&''1&761316767&'&'#1&'&771#1&'�(8%&&%8[![$$d����&%88%&$$�������'6'&1331167513167&'#151&'1#17�	�
�((�}}	��hh�������@�76731#1131#1"'&''1&761316767&'&'#1"'&77 ���8%&&%8__$$� ��&%88%&$$	���@�,%&'11&'16767'63&'&'67716 02  00 ~D----DD--)�I�0 #'0  0�--DD----D@,�Z��C�67!121'&71#1&'�

����p	
l��@�"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310##5(5##)##5H5##)|  H  ((  (  $5####5:$"5####5"$:|    0    ��@�,11677165&'&'#&'&'67671'&770 02  00 ~D----DD--)�I0 #'0  0�--DD----D@,�Z����11'%1&'47%16~��%��
Ps����P�0!167&'!!167&'!(p��p��0�������117%1674'%1&%��P
��s������0�4G6711673111167514771676551&'&'#1672711654'&#"3@" "4#5%$6 6%$`								 ""&"*
"6%$$%6��								���JW11&'&'&'6767671&'&'&'676767113276551&'&'&'&767X;;;;XH9:"""":9HH9:""'1#63""""3, 


;;XH#$$##$$#�;;XX;;"":9HH9:"""":9H'%%""33""
P

X;;�))))������&'177131176'#3#71��
"�"
�F���\\��p
QQ
�������@�1B11113167674'&'67&'&'##3#5167313#3#1&'58�5##$##5lltttl  ttt�  ����##5%#65##Ȑ  0  �������(&#11"3276'&'&'&767676'X6EE6226EE6,8888,,,,8888,<446FF644++-9999,,,����-1316767&'&'#67116731#1&'&'8hK1221Kh8h?2332?hp��21KK1232??23P��@�-11113167&'#1&'513167&'#151673167&'#8�������������@�#111167513167&'#151673167&'#8�������������2116767#1&'67312&'&'&'676767'&'�K1221KD00
��	>>Z?2332?X=
0Ep21KK12+*BY9:32??237
,����"%5675151&'1!151&'16751!P�� ��������p���@�311#1!167&'#113167&'#pppp����`��@� 1&'&'516716767167(--DD-- 00 ���D----D((0  0��G�!&'11675171176''1716'&150P�
������vP�ڗ�� ��@�131#1&'1678����������$61161&'11#"''11&'167
��
�

�����p@�������611671'11&'167&�����N�p^�������5"1132767654'&'&#11#"'&'&'6767632�0((((00((((0�45;;5445;;54p)*..*))*..*)�=3333==3333=��@�,3#3#151673#36767&'&'#1116758ppp,,xxxxA*++*App,,��+*AA*+�x����871167'1&76167&'&'&'&'&'6767671''021K6+[
[*21KK1208H?2332??23:6
6�K12k
k0DK1221K�'32??2332?Z>A
@��G�#61111675131176''16767&'&'##3#516731#8nwe.'&:�x����%%������$$1:&'�%%����D�^201'11&'&'"1&'&767676'&'&'"'01&'&'&'&71'1676'&'&'711&[$#;96G	>&$#:

96G
>&e!
	
$=		!

	$=	����3116713167&'#������x���� 1676751671&'&'5167()==)(66RR66��=)(()=��R6666R�������61161&'1&7
��
�����[
�p�
����D�$611671161&'11"'1&7
wccw
�aa����J��K
�pC���
������6'&1'1&11771176''17z
��
��
��
��y
��
��
��
��������&116751716'&1'+����������������67!11!1!1&'&71!1&'P
����
/���
��
i���3@111!167671&'&'#1'1&##6731213311!15!!!1!1&'5@��+��
-��`��`������+@- `�������
5777'13#3'17'17#3#17!671167!11!1&'&'0ssss���ss�ssssV���ss��
 

��
������*����L��

�`

����+b'''1&'5167676676701016111#"'0'1101'10101&'&11716751&'&'&01011001#"'��/! 5>22>5 !/�


# �� #

�-A6('#	
#
((6A-�C%,��,%��+�(G1111''11'&771'1&76771716771117161'1&771'1&'' D�
o
��
o
�D555
vVji	Vv
5�
�
n�
II		�n
�
OlllU	x88x	Ul����'5L&'&767#471167632#"'&'&5!!!&'&'#167116731#!1"'&50'((''(('�""""/^��^#$2\2#$123K\K32	
�|
	@----####��11K3223K
		
���5I%11#"'&'&54767632!113276767&'&'&#"75176''151&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�`U�9////99////9F::$""$::FF::$""$::F����
@9{��@�)<IVcv�1!1671&'!671167!11!1&'&'4711632#"'&536731#1&'6731#1&'6731#1&''"'11&547632#4711632#"'&5@��@@��@`								h������H								 								p��@��@@								``@								@								����-B&'11116751716771671&'&1#"'&15776711'&150P@;EI"
	$&&#7;Uaaa)'*--+53KPE�(��1Xd"
		N
�	$�����+6711671171611!151!11''11'&'
���� 


��
�
0�w\		\�0
�Hnn����9F1'1'1&#"1'1&#"1111167!%111!167671&'&'!676'&'��SP������Pp���		l+

p@0��@�����
9k'1'17167711171677717716771654''1&#"111!1676751&'1#!1"'&5147633167&'#�.熆�.�:����


d
���%%%��pp�.ņ��.�:����d
	
�'%��%%pp���5V211#"'&'&5476763671167654'&'&'11771176''1716'&1'1&9////99////9F::$""$::FF::$""$::FQ////////�117711117711�0!"<=CC=<"!!"<=CC=<"!Q////////���5G211#"'&'&5476763671167654'&'&'6'&1'1&1779////99////9F::$""$::FF::$""$::Fqo/@��117711117711�0!"<=CC=<"!!"<=CC=<"!/o/@����5_r%4'11&'&#"3276765!671167632#"'&'&'7671163311&'51477165&'#1"1'&754711632#"'&5�117711117711�0!"<=CC=<"!!"<=CC=<"!�: ,:
6								�9////99////9F::$""$::FF::$""$::F[

$
		�								����C�"Ih�1167676767&'&'&'&'671167&'&'&'&'&76767671167&'&'"10#"'105211#"'&'&5476763 1((((11((((1�$00==00$##$00==00$##�"""####p!""!####!""!####!�"""�""""������9Iiy&176''167676'&'&'&'&''67'165&'&''''654'23''&'&'&'&'67'167'''&''127'Pi#$00=3+*!p�6L1((
6$%61#.�RRR"3***&.1((
&"$#00=H6X888%8$%6��0R ##!"Xv)* 6%$$�@@@
"
�!!!$.$##!"F,,,	!,6%$
����3<ENW`kt�&'1#1111!1676715151&'&'#151&'1#153#31#153#31#1533#31#1533#31#157#3#51315#1513#5#1513#5#1&'5137#3#5131�(@(�hPPPPPPPP�````�PPPPPPPPP@P�``�@P�````�(0�0(((�88h@@@@@@088�(((88888888(�88�����O7636767&'&'676767&'676767"'0#0##01"1#"'&767670101|(0_8888__88$
	g/"":9HH9:"""":9H80#9/0>>0//0>1(
)%4E:////:://


���76711673121311!1&'&'71!1671&'#1"''1&##�+���@��-
�`+�@��-��D�@3#367716'&'!1116731213113151&'&'#1"''1&##113�000
p
�p
Dv!/u0uu �u   �����#1?1!1!1&'&'1676731#1&'3#3#1&'67!!!!1&'67��`h�������������`hH`������9t76'&56767"'&6767'676736767&'&'27676'&'&'4'67&'&'1&'&'&#&'&'X!++II++++IX-B9X;;;;XX;;�9B
-87UB'&!/##21>�"+2&&&&22&&�@.21KK1221K��
.@I11%%/+"-��8�+11'&771'1&76771716711171%�
o
�D	
vV]��O		�n
�;;;U	x2
������0[n"'&327676767676'&767654'&#511'&#&'&'476'&76767676311'&767676p,..'&		,..'&		"--;:;
"-.::;
y(&'3p&'..,		&'..,		0"
;:;--"
;::.-�(3'&��@�2>J1!15167!5!1&'51!%111!167671&'&'!3167&'#33167&'#� ��@�0��@800�ppp  ��������@�����!>GP163!1251&'!5!16751&'!1#556767!111!1&'&'567&'7&'67@������0���xp���````����``0�
=my��#3#13367&'4'11&#0101#11&567&547&55167167515'01110131#1##&'&'516767367&'##373367&'#1#3#3367&'#���� ��		3""$ �R"@G0//0G@0@  (((0@		""30(
((((P(

/0G0G0/���@�
=my��3#31##&'67471163010131165&'654'6551&'1&'5157011101#13133676751&'&'#&'6733#'##&'67313#3##&'673@��� ��		3""$ �R"@G0//0G@0@  (((0@		""30(
((((P(

/0G0G0/���@����=o}��563315151&'"1101011316767#&'#"'##1&'673167&'#01110167516767163636311#1&'&'5%&'11675'25151&'135675151&'@		""30(
(((x(

/0G0G0/P�@���� ��		3""$ �R"@G0//0G@0@  (((0����=o}��75533111&'7"'11&5010151676731&#&#"&##131#'0111011676751367367367675151&'&'#1&'5151672711&'5137556711&'5@		""30(
(((x(

/0G0G0/P�@��� ��		3""$ �R"@G0//0G@0@  (((0����-U%#3#&'16731113#36767514''1&##1111131676751#11#1&'1673151#�����D����D���0�  pD�0�D��  0����=FS!167514'711!1&'&'1676731211'1&11#1&'51#1753151#676'&'0@"���J"J�P��     `��@���"�@J"JdhPPPP�$$$$����)1!1&'167!%111!167671&'&'!���@��@��p��@0��@�$>113277151&'!5!167511#"'''671167!11!1&'&'@������$$�0���P��d����uuT����3<Nj#3#13151#1&'167313316731&'&##1&'&#"67&'#3#&'16731113#36767514''1&##11i)))``		H,>)'0����D����D����0		


�hD�0�D���p�FYj%67&'&'11#1&'&'1111&'&'676711111#1676711111167'11&'6767&'11&'51311)$%66%$1	21KK12	1i
""�"� )6%$$%6) 
 +9K1221K9+
 
y
"��""������,AM"11111!1676''1&'51&'&'514'&#111!167516767#3#32765�		8#$+	�+$#8		0 (��' 0@@@��		++;F7



7F;++		` 0J==J0 ������/R���111#11111131111111111131111111113111111111113111111111311111111111311111111131111111111131111111113111111111311111111111311111111131111111113111111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111311111111131111111113111111111!3113167671&'&'#151&'&'#3#31#1311#1311#1515!3#31111111#1111111#1111111#111111111#111111111#1111111#11111#1111111#111111111#111111111#11111#1111111#111111111#111111111#11111#1111111#111111111#111111111#11111#111111111#111111111#11111#111111111#111111111#11111#111111111#111111111#11111#111111111#1111111#111111111#111111111#11111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#1111111#111111111#111111111#111111111#111111111#1111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#111111111#11111111111#111111111#111111111#11111111111#111111111#11111111111#111111111#11111111111#111111111#11111111111#1111111&'513167&'#1513167&'#151677673111#151&'&'1#15#11311316751316751&'#151&'#1�XhX��XXX8888X�hXXX8888��@

@X��� �(0h���h0(8���@

@�����)K1!1671&'!671167!11!1&'&'55#1&'67315167131#11&'@@��@@���@@@@p��@��@�@@@@@@���5%4'11&'&#"3276765!671167632#"'&'&'�117711117711�0!"<=CC=<"!!"<=CC=<"!�9////99////9F::$""$::FF::$""$::F���5Pcv%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F>




n								 								���5Nat%4'11&'&#"3276765!671167632#"'&'&''&767632'&'&''6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

#",,"#			
				
		�				
				
�9////99////9F::$""$::FF::$""$::F�
%%


�								 								���5H[g%11#"'&'&54767632116767654'&'&'2711654'&#"374'11&#"327653167&'#�117711117711�F::$""$::FF::$""$::FP				
				
�		
				
		����9////99////9!"<=CC=<"!!"<=CC=<"!�								 								x
@�);K]m������1!1671&'!671167!11!1&'&'3#31#1&'5167'67311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'516767311#1&'573#31#1&'5167@��@@��@�����H@@@@P���H`````````����3@&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'�(@(�h`��`���(0�0(((�����5H%4'11&'&#"3276765!671167632#"'&'&'7611'&55147�117711117711�0!"<=CC=<"!!"<=CC=<"!�
��
�9////99////9F::$""$::FF::$""$::FmX

X�����)71!1671&'!671167!11!1&'&'3#3#1&'67@@��@@�������p��@��@�����)=1!1671&'!671167!11!1&'&'7''1&761716@@��@@��Q���@/op��@��@q���@/o��0�m�%5551&'##&56767336751511'3#313312771654''1&#"1##33167&'11410#&'05&'&1&'&'&567673'111!1676751&'1!1&'1673167&'#� >' 000jj@			��



0D--	�P��@@� $0  __0		}|	

---D-	���@@P���5K^%4'11&'&#"3276765!671167632#"'&'&'7'&771677161'4'11&#"32765�117711117711�0!"<=CC=<"!!"<=CC=<"!3���

8
�

8
								�9////99////9F::$""$::FF::$""$::FE888

�
8

�
E								����)<%671&'!11!711!1&'&'16767!1'"''1&767311#���@@��@�
h
�
h
@��@��@p

p����)<1!1671&'!671167!11!1&'&'21#1&'&77163@@��@@���
h
�
h
p��@��@@p

p����)<&'!11!167'111!1&'&'16767!1'&'516761���@��@@p

p`��@@��@�
h
�
h
����1671#1"'&551#11!67116731211!1&'&'@P		����Z� 		P���Z�������1=I&'1673113311!111!1676714''1&##3167&'#3167&'#@�		P�Z�8�����P		�����%Z�`���j�&1111771677161331#1"''1&13312767674'674'67&'&'#167716'&'"1113312765514'&##D	
4
3	�	
	a>="a\��				@				@�9
8

	

	)
) !
		�		�				�		���j�'11&''1&''1&761176''1&'&7673167&'&'&765&'&'&765&'&765&'#1"1'&77163312#11%"'11&55147633121##D	
4
3	�	
	a>="a\��				@				@99
	

	)
) !
		]		�				�		�����?q��&'&1'1&11111177117677171676''1716'&''1'77111111'1&1'1&''1716''171677117271167654'&'&#"3'676'&'x
SRb
99
b
SS
b
99
bjAAAN-		-NAAN-		-NA@    �
99
bRS
b
99
b
SRbZ---NAAN-		-NAAN-		��p$$$$����S#&'&'676771167676767676'&"#"#01&'&'4767670367676'&'&#"#01"#01#�!))CJ21,>Y::32?H8K11
]4AK8921K4*)B>>[?23(	

21K)##
����)<7!1671&'!1&'11&'16767!11!7477161''1&50@��@��@p

p @��@@���
h
�
h
���5P%4'11&'&#"3276765!671167632#"'&'&'%211#"'&'&5476763�117711117711�0!"<=CC=<"!!"<=CC=<"!







�9////99////9F::$""$::FF::$""$::F`







����7GYi{131516767131671&'!671167!11!1&'&'67311#1&'573#31#1&'516767311#1&'573#31#1&'5167@P

P�@�X00�0000�00�0000���@

@����(0000�0000����/ISiu�3#31#1&'&'1676731211#151#1"'&551#1173#3#11&'51516767&'#11373#31#1&'51676751&'#11376731#1131#11&'515@0000�Z0P		�p    `   

  P0   0�Z��		P��p 0PP0P
@
��@`p 0@@����3W7673113311!1&'111!1676714''1&##&16771167716'&1'1&'1'0�		P�Z�700����P		�����%Z��SS�TTTT����3S7673113311!1&'111!1676714''1&##&11771176''1716'&1'0�		P�Z�[--%%--%%����P		�����%Z�99009900����1IY&'1673113311!111!1676714''1&##116751316767&'&'##3#51312#@�		P�Z�H,  DD,,,,�P		�����%Z�h8   h8����1D^&'1673113311!111!1676714''1&##4'11&#"32765&#"1'1&#"1333276''@�		P�Z�`								E)		(	0�	H�P		�����%Z�								/<@		h����9FSky&'1673131673113311!111!1676714''1&##3167&'#13167&'#1767674''1&'#13#3#1&'67@0 0		P�Z�0        �P		�����%Zp@HXXXXX����3M^!!!671#1"'&551#1167116731211!1&'&'5''1#1&'5167317167'&7654'&76@�P		�@�Z��

$$
	V
		
 		P���Z���Ѐ��
#0#
&&	

	����1[671#1"'&551#11!67116731211!1&'&'471163312171631"''11##1"'&55@P		����Z�P		`		--		`		 		P���Z����				h				`����1CU&'1673113311!111!1676714''1&##6'&1176''177&117716''@�		P�Z�a00`00�P		�����%Z��00"00���;IWer%&'71327367&'716'&1&''1&1177167176'''''654'717&#"'1677&'6717676'&'�6KK6PPD99D__D99D__D"PPP

P,,"PPPP6KK6�PPP,,P

#,,P

PD__D99D__D99"PPPP6KK6$PPP

P,,�PPP6KK6P1�����(/7111132771176716'&%%11'''71�
	
>|

@�@4V��V�{O����0�	:g	
J4�	����3�EEE�����5<@HLRm�%''"1#"''1&'&#1&'71676''167132771113#3#1367'&'"'377''671167654'&'&'&113167716''�YYYYL"*EE*"L��K�K�F::$""$::FF::$""$::F0
<
0WWW&/0S"::"S0/&9�	��			��!"<=CC=<"!!"<=CC=<"!F		#88#���5ESao}1!1671&'!&'11&'16716716767!11!67311#1&'573#3#1&'673#3#1&'673#3#1&'673#3#1&'67�,��`��h``�        ���������p��
0�p(��0��XPPPPP������'7LX&176''16''1&'51&'&'514'&#"1'6711631'''#167'111!#3#32765'PX+$#8				B$��0 �===� /+@@���0E7F;++				7t� 02-���0002;%E7

 ���5X211#"'&'&5476763671167654'&'&''&5114763276'&#"3276'&#"'9////99////9F::$""$::FF::$""$::F9  '33(%%(33'  �117711117711�0!"<=CC=<"!!"<=CC=<"!�  &&'33(%%��@�)Jm1!1&'167!%111!167671&'&'!76'&'676'&&'&'676767116776'&'676'&&'&'�@��@��@�
,)),


�

,)),

p��@0��@�
))


0

))

 �� �'7Qn&'6767!1671&'!1&'&'6771!1671&'!4711633121##1"'&553#36767513121##1"'&550
X

��
MF��		�				�		�   @				�		L

��

��@				`				`� 		`				 
����KTdm|����4501016723&''111276731367674'&'516765&'&'"#1&'&#!67&'1#1&'51673&'67"#11&'4567%3#31#1&'51#11276731367674'&'516765&'&'"#117676'&7'&7676&'671101"#0
0��p+

�

�;��
�...

�
0�EY		��		-
}
jj
j

j
�
(
j

%%j				�				

����41315147633151&'!#3#&'&'16767!1111##@�		P������@Zp��P		��p@�Z���'9S3#36751311#1&'&'516767311#1173#36751&'#11'556767311#1&'&'@���0�@@�����@��@@�0������������4>J67!1#1111131!1&'6731516771'1&'51#1&'31&''176551#113P+RQ,��,QQ,o�RQ����?-QR,??,RQ-?��RQ�""����3BQ311111#1!167&'#151&''17167513167&'!'1#1516775''&'51311,QQ,P+RQ,���RRR�QQQQ�R�?-QR,??,RQ-?��QQQ++RDQQQ++Q �����67763763763116751676551&'&'"&'"&'"&'11'111711116751&'&'171'1&'5147716716751515�
&&&		
	

	+

�			h�v#h@"&! m� 6 B@����:�&#1'1&#"133323236767454551&'&'"51&'&'"&'011101516710101167510101671010116751010167100"###&''1&76176751671675(
X$/.4F/0
($$5V>W

,�"�X$//F�"`  ��8PH�5$$<X

+������@�747116731'1&'&767616701716731211##&'&'47&'41411"'&'771336767514''1&'&##1"'111#11''1'1&11�&)"#""3`~@�	`9U��
��
'#$)}3""&}


**�Y31#131211&'51'1#1&'&'67673167&'#1&'&'676731211&'514''1&'#H�h�@/�h��#O N 2�P(
d*4ll$d'��$�<�&71167617167661"#"#&''1&'&76761'1&76767&1''1&1''1&123232767716'&1"'&7716'&1&''�



7((5		XE\3

M6	3
I?\9G		$	8
:o
kF�45G
�
�	�
�


2

G+#�h
	���������;p|��67176376376311##"'&''1&761767517111&'&133367675151&'&'"&'"&'"51&'&'&'1675716751&'&'1675�

8=C
	'
C##(t3"" 

"00P��
h

e
	:@�e!""3ha��``````����<R`n��&111'1&'&1111316767515151&'&'"&'"1"1716'&'111&##1'17163''#1"'1&766711&'5271#1&'&'5111476331#131676741413277&'5151671�
5/0G0G0/
(	�7773
�&(""303""		P((
J�=1		�#G0//0GH "8�0�ZG����j 0l"
3""""3		  ���5Ud211#"'&'&5476763671167654'&'&'51675131176''167&'&'#155312##9////99////9F::$""$::FF::$""$::F`=%"""X0@				@�117711117711�0!"<=CC=<"!!"<=CC=<"!hppp`HRK,"X@@@				����3@a&'1#1111!1676715151&'&'#151&'1#15!!!1!1&'1#131167513167&'#151&'�(@(�h`��`���0000�(0�0(((��(0000����4AO1315167131111!1&'&'151516767315167!!!1!167#3#&'6731��(��(��`��@h�����(((0�0(�������4Ac1315167131111!1&'&'151516767315167!!!1!16771''11'&771'1&761716��(��(��`��@_//////////�(((0�0(��Y//////////����4AU1315167131111!1&'&'151516767315167!!!1!1677''1&761716��(��(��`��@Gppp@/_�(((0�0(��ippp@/_��@� )2;11''11'&51677161716711'11777116
�	��
�����xx8��0xxxx���@==P@>=e����-.����0��0---.�����N7111716331671&'!11311111'&55151115151##&'&'16767!11#1�
I���`0		00��eP
6
 ��|

0 ��L���5CQ%4'11&'&#"3276765!671167632#"'&'&'75&'516735&'5167�117711117711�0!"<=CC=<"!!"<=CC=<"!�p�9////99////9F::$""$::FF::$""$::FH�����������5O%4'11&'&#"3276765!671167632#"'&'&'73#321##1"'&5514763�117711117711�0!"<=CC=<"!!"<=CC=<"!����				�				�9////99////9F::$""$::FF::$""$::F`		�				�		����)667&'&'111113151!1674''17165&'!!111!\0�>>��d00��`0�0@@�����ml��������71##111111176767613276567676''11#"'&'4771671331##1&'#1'''&''1'1'1&'##1"'&551673327716731255#1"''1&#17716#113&'6767&'333 $

			
L$F+:8*'P		 	U#	$		 		(<+:
0	%&'FHKK� 333�$					
L!B'$�		
		$				�%����!B
C
K���,G210301111#"''151477'327711!1&'5"11!1676751&''1&#�����ώ��$$��p����
��
��
��uuuu��	����	 ���)6HTam1!1&'167!%111!167671&'&'!676'&'113167&'&'#%&'167516751&'&'1675��� �� ��$$$$ "�"@0����0����     ""�@@p@@�@@��@�)6HT`1!1&'167!%111!167671&'&'!676'&'113167&'&'#73167&'#3167&'#�@��@��@�$$$$ "�"@�PPPPp��@0��@�     ""�`���'BO\%&'11&'#1&'6767&'676731671167654'&'&'&'&767'767&'&� )@) 8;;XX;;7)0>>0@oF::$""$::FF::$""$::F



X*,,**,,*0$$:VX;;;;XV: P!"<=CC=<"!!"<=CC=<"!(2222���� :LY5##1"'&551#11!1671&'#671167!11!1&'&'3#3#1&'6767'676'&'		@		@@���@@@"�"     �				�������""`$$$$��@�2?KW#1&'&'#1#1&'1!%111!167671&'&'!&'&76773167&'#3167&'#�"@" �0��@�    hPPPP ��""���@�$$$$0`���"/11!167675151&'&'!1"#!!!1!1&'5���0��`���f����	
�����7!167&'!��0���-9S#3#"1#1516767311#151312765514'&#!16751!1!!!1!1&'&'16767����		0"�""				�������		""�"0		�		�p��@��������17161171716171611''11171611''11''1'111''11&'511'&7715111'&7711'&771'1&76171'11'&771'1&761'1&761151'1&7615167�9B%
	% NBBN%	
%B99B%
	%NBBN%	
%B9�.9M'M	&&	N&L9..9L&N	&&	N&L9.����
7HVdr731'1&##1"7'33#11#1&'&'1#1&'673371673133127651!5&'516735&'516735&'5167��^�$$$8"�">%^�		�		��PPP�777��""07g��0��				0@��������������@�#=Uh!!!1#1'1&#"1'1&#"1#1&'51675!1676751&'&'!1&'1!167&'!1&'&'54'11&#"32765�`��`g

4
E@`��0'&:@��%�								p��P

^������:&'%�								����$@I3#31!1&'&'1676733676731!1671&'#11##&'51#767&'(((�(

�XX����@0��@���5W"'11&'&54767632#116767654'&'&'65&'#1514'&##1"1#1132779////99////9F::$""$::FF::$""$::Fy:		 		:kk117711117711�!"<=CC=<"!!"<=CC=<"!��
`				`
cc���5W7471167632#"'&'&5!&'11&'&#"327676736751312765514'&##151&'"10117711117711�!"<=CC=<"!!"<=CC=<"!��
`				`
cc�9////99////9F::$""$::FF::$""$::Fy:		 		:kk���5W%11#"'&'&54767632!113276767&'&'&#"%&#1#1"133112771654''�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
cc�9////99////9F::$""$::FF::$""$::Fy:		 		:kk���5W211#"'&'&5476763671167654'&'&'31133127655131674''1&#"9////99////9F::$""$::FF::$""$::Fy:		 		:kk�117711117711�0!"<=CC=<"!!"<=CC=<"!'
`				`
cc�����
3'71#731'#3!17%3#3'1#"'1&771633121�WWWX��HHH�92�����������I8�����
p�p
x]]]]MMMM}��0MM(���

�@�3Ni111!1676751&'&'!671167!11!1&'&'471167632#"'&'&571#13367&'#151&'#1p`��p��@�PP����0@P���)J1!1671&'!671167!11!1&'&'6171611''11'&771'1&7@���@����////////p��@��@O////////��@�QZt131514'&'&'67676767671771131516767&'&'&'67&'#77311#7#3#133127654''1&'h0


B:


08k������	�
� -.6!

*%%

B:'-

!6.- �0    P4

4����AJb&'1#1311#1131'1&567331317165&'&'#1513167&'#153#31!17%&'!113!127654''�  �64>��>46�  ������	��	.� (}��}( �h  4

4����KTnw#3#1111771611#167&''1&'5147#1&54763311#17165&'&'7!1'1!%'#!1"'&5477167!1&'67�nnn


2262 

vP651'(<�6��<��	)	��
[
$$'"([

56P��
<('��    444

4��@�4=U&'&767#3#1#1'1##1#171#1&'67&'67673#3'1#171##1"'&54771673�#$$##$$#


0##0
""33""������	�	�())))xPPPP)3""""3)�  P4

4�����ENf676'&''#"'&131'1676767131716'&#"'&'&'&'&'3#31!17%&'!113!127654''_

^7S#::#
S7^


**
�����	��	.`

��**��
##��  4

4 ����HQi{511#171'1&'514763!12111#1'1&7716551#11&'51#11&'51#!!!'1#1%1#!1"'&5477167!'&'51476321#P3
1
)0)
03@@@���	��		�				 pppp']UxxU]'p��  P4

4`0				0���!11!%#3#1113!51151#�`��`0000�0��`��`�00�`00�0�����Obu�7&676'&56767"'11323271167230167673676767&'&'&'72711654'&#"374'11&#"327652711654'&#"3�
	
$88__8888_0(�
#08H:9"""":9HH9:""/v								�								P								?

(1>0//0>>0/'


//::////:E4%�								 								 								���5Pct%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76'6711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
"		
				
		�		�9////99////9F::$""$::FF::$""$::F>




n								

���5Jg�211#"'&'&5476763671167654'&'&'76'&'&'7677'27116545176''1&1374'716'&1771327679////99////9F::$""$::FF::$""$::FH

�		`
			
�	`
		
		�117711117711�0!"<=CC=<"!!"<=CC=<"!v
		


z		 

			 	

 
				���5Bc�%4'11&'&#"3276765!671167632#"'&'&'&'&767'6171611''11'&771'1&736171611''11'&771'1&7�117711117711�0!"<=CC=<"!!"<=CC=<"!$$$$���9////99////9F::$""$::FF::$""$::F     �	���5>GS`mz�%11#"'&'&54767632116767654'&'&'67&'7&'673167&'#'&'&767676'&'7676'&'3&'&767�117711117711�F::$""$::FF::$""$::F`���� ----��'((''(('�9////99////9!"<=CC=<"!!"<=CC=<"!�p��'((''(('P----���5L_r%4'11&'&#"3276765!671167632#"'&'&''11&767632'&#"'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!�

  

"(("&		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F

�								 									���5?HQ\r��"1132767654'&'&#11#"'&'&'67676323151#3#351#1355#11333#367&'#1'3#3#1&'&'6767'6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��(    `   �����		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F@000000000PP								 								���5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F4		

		d								 								���5L_r%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11&'&54767&'11&54767�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,~								`								�9////99////9F::$""$::FF::$""$::F4		

		t@���5L��%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,���9////99////9F::$""$::FF::$""$::F4		

		O



���Md��671165&'&'&01327'&'6767674'#"'&'&'6767&567676'11&#"'&32767'1111111765&'&'7111111314101676767010311311111765&'&'711111131410167676701031111�



R=NH9:"""":9HH9:""


;;XX;;;;XJ7		,22,	&&��B


U("":9HH9:"""":9H6/-7X;;;;XX;;,��
				
l



���5Li�%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'111''1&'&7676171676'7161''1&7676�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�A{A
�9////99////9F::$""$::FF::$""$::F4		

		�AA���5Lf%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327''1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F4		

		�000		0++
++0	0�����/H_y��63112"5676767116&&76767'6767767676'6763112'&5&767677761'&5'1'1"'&76771121'&771676&5114767672#"'�

��ASTK?HH75))
>�)
>ASTK?HG85)i	

	"""
&#$��aaa
8�8a
��

�

=>
))67HH?KTSA;KTSA>
)(67HH?]"""	

	#$&&
a8�9	b�f

���5]��211#"'&'&5476763671167654'&'&'&#"11117711765'1716'&''1'3&#"11117711765'1716'&''1'#"'&327676'&9////99////9F::$""$::FF::$""$::FI&""&�&""&,22,	&&		�117711117711�0!"<=CC=<"!!"<=CC=<"!{"%&""%&"�		

		����7Rs���%&'&'676767676711&6767&'&&'&''11&'&54767676721!&#114#0105&'&'432''11#"'&'&763276'111#14101&'&'&'010#1111111'&56767'11111311111#14101&'&'&'010#1111111'&56767'111!<<LL<<!54EE45�N78

EFbbFE

87N�	
�	
z&&	,22,		��z
@&&&&@

=&&&&=./J_<==<_I/.��
		

				
l



���*EXk�%&'11&'&551&'&76327616767!671167632#"'&'&'7211#"'&'67636711632#"'&'55&'#1#"'&'#116767�;;XX;;5
		,22,		

5�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
				�X;;;;X>114
				

411>F::$""$::FF::$""$::FP								 								�%%%		%���*E`z�%&'11&'&551&'&7667616767!671167632#"'&'&'74711611'&54771'1&5%61111''1&547755&'#1#"'&'#116767�;;XX;;5%
<GH<
%5�0!"<=CC=<"!!"<=CC=<"!tYY$$$$ZZ;		�X;;;;X>11*

*11>F::$""$::FF::$""$::Fc0	0++
++0	0��%%%		%���(CT]jw�%6551676'&#"'&1&'&'6767671167654'&'&'276'&#"76767&'5&'&767676'&'11&'&'5167313276731\
		,22,	

5;;XX;;5\F::$""$::FF::$""$::F`	
	�



----		4

				
411>X;;;;X>11F!"<=CC=<"!!"<=CC=<"!$
	H�'((''(('�%		%���5L_p%4'11&'&#"3276765!671167632#"'&'&'611#"'&'&76327'6711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!^		&&	,22,�		
				
		�		�9////99////9F::$""$::FF::$""$::F4		

		d								

���5���%4'11&'&#"3276765!671167632#"'&'&'"'&71111111111030521676767654'&'&'&'0#'11111111111&547111111111111034121676767654'&'&'&'0'01"111111111&7632'6711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!1



�		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F


J								 								���5��&%4'11&'&#"3276765!671167632#"'&'&'"'&71111111111030521676767654'&'&'&'0#41"111111111&547111111111111030521676767654'&'&'&'0#41"111111111&763'11111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111�117711117711�0!"<=CC=<"!!"<=CC=<"!1



W��9////99////9F::$""$::FF::$""$::F*


E



���-����%#&'&'6767665&'&'&'27&'''&'&'&'"11111111030210#1"111111111111111111111030210#1"111111111113676767&'&'&'676767'2711654'&#"37276'&#"767&'11&1771676'&'&1'S&-X;;;;XX;;
"":9HH9:"""":9H5/+



x				
				
�	
	b	U	;;XX;;;;X"(,H9:"""":9HH9:""	�
L								
	�		Y		���5J]p%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&'7211#"'&'6763�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�				
				
�9////99////9F::$""$::FF::$""$::F:**z								 								���5J��%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
W��9////99////9F::$""$::FF::$""$::F:**U



���5Jd}%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'7'1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""
YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F:**�000	0++
++0	0���5J]n%4'11&'&#"3276765!671167632#"'&'&'&71163312&'&'76711632#"'&''&7632'&#"�117711117711�0!"<=CC=<"!!"<=CC=<"!��""..""

		
				
		�		�9////99////9F::$""$::FF::$""$::F:**z								

���5H["1132767654'&'&#11#"'&'&'6767632%6711632#"'&'7211#"'&'67639////99////9!"<=CC=<"!!"<=CC=<"!��		
				
		�				
				
�117711117711�F::$""$::FF::$""$::F0								 								���5Ban��211#"'&'&5476763671167654'&'&''3167&'#1'&'11&'6701327654501676'&'7&'11&'67327654501676'&'9////99////9F::$""$::FF::$""$::FX��
				
----�
				
----�117711117711�0!"<=CC=<"!!"<=CC=<"!�h
				
 '((''((' 
				
 '((''(('���%@Qbx%55&'1#&'51&'1&'&56767671167654'&'&'276'&#"76763276'&#"75676751&'&'�,44,;;XX;;�F::$""$::FF::$""$::F`	
	�		
v



*vvv��v&&-X;;;;X-&&j!"<=CC=<"!!"<=CC=<"!$
	


Z   

 

���1FSfy7"'11&'&'6767"''113276767&'&'&#"1132767&'&'&776'&'71132767&'&#"271167&'&#"3�2;;XX;;;;X+%�!"<=CC=<"!!"<=CC=<"!�

�/!
.B0		
				
		�
				
				8QX;;;;XX;;�F::$""$::FF::$""$::Fq

A
*`								 								���5P��%4'11&'&#"3276765!671167632#"'&'&'1167676&'&'&76711111#14101&'&'&'010#1111111'&56767'1113111#14101&'&'&'010#1111111'&56767'11111�117711117711�0!"<=CC=<"!!"<=CC=<"!�
((
(��9////99////9F::$""$::FF::$""$::F>




Y



��+�';&'1111771176''1716'&''1'1111'1&#6D�
o
��
o
�D5
vVi�

�
n�		II		�n
���2��2lU	x8���5H[h%4'11&'&#"3276765!671167632#"'&'&'7211#"'&'67636711632#"'&'&'&767�117711117711�0!"<=CC=<"!!"<=CC=<"!�				
				
�		
				
		0$$$$�9////99////9F::$""$::FF::$""$::FP								 								P    ���5Nh�%4'11&'&#"3276765!671167632#"'&'&'67''1&#"1'&567''1'&54771'1&547611''1&547716�117711117711�0!"<=CC=<"!!"<=CC=<"!�11"&&"*YYYY$$$$ZZ�9////99////9F::$""$::FF::$""$::F@##�000		0++
++0	0�<!2�V
,n�C<	4�	6�	u	B3	6�	d1	0�	
X�	.�	&�	uFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.5.2RegularFont Awesome 6 FreeFontAwesome6Free-RegularThe web's most popular icon set and toolkit.Version 773.01953125 (Font Awesome version: 6.5.2)https://fontawesome.comCopyright (c) Font AwesomeFont Awesome 6 Free RegularFont Awesome 6 Free Regular-6.5.2RegularFont Awesome 6 FreeFontAwesome6Free-RegularThe web's most popular icon set and toolkit.Version 773.01953125 (Font Awesome version: 6.5.2)https://fontawesome.comCopyright (c) Font Awesome���
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������exclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyz
folder-closednotdefheartstaruserclockrectangle-listflagbookmarkimage
pen-to-squarecircle-xmarkcircle-checkcircle-questioneye	eye-slash
calendar-dayscommentfolderfolder-open	chart-barcomments	star-halflemoncredit-card
hard-drivehand-point-righthand-point-left
hand-point-uphand-point-downcopyfloppy-disksquareenvelopepaste	lightbulbbellhospitalsquare-pluscircle
face-smile
face-frownface-mehkeyboardcalendarcircle-playsquare-minussquare-checkshare-from-squarecompasssquare-caret-downsquare-caret-upsquare-caret-rightfile
file-lines	thumbs-upthumbs-downsunmoonsquare-caret-left
circle-dotbuildingfile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-zipper
file-audio
file-video	file-code	life-ringpaper-planefutbol	newspaper
bell-slash	copyrightclosed-captioningobject-groupobject-ungroupnote-stickyclonehourglass-half	hourglasshand-back-fisthand
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace
registered
calendar-pluscalendar-minuscalendar-xmarkcalendar-checkmapmessagecircle-pausecircle-stopfont-awesome	handshake
envelope-openaddress-bookaddress-cardcircle-userid-badgeid-cardwindow-maximizewindow-minimizewindow-restore	snowflake	trash-canimages	clipboardcircle-downcircle-leftcircle-right	circle-upgemmoney-bill-1rectangle-xmarkchess-bishop
chess-kingchess-knight
chess-pawnchess-queen
chess-rooksquare-fullcomment-dotsface-smile-wink
face-angry
face-dizzyface-flushedface-frown-openface-grimace	face-grinface-grin-wideface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wink	face-kissface-kiss-beamface-kiss-wink-heart
face-laughface-laugh-beamface-laugh-squintface-laugh-winkface-meh-blankface-rolling-eyesface-sad-cry
face-sad-tearface-smile-beamstar-half-stroke
face-surprise
face-tiredassets/library/font-awesome/fonts/fa-brands-400.ttf000064400000630350151213253240016131 0ustar00
� OS/2_y^v(`cmap��2�	�:glyfd��%��8head)	ԉ�6hheaRA�$hmtx���lloca���0pmaxpDQ name�41�post�I��v6~_<��1Dž�1Dž�����������O'��LfGLf��AWSM�!�����KB� �@���@
�����@��@��@�����@��@@@@�����@���@����@@��@@@@ ���@�@@�������@�����������@ ������@��������������3��������������@$���� �������������@��������������
����@��������@���@�	�p���������������@��@����@��@�������@
�����@@@@@@���,�@��@��������@����@@�	@����� ����������� @������ ��	�� ������@���
�������������������@������������h�����@������������@�����P���� �� ��������� �@ ������@�����@���@����������@����������@�����������������@���@����������������������@@�����@����������������������E�@�@���������������@���������@@������������������	����@�@��@���������@@��$$
���!%+9Zabcdefghijklmnopqrstuvwxyz'1'S'T'U'W'������I�R�W������@�`����:�J����1�p������+�/�=�A�\�c�q�|��g�i����������(�*�6�<�U�Z�f�i�j�n�q�r�t�~����������������������	���0�2�7�>�L�^�a�k�n�p�~����������������������\�u�}�����������������������������������������
��!�#�%�1�M�R�W�Y��������,�1�6�A�����������������������?�B������1�]�{����������������������=�B���������!#*0<abcdefghijklmnopqrstuvwxyz'1'S'T'U'W'������I�R�U�w�����@�`����:�J����0�p������+�-�;�@�\�c�q�{��g�i����������(�*�6�;�U�Z�f�g�j�k�p�r�s�y������������������������
��0�1�7�:�K�^�`�c�m�p�|����������������������\�h�x��������������������������������������������#�%�&�M�R�W�Y��������
�,�1�6�A�����������������������?�B������0�]�z����������������������4�?��������������� )   �����Kz�t?���$���QF76+)	���������lJF)	�������������������tsrji^\[ZWL><;
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
e
a
]
\����E:62)'�������K 
�
�
v
m
j
g
e
`
K
J
C
:
.
,
$
#	�	�	w	p	M	F	8	2��������������������������������VRL86�vr@��."�����rrld !"#$%&'()*+,-./x�����8�!!#%*+09<Zaabbccddeeffgghhiijjkk ll!mm"nn#oo$pp%qq&rr'ss(tt)uu*vv+ww,xx-yy.zz/'1'1'S'S'T'T'U'U'W'W'�'���0��1��2��3�I�I4�R�R5�U�W6�w�9��G��I����J�@�@K�`�`L����M��N�:�:O�J�JP��Q��R��S�0�1T�p�pV��W����Z��\��^�+�+b�-�/c�;�=f�@�Ai�\�\k�c�cl�q�qm�{�|n��p�g�g�i�i��s��u��v��w����z����~���(�(�*�*�6�6��;�<��U�U�Z�Z��f�f��g�i��j�j��k�n��p�q��r�r��s�t��y�~��������������������������������������������������������������	��
������0�0x�1�2��7�7��:�>��K�L��^�^��`�a��c�k��m�n��p�p��|�~�����������������������������
�������������������\�\�h�u�x�}+��1��3��6��7��<��C��E��H��L��Y��c����d����f���������g����h����k����l����w����x����|�������������������������
������!��#�#��%�%�&�1��M�M��R�R��W�W��Y�Y��������������������
���,�,�1�1�6�6�A�A������������������������������������������������������������������������?�?��B�B����������������������0�1��]�]��z�{��������������������������������������������������������������4�=�?�B���������������������������8� �d�d��@�	�
���
��P���@�<� ��0���0��0�x� �!p""�$�%x'('�(�*/`/�001@1�2�3@3�4�5�7�8�::�;=t?@XBB�C\C�D�E�I�JlL0L�M|N�Q�RTX�[\H]�^L^�`�a�b�cdc�hLm�n�o|o�r4sXtu<u�v�w�x�yHz0|<|�}�l���������8�����p�������4��|����|��p������������,� �������0�����d�8�����,���$���(�8�����������������p�����T�������p���$�Ǵ�,����,̨� �H�<���l��0ـ������0�@���d��0�������d�,�h�h���L��X�����t��L����0
@
\<L��`��$���hPt ( �""�$0%l&�'�*�-�.�0,1455l6$6�8h9x9�<�=�?�@�BXB�D$GG�I,J�MM�N�O�R�TU8WpXLYY�\�]�_H`�a�cld�e�f�g�hTjHlPl�m`s,t�u�v�w�x`x�y�{$|�}(�X���@�����������X�������x�����t� �D����������p�H�T�@��x�T�����@�����p�D���H���`���ń��t�x�h�,�(��0��t��լ�8��ٌ���4����������<��t�������l��<���4�������l��H��h	�H����L��p �#�$$�%P&H&�(\*$+,X.�/�0�1�3,4L5687`8�9�;�=�>�?�A8C8DtE�F�IK,K�M�P\RXb�dHe4hk\m`qlrLss�t�u�wx<zz�| |�},}��,�<�����0�4���P���@���H�0�����\���8�l����\���0�����Lʸ���<�LЬ��Ԥհ�|�D���������h�����4�����8����
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

����M�"4'11&#"132765676'&'@								 



�				�				�`����js11131716761312##11312##11'&'&771#11'&'&771#1"'&547633171#1"'&54763317167673171#�
_

	:				E:				E

	_

	:				E:				E

__�

;E

;				�				E

;E

;				�				E�����
��4�~2111230111''1&1211#"'&5510#01#111&'&'&'&76767676'&'&''11101&'&'&'&7676767514763�		0

/01				
1
1

		�		$


 
!				#	

 
#		����"/65114'&#"1327&'&767&'&767w		


��		


@�        I


		��


		@	$$$$�$$$$������J211171611''11#"'&5511'&'&76771'1&'&76761514763�		p
rs
p				o
rr
p		�		�C
DE
C�				�B
EE
C�		����14'11&#"1#1"331132765513127654'&##15				�				�				�				�p				�				�				�				���@�,6711671&'&'57111676751&'&'--DD----DD--�))))D----D�D----D�`)�))�)�����)&'&17711#1"33327654'&##1�`
.@				``				@�		
@
��								`����@�0"1#"'&54771671312#!1&'&77167&'&'�"


		+<>())��				�	�"`		


*)(><+�				�""����@�D47116331131#1"'&''1&76761316767&'&'#1&'&771#1"'&5		�	�:&''&:O 
Oh	��		�		x'&::&'x		������96'11&'&1331132765513127654'&##1514'&#"1#17�
�	
�				 				 				�kr
��P				P				�				������@�?67312##1131#1"'&''1&76761316767&'&'#1"'&77!�				�r:&''&:S
S�
	!�				p'&::&'	���@�#>6'11&'&101016767&'&'711#"'&'&54767632�	

	�%--DD--*+@?







k
		
�+9D----DB,-K�







��D�471163!11'&'&71#1"'&5		
���		�		��
P		��@�"Dc&'11&'#13167674'&'673#3#1&'&'67673101013101015011101#10101&'&'6767310$%6 6%$#$%6@6%$#�@    6%$$%65$ 6%$$%6 $5�@��@�81132767654'&'&#"&'11&'67671'&'&77@







XA+*--DD--$�	

@







�-,BD----D7*�
		
K����1111'%1&'67%16}����@n���

�@�@+"113!127654'&#!"113!127654'&#!0				`				��				`				��@								�								������11117%167&'%1&��@��n���

���0�<I6711673111132765514771676551&'&'#132765676'&'P +'				*$%6 6%$				P



 "0				
!6%$$%6				�����P]112#&'&'&'6767671&'&'&'6767632113276551&'&'&'&767R6666R				H9:"""":9HH9:"")-$36%$$%6+ 
						66R@    �66RR66				"":9HH9:"""":9H )!!$%66%$		P 				 R66�$$$$������!(&'11767713117676''1#3#71�	x(
� 
(x*���HH���`
LL
` ����@�/>11113167674'&'67&'&'##3#51313#3#15@�6%$$%6`````````�����$%6#"06%$��@�������,&#11"327632#"'&'&767632#"'I1<<1//1<<1


	

DVVD,,DVVD

	

1//1@@1//		


AA-9999,BB

		����+67116731#1&'&'3#3#1316767&'&'`?2332?`�````D----D`32??23@��--DD--��@�511113127654'&##1513127654'&##1513127654'&##@�				�				��				����				�				�				��@�-111132765513127654'&##1513127654'&##@				�				��				����				�				�				����:116767#1"'&54763312&'&'&'676767'&'�D----D;++}				�	>>Z?2332?X=
	

,?`--DD--$#8				X9:32??237	


	(����2%53276551514'&#"1!1514'&#"13276551!@								�								����				�				��				��				���@�1"113311#1"3!127654'&##113127654'&## 				``								``				��				��								@				��@�*2111&'&'51476321676714763 		--DD--				))		�		�D----D 				 ))		��B�565114'&#"11514'&#"1132765517117676''177	


�.								A�
��j

	
�/�				��x				kC�
ˍ ��@�2111312##1"'&514763@		�				�				�		��						�		����,617161#"'&511#"''11#"'&5167��				�

�				�����				���				�����$611476321'11#"'&5167				��				���(				��=��				�����5"1132767654'&'&#11#"'&'&'6767632�+%%%%++%%%%+�45;;5445;;54`%&**&%%&**&%�=3333==3333=��@�.67116731#11#"'&55153#36767&'&'#1`D----D`				@```))``--DD--`				��))�����@71167'1&7676167&'&'&'&'&'6767671'&''@--D,#H


	G--DD--5D?2332??2350


	.�D--V

	U*7D----D�"32??2332?V=9


	
8��B�+;111132765513117676''16767&'&'##3#5131@				_g
T(()=pppppp""���				��
x$#.=)(�""����D�h013'1111&'&'&'&#&'&767627676'&'&'01&#&'&'&'&71'1676'&'&'711&c
8
:7E

	
9 
8
  :7E


9 W
	
		
$@


	
		
$@

����#"1133113276513127654'&## 				�				�				��				��				`				����*2111676751476321&'&'514763 		$%66%$				66RR66		�		�6%$$%6�				�R6666R�		������611116761&'1&767��
�	�
�
��9
�������B�.6111167116761#&'11"'1&767
nUUn

�	QQ	�
�
��$��&

�����
������16'11&'&1'1&'&117677117676''17y


	��	

��


	��	


��k

	��	

��


	
��
	

��������%&'11&113276551716'&'&1':

�				�

���

ז				��

��������&471163!11312#!1&'&71#1"'&5		@	��				��	�		�		��				L		����~011&'11&'0&'&'&'&74#1133233167&'&'&'&'&76767674'&'&'&'&'&'&711&'&7067676'&'41�`	


#/
,=-3
	
&

	 !77D\CB	@-* #"""--&%

		
&D77 !98X5##	 ��(�$H_n���767&'&'3#351#7&'11&#113127675531131&'&'&##1131#11316765##3#51311#11311#113''#11#17131'!!!1!127676'&'&'#3#1312#731'~ (OOOO��"++-_((_k-,�9997 "J �����z@@67k����k==;:pT���G..[[[E>!!S+-�--K[

[[�@:9n+43&%�U�21ge34	����F%67&'&'276274'&767'71''11'&771'1&7637171632112�.?>__>??>_)&2F:::;;:HHV5IV::::VW::&�,,,E))E,DD����:7716767!1"1111!1676745454545    "!3GGCC13%$%�%$,+	 (I3!"<<<H2"",-9;22;�%&2
""210A@10����B'1''1&77151117151611''11171'11'51477161151'1�PPP_`P�N_PN��NP_N�d...88.\w�.]8p/.ww./p8].�w\����6%&#"327654'&'%!1#3#51#1#"'&'&54767632517+




���I555(
8�


�@��@���


N����[h���776'&'&7&'&'&"#"#"#&0172323237676767676'4545456'&'11&''&76767&'&767676#11"'7&'11&'!11!16767##"#"'"'&5&545474763632322��C%)*(%)*(���@[''''�E-././Z��@��'''++'����4&'&11767716'''716'&'&117676's


\\��\\\\


��
t{}��}}}{������=JW��4'"#&#&'&'171&'&'&'&''&'&#"#0'0'&11"#0116767'267671111"'&5017136765&'&'&'&767610'&76'�~
c&-
/8

 
	/%
2


_
X

�O66HH67"	
/##

,+88**4�@	'  �	$,		
%9
	�

@y
")07>E%3#351#553153#351#3#351#3#351#3#351#3#351#'3#351#3#351#53#351#�}}}}}}}}}}�=}}}}�}}}}�}}}}�}}}}�}}}}�}}}}}}}}�IeHHHH��I�IIIIIIIIIII����77111016'&'&#67676#1676776751'&'!15�34@i;: 78M�	9  !!5BDD&+??21:�B97@@Y0$%4./E70/

i?4��?�A-Rax��7531#"'&'&7116763671&#167674'%&#"16321&#"32731131514'#'&547632'&##113151312725676'&'##15131277#1'1#111317j9)+""



	^?'
''
		�$$$%4O�)))

002
	

OY		��L?	A	


\\\\x@�
���_������
"%''&5716'&''1414'716'&#'1"1&'716'&#1&'716'&1&'714'&1&''14'&1&#'1&'&1"''1&#"1#'1&1"##'1&11'1&10'1&1#1&10#1"101111111312113711771177101771223177120113277163176771236317657143671765'167176''1671276''1674371276''16571676''14771654'&1#"''1&'&1&'3125514#17131231&'6711#&'6731'77676''1311#1&7'476311&'77312#"'&'&'0'6767&'&'&'&##16713277111#1"1'6731&'"'&76311�
		

		
�
%)(& �-0


O	�
X   5

�?
		
	


�+>)!!#�
�		�	

		

	�
##	
6#
		


�x#%$
$$$	T


	


/%(	�
�������2%"'1'&'&'&76761&7676513111�D70100#!,-3X+$�'�4))''21.-Z]3����%5!1513113155#3#13��@����������}}�}@�n9f%''"'&763716767714545&'&&#&3!1010127716'&'7"#112#1130101312765&'&'�����<>A@(�
	j	

23	�$$5�"C"A

(
c
	6#$����+!!!7676767!131&'&'&'&501!16'��J��J

!))U8
��%YQ�N88 @## G&&,8
'*+,���(DZ%''&#"11327716'73312745'1&##1"''&##1"11331277145#3#"133127716'&#�����'CoBCCC�BBBmBm����������������� �`+276767654'&'&'&#'71'1!31@  ��������� B/.`��@��  ������� @./B����
3#371%''#1'71����t��-vvv���uuutg �9]���������'����b%&511476'&'&'&767676776767676767676545&767676'&'&'74'&'&'�!,HAA

""


	

	



c%,,,!"F$&&		
		!	


	����9P`%#3#13127654'&#'#3#13127654'&#7!!!1!167671&'&'#!1"'&514763!12#3#13127654'&#1::::
�::::
����!!!!?��}::::
�b

�b

a!��!!!��b


����*S\eny����72767654''171654''1&111327655113"151&'&1'1&#11327716751&'67&'767&'67&''674'&'67&'367&'3767&'67&'�uKdt�JJ	ee	%@??	@	>
��E+:s
UC�+��+	::,
T
	T	$	RH����2Yq1111676767&'&'&'&'11&5477111777276'&'&'01&311'167632''71654545'1511C66    66CC66    66C�(	g	N					I//80+* �"!!!	�<=[�  66CC66    66CC66  �c--5!N		+$%����� \=>h�1D]p��7#3#'1111#1'1311117131131713211#"'&547632711654'&'3111'&'&5476721151311#'11327654'&'#3#51#1#"'&7513113'5133#31#�%%%&-&#$/�



" �   

""	&&&&luu�ttvv,h>�ffLF$AW%����
5777'13#3'17'17#3#17%671167!11!1&'&'@ZZZZ'���ZY�YYYY3���YZ��
 

��
:������:����������

�`

�3����
 3#3513#351'5'1151#117113SSSSIRRRR|yT�� p/AA/P���II��{{iL�j"-8Zmx��7"51&'#11331276551327654'&#&'51677674'&#7556'&'1327676'&'&'11#"'&'6763267&'11%"111&5632701716'&#"&'&1132765&'&'"5&##&551312751&'#1514'&##1"111#1"11133113276'V

�.	

#

"!	
#V''''2	
#`+
�>�	$"l+ !;Z---



-""  ""k


			



	=3@)���t0BIb~��74'&##1"'&771673167716'0#01#112331677145054'&#0101#1133#371#%&#01#1"10013167141#3#1"3013167716'&'01#3#1001013167141&#017761&#01#1101013013127��
��"
	�Q)3i4443,)[)\�)))
)
7)))\)\��


*)<
f)!h)3Q�z���^��))4��^�))))���5Mcy1!1&'&'51676731'1&547632131716321311&'&#!1"1!1676751#"'&55147632131#"'&551676321�(��((			

	IXK	

	('
	��
		
@
	��				

	
�				
	
	X'�(+�'
		EE		
F				�
		
�+	!	

	!	

	!	

	!	

��L�HZjz��%11#1'&'&76711116705#1"76767673167676#01#01"'&''&'&7676"771633121#'"771633121##3127514##1"%451145&'&7674145�
		 !<	e 70)%-,+!	 8.&""6,&��pq/��KD?�,%�&

	

+	
->+ 
-+4(,

			-
(����+[761311#"''1312777''1&##1716321#1"'216771633111#1"''1&#"1#1'1&547713�
Mab
L
L
baM�LM%;;%ML :: �		MabLJMaaMLM

M::ML::����
,111311!16767111#111&'&'3671167!11311��--77-,�7-,�7--�����6$$�$$6$$6��$$6����,11132771654''1&#"#11"'&547632###�%00%�##�%00%�""""%00%�##�%00%�##��""""����3K]%11#'&''1&'&'01'"'&5676767267671%&'11&767476716'&'&'"171�5-"", 1##&7))5%##&  '2))��0'�0#"5/0&*�E'(K5V''CI??''0'&%>>L~.005J>/�H`@?N>E������&9DO\111111111''11'&''1'1511671'1717111111'%7731171'7'''17'1&761*�+

ED

+�������	�
^^^J� +�)))/�)   �	�*���
��
4��'''{z'@��c)))�ma*MMMB�ooo	U`�����S��;_'&'&76767221231716763221#"'&''1&5476321511##'&'&54767632323214711651167654'&'0'&5&'&7416743436362"#"'&#&5"5&'05&7671#"'&'&541&5511"#"'&547716321#"#&''1167676'&'"'&'01&7&7476767231#&''1&747632167&'&'&76761"'&'676210#"''11�_98
HJa,,W@>3$#*)$$�  ##W8.		  >?J,,W@>	34U)0F? '0�11F? ')NPaaB@e//Y<=WWG"
k!!&& "&'++'&��!"%&!"&'++&'zD:IICC('c//W<>VWGF�1#E>!%#0V#10#F?!$$�� �'O6'&''1&'676321674'&'&'&7671'&'&5476761#"''11�	?"!!"?
�		
�S2
�
?!!!!?	
�		
	�S2�-88=?88-�				�EW.,+$

�@-88?=88-�				�EU0,,#	����8AJ`~�67&'11#"'&5476326731#"'&'&'&'3167%&'6767&''&'&'6767651'6776767676'&'&'671!&'&7677'1�O"x""**//*+!"x"#..#��ny##

�!!	
		!Z!

!!��[..*)    )*..�."



"�	
		""""
	
���)JS73#31#151315131513155#1131131131133#31#151#11#113151315131131#3#1315`   �   ��    �    �   @  @@@@���   `���    ��  �    @@@����<111!167671&'&'!3111#11#1515151&567@@��Z�� 
���@zEE  �
����e!167671&'&'!1'11111001#&''1'1#111&'&771716763601320130131716767632@��R,,,	E67C	-{`��@��@
ttt3))3t\\
���8AJu~������
#&'&'76767'"#&7676765&560127'&563''6"'47674'&'#10101011101301'76'&771'1'171711'1111111'01"#0#'&'&"1&5676767&76'%6'&7356#"3471166'&'3#3256'&'"'&'&5&7620#00101�AVU@@%



	
`�\:!
==

8
	$%$'
"":9HN>���U 
		Y
0/.L%


	_ME`3,-#%!
	
�=
�//*+&H9:""(�}( 



)����B7'6763271!171'171'171'171'1!11#"'&'&'&#&1�:::


  /��********P/  


#"�>0 88888888  /3
?����ELeq�������%6516'&7#1&'&'&'&6711216'011101701116#0111"711611101011111111111111111#13116"'1011111&1111111111717131'111030103&11&#011111111111111101'&'&'&7&76'7167115132767614767716767716716767031167763160131727316'1127316001031116'"10105"1&#'111&'&''1111&51101411111110110&'&1&7011163&'4'11050111&510654#1'116'0111"7'4'&'&76711115111116767672&'&43011101010111016571671111016767670711110343670711116'11&77165654161#'111111&'11&'&'0151&'7'7111&'672'4'011101"54701111117716717&'&311011&'0151&'71171'1&'17677%0311016"101111654511&7011|	



1)*			





			:C$$&e
##O8
	\�
��
			#
		

	
	
	
'&55;%

					




		,)	

	

/	��		
	x

"		*x)	 �����������%677167677163271631161001""##&'&55167676321&'&''1&'&'51476321#"'1'&731477145&7654'&#"67'3076744#"""331657410121076577145&''#3#117&'&''1&'&##13276767�	!		.-5I-5,6$ *'"0$" '+<o
	�t"%1&&B4$$u
%' %>*&%	$%
2	1 &
 !)$.�	xP	"+/����Ym%211##1&'&'11116767311&'&'27676'&''&'&7676&'&##1"'16731#1172767&#"1L,#3[i7117ij8
)
,VV+''+VJ'
/$- 
#:`� 

�(''%5E>ll>EE"0
&662]]26)
(!%%
,iE		-
����m�111!167671&'&'!#11&'&'111167631121&'&'27676'&''&'&7676&'&'#1&'167311271167&#"#7#@@���	"=G$  %FG%:991
&@H
	���@�#.)HH)/. ##">>!$
		FD	
		
����2;111!167671&'&'!71#1'11#171'1311713''#113@@��)hhhz_KV/oubCO/&�������@Twww�bb�ZZ���������!3#311#1'11#171'131173#31#1�GGG���oG���et(((�*���𑑼䅅��N��|c����11&'&'01&"76'&'&#32767&'&"##"'&'11676'&'&7631&76731&767667676765254##01&'&'01'&'7670567&'&'&'&'&#01'&7676'&276'&#&511471�	'(0'67K2E

	  9.%"1
1@ 
	�%		Y

	,	/
'9
		!'!!3)#K	






S�@A^11"'&'67&'115167673#211111#1"'&'654'117167673#211111#1&'&'6767	3!""!3 �  � 3!""!3@"!32!"########"!23!"����0I^111!1&'&'16767!116771'1&547&'3116771'1&547&'3116767&'&'���@��'
'w'
''
'w'
'���@���� )2;D55!15131513151#11#11#11#11373#31#1573#31#1555311#73#31#15I%IIۓIIIIIIIIIJJJJJIIIIIII@IIII��II��I�IIIIJJJJI�II���0%01&'&'47116767677&'11&''1%11�*+??+*	+G3'
*+55+*__�#?****?#
3
--M��M����J��3#3167630111"11111&'&'&'&'&'&'&'&'&'71'12767671116701070367676'&'&'&'&'&#1111"0110115111672111716'0145&'&'0'45&'&701410567676311636362123231111"011111#0"176'&''1&767011163716765110367&'&'&'01"#&'0111"'&'&1111&1101"'&#1131221111013676767674'&'&#4#&'&'&'&767672165&'&'01"#&#&'#1&'&'&723236763310011111111031�NN�,
		
		
		
-N
	
	


		
			+	
		

+	
		

	

			
	�3

,**.-		-.**,

3�h		�

	
..	

	


����{��21616110"1#"'&'"'&#&#41&'&'&'&'&'&'&'01&'&5&14771'1&7436567676767602171633#3#1'0#01"'01&110332767676701676767676767676543'1&771&'&'&'&"01"1''211#&'"'&'&'&76767676356676701'&'&'&'&'6767676767674'4'&'&567672767676'"#&#&#0"#&'"#&7474767656'&1&'&'&'&""#223'&767456'4'&'&'&'&'&'6767670167676013*&








&����'

			
'E

	



				
	
			
			
	
	
	
	



�,& 
	<  =		 	&,-'!
3

L!
'-���








		








����DU111!167671&'&'!11#&'&'1#1&767511'14767676767&'&'"1@@���>'')(;!;()6.13���@T"#66! 4�!�+,�����O%&'11&'676511&'#11&'&551#11367675113171236767&'&'�&	###>##	
q""A%'<<%$#C
"(>))))>�
G))�  +-7�''��?**((B_'')Ǎ	))AA))����*#171#15176767#151311317131131713����V5PQp##��F�I���q��q�E+*�����������	&0;EMU]eow����''1673771&'167'47'171&5''167716'1''167'17'7167'71&'67'1771&''671&771'11771'''71&'1717171&'"171767676'&'&'&#�"!&{"!&��	
l"%!d
�##&&�1���
�##&&�22219p""" !w910U*10..!!
	,,1�		t!&"�&&�
�&&="!&�[D1"%!a�G22@"! 5�21990U$$/000''��@�
c%"111&'32'&'11&'&'&763277676705765&'&'"5"'327676767654'&'&�x.-3/,+20##5<%%
#$>1!!02+,
/3-.�D)89& 
!!!"1"#=:

/.*	)('44#$1"!!!
 &98)����'5C!!!"13!1276514'&#11#167633511#167673511#167673���x��

x

!�������
��

x
��rr����,o!!!1!1&'&'16767671162#&'&''&'##1#"'&551#1132765511317111030301216767&'&'8P��P���




!
	
$"!		%
##"���P�'


*N

NN#$5oO$$����:171&567671#1&''1&'&56767171&'6767tjh


q(�(q


hj�!]


�$$�


]!����E111!167671&'&'!'71&5671#1&''1&'67171&'67@@���55548
f
845���@�...
}}
.����3_"1113!1276514'&#!671167!11!1&'&''71&5671#1&''1&'67171&'67@				@				��@@���55548
f
845�		��				@		 ��@R...
}}
.����S111!167671&'&'!111&'2327"'&'7&'&551&'&567&767676701@@��)*<9,/"
#") ���@�-*+
	#
����=1113151#1513151&21&#"1311#113167671&'&'!@b55~



TE�������N"�G
N�@����"5X!!!"13!1276514'&##3#5131'"'11&547632##3#516'&'1#151311316763������				�				��BBBC"

BBBC@1�	

��
		

�
	������hj�
,u	����t}������&'11&'!11!167674545&'6767&'676'&01&#"&'&#"'&'&#337#&'&'6767"7'432"'"'672#'&563''&76''&76''&76''&563'���@�
	
2--GF//3[	
`��@��	
.				.
			*+8F----F8+*7
	���:1101&'367&'&'327&'&'51&'67&567676767�#"CBaZG
K8$
	

%,'87B,/$
!(GDD--.,'90, %
 ���;%&'11&'11&'51#1513151&21&#"1311#1167671"":9HH9:""56U55~



TEa??�H9:"""":9H\CC�N"�G
N�FFd��������7#"5632'76'&7365&#11'4545"'&'4'&'&'&7632767&'&'4767&'&76016324767676767&'&'&'76'&'76'&76'&'76'&�,BkDD..M

,!!	! 
	L.-!"89F�!3DDjU@@


F


		

0#%

@@UF77 ��#����p%1111"'676767670136767&'&'767676'&'&54767&'&767676'"01&'&'676767�!!88E&#		9##++BP*)

5.!
 
G++!!88EE88!!�E88!!
,+B?'(,+=
+ -3
 	
>=PE88!!!!88E����m!!!131'1&5476701674'&567636767&'&''&'&54767&'&'3167671&'&'���@��I	
".5
*)OB**##9����%"
	#
2-+
=++'(>A++
@����B[&'11&'!11!167676711671&'36767#15131&'&'5#151#1513151311311#���@��+)

9^,+#`��@�+
"	,+
s�'@%&'&'67671&'&#6767#151355#11#1131131513151#�12TR6666RN24
3!""!38m��877888�T3466RR6602

	""44""C88888888��:7#3#13'&'11&'676#3#516'&'1#11311316767d]]]].�]]]"#]Z	"D+)����+)'(>�������Ch{711&'&54767%'"#"#'&'&'&747&5476726326763&'11&'#"'&#&'73176767'1167654'&'�				&#$*)&&++%%)",-)'!(@$#""$0$"#S								w32-%%-2@1
	2@3""++7	{"%#3#716'&##11#11#11#11'1!1�aaa41<a;S<a<-t=%$0�
	����`,.<�����
/1711!#3#1311111#1'1'131117171#1'131###��#��4����
bc065����t��t44��1�L&>�0���� 1'17131117171!171!171!171!�@@@�Rt���M������p��PP_),,aR5R���H`t%6'&'&'51#11"51#11#"#&#12361'"#1232#1315123011315167676'&''271161111'"#555236'"#6- /11





@11=&%#��>*OMNO4�:DCCD8.l


`�jjj1�:A&'&'&'"#"#23012367676767674545&'&'551&%22++++22%%22++++22%��D%%%%֣��QR������3711##1&7712#'1&731277111#1"''167676331�
A
E,A-ܐ��[
A]!]
B
�+1zL
M������;�����/J&'11&'!11!16767&77101'1&73121##71111#1"''16767676331���@��	1
. 0.�B	/B=
	
/	g`��@�	W6		7U	!w		xj		����*711'171'1717711'777'1711111'����������������������������LUUUTTUTTTT��UUUUTTpTTTTTTUTTU��}�
"1%''17''1''1717#3#13!!!51#11!151##����;��������    w b����'����(g(�)))')~����	UUU%T��((x������%2[�116767&'&'&'11&'67677&'476324'&#&#"#""7236776565454'#"#"#"'&'&'&'&5454547676767623232�1 !! 11 !! 1    �L%'6%$$%6(%%'7%$$%6'%0
""		"!

!"		""
3! 11 !! 11 !�    �7'%%'6%$$$7'%%'7$$$%�

!"		""

""		""����,?!!!1!167671&'&'&'11&'67673&'11&'6767���`��

`

���
��

`
������#2'#171111&'&'&'676767''131713113�AAA�A�!!88EE88!!!!88EE88!!d����"�"bbbcYE88!!!!88EE88!!!!88ES����44����"1!16716'"#!#3#'131DF
D�-hhh���d��֓���:�:11&'&'&551#1"'5147676763311311#117616$;  /	.G	S		T! 
	 !�
D"!!	s	R	�A����R&'11&'!11!16767&'11&751#1"'5147676763311311#11761#���@�7	,44`��@��Z+
H4S(��|�.A%&7&'&&'&'6767676767&'&701'67116'11017?38
,"#-		9
'�7(
!!C'*	�	

*#����#771#15'51#1'51#153151���������������b������"""Բ|����"@@�9%&'67!&'67%776'&#"111&#"'1&#"111!1&'&'���0001;@@;10?&'@'&?��SSSUUS#;:KK:;#
	����)����s��311327&'01&"32327110721256#&013&'1141&'&'&'6'&'&'0'&'&5456'&'&'#767676723117676767676'63112&'07676'&#&&'&7'2116'&#16&76767116743676#"'&'&'&'&711'&#&'&7116'45&7676767676761'&'76'&'&#01&'&76767667676767767676726'&'&3"#0#6'&1'%11'&7676767672176723603116701676'"&'&'01&5&'��	


	&+
		
	

�
	

)













	







	�
		E��
	*%! 
=
	
	



=


	��

		$

	

		

 	

			



			����)8GVet1111676767&'&'&'&'&&'6767'11&'&'6'11'676745767&'671167'&'&'11&'6E88!!!!88EE88!!!!88E�.++7
:8322'�L77	
-z
??R	:005R++A
4980�
	3%%$�!!88EE88!!!!88EE88!!r8L0#"
#!""02&'�((-:T�#%%;++%	)):,%$���� a%65&'&'"&'276767&'"'11&'476367&'&'"'&'&'&'67632#&'&'&#&#�::W'0 ::W'/  �2#"	

)

	+!"(+!!

(

!!"+�W:: 0'W::  /'[				+,
	

&,��}�)W!!!1367676760162131676725716'7#11312#1"6516731C����

?S	0:
k[I
:���NI !

�@J<<<
	
FS����5O!!!014!167671&'&'#1"'&'516763312711##1"'&'51676731���P��P�SS�QQ�HG�P����p������61111676767&'&'&'7'1&'&76727676�E88!!!!88EE88!!!!88Esqqqq

�!!88EE88!!!!88EE88!!♙��




������*T111731767676'516'&'&'&#1&3#351311676731#1&'&'1#1&'&'++KK++++KK++-333005M)*�++KK++++KK++i@�JC11X�7Jat��6'11&'&76'&7"'11&'11&'676763272167&'11&7676'117676'&'&11'&'&7676'&117676'7&76'�'
�611J3--
>##C=>g�..BA()/.AA)(%
*)4O!
 

V


!		

&��+DK20
333+,�*!!+*!!+	$3++
��




	


		����
)11&'6767&'67677&'11&'51�()B899Z)A5+  ,5B�B)(Z998TAB!C]^CC���'(00('W!BAT�CC^]C����\%11'11&'11&'&5476767'&'667#&'&'66765&'&'&7&7676'"'67676�0/;1()6$$	""$#;"!
<
	.""!!
''-�2
	>$#
3	6$+;%%.&&A)%"����(:7!!!1##1151#1"'&555!!!51!15!!!51!1%!!!1!1514'&'��d�W���d��d��d��d[�����tZZUUnUU�����F&'11&'!11!16767#"'&'05&'&'"'1676341676767676'&6���@�B-



	
%	

B2?`��@�T33	7`- N?.R����'9Oaw��711#"'&'67673134711671&'&557"'11&547671#211#1&'&'676334711632#15#11&'&'516767211&'&'5135"'11&'676731##^




/





/



/



v



v�




/





/



/



v



v�



/



v



v�




/





/



/



v



v�




/





����	P[h��&'&'67&'&'&'47632321&'232763012171'1&'&56323276301217167677327&''716767&'1111&'&'&'676767#&'11&'11&'676767>eee6 !R

;U8./M/!		L
�@@@%"A�A0=!!88EE88!!!!88EE88!! 65BB56  65BB56 ����32@/(L&6,�[�G&���	�y
-�00<8.fE88!!!!88EE88!!!!88EB56  65BB56  65B����)%7&'&'676711717''71&'5171DDDY8955T7""&%;D����%(F2#	   	((96('+
%'T!���+	a����"7'1#111317674'&#77317�9998`j'^�&
##B]]]h]3�����ZS�"#
&���������.%11&'&'&'6767671&676767#15131�@AmE88!!!!88EeAC/::,++,A1���lBB!!88EE88!!?A*)*FC,,V���"_p��76711671167#1&'&771&'&5%6711654'&'11&'676767&'&'&'114767113211'"'&5676311#'&763211&'&'&7632"":9HH9:"""":9H�
1#^9*!00GH00 +9�

			
�		


		0�H9:"""":9HH9:""	1#./5f		&6####6&
		^&
9����Ran{!!!1!1&'&'167672711654'&#11&'6767674'&'&'11476711211''6767''47632&'&7632@@��@���

2$)*??*)%2
��*('���@�


!//!
Q

		"


	1##����Gf1111676767&'&'&'1&'&'513116751676711'151&'11&'&'5117116751315E88!!!!88EE88!!!!88E  :"�  ":�!!88EE88!!!!88EE88!!�k  ..m

{ /
/0!��K%5&'&'5117116765513''7151&'&'1&'51#1167675147632�  /0  "4V�###3 //  V  /0  �FFF/   /FGH:$/.�EF/   /�����4F&511&5&'&'&'&'01&'&'&#&#!113!1276514'#151#151673113���
`����|
��`����� `&/@IR[#3#13151#1#3#5131%5311#113151##3#51313#31#113151#173#31#15'3#31#153#31#15RRRR�3)RR��R�RRRR��3{44444444��L�]]����)�]]))�]]u33L������9Pi11"'51632"136767&'&#7!1&'&'16767!1671167&'&'"#11715134'11&'"#1715136765�		

		5
				
�
��

`
��  -4�
4
 
DCD

���`��

`

�!"	�
3!�
3"��9�KR���	7&#""1117&'&'&'1101674'&'676767671#151"'&'6367715&'11&#514367671&'&'&"13"'&'&'517165&'"#&'"#1276767327676763676551&'&'&'01&'25276767&'&'&'571'''71''27676745&5��55		'f-
 19 �;##8
	!	

5	
�	  !"

%	%!�N G	��-
^"���-##	
		
	



	
	

%$/".�===3�����"H[�&'11&'0101276745&'&'01#1"'&10111&''1&7671167671111&'&76767#7111#1&'11&''1'1&'&5&'51&767110*##65SR88##*�	
	+-P*
~;&T(11CS8866RC11(�

	,2�%( 


"j=$+%.����*X��471167261&#11&'&'&'&'&'&7&'&5'0167676763216'67654'&'"&6'11&'&'&'&'&'11"'1767674'&''''#"'&5&7'12767767676767672.,


d,&



�,,,
,-

--d
,T,,,'

,,

	%d
+-
d,&
u,,,
-14
�-,d
,

5---'


-/4

	$@v!/8U[765&'&#113127674''3#36##15#3#51316#%#3#51314'11&'27#1#&'3165'67#�0 !/��2$%A�III

OSSSSU6g����8  =;$###=\>>��54s�54��6Ee	

S�b5
�##�:('&&;=$%W	@55����	9BUx77&#113'#3#13127&'&#3#3&'7!!!1!167671&'&'#3#5131##151312711000#1276731#&'&'6767�.-(((+�???i��@��@"NNNN�#][v!d"			"2! �4�-
K���@�;'
�


' "	/! ����8Rex%1111&'&'132765712767&'&'11&'16767''7676'&'&1'7"'11&'67632#5671167&'&'�!!88EWA@_T)'(;�
EDeE88!!��				 �





�E88!!12O'<)((V
7b@@!!88E�		
�







����Ubo711''17676'&'&%&'11&'!111671516767#1&'&''11!16767767&'&3476'&5�
��u8%%&OY@��
	��0
Q%%&8%a@d!!!!



����3Pi1111676767&'&'&'"'&'&"#&56767"'11&#&'&"#&'47676327"'&'&"##&'67632�E88!!!!88EE88!!!!88Ee/556>=<6

0?@?dM9POA5A765+�!!88EE88!!!!88EE88!!��
B		-
L ��@�,71311#1111#15171'1#151317171676131@bbb[�
,]]V�+bc���
�	T]�	
T]5�K"3DUfw������7'1#"5'171477"116771'1&#7"1132771'1&#"1132771'1&#71132771'1&'7"1132571'14#7"1132571'14#7&'111132571'14'&#"11411327655171'1&'"1132771'1&#&'&'"1316767&'&'%116571'1&''116771'1&'"116771'1&#o��ox'&7�""��6�AAAEEA-iEEi�DD�`####9899DBBDFDDFo�  @��
/:��DD�>7#$
�"!<�AA��CC��CC�����5%5#'&'&'&'3167&'&54767'"'67&#"7�&&  !"K&+!&18
%%6�444;++
$$MN�uFF-,?&'12  !!+*.2<���"+2;DMT''&11177165514'''1'15#51'17'15''7117''711557117''71�����

��

ବ�M_,_M��7777����M_NNNNNN_M��7777 ��������asss3?gggg?3s�%%%%J�sss3?g�444444�ggg?3s�%%%%J@�0]�%&54'&'&'&'&&'&'&323232767676'&''"##"'"#"'&7676'&76327676'11&'&'&'&'&767676'&'&'6767676'&'&'&76�()120).''%#"""\\(		",<='('(C
	""&(244%$+
X

"# &
	 3�3)0!!$#'%!!�#<   ((		''?**&P		#-	����p&'11&'11&7676741272767016'&'&'&'&#0171014'&'711016767011017676501676'&'&#&32G78 7.	

,,

&

($$BCl8"#99F<44$$$232		
 
32
 	%%
	$&'"#.-YoDD	����'9Ma~���&#511&'1&'777&'47'167'171&'&'1&'151"'7'67'16351167''1#16767'171111&'&'&'676767#&'11&'11&'676767'711167&'67167'167&'71&'1&'71&#"1'11171167' ;00	(>�	
�>(	00;x(>;00	6(>;00	]!!88EE88!!!!88EE88!! 55BB55  55BB55 '
	�3	@@	3



4	@@	4



�0	
.
��
1::1	p
.
	/9-
0	��.
/	
�E88!!!!88EE88!!!!88EB55  55BB55  55Bk


	/;:1�,,CC,,CC����9Bp��7&#11"'7674'&'01711654'7!!!1!167671&'&'"'632#3#311#'1032&747&7470311&'676'1#151632'516'01&#&'7131137'751454#"#51673170301311#110117y���@��@�^111	*EBy


I5j,
 $&p	
v���@�	


-

&lKi
	*B(=
		�����,?Pmv�#3#&"13676'&'&'7176767&'711'11&'67'&'11&7116755636765514'&'&'7131131'&'632"'&551416#&516767317311#1107�OOO!	
7mC

%?
%

3					�
T?$$$$�%$
&9=

"(.
	

H'

&
�
	�d   w!� �$##$�#j$!)a

����-!11!1110101015#151'13167676731��@�P%

#Q��@��@��6eeeg�8

	7���g�G11'&767&767'111176'&76767'&76767&'&'H

6 2x@++
#$3:'&&')8..//G0bPP7"5IHY�%%877
/.-'':.!"


)(4G//����L%"'11&'11&51101'&''&'&767&'&5#"5&7676767&767#�

		
 $$$$ 
		


'&VU''



				


4
Z=>==[
4
��3�)8Sbq2&'&'17127&56767'"'&'6763"'11&54763&'11&'67631'16767'"'11&547633"'11&54763�
	76IS77LD		..Gh		�				�00CH....H6�k<&&..GQ3;"B+,50�<'(('<<((0!����%g�"1167654'&#3"116767&'&#751&'&'!11&'&'&76745454537676'676'&11'11"#"&'&"#'&'51476!16���

��

P!  !O0('"'&/	=,&Z��%#H*+
$
	$
*+G$$�
/�����
-#3#13'#3#13'713117131717#1151#11!�&&&&j''''�aaataM�'MMMMDW5Ynnn�[[[��[[��III@@������&:M`7'1'&'&767676771&'&17'7676'&''1&7&'&1771676'%1767514'&+dddk	
	,$+
	
J�;;;

"
i		�!

>	k
��	h
:6�111
,)
�
oR
n^^^'
	
"�(	[
	
�	
��
����(U71111##1&5167272"#&7&'"#"73167410767676237676'&'oK;+=,	$$3
�"#%&
@
	6&&
�t	&&./�4	g#"
?=����*;&'&'6'45#3#31&'&'&#71131&'&'#7&'#16765&'�7

0]]]>h!05''r
&&9m�YIAYI30(%%#%'IRi401,XQ]^dh]]ND	FL��.445of��@�+BKt�%11#1676707677!1&'&'16767!177#11'1'1&#1113377#11374'&'472171&'"#"''116767''#1&131476731013�!j
� 

�
�Y???+'@$+^((�"
	 �   <*4%�
���`��

`

����jH�����2	
!


	#2����			��@�!Vt�����&8Jat�����%&'67%67&'731&#67&'011120#0011"15015"101&14141430141030303012010031101410501"1#11315111131'!1&'&'16767!11127&747&'65114'&'&&#"51#113145&3231&5&363157#3#1&#271315&#11"'63271&32#"'1767''#"'513151#151#11#113113773#3&7'1'&'7&51#11315147674711671&7'1'&57#3#1&713153&#11"51#11315147677#3#1&713157531513151#113450'01"50#01"10##101033230303052141417#3#1'1#1111511317113157&'11&'36767�

��

v	k

jK
� 

�
�(';)#76#);'(�5555�	
-(

	$

		;		
	B"(
(':*#$
%#*:'(&



	

Y��`��

`

�:('0CD/'';l,@@--@@,M%%

	

%	%%4K|}P;''*+**'(:��@�
$<S`s������%4##1131257!!!1!167671&'&'23116111#1'1#11#'3#31#11311#11311#''71311#1''211#"'&547635&71'&'67627116'&76761&'713#3#513123#3#513!1676767%&##113127654'� � 

�

,8----E$#'





1a
	

fD��o`YX>?�*		�
�
��

`
�#!!RR7777TT







B	



R
R��"!`6	��@�7fm��711!1676751#1'11#151#17131151311713151&'&'!1%77131'171#11'1#11151#1513151#1513151#1137'51'7713151#11'1#11'1#113171311315113'771#
�
> �BRNbK
� 
�+++*3DD3*)3CCSQQSz�a''''%%%%'<  =@3>+BR%"�'

##��@@00

��....HH//IG! !�H***S)\dddd�YY���dd=....��@�(B]{�����7"'672'#3#"13176'&!#3#"1317&'&7!1&'&'16767!14'11&##11331677162367#3#01&6733167714'77454'#1"1'1&'#1"316774'11&##11331277162367#3#01&67"33167714'74'#1113316771167&#�i	�
� 

�
�@

(-U	
(@@@�

(-U
/Z�0
���`��

`

�f-	

@b\\\'&

kf-	

@!he4
��@�+Le{����%&31&167&'7!!!1!167671&'&''5127&'&'&'6721&#&7#3#13271#"'&'517113&11"1#1513116761#3#51357517&'1151311672#7#3#7271#"'&'67632�$u�� � 

�

�j/
.E


#J$	
,$$$$$$$$J#�FFF

�5�
��

`
�'	"		'"		82

r!U}}}�)�		!3	 1QQ7''"'&56762767&'&'&'&763671&&'&'&'&'&'&'"676501�#*"#J7!! '$(*;
[*F	<,
NA!"~1Q333*63+,1$M0; !@&&'&F�
����r&'11&'!11!16767&'11&501&'&#&367671&'6737&'&'01&#&#&7676361&"3#&'&'���@�	

NR1
%
,9%"/`��@� "
	 	UY)

%0����)P^#3#&'&'#1316767674'3167&'11&'&'!167&'!1&56767!1!1%3#3#1&'67hCCC<=NE88!!5C<=NE88!!5`98U9..��98U9..��*������ D)*!!88ED)*!!88E`U89/U89/,����@Tm���%6711671167&'&'&'&'&'&'&'67676'&''671167'17'47116111&#&4#&'&'&'1111&'&'&54767#"'&'&767"'&'&'676'232367414'&'67676767&'"#'&'&'&7636'112&'&'[	

5--JY32
##

		"!�
"

	
	�,A-"!		
		

		

	
b		�!"''  -,"89-,98X!
k
^<-e�
�1*!	



			%% ~	
	
���� /'#177!1&'&'16767!1#11317113�+++V+�
��

`
A___�_[p[)����G��`��

`

��*��*��[[��2�SZe|������������
&-7K%''65&''165&'"#1&#"#1&#1021112731327313674'71674'7167&'''315#3#&50171570'"''1650145712715''650501715771'1'171'#17'''7117711#1'111'17'7'1713#67311'1377631157711'15'157711#15&''151311#3&'#171311#77'131777317#3#71177'171101'333
8jj8674jk47
�s,,,,,,,-333843...,,,,,F#@b�SSSPSPOOOD|q:bSu	qqq9�{K�3ht36<<<<O)$$$$***Rkc[�a\&\ixZs



##B777#.�WWW
`a
\_YZ_�LLLLT03?666`Z4\f///HPK<'�Cf�VVVTXRRRRG2deX|yyy=<666GO?U+S]&&&&LX---V;�Z___\S====Elaaa�O����.#3#13167671&'11&'5167673111#G���''�'f�				�
		3�X'�&&�h��	

�				{5����(57&56767672%&'67676767&'7&'676723>]EE#�rQQ""RRs<0/!.'56hLL##A@V�>23$EF^�#RQrsSS"�&-!11<86�#NMiVBB#9�/I'#1&&#"167267"'&'"&###116766'&#&&"167632632�8//8!-/=*(;�%!48<++<84 %*>G9119G>*+"""14;,,;41"#&8//8&#Q���
+*��))]""��-��''��				��z�$4DTd%65&'&'&'!16767&'&'#1&'5167313#1&'5167313#1&'5167313#1&'516731/0G;,-$!"#4~4#"*��

YZ

W

�G0/##9#$4####4+!!�

oo

��

��

��'����
")07>ELSZahov}��������
")07>ELW^7'71''71'7'71''71'''71''71''71'7'71'#3#13'#3#13'#3#137#3#137#3#137#3#13'#3#137#3#13#3#137#3#13#3#351#113671167&'&''671161#1&'&#"36''7111327674'&#'&5'#3#133#351#%#3#131717'11!1!!!51!1#3#13#3#137#3#133#351#53#351#'#3#133#351#3#351#'#3#137#3#133#351#113'#3#13d#��|�FX�!!!!/""""/""""�!!!!_""""/""""_!!!!�""""��F""""F"�''''0
	
	
			
yV��5�������z��z���u!!!!��!!!!��!!!!0""""S!$""""&








-
*


	0







&			
P














��"�"�''''o		
	
U"�"+!Q�j��jbb��}VVVV��+;;�!
!��!
!WB!�"�"��!4G#3#"1#1514'&##11!1671&'&'11&'67673&'11&54767�jjj�j�����((��L���|h%11&'&'&'&'2767676701&'&'6767676'&'#&'6767&'&'&'67676363�!!2>**$#*)<79!!!		 )(*@,,*+BI10'!$$01.
 !2
='&/  w3 &%10%% )* 

('AB))))4,  "!""			
2 	
	&%=
/����T"11367654'&'&'6767"'&56767&'&376767673676765&'&#�P<=''=4! 	"

		 

5""54I�0/T5
	
>%&5#$!))*+#*-		--/L,,����5|&'1713116767674'&'&''1171'1&'676727&'11&'&'&'&'&7676'&'&'&'&"1"#&03767676'&'&#}B[>22v19>23 �3+F54NL6755Ne			'	_@22><3s22>-(( ��D-5N4566LN54�	
	
����.5#3#1#1'1#11#11311#11311713151#1713151#17''31�@@@Q^Q@00E
RgYYgRD00�6���p0 0��0 0p��@@@@
�v':116767&'&'11676711&'&'1167654'&'�M3333ML3333L ''&&�
				
				v34MM4334MM4300II0000II00,+AA+,,+AA+,����!11!77#11'1'1#111315��@��NNN!.-#M��@��@�����[
[�^\����F��������	+@M������� 1DU%6&'6&'4#"&4527676'&'&'"""'&#676512767676'&'&'&'&'&'&636'&54'&'&2""&&#31&&#&&&277367674''656&'116'&'6711#&'2301&711676&'6767&'"'&717143677211&'&'676311'&'232'11#"'&'&71123#11"'&747632311'67'&'&7671125772377637767201&'&'6'11#&'&'476'&71167676'&70367&''15111677677&'673111"'&'67676&'11&11611767676'&#7671167&'&'117676'&%"11767&'&'&117674'&'=					6BB;($	!			��J		
�Z
	
	0�    t
6
	I

j$		#''2/&&!

			*882R��5<=7
5;9/j

		�F8��	

	��

�

	

	

		

		

$+		

!!	

!		�	
	
	
	!	

	
	!� !! �6		3
	
	
$#�

B- @!
!-

	{$$;��
	

�


	�C

	
*����%H%11#"'&547632'"11327654'&#"'11&'11&'7667676'&#�







�







$�WV22'
JI�y&&#%*%G"#~







.







*	"#)&:%$����6FXo��116767&'&'6711671#1&'51&'&1#1&'5#1&'516731'5##1"55147311##1"'51&5476321111676767&'&'&'"'11&'11&54767632#�Z<<<<ZZ<<<<Za))����		�



#E88!!!!88EE88!!!!88E@4444@@4444@�<<ZZ<<<<ZZ<<�)))

)��������0
		




!!88EE88!!!!88EE88!!�"44@@4444@@44��@�*D^z�%55232#010#"#"#&#11"#11"#123232367&'7!1&'&'16767!1#3##&'1301676'&5&11"1172751'&'6765&'5165&'6#"#"#1312765�

*


f
� 

�
�v999=
�!&&&'&"""!'�##>{�   
#���`��

`

p%1	$&''Z�		��@�*D\116767&'&'&'11&'6767355!!!1!167671&'&'#3#&'&'676731�K2112KJ2222J(  P�� � 

�

�[[[Q7777Q[Q:;.-5p12KJ2222JK21��
$$����$$
H
��

`
�`66PX4554X5++����A^q77&'&#"271'&'676237&'&#"27101'&'6762'1111276767&'&'&'&'11&'6767�!!!		!	.�!!!		!	 .�H88 !"88DB88"#  88GV:988ZW99;<Q�,

1+$,
1+$�""88CF88!  78JF87!!�=9:UR;;99W]67
s17'1'17111'11171'1777171'17111'11171'�gggg��-��4M�ggggM4��-���gggf��-��3M�fffgL4��-��	����5N1111676767&'&'&'''7111'11171'17117''71171'1111'1711E88!!!!88EE88!!!!88E1~~~~#MM5NKc$$$MM5MK}}�!!88EE88!!!!88EE88!!��~~~~$MM5NK$$$MM5MK~~��?�>Qd%1111'&'011'&'&7676771&'&'&'&767667656'671167&'&'31132767&'&#"L
.L	
	

,,	
	�$%77%$$%77%$Br
L.L
	






�7%%%%77$%%$7����&3t"3276'&#7!!!1!167671&'&'&'&76761111'&'01111'&767676771&'&'&'&7676676501�



���@��@�....;
		

/
0


		
7i��@@')(((()'�	

/
0


	����B!!!"1676767514'&##11"'&'&'&767636676762���o��32??23�
	$(			


 
		
		
'#��?2332?���#&
	
	 	
	%#����z5#1'1'"#&'&'&'&'4545311676767&'&'&'&'&5131167676#6545232323111&'&5111�)	$$R #$%#
�

	
�




4"%;z	��&%@SSG�#$><RQSS
		!865#-



! 
{	!����!7K]n�������.%''1111676767&'&'&'776111'11&7'776111'11&'&7'111111&'516761'&''1&71116111''1&7111673111#1&'7'&'11&767716117111''1&711617'&77167611&'516711111'&''1&711617111''1&71161'7717111''1&71167617#3#&'11673111&&&GZE88!!!!88EE88!!!!88E�b:K@9(^BC@m���t�#�&&&mR!!88EE88!!!!88EE88!!�Y"*�I��	*mttt�t�C��� 3F76713271&'&'65&'3177#3#'167671671167&'&'!n%L`=>m)�"":9Hmq���0""	M$44>H::"��%%%%�G:��FFcB$;%-3G::""��-�-"#:�%%%%����%&5115111&'0''1010145&50105&5050#4'514#45&145&14101&54'0101&'114#4'0501&50'050'4'05"54'&5&141&10'41&101&5&5'14'0'4#050''1"501&'4'&'&'&'&'&'01&'"#&#11"#"1&##1""0111111110101110167710103272301216'&'476767&&'&767&672767670145�


41//%/.&
	(+*)-CC^E88!!�
		
	
#&)()		""

?./"9"2:BZ9:!"88E����&?1111327"#&'&'&'67676731&#'11&'67654'&'676:V343&%-7,DaB65!!88EaC,7f "#++ "# 55�<<QRE"="!77CE88!!<�s0/AA/03BBAB2���4AM`6711654'&&676776772767#1'&'!16'&'11'&'&77671167#7671167&'&'�	87bSBC! "S5
)),J;:y-.&%I�^
#.$$		$t*)ϸ# 8

+34WKb(($0&&F,3!%%"�' ##Km**� ��� L71111#1"'&51476331#3#1&'&767677131276514'&#-	P



:�ZZZ �
!%&!�<4



�1+*"

|

287< 4
IIk9
	|

 ����l���7&71167611516767'&76767&'&#"767654'&#"101'&'514731201#11316'&'1176676'&'&11'11&'&7276'&'1113427673676''1716'&1&'&'&"1g
))%%5	(',,!&&'77&
��6AA00&%6622@5)(066('�9GF:9

A@TSG		�h

]')1


(/! '66'&&		�	�6+,JC((

;		,

��6**R		X23C		l����0@[z"111176771&'&'516'&'1676211'11&'676311&'&'&'&762767676'&#"##5&7676'( #$+*	8@B#"J�--N5*+%33FE[	(	



	27		$	8� '#W'

#)�)	

����%#3#1#1131111#iii�n1�u��iU������&#"'&'&'&'"'167676767676'&6�Y[?'4&!]E&ArwIH''

L�?,!
lX����!11!7'171'1311��@=]]]\@@�@A��@��@���YYYY�VV�����A\y!1"1113311#11311#151712'51&##15131516616557125514''17131131'1'11'171'171317131131���
D8,�L3JP			 		��@��@��
%qo%H
!�l�!!!!

���@Qbs&'11&'111163&'&'&'&56767267116767676311376'&'&'11&'727656'&#"32767uH5 <<YY<< 5G!�"

�

"<#''#

5! 	C,,,,C	 !"t

		'0


'		G���)?b6&'&747715165&'&'"6767016#011&'&'6767611#3#"'&'&747727716011011x?HT9:#$3744N93	$[;:&'98.(N/>'./7/+�&#"2222%#=((+��-*(FH](!--5,*$%*3����-S%1111#11#151311&'&'&'6767671''&'&'676771&'&#"6767�&1 9:ME88!!!!88EI87"��&===*P@****@J+;..8=2112=<00�


,a�E)(!!88EE88!!$%@mbE**?@**>"012==214����#%'1'177#3#117%%11773171d%%%�`T����SY��(��.��YYY�}���T��&`������:L����9�������%#3#"1#151&##1"1#1514##1"1#151&"#516323767514#"#"'&#"5165&#"1"#&1#1514##1"1#1514##1"1#151&##1"1315167613151&#%##1"551433123##1"55143312�$%%

			$$$������ �    &<		p    � �`$$`�@@@@����p%1#"'&'51#1315167311#1&'51#1&'&'&'&'#1#"'&'67632237676762367#&'#1"!1514761�Y�
YY


e
%%


7Y�5$Y	
,<
"!#6����-B%11##1513121111&'&'&'676767'&'11&'#113151316767F
FF
�!!88EE88!!!!88EE88!!�%x2F%�
J
%E88!!!!88EE88!!!!88E%%�J%e�$AJ7#3#5171#11#1'1#111#151311317131%75171'151131711111'1#'#3#5131�!!!&=&!B$	$BKVVVIIV
VIIV
r����e��������?>>>&44&>>&44&>!!����$M7&567631'171&#"76'&'&#&76&'71'1113767676'&'*0/GF,,2&8C(#"#"">&#^P@!#=(115' !

�3L&'H'$%

?/'G#

%$#" ����
(A7'177'171111''&'&'476766#77'11'1111171171'%+++,,,,,+�*)99--,-9V22�OOO}J]]JS+++V+�++++V�f7777fe9987�XXX��I]]I��Y��&�&777'11'1111171171'7751'15�]]]�VllV�b)222222222�ggg��V ll Vƕgg222d2�2222d�����E%'''1&'&#&1#1'1&'&'&"1131111101670171717131676'�F/�/F"j5  5j"
�����(*)O((P)*(����(1?H%1111"'&'"#"##&'&'&7&76767%3#351#155'&'17'3#351#1�1		0&=<YY<=&��****�.12*(44+�����~"$$



$$"CCB,,,,CBCS::V	 "	V::	����5>GNW`gp#!1"'&514763!12&'#11'11'1#11!167%5#15135#1513777#15#15135#1513'77#15#1513�
��
j
%	o==n
j��IIII666v@�����T@@@v6Tccu��j��j
��j��jK22K���%%%%J&&&&�,,,,I%%%%J&&&&�,,,,�%%%%����$I111111111#1'1'&'&'&'&'&111132'&'&'&'&'&'&'�QRQF	"33:0P	$$1#	;�&'9888$RG+'33L5F.!/11
'&#-((����.s'"#&'&54767637!1&'&'16767!1&'11&'&''16767&236'676761&'&#36767676367227�			�
��

`
@

C6T
			%	
+

**E��`��

`

�A''+S;	
		!	
 ����Ri%&''167674'&#3236'&'676765&'&#67676767676763227&'&'&'''"#&'&74767632�59'&%$B


(:('	

�
!�	,-6 -.+C##?			(,-5!
TCC%&'	����	>a111&'716'4'&'&'6767267&767676'1111676767654',!!&&=n		02%%<
 R006#/0/0#)m	$!! ()OH+,(y<('H�97/9:01
&%5:))
54IH=%

%/67-	
	"	#$00'����Z}&'11&'!11!16767&7116711672&#67676'1145&'1#127674'67#"'767116767&5676743016767&'���@��!4&E&"/0"�

	
`��@��&-. !
%!
$$2-"$R.%""##�	

	�����%&'&#&'&'&'&'&7676767676'&'""4'&'&'&'&#""'&#726767016763217676767676767516'11#&&'&'&'&"'&54'&'&'&767676'216'&'&'&76322354'&7676767671723676763203�"			"**"			!	

	"	
		7
	
))
	
7	Q



	
	$
	�����!!!"13!1276514'&#111'01"01#"'&'&'&#'&'&'4'&'&'&'&7676767676'&'&'"'&'&'&7632234767676322363232'&'11&701&767676'&#"#"17056'&'&'&'#&1"'&'"#"013267676327654767676'&'���@��@	



		
		

		
	$

$			���@��
&

&
	
		

		 ����,=&#6767&'"'6767676767676'&&'11&567672�+H/6X;;;;XX;;:
,22K/) H��22K(%2//0�
:;;XX;;;;XT=
2CK22

U+*2��##'K22.GGi����	r���70111010117"1'11'11'11'1711711711711327'1167'1167'1167'11654'171&'171&'171&'171&#1'1171''111715''11'1517116767&'&'
�
-
3=@DD@=3
--
2=@CD@=2
-�����������ʼ�����G////GG////GۄD@>3
--
3=@DEA=3
--
3=@D������
uuuu�vv�ennn�nn�n3/0GG0//0GG0/����@R3#31#111#1&'&'51676773#3516765414'&'&'311#167311&'71[����,&'�CCC+%!-$)>2f��
�0>t�%�&8pKb11 3
,,g����*��0;
�����u�������4711632&511#11#&'&'&'"'&5&'67&'7&'&'&74767672676767676767672632#63%116767&'&#"4767654#"'&5&'16753&'16753&'16753&'1675711&'&'4767676767676774'11&'2766765�	0		%%					 " "!
 	##(			/
��				2)!0)112M*)4I++#						!
,/ 1

h�''	 
		








	%%
 ,@
�i)**
2�        �-34G4<.**&'+d*"5))%����I`1111676767&'&'&'"'11&'&547676321&#2767#1513175#151#151315131131E88!!!!88EE88!!!!88EG!!0#!!!Fu 7�$##$#�!!88EE88!!!!88EE88!!��!! !!!+
6!!j####$##$����%67&'&'1113151!1674''17165&'!\@v>>��`��@@������L71'11'1'171'11'171'1111111111&'&71676#011151717111717n;;;'al(K�\}* BN!.:%%%%(

Ah>&�1,'�!e
NF6
7	M"$J,����%@%#3#&'6765&'&'767676''&'11&'163#&7&7�!;:ON:;%%89<%(�#/	nnp=


"''1Z5556YC10
:���?%=�%j�654'&#"327654'&'47135517&71167114'11&'2&'&7676767227210167676''7&#"32767674'&'a



CA�]+

&#	


	
		(	�
AC


`"&&23''!$
?f\>���##$74&&
/	%$ 

*)8	�>\f?
$!''32&&"����[1111676767&'&'&'1111'"'&'&'&'&767676767676'&'"'&'&#&5676767632�E88!!!!88EE88!!!!88Es

e	m$2�!!88EE88!!!!88EE88!!�"!""		E

/����#1111676767&'&'&'#3#713E88!!!!88EE88!!!!88E0���U��!!88EE88!!!!88EE88!!�������!6A^�%1''1&7716'6'&776'&7&'11&76'7&1176'1111&'&'&'6767674'11&'&'&67236'6'&1"1676'&'&&'&'&767&'&676016'&#"41017674'6762765016'#014'&'7676767677-

	
H	0	
�!!88EE88!!!!88EE88!!B

	$
		


	


		
�

	
,tE88!!!!88EE88!!!!88E+	
			
	
	

#$
����m%1111&#&5167676567454'4'&'&'51237670#1&'&'&'#1"16727676731#1&'&'&'2'"'13312767673�WVVn

	(@@DD6
�
W2-Y)d
&<<>=)
�		
(�'+
����'@Sz���7#3#5131777311#1511#1'11#15131553121##752765516'&'"#"#155311676321'"'&'1#765514'&#"13271111001!101&&'167!100111!16714'&'!Z$$$$B			/
.D	+#:" -8	�|��|�	�||��IAAA�]][[�	#I���0rYYY5	r���,&		
#		$
		
��
	�	�|�	
����l�%4'11&'&'&'&'&'&'&'&'"#41"1"#"##0122333123636767676767676767676745070151&5'"'11&#"1#1513116�
	


	 
�			II3�
 



			%

^� &����Fy!!!1!167671&'&'11''&7716'&7676'&'&0'"'&76'&71111'&'&23'&'&'&7676716a����(())2''&

	
%


	
%
''&
	�(��(((��%


('%�	

'(%%
		
����0111676767676'&'711'&'&7676�>??>F/.W>?>?F/.WP+,==&',+=='&�	11G*&'W	11G*&'W�=&&*+==&&+*=���9BYbk%1111&'&'&'676767#&'11&'11&'676767%'1'17'#1'11#171'17111'''1'17'1'17""::GG::""""::GG::"" 32?>3223>>32��WWW%W%n///213DEEEDP7777�G::""""::GG::""""::G>3223>>3223>�%%%W%W�^^^ddk
uDE+77�����#,5>GP}��7'&7676'&6'&7&76'%6'&76'&776'&7&76''76'&11''#'&'&'&'&767&7676766&#11&'11&'&767676'&'&#"1"1'&'&'&'01&'&'&776767676767676767636576'&c				�
	
V

z

		�


u
'
	
	P

  !!"!)10-5((F		



	





"
	
	H

�

�


�	:


�

8	
		J
	�"$$#

%##37K
	%%
	




\
����3V"1113!1276514'&#!671167!11!1&'&'3111#11#1515151&567@				@				��@@����� 
�		��				@		 ��@:EE  �
����ATm%7'&5711'16'&'&'"'16771'11'&'&77161712'671167&'&'&'11&'11&7'17'1#�



))(-''"/L+3D"!"!:j	
A�)( ))9:4'����z&?+'!'&( V.=
B	
���$$"'(7C))'(������1b�%55'103670167676701010145&5477167676731176767676'&'&'&'&'&'&'&#"#"##0#&&'11&'"'&''1&'&'""2176767676'B3
!!+2&']�
((	!",/%$�			9"##$,-<;-.

	�B
! +1&&			"x$%00%$	
++9;//

	J







���Tu���!!!"13!1276514'&#&11'0#&'&767676'&'&'&'&'&'&7676767676'11'11&#!1"'&54762323236"'&'&'&7676765101&76232361#11&'&7676"#11"'11&'6767676#�;�;���
	>?../
%

�u��	
*,+	(4��
��z��



)
 0

�	
T��#��D31
G�#23 #�����+711'&767676%11'&'36767674'�()*'()*'_:KJ:%+*6&56>L=>$$�70/76//79^)(21#"-%$>>M
���Y1111276''1&'&'&'6767311'1&'&'&'&767176'&'&'&2717651&'#G99#""!::HB9
'-X:::;W�v6$+'&%8?,+)(=2&�	��!"99FH::##<;YV::��h'$,&8%%((?=**��	����FW"11767672167671232323236'16'&'&'&745&7676767�/01(		*),)
	-22)(	6%+* 
/.d2 /&!!"�

"&			##)=%%��
	
��1�N$-�����4;%7117111171117111'171171777711''1171'&767672717167171111711117117171171171711111'111'7&7677177612767777''17'''1117171171711717114167676371716'1711717111171'111'11171'11'11%67676'&7676717171711&'&#77'1�###"@/ 
 ]�

��	'A$$%%7 	K
:(~,			8��( 9
&' 
+"%

(&9m
	"?
	��qsvPS�xx$$$&


	uoV\F


	

G<<<!-&&&(Kzfh?B) 
+.O,-+#'%' 
*(?BR#	

	&'���� ,Hex776131#1&'673171'1&767'&771673#3#11'&'&'&7671111676767&'&'&'11&'&'6767			W?�4B	O�555
$ZE88!!!!88EE88!!!!88E�==\[>===\[>=G�

s$�"""
>"
." ?
!!88EE88!!!!88EE88!!�[>===\[>===\����#Ea!!!1!167671&'&''&77167#3#&'673171'1&7617161313#3#1'&'&'&76731���`��

`

������3A	V>b
 4�
��

`
��"6r#

�
"&%!7	��W�&/Pc�����721111516#&#147661#171#1'7&'6&773#313167632''#11#154'11&&3276573#311167632''#11#154'11&&327657476321#1017'311''&77456&1373#313162#145016"1#15*&&.'++N&&&
	'Q

:&&&
	'Q

5
!
L&	$'L&7'''#
'�	
	L'%0

_
	F�==
	F�=$
 

).	

Dw��@�@N%654'&'&67676'11&'&76767131717131'167131'167''1'711:+,Rcml[O\8984sH��2+ /!d=*D"e"#�!-fI�!#"fO�=72$$
3*ABP��))." =+(63"%5
GnQ)))5�|���� -F%51%1511%77&'&#"316766371&'&#'6711611171&'&'67�����@@�///--67,-GQR9� 5!.="yCMNHH31)ABOOAA*�666��6��H+*8
G.

/�4		 E>%$$$?�����J!!!1!1676716'&'7'111'1'171167'1'1717111676011��8��989:   s)4:E	g	_���4��n@
=0dq	
w������9N��7111#01'&'#'&5&766516'&0#&'0#&567676766711676'45&#&7"''1&5&70103231714763316171476331604#1"'&501'1101'#"'11&'&'5163676743676'&'&'&'"'&'476721#&'&'&01'"111#'&'&766767&1111"1&76761676'�
	&
%'	V
	�2$!!%!!

	
!	)6EECXRQB��~s
		!$$			�		"


	E 

	
		
�	����$$S
��
	

i'<S0!	
##

����?Y!!!"13!1276514'&#11#1"'&'#11#15131131676312'5##1'&551476312������				�				@C @@C@..�		��				�		��&
#�K	%#		����o��%1111&'&'&'676767'6'11&'71'11&'71'11&'11'1123130#"'1'"'&'11117111717676'&'67'11&'11&#7137'11&'11&'713�!!88EE88!!!!88EE88!!�		%	
		
#
#>	�E88!!!!88EE88!!!!88E#	-+,-	
3H	-,--	#W<
X6		������+>Lq6711611'&#"'&77116'&'&76'&767116'&7'55&'1671111#"'&747&#1776751&'"N1==>=2		

BTTA
			cU))
,+A�]..
((P>

G

@?
$#--#$},/


>:


�]

JIV@==..!QQ`SFG

OHHH
H


A<G44G
s 0@P`p11#171317#3#131676'6'&'#3#13167654'&'3#3#13167654'&'7#3#131676'6'&'#3#131676'4'&'#3#13167654'&'�)GD~DDDF'�DDDF)�DDDG'�DDDF'DDDF)�DDDF*KY


(Y


�Y


Y


6Y


�Y


6Y


����3l�763116323"#"'&'&7&1122371716'01&'&##"#"#"'"'&'&'&'&5&545454747672723233'&'&'"'"'&74'&'&#"'"336367676565&5�>'

0		
'�,
	$$PM$$


(22AA22 U			
	*�
	_�,


	$$QP$$	
'

$$RV)(�-
$.����4Mi%&'&#&'&'&7&'&'&'"'"2327676765654'%67116323##"'&'&771'&'&'&76763016�	(%
 2C"
0011/#
��
	# 	
	+
�M2	?@	�
2)I;I&$%
#"!!@

�

	����#,5>GPYbkt}���53151##3#5131753151##3#5131753151##3#513153151##3#5131753151##3#5131753151##3#513153151##3#5131753151##3#5131753151#��xpppp(��xpppp(��xpppp�H��xpppp(��xpppp(��xpppp�H��xpppp(��xpppp(�������xppx����xppx����xpp(����xppx����xppx����xpp(����xppx����xppx��������-@%11'&'&7676&'11&'11&767676'76'11&'11&'767IVJ78	%%8SPP56##<<H�++<=)+	5FGM��('>>HA22%>>[J;;!!�</0 !+[[w?����%.K^7&'47671&3276'716'&'&76'1111676767&'&'&'&'11&'6767>			#17$%'%
	
LT



		
>3223>>3223>D----DD----D& %&7

+			
Xp

�23>>3223>>32��--DD----DD--���+%51#1'1517131271167654'&'&&3�8��9�%  %%  %�999��8��  $$    $$  o�5r����711732767676'&'&'&'&"11#1"'51#1"1311'&'&7&'&'&'&7676&'&'676676'1'&''#3#&'5167311'&'5167311#75567311#1&'5#1&'516731�'(<(56'4#"
8!"%%+
/1�6$%

)*%%$ 
�((((v				�p



�4!&+0,,,	
+(" 	 	$$
!!"
"&
(h(((				]

����
&Bt���7&'11&##1131677131##1131676'3#32771#1"31714##1&5477#3#131111#1&543316771#13167716'&'%#3#"12767716'111#113127713113127716'&'&771633121##113127716'&##1131677�%#
	 �(%�NNN:	#09	L$
�0

	b!5	/

C
�
�
`	
)#

4
"�	
c#b@	(!J

(
����
71711!71113111'1'131117171'11111'17171#1'13###��#��9so
bc156�p{���t��t44�P///2�J&=.//����*%11#&'&'6767267&'&#2767&'X,,C"//7E88!!!!88E7//"C�,,O'&!!88EE88!!&'N��*�<��a&76767676&'&'&'&#4'&76'&'&"201"01&'&7&'&"7676727#10#0#767476725010'012410767672323#00#05716760767676510#0'&'11&'11&'010#"'&7676767&4747656'670101&7767676'7&'"'67676'&'&'"'#&'&'&'&'&#"#"'&'45&'&#"#&'01232&7677676767'6017676'&'%&'6&7&5&5&'&5&76741671&'&'&5&76767056'&'&#"#676'&2767633763'67'1676'&'&67&'&'"'67&247676'&'&01"#67676'7&'S	"
 9

	
 
�( ,%� $%
%))�
	

		
	! 
�z




	





				#
	�]
)		
:# 	$ {			
.+
)"�!$1	$&/
	
				

%!

�

		




		
	

	�+DWq�3#31#151'&'47676511327654'&''3#31#151'&'47676511327654'&'%2111#!1"'&514763!5!!!1!167671&'&'~4444)@								�3333*A								D
			��
			�������8�4
h�	




		

��4
h�	




		

�		�
			
	 �������)eo7727676'4'&'&'31#"#7271167#113'5#11#1&'&'&7&#1'&'&7514763310363274'31'6'&�
	O&��w+J!
		
[R		T6		�@@@@&&&%�	੩�7




+�!

8���
8C3#351#'5315%&'11&'&31676761111167676'55#11311WJJJJ>>�)*8VJJ..`//7''4S>?�__"J=====�8)*?>S4''6//`..JJV�____��s�H[n&1&'"&&'&#02767054#&'&543676332720"3367456'&'11&547673&'11&'6767
:>CC>:8CP
IKLH
ODf���zUTSR1	
!!
	1��������"711110131676767&'&'&'"'171&56767�>33�>2222>Q$%66%$$%6�22="",,!!33=>23��K"6%$$%66%$����##3#515##1131251&##11312551#�����^r__���` �� ���dQT��~
������#,T]fox%#3#51315#3#1315#3#1315'#3#13153#3#1315&'11&&''11!1327677676747'%#3#13153#3#13153#3#1315'#3#1315^BBBBBBBBNBBBB�BBBBNBBBB$
#�M8nwTT)
�BBBBNBBBBNBBBBNBBBB�;;�==�;;H<<<<d#
	',,#B54c 
	;;;;;;H<<����>CLi%''1#167676'&'&'&'&67654'&'67676!17'&'67671167676'&'2��[  $$4,

	8*+P"////�3,+*	
"	
2RRRA())0))	


"?.-@m�012!!!##����,?JYs�11767&'&'7116767&'&&'11&'7'11'6767&'67&'&'611&'7!!!1!167671&'&'"'11&'&54767632#�$#2$  !U)$%!15)("&H0!
"#%v��@��@�+%%%%++%%%%+;
 
��
&�6&�!;&w1$���@��%&**&%%&**&%����"5315131#1131676765&'&'#@kV//-,\��Q67=Er��www7/0><01@ !239[?E������#,5��!671162&'"561171165&'&"67&'#67&''11&'01323721&5676676632'"11''1#"''&571"#&5473&''&7676767&5&'7676363676367&7676676222'%4'11&&767676'&'11&'&327677&'11&#1101"1&76767676'9


�
��>h00


	

	
D0



,_	
 5

=#
�� "4		�
�


j�
h	




_	
	

$
		*
		
� 	:T	 	����3#3#131&'671131&'&'711111!16767131WWWWdL@�#�$�1��!!J3&%` Q��kQ�tL	%%	@bU67*0.#���2�$7531513171#1514763251&'&#&1#113PtWi'�BB�����b"&Y�+a����$F1176767676767&'&'7''1&1'&77167617716lEF%	

NIH//EEk�III	
:		OI	
:		O�BCj6-.!	
	;;XjCB�ttt
	,<	t
	,;	����-:K#3#1#11#15131513151315#11#1131513151##3#13151315315131513151!�@@@����Z����ZZZ@�����������&�������Z@�������������;Xw73#31#11311#151712'51&#15131516614'&#"13#3#51712551&''1713111'1'11'171'1713171311311r]]]M;�
&i%E���	!	n
*+
&
&�3�"#�3c-

 ��"
�	(�"[---

-%
&&!����#�7#3#1316751&'3#3#1316551&'7&'&'&'&'"'&'&#"00111011111100120101000321111312010201010110000111011010101212322123032320321232303212230303232323012323232321212321230363230323212363032303216321230367670121474707014707412547250503474341056701016565070147416141654371470525710741470565674701054165654345054345414705414741456501417105056501054145654501450505505250545454545&'51&'&1&'&'&'5147311315147311315147311315162351&'63216323276321#"'&#"12361315167311315167311315163312�v�*44),))12))-
((

		
�4444}		?Q'		)Q?��	L	


L	G�Z

1�������%F671167116'&'&'&7'&'11&67'&'&'&7667&'67674'0
	�
0)-6\====\[==`
	
 1j	
	

=<\\<==<\:0��H����&516716767&'&'&5167&'67676751&'&'&'"#11&'&'67676'&511&'&'476'&51716767674'&'67&'676	@AcQ43""9
	3'&>
			
	>&'3	
9""34QcA@	$%>?M
M?>%$��J

,1hHH|h@@XE88 	
32?G77\	
%
&&    &&
%
	\76G@23
	 88FW@@h{HHg2,

06N@?''��''?@N60�/����)9%#3#1#&'&'6767271&'2767&'&''#3#13151&'&#D


&48&%%&86(>A[>2221?0+,$
(jjjv4%�##&&99&&'?A23>>32*qY)1����0w11"'&'&767627!1&'&'16767!1511451145#11"'01&'&'76747010301'&'401#176765,	#���Pv'
3-!!%$$%-#g��P��P�/0Z($;+

 "

'��c�CZ73#3230127676'654''1'&'&7676735131501'&'&'&11727676'&'&#+3)(3$FN-.
('<.,8787�)""*#

6-3
1!"A,-Y$"6  =�HH<+,
.n !E.))
**,6 !���%311#7!171!11'S�������QQQ6Q��0���Q�S������������������%%''1%11''1171654'%%'1E���<�����;;;AA<����<����ݡ<��F�"""@A#��<� ��@�6o747116711671167&'&'6'4'&'&'&'&'&57&'11&'11&'1327676701270367674'q/	�	

	



�$  $%-$#'!
 

""'
��~�,7fs�J_n��9LSho���1111121677476567'&'&117'&'&7111101&'&767767650765&'1167&'&501711'&'67#3#"327676'&#7&5&5476767276767&'&'0101&#&'&547676'&'&#450#&747676371'14'&'"&'&76701&&'&7&'&545#1&'&'&#011201""&'"11676767676'&#63"#"&'&'6767&'6763%&'672&'&##&'&54'&'2&'110'&'&'67716727676'&'&'&'&76763011'101&'&'6763201171016767672453&'1110101"#&'&'&'&##1"6767"'676'&'&7114731"'&'&'11&'&76731767677#6'&5&'2767'111676501#"'#3#"367676'&'=

 
�
 
>

��



			





%++&	+		
	��	
	,	 		


 ** 


		
	u	
		%.
	o,v,Q	

L%		�
	

	
>



-

	


-
�f













	

	

$++$		




			(


�
	





	
�

+
2
E

������@S771#"'&''1'1327''67676#&'01&36767716701"'&56767"'1676771#'"5676767&'&547676760#'41"5'"7'&70567621276767676727670147676326767610161474767632676760##36707676571'&'711#11"'11&'67672717161114'1#"'413167�"21!�




		
			&%
	
	
	0000�#"--#" !1


=9
F


9PO

�}}}	




	
O^
	

			
	

.
	�	1@<)����!B&'11&'!11!167670101011#3#51'1310167016767311���@�U�P%

#Q`��@��g�8
	7�e����!!!1!167671&'&'"#11&#11"'11"#"#&547676507676'&5&'#11"'&#"##""#&7472767676551&'&'&76723322327630#31676'654545&'&'"1&76722232363272313���s��t%

p


	

		n		


���r�k






=f



e> ����:1111101#16767676767367116531#1676767j  )b !*b<*b  *b  �A)(4A()5��4A()5A)(����K^%1&#"327674'7136767&'&'5167&'&'1&'&'&'65&'&'67&'11&'6767'22!.7%%0



'�Z�%9-!22%$82##>



=s�����]w�116767&'&''&76723670125454#'&'&7676327674'4747636767612#3#131676751&'&'&'11&'6767�I0110IH1001HO
	
(
	*���,,�,,yR7667RQ7667Qp01IH1001HI10�
	
8(%

%	B#/		 ,�,,�,�d67QR7667RQ76������^%'&'&5&767676367016765&56#1'&'&76767276767654'454767636767612~+	,+++
!		N/B<)"!N	R/2)(("	
{DG����`{��*9OXb������G`m|�%&'11&'&'&'&'4767676'4'&'&'&'&!16767656"'"#"676767&'&45&767&'676'""'&76767674'&5676'67676&6'&'&'&'&&'&'&'&'671123&4'&567676&'6'47''61257674'11&76''&'11&732&'672#11101417271167#711#&'&5&'&'05&76#3#4'#1&'67677623476#7"1#167&'&'654'&676767116&&747631127&'&503'&'11&7'&7711767676'&'&'&'&'&56'&'&7'&'11&'"&'&7&611&76767117'&''&'&'&'&'&3723�	!01(	���i"
%
		%$


		
 
�	
	


	
h
�.8��		
	5		
	$S
	
�


�
	`	
	


�,
�\



4:;*
	
�]


�	







+)) 		}	
!	:&
%	I

@
	
F
	
			
	

		
	/������3Z�&#"767676'&'11"'&'&'&'&767676323'&'11&767676'&&767601"'&'&'7&11'&301676767676'&##71716'&'z>D?88$$;;AA:9%$;4016

&#77(	�* $@%%*2SSN9	--11�
	 �.�%9;AA:9%$;;AA:9%��2

V

"

MHL.$99?7	

����I!11!11#&'&'7175131&'71674'&''1&'&'676761&1#��@�"*c:"

(!

��@��@���!
��@(	#
����0\&'11&'!11!16767&'11&'71751311#777674'&''1&'&'676761&1#&'���@��"*V"""

(!

:`��@��
��!+	#
(���!A`���7777'&'"'&5676%6#"'&7&'&'01674'7%11&767'1'&56762%11"'1&'&'1671&547672'&'&76767131'167&'&'@<<<.Q.(	1;B4	
		

c-
	
	

@��
.
'-			i



?2M.(1;B4)�<##	--<<##('8;J';;;A	 *				

�08E4			

6F,&h0,;,&18E4				-

<A+'
i	,-=;##	--<7""x#44#����A111!167671&'&'!71#"''1&'&'51676771632@@��!!���@��	 ����&%77654'&#"1&'1671327654''e(((  !++":..:!,+!  (�(((!++!  ,.�-,  !++!(	����|��������4105"50'0101&1'1&11100#101110111151450#014501"141&1"511'1&111#0"010#011103121230101637165517165514'%11111'511517''11110011001101111021011117''717117517175'''15117''7155717111�a`P`a��]�xPPQ�/!."���"/\PPPT\P;C����-!!!/".PPPPQI/"L77i.�77��ooi5nc.//�����weee8�4---15."Gfff\K[.....�[[[[���%7Q{��%5##1"''11##1"5514331215163312'#3#"133125514'#3#514##1"133165514'7#3#"13125514'#1513165514##1513165514'7!1&'&'16767!1&'11&'017676767657
%

%
^



$$$
5�5555$$$$�'��('F(F55OO54++E(�QQQ20Q20QQD@Q
DQ




d��F��('F('�A*++*A9))
,1u@k3#31'&55553151#1&'&'176'513151#151632151&'%5#"'51#1176501'&'17676751#1NNN	
�	&+'',��
M
	
&($Mo�	#ЮM$,�#MM,Lcqqqq�F(�����)11'111'11717'11111711'1�@��@�޾    ?__?@��%\\�%����$�77$���@�=KY�767116711636767673#01&'&'1'&'&'0#"'"'&7765114'#1365114'#13767116767416767&'&'0176'4'&'&'&'&567677v


	
n��XX"

--DD--


$$66$$
�	
	
B�@�%B+,,+B%4####4��*�1Hx711#&'&'&'6767672'11&'7676'&''11#6676'&'&&'51&'#11#1131131675167316751&'#r56TF88!!!!88FT65)<BC/
1MLDB

-;�200!*"(>?9h0((0((�]BB!!88EE88!!BB]d*/C

.1MME>@A+�
+$)*',87/1(p((0((0����#3#31#1533#31#153#31#1533#31#15���������������������������������,76751676176751676176751!�@���]��


	�

�
		
t	

	

�����*:H1111676767&'&'&'1476327&#"5147632&'5147632�E88!!!!88EE88!!!!88EP0 xx 0�!!88EE88!!!!88EE88!!�� �
��: �������1%3#3&'&'3151171%5517113165&'&'&'3`lll!78DD87!lhh����K
!!88EE88!!
K@7    7�ii�0����&*E88!!!!88E*&����)K`y�%&'37671#"'&'51632'63112&#"&''53276751654'51&'&&'23116367676545"'&'111122301&'&"#&'&01327014'*d,'01@@11',33+�3@@2

-11-
Y,,;;JJ;:
,,*8887+�3�3�'%J

�
�R))))R�
:.-FFF01\--.-Z01E..��

	)7

)	{



����T�"''1&76767676177165514''1&1117675147311"'&''1&55147716111#74'11&'&'&7&76723312765&'"'&'&##1"67�
	>		/���25		0���	
�+)		
WR&,9$
;Z<%k�jj�	
��8�k

k�k�
	A:			>@@ *7P%#3#5131%5!11#151#151!#3#131513113153#3#131513153#3#131513113151311315      ��@�`���@  ����@@��@    �@@����  � �``�� ��````�
>�B9k������73#351#35551&'&11311167#1&'&'#111331276551#767#1#"'&'51#151676131514'&'&#"13%217151&'011&''111675151&'&'&'&'51633#351#&'6771'1&'1111675'6321#"'#"'51632''#11311113151#h5O&%!#01""�  !!!�	(%

		)&	
�`	
#"$%I/�;;;?�
%%0#""#0%%%$

-	
qD				4



:

ZZZ)^�������2K^q�������	/B6111147676'476767&4'&'&'2'&'&'#"'&'&74767674'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67654'11&#"3276554'11&#"3276554'11&#"67657&511&'&'67X 	*#!%8! ,,00,, !@``@��HHH
=SS=
B^^B�8

*	,>��J:

:J%!"/0"!%hBB�BB�BB�BB(


����%,7B[j{�&'11&'11&'676767213155513567#7715131516'7#11'3#351#11#151#11#151#1#3#516'1315571151'151715'#3#1315131&'&7'1676'�E88!!!!88E���`F)o9		s�D)*�EEE
EEEEEE$$$
8!!88EE88!!��p����� ]]]?�	6

480M<=Np0!!0�gE


��9�G�%&'11&6767031167"'&567674766'11'&'&54765'11311!176771317676'&'#1&'&'#1514'&'#1&1#1"#1&� �
,
			8&'  
�! A
V	

�"<<)H ##	5("!<(	2211U��
#����"&'11&'&67676767676767� .9BA7?5)
 7 !&2%$ ;;D'>>21% ('9����7T&'676767676767&'&'11&'11&'676711&'&'&7116767&'6r<SY:;
##
;�-,&%55RM54%%,+o  .3

;((�?=<['%&&! &&&W?�R.-@@:S8888S:@@-.- )*&

""9��i|��%556767'1&#"#01'145&''1#1&'&'11"#"101113230111676717165&5017123771&'&''11"'&'476727''11&#"5132767676767654'&51147632'"'C
		
					

		
		
		
			

	
-	

		
		�aaa;LL;
	;LL;	��,,/==/--/==/�


			
					
		
			

							

		
%aaa78	78	�/==/,,/==/-,	����dq���<Yv7271127&#&'&'&767676701"11'&'&'&767676767"1"1&#"'&'&'&'&'&0101212367&5110167''11&'&'&'717632010&'&'&7031167116"105&'&'&'0#&7271111#512767676767620010101&#'011101"#&#"'&'&1010172767676%"'110503272723230##'&'11'&'&'&"14367230#111&'&'&'"101432�		
&& 


'/#$%		()��!!!
&%#
		�	(22%!,$g	






%*��
	'"s	
�
		h	

	
!		(9
��

�
	

+v


�	�
	�
	����D� <[%11151716'&151676'554'&'&1'11'&'11&76763017111767711';
͗d"*"# 	�^ $%:,��"�a.LNLI66#8
\���
	���
88�

06#1������%-<F''716'&11771716'&''61'17&311''11017711�bbb
��i
#�m����	�a�qS���ZjP			!
,

��
Q�:(6	���	:����	����.7gp%&'11&'#11#1"17676751#1513127676'&'67'3#3276751&'&'&1311#1"331516767'&'67�
(k0;k��vkkk92!k�%�0f


)/>��f
)
0�����1I!!!1!167671&'&'5#516731#1"#3#"1#516731a����))))�
�8
�888

��)��)))�888�

H
8�
�����1111676767&'&'&'#"#"#"#"#"'&'&'&767676767632370176763232327676767632323676#"#"#"76767632323232�E88!!!!88EE88!!!!88E�	

DE

						
		;	�!!88EE88!!!!88EE88!!�34
	#"
..
1					����3Wbs�#3#&'&'516767311'&#"#1'1#113151676327#"'&'3165654'&'&'&#"32767''#167632327654'&#"327654'&#"@���6$%%$6�6$%%$6	$
	t		S


 "	3P







 %$6�6$%%$6�6$%��Z"h		
%"G	



d	


����BH%67116''1&'&117117167611111%116767674'&'&'''"&�� ZAB�4
$

]�
0��8GE88!!!!88E�&&&%�	

'6b944T@
.%)!
"
%P"!!88EE88!!�����I;��>�%8m�%"11327654'&##"11327654'&#3"11327674'&#7&'&'&#"&'&7673276767654'"'165676'&'6767

	
	

	n	

	



�
	
	
	

�)(327$$2))33))2$$732()��-,3ABccBAABc�

	


	


	


	


	




8$	4BB4	$)..)�
8,(8@****@@+*����A1111676767&'&'&'#3#'1&76731'11#1716321#"##"1�E88!!!!88EE88!!!!88E�ZZZp
	KTUZ��
		e�!!88EE88!!!!88EE88!!�\�cc�

�w���w#,5>GPYbkt}��''711'7711'7711'''711'7711'''7117711'771177'17177'1717'1717'1'17'''1717711'7711'77711'_777JNa�..."7A   %			"	<&	)))#.'UFFF7(T***3)===5P"3CCCBY,"...',)$#$X####TJ


"!-


&	%;			/1@


)*r@
D�9996�_	l--_WOVB?����$_h75117117'711&'&'6767'&'&'&'&'&'&'&''1717167654'&'511'&'67�DDD66DT%;&%'&;8
	&,$,@**
>t���`5#(6
,+>>,+	�A
1
&*4,,B3'

��#71111!167676'731&'&'&'X+AA98�x3%&/ 0+11'(`FEPP6�23A&%341�8N"#22@mST22����)''67&'&'6717%&'11&'6767����//FG////G<-���7$$$$76$$$$6���+8H/00/HH/0%�v$%77%%%%77%$����Z7&711676'&'777&'&'&'01'&'17767676'&'&'&'&56766@;CEVV?;C		
*@?@A0�''' )


(

8FUV?<BEVV?2�)))
	'	*(
������-_%''1&11711611''1&1107716'7''&'&11177111716''1&11''1&771617716'�:DT^�-��
����+�29_\�-��,ARJ�"��}����*�'7\H�$��5Tg11&'&5476323111&'&''15116716767&'11&#"#"1'&'&'67677&'11&#"6767�4  1m!:aG  01  �			&�!  !0  O!k'f0    1� �!!  ����@�%"3'&'11&'11&'&'&'&567676'"#&'&76'"'&'&'&'&03207676567276'4'&'&'&'&'&5&'&7676767676767633632765672327&'&'&'&'&7676767676747676767676767676301667676545&'&'26
		
	




�N






	


)
			
	
	




			����j'1111111167676722371111171711717171171'171'11'11'11'11'1'11'1171'17171111111�'8P
	C]8Y8}�R�sf�|�1.�+l&

,ND%'$J
.3E6
{l&Jc&Tz8a	%E�`)Wl�����	$%11"'236767&'%6711672&#&'1167&'&'&'672131514'&##&'&50175#"'51#116751#3#3513167&'#113175531#3#3513167&'#113175531#3312551#11##1"5514##1131233312551#11##1"5513151#15131131514##11317531513151#1137531511317113151#11'1#�DEg&"gEE2.��EEg"%gED-2<	
				y  "'



9'

9	&	?'4;�1! $$6-!#6$$!!2!-(		
J777777VH++H+"		
>=		



@L����B!!!"13!1276514'&#'11&'311316751&'#11#16767���|��



|



�:**^DD^&%66%&""9�

��



|

��""9D6""""69**����!1'1511117151'171'''117���X��eWe�UUUYVX@�����-uKK�:5:O1117/5����(/6=DKRYcjqx�������67#1'55#113145#3#31&''#3#31&''#3#135#3#135#3#13#3#13#3#135#3#13#3#133#367#173#351#3#351#53#351#553153#367!13#351#3#351#!!!67!173#36767#1731014551#53#351#�</�/<Yggrrr�iiingggggggggggggggggggggggggggg�nnniggggggggggggg��������gggggggg�1��1
������s5gggggg �9
	#

E�(C`T
�

�
/>E�e

s��

%
		R��x�Fo�11111111'&'&'&771677167676767456703655143610"'11"27676'&'45&'"'"'076'&303''&'&'&'&'&'&'&1767676'��
	�

1�
����

	�
	�> !!��	1�����;	�����5P����%11#"'&'&'6767632!11327676'6'&'&#""'&5516'2713221##1&'&###654'&54771'17117113311654''1&547416167133351&'71131'1&'71131'1&'71133276765514'271#'&511123'7&'&547#&'&547&'&547� 99?@89  99?@98 �734::4334::43�	
�Q	



		�	W�B77!  "77AA77"  "77A<2332<<2332<?a
�		
)



 -;^
�-
H

������=b&71167312751671'#1"01&'454'&##1751671331167676767676'&'"1'1&#�		 cDdeDc 				CC		

3%?	

	?%��!!vv"����4s����&'11&'""1117676767767276767676'&'111111"''4545450101&'&'&745&76767201'#11"'&'&5636'11&'&567#"'#11"'&'&#&5432111'51&'&'&'&'&&767116112727716�	*+U#$./#3;

>** $$5

0,('H&%	� *&,/#"39&%
!
�8e"..((4


8`=>�.				 !%&T/			65QQ!+!%=! %$Bb9
	
		


����@!!!"13!1276514'&##"'&'&'&#"'167676767676'&6���f��



f



@B.



%	
C2�

��



f

�/RV45		8a. N@��`�3g�7&'11&7'1&'&7311067610171676731011#!&'11&71101'1&'&73110676#716767311#'1111011#1&'&''10'&'1011#1&767017147673i8!$$!8#�8!$%!7#�
8!%% 8
$`

p
KK
p



p
KK
p

�

p
KK
p

����m��711711116767&'&#'11&'&'&'&10141&'&'67670563230101601767676212217&'11&'!11!16767771&56767"'\
2$8&&''68%%�	



		���@��TTT--CA/.-.C)#�& 0
%%87&'%&8K





���@��R%+C-,..BC-,����`s�55'1'171'11'171'11'1'1#111'1111'1111111111711117111317171171'171171'1717"'11&'67632#'11111'1111'111#1'1'11'171'11'171'1'1517171'171171'17117171311'1'1111111111127673371713111717171'1'�

wH///7'6''
*
$%7&66'5%$*$-&	
			-(
#&4(66'2#&)'$4'4.
	'-$����%0t�1111676767&'&'&'471&'&'"'711#6765&'"#"'&#0111'1676'4'"#"#6767&1"#1'776'4'E88!!!!88EE88!!!!88E�k9""�!CD#'				"0R		10;Y>

PQDDD3�!!88EE88!!!!88EE88!!�1*��55C�	»
G_��.9))J�����/!0;>32����"Gj�%11'&'&'&547676763'&'11&'11&'&'&7676767&'11&'"767676767654'%211113276762&'&7r!;3*�

	
27
	"$$��,1>=>!�) 
!
	%%.�
!!!&	33>?<#")881!

�		����'77#171&'&56763311#151##3#&7315�WWW@`"+*?R7..#%�����""9P)(��
?=���.�55131113111#�o7R^4y3@���*������<�C=P[~��#4767"11&'&'3676736767676501&'&'676703&'&#7531513167654'&'#3#3#156731131514'&#"316721137&'67711#7116771#11#1'1#111'"'123u


	
	
d*I###))#�&5

"

f
	5#$3!

	

	
%���B&%M�a
&
		J
�ss�	��@�
/8k���%#15131675117!1&'&'16767!127650111&'11&'476721&'&#"&'&'6763236765017&'11&##113151312767&'"3167211671113157#3#1#1'1#111'"#12377.0�
� 

�
�@
	
		<				
�3Z&% 
f$
%�7?

��`��

`

v




K
6�/	

DQQc"h��f�CQd71100&'&7676741672&'&#33125276767676'&'&'11&'&7676771167676'&'�
!


�&)$)#"!!	��#$!B	


i$""5)++&'%%()#��(44-���,/.!(55.$%%/.,����Ly����� Ph���"''1&3676177125514''1&111551433121#''1&'5167716111#74'&'&5&763312165&#3#"54##1"3277&'67#&'67#3#&54##11#151316#01201'4#11312'%4''1&##1"11771655147716321117655%51''1&55147716175161&1'1"#1"131771055365514''1&1117716''1&551477161177"131217125514#'10#554''1&1117716745'11131#''13<::9	:::/
7


		��>=$%P===%-�===%>$M�==>=KM!B!!B	
BB	B!!B!B	2



		�$$_,		,_h���$$G$	^�

$$G##,GGG##G##|����4g76711676'&'&7676'&'&'&'&'&'&'457117676'&7676767676'&'&'&<<ZF;:('**R
%(#"! =/(6"5
#"77ER88�gBB
01?[JK"
FE(FF
,!701:;9 .;:/IX<0/<=^���L_hq���������&'67036'&'&&'&'&76767677676'&'676767&'&''67116&'&'67&'67'67&'6767632#"'&'&'67677&'&''&67'611&'&767&'&'&'676767'&'&7677&'327'&'&'67677&'67'671167&'&'�	!#			)*! 	,*�
!"t









�		gt
"!"#	

t
!#
�#!

$&�







-!!

+			+


  ,U		'�

y



E3



L



q=

%��  !b
$	
	!!k  









���� )31713113177311#'''117%7117>���NxN�())))Tj


���2���
��� � QQ�����/9
/	84�L8g����%4711656#113161'1#1131'4'&5&76751&'&7&'11&'43271&'""'136765&'&''51#1&173151#1745654'51654'45&31167'1'017&'11&'43271&'""'136765&'&''11327'1#'3105674'&'63#e**j$

	 

��K*)
		�$

	
 

�"!_!9�0
""
0	 





;�0
	
0

""
�";





E''
$!B������?Xq��%77"&'&'4'&767616'&'"&'&5&767654'&'110501111&7676765016'&"654'0#&14#&'&'&54767676'&'&01727676'&'&#767674'05016767677676761"67671076111676767101017676765&'45676765012767674'6767676'&'11'&76767676761630771111#&'&767676'47012767670017&767.�


				

:K44
$#3
	*0	89E)'($

   


		



		
')

,�S		�o	V		EW

	
	


	
	


#*)++"
 

	




$

	




		�.!\	5		
��#3#1'1#111#3#3171311eMMM80���[��555sr6���YY��� ���!����73#3'1771171#3#'1#11#1�LLL&&&��� �� N111n0��[[�JJJ��bb��BB$	X�("+<a�HU7''#11#1711#'731'''3117131755311#75#151#151311##"'&'&'&5476767276323#4'&'&'&#"3276767675571165657114101&'&#01'131131'113171311""01'11'11167&'51113274'5111#1131513113151#151111#1131513113151#1512767711#1131513113151#15171127&'5171167&''771#1'11#k4>>-'q>>>-->Q�)d)�					

		

				

	_Y�AA
>?
@@�Y	
P	
&&		P
	��****��c++++g���``�����ttttt3							

		

	a

)��)



		


			
		

X++++((��~�t8I`u�%&#11"1101#&54701454'&##1456'&#'&5276765&'&001676'4'&676'&'&101"&56567656'&011'167674'"01'1676'&#&1"""'&10127676'&&"#'&1376771767676013137676767013176767677676101765"767713176701076567116"101%471167116676701#11&'05476201270511476012#01�		







	


		
			
+
			��






T			�
			


 %%! 




				#


	#
	

		:

		|
�


��p�#7#3#1317#3#1313#3#1313#3#1315B2222e3333e3333d2222}C����L��L���
��M�)%,Yj���7'&'517'%671165&#"3#351#3#351&'11&&3012767676'45456'&'11#"'&55166'&'11&&&'01511&&13151&'&'5115147671514'&'5132767676'45456'&'%5&'&7611#"'&55166�&&&98'-�	::::J::::


'k9-)
*:
	"

 



��"*�`
sxnn�1







H)

*
'J
1^6	


1???(�)��x�
31711317'1#117����Y>>Y,,,-Dqo���$��ttXXXX��	<�D.5Zw����716751#"'513151#''#11315163651&77174251&#"#&'17767&'&'&'4'11&'36751#'&'3165'6711632''1#1171712767&'&#&''16323#351#�+++
	

""Y&,	

	\,,,,��S  ! 

VX	�	',
,,,,/			�"?&



�g
)
H			%
D
*

	(


"#"(!		A�	3	*'{B!���u�26251&#&'&'132767&'&'&'&'&'�/!&%"GGX44  !$*)%KQZ76"!!%!	
�**L/

� &'M4
	����"94711676767'01&'&'&'7&11676765&'&�622  )(&
	! {
	
()7r(8877%%'&=32>>%.#..##*)+q0l���%j76767676"##1"#&#01&'&'&'&'4'7"5414'&##1&102367454151767656'&'&#&#"#01&762'&'&5454545457"111""#76367600#01&'&767433232745514'&'&'"#&#"#'&'&76762&'&'&32367276767676765655'&'&'&'&#"#"#&#"#&376767656#"#"#"101&5=B  /0TO/5%&)'QA�	
"

 /
�	


	
#


	�	$#"{
!	:
	�I**	
	j�	

�{65HI
	
YZd��@�5O��%\�745114551436'&'&576725454545454#&#&'&%!1&'&'16767!1#&#"#&37676767674#"#"#"014501&'&'&'&#"#"767433232545514'&'&'"#&##10#0#76367621010#&'&'532327450151203767656'&'"'"##10#"41014'45&##1&&'&'&'&'&'&1323212131030367676701676'7&'&'&323716201367436767670145}	�
(
� 

�
�				

	


		
�				
	�BG((83		6D # ,'	2	�$



���`��

`

&'?>
T		f	Y	

c���<
�
0

	
��8�%7'11''1718��������������]]]]��z\\\��\����(7!!!1!167671&'&'3#3171311#15''1#151311#���G��G��```>oQ��BBB`�Xv���GWtt����rrrr������%.7@71111676767&'&'&'75#151333#31#155#15133#31#15""9:GH9:"""":9HG:9""�++*�������������G:9""""9:GG99""""99Gj����++U++++U++���� U%''177!!!1!167671&'&'11"#"#&'&'&'&'&50147676767672323____f��@��@!""!!""!�666l6���@�����!11!#3#1#11#11!1��@fYYYZY��@��@��ZYY�w=t���4##1"133125'&#"514#1"13312551"1&7670113125514'&''1&76767514#&#"011#&'&13270327676'%&1111131255136767&'&'"'&56767'"11327654'&#�))_$))""�
:
' 5!%��)!//�

"��Q���{�#n	-

"

�		)�Y/.��	
�h9La���21111&'&'&'6767635"11113276767&'&'&#11'11"#712363#371232767676'&##173#31232#167676'&"#1#1711'11"#712363#371232767676'&##1@WDD(''(DDWWDD(''(DDWYHI*++*IHYYHI*++*IHYf

y%%%	 G!�%%%	
	%%!�

y%%%	 G!W"#((#""#((#"&&//&&&&//&&�Gl,��,&

`�jGl,�����13J#3#&'&'&547676765&'&'&'27&'&'117"11767654'&#:+$%%$+I-- !77DE77!  !77E##N)%&)*&%33H-4E77!  !77ED77! 
�)��@�/?O_o�#3#"&'&##1"133127676331276751&'&###1"551433125#1&551433125#1&55143312##1"55147315##1"551433125#1&55143312���%		%�

ZK 		 KZ


���������������$$
�
&&
�
��==z==������$Afy����%6711651101#"'&7676301&767'&'11&'11&7676'&#0170111"11111127676'&'&'&767676'&67611'&'&7676&7676''11117&''&767#11"'01767672'11'&7677&'$"!
	"%%>=3V
-2	
	%s
			

4>
 

	./;;9:

#gRQ''�%005 �=?@-*066''
3+,)76?	�
 &)*!�	$

��	
>
)
a	

�
	������\1111&6'01676762121'&&'&7437676762676676767676701�3
	G559
,144X5	=56051717335!&�#

$`
	
h,+


%$*/����"?R%5#11#151#1514763312'432#"571111&'&'&'676767116767&'&';Mff#""##G88  #"88BD88"! 88HZ889:VQ<;99W�fffxxf?##""{!!78FJ87! 88FC88""-;;RU:976]W99����It1111&'&'&'67676767676701'11#151"'71374'"'&'&'&'7&1116763513111&1654'&#�F88! #"88BD88"! 88H�:9V=''])""
-,`�/0-_" "
	
;;U� !78GJ87!!88EC88""�$U:9)
&&"
+�=+
''!		9V:<����SZ�1111676767&'&'&'&'11&'471#1131#1131367'1#"'&'3111'#3#31173#351#1'167671&''16767621'�I87 !!88EB88#" !78GV9:A
##,*


[�'&;MG'<$Q $#	W99��""88CE88!!78JF88! �=9:U#
2.
8�		/)
%.99W<����KTu1111676767&'&'&'&'11&'471#113111#1131131513151117#3#5171755#171#11'1'1#11'16767'�I87 !!88EB88#"  88GV9:	:@@=AQ&&9X:::7&?B+(BR+*DW99e�""88CE88!!78JF88! �=9:U 8''88$$�3t`
V3$#99W -����/8A1111&'&'&'676767116767&'&'5#15135#1513�G88  #"88BD88"! 88HZ889:VQ<;99W^�����!!78FJ87! 88FC88""-;;RU:976]W99�++++P****����Kk1111676767&'&'&'&'11&'11&7132767'1&'&517''67671&'&#'16767"101�E88!!!!88EE88!!!!88EG23O$		

K,4..:����(GK,,5V98�!!88EE88!!!!88EE88!!�>''==B#1,!		/�ddd*1!*89V����/?Oam1111676767&'&'&'&'11&'6767#3#131767&'&#3#5131036'#3#1315131676'4##3#5131�H88 !"88DB88"#  88GV:988ZW99;<QE5555
#rDDD"'

2�""88CF88 !78JF87!!�=9:UR;;99W]67�..
mP&m�,/C)����/Vgpy1111&'&'&'676767116767&'&''1&'&'&'1'1517101545711155#151'111113777'1155117�G88  #"88BD88"! 88HZ889:VQ<;99W�'@?;C�1Fqq(((%'$5--�!!78FJ87! 88FC88""-;;RU:976]W99�F

@3?=R,,,.-/:&++++����/a1111&'&'&'676767116767&'&'6711671163'&'3132767&'&'&"1"311'13�G88  #"88BD88"! 88HZ889:VQ<;99Wn1 B""
>4

221�!!78FJ87! 88FC88""-;;RU:976]W99�)2((9./(,11����/�1111&'&'&'676767116767&'&'61117167147147217163311#11#&''11'41'&'1'05'&'1"''15'0145'11'&''1"#151317161716701617147632171014767�G88  #"88BD88"! 88HZ889:VQ<;99W
	
:3
					4-
�!!78FJ87! 88FC88""-;;RU:976]W995l<		
:@	a
,	 ]
7H

?_W	Y9
Lb		E\Pb����/��1111&'&'&'676767116767&'&'1'1&#"1'1&"1'1&#"1'1&#"1'1&#"1'1&'&1#11312713277113277113277113277113277117713151##3#1&551#1&'633151471312�G88  #"88BD88"! 88HZ889:VQ<;99Wk			



		
+3			

		

	3;N�!!78FJ87! 88FC88""-;;RU:976]W99�	]
3E
-^TCP9

Z	I
+NFIQH:@S,����/KZc1111&'&'&'676767116767&'&'1#1&'51#1&'516731133#351673151#17#3#1315�G88  #"88BD88"! 88HZ889:VQ<;99We

�6

�6�)))7l�llll�!!78FJ87! 88FC88""-;;RU:976]W99�
�

6�
6se(�X������/BO[1111&'&'&'676767116767&'&'11676'6'&'21&5&767"'&77�G88  #"88BD88"! 88HZ889:VQ<;99W<<<<
6)	=�!!78FJ87! 88FC88""-;;RU:976]W99<,,44,,,,44,,6d.
j@�@Nal��7'1#11&"316761"#"65&'&#&51#11316536767731&5514'11317&'11&547677&'&56633#3514'&#2767#1'&'7#3#676^7777%,"(A!  %'=$c�t

�3-�d���#*+!____mmmm		"#	'P�	




B
t6�|/.
'$ 

		
	����i���%67&'7&'11&'&'6'&'&&767'11&#&#&#"#511011717676'&'7116767674707765&'%''11'1"'&771676011''11''1&771'11'&'&771&'&'&5676167&'p$	



 
	
	-




.-AA=#�
�	#"Rh�$011+!

<K!%-'0;4�

%

�


	`v����Dx&'11&'11&#1101&'&"7676101'1"#"'&'&57672367676765#3#51&'&1#151&'&1#145&76762171636�!8888!4=*& =./+K///./ 
00		:89*+%		$
)''}r	

??

	r77 ��E�&O_j%&'11&'11&'1315167131'167656711672&'&'&#0176767&'&'&#11&'&'55276'&#3#32#5E'&BAQRAB&'CBhd$!(pC)�->>^];:D	
�8""��7,++,7I45
>=	Kr#$)8&%  EK *+� (&777I����Hw�!11!'11&'&'"'1231"#"#"#"#51272765514'&'"'5176327"'11&5514763114'&'"167#15131#"'516301��@	


			

t

$&��@��@���..m
%�
	
 


	
-E""��3�6_�01016767&'&'67636''17676'&'&'&27676'&'11111'7676''1716'&'&767676''1&'&'05&'&7654'&'&12111111#'�1..'08:\23
KK_=;�&$=<GGC�
)--;B7e$�&	
	

	

	*
#

	
	
	"�:I
"..)@/
HH]^:95�PHB%%#�s3igQ0<6	%
		
8'

����9Vi�1111676767&'&'&'&'11&'11&'6767671111676767&'&'&'&'11&'67677'11'11'11#"'711&'711&'711&'711&5471'1671'1671'1671'1632171171171171'1�E88!!!!88EE88!!!!88EC66    66CC66    66C=2112==2112=Z<;;<ZZ<;;<Z�J=7$

$6>JMRSNJ=7$

$7=J
NSRM�!!88EE88!!!!88EE88!!�  66CC66    66CC66  �12==2112==21�P;<ZZ<;;<ZZ<;�$7=JNSSNJ>7$


$7>JMRRMJ>6#



��'�+7'177711151'177'71''117171'1'`$$$##T33))P###$$T****33,,,,+y���::��--/,,,,+Z----��::�����9CM�������&'11&'11&'676767"111132767654'&'&#571&'#1116755'111#113111711315167171'1673151#1&'71'11&'51#731&'!3167'71&'#!167#751&'3167'11�E88!!!!88EE88!!!!88EA4444AA4444A.%,989,$/
;;RR;;
;;RR;;�"��"*"�"��,9/$�$/9,8!!88EE88!!!!88EE88!!�44AA4444AA44"	!3RRR;; ;;RR;;;;R%.9,,9/$�9,$//$,9z""���"9P����5675147676321&'&'51#''2676767363&''&7&''&7&'111"#&167670101327010167676751&'&"#&'&'5111&'11&'&'6767"11327654'&#11#"'&54767"016316751676726501&#01"10101#"'010101"1&'&'�

		
$@$

		

 #(**
*#		#*
**(#	

		

	s
  
�::RR::�

)&""&)

	!!`
		

		
C		�����%67116'11&#6'&'&'&###015&''171'1711&'&'&5511511'11111715"'&'&'&7"'&'&767&'&'&7"'&'316767676'101�-&#????"#&.--LM--J>55 !+''@32##!!<++
20		7./HG8999GG0.7		0$2
++< !##23@&'+! 55>-$$$$-������#>&51145656767454'454'4'&745&5476767676'01'&5&'&7674'&'&111"'&747676567674751'1&'&''1714545'1'105&'&54'4'"'&'&'41&771'1&'&'&5&76767676676'4'45&5&#&'&'&'&'"1&'&'&''151'1716763216767&#&'&76163276367633771312727711#&376767676767674767676111111111111#74'4'4'4'&'&5&76#'&'&'4'4'&'&54'&547611#41117'&'&7677116'"'&'671'�			
	
	
GW
A4
"!
=�,+@



	
<		


		
	
		

			


				


	'-
	
&


5)	345�(! #	�����\��S��>231123222333"####"'"'"#"'"#&'&'&'&'4#&'&'&'&'&'01&545&545&547454745474747676747676767676723632363236323"032323727272367236767676767676767676'4'45&'&'&'&'&'"#&#&6710"#&'&'&'&'&5&'4'&'&'4'4'&7676767711230#"'454545654545454545454545676767676765&'&'&'&'"'&'672330213676745054545454545456545454545454545454545450103747416767676323013236767676767'&'&'&#&'301"1"#"#"'&'&'&'&#&'676767'&'&'&'&'01&'&'2232323232721636016567456767654745656745454545454545&5&'&'&'&'"#0'4741676767011161110#&5&'454'"#0#"#"#"#"#014163252767036345&#"1&'&#&#&#4123236270125476772723323001""#001220001"#"#"#"#"1"#0#4505514545651167222#"'&'&'&'&'&'05&'&'45&545&54765476767%11310#&'"'&#4705676767636367676767676741676545654'&'�(+
	







4
+
+	
(!		
'/i
	
		

	�			

e		




 "
				
�	

l
				


�'


2#

,A
		&


-<




#1


	

	
			;
7778





	





		

&&-	

							

���v671162&6727676767676'450#&'7676767677676'4'45676''&'&'&'5167676767#`#+*-,*$%B.5"*/'+"2)L<BB8< *��	2-%


 %!

++5	#.721:4-I#"%>,15/.!Q����:K\''1117117117171'11'11'16'711711711&#"'11'2#"'&54763"327654'&#FFF;FF;Fw[[wF;FF;Fw[



[w�2&$$&22&$$&2####�www[[wF;FF;Fw[[wF;FF;Fd$&22&$$&22&$$####
����9Vq������+>1111676767&'&'&'&'11&'11&'67676755#11#1131131513151#15135#11#151#1'13151311#1'''1111711'17'771'11111717'11111711'77'11111711''1111676767&'&'&'5#11#151#1'13151311#1'11#11#16767&'11&'47131131513151#1513151'''1111711'17�E88!!!!88EE88!!!!88EB54  45BB54  45B�›%v0TT�IS|���O4			

�



	t�?4334??4334?_T4u(�ƒ.''Ǟ76H[<<	,s@TS�0<<[E
�!!88EE88!!!!88EE88!!� 55AB5555BA55 I///R.��/#-��P8E	

�
Y


	�33@?3333?@33�333��2R3�RA()�U<<[ 8��?39P[<<���������!&/<'7111676767674767&71'11'11'11711711656'&'16'4'1&'&'&'&56767676'1171111'11111'171'1'11'1'1711'1'1&'&'676'7171711711711'11'11&7'167675171171177''677&'6705&'7&#&'65'116767&'77&''67&'0547'6367&5711&'&'67


4	

 :l,! ,k: 

			
4
O	

�


$$%#-
 "&"!#

$%/"#>']<&1xx1&<]'>##/%$

#!"&" 
-#%$$
_2
J$.�2
J$.�����&S��7'&76&76767323231"'&'6'&'&731450567676767624'&'&67116'&'&&'&#123632767676'7671165#1'"'&'77676'&'&#L

$ #$-J..l
(		"**81

--F,"#

s)		"++9



N
8++"		*G
	./K,#"!"�

)		"#$+��,,C-## %		����
,7Bi���Qx%66'&011176'&767201760156'6'11&7711674'0111'&76'&#"276767674'2#%4'11&511&'676'&'&'"'&74'&'67&'&10'&'&#&1376767654'&#&'11&'&76'&'&'&76767601""11"'6367676'&'&'&767654'&'&'&767631227256763"'4#&7676'&'&'7676''672100156767201003&0'05K		6	
		
6�
	,!-
,,)* AB@A��


&--		A�
)##

	'#		 $$!�	

5$$
�	
O





! ..-.CA
0


r4 
	
4Qe
	



			

		�

	����
'\7517151'51111676767&'&'&'7'151'1111'151'1111'151715171517111111�!!!E88!!!!88EE88!!!!88E�!"!";<<;�BBB!!B"�!!88EE88!!!!88EE88!!�bA!!AA!!AW;X;LL;X;W��r�(;7&'6767&'7"11'116767&'&'&'11&'6767��O'(-22LK2323K9%%%%98%&&%8��$�L1221LK12��%&78&%%&78&%����E%11'&'&'&767677111&'&'1&'&'6767171'1111315"
�"."-,CC,,)(=mmR6589Uҭ
-('#")C,,,,C?+,(??&99SV9:�����&E#&'&'&'676767#&#"74'&'&#0101017276'�BRE88!!!!88E_Gc=<((,4#c&#"&(! .0-1!!88EE88!!?'(L6"!� 

6;���!<d|777163213271171654'&#"7&1#"'11&1111327716'776'&1#"'11&5471171&#"111327'7716321176'&#"11���w('���('��������w('X�('�i��w''�h��W�����w''5������+DNXiz6111''1&'5167"#11"#1315131676'&'''676'&'"#"#131513113'11#15'11#1571111676'&'1111&'&767����k		�	*C �"###�l�mm�\fe###f""T!&�6j"11&'&&&'&#767767676767654'&'7&''1#11&''1&5476313171671317167�	&		<=	'AAA
$#	('
"$
A
,-  -,$~**!4&;,

55

,A(3	%s���#!uu!#�
����"	
C�>Nj�111101476767217'1&#"1'1&'&123276767676767632371&10327676'5111577&#"01'&'&'&'&#"011172767676760137'�		
s###	(&
#B	
	
	Bs
			
�SSS			
	SS	S<
	
#���m00m�	�	%'	�	
�		�	U|||



|{
	
{����71111676767&'&'&'11&'&'&7667676�E88!!!!88EE88!!!!88E�''44''
 ** 
�!!88EE88!!!!88EE88!!��22
((

����6�&'11&'11&'11&'6767676767654'&'&'11&56345474'45#1'"#"#745656'51"'4767#131454'&32322�'&!!! '''' !!!&'�P		P@

$$--$$

$$--$$��2/.XCG&'	��2�+''716'&##1"114##1"13312551711331270����E�33nC6�����2�m�����2?!!!1!1676514'&'#3#511'11#1513117131''31513113R��$��

$


�>>>=>>>=>=�\\\=>=�

��



.

��xMMx�MM�lllii����+8EN#3#'111#1171311517131715113171#17751'1113311#11'11�___lVb(m{Wa�CH�U4N��4PPPOIH(6��6SPߌHHHH@�\?��q?�2��3�35���'�;;;er�5�F��F���=�fff5{/�Qp���5311713151##3#1'1#15131'#3#653145&'#167"032767656731#101317677671476'05&'&'167316'&'1%671167&'&'&11110171&'&'1"11"#11"#11"1512767676'&#763631#1311'"'"'1365513167651�*1zaIv4443X
	4	B@
6=�
	�		

	
�	=
	+*67$

	&�l



-z,�������^)!

,
K2$A


	;

Ge

d
	G	,I
����Uf!!!1!16767&'&'&'&'&7676765#1513151#1513151311311#113151&'&'116767&'z��4��4#--/&&04>7H
�\nn3mmX

&'$$��
+'E(2���"33#


���������������
*]v�%'&'&'71676'&'&'&&5&545&11&'&'&'1&'&'6767&71'1041&'&'&#&#1111711107136767610767171&'&''5721'171'6767671&5271216&"171&'1#1&'716'&'6'311#1&'7767711711167671&'23012351'116767676711163151'1&"#&#112331311713167513216762111&''&'"#111012&'&'&'1&'&'&'71&71'1"4'1'16711#111&'1&'&'&'1'1'&'&'"17'11&'101&'&'767037271'17&'&'371'16367277#3#100'111'11#1'11'111&5&'&'1'"5&'71'11'&''11676767&'&'&'6767667415'31676367171116'171&'&5&711675171167677151'131171'117111312111"'&'"#'7'17167276767&'&17&76'&'7511&7017101&'&476"''7116511&7&#"7#3#12&'&#1111'1676'714'&&#1012767&'&'767676"''1'145671111101'&771'1&0167017#1&7631'11�
	

!#
5-!
.B\^??
Z
	(
	�


 '	
	


	



-




-

;,,(@

 		

s!


!/.,-##
				5/	


)

�
		
	-(
D	


		*	 		
� 
		

	
,	
&		!)*/<9:^�

	
		

	


%
$







&%��)		


	�
		
,'
	
 
 T



	g$	/	
23		
	
	8

	
		����8y�c��E~�����111111#1&'&'&'&545454545476767676711101011'0'&'&'1676767623270131551014#"#'&'&"#&303"#"#&54323274565456&#"#&72360125514720331&'21"701651"'4'43676767&'&'111&5&'&'&''"#6727201'&'6'&'"3'&'&7672'6567654#"#"'&567433232'6545456#&5676432327'6113"741&'&767674721'&'&767#3#"'63545456'"763207254105456#&73160#01"30013"#"#'&'&7%11#&#"30#"#&76'&'4#"#172#1&7276767676343270325415454#"#"7010323"3'6&72323236'6&#"17012370160'454'"#&7765656"#"301&76156'&01'1'4'&7674560101#"'&547601"1&03765476'01#1&703274545&&#&72323'71121"#&721545&#"#&70323230#"014767676767012#"#"#"010'&'&'&7476#1'32376'&'&#&711'&'4745765&'01'11654'376'&'&''�  *+  	"!(()32%%	%*"!	aa	

�


	!


�()


XX

W	++4

	
			
	�




P	

	h	

	
	

& 
% &  	'&Z
�!!)
[j
		P
��}~""./''87� 
	0
FG�	
	
	
	32�&%"JK�	


					
		

W 
		A	%n	
j
		
:!��
.
�
�hZ�%0;r����$)Cn}�����'L�%67&'&'&'&701&47456'11007201&5437&110127&#'6''&'&'&#"#&54'&#"#&'&77'7'112632016&'#16701#47016311167654'&#556'%&747&7654'"311667&#6"362767"#&7017"#66654#4'&'&'&'&'&'2#"'''&#"11'27251#67116'1101&'&##111#111123276765416'&''231161'"#55236131'"#7'5171#15131'111#11113171#71111676'&'&'11&71167'77#11111'171#111131''1"317&7"&701&6763&'&"#"#&'012311611'"#'111&'&'#111131'1511131517'"#11"#11&'010676"010351236'0111676'6'&':
	4
		
'		�!"-
��
'��
8
)	
	e%4IQ<�&


&'


%[,,,*-,*#
�'��	

	4N


L666!�	m	 	'NLN



	BBB&&B		�'




-			*
	M0	U	`
	



����*<Yk7&##11312765514'%!!!"13!127671&'&#11#151317#3#1311#11311#1&'516731'11&''13117131x��h��h�/0e555  5>?h	& !&�h	F�
��

h
���GX&&}s�rr����9v�7171'2511071167676&'&'&&'&'11'&'&'&'676776'&'&'41&7676761216767117711'�����ߨ: 	




		�


		
	

C������������������:	


		<	


		
		
e�������������}1@����%|��NW����(���$3@N71176'&01117676'&'&111676'3276565'111131676701767&'&#016763&'01167&'6776'0161&'&'&''11&'&760177711'1711'#3#6'&'&51671101&13167673110#&1171"7"11516'&'4'11"#1'1116767613111&#1701701111151&''11311#116'4'&'&'&'11276711111672731'1&'51236711301751171&'&'4'3167121#161131630731111"#&11112767317#01"'&'&76767676'&'1712160171&#"#&5&'&1171111'&767610755214767611&011&'&'716'014767&#&76'"'11"#5171454&1114#&#11716751513010'63112716'"1711&'&'7101#&'&7&#&'01073176'&761"511&'1111'171716711&1&#117111117''05654'&"'&'01711'&'&'&72017&'11&'11&'"7111'1676716571171'11171'1276'&'&'&1711&5&'&'171'111&'&'&"101'167671'171171'171171171'1711714'&'171'116767121'1161117116762'%27101&'&1117'1113101676717654'&'&'6'"3767&1176#231134547�

	
Q/)11110/),�	2fJK**09:!*==I=""


	))??Kc		


7		- 			




%			
		
	*			



#)(A( !U[!
=
"*$)!	
(
_;
	"  %6;<�h	
�
, 
-[DC&&!"GGq�
=fL
&+�
�!"$%	12[6$%


	
7-,��	
�Gu	
 	
,				
	

X
s
		Y
			O	

		,




	P+%
&D3X
+^%
;


*	$
	+=A=		!!Jr	'&|
!!327
,54'&�
+��)�%77#111113#371131�XXX 8�� ̕   v�!�'���_b�i`�������D�%S}�����'9Diw���
'D����9L7771'171#1'11#1771'171#1'11#1#3#"'551463312'45&11&17117456##3#513125514##1513125514##1"133125514#'6751&#1"133125513113312'''#15131274'&#1&13312765713113312''77553125514##1"13311331257#3#51312525514#4##151312165114'0##1"#1"23312161514'0#'#3#"133125514#'5514665514##1"#1023312161513113312''#3#513121#7#3#0#1021310361513125514###151312''1#111711'177&'6'&'&67601&'&'&767&''&'0#&'&7367676'&'676'%6711636&67&'05&'&54711#'&'7676767017&'"'167&'01'&'&'#&'670#'#&7670167&'01676767667&'011167670#'#3#&11'55105&#1&1133125510'&''1#111711'17''1111711'17'#3#513127055141&##1513123455105"##1"111003312161514'0#'7#111711'171#�=]Q*OP�]


.	




V



��$$((

*+7/0 

6 !2##0(

B600 
r]��++1//+*
1++2//$		$$
	88
	$$vj	<	
89	<2!"s

&�9	$	(	<	;&;6666??((4$	?!?
F�;(('&
!"=	K""
$$&
}
-&
!"=K!"
#$&#44%�A"�JA">�	
,%(%#01 %&"	
&r2244U@d���7'!1'7&'#117105676''''+++;����X)�ssstGKKKg#��#�@G-���������57&131276'&'7111111331276'&'&'&'&'&'&#"�}	�	2\4$
	�	#"$#��>KK8�ULLEFA//FFGG12�����%6711671167'1&547676767'&'&'01'&7476765'&'&'&''&'&''&'&'&'01'&'&'121276767601314'&'&563010'&'&76763�




	


				

	



`	
				

	


����
-4ETcls������'15'51#73#311715131'''#151115131773#351'''1#1113117%7713151'171#!#3#111317155113'3#3'17'1#111135#3#17''13'77#1#3#51'111#1'7751#11'113"LvMMM-
,,,-8�88�Ollla888��8��!!!Z[ P=NNNZ[�M -�mmmL!=[ZNlllM=LLL-�LLLm�---,7o[[[Z!P^MlMMMl
�

�8�-87,-a888-,7PZ[[Z�lllL �L�   [Z �M =LLLl=MMM-g��7aZZZ[ O�����&M7170167670501716'&'&'&6''1&1'&'&'&010117676767j
	+*Q2
tHI)*�j
	**P3tII)*$
	B4(	
r6

,-'8
	A4
(

r
6
,,(
���-6?\es|����73#371#1'53171#7"51147110167676##11316767#%77#113#3#1317711013107676'&'#113123#371#1!3#371#10133#351#1773151#3#351#1'7#171#113171#33171#�;;;;�RW�3)dD=(((>(>�u___[o
-vp�IIINC;;;;
	�___ZMI
VVVQ�:(�':!^��75555
9

N55<����t7111111#&'&'&'47676767&'&'&'4767672254565456563232367676767"&'&'&'&'�		!!!!


!

		]




!"	


\�Zbs���%77#11'1#1513151#11#1&&'&51#1513151#11315131767#1'&'31673113171131'%6311#&'11&71167#3#51311#11311#1131'5531511151#7#171'1311713111#1'J555>w8�

7<m11*
U�@6�A/��____8899.8228�&..(&-.)�<<<0K

)�M
%"<1�",(,99.
3443����!w76711671167#1&'&'11511%&'11&'#"'&56763117151#167675131654'#145454567636765122??2332?�W



$#!!!	

�?2332??23�?(%



%$# 6
		��r�*=Tjz�67116731#1&'1&'&'67&'67&'#3#"32101315113312767&'&##1"0111"1676551#1133151#3#32767&'&'#1)�))))&)())))�BBBB bBBBbBBBB`))44)X))4444`�@`?A�������'5CQjx!!!1!167671&'&'631121#"'5'631121#"'5631121#"'5631121#"'511'11&'&7676767#11"'51632���P��Pl



K



K



J



C&<;=<(
	#5555!	




���PR���������
 

		
	

^������({!!!"13!1276514'&#11#"'&'672&'11&7116711676'&1#171'&'&76767#1713176771#1713116767271'���n��n�
�-!!	 	M 	E	

$���nr�

g &%

!$,-

O$(%+

6������$-%&'11&'1676167676'''711�5=E:|<;%
8h'(
0�LLLLLL�5=E;{<;%
7h('	0ZLLLLLL���rXn%&&'&76'&'#"'&'&'&'&76'&76760101676'0101&767676'%#3#&'&56763312q 
7

 7
 
%&%
()
&&"#
��  {0.))




)).0
$'%##%')
��������� 1������#%''4'&'0367650167656'6'6'016'&&'&#0#&&&&&'1&'&'1&'&&'&&'&#"&&"1"&0103211731767676767676'&'''11&'11&76'11&'&767667676730167#676761323072177303721"3#"'&'67&767211"'&56763'67&#&'237&'&'0327&'7&'&'7&'&'237&'4#2327'166'6'&'6'0'03076'6'4567&''67&#"'1111'&76&511476''11&'&5476'&'11&7676'"'11&'6766711"'&5514767111'&7676767'11&5116t


		



		!"
		#+D


	
		H:,"3{




,:H
		=$h 
[	

f;R


 �"
			




			

"""#!!#""%]

!	%#
s
		

	
#%%�b	w
�

		
}+			I���*S%271167416'&'&'&'&'&'&'&'"3017111101#&'&'&'47"676'4'&'V 
34BW*@56  $!!88RRQZ !(�		B
			"5

	&+++#	����$-4=73171%''1'''#1!!!'1'1#7''113%771!!!11[Np������[�y��Q=�����Z			Z�{����"��+f��jt�����XB�����


q]UUU��S�����-%&'11&'13167516765!6711611'&'�9:VV9:''?
`
>''��!!!!!!!!�V:999WB55f

f55B----���d�%6'&7&76'&'010132101312367&'&'&'&767676232727676"#'"'&'&7636323237454'&'&'&'&'&&'&'&'&'&7676'&'&'"7674'&'&7632'&'&76703316'&'&#&'&72323236Q		/p		

	-.64+((!



"33
		

	

!!$


2		
	
��		
 			

	%"'
	

%$
$

���(5BU&'&767&'&7677&'&'&'&''&'&767'676'%67676767&232�%%&%%%&%��%%&%%&%%a@AM

(!! #�%%&%%&%%	3-��''-IA@$u++++�++++iH++$	%Z++++T#@QRD!,11+�%		"#?��{�->P`�7#11"'51#1176751#'567676751&'&11&'&55167653151767&'&556#&'0171111"'17674'&'&'67251&g

!
!c21UT11;EEAA0f)*WX*)NZZS� 
 			O	

�hg$
	�i���J&%!!&%J��>!"$$"!>D
l���E70veee- 
W


		 	 %` ?c%6'11&#101632763276711676#'131&'&"#1676767'1111210!1�
pE	!)43�GGp&*40&`34$�B2w10
))<<<<((�D�

]�0
�



@����f��%11&'&763&'&'"'&76701#'&'&7&767&'&7601676760167647676771111&'&'&'676767&'04'&'676'&'&'&&'&'0101&#"117276767676767676'�)



 			
#	f!!88EE88!!!!88EE88!!O

	

	




	g

	



$ 
		YE88!!!!88EE88!!!!88EK!%

 			����
?l7&'&76'11&'676'&#'&76767676767676327&'11&'11&1767701676'4'&'&5�&%� 2"*	
,0%'

!!


/? !42',
2K/$,,$/I
A-,),85'  && 07DC1��<;
 i455&%(-	
%&5

	���\enw����%6711676'&'676'&'&'&'&#11&'11&014767'7767501&'&'677676'&'6'67'&77&'67#&'6767'6767012'&'&'014767037&'&56&'&2&'&'1&&6766&#7676311#&'547�		"
%9
;"A	

'0"	""Y
,N!,3�
 
�� .''## 3E0


8;;*+(-A
	


�	 !#�
4!	'
6(	*"
1)-
j8$ 	
8
��	&.-
,?5OJ	9--	$,9'



�9-��9�
=Wc%&'#1131677&'11&76'&'!11!16765&7676751&'#3#513121#'#3#13167&'N*3+2���
''
H
''
�bbbb!'
222446�!G$0000��mO'&����3E%7''1&77161771615''&1''1&117716'%'7716''1&1�����/��////��/���h������CaaaaCC�CCbbr[[[[[[��!.<L!!!"13151!11#113127671&'&#1111314'&#15531&'&'3#3&'&'&'1������+����U@.+**@�+++ 45BR66�
@@��+
*
��@U***-?+*�A55 +66R������11#11"1"#"#"1710&7116732765116'&'"#&'&''&'"'&'&'&'67232767676545&7601212'01"'&'776'&'&y	
		mO

	

	

	#"#	
"
!

A	Q<o	

��	






 %
"=66""8	�����@k��111676767671167656765676751&'&'&'"#"#11"''767676'&''&'#"'"'611667601'&'&5''&767676711711327237511&'&'H

1**3788� +JJJI* 

"),,"
 **)
"]��:988
	98:9
		6##/
-

-
/##0

������	$3^���C����%07#3#4763670#11&117216765&'&0101751&#"%11'''&''&767&7676767264'11&'1101&'&'632707674'&013#"'01&11016571013076720&#&767016551016'&'705"1#10#1112131030570111&'&2765'14#"#&'&7413125054'4'67&'&'"1&#&'4720767654'&013"'4#1130174##1476762125716#01&"#1"1331"1'4767676767312501114'11&'01676'7&11"510'01#10#1101131070151&760125676'''&#''&5&76327416741&010127657&'11&#72765'14#"#&'&7413125056''"1131&��	�
�10B#$/+,*+=##2
 /<&!0 0,,��			
	 


/

8%$		
		
	B			
6.


/
	6


	%
�D((01	%$33!)('0"
$$2 		+	"O25		:


	86
'
�� `9Z7#3#"'&'&547676331#1312##1&'&76731654'67312765514'&##1654'311�rrr

��r

�

�T*	Av�""�



x3x"�"�����1111676767&'&'&'&'4767&'&#76'&56''&'67633674167676703&'&'&1'&'&7676'&'&767667676016E88!!!!88EE88!!!!88E� 


'
'


	

 
$�!!88EE88!!!!88EE88!!� +	
*%&!
/J

		
4
���.U`k�%11"'&'"#"'#&'&7&'&76727676767676711676'&'&'622323676'63112#"'363112#"'&711611367676&'&'�
>	9+	=<JO<<� 10<A56*'7
�u{
-!�A87 5
G+*/.L�#>43%%=$1�G





���8=co��&'&1111151&'&1#113117216767111111227676''111171#1&'514''1&76331217167271151&'#11111'131675117111'1'15171717171�>

g��g
	,�n5554

%%
n7s�&Rs	T3�x'!XDg�g0<aa��[[[..\FF�=PC��4+RB4"H
TT����C%''&#"11616'&7'11#"'&76751&'&7'11132771654'����		(32

	/


2��		�����)42.z


{
3�		��		����BW^e711#151317!16'&747334'&'"'01&7#1132774'11&##11315131676777#17#3#13�

�@�1

	0~
4!1110�0�*�@��@��	


		

&8

�/]����������BO`iz��%11516727654'&'&'&31&'&56763231&'&'6767'"'67676'&511&71167'2&'671111&'&547&'67#67&'�34QI/.$$#$./Je779:kV77>=auAAAAua=>�?I+)R$$+*++H$#I?

5*4vF&&1J/.#
!./J1:9hk::&'HS--AAuuAA--S�DI	b�##3�IC&'

��8�6I`p�1111676767&'&'&'71312&#"73#31#1'11#17131#3#7136767&'&'713113%#3#13127676'&#7#3#13167676'&"# N?@%%%%@?NN?@%%%%@?NU���M�/	![�   $% ����!
\5h��

�32??2332??23��#" :�Z##Z%�= R�$9c0	
_9!,:Q_o7317113171131'1#11'3#3#13176767&'&'&#556'0176'&'&#1131276767&'&'41101#157751116'


,-.
-)*�0000�4.3 ���PPMM�vv�0.�fff		!"	
J�
!  m����,3<L#3#131676'6'&''1111676767&'&'&'#3#513'&'67#3#5131'.../2+'E88!!!!88EE88!!!!88EQ�QQQQ94� �!!88EE88!!!!88EE88!!����� '*����J�454'&'&'&'&#"##1"#"#132331232767676765455145&#11""#1#'&'367&'&'&'&'&53676'&''�
�



�
F&%)B'+((+##
	#)))@/.


:
$


�

��	=	!''$ ,&&?!"%''"$999%����m1111676767&'&'&''#1'&'&'&74767456763111013312767654'&''1414771312�E88!!!!88EE88!!!!87F�

77

 


 �!!87FE88!!!!87FE88!!��))
	
))
	�#M�2�p
,�6!	4	:�	9	F�	:�	dq	4�	
X	.q	*G	9Copyright (c) Font AwesomeRegularFont Awesome 6 Brandshttps://fontawesome.comFont Awesome 6 Brands Regular-6.5.2FontAwesome6Brands-RegularThe web's most popular icon set and toolkit.Version 773.01953125 (Font Awesome version: 6.5.2)Font Awesome 6 Brands RegularCopyright (c) Font AwesomeRegularFont Awesome 6 Brandshttps://fontawesome.comFont Awesome 6 Brands Regular-6.5.2FontAwesome6Brands-RegularThe web's most popular icon set and toolkit.Version 773.01953125 (Font Awesome version: 6.5.2)Font Awesome 6 Brands Regular��
	

"# !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

exclamationhashtagdollar-sign0123456789	less-thanequalsgreater-thanabcdefghijklmnopqrstuvwxyzfirefox-browserideal	microblogsquare-pied-piperunitydailymotionsquare-instagrammixershopifydeezeredge-legacy
google-payrusttiktokunsplash
cloudflareguildedhive42-groupinstalodoctopus-deployperbyte	unchartedwatchman-monitoringwodunotdefwirsindhandwerkbotscmplidbilibiligolangpixsitroxhashnodemetapadletnfc-directional
nfc-symbol	screenpal
space-awesomesquare-font-awesome
square-gitlabodyseestubberdebianshoelacethreadssquare-threadssquare-x-twitter	x-twitteropensuse
letterboxdsquare-letterboxdmintbitgoogle-scholarbrave
brave-reversepixivupworkwebflowsignal-messengerblueskyjxl
square-upworkweb-awesomesquare-web-awesomesquare-web-awesome-strokesquare-twittersquare-facebooklinkedin
square-githubtwitterfacebookgithub	pinterestsquare-pinterestsquare-google-plus
google-plus-glinkedin-in
github-altmaxcdnhtml5css3btcyoutubexingsquare-xingdropboxstack-overflow	instagramflickradn	bitbuckettumblr
square-tumblrapplewindowsandroidlinuxdribbbleskype
foursquaretrellogratipayvkweiborenren	pagelinesstack-exchangesquare-vimeoslack	wordpressopenidyahoogooglereddit
square-redditstumbleupon-circlestumbleupon	deliciousdigg
pied-piper-pppied-piper-altdrupaljoomlabehancesquare-behancesteamsquare-steamspotify
deviantart
soundcloudvinecodepenjsfiddlerebelempire
square-gitgithacker-news
tencent-weiboqqweixin
slidesharetwitchyelppaypal
google-walletcc-visa
cc-mastercardcc-discovercc-amex	cc-paypal	cc-stripelastfm
square-lastfmioxhost	angellist
buyselladsconnectdevelopdashcubeforumbeeleanpubsellsyshirtsinbulksimplybuiltskyatlaspinterest-pwhatsappviacoinmediumy-combinator
optin-monsteropencartexpeditedsslcc-jcbcc-diners-clubcreative-commonsgg	gg-circle
odnoklassnikisquare-odnoklassniki
get-pocketwikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v	black-tie	fonticonsreddit-alienedgecodiepiemodxfort-awesomeusbproduct-huntmixcloudscribd	bluetoothbluetooth-bgitlab
wpbeginnerwpformsenviraglideglide-gviadeo
square-viadeosnapchatsquare-snapchat
pied-piperfirst-orderyoast	themeislegoogle-plusfont-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcastsuperpowers
wpexplorermeetupsquare-font-awesome-strokeaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia
angrycreative	app-store
app-store-iosapper
asymmetrikaudibleavianexaws	bimobjectbitcoinbity
blackberryblogger	blogger-bburomobelexperte
centercode
cloudscale
cloudsmithcloudversifycpanelcss3-alt
cuttlefishd-and-d	deploydogdeskpro
digital-oceandiscord	discoursedochubdocker
draft2digitalsquare-dribbbledyalog
earlybirdserlang
facebook-ffacebook-messenger
firstdraftfonticons-fifort-awesome-altfreebsd	gitkrakengofore	goodreadsgoodreads-ggoogle-drivegoogle-playgripfiregruntgulpsquare-hacker-news
hire-a-helperhotjarhubspotitunesitunes-notejenkinsjogetjs	square-jskeycdnkickstarter
kickstarter-klaravellinelyftmagentomedappsmedrt	microsoftmixmizunimoneronapsternode-jsnpmns8nutritionixpage4palfedpatreon	periscopephabricatorphoenix-frameworkplaystationpushedpython	red-riverwpressrreplyd	resolving
rocketchatrockrmsschlixsearchenginservicestacksistrixspeakap
staylinkedsteam-symbolsticker-mulestudiovinarisuppleuberuikituniregistryuntappdussunnahvaadinvibervimeovnvsquare-whatsappwhmcswordpress-simplexboxyandexyandex-international	apple-paycc-apple-payflynodeosireactautoprefixerlesssassvuejsangularaviatoembergitterhoolistravastripestripe-stypo3
amazon-pay
cc-amazon-payethereumkorvue	elementorsquare-youtube	flipboardhipsphp	quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon	r-projectresearchgate	teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate
jedi-ordermandalorianold-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill	mailchimpmegaportnimblrrevshopwaresquarespacethemecoweeblywixello
hackerrankkagglemarkdownneoszhihualipaythe-red-yeti
critical-roled-and-d-beyonddevfantasy-flight-gameswizards-of-the-coastthink-peaksreacteurope
artstation	atlassiancanadian-maple-leafcentos
confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeleyraspberry-piredhatsketch
sourcetreesuseubuntuupsuspsyarnairbnb
battle-net	bootstrapbuffer
chromecastevernoteitch-io
salesforcespeaker-decksymfonywazeyammergit-alt	stackpath
cotton-bureaubuy-n-largemdborcidswiftumbracoassets/img/main-header/layout-2/style-1.svg000064400000004073151213253250014472 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v31H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v31H0V4Z" fill="#FAFAFA"/>
  <rect x="51" y="3.5" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="13.5" width="60" height="12" rx="4" fill="#71717A"/>
  <path stroke="#71717A" d="M1 31h118"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 31H0h120ZM-1 35V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v31h-2ZM116-1a5 5 0 0 1 5 5v31h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <mask id="b" fill="#fff">
    <path d="M0 35h120v10a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V35Z"/>
  </mask>
  <path d="M0 35h120v10a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V35Z" fill="#FAFAFA"/>
  <path d="M0 35h120H0Zm121 10a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 50a5 5 0 0 1-5-5V35h2v10a3 3 0 0 0 3 3v2Zm117-15v10a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V35h2Z" fill="#71717A" mask="url(#b)"/>
  <path d="m12.89 38.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.231V41.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.003a.174.174 0 0 0-.173-.174h-.81a.174.174 0 0 0-.174.174v1.05l-1.295-1.066a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.024l.37-.448a.173.173 0 0 0 .031-.06c.007-.022.01-.045.007-.068a.174.174 0 0 0-.063-.117Z" fill="#71717A"/>
  <rect x="26" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="42" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="58" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="74" y="39" width="12" height="3" rx="1.5" fill="#71717A"/>
  <circle cx="108" cy="40" r="4" fill="#71717A"/>
</svg>
assets/img/main-header/layout-2/style-2.svg000064400000003776151213253250014504 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12H0V4Z" fill="#FAFAFA"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 12H0h120ZM-1 16V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12h-2ZM116-1a5 5 0 0 1 5 5v12h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <path d="m12.89 7.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.232V10.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231V9.636L13.11 7.441a.176.176 0 0 0-.222 0Zm4.213 1.493-1.21-.997V5.933a.173.173 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05L13.44 5.919a.694.694 0 0 0-.883 0L8.896 8.934a.173.173 0 0 0-.023.245l.37.448a.174.174 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.174.174 0 0 0 .244-.024l.37-.448a.173.173 0 0 0-.025-.245Z" fill="#71717A"/>
  <rect x="26" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="42" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="58" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <rect x="74" y="8" width="12" height="3" rx="1.5" fill="#71717A"/>
  <circle cx="108" cy="9" r="4" fill="#71717A"/>
  <mask id="b" fill="#fff">
    <path d="M0 16h120v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V16Z"/>
  </mask>
  <path d="M0 16h120v29a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V16Z" fill="#FAFAFA"/>
  <path stroke="#71717A" d="M1 18h118"/>
  <rect x="51" y="22.5" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="30.5" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M0 16h120H0Zm121 29a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 50a5 5 0 0 1-5-5V16h2v29a3 3 0 0 0 3 3v2Zm117-34v29a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V16h2Z" fill="#71717A" mask="url(#b)"/>
</svg>
assets/img/main-header/layout-1/style-1.svg000064400000003116151213253250014466 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 16H0h120ZM-1 20V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v16h-2ZM116-1a5 5 0 0 1 5 5v16h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <path d="M0 20h120v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-8Z" fill="#71717A"/>
  <path d="m12.89 24.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.232V27.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.383a.232.232 0 0 0 .231.233l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.004a.174.174 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05l-1.295-1.065a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.023l.37-.449a.173.173 0 0 0-.025-.245Z" fill="#fff"/>
  <rect x="26" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="25" width="12" height="3" rx="1.5" fill="#fff"/>
</svg>
assets/img/main-header/layout-1/style-2.svg000064400000003105151213253250014465 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v8H0V4Z" fill="#71717A"/>
  <path d="m12.89 4.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.231.231 0 0 0 .231-.232V7.62a.232.232 0 0 1 .232-.232h.925a.231.231 0 0 1 .232.232v1.383a.231.231 0 0 0 .231.233l1.621.004a.231.231 0 0 0 .232-.231V6.636L13.11 4.441a.176.176 0 0 0-.222 0Zm4.213 1.493-1.21-.997V2.933a.173.173 0 0 0-.173-.173h-.81a.174.174 0 0 0-.174.173v1.05L13.44 2.919a.694.694 0 0 0-.883 0L8.896 5.934a.173.173 0 0 0-.023.245l.37.448a.174.174 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.174.174 0 0 0 .244-.023l.37-.449a.173.173 0 0 0-.025-.245Z" fill="#fff"/>
  <rect x="26" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="5" width="12" height="3" rx="1.5" fill="#fff"/>
  <mask id="a" fill="#fff">
    <path d="M0 12h120v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V12Z"/>
  </mask>
  <path d="M0 12h120v16a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V12Z" fill="#FAFAFA"/>
  <rect x="8" y="20" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="16" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M0 12h120H0Zm121 16a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 33a5 5 0 0 1-5-5V12h2v16a3 3 0 0 0 3 3v2Zm117-21v16a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V12h2Z" fill="#71717A" mask="url(#a)"/>
</svg>
assets/img/main-header/layout-3/style-1.svg000064400000004334151213253250014473 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v16H0V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm121 16H0h120ZM-1 20V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v16h-2ZM116-1a5 5 0 0 1 5 5v16h-2V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
  <mask id="b" fill="#fff">
    <path d="M0 20h120v8H0v-8Z"/>
  </mask>
  <path d="M0 20h120v8H0v-8Z" fill="#84848E"/>
  <path d="M119 20v8h2v-8h-2ZM1 28v-8h-2v8h2Z" fill="#71717A" mask="url(#b)"/>
  <rect x="8" y="22.5" width="8" height="3" rx="1.5" fill="#fff"/>
  <rect x="19" y="22.5" width="16" height="3" rx="1.5" fill="#fff"/>
  <rect x="108" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="100" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="92" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <rect x="84" y="22" width="4" height="4" rx="2" fill="#fff"/>
  <path d="M0 28h120v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4v-8Z" fill="#71717A"/>
  <path d="m12.89 32.441-2.668 2.197v2.37a.232.232 0 0 0 .232.232l1.62-.004a.232.232 0 0 0 .231-.231V35.62a.232.232 0 0 1 .232-.232h.925a.232.232 0 0 1 .232.232v1.384a.232.232 0 0 0 .231.232l1.621.004a.231.231 0 0 0 .232-.231v-2.373l-2.667-2.195a.177.177 0 0 0-.222 0Zm4.213 1.493-1.21-.997v-2.003a.174.174 0 0 0-.173-.174h-.81a.174.174 0 0 0-.174.173v1.05l-1.295-1.065a.694.694 0 0 0-.883 0l-3.662 3.016a.174.174 0 0 0-.023.245l.37.448a.173.173 0 0 0 .244.024l3.402-2.803a.176.176 0 0 1 .222 0l3.403 2.803a.173.173 0 0 0 .244-.024l.37-.448a.173.173 0 0 0 .031-.06c.007-.022.01-.045.007-.068a.174.174 0 0 0-.063-.117Z" fill="#fff"/>
  <rect x="26" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="42" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="58" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
  <rect x="74" y="33" width="12" height="3" rx="1.5" fill="#fff"/>
</svg>
assets/img/style-3.jpg000064400000015430151213253250010626 0ustar00���ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:DocumentID="xmp.did:F0FE7AB41EEB11E5B11285EE6F8B029B" xmpMM:InstanceID="xmp.iid:F0FE7AB31EEB11E5B11285EE6F8B029B" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:CD6599611E4C11E59800974C8B644F0F" stRef:documentID="xmp.did:CD6599621E4C11E59800974C8B644F0F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������t����	
!1�"#3C4AQa���2B$D5UVq��c�%���Ֆ�7��S�E�����g�bd��&'GTFv
Q1���S�!aq��b��AR��5��2Br�d���"#%��?�� ��2@ Z@ 
�:hl��@6t�ٳ��R@ �uǮca]cb*
\i2��+�(SPoT*d��r�12񹙃�ls)j��.W���A5U}��2*�DTOe�3ű�!R�
�I%�[����|�k/H=oy]��$��|Q�>5�m�F
Q���+�`�B��p͗���Sl�0j�H=oy]���l�(���b�eуTzA�{��0�Ш�\3e�G�<k�.���[�W|��>�G��/�=a�X��t`�:g��X�i�⺾t�Z?p�
d��{�x:JR,[��ͦY�Kױ�������L����Um'���V����У<ϑæv~/] ���@�>�=-�T?����:�d���Y��@ ���Y/'G��@#�//C��@���u����@"�3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[���w¨N��eaU1���Ǻ���/>g\X���ԭ�<���u�x�9M���8V40	�����s�Jm}�X�V��
��*g���f��VZ�%�-��:(�l\�y�~�0��i�-
jڞG�X�6٭q���Ũ�l\��$i��6#op�X�$k냞W}�=)����b%[8$w�����<N�D��me�U#��P���ԉV���#���#��B���l{�K���{N�%[8(�ۣr��Nh�oB�n�2gqY��9�{g�SV"U�s�|J�oM�k���i���]�f�-f��mZ�V��
�G���GB�����X����J�.pP&%[�F�5����ޅ���d��ws�����D�b���Nޛ��sX;z�i�����Zͻ�<2ڵ�����wc��o�`�r�y�=ѸGo�t2-��
f�(,���sksG3z�c30rEf3��g�SH�l\�&�/�j��Y�S�Nj;4J�K��$Y�Di��n~
)D���6T՛*�3�T�ZPfƧZ���J�7K�\�Gl�vԹ�31^m�edML�e f��}�b߈f(�y���[��x��jq'bL$�@f��d���?yR��<�z�l%�ʿ��S�:y�<�|��15Pz�[G��`KL8�!+�@�ss�� �O�X���-�"�qx؛6R��g�ѺabX�Z��A�@�
�J*��`$2�%ӭ�e�:�1K�`Ӏ�����w)�C�M�V!�U5�Ø�Ւ��w���0��:�pнY��Y^�&P!�JZ./;cf�Sӌ�7L,BKKP"���5#�a��EZ,D����68d�������"���1�����:�Z,\͋kL���C��n�v���q�լ��D:X
e���)@q�FI��ѪaZ;��y���P_]�;�[P�`���)�1�&N�Ѫa�;�yG��Pܝ�6<�kP�`*flX�Zg����w��(
Fk��e�r!�S-�J��0L�6�S
�ܼͼf2���h���RڇK5�L��0�p�6�S��<�<f2���h���SZ�K�K���#�ׇ�t�_�+��JR�ǰ�,��kY0
� �q������;�bzUK��T�d5	ʫ��\��{�����n
��C	T��(���`<?�]n�Щs��ʛ��T�)Tİ;���T���U��D]�}���`�����
�F��:������3&����G<Z��SX^9��(��Q�+��S2kM��9�������
�F��:�Q]}ڙ�Xzn������T��po�5���z����̚��w�~�x�G����s�~Q����W_v�d�����sŪo�E�j�Js��o=�A��������|�H2��2��e�@�|[�Z‘��<��fȫb�X._
J�Z(#����;�%�t����z�P)��u2��]u��u2��]u�@ �u�������t@*�J� ���2J���c��.�q���2�������
�e���|��fK
��W����4��3;‹�U��
�}��ZN�NC�M�r���릚���}���i��n��z��릚���}���i��n��z��릚���}���i��n��z��릚���}���i��n��z��릚���&�9RA���Y�)V�l�z�y�_�i�`f���1V��Xr��<s����.��Kax��'�rI/�ww�K
Α��@ �@ �@<��[ص\������U\6�{n�G��ح_�M2����-"nnb5��[�D����[�D����[�D����[�D�����F�5����ȕo1�-��ʹ+/�Ξ�`�?�ќZ��BV;�4Iw�������VulK�Jx{,J�n)��$
�El��,�6@��ٞ4q�mI"�3#�@-@)�5S��%��R�&a�u��.wv/K��'5�۠�U60e��03/�\�Z"�k��LF)�6��[
�<�؀@�š h�2+g��f���.���jIY��j)q�N��c@T���3P��`L�Z��g3�;gb��
�]�Cь_� 7�w>-y����m~Wj�K€�\d�Hm�@�$�ɨ�1ooE�Տ%T���	m���62d�6��!d��d�E��G�邅�דKi�v��K€��ۤ=�by�s�ט�^x���v���L�ɢ��+���I��Qb�ދ��J�����Q/
ld�Nm�B�'�h�1��A�կ&�Ӑ��m���SK�Hz1����.�ů1���~
���Q/
�q�E!�WD�;&�(Ž�L/V<�SO��%��^�ɒ��+��˹nj�
f5��]0@�Z�i���nP]��}�Uc:l���M����]3�F�+��w؜ld�[�0��3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[���w���m�Oq/��Y���k{����l�ø��Qp�;K�>�1�2ts�~2�x���<1��x`;�c���C'G:��.�o��������-}ġ�/�C'G:��%ua��Ȩ�w}������	e�C'G:��)�����y����*�K�?��C'G:��.����`x7����2ts�~2ܖ�u�˼R7��W2eE�F��%!���C�����.�W��T�W�;�ܖ�N�u�\p�����o��(d��P�e�-v��x�o��dʋ̌=��JC'G:����߾]⯽��20w��-���̜ah�s5�x��S;��������&W7W�n�H�f"�O�k�&��')�&���U�ŗrn�j��k��z���<��|=�AV!���_S���q��ij�o��P��d��&ݜ@$K����`9�Ub2T���3|����-��'�1F����u6�>�_�y�;����{��i��u�H��ss�:آt����(�778C��'M���b��ss���g(
��:>R�S̊�C����W%t�O�9ىY-� 
�:h �@[?��@ �b�i�i3���\[�i����5
�*Jq��t���3n�:���NV�
�!`����ӥR*k�HbT�k6S�;�ҔKN�Zp�L��"/�Grהm^�y�>�Q=���;�ʦ�\Ɲ�㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�8�W�^`ϭO#��6U4b��㶥�9��8�W�A�QkwHW��U$�C-x�&.O�A�촦�d�T�Z��h"��:*?�Z}i^.��c�6g�QZ�nC�'��@ �@ ��8;5���!�����_�u>�j#�����H{�a&�8T!�I¡�Ndp�C ��N��F�5���-%WI*�c�E?_�Z����������%d�@ �a/��E��[9���@ �3|�>��o�?�T���N��ڈ�{�8��	�d� �|Ѳk�Ÿ��T�Z=���_�[��B	���ނ�H�
�i=��srr�.�3�0��]�Ydg}�ت��>	�����Z��f]��Kn�y�ƼY���w��m�jf]<�@/ޟ�@;S���tŘ�5N#��8�L�0�7ba��6�$u�@�p<��^��	�ɸW'	���di�{�k�Hhm
���2�w�j�M�qw�u-�����dn3��	��S0b��pr''�%Xz��n��c�3
�v-0��s����t�	T�V4Ѧ.�&<&�lظ�pݍ���.@��a�oC�!2��
ƚ2��d����k�����t�9�
�p<z,m0@�C���~�t����t�	T�V4Ѧ.�&<&�lظ�pݍ����4��rd&[��X�F[�̔�ms��5��6"n� b�G;��N�E�����q�1ۢn� bؘeN݀jɕ9��Ƃf.�&<&��Y�m��-V�t�6�0ș��ɶ���ƚ2��d�M��sTF���M��
���i���1�{wrz��=��ӽ���,�w#�3�d�a���-��e�9��0���fiR7W�&�@Oz�܎OӖffjq[Jhy��e2d�7�
�n��V��?�\��/83xm>�Qu��V��I�	�U�~�J����#��/�D�X����~�&�������4V.o�l_����s}���4{X��_�'IKJ���~�[�->V�J�>c��pv�Ͻ��S�N����z��<��܋�n���a@��R����-���K��B�h���<��
�{9x��[i�mkh2�bfx��M�p��w����;2c_�@��p��:�p#K�
���P��	K�0��Ť�΍N9�SMI ����t@n�0���l�O$]��t.F����1.p�qg����ڿ5��ֶ� 6"x�\0&+�R���96���'�Zm�7�wW�L�(
�� S
_���
B�BI�(_�vA辔����_<ݲ����� �S�qق�S���A��,'V^����T� O�xR$\պG��~�o�k�j�+��U���ډ����"R��HQHI7e�N�H=Ҁ��X�z+盶X"x�_��B�rN;0_�v�}�>����+�_<����	�
D���H����-��smW�q}��sT�Q<@ȩ��:D��6���%(����^�#F31����6��)�/P@�X�S���5���{�Z~�z���X�YgnIT奝�-.B�HU�b�_��*�IzXW*�UE^R:�p��Z���X��h��"�dC�z>j����?�I��Ok�||	ئ�Z���T>H�����G�b{_�
Q�XN�4������G�O��<k�0j��v)���|��??����X���Tx�M(����|����4��������iE�fXGW�Cg´�՝n����G�ޮ����
��emZ��/7���^�һo"3����[���7u�Y���]��[L�9���@ �@ �@ �@ �@ ���assets/img/thumbnail-big-slider.png000064400000011324151213253250013332 0ustar00�PNG


IHDR ���	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F�IDATx���A
�0����	I+a�u��00 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ���`@`@`@`@`@����������0 0 0 �0 �0 ����`@`@`@`@`@����������0 0 0 0 �0 �0 ��Z��u.w��r�IEND�B`�assets/img/thumbnail-small-slider.png000064400000006007151213253250013703 0ustar00�PNG


IHDR��<q�	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F$IDATx���1�0����#c"��NR�m$�Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,0��X`,����Xc��0�ca,���X���0ca,�-��K�)�<@wIEND�B`�assets/img/featured-image-place-holder.png000064400000007741151213253250014554 0ustar00�PNG


IHDR����x	pHYs  ���
OiCCPPhotoshop ICC profilexڝSgTS�=���BK���KoR RB���&*!	J�!��Q�EEȠ�����Q,�
��!��������{�kּ�����>�����H3Q5��B������.@�
$p�d!s�#�~<<+"��x��M��0���B�\���t�8K�@z�B�@F���&S�`�cb�P-`'������{[�!�� e�Dh;��V�EX0fK�9�-0IWfH�����0Q��){`�##x��F�W<�+��*x��<�$9E�[-qWW.(�I+6aa�@.�y�2�4�������x����6��_-��"bb��ϫp@�t~�,/��;�m��%�h^�u��f�@����W�p�~<<E���������J�B[a�W}�g�_�W�l�~<�����$�2]�G�����L�ϒ	�b��G�����"�Ib�X*�Qq�D���2�"�B�)�%�d��,�>�5�j>{�-�]c�K'Xt���o��(�h���w��?�G�%�fI�q^D$.Tʳ?�D��*�A�,����`6�B$��BB
d�r`)��B(�Ͱ*`/�@4�Qh��p.�U�=p�a��(��	A�a!ڈb�X#����!�H�$ ɈQ"K�5H1R�T UH�=r9�\F��;�2����G1���Q=��C��7�F��dt1�����r�=�6��Ыhڏ>C�0��3�l0.��B�8,	�c˱"����V����cϱw�E�	6wB aAHXLXN�H� $4�	7	�Q�'"��K�&���b21�XH,#��/{�C�7$�C2'��I��T��F�nR#�,��4H#���dk�9�, +ȅ����3��!�[
�b@q��S�(R�jJ��4�e�2AU��Rݨ�T5�ZB���R�Q��4u�9̓IK�����hh�i��t�ݕN��W���G���w
��Ljg(�gw��L�Ӌ�T071���oUX*�*|��
�J�&�*/T����ުU�U�T��^S}�FU3S�	Ԗ�U��P�SSg�;���g�oT?�~Y��Y�L�OC�Q��_�� c�x,!k
��u�5�&���|v*�����=���9C3J3W�R�f?�q��tN	�(���~���)�)�4L�1e\k����X�H�Q�G�6����E�Y��A�J'\'Gg����S�Sݧ
�M=:��.�k���Dw�n��^��Lo��y��}/�T�m���GX�$��<�5qo</���QC]�@C�a�a�ᄑ��<��F�F�i�\�$�m�mƣ&&!&KM�M�RM��)�;L;L���͢�֙5�=1�2��כ߷`ZxZ,����eI��Z�Yn�Z9Y�XUZ]�F���%ֻ�����N�N���gð�ɶ�����ۮ�m�}agbg�Ů��}�}��=
���Z~s�r:V:ޚΜ�?}���/gX���3��)�i�S��Ggg�s�󈋉K��.�>.���Ƚ�Jt�q]�z�������ۯ�6�i�ܟ�4�)�Y3s���C�Q��?��0k߬~OCO�g��#/c/�W�װ��w��a�>�>r��>�<7�2�Y_�7��ȷ�O�o�_��C#�d�z����%g��A�[��z|!��?:�e����A���AA�����!h�쐭!��Α�i�P~���a�a��~'���W�?�p�X�1�5w��Cs�D�D�Dޛg1O9�-J5*>�.j<�7�4�?�.fY��X�XIlK9.*�6nl�������{�/�]py�����.,:�@L�N8��A*��%�w%�
y��g"/�6ш�C\*N�H*Mz�쑼5y$�3�,幄'���L
Lݛ:��v m2=:�1����qB�!M��g�g�fvˬe����n��/��k���Y-
�B��TZ(�*�geWf�͉�9���+��̳�ې7����ᒶ��KW-X潬j9�<qy�
�+�V�<���*m�O��W��~�&zMk�^�ʂ��k�U
�}����]OX/Yߵa���>������(�x��oʿ�ܔ���Ĺd�f�f���-�[����n
�ڴ
�V��E�/��(ۻ��C���<��e����;?T�T�T�T6��ݵa�n��{��4���[���>ɾ�UUM�f�e�I���?�����m]�Nmq����#�׹���=TR��+�G�����w-
6
U����#pDy��	�
:�v�{���vg/jB��F�S��[b[�O�>����z�G��4<YyJ�T�i��ӓg�ό���}~.��`ۢ�{�c��jo�t��E���;�;�\�t���W�W��:_m�t�<���Oǻ�����\k��z��{f���7���y���՞9=ݽ�zo�����~r'��˻�w'O�_�@�A�C݇�?[�����j�w����G�������C���ˆ
��8>99�?r��C�d�&����ˮ/~�����јѡ�򗓿m|�����������x31^�V��w�w��O�| (�h���SЧ�������c3-� cHRMz%������u0�`:�o�_�FIDATx���A
�0���C	i%�NR���L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSLLY0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e0e	��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e����%SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSLL0e0e����SSLL0e����SSLL0e0e����SSLL0e0e����SSL0e0e����SSLL0e0e����SSLL0e0e����SS�L0e0e����SSLL0e0e����SSLL0e0e����SLL0e0e����SSLL0e0e����SSLL0e0e��SSLL0e0e����SSL�X�����f�ZIEND�B`�assets/img/style-7.jpg000064400000012201151213253250010623 0ustar00���ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819" xmpMM:DocumentID="xmp.did:3B83DAFC1E5111E58822BA4923EFEB28" xmpMM:InstanceID="xmp.iid:3B83DAFB1E5111E58822BA4923EFEB28" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:a6a9ac02-b02d-0949-844f-e789bbf5b2a4" stRef:documentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������,����	
	4�V�!"23c571$Td6wQqBRbC�e��G8a#SsD��
!1��SAQ2aBb�35q�R�Cs46�"��DE��rc���?�� @� @� @� +���ʯ%U��Y�f������9v1nq��D|O�ǔ�E����x>8��LS�)[y<�].v���OUi�iER�EAD<�y<�����ü��6XVPu�&t�L�3�8����]ó2��K=ߔe^^!U������W]w��:�(ʼ�A������W]w��:�(ʼ�A�����'|�?M�cj	���&�2}B5vk�.r�ǑE̮���B;-^�UenV��Mr1pp��޻&4�Q%�����tS�.�{�6(�=U�i5�61�0�zDޚ��vfQ�)��FU����g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F�S�5��~��
'ĖN�Q�7g�w��(H��䮢�þmAZЭKb�,l�V�
��n��.�dv�A�Lˍ�J����s�/^��ޡ&VQI���Kj?�mS���`�v�l�ڜ��ƒNm���`#�nq�y�6�q��2���H���"Ջ�ɍ�ڌ��y�g.�;�[��me�m�:�@ޚ��vfQ�)��FU��]�g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F/�)U9����j9̽�͌,(.�g.�c:���뜵f��[s^a��@t=�m�m&me�Vg�ƫ�8ُO�nņP�cm�d�QV#�B�#Y����p1a<�2�CvzW��/:���q}J�!��;����!��ֶ�.�r��n��v׊t�3��L�F|mc?�	����]=c�=ZH���%R��4�髮��fe��~Q�yx�]�g\Fޚ��vfQ�(�FU��
�g\Fޚ��vfQ�(�FU��
�g\F;�l'��PK�7>����\	s�
<�.Zth���j� 0|�*r��A`Y����{=8%����1�RIL�����mcc��yt�ݩ�F�ҭ0�Q�ѱ����� ����]ó2��Mv��2�/�o,�:�0����]ó2��F��2�/o,�:�0����]ó2��F��2�/o,�:�0��A+�W�jī,��HL��y��Q���9p�>�`
ab���»am�-�ZԺ�Ğ].x�û/Se�iGZ�GA��F-dsɜd��<C�NUi�eReI$��-"�S=�|R��<|R���/�C���P�2�����H��r(�h�je���rL���}H�.�I_!�����8 @���SOxo�2ԇ1�%|��~'����L�ߍ��S5�/�~߾5~t�7�{���b0�����?������7>K�O��՞�*_�	���ie��䣚C)4�8���c�����R�f����7ۤ��}ί��Ա�����z݊�M��@H/]���@�)���O="��^4��-�<�z� XW�jO���O;��Wt^�б7�
�����Um+k���	��E}%nz�S����G',�r�9�Z�G��H*�ľ�AU���J���,lf�f����xX'���uf˷�x3b��qԝ:��S4�J��T�=���ށٽ�-]�G�I4΍���5g�-�3�l�,���y�rUw�����]=�]��6�FŰ*c�Κ ئ��A��2�
b�sn��AMI���4��6�h#�,j�~�L��՟�NI����?9ϩm.�I_!���0yu�\G�e�W��x�wD��z�x��͝������sԣ�:�{[[\n^g$}��{�>Ro���U�އ���x��?�폽'�{O=Z82�F��5ĺs������./��*�Ѓ�z;�lz?,@�&p����٫��E*&)L:�*�d�q���#��yBT�&�PU��>1k�rk��*m*/�ϲ�Y�E��Z��R�^��$+�`x�T?A/�>���9^ښ� ꢆ��"{D��7N�F�l��#�ԛY��Lo�wH:��>�Iԙ4��}��YLă�b�߇�m֭��Ѯ��A�?���N��`���?J��NW���J�X�e�a��F�7��
꿬�G������`����Nxϑ����>��5>
��*��\��?
�~��ԕ60Afe%�(زf�XgkwdJ��!���勇�,�Z�gh������F�B���6�hZ��5��k15�<�}U�]�uz�Lyt�n]�
o۠5v�
��)I��Rl&-3a,�u��'�4�NU��-�M7f ��%Z��7��Q���^u��-�3>s�q}#���G}VΊ�~�?����y�mi��?xjV�:���W���t=��:��U���9q�����\��50ͮ�ML-��8�*��<�*�N��p&�F�p�:uX��!&՛
�����P����݉sƭD����e����j��:�.c���p�s[��u�
����ñ�c^�.��sм'�3�1�)M#n�f��k���Ѻ�a��4�QY�m���,z���K}��o�I�����_9��cq1�I?!ǭ؄
��^�˓�Z����i.8����o���)>'�;e���������!�2��\�^�zꮰ�CoE[:9>���3cM{\�ta�ftL.c��.�D��qn"�)�C�ϯ�m�;Z�V�*Jq�:KΚ1-"�Jb����Y��B$DB�N�%�Δ!�;E��Qh�c�xm0�U�D�./�
0��,��Î�O�|7v�Z~����ZF�8�$��mkj�mY��Zhn��BT��h�8]�nؕVJ�j���zL[ry���@C4�jQ:�L�4�3�,665gS"�`���!�����$+�q��Z��kZ���W$���.����fӬ��1U$�F>8��V�)�;K*���%TE�k��P�E���};w��:�0��%Ⱦ�A��
�P�ݧ���|���%Ⱦ�A��
�P�ݧ���|���%Ⱦ�C���r�<���Q|^lV�b�B�<y���9�c�%b�`�v��C�"���ȇ�]�jlI(��*��P�P��,]�B���.��SJ��N�6�5�����9���+QC�sv�I��7κ�"�v�׈7^�Z�����;�o�uCv�׈7^�Z�����;�o�uCv�׈d
|9Q�3RӢ�00�d�f��9�h}��/�w�� ��;ۘ�!��@%-MR|<���S��Z�I22��Hɇ��>�H%^��,x���]F�:T���<����ڑ(�2�scL�����	�����r՛V5m�	k��Ŧ6�6����Y�q��)��؋v�TLk�e����+QC�sv�I��7κ�"��r/�n�B�;G7i�w��:�0���r/�n�B�;G7i�w��:�0���r/���j]"�l�آ%�sa���'7b�}kss�{�ٵo��)������۲�PDƱ�j!:
[/���b�J��k6���CP6��FO
L��$���F���&<�%�\[��s�PV@�-`T�1I%��h��];z�iI�PDL..��P��=r׋Q����fm3�L�c�^�Z�����}���:�0��ے�_^ �z�j(v�n���u�a
ے�_^ �z�j(v�n���u�a
ے�_^!�̤9L�MwO�JU(�/)+vQ�1t����zV��1ђ�/r�K|���bh��dC��؅2$�f�jkhc)i�/ �^�v�l)%%e�RYd�������u����9�O�����]F]�r\����P�E���}�7κ�!�r\����P�E���}�7κ�!�r\���6	Z�R�,�e�e@���pQ�:��������P�/!"���L��1jR��"o1�rn���LiYITm*���ᤒ�7���䵇igY�*������� @� @� @��assets/img/search-result.png000064400000013351151213253250012113 0ustar00�PNG


IHDR��)��	pHYs��sRGB���gAMA���a~IDATx�kPTW��� �|5F���u�(X>�q'Z�Qc�:�;5��Q2&%���zS�5^����!b4WM%bJ��VY�J��3�\ɴƠ�� O	B�o8�G7��}�i����4�DN���k����{�N���I�4+(((��tư�]I!�v�����gG���$� 򓴴�����}�e��^XX?b)))i�#;��ᇛH ~	��i�)��+�F�Ɏ����p8(?�
;�Ϭ�ȯ���ĬU		�gA5SBB"%%%)�$�V�����ڲe�H��|�\HHH{�;)iM�:���H!h��1nݺE���ǎ��ٳ�Kc#`�I���
�I!'Ղ��#
���'A1��3��Bn��&$$�׬WI#��ZP�:
4H9�>n��`|�PI�OLL)��<4~��j�TC�RY'��=/�����C������� j	Z�_�R���|&������^\��
W�ԍ)l,�L
�RP��gDD)A)��DP�)�I^N��g���:t:ո{S(�噠D��鬣��'dBC;���zZ����jkk��k�~��۷�p����>��~�'?[�;w���}4|���_�h�]�l���11m$A �m%1���R.��ʊSk� 6�H 55������O[vi���m\ٱ9�A��wcŚ)��s��CC�}\��(�1	͡ �e%Q�l6�޽���:u�$į���]�l3A1���ԣGO����o��*��a�w�R�iWdc7��T�T�w�u����%(��(A)tE	J�+���L��� �g ����8pCVVV2�F	K��.++�]�t�˙��UYYI?�����{�Fح[7��¬%�GL���t0Qf�����2AP�2��[DD����ݾ�_�~ߑ0�4����_~���Ȅ�r�СI.th�#\PVHp2,'�݈#.�o�;TXX���p���kfhh�/��bқo��W��w�ԙ�"O�]lllє)S6����e?ve�h־}�xNX�v�҅��***�r$:v�Iu٘8q�ޓ'O�y���L�����Zj��1b�kԢ0��#G����瓘+�¬ԟUJ�=z�(��kfES��~ӽ{�\������o��T��r���obbb�i����ҮƼv�*]�~�n߾͏Ǐӝ;w��1,"�숎�����)>>���3sI�_1EPee�XHTx�…Ć��\PP�T��=���4x�`�X�Bj,5��{��g��s�]�v����(=��,>>�^~�e5j�3��[zâ�<�g�Y/¯b¤EQ@<,�FG���R�x����\D��w��M�{�����]�t���������G��9s��*.$�1C��5ȈpA��
��~.��7o�j�*��}�8c�sMMM��y��]�w�EC������GѺu�����CX��[)�W���QhB�RRR���-��5��Åpq���,.�ɓ'�u�ׯ_ﷰ��wz!\P����?��ڹsg!-Y�D���S����dUU%=}�rz=��j�.����dC���`FE=Ǔ�z��w�֬YÝ��+W21-厶^�zq��g�^��q%*0z�~�_���?�;VZZ�]�Nz\�l��!��v��GI�cڼ���k�.Z�b�R�׈�œD7��ٳ���́�+��('�C�@’��۷��ر�t��q�P22��1���ŋ�ĉ4a�x����
$,'(�p�	-�ܹs4~�x���޽�7X�e�R[S����Xn��˹e��Ur�j4�3g�Pbb"��V�2����=�e�
`��"�3}�4ˋ����v��f� �D���^P��Њ���)PA�9D%���n.�Ť�\TVtԥ���H�=�IC��,�OVCJA�ܧ���`%FB�
�
V�2��k�JH'(D�a���ќ��Q?|��Seg'� ���N����Ƞ���+V���T�>��h��Lh�
�
eǩ�o��JP���x�)cM���Ivv6op�#��`���W4�׮oɎ�¨��e���܀��:v٫���$X'=B��.,,�	�7n����/^d)������484<�t��t�1�
ܻW��-z򤊊�~�R�Ą���1ׄ����!%+����t��c]c�0E�JS�>��Ѭ������.(��fΜIzѫW���;1��}��N+u��miG|�

3pqs�L�`FIlll��E��51
6�:v�H�+�Q���*(8�9z��bc_.��Ĥ�uҀ��<��ι��:s&�-2&�)RT"����$
�0MPZw�$�Q��h1t{�;eL�&(��9�4RTf�I��l�&(�FZ��!*3� (�PX�J&L��ƍ7�NOQ�-&ˎ*٬�)��uÇ�-��CT2�IVJ���`���� K3���J&1����3A]'�0�B]}6�5_D%���<��e�Te&ވJF1�����4EPX��L�ቨd�V .))!Y0e}(�ZD��+i��Bb2�	h>(�=t2`��d��lMT��AL��vRh�]���$�:JP���Z�:�,S(A5�Rqq���Q�kf��;dZ��4Aa�L�6��0���j�"(Dxe�y"&
�D�
�@P�(h+�dV9�'h�P��)���+C��$hiF9��h�P�0�ˋ6=��M\VQ��@���L�P��e�|I��(*�C�6�4EP�b��o;H4���d,�l��攛Qm�G�W&Q�.��E�zV
� *��M�0�d�]ʈ�E��2���9�	jƌ��)7z����Lf�
�QԬ!o0MP�},�g"�����/Z��d���0�ֆ2����E�5!����N�a���5����(�)*=h�S����si3k�E�
b2zM0�
������J�f�Yޚ�����_���˺��邂c��Z����]w�z��?U���^z[��M�zY���
		y��Y5��E�����2['`ʬ��4�R99�E~���)!!����X�[q�����p�^Q~]|'4�={���HSS����"ZX��������kAc�Z��o ��p��Yi�%Q��NK�(լ�0�֮�֦�F��8|'���%�� �={��̻�b�f�VڡK�yypα�̼���׃����Z�QJ9�]�e���
 a���Ȯd��9���s����IǎS�v��c��ޤ��38�>���z�xvBG4\�=pD!��h��v�':Ӳe�\LV�^��24Q!-3vlb�v�� &XfԉYK����
�_bbb�9�p�ws�ȶ\����9�u|�D��
v��233i�����O�>��F�MFc��4NO~vEyy9���R]]yKii)�[��Ο?ϿϜ9s��4mګ��g�QDD��}N'O�����wƌפZ�GC���M�VL��믿��_��z�-ڹs'Mm�S��������/K䋘.\�@�gϦ����41�kʔ)�d��5k_�1--�6n�ȿ�'�|"mHE������_V�\�ozVVM�<�~�ѿ�|��rUgU]���
]�ԩS�رc��4gժU�w׬YC�N��JII�
6Е+W跿)����f��O�E8p�w{���
��x�]7��*=z�;��Х��wĈ�*5�k׮�1M��$���
Q_�D��
K�>Z����Io��#((��5w�҅	�mQAH�6�*}��7���>�W�n�w�S�&*�N9ꂢ���u߾��X�$�h�pQ͛7�,X�W�����������z���KD�c�֭\PH%]�x�e��
Ԡ��Ĵ�{�B�*'�鎺)���u�Mrr2? D�b���<K�Q��ƭ�":m�j�*W_-�1w��7m�O�WI�h��ի�������$��\��/�Ç�������iȐ!<p��P=�������0�СC�0	n�t�����vO�������(f̘�L�†��V��f�g���C�n���,���ÿ��#V���u�x�D�5� Hq7m��Gv� ��
hAi@(�G7�����˂�0�j����ùZ\�����B\�b%�8�KLp���"�v!��h�l�h���h�j�.,��P�( X���]
��0�񍭌S���(L�yUU�G��#M��WT��@�����
ω�}�/Q�ر��ϟOF#\P�+1y�zqq�|8r��>>w�\2
Ⴊ�Qb�dp��S�-[��ӳg�o�/_~�@����¨���ށ�����ST}���1�m#D%\PȮ��{�D9�Ǽ{�MޓUT���ӣGO>ҫ��'9踫h�QT�šP��D��&*�d�T� ����D�`�-*%��LQ�"(L���� +F�:ur�9bj��W}�/��
�D%\P��Uq��
�[�n->�����
S[��z�j�С�8qby��@�U,Scpͮ�ee冋��khMT۶m��Ğ�	}�W�^H^ \P�����9[��h���0�o����
�I1[���py�pAu�ԙ�R���]'�}!**��S�FTÇGWۗ�@���x��a"���$���1�]s���0I[8嵵�d�wSֽ�W�^�t�ҭ��o˧B}��n�����0b�v�"+�'yZ�`׹s�T&*��Ѫ�0/�{���T�º��ةUQ�ر����y睽�JP�Ƣb���
k)8�^�4dȐ�
��1JP��%::zQFFƟ�x�$�rg122���ŋ�~��^uw@	���lٲ"v`ط��?��o���pS<C�z(%(��(A)tE	J�+JP
]�ZP:ԯ7YR�3)���{�J�����y��}RX�yM�6ͫ@��x-�޽���up8��gj���ׁJo�ZPȮCT��P�O~~>?GEEe����2����RkHĄ�n��KMM=N㓠��$��z��ܧD%)��N������UՀ��6�<�߸�_j��O���R�xn�)^1�׬��+�:���:t��^{�.\8G�n�?>|�Y��4h� n���B,�1�߿ǻ8�f�����w/��"A�UmQ�7�(?����R�?9`
�򫯾�q̘1��T�]�W^zi?�:=z����<�ʂ��˻u�mRR����XC��е
�J�S)�0`���O����Y��� S�Pk؜Nr�ª��<��J
K�FqE$��sz�)�B*�~�$�78�����������;�Υ�����BR)��+�D%��Sថ��C2Z'�,l�D�Q�J~��C���7����4�CAT�D�� �T ���)[_|��}���a�3kj����K
S���Y�t/K�ֿ_aI^_	�䗮\)�!Aܽ{�8'$$̤vNdd�t�Kwdgg_b'�G���#;HG��g+�Lů�\�BW������%(��(A)tEFA���R<|�P[w�DZA������"0A�gŢ�R
��ܽ{w),��^��傯J'����L�KKK��cDa�Y�gf�2�Լy�r��QSS�ʹs��}�EvN�>�6�L}��r�̙�/�(�Y)^��ѣ5H!%x6eeeo7�ȟ�����Bm;¿���=�R�G^^������k<+f�x�Q��Y|��W�)�����\�����ׯߥ^xA%�M#o�ÑTYY���11�y�ܹ۵ߑZP��/��m�ٶ��1���\�lj�y�!��4�5��N���J
��4_3!k.$��j��xfm�IEND�B`�assets/img/style-2.jpg000064400000026110151213253250010622 0ustar00���ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:CD6599611E4C11E59800974C8B644F0F" xmpMM:DocumentID="xmp.did:CD6599621E4C11E59800974C8B644F0F"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:CD65995F1E4C11E59800974C8B644F0F" stRef:documentID="xmp.did:CD6599601E4C11E59800974C8B644F0F"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	


!341"5�V72#Cc$d��ABDT�Ue��GSE6��a���ĕ�Ŧ��gb�s%&	���S1aq��5Qђ!AR��Cc�"2B#��?�������w���2Ep��j��&��EY^�R���d�"%u�b�2Ίh*��W-��'#Fqb5U��4<�{��ha��M�i�H"n�wu��t�Ʒ��5�Z[>�[��w0a�R�vO-�����=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,��[��w0a�R�O-������oj�dv��K��z�2ym�g��k{U�#���]�cԡ��n�=hg�[ڮY�����`���[wY�C=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,��[��w0a�R�O-������oj�dv��K��z�2ym�g��k{U�#���]�cԡ��n�=hg�[ڮY�����`���[wY�C=���r����s�(d�ۺ�Z����Gh-�t��0ǩC'���z��f��\�;Ao{���=J<��ֆ{5����{�.�1�P��u��3٭�W,�3s���>*�>�ϱ�S��p��Eku�L���r�x�T��B��*h��#2?�[���Ĉ�F�����kY����m0��!��z����Y�ֵ��1���9FP������ހ�1%�?M����Χ�V/#��e@y��z��>��1:�������E�aqr<l�a�����{z�Ĕnd�63�:��X�<��dY��}�{����VN:lNgKyU�����:(k;���]��Q����|\��{�b��:Y�fT����#���Y8�8y�-�]V#��F���x.��w�?IF�O�a�s<s��U����fE�P^ow޷����N�d����t��uX\\�1c�������ހ�1%�?M����Χ�V/#��e@y��z��>��1:�������E�aqr<l�a�����{z�Ĕnd�63�:��X�<��dY��}�{����VN:lNgKyU�����:(k;���]��Q����|\��{�b��:Y�fT����#���Y8�8y�-�]V#��F��[�����V���C�o�Qt���([[��Y�x���Ģ�L:��ASE%I��,�ϤF*�n���s�
1siL�0�=�On�w�f�X��7Kg�{��1���%��^�WdS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����{��1��%��^�2)��g-ϻ��?�]q-�����Mn�9hv}�Dy�z�3�m�W���kuY�C��#�c�A�Ko*�ddS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����{��1��%��^�2)��g-ϻ��?�]q-�����Mn�9hv}�Dy�z�3�m�W���kuY�C��#�c�A�Ko*�ddS[��Z�w�����[yU�#"��Vr������g�ʯY�곖�g��tG��Ǯ�8��Uz�Ȧ�U��;>�{�<��=tĶ��FE5����nws��»�ó��J`5��/[Ȣ��R)��g��1OE4�Fe�L�X��`����y�c}�c40���fi�8����wy[��t��3�Ƶ�Zg(�@���&ՑO��&�XC��^%r��+��n�!���MU�3� �!J5����\d�����H�%��Һ�;����?
�2�i�q�g���)��5�$���a�"�j�df�7���:�xA�",kKD��cb���3��Ҵ�����%�#�g�O�	�.�E����\d�����H�%��Һ�;����?
�2�iݬ]j�L��/n�&��-F��oۺ���CAQR!T��(0@�;i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
Ŷ�4����Z�I��䚫m�UE[:��ԇ�U��W�t�<n@�i��ƺ��P�G*j˕��O�E�:/|�����[f���.]�D��ɫ6榅LU�J��xy�k8%xwH���
u�;h�|a�5WRq���uwq�����
�%���g"l�C�N�2�w$^��R���5?&��IU�*��l�1UG�Y��%-��Q�U�+1tٰ��U��i�1�cAl�2MuˑJ�t5�j]e�늈
�D��Q�e���
�%���g"l�C�N�2�w$^��R���5?&��O��M��Ɩ��K�q'
L��QT$�x��[�4�e�=`$-�(�H�y>�_���t�>q�+��������;��]�a��w��(��ϵ��$�f99y�2��P
JR�S�g&���\�}��_��0�RT;ݿ�&w滌�3+��HP)'��a:��)��h'����
J��|������Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��ii�m�3?��[�W�}s�UB�I����H~����Rz�]m��1��[Z/�}M�U��i"�pp�o�-����
��=]vrlG�����?3
%S��z��gy��'#5�_2�B�I�ɥ��!Mk
�ˮ�H�-'1wHw�?%J�ܵ}�\���\9��R}\��Ȧ"��L,!�!��I���w����7i�z�����Q�B���$e�9R;��O����9���x����o�<�{�����<�q�Fc�}]�)
'f��uŦ�3��N^w̾{����T��ɰ�:W,u���<�(��o�ɝ�y��0�NJ���R
I�t�N�yJC�hZ	�f��Dž����_ �C���{��(���DW[z~3�h��֋�Sy�`��O��a��<~���>�1�YD7���|5��kJ����Ϧ�J��!�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸��xJ�Ɯ�l\�(�3���m�M
�[Sv*��Z֑���+��
�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸��xJ�Ɯ�l\�(�3���m�M
�[Sv*��Z֑���+��
�b��ﵘ�@�[��(�Mg}���'��E�t| ����uͦ�ȵ���Q��V��0���i7c�*�i�隸���!�m{Q�;ު��"�[=�7n6���L��B�
��kkq�S�5�O��ZF_/�����W�3ţ��i*�}g���)��k�;���a��	��f�F��:�xBm>�_p����FFݚKW����؊�%���u_	�T�$��3k�e�K渷�#����f�Tc�!����b�y�F]J�Y%Y*#,�C�s����#�7��Z�R�h��$'�,Xn��,kα���kJ/h������#�p��X˘�������x���Ξ`Ͻ?���\���3����>�:y�>�H��Ks�p�0�|n��h������#�py,e�_��0�_���=���3�D��䱗1|/w���y�J1��C>�N�W�Q4��]o����X�X��j+TU?(�#AO���.�cX��ab G_�����ט�]
�=���k;���]��Q����|\��{�b��:Y�fT������J3?�?��+��>s-W�$-8����u�bq�̠��oB"�)��O��3|geJ��!�F��aԱQ��>��ᒒ)�	���T"RD�S�I�_��AB���r�}��T&��Z�U�C�u�Zދ$�w�W/�ÐJ4+爰�(�s�9)+}�$�pD���=ّ�I.����Br�!����$���G��M LԨĚ��'�RHͲ����Ь8,I�M&���M$ˑ��@�I��6]|̟��m⨥w$��t�F�a�hd�k�=j�Uu�k[+k:-�cǣ��^F�a�b<<dFS�1��ʒe4�24�(��;z
/��A�c�T�4+�<<Dfs�1R�g4�"$è��;z	,,�Y�S�t4+v�AZ���֯eWY�V�����ޚ�<z8j��hV#��De>�),�&SH#LB��#���ʄ�<�H#B�#��Fg>�%/)FsH"L:�
3����΅��<�@#B��hd�k�=j�Uu�k[+k:-�cǣ��^F�a�b<<dFS�1��ʒe4�24�(��;z
/��A�c�T�4+�<<Dfs�1R�g4�"$�;z	,,�Y�S�t4+
�I�y�P1�q��%�f �S����L�fږ��J��� ��k;���]��Q����|\��{�b��:Y�fT������J3?�?��+��>r���oT���4�PЋM�S�3t��
f��:�����w�^c�]��
E9��O�b8t^X.����y�R(*�ϻ��;�g�9�=�����wlu7�Ù��0�Ǎ��������Կ$G��~R_w�G�搤PT���N��ɿ׿�	�P@��]L�%�oIVk�|�����n�3���y�%9���@R('�G���#��f
E͵��bQ�f�f�G�m!H�/6�S9��w��S��<�"��nE<uH}�6�\aȄ�6�r赩p�&�K&�D)êJ#�p�)�B�XF�:�bB�;�#KRԨ�+�$��R�����aL1|U�g@+5�n��G�[E6���)3$���4�;^-K��#�%wJ�T��))��8I|�p00pg�)�f�Si��<l�␌�j���>I+�����ހ�1%�?M����Χ�V/#��e@�~�ߘ?��ģ3���Mw򿟃�2�x~B�u�$��]v!�\�
n8�Z,��Z�ɩnķ�qFt�9��i�FKa�M21NI2����Pi4�)&Ld8T��g����#�3�*��%CiL�5T[�x[Ul(�TG|4���9D�B0�xw��G"�����R�YjS�-�1.���*�>�!�B�pXs$�i�Ɉ�p�I���*�I�I2c!¤̛?�]��Â�xt�h)��l�i)\	$�u�y���
�:�Orj�eH�hF�zAZ���֯k[VAV�����š�<Jxj��hF��DE!�%,�$R�"L:�p�"����Δ�<�@+B0��FG!�)/%Dr�#LB�q	2���ʕ��<�H+B0�g���9=j���dk[+Jl)�cħ��NV�a�a�<DDR1R�RE+�"$è��+
	,,�A|S�T�#��<ddr1���TG+�24�(��+

/��Y|c�t��#Y����HCm����m���!IB��%(JJ�"�D �������N"���;�G��qz�{ku�f
��3��EHht'����N�33�A�cp���
���KW�ƷKJ��~&+cLJ��V�<�F{�3C���z#���C��&W�]�~9���g���G��?��8�^Uv�ȥWU��;><���t���FE*�����t=�O��&W�]�2)U�g�ϻ��?�]q2��푑J��?h�<#��!�5��J5V��_��goq��yJ62���qV�l��Ty�8�N/w�=����c4��c;{0�&{ʹ����kU4���>�yOXk�~X�J7��%�[������_>��A�k�e�c

�-Z<ꖪ�*�Q��3)V

���w��u�o�7��9�3
g(�q���<���u���{G�O1�މ�Ӆ�������U����7�Ǵ}�����}8<�����c��x������g��y���X;�^{�a����{�{G�O1�މ�Ӄ�`�ax]��>�7����x}<�z'�N%����w�f���7�̲�^�x�mξ�NgwM��ky�t��x�{��m�Q^��&���0~��q�yQ�b�Δ5��#��}��M��y�E�TV�d3Ơ5���.��(��l>.g�u=�xy,ȳ*�F����%���k����9|cq��5�h�[)� b��[�;p�X�������Q�MF�u��bj�`���Ww&��Ե����ֻ��wEz~ME)�YNx��T�:(��?x�zh�8(k���-��e��	�.���KC��]J�����6���\����}WM�ML����:���-���i]�8��R���gZ����5d�P]dm�z��_�
�J#�m�*�[)���Vw|�J,,|%��YS��QS�Oˬ�v;��{�����O�	MAu�#R�G�:�f%��um/1*E�[�YQgW��[ &����5
�~ӪUbn��Z���Zջ�m6u|55��j��i<�����YX�wٶ�KK�����Y15-�~ӫ�bP��V���Zջ�u�u|
�j�/Pۧ�:�V&믱u���)E�[�V�gW�S[(&�����*{I�u���}�ot����i��MAu�#R�G�:�f%��um/1*E�[�YQgW��[ &�����l�)�|�y��(�&�|xgȭ+>�m��#E
Q�ӔB'�.��J��Њ�9��[�崨T��h��W[�j8�g8Ԫ�Od��=�������ހ�1%�?M����Χ�V/#��e@�~�ߘ?��ģ3���Mw򿟃�2y�>*\C�3��\T��a�z\�4Cp��t��{�Z��T�{;
j7��L\F�V7�I\�֝��&�ͩ3RNҍf�%RYY���
���#92�4;�۳��1*���f���'x�ܫ�>0+;7��R\Zn-IƵPoF�-�ܰ�2�97�sv�\bݬy]�����#{N$��h5cz�ˍiٹbmړ0E$�(�k2U%��(M ���Ӫdx��4�VY�>�9�2���I��eBv��Ù5gܮ�ǔ���K��e�m��[�Y��3v��׵�H�~/+;7��2L^II+�Q"
*V�K
��t���	��d�8���
���
�b�J�8ު��J�jXu�G(7hUɲ4��4�PVvoi&�Ŗ��ωoig�������^֝#�������4�1y%$�oYD�4�[5,*�e�T[��&�ْh�n�K(+;7�*I��*$�z�4F%*٩a�[Β��ݡW&��G��yAY����0�[a�<���4�~�-[:�8��ݢ�Ωd*h!��1z^����'�L��<�VX30������_/vٸi4[)��"�5\U)23��"�`'l.����]b{^k}�3��L�X�f5�L'��Ǒ�/��3��{;K�Wx\����t{=A��b�������ʻ��x�?ۡ���mL�84�`vU��83��y��P`��;hzg�������3��z��š�C�8��
/X�w������C�?�-���piz����V!ݖ�k��4^�ԗMQg�u���.��^���k�B��%4�i�w�,y��ʬg�4#[�^Ie���w�����Z�ʪ�v��S�������L_7›�uU����o~�AL�]Gee|��Uj�䦂���|��G���_f��kY�y���w?�X��k{u=�Ȫ�7F�{{O��s�_���C����S�<~�������U�ƃӟ���=U�+���}�����?uO�z��W�k����W�N~�P�W���?�����4���>���_�/6��Sh?����Z�����kMe�l���W�Z��FZɌ�/�}���""koio*��s�����Uu1�+p�w�[ػ��$�s'���9�����t�"̨3/���S��f��<)��W��|�SF�k�s�;?���b !�R�xo�5۳n���TQ�
�GE3HkT���ѻ�X��r&̤=���.wrE�I^u(�Y�S�l��X«�F�cTz5��RڮP�j�^��M�
�\� �v�#�4��$�\��GA#X���Y޸���DI�%P@�H��ѻ�X��r&̤=���.wrE�I^u(�Y�S�l���u/X��//)���9-�#	~���EV�ʨ�FT ]�i�U��l�3*ȃ]UH�Ron�uW��������(&�����J�\fuQ���ҥ]&�$�YWMfK�.@Ml��k���b���}K��k͵k�c��/�A5�.�4�*�J�W�dA���t)7�M��+�E��Y�˔[�
�UR�l�3:��]T��R���uW�����%�ӗ &��I����f1~~¾��z5�ڵ�1��~������iq�d�[+�ʲ �UR:�ۦ�E�"�h��|D��	��v�c*�R�W�TF.�dt�WGI��+�U�SY���ː[�$��g��?a_R���mZ��u�K�PMl���b
l���1��6�-f�ۓj�EԜ�r���h�!e��
}�@Y��]ob�@~��̟����x�Sޫ���̋2�̿to��O�Q������_��u˱}f򄃑y0�����@��Ʊ�}�z*���؎
+���K�~f
J�3�Ŧ��y�NFk̾e����]�rgp�w��/?⾱����Uu�ɱW,s����(���7yFo�hZ|��?HP))��k�lģ��i*���x��)ͻ�6bo�g4���U!@�����w�~M����(�#6�\ىGw��U��<�T��۽sf&��sINk���R
I�Q���G���?�B�I��0ְ��Fk��A[1	�9��`����ذ]��\e:裀B�%6�������V3*ȌEd�(Ron���w\����'��(���J�0��S1[G����n2����6I����ʼ认RT��`M��$
zo�c)��D�U��4�#RXGK�3X�7�졇lba�e�7�RUGUI2<�ce*�a��!�$7_f���1������:�����ą
#�7u�^k���KZog��3��<���;�^'{ʼ�q��p�q�>��?��Ϡ����B�;�2�}�o���������>�w}��x���wg��3��<�y��/��/��F�=�=�o�x����!�pwмN���q��q�^��s���̒��7Mo+��ޮ�Aow�0͵��+զ�t��C;>�7�/��o*5�O�҆���<x{����ε��ʊ�,�x���assets/img/style-6.jpg000064400000021743151213253260010636 0ustar00���ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819" xmpMM:DocumentID="xmp.did:F422DE241E4F11E59893E8B6EABD011B" xmpMM:InstanceID="xmp.iid:F422DE231E4F11E59893E8B6EABD011B" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:e57979ff-00bb-b740-b6b0-5b6b865c4819" stRef:documentID="xmp.did:e57979ff-00bb-b740-b6b0-5b6b865c4819"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������|����	

"V�!1U�Ֆ��723C$�B#4wAq��Dd�5�G8&
1!�AB�SQ"Rb��C5a��2�s$q��#��D6�3%4T��?�����~��vj�f���l�[��PY���s�������I��<��h�[D���dHB����שt8��֊��:�')DT��B����9�[��-X)�ª�zgI���yF�ޒ�k�fh�X~Q��]��gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vCzK�]���x0��S��A�gZ�vFగ��ַf��jj�9I&Y����7�:jq0���|�-���Vi�4D꘧D�!cgyu�]<ub�����I�'��N�ɤ+��-h*�Ҫ�reI$��YE�X)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�)��'����=Χ����Q��P�w�Σt?m"?��$��=�_���P�m����D��y���\�E���Ry�]}3��xY[��z]u
�y|�7C��#��`@z[�څ������(���NnםA�څ�
�Z�*3ԓ'���8\s��9�	�����NL> �.r(s��bɕRB�֨�D:�mV)t�+̢��&��-k�pʫYY�G���x�)�Pl_�U��%��gxF�"����I�7�9�G�o�2����{K��4{�^�?��'~��;�3����!�}�:cƴ��7���!��w�va�{{+1�=�z�~�����&m��kr��莲�سK��օ�4y�����I�!G�9�Δ�&[�z��e����gc���ٯns��\�?o���S��u���S��ؾ(�)�Kir��E��擪o�s����[L>��/�=��R���e;�U7�1�᜔��
O��X��5�e������>ϰ0۸�۳����Y����3���g�g�3h�6�[��oDtsݢ���r�H���y�8*����}�h���fm��x�vG�+����n��$��¦V~WU���N�2m	�ʦm3E].:�"����`��)�0+�����ݜ�@���x{)_�N~k��)Ӧ̞�v��U��.��I�Y�N<˟��w��+��7�5ސ)}$^�Q�𓟜�k����>���,�}�%G߹S��[o�ns��Z�z��lF��oo�cXދ=c2t�hOU3i�*�q�p�ݬ�+u��Na�_�/�Ȟ����zg/����J��s�_�p!N�6d��c��"��w�M���q�\���P]�]��ٮ�K�"�Ҏ������\0�ܭ���g��q*>�ʟ�2�x��s��ǚ�;��P�`�7`�k{~s��Y���L�Bxr��L�WK�����g�X��sJ�A}vD�<&�g;�39}&^�W�����s�
t�'�+��t�˿`�n���2�F0�����x
��w�
_I���w�$��?��G��o��x�K?�s�Q��T�����fۜ�v<ֱ޶���c[���7��X̝:d�ÕL�f��\u0E7k?�s�S�bW��'��7�9ށ���2�R�������8��dO=��B��y�fw����<\�__����x2�7�8|�)/�·߽��罹��<f-��Eaf�ij�a�e�Q�Vn;�>1��J��"�[�A3��KX��5�w ����Y��sƿ3�fs�d���
M�혹�%ed������>װ<��#v��6�<�Vc2����O��xvy�6�cj��=��Ft��1/�K��D��\��[d�xg��ʛ��5_Xg���'r�٘�p�2���m���7�=���"���F�Pm��1PŘB5&�G4sH���gA��� �Y��*-}��oÃ}���E��T���M&S�*��'ر��+��*k$�5F�V��u]�oo�kx(�Ptcytk�hZ��)�n��S�S&)�j�v��.p,n"
Y�"�Du��J�T�K19
����#\��	wx}����53�Ք�6�>�rг�Tg�&O�C�Lp��Ѵs,�61�+M��Ĝ�|A�\�P�œ*���Q��u�ڬR�fV=�E_<M}�Z*�j�V��P�+r5����S��ؾ(�)�Kir��E��擪o�s�$�Ze���r��ٞ�h�T����DN��M��w8g%7�C�S��.tǍiYb0o�=�Cϳ�6�#v��6�<�Vc2{����;����L�9�����d)�f����(h�KU_�,B��s��)�L��;��mgd�ǁ-c�^��2�5~�*
��ڦ5���3^94�UA�|:QVSԖ��� ��?��'T���}i�ֶ�}��_f{����#���"w�o~c��9)��"��رs�<kJ��x����}�`a�q�f��粳��g�g�ߘ��"f��mV�/�ވ���E/��P��_��)�pU�#ݺ�ч��8��{�/����nW��݃�I���L�����㰝:d�ÕL�f��\u0E7k?�s�S�`W��'��7�9ށ���2�R�������S�M�<9X����]��v���y�?�1����dWs�ovk� R�H�=����'?9��:?�+x}�#ǺY���J��r�팶�36��3�济���0�8��3�ߜƱ�z�Rk&fX���`�ltҖ��n�ef	�L�2�R��R�K�XץT�|��BU��*I�ǹ����{K�ƪ
jO���eC}׷+��$�"H��r�"p�$���H����FG&)<��cn�b�T����v\��i�X�n�5=��93��FA�;�
+�9nT_?�=��voq�j�}�1�f�5�M
ե�s�io�|ڥ�f�Kک�k]�C=c�g�RH���!S�It�bUPj̈� r�9p���3���]f,��K�NG��ӽ�E҆��^R�&i����R�I��X�N$���A�2������'�~4b�f,��K�NWe�@�r��t���W��ɜt�2ޘQ]�r���a�_�|��{��W��q��4���hn�.c��K}C��-c6ZX��OkZ�
��8�J�E%�
�RH��3��VdF��˅O(�i��
�1g��X]�r?._�>��X�.�5]��3N�NQ�;��G��F�i$M ��3b����N5.����f��d>�/7��P��}&T��q{�������A"#G��YE��zA1*�[7#HVʕ����!Y�����
�0kN�CK�K��'�-����dWJX��o3jM٥C2��\�I<*Z�x����̸%
�u�-��������ڸ�X��/kZ�
�x�l�Vn�Ŭ�v�uV1���S�F2eO��j���F&�	�(���ʔc|3Vdd��UT�3#�
�1Iq#ׄF���I�~�4�����<#^.�h�v�Ғ%v�6�dì�d�<��@z[�څ������(���NnםA�څ�
�Z� }��_�[�RV2I�,�f|3	��t�=�o�J�m������Z"2��T��HR��!:�\��r���1N"k5��R�<�#q�&o�w��%�
�5�a(����ę<�F�ܦ�r���Z�e�)��#{lF�.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K���N_���Q�b�"7�6��p>%�
�n�/�u��P1L��؛a��|���7S��:�{(�_ȍ�M���>\�vr�����j=�S/�F�&�`��.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K���N_���Q�b�"7�6��p>%�
�n�/�u��P1L��؛a��|���7S��:�{(�_ȍ�M���>\�vr�����j=�S/�F�&�`��.Ļ�M��ε�)��#{l0|ϗ�]�ܦ�r���Z�e����>gˁ�.�nSu9~��G���e�����3��`7)���o�֣�@�2�Dobm����|K�6���_۫�M�3��,��K	\�t�=�p�M%l\2���a�V"9��TL�
R�!c���⻬$�(��ƒYB��(��$��~�La��.�Ef�MM�*M
IτOȎ�q_��u諱US4�R��I-$�Y;V8�rQ�1򘨶�"�'��FX�1B����שt8��֊��:�')DT�8�<�L�s8�{�J�SU�U�$ΓI���=�5��tz�H����V���K:�h"�oM}u���=~Q��]�ij�v�,����]���#�!���%�K:�h"ȝ�=}VN=4���Бs>�MY�p2�$F>ER����0�g-.	{*V%A52ȑ�?#{���OJ䄲�qa�nQ%�������~�E�ӿ�SoE
*�0��]ScC'� ����]���#�#���V��+ε���_]wG�4�@��j��h1,�]��!�5��tz�H�a�F�Iv�ε��=���#y���$�V��'�5*��h�.�0�ABE�}%e��;d�Y�M���(վ��pnqbÆȉ��#���fY�#j�x��0b�l5�BL���5P��H�U�N����S�I�֔�3�%Nm���X�.q�}ګ-�sЛ�/�_�m��Te&Lmf�ˀ�A��;컰��R�vГk*3�#�7��5��tz�H��p��U��C�ij�v�,����]���#�!���%�K:�h"�oM}u���=~Q��]�ij�v�,��J��W/Ot�vI�e�l�id�]��ZE�������YUrLr���}���쨫^�i3k*��|&:�ؙ�f=�غ�*2��]��<G��F�H���I+���I�
�U.���]�_:���`�"J�!��v(��i$�F:E)NQ7r���\�E�
�	&gYt����G?�	��h0��"�$UQA���K\<~���]���#�#k�5ZK�5q,�]��!�5��tz�H�a�F�Iv�ε���_]wG�4�@��j��h1,�]��"w��Y'��pe�BC�ͨ�{5i5�˛(��]4�h������&
����"&D܍��w�=;��۱E�Li�$�R����;[�wJ�
L�(J��z���e-<�`��_]wG�4�@���5ZK�8�K:�h"�oM}u���=~Q��]�ij�v�,����]���#�!���%�K:�h"��6�]z��R��MT�2�L�<�GN�������|��-���Vi�&��1NB����I��YtH�!Պ��:�7�$t�8Ĭ�y3�L�]�+AUf�T��*I$o"�,tq�P>�|��?U3�	���!t��V��n�Q">��-�Ƴ/���ud8��t��?r�.�����*�w¸�y�m?0(���F�����LoJ������L]�ﭿ�G5�_�?�:��7�~_�0�B���ˇ���O�;��O�1�Ϛ�/����t��/��Q�!�M<����u�k�4@�\���[�i���Gp�ί��X��?ԓ� }��_��WAzZ�և�U7t'�x<�/G��;�^u��P��Z�T@���ָ�T�t$��(���U[��Q�D��&D�i�̿/��Ր�o�����<����D� ���
�lM楴���{�-s/��W�1�+�;�χ�!0=t������#���ߩ���p��=��~��.v���?�w/�?���?�>j\��
˼s!�˼��GT�)4�;�ω�1�����r��Yo����
�:�to�bǘ�ROȁ��~;�\	�k�Z�T�П�m���D��y��QB߅j-P���֢���T�5(��w2�ccK:��
�
��xXFn�!Y����r��)K%w��n�J�a%�*�7�M�f�W�$����U�)�:�'PJ"qA�^�Z��X���?7�h����r]F����+QQ�]����}v�,���4�h7^�Z��X����Qd0ܗQ��Cg�h:NOF����I!������1jD�'�#�c��5����V#b&��DțB%����-M�����zX��Y�;���a��]M**�7)���m-<�`��X�EG�uwO����QdGa�.�Mv�u���������EC
�uk��X�EG�uwO����(�nK��]��%>��̎k-�J��afry��]���h�|K8�F�b'maڹ�b�J��H$c$B��D��"�T(�[
I22��Hɇ��3� �A��Р�"FGYtH�S=}sk�[����DI�e���̦�6q�c?�G��}�e�UL��ֺ_�w�*�Vch#kǑ�۾�nS
�b+�k)Q1�o�e�Ou����������}v�,�7%�i��n�b����>?7�h��a�.�Mv�u���������EC
�uk�=�
k�[m�4*DI.z�g3L��Nn�����9s�k��Y|���ӽ��w�R��k("cX�p޹KnR��*WciQ��g�g�nBm����&�)�ҌF*g8�FM&19��c���D���n�v����$�"�'2$!A�w4�
0��d4����("&oԋ �F���`�"�fgYt��L�S>~��+QQ�]��?��Qda�亍5�
׬V���:������Y7%�i��n�b����>?7�h��a�.�Mv�ϙPt��go�2�D�,e�[9F6bȈ�H�A����0�e2.9{�V�M52ʑ�>�;���lB�y5���5�1���	�+�[��-��RUZnK*�Z�Y~Ѭ7^�Z��X���?7�h�Ȏ�r]F����+QQ�]����}v�,���4�h7^�Z��X����Qd0ܗQ��C�R��Qs�����N帜i'UYX� � "~^>o��$SD2٤e�C�)<oy��	���%1�U$�i8��C��$�\���
�d��Yf�2:
FN3�6��?��assets/img/flags.png000064400000005576151213253260010441 0ustar00�PNG


IHDR��И�@PLTE��ڇ������%�	����#~�,�#k�
(x9�/�3�'%2��,�2�9�&,��)9�'-$P%��*��hF��&:�+�mAoL����#zM���
)jE~%��5+��	g<:n���5����0Cfd�����~��'�][�5�OM|�������2H��"�w�7x�nq�������p�����쯭J\�\bY��׏����)C��[e�GQ����/�=�<wNNN����pqo�����������͗��������9Z�HW�����lm��J�43�3����py��t�?Rz?Yu�p_F:J�AA��)S=Z����������������閉�~{�Up�D^�'M�5D�W�������������M1_Z�@{_4��0�/�C+�xLo��Us�¾��"A�&$�	��D���v��NG�D�^����z��n<�i������Ǣ������y���u��N�1m�XK�yF�O9���Ʒ�ri�ɥ��ϰ���(4�p�y��gMy_�G��*�o��Ǽ���tRNS���ش�IDATx��ۇ[q�q�g�Fh�
�̒԰�@QdIF�������-m�޻�����!?��*�y�݀��^��w�<=j�Ԕ�vS�-\�t[��xi1���L��Ed&-&
8�$�d���ƒL&���A	"�	z�(N���-�EI.���%K����B(.Pݡ�����X�ޱ�^�p�!�wdn��ђ�
�K�A��j�T�im=	r�ݪӭ�#A!8����:B�G��8�s�@���@rrc�:`�
�I���N�� �"Ok	t�mp_��.����XPMr��]�p!I
��\D� 81��LjLfj�*���L�G�0P���聪	�Q���n �!wQ?^� ���i�\�LR�-ee["�B�2��mOD��i�D���V�/���х�&)�N+�j�=:�2�p8�����������%`��^BI�FaJ�l^�H��zD�[���7�.%e�0,h͖C(JR��u9BPF�j"��huz�Yt��4oͼ��rAP�Μm�rv��?^U�G�Ā�y���m�.͛#����ٵ'���ܳ�
�H��|1@���<���D j$Y�u%����23Ӳ�w��c@��H$��'1&h��I)�7"=�P��=ٙiPf���9,��1��%\ۘ��Q#�8��o�Ĝ�W,���ۣY���}EosgҠL��l�CzL)�E���NL�@�۞m�eZr�lʔط��82L�y����6oN�#AD^z��E���GX<�}>w}ۛ�~+Z7����h= H��䃘y䁠ѣ���{t0#���~����qOXfČ$�����Á��� 555��.S2����b��Ɉ��@g�x{<
�!��T{b���F��Lݙ7��>�3�j�ں�J�KAP���o����q�1�2z�F/t6!���j�W:�7�
{��沪O�o���
5	@��a@{k����[D �ڌc���nŠ����TV́�.�������64��Z�b��&PZs��T1�ɗ����</ܑ�-�oZk_�[���	'�K��?�!�o���bjk�m%Z8�P�Rj���k�Ϡ�D��Zk��TZ]
_]�A�>Ũ� ��-�m.ӭw�ծ�{��30ɄJ����q�4�@���+�s�5H�8���s�M���� LX&����Z7�Vf���LC�E-h&,(�CьجO�#(BL`�Ӡ�v�u�� ���U���A���I�c0=>�h?��n��k����JDU�p+� r��-z��c�h!�Id�̅�V�AO�*h�XmGG�~�,H�-�WPd	�J�`	���M"���0P�Ndj�
�.��*�h�B��c�@M��f�S��$x�Qe���ġV�	@گ�����.��ˤA��|�|�@t-���C�ǜ81:�����S{�)���5�@,(w�������5k�o�.��= F�0I�|>���Y&�E����ԗk���^�'_�}�Yh4&i���9������}|e%�c7��Z�P�q]�{�w�����BW��R״�U��A3z�NM�ՙ
�+W���م��$A��3)7�<�B�*%�-:t�2���^(~"Z6ۅ��㻃E���Q.�BX�8L ̳�8��֢`U�G�$�!!555��n$JME#�gw%�������k���i1�&1
e�	���2�|fT�Z/�H1��?���>wS �|��)�Zȋ�uȗPE*;�n�Bwd&�x@C��*/G�H�����r��3�=2�*��:2$z$��zP����`�����?�(�y����H�2yP�:�qP*&pз=�(
��WaE�e�/drY���pyM�A��8PŽ����1��XL�	�L]a��G��_�w��X=Q�P���<��EݛR€�֊r+�H
�	�H�i�����;�� ��G�B ��-=m^�\P];��U��y�/�
^��$ĵ���ͣx!��땀�y�������� *&����Z���^s�̹S\pv�8��n���Vde��!�����A+��X��߭X�x��C���ڏ �B�6��Fz��j`�ҽ鑞m�Ȗ.]ʌt����g����%\"G����QG/b=�?�B��
�_e@�o5��������(H�B�_�M����p⟂&��Zvc!�j�e��RS�uqX[�1�IEND�B`�assets/img/style-5.jpg000064400000022213151213253260010626 0ustar00���ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:559505E31E4F11E5A9D3A524B3930772" xmpMM:DocumentID="xmp.did:559505E41E4F11E5A9D3A524B3930772"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:559505E11E4F11E5A9D3A524B3930772" stRef:documentID="xmp.did:559505E21E4F11E5A9D3A524B3930772"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	
	3!2c�7"B4TV��S��gwC��$5Gbd�6A#%8QR�		1AQ5!a�2B���S�R��s�dq"b�3C�E�46�r#��?��F�=��,�X�5�2��ٰHoa\��
Z|��KPx���bw����oM�heRRT!��<J�;~��3ֱ�x��h��4D��n7�����q\����`��&wM�5��4���߭����:V~��ohrm,k}��d8��n�l̝���Γ{Aic[�{!�&;w�fd�/��nt��K�h;�)1ۿ[3'yx,�#s���ZX�A��qI��ٙ;�g��&���Ʒ��C�Lv�����^?��7��5��w�Rc�~�fN��Y�F�I�������������2w����7:M���o����߭����~��oh-,k}��dfy�?���NW�dbp�aqm]�^"�'G���&/k������*�T�*H�M����޽v�tё�7pɓ2[HX�@�]�9˗���2e���6���2�L%@W��_�~��?�H\�u�A�	�v��Q���}tsa\�l�ڥ݉KI��s)fJR�������z��^4�3�n�$f���ZS�AsN|���;a�l�b1p��"+��S�?�Lv�����^l�#s��Љic[�{!�&;w�fd�/��nt��K�h;�)1ۿ[3'yx,�#s���ZX�A��qI��ٙ;�g��&���Ʒ��C�Lv�����^?��7��5��w�Rc�~�fN��Y�F�I�������������2w����7:M���o����߭����~��oh-,k}��d8��n�l̝���Γ{Aic[�{#p`&=���2��3M}��v�˰��:뜵�;~fu{gV�����]%eJP�lb�Þ?p��8�<f�m2Gp�2Q��7�EQ�q�����`��FWI�5�J$�|8�C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����C��M�O^�:^W��=-v�S�Z�C�9�vGl&ަ}@�|G
�5{��S�u��w�BpP.A���LK��9x�$-xu^�cT�7����s�L@@z[ߴ��7���P�����zj�s�m	����D7��7����X;��lk�ZU;1����V�5Q��3���IQP��"�$�h3A6h+�hm��R��*�P1�G��K,�4�f�$��$�B)Na�M)�AӬ�����,ei5��%"��3��hT/ �Q�aI������ΘD8Zω��&��7�;6q���R�4��Gu"�QKyf�����B;��T�
�(�ĐI��*<ɹe�p(ZMMl���3I�1�5W�OX�[��˷���w���yFcu�%hȼ��R{n~��x�*��/�
\���2��b�4��'z"�YMvf�����R<.�$�͓ �D�I��*,�d�a������V�ܘ�4���"SY�]f��H�Zc*)o,�ґ�v�GuQj�a�e� ���Ty�r�$�P��8�*���f�:cj�"��ʶ5�;c�oQUF�mϣ����;
Jёy)Z����e��U'�_B�Q5�Ze5��iI4N�E�2����
)7l�x]I�&A��$���TY���,�'A������1&isg0D����)"��H��TR�Y��#&퐎��<�d�A'����&�I��i4q4U��'$�&t�(�^E=c�lk�v�.ޢ���۟G�����v��"�R�I�1�ˉ�(�OԾ�)r�k�!�g;�0a۝�����^���.m�0�
I�z$�')KR2�!K{�B�=�i��n�D���5��Bu�F:�a�ZC�y�K'�2��M��E�!7�{Kq���_�3�/q'����E�oA�ZB�r%fJ��Ѣ��!N^�����%��Y+�/�CLs�F_��a�g�=�����;�u{F6�YL�u�UO����[_�63�{wz4��|�%	�6�����Rd�K�	)Z�Dr����7E�#Giv�
Y,�B)��.�JI�w�-���fhiH��e#��O<�2
J$�OIQfO�$��-�&����ę�͜���R�4��Gu"�QKyf�����B;��T�
�(I���̛�Y'�����V�ܜ�4���Uy��U�����z��7{n}g�g�7Q�RV���J�'����.'���?R��ʉ���)��.�JI�w�-���fhiH��e#��O<�2I$���̟�If8Z
Mm}ɉ3K�9�%5���iI��E�2����-)7l�wU��&P8�	<=%G�7,�NI������9&i3�1F��)��c]C�9v�Tn��>�(��n�������Om���\OER~��!K�]�SQ�]f��D�DZ#+)���ґSv�G��d�y�d(�I<=%E�?,��2p�8�*��f�6sJk1K�Ғ)ԋLeE-�ZR2n��-S�6L�q$xzJ�2nYd�
�GE[?rrL�gLck�agS��[�Mj��L�X���J�Fb-c#��K*T��"4u�x3Ɛd�`�k/}��|J��8��L$��$������0��[�PFz����WB�w�_�j�}?�/k�X�`�y2r�����*�����yye|<��cL�ۥ������K��cɕ�d�k�K{y|{�����^�/����g�Khf~e��4=kH��Q�Jkm�%�T�0K{�|Y�ڮ���?���gG+�'�4�fG.V��/=��-�y����]"Ƥ����<��sY�Ko������Im�̰5���i����<�K*�l`��>��iR�յ^����iTĕ��*�j�DZ)��Bؤz0�;�e1KhI�ş��&��rm�hvf��ѡ�s��F8��f1�fRE#�H�(���C:%E�!�I�9�˔N(j	E%E�7$��9�I������9"y3f0Dأڳ)&��N���S]���"����e�
I#������I���4��U���$O.t�<�Z�f�݁,��uh�xc
�ygX�-o,�צ��D�RTT)Cv(�	�mH44�w�d�^�h�Gٻ�(ĖM��2I�$iʐ�a�XM�L4��&��7����Li���r�*�r[�w�>���)��O֣;���Qc#����,�3���H����~��[Y_��9�'�_A����P�_S�m�2uy��K���z\�����n��'��`[=U�,hJ*�L��μ65�T��I{�|	��t����Zhz֑@j:�Ma�ͼ����	os�?c�U�>���W�l���rd��������E���%�O32��z��XԔU��Ç�xnk:�m�2��\�>]p����\�^^[-�,�R%a9KzB��@�t�xN��$��Ѡ��'�xx�{�;7����M�u�I��
_�����CW%[�}�˷���x��R�y��]OoIZr�!
T�ۣ��;���GӾ��r&k��͋1��2�)��DE-��*/9�L��6\�
A#������Y�N(�O
E[_nrD�f�c�0ߝ:���[u�ˌ6���T���ǡxR��M4��z��v/	�l��&�M$�3�$�a��:7]����e�4X�eΜm�K{��}��t�!���}��dM��t��+Qk�R�J�㳶��/mvg�f�v�۳��OM�7
��e�(ӣ�KO��E����8�������5b��X�H��?cMn���c��"P�I���P���؟���[�N��b�χ��h�O�k|����|>�p/�Gb~.[�N�X�3�Á�;�pZ�/�u�����؟����/�}p�_��\���@�~g���4v'�ൾ_����>\8���?��'P,_�������-o��:�b�χ����U�ff�#ߵv`�GnZ�v�vDE�!u��C���w�N���&R��I�?Gx�F;
2�t�$d�bP��E�
IwH�1�7����	�24'Д-;�|��!��g�Mh��i���q�)�3�j}������������:�SR�jG�ѽO��ݸ���,�	A%���|m+�\M%�#���4�;4��МrJ�����?{[�N��~g���4v'�ൾ_����>\8���?��'P,_�������-o��:�b�χ��h�O�k|����|>�p/�Gb~.[�N�X�3�Á�;�pZ�/�u�����؟����/�}p�_��\���@�~g�덁���Ƴ�
v����^���nμ��!	��SS��=*r-h��Dn���c��:P��ՊS!bt7����L���s	K&���t�v���`4�ӏxM%G����k���6�}r�)����v��>��ұ��
�JJ���:<#JrO�;�t�Px̒���Dk!ʤ��t7�Q�q_2��+f�#+�ɒ����߭��|�=��_s��Џi`���!�&��fg/���t��K�h<�)0'�[38�x,�_s���ZX.�A��qI�=�ٙ��g�&6��w�6C�L	����>^?��1����y�R`O~�fq��Y���I����]��͐�{��3�����:Lm���l��߭��|�~/��ch-,}��d8����l�����}ΓAi`���#�!>��b9�A!s��'�9B��ڻ5��?�Y�9��x�1wc\�إ���!V�%ZF� qG.�z���ə�3�&��������Yr��^6�2E���3A�P�����>-�? qX�)9]bpx��."�[{��=壣�
�xgv�/LZL�bK*R�$u��⏝��ۤ�i�2<f.��Im%C����/Zr��0Ѳe���#A��P����I�=�ٙ���{?��1�<�,}��d8����l�����}ΓAi`���!�&��fg/���t��K�h<�)0'�[38�x,�_s���ZX.�A��qI�=�ٙ��g�&6��w�6C�L	����>^?��1����y�R`O~�fq��Y���I����]��͐�{��3�����:Lm���l��߭��|�~/��ch-,}��dd�=�4�q�e����q+��˰�W:뛛�A��1;��:�GV��*�2P��� �+�~��+�P��d�dEp�3Y�h�.���=�3撂�l�Fgt�"Q�p`���T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��T������t�,�O�zZ�
�Ե���ds���M�L4��&��!�j���z�'B�:?~�\��
�\��gz���r�HZ���rƩ
n)Y�;���5�� ���i�oL#��
��G]����t��+Qk��R_�j�]6N�K���Yo��%�tk,�c/!�NVSy?��_��7���/#!����y#i��t�Q�<�bX�z��,y2����~�oo/�v�uR�+�%�����Im�̰5���i0j:�Ma�ͼ����	os�?c�U�>���W�l���rd��������E���%�O32��z��XԔU��Ç�xnk:�m�2�=��-�������"��u��Ç�x	eU-����~���}�O����������
3?��˕����i�Kh�fe�l�=WH��(�%3�:���uR�%�e�&{=�[C3�,
i��ZE��%5�6�ʪ[%�Ͼ<��T��mW��j��U1%c�J�Ě���q�EBж)�3��L@��y%qg��ɶ��h������hiD\�k
�/���o�W7*�C�u���9�T�-)����iʔ��]�)�f�C��ih��Y�9�'��a��VƤ;�Y$2^�*)�
�[�1|��B�l�����O�?�/k�X���C������dO�5�P�뷹�������${Zf6�-�v�>ؖ:^���VU�ݯ�-����iGU)⽲_��I��t����Zhz֑C����<�K*�l`��>���?�]���6��W&N�i��̎\�o�^>{M�[D�3,g��E�IEY)�8y׆泪��	/s/�3�����`kMZ�(
GY)�8y���UR�-�}�g�j�'�t��m���L�0�3���Z�(�|������fX�C�t����S8p�
�gU-�^�_g��%�3?2�֚��P��SXp�o,����[���٥K�V�x^֪ѥSV>4�|I��h�:�T-b���8�I��	-�'�W�<�kɶ�i�ٚ
�F��EΛ�ߦ���)5����^y��X{��I���`‘���Z���H�2뱁�u��h&n�ih��Vr�`O{P:{���ߺ�!���ҊA.�����6����S��yM�C�:�f�R��z��K-c�Tr�*R�d@�ǂ�a&I&�%p�-�t�C)Y��8�׈e�V���F�4JG)L5)��H:5jR-2�e�)%��D�y&sR�'�ʕe��#��71s����ӈ�Ip�[����r���>�lQ�mY��D�R`�)���Ή�y�G��j�y��8jIE%G�?$�LA������1"ys�1F�r(j�cSO��v������^� �뮧���9w��*_mя��GER>��k�3\�lY�mY��H�GR �)o,�ΉQy�GuRd�a��(j	E%E�7$��2qD�xj*�s�'�6cM�1M�2�h���Le5ٚY�2/9H�MQ�6\�pԒ8�J�>~I$�
(�O
E[?nbD��Nc��e�vj���*�V���0���u�R��ɭzh=tJu%EB�7b���vԃCIA�p�!HU�ƍ�qݛ�ŒId�I0�$�RF���Ȟ9�`a6�0����8h���-ꘝ���r�*�rF��l\�G��|F�[T<��vmU3DT��e�`Ҋ�U�eJP-J�,$�.$��$�WH�2�S��8���e�ZKf�$���4JG)L?�e$�)�_�����ߎ��"o<�9�L�eJ��J�#��71s����Ӎ�(�2ᨷI�����͘}Dأڳ)&��N���S]���"����e�0pԒ8�J�>~I$�
(�O
E[?nbD��Nb�j�P��VƦ�c����i^-����A��]OoIZr�!
T�ۣ�����};�J�"f�+Lسڳ)"�ގ�A�R�Y�������e�0P�8�J�>nIe�d�4��U���$O&l��b�Ve$�;�Ԙ2�k�4��d^r��t���l��$q�|��I0Q���~�ĉ�Μǝ��\��۰%�U��oaUo,����Z��z"��J��(n��<����n��B��Ӎ��7}��ɲ�aI4��9R�1�<s�@z[ߴ��7���P�����zj�s�m	������assets/img/blog/layout-2/style-1.svg000064400000001643151213253260013244 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="15" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="39" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="46" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="55" width="45" height="16" rx="2" fill="#71717A"/>
  <rect x="12" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="55" width="45" height="16" rx="2" fill="#71717A"/>
  <rect x="63" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
assets/img/blog/layout-2/style-2.svg000064400000002167151213253260013247 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="15" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="12" y="37" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="44" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="15" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="63" y="37" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="44" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="53" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="12" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="53" width="45" height="18" rx="2" fill="#71717A"/>
  <rect x="63" y="75" width="45" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="63" y="82" width="13" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
assets/img/blog/layout-1/style-1.svg000064400000001535151213253260013243 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" fill="#FAFAFA"/>
  <rect x="13" y="19" width="38" height="27" rx="2" fill="#71717A"/>
  <rect x="57" y="23" width="50" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="31" width="31" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="39" width="21" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="13" y="54" width="38" height="27" rx="2" fill="#71717A"/>
  <rect x="57" y="58" width="50" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="66" width="31" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="57" y="74" width="21" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="7.5" width="119" height="85" rx="6.5" stroke="#71717A"/>
</svg>
assets/img/blog/layout-1/style-2.svg000064400000001317151213253260013242 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="5.5" width="119" height="89" rx="6.5" fill="#FAFAFA"/>
  <rect x="12" y="13" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="37" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="44" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="53" width="96" height="20" rx="2" fill="#71717A"/>
  <rect x="12" y="77" width="96" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="12" y="84" width="67" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="5.5" width="119" height="89" rx="6.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/right-sidebar.svg000064400000001716151213253260013505 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="8" y="30" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="36" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="42" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="48" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="57" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="63" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="69" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="8" y="75" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <path fill="#71717A" d="M82 20h30v60H82z"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/both-sidebar.svg000064400000002035151213253260013317 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <path fill="#71717A" d="M6.5 20h28v60h-28z"/>
  <rect x="40.5" y="20" width="24" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="40.5" y="28" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="34" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="40" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="46" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="55" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="61" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="67" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="40.5" y="73" width="39" height="3" rx="1.5" fill="#E4E4E7"/>
  <path fill="#71717A" d="M85.5 20h28v60h-28z"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/default.svg000064400000012071151213253260012401 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="99.998" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="74.998" rx="3.5" fill="#FAFAFA"/>
  <g clip-path="url(#a)" stroke="#71717A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
    <path d="M66.572 40.358a1.527 1.527 0 0 0 .297 1.664l.055.054a1.83 1.83 0 0 1 .528 1.294 1.85 1.85 0 0 1-.528 1.293 1.802 1.802 0 0 1-1.276.536 1.78 1.78 0 0 1-1.275-.536l-.054-.055a1.468 1.468 0 0 0-1.64-.302 1.492 1.492 0 0 0-.654.554c-.16.245-.246.532-.247.826v.155c0 .485-.19.95-.528 1.293a1.79 1.79 0 0 1-1.275.535 1.79 1.79 0 0 1-1.274-.535 1.84 1.84 0 0 1-.528-1.293v-.082a1.521 1.521 0 0 0-.277-.842 1.49 1.49 0 0 0-.697-.538 1.469 1.469 0 0 0-1.64.302l-.054.055a1.802 1.802 0 0 1-1.275.536 1.78 1.78 0 0 1-1.275-.536 1.828 1.828 0 0 1-.529-1.293 1.85 1.85 0 0 1 .529-1.293l.054-.055a1.528 1.528 0 0 0 .297-1.663c-.114-.27-.304-.501-.545-.664a1.473 1.473 0 0 0-.815-.25h-.154a1.79 1.79 0 0 1-1.274-.536 1.84 1.84 0 0 1-.528-1.292c0-.485.19-.95.528-1.292a1.79 1.79 0 0 1 1.274-.536h.081c.299-.007.588-.105.83-.28.243-.177.428-.423.531-.707a1.528 1.528 0 0 0-.297-1.663l-.054-.055a1.828 1.828 0 0 1-.529-1.293 1.85 1.85 0 0 1 .529-1.293 1.802 1.802 0 0 1 1.275-.536 1.782 1.782 0 0 1 1.275.536l.054.055a1.467 1.467 0 0 0 1.64.301h.072c.267-.115.494-.308.654-.553.16-.245.247-.532.248-.826v-.156c0-.484.19-.95.528-1.292a1.79 1.79 0 0 1 1.274-.535c.478 0 .937.192 1.275.535.338.343.528.808.528 1.292v.082c0 .295.087.582.247.827s.387.438.654.553a1.467 1.467 0 0 0 1.64-.301l.054-.055a1.802 1.802 0 0 1 1.275-.536 1.78 1.78 0 0 1 1.275.536 1.83 1.83 0 0 1 .529 1.293 1.85 1.85 0 0 1-.529 1.293l-.054.055a1.527 1.527 0 0 0-.297 1.663v.073c.114.27.304.501.546.663.241.163.525.25.815.251h.153c.478 0 .936.193 1.274.535.338.343.528.808.528 1.293 0 .485-.19.95-.528 1.292a1.79 1.79 0 0 1-1.274.536h-.081c-.29 0-.574.088-.815.25a1.503 1.503 0 0 0-.546.663v0Z"/>
    <path d="M59.903 42.811c2.83 0 5.123-2.325 5.123-5.194 0-2.869-2.294-5.195-5.123-5.195s-5.122 2.326-5.122 5.195 2.293 5.194 5.122 5.194ZM54.78 37.617h10.246"/>
    <path d="M59.903 32.422a8.008 8.008 0 0 1 2.05 5.195 8.008 8.008 0 0 1-2.05 5.194 8.008 8.008 0 0 1-2.049-5.194 8.008 8.008 0 0 1 2.05-5.195v0Z"/>
  </g>
  <path d="m74.952 41.404-.483-.128.483.128ZM69.141 24.59a.5.5 0 0 0-.42.569l.672 4.45a.5.5 0 0 0 .989-.15l-.597-3.955 3.955-.597a.5.5 0 0 0-.15-.99l-4.45.673ZM58.417 53.462c2.122.177 5.69-.265 9.067-2.01 3.394-1.752 6.61-4.831 7.952-9.92l-.967-.256c-1.258 4.77-4.256 7.641-7.444 9.288-3.204 1.655-6.583 2.064-8.524 1.901l-.084.997Zm17.019-11.93c2.222-8.431-2.602-14.4-5.924-16.85l-.593.805c3.132 2.31 7.63 7.9 5.55 15.79l.967.254ZM51.021 50.168a.5.5 0 0 0 .426-.566l-.626-4.455a.5.5 0 1 0-.99.14l.556 3.96-3.96.56a.5.5 0 0 0 .138.99l4.456-.63Zm8.985-28.633c-1.948-.122-5.19.407-8.221 2.212-3.049 1.815-5.886 4.925-6.967 9.948l.977.21c1.017-4.722 3.664-7.61 6.5-9.3 2.855-1.699 5.897-2.181 7.648-2.072l.063-.998Zm-15.188 12.16c-1.79 8.313 2.738 14.047 5.833 16.377l.602-.8c-2.893-2.177-7.14-7.553-5.458-15.368l-.977-.21ZM33.445 74.998V63.795h3.97c3.978 0 5.968 1.82 5.968 5.461 0 1.745-.544 3.138-1.633 4.18-1.083 1.041-2.529 1.562-4.336 1.562h-3.969Zm2.524-9.148v7.101h1.25c1.093 0 1.95-.328 2.57-.984.625-.656.938-1.55.938-2.68 0-1.067-.31-1.906-.93-2.515-.615-.615-1.48-.922-2.594-.922H35.97ZM52.187 71.7H46.97c.083 1.162.815 1.743 2.195 1.743.88 0 1.654-.209 2.32-.626V74.6c-.74.396-1.7.594-2.882.594-1.292 0-2.295-.357-3.008-1.07-.714-.72-1.07-1.72-1.07-3 0-1.329.385-2.381 1.156-3.157.77-.776 1.718-1.164 2.843-1.164 1.167 0 2.068.346 2.704 1.039.64.693.96 1.633.96 2.82v1.04Zm-2.289-1.515c0-1.146-.463-1.72-1.39-1.72-.396 0-.74.165-1.031.493-.287.328-.461.737-.524 1.227h2.945Zm8.977-5.14a2.494 2.494 0 0 0-.914-.188c-.792 0-1.188.43-1.188 1.289v.851h1.829v1.82h-1.829v6.18h-2.46v-6.18h-1.344v-1.82h1.343v-.992c0-.911.297-1.646.891-2.203.594-.557 1.401-.836 2.422-.836.5 0 .917.052 1.25.156v1.922Zm7.578 9.952h-2.336V73.85h-.031c-.536.896-1.33 1.344-2.383 1.344-.776 0-1.388-.22-1.836-.657-.442-.442-.664-1.031-.664-1.765 0-1.552.92-2.448 2.758-2.688l2.172-.289c0-.875-.474-1.312-1.422-1.312-.953 0-1.86.283-2.719.851v-1.86c.344-.176.813-.333 1.406-.468a7.466 7.466 0 0 1 1.633-.203c2.282 0 3.422 1.138 3.422 3.414v4.781Zm-2.32-3.25v-.539l-1.453.188c-.802.104-1.203.466-1.203 1.086 0 .28.096.513.289.695.198.177.463.266.797.266.463 0 .84-.16 1.132-.477.292-.323.438-.73.438-1.219Zm11.875 3.25h-2.461V73.78h-.04c-.609.943-1.424 1.415-2.445 1.415-1.854 0-2.78-1.123-2.78-3.368v-4.828h2.46v4.61c0 1.13.448 1.695 1.344 1.695.443 0 .797-.154 1.062-.461.266-.313.399-.734.399-1.266v-4.578h2.46v8Zm4.555 0h-2.47V63.154h2.47v11.844Zm6.914-.094c-.365.193-.915.29-1.649.29-1.74 0-2.61-.904-2.61-2.711v-3.665h-1.296v-1.82h1.297v-1.726l2.46-.704v2.43h1.798v1.82H85.68v3.235c0 .833.33 1.25.992 1.25.26 0 .529-.076.805-.227v1.828Z" fill="#71717A"/>
  <rect x=".5" y="12.5" width="119" height="74.998" rx="3.5" stroke="#71717A"/>
  <defs>
    <clipPath id="a">
      <path fill="#fff" d="M49.089 26.65h21.629v21.933h-21.63z"/>
    </clipPath>
  </defs>
</svg>
assets/img/sidebar/centered.svg000064400000001650151213253270012550 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="26" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="26" y="30" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="36" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="42" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="48" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="57" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="63" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="69" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="26" y="75" width="68" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/contained.svg000064400000001650151213253270012723 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="11" y="22" width="61" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="11" y="30" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="36" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="42" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="48" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="57" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="63" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="69" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="11" y="75" width="98" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/left-sidebar.svg000064400000001725151213253270013323 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" fill="#FAFAFA"/>
  <path fill="#71717A" d="M8 20h30v60H8z"/>
  <rect x="44" y="22" width="42" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="44" y="30" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="36" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="42" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="48" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="57" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="63" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="69" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x="44" y="75" width="68" height="3" rx="1.5" fill="#E4E4E7"/>
  <rect x=".5" y="12.5" width="119" height="75" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/sidebar/stretched.svg000064400000001647151213253270012752 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" fill="#FAFAFA"/>
  <rect x="4" y="22" width="73" height="3" rx="1.5" fill="#A1A1AA"/>
  <rect x="4" y="30" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="36" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="42" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="48" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="57" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="63" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="69" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x="4" y="75" width="112" height="3" rx="1.5" fill="#D4D4D8"/>
  <rect x=".5" y="14.5" width="119" height="71" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/footer-bar-alignment/center.svg000064400000001545151213253270014645 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="60.5" width="119" height="39" rx="3.5" fill="#FAFAFA"/>
  <rect x="51" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="58" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="65" y="66.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="45" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="56" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="67" y="73.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="53" y="84.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="45" y="90.5" width="30" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="60.5" width="119" height="39" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/footer-bar-alignment/right.svg000064400000001544151213253270014501 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="15" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="22" y="84" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="42.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="53.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="64.5" y="84.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="89" y="81.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="89" y="87.5" width="23" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/footer-bar-alignment/left.svg000064400000001545151213253270014317 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" fill="#FAFAFA"/>
  <rect x="8" y="81.5" width="14" height="3" rx="1.5" fill="#71717A"/>
  <rect x="8" y="87.5" width="23" height="3" rx="1.5" fill="#71717A"/>
  <rect x="88" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="95" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="102" y="80.5" width="4" height="4" rx="2" fill="#71717A"/>
  <rect x="82" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="93" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x="104" y="88.5" width="8" height="3" rx="1.5" fill="#71717A"/>
  <rect x=".5" y="72.5" width="119" height="27" rx="3.5" stroke="#71717A"/>
</svg>
assets/img/style-4.jpg000064400000035102151213253270010627 0ustar00���ExifII*��Duckyd��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:A5CB65C01E4E11E5B928D38BB2354AA3" xmpMM:DocumentID="xmp.did:A5CB65C11E4E11E5B928D38BB2354AA3"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:A5CB65BE1E4E11E5B928D38BB2354AA3" stRef:documentID="xmp.did:A5CB65BF1E4E11E5B928D38BB2354AA3"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed�����������	
!4351"2#cDdU��6V7ABCs$T�Ee�v���a�%��fGS��F'
�a�!R��S1AQ��s45q�c"��?��`�0�`�0�`�0������&S��a���Ej�%�i���e�ƪ�o�_���ר<u��1��p8�xfr�\������^d�S�Q:n-�b[����I�ɫ*�ʋҨ��kh^W<�'�r�[�ٰ�^�Պ�~�y��Uм�y�O���ٰ�^�Շ�b���*�h^W<�'�r�Y��o/zj�߱^n�G�/+�t��9s�,�l7��5a�د7vJ����:I���{6�ޚ���W��%Q���$�\�K=�
��MX{�+�ݒ����sΒx.x��͆�=����T{B��I<�<R�f�y{�V���wd�oN@9R�9�7]my��[�
6\��E�ڨ��N�j�"�h(i�3��8B&�{��8���u�Kia&��:'J��U�U�.�,J�}�Mey�ZD�U�4��ԉڧJ]36̪^�w�5�E==F"�j�ҭ=r!!��2��P�S�l��(Ϝa���#@{�K��92�"+�%|N��0hc����(Bn�q,kQ#��L��q��sb�#H�k���t�X��$A�^�+�Y�L�L���ЙY�É1z�8S�G�����8�'
��F��<�7��re<DWLJ��L?
`���=�����;��ӛSAM5[,'�@W��������T�-M0r�>#t󮡏��~Qƛ3+��ķ�q����L�-ESݜ�yU�#N�jljR�NHؐ����#|:�%�z,`�<�1D�ݜ�I�d#R�
i�SUNTؑ�����|��,`���|F��]C#`���6f
V+_�o�z��7�9:��Z���9��/(F��$��ԥ����!=�)tF�u@K��X��y�b�'�9��j,�F����4�����#=�u��D�tX�ʫNcڵ�l�m�P+_:�k�ӣ*�J,B�ԗ^���M��~�1��#A!�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�J�I�_A����?h|�D�$�e���z��2p����8p��ݑ쀉�>/LZ퓄�8��/q|��������g��u�8��/�;��*������>��	�v.�vG�$��'��2��Z��:�ٿ?�쀉C�����yO����@D�/�Uz[����ZZ�pw���d	�CX����W�u����uB������|C�����ŲD�/�Uz[����ZZ�pw���d	�r��v�I��M2�����-5^�!� �Rx�3��z"��9�&oh��h1�+��Tq�z�mz�U:�Z�Zs8�.�q�h$�0揬/����vӶ����g��S�����if�)�`�0�t窧�����}X����_58f4�X��K�)�٣�+�&�}��W�#����d��m��Z������>��	�v.�vG�'��t�1k�N��������s "R��_M�[O�ָ�z�����6@D�W�_�'��.��'ػ�����봞�x�íjZ��f����%���!���?�����>2焟ʝ.*�)�*�"�O>��΄�l����j��@��*yJZ�)�ٸ�,���$��Ԧ���p�=�)���u@
��1����P�O��(�M�����^c�^��u��N�R���o6n$ڋ��'y�4��)id�\0�Oj�e~Qt�8c$���Q��b*���!��V}eD������j��3���J���>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�j�36̪^�w�5�E==F"�j�ҭ=r!!��2��P�S�l�w(Ϝa���#@{�K��92�"+�%|N��0hc����(Bn�q,kQ#��L��q��sb�#H�k���t�X��$A�^�+�Y�L�L���ЙY�É1z�8S�G�����8�'
��F��<�7��re<DWLJ��L?
`���=�����;��ӛSAM5[,'�@W��������T�-M0r�>#t󮡏��~Qƛ3+��ķ�q����L�-ESݜ�yU�#N�jljR�NHؐ����#|:�%�z,`�<�1D�ݜ�I�d#R�
i�SUNTؑ�����|��,`���|F��]C#`���6f
V+_�o�z��7�9:��Z���9��/(F��$��ԥ����!=�)tF�u@K��X��y�b�'�9��j,�F����4�����#=�u��D�tX�ʫNcڵ�l�m�P+_:�k�ӣ*�J,B�ԗ^���M��~�1��#A!�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�J�I�_A����?h|�D�$�e���z��2p����8p��ݑ쀉�>/LZ퓄�8��/q|��������g��u�8��/�;��*������>��	�v.�vG�$��'��2��Z��:�ٿ?�쀉C�����yO����@D�/�Uz[����ZZ�pw���d	�CX����W�u����uB������|C�����ŲD�/�Uz[����ZZ�pw���d	��[��&���ogzy��q�J�Oe�
8*�i�h̎�8���{���f���i��L���3]����*�[�m��(��R��E��Rč1D�9�g�845����lR��YI_��R�iM{����כY��fvTm��*�ϲ�'}���x������e	��f�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj�e~N��<#h�3�f�Vf�kj��@�_*�qw��X�o�5Uv�-j��WB�N�M%Y�BR�(��Q�D���C���^/�iej�$�3�E�eN�^Ӷ�]��U��Y�e���QQ���ۍZZ��`�0�`"��n���-v��SCn-�QZ�MsR��Yj��Vi��Ԩ�*Ԙ
�������0{���-��Ӥ�?B�hUN�^�+�㷻��{���k$�Ҋ�eE�;M}�W��ɓ��z��v�լe�pf{�Ŕ&�=��y2Я^=f_��Z�Z�3߶,�5a�W��ɓ��z��2��j�2����e	�j���L��+׏Y��{V�����(MX{U���d��^�z̿sڵ��Fg�lYBj�گ?w�'�
���e��լe�3=�b�V�y���?�W��/��c-Q���P��������B�x��~�kj��~ز�Ս�ȯ-Y����q�ޭ�*JZ;E�5-t��2�\-��!�Wr�LQ�"P4@\��S�ܬ%���u�gDҩثԉ�[`����Mcm,�*H��(��֫�o[�q˖j��W5M5==R�`�ց
��L���Ҫ��]@+�D���ij6U4N��@�$��w
g��္�'��Un��@p�0���c(t?K��"e�<�Z����\��\iƮ��7�r��:�0��c(t"Qrh��
2u�m�u�լ�&��1t�a�tD!��P�H~P2��5�™�$8`.c	�)�[�h�9�A����ig̨��S�u�e�h)&�X�.h
M
q�Y�O��a��P�C�&N�����NfϺj;ScO�u�]�t3C�:��*����
��^iU.�0���K[w#ŒJl%1��Q� �t1�:��UUD�%�%��R�\
�"_0R���G���b	�"��q(�c(t �'a�[c�
�3g�5���Á����.��:���НL��RQT�u�Dj/4��qW����F%6��g��(�L:�y�*��I��TY�R.�/�)M[h#ƌ
\]1�M�8�t1�:V�ݗ���)z�nh	\�t(V�nUx�)�!a�DĄD.x.2�t2F�C�G���i����Knpo���q)�x���wxe4�Y��0�`:s�S����
Ͼ�ME�G/��3O�z�����}�]+���`ʷ�-��cja'W"�3$��J��^�d�(6ʴ��s4'\9͗����\r�H���͈���/v�1�I�<��'9q�[dJV��3n:�Y�:M�����Ơ=%(f���Nt�m:���s�
6:VD�ZW��?���
�hN�s�.saܸ�`�!�Ň��^�.cP�z\�2��.r1.V0��+��p3����M�~�C��;�>w:_P��π�|?�wvw{�j�\�PTU�i2��2wBffZ�_2@�݈�;v(4��A/HC1GQJNq�L�Ɉ��	x��kU|�+y��L�(`�5�-��>w:_P��π�|?�wvw{�jzK���
��s�&]~sFN�L���ZK��H��"gn��1�%�.VZ����[��8h�*��!��SEAQl���Rv�ʻ��Ѻh�7�R�h����6�qQZ�B�<�Θa)�dR�������Z	.L�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh��.����e[����0���K��y�ȥKxˊ/q�H�eZKB����ˁ\�Xw.9X$yqa���|o헻K����ez���⭲%+sa���l,�&�t��hcP��3O�J�:o}��|F����+�v�+��ō@zJ�s4'\9͗����\r�H���͈���/v�1�I=.c�[H�9��+
]ϕ��Њ��N���S��@zJ�;�/�qx��g�m|>�;�;��5�/	]�+.{:��/�T�3e���t��TR� (�bH��v�T�ck"�D@�'�d���QTH��S%E�ES��q&�EJd���'��D�4�:<�@�A��^�|����ů^ژ��&t[�I]G¾=t�IԳ�(�����z�ʉ'����B���Z)�bSbT���|'p4
&ID�Jt��Uc�ҧI:��	�b�!
Uj0���〚��^�h$�`�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Jv��8��5R�W+������t�u�@�R�AH��ULѮ��"`{�4�E�M��F~P2��5�™�$8`.c	�)�[�h�9�A������e�n�9֢�)p0z�q��#ƍ�:��g��� :���\�)�x�CL�`g�uuk0	��]5X@�Dt��:��A9Mwp�{���{JeV�(�C��z�2�C�Y�*.�T�]bYz�
D���*��SB�F�z�@��@t1�:󉓰����|ә�������]nG�L�P�N�{ʩ(�G�¢5�UK���+�R�����	Lp3�D{�&e�<��UQ$�u�E�,ԩq������F..��g��&�J:�9���|V�>i��MGjli��c�.���΃�c(t'S=�T�U#�aQ��*���F�)kn�xQ�M��8�"
=��2�@�{ʪ��D�Ģ�jT����K�
SV���LA3�@s�%e�U�7e��E=-��^��[��W!
�[�^*�dHXk1!���������|���~.�v�ۜ��Jy�=��M,�e8`�0���T�B��Q}����Ɠ��)x�:�4_pJ�}��2��l��ژI�ȥ��I<�dR��e���$J
��%�\�	�se��c,;��<���sb>7��ݥ�j�zO2�t��\qV������[��d��j:t�41�IJ��S�7��N�#q��M����;V��xO�Ơ=%B����ˁ\�Xw.9X$yqa���|o헻K�����1̭�K��D˕�.���b�E\�'k��{_��Ơ=%�O�Η�8�n���6���ݝ�����D�L��挝Й�ٖ���̐3wb,D�݊
.cPK��Q�R��i�+�b2wB^#i��_2@J�xq;J4=�@zK~�O�Η�8�n���6���ݝ�����b�����I�_�ѓ�0�2֒�9�n�E��۱A��j	zL��G�k��.4��AU�+�ۡCB���'(b,��X�Z!(����I���\�z��>fۦj�kX܋@\X���[�(��$ɸX�2�'is����Kw�=mWӬ�*�Ѫ��v��%��5�uu�F��"'N�vvg�:~�p7Vc�;��+'?s�=����������FVN~�{#���,�3������GO��X/�f?��Y9��1쎟���_����2�s�<c�??��`�������ed��xDz:~�p31�������dt��?��fc�;������6g%|��+�u�ס��-j�-��V��O�J��C ���C��b�_��;�?R�bv�8f
���[��ɪڭ֊�+�oƧ/`�0�`�0��B��&CͷL�9D�A����྅-��RW�6z�r�Pp�|/�5����v��ϣU�S�Y;�K��k��kj��f�D^�U��0�k���?�r��n����<G&iNF��{\'�	�3���2���Ҝ����O��g/�e����9��p��'��_��˟�s�3Jr7���?0O����ٗ?��f��o���~`��9o�.m��)���k���?�r��f\�۞!�S����	����̹��<C4�#�l�J�q')���rɬ�GhZ��\fI����$-t0E��(�й�^8����-�]�f�n�^��,p�g�m�=F�Y������5W�5
�![w�Q��i��5U�ꦒ�I*�j�C�50�p�\Z���B�yx�`5��Q�)�n� %5@�e0
����{���R��Y|L�Lc��J:!1��LV�Lx�����9t�������r����U��V�'[Eb��F��`n�����ie���yx�`5��Q�)�n� %5@�e0
����{����D�D�{�E�E4�r�1εRsiR!a1��K�L����2��G��r\�d���Mڴ2�&9���f7�7�|ZYC�!���9
{��R�#��*01���S9E`�@����H��8C��	�B�h1ΥD)nTbc�rHW�&B��&R���ҩA�x1�9���s���V7j����8��Ç���ޑ�hie����5��S�JԎS\���Vڐ/qL��J�&��"���he�,'1[ݠ�:�I��Q����!^ܙ
�J�J'DJ����P䴗�=z��Cu�֪�9�N����EiS\�ǩL��s��$��P8	^�sr`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S��GWz2�*8�^G^�?��'��/�+կ�o��|/W�����ndDI��z�l���໷�]�D@�
T��������?f��݌��P�V���1�_N��DZ��'��i=q��U�u�>��`dD
���C�����2"�}b��&���}c��ֻ��=�"L�/�M&p����y��&D@��_���S��Q�"�}b��&���}c��ֻ��=�"L
�}emJaGI�mX�/�j�Bނ����#l<�"�R�D �qKJ"�dD�.ٰ���ڲ��$�:�v�
H�"��Ԓ���$J� sP� QXLgi{B�2F�C�G���i����Knpo���q)�x���wxe4�Y��0�`:s�S����
Ͼ�ME�G/��3O�z�����ƕތ���ʎ4ב׾��g��I�6�-
�k��s���/|{��|:^�u�'��q�.�s��)CU/�>-��j�p=Oٿ��c" T+կ�o��|/W�����ndD	�u�OD\ea�u�DuO��a������o��򌈁tV��V��.J]{�oE�V�e��"D�U2���C��P��2$��#���Z��rtR�,�s#m�����D.*S�Q-]�[t$�����Ho�I�Y�'`r_7dael��+oc��H�d`���Ӻ-.��Z
�����T�NN�C��eHe����ҹP&��J�"��X�K���P�Z)
�2�=�
dT=��EsZ����􅦦UJJr��H�S%A��JD
�ĉ���v��>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�j�77��ݜn��6V+<�Y������..�c��͑��m�g��sb��6=���˵�~��;�0�=�4P~�����s�΢��3���i�G�wM/��Y�h��9��ܙ8d��+��N��m������i($?7�<{�w��G̖]���)ؗ���f����[�=)����H�����˕\��wt���4����Ⱈ���/j��6�+�3M#AXU�M=V ��d+P��-<���T�zT�����bt�(ՙ�pLT��i�s��!{��R�"�*11չ$+ۓ!Aa)^�D�iT��Ir=�˒�m�$�>*nա���`q1χ��1��#����	
�,$1�kݠ�"����Q���� ^��+�JLXJE����0XNb��A�u(�!Kr�[�B��22��N��J+����i/6z�J��m�UZs�$�%u-J�Ҧ���R�T�=9*H)���p�����>���3O��N�[s�|u�{�O;ǾVӻ�)��̧�0�Ӟ��__?V}�bj/�z9|���}c�O�/�Wf�4��e��Tq������<-�Oٶ_�hW�_����^��'�{���Ȉ����;��8>���wo̻�숁J�}	�m?CU��~�ϻ�^�C|.c�z��?e�cs" OK��z"�+���#�}���Ȉ?W��8����p��dD���W�M9����w~{�D�5�_D��L�5�+WU��w,L��o���)�?������"D���W�M9����w~{�D�*;5�lZ6�M��=FV�%M
R����ΕmM�HS5E���
t� a���%��@�j�ڭ�J�NzT�����Q*U5I�:)ħ=I�A N"g<^�Ir`"��n����wL�MCq-�F�SsN��Gj��Vi)�5H�J�J�� ����1����-�����B#iU^�N�+��W��{͔�i$�Ҫ�%D�{
}쩟�����z�v��ͬ%�pe��ݔf�=�3�~��o^"f`����Z�,_��5Q쩟�����z�3�f��b��e��eL�߼���׈��.{6�����(�T{*g���޼D�sٵ���X�m�Fj��S?w�'�6��&f�ͬ%�2�n�3Uʙ��y?鷯30\�ma-a�/�vQ���T���M�x����k	k�~۲��M�ȯ"���|�q�^�6*�Z�E�4�uW*��-�e9�Wm�L�� a4B�
�S��l%���t�'E҉ةԫ�[`�=��Mmm4�*ȩ�*��։�tEU��\����-����h��U-B�$���I(���M5J)D\���sF�B9s/L&�لL5&0���DƬ(��CH�~S��C!�w/���b���t)��D*�Ɋ4��Ӣ0�z$.�p1�27g.C�� ��ePC$�b�2(�p���-.���9s/L&�لL5&0���DƬ(��CH�~S�C!�~™ȩ,��(���&�-�E9�NU*�8"*��t��4����RY�k.K��,���Y[*�^��A">7�@�f��KK�d$6_���9����V�s�F&:�$���0�"e+�(a*�g�C�`\�a!�r�-9�T�-��Em�
�`D�P"a""R(��:�#ݬ�.N��J��el�x\V;
�p�޽��Ӻ--.����~�s�Zs�Z��km��ܒ.*ˆ���D�E�t�Pq�
���#L�T�ȥON�dIL�"�I�
D�I0)L�V�
!�y}ə#1W囵c^���][}�jCe=rR���R�hQ�(�+������`��Պ[��"I3�T�E�)�x���x��k-��J�ȍ�z�N�����y�֏7�/�v��5S�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-a�Q��z󇃭>f_��YFj�3\6ma-c9��e^Q�V[����ܥ�S�)(P@iҩ��1Hz[�j���ˆ�>���0����-mVE�fm
�,�։�v�q{�!j�6):L���""3�u*��q�KP�`�0�`�����s4�]���87�Y����{�m;�2�Y��p�`�09����g�V&�����N�'�=t�R�Juvh�c��������ϲ�rk�W��I8f�pL�u�H��eJB�f#�<�L�\�h��	��I��:��t�g?C���Zr��H!��+7|����T��>�|�>��c���2��J�5�u��>�=�^�7�N�7�p��Hj
�r�G\y�����o�q��!�u�����~���
A=.\�[H�6�yw+
����P�X��v��ev�U��Hj
��'�ߨp�-��g��F#��C���=!�.���*�����i��/��i!��<%o<8y}�zǤ��!�`��?72e��ŧo|�>̵��2\�a��Q�s�����'�ߨp�-��g��F#��C���=$5�|�EQ���2�9�;{��6��$1�焭�/���C���2����L�����ٖ�P�K�3wb,<�݊=.c��%�Yj�o���[�˪5V�����
\�+��g��|B�
�B'$p=��P�f��揬/����vӶ����g��S�����if�)�`�0�t窧�����}X����_58f4�X��K�)�٢ŏ�WTn&ޛo�Gho>��ɮE\q$`�1�2}��"�m�(-
嘎��e25s��H&�P!&C��{m�;���c���yiˤ~m ��Ȭ��^�tqR��-�`�wǥ�Hj
P��%*|�9��t0��Ax��F�:��}��=!�*�1q��dj�3E��MƠBL��۠wk9�Ǥ5�r]m"����ܬ+��n	B)c�O�#���V�=!�(w_�|�k~��`����1�����􆠸/�c��?73�W�5�o|�Fӵ��2\����1�{�Z��]�����ɗ_����0�2֪�s�n�E��۱G��zCP[�_�|�k~��`����1���������uG��t����v���K���<�҆=c�KPf�r�n�"Z�{FǸW��(\)q��$�����sβ�+�D%� c����P�J�H`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S�n�;.^j���[�554���F4)W%J	�OT�e�t���"!��.�m�
3��N'1�q9�s�vL�\EhbP
	�\�P�~� e"�EiqȵAM�����S�%�5�4��t�`��P�D�d�H?Z
d�B뫥Y�M7��j�7�!�á���������kC�C�Nq���#ݓ*W�Z�F�{�1�2��yQҨJ�
�T�U�|u���[j!5`��\ %7D�#�������������6d��t�v�ّ:>2�>?z�:V:�B�O���-zWJ{t��n;�K��
}�$���(�&D؄�(B%�(^�P�d���`�X_K����?�m-���:Ͻħ���+i����fS��`���UO/���+>��5�=�jp�i>���S��E�t���M�6�@���}���\��<,�H��6c�d0���E��*PZ�1q��dj�3E��MƠBL��۠wk9�Ǥ5��ӗH��A
m�Y���-�����[���K�����JT��s���a����58��2u�����zCPT+�b:�͔���f�} ��@��#��@��s�=�Hj	�r��Ey��˹XW�o��>�R�H�3�G+�:�,zCPP��<�C��o��>?db1����1�
Ap_.�QT~ngL��kN�x��kId��+y����(c�=$��E)���.�&-;{�a�e�T1���؋/�b�K�􆠷��<�C��o��>?db1����1�!�.���*�����i��/��i!��<%o<8y}�zǤ��!�`��?72e��ŧo|�>̵��2\�a��Q�s����(��E=U�߅^��[b��/
��\UB���h�1������C!�4发�Q3g(���Z�Ui-!MR7k-(�4�k}"�b��A �@��s�� -��1+���%���h���/LʽH��cql'�_緰�ֲ]V]iS�TN�T^�X�=r��<=�<l����7f�V�+�ޒ��z�s�bx{.xٞ��7f�=��oIX{=r��<=�<l�y�y��UÊ򷤬=��\�X�˞6g���٪�a�y[�V�\�y�Oe�3�p�f��G�⼭�+g�W<�'��獙�8o3vj��q^V��+�k��s���7��5Q�8�+zJ����5����f{��ݚ��W��%czr�ny���t�Rۨjr�M+��[Z�;UA�A]R�^�)�!(C����/�K��[;	��I�z42�Z'iu�a�ە�k[̚�-��L���^�^�:R铲��zە�SSOOJ����cB�rT���I&XL�0��":ꆥ��?'�D�s��P��q�0��dʕ�tV� �Ѡ���u��rR*�P���QT���ku8�Q��X�Na+�A�&,u�A��M�����N��.��U���~:.��c{���:�	�Q8�ƴ<T=��}�"=�2�p��!@4h'�sC!�,��]*��P��MZG�\�
E���RV	
!��StL:X�y���|.�>fK�MGjm�c��.����c�d'S"eUTUSڢQj��R��\B%�)h��pVK�� �	����:�@�Dʩ(���B�5j�����+�SQZ��	Lq+�{�,u����>c���%����6̈���\���ұ�2��2��*��Q(�E�Sc�!����Ws�+���
���GKC!�QQ�[��h(ӓIEN�-2Q���!SH�1�<$(�"#�A%S`�0�`�0�`�0�`��assets/img/style-1.jpg000064400000021270151213253270010625 0ustar00���ExifII*��Duckyd��zhttp://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:5f37c337-4768-7141-b5ee-6e3531f8900c" xmpMM:DocumentID="xmp.did:C249456C1E4A11E5B891C2D5E5D4C347" xmpMM:InstanceID="xmp.iid:C249456B1E4A11E5B891C2D5E5D4C347" xmp:CreatorTool="Adobe Photoshop CC (Windows)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:5f37c337-4768-7141-b5ee-6e3531f8900c" stRef:documentID="xmp.did:5f37c337-4768-7141-b5ee-6e3531f8900c"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed������x����	

!"#$4D5��V1A23CdEU�7QBc��%�f�����Ga��6��b&ge	a�S!1Q����C5Aq�R���3cs$4�"2B#��?��`�0�`�0�`�0��]1t��>��q`p;��A�ZRi*�WX,eb���QRx�jn����7
�^.PN��Wux�4J��D̅/ű�!2D��2��dمsŠ�Us���`�^��c̭����>(���Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����T�^�wcutq�s���~�wWoKK6�;��C�Q�OLH)��^Ā�<^""5LJL���92Q��2e\�]s�t�gͼ����]��m:�&h�"2fC}��A���S/�j�����:����%J�S�C\^�v~s�^�_��kge��g�|ʚ�c���˲�X�v��"+��gEҦ���t��w�6Ǚ[y���>(�λ���Tz�t��w�6ǙY���>(�����Tz�t��w�6ǙY���>(�����Tߍ�����;W!��c���-�������C�!AF+W�
N�/\���*`sJ���Ըe�fK�fD��EV/�9�M�J�1^dR�UZVU�%�m��!�Cf�9�H�6J�Eq���QX�P"`:�<R(���e2\p`Nb��A�u(�!K��\�B�922��N�J+����|˷%�����2�n�nc�
��i�����P�T6��!�x���V�r�%F"�ԁ|�g(�U(0`)^gC(p]��9�B��9ԢH�.J�LurI
���PXD�W�Q: U(<�2�)�.ܗ;_�J�����˵����|6���7�7�|\YC��O5�Z���e���������Ҟ��tD*���D�����!�eH` &{@$������c
ל�e�sDs�w�f��Ba�ٚ��`�0�?gߪ���>i��ljL����J���?k���_��l���>cQ�Wq��h�b�Ѽ(�ͤ��ۇE�4C�<`$_�0.����_?�7?��̧O�BFoɃ��~��������ⴻ��<�V��fjw�/�'��x��޿���3X�G���������Fk#Qs+�Ψ�����R�s,����U�P&�9U����b�2f
Ӏ^-��ޠ���js�	��HJ���̎6�"X�ȩNaD�t	�� g)
�<��������-eiU�wZ���"�,�t���t<Z])��X\B+'V�'�a��-JT�X���"u�)�	�^���wġ@�.o�IF�s;�������µ���{����Y����e�f�0�`����h�?�O�j61�S7ya:.�R���,ϴWGۿ}�w*b5]+�/��C"�C��mٶj{������o�k�k�l�l�E\�O�J���}쾖
���ʈϲ��4)����/z#���u�6ӆ*�s�b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV7�j�j46������r�;Goa2d����P����N�R�P�E==}<@9���b���6�2��� W�)�*z�U���\R���LF��QR���p�o�Nc��LA�u+U9���\�@�EC�Q2����J3��L���.S�J%Hb�h��W���P�@J�&"!�"���c�b�-m�rt$�{YZU�[��h$Co{۠t3{7Eť�2`����`��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�Ct�Ү��˕�<5^��������"E��F���Q��s���	��߻N�bM��eOK�t]�5��û.� ]���E\�,̩��Z���fٟ����M���ޛ�����rN���Z���fٟ����L��ޛ����rN���Z���fٟ����L��ޛ����rN����������E:����ej��)�N�FGMX�"�,�Q*�s
爏��%�&�2T/�q">vET.WY�O�K�mG.��:�.B�o�0�`��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�a�������i�nw۟1�����
4k1Q�����V��B�E�6�+9�H�ɉ��-�E�j��-�\���̛����N�p���ك��}�EQ���2�y�;���jx����<%s<6�
�=���1�m�*)O�̙u�1i��2�LŪ���7�"���G��zCPG��=V��ie����E������=$5��v:���s:e~�Zw7˸��i!y.xJ�xm�1�{�Z��݂���\ɗ_����-��Z�^K�3yb+y~|\Ǥ5+�o��o�6�\���\\~?p��?�c�CPdZ]���k��#��^�~K*���Ǘ��"�9%���Țzh�!��
"-��3A!��w��{w}�1�k����9�;�wy!0�l�@`�0��������4�lcĦn��t\¥os�c?���;���g7i��zF.�%kq��.,�ZL�'�'E��g`3���{h�Y����wܗy���m�مU�e���ޮ:C�y���?!k���|P�J�O��N�"��:C�y���?!g���|P�GO��N�"��:C�y���?!g���|P�GO��N�"��#
�ٛH���d�a�|E��45	#CI��5
�ɯNju��4�&yJ��S�
E�Ƒ^���³"TT̹W)�n0,7)0Ɗ���Qr**B��M��UQUO��E�35J��"/�)KE�;��
[�b\��@(�lwS)�'�6�J$�1P��F�#_dF��)��p�	MiLq+�{�,u���u����d�C)�:��"+�e�"|z�;:�B��8@����O��0�h�L]􏺺G�Y�ݿ����z�
�m�F�h���Ԓ
�s�� =�����
ĮW{�gF��%���3)KŰ�B�L�"^Ԩ�Yv�LТ.ET\�c?Wޗ�����gu�6ӆ*���b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV��/z#��u�6ӆ*��b�\PV7��ݽ�ڽm�z��-A���\R�J������kTS:j��8��S�.�}�t�yj̹S4(��\�]0�n�|��fl;N���%Tʎ����s�Ϊ��_�u�[�m.�K��܌��������u
����oC��)���q^��緷��ffj��3�s�Ͽ����s��?��W�q��s�Ͽ���ys��?�W�q��s�Ͽ���ys��?�W�q�l��_�6�=oi��y{I���
���#:L�c��9������w؉Q�����Dٶ�&�Έ���y��0�`���n:J����]Z�:zu��((nQr&�4��̢V�T�F�q��e<g����vD`S�@��Laf�2�w
O&�q�x���d�tK�ݢ�
m�	j"Nd��N*V/$�X�%qU��4�] ��)@q؎V�5E.g�p�5d�)fI�eRv��ɽ�vLd�t��'��ȁ
̘��%2e6<��ML�%p�E�3�ɤ:�?ifwY�H���(���%W�,j�i�+�� :�z���Ep3&�렣�oy����ϋ��R�O�&�\�q�N��4��u3��*Rlى��2�Js8�P��*���(���DR�x�:#��P�cuD�}�-3�a�UNa�R��W/Q%�%HP��G3 �P�7���E��ng���k�Γ�{�o��'GŌ�FR�D@A�p��<=�A&�}��ߵ�Mf�s�����]��i�Y��`F��E�$��/٣�����1 ����~%s��&�����H�0r�p��_[}����V�z�C�o�D�ڌ�a��������{��<�jj����~!�C��}���Dk$����~��+K�~!�7Ƣf�u�;��o��g�����﯈|��Y�k#�O������?���[5�ȴ�rEr9
{s-.�%����L�>��IX�M "��ˊ�(�Q�ax���b�h$0�t`�����M��#�s>�w&�l�gE�3f8&C��H��*�
혎��e25w��H&ޠBL���n����{����ӗH�ZA
nY���\qѺ�?���&�||X����R��c���Bߞ�3Sc6㌞�����zCPz�1q��dj�3EΐM�@��
�k�����=!�&�{G�J��6n�z5���+s
FJ⮊�Q �B�/޻0���-
��J	N��u����d�C)�:��"+�e�"|z�;:��WSbmUTUS�Qj��R��ȄK�
R�e���W&�
<X�{j��J�
��a��5�Da_oҚ�w
`�֔��@AG��a��P�z�;Go`�)�x�U�h� {���^�L��CQR�
b�<Bp{�ap1�C!r4i���}�W���o�;�Ϙ����o���5����ugm�Wbl���ɍ��iPI��,�ѕC����NB��ԗ(�<^������d�ݏ�N����$~��]*m)�*�3n�M�̯y�SOY�-,��l0S⡙D_�TDݗ���e�OiKQ%9�wUFx�Ě�5)�d�[`��+��:��}�8b�%�=�6o^𰟯wG�5;ٶ����޽�����p<E�.<G�h$��`���n:J����]Z�:zu��((nQr&�4��̢V�T�F�q��e<g����vD`S�@��Laf�2�w
O&�q�x���d�tK�ݢ�
m�	j"Nd��N*V/$�X�%qU��4�] ��)@q؎V�5E.g�p�5d�)fI�eRv��ɽ�vLd�t��'��ȁ
̘��%2e6<��ML�%p�E�3�ɤ:�?ifwY�H���(���%W�,j�i�+�� :�z���Ep3&�렣�oy����ϋ��R�O�&�\�q�N��4��u3��*Rlى��2�Js8�P��*���(���DR�x�:#��P�cuD�}�-3�a�UNa�R��W/Q%�%HP��G3 �P�7���E��ng���k�Γ�{�o��'GŌ�FR�D@A�p��<=�A&4��]�і��Q�j��B�H������ϸ���A� �7��w�\�����aM�wU�fE�k�NF�ۤk������4��֫�ϙ�����g�~��J�S]�k��;T5ǭWG�3o?��?�&y~��J�Q�k��;T5ǭWG�3o?��?�&y~��J�Q�k��;T5͆��i��lNr��'I��PeiS�)	P�>F�*��Qd��RX�S��g�D8��l��͊TM�J�ٝ��ϓ�f8R$|�I6�=`�0�e�0W�J�Dצ���9�K��\��v��"��!��o�ZO�J�v�G\z�����s�oP!&Cq��@�s�=�Hj�{iˤ~� ����r�]�8��K���o�þ>,zCPyCkw)S���ӡo�t����q�O|��{�=!�=
혎��e25w��H&ޠBL���n����{���v��Ez������u�m�(E+��v��2�#�qc������[�
��;������?���􆠐_n�QT~�gL��kN�w�-$/%�	\�
���>c�KP۰TR���2�bӹ�e���U�s�o,Eo/�b���􆠏���z���˝�Y�􋋏����LzHj�@q
��!{�pb�m�u�O�M~�?��ڿ妳}��n|�G���4Ѭ�D0�x\��f�H7�.����^�&&�V��y��SHx��p{s��2nN�>e:}�?fT.�D�L��挞P�o�b�^�d���\L�ؠ���jǤ!����'XӦW��d򄻍O��s$�g��g�C��I���u��
��$~��j����[�������(**��4�u��<�2�LŤ���7�"���A��j	zB�:�Ru�:e~�FO(K���j�g2@J�xn&x0p{����wZ_ ���G�=��oo�����m�AI�iq�����-�n��%T�?D�Fv>����]�AY=-B��#^72���	2�+��uG"k�q��ϥ�ɮE[;Yđgَ	����-'ʥB�f#�=YL�]�h��	���!��z۠w�9�Ǥ5�=���?V�C[�Vo9E.�tn����Ƀ��=!�<������X�ciз燺���͸�'�f��������v�G\z�����s�oP!&Cq��@�s�=�Hj
�r]m"�[���`W��	���"���;H��^�
A����z���˝�Y�􋋏����LzCPH/�c��?W3�W�5�s|��O��焮g��_�C��%�$��O�I͑ٚ0Rծ���%�3���FR!/B�Fy*�؁���^��F;@�/OkCN*�(M]xeN����U�4J�#���84g$�`4��s�����Zk7۝���T~��7�CM�TC`:������bl�1{�GAN�v�:�-B޸�8���N�P�ZuL���`17=���N����{��ك��L>�2����Zg�̨�|��<�+iJ�"�1V%4J�c5/��ll�^P�uD�}�12Ta�U>^�jT�K/O+z�H���gBG�� �P����z�{�X���u�I��{�W��W���R��E�x���=��A'��`-���ۙ���rX뚚�zzUռ�F4)W%J	�OT�e�t���"!���d<g�h�Ncb*"s��L">Y2���pB�p�O�sC!�iB(\K�E��
k���lu8�Q��X�Na+�����:�B����0���b�4�r��Ֆ�
*u�jUcD�����ƌ��0�
�ۛ{p[��6n�m�����Z�J�ox��gI$p�(
�`�\��_��(;*����w�=�x ��mB�ϝ�^�:<�f~��!o_��[M����]>�a'��:����=�������[|���E�>�a'��:����=�������[|���E�>�a'��]����t�QѠ�-%*)SR��$D)��!RAH�IQH�R��)@͍QE��ĪꫝTʆ`� �!DdDȈ��B�A!�0�`�0�`�0�`�0�`��assets/img/slider-featured-image.png000064400000010100151213253270013460 0ustar00�PNG


IHDRv^CR?	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F]IDATx���1
1���G#I+��$�#����`�0v�c����;��c��0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;�����`�0v;c����`���c����;��c`�0v;�����`�0v;c����`���c��0v;��c`�0v;�����`�0v;c����`���c��0v;��c`�0v;�����`�0v�c����`���c��0v;��c`�0v;�����`�0v�c����`���c��0v;����`�0v;�����`�0v�c����`���c��0v;����`�0v;�����`�0v�c����;��c��0v;����`�0v;c'����`�0v�c����;��c��0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`�0v�c����;��c`�0v;����`�0v;c����`���c����;��c`�0v;����`�0v;c����p�����׻�IEND�B`�assets/img/highlights-featured-image.png000064400000006150151213253270014342 0ustar00�PNG


IHDR��ui	G	pHYs��
MiCCPPhotoshop ICC profilexڝSwX��>�eVB��l�"#��Y��a�@Ņ�
V�HU�
H���(�gA��Z�U\8�ܧ�}z��������y��&��j9R�<:��OH�ɽ�H� ���g��yx~t�?��op�.$���P&W ��"��R�.T���S�d
�ly|B"�
��I>ة��آ���(G$@�`U�R,����@".���Y�2G��v�X�@`��B,� 8C� L�0ҿ�_p��H�˕͗K�3���w����!��l�Ba)f	�"���#H�L����8?������f�l��Ţ�k�o">!����N���_���p��u�k�[�Vh�]3�	�Z
�z��y8�@��P�<
�%b��0�>�3�o�~��@��z�q�@������qanv�R���B1n��#�Dž��)��4�\,��X��P"M�y�R�D!ɕ��2���	�w
��O�N���l�~��X�v@~�-��g42y�����@+͗����\��L�D��*�A�������aD@$�<B�
��AT�:��������18
��\��p`����	A�a!:�b��"���"aH4��� �Q"��r��Bj�]H#�-r9�\@���� 2����G1���Q�u@���Ơs�t4]���k��=�����K�ut}��c��1f��a\��E`�X&�c�X5V�5cX7v��a�$���^��l���GXLXC�%�#��W	��1�'"��O�%z��xb:��XF�&�!!�%^'_�H$ɒ�N
!%�2IIkH�H-�S�>�i�L&�m������ �����O�����:ň�L	�$R��J5e?���2B���Qͩ����:�ZIm�vP/S��4u�%͛Cˤ-��Кigi�h/�t�	݃E�З�k�����w
�
��Hb(k{��/�L�ӗ��T0�2�g��oUX*�*|���:�V�~��TUsU?�y�T�U�^V}�FU�P�	��թU��6��RwR�P�Q_��_���c
���F��H�Tc���!�2e�XB�rV�,k�Mb[���Lv�v/{LSCs�f�f�f��q�Ʊ��9ٜJ�!�
�{--?-��j�f�~�7�zھ�b�r�����up�@�,��:m:�u	�6�Q����u��>�c�y�	�����G�m������7046�l18c�̐c�k�i�����h���h��I�'�&�g�5x>f�ob�4�e�k<abi2ۤĤ��)͔k�f�Ѵ�t���,ܬج��9՜k�a�ټ����E��J�6�ǖږ|��M����V>VyV�V׬I�\�,�m�WlPW��:�˶�����v�m���)�)�Sn�1��
���9�a�%�m����;t;|rtu�vlp���4éĩ��Wgg�s��5�K���v�Sm���n�z˕��ҵ�����ܭ�m���=�}��M.��]�=�A��X�q�㝧�����/^v^Y^��O��&��0m���[��{`:>=e���>�>�z�����"�=�#~�~�~���;������y��N`������k��5��/>B	
Yr�o���c3�g,����Z�0�&L�����~o��L�̶��Gl��i��})*2�.�Q�Stqt�,֬�Y�g��񏩌�;�j�rvg�jlRlc웸�����x��E�t$	�����=��s�l�3��T�tc��ܢ����˞w<Y5Y�|8����?� BP/O�nM򄛅OE����Q���J<��V��8�;}C�h�OFu�3	OR+y���#�MVD�ެ��q�-9�����R
i��+�0�(�Of++�
�y�m�����#�s��l�Lѣ�R�PL/�+x[[x�H�HZ�3�f��#�|���P���ظxY��"�E�#�Sw.1]R�dxi��}�h˲��P�XRU�jy��R�ҥ�C+�W4�����n��Z�ca�dU�j��[V*�_�p�����F���WN_�|�ym���J����H��n��Y��J�jA�І�
���_mJ�t�zj��ʹ���5a5�[̶���6��z�]�V������&�ֿ�w{��;��켵+xWk�E}�n��ݏb���~ݸGwOŞ�{�{�E��jtolܯ���	mR6�H:p囀oڛ�w�pZ*�A�'ߦ|{�P������ߙ���Hy+�:�u�-�m�=���茣�^G���~�1�cu�5�W���(=�䂓�d���N?=ԙ�y�L��k]Q]�gCϞ?t�L�_�����]�p�"�b�%�K�=�=G~p��H�[o�e���W<�t�M�;����j��s��.]�y�����n&��%���v��w
�L�]z�x����������e�m�`�`��Y�	�����Ӈ��G�G�#F#���
��dΓ᧲���~V�y�s����K�X�����Ͽ�y��r﫩�:�#���y=���}���ǽ�(�@�P��cǧ�O�>�|��/���%ҟ3gAMA��|�Q� cHRMz%������u0�`:�o�_�F�IDATx���	1�緆���:I�`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�SK�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
�05`j05`j�Ԁ�S��S�L
�L
�05`j��`j�Ԁ�S�S�L
�05�05`j�Ԁ��Ԁ�S�L
�L
\���^hQ�;-�IEND�B`�assets/img/alignment/align-left.svg000064400000001525151213253270013347 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="8" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="52" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 12a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 21a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
assets/img/alignment/align-right.svg000064400000001525151213253270013532 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="8" y="4" width="60" height="12" rx="4" fill="#71717A"/>
  <rect x="94" y="8" width="18" height="4" rx="1" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 12a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 21a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v12a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
assets/img/alignment/align-center.svg000064400000001527151213253270013677 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <mask id="a" fill="#fff">
    <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z"/>
  </mask>
  <path d="M0 4a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v20a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4Z" fill="#FAFAFA"/>
  <rect x="51" y="4" width="18" height="4" rx="1" fill="#71717A"/>
  <rect x="30" y="12" width="60" height="12" rx="4" fill="#71717A"/>
  <path d="M-1 4a5 5 0 0 1 5-5h112a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3h-2Zm122 20a5 5 0 0 1-5 5H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h112a3 3 0 0 0 3-3h2ZM4 29a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v20a3 3 0 0 0 3 3v2ZM116-1a5 5 0 0 1 5 5v20a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3v-2Z" fill="#71717A" mask="url(#a)"/>
</svg>
assets/img/container-layout/wide.svg000064400000042624151213253270013601 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect x=".5" y=".5" width="119" height="99" rx="3.5" fill="#FAFAFA"/>
  <rect x="6" y="6" width="108" height="88" rx="3" fill="url(#a)"/>
  <rect x=".5" y=".5" width="119" height="99" rx="3.5" stroke="#71717A"/>
  <defs>
    <pattern id="a" patternContentUnits="objectBoundingBox" width="1" height="1">
      <use xlink:href="#b" transform="matrix(.00231 0 0 .00284 0 .011)"/>
    </pattern>
    <image id="b" width="432" height="544" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbAAAAIgCAYAAADkwDz0AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3WtTE8nbx/HmkBAJAQIJoXBltfRv1b7/F2NZy6roGiGAgDlggMBdV7zdYlkw0z09PX34zhMf7EwfPlfDbydMpufG4/Gt4kAAAQQQQCAwgTkCLLCKMVwEEEAAgakAAcZCQAABBBAIUoAAC7JsDBoBBBBAgABjDSCAAAIIBClAgAVZNgaNAAIIIECAsQYQQAABBIIUIMCCLBuDRgABBBAgwFgDCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABawE2HI7UYDBU/f5QXV1dIYsAAokL1Go1tbRUUe32pqpUKqVq+PD7ySePUothsfPcAXZzc6N6vWN1enpucVg0hQACMQlsbKypVqulFhbmnU7L199PZXk4xXfQWa4Ak8Wxv/+3+v597GCodIEAAiEL1GpLanf3N2ch5vvvJ9ceIa+dx8aeK8AODnrcecW4KpgTAgUJyJ1Hp7NVUOv/bjaE308uPZygO+7EOMDk71x7ex8cD5fuEEAgdIHd3aeqXl8udBoh/X5y4VEodomNGwdYt3ugzs/7JQ6drhFAIESBZnNdbW+3Cx16SL+fXHgUil1i48YB9u7dRzUe87evEmtH1wgEKSBPJL569bzQsYf0+8mFR6HYJTZuHGBv3vxZ4rDpGgEEQhb444//FTr80H4/Fe1RKHaJjRNgJeLTNQKpChT9C5sAS2NlEWBp1JlZIuCVAAH273IU7eFV8S0OhgCziElTCCCQTaDoX9gx3oHJk5Xd7uH0e7fyHbfQj0ajrjqddq63tBBgoa8Cxo9AgAIEmN4dmISXPJgSQ3Ddnbm8meXFi13jECPAAvzhZ8gIhC5AgOkF2KdP3em7ZmM8lpdr6vffnxlNjQAzYuMiBBDII0CA6QVYaB+J6qwNuQt7/fqlziX/nEuAGbFxEQII5BEgwPQC7O3bv6L7+PCugOl6IMDy/BRyLQIIGAmY/sLK2llodyyzPD58+KQuLr5nnX5Q562s1NWzZztGYybAjNi4CAEE8gjM+oWdp225NrYAu7y8Uu/fx/cQx/z8j4c4qlWz/eIIsLw/KVyPAALaAgSY3keIcraE2OFhTw0GI21v3y6Q4FpaqqqdnW3j8JI5EWC+VZbxIJCAAAGmH2AJLAvtKRJg2mRcgAACeQUIMAIs7xriDsyGIG0ggIC2AAFGgGkvmgcu4A7MhiJtIICAlgABRoBpLZhHTibAbCjSBgIIaAkQYASY1oIhwGxw0QYCCNgQIMAIMBvriDswG4q0gQACWgIEGAGmtWC4A7PBRRsIIGBDgAAjwGysI+7AbCjSBgIIaAkQYPoBNplM1NnZt+kXmm9vb7W8izj5yZOaWl1dUQsLC0U0n6lNAiwTEychgIBNAQJML8AkvHq9Ey+C6+7I5Y0a7fZGaSFGgNn8qaQtBBDIJECA6QXY169n052YfTyq1apqtZqlDI0AK4WdThFIW4AA0wuwbvfQ2wUjd2Hb2+1SxkeAlcJOpwikLUCA6QXYly897z4+vDuDnZ1OKQuaACuFnU4RSFuAANMLsOPjU3V5eenloqnVampjY62UsRFgpbDTKQJpCxBgegF2fT1RR0f+PcQxNzen2u1NtbhYzpOIBFjav0eYPQKlCBBgegEmZ0uInZ/31Xhc/sMcElyVSkWtr6+WFl5iQoCV8uNLpwikLUCA6QdY2ivm4dkTYKwKBBBwLkCAEWA2Fh0BZkORNhBAQEuAACPAtBbMIycTYDYUaQMBBLQEig6wvb336urqWmtMZZ1cqy2pFy92y+o+6H4JsKDLx+ARCFOg6AA7OOip09PzIHBWVxvq6dPtIMbq2yAJMN8qwngQSECg6AAbDkfq48fPQUi+fPlcVauVIMbq2yAJMN8qwngQSECg6AATwhDuwprN9dJewxTDMiPAYqgic0AgMAEXASZvcN/f/+zF96YeKo/87Wt39ze1sDAfWPX8GS4B5k8tGAkCyQi4CDDBlBCTN1j49vcwufOSN1gQXvmWPAGWz4+rEUDAQMBVgP0cmmwCKUE2Hl+WdkdWqSyqlZUV1WjUVb2+bKDGJfcFCDDWBAIIOBdwHWDOJ0iHTgQIMCfMdIIAAncFCDDWgw0BAsyGIm0ggICWAAGmxcXJjwgQYCwNBBBwLkCAOSePskMCLMqyMikE/BYgwPyuTyijI8BCqRTjRCAiAQIsomKWOBUCrER8ukYgVQECLNXK2503AWbXk9YQQCCDAAGWAYlTZgoQYDOJOAEBBGwLEGC2RdNsjwBLs+7MGoFSBQiwUvmj6ZwAi6aUTASBcAQIsHBq5fNICTCfq8PYEIhUgACLtLCOp0WAOQanOwQQUMp1gMkGl4PBUPX7Q3V1dVVKCWq1mlpaqkzfQl+psIGljSIQYDYUaQMBBLQEXAXYzc2N6vWOvdtOZWNjTbVaLbZT0Vo1/z2ZAMsJyOUIIKAv4CLAJLz29/9W37+P9Qfo4Ao2tMyPTIDlN6QFBBDQFHARYAcHPe/uvO4zyZ1Yp7OlqcfpPwUIMNYCAgg4Fyg6wOTvXHt7H5zPy6TD3d2nbHBpAqeUIsAM4bgMAQTMBYoOsG73QJ2f980H6PDKZnNdbW+3HfYYT1cEWDy1ZCYIBCNQdIC9e/dRjcd+/u3rfpHkicRXr54HUzufBkqA+VQNxoJAIgJFB9ibN38GJVm0R1AYGoMlwDSwOBUBBOwIFP0LmwCzUyffWyHAfK8Q40MgQgEC7N9FLdojwiU0nRIBFmtlmRcCHgsU/Qs7xjswebKy2z2cfq9NvuMW+tFo1FWn0871VhICLPRVwPgRCFCAANO7A5PwkgdTYgiuuzNfWJhXL17sGocYARbgDz9DRiB0AQJML8A+fepO3+UY47G8XFO///7MaGoEmBEbFyGAQB4BAkwvwEL7SFRnbchd2OvXL3Uu+edcAsyIjYsQQCCPAAGmF2Bv3/4V3ceHdwVM1wMBluenkGsRQMBIwPQXVtbOQrtjmeXx4cMndXHxPev0gzpvZaWunj3bMRozAWbExkUIIJBHYNYv7Dxty7WxBdjl5ZV6/z6+hzjm5388xFGtmu2PRoDl/UnhegQQ0BYgwPQ+QpSzJcQOD3tqMBhpe/t2gQTX0lJV7exsG4eXzIkA862yjAeBBAQIMP0AS2BZaE+RANMm4wIEEMgrQIARYHnXEHdgNgRpAwEEtAUIMAJMe9E8cAF3YDYUaQMBBLQECDACTGvBPHIyAWZDkTYQQEBLgAAjwLQWDAFmg4s2EEDAhgABRoDZWEfcgdlQpA0EENASIMAIMK0Fwx2YDS7aQAABGwIEGAFmYx1xB2ZDkTYQQEBLgADTD7DJZKLOzr5Nv9B8e3ur5V3EyU+e1NTq6opaWFgoovlMbRJgmZg4CQEEbAoQYHoBJuHV6514EVx3Ry5v1Gi3N0oLMQLM5k8lbSGAQCYBAkwvwL5+PZvuxOzjUa1WVavVLGVoBFgp7HSKQNoCBJhegHW7h94uGLkL295ulzI+AqwUdjpFIG0BAkwvwL586Xn38eHdGezsdEpZ0ARYKex0ikDaAgSYXoAdH5+qy8tLLxdNrVZTGxtrpYyNACuFnU4RSFuAANMLsOvriTo68u8hjrm5OdVub6rFxXKeRCTA0v49wuwRKEWAANMLMDlbQuz8vK/G4/If5pDgqlQqan19tbTwEhMCrJQfXzpFIG0BAkw/wNJeMQ/PngBjVSCAgHMBAowAs7HoCDAbirSBAAJaAgQYAaa1YB45mQCzoUgbCCCgJVB0gO3tvVdXV9daYyrr5FptSb14sVtW90H3S4AFXT4Gj0CYAkUH2MFBT52engeBs7raUE+fbgcxVt8GSYD5VhHGg0ACAkUH2HA4Uh8/fg5C8uXL56parQQxVt8GSYD5VhHGg0ACAkUHmBCGcBfWbK6X9hqmGJYZARZDFZkDAoEJuAgweYP7/v5nL7439VB55G9fu7u/qYWF+cCq589wCTB/asFIEEhGwEWACaaEmLzBwre/h8mdl7zBgvDKt+QJsHx+XI0AAgYCrgLs59BkE0gJsvH4srQ7skplUa2srKhGo67q9WUDNS65L0CAsSYQQMC5gOsAcz5BOnQiQIA5YaYTBBC4K0CAsR5sCBBgNhRpAwEEtAQIMC0uTn5EgABjaSCAgHMBAsw5eZQdEmBRlpVJIeC3AAHmd31CGR0BFkqlGCcCEQkQYBEVs8SpEGAl4tM1AqkKEGCpVt7uvAkwu560hgACGQQIsAxInDJTgACbScQJCCBgW4AAsy2aZnsEWJp1Z9YIlCpAgJXKH03nBFg0pWQiCIQjQICFUyufR0qA+VwdxoZApAIEWKSFdTwtAswxON0hgIBSrgNMNrgcDIaq3x+qq6urUkpQq9XU0lJl+hb6SoUNLG0UgQCzoUgbCCCgJeAqwG5ublSvd+zddiobG2uq1WqxnYrWqvnvyQRYTkAuRwABfQEXASbhtb//t/r+faw/QAdXsKFlfmQCLL8hLSCAgKaAiwA7OOh5d+d1n0nuxDqdLU09Tv8pQICxFhBAwLlA0QEmf+fa2/vgfF4mHe7uPmWDSxM4pRQBZgjHZQggYC5QdIB1uwfq/LxvPkCHVzab62p7u+2wx3i6IsDiqSUzQSAYgaID7N27j2o89vNvX/eLJE8kvnr1PJja+TRQAsynajAWBBIRKDrA3rz5MyjJoj2CwtAYLAGmgcWpCCBgR6DoX9gEmJ06+d4KAeZ7hRgfAhEKEGD/LmrRHhEuoemUCLBYK8u8EPBYoOhf2DHegcmTld3u4fR7bfIdt9CPRqOuOp12rreSEGChrwLGj0CAAgSY3h2YhJc8mBJDcN2d+cLCvHrxYtc4xAiwAH/4GTICoQsQYHoB9ulTd/ouxxiP5eWa+v33Z0ZTI8CM2LgIAQTyCBBgegEW2keiOmtD7sJev36pc8k/5xJgRmxchAACeQQIML0Ae/v2r+g+PrwrYLoeCLA8P4VciwACRgKmv7CydhbaHcssjw8fPqmLi+9Zpx/UeSsrdfXs2Y7RmAkwIzYuQgCBPAKzfmHnaVuujS3ALi+v1Pv38T3EMT//4yGOatVsfzQCLO9PCtcjgIC2AAGm9xGinC0hdnjYU4PBSNvbtwskuJaWqmpnZ9s4vGROBJhvlWU8CCQgQIDpB1gCy0J7igSYNhkXIIBAXgECjADLu4a4A7MhSBsIIKAtQIARYNqL5oELuAOzoUgbCCCgJUCAEWBaC+aRkwkwG4q0gQACWgIEGAGmtWAIMBtctIEAAjYECDACzMY64g7MhiJtIICAlgABRoBpLRjbd2B7e+/V1dW1jTHQBgIIJCRQqy1Nv7xa5BHbF5mLtAq5beM7sIODnjo9PQ957owdAQRKEFhdbainT7cL7TnGAJtMJurs7Nv0C823t7eF+mVp/MmTmlpdXVELCwtZTi/kHOMAGw5H6uPHz4UMikYRQCBegZcvn+d6+0IWmdgCTMKr1zvxIrju+ssbNdrtjdJCzDjAZBLchWX5UeIcBBD4KdBsrqvt7XbhILEF2NevZ9OdmH08qtWqarWapQwtV4DJ/xXs739W47GfsKWI0ikCCDwoIH/72t39Tcn+T0UfsQVYt3tYNJlx+3IX5uJ/Sh4aYK4AkwYlxI6OTvh7mHH5uRCB+AXkzqvd3nQSXqIZW4B9+dLz7uPDu6t2Z6dTyiLOHWA/Ry1/WJQgG48vuSMrpZR0ioBfApXKolpZWVGNRl3V68tOBxdbgB0fn6rLy0unhlk7q9VqamNjLevpVs+zFmBWR0VjCCCAQA6B2ALs+vrHJ10+PH14tyxzc3PTO+vFxXKeRCTAcvyQcCkCCPgpEFuAibKE2Pl534tPuCS4KpWKWl9fLS28xIQA8/Pnj1EhgEAOgRgDLAdHtJcSYNGWlokhkK4AAZZG7QmwNOrMLBFISoAAS6PcBFgadWaWCCQlENK7Wl28GzLW4hNgsVaWeSGQsEBIbwly8W7IWJcCARZrZZkXAgkLhPSuVhfvhox1KRBgsVaWeSGQuEAId2Gu3g0Z61IgwGKtLPNCIHEB39/V6vLdkLEuBQIs1soyLwQQ8PZdra7fDRnrUiDAYq0s80IAgX8EfHhXa5nvhox1KRBgsVaWeSGAAAKRCxBgkReY6SGAAAKxChBgsVaWeSGAAAKRCxBgkReY6SGAAAKxCuQOMNmfZjAYTTdbk80sORBAAIG7ArLtRr3+RC0vPwEGAasCuQJMvmchO4XKvxwIIIDArwQWFhZUq9VU8i8HAjYEcgXY4eEx4WWjCrSBQCICEl5bW5tKNkTkQCCvgHGAjUYX6uzsW97+uR4BBBITaDRWVKNRT2zWTLcIAeMA6/VO1PX1dRFjok0EEIhYoFqtTj9K5EAgr4BxgHW7h3n75noEEEhUYGenk+jMmbZNAQLMpiZtIYBAJgECLBMTJ80QMA4wefpQHp3nQAABBHQE5LH6dntD5xLOReBBAeMA6/eHqt8fwIoAAghoCaytrU6/F+bykA0uBwP5nTVUV1dXLrv+p69araaWliS8N5WEOEd+AeMAu7m5UUdHX3mMPn8NaAGBZATkMfpOp+VsvvJ7qtc7Vqen5876zNLRxsaaarVaamFhPsvpnPOIgHGASXvX1xN1csIXmVldCCAwW0DCa3OzqRYX3XyRWcJrf/9v9f37ePbgSjiDDS3zo+cKsJ/dD4cXSm7Reaw+f0FoAYHYBOSx+aWlqqrXl9X8vLsvMB8c9Ly787pfW7kT63S2Yiu5s/lYCTBno6UjBBBAIIOA/J1rb+9DhjPLP2V39+k03Dn0BQgwfTOuQAABzwW63QN1ft73fJQ/htdsrqvt7XYQY/VtkASYbxVhPAggkFvg3buPajz2829f9ycnTyS+evU895xTbIAAS7HqzBmByAXevPkzqBn+8cf/ghqvL4MlwHypBONAAAFrAgSYNUqvGyLAvC4Pg0MAARMBAsxELbxrCLDwasaIEUBghkCMASZPVspL1OV7bfIdt9AP2VKn02nneisJARb6KmD8CCDwH4HYAkzCSx5MiSG47hZL3kTy4sWucYgRYPzwI4BAdAKxBdinT93puxxjPJaXa+r3358ZTY0AM2LjIgQQ8FkgtgALbT46a0Puwl6/fqlzyT/nEmBGbFyEAAI+C4T2C3/WY/Rv3/4V3ceHd9fPrPk/ttYIMJ9/ChkbAggYCcQWYB8+fFIXF9+NLHy/aGWlrp492zEaZu4Au729VYPBaLq55XjMBpdGVeAiBCIWkDdNyP5fy8vu9gCLLcAuL6/U+/fxPcQxP//jIY5q1Wx/tFwBNplMlOzMLP9yIIAAAr8SkO1UWq2mkn+LPmILMPGSEDs87E1vGEI/JLhkh4KdnW3j8BKDXAF2eHhMeIW+khg/Ag4FJLy2tjbV3Fyx26rEGGAOyxRMV8YBNhpdqLOzb8FMlIEigIAfAo3GipIvsRZ5EGBF6vrTtnGA9XonbGDpTx0ZCQLBCMgGl/JRYpEHAVakrj9tGweYvNKEAwEEEDAR2NnpmFyW+RoCLDNV0CcSYEGXj8EjEKYAAfbvupl+DyrM6tsbtXGAydOH8ug8BwIIIKAjII/Vt9sbOpdon8sdmDZZkBcYB1i/P1T9/iDISTNoBBAoT2BtbXX6vbAiDwKsSF1/2jYOMHkr8tHRVx6j96eWjAQB7wXkMfpOp1X4OAmwwom96MA4wGT019cTdXLCF5m9qCSDQMBzAQmvzc2mWlzki8z3S5Xlb2Dywgj56pJ8oVnegFT28eRJTa2urjj5Yvpjc80VYD8bHQ4v1HA44rH6slcU/SPgoYA8Ni9vXajXl9X8fLFfYP45/djuwCS85KtLPgTX3SUmb9SQv2e6eLvKQ0vbSoB5+DPDkBBAIGGB2ALs69ez6U7MPh4uvtdX6B2Yj6iMCQEE0hWILcB8/t6t3IVtb7dLWWzcgZXCTqcIIFCkQGwB9uVLz7uPD+/Wr+jv9XEHVuRPC20jgIBXArEFmM/fu63VampjY62U+nMHVgo7nSKAQJECsQWYPPF9dOTfQxyyq0C7venkydKH1gsBVuRPEW0jgEApArEFmCBKiJ2f99V4XP7DHBJc8kaV9fXV0sJLTAiwUn686BQBBIoUiDHAivQKtW0CLNTKMW4EEHhUgABLY3EQYGnUmVkikJQAAZZGuQmwNOrMLBFISmBv7726uroOYs612pJ68WI3iLH6NkgCzLeKMB4EEMgtcHDQU6en57nbcdHA6mpDPX267aKr6PogwKIrKRNCAAF5N+vHj5+DgHj58rmqVitBjNW3QeYOMHm55GAwmm5uOR6zwaVvBWY8CJQtII9by/5fy8vF7gF2f54h3IU1m+ulvYap7HVho/9cASZvSJZviMu/HAgggMCvBOSN5a1W09mby+X30v7+Zy++N/WQi/zta3f3N7WwMM/CMRTIFWCHh8eElyE8lyGQooCE2NbWppIvwro4JMTkDRa+/T1M7rzkDRaEV75VYBxgo9HFdHM1DgQQQEBHoNFYUY1GXeeS3OfKJpASZPJnjrLeZFGpLKqVlR9zl73ROPILGAeYbK52fR3GY6r5mWgBAQRsCZS5f5StOdCOHwLGAebz/jR+0DIKBBB4TKCs7TeoSFwCBFhc9WQ2CAQhQIAFUSbvB2kcYD7vT+O9OgNEIGEBeay+3d5IWICp2xIwDrB+f6j6/YGtcdAOAggkIrC2tjr9XhgHAnkFjAPs5uZGHR195TH6vBXgegQSEpDH6DudVkIzZqpFChgHmAxKNlg7OeGLzEUWiLYRiEVAwmtzs1nqBoixWDKPHwK5Auwn4nB4oeTdYzxWz7JCAIH7AvLY/NJSdfrdp/l5N19gpgppCFgJsDSomCUCCCCAgE8CBJhP1WAsCCCAAAKZBQiwzFSciAACCCDgkwAB5lM1GAsCCCCAQGYBAiwzFScigAACCPgkQID5VA3GggACCCCQWYAAy0zFiQgggAACPgkQYD5Vg7EggAACCGQWIMAyU3EiAggggIBPAgSYT9VgLAgggAACmQUIsMxUnIgAAggg4JMAAeZTNRgLAggggEBmgdwBdnt7qwaDkbq8vFTj8WXmjjkxXgHZsFD2e1peZs+neKvMzBAoXyBXgE0mEyU7M8u/HAjcF5DtM1qtppJ/ORBAAAHbArkC7PDwmPCyXZHI2pPw2traVHNzbKMRWWmZDgKlCxgH2Gh0oc7OvpU+AQbgv0CjsaIajbr/A2WECCAQlIBxgPV6J2xgGVSpyxusbGgoHyVyIIAAAjYFjAOs2z20OQ7ailxgZ6cT+QyZHgIIuBYgwFyLJ9ofAZZo4Zk2AgUKGAeYPH0oj85zIDBLQB6rb7c3Zp3Gf0cAAQS0BIwDrN8fqn5/oNUZJ6cpsLa2Ov1eGAcCCCBgU8A4wG5ubtTR0Vceo7dZjQjbksfoO51WhDNjSgggULaAcYDJwK+vJ+rkhC8yl11EX/uX8NrcbKrFRb7I7GuNGBcCIQvkCrCfEx8OL9RwOOKx+pBXgsWxy2PzS0tVVa8vq/l5vsBskZamEEDgjoCVAEMUAQQQQAAB1wIEmGtx+kMAAQQQsCJAgFlhpBEEEEAAAdcCBJhrcfpDAAEEELAiQIBZYaQRBBDwTeDq6krJK+++fx8r+dpP6oe8ULvTaSt5sUAsBwEWSyWZBwII/CMg4fXu3UeC696aWFiYVy9e7EYTYgQYP/QIIBCdwKdPXTUYDKObl40JLS/X1O+/P7PRVOltEGCll4ABIICAbYE3b/603WQ07cld2OvXL6OYDwEWRRmZBAII3BV4+/YvPj78xZL444//RbFgCLAoysgkEEDgrsCHD5/UxcV3UB4QWFmpq2fPdqKwIcCiKCOTQACBuwKXl1fq/Xse4ri/KubnfzzEUa3G8SQiAcbPPQIIRCkgIXZ42FODwSjK+elMSoJL3k+6s7MdTXjJ/AkwnVXAuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjoC1ABsOR9MdUPv9oZLtvDkQQCBtgVqtppaWKqrd3ixlC/vJZKLOzr4peanv7e1t2sXwcPZPntTU6uqKWlhYMB5d7gC7ublRvd6xOj09Nx4EFyKAQNwCGxtrqtVqKdkN2MUh4dXrnRBcLrBz9CFvyW+3N4xDLFeASXjt7/+tvn8f55gClyKAQAoCtdqS2t39zUmIff16xu+lQBZVtVpVrVbTaLS5AuzgoMedlxE7FyGQpoDciXU6W4VPvts9LLwPOrAjIHdh29tto8aMA0z+zrW398GoUy5CAIF0BXZ3n6p6fblQgC9fenx8WKiw3cZ3djpGDRoHWLd7oM7P+0adchECCKQr0GyuG/8fd1a14+NTdXl5mfV0zitRQB72kTtzk8M4wN69+6jGY/72ZYLONQikLFCpVNSrV88LJbi+nqijIx7iKBTZQuNzc3PTp1QXF82eRDQOsDdv/rQwfJpAAIEUBf7443+FT1tCTD4l4n+0C6fW7kCCS/5HZn191Ti8pFMCTJueCxBAIK+AiwDLO0au91+AAPO/RowQgegECLDoSlrKhAiwUtjpFIG0BQiwtOtva/YEmC1J2kEAgcwCBFhmKk78hQABxvJAAAHnAgSYc/IoOyTAoiwrk0LAbwECzO/6hDI6AiyUSjFOBCISIMAiKmaJUyHASsSnawRSFSDAUq283XkTYHY9aQ0BBDIIuAww9gXLUJACT7Gx79djwyPACiwcTSOAwMMCrgKMfcEa+6cPAAASCElEQVT8WIF59/0iwPyoI6NAAAGllKsAY18wf5Zbnn2/CDB/6shIEEhewFWAsS+YP0stz75fBJg/dWQkCCQv4CrA2BfMr6Vmuu8XAeZXHRkNAkkLuAow9gXzZ5nl2feLAPOnjowEgeQFXAUY+4L5sdTy7vtFgPlRR0aBAAIOH+IQbPYFK2/J2dr3iwArr4b0jAAC9wRc3YEBH7cA3wOLu77MDgEvBQgwL8sS3KAIsOBKxoARCF+AAAu/hj7MgADzoQqMAYHEBAiwxApe0HQJsIJgaRYBBB4XIMBYHTYECDAbirSBAAJaAgSYFhcnPyJAgLE0EEDAuQAB5pw8yg4JsCjLyqQQ8FuAAPO7PqGMjgALpVKME4GIBFwGGPuB6S2cIvfv0hvJ7LMJsNlGnIEAApYFXAUY+4GZFa6o/bvMRvP4VQSYbVHaQwCBmQKuAoz9wGaW4tETiti/y3w0D19JgNkWpT0EEJgp4CrA2A9sZikePaGI/bvMR0OA2bajPQQQMBRwFWDsB2ZYoP+/zPb+XflG89+ruQOzLUp7CCAwU8BVgLEf2MxSPHpCEft3mY+GOzDbdrSHAAKGAq4CjP3AzApU1P5dZqN5/CruwGyL0h4CCMwUcBVgMhD2A5tZjn9OKHr/ruwjyXYmAZbNibMQQMCigMsAszhsmvJMgADzrCAMB4EUBAiwFKpc/BwJsOKN6QEBBO4JEGAsCRsCBJgNRdpAAAEtAQJMi4uTHxEgwFgaCCDgXIAAc04eZYcEWJRlZVII+C1AgPldn1BGR4CFUinGiUBEAgRYRMUscSoEWIn4dI1AqgIEWKqVtztvAsyuJ60hgEAGAZcB5vt+YLr7b8U2nwzL5dFTCLA8elyLAAJGAq4CLJT9wLLuvxXbfIwWz52LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXzr0LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXDgGWl4zrEUAgr4CrAAttP7BZ+2/FNp+864g7sLyCXI8AAtoCrgIspP3Asuy/Fdt8tBcOd2B5ybgeAQTyCrgKsFD2A8u6/1Zs88m7jrgDyyvI9QggoC3gKsBkYD7vB2ay/1Zs89FePHcuIMDy6HEtAggYCbgMMKMBclEQAgRYEGVikAjEJUCAxVXPsmZDgJUlT78IJCxAgCVcfItTJ8AsYtIUAghkEyDAsjlx1q8FCDBWCAIIOBcgwJyTR9khARZlWZkUAn4LEGB+1yeU0RFgoVSKcSIQkQABFlExS5wKAVYiPl0jkKoAAZZq5e3OmwCz60lrCCCQQYAAy4DEKTMFCLCZRJyAAAK2BQgw26JptkeApVl3Zo1AqQIEWKn80XROgEVTSiaCQDgCBFg4tfJ5pASYz9VhbAhEKkCARVpYx9MiwByD0x0CCChFgLEKbAgQYDYUaQMBBLQECDAtLk5+RIAAY2kggIBzAQLMOXmUHRJgUZaVSSHgtwAB5nd9QhkdARZKpRgnAhEJEGARFbPEqRBgJeLTNQKpChBgqVbe7rwJMLuetIYAAhkECLAMSJwyU4AAm0nECQggYFuAALMtmmZ7BFiadWfWCJQqQICVyh9N5wRYNKVkIgiEI0CAhVMrn0dKgPlcHcaGQKQCBFikhXU8LQLMMTjdIYAAr5JiDdgRIMDsONIKAghoCHAHpoHFqY8KEGAsDgQQcC5AgDknj7JDAizKsjIpBPwWIMD8rk8ooyPAQqkU40QgIgECLKJiljgVAqxEfLpGIFUBAizVytudNwFm15PWEEAggwABlgGJU2YKEGAziTgBAQRsCxBgtkXTbI8AS7PuzBqBUgUIsFL5o+mcAIumlEwEgXAECLBwauXzSAkwn6vD2BCIVIAAi7SwjqdFgDkGpzsEEOBVUqwBOwIEmB1HWkEAAQ0B7sA0sDj1UQECjMWBAALOBQgw5+RRdkiARVlWJoWA3wIEmN/1CWV0BFgolWKcCEQkQIBFVMwSp0KAlYhP1wikKkCApVp5u/MmwOx60hoCCGQQIMAyIHHKTAECbCYRJyCAgG0BAsy2aJrtEWBp1p1ZI1CqAAFWKn80nRNg0ZSSiSAQjgABFk6tfB4pAeZzdRgbApEKEGCRFtbxtAgwx+B0hwACvEqKNWBHgACz40grCCCgIcAdmAYWpz4qQICxOBBAwLkAAeacPMoOCbAoy8qkEPBbgADzuz6hjI4AC6VSjBOBiAQIsIiKWeJUCLAS8ekagVQFCLBUK2933gSYXU9aQwCBDAIEWAYkTpkpQIDNJOIEBBCwLUCA2RZNsz0CLM26M2sEShUgwErlj6ZzAiyaUjIRBMIRIMDCqZXPIyXAfK4OY0MgUgECLNLCOp4WAeYYnO4QQIBXSbEG7AgQYHYcaQUBBDQEuAPTwOLURwUIMBYHAgg4FyDAnJNH2SEBFmVZmRQCfgsQYH7XJ5TREWChVIpxIhCRAAEWUTFLnAoBViI+XSOQqgABlmrl7c6bALPrSWsIIJBBgADLgMQpMwUIsJlEnIAAArYFCDDbomm2R4ClWXdmjUCpAgRYqfzRdE6ARVNKJoJAOAIEWDi18nmkBJjP1WFsCEQqQIBFWljH0yLAHIPTHQII8Cop1oAdAQLMjiOtIICAhgB3YBpYnPqoAAHG4kAAAecCBJhz8ig7JMCiLCuTQsBvAQLM7/qEMjoCLJRKMU4EIhIgwCIqZolTIcBKxKdrBFIVIMBSrbzdeRNgdj1pDQEEMggQYBmQOGWmAAE2k4gTEEDAtgABZls0zfYIsDTrzqwRKFWAACuVP5rOCbBoSslEEAhHgAALp1Y+j5QA87k6jA2BSAUIsEgL63haBJhjcLpDAAFeJcUasCNAgNlxpBUEENAQ4A5MA4tTHxUwDrC9vffq6uoaWgQQQEBLoFZbUi9e7Gpdw8kIPCRgHGAHBz11enqOKgIIIKAlsLraUE+fbmtdw8kIWA2w4XCkPn78jCoCCCCgJfDy5XNVrVa0ruFkBKwGmDTGXRiLCgEEdASazXW1vd3WuYRzEXhUwPgjRGlxMpmo/f3PajweQ4wAAgj8UkD+9rW7+5taWJhHCgErArkC7GeIHR2d8PcwK+WgEQTiFJA7r3Z7k/CKs7ylzSp3gP0c+eXllZIgG48vuSMrrZx0jIA/ApXKolpZWVGNRl3V68v+DIyRRCNgLcCiEWEiCCCAAAJBCBBgQZSJQSKAAAII3BcgwFgTCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABAow1gAACCCAQpAABFmTZGDQCCCCAAAHGGkAAAQQQCFKAAAuybAwaAQQQQIAAYw0ggAACCAQpQIAFWTYGjQACCCCQO8Bub2/VYDBSl5eykeUloggggMC/BCqViqrXn6jl5SfIIGBVIFeATSYTdXx8quRfDgQQQOBXAgsLC6rVair5lwMBGwK5Auzw8JjwslEF2kAgEQEJr62tTTU3N5fIjJlmkQLGATYaXaizs29Fjo22EUAgQoFGY0U1GvUIZ8aUXAsYB1ivd6Kur69dj5f+EEAgcIFqtTr9KJEDgbwCxgHW7R7m7ZvrEUAgUYGdnU6iM2faNgUIMJuatIUAApkECLBMTJw0Q8A4wOTpQ3l0ngMBBBDQEZDH6tvtDZ1LOBeBBwWMA6zfH6p+fwArAgggoCWwtrY6/V4YBwJ5BYwD7ObmRh0dfeUx+rwV4HoEEhKQx+g7nVZCM2aqRQoYB5gM6vp6ok5O+CJzkQWibQRiEZDw2txsqsVFvsgcS03LnkeuAPs5+OHwQg2HIx6rL7ua9I+AhwLy2PzSUlXV68tqfp4vMHtYomCHZCXAgp09A0cAAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFsgd4Dd3t6qwWA03dxyPGaDy7SXE7NH4L8CsoGl7P+1vMweYKwPuwK5AmwymSjZmVn+5UAAAQR+JSDbqbRaTSX/ciBgQyBXgB0eHhNeNqpAGwgkIiDhtbW1qebm2FYlkZIXOk3jABuNLtTZ2bdCB0fjCCAQn0CjsaIajXp8E2NGzgWMA6zXO2EDS+flokMEwheQDS7lo0QOBPIKGAdYt3uYt2+uRwCBRAV2djqJzpxp2xQgwGxq0hYCCGQSIMAyMXHSDAHjAJOnD+XReQ4EEEBAR0Aeq2+3N3Qu4VwEHhQwDrB+f6j6/QGsCCCAgJbA2trq9HthHAjkFTAOsJubG3V09JXH6PNWgOsRSEhAHqPvdFoJzZipFilgHGAyqOvriTo54YvMRRaIthGIRUDCa3OzqRYX+SJzLDUtex65Auzn4IfDCzUcjnisvuxq0j8CHgrIY/NLS1VVry+r+Xm+wOxhiYIdkpUAC3b2DBwBBBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG2B3AF2e3urBoPRdHPL8ZgNLtNeTswegf8KyAaWsv/X8jJ7gLE+7ArkCrDJZKJkZ2b5lwMBBBD4lYBsp9JqNZX8y4GADYFcAXZ4eEx42agCbSCQiICE19bWppqbY1uVREpe6DSNA2w0ulBnZ98KHRyNI4BAfAKNxopqNOrxTYwZORcwDrBe74QNLJ2Xiw4RCF9ANriUjxI5EMgrYBxg3e5h3r65HgEEEhXY2ekkOnOmbVOAALOpSVsIIJBJgADLxMRJMwSMA0yePpRH5zkQQAABHQF5rL7d3tC5hHMReFDAOMD6/aHq9wewIoAAAloCa2ur0++FcSCQV8A4wG5ubtTR0Vceo89bAa5HICEBeYy+02klNGOmWqSAcYDJoK6vJ+rkhC8yF1kg2kYgFgEJr83Nplpc5IvMsdS07HnkCrCfgx8OL9RwOOKx+rKrSf8IeCggj80vLVVVvb6s5uf5ArOHJQp2SFYCLNjZM3AEEEAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFcgfY7e2tGgxG080tx2M2uEx7Of2YvWxYKPs9LS+z5xPrAQEEihPIFWCTyUTJzszyLwcC9wVk+4xWq6nkXw4EEEDAtkCuADs8PCa8bFcksvYkvLa2NtXcHNtoRFZapoNA6QLGATYaXaizs2+lT4AB+C/QaKyoRqPu/0AZIQIIBCVgHGC93gkbWAZV6vIGKxsaykeJHAgggIBNAeMA63YPbY6DtiIX2NnpRD5DpocAAq4FCDDX4on2R4AlWnimjUCBAsYBJk8fyqPzHAjMEpDH6tvtjVmn8d8RQAABLQHjAOv3h6rfH2h1xslpCqytrU6/F8aBAAII2BQwDrCbmxt1dPSVx+htViPCtuQx+k6nFeHMmBICCJQtYBxgMvDr64k6OeGLzGUX0df+Jbw2N5tqcZEvMvtaI8aFQMgCuQLs58SHwws1HI54rD7klWBx7PLY/NJSVdXry2p+ni8wW6SlKQQQuCNgJcAQRQABBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCPwfvw84nGWrO6IAAAAASUVORK5CYII="/>
  </defs>
</svg>
assets/img/container-layout/box.svg000064400000042505151213253270013437 0ustar00<svg width="120" height="100" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect width="120" height="100" rx="4" fill="#E4E4E7"/>
  <rect x="6.5" y="6.5" width="107" height="87" rx="2.5" fill="url(#a)" stroke="#71717A"/>
  <defs>
    <pattern id="a" patternContentUnits="objectBoundingBox" width="1" height="1">
      <use xlink:href="#b" transform="scale(.00231 .00284)"/>
    </pattern>
    <image id="b" width="432" height="544" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbAAAAIgCAYAAADkwDz0AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3WtTE8nbx/HmkBAJAQIJoXBltfRv1b7/F2NZy6roGiGAgDlggMBdV7zdYlkw0z09PX34zhMf7EwfPlfDbydMpufG4/Gt4kAAAQQQQCAwgTkCLLCKMVwEEEAAgakAAcZCQAABBBAIUoAAC7JsDBoBBBBAgABjDSCAAAIIBClAgAVZNgaNAAIIIECAsQYQQAABBIIUIMCCLBuDRgABBBAgwFgDCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABawE2HI7UYDBU/f5QXV1dIYsAAokL1Go1tbRUUe32pqpUKqVq+PD7ySePUothsfPcAXZzc6N6vWN1enpucVg0hQACMQlsbKypVqulFhbmnU7L199PZXk4xXfQWa4Ak8Wxv/+3+v597GCodIEAAiEL1GpLanf3N2ch5vvvJ9ceIa+dx8aeK8AODnrcecW4KpgTAgUJyJ1Hp7NVUOv/bjaE308uPZygO+7EOMDk71x7ex8cD5fuEEAgdIHd3aeqXl8udBoh/X5y4VEodomNGwdYt3ugzs/7JQ6drhFAIESBZnNdbW+3Cx16SL+fXHgUil1i48YB9u7dRzUe87evEmtH1wgEKSBPJL569bzQsYf0+8mFR6HYJTZuHGBv3vxZ4rDpGgEEQhb444//FTr80H4/Fe1RKHaJjRNgJeLTNQKpChT9C5sAS2NlEWBp1JlZIuCVAAH273IU7eFV8S0OhgCziElTCCCQTaDoX9gx3oHJk5Xd7uH0e7fyHbfQj0ajrjqddq63tBBgoa8Cxo9AgAIEmN4dmISXPJgSQ3Ddnbm8meXFi13jECPAAvzhZ8gIhC5AgOkF2KdP3em7ZmM8lpdr6vffnxlNjQAzYuMiBBDII0CA6QVYaB+J6qwNuQt7/fqlziX/nEuAGbFxEQII5BEgwPQC7O3bv6L7+PCugOl6IMDy/BRyLQIIGAmY/sLK2llodyyzPD58+KQuLr5nnX5Q562s1NWzZztGYybAjNi4CAEE8gjM+oWdp225NrYAu7y8Uu/fx/cQx/z8j4c4qlWz/eIIsLw/KVyPAALaAgSY3keIcraE2OFhTw0GI21v3y6Q4FpaqqqdnW3j8JI5EWC+VZbxIJCAAAGmH2AJLAvtKRJg2mRcgAACeQUIMAIs7xriDsyGIG0ggIC2AAFGgGkvmgcu4A7MhiJtIICAlgABRoBpLZhHTibAbCjSBgIIaAkQYASY1oIhwGxw0QYCCNgQIMAIMBvriDswG4q0gQACWgIEGAGmtWC4A7PBRRsIIGBDgAAjwGysI+7AbCjSBgIIaAkQYPoBNplM1NnZt+kXmm9vb7W8izj5yZOaWl1dUQsLC0U0n6lNAiwTEychgIBNAQJML8AkvHq9Ey+C6+7I5Y0a7fZGaSFGgNn8qaQtBBDIJECA6QXY169n052YfTyq1apqtZqlDI0AK4WdThFIW4AA0wuwbvfQ2wUjd2Hb2+1SxkeAlcJOpwikLUCA6QXYly897z4+vDuDnZ1OKQuaACuFnU4RSFuAANMLsOPjU3V5eenloqnVampjY62UsRFgpbDTKQJpCxBgegF2fT1RR0f+PcQxNzen2u1NtbhYzpOIBFjav0eYPQKlCBBgegEmZ0uInZ/31Xhc/sMcElyVSkWtr6+WFl5iQoCV8uNLpwikLUCA6QdY2ivm4dkTYKwKBBBwLkCAEWA2Fh0BZkORNhBAQEuAACPAtBbMIycTYDYUaQMBBLQEig6wvb336urqWmtMZZ1cqy2pFy92y+o+6H4JsKDLx+ARCFOg6AA7OOip09PzIHBWVxvq6dPtIMbq2yAJMN8qwngQSECg6AAbDkfq48fPQUi+fPlcVauVIMbq2yAJMN8qwngQSECg6AATwhDuwprN9dJewxTDMiPAYqgic0AgMAEXASZvcN/f/+zF96YeKo/87Wt39ze1sDAfWPX8GS4B5k8tGAkCyQi4CDDBlBCTN1j49vcwufOSN1gQXvmWPAGWz4+rEUDAQMBVgP0cmmwCKUE2Hl+WdkdWqSyqlZUV1WjUVb2+bKDGJfcFCDDWBAIIOBdwHWDOJ0iHTgQIMCfMdIIAAncFCDDWgw0BAsyGIm0ggICWAAGmxcXJjwgQYCwNBBBwLkCAOSePskMCLMqyMikE/BYgwPyuTyijI8BCqRTjRCAiAQIsomKWOBUCrER8ukYgVQECLNXK2503AWbXk9YQQCCDAAGWAYlTZgoQYDOJOAEBBGwLEGC2RdNsjwBLs+7MGoFSBQiwUvmj6ZwAi6aUTASBcAQIsHBq5fNICTCfq8PYEIhUgACLtLCOp0WAOQanOwQQUMp1gMkGl4PBUPX7Q3V1dVVKCWq1mlpaqkzfQl+psIGljSIQYDYUaQMBBLQEXAXYzc2N6vWOvdtOZWNjTbVaLbZT0Vo1/z2ZAMsJyOUIIKAv4CLAJLz29/9W37+P9Qfo4Ao2tMyPTIDlN6QFBBDQFHARYAcHPe/uvO4zyZ1Yp7OlqcfpPwUIMNYCAgg4Fyg6wOTvXHt7H5zPy6TD3d2nbHBpAqeUIsAM4bgMAQTMBYoOsG73QJ2f980H6PDKZnNdbW+3HfYYT1cEWDy1ZCYIBCNQdIC9e/dRjcd+/u3rfpHkicRXr54HUzufBkqA+VQNxoJAIgJFB9ibN38GJVm0R1AYGoMlwDSwOBUBBOwIFP0LmwCzUyffWyHAfK8Q40MgQgEC7N9FLdojwiU0nRIBFmtlmRcCHgsU/Qs7xjswebKy2z2cfq9NvuMW+tFo1FWn0871VhICLPRVwPgRCFCAANO7A5PwkgdTYgiuuzNfWJhXL17sGocYARbgDz9DRiB0AQJML8A+fepO3+UY47G8XFO///7MaGoEmBEbFyGAQB4BAkwvwEL7SFRnbchd2OvXL3Uu+edcAsyIjYsQQCCPAAGmF2Bv3/4V3ceHdwVM1wMBluenkGsRQMBIwPQXVtbOQrtjmeXx4cMndXHxPev0gzpvZaWunj3bMRozAWbExkUIIJBHYNYv7Dxty7WxBdjl5ZV6/z6+hzjm5388xFGtmu2PRoDl/UnhegQQ0BYgwPQ+QpSzJcQOD3tqMBhpe/t2gQTX0lJV7exsG4eXzIkA862yjAeBBAQIMP0AS2BZaE+RANMm4wIEEMgrQIARYHnXEHdgNgRpAwEEtAUIMAJMe9E8cAF3YDYUaQMBBLQECDACTGvBPHIyAWZDkTYQQEBLgAAjwLQWDAFmg4s2EEDAhgABRoDZWEfcgdlQpA0EENASIMAIMK0Fwx2YDS7aQAABGwIEGAFmYx1xB2ZDkTYQQEBLgADTD7DJZKLOzr5Nv9B8e3ur5V3EyU+e1NTq6opaWFgoovlMbRJgmZg4CQEEbAoQYHoBJuHV6514EVx3Ry5v1Gi3N0oLMQLM5k8lbSGAQCYBAkwvwL5+PZvuxOzjUa1WVavVLGVoBFgp7HSKQNoCBJhegHW7h94uGLkL295ulzI+AqwUdjpFIG0BAkwvwL586Xn38eHdGezsdEpZ0ARYKex0ikDaAgSYXoAdH5+qy8tLLxdNrVZTGxtrpYyNACuFnU4RSFuAANMLsOvriTo68u8hjrm5OdVub6rFxXKeRCTA0v49wuwRKEWAANMLMDlbQuz8vK/G4/If5pDgqlQqan19tbTwEhMCrJQfXzpFIG0BAkw/wNJeMQ/PngBjVSCAgHMBAowAs7HoCDAbirSBAAJaAgQYAaa1YB45mQCzoUgbCCCgJVB0gO3tvVdXV9daYyrr5FptSb14sVtW90H3S4AFXT4Gj0CYAkUH2MFBT52engeBs7raUE+fbgcxVt8GSYD5VhHGg0ACAkUH2HA4Uh8/fg5C8uXL56parQQxVt8GSYD5VhHGg0ACAkUHmBCGcBfWbK6X9hqmGJYZARZDFZkDAoEJuAgweYP7/v5nL7439VB55G9fu7u/qYWF+cCq589wCTB/asFIEEhGwEWACaaEmLzBwre/h8mdl7zBgvDKt+QJsHx+XI0AAgYCrgLs59BkE0gJsvH4srQ7skplUa2srKhGo67q9WUDNS65L0CAsSYQQMC5gOsAcz5BOnQiQIA5YaYTBBC4K0CAsR5sCBBgNhRpAwEEtAQIMC0uTn5EgABjaSCAgHMBAsw5eZQdEmBRlpVJIeC3AAHmd31CGR0BFkqlGCcCEQkQYBEVs8SpEGAl4tM1AqkKEGCpVt7uvAkwu560hgACGQQIsAxInDJTgACbScQJCCBgW4AAsy2aZnsEWJp1Z9YIlCpAgJXKH03nBFg0pWQiCIQjQICFUyufR0qA+VwdxoZApAIEWKSFdTwtAswxON0hgIBSrgNMNrgcDIaq3x+qq6urUkpQq9XU0lJl+hb6SoUNLG0UgQCzoUgbCCCgJeAqwG5ublSvd+zddiobG2uq1WqxnYrWqvnvyQRYTkAuRwABfQEXASbhtb//t/r+faw/QAdXsKFlfmQCLL8hLSCAgKaAiwA7OOh5d+d1n0nuxDqdLU09Tv8pQICxFhBAwLlA0QEmf+fa2/vgfF4mHe7uPmWDSxM4pRQBZgjHZQggYC5QdIB1uwfq/LxvPkCHVzab62p7u+2wx3i6IsDiqSUzQSAYgaID7N27j2o89vNvX/eLJE8kvnr1PJja+TRQAsynajAWBBIRKDrA3rz5MyjJoj2CwtAYLAGmgcWpCCBgR6DoX9gEmJ06+d4KAeZ7hRgfAhEKEGD/LmrRHhEuoemUCLBYK8u8EPBYoOhf2DHegcmTld3u4fR7bfIdt9CPRqOuOp12rreSEGChrwLGj0CAAgSY3h2YhJc8mBJDcN2d+cLCvHrxYtc4xAiwAH/4GTICoQsQYHoB9ulTd/ouxxiP5eWa+v33Z0ZTI8CM2LgIAQTyCBBgegEW2keiOmtD7sJev36pc8k/5xJgRmxchAACeQQIML0Ae/v2r+g+PrwrYLoeCLA8P4VciwACRgKmv7CydhbaHcssjw8fPqmLi+9Zpx/UeSsrdfXs2Y7RmAkwIzYuQgCBPAKzfmHnaVuujS3ALi+v1Pv38T3EMT//4yGOatVsfzQCLO9PCtcjgIC2AAGm9xGinC0hdnjYU4PBSNvbtwskuJaWqmpnZ9s4vGROBJhvlWU8CCQgQIDpB1gCy0J7igSYNhkXIIBAXgECjADLu4a4A7MhSBsIIKAtQIARYNqL5oELuAOzoUgbCCCgJUCAEWBaC+aRkwkwG4q0gQACWgIEGAGmtWAIMBtctIEAAjYECDACzMY64g7MhiJtIICAlgABRoBpLRjbd2B7e+/V1dW1jTHQBgIIJCRQqy1Nv7xa5BHbF5mLtAq5beM7sIODnjo9PQ957owdAQRKEFhdbainT7cL7TnGAJtMJurs7Nv0C823t7eF+mVp/MmTmlpdXVELCwtZTi/kHOMAGw5H6uPHz4UMikYRQCBegZcvn+d6+0IWmdgCTMKr1zvxIrju+ssbNdrtjdJCzDjAZBLchWX5UeIcBBD4KdBsrqvt7XbhILEF2NevZ9OdmH08qtWqarWapQwtV4DJ/xXs739W47GfsKWI0ikCCDwoIH/72t39Tcn+T0UfsQVYt3tYNJlx+3IX5uJ/Sh4aYK4AkwYlxI6OTvh7mHH5uRCB+AXkzqvd3nQSXqIZW4B9+dLz7uPDu6t2Z6dTyiLOHWA/Ry1/WJQgG48vuSMrpZR0ioBfApXKolpZWVGNRl3V68tOBxdbgB0fn6rLy0unhlk7q9VqamNjLevpVs+zFmBWR0VjCCCAQA6B2ALs+vrHJ10+PH14tyxzc3PTO+vFxXKeRCTAcvyQcCkCCPgpEFuAibKE2Pl534tPuCS4KpWKWl9fLS28xIQA8/Pnj1EhgEAOgRgDLAdHtJcSYNGWlokhkK4AAZZG7QmwNOrMLBFISoAAS6PcBFgadWaWCCQlENK7Wl28GzLW4hNgsVaWeSGQsEBIbwly8W7IWJcCARZrZZkXAgkLhPSuVhfvhox1KRBgsVaWeSGQuEAId2Gu3g0Z61IgwGKtLPNCIHEB39/V6vLdkLEuBQIs1soyLwQQ8PZdra7fDRnrUiDAYq0s80IAgX8EfHhXa5nvhox1KRBgsVaWeSGAAAKRCxBgkReY6SGAAAKxChBgsVaWeSGAAAKRCxBgkReY6SGAAAKxCuQOMNmfZjAYTTdbk80sORBAAIG7ArLtRr3+RC0vPwEGAasCuQJMvmchO4XKvxwIIIDArwQWFhZUq9VU8i8HAjYEcgXY4eEx4WWjCrSBQCICEl5bW5tKNkTkQCCvgHGAjUYX6uzsW97+uR4BBBITaDRWVKNRT2zWTLcIAeMA6/VO1PX1dRFjok0EEIhYoFqtTj9K5EAgr4BxgHW7h3n75noEEEhUYGenk+jMmbZNAQLMpiZtIYBAJgECLBMTJ80QMA4wefpQHp3nQAABBHQE5LH6dntD5xLOReBBAeMA6/eHqt8fwIoAAghoCaytrU6/F+bykA0uBwP5nTVUV1dXLrv+p69araaWliS8N5WEOEd+AeMAu7m5UUdHX3mMPn8NaAGBZATkMfpOp+VsvvJ7qtc7Vqen5876zNLRxsaaarVaamFhPsvpnPOIgHGASXvX1xN1csIXmVldCCAwW0DCa3OzqRYX3XyRWcJrf/9v9f37ePbgSjiDDS3zo+cKsJ/dD4cXSm7Reaw+f0FoAYHYBOSx+aWlqqrXl9X8vLsvMB8c9Ly787pfW7kT63S2Yiu5s/lYCTBno6UjBBBAIIOA/J1rb+9DhjPLP2V39+k03Dn0BQgwfTOuQAABzwW63QN1ft73fJQ/htdsrqvt7XYQY/VtkASYbxVhPAggkFvg3buPajz2829f9ycnTyS+evU895xTbIAAS7HqzBmByAXevPkzqBn+8cf/ghqvL4MlwHypBONAAAFrAgSYNUqvGyLAvC4Pg0MAARMBAsxELbxrCLDwasaIEUBghkCMASZPVspL1OV7bfIdt9AP2VKn02nneisJARb6KmD8CCDwH4HYAkzCSx5MiSG47hZL3kTy4sWucYgRYPzwI4BAdAKxBdinT93puxxjPJaXa+r3358ZTY0AM2LjIgQQ8FkgtgALbT46a0Puwl6/fqlzyT/nEmBGbFyEAAI+C4T2C3/WY/Rv3/4V3ceHd9fPrPk/ttYIMJ9/ChkbAggYCcQWYB8+fFIXF9+NLHy/aGWlrp492zEaZu4Au729VYPBaLq55XjMBpdGVeAiBCIWkDdNyP5fy8vu9gCLLcAuL6/U+/fxPcQxP//jIY5q1Wx/tFwBNplMlOzMLP9yIIAAAr8SkO1UWq2mkn+LPmILMPGSEDs87E1vGEI/JLhkh4KdnW3j8BKDXAF2eHhMeIW+khg/Ag4FJLy2tjbV3Fyx26rEGGAOyxRMV8YBNhpdqLOzb8FMlIEigIAfAo3GipIvsRZ5EGBF6vrTtnGA9XonbGDpTx0ZCQLBCMgGl/JRYpEHAVakrj9tGweYvNKEAwEEEDAR2NnpmFyW+RoCLDNV0CcSYEGXj8EjEKYAAfbvupl+DyrM6tsbtXGAydOH8ug8BwIIIKAjII/Vt9sbOpdon8sdmDZZkBcYB1i/P1T9/iDISTNoBBAoT2BtbXX6vbAiDwKsSF1/2jYOMHkr8tHRVx6j96eWjAQB7wXkMfpOp1X4OAmwwom96MA4wGT019cTdXLCF5m9qCSDQMBzAQmvzc2mWlzki8z3S5Xlb2Dywgj56pJ8oVnegFT28eRJTa2urjj5Yvpjc80VYD8bHQ4v1HA44rH6slcU/SPgoYA8Ni9vXajXl9X8fLFfYP45/djuwCS85KtLPgTX3SUmb9SQv2e6eLvKQ0vbSoB5+DPDkBBAIGGB2ALs69ez6U7MPh4uvtdX6B2Yj6iMCQEE0hWILcB8/t6t3IVtb7dLWWzcgZXCTqcIIFCkQGwB9uVLz7uPD+/Wr+jv9XEHVuRPC20jgIBXArEFmM/fu63VampjY62U+nMHVgo7nSKAQJECsQWYPPF9dOTfQxyyq0C7venkydKH1gsBVuRPEW0jgEApArEFmCBKiJ2f99V4XP7DHBJc8kaV9fXV0sJLTAiwUn686BQBBIoUiDHAivQKtW0CLNTKMW4EEHhUgABLY3EQYGnUmVkikJQAAZZGuQmwNOrMLBFISmBv7726uroOYs612pJ68WI3iLH6NkgCzLeKMB4EEMgtcHDQU6en57nbcdHA6mpDPX267aKr6PogwKIrKRNCAAF5N+vHj5+DgHj58rmqVitBjNW3QeYOMHm55GAwmm5uOR6zwaVvBWY8CJQtII9by/5fy8vF7gF2f54h3IU1m+ulvYap7HVho/9cASZvSJZviMu/HAgggMCvBOSN5a1W09mby+X30v7+Zy++N/WQi/zta3f3N7WwMM/CMRTIFWCHh8eElyE8lyGQooCE2NbWppIvwro4JMTkDRa+/T1M7rzkDRaEV75VYBxgo9HFdHM1DgQQQEBHoNFYUY1GXeeS3OfKJpASZPJnjrLeZFGpLKqVlR9zl73ROPILGAeYbK52fR3GY6r5mWgBAQRsCZS5f5StOdCOHwLGAebz/jR+0DIKBBB4TKCs7TeoSFwCBFhc9WQ2CAQhQIAFUSbvB2kcYD7vT+O9OgNEIGEBeay+3d5IWICp2xIwDrB+f6j6/YGtcdAOAggkIrC2tjr9XhgHAnkFjAPs5uZGHR195TH6vBXgegQSEpDH6DudVkIzZqpFChgHmAxKNlg7OeGLzEUWiLYRiEVAwmtzs1nqBoixWDKPHwK5Auwn4nB4oeTdYzxWz7JCAIH7AvLY/NJSdfrdp/l5N19gpgppCFgJsDSomCUCCCCAgE8CBJhP1WAsCCCAAAKZBQiwzFSciAACCCDgkwAB5lM1GAsCCCCAQGYBAiwzFScigAACCPgkQID5VA3GggACCCCQWYAAy0zFiQgggAACPgkQYD5Vg7EggAACCGQWIMAyU3EiAggggIBPAgSYT9VgLAgggAACmQUIsMxUnIgAAggg4JMAAeZTNRgLAggggEBmgdwBdnt7qwaDkbq8vFTj8WXmjjkxXgHZsFD2e1peZs+neKvMzBAoXyBXgE0mEyU7M8u/HAjcF5DtM1qtppJ/ORBAAAHbArkC7PDwmPCyXZHI2pPw2traVHNzbKMRWWmZDgKlCxgH2Gh0oc7OvpU+AQbgv0CjsaIajbr/A2WECCAQlIBxgPV6J2xgGVSpyxusbGgoHyVyIIAAAjYFjAOs2z20OQ7ailxgZ6cT+QyZHgIIuBYgwFyLJ9ofAZZo4Zk2AgUKGAeYPH0oj85zIDBLQB6rb7c3Zp3Gf0cAAQS0BIwDrN8fqn5/oNUZJ6cpsLa2Ov1eGAcCCCBgU8A4wG5ubtTR0Vceo7dZjQjbksfoO51WhDNjSgggULaAcYDJwK+vJ+rkhC8yl11EX/uX8NrcbKrFRb7I7GuNGBcCIQvkCrCfEx8OL9RwOOKx+pBXgsWxy2PzS0tVVa8vq/l5vsBskZamEEDgjoCVAEMUAQQQQAAB1wIEmGtx+kMAAQQQsCJAgFlhpBEEEEAAAdcCBJhrcfpDAAEEELAiQIBZYaQRBBDwTeDq6krJK+++fx8r+dpP6oe8ULvTaSt5sUAsBwEWSyWZBwII/CMg4fXu3UeC696aWFiYVy9e7EYTYgQYP/QIIBCdwKdPXTUYDKObl40JLS/X1O+/P7PRVOltEGCll4ABIICAbYE3b/603WQ07cld2OvXL6OYDwEWRRmZBAII3BV4+/YvPj78xZL444//RbFgCLAoysgkEEDgrsCHD5/UxcV3UB4QWFmpq2fPdqKwIcCiKCOTQACBuwKXl1fq/Xse4ri/KubnfzzEUa3G8SQiAcbPPQIIRCkgIXZ42FODwSjK+elMSoJL3k+6s7MdTXjJ/AkwnVXAuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjgABpqPFuQgggAAC3ggQYN6UgoEggAACCOgIEGA6WpyLAAIIIOCNAAHmTSkYCAIIIICAjoC1ABsOR9MdUPv9oZLtvDkQQCBtgVqtppaWKqrd3ixlC/vJZKLOzr4peanv7e1t2sXwcPZPntTU6uqKWlhYMB5d7gC7ublRvd6xOj09Nx4EFyKAQNwCGxtrqtVqKdkN2MUh4dXrnRBcLrBz9CFvyW+3N4xDLFeASXjt7/+tvn8f55gClyKAQAoCtdqS2t39zUmIff16xu+lQBZVtVpVrVbTaLS5AuzgoMedlxE7FyGQpoDciXU6W4VPvts9LLwPOrAjIHdh29tto8aMA0z+zrW398GoUy5CAIF0BXZ3n6p6fblQgC9fenx8WKiw3cZ3djpGDRoHWLd7oM7P+0adchECCKQr0GyuG/8fd1a14+NTdXl5mfV0zitRQB72kTtzk8M4wN69+6jGY/72ZYLONQikLFCpVNSrV88LJbi+nqijIx7iKBTZQuNzc3PTp1QXF82eRDQOsDdv/rQwfJpAAIEUBf7443+FT1tCTD4l4n+0C6fW7kCCS/5HZn191Ti8pFMCTJueCxBAIK+AiwDLO0au91+AAPO/RowQgegECLDoSlrKhAiwUtjpFIG0BQiwtOtva/YEmC1J2kEAgcwCBFhmKk78hQABxvJAAAHnAgSYc/IoOyTAoiwrk0LAbwECzO/6hDI6AiyUSjFOBCISIMAiKmaJUyHASsSnawRSFSDAUq283XkTYHY9aQ0BBDIIuAww9gXLUJACT7Gx79djwyPACiwcTSOAwMMCrgKMfcEa+6cPAAASCElEQVT8WIF59/0iwPyoI6NAAAGllKsAY18wf5Zbnn2/CDB/6shIEEhewFWAsS+YP0stz75fBJg/dWQkCCQv4CrA2BfMr6Vmuu8XAeZXHRkNAkkLuAow9gXzZ5nl2feLAPOnjowEgeQFXAUY+4L5sdTy7vtFgPlRR0aBAAIOH+IQbPYFK2/J2dr3iwArr4b0jAAC9wRc3YEBH7cA3wOLu77MDgEvBQgwL8sS3KAIsOBKxoARCF+AAAu/hj7MgADzoQqMAYHEBAiwxApe0HQJsIJgaRYBBB4XIMBYHTYECDAbirSBAAJaAgSYFhcnPyJAgLE0EEDAuQAB5pw8yg4JsCjLyqQQ8FuAAPO7PqGMjgALpVKME4GIBFwGGPuB6S2cIvfv0hvJ7LMJsNlGnIEAApYFXAUY+4GZFa6o/bvMRvP4VQSYbVHaQwCBmQKuAoz9wGaW4tETiti/y3w0D19JgNkWpT0EEJgp4CrA2A9sZikePaGI/bvMR0OA2bajPQQQMBRwFWDsB2ZYoP+/zPb+XflG89+ruQOzLUp7CCAwU8BVgLEf2MxSPHpCEft3mY+GOzDbdrSHAAKGAq4CjP3AzApU1P5dZqN5/CruwGyL0h4CCMwUcBVgMhD2A5tZjn9OKHr/ruwjyXYmAZbNibMQQMCigMsAszhsmvJMgADzrCAMB4EUBAiwFKpc/BwJsOKN6QEBBO4JEGAsCRsCBJgNRdpAAAEtAQJMi4uTHxEgwFgaCCDgXIAAc04eZYcEWJRlZVII+C1AgPldn1BGR4CFUinGiUBEAgRYRMUscSoEWIn4dI1AqgIEWKqVtztvAsyuJ60hgEAGAZcB5vt+YLr7b8U2nwzL5dFTCLA8elyLAAJGAq4CLJT9wLLuvxXbfIwWz52LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXzr0LCLC8glyPAALaAq4CLKT9wLLsvxXbfLQXDgGWl4zrEUAgr4CrAAttP7BZ+2/FNp+864g7sLyCXI8AAtoCrgIspP3Asuy/Fdt8tBcOd2B5ybgeAQTyCrgKsFD2A8u6/1Zs88m7jrgDyyvI9QggoC3gKsBkYD7vB2ay/1Zs89FePHcuIMDy6HEtAggYCbgMMKMBclEQAgRYEGVikAjEJUCAxVXPsmZDgJUlT78IJCxAgCVcfItTJ8AsYtIUAghkEyDAsjlx1q8FCDBWCAIIOBcgwJyTR9khARZlWZkUAn4LEGB+1yeU0RFgoVSKcSIQkQABFlExS5wKAVYiPl0jkKoAAZZq5e3OmwCz60lrCCCQQYAAy4DEKTMFCLCZRJyAAAK2BQgw26JptkeApVl3Zo1AqQIEWKn80XROgEVTSiaCQDgCBFg4tfJ5pASYz9VhbAhEKkCARVpYx9MiwByD0x0CCChFgLEKbAgQYDYUaQMBBLQECDAtLk5+RIAAY2kggIBzAQLMOXmUHRJgUZaVSSHgtwAB5nd9QhkdARZKpRgnAhEJEGARFbPEqRBgJeLTNQKpChBgqVbe7rwJMLuetIYAAhkECLAMSJwyU4AAm0nECQggYFuAALMtmmZ7BFiadWfWCJQqQICVyh9N5wRYNKVkIgiEI0CAhVMrn0dKgPlcHcaGQKQCBFikhXU8LQLMMTjdIYAAr5JiDdgRIMDsONIKAghoCHAHpoHFqY8KEGAsDgQQcC5AgDknj7JDAizKsjIpBPwWIMD8rk8ooyPAQqkU40QgIgECLKJiljgVAqxEfLpGIFUBAizVytudNwFm15PWEEAggwABlgGJU2YKEGAziTgBAQRsCxBgtkXTbI8AS7PuzBqBUgUIsFL5o+mcAIumlEwEgXAECLBwauXzSAkwn6vD2BCIVIAAi7SwjqdFgDkGpzsEEOBVUqwBOwIEmB1HWkEAAQ0B7sA0sDj1UQECjMWBAALOBQgw5+RRdkiARVlWJoWA3wIEmN/1CWV0BFgolWKcCEQkQIBFVMwSp0KAlYhP1wikKkCApVp5u/MmwOx60hoCCGQQIMAyIHHKTAECbCYRJyCAgG0BAsy2aJrtEWBp1p1ZI1CqAAFWKn80nRNg0ZSSiSAQjgABFk6tfB4pAeZzdRgbApEKEGCRFtbxtAgwx+B0hwACvEqKNWBHgACz40grCCCgIcAdmAYWpz4qQICxOBBAwLkAAeacPMoOCbAoy8qkEPBbgADzuz6hjI4AC6VSjBOBiAQIsIiKWeJUCLAS8ekagVQFCLBUK2933gSYXU9aQwCBDAIEWAYkTpkpQIDNJOIEBBCwLUCA2RZNsz0CLM26M2sEShUgwErlj6ZzAiyaUjIRBMIRIMDCqZXPIyXAfK4OY0MgUgECLNLCOp4WAeYYnO4QQIBXSbEG7AgQYHYcaQUBBDQEuAPTwOLURwUIMBYHAgg4FyDAnJNH2SEBFmVZmRQCfgsQYH7XJ5TREWChVIpxIhCRAAEWUTFLnAoBViI+XSOQqgABlmrl7c6bALPrSWsIIJBBgADLgMQpMwUIsJlEnIAAArYFCDDbomm2R4ClWXdmjUCpAgRYqfzRdE6ARVNKJoJAOAIEWDi18nmkBJjP1WFsCEQqQIBFWljH0yLAHIPTHQII8Cop1oAdAQLMjiOtIICAhgB3YBpYnPqoAAHG4kAAAecCBJhz8ig7JMCiLCuTQsBvAQLM7/qEMjoCLJRKMU4EIhIgwCIqZolTIcBKxKdrBFIVIMBSrbzdeRNgdj1pDQEEMggQYBmQOGWmAAE2k4gTEEDAtgABZls0zfYIsDTrzqwRKFWAACuVP5rOCbBoSslEEAhHgAALp1Y+j5QA87k6jA2BSAUIsEgL63haBJhjcLpDAAFeJcUasCNAgNlxpBUEENAQ4A5MA4tTHxUwDrC9vffq6uoaWgQQQEBLoFZbUi9e7Gpdw8kIPCRgHGAHBz11enqOKgIIIKAlsLraUE+fbmtdw8kIWA2w4XCkPn78jCoCCCCgJfDy5XNVrVa0ruFkBKwGmDTGXRiLCgEEdASazXW1vd3WuYRzEXhUwPgjRGlxMpmo/f3PajweQ4wAAgj8UkD+9rW7+5taWJhHCgErArkC7GeIHR2d8PcwK+WgEQTiFJA7r3Z7k/CKs7ylzSp3gP0c+eXllZIgG48vuSMrrZx0jIA/ApXKolpZWVGNRl3V68v+DIyRRCNgLcCiEWEiCCCAAAJBCBBgQZSJQSKAAAII3BcgwFgTCCCAAAJBChBgQZaNQSOAAAIIEGCsAQQQQACBIAUIsCDLxqARQAABBAgw1gACCCCAQJACBFiQZWPQCCCAAAIEGGsAAQQQQCBIAQIsyLIxaAQQQAABAow1gAACCCAQpAABFmTZGDQCCCCAAAHGGkAAAQQQCFKAAAuybAwaAQQQQIAAYw0ggAACCAQpQIAFWTYGjQACCCCQO8Bub2/VYDBSl5eykeUloggggMC/BCqViqrXn6jl5SfIIGBVIFeATSYTdXx8quRfDgQQQOBXAgsLC6rVair5lwMBGwK5Auzw8JjwslEF2kAgEQEJr62tTTU3N5fIjJlmkQLGATYaXaizs29Fjo22EUAgQoFGY0U1GvUIZ8aUXAsYB1ivd6Kur69dj5f+EEAgcIFqtTr9KJEDgbwCxgHW7R7m7ZvrEUAgUYGdnU6iM2faNgUIMJuatIUAApkECLBMTJw0Q8A4wOTpQ3l0ngMBBBDQEZDH6tvtDZ1LOBeBBwWMA6zfH6p+fwArAgggoCWwtrY6/V4YBwJ5BYwD7ObmRh0dfeUx+rwV4HoEEhKQx+g7nVZCM2aqRQoYB5gM6vp6ok5O+CJzkQWibQRiEZDw2txsqsVFvsgcS03LnkeuAPs5+OHwQg2HIx6rL7ua9I+AhwLy2PzSUlXV68tqfp4vMHtYomCHZCXAgp09A0cAAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFuAAEu7/sweAQQQCFaAAAu2dAwcAQQQSFsgd4Dd3t6qwWA03dxyPGaDy7SXE7NH4L8CsoGl7P+1vMweYKwPuwK5AmwymSjZmVn+5UAAAQR+JSDbqbRaTSX/ciBgQyBXgB0eHhNeNqpAGwgkIiDhtbW1qebm2FYlkZIXOk3jABuNLtTZ2bdCB0fjCCAQn0CjsaIajXp8E2NGzgWMA6zXO2EDS+flokMEwheQDS7lo0QOBPIKGAdYt3uYt2+uRwCBRAV2djqJzpxp2xQgwGxq0hYCCGQSIMAyMXHSDAHjAJOnD+XReQ4EEEBAR0Aeq2+3N3Qu4VwEHhQwDrB+f6j6/QGsCCCAgJbA2trq9HthHAjkFTAOsJubG3V09JXH6PNWgOsRSEhAHqPvdFoJzZipFilgHGAyqOvriTo54YvMRRaIthGIRUDCa3OzqRYX+SJzLDUtex65Auzn4IfDCzUcjnisvuxq0j8CHgrIY/NLS1VVry+r+Xm+wOxhiYIdkpUAC3b2DBwBBBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG0BAizt+jN7BBBAIFgBAizY0jFwBBBAIG2B3AF2e3urBoPRdHPL8ZgNLtNeTswegf8KyAaWsv/X8jJ7gLE+7ArkCrDJZKJkZ2b5lwMBBBD4lYBsp9JqNZX8y4GADYFcAXZ4eEx42agCbSCQiICE19bWppqbY1uVREpe6DSNA2w0ulBnZ98KHRyNI4BAfAKNxopqNOrxTYwZORcwDrBe74QNLJ2Xiw4RCF9ANriUjxI5EMgrYBxg3e5h3r65HgEEEhXY2ekkOnOmbVOAALOpSVsIIJBJgADLxMRJMwSMA0yePpRH5zkQQAABHQF5rL7d3tC5hHMReFDAOMD6/aHq9wewIoAAAloCa2ur0++FcSCQV8A4wG5ubtTR0Vceo89bAa5HICEBeYy+02klNGOmWqSAcYDJoK6vJ+rkhC8yF1kg2kYgFgEJr83Nplpc5IvMsdS07HnkCrCfgx8OL9RwOOKx+rKrSf8IeCggj80vLVVVvb6s5uf5ArOHJQp2SFYCLNjZM3AEEEAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFCLC068/sEUAAgWAFCLBgS8fAEUAAgbQFcgfY7e2tGgxG080tx2M2uEx7Of2YvWxYKPs9LS+z5xPrAQEEihPIFWCTyUTJzszyLwcC9wVk+4xWq6nkXw4EEEDAtkCuADs8PCa8bFcksvYkvLa2NtXcHNtoRFZapoNA6QLGATYaXaizs2+lT4AB+C/QaKyoRqPu/0AZIQIIBCVgHGC93gkbWAZV6vIGKxsaykeJHAgggIBNAeMA63YPbY6DtiIX2NnpRD5DpocAAq4FCDDX4on2R4AlWnimjUCBAsYBJk8fyqPzHAjMEpDH6tvtjVmn8d8RQAABLQHjAOv3h6rfH2h1xslpCqytrU6/F8aBAAII2BQwDrCbmxt1dPSVx+htViPCtuQx+k6nFeHMmBICCJQtYBxgMvDr64k6OeGLzGUX0df+Jbw2N5tqcZEvMvtaI8aFQMgCuQLs58SHwws1HI54rD7klWBx7PLY/NJSVdXry2p+ni8wW6SlKQQQuCNgJcAQRQABBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCBBgVhhpBAEEEEDAtQAB5lqc/hBAAAEErAgQYFYYaQQBBBBAwLUAAeZanP4QQAABBKwIEGBWGGkEAQQQQMC1AAHmWpz+EEAAAQSsCPwfvw84nGWrO6IAAAAASUVORK5CYII="/>
  </defs>
</svg>
assets/css/owfont-regular.min.css000064400000014437151213253270013117 0ustar00/*!
 *  owfont-regular 1.0.0 by Deniz Fuchidzhiev - http://websygen.com
 *  License - font: SIL OFL 1.1, css: MIT License
 */
/* FONT PATH
 * -------------------------- */
@font-face{font-family:owfont;src:url(../fonts/owfont-regular.eot?v=1.0.0);src:url(../fonts/owfont-regular.eot?#iefix&v=1.0.0) format('embedded-opentype'),url(../fonts/owfont-regular.woff) format('woff'),url(../fonts/owfont-regular.ttf) format('truetype'),url(../fonts/owfont-regular.svg#owf-regular) format('svg');font-weight:400;font-style:normal}.owf{display:inline-block;font:normal normal normal 14px/1 owfont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.owf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.owf-2x{font-size:2em}.owf-3x{font-size:3em}.owf-4x{font-size:4em}.owf-5x{font-size:5em}.owf-fw{width:1.28571429em;text-align:center}.owf-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.owf-ul>li{position:relative}.owf-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.owf-li.owf-lg{left:-1.85714286em}.owf-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.owf-pull-right{float:right}.owf-pull-left{float:left}.owf.owf-pull-left{margin-right:.3em}.owf.owf-pull-right{margin-left:.3em}.owf-200-d:before,.owf-200-n:before,.owf-200:before{content:"\EB28"}.owf-201-d:before,.owf-201-n:before,.owf-201:before{content:"\EB29"}.owf-202-d:before,.owf-202-n:before,.owf-202:before{content:"\EB2A"}.owf-210-d:before,.owf-210-n:before,.owf-210:before{content:"\EB32"}.owf-211-d:before,.owf-211-n:before,.owf-211:before{content:"\EB33"}.owf-212-d:before,.owf-212-n:before,.owf-212:before{content:"\EB34"}.owf-221-d:before,.owf-221-n:before,.owf-221:before{content:"\EB3D"}.owf-230-d:before,.owf-230-n:before,.owf-230:before{content:"\EB46"}.owf-231-d:before,.owf-231-n:before,.owf-231:before{content:"\EB47"}.owf-232-d:before,.owf-232-n:before,.owf-232:before{content:"\EB48"}.owf-300-d:before,.owf-300-n:before,.owf-300:before{content:"\EB8C"}.owf-301-d:before,.owf-301-n:before,.owf-301:before{content:"\EB8D"}.owf-302-d:before,.owf-302-n:before,.owf-302:before{content:"\EB8E"}.owf-310-d:before,.owf-310-n:before,.owf-310:before{content:"\EB96"}.owf-311-d:before,.owf-311-n:before,.owf-311:before{content:"\EB97"}.owf-312-d:before,.owf-312-n:before,.owf-312:before{content:"\EB98"}.owf-313-d:before,.owf-313-n:before,.owf-313:before{content:"\EB99"}.owf-314-d:before,.owf-314-n:before,.owf-314:before{content:"\EB9A"}.owf-321-d:before,.owf-321-n:before,.owf-321:before{content:"\EBA1"}.owf-500-d:before,.owf-500-n:before,.owf-500:before{content:"\EC54"}.owf-501-d:before,.owf-501-n:before,.owf-501:before{content:"\EC55"}.owf-502-d:before,.owf-502-n:before,.owf-502:before{content:"\EC56"}.owf-503-d:before,.owf-503-n:before,.owf-503:before{content:"\EC57"}.owf-504-d:before,.owf-504-n:before,.owf-504:before{content:"\EC58"}.owf-511-d:before,.owf-511-n:before,.owf-511:before{content:"\EC5F"}.owf-520-d:before,.owf-520-n:before,.owf-520:before{content:"\EC68"}.owf-521-d:before,.owf-521-n:before,.owf-521:before{content:"\EC69"}.owf-522-d:before,.owf-522-n:before,.owf-522:before{content:"\EC6A"}.owf-531-d:before,.owf-531-n:before,.owf-531:before{content:"\EC73"}.owf-600-d:before,.owf-600-n:before,.owf-600:before{content:"\ECB8"}.owf-601-d:before,.owf-601-n:before,.owf-601:before{content:"\ECB9"}.owf-602-d:before,.owf-602-n:before,.owf-602:before{content:"\ECBA"}.owf-611-d:before,.owf-611-n:before,.owf-611:before{content:"\ECC3"}.owf-612-d:before,.owf-612-n:before,.owf-612:before{content:"\ECC4"}.owf-615-d:before,.owf-615-n:before,.owf-615:before{content:"\ECC7"}.owf-616-d:before,.owf-616-n:before,.owf-616:before{content:"\ECC8"}.owf-620-d:before,.owf-620-n:before,.owf-620:before{content:"\ECCC"}.owf-621-d:before,.owf-621-n:before,.owf-621:before{content:"\ECCD"}.owf-622-d:before,.owf-622-n:before,.owf-622:before{content:"\ECCE"}.owf-701-d:before,.owf-701-n:before,.owf-701:before{content:"\ED1D"}.owf-711-d:before,.owf-711-n:before,.owf-711:before{content:"\ED27"}.owf-721-d:before,.owf-721-n:before,.owf-721:before{content:"\ED31"}.owf-731-d:before,.owf-731-n:before,.owf-731:before{content:"\ED3B"}.owf-741-d:before,.owf-741-n:before,.owf-741:before{content:"\ED45"}.owf-751-d:before,.owf-751-n:before,.owf-751:before{content:"\ED4F"}.owf-761-d:before,.owf-761-n:before,.owf-761:before{content:"\ED59"}.owf-762-d:before,.owf-762-n:before,.owf-762:before{content:"\ED5A"}.owf-771-d:before,.owf-771-n:before,.owf-771:before{content:"\ED63"}.owf-781-d:before,.owf-781-n:before,.owf-781:before{content:"\ED6D"}.owf-800-d:before,.owf-800:before,.owf-951-d:before,.owf-951:before{content:"\ED80"}.owf-800-n:before,.owf-951-n:before{content:"\F168"}.owf-801-d:before,.owf-801:before{content:"\ED81"}.owf-801-n:before{content:"\F169"}.owf-802-d:before,.owf-802:before{content:"\ED82"}.owf-802-n:before{content:"\F16A"}.owf-803-d:before,.owf-803-n:before,.owf-803:before{content:"\ED83"}.owf-804-d:before,.owf-804-n:before,.owf-804:before{content:"\ED84"}.owf-900-d:before,.owf-900-n:before,.owf-900:before{content:"\EDE4"}.owf-901-d:before,.owf-901-n:before,.owf-901:before{content:"\EDE5"}.owf-902-d:before,.owf-902-n:before,.owf-902:before{content:"\EDE6"}.owf-903-d:before,.owf-903-n:before,.owf-903:before{content:"\EDE7"}.owf-904-d:before,.owf-904-n:before,.owf-904:before{content:"\EDE8"}.owf-905-d:before,.owf-905-n:before,.owf-905:before{content:"\EDE9"}.owf-906-d:before,.owf-906-n:before,.owf-906:before{content:"\EDEA"}.owf-950-d:before,.owf-950-n:before,.owf-950:before{content:"\EE16"}.owf-952-d:before,.owf-952-n:before,.owf-952:before{content:"\EE18"}.owf-953-d:before,.owf-953-n:before,.owf-953:before{content:"\EE19"}.owf-954-d:before,.owf-954-n:before,.owf-954:before{content:"\EE1A"}.owf-955-d:before,.owf-955-n:before,.owf-955:before{content:"\EE1B"}.owf-956-d:before,.owf-956-n:before,.owf-956:before{content:"\EE1C"}.owf-957-d:before,.owf-957-n:before,.owf-957:before{content:"\EE1D"}.owf-958-d:before,.owf-958-n:before,.owf-958:before{content:"\EE1E"}.owf-959-d:before,.owf-959-n:before,.owf-959:before{content:"\EE1F"}.owf-960-d:before,.owf-960-n:before,.owf-960:before{content:"\EE20"}.owf-961-d:before,.owf-961-n:before,.owf-961:before{content:"\EE21"}.owf-962-d:before,.owf-962-n:before,.owf-962:before{content:"\EE22"}
assets/css/jquery.bxslider.min.css000064400000005600151213253270013266 0ustar00.cm-slider{position:relative;margin-bottom:60px;padding:0;-ms-touch-action:pan-y;touch-action:pan-y;-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;border:5px solid #fff;background:#fff}.cm-slider img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.cm-slider .bx-controls-auto,.cm-slider .bx-pager{position:absolute;bottom:-30px;width:100%}.cm-slider .bx-loading{min-height:50px;background:url(images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.cm-slider .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.cm-slider .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.cm-slider .bx-pager.bx-default-pager a.active,.cm-slider .bx-pager.bx-default-pager a:focus,.cm-slider .bx-pager.bx-default-pager a:hover{background:#000}.cm-slider .bx-controls-auto .bx-controls-auto-item,.cm-slider .bx-pager-item{display:inline-block;vertical-align:bottom}.cm-slider .bx-pager-item{font-size:0;line-height:0}.cm-slider .bx-prev{left:10px;background:url(images/controls.png) 0 -32px no-repeat}.cm-slider .bx-prev:focus,.cm-slider .bx-prev:hover{background-position:0 0}.cm-slider .bx-next{right:10px;background:url(images/controls.png) -43px -32px no-repeat}.cm-slider .bx-next:focus,.cm-slider .bx-next:hover{background-position:-43px 0}.cm-slider .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.cm-slider .bx-controls-direction a.disabled{display:none}.cm-slider .bx-controls-auto{text-align:center}.cm-slider .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(images/controls.png) -86px -11px no-repeat;margin:0 3px}.cm-slider .bx-controls-auto .bx-start.active,.cm-slider .bx-controls-auto .bx-start:focus,.cm-slider .bx-controls-auto .bx-start:hover{background-position:-86px 0}.cm-slider .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(images/controls.png) -86px -44px no-repeat;margin:0 3px}.cm-slider .bx-controls-auto .bx-stop.active,.cm-slider .bx-controls-auto .bx-stop:focus,.cm-slider .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.cm-slider .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,.75);width:100%}.cm-slider .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}assets/css/owfont-regular.css000064400000024564151213253270012337 0ustar00/*!
 *  owfont-regular 1.0.0 by Deniz Fuchidzhiev - http://websygen.com
 *  License - font: SIL OFL 1.1, css: MIT License
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'owfont';
  src: url('../fonts/owfont-regular.eot?v=1.0.0');
  src: url('../fonts/owfont-regular.eot?#iefix&v=1.0.0') format('embedded-opentype'),
	   url('../fonts/owfont-regular.woff') format('woff'),
	   url('../fonts/owfont-regular.ttf') format('truetype'),
	   url('../fonts/owfont-regular.svg#owf-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.owf {
  display: inline-block;
  font: normal normal normal 14px/1 owfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.owf-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.owf-2x {
  font-size: 2em;
}
.owf-3x {
  font-size: 3em;
}
.owf-4x {
  font-size: 4em;
}
.owf-5x {
  font-size: 5em;
}
.owf-fw {
  width: 1.28571429em;
  text-align: center;
}
.owf-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.owf-ul > li {
  position: relative;
}
.owf-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.owf-li.owf-lg {
  left: -1.85714286em;
}
.owf-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.owf-pull-right {
  float: right;
}
.owf-pull-left {
  float: left;
}
.owf.owf-pull-left {
  margin-right: .3em;
}
.owf.owf-pull-right {
  margin-left: .3em;
}

/* owfont uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/*   Weather Condition Codes    */

/*   Thunderstorm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* thunderstorm with light rain */
.owf-200:before,
.owf-200-d:before,
.owf-200-n:before {
  content: "\EB28";
}
/* thunderstorm with rain */
.owf-201:before,
.owf-201-d:before,
.owf-201-n:before {
  content: "\EB29";
}
/* thunderstorm with heavy rain */
.owf-202:before,
.owf-202-d:before,
.owf-202-n:before {
  content: "\EB2A";
}
/*  light thunderstorm  */
.owf-210:before,
.owf-210-d:before,
.owf-210-n:before {
  content: "\EB32";
}
/*  thunderstorm  */
.owf-211:before,
.owf-211-d:before,
.owf-211-n:before {
  content: "\EB33";
}
/*   heavy thunderstorm   */
.owf-212:before,
.owf-212-d:before,
.owf-212-n:before {
  content: "\EB34";
}
/*   ragged thunderstorm   */
.owf-221:before,
.owf-221-d:before,
.owf-221-n:before {
  content: "\EB3D";
}
/*  thunderstorm with light drizzle    */
.owf-230:before,
.owf-230-d:before,
.owf-230-n:before {
  content: "\EB46";
}
/*  thunderstorm with drizzle     */
.owf-231:before,
.owf-231-d:before,
.owf-231-n:before {
  content: "\EB47";
}
/* thunderstorm with heavy drizzle     */
.owf-232:before,
.owf-232-d:before,
.owf-232-n:before {
  content: "\EB48";
}

/*   Drizzle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  light intensity drizzle */
.owf-300:before,
.owf-300-d:before,
.owf-300-n:before {
  content: "\EB8C";
}
/*  drizzle */
.owf-301:before,
.owf-301-d:before,
.owf-301-n:before {
  content: "\EB8D";
}
/*  heavy intensity drizzle  */
.owf-302:before,
.owf-302-d:before,
.owf-302-n:before {
  content: "\EB8E";
}
/*   light intensity drizzle rain  */
.owf-310:before,
.owf-310-d:before,
.owf-310-n:before {
  content: "\EB96";
}
/*  drizzle rain  */
.owf-311:before,
.owf-311-d:before,
.owf-311-n:before {
  content: "\EB97";
}
/* heavy intensity drizzle rain */
.owf-312:before,
.owf-312-d:before,
.owf-312-n:before {
  content: "\EB98";
}
/* shower rain and drizzle  */
.owf-313:before,
.owf-313-d:before,
.owf-313-n:before {
  content: "\EB99";
}
/* heavy shower rain and drizzle*/
.owf-314:before,
.owf-314-d:before,
.owf-314-n:before {
  content: "\EB9A";
}
/* shower drizzle */
.owf-321:before,
.owf-321-d:before,
.owf-321-n:before {
  content: "\EBA1";
}

/*   Rain - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light rain  */
.owf-500:before,
.owf-500-d:before,
.owf-500-n:before {
  content: "\EC54";
}
/* moderate rain  */
.owf-501:before,
.owf-501-d:before,
.owf-501-n:before {
  content: "\EC55";
}
/* heavy intensity rain  */
.owf-502:before,
.owf-502-d:before,
.owf-502-n:before {
  content: "\EC56";
}
/* very heavy rain   */
.owf-503:before,
.owf-503-d:before,
.owf-503-n:before {
  content: "\EC57";
}
/* extreme rain    */
.owf-504:before,
.owf-504-d:before,
.owf-504-n:before {
  content: "\EC58";
}
/* freezing rain    */
.owf-511:before,
.owf-511-d:before,
.owf-511-n:before {
  content: "\EC5F";
}
/*  light intensity shower rain    */
.owf-520:before,
.owf-520-d:before,
.owf-520-n:before {
  content: "\EC68";
}
/* shower rain  */
.owf-521:before,
.owf-521-d:before,
.owf-521-n:before {
  content: "\EC69";
}
/*  heavy intensity shower rain  */
.owf-522:before,
.owf-522-d:before,
.owf-522-n:before {
  content: "\EC6A";
}
/* ragged shower rain  */
.owf-531:before,
.owf-531-d:before,
.owf-531-n:before {
  content: "\EC73";
}

/*   Snow - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* light snow  */
.owf-600:before,
.owf-600-d:before,
.owf-600-n:before {
  content: "\ECB8";
}
/*  snow  */
.owf-601:before,
.owf-601-d:before,
.owf-601-n:before {
  content: "\ECB9";
}
/*   heavy snow   */
.owf-602:before,
.owf-602-d:before,
.owf-602-n:before {
  content: "\ECBA";
}
/*  sleet  */
.owf-611:before,
.owf-611-d:before,
.owf-611-n:before {
  content: "\ECC3";
}
/*   shower sleet */
.owf-612:before,
.owf-612-d:before,
.owf-612-n:before {
  content: "\ECC4";
}
/* light rain and snow */
.owf-615:before,
.owf-615-d:before,
.owf-615-n:before {
  content: "\ECC7";
}
/* rain and snow  */
.owf-616:before,
.owf-616-d:before,
.owf-616-n:before {
  content: "\ECC8";
}
/* light shower snow  */
.owf-620:before,
.owf-620-d:before,
.owf-620-n:before {
  content: "\ECCC";
}
/* shower snow  */
.owf-621:before,
.owf-621-d:before,
.owf-621-n:before {
  content: "\ECCD";
}
/* heavy shower snow  */
.owf-622:before,
.owf-622-d:before,
.owf-622-n:before {
  content: "\ECCE";
}

/*   Atmosphere - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* mist */
.owf-701:before,
.owf-701-d:before,
.owf-701-n:before {
  content: "\ED1D";
}
/* smoke */
.owf-711:before,
.owf-711-d:before,
.owf-711-n:before {
  content: "\ED27";
}
/* haze */
.owf-721:before,
.owf-721-d:before,
.owf-721-n:before {
  content: "\ED31";
}
/* Sand/Dust Whirls */
.owf-731:before,
.owf-731-d:before,
.owf-731-n:before {
  content: "\ED3B";
}
/* Fog */
.owf-741:before,
.owf-741-d:before,
.owf-741-n:before {
  content: "\ED45";
}
/* sand */
.owf-751:before,
.owf-751-d:before,
.owf-751-n:before {
  content: "\ED4F";
}
/* dust */
.owf-761:before,
.owf-761-d:before,
.owf-761-n:before {
  content: "\ED59";
}
/*  VOLCANIC ASH  */
.owf-762:before,
.owf-762-d:before,
.owf-762-n:before {
  content: "\ED5A";
}
/* SQUALLS */
.owf-771:before,
.owf-771-d:before,
.owf-771-n:before {
  content: "\ED63";
}
/* TORNADO */
.owf-781:before,
.owf-781-d:before,
.owf-781-n:before {
  content: "\ED6D";
}

/*   Clouds - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/*  sky is clear  */  /*  Calm  */
.owf-800:before,
.owf-800-d:before,
.owf-951:before,
.owf-951-d:before {
  content: "\ED80";
}
.owf-800-n:before,
.owf-951-n:before {
  content: "\F168";
}
/*  few clouds   */
.owf-801:before,
.owf-801-d:before {
  content: "\ED81";
}
.owf-801-n:before {
  content: "\F169";
}
/* scattered clouds */
.owf-802:before,
.owf-802-d:before {
  content: "\ED82";
}
.owf-802-n:before {
  content: "\F16A";
}
/* broken clouds  */
.owf-803:before,
.owf-803-d:before,
.owf-803-n:before {
  content: "\ED83";
}
/* overcast clouds  */
.owf-804:before,
.owf-804-d:before,
.owf-804-n:before {
  content: "\ED84";
}

/*   Extreme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* tornado  */
.owf-900:before,
.owf-900-d:before,
.owf-900-n:before {
  content: "\EDE4";
}
/*  tropical storm  */
.owf-901:before,
.owf-901-d:before,
.owf-901-n:before {
  content: "\EDE5";
}
/* hurricane */
.owf-902:before,
.owf-902-d:before,
.owf-902-n:before {
  content: "\EDE6";
}
/* cold */
.owf-903:before,
.owf-903-d:before,
.owf-903-n:before {
  content: "\EDE7";
}
/* hot */
.owf-904:before,
.owf-904-d:before,
.owf-904-n:before {
  content: "\EDE8";
}
/* windy */
.owf-905:before,
.owf-905-d:before,
.owf-905-n:before {
  content: "\EDE9";
}
/* hail */
.owf-906:before,
.owf-906-d:before,
.owf-906-n:before {
  content: "\EDEA";
}

/*   Additional - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */

/* Setting */
.owf-950:before,
.owf-950-d:before,
.owf-950-n:before {
  content: "\EE16";
}
/*  Light breeze  */
.owf-952:before,
.owf-952-d:before,
.owf-952-n:before {
  content: "\EE18";
}
/*  Gentle Breeze  */
.owf-953:before,
.owf-953-d:before,
.owf-953-n:before {
  content: "\EE19";
}
/*  Moderate breeze  */
.owf-954:before,
.owf-954-d:before,
.owf-954-n:before {
  content: "\EE1A";
}
/* Fresh Breeze  */
.owf-955:before,
.owf-955-d:before,
.owf-955-n:before {
  content: "\EE1B";
}
/* Strong  Breeze  */
.owf-956:before,
.owf-956-d:before,
.owf-956-n:before {
  content: "\EE1C";
}
/* High wind, near gale  */
.owf-957:before,
.owf-957-d:before,
.owf-957-n:before {
  content: "\EE1D";
}
/* Gale */
.owf-958:before,
.owf-958-d:before,
.owf-958-n:before {
  content: "\EE1E";
}
/*  Severe Gale  */
.owf-959:before,
.owf-959-d:before,
.owf-959-n:before {
  content: "\EE1F";
}
/* Storm */
.owf-960:before,
.owf-960-d:before,
.owf-960-n:before {
  content: "\EE20";
}
/*  Violent Storm  */
.owf-961:before,
.owf-961-d:before,
.owf-961-n:before {
  content: "\EE21";
}
/* Hurricane */
.owf-962:before,
.owf-962-d:before,
.owf-962-n:before {
  content: "\EE22";
}
assets/css/jquery.bxslider.css000064400000007754151213253270012520 0ustar00/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.cm-slider {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.cm-slider img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.cm-slider {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.cm-slider .bx-pager,
.cm-slider .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.cm-slider .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.cm-slider .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.cm-slider .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cm-slider .bx-pager.bx-default-pager a:hover,
.cm-slider .bx-pager.bx-default-pager a.active,
.cm-slider .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.cm-slider .bx-pager-item,
.cm-slider .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.cm-slider .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.cm-slider .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.cm-slider .bx-prev:hover,
.cm-slider .bx-prev:focus {
  background-position: 0 0;
}
.cm-slider .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.cm-slider .bx-next:hover,
.cm-slider .bx-next:focus {
  background-position: -43px 0;
}
.cm-slider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.cm-slider .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.cm-slider .bx-controls-auto {
  text-align: center;
}
.cm-slider .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.cm-slider .bx-controls-auto .bx-start:hover,
.cm-slider .bx-controls-auto .bx-start.active,
.cm-slider .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.cm-slider .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.cm-slider .bx-controls-auto .bx-stop:hover,
.cm-slider .bx-controls-auto .bx-stop.active,
.cm-slider .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.cm-slider .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.cm-slider .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.cm-slider .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
assets/fonts/OpenSans-LightItalic.woff000064400000244420151213253270014012 0ustar00wOFFI,�FFTMH����GDEF@�(if�GPOS$T$�Np�޳MGSUB:��B�OS/2W`��,cmap(�YD��cvt @�8I�Gfpgm����Zgasp0#glyf#��d���bhead�664�hhea�#$��hmtxh	�ސloca8�	�/;�maxp�  f~name�J7�post(l�ɂprep�`�3)Bz�!<_<������w&P�u��	��x�c`d`�����S�O�}Ή)�H��	�����v/�Fx�c`a�g�a`e``5f9��>�,�0��,��$$����4�����362���w�?�n� 9�m@J����x��XkpU������Fky�2U�
�@[>@M4H(�Z��@ ��j�i@)���A@X� c�VbHA��E�A^Y�־��k$�?zg����g�s�^k}k�}]%��,Mp�8�w�Ѽ������}��,��`<����j���_����rS�̠�c�J9�����3��Z�%у�@� r�<�TK)��'b��퉲h-~�
e�{�n�䛑k?BnX�"�=���X�J�'��Gn49�b���S��q�ڃ�>��]6ގ�ఋ�{o�,��"梚<�=��6MzG�v�!<�f"�.B!��a��q�*7A���Ʈ@:�ӣw���[ݓ�_��1i�;43��6�������z;\�اd�y׸>�z�,��m/���\�r%X���>���&'�
�oc��B'��)B���Y��C1޷-£Ĥ���=%;��PC{�
f��fQp�ن��,9N����;�i{J�����L���!�)���N��>8���=�������ϼ�πh���T�p��:?��Bn��H��B}�Y׫߬�\�~�!�1�y�~���Wί~0y��1� ?�<�7�|��;�s�Kp�i�)A��L��o�cdz��8�:a�zP/�q���?I��܌�[�Ֆ?`�1���Wڶ>G�Q;���Uq���{�%��S����KU���rrk�c��eջ�c�k.�{�^}6�j�N�p=���R�t|W��y{&�Bu���q�c��q�m|�8����M�՘m��̵5fYpapc���\l�r�5�*|n���Գ@m %��m�i�:��B�[|���q��}Ƒ�vr;y�. >v�	�c�^�|�cn#�5�kF0�����y�3�;Lj&�o�.�Y�����]4�¿�L�Jc��D�u?�o���v���Km~�y�gýx?�F�xo����(�1Ǝ��D��6�Dv�	���>��_��_�P����"Ϲ�����쫚^�G\	�>��g������d��
�T<.Š�o�}�6�M�Nl��(��›9���}G}Y�ۨ��u�:vW���"�~#�_���q���P�����d��(�}}�Y�m��M����Ͽ3i����W�.�rb��>�
�c�a���V�4��9*�kk�G�H��2:_��"��\7��˥"�M��'��{ӭ>�1��>�:	�ݧ\)�
��l8:��Rιc�E�-C���jY�$�L������tn����JE4��~��K�]���w�G�s�k����i�^�;Ufۃ�6�L�ֲ�KJcm���s�J�E��8S_'4��m;�I>�:��p%��Da�>�n�uߝE��^������.��ė�t���}8���A��1�{s��5c�5U�F�c�+��GVT$+���_�o��پ��I�G����-a�]:�7��[���
�-V���2}>�xz������9
�䙴�I��<㮔�(��N7d�!��~x��s�uG�;�K��(v�1��
�6�TcE�0αk�&+\c����
��֡���h�d������dN���:��ߙ�䷒vi�s�`��;�
�-�{�?��zј�� ��z��Y[-�����[��V�uώJ�-&�LJ�,Lv��c��)���W+�Q��h����1���lw	�h�
&�U[̽��w��k��ۙ�[�j^�&^��㨝��ɵmJ�w��v��{�l�_c����6��I�P�&���u.��e�]��@s�A>����]���a�������<�׻�{R^��"\�n�l��ץ9 �o�g��{���_��k��rJmt!�چ�謜���k�d�pN�I�ıs�$x�1 Iֳ�!����\M�aC�,g�Cf�"�\7�a,1:X%�C��l�%F�C�;V�=�Nk���tl�7,�`�9�=���9�}�eФ�z�'��D%��񪙆���`VW��e�;|֍<��G�eD
q��HT�Oq�yYo�w�V)��<3�2�70ƿFss���I�)������t7X��YHgLv�v����,�9���i��=�ߛH���ᾰOD�yN����@W��Z�D�}�oy&,��zv��yF+�L�Z^�wƸMX�>���2l�����ֽ%G}���0-��3�K�j*^�I�@��I�ĵ,���e�N�	��I����\��l���v�I�׊'O�$��m?9��{�+r�kД5R/��K�e���
֋��l��+�
�0��_����P��&L���-d��YpD٥����5k�����}j���0��鼯����ta�*�}�<\��Ž����gG֞����X��7��?f_Dho'>%�G�v9љ׵�s�b̵����!_0~ZM�,��M���?�q��͉ω�D�7�G�HhjQ�w�y�s\�s�Ų��&�ܥ���D�z�+����҂�-���k!o��ݼ�B<J�'�d=F;
	r�����]�9x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+^
h����ҒMPJaAI�HP�G� *���O�P��]�[0b�x�ŜL�ߜ9���9	��$����D��|G�
�����Cŝb@A1��53�)�i�krN�wU�R�Ljc�t�s!^�#�I�X�)k��<��_�D<_Z]}���+1^x���ĸ'M�3m���>�iW�)�@ݔ�Zbf7�{����C_����I��t�5Iy:��&�R�3�1��"�����3Yx�u�L҉p��C2�3�#BDDD�J����G�G�y�#ό��q"y�!�����C2!B�oʜs�9�Zs�5��͹�s�9�s�9�����>�� "H�3�g(�
�AU�A�,t
�s
~
wJq�tj����a�I�-�w������������(�aD�K��Y�>#�1�q��Zdyt�u�q&vf+33S�ٝ�\���<9�?�>+>�>��£jP�/ _T}q��D+�At��K�/�HYƬ�s�s�s��F�b�%Ƃ���J���#_��Yف��!_�}�fc��~,��:O=�9�|�w~G��q�$n�{{Az��B����“�,�_����9�
~�����9�Y�7'�3�����s@@؄a��L� ���r�����r�rwr��("�8K\$�Sē<t)��'̫�[�K�}�;$!Ix��DZ!m�����|Z�%0̟�_���O��Qd"�A�k�Md=�A"'�3�V����@]`,pRP"�AP��@qR��2CY�l
���B_a�p�p�p�p��I%R*�*�*�MT5D��.R��M�~�SD,��LEޢP�x�BQ�h�F�i.Z�6I{G[��^�\\��q1}�@8��ht@'���q`XցT1�XS�U�W.�.^*�P����X:@g��z]Ow���-��'�ѥ�K�K�K�~��d�$]r|9�2�2�r�Ag�2�����b8>F���Xcl��K���RC��t�t�Ia�3�L/3Ȍ1����%f�����L3��`e�2Q�����Q�_6]v�B�p,:�Ϫa�XF��a���Y��rD9�[�*ז�������-6��`3ٕl�������
U���Y�HT,r�/g���7K����Jw��r���
��J��5.���Nq��R�5~����</ț��}'����g�)�6�����o��B��]
]ݼ�'�	�<�H�)�\�U��5�5յ�k��քX!QH��B�P$�
]B�0 \��N��p�w}]��E��=����ω�b��pz��F�
�
�5	Z–�$"�T"��K�$o%�?h�a��U�U�Ϗ��?NK��d)K�NJ�nBo"onRndB��2��&���S�OՕ���[�[��"��k$5�Ϙ�r�\*��c�ۜ����c��k����H^AW��؝�;�;�:n��/�_|�lԳ�w1wK�*��&H
�
�
G��8��B�֔Y�*�AQ��ϼϹ�x���}�y@|<�~��`�	��ijk�5m������L%W���j�ߍ�^VՓ�Y�{��o���-4��������ٿw���Aj�4d
K#�(4J�ZcԸ4�-%-���U����nIi�Z�V�Uk�Z�6��i'���u�n+��Ji�V�6��Z-������iT��U�u��e-]Sm���?��x�No�k�xD}�y4�h_�һ�^}�Ϫ?
n���0jHN:��i��#�1߱ڑ2d��8��������m'�S�i�\|B}R��$݅��Z����ntwu�P�F�����Y�I�|�94!MxS��o2���L��uӮj�6��\���h֛]�y�޼e>� -�"�(,Z��b�Z@˂%i�d9���d+�*��[uV�5`MX�ZW�����6�
kl<[���f��l!۴�m�v`G�qv�εK�J{�����#���}Þv@�vH����as:"�I�;ǚ#�8������^c��7Իл�{��9%N�3�L>�<e><�w!\�U�ui\1��3�g}�v��ܭu����{�c܃��<d���=O��ޣ��<Fϼ'��S������k�����g��M����W�]�T��@` �C��}����k�y}/���'��A�`h��%�%���exH<�>�:�c�4?��W�k��~�����A?���7�;��4�
��#�
����U�U��^0;(Z�K���^��N�X!Sh<�O(5�ӇõÚa���V��@GjF"#�##;#h�E8���.b�x#��|d5�IG���(.
D�Qq�.��G���ѡh8:}]�JG��c�1��xL1�K��1L�k��cc��.n�;�h|2>_���?�?���#f��Ad������`�jAh]�� 8
�!���ߤ�Y����	����������Q�@&��)AK0��0ќ��4��x��}|W����ʒlYh&Y�e&�L2c� 3��젝�af�b�0�
���2]�Jw�W�k������v%ˉs�o~�my4ovf�Л7"H"a�;��2A��� �(����i"BB���(w��߀�9��h'����E�j�ã5��`	�r�9������
, �$�� �)�)$����ע#��ROi��nXˮkXae��/��,���{�	o"�����ގ������
�&D�Ʌ�#Ң!�	z9��z4�?��\�Wj�4��[O#��/�RC)��Y�K������5�@���Ɏ�� ��7��n`�^s���s�`S)x�M@_���r6<Ǧ�j�	�L�Si?FF��DlP��<"�0*�;;�������k�6�r�sBd� .�b���2����
Ҁ^�W)/R��G�L�
@)��x0�v>!�R�`����gG�K�E��ik�kW�.zaaTv�ctKVl�qkٜ�E����A$)�)�9X&<s��zWy�
���V
�U#��	�G��&x.�1SYJy"qz���W�S�	�@�EfT`"E:��hoH�Ѳ��7(�J�5�V)��N�b�h}��Z����~��n���u�5NT��o%�ƌ EffZsF�2�b�G\bjWT��?�5e*�3� �2Gp�F�ekƉS;�֥?����l���]��+���j3�n�>��vúԓ���W�?w6�,߷=�s|ڪ��Z�k�E��Yc�������$��#��ɟ���„�M��O�X�7}�@B��^J
�Z��gq�������{��{vuBf����ECW�����.��������ݾ������[W���| {�8wiN���Z�Tr���朱���ql\�c�*��Ib��m\b�2&�ϣ������)������KkrV@���U����kx�S�Y�'���ث�	��ppDDHdV]72Nψ�#9��ꓷ�������La��^�>��Q@2������^:;�ʣ���({���T"�!��P�nX�uz�Ĥp˂'�B\���)�{�����Pxn�+�%W�>Ξe�`Bt�L�%!%\
2���A,��H�������(��q�3�/()���� ��z}�>�x��6����
o�jv(��k1/�����G	!�(A�p{c�4j�\+��h�z����ְe�|
�ְE�b
���?� ��5�#!&���ܩ���PQ��

n}�Wqm�G��
]
| ��
n��d-���CJn5e�F������fm:�q�M�CH��FF9ۘ����h���&8/�;(��h��,��
М,�p#�Q��'_B�
�艩��T�7�D!��#��n'X�
u0j;ͩ8�T���y���=�W���1o�ɦ�������k�6�ŸmP}����{��dӽ�˦~z�HMmŮ���?\�����?�@��	��@8�EvbMH ��oa۪��3P|��?\��<����Գ/�~)���n!�w�~�� �	�����yB�B`#t+���q��_�:���$Q�k8}�)qx(!�����+�^\�f�UԀ7
�켻�w�Wbp^AAɖ��{1��n��A~��ф��18D���	w_�Ih�*rr���\�/�ќS�f�IbfP���Ipn�ӹY�ϻk0��p�^���#s�v_k�l�xU���w�lxQ���Ӵ��e�`5nh��<'�0��d[���>%�tb]�c�H�.�O�PwՄ� �$C*�"-�7�4�@BDB�z$M�%z��X(ZH��Ĝ-�V,x�w�J̏�y�
OO�oAXPI�2��no������&=��\ȧB(s?��J)��B���i��-��U��k��EV&��ެ��Ӯ�v�X�q�ޒ���/�����
/��V��-�*��;$>a��9�ɣM�������l)B�Xi��~"I��%,�ӓPA��oK��&�7ȸT�C��!Y$�ǿ"�tb!��� Iz�ɊЪ�ũ����vj՚���7����n9�h��K]�;:�6/�<�'�����+k{���w�SKuR�z{�Fhp�֔g�-x�h��t�I�Ɖdeh�k��d��7�LW@�2�� �$e�L�8�0��7���
j�t�-A}}፽�� r�a�N$ni��]M��&�x�c�����:�1b���	XY�~�a���,OhNxr��]]gz
�}���T�aa�𵑳@�{o�nS���Ū��;�7��/*[p��jsy��࠶�m�u��l���6�Y���Z׶��{q�DS�(��,�p/IH��AAp7�q�e7���F��ZMj�ǣ,
&�RJ��ǂ����<sEd�DN�#��C������u���/��^������"�إ��;c����6�K��y4�1��Sۺ�^^7��o�������y����#���N5�ڍt�����X���B��Ns�e�@�O�S���y7A�������?Yau�Խ���/&�	�e�Bh�=�o�e3jƎM�]l�>��P�N�����.���@L��@�T\�yES�z/D#}���p���8�����T�b#�����"��_�\�:�E���g���f�F
��a��d%u�ZX]ͶUW߶&-�H�@�[S���4����"����lB*[׻�;j1�O��
OO??/�I��x�A��[�턷d�� ̊��Ycū3����[t���
u9����>�X0`I�9�
+t�����;;��g�kG�aNf��Ibp*���&�	#cp�P��x����=��=�� !M��=�L焈��^��S8�A��H~�hZ��v-�Кk���3�����H�i)�J���@l�Z
(�Mi�
���/w��
�=�,��TԳ2���b�Gz毝Ӳ�@y���Jg������������y}[��<�vk�;�/�)ח�J7>Vs'w��>�t~��GG��7�mZ�vjs{���}�|00�(�s�5�~\_w߇,��%�����t�kǁ��"gŹ���м�v�G���a$io�0(<�	;,Lh�8@Rj)�h(h��s�]����o��j��,Ɓ��i���#�
r�9feB�X
�J��(�VD�8��'tkp!%�д��v����}gh����-�Ж��A,X�屆��=`x�~��q��4�ڒ���+A�ؓ�w�`\����sO���84v��y�s�[�nM]Ξ����9�#�eh=�b��f�w,�\a��P���L����6>��y��3�T��{ra�ߟi=]�V��=s�|w�Y��
�:��䖏�_�:w-���'�	�+W�!'�-��,�!�*R
h�+��/�'N
���=���_z���O,3�~���2�	��v���Kw=��
@����x(]��AåD�L����.B~�4�_DV*�g֑K��ˍ�͛��B|"��-�0�۱!\�P�׮%k��S�������R�w-�/ooB&�L����8U`|_B>S
'aH���#��$�C��[���kݛ~}|~�3kZ�d�{T�m�T�P 8|�~����3�����3���s[pǯ(��(��`�����/\p���b�6Q��:�W;N����y1�&�o�#�&��8߰�d�W:h����8��yv	 ����hOBG�l�0��q��0�>Q�F�U��e+@|��k�^v���^"I[\-x�F�������=�%��Q���
z�W�@���y�b�U��z����e�a����'(��C^����ţ��O'�	�X�D���F��Rr
S!�9jC�!���h)-�M v�u!����k�_�a�LO�X��P� }�+p�Q@�EԔ��xB��_Y~�q��1��
�(\Ql��x�����VJ��H-rr���}u��Z(�+D/…~��d<�z�F�@XS�1Y��a��#0.V��[B�Զ�#��D��-9"��^�<w�뾠�%����;���}c��k[R�޸>��6�w��@����<�2n�/Z�}��
���L�g0K^z��Ϸ�h�bO��8WtFO-��'�gٙ|�(�����]��~�!ϧ�����{��>}�'���,�8�m�������3���3��8���M� h�ܯ�8��Ŏ��P	f2�:�F,<����	�U�[����!ņ
�1��=�>1͋�o�xn�{
��<?P�/��z�"GG�rD2��p\�b��0_H+_b>���ܚ
�^Y��w���=~ɕ��rܼ�� �i{������
ڵ(�� �����Ǖ�;Z4#K����p�`c�2�H�e�����r�V��.+*Y�v螢���)+�2}
���v<�����-�.���5�i�h^d��_�&oA���B�����j�@�^�<z�H��!����)ɗ`N��!
�@�櫨��l�������q�Y�B�_�������[}'4�zk��/$ٹ�/=��]ωė�Y��j�W:_��U��+}+©�]�U>{�mquv2����^��ބk9bZ	�n#j(�ҋtF[UB�ϵ/��V�"=Ȕ��o�o��`���ϡ��b ~!a>ĩE�I�xS�Ukgr���h.D�p;��zl��p��h)(4
��N��[b ��3E@12�@'�F��s����@�n��p3{gV��r�����67�ΡEȄ�-�O�yW����E��L�@��b��"H
6�"0J���t}~1�t},k���"��w�C��y�\���Y��a���\{��"�йH�+(a��eٛ]�$���G� j��ǔvr��=Dߏ�n@�PM��P�Q��6���q\:�*i`�PQ厓E+�
$Mso�ք�W�߰�I/�0B��������j�C�4V�W�u>Q���[p�k�_�\ĺ@��p�/���w�����#��j]#+8ح���}_
���٫�Lvݟ�F#E{P�$������� A�7��٠����u"���C���?�sٿ��S��~	� �W>��$
��UU7�?$
���
-�;���h7|�N�b�P�����S�)R\�FFtj�p��+g�:���CW��7�28)�&cr�J�Z�ФR�]]��(Jo���X8�w���)-��u�$�zx��i]ND��3]5�����/���%�S���%���Un�+R5�^��S{���v�6eE�q��S���-Xu�Z�C��4Hk ��@�R����$�h���ӆ��;_��
a�-����9LA%W�hX���$�������H��hs˖��Ƶ������T��nRe�'��Q��1�}3��ןZ��S{����O]m�tpNӊ}�*6����:���B�Hf�7.���|nn,{�9�e󥾜�s<#ƒ{ύedoh�_�6g����e�w/�-ts�uvo=��UZ�z7�E�M��YlRH�:$���u�� S>�Qrb�md�oކ��ڵ����Q)2���+Ø��Y	��
9���0��U����������0p����ZQn���w�n��5'�5m9���(��ÐW^D0�
�
�A�-,��<�R����ށc����{��|�+KV�n���x��k[���C�=��������Uݣ[��ő5����$��O�y�{��q�r�۟��)ɪ��������W�͘�U:eG�<�q ��,��.mi#a��&J��<'�4�j��k���I#�Qu�޹}<<��2E���*�:��@}*�sk͊�@�C����*n��4���C��.�+�b.�J�\�]\��:��\&2B,��3����i�����?����8G�vof��%�BTlAeb���(�`���mu:s�*vh�Ǣ�*UN�N �w��3f�dNj�*m����!��}-.���7ER�ґ�s;���6���vrҎ��7�� Hk�XHOO�2}��4�Tq�j��ǣT麔������c�q�ؿ+�~_LT��v���8�(�$}`n���R���@��Z tt����W�i�����Y�Q�Q�lv�M"�40�s�
=<�����\�%m�,�[L
#�`�a�>!��L���͞�_x�q,Cb��c�H����6�Ah@:�}=Q)�kR�i
ͥ�Հ4�����w�Dd� A_
ބ~@-���	S�js0ᡔ�eô/;�����
�p:��3�P��k���=(�~F����.�Q��ž�j0BIM�j�dqFY�n�L���#:/B
d��ʜ~�'�^VV�$�!] ��Cݲt����H��;�ŵ�R��&�b����ք�ՒS����rw�c� j����"Fe��X�Iv�A�d�v;����se��������2���{N�L�5z"��l/����-��AQ3��$N�|��0����b'o�%�Kh}{����������vv�	[���M�N���b�z�s�� �fN^n<4���f�j�"N!���y��w��$O��׶�y�� ���J�j�Ş4����.�QS[�gS�䯌�����e�P;�ﵳ�lj}l��0��hI]\�_�o.#�Hski\��n���o�Gڕ.'��"ʮx�`a6�f�i-�/'���35�֍g��O�F4�?�V��n`�Xk��Ґ݊���}he�'�޼���&e���ƝՉ���� �>d��@h��a	}������Bb�R���@H��m�

���֗�DR`F,�EPj�K�4�l���u2F�b�
��C��=F��&֛�a���՟^�`d�.�M ��X@߸|�U0�~�\u�e�A�Ƙ\]t:��$`OO��'�J1ʠw8��E\"0�+�G[�\�$���6�ۘ^��B����%�#�CI���������y����UՐ�<��:�?�o~F����{�z�n�q���*�Z
��E;:�[<c_Xb����_�Z�T7'��M�j��ˍ"�zƮx���Ox
�I�7��6H�����rB�$�5��9/����)/�݇���X�ۚ�;dh>��z$A3g{��n}�!s4��*ܽ�7&~^zbq�6��#�mUf�{�[@[�>?YP�[Ѹ�����k�l��P%��N&��������h;T�n��I~�����N�eƃx��N�(9',_�U�����В�4f�F���'�=9Wj_!Qb�Ø.�N��;��MNvP{��d2�P.��I3����t�pW'�歭Ol�j�
j�ߢ{U)�k�E��s���c�!a,��ˆ�o�:�\ߚ;[�sg����|��MsN�*4��7�2�l����6����|�ӫa�\�8����f�p��\n��ʝ!����Y�j|�L�<_Gm��7/M H�� e>�h��F���d�կ��+o�%�bΛ�59�ؓF>x���’���ps �����mF���Yl�?�ϟ)���߽��
��p��~�v�Q��™0�>g=�82��a>z"�nb��&\m\0�w:�L38+%B�\�uŋ�.tv�E��F&z������E,TK��~`�*�l�7�ui��Fb�s7����O�\+�ּ��y�x���ˁ��� �I'Y�R�E�,ϟl���a�R0''�o)���z�8�o��ġX�t
}��4^������6���Bas�j�
�<��=�j�i�[�s׼�d�0��t�W���A�G�:'��c	�jKƆ�\����t��d?r�T���"~�Q��܀��(R7U�*����'��'��KD�b�ԉE4��jM�9�ġ�n�~{�e���s�S�ֺ�)6����)v�A(��8��'�٥�Z�U���M{��'� �n.(�� ���L�8O���(�5�6���xD�sӍ!m���e��ܕ�����J���B��9s�U0��R� 
c8�h�+a4O����&��E��
䦵�',�YR�5H���NLl����x��'��'�@_?��<�?�A�WH�������-�P�%��Oh���~�����S���/	d�^!���_���홫�UP]��Z���w~�gx��D�n�ӓ?�����n�+¸�6m����ȱ����YG��2do.
Q��]��=��Bt�,��dtqk;�Ūm���~��Un?�h�^+x��y���H�0�Z*0$~�%��5-V(t�mc��7�B�P&�)U%\����9rj��@Lp�ʲ��3�R9�&ѳ+����FZ��H*@���a��.�ϱ/T��ڰAӄb���=J%�0:�cpwws�+0��n}�2����M�:!�G衆r��\�
E��6����tqΜ�99�u����[\L�uw���U��cw�������*+{u��]��᡻ٸ��55;��]��;�������	�cV�7��M����*;{U����]�ڝ�5;ka���+h/�`�����I�r�@
��{��$�_��F�r�+
�㊊���6ا� =�}J<٩����a��K�^
��]�r%�2�?'��|��}��%o�>T[����8�@q�����$�c���af�<,~�&�%�s�<d����t�����9�-�I�Mxbms�>BE�!wL��i���s��Ȥc%�O$td�/�/KM��>�^},A��;3u�z�ǰ�8�/9:c���e�����u��f�ȁ���Xo�¾���|�g{q�X��[����*?�,�#���p���ۘպ>�T��oI(0�K��*�	�h��W��s�<b�=�3K/�u����D�������{��\�oM���.	}���uI��c�G&�7%��~9��'�)S�j"��������8��C�_�X�F�P�H���ɨ5޳X!wB�e4��<������@v�^�xux�5����~�}m�d,�/j�a�#g���&D��ە�K�����=���kܛ^^�&���O�G@ė�}e�ӽ�����<��T���e��m�������g��_���u�aJK�/�x9�
{oo�R��$�"�T�K����ȼp}#��\�z4KALW(q}e �:*�fQNv���M٘�D��B�R�]R�"�Y�tJ�o�m8�</'��<�!�*?bnkWDfCB�ƒ�
D["q�*�^ ��#CR`'B��b
+�uܽ�O�g�p߀�G4X1��|	����b٫����#�
X�6E���C\�/�б$��w/"o! P#���ᗎ���D��8RCSS�^]�4�~ڪ#�ZÌ^kP��I)�	�h(���q�U|��/��+��VN�
��(��M!+nl���������F��Eu�EI��^��m�+��c
M
�7�̦:��i	 �`T��龵?�
�S1��J$���(��0˕]����A1�0��@~bnK���M%śjk7��l��X���gd�-�PW���h��nCA�֎%K:Z��u�A�ϥ/�-0���"�X�#�|����ٴm�%ӝ�UUQ��K�\�6�����y�pC�a..��l?����(e��,�]���/tnM+�Y	}	�ԍ���9�ھ�eTe��JLJӒ�S#���Y_�\	^kU@)��`��n��wt�J��g/nAK_�1�\W0�ㄶ}���H撰�Qâ�]m-�朑�¼�X�Mey�1�R��P.��~�r�
B*SR�Ԥ�GF�:LNykV�rw���������
&����:�C��ZJ	�
io�uͯ�	�?�
���>eե>8Vy����a��Cx�J�H�,1��&���a��P`��kC��y(��-�k�l��`�W!L�������B-NGE
s�>ù���ӳ$
����)�1웘�߰���*Bq&GJ�)K�����y4R���N�Z��)*�co+)�{�����D)��FO��5�䟙�\!�A9)B�����]Ϊ��O΄���iG"�-!aF�բ��?��Q9E�DT�U���H.�]ª��\F�=���BT�ch��� ��<�<
e�j���D"��C��� ͵��)�~���39�K�oH���pI4<0���'(�O�w�	�%�b��ukG�����?з<�~y�S�qyQbS�_YAbs��yQ͡�;�/�΋o[�S��<Q`��֛2C�����Ъ3��ЬKh[��T�R�o�b@�圏(�_<Ⱦ��}p�h�>v}$�v���c0W/<*�Q�����eSϲȄ��x���!�<�|[b!�0�
aN���h�	�W��Exv"�,߰�k��D�
"�*4IЍ�5
[�gKg%��9v��X�]��S`�z��܍��-i�|�.�R�Ʈ$}�Dc�J�oYp j
]f�S;Z��iB�t^ASS\���"�tB.�>+,"ď(�A��Q<L�
�b��0��=P�g��[h�´?C�eR�[M� ���B�z�z}���_Txq� 6+��pԊ���W(�p!���5�9�G!5�Tʤ;)���9E����yyBj{��
�M���E@��S{�u
�Ed��|�Zr�Ҭ�g�٧�R���2kC I�'�V����*�G	�DA���3���5��}�4�n�Y>���0z+�>����eOQ���h��7�E��0��f1qb6Ҍi
�h�9�i���M)1M�̆&hs�~Pds�
�����M�PW�M������ZD��wU�}�N�`D�n#O6���2j>��G0�uX��0X�u�����0��y4������%���o�YL�f���;��0m`9���%��J�޺^�:�wp,���7 .��oCy���
H;��bu�s�8��Pt"��Կ�ٕ`E
��]�
V�+S�rz[
��]������
����;���%�oP�aD̙]�#�7B����Cd��d�������	hQg.�G�s֌_J#�/�
t���>�؞q!"����q_���p�M�z�c�`���ZR�<�&�鏲,U�?�5��yi���I/�?��u���?����A��pnv,�TW�y�dXjΛ��Y�c���|;�1��2M�����ݴ��
��������;��x���X��:�{�6�Ryr��<.�'0�1W��dRWJ
��^2�i�2�w�������'���b^�_�}��Ա���?*�l~vq{�/�tp-�w�~ͪ�ƛ�C=W!~��m3:�%�@G��q����T&�0-G�ХޯMvrM��kVoϑG��?�9������xnq����ܭ�|����ae��ζ��N�?�Eì�^To/�l�l�\�e�r��7���/%�=nU���Z�6ˢ�34I�
Z�==�jҊ���w�x�yU��p?��2��􂘄?*Z�y+�b��0�PO\�&Q���؂aRn�#���0D��Ԝ�x�v�	+��G���P�D-�+��v���!�*"��)��+��T�HL��r��o�JO�裢�ccoo���o�i�7b	������&-rf��m��D����U�Wt�I�����g7��k<��$�>x�d[r��ҕ�|�aL�洬��Ύ➖�
�u�dO�o��h:�FUjQ�_��]U48�o�v�\9Ը���>�^�[���YK��y+�v����[����-H���M�u���U��)��<.&#�u�+�u��דkXv!�i�!��l`��Ya�zR�����a�p:�ҁ�8���>��x��0L�.{q��CY:;�
L�o|<����ì����35P�x���Z�^f0�0�K �J{�#2O��sG�[	|�x��%.BŒ:r$��3w��r�OZ�wL�k��\[��AO��e�g��S"�)�/�
}pͺG��Wϟ�9\>�@w�NU�ã�o?в�v�_�?k�o�O��,x[��܋����=�F}�đ��������l<�x����~��+'�����J^/��at6{�V��`�0��f����T��pv(�V<XV���|�$��[������Ko��/0��b�I&��_�#�2�M<�
��8T���t��~~��w�xM
;N�

�?�B>u����+��#N�d`�.T.��x�Mb��9J�%Ht��,�eXP|`A�X=���=�l<�^�!b�a��{D��s��€K�� �Լ�o�rB�SP�y�,T�{�~,w�G�=�"s��K��G)��]�
��6��#�N�?p�__��
>�2������ݴn�
��������a�L�8�~�d�l�X�w΋�j�c�����[v;��¨�"	�����K%1	�N��ͦ;X�3�:B�M�Y;X8���;��@�0x����'�p��Ǚm,����H�Yo�olk�9��J�?��l�,c�[�q�)��a4�9I%�q�����p��<d�=�vܒ��>6��?��o��O�0NJ�	���V<M��x�,tW��#�Vʅ�;��s����^'{���#�	����S6{�{�!,�<^�
�;���c����g�s�^�{;�'׊���4;��V<͠���\��/6�4ކ�A�x�x<�1�����ɨdD�
C�N��+F�O�]|��`�=��t��~�B�
��b�����J%vA�������%F�{�\�;KGsjk�1j���B���G���ծ��dy��a�2�����S��{�_qO��씅=�t톅��KT������䀊r�ъW_��)F=aF}ò�'���>���,�����{[
��7�1I#q�m1	W�ȱ�i���y�~?�	O�O3���i��#�����'��^��:	c^5̥
0
��:�x���Ą���h��˚|�i�=��]�drfm�`J{�!A�a
u�lm�)��m�liQ~�`�N�ޟ,d
`�~��>K]�����om����x��b<������Y�$����6��KԀ��3k�X?By�x{v\X?.4-��ڬ��xr�x��w�󦕦fl�f`�hb��}]ԑQ�	��4��?�E���b~���{_q���3�����A_�?�sv�M<;�i��B�P�dJ;7s
���_Gq��Z�&��y,�ih��E�lbg"�ؕ����t�����>e�W����/�����.4��IZ�X dPSB!)�Z��1	��m��t}Z(��i����b.ݣ��
�+���5���8n�vt�	;[[�n��Gfi���䉚ԥ��� s
y) �e^�ǻͿ�5;��ǸZd�ԕ��t����7�{�Ჱ�
�L�Ml�8|�S���6Q.�
�:�����D�.�2��i�Y�Ǻ��iZ{���l�G��1��+�����%��b�w���ϭ�L\��.'[��N�����~s�9���s���YpYƭ-$"�$�����M���(Ϣ��]���G�z�O.ޱ�>3��'W"[�<�"lS���]NBw�!�Hnρ{�l�Ň���L���>O���iB�~Fߣ^Ʌ���/;R�����t�Y��\�Ӧ=���T������)�\��,
���!Ls�iڲ���Bw�9<���X�w�I���{/�娟�FS?X�QB�7u��^�e=:u�R[~m5�U����yA�0��N�y|u6�7�k���*����c�A�����j���������eb��B:��wPa�����:�؍��j%\�7N����s�f�	ݍw��ɠmA}�2�W$Dx-Wf`�)��q����G���w��X����3�4eM��-:/�����n���F>���w+�xw3�����MP��0�|~���$tg�{/~}�f�=��pd�u����}�_o[w9����¬F@-��}~v���Kxdg{�&M*;��Wm`;,���N���s!�.�w��H�����Q����]��8�8�0����u��!�7�$9�jT���!b�Rp�Ưqc��c7J�G=qp��"���|w��GhreL.bkq�r�ln�ؚ�-w; �^~Iή����O�캸�F��}5�����\['�DԥSkn-���fNZaLYT�_8��v<}�<��9|�z����Αh��4��ַ�K�s�+�&���a��D<?+���� 0���q�6�3<�-�u0���st��n�o�,����D��E�R9�]�L2����"/ww�9�+���E��E\�����g-��G�}�=8���;U��YK�W��|�|�Y�1�7mŋ;�����@��#b	T*`͊ŭ'�nd�_���h��t9�<��'"�^�S��!�q��cb`|jɑ�/hO!���"k|����-CImKƟ]�մ�T�]'�_��x��}ɤ�ݕ�S�{jj���>�]��'���}s��Gr��������<��=��vb��ysW#��
J]ݳ��ȑk=[I8�d���$~�Ԫ�'�c�X�x[�%�)���Ո����'��:�f�I4�Ã��=؟���}�ދ�I��{,�B{�1뺛����1ICڌU1<���ӿ�v���nL.����L�������y�[��I��1=��3�p�@��c�x�ޞ�_W�8%	�G����O6�O��@\�u�%6�6�ݾ�&��	���uo�\d��k�u_ï�x�~]�ߎ"ml�T"#�ދ|��$�R�X�9r@���$8r%�T*t�3�Fhc����˰d~���}�J?nm1��ս�F2����ь�#���!�U!tq�'$*��A*���7��5���ҿo�IS�m"
�Ff�(�o	��w���*�'�l�-W���Tr���3��6��g��9j���9G��/[k�����(ƃ}E"�+��<�Óh�c��y݊�����v<oX�4o���xZ�����f5���9k�wŠ���������r&
}ϫ���<KF���5C��'�=!^v��Q�,���p�p�ē{?���{q�ǯ�������>'�|\b�t�
�>o��|	�����=��nh/^�y�m�a{�5^h/�fV�����3󾩯0?�<"K��}`���v��7�����$̳f��t�i+�<�\w�<;��5�0>w��NJ���ُ����[�3��|����Jƛ�B�kl��g9��t����{|J�DϢV7�Z��>���ӳ(��-Aƾ�\0�/S������f8�+zntn��y��U�0f��oj4^^����^�:}Sy�4��+xW�'��%y嵨?{Y�έ~K[����37`h�;��/����X�DT/��]㼮,��@�Pn/[��b��O[V�s���0�q���A)�:($�-JHx}�X+v��5��2�j�?R��;u�iv�����YW�z�Pm;�����ϼ�1� ��i��hvp&�ax�c�vj�y���2���ܼ�xHZU�c�H=wA���]t�ը�6ֻ��
���3�����
@�z�;�jۉI3(�������IBϖ���:����>�t��Se�"EJ�p�怣�R5>2���Lv��x�{`�K����;Lԫ��Rd�!n�w7U�y��[~b�����VCK�?}CF���Q�p�{��T��ªbm
"4�hʽ`����VS�_^������E��Z�%K��&����d�=��خ&�}Y�>;�+���ixK�#�q���߭��aɁ,ʁ�<��9�ݼjS�i�Z1�vC�̫[��y�5���s��ZO��)�������Z11[��B��6#�MfsE��rN
{�ot��j��J���Wi��}��3Z���}0��<1��80d^�ט��q{��хu��ʛ����'�Z��y1@X��\R��\
v:t�r��	$�ٜ�9<g(��$J��7m�0"��$5:>ԑ;�VMO�u>���n=���g����n�G�?�'GjǗ��.]Z�RR��R:�%3�gq�at�>��8���e8�,)��8%���x���	�~��b߸�����"�̳M���S<�Y�/ղi��{�{!�f=�0��:��1��������%6�̅lr�e�9@�mq��_?
�mbw��l�m���`��f�l��9!�ls�y��#���m����X])c�C��1���2��p��)1�I(Q����^��`(���h�j��箤 ��"���p&��o@�`�w�"��F����֤��u���`�Oqy@�x�C�a�h&>�H1�7�s F�9<4�\�ŧz��X�:a]J	��?�x��HE\�99%HD5�֋#�}�o$-�?��A48C|o@{���h7a?�	�
���b=L���J�@>�khlw*��?�hH�w����[����#�7	{�63�6���
=B��<"и�4��<(� �+�)�43���J/*���Q���-7	g�\��f|Yu���ui��IIes�O�[��1eC�R���s!����g���8O���Fg۳Ì�ڜ�����@�P�:��*D�}�����Ԡ`� �a>M��L����==�*r�9R�����8���$���"�<>bnf�Oh�{�*�2>4/#�?��F�?OW��1'(68���B9��w�P�T�R	@*%]�+^����j��������WedM!�}.���7�f\"��4�:�V�'&�Iy�g���p��њ�E��b��Ϳ�6���
��
����3�?d�b40;Ϟl���X	���z��b��{mj����xBKP���^�|��zj��e�Z��Ox�����A"|��}��Q���o�ך�{��>����MTe��םzU�WW�}�7����яN	�5
���D
�1�}-����;��c�מ�k~��m��%��U�H<s��;A=�ɠ�G{`�Y�
f�!|�O�A��!��@�����|�C���C����8:���Lm��Z2�����ٷ��S0�B��znnٓf��� gw�p�m�w@��I0��M"VO�Ɵ�$Bt7���^q�WF��Q�^�&�zLzU��@��QVm6��L�r��CW�ELS)m�z�ߧ�Q��a�L��]�J�*��I����礥{�*u��{œ;z��
�z�/��\�|F�5%^..������0�<��8�d�3����w6�>w���t�ݼ��A�6y��^94iи�����,�-wg,�B0N[Ī��P�$L�u�IG�R|o�i���4���Ek�w�?��
�!\=���a�8�wo�"x8҄��π���'�A�9�pҋd��b}k9�B�!�*�/��I�#i�́p�n��q��L�`5���|�Sߓ3aL{c[��DfQ$����̙���� ���Ӹ�GGXf���gDی�G��z�G�y	���2?K�������=r�H�fz�(�l�W
�aDL頦�;R��'%�Ti�H� �|
+#r�7�dͣ�i㣝A�UX{<0}���{�t����{Ag��\�04k%$8��1���N#���O��Q�Ң�J�3S�����|�׸����+�*�
��_����'�|�6���ü��է���=v��5�h��������p�I�\���H�c��D���h揝�HE�e�?>�^��}�}��\�f����v%%m*�����
qۜ3���g�PS����������p1��2cn�
��$r�Ze~BI�*͏)�Uc#�6�Z��8}ns=��c�)A��*���<
�U@�^QO��v_��֍A���czc0o���/��u�M+�Ў$�[���?MG��E��P�H��ȩ|�9�*#��\R�h^g^�h�k�u��k��T�W��3���̤|�!��b�W�..N�i��X��G��A*x��(%w*��U.t�!j�{�[.C��������"��_����s������T���_�q�{��\v>�uۏ�|
��d�W�-��FĔ�z}��
�-�g��
���B4CS�T�$������]O�k�ڙ/��>�;����Rdn�d��qSO�DTu߈�s=�������]���~�^��Rsr<�^�a�D�k:W�R�'���gw�OX�
�/K!�d(��n<�k(��/L��..�!!X��:r6D�y:��5P�0sPL��B�t�3�3'.��+��^[�(��8�x}OI�ӛ��po�����w��j�ͷU�����?>8��X�~�}bj��W�6>��s쿚*��(��=��R��g�dqN�ɌB{}/�o.�G��Ad{.�-��a.������8���j[��0�Iޏ>ʝ�	���U�
��8�A���� [��ϸ������|9c��C2���<��,�ˉ猓N�B�S��d��U����	�]}�g�f'��'Щ�=*Dm
���Z���-1�I�
Ȫ9��GḲ�zk_�����ǻ�}zo��V��R�Х��d�`�)���[ؘ0^eyuU΂��ۋ֞|�~�A(޿���J��Ts�A��梖����Z"L�#�D�n�S�:Ґ/���%���9�^�@ (�^�➁{�5�����ox�4p1k|ܰ0���
�V��
��\�M{��f"��5\{�c�n���.��ɋ1_&�z��m=VT=x�����P��"VE�s|�I���E(PҎ�z�i�Ɓ��f��ޒ���ǻ�v�����~��9�5���x*�7��33�2�Ɠ/M��W�þ�(�������>���<)��nh�`-p�����:N�o,>۴��3�=ͧ��=X���fծ�ڴ��۟�m>4�4��}eS�1U˙�}_?����}[Ql���腃qեaq+�?�ھrc���-�ϥ�կ:ۿ�W;����1�;";OO��.���c�3�8����;%!?W�r0�}���+>�ּ���e�6)���4?未`YI˚b����pѦD���M;YA�q�HS�)Ȼ�����/�.;�Tj�ք�o�W� �*�8����(C���$F!8�07���euF�@�Vl_����+��^�dɜ���#��y!lOlMYHz�V[��g������t?������s�<�*2Z*���J��D�y:��2�)cr�M��мs���|�6�����zcJ�n��t��?�b�(�00=��vb5����07��>�M����4ֱ��L�<��1hdϣ�;�U���]W���/h
47��D�~�b�h��E���'w$Ll�h�m���G�hM��{/�?��<�#������A���Va��*�PD9�r��*��B�3L2�`�q�����l���lc�����힙]�����}���G�����U�U�j��xg���}��TJ?y���!�A]�����P��9j'��
�ۇ��ێRŒL�tw�
uG�K�7~���3rD���˝��L��8c#��1}��7�S��\d�s �G��gg�H�m0=���8��h��J�	�yb\���(�
s�N��L�0��>M�_oo"��j�V"Pz����s�\"�B��$��oo���)a�Pݝ�^�jYL	Y����)

[@!�̆�҂uIa�i�.�C�3@�\���6����i
?e~�L%��>�]�^L_����.�W����TG-�����&W�#1(�̦���6<Bp���,��L��@dUr��u��칇���[���2�>?T3�5�5/�&w��S�<�b����?��+�՗�Lw�V�'fy��.kX��鰨�|�%͎ �ʜ�jF+{{˪.n*lNvT'V�E�W[���	��=�\����K����H���H�+�M�j7���6+
J�h����{_z�8�z�0��p	��G�����o���7�Z��r
T
�����9��z���P�|�r�ɃǷB�pg���O.�B��מ�l8R�_��|�A��Q���l���j圽-�%a��pI��bE�k��ʍ�^�F_�}�;_��D����LV�ϦۈLޟ}����H�I�g�*��h��Ŧ?1i�/��ϨZ�Z��|o��(]�¤��}~Q�e��)~3��������������Z���z�Ƹ���!�<#��2���\7t��g[FAբ�V�x'�P�[�A�t=���[�KJ��.ҿd�C-�+[�=|+W��6k��7L�O/�0�?:����9���v>Z�p6�������q�Gb	�Ù�$D�����$+9)���MCb�Z�#�1�CE�^'���.�q�U��z��k�<��A�׬��\�dׄ�=ᘮ����R��F+Bݠ��v�i�l~��T�v�swG�N�ꜹ����1�1	�0_I�я-j:��7��m�ߤ?���l����MxX�nJOO��DBa��U<#B
����9�F*ђ�G���X�4|�:[w�q4{���]ޛ6�^�u𝱦��G��+*�i-xS4��e�~�kmr�ŏ�A_M�_:u�7_�VA�1��,\u���5[G60z<
����t�*%e�R��$|���;{yôZs@� l4��BmT٠�"e��DA�j��T�V�#��晿)�b��
e�[Z��8��B#2	N������9N�?���C�-N��>63�
l
��PJ�kS�����0���jtN�s�ͳ��'�ܒ��p��W$�9ms��݇A\����Gg��{��H;��ˮ�	�6�r��!5��ݎ癮�k�i�E��_瓴+W-�_G�]Q��U�0_([����|�����M�\�Xn/�vG�N��z�
p9�����R���h,o^�>�5�G�E�%#e{��E�pI�}�/�1V�A}��J��=`��_�q��&�M_��36��{�Œ�CY3�V���^�1����mL�9�Yk�u��f���<w����=��Ɵ���j�,��`��I���a�ċ�34zƍo�s��y�i֗�ػ�h�S8���ɦ��$,HUK�Q�ɱ�j��e��I���-<'�8S���XZ�;'u�P5��V���LhX����tuW
b�Rg��|;���K��'o-���ҽ�'֋�)�[6����Yu�]WՙK��4�=��
�� 1�??cajCK�C�~�*N,��Z���q�t��Ew�{����k��;��:ҺV�}�_�0��*�g�RI� 	�`�ѣ��b,Д��%�H������_�]�M�������~��\ꆗ'�����W��X\*��xC��k_��_�����-
�2��#6�:���"OO�����$#C�g�-,'4i;��<�s�!���'{ܬ[�#u�����1�]�]��cl��b��My
q���(��r�z����U��
ꇞ]��{�1�U��M�?���VQ_U��\ ��}x�}i��{�ﺘ\��?�]y��;�Qb���g�l�=-��U�.�\)��Zf�[��S8!���Pɔ����YJ�4�b�L�3_0���|�x�/��
*ڹ�y@ puhܣ�P�Bq���1�$���P76�~����g��P	7�h�`��xer��{S���~�����zL�VN�
�ddz}��j �֟������Gg�m(�����ҜO��\�1�>g�z3�N���6���}�~8Z�[��A��]��U1���{ڢ��Ƹ�CS��bh�^�薔�'���:Ϭ�>��s�"�JL��'���qY�6i�M����
�<�'�a2���"��'Z��t���*�t���<�풱h���g�'=蚙[�g��LD��td0��+a�@Zsa�����K��\��U5�ۿz־;d
0nn�0�q}�7 �L�y���	B�V3=4��&Z�M�r��V����3	�h
�sm;���h�s��g!���]�=a^�/7/-g��?4���X�a�>ia:*:��ir�@�c�a��OT=zC�~�"�]	����<��+ˣ�\3}i/�g�Kc�O��;���M.7��O޿�a晏�=~aj��_����3_3ud�a��3n҉��@�c��ȊF	�"�#6��z[�<�5�&�K�t>��?��v�
�:���yO�>�3��e u�ޗ�5����r8Tp:�xL]�t]y�먷�a5��?W��|‰گ�W�������ܢ�{?g��3�p��[��z0�T�W(d�\&P�y�)�#B9�cBe�v��7WX<)~������x*����q��/�+@A�,?��\�`�w��)��ߐ������4Z���z���G��E
)IaBԬP.���e�MP'Dt��V4B�@1�=�l�ٶ?�؜N��Z���?���i��w�����fƼ��?ӻS�*����S(0'b����6�;m�hm�����:x.��=�/s{N�<u���w��>�y�鹺�7�(m=ٚgJ/��:(�#(.�~c��UU3�-�[��8+��t[��-*R^�����Pw6��E;��;%9����nLlg]=�-�
�jIzϣ�h�H�V��;��cPU�O~;���U����c�}�m�Wpϼ>y_q����W�A`<ۦ�VR��4��"�c�����*'�l7;�_�]�:@}���s�{P��4��:p:��d$T�(����@G�8D�%�xBM<U����U�z��K�U@͋a��wN��z7���O[��l�o䞗3��D���Η�Kp���W��De/�a�R|J�؉Y��T�t4&�=��YW��j��_n��P��
N����1�K��۩��ɰ�w=Ғ�|k���;+�w2�p����]���z�����U�*F:Qȳ*E�)Z�@�v�����g�8�uП�m��}.jͫB��y�p�[L�X�N5�:�L�V�b]ΩQM��+���ږ+���ϟw��@'������R���?�bZ�|��~�p]��,��3�gh�Ě��Gs�����G7��߰L~�b��1��%U*ȂN��^�S��UT����YV�ز��.xf<�3�93й{�3��4FT���^���bΌ�ੋ,��gF0v`j���:BV�9'�U�NtC�4"��Rf��7��S
����GS�7�Q/'f
�׶��{�_���j�����؁:23�G۞1os�?�ӌ�m��;�~J���E\�I���U�T[�<h	{+Q7K�
U�C��@~d�'��!�9]�_���w�q�y���WC�K���:������q��9�}����*]�7�:L���:v�wo���C��C/C)0��0��1"0�Y܌ɖ:2TQ�TOs�IG񵤣��\��L��{; ւ��g��t�<���{eA���uI�W_h;��1U[rN}�����PG���<�MN��cl-��;�����r�
�.esx�C]�Ȩ3�(-R%��w*�rv�%��Ã�u2����e�+��5T�ov����r|��k?h=�<�(~�����s#n�2��?�Wx�m�]���GP€b⡷�͔�
}	��::E!!�]S+"90�Xb���Ŵ�����u}�H�~
H�;�-=V�ڲ�<t��Ku�e�]H�n�"��mߜ����+���-�1� ��,T��XU�ޗ�?b�E��*�	��{�Yձ���wW��2��۴=m�(~ ���(&O�O��*	�m�R��{ya�=i��56F�d�\O5�u$l��>WfhZ{��{MZ޺��%�mlM�^2�~�ܹ��Ѝ��&�au��Ճ=�83�/w��"9)��*8�S�3�_(�=�(.
��2������8�b�A;��JIL�`sEj{���L�*��hX��	7ԭ�34�+�\�^�R�3�#���E�5ˊ�nϙӝ����:v^i����>Ϙ�Q�^�ݞ��Z��Xܚ]T��g_�m�%��`-B�^&&��E"L�
&��N��
D)����B�&K•���A�7��/��b��ؾ`����U���&ԭ8Ӓ���(�N��W���3���㉁�k��devF�g�(\�=���_k�y��ު����.u�,/�n�r�s݅	\Mf�����{�� ˰Y�+[d�R&O7���\,D�G���̵賢s\��Ţ)ܢDY�i&�g��m6�Gz�KF�9�j�@M���d����}��q����2w��<�pG�*ؾ|eC��i�9L��w�ܒ�#��i�{L�7���ǫ$y�V�x�dσ$e$��/9E9��l5�W�xU<���=�xd%I�\X���m���x����	ȋ���
�\�9jmZNcۃ�b۳�&����i\�l���dkuwCѲ��]��c3����澤�kۼ��W׵U��V�{y�z�%�+�5�+'5#��K&��{��ϼ_,x��o��T%��T�$�A�L��)x�M�}���ԯ���9��G�����L1����ߛ?�}�#^���;��������l�%�oc��B��+��Jo��M]23'8�z��o�ޗ;���L/��'����u�,N�N|�E�>��ݱD��'!�1
��#�$4E(�\`i�j�����P3x(n��7c�<b�׍G�2�R�<�Rz�L�".ݹ���=C�ћh���S5�/���-�8[���B^o�7��xO[�7m��]s��ܼs�ǰ{�T-�+d�\j���#K��r�y��8��m��E�m��	�FF&�۬�V�{(5��t�#�NU9yy�3;;�P1��K�3�6Q���-�p�LB�����]���뷼������A�����:�����]GLٺ��Ŵܔu_�V��C+x��W�N�3�)�7E�%�O�T7z�@fn?2kс">�2�y�1|1}1Q_L%e�9;c"�IXY��.Bl������DI^z4.�����W.L�R}xT"��u�&zh$��r��TL�:ӌ�����H:���$����n�v0��$bZ;k^[����dp?*S���Βy�x��v7�
&HE1m1bIce󹕞��o������}9�F�: �ߣ��:J漷ӝ�l�&���2�|D&/
�2����ʭ*�u7�K��(6
�k+�k,Z-�om�!4kN/s3���k�2F�+��4�����4�1ցҙ��׍zC��3�Ч�44.�h��=٩�1g�����*#��CS�Vpk�П���(�e��BBD"OL)6%Z�`g�3YVݗ��_�4!��rScxb�g�Φ�#������3|P,�T�HY���K\Zq`~ʲr�L�|���m=�)[���ԌGk�$��l�F���<���<f�"�^��YE���}����.�_<�s�F�L�Ӏǻ���ڛg|b,o^�o�`k��(�dD]��6q(�0�b�:}quÃm��9M1���jIb���a�3�@_������ܡ��/�M@A�I��B�(o��
��D��ܝg�8�ۗ�chF���˾i��#׳���B�c��,}#C,���2�G8:�߇H��p
���>��=�bH�a[�Ⱦ��K+�g����B�-�D֌ŕ,�c�#Ւ�:����Ʃ��A�)����u��0�b��(#��lip���'�k�?*q1���tfEkcח�>_l\y^�ip��{m̨��u4����λ���ƹ9���ݟx��̅�=PJ�|�G�7���WK~�
U�[����Ii��F\��$I�W�C
�97�>V;r�$�j٩��юlߕccݹ~k��=�9��;:��Z�>���޾�2�2���=.$���{�y�^���4\CohmA{�Yd�����a~��T{k�5���t�B�#cP��;�d�#)�V$p��bc<]�K�J�3M���oZ۶5�
������:�V�X�>�(�[q~ZS��nVg�q�,�;���a]���)x��Q5Lj����bɿ���c�X�\^#��h��uuur����Je ]�{������p�&�$��h[ȰD{2�9.R���ۭȒunv��g!K����qb5qXu1��o7�eq&W,JYR����3O?����C~� ����W�3�	�"�����#fT���-��͵"�t{�ڐ�uO�e��t]�8����Rc����Vu�.L�^��zvq����
����g]܍��=�F7�[���PU�����V#�_7	���� �mnS��]!�8��h����jb�����R�����"�Øu�,�jV�e����D����v�g�d�v#�	a�ƹ*o�P˚�A��Ck�;��e��e�0<!Z��FI$M7޶����_��d)�����`tr
��L~U�����+Tj42���$�I,��mM���6%�EV���&��vd	��sھmmåm��\�Þy>���ˢ%b������f��9��W�&��5�p�k���Y�dٙ�e�
�ؽ��_bS�8�_8�>���Zl
N<�{�\�wԥ؎�u�p��n����P���m��(p���^�X�Hw�>ύ��������S��8��D���\|�m,I�e����U`������ �>�`~�,���C��Mم�y�E�X!���Rc�=�؝|��׃U1e��^����/_�W���U���f���$��>D_}<
~���-�O���

֏/G�>�;	�ID��R� �C�)����,�{��ϐ���}�&#�t�:�[�7/%��^��W*[=q��7������ip���M�4p~�.�[��E��o�ѻ�'�
�D0��58�#s�^�2�`��V(��������D<{+R�����pa�D������(b:b�A%ݒ���Gʲּ��?������Ȫ@�������sN��][�d5����>���`��T~>>�X*�;����7#n0�D�ݔ�*���g�N�D�����K՗�a�MIiۙ=�kF�ťys�}�7�mdvp���H�i���Vӝ"�̥�G��3b��8j�-Ew�wo�yo`��o� �$�T��b�$��,�pp�
��M<��k8�|g�g�<�6qQ�M�������TnP�΢�N
j�Jsſy)�����z���`c���-z��׻t߻K�*���e�֝�Dz�����v�%�&�z ���Y��ц��1I�~��G�����v��6�\�4��sf�.U�%Ɍeuy	aK�헖x�iY���U��|�.ޣnW��[��<ߘ�����y%J$*�&�ʔ���֑2�>�Uc��7p~QY�Uk����k�`(PBn�נ�R�́l���̙N��3�\
p/��X�p\x��1��I!�~l42�����Bk�hw��5�{�(���Ro�A�MS�/��>�e��kxp�*���SE2�RMJ%H$r�J`r��5�����˶��]CfbC#Q�ŵ_�@f4�;O���t�^�0*
?$G��	�p�INo������pM�
���^�T
<Rx<�?�Ҩ��Ɣo�:����Z>��ػ�~�ӯ��S�>
�
�8�3�oE`cAW�W���i���
GG'{��=������tl�����k� 0���?F��83��k��]D߉���
������ʽÕ6�Y�`����
!�㏀��5{W)������.�9�O����4��9���V���y�m-s�z`>�J��4JE�L7�ɃOY]J�$
	[
�,�5\
�{�����'�[:��K�Z�%���77�lzo�̛@k�TX4s&=&�k�_������a�
��#��i���7C>�`~�[pt�B_��������i��!�1�D�4X%�>�dB���P�@�]I�ng�ς�1|�vW^xo��h�QM����f\�b���n���m�3⬰z2g��L�j�1kc�lR���^�_ON�z�t�B!A�t�Kno���%�x���#�Ha�Sic+ZuZ�OL�m#>x�}�"dH�[������������+�����`�y#��,E}�N�q1�dW�=G�&>��@k.&չ�O���~3�eE�>��#L5��6�@��Gq��,�3���-m�)%�LH��2��+�����;W¥M�z�g�ZJc��3,5^\��ҬK�?��Pxh�pK_۹��YO�{�z���D/�tp�\^)�ڔy3K���]^����5�WGeUE�'��xѳ�*��SY���xuێ�U^�����FĥS3���=��)^AD��Hf,in==hO
g��:9;��<�"B���n+=Jd�2�J,:�)."" H����$ϳ�'C=��2
�΀��`��=�u�פ��{._�cş|!cI��f�ҧ5'koEq��к���X��E�U]�[���g-�L[\�+Ӗ�g{d�kEbgExMp�@J_~E��;+wm��+<��զ�GՎ���Ȥ��@��\�d��q��҆|����ad.A4f+�51W;���=�BQڌ�p����?�Zz%�0�����)+�D?�?���O�\\0����L� ���f�P��+^�P���Kw��y�[o.������Pp�=�6����vs!~�#��s����ck("��x.i�&��쌡���|~k
��p�����b��<\�[J6�)P�cIb��e�ذ��хV����b�G���\w?�˝
.�w>�7��̻
u�S��ю0	�}>�!ʡ'�4�֫�݋,:ۺ�'���7�	���S�
Qم����GxOܹX[�|�j�U��t����5����~���I$�0tg`/���\>Q�j�����L�
�{ۛEb�瞢<CQ]��_&��&$Йd�9 w���U���>����Ƽq_��;ʅţ��>������,����c��<����� �ne1i�z�%wQ!(&K�"VO�9��=��4�;��ub\FZW�)(4�_��[�Zn�9?�-�D	}�f����P��0�|V�K���'���Oɢ���D߃U��?�*�)||y�>i�F���|b��?yY�"��;�9����ͧ�
�}|
~���=<�߷�.�ω�ξ}�e�s�\�<���'o|ڳ�1W7���8M��]P��]ՙ\�7y{���`b�#�5ozKn	;5�M���b[�N��|����R�p�(�������wɂ��Y�թ��
� �@a�pK�_gE���g'{��Z^$���۾Ϋ���y�w�Ꜥ9}��6�sur�p�to}�k�i6��!�g�J��H�*�����I(ۑ��j/{Mba��ə��������7��1��Ŗޱ�8S��b��b�rX+�%���v�|kWc�|���:OO'�**�0�iFNOMK�F���kLJ�)l�<�]�
G_O}x��|t�jmj�s�E�1~��s�
N���j�lq_��ؒb�Ȟ�������y;�<�;�>;X1��䵛��\��;Ko�ψ�����*�H����V��3sn���7����{U�x�7^Kp����c]����n%��/m�Ͽ�n��]3�۠�o��c�?KK�t�Mu|�h��	�|Swnfv����K�(����ܷ��0��'����͙��e����IY��G��J��j��6�L;�fT��i�Bs+���S+\�mU���eM��r�\o}{R�@�����].^&J�Rc�X�'@�]!��b'�DCha���Y_�ڋ�un���A����d���v�=���^k���ɱ��#w����8X�������
�>�}���Yě�)`bL�S�/��8��~<K|X��CC�*T�3�hg\��\O��!,�w���){���67��
H�Q��݇�Rn>'w�ʖ�j�7j�����40Q��}o�7|Bi~��Ef���ӗ���O{R��< ���u�4�ԭ{�b�9�0=kc�_��(�C���Ž}��7�����%R��I4�:�"�y$<�%�:��(q�G���1��AP���7���G�� �j��5���G�DI��9���'@i}�x�I��D�I��L��{�w�!{\DQ���p@q��\$hH�
^�PE<C�u�n�P:�瓾�A����A1�-:����y�E���O�nn��e
��4�1�
��^V�S�{��k'��*�L+o��2��s/�ʚ�K�T$wV8�Δ:�*�O�R�⭄��&���P��]Tb�(`b��1���/[�J�i
��z�dryr���ܴ����A ���F��~��{�O
��e���Eݻ��?�D��dr���oX`
�m���[)S�E��36,�(�X$��"o5&���?��J�&l.\��m�Z�t�6g)/V��T�����Tg�&�fŤ��Ɇ�;��B�#N	�j�]�aaL�L����aA�069[���S�Y2��S�M��
����/���ׄ
u��"�2c]QtTh�w���$&*4������(&*,����a���>~��j(d�#+����P-�3�K�kx�01-d%Gc��,�
<V��
�ٟ2�1P�Tn8��|@��N8}���6+N��AD|ަү�?:L_Z�}g,��XB2��4����T���u	T��n�J��%#C�����w��?}!��Z^|���2�c��8<�<2]��ģ�J��M�:�`��Q�Op��K|4��O8f���*�wU��#�.���5��7�斖����ϰ�9mz�J��JD9�B"zea�����"���������h��_��בo'R�q��Jw���F0��@�U�xMԹ�V�\k6�A�O]?����u���[?�5"��G��W;��xD5AV5�[�iVUoCU\�2�ژSt"��y��W�p�f�u��,Icl�>z?�Ӄ[�	U�0���2���@l��"���O#8�,��>�?~nO0�k�HG�����{�w��x�qA�e*황�m愥���F]{/���\���;��T��A����,<S�;tCdo������.#��T��@��>����K�E;�[�ᗭ'g������Wj��%������7nm_;�Ɨ6޽E��Ԙ+���2����`&_����-X����Vp �s��!�`�L�d�	�qmq����h�����_Z��_�9ؚ�!F �P�n�IL����s�y7s���`K�>�9.�:B-��HpY���q�v�w)�ZGG����J�T*�(���D
�&U��M��Ttp��|=�!TH�:��SA4H�lݶ�m�]�ks_]�����Y�������Dթ�o���C;��A�I��
߿ٳ��n�r���(��:��8{x@��^�f��@{�����d�MĨ���i���Ȯ$Hs�� ���{��q}AHժs���r�['
vU�z�{�}h�~��@yk���t��
uKv�(G���Z���,N$a��
��L��&���w!�H�C/�}ʒJ�歱���[g�V�-��
x:������r�q��<n����AH���I��E�PZ:�oyP���{�ydxFMgm����7?Rk�d�Q@zf�)�Ω	B������2�K�z�(�t��J:�
����K��F���f�i����*����
s��Jv����މ�����-��s���C�s��,���xx����u�bmy������궾Fc����q��/���o.B���
$�c/.����fD[-'�|}Q�#K��ɞ2il�f��:դ�I�$Wyz�$���f�֮)v�n��Q��ENE=����<L�-j��}O=(��C��Ŕ����kOn-g�Q�}L=��M�P��N&�M*-�m���bkQm�S
�#�ĕ��N-R8Մ�KI�R�%t"��O`r���T�h�S�Ը8�Db
����0G;�I�ƙnX��B-�W`���5}�?��q�,�|-��A��|�tI�][r��?��5RYO�ԛ��2},�����מ_qO������t�]�?:��*}��P����5��G��
_��+��H��!b�Q�	�X���1����rē�C��kb�x����z}mv����Ubr���ߡ,ێC�㈦�*!���t����ֹx�2�����(9�LA�2O����9cfpweh�HE|��/�i)���
�F2‰:\�����28��l5n�� �%FǗЯN��E�ʛ��L�D�x��@,�_S�
���� �&���^�l�yx`��Xs��
��L������Fb��M=��
�"!����Iy�+Q�DŽd��[���8�~ �-�+�WF�bcrk�k��ҭ���L�s�	�%�jo'��2���<�*��-D�'lM��Í�'�N����^<m���v�^�O���ڵ2s.7c��2b�z��s��Z��G"	T���&ɓ�����O�����Ь�_`~��㜼^,7A�}����}7�sby����#�b/>s��08<Dw�Y��
D����e��%IR>n�BѦ&��G:����j�ڂ�{����n!]�J�����[o�&|
��#�<�-d;��g�b�M?���7Agm�c^�$E�C�m�nbGY�Š�c������Rd�EV	3Lԙz��+� �m-��R���7��|X��n�D������m�n
�[4��*���%C����n;�K�qܙ)/a�o~���a��������4ʝ-x��H��EG8�`=�Irk�pD�P��+���;���鰭���S�P��������f�$��Nc*��N.u{�~�`�3�<��lC��+�_Xt���%و3h�%�<"x��j�N��<w�8��K��Dg�',�vr��Gmr�hK���рl�ޞ��;��Hlu���\ٛ�?�-s�v(�̱~�ae���b\���6�G��r���8�k�]�kV��r��э�����L�;�=E�w�%훩K�&�����Q;���q�;>ֶc�!��V9F%�O��0e����FB��-��=��3�텕n�vQ	}�Z�R
�;�+c3��9��B|fF&���U?��ċ;���Gݕ5*���7~_}��9|bֻ={����냇g��Q }3��k_�GT?�;�<��C�FB#	�ǼS�f9 X���h�,>��Np��`Z�p��9fـ�-�ƈ����@]e���!�k.�K\���Y�}n�o��pe@p�quuk�Z�D�.E#�x�l4/1)�6Y���(z.��~��|��J�I�xc�j���K.��l�T*�*	�����s
��n�Q3��3���X�/��c�|Q}cKlc����:a�E Ix:	-��Į��{B�����n���F����Ty���F-�|��BS�CCd2ߤG%>|�7����R��2��-.��vu����h���?>Q/�dnF&�Z�o��Xa*�7�m	jпW8 l�`J׳�qt����׸p�HX.�4:�zT0C�g�x����-�٣�:����r1�������&.�ڷ,m�r�*�<=��?��7���i�����V�z7�G�*A~$.�C����3��\��k��V���\g�^�ٴ�NF�33V%%�e�/�y���wogǂ���Hp�\N)P�X�Ԉ����6��_l��SG}���x��y��k�[��H] �q��k|0��n@v�87
�����y�I�:p���~.Ȓ�4%d��]���&��w�j��N��sf�Jnr�KhK��ɤ�H�#$��䉹�yWȸ'*�­�����7�^��[�~�+�8�̜���K��-�<s����w��ۈ_�u��=��1r	d_0܄G�u��gt�0������t�͇P��d��Ḍ���?�t��T	3/x�½&�!�
�-	��<��"m��;w��V���_�8豻�Aڨ���C�n��#�q��m�-8�Ptf9�T�j�D���Q]b�M]�-��0}u��D�O�!E�n�p;�S��>�"j��
�k~f�v^�)���_�j��)&,�LZP����+�F�6�������TD�����;����	��]d���F)Y�Zh5�_���Y��,}m~�<�?�a������zr��Q��yŧ.�p����ׅ��6G���[�]��I�����w�pT�y��P�_��pQ��4��u��I�%R�B0�ڊ�3d���$���8��e�{�����O	jX�UШ"���Y���#_0�;�	M��0g<0C����������$������[C6ho�Z�p�v�>`3���	R�����|�.�<�g[.E
v�#E入�
Yh�p}Ă��N-rx\C �����@:Op��>o��������"��Ў�V� Z�X�,�\�T9�'S�R�8W�*��y�5󳣊����c��E"ceVQz��ٮL1j΢���~�c��@L�Q�m��A&����+c���=����ԧ�̡<���e�D�L؀�!+��+�_[ڵ*],n���:��߬?�r=�2FJ|ˢh'�mx�WuS�ެ��uB�����[ݽ��ߕ��2�r{������B�ms��u���k���-�;��5	���m���D��o(^QS�Z�$҄��x�����5�U��D���^"�����ٙ3�3�t�[x:+ey[����W�����y��Y��������Km���[O-�tȎ�׏�
��_T����1sl�{��ep���"�hBC�:��7�٦]M�޷�����`���X���s�8YP��6�Uii��>Z�dO����⼃�K7%�?@���&c��1u�S]c]Ȁ�H]�F����5�L5����	�<�R�F5̬n}�]/z�^�X�R(���� ŕ0�,��k��?����j�+y;^k�v�ʮ�'��g�eK}l4�>9i��}�B����Y��S�2,��MЏ�#S��E�~�к֧�HD^^ ޙo���&�5�n�[C�x�*:�Um(����/c�֢����Ui����b��x`��1�������O�M,�x�,���![�L��ҦO9�Q�j����KL
U�v"���<�ɓF皫+t{�]��;�V��Nj�P��X%Ag7�qv�.�pk�\��{ ���y�A}�pN�q����ϗ	E��P��S����5���fVWg���dj]!m�..���8[b�F�ſ�%�-��K[�^��%Mwp�6�����x��G:�Wk���k�sO�D�3<��A�W\B;��kx�)&\
m���>&��C���;nRK�&�	C��#�< BE�^�U�$�H�������ye>a�;�b�	�i��ٹY�j|������j3��GNJ��b��'I�8\��n��s����m��L��C)�ۓor�b���j�jQq`"��e��+�q�}U�$���08��n�X�-��bJ�‚J�v�	m�x�א=I�@�as�Z��X
��'���K�F��͒P�nt2&yU�����d
{;�}�ͅ�e�p֨�jQ8	��Z�Y����&��t����/k;�o���Ф�b��I����s$�����׿��Y���2����wK�+�R�FA�f�/=�TO��������֦�nnp�g�1��;P���SN�AZ��"��xl-.2�9��=��F2�x83wK�
��cy�w�=i����	��i����|G�����f��1����։96����hQq�2h��3<|�E�&�#U���EL�c�W�5/�\7LlC��^ӗ�I��y�w�ޢw���$�ΞN�L�P��A�]��'����"���
�Ya�7�)��#��`��b _vΗ`l_H�r�֯`:c#8U����%���_�7}R�:L$d�:�� KΏ�LK�M=� ����/����]�����[��9U��_s�2���)�G����Bu���7�`8.V�x~�6��g1uF�,��ɷ���pq�����H@*4���m z��<����7�+����~����j���=qǙ��Q�~�?�T�	Z0*�Z,��no� ~.�Rn&���~�8�(��_ڽ�^''�O'�����5_��p�-7���qR���N�!>�y��\E��w���t�4g�{[��*�W(<�
سjro2����b����
��g���`T�r8�QL�ӿ-��?�b�~G�ױ��س��-�и��7T+S�~zǗ�9��9�\�8���9���/�P
��>�#������z=�p L�S�
�Zn�`�ܭ��8�{+�KGr�x_m|���(��&�������+[�|=���ş�
�uzD���''2�GՕ;�;N��;g��N�g�6n�����?�i�+=����UE)=�\��*h;���ooLn?
�*�����E���m���;���+� m*ې����l{����U>��=c�/���c�uk���x���ոT?�q�]�ZU닫cf�@3�Ck����|>��a��3�5G}�њ�`�#�m֜���	�
(N~&����g-v�*��_�N��Lc���e0����#<�)�q�g�R��}	�Z+�ҳ"��F�B�5S::*���fNTu� gZ�y��`��`��	�}�GN���l�O3�P�_��?�%q�/�Xm�C�6s�%xX}��u�̥�k�Y��VuP�z"Z5{����f�.#�Т��%L��[혽;Խv����!u�[丟�%�����s���A��۔��E+mL��C���D��Z/ﯳ�S�Y��Axd*9��o�u�{Sq8�e��|6�#��:�}׳l8l�S�!����1�(�{�k̻�ēd��,c�Uƾ�K�.��FM��ֿqF8g��q?�5�2֓��Ň�;�3��ر�f���X.+_��<~μˠw��.��y��{.���_W��|3���|ͭ��d�w+�C<��@����h�0k�57�p���܋,ϱ�zւ
�2b��H�{�bp�Y�Z{^�>c�(X�ZJ��'�y�`*3�}��6ȼK�"�$7��3!��л�=��y(OH��=I��s�
.�I�g𫳞�}�oe���u��$��O��ɾa�x�_�����4;f=�
s.�lA�d�q��Ng������B������b�#e�cd��f��>�r��3�q
��?cu�G�Y&�J�:�;K�NN�%�j���65t�W���w�Z�8��>�zW��ejVuM�$4�>+Beb�0�扼��'���Y&v���2;5)�(qh�1G)��͈�Q4��0>$��$Q�88!J����H��o��y��s�~�+Ui��a�#tR�R"64bZ�l����
GH�7˜�O���_z�k��O�S�rd��K�����$�� �0�vЮ6p��8���g��`�A�A�,�	�T�M�8��^��gf?Xo6 v0���NϚ�7�x�'��	.�44�?cgYy[Aӿ����R���Zj���`�pn�L�=�\(�DOݽ{ф �!���;(��	ި�2�a���
����o+:�7�77�|���Gˏ�{o>�vn
����ܝ+9��1&n����w�r�؞l��^�
��NG��m�P�J챛r��b{{@�p�C�tT";G��c�^7�p�Z�{�����]�s����`�f�M�
��z�7fP=��m��X��� ���ڀ�yK��=�Kjj��������}��J�b�X`��V��-6�0ȳ�hh�郂�;�?�ŵM?aw�f*�L�O��i&�{�`�ع��%92��P
�Zj{���Zr���ذZB/?�7�S��_7T��7ǷO���^�Y>�7>��.컳�7Y�2�d?h��|j���K�Œw=T�vK�ة��7�a��M8�Ph�ǡh���\.��_By��5�(���r�͟��ڮ�۵1�O����zw����=W����C%-�[��������j��3��8��p/7�s=*
��'ZT<�-��\ZFW�k��|f.롎v��{4����H$
�_�څo
���5y.������ұ$^�lx�ݜ�M�]M��su�{j�W�&��Ʈ�Ş���.�[��s���ҪZ*�u�>��y�
r��X��[�.ъ#9l��o�L��z� }��%���ʅ0a��=�a�i�B=$��� ��R|
IK:����e��6�Y��Ѻ��ŭ'[��$(DA��lC�6�ot�*o��9+��ge�mm9ި"e��V�<�z�c���c��CP*�ʙo
��ɴ�/X��xݬ��B鲡%�޲͐�E�ru���֬�M�WPU��;m��ַ��}���a����)��i{�FǢ�LoA��b_��
G��8��r���4Y�'.`�o��}���h�mN[�S�9�fJ���Y�m2na�b���{f.���#��6�f2�Eg����…Z!�9d�n򼈏�&Kċd!���;��I˳��F7�mI��zf{����W�
�T𙶈o�����B���{@�}� �G���{0��BW�%RHP�Gv5R�{����B8/�mC�D�`������_�v|D���"�k�X�]
YRT�ܿ;f]�-�Y%��x�4Q&��;���)�G'+��E�R����X�޶Y$�����o/r�X�0�"�͒+h���O��ɀz��9t�j1��09M��`v�)�D^�����B����ş7.�R�{v`�['������W�����t���5��黇��k}
%{�zw�7�^�uͻ~:��	�3~X�m��njc��p-��98.Y�b��u��C�Gӂ�7�4>��$��^��j�;�W�=/��s�̲��e�����/����ժ�co�Yz�=�د�_�#&D�Ime̔=0)S�[ ��msd�WP��j:�U>#0n�m��!�	�&�ՍWO��}�[L�bf|�tj��Iw�ӍO�uH@҇U�\M?�JGs�l�u\�����{6ud
�wn�dIV,[ror�½��6.�10ŀ�:�I ����6�d�˦m6�d�v��,�wf�,S���Ϗ/�ck4�̙Sf��9���$g��L=�#훛#�=���(N�&��
��D{�wþ�&��,46G���|Yh�{�G�q�i�iǐk����us#S����nM8z�ÚW��>��e�Ύީ�m`���r�zݲ��3�U���+�7�h�l��1qS��Sf���:�*��[���R<ar��#ȑ �\���3y4���+�]�	�`�#�����p�0�f`cC=U��i{q~V������`�|{܏i

�!7M���,�}���c�N�lv}Z���8_}��2�26J8b5I �q�b/ʉ�$YEG��[���Nc��ʦ�0�7�氯�B����K�Ɨ������w2d
�N�?�
�}�{q�5��R���qN�Gȅ:cg=���SfcT���m6F��?�.�!2��`�E�2"ѽC|�ʩ��{0l��3�*3�Q�))��ޱ�L�2�@Ϋ�
|����KM����9�����a1F�r��9��Q���H�sT�A�6j#g���E������Fqj����B�JK���G�:��r�����e��#߿�Az�m5���l�y���}�3`<h�1Y+'v�1�8�M�K&��4��"T����� Ն*�����ک}�]Q@c1`���̦v����\	(�an-��K�8�͔��M�t~��A�H��|�}/[�@ U�/c�/ɵ�.�fS4{���̀��CN�?؃�6�^�2���PA��E�7���"�+��k�&Nl )���Id����i���. "�{�L@��+�
0_�TE�î$�ݻ!5�$<�z�f������
0O�'�]�ZE�k�Z�A�E|���9���A���}��oyi�=�׫?��d�䟁�����},I��wM����R�iw	-�W��}��)�����X�L1?å�e�Ggm��BF�l7�rM��H���$���x���Sl�������͕e�\�
�e����	���3\���峹 �}��zJɈa?����Ӽ9t�}-}������ϰ�������&�Z��A�b�ž�(/���~L�V8�P"�a�&����,b�Rt�����sqA�I"�r�l��zRj��R�T�ejxԺ�[v�xE�Y��w]�<�f*nL�u7�GM����4�X�75�J�NN�Qؚ��#6�hqz�+Ɵ��RǾ�,����b>�B�T��d�X�=Ľ���
S�ܙ�o{6o2"=΃�^��\?�h�cuA5��B}���ۋ�$��0��
Q�Uh�&�D1�1�i2m���f�N�2�py�}����@6D�Xe<4j
}����NyΗ�x	"oƜWh�93���
Ӏ@��<;�YQЙ |8(���Q dƄ�����&j������	#�r2'5��E53o�����S�G��]Y��S�ʱ,�	�$rB
��i<\�4�uD�P�H��@�O����Q���Osq$=�s�b�Kb���ŪC�Q�r�q<,@S%}狎,T�+���2#�����/���Uh�Ќ@��d���NB��*�����B?���ߐ4�J9&?��/��]X�$Sb�$4��q����ό��P?�0����bK��|���2,x-�,�#`�6G�%8E�Enф�+,�B������-h�92��j�i���0�z�WTK����Q<jk�AN:1R��5M	��P8y�*��-[��إ�P��FH&���3����m�����J
Q�Mi���L!I�P��Px��d��!.T��sh�U��^>����s�s
�s�r��r�
~�x���+�mڮ��#��;��Uf�N�7.����
&�a�ި�R!�LL/
�i�tU$�禭/!7N�)]��7Ϟ���L�_10<�??,6��Ӵ+9}E���M�	�+BUF�ף�3p�&�S�|�⤄��lؿ	|F�N�����X
��AYQe��e#~j̆��?����s�\B�@"�;���u�1���ƽ�	i"�KX7����m��sT�Ռ,U�c#���Õ�����u�x�X�O�r`
�,�м+���|�t�'K�J|�tN&���̌Rj��Tw8!��&���զ��U�iC�=�ݷD�D"�$L�ԗ�~\�T�#������<5�ļx�ǡn�����c���*ߜ����׀�r,A��묈�����ŹDB@��W@�T~���13��k���`#�ϵS���Z\�9�P!���Z��(�ӣ�*rZ'�P%��nM(_�-�:�&�}��I�̌�bw+�⠠��lCR�d�咛���:4��g���W�]j�ؑ�����b�u�!1��u��]
p7�'����8KZ�R9� ��Sr�@��O�'�6	�	��vԇW�.Z��8;O�'�RSRqMtl�RξA}�����jKE�x�T��,R	)�j��.��<:D��s�*��2V��zݤ?����B�W�GT2k����w7�	~ISi�����:f0�����b0���d\����T��R�i���u^��P���K�q�ŀB�1z��.��!iW��&��hI,h2���Sb
�i��F��C� ��V��'Z"��#5�ƩqC}�Ds
׫F�G���((�Ҕ��DD��[����M�7
)p���T.^�(�2��ArH�P����	e�k�1Y�B}����G��������a�[�M؝j�(���W(�j��^S�ҙ�,��@;j	�f��ʴ���_<Y7��hv�u7�L�[j��lg{�lM�c�n�}�f!ϐϣRyp�$ ��_H�`�X��0�aoh��}L)R(���z樎
ϝ0�;n)��
�gս�ڡ�A����CQ��?�~a�ɩ�+*�Ov��S�7ߗ7t�ux.U鐮q(>�h0��zBh�L�M�Vp΂�y��Բ��A�j�%<)�0�y�Y�b垖mq�(u\�>X_����-ؘ-�����2�7�>g��KJW��#:Tm��VQ����м�̜����������^�í���✋�����	ut����/�N�Y>%6���3�O��jI!I�{������j�IH�6�l���sj�CkK�1[��ňk�=<
%������sJ�0Cb��8���}�\��Kc��Q��Me���3�����*�
J+���kh^	p?����AK�'$M���#$Vf��?g��5�/�J�bd�Ҝ��<k�S�zuqrĪ�خ��w!���'�)�~�W��h�ޤ�<�D+͞�BY|��}p|�R�R�#����G����U�j��Dr�V��/ja���Ȳ|�~���b�ߢ��cj�&d��6;�9���L�Q���?�H�Z���%�l�l�t?q��LX\2�5C$�R�� S��A��r��P�Z���_��q�eR�Q��BZ�� z�Su��}�j�І$���
�
�bƶ��"��"��MݚPV�!r.�
�B4����E���G����c1�ڱ���Rc�"����ɣ�!��	-*
���OEH�Ȕ��-I�1�I�� ��a�1�P5���!��/#�H�x��)Ce2��2i�p,�b�[�E�;A�\��LYC�������#�oeZ�`h�X}t_I�K;��I��� x8��r��=��ތ��祍e1��wRi�ó^*��]ϕV6��Λv���N�L��p|_nݪ��:,��d�Pge������tp��� ��jLJ�g?��S|a%��t��1&��2�����r��̉�
_��JnlN�����2�i8���8+� $:/�bB�Ӎ��-��(;dA�ULѓ��f�#֩_i��ê�^��Oa{��.��ힸ�v��g�����U�7\��/��}���ޒ|j�%a)�����!9�P_�9(�c8�\��p�g�_� ɫ�qz�,s��Q|�%~x��j�fsh�ǟ�	����c�K���Ua��m2�1��>�kq��t��$w6��N�z�NFx_�����Հ�����Dn6m�yg���yo��g���\�t��Α�5�Q�6W��v][v�?�r2�z��o�GT�ۘ�VW޲����wg��(}����+��.���H��׏�<��W�Nl�}�Q�׈��F+<��}��Q
�o�o$���<~�/	&��~�P�h1k<�0^Fx��|�]���*��D���.�SW��I��E�ޫ�{E��o�W��J��›��2<ȟ`�<��?'�a<�#]��� ��%껉�K����>�/t�(֋�c��%t|ԋ����kg�;S���2�߁��K��;�Vz�����s��*�{��B���s��i�Є^�Lx���"/_:AS"���Zu)_���|�$��|��]�/D��7�X��wqu
�wqMp��yc�a=��u��zzI�� ��2��f�Қ�����?B�HN)$�A4m�S_��1�y�@�<�"�����x�g�Q��x 1�i@���:Z��J���W�9Nûpuxp���.�ۯ
�#������_�2^�^��3t���a�,[e���2<$X�#y=���y
�y�/o�\`�/�n�u~/�q���N�Ų���#�z�N�Dz�+�g�C��z�]s�� Y����vTcюj3�D���ߜ�;F�>>˻��6_w�~�����_w�<s'Ɠwu�8`?w�g=/�b<>���܎�&���]��GJX�7����z^O�|q�}���5
���3����{�&�r����Ʊ��rx�w�m�›d�^���z^O\���$N��z^O`9L���%��z^O�r�g��`��/�m�j/y&�XA�S��v\��Vr��B���SH||8z�x��r8�<p��݃�u9����J&K�����M0���Xp��
q��������A��	4<�7E�ab�g�������X/3������&����Kp��\(/[��e��^��m]�����s�Ź@8�S��<?�03�0}�Vg	�ϭN��)O�W8�ķW����v<���l��z�*p\8��]ܞ���1,�'r� ?Ѿ�E�~�N�����,�c����,�
��|J�����KL?�X��x����X���\����c[�\t��_�Y�zƅ�����q7yk���Č��p\8�.�8������cl^�������z�a�y�sF� �@9q�;�^���zܪ��Ń��T43EHp�k��aL&�tD���$�o��ǜ�ʼ�߻p�\��f����&
qQ�AR�Y�X�Rl���Y�m������3B�_U=+�d�k%b̉~�{�Bp��E��ޙ�S��B
�����>��+�2�Ο�P�_�t����-�[�3BB�0�Lp�&�# �O#�#jJ��|IMIT���P[�ᴞz���It���\
zJx�_PM[|ePnf��z^3��%��7O��gW�g_�ϊ�1��E!5�Q�����/��U��Sϗ?x	~��/:ɞ'~���	�b
9q&>��<�YW��C�DZ�ᓥZ�I@��y�Ǘ&�1Q�T'ʝ_���m@�PK��+@�>�q"� �\I�#T�J�X�(p�əD�3�͙Z=�ϊ�j��*!6v��(�R_��1 M��x-C�k���Z=��#��}~�5��+Rl�t$���%�����#�a��ˠ
��B�k�HT�"�~Dԓ
���%�#ŀR"��थj&�Q;�0a�S��Z�r-�Z����x�\8�v)��/��+��^��D�K#�����"i�Q��"1����%��}PJ��u�8k�"P�c��lA�����s� �(z`;��/�F]��%��b�fB�I��p��<����Q��^N�UTft��&�u��2�#};qBa'�Ȗ!�(�O!$�:G���?�z�7��i	�N��0��8��Y�?���AQ�#:�?{�$*��"�))��W{"Xt|=5�'N�w�c~���=_u,5�4O4.F�f�:�"T���]y�bJ0oԐܲ�qp	�2�3?\]������w�S�&���/��ѓ��K��22y箼���׼mK�u��l�nO�@Gպ�{Sz��v�̿����[}��G_�I���o9��A�\>d�C��[\'PH�@/bߣN��� ��:I�aN+�f0ER�
���'�
!@��@���M$paT*�5�}F�uI��G��}0��a��5j
>�0�,`H�ОgS(��01�=R�}$	�+;lF2cp�HB�p'…|�|��L~��"}������DI��:{���M9���l�(x�P!����8,���Ɖ����7�q�U:��MhX�<�R�X���l�+���d^~p9�]�k0���4ؓw��M�Cw>U3:���uks�n���	^%�G��%PR)<��4�
w��wJ�G�b+zǍ�b?���
\lY�Y�9�}
'J-��FU�UY<�d�W ����	�yш77R�B�"a�k�L�T�dz�IH֩�X�>ْ�]|=�,޴�8aX�?h�X�[6:��6�2ȺV��6�چ�&���
4mFG�`Im�Rl�V�?��F�5��y��r(��-"��&�.�]��냈�r�4*�BE3+8;�88�c�#�ڜ����<�J�ڷ�� ��k�[l�-(�)+-M�lڳ�ۇ�E�"q�lek�\���+J��U7�Om���{��J����x�!I�a
�a�.��_��*0��Z`ߠ���wQ
8Hc��u�H�	��%	V촉8��͌�Ĺ��MONGb
W���{k�fw|l��U��c�KFF{�+r��t/*��_�p�k����9�*k��no.r�g-�ݱ8$|���ђҞ���Р�Wx8��<��ٕS�x�0䁌��=�$(H.��`�{��t^�3����I���Ʌd{��Tb<Ъ�m�{�U�VvmI_�����YYZ�SN�H�5~��w�$���Zٕ�i��Dz��j�+Y�_]�}lț�c�poT�24-��y��m��d�֩�i��G�~�y�׵_}U�5��JM�3��&}�f�m�ʬ���Z�!�����jj>�� ���-z>�&_e
��ʮ�؂���iHK��?�~��[�®_��l#��( �0��V�ǃ">��:;��l�B�n˗��8;��U�~;���k�
JF���@�Ӕ^� D$)B�����v�MF;# �ܸ�P���W,�k�
�
�A~v�vMYA�>l�H������^p��.�L+��̾���_�Q�r����V]<���2�W��w�5n+�����&�`�r��o;�D����m̭��N�~r>����-�_I��v�|��د�<r1l���m��U������~>A.�m{���|ց���6�8�݁�@����''p���O���&��<[n&7¶k��|�8[B�
���!�;w&���3DX\�(��(�V��#D�ϐ'�p	��(J\�+���%&)�����ә7G@��u�lה�L��O\wthERm�6�΅�	�gf�mF���� Gy�e��%�R$�¢�l�yc���9W !����^.�ok��/���o�ݠb�s��@�h��r�4�}��r�Zw&��õ-ʥ1�4-B+�B!�����8����C(��#�婓g�g��ZW4'���4���T7���n���HnP���0���
겗�]G�ʓ;*�UɵU��xvEFzņ:�ip�'O�.�҈�|j3�T�ԭ�?�-��B�O�S��B-T_]��_/_]�йq�5���=BO�6�B�6�4,��z9D�o�	�g�v�Ts��i�s�'�T[;:�b�6��v�hF!���Ee����kk��=�=�j���
Uͩ!�V�ptWQ]Gte���F��_A��	��_����G��6���
!M��m��׃\�n(赆-H�n��.j�җ��iO-�*͍��[��E��	.�HN���5�N�!++.%H�J���m�� .�d@�]b�B!��cD��ȹr��j[.���MḰ��a:�
eD��!y��8b-�zM�;ٹ�p-�!Ts�F'ۧ�+B�D�D��vAлpn�K�����v�t�S��5�d�yr�3�g�&o�L���Ti�~N�J��<�\G�vL��`/ֱo���
�>��FD1.�|6�	��%3x�D>��i�4䌖��e��H G	п�(*T6��m|O���#����=�N�Q��d�lQ���`��]��՜N��M����Mս��昀����<
?.����}ነ���k<���2ˤaav(��5B
��F���M���������+���ǃ�c!T�[�=�Rp�;����:r����O��u���U����~��K��,+*2�d�磦c�F�P8u�|,m���M{/X��0�g��s׳k��B�R���۠���y�B�0��M��G�f
�YR�]%a��5q��MpOFj�f������~����o���j�K_�qj����%~�]s��˖��~J�M��҆�?ly�J6��3��:��L1��En��X4�'Ƅ�Y��Fpg- ��kp��'��^����!
��$��`¨bF��ig6%..��
셒��P�*�ת�ȎU㭯@��d�ʓ��������gKZ|�X���o��*X�H&&�);��oiɺ����~�.��$��4ۣBk�|xk}HI����z��Nc�)�8�>���<�KM؈Y(�Afh��hz�"�5EK/=�s�vf��y�i����t�'8G�]|�|oxiDͪ��	{��JWs���<�)�\��M��ml�+
2��3;f�4�%��͵��i�|�����V���_�Tә3wYj{+�Ӛ�=+K��EJNJY�MzI���ר�j�yJW�R���1L@DC%�ؔǧ~��QBV$C�R��/*���'�@KV6����ƥ��f-�����z����9�RA���uGl���5��k��Q,��Y�=wC~���5�Lg?ز~li��*��_n.��RI�\7H��"�%�r��)%QIE�������9
_x_�� �P`:Q�äJ���'��%ot�o,`KEj�^�mW������Ⱥյk�mU�[�:��uu�m�Ȅ?�^�L=q��I��?<�4��������Y^|di�Ή��ܾ�������)}s��u�	����!��D�9($�Ik�#"�E��d�\!�0w�xF�ν�F�b\B�Z�J��+�E� O���M���&�U�;ZK��E_
H���.�Jv5�ijK���g0e^��ޓZS�ԑߕ�����|g�f�{*�HZ���N�Mb���
��07#+̐P��ݨ7���Y�vSRI��=������1AޡJ�.�Y��$r��IZ�-ior;
��w�)Z�6xF�)��_|�ϡ�	ؘ?��ϯ�(���tj���k�I����msN�C��sqʏc			
�3A�#*~ź$����Z�ܪ��*`Ur������ㆧ:����ɗ���|��$~��l3Yo�qA߁8�1@���k򮙺��!�b�pDź
rІ�.�����O�=��5d~۸��t� Oގ���:�e�ݘ�I�߸�h5��R`�$��ay8!8�l�<{��䭸O��f	�(�c�}���'��Y�ߘF��¼I�A�3���b1�R�د���5�=n�$��Ū�W#G*�g�8�?r,�b��c9�lum1��:"#��=3�{da�<|�@�ޤ�E��{�:�m]�~ku��/BM�
��d�[[��/���y��owNl�s�Ձ��f!^?
����c�כ�;�6�b�@9�GP�h.5(W���9��YJ��Ja�����Y�\�k��9%�H�&G����8y'��d?����ڳ�ѩ1Z69A.�ZJ}�R���TGA���m�6�O�g��g�Q������;0T+���`<z�g�o�y0"��D\v,D�d'v��~��E� ͭS��(kÔR��bl372���0‰΍�ZORұ� ��R�Т~���8�z�0\��[V�� n:u�n�S���|Sݜcy9�k7�Wl���Hr���!?�Y���y]V�Zp��
�jv���Y�~|E����5ի�6�N���z�-Z�b��+:�j�!\/V�VFLי�Iߖ���V=-gAh�A@p�I�b�3phWp�J���q���Z��;�K�MBQ�{�^n͂����)�Hv�"#��2��F��+9x"�bq�r��M�'��@֌�̴U��S�꽖.���F��wk�Nj���s���W�G�,���I����O��7T�ܸTe������)�ZB2�(������)ԚmH��&N��yh�8P�?�����$�Jg�)��(�5`�CmM��=%��{�V��Y9i�Q�$�'o�����`�@i�����G�=��Y:�~�@��F�0$ES�����׷�1���P��v���3��>��l�v%{
{����&��t&��u.���h�f�	���n�l�n��l�`Ӳ�
1@��űC��K&��j����B�J��#�6��/��F�����"�$���LYא=�)����`5m-;�XTaZ�����vc���SX|q���	��g��{3e����6	u���h�J�\TfU���Sk����X�&'�����85�jh3�?�:F"��(��gM�AELL	k�D���`a&��d�|���сD8�+%A�eH�բp�
�s[�'�@�`��A۬��ʿs����/?pX���#�uױO�/�[
2'ά|���D�~z���ٿ����}�����}.���k�lj-�vtx�[?f�� ��s�ْ!�"�~~ӛ��>&"J��ٕ.����$Ia��L�$1k�o}�DOݷ(.(�_D���'�:ɦ����')
�9?����,����gį�3�F�Z�,A���,�@uF�hybkP@`I��eg�g݄�x�<�Lkv�&�h�R����Z�ҁE�i���Յ����˷_����C�Ų�.�u�}'���
҂)쨊1<�U�Y����}@�VL�J��Hw5T�F��#I���BD��Е���0�/΄����CG�i@�E���7	K�]�g-a�0�50�����':���L�5�`3Gd�u	�q��c�+���������_%ڿ@�\���'j	4������ H௲S��!�a҈S�����	�� ����[�F��,8
�g�W�F/�˾<���7c�>}����\*;���3��h�k�G3�?'�����,q��v>gl��o�Mt��.l�߮ � �|��ޏ�{r���v��y���B���Ź�ݯs1���g�]܎m}>>����3��|�ŗ�p�D(���Xr�O�Ux�|�7l?˷w�vO�4l��ނ��qȰ�W~�><.������|��X�~��_���N�~�o���������y@	���}���;�G`;��Y�"Ɵ����n/��A���9�t��_���(g<���:�K�(c_��H{d��bw
a��g
%�����
�WD2�Î#�=D?��XI�!��������k��u���K�
		���**K�������H"�oNh��wJ���:}�����Z'��f�8={,{�
KiE7��nSɿb������H�(�E��Z�Nh��]2�O�J�u冉ի'�O�h~���T����L~����.T7�[J��JK���J`|������
�q�Κ�c�{�#S�}�]��1�ETf����f�">�Hh���o�G�Sݿ����ڹ��;M�㋍���lkc#��o��6��Gϝc{����.�€����^h|���
����p��U��I�3��@EXx��Οg���/�!�
hH�-�ږξ�~����<���sdqs�s�5����W=���Nx�A��Q�C��!f��?��Cr����+��Nk(v�����{29��.-��&�����oi|���`]jnNrAE>�<uu�$4sK*��+Jr�ѸĜ����3��͈�(N�^R���/ҟ@���XS�&dr�L;Moz�M�%���;-+������,��[�ӟ8{
�v���_R>�׶v��H�e��d��		�O(��iQ���1/Kѫ̯���(�KVFɣ/���>RBBIV\�U*d&���%��C�O|Iu�.;]E��X�$�89��<�"��[(��O��Z��9~�p��)/�ȗ��PL�!��)23ב���:z�W�Џ=(�&���EL�@4���U6N��S�'�Y0A��6�d�~"�%b�����^����M���x�Ju�z�
�2 C�W� �����E�,3�������[h0��Gҟ(CZ�Cmm!�𞘘�������e�A�e�'n�4�qB��G,�HF �W��Z�eh7�8��B`IY�2~e�����P�1�!e^whL�+"1M����y6\�*��b��E����)Kt9j�4���*�f���2�H��I�Pq�!�\��`}L@h����qD�3�(���ꯀ'���g���zM�TT��@��E�㚨J�M�+	��γ��7$ζ�D�|�v�EH��¶�p�!<��oaJ�ڜTA�S��h��p�@լ�:�R��2�5$&���QU���x9����NPNd�/0V�H��*���/3ED��/Y��"ai�"��,�;��15:��c��˜�.�$���1f��0��MP�|eKʭ���؆��"�0(�R}`�͖�G>�GV^y�W�8��$_<6
�
��K�q���f(;_f,(�љl8"8�I��%��2���(3&�O#��i�X��N��X�}��^UM#;���Ը�kV`�,,������Y��FGA�EX�*h��0H(b�zkR{�����+�ٷ�- n���҇�Ą.�o�DZT���es*䲈�r��\�H�fĂRFT^�?�a]VTԛ��9��{A
�F��sR�r	��q�!Z*Ӛ��TiB)����"��&�*B�]4�y�pPaw���(��<8�
���$`/v�OJ�}�a߻��Q_����}�`���*ؗE}����:�'|�m�}��^@}e���a3�΁v��}�B)���ޞV�m}i_���|��o�W�+���=��УQ���Zm�FL�A��s�<�/���
>��ny�ݐ��kbCAl�`��m�̹����!/��&z�e�W���\�R�ZE����Ի���yg
�slr��+�z�j�wG-���Xr��K�{���6�a��w�B?����\*aPj3�©+9"�S�bԕ��m�˔��!��B��Чg��gd�^�4e��M��i��D��a
�������d�Ŗ�o����љ���([Y�zl)�&�Ǜ��OM�e�ͯ4�cHj�p���U�H�p��f�<&*���"��j�c��ɭZq�-�w��,WK�I�7%$gwG�brV[[��4�(��9�h�� {���al�uX��̶0��u�e���[��j�9$'�d��[T���զ�D5�[��娴	h*�����w8l��`�A �:�U9�\~��E�1sn�v���gN�J���?&�42�x��S�M�YMe�E�NP��
���u �u
�p84��b���ۤ�⏂b�+�A��j6�R�?�i�.S����1?77���4:2=��VE¢$�.#;I~<�<�C,a�5��Ľ
�;�4�2���`����?�
�bB$��� �Ş��݀����&D?�C	�ɏ)f�s�^M���]�P58�,�oG�qx��u�5��>/E����`��}��A-�=���=�u3b�����Eh`<���$K�3(Z.�&�B�P��H�?��U3
�˥��u.|���T�ǒ��N�3�$�%�+�S	��U�E�_�a�=�
Դ�9+�讋׮����A1}�����j�1ӱu����g���(Ql.���+�	DyOx8݉8��I��@qz<���\�^3#N�C���~D��t��|�NByy���x8�����U�q!͊�0����s/]ǜVp�
�8�?�G3�N&�N�z�ҙ8�P�#�:OK�
3���m_��
юyL��2�z�]���b �|��GU�7�W��r�3]	��j��(n�N�s>Gp9!��s����3����-��e�g%t#l��u|�o�g�Q.B
��\"�ep�GB#!��T5"<&Ɵ �4v�ӧ��7���}Gy�P��T'�E�K�|����ZR0��I�פ7tn)�k�t�@��<�0����1�c�9���I���\X���ϟ]vwE����(!]*���w-���kJ�}z�y6{]c󚏶fw�o:X��g��9J�8
f�������m��'�������.�@�dҹ�VOD�Rc�#����H\�0,LFhA8�zH
-�$��cf]Y��ܞב8�Z��?2�@���8>K"��P$���~rO�����c�c�Ѽ-��k�gzg����VN�?U`�5uw���ZR)����e�5��".-d�-$)	�T!�����Ti�f�O�����h���2��Y�i��X��$����T�`&f�M��cZ��?Զ�L&Ȫ�5`�Ւ�%���-c�{�هYM�e�6T��m��[
��B6.��k���>��e��d||�;Z��L����G���ҥ��Ay[�>��gW��Go�.p`f�3
*G� �0"��`����@�>�[�y��rFm��J�9�T�����;��I
2��	��*iEljGl0	bc)�vxƽ�6�
�_��BE��߿�Rj�Hh	����Y�*��A��l��a����� ꐖwA?�����;L�C�!���ҕ��3}�<q�ç��ĵ����G:�M����h"u�&�|f���ͩ�ާ��9$w5.J���E��V��gįb�Tķ����G�*�ت*\�����ZŠc��'����S���9�<,DŽ~\x"���Y���%#Epk��hO�(.���p�D���hi]�(��R*��qN�ɓ[]8mL"��ҿz�$�'뙻?X��ц��^��b�u�zq4qnI����]/�̽aq�ꅻ?Yu����G�zSL�ֆ��B�N�&5�6�GWVE'o�e����6�ѹ��\ǎ?��u�w~�p��_���gd�!.]w�.M��,;��?_v����~L\�O��cUvR�sP��!�O�P�k�L��P��B��z�I�1��A"@M�II���	�mt�HSplU�佘��ƱU-���}�M�$Pql����<|v����۾��j�e8���o;�>�]�c�Z�1B�?���q[���4������f��ϮıU
.�N1ً�����asZ$Z#�������=�����3����φ_�g\2�'�g��~_��7M�����Z�|}�	����[��(���7���~��ϡ�א��W�{D�W����r�ډ����mN��|���4�VD�oAX��O�p[5��,��|�9d����|�~2���y�e����<����>�!����m>�!~v���
�ߐ�'���\h��	ţ�b�7�z��(^9.
^�b춆Į
��[��L�k�pkK麁RǮ
�k�WF���w�7��/:1���5�����,9����ܾI�m��иĴ��"P�����u�q�8��:{�h�h#�g���O��X7U���xj	���й�`2��~
���l�!�t�hoMlOY5��XuJ��K��Ur�;��5]��}�謦�%��e
GW6�_�~-h�:�*;A��{�J��T�
�"�T��.�7]�hF�G��2Z��i΃��O�Yt�;��P�R��o-O^���`]\љ
w��|�e۝cp�(�\[Rr�xQ������G
�d甦4<����:���k+�>��z���y2�\2O�JI9;{��a�j��J��Y!��6�NC��~�4�֩���5XA+S�p�\��6����[��J7�,�N߳˨��}�n�4�LF��0h�p��R���&�K�K��y�f�^Q�@ǂ�G���>kmz���z��Æ�6>��y�e�������A��!�tL��h��Z���=5�t;s�p�(_��Hhe�H��ؖiohr��DR����|�f��j�VU��[�&?�/TgmI�=�R����9���7��l�ӗ�c���r?�i�"͒�7���U�F�d�6�b;�&˦ug7[�yǞ�����h޲�y"�Rd�Zћ�cu�m�$��#�x��đWS���r��?�ۘ����NRi�d�$��x�_�\��!�&�̈�C�޷���5�)�0;8_p�g����לּ�k��k��/zzl�溁{�Wm<�?|��Yc�CO-���e��@����]�c��c�+O�F��,�ZqWGÎڡ�#��n��n(��r_o�ҶX[ׁ�.�{�ť�V�o��݆״P��?A��|�Z�/��P*�$���4�\u�!�m�(��(����U�q+�zN�4!]r�k��hnZs�6�iEiL�������:?Qʪ���);�	��Ga���=�27���E]w>�ƖE��^I�+BC��(	��~c��ww�?����?9PF)x��A�!E�t(R�R��z�PI��5=]��h줊�S/�L@N��{�mn�
���C�i��M
;�k�M�@�l�������߹�#k�x���ߺ���n���v�m�6\�쇟�>�$ڷ��.=����1R�<G�)��|�~�;Ký�:��,�G{��?'�^�y�"��\���k��?p>�˨��\�y�x��40���^�4����F��9����{ګ��C������s��й*�C�	�7V��Ϡ�$��=g�@�K�:<GВ%Ԅ�!bB8}Wv�kW^G�+;9&2Z�(U��x��5)����z�g�~)� ��)h�x��TAoU���i�����9��JH����JP��*���E���/�M�}־���N�8��'8 ��N��{���NR�����y�̛�o��Q�=��N���| �@�`Op�_.ѽ���RX\�;����(�+��-~%x��|��/��DK_
^�����7�o�Z�O���XY|��+O�aPZ��Ϝ��=h9x&�Hσ��h#�Q��	.�z��
�Px%�}T<�H��oߤO��	^�祏/�'����J�EO�?	^�w��M�U�h�
hL%S�)ڢ:�â���):��z�=��`��]b�–�ufs�ii�j�b��CjS���jp���)P
���V"~H�g�,��Nmշ�긫Uk�Su�V��̙�8�;t]�Y��un`�k�8q�a��1�ZlL�ӧ&u�f��b#x�:^� 4�����H8�!���^��	�T�k�@��}�zB�x�x��I�^���Z;>����M��?I5�v!e5!9��<	Z�$M':��I'B�O���&|�wH"�}������+�l�
�wFX��k���1�9>�f���u���˟��m�F����[|�J�U�rY�~��V�Tp��0�T?��V���t�#����3b=f����C�,8?gz�@c.��0>����9E"�դƍZ5�a���j��+^�n��)�R��?����I��c�:�W�͵�L��:�E9���� Q�!\&�Ε=�:��Y�k��$�"�MHs4UsM��Ԯ�h��6���3Lc�^�76s�}I���F	���7�ߦ�„�R�vͻ<Dy9�ܔ���3ͻ��제27�6`���M��Lf�q��yí�ý-"�Xͥ��A|�ءx���`���r=�~l�x�C%�B���Ȝ�Q�i�HC�1L#�)�|�h�C����Æ�L���fU1��e��	�^؆�F��P��
ݶ��l�ɒ��U��&�k���Ŗ��9��$�<����>[�&���ǻx�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\E���Z�3B9"�d�g��s������:������
!�5b@���E�.��=TD����D6" Fd���l2s~�V�g��z�s�?癧:?��U�V�}U���q���ΙN��.������+��:�)�8��ή+?u�a�2'���Ԕ�������U�Z}�3{ա�u��b��_�	��Lg�3�	s��;̿\�t:sw��/�^�o�ŧL�t:_����W,���k�u7.�u��>�zb�S�[�����6wu�gt���5�;�EŻG�s����]����O����Vt�}��ݧv�!������vi������������G�m�~��O�W���4�'�3�gj^ς����dO����ֳK��={��|u`�!=G���Y�s2j]ϙ=�.����]��=W�\����֞�Q�<��xϓR����:��BN�ӨЬ���Ψ�P84JKeC�Pے���^��B�C�F��:Q��顳�}#tQ��e�+BW�����=t�C���@=z.�2��۽�G��ٽ;�Η
�F{��Fzs��D﮽�G�>���2�+z�e>z��]�{*Js�5�zf��R��4?�נ�W��y���
�ջI�i��Uԛ*�[��웉���C-P�Ci����
s�WS�����L�Y�;P����h��o�ʙ(�r��
*�t��*W�4�}7�nUa�Py��ʓ�gU^D�����Zd
,��2%u��*C(Q�(�*��Ƣ%*KQ"d�~��*P�h��jԱ*'�NQ9%j}u�
�,�L�
��y�u��*��"���A�<{4-zJ�9��Z��m�	�UXQ#<%o�G�T�8��r*��P�%����W���
��Pb/|<j�
���_���/a������_X���/,���a�oR�����_X���/"�"������E�_�"�/��
�E�_�"�/�������_D�E�/"�"���lP������_D�E�/"�"������E�_�"�/f*��Q����(�E�_���/
Q�������_T�E�/�\���/
Q�������_T�E�/*���Q����(�E7��_T�E�/*���Q����(�E�_?����~�����R��~�������_?����~����׿���~�^���_�{�g��^�z���%��Y���^��(��'J�?�{��Pb��ժ_��{��bo�uk@�
,@�����Ƞ��@
%�X���2��8%�X�����X�{�obo`J�
\�{�tbo�V��x%�G���gQbo��o@�
����Y(�7�:8(��(�7�F���J�
.A��A��A�7�%�W����(�7x
J�
�^����Pbo�2��d'3(�7��� k��dO3(��B��AV�A�7��QCbohJ�
��{C!��b�{C9���@��!��!�7�?J�
�@)�
�ߐ�Z�C�7$���oH�
�ߐ���!�7C�o�����
���M(�7C�o���_�b�/1�������_L���/&�b5�����؞1�#���^��{1�^L��D^l]L�Š.&�bT�q1b]L�ňu1#��D\�Xq1b]L�ňu1oq'.��kqX���8���Z��b-.�⍸8����,N����8..��,~l\��!,.��aq���8��EX��",aq�����G�ĵ�S���pWq�J��\%�U��*W�h"� �%�TBD%&�)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M	є���hJ@SB4%�)!�Дx:�khB$%XC�")��II�ФHJ��&ER�54)����I��d
M�P�fI�YRL%�fI1�$�%�T�h�SI�YR\%�*)��P�fI�YRt%�fIѕ$�%EW�h�]I�YRt%�fIѕ$�%EW�^�DX
�R",a)����KAXJ���f)E��,%�RD��8K-G���,%�RD��XK�ZJ��`-%�R��k)XK�����Zj#J��`-�h�"��D\�h�R4KA]Jԥ�.-��P�ui�K��t�h�&���^�h�{i�YZ���/-���i�K��4���_z-J���/-���i�K��4���_���/
i񗆿��KoB)���fiQ�&��E�0�lX͆E�0�lX͆E�0�lX�P�p���0�
��a���7,���oX�
�߰���a�7�%���oX�
�߰���a�7��o����0�
��a���3"�F�oD���߈����7#�o�F�������#�Q�o�F�������#�7"�F�oD���߈����7�%�F�oD���߈����7#�o�F��(����Q��!����Q
�(����Q���7*�F�oT���ߨ���Q�7�%�F�oT���ߨ���Q�7
��o�F��(����Q���P�o�F��(�����e�_�2�/񗁿���_F�ej(񗁿���_F�e�/#�2��ˈ��e�_�2�/�%�2��ˈ��e�_�2�/񗁿���_F��ጉ�1�c�7&���oL���ߘ���1�7c�o�����r����1�7c�o��������1�c�7&���oL��mD��1�c�7&���oL���ߘ�������_V�e�/+��!����_V�e�/+���Y�ˊ�,�e�_���/Y�]�Y�ˊ�,�e�_���/Y񗅿����_V�e�/+���P�/Y񗅿����q�7��o����8����q��5����q�7��o����8����q���7.���o\��o@��q���7.���o\���߸���q�7��o���C���_�r�/9񗃿���_N���/'�r�9�ˉ��r���_N���/'�r�9�ˉ����_�r�/9�ۈ9�ˉ����_�r�/9񗃿����_^���//��!����_^�������_^���//���y�ˋ�<���_~-J���//���y�ˋ�<���_���/y񗇿���oB��<���_����W����+�_A�� �
�W�J�� �
�W���(��š�Ʌu�V8�pAaCA�./\Y�� �
��.<PM��O�-���녷�NQ�g�w.��b�8TLEI�Tl��Fq��~��EQ\Y\]<�(��O/�]��/*^R���9/^U������.�S|��HQ�[|��\��f��v�+�(i.K;��B%�`)^)�J���Di��%�Vi���%�Q���%�L���J�K��ҥ��~X��t}��ҝ��J�ң�M��K�;�F�Ď���.��.k�����2;�F�̎���.��.k�����2Y��F���,o/s~+��˜���2Y����L֪,o/��*oP!kU���9ɕ��eNrey{��\Y�^�$W���9ɕ��eNrey{���I�T�ZU���Vy{��UE�^!kU��W�ZU���Vy{�3]E�^�LWY�™�"o������+d�*�
Y����B֪"o������+d�*�
Y��F�Vy{��UE�^�tW��W�ZU���Vy{��UU�^%kU��W�ZUC*d���*�����J֪*o�����۫d���*Y����Jִ*o��5��U!kZ��WɚV��U��Uy{��iU�^%kZ��WɚV��U��UQW%kZݤBִ*���WU�������_
�j�5�W������_��5�W������_M���&�j�W5�������_
�jT�&�j�W5�������_
�j�5�W������_�����:���_���u�W������_]���.���W_�u�W������_]���.���Wu����:�կ�_W߈{u֙�ث����^�u�.��3u�Wg�i���LC�5Xgb�B���LC�5Xgb��:�{
֙��k��4�^�u�qX��5�6Nm��4D\�ե!��.
�`ui���KC�5X]"����q�M(�`ui���KC�5Y]�"����qMV���k��4E\�ե)�5��k��4E\�ե)��n�"���)��n�"���)��n�"��%��n�W6�m�ZS�5a�)֚��kMXk>�|�ɞ��ք3a�&�N����.����	6a"l�&D��M��	s�@g�5���e>�[�a9�|z�;�}��`9�$���x����|��n�c,�aYõ��>�=�,���U/���۱�k>���ݽ
�y�sj�ɳu-Wux��+�=��X��eдt��k�侧q�c�
˥X��r�y<Oڱ3m޳M�E���2�:������ȳ�W��˗���%e�|�דe���/Q��Z7����u^�v	u����,,��y���v�˃UY~f>�v��Q=��O�w���6�G�O�>_�Ǩs��瑴V��۫��?�|N�4��ާ�s(u��r�i'�[Z�%W�2��?�x@�p��|��Y��q�\�?�B�{�����g�Mk�g��B��{��\CO~AO��=,�a��~8�u�'�v��Z�2J��c��^���Ӡ'�t,�e�|���վ���=\{#�&c��莟��e�pU�:���*緓sd�b��:�Μ��K�X$���_I%`�gU����ʮs�z߮j[��5��v��o��Mӱ½��T`oڴ���^�ou�6o��*�I���Z��4�Z�Jog�i��_�o��͖�O����v�6���c�����(}Ə���6l������m�߯�v.lk��v<��q}��߹���b��0�}�\h�6�g��oh��[i��b괼��n��妾Ձ�:? �]�����^��F�}-�oS�����2�~��k��Fϧ�;��z����m�i�����ڋ�?�ž�dG�=��u��f��mg�s����܃��zZQ��뮄k��~Z��]lۿo"�ߩ�8�j�yͳ��6��g�5:�s��j��eN
����乬�i�Ӳ�E,��=uK�{l�w~~S�Ӯ�/�{��<�ӫ�7g�(�{��aǹ��-1<�y��ޙ��~`8i�w�y����y�w�g���O4�|�s����v�o�|�=�V����z7�� ��	|���]oli��ܲ�o�g'�=fz�в��ok����4m��o�.˜�/�������������9��sć=���I3[�#1�1�������̞ЊB�o��#��Ӄ
�Q3��Ś�^���&�9o��q��D��Ή<�*����a�l�0��}�iܷaW=��
n�۽���Y�7<��gw�.0u�*�J�>���ׂN��%_}��'��,k=�]�u-�lwk�3��k���ߎq���]i�SD�;�Y�����[x1��~���!�`���y[�$�s�]ߗg-w`���؇s��&�b�(I��+x��/�Mk�����dV@��\����N�W��!؝ɿ�V��؏ƾ	�gc���B����{��2l�a�[y��g|;�[�D���Ov#��yF��j�p^{'`=�~W	��\�my,g�mt��J��%�*sK+j�����N
з[N�6�������J�_��6��ǡ�s���=�_�5[���)�Σ=m���jӿG��;I�ڴ�'����(�Q�|�7�'�Z>K����;(�����Zsq����h�󾚜t���Mh�U~�#�f�z/-\�ޭ���ḳ��c�7�����/����̧W���/��Y�ܮS{l�g��Ƶv�8�8oM~���7��S���Ύ�e~KO���w�bv��
}}k�0���������{�sͽ��?n�̵E�y� C v;���_};���7q�A�>q,;�D��+�'�b<�3<ף�������B̈]bhk��h{�ws�?A�O
˙�A�8u�@�]a}\�F���E�����No��'is#�bˇ��:Dv��p�8y�;​��.�����\����g�b��a?	����-�ul??N��6���}�������ܖ��O�}�;=q+����s�n�:�uA���h29�OP����=�.49�2���7���r�a���÷���n��[��Q�m|~O��؏��8z���^F_=}f��xm�n��>�/��I����s�6��k|�|��}�g|y����~`;���v�enE�5�5�7���h�M���f���z%u�BxG�v�x�k��\�\��(�g���T�ɴu"`�ꭧ��Mp-<���9��/�;�Z��N��>�ڻ�w/Nޥ܋y�ﯼ5f�Z9�����O�U���U�Xt�=õ�u�K�
�����m��c>&��=��;���o��<�ۘ�Q������i�	Q�B�_E�͝����J��s:OL������}�����=L?�^��>�Aܳ�s7�]��:��͸u�'C�Φ�Ø_�Tk���p��El����>y��~���|�l}�������w;�EKwG�>{K�5�Ϣ��:I}�����۬����D�s�ɋ�1v7��a��c/�=�u�������fb�9}(O��?{�\6>���7�_����95�or�#�Kf��w�;�
~:�s.������S߮�����1���s���D;Vg����H���$��s�.��|�k���ؽL;���Y���~���K�?�{��]5�u�K��/̼��^��}�^�yԙ���ٳ�y���Y��=bس�<��>�ij����d����y�YB����dPv�{:�1?
�+Է���o�?;>�~��\{sZcb���Kؘ0��/�U�Пq�e�ӎ��_Ҏ��P?����t�W���i{p{�v�~a�q욽e�E}�&��z��l��q�����o�—��gn��w�]�?���N.�Է�C����ݮY2l�[���D�5t)�l�L��@k�g&Ϡ����i����7���8�`bEp�YC�3�M_�JN^�%v9��݁�C��}�;��W-�]�YSܛi�o�Mp'ƍ5=��[�y��ٱ�ݍg��=��ô�mbc��\�>�|��������}ԏ���zFӾ���s��|ڷW��<�'���}��s��ɋ�-{���4��l�1�'5n��
�K�ݻ�m��n߿��]ض��ns>���?��5��b��w��0�So�{wǧL��?�ݙ�W�9����|�O���hg pj��'��]���R�
�}��`_���>�o���z��
�sv����b��q��K_���m������F�d����~���؟��o`���j�6W�*��m���a_;ga�.����j�~
v����s0�[�Ӷh�cS�y�W��Vr�;Ę�����O����o��v��>>jt�`N����K�D�{���f�N�^���UDk?��a3~��iE?Ӈ/N>��×��p{e��<����d��-���=Իٿ>ci۞�|�m����틻��"�i���9cF�]��'�_�1޶g:޶s�qm{�������}�; ��:Y[mOy˩s�cW��bֻڧHE���0>����k7�7�q���迵Ϣ��n���~�w4�����V�J��]�Է'�5:�>�\��}��Y���[�k��}��e���^2�o�����;Y��zWh�3������}[V�w��D��=M��j�g��־]��m;߂�{�;�>�E�v��O��_�k�HpG�s�]}����G;�Y�N���Ok�����x��{̝�����߻f�N���^B}��nm��a���­���� �lƆL�{�t���ἄ��=��P��ZF��`}5:����%�v���Z��o8[��
,�>+m�O�ї�3��6�NVʹ�^=���ͷ|̌p�~��!��'L�m���l�A�ol�%&�Xm��|�w>�}Ȝym��<��m�G+̬mu�f���oӟ��z�a��v8tr�v�k�O_^�^�����Zh��z&����yCd���c���o�'��v��
u����}=���aii�{a�;��t��Ywq>��w�O�9Q?c�)�YN�9׹�i89�9�69+�'��U�)���<����g�睳��s��~�s^��7����/Ο������s�{�{��{������~ٙr���n�^����w7������Vݻ����kxM�'�n�	�O��{k�缓����s��ܷ�g���ޙ�\�`�}������{���;�y�wF�������N�`�{*8,yO��rpqp��JpIp��j��/hgrR�$�
�K��X?�s�~�3t�u<o����3�{�{Z;��N�1��4~k�f/m�����M�|�m�����
��0����K�Se��sUvV�V	�6��3��U)���.�쥲��r�O��TY��>j/�><�����o�_�<����I_�v�{�k�;w�����&9/8�V6��>��/�yԴ�|�e��c�<����:���滫�S4�S�^��[*{�������rj��|N�8u�j~|J��p�9�/|���S�H_�帩K��թKt�g����i�7Iwze��S_���8u�Ξ2k���v��$�g93�yN���Y�\�lr=7�~�]'f:s���;|�xb���?��׸�k���\s����0�F������3��Q��7ƷD��?�����7�(����Bb�W�3����[�κ�h䑥�{�h�k��ej�]{qq+���h�|��9^�C�,kN��{��᭿��n�69��'�a�iynύ:���|�|Gڴl�!m��Xj��m��~��.�&���|/�|�M�nRw_R����T�.P�)�PI�d�;�����}��*{�,sLFEgN�d \�ǜN�>�{�^j=�����f�u���P�n�m���̷�r�fų#ݣ��i�;��+d~���{�������n�ɛ��>3��6{f���\�-��u���1�W��0�ya��w��[O.ʾ�ϧ���u�g��S�J���a��	�@���hE���gjuu'�fg2y%;��}�d����p��M��ٙ�kN�������9�8r��U�E�nv��>?�q�>?���!��;�c����ɟ4R��l�Fk���3��1�9ԛK�y�T�d�w��Y�|������[
[L�dE�ߒlP1ه������#~`��_�i��մ2������w&Passets/fonts/OpenSans-VariableFont.woff000064400000234504151213253270014173 0ustar00wOFF9D�FFTM9(���9GDEF%GPOS!L���
-GSUB4�,�1�OS/2U`�@�Ncmapt�j�ncvt ���=?,�fpgmd���Zgasp#glyf#�[R���}head�66�4�hhea�!$
��hmtxh		�V�B�loca\���Ҍ�maxp�  �lname�h�4���post�@�'n��Qqprep����{�B|���_<�����w&Q����	�bx�c`d`�����s��9M8�0E�K)���v�_/��Jx�c`aY�8�����՘�,�,�t���ix���߁AA������00����w�?�n� 9�m@J��"��x��WpU���9��ܨTH�H�Q	P �i@b0�
�T���<�X�l�R;�L$-��P�Q��@�2Pj��J�>2f,�-�i�%p��{Ϲ%W2�;�ͷ�g�>���7a~vS�i2Q��J=#Tt�r�'�k�J���Xu'���;��u�@��)�e��N�'ʈ!�
b)��3?A�����!X���wL_�}1UI�e�-�O f�Y~�b[
E̻1�%F�F	�3~���<g�n�y^���F=WU�)|�n�f939��Ov���\�r���8�N3*ɕ���o��i�>B��Xok�a�Q�NDe�{�(�ع��?�{��>����7W�a�l��n��V�S�B#�@�����Do��za��h�r1�>��Η�d�C�˘���T���'����!��`���#zq��>�B��>�����/e?��p�s����`����ȇ�.u��!<�O�E���:Sg(7���L��ڎ�����$�L�To`qB�;�.:��0:#�]e��1�.�w�b��
�q�J#�ڋ�س�T�,�������F9��{�"A�3�$�(e?�rN��أ��]F��;�uh�C�Ed&~C~4���3��6ѣ�2��B؉���U&�W������F�R|�S���Ibc/�٥����9�1�s��{�l��9�˽��wɦ}N��仉<u7���K���f�-��F���˚�޻T`�!��Ժ��9�O����&T�=���~�U�f��7���f�?��p̿��y�G��������ذ��N�YW��쿒��?G�+�6{���[5�؀��>)�?���[cCGC�X�;>ʶ��c(�{���ٌ�������$��Ȟru�fސ�
�����1�(�HQo�B�;nj�F�,6��n������9Hۢ��H�T���y/���H�5�k���?sS���X�;~l�����?p�Zɳ���a<�-<?e�3�O����]��{���i��p@}��r'���j��ܝP�	�d����\�2e���W���'s�ϱ%R�X�V�kp����J\�#s���&N���/�s�PFk�c$��B9-(��鷄�G<�.��V�5���2���:�d��vʗyJ��.�y�0�es���|U�r�(p7���1�1J�wڸ��x����݆.^�ɓirs��s�R�p�q�r��o ͛�{}�9s)�jx�T�*��z�o�
Or�v���x��������~H{�J�M��5�&��J�;����}�K웉�8�[p}n*�C��8b��1{�1�6�ùg+�=�TU70��O�A6shW���|�)�͍���S3��cF���#�M/G����G2�V��!Y�;�d����6���K=џ��H�����p�]��`��;։�P&�M�ގ\]��!�������Gx�Ŕ��&�I3����g�qYK�a<��`��79W�11����C�
增��d��M$8���Y�^lO���O�g�lcb��/�f�0���v��34��>D��o sֵ��C�[�ڪ%\c�w����Ig�9��]N}��9�������X$1K7RfЅ�w��z��8�D�ED1���M���qA[�ߦ^b-s��XW)�]�L�胱Ҧo��:�
�~�("F)���K̵�b�S�Z� �W��;NW�y�8��w�K��f#Ju����$�l�7���kG�5R��^�E�j�2�ξ�&�`ܹ���ğ�j��gw�=�.��5G�n�w�I.�^�i�U�����l�u;��Ln�Ŝ��-�y��N�����j�?��@��G
T7<BT;6���Sf���%�Y-`�^���)��s+�nD�c�v1������AL&���X�)I�E����D��}��-���l�-G���y_�$��,4���j��:��DZ�q�"����EX�Bo�=���z�%���L��|�s�I��)��y3��u�6����Z$x�&�,���:{M��B���8X��jDI������?���>���/�{;�2�8�Á�^�w%& nS���U���Z���5��qn_HT���&�^D&k�w�A2��y`M�O�>�,�0+��j3^�����c����O�^�:� �\"m"�ȳ���ȃ��`܀�\8��Y���y!��%n��L�(�ü	)_y����[�>d}iָD�d�Zº<G�E�?��a�V�f���n��r��/y��Y�^�o���*�w����-k�\�5v�s���.�/�Yĭ�G�&�7%D����;�R�s�鿤Mm�x���{PTeƟ�<�T^�$.A-�.A�e��Y�]�T��V�M�qJC'�CVD�����02+5C����i��.f)إ�0j�����a���f�{����;�>�@�P��t��Uۘ {9��a���@�uj��U=�4��	�c�q�8n���a�Q,c97�c���!�{����ۡ�%�J�?�I��z�����x���u�.�z���;Üqα�TW�+��p�qMue��R�uf��/��4}����*��R5�[�kDhڌcB1�1\%4��l��Z{��v�1�Q$4U
t��Z��-����z]-4!N-4�.�슴h҅f�Рo��'44�6��V���l>���x�i���w�/����������j�5�b}1�h_x��m󺽋����2�O�'�z?x�x�<�pO�g����smg�Վ:
�v���|m땤p�*����:��8��F>;�$�r�:K?��a��N���h��45]%���*I%����V�D-������F�4pk��"�d�y,����n�f��5�N�i��r-w��oY���$��s��ro6�Ū��5p����A�H<{�G�	?�g��G���K~ů�
�����;v��;顗]�^�?�'��Y�/����w��{�'��!�{
���`��4�]�����0Ce��lc�H��\�"�y�D�L�p Zf�	bp!b��0
c4��\����p9��x\��p5&�Lĵ���07�F܄���[0�b*�a:1I�
��܉�0�p7���9��H�\�"
��@&�	)�`-�z�L6���װ�c+�c���;P+>ډz��.�?����F4�9��AqG���ۏ�!�c6r?r���,g��Iղ
�䛵o�+���l��`#F!�1_&a56�0�\.�,�r��]~�}*^�eu~�Y�X�\�Bq�(�2O�<�'�,d��*�^�_�L,U�*M�#_�S*�2=Rx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8"3CEE~+�
_�3""24�<#�yFFD��d�[$2���C��ȹ�s���s�9�n7�Zs�9�s͹�nν���}>���� �c�c�c��A�|�:
��.C��ǁ���B�6g%'����w�0�Ɓ��&NԜP��;����J�|��$�$p�����\R�!w���T�)���B��ExӈE��5ߛ�O !H>Ҁ�v��t�i���[(J��v�g�gg2y�y
y����𳴳�g]g������/�c�ӟ>wT@+d��s��ϟ_;���e�8z�0�(�jG��I�抁bk�h�D�|�Z�����#�H0J�3�	cf1+%�Z	���D^b(�.-*���J[K����2T�(k(�����X(��bX!������hyNyA9���\\.+ו�q(�pR���K�Ҹ}|�����||^�7�� ~����g	���$�<��-�Kd��v��h$z�Qb��D���C�F�!HR�4KZ&m�>��r>�Df�y�V���C6�ߒ������E�P(�6J?�C	Q�e����TP*t�
_�T�B�FE���r�r�2Y��r��5���ҩ|jUFUSMT/5H��.PW��4��@���4�K���5�Gڗ*AUKUW���YVMW-V%��U��z�Kw�?VӪ{��W�7�w�k�5��9����Zq��VQ��5��jwj��"FC�p1b�M�?LS�2'�o��e�s��ff���C�1���F�Y`8b�Y,����,)��e`�Y k���J��l:���Ul��fO���ku�:x�NQ����;�8�#�tp�+'�����zm}�~�B��!n�p���E�E�Ş�K�|��7�[�x��%��K�|��o�S�,��xu}Y9qy��7A�#�	F�]��
�W`W:�x�D��
��\a��H�V
�z�Qhz�o��W�W�W�WCW�
�
ꆉ��k�k��z��\K\ˊ�"��.��>4�ٍ�ƎFy����8��1ӄj4�����u�u�u�u1T�/&����8%N�ć�-ͣ���͛�---S-�?�~4��ъhmj
�f~���S���-s�u�{��IB��$S�w��M�M�ͥvB����[�[����i��%����G�Jt;�{?����I�u*:�����E�=�7n�n���eB�A�������Q�	�Y�󥫨Kݕ�˽�pw����9Z������E��=ʽ�{�{��(�
�bN��~���%_٦T(�<=p>X|p�©ZUn�R7�������[���tG����7�h5V
����]�S�4
]��H4J�Q3��iB�YͲfK��j�Z�Њ��Z�֮�i��[ڌ��C�C�ÍX��G�c�����/[g�m="<�?�x����]��>�?�U�k�׵^Z��w��}o�����k��y��v�����kh7D
���Ǣ�����~E���I��Óԓ##�8aL��-�[�TiR������x@>�;�L,$>
|5��R��l0��!�yŜ2g-K��b�Y$��d�LX,���k�ZiV����i�Z�>kܺhݴ�X��6��m�d6��ds�|��mζbKٲv�=�N�s�v��h���	��=e��H�AspBG�C��u�Ǵcёt���'ʉqҝ|��)u��&��u�;��A� z;X?(��F�r�\(�et]�C�!��|�:�Z�s��r��;�����������/���xx�����Qzt����z��gƳ���L�,�lg�>,�y��zx~�Ux߽@��������M����]M��a�c����X�G�1|<������h?�_���N����3������B@�	`
�E���`?�G���n��^��E�H����c�� 6(
F���q�x۸j�<��_�φ�7��)��s'�c�@��eau/���tx?��#�nD�D�}�#��ld!��;�9�%�-��Dk��h"������2�r��QL�)c��1�yc�X,6��-�����R���7LOLM"'���I�s�;��M�L�O.M�OA�HS��T�5���x</������W��V|;�ߋ����A�)x���P�x���@T�8|�m�l_:,,Hg���"EDi
J{�`����b�����1��[z^L��/����囙{wYԼ��S��2{��9gN�3g	���
�3�Ex:���]f#I�4/���F�L%$��uZ
k
�3�_�$���o�]t��9ii9����C+���!SD(��JS^���x�2R��B���A!SB�n��I���M �O�^"�H��__9�ժT�X,���R��d�b"ݜnV�Ƙ���x�?�OiF��p5�J4�/3����H��|�[�+J�7�:
��  ��D�*��b �
�
�ޠ�qG�p��I��,�\�Z�%p�KzW�zVE�D"f�DG�EJ|��Y�Q)C�b#���f��_�O�2������h21���Z��>U����"���AP��@�Mo
�`J��ѵ'�ΟvrxB��Q��U�e�������h���6�70�υT������=v�
\�*↛��&u�Qf�U�L�M�|�`���i�CL�Mfn2B�o"�D�U��n�vS����� F��(nŧG��B�t�EbB�>��jt�Ą�`��е�k��';�(��/,)*�����IELۺ�kǦm��	��������~���5:t���C��σ��������CG9x���h�y��M��� "��%�O�U��8��Ɉ(�̦���
��wj�>r-� ��	����$'�A��g��- ��BɆ�J����σ��A�笛�4��3k�����q�F6��n_y)��3nVQ��YS���׎o;��͵�i	�ũ���K�n���0mA^����?��f���n����.�o��tLA�_�/������[�6����W�]$��8�N�qp7���Y�o�7�JAQ��Om��XZ�k��2�����/q���^�>om>`���I!<%�G�"&Ϋ��1�C
Lf�7 ��v�,�����I��w���y	�{��@��g���\NKY
!'|�
F"��2��n2V�J1Pe`�P!zF-��:$���5�`�7�������[�:L��kj:a�^(���r�m:��a�'��a�e(��R��a�3�&��P�P;(��Z���_�Ճ��(�J�\	�s��	)�v�i-��b�B�rRd���`��*9ðPf�������Q�����E�cr�y%>��	9�h�����l��`L��'=CIdH:c�]4nWV�9'��5�E�B��],��PT��!��Ȼ�������'��HG��� 	�y?wƦe��>@{XC��ʹ
ͪb4*$��2�ĒtD���>�ޔ�w�?���/-kf�Z�nY�Դz0��iN�Ÿ����p'~��{�r���:�X����<D�
��;��JeR)�F�7le�c +F%�jr�L�L��PT@R؁1`�j�-�thH`�a�,aM�6�����ʤ*��C��3ZP8H����d!�x���5�ƞ!`Ō�#7�L�[Z>pծ�/O���]%X��<z�~��!�q��U�[f�vmwM��]i�
�&���bp$cS�	��
Z$$�h.-?'�+��X�E��h�ǚ�ǘ,�:���O4�qi�+cǽ_����:77��e���Ɣ�Q�t~�9][�q�J�;۹�冐��Q�VW�I^��dLü���e�-��HH���KP^uSVeR%�m$Or�(�h��'��lDT����>�|��G�2���X��
��1P����'|�\>"'(��h_�e�����@�Jo//�.� �>��C�B�}��6E ���r[i����^��f]Á�3W,[bKR��χ��P�'\^�uwNX��Ȅ��fv>�qK&�oㆊ���!>��WAD��J�ӱFw�;����D���F$�"s��@@l���&g��m���A!ձޫ�jV�k�4��
��v�W���\���4j>9����J�t���^�c񅱓_]����E{�?��`��!+g�@�UB�EB����*aH�rnD/�:J@Y��%���(㿭��
��Ѿ���R9���#<�I4aT��ba��>����0W�F	��r8��-D�Bq�VP�DY�wܝ5z}ɰyCg�ru��m���VW,���v
[<2n�V����;ƛ"�w�/8SSyb����C�&�װ���M��k(v��K-�55��S�6�z�:��oJ��7��E�x��ȩ�ݥ���ِ�*t�lE�tHH������i��}�*�ͿvuŒ�4��n�َa����[&n-����v�|��R&����4��-�����'>i)z�ߠ�M���i(��b�M�a�Iq^�!�	Z�a=�|�NX�Ss��r�,;ڞV�e�y�\dL��T�i��9�rUJF�bm�Q��������>���a��璿8'@��7:��ʝ�<���Xd��`�ըV��u��WJ�8\
���;qkWh?��绝
=����&�p�h�05v�
nҊ��P�߅�SKЄ`��������i\͍���~E
²�4@��.���)A.�(X�B�&�{9��Q)�x��qa���>t`��W�4s���SCⲳ�����QM�)�*2&7��G$]:P�l���r��{�_�3�w({�9KdD�U=,?_��P6Iv�ø�F'�Uz߂��<g����H��X��SH��K�h䭩h�zj�`l����
��i.9`�G�-+��)��n���дk��5���9.v;����//�l^7��+/�p�/����/@���_|��Ԫ�3�n~�Q��$?�>�i��Io]�F����b�M>���K@�~��܏nq��&��Ĝ%?_Y?/;�=�m�Xx|`$�u;!]�Ɲ�%D=<wwJuC�D�s
of�z

�Y�h��"��<k�>s��$��M9��J�z��8x��e.��"'�۪�2���lO�L ��:ԡ��3�j�X���%�Tb�A�i}l�Ն@Z��i^#¸k���24^�$r��q5[J}�����6���b����J�{�+�+ʔR�QV\��2�[4Ӿ��ɓm�sӱm\u�M,����	���y��;[�V��A*uޕ�M_�;V4��ϸ��V�̡�;�Y9���]��y��e��k�����@}}Fd��H{H��CJh��
��)���G
J"��"������5��?CN�Yf?������`����
\Ѓ`��9(��/�+�h�lR �S��S"GQ��ME�����v���3m����n,�	z�$`;��Tڟ�@��m��̤@:.�x�;e�e$����If���w0b�
z�~�{m�P��2
�M>ӻb�WƯ�!9{�)�~�%(z!*|�1~����_��
pٹ��A1E12H~��Z
���3�{�N>L��S��m"8��}|�s�0�Fl�F�=z+�%`*����¸L�8C�8Wp8qY|�O`^DJUʑq�%r�MRY��J��Ug�x��@Xr�KP�XN3�p�`"�8T���o^������Ԗ4p�5��W�LK������}�2����"xx�J���Up5��	cY�=�k���i-�KI�^!�orb�p�"< f%@5�ӊi��������YJ�y0��kr{��V��<�`Ʋ9�x��S#�#�$j\�ı�T~�}sA�	�+��/Ŕ��}���,����hݰ���)ƥ[�T�H&/¸K��]rʦc$�]�@�F�/�R�H*�������@���]���S?:t����x��!�צO�t�>E/p'����{������N�7���D�>7�C�zH$2�i���,��!	ՀQ�e�9��0�W~���a0��־Pu���N�%��W��M���V4vn�m�"n^�j_(�A�0�"F�|i]aѬƨA�^yݕ���7�kw��A����7��'@�����H“���*���\���\���8�O��"�6��g�]�r��*��{�0X����:�t�w�������@��w3ݛ�ot�ߺ��S��P/�@yV(Md�K�Q67Zⲫ��ED�u4��
D��ǎ�?I����*޲0f�sgn+�d{���wV�y�8��TU�Ҭ�
s���m�k��g�F�Pc(�o/�s�<2���\�=bbAD̔'x\U�FŐF"��(����Ƃ~��\u�K�3�$&����y(��x)Ϋ%�M�"�H�	��x�F�x/�y������+//?'����5 �O�xψ7jO4Qg1\��~�#����*�F� >�\���z���_��v��i0Zk�J�����π�8�.:z��4�2��O�l3z$r�>���W@����M���ڟ�[(���2Y-����>u�C#Cʔzw�#��S?�i�r�Q���@t��jV��Q��P�>P:"��c`��Ȟp�ش��Q��Ҳ�QԚ��1c
�q��S[ ����au1���4�"]L���Q	�"�v���5��ri/���,7�l�V�>y�<9�>�I�y�j7�" �E���ʯ݌0��A�y��0�y��K~ҳ�:C��ee$����5��"�foļ�GN���gbp�j��{$��.�^�
o�wok}��3�s�iX����g��N9�K�p�#w����g_��#�6R9�����dг�Ϝ�/@����/aBD�l(N<�
8�g0C�W����V���"C�,�
�ċ&�eZ���i>
���l�VsG�jgO=��]�qw�����s~$�������Z��^���]�-k�:Yu^F�,�qP%�&��5B�K��C��KK�Ԭ!zִPO�Q�~�Ϫz�n�c	?"�0ZU����ZM�d6Zj�">��8"�S�J��&�$��I0@B����K���˪�w�(u/�o�3ǜw��}�V�y�{�]�wPax��N�ř�m�A�C��WE�ӫ��݋u�	���X
�	�D�U�#lZ�M���Z���i;�_V�Ȍt�J)���"(�P���	B���Dn��G�5m�܃Z�7�k��~��'X
� s�1o"�%���\[m�fVc�X���}���C�� �:�
H;�y���pF�3��O�
.:9q˽��o-z2.>~Y����6��65y�f���^��7x��ֽ�����-�����щ�z�J�MA�dҀVdSk<=��]��J�
%���h�a֙��5�-2���{gL[U�-޿�KP�,�d��On{B|�'���qӃ���~�7*f��W�����7>v⥆t����b�%$
��S�.���D��G�uD�h�,]{}�]F]84y���gv���|wS�n2���?�:�ʍАΐ���ϝ�ڕ�w�m-�u1%g�E���eг6��QR��5R�"0*�����B��'��z�hgc��������q@I��3�zuT��NJt�e2��e�P|�i��
��tb8e��Y��ljjx8���E�X��a̼3�*t
�+-��瘀ޠ�#c���4| F�<`�ѩ�$"����͎��=zZ݅v��$
h�����h�������}����L���%/��L��nn��l[���<�iR��fT q��(c$�4/���}W�>C"C�]���%O:$S=6�����Ҵ`����-��'��΀r���M�<��6�Q�%}��o�iP�Y��OdJiF4e��S�-��)}?�n1a�A�KN��'��V��<�f�g!�=P�Mf���e�yZJ�6����J�3BP��4<--<"5��}���'�$'%%�$BY���i0,ዼ������0�v�˴���%�a�
��e�췶{�F��p�
�,���끬~C��6%ψm�U0\����U�V0��Y��;ܾR�����tQZ����(aI���L��
w�s�:�e5=�5EzO�\�}-)��!����+d��RޖP�1����*ܫ&"̪����j��T����B��K��G�[S�*_�Kz!�3��1�u�`J�=��i�S�5O1�=
���~a΢C����tŋo���W;:�;c�A�Z>7m쩥��t�ԑa��Օ��^?-�-��ȡ�WJ$D�z%��}�:��-hf���tťwxQ��*��J�S_�9�x�_.��/�¦�t�NF��I��蚜���<�1l������hNg�msNN��#O��+��1���g���gگN�z�}٥�x;���&8�'��P�X�Rn���d6��ˋxԎ9���}$ףs��P����o��^�FI�҉+:,�5Vr��+3��+�o��_�ڢGF�f�s6~o|q�ڲ�k.��|�����Y������mZ�LU�֊�����P���#�T�9٬�"�����P�/���۫��{�s^��f��l���t�}�Đ����x?�-����;d͘�ˌ�~����
*ˆ���
���l�d����
��Z�!~C��X��,�+D�v�8q��R�Y:���	���$h�g�9 Y�2�h:�Kd�ѲG�,�#9��>�"DX��)�V4LϼP����2uʓ�_�lxJ�QMRO��U"�l�
6<iH�(���0��ƭ�j2t���1h
-l���#y���#O��]�Ux@!"Dn����"�-^:0k�M�2|��ߤ�1�Kw�R2�Kճ�ҥ��K�Յ?sm��&¹��{$��EUV�ޝ�Q�J��+�)pq]"3:e��$h������.��ɊT�ԑ�����;v˪g��>��z�<�LW�n.H*g8A�&��K������/^	R�[����\5�k���/>��L��Ax���y�omK�����K��BA���2
�e$�OA��+�DG\s׫=-W��^��>�[�eĬ�Z'�q暇�'#�u~�=���Hrqx��t�>=�0���zfМI�^9Fr�}y���Р�Y	�ļ4A='�떡������eR�֏}G���
��:^x��_�ns7/�q����i\�20l�S�$��d���u�	O��͍`]dرZLW�A�����`_�H���:a�Ę\o]z�e��Apu�)��"�)%<�O�*��:q�X�v~m�Qj��;c:�t���tTC�d��6���Y5�*k[����0�{	�[!P��}��Rh4j����}Yx��iH='Z����h��(�3�V$_Zx�:efa�̔�3�yS���l��4e8�膮�⇎	[
L����i�rV�Fgq�L^�qS/����*
��
����lf�8&��2A���f
����s&��g����ϏPA��C8�y\����I��j�b�
ULf���i3�$M��tuJCaaCJ�i��j2�4�LY�v�,�b�G��� g�t��\����9܍��8}YH�Sń��M�VSR}��ezT�c�V��k'V[�D^��8�䀡u1�K���Y�
��J[;?o�\�3�++akb�Oh�wV��To�,�[
ڡE���<A�D�"��,zF��_�ӽ�}���xT�Mz�S��Ų5*�C��	s�0��ޞ
}�X(��1�F�UoY"�1�QG�9b�96�#�i���3�VZ��G�.ꮫ�^��|�
ԯ��\ڰ��qAޛ|��n�}�������8d���żq���j��_&��	�t�3r��6A����p"~�\�Ԍ��<�p2g����#��Jy���_{m�s��1A�bZ�s_,���!S�m�<�e��K@���<�����OC��D��h��zz�����7�X�ecc%rww��H|܈ts̝x�đ��x�gTʐ�lJ�󒐬�c�^d⍞�c��~^��ZU�:�e�uv����SH��5�s�C�Ǭ�2(�uآ�������h�Nzsܺ�ˍ&�q�ص���yq�˗�L�+���5[�<�������o��JGDZ���P�pyJ���67�6G9�sE|
��Y���3���*��{�q���^���՜"�&��/8���x�o�h��95�Rh?�cƧX =��N��'���PX"�Ȇ��#�`��I�ő�
	�sGX;b�G�Dw!2Dڙ�s6���ߕ��3�G�qy�����u5��'̛0����2��۷f�F�n��h��3cʶ�
�NMJ(M[��RC�OX`j(������kʲ�[����]2y�1dƨ5;�6jM����a���鉣���~�9I%y��D�$FAMc��u�Z-%qVƹDN!���I	p5���К����⣣����;���{d��W��t��*�la��g��o���LPp��@[��jH����Du�����~4��D
t�J��~���x����;�or?�ݸU�|���Ԕ���%k���oJ��<��'뫏��v�Ǫ����i���P�h�u��y�^�� �7;n�	���sj�����:��5'~Z������L�2�E�ə�k05�Z����\��%��_���{�+�I}�7u_�
Lnk�7�FX��9g4�Z�'EG$��[�p�%qr%���f�2&"5rlfVE<M�d��yV{�'h�:01n|1ƭ��O�^!X�[U277F"��$�����ݦz	��[(i���Q������9�2<��=�=�
���{�l��������w���=�S:�/`�J���u�E�Xt�@�Nyq�ZbaA�L7��"t �@٤Dk��Ul��&�˥Hm��^�;ԏ(�CRC�晝�?�{cuCquYŌ�Lj�އ�R��������"S�aQΈ��'F��{���,�� $p�i����Y��6�G����!�
�N�%����<!�drM*u�l,,�XW���hSe]݄�	u�Ը��**����X7�6�sFE�Tg�>�~�y�LN��KDR)��d�Y�4c?��Lvu��뫔]����W+O��M�;�7�'�aq�T�-�W�&0$>�4��&�����#����9h��-��F۩��ߍ�X3dhLxy����Y����v%��&���9�+���ָ�	8a�W�N����2v�J��AA�/��Yn)�>rz���Y�-�'5Oon�\[j�6$gYֲ�,�+��fS���x��3<?{jQf�5�X��p^����ka؂<�d�&��4�!0?ד5h�
�G�y�N��ceNCg��`�&RFS��|���ę���Gq�&�	u_(���[T��p�01E����.]�~0��%�O��Z�ȝb�:VU�YJf�t��Е8��f%J���O��Q��O��
te��#C=7a����=�W1�-���=���Uh�w�9���A�@����/�G�+�8�VH��*"�9_@۟U�d�ȟG�6�(Ճ����V\ސ_�ݫ�!���ldBr��d�t@��O��/�+P�����2d�;��x��Rm�XAR�6�o� c��l&������GT��e"��됧�hOR�NB�� �L��N:�D�/ۼ���-��F�{+&N���8��n�ܙC��n�9oѢy-�[ �PWt5�5H��]D@#(�2n@,(j��$ 0�7�w`6�����\wxz=�&U��lPj���>}/��B_/��6+�H��j��==�A>>:E��l�nr	M{�Ac'GqK����Ƥ:�w�(���PG�
b��
� G'�"j�ƞM9}�]E���[״�r����d��耎�s�[�_�\�{��:2�~�v��93Ϋ*b	q�"��P�F�kT����R�V�p��V<��,`J�`�7
H�&հ�gS(�(�3c|W�;P%�ʰLL����mK�T��H��EG�~��jƶ�@l�?(�y
�A�[�LH��$'�GST����b��6x`�!IL�■�ˀ���̮*�̩G���>8k
�s-=73%˲�j}g�eT�Qj��_��������?�`��T}e�IKꊧ�E����[�>�?�H䚩"�
�n��0�E675>��CK �i
���Y��/נ�,D����p���+�j���>���J73ȣ	������ Z(݄z	�'�6�B�P�P��l�/�߉�{̘p�o�lp��o�G��;��/�1����p�5�H�c�Ά���(�?��8�Ԁ�� {9(kKq�����j�����S�/Ò69
��������=��uz�č]j�9ѧ'�Ի��d��=��p�	�`
�{�-�<�g�Y7���0����a<qM����Z�fٷ�Ǵ�c3f�c��;3&�	g:a��3hIW��
�*<_4�S�^K
�`����˘���1�w��S4�S��G�pLƉ�3�{����p��c�P�)��9�����F#Q�I�V�R�$�'h�բ�M��`��Hs �L Cɥ���g�ÿsm;v������k D��q����\��ܶ��VN��$�bұ��y��4Ҿ5�6L���W�����1-d�Ș
�1`X��D=2&�9��1��p�5���i�4����FH�.�[�"	��2�K!��R��Qzr}c��-���K��v��jn'��xP��j�.���]j�=��̎�v�:�E�W�����n"�Z} +��FE顙����dbqP�T�����;8����e��M��`5Y/ҩD�%����N�g�r����&Ξ9n,���vax]����gR���)��ߝ�cJH w'�.�+ 4�7���Q��9zM��:���w�{�âP]�;#��a����za�����[�'#�i!C��G�lp�������3�؁y�'yX���|A��`X
�K������'�c������,�S��Q".��?Ҏ��@O��gN>��]�{��o^��U��.1ݽ�'���h���=D�/��b��ʢS�-Aj�V�/�����9N�Hד)��w�.����ҁ~y�SS�ͪݘR95i���ҡ�uRJ�S65�h��?��ҥ��ѿ�8rHFX@��غ���Ρ�'����KG�N*+O�(ϲ��EL���>��ټ�LW\c� ]sx^�nDz&���<zxL��7cc��ގ�$><��DÂ�h�@Lj>|��c���P,� ׹V:�R8��y�'hMD$$�}
DZ��
"��e�zK
�6$Rd3ij�,��)��X,�CJ|��;,}��D�u1.7�]s<h�TYAq�x&)��t\��i���vM�yj^XTöi���6|v���酻r�^�_��)�8whו=3ƍ];
\��)#� ���X�i��p�M�æ�嬟1�bF<tͬ8�bS��	�&�/�Y���~������6N�j� �ry�
���6�5O��g�.<{xLX�7cc ��1���|��'�kb�_{�7�:<�xL�~EJ�.��`�1-��{���C���1>
�(8�[8���`�O#/w~��nςx�c��`h{Vu�S�?0@��Qr���ى
�4G�7:��㬔�e5�J���&u�YJY��YmȽU�����S�_,���M��WJW�s�6�&-C�n��k���ȋX5�����WϾ���|��ɏ�}�©yw
�O��O��o-�;g��7_�4���tõx���QL�C<���-�?F��cZ���������O���n<&��1oc��x"
H�;dݏ$���Y>�Eh��RB��\�;�p[�Z���ry��]��Kt��)|'ׯ\�5��HH��J��:ؚ�`��m���E���&F{�Vo��P�.0P�Q�l&__�T$0@"�5	���}%
��&QA8�r��g���_�*X�Z6�vp&�a�����AY=/y��wCjy����"�����9d���!!���� ,,�yX��K�V%��>���,7ۗ��N����`~�x�����+��i'�G�:�@���x8��cy~?��l�n���x�*a�4'�`�v���I�{R��-B�r��d��*�����8�gB훊⵷������ګ�H�>p�&E���co�~d�Σ��g&��$M�LgD�*;דKq�9��/�0�����;�\
~�	W�~��k���z��l"\֊c<�Mg�X	w��h]�E��:m]%q�#�e���h'�*@c8�G�|�SE��+΂��9c�Z���ɜ���{�s�?�ްO&���x�P/�uS������G��o^��'N�p"���W� _0���)t©&G?�N5��S&b8���r���x��w8�~�.���eIW8L#��c��1ԟ$�U�u�q�;rex.ď*��⬓{�"�`E�s<���-U6����0(n�t�9"�Z�/:��'�Z��w�ǷǴU�1".��ǎ��‪e�On\}��'�4����7zdl���e�.\X��_y9�폿�u�#G܎�|� ÿc:��~t��A�Ӈ�$^��"�����p���1�#p�u©"^��B'�j��#��='�j����:�B�`8x_�6���k-�D�UcT)��q��:J*�E���[��}|�h����wi6���2�)|SMS&,�|bT���*�%&NBO����QiPZǗ2A[����L�&���ôr�*�'$��)&É��.'ڽoO�m'��f��@�X�w��h'�*p����2�/�
���QNHD�B'�jr��x�='�j�:'V].��4t7����M`~.�IJ�ǏP�
��	p�y�]RL�(�6�������&�	�!���m�@�N�>�W�]G�dU�h�H�*���@k� \rMw�Q-J��4TNU�4x!�p��uta�o�Rm'��U��V=���RC��F�7B'����A�M�'��݅�6G�
J�z���=GX�R�<7נ��_v�Q��c�ya�aA��ZkK�X���L�����/`��؂sI|���w�#�
���U�*8����1W�.��X��u���iam�>���G@e;���GP�Q�e��Uջ��%}���ށ�2��򰪖"X�~�Og�`�a)XP����/�r:����ESu`��&��sK��Wr�ק�ҹ|}:ۿ>�t�~:�%�~�[��-"b�Ax�=0����S�s������S�\�2;˵�[�\o�4|���j~2�EϦ�;�N,���#|L�c�9
��n��S�kA	<�(�J��(�ԥ�RB:n9;J�i��W^�6n8yR�К(5XO�r���௅�2��^�S1>�^�<�t��?qB��׍.�a��~�c
�1�ᾕ��A�>tw�������n�����p�ܝ�����E<U�~>����J��3i.� ���@:��>Sx���(����+�wA�z���	_����I�b���[0q�J�@҆�t�{Z������ W��e�TJoq��-.��Υ�:݃T`��I�� �@I�of��+rn�%ٍMT�}Xe�{�K~{�#�
}R���v�o�wd�X���y��g��Нq��
��e�\J� �K]���̫W��G�����B��t.�B��W�3�1K�4P��w�%���N�tn��OK��b����ݥ%��7�Q�*�j|�oਨ���K���K�8�-��o��LG�_�;��6�`\Բ�\J�t���D_�B�"/���\�+B�4R�U�v����D-/�K���h���,o��`K���y����H�S:�w�,O_켽C�V-�8�f��_)9��gE��|�
���t�C=��n�������Kߒ�s���XG'~�N'�8�:�T���#p��"`<x�M	.g��Q�8?����
������M|/%�����DR)%��m,E�B���j4���,#iz�q����C�ғD
(mBm���#�7Ɋ�?"����ۼ�~Z���>=�21,���)��G�]b�EP|�u��h�k/p�lVz�sr|e�h�Q4�e�L��{x���d��A���l��H�B��t���#�kw7���]'$YI�/�tԸ� O~glk^�b��O웶��x���-��Y���E-�o_yg`�N�u����ff�#��ns'�S��c|�uҍ+���<w�r��ܙ����󧥮����+��^\��Jy���[
��N�<N��y>>��שP��1��c<�۵;X�$��×Dwi��b�/q�8�ǼP|ȟS�̻Λ�u��CTdb
���C�~��6'ٯO��]��0&���y��:g���a8��(��>}�����N�:`�9E�O��瓠_1ӡLx.r��o�
�Y<o��"gM�ͫ��c��
���@�ar��r�9�?�N��
�n���>��y�b���ms2��w��M��ea�+�(B�h�"D�|��z�c��Op)t"���A*���Z�˶m��Z{5���G����^^:�ZM�V����2�0���$J�Rw)��^��]$Ҳd	��IDߙa������>>���3GXG�2��#�p�>(����8�N8�ğ���p�>(��|L��o�p���0�G��	��ḟ'�����&g�s�V
�gR$��N~�c�V��߃�OX��N/�/�
Dža����|�y΂�rh�pt�@�TJep0%�����k2�������wP��Q�X�o�ij}FU��AE��~
=>�$�4”I�'�2gԲ��o���Y�<:�_Γ��q����T�zH��#|g��
!6^�y��G���
��a��v�y6Q>���ǂqu|V�U/�p2�g��{ļ�W�����<Lt�:<��%ߊ�Ya�Uc�1�J�oN��y�E�0�Uc����G�lp© N�u*��(����?7c����&�.@(y7!6���9�y8�+�IU��e{f�5
,f��jPK�Yuh�^�.S#X/A�*�~Ka�*
��\.���C�X]R_�7r�p�R�;���T�e�)<�(�r�r��ej�0��������+����ɴ�u���/ٙ�&Z#�Uϣn�JY�晡|�&��D�z�қA�*G/Uj�ǴmB>G�Y�zk���](=�׳G����ȯ�KS�N˵���<�;��G>��}ϑ��>���6QQ07O��՘��K�͌�����Ց�e<��xU?�kTrO�$���]�
���#J�s7z���:�-?�8��6HsR��L�
�y){s������9Gw�ãD�Ytp���.�����藱��A�W֬~��.!�b[p���*1�M	o%OJ��̈́2><J��]�2�}N�ݢ
���e��#�__~p$�}]���X;l��}�S��F�q���PG2�_� "ܪ���?+W�6�T
��M�����cT��:
 L��rY��ye������O�;��[X�xҿ�rۧ�H{;.�޲[W��s�L��6r�(GЂzd�?�u����k�}�,��_&>~Q���b���p�1h,�c����Ϋ��U*zkx��ȫ4�%dT���7�'@�2ԪV{�Z��������1&=�q�m�Q��:j��6ඎ�ȵ
�
�ͨ$�$u���.OjO�?}�+��i���L�V)E�I��I	Y�@�L��Ғ_`���Ξ�d��Y� tr3��gF��'%)F	2�S-����B4f�I�9dh�'���\���gN�A� ��lH���5�a��#F:4<1f��A�SԬ;_�.a������︂�Z]hQ�VD��K��/��S�d�['�-��[�<�oX��e�:��S��������!�l�m ��{�oߡ��<�Ql�V�����~g��"l����qD�k|{U�ow
c�b8)*�8�E!��دF Q�;�ا��g�&?B��\|~��B���\|u��J�z������u�%��Ȗ��yL��!��s�S�/���C�F�~b�M�hG��``p�م�,��"��?�5�ݼ������'�S�ܰ�ΫZ���@G/�n��[&]��98�^[���8�No�
�@��|B��B��½���$��R��n����4{��5�BW�;)x��7�M�%%5$�Bk˽��Y�M:����	����Q����I9M����!��·�7�M�f�E�]N�@����[RS<�b��~�}7z�4�WȤ��I!^�i3�����Z�k>Ky���V%8�H���,_���2�-��B���A�+r�R�b@^�XY��	�d6�̒\�"b�-��չ0e�V����c���G�༄pqC.j���4�=gc��!�`W
�(U�e7�����Z�~��bj.��nk�M��6�g[�Ѧ��Mj�A��W'�vA����)�e��o#��YG��G#�| �W�3�8�"������c*���+w׹�3�V//��(т�1�b9���'�P�X�l�2"&�$�!6Q^��XY�?�� �?T5��f��}z#C>Q��N��'	�r7�V1�j=�@��T�y�q�"et�����A5�YV�	�e�U�4���~��i��./�s��m|O�n�eK,���\)�\io�\ɉO�l�6�~��I�krjzzj����ʭ�8k����������^-~�b��q'黠�
��|W�?��?�z�O೺�
�ޣ?�L-|V�-�݀'|Vŵ��zw3bb"se�{�q_3
(�o�y��O�0�s\�	���_�+�-����㹳���(�o���䃯��y�w!V%4�j��'�neY�����D:����8�K��	*aQ�Y������-J��8���Y�qy	񫥮+�n���כ�q����ջ�T|
w
��I�������6(��e\�K�P���֟�i��?�����qb?ᏼ/�QCs�b(�^�,�~�Y1+|���D��5R,��Ұgd)9A�]�К��bVo�������Ȟ�rh��X��﯒��n*���޷�9����1����5�y!�
c���P�9~�/�������س��i
��Sb��
�;�hg�N3����wQ��o='���i��I�V���?�g�f��K�wQ��������%��aK������C�Q�²�P�d���{����Hnf�B���[[�spy
��"A��8���wG��w~�3?z�ȘGOb�Г�d�0����,e��9�to�O����Ex��y�ch��oe�.j)�5=h�$$���ς��p?k��en�5�=�}�������S��lScb��L�YO�qЗK�?�������_�"�D0Š"I�:[ޒ�}�!R���0]j_G}�?[Sq[���������h'���?��>�o9z��H9i#�]��<���L*�p'����R�P-w�,���l��7kP�0������s�������W�l2ܛ��i�D���f�#�W&�E�v�kԆ�.��֭�̮.�Y��X�	}�%�Ǩ�<�<�n�f��۠�Ng�+q_���4����}�\��X���dUS2�H�F�	���B��p���0'J�� �$�If�6|�Q7��T�y�p��]d�Z���Z�
���.����Y�S�r\�g����?�WS*���{R6�TjpwC2�u��~�ht���-\P�b29Q�3�Z�o�j�w@�b�˩��~]?x���ZY��;�^U�s�,���''�������n���k[�Pg���-��O`�螷���-�w��_��+�=ӱ��gHG?����jY�D�p���9Q��q�;A�1(�T63�T�<xÿ��?󯵃W��s�S�V0�\�̫�K�L���-W��/9C��R@M��F]
��8��p_��������e2��y��g]���3ܡ���b���Y��w�ݹ��
��n�D�����s�k�^�s���E�=���7ƭ�ʺJ��Ÿy����^�Zf�ʱo��v�w���K����D畯���^~���(�Kи�����{-�,?��0�W�Ώ3���!�������rڀf��7V*��7`;q�i����'
�3��8��n�P?��֦���!���PM�:�4G�m�W�J&q#E�(�NP�k.|�I4���9��k�[���g�ā�v�{|�"D*
���W��ʗ���:��|�����[��T6:�$0z���\aN���������b	�/��ޏ��Ƣ,�X>`��
�͋�Z3�F�u�>���#�������*��k�[ͻ�v���9��,�x�����vO9s�|o��qOo���9�t�	/����k�M3�?f��Y�&}�Ҟ�a�{�L_��n{[k������Z�J)��A8�as�����MkL�5���h7=0��O�?�y�Wm�Q$”���wK^:;tЉ��C慳�
�D��������f_���!q�,�<@A����G��<�IIIj^�9z7�Y�jQ��Ój+����?V����_�μ���)����ZFvN��u�V��,r`�%��$9s�yO6{��Mm�������v�}����ꪍ�J�nZ��!x�@ٌD:D�I��P�[�JY���}���4�e���!�tN]�3byi�,�Ʌ�~���j洋-�Z27T-i=�I���,�U��90����|��j��f�B:�JFU���,j/��oh����C�(�F1.���rf�u��L��^����=�gD������iӗ�*�9�y�۸�C��o�vD�j�ܚ6�lgFDMEp�y�Z?��'�/?�
(j����w�^3{�E�I/'�u(8'�c�P���Z*u^��;N>\c(t#m;Y�oa[˦g?ҒS���GV��8��ّ������F�>ȟ�T�h��䴬���3?���
ī�o�")����?<u�_�{�;�ܷSdoa���yBJ.�n��=�΋`/��ƿ���o⸷�[L0�%�5��z�N�Y��S]l�t���J�_PQ��;�<v�H:��I=�Kݕi��Q2�]�`:���+��1�1��*I%��u�2����c��Z��G�쁖O���΍@��Ԡ���ZՀ�	K��_���(�M���v������R���)O��3+��i둅��E�BV�����fnϷ?%؏L��<��	 ]�B�J���K�uV��}~�����&�x�뾂KOӹ�U��.����]n
w���e�)(��PT��P����ݕJ�JM8�4�9��3��zڡ��P��fD����+�
��.��#��J��T�d��Rʎ�.�����������ܶ�ﲴ]X����4E`)vEl�h콬bEŊ���.(�{�=ݒ��|S_^�^��K{/Qv��̽wY���CVX�;s�̙3gΜ�9��������{����S�����v���L%�z�X���p̪�1��N���[?t��k@�����'��`��i�Z��!�oe�oA�o�o�T�6X��HP[%�R\V��W�nA���̱�B�t�.ɓ���ßme�>̘��-��/��j.`�vw�{;u���a4g�$>��0�<�Gl�I�:x���fIx�b�\�~��0�ʙl�7[��G�>ܲ�Y0b϶N{޲�����$F��e�~����[��	W�G�.7�i�-є٭6ڵ�E�M���o�xO/껫CZ�.e�Z;~Af�vh�""'M�yr�e߳C��氯?���4MG���9�
�OM0
g�Zp�j|��"��؋k���j��S,.��%��#���.���a|�7t�
�>���.���}F4��q�{c{f��&�c������ޟ/�u~�����y
�n�|ˬG�[p�f�d��=ZӦw�F�8�3���lRE�pۤ�a�����%k����(��7-��t�8�S�
���u�a���҈ע��i�^�װy�!GX�Ŧ�м���`���p����~d|>��\7�����t��aVa@O��L*1�R�U��4X>�FB�׬����PPӳr���G7W����փ��U;���s���:�a�
�ن�+���r�6��0|�������d��ػN1��
K�V"�o$���>H�"�F��$�X*D�	�(/h$���	�T\|�$�U!s�A'd�w�𼻴�m+�;�j�n�d�7pZ��p�ip����erj-��>��{���p/��~q��W���Ù"�J��<�T��R/W�F*�u�偼Ǡ��M&��)�‘�,R�IE0vМ�3Q:Z1��~&"�Hx�&{������1���x��ۛ������o@�B���W��:����e2n�c:�^E2��u:u�G������:�8��ٺ�)ٷN?K��?�ƒ�9:�+��p�Ƴơ[7���!���9�
'�K��u\VN>[Ry����^Q1��
/��>:t獢��AG���V�z����8�O8�������=���L%ϝrB�#�(ąN�r^�l3>�8���#��3�w��m#g(�?���<sI8CQ7�*�ښG�F��G�~6UL%�-a���N��@��D_T�^��$�j`܄��HJ�G���I$@�;��yI�5bi��$�VQ�&1t�)'�5�[Fӝk�\3~�(�6���G:��=�W�3���?M7û���9�|�?�kr{xG���Ȳ��z}Z�ы�:L�lmP�2��<�*w�:`��!��~sn��>uCK�,�JOn���j��Hw �10�b�CiO�ܣW��ÅC.�)���ce$x�����ޭsphN�4[;�:\k�ث�<�Y�L��{�h}bJ��|9�D��o���(��Be�
h���F2B!.����:4400N5��Hd�')[��(�"��c/\
!��9$d��jM/|�NW��5��9d�^~��1
~���j���9ҨQR��&�	iϖ�n8�������S��
=���:����_}����l���/x=86�j>w�H�냂�@��B{�8�]!#.���Z#��].đ��6`�ɥ�a�I����6������k�|t߬QnV*c�V�Λ�
ĥ�`��s^{Y�Ջ���w�G�x4R�X��o�=�I��r���1����|ثcg���c����j�oW��Ƣ1g���9�;�`��s@y�浲�nǹt��K�6/c]wR��[�W&����䋁�� {.멾�G��T[}.�쩠�Y��k��DŽ�=�Fʦ�}�AF�7qk�\d�`$�ace1ڔ��i�(��a��K��Cxn��6":�B7ֿ�ۄ
����A��!ڐ��e�n^|v�,�V�N��g@�[��{7N�<��p�oݾ�PP{��#g�
�/�A$�͆w
����Ckn����+������Z	}��^r���_'"�~�ǽ��M�/>���;��HO	�O{{m(�{��p<m4jFo�=
}kT�J$U<�
�˪ ���α���&�w~;��|�����`ξ��og?'2��(��k�/��uDGO��G�?vS(��?�O�y虯H��oTy&��*��%�׭"��y�#�Eh��bv��j[*`�Iة���(\�:�����g6���d�����>�Ю�#�u^�
o�/��3?�o�߽|�ω�1HY���_��7��Ik��k�{hl�H,��
v�I�@��x9�w/��+��2�<3�i�`y%Z��ֳ��処u_:6_~������L_ţ�~�%t@
�C��;�����㣫���(����6Q
F��y�ժr��#�4�T*j-��2�g��x_�J��Ӯz_����v�{�E�����N�����_yC���ѼgK��Y&$$8X�L`<&�����K肬?bQ�u{��/k�����!�1����[��|��YmX��J;n>;n�;S�a[�
��ݸ�����=�v��떮+�_6��8kf|a�P���0�ivker����f9:>�%~
B��חI�A�L'p���f9Z�$]��r<P4��Ġ�L����?���Ϟ68�Q{a>��2OZ+h�'�Q~��9Rc7ȭ�eJ�UpO����p����{�75��n{��_��{��CG2.�[�ȝ�ŭb��a�+r��"T_DF���be?h����Cp�E㜅�H��uM�k�*53F.|گ?P��"њ�w�vy(@�~I3��1>~�%�]A���z��a��H����'��8�~!�D�J���!����������<�H�ǟ`dn��G��M�9�,�{�2�/7e2^��X��W�Pi�3Y��g��o�b�̺�X-�)�Nѿ��wGX�]$�
ч��U2�0�w�;��V�f�.zt붭��%��s�N#j����
Z-�q��I�^u�U5E�x��4���ǪԼ�I���o�9FWƧ]?Cw�3w~b<��t�(�-ѩ�!�Iβ��-����o=��tB$�����D߅�5Z<`]�m�����Ck�����7�]>ң:\��U�[��i�	}.d�H��u���q|�۱��?�￝?Qv��#d�y7N�2��H���
{��`aʊd���*K{��i=�b�߾����a˿��׸�}��&����6�^;rF��)��۫��}"��Q�b	��9�%Uw��^�q"�hTo����˟][|]��yh��&�3��6�̊�˘6Q��qJ@:g[W
�������E���LS�n��w�N��?5jŝU]o"���ײ3\zR���v_���<|�f�luv[�抭3/���|/�ٶV�g:�F�R�E��u��,���N��v�m�X�:�x�4�@$˾�{�}o¯���Φ&0^�
�_{�m~�8��o�x��o�"��N<	���A�Z�"p����
�q�;��7Hu~�E��8h�1Ȏ�h��F�>V�W�1HO���J�X�$ ���W��>���h���/�6�x�o�H�zI���5�>x؍I�ʚ�L����'�!E��Yh�Jy;�tj;�%)>>�`4Ȝv�G#��2��?;,hMu0��@fFd��hz��棁��j��l�g�_�R�ly�V�K�?�X���[_�����[T��|c��1V{����oA�ע�.�F�5(Dk����݀�?�r����5�}������YN��]@6�A#9$vAxx@�c;Y��?��"��b��~`�����Nޙun��M��?�m��g	�𵫘�3�r��y��Kْ�9�#����E�z—z��;��D���㊧mbwJ���-Y�\�����_��T�S뵼X,2t�WRy��Q��z̨Ĩ2�`ρ��
��v�`;lVL�J�ؒ�B��`>\N˗���e����Oc"��n�-�}$�r�F��kd,�t�֓Q(%S�<@8ɤ��,��5�:��a�pc�Ŗx��ޣ�y�!/m�~O���2B�X�A�64g2yD��A�U�8�����}ם����m����L�uww�U��^�\��wQ��Ms�]2�|U��/�C
j���,7L�;dS�!<`[DZ��q+�+��<:Z�bE�per^/7��^�g�����;@��I�M���f���=Ĉ���|s��Ez��gB���y�F�*d�=$���^.��&rMl8NI32 G�
�gW�L�Zn#	C"���?��{Ԗ���+�V��,�G���)��pJ��K3�W��sN��!�
�>�{N�(-���
�p�7�y�B��@���!YJC}�q���W2z\�PA�%92�@�3����
��m�Xn^����30�����U$5/f%U�z;!��aj|�Fj��=��J��R鿃b��G64x� �4p��s0�s�n�O/�W�WJ� 6�6z/6b
�K��Ҝ
�Q;��v	~%���P�qH7�$��h��K�d�"�K��	�����̕�B������V�7
��bތ���R��氀`�y�
�Z�Q�D�w�U&^XJ���� �&*�iw���:v��O+�|b���}/ܳ�P��vѮ����k�0|�^�kc�/k4��eՄ�]��fʚOh&�_p�}B�X��<T��^�~$͙�E��‚`ɂ�Ɯ���`��F��a\�c��XR �ٝ��v�-b��XV��)&Ԥ��
|���g���I�649]}��YcG�3��H(����Vl~�r�O&�b;V� Y�8Z�g�?˓���s��|-Ԉ%Ԣ�t�_+õ�t�^�I�(L
��Ԣ��=�O�����ns���m�6�����!Ğ���hy�A��jHm����p�H4��t����.��:Ȫ�X��ҩh՘1[K�z����E�8��r�P�v-�	�P�'�Z_����v[<Ɠ����s�^�?��ͫ�o�y
���;�7�1/I<��b�h6H[�o�8B����������C+�n��F�Ǻx���J/�Ā��5b|F>Z��Μ�1�VS�@�GF������[�����uٹkM;P!C`�����5YI��v����
A����mtXV;g���u�@�˓-���I��hl�j
�i�yԼ�f�xŚ�6zm��9+e�c���3��R��l���Di��]��ݪ��j'M��s��8��MG�i�j�|}kE���=O���Gݬ��6r�5L[��뢜��Bd�*x�(�گ.�|�p��������~t*���g�W
�[���%@߮�����{-���Lja`����_���b{�te2�D
��l1N�6&�j��,�V��F�{�$%v
��ؽ�f���]��8�ejqM��8G�N��1��U�B@���ʕ��1��{Ǘ��o~v�"G	7�M�f�qk|7eB��HN±��(\,>�q9}�`<q�Kw��ܝ�.��q{�=S:�̞���������:�|}N�z�?n�
��Ym=�M���X�!�NI8do$`i	���^>��X�?כ�?�Sx��èX��w`Ԅ� ��!鳧k�'���"s(�\<��N8�bʩ�hO6��9��>Z�$}��[�+<dݬ�'�n����o�u��.�O;���:?i4:��<T*]kI��=ȟNa�|Ա��_<��N8RMM�v��/��#�:�a���P��e��[�@<1���ٔ*"7͢�L"r�1���F�g�~��L���s@%a0�]-�ئ��-!{#�_Bs�T��H�����㤓a
Ҽ
�u=�kQi-����<�@��0�9X�g1$W�xc��E!T/ZIǸ��ڲI�t2������ϲ���+�W���Ԧ����h�S|��9eeK������F�w���6�r��{�*���&v�QF�+޼>�y�����8ց7���
c_){��C�?��:����F$�k�;-��N��ET"�S���8��`��2�$���9^���jw|������?��V��ف�8���B��hr��Ǽ�J�۫p��Tr�L)�����/�������Q k�:
��/�V�R�5"�XN��{�H4[J%l*�]li9�1K�gH\�`y��S.4�@x���{o�2���w��z�����l�uS�&��F�H����Š�Cq����@�V�ѳ�� �&�����(T�#��+J�
8��C ��*n�S篿���}�ٽ������{;^�W�?k~KZ(�����;T<㶨BCٰ0ʪg<r�#�{")���{���r����m�H�9��Ȉ�h�v�?�M{�o��C#��]�GK_��p���V�<^��y�� �=o_�w����
δ΋.�޲�
�e)%�e�N"��kI�NW*m'CKX�t�=O��"������z�v����F�bX�i}���3k�'m����[��픵�<��ϡ�_]
�q!��}��󎈊_��B���X��2�Ze4*T4:%�
�Nj�3v��:��l�U��#&	Y����v�oN�C��u0h��`&����ŝ?f�/)����)'˒���&o�?O�W>���Ϡ��Z�@�{����<[�t�/W��@@�.Ԃ�M�%��[2ӑ�9�خy�oU�YG�T{�5�`P�r�Y�VkM:��R+����T������!OW\�?l޹
~{�2$Q����d	����V��0愷Lz!YZM�<f��ɏ|�qxNv��7iɹ(�Jr�4Z��Z��D���G��*�H���elgp���V�ݦ��C�����e��}0��B̄q���d(	<�\�3z����\D���I�?;�@�mt�th�F����i�\����m�µ3�`19�$!�5�-I��9���{��^P5����g�s�W���0׼Z0�;����f�������v�F�l�z�óx�����p���cH}�pL_8M��`��l<�O)�g�_����i�%�KkB�+��P�i[rd��d��<�"ْQp����$�VR��A�"����o�E�T`ܨ:x]�=|g�D�<w���r:��4�i	�!&��̀�PIEa�+�q� ��vY'X^���Y�>��j܉q�
l+Oo�s����\���*d	�N���W'
C�}k��0o$�����3}�ӳ��xݡ��yd�!!�v�k4������
����/_�@ؿ�lx��%
K̉��Ct<���<��s�U�c!���N�#��(-�s��?j��5M�K��
{���[T9��E��'�nwfPrN�2!)�Ҳ���z+ѓL�:��(��W+z���BK����"�s_��X��6�Q
hf`x�AmL��|���]g_�\��Ϭ��c�Uk���{�+vw��ׯ���{�
;Z[}s`���F����:/-v�h�-7��w��Z��d�,��Ủ沬#ݙ�-�Y
�/�ٵό��f����ڸ��� ��̔�9�o!p>S��*�lw(��й3�[^���~�k�.Q� 5���5ڿBߟp�~��؏k�T�:Z�~lҼ5ӆL)��񓢻-YR�ҥ�%�"%y�ڮ3�eY=rsߢ56�]׸tN��}��smE����S�b��zʹ)�'7h�đ���	}����Ҷ����<g1�6�|�����,]V��/��Oei�H��HyT�n�A���R�;b�^�4�`��KFb^��mrm�]H>�Y�\�����1^O���°�&b/D�����l�#��3E��N>���{�������O6_]�۱c�.c/.��_��j��*�J����d��9(~XPv�JA��C���������w_7a�^-�I�su�^G��9:�)���}()n�+"q�V���2
/�=<��6v��qJ/��G;��@�~�ޝ���x
������H����l�edW�z�w���˴���}T��ͧ�j��r�/n3�-�Bp�&��`׃L���'�>2�p�A+�Gk�AeK�2A�Gp�@i��e
�u���P���r|T���aK���'�)o�����7/±Ut���ξAb�"SdO�T��!�)>7���#��~�}HޠI��ț��C;e@^l�ѥK�=�ǎ$/@����<���$o��5JL�CCv����\�޻�޾��;���[���G_T�޶�FEō��_�zN�n�Q�U����1�c֏N)		�q�Vvz��Rï����5c*ۥ(�=����W%[�ɓ�sw�8X&�1v�^��*�FJ��]ͳ|,��,�툴GF2T�“����St!t���s%��[����?D6(�C���H�%��#���oF�x�Œb՚�7v[�Uq��Xs���v��䊡 -�а�A���%�藞�(?=3%�\}P�^^
�JJ�
}	�rg���KV
��1�B����� 5&)&&1h��}��㱍��>�4
�?5EE���
V�')%!%E)#X�8>a��Ir�48Z�F�|L\��*�co��Q��I��V,�5�����\���Odzk:��:�j.\��ھ�zE5��
֔�vi���p�Ʀl���ǧ�c#�q�w�;��=���Յ��wL��8j"U�v�����x����	pZ;���EE���
��,��c��d�T�©���G��)�x[i	�CA�5�;�Z��]BV�Q����-RaE-��
�4 ��4OMO�y@���:��\���/<ZPRwsn�m9��;
��~��3ӎ��.��2,e�9��s���wseIњk&=_\rR�-4�ofhd���I9��bcZ�لLȨ�.���x�(��Q��9.%��W��+�)q�윐������4�Y�2�&���&���S�rr��-���~nD<�l��#T�~�2OPpp����䲎.�gt碢Ν�U>�?��;e��i�z'�����F�4(Z�5��TB�Xt��gtΘ�+;�mK�B_��hX����q^X���&?7�=�vm��)���kj�zO/�6�Cct׾��k�W.�-K�j?�p������y$=� ӥc�`��М�8�
���02)r�3ə�g����7<XqP+!5��3b����^�I�������C+Z��g���sw�+���̄tt��h-`�����׀�q
�P�ЊV�Iӷ������w�tLn�>@��8�d��O-" �d�L��o�7��~yu�i�_N�մ��c�\�/%w'1vcDb�=��_��nTj�s�%�/��0�6E�e33
$���V�,*�Y׺��ݗ:,�  K�^�w_Z��v��ǓSݰ��U�u�b�8����C���ty�U�>(�{wë�P�[ ;ǹQ�3�ZIQ�����p�(�1Eer��l�~���/{����"8ނ��Aǹᵆ�
p�Q���<P�0�(��0�(�3��[ҸӔ�ҝ�(�螫Z���.�/���Us��)�q��u.!1%����]jZJZ\rrJ�3ވ�,g�l��>D:�xޠ�+�)H���hp�;
Z8�pP��9�I��V�7�z-�1��0$�OFX�g�s.F
x��0��B�T}F���p��EI�a{�$���%�]�=ڞ��kbw�Cqltp��d	M5���b�.���-}
�80qKh�aJ�x��Pk������́y�cj�Ť��-��T�-�έ�4�Z��2�B�����ꮆ��L66ittENB�Q�N�T����o\%7z�3e=d=�r
d�2ۼ��F�1��.뙖�Y���מ.��	m�e;�y;�5f�$�Qy�n��dbC��c&��r�uj�<f���vИ	eY��lF9x�"�:�<��u�h�\X'�<z��W��E�E�۔�xg��dd�t�z`^'+���Y>��GT��1�l:O+�Ñ7#���''�ߢОo%�A�Őhl�Ƥ�HL.�����P�!t���>´�<##��aأ�����z�r���9$ VIs���9/iR�椤��C�}�د]3��_��X��&:���ODևd�5�
Cp���N�D�Ĩ��̝��øa���SOz�n���}�w���<���:&1pn������.ᵲa$��AN[Mx�̠0�h���i�㩿/�`�T��2	!A��G�I����U��KK���䬢���}�ÿ/��ͻ�fwW�v�Iæ*�������ㆵ��R��{�����Ͻ�ˎw^9nJ�~F�,17j9�#?��-\c���t�6�4%�����zϏV�O�����0i:~w/�1􀻗V@�fww�N�ȉæ)����`.} vxyXs%:�L����e4z�+�N�S棳��O��#��:g@DzZ�	 �S��#��B�r ޝ%�E��K�5O���o��ݻ���?�v��w��f�����^����Fs��3�B�F�Rl)o&�w�n�I�,�3p�U��ǰ�mK?�_ൽ�b���f�ۻ`��]�}�&HY�s=o��"��b���E�}��
!Nw���3�!L`�!�j5�����XV�T�	A�R8��/!�-/- ��tFfL�U�	=c܌����f]i� ț[N$��7aY���/�eU����*���zor�?��q�}�;�ݸN�'τ��Jup�5v�Q�Q����.!!1>���		AVՊF�J<t��:��P�ҿ��� Q��Ӯ��K���
\V��d�u�b-ˡe�G�8K�<�n:g���s�-LM�fN���s�ԃ��R����.���F�}�ɥ���򽽎d<;睷ż5�%��)��]1\�ްj�&��%��k�\�����I��;�?�t��F𐫃9����?�c~�$���֪F��rZ�{2���"1V����M;w�*j�w6]���.�2�nl�cm���Om�d�A%��G��eK�����m1N�b�)�S�?��!�E��ح
��p�ɮ���9�&��|�;�?�J��������x�?�J{�eN���ŕ�I���^�⼋�ؼ?�5C����Ꮖ���A���\�>��L�Yɴ�q:p�6{H��O8xO��c��K�Ѷ����?����W����|eA��ɳ�V�=u��ۉCr�^1����졛��o��ɛ
�a��=���ܞXw�� G]�2��Q�2Z&ӈW_z�f&�˺�}O��Y~��E�?����J�\(�7�ۈ3���'��(��Z�Fp
@kP��$�
�A��r%�KH����?-r�!fO�����0�b������u��`.��E��C��̗�Ob�n�\�m��eJ�� Qɾ�K�<8T%$&!�t�%���'Y�摘�0������mw��v'ƝJ�N�f� (>�A�K��+�<)\
�G8�����?'�|Z,��J�(h@�F�׆�N�믓�.�5�ּ*zjU=�5�
8�����dXѾ8_���g���*N��J�D���ָ_��|0�5�O�xf[i��_�2�㰹uxr
��}�O��t��h}�u촭[�,E̓�Ğ���`�<*N�ȔJ$��`�jY�q_�Ù�	���`&�0n&�g�^�|��;ω8�O�ŘJ
Eq3ј�8ޘU�Wc�D��&l'�n0�����Ï�S�(Tz2�v�:�Fcy���e�%��]埵˞��ބ�C�4������2�넵#��WI>ұ
���2��AS��1R��k�N5æ&�>zۃ��%"}=�n��qZH|��m^h[���͖��il�G6��6��c���&�s�<<a�a�jJ��4O�/_���)�8��	~�����@�Ä�bk�K�&���V���ID&MA�-�Xל�	��a�hDg��CV]lt퉌��
�JvIWbT֟m_��_�@�c�2w�p��׺��T.蔻�h�gRrf���~v�QoN�&�
9��C�i�l�n
.Xru^�5�r�w)g{�%�i%���}F�M�AA���p'�G(=&��?�͟�?��}vg�ȍ_6�Ҭ�S��M�<�ѓ�=����P�h^Q�￧)U0��'ZNp�q�����ܱ�%��xR��,
Ow�5�d:*Y��Z��ē���FK��j�<�? ��pdi�_��w�xVQxijtq��}F谽ũ�������a��Q��cR瞜�1���������W�tĉ�A�����>iE#��c˿8�2���-r5��l4��t
?���,�JS�}_�{�w�����+�_]�3�k3�3F��7�̦��͗E����]d�b�C�ےH�a�.Y�	����@�\?��6�`$kV��.)�(G�L �V!X��ޡ�=2�8��.�gGf(s{�][1���̾��ᶎ��]�]�:&��~�SO��S�!���gfA�=��U��5_�=��$��z�ؿp����l�\e�w-ywG)\�5��ĽI�O�:.���y��XR;��t�T���0�z�d__"ؠp	�Fb��,�,iEzL�g�!\�-j��b��Y�ho۱��|��k��R�=��A�CYG(�u�.@�1��}��lI}�}l�0W럂(
�A�5:Z�`���=@�r�j���+'���=�o[&ڶ\a?<�A3����]��DjjS)�yt�w�7��ݢ�FR\j���4��{�<���/����Ox���`)X~����8f����:�O�go�;��`�Qs@�`
z����"R��.1xGԑ��A1-�?�_5�/A��.�\�ARj�f0�mU�ʷ���B�A}�h^?'{T�ۀ6>K��.E�4����1*��
l�Ѱ
N=�����gga'��8ٰ�y����Kt��ػK��d��9�}�y˩�R�u_̾2x�y��˯.�����|:���r���v�O��~���7H^�H`5
����*ؑ�ͫ=������V��	�d�d��NƁ�I͡fɂPzp�6���@�{
�����쁷��q;ݹ�ހ�D�7��3]��B���n��h��L&dW�V-2t�`��m�gk���m����g�2�%؇'��.g�����D:�qgJ����v���'�5
$�F�F�rk�lqlb.z�r[�f��lV08�P�P�t��	/�d��,q�/�I�F��\��_��g����vU��V@���C�)�� )iH�P<�y�0xTL������C�d�5�`� �T��r���
ӄ��h�8�8b���7v�*���cgƏ��?'��}�Q��w���Ù��a@"�L���(4�W���+M���!Bj�� �(����8x���Of��xͦ��gC6�׵3�+t�y��R��?ޓ�}Y-��y���R�f��##���<O)�
O<��-��z��&�A�Q�bD�W�����XI�l�|�.��>zO9�oG+������4I�VT�d���p��C�׏k�S$g�^�W�q�E�Hˮ��F���	qV}'gZ�?���eٍ�:Bb���l9C%c�m6�3!���W�U�X��V��ښD��k?�i�X����}e�Wɞ;:s׀~��̺^׃8'G�Z)�deZ����Y�OCe�g˫?�<�΍��
Q�+_[
R����wt�f�?j��#7�����vT::9������ D�ń��(q���/�NR�����}_^q�����X�u�o�_���+��M����<���g���� ��qT
�6��&Sb"k�Y�©U��L@��u�(�S8�zlZ��L�$��,87ڟ�楯W��K�
C���0-�t�?�w�盗�0n㺓�x
��!++�*���Nr�I��"��K�j�gEg�Dr����ݹD���%ұ�/�U��3R��dB�
`_�.��~?ܷߖ;s*�����ntF�U׫�ΊojJ�W���vS#zP��\���4/Ǩ��CMʪ�_Ky�J6V򹡽&�n��@�G�J>7���?��j��$߁�fc�ݝ�ujrҔ�K�U<[54����%��㛥9���m�9��ڍhT0�#^��a�	=�};I�� �FN{0�Mq��GPO\���W4����{��ph���/�h�A���%�d�!&��C�^����(yJ&��k�-~�2�T,$eSwj��W��>��>N:�f2�/b���	�_ϴ�
�{q��`
4���j�UpH�+NlMY��\h���Y�)gQ�k/.�
��9��>Ⱥ-0�WH�I�q��$�:� ޒ��X��?������#;l�YO���&�gW{�56�Ϡ���?L�o�<��&9$���R}a�L�����Gא�51/X�S���B_�qk��g��a�gD�p��]�h�x�L�V�P���vI���ih�T۴���j���="�d�n�Rn��hD6����r����[&'!�)`:�l�� \��' uD����"$��f�����#޴�t�L�C�ۘf�.b�P��iF�E֎`!E!M�NE{����B	��8���u��!W<@��t�$x+d�Z�,��{���r���[�^<�<͠s�qژa#;�˸���
�(e.FT��Wa�ϡy���$�I��1Z�P��
�řl��F	]?�0�2p��6-���d�=
h���z*F!����{
���%{��kS���Cr芄��HM�6�"�v�v�IT�ˌ
���e��H.e���O�����q��$WI����̦V7Bs�Hs�P���RȷUI���oP�5���sZ��*���c0�|D��fRx(�c�?$샖��W��k��@����������e
��{�w>�R�|N�����%�.q�֨�ݖ˄W�'���_�p�g���ju��u����H�uh�`�ЉyK�y;��6;�P��-���,���}�@�dP����Ҷ&	�H[��}�&�1!�6x�ώ���X��?��.Y	mh#X)��?�V��
;��6wEm����BCm�4����B�i�g[P���éG:�;�HX[n�~������O�ʆ�+o)w~�+�ܩyyjTž$Wъa�s���6hf��5j'�6�=�����R�#Ï�V<�'�����X���Cs^(���I��__:��bK�z��l��ɂhǎ��=gn*�IS"N���uil<0��)ǕZZ���z�B,zF�qm�ˁ0��}x���{d�¨6s.��@�q�&�Pd���I|>Y�ib[wI[��6�M���:/�
�m�ghe���1�贶�%����侵�R�JV�?�� Ƚʯ/���?�r����!Q֦-��@�҉�UPBk�2������D�6u��unH�1�\)<C-!sN�΍��/���؅��ch37B[�<fj�I�<E�͍��zM#AW�VT�S�"X]#�sd�Q�T��M���oD�F���l�6���3�@��"O��ֵ��`;��9�4���a�˺�����M�p�?�GL���S�֤�y�|^���3EP����W}H�S|H���X����5��"cшc�Jx��kÛ$8�=׏��ij��K�N�°mc�j��4x-ʨ`
����o�)�
1΁0.*�lHkgmܻ��-=lK�d�2�5%j#�{ !��ʪr��s:�&ѣ�n��jв:�ck5��ZB�lKE�$F��>:�dHK��|�%�bG�h?b����0E�t:�8�(F��j�4�MB~!��@R[ʟ�O�'�1j�I�&N��Ĺn=��4
��Vk���PN�L	~)���FsC��gbFL9����r3�<x�`z�����[�%�+))���>�'@��ҫ��z�`��g��ZxN�`�߀1�.��?�U�m<R������B��B�oR+��V.��X����'H�����p�Co���ğ^��	.~�����}���W��v�HG��+�ֈ:8��ߺ�wq��I~l��0�}��'֤�R��!�ۈ�|�{�l �
�3��3e윣/�Z��]Jòͯ�˯�h��]�Nv�[W���՞���St�݊�=�
��j䁪\zJssv͸�9�R�*~oF��Jp[�)�#&�&�[m2�)1ъ�0�1�ȍ[ZŪ;��P�_W�@RUr\��
�\1c�Q׈
�cj�Ō�0�ޯ����`������7��v��^Λ-]�c�*�/��L�Ԋ�C2A�\B�3�gJ�D'��}��w�~������T4���*� oˣ��,Q���$�::���������ItLZ��0����k��. $sp��
o�0d뤎 k��1����t��Es�ꟹ�8wg�	�N�
Gw�P�`%xF��b��ݓ{O+v�*\X6��$�_GhG�#w��f�L�}Q��'Q�r!y�z��,`��Hz�f�1~p��l�M�{������
�\�L��׌Z?{��3z����NO�7�$�ҵ|%Ȅ�Fn�>���]�����w�cqԧ\l�R:�A�8���Bp��T>'m{kʵ-���9x.g��)��^�BeC����6�8����l��x_����c�N_�5M`(�'�e��r$���0(ѥ������m@��I,�[sό�4��ļ#�tY5a[�ڣKg�m��*[^�x��Jc�I���f�w�nU�ʾe1�Qx�qu�����0r�ƔD{��
���:��H[@*�h�����3SgL�4�}~�Ѱ��l	�ZU!=�uv�e��u�7h#b��H�^;g�
A{?��i���m�V��U�SkG�P�&�A�1�%웈Ŵ�dZK�q�<�VՖ��T��TOك�U'4��fh�Qi�֓�*�p��� ��)�GlM>�}&bT >c��`�h��/K��}̔Tj��)y�~�晎�Gyc������Γ�k��Af�3�`y�����j�j�=�J�)t�'�8	���!�j���D���
g�ËqM�Ѝ�Ҽ�D,CoV��+�7"%eĖQ�hCJ���퐰z�%�1��j-�	��ȶ������Fw,���w����!�}�����_�}�C�<�P���A�o>�W��o�tm�?_��:��5��Y�>���Q� ��<6�n�c��m�?�H�q�s�%wѭe���z�{i�>�O�^{c�{�v��ct�E/���'�`u������o���]�
#���h��CA0�X�J^�;+K'T�S$!q<�j���.T����#k�-�w��r����g'4	A���� ���{x�D���[�L=<0�j�#)Ϭ��qt:<Ė�yo�.^�
t��:2�SP��<\����h������U�_�
I��E��e��B�U혆U�*��^�����7������4���X���1���Nd^ܼt����9�kV�[���76f̕��׬2��u#'5�j�?�ѿ?����#�
uku��',P�,ܚx
����*�������/�(�>�^��C�����M2��=�t���:L�����q��'9��)�O�9�Tf;6�ӰY~��H��ڜ�����A��閛P���GwV�k�P�ɮT���~���9���pFF:�����������X�STL,vS��ճ�(j;��$�#�+5���3.�j��#,�J��D�������B�*�錈���Z
�3�HL�J�t:��_czc{	� �A��bb��Zz����#�����T�[�*�z}@N��s�q���ψ{����DDE:��KK�RϸG�'���SFPyB�J�Vk6S5�48�[&݉�/Z�?��*0f���s&~��^/-}��)-�[4TQ�1JI)N��[5�Y�d�]�����_zI�r�b��hyV�#���F�9m���V�	���/�i
G�ƒ(4��(�-P��>*�7�}@A�v$�v��B�������'}*��Oy�o�l��oJ@KQKu�e�� ��2�|��T��J�T�L=�3�i<O�8�Q���5`�8��~��]�nU�"�Oq��&�G%�B���$���`��zp��x�3��d�xGE��lDcZb�?P_�yp!�n�y��d�?���V���f�OU"g��#u�.V�Z�Z��͠��Ao���u�lB1h�)̻0�7a���A��|���F�s��0md8���]Jw�T��) ���\
��.]��-���o��6<��>SԖ�bEGD��1h�?�ֵ\A�n<�Ӵ�m���٠���޽��=a:E��~'ΚV��,eT��
E�s�e�{20|�Y!�>п��0]�p�V�[.�[�@eV�`[`e>�/�N����˹�+�;�~o ��GL
>�����w5�r�:#��T(��#1fY.ٞf�B���	1//U@�s�;iѾ��"�jpY��3'�r�%��mCɨڜ�� �Q���QϚ��8ڎd�kIVHnQ\��P)-��;Q��S�t���dB0w��C�<��V�ҁ�/��3��-'���gB�l9�^5�!��Rg��A���t$��Z��-	Ur���u/L�Y��?F�\c
�ǭ����6���x�퐲�͉�ҟW��h:p$��n��I�н���`�%:��fN���ceT������S�s'6/s4�A�A�0Ti�#��`��<ҰK3[�����{�������ۖ\�gQ��krsKu��^G�-U���Z����C�C��������/�xy0���Y0W�V��>y�S=�
?�����;��8f�:"����@#2�h{!��>�ܴD94z������h�9��Z��a��ፑb�	H}�G��$�N�p/������IMV���g���4e��01iaNF��Lf
�����e�G˰<����A��f�o��G��(�z��T�W�S�%�Ř;��=M�����YT��18<&�XzZ���fEe�F��/(1�YB3����2���;�Fv�Xj
^���z�wѶ��Ii��}9�G�:�q�j�����,���1Nj˗ą;���Aw4',�=Ǡ_��Ǒ�B����f��ö�g#����٩pJ}V0O�X|,$�!FH�o�c�pX�!)��¤�hk�%�s\���1g�lIF����n��b�P�Y3�^��y�0�VS�0�Q�o��g�~�(��@�^��[��V&��.y�%4.c(�,���1zFF�Xg�K��&�$�Ϟ���³b↥�9��d
�iCB���
���Ei�;5�Ԕ��3��Uj�����g�O
ؘ��/,W��H&(f=oCB��a8^��{B�E  ���]�8J��2�����_�ygB���=�d���i�;oCrm$�(�'�:J\�"+����+�T�ww���6����X����7oF.��u����<����	�X���F��KP��8�-*R�f2&%���ġ��>R�e����I�w[E#jvZ�#fd9
drZ��Y{��k4h���Z0%��b���b���0��s{��t��ɦ��G(�ѩC[h7w2[����
��O�ѯ��c�
�v4;�<����7ѷ�3rA�b'�J��Ҩ	40<��*8y�rC݋�f(�J��T�6��!�V��?"�L�M�<�u&����u��S:P�U�����ز��i��uf�R+S�eNH���d0+�k��)+�Y��]�:}�Å���+Q�N��ruJ
� ��.�E��&
CS	qm����X����.�c{�s۲la��aY��/�t)���A����*����`C�K�ݨ11j^^�g4=���<S�1���|_^�p��̽�,j��/~�0�̙3gΜ�{�+&�icS����iR"���ă�lJ��U�Z�ך߲*!S�2/��[\^mZ�I4���p�i�߶�R�͌�1���{��bOFˮ��M�1Q�&?s#�/��+��NZL"^)#����x�8= ��%䬰b�Dg¥̼JLl��Ґ� ��ý}lOO�`�,��x������K����H���g8*rϵŤu�����=��z�o%�;����EW8v!2	
��s�5g����XA�8�.�-:*xѤI�!A��o���˳j�5,��Y`H�Θ�&>���\5t玷S��1am)Eu�.�R�c��Vs0�+V��a0�V�M~���f��Қ�CB��ŝbb̽�b��8����]�3^�탸ϾS���`
��XE^��l3�B��I��6tF%Z�
Ehl	�!A6���0c��%#&yG���Z�hh��wu�	
_�Qf��4>k���"��||nO����H��K
�Y�;�l\� �oEb�+7ޘ<���חן�s��
�T���!$��x��9�fu�05���&�䕝��_��A~2��pQ
t��\s�Xs��o����9�˓��\�	)��Ӄ������x���;=����������u.�hH(��zt��*�̤��$x�|q�RY�kK��Hp^�!8�5��u5�4�*ܿ/�J/Ooo7�T��5m��
#��7����������`����������E��ם�D֣庒�2��g�����ӳj�4w/��Ww��(�+po�9�v����Λ���sܓ���{"+��� ��C.�v,�p�����Ȳ�J,�a+�a�3�p|����U�֨(�:|�g%�RhI�ܥx��F�Jv�(H�k=�:~q��"���-KIM<����;Я�� _w ^�����u2#�S$Y��������di��k�ϐ��׻^�Z�&����<2D7cݠ��}]U�;Y�b7r	�y�;Q�fʨA�9@YDҸF�61/pb`��-�սU�ɓ�2鉶���MU�n*�����J���J%Yr���quW{MN3��͢vtw�A�a詄��o/�7���}�"�x���wp=5�‰��(�M�'Gv�+'�b�(�\k:���O�u:��c|��+دd
߆b����0Z�.UQ6Ɠ���'�0�(�(w�d�0�j!��e�'ڛ�C<=��xzȩ<���d8��u�/$ݪ��qa��j�/�5�b�us�'	��F�g�2�aD�Mmv�f���$42q�������|�}��P� ˇ�ցn�?\s�ן�`�k�[>=7�ɅW���x~!Hs/�)Yz��D���kŃ��T㓫V��a���@�ƥ�$nRH����I��=?	q�ܡ1r�E����Ш\`�^'�[_����\��n_ѭv��mb�G:�9����;}�]�H/�v^�x\t�܁�wz+|��&X�hw7���'>�1�"0m��n;��݋�%ׁ������<�8�ݡw����o�1^���Q��|C��e,>4o�a�����[E|��@��|��d���4�6{q�.z�K����q�9L+Щ��N����a�A���{G�_���=��o���X���?�Wm�G����Վ����;�Р])���}�Ѽ0_:楖�$��b�w5ҽ�-�Y����z|A�g>��bg��?���?�7�5�N���Go��#�m������x��x@q˗�n<��v?kа��pt�
GyGZ���3�2XC�ѱW^�yB�G��M	&�^Vc�F�ݦ/�y#�;	��|��1��M�q����v��T��C�u����c>D_ ^�yB������Q��*���T��S�'�;*���?^��zAX���09��	���~B���(�#��H^�~,'b���n��,'��tb<brt}�;V`����Z��Q����g>Y����a�_�C��L�C��<���s���������݀rX��,�Lg�|t�<��x~gc9L
�ן��M� ��c9������nc|X��:��6��6�go7:��C��G�9?�8��q���!�[�g���RA���c�y�r��!�7$�`9��d�@s���.�}�K��ya��r�`�U`|ֱ�˸�ZO�zPGx[N��x���'�O�d)�u�[v<P��cy���V;��Y�o��LO��x����@{�猇;�6�^/���q�����%��{�,��(��?D'�!|��I�=����da��x�N��a(#�x}M3^٨�x��a��x��1x����<>��O6�x��O6p�xB�sˎ����t��v<p\��x��o����}7<��y<���:��؃�1G��b��0���x^.���g�4�f�?q�n��bF}�a>n7�)��%8�ƃ�?8�+~��8��[�~!O�c����w��_ئ�kt��ɷ�<��{ލ�����W�h}6�@���\W��X�OiT3�ud/>���I�ɑ!�J�y���F�B�ބ�M�-�J%K�����O6�n��ZT�o	y����\��w��I��7;������eПz��ֆΜ��.l�ˌ�v�KY��|D�%���m��h#�_��
��F�R���J�<
���dQ�,�'�r��2�yC�S��7��d�b\��zd2!�ч-O��(%JXkE�n���L�bMH��zN�{��Ă��A�z�g3��8|��8�z��U,�q���y�]����c�I+�,��ch��@3�BD-&�w;=Y=b�ϕlj���zTU.�׀��D����s���c�su�>K>��E7{�J�Χ+^|xF���
�h��|L��*i|����sRUBfs���B���L��}�P@*U2}�:{�?|؇��!̇�����reR�����K/�,�;~47��s9��1�!�ǼY���Jh/��7H��
��R.aqJ�jR�LCY)5�=dy:�;
"���:��;��"����7��[�����6�� XJ��ȕ�Ǹ1/��t*Ad��{�wd���x6�;*�f�����zȓ[�{>�����!o���ܗxL��;�T�#�
�9-%�[BG
)�1����D�򻩳��Z�K��Ĵ@>���9L|�"��~ ԤתP�~���9��o�k�ċ0V"��D����	ɲ�`��Y��T�^^R��1�ŵ����v͞���L���q�A&`�?������w>�e�����)�T�л�T؜�v>�u����l������?�dJ1�ڿ>��_>��_�'O�<}��S
���~�_n|�'O>r�'{�@>Q'I�Bt=Ob��:*��0���v���N��f�v"�E�'wBZ���o����⢀+|�
������Ť'���:�,E���t
'Yz1�BP���~��i2���r��.�l|��,|�/�����N+�N-��g�\�ל
7�:��������ς7=�pP+�x$O��N8B�C�d�C[7Sm(C�UG!Ty�}ˊ����Q��D��s޷��Cc����Y
���<����c������J���?��ۯ>�����:z��ɣ��*%/�/A��2��X�D��0��&�}8�W3j�8u��j@���}&y�o3�vl��~�(I��1�p�z�5|��h��n��7ҨLr��K���>��˪�=�/?�2n����5ޝiϬ&�Ԟ���O�>2~cd���Z���R�s-_3.��6��3�O+�T��vb߂��6��T��f���1=��޹��>Z@�Q;�%��w}NP��d�ŧ�l��I�kj����O��UF���ͨ`�rAiC˷U������+;�j�_��r��渆����j̟d8��?P�.2�=$�s>�
m�Zp�s�dw���U;���#b�lr;�&�u��&5{j�H� �	��O��
�F����B�.4"����4u*�(�?���?'4/23�hiT�������d��2&�o���7��+���6)�ܦ�6y��Kk�I)�OM)�k�'z��$'�a�3¹�ǾK�a��M����+�=�����g�����[l�Wn�;�q����S��O�4N��2��-Kb\�[JV�:�!���"�2&��}��5���^���K�vVg�^}�����>,ۜZ��a"���I��5�E�
a|6����V�QL����[��}�x�k"E�g'v�`��u�BB^�I���H_�֌7���&֟��}F���h�Q%X�ÿ�D5T��7�h�h���@���}�o7�ż��ϧ���Cb-/��N"#.�d��T`Ic��M
+�hp��qv;�ݵ�ښ9!gZ'�O>OCh��pU)�b9M(�x����b4��={8W���S\��n�T����k9W
�M�һ�;AN�M�6C�?�r�JDm �;cX>�+�I�P���X�+�E.�������܄a����@Ά�6:`i������䀡~�]��K���vX,�c;�	a[0#|v�
a[��#�L�	a�1�/�6�3�7 l�V�5�M�I�B���p�8�y�&���6	C+�.���2�����woP+qq�1��/�P��Г۷
��{�\�&��G�ƚй������1���`*8�r79�H\Xq�j�L�w�71��t���i�ʏi@�c��-�>֕C�s`^��^�T��ܗ�Z����?�	ď��"�>*Z�㓹s_�-�q�M�D�lJo/��u����\���~cOHpY��.��!᣺�̙��\3gR^NyAmFqdQ�k\nt.�����9��3���;B�Dz$&%%:��Br/ArOn�&̘�/���}��/����� �6���LJU�t�L�蕳���?�ҹ:��<���<�Ӟ[}�5e��"�έ�3~-9����3f4��N�<�����
��5KWo�?=��ǏX�tHO�?�� m����J-�[0f잋|'�Z1Na*z_�L߽jRkH�ⴚCaV�����yс��yE�)�3┵
:u��?!�+Ĭw��J(��)T�G����z]t6�I;bO�Mp
@���J�\�P�"D�^
pdl�S㠤"%���N�W�J=޿��ifXƛo�.wa�;��2��-M�.��6�Xi�P(h�':�;	)�DG��������s�(��2w��q�����9��z�y�N��'0�@ކ۴�I��u3<<u:����Ӆ���F���&�X ���Eǥ�x�A�������e��m/�Z�A]��kL�܇��5�/ï���+�U>�e��}lYuo�n�&Y���e��n����B�|�|�stk�H"¦�5I:�#"��z7�X"����_���}��opu�P�#�0�����/	���k;z�,��gϐ�n�J��+Թ��N��|�P2s��ק�8|��88|z�ȶ��Ȼ}\nq�T�+Q�.�������<���FD���=���R��R�eDi�`�ץ�%�����F�R���*r\��l���U5�?��t͛r�Լ|��\츶vx�;{ �u:s(c�`3�Ðj�=�u�MtF��﫲��{S��犈��^��Jģ��֨(7��{�V��Fxe��,�Q`�y��E��l�{19�
ǁ�P�݆�"���3�2!iw�䕍���;}��e�g��*<`K�S���� w���-�j�e�_L��=3{5!:m��wѩiA�;�L˾;��襷�{O������#��4���"�����e�;=d"5<�c�[bp���a�~Ƅ����.(��T��b�
�����
���~�5�8ui}MyI]}��;^�y�)nf��4�<�mnk\C���?!��}��ǎ����m]��yt�މZ�&�r�…�jE�JC���nA��
��Rƺ�=�N�"/Ivg+_p�=��Xǩ@_-�p}.̟-ndr�Q����[1ny����vLy�f+H�{��~a���{W���v���uE���p4����tx]}s%7y�
�B��7�'LD4������(B�^p!��eH�ŗ[?�wV��O��n��U�B|p>'��4yVD��]OOr���E��Pź�#[*�M>���������95v}�w;�~)~ㆄ�gV�����hϼ��t�������A�ϼu��H%�6o�/9 ��&��Dr9AxkC.�3fT_�قR���5�^8�%��?���ཻ*m�f���ċ��,f��;M��Hj���6Sȼ��Ғ���[�S�#|�jc'䕔��['�$� ��F�[�}���X��*��L�OrLl��:�$��^�����G����f�Fa��#�`V�y��h�{���r��Ժ3$�N�^�p�x�~_�#�yP����_�vv1
D��|�⻷H�w��Rrvs��.��
����#{0m3G>�7�W>���+f�o� G:x���^�z9�V
��3�/��t�mz!�P��Dz'F��>���i�� �mo}��G�}��%�!����
@\��}���������J���ތ�y$Y�tz�����e�2����P�)�1�5}��Tp��
G� �G�ɪX,����k��ѫp�K�s�F_S�C�$
t1>m�@�O�XQ^U���_^��@h.:�vv<T�QRw⁌��YY�8Wq������>9��S���OW��;gU���;z &�ȋ�<L#?��p]PP��#J�:T�)6n|aS��IQ)��`3�����	��qhW>`؉�‹���jL����9���*M�o�2iUj������vw7ח�l�	Yik+ӊ�?B��6�˒a(�<��t��y��a�%{�.2���[��ϰ�+"�7���E���\��;x��ay
 ��\��6
	M��c�Ң�-�Ԡ^�>>Z���v�`�1?��&��e��������oO�O����[�j�rh�օ3�b�'�X���N.t00�]i�UW*]���o�@��� ���w+���mAw��/,�I0yH(�C�)fi���K�j�{)�K)�<��s���9��q��T� ���lZ�7Z�Vg��?\�������a���U;��=ˮ��g�%�&h��0/óg<�Əu7��Z�"Qw�9'Ѷ�7�(A��� ��#���q�P�kO�Q��
���ʵ��/>�Q�5�$Aڒ��MqU�k�+�jf�����[̼\����%�~{iA�ٓ=��xZ�.Z����p�A��r���
Z~aFy7��Kq������dp��-8����E�x�,�K�SC�sJ��ߪD��~���qJ��>��(�ȅ$h������I�81@��Q��<r��n:m�Q2k�(u�SΦP�-;�����8g���PJw�{�Y�Ur3�E�48v��k�F~��e�@�Eos%)��(�P�I�$A�����.�'������~LN�W1�^I�;�`A�Oy�mj_�Jᥥ�Pww:��5�V�ҁ8����i
e��7���"��5�K�&"oue�ތ�=k�'��,�k�o���b�rJ�+�摥
SƷ%X�M�RO�Y���e~˼�͵�Kgw5w��o�j�R8���������
�A�i�����΍�'�:���n��J
;h���gԕLl4d�u)���q�x����v�{šIb�
byJ��_\>��`�L��^*3�l"^V���>��,�(̐��4۔pI��Q�I\]�јE�fв��>����hB�o3
_D~���xp�V��_=����
�/��H
C&}���a-�y�k�j-O��J����Q��+1�1n��;�2<�0�e���P'.$��b�מ�'W3�I�¥����
�2�g����gþÆ��%�1�%
�Nø1ס��2���ś�=Y��_P	(2���mV#�ca0���|vY��G��"���&e��o^Pq]n��?J�fL�WG���3�#&M~24g8�����$����v�0�&�*�]$�%j$�W9
}
ە>��hk�����Z���^Ƥ�y�q����O�C�V�Ć�@m`�/s�W�#���ZV1ks����:u
h�x��a|�ܔ�˙�O^���\�(�Լ��ՐU��z�-^?�����)�O�v���:	ߋ��?O���g���n2c�A�$��k��N{8�';�EN��Q8��n����ߟ��ߋ���V�
��;xV'?g��z�c�#?y��|�F�h�1H���
�Soǣ0�7)ߑn�O���:�-r���b'��ܶc$Ū���/��G䴑/���������v�&����Ӈ��!�+��(�p!¿���m�!��}%�1��-'{|�Y>�¿�p���a�����g�����`�1��/�&��*�?
�P������@�T�ba!�g^��B�)��"�S0�B�&��[�ÅF��о��!�7�}n/��A�m�
B�b�#�+ş�P,��ɑ3�:Y���>�(��;"�/�
1C��xفp!F��0Q�����y�2�	�G.B��2F�Rn��9��?Q<����F	#,��H��tb<�C�Ӊv��XAl���J����-U����������_��N�Z������<��j
�_S];��8e��;�i~���V�n�Lc�0a@m?��mt��/Q8\)�\f^Q�������\��sȹ�����
��\����v�2Pt������._�v9��2�sl���Lp�t[{dxDZk�K2#C-��MA��6�_�1E/m��Q��=�ν���$�\im�½�:b����'�aL���Z[�1HB�m����p3P�=vlm��#�ճgWW77�2�$:��E��]4
4����f��n�Τ��0�u6ՠ���{Nt
��G#�ߍ�D����HhKXP)*U�^A1|]�E�w吋��)�:=T:TN}:~�d�3��͋���<!=-.+�WqJbIIbJ1�*�J��c�I���6�����x@d�%9'.��h�������}���J7Bu�M�'u�MXj�|qn!��Pݚ�".yh��D�$us��$��i]�P�����N.�c��'�H�Ǡ&8�J�`�CMđ�$Z��j���H�O~Y1��+��KY����Xh����r�"Ї=*�d�X}@ۂpuP{W��f�'�.v+�k�61KI՗���`24�0�I� B��6W�,+�Z0�;A�I4/Z�|PP�l?#���d�FV��2ɡy�3�rBEx�L��j]����(Yp��u}��G��pF���[}I�����Zk�5n�u�qr��i�I���!I���f���7�����F���ꈈ��+1�l���a��;���

�{����\)��J�;aOt3�i�Yn�[+��m�P��vh~������
�u�-q�sc[�f��O�o��}�xZ���N�ڪ�Z;V���4Ó�������e��>Z.��)�nQ̓�����'B0W�Wjw���o�!��'ų���H�Y&e~E�;�
���i�
��)�
i���6��K��F�l��0o�>��O/VI�X9�A�}��":A_���܏N>���ȗ�Db���dcuܜ��vku@a���Z
�M2�}B"d������ӼC¥�/�e����ѥF]P���6#���7��7�7&Ѻ�2{���"7w�F#���\)��A{-Vw~q���6��K$p/Kvl��2�eFE�W�OfN`�9ŗ��x�eqI�7�A�2�u1�6�?�}z�\�r�Z��%���=&��!��8��Mb�cQ�+��_Rp�qb�����)7m�1:��IAZ{pu��N�g��5>r���v�sG��wE�š�'u_q������⠨�KK����F�����q��Z��ћ!��3��?"WH��-��=U6>���	-�{x���X�E�X$r�H�ˡH"!a>Y�����7���'@���%"Ɗ�Q\h�;����W���xQEE�cqr�1�W��g-H��\�⩈�0���m��W�W�r�a��χ뀖�n�O����,����t�����K�m(/`��~vL���|�?h/~0��M�IN�5�������	
6a�����U8����]m�FZGۚƶ}���rg�~c���v�O/��h�`�O�*���y[7��Ѷ��V�7�m�⻤%`^�R�m�{����P�:�S�/$�\'c�'���'� �U�����G���tީ5>b��{o�&���-�˶��!��[/<�j��z��+�Is><5d�����lj-g��]���c�����(Fվ�z��P��%��-'9L���g�HV���@���R@�y�%�J�/�z��t��Ĵ�`ٞ���?k�鰇ߒS���1�;�wB��}�l��>1�~��&�׳~7u����<,(H�J��F#�ez����<�t$���U�?ȣ��Hق-w��ț*
Zm���g�bc����TSl�)(.�{�3"Ds�;k��yiü����y~���FFZ�e!���
iY!S^��}h��=��5QA���p��(�\Óo��
�bF0F79��~���
�m�����A��(�aH}�+������>�y�!p�9S�~��d���Yy&t�Hs���c��K��NU@o6PI"�=�z�'��q�?�V=j�=7|j��F!��">��֭{�^�0_1��1�IFi�V��H&��t�{hC���_��TlBL:������nY`Oa�`F��n���b�����K���-R)#�(�H����,T��F�;��2�?�j�!�r�s��L�u��W
u��Dc_�^��Qr�Q�\�g�{`��k���#��v&0������������׃9^����M%�Y�ڐ�/Ɗc���Ēգ�)����0)�w�6���]\�%;��K$����8�94B@\��gI�ԓ�{��}��#}�4c��N��M��\������f���ٻ-�W��崅D��K�M<UuL�ߢ�SCg�yu����Y��h>6j�6�?R���Gh�Nmz�-��ک��9���6�j�n���r�lGy$<sGh�G e�c�G�nB^E1Q������.��>T[FhS3�>n#wjg�܎bͅ6�#�k`9��KCsķAsG���>罆�<��b����{��-�5���IXH�&�7j
摧繍�"��bW��~���ǥ��h�]��o<��gi���m��ud�(�h�C��s�~N�Q���}�tr:ž�	h]Q�i��cb�38
��q͜^��+Z�����%�~xN<{{���IN��ޠ���5z<W[�4"���"��g���
	�$�^���ӍO��\E˾�◱z�3;������h�hJp�
 ���Ǒ��M[�S�"��Q
�$���.�w�l\5��J@�g���`ͻ&�~��v�).�qZn�|�o�̦$K�3W$a��=7�8�8d���#�\\�o�	X?|E�pn�&�u���=��
�Y�#�����D��q��T'��4���G���n����%�����
�~'f��*"��4%MOZa�f������`�:wq�ܵ�+�U��]�x�
�6�}�Y]]i���Γ{�&�Kϭ'_N�_[}~%�!��B�����rS{���H:U7T��2�J�Ҙ0��5�:��e*@�1���Y�I��H@�w�'ѭn~�D��o,�y�.	g��_?|߰v��S{LYtuY��;�}kN�qop��Q>U��� H��m���7?�������{e�g�_�S�����b�|�=m>s��NcW�r�&u��÷*�٬�h�N�)be2$�
>���/�6#�U��*�q	c��)�\D��3��$5���}�j�y鳃��§O
���%~=:����]��U2�|�(!w��):�*�zɪ���M���>st
�Kz��!����@�b�[z���;È>o} 5e	h��m���)}�V?=c魽[?�ztYNWV�� �i����>t&=�;��eO͌���{nt���gɳkL��9��q��ڣ��<q��9��c!#?��e|��>��&���0xz%���|܁3��Dn°n]N]�����6���Cq�{�Z��0��q�,�������>��Z�� ��.8	�u�9���-g:��̞�ᒈ�U!sQŠ2>*e,��I'��rŒ����y�ػ�C���<9����k}*����WW�����E�s�~�]���
p���~B6
JƘm�]�*3�S&�3p�Tè[�*�1�����M6��qe9&�Ú};� ���\�s׊�L�'���
)��pg�K�أ.EВ����;&o�n9\Z���5ϷT��]!��6��>�ػjb���ڳ=�_���]��
����F ?������1*�Z{�/S����j"�)z�V���v��o�_�V�^���g<�r��cS�/_x������O�~�c^.�'�?�n
�a���z�����Om_��ؙ6�5^�C˘��<�c�Q<4G�
�F~��(��dP�xZ����C9����)�_N��!@S.:�WJ6R����΀��'��M����m<O�A��qMg�����C��#_/��e�+�0e�Q�Jd�ΏzV�r���o6��99}��,�����@�"jY��7����6xP#M ���&����[���M�
	��X��L�2R�| .��`I�uTB�m�d�zd��b׭���L�Qyo�H�W�_���ol�sau.�n����S̅�Ɏ�n��Ȥ��o��G5��i�G�S��;~�ܖ��,��\7��t�^2��c�IR4>6���|��{d��-��ӌ��ۯB[g1c2���4����$*Õ�n�ac��C�y�j��w��j�ZA����Q��,�'��jo��m}�5;+��}��
u��+�O�ԑם��w�μ���G�4�k
��_�`qу��g���6.9_�:saan{E�,�f����~�s&���hɟ=I�1��6�;g�����3��S���*�a��ך|�1=?0�6�*wq0��hj����Y�o�����4w��i��s9����f�,6-�rV�8Z�*����Q���/n�Qϔ�?��3��K33�u��L&0/�{�+�'�y�&s��X�Gv1��{�3���M��ia��3�� ���Dr‡���=ļ��	,>;��
8`����̋�� ����}�k���`¾�J��[�%���S1&S�]nH��tv�&K~�e�_X���_��p��}���<���xכ˸a������?yO��Lؗ�P]����R�O�#��v���$C��Cޜ�m$��Ϫ2j}�t!~\3�A\>��D%��"����������k�N���
�oC5`ל�䤎ҩ�K*f}�j�cu�7r��k�!֌,[Utfv�Ԃ�[k6.���;����y���H�K�D�j�z��t?v�w�3�� �����˿~��ɢ��s�<U�IJ��3����Ѳ�"���ʿ~Or������޵�gE�w%��\��1~Qc{wrJg�ħx����!o��ɕ
��d�����N���=�v&c�*������#�|�-"iJ�H��ڌ�*����>��L�;;ѯ.s�̓E�Z�w�~������^��
~����<�����cU;mۘU�@~:|ɜ�E��?�i���{,���Vk"ɋ۹,��}!��x�uHK��T(���Z&�G�)e���4ձ�4��o6=�V��m��:"�6��%��k&�_nj{c۲�������4uW
-�&[?ޛ
$���~�*"缲i�Nj��|���ȶc�,�8��s䟁;C}���?R��@���9�#um�I�#l���_�����Jx����.	4��uF9���I�L�ת�4���YΫPh��̀��w��`ea��<x��|si��L��ҴyR�E�+�@���&�-���ym���+�9�?��j"�V@���?�`�m��&(��pLpP"7[��-�ӇEI��H�%lA��*:��6;��+\]�s6V���7�,�ˊ,N�e���SwV��7�_m��n��W�[�E|�����	T]zh�� gYQ��L;�à=M"�I�
���5�n��j��Q�b�����-�-���>����?{�=hd�m��ؐΛ�`��l�wll?��c[����5@q�nk�xbh�ҵ
�����2����}��C�uE�'A��!=~��@�EP�d����۸=�=~��}.��5���s�'�s&w����0��]μ?7~�>O��*��>'��2z��E��FFF�p�3�@:��Ƒm#�x�'��h0��m�Q�Un�JX�4��ph]q[�4��s�7�q��/9��8�Sk!�����x��TOoEk;I�6E�@+�!\j�NRqHR�ʖ%#�M���w���ޱffk�pD�9p��������
���o��W���{����="z�Q���_�h;�0�
mEGW�ad�ѽ�׀7h'�+�Mz�r/�-z]�#�[t��
x�>�~�m���g�w�ڳ��ң���w�K6B&QmO?sVG�~�p�v�O����I�5ڋ�
x�D��I"�'�-����-���0�mگ~�mzV�>�;�e��]���x'ګ��.=�,�9iӔ)�h@�R���α#�va#):��z	MW���)X�3�~��<-SW�ޢ����4�]�+�!�.�r�X��ӆ��=��Q����aC���e.Β܊�F_ɾ��hc����=��3�E/��Q=�:�K�;[��p��ќ��5�eHz�w�2+�	����Z���~2�1=Y�?���I��m�� >Ɠ9�M�^�_�x�u_t��K�х4V�\pT����-%���RX���
�4��@1�U�g��[M��x�pp���mG��}�|�$
ۦ���+�kqإ�(+�L��Qb�})Z��E��b�LEO
#3e�42*}i\���0ʦ��P/ί�^#ДK ���g�P��9�:�n:��=J2�g���odx��e��,/	�ђ�iU��s�`wٸ�L�kw�6]�u��|8go*�A�2�C��TZjt�W���e�J��Ct
D^e�d2�Ku�B���h��_���3,b�^(���QH���+R��~@����÷�o@�0	�Ԭ]��6�H)�YpS�6<�${���2�̝���YW��b)�ո������L€,���H}�ءx��8�`���9�!V?�3��
 �&F�8ӗn��52T}�?4F����Qz��㔍;��c1� �A,�,����&j�� �	�,��<}%w,f���;[5�����fg�%���n"�Ω��x�m�x�ֆ��8q��̐ZҮ�,L����M�B�ز�F�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��y.��o���$,��d�����Q3
��B#i��14���ei9Z�V�i%Z�V�Ui5Z�֠5i-Z�֡ui=Z�6�
i#ژ6�Mi3ڜ���J!�!�\�R�┠-i+ښ��mi;ڞ���4e(K9O��&�4�&��J�hG�N3h&��N4�v�]h6�J���͡=)φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���R�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(ڋ�4�z�De��*�7ͧ*�Q��i-��i-�Ŵ�G��mt!@�Ӂt}I_�<�[x$���<�~�?x,/���r�'/�+�̼�̫���k����������o��Ƽ	oʛ��<���Vq�#������9�[�V�5o���v�='9E����g9��y��Dށ'�d��Sy�H��<�g�Ln�x�̻�lޕ~���C��w��y��{r��rwr����{��{�<.q/����yo�����\���^@��B^ċy	���~�?��A|0‡�a|8�G�Q|4��ҫ��NoЛ��K��;|�'�|�̧�|��g�|����|����B��/�K�R��/��|%_���������o���o����������~��~���	~���~�������/��
�J��k�:��o�[�6����{�>��G�1Ÿ�g�9�_�W�5������?�����G���_�W���?�O�'����i�&&�2\FH���Q2Z��XYF���dyYAV��deYEV��duYC֔�dmYG֕�d}�@6��dc�D6��ds'[H��$,qĕ��$.	�R���e�V���%))IKF����2A�d�� �d�L��2Mv��2CfJ��$�dg�Efˮ���.{��S�2W:�S
�%��#E�K�IIz�,�/{KU��_j�@�"Y,Kd�W����9P���9T���9R����9V����9QN���9UN���9SΒ��9WΓ��r�\(��r�\*����O�B����_r�\#��ur�� 7�Mr��"��mr��!w�]r��#��}r�< �C�<"��c�<!O�S�<#��s�[^��%yY^�W�5y]ސ7�-y[ޑw�=y_>��#�X>�O�3�\��/�+�Z��o�?�_��|'���$?�/�&���fU5ڠ�ڤôY��mё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�N�):U��:]g�Lmםt��l�Uw��u��{j^�j�vjA��[{��{�<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL�i4Mf�i6���bF�Qf�cƚe̲f9��Y��hV2+�U̪f5��Yìi�2k�u̺f=���lh62�M̦f3��g�0�&d�&b㚨���I�-�Vfk����lg�7I�2i�1Y�3���f&��$3�L1S�4���nf�����df���.f����fv7{�9fO�7sM��4�e�M�)���<S2��l*f���TM��75��,4��b���c�5��)�&IzzS�\lmM�B3͕�j_G�Z�gRah�BM��|G�Rn�[mLέ�4%+ݕra^S��tG��Q��*��Xj�tg��tx��LG�w�i%��7e)���B ó^�|GG��?�0h6e�.Xm�Z��@F���Hw]G��A��p1��EO]�	s�U������Bc1��6�>��>�iC�V�m��1����R�!��Z�uW�r)_�,v4N�w���@P%M7N�a�1���J�}�b[��Z9.4�8Ŷ*ۛU�ϯ�W+�{
�-wk���4�U�T^%��S{j��|��[��GV�K��-�ZGv�k�n�U+3lݾ@F̨�=}CoOC�4δ��m�3����P�P;"�!�vA-���j���P�#�M���Ԏ��!�g�qa��K��x��8�F�$�᳗��A��T)w�5L�T�
���k��F�MB1��44c5�:<��b1�A�)���/�{<�����ve�x	���4	��p$f����E8i��:*�s��\������;�@��4>��R���[YP_;	MA�М�P�Ż�s��¥��p��p���R���,���b_P�,���fs�\�/�
�|Kv~_����l?��U`�L�-��d�u��O�-t�Jc�^����I��
��y۱�����]R��0�dz�l�!?~�{������L����&�@�uzO�aF��7�3�&�F��5��-&�hi���hT(�ވ�B}�����/W�kS\�����k�,���M�e�������|g
��JAh�����k���=s����S�W�ᆾ �~/Ht@�{vx?��P��|K�M=��-��a��[ep�,-���6���Vh�F�ԅ��A��4	MA��4����?~��!�C�cv;��f�����?~�0�X<�0�a���c:��N�0�a����?~���#�G�����Sˉ�?>VS'~���������:����������.�.�.�.�.�.�Xu||<�|||||�(�Q�";Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp������7n��	p�&�M ��	��'�O��?~||78I��'�O��?	~�$�I��'�O��?	~��)����k�I���'~
��)�S��[��?~
�4�i���O��?
~�4�i���O��?
~��X��KN���֫��3�g�π�?~��Y��g�ς�?~�,�Y���]����wY�N�,�9�s��ρ�?~��9�s��ρ�?~���X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋��b~��nj�:����b~��.懋��b~��.懋��b~��.惋|w��.��E���W��"_]䫛h�� _]䫋|u��.��E���W��"_]䫋|u��.��E���W��"_]�����OCV����Y��O�B+��7��@�g
��6/�l��'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]l/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉��ι��{׼/y���W�l�-���B��-�\X��}qz�l��Cb�C}��1�!�>�����i���c�5�q�G�q�7n�8�qp�����7n~𓀟�$�'?	��D�9�U,z'�8���}��ITL�L�V
���!�TȮ?�ZZ�~zm.�{���J�P(v���T��Ft�-}�X�Q<��a�%���'��ԞO�������c0������4MC3�,4g�~Yz����u�Qh���7n<��w��~1z
��;�o�sY�����7O3#;W��R�#���vTz{�v�ql�]��t
��r[v����]ݹ���e���
�6��7*�z��A'#��@{{q�阁���K�.��y	�kO/��I%�
C3���͹Аsѿ�]Z/�97�^�o���e����A#<`DF�[C�G�uH9d�u[�s*�����z(�W�t�&''ز���<%����rېr�_ˍm�~7NdD[0����
�1mKs 81�m�Eu��
���������r(�A?����w̃rS��֘�C�-5�VP_H�cۘA1��
�������-��B���+�[m<��G���Ф�Mt��r�C��!�ڐ��w	~D��{��˞�*U�E���$t"��ӌ�)���M���q��J�0�f�������	��]�Z��$�����l��n��n+��p�0J]�>���k��^�j
|��{���~��֫gX�^��c���\�}ߧo�Ͼi�l-�sP�Գ��*��b���u5�_}����Y������:ֹoY�~���g<�����W}J`��@ �i��O
���e���o�������r�T��<��DK��4ĵQv6�P�?ޞt�

��x�c`d``�b fb
;&x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}��ŝ��鞁 rYD$����t���� �K�p��H�  A ��� ; ˲�úY�*ᲄ%�r8�(׋9,�8A� "A%\nշ�=�@��9��뜮���zꩧ�Oկ��g�tM�zh3�v�f���5��?{��h���h�iN��
�����8�*rj7nh������e|��ُh�����	G��YD�Zm��Q��]#ޯ�j�5�ޑ�_PC��[}�ɶc�ޝZO�Ӻ�u����s�-�[Z�juݺ��P/�m�{�n�P{�׽�Pݑ��P����}u���k6Q+[w[/[_����6���%��A��6Q�X��dx�l3ls��ۖ�V
�ƶ�<�Ͷm���v��@�n{�vꄭ�v�v^�K�+�N��[�{���W?�����_�J��C
�U?jb�����f�ϭ_��~y};��
�����~G�nx��ֿu��X�I����/�_�]��J�������fw��PA{ܞ���ba
o�}�}*�t�l�<�"���W�W�[g�hj��%�N�=��v��!��q�)���?�_����Z�dDk����a@������n��h�7j
5�a���&4L���0�jN���
˨V6��Z��<��mT/7���p�����6���h8Ku��Օ�N���=�z7����H��觊6�������7���8�jJ��T3�R-l\B����jm��M�[��7��ݸ��`�T��Q�l<Mu����ƫJ5iM�T=��P�o�Q9��T��8U��L5�i���T���RMo�M5�i�ҦT���Qmlz�jk�KT;��P�oz��P���M���4}Du��s�kC)GwG/���Tv����S%y�A��T#��1�A����1�A���ϱ�A���ϱ�A�/;ȟc���9^w�?�Q�st8ȟ㼃�9�8ȟ��$��N���$�'�sF���Yt�?�p'�s�s�?�'�s�t�?�B'�s.w�?�Z'�snr�?�v'�s�v�?�A'�sv�?�I'�s�s�?�e'�si.����"��.��r�ȟ+�"�������ȟk����&�ȟk�����ȟk����V�ȟk������ȟk������ȟ됋����ȟ댋��.�ȟ�Z3�k��L���6��f{3�k�6��1�5���<�jl����Өf4ϡZм�jY�J�5�멞o�L���e�]�{�4�N�V�Q��Tg��S]j�B��bU��GKo�~-�[Z��-Q�tK�jp�p�Q-�&�L�z�e&�ܖ�TKZ�S�����в�jK�v�-�����z��0ձ��T�[�Q]h�Lu�U	����'U��T�V��5Ho�R�[�P�hM5�u����T�[�Q-j]J��u5պ֍T/�n�z�u'՞�T���:�z��T���Z/R}�zM)���N��ݗj��N�r{���$U�M��C���=�M�ܓ���=�M��܋���ɟ{�����w�?�67�s�r�?�7�s��&����n���&�N����?O?�@G=O����'���)z0�y�{FyH�g��y���p��,�p��,�p��p��l�p��l�p���`����!k�c��9�!k��湪�[���������ux9�y�^�pެ��%a�^��D5�K¼��$̻�K¼+�$̻λы�ͻ��dy�x���׼��{�K���������������������������h��M}I��o����7��h��c4�M�1���M}�}����>FS�z��o�o�<�v�H�4���&�	_�Yi�]�&_��4�K���g4��+��\��~r�/�M�����q~FS�?�������I������I�������I�������h�?�g4���3���M�����-�h� k���p�Z `4
d���!F���i`R��40=�h�`4
,
0�VM����F���i`��4p(�h8`4
�	0�.Mׂ�/�=H��}��/h���7H��� �
���� �N��� ��	���� ����� �nr6|9��\po�����A��G���;����9�^	r6��H`�w�����_�%D�B��C�/4<D�B�B�/4%D�B3C�/�0D�B�C�/�6D�B�B�/�=D�B�C�/t0D�B�C�/t2D�B�B�/t9D��Z���{��_����a���_8&�!a�&�Ia��&�ya�^&��a��&�a��&�a�>&��a�>&�a��!����!{��E��IF�_dP��EFF�_dB��E�E�_dN��EG�_de��E�G�_ds��E^��������!���鈐����\����5J�����/:0J��-Q��F�_�%��Q�%�)Q��%хQ�]%ѵQ��%��Q��%уQ�=%ѓQ�=%��Q��b�/�3F�b�c�/我�X0F�b���
�������M�������͋��������������m�������폑�ء�����ؙ��]���ص8��w���x�8�����/�x2N����/>2N����/>-N��s��/�8N��+��/�>N����/�r�����_��8�����xG������_�J��%�	�� ��	�hI��D4A���KO��ĸ�KLI�����K,L�����K�M��Ħ�KlO�����KL�����K�L��Ĺ�K\N����$ɞI��$IG��%�I��&�_rH��%G'�_rR��%�'�_r^��%�&�_ru��%7&�_rk��%w&�_r��%%�_�x��%�$�_�b��%���_�{������_ʞ")o����)��"��)򗚐"�i)򗚓"��)�Z�"��)�ڜ"��S�/�7E�R���_�h���:R�/u>E�RWR�/mM��t�4�KL��-i:�ԥ����i�Zz\zbzJZ�����^�\�����kӂ����`(�;�/}0-�INK�L^���җӂ�������62�3��##��3�L6#8�ɌȌΈ���������<3/�(�4#�tfuf]fcF�����K��qW3�3�eeĽ�ϜʜɈ;����<s-+�[�{�W�oVܭ�=��z��e��|vPVܙ����섬��i��9����eٕ�5Y���>�ݜݖ�-�+�w�@�3��[Yθ�'�Tg��qg/e9��v�8���q� �/��\c��9���t�H58��ܨWr��9���q� 77��ܒ�r�9��6�6Qm�q� �#��ܾ�ro並��qM�;��.w!�5]�*��y�������w�����/繺ˏ�su���D55��]~v�����<Ww�y������?ȿ��A��<��{�^�s��?��:/*�u^��<���P0
�?(�*p��0�`�r�P�P��PZ�Aal�����f�PXPXL�����š�
��P�V �]�W8P ��
�p��Au�@�
�
��Y$�E�W�W$��"�+��䯘.��_qT��'�_��"�+�-���"�+��_qCqՖ"�+�(���"�+�Q$�cE�W<]$�E�W�ZRB+Ֆ�_�O���l%�Wr��_)^"�r���F��_i|i���+�.��Ң�+�(��Һ�+�P"��J䯴�����+)��ҩ�+}T"��K�l���i�}��v(W�ԕ�eRWΗI]yh�ԕǖI]yr�ԕg�I]yAy1ղ2�+�)����eRW�V&u�]eRW>P&u�ʤ�|��Au�L�ʗʤ���F��z����~m�����Ե��H][��H5�mx�7m��8�i����M��6�n��-imm�md�mC�&�-md�mGYk��F�4�x�f�H�խA��>)�CjKO8@��Bw �%�����"�� r�=�_H�r��&p�V|{�'p~�Y�^/�^/}��w���g�?�:rnC�,Έc�꼸��
}�,Ͳ�]%�n߀���=mCj�N�_(׵�|gyє�ֹ��Әg�ɯ��^�5
Q)���(�<���v�iH'!�F���?C�Ui#�~y�B�T
g$�(��<���)�;����J8M���q׶C'�E�G�3�����H�_��)�����<�Nq�u��^�%��Qá���t��Hkq�OB��<�؊��p�Kj��x�@NiY���򼖽h������A?�T�N9����Z��~�������;d�]G+
��J�<	�,�W�[�g�|U�q՚��T�c��\���=���o�n�:��ϝw��'P�{H?F9��'�O�N��)�'���.�~�U���n7�a&]2�m�7���c��_�,����E��t�K�S#	ʱ��i��cU��E���0�.ui��(�<���v�.u��7߫��"P�:U�P�M�h{U׼k�GLy�W�e1�c��І��L�[���Q&��"���K���e~���j�d
=�D�0ƹ�m�j��#U���*ǎ�m�j��.�(����8#{���<�=��a�恮�|����Aկ�+��|u�������Q75��n�GV}9����%�㧙s������A�����,\W���4�����¸^����~g�ǒG?JP�1�U��vgFu� ^�a�c�#9�e�>5���wM�=`��4F~YO��������</�?xVq�2�u�D�㧊�����\�.t���NJ1?s�,��g�b[U��嫹�ɨ$���n�o�ꏟ!�g7���ؾ�8b�I���'z��;.F�1&�����W{���8�ϡ�D�o"�<�$�9zz�u��##�nh��w��`v����C��&�^��l
$0Ϊ�+�s������A~�O���+��7E���FH5R�Go��T}�֊�����c��L~u��=���Z���-���V�rE�]�eM��p.������Y��+~�)����?�o(�\�yS�Ce�Vf�*b��SL��{u���S�m\#gb�F2�|ŰL�~y��2U�}��Z%�.�j6�FUɹ���7q�1q�1�1񓩌N�Cu.0�t��,}q]ݡ�z��4F{�l���S��r��)�ͷ���B�S)��>��N�پy�7eZ�W[�[�Ǽ�-���J�Փy�dĐ'f����N��iZC��﹵ߙ�/�[P��ִ�1����kf~^�,�2� ������1r�6�����7f�cqձk1���з���0�j�Sk�\e�:X¹�1�|�)���ۘ���n�G�6WKP��p �z�(��Y��,gqӺ�x�9S�����u�M+#�,���5����x�C�q�aD���>2�8p'����G�m���l��Y]5|Z��;�Vǒ�����E|{Q��Q}a�U�ލ�TvDܴ`�������w��Lu�Y�����3��6_��$�s�ͽ�@O7�|޴�rS���ǚ��e�s��?�ԿԼ蛲�����C��Ϛ{�M��+z�y���z��}��7+�@\���@x���h��_E�WQ�t����O�����pldž�g9|F��Ά1�֦Uv����r0���:���v�>��1���ȏv36��ojo�Ҫ��
�"�'����Ъ��C�B���;0�i���Ǵ�7��\�]�G�΀1z>�k�h��蕫o��~��c����O@^A�"Ϸ���ȓD���k�iuM*f5X`�كQ�_��i�9�iȴV5�Yƣ�Q�v�v��>�<
��.��P����Ǣ�>�6�ـ2�����^Q�,S�k�_S&o����#�?!��4�W;r?�?F��B��B��@��P�#?������B7��&�S+�vL�$�5H;xKL4���Y�ym>�4.���o@?�qO��@�������l7�X�g,ڐ�-��_�Ἵ��/S�ϡ�<'�٘��3Q�$ܯI�f_���X��L����D�*>"�Z��1����wJ]�r�;{��<�vxZ�G��Y�>c���'��c��Կ37F�>��?�:��.ee�Wy�_�
��P>����_�uܰ"X����E���������յ���'Е���؂�f_�
�70�|�������P�O���Q��Q��9�,�M������Z5F��O�6�����:7�~�bْh
}�>�GC?{ύ(�@�i�mh��u�K��:���N�X���{�q�)���Uc��F��#��ÿ�
�?����P��^Vu�մghY�r��1��B9��Y�{_7�g
���E�O���V��|�nc��1�銉c������~����i���=P~�?��l�{�_5v������jL[&}5OЯ��W�X�պ���>���*�����$_C~��8/b�q7��n�)�E��A\���;d~�V�]r�ݕ��OI͹=�L�o�b�y,2�1Z֢��*-}�g�c}g��5�{�<>�F�w��ث��=y�,�)�m�n��3�jG����J���J�1��Y�j����QmR]1G�ŵc�a|�;֡���i}��/}�|S��06�t�T
_k ��U����Γ*Uq��K�#S�kV��W��o76��%�8��_�R�k��h������C�WU�zއ���T���E��oC�w㌋U��.F}T�=�R����KS)���u�}*�?�%LU)�y�>�}*�_���o�8]��*Us��U��~�rT��J�C��˟�R�3<���T)�A=� �a�b^W�;�߾Ss�&ge�[�ʌ0��W|��u�>��l�jQ�{Px
iy~e�N����/U}�j��m��m)T:��Z觺�YS%�<�U#��&������k�0���~�ަrګ�QO�T}��a*瀩���Ǚʯ5�L~�y�Tϫ��@W��H]y�S���}*OU�U}�V��M���z�V�0���>ڭRN{����Ժ!�v�S����⑿�w
_^W�~�3Zu��m������]�&r�G�+�W룞�>�`�^E+�&�>�W��gL�����B�P���V�UЕ�s�+���q�+��|�[�B}�"�����gL����z�G=�B^D}^�6?e6�48�F�?��W�?c�U}y^�[��H�V�F�����)�xLj�.���V��T�a3�1�W��ꮗ�}�ԺzZ���c�Y��HS��vSyn��&]2�aU-g�]���V%c%x���GX�f�4y]������K��
��Zn���������T����HD�!�c�*7�v�z�L}�K��;�jb���M�4=�5?��槷�ͣ�4���ݯ
�f����H�Ĵ��*-���6hem��G�W۫uhӴ��篴3�];+~Vi��i�����Z���7ڧ�g��{���g�g����]�Y}�>_���P_�]��?�n�O��������~�����FF��(m�?Ì�0~d,�?2����3�Q���%j-qK�h�$-����ƫ�;���7���N㐵��3NX֠�[kĚ1޷�9�u�u��u���'�j��y�f�#��k�c��g����2�2Mk��_�]'�ơ|�]����mC�>�|�P���!>rW^�g(w����mm�=��ⶈ��>P|ŧE|��ߥŧ(>�9�p�%>"���Q|��I��Y��B/�,�\�,��]xk�� �ߤ�ױ���;�{�����V#�Q�ot�[�;�Y��4�5�ߋՇ~}��I��������.����/����H��u��8�{E��j*~��_�����"���%Ӛ�<��_���*�ˤ�\|���ƥ�K㎀h�ӢEh=���k#���fQ�Zo��6P�ˣ��Tu��-r�sпv!�Ͽ4ʰ��*â���>d=�+rY�=�?�{b�S��}��>b
j�[[�Bu���S���Ck4N~����_�ujr_�5����oi�����}S�R�o�ʿ���k��o5���s�M/��e�Vr�W�)>}ħ����.�t�OP|������qf�����"�$�{��L�D�����*Fo�2)X�
&�U��� #��7L4C�Қ&�gq�����5J����X�ʻ{;�n/����7�����%�7��$�+=������q�6�\�ʝq���_�V��v��c����~��"�!�����7õQ�8m�6E{X����jK��"���LH��N�^QsL��f��_�o�/c�Κ_�o�����
m&fhI��T�_�x���"}���䝮M��U�Kj�%z�l��^�5}$��R{���)��"ǝZ�?��5M�t�w���}�'rG|���+������o�ş¿"Yr������S������w&Qassets/fonts/OpenSans-SemiBoldItalic.woff000064400000244330151213253300014433 0ustar00wOFFH�,�FFTMH����GDEFd�(if�GPOS$x$BNp�@�GSUB<:��B�OS/2W`��pcmap0�YD��cvt H�8I�Gfpgm����ZgaspT#glyf$� d���'�head�66�4�hhea�#$�;hmtxh	�3�loca@�	=��Vmaxp�  f~name,	IeM�post8(l�ɂprep�`�3)Bf1��_<������w&P���
tx�c`d`�����s���_��RD�K�7-��v/�Fx�c`a������j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�å�x��XitV�~�&,�JNQ��(�`Y��T@�#z�,��j�%QPRS�B�I��%T[��((���V��`��;������<s盙{�}���w�����9a�F#�S=����Ah뿉��$9��;��3X���uLq���Kh���f9�!.�A�Kr�
Y�JL&!z�x��ɖ5�i�j&�!]o3����dzO�K�"ٛ���Hq� �X�E�!Y�!�I��Cd�u'�.��CC]y�x�׳����T3[w�&�l���攪�#�zZ��&�Ms�2���	j+9�h�4w���m�<���&
�.�Vh�v��v$����'�������~���m�*�_�9]٬V�6��|s���3��#�������}
i��z^f��2F��=z��
�b,�w ���D3�S�ئ��i�W��n���^k���~�Yjڳ��{k9?�o�B+1�j��k�~�GL���!
�Q����"�]Kȃ�Ѱ���z_�]�v����֐���5�,t.�CE���Y?
���B|fY�+��ܻ}�
X4�յ|�Ջ�G��\���Y4uC��Eo�d�;�s�ؼ�&��ȳ~Iz�#��w'�U�ċh6�f���瓖c�O�(������Wڶ"U�8�'cP� �fs�3�Rb�\�7�$vm���*��V/���e�wsԘ�o8�%�*�;�(��E��s��Vqo֞a]H\�6E�V[׾
����͝L�R#Q�F9���R
�:N��N-7�,W�ؗ�3n�Y\-�bӀ��t���x��<�n�1b4�<Hf���ɹ��=��ʜ$��d�
�ߋA7�!tT
����뿊nn>uη�,u�cvZ}�.�?���+�����\���llOf?s�N2G�_bc�=2$����+1'�|�}>�~c���z;&I����W�5^C;�]��93AOg��q���f����1s�t�>y=��S�p��\;Oʚ�6�oa�����~�-����yU�EwG���M8�y+�gm ���,�m��`�)����E�9n-n���-&�m襛�e=���3P]���2/�Z�m��'��q͈�����CH���NE���c���5�K�B�����Q�#��6��^ʕ���:�*���t���As}��y6F��<&�ĉ���<�t1��l,a���
c�6��kb��g���O��ͱ�L��e-{�%^;+�W����Q��@(ۘ|�k7�zp�G1C����E�a�W�vj��[h�|~ͬ��7�7�<�k�h��	�Dt&��Ĩ>�x��>s�FdƼ@�\����g1f���"����c8��8�1���yP��`�8j� �E���x���Y�F�A�w)�S�^u�?�3���41���U�{�/߼�ܖ5��[�)5��u�oO�&�Z���s'R|ɱ��CQg5��:��XS����W�uͳ��D�;}�˛��,�ڒ���%~�b�}�1�ۨoѩh��1h�6[�n�ޛ��|��o�Jn�}�/�[�9w!��u��2��ϸxT7Gs/%đwE����y�Ƈ����l݋�$N�~*�ċhV�C��2^D��O}�>L;=FmK(��:�g�����SO��9l�Η3h��fCP�� ��(�wg�K;Wb��ʘc���L���l`�=�|��8�v�m��U�f/[�B(���_�	ȏ�/`�>���~5̬����YVa�ݎ�J�X�[�{�xI}e6i�d��K�s��Q��.ڪ������.����<�Or߿B�wym��r�1/I����[�7���_�ӵ�M9�6
Xߔ�HG7�ppS�Xs�놛qtMr=z#[Or�i
��",w5��tc� ��ݕỜ:�f�Z�m4�}����q�(�&�uH���8b�Zi��i��h�\�}P/�fr��j>2�!��
A�n���L���Ob2���I+��n�"�8�0�����%����lb
���8E������n����1G���y5
���r.@3���s|U3ҝk�9g�~�&�s~��_G[����k�|�Lߊ�������߃:R{�K��;�E���1џ�7�
�:��>��[�g��w�^���+�N\s���q��q��s0ël���3�W���z�Nx!��ċ&��TlG�x6��Ko	Ų9��Xf��p$~�����DW=���:ߩR�P�xu;qG�w�/����,7��E�����I�N
������`wk4�Bg��l](ql�f�Ą��|���c�?^��S�+���N�7`�϶5̲�==ќ������w݂�C��������3�f�E	v<�K�#�`~>I�Jt�^����|��D#>��\I/�x�Y:�Q?.uz�d,k�|�`־�x/(e����H"҉Tb"1�`�`8�~��E2UWL�X��6���NAoj��:	-ٮi�����u���Bl&V��בhO4$j���h�l�3�|�iz��x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ�%PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no��

Yx�u�L�	`"�C"ό8CDDDD�8zE%Ό��8"��##�8���<���C�ġqJG�? t̹Ƙs�9�k�9�s͹�sι������=�?��w
u�|���@롽�I�2t�4�4��t����ya'_�h�b���J��'�4}9��!�jD/"��Ha��RT)���$��l@z��3�3�3�gVP��AyQS�u��Y�Y�Y��ڳ㩨T~jj�+�W�i�4Q�=-����\˹Xzj�2ݛ�{�v^u��:-B��������v^X��1f�<f��گ�_gTfh3\������U�cX��Ua{���q&���l�4gz2?f�8,����qn\���Vq�����,b+K���
dŲf�ֲ�xގ��i�
~'��ݛ=��^����'�	��QB��D�"�s2r�9�99�9�9�9I"��N'�s�5�.�$7-�1א��
�N���.�n��`$�Bb��$IMj'�I�<D6��W�'�k�3��ad�Bf��dYM6��d/9B�"��W���k���h�t�b�Z�.BAQ2(T
�"�H(F����(S�e��R@+��h
�΂@A�`���ʨjj;��:@}O],���
��hH�F�UЪh2����9h�m��@;)ɋ�"c��(T�h�h�萎�c�D:@�ӥt%]Ow��}��J��
��7s<Cɘb,0V�oa�b��1QL<���2%L9S��0��s��`&/�.1.ݽ��4pi	��
h��|@���[Ÿbr1�X^�,n)v��f���,KȒ�ZYvV�˚`}d�X�%���Y���^�S�(�-�X�[�QJ(��Jͥ+e�2v��L^���e�l[ˎ^F]�]����r9��y���w���b��rQ��|�
���+�W�*��
}��"P�
\��_Mr��*���Nr����k�k�k�k��6���p<����x��/y�w]s�z=v��1�G��|�ħ�U���?�߼��Q~���čO��!X,�d�t�ܩ����\�E����Rߊ���	3�!E��
+�^aPx�=�{�(UtW���v�޹�Y�k�V�xU�)>�i��rg��^�
]%�J���A�CD���K���?j~\��U�?��.͐��N:_����֨kt5暣�u��V�}�w\ˮm�
�~���ϼ_+C�����yT���g�[����{u@]�n�n�!�!�!�0�pK�WZŨb��Q�#ǣ�ze�N��c�c��Ǒ��
i
†��ɆO�~q����)
ʄr�W֯^U�ʠ2�<�Q�����[k�6J퍉'�'�'�'kO����j�����H-Wǚ M�&r�I�T������h��A!(AP��n0�%p<hF4c���͒�fss�9޼Լ�BlQ��Z>=%<�~*{�����l�]�cM�fTs�G��?f�p�\۠�zFx&z{��:�N�K�t�6D�MѦos��m�m�z�ޡ_}�x.~�x�|�7�����u/f^$ۙ��?K����H5�c��M�����x߱бѱg��2L�Io�����iڴb�d:�L�$w�;E��Nm��3�9�9߹ѹo���f��o�2��js��m���%�G�e!X��"��XL�^K���-s�5ˮbE[)V�UlUX5V�5`���[׭IĖn#�Jm��j[��Ѧ��m>[�6m[�mێ�H;�δ��+�F��n��ڇ�	��}����w���]�]=]�]�]I�!v!�K�K��ٗk/��0'�Isr�zg���ʿ��P.���w�]3�Eתk˵�:�t#���nJ7�����w����WzX=-=3���x�4������q�[��L/�7лӻ������}�}}�����xx�zό������^�y��Fo�;�]����?J��E|S�߮���q~��W��~�_�W�u~������O�g�K�u����ҏ���ߐހo��$�l���;��/�_���$������[�[�ۊ��o�ߎ�
�Ƀ��`t0>87�<�9�B��?$
)C��+M��C����n�d(m7�*I���C�!�{(0�&Ӈ�G#��}D12=�8�6�=�?*U�N�·�0?,
��`X6��aO8��'����Jx#�N��'x$5���#�#Ž�"��4RQEZ#��52�{G}gx�£��9�?V=��M�M�͍-���m����C���qθ�?Ё�Bx��}	\[U���쐄$v �5��}_��m�;]�f��]���ŵ�nԽ�eF�u��3��8�h��Ό�����Z��돒<n�=��s�v�=!HB;�9Yϛ$(BF�[�%�+ ��^�f4����&�'�<�U��g��v!;��5){x��iJ����d��A��NP�1L!=OЀ���]���J#��?dQ��l�}��:A�mߡ��x��%��D��W��K+d�P�����	Wi�$�DFD�l0����š�?nƘX�Rk�(5&4��4��h�ZJ	��’�e������.?�|j��cSr� �1��ή�y�w�~�N���ӈ~N0��`��1��,�pu�[���!�	aq�����P�0���(�T��x���P�cby�h�K�je4��2�Q�	�SʟtWI�(����>����~*��W=5u���7�>�bGVM�Ky���k�#k��|t%��������4F�)�!�a�y�X����0���ٮ�]�|�ӽ�����ZS�P �^bL� x��[��e�JwBG��b"ĢȎ
K��0W���+��'����F@!iI���H)]\:��
�R�*��K:�;o����Բ�u����ukiD��_�i��Sk6y�[6����mn�\�ό��#�-�Ro�v����죏o�޿+����\�$"'#�{�XlV���EO�T�oG��'�ם�\�8<�9&;�6w�^�*L�BgQk���ꠀpu�� NH$K)k!B��AfB�f@��U�V���J��(%J�N
�Z�	��Tڗ
I���'V����r�Ү�#�2j5_�6
����m��i����,iqM��"�R�+#U��������E�N��M�Xld^��W�����ڷ� &+���&�ǒ�Q3�b���R�	�}JRx���x�_E��H�ֱ/	4��y���p�za���b�&MF�/I�ט���//���¦B��敺K�G΁$+G�3`^<7�k����
�T"�z�j�DoV�h�I��6�C'c2��־��ye��p�n��ź�K��c^e>b~X��|�l���	)�e�K]$�b
D<>I�Bma����1�j*D�$����e��݇��]��CO�
`�y;\:�#�|��3	L�5��t�&!!���"no�q��]�u�$h܌��`'���<p�ҟa��Cg�~��#�O�����3b>��\w:��
J[HA��WBM]G�Sՙg��'N�yc��d5��Jx@���4i�z�=x������A	p�����		�јX���~<+��Ք��g�]`I)�k�>Nԋ�P�fy������r�wh_a��2�
]��;N�/�yV•�	�-@C�G
���N�"N#����}�N�>��ٳ�����t�{eujou�ޣB�|�����S���%��|���귊�>��M6�n|���5B���C\]	��H(�фb��֭�8MH�����W%>�.^���I�m�]jQ�uA�:Q��i����
A�P�#(V��C��-Mk��*�9�o�����Z7Յw�K��1/l�xdž��~��69q<U�a�PJm�&=�pY_��m��]^�Kt
���3�GXdz��͍�	�Yv�"�0�1q��0ƱFA�
~	Q�����&�c��()��]������ss�@���ٽͿ�3~r޼����~C��}TRpnOfNG�YMN~ikVԑ������/p�?�������;�N�(���"�$|>�p�h����1���#b�����R3E�#u9���T�wމx'�v�̓j�%"�R
�|���*y��HR �r���:���!� σѬ*�\����N[�΄bg���ՙ>Jd�D"������Ϸum��bm��y��w�=P��LO����T�^�L26X�{�ݥY���3�.
Ϯ�t��a���
�Ɍ�����G��IqFʁ��)����y,IF�a��#�bA���ɶ�ʱ�����'�F�$l�p_�0�sE��+=�ݗ�ؘ��ĕ/�<���,�����R�¥�7%҅_^�+�|�L����Ș�1�m0�=Z�ې��t]
���+�PZD<8�}#�a
@�IV���5�'56>����o��E���B]}�T��"
�h"Qγ�	��:��m$g�F��AFk|�l��HgL=x�}�Ke1��n��Lu������_�()�&�~<ٍ�!sg��5�J�D�cz�E��6���7(�g�y�kK/d
�ftU�U,�l[@^�+�T4�7��#^6���!/È�KW��p��}�ډ/;
4�eWG�eK ���γ��+A�%�u��幃�-��i��˻�`��r���+δ���D�-Y$s~��XV��ӟܪRJ��|�6��8�0������/��G����˜|�'���5���;���3�ӿ��:ـ;�|…�:Z�
��@`�Ѭ�Xc��Ӄ�����h�	�FP�q��xKjA��	g{AN�6�!&Ԅ|R�X9K��pزY�uC�vS��k�tV;���������_���ʦ��(��#���8$S! ��]1e��۴��_��<�\�4���E�8�p9K󰽼�,f�������S)��T���3�N��g>�G��L;;�R�&k�?۴�)xāyo0ޣL�������P��A���H�����%V���dEQog�큷$��Z��U��m��)�]VR}��_mj̭��?�1�ֲ�j6T7��$��2d>}�󡕖���,F��(����?�;G�����ӫ�ȷ��2,��7$�ם"�Қ���T�
�����Pة�#�V��`c�@.�n�ɵ?^M��jĮ<�y
��ƸD��Pq���(�c��ٖ�g�����
�Κ�WQ��Eƶ�}���s��-Jk��2x��8��7�-�����uu>޴48CT��:��Rפ�� �ۧ�17��zxifcIaˮ}M'����̊�� cDb�͹�3V����>��6C��a�d���Hr��^P[�����>nЃt���-�	!f$�f#r�40��@�FA� �6JɁ�ė�C`V
υ���&�� {@_����m�Ho�9��9�/���D���Y(�H�M4c���e��Vg�*3���WyP<wm}g������{��c������E+�{�vc�%й�ٹ��@�J����G��y7ui]ӂK�}5����=Z���pSVo{�c��
g�Ea�c����zy��Wl�-�P�b��4��ښ�Gj���{Q��9��|��p����]/_�9{)����'�Oi!Az�R��N��@�MEJ�fʱ҅0���z�����_��jx��C�I�o��2����w��<{u��Ѻ�7�9 GyB!A�iD΄�Sq��N@I�Ok����I��y��1���$\&��6@x"����0�{�!X����ϑ�`
dz����m��Z$��\DY}��4,ݱ��x��t��}������4�I��w8���m����6|���`�����U�g�$�h�
����Sm��wBc�{��z�d��,�l�EB��!Ov��E���Ox7�ph�*$�ZC&����|k����y����:�?dB�̅��.��b����
��.��(K�87��	
/�IК@mc����F=�M�
�4eQ��
u���Y�
3 �#tIXP��t�i��u,�x���%�yx)�c���4"���]���
|l{As�v`1\�����9�%���{�.�
�GH'!H�ɮ
��-�,9w<��4�ǫ!.R�͕˜�9���h��TE��RZdr��g�P�\��S�`�T`[��UH{�ʟ�3����.�K�m6�ɢ_�o=\<�WO8/�c8�
�*�U���@7��N,��$`_���
�23��(����0�l]�Įt���E�ꖱ�	6)�3H��
Dž��~����!��wŅ��<q����5O^_	ফ\~�����)��<X�~Amj@�6�E����g�02���~sz]���M�^�{���c/v[�a��?_���Z��B��ء����r�]��喆_�ڿ��&뉦�e�&��/[}qm��O�׹[��{�<[�cx�^���ˠ����}�h�q#���Z�r��"0{�Ԗ_����9Ӡl�#���H�ƇjRf��l�=3C������f3�~/9XZ���B,�,R�L��JxAjHf�"�?��ӄtФ����.��0���Ě�5������ɗ�Z��� �&��6I�C��ZX���t:�b	_��%J�
��^�բY����V�)�ddش�H�i���ғ���U�1��9K
7��N��g�)�o�
���Q��R��-UX�G�&��jsrMqd��ݏ-J5D���&��+�u	��.zbĄp�����0�|�\�cXiT�bf���"�Y�H߼r���P�����!���nɇ:���~C�{��ėn]I��
n���խ��v��꼰F�Em�Z^��g-=h��M��v=�����\2�+!��k�C
eT��(�D���{�(�[X��z�F�&��c��;���8��+!8aj�n��(�Z�.8Ǻ�,l>�����Ce��@l\���������`�iJ��Gy����-bl�0���f��Ɋ�寖P�S��Y�86O�B�5�5:�r��wµ����X���5w�o-�x!����B��g� ��(��`�(@��}B��67�����<Ww�K�B�t��cH(�@��?�;��m�bROm�u������A9#�}��N�)�&�@ `�C�y�ZBka�T��	=�^3�$�9��s�;�B�0�9�
���'=�\	�C�?�F�X	Ά~�\�[(�
����]ϡu|��lW%�z�O�����فi+�
y��O� ��&h�M�#� �o����W��=r�g>��L��d��0��������(!۵"�Lz-�/2?1�H5��T=y�V��c.����p��Aꖂ4xɏ2�3'& lA� �k oh޸XF �Z��	Q4�K0��jwR�T��A�M�[�(�=��/Ƌ��mPǬ��a��'�-J�UηʤR�V,���ݽ��(
e��c��u��d��(�7�#v�!Ń�۪b��k+*R�R�}}�C�X-���t5W��*R*U�'7-���ձUq��9y�Ԙxq�T\cT����Gkz�1�1�J�
z��+�24T)�^�U ��<����z�7���"��Ma��th�R�df��c�P�U���O$�h]RT����8~|���"ɿ�<��$-Rݤ����U̹ınτ��g'����v��틭Y�.�y!��/uҗ�0��eѩ�45�ۣ/
;wL.�ۛ�3�Y��96�-�h]f�~ռ�G���R�ߋ��}�����ohtv��e�Nj�UE ��tO/�Yt���Ό���Ow�m�24�;�QЛ�)�DRq�W��Ad�J���8=ҳa��ٿRUur��O�vW�U�xW�E����9�Ԙp1(�eIJ��+!wI��L@:�H(�N�����8�!�C���,�8{�ԚW���q��ϔ�ױ(@.��1��s;h���LK��vUǫ[6��V���K��F�DD��ӓ�
-��)��ymFE=��q������$
�[}Tb��4��Qvc�6�t�._PWJ�+}�M�9�7N{\r��m[U�:���_�R�-��O���T�D��C�C�m��jB<�ϻ(�uԝ�����f���Ϩ�
ta&J�"������^�s����D���y�d��٠6�ܹ.��2����7.BU#8@@c��ȫ���.Y
�M���p�	��z���
mk��)�Ǻ�*t`��[rYFrґn�h�9I.K�>��T_�ޢ�������5�$,�9�	J��Qc�4��1�=���-�=Q�k�:3��%������̀G+M��r��'�f�T
=}��ϧ$�C���-�K������U�I
�"�|0�?Fa�,ڡb�g4�Ó	__T��c۵��.5�P0аK�����P���*
�YSִ:�E����В��uA@7T�E������C�
�E�c�t����w3:V'C\�Z�m���PkHh��b,�(��N��)���o~�t|�6��UFW�9I�l4E��&汾<�3�"� <7�����p�;$�tȬ=8��r\Q��g�Ȏ���+�G��]�m#;_9'�a��[w�zi��<94\���!]�ȇ�I��a]�u������n�x��{ e�A3��R��֟���0���!�f;��1�ъ�"
�*'���oX�OBc$�,j�$������\Yͷ�z�(���J �"#wȠ��5�b;yכ��/x�u}���	Ç�Tn�*�l���P���Ә���"�9=���@�MW_O��e�1�������O0��a���g���HH�2z>�|M���d�wsUg����o^��
N�4�g����c�H�i�ۼ ���C�lj	o��Y�#�t����k���ȶ|K'�=�jC��$�eќ-�#�E�_�34o�\�����-:�:�L��չ�}剾=����G>��R���е�[�^7���)m 3��@��(AN�øӕP�x�6���W!�BN���d �����
9�Fg˯�.���$�j|���)����c�}����u`���W�]Ɲ�~�ԞZ�,v]bSƓ�Ar���A&��f�q(w��,��|���N�Xy|���X¡�EL@y��_LҜ:���D�5V\����΂�o��0'�K1u��_�WqO��b���}a����K��T��
rol��굩
��
�]'R[ ���"�R�L�Xl'���0��K�=+K|R<��~Y�[s��P�-���G|a���u�ϡ���8G$��pY�R�'����$sƸ`&�3�u&�����tˑڬNS`YnaOB��坧�JM�J���,�C��勤�wC���1��$]xm���SQYi���К��%G�!~��0^�k(�
�r�ؕoU۱�j�{�ؠ"�o���,�dӲ}���<^]�;x�2_��u�����->�ZҲ���gl�
ʨ8�촛˃��/�LW�e�b��J���\����9H��hX��*�|��(#�`�€�/o��)ܤ���ޕ@����2��s�?�
�������wC]S	�w��v��Xوcew.��z��$���EE+@��t��1�P�&|�GKv�9	�-�:��A�+��F�����u����dW��xqr�
��B	=�t����e�QR ����F�o�i���ɝ�q��M����cۓ%�K��"�ۅ'�cV�O"��$��b���m(V~
�u�mV�̇����X(a�\>�����O�2WH3��lKm��ldV��c=�Ӫ0!\o�DA^N&��;�8f�YT����L���eF�/�"Z ����6[�y�!F�"|�/���B7�>K
�_j$3o3�;r�7�>>�w��|c�玱u~�*� �|Kk����r={�&��!�0�.�1p4�a��J�hO5�
F\�7A`
�	���d
@�$�8z�q>�;x��� �/�
��#S�ppY����=�s|QE�H��d3��\��h��ƺ��_����σ�潡n|�H�wZ໪YJ��h`L���AG�p����0�w?�=����5��X�����hB���Yn$��r��3��E�5�j�!�!�5!^*�y�ڊ ���bA4O<�Z��@��n>4Ƽr�+š�R.�F��qO֟7
k24��x��Z�ü?�!�;�%��
���{F�R*)�ϗ�ْ)�c��A� �U��8RJ��F'���[U�:�\���*.�&Wz�_KL��z�_MH�B�w2�I݂�O���ih�)€$e�[S�M�N_��������
U�i�f;��>nI)�ˋ�W%�5��X�2L�.���E�+:��������Tpr��
ǣW쏬]y�]s08c$6/f(��q���e��h�P�6��'G���:Oz�(���E�����G�ø8 �z�݋��y��D��d^"�/�O�KyV�؏���+EӚ���NzRP�#���B�z�Ao�����g2��W/�J���Y�z~>yF��4ka��'A����A��Q�K���g���ۀ�G"��3����x{�)Z���ab���K�Lӑ��#�P�`�uS!�u��:����t&5+&��u��!q�Z
�3���E&'E�/^���_�6j()�?z��z� ��8c��MK��H�II�.㾚@�5Kƣ��̓�kG���[�.j(9e z|IJOZFOjj�=�y
�1�k�K�B��͍����������9<m�����@�m)��3��y �m��b8��i�[@�#���������m��������*��㫬F�X�p��#�3��=�;�ˏ��R?�x�L �-5&gz�D������I�\G��Ĭg"`���N�:�tNH�q�����i��і�+:��e�m)�����(IMnO֧_�N��l���EFtH�^6W���k���jz,-��C~zo�!6W���/X��i��� ���g��JM%���4H�<�V�6�҈O(\���k\�j

���7*%+-*)���N�L������q�ő1�b�[h)Fg�����s�^SB��u�k��YLY�T�6��
���!8�O���#<�*�OS� ���ٵ��=� ��I�en]Yt(�<ܮ-���Z�j�����与��[�o�]l���[��-O}61��-�O~�Z�P>�P\�.��|{�q��{A s}��@�5޾�x�io�
�ϴ<���_<��̗�&��l;��#Ae�ކ>r(���."����͍I�"��5ȯ�!��փ Ҳul8�䒧`&�s*�	M���5u�ejaȲ=c���N���X�<6!� �7�"�#u��o�1�l5Ƭ5��
���ۗ���#�J�~ZE����P�e|�<���),�W�* *�����۷0�'����ۘ�v��Kj��(s��U
�S�sV�(�8�Kơ��ߞCV�G��.lqQ/]vz�SJo�Xv� ���r(e�v�C>\��� �	�E�"�R�H�PV11�W;�	>Un6����֋�|�z��C�twI	�$�uf�z��
�U�M��s��ѻ�R�l�X��,�����U��Yw��%6K�@\���7�J��UǏ#>uQɔ�A�Z�$tQ<��F@�aFX:�bv;���u�zz�����jm��jk����h�SS�PG�C��+��۫+��<k�/���=	)��*�����`�j?���˩{
�!32S�}�4U�\�M�S�T�7�7����$����g�6)M!s�kɠ�9���]�f��-�<g��汖�`�������jCt|X��D�x}��}�[�R�x�H����L*���zच�*|�U�|���=��cͫ2��G��ScSMƶ����gm-)j{���:�+ɋO����3��e1�Vsא�Э=�q5/ݤo���kHo8�d��9��kܥ�শ���=�;���^���·����((DZ��D��M������*u$79��e0OU7��D��z��朇8�uq~R�Z�s�
�P����Y8tm����7�;�����i�7�z�c���*BE(&a@���!a1q:�!��;oF�u#?	ȏl;0�lYz����r���RE��%�m���O_���}p7�Nu��:,&��o�Ũ�[𕚐�w�l}]F ���Y)J�j69[���r7yE��t�3UeO�x���'���E	O��K�2���Z�MU���_���HB�H#��b(:����l�{�����.���2�x�e�
\N��BeE��z�SP���~wT!=/'<�X�_qT��[�����m�M�&�B���DeG{��s
���cS��/-<��bCb�)/+�a(1?�'$��ft:��|
�t��%��N�ʤt�/2g�8��������_�%`a	���t,M�����$��~� x��M�u�VJ�\G����G.���禞���rc�pC,���N�1=pL1�=������op,��B8���q���݊�=�-"\�)�JЌث=Q%�=P۫%�	e��ɝ\�gM�s�g^e����T\�Inl޺(�Pݔ��ڽ*#��>��3挠j��i�vQ�Q
�9�& r�t�
|�-&�s�i��`�1�fƀ&�9�U���I|	�H&I�J����c��q����Ep��9�?Bs�����ry�z��W"���	B�c��ŝV*�R�P
�Ge�"��ٌJY�0C�TߧQ��M�v�:L�Oj�-��;��Կ��i���R�����f,[���x�!� V���9�1�4�`iOLa�����1c��i�Ɣ;�AN#��x΢)��ۉaE�8M�a�N��j�i��g�1�3c@���s�i�8�p��K0N��	'��zO�s,2�ח |x�jƩ �q�Ө��11o�.��[�m���g��w����2��v��>�2lde��2`�&2�ֶ��s��9��	�X��c���6*��_���	��}!����8�;�"~��Hd�����@JG�Q�dq�<R(!!�Qe;�o�Z"���_�\�+�I�� �yqȧ���/�W�K����y��>ɛ�S��QD
���"2@F�i�9���nry��fE�ڌ&U��>�,��4��!�!��C��Pt���
�X�@��Q��	�
��|4T��M
��l=ڞ�����3J7�ԥ�V��{q>[,g���{,�l[<��&�o:�Z_h��ԯ�5�P���][���Y���ua~%s|߀��#����nj���6�=�Ɣ;��a~�脳�4�]°�9���,��o5�c^h�ɥ^��O8j��4
��P	y+~�WZ������YC+F�l]6��7���s��_�0W��쉾�.$g���_���J,�B��\b0���=�^e�?�G��++8�i?��&uiH��_������ǯ�}�L���u�x��7ַ��)oшwJlEebsbTADK}�4�g�^t�{I"��Cߺ���#[+7��Ī�"=36v/91/(�mMl{A�9E�n-��(
�5�De��Q�kb���5�y����A|6R,p���1c�6�s����1��؎Ǥ�
��57�O�	(9�I��v�i'�	� �	��՜}��8���H 
�Z"�#�.��s�K���*wWd��	����%&�[�Ú_���\	~�g�U;��b,����n]Al�M��^�􇼌G�'�,;��c1�YSr���ٖ�^{TBC�Rck�E)���$v���K����g;��Wu�O��������ǖg�>����7�j_��+Zy&��x1�{Si|Gt�B\�5�
����M��іQ�:)H��'��s\��[���S�wz����Ә1P:��c4���`(be�H�&���ڌd�<&w?��8�	:7�9�K�s9���g�(n�w�X}�|L�?�w�*!�c�>�L[��.�F(�~Jo�Ǝ:V�f�7��H��T8o��`+B:ݓ�x�U/��o�862�R�Ÿ��6`^��O��y��[�\��U��]�Pz_qp��ir��okH�oVm[��;F�/�(|�ѬC�V}���
��
#�Ia�i��{K�GYY@�
��~���AL�mp�_
'g�ݬ=={���/c�\����o�~�;�s�I�gL2�U
+;��tF���za
q����!>З�b�C.��_V�r��:���6���/(��+(��~��Μag����e��Z�W�_�L?A���+�0�?2L��t�
%���X
r�_lD��ql���XPΎ���
eJtv,(��eK���QaG�X̼�����'�����t���I@�L�*�Q�2=��_��K^C�΄�2\�8ԲԸ�p���@�	m�v�zFHm���^&�2uR���>1�|�3q̳F���|�����c��6ڎ������U���!�;t{���r���,����V�*ȇ"Ģ���WI��N'�uf3U+�Y�����sV����#	���P�W�������f���%�"��$w���j�s�;<E�:�]0�<S�pJJ�񭷆��Ҿ�ت����+�������Ӡ����.N4@��j�׎س�w9;ᰟ-�o�����N+q{n8|�N+q�^8L$���‘@y��3��ޙ�,~����'�|�<�FL͚W��\��T�W�O��Ԝ��P?;�@��?�>�8ms�C]�ݶ�ڀqN|,N�4��9ו�Os��{`aN8'���~_%�~C�H��qW�
������U�'�נ�����h�	[��j?�J�ʖ
��&0$��#q5R
6ĝ�r9�D�Q����y_�����{
<D$_�wgNk@U�W!��0��U}�
ר��(�����$�U��u���`��̠��_�S��I=��d�Y޷lmF�ԁ��=��\��~�� �o��C����oa��8�ĕ9���6�c��6,�V�6p���
ދ�?��`��ۙ6&��Ƶb�z!n	aai� :ZF�{ �y_�C�G�����U�f�~�^��ܸ�ܙ~ٲ 3��+�# w���|3Q-�Y���(cww|�FĻ_$�/u�
O9啚���a�����w//�U'���N�ȱ'��n���=h'Q��;�g����8"��2��^8�8md��p�l�p��#���R�}\��� �n=�P�?��%;ߓŴ��h�rMqm��opL)�+�o�1A�n���|5F�'��2�*�\)�}�P	���q���T����%\t8��I�í���B�K���{�4G�~M�<�g��Sw>@�r��u�t6�_aD�ŝH��'�j�J��GX}��rg�r��^������G��~
��r��H��^Sּ:�E���[W>�D���Q�.M|sr�D[h]���L���]L)���^�y16�9}q&W7�o��K)�w���`^�{hf�W�u\4����4Q�5�q8-�+�cN����J�u���xi�%&ݑf���Ý͟���k�얱ϥ��X��yۈ��eyK��j\[N�q�+�-W)Tx���YX��!oR��- dKK(���rvnQN�5�{�T�{'�l�Z��X3s�Q�1"�7+FT���q
��
��
�Ą�
L
����+�/'f��q='�lq�iB�2��Ѩd]OG5�ͯ��:�_N��t5s;k�H�3������u�r�0�K�/!�B��+�1��~��]���A��gyy�IA���g�z�����>���ӏ�s@����<�Ė����GAs�h���~�nn�#}w�6��|���y�m��>_��K�Z�H@�i�H($x3��9��XRפ�&	�u��?tk��*��2@��94J~j;=��9��
���.�[PM��	\�5���
��E�*���߷����T��lV�ն&�|�F{���ݘ?�N�A�w�=՜����g���\(wc�9=/fcw(we�|��X�k^�?��s�g���{�*�Fg�p�$�j���}f��"�,r���ŕG���V�����D87B�7�Q�6��XJ��M
�TP�>��@�X�T��r�H`�	���G����������%����߻uɊ��7yg2n��l�����P�����O�G�>
E���ŷz�I]�9>p����w����}���sb\��2��t�z�S>8Q�/=�Q�����M����/b��o
o0L}�h��9���z��36�1aϥ@]��\
{�2��
V�
��Ο];'�;��t��q��t.���L~to�X�n&��U�%�ǻJxCNDY<�T*WwO�U�JZ��` ��������{��L���'{N9ӥ�_H[q��=E}Q$�D�������!����	��j#�)�ٞ~(�1�'�r'�B�UZ.��ly�O��#���K�5��4U,^�!k��'!ʓ	�.		г����F�r�g�	�4�/&�Q%"����s����n�<i\_pe���~,�֋��W��@�ց���ӺJ�ލ�i�%�>]亐g;Ӓs�;��3��-%C
-�Z_�v��G��Q�Q��zb׆G�zצ�m�[z�r�^LkNlJ�N������!֖x��\�2P�ْ�X�<�,��7�p�N:�mɫ��l���zΖ;lɍ�y��|�y�\@=��Ϛ�A�21�$�a'�kf?��/�`8�8����R���bh"��s��7gAa�(�w���s���Q�;8�g�s�+��m&6�9�N�6���y�y��7s�Yߨ��+����R�����y�y���ѽ�o������
��G�:�I�/���(!�R�Lh�{{
��'G��Jܩot���L�f{NJ& �`~�D�|<u�
S��m�#��#��)��b�q�J��*������U���^���.K�8�~kE"�{o�&�&b�n�#�;�]7�^:�9�B�g�!r��6:�N;A&�g���)�s>�}�F.羗͹;�B1l'�9;��3X6_:��B||ON��g��T�
ۉF�N<�p�p���]/��F4���8���ډ)|nG8n�c����s؋�N����c��7�"��vG�/�;�;�D��&,<�+���<��t���9�A����r�����%3t������ܘ@L�P����m�/��>߾'g
�=;c=sN^�8'"�1=�9@��#��ϗ���|bzf>t�
<_���x�����j�}��s�rm\��/�q��dzs™r���p\�HA���@���4�G�s�;��B'�?���7��_������~ٺ��H)�z��jg�s�#9^��]�ʌۿ<֌��f�2�'���F��Ox+���]4�wu ��6�9�����Ѣz��j����f��Z��g�������zx8��ù��@C��Sy���M��C�O�cqU�I=�:Z��ל�Ta�u��=�/�|��_.��(�2�k]5ҧ�9�>��0��-��=e�n�'�o������na��Z�,|Y��_.//x2!� \|K�5o爫���\Z�Y�4۳{߂��2��w�q�#A�m(���GD�;w@���=7<,��\��p?�%+��o�խ��8�����t�
�U�K��u��֩�"�}�GK�G�(+XZ���8_b{�m��ZyE��Gy�`�U$$�|�ݡ�
���
=M�5�s��������d�/�z��Ƹ|/�}�����ͪ��V]'w9�3'_N]�Z�����:u����󎑨�3`]���'��ac��`f�=��ؘǍ���1�a�}�X��q�f�.(gC�9�l���f�l�q]<�{W����,*eD|�@�\�b��nn�26i�ڣ�KLV����7�P�1�+WbN
F�ʍݽ[bu���xR����B�|�NƤ��ғ$��R_��.Yc�鼲t˖��6�ݑ���lI��2@�z8���~�:�ye�TSS�K����.������&�	�ş�"T\8�[^��)c�	��f�	��8�]A��K��U��<\7���}����ƞ��=�i�Q��D���Sc��IDScc���ǖ��ƙ�q�)� "���F\k�m�V.��l�Tw����in�&,3u����K�CܘfPǤ���)>��p^���6'I�K�Xh&��	�8��O��g��>7����>������Մ!�t��<G��������;W�G���A��>���M���S_�7�3|
�Du�b9�w�J��E�ld�� 
��ai�I�
���vO���癔�:j�oxϿ/*nAo��:%;0�)��lQ���Q_{ZF�ǹk��w!�[m!��:��+�2}�z��<�ƒ����5��0/��l
���F#�?��H��&P~���{G��`2/���ɓ�y�	����p�eֽ�)]#�>�)�Ѿ&�$���:���7���}\�����#�|�gR��M����3s��~`m|~y�6!���ɩv�΃�x�7��㞳�s
��.(��}宛������A}�ys/V>i&�����h�����8�]⒱�s���І�.ge��|;;��Q�|^8ԀE6�h����9L${�Gj��5B��"	G�y?^��"�p�ǽD27�DGd<γ�,�P�
]Y�\Y�c1�g����<�x�X���24!F%�ǶU�HM|j�괠HMR�5ݤo����
T*�bH���x�ٜnl#�eDׁ4�Wd����[���N#��U��^�٥�uIh�}!r��`��z�.ĸ&��l^<Կvm��-�ѩ��ѩ��7F��F��CV��$'��&�7�}�i�k`t�{�%�̎�7�������g�A�z��t���A��ӧx?�g�w�s�z�?��y�Y3�=[eI��g�Lw.A�y�Q�}:�7�������C��g���kӉ�
>�����Q���s���s���[��=[�e�g�L1zF�S�p]޸���{x���!s.�6��Vvn��q�b��5�{~)
7z3��f��/}#|xQ�*����5���4u	�C]&��M�1`j3�¶kz�!�i�=��=iƼ2�'�K�Ƥ�ju�6�ʸ�I��r��=��>&���ċ�68>V�'e^}��2Q�*lha��aF�N�Qf�����L$C��k��`q#+���?@��9��q0���)N�+UQQa�/�I9���
��֞�p����(���<���tF�2%���.<��}� r4v Λ�:2zM6x�Ƹ}�W��|�O�L�J����/�IY�!ϰ�#Ѫȁ!ct\jI{E�f��b���N��k��p�լxBt��Y�o�t0E�j�Sl޼���,"��J���M��,���i8���%x\�;�vg�q���&.�'�5����p\<��i��#A�X7gα����f:��^ga�H{U�~�ɮ�;�3.�s�.������A�)ql%��E� ��J�̝$\��ȭ^����$��G=��Z�s��F����{wTx�N�?�{~�
YdW��>�g(��D)�2����K��=�S��M�4�Gɂ��;x��׷^%odgg��W�D:�d0~3�
�>c�^���ytVq�������#"�Y���'	�N
���QkO�ܙ��F֍?��J�Wx����/���J�9�P�֑�$��*����|n�W�\��\f���kϬʹj��|�|ۓ�2�n=z�i�x#���;�s�~�s���k��������z��[�+�>���
%�ѿ�D�Oi��^��O���������\�G7�7s�ߣ�4j�c8���vl/yN&B�Wf�Fעf4�OP5��M��zۣzʨ�|���d��&�����(��z�O�^��|�հR�\�.��o��v
���"����/a|0m>����s�M+�@H�E�H�|G��#BȢ#sAp(�\��m�@��!�G\$cH���l��ݺl�q�y�3�6�>��f��I�ed�`dh�齼\�P��<==�qs6Ez{2��Z�`�@w��e�R��S<6��#�b�����?�Y�#�kO1?��ݾ�����e m��eͪO\Ư�����s���_��=�_�c仔e����� 羇�+��S��C�ٻ�P���tC=3�j���$��!v�p���w��������,%��"ۤ��m�6~�.���˟��)���N��[C����u�oxq�����4��Y�_�M�������OޒW'
�|��O!��ឍD<
������^�����#�G4��3�Kl��R����'#q��o��󪂕��H����#�w-�<��P�2/�j��G��������_��d�zռ����7f/y�t��\����̺�u�=��%?+r����1�i���Gp�s4E��Y5iqP���c��c�@c���c�y6�;ƌs���c���!?�c��,���8�L,�
�ۏ��X��z�;Y���i�.��p�[]L�2FxT�_p�=�`?��uډD}c u�Y��m럊m^w�mѪ`�$0D��:�����ɂeʲ���x� �m�,�Fo�����U��_���U����t~�gj�*�SM�u�\��Ήa5�qu	��0��4��o�r� W�?F�΢��t�X]���Z"��q7=��)�h_�%T�5T
N:z8.yQ� 	�-����3mU�,��6-�8�hg��(.
Y�:9,'�h�-��R�[ϸ�7�����Т�����Րh�L_��p�bX�PNEoκ֩�V�By(��>���ŕ"<�e�W[�&����n����<��|��/Si>M
�k� �����}�j:�]UmUh��\2�ο{_9���(G��D��^�h�E��|�]m�_�~�?��"����;_jZ���ܶ��.����@eU[HYj�HF���C9�K�M%�z���3�{>ݯKz�ep_E���𔲂�����ǺV��P��)�[�;'����kG�*�Wt�
��	��	5�U:����w�q�'܋�G
p����o�>�^��)�e�;���/I�Rݱ��om���E��O�Z^S�m�XS(xW-�a	}> ��Ɯ�\Hy��2Q�F`±�YL7�E��Z�r'��LF�uK��/k\LR�y��_9d����ZCQC�xF���]��e�;�i��n}mf��]�,Nl�
�J
���?��ͯW
x��b>�1�Ք���*�n78�͠��r?��M.@%#�[]gZO�=2�T���Ϝ�1��C��窉i����-�ۡ�yAi�E>J(dZ�+�i��\9��p�B6>��)H���8:Â�W)�����?��j����"�����tV�012y�He�E�]5���77%oy��$p{�����Ǚ�9p.{�{���]N^/�jY0���UV֐�-�����P��8lg�Sg�C�pt�Xr��!��`��������'�7l>��(�\���[�j�m��>�A(ӟ�89ׁ�P��Ll�4���N�w���g��<�k��V��T�]�ݐ 	����������|T�?|����l�f����u�)��I/��z��.U�" ����� �z�r��V���d��s�n6!������N�<�����y��
+�%��k#U��Ks���_W'�̵@�Y��7'�'&%yX�e�̭��/�[z�g�fx�9�%�Mr�٭�	���'�I�J�aYr0�8X�@�
P/V��q�wY�����p7𑟟a�X�-��D �O���=�����I�B�j��'�պ���%AA�H���a�0�
��:>P�=Z̡�m'�QL�c�p��cKC2�&��S?=�vNfRGR��W��b�%a����Wz*�ӧe���SSg�o_Q��tw����)E�R6��ePvsZu���M	�ݲZR�C�5m�V��4�s5��� �<йt�I	��I���Ҏ�\8`�Rm�SP��Q��x�g�;@�x�ޫ�*���
�`�}�1}����%وW�;z��[�*��|�N�c5�5��
��p����2�����ڡq})w��E@�˦�����5��ËN��
�_&t�&���|�Kë́�,M���mm�niNj˦�yv�Ĭ��M%�M|k�e������#_
����d��x���R��,#O��\d\Z��ɇ�Zp��Q�S�IO-^RZ���U��B-��8�КԌ���(�7jre�[`�ֻ}���WO����J�0wijaK��=��0��)��lfp��
#�D��6Yf���u;�7��)���ߚ�w��w�%��c���&7�j�4S�6��>��Ƒyig#�LO?ppe��Ⱥ�M��M\u�q��O%�_B:\�>J|O�A��u��wN
����n�f��.�g�䉙��d�
�ER˽Ј�t��~����:��s)[��:�9ňq�"t�M
�cq_yE(�sk�rYv�D(�o�d��L�#��$<�z)>߫�.k�?����|���������&T�S�L��B���PٷgD��١�iZNdz�H���\�{YfX�f9�6iW�ҙI�U1�N=����)��_ָ�lam�6>..OM*�g�Wl�s�iY�g;kf&��3W>xn�Ϯ.��v~~��m���]�w��p���rǢ�	c����}qC�OS��]\�F�r�Q$�/xo�0$H����g�������#����ջ(��=�)��!D#�^����W�$ĕÿ��yi\�Y�$c��[�P뷈T�_�Ƞ�i�J��%�H1��nh��s�ͳ�LȘ%���\˻���n������K��M�)nw�+���L��+��P������M�系��.��p?v�<O�}k�@�z(?��*
��r9f�{�-4�$��Kdq��F���2̆��ٻ=�&`r��w�~,�2�ǼYٙ�'k�_��\v||b}f���g�τ�ON�iK�DoQ���B�o��<�;W��3MX�,=�pɡS%e�d&=�3�7�U�U�av?�wT�I�iX�-����8j6�:?�sg�\w�H�'���i����~�����:�>�,�;�1߈�)��s��}G����p�>m�$l`V8)���c
��e��Q���m]8G�[�Í��7�ڻn���A�x�,`�0)�Ο�=���ܵ�(9ۻ>���]*�d�gN�Ɋ�����rz֊'��ѰD���5�N�QY�̵����q�Q>�nZO��Ig������r���y��7rڟ�:�H���-�0٩�[�i&�(��	+��l�������W�<�^�\DX��E`�M��������ER�Ϻ��Nߒ�B]�Rc�g��S�K�s-j��=
 �X��Y;'��H$8��Fz�xk��+*>���=������Nkd�@�C-P/i[2�4��M�@����1jY��U�΁�Ax�@he<�o�K�O�?�}�g�k�|$7��$�������+�U<��?�4̬�zj��K�
�����ڳ˦VUOy>mf���`EZnJ����j}+�_�\Ϝ��1���3V�F����po���B�J9�V��0%|{
�=l��aKCs	0ɧ��Co�h������F8�9��Z��m���<H|H���ܳ�BӸO!u�*�Wd�Źe�XPw5�Ïx��/x����
4W���xftm�C�R?�\\0���k�X�l4�?�O�/�˭t���'n�L��<�o���:�抦��Z<��z��s7u��D'�Z�X�=xr	���m�O��h�5M���R/�u��؞���8(oa���_��$�Q13[LtCJٓ���A��/�s�Y"d2�S��tٓ2��j��d��=.��<aθ���_��F�UY�5����:����]�,'>��[J��=n�^b���9E�Y�CJg�U�(t���O\6YO6?�=�ܜD֭�Z��R�g���������	Ү�<1�Y�%O��ꉩ�Si�6RsH�u �辣Њ���
v�
�h	9g-�^G`��ɘ�;�>k=�ZO5>�3xaN"����􁲶Z��[i�:$j�\B�2�	 Ӆ��l�1]T�;ڷ5y�Y����F.��պ��ɇv{V��p�+Q�=��`?��rjO����=-}~�S�|L�qp�1�����o�|�߰	�3�N#g#����ȊF��6�#6�����	�����Q?���& �K�N����`3�eʺ�gٍ=|?��N�`p��	ta��θ��:����踆�S��fqߑ뵥�?^>�H�ƬY}�߼��}gg'��6���19�>���x>r�(zԘ�ٙ�K$�"�ؙ'���SnD�2�Ƅ����SŴ�ڈ#��
��ݽ܄?A��مߗ���w|�.�Hv�
s�d����ֽ`3�	˭��������8h�n�0���o�e��@���`|�xP,����QL�|d����!�4�^|-y�����x>�Yׂ���;��n=@p𧭅�)��ߪ�߳��Z��\W@�3����i��I�	��E�L�á���x��@w�|j��E%�vV��~t�	���g���L>]Q�{k�g�OϬ]�]��k����(Cv{���RhoSE]z졜��m���o�pD��*ێ�Mc�>��]��\�T�Ӯvt�%�K����<=�\�h��?~���ݙ3|�}v�A�����?�<e�X��b��Zm;S�8�L1��CZ�V�sc;6A��B���o��ȭ]`!�r�(pr�g�V/z)�CyM�#��gP(�Y���:p<��YP4�Ȅ�|�.:gT�Qj(����?�X�*�}���)P�b6=3�~s�}�ػH�O˩��~�������9��BRr	��
�_v�Ub6�q�Ǵ��5�0�JE�<uƯ�N��1M�Hё�p�'��U!08���OA��C��+�<��������G4���w�jDs	��:�=_&�t�q��D>�.�c��� �T"��n�{�o2BQͺu_j=D���?+'P�P��1��ur��Ք��3�seJ��j��^�_VQs<��5<�+&ei�w��[xF)�'�x�Ǚ��p]����C�t(T�#:4�iJ�|g�����k@�������$�7�J�7�;ڶ�1�iw�:h
�G���?^��_�����a�h�|6Zg ���ΈWg�d �6���e�>^>{��M��z�A�-�1:#(��U묡����
ǹ8�E�H��Q#�b	f�ڨ9r�i������4DQ�ؐݒ�YgmbZ�2:�ȌW�g��ۑ�Q�3l��
j�G�����6 �:;9a*w����0<y8%o m=6�=���g&%Ϙ����bo�<	��m��'����ּ��g�
C��^��޷7]�x+{�T�y��]��5�?����
��������Ð9�x�QNX���Y�m.�h+=:���C���ROX�N~�K��[k���5�/V�X����15kNKA�v����mE1�Ƀ��؃}	n�.ԡ~їG�w�so����QM+�o9z�.Ę�x5�����?��銬C	J���Rb�R(c�����8TLH˙dNT�L��E�y����d.Z޶'gfY�|�iۂ'f&��G�Ж��=R[�ۺmw�v
�a'�|��@?���"$�j
�D _[��qԘx6���SS��\�]���1`\�	u7tY�w�>��f��cO$V�i�qbO�j]����큄��Puބ���=�w[�����~xw������{�煉i�_�gN�<�?��Wf��2�$���\�6in:<�k&����*h��e��z=��gv�"�`�0
�MT�#Ď~�Ֆ�捗��<Z�13���������;��uo��-(,\T�辶��扡�����t)G��^���X���p���S�f>�I������+����RHw�QX^|'&Q;\�:^��1��0i���.�66=њֽ<��',e„ui��/Lk�Q�Թ|¤i	�j�z:�
�*w��)I�袓�C���yE��i)�^���0��b34���A���n#LJ�T�޼�8�0�}w;j�Её��Ș�'`�%�Y�tyPٜ�u��.�hm�%8*~��Co7y�[לi�����$I(���͏��Pt]����s�#J"���>�(�j<��_����/���b����b�"CJgl(n`��PO]�����B�Q��
�V���ɱ��ݳ����@Lr2�vώ4̀l1���@0Ӌ���LT���
Ǭ$�Ďޙh�Is�Q��:�����^1EaG/����Z��*��fLw�W�hR;�\�+�#ݵæ���-���VW-9��q.�8ISVl���_�9zC�-��'���_��,g����pq��׉�4�\Y�d���!��%��x:�Ǧ��MOw�hj=��tWѼ��)��
r
˳�LJ��<�kM��²��/���t1�IIi�'�Y�1f?�qCH�̚��9G�7y��C�����h�#$~S����lxD�����@�5ⅱ�����_��>�"!oLg�X�E֏������)[��?��X͘7�����ԁW��-Pz#��fJ"�	�X��W��^;���1_�y��GY�Qe̯�x/s����'�~ci�Vv���`�_�5���8'h-��gcJt�GHEƁs�l-[m��Q]QT!F�C���[ ��
^y�?X$��I�w*�<�x6�x�2a����3����ܘe=n��� �<�G26���� o7���zp������dN+��L�7I�=t��`� ��:�v5��~.��lQx�,džɄz����#��Ծ��h�5�����7�D|�r���"����
��Lڝ)0�dr��"�Mf�B`�dQ7�`c��s��M;�YY�Y��O��ڦ����V���[�@y��Tg&�t�+'_8�x�!�\|����J��/���S�j��9<nj���Y�<jL�E8���!�Q�.Q�K/��vu�B��{mī������������7iX<�Υ��U��p|����rt��ה0^KL+�(��8֋��!ݝT�h��\\�|�Sj�'�t��B��d�Lqlׂ>�SE�<��Y5�4a��x� ל��]�z��M�

/�^Vo��_�V`�[^Z���C�St}�]HC$ʎ�X�J.�fps��8�f��2�Qt�%�>�f-\�ډ���:� 19kq�Gۭu|^<ja��n�}����׾�8�2ٗ���Y�ؽ:�2_gm�KѦfv��|
��쒑�<�[[Q��4z�)����2�p,N��@�Ʉ�D������m�
���F6{^e�ɕ��M�:3��gs|t.�Ajo�ý�4�i���m@YD�]����*T��Z1�P���e��l�*(���T�Qu/�j�����D��������n�IN�:�q?<�5�/e����l�-��&�և�E��
�~�&p�<,p�[V�t���gT�1,E'�exd�@�1�]�wL^@:oF���9�<���U�7���V�~�B�hѝ���֍�
��FD���K���۷�@���x�g-�m;�s�#*�?"��g��X���VC�뇲��N��!(ý������$g���m��sv�|�1�,��gRFxk����ͿɄ�#�,+��-0�G(���ȨC����
�W_��NЋQ��1FY
�/D&��Й���c�N(YZ�"�|�n`���<%&5�����Z�׼��P]u�I[��Oɯ��Ҟ�
lzuK��O/ɣz�?���e�bZ*�@&�r1_�"��r�ly9T�L1�`��n�/����;P�}�ް�`���A�Nԛ�r#�ʪr"45��_T�IRv]O�I�ziq�[ϬȿٸxOU뢔�+��N�G��_<�����Z\ОvXľ���3����cl��I8��%-�NT:�^a�*�贠�"��9O��s�n�5gLL4��Z��U��j#��|�l�kL`T~��<�!�rym��O�te$՚�N��?)~B���p�b�a��x�?���@;^<�˘
�r4�n�tssq�v7d�@t���5���0�F�#�6|hGx��Zl7�oN�Y��Us�G�(��%R��2X�P${����[��_2*�s3YIcJ��K����^>�PfU�3�aЇci�:�ߘ{�l�?�v�`�a�s��h0)tL=�͡$!4��D�?g��T����)Yaݩ9���Aو�����i)�Ug�N}�M�:��T���O�}�ٝ��{Igdp�fP�S�aBr.#��QX�7�|	8�C��
����"j_��:X�b�!�f%rїk�*�sR�PP$��i7ʖ�f�VvY����7r����$'Q���9orQ�o^݂�h�بΈ��
*�vp�d[|}X��GAûm�ar�ӈv8A��
�o/�es���Wf�*�	|�J����p�f*�*6��
�L�tv�6�Tıpg���옆�D"%�t/�Y�p��\�z�4�g��n
�3��,h|wS\I��abj`C(��	��0�Vyx��5��Fx�p
��?����0����,t�{s�cl��c�a�����y�������R�������COw��7����<j�q�4n���O|)��o���~�cY@Ǫ/<�Ͻ�>�n��K��
�,_i`�t�H�Ad1&�Jam#��'*uV0.*��:*W�M+q�V�x-��%�;���y�<�#���+��|�`��ׂj06\9E>E�A�M�S�E��r/��K>G�J~k�z���Y�$C�5���.k>�}%�v�J1#��M&SbH;���k6�u6�ejT� 7D3�I�4�*�T���^����<�Ke���Z^ɖ���E�b��.�:�N'Ѓ�<y���-jZPU=߼��J~5o*���g^%7�;/d�{"e���r�׺�;{/hq9y!�b �Uv�$(ދ���=�^��]�ہ?�9FryP���&�<�ͦ���K��f�Z�
�p����
�g���r�7���<����7��n0�Wr?__����I(��2%sn?�x��B�cҧFHz��F�%���Z���V�`�i$�L��:����ŔŹ�7w���e���M�P=u��wϓ�	�',�j=�}�ݔ埝'�C���p4Qܻ�}�~�!y:9y�x|!n��,~���
�+�!��P��=|Ⱥz�,'�d"�@?��ۧ_������i��
<-���utc|�%��b��1�:>��cM!�W|��gl-���u��Sy]�M��0hc#�hG��NN^�v�@�Eǣ�f�����Y�Ma��Ӷ�Ϧ�6�?b�
�J˙]����M8njHϟ���EQyv�2DIz!����̜WrN���t�R���i('��9�^���E"�R�x#Wb2�ǥ�C����!���f����埬� +��˃���f�gS��˴���^u���[0�����(�c8.T*RJS��㏍�=���J�~�󌴚�:2�a��@�Ė�C�C�����7w7��N(c�h���ʡT7k��2A�d�'��r�Ņ��<�Lص�U3B�n&P�on��~,�>��Gk+�-����5��L "�!J����МY��,#�����:��2�z�ci�H�P���4ƥQ>�D؝O'�|�n?�J�oJ�e�ŗ��6I� �>'�m�f�N��qH�e(�<�4�$��J�"�l�'���p�������C�*	C������i�YO�v��-=?kY��Ȩ�i�\�;�[r���׊�J2}��A��'�[džb�v�
R%m��C&���
�|�mI����6��OR���5�$j54D�Lw�ŋ˱������	D��@��X;X�����$7U
���z����˔�=~���=e�t'���Jn����ς��\=N*�=�M>�oN��L����4.J�o ||0�c��qp�w�j1BY��A��;M��7�R
��VE�Y��ԝ'��䩖�j�����)�U?�u�-I�y�<̾䩵�MPb�	nǧ����ʚ]3iΚb�����'O�[��f�&g1����fO�B�����	����*���^�c�
���vE
�9e��m���|f>p
஭__Sϣ5�����
i{�)+������0/�v"�>�7q&(w\��\�JĐ�@M@��,xp��dM�܄\�ٵ�KěL��~�Y��D5���t~����Z�F HW�Hn ��r�E��U-1�<�
�~[Q&@�򪕌xgJ@��[.���T��%��3�}u�"��zʸ7oݴ���U姦�����\V�({*�1�!E�ӚNήY�S����#����3'����k�T˒�Ș\���x�%�9��&-�`\�Sܼd����I�|���ˊ�U��hsD����:8%A$p6�q8J1��~��x�]�U`�f����� cF���x�JE$�z��JK9�u&��&��1���G�=t�2�8�ї0vU����8�tg}�������&ֵ�3���ɯ��21)y0�5˰. �'}i�g�D�4��t���L��˶�iiI[���R��o��ʟ�$r6�g�d�p�J�no\����h��҈�3x܅,vB���悾l9W9�n��Sp���@��|�>^�A=��g��~~֎+��•�Ѹ�Z-�?���hǕ`
=�C��"����X,]�_�b��Dޚ'���ƒ���F���Va1}�H�*�Ų���lP>q�����5Y�P/ybTt��C���������
��hۅ3Xp��Y\r�9�f�fSM~��T�xG�ԵdM/��+v���j�|@Q_�B/��p�8OY�����P}�N�(�]�N)a�qG�w"�B�+���pn��8�E�7|��*�+H�Z�韦UF��� 19<��
B�t�㪅OW9�_�	��K�E�cB�3�U�i��J��bb�H�a���)�dw��a�<�t�]���Q*�^��$[X%��5Y;�@J�3O����7�9f�؉r^�h��b�-�����4�ȯ�c������ۨ���,�dߐ0��X=ܛ4���w��*a��z�6��\_ƾ�	�<�d�g(��0��t�[�BC�e2������3�H���xAw#��Y��H�=.��Z�ř��s
%�~�/�L�O��4��w��D�ё3gr�wHU�&#08I?��Ck�4����sS�����k/���:**9�m�O{��ɱ>il4ȐW�;�ָ����'���Z��lcӎ������5�:�V�+‚�8�����#��sa�m3��H�fj��n�;2?�5��N�����l��g?v�7߲��ټTg4�DA9�~��DU��!Z��N�
�t�ǗTJC�Bt�N4>�oQ���u^zW���waN�<8-_oYjU�̺�,��~�n^,�e3
K7닦�-U
��/JYC
�^�L�",����YyyYYh>]g��C�.Ot�
Z�Se�4��<�){��Y:�˵w+fʤlc��,�V��*���N���Mո�g6�DŽ�;lj�&�Xi�I���~��7�{éΆ�!
��䮪�P��s��+[ҫ6v���E4�e���x��o��]�-��<b��O5�C�ޡޱ	�ybO��'Z/}Z�����U��5�·�O�<�
J��t��}'����#���[��7.0���
��ɶٿ|ueS�!Y=Ɇ��eQ���R���BKy�"�}B$�2%/#'';##�*
���?����36с��OK&�f��;z�.n�"���4����U�n
�K��#��@y��%'��V���SZr�4U�%�ߦK+#��#� +�;5(!�?�uKqpՒcS[w�7qT�:#�!�� ���ɗ�<�$PA
]���؈��?�
�.]p���l���FR���J�� �D�W}�c�V쭘ܯ�������U��)4���A���K�1��#5T\��|FO?�ݤb~~l[D�z�C�Bn�ˠ~�b���[�1�2�-�@���%
<o�;�RE�yse��w�ͩ���|�_�K���"e�/��q��I����g.Լ��\4�p�أB��Z:���_�\?R���6�Ԑ���̭?�pڇϯ+���[/w��k�x4n߃���l���B�%4�J�1�}c�Է�`s}�7�4p��6x^#��n��{xf��\��W��t`�0���� 1�|����C�b`�K��߱/�1��p8�c�X$<�=��ĠЌ4pF��ANE��Gbs�ƒ�� �…~�u�?ٿ@�-;�����C�94�1L�8�Z�=�������5VDw&�
�v<̨�Ӆ�X5�u�1��T���)�+DR�������Xo���d`2������sG�|�bU��%���:w��)�����4�<��M'�U��2�7�a�>|���G���Ѷ�Lp��T���䂤A��"w�T�j��A��)�i��ȗ���0'h��c1X&V�5b�pe�Z
���]N+(=-���O�Ʈc��5uq
9��Ii�Q�>�_٭��S9\�1�7�ۿ��v�z�3������[�͇��ϰ[�F^D���Z��H�����]�>�,��3�T�O�~�{�9�+z��`ٞ�h�.��ߡ�Y�B��ҰB��,��sykD��ڙȷQ�݆r��q�4�:���?�Q{j��k1�5��'c��PHG��^?���;�(���'�=���?��r.�B�'X&h��2��3+�c�T�o��_/U����S=32=�a��g�;�*ˍ��+t6���~b�d�6ƤHS�L�?H�
����D�^���d�Q�|���ŧ#��'��Ee�~	�,-���j���u֪�˄|7/o^�l�Y�u���>����T�T��9d�p���@��T@��
�ș��H=��oõg~��qb��3%-�W��E�e+v��o�$�zO:�x��*'�R���ʶ�W������Zwq/�N{	$Qz椩m[����y��9F��@�Pn��p,�F��O\��y3���Ib2	ǝ~���5c璒�t��ǜF����+c�2�9,�۔�����J��j2ө���f�+��q���}��
�Yb��@�B*;@�z_��ݶ��>�|�"���}�z}ɞo7�ͨXZ2{�RV��'��z��X��s�_��nKm��4�}p�����ܰPT�(tv�I������
�`���?�T07�T�����$Z��nw��H��&��
�m��hAۇ�c��<�҂;�yv�b↦�F���;w��Ieմ��>���b�
с�	�oِo�5,���hd.*�\.�I�(�,
	�FU�H���6��}5׈�a9�P0�� 
��^�jn�����-�{��ź$oʌL�=�Q�ٖ�sv��&{�@h���f��Z�;}RO+����BuJ7��h]�����B���:5��a��O����
b����m��YI��W�a?PrN��o[�_��$�zၦ��,
�Mu��k��QTV����y��H���$�ӐXrl��
�=<aȱYuxi��$Ԭ������~$�~�f%�Qx`�GS��"�GF��+my�ď�նߵy���ʩ�%��S�7��/�J@,�4�Z��T=��ٙO"(�x�Q��D���](k�-+N���Z�D>��{
|�,xͺ��-�qV	|��Y$��b9	x���2�K�76����D 2��5�W�_!o=CR6c6I�)�
����sQA!;�'�N�H�-�U��N嘃O��D&��-]і�?��'W5xD���^%�S�.�=u�$�U��qK�X�xű�l�QT��d�zc�o_�8�N
�p���HӦtQq,J�$���N>��#�֚��51ʵ�S���}�@�'i2,Gj}'-~�jTﹹ�W�Z�?���#KY%W�O����k�^=����;%���S%f0+9���Y�[�,�܎5]4֏��9�٫P�ٺ�2��ql5��/!�c+=S������'��,���p����L��R�ׂi�B���1�a�
�0^�c6�~��~㯲�	v_ɺG8j���/�߲�����˪�ru��0S��sRo�-3�����+���ߒ�;$Y�BMA��\�|��O,�S���B�����y&F�v%\GgT�Oy[��-�IJL��d�SM�Z��ܸ����V��������Z�+U��>A�h,�{�q=�`�q�;��ryc��;�z����u��wQn�R���*�����۬�h=�n��t�щqp	82�X�᱈e+���
�F�Ep��|���RU�3��Z��?����BX��_���Q��8�����~�)/���Pc����;�{��@`���a���^fSS���c����9�f��E��2����YJ`\.��]وr;F!���VQ|{m�j�{���*,f^ݳ�*����޸���!��*�����846���Q#��儮_14�QC�1�c��}����z\E�ud���oLg����c�[;�WP�	�U�j�<6ADP3�	h��H(1��G�'��#��R0�ڰl挞S!�c8܇���wsF�[���O_&���	=����\�w�z?��<���B�E!�,u��gLLa[�X�8�-�9Jt�Y�L.���.��զ.��"��#�曺
/�/����\�Q
��>�C0�LZ#��Z3�MeF���^|~>9,C%t���4�Y�^�\��oU%R���.3�Ԕꐊh�,���x`y���=4���Uh6��(��n|�`̻�̻G�I.��f#y��m4�����TI	�ǡ]��U��Jݽ�\5Zh���y�_�J�E����+s��	I���:2�6����B�W�op�����,��zn�Äލ�IL�y�E�йf���%H�#mȁ��Η��m��e���y�"���<=]ԮP���(���֮٩�˃�-�/ �%!s�H�)�8U��+d�Kw��;\2��V�D�LZջZ��֝R��7�yd�c��ӕ+L�b�M�SwO��7�l"–�
֠[#_���X�R��PZ�Rf�|[�7U�0N���P_2E���ő�V;�4rFX�WG�Ҳ�^l<����9�Y�����BS��:���<�@��y��s&)��|3u�5��u)�
�g����4"H��Y�=xn3P�=٤Q]�(r���xδ��q�H;Ұ��Ӎ�{&_<�-N�s���*����-����,<ў=���|�5�IX>�c�f�tmrt4��86�K:�L�����F�c�8aC.Fl N�͊�k3>�T����0�1�=�?�Rlr	.KP�9��W����9�;W�Wy$�J��ߌ,��D��4��F�b�Ս�WO�(�IN	��;�n�*�e�E�-ȭڷ wŊ�SC8l!�)��||f�L
��(n�j��C��ˀ�|���U�e@uY�]���~"��>�4���V��@��m�NP+�.�l}E��|�}��gP�1��K�,����l�Z����k�A�z��l����q�췿v���_�`�m@<u2�+c'�<~���R��Z���%G�U�i,]T��?�Ь��l�H��f���)�JiM�6��͚̌�Ot�n�c~fMzv��'{l��C�������ȧ�z���ϵ^����X��>*�j�9��Xu�����\�Bs�X߱��x���z����-��a�Z/G?���=Ͼ���b��X����p�X̑���-�7�V�Ь�ܤ�}d:�}�r�i8���	$?K��}���|װ�:�*��c栤��� 8�V�-ڡ��0�5�"�bԔЀ�ӆ
�hb|8�</4���o ��g�x�R�cwg�����?I����u����^f)!��Yl!���1x�
J��#"�|�%2�����`tQ>~�ZMO�������5�!ڴ�eh�R��0���1zG���X9ky��|��o��ddľ�)�,%��q�+�
�dL_�us��yA�
ϛ���5���#̩��@�(t
־��@ $��?�}�������źu���Y��Zw�1j�yl�O(�[j��G��p��1С��sTM"=�_�%��tes�:�u�
�wF�Տ����y�z=[of��=\�T�l�1͉Y��C["�+�ϓ��tu��=|W��|�S���n
C���.*���Zg��� ��ZN��������.��쪆�ݽ^����P���_��0I��yI�k�=C�9�z���e��T~\+��@���NLGDm>*�E����%!1����D�N�����P��D� '-w�]�r��K�-�==dBm��z�����Ҵ9iU��	M�st^�ƌf2�����5��X,.��}O�=|��e�- *ed�b7�ej���A�	�N�Xi��W���ߛ��N�Y�=%�ƢQD�K 8eY�k�'�FM�<=���s|����A��>����K���Ӻ�i�"��mI��u�����e�=CY2�NRM���Ow�:y8�4����EQ��x��ȸ���\-U��������]�Z���Mc�:)2뿪Σ��C�(��,���(��P�����2p$
F�>8�	�=:��&\�h�Y���؜�������Qy�3μ�C���~��]CYفzk1f�ߘ@�sPvK탻hDžcf��!�T\__,QKX��5�J	�G��	`+�F!���dh��y./Q�(K��&s7�I��\��r���W�����}}���m���*M��y��R�F���lS��5�G��ޑ�}]��3�ŋ�7|C�z���,S�o��q�N
p��6�]���X�
�z{c1.\��c�՘�}�٩mf������|����.�H\#�ۿ�t���~y"ӧ�l(/~�|���LkVB��E�ŕ_;�.5�\�I7���_,}dq���x���wA��s~����������Z�=�ZEb�(OH"Q���xHq#,� �e�i�z�w��zq��V�]��H�%�_s�.Z������%�;4u�/�kF��
n;��j�e�;=?]aTQ���&�>u\9�nP�u���,��m���A�+ׂ���%�ƨ�o���X;z���?���K`��$j�L�/_檢�G��E�b͔�=/)'��Y�0�CK���k�}��q�(|�i|80�ʯ�9� ��HP��K=SD�Wy��W@?���Rz��
��*���#�j��{�T`��qa����yy���m�n�	��z[�(ʺ%�v�:v��x�q�+�UL�U,r��P~�Z�4��ޙ_������|�2��Ҧ�j�k�t�ū��6�O�@8�0-"�5!��$�s�,c�g��[�z��@B��n,
�Xv��4�i���/��$$�� ��[O-�|��P6�~��a�B�y��G�nQ8�-^#�����R�c�-�7��O���[J:�P���2�GV��$$�x2���P�u��7��?_F���H?�ʇ����"���粚1#�p|t\��-���P������CBm���_��S*3�~�ڡZ�VD�`EJ����� v������Tu�+<��eSê7��ke�C�W��`��t���,QIq��y!�����X��S�2�PRٿ�ӳ�zu5�KCx̂��g��� ���c�ڹ��-���s������')<|w�X��$VJ8����ˎ1��#!.�i�ʶ�B�S&��ijl���o����G
]��huy��3����_L���M��W��� &��ŚQ���op+ ;p$x����q�C����w�{o���0�W�u��53�O��өZ/��U�����<xn�Hּ�r�4r妇M]:'}�[�>/λ���h
�;�u�o^\�����MكW�A���e��	:��z�%D����O��G�@ZN��Σl]H��
�]���ŋ�R��%���Q��d�Az�/���Ix�:+d���w�y���	�:t�[w>,��Qn_Box^u�zck$e�!_���G��#�Q8�=�� �QũZ�#�Jܢ�p\���$o88f:���!�(��F&d���N�.\�u�G�j��@H�������6	�8qhv��~�G����?���_��D����7Y���^�r�P��rp�����.�R�0�rG������z��B���M��U��k%3߽
J��0���nMJ&n�^O�en϶>�*~�HnB�f�����/�i�A�ѽ�Yg��,���	i� G�{�~n�Em`����kx�/� Us�倭˼�֑T�p��U���l��؏��D�E����~9�)XGќG��($ʦ���.��0/��E|���	�n�j��V{�
��{k��2
��#��*���X���W�J����%m��_��6��s���b�J��;���R��=q-��M��M�Ckɟ~<�~#Ѳ��?�51<׈�dz�C���6�`b�8���K%
�H!��0�`Ց�
���@0������,>�3�|{ᶏS�6���>Ӕ��1X��=V�!�
x��ܕ$���S��j�# �)��5�w0k��Z��05��К�^�h�_�1#TkN�NE6�	�5��׏�����3�US��5�e��/�&�w�m.�>��5�6��v�}��3E�mEoK�t��`�w�Q�z�Y�L��H0%n���rD�dJy�X���`vە��ʼnu�j�Wl��^��H��ܧ�9��/�~�hC�A����]�����Pљc=��2iL�u����Z�E�T��..R)�B���h�;҂�m�P�V��=��;;�aMMp���N=�h}�G��HYϡ�❟�2���kb�d�X�K��Z^�����ر~?�ܱa"�:p�!�q
G��܆#����0��Ev��.�j������;6,8�K�Q<��T%�"�w�F�+:@H��E?��w�����hr�E#��x��w�>�e��3�6�j�Ň<<V"u�豾�π�X�*7	��<�?�w����Ea�P�3�Pg ���u|��Q���fmd���m�
��P�
��d~�'��8�R���̋lg�~�ۻ�����s~���f�I�����MW�d�Q�0�)�n1t��eԊF�
������g�`��3rơmH��1�9���q���o�:�D�W�
����WC44�И��q�M��@�~�9����7�d���t�Ur�i=G��9j>�����y��0���81�>�ѻ�7J���(G>WB����:NJ̤r�<Q�wW'��t˝�2��5t��;���;�]qQ��c�B�&��+�(P?6+��le�|2�YpI pK��b��&�u-O�c��T���ϝ�RK����*�b'���)6�h)�B��8�4��@J"�B�ܱ!�>��.p�dL0�Wr3C�ȳJ�vZo������
\NddžF�/$��5�H7b����H���m�"��{?�R�:�4&濋a��?N�\K��Xʣ��}mbJ�)p=�F4�%B}�����f�@�~9�o|��p�uk/��?�M8v,{
ޘ�L�X&��U6�4|�23�E�2�~�w8o���4-2�i�͓��A���C倨0�g�|>&x���3;
9�t�Aa]�W�A�����V�F�ta�|�l�ՙ�;)�=9���>��ϼ�G��*�63v�M*^�K�=ڔ(�HG���n�KBx{s���~��%�H�\�҄8����<U[�$Vj���=����
4�
̿�/{B�M�ϭھS�psM�(���P��bRvvQ���w��?�J3r�z�%�k�S�GT&ﴕSc'������%c�f����Gh�c�g��и�3�u�k�>�4��X�/8��Ma���<�l�`[Δ<
���~fss3�j�og����}���˝��&$����7ź�*޼4��VD�yՄ����L��I3-y��[jRj#^*�:�"���ܳ~���J6}��~�CQl��X,��_
y���^�Qd���qj׋7�*6;|Z�G�gڏ����ɪi�f�ܧ�w��ʼn���Z���Zݧ?���Э�J�J(=3���:#����m��{��p��������O�^��R���z(�/C�=��G/8��/L��Z�{v��K��q�qq���޹�g��9�y��;
�j_��u�.yzQ]�ͨ�w1��p��V�/�SxI��O�e�Ĥ�{7�ͬ-�˕��S��zirz�LL^Zs���ig�^�
�#��H���r-a	�p�e6�`�iC=$��& 1�aW�)���-����T�Ԇ�	U�w�=S�r��j�Y��k�^�.u�M����<b��'Vn����^����w��_��D����+�;Ҫ�F0*�ܕk	`��Ѵ�/������Dq���}fL���_��� ��%������9���=FS�|�=3ف�=9J���D�h}��σ��E����D�ͷ���\�q{/���#���7����r�*\k���9<Y(>@^���Ò�x�y���W?91{���,���P�o%�f,�H�	s���#3H�#�ۘ��?k_1����(m���kF�)�Dh�k8�����ڤ;Yڮӊ�Ս�)��v�1���V�0ef�!�F�:VI�C�?YB�oh���@"B�4�j��Ϩ}*)�C8;��p�H�k�ʤ��,��1���W��R�c���S��
S�e���Q��=�9��'q�S>�#M�@�h���I>M����8B2�+>[{3�3!���-�^���a�O�-�h-�
Qef͘��'���b_�q
=<=1	������xaRT��3N�'r;�	�4i%?�^��v.�^Z��h_��Ս�O
�W���w��ݷ�ȷŝ�
����[v��o4��}}�#??UG˦z�ӗ���c�I:�	�xX���n�"^�%�{����eV�.�.Y֖�=g��
.��\�������f�s|(;�xFY7��̲a[����j�ǣlX�D�9�xܢ�3g�9�!�,�M���(�8��H�;��MӠ��ׂ6
:��ф���/{�*��jȇMT�bj|'��]f��޿��W��?I$j&_0S���r�y���~�VdOݪ(X��;)�8��NQ���pz-P���&��N�WE��]i���J)�e�?�>O�^o��E��Jןil�>7=u_slc���={��U�vY�Kyv)�_s��ԑ-|�5��dٲ$K�l˲l˽ʽc��
n`�m�M�B�$� $���,!���H�vSv7eS7�nv7�of�,S��}��=bݹ3gΜsf�̝S��[vd�\h���s��dk~�QOATvC���/��L϶�f�s�w|�z�<­�l	γ�D���8�Ϥ�E�ɟC�K�a*����Bl�^��G�}�TXXh�X��^~�n��7d��y�T��5a�RŸ<��-��_/��|�/�)Kz�=����p������l	�	�ép�SȔ�D���b�(�C%�Sn
���q��c�C#���������j������9o��0�7��;�'�c
A���"���1���HU*B@,u{pX!�����~�bLM�3�[�i	�ƌ�Qw�),9�5i��rA%��$�}�0l+��s�Z*�GE�^I����8L8�vPG�;�f�~[�~GEC�,Q�ף����̏�#S�l�%��De�n�уް�(��Y��2j�^sXJ~�/4��(�����P�?ññP(����i�K���a����kuFA�mjХ��h�"!F��������#��d],I�}
q��W&��4��"���M��@� ���;�np�Ch�w��h�'1:*K
�1�dǼ��F���p>��N��C^����6\>�FGb�B���P�9I꓀w|��ERj�B{[����Dġ�R�B?q��dc��/��*H��l�{�H��l�"��f|[
Ɲ=��
2���/"
�߰���I`���D�f(�&��	��Ԁ�����Q����<Ԝ�p���ǚ��k��Qz5�8��~=g�d��c=-@_���!��MY�ިMʇXf�m���΂gn���i�;�:����%��CK���&Z���}
�iٌ�1c���:�e�	
Ԟ(4�)9��?�|�!�Dy,��@��M��؟X��~�LH�q�ND�e|�I�?��/c��}��]E~���z��OH��` ���p�B�f��$a�=�����*%hQ���O>���87?#�[8ϲ�$4�6��H�R)ډ��
tY8� :�dP���
)����LH�;n{��O
(�a�D�b��&)�b‹����?dF�;C9�Y�$#�^��%��5�#6�zn�%�)cG�gHY�q�HǺ�'�5�uT�Wl%��T���j��fX����xK@ǟ�(��� ��i}X��<k�ܨ��-+O�bDE��m�=C����tu�����8:)�kSƨ����3��#�qq ]"Z�
��g�
�A�f
��
�;��t�-�5c���Zf�3��ޭka����&Olj��iY�Ht�X��Z"�'��1
�ǩ�!�C��u��@����Pf�Cn�<T���/�l�jg�o��V��x6��NK�a�a�����_l)��Kv��Hn��p�2g+�ƨ���p��B ��p�&8�u��$:Z"Q�
��.��
�b/:�����t��ܑR���փ[֞�7� ���1�^y�Z�^������K�Bk��Ȧ�QK��S���sk�"��^�3� )-�rJ��*{�	��oT��}Š�z��z�j�;9.��(ڂ���ɂ,���)�q�����8:J"��J�
�겻�$ZR�g����j�6i\I��e�	��@�(N[%�I�I'F�Ӿ�(a�
2��+-��ݝ;�PA�=T*���^�dRȴU��kMKĂ�212<�])��dNVG$s��X�F_�8xQN#�kW�6�|(bW��,g*���\ ��+�	C��ͧb�J�lݵ�r�J�SP���(�I4
�R��U��q�S��w�J�peX���9ƨOO��L�_D.\U��J�t�����44������c�yF�����:wӨ�
R�T:)���@҄�������]<�p�+w�^�*�>����j�#�j&d�̲>�����,���|\g��A �Q@J$&��E��zQ|��)c��3�4"aYVC�����o)��h�</S�����c�)�Rnrk����q��	�`�,��8�g�8��y���A(���9�@3��2�P��gl����J�-D�3����V�(t���߷wrGNJ�!�U�3v�Ȍ���"�P"uVB¦�'�+��m[,��R�Mstx<q�R�6n))�e3��B9��Cy��,����_I.��\�!\�+����ΫY���K�{������FVX3N�D4!?�V�����CS".�МJ3�����b��$� I�J���-)���	Fn3�'r�=g�OC�*��)��Q����D�s�٫�H)�N�N ��%p�#1rxT���[t
���"/�t.ZZ�28��{;�'Q��b�#��ТÝYSl��&i�QV��ZFDk�<3��4�'�.ku�)��@nH�K��J	�Ӆ�����Hx��gpǪL�d�D�ȍ0��~�F��}!=���X�<_���Y *D&4u�"�P9�W�Ȕ�tv�t�n�Υ3u�.�~Äj ��R�)����\����7-�A�����cA��(YF����Nk}J\츌�QQ�`��#;�jq�Պ�\/1ZE�E��h��!�<x2}aOt*��|�^m�xD��˂R*MOOIQAt��i+�6�$d ��.^�(l3����
��`龱6a�IJ�]hO��v;X�x_k�,Ժ�?����f�E�&�����"k_h��&�+�t�jJ|�*�$�9���Xt_}ڢ⃿�b����Y�';J&���$�z�d�k�JL�c�W��3d�T��3HF�}XOD��Nt���xC�$"H�"�ZX�q��3���&;KtO~}T��2�=�v΋NF%�M?9��=�0cU�3�V�݋�7��s�.U�t�e����0���!�eC���`@/������:{(h%|%���)m�+f�t�2�Q�S��'T���V����Cc��{�b����S9�ٳ&&R��lM��ө�B��$Y�f�!'aً鮄����l��	��
�{Ĺ}�	��ѡ���>7�ڳ��k�J�!��֒B�o-�:cǽ0�p�#�� �P:��+�ڴ�Rc��2'�2�kk%����}v&HT���E
#f��B$�،m��Jg�Ǜ�ⵎ������	��������5��wwKlۤII��|�m ���dA����I��/tg�'s�ǟ��Gx���l������	�1WZ�
�j����?��-���0b	#]4
d;�z��A�p�Z��5�M�$�UR��FF)Q���k �[�3�gX��2��X��jaq,9��5��~�������֡v�-��[�7���l#_|Y�)yb*P�{W�Ym�F�;6���Y
��q1�^ܞ����T�WʔYn81,\�$��4�9N�L�H�e4g��ց�:�3��0�b
j�MB�qr��A���n;?K 
aH˙݃φ�����D�!ݮ�Pc�C���kP��P�_k�e�K��
Eꠒ�Q�X�u�)�Vǵ��Y��76U�@u�h�T�L-�i!sV(�Y5�1��z����*/��4I�+��&�¨!-@ZN$�($�@�(��N^@(�Vx �f���֒G��R���J�c3*�{>펝VUs|������?7�5�~~�X?)�����&t�:��aJ��t��<YX\(��s�~�If�<�ȶ��ن�P([�~���{
��2�$��P2��q]��OX5&#��X��A���rFf�bR��\�\+�S�}����O夺�����U��F��&�u��
"��)Qd�&�J�H
Hx^D�FOύ���S�Җ�և�Ir`�m�'�e|	��S�-�B&�|Ά�/�~�e|y�ߦV�5�i��Ĺt�s��Jd�sYb{�Q|���
\jP��K!<���r�v�r�g�Ӂ�qu@7�c�
8�k��BRy8u8�l��dn��aa��6��8o�O�q��*����^��nWŘ����3��A�mnUVV�)%�R:�8�t��vo�H�*/:2�d~S���	4fM���~��Eۮ��O?8�Bξ޾��j�[�;	�1]��?�����L��x�_+����^U���5�b$�a�0�>��/&s�;�Q�+{�_u{��=�
4�C?O���������	��=M�*��&™���F3�+�~����P�	��0^��_�]g�w�q���N?}'x�TQ�ޛ���IW�n����_Es�~�uBE���َ����qlo�J|��)���x.��u��u�`�d
�}@d�9�(���q���O�|ظ��b�X(/w�w>��O���<�o�
�|��!��D��xk��Bx���AZ?,��KqLR����y��"�x��g�|!�`ݵx�����q<O��r��*�����Z<O�9���7�x�V�u�7�CDpN[�p��>!���g'6w׈`u0?������E:���Z�
�x���s�Lk�S��|_oOk.0�1~�w����8���w�	���|<?���k���w�G?�e+����V
�7�V_���9Ӝ��`�ºr�K\�w�/��Ù� ���S)XV99�����w�"���:۰��A���]�}o0$��
�g�
����v�
�w��`�s>���4��W��?q6������=;0���;������x6�2�;��#h.A8�R,���޳����!,	��g*�6�r���C�?�/��ĭ?�o��*
�ýg��Cp%��o��0��{���a#/�w�����0��-f'�`"�Ì`~ ^b9l���4'�Ӱv�c���l;_��l/m8l7����0=7�7N)X��O��?����
g�N@�n���&�B���i!��A�}(�h
Ű�ڃ�P$��
i/��@��s��?g��/\[<g���{`�f<'���:�τ�����r���l�s,��T<��M�.x���c~�G�yP��Ҍy���r��0*x^�b8��,��pJ����W׭p���q]��?��4n?t����e�o�%7A<�w�P=�a4�g9�3���E�̵�99G	Ͻ|~����7�����u���<�r��ß>��境�g.A������	L�[�������z�i�Áty������k�S�?f�S/J����EsY� R�f��4�y�x�ʃS��V,�|F�J�n"ǽ�	�h0���� �Rlf�bP\BQ��m|���?�p�\��f�B�cm\��O �z�����Bglrt�
��$�#C”in���˩L�ͨOp9lnE�8���}些�̓㨲Xp��9��p����q�?_G%��1��ly�w	��gh��3�0�Q>d=����8��h<�z5�������yҍc�I�!���/��P�p���ԙt̐����·U|�*w�]��P�9������	��"��T'#�sl��oE@2u~��'��*y���+z��4�m%�%r�rR2�o9�VY[6w&������C�% ��΃x|�r�������٣���@_��W<�X��`����]./�
�9�P��I���&�S��47nRh��Ԋ-����V������`��> ]��-�C��hyp�QZ�?H���(�o"S�Ĥ�3����HD;�;L;-�8)PZZ�x� �V����oK� C���
Hc�7DLJ-�D"�႗2��C�c�_�^v�X����R'{�a��7��av�3��a�#�"OK���X*��"���F�R�$`ڢF�3�·�}�	2�����ը�WEAi{1
,�|30?/�bv-��{�ka���GhUW�O����7�����U����?��1iiV��I�e�ѿb�J��P#=�P��87��΄c�����̛p�i	�ET��,��q�莚о���l��
��CM�2آ$E�L�?h��X~O�0>�����x�-]p���QK��3�7t,_��qwm|�;JW�6�㨂kó�׷/_o��X_�,L��;�㼉&���tj��m�:��Y[�q-c�S׫ȴ};��_߰{{��C��-�^2/�� Ң��EŃ�=[�X[�kK�#�nj:TԳd.~�parq��|���Z���E���	ߜp�PCr���ه�[��O�C��9�pPk�^�!��D�k�i��B��3��
J�%B�J:���=�OvO/���1v'׷�5�mC
(����p�8��m@��i@=�^��!�1���[.p}�.�`ٶ��)
�Ez������DX����DSn�z��R�M�N�#�ݒ���/=X~���{C7��Q�
��k�7���$W'�'�\��|��������g\Pr���*K�F�@M��r���
^%PF��T@I��,J�Vа{ϗ�6��d� nB�����M;�)|��őK��Ko�K�2E~����d����'�j�
�ᘾ���Qp���uA�R*e2�� $v��q_)A����|�-�]S�ߠI��pQb���W}It�ɻ|jf�LW%[{קt�C��G�o��F�x�RI8��#\9�lQk
7��!.��QD�
�k�:���-
��������1���%��.xy��=�V�4v~�R>�bZ_B��*O�-ӓ_�F�<��w����v��UK�̹���VtfnNo�dx�2Gp��!�Hm����x�!I�n
�ve�.�>�3��p�E5��\4(���(UD5�#‰"���;m v'�r#��=q\�!�ǟ�ӑ��%��#
ܘ�ѽ�f��Y����Z���m�;��&�U0�pmj]�;-?�*Z>�c���TT9=g~���f��ꆅ���2����j�s�~MA�͓���B<8y��ʞ4�d�ˡ<�u&(=7�б�����h��s�<�&�0�6qU�����:�մb��%k/%U8R�S�b2��p�D^����Y�U��3s����=��H�OάM���C<x�\E~H��E�)!����y�Ҭi�4�֣�j���>[����/~���/�؎���_�c��&=A3X�C�V�i-�!�/�Y���_Y��|+x�/�r�w�f�K�6�c�4�u߻���ss�#�3��_wO���m�|��o��Lo!��S���6��c�!��]����i��
�^��y�nlWD�PY�H83$4��)I�PB)θ�������.5�޳DNJ�d�/fZhg���cʵ�d
�w���1�1<#�]���(bc��a�Dg�?�%��E
!�ѧ��������w�e�D��C?��y�l�/�/{���l�e|J�l�7
»�͗�g�&��a�&��/�
��$�`�����?���z[|a��_�3ȹ�l�����v������)��m�U����};�$�X��W;p?.�;	%O²{a>����	��<�v���rA�rȧ��	�
Eq�B�j5���C\�<���BC��\����-�G4C�(��q"A��6�t����Bz#v�ݔ�Ѥ��`�>F�,Z�X�p� C�(�,�����T�ZXt�U-Ro�VJ�v�ɣ4(>ƾ���)�'�7�]R�?�����O���<P���`������C������j�1M%$��ʡP�DP@
S�ؘ��P���9��6yy�=v/TţӫF����i�-"a��vF�s5��v�1{���Ҏܳܖ[[d/��hO�gW8�5���%�����9�[Fo(�[k�!��V\�g���<�j�4�^���B��>VKN�:"��z*�^/�)�Y({ur��[_��0��s�r�( H���2�1��q�{슺�z���2�O�͌J�؋3b�rX-�����ţ����&Xk����;���Ǖ��H��t?�{>7�@��	�7Tb5+��z�ӆ۹���9��Y�mz����ɱq]޺���{x{��ל���X�*�{�]�fa�))ޜ`��/���RG�ڌ�Q�����Y�
��
�S	#��J�
�T�W��!�3��Y�$��"8��u�n�|��ѧ���)�b	wG�k�-lP8�`lI���C�HiD�D�����#���`�*��@�q��7J��و.s�P�R���32?�r�9x��+��'U{-HvӚ7��7�����w��Yx��#\ްH��Y�,2�ń^���-�w=|k�.͊�TP��/H+��:�
U��	%�󖗢^�^�G,znq�邱�����hv�	L5��UY�I�鄗TE�F�ޱ뙕GF{�O���۵cw��R�[؇���]d�z"��x#dҘ;@�'����C�� @��W���;��E�DI��{x�[,�����ĺ����|�>w��f�yy�;}˥!e��ͺ;�3ۧ���y��N�T��K.l�@��ܣ�N�|}p�TcM*(jk���쑨D�é�Q��P@��8�����*�Z%J�/"��'��3BNI�6p���=�����Z	����\>�{:�/_�l]�鑁� ���ђ�9o-
fMgf�A
��nYH�8���^�T���f��d�57���u�������%�|.!��!i�����%�ki�Ch3�d!!f3�b��D�1�'�K	8�B���h�b��&�c�ܶ��)�6�b	���=��7w�[:%���n��xp���)S��¾�6}d�:o��4s�:�;,%E�����$�����KJ����Pl�x3�ş8����.5a%
Qd�[���/RJk(���|v����0������!�Op�.>�E���$�]׺x�k����x���*vj�����n�ԑٜ�h.���z�9Ie1�tH�m\��%��7߿�����.wQYfkWRQ9�y���W�U�2uj�Ԕ�j�b�Z���Q�2o@�rf�J,b��1"Nr��ȱ(�͇�A��Cf�iP��A�K�ʡL�\|
�Ԓ-�4ǏON�p�o�ٺ�b���E���{��-_N���q���u:4R�Wf����w�T�3�7vg�?��8c��Tb��W�U9ZjO�	B��
�{@:핻M�Z#�BTR>?��-YK��'�)8
��ЀNF�o0(���Da��c�{�Vh�B�R/YH����M�1�;lv4�=6�4A���T���0�nl�X�����z��>u�<Ϡk�~�ڼr�+k�[Y�kU�ݹ�S�*�:�:�˸3f3�'�s��yD�7��Iqq R��d�\!
a�5�.��*��ĸ�<JԲ�V%��B~(�� y�
��3�iR�n�EE
����暟]�X�PЙ�ji����=��i)W�O~E�;�.�t�����wȤ��fv�$\ի�$���M��1=�ɪ�$�'1:<�:��=������y��=�y5aaT����a��@Or��%n7��n;D��
�GV%����
�1���W��ݧ��6(�&rJO� g��W�`A����|�_��
x&�F1r"��M&�b&���wd �E�-G:	,J��\������{^v�k�tYy��'�1d�����ۓ�����?�]t��S��%��jVԐ�6��<���|W��ɗ��e�K���lA��w2���|���&|�R*�
�:��:K}��Pr�k�g�u�u�u�v�:[���g���1�&����y����.�+M�H�~�(�i5��� �C	���;-��,~j^S��/ʾ�0a��ԕONu���zgQɜ�Beؔ����m%�9�uW=����&5J?�SgQ���ڬ���?]�sn�ֳ=�����I��~.��s��k��kc�C9��8�h.<#�������0��ڄ��)x���flӈ��NN	�"���>�!�o�U�&P2Q�-�>�m�$=i�S2|�mj!k���M)ֿ>�6����|rm�������E'Npw_�@��9T�q��$��!"4�#�i�H@��ؐ���}
%��O�'��c����_����5�J��:�������"�ғMJ:Q)�Ex����&�2 ���-�18���0x�A��tT�o�ކ�����G�����޺��v�`CVg�k|^��ZrGI���	I��`݄�c�G�к�yܴ�i#�Oso�c����;K�:�eemu�#Gsg;!��l8_��VF�

ߖ���V<-�6h��a�hsDEL}鹇\���r{��2�Q�����Ĉ/>%��,U%�θ���Ǹ��̦�t�S���;���r�,�F�!*o����H�2���b�i0��Cڰ�K��+8{*���zS���V�ɯlq�,KIF��-���S��MːD����_�6�T���|Z&��qq?mcdP�q�|5b�X,�&I#��ic��x(
t��Ȁ��a��z�P	�Z���W@~;�z��`_�GX����0���O�s�\砕��:���)��E܅�[��ҀVL�I@[FS���g�_��B�y�1�2[t�8���s�#����2�lZ4#���,��P��	�kX8�x��o��
u=��'�Lh��,��x�E�"ŀ�d%�^�ؼD�g�e�!?%��41�|�ơ3���1��zi�Z�*FTt��n7��>A(��'���)@qV�|\&��7\6(�9�&��7��g�DO����2�6
��U���͎����Y��wYm S3�"%�����ޑl�}`�`o[�X��LU��
\���|���ޗ���앇HL�(4�բXN���Z�&����E���1�� <��ڌ�m�'/��N��M��K߈}m�ڞyϱ��s'Gl����'��d�֙瓧�7�Ak �a����o��Y(��>��g�(V#���J"��͒���/5��4T&K6	�"4 8]�?���s~�
|�
��N���o(
�/���##�2���t=v^V:nY]|cQly�F�ӕ�[(jЪ�����y���Q�LS~k�G�T�jd�s!!�3hzz�)c��cR՘Φ�����s��6\�m:M�'DHF%0)�D5>�� ��rsP�HT�˅1�j�"�k=�Z�W%�K
���"ʹ�vD<oVO�>��
���
Q4��}��#*�z廫�{ʬʼn����U���Q�WOFbILrzY#�^�hx��a��XM�7�B=��H�6P�{�D)��׫X�D�<���N�*���Ʉ�&9��ݖ9; ��#P�|E<I��M�d?������axn/�N��~E<���}�ۊb=���7hn�&�P9���S�i���
(�e��o�\<X�-_��ȇ�|lX�7�\F��i.>,��//F��q`���\���a�Ut{L~�#������k\9��������p6c8s��{��0�$X���������o����-O�/���//�ycX�#��z�/�c���k0����������&,�ΗOD��E��|�J�������q��,�}�`9�����~n����3��g��9فpx�.Xx8�Y�>�� Ps|�2�	�1ъm�y#ˆ��*�9�䭒����@��qD�CUP~'S�n��-#Vk�
����iݺ+�M�ȍ���
����TWW56���DR�<P���2���t�J��-���C���o��>Q)-���]*��p�W�
ܦo��'�h��p�����G%ٲvŊ������g� ��A�d���z������������9�=3�����E�Ϝ����7�ctqbLK.�蹞��n��C�Kf���/y�g��A��*Y��
����z�! e`[zz(���x���>B����ۧMko� q�_/�ľOyb��|YQԐ�I��%u-`|��;��Ō�1�ƛ�I���s&�OB��wg�|�%+f�8~�>{5��G�ŷr�3-QFG0P�lH�t(�˟�t�{xx��؁&���@ZfCCf�ȑ����s�@���Q%+2
��Jj����a��@�`OAEM^^ME��N�K+[6y�����щ���򴼾:�G�)�G�c�PS��er?�ݞb��0	���>���m|��&�"ɦ�qt�z^�?�Y^-7Kziq�Ȟ)�p.%p��L��c��LC�Vj�=�umZ�����f}9<fzo�:vz����7�GT���s�J�L?��8��Cg� @ߨ��$�פ%�鏴��}���^�3�4��/]��H�W�"�9~�p��L.���Oz��N^P%V'����#�zW�����	1f�X�Z"3�y��� .��+��&�L��7z�@B1�R���˺,ß
��}ex�H��
{�JǠo�x�c��ʌ�j��Ŗ�$|7!�m��Iq�Gz�Iq���t�x�����y�
C]]�!���7C���!Rޯ�/��H$�E|���u��-xV�m����5fUR�[�ӡMp����;4�m���pJ�|nK�_C2k&�]��0�h����׺��8��L2%��J$T�k�N* �."�+�7�\F�M��K�8�#��GMO��{�r�G��v
�F9&���fy#��q��9�������q��h�K����*�Ǥ[.%B�u\\���.��7"��L�kT�Δy}QuX�� ��Ǿ�sp�@�$a�B!e��'(HL���?U�
�E$��i[^�Ӷʜ�3"W����<��mj<�q��6w���t�#�Ժ���u��l<(������	���˷���"ibcڗ�eC�n4��iɣ�,#�q��q��)cE-��9��~��o�e�.ʦD#���/㞕���2�ƴ����$7�j���R#��kJC鏋�ģ��Tq�-L)`Z�7'�Rq"!N�@�1���J$J�=���;%Xb�( �S�����F|�Ӟmv��}�9#]��vO�#Q�Ԧm�r�^�=vJ�
�1��bB�V�6�ݳgDj������k�"��g�Z6��������2��^�h�+��ǝ��Kt����˽1م��h�P��M�L�]\Vە������$�)�^�sRfP��1�M���;B�R�ĥC��3@%�e����a"�)M��vp؇�'��y�
��� `+6�OM�u'��f�.��T��f�\����<n���\7W\7fx��P��8����Z��ps]��{ PW\�x;��ʂ�&Յ;Z��t1��U���g�>٧ac��?�����~��@��L�h#e�M,�X�:+'tT�~a��� �HQ�]'�{�]"�`^�<�-�(��t7R+�Q��)�\�:�0��V5����Bۨ��	��4!_C���}ۆg"�M��*3��A���&a��T����u1��,d��E���[G!�4�C���{��[� sNӬ���1"	�ٵ&��_��1����#���'g���JS�xO�}]�An0w�-��jh,lپ�V4PүQ�\Pl�8��!w9c��_DZ-2�Wz�����r�ǯRp����*N	��I�җVt���o~����)�ML/ٮ�܄�bv ��~Q�SZnb��[5������m�	��
gbn��/�E73S������ƀ�Sډd4�TJ8]I�5�߬��u��!C�[��HS���G�����~-xP+�����#��-X��'pC�gDy�U���A��"uD�;ց�S(�h����p��I$4���A��G�O49�2���w4����A�}��9�5>1������J]fv��<�~<�ё�1����xRCĽ�G�x��	KLOO7GO��_�'�׈P��
$B$���'�����倻��7�U����R*9�7U��,%|��ᬬ�S�8�e
���%�o�K�N����?�����9��a1):�lΧ���w#��<��w,�:�o]�0��N��ý�]x(��{��gB�$3(�YP�AQ:�;���#��ȓ_>�.�N�Y�.��۹�p��|W�M�KvJ:���x�hw��q��r�).�\����g��ךu5����4u��oB�c|�O��9�|̐o�s ��B�����>T��>�m��(�	g���<���P�ϑ�k��[�O����C��!d�^;�x�>���|�߯��aO�:�W�v�r�ۆ�~�Ž�qĥ��B9D<L�M���B��K0�����\NH�p�˅�qQ��J.~�0�K��<�z
�2Z�E��t8H�=,��E�S1}��/�*j����K;^na;���VC�D~�t�~^��7��`ne5�Dl�5{�,�͵�v���9���1�MDqd5�L
�W���}�֌7.��
%��K����	�#肭切�J���"�fp)D���k���7���j�'��JW��8*�u�qӫt��g��9�����O�K�m��sL#�Ķ�md��D��M��B�ѵs�|nGC�}7���hI���i)-��36hDy}p���aq8:�&�M�} ��븻�ِ.��������.I_���(�s'
cbd������p��nG��9f��	��ؙ)��{ZˢM�0S�ұ�
C%뿃�~Aqņ٦I�~��^۽��xAo&�PQ`�ek��&����;
ť3��>�q�"�?���8"�px������T�R�<>�ӟ�q��AY��Q�O���fn�Hjx������]3�-�i��%�����֏p��<8���:B��'��w
�ƚ�D}ss����FV�0��w��Y�?ݖޖ�ttuߟ��ۘ4ʳ��ʃ�4��%���lmQ ;ӭ�Z��"�|1_�e�^bX-�s��8>��$�LP�&"YՐz=��)%���[��]P�+��������7���%��}�QF����	��Ab"E���ܒަ���L�Ϸ�<�実f���c�5�/c�|���ٺ[1�p���uHK���It��|��&3��?T>r��Q���>�@�9���E�ۮ�!m\(��V���w0���S�`�nn��LߖC2p�ec}��9�D�2g�i�'/
�g�V���vT[��9e�1O��ZR"'���7�p���1$A���p1Xੰ�AN�
���+#Epk��h�"'�N��s��p��P��z%N��R*��ng�ɭ.\�[�M>d�B�J:8S�k��~iU�̖��-�-�=��Z;jIIݽ��Wά���L�^7U�Ι��O^�ֱ�6� ���d�-y�ɞ�,��sԹ����'ݕd]p�{�B>��U���G.W��"�7�;v��&��N������E�$�2kUvR��]T�	�N�P0Lg	��P���?�C����f<Lch*����QԷ�w�|�Z�}����rV��T��j8����a�Nj�����~���|�-����=D�a�*��`|ߓǨط��/�eǩ�ط��/sB��m�5��~�|�Am���p!$��>�v[�-�V�\���H�>�ja���a�P·P's2o�g�U��Y�}�~�����9�E��{�;
�w���Uz*s	>G�¯'�B�>�C�ߗ�ߢg��(׏��{��ʼ��*�3�YI�eNb:_��J�**�y��l2�K)q���e����9��6_��̡̳����e{`Ys���q�����m	ԛMfQ���ί�ea[n��*�גT��-vBq:J"DWO	6�����l{i\洭�'��7%9�����gD���?mTV�$��w��}��]�e+�L�{��]��s�����S�5;��݃�U#���AH	�WB�E���J.pvA��P�6_�R�ˬ�t���=i�=��K�;�o���O֋p,D�W�C�D��*`��rat���wmɪ)��2vf���?�������nܲq�Y���L<��u�ƧE�8_�'��z%\���иx�Z� "���̴C	��CC�~�%!��o��9[S�ʄ�%ͮ�E�+c�t����zoᔖw�=�����l����?�GW��trA�ԓ9��Sk����F>�eʡYZQ������3�{�V��8F��+�����S��/�����йȏ]�}[7��N�
��w������r�I*R�e��C`�9j�����]d(�[6�j(-��4�#�����6t��A$
��$�Z!\�T�}I��p	�6�$�)�kVB�S�65�.�ϟ�2�M���M�wbr��/����LOKo��eZY1y�-v�@:�����i�r߆��]"D��mOJ��"�2�/v�Oː54�-�01JA��|�f�s��qq#Թ{�n�=��v��}�>�0�sI��{G�F,9:�xj��eli_M�H�X��ywOﵯ.V�Ju��!��ߞN�0����W�Tг�l\w�Ĉ|s��gO��>H�C��>��� �D�߃�N�Q���ҁ��8+���L��N]@��d�>�&�L��O�.8�<�1P'� ;8[p���~�W��?��y�I��7�}��}Ws����/�l��Hh�m�/Ϙ�lfK�e�HoG�(̈́G��X�6�V�=1�ugs�}���׵5�Wr��;�`b�5��wdA{2��6�[�\ߚږ�0�g:�a���*"���Pi\�RI�F��7y��7�8���R�O� ,\�����g߼���mnY����ˏ�.9>�V1�$a��v�(��Q�%��l���eEDՆ�%Uŏ{rވ};�Ly�wӯ~�z��­'?��Yh+��˝�_2m6�M;���
�(\�7�H��A5�~��#���4�L�C9qi�s��̘�_νh.�����[:�ͅ�7��;id�S;�!wJC�3��m'������������-���+;^�Zy��ֻ�֮y��Su�vr���p����}�����o=>wu�=�|���6��p�|�^	�{��{������?F�o�u���g����`�=���=z.��;	���Aϱ�}.ڣ��@����U��k��T��|�uVC
�3��'��-�?sk��l"���&�'B�~��]�p�	xbo;�<g��j�
OԚJ��~}e��,��q?��%A���J�	���Y�x��T�nU>��&MJ[�B�\"��c'�*�HI#G����(+�4�܌ojϵ�^ײ�K�DBHH,[6���b����9��8��#���9��sm?R@��~e��3��-�E�ϸD����i��1�
�_�W���[��5zP���:}X�g|�>(��x����a�I�U�`|�Wˌ��Zu��=z��
"Jkx��G�p@e���$�0.�n�;�2=.�3�PX�c\���2�E�nj�h���u:.��6��f�A��f���V��;�W���]�_��ѓ�!� M#�RF��%A�T�Ag�H�m�HJ�:�4@/a���:�1�>d����,,
�S
WNcL]
a�i�WB0]��1�k�i��'D/�h���o�n}�.�R�G2�(5�e�/eϊ����̈�#�_�%��ݰ���D�d /tjMM���7�ׁd���Ȁb(]y�ȡ:�Ț�5�k�l�i�����u@��n�~p�c��ي�%��a�^?8m�O�c������ۄ-�iW�3�sX�/��7iй̌ҩ�Aѻ��N�+��&�c��_C��!�w��.O�5����ijY���:�{�y��0�DGf^7�[��A*����͢X����Է���X���J��D+3����l��r�)��E
8�������#��P�S�Tu��t$Es%*MD3���p���C�����.؟H��T���E�2]_�U�x��2-"��gw*��Ĺ'P��>��K�$tk�]��_��d2	��GX�������0��za쿱^br����q��ޭ����\���p����k����9�M��L��'�u�ZK�t��Zbx
�q�A"�/"[�;�7���wyH&�z��j`Y��آxbeQ����U�(8�jO�
�J��H4�LEG_�I�I7#m,V4�8�e&,�t����Wn�
O�l��;��dl�G�M�Q�5����5�^����Z7�L��	��:Kj�F�zK�e�
7��F��۶�w�DS�ux�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\E���Z�3C@D��LO2�s���}�{�6ND@D@D���1�Ȏ!�D6/ܕ�(���ADdcd�������n`�"���f���:�+`�s�����<���Zյ���j�ฎ��tNr.p�&�?�0'�S�/uY~�	Ne���.wX��˜#��j:�ӎ����N����=N<���ٲX���s�;��˙�p���̿��\����q�1C�e��`��R�k�w�Y�Ks��{��[�gͽ}?F�7w�܇Q���2����zq�^�N��=z�F��
�FP��to��*5�{@�!؎�=��X���e�+P+{W���{���z/�2�kz��	uk��w��#u�C�����wk�P���;eT_�ofߞ��}�����J�e�J��}���:��Ⱦ���[�w��U}g�������}uC�w�nC��ww߽��~�H�f�'���3�m!'�mThVh�о���@h$��ʇ*�&����C���
-
}�4�<tJ��5����]�2t5�Ѝ�[B�Km�8t����C�����
�	�bh{?��?������H��#�1l�b5�@?��D���G��e��G���g�4'��C]����_�r=J��+���P����Q�0[��T��4g�ϣ^Va���y3Q��y�Q���Ci�%PY�r^]e�ftޡ�#U��yǩ,Ain睌Z���;W��fy��*��T���|ϻu�
s>��_�QٌzR�Y���ͨ�����Y*{�D�^Ԁ�JT�ϣ**�1��(2�(�"(��Te9��3PkT֢D��QW�@��TnDɟ�ߎڠ�O�I�7����i���Pbj����3W�{���sP!<~@�
�QEX�T9%��@�u�U����J�j��7 ��o@�
�߀����7�o����
lR���7�o���/a������_X���/,������_X���/,���a���0���_���/a����z���0���_���/a������_X���/,���g�"�������_D�E�/"�"������E�_�"�T�/"�"������E�_�"�/�������_d�
�E�_�"�/�������_D�
�ߠ���A�7�!���7(��oP�
�ߠ���A�7���
����j��<%�/E���kPbo��4(��@���{Pbo�!��܄{�d�A�7�2J�
�͇��ykH�
�{CC(�7�E���:J�
�ˆ��Б(�7tJ�
�Ն���*��:%���oCboh=J�
݀{Cd�!�7t7J�
=�{C����Г(�7D�{�F8�boxJ�
�����J�
�Pbo��{�Qbo��8,������R��>%��נ��0�rX�
_�{�ס��0+�a�7�%��ɡ�bo�5Ͱ�ނ{�d�a�7�ݨ�72%�FX猈��J썐aG��H%�F&Qbo�\;"�F�F����(ž�#�Q�o�F�������#�7"�F�oD���߈����7�	%�F�oD���߈���_T�E�/*���Q����(�E�_��Q�=4*��D��؋��b/Jԋ���ȋ�uQ�����z��GE\�XqQb]T�E�uQ%�EE\�XqQb]T�E�[̉�����Z�bb-k1����X���X3&�bD��8��b�,F�����(��a1�����DX�b",a1����AXL�� ,�1�p���{*W1q������U\\��*.��p��cq�Y\L�ET|2.���Mqh���84�ES��)Mq����h�CS\4š).���Mqh���84�ES��)M��?�ɡq�'�&DR��I	rhB$%ȡ	�� �&DR��I	rh�H�R4K�b*A4K���,!�D���J��*W	q�X�R4K��+A4K���,!�D���J��+A4K���,!���*)’�aIK��$�%EX’",I4K*�%�fIq�$�%�YrJ�%�fIq�$�%�Z֒b-	kI�����XK�ZR�%a-)֒Pb-	kIE�$�,)�D���Y꒢.	u)Q�����KA]JԥB(E��,%�RD���K�R�/)񗂿��K�_J���/%�R�Q�/)񗂿��K�_J���/%�R�)�K�����_jJ�,E4K���,%
G�f��p�h6*
G�f��p�h6*
G�f��p����08*�F�oT���ߨ���Q�7
��o�F��(�����(�7
��o�F��(����Q���7*�F�oT���ߨ�����K�_Z���/-���i�K��4���_���/
i�^�i�K��4���_���/
i񗆿��K�_Z���/-��P�/
i񗆿��K�_Z���/-����ˈ��e�_&���h2��ˈ��e�_�2�/񗁿��ˬF���e�_�2�/񗁿���_F�e�/#�2��M(񗁿���_F�e�/+���Y�ˊ�,�e�_���/[G��,�e�_���/Y񗅿����_V�e�/+����(񗅿����_V�e�/+���Y�ˊ�,�e�_���/g��9�ˉ����_�r�/9񗃿���_N���/'�r�P�/9񗃿���_N���/'�r�9�ˉ����_nJ���/'�r�9�ˉ����_���/y񗇿��ˇP�/y񗇿����_^���//���y�ˋ�<���_~5J���//���y�ˋ�<���_���/y񗇿���oB��<���_����W����+�_A�� �
�W�:J�� �
�W�+����_�
��W����+�G����_�
��W����+�_A�� �
�W�SE�+��"��_���E�W����+�_Q��(���P�E�W����+�_Q��(���WE�+��"��_qJ��(���WE�+��"��_��������1�c!����1�7� ���1�c�7&���oL���ߘ���1�7�%���oL���ߘ���1�7c�o��������1�c�P�o�����������_	�J�%�W����+�_I���(�W����+�_I���+-)�Tu�U��J��Z���K�K"�tC�;��J�tw���%�Tz����dI��\�Vv�"�<��Wy߲x)�Gʩ�()W���²�(V>���,"�K��˧��AyMym�²f�|e���ue�y�����
e�t������e�oyK���ʚ��W�Q�\V��̩�*��J���+���d��!�V��ʱ���QeEeeeuE3S9��ʥ�G����*�V��U��rE�^�MeSekE�]a�]�hWXq�k��Yq�k��Yq�k��Yq�k��Yq�k��Yq�k��Yq�k��9��h�������������sj5.o��j\�>Ω�zN�����������������������������������������Z�Ú*�VUy{�S����ʩUU�^�Ԫ*o�rjU��W9���۫���*{��"�tUy{�S����ʩUU�^�Ԫ*o�rjU��W9���۫�ZU��UN��T8���۫�ZU��UvwUy{�S����ʩUU�^�Ԫ&o�qjU���8���T8����k,�j��V5y{�S����ƩUM�^�Ԫ&o�qjZ���85��V�Դ&o�qjZ���85���k�����5NMk���5y{�SӚ��qjZۤ©iM���&�j�Wu����:���_���u�W��z]���u�W������_]���.���Wu����:��׫�_]���.���Wu����:���_���u�W���)��
�k���5�_��
�׀���k�_C�5௱H��
�׀���k�_C�5�!���
�k�Ҹ��%�䙆�k�gb�A�i��y�!�䙦�k�g�b�I�i��f%��䙦�k�g�b�I�i��&y�)��䙦�k�g�˚+�P�\�<�Ivi��&٥)�d���k�]�"�Ivi��&٥)�d���knB��&٥)�d���� �L��	�˄�� �L��	�˄�� �L���:J�M�]&D��eB�M���q�n&D���	7��fB�M���q�Q"n����w&n���	�6kbm�&���M<9��k��m��$�MΚ�k���$t�D�$�M��I�a�6)�&!lR�MB���nuܮ���}�(����MbY���XN�r�mX�X�ߥ�l,�_tZ�~��j,R�z���̽Wc��^,��&Ӛ������1Q�u�Sg�\��L}T�]HO��&>1�]���A�� ���Ij��O���1,'b����ǒ3�f�)����94u�,}�9K�{7�~w]�e#�۰\���_Ek{s�Q�_��!j��X�u��E�n_�l���N��˷�l���[��|�,2W��ee��j���@�s��un�N�:��{�]�����|����T�^s��uJ������:�`	��h���u�i�}�k�i�\�k�q�ez�����+��{M�g��.4��]kMk���Ğ����)�4������7��X�a����ا����G������4,�����ʽ	,OS��c�k�,_3W�������W�\H��X>ɘot�!�ꭡ�<�:��*by+c;A�bYB�H׏��<�î
�Wu��Y��]�U=�m�=�l�/���CSp��N���dz8��ή��6Wpo�6�4�k�2���o�q�ڣ�Վi�������z]� �Z]���Q`�[�m�J�q����G�ҡ�ۺ��鶞쾢��,?��>�P�h�ڕ�^�M������`W�w��Ձ�<�/�)��_���m���Էڣփ��Cu G�����k��z�H����Lk?���633��i��ꞥm�@��vr�{�TlG�sO5:��y'�y��sm�ە��=h�7���߈���8��ԫ9�q��U��\�f���!���^Ṭ� ӟ�}��<����gw�T�U~��'8�~�����Z:��^���^s�,�8�����=�w����N�\����NZ�m4���Ϙg��y�a��ڈ�=�6�k���6�x��k�f�7�4�ex����:�ݮ������Ղ��{�#�$��:뇖�_���a_�}
;�68�����1��kow>���3z���'>|
}#���q�)�|��x�Pd���m�ͬ��3�h۫��߻�og����)��Ϣ�]���,���ǽ�'"3:�Cˮ�G��.���=��v5�& �<�<���>k-7C}�����9���׻���Wt��˷� �ؾE�x6j��8[�>��ZQbi۞b�����`"��^�}�Q�5��^�,�+�^m��`�'��]���NQ4C��Y��Ա�S�B�N$��/�qK^��2Y�Y�z찮��+o�΀̳�s-}~�vN�����v��S<#+1�"�e��-��w�znjG�O�ܰ#�?�x�	V�jpF���@�3�-��pk��+��PF[~�$J��D<�k�2i�����?��΢{��k���d(��3�����/s����;�ۗu��3�oAo���]v`���l�n��m,��ۅ��T����(=|�M6Fy���z�l~���X�1��{�@��{��si��[Z���n��t�����.�t�]~�t�|��%�I2�9�y�m�@3��]�=����a��ts���v5����0���~�ߞ����?O�mj������3��r�u?��J~KO�����*����@�bt?����~��5��fg_x~��ΎU����ݦ>f��uމ�P�g�����ҷ�g�m�'�ܽ�k�Zj���z�5��~�r������
���h{��,s��]�}���c=bZ��89ž!�UD�Z�C�rt�5m������Ė����Y�Gù���w��^�Z���s?��2u�Ξ�E}�2'VXB��N�o4}h�g�:�3�q�N��>�{����;��~��}�]y��w1&i��!����
M^|�:i�D3o3�7�掝B{N�?��Oc����v����q�n�~7����X+��~U�Þ~������v7��v���?F��:��v��e��7[+@{"�sߙ�9�{��:�X���n��_!�-��l��i�4��;�	v��[ѳ��K����X?B_B;_�^{�aO��������9���δ�#`����[KO�Љ��IkG���۳�������;�g���,�)|�+��Ξ�<�Y?�	���m�fۄ1;_�u�{9}
6�?�O���O�v�Q������P�Z�g��n_�=�/��{�s��5�7�β���%�:�U���}'!�����6�bg����g�1n�g�é�V�f�c�>�M���c��z�g����8�?c�U��N~�2_v_`�3����ڽuG��N�2���f5�F�P����)c�{cj7���8�b�ܝ�Ԫv�=�5���}X����S�	�ݴ��۽K��5q��<��ߏص.�������z��5l�/S+e�9v|0Р�G����I7����v�__�i���<��'�A�x��|��ޯ��5X+��Ün��v˹v�K�1v�i'��<ż��oe��R�c��~9�c;9����{�k�=��'��=��@��?���p��\fس�<���{l�N�㦴S\L;o��i������re��[߭��{y{2|'����Fڹ�����k�c�B��Z®b�H�d޷���t��;9���N�v�<ok�w��:�;8�'i{�X�v�>h�q;�g��Oo��͉�y��>���S�<�g����o��h�㭜�>�����w�����n���ӽ��N�4�i�~��ns�8ac��Gl��l��ӈ����S�F?m�|��3qxf%�t��w��3����jc�<b8��y���^�r�y�ñ;�+��N��Vl��&:�h��d�uEp!oI^AG:�k�V�����o��|�����ĜwR�=�g�`���|�����W�b��l�n���N����y鬵W�֐��1�_E?<|���wE���X�k���g�/��q�
�o��ܶ���K����+9�;�cwW���Ecwcw�eNNn�~/�=�+�f;��h�W�Ӽ�|��vΡ�h`]��i�v�|���'a��=�g�$vv��>����=����o�U>���;��?�|���/�>߸���[��+E����AoY�m�/�sZ�8�m_��2�{��ـ�!���;ݶ�;�yG���i열ƭm,3׮��m�E���u��l��Q��]vǷ���ڙ�CFOf���+�i=��}W'x��_b�G���=�� ��R2���yd�+{�ng����ڙ�rs޲׺?�o��W��7�8�m?����3V����ٳm���O�]��ϵ3�뿣{C���3|���ߛ�Ѷ�}=��s�; ������Y_�����Rg�o|�0>6c�y��S_k_���0n;�[|��m���q�wwvC�����nO9�gk'E?��L�vzWr(ulf�S��(�%��3��ʤ�˞�L�[�y��}�Ͼ�mϛ���c�������
���@ZolB���b��Z����y�o���>��xk/3/��N�!�8lf����{3��]������W �M�'Ձ��׵�ӎ�ٴӲϥ�־��u��I�W�����]�޷V���]��pk��E���z��޶�+����i'�O8�t�vN���]�'���xN8�ŧ�s�H��.�-�ն>����:-��z���7���O-qvz�����l��Oۙ��z8�	,6W�y~�ϻ/�m�!"���R��ni���Ҽqni"LK��:�S~}�y�b�寧E��]afm�{�b��M��>�k���[�5Nc��i�UN�-p���\�^ɻ����o�{��}�R���
��߷}֥]+:>B�����QDz�g�{��������&�yN‰8f���s�3�Y���s�~r�g��w��\�4�+�۝�;w8����f����E?8[���y�yڹ�yF?_p���/:���b��\�E?�:/��u.sOuOu������W�3��i���e�n���w�~��]�Oܚ{�WvxMo����4�����j�)�"׹�zy�۽��^=���G�u��x?��kd�	�~�7�~Ƶ�JSޖ`&X�����������B���Oy/��齨q�q��qNя�6ZG{�o�3���s�-�Vg(�8�؉:fOm��jη��٨YÚ�4�D�Q͞�e��_�����K�[e��i����ȦՑ�Rɫh}�6U�w��r��"��,UY��>�g8A�c��Z���{���:ڽZ��oT;��K杈{����Nv�4���+�G���\��8'S�p��ҹ�\��@F-p>ﲦ��=�4�7�m�����o�:�5j�ӧM߮{Ӧ�us�����i��?��"�ON_���i����>}�\�O��Qz�"�;��鳤of�J��u���8K��{�f�qf93��N�9�Y���lr=7�~�=W$�t��o���.޷��ˈ���5�Ɨ8���5#�k�=���!y��!�t���uJ'���o>�qG�}��7����v���m:���6�;��Ώ}w@�.zqw��������_�<�.%X	֝.��^�[��n�69����o�<7��F�A�c��o�N����9=5ߏ6�����������&s�j�"&޾��M�]w��v��l��T��$T��]�Ь��ʁ�T�T1���s��}���*�t�Y���z��I�:)͆r��0�̀*��=MNw#��ӟ04+�}�]�~B3�%u�P0�d~wg~�`~����}m��g����o��Ǭ�����;[1�c���ͷ��w���+w=:���\�}]�-z�7;C��Y��ԕ��8�|�9�Y�䜬�t�s����'�=2Ż���a�v��)��.+����J�;?4ߓq�q�&s}�4��>ڥ���{�^�uY���+�50�;i��e�'���~�\�t���L����nO��E���[Tü%5��7o��7��_���s��~��$��oI֫�������_���~�/ׯ�մ2������w&Passets/fonts/OpenSans-Medium.woff000064400000235244151213253300013033 0ustar00wOFF:��FFTM:���GDEF���c�[�GPOS|!
L��U5�GSUB��,�1�OS/2U`���ecmapx�YD��cvt @��=B,�fpgm���Zgasp�#glyf"��NR�w�head�56�4�hhea�!$
�	 hmtxh	ֶ_6
loca�����maxp�  �lname���Iّpost��'n��Qqprep0���{�x�c`d```fp�;A�/���+�<�<s�;��[�����	��@.D�jP
sx�c`d`������J�7�"Ȁ���v�_/��Jx�c`a9������՘�,�,�t���ix���߁AA������0���w�?�n� 9�m@J��PX x��Xp��v���k���h
�\D�a›4�DJ B������ũ:%3�tJʻ��@�V�����CK+�)LIE�4�l���nW2�;��w���_�?W���{B���"���0X�`�{%�x�z/ؕ( R���ͳ�n�`�ݗc<ta����g���'�B���#���2�P�Y���,�=�:��qԫe�`�X��v11�/��ǣޛ�z�1��|�v���
_�g�_���!S�V?��ȳ�`��<��Ot*�f{
�z��F$�sH��	��R��U�H�̛��2�r�{IiW�Ib�S��'1߱ћ߶��w6ן����y��4�[n�!�Y��gy�쇨"�J���ԯ�l��٧���"ߌ��M�or��0�Ȓ���zV����с��܇b��
c�Y��>�~���u��}х�C��G��oɇ�u5<�C*���^���0���t?�M�~x6J�.��up������X�#=�B�LXt�ԅ�Y�*�}�yvY�]m4<\5q
�O��Y�Yl�]��+��kg�y/�YM��|��?�KٗQ����f�{�6J;5~B[5��"3�򺐓����K�G�e*�Z8�m�W�4���X����A�׆�N�R|�]���Iac/��Ͳ���9�1�s��{�l��g���n��	�	��jlM=��g����_�mF�R�obD5ʭJts�B�A'b
�j��
�f}���=X4+��
��e���G��_M>ζ&�{�����o����"s�?Q���V=i�����[�����-��οb���[�q��Z�r���I�56t�� ��j)�?�2�Wm�,yn����q�q���$�
F��#�4����إ.�N��m��Px��X ߝ��O��OXh���.�+�LU0v���[�el|��Y���9�d�sR�	U��A�[��<�����rЦ��z���Q<s�2Ѓ�O���3ܻ���Sh�A�����~n��8q��PoC3�%�������qz?�#�F�3�U�*��O7�������U������Dw��%�q�''P�hÌ�Iu}$������	z,}�P��A������$m=�uο�e��Eʗ����o�a���;nǬGw���*ƻ���}tk�ɌQf}�s��{�c��i^sOv�}���Z]8w9��q���N�Nt�Q6쳆r�Ny=��Y��uG��l֏r�[��u7v&��
�P���o��b�)�Q�㐈Mf|����ua������o3�O���<��]�r���WY
�N3�9��ƴ-�\d;5訿�v��+e�|)п�J����,�p7�:]� Mw�\�9c�:�9$c�<�ևq��/�����E�)�i�X�ϼf=➃L}Y�]����(��.���ٍ����Xl\�TlE��{�ν]�\���O��4��\l�e.��ѝF.m��]���scX+1��õ"����U���m�����{-�݋퉟�I�p�j�B[16�g@ '��2�ؿ�W��F`�7���q_�d�.G=��E�	i���3�p�^�G_�?�z8�'%f�S��"����눆�~""��#$��J�r��qaY��cX������0�$F��G;S�L{�fk�4��F�:>F��إ�`.����,V�w���)��,w�7a�:Ay�s�?�XàV�1.I.ݛ����vs��3o�|���}�}�M��q���O�O{9J���=�n��9Gk�p�&'�{?��vX�1@��X�j6�*b[
�}Y.dC��c��X'�of�q��v�J� ���o�۰��b�R���M(���ЩB��"����Z�廡?х�1�I&�ؿ�D��W� F;9��緾E���'Qa��}vRw`۳g]�\��$w>v���ɷk0�]��7�IJ���{�{�{0��0��"��2�͒<G���o���Sޮe�w`�g.�K��n|G���3~�i��z߄x��j�����kv��N����2��Շ#����JL@`�U��+X�˂\���9⊀��emPb��=����)���1�/��>�C���؅��������.~lކ(���K1�<J�a�'?H>E�&�A{ޅQSw����`��w����I&W��aބm�u���=���(����&mS��R���"L��]5��Bm�R�s�e,���|�Й�^�q꩐��1��Z��f�y��������I��b����D:1�("�S�����;�b��`���i<x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�YjQEO;}�o�Z�.E��>P$�8��4hH��,���%�`�vKQ�.�^�����Ix�`����z�p������-/�%Ϫ�T�}6r~x��;Yz8�t�U9��o��[i�F�T��]c��s1N�[��IF�͛Cm>�3|)�H����(�P�Â"u�L|}P^�MF�,藷���\�&�v��ip��>I-x�u�L҉p"��82#CED~�ȯ8#��)��]F<##����C"�-�73O�ǡD`�s�9�k�9�k�5�s�9�s�9�Z{���| ��A��A��`�4�֎e�P�:����n@��o>:��C�1���l~W�]�0����	�	͉�Y8�[��e��I�I�ɺ��'?�s͹��ৈ�d����O!�1�aB�!Fo�3��?��"�H��i�����O����yἽ3�3�33g���|I~4?sq�y�r<���oʌz{�w�t��RPY/Ȟ'���=?s~�74
�B��3��B^���X(�/<,�M��Ł�����=��9F��a�0q�$f�^RT�(��J�%�Ql��be�V�;Q�W�/�֖*Ju�v��aqL�ׄ��,8-�����e�2I���X6�G�qx���Z�,>����G`�AM0|�0a��L�"���&��h!��a�8q��#�HINҒ��^R�4I�#�'m�ȕd�O����o�+��g�7J>�HaR�F��b�X(c�9�{�:e�򕊤Q�T�L�S#��$u����UN.7�;�ʓ���K�4>-M��eh��m�N/�3�B����k�Vz/=LOҧ���`�Z���ˈ2&�5F�BT!�h�h�pW*�������Jh%����[�VE�2TMW��Z�ڮ:b"��jh5��\ͯ�T˫���jku�z�z��fձ�,/+�Zf��l;�N������%�
{����gqr8H����i�X9^Ng���ʅqQ\<��p%\9�5qm�w������1x����yf�0/ɛ�-�]�]@^P_�]H_8���|&_�o�k�V���?,֠k45��͋��ȋ�
��.
���K��j.�.�	�r�p^�Q�+<��#�㢈&�d�QR�'�,:���\p�������b��H,b��)���ř+9WWz�D���hP&�,��c��U�U�U���եڼZMm�6}
qM~�xm������:]��.Q�R�[Ϭ��7�+�[��`�z��$W"��%����������׏�)Vj������U�'闆��a�!�0ݰذ�X�m�	���yY�L,ȶ~f��y痺_�o8o�o��Xo�7���MSM�7�7o�ʱ��[�[�[��vx�\�T�+VG��h5���n�nn�)�J@�R��)�;�ߝ�;+w6[�ZD--ɖ��Ȼ5w5ww���*PiT��������F�1j�ڮ�Qg��r�}��~+���:�:�k���~�p4M�F��yy<p>�y���j�Z��M�M�&iS���m���d�tۢ���:�N����~݊���z�^�7�~}X?������
���i
��`7D
s�����8��[4B�Bc��b\�����w�9���������{��HG����?��X2U����[S���)�Ttvt�vf:w:͹f�YhV��G�G�G��Gܢ��,3��<�<^�B�B�u�O�����h6�-b�v���]�.S��+�5��k�k��.�+�v��o�O���O��:��&��as�;��GƱ���u�'�)q*�F��p��o����C…s�\RW���es�]W�5�w��>�!n����e�V����N����U�����y���<j����=��7�eϦ�7Ǜ��x+�"�ԫ��6o�7�~��a��n\wM������w�|y>���F{*{�=�gO�g��mO֏����ӓ�'cO2O� ��,Pւ2�l��t��`����S�S�S���ӭ^F����w��Y��a��o�9�9�����~l��ڿ��f�
��у�A`09�6��~@�
B���� 6H�AyP���#���\p)�1���B�P~��x!q�1�҄:B�
����lh!�Z��|�[��xx�o���7"�,�l!�8C�!Րy�w(143�<�=��;�7����z4'��2��(�G�Ѿ�Tt!�݋~����1NL��Zb��-���ұ��|,ی����8*N���c�y/�/�/^$_$���DKB��H��D"�H&�3�×��ʗ�/w���7M�R-)m�#eK�R��H*�OͤޥG�#�#c#ۯh�����ܴ*=��Nϥ�����N:�>H{
{�|�x�
���\x���@T�8|維,ۗ�KoK���X)
X)�"v,��{��D��`�&1ՊI^�{����^�K��|3s�.k���`�̞9sΙ���Y�$�}�3�E�z���Mf#I��̏��&�B%$Y�:-k
�b~��$%��c��ޕa���
 �$��z�|��n������Q&��@iH{9~c��!���7� �?�{�	"��
||����N�V��b�L�PH
����lK�E�cQ�w��w�MeA�up
�J4�/��t�J��:��ݥ�w�;
�����<Q<�w�����侣fq�6r��1��n��b�R�
g�uс��""�D"Ԫ������D��@�V��&1=���6�b��h`N�U4����-:��>U����"�*$&D��R�~�dg�9hȇ�V�5�B������A��ڟ�����/�-�7�
2$�r`"�EN\U;yc���a:<�o���Y���`�|Ԡ��8�/`�mh!���v
s��H3a!��P��@7��\���r�A���Qގώ������Ą$C ���-�I�	!��4�7�a��]��ݶwH~���CS����"�vص۞�{�0dh���O���Ӛ={��۷���m�
����ݻ��z���=�g�>��	�bj��?�"��%2����/�"Ա��F&#��2�Rj�#(�$ީ1�T��?�� ',
 F��4F��E���d��b@�	!m3�m��<z��f��Y�O�oz��`����Nx��l��z<�{��ah^K}-�3tMm��ns���˹��'�D�?�^�mVRR��A���~V<1��aɴ��$�m����`4�	�/P�����[���WxO��	�+ᮐ�p��s��8��5	^p�,\�0�B��$�sr���9���O��!㎂l`��<��^�:�q{�����!<�G�"&Ϋ��)�C
�� �9SΏo��m��=�#��<Ž�}6{���h�o�E���K��ZBAx[��DDKe� �2V�N1Pe`�P�F#��&8����!�Ç[���S{/��m��̬��;�e�R5����^�	:1޵�t$�"�k�y�D°D��WPK�L*�Tr�������=T�n���
��q��ď����c�D��ظ`�����d��M��kܬ3�?�<�d��������ur��J|�r Ѩ+���'O�c�&�?�9J"C���q�&��$�\�, 4P���@v��*2D7������n�:yB�t<�J"�P^�ucl:�
������y���ѬjF�F��NL CL�,I�'ͺ����M��#w�����p��E))��$���~i�YP�㷠��9��/s�����U@-]��!�G!?A\��U*�JY9m#�����@VM*���������I��০��OQ&�-��_��BX����zʗ0XeR5c�&}|
�-($�,���ȜEZ�F��{���
:gL�?�!}塉]�*��p�����g<�D��mȀ���	�[g]{e���{,�a�7��3��T�A��M#(	
�HH^�\:~NHW��� ��5�)�1g�?�?�V��<��˳��+�慧ƝYֵj�ޢ��-���-�j�'�ғj7ThD����~1ڲyɨƄ'sZ�O�iL
\�5�5��pH�F�
�W=”�C��T�hɓ!
w�&���9@&����7^����n��Փ4
Ě/�pݠ`/�Vo:8_^2�7tT��
���6&�_#a���<=�z��y�6w�u�9�!���� ˝H놻s��y�Z~���uO�:֝�6�*���Z`�tjŤ�Vm��54�RDbn��u�T�s\�X�i0
���$�8D�*,L�gM~n67����}R�Y�A
���,�m	��B�f��<v���#�M!U1��1N$����T�[�Y1��`[�򊮡AMd��{��K����8���1Ӯ����?s��?����Y�ً�s �� ϐ�f	�U$���^Fu�59����E�:���{p珇댃2��2��*"<�I4aR��ba��~����0W�F	��
8��-DYx�y袢q���yo���V���?���M�����,pd[i�ʳ
И�����yLG�9�a�Ĺ�+O͛��>$tr׸�]��O��h̟Z�4z�0�z`� ?�A�j� �U�}���o*��7��E�x��*��ݥ���ِ�*�lE�t4d��"��Bjb��G9+���\xej����Y1���۾tEf5h�WI���[u(vD��kw|��Z�DakVb�5�����oR^Թ�l�X�����������‚�\;ڞ-6���Z���v)2����=࠷(�)9�-��@�_arjaajrᏆ�OA�t��`�{��6~CGџB�S_$@����lv���I՛Dݴ��߿'�'Os����p����~�� h�@O��p~5P�����
w��v�~x>���"X�.4�F�&����fo�}�IOs��\)�ϳ�sj$������M�0�M�����`����,P��/x�J��
F�̜���A�n�{��Bk���CӒ���҆�c��3k�2F�ʨ�h	�������
�ËSC���<���2s��!�aV͐a���,�&��ey{t"\��mh� ��s�J0�$؄U!/�z�4� �d�)�Fޚ�F��
�v:�O�޷�i.`/G��(Ӥ��7L=xz����3	Z@��*���y�8�gw�Z�ymηU�/��;�Lۧ �ƿ@���\�4E,�.�<?�||��ѵW����7f�k�i�P�䁓���,�lx����5�
IACb/��_y?.;�]�v��Yy_,����D@[$"���ss��P�1�MD�1��f��7��X$��&��-������CF����v�|}%R/O�np�+d��@N��c���ʇ{p��_�:�&ԡp&@�!k4>>��Zl�&�~��m��@�x;�kDbM<��W��W�`^Y��ƭ.^��^;�C�Yq��paK��EL��k#;�(��E�:/WS�[f4O���Dkۆ5�9mc�[�E�ʄR��QT����x�G� �0���io�pjtٹ���n�8����3l�S���mow���&���ς�/���1�O�!�!=�q�RBgV��Mň]|>�dT���_������Sp3����g�9���?yx/�r�b�r/�|���.��—�V9+�h�lR �W��S!'Q�ޢ���<�s�T��4Wx���,���~	��X��H`�m*�ɵ?��(O�4f ��#\�֍��0W\�Q�$�����;1"�Ϳm�����,(�Oۇ�E�M:���//�/N�.Sr{�9�<�g�������w�ǭ�"�۹&�A1E12Hz�<@��yY�w�c���!��!�+a�����
ؿ�_P|15b��J��	�7�k�pL&?c2R�p��ű��!n�#|
�S*��T��Z�yd�fǽ�[^���@X
�GP�XA3n���P�h"�8T�������c��~g�M�j��	���њ>�/��r�!�p���WbԽ�C΃��=+�e������.��-VHI�A)�orbLp�"�����	P9\��1W`qF����h%��o�oһ��?�~�^U��nq�}O�k�${�\���EK�N�
�3�u� �j���Ĕ�W~#�,�<}2i���s��\�!�
�{��5w���KA��䡸+I�^JI&sm�Q���}GJ7��/�
"��_]۳w��	����D�ã�w����O@��g�S_���k��,P��U\��z6\��p���L!'m2���2$�0��L�#'G���d,�`�S=`i��E��c�?}����י��SNY�����!�V=ԾP��a�E�ތ-�6Һ¢Y0B������J0����F���
��>�ǭ�&�@� �	�ת��r�B�u�B���8�0�6:(��	r��֒�a`�w�	��t^�vb�I���M;k|�-�(;������˺��}5��M1P��JB���A��MNK\v�����^�����1�#i��o�oZh)}�eR��f���M���9#�W���i]9c��
е�R�*������W8q��9�ˣC��"�+�U
��m����iU��0Qݯ���:#y�7��������n(�x)/j$�M�"�*-K���x�F�D,�#^�~�>�s���}�Lwo��_V�����q���?�L=����O�N��HH��l$���uXܙ(Cb������ _�#�x��>�[���0#�:
aBTa�A�D!6Q�a~J�]�>`B��)��BB`�Q�,*Yg��lQ-��.��L��8���2���7?���
�Qj��{=��4�H�aB5r�Z�W6��;��Y^>2�<�b\5��3���,(�e~Պ���_�v�c���i E��~PCD%�s�����Rn�{�K.�3P
&�ϥ���M���kd��J8h��Cm g)2YD�h����-HY�>�z8Ϗ�{��%��d����A�l��n�4�x#��?rrU>�cW#=�I�݇��NRꍴ���k1�}��˜�2�,��2��q 9��~j�
{o׽����}�r
;ȯ���9�_���9�0!�p6'�F��3Z ��.���X�=��
�Mʴ�#���|0�؀��m�eҏ:�[E�a��6���A����H�w=����jwc���wI5k�:Y}QF��,�qP%�&��3A�K^������Yc�̺O�c�}�H�U�}O}EW�D(a��E��2?����l��f D|��qD§�U&�3L
N��`��=Y|��z�8z�Ҫ�����7O�{�����®�ѝ'��/�
�2F���t�X���..pch��[$�9iLɶ�X�>
u�RVmBl��	�NjSk���e6�6�"g�}��ՅȂt�ZM�DPQ����EDI�/��ˌ+�r��Ӹ8�Y�n-���.<������>b��5��~d��e��ob�h��;L�@�)/�CD�3jg0�p2�U�
n:9y��:�1�Č��iu��/�4vmF�j��W�}s���+�/k?S�& ��G��0�PImJ�&����"�F��O�J&�T)�(e�DcO����9	B����[#�+����^�įrq��`���k�j��f|�)zX�S88��;b�G�r�շ�����̐����Ͳ�D)�y�C&�&���&�D(?�h�,_g�]K��;�ИҧZ���9��[�nv#�@�L�f���mg�5
1���P+w��\�����T(�m��,���i�FI�FB�H���2%&?`Y�y�����ˣ�7�7�'�Ō.�Թ�B�\u�UG�<�w�4M3Q���i�l���lb(e�ʭ�655,��2jD�X��a,�C�t� +-����L�`ԉ��)�̋I:>��#���5B"q
|��KfEf�珮��
?k���7苛1���ī�rop�,>1&���{�Դu�gLo�^?��il���S[��96<試�G�0Rf�_�Ԭ#/�gz�o�j��K�7%L����G�f���&�j��:��~�;����ʢ��as���hF������ȧC��ͧA�ihai�i��!��V\ki��H�w]��ƘVh.;��O�[�Q~��:��$���v2?�sf�EZJ�6���L*׳B�rcrl~~l\^]t�,]��dg��fg�@y�[�i1,%ჼ������4�~�ϸ�k�'�2��h
�+����ɋ����Ri�D���[KD�S�NZ���PV��
F21+us�[X�����.�+d>R�"Jd(�����?rk:����ߢg���6�l_���-�3�,�
�4��)oӌ(�u�c�)ܯf"�j��
�5��V����B��S��J�kS��_�Kz!�4�0���`�.^�V_���zl��)�o�'�ϟ,�-�2]��?�1�3K�\8e?B>3�9m�Ʌ�t��a�q�c]d�C����T�*��xP�B	�A��B����̦����ۼ(ݼj�C�J+2;u�t8W�)D0����U��	�Y~��{�p6z���Ϸ5]^Q0��}ۿl���Y^?m�պ�a�&2l�;�
7�������]Xt���⢅�'�������y=�ͅ:\��T
�L(��tZOO�Q{���ٛ��In�
���q��7��l/�w�%7{K�˗��-J'S�L�Z�����>㾸ҷ4jh�yJ�Ŧ�+�}����e�O~v��w0m �yG��U�tP�����=m�#v��F�IHR%X=K�E�Qe�CeQsF����~�q�s���ANӰ8��8�v�*N�	�	)�-����X:i�ο��sJ�7]���/��
*
ˆ��
�
���l�dF����z�<���-c�o�V/�kD�eV[���~�.��1�?���8G8�j���<E6-{$�r=�3#���iQK�]_�rd��������m)����3�9����hi�<i��P���d<kJ*��V�R�n[h�.��ܴ��TsHI+�7���'�0��T�v���P���[��Pd�bd���r�����83}���;�
���Ǯs��t�em� �W�xo�}Ke�k?�#�t��*n����j�|^�8�J��K��ѥ�}d�
�C�)���ڼ<��m��B�ά&ߴ�XV~j�(�&8>����I� 
'k`��~A�8�U��!J,���}�����3rv�[vZ�
���d��!� ޺@�R��BQ	WH��LA��3
�g$���3��f����<=4��Q<���������u�g�;�棧Ŵ�G��&w�$�檪bO������B�i󧛽
G��#k�{#�Be�9���^	�-C�*	�( ˤ6��-�`
��5p�[�p�q]`��G܇��	�*;�i��J�0l����/�a��Ǎ&<T�69��Ȱc����I��;���o��H�� ��Sc�x���s���q���-��s��m+���1�qK���}����X�I�Q{o��S��UrH;�{m�θ�wCyw��J��jH[0NT�g�ʪ!����^@�J�v?*�B:mE�3��g�Vvw��$L�1��R3���VN	�#�AH�@�4mE�2xD����f�d��APP��� ���AU����W
>ۻ����q-�_��__B
q��q��8�:	8sCb\-:l\���_�0}��FKM~ׅ��M��M���+�Ƞ�9 z�\�\3o����ܮi��p�|��Ԯ|�
9���*	O��\��PRC��e�T�c�R��5��%��B�
����b�_��:��6*}A|����	������$�z
g��*������"A�Dn"��,z&��_���X��	$������cyy�<��:�[�a"��<��@�Pc�A��oZ"�)�Q G�S�.!=}ijݚ��+&���K�S�f�35�����:H�<�ϯ�<5��{��H�rS��s��Ӯ~��a0ܯE�M�C�Um�h�~2��BA���}���Վ!^v����	A�r=ʩI)yvƅ!���g��\]Xn�޿�1���KӮ07c��F6/��z��>Ww�*�6�V�_z����l@�^�A���(���~~�:��Po�����.��R,+Q��ьD�-'�-1w�RG����QICR�9�KB���OD��7z"3�_�����u�c��3gĭ���7.��"ff��%z��΀���n0�eР��[��خ�ˌAA�eS�b����c�OY��~_k�Ԝ�ߐ������
������-��T)��T*9��69\��,ù">����X��O���Mn��?A�ϗ�wA8��/\��E��S]�Wpv@�8�E�	�eߣ�j���^ƛƂO3�@:��G.��̛־ߨU��D�C-�c��e�Qqd�R���Ž���ќ��f&�
D{ �x`yu����~�0-M��6�6~Җc2~�z��ܘօ�맇N�:uk�y���Ò��&���5���y���g��3RL!c[K�,5�4���O�1*-4=�:��1�p@��{ln|�`�8�F�H�%�G�vAq�]��$��8��)��<:#""33""t�GDdeED�3��-����$�'��'�}��{^CD���7�;UJ�B��1�{ݎ�H���硶^�Ӓ,M��;��8&ţ�h{�Z袕�~�5��6����4��~\z���rG������+��kI��:e�'k��j�ʯ���|�km�M�9�hn�Do:x���f0����߹^ާw�}�K�H��=�ķ�;�>;q���Vw~s��H6%%3�`$j&���
R�#����Lё�
���/����7M�
����:kXnm�M��g'��ťt�Դ��VW0�f�ᬕ1�Q���*�h:4;��s�O0��f��'a�F��W�;=� �Z&�3��u����%.׸oHu�4
0H��?F����g�w=w��q��u�~2.�q�K�A����N���9�y���e�}K���}�
��&��>Gm����5T
Nyq�"��B9M�XAz�h�lR�=��*6|Y�ʈ�R�1Q&Oޕ�����!�!3����Z��n/o,)/+�_�1:�����sY�LOn�������qb��Ā�{��f�'��Agn�f�F�Y�F�QC)��Nx�n%qU/v�JB�g��E2�&��k���l�X���l˄�յ�+&�����P5~}I��UFtL.=e���p�ZTGI��m��U����$"�`?2�"�Z���_*[K��W���MY���Ped'�6�j�`H�&U͆V�s~W���d��ķ��3Rj��6T,ٞ0�h'XM��}1tBQdzvTĴ���͹M�C6�6%��'��o�9+��Һ��8a���N��2v�J��AA��\�mt�����]���e�XU7�u����2ӧ%�Z˾�p�i:��a��>��C�����.�L����pn���u0dA^n2��7.�3`�0O֨�-;��3�nf4��9-]����GMyx�Vpg�����Sq�0�b���8f��-!���ƍֶ��T�mO.M��Z�]`��Cw��^:L�6����9/u7+�P*�7�|*��T���b����Z�?̼����:�d���W�#�Lx��V�����۩�j>���sZp�������&b���E��ʜl������Z]��uP��QKcb��r�M���6Zl��$H���"!�#�2p�}��U"��0�ls���9�8\*�����$E�-^�
�/�n"=�s�4�!�_�uxPϿ�\�<�@{�����
aq`�=�l�;%�|��5�Nl�^W̉G��5��j4]���ǎt��nj�=��yV3�_u�����)���heRFĂ�F��Y�����>��k�xn$wpz�T�z��L㋹
�H�f+�gf*h���$������C��WS�Zns�+$4��;���mC*����(�Ee��,*��q�Τ� ���T��� i5񈴚m�}��?�h7�II��茎,p�[3x򫽛��W��<��EWA�+�uq^�?	q�`��Db�j#"|L�M��.�i%J�o�cL-�����t�SUO���_�6��7����)�	ř˗nK�Z�U��X{&X���h?NO�ƶ-�^�܀�G)D�m��KKKH��JN����h��
]b��6z`��HL���ˀ���,�*��iD�=xw責]9����f5M3,3cJJa�	+���5����W�_%O���2�\40o@��&E�,�4|�N��Ѷ��c�GI�l�FW�M�UB&S��&���^>�B�����u��(�r
8��|sL�¦�{�}c���iӇ��y9�7���l5�#G�WMJ����!�|�$�RPx:4/����Q�T�!���L#��<tJ|'6�1c��3��1���c�S�SC���=2f�s�"������Q����qJ��DA����p������4����Q�Ò6
�T����7�Z=���z�č=�
'���)��w�A�Ȃ�9�H+��J��y�	8�|h�z�[�P�1�4b<q� �]8O_�7�f5ٿ�Ǵ�3��1���3�	��0`�u�+�>�b�/�ǩo-�%����B��2����𘾗�-�h�������&9���i��8�y�~��H�5P3�[��Ph�����$.JBn�F^-*�D��/��(E.A��ܓps�m��J���7�=.��s��O���s�S\<��W~��ӏ���i����h���5m�.	�~y
�1+���F�cB���A=�Ș�P���?2f�s���oR8?��/ �A�&���X7ȪI%���X��T��4�C�Ano���Q�`p����1P���N5�R�x(��M�qOπ���F�ҙ�1\�<��2s���_t1���,�Ne�&��&��Ł�R	.���Lܸ���5!΢�d�H�Aw����z���g>;�vѴ�rT0W�]0~���5������,+�{B���hrV����˜�e�&�yT=�|����y��.0�Q]۫C�E�A����zaަ	���y�%闑�Ǵ�>x��#c�c ����#c;�4;1o�|%�Bz'�/K�<NJ�K��k���/w�C��b	W���C�CZt��qF�����|�{�_v|���g(YՑ��kL�__pni�t-�B����`��Bg�E�[��楖	<�ř-r�H��'RYTb�������F�L()4%�����
�AUu	���҂Қ�Ҕ53��rc�;+V�n�<uxNf�_tf\tuki��!�'uf�qEq�G'���36�:,��8�v�i��UO�_��k�X#��@Aw߀뒞��'v<��f�͘�����1��a�ư��	�Hs��LJ��1�h���Ґ�r�k�s�	�	s�H�a����O�8�	����^q>a�zI�J�68Rd3Ƴ�,��!��de9'�qV���c{�&���k~m]�*+(N�@.�_-�ΞL��2�@Y�ƪ}���f�^��b��O^�5�x� k����H=�m�x~Ӥ��%C�G�VK���:�f�G[[���kk�25y�m%��`�ӆ�IJ��J��0+���T��V��ѳ�Ӣ(H����F�C�QM�i���71�B\���6�7cc ߷�1���<-�y�;�ib�O�����)<��xL�EJ�.�=mr�˘��G��A
M���.��1�c�%���]����y�����]�A����`�	���_��D�'�p���5�e�dnr����(��j�1���͚����W�}=��	k��j��/��!�徒���Wt7�<�^ߕ���n�栂f8�������9�<w����]�>��e1SMW�m���'�þe����G��|�ԒXL7\���]���41?ģ阶e�<�Q���6��o�8�@y��c���)�ف��?2�#a��Px��!3p�����I>�Eh/�RB��[�;�ᦚ#������������b��b���ݻ�����))����s�W��7�]���+�u	�Q^���7$D��i�"���G*���%b\��X��W�;Oh���q�y�a��=}��{�-I)mg�?
[�\4wtV~o|�82a�&r�NǕ���O[a%ú���Ɩ��C��Jl�^�6���y��h��[/�Fۏ�
5!�q���8��Ә~nν�Ș6�́1�#cc ϯ?��8��f��(�ۯ��8��J�+�	&X���9�z��pO�!��D���]a��ʹP�!Գ���G�L�wSS���5�t���QK*��(��y��$��KF��N����'���$ï�-���`�RD�4�/vD,�1���.�^}k�E���:�Z���>��j1.kű��3N�n؟ѹĉ�-lqڹJ�9L��}�Lj�N8UD�cxΟN8U�)~O����=>g�YM���1�@k�j���9Y���;o���8<o�'庇�Ø��~��������t9�@q8����X���	�'��d���a~r���?�EN�Cpθ�SA��������	p"y���+f��c��1�:'�u�q��'rcLk!nT��fgm�Gp��D����ή�TC��RV�C�l��-��lgH�`�q&��:���wE�7G�W��Y	7	캱k�>�Ŀ�=�Ph?�z�-�sF�6��Xw����1������˷�~���D~�z� �_cZ(�h}��QI��iH<@S�W;�Tw��8:�Ty?g��xp��<�''�����.ݏ��ད��	�g̸Z	"̪5�U*��8=%
�٢�|��xG�>>�a���DCx�RAR��,�2�FT��������3]�_��?D�H�bY}eZce�:wb	�ۏ��TݘV�i��V�0������D
�|	��ֿ�p�6�3���h7P%����S�S�a8Xx8UmΈG�q�O��d�#p~� A81�ڿ?�s��n*K)��A2~.�GB�7�а
���w�w�]RL�(�.0�z����D_�1��O[�A<�$o��b���s$�V���hĠ�j		�J�%�t'�_��9J/A5�T*�'����
��
��c�7�1�eǷ���V��#�*��@t�k�a+�H�4�R��M�csTܠ�/����zs�h;��,2eY��ӎ��]�X�
-�ƴ�БgW�+����_�p�Z4�8�#�y���JHGH#��ɫ>��ɕ��]����s���c����aU��a���~X��q������B��⑏��X^yXU8	a�A?���p\-��߅qs1^�~���\x	�Kɂj5/�N,�E��o��`Lu�8?�xb
?���Cn������Ig�Io�q�.º�����V�s��r4��	_>���������\��u� ��X���r�����@��+c]tl:�����{�8��4\:�ه�G�5�͙���c�ZP7w�v*F��6J$u)����[�
����)\9x�{nϺ7�C{X`]���O�/�����Dž[����h����3���q1�]��8^}
�c�ྕ�������iZ��w�\:�}�b~�}���=��6�@<U�|H��*��c �\@I:F	���F:��>_x�1V��zo�}#��V���F�XU$���H"P��݂�kQ���6������O��Gp��y���YO��m���"~���J�:݁Tb��I�A�Nq�����dRV��
��+��u�����f�yK��6/�舅�Oz����z:�/�����)s�8�R*��r�y��9�
0���:?o�3�b$�˼��cf8f�j�7��:ׂ�Q��L/�4�:Ҧ���Ɏ�����[Ie��љ5�M1-f��v�<_{�kQȟ��kG�OG�}b@�L����+��=�J�Ώ�Y�!�P�e��P(|D��V꼞��H��`���养(~|�,[��fJ/ji��ȸ��_f����LyN���U��}����!eg��n����aïa=� �P;1�M�|uz:��e�_���I�or
����X��?�O'�*�|l����q.ۜ�rN�h�3���n�}?�h�6��e�TIl"���)�6�"m!��|�]��J4��Og��ap�G���:aZj?EF��!�{�Y��)��
@ȷ�'g���ޝ�h��ܖ���3b�P�駠��3÷��y��V��t�
�`��}/ʢ'@���188�e��"~"�&2R�T�(](4G�H�㳭!fG�:!�J2|񥣮5�����=��>���
�F�n^�nn�˷|�x�{��d�6��ص&{�ԩK����Ggo����DO���vۥ������	@�{GS����ۯutWV�_�y�B�s[��a���8Y�����N�a���x�:���z�p�.9�ec)�������z_��?`�,�7��i�y;�c�������a�]s��W�?E��	�I��u|��?���=�e���倃br'�8��'#(ɞ���d�SD�wN��V�|�+�`:��{���?/���c^������O�O�σ�Or�A�Qc��ķ�x�7ϛ*̻�+�����\�^h�'�=ܡ�TJYƽ2�"D��/B��w`�o�':v/x>��\�E�=�=���ې�p�7�P��U���ԫ5����Q=^��3�(%J���D�mɣ��Ȉ
�����D��8�j@ o�\����7�a
q˔�K���<M��u��8-N8�ğ���p�>O�yS=�O'�*�g8��8�N8�s��Eha��?gr�?79aMC�y	<����sU��wc����Y'��֟s��°}�t{�|���	��;�I�Z�

��Ro\H�wL���[x\��c��73���:!�+{d8h\�@3���qaF]�©����l�c�{��p	�Α_Α��q���2x�A2�R�����B���0��]�(.��8�zh+�g������|,�+����^��v�/7�y�=���0[Ѝ�|*�|+�[��7^��x��~�y8cp�����e=�u�1��Y�#p��p*��>�O���|n�8���M䯬?��݄��~r�X�4��'G��Y~hƠ����Rf�T�	�UOx���P��[D0a�*�F��B!���]�X]�^��p|qi҃�6�􁍡��EQeE@����)|��V��7o�<���v�)ӎ�-�ٛ5go����D:��Ꞑ�`��|�O��D��
�ʋA�*FGuj�ǵlBM2-�W<���ղc�GO�)�b�:
���$�
�9#�ﯭ��w�������6NM��Û�V\���\g##7���.�O�Ax�g7�Z�A�e"���W{G�1�()z�}�_������i���iY��*k��=���˳��7���-D7:82@]�:X?~{��uw9􃪺�-=Wq[���g_�B���
$^*��;t�	e|x�(f���2��Q�Ŗu�ι�2�5w�Εg��t��V8g�nXG��}�S����<��tJ�u$s��/H�Yu����c�&�Ja\"��W`�����z��#�aQ�)�B[��z�C:
�E�b�w��������q�������Že��'-sEs�y���������}��c_����c�#~Q���E�ޗ#�(.���c�XǨX�38�2�%�R�7��?��
A#��Ĉ�j�>e�U��n��J%R��ű���"�bLv���7�p;u��_c�-)�k�
�[P)< �"��'�.�� ����܎��{�~�R�Q��m��[3#�r3�߫r�KM�7^㲦�Κ�5���s���**3yY��*А�������:�%#��
Y�
�����W���_N�C	V/68X�燚�0Ҽ��!��%�d�s��ub�+;�%���ѡ\:ޛ�WP{jڊ��:�oMO�˶��N�\V;���04�Ǭ�������3��2��Lk�5m�,`�{
+�t�8����6k%o�(
_��>pF�>�m�1!w����H�������gu)j�8���^l�v�H�;�ا��g�f_B��]|~��wB���]|u�<�|�t_>��u���Ȗ��yL��f!��s�(�0���q���XfS=�;�Q��	��{�0�E�^�x�/��u������S��[z<c�$����Lנc�[�bN?
�Q��q+�����^����K�O� 6�]�U&����u�9Si��1�7�BWA�*��*iVR�-iEH�8o6 jf��X��\d�o�z��U.!4-g��Qt��o��os�-��4@���"�q5�+�fY��B&�{�w��כ=�jSR&�<�u3����1-(�|�r'Q��J�p �|ξ�iٱÁ�
�'��R�.w��ׇ9Ƃ�1 ��n���x�8.3i\���s��!����jti�<<���O��KvP0�ҕ�ZL~~L|^�
���c7	�'��U9�x��V-����&-Z4����6ޚ��N�m�:�u֤i�2�>��5�ljK��\i!dJzU��[��v�Q�����	j�,��o�Gy��&���p�|��M��ƨ�==��*�B�Ġ��C
PKt,��1P3$�%lpfqlT��I�n�#��
	�LT���L`2E�R3�
�
J�����.�'�	
�g��eu���S�,�ܸ^�29_Q�U��e��~���]��9֨�)[��i�����9�~�L�[��>/'��Yb>$���JɤE'W��\ɋ���ٯ�N���:iZkCf2(	�}}�4}�
k���}������F��K����!�3n;}ԱК�s�g�R��>�
|Vs�a�-�}�Ĵ�g����E��"�O����D�RA�2?�l;>�B��e� ����`?"�q���-d�B]�'~�?}���݄np=�������G���%���w���[U��kd����e���_�l\gr���<ߦ���\�N}&zY6"W��g���Y�uy	qC�Hlg��"jN#��5��o>��� '�[c��0�[��eMI�f��tk�҉���(S�IZ�qZ�������F����/�^����_q^�
��e(1������2=n��A�]���)�a���ՐE�1R�({ˡ	�b����Z������n4sz"ectyMk3���w7���HI��_$����̞�F�M�3�C��7��Oh�ЏKdIT�#E��lλo+|��*D=�x�4L\�'YRi���M�mu����-�q#��E�>�7�7���Av��/�O�{�����:;���!`G%����}���7��'ϳ��z��m���UB� F	�)�II��\�;?ę��kd̄�'�F�IL2����p����0�g�
���>Sc��Dv^�z�Z��ۘ�Z*|=�)	ɷ0��+������-�x��s�a����yL潿(���ڐ��)ѽ�:k)0���{v-�=����)BG!�(�����%y��5D�����OQo��v�T�ɓ������w5�5ډ;������:���Hi#��ޫ<M�����ý�
�K�����wH�z(��)*��9������@�����n�w��g��d�77C������-����A����{�RϜ!�:E֜>�8ˁ��b3����U^d�'��i݂;}U��%��qOR��}A&gc�x��^��כ�J&��$��)��g���K�!i!f	@�pu��L�i�cFz��8C��BR�$9��>C��?�'H�L�ϟڟ�¿gazAߖ�dn�qF\M����A�LR��M�d������.%�۶���dr���e�
߾�o�n�uï�_����̼Ϳ���\i��_����+̭��_�N~yO5��'�Ľ/�Li��<w��:<c��	i�SL͉��*yY��B�y�i�HG_�����X�D�kpw���9Q�Nq�;��1��%��	�#"�҅_�f\we�K���R��zu}1�.�l|y&��3.>0�*�=[�o��=�=�'Q7wBK�||���2�T�<��3�����Nc�s[�t���2�虒���~��o,���~��+�P	Z�G�nʝ�:����_�Tr�l��������>����9g���M��fa:�����u�s�w�������p�%h]�QF���,s��9�,}��	���1O�c����>�ĺ����g��C9e�sO��l.`8m�����g2�yq�7]M�A�`�j�Y���C,�xEFB��x��������3���i"t�Q�'�%>σ$G�/N���_�r���x�~��ب?�RK��h}�����%�G��t��ׯ�<����y��ಀ赇�s3&���L<�6vx߃PK?���Ƣ�XNh�mj?��]f�$���,����ϸs�X*>ok���~B�u�gջs��t�jۇ�fʻ���U#:���|rwٶ��7����>�d�)��K�_�h��M<�F�U�z��D�X5yI֓��A�R��tV�J�`�ͺۜ}�$0nәp�Lg7:����W�7�͏��&V��j�A����O=WJ[�/',�0kq9Ѩ����>Ps)����X��"�p)��6�y�ӑ�4�
s�i��uclY�ӵ��S���;:����[�X��ܡ���?9c��ڕ���9�#S�Sb�Js�t�>�Ys}φ����"kچ��lOҕZ2�chѶ��c|�����D���I���[�*Y���{�Y�,�fd���!�^�2oВ1����^^��W�jm��oy�d�M��?��\�+�$#�0(!�ic؅Us�zK��T/�	��>lȨ��g2�J]`�|�
����W���&l�b�(g&^��w��d�1Щ%K:[�SF��0e�NZ�]Yu�ʱ-)�o����#�o�ָ4�ṕ���*�ot�ڣ�΍�>yw:IS{W���RI��T�.�\��Bz�b���*}�#�n�H��\|wɇk�Σ�+�5ϙ�<��{������:Ɲnwv��
�����j5�����=�w��O�Q3@
������Q
��u��O��,�8f��~�^�k�*)9J���rO<�����
W����}�����
܀;^3֋B.K���M�޵$X��GU��Ҫ6��E��*+�ҝ��̭���yh,]�h/Γ����E�YU�
��nz?��q����2A.)-\�c|�@ǧH�|�F �D�%�td`�Nc�hX>.�T�z�����1����
ro/(=�D�{t���c��!F��j���)���d��`�ix� ��M��;lH�}�	���zR���މ����:}n��%����f�Dܼ<����ޤ��Bm�As�\���>��C�?���;�:���ܶ�e�R�����R���b��h���(Xւ]�5��{�wM�QPLb���'��4e���ܻˢ&���X�;s�̙3gΜ�;�Ḏf�q�^^�V��\�Ɩ��$�u"�N)Ek@ 2f��`+�uɌ.�ףӰ��%e�}X3�s^ؿ��K���~�O��#k�d�Ŀji<�j�A�ȰM#�ڂڢ�i�&�cv��>�hd��������+���'�gՙF�Zc��Jķބo�Ȯ
F|��j����Z���B(���l����
���l�z�&Άw��Ǝ�8m�J�Y�_��>�܇9R�m�sp�L4C�МՐ8�Pԛ�Q+qxy;$~~���D�f[o�\��b�\8�zt�_�5�]�gK;%�߫�t���A��3^*ٸxy������>b�/�>k>�����FRrcS�k���. Z"(�]�5�X�J�����t18��{w^Nv}��
�k�k�f�C:lX��1���VZvC>y{���������
����i&��P�r�'�Dv��7��lV��[��<2���CV��RO�Ɨz�&}x��3W�+4
�S2��~��]k»��޹	~Y����=u�9igɇ��l��w��v׈��E�p�zZ�3�}ګM�$��z	IMg��CKYB&؇�?���q�O�ؠ2fmXLW�wC�;�����[���-��p
j��r��>
K�m��h������p8z��/�zV�}C�-�P��s�I]�(��d�vHM�P�x��dR�i�L,;`נF��
8����8�L<���
E��mt~��+�6�Pon�e����ޣ�L�Q��ʥG�(�>W^Y����@�H���i��r#�Nu����p���R˷H�k�2$s�v��^�+
�X���LQ^Јј�8֫��Υ[��5������.���@꛰�-Sbn�o�ѿCB�Ģ�p�{�����Q:�|�,cL)<Jwth��Ʊ[e�����Z�8VR�KvH�D'lG���k� �)�����ì�5Nq�Td�,*����͓���ʤaf��r+4d=��o�m�}��䵏��]\���˗���
g�0���7���wW�!�� :H7���&��X�M�C����J��
qV	�1�y�/�e�Z<,:R���.��2�h+7)*կ�酓WZd!�'�;[�uמ3�:�w���y]���g���\�������}5��^�u�1J	H��}�r+N��	+�/��?�\?�܂�\�H�N����<K�5A�;'�	���GN�Z#ƅ�s�/>��<�I���}������B�H��$����Y*�ԚG�C��h�Ϣ
�x�!(  ����KS,苊S��B��L���p�\I�hg5X�w��� .	��Z,-a��$��x�9�L}O�y4h���֕�{)-��6u|Tm�2��r��=h�	���٧ϐGg��z��Czm�`�n}���߻�2���2�"$>L+[h��_5&���z��ҧ�ɷ��]�{W���S��U;�d�}S��[H ;�ǟb�h��ԡ���Å�C.�.�uc%$x���ڥ����3=8ŠQ���}����^�A��.޻m^\r��|Å�F���0��PU��[~��@2�O!.�M��: ���R�Taa�/o�Ģ�k��,OI�p5�3�BT����r���$(ηߙ�քJ-�'�zh����l���d�0�����>y���c��n�v���x,����c׶�e�wwڼ�Dž�/�]���~�ْ�[�/x?�N��l��sp��N�4��ח���
�C���e.��&��\k�{@�&�H�dc ��̟�}͖n��}2�χ��}�0�y���JyB�:���hg.k�r���{��N�ǃ�Aɝ�n2/W�X�������T�������}صcf���c��c���ug.�?�����p��'�����~%Ň9���Gǧ]�׉�}�
z}q���&�
Or�r��M��\_���-�>�@�U��{I��kdW[���D��
T��� #���#� �!1��+�Q�T�DE����:��gv��z�DD�4�V��o�6�W������_��ټ���>g�2zɏȽ����h�ù������87/����[�
��0_$5$�-��	D$c��էꁫdJ2z�i%��&����������wp��c]x�x�3G	UEBp
�1�1��Ȱ�C�Z��a�:�!S��@��DR��i��

`u��3�&x�;νq�3x�v�p�i������~$��gš��C�.7�<��/ĦP���ޗJ�gH��+ՙ<�i��Wa�u+H-w�vHiR�X}����ږF���o�/߃u`	w���c����y���!YA&ŢIR=�P�OV��u^���ʆ���v��>l���d�������3|垊��\k�'��4�Dc�Db�M��]I�����R*�)��.�`ӈ<�h�`y9Z�쵋��Cn��<sXG/�Ycs�mx��W�XGg�	�8zf
��	�禫����Q�R�3Ԯ�d����J��HR�,�dR���\�M#Ԝ�{���w��1m�E~�|����-�[_ӿЯ:��W�Ӌ���_�߉�tնg??�%�q�[�m�Bd=ъ"<+��m�xX����n͇�_��EE��Mo���{7.l��o���_����m�g�=�+�9�fέڈ��X�ʹ��_\=�SƲ�Α�
>"�$��Ϯ�H�:�R��!���u�__b#�ޤ�=��v�a9Z�(���r<�6��{�|�I�5��wcBӦM(7>)�CX+s\k�!'ݏ�Xx͑���v/Z"gX�ly>"���R�_���1_9��_;��� sAƅt+�3��0��7t�~E*zY�ʋ�hS�AT���a�*($T��camX�?Q�1%R�z&��F����BJ�h��u�썀�;\r�̝�����{.��F�^V�׏����U���|��	���2Nt�4��@�W�1���s�B�G�FJF�ν�*sTL�Дn#��8?�̐�
�D���"�/����zY�ORȦ5;��Fmb��aĽ�i!��?���7�nC�� i�D"��}��&�U�i�7n?��u�qg�K�=���	��ȥ�5*�q��I�]��5E/�x�M���G���5��O�O[�6�>�;&��t7�'��b��ˮ�F�K.:d4IY���m.B%/���Dۚ�"����4��;��
ػ͈��<nj_����h��^���<�.�Q���V}nBç�g��"����{�ȇ
?�B����C�{�]@V�`oLm�Υ�I�o>P؋(_<�gR�F%���;l��Sn��s
l�?�w��;��fn�G�S��h���c���{�:.����{D���]o�6���o��o�ǖ=Uv`�;�n<�h
� �2�́�..a�D��R�9ۺb�t|�Ȁ;ս���)G}�-��O�/�8?l��9�g>}E�e��/1�ptB���?{�������8����䒱��(�ٵ&�_�ӿ�\΅�e��+u�׎��xV�U,n��T�A
M`�%?���]��o��ᱦ&�z#��}�yr��ƺ�/��w}Æ��Id���GA�C�@Īm7�y�x��Ӱy�98
�eKI��5�K��:���ӈڧ�
��)a�T����=����}a)0%����M=�x@�9�s}�����nt}&eL���--��Ht&4�Cs7�7S�H���
���F�Vk4J,f��K*e%���f�lMsСs@:���Z�
� ��h��YU@�7��*��?�9#(g�©	�
�^��/�1t�?6M�2�-�;���}�
6v�N��	���՞��>^��+�dL�x��g�;�;��J�a������?��C|�~H�Ml4*1��I)�+�Q�mX3`���&��&�M�<t�K^�	}�?�]�9�x.|d3������z&m�d�T5}�5�lq�4���x��QP?�*��hbvx\��3f���l�fL7��pX��D?�H%:�Z�ˁ� a�99��'sy���9��Y�sȘ;�7�+}�'�9p�Y�7�#�'[���	�9�	�@�cۖ�@8܍�G|���6�E��ڵ@����<��Ʒ��L�2�܀�ps�r\3����]���W�9��=.��|��2h��;ڄ_���H��贆�K"


	�|�
G�g0�Sw���NϪ�π�5��q�;��P�ξ+'�v�1��’��F/�[u`�Բ
=��_c+;�4t��Lk���}�&�x24�ң}vqĖ�}�w�)b0�%�9��jy�\-��H\�D4�p���0K������o��M]{t�13���G��V4���.�c��}��`�:{�Lڧ��N�yb�qr��)��6(n{ڦa:|���B�F|3��6�?��;Ԗ��gV��2��;�q�=y�M<Җri-2�T��M}v��!�ޡ��N�	a*�"s����-�m�����&�^n,�C�s�u��Q�ڃ2Z�#��>
��@�*	�n�����=�ϲ��?z���Ѷ���$��g���@o����T*g����;7 v��j�$:��]�=��n?9
����\<}������С�A�r���ͱ��_5b�C�e�9�.�v���%��<���u �n�E���ѐ9�w���N� �\nf62G�U�����$�o4�s8�@���4ܮ2�^����J�C�-z�[�0��Rr� ��mB�"�>G�X4��S7��xΟg'o)*�2���ͅ'x=,P�����]�
C�'���ݻ�+��%�~EձI��U)����F�t��9X�=�h �}׳Nל�X��x��',�sY��Ո�����5���a+��h�;�{	g�5��-b�JXV��-��P��+p[��*F��wCCٙiGn �p�h�>AB�ij���`�~3�ۯR�2��r�xX���ǚЈ�	�`	����#�@mycz��H���L����ѻZ���c�M;^y��j����s0�m�4:�P\�C��@���ӫ!�u�Kd�ñ"@ئ����z����A��"v��G���ɠs<T:���{����m�Y�a���س�^�]gp<�#����~/oi��=a��i�a�Z���kH��P�9)���Ab�h64H[���8B�ڀks�@��[C������' l܋�J�'����Ra��њ]��'!SF��4>��j3���%v,p�4�1xU^��}���板�2��u��22��o�~��������7Mڴkk�q��u�^n��{�#��WL�F`[V%���ġ�h6���՘6�xcMY� �*��O�p㲇3�?

�[=㍥k>����nư�3�eM:tFu�,���>�aֆ������x~�ܳ���Ŵ���O�3�K�lR�Py[��&��i6r��`�U�����Ο��lx��)���'�
��9wB��4�UQ*����}���{��'p�O@�!0�jQ���Tȗ��7�/"��S�_&9��@zpF�I����m��f�9<�9�`��㼬=rE�J�:�^@�zc
�Mڮ(�����ת�q7�q�_Ei
���vL�	
�H0�Q��H���~O��S!VBĦ�^����_���=���%�C��i��7I������]����8)4`�OP��Q����������k}�,�n6zO���6���)~���>�Q�$_AT$�݇��
��Z�#ԥ�Z���C�=c��mD�6̛?�tc`���>A�̜~a�U�6�s��pS��ێ��<u6l���ͬ���ϑa�������:7yyy���ġPx��m�<�V��M��z�o퀽a�������',������&�.���\ĭC���mOv"r�,�M���ߴ�<�X�'�g|���8>.���{�e��a�Ⱦ��М�e����Ǵ��X�88���l���֓�ߓ'��!IA���lW�~�h5�a���[d+
azr�j3��5d�]o�)Hg������}6�u��#��7<Q�d��4x���9�gJK&���e��}9i`�?��@?0��sn�W�?G���ES�W��{�9�ф]`x����0���ʝ[eN��6[B$Ti6[~2N��E�E8�'4����9�d!\4���l�;�.E�v��\��Uy�]E��T�2̪Y���4��gJ�u��%w�
��t�����<���m/�}�*K�n ���a���� �J���y�x��fK.gA�BAq[Z�:�.�3$�b�<qw���9����H~l�#.���脟7]9w��p��þ�_���5*��EΊ����F�ܡfY�F(A�ds-_Q��GATt*�w���?p�*�>�_��Ջ9�����[�>��Qs�k��J��Qє�nP�AA�I�8��C"u�Qn�;ޞ�p
�2�u��\�ru��Ge�fS�u�����x����AՇ�z������NMz���GA�C� �s�oT���#a�ٓ�99���rAJ�u��׭�n���t�<��$h	K�!�~�s�Q�"�<���zvú/(�׍� @���K�wef��ͭ\�UNS����a}Wس_��~~�#e���C"���uZ:b�cc���9H���]D���>V"Q*�Z��F'$^���"���bQT�P�
}7�ob�g�h��Cؼ�ҋ���t�Z���ztW�������Л�U��]<n�\Rx�Z`~AGr��di�`���'�˟�?C�gP�M��;�תό��^�)���{e}�W��6��0���y!]
�+��u���eh�:��&�M~���J��J�J�M ���T����"B�#��ҹ�e�=ޅ����'oo�@��o��3�Z���5��pq��(m�G��PPz�jP�N�]{S_r&
���F�F!Q�L%w�����<(t�J���2v	x���U��nݽ߻v
��9S"�y��ٗ0�h&�/a ��t�0/��$hr}h�D[��w�2S!H��!4�V�ʹC��mX��8��f|���`h|x�%�8�"A*��p��
�^|cA`^uES��9��^�W>�?͜p�t�9P��{"��l�Q	��7}�I���n'?�9�k��Ȧ��fR�0�L�����@��'��O��}�xe��.A������|�[�d���fw�<^e$�	[\�+�g��@��"
��7Z����3�U��j|��ϗ��ς�y� n��#h:8����(E��.9�����o��d�	���p��
�V�_d�P��AŨ��o���65ѧ`s�Y$�X��/�x���}�I��x��xT����N�)�s�KFё����=�u8,��?�L���T�z��!�]�塓
�f]��ICSP�dž�`�6��z�_C��/ ��ΫP��E��W:�(�CBh$�4=��e�#��cNШ�t߄�yL���z��/+..�3�ݏt�QN?@�V� 1.�3�vՖ�w�����b����8DD3�GX�Z�O��;u�M��v^��1k��^3���3��5q~�;
��=|��oo^�p�b�©��
.:;>��$hUR]Jdy5�H��q|ߎ~7��=���Z3x۸\�1�B2x�QsFk渂�E}�p��E�&�/�S�TQ�fߐڴ�v̷8�9ĕRT�=�M����-/O�[i���%]��*HN�?p����\���4�䚿%�[�����[9nP~m��GLJ��ֿ��QI�Kt>��./���]��,���Q��V�9���y�:t�X�T�Q>�+�qS8�{��Қ�u~2M^u�k^`h���x�3�v�<��ѱhJÄ�e�m�ҷ{�0�&�0YXqW?_��̤�ضs�<�!��B�+z�M�-�	�g� ���W1-�6��Z@\fZGl�x ��L�uV�{�Z�<B6���5��x1�t=�u�h~4�˭[����q����'��H����B��~N��Z�"���O���Ԑ9�$�]����X�M��i���:�o���X�D��\���+^�H�%Mv%eb^��v��[���uĩ��*m3:w�$�$>')���۠�1�O!љ|�G�J'�)�1%q�鎊'?p�K:�I�(��/��]y��F�O�O��C�r�����9/�~�����r-���5�'�f�ͨ�И�B5��a���V���V��W��R�6	o�hk��-v��
�[����j��y�qL�Fbidz_�X��$�39�C�N��A��	*�>$oP'{��[��vKc^d����;By�I��%y11y6������k��P��lk_��AE[�߱�����o��'?�pa�K�JKϮ^s���޿�f�T"����h���T���ߔkɫ�`L~�ĺS���tl�ؿ,ڶ�=�zCO�d''M�=WĿ�I�a+�"�5�=I	��Ky
��*gD������_�H����VT!t�Q7�b��֥n����|H�����"�H,��c����^�\�hM�y���U��R����V��L�嚶crB'�]=ϟS$�:j��--�;ٖ���
���~YqqY���k�68_�iȰ��ذ��u?l�X"c����m���:!�c=���?Յ��5&�#>)&)I.!X�8>!�C"�L��iI
���pqj����Έ�Ke���\��j�{(�MI��ޮ}�\�C������:�1ͫ]Jr�j�x:j���Lɉ	�ƕ��	�&[�)���m��U�����jܹ�AP�%<"�K7JHK)#E�����*��Oơ����F������8��v�_P��-�	b�>��J�G�+ �*�qgHn��9�K%�Vڅ��@��t���ۄ� �P���;�\�U��ޡ<5k܄�E޺�+��MOcJ�r����%�tΙ?����n�,ٖS;*�dvY|�s�F'5%�k��lE|ߙ=rF�v��^2�]
��9ٵ�	Ia��,�',1lih\hV<�M���!#2*�k^ƀ�~y��P���>8�p����+��,��]	��<\S�>&u�
�ˁ���ۣ�0��Z~�ߓ(-�d#V*��$_?�`]��BI%�l���;w��p3�y��)ie��-�-x:��M�L(ο��t[S	=�uŠ�7/� gB���Ƞ̸�q�j�V����,	��o�33ڏiX�mRrA|i�����;unk���U��0crd��.I��/m3���g�᣻�`Ww�f�t�~�Q1?�LJ-���C*�o���u]���뀚���z�u#Ӓ2A&��h|fV������Z���s{t�I��I���:m�B-�t�Z��Ρg,�3�#�]=��n�!O�z��:���2�Q�0H���B+$��D�;��W�D����:Vz2uT|���I|(�{	��,I=ֿ��d�2/��x�`�������1��Ǧg.!���z�w�Vئw��;k����e-ɮ]UP�fd�~�
�^[\������Z~v�/���r���U�$�gM�����l�<�)���@.�M'	'/�.<��/f��K 8~�:l��8�"��=~?��8����>����������������'��%��D�)�^2�:j��P�ǀ_b��-ĝ^bqz�1	�������'��b,�1�L[j||b�-,ވ�,g?k��}�t���F��S�R��&¶с�"L�p,�a���a�霄��VVh���N�}�V�V�l�]�F�uf�a6oGkUyF��{�q�.E�mjd����.9əA��Y�%r��9�c������TM���������R�s,���6
��:JЊC�,9���خ�]]�I�7h����c�SR*ޒ��VQ^�b��ҩNT)5Y�>veWMY������	AHu!��"����t��C����Cj$E�”�|�IZ���Wn����PR���A�|��"�ku�gٌ6o'sê܏J���FKĆ���#F��5g7�����	~�w����AY���jT��s6����˫�s�l�-��&�C2�y=[2�{��/m8��l�T!�u�ܷ}*ˇv.��5ƒ��30�80}�1BК��?Y�
��}�
���J~���kM�k.��O��'{W;�ɣ���֡�^X��fWUѹbV���[#�D㟖�����6'ď�����~c�0)�ύn0�`U�WxY�M��q�����R����fhWC'��,�}��s%���ZGj~��Y��n{
���p~�e�����/`
Q�*�>���:�����"[�X�#��t
�a�hZ�|��W?�tBXv��F�mcv���fS���^椬���ﯱ<#a��~��9�Ń����!5�ʯHˎ�&4��)O��!������8^_r�`Ũ�ť�F��&�O�9\5�C�<b{ԯ�l���t���4%�^��'���A����R�3�6��Λ���J����,q6�8P,� �5p����9̦Gƌ�n��N"�bG�df6�v~����g騪��qb.���{8-�,���#��>�p��{p�����X��O�
(�~�7l�O�<}�l?w���'��O����!'\L������/خҩՀe��F�3y��1dl۲O��m�%f�,x�on�ذ�l_�o�_ݪ�����N�h�f��O>��K�1�s��t�n�g||4F�I���cY�\$��BZ4O}	Q�hy�)B�@��[�M�Z�s����8y\��M`��zgX{��3�3���ʲu��֖_Py9_���,;�loHm��Ey"1M�K�T���e6k%�11q�Ѭ����,;��&�x�l�5,9�~�g���E9�O����E9�j��� /Nڸ/P\1��������!��F�΢3�1F�M�e]���5&��ۓz&�/�W�Y���^��y�t���I$�˷%oy�����E�h�
�v_��7l����>��0�Hじn��s��N��158Ȅ���"����ţ�H�y�]�`9:��^n�'�����!k�a���8�i�z�)q�9��q�^&ĩx!ZF��O��;�O�?�i���jش�->�n����V�%��SGr����r�{y�M2�vp�	��	����;�<���F&�51���1�r�r���K�M<?7wVA��	>�
ι�M-U�p���������}�iǶ�j��f9���볙��\z"�w���+��s��8�6��p'B`)��眩M�]'��׵��⡳A���#��t�}�Ϻ��S�!7�&�@;���$y$�'�nTh��^b��?2VBK$^�����bfm�ާM�,���}p�ۓČ'�+�;��q��|,qe=yfC�4�!1���(�RBF�� ^���-
$v��ᵚ�E�‘8���/��<,mxD�PK~����^�?��k�*}I�{�]#��\��N�2��e1���d��\������$���E���M�
g��� ���*��mw��v'ƞ�R�#4���p�,h�5�p��+d
�'8����I�z@R�#�"�
�^2�6\�T��:I��[hͩ�WN�J�oͫr�ѓ�6�U�;�W�C��%C3��S�E��?�j=�5��Z���2�5�d6�mLS�6�#���!�@�A<�DJN���B[�q���|�䓝O���yP�=>�ۍZ
-o)#�ˑH�F�b	^�\gƸ�Vw3�X'��p�0)d8۶�+�UxN�����'��9FJs�*�+1Z"Ëj��yW�\O/����~�P��h���u�c*9o����ˣv��.�)��hz�C'���?8�`j��;��#���$�	�X��J	��)B��XW����R:��<�O�Tq�������+.�K$1��y�m���6;���^c#�z�:���h'�m7W.?ݵ�1J%%�p��ܝ+e�w�
��I�³M���ӏ�1��Z�u��jC����#�L:��'и��&ؽ�I��Q8B 4(Yu�Q�#,R�6*��v���j����{�4#c���Xs{R�<����h@b���#�j-������J���k�o�J}}Λ��3N��}vb�L��E��΋s$'�c*ܮ�E�[x�9T��)�=��<)���З����EnM+p�b��NZ�c��ݯ�"�Ea�d���͞&��q���2��(�5�D�P�8�C�v�p3�H��7��YV+�xS	�Eך$��]�n��ԙ���I�Y�Ñ���WD�R��5�Z;�u)��w�����`�2�A�����q{F&Oxc�O�6�(:}����#�_�,n���9>�_2}p��U���Tɥ$j�կ�}��L��r]ɦGK�5���/�uqjV��#7�J*��}�E�ы�
vym�-�}d�b�C�ݐ��C�a��p��F�@�lp�6U`�c0�������M�Iإ{�W��t��4���js�,�S��}��W��
lg�-�v]�.��p�瓲�������s��3�J�b�D��ݺSCd����);J���T�J"�$�Ƅ�M/Q-;缳�7�J�?du\�K#��\�<H^,���o:�U���1�Z�d__*���:R���KYY�2����F�@[ԁ�a>[��${�̙'���T�ü슳��8��c�!��	]v�Pk��p���f�xw�����lX@QP�s&�>�{y�RT�"���U{ܴ�����z�3ڶ?y��z�=��y�����Et�''�y���-ܮU ťdo���R����Au¢q���C��@*���>�~ �=N�3����s�O��c0��9 ���T�ZQ)qO�M�udj�Ǡ�pX
�
�s{��qP���;)������Rtp�,ݒ���7��9�G��=*خA���x��h���u�f����?
ۧ΃�>_ì/�0�C�8ȆU�|�������L��yC��`d��'s��R�2�S�]�%����35�S��`1\���_�% �,��	ؓN���(��5��8@�`��o��*��z��"�'�^G7�~�V�6�B_���[zO"�.l��s7�8�<)9�,Yr�ۦbbH��xf�}4���"x�65�0���Ϳ�l��B��М�C��p�F��U�I� X:������t�6��o{dms�1�hf�I��XO��S�#��3�Gg�S׫7o���j�JIt�׸2nı�y����g2�
�^��B�L��'P��\Ώ7q��d#�3}4��
��;9�~����+�q�4��?J��~/V
�����G_s�塱P	v���h4�`ʔR�R	Ԯ�҄�Ըi1XR=8brQ�טVk�(�*_i�21k\	��Ԓ�����6�q���
��H
C��mJ8�{���u���!Bj�M#�*����8�}��	>k���qm"N?�t��:ͳ��+n\�#/"{_tˏ|
���d���氰��Sr��My�w�ƻ�
�ĠQ��AV��&&-�2&A���|4���+��'�g�}w���^��k��v����\Q�͑/az^�.�sU�.(��rx�~������o{hbڶ_�9�;����?��;��G����T�?0�b��1 �ej�#�3ɴ���+���V���|ڄ�Q0�u����8U챝�=}KM�{��|����2��t�n�3��W�ᙓ\�Y�փ����K��n���4'�lk�u��K���d��X*���!!���ɾ�f�s=��&������{4.��<X��:��1�/~8Hd}h"�z�	`��W����GQIT�]�T�tqql`�)*��*�Md�l�&ϡp���yA�Ӊ�@�;�L�'�ߨ�����o�gAb��z�onព�`����D<����ૼ/ીd���G}t�?M�x�1XHN�Q�z׊�j�H���h���%��pt.qK<B_��<-��O&D��'���k���T�^�0i𼼼�����,�8�>>��)vH"8��s�O���G��N9=q��)����-�.
|��UT�e.��k��f�@_��#w(X��ͭy�=O&�z}��L�e3ߜYX�_ݾ�.e��b��߽�&��j^�[�S|��B�[��Do��@g8��oB�G�%��}�^�`ځ�&h�sm|���Xt�?�նo�=�;�sx+� @ɑl���}��R��/S��S�<'����%w�o��
wFu<Ψ��o�-\��h�t+�u\��lr�e���{�Q���I�t%�*8$�U�u����\��쪜��3���y�����Ʒ�+}|Ι|���6�|	�+In�A�%����Q�W!��P���u��1��ؤ���t�ljl�mh�{��cN�,�_7\�'�\�������8��\����B�.\��;�=��9l���>�..��Q�(��R)���O�ms�C�.����K��{��j���="�d�n1Q�v�A�E60z���R��`�X&!B�s�tn�z�J�ѹ`�3p:�MFr�I�
Hc��c�i��o�s:d�^�q��i��4F�9O�fd^$�)ir�ȼ�Ck�W�p뉣�ݾ�`13$�������fH���+8-�A�W۾;p�f9F���#k��6���?)gf)Sg>z�������;�D:ɠ�2ZJ�U�z�8��~�p��QB4|ǥw�_j��|�@s������7`l8�����`���#d�!�t��\:H�J��!����UCe�����Ml&i��Tvr]‘����\WW�DB�R�g�m$O��'4G�4G
�z=0/��[WN-�+'�vӌ��y-?rː��c0�|h�,P'sP���H��C\Y�fH����׆�^����������s�ݟŸf�I2�����5�q�J���?����Q���ꋠ�w��^��~��
��K�몇��r�=���$�v%�mV���[�9�k[.�˧�ݶ@�-@ՀҖտm]b����r_���6X�ˎ��H|�!�üiC�K!�)ж	��)�3ǹj+O\�Z�GӾ>>�@ڡ����z�7��R���,�0���w��7`�#��Y��K�k�:�z.{���θ���e/�����Ft�A=�6Z�f�h�Gt��ͼC#�v��AE+�3T0�a��/�������
���t���5�Z��EhRL��b�'�����Rz�2���/��R��x�&�����B�tI��k�
��������^7e
���� �͜m}��r�jJ)�����$F������VZ���|��y��{mp[�i*�Sma�;:�-~	�ƷC}%!�w��z�V2b��/�9ܗ^�{�G_���%�����'i��M my�ύ���|$��l=27_�|7��	ִ�
�A&u�
�P���S�s#`�vq���؉��fմ���O]��T�e�<Ey̍��R7MCAg�Vx�s�"�]Cq}X��fm��;������@Y���	�L�MG��t|��F{0���d8ך�Wu��pY�w�+%�`�@���[os�O?9EL����DkR�<O>/�癁�t���n�*����H���X,��5��%c��|��=׆7���@ϕ_2M�� ��m�Je��kQB�y�L��ɞ��'���"�9�&m�Ѧǚ6m�_�N��Aj�6�Ҕl]A�H��ـ�vr���Ɉ
���&���6h1n��������څ�ٖ�6�ID�Gu1R���}�=��t.����{%J��|�WaC߹���'y���QiLzL�Iȑ#$i�g��q��&m��e̳�Ӡ}m��օ:\`���(q��]��x�4Z��:8څp�gJ�K�>o47� 2$�)��>�u �g�����
Lz��5��s�Ig��>��`K���8	r��"��Q����Lm�_���)����c�+��!��x�0e3:w���o�d�oV+��J*�d�8�����y��74-&�>��
?h��~��	N�tvƾ^'ݝ~����1�}�Qn=ܑ�ຒ>'!�������Y
��/��vD��U�"Fp�����[8|��\ȁ�#�
�9tL��w��I<8w����=ڰz����&���6�'�T�M��|������X6tO���s��>�3��	���u�Y�6*�n��!Vk�Tj
�8tqq&D��������B��M(U��,H WUr\͌�VL�֐6r��Y%�/V���_��N�kV�2����o�MO�OfN�?k�«��
I�흙�'��a񅉡�#�灷�޹{�R��D���8�s��T��-��7�(������D|~��$$��O[S��g�iӺ7�]X����$�f�q��[���f����G�|m���53&�2"c�1�^�]�7��h���~H^P�\pF6�J��Q�ydǐ�&��P��$�c$��ڷ�c+��5�iף/J�pĹ<�AH����x2�U$�Q���գ+:
o�2�]G�V��rȆ�,�?{ȚY��Lv��+��}�
��[ٹ]�Ys�,\��21�ǔ�NeQm���О֌x�#?�??���Vj�!��l�W.��s���	WW�����f�?8��ϗm�?�b��k��=�/�=���5�������#'y��a���LclB__D��K+�$M�J׳��O�2zL���7o��tԖ�̜T���c�������'��G�Z�7\��[��KY�"+a����$�x싑J�t�#�,Cj��`'Vi�H��<_{��U��iWG�2��`2*�{,�	�l�Ks#��*�[7zj� �%�W2˻l޹m݂��ׇyɏ(��6�Ѐ�
Q;�X��ʑ��ĴJ$*��w��)�Jі֧T��<o���1Ç�M�Z7x��Q�g�f{��ɎYs@$^�	C�W�)�q��8 c�0V����Iї�H;R73]*�)=%@l����ѣ�7|xm��Y��DB��7�ֵ`KN�ў>(ė�dG}?%�
�r�)t�'791��<���`Rq�����!�6��p~)b:�d�f$YW5V�8����	^/:�H�ތ�,q�Z�i�cz�^�\C+.m�:o�סO�k�����~@�������\��Mg��L����B�|����-�%}t?᪉wf��=�:�]$_9��#q���<�cDžW<�I��8N}�6f�n\q	��hnO�ӳCމ�%gʎߜ�:����lXQ��8��a�f�����2�l�+�\	���`�˽�P���s���D�zRlo�?�f���nL�>r��4ϘR;u�*,���3�~��
�_ҏ���\����X2�/�q/�T�"�VU[Uu'u�!�6�΄;���7�8��1.�_7�N�b5��7�Y��z{k��O��!u�jOU��BR�x����Y�f#���W�[i��}aڲ�}/�t��{��|�t�������2����}�~�ݳ�ŬK��]<6{��s�1W��#�ׯ�j��}W
�o���*���}���ch>���;�v�Ȑ�[텣��'�i�mO���H�)��w7W�'x��y��e��;�AH������=��Yo!�����Yu'��܋��ٰ�~��ȫ'S=����6w-u��*TP�-�^��Y%�)B�H�%�e�(L�x��Z��-aa�_##�QQֈ�**""**��]�p;�A�m#Z��T;�gz%���(S` >΢��LA�9�nl��%�����"9�Kx�%"�lX���0��><<L��$J 7�D��i��b�#���jq=A0
�h�hF��|�2V.W��F�2=\f\j�A�WĽ�wY�#Bì��w���G��Q�Vk�}JR��].U��z??��A����wwˤZp-F�]\F,��x���ppcYYc?�!���́��-d7�����1&&IZ'��a���!�K����wZ��rD�R+2��y��22)V+��KdD$�Ax��+�-��Gm�0��^ �x3�U3�s�G�S�<G���>yq��O�
�V^DZ��'S"�SK:u�e�� ��
�P&�-pu�e1�3�i<O	8��5=q���pDC߾
���,�;�x,=��
d�|7��p����*�����+�bn;��/|����F��"���0-f�ԏ-;E�/��ͮE�Ӕ�����mm��?o��[CӦ�^�#"��%��Ca�""�
���m�f����=��Ե���B(��b���(a�o�x*�e�5�#@|D42h��x�^GP�V��=#=�v���c�zϞ���۾9�C�����屧X�x�"��1h�oS�[Ρyמ�i�s�����m���W��xO�q4��A����V6� �#��F��CLbVH��ޠq(��:��O��A�y�'�gP>�?��AEzhh7�<66W�9y/Yа����5=9���@��$�gU�t�O��Z�\0�A�v�L=��p�|^��$gK
ѤD�+�
�
����f�KWW�͋L^5�˦^C�����d/���Q�D�G*��S;��;
�Qi-��WP�k$	֘�I���<[ff�P}+]�8��M�iB���T�U����#|�9!�gX�Ͷ�=��>ڒ��_����'ȥ�9^�)/fl>��s�\���b���FK�!*Qاc����
�>��J�t�<�0�T5�!y��>Z}��������7�k{! (�{�mbxVM�Z1_Á��48a��l�H4���� �4���V����90p�O��onIW27��RNN/�ګ�]��f�Z"Q��r���=rc*2��2>�ߊ��`Y#��`�Эp�}��S>�/~�;R���#�� �Y��`�1���^
�����P/��g9�x���|v���ڙ#E��Y��\��N�V���%.�N�p/O�����mNlŞ�	ksr{�a�>��!:fB��9V*1����Eh��h�X���d�w7�m��~�0~�9|�C>ա�\�E|\�Y��s��$����靝祦��DG�KJ
���u�%-ܒh��Q�7g�NM.���	�ꔾP�d���ͅt��~USnlRjb�w�&7uLObٽg5�ޟ3�HA��Q!!�g�}P�愥T��B$9�^�V�{��}��>D��i#� *�R���	���dV�`���<��yG�Ό����/�st� ۨ��	���g��-ILФI%��;$��x�Sz@���O�Df1�7�R_�A�z־uU�J'���"O�����ւU���FL����2D�G��=-������Ϩ����3z��vK�C�Q��딡~]�#�۝~ =��fypH��9���	�O��m�Y�.� ;�bN�H���2NjR�$Da�LkP�Ty�Y�H�8����_�9gC��ݏd���o�}>ɵ��K�,���pq���دɎ鿧��
��B�������M�1��q�x3�S��53�<�y�nf��|8���0�]��N�l�a��6>�w��[
��#UAl:Q�i���MB��*Q���1��@"��U+c�k}8�W��:�k��s��l�1)3Mr�؜Q!���r�1T�΢���)}�����zCHD�)#$s}E�˻�m]LJD��||2��mx@?0��[�����wFUl
߹e{�o6eS7ɦo�M��F*i$��B�@lAJB �&�{����)*��'*~���T��3s�n6���c�'sϜ9s�̙���8e�d���(E{�7%%���bF�b���ܾ��N*��z�^�}���	'��G �	��q���n�xԺF�)��w���gm�K�k�7���B(�7.�l�*�PjD��"����82ξ�2�- �A;�5H�D:�rn��XHA�Zi�	��M<JU�<U.Z0d��b�a�D��j-���2&P���.�\��:���O���>eC�Tc�I���o.�(��2vh�B�4<5���j%<���Р�EE:Gn�n��y81.�gc����$]��ѕo��%�ݗ�>8/�(&BHF�r�b�D��
o��[(�=hHq�)��on�6ba�,�b�ȔQ�~�Jñ�&F*����E�}�F&�ߩXכ�{�G��w���)�|4C.J���	a0���k=�Zs���.O����R��!��a�FSd�aX4���GY��JS��U�L���
6��mk.�$���B[S����"�������aO��E��e�m�*��n0�8Hk1��

#�S���!wS(��[�swy�8�w��N}֜�A�����D��gv�oNpqg`�%2د8<�?8y\�)�# `������R���M戠���Ǵp1{%�����|se܈�Y�-�2��4#+�����(�w���)�r"!+��[�Zv�g���3j=���w{p���pUdZ
��!%]�����6����޿��9��mstМ��v�#{�P.P.�;����L�W#��؏�cuy2f�͓���U�x���{<=�ϡ���ɺ��l�mP�<�J�yу��en�z�1�>
&/�߭-~������B������E�p^-���$���`P�dns��f3�,ҹ9���I�s��� �k:o٩�O�ߟzzEZ�̞~E����j� c�-���V�4x�6U{�����sآӡ|y�}]�p��Ns��I]7��-c�f
�W�5k���U
7j��%�@�y@(�by�	���̃��w�>�N�US�7��1đ��B񓉹�Y(0j�T'��z�Ŵ�)A�"ߗ}e�Yɻ��p�ޏ
�	K�X�,}���j��"���P
����o-V����E��x�eۛ55�@st�ܣ�c����}%AA��m�j7r
�5z��P�;fʠ1�;@9D���#�/"*?/��8���솅M�I�:��֖���R�2Y �l����Hy@$ȼu����gPK�u(�$�Qjsh���y��/�:��GO)�A�_g���q>yN܄cR��H34/��t����w֤,�����߱ߋ�x�O��3�_Rŵ�(�b�y�'aƓ���'�1�%�҆�x�<��0�X��O��&����M���(�S��3r��dY�C�C0.�S��|��C��
�ܒ��0p���\!"���$20�MxyZ7�-������G|}��'_� ���ށn��\{�ח�n��S;�uf�s��/�<��ĩN�/�*{l[ɕ�{̕����mQ�3{ߞn;�iт�@J���1���GS�������dW��.���]=(N�t���3�;C�*����&�LQ���0ϣ]�pxn8�A��]�Ho�NN�8\�TA���.�(jK��l� �{�<>�!��A|���<���񉊜���wy|�ї!�͉�>}�Ǘ�|�N|���<>��Q_	5N|��N�y(>4o����y�뷎����@s)����۬�m��=x^���I������0���N:�����G�{K����҇��('����'8�
���X>�����|�ݟЇ�e�s^�Ц��Ճ��h^�ߝ��H���e-1���^�խ�~�x=���k^�k!b_g�:X���p~
��ש�!?�M��D�
�7ص_��ʁ�#�a��=�����o
���<]}đ�j�>�u���ՒCt,µ��b��Y�c�C�!>�ɘ�A|��W��`�s>�x�����\�m������p~������7��b��S<���Q�ί��y|���z/�۝��Ň���pn�����Y<���d��b~�o����Cr%��`9��d�ڈ�D�����c9��f>�#&��s�j��g4'�ԓ\]%_��e<|����b_b��r��T,�ռ<�������;+1�!�;�S�b:�yy�������sÉ�f>�Ì����7c�����M,���9|�=�˃�F�Y��X5/��r#w�g��!��>3��=7�ߜ��c���������gz��j^�LC�y�r��;�89������K,�ռ̾���y</�C�EЍ���y;���_��5�������'�x�O>�3����x��=��-�!<�x��}�ٺ�r��pLOƃx����@��Is�ît��^�9��O��{���~�uh=���k1|/��t����_��C8�.��<^O�~/��x}���{���6� ��~
x�&�<�e�B~�b<�?Ǔ�xB�O>�ذ��|��U����M<p\�a<��r����}��B~9�7���x�yip�s���{�e'P�|���e�]ܯB�@���O?l���"���v	�+��`���Ɋ���l����׎~!O��|�?��&G���ܯѵ_��ʁ�d6���A<�~h�����6`�{asMi"�A�m{t`+>���I�ف~��J�Q�Uj� ����*3H���J%�{��W�C�%F�����|�F����➠���.	^;szZ|T���O΢?�L=T��49Z-y||�0s��Q/3&0�]@x�:I�}�oU�=z��F��6BG8^��Z@���l*U2p>#$dg)@q�8�(�ɂJ��?M��o6�{�ԏ7�*�c�C>���[�^�Pj4��ւ�����9Oj��ԫ�E���9Y����ώ�>��Y�G�|��sFT¨D�N�
X��5�E�y��C��S{��O��g�����]��z�0����"z�yz�t��É���zTe.�i@��ɀ�d��9_p����C����6|��~��ITJ%�O	^|xF���
����.4PrE�N�
�/��m�:)'�9_v��H��"�/�6(��3܇;��d*�G����m��p�|��	ؠ
��M���>���!K�,~�T�eo(1��'oz���|�Q� 1
�P"�DavI��1j���P��F�`�{1쳠0�XPG}��/������6�@|�f�v���&�JLJ���U�bƋ=5]��=8��2Աc�7��@mX�����
�l/X=��l���Ǵ|M�Q?
(紌�o���8���m99m���mKWC]Wb�
�i���{�]Bh��@hH?\�BC�A�Bx&�+Ne�`�o�DX�,�������R�l���@7��L- ��e�c}�ʫqYqȧ�#5���6�wx�'ć#����رw��M�7�.��/*)*�:�o�"�o۷}��]�v����˶�ݺ���K���+?~��/�|�Ꮻw�ڽg�g�+f�ۯ�t��/�ܺ��ڝ�v�_;�>A�%�#d Ή(9Kb��*����{~1D�3~�Q;q;!\�B��<!-��L�7�$o��X����3���YAt���MB�j�(�d���8�"Ћ�T��u쿀�:�V�{ؽU`?|�>��x>��|VLb�1h`���s�&[��6T�f�Dpr@�1��P؅pP}x<�gH�
���@���!�e�9�H"��%O
�ò"?'#f��Y��9�F�����g��ٻ���ێU��V��S�����~|�5��޶m�����&��	��p�&�J�h	S�B܇K�5�ΈSh�,�Z�v ��>�v�u��ُ(J��;Hk_ye�k��zd{�W���!�� ������U�c0xzR�F6����Z�-@�'��L����]��LZv��#y+͉˓�&Ol6�
^]�-Zӻv��׺SE��*��N�1FRy�i����H��*��I
��l!T4Yq\��u�P��
| ��%�.��|<�9���d��gʈ9O��nj�T�rR�Xi*K)���+�+F�g�[԰�d�ŭϯ�as¬A1u�u��k�w�p�C�@�:� �MA�>�¨��{A#�F���a�oO�G�	E�q� <���[e&/� �	��処Oq�	�V���4|�.4"��
��t�<Tc-�Ԫ�k�"������L�+/�,�Nf�OM-&�1ujiK�qJ�mU��Ҕ�,��ax�V�5��$�$�z�E��	9�U���Xނ!��7	"��ʴ�� �x���d����j����Ni���i��бO��ݳ":�'�b��ʞ
ǞV_V�X2\p���%�/<Y#,˪WU�Z���U[<:�jL�硐\Fv���u�>/D��!�����W�ڢ3�@���]�o��>�������
>[��84�m��u��W��M2������T�G9��,!��#��u�Ǩ�,��_o!˛V5�m�j�8
�^�N�_;��w��^�t�|�<$�|	WyqI'��]
�ƎY��<�yu}
���N���ޝ�엜=7�,%o�w	-\�J,�ӄR��G��c.�Z92��ޒ��ѽբ���]=l�]^�x{��XϿw	c� O�3�Bj%A���V��������Y��K�Y6�	�`�"7�g�E��4��dķ�	˃}lG���NX$�%y��ak��T��~�n��"� l�a��� �	'�p������ ����d��=鄕��f��ak0,�0l#C|H#o�w�F��JZ����ws����9��
:�U��3M�g,X�?mT/y��K�X��'�:���C
�V��ӌT$�S�wSq��
��$���:���4I+ⴟof�˶�k�"
�|5��;��5�+~�g����Dz7&V�����7�C�qҏ��DlU��jh��{�c�r��8|�n�#)�#dm��;���	����{�卫���[iD"�ˮ������l�r������݂~&N*eO�����I�	N�C���K���҄g���=�����`�#��uD a�*%b�F���yr���q|JWg_ܞ璦��g�6�;�;w/��+"��U�I)G�5S��ƀ�Ǐ;����d�^h��j�֩��`�i=�:�0����0�w�F�Bt�?�yj.ނ�(0C�\�3�׋q	O��d���%��i5�>���͖������-�܂�����xYs�Nۮ��	���O���p�W{�����X|N�0���	p
@���*7�\��GM�^t�wfmMP��"%��FN�!E�^2��抿�=�S,���z�L�\���]����,<��xi�(���';�m��J�c�8�-�%��	���1*¾�̰���\�r��4x��r�g���.gކ|�����@���" �����S&�,�,>E-.��(��1��=i���	�$�i�7ziz~�قܼu�f���t���M1��厎~
���y;:`�O��w��+�l�g�(K�Z�wyߺ�&��yp�{A �ѭ#��(��o������+�b�\Fڤ_ �������*��_�#��'`0c�f\�ߓ{n��xxT��;��|��3��^>MY3����a��N���b�;���7��,��6���r�n�'�c5���:I�\�n�=�J���6�H���#d����2ό�]����"!\4�1@�A�Q9	���x.������y�1aŰ��7���Y�Xc�J�v�-��/:�d�)�?�M�?���U�E���JH�?q���-���<�==��L$��Ŗ����#\'S(������u��[�*
\�s-6�\���G(��%��4NV
O_7�hnS�
|�jH�3l�n��)�[�265�g�Zkwzn������ln\հ.~m�n���A���o��y�"ܖ�oA3~H�W���D�c0�S���y�	5�o�Ù�|v��*
ơ����c�K->Gx9*����0���eg�zr�Y֫|����ǔ�On�԰�5qR��T2�e��!����ϟ;r��3G���oo�;�>={���K��=��K����a]�8p�:�c/��@�F���FD&OƆ<<Dn�$9����;�����U�;OB(�~O��sN�8Q7S���~cm����Ȝ�nnN����9��l�}5�{z�Wܖ�}�V���O,�ǞD��	3i�躱#ض��C����*�7�'��XT;�/�C�s�1z��4��!�f[n��@I.�*J�Eb�S�o���z><�)�PB��gn��Hh�
�� ����G�������ڑ���햕�(��bz{�5I�?=�PW�~�\������6m��iӺ �'�����KpO� ,V��h	QH�aB�\N]�+�l�f6��e\�aGM�7�FbN�/���c��;*o�f�|��o?=��w'^Q���[p�-���tDrK����:"�L
	���
��/���d����4��_k=�&��z��/!>���n��n��i�z��$��=�JR��X���/��p����vo��R�(<N�C�$�Y��W:���1��FP��οq��y4�;鲈���� }�u�t��X��F͎$'��ٷ@�� ��G�b�&|L��Ṑ��4��N}�e�3<��8OJ��Ԩ��r�Sw�4�x�q�߈�[���˜�'N��lo}�l��'7�cE�
�)v��tngXiw)��B��Y�˒!�~�=��@�yD��3�b򤳢����fs��)Z��Oa�)��Sx��#u�P8Z]8��-*�E���x�fI�珺�#?l��x�I��X�	ÁnETVԔ�#�}˫���G�Y3�X+Z�Z�Z����_�s����^�M�7�7�>�X;�C�q[bs{ä>/ǃȃ�-ȃ("��&�Q%�������(=����l�&h���t��S�rA�.�@]�nVCr�<������T��O�,��]n���6k����imI��kƮ�<2����n��~�U�p73�;�����c�����4�
�͛]���������M'VM������c'C�
�((��H�@ɯA�M�“󊙊�X#Eźٴ�������v���v�&o�9?�������&fa&n�]��,�n���CQ ��]�A�W��P^����ReĖ�X0��d��*�-�����o0���kv�悔�R�ƜnJ.��tzJM�>��l�̩��-�Ǝ��1��RS��y9��r�ݵ�{���P��"b��`O)Ey���Z�w�R�X\��BJ�0O��%_�%��h�����z��7b��\����[�6,/++��_~_/�b'Zv5����H��b�pͅ@��Ϫ��0�t:�,��\�h;�H�y���(�8r���/���$%�b���Q��.^�?/�t���� �>�:�TSs[���ʺ���
m'��ȭoN���ۥ�Ϸ
?ytyUU�&\1gU����ھ�y�����
;�6n�Dlo��s��Y����o�7z'�o���9]t��ʲ����w{,�-�{��?����zӟ�`�|E	�"��I@g]3��ۓ4	b���9d��0]����?O=�zϡ�R�sN�=���z-�b:���_u�\�c��O'�W�S�i���.8��UBRIQB'��m|�pԠ;����ӗ��e?.�������?P	y������5���xMV��Z-����t��$���jT:g��8<���԰��^d��آ����j��)]Z7fKvƖ�1��JW��l�J�ڸ䰽:vB��Q�UY�Ȓ�Ҍ��1�֒1��G>9�uj���uͣ��m�:n��+j&���U�ZS?f��!��dT�P~�]A��c]����7�:�V�+���+?hdIՖI�RoϜ����X�BzH��je4��Je��e���{w/r��-������&���M��H���B�#�'�U���Q*�	<P��,��)ܻf=:��oʄB�7yo�d g��W�����j��dRɈ���}�U�G���r4�xv
 4J!u� ���p�v�
���b�q�C}D�H�&���#�-N�f�d8�^^c3€����G~J~f��|~�B{�
�cB��Pr|�J7��Sd`h/i��Ձ�~ˇ��5����rF9�,o�	xL�������u���8bdGe�%6�Y�}pz�6)�s5aZ-k$/����K��D�]Ry��Y��him�KwɴH�_a��Kئ�!L87�X��%�4j�Ny���ǡ�Ht��5T�Q�	�K�+�0����eE���a�\��tÑc_��=�[f3�ϾX�W�++WM^�b#�eRfL�1پ�>����#�D�	��>��_���H�������"�S���W��(!�8�t���nu�W…'���A�1���>���q܅@�A��*!�9@ؐ_
���|6�6n�6_���G���(M�*a`
����>��_'0^׶��Pl�:��
�M�&'|��l���䄁��ew�����D���5�&
 �����ox8��|�5��ë0��!���88ه�/r���=�`�<�os1�~��+
1��`��dz	�y�����88A�d؞����;�)�p>�����ǕB�/<܊��c5!�?|����,B�o|�l���'����q{>>����< �ۏ��<|,�;���Sn��3��u��Y�}51��t�g`��8!^v���@8����<�������y�2�	P
\�2F;d�p�cY(|���O)<u�q��j��LX�$x�"r�b��4�XH��;�Z��i0�4”���������+�y�
�Q�����,����k1���r��qJS��w�����k3�,̟�9�D�B�q�� йW��j`~��b:� :_a�u؋���3�����E����$_�ǀ�ޑN�O��?��^��}�]9�VkA~�sbjgtdTfG����D��ӊc�C�Ac���_;��~�t��j'�Ϋ��|���"{u$`;;��F1	��::�!HB1���s��>	(��:�t��������'Mz+wDl�H(Nͯ����k[D�8{O2�b��z��ڀ��j�U�1h?PPF!_��`R��� �aFe��)�r�pQs	ܻ��y(�C.R.̦X�Du-�]xnZ��)s�EW�u'ee&��zW�'���^)������7�eƛ���.���}&0:՜Z��1�"��[��UX����Dߢ>x
B}A!�)h���
�07�u��lM}"ybŚ#e��͓;��	k�״����kd���?��e,�i�P�crb�Ƥ�O�j5
Z�U�vL���)���[3�ȥ����м�n�ϓI�Ry���5yLV�����1#R:e��7�G��.l"t(>N@�4�𣁃�dh
`49�!r��삺b����x�Tw�ܰ���n=�$����]M}k�A7�&(��ƽ�`��jʭ(�@��vM��u��*�ψ2v�r�/�7q^��~�i�$L�L3�����W2�X��\��ĩ�-cMll��3dTctt㨐�1uV]j[��l������G��ƪ�!zd2�.���x9�;���Ġ��S��o	>��I�qZ|{B|�eYJG���-�iTcTT�(���嵈�T��.������ 
��T�
4x�h^�ՂZ.��)�n
Q��k���ܫB0W8�g�� ��r쨛T�$��d�[��M2�H���ӅU��S3e����>UGS��Fȯ_�HklUFD��P??�X-������)���Z\��4r��/�\	L�X���IIS�'�+��)ÄTSQn�OX��X�����L���kT]�IX[����~�����������:���"ᆫ�H:���M�#��B�
I�g�xp��u��X ��@�k��-"�h⨊��� 	A>̯�m�MϮ��*�5�c�3�>���\�Ѹt�{��`�I�H~�'e��f1걲C��}҂[�E�G�֪��1zCni���\�np����Z���D��y���;"~��z������
���Ԥ�P�P7y� @�7,5]9N���Ő#h�S�Y���J�n!z�����d��8���Rz��G����6m�t�&���"Y%4�H�D"BE�6�8/�!e������		 ��E���<JD,�ib�\��E�Ϊ$/��X}<N4����>k۴	F����w7y����m�
�3��ϋg >�3B�797�.�Y�m/�|�Z��&��G{�o��w���m�;ߓ�w�C�O�JH���~�V	M� @	�j�%�~�@[����C��m�:�*l<��{����Җ�5p���4���%n�
e�����x�m��nu�U���rW�!��x�-�����7>�rO�‡���6�_D�yM��JLx��K�AR�+}�ˢS��X}pص=�bS���M��M����.����Mj�N<������rZ��?:ڟ:u��8..l3�9{�=����*�z=��E(�'z9�g��	
S�׹��p��)�P
��g���Z����~|�Hi��Գg$�t�ھ��~l_�[��L��C�P6t�/���O��6�'­p={�wrP�{y�#BB��� �Z9.ϋuM��u�3I>��-r��I�<n/E�lܸ�m��mTy�|��{&"%%"<-
�
OI	�HMe�xD�i����+���d����BLqq��	�����|��X�ox�V����6&��5%�k9�-\xTL���&Ww���)no�z��Dqd�� ���p8
��>��eMh��$cq�Ap{�n�EW��Opߔ���a�/1��C����p�>ڄt�*xSE�$r��W~r��E���j5�f�;�M]R��_4�Y0{��"���0��!�Ii4�p3r���ݕц�m'����X���&,҃�A���eA�!�8H�����o���ҟP�0gq}o���ح�
��(<�|u_��d��o�B��3��/D��2g�O��G��e8'�@���Kz��f����������]0Ҏ`���������1|<ܿ.:�4U0V������+�Q�;6��F��.<ԪӴH�0��_*��5���t�	I*�%�JOΰr�x��,3=9f֬�������<�}���e�V����x-�U��.�39-�>�ڸ��޺�Ԟ��t�7��iOC4�x)ړ�������Fh�]��&V�6��6���
�ȵuO�6�.xR`��(o�gʀ��	\c��v��(׸����.8�VTS�o�0p�����m.��r�M�u������x4G\4w��\<�8��>��k�g��a~�3�*���$��\��7�Q�#/>����"��(���O�N]��Ї�_=��.
�c��@@*M�'��<���F�z�?����2
��z$�*(ź�Ih]Q�M��Cb�X-��?U�Z9�2���\��W���T8��=�,��AnP����=��-D&g�	�>ii	��a���R��:�]hSp�G�\�g9�V�V�p`G����4�񂂓\*���	dg�Ԃ��	�U���!�����L�����
H x�kb͎Bkٛ }�߶��\�?��t��H��ɓ���bf�H*�:��]�'�"��iGN�D��cׇ&����[GUm�@8��s0���6g|9��o��ۏ�5ǣP%�(��(�Ay��*_��%�㜳����~f���*"�ut�����FŅ�'�|2��i�%%�O׽�5�kim�̉�*K��c�^��lN)
�~zy�^ҷ��T7�[���s�[���
����R��M�\�Di\��ђdZ�2 �A�H��,�$�C4 #:��I�:���c��F�;s�f�'���w����^�����h���To��w��S�N�F�Y�;�cT
�2 	��.,�t=r̊��UOW?,�H��~}�.yp��o�H�m�j�M�O]E`ু;�G?|k�V�L�6H`�6���
	���W��˜�g�!�*cB�P?:�=�7��'H�Gh&;65��k�������#��U��~;��S�"~*kNE3�plF�ʣe�mRʹ�÷ۗwn�����S�DaF��=����x�E쩥�w`�(����#K����ɾ�+sф��c~�}×���Ȟ>��2�~P��q�
{�
|���H	KͶdmx�w���w����h,_4bFe�=S7f�ck��2v�G鱰�ɓT7k���5@��.ր�A��\B�p�<,b���f�,�5�a�=�Tk���`�>k��"~"OS�X�r?n��	���Q�XaǨ�\���9��zD�5�1��`�36���
�pI$ī���fP��*�Dʎ��g=�x��9��8s���{wl_����}A"���닭����w���Y���G�� ���E�X;�i� 6hӸ��e����67���S��c�
')�+5����0�q����X���Aνb�|84���+\�Z���yoo��.���ո��#�R-y�p�p��K�����`�7'7��~F��,�<���6�(oI\eL��Y3�|���R|�������h����K���n���|�
�UqH���_�/;���?.κ<����ݻ��<�x�ʹ{ʖγ-i��r�o�֍gB�3�/9
5��v�ʞU>q�0���Q�8]yMOc^ı�(���b%
M#��,�h�@
Pq�w:���C�����^I���;����<��A�n������7�rN[u��!�6Ǔِ'~��s�U������G"_oZ!��3�Lt��2�������Nw]�/�1�}g�s�k���ɯ��:�e�Wn�=+4��%�m�ISȗβS�J^γ����b��aa�������q���o)�O��Z%ݖq�H��GڂGo��`t�1�!��w�n�
}�{^n��޺�g�����ۼdi��Ҡ�i�E�><�(���6�����k�|2�r���\���YYݓ�1�>�~��CqzC���
(�2�w�,��c��Pg�����1�C�#b���G�,E�L����++.˂C/��O��s���K#�n�4���>��;ow�X1�`f����߲��/�aԜ75-�/�	��c�^4)�úl���6mé��'��NX>f�ʊ�]��ZL�S֏��؝�E��F���,ʟ�A^�)h�7q��ac�����<<g���mȜ�����IN�����*�鹁��%x��DL3�3?�n�@�Ӱ���ʼn3�_7N+��e���%A�ө�E�?<� �s�oԁ�����k��Ii{.�Jgff�9C{�B�d����ܞ@���nO�a��\¼��	<,�L#7�gў��4���Kܞ���`�>�'�H2�<�\��
�ݏۭu��`�C̛ܞ�Â!�s���}
�{9=�2(/���6听�nFI�:z�c���t߼��e�m��u֯[�]�'��Օ��]��c/�v���޾��d�.�}��R�D p)2�:�.ڟ\v�dHm���8��q�'~�� ]�a���睅�Mq���gR���M_@`��X�s�5&�g�����l�NI�T6�X��I_��>?�`E+�I>�h��7d�UG��]Y�䄆�s�_�~����t;���~YP�ЦA�g8�?^�c�`��?���-n:qd�O��0��	G��;9��=�k'�n9z̝�����k݅��[��21<�thҺ��ɖ���'v$��(,|����a���~_�\�
l\6	όY�Ϊ��=�p�_*����rߥ[�8��E��pv[ ��.�^�o��'O�4g��c��dwѾ�\���"'W���?e��s�~r�k�
/�����􁌕9#����u��/��^GD����E-�֪�q���l��
���L�i�A��JUh�N����d��&^�	�
�7T���4�/��ޜ���L�4lroѲ������/-����_��bE
0w��a7ۀTr@*�a�2k#'_Y��ӹ�'�c�>�w�v�����v+�_8{�� ���G�_��8�v!u�l����>�~�Mp��x0��U�!J�� ��-��Od��V5�4LLrN�BodQ�宒�1H��u��zE��>��x\Ӣ��5�jfg��)p(ȝ����2T���������V@M��/�`٭g��1PvQ�X���{-`��â�r��:��F�'�@̨�X�x���	Q;>] �&.}����?��K��Y��'V,�XY\�	n}�^�<V*>$s�þ�=*�7~<���/ ����[@�3��!��=MZ"�I��%�)�
k.��	�5�}2h^��k8�� z�eƔę/,>�A{�?�>r������&u''�oo����$7u�w��}T��-�Ķ�kl��@�9':������>�������O
��(�1�P���n���d��r���A��5.����w�gT�<��?��
}΅�i�o�D�K��}�+��x�>Ϋ'��
��͠���?o```%��>�QH��N6��X�W���?��h��Z���
�|uh��OcGW$ĝ�ƃ�8������}�j��	Gwj=��5�x��TAoU���i�4Ep�!<zi@��I{@	B
�,98����ޗ���>k��Z>rᎸ#!q�Pq�p�8!�_���츶� *v����7�ͼٙ!�{��Py��ς��^���K��|#�
�_/�z�Fp�n/m	^��K�ߠ*���~�;�7�ʟ�oчկ��V���u�v�/�t����MZ��!��j# ���W���`Y�m�
����Dp:?^�_��V0�\��B�7��}���]Iߤ/*?	�E�W7��g�L�zp����
z\�Z�&�W�]�Z���'dhD�)����H�.5�Qt
��چ���CVtC����
�}�r��f6KK{Tǝ���(�K!�
Yjp'4�9P��V<~L�Č&y���m�6�i_��Hg�eV���B��:(\��Vm��ٽz=I]��=3�'�$}n2g�����xǐ��@�4�r�㴀�9�l`��S'� x��5�ާ#����`J�p��Q�h4����}��;z8u�?b;ö�)gS��Dg:���{���띂I��q��Z��g�d�T!���2��&X�,�9���q��uR��c��~�}��r����+�jqҹ��VE��Q��Q�B�su���,V�h��Z�:I�ӹ�U����]����S�=�dYp3���	�@Q��O8���3�UMf�d�Us%i��fֻ��)ޖ�.�V����?�6M2u�#H���t9wWi�Z'�����9���I\:qp�iǖ�:�;\����Э�wD���p��8,;�l:���f��?�t��_�c��>��ߺ"N��UY��2F|��tpqIM�u�eS��2��/3�CJ�u�Z�o��Z`x���A���"[�;k��\�~�t�I�2,��:�x}��!y��h�`�
1��r�~'�o�������c��8ʵ�A��(DaY�s�0V;�V9ZY�U*<P���Ė[�e��.�k����;<x�"������t�lh�Ah��>l].�w<��µ�Wg�l"��|����h�~x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}�T�y���3`��F��LO�LwOO�c�r0„`�a	!�bA� #,!��b-&X�1GfY�Ad�r0�Y�"s0F��!��`ت���� )Z�g=�k��޺u�~��Uuk��i}���j�n谑c5�7̙��3�	-7cڔ9ڈ��Ν��׬�S�sG3�/��_Ɠ��yB��O>�
e��
�"|�h����W��w��=�K��4���⿠FT�_���:����4�l��4_ޫiQ�Ҧ�Pk��5m�z�ik���B�i�j:ۑ�w�N@�n:�t�J��[6�*[o[?[�����6�����
���6��8�D��f�f��B=m[l[f[%�K����a�l{Ӷj�m�m?�!�Q�q���3��KB]�ݰuK[���Os��!ͭP��@s*�\j5�yL�x�I�S����<�y!Ԓ��ͫ��6oh�ԼE�m�o5�m_���Pǚ�m>u��B���kBݴk�zi��������vTȞ������G���6�>�>j�}�}�}�PK�+�k`[g�hj�}�}'�{��a?b�~�~Z�s���+�]��j��h-�[��`<Z��[0-��Hƣ��2�e��q��2�e
Ռ�YTs[��Zܲ�jU�KT�[^����&Վ�]T{[�Sj9Ju��$ՙ��T�Z�R�h�V���ڇ��u Ր�V*wk�*֚�*���:�j|�$����S�n�G��u	����Tk[7Pmj�B���-�ݭ����:�.թֳTZ/S]k��T��VOշ�?ՠ6���CjKP��*T��FQ�m�@5�m:�̶9T��Q-m[I��m�ƶ7���m��ٶ���� Ց�w�N���:�v��J�u�[C)GoG?�F�`*��E�sD�R��P������ ���� ����X� ������ ����� �C��8� �3��� ���:ɟ��I��C����v�?g�I��%'�s�t�?�x'�sNu�?�l'�s.t�?�r'�s�u�?�&'�sns�?�n'�sp�?�1'�s�r�?�'�s^s�?��"��.���".����B.��ʹȟk����ƺȟk����f�ȟk������ȟk����6�ȟk����v�ȟ��E�\G\��u�E�\�\��u�E�\���_{�v����N�������iG�k/��mD�h�q����Ϡ��>����T��WQ�Ծ���To���վ�j�!���ǩN���:�~��j�
�n�U)ww�@��V��*�Qe�%�a�Tc��&��R=�M5Ͻ�j�{9�j�Z�
�MT[�ۨ�r���>@u�}��]�)���T��רnv(�u�w���1�����t��9�J�p�Qc�&tL���1�jN�|�EK�Vv��Zױ�ꍎ�T�;vR���:�q�ꝎT�;�Q]�Bu��R�ӛ����j��N��"�U�C�<#<��3�C�<S<��3�C�<O{S-�?�K��y�C�<ozȟg���y�{ȟ稇�yNz�P���?�U��t{ɟ���yz�x��n/��7�e�󖼈zޑ�1^R��u�ǽ���uޅ^�:�r/c�w���λ��X���e���"�yx{ɚ�]/Y�5�e/Y��T���1���|#�/�C���|	��0��d��>��#a�E>�[�#a�u��>D6�V�v����u�}����\�N�ȕ����w��h���g4�7��v?����g6���̦��~fS�h?������?��l��g6�/�3��W��M��̦��7��ɿ�O�������O��'�g��I����4���)�\*TC��40$@���
��*P
0�F�M�̦��f��	,����	�
����	l�����i�@��4p,�l8`6
\0���M�Z��4�7Hւ��d-���`(�l��M�Ã̦��Af��� �ipf��48?�l\d6
�	2�7�M�[�̦��Af�`W��4x$�l<d6
�2���M��B�/�;D�B�!����_�"�T������_ht���&��_hF�����_hq���V��_h}���6����q5��j.t(��\�x���ЙWs�K!��B7B\ͅ�an���0����/��p)L��#��/<>L��S��/<;L����/�<L��k��/�)L�����/�;L����/|,L�§��/|!L�����/�E�_�o��EE�_�!�P��Er�!����!����!���Y!����!���銐�ȑ������ȹ��\���ȭ(������hc��E�Q��E�_4%ѡQ�%щQ��%ѹQ�]%�UQ�]%��Q��%ѽQ�=%��Q�=%�KQ��%1k���b�/6$F�b����b�/V���������������͎������-�������m���ض��펑�؁�����ة��]���ص��kq��'�Aq�w��_<'�\��Ň��_|l���'��_|f������_|i������_|c��ŷ��_|g��Ż��/~$N��'��/~.N��W��/~+A���/ј 	{��%|	�H%�_bh��%F'�_bb��%f$�_bn��%'�_bU��%�'�_bs��%v$�_bo��%%�_�x��%�$�_�R��%n$�_Қ$Ɇ$�KI���;I���$�K���/92I����/95I�����/�0I��˓�/�6I�����/�-I�����/y I��ǒ�/y*I����/y-I�RZ������_jP���)�
��_*�"��)��"��)򗚙"��)�Z�"�5)�ژ"��)�ڙ"���KI��ԉ�K�K��ԕ�K�J��t�4�K7��_ڞ&i_���Si��&��i򗞘&�i򗞛&��i�^�&�i�ޜ&�i�ޛ&�Ci�>�&�3i򗾔&�i�f�_�!C�2C2���;��2��L)3,32#Xˌ�L�L��2�3�23�������ڌ�)�)�%�-#������r2�2�fNe/��˙kAIV��g�f�AY[֑DdC�D6�d�gGe�f��g'g�ggfŘg�ge�f�Hg�d�e7f�f�f�gwfŨf���G�b,�'����b�W�׳�rb�r�s�r�91Z9{Ε����R�BnhN�Lntn\nbN�GnFnVnn����ܲܪ�K9��˽�ۜ{3�[nW�+��Wܹ�9��s'sg�����]�qŝ��sŝ��A~`����<��<��|�jX���1y����<?�?��A~^���%y��W�y~�ߐ�D�%��[y���y~�?��.�n�{���<�t��y���7��V�/�п�󃂭�󃂧��B���B���]aT���„�d����
s
����+�,pwWXW�A��
�<?(�)tQ,p�Wx��}^�t������
�<?(E��y~P\�S��<?(F�<?(�<?(�(�8����"����<?(>]\L�����KE�_/�f��w�_q����_�d��"�+^-��bw������_i`���ZK�(��R�T�V"�1%�W�T"��K�4�D�JKJ䯴�D�JJ�����_��+�+�����+�["��%�W�\"��e%�r}������_�V&eO���e�W���_yT���'�'SM/���2�+/*����2�+�+���e�W�^&�=�.��e�W~�L�ʧ��|�L�����bTzW�i*���;��B�*�
��*��2�B�*�*��2�B�*�*���te1ղ
���T!u��+���f��UvUH]e��U�VH]�d��
��\���Jw'����I�:v����NR��$u���հΑ�X�t����sj'W7��;���\ع��u��$k�:7Qm�$k�ou���}�dMӍW�v��o����~
�c��~�-}`���>�r|~}��(��~�_���r0,_@mY�a\�����(��/�E֦�����eh�,5��5��ϟ��!�?w�
�U�f�!���j��J�6t+J9s�ʂ�Z�zf�.����ڽ��i���M���!�a�S,a�4��2Z��;(g�s7�6ʟ�����骄�fhU�(X�
�5�߄E��C�Q������Q�ka	A�/����z����9��н��(�pm��ƃ�;��U�oH��G
Kp�ס���Eو�-"��e�#�k�U⪟*-k��Z��r=ֆ6,V%�}z�'`�Oʂ�!���=P�U,@m��,�ze?<i��*aY=�n�(�0�~����L�}_����&�D��1�Ձ�W�' K�����m���P�O����b�O�+���bȹ�keu�ߣW���n�}�ڂh`y��B�����L�G�0��=���$�g������Vy�����&=Ƥ��h�����C����&=�G��f�1��W@�+�շTg�=�^�u�l��|^�jˋ��`��C~uNV�����Q'���G�)�^��_icf�M�Ћ�N�c�ħh{Mÿ����O�y��ĵ�>E�k�*=@�(��*��g�>��R�����ӟ��z�d�Q����������0���x}��
S?W���2���yؑ%���̹�b�"�ox��X�ܞ�}
�U��0�1�߯�U��2>C�睉K�(L��I?R�*kwg�U��k��#9�ǰ�UT'o�lbo�I�0iD~�N�QvK�����*�+�U^��d۪���ّ)tw-��
���\-�Z�h�*��G�E[Y�c������ɬ$��_a�F||׵sM�6V3��UR�����s��RD�GM�&�ʚ�6�-]�2��P�?���$�9�ED�~ʮ�?�=fF<����o���`u�_F=�i_a��kv��	̳����Z�����j
���Hu���ݔ�?D�l��*R}��Z�ϭ�1[��&��5;"վ�d�EH�	1s�Z@�z�`h	��U+���s�b��D�Q�h�5��A������1��&{ծ��5���_�Q��}[]+���o���z��ʧ���3r%�g$�ʮV��4��6Y��i=�<���s�UV%�&�g��U��U��O��O��؆lm�l�G��-��s
����U{��z�:�E��zc�NQnc��ٝiJ�,�h;�i/`ޅ�*�.���R5�z�)c�<�д{2|2��4�}U�Ӵ�2FB��wޙ�/l[I��>�e(�C�[�[L�53��~f�}cR�w�7�,�C#����7�Q�b|յ#����b��+@�dc0b�M�[?H����bW��?@���{��/<q_cZm�[ݘ���J�Ĕ��4<����<jHCî_�].�.�}���[�OB?����{]����U��:�j�·]�����o:�g�rS}Y"��KP��&�+�g8g��p>�3�i3��_�h޽w��/X����|�\xW�j��hI��@��Q\{���>�:�C�*z|	��K��{='KF?�ݻg��4��Ц����;���ZӜ��Z�|�L41�m�xd��H�v���ͽs�<���1C�g>w�P�,x�Ϛ���;x�]п�~���VV�
+�q>ا[�ι���}%4��@T�&qm���}5ֵ�
�[�ר�3v���`� �4f���]��@�j�®x��識�J?;Ω�?��s��E��E���Ɣ�	��`>s0�����|L�}�:ֺ�1M'��/๞��_�f�g��8��*���}
�SІ�բ�e|&���
�]��ڞT�j�@�9�(��ߨ�����S �^�|dymP�e5�j�}h��@�� ǎ}�mX�-g�N��u�Pg��;�[{��:���a.[����>��=�1�	��	4�ݪ��	���C�8����_���kS�Oʲ�˘ce�=㞜h�Ɵ\������h�����=eoE��n���_��f����D2�b|�1�ݸoS/ɛ~���c�����Qs�V����;*N�37�O�?����d	�6���~�E1�þ�[�0�	w��Y����C{���$��j���_����SK`W{^�i�?W��z[��Pgڿ�w|-V�NJ��3��a��'�˲�_��R[m��{��j�_���l�[���i�e�ĖϲW�]��i���U�s�W��~���<����e��/k9˜;֜f��#ԉh�
��`��5�����C-J�T<7����`c����_��9�VeO��*o��˺��\�8�w��m��{�'�쵣���k	�Ya�Tϲjg��3Cˋ���ә�S��z�#�Q��"�롿\�)�z��Ҏ��}>��7ig�MG{�3K���>�����vpj}���{�:j��^��tfk>K���%��5;�UL{Q��:A��ܡV��c���ld{���sU���+kvә�/�X}ƴ�Ŏ�p`NTkp8υ��ō�t�cW��Z���`Wh����9%��U�)׫��h��e#�m���N���E��c�dQ���z^��_@����!�K�6"!G[v����?��Ts������?�y�x���5`�����~�f�S��B��{Ÿ4�ҮJؗ�	�]Z�T	���U�q�*a����T%ڰ�fk�?���i�&�G��7���k�O���S�*U¾�T�E����e�(��u�d;e�M�ߪ�������J�B�Ͱ,W%��,�T�r��=}U�z��_ݷK���}��'T�zf����|K���V��W���a˟	��S#[_c���z�۪�}o��A��Jؿ��c��J��u�0�S�S��XΪ�qֿgtQj��Dی
��Z�3�{+,���>���>����EuZ�k�A���۰W���9��5;��:�Î�8�2�jC��jm�~'��̲N�e�_���~����&�G&�����S=+j�Qo�T{z0ճ�T�g�Ǜ�7�Moyz�o����?�շ!RW߆����fL�?��I���8��e����跪�#�}Z͎~�ֳ��N�vFj�A�ힷ$߫���_=;�]>W�y�:�v�+���Ϸ���?2٧��h�������h�l{�����l��}��>�fǸЎ~��K�K����RW��aǸW��e��,:���`�B{�>�~�d_g�����N����Ѕ�tA��2�W\u�Ǽ���W�י�cjvy_e��l٪v%��6V���ѯ~�6�K�p�֯~��jӸ�m��T���w�x��7e�w`�R�Sa�",3Г)�W�o���¤�������5�jƻ���|?�,C{��������gֽ�rw{>�n�<zT��bl�筮�ͩ�=�1ת��U�DȪ~�G������v��̚߃T�混�ͫ�����}C��?1m���kK����V۠U����am�vF���?��Ή���y��vA�_��_��Z�}���Y�}(~�Z���Y�}�]{U_�/�n�����"}�vG�+�U�*xMߧֻ�OA߯�\/ꇍ�XU�N��_1��f���X�h,1^�/�7�뷌�i�%K’0V[R�nj��}��Y�4[Y��k��o���!�w֨5k�ޚ��K�o[��b�k����:}�.V:�C�p�F�G��d�3�k.���C��G�~T���w��
�7��
�	�����6�������b�n��V��V��@�">bg����9*M~'K���g��ȹ �>	c���ٚU�h�}���\3��¶Vh���7i�m��ۗ0�:�5�YPj��s�,u(癮z
>Y�B�o_�S.M^ͽ%�
�C(����(����y[\u��nQ~\+��Aw�ػ�A���,�>S��d��씥�5ن;K�Z���&ɿ޹~�W���Gk}�:�	h��9�f��>Z�6P"��a��T����}�#���[x��S=���=uX�~Z��Cv1�|��>x᝗���}��-R�菾bZ�[�Y�C����ӂ�3b��j����������k�M�#둹C��M�_�M�W~�Y���f���S�,>���h�#>bס�gt��8�����$�''>�1Sƚ��E�����#����=��3^�`�..S�E]� ���8��Af"�"�Y��o�br�������)%F����{F�F�~M�v�ɾ���\W�o�˷(��G�D�o��S\����r=&w���Q����}�o�O����[DyZ<��-�!�e���7#�1�xm�6U{\����jK��"���LH�o_��N���K]�@�U��Q�9Q�?�����/��lh�B��Lz�5������_ԉv�u�`�vW������,��a���%f�Φ~�5��$��������b�5��Am��ߚ&��.��w_�W_]�#߸�o���u�ͼ���_�,��?��jմ2�����w&Qassets/fonts/OpenSans-BoldItalic.woff000064400000236740151213253300013623 0ustar00wOFF=�-`FFTM=����GDEF`�(if�GPOSt#ONpd��GSUB8:��B�OS/2W`�z��cmap��YD��cvt ��8I�Gfpgm���ZgaspP#glyf#\��e��:�head�56�4nhhea�#$�chmtxh	��yGloca��	;�vmaxp�  f~name�P�^9��post�4(l�ɂprep<`�3)x�c`d```fpR�����$�7����~�w	WGPD�7�)x�c`d`�������刺�se0�0�2 �&��f��v/�Fx�c`a�Ǵ�����՘���@4���FL�����
�@������θ����_�޿+8�1u300�ɱx�nR
|��>x��XaH�>o�ޙ�$l-�a��������""�45v	����Cĺ��"V�6��H�EDR���X7��Z+i֭�n�%MkE��
V�MSI��~�Ό��6��胏o�Ν{��s�}�6��5�s��2��ô��(W�S��B�z�N[�`MQ�5ō����~j�Jy��\��Ts�OS���3��l�-�p������FC��J;ܥv(��Q�nW%�]����KV"9�6����A1��Ԧ��g�X	��nz_MӴ{���
��N���x�J��v5��[���v���C�j�*�E�U�\�P���QU��%�ZqA����b�J�������q���K�ϚT��stA��:��f-�#U�4�4�g؎F`���f�n�[�:e��а3J���˪�J�;���)�	���;���dz
u�o�b\�Rgh���~�z@cx��k��A}���k���yps���!�)����ҁu]׊/Ra|��w�$w����	��!��!�$�C:Dc�g|�
��lt���Y��̿�Fu���/�iy1��ES�2�.���s�y��V���{��#*1�>1q� ^���M޽��0'�!h#Û3�u� ��¶��ƨ���w"%<�����r	
��A����g/��&�Dc�g?�%���Z���]�8���
���Ԑ�mb�@�Mѵ����"�6�o���45؟ц�ʵ3i�nEC�!�J���s|��uu�6�1 ڝ%z�F����|�Kz��F��k�i�3נO��.�&+�|Q��� b��>Ig�v:kN'��7�Ug��Z��|����'�"����&�2��\��Z��K&�{q�����%���醭�g�z���^�W�l:f��Mq�E��m�g���$�<�'���q��'����U��y���4�1�3���$�1�s�
�]�׽�Y0��-�M�P���Ёw�|�o56�\_��6đ;�sn��gη�4��7���{߆z��d<g�;�<�s`3��{1���?O��9�~3��^E���)���Ѩ���2�e�
c�Y���%�`	��/?��|_�Sd/�
Î�y?;xyR�'y��c�'�O�P�<����PKUN#�:��s�q��AN�X2��%q�u~N>r�0����~���%�}�>����C�j���셜�+a��tkq]�
��+<��^��1��U>�����{�Z�}���~%Im�%�t&�}�*��t6��`޽|�F���{���}රI�n>����&�6�ɾCQ�{��r�_BMP�u����n7>��8�4�EL��P���2�
�_�<�Ʒ�O�7�����@#n=ƑxBM~SE�ݨk&yЙ�x-��viZ��l,���"*�e���[t*k���!�da�3<o��$X�K�[`��f�O�+����Ǖ�iɁ�GsvQ��s��S��oo��E{'F?i�1�ċ�l��ӧжԁ��*65�&tG�4=]ԧ�Z�p��y<�b�rO�����gv�A��w!g91ج��{��o��upP�����C�
�޶_�wRگ�L�Bu�m{��~H?ׯ��~LںJGqm�j���m�]��:�Vߣ_J]����]v3����]���/j�Q��A�+�s�ת�.:*���=����}3���ݯF����N�qJM����~:z��/��#�^���$�a�����"�z
�Y
���(�
{;������e�q�w�E
8�G��V!���V�
ZQ�<������E=�E^���NS��a]�R�����qn��Kr��Asm�ޱh<�@��A;J]v���]`�
p�X�	L���_�]
-�
��{��}�[����q;�
���:ʋ��r6�9�й�؛��-�Ɂ�߽D��sq�����
�SDq7����iH%�3Q��-�E,��Fsv��=���il���=�e�o�z���䨮�&S��8��x����G/�����2�8��}N�JN O��|ŊB[��W+�}u�c�S���a7J��[�q��Ra��5���F��:���y.qlΆ|Kb�>��
?0��S��O�~�����F����"8��ߦ���TX�T�'a�,���r�O���$�2,��쀚G�@~^���0�:|	��A[8�k�c�������o�.���)9���з�~āB�]�@��;@tZlw��P[�A�xNU�O����_J���u�W~|���:�Y#@�_�=���������3�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ��J�D���QDE@�ʄИ��Q7�c��dr��̙�G�NI:D�x~	?.���J�M��`�f+�b�ŭ⅒b@�+��gx�_�S���S}D�Cѡ��x-��Uc١��Sh���C�|iu	�eB�
b<�*�,9�ĸc�<��6��G}kW�)�@݄O�Zb�~�(ʝ/v��<}�+'EN��k�I�Ӿ\5��b�7Nj�"�p{#����Y$x�u�L҉p�8�<2�#DBDDB�93��8�<"�Syedđ!�qJ�y��J$fƑ�8��s�5�s�9לsα�c�9�s�9�޿���`�����>�~r�yp%|>_�o��������9��EH~��O-�nf�$Y�ެP�g��&�YHҀ�#���ٜlI�!;��6��@�P�I�I���u4݌����w�S�S�S�Su�4�fr�9�9��a�K>�p0-?�&s���|.9ל;vv���L����Ub��5���/��;���<V�?/�w�e��~\N�pa\�,�l�Y�Y��9|��7��$~#?'_�o̷����$O`����%$	s�U�G�q��\�.��`�`��c�1�A�A�4q��!�c����8�:�>�M���$�4IZ �'�����Bn��*�-\)�,<$��Dr#y��D� �!��E�E�"X4]�T��c�%�B��(B�����(%H��S�9����bM���Y|HES��r���@m�vR�5L�Ηd�4���XJJ"%%����%{4$
K#�X4!MJS��0m���6OK�vhG��RNiK���R�.��&J�JS�<���EwӃt�>G_;�=?~~����]��Ǡ1x	���fv��a@�Y�j���LSf.�ʒeseke�L83�If2�|���d�N��	2��K�
�W����Z)g�w�/���o]�_�]�_�H,KȒ�T,����X3�k�^Q^!�h�*&+6�8v��؃� ;�N�����%�{���>�dU�T6VvVZ*�J�r����r�����trܜ0'�Ir9GU�*t������X5\��V�ֹ0.����rE�an��_-�VTk�-�Ց�����-]����T
���f��_�]��t�}q��j-�VW;^�s�v��������#�	~������!\��& X�6G��o]�^�\>���HX/�
��A���ݕ��+"��.b�x"��N$5����(!Z���ʻ�~5r5#Ƌ[�S�o�j�M���u�k�k��������e$$�X"�4JnIT��S�,IW��ổzI�P����M�/JiR�T"����c�㮓����\��d$K&��e���C7v�
��(?t�0-ϓ���d����ڨn�5�6�6ɚ<Mᦉ�٦w���
���+����M�M�M��hKc��Oҟ&:�%�����ͺ-��u;r{�U�꼓{�x�~��N�����);���]��ڻ�����m���{u��Z�*�*W�WUI��}�}���#�H�So����sX���h�4{����?8n����9�SZ��Y۪5h�Z�6�Mj�j���K�`G��mǻ���}]��W7�����ut{�#=B����z�^�7�z�~L?�_�oP��oh0�2D;�x���"��?����/�_L�,uR;��[�r�uєkj0
�vL��~�~[�u�t�u}��t˺�ݖn�x��9�L5s�2���4���?~�y|�����{v����?�xrhQX�����;_������1+ڊ�R����l�X�V�5l���ڈ6���Vok�mN۰
����l�v�og�v�]m7������=cߵ;0���;���1�H8�ˎMDZ�:�N�S�T8UN�p�I�3��q!\8�%p5�Ԯ.��tA�Yת�k�9`��h���H��a��G���}�}�}��;ݷݷ�ƺYn�[��S���֧���6O���xf<���g�g�g�g[���~��?�Ez��6��k�z��!oț�{��)��wӻ;�h0�<�>W>�?��
j�/�/x/|C�!���K�K�K�˵�[/�}�g�Y}!߂�/�'�϶?�~�_���S�����4���Øa( 4�]���p �k�L`7pD�� 3����`KP4-Aw����lp�ߩ.$
)C��D�𯚿�m��aE8�!��GZF#Α����ȇ��H}D�������(9*�6F�Qm�+j�D��tt;��ƨ1^Lk��cƘ=6��&b����zl/v��qqR����ŧ��k���������D{”�&�É�7�7�7�7�ovA�� 
d�5���͠l;A��A� N�3`
\�`�G�9��Q�(c�3j��.�1�Tc��p�	AH�j�Ԑ2A�	�C>(�!���m��?��vx���\��8���}��JI �C!�B!Dn�~��oT�Z��[ժ�Zk�u�9g[��u�~q��ι�s�u�k���k��)y��s�7! ݾ�p���s���~�� �����&�A�D�[BQ	-��C���!vk�-
� >ё�iOU3ۏ���7Kۖ�/��+�V�hά\S]Ҹ� ���:F��a
	��
\���4P�(�"�*�z��X�O#�o�|�� ��(BKLrG���i�V,��D���Hh���pBD�C]V{��Q:������lv�ީs�/����/����*=��;�ǖ�Q���a%Э���²k��d�,��������;�^ɻ`�G_\�������~v�\�}d3=�Q"�p����Tq�5�Q'$�D����
QV�%��=D�q���T`�U*�����.����)K��� �����>�`A�+'_YQ6}W��k[�[uS��/p=��߶�i��m�n}Xbx�]���_���$�(����s���}���/��i����]rf���9��cҦ�Ġ�{:�e	O��o��Cp�2�0.��0��E��I��	���	ЖZ���? сP�S�(�*rʘ�G92��r*T���>����^喝Q9�gn��3���1��(ytLT�1&8�Z�㉘�έm�ۦ�?F�c����C�*I���G�Y7��gJ�<�H��i{m6�m�O��6��C;�^xvM��}�?>������L����|%xRp�H l��0�5:Qd�&^k�$�	�E�$9�1b�ps:�L���pC��V�Þ�&
U�NN
U:�P���m�ʷl�H��_Z}pUb���5�WM;�y�URL�=���#��4�Ԗ��J+3&V7�9�9I�y�p��Cs�y$��-��ٴ�~Ρ�T�?ۧt�p�����(�"Jʣ�
9I%���P����[�RS��d�4`��!��_¢N}0*�Wɞ���8Ŏ ��4f�Hҩc$xI�O�u�ίLϹG+�3���f�K���l�J�����s��]z��#=�yrS������2#9��#)����=C���%�����@�����iiF�ٷ؛�?�"<O���&�@ȉ�B.�I�4�
���z	���8*eT䥖�.�j��b)T����`
�ףw۾>���gcX3�"Tkp��3��~���1�k�Յ�Ct]���ف��A��`ׂ�7���#ػ`=q�����F��;�Q�;��bD��Yi��)�O�iʏ���qry��%w��ʩ����߻�p�z�.���CH���4j�,���T5��AP��|@��=Ё���א`!�^8��e#jhŹ8��Fq���>R`4�l�cq��Ǘ�5T��8=�}��̸��;�5�J2U�y�i���S�~���ϯm�v.;����o�Oٚç�LY<�f��SGܞp�C��� "�-�$��B�e�Vaݪ��Ӊ�j"���("6HU��F2�?�E*W?gaJp�z�5ІV��� �J��b���(�!BS���w��
��-�Q63�9��
]}�mFw����Ρ�%o�a�#�2?�k��iN���e\l^�|�#Wߜ�G	;�"���Zwp�Y�	!�����Ȱ)].L\d/��Q0'�+D��Q(�I�]KY9�����i�ԥ���V���W�Ժñ���=v�e꡾��~�6&�-#&�%�Vc��l)Ȯ/���`J�s�_*
{b۴��59�9�S��r�έ��C*C�bZ"��4����B�`G�sB]b�)�s�M�C������i	���gÀs�T�K�J����3��a��ڻ��'u�`���t��M@��U
Eܟ�P�#
$7� �3���A��'	��>�"��lg�������]&�s���p�����Q�4 (ٕ:�=mro������co$
'��r�}�f��zl+\h#�-��B
͢!1?^P>HH(���cn��+�a�	����1+�aUuс�/�_�d7�K�A�(~���}/e<��Y
Y��œ:��E��jύ�+��|�$�.I!�^*��ɴ*�˿X�o���e��m���XEryF�m
�ӷ mB�H��	S:v��E!�!oy�fQ�M^}�oߗ��S����_��"�-O
Yi"S!����;��}$��G�ׁ+X�e���d�/Hr���){��m���cg�7?>%s���/J����R'wۻ.L����;*������?��7��d髽m�[������}�[��9�m��Ҙ����u��S�����h
+:�^6��õ$�h/�d&�ƌ�q���_!S�znu����rJ�l=�*��,PZ����PQ��P���,�_W�����W��K畚�Wn6��%�ڂ�Ψj�Z����u��Z˒�_�-8��ߝX�'�VXJm��?#Uc�d5�e��8�Z0_"�F�2"�iU�B�OOs�B�O4�&�TOY����vZ��5{rI���m���CBhŐT)�����g������s�Z9���gk/�5���(�b��{?�8@��5�Zꖷ�<y��|þ�~i��@;M�Cv�`����](�_=�-�N�x�:��ƍ�Iȼs��hB�C��6���WA��U�`+�|�FnSw�.���Q���$$�J=R%�����@����
�Z9����!)����mm��?�a�cM9�I���!���W8-�E�|��fz�KOw�ꛔT\�=.k)eރ�]A4w�54<��2�fʔ$Ch��J.)�)B�hj\V�5�n�b(���+�@�=�V"�]js�ߗ�PX\�؝�<O!�О��E�of>�K�{�����9/���؞7O���n�Rb^1��t��u�w,>��@��E�'�Y���G��i}��[C_^��`ݜ8�21�|Ai�������U���)�ٿ����s��U��::�����4l[JA�A�Ѳl]��w���-۾z�bz51����G��l�@fM.���>�
�%$B�)1r�iB�7��;Gب@��
�a[M�`�n�Z8k<	L`r$-"�t-�@{���sr;�Xw:�<��y�D4��4�T�Z"�L�O6j��c�ZɎL"�p�9��~�W�xw����?[�$���G��=9
M�C;��~jN�(r��cW���Y6��{����,s�a��z0j�	���:X푈�7=�"����g�z�}~��+���>�[�߲w���K������q~q��)�n�O_i:��9�w`>��fH)�'�4�
2���5)ܺ)�j�� �T���>Ӷ`γ�''>9�'b��~w���'�Q���ks�;׆h~�wV 4�FHl<��,����uY��t��:�Ȅ��7Xv���IJ����apBC�R3Y�\�b���&��u?�{ ��b�ZB!�<�:���Ubx�x"��D��>AS!������S��@�����;mӅ
9�����B�_Y��Hקj�a{A��^�L��OJ�{�/��K�kIz�x�o}��>zQ	�����J�`y@����{���Q��`�������n�Ak�^�S�������
8�}��'Oñ!�쬌���(h]��q`�ߠrrS~S���V�Y�8���M��
�W��;M�uo��f�GFD!y���/���YA+�p��[ҁ��0�{
��SWz��x��YW��G+
�K@ȇ H�ɭ�'��Y�~��{�P
ߣ��ȩ� 
c��)��
A�
T<��pO��4�CZ�+81I!�^`?�	µ�p�_�%��gKȹ���Iy�o3?/��U#���J�ͧotM�hc�^�bh	âd���y�=(A�0�.8�E��ݓȳ�*�zY���:�V��!_�q���R��@m��&�G�x�
�cy��?֘��=��6€?�8e��%9�g�fiV�u�d��x�[�����C�U��]��߽��
�)S��ze��#�m8�ޱ�����+7jЪ�2��@Zy�(�����Y?�ⱃ=GZ7O���)Z���G�^��K19���f<�j�(^s��<	�P���F��n��$���~��)�
�%�}��3c��/��3��~6��QPH��7/��9�]IV�Z����C,c�rqppP�!kx8���� ��4!�4��b�a� `�^^��dM��rì9����~��Ԋ8�n��LYb\�&��#�3�E�FD�2�¤60D\%[<&Z�q�@��x;�`��s��/�٧�,��}�e~�Y�VkO�S�=�<�5e��i�uZ2P�]���$���Ĕ%{�:��*��i0h�9������Ǜ�N,qB\�C]�~���"C#�O	�ؖ���=줾u�ϲ�Y@��jN��C�?�	9?L�z<�#��~A�m�.���������ӗ���
�?��e��?_7EO==<_�lj+~l�w�����^�zm)�+�J�G��!�ϱ�A�&R���� i�<>)�9^��w&ww-�Vj	�\����'��@�^���p�0�s!�@�jicU�"�epA�m�2�H]
�����ʒ�����g�)H�Efi���?M~���\>e����T�ëR�h��L_ޞQ���k�9��p��6��S"DGp�Ʃr=��q�,'�w��)�4{?2���2r�|�{�d�f���zo�5�
��C�"(�2�"Ex�9�K0a��֕_���`h�>���R��/�u��+�w ���}h;��I
9�=G���Ʌ�:*7�{o9���o���׀�հ��#7��
�e�b8gZB�^�]h��{�=�ܻz��U�7����m��,�	"�����O9KFV��ɋ<|J��wځީ�-�5����
���A�v^�A��e�X��Gm��zr�����K����J�߻	�W
�;0R�s�R��S'|5�ʄ,�mL�u�*����<G�I�	�Ռ�H|��J�XRJF%�ׇ�,>%��nZ����=?=��o�5�0&w�J�Q0�`�\��=��Ј.I�B���o�p8��;��N_D�?�xr��V��ϵ�-����sK.Jj�X�T+Dª���B[d�����ſko��Ҷ�]����:NK�b-�ᚽ��i�1���b�0�"\!���*!�<B��bbp5s?�l�^����d6`+(�Jv�.��M�
�%O,J��S<eg\��'R�
�"
�jsR���Ԧ
�F�~j��I��X�N��操�at�����K���t�1�-�1/a� g�	|U�{�^�M�����ْ��y�e���L�3�))=�����?��Z�[_���M)V���d߾���F�Qh_�F�@xD�Z���f`�|{KO��E3�#E�L\
,��m�(i�'�:9����n���̞���)��L��d�������u�F��ǻ�*�HFZA�TF1��G�����m>1h���bi�-A	2R=xaIݳ_>u����}�����;;��>�,�U�L�Zܠ���m@�Ѫ�>ڼs�S���,HJ��l&�N�OK�����h`��
F�P�;$H&���kO�@�̡���q~��/}>��L0@�^9iI���ˌ�mS}�|�9eXE���嶺w��T&�a�õ�ϳ�`ɷRɔ��{���5&Fj>
R����w����F��j�����Lt)���������I����		͡�I��v�U���_.���-�T�8����V���1=�sc*�.u��{�g04a���_n~�`��]����}q�����O�D��I?]��NN�g$n��\�P_�����6h�b�� ���Y���^
��c�%B@���}�w�i��es���[f=��qˤ�L�ٺ������ c�&8H!P�z�z~���6ɠЈ�*F!��LrQu��ĥʃd���26h�Q�E=P^t��	���2!T�����i�85����s��2 �1I����L3��Z1��^�,ef/��	�Ʒ�˗�쓓kw�6�ٽ��������dmX�o�!.��CJƃ�0�ܜzAcR������M�i�zW��f����ˬ�I5I�u��L�wY5	��c����1~�E �E
��?[0�FCGQ���!_�s��x�Wg�'� K2���8����r��&$"l�������Sb2���3"�hf� �}�ܪJF��5Mր��{-g��yȃ�f0f&xzqA��1�|��|e�NX��Tj�)�b�*�I�@Z'�s�q�ΗJp�v�0B�;�������*6�[[ӷV-J^08y�V�[D"�-��ܩ��9�f���N��rQwv�B��Ԟ@�(\q����/�W�����Y���{�Tx8�H�b=!��P|�Q9l~�G��n�s��FT��E��DV-���a$��[=֙;^_����,m���H�w�5Q��4wrh�z�[W^?��j���<Wa�/{��-����7涶��y����`	�[�F��z�N9b�@��A{��Ǯ��������m+�y�?��� JĨC�A�XO�U3�'Қ�ug��\�F�\�:e�d�$y��
4�_2�]H3�3�M6�C#OD�Ѩz#��(�1FQP=x��<.1c�ɨ
QL|�(�qAi���i�]��>{��l��d��Y�
V
�z�RRkR}�WR�}��ȋ�d�g�	�w(��A�X�#�X٠8#�1�Բ`ME�3�P��fu7�@�*�v2����Ҽ����94�G:�HAzBj
6�t�BE%��j4���u4��{�%U�6Z�fDV��tػ���q�iv��B[Mt��x~β��X�]�52���H4��+]�l}��ZBZjZ�9%V��[��g��v�_�����D
�T�x4>�.�}�&6����Z**�16b���1�nx���ٿ�QTZ��*5m�z��.-���;����c�I�*�-M,��P�N��x��p�'L�'2R�t��?8c'l��p�L�X6ř�%=���x�]2�}X]��Ӱ,�l�q���
p���˅s�}솺f��?����(��T��o����H�LL��{�n�ELi6�7�F�����5
@=<a���2!�4H<�Av@n�;�T[��7h&��}/�AM���$�砜I��-!7��{�}R@�B�M!_��lH��v��\%�t���uk����!E����V-I�~�œ�z!�ccg�Βq�s\0�/���}������]2�Ա�A����*hbO`�}P���FJ�J��0�\�߁�c(+'�̒�H�~��ȣ��%�"y�1
Р�ۜ����	��z�l��R�w'�7��"#�K�����@Y������%�cn'���V=����;f�9�Y�/�%�s��]0N%��� m�����kp
�j�EDX�gl���#��i[�M0ﷇ��1F�d�\�C��r5��o�U�P�?���A$L���I�=�y1�h,����S;@���%�@f{��W.�\Z�;!�L���/@�y������"p�k~rW���ٷ�:lD�[�d��iB���nP�p��X��K�-�o
BlP���J�˔Fl�x(��¤[�d\-�˛��\��rx={�O ,�L���#��FfƝ��;L��T���\��*)�m�-`�ܽ��?�%�t
5@D@���U*J�N�0

Wb#���$�:8��'�7O���NHO_[����jQJ��}mM�*r^\xY��N�)NSjG����!v;i���|Q�9��ih�)Š8e��-*�f�'�����PMQ��֦Ҥv;�{��K�k���P�e.	��\B4Ыe� \
�p���D�n�Ⓩ)�U0h[��ܰ�p�`qz���[�)q�l5�w�T����[�	�����gv��8�$x���B�.�D�Ø.8B,�f"T.�8��X\|�ޙG��P�X�����}�Q2[NGiH؛�7mQk�\�Z��쇲�f���la?V��Ԑ;�����ÿ׿�n�c�k����9���a��,��Oz�f���"#C�J=A@s��E�*B�@�)ah��vȝ�4禦�F.b�x���p,��9�OcH��\�D߾���p�1�Z�~�Z�\��#u��#��"X�cZF�4GF����h�#"W��tffv���^�D�߱>yn�s�e������n&��W�C�"�\"@I�LL�JID���6Z
*J��/.��f!��a8f���}��2������-�ɿyO�5�P��M������n���	(NܸA~BY��ܯC߹<��(
�}Q�4��>� ��	1�?c�d�#�W

�9�D�Q��yb�Z|,�쥎ζ�Ҝɋ'���\�ot��wn��\`�o����lNO�X���D��6+��P�6�j�+uE[�b�/.,Z8=1�;k�ʴ���2�R���{
������LZr��\јc��S����.H���]����օC1�R���W�W\��1Q�����r6��/���r'O��VLC?�VS�4t��5�Se]-E!�YA�Q.	�IR��r�HT�!��y&*�S��I�����|Z@�}�|ʌ��g��ػ�P>B>Z�{�������7�op�w��7.�d]n�u�}����~t�O����T�+�z���ЯzA$ �n���%2�g��9�~<4z_��[���m?��c�}v���~�+�G���_��i�b�2,,$���b��*>LG*��A��j�p0�'P�����Ҭ�\c��
1"�C{�bC� ��d�&�SÓɯ�+f���Ho���e�T4N�Zs��z23]�r��^K���|�Ѐ�Ĩ�WBaF����@T�P�
�z��rӷ���_>�.)����쑹��r�@w�=�Gg�g�u�[ZT�K���G�{� ��_��r�3��APC$y�ޭ���:�#!֙5�l�O@����UzJ�	_��&` �8.!�|�3�Ϋ�����50��  ���Ǝ��4���)�O�6�0 N3j�+����:(�Q�ڧ:*���t��bHAa"|s �:�,��@#^1'`h����#�nm=��������JEL;8��`��s����ԲʩS+˦��/H���@BN��	�ų�Q;*(��n�Rm_��Ԛ��m����:��D$�'����|���]R9
�t!�٧���v�y����G=����A���?v�Q[�hJJ2=��y��q�¢��\��B���c�(�,�,����XnB_=P�@c����C��ӳ.��c�_�oqNI�HI��V_��u�j�íS�<g��؈7�
�ى�g#�����'SSs:2��ӈ��]�p>���u
*LBi!��s�qm*��S���k'ǁڰ��9F�zD�%i!QS[룑o���C�+�кCTJ�X#��H<rbß�AV�z\����A�l����M֠p�Rb�:�a�������0���9+�Y
>��ż�Tc���&�}ћ�!jB9!�<1�ՎS� ���3b}���,e�ӽ���u�mG��Ô],�X���ﯰ����ϋP�&p�P�uX@c��ƪ���C඾LX!�ІR����i�m�3m�&�Xo�����1��p+�V�*Cd�E|�\�PU�؍��Uȧ��po"�R�H$��n����~�Yg�<�`����V���炝�AՃ�=�`���ؿ��`_��6���	-!YA�����_I�`�2��lܜ6kG���	�O��eb�!+Q
��M�?Tzdu�S�M{>�ynZ&4�s,�L<u�sT�C���WU����F@9U���A{h6}���M��c�_l9j@{7kW�6���ѻ`\c;���B~C
#10r��^!��Q��ܘ��?�1�
j��I<f������#�ػh,e�c���S���}v5Fw��P�ׄ
=R%4#��PT-�s�5��J���U����!����I�����e&���\Jv��X��*B�n�"t��e���I$ќY1�*BGF��Fa�2�s"DH�h&$g��P��4?�v��U�ʄcn���Ąca�L'q���J��&œ���z]��o����U�r� 4���"��,�	���0�5`_�)���!�;�V�r�H��RN�L�?�q�P�+b�j�P}Щ�t��0��$2�/W�M7�Z���n����$�o�fը�♄8�XC6`�����f���0�d�4{`�*8�i�Cc�p.LSY���z�70�T���0,:Cm
���p�OFǀ֑�&���Y4҄q�8qgD���;���&�Z"J��h
���<��C���v����D��v�!X�k�bQ��ѐQc��s�Vc�0�����չ�g�2u�=YJ��>~�*��ƀV�Cc��c:A'S�Rj�ǩ�?�"⟘�ə0�րx�h}�G� J( ER1U�s�h�@(F1pj��2�<�^f��&��}�B@/���c�
X�\|tBp�^Z�Bd�9"����d���A�!.Z�	Q(�e������TÅ��B�?—�����#������X�=�o�q�rmO��߷ܚ��mݗ*�ήui)�{&��wdCLmz���5�hAS߾��\��0�|W�O��J�����>?$5���H~����X����Ƹ���$~�{�~E�Fy~��U������Cc�p��2���3�_°�x����<,���8��$_
y%��	ݘ_-r���LOo8sm��ܔ�|~��ɝ�C�qa��|���^�#;u���˜M㖙�h���V��
�R�=�7���������.C*>�kV��M��o�i�S�Q�JI�:{ޥ���6��i�Ψm�h�Mq�k�;�elx�	_EB}��f����fmfb�.9&���g�j��O)ʈ�f%e��-�Y��H�N̫ȟ�}?��������A���:���3)�/ǏY����v�A��:��}p�}]���>���!i	�5)Yܐ�1��pf����<=��U
�c.�}�*�F��mH��&$T�Ą��e}}��/�*(��m�陙�pf׊,n���V�({��?_�9�+�"�h�Z���3-%��R�ye���^�=���3h�iQ�+�=ۭ��rI���i)��m�Ria��֝^I��V��8�a�_�9%�±�%���K�V��l�9��'���m���+Μ��
k�=bը>
Ҷ������+�[��ɋx���{�0f�<�6��'�cF�E����f�8�P�A��/<����7��V�Y�xp���8�1�x8z�Ͽ8]�BO���@?���%���*H�R��d40f4r�euY�\��%K�x�
犍N�ZȂ��|�$�$�_���?�a�D�p}�˰Ê�~���of��RZ���$�*'Y�Lp&��kk����[������;�,����V$lؿ���K]��p_�-Km�ǥ�M�,��ZZ�ƭ�~��T^Vw`�X��0���q�<�
�
TO8��?���t�.�7�s�����O
|c��u�	=�M�����\�!�%D�B�˹����[w��n(�"w�׻��N���]7n���u
EE
u��/�k��k˱_a9@wӻa\�L8�DwX�d6���E�X@DJ=VE�_xD��\b��PP��Ɇ2���ǨCAA����z.�(賖�j��G��Y�e5��h�= �m=A����P��E{2�U�������3'���!g�e�P1[,
�
�;Z��p�"��7ޯ~߯�=����1�@���w�bt.�7�XdB{�,b���;��p�y��\2$�F�Q�=H#nuDxl�Z�2F�ז�V����rFo<OX����bpX
��j�yFG�������.�S�S����W��.V2�"V-"�K�g������߼s��R��O5'M1�"ͯ���ip���,�(��Xs��rvSp�o7g���q�S�N;��'�Ø�p�y;>�y�`�����Ͼ���y��wb?0i�ߩ�Pc�-��\��ϫ�%��}��pr�p �Y�@	�g��L���-���f�t����9�6���`�����`8�c��9̨��߁c��(���j�s4���U%C���
�B�H�����J<�M�Z-	Ge�V+DDg0�|#�JɅ�U*磚��RU,���1��#�%���@,P��MP��E�tp��\d��kK.��\Pa�R�Q��~vK�[gv6�̪ܒ���=w�~î�����[��Rʛӧ��M�>����9�ė����塒3����i'N���Ӵ�{Ч��,�Ù	�'��S%?��A|���r�����m��B\�A����HJ
��
E���`b]ڻ�ӑߑo�.g� �@���Ws��]���w٢mt�-�P���w���E�lήYi�Z��EI0�������w# ��Fl��~�|˶���]�pRx�`�p�~y��1�jN?�!)���
K�ΠN;��8f?��B��A8��pf������ ��'�A���f�{�,�ˀ�!��(��P��/^�Ŵ��P>@S\�*��L��'��l�h|�Xpo$
�<)-�VQ�T�*��룆���!���K�A���(y��/z�t&	���5��N������Xm��6�w�Ut=��?��ݢ�fI��J	��D"��*�# <с�cspN�\���Ġ�N����X���L3z;ֹ��~��H�p��N�l�O"]����Q�\���0��}���+�V��|.�S���#�Fss{��fj5�s�ŏ��{
�����C��a����.��K+
�7�����c��98�#g'�S���_����1��{������`@��˕���1��p��~�ɿ`���I�;/_G���d/S\���!��B{T_�a�������[HX�-!����������{��i�V���p>�̿f����������2&@g���N'o�	~�lTg���5/[�ݥ��u���%��Є.J6���1�V�Õ:e	!"�A@�=��c]&�5Zy��3ŝq�x?�^3n/O`y����3�.��K�
����lT�Ͻ�w��m{}��#��Y �Q�+#�_Dl��ޏ)�8�,lj��8��Ϗ�݋�^�S����m^'FX�.{�!%��b���^�)�k�;N�����N��.ܾ����$ 1c��<�25���W�Y1��P���S�-"ؾk
� ���9ݟ��A��Ϸ�����T�w���w5����r���m�{:N�n�g*��q��{�N<��=?�`�z*�w~]8/��M8�e���~���'��<t��\A3P}�����~<�VH5� Jz�"�F�go���׍�ݗ���q�)��y��l��U�.�k��`@"TG��e~�Ϋl�\�8(����_04l4o��&��U�y���9�н3:���R*ㄞ�.�'s}g����ݸ;I��N���{��?�����s�7��??z#��>zec�e���G�?h�9�p�������/?�K�������p�jC��j�0������0��;��c8X����M�ƹ��hօ�z+W.�p',���:(4\�Q�m|<�b���"4.���B�%8��}z����=�Cv�+����)��%�}�P^��-"i�����G�$s�6�w���SQ��
�G�*[�����\��\YY���'/<��=2�z���_|�!'{�� N�`�U�q�G��ߞ�ei����le�?��� �z.��_^U�qa|��\Sh�����\fY���i��mP߾��C�VN�\�4�ǎsۊj�;=�Kr�l�m���ݿ�|��u�똟"�ٔ�`��۔ۘ/���+�Á����.lS^����W�x�R�M�F����礧q��1�r5n��=N�?�o�#F��w��i����"ͨ\!8�G�Vbb8�����(>P5	.rpp~�$���1���v?����F̛h^�0o��=罂�������p�^A5|>���q?	<�����WE�(��q�Vͽ��k����W�:�ߛ"���(%�ra��#a��E�����qܭ�b��r~R��ZQ�7�_�t���!�{��C��	2�

ax�$t�T�	��!�G�_
����j���\���µ��o
	��������B�/Mӎ�1��𕡷��3�ΐ�<��f�	���)g�(�y��-|�}+�sșrph?�`�g�8g��Do'�?�{�����<ۉ>��ub8��e_�r׸� 
F6���8?��~X��k����qO��!xl���l�۝�������s4������cEL�8���&<�/��{?���t;�~�����q<���q�(]�])<w?F���;׆�bܹ�yk�/���=o�/"��< _��߁����zt>t��ox�������Уqg��{'�s�L>v�2!�+��@��v"8�ݏ�[��@�5����b�D,�Kx?���R
�r�,|�ު���G{JV���Y	�����4�س��*���|�o�&?��ܛ���P���:]l,��F�w�T��0@>�a`��W�Ǽ���y~���bD-�[��C
��DXq>c-�ɢ�A�y�ܱ8;"��VU��@�-����k�37U
`����M,�_��z:���	?�̤����Ȋ�-_0�t� 
�]�8�U�18snߍ�\X�9��*1J�Q�~p���o����4-+��?�*%�@?�Ef��$D��D�mL�&�
�4�nv
9�)t��&v_h�T��5G2f�%I �#�ֿ��_��U/z}u\ٸVI��&/-	o|jU��6Ꚅp[����0�\W�ģ�1Q��P�%Fo�B�S��?]?|uS�e�u!�/���K
R����f›�K�}[��e|I������^�^��5`_���F.
��7>�A0|��b��ؘ�r6�r�P�"0�Cи��$<��[&����jUr�I��Ai�Ԑ��`.����KLZ���hM|F�
�@�e�p5yC&ۼx��d���X�|X@Q$%!e���d�3��)t5�������4Aa���޵/�Ԫ�ǂJv����'s���Ō��nI��%e10�,#8��ׂ�9�"��p�c�nBU�Jjk�ҳR���B��ѮB���?D7���P���q¥����ś��X�C��\��Л����w�ڇ{��۞		��W�+�Ŷi����Z����.`�t�Ýq6)Fm<�">>ȏ��pL�l�O��?w�w�g�1�,i@lc�ј��">&��	���G�Q_>7�/�����w�NC�O��D!
��<A��f����.c��y�����<E�)�~��z���|����`t�
�Kd2�{�*�:������K�J�X���w�ԇ�E����
�Y��.c,\jI[<?)"4+?�6%��m�>�OS�:�jG$��	��†K�c����+���5I��$纩wa}�U��b ؈�EK�>���שՂ�(�|�a��'�\h��_E�ʀ���1C��<,Z's���η���9o��yu*��Qӥx-�
�z�@Q�6��r�>����_��������� ��8�n�hL*NnF�e�Z������k��9�{���*�7e(���ۃ��I*lj}���V
�'G��3�ěB|;?���x��v�
gG��iӜqQ�`p����X��;���|�61����-	���"�! ��� x�w#9���$�2�Yh�[�;;V�vR3eI��:?[�M���=V�M�ڝ=���LqY���v|Տʅj�@���Dp�����_	�#��O����i��o�7���/�\sk��;F���딨Hy�n�Ǯq��=>�v���E_g2:����ϝ�y?��2�l��]��}��F�@+j�߻��6�#��:�䞍���������6��˜�3�Y�3C���0j�}g��qs��C�yy/����g�*�.s���gN��bw���Ÿ�f���b��?kc�p��x�,���4�v�$�B����Q|7������q۽(i|J���-���A<Ro�A�τT���;�d뽧F �^�����=(�MIE��l=�K��R;�Kf�I%�t&�N��e⾀�Q�@mM��Ȉ�&���pq��2����ݬ���egF:�}��98��Ït@}�9�N�yD�:0*��<�ge��dJ���p����6������<cV�#M�]zs��єƆ��wA���G^0��d�;�Q�b��ptմ4�5{iMQZE��"���ٽб<�2��y��8��i�߶�Ռ��0zz��&m�|wm��Τ*�?7��)��[�n�H�N)����A������Gm��R�oƎ�����^��2����g�4):���p�νÄ���&};<�L��P��L�8��#_Q��Y��C\��T�S$��K�i�������x���F"�_8��*�o���!b�s:�"|O��<|O��A$�3�G��"����R�<=�	��n�Ҥ��)T�J�
D��=H�{Y�954ž����`��Gs�u�h=~m�51�,�E����X1''c�:�N�]e��8� ��$Ϟe7��֟�>�@t�Ե?�ݲ�5��i�G�]�Ua��?T���m�|i��ٺR��ݚ/?:�����O�l>�5{�#��[j�ư�spnM��֐��.ڣzHO�#
l�t������B���
4me�g �B�6��+���ߜZ{<ux������G��k�l����|�����pB1��2����7C�i��Nmrx�;ɃY�'�� O��,K泬�L
Ɓ���+�kXH(�1+J经�[t�+�2 X;b�{��Yܫ�烯0�L#��!�[ݾ
E$��׊Ł��n:b�0>Z7�H-���ڒ��X�����dY-k���W������y>c��e��V�;�$�<1��M�ٗp�?R&!�ׅ���;�p�#i�
]mY�`�6�h��>�
��Om?��q�=�,������V��|��}����9{V��׫w���&��59_�htZq��b�:m(Z�&���}�!��x/N��
i�zi*4*0�$&�K;wu͗��M�٨ߒ�!4e���_��ہq#�uU��GC�"���7����}�m�����f�WX]LNtA��
�M[�|潷���el
��k�!(�)ho�a`a6��[|��ӖB��ڠ[�crG��]�,sO��'or���'�A�ӻ5�c���µ�36�ʎ,��t†7�>|������?Z�c��:c�/w-�UUл�P͆7*د���c�	>xO��ršcr�8~�δC�΋�,F�{L����1?���јTE�|����S��ˡ�cfA{A�1��X9���	G�ܕ��ٔ�1�U:�E1X��u�7.��a<2'��a�Xb|Y�	阓QT`GW�8�0۰u��l3���hy�HgP���luE颃eaӲ�f)D�ƾ���<u��]�kH��^Y���*;+5Y�ʔ�'Z�7�#e�Z}G��Ud�bҢ啙�d��ru��\�9ڴ�!/3Z=dF�:=22<T�	JH��	��[�nfN�)�om�'_qT:N�{ �^��`z���>������,�ߝ����z��x@[^kN�6�=�є���K��=��U3�����x�g��.U�O6��zv�=�{��h����l�VW��.�2/�9�i��z6\��>Q@F˂(B)����皝�m�M�ԡv_N@�b/�lF#E����Ļ��{��5[ͪ�����ceIS�j�:�}X���+m������f�z:��*����O�F�a[��.��ݿs�U��^ظ�5��nZY��b�tm��|��n���hʏwZsԤLV/9;g��Lp�l\�lM��ZZ�+��*�p=���M����h[]V��Z�Pq�Ʋ�؂t�XGh�d�s���x��l �
�?���%�{:�;7|����������ѵɲg�rwk��U��.�5k�B!��{�	���DŽ�IEiWuVg���)
�v#=��C�:��7���6��
����1��f"�gLwښg��׏ۺc�S2��o�[�e������FGG�I��d^z`�;���H$�d���ȇ/5O�ω�U.�+�[���A=1���P�������zh�pi
�����܁�'������mDo�2j l�oI��f	�
��I�e*>؍!q��g�~�t�α�?��E����q�&	�c׮�}����hvw�"+̗�3�,5%��׺v��, ^���ُ�mx���1���������ɳ�Kkg���5���P&C��
Un0��h��q]+7<+�?,O3Lj��2�:z.q�W�Q1&�Ap���B[?�m)��qt2�|���`����f��T��U���,#׾�oӢQq�T�_;/'(F(�d��hſ�W�.�ĝ�K0wd��m�Ƥh�q�q3Թ�-8���g��Ų���^(|/�5>��K�6�i�A*\��ߠ�я�*�����!���y@�>���j*���?6�쉻�1D�{���Y�X�-;�>s�l��ゲ�CXݚ�8-�HIf&�a,L�a A���Ԃf�h���/b�q�a��Hn��>���™�l�+�K�g9l�?,�9kW�p��t[J7���T�]�)��d�ҭM+��i�j�f��B�O~�H�mͯm�M��G�#&�r>'��1��y�v�{߄�Er$
�d2(�b���;�T{ �A/9��1|G��.f�wγ��M̻�!�7�(AR����B��?2;��o��w��~��&Ƈ(�k��~���a0���g�h��RO�@�o���LU`;`��|�U+d%����g�y��y�Ѯ�A�8*$�g6�ԅ��s5��8ݤ�|�h�;��_ycE���T�s�bI��öi�K�a�-��A=�?��zg�F��&"�BN�r����������:Xfm��Cs�v�e,�ΚQa��NC
�Q���|��z��v��Z?٤�Ƭ}ʝ�f�}C'�0�Fm���t�}�{��̘�P0����޽���ȵ�d�������|>�(c��oH�T��w�WO�)�$��\ǁ�j��mZߦ�¹)��M����zNF��^�Df�����%9���{�1�e�>�v���W6��v�'诋���p�h��jJ1}��G):��O���p=0�
�KR�;�j`єm�B��	�I�,�~}Nd�dӴm�����7��io�d���?�y��[�&m�4i��i�&i��
�[�����Rֲ�eǂ��&�"*"�;:�aUwE_�qF}}�uDEFgh����yҤ-μ���V�6}��{�9��=�lc���gpO�L�Q@��,ҐD,N�GD���R
�&���G˥�A}�eC!�շ��¶��_o\^��\��拧�-x��ƞ;�7���ܴ
=�V����o��>�t��Y��e$�w�yc���t*���r��+�g�&��wқB؂Z� d���˄!CRs��[���PQ\o#7
��l��$s����东���
&
���Ksܺl����my��E�:jhj� }�����G�Wio�O �^�)�u0�O�5��Y��^�%�VA��*
���Q18�#����6@�U�8��Yna�ڀX�ԯ�,��L�ԣ��!?��En���]}Cִ�C������i����=@�P�r�ϫ��P�=�R�h
<��i�P[tV�q�H��T'�}$�
Uz���*��neUnqc����|?;���0���,Ӹ��r|�%��!��n��_�W5ϸe5p���nm^Iͺ�OM���ܷ�����O�u�t-e}6?�e|6�o8���:m�o�����Lݨ}�e�ԍ�5�ݑ\�U�����s�#�ߪ��0:O	��%Ə���I@�v�h%�D"=���rKK�Su��1)!�
\Wϑ�d\.�AQѝzJ�S�@��Ĺ.-ێ5�b�ɢ�i�u���Uay攆�b��x�ۛ�~���˻E_�w�YOQ�e�f�
ݔ[��'��~�ɪ�SX�����A�'�h|n�d�s�7����j����o�J��X`�iCZ�'{J.���4�	ieT(�(�b�ӣ��c;5��D�B�U@&�ܔ\YUc/���K˗��EVS͌��VN��V��势��ii��;޼5�)�à>�=�(D�k�:�99��d�������3����lD�ɨ�1�a�&`��S�v�{�̯�<?	��7?ַf�8T�S����o��IE
��҃���?�x<
,���7t��]]K�+\ֲm���<Қ���|챖��Gl���R�h�&@<�r!Z'P�k!?�x�tA��Ċ�+s|�
�d��*#�J�4S��<U֌	Yr_����<�9��˧N�z��tZ-�W�kJ��c^I��i�F_��\j[uۣ�#1O��ne���D�BMC���h$PCT�x��$.�L�#��j9�u��Y+k�k�����D���dpv`y(?���mR�l�H+-�9�ktv==l���f�� @�
�ļo?S�b�g\Mt����@�.��:ҫ�̢�O�!,*r�C����7D�:���]����C�!(� �-p����1g��d$�մdR
�*�����#_��i�\RR`������y�晳��Z,u,[^��@����N��P�;1���Ox��Z�I�0�W?��g(4@��a��e��p/M=$��Z�^��YMq2�E6Z���Um~4���/v�m������~H(�!�n��ꍯn(%����e}e�S���	�qw�x��Rc��\c�<R-	7E��g^�J[�����{8�>q$�#��猙���pwD���X�?c��ki�>fj�����^��c���Ex7��ţ~&*�g��K��{)��Q"��O����}.���C2:��A�؜�x]Fl��1�еމ��tۘ;4���Uw����]vU�u퍬�3z-����	O�q�T(o�s��뙵!������u/�+�K�M�J���c�D�{��y�c ��
1�R)d2�B�er���<,2����@2�G��{65ݹ�	$}�8����k���{�픎E��6���'h{�ZC�C?������O#�E��p}3���G�5�B�J�b԰P)��eP�b������7���o�H��>�j�'���:��A���ßP2�ꬎ�3�f�ð�<�s�<�ƽ<-A�+M�V����Ul�#���jq����Gw�=���ކ�;��ݽ�?8����϶/��󷝞����۪[s�A�$;!��lN���I5S�>�8m�}]��L�d�o����k����iQ��P���F������t�ub]`�/MJ�K�a�ߣ/�*Q�u@C���}<��z���U7W���G����/�w�����!9� �E,�(��\9B�XX'�#͠/�q���uA�p��9���T#
�E+n�8:�S���z���A�Mu�%�כ����y�JF���/<qߖ��ǿ�;}g��^������d?��O{o�ԧ�&�^�F�V���rrT+YÈ�[r&}
���)˳��U��G���RJ�"�)�Hہ�u*�TI�	6�&�M�/HpO2�k�]��|"R�W��a�k�]�~��>ҏb~DA�GiH?E���hH��v�(�k�pk�.�}e�3u<�aeT�d���d)�׀��{�����2�]���5��|�זS�k���J:�Æ4m�"�J�Z�ȪH��C��UxĎ��Q���U3(�s��P�[@����z�7���[.C̑�p�yn�	�y$�w�kh���E����bg���Q���w��i�K�[U��?Ν��W�[�����G �\;�eS��u<�9=fDF=�Y�V9X�[ղ�<�gV#��:�.�>��SJ[2�N
�az�2��dv|�Zht88;��GfF�(3�Ᵽ!�N���h�"�*�rBo���m��Gb}�H��a����>t�c�;���97=����K*ɂm�wu���UO]\��k:GP���ZYKˍ��k\���[���J�|��h��v=�I�'RrP#���
I�Q"
�9�#��"Z��6IFq����G/��}�6�l���c_�F\wLx���޶jb��i�^S�\T�a����P����?����Nl��A=:�y��|����Bi�Z1<�ؓ��ڭ\z<"G����l`rIv-���~�5��X5@��/n�Z6�ܶ��[t`]߯oF��q;n��\��lfc�ql��ZK�"�Я�7���,�AU(Q����'���f���?-F�"�:��H��/�s6
��8���-��̸c�U��ph���ջ?[�n,ˌ{{�Mbeb�n�'����՛wg�;��b��
2M�]����Z1��wV��׾lCi���/�r.N~���l�
��Q�S���n'��}jG�=RQ	ې��g���@����?�kW??�lIu��x��ٕ�5qJ�)��.�-�۬[��e=�eb�m=��J�"�����.�*3�ЬLV��.ZJ��s�3���E
�>�B�
�*���!��4����v `x	(|�u`�Ӌ�B۫fw�
˪6V�7��l��s'��O�g��._�=�)]��36L
�32��L����hK����f}�'�]`J�����"�v�����W(3)�W"!�A��n��0�HD�LР��dO\a���YSW�9�za�ID�����,�p����,�y�O��O.�$K�����ԭo����+�ܻ��;ůvJ�9��~o�����7]�=�P�n]��2�*-�fΆ����N9��؞���]7!�ZI�"%����D�ӉV PZʶ� ��]����14tŒ���̀�(A�@'a��2ޣs�:�<��	�|�eZ�#����o���Ē�
c�6Ր�>Qd>���<�C�s�4s۳:���׽vG��^��'���O	r��Y�̭u">���53{Ւ�$��W�P$��pfޯo�F2h�28�e�4�J�T񖨶�16�H��_�����YR�Ғ����37L
T�U<:���O�W�U
�OY��']��-�T�_P��!�3쟦f篙3iq�NdX<���#���^�#R�J
�8�C�g�(D;�+^w��-��(��v�����L'�8��ub���B�P�;29���7 �@~ِ�'	��Q�����ł��-�TPY���4��Гa�ͺ���^,�����Ң�<�!�V5��T~E,̟usͮ�n�H�_{����/m�b[#�7��-p��R�(B�qm_#3�2Q�f��0���n���D�m��!����<�Q���=�%�v�t5��~�ʝ�e�O��=�O�T�hV�6�����P� {��2��?���uӓ��kG�Y�?�Ε�w_��O�v6������1Ʈ�1�G=p���l_B���`���:h!� �R�Z��R�4���Hɦ��e~�%�,j&x+��H�!�h��v��͘u�����ϧ���=;�t���8@��E5.�sb>�Q�ƚ�/<~�418N����j����f��T�,yH0mp{a��
��|Ƣ��s�%\��Cx3��E���t���V� �7��4��̍xY�3�gul�̈�@Qd�#;Q"J���n�
ƣeK���o���^M^����7^c�Ǥ�	��'���~/���b1aQG���_d�3-/Y*ˢ[��7䖠� ;;�w�R���Af�P\ZP5�>1��x:�e�fLϏ���`���Aܒ���&@:rP6�C��	����D�[Q��1^�H�0�׎�a/شc�\�s��Z2��_��>���&��
i�J'r�ml*l�I��6�~}�c����n��G�k�
��Qj)j��U�x����B�u!9?+K"I&4�Pqd��(�[�T��;���/���5E���֭ؠC47��YEy�ƌ8FH�k�%�9kB���d���]P\�s�3x+<~Ē�����<����H1���͇�t�Ӎ2Y;}�K��b�p˼���x���S2e�	��;g8�`��P*m���{r��LEɎ�E,�+0���@u�l.A:�{NI(	�@.QtJ
����m|t�\�D�D�d��A�5iι;S�2��.K�C&�$�~EH7m�i^	��.��t.85�xw�#-�)�;�^�8n� �,��D$FQ8�{�D����&���^T1p˼oy������c���|c0E6��сVS=���Q�D�%q�QAK�oΚƊe�z��!�3f��?�h��e��}o�̦a�3���=�NR3%Ś�#s��G>yfs-�1װ��F9
�PH84��$r�<QT��\Y�?��7�F˳�>�a/�:�N�f�z|і���03��8�PP��T��U��¨�����}xM��7�E�O]U?O"{���a
� �m�����L��F�ac"|�s�*��A2^#Z���$e�>1�*��;3k\
[��
>���]g�"wb�<�Ό�AoSf�N&�"�ĥ��3e���=��>2eS��:��L���@�¶�IpG0��H���0�,��F��fv�j4nt��b�1'����"H�B�z\�;0��S;�����s"�C=[�/���D%�a����`X6��d��&���3{G��D�g�0{%.>�PC��2n�%
�u��$8^����]����@UWނ������ �)�ᖪ꣺֡��ο�or���3��=�AZі�Aɱ,�lO�s�Ơ ��7��W�@t�}�֑���5cن��`��J�+'�J��P�N
���22r�C�q�����ƊX��v�/�2ޜ�O5��R�tro��Zѱ�'��ޮ��4Cf���/x��3ca%RtQ'D�<� I���6y`�͵;?�^��H���W��L��9�\�,"3hp���5qq
���2AH*��I$d�9:m�ň!��f��?ͦ?�<]�	����o4)�/'��I� -)n4���m�=�ì<�by�F��,~O��C�|h~��Bg�0���j�[�%�j����A�xJ�S�#u���g��=��;�N��%�.{� ���-�TY����j��Lec�L�
h�Jpv-�a�4�=ʵ��y&��@Q�-�9�fM
(4đZ�X�W��'�S��&�3ʻ�ܞ�%'i�	�sf���o�������[�7�L�X�:��V�n�O����j�`"�q��@t��o��~Ҿ�Kg O���D�� IUB�!�Í���rAe߰	Èr
hR��ؓ	
���~�J�	*�V4a]�\�{>����n����@������Y�+
�^�����߆���=�:}}���<XA�0�g������Z^r+G	_A�a�D�ljv~�s'�:�/�?��n�۲�� �T_����;FG�
%��	�p&�[�4�#N!�˥R�H��c��g��7�Q�J��"k�M1V��v1�7����7��*�ey��]�y�—1�W~ň����g	���E.��Db)�Bi\�������yL�*��g\����VS�M.P~ʾ��F�.Շ�Z�έ�#5��K<j�ꢥ��f����s�������^�zW�к4ӽ���Fz8������H;�&6��VD;6ָH�
h��KG$��H
��Zn���t��U��zAO��Ϧ�Ň��[�k~�K�C�J&�ɷ�?����%_�3��-��LB��Sl��J �d"-*��F��4���ԝ����Y�հS.0p����;H�u��~����
�Η�@Ũ�Cw��0��7�d-�af��p<&.26����E�U2N5gl
�p������V�h����}R���{:�-�#t�&�紻K�&\���8g-���`�D���(J�"�L�ԊBF>Dr`𾈜plV�-L��j$.DwS.�5Ya�B�ѯ���*��T �c�@y"+Fx����s��/(����B�r4�PI�#��g�4.����K��;��]4X�2�M����� ���J��lJ����ɧ�Fv�1Hu��i�^o�K�z��ZD!�@`crK��Y�H�J\^����H�[F�XS�����ۻ�H�I�k[�划�O�&�!�@��Y�R��p��<zi���V
�o�M[��/�+�[9�<�-�:[C��S�A��e�4>��#�Q�8�$AR͒�U(�����S�HFWE��yދY�K�_�S��ч�jm�i���[2S�G�'����EJ�d�z��}�4�4ܻE�~�4���c�ȠHy� Ҡ�o��ĩTJ
D��4��g1(������ ��9	�?qx*�5��
�2�D�4��G1������7��~b(0�����4�;N �Z��us��A���Ͱ@9Elf��G�C��4hI�����l6`W��v���OXw$e��j�lFNX�e>;��H���z�S\��T���7������n(ͳ��o�ϱ$WG�Ev�5j-@CF�
7\p�i��{Zp	Zt��i��*�ݙi5����ӳ�ӨP'�[�>d*�Tg����H3j;��U�C��W�?	0���8Vճ�$lj�ȍ�������[�CO.�۩��5&�nT�mI��7j{f��.���{�>�_��鍅
y��O����z棟m�5�SX왞SY��=*#�����[���ծ9��5M�8/)�Q�����m�L])���+
��n�_}t�H$k�<u�#�R���p�z-�/��s��ӈ�����K�pVV�ʉz=U�:��Z[�u~��~�(�cn	�\Ό�:�0��F��෢O��T�9m�X����`���e�g��~��t�J_���ө������!|�s/}��YsjK��+˕�G/���ѰrZ@&��r
?���U�!U��[�8ֺR$:�d�%�^0iQ�NbX<s�j�$��N������k� �c��K��/F�+b�d�–�@��î`��\B[ĘUAN[��$@�;NX5��^��k�5�����#��'W8hG��]
oܬ-� Q���o�F��Ť��$H�O��@�����(WiI%G.�#�����c9�j�=*z-N0X�計�9���Ǡ~����5���Erag���������3P���x5	G��"hD�o��B֭�ވ��[$O�LKS~]r�=��F��kr������s�,��\�c_�4G-�"�&O���k-q��#�yD�C�+BB��]�QQa�~�Z�"��v�̤�X����}��ԠY�0�=69����6�׹�q�u2�b�9#~��a��O�|Y2�b,�=��ҍ�O�Ј|\2�~N�� i�1q��(Y�?�bq�n�9�Q\�[�bq�n�#ew3�C��H"J���+.( (ʒ(ex<.�Fi���H��z�,���
�"��Z�Ɗ���0۟|�x��7�5���1Ee�h��s����6y���9��,�u��`��HY<wR~��!�X�N+�P0=>��y̘[P���?��|��M�@1جkZ��ў�[��mv�M?%���Ԏ�;
���#��❀�U�l��L�ʔ2a(%9))��� �����9��fj��żgZ��OOrK��tMZ��E�/�H������Jw
\���8Ӣtz�%�Ejq�Y��d�~89�7���JMMK�^yu��onUg��ͬ)j�ї_���r���+�������f3�>a���DE�޼H��C��R���Q����s�PC]]u}}uu:����}6��t�bJ���2�m�[>��T�a�D�H���0:��ck��c��kJ�-4ͫz�Y�\e���ԧ��
*���?�ǥ������ݟ�o�̞�X�����lo�VC�wʭ�'$g7{�f�k����j_��G޸���>{�#����~[�m�ѿmP%Y�j�$X)�E�����=�wd�����(�R��i_���{�:�`=`��l?���Tݟ}雾9��x��Ԋ�&&�g:��
E����	A[�|i�m�0$�Q�0��������2�y���?s?R�K�p?0:+�-"?T7,�.]ڷ,h4�[0�'(��i9�x�����P���� w��c���K�vW�K��i�Iu�I�� �H���4����� �(� ��mѱ���-���Hm���0ea� ��/�_kP$YUj�@���V]�Z~���g7���\Ư����k��y
������n_��y��8�y�{�s;w]|a������ѓ8&,��φ�O�e0�#u8��+������\�`�ZTwcE5�xF'펳���Q7����yP:�+mf��_k߹;s�,���'��>��.�̔�L��]��'VI�l�2��O`<��-5vL(�$P�`Qׁv_!6�^�ߘ�n�+��E#&����5�}jGL�D{e�3>.,B�.�~���/�g��9)�@Ńk�ZG���
_�@ߠe�	�B5��I����������6H���ԃ���=:��(��_�o�GY��/����,CqB"j�-�aQ���:@;4&µ�� xQQ�eO��kU�u�S�\wa�+���w���f�4���*��8��&�+/�G���}�C��`ִt�܂Y�Q�!2�f��wM�?��j
�K����B������z!_䝹� h'4��y
�QB��uG����W���ڊv�1����l\��jNSKM	i2���-�y:�<@lT�</w���.O�h�-��ʎ��x��ĉi	j�P�d��5V6./��'�OO�rh���QEL!f�pe�M�@�cۜ9��.���i����ϝ߻D�"h���cނ�9�g/4��	��7��6��o��|���vz�X�"l�?� �����X���+�o���[�E��B?�9��[�ǽ"�
7�?��-d)��D�N��i��}y�D���c�҆r r���*�v��I��p[���2��ѓ������Z�"����\{����B*��M9S_�_��$;��D�]C�Y�+�zպ��嵝̿���$�'�j�"uj{���OR��c��sJ�����<������];W��8��GZ�O�>	Q8�Nks�.���K�Z���QWI{3���,���drDt(�7
�L}�������GN�.���x�Z����8�$$#�Ѐ�o��;S��������nr$3$YARC@�#W
Co���	/�6}���*)�H���k��n���G�eF�h�����:w7��%*���|�ſ�����.(��[ڇZ�+ۖ����xB$
YHIT����b=m�B“�m�9jB���t7�}ze����x��{O� jxSx�`��I���{�䠊��@7F� ᘻ�Je��?�_���$������� ���4BݝHxPݤT��Մ���q��!�Kf�
ƍn ���8�f�a������p�H�M�'>�݈$�H���o~�ś�kl
IJv������"S�F�-��x�Q��j5�E�UR�D�"� �*F=���������PZ$	P-DU�|�ܬݫ�g�-yh�"Q�{�؞:k��Т����x`�v�8|�00y�uzAW;�~d��5��5x�&���
�7�:�.tr��Ë핍�e�
b2
�i���Ⱦ�2�W�k߁���b{���I{:<��̬�5��h)�6M(�n.�H�O<J��?э��c�큖��Zr��]S�����-[�B@~�9�Eg��p���(҈8F&��c
���#$S&G4����[�s���Q�(��;p6�7�u/�7|n�^&�`fqS�BBLQ2��D���C��Z����kFT�r��P�#rM��49�����5e2�<�\"†��l�C��;:vxw�ɥ�<@९���߂������fk��#l�J�R��f¨�
w�o_�^�N���e����N��n�X���4y�V{�v���ʼnm�vet>���7����D����{'?��U���J���w�gLesui	�s*ʁd�3����d�_�PssI�-�݁%峫�uS;ue��w�C����cm���ߥ%qz��2���,�(Лx�W�)���֎מ�=ײ�m��5�H
�	(�R&��
	��ВG׆1XBZ;�cM�T����;�j�V����יR1��5�ʕֆ{pݏ��ܠ��^A(XP ���:9M"��Ґ��?}�
����R�쌏7Na��q��hw
�d$��xu(��MU�J��j���A�%����}�����~���Ө�����>��K�(f��|y��շ*�%Q|����ˏ2;F0��LQsf<G_:��#��o�nɸ�W�PH��q�8f�x�D���ܳ�:w�Hf���q�*����l.*�Wݏq|h��%B
�j�,�qe�́q�~\�aϥ�qfNN��4����-�v���Z^e��>��*�2�5�L!2^T�B�q	d��Ӡ�NFz��2�~f˙��{�����?����	%U�)B($��JI���w�c+���)wS"��n	�*��֭4}>j�l��=4�+�W+�!���pX>G���$"$�z����2q�}5��n���
��>S���3p�2T#!�)J"���g@S�j$"�|Oӧr�U{�D8���p7����Fٌ|���l	z�`Գ�g�
���\[^B��0���Wp� ����2!�CQ�l)�0G*�s��#��/Q�o����h�� �ф��4�Ͳ�D?�'�K��%,��OQ��4��:�t
\��ҟ����{��Cx_1u�繳�BU�8G@�:�H�*c&���r� �����LSsf
4}�M��1A2>ߣ�-�ϖ�z6C�0�:��쥏�]�rax+�w���|/h9��j��j�O�ƻ�;�}7:G��1"�=�/��wB٭
˦�Z�onu��
�*���Z8^���OR�x�	�0�Й�i[�gҊ�jѡ�j�!��s��O��+��}A�yP��O�X�<��#�
)���#Y��:��6g�g[���'铧��SG����
�j��V�W�@V��ѹ���:��o�%ʈ�iU���n����_��0��9i����K�ѡA�ó�-��##�?T�9-���v��j띏�tkњ��_Y�j���ܿ���^���,֚�v���윸�Re6۪���DEB��8���˒*���=�
�.�\�7\�k��?}��uO'�����Z-��đ��B�B�w�J]��2k��p�i�n|/�"o�AJ�"%����0 ��Ҽ<�Hp��z�b±؊�&�Ye�$�!'#Pgk�R���v�'s���7�֥՘+��j���|��(�X2�o��x�pf�Ԥ���<���V���4)��^�Ұ�;�=q{S��S��p֚M�M�$�x���iW�o���M�Ж$�
A[R�2�-�Q��O�z�p��4Ʈ pwd��+�za{����6���Z����%��X_m2�h@�{�C�k��.�d���((Dyg��'h�d)~aȉʅ��TGa�������-�/�{A��ް~N����nz
Z� H���4=����?|���]�A'J_tk��2iE���ݼ������:h�+Rl�!��Y�w�NG���j��f.? �X�J�u�PR�����δ0r����]}{Ѝ�@���T�/�u�"�kM�� wm9��QZ���E�p���)�jhKr��1~��p�j�)���,��V���p���
��ḑ-�k,4M_�>�vq8�!Q�)JG��8eH�8~\��cH$�L���i��=�r����x��p��h���yk�h���w��{
>��A5%�y|){��cS,Hc�v�$}tg�߃�=`4C�x������&O�������c�!x�?��,j<��8f�K`�#Ow�@_���/�V�z��-@�%�A2J�d�Y��Z�x�	����Y����=��p'�w!�*�x�]��?ΥO��"�|tg�~l��Zk��ٓ]t?�.�A�A�M�	B~R�{tG�=F����>�QX�c�7E�?n
�e-W���{�](��.�a
d�Μ������Vi(,S�s(�o�<�A�Q��2AA��U�����w���K��Ӆ5����wp�\3�I"!Q)��T9����f��fB���CE&��hw�x���	�I��(�8�H[�#�6V�4�M&C|�� <�P ���E	��}��y5��j�kG��="~��J��T�0�"�o���UfLw�88��><1�+��Z�u�U�!qؚVT��@��<(�	��		2�T��m����P��qu�J�Ͱ�92~a)�k]���e"]F�1o���7v�6OVM�2�;�����;-���@
�q3�Hv�|���}�앉�}��ned��(����	�
��+��A�����',�?X��7�7�ى�a���\e*��?%y�W�ӭ�呺m\'������m�%�(�C���}>��A'P!wt���b.d�-�0�F��@�B�,�c�Q��q1�NJ�
km.�$}�o.ޱ������_����>;e���{]��V[J2���Zt�po\��_���xi�yb�-g�WG�u?


V�t�t[iڑF���vT8,9=�u�
/��.ʸ8�Gh��0���[�=;g��QSCfj4��7��ZFvV�͟����×���M���X0�}Oo��d޴�"��_ڪ���^��',(�u��+2\��������4Ҏ�iY_���}���ٞ�l���h�r�
�s�R����TP�H��܅�?v����x��Ҙ#�t�;X�d�N~;f�*�j{%z͠�{��6�²ũ�e���y|E��u�g
Z7/���A�
���n�&a��v1���l��������`�ir��ꚲ����	x��SǮ^��)-k"���~Ӣ��I�Rip6��^�%����A^<��cqA�@�K�G�,������`�+�g��f�H~�}q�ȁϱ�D����qk��狌
6���p`B�����M�p���I�%��Of?�<���s���5u��)vOTH�Wذ�d��~t�_�gz$ƍc�)������ƙ��/�7��F�����/����IXi�25A�d.'A;�9����]���	���Ү5�TH�l��o����.�����l�ygCy��$2���C����`.�P�G���0`U�O���M]1ާ����P3����Pb*�ߗ��Ƣ�߀�/�����S� %Y2*i��V�XRv-[�3nɥ��	������^I�8�&'h�2rInߡy��X��G�{���g�t�P��j2�Q�E
��$g�qA/�N,mwLH�4����Ӣ��s�×�L��Yï6��\���3�k99zc���J�\��S	P��؋�hb(`���|>z:K�j{˴����mx����@�h���<…Ʈ]j��������7���AT��KUC!�qL���Ψ�cXc_�/�����G����F��^e�8*޷	-)k/��.֠�d0@�S�D�(Q�t��eg��_4�������;��2�N��r���;�6�(e��dC�����`�#����M�-a���Iaz��_6�!M��.�K�E�Ƶ�����
��Ȝg�
�q?��B>�Q��A&�t�82�@��T���>�7��A�8>����xC@��^�Ŗ �ߢ�Z"�����wP*� &��0�*��-���_��[����-9�v�е��"2�I�x=�Z7Z�N*�^��D��e�c\�t�dm����ߍ����`�J�|�jڗ5���uB�+^��eJ1<��h��
�����6��1W�1g[lr�?q}q5S_�{�eDc�㺽W0vv*�q��z'i���r�q�{5�_`A���Ø��E�4n�`�����E0P5��t�f��u4���z��� )`[�ڝ"�/�AUb��P�P�
 �D,{5�FB{�r.��$�zsV��zIޱ{ɉ)����八^i�ߒxo�ݳ��e����=��Af��H����������R@����b+i�e0=��>�����B����Q�rץ:���0��oN5��A?�Y��6����o�,���F��I����������.z�����MB�R�3�!Zw�v�7�u/�6P���G���u�����G�;cguqv��ce(�/!kk�8[~���d�-nL��,lc�^1m�`2�\��C�k�XD�zZ��2��q}���z(�љ&>^�"��x�HY4�'[:��!`b�`S荦�[��6������{2�:��:ܴ��W:��KuaBf����d������S�}i})�=�U�L�{�-�qqz�ѨVzt��C���1PpNX�hK��ļuY�[��+:�f��t��jsі���M䯴����t�wjipN�9����2���v��)�f��f�W��c����A��c�>�+���zh���X�`"�8�:b���U%��~"�n	�v����K�R��Q+~Vk�����F0�ɜ��A���\>����:��0�c��Cc}���0>��
����,���,�	���d{4�=�KM��^����b��9��6?���yN�HW+構}�7,
�,b���Ȣ�=k��gh�
�.h�g]��]��ѳ�1��q/L�7,]�	���Xj�_b�.zVf�:�1���Ą��0�I:��o��ư�����l&���.�/���/��5�~�{�-�S����ߑ��u����P^���8��b�[�c��V�ױ��i�9�ٹ�'���A3��?����~H���E�pN�u�7ɕF#t��qw��۵�F��s�P�-�S�,����(�V��OF'{%g�i�}�J)�$���+Z��C��5��
��(�0�u<e��������U��+��hRb��4.c))�V���?\�	1���h�[A�=�
��Q&	GfN<tj�"����8�ȇ�{��"L����7���'���<�&�'+�-PJ�<�J�R-�y}��%�������_Ƚ��
z�?r�~E?�D.��&́g���<7q�X�T��c%��5�{��;ŽoyϾE��g.�!4-��]������X�qn��H<��	ɋׯ?Bِ�lW f|���8"�\��Ooz螝7����
M��w����?.$��m�ܽ��ZG����k]$Ɗ�����:���KE�li�E!�2C�C�QW�1�7
p�#l�'^��]U{�7<�0<߳
x>���Փ�� �7i�o���r�,7w��M��C�j�c���Hz�]�')
��/���]�L����.��`���:�M��bIH����]^4xӜ���<��1Ή��a|4�0���}o?<�����G�U̮7�2qȼ��-��\���M��|���ܵ��feEn{ܠ�쭙gO�וQ����H�0�k�}�E���˳�J&��ػ,���<�iӑNExW��(���P*e9�#�gG�0�
�5w~S7z�xΛ����g6�9<��i����u�xp�K���-��$��j�� o�y�뺆K���9�>�S��eMU)�N�~h��C�M�čK\)q����¡�lc1Y��\R����]�0��w,f.�81f"��5��Z�to�橡��Ί_O��=�.���{��%p���O몷ϕj��G����%�:�j�$i�8/�k>0ѧ����g�Zd!��b���bR�@�2RÜ�ܘ��E9$wL����)��?5%K�|�38멥�ݥkW�4/龥J(�	8�,1�L����$R�ڗ��W5�OȞ���=K��q/pH�݆ ]H�IJg��z�����/z������0����	D��~�����b^X'1̞�J�:�;N�Cj�?9(f������C�>$���T���}nР�HXRX�j@jǼ�[֟\ ��}�%�k���h����6�oG�����E��|tV��D(�'�̢~��Xt1�����q�] 荂u/L�-J%m8��z�71�ދ�=������� �EY̧~|ؠ-"N�_�uD�gV�,�G#S)#q���׿8O%�T<'�u���
��5ݳ��S5�0�f;��t
�}�t	B	{B݈.m,],C�x�]J�臢C������&c,��\<2�fq����/����v���\L�X��
GEQ���ԧ�S}��bE���߯�~(�Q��sl˸�;[5�|�i{҂�/�@:����>3;�q͖W���s�:>m' ���t���½IY�ԣ����%�#m��\W��6/9S�$���v��8i��ukt�X]��������T�K����L��Ե|C�_��u/�ӯ۵��I<!�$dHaΨ���x�
��G�(:@�}�`�p@���H��Y�T1b�ν�{/c����s�;�<`�(a��v������'=��^�D��f�J��Շu����h�Ȏ�;؛��H%�a�~��}rr
\5:7"����q��H�0�֚�\��d�]�����zxu��G���
>7��Z�|�;��Z�Y_�m�ҳ�9�=�����[�Ԉ�w��?+#5���'h�,sM���j*��?�;
�FtB�=���wP*�Y��ل)(W�Ȑ%^���O؂�Gi��(
im|J�=�0m�����m/b�v�D��(�vR3�w{¼h'�wb�������j����;�v�q���5���T��r�R��Yna(�$�d{�پQ���%Ռ���iџ��7��I�l����0�G_d�e��>GS�O^�ƃS��i4��X��c��)�f��^?�j)�8-�=kQV����f�K��+6���@��|���K���϶C���UE|RE������ŅR�������Q�?K�f9�ˮA�S�e�(NM*�8��`I�%���ѦE����rm?~��Pj�
l�� ��6\�¹�s�Pg(">(�z>�n=�HI_�X&�{[EQ �wz�(�� A$B���?��+7��(<&m
����)��;)A�H���L&� P�F�;ȴxxE��G&�߀z���8�8n�$#V8-��I��Ο�n37�Z�u	������R��l�K��r85���	�B�.���ek�N���X�"��1^j�
��Tk�=��ZB۴� ^$HS����Jȟ��|�b$XP�X���B]W��e��
��(;�٩��|/bˈ�����p��C�D���P. _�>\��ܬ�t�|���p]���nH@B�pk�QG�}սMV�w��F�X��򫁆�Q�E�p�(B�cN�x�e�j�:�o�7��G�[��������Gx���:�������_���p!�S-%ݩX8��7X�!/��myx���(c/�6b�v4��"�c�&m#s�/ц�^��<Kl���t߈R�ٵ�L��#>���3|�����r��O�y������C?JB�9z#y�Xy�9�-X�ۛN�������#�H����$��yV�P�(Q�Ew�Թ2CA�7DP�>�>X� �g+��5-σ�a�Z��,�2�r��`K��tX��$����X��?9<^+�H�e~�':�q�ל�����m<��0��fl��g	���۠����$���0-�`�V's*#8P�����_�u[x�D�qZvjG_q����[OXS��㉅[��/���d�3�1(yB>�[�e'V���*]v�%��"���?R=�'�)l��@(�.F�k��O;
�] De�Q��o)��%�Z�n����祥et��=��6��o}�W��l���	������8����/����z�p��93�{m-��	��ZB���%p頹�T�+V��إ���Z�A�y�,�ْ&�*qOL4:����4���)E�o3��<��O�-p7�R��f�H4"�xʘq�e@�%���7"����bOh�h��qߴ�l�r~�.�D�µk�̇�N�Y%j�L��(U��}��]ei�~��
38i|HT
��� I-c�3�d���W/��١b����C��KdВ��Y)�i���_`ق�
�+�M>�7����tz�3�T	R�J!�"3��%71Ss�S[nB����&�ǡP�8䏝P�`�bn0��b��hN���Kԙ�n�Yz�8�)Wid�� �T
Ma]���db�٦t͕ii�<��MI�� �Q�~�x��w��!
Aԗ)5�@�5.��>�&�0̤�pp����`�!������rA�x�*�
���?a�˚��dB�^S������Z��=Y�6�F�)L��1�9u�v�`z�߷��\�R�ȝYkJM+-���l��(5f�$��x�w�'۷��d_[ӎ��)+S�)^��`�,�k�#d'(��Y�z�NY��Q��m_���Q�	+��*Bb-^7Jax�bOcu�@�v@��ڄ��囪�񒜺זt��-���p�4��I�gO6�H�E^�*����i��5����\�H]���C90��%�6��<�s���C��"�m��$+^���$��w��9���Ho�.��Fi����,���p��R	<����n�)�?�)Rd���o~"-h�j1'�0��e%9Ξ<��3;���w�U/��' ^��x�@�5Ե"��XMr�M<g2�������EAV>y����C�����>J8��G�5a#�CZ���~nS�l	jD��	8iPe�޺��c��dB�k��8�Z�)��J���[��I�&�&�ن�^$��U
�)U���d�� 
��[�k
j��/˭2��V	<B�H��e~
s���ݙ�Jd*a�4A�g~-��,�(J��T���2U�D@>�T_��_�A!8��?W�<Y�1�#3�7>���Z��9�e(����b��|��rڵ�s�݋J��\$��nM���K��eI�������(�B��F�R
�(z�)��L%P�x(�R������s46�E�aHZ~G�Տ�3_�zя�T�<P�����4rl��(��_�3T�$%����f���[ط�fI	W�S�J�Ŕz���%Hu�Bя"�;%yF�9��K�`�=�������F��H�Z&��������wߖ4MӬM��I�&i��i��i��ҍ��n�RJ�e-��X� �7�A�� _E�qE�/�W�2��(�3�:B���4��|�����w߹�s��{�K	ɱ������|n\�E�^>W^�(�k�*�;����m"i�q�xI�-1�=�_4���[TTb�>�.��h�k���8M�M�H���c�E5��W��X�686�WN�$�.�`��<Q�^����W<<?���Ɣ7^Hr��6�I�Ӆe�|�u�YȧR��٣cIF����=�^D��t��B�E�*nȬ"E,-��vDŽ�% =�ʚ`5�U��5�Q�.����\�0�����bS�/cn>9z𷥫�9�<�����dm��u��������٠�eC!�b�F	���Dv��{(�&|$�Ⱥ�ryUg��k�R�V�\	�SJ��7R���V���2�כj��_\�8����pǛ���2:��^"�1�M��7��c���w�,z��VLsU�}�\��Zm6B��t�%��	�C{WXI���0�s�8^�Vp�졞�W�{���	o\�&*~lYɬx�A�T����es���H�ޕ����.�61��{W�H��H�͒�m�kF�5�-79^���L��Fz�fƬm��7��;���Ɏ�K�xn���
���X
����D��!��.��vIȰF{�s/(]�5>?�XT�n��1��w�˜��G�=�����r�`�����(7j���4'K��U���:���#!
"ѯұRm#2�0H�;{D�Z�rk#B�2�A
UG9S�E��h���N��*w�|H���6��j���%~�(�[���L'=��H&�������o~�,!?�{����f�Ŵ�	�_��x3$D*�
4��	'H_�	6GnP��$��&#)����9i���qઋ�s�G��
Z�*I'��R�侓�J;����H�$��|S��\JDŽ:S&d�[2|�����Z�R�&hA�۵���v�?B{M���1EFל{���J����ȋ�1д�֚ŭ�D�"1�~kT����qخ�:M��$���$�LC�E4�,�T(A��v���Nb@Ħ<��_H�K�~`���V�Fm.�J���:�z�֘�Ԙ�I@��JW������0#�����F6��q�A��K��;�E��/��5ܻ-MyO� �_�<��7q�&"�׋��$�߻�ܕ�%��Qr����k�G#o�0qU��d�ޒ��	3�e��Z��,�Ht+��쎤�$��wO�,�U��)�wh%��*E��|�c���Ǣ��?Hbb&�ɒ� 2[���I�	�n�R#����t���<@oF�6�V.3@;�s�{qv�/	����?)�D�>Z�a�s�6'��jڼ����j��x�b<|� ��I
ó�9���m�*��xV���S<+H�]���{�Sf�p?&�5�� ��������Ƭ�w�6�Ja�)�f�i�ztbQ�͜S��a��J��|C'&��k~%�����@}��J��]q�7g��U�b_�ο���K�O�[��ymE���-ɀNˈ�5{�f�Dnu�#�S{_�aE��u����B�\�0]XL������bzȏz�臐?�
FF�����|�a�1�#��ÚD���!S��H3����`�_��!\?ҿ��P�4	k��0]��.��ݼ;>Hۺ�����c^ׅ��	�j�!|��V<;�o���C��_����<����"0����)\H�x.�m�c�I3�T|w��Y�sp�;n�������}�q����������)|"6�/��nɅ&B��G��M��U�y�'��\ډ�A�B�W��,GH.��:,C,����{�<M����<-��J�	���<OS�9�>���� ��yZ%��M�^��yK��:�FF�v;Ѱ��ն��`<�g��c�#����q�Ta.��yMbd���n<竄v�����x)�����q��yw|�<�S��|w�r��ݝ��X�R����a��úU%��>�xΧ
�0�{񜏻M�ڂ�:q�#���A΍��(�j���!��u����_`]�;߆څu��O7����^Q�ᨮ�
Օ���B���.�K����N7a�nt�T��A�y���b:���N7a:����t�����n�z�-�=�9�	����6=�K����u)�����A�օ�ݼ;>ւ�0[�{�N��M����a=�������a�mzx>$7��ټn!�!=>���py��I��Saz��� :E,��/l6)��._��IY.Ԥ,��u��0<e`�?�SF���xB�v'�}A<!}�Og�)x
%=���ZC!.�����x
uC�o����"�%�ϙ��a.1,�.�3�0|+���s2Oh/�cT�\���|�
n�4��<�cy˜��1�ŷ���9�*����2�h*�A� K���l�2�dَ��2x*�gxʈ3w��COh\w���םx:�x�,��~h�y\2��*$K�
[=�%��h*�e� �.�nbh�],�sD(w�wE�8?Ƽ� o���I!ʚy�D1։"�ơ���='	i����B�¼���}B��M%1���� hK�� �y'��j:d�w��0�A91��v"��=��Nv�ժN+�_��]�H�E��"�䖉ƨө�kA���ĥ���24�z���A]xG�`Z5�C!y%&�"����~v�ǘ��lk���l���9wv�&s�d59���.%˚���h�2�H���R��ݷߣ�dQMY���mDFj#r�mP� �F�R˰����"�.�wD��(ͬ�)t������^���k:�y3���͘���i��X��8P�7��t��h��<~Z�':�+CE����|u�W{лs�(߹��Jh�.
�A<��H�\K��8`���fR��,�����q�q`7w�#���J�HXJ�\f|��R�Go���er7�����}~L��@/M��>Q���=hA�"!��R�M�.��ژ���-w���i:�C(�K�$����s.�g͏�%@�0����wr��ȿU��嶇}�q���h���>��L��LA؁�wp��l���G�`�i�K����ш�w���=D@�Y�SFfo8��NMKY5��AJ-��b�0�Ӷ2^%�Y�o���
�@��vsg������S�4���J��� >ħ!L~�8B%C_)�j�R%��<�u�~�urcw2x�-�^=0l�n�7�4�;�ˍ׍�^D�.�����)p�x���y�N!dpN��9�ʃA�y���5�Տ����>ph��7o^�h�(!�
���m�
�1���µ�Tt�/"��Xʼ矆�ÑV��nT�r������Y�y��CG��b���K�����������#Ԁ��B[~��Ϯ���z��m��i[�lک/���X�ˮ���L�1�@��{�XԱ�
=���>4Ȍ�!ZO�=��yҦ]�0>�M=s�f�9�_��ɵc�y��٧�w>{¼�,gV�ܞg�_��5��Օ{�����}/�xNONf�{?����:j?�6��,y�s�����N�����A��lK�e������Km�8*�V��,�U��f(�	��Δ�*��-����VpN	�?���'�u»�!Y����z�(7���)�}�wZ��Z��ɹ�A��_F��uʍh�p�x����H_��=���8�^����z�E9ER�؋��H$d/��D��1��37�ᐋx�b�P�OpiBoY�oZ_Ǧ]I�6[�Sb�D�#�@Vl�R�o��7��]3��/,<?n���,g���Ky��D'�@�`�"P�"�_�RR)<��rv��N�x	^�,Nd�J�;��m6�ˀ^�̲,�;p(%B.S�T�c�$��=�(ޗ��2�wQ%T{�H�k�L�P�dZ�ND�Ǩp_��MCn���P�z��	�(��Z�+m���2�1�,')ܓ�;yQ_���TI��)1yt�/'J\
�9���?���%��ː���"�H#�6�J�5���!R��|�+P�C4؇≐ �m�yƒ�=��T�P��M�ʕ�
3F/\�j���Q`v���bө�#�j_?�(J|2B]9ϓ�s�̚uS=��*�^o��Y���Y(��!��.cH��:�0X���,8�͵���9'�@=�s0j��G����|�4�X�#�Ӣ��	a�8�א�,jw����B7�ht{zE�;���qǶG����� ͖Q��M�$&[��*|��}���R8�;o٤�9fKGU۪��~�ç��䦸�^eN�.ݕl�
�`� �{�H�):�M��=\�.��L��j�j������*T�yj��W��������Z`Jw�$���H��YѬ��N�}?zj<�8�,5��Q�pz��%��?�g�ި<&bhZ�;2Dy,�ǭqk,��ʕM�N.�t�_l����-���b[M�"�`��Qy4�s�l<H6Q�n�ݦMX�;���R�JD���|��I�q�24۵�3�c�v�o{�Ζ�n<=k�ϙ�9����^m�8��-p���p���4�DBu��H޶�ޖ�b�2�5�
�<>����2��@�Pc�83$4���	1I�Q�+9����������:j��]2�0��=�]�Nxs"�Z,�E1YC>�:��2{b����T'EےʗUpAg�����~r�\Dmho=��	��$r*܅�J�^ۊ������\a�r�	��H΂��,�5�n�Gm
��� l?z�z8����݋�]_ N���m��m��E��6��P��z2tC�#��|���!�@��4�����g ��@��^��M��A����=؆�1�O�&?!L����E�&T*��8Q���g|�b��-���R}p����*�n�[�gSZMq#�F���B�Qn|Y<�wRiha�$�k[d�,�h��*ҳ,���;���6��M��W#w��6��; n��yT�/��>C��t��k�:�J�TZ��r�Xv�]N����J��&ϖ;�5cͰLP{��}y�{R�X4�L+͚����"�7�l���s���.[Z�}9�� p�q��@�Qh^a��rD��)�*X5{��;Im���z��S�#�rjr1�[K$�\�����)�Y$��ѐ��>s
1�0
������@2>�ɹ돻"����q�:[V�]�g�H���T�-/U�ɩ�_w:*�74<��675�!�]��	s<Oji��xg/�8�DH����GI���r#�S�a��V(�4'���1�ؿ�M.���5˛1&�ttգ늗����+57�̾��R�Sg�X�쉖q�s�t�u1F�Q��ӸGg,^�i�p���Hh��\.�D��bB�w����,Ũ��PNb�2�	�h�z����^�	��j�4����[d%=�p�Cܫ
6V)�(Sbۓ@6$�@y���@G��f��+%�ヤ��J��/Z�}־KT��#*�s9����x{��8�0w�w��&ї�sD
��1@c��Yl�� bL���\Bx�{C~j䭂Jx�?a���@�PJ���6Z�������t��X����E��
*��cA���&[�g�c���A�;����C��|a�������Å͹J�DS�/p�=�kL�9�ۯ�I�VT@*!E
��qQ=� ĦP�O�;T)e�DE„{x�S"�\P��w�Z��tKC�>���>}j{)E��Q��g�A�����PT���̱��V�?���K(�[Y]w+{��Q7w�'_]��E�#��cTcL8�A���I�կ�b�(�������wBK�Wp��O�x�{7��N@�B!���
�7��;!�w��w��<�%�-/6K�s8nq��s�M�]2�D���9Ǯ/g�����>#�ӓ��r���x���N2����\J|�?¹�~
m����2Yd��L�)�5�ئ�E�\�``�=�
7��%9�����~k/)3k�O~�i�ޚ5����V�f��V���Ҫ-e�ϫ���#r[���/�Y��������fU��M4r��L���$�6�.a!F�,�Iin����VS-���Οۙa��m'���
�>�§=�V�ʜ�u�m�Z�V��j��ԩ��,۝����v�7�45mT�:��,u�OCD���'?��|���O�*.�eVf���23=�GN۴q���T�5{e�)�%��g�:�_)���c�Y�]N��WF�i��%��$7����\N!mM!r�@�R�}/)�!�Q�	 x$j�څ?k�Mvg��4>�b֣������s���ي�߭.��ǥ�+[_|�W������'z�S�}�/o f͘��4jj�]��Ěb�$��
!��u�b��C$���&�V��R�J���Q��j�;��‡���8u"<Q?!�8��dTz�F ���.r%S�Dn���d��ӕ�RZ��Z�3mR߄��"ɖ^`�'1�n�9���q䚛U��4c�=��'O���>�`�c��Y7n_I�tszA錙�俗��y�9I��B��כsܴ&3%4�LFE˥��߾��i}��i?�'�Q�����(�e��P
f�H��™���ӿ~e=E��w�AS=z�ŵ�[ܔ�X39u��K�$�/�lJ�8s�����c�	6dN0�����2֨\�d˳���c=�K��
Cjrf�U�?&��-�?K[�+�(;T�2ů���P��T,&AhhbI~9{��M��������EA��c`I��<�p!��gSc1�
Q\9}���'���A0�P�4�8��+��������r�M��,��Q
+�mY��P���ie$HP��d�/������Ǿ�2�V�3m;UV��� �B6ٞ�;�L�Ӏ���>T���/�=ΚU�)5�5�f�IW��n\E{��N=D�/�kp7й����KN
|�~ϼ�-��n����°�z��@,�x����<�|$�Y)����>*�u��FY�s���G5p=_̼CXἋ�K3$�S��=SA���sCtW'���*�
�<u��2v��U-��{���jO�bߦ��()�jO{]�JU�?��8^��^�1_��d7Pbꁞd �I��{��^���}Wv߱E��捻Fe�&!Y���$�5���4�e:���K,�Y4�A���^�O��pg/q^Q�u����ZV����]��)�HL4����O��k���v��_�Ud����A)�j�&U�y_�Jȯ�vJ9����A[��a�;��.�9��e�l?�a�s���8�u��~D�	�q��i���Ӊ�	qIQ87Tp"M�w�A�9���=2��2��`{iX���BO�	7:/BK=ˤ�3�6���К~S��8�}�~+���/+^o���-���8���G�O��0[딾����i
ɶ������"_i��єbk�&L�io��xk]{]+�[��%e���|�l��W3��?F��
5�����FFն
K���Q𫞆74
5{�;=�Ҙ��p0wZ*�[�K�;N��cǔ�7~sD�梵	��[��G�5���V���Kx����Ts�LG��H��c^k4�|�u�G.���;7d�����P9*\�s���g]��qɣ��'��v�{k�KGU7g�q�	y�jNN�^o֖���3��߸�/<^��p]��J�c��.���2qк��:9҈��$�L4�(�"���C��k@��u˛�K+rk�!�IG�N|��qK�7�϶]���rҾ��.�p	�5����e��pڙB�D�#CR4��
]�_����3{�&�����TR'א�ʩ@�m�|ý�}��/���$Ze�v�xF
��]�5�	������N�m�#$���"�4��㗱����E2��pf�#�!!��\xc18�����{�c�σ�	�<vs�X_�N�|	�`�V�V
P�Qf�-ά"{�(
�.. "$z�xp!�����Ir�q��js�'ka��Q��	�<X�\��Mq8;K'-)QVpRNK�H�'/��E�͘Rŭ"��
n�)K�)�9=-�� �_����?�{t<���PEJL�x4�U�d�
�e�(T���7E��ṩp5z���w������ܥ�{�V/,��3��1]M��Z�쨾���#�m]���NM^suT���������� }�Y\��74�[5}
�=9�ϭVN��`M�"˯���{�m�';��,J&�2�=z5���
֘s���⁏{a�v���;�7>
%K�ߤgN1�s��m�w��?��ӹ��liV�џ�+�J�f����3�Srˣ���.�i�^�T�b�$�9n����q�h�HI�D��MM�[��t�?E)�F
�qe@���PS��	��Ě�6���j�!����$>?#�8�m,�J�����lO��';JZV�8�n�!�}>�.���J�޿��(?�*x�>m���,�
���ߒ���om�?�9��,�e�����Һ��y�/���7V�C��K������c@:w���)V��5dc�V��Q��!?cr�B�bk��6�P�+�	���F�#���P�@	Ɨ���
_X�+��oX�g�
(��F^Es�����!�{e�#r����!�'�"7…�
��_A�B��?¿�Q�_��i.����p�~������n��O�O�s�%>�¿��\�`���x�F��8��{>�¿���a{!��&ГC8`{!�¯�	�N!n¿�y����݋��o!�B��x�xX�!���p!��o
��_!\����[|;�!���c� |P��a`;�qw�	�g)�������_!&M��;���@��a��q^6��Ա?�T�-�C4q�D����BAh�i�H$��T
�!�QD\{;�Nb.�C��
��>�ܟ�u����ٳ�����11ҥ55�y󪫫�'ѩD&2�����5��QuXr�P.x�ָ5�
d���=hɣ�U�ts��0�'��+�K~ӷP���&��p74�����x�� [�иw��]�> ��&_��@q��
��+�JJ�b�|�y�L���,�-�|��i�E]�M%I�)k��| #�f��f�5kM7H���������r��M��mڸ��ot��@�]�Z���t �������h�o��9mm�g��͡d ���g���.P�՜ ȪэY~�8"���t$���G�����[�H:)&��zfN��S��O �dew���������;-z�cP,<��E���F(�KA���r���	K���G�h�^�xrs��s�#utK˫�5�T�P��-.�֌�NS�S/4�+��),��,������{gn��K>����̫�.��v(�/�_���cM!^+�F�.�d��ݐ�Ir�&!���埿XJ�@@k]��8 �/�H_��76*V"WG�)i�=������9j�%�a�F
y����"�ʙ&����t��.yނ4u��.d߁��KT��k�JE�Z
������(�#z?��9�%Uf����A(����G�	4����#�F��0B8@�2�>	
e)���gd����ⵘ�3�y��YM��j�Rc���}��)���*r�}	�l/��3�䗩�k��h ���R%���sZ���s�/<�xR��@���V�}a�m��P���_I�蝛��OJ���<�F_�&͜��>�æ5NLΨ��Q��ɒ�56��Rt�
})�4�.H�A�V�ߦ��A�=nx�Ќ@�eSy��i��N�2T�&Ȳ�<rt�B| ��7 
�(s�]�K���wp�;�:/�("Ų�F�6.ISl��T=Nv'i�-��*%+^!�7*�^�!�4.���t��N5kӍII��Z�ʘFt�?�s�\k��d?�T0���
��Q�_� �3�!ZK�&[}SsEO�qeZ3l�|�aacfirJ�͚���4%5}r�M�g�YAi�<�&F�MN[ףU�UN�y��4�Ş�+��%�Q+�r)����D�Ɔ��["�
��@�j����]�no�\⵪�vvMjGe�ˀV�V�#�B����>�1qw�yn�>C�Ĺ�o(x$���F�P��>� ԧ�j�9:kA�"ا��}Z�K��I
4RZ��U1�X�#*瞳�x��?Is�q��B�5Vԏ.��/U�\&�����$�bE3YqY��F�@��A�.C}�}�E�$
�-~�E���)wUt�	#vP]<����NαX��u�ŵ��δ�����;�j�gO7�0��fUudɴJcF�9����43w�GR}�y��3p9�&����E�Z\`�v4y��@Bv�ޘct�Ҏ挩�E��Q�ԕ����m����ݧrr�-pB��|]*�+��?�C�6n�_z�T����5j����G~���� �ȋ�:۰�~v��m��S�`�衶1�`���!�������.���L�K8�SA�x�uB#�����0
|����0*Fh+o�N1���b�i(ÄѠ���ё=�b��\�1�_���CB�����|��ٚX�U�Q�<"��t��7~7�M��y�==s��针SI�s
��AQTN���R��ե<��-�)̱��YR6��-5��Uޛ��BZY5��
d���5L����LD�E�K�z�������!�5&1)d��9�h\�d�HM�&@D�@:�fͨ���QU'���M`���O�e���ڿ�k�&<��M��J~T��UO�ײ�o貀&���Q�D����JH�+��tG��I��F��n~s
�^�UL�O�.�=���S"�uᆼc�M[׳�p]9��]c*A���Z��E�UF�1�׶����8�[Y��������%Q�穆�屴YhJ��p�g���Zsl,��W���O�<j�M
����N�G���(��N5H�y���s@��A�������1r9�h��5���{	-�ѭ���G����� �Fn������Z�>V�k ÿ>u����v�����5y�9�;��4'�Z
��-�a̽�������Qi��6bl{Ϧ?�0W�(�藲	!�J�dZK ���x��7!X����**]��<v}9�Cz����,�?��'��P�B�<N���HFpr.���S�Q1
,
�?
�%��ۜ:,�Ӭ��9���f��_��H�P
J�VTxP�V�����~+��z�����H���
�
����r�gɎI�J"�=��@6c��uoMI�h�9����w�Iq\L�g���py��czP�'�����x;�棰6+��#��4�L
���ʁ"�����
��y!`;Z�b�\�+|작���B���v�	��}~�r$m�1���@Y�d�� Y�<�ap(�֡~׉�pN!Ό���y�9&pN
��"��c>�x��|�I�p�סH?u�V���F�b�<ֻ1���1���8�,�ԁf�=%�b�z�d��3������	����
���V���EtƇ��Cs
�������\��w�p�0����'��PA+��H���%=IlO���xS��ӣP�=�4��V(��V?=�y��y�<��@ x���Y��-X^�o��t����MrN�}��bnM���ן����=΢�5r��zTڸ�,])��ײ���I�~Vl�D�K���uGv,����攪��[�nϪJ�nڞ	�Ίɡ�@8[=,/�4�����P.�^;��������~w�*�钞T���83DV��� ���P��H��	���/<�'��Y���W-�g22uֱۦ�[$����M������������HǬ{���u{$5aC��emɶ�ʼnq�K�Z��z�|ɬ<~zA�)Da�k�X-���P����T(�`��!��U�A�A���%��8��;m�����+���7�#���s��75fN�w�1��	P����K�Z��f��.ʨ����ԶD���ꩳL֩��ڌ�/nŢL�r���x��f��3��ê;�0���;���jӾ�nm�B�F�Y9�@Y�ˬ��C�6dl,�a{���P!���D�^���H?���p�Zy�Ε��|_��ԉ�r�9%=�IMۃ��qc:B�#�R!�ԑ)�*�U��ܒ;I��nj�F�KH�x�Ӥ��N�χ��ua�!8���Q.���w� p"p��y���4k��ԘT;�=�\�P)~.��&�w#ڙOM�j���V��KU����b����PbP��R��q�����c���L鱵ͤ�v!^}�w����$���f�'��O��RPJh�2R��M̀&4r�q�D	�.�1&B;L�8D:J!Ґ:ݼ�'���N��"4��
�Bi�]\��_f_^8o�ϯ��qO\�]����rѨ�'>��P`����ǩ�?��Î�%3f����Gr�C�9�[�q�|rf�{���;ia��y)���
�������O�<s��c���������{5i���0oH	�>0�t�6;�v	��P�?�/�)�p�3
*��t\:}��E�Sl�K�,Ջ�*�BC�#WQsq�U��tŽ�vIJ@��&�5�:��[�	��a�S�"o�*�~���!|��T�1�]@�Rj�6�Qbܮ/\����m�i��<����`��f��L4�
��%�����*�����C���w���y
n7��k���[w��0~��e@9��s�e�������/A����8�L��R�,���s�|@�J�[�(��,������[l*�Ke1oc>�`>��˼��|Q�-��*>���l3�5�w!�/����>�N�9��"L߶P�%���w?�B8���&h����x�(������ۂ�ɸ���[�𱗦��ryfn?>=��4#v¤���m�����5�bը�MϷ���К��n��-Z��7e���e���G�P�M�RBJ��:BL(Jh�����ː�)��LW�ƙ^x�4�x�����?��6��>:7����$�tzI�\,��^@��J
4	���W����Y۾i�'_�E�U_�+����]��VP>��-�_\۰���=n��~��
��B>�)�*�\N�E�*�C��E����-"��$AJ��U��n�b�3c�M�U~67�2�u[vo��y緍{w?Q�����@��6��Ʀ�1�sB��Z�xnT�k}3����l�2�g�k�����&�,�T�"�N�^�B(�*N!3�Dˬ|P;��II���a��ZNFe�,��2;W�˿��<�
���|߷aa�nt�	��4���A9	�*���"V#��{�S�/ja�5�0q*�
������oij�ю�{k��-\l�}������c���s*w^�vhlZ���۞9�;&������]f$M�M���-P��1�;��rz��23��	���I�2�)M�[L��LLVX��ܙ$魯MMkZQ���}��xE��:��)�ĉK*g�3W�9ޝ۔k(-͛VA�*�W�sy��?z�,�4=F�C�����jGӾ{ʞ}j����,-�_ؖ��ЦVfy?[�v9�[N	b�Q�x��dp��:�2(�m���[R�GHx!:!�D&<��,ql
M��LOB�
mx	5>�y(�$dV`�����Z����:�t'�d-����Nly�>g��h���c;��M/8�2��{���i��yfy�yBw٢���[��O7Z�oj�ߵ��SoK����h��R�s��oIrimzuƘiX�V8F%���P�pvFISR
"[?lv�>�
w�-�sq�(U�T
���Sl����3˯'��_�������k^�.wt���T�$���L~Wn�W_�PGB��^���Y��yx�=����x���_|�昴�,E�#���g�N��4���A�^3�O�H>�H�N�������#L�@�0iaɦ�!;�Ft׶���\��7�c����itV�y��-YMe96Ua�{B�'I�s����
ع/��Շj�K^\u���7��X���#/�/�U{��C�{��g-3����OƳ?E�������s�p�4�_i�|�����yF����^Ͽ��w�f�v����u�J���n��j�~#~�-�7|ނ�/��~;��X�+��d1ݮd�-��@M����,�;�Z�OI������U�P�������4trp���g�Z66�s��?�����+�W�
&|�|�5����5�!��>d�x��TAoE~k;i�4�De	�U�v�P\!%-�,�%Q�c�d=�z����@\����8q�/ q����ql'������{���{��D9ET�N鷀#ڈ>
�B[Q3�*��F���^��J%�u���u����ߦ{�7o����ޤ�k�o�g�,�;�g����v�w��P�6��+��8����+�I�e�Uz��ѣ�]�kt?�'�u���A���]��mzT�6�
ک��&U�x����|���~
x;���o�w��/��iFiJiH��S���N����`�(:&������s���&X��+���9xZ:�:�1�ń���Јw
��20�就�7!�
=7�Y�ӡ����8*��\�܊��9W''nh
+v�΍�A��j7����Sc�L���ٺ���#x��.x�� %�o;�&�5�ӑ��q2�xx�5�jR|=ܛ�s��\+LO�F��l�z��>��s��Q�t��;���*��+��ҩ*�6�`tS�7֩�.�wP ����%�k�|q�T-*@��?���a��n�{�l�Ϣ�Fs��xu��9*�`ۄպpn�S/eH[!�+d�F�x-̙hsy�'b$g��D�Rm�*T"t.�p��6���Yp~���f��Q������C�75�q����Lu��N>���2�FT�-��PV��8Q���ef������
��PP������A��d��e7O��W�w��l�!�"ߏh��t�}X��ruD3���.�a��„��Ya��o�$�x�GYY��0d|��t#����Zy9|�tN�(}�	a��;�]���
�.v.���bI�j�E����p�&��QZ�V�c��+�ׂ�7ĘGk�*2�~T�x�C)�%Z��؜��,���6%
c�'�C���-/wK�]1%{�^,�,�r���:�}�����:|%�;�1m�;[�ŦH�V�rI����#����x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜy�\ŝ��{Uݭ�ʲB����juW�Q�}]ݰ
C
��%���5
��c#s	6�1�F�`:X��*��հ,����1��1�0װ�Y�%Dk���R���cb����|���|�2?��/3_5��8�B��N����qB�a��8����ӟqj�>}��ΪK���:�;A�t�w<�������Y��3�?�&���='������(�r�o�������;K�O迬zK�uϺi��﬇�E�?/߳|���^�Y~x��Q?X���@�z�K�__���;ˏ
��:�.C�1��b����`Cjfp��y�����i��ϣ�4�u�+�_��{p��}�v�|up��o~W�G�?�lG_|��ໃsF
�-A�6t�Њ�q��Pn���5t��9��C�]��0t��gQ_�f�˨[����shv�Ծ���F���QO��Я�^�zu������9�~�B�BKC�D
�FC���T!T����Z�� �>�uI���U��n
}-t'�{C�B��������:�v��~�E�ר�B���D�:6�|/^<�l���pd8�-3\n�f�W
3�k��
3Û�/f>��4�u�+(���ݨ*���n��(���Aԣ*�@i�����
�5|D�e��l�-Ի*��
ѹb!J���4ԙ*+P��	TN��\�R9�]�u�
��b���(��/��Qa~WܢrJ��b'jV��^�O�!��{�!ԷT��O��=�W*/�^U9�+�3j�8Y��%FQ�*�(Q1R@�T`cd�ʹ(2rj�
��\�r9�*��P7�|
%jF�E�R���=*�Q��GP�U���4��<{�F^Ry%�F�As�Q�U�]������
����l4�*�����*��]�Z�u��T.E���/����ߨ���Q�7
��o�F��(����Q���7*�F�o�
����Q���a���0���_���/a���pK���/a������_X���/,���a���0��gU�/,���a���0���_���/a�����ß���E�_�"�/�������_D�E�/"�"����W������_D�E�/"�"������E�_�"�/��*������E�_�"�/�7c�o�������T�oL���ߘ���1�7c�o������m�t��7&�ƶ�����QbolJ��F��12Ә�{%�ƾ�{c?C���#(�7F�{c���8�|\썓�����(�7>�{�9��o���8�l\썟�{�Pbo��6.�ƯA���[Pbo��6.��gQbo|J썓�����Pbo�I���J썿�{�d�q�7a�3!�&���ypB�M����D
%�&j(�7�%�&ȍbob=J�M\�{W����M(�7A��{�PbobJ�M���{�Qbo�:!�&X�L����Pbo�l:!�&�5)�&���$�I�7B��I2�؛,����J�M�k'���:�؛܄R웄�I�7�%�&�oR�M�ߤ����I�7	��o�&��$�M��I���GP�o�&��$�M��(�E�_���/
Q�������_T�E[(���Q�%�E�^��{Q�^T�EE^��B]T�EgU���(�.*�ĺ����".J����(�.*�ĺ������k1X������Z�bb-k1�k�vL�ňp1q#���Y�g1Q�*&�ba1�����DX�b",a1����AX�'�_Ĉk��b���*&�bpWq����8\��U��x,N4��������ES��)Mq����h�CS\4š).���Mqh���84�ES��)Mq����h�CS\4š)�r��894.���ЄHJ�C")AM��94!��ЄHJ�C")AM�P�f	�YBL%�f	1� �%�T�h�S	�YB\%�*!��(E��,!�D���J��+A4K���,!�D���J��+I��",	aI����KBXR�%!,)’D���Y�h�gI�YR�%ף�Y�h�gI�YR�%a-)֒��kIXK��$�%�Z֒b-y%֒��T4K͒".I4K*�%�.)�P�u)�K��ԥD]*�R4K�Rb/E4K���,%�R�)�K�����_
�R�/�%�R�)�K�����_
�R�/)񗂿��K�_J�����RD��(L�R�0M4K��4�,-
�D��(L�Ң0M4K��t%
�0�i�K��4���_���/
i񗆿��K�_Z��gQ�/
i񗆿��K�_Z���/-���i�K��4�����d�_�2�/񗁿���_F�e�/#�2��ˈ��z���_F�e�/#�2��ˈ��e�_�2�/�9��ˈ��e�_�2�/񗁿����_V�e�/+��!����_V�������_V�e�/+���Y�ˊ�,�e�_v+J�e�/+���Y�ˊ�,�e�_���/Y񗅿���A��,�e�_���/9񗃿���_N���/'�r��J���/'�r�9�ˉ����_�r�/9񗃿���͢�_�r�/9񗃿���_N���/'�r�9�ˉ��N^���//���y�ˋ�<���_���/y񗇿��˯G��<���_���/y񗇿����_^���//�����(񗇿����_^���//���y�+����_�
�B����_�
��W����+�_A�� �
�W��(�W����+�_A�� �
�W�+����_�
�p%�
�W�+��"��_���E�W����+�_Q�[(�W����+�_Q��(���WE�+��"��_���8�E�+��"��_���E�W����+�_Q��(�z�$�J�W%�+�����_	�J�%�W����+�_I��֣�_	�J�%�W����+�_I���$�J�W%�+���a��+�_I���$�J�W%�+�����_���e�W��_���� ��_���e�W����+�_Y���,��[Q�e�W����+�_Y���,���We�+��2���_�J���,���W����
�U�_�*��W������P��W�����l�\\�lE�U��|�rKE�U���VDXe_���qU�V�'+�����W+b��v彪S9�Eե�OV�Ku�:YMUEI�VmWWV�FuM�����^R��zUUTo�~�zgU�_�U�����9��>R=\�LWP�I�U�o�����7���걚W[P�\֖�Ψ�j��Z����j���LmU�f���vQmSMsT�|�K��5�L�뵻k;j������ڃ���Gkߨ}����ƽ��#��k�+�F�Ɗ��Ѯ��k�문��:+�F�Ί��Ѯ��k�문��:�Vu�v��[]�^g�V���ٿ���uN���:�Vuy{�S���
�Vuy{��\]�^g'W��������uvruy{��\]�^g'W���9�2�5
N���V
y{�S������UC���Ԫ!oopjՐ�7��5��
�t��*����V
y{�S������UC���Ԫ!oopjՐ�78�j���Z5�pjՐ�78�j������V
y{�S����ɩUS���Ԫ)oorj��pjՔ�7Y�5��MN���&�VMy{�S����ɩUS���Դ)oorj�ܪ©iS���Դ)oorjڔ�795m�ۛ��6��MNM��&��MQ��ԴyD�SӦ�k�_S�5�%�Z��-�k�����_�Z���
���_�Z�-�ׂ���k�_K���%�Z��-�kͪ�_K���%�Z��-�k�����_�Z�-�ׂ�)S�oJ�M�ߔ����)�7S�o
�����M��)��S�7�^�����M��)��S�7%���oJ�M�ߔ�����S�LF��)�̔؛"�L��)�̔؛"�L��)�L[��3m��&ϴ�^;�{m�L[��3m��&ϴ�^�<�{m�L[��3�K۟oC]{k�+m�K[ĵ�.m�&��E\���qm�K[ĵ�.m�&��E\�Jĵ�.m�&��E�4�eZ�M�]�E�4�eZ�M�]�E�4�eZ�M�P"n��2-��.�"n��ʹ��fu3-�Y�L��iV7�"n��ʹ���E��iV7�M?<
k�bm֦��4�M��iX�~u��4k��f��Y4�t���t�D��͈��a36#�f lF��@��f�:n�}��-�R�r;��X����ۆ�2��=,3Xx��~�X�G��5#�z�cy�^j��g���=XnƒƲ��Ѿ������n�Ƿ̭�^O߮�q�4��.w|
��Zp�X��G�Oq_k��>,<��K�|6���l��N���-��"�eܗ��?�S�>|4�+h����kh	��G��%�����ƨ��:���;���}
�X^���}��Ug�����Ε��d�l��vf�o�Q�0��,u.��Qێ��5�IM����T������{wR�Q�܍e��n�^�ZK`��:�`�Y�?�g=>��'̅m�;���Ǵ,�;�f��25ó��+i�D��a��ޏ��3�\B�o�q�����\��l��>A�˰��w��<o����m�����}�R�g7b���jt�.�fi���:{}��K�^��Woa�L�t�c�;��L�~J����-]��O�l���u�7,<��kar�+�1ӓ�jӎ���sL�m}�I�q�Wџ��P��~����ޕ�g���#��|��s�'~���,p�a�}�g,�w�h>��_���`W�����f�{��n��!ڱ��O�N��t|a��;�i�Է:0Ƴ]m�O��}���OQ�����;m� |^]��������Q��ov9����n���Ѯ����y���μی�pߧ|<�jf`�	�w��}t�c���O9��w춟e�\_���1�ձ�\�t��ܵ�����6;n<������G?�� ch��ϻ�����sU��P�L�mx�D��u��v'�/�F�7�su8\h���զ��"*���#x�-�6�wx��]�?4}��݉���֧x��z}�ܗՂ�9�G��M�a�/�g��/ˏ`ǧ�i�ʮ.��w��6�s/��;k��,W��Y��Gnc4��;��(�^\��n�QԱ���߻���aK�i	�.�������6�1x"2��Z�ό��/�(�]M�YH ϺP1o}��iS�,�.�~��6{n����[���x��nF��m�z�q��	��ڟc��}o��cdLk_O���㏊dR�
��,�W<`�wV��1_{?��N��+ɰ6����]��f�O"��?��l�����&k8D����r����Y����s��v�_�}_g�܋T;}c�D�uc����F�ی�Q4x��a5\c�۬\8pEw%��Y��qU�[��b��a����Nt��CԷ<_��������Gg��G�Nm}��^H��Ԧ��\��רS������v�o}҉��>ewv�n�F�N�c�����I�ԛ�p�&�<������v_˷bY�o��vOv��<��v.��`�~H�z�x�� �z�}�̟��]�+K���a��hg=��n�|�������N!��0߷�\���퍾{��"VSv%�?ؽ���Z6w�y�`���д��OA��p���u�?�)nnJ��`����E?zʽ��5�5�6[��5�Ѷ���}��ߊ~�77��|��O�y-�iq�R���t�=��[����ZѶ��pUo��̈���|�]���˨c="-�|>ns��Ӄུ|!w���6o��7�3�[��6������z��ړ}6���}�>�<�kWV�ܚ�=7��Ň���N/���vt���W��w'y����:��|g>~?�x��S<�硁�1&et����\<{�
�S�l�p��2��9
2��y�s6"�N6�=�������m.hR�-�z��sY�0V�6��q���+��]�v{Nu��/��;9�g���]v��|s�wcO3:�z���󬐭?��;�'��.�~m�t"0ay����Q�.�c�c�ۮ+l��Bvy��'�?k���w��kT�Թ�mv�]�}�kߎ���YP�
�����}��p�������`��}^�c�q�l~�������ϥ�'�3�[m,�~�{}��I}�B����RqR�����}��g�����s�4�;}��F���h�o߿C_�[�xWc'�!��L?�}A�S�E�́��>^�}��O;�K��
l�eq�"�a��I~�	��Ɛ�o�����1��޷Mz��^,��2��]�w�z������=k�������X�w�����
2��װ?@}_��k�NL��aˡ�/�6^i�?�8����&��)�y��97���y�5�=�
��z�o7�u�b���"�?Y����Nz�W��5�]�t�6�<vr��6��T�A�9��n��؏�\��
{?�ob���#:�h��g<��';���>������a�0k�cg�}��g�y������N��	�)�2�l���uc�{/�盻+:��2|/��9ή���*��<���L����'���ÓN\}'���Y��\�{7�V�'�YѾ]�/�}�����=�����v���6'���~��]=��3�`w}��#�����N�N:���(���AӟΞn�vlL��~ڵ�c�m���	�}����z=�Ik��4�����{��O�d��o�bQ�y_��K�y��$��\����X��1�;|�;ko������\X�����tO���lN�^�7)h��ͮ��C{/�������?�`������Y���\���4r�G��8;����m��S����R߷o
��>�^�
c2��m�/8G4n�ay�\��c���7]�Y��O��;���^����o?I����]��cw����N;��c����6/յ`?��ڿ�v�)'��n?��o��֒'�7c�+�=�6��q�~�?��w��s&���_�:���z��4������w�����u>�{\?��&_;oq
ڵ�b�	�?���&�]��{��ί��������^ћ��-ϵ�7�7�k�c�[T�^l�gX�@:�g��;oG�S������qN�>.6:���;9�*�L��'x��=��E����G�Ѷr&�t'�&¿�� ��ww3�Ü�[�9�����7t�O-8�k��n��M]��K����>�wa�?�/8�[���Ǻ��|��]�����{_�u�k�q���z��I�j2�;݌Yf|N�[���ޭ,��7�q�س��	�3>�
]��f�N�Z0n�~���}蒮ݞr���N�~z#�o'�+��:63}�'c���suN�����w���7t�e�}{��{�����Io��������mN�絯���~3���,��־������sHo��.dC_�9��+Q&5�wiߞ��c��
�J8�<H.�H�Zڱ�'��E���ص�2�J�`W���yN�;����׿	nm��迵��[kn����4�܉C0�=��gw}�{�N8�>����9�S����}��0u:�~}���!ڞ-g|o�:�-������Xg_�zU�!{��R�*�k���.Fx�G�{YZ�����F֍V�G�Yڻ�������O�N�Dgdf� ���A�wu6��ҟ?��=�!���>�\�^����o񷦘��8+L۲��>k`?E�sF߂���׾������C��{��p"�y�r��g�Υ��9��'���ls
�=�N���R��<��&����;�����y�G�N�������o�s��;������g��;�n��{�{��{�{�sܽ�k�_���=���O�����~߫�gymo�;�O����]�mu_���ms�zwy?s�y�r^+P�;��_x�?
<�` �1��<�a�v:c����`�{)�
ּ��S�)���Y����WWjum�z�w��7x�h\����8W�GkB�*����V:�y?�^p��^�^v�����c��i��j�u���W�����
�D����/+�~����s�ĸ�o��O�繟TT�mR%�RP���UV�w窬Q�@e��F�KT.WQ�뜠{��פ�t�wkؠ�Gz��1�e,�W�����*T���w"��\o�i��e���v��Us�V9�@V-�m
�5��ڷ�w1s+�r�07�5o�Ƿ��j��Y�����\�x|�,k�?*}�+�����w�^K�2�~�\e�O��q�h�㛏_k<��*u��q��>��v:&�.r:�9%��g�sD�ѽE$,t��7g���x�#��Gt7���Sj�F?�k���g��L��7�T��޷������]&b�}�ߋG}q�2zq�|m�ݘm�Z����O�'N���G����)5�����9N�l9}��������w��^��z/�s�xn�1{�+3���̛]s��|�|;�|�|7�|����&�9�C�8gNw4Ym��K=M�L�*�*	�����T�V1o�����U�I��:*�U���5�̗��R��'�~�4�O�À������c�-p�,�xv��y�J�x������ �1�w1�qǜi��k�sb�mm��1��^�b����.��1`������3�c�5���zrQ���/��W&�9��L|���|�Bg�s��Y��H_vnQ��G}b�;��߸�[a�|�	�	�����Ý����~�=�>����Ͼ��nVs_���̧��/&�6W����_&�H�O���*��g���wK���z�9�m�9�2o�ߔ�o���(1��7Ob��o���|��-ɬ��K�}PF������9�մ2������w&Passets/fonts/OpenSans-MediumItalic.woff000064400000244740151213253310014163 0ustar00wOFFI�,PFFTMI����GDEF,�(if�GPOS%@$�Np���GSUB:��B�OS/2W`���[cmap �YD��cvt 8�8I�Gfpgm����Zgasp#glyf#��dT��:�head�66�4�hhea�#$�(hmtxh	�֎��loca0�	ƻ~maxp�  f~name��Epost	(l�ɂprep�`�3)Bk�j�_<������w&P�2��	�yx�c`d`�����s��?���RD�K�Y��v/�Fx�c`a�c����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ��x��XktNW~���/�XLF�B�\:
e!�N/�u�*
�m�%���K].��".
e�`Fݪ�"�u�D1H��u[�Tg�i�<�/>)�������Ͼ|�}����.��sW�8&�Z���p̫�'u*Z���@���~Hp����B=��*�w"�r\=��Y��t�SY���|�Ch�1��":/�1�}���!�2���'��]�����z����7:z����[�E�m�6=����߃�b/2u�	/�_�Q�\�u��l�/��af�X��V�kw���^�	�P�ڪGM[�����W/C�Z�dr_]�n����l�q�Qz[WC>7	TD�����1*��'��[����ڇ~�I�P��jUh�W�M1�U�\�-0+�-���)ڧ����_�\>�.}�9<��9����K�e$�1ASiS��G
�`�v��1.덦�{��{��7��=�T�5_���O#!Ee������L_�"a���ٰʃ�ky��"��s�}�%�����_ԸA?܁���e~(��T4_DB|!>�,��5�3�n׿�F=�����E�#���\�]�,��/S�7rG�;�s�{��@ݬ
��)xQDZ�1bu�8�
$^D�A6������Z���"J�(��wFb�9���-�Md���_Ơ�A�M~�;�Rb��l�F�]?�XN�k�B��\�x���Y���^b�<�)��1w�;�=��^.Q��#��ެ=C���m�����U����o
�;�H�
�T+'�-�9�9�r2���p=�T��m.�+���;��&`���Rr1���\�M���b:�4&o!�g�!��(У�$���^lf��_�z�u����V�k���^n���:M��6��>iџw��+����\�����3���i��د��g���6�x����&<a�,��Xi�y�P��c�F���H�>�5�:�'ڭj��&��h�W�IUt�9�s�O֛�L�I��f���m�{W0ɯ�>ekI K�.�s��|?��|�C����:��,�1��Ͷ@B���F�e�����~�2VC6��M���7s�@T�����{�l�6�F�O��qΰ��1�W�;�!P��X�&�8G^i��5):�6X9�l~�ϛ3j��|E��4��
h��Y�!�R��c'�x���ޏ4=�؞h��+��}�t�,�P��9:�/�r2}&��\��u��{�U�"�+~���e0���ܭ��o��z/����_����5ڵ���O�{�4���̜�H�v��e��3����p���U}z�+d!3��r��wp���駡oٺ[B��$�1�N�g�ą�E�� �;G}n�
���-�&u�`�F���q4W-h�l��x����1g����`{���d-�$��kH�����
�j��d�EUD����o>q�P#���Grk
r���<V̺��9�a��=��8��b!s�Y��F��į�\u-,_@ѷ�T���c�D�9�lՙf����|��|�\��"l��K-ϟ�ge8'��q�86�cC^��.��G�8���|���v��I�X��c�Ѭ�
	�9��x��?�X�L���RG�/���<��<���q�z��w�s��@�5۬
��?nP�K�;
�ij>�z�a��,js�f?�޳��,Ђ�M��k𙹺�mbiH
�4����7�ۢ��]��b��9���M��t�?ڹŘD�\Ee��Q�q��f�Sf+���G�4E�13G�4��us}��ןa�^���&Ϩ�<�w�ތ�_�/��{���yIr@��,��ۜ�~5���vz G�F�Y�\�����:�A\���
�Ț�^x׃����"�,w5��te[j��taC�.���4�Q��4r�"�锘l�!�y�I'F�7M�:��D�2ƣ^��0�)�d�S�N�guB%��wNTi4�{�)�z�q������d��K���ITRQ̜෦��b%�	q��A�&��Y�6ל��3�QcP�=��s��f%<����}3�}�|�2���߲N��G��?O3vk��~|L��X�&~������`>���b�_�?�^��:t��9��[���y�ʰw׮��2Ɠ���s��1�
�f]2�y{�.5��E��+��h�;�� -�֦����8�G�̚}���es�Xf��p(~����FW��Nw��Y��O�V,a^)i�/���|�|`���K���f�4:�|�Q��e��˩	�㌖���%����l��pWs��������B�U�O�;}߀1�ik���=��9ak~����n�u�@� t����3�E;�ҟ��5���P�Չ���������#D<�o�;�t���+�
�6>]��4֬��*ϊ�����w&���Bt#����0"S'����DuŜTߙu��9�z�+��DQh���I>W��s����]��$�%�����N�%���1��]gc�����By�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ�5PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no���Yx�u�oL�	`��S#��#CDDDD$���<㌌��̈<�8��#C3S�K��D@��S���Ɯk�9ǜs���k�5�s�5�s���>�?H�j��w��,`0	f��`x��;=�:�pBwb��!ޓ�ؓ��q(ZU@uP��{��$HRE�*ɑ4���LM�$+��S��lJS�#e��T�)��S�`\�f��>�NCO�N�OO�S���Tg���6�Xx5\����P�(�I�&��s�pVz�zv3
��M��ͦ��H���
?.#��.�<��9���s_����������y�5��QX�eC�P˨D%�1C�ѝ1��)�
F����r4ݏv���9t��>�L�DgR3�2M���`�\�Z�.��a�	�,f���βe���gE�6��X։�F�K�M�~6(���ff{�����w���`8..����p�q���i�&ǔ��	���,�����S�X<
��2|;ފ��r��\Fnun}�"W���{DH%`	4� $�Z��0H%D�����<u^O�=ț�[̋�}�;$B�p"�H'��<��h%z�~b��L�"Ɖ���|^~c�*_�o�w��#$0IH���I��&-�|��k[_�2�L$��yd���F6��^r��@NrE��Bm���[.\,�(ܧ�)��L���)J�@qR���U��م9*�*�F��U���ԟZi`Z�@c�jhB������|4?m���QD(�)�\E�E��t�����ѻ�&� �M�a�}��B_/F�����bq���R+�)>`@�2��0�.���Ϙ`�3����vIMI]�����P.�)Y/�b˜iL4���e.��J)��RA��TSj*u���)�|A�.:/n�3�%������/I/��
]�\E�r�e��8���Ԭ��\!^�^Y��}%��El�ϞfG٫����ʩ�ʵ�����sD1��8�U�*EUg�h�N�~U���r�\��+�*�n�{t�zUv��Y���P��3�g�ϛ55ܚ�k�k�ke�$׆�m�����x$�g��y{���Ԃjy��������7�ǯ��|-��ď�w��7d7�7Vol�Z����L�Y}sX��د�_��	�B���o��B�)D3�o���x�ķ�4�v��n�oGoo܎7��
����owpwxw�����&�<�8&޿��ǹg��%�K���dArx�t_r�~�	�T�$mr4-5�������P�&ݒ��=�=p>�>8�1eJ�O����,���J�_>�'�Oß�
�B��Q������ׂ�d+۔�r�!�a�Å��?=<PATHFEP1U5*�jOu�o�73�y͍;�x��ƫ�u��I�Pw�m�Q��zY�I��Ғ�Bj�hᷨ[l-�-3-���VA��5����瑷
��ֶ�7��5��f�1���1�x����k�=�<�=�?Y�"�Tm�֫
kW�{�n����C����X�$v*;#��O�O9O5Og�]�]ڮ�g�g�g�g+݈����ӟ�<_�I���|���jzM���`�\o�w���N���N]�Χ��u[���$=ZO�s�
z��G���s�5���Ȁ0
t�Pgh2h&��6,6�F�i$YF�Qfl7�6��8a�5���	S�	c����z���cr����UӶ�jF��f��c��Js��f��ߛ��
s���Y����·4Xd�v��ⵄ-Ѿ��G�+����
�M��XAV�Ul5X��]�����苝~pj?�_�o��|I~Y��r��l�6�m�6e��-�Vl�m[ܖ
��
`�����@d0}P88:���O�?a;Ʈ�k��;�Hu�8��!�e�5T7�447�vœ'�Y�un��y�j�U�Ց�����k�k�k��}w���=쎸W�����'Ń��<O����4z�6O���qzF=a�ϒ�g۳�yAo�oo��x�,��:��/�ſ�u���1|b���M��|[��l7����|�N�%�5���lc��c�c+c� e��p>`
�V�-�p<�G�S��5�u��q�x��d>��ؘ�OO�'���ɩ����䚟��~ �� ���m@�8�@0	����z`+�8A�� "���`Y��
����"����I޹��N�Nɧ�B̐)d9Cá�P84�-�b���vh/�c¤�IQ�6x���|G�8�����eْ-�[�e�˶ܫ�{���6��S�c��J(�BI!	I.	��\r�\z���sw��]�?3��e0�����ӛ7�ymތ��M~E��.�@8�%�v&@����HG�><�쀯tT�!��Y��쏓�%$TF&����c��316����H�C�85�ҋ
x]��� 7Pj�E��z�Q���M'e��/��x��E����D��C��A;y{;��	�<77h���&!$R#!��z�#�;}��
��&V-WǪ���5���Ք����=pob~��K,.#�� e�l.R步G��.�̏��v��
�a���6��L58�T�I ͗"2'��$�#�%ˆX"��&��G�~�B��������p��~wtRƇG�bÀ.�(�adtT
H|%�O)/�Y!@���@.�O�h
o8�V�rCC����W���j���F3jVgϿ�N_�ܒ蕤/-Lj��JX����b����T-����,��Ot�C�A4��W1X3xb��`�0�&�?A/�t�ëR5Iz(
b��|?�
8KgB�S@h�N	`or����!��#e7#�P�(�5)V)��L����5�R�Y���߾��O�}U0��%�nC��*�q}qd���!B�g�q�S��FU�
��tE�ȋ�F��s!L�ҝ|2���G�T�ss�ѓ���
�^�_��ٷriXa�Y�{K����v�';��n{��5��s2�.
+(��͚���ɻE�����j�����;P�"�	Rʤ%Dh�P�P��P�xV��0Dz$D��RR ����V�r˴bɛgߛ��HP\��e];���*�Q}];�;�����<���M�5wq^\�U}kedYvj]�V�y��&f�,8�R����aS4�7ue��$��]�͏k���am�����Q��T1U���1�����
~��U�4���-����@p%�r��!\������F��b<%��tu��+��.����g�T��N�%���n�0�o��̳�Mo?_
qNvB�
�!
�&��q�J�3�U &{�/��u��?�7�f�|~1se؃ �s�t���ʗ���<�|���y�l���=	)�j�I%v�b
D<>I�C������:���ɕ�V�������q��K�A��}bf�i��`^'��
�����z�k��~��#��"�.oly��Y�qTG�
��`3� �>H��gZ����0z��c�o �����b>���w
�*J�6/��P]��Vq�d�2��|4n�I�ˡ����\j�X� J~�7ϟG0Ц�h�i?�'쐎�G(mL�������R��ȴ��شN<��cИ=��hV����7'�����=�?�ypm8��첏�gr!�ٕ`Y4�}d�h��4��4R�ϟ}���6v��isS�wZ���ڴ�����Fc_]f��^��0��MZ��i��7�vV>Q���?�h޺�p��_����6�z�jO�%"��Gv�b	�[ض���ET'y�����=Cw�|�$s��[2/�=J�d'��ӂ�Ct�u^���x&��1B������*�ٮog�����\:�%��#zvû�W��m���9C�k'k6,Z�Q׫Nܐ7�vO˒�o�e>�Gh!?Ѹ����!(���ёp���"'������!�u
�Ь�_!I�i9�$8����:�W���V���Y�?ޛ:���`^ݬ?=�쉚Y'�N[�GE���A��s3
{�i��j��
�R�+���:��,t9����$�)�w�3�6�(;>�tr�h��D�X�x�H�XhK
�P4�>25Ǽܗ�����6�����k��?E�2�r��~���
��k��Te�FU�e2W(�3m�2���˺V[��Q`e	�e.��=�Ա�)tlUjR�u��B�ʘE�ڍ�>W�\����4/���,K&�}����?����=��Ð��MHS<���*4�ӓP@���%�J\dl
	�!r�X��%�Hg!>��$���t��J�w����kjc�~p8\�߱�`������/h����\�Ѫ�rE�͇���¤�`{��vҡ��0��^=�~�d׉��s�2[��azUtKa��.(ϭ��|Bn����C)�(�EN����]�f�'xjǝO�ا���0�I"܌��PO12����6�a'}#9�7�qr���i�ȭl@6��WN/�,
��j͉��G�2���>��<���Oox�l�_k�S{geu'�*��{lq��v�`�lK�Ϊ�{:�s�5�0�h�`ZzW�֫|I]�yM]ҝS�۞U;�d��b�� �,�%��p%F�߳9YZW"ThR�Ύ��@Jɑ�ggg��JRWFD.��<���K�;{a������u,9Ө����Z��H���EbV��g*�T��vt��|kmx~p㓋*�n���ysO����ȍ�ջ��c����f��+X����|FwBm��z��b����΀�q #.^��X��"������𸸌9[�9��/�_L(	�%;'���b�ՏM�]���95�`�ƽ��֡,>�;�����e�CP4�G�H�OZ
�E�.����4ۑ�~N�_�b�3W��g�\�;��H��y�W�F�2Z���Vꙉ\��h�~�w���ƣyIȭ���Eh@����YD�9v�p}�)�{.S�;4�u�pO��F;OO??/;����
ʤ^����/ȨiB�d�m�sS��v�gV_�8�J�چ��0ǽq񅕑�%�dú�������&�ߞФ�g�\�]Z��$�8u�����=M��D��M�r��(.+�:{h��oG�2{ ��x�^�h0�yh�…4;�?C$턢u
�}h�5�^I�j�Q<Vw
���ȘXg)�"cR�uP.�O7מ��Pm*�?V��*��͙��мrM�xL��ɠ��ʌp����^X���_�Mi��h�
�t�$mޒ����/0�￟m9�p�祃��텅�;�4?��=F��lL*��G��ٔ3���m�=����p��AzRur�w�}����5%�W����vP@8��Q"���Q8LB,D���
8 �k(5tf�Wș
Q�/�^�`�i`�F <ϼ .��L�	���e��)E���q��Dx���؉==��ɹ���=���<:����T�������溱׺Kw��Y�s�8���>R5��S���U/Z�&�R�vS��V��}Ǣ}�:N��6�.93P��®�-0�QA������2�Yr��v�uZ�6�.��ķ�RG^`�/+I�\7��x}��Տ��?�3�^�|_p���5�_�K߳o�y�u���	y�󀼰C6�r@b���� ���3e�i���ͷ�_�������p��1�%�K��}�/�:����{Cb���%�
	#�e4�+�p�7���FR�1�g.�ϻt�):�H�|K >Z�|��������&E��D��O����[�t��ۛ��(������;�8�0>d�t�Ҳ�P��=�i�a>�����W��XTx�}�_�W�Y��$|�?�i�{
��C�������~�b~>4t����}����xP&�,���b��'��_��P1�D�\E����ܸ����x���V��57"|Epa�Br��)�<Pb�3�qV��A��9�:\d��'��&�Y�3`�|0�ʝV;�@�
���̠��I�$z^
o���-��X9��1J@��T���A	�	�+�� q��w�o�(����0�L�n2�<0�yv��
/5���Kšcg���M�Xk�L�����
ᕐ)�hOa*dG��@�TC��ph(
�	�P�]W	�� �y��{����F!O��p�w�n}�N>U]�cTו�[��������
�U =���mWg[�8$�H)<�g�,_��a�
s�#&_@K�.��p���uۍ���|��g�E1?�q��
0�S�\�ێ29�k9P2W�=�� O���Ґ��o,���K��\P:6P��}z�u)>����'�|��S�9����ǧV朋��x�gފ�?��mdm	�(��h�R��Pΰ2��,P�iֳ����*���{���G.��Z{�w���¥/�J7�"?���?4��/s��ƻp?h*U��ќo8OpIjp��͜���S��+t���2�˖�v�W�@m�
�c ��F��e���ċ�RH��Q*rp��'\!7�;�#l]���$��o
-���w>Yqdo�xC��upy?�¼�#�
��|�A%9��P�`����(���Z>��J��,��LK`u�K6��-!ᜀ�����>5�8T�Q�;�S���O�&�-�o+�7dԌ�n}U�yE��lL�)��=�`�>�O�WrMBJEf@T�Xk��y�hm\��y�y���&>LyH.͇�*�w�职Y�O}�e2��Ν�s�][��_"ܠƻ�j�W�a6XC"�_�d���v�7���֭1�mt���
�m�(f_\��d�VN,���?R~d1��D��F�X/p�pL+!��i$?5e�{�(�D�T�}��' �)��>�xb�wi�����֓HÅ@�G����$ߛ��I)���H6dq��!ndy�^�2��=Q�(�@���+��<t`�t0F8�*�Ȼ�(���4A"�Kϗ�\-�:'���^5�(���k$nNSH�h��BT���`��H����h�1���l
�#�'��_'�0���r��S���]2�l4��n�n<�+�7��X	DK�B,t6�c�EB
(�蟷N���2o6��C�d�Չ~�G�>�%ij�~��E�& ��!��eM,�.�^�Ԉy\K
xL�"�jw��������+��"
xl�
�|/������|�+�;��I�����b_jw����	<��O�����\!�8�i���[}�q��C�j��~ޫ���G��I/:�w&=ҋ|�2Q�]��l�>��s��JzQG&����H8^6s��<��k�
2��s�T�su�Z���c|5���e�7*v U��nxW(��E�H�3)��9���N0�������hc��V���F��$��R�F,0)��]]�b'J]��V'�Ss�!�@iP®�d��
�-5cő��k���w��n��0d�Aަ>���&��6US��:9��ӫ�ʣj'�5�5�X�31M!͋�L����ǴFCZ��
����J�FR&��D�x��6��?�����la;,�
TF%#
��]D�= �Z����@�9R8k�D_�������d�����g�"�*�	��9���Y��xbՂO�n�8�1��TM_x���-9��P��?RW!�@s�{<9u���rpg������{��'%��O���ו��Ҙ�]Qq|ᇗ�
�܏(�u������������S|R�M
�T���\]���2�N��=2
�[}���;�EL���Eo0�u�����
��ў�sRzk��5����?���<�*ү�!��	���« �r�a~A钘O�A>yA�x;9:���.6ڰ�M\�c�#�,��΃;#�ۋw����cE��r<�$��=T^|���k�rr�G;�ϯ]ȷ�n]R��3^��xc��_0�&��0&�l/[�vg�>�7�-�FG{���W��7�+t�,y8�@�FY�1�W�T�F�|��R�6(��#�'�J��3N��(3�j��2��T.�z�7e�Fa/:.���~u�s:6V��wK�Z��}�����<�(�!z63�"ĨrW���u��~�^$��u$�$���x����e7�cY�
�ㅋHU;�|�E�{�^���=��a&��)[���<��J���O����Z�� -1�@����ߖ+�1)n�l�YZ�L�d��즺��}����[S�Ҿ� ��7�Y�H�O�ur`;��rN	�j֮�j=�,/t�*k9k��ie����TƓJ�*�0=���]��9�z	d2c}|a�Z��2 �6}żT�xE�g����5��ѝ�P �������K�bM�����	�E��	]�%��������KD��o	3��w/�́F㡐��Qm���f��0s7�DP�*���O�_�&CZ�x�O�ˠհ�߄�F�6�|�%���}�BX�wbPxl]|�<���Х��Í�s�Q`|�pu����I·j.Bi�YKB8�ĸ, ��-�;8#\
�k̿��6��aI�	p�|NK�j��w�*���h;8 ��u��2�:Hv4!�#��[kM[� D@@��������O?�U�W�V���J��v��j�d���+.�ט�|��?�2��6�@��;�P��BC�e2!5��bIb�͵=��nCAi�W�&v���R��;�V.Xb/��T�j��n�m"QzV���U׵�"QJVTo[����ݸ��զ��;ևV��摞�4tz>�D�NSe&�_�� �!OS��Ś4�R��;ڨ�-�3�i���Һ���u+2��-oo���rw-�t�e��de�օ4�{ȓ���Y]�<�Gv��t(�Dȡ5�]�BA�L���Z�[`b�3�a�����Z�����du`CQFu����W��uq�������K�j;Ֆj�M��x�f����͸�Y���\�6������%�ղl �H���
�[ϯ�媌�D��C*AH����
��:�V07W%�9�5���Cƅw#qNr�������6�/�`��%��8@i�z�������7��t:�����==�v�V�Q��o��H�&�E,%k�J7�0�gEq��לhϛ[���a�0�#wl�lnM�IQ�0.�W�l����ʓ+|�򎊨ꨓ�_#��ט�>��8bq��H
C���G��h��b���
.�a�_ܺ��#�5De��Yږ�4�yRO�@�_����*F��p�~����]��V��^J4Pv3�`*�S�u*� �cob‘���8߲������Cm�2�b֕Wt�gf�3����>��o�%$��tg�m)���\������*z��?R
�k���x�p���_(����|��B�-�%���|�*�&���FS<�tip�a���/2����s�xei����~�k~�5V�Ot��qpee0c�t1�A%6������d�!\�d����#i�m���#Z�;��u�+�W��G�[�U�Y=~|z������۠����[se��q�l���3��~��Z2O�(�� ���t�yg��y>���Ȟ��v�R>§E�˛�H7�ؤ�Gxmjw�<��ɓ�l��f$'"^v i�@�<�Gۺ�����mf��$	DN~���W��;Ne�,�ӑm��y�"��7��wϓ��]}	M��(�{���\�se�m�شVs�2������?�e.�1��Y�͟���6�3��ӑX~���Ή&\m�/�s*hL�8*%�"S=�S�U�b�'���<�42�
ĽoΉ]���KD��v=-�Z�_�7-R/XNVߙ�����p|k~���x�Z�F>�|�3^�~0齊2�}x⋽PnN0�N��o�b�����ҡa*%N����@*`�L,�S�D �Ǻ��������v����S3��%]9k�`��.�l�SI�H���0W�i�=
ʜ�õ] �{U����zV�y�}�ni>r	vJ	<�J�W�_n��Aۃp�������o(�|���� TFI�N,�	��5�g������k�:'ΕZ&!����J�ڔd��(�	�|A]���kC�X����Д�J3�����+�ݳ� �g�#_�[�n�yO���aN�O��#�H8�#ڪ,��VƲ��d]F5�p��)�rJ<*��eJ�5
f�X�x+�/�fM�5��<Y�ۮ�_a�\V���.�-$qyd�҂���Uf���7��kf��Q�h��3f�/݈cO�e��i��)B�4eD�=)~�p;�j`����щ�ű�>Y�&ԼJ?�5'�P�{Ǡ
�� ��e?�QH��s��۱�\�T�&�Gp�p�R��=aU#���~����Ӫ7ΉY֗�*5��@�{>���X����<w�#�>0)��h]���^~�kl�\ߧxo�0�sp�<�|�Y�3$~�⹖3Ml
�
�_��ƹAU��fA��'���)�u�7�=�==��tjQ���u)�ɇ9�ړA����4c���] y��"���[x��]����fc��@N�һ
�J����nn�NN������C�*t��$q�j(��̆�P�:6S�lN�d� V)`C?�6��3p��쪰�Ĥ��ю�>?��]+��{���W{i��W1ƌyii�2�{��^ _����\:79�/lu�jo����5��I�}��zS{�3��>�{��p���8��N(�Jy�8�<!Ѹ���v�5�v亚�ka���̊e��nj�+���z�8x�}�O_{1_����U< 7�D���f
��0ic�^TC���[�E�X�p�(����(�ď�<�&�M���9u.��RCB�K0�����=�H�M8bmQ�n*�d��J얳ܦ%����}���5�V�*�槤v�Dd��[�r4=��!�ДTב?��؞��Zy���֢�RCh�$��OLM�:&�Ƿ�/��T��ӞU�6?@����#%**'T]ғ���^�ӐѾ���S�
�3�|��e�a�F����4��;��p� ��p�j�w�JԶ��� }�������D�&f��
��,�'�>�#?�y9���v��Nj)S�bT�V��Pc�M�4���f����� �4eM@����m�+��T�Q���o������ϫo�jy~m���ְ��#"�"�:W��L[��o�ǿ=��x�[�7���a �1��t��ӛ���׽���s���ٽ�N�9�p��|��Mk�=��|��M�;ۆu�8%�t��a|��z'{���H�����H��R.��e7#�ia{?k�~5�Lr�S0U�����CP岊�B�P۹�[*е�gE�9F��c=
�(jni���eI�
��19�
�������)�鈶�����3�'�;�i��"Է+��"�d;~�X�r��|�X�a��%�/����]��v�if,<�k`a��	Pt�m/ O�#P#���Y�.zd�=��W�r?ALNZ�leP��i���CKD���D(���Lbb4Xi�*xW8��m����?�gP"�=�B&�mƟO�\�W^_Y?w��s�%��5-��ha��˲
3�5���ݧ%���WЅ���_�Z���;��z�
@>8��VvIF.B���Rks�Ϙ]�R뮊��*+w͞��V�0��*(��Լ��l[sӶҵ�5��5�p�������MHi{{�@,��~z��i@�\6-��L�T�������XGURq�w	7��R{D��D��+�����`���HJ����#g�ҷ֎�5�
VyP��_ft�GF&΍�^Y��p���8�OHeS1p�8���A*{�^쀖`c�m�z�=�|���m����R[�K�:�S���c�Òb7�TϏYМWP}��t}�[WQ�h\��@�w�."�)�e����5�zy����_MH /�Q`ݓ����P�����WY�KQSS��k@��0�GY]�'�Sn1.�(��}o���I$Rڙ�&���a��h�t��%#Q����('7��M��?P�t�+J*\����������tefqן�/�a�nhT3���|�}�� ��%�ɥ�HY�\��(����h��sB���%����1�n0T�H=�↭�F��-��
����i�V&�b�����g��7%!���zՁ�C���O+Q�Rs���>	N��,M^f�򘨊̵�B��	TzMp���\�܂�9�P�T9�1�E(W��@(�`��GU�'k�<4��5P`y�D-�G�槃�M�Q�໸eA�ǜ�k;�8}��\Qބ�P	�ٿi������Bf��^=�_��<"��QdpˠD�V�[��gA���C1�	�yѳ�����xh�L�uh���Ь�Ѷv]�X��ΤS8��0���{��?��`8��pc�AhMe�ܱ�~� x/�.�t�8�$A�t����o2��|h�)?~&b!&�`�N��	��h�:�_K� ,����i4��?1ɯa���;��"��)0�9A7b��D]��T@ii�����~C�:$���56���ˬz��ث9k
�����*#�J��
��'��ݹ*uw��-ݝ��l��`���t�Q@�6݄�i'��;<��Yc3ޞ�G0f���73¼.(�´_C�K�`W5E ^b�A�u�^��I.8y�� 6+\��[+��j	��F�!�B|��T@��D�љ��eR�P
���L�Db�~w��G��\����郱��嚅�a�/~淛H��k�5��"��`��Ram��]��H7�0
�	�@A,#���B�� ��"�3����3f������\+�^"�T���S�k7��ci��;�E��0�,�a�a�1Ma,M�7f���4�xz's0M�̆&hR�Ods������M��P׌M3��ЦA>S�'b�;7����t�-r���6PF}�&��u��0X�u�|���0�ӆy��<� ;�:�{a�������z0��r+L+XĮ� ;��)�:^/����o@<�pz7ʓ����G
�D@H�i����[���D P��1'Ae���|P�<	�ѻ�1'�S���y�
T0'�Y���3��|J2�H���k����&Âi	�|<D&G�,RBY;XQʬ�G�*ٔu�Y�})�����$�/�p*��7�\���6ǵI_1�E�;Gڏ���ҍj�|$�]���?��.�<X���X�x�s�l�\Tԁ��i�{خA}xi\禓/uD�N�����������ay|�*�N�ay���^�a2�0c(����Z����<�u�ik�.��R8��$"9\\�_^c�h�ɤ���'��bVӈ7�tA�����5'~޵)�s͒�k��]�}�SC+��Hc^�ٱ`��3�(�|o"�T�ٙ��m1��],��E%i�L�aZ���K��qu��J�q���^�|�z\S\��x���׏�볇����J���������/��Mh�q;ICO8vi��E5��h��P㚖��+����U�&�R���[
|=�����M�w��԰z����j(�lV/�?�?����f,}����g�1�´�0L�xx�q0|�WN@�	�cAl��j�3�@gx�
�I�rοR���n%��<���4j��a~~���v&��rg�d���GDF���ߐú_=�7\	��+���rz3�mw�Še�M+�g�d�����1�{�-:���a�\��hW^�c��y�V	#���]�*K��S��d���kyq��:�'�.�⥭�h+q<�fl%��:.��{�/��l�U���cɽ�*�ZBZ�
<|���<�� %	��@޶2
�'y���`�}�����szr�.X4%;C�aP4����� �c}�u �Ձ�"�������c��a�&����A0���N��#Lϯ\<PKL��`�����3�=�`��m<P
�?���Q_<�g��K��p�y��J�;�X������ԡI�7���!G��`/B�lݓ�|��%�rֿ4<��[�T�0Ư<�[�;C&Ҿ����7��0��,�MU�R9R���h��z���-i`���[L��c\�xo^0��﹁�?��pãqM��c�*2
V<Rֽ����0��k�^a��mx��0�+9�x��Ă�����p0P/�Apz�w���´�L�}0�XV���IJg��h�������c	-&\d2K�e�� ������ڞcC�����}F���I�ٿ�HNϊ��JO&_������3t��XAD,�ot�$�u!�R�� ��Lz��>Ĉ6_#�"�%��l�,��i�%P��_�맯�p~^ᒈ��}�Bf�}�?gY81��S���|�˵���KfD�d5�Wo�ZY��=4ꅕ�#Ʋ{޺�P��Oc�쵇�=�e�Ϊ�d��-n��}�D�g��eZ��S,S/�n�3�>��5���0X�u�L=�L���|�=`�w�XM\�O�IJڹ��� ���*//��I����p��TNJaZ]g��+��w��9:	�sGr�O�Ԯ8ޑ�_�Q�m��[��][��y��Ȯ�q0̾�}�I��8���wTEU�#��+�,�m����A˃q�������5�l�溜�����=ƳJ�b����͊��8}?&�9d�����s��}��ds�{�y�
ǃ\����U��i��G,�\N���j[����1jˌx���.��7Ӱ��Sm��Lfψ�*�'=�������f�C�����t?=�L!�����xT6r�
c�h�B�O�MB�?�7��sE+�ϩ���]���NK�9�׆�N�����Tz*bjY��!!j��q�QNlz;C�r*�;��@3c�򎺍E!�+��)��sS;��9�	:�o�����LR	C{F�a�9Q���i��I>��'W��m冊Wc���m.l������ڒ�6�f�y��w�����C�$��p\��C>��k�E�O��Lxh���4��?�a�T[�4�P3a��JO3(���~��uĭ�}L�@}��Ģ#�@�\��BAX�1�d�v3���&�a�
l7���sw7YZ�ߖ|)y^���2Tᑶx�r[�w�>z��п$)��]t���s�5SNN�h'�P]�>�B����F`�~�����p�MM��xwFYlb̆��e�Ϩb<!��؀�k����x
YяV5��a���xZ�x�����`�`�4U`<��㩶�i&���'ҍ@�L�ܘDt����cTb��G-�'��/$Xx|.�"��E�}<�}قo L'?ހ0��oN��|	��H��ώ@ϨtR(dr���'
��n���`)�A#�
��Xu�_��y��f$�c��/om1?��٣7?LG���{�6:�KU~j푤���
 �Δ@@��<�F#�x��ö%w�&����J.x�g���0'�|�DB]�ڑt{��Ţ���=�}�鷐9*^ף�nO�\լ�7�%
LU���a&��cRGqM��?�N�2U���5����UaY�휂C�Ұ����z&�_��6�A�q�y[;m��i�|F<��z�+c�7W���ġ3�,�س��s�y<��b���J?y�=;n3qz���l�7t1�+�ĸ����
j�G��,.f��ǻ$c�z2��%�
�O2vlQB����\6���^���6ΑX�{�?F6�r0��$|{��c�ή7t
>70���>/�s\FL���^N��b�ӄNJ2��� gCOk'��דx��ڇO3��� �m������8*����������@U�=�2�^ϴe=��B�Y<��Ŭ,/2��ϟ}/��d��6'Z�Q�A�4y��^v�?=3y�,R[n��8FAc�TL"(��<�*77����{��;����9�܍z�!|/>'�at$%�"���M�8+С=�X%�R�z۳�9|c�G�̥f2L~OX���k^�t��L<�sL�뇶���0^��q���J��|����2>�I�W-�|̳��+�6��qK�ƹX>�6�gp�[�Źcl>c�{B�{���yG6o�z�Bw�����f�1�AX7��ϫ���[ƞ9�� �H3�%�s��>��KxevJ�ĞGx9�&�����T�^|�O�k���KI�ƕ�S�ѕ��Di'g��@�_��|���������.2CR�'D���b��O���x��.�޴+���N���rd;�ڏ�1Q0��pwr��\�&��Zе����7��_s�
H��.��3�;(#��H����{D3���\��kj�eHDO9��q�r�kҨ��4��||��=g���.�&l�֜ݕS{ ؎Gq��s����!K����Qؽ�+�&��x~��i"��S{@�
�J.����p�ޙ��6���E�*.�]
?�y�7(�P��Q��wV	M2{����!/ww�!�-���W�l6>�3p�+y��K/����GO~�g~���Ӛ�&����r_m������GVԆ��vg���z�]l�m�
�g�vt���x�K_,Y�T#��jO�_�:�L�z�����R�l�I
#��Kn�}�{��@\™)�ƻ��s��m�����_��MG��Z��T�>��ť���hKŦN/���y�}i}U�^��z�k��Լ
ݎ_����������F�,�u��q�.�)�i౸��'�����\�|�o/�0�w`]��l�;X�ܦ�ԳXj8�)0�O��X<�.���
�3øP��븗����l�/3��#�W5l�0mT��߀��h�x"]��:���_�Ï0��ʩ5�����Ķ�,��Բ9�oӰ��@�����5�
�܁Q�38�{�s����q�=3���͸
������1�㧍������Y�s�.~����s�>��RS�G�r.���{�/�DQ��=kXG���wR8�7*ڑR��Ah���N������R�:�od�����*ځʗ�v#��qp��9��y>ß;�E��J�<j�P8�K�2G�ɛ;&t��/�����(��B��`����"AИ�X��ɡ�_<�t�顛[����w��i燬{���}�VP�yb�o���p�_���a��6�ЃV?��������!+�F��j��~"�����O���n�3��x�/��f4;ؽ8k�w��l�޳#���n�C���ڃ�~�q�wܧ�#|�Tm���b��%���d��}&,>T+���g��y.����҇��C��'�k��c�p�)��Sx�5p��拿MN��m�Y����81}o�Z����tA�dz�zj�<׺G�K�b~8s�,=G��̷T�Ʊu1=5:�t󬙳q�c���T��⩶���xv�\�����<ϘO�ʌx>��ofm��4,x/~ڦ|o��Gc�
?�&���QD�r��c��
J��پkN|�6�#�?� �ZY����z�y�
�3�Yyw����=��C[���	�-S���"������2��4@���\w�Xc��ge����ww��E{f��֫ܿ�j�BQ/�Ԭ�5c�21Q��ջ'��=�>*�0�1���^�(u!P8�c��(>�����Pȁn��=��[�v�^Z���C����}U]��}.�/��2�ǽU06�ͧ��d�WA0,�)�F/"q�k�?.���J)�{[�����C�Ź��,e���R?�yf|���G�z�+}	g�ۏ�Qz��NK5�����otJD�.���iu��fPli��E�"�κ��[��h{fT�J��XZ�5�����ԫҬ�j��
]R�f��$HW?���a �k��MJ_!�������v��)�4e�Q���3�STZ�fH�Fu�/���Q(/����M��W��l�ձSӔ���QI�p��:�{F������ئ
���8tV���
.����<2��8r�7gA8,��Eщ#�kz�j6�Ʀf�0�<�fC�x���<��2��kTȃ�O`�.sts`�܆=j��l5X�=p�d��c��8ŵ���!�˚�Ն�ïG1��`ԏoO�<�5#SR#�Ӓ�~%���,X�ss�
�Z8'���8˔�� Ѹ%$�O����������J'����{V�7��W#8���%2�"���� T�7�UR��^%䬘�I���4�&:�C��?7
���f�����!P5gŚ�-�W�����#Sx~Ş�x/��?\GD{ut
���I��NL��L{}*j4޳fyA�{l�_�j-c?�����_���If֗jٔ?���a����5&I2��x���`�*��&��9�T�����'���9�>?�bv�<�}^�bv��+l/���Z�#!�ds�y��E�}"�>���R�{��չl�[Dرb`l}�n���}��"�eRŻ��>�F}O@��r��/�Hd輅�	}#T�x{�)�KF�dW�=����HJw]�떼$���շwA��oN��29K3۟��ע����i�?��pc?�r�rvX��$OLsq��U���o���C`��pu�h����a���鏨x��-_�a�}�&
>�G��!� 
�x�A{�t�A8*�v�p�g���A��F��ĺٲ>��{r�*I`�WF�΍'�G�_x?86jl`{��BS�S|��:���`oc1A7���V|�����U��n�sjp�)���嫛�V�n�L5F����:;�t�&�����8�9��!��΄�i������aT���UtǷ�l�O�r
Vx�2qU�is��IߒF��G/�8>���p%�F���u98G�"8��q��d���� �Q��噳SŠ��<��a����L�o����h�p�o�otʬ�$�0�Tg�����s?�_T*P(xN�@*%\�+�洶���Y�����\�4[DŽ�UWx�r)nj�M;4�9y���\��BB�:���)�� ��猌�iް�5<%%<2%�ւΎ������IC��ko�W�����Yy��7�:Ɲ�`�+�l��>�L�?�}�w�gj�g'�&���Z�����WyC�Y#3�=���o�Y3��	&C���등�n�����k~�}f�L??���p�S�a�� �#���}�����u@]]��m�R��C����S����p���{��d���L�G8H���&��ʶ멭�1#����Bb�]@�54�߶����ԫ�~c�x�z�C[&�O�a:��>f�y��2�C�s���{֤�I�k2L��l�K�A^�"��}L"x����s��@��+�9�EʮȲjC�D7�܁P�vނ0(�c��Hd�/�u��o2qD(A��iR��F6C;�>a��G�Ԫ�N�8nV�A���q����͝��M]����	�xb�����L;/�J�C�ؓ�#�c+��"�����H�
ϲ�H濺�Ę��4�TBL`���������h

f�'[~��߆��.�!>��1�d�WQAr��>�T����Ԟ���3�}�y�e:"�xGz��f�n�d}7[G�b�P�����OEpa��a'���wK�֥SP�d���޲��a|)���&�ρ�t���GB|:�~�wOK/|�)�x�s�/v�_�����d��E	|\Õ���sH����ZO��_��}�˸��m���F]���~淙��.��s���7�{���=��ۓ�	�S���[Lr�F�T4T�xW����N�&ז�B%1x.�%�yy�<9XQR���as��4U��S����P\�G{[���Cѽ*�AAĴk�-;�䃯jF�y�O��uyh���o�����GnV>d�N�<s�j�`m�W��J?h�xj�o�^���b���۷N�d����|�gލ�z���[��k�>}zj��f��b_�c_�d�)A��m��w���Ǐw`�R|��s�v�gi��]��G�/|��������⎜��ï
�_��}�gױw��p0�ue��t	
�奡�i�[��
��ǴT���s�cgΐ-g�N�[����r8�n��~V�e��lX�����˼y8� ݺ���ݹ��QLo4����z|g.:]%I]K+ٞ��n�!b�Q8��7�e>TS]���_�y�cd!��#���,um<N�T�
�N�z���g���������j/�z�R�BD�b7l)"s��/N��L�����R<���#C#���]����Vo���o�F1�4�g���'Mq�kZ_�-��n��Ǜ�.�_[����/��w2kɱֆ��<A�ȱ����ٻ�!�8~#^�z�
���ɔ)�r�%I��El]��4�ޮ�^-�����;S��"���G_�����n��R�59\|�����9o��f�l�W3���Gב�1�b��H�x�|呅�KF<��|&�����
A2��ɓ�J��E���#kGԘ�S�;;������ؖ䄡3�m��뒬%�f����o��e��ytq����|��7V.���ުm��ە��H�{哕�gZ3�?�v��',}0��������eE���87?���a\�\�2B�^�Xhӯa��X�wL���cc�,L�;��@�@>�aX߰���݃L屣��z�?.b<ó-�#��{�w������� �&I,:����g� Xv;��r��|���1�qz�J���'"VmZ��y�+S��(�|_/���c�.�*��,�sVwzʤ-��@u���KK�|iS�bUj�s��u�y�G�V��-r��]���ބ��օi�]'g���������A�3*"��T�v&{??�������`v�S�ze!WH�G�Q8i��z���9 ��Xp���'�����L^��
�N���dQi��-i~9eP-�Zj2�/�>ĸ�S׾�����s����Z�o*�К_!G7�/�p<�l �fA�C
��ټ��C���'Hh�=E8�0���]\�.1��
��_P(��	>|=�/�Q<u��7�Y��`UO<QN����VVW��_6��w�i�p��Bԅq�k�]v5ڇ	=)�����!X�AwZ��X�1~�~��r�[�\t1�4ikeS[@IB�@z��}��*C**v�*����}�q�Z�w�f�l�O�)��
�_}�s�ۏ�>�2oGż�a.�;�ְ�S����06��F$����!�pU�l/3�>{��=�~�]���CȲ!xq����M��K�v�;�����cSK�r������9'��W�V���Kn���M�:�=�%�I�u�9�u1�'��\�L/���e��
�3�]�d�����e�K�}$�Z��-�����������)�/�ш��_���xa�{(�6��dԗ�3�1u�Q�ڀ9�:������7�7������oufK~rwC�M���P��`r�	��H�&���&�{1�"C��y@[�!�]3��4���+�`�
�-�(�Ph��`��nۮ(�'�\㓸���UcyQj�m����#�v
Y`ﶗ���;;��l{�3�oV��G���ud���{�%$!	�@H�ћ�U�ޛ���܍
ƽ�Ľ&�K�kl�:�w;�n�m�Ms�������?s����>^6�gΜ�9m�3)��I��DZZf��S4��&vź��Jk�]�7#x�c_��6�oM]��<gC��e����g
�^_x�-
ŭ��v��0A��Y���]�ws��ўi>������S��k�*$^b�]��s�P� ��c�M���K�?~T�p&���Hd��	��Nٍ�\z4��\Q��(��L(
�s���E�*%O~����2�gm��}0�n���p��ɔ��xڶ��%&ƻ��a���mⰟ�	27t��ƪ9�|	m��Z�aV�����:�,��L8~%PF:�kp\}-�+ �Z�w#p���X��k��G��sr�<��Y�ޝx,بtr�..j��D�
�|}��.<0�)�S����\z�r��d��6w�+�į��~0���P�숺��Q�IF��M��ai[��M�]�W��l�*�/���?"�۫iem��y���Ԟ�8{��-N!��)
�[s��+KԨRg�&v�[��X�p�˨�U	m��?
��v<{B$�w�/�"���6����.	AIN8wę�n>o)9z���/e����,cs�<�a
m����9��7VI��9h^�$�������(O��O��R)�Mnl��їr[�_^>�\
j��\g�ؿ�t�_ɒ�]M�Å.�I`iF_i�Ks{Y�S�W?��v�ߗ�\^5��ō��QJɏ�����U�EL��_9��L�h9�,=O��T2.-L�Cۮ,6X�Ą
�]蒕Z��$�n��%����Sr�T'hC3�{R�
B�����@g��g7]=��H��-�m醴�Wcs~Bg}����o�e�����S�,3�[Nк��Ao)���e�wGp���.�#ѹ��΂0��:��tKȀ�G�0�>�0e��9G�(:�0���j��h�ŶMkʡܸ�p�z&�y<g1���>9I`2n.���bǟC�U�
�SG���DDye�jz��ݦ�>չ���S�Cc%��\�քs�Q4�6�T�.�A!h������ϑ�j��GiD�U+>P�vħ23��Q��i��|���gl&���|�
�td���	�� swZ�I��9Z�gX��9��iJNDz�H���\xzYNX��{��p{�P���a�#v?ڲ�Ս+��6ǫS�R�T�#�H��ʍ�ߚ1���3��x��w�}���d��_�p�S9�&J�;BE8���<1�\�1��@���"�I��Џ6T�4%z�%a#���
�(��ޚ(	�y�<4��6�X����LQx���R��_�l�Y��(��'�8;������c����l{�@������R���T��qd���Џt��1��g54��9��Y		L$d̖�����k"��&��k�]!���ו�r˳j߿N��
�7�[�k#qW�e�����K����G.�ϓ?ݞ/$��s�e�Qx�"�+�c��l���
��D�4�$�h�e������`F5���ے
�ʞ���T���z��JLHn�
r��\K�3g�Om6J#6)�Y�=������Góg��������5G�Wn�Jۗ��'ڂˢ�1���1��4�����]�`5�?G��{��5��-_W�x�'S7=�Z=�?��M�>�L��7�	}Ǖk�gD����ݡ|�H�p,���	X.�gT�)"����&�uZ:m��#0��eii���֜�9��R��,`�0)���6g�Tb�F�%纗�WT�)���⡦��{��G����ri��7�4�������ߩ��O���Ժj�[Ŏ�Y�]a����ο\ή?��L��O�*#�;��}r���V��S��1��4����W�<�^�\D�\���[<��aL�%�[���
���;}��K�疺'�|�\��������}���hN�}jǰQ�����
��X|��o��+��>�mx�]�X�9B�5<\���8�^і�cx�i�
�f�&
e��c䅣hՄ{�N�����Vo$���ޢ�I$�Ț���s�C�hn|i���U��U��$�cc�2/�m�s��*�@�`FݵKOTvTV�=�1?��^��`yv�q��ʒ���^����9�W<gJ�?�C9�l���<���/@�J9䇋R�Ĕ�_�x��)܂)
�%�$�R'S�e"#�L�I����R6��������罉��dS1�_���ɝ�($��vv�����$ׂ�/�F��ңһ~�|f��Z�2&7�Չ596}J}���Ra�Y���X�c
K��}I�����w��nN��ɧ�/&n��<��^�����DѮ�ؾ��Y��#+��W���{P֒�
�5InO�H5����-o�m��)c�3��&��,}0��(eO����=j�Pwx��+�&�aZ)>�YϞɢWڤ/$�'�[�:w�o�����K�KvtW�֖����z�זt<{��t�#�N &_W'��i�M���-#K�v�O��"V̯��|���g;]��fu�p���
�^��e�j��#zS���i1�ўKZ�����0�6m�֐�+jC44ѽ& 
��7���QY��ar˨��(Al7�����}��^g~��p� $
?b�<���RC����BuDt�r	�jb�?�۪a��rt'~�=�vϊ�wx��v���Y~j�[y(Y
�ץ:�}-o)ԙ��9�?SgZ8�_���7掟z,���}
w~�k�n�w�������( �S�
BdE�t���2})��I)�!��r�D�!�[��&y�l+%烕���rH��m���K��EXS���l��t����}�Y\�Z�z��Z���Պ���l91wO�Ȝ�|���H��sc��/o�o������x?
�U=JLc�q�T,I�<9�7�t',��3&�Hg<
��*�E��~f^o�sW�ɟ/-x�tlC����<Fw����E ���g��W�J�V�l�s�.���8h�n�0�����(\�Ԏ���٠Dd�J#��N����?i�^�軠h�'���s@�'�]��0������o�'����Pr�eO1�{Sk�����K��ʍ�( ���M�M�Y���l��s���t7lj9��U��m��5��,�rۂ�u
'*��r�}����_ԓ2�����Ɣ�ь��-
3�i���JVT7^�Ƽ}�D�?;�\���5�5��KtG\=���O�4B��G��K�$W;�����c��Y��~ɫ���*�z�F,w
ޗ�&�)��H��*|A`l�f�VR�
B�g��s:8�
ٴ��d����쎿o��{e5�����O(�l���T����YP,?&�!o���veXdd��“e�6��W.N�Ræzۜ�<����b�.m��-��"�}�}�A���!�(�׫F=�U"����9��Z����n�B��Q���g�yWFL��ғ��>+��9N�j��+sGَ
����ؐ�r4wy��;B�3_[s���a� !�[�|�˃����/n"y�g[��$�h ����|�D�/�[��g0��&<0ߠ��,��
�T�P��I]��崻99�)7°8��K��7�x���/>y����E���|q!	<�rC��+L�V����u����t\�1ͧ��<q����]�����E�����MJn��D�9v�C�k�1(q�J�{�2��8��h���̷a�8���@g��D}�t��"jJ}�;��g�q��Ō�X���{��5?=Y_`es�P��NԹ�s��B�p*�U��w1�0#-�P�,���^�(����U˦��ٌ"(^�O�����o4W0�W,F3?�-4;����Og�f��,���U�+����?��C��F\��a��]�s:���)y�k�a#�q(�u/�뛗���5Z�>/x���'{��E��?�ݢȁ�H(�/��+��{Z�2��>�
^�gG��\jG�~t���}�<z2;��	�!<����m�\
h�X�Ti'�<�u��W6ބ�nsO~���x��~��`yWQ��'sG��c5)k���nt3ס.�˿9�H�K���wNg����p�ņ�n���ζй:���,u>��e(Ei�r>TH�F
f�SKj;�J��B�+q���l��`;y���[d���{<o�>|�#x��3��9x����<m����E�wo���AO��m��y��>�_�TaDPt�R�@L^���1�l:=
�OI!Ps�VE��'pi�u�L�.w�n�MG��wL;:�rM�'�y����o-Ji�	Q��f��b�:E��ۛ��A�����@�p���R�9Pyp����L�X�:��7�98|fh������j��U@�D.���P۾���	�i @Z�����Qmy���8�|����EU�iWw���G�V����*G+K��F[3o�����E5ų2��E��w�O3�<�Z��U�Wϲ����ʹl�t��iB6
ˍo�¤J�'Qۧ\<jb�&
�4�C����I��ӫ��%lN��|��������̪�������C����9e	N�q�a��������g�ؼ��\'�a]F������Q�޼XH��
��L|��pJ芅��	=dL�
0Y>^�l�ق�
E3s�|��pSPp��=W��k��Ƿ�%��퍵	Q�%	�u���緼�쒬��P{o�_�sr��䱙��f��?|e��P̌{J���jwTt���o�>���}���2D�j�2�`t������kFN�ף�JLdZ�Yхp-ƺ�fy�
1LzѰͺ@�A���D�6�Y+qJ�+�UW7j#]5�~�.�pˋ�O)J���{��y9�2zK�ԕ��s���}�8q�其�*��Q�8�Y���
���l��pE�ܴ��#��Nm���9�}w��rpD�/�t�Z�Eù
e��!o�C^��㣗J%�Ik�jp
��?lz��D~é��c]�K���w�r��J+3�EU��ٱ�4������C����[tP�1�t�kAV|��n�> nvy�)W�v4M�<Pk�1��^���wq�-8���	հ����U0���@�5څ��#�]���/��{���+.6f~י?E���_X��j������
��'Z��!�[͔A�	�&L&�P�d'&x�T�?;��6���$ގ]�1~E��%�Q.'�uo��[ˍ�҇��c���C�^[��
m•�<����"�Hx����ˑ�"
Q:���G�m,�!p���J{/	����H���5��9Oď�&�$m�4?i��v�����[�16���� O7��z�m��n���6V�|x|G���Q-�*�V���N��j��˭س�R�6˂Äz���%�8�ԙ��h�5ۓ����D<�r�N�Bf
tv��	�rg�O2l�dA�AY�0قJd#=Xղ�L]Ȍmw�ֽX��_�fl���9�x�ֆ��r���8瘖4R>��}sY�+���9����wc���#�l�"��u��ׯ��SZ��2�es���c���:��������t�qLlggL 4�}�ƽ� \o�x�K�K@��J��w���L�Ti������C`�(�".��8U�1����ӗ�1A�4������_�J��cZ{k.]���t�T&ٶgA��"1קmIn��Q"��#��l��s���OYQ�:\�o�x@���)L-��g��Lλ��p��%0��S��Z��/��p�͘*d�(�K���`�ҵv�u77�)��:�o���"�g�Zn��O�n]V7-Q���Ul^P�o3W�%��dw��
~�����̉�{n����.�**�7��k�~#��"�*�Ɏ$�c2�)޺�{_ɲ���?��K?�R�'��l)�_$��\[n���
�'����S�J��g�2.�5yd�.�<.��-��-�P�*5�^��-F���a��iP^��u:�u7�f�����u��
Mv�Nt��~�ւ?;o�X8�<��u�!�	���꯯������k	+�Z��C��I/�8s���D�.��\��4w� 6G[�e���_`r��}�L��Sn���jy��66�(_�{�X,����D~��5��j����v�J��?@[|�x=�%��-�m=ٹ�=&�?*M���^Ié!�͇��5�N��!m(�Ľ?����P�D0|��0?u�����&�ŻzW�E���	��[�[C�Ķ�e�mn��~��z� &W�ׂ��SmW/��vЋqPO2&X��	�,Z��0�v�с�u��j�1Ί�N�ٴ��~��^Rh'U�f��+�
�ܜ����^��s�Ԋ���Ol�U��P�2��yɸ&�������Pe1�cmB�c�_�z�m7�N�I�8��v��i���c�f4&wF����{Y(&����;5/���%=wϯ�?Ѽ�h�̵ƙ����}����R�=�����&����+��ęloM���Q��R�z�
��іƺ��D�GX��sDZPR�ob��p���K�=u9-���9�Έ�C&#��Z-�g6Ǖ.�
�Z�LDcZF[^��˳��8��7���@��Q�V|x&�1��H�פU�U*W��L�ρ.��_��3�q�H��,�YKA��	3���/�Xۭȑ�R�O߶��j0E$8��=+T$�/�)3��ݧ�|G��p(#�)>ux�wi���b\�v迱8�?�w�ͥ��O��Xl��889a��1�N�?I��f�<#�I��?�P�楹O���%�jՂ�:2������qO*j.�i{�'�4.����w;�)sL)~��Zo�h:e?M���#H�&1�?����>�!e�\
���{�Թ>	e�g�.6��kt�	�>^\��Bh2&$��3��v�,�iVie��u���"�X�y�KĂ�гά+��ͯ_<M*yC;!AXڹ{ {UhC(��'TŸ�We�������W#�l2�Gn�NWړ���J�������򩂰@���ۛ/sp��
d/☄x��ɀ�y�M�@"��@�.�Y5P�q�\�����
`O㍶��D��pE�j�i!�PnW��&�hia�DZe��r�����F�p�~n���s�i�c�
f��8�b�0�g���$Ȼ^(���=�]�qS��p7|v���Nȣ���=�{1�|�!��?��N���8����\y�.z��4F������Ϟ� +���"�,��-�(w�����6+W���5"W'ҽ�*R���a�j�	evoi$�P7��7�Ǽc�F��싾)�<��7
��0��%�)�U�6�3#��nu�a�(�<�i�^0^!���&�w̎��QL�U���j�L)�@�9&�g���pD?E>d�7*��e�(���I�b����r\
=o�R�5W�΍[���Ыa{��yQ�'�o'�+�u�<A~�>+�4�h>@^$�]�4���5r��\ơS��:轷�z�w�V��(��
��y�#8�ǣ�[������A`��\jX�獚�_oi[R3:#|x�fV�����w���f?7?�W^on�81<�[�o �Yr//���N(���e��$�.�=�OJ�'鱻�=n��.:Xl'������@�A~�2�4gGn��U�n����`:mq�@K�o;H��3�U��hۥ���/��C�S^�����oc��Wp@HZ;;�/�M|�������`��Ŀ�T��Y�}7� ȿ1Qp�n����}��$�����\�*O�!�Ҟؙ3cˏ+V=<��A���|}��?�G`֒��ݒu/ܐh����u�i��(����
�Ni�H�T�[5���#�ü�m�o�^�m�hS��ĸ����eMj�'�I����6*�.�s
U�J$'�~0Di˼�u�]���4�j�*'a
�"S/��"O�
)y��g1����Tt��A����w���Զ�M]�2����
�~AT�(�ͦ����3�4>���{0�x���8X�p^�X�)�L�
O9��z����ZNqå��'��H&f;�� �|Bz��?���SPXaɣY�+��9��$�e
���O$�H�<����<�NX5�U3Nzr&Pcon��>v�Ʒ���б��M=��
򙍄
��"�> P���<��3;���TUQ|Az�=�"���d�R9T%l6͟)i�OA#B�~����ay͗�
�{o
��6�����)�� Ͼ!�-?�2��ܧS��}P�i�.�7:J��T�7G���jy&>��A�0���־�TI*���JTW���1�=�O�a=��<pa%����sB8�N��Tɦۛ�R�s}�������=ۧ	���e��]�3��FA[�9?�RAF���s+<�G(��yeR��
$�U`r�r�n��)�C-�u��_���cq́\W�$|^��ʈ�~�'�,��$.�d,�.����r��dqyd�z�<r����ny��>��@/�I�@�	OO��>>�ϝV)Aa�xb��r�T��L�u��
y�L��q]n8���R�O�~B�Z����w?tK�#7�_�E��I|�8+�j��p�Y��
2�J��6WS��%��W��D��]�Tzx���tGG�Z'������ND}0e6���N���#;<|_F�`���L����$�W_P�{�ߵ�&��NuS<�}�TШ�6<z�,der>�\�ѹ�K���>�NN�"%��C�}S
A��
C���A&>��L�ikkZbRi&@��"(�J��:0��)�`R��_�(@���5w�qӶ��ON�қpt���sG��֟-+,?ש)��gy�,.��%b��:"�?g ���܊���=���\��ѓ�V�FکX��-=��2����ha�M�̢���Q�1���('��Ȣ~>�,]F��d���@��-*\9��`W�H�����(��"ۈ�2��4�b���i�*�$�ё�v�s���8�u���$�1���&��=��2�8܉0V�T�
��[yB���bz6W�l��нSם3TT\���0:qq�:�kX��8X������G�t$�����ntּ���mY1e�d�����ے�m'�-�O�۫�ϡ^n\|x]�*�ia�<�<+)�y��<S����ޜ%�G���J��`j�e�����8�ϗ���(L	wS����
S‚�hy�g�5����`�!�Ӱ���T���&��mW�8��f��i���;�PżU�T�.O��e~�Koe.9A�?��
f�C}���Ȧ�3�R���[�M㕑�pir��4���K��W�o��Qn���b��R\It�,\RcES�xq�lP�`���b�J��޴�x=es��ދ�W��W��	�;ޫ��yT�s�h/�P��Z%����/�Hۖ��Npqu
HK0�̾0�>�3uw�!K��	yy���ʇ�u`�@��%.&���ۣ"@k�!�L��7x<���q9R6��%D.�pԆ�;�����͕��bA�%	\�v6��:�>��D���T
�,�?�>��C�4"��b�N�<|�b�FR�@��P�@�������
�^��)b��u����}��i�D�_(�cb0�Ъ����`_�Lbm^kyaf��RFe�!^Н�]�3�Qt?K:o������$��L]����2�c��Su����e�,k��44�;f�%�F�2�Ú��R��F�w���00��ӎ�a�����-7z|�4*x�kW{��cO���W���vՑ��[��8{y�Sy�Y��3�l�!{"$�2��k�t�h\0��и�a֚6�%��^`�FП���s�E��Ď����䰠b�Ϝ�-��R��W�(�0!�1)
~�E
�SB�9�1��O�]8��F�gt��P�g����C���]�l�2}ކª���N+I�����u%%o6A�j�Ia���R���.����0�B{֐B�st�� Ly�ٽ99~H>]_�����Nti
V�S�4��<�)w��W�[o�˵v&fʣ,��#�,�F�X+͞����֛줒�n��I����T
��>�?*%z��Ԗ+�^��OwTo�P�>{zv�jxin��;�ʎ��m�|}hubxC`F���G�����J_��Ju�3ܬ�N�.�c�.XK^˖�j��R.�E�K�	+O�ﵥ��s��������f.�w�B�ij���U'u�����)��}����2��o�m����X��ʹ��}7�l��o�*�&�8��¹�Μ���̴4?K�(�:c�p>�{��
�O�p`�v�Rx
�=��.��9M�Q�)v�}�J	�n�I��I�
<U
@X��g�gyM�H�2��;��%�+3�f*�“:Kb4i9�i~	���k��+���_�aX�q(j�����b�ȫ�v7�L�:����ѡ���_Z9���+st��JǴYk�L[�&�
��4��ݣG�g�]v�ik�͛���ѢT��8J��X��=

�%�ht�x-Ob?�����ԡ��-�<`�[�
��/����Vܱ�PO��!,���4�2���Bqa��i��_St�kT�f�C���J �kb<+�_�x��[;����3���B�K��Es'�=!�a	`~����ڵ��f���#�:s"�}��3Ī;;��K�J��@��[}�=�Nrs)����k�u���SL%���^Ql�GI��^��,�H~���ɯҀ��y��&���pM#�be�ă@�9@|:�ځ�ɽ�f�������~�!>/�p0{�)^a��ܭ9GЈ0G�������c�'g�7xĤ��yƦ�~��_X_>���l���Ց?$ŘKǍb�řauV{S����G7U�Ew���#��8�S%z��g}�V�*up�k���Dr���D��q��?e�K����0�s2l�LT�;��屢Tɿ��M	
rS)��bY��&�x�]�\��9P����O�ؐx|��ǯ��[�H���{xplV�����C.�q�*��oz\tm2��0�
�U�(f�_,
K�J�F��lw��2���i��e�I���c׳[Z���ܼ�T���	���-Mݜ<n~xB
w������]V�s�3Z�_�]@uq����Um]����1����
�o�im]e��8BP��Y㮉�>�=�V�=M<��j�~��]�]�+�Br$�}�i�L���[=�=�b �F	O�o��ƍ��	��M�RC(
�EA�����~C!.{c����UT��pyJ΁�z�Bn�=^�j6���G�L(pq��U��4M�����S��	{���KbԦ�kءу�B��e�*|�Gh�R�9�Įz�Kd�"��`{�Ar`w@��w�|c��sp�w��
����}=�QX^�C<�ue�>���->��]����bC����9�^D5/qgbJ*B*��y;q�
!nr�qL0^M
���((K g�Vt�u,�c$Ue��2�'6�z�U�2�q���M#d+&�����-)l�4N��4,t|ѡ�<J��ֹ��<2��=�6'G�HUvƌ⮦�B�Mg����=�(h�
�!)�D89a<�I�l2�>c�����%�L���[;T}ǚ��E�̛OF��s�_�ܒ�"NxiM�Ǘ�Α�`ɭ���:�:�
(M��E'4��?�L{|9L~��y�p7J-��5��

8�Ŕ���{o��tz��ȥ�ެ-�����-##�����N�$��gg�9� �wά��q��}�
�Sc���Q(���1f�v��R (k�
m��_(��E�������X�q�fgĵp`�%J��#����	5In�U�a��ՠ��؂�B����*��Rh����t"�>6С�����OצaIF���I�rt��e2)E��B�@*�����)�P�˾��G�0��(�+�@��WkV.�Y]>��]�<3��+�җ-{�}���=%lK>$���q8������tS8�L�!�@Qg�P�3��������a���N
�wX�Q��Q|�qi��Ȟ'D�K�z,�s�t�L[U\��PsnW��Mu�Fxjn�!�e�����C��DߊkI(=:��O��WB�6�)��|cjNM㈞�|Ec>VߥYI���hx�+��!�GHz<xhɗ%n�W[���S������D�=p0�JYw�U�H��B����s�ZW��O"(�x�	��D�ᡔ[�	���e-�����P�M�^���מ!�O�G(zؐ�5�8��Q$��b�	x���4���3��on�;=�4 u#i���%o� �И�$�djӥr����S9B!;��J�x���@��E9�������uO��<��g�r�M��í@?pqizt���$��x�Im4m=^s�&�mބ�P%<~�K�カ��I
��p��(����A��19�$�9u�	��UI����}1���4�.u7��]�d]�K�_�����H���yg��%��Wl���V�Q�W�vm�����t�)9��7u�����|�^,�Mr�n�z.�GNך�V��ki-Sj���"T���ڱ��N*E}Uz�G_�#T�~>at͆�~(�d���D��`{w�	s��t�鮕_(��x�Y������?��'�yE[w�QK�����M{K�(����7�u�=�^P�8X2�K�o~i��v���(�?�>��F5�2o��?�XDť�d4��z��2���
Qs�G1��'�<�-��&tc�6&���-emd�� �|���tPx�*\DE���w�z<��5�*�g�v=�`�y���	~���<����^����Ʈ�A*��
��y���E揘qv��+F7�N�%��c��"���6&&8���@���l�go��e�'\�6|�o�xp�;r�v "��E���Tu��K�rn+�����TV`�Ϧ�Y4)�_���ߚ�-_�gz�|��g�?�o���]��q
�s�զ^X�r�q����	�����+Q>Ǹd7[�����ר�M�3�g�m��Y�'�?I48'�Y��ΐa�FG{����8&47����Y�/�ل�Y72�Y�g��n�U=Ph��3���'/��z�ܹ'�}����=����K`��U�j�<6ADP3x	h��L(!���' !/z��-�NfY
�Q�f��5��3h;��͙0��f�_%�x�^��oA�W��~��A��1� ��E�Θ�²d�8".n��G�3~��?�Й�9U������
��[�w.�N�tu9�F/���wӃ�k�b�0��sp�9S����9R�N��J*|�p����?��0�İ�j�|hΛ�M�JD�}_`=a��:Rw�Z�	=�C�q;O�%�h=4�g<D���_(�m36�-�4��{���\�#�^��VA�|p��*#��7���тְ�����������G:��{�
���J��z�xyt�Œ�[��<�v��Nw�
$��/p���7��z�~a$]���YsR^P�������l5�eE�ِ�<n��K���X���s�#�/�>Wk�*�3��q����Z5:�3nq�&���7@�^�:{�6�y������?�m�4��խ�����>�D���t�	bfv��{!����Tv`�z-�"<<�j�0.���(e�Zһ���)B|�}�z�)d�+�'�Z����,Y➔����#iK.}�&cAT�OUL�3���G[:;߄���#�~��n>��e�om��� ��d/M��O �����Ί#���#��^1t�	
�̳�+}�;o�P���
�b�;1�^}�DiR�O�Wf�fj��fA#��<���JU�	w՝c��'q�)�{��`�G���NX������a>Mq/��U�|~v�Lo�������M�J�D��^]׷�8P(�Q�����q�!^���>
u���X�~㉖kgV؋�
�I=k��Te,�eU���\����0W����s��{��숸蚮��6��a1x#,d7���aT-�7�Ţ�e��&�R�Di�j(�����Ε[�6<TrH-�C�:�>j��c7q�Aާa�F�� ��5�Q9���t��Z3����Y_|�Qu���F�b3�G�ژ���b>���OI��j*tj�>��'��w7��h�\���eE\��ueK���8,O�s�bU�H��]���_�2++~��>R��OvJϋ�wv�`wĔԗ�e�wi 9��K=��\J>�}�f�7O��Q�J\"�:���A���?����Ǝ-׍\1�S�y���͛�H��Uh~#�TV�a#�����n��¤��H��$�5��-���.��N@���,�'P�~�s���z�9�ɿg�³zb�9�2��y�<C�
�2kp��{{�P�8�Ab�Ҏ�%tA��(&,	M�1�7Å����-�I�v'd��Ul�F�Idz�'���NE�>�%I�h7�=!��Yl!���0t	�M��(R:�.�^�{�28����w��Z�ü�rK������3��/PW�Q�d3���0v	dgX��_�h:M^�|z�} �{2��˴��C6㑸9�1N.�T6u��s��uA�
�5��p#̭s� LQ��3ec�����I|�E.�������4���ه����*���b��z���R��
����hP
��M
�-��:Dz�?�E�P�<�U啋S���Ƀ����O���>��z�8����q�R�ٚ���:�&�?x��'�1�)J���G��C�"���76��U������q��F(Y�-���C���ew�^�n�Q��
���r+kf��{�64�hϧP�<4�9�טЅ(�r���W�.O�sQ@���:8*����`��7e⸨F�Q�$<(�/���$���Ճ�v���A~z��O��WO̥�1qQHQKʒZ}��!�cH�&7��̓��ɇ���ʸa����Y��Tr���p����X�6�^[q���,���&�LI�00�3as�Ӗ%u�*�p��`q�k�Wd�
$�3>"�*�7.mTE���O����L#��=�(�;(�J ��4>���E$�-�)�A�6��Y�,�������H�L��9ݛ"v�p]�
�#���&F]O�����ĵ��U���y��p1I��y�Om���8��p��_��ӋR�y����Ca�@YJ�9�g#�4������b�7d�B�`Q�k3۷s���MlnEu˩��а<��579'x�?�]��2s<�L�BT�C�q�S�K���'h˅bF��!�8:��q���x��o�7E��x�u>l��,�b��Adh�,8so��*�kT�Nۻx���_��5/L�v�<�{?A�p`���o�5ŗnO34�Lۿ�]��<�Ԧ�x:gyx�l��DmŞΞ3�iN!η��{=�B��ʌ)�5.<�f|t�u��*�E�D����T\��m�դl}ە)-f�����W]hx^O����*<�c��kw���_��?�h��� ��f��9���Cm����}��Ӓ�˵N��>>`�+W�팓z��_�u��_�X�T���'(��>�c�(?H*U*#"x�� IM��Gt�Ľ�ߴ���v�d�٪	�峎ޮ�;䑱f�
���'��0(톜�~;:���<;�b�4� ��ue�A9��-Z�z�\��$O���\�Kk��;��Zi<��R��Wh�{�Š�)�e����^�ꂜ��탒s���@�\/g�X�0��tӳ�M���&>��Ic�QXp�Xp �ʩ�����GP}��p*��P;�S}\*F�E�0����.J��Ǩe��R�4&B}/oet��ƭ�ٞ���z6�,@���_�][�vGv���{�8Z5{�Hj~ʝD�us�h�]�__^_H��H�ǚFհBڜ\\�[��l�Q�m֖�'{��R{+�k�����Z/��}ҡj[�_�ҳ$�I���6�r���5;�B2�U�Bf�P�pvm�����]�^�z?���:�4�Ia�7��+}:��c�Iu���,���	]�=.���ìݳ}R"�15%α��	j���O%�K�K�?���/֊y�y���y��䳎��MH�qx�#Y՘��}r8��\��
M^�gP�����S�?BM����[��X����WT��Zf/�Tg'&z�T�/�]gx��H��	VPۑE_]�)��rB[ww���"�Q:�c�����JW�.�b���7A��g�a�9��&��9�ҕQ��aKO�r7�w0������/��I���I�p�)��\τ���O�k�r~��]���Q"���8H9�i���I����-xhn���$��Ԓ����M�5^�ֵl�^R�R]r�(<��H��W���$��^b��׸ ���a�b���e�
���5���?����^n�YԍW���Z3Vf����s��@����(qV*�1㘆�#Y�F��5�7s�\����]���fW�R.w��<�����l�ۍ2r>�j�������qo�?\B�)���e
�`���Sv.���q���`��EШL�MK�Sw»?2͠tn�1W�F�O<�W1�m��6K��r���ڽ�E��>��ߔ��C�e�w����iW�=<KѸ��[�?���T)�
g���PA��I��8e&���!���F"d��)�Z��͕���Xv
���� �F��B@��]��,o\b��>T���6͞>�2���v�vJ$��!�V>����\�
8\�h��{xJ`Iw
��	�=:�:%��9�L��{��r���E��v6x8_}��SI[�~b�q_�y7+�Q	��ߧ‹�jܾF:��R����Κؓ��$UӛA���
�ŵ��i�p��l�f*�Z#��`�j�3h�9ʶ�f�u$�'��q���pRu�G���7(���S�*G�e-�94͟M@.�1��g��s����(��TI�ܧ�.�q�j�GX�p��V�%�<�ru�MP���8rrލʲ[�П�╟7�X���k��{�{O�h���~�}A6�;�����33�B��/��'%���[��>-Ua����$�S��b|2�4�"�p�E�O(��!__0�x}i������7�e~�P��z�)S1��l}[���t�?����]I�o/�[��+�)?"�"��=�w0{����%a��ў���hϟ�1"m�����,��
r��3��m?Q}��|/��ׯa(˜V17�~�h����0�	�!��U���wRD�
4Z\�����L�Z�u��`2''�s��@��\�h�L��t4��6iR�ڀ-�i�揽	w��}���3���� ��ʾD�̭�ͳ[I����#Y��3Lʉ�Pֺ#Z��*��=� %��"���Z��j���{��Ӿ0�i�>(oÌ
x��'nv%���6�o����=.(}Tq�+���ǭ�XO�y
�̽��Ԋ��3�1�g��pس-���|2n���e�&��~���M1Q~�c}n�}ú�U����A�
Q�(����X�~�	{O�Qc��c����ld�8�1n�;���.^��n��*u�b��+���\_�w�v.
k�
��Ov����z�	cQ�;�X�{���Vsm�G�&S{�5�7��X��jo(�PW8	���	�e����/3��n�c}n�^C��fo��XijAt]�cuRX4]��h,�	cQ�]�3t=M��wM83N�/>M�7h�@w{���!����/r�-��NF~���~��RKv�W(�����<��ݤ�@�>�;�1��O����w�Ⱥ�ǩ�V�Q3��{�Z�?�V��y��0����1�>�ѧ�7A��
(/~�U)����t��*�J�:�;�IT*��9�8���q?\n۟C7!�
�y�ɝBԚ���ɹW�)�������w�
�7���.�f��(*N�@��]Q�\��W�$2ZE\����vX��(�@ʄ��'0�T�2T�	��;�O
߿u!�!�ۆ�I����9D
��� =�T���(��C1�	:+p;��G$�G��8�Ir
v��3�4yE��>
��'�O?Y3Ӗ5�V��X�οD�e��vH�yT~��
L�6@�[��W��0:���/(>���E���C�����Z�Sg�5�h�4�乬)w�j��W��*{~r��&���?i���;p���Zi�J:�EB{��JR9��������=z΄�!���9(�K���2��]�;o�X��"o���u�t��S7�u�}�s�K��t2��;T|4�����-Y�v��i�5�#%<<8Bk�>Tх�x�'=�҄ؾ�]��<TKg$VF�&��C��V�N/���6�$��ͩ�n�K�Q�~{�(�o����i�eeO��f^��/N���™��R����q�q "���q�At`NG��c���Q�պx
Mr�,2�>��+r��ڦ�����L?``��)\�}�L>Ԓם�(`�$��k��y3Z�ƫ��7�-۫��ݠ
�)͊pm���]�6Mq�������,�<̻�&t>u�V�W/Zɗ�yiA��5�@`���O�7ϥ�W��(��5\_%�����^�(����C�0��L�˘5�Ek�_�侧+9���x��l���'�g|�aޱښ3�xniS�j��V��c���=N�	ƚ�}�C��
i!�)9�[�:�w��.#}Ρ�.����j��y�Z6A����h-�:��.��.\S�m_��k����rlB��ݖ���m���en̍�>�ؾwZ�����/hhuI����}\����I/�Nګ�O��ֻo��ퟖk�Up%�~�)9��H��u�Jh�6ԇp?��,�ԉD|>.w!L.����L;����$?��#A�jҲ;y\�Ț�������kJ_<'����-��k�N�*�&y�7��5P�����L�Ќ�&M��hz~��馧�la��<M���z��!NR��!�:��˝�&?Ư�Hk��_L���-;m�
��v���8��:k]^t�s�{���V4�����0�O�8��̝�+�,Ӧ�d�?�t��+�=�(��VK�<�&�	�;�+7e��gx��u��g�/,ilU��ls�;6�m_5_z���M>�����"��W)H[Ӧ+�#<l ��wV5�t�����[a����m�����^�����;iL�	�ɦËs�En�p�[k]�7�T-��+4����*y��y�&�1�p!�A'����ЏL���;�j�G �.N�n$Y�u)I��D8;�}_�P0"��)�_T���Rw�"}m�WQ�{�4���h�l9�`$q�S��-M�@�h�?�I>M����|��B����fĸu��[٪�c�R|2-y��Lm�2/�-���ľM�j�ZL�'L����<��)&�ӏ�ϲ׼�`�қ�O��8?�u����N����\��k���@y�xC��I�!w��_.9�iǕ�gVo��d=E�t
G�	��c?�*<EK�6E�������֒��3����3��#k�s��$�*�dI�%�r�m�W��1�7�1`�l:L=Z(!!JI	�M[H��I6e����l`�l�)�	�W���+Y&�}��}~|$`k4�̙Sf��9�*k]�ĭ3�m������
���i�/m���+F����ޱ�`S���W?0����|5��v+���'��b)٫��&�!0���끖�����s;7�)V<f|TڋS�� �H��|�)W���|��1?8��*�#�vo5>E���S$���EZ���B�Ej���(M���u����G��#@���v��=b���#�|Mw�%rE����}���%p8(W(�L�o�H2s��iӞ[5c��u�n_�6�hO{��qk�;a=�r���[�<7:��ͤ�3�<2M!��Ǵ�]������¶ܩK�,�;~�ۓZ���\�C"G�5�kõ���'XK���� �	g��h���;$�)�"]JxD�U�{���E%%&w�>a�n����I����|��r&�,9"��g�/a�9�~�~��g&�:}ͼ�'.���"�����<�(׆sЧ½N)W���^�1��
��QN�)y*:���2�������r��F`^����\���l7�z@������Kyds�sA�'��j�'e!!���w�q��mƎyT��'��)q����&����S�6����%�C
"B]� ϵ"�E���9p��##�(���t��?��k	QI0��6�3�[~� �L���a�gD����xsxl
K�3G��3�%�F�rN�6���$��^4�������p��D�=�˅�B�C�.�~D.�iu6��{B��N�NDz0F3"����C�8^J(�ss"b�řl�=r�\���A�ꅈn�`z����VT��en��-n=BcC0@2@L�d&�����^k�%.�k�PF�@>J�Y6R6N��M�>U�Ḱ�i^9�=)�!�BЃ�7��dxɌ	��=i���O� �
"��٘6�!mJ�re�H�@A��I�~�{K�	ĝ{1@f�M�i�#&A��K��_2M�c�"�{�	H�ӄ��玩A��RC��M'b��!5gE$�6���b�~��Y
f�l��_jl�]Mb��>8G��"�����`D�5.2ԕ#<������>zQ=CqK�-���%���e��u-u���;+�r�)a�Z'��c�N������.t�}����@���0WR���Ά���K����/=M@E4^����K�J�DP�=��>�I^cd���q �R�}+��Bw?��B��3�K�˄�{���gQ�T�J�"�{��q����>Bwlp�D$<�J���P���å*�xvk+�e�4�蔒A��6DQ}(��,d,emW�؝��O|���������v*m��	���r_(-!�E�p�rUz�582�$�KLS�\LE_�5'^�Փ�A�y��߅����R�Gb%I�T��Ϳ���3,���o{
>%��y������1�Nc^UU7=/4�rO��NJ"m��Y�;��_hm*{�Ʈ��<,�\��h�]��M0iA\�y�M!.dCDIC�{��,�>� �l�p*s����y-fGF�G�Z�o�I)�	)��ָ�����)�⦯��EgD�g�g���$i�� ���*��:��Zz{��� �C��	�9xv�B�A�ȷ�,+�wA��{�H��x�l�:�zՔR�$���n�s�D���l������|̈����X�	�J���Ґ�Q\�8>�����EGJr���\Q]����gm=�>}�i�9ZBS��`�C���A�g����A�LdN2D��B��bJ?x�_�🯱�=II���^��_�ad�b��7`?=��^*�V�.�K�7ʦ�;�`� o�����<{x������7֤���A�v���e3��T�v����#5θx��88N0��QH+�<g�j�&/�)�����G(���
!�wn̚s�0�!��;�:$�R:�ӝ0��{FDI�"c�*9R�a2�� %�,�S��an܅i���OC<�^�=aw/��֟�|8#W��,��K���?_��	C����buj�|����T�\Z���,��B�!:äR�Cc5�O��hQ�����գ��5�Iwd�/.!�J�\YM����Lצ����&{v��OC�b���۪s6�V�[�2~Q�J��\�<�	ٓ�y}_��)���׶��)�P�C�]���aL����5�{%j̆��d	O��5�#��@I"���-*T���S�[]iy��r�����6M��)��<$�����bB�;�7��4x�8	�τr`��,��x�g��x������(	e�y��m?\fcC��'V����	�I��pˬѹ��*��Zz�q��.�C,
��R��;*3wk��S$CK�y��]�N�W��:�'��ZU�fou�:�;���\�3�n�A�;	�T���b�bD�JrEp�
��5�A�Є�ײȓQ��w�"��Ӂ��ܿf��"��Y�*ħn�R��
.�Nȁ*�g݆̱k��N'˾4d#SS4P)t㦺T�:!��LS�Y���C$'�i����p�X�@^���R�y��Q�����8�N$���p� 1�+p���o�n%���g�C+W��ގpS�R9+��ϋ$�༃���fkP�).��[�6���OH�ը���MEy]yQ�1%4H#�.f*i�|[C��C�C�Ce�H&!�Br��A7��ݜ�e?���	�Xý<_���`����^�(R��>��ؤ�����OЙ�//����+p/5�Tqn��P?W��jK�M�x�b��
�;�f�*��i6-�Z�l�iM�05"�2�dQ�
��$r�*B��Xb��cb�a6�'��"���w[R�|����E�7
*�,==%%�c
,I���&�ܲ �Of���
Eag��̧7�b��6F�����"GJ���v�`�{'F��֥��j�t�-�&�D��s�2�;WD˕�4����L��:�c5I��#�G-�U��_z��u��ӗ.�W�m1����y�U1}��^d�g��Q���k��T��^l#�pj�D6��IX�)E�"�����<M���I�
������%sw���D!�����9S��-cȌ�7k�^���h��ip�jc��S�Gn��Cu:��C&ˇC(xG��_� �M�u�^��I)�W,E��^����fa�.Vm
5��m��ݛ�h�qS��{�MNu����VΏ_x���
K�Ɋ.6�Mb�Nƭ����t�+7=o��[����y����f�:7�����{>�޳JgeHG �.�В,I���S�c��ϵ���V��T�O��Z-��Zk�l��ͥx*N��o�+u�q���H�I����i˗��,(���ą&L�H��K�vS�;k�pZ�d���]o�kn��>྅�J��Hd!D��
����Q�������������gP)�,|�o����\٣o�Ԩ�������j~Ž �2��hQ��Q��
���&ݓ�̖��A:��5�?���"�N°�a�K��zYa
D9�q�\�(��0"~<�lI�Y`��珮�2�~q����7�Ra�p�������0y�ӽ �3�Y�����n��;�$�a"1.f"�#��sd�""��}F�*��—@B9j����P�ʤ��IqFK-��>�I�s8w�1Z��Lh�U���^�~+Ŏ�_]�ʂh2����lJqi�,iz����
-���p-�=^���k}Vs�-�[Rn6(�v�fԪ`[h���Is��-;3W=XhO�C"K�c͚�V���b��dY�]�k3��1��/#��$	��*�(C�0�!+'_���x��y���.���D���k���/�eG^��Q��v���|~�szy�S�uz��8��פ���G~�hĘ���/�v�Hgd���R�C����A9��O�U�h��Wtp2�:t���ܺ����w��^��
��Vn�:��*�Q�#���B�UcR�{�U�`�)�!%�S
)�Pt��������K�^;/QiG��l��'C��W���=���MI��Ψ�sQ��<j�#��ք�KHj�/
���wu�t�A��Jt�D�����1�eB;�V
y��a��ĵr�W�_�>��
ת�K�>oc��Ԁz:����pr�z:d9�j�(�i��p�?�W8����-�����QR�H�#�y��G������(/��kƌ����n���ۤ��5�ـ[6WHVV��$�N:�<��w��H^�z���ᆊm���M#�tCo��{��\�h���ӝ{g�)��&o[��&:�\|�����{�]�|Ը��}���G��*m��j�Oʶ�3f>>P�d��6B��,��@Y�w�����/���?3A`�-��g�v>ϰ�<1ƒ���lc����H��s���D\j����V�a�B#��������^�û�P��q�ûN��<&O\�w�!o�+�~x7�S���/��~x����V�7H?~kx�?=��o�o*4_b]0��Rdx��n���|��z�8֏�#
�s�Mt<��s�~:��#�J����~�?<�~�7����<�����w��B~x	���j�/4�7j$<H�Ul��/m��*A�n���g?_ڈG0_0F�Q�.�z��񘐧b�����q�.�R��NA��������B�������q>8p5��t� yv�i���t	s�:��������S��/1�IlX ,F�u�R�R�5��a�������uz���1QX睂.���J�ߪ��{,[NA����V���6�!�:��ǯa�7���U��B��/�S�3%�,(F�2cYI���
=r'�`Y�I�s�:`?
��X�"Շ���`;��hG��B�m��\�1��:�L��B������_�����s�)��2�-��� ��!��#@� ��a����t����|˘�N��n�/i �x����]�=<�ۀ�߀�&��Ta��u[x��N��7��r�*�=��ׅ�p� ��n
�
�a*/[�x^�",���@��r8A��'y9�����*̗簯|�`��axi#��܁�6�	u'b��o�o �R���)%�
�/|p��k8;|p��k8�|p@��P2-H�:|k(���P���x
uC�������D֙l��0w����b�y�߇u�d��?��+�|�k����߯c�œ{���7ŷ`k�|�W�-Kb�x��<p����0�^.�p������pJ�?��>8p^w�y��8�Wng�䥇���!��yY.웨N
��v���aI��QL��o�g�����9���'_���0=$�M1.ñ$Di��c\�����E��m8��E��Ϙ�q��i�0�߯��!����#F����r������[s��!�ԋ���a���2W�"��#vq�z��+VT-�_�л�%�
-�A8���e��Q-a�a7���2�t�]=�P�u-z��;r�R��/	�w5�v�Ka���7�r�l�QV�	����$mbWWb�x���ڄ8�5AO�:���9��-j/���;�T;U`o�<)�a�ܪ���}�>!"�����'��3,�|�fx�	��`ы$�w8>x�{v�r�+0NK���5�=	�p��cR���)v%k�oO������.�V9V��zͲ4��B��>+�ϊ�4~�ҠGur�]]]�{Cln�H�.Ԟ>9
>~��r������JOKE4�ĕ�d����b���$�s��GF�ʏ�'�w�xQ��&D�1Q�������x��u����Jmު��2	͕ڏ�
%B�ɀ4�Q��+)�g��3�Z|�'I�ybG���b��㿦�0'?I��&�^<��!RI��"p�-�_�϶�"��bS��k���0�HD7�yL7-�<#RZZ��w;�w�5��-�@^H߷�M��H��IH)�YT����2��M�X5��e;p�|�	�ٹW�Q?F�.��">(�az �BxZ��ш%�`�BĊ)�U�Z,�#�56?�A��{��U��31 ��U�,�{%x�A�S�@đ������3w-�����"�J%�P�X^�_�����:����;/�\]���/�}Gk���9��3
Đ�N��C��\�JMGA�,����m�u�{Z�AdUD+1Uv�^�V�[��MQ1���t�	�`{��(����))_�@�`	�Qq*����]����";Ehz��E���u5)n�"ٕT�6+\T��}Z˝��WЗ��fy�+��I$��p�>}��r��<	}iV$2g�W�i��>��~疜�'�7o���z�}LYɬ�K���컷�=��n��Olo�^1~]SV<{�RWU������
�Qr�},}u���
�����o�C�A>m��R�1g�j-�&�"j-�笚C�Q�"��$�f�e$p6*J����Y�����N�1��+'��R³�!EC���p�\��� ��Ώ�����pz$3V��t…��.�h��������%�4��0pr:��/"��~'��"�R�'"��"�g�a��=D��n,�~�o_�����ڹ���U��VF�./�����:&3"�**�8����5�w4=q_ٖ���׌����:~܍��%z�/j"�#Q2<�{�4�9���"-(akeNu��b�qp[��o��V�po��)���j����K˟�Ϧ4'&�c�>A�R�\�!*�\�3YbO����%i���ɂ�3Y�M�m�}�)}YemI
�Q�������<u�y�MT��x��暐QR"J��]a�+�(\М��M����ID�dרu:�G!F�W�hd�f��pLb���e.��z[m�YW�l���;�:��㗖gT9r2��#����;�T�T�F\���T���xYG���9ť���F^>��~H+(�g��8��U���S�wG���Qu�?V�䠤=�U,z�06"����";m$���3�;q��a��Wd�����3�ߚ��=ۿc�\wN��˗��y���l��I.�V�1�9۝W�F�,��6]WV֓�`„yf���ы���<w��0�4�֖;�K�ɹ����z@ٓ�L
��������9V_�U_�,�H.�D�2��;�U2Q�yS��.�\8�|~����jG.U"e7H�
���3��m]���vp>�.5�.�������H?�Ɛ�,C�R�QY@*͚�Nsk�Z�,���9L��|���$_��A���h�'h�v���:͢e��cd�S��:{�����cR��d�(�P��>�{�n��oSJ7u�5���;x����M7���}mh]��cy���?��E�~o`����A!����a_肐z���r�?=����������LVS.�;"j���t:%!��*��U�pFS_�ّ�Х�潳����)��]"j]�&b�&���jrϊ�g�ذL=��m�Xg����g�,�!�9�J.Q��&���!��r?/9�˼V�ͻ��7�4�-�j��S�U��-�m'a��d7���%���}I6���m�W!�]�N�!{a�]^��#�r��?ƫ�_+9�m���w`[~�n�Vh�ҫ'C@
l��܆�彋�$�
�v����n
8J��m;���w�Y\;p�'`�.o� �3 ��G���	Fy���j5�O�%
��<��O�S�Y�@ݚ+��V��ÂYCICf�$��eU#�OJ�Z�2u�G�ݔ�h�ӥ�s�`���p&�h��A8��g 
�s^��>B&@-,:���7j+���B�,
���.>�u{���-��Ԃ\�Snp�~A��: |��@yp�?�|>4�����)�C���y4zAS��b�r(�b1؇Lqag~>B��K<i~�"yyF|�ӥ�ҫƈcESƄ&��y�$F���Z�-Y�&bb�[k�E/��VDybkJl��Ʊan�zUL��������CJ !�3�����[�`�[k�!��R~�4ͪo�_U�ӯ�o�^��8�Ӓ��/���!�e�Z�WД�̲`�Nx��a�������px��A&禿t�����;��V����1������̙���0���Y�Z;w~á��ʼn��/`Y޴��űe��SsF�3��.��[;��K�����Q��Ŵ�w.iz`]<~sa��*��h��ޝY16��b���9�q��i��E	�b�yK2CkNO�N���L��mQ�%ƚ,��B����!.�ɩD��HY�R&
ާÈ��r% �&Cm- ���爵�0�f/����ӞG�,ц�0m�[�Z�3tf�o����WX�V��Y����}XPN�G���Z�@�Q��8t��Q��ޖu,��'���Ϻ���c\@�]��M��g8��M܏xn_�qe^#b�Oh84��c�$B�bz���"��1�fE�*�4�`�@@EY��lZ��B�K�W-/�{��w����Z6c��f���V03�ۡ��J^�)_Ը�M���w[D$̛{~��Y��y���~���9�t��	��l6;@�+���$Cp����&���s�yKH�����o�0d�c�IU��uwѢ�z�n�]1�E��3[&�ܨ<Խ(�}�{c�l�=�imaζ>Է�†
T�+�uqќ;��unk��lP_7���;�=�t�3N%ۥ�a4� D�p޾h��Q`�JUtoX�,J�*�����2:3�)�/�4i�����_}� ���nx���-|N�eM�H=��͟�}�]���-�����l���C�l��C�i�LCO����ȝg<�%򢀻k	�^���_���`�ki�����˃��f������m*\L.���������O|,=r��W��F�$A���=9��k[aSʬ҆����pn"+�P���=��pb��������?�ɐ���|⧵)q�	��o֧��mZ���b|̈Ԍx�s�9�KMX�B�� ':�
@<�.�5E�n>���vf��y�i����p�'x�.}����{���կ��h]B�ڊ�Q	��,�oh��'s�&�n��6.6�\�>>3�(?��Ղ�A��ۿ����
{���i�I,��ړ\QCYsg��%�je�\�Z?#�z�>x>�0�h�~C�<�&\��"32�MD�C%7�#x����/�5y�;
��*�}	�����@K-9�y{]B{r��u=uK�;N-��-�$^!�Ỿ>C��$Y]yp�;�ٝ�H�`�1&���}i�?�����=TGis_۔S�>��M�4\(��D�G�29tj��

���ek��w���_����
PP:Q�� 7H��Jta���p��Ýd�삎P���S���5���pc��M��D]vnry�.�9{cj�[�(��J�a��޾�A�Ν dۊ1{�U޳<��	�2[��F�d5w�F	�G��0��W
�G�x�LQ�nZ�µZV.�JYC�)WtY�[i'�'�Q��������^��CŌ��[n�Ps�>��k�/c�����5�C^�-�7���z|攼
Krfś�iť���ZKW�_�o
�A�����I��רz7I23Ĕ���6����Nӫ�h)Ii.�!�*������L~�l��Cc=���P*HA��4	BK�'���2���~���Ee��#���y�����v�E1I
]{��|;�C��1�u!\���=����	���6{1nK�����L�r�GE�L#�L"�
V��2ݑ�/���$��x7\r�#_/n�l�=�n|9���]���'-:�5��z�nO�䎝�m,�8�w��z�����&��3*��g�߈���q��q<_��-���k�t�ע��%��B�%�ߨ/E�U��F��D��V�p���+܏��g�(���HŜ�c��}��o�g�7��!�:=�y��A�3xd�R)�Ң�o�� =5��F��Eݗ4r�(5�x�k���浬�!�;��lʱ�w'-?��ж��ª��J]���Uc��5�;�vW=���	����gO;l�jM!
{^�����?/�m�s��|F���US��3\84�9��x_��cڠ����j�g���`$W���7���0v��SE�~ѡ�R�	����ˊI�&{���8i/��4	��i���	�g�(=f�5�5�;j��ZGE-~lH?x�Qs)��6QQ#�u�K������}=���8����	� Ą�`�4-��;⒜P/ЫP2���p��;����<�K9���[����#p=��Eh�'�Tt�&\��x)�hI�$D����`���E߆���K
����H@�Z�{��o�PS����@~ցI�몫�
Ut''O/�jO>X��R�ߝ���L��>�vk�Ļ�fM�]���~���ͭ�]��=�������mRNC)pMX�9���%��-=MůxZ�lЪ���	�ښF?�'ft��(:���<�	���Nb���*2���ڣ�z�щ��)�H���N�B.7��0(ēf�w$��ɍ�?F��ʰ5�Ґ��
����F��w}����*�r��$/�rTM�+oqe����
9��.
7����YA���s?��!3JR��RD��t4#���զ��$ H5I*�(�S^�SQ��?�#�V�ʗ�uk�����wO�7����v[�u��wCC�|x�~Y���xZ�C������	Iєn�b��
|t��4���P	h�`+ux�I�7�B�89����;�M:pƒk3�dD�7��@��H#א��Q�!��sx@��\䌡�~[ ��̋C��G.����E2�P���d-�^^�rcA<��.�	��P��+�o���Pj.�Y�v;�RBlZB��v�YM���),����M����1�p.���A�oH�M�hU�hlѭ��e�ڧC��2ʌ�Fk���Uc��p�tY�Uf
�W銗N�*ɧ���vN�2{e��
��x���wNC��r$<��=� ����\-��-!�5NhB	'
�(�j������wnx��vg���;��a�_]��=cݲMG�|w��կq�P���=I؎���L�4�ޢ�֎%���6���5�
���	����P��<�~>���iD�"QA${�<Y��;�M
*-
�˓M��0
�9������>�$�A'֌����o8�	�-?7:+���V��O���+nY<:c�-5�8��I
^�늚��Κi�/q�4B���}���0�Qe0f��r9�խ���T־��n*�:mӄh����ynG������xa�ܵc>�?!�@:��LJ;Q��a5���y@�X����ɘn��&"�c����VJ{S�e���r	v;"�'+K�_�Pd	����CC�M@�E�����ʌ�������rb�2��H��kn�f��dGA�+Ƀ©1
g4L�DT�C���P�/l�|�{�R"�/_c���^�B���$T,�9�I��'�q�2���~D
�/����[�q��(�g��ۅ�%cxy��������w�b'�D�A~H��31l�^�YOt�v>7���3��{�9`�U�}-1
��`�5�]AT@���B{
���-ۿ��ɹ��|�?lǷ��g?�º}�������_�P����
p�c8���;��0��_����i#�a!��/���v_l4l�Ah���8c��0�2<�g�#���^a��B���]�ۄ�ׅ�6 ��Bl$l�!�/&~���>�>$���Q|����`;'���b�`�W��W�Ad��e�b�`;�\$�a�{�%�������<�>#B�zn5{���T��0#<C�iDQHTµ���F���e�Jb-���J�y���[�bEWWFnTTddh�l~u�h�UU��7�N"	�inh�w*��x:|L�)T�&��B�����ςG��Ttc��.U�k�8@���~ӷR��8�巾����4��GٴvŊ�w�X1�`�y 
��I�����ܙ`Ϩ��QeEE\�?ϼ�b���dGL�E'f�N�Ơ�ZW�hoΥbz�� �D�¬v$/��=7^��K=C�@r_	���
�oXx(Ŀ��� �'����J�����@��-�nm��jk�T a�_^�y�{�J��G9�9�x\r!$�*3L����`1�3g�x]:�bl)�n�oJk'L�5s��S,Y>s�3�?���{�_P~�8x�����0����`��w�����47XO��N�e���;vl�������ן)W�"� ?�����@=D���QP^��W]^��R�SG�Oݰ';�tTb�+{TZ��Z(�`	��Nd�^j*��7���e�������|cٮ"�:ER�[&/
}F;�	����J�Ti����ѱ
O�|���>d���@��C��ZɒDhF��yU��x���:�7^m�՗��|�[�*Wd�uVe,3��bA�ȡ��0 𭪬1�/4ݭ�?�FϞ�f�ћ������:D;�Fj=�+�3�Įr�k@_��yb�MFM\ZRd�6��6k��V#��IIX�5:��{%�	�'t�:	r�}�b�h5��k���H)f@u�xE�e��x�7V�;�ԱVh�CSچީ�)��8�N��A���Lv��2���Ӭ�34������cb;ڬ�������Cc{S�aգ�!���	��:À��G"�(�V8����C�AMaįqx)��ҢI�Wt�}q�AY���HS}$%2n�5��pK�|/�/���:�!�ƚ��������5ƨe�F]�_0J��{��t���8&6��i�%DDG+�)Gt��������xR��]^p6i�m���d��"� L49a�-se�'$bfB�ݚm�M�D�O(�Y��1��t������ȉNg��UMI	W�DƧ�1עU�9D�ٻHt����4T�R*e�~��p�T��F�/0^�_��Ⱥ�E`c�Ȭ�	_h:~6��|��<=��s��|��e��M��VS���¸|�jB
���-���H���%*`�զҼPr��I����o`*��ʬI���?.�qmP�e��h�1-�|������!8��E�x<-�xV�]�6T5Ֆ�.X�,��c��f3�zC���+�Pnn@�^�rc��7�)�6JU*{�5vJ���V@Ы�ado@�Ȏ-�G�E:]�3"{��Wح�)��Vm�zE1��c��������)z���rϚc�j�	)ܱ�+����;�Yx,�I@[��eO�Ā.���#Z��J@p�I����5q���quxj^�)e�6�,�=1zQQEw&>_��M{�s�zA0�������\k�F�d0'Y��O�Ҍ�s�����d��NN�M���x�&��=J;x�C�*��E�#"��`v�OM�};a_���E}�����
mU�+��q������/l���Õ�����m��ÙA�/q�p_�Hn��}w��*�F�
����}Q�/n>3��B�jxF�5��z1vv.��
�9+�?����OtC>�Zg`"�
��R�(�&u�]�ʆ�#���㑒�5Ǧ,z�Y*y5b��|���,i�j���\6%���v�Ȝ�V�W�p|�mB�`�]�ƣ\�ѻm ��v�y�f�!�n�c�5��h��C�Z�^��V���B.k|�D���,�_�|x�~)�*fs��.<ЦkK��]��SХ��#�<:�<�$�,�~Ҽ�\���˨��q���'����ȿυ�=��2�&�-���ߌʍ�	���)�b� z@LZ-r�W����%�r	��ۿH�.a�o�X���7u(o�4E=��8�7&-7#.��Ǥ�;�
�w�9��d����2��o_�K\�{T\lf��'�Lם���LC�?��Sډd4����KHr8��f�^$�;��9������c�ܠ}�H�;���GL�/"7]{Z�A�u3޿�,n�t�X6ڪN�J��&���#�u �C�J:���p84��RZ��ۨ�㏜e�+��D�8p3��c0�K ���{7�O�i�36��|ו��gd�j��݇�9*|����0qo������C3��:�3E����U�)�wD0ᑉ�RB,�� �����倻���ʢ��CJ���p�O��N��W�9�Ǧ�?|ܲ���c͒��~���+��/�v7�N��9&��9)�l>��������;�v�/�.sD�c;x�m��C�	��=��A)�
�O�ұ��G�ۣ#�S�گ�K��H��K��-�?����d�%?+.gpS�K�;����$�.(�Z��k�\|:Ԥ=�	K��H�n\�vz��?�L(��61}N��3[����g�-��Fq�|���}zP��Lo�y�:��Q�~��8=V��|�^3"N���jn	�Z��[���D��ԯ�p��'|������k��5��~���7osC1g���,�"��B���NF!~���l$Ι(ޑ�O�L���	#�o�
ŵ��ϽP���i0�}�@�A!�B��OCD�!o�o��>g�"���}(n��@1����ͼ���[9
9
�}��-����%�g��i�}���{�v.�!��2) <z��7Z�e�Ȁpcc�	B��Kb���|���@�;��i�
�d��,�|<(�ɸ��yS�+l��Mx�܆
5)���L��Y����v�Q?{
[�yV�\�ِ7�����e�M�?�@5�-���L�XNםX��ǥ6�O�8�bVG����?iaa�G�P=�9"G;( x���"z���{���G�@�=UHM��:E��^W"k��	-"�SI�V�1F֔E0M�{�{\��M�Rm�iP��P&�ri�XRZQy�򨩯\;h���lD����ˢ�'^���ٜLn��)2�V��w||��3{J�XV _c�\���B�Z�RS!K�
���W�q��U��Q�O���fn�Ijda�e��bg,�]q�E)���i\_�j^u��zf�^R���
����	ei�S<���-���a>�s藭+N�eOɭxy�Gv�O�O=qc�}�~ׄ;�n��We�˿Y��.�9.���r�}ڈ�n���I�odh�6@��'2�UC�Vԫ��^���}7��.�����%��M�6{���Dv8�UҊwI{���	)�v���-�-F���*�|k��ˡ����5�)-�ԁ����z��E.�טvM�8m�D���v�{L:���d�_{o@���v�>��	������<cuA�$���Z���t�0�#K�`�n^�t�o�!9x��Ju��X��_�]~N�*�O��>����k�kփ���c�e���ڒ9��l���C�}�!
ʌ���9Xੰu?o	L&B둓b�5o��/qQ�N��s<(�$�����H�X#�R
)F]n�ɓ_]xm�`��!/2�S�{�^{��^Y_2g�w�)7~�X{rge����_��v�x���u}�7��Ѿؔ��M��Ơ�P[A���•��`��+��)�s�螻S���7�N��wpmΟ�ڜ�Gd�!n^w�M��,;�?_v�Y��9ޯE�0}!vR��sT�N�'���Y��9���P7��@_3
&",�������C��$���تу'1�!�S��8��q�Q�����Q+pl�����~O��m�����`�mT��j�{�E�f�ت&�-�y��DZU�q��oS���a����u8�6j�V��q��#������]i8��-�}>M�T�4�z�F�0�p�u�Y�W�=�k�g�_�g~_m6a���(�}*�E���
?�g.��aߠ�3`�i������}!?�*�\?�p������l*�y�"�3�Od%y�`��'�VEV�C/D病��d>��m�ߓok����c:_�V�yT(�3��B�A2��31���'GS�q��޷��>�O¼��ж�)�w��B*U�y�~h��	�H)�ϰ���W���ׯn~�)�s��ӧ��LJn�Xg��\S�lϜ��nͼ+kg����EKN����u�G=s��_3�7o�C�W�B�I�Gw2B��1E�D;(i��O�C���_�NT��k����i<���[������c�/��\ˆP�T��0�D��*��r'at6��o؝�XQ~O]ǬwV8>���U@�s��iY����
M.i{`�g�S|����������X�Z�TaQ���p�Ԑ%�w��h�B�ξ�UW�<uL}Bas����شĆ���M���<�|݃�o�[u�;�?��vTu���y�hM{�����My��m�v�P6���	������<&����Y�N�޿Bث�N�,-�,��v�ne�䥿�>�I�Cu�HS0���+w,?I��v�[Eƀ��%3c��J��F�q��B�8�$i���^����O%�𛴀���p��J���e��+N�v�l�ߴ2oN�؋�)����	i�Nwl������gfL�/�[�V��=��d��Y:��P�[��W3�	��ru
II���V��ƌ�i��&�%_&F) V_H�L��K�3fјĞśk�����ƌ�>��ڧ-���{�c�����s�c�vV-���c5]�w�����	e���A�?���y]{x���cEs�TΘ_ґ1*:��:���-��� }�rJ�f@y1yc��F�"�{�����]$��\!�D<�=�d�>�&��L��G�.�����1�'� ;x_p�o��qڟ�Lk�Ʌɵ�ދ��3iSqw^޲ggOZ��j.n�kl��SKm3&�ug5j:�N����ƹ�N�7﬛�gZt��;[��W|�|^aQW�-r����)i�E}FY]z]G�Ԓ���z���>��1��P#�e��*�6B#o�6'o�!p�m9
��O��@��,.�:��)����l�c������V{yWq��y��̭
Jh.����ݧV<�+���䪸�G�?�mV���{f������Jԑo���EVƍ^P\0cc�K!oz o* o(x�H@�!E�t4P#�P=�:�0I�4=\�F8�֑_�
}��"=S6<>�mK[���sé�™�E�ͭ�YM%��f`�@~��Ɵ��f���}���]v�ˋ;'<T���K�Oڶ�z��_�;��k�K��Sp�������]�s7���p��.��{����p�|�^?���G�#��t�y���E�N�K�ϳ�D��!
2ОK�
}n�r>?G�>��	h���{�
���r�y.)؟�K�&D��Oh�\�4�gЈm��\&����"�
����q�=L��we#�'�a|Oi��h��Z���W�Ή���n<�ܶ�q�{���-h�x��TMo�FJ�d;v�	
E�5��
Jvz(좨C��Jj÷V�ZG�
�e�{�)�H/9Eo�
�E�{�=�q9�$��q�3o�.g�����P�;���|ƸDՠɸL"xɸB��3^���m�U�S��q��+�2^�;��W�v�Wƫ�qe��
���=�5����uzU���Mڬ��x�Vj0�E뵇PTV��W�����h-��q��	�W(~f�D��_��t��ŸFoJ�e�[~�x���?0^����ߠ�+��������R��&}Q����W[f|�6k��#24�	��)�>9�K
�t
��ځ���$V�1�.`�ʰ�aK��m��ii��b��=2�R�(CCo5�b��(����pN�?'zdF�T�}'v�
q�W�3R�8���Ss�zNd�oR+��΍�^�k�Ϻa��1�@���ٺA�E x���1,gI�,�*�,-��Ь�j99�X`[
��X;��e�r�_�^ z6���N�h?O�g�_d���/�b��p1�9CL���?q1'��Tj�I�C�"�4k��;��S`���`3��ÛU����k���)�gs~G�h���-����S�y��wo�����VH�R��L�	s.�|��Db('��D�bm�JU$t"z*u�E�j���Yp{z�D�����^P��]Mb�d�Dk(c�Ģ��e8��fM|�*�
����q"N��u޹8��?�����cZ((����D�MI��e��E���.�|�+��9���OѦ��8,��hU���f��?���Y��2������{~�H�}>�bl����4/@�4җԴ\�2/�Rq��/ʼ̄m�G���04g���{�\n�l$��9e�yg��ܗ��.7ɘGl�ZM�';��2�-X���z�����6����hbh�s��2Uy���1@QY�T8�V��޹]8�Ӂ��“q�o��Rd�5ƜF�5���t|�^�GΆVB��N�}�$��>��%�:�f��m�.�տ��x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\U����U��_B�<��:���������;A�a�� F��!r	!BL�* (j@D�#�0����80�8��"0���}~�]��;��<�s�~�Ώ��^{����ZU��:����ܹ����;�c�\��I������c�^��쓧���Uә�r<����w�'W���r�	'��̑�ZͿ�P��=��Nw�������N�����?K�e�+�����eN��[�����]?�y��gͻc��y?C�?�y�����e���^��:�n�T�{V�.ݳQs�C�T�;�]�I�w��} �C���>�����SQ��'�/�����:�k�o���;���G���w�
���g�_@��F��Q=��zvC��٧g~πT�'�S���ٷ�è�z�9
�����{V��A���R�Wz6�\���疞�~�swϽ�M=��y��)�g{^�y
ۛ!'�iTh����Qݡ�P4��*���&�E�B��-}
�,�"�2t�����K�]�*t
��M�[CwHm�,t?�C���Dm	=z�5�V/��;�w��ٽs�B���8�lo����ݯ���=���^�wi�I��G�މ�P���/��Pafz�U����
u��](�S��Q�0[��U�Ai�z_A��¼���w@i���A�2�Y��D�U��
�}Q���WaV�/Q9���:j�
�;��E(��6�0��oT�����c��*��M*�D=���Y��Pb`��F-0줲J4,�F��DQ�bAUU���T@��G��@ɂe*+P+U�F���%j\��Jr\�rJ����F|z�HZ� J���lQy%�lE��8}pէ�ѷJ��7R���Y_UR���q��P"��Pԑ*P׷T�$���[��P��>��}����_����>��}��'���O���_�f��}��'���/,���a���0���_���/�
���_���/a������_X���/,���a�oP�����_X���/,���a���0���_���/f*"������E�_�"�/�������_D�E�/�X�"�/�������_D�E�/"�"������E6��_D�E�/"�"������E�_?����~�����R��~�������_?����~����׿���~�^���@���ϡ�^�(��-J����^��(��J�?�{��Qb��l�/���@������ o
���}Pbo`%��(�7�@��rـ�8%�����Ym@�
�F����(�7@~{Pbo�F�� �
����Qbo`J�
<�{Ϣ���o@�
�����Pbo�<8(��Pbo0�{�U��\�{���A�7�%������J��<%�ɗ�bo�*���%�Y�����(�7H{��i�����$����������,�؋�Ή��h%��dب؋�Pb/:�{QrmT�E�D���R�b_���/:�Q����(�E�_���/
Q�������_T�E�/*���Q�/
Q�������_L���/&�b�1�������_��1�;(&�bD��؋�bb/Fԋ���ȋ������D]l��u1#��D\�Xq1b]L�ňu1#��D\�Xq1�w�b-kq����X��Z\��a-.��b-ތ��8..��D��8����,.��+�",aq����CX\��!,.��aq���8���?'�ŷğ��U\\��*!�p�W	�J��\%"�x�h�S	�O��4%DS��)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M	є���hJ@S��	rhB$%ȡI��$�&ER��IIrhR$%ɡI��$�&ER��$��͒D���J͒b*I4K��$�,)��D���J�UR\%7�͒D���J͒�+I4K��$�,)��D���J͒�+I4K���J����DX
�R",a)����K�R�f)�YJ���f)q�Z�g)�YJ���f)�����XK�ZJ��`-%�R��k)XK���F�XK�ZJ�,E4K���,�h�����KA]Zԥ�.-��P�u�J�,M4K��4�,-��D���K�_Z���/-���i�K���J���/-���i�K��4���_���/
i񗆿��KoF)���fiQ�&��Ea�h���YFf�fQ�!�eDa�h���Jf`0#�2��ˈ��e�_�2�/񗁿���l@���e�_�2�/񗁿���_F�e�/#�2����Y�ˊ�,�e�_���/Y񗅿����_V�e�/+���Q�/Y񗅿����_V�e�/+���Y�ˊ�,�e�_v#J�e�/+���Y�ˊ�,�e�_�r�/9񗃿��˅P�/9
@�r�/9񗃿���_N���/'�r��	���_N���/'�r�9�ˉ����_�r�/9�ی9�ˉ����_���/y񗇿����_^���//��
����_^���//���y�ˋ�<���_���/y�߀y�ˋ�<���_���/y񗇿����_^���//�
F8�W����+�_A�� �
�W�+����_�
⯰%�
�W�+����_�
��W����+�_A�6��_�
��W����+�_A��(���WE�+��b%���WE�+��"��_���E�W����+�_Q�'P�E�W����+�_Q��(���WE�+��"��_q3J��(���WC�7$���oH�
�ߐ���!�7C�o��C�7$���oH�
�ߐ���!�7C�o�����
���
(�7C�o�����
��!�C�7$���oH�
�ߐ�c蝒�+�_I���$�J�W%�+�����_	�J�%�WZ�%�+�����_	�J�%�W����+�_I���$�JQ�%�W����+�_I���$�J�7,���oX�
�߰����0�
��aaX�
�߰���a�7��o����0�
���	����a�7��o����0�
��a���7,���oX�
oF��a���7,���We�+��2���_���e�Wn��_���e�W^R>���,�ʫ�k�k�b�|i�+�
eV��|K�eqU��|oySY4�/?U~�,�ʯ�߬8�S٩�Ge�x��U��tE�T��feQElT�QY\�e���qP9���rIE�_��rM��rk��Ɗf�r�ʣ�oeK����j孪W�U�\VgW�VCU�`5^�VKU�[u��_���f�zd���Ҫ�zjuUu����~����U�G���
��Uo��Y��zO��U�{�W���g��*+�F�ʊ{D�=Š{D�=Š{D�=Š{D�=Š{D�=Š{D�=Š{D�=©ՈF{��ۈ�}��ۈ�}��ۈ�}�S�y��V#�N�F6�pj5"oa'7"oa'7"oa'7"oa'7"oa'7"oa'7"o�����8����k�Z���5N�j��V5y{�S����ƩUM�^cOW������������k�Z���5N�j��V5y{�S����ƩUM�^�Ԫ&o�qjUۨ©UM�^�Ԫ&o������k�Z���5N�j�:�Vuy{�S����ΩU=�©U]�^g�W���9�����Z���uN���:�Vuy{�SӺ��Ωi}B�SӺ��Ωi]�^�Դ.o�sjZ���95���뜚���uNM뢮Ωi}�
��u�W������_C�5�!���
�k���5�_�
�k���5�_��
�׀���k�_C�5�!���ؠ
�׀���k�_C�5�!���
�k���5�_�FM��Q�7
��o�F��(����Q���7*�F�oT�����b���7*�F�oT���ߨ���Q�7
��o�Fo�ct#J썒gF��(yfT썒gF��(yfT썒g�b�I�i��&y�)��!��k�g�b�I�i��&y�)��䙦�k�g�b�I�i��<�	u͉�M�KS�5�.M�$�4E\���qM�KS�5�.M�$�4E\s3J�5�.M�$�4E��eLč�]�D��eLč�]�D��eLč5P"n��2&���.c"n��͘�cu3&��X݌��1V7c"n��͘�ۀqc�n�n������1Xkc�6&��`m�ٱ��Xӌ�9�C�N�{����.���q6a�"l��E�8����qs���9nG�\�_cIbYn�^˹X��r~۱K�X�?{��5c	�CkOc��Z,�q�w��܅{���,,��|�Lk�sX�6W���}	�o�u���SU�BO��<q�с�y��XFMk����hj>�Sn็`Y��z,�Η��ͽ���F�_��ZY�P����?�ݿ�]��݇�}��i�oL�Z�=��"�g.�Qg��J�۱<�ž��X��XCoc�Y~k��/y��t�ֳ1W�O�9�6�g��Ĩsu���O�~]/���۫�տ�\���T}ou�@�5XZ����2���w�hZ6W�Jf�g�:����+����ho����ZeZ�i��u(�Oy���NO~��j,�aي�׽�_þrr�v�3�|��ט�s��ay�:bٽc_Y.0W����(ڿ�דM��2�?2��5W��F�u��w�\,;L�)K�>�f������;H/�xH���w�o�^���w��K�����g�up�ϧ���038�6���um�!ڴz�L�	z��+�;�{�?n�׵�t��V�e�li��[��
�~�]��ĽV�g�(�;�+tͰ���:{�~�����;�k�:~����K�~f���s��S^�M�Y��P[?M�h���N���S��3���vv��:B?�@��.:��7�o�V�`���A꧸wӻ�P[���z�ר�6洼�"�X��u>1͞7�qZ{O�d�Ϲo���8w�di:���x�hޓ<�ƺ��a�j��:�m�D��R�a��� ������7�,�e���s8�����y/k���O��i�����^�.�,o�w~~���Orq��<��;y߯�dm�6Y�~r�_�c���u>���^���_NZ��eޫ��4���ΰ�{���
_8�<���|�5��M�7�ܥF{������e�Xh�l۷�w	��GԇJ�~�L~٦�;�}�؉�]`̮.r0f�����Yd%��F��:_�P���ć��Ws�^��m�GV2��l��6C^t�Yk��nQ��d%���r�ի�oW87a�}v��^����@�*�h�~�]����Y�sl���v&e5�� �<��}����꓅�����կv*��_}k��Y$�،0��g������8[�#����gk�����D�M��D�ɚ�}/�����+M��
0�/�}��@�j�t�R
��� ��V�5cnׁ��Yv�1B$��+�l�_�j�(v6�9�����?blφ�3���>o������3H���f�,��J̽��l�v�0�m���[��~e�w��}�\Ɠ�H0m��fUE���@�w��Un-WD��[&J��D�&��oF��{}��g�(h�&;S�(�݅}/��g��[��2��{�����۳�;����g;�v�eyk��,�淕��T�������l��~I�o�f�K��?�e_~�ͼ��[�?����ٹ�Z��}��n�����nG�V�j�]~��'I�l�$�8�4�9�yt�v���[n=Ve��@�0�q��z���#������{�#��["�}�w=Y�kr�����s{;�C㿑;>�o��u<şŞ���_`?���g�v��YϺڷ�����軰�{�;'�H?�f��}����|��~�{/`�a��F�u�!��+x�7y�߱�#l����̈][�����^���6;���<f��U�X�X�X-/�|��gv\J�?�G�'�&�"�[��~Z���gn볁��v�^�{����3����1���	����>L�>�t�:v�}u���\��������;i{?
|u��Cנ_gLR��?�2��з�WQ�c�:�{'�<���o����Ym�V�v�wgwcW}�a�!��]e�;����ӌ��9�����q�ٳ��s��wvVh���Q�@��'��������{}gg͜��ӌ�9���~?p���8v��d�q��	��}}�T'�;m�^@��'�ߣm���{���]\�%�m�܉���f�.շ3m�X�z�Pg�o.���Ĝ֎�;Vk�gA�o��ۿ��{���	�eWξ��wsg�L�Y?ٝԿ�6oF���#��蟎�A2f���	�K�#�U�§>�ܽ����y��9���Ы�7�oϣ�H�sh��ԁ+�r��/�����,�;��}��2�?�NB�;t��y/{�P�~��	�=k�!�}�˩ԃf�:�6��28��˜:f<gw�H#��+'��֯=�k������;|����M�L��.e�<{�jל{Q?F;#د�4�	���՟(��
�c��y�v�=�5��w��蘍i�~kM���g�sr������y�s�|���˱�H��������>@.��{�0z��Z��^�o���gZ1|g��Ɠ잂~6�s�;���
����bN}w{�}�����c�Ϲ���q���������n�|˛/�=�~mO$������&q��i3x8���߰g�y�0������,gz�'�1�s��96�M��o�~!c~�݅�v�n���Կ;s䮣?0��˜,��X:ݷ�X����?q��ns��;9����en{?E��3��c�!����c�ݎ[��[����:Ļ��Ǵ�y_{�I�ߕ��8�8�>��_�}k����On�'��������t�S��W�O���v���'�+�͡�͌�6'��͜�os2y��{�]}���I�A�X�<f�7x��zf#�y�/v�&��?dt ��4�v�_E�<���N����a�s���&�ø����)���^��	�~+_���W��d�����hO2�'����b���YK����h�(�:��̬�������I����7ٜ�>?y������~t:~�׺Q��zc�/���_�]ն��s���Z�>��ww���+
�9cwO1W��>5i��#�0�#����Uk�wkg�7ж���~^�_�Kh�\�D�k�_�oy�{����bg��.��O�>��P���3}���.���s�YI^��_�oK����C���h��9�v-}���ǰ��}i�ȶ�7�ޚ�m�)�qx�����.r�S�G��H;���*�	�cf쁣͵��]�s~��Su���%Z��wE�.�bY�����FO��D�a��]��4��	�9�:�/�/4ѣe�6�Þ�}o:зj���%�>|��������vf�p��;����ٟ��'�
�>Ҷ����Yg��u�ֶ���O�0۟/�h���خ��YQ���m���Nn���ϵ����πxnkg�e���G�e���q���(�?�{�L�{N}�}�f��bܦ���m������cܬ}=���~���ֻ�k��~FC?�Iӷm>+ٟ��̸��vGy���^��>��=���������|����`�߲�迵�L�[����4a�tZ�����l�,��s����k_D��}���f^�y�͌C�q���I�%�+:oW�v�����oOB��}2xp�Cv,��E{�v�}�i�eߕ~Z����j��'K�}��}�5�W���������o����L���/a|�w�v�{�N2�I�'x���(c���m/Ϛ��e�'�^�˖���t`���:��M�wї0�,��Z���"��<�z�꙳,o��#��cw�ob�4�~���U���um}���-}�ɖ>Ĭ��0-�s�5��d�y��c�H"�T]/2��ͽ�2��x>�;��7�ݐssg�����V�;��P|�*�ϕ잫���ٴj���R���"�߷}��6;������׌�M���<��s�g��OXZ����{��t"N]��u>��uN�O�9[?�|�b��\�|�i:W9w8r�t6;K�����;[�s��~.v�u��\⼨�K�?��2��'�r�U�|�o�\��~̹�=�=�y�=�]���s���+�ݯ�?v��Ss�r�ݭ��zw���������ro�>�M��{k��ݗ��{X���^#P����q�Ł�6y?	�;{w�
�Q�;����T0�m	�U��hp�{9�0�Pk�E�E�+����^
�<�۪q�r��њm�F�Xw��y�E����z[�,
,ub���֫���3��[�&6g0fv�zά��y›f��ҩ���{��ҭ�'[T%�RT��4U�w��r��b�O�,SY��>�g;A�|��җ8�C=׬����zi�-]���i�o�\'O���ba����\�oWR3�>��\��]o�w
��!��:�-�߅� �s��W�c'��iyj�ԏt�S?�u��N}��YS���)�v�.�r��5�^8eV�o_�us�Z5e>��;Dz����΍���3u���߲g��m�	;9;8s��s��ڹ���zn���V$�����;��xߘ���3�=.�q'5.�n5�k�=��k�]��򿐼1�Z�|��3y��m��w��~G�Ӿ�ߋ�!�Kt��~��&d��p���z���ޣ����ˣ�_m[�l
(����ӡ�~�_��'䭛����)yn���<7��F�~�cN��w�ͩ�����tלƛO��I��6����;k&ۚ}�91;q�I=1h�*�[�sT�?q�NqT�*y�N��m��o0��Y_�r���o2��4*�uϚ���z��I�:i͆�$?8���}{wV�{�oL�lhV<��{�{�f�C�t�`�7�������]���dN�mm�2��^�bΰ��f+ �q����93`��̜�]�ޣ���E�u�n�;��(睲�P&����p�(g�s���9]i��V�R��;fe2�*��ܬ+&�|+��|�^�	v;+�����w��|O�3w������/�����w�zH�SFw�����p;c�_&�H�O��7�UN�vg���ݨ���8�W
sze>�2SbN�_�����'1��7MbN��ߒlP1'�7�M����-~`��ߞ��մ2������w&Passets/fonts/OpenSans-Bold.woff000064400000230514151213253310012467 0ustar00wOFF1LFFTM10��GDEFx��c�[�GPOS "L�_ٶTGSUB	8�,�1�OS/2U`�y��cmap
��YD��cvt ���=I,�fpgm����Zgasph#glyf"(ϣTt����head�664�hhea�!$)	�hmtxh~�ӣ�locax��O�xmaxp�  �lname����N-post���'n��Qqprep����{�B g�Q_<�����w&Q���
��x�c`d`�������7ϟw\�@d�R
�h�v�_/��Jx�c`aec����j�r���a�f:�`�4�	<``�� 
dj����x��������S7�|���6 ����x���H^�ǟ��sT�82B�ED\(�Yk�̽�q���E��?�	#)D�,7�E��,�RJ&����٬da�"El)�J�NFg}�y�=75o��^��=��s�=�8�y�]�?��j��\���DP/
fF����=�Ȅw�%mf@���)�ތ�����H_\y����͎;t�>��H�ߓ0j��`B$8#KA��eɌ�s\��XxX��E�t�?!K�Y
/�AƇ�;�W�A3/ٰR�c"�m��+bv��4�i�\	�~���}%���TI���<`�e���,�
�)z�2㍖.�m�.FkR�~�_�g�y)�����{�fJ$�L�MQ*��?�f�%9l
�;p���iO{h�(�/eجe���_%��{��H�[D���1k��UׂŠMFU�̵��~�����5iw���}����`la����<�V����.�6�����,x��Y�z��{�
�E���$�������ǒ��{�����J�jm_κv���U��&���,���֧�a����4s5h|�u΢����z����0/�?�y�>J����8�W-&�m�L��r\���e�g�U˧8��Ҷ�M�9�HƢ����8p<�_�Rc�q��KcV㦜mc��e�ws�S�ǽ�^9��3�a8K�8����j�U�6���������u����,}��Rcb��9@�<"�΂�7�w��
��ϊ�w�"�]���EpI����w>�]I{t3f��W]�/��̆���`Q�5��!�ZAޙE�5���҇i�5���	r��'�����4�Շlu�ּE��<�M?�k>���[57�=y6�d$�I���
h3*y�Y��>�Q�xVC�;.���U�oJlǭH��m,o��\��[��KV��Ҿ]�$|��a�[�o��&}�cQ1�%��|�2�`{bK��v4�W�d�j^e\^��U�Z�i֑���$A��X;^��m��:mS�l.A?}g�_�N�}���oҾ�|���~�3���K�6O�wA���ѵK�4��;���Bߊ͋����9"ٯ��~e�:3B��>�[��S�e��x�h�6��e�&��\d����ǚ���q��/4�Z�^k�Ic��r��]�z���,ק7�6C���kr_\���3<�}v�:FK|�����~��vq�F�u\1%c/��;Il�n��jo���R �����M�F��9
��Z4�cm���#hQ4Ļ�5��\ߓb��:&��
�I؊��G��܀_��s�L��2��X�M��{_�X�u3sn�~��16�4���r̳�UE��=���'2���6�mΎ�2n��9VW?U_!�-G��=�R_��~~�ݻ���}�߻W�9��b}pR�iL9�V�}-h�b��x��-��{'����Q�P}Q��ljr1Pa�@��ڤ�c=�Y���p[Z�?HM��||�x��X���y�SE����7RW�}��٪Vѥ��e��+���?�:']�B�M�=�'m1'C���yC��I��/��v����dƜ�zsX:�/��B��~�����ȩ��w����IL�8�=~*��Ij���\j;�ֲ�Y�a-��~5����}�`>�v*}l�K���'�9�-���(����]p ���n8���I��1�8{x��Cb����<8��;C��6�����c=�h�`���tS+�Ss��Qߓ��r�����q��޷E=�4熊�1�
YP	z�1=_�P�K����4h����g����)d�J��,������y)9OvGG��~4o��}G��Ѭd�y3<&�a���[��4�VpF�|ӪuN�,Pd�IϮ���u�8m��{�f�D��õ���0� �O�1�:�O�3�����'�\���L?��4~���$��(��|R�4P#V&��T�̂Tx�RE��
�
��6ۃ�;c��|�͡W�7��`��l���I�O~�cۮ�u�
�~
T&�	��x{MM"���cv�5o��_�ZQs�=�3^U��S��R�Z�w<�oR;��\
{�	�_Ƃ��!��sJ�;r���s�oC�w�o���|�,���Mbc�o�$��m ~Z�k�9��16������u�2�_G="vx���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�IjQEO�
tZ�q�݆d�L?([�	I
4$��
B�(kI�%X�U�x�]��܈M,�M��P�_�՛��{����lyQ-yV�r�賑��-����0�k�����F�J�5r����Ę�q�ݒ�O2�?h�j��K�G*tx=G�����f����h2RfA���X�U�4�(��L����I4x�u�oL�	`"2"�<�	��H�	�<㈌82"�idd��O"1��s7�\s7�s�9�s�5�Zs�5�s�9����}�P!H��@��k�\�j����@?C����Uˆ�X�����С�,h.���ʊf��xx����zx
>_9�8�;�8�u$}d�B��9G�G�z�.!H�	 ��r9�\���_&P(��9�8&:f<=���z� ۔=�����Wۯ39�^�.�S��q�q�q��������~�M����h^n�0o���D�	������mF����ĝ���?�<�8����7�OH�R�قo[F��b0-;&��c�0Ә�Bl!�PXX_�/�v~�2�Bl=V��b���"R�HZ�P�Rd/
��px'ƩpF\;������ŕ��bmqk��8�'�x	^��6�<~�M��	t� "(	���MF��*a�%���F���Qb�8_�+��4����KzK�J>�L�|)�Q�KB�$�R�4J�"}%��!d$M����2��l$����y��D^'�R�(��OSL����K�P�)+��Rh���_--͔.��Q!T5u��Lݠ���|�&�)h:��f�u�´Z�6E�J[��ҕt�J驪�#�	��O�~YNYc���Y(����͔-�m0��\��ch	�)�)����VOm2�L,���S��rM�����[(��gXpV6K�ja9Y)V��U��PV�+�+�*�+�*V+6*v�06���Ʊ�l6�Ķ�Av��b��8y<���s$%G�1ql�'��9�m�>7�[�Usu�.�
s3�Y�O��i�i�i�����/<�ϓ�V���Rgg�g�gv�2��l�Y�٪����ٙJvee��2}zNx��\�ܶ@*������9O<�=/9?Y�2TY�z��V��լj~��ZY=R�)$	yB��Ahz�i�p�B�����"�H*��E:�Q�*����	Ѵh^�s�zQq�vq��+n����{�t��/M^ړ�$U��$#Y��԰j�5�55�j�k25+5kR�T*5I��)�e�e��ˋ2�L#3ɜ�%�z-��[+���Uצj�k��py��.Wȇ�����x�,)�
@1|rUq5zu�NU��]����{��zE=X��Z�5ʵ�k��>+�J��?vUHVՠ�Wͨ���K���$���777~4��

�7�7Y7m7'5p�L��4j@͔f���V���m-I��ڵ)�ޟ�?guR�R��yu��>�Vocn�n�ogno7�������P����L�1z�~E��߿�}�p����`2�K������c��h���c�0ڌ~�qŸӄh�6���M��Pӷ�M�* �
�f��80��͈fl3�YԬo�6��G���-Җޖ����]��4��@� �`���jj�Ժ�����p�aƌ5��#�#�G�G�m�m���6u�@�h[�m�m�1�1�q����MK�Em,!�����U+�*���s��j��c;���>��T���t҆�m|�̦��lN[���k�� v0;*;��s��#�1�1ٱرf����t{���n����!��}�ݾ�9�x�!v����8��cα��q��D'�)q�;�N�iqv9C��sѹ悸r]W���epY]ݮ�k�5�Zp��v�0w�㦸�n�[�6���;�sO���?�[�Y��Nb'�S�Yߩ�t�t��˝�;�ӣ�=ϰ����g�gm�<^��x�V���N{��W>�~��v)�Z��]���]̇�}x��U���z��g��}ߘ�o�[�m��B�x�ۣ��,�������������}%z5�j��ԫ�,�0�@&�Ї�C���}Ѿ��"A4H٠T���8��������� 2���`eP�j�@�t��P0
f������^3^�_����6��̾�z#x�y3�f7D�C��>��
%B㡅�ط���an�����A��lP5���>��G�#�/"�(#��9��F"�D$��,F�E~Dvߡ����z7�G
Qk�;�n��1yL�ŀX[��b�X"�1�1��ZzO|o}�ߏ+�ڸ1n����xo<��G��7>�}P|�~���'��IhR�J'G���dr&��\J�$ג[ɽ,�O1R�����x���@�U�8���6W�����6�Dn#
""""^@TDT��ATD�K�f��-33�ֵ����e���s]�5����nn�����h��?��3�y�s��y�3M-�|�PL]r$� ����Trr�ƱҞ���de;2�=o��n9�xp����g�5|�\�s����aJUE��:�0SL`J(uV���v>Ac8����g�_G߸�����R�n*���r]� "BEEE�Zm0+�**�ܤ�y��*r9��v���8'�44��b@���i�A_:�_Αce��^�ʷ+.��{����~��<�w��2����]���^��\�u��5�#;��R�T
�]���YDj�ZM�Tj�e?�@���ZS.A�s��M$0i�hgV!�q:�7	yJ#�J�B��B�3Nz	h~���	7��}���;7.�`FC����i�忕G�n�
��]������]�tkS��)��;���ob�yx�6}G����k�<{DJ�L��O2�S��z8���&�w�RP&D��AŸ4�i1A�0����Õ�71Ӯ�(�(9�#��^�pfe�bx�����vf��+�����Ǐ�<�ҳ=iiv;���L��s�~�|�֭˗��rժU��V��S�x���r��_���S�8*�ʧ�]����ҦK�9��J5*�j�;�b�0k��M�hW�""&<@�a�i	�$�hkL �#l�o^@C�b�{O�x���:@DR�F-��pCkކ��\�j�q�/xK�����m��\[?�;W�h�7��%�*[��Vػؖ=絕sv.N/�?/o���}G̅�I����LO���i�iN�QH��D��/"V��"�$���U��t;�F�X<I�.+�8x��0`���A�k��;���:�o�^�3�E���M���~x�}U0�<
�+@�<
�G�9ʞ���ˁĚ��!	c��\��ܞ��5lUÝ9��g�{�z�*r�� n�Jx��aѵ���S**ܥ�dV�`��T���eG��g�tH���p��
,���W�?���x,,��z�؜�x����[؝9`�{u��e�C|���dO���@Bc�X����]��v��^��v�5�`=y�
�Q7)9�|�[
ZH��gęT��ZH�����1��[�7Me��w��HJ�8B���^I�Hމv�i1С�ȝ;��A.�O�2#S`�L��	жK�jv�O��ӏ |��Fl�:D"���\��������7�2�<�hJ}�Ĺ
\�,�zZ�<�ϵxV-�t�#SPB�`�r������g~�ڋ��8�&U��?yL�8���𛷛_���~�x󹫋^=��g���lGxV"4�(�K���y%릔ĺd��6؀��
��`*�9����Gv�K����^�T��X&��ه*$�f��Rȵ�;��� R�� p�B��xk/I(�D��[�G��7�7��#E[^�z�¢�'֜�;.�V��Ue'V��͞�7����zw�U⼈��h�4*�̱H!Ʀpn�R�$R(�a~EsID����X�͗��S l<�+�
��eM5['�t���o�X������
�n\�x���E���֭�_�Hم�v4y���V�$!H�3Z�Ԥ|瘜[9ɚa�����JSVD�ň�rʈ�午����M���")�b�D	@R`A��α"���%�g�c�`~	�0,���x��E`�ļ�7��u����1Ip�O���i��.MXh��EQ��p�,
���>g��H�a:�S��ۺ���s�6ԯ�����9L���*�p���QB���1�j�ۨ(���w�5�J�C©�;K�P�Z��f4��� w�	8	����B:��� p����dh�/�d�鲸�À�In�O�K�9;N1ay����˯�]��մ��=�i��!C��V�����W�b��3*R|�c��c����ʵ�VL�p4Ug"���xJ�q4�D�́��b��8��
�\b���J��:˹�ǔ�l_�K�"�f)�:�m�ąj��-�d]�F�Mt��Æ�&D���U��.ypt����cϡ��^=fؼ�����xa�{Xcf�kZ��M��Ӫ2gqT>�व3�l����Ɔ�7�o��~�'��==v��qCj��U�)��rd��!!��
��J�o�d=�}�h�}�о�zM��)��_��F�Glj��g4[�6�mܒ��)i'Ύ���:^��ٞEoo��|?���TҜ�6�)]u�����m�b���Ǥ.��������	m\�J����g[���>a��Em>X�k���xf~Q7v,��m���Y{B����Z�
d.��EL��`��^�~E��&�6���Q��'h0,�ck�11�qH�d���b�yj��@�V�����m8��+E|}�ˀb�g��q���5�����$\�W���(8`(��ϧ��	�$����������
��||�������dl���V�­�1"_8p�B�:�B�*��2�������鵵�O\��ͦ���9�*�e����M����2SJKR���N�Rr~͊�CS����~�LS�5�Y$�è��ͥUQa��2nYI��㔫Ӝh�a!����4�k�����|k41X��0�X-�Ȍ�1�q��\#��j�" �-�lj��i�[M꤇g�x����q~��vsZa��>��s�pj���7V��|�&��GM;�Fd3c���2�՝��r�����ͪ���$~BN������|�Ύ���Zg�[��n0��S�����Ӌf�j��q�a���bwq�yyAA��5�vK)�1"�h�-((��0i4�%����Y���=�En����h�\Pq�����ym���&xq�I�?o!���P�4�L��EDPf��N�~�O���[-hC�`��É��z�� ��T6��x�sdwo��b�3n~ }�L�������ɃGmj]wf�:a|�(�{�k~]vu��;,C��"�Y�	*�Z��b� ��k�A!7y���1WO~y��K?�W6O9��z�����<t��w���q�/�w�0��@Nz_�PD{Dn)��hf5O�5�4��c�Ȣ �o���ln��p_l��O�3�^}��uׯ�_�
_y��y���M}e?�uaz���
u)y� ���_E�;�䋥�z�r�
�=��z��7 �@ya1��a���"�����RϷie��Gg.�ق���w'�Q��T���	�:=���������`�/K>��=�hÆ�*�l(�K��2N�<>�(���?@�����1i+���z�#H2ĵp�^�H�S ���x�q���u�!Ȧ�'�̳�q��",p����WbaB�������'k���8
��F�+p4N�`�� 6�ʯ��eˮ��K/�� �%A6�<nʝ#���+��%Z�b����������T-�:�*x��‹�ʏ��$H�s<����L�M?zڽ<S�`s������ŠȚ�q\���~��<�O��W�Bi�T%��&���ы�X�c��I$������2)�Sx��W9)-���gO��LB�d���%����n��S�y�V�t
�x�w����|&a>���~�<Ϡ�6�+$4���V�l�T�A����݂��y�+�i��LŸ��,@6�o/r)�ј[��j~�2�� �������c=�����u=;���<��O��	_�Ɲ:�}��ʲeW��H�]p�{�Z��h��2�B��݊@�DI�ɘ]9�F���M �C��z`��w�4O\]������빍��2�q���Z���k5"��$"kV���?��ػh	�$�W>�
0��[9�����!p(�Dtd�A0B�]*�V�T�4�H�����v�Y��@8Z����n<�U+�1x>�,�Ȏ��}�r=���Ѵk���Egx.`�,��4g��dLHW�_�Ք>%1�gc͌[����n�?JB������L�4kZ��ъm���|�@�Ԥ�5�m�Kڮ�q_X�4���I+�=Uv=��}�D��'���T�H)i���uj�3�G[j�𔬑�)����!>��$	�K$�5s�&�o�a+[���
� ���7YR���h�*��58���b\
װ���;��ܱ��3����� �s�o�+��>���@p�_� :
�$���r�Nx�p����
��T�\��D[x>*JBz�o��}CJ�v�L�E�IN#�6䭨��X&��F��En)�IcT�;-�H�T���t�Nrn�O����� W�=�7��פ����:��S��D�װ�P��F���S�M��hh�� ��ylӂYq��N�`}���Zf�en}4���_Kl��4���@�u4;PG˰K��\-�����K8Ԃ<�gWB'm�\����D�<�^��K�VP��6\B�Y�����	2�p�UL==���s��3X�f�y�z	�rx����`�{�B\ka�}�~�SˆyF�>`�ԟ�����4�J�O�
vx��h�A��H�V���3x���ɝ��=J�O�v���8����\d�r �&>%aH��$�L�Չ�p\�
�����O��|m��lw.'�����n%2@V
�{���R������ ����2!'HS�K�0�}ǘjxz3�ݲ����A{B�R��y�⣩(��q�����	�DN��aœ
fޒ�hn|x������j�~�c�Rf*������8E�NG)nV�6Q!
�=>R�k�/zF�?|B��t˵>͓�7=4u�S��y��z���&_!�h�.n�.}�OӞ��؊'ۏ?/�3&U�Y?�g{��lcUiޒy��n^�lB,��)�A��ꢢ�n�5��_JKԅā��V�L	�$V
�����E	�L��~���o�^�h���5��jH��w6,\��ᮢ�1%3�_�o@Oפ���3�x�,�38v��a����7�+(�6#��1Q�H�#�!��{<G���|ӯ�,y�hJ��ª��!-�v���շ��fyj�
s��]�>>ґ�$�B�-L-4r��r+�QQ�ĭӇ��҂��5j-�O�iij#[���v
��_���U�'G�y
�&/�<�-�c6���,w�āR�Ӣ;�A�olK����]^Jx5":�P�$8��)�Z����RBR�,��4�ȄxǒF�~��r��۶f���9=���<0y���l�ϟٱf{J�
[�J�ֻ���^>�����f)��3��<��w��ȉ6��՜v�GX1rx^8rd��'?�Vi�v��i���o����0��3�vL~)�H��h�v��M���1J�+��͵٨0��T'q�S�^;������1 ]9Dtr|�'`�$$�i�OX%���q�1O���:1��w|�ͯ���K�K'͞w~{Tu��1$��U��7zș�o�Wa�'k2f��?drV��ڪ��kj�C�3�g=l��9\l�G��?E*g~�Wc�ᴉF�9x��w�r�6:+)C;,����j�����kh~��#��0��(wp���r:��/�~y�������,\T0�ؙm%��M�¤���x��;�wE
-����c�zK��	�.��2�M|���������4�⏉�`��'�������#Jf�`��z�j'6�����;���RS�;Ї)x	GRS�ta�&�J���
�ւ��c�3J�i�>X��\V2�}ᮭ��&ɼ�"2��^����T�K�E�B�B�˃��(�y�SBv3@��FYB�%�٨aq�=�G�K�U8Ӆ��)+ZU�R�j`�gxo.<��E�	���Д�ۆ1L�AhJ�I�?'P�.S�96���,2$��;�G�X�\���'�1ỳ��<y!�8��a"�mD?�֙w��յ���Bl��	3l���6M�앮�O�<���sI��?<�@o���Mv�m؊8������g?�`�ͩ�	��d�@>���	����ĩ���ı�3�y�;����9�8+R%Aq��gs�G_<�g��V=�޶�ko=��ϛ��7W��e�7W�/�36�egE�οl>��!<�����],�^�u��K�Ѽ!�"�����[����(�}h(u�}��5��[#�$��wJ¨^����W�[R��`x�v�*��]���mƄ�)��l+�og�g�mX\bM",�˷�V���vn�������p\�p��`�ۀ���`	�wd��;@��IT��
:r�ĻO}1E>(y��׿��V犽��p@{`���i����H8?M�`+��-��Y;�d�{�����y�9�w�e�7B]A�7kH$~�	�ab�䨏1Ԧ�)8G��p�^�*5�2��m�X�9�E_0�s�m8�;-W��G�I؇Vi�,*q+X�=�Oa��1�����9:��_�܄��c'��j^0wð?��zS����GXg5N�\*�O����ٜ���ܴ�)+���ɤ��Ŧ�ƅ'9&t��%�-���R�6�`P#&�$"n�׆#�8���n��Y�%C�Y�4{ƶڦ��?2��ώ���n4{�1:|M�_z�t���!A:W~�T� �ͰZ-�|A�x�UA�{�����c�?T�v|&Ȩm�ڒ�U��\���/{Z����sT[lAs��`	O)Z�\�H"EQ�O��E�X)c�]E��m�t
Y��lBw�=H`"mǿ�`&a�
1<����$�䢭RD8b��B6�!�l��gcsj%�qQ�$2.Z:��o��5A!:NJi��G@U�ĤRV�Z�������QQ�o��l�dm]�`�>{|0�yպ���۳��S@���w!<8�%�Q\�R���a_�\��@b��\�S�����<L��V�h�\�:���H�1]͘�ysDK�h��J��e��ZB[��A<6+���
�]ޠ�F„�G^��UnpY]��Z-"�������4z�]ݒ�U*��8iv]v�}g^@�b=��z�{b=|,da^��B�0�)�RZ�M�����qN��>E�X��\�́^G��HBӟ��
��v6���\B��'J��ό�s���u�E�ؤ6��-i���]��U�~o���+r�S~.��a�F�^�?�-0"�p�郼��kHe����
���^^u�B��6�ԋ�\a6SZ�3���YH;�u��'83ETbe���vV&�-^ܖ\�@��rAr�B�R��$������m�X����{�+s��:��e:�P��R��1r�j	ϫM����S�j/ȑ/q
>s�OǍnI��ptV��=/5oeff��e�萑�_e�lѦR~!�­����ӝ@��$H�F��;߁K������-<��K��)-o��2���3ɭH'��s��ҟQ�b�b9��q�.V�`l'�Noa��LJ�0l.
�FO�T�Z=���Ms__ŝ��&E|k�šض���0*�;������a����������\Z�Ng�T(�*eT"wR8W�zk��y 5�������.@l�hѧ���Z���x:X7�����gnU�����r��c�a����V��Q��u��vh���m���>Q�h�����}���]VKdd�!$$11�h2EG�+��H~��e�� ���•T��q�X)�S��>d�$�.�1	��$I�$�39���N�C�l�L��p�H�ܵ&4"<�����&gά�m�a�YΉYY�Y�������hXĚ�k�fg��L���a�
[��#�1;�63����h�#�oD2e�R\J��b�Qj�<�F	�[���-��H��8V��81����e@�,�w~��x��_=7�|����?r����q����l�g�aAR�%�~�E��w��~�՝(FͦJ��
�[����4%V-B.��l{��{\Lo!J$��;��Q@��@���ҫ=�/M��u̸��Ӷ�-RX�ݹ/�:��p,���<�yk����挄Y
��2iE\��k���ވ�J�[�≟�r\S{\���/��/����Ȉ�ȊK��|���e፥Y��j����ͼdz��A�l002_%]@�x�n74��&w�8�}\~�	��㸎�.������ş�r���?ə�J���)qLx��q'�W�)�-�(S(8�ēr�m��9	C��JM�2q@-�#���ݹ����'������.^�qfc�������n�/ud4�^��#
��^y����)�>�/������B�O6~�m~$,���<������W~tF�s_<���u�G���I�,�H�(d�cc�f��do��T\������tsq:.�{|����򁙮��Ey��Nά�N�3�;���>0ԕ>��jz�j�Θ�
љ��独�5.¿�T��e��Q�.�B��dR)��)	OR��Q�)�'e:`�	��ɏj����^�������"�wv<-�_�����>�3�nX_(� �lno����*��KQ���:J-�"l�|���CU��J�����ia�rju�)�m��'���ׄ��N�u�a��A\C�7?�Dc��S�t6WU����q6:4�a@8���u3��V��ƹF
���ب���wx=��W��A_�����b����oUL(��L�S�5��Q��%�A�P�%&�z���;8��@]݁�auu�\uuL��'f5=1e��f=1�����Ǘ��k|�s9��p�B��$r9 �
�8�XK� ����vs
��z+k{{��jk�L
}���
�uG($n�k�!��� �Jx��2?�i���Ĝ��8ѹb�k�Im���35Gz�\�q�6��ܲ��Z�j�I3���?!�:J^b6���ڬ�0�L�W)�!@�X���R����;��<k�K�*�+^;���dƢ�9��{M���'-�Mf�q��M1�73��l�O���g�'n����rP�߀B+�r���s�Y&֚y�!�z����H����#�ﷸ�iT�LH���EןpQ��.>�{Z��|�^V�W03�gX��&5��M��ܮ!�d��q�M�< ��b��n%�/m/�1N0�Bjت�����aa�>}�`�ȔU��Y|n=]�����8d�i����Y���t��Y�� �@�Ť���������Zμ����1��A[���D���S���Hsry}�[�r���N��Dn��� �1Z�#>,��B�D�)�(|�ۂc|!(��B9�.�I��2MS���o�mg�'V��U�7�L�"=
�y%�ܑL2�Q��&H�������q}��'��qr��=��uX��e��?�����>��Y���f�����A��A
A��S����� 9�~���^`���V�_�82o���`n��%ֱ�(��F��4�f�QٮCddH�.&<ܨe���T�X6�`�89�L��G�=�[苼1Y@�w�C�t��R�A�,�'�EL�}��>L[�f���
�k���gF����ut9�w�X��������K{>zn(:�Ԑ��0Ƹwܵ�u�K�ON���nUP��e��0�(s�t����>|�/´�j!QJ��D�4�j��E[��r(�x��ʖ��>@t��p����b5�*rEe��e/���Lc�4�;!��k	�B�{��#Q��w��"s���n�a�?�Ɗ����d��y��!H��^��`�?21���H�+�j=����ev`x���:�4��K�b�w�h*.c.�SI���%�(��&q+u��W'�X�)�z&_�d�M�����H��כI�gA�	�|�����-
����WIvJoNi@�'���x�����vm<OQ	��(�ˡ>5�8=�>c��6�Qo�1Q��i��i�.�1������5��Ac�݉� 4*o�0N-(�Dv��gJ�H���Jvt2���1���n��4�d����-;�'Ҽ�}Y}I\�nh�ߣ���<�i��'�q��w��M��L�+Z.C��"wᔈq�Vb]����BB�$��[ɺ��݃Ǵ������A4n�
8�>8���Yt ���:<+M��������&`L�h�~d��?�W�3��N���K�SP(��c
��S�4t�+X���^/S�h�AP�$�&X���O��%�X���.\�)�~n�.?��w]�}�x�T|~�k?�H7A�£?}�b�w��:��Z�r?MH�Yo�@7PK�$����FǑ1��=ԁT2&��1;1����ɼgL�o��D���I� ���Z���݇��X�N"�TAsR9OQr9ϲ�^ݎ]_���%��ht�e{����^���6�����ۅ~��^�_A�>�)�G���0�������\WD��Cj�	�Yw�ͦPH�11r)��8ӗ�	|�+$�x_qk�Ib�r�%B�&No4���b	a��%SN�5��CíI���k�aP79{�ў�p3���0�_Th��0��&�p
����t��j�뙼k�G��/����w��-CȲ+�GH�ٷ���&����1m���	��1h�Y2�rϘz�����6�l�.d!�U(η��RKDX��*��!�
�C<�'E�H�_
Lj�@�bpD��tɀ}aH���5�ǁ��3�iz�����������5��7G8�E��ᣨ|��R��w���U�^<���e���Rt�T!��Ë�{m�	C�+�Os�hw��y�3�UM����iLR3~�C3����侟���+�+�
K��T�t�{_�9�'CbhaAlV~Z���ٮ��J3�*�'���ö>��Ԋm���户 ���z{Z��e;9��h�60����A�<��A��R��4��1C�3�����#Ū�.��u܋��V�O�	��Q���������q<d�RTZ��&S�C��q)�%������^X�=�$�Yv�a��yX'�Sz�r<Xt��;����l���I嶭�ujj�+k��K�o{r���/xc�]�gN��ſZ�8v�c�������2p��(�I�+Y�\�d����<_SR�d�О=�x�˳](��j	~�q���E!Z�	� t&uBd���}_G�4>`O�i5�e�z<"e��
cX�j�xO���=�?���g�_��xLN�� ��oO��� 6#���9����s4�1�ϿD[}���	�����! َEv���ű\,c�#��dF#��BB��J��V:�$�$O2R���c�5$%��g8]΍|(�Z�MJ��'޴�򖒖1&i��a�hz�::	�7�ӛ�W����GE�LؼoN�ex�����M˾8x�����z}��O���&���i5�#=c�0<��_�
�r7^�I_"4I��{�jD~8(�Q���6����A�@d<U5��|jD|68���a�p��J�CI�*/��~�6�=+�(�	VN�B�K�1�_���
+P���Ʃ�����ssjjrğtSo/l/��>����~�l���'�-#v������nC�%EzNW�9>�h��6��wBD�\.�$%ɤ��V_�������p^3��~v��q-u�7b�X�ё��g��r(0dG�/�y�ӧ���e�3N��
&㬹M���AJxh���Q�g���
��É##a�TR�ј����"�d"��27xL�C�D����
8�8��g�%���urN�4�s8q��F��#�9	ɤQ?L�K/�UnYB+V�$�u�_��͝��oZ hnQY��-gVU��F�X��y4�2O\>��7��ymә靥SR�\�W���5�<)�3E��N���<tx�n�3��-�+d-�����x��*p�$�c}��TE|C@�Hlw�g�Rg	M�dW����@�$pL����>8
�.'5��{�xs�T��h-�إ�{�s�E��9�%��u����1s��i�8���+��;�i'e ��Az�CI���|�i��7��{��Ј��O��F‡����p�|�]>�&��~�����*��(<�����(z�`��2B�-ƍZ���M��A�B%�p�����u�;A�K£�QT�����H.�����Ґ8�����5|W���w��$���)�ܞ�p����O��[C������;w�����~*����@���z�8�ٛ��t��4Pۅ8`0��������g��41���G�3
���D�A�}!p�l��=o$�p�RP6�ު�h���3""��<^�N3
�ez��y�;�cE@E3��\��L�F��3Z7��.<[=5��,ྞ����Tkf�/�j
)�]�9~��[�Ud@N���Ch���V~?��S*�$�\��"�y���+R�M�Tr�������H�N�N��G��N�N�(��^8�}p��EB�8z�ʇ�.�|.�y��K-a[��<ף�g~�S:CA3pQ��D3�K�H�#į'��`Nr	�#��y��pF�q!7�G	� ��N�JPDb��Y5�c�8�`�3@�^Bj��
��Ś��ɓ��W_ŗ]����Գo����_yeڻq̊��1�T���W6(�r��r�)H�e�V��40����:t�	���{
F��V��L_=�O��j��Jҷz�誶嵇�A;{������s~&�$!W��߄h���v���w����Ǖ��1������`M�?&���~X�D�%z��%`�.�����BxV����.�����������qM/i^��� :�R�`�S�A�s���W+��r�1�Iw�sO�ꅹ�h�#֨�z0�+h�{k�����jvף�Pv�0y��z�W�K���b��9�������+�a#�~��@k"q��q�Y���<|��Id�:#�70���Ux�l�b���_θ�A0�
'�Jy7#�X�h�x+�t��Go��|����U�a�%q`(�)�A���z�[�<?�&<@p؃�H�5f�y�RAG�I�Jdx�8ƎdX����׈�Zp�Z{��/��	k��j�w<��;���j���fO����^ z���Ļ��X'n��/��8�98�i�nx��Ѐ���TJ!]�u
!�C�D��o��,��[��>z�a{w!���oһ��~|n���&�O�=I5�)�`��Xu<�Ds�l� �t�)p%��EL��Q��3ǟ�n�滩6:G�e仅��⍏}1�y�����8D��x�ɯ�yru�y�Y|O�}мȮ
1�1`^�يd-��
s���c��}w��V���l��:��E�[�d'�}�Ds�53&��^1#���d��/�3�����I�P3���ݷ'߉�[1t����;�;ި����T,��L!!*U�_K��}Wx��*����Z_��)��2��1Q�1���&OmIƷEt��*i;>��)߭���O���c}ǚ�o���3��`��U5��Ctv��k^"����N�N�B��
�C�u��kb�{��Af��EewBV����~�cI^
��e=�>�*�<����
��������Q��n����B��i
���*5��Oc�w���4I�4{M*��=�۝�����-�zm���e;[�;��Vq�
ᄰ��)N���|��O�L�c6�
b��d�����Y��rxވ()q�RRdj�Q����s�d�?�0�������Lo�k��{]��W�<Fɮ��O̘pj}�_Ɣ~�Կ6���>(M_����}���}�a��
2����Lj;\1�r����w�Ǝ�*��r���ސ�{�Q��2��9�yA���<����D�@A��seD��:�Ѿ��5�{�
p�o^�G����y��y��E���h��E�o@���#pr����$�[B�.����:j�S��9��>%'4�/n@z�D|�!b�z���w��������A����V�y�歇$�2`^�W���"��B����*�����\a<��d�\q^����~��n[��%�Ev�2ا!�N���Q<�`J�m#F�D�c`�
��A���B��_�k h�-�~�9*��H�riա�F�NG��#�f�!�����I�.e~�vR1���{�'���~w�KJ��,��w��8r�*_�Л�	�
pX���c���)�Nd+�8]>8
br>�>8
�y'b0��g:8������ۅ3(��>X�rVE���g�����F�'<����Zg�db#�R��]�z��À8,�l���Z�&6����I��]�L.��/�p�N̵kt�>�<�uC���7��AǠ�糲Hna�ιVs����x�v x-H��
�ZH���Wr��"_���zH��#r�С^#�fr��o�g�Hu�7���3�C�B�(P/
p�}g��)5ٛH�d�ސ�d�"Q
z@��%w��|�D��5�[�����A���oQ�G�P�9�=p|� �T/ԭ�&>H�"gj�o���">�RS*�7'����;�&��tUi.�0㥶�i#�U\����K�+��{��v����RG[,�H�J�}]������o�No��Vߙ\5"-?�/F�Jo��r�8ʏ�;̝�6��������,:	x�)�9SH�7LM��X,޾7��܏���	7ڴ�poN��=�9�Hj�l���ydMT���2�0v�0�s��z�ep�#��=��T���kU!l�B��]���J<$�I@���x_z�<��&�AQv���Gm�
ts�,a/�*���T-i���
K����;Ԥw��F��f�J�EE�&a��;|�	g���};
eE!Zi��|f�=ͅNkǶ��?��J�yۧX�>�y�ó����X��(��������U:�-��Ql�pK�Wd��#���{��=�eq��)��2��U�ش��ה��f77�Gq4�k�?X��0���i�RL(�n��b��B����.���9��|�1�:A�a4��2�7��cq,�a
�iH��<K}���y��#�I/PZ*�JB"ޥӅ��(V��h�����8�p1�^T�=�w}����C�,�5$#	l���y.�����[���/������fEr�����g�3rl�Y��fW�ԪGO�j��Q�;W=�Rn�s���X,K�ZL�W����R��d�R��(5+�Y�YZ�$����ɢ�Qc�,W����Mv8��1cF�is���n;�
?�V������0�2��p+n�J�	���<{�r2�m99���#��[�q#�dh�J;�I����Vg��fe��dmɝ;j��΅t��4zt!����;�`��-�p~�Cb'^�(��6&%0�=,ƹO�c���!���[�8-��Vǩ�`^��ϳ���f^�ߏ������=/���x����_'yA�k�9�=h3r�&#��'B��$�S
�~;A(�6Kn��~;��p],�;�(�ŵ`��`_��}�/�/����w|�W@�i
e������߁w��~pǚ�ɩ7l	����
�d���[�>d�S���� �5�2V�hW�J���Sa�M��T�z�Ȉ=橍�fw:��;��7�G��T-q�ѓsr&ƈWW�w)e��e���`|�_�Z��[�t�Ӂ;Q�|�[�#���9�g;;�?�m�jf/�-l�����39:<������ΰ�n&���
�N��g
w�O|x4��h�'����`�d}D�f���I2���K_�
fMo,��{kO��uk��"���~�sTvS�t��-v���5�}��2��x�R˿�$7 ���ך��U��xaˎ��\#�f/a�\�`��-XR��
8!>�
ߦF���Z�Њ�>;.�q���E�J*�Y��u^b��*r�<��iV��ʃ5@�����C
܊O���c����ʧ:mcnj���
ک|bz]��^�Z::.*)��ܿ;���bP�O�}�P|��T���R�7뀎L�q|x}��{�\P����<��4]|9�4��«�TG�'�<��R�I����K��ݭ�����JD����+U��b�I��gW����^�,oA��]r����i`/�?E��y��3X�^���@��ݫ�^��5��"�;���pGѳ��^|ց�m�ѳ�,<��~M�8��/ǽ���x�;߳]x�w�}�!]p��O�^4�����C2VFp�	��gh�@yVO�Et�ۂ���wq.
2�:EH�[����#㯗�5���^�8cް��1

��Ӎy.3y�A�偖���)Uᆀ��|�-�,ף�0�V���a\�S�I��;��D���>��a5�.Wm�0�n50�:�߅�e�_DZ����B����Ϝ�ه�{`�0'��x��o@�WuKy�D9� �vMb�r �8tD{9*���!!���9i�s�m��M�Њt�,$2R�X�+����}$���
H��%�5��Z�Q���-/�:r$=m���C�G�����a��Hyi�-m�S���c�5=6�_.����R�>a���!�8�&�	��A	���x��W�����o���oi88�o�ohBC~l��/"�N�B��>su㿁��D$�o���`L|7�_�'�k�ʢvɐ�bW�"ɨd���p����ζn����׸F�kLs�n�B�2�����r=��]�s���'�N��jl��':`�j�-:�ȥ!����Dg��ɻv����Lz�&��;}��K�9��R�
W�TVU�=��N����)�ߋ���TJ�� �$f(��bhZfAW�l`m���Z��m��iS�4C��?w*�Ľ��i>�����5���V�n:��]^h	!�8N1����ˢ�$��H��?����+����G�m��#̃{O�y2��p�w�W�x^�{E�^��R�����yV ~B5�]ߣ���	@�St;�tn��=�AqOeyy�+ }I�'x�x��uo��nO���9�?����s���?R)慵���Q($%M�&�AAj����
zā�q�rG��v5��t2�aY|��x�>��|�\�E��� ͱ��s��}9l2�?�E~/����sTe!���BM!��*�[���׈H��r#i�LK���t�S#2�����L� b�k�S����n/,�{��uO���J`��?zēܹn~�ϏN}�`3{�;��7�潹{
�
��U]5��T��\�n����*���� ~؅�h�Y����ɤfS��FHf��.E�;ˡ���G�h�$!�����	��kww��ʧ��§'r=���%�t�|�\�-m�3i�m��6p]��k�|����qGGDDEI
��w�%da���Cy�OD�i�$�[�|]ƒY�5�u�������_0䅱�5�=�̬{�=7�����d��y=�l<t{���m��;����>|j:ѧ��{k�?r�8?E�
H??M��
pt��<_���G�<+�� ��j�ș2�0����';@lA��,���\�ڟ���=M��+N��+��IB�3�֟C��
Bz"���ݦ������T�j�٤#�ql�gK+I�E�4�V��.~VM/�u�ӽ�ӿ�߲=������`�)3F/��1�^e5DN�:b�B�38v���A,� ���:>*e�:���	����MK�H���hDw�s5g���-)�����K��JQ�9r������3x?4)>A�����O�"}�{�ѵw���1��Bxa�O[�g�gn�]���2��V>j�];��x��S[ϵDGy�泞��ƛ����݉��@TH�iiÌi�~��&����k�	�|���[N�b9�%�t��}c7���)&�zXZ��tI1<τ'�
w��O�X�{���wm��j�V�(j������˰��%P�m�3�ӗ�u�3s�����oA{�&�+.XQ�b�ÿ<��O��@��?��6>kVY�����|ǥ�!���%c셻�睸�x��}}it⬎�������<�5;�����q��~�Y�J�`=b
II�iM<��F�7[ž5زF�:�f���aʎ�]��|pF���1��B�sż��_��چ�'g/Z��Q��O�
R�DgG߲&��k�
�<t]Ӽ�C��Dfdf����:��%�:��aa�J&�r3�=�Nq��,�2��9H@p�!O���3?Mt��	#lac*7��R����	�a��L����v���q�{F:h��F�U��^��u���^�\�y�p���3��!�gR�5*�_b���,��ur���Нrp=�ع��LܺT�Fz�Nx屻yl��W�^*�Jv� �}�c#D�e
�V��>�ES�+g4�nY"��T.vׂ��›��y7���\[���9lK[�)x_2��
�<�K�
f������W߰��?���p/�1�9.�����9�#�\��hHO�X5�l��ryOs�w����>BK)Z�5�R�.
��l�1R�悀�-�(C��b��T����Q0����#�0Rpٚ�X����B:<�B�����Z��4l�²��J�>ŝ6�Ǭ��e�����iw_߄��<{C���=�-�
r�٫2a�ώ��)o��VD���R#��[��0$�[�:-��2-<��<,T*����*�8
o""툚P1�p�}�����|-sl$Ҽ�Ơ �F��Q^�M�z��wb�;|ɀ�Ș�b�ט_d��:kJ�
:��O�����w?8����GZ�
$c��)[�Z��JF�)ax�꟣���j���z�d��@Y�����ۊhWC��l$�9������VkI�Wo�S��u�����N������9}�0s슢-��1$G��K7�{u�^��wG��M�Ү�=f���֎�n���A3�wP�[f6{/�`���vy{����ymX<�k�<:��!ZN�w�|~��<?>� yI�{�L�*�lH��?1~ŚO�ᇡg�����'���;��"|�)�K��T�����7,F��1�V��T�zR�#E��#;'ب�ϸ�7���I�4ǽ�N��4]��9Euo�Y2Ǫ�D�+Z�5�B�+jv:�lr)���J�m�)�s�D���@����O�{��������/���w��EyK�͌95͹��}���͟u��{�cϒ���N��к�3��|�Ϯ�u:��Af7X��3��`��i������_��6�rIg3�%��6��O�q��~���"������) s�{Y[B4p�"��+��v��=�_�ҧ�nl�|�������G��C>k���0��R�)F��
@#�dS���I<=`��B ܕ�7����9(�2vBيџ�yi���~��~��Lq�k����*v�c-7��0*�f�;�u��n���3m�w�������ܑ5>={�I�������b\� �>T��Tx�;��$�Pȑ�1	M�t��g_U�4��]sf�#�d�L&�I2I���\�$Bb��5�
�9P@d]DdYd�\wQQ�E�e�u�OYWA?E�E�4��~�͑w��/��L^��������ё�(�Y!c�����w��r�!e�
�0��,�x�ء�w��O�o�W�O�GyM�	i���%wO�|��+=��˾���3T�b�I����F�߇���
T���#y�^�5���
G-�XIM+L-����xBȤ�$��e�3���<<�	������/�??���=���۪����l���{��Z��I�C~������wm.��dz�yu9��!���өb�}jUJ�\�U��%E��-L�������<-%s�B�W����)��gW�ҽs�C��#3�UQ�1�lD��W��hI.�vv{e��'�>1�c]�׻z�h^p�KM�ZvN��7���5r�a��:�}D�؞$��=c	gV:�P=QB.%�[(ع�R�,X��OF��<\Ng�l�8������BG��K���)�˴s2�.�E�N1UMeT��bb�\e�<lj��t��W"�v�+�z�Α�`�v[��b2꺗��$.�w 7VQ�f0�������t���=���II<c����?n�L�:m�=C�[|����,��;�M9dD+ײ烻/k���n�>7�rgueL�ݤ8���ٖ�6�[>~ʟ��U̺�wM|t�?r
�{FУW�e|X<��!Ȧ���[��}:�ر\8H�1�B~��q��ó2���(:�jBE�e�9.�e9�%��Q��3b݊��r{��2���s�<p���4�!�c�����Hƣ)D�
kr���������k�&1�2�A�,���Ȼ��O�#)h�!Uh*�`�:������FB�;I��kͧ�����s}��1ڎi�A$�i���K�Y3�V`��]sO骩��V�]��{�l܈��U���j���?d_��g��hWDZ]EE�Lf�g���
�H��o.�h����ẓv�T���\	E���Qxnc�a�ǿ�3 �F#
êV���w
���wze��>���֊���Ȝ"��+�����*�~H��D�_�)�o��A޻�۵���yFO/����<������|kפW���5�;�	��w��p�}�2�;)��r���W@
�o�DROC�w^"�:$��?p�N\��-�
1(��0��o�֐l�2ڐ�N_d�eq���i�?�@��x[N\rn�Y��bd��qc	�
��3��
Kd�-�6�a�λ�W�_cR+�B��ڗ�¿A�s�S�/}�����O�-�}���kh�����:;�=dcG(co�)�{
����
b�w0}䁏AnzN��y�����3RDg�A	L�؈�h�A�0:#�S�-X?� ��U��]�dt��/��&� �Z\�˦�K���5�w�&9��(��	k�[{�����)�S�P!�H�d��3�I~ѿ���}P�_���7�"}�y�'��Reg�.�!�5K�x	Sm���߬g�
���Fr��d%Y�������<�ni�����߳�=�X?�'e㎩���
|x��HZ�=^�%�ߏ$��J�*Ԥ#!�XX/���fe�2�ذc�.�
x��^�_8��.����9�c3�b<q��V�>� �����~�6��}��o�)�Pa��V��@�Q��>9G�j��.�N͠\B�/�
hB�A+"���ӯ�K�7�0�����ߔ��"�e�?�2��6���a|FU�"�S�ʅ�.
)`:��a��O<��{篛����:+~}���ō˟:1j�Z�[�F>y��'�^�N�q�ʛ�o�=97%	���i3&]Ko)9nh޹�w�����$.�V���
F�R���x!�&���8���I]I�|'p����<�8X�"���"R��r�^ڮe[o�ѯ�]1^{s_pm}L�ćš�;ب�5���UA˔����8	��K�ΪA��
�?B�p���[�����#����^a�!qk$!([��N�=�X�)���#�ο�ϙQHU��R�n�{��d��K���6���-��2z�L
���C��!�D�O���#=���<����/4�$�c����#yw�e-�>&KyP�
�]��GǪ!Zs?m>5K�J�>�ak�o0U��EU����
�5�C���wB���]����*�L����Tvz�
/�<#躟��$ew�B��⢥�@���GᾜT��k�X�1�uN�H�F�wW�e�{��][��Dc�e��"���9��理{Kٗ�*2��,l��O;˾�~mko��+"���4w�	��+"4x�ڰ��B珿�'��PC� �B�M�0�뭈43@�;n��\��>��= ��o-�����S��v�U���b�� �WT���a(+R�5%u2�-��&4G�>
���g��;6>Zsߝ�L7�Y؀���-tp/S	�<"P��K�����§�QO�3�n�Yqcs�(���ZVlp���@G���]��������[?�}j�·�:�M)d���%LN�j�T��Ɛ�)��>�|�g2`]��	�&��u�CȾ}�<�;�+`��V��M�F�z�{B���%&��P$Qո�ߜ�Wv��?����=@���A��>O��w�m�����ǀ�о�8Po�2�#<o��x�G�+�V ����)i�i�~�B�BnN"^,Qb�K1�����W��$�
��p��޵�p�azMԤ����6�LzC����k��N�
�]�svұi��T��`�Xd�X�/B.ge �2��Qs��������{�Ҷ�2S,ݱ(����gβwy��[#�F��Ӳ��Y�~ڿ���̡����:�AU0�~�ߠ�������5Z�L7��MI��s.��Vo�Q���5s�����Ƈ�T	k�)�'~x�Eb3��[,j\WʪV��f@c{7l0�Z�~aF/�U��ܵ��ã���i͟��/�M9u�u^Ls��c����U�fݔI�Ʋ��������&'��Ao!��'!��]W�x �.����:�m��h��r�&��t�S�4���2��SR�6��+�3���9��r~��o;릔k��˺̚�Hҷ������#Y��+�����G��u����W�R!cy^��7��B)�z�"a�v�7�˰~��_F��A1�
b�V��O��t�����#���q�;x�$=7�d����ԩ|)�A��ק��v�,z{��߳lJ���~x���k3G�^0zC�-=���>8sY�k��'�.(_3m�b�R_4u�_M��Y���"���?Ȫ��s%\py~rNR�wJ�ur�S�!6����ϣ�mt�i���J��v�V%L�9F��n���[�w
K�x7�9�rd���={��j�6����SҌȑt�U�p��J�G���a�PuCbz��;��F�Bl<3����0��CR��}�n�����]y-NK�͞����e��?����u����Kμ�a������~�
Z'ɕA��A��%\��i��9���]�o��<���Ю;��;´V�������
�=�鳆�% �+Y,�Je�b��ypd���%�ΉO!ޜ��_��]a���/q\2�}4���$��n�����܏�Ͳ���1�E�K�i�����
�8����

10�\[
�#\������`�8r7�I�5�x7oB�$�l]�8��d�x�"V��)��'=x5��'qVA/zN^b~�Jbο�����~^>�rP����ru����a��t��?���܆]?<��_;"�Q�,u����߮������_�<�]싇p� ޯ��%�)X��x��%��I/�/���5�L��z�ې�C��[�`-G��!X�ޕ��Z�U*��2��+�o!�/8R]Ѷk��>�'$�jk���H>^M�x�y\U�� �b{W� ��8Zb�J���3n���k	��[���2�b|�j$]@�`z���%��!01�𛟿
Tp�ޝJ�b��PEhx�^�oe6t,o@��D�x���ݗ�������?�y�o�HS͎�=�ڐ�W��C�I{2���x�0{��Y"(� ��8�[:�c���;������O?�e�o����k0i��`Ѕi(��%;@-ػz�;��7�_�]��?8��6��z��O;a��~J�
t��Ck�U�_	:j5����dTX,r�6.p�`����<XS�D[մR����YSj��}y֎�7��)�mBF��W,O�:oϞ��N����Y��ٚ��\�B�:�2���!.F�W����R�R����jhՕ��}x���"Κ7~�y�W�.τ�u�!is��X-��������!�'ʗ�iD6�����2ܶM@h�J��l���p
H/�.�C��C��>��^�l�g�o�C�n�j��c��_��k���@ҿ)�Ș���vj4�(*��W�����3b�~5����t���ǐ��U&-G��9�Jd�E���\1����$��_���M��m��|�d%˪�b�p3{[Y�О\Hw��#}7�c
Ft)�p�"��_��yĴ��@�r;/��g�>=v~A��kW�T߃�omB���7zO�R����B���w�¹��k2�J�q�/ʠ�%H�lPm�`��۹��ř��|;Ю9�z�螮Pm���	*?��~&��й*"BkҡӈJ�
�D
�=�JI2J� 5�:�����l��@�k�!�]	�^�Hd�/�6�cRS٠��F9y&�R��9(��0���ʚay�p.{��86
�S�`-�u���v�
��(�]���b8��b�����řL6U���%�\���F7IJ:�a�!f֘�cl��r:~����IۣKG�������*Ӷ<¤�A%�V5>7b��40l���bjCMi��{A�l;�,</�{b�+
`i�����O��];��
����=�gw��Y�u�=����cc�f�"�S!�D�<��v3�)`�b9@j[x�z�IEÞ��Q#�>�׆��U��C�R�
w�qQT
���yAS���|N۴�v�2��w���Mr�7���є�¿��7/@��}A�
x�*qL�d�]���o�:�3I�אȊA���� �*�"�K��'i��Ijbu��������L������`�8`�(}:�5��g���#�~̎�L�Pc%L�_�u�`���i��O�ܧ.�~�7��r��X�f؇$k�NS���¬��a��(����i�L�K�N�@�?�]H���u(���׬܂�ÿ�Z�v ]4������/�t�;�ڼaJ��������O>��)�AZ��ZȕjZ��; ��b��U��ۑnw�V-��J���dh)˔AǗK�2�H�03`PuϞ|��
�����ظ����^�h�_W[ّŃ��]V:mĸ'�j�0,�'O�ζ��J���c^VF·�x���W���:����*�A���i�WH�`���Pj��8�1������`�C�~p����s�<��6.٥r�B����^�1�s�o�՗�c���no���9F?N�������_ߩ�	4S.��v7��M��G��r��ɻ@�K���
OL��v���%bL���[�G��.#�}�TXmz����MZ�Zc�"(�9U.uϒ�G�(�Hc�(�G"Q�����<M���>
'AՏ8�@�v�2�H��,�'�8*��"�i&h
�Rh�4����/bIH��H�ub�=>^v��ux^r�텗�Jwg�j�'%
����;����Ҫ�zu��q<ңUH/�R$�M��D�t�X�'�j�	���.�/g�r�0G��eL>�>n�N��m�ݻ�;˭9�3���������n{U�ap#��}��M�c�zl1,��&�������G�U����
��&�ۄ�&��~Iz0�c�i::�g�	�JG�‘F8r+�~T�Qs�����8x=1ө��ѵ�J�'�i��Y�s&�fnX�wvy���"^�7����>��lDC':3�Wā����D�����h;"�]�P�Xb$��Gh��_@�s 4�]�
�w�q��q���3�3����
�l+\�ϥ�"&8��Kh�&�ڐ��4�È
j�"6�\�
��D��Pk�y>w�B�x���_ae{�������wT;UZaO����u�Q��R��+���1�c���腷��!������;X�H�M����|����D#���o�q*�Xj�f��E(sl�])�y��C/�ۼ��#�wƗ7�/��5��i�'}ݯG�><��/�c�E���{G�����d?�17'i�"�;5����Ox�W�Y���
�'!)��,��&3˶l�`�M�rӞ7J����Г;d��#�Ctsr��x��"�M�6ѭ�\���޶�%����T�ʿD�۹�Cɶ�[��ȴ�6'���X�3t�O�m�9�n|}f]c�qbJ���ͫ�V��=ھ�0�]��&fhYԛ�3��:q�*n7'/ɶ��⢶�D��V߄�����8�͉Jg�p[t���t�~���h�PSV��E�_�Bs�J>/�Y�\������y���9bi#�%2��UII���{��H͸_-���x�i�3�KU���{�^���x�я�9���9�*J���F�d>� �/�U!H�ڝ!�����+;��LY�9�{���ȟ^�j=���r��5-��;���,)F� �ѴV�)+��e��'7�B)���������0w��wç���b�s�%�p�ؕw�e�eO��)��4b߂�I�9I�5#Shy��(�5�F�=�N���F캋��	� Z"�"Fܛ���h�4�����'��<ǀ�&��1������U�<6=_H��V�fe-�m�הI1	q��Gbw�sQ$f/1S6 ��<>?�B���p�O�jBj
2�&�r�7U�vMKyr
�P��M�}	�/I�E�<��<[�"�m3� I�¬]R�M���S����W??���{k׀��W@�ھ�����^R�}u�elh�@�Q2<o֝����Y9���
g�r�a�
��ҿ)�lXb^g���GT�5N�7>/_���hc���\T'����/�3�L��lGblb"CE+|��VM��c��l��,޺tg�bMh�/(*��e���ð��-��%�{���N����ի�쌡&?���.�{���N��7,U��*����k�7�
ɬ5O\^\�rea�q��<|�i��6�v�<��Xn.,+S��Rl�o���O�I.W�m��w�z�W�_���cH��X�+!.Τ��|���L��,^qB���3I�'Ks9���P���J-�8ü�w(j�
���_����U�Y
O��՗����jꛍ���эt�c_o��).΋��c?��x���5o��kƛ3
3/Yq4��Iw�=#�Ey�|eA��,���Y?U�k�`|�#�k�8#�EٌoFmUUeuuee�B8[xŜ\��+�E��p�"��C�Z8�\"´X�Ģ@�
ɱ)�����v�XHT�?�ӕ^8��~�S2<����Dobc��1�ح���+��xc����Ԓ���;[2d����-�טT}gY�TgO��ƍ�?PW���ύ�Z֔9�'G��^w�:���V]Y�ɠ����נ]�,��?���2�Ek~��r�;l�w9���Ӌ���e]/ß��]XT3rd�HsY���2 �OC�Q|}��7�]拲�⍽N'%�e�|S�UU
��
|0j�	̄�މ��d�/(N gbơ*?���xw��6�j�[Ɩ$f$6*��-^נ��}xfs*���1�7�|}���{����)���6GE{�g��Y�����i�mmI�R������e_�f�����q������ڲ(�A�S"�s��0�������̲��֘�v��;�S����z
�����ȋ	Yˠ��[pi���&���OMV�tt��h�)�D
��%�+�3�S|�N��9����1��RgQ��2�T�W�� �� $�%2m���ʸ�}ၚõ����=����s���c�=/.x�f��Eo��@�̅�9�m��D�Y�3i�[a�� d�~�scff��ٺ0�[��uՁ���;�l��h�j�7��M�m�n�n�~���S��9N��(��\�[N�"�n�+���̶U�A\������[}^�qo�/���S��7,?D��]���~`�2N_9����n���"

t6{��.H��֎@N��o��{�sr
�i��[����^�d����e��%9�V�⭹�	�2�q�N��zeY,^1{��Ä�
�һ�传L�Hm���\��a��y�I��3!�8��q��8$���o��|Z���4L��PŢJ$�&���2��-����[Z���r���cT���:�JG��EX�^�%����!LQ��-�:�;�^�s��Qrt�:!;�m�"�ՔB�S#���dj.Y��ՏMg����)Iq9%)6D�:������;���2�k6���g��of��׸�iw��2�v�����QY�SÞes��.��zdM�z��0@̳�f�n-��)�sI����f��ۋ%~�?_|�(��a�WH0�W�VrP
�uQ^d���1��ʨ��,�PU�J�5�w��/��ǒᒗ�`5�psK�+'��\h���OЯdn��F�;�G�et>�`D큒.:c΂���_ވ��aC�k5��o`5*�p�dS��V��L���2��һ��Mq�W�w-�i�Ct�ܪM*��ke���I��E�e��#ˌ>��������G˭�{���Op�t�����H<�&���`��[e�6��l"��7>R�WU��LѴ�ս'�X�(�9I�^$��؝+�1phh��*���YG��ϑ�r��lߩ��mU�b�̱�U���΀�_��@��}8����l��1�zم��͙_�4s�v�?��
|9eF����7�"���m�iJ�=���-����(�1�g#��+8ܼ��qR������r�̶�J`V�'�^�^�$M`Ր�+Rp�g"|�7���c^�=F|���в��H�,��*����!�)@h��x![7n�I4,w|�+d�8ா�p�p�A�;��Hǚ��NXVk�p�U���en��W�]P� ���ۓ@`�޽�
o��-X.�&�}듛o�0�}�u贜_�DF�-V��7��z%DzJ�:N���_�I��4@hj���󭁾�c���^��]��>р�_��T�?<�d^r��ۅ熯�w@��_�+�=�~[uF�J�I��,��"6"6� �x�R�K�x�SSY�;2:Y{T�RN��e�q
��=_z	s����_œ�︫9V�+��]l���5jx�=���M�:er�ܠXuh�J=Ք2ԕ0)6�u���qS�/��n��M2�c��)���
<�|M҄�q��J�*���@�3!�f�J�|�.��.���X�s���I���ǜ�4<G�p�����d S�k"��
��a�</�#��!b&vi�=�&��8&��q#����G�1���k�klg?��O�?^�,	&��@=<�m��v^�tv��W�y)��▒���
-�d��VO�8Qov0��'��&4�$��;�L���2���毩�����~c֜��e�j��ջ{ޤ����'<�Yr�����z|�%
�,Q�6�����ZIb��\lt4�[f8x_��g�h���K1<by#��S@�9)�(��wm�t}Ū�iK��l�vX�iŁ�׿�շ~�V�k�Eٷ�x�a�e(
��
$�(�¢����̌������"�+3No��b�����Bh��¡@�UHR�à�_�61�*4��1W�Fj1 <�F�2�	H(
��xu��=�x��`3P�o�]X0|G�
,�k���6��&:ľ)
�s'��~?ϔ�D��I\��B/��R��UB:e�t�#L��+`6��^���©$�D�q��$�)�B��U�V�O��A.dbY%� h�97
��	�M���4)
͙�B��$��A� ��UFA�#x�H�\��<I/s��B
�E?��֯���u��κq1<�����(4<�fh�Vqj��U���]��b��#<�������;=,���[\�8{��GN��ɼ'Ќ���$���_��	��s���Ğ�?�=�@�TX�O���R�D�
Kj[�'��يi�
�k�U��"qZB�H��#q^�9����K�c�Y`x5������B�9;�Bg�_���/��1RI�2)����1�~l�%�y[9�\{:���Wʟý�jp$�#3q���G���R!=�`Y^-�y'4E�~/4��_>77�.�@.2��)�*�b�Q��=AbW�y��?�g��gq�5Z!�ѷ�X|�al�+D�����s8
U�����H�Qz9|OA@�Q=F_�M�I����Q
S�u�#S�{q��
cq����y��,��ڗ�,G�͖�-���nu�������x�����|UͰ�Mi-�OhJE"��e��U� ޺_7F��>���������@�Q]Ƙ�(�cB����&(}F�64�.ˁ{_*pJ\\jJ6m��6|��~�K��n^�FmU#"m$��q4����x�~�����J���4����e|�f�o$�d2-���`f���j��RK��5�?�P*O��	�w~;[{��Z�:<�TQݺ�&g��Ǯ�v�F`�x�6W��%�mec��'g�u2gEJ���M;6^�f&�xbu6O��,�>xߛ�ݼR��^��23u����'��q/�h�SF�}u���rw��3���5��KZr�X���^+��_do ;{-<��H�+�4�����"��և��t��x)\v��$�:���f-I���^<���2���K�{pv�Ύ�a:{��$!�iH���٣���l�I�=Ŕ������/���`K
�6�ᦚ=+�=��2r�
MF�ָ�O���۠2��S93�>�{��~%$_��L�{<]��1��P#�Ļ�VRߖ���YY�
�t�'X�@����w�Ng��m�
:���V�r�!�/�[X��W.���-���쟊-��1��- q���~�����r4�b�J!uGrk����H16����J�rY�
p���$/=��}�\�߁4:��**�����i^'�)y:�', )�5W�ɤ�ex��h��H�5�W��
��
��t{ߚᵐ��q�P(X�N.����8T�0[
2��+!�cw�Q�	?F���$���ˡ�i�Jz�j��Z�6FK��.F�4�?M���O�>zA_��4�@+2Es�sA	p��,������k���)�<(ўF���Լ��TxW��)��"#E�Y�8���W�ƒ`9�
�/}��_"Q�[�*��.��p/�ۏȱ���
�EH��H�#Q��	�=y���H�����¤�i|�;���瓹 ��9�,�njS^�G�-��p�:�ι��i���N$<$�=8�F�6�/p��÷���d�*:��p�'�s����g��s@�m��?ϒ�n�F2 �T�x���}��%�= ���H�3R����#�Pʟ���+�lV��l6��i�+ ؀p��K�+9U�A���
��Rah��-=N��(]�+[�@��y�rW�<n:��T�WA�s̃><��hP_�;�R����Cy+��f��lF��P��j5��Iݷ	-B1
�cv�RF�m����ı�+�.&NC�JO����jL�\���<����^a7���S��PE�Q�4b�/�!v����i�vbϜN�x�%���9+1�??�.ĵ�
�\CvC
��5_llb��k�yJiP�R��|ta椇��.4�3%-�[�V�=JH�uc$��9Il�
������g�������
���'b����)�)�YO}���Ʌ<}�w]��^~�3�>~�7G�nZZ<=UU�����#w@�6��;�=+��M"��^����tz<f��B��%�&�����6�v����V!�����?V������8�奵K�왠����b<�Q���r?nV���ծ�A�Ֆ�x�7�Φ�q�qyVWʮSS.�ji��	�Ө\t�29��YYQg�S=]����_���4KG��O�Q�/��>�I��Qj�
��<	�Gn�A���<H�2��
�Zm4���v�5%�r�R��	���gC��
F��~�AS���}O��G�-!�����Y'���-�p�x����*��/8�G�k��z1�Ŭz���p�7�7�.>�K�x-��/��=E�/�S�nV8�h<.t���3!��~_�mM��4�z���!��?,=x�P3玴�<^�<9�7j���
7��j�P3d���P�Q!���+r�g��s�����ڃ�cc#�Q�/R�S��O/��\b��`<`�6q\4��
��o����^4|��ڭ3K�Y�9����}xO�I��j��Z�~��:��;4�+��]!ut�Z�D��GUD��i��AS��)
��B���逆g�W��P�]�j��=���
�d�0F��G�
�,���K�f��o��?�]��'�< 	<��{C$ޫ-z�1�D�̫���L����8!�p�����k6J��E8
��#����
�+AQ����XgX+���Dc�:x���m~�5qd����/.�[�ӵ���h|��������䫐���0�e2�V��ѽ�O�a�u���7U�t����5�o�|-%[��h(�>�Z�襔���Cġ��n���A7��vl9b�X��
��`@��D�>��r\�";d�d��AAx���5�`+}x��l9bǐ1��������c
&]v�@���o�n��l2z��:�����~r!�
�VE��^��L	7�8�:�;vg,C��"�a��z1N�O��x^A;�3?a�p�<u��eN2i�#����{��177H��D^��2���6�eU�� r6�gv	�������ÿo�v�G�`��V�n/�����#u)���V.��#�Fr���@���cC��!��z�1$�49��!%�jH^h���ۇ#H˲9�R�I��}���Է9L�oB6b+�9U��)�=�*��K��̿��~���]p��=Wp<�����,]��R�r��y���86L��qwF�!��83����ޒG/m�_����
xn�Oz�cƾIr���q�tA},P'Ve�
�~�)x�i��IWk�A��l��3s�M#��4�`�/�Ӗ~X��'���^�i����H��qm���:$ہ�m�;z@d?�����S�X_w�*��0��G�]qK!�x�p#�`����bh#
Cs��33�j11vMGEF*�O�����"8�C���{p���M�M�^�^X���_M^����=�t����`���?��{�;Ȇd�YQ�6��x�B��&K2|��h�G�2�����Xз�"aQu�/��kZ��Į/:Wl)�zj�"�m߂]�����=�ɀ�f�->rY�%��`]@V�&�B��z�$���rz�3���3���
p:u9{���<qTυ�`V��x��"+�R/���u�#�:A`�j�-ԕf���T��J����µ���Z,t���ɽ4�IЌ���f,�w��rST!c�zf�_���*L���"5 ,�k�+2�PÔ�j�"��_�!�7Σ&��;�g��/�T�/�	©��2ۭ_�$'��r���Ky���4�ӝ���re
��/��=G�'�ڕE��k�!�}%��L��a���K!���SF>���>L��)p�8��{��v�VA��|D��j�B�;�����'0�!0�,\~K����
B�=����Q���9y���:��ɜ"Ĺ� 4Bυ�ȋh�{�%ѣ�Ϛ�I͉g�m�Fc�����QF�"p�ڙ�P['x@{
����ll��=C��ٶ�t+��`2�h�a�a�&�\e�I_C2�_��|t����=Ktib��d�kX�ـk)GDFDh��R%�0,�]��y�Ԅ�܄�ǮAݬÀ���ą������5n� c�k
�9ɧD6�Fo5a�x	/!���e�V����9 ������	��+��P��T�X��P�Z#�q�T�sJ�k	�t���|���	����H�-�f:�@��,��$T�)��b]$4.��d(Y:���D#�
��ݘ-�<��D�z~*��K�A|��s�>��yº˰O�!�A:И]�����RkF
֎�4�J,�kҕ�����I�I/P�]r�ӛ��h|�K�O���ul�mn�7^���V��ʿLr|=��qv9�2�Ҿd���J�@<B01��}���m��*Q�1߹l!��2�d¾K��L�<��W�O��ta����k����Ё��KÆN��X���k���u=g�|hU5��w>iBsU[ryi�S�	Y�ٔ�šD�n�].��e>cz�!�
��Ǵ{����J�B��i�Cp�@�w��mnjk��C��nV˒v�cAoޏ��/�Z�jWʴoO�s����ts�Ȫi�~�'f��ʈ)�\�.�;�.ó����=u��v:�%���q��\R�\���2�̔ަ�e���փ��
,��� .���ijק+��_��9�Y�K�/��Ҳ�m3^��t��s)�w��������5c�Lr�ȍ��P4�7=�E�K�چ%��24���?��]�8���݄�(]�ʗ.yJ����=c=h�@���+}�g$�,}r挧V��Zղg�懧��kl�(P9P]�1ԕ�vnmu{jH�@Bst�^�h���R�2��j��j��!P�<������2g�����9����f虴�w�����,�s��]/�k9�>�K�Ã��`�s�tҋ(�`��B��"�xJv{�� ni�]��=$��l��o�u��]�Ztqq:T�TƇ�[ĵ�q��췑�#����@�@J
������G�
�C�Lt�X$�Y�q��e�
��d��U�xҐF8QS)�b�S[����ܲ*{0����Fj� \e2���6��Ѩ�q���A*9ؙw�
���l^��vx@��:w��� uq=l�p�?�4�ї�B���!%��S��Bٰ�ﭴ���d�}����⚲!B����H��mt��
�ϒ}�lj�c�}1J�)v�'7B�P��8!D*%r΃�@V���%�gL{r�p��"�z�����Y�B�F�/�wR�bdw�,Z�+�|pf�px��Z2�L.���=��/���<
j�<p�kV�w��ض���nbr��7ߜ}4������k?�r��+�w�	��X���W'\d>���,<�AP��8�tG��y�E���ȓ���ܑ�Rۊ�
�4���=aᅃ�n��G���t}mҶw�/��)��=v�o!U��f�R�EB�k���me?��%a>pA}K[=ȼ��M�h�w*L�r�P^4VbE+22J��G�>^l5�<��b����9�ww� ��
�0�i�2�M��.ԓMvk���ɥ�M��B�dHJ /RY�Lz]�~6�'�����o�Q�?�l�_n�淭�>^�q�:x
^�z��;i��'�t|E�弡w�,iI�6iƴ�O�&)e�����M��}{���;�k��	J�'0�/^*�B�M�}q�
d���F��ۙ,� �4p�+=��9Z�;���g��f����f�d���C
���=����E�p��^'9��߁*OOLu��������.�����V�6;}�d�1�#���Ը�
�›��ט^H��yi�,�urZZr�Ǔ"��7���4�}�����N'G��3�yk�mAk9�*B�f�77�w��X�v|�EC�z�&;a��!��!���hl<>������Rr�ׅPs��_�'�ރ~�%�=�)���h)iI�i�d4��Ǎ���m�(��摇���Td��U*u:��vE���u���C�]0��;-Õ���"��v�4��4�uOrj
����x�h<�6]��k4&��F�2h@[��L.�=q�����ZгdF����?aͻӦ���-~�N���wO���[{ЙJ���Q���mS�3��=�II����[���C�Q<�6��!����v�OF|&ٓ��t˓������!�s+�3��K�O���GF�"9��C`*D�p�R(��o3&@R�vz���?h��,�a�H���\�nmF�G4Md��w4mY�F�Q�+��F<S>���ř�{�6�E��Q���\/��'!˟�p���H����OrUTw�A�/�Mpjt�'͝���Uy��?cnQ���u�H;������<���¡Xo�w�<��
JK[K	����ܘL�ǥ��_`#�L'P-�;�<O:���$q��A+�uk�5�#�mG��nh��)ĀR�F��"�3�g�ŗ�6����|l0���U�_iL8�1�*�����yt�Y�A�gl���Uowt�Mr�)�}����6�]�R�R_�аO����*B"bZȄz%�ެ�Ki�M��߂F�N�YM �`�v�#<
��T���zwV��/�镖�p	�T���l����F.>>�f��T��l΁�PS�B�[�عR�%T����!H���B�	�sU�m�J�VVZK\�{����-E�MQ�����s[&J��J�7�]c����]E�U���E�%aJ����.�	��م��Bw2�pьI �r��z'�d�oEW�b����qE�f���Οֵ6���t���UȁZ&��:'���
��lI�!����`��LH���l&⋞�W��%8�O�☃Q�e����Q��i�/`�!Ֆ�4�.&:E�/�Ը�9}#���G3�Q���d�e>LSR���!i~�����Y\^Y�:�oO�����r���%M���M�Όo�4��Z�U���8�=��4gFu���'���:QK�a�[�} ����zfR�;�3J��8g;"��I�)2\����[I"��N��tG�8&m�ӕ��qW>�TT;��<�eI�?SR
��D�JA/�(�)ǣ�w�&�}�c������F4mx��ޔ�Hh��'g岨�����ٵh���w�8�en����s��"7�=�u-�)����2Y�
�[e�х!L��Q�L�>:|k~F{bv�&%�ܑS��G�nj/���\U	u�e��fK�3�h�12��T:��;�e��+��u��(x�g�or2<,�
�9����/n�z�z½��l8N ����y}�T�^GZ�*�2�Ǚ����b��&�)4�xJ}LaY&H,>��y�ɂ��Ә^����Ö{�q
I��!����>��L�&����3�nM�1j��`Y�2?f������h�a��2'Ѹ��HD^yh�`l��=�>�"M`B㖏i��/դ�]14�1ƚ�Ti���%#����T�M�]4�;�h�����&7�k�j�G��Q�¸��!O�ߗ���T1}��3���w�]C;����w�'�=W�dR˛�"='g���,���7LrXT����Ƞ�����?����=�
Y߸���ɵ��K�,H�Kk��bG��iY~�"s��h�'��Z��8KqR˜!X������:��o�UzJ�Qg�8�	QW�Ac��;W�2�h�ȈZ�ӊS!���J�Q�j�-$�������Mp�E1S�`��Q�9V��>��h�HJ^Q;z]�=E�o�^�\�;���iff�
�&U�i麈�Ge���hr�D�$���~��)��e����J�ṫZ�/}�|N.([,�u��)�[6k�V�/���=tp�#Z��VŚ�W=Zw�aO��#z$ N���| ȉ\��w���yJ:��\o�$�\����E]+��s�*�J+S]M�s�1��&�^&�^.K���_��Qx�<g���݃�vR%X�E�33�Thgn.AT79��B��\x7^0tn�b1�D/�4�yI�=6�4�^�ܑ憍�5��s�]M���E[m괔��y���q1c��Ik;k��־kY-�&�s�	�OO���i;Ӈ^��tMY:l�S�		=�}s���&���ٗ_�p��М��S^��}b���h�{�9�=�,¸�-�?鏌�i�Q䂔>:%f$��ᴷ+�99Ǻ����j���OW.����	:�wW���*DG/����B�\�F#W|�J�8 �(+��2���:
&GG�%�YsbK�TM�UAvae~tU���
�f��u&��,��)Mt���g�XuV^}��K��~=����Wg�v'�u�s��-��~���u�O��qTt�2��
�S��{/ȕ���s�Y&2���3b�]�!3�4=�>ʙ��|U�;�0��=ʞ�G��ˆTMMK��%$�7\�7ao�w��������4qJ���R휛�[�-��)�k�!Y-Q�HF��D�,%I�kgʩ��7����%����ͤ�s�#�E ��_j��2�Rѡ"p�N��E����ʯ"�"JJAz~~ʦ�J*�>�_��<�M}$ǝϩ�f���"]��e���HJ�-�E1 ��T���t+�J��� F2Yd��Bg���"PS2eQ 5���GD$٬E@]��;�0q\��a��ZgR�;iD|�w�X���	�X:�m11Z�:b������D�^�d"0vҢ��i���}_�]o�mV�L������HuƎ�QMN�����͎���"� �\���R�0��(��˴�=>`&	�j�澢j�%?>}���ɇ���/%�3�u�Q.��
yTllc1�?w͏���J��h20�=,�X"Ua�fD�
��Ձ�;/��8?�
��-�x�	����Ndd����/��g�� 5yVm�ɹ\�����b�,ۡ�w�<?_�R��y��K�������|��w�����s�"V��hX���N�8Ԝ�3|�Q��
K!��#�ȏ\5���lg����'m���-1hT���ԡ����������o��Z�)����42}Bt�Ȃ�)e}{��qw�#����'&8Ŝ6�!�/����d�,��H9!f��{�����x��Σ��''Я��������/�ؘ8EX̒l�Ai��Nbc��`o��*�S"�*�yg�.��0�cF�t��v8�1�m�,�/�G8K�.��?���0�Ď�g��bGXlVI�HE�6�F&���u���;��IR��-��8;K�l�)B�s���qi[r�\�n�$]��Ϡ�.%9y���7?�|ށ���{|�����@�m_Zj﬘�[O?����V~b�~x�g8q�Y��ɝ�.~�Qh����[�<z��*Q.`s�\,�	r��r�?g�
��)Sz�ñV��"�Ŕ�$�b������2�0@p���9��:�`� t",ȯ
���=��?�I�*�\x7�8^\(�[܂�n�o��r“����?�C�����)^� ���qv^�x�2{^_`��px�oD�1�܈o��O	q��P~`^�5�y��O�O.`? \��+7��s)"���x�'x�ٳ"�i��;r�
$2s;xmx�~	���������R�/���<—5�tR߂6Lm̟��ׄ/�/�ٝ���STX6ֽ�Y���E��xṶn&� I,4���@/e���Tq
�$�T? ���ԇ	=��:.��˦Jp@��ȗz��
�fѐ�r��D�g���Ob4�Mt��E�8���:�9�qIr0���3d~Ax7�?�� �`a`�Bp»A�^����0~����*��WExQ���\��^'>'�i�x4��TqK��u�����%��C|�!�=UX�d�O%�p��˄�_��A�>���]�n'r�!��2�EH��B�L	�����-tp=��u"��2����&�y����b��fLb�ɾs4 ϻ�<��FH��ORl2�w�<��p��&x�	��$MP�8�p~��9,Mw�)�܌�P��Eυ��x7�
��H��&��C��?�3�G�0G�w։�2Bᑹ%r8F���"��A��
����o7��1�^���a�9�������ξ,�#[�Vݥ�^i�h���n�fkD�qA�w��5�c�!fct2ƨI���L����1��I&:&�G��_U�vӨ�y����P�ԩS�N��{�o+;��;x.�֊2K|��%i�+��N�"�q.���1x~�s���0��<�����Ax����o�S������A��[�x�<x���E�u������P�xT<H�>J����k��xa<d��x�{��g�z�	� �ד��-�b�v�9���#�.�#����[O�k��w!�G��q��m���$��D��>2^�a���tP=�ݯ�)�+���)��}3�<�=xи�ȸb�����<q�i��A�'�>�G�汛�I����H��<���_����c�W�"!�-_�~ү��x��?G�	�P��Bv	�iB�ȉ��,y�9�O��=�"�\"|S=�o�'��֑�t�Bx�=xO�������ƐU4�~���sj����Z���ϐ��]����'U�̇t�Nɨ*�@"�S&��cV����FH��o���$@�Ĝ�}����@f(��>���҂�e�%���\2��0$Ιc�ӏ�����T ���_
8L���\Cׁ��}'�m�6����xڠ�m����4��te���	�8 �coI.TR�-=���;H��>u��M�w�>	��^��ۀZE,Ϡs8eN��{UZgQ�e�%BN�({���#{~S�?ˮ�{�F��ezFxX�������[�\��)��u��^JY�eR��#eV��x ќ-��%���.G9�*�w؁���_.� ~�^D��7|2�Z��SF�Q⬃S࡙=�Exh�_	�w|>��x����^m���P(4�*Y���)H`�����_�]�){�A���90�A��{Vx�������0�2Hd2ڏ�l>�gct�:6��#�z?8��!�?23A@&��������~
/��N�C�ݤ���@#�(���*
����,�M�8}J,��^,�bW�#l‘)Y����۠�f���,�����
`	�u��1��� �{8�2�?�wFA�7�޴VB@CŚ�Uk*+�T�\S���rm꘷yȐ����5�:��a;��A�#)��%�����b���`�B9(UN%҆e+��B����A
-G+(���ԟ�]V;�u�D,7�=%�w���џ��@�k�8�q����׺_�MMNNM����}n�֯�Ëz^9�ڛ]��II���y�ҭ[�.�l��+:W�X~��p��}��/n������zz?�$9e� ���a���������X�Q;������(���d
k���Q��z�e�"�{?¬v��?XQ�h>��u�9��,@��	I	�R 5��2�=0^�<��"���Z>��Y� �c����E
�F�o���w�9�@��	f{�pd�9HjK�Р����Cm;!�+��q��}�N[q>j����.x��@dE���Z��Q.Ƿ���~�[<�U���a4Woۓ��h�h�?����S�y<�������(ɢ���r)^��b	�ç���`�e/їH|E�_E�۝7��`�����4-Kծ�ܱc',tҕP����_-=��NRaTx�*4$�d�9N�XÄa�������8�ۦ��_��Նl�#G�����HFe�ؑ�bSkw�hvˆ�{MA'"�sK\r?+�-���%�9�?�2��rK�b	�������y����>:�@��X�)H7�Y�`����/�\�Ts��g�V����^��}�ǽ+W����=�n�����맼�m4o�H
2'�d
!�&�E�$_�,�b��f��J�j�p7�jy��ϸ�_�&^Fra"��X���d6R�8N���QB�1oM6b9�H�aD�!y5X���ܡ���j�U�X��Qv�-")0ۙ���	kRZl�=��0on�Ԩ��ڎ�GdU��N����Q�������˒CR�vkh2�7+��h.B)+\�������a��f�S[n����Fa�:O���f�o����!�M�4S�Ϝ�t�9��|�2���?2����c22%�O�{䍞aC2#RM��IhJa�G�L�+��˱O�CL`�q�V��a0@�ŋ�.^�mW7}�ͦ�x\��"z�F�u��H�E+	{���jw7��?ڴ��Md�+����sRJ��ȑF��1�L��Ek4�Š�S{�ƍ��:���q��v��?�?��$�|��<"�v�T���3��i��Ђ��Տ7�c��1o!HڵX����<)-���0�Pz�2dZ�T�b(��w�\4f�s��d�?~ڙ[Wx��`�y	��5|9�XZ�>���0&M���_�W�"��Fc����6,��Z	����8nG-��r��`/\���S�v���o�V�ڝ��-^�����ҏ�ໍf	���%!�.��yaV����v/��?�3�	��; ����`Oza|#��)�H;����`��K-�W�F,���F��ةX��ow v2���$K��<�h����9�Në��'hӒ}'��/����Т�U��V��I�k;���
�Љ8��CK?�@�5��W���Ѩ�>�<6(-��K~P�>��<���� �w'@�����8Qt����V�
s|G�R1��`�6u��J����^�{<D�<5�͞���6����gU��e���U'T�
�F.�y��2��v4��4[�)v,�� ���˱�S�?��0�n���@g>��tB���~E��2ih(�� C`��Cݜ��.����%�{$���ά6`��-��I�2�=�b�4�ѿ��G
R��~��[鑁�@�g��ظ�'�O�7��466
s��o����x쓢�4��(.<p��^F�a��e�})�7>�+�0w�h����ȶ�K��&<�v��!��S
�'�as���)<¤	�
	��To
^g	P����rRc�d�3�:@�2�5J�J�YNI0M��
x�Ȧk��HZ�"� CgWd^xD}VÚ�V�ʳgm.�t�R[�U�=��1�]K�nj��WQ��jF)%	��vJ��(�q�]t���=�O?M��OA��/ ��p=4���|O�؇3���8��<&F�
�4��zw�)sI9��0���P ��s�ܥ���6�����n��ʵť���8�y6dH<﯅U��_��ٳ)Q߅�GL����c������O����x���L�=�{�G�@%SIa1�Ĥ$cBPP��_*���]���y�O�!#��*��jK�#DD[��LB��,w��/�#�����W�&��o�:l���J&o�ī���\����*\���+g̟=��g���"��Ӏ��V�������A1�?���Z�R����Ն�S
��D�Xn#.��6�k�q����.:��(a�o��[C�4��v���(f|�}�����K��0l�6׽��o�k��ɾ�/�c%�a�XyGp��q
�n
���uI�3Q�#��=Ie�ʎ�K``�A��O����\Qb�Ŝʾb�/�H��[7]#�قDC�rB�!m�v���x�i�ir�$_��Aͨu�6�:��{o_�
���A]<{2!����a�Eݒ�:T�S՚�O��-�jo�ܬ��vw��I���y�G.�E����)!��63�&�D�N�dlv�-��"�)�7�a=z	=9����#Ab����8��߽�����$װ�yyC����|T�bs���̤ژ�Eey-��f�to���Ǐ��4mZSSc#���Y���dzNk�=~�4��Ko�T�7�+������Z��[9?��m�i��S
�qĊ�㴋$�>���4�)+h��G���:w�)W�ﱅ'�Nr��ŏ�͊��7�ޞ�<!%�2u��i��L�p葕2��e�
<��7�]��΢�k��'��p�G�¼G"'�A��*�N�
��4%�/��&C�3"ֆ��&��7LH��3�A죊�Q�!9��7���	@��
}�?�+��v�=�g�����*)(()2q��}�3����pƘ�s�ӽ��1����ƻ�_��Ɖ.���i�י�
��=���<�QB�gGe8b���x�D���C�	t�L�
P�p
4�����#;�$����e�ܥp)O<3pω������>m�@��<S��l_��MU1)a��%Vs�D�3�xrIU�����}Z�6�>el8�1��/�B�������������5!	q)	1�9e)%u�D����͕�
��>�h��t �!��0
��h�dŋ>a��٬��� X@��?����P�O3%�PZ��ka�9�瑎�D:S�������/�ML):/
Q���0)�u�z[�zS�"��F�i�p���K&�>V���7�}��b��o��,>p ���Ӟ�����S��X�c�7�ݶ�em�++�&`��*I�'�T&�'��i�,�?�LN��ĸ�"�4�lW��4�Kj��?1:E�"$�s�D��K�C�(؀P�O�.�W�����5��$�z���א��dMe+Hz�N�g\>���p�]�9
�So
:��T����1U��U�ʿ�=Ż�y�ξ�o�𞇽��ga9�1�A��H��<�C�RSp������IJ�d��U��Y�M��3�AD�^
+f��.���$�< %۹���h��.�7*�
)\W6��x�ܺ�\��V뜖���ή��M�;0����>���>��|<Ξ�?doQB�=6n�-�sVqS�Ұ�d�&�������S������R�2j4����5t8[��j��Te�'

�3&_���ί�T����?0�����AX����N�~��{��>L|��0ђ: �Π�	y�\2?+8z߀m�"_I�Ǩ̘y{�x�v��e�G����r�}�ц[S�����M�v)�H�>�Y���y�"}�%��#�GV{/�N���ɮ_]���ѧ��,��ƨ#*��i@�z,�c���-����u��	�=�Pgl����7�܁��fP�Fˇh�pãGf�R�����J��ּ��9+<�ޙ�|EF[{jQ�+̖�5��鯬b�N�����['�->1���k3�~����\��3�����̐�ꪍ'c�Vr��&L�Cz}=9���3Y��ߌs�`_^!�	�����O�/񙒕wVs��Z+���s��/Cg/Z"��>ۄ�B�ޤK����V��.�g��n��]�g�N���mn�s"�&�I��O8��
�._�G[!=����:b�f��/�
c,�A��4�Q:46'�g����P�4>�������ݻU���v���fX�f2f*��޾�]�V+I
60LB` -��0Z\�d�vx�������vT����U�4FX�D���[��=��~��~{M���5O��l����m���g�
�F”aY���1�YC�	��ǎ�����<i���	�<1��ڙ6�p��b�Ђ�j!G]��j����)tB����N�M�A����l�7���qL>О55}����G)�XV��Y�J�^�#���9A�d
�
_|����BΎq�V�ɚ��i)� ��NǪ��2:2s�*^Ȃ!�᝴Q�@Z�mA'�H�������/��<3�P]�O�k��/��k߻��%�d�:�<t������E�w���h��#�O"�%�Y�)�I���1�=�s�X}�:9��|x����9oݺ����a�H0���f<�������X*�@���M~!,��Q%ؐ�����Q�s�	2��k���FGnΚ�	sA!�~+��g,��)Ϛ����
�2�=X֛8�i,��Nd�T<;����kto��TJ�ڪ��en3#�w��)�TF���[ľ�,$���`��uZ�P�>����p]$9�!'�Pe�k �<�<��#
ӛJ����i�u�s��e�_�x�y�lo�Q��Q��6u�?>�׳�G��-sȯ�=1�&��)DP�Gz�ܙ��h=ô��G��`d�>΅�c�r�.��6y��x��������x�s\����!)���ipm,:衳;���F��œ(Q��Ch��F}������-�*����_گ��i{��N��7��vm,���	n�I����DpÅXx/�*���ı��W�Sq.ƌ#��"<
���=�����#�B�&��M����+�F#�����2�����$�BB<1��]��C%��o��~S�SD�{x���?����Y�Y�O&p1&��!��	\��D���&p1����\�ED�;b�e.��!�]>��A�C|������.�\!�[�����N ��b����%��O�Џ�Dّ���+�� 8�(a�м\��؟���wH���QT-�Zr���t����$�ތ4���Qtr̡\T��(j2�F-�VS��n��&&��(t�3==2h�=�����"��`6Ĥ��+:��ր_���r��|�ux>���s:��~�_�9�t���G��z�t��/h����y��/���z��]4���3P1GZ��Nu_J[<ԋ���m�?�Gxa�
+��QX�/@���sڒ��[�?]V��`����S"�����6�8Hi;y�����A`;��z��w��mmw_E�1�wsZ[�~D�p�[�
��wP�mؿã]]��͘QW��r�hT�P?F�S\=4DED�~����ߕ5�l�G|M����Z���udC�h/M�>9�1��o�BdK�p�,�W͠Y!�.]x�"1z�*�Eڇ�4O��C�-�(����K�%s�k���t��(
��5jTV�HN�7�o,��=�=?�V�P������l[vIz޼��z��UZ�G�0��)��*�?�6�!"3W��M����������9��}���Ė��9؋ƭ�T��D���YOH�-�v���Og�^�#��#�jT��'M��V1�
���%���ľc��|��Cf�P`?�o�3�~�I����f.28n֜DF���ļ���(���h��8"4 B���f�7��l�ﭩ�4�g$D�E�6�n��~:�I_�����*S��w7}I�%�ɭ��TΤ�XR�H��r�	��9�3�OA��h3�	��afd4��38��}��i��*������Q��D���<gs)�6%�6*�2�)9�i��T��BCNRM𞂹�o�Ҡ\�+�2��V)�q��	��f��m�����d?�l��܈���}��i���ٝI?G�c.y;�y�ڒc(��$�
w��N�����S��Dp�T˭bT*d�R���Q8G���/�n�!�pE�Vxf�/���~^a�RVb��X��TN�C������bE�|:&�&�W�4�5�,	E�Z����b6ƅ��Z�*��Ne�__:O�S�9����@r
����9y[D�����g,��3�&ܕ8�K�K\!�xe��uzjMq~XB����<a�%8�,%�,<8ft]2�)��
�
��5mD����Z9�$�$�K��^�����x!|�H\ns��I�%Y�.���we��A�g�:��.���TD�
)0q֧�=�kL�Īg��!���.�U�Χ;�۹�{˴`�^��{��T�6�bX�Oo���Ҋp�Z�8cPx�¨U�d�K�g�N�
k��>*&���=�)��͒eE���&��it\.�����#BhX��]��#�P�J��Xc�*s���˂?��*����*w%ov���]����{Ib�/M�zP8�a�+k�s��@�R ��֓J�:JqH#�1d1���H��ܲ�U;T>cCGjy��aN�&��0sɘi�U�N'�S�z0>�a	uB����LKRi/�Τ	�"� gP�@@yr"{�6����3�X���f4�`m����٨`������V���6���WH��޶�mc�S[�@���R[�o0�
o�8<
�'��:�h���j��@ۨ��=�m���6�߷U���Em�<�5l{IfH����J��v�����=�%�>�
!1�w�N��(M�c_�n��l��S��ֿ<i�-*Z�_��(QƷϢ�w��־�lﱡ��ӿx�oɖ�wfwF��3���(O�r=�1�T.7)�WB���l1�,I�贝��4�c�p�S�%
�g���ch�$��F�^�f�G1�9��z���o�Ǿx՜�y/��z��{�\>��<����1��Vr���?�:��#��T��X��YEQz���&z�n����ѳ�*~-��X�.Q��^ �){�ߚ]R��>L�����	q�?��G��2�P��W�+?������F�#�KC�w���o-�ED�Sb���U*�0����8�A���E9��3-�sH���E��7�8��y4�,��u\�vmdEI�$^Щ�������:��(�{����0��OrF|_m�:V��%��!Į}��?��z���Z���!��=a�N�^���Ss�� -�^^��E
�M>@[TH�mNJ�" @�m�Q�2�����X���������W��ZHYy�!
3�D������/��UR�\
V*U��%9!�L�X�Xb��şt�FMV�N{f���j����Ƒu�g\$�'��I,8Y������֓���ݓvp��.j��H��O�=��5�
�	|�B<1�LM'X�QF���&�����@��[�6���~<�@'e??��`;���G_��y#�gj,h�$#����w��t��=5��5}�5B^���⋤�U����~y5*�A|��Ĥ���1v���3c�pJ#֖��
��u���[1&!ު���+i��x%4:Ч�bj=i�hӏv�h�
��/�=�|�d����y'D<��#IމH���J�1T"���=W�.\��[\�Fl3��G�F��+�0�.����w�}dž�2�?�$��—�p4���y���L�~�_h��c�}'e�C�w/��3j£ 1�y��OD1���m~�}C�c��hG�İYY^maLX��_��{��{ #܃�/���(�蹠��Ckn��c2�ڢ�$1��b�'�9�%~R#�uM�ֵa�ދp�Jb�G�����M�/hq�@9��Ǡv9�t�v ����$�М������Hy{�6)@��/�;q�V�Ȏ��+F��;��������y͇�5o΁D̈��wul(n�Yo/�M��p�"�O�z�B�_JӚI��O�{�T]��ݕ��	>�QS؀���icv��6/�����z�*n��ww�VDW<���5)�:�&�|ޖ���0
��r�����7O�TP��;�����ZF��]��>R'=	W�I���\;�OP\�?&o�I��n�������1);VG��4���$3:�!^={Ͱ�=� uL���V<؊���Sl����o��4j��m�c���//�*��
��Q�@V�.(!!Tޮ�����,T���ڭ^�IGf��zf�Xb{�`Ԩ��7{=DHP6��l?�+�ut�٩��c�|��f��t��k �dJ���c�!�ә�Q#��ۻ���ܲZW��:�؁?�ǝ�g��Jİ�Q1��J=D��.XM|����X�m�'#j��@���d������ʬ���M�Vc���h�=��%�R��]-�@�g!�5�Y��j�陃���)�dV���K&OO���Ԟ��H�4פ�?�Ná��挋�IJ�)+�1O��l}aH��+�vD�k�[��
5k��F�Yʄl����5�v@�ӑxs�8��F�a2����@TJ2`�#��i{�cM�&l���?oj�36u��`��K͜�,����,�)y9�_�������Cm�%3�Ʈ��E[�td����fW>D���
^�Wq
�/?~?PJ�
q
"̆`�q;� �r�o�^z�� �оo�B���E��b|8NA�9�K�,�S��C�^$�zaI��˄�m^�={�<�]��9h%5��*���n`����@(=��Ez���Z��i| bff.y˺���W~��wƘ����N1b|4���é��S ��`��C��7���{�y�����)*qM4�T�ʙv��T� �W#ܵ�C�BʋB_}\��J���D�˴����pZf�0����V�aۃ@p���WL��;lR�����J���
ySjj��}յ�wk�}:wʑ��`�E�ѾsE�ر��eL�i94o��?X��~q��B�g��`��Р y���ʕ��s
�X���8�x��q�N��ܒ���Ϗo[���hۼ
[S��ؕ�u�_�~
�O	o!ȴ��������qeQ�kz��!��<1���!sT�f`����I�Ġ%�K��8��0�z�I�6��vw��(�&��w��"��7�&��������x���C<�$5�#��L���p��f����^~S<�S�H:��G>[��w��8[Qq��nŐmO;��/ˤM��Q�����\[� ��L�^=�=@^����W%*��/`?B�F*�!���p�0��c��h��]��}x!+�� �}�5��e@�v��ML�h�D2ziͪc�K��{������4tzVH�(غ�˯M���"��?�1�"���S{�]2b�Oז���,oR���ƎxgDseC�ñ}����fȱ'm�)r
�}�Na��������7�16�g�*NAv����Le��lZ_.�ˁu);Xwz'�e��)�b��g��/���T��2۵���V
]T^�eܚ�v�hvi���d؛FتS��(��:R_��Ҧ�f�Ʒ<2v�����[���ԥ��I��U[�
-��L���ހ�����{y%�3C�y`�X%�4g@����?8�c|C� �S����œ6!���NR�tR�o��~�O��&���f<i�w.�6E"�#��?�!eDR�O����{~F�6s�g҄���+�Ya?�o�K�#�~ �lv���ˁٰ�=#�"L���f��V�ڝ��~ ��%~�^|��E�n����L���Yѳȳ�����e|Ӡ>�'iW�2-�H`�T��38l;����o�f�������Zf�m�Ѣ���{��ꙋ���������={��
�g�:D+ɧ��\&���f�.�����G�cHӆ����@I����=��q�u�B�B�4�V�CB�� ��c��
�2 �X�3�>hjY�_�=�k�3��^y�ÙC��*���ЉI��C����4jWk����e��<���lt?�`ݯ��J�u�U��(�~�P3X�e���`��m�o���yg�ɶ����yf���s��x�r����jW����O�Щ�l�t��x��;cKm�1l\��VW�e|:����$�U2�X���4j	�.mC��s'VĢ|�.��t�򧙵����-�Q`��Ci��(4�oN�O�=���eJ�ej:�#�!�8љ�~�ϵ��y�2H����|P�7m��5�ǖ�1��e�ڒ5��6�.ʤ��7��aEÉ��~�,.@���Rٰ@���5���"�#�k.M`?A�`�M�&.�``�B��
���wS�D;���
��7��ߝԔ����r�Y����p�w�y��7����Ɔ�iy ,�
�~J�������i؛[7�O|��?�Y�f�"�U��^�Lx8�?�E<${�81���w�=�Թ+i�
j��G��=�N��G��2*Z�lO����<Ԣ��ƉEub��p����Wn��]�-._5b�,��n�7
1͑2sL�䌯+�RG�$Wۧ�g+���½cH��� �bD*�	�x����@8����L
��4&�h��-"A�G�I�� ��>����m�f�a���r��Y����O3i���Xt�m*s_���Ԑ�R�].����~�m�|҇��c��?�}�9����^��uiƤ��i��d��_�li��Sј��!#�D��I*�B�fm�X�z��X�@�vX���%l�zv�W�{�9��q�#��ƎQ9.�E-��!v�!0�o3��+sۮ�*�H��!��0�S�%��XK��I��"�;��zF�{>�ؘM�d�D:d���[�������?�����]�_�|�6r5{}o��|4��ߴ۔��S��p���N^/|�_
>���|-$�*��W��h|5��{jdw����ρ��~��
|��}')�e�x��TAoU���4i�*��B�A/5�NʅUJ[9�d�D��w_�/]�=�X�3gν������3��7ķ���N�W~��ٙo�͛"�

����/��>�B�`Wp�>R�M�
�^���w�k�	�C߬��N�7	ޠ����I�W�������N�&�����-z��"	�x����p@�U�+�<ܠV�/�I�^���O�׀�|���^��W��A;�/ߥg�oߣ��?ߧ��Oo�6�ޢ/�N�9YєJ2�р<)ڧ��A������:��z	K��'luDc��J���l��(“�G�1�>���4d�œQ��:r+>�x���MK�
��o���@��H�4.�zY�K�xu4�[:�3�~��(3~0F��Y�/l�]da�`ޛǣ+^�g%���X� �?�t���+�����I�j��{��Ê�"ݭ�nK��d��9T��ΑZ���u�-{����0��{��a�qO1�+�,�H���;Sl�b����,-�f��9r�:��%,�Я�/Q%�X�z�O�pƅD�b��8�ø|��:�Uq��a<U}�J��u�Se
�����/ǥq�I<��5�[8�r
u8����@ ��-���������ɭ/�:n��[G�o�`�B;��Lǐ.*י�s�nҦK�^hA͇s����IZ;�p�Y�7�'\��>�ЍĻ����@��$�;�n"�#x�����a�1߱]bJ���85�^
���2�2�
��M�%5+ל˦u:�\�U�):��;�]gs���cH�7�R��Bd�~���K;�ڗ&���[��qy��#y�ƨt`�b��0�(r��p���.R4@K�1�ԩ���U��&�hCa��T��cL�v���d�n��X��^�*&[n�ױ��>�k�	��k�����`uIiFޅ��-����^/�w<���m�����x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}p�םߟ繏�jUJ�Ptu%�{%���w�-U�a<,�a�����M��`Lq���x)a)u�T�h(�0���a(���8���a���]�e]�2�=�{�W���ٙ��h�ᛯ�=�y��9�w��^Y�5Mk�Vh[����s5ǿ]�r������[�+���lՓ�<�5�/���O���?[�m�i���[�"��
�&�6h��i���ſu���SZ�6I�x��P3+��=�~�i��?�,kYٲZ^�e}˦�W����l���e��`�����jyޙ��Z�C]l���9ԭ�і{v�+�D{��Yz�iv��
�G�)��}�}�]���}������UP��7�_�o�u�.���퇠��O�߄z����'�K�k�B}a�c�^����:	jJ���v���@k*�Zj��o��:jA�֥P+Z�i]�b��֭P;Zw����@���c�N��n}�l�ǭ���^o��z[���Q/=G�c�c*���tx�B��#����o�cбj�c�c�c�P��8�������5�8�8u�qʁ��8��q�qQ������:�IF���mMmxm��mxm��H�G[�mF�L��mOh�_�@�B�%mOR�j{�jC�KT[�^����p�~�CmG�N��I�n�T��>���v��F�Tw�Ɣj7��&�O����N�����g�J�T��s��/�ZԾ�jE�3T��_��ܾ�jG�n���}T�Sk?Iu��=���S]h�Bu��&��Juh�T����vة��PG�*�Q���E5�c>�`�b�e+�Vw�����
���T{:�R�t�:�q��T�;Tg:>�:�q��j��T�:F��9
���MT��iT����P���ΙT����9�$�%N��\�$�
N����$�]N��v�?�!'�s�p�?�N��<�$�KN���$�;N��2]��5�E�\�]����"�����J.���w�?�<�s-r�?�
�s�s�?�f�s�p�?א����ȟ똋��N�ȟ묋��.�ȟ뺋��n�ȟ[s�?w������ɟ��&��sn���s�?�\7�s�ɟ{����W�ɟ{������ɟ{����G���}�M�ܧ���}�M������}�M�ܷ���}���uN�$�͝���I�:}��N�z����fvΦz�s�ja��';WQ=׹���-T�w�z�s�j�!���'���|���sT�t^���y���;Tc]�R]
]���tM�j��
tŨ2]%�ޮ~�9]�t-�Zڵ�ꙮuT/vm��ڵ�jw�վ�T���Q��:M�^�Y���.P]�Nu��6��n%���F���S���N*Ow�*ѝ��t�Q��K5�{�jq�2��ݫ��wo�z�{;���=T{�G�v�:�}���3Tu����}����[T������TM�f�i��㣊xRT����?���Y�!�'=���g�K��y�C�<oxȟg���y�zȟ�M���!�O<���yȟ���yɟ����S�ӽ\��]^�zޘ�����Ū����:�/��.���r���r��n�r����r��y��yx��y�y��yO{��5��^���%kޛ^�潫�W�k�q��M�q��9}\�|!V8_�W�0�,	��
R-��0�J	�0�+>����������,�q�)����}�#W��>r��wˇ��w����?�������j�w����}~FS��h��g4��3������%~FS�*?�����Կ��h���g4���������4���&��~����ꚟ4���&�X�4K��`4
L��@W�\br(M�F���i`Q��4�"@��$,�9@�;$,0 a�8`4
�0��M����F���iP2��d-85Hւ� Y�����\��4�d4
�
2�����eAF��� �ipS��4�=�h�d4
�M�G����SAF�� �i�|��4x5�h�d4
������5��_�"!_���R!��"��!�����
��І�m	��Ю�
���
q7:�n.�n���йws�K!��B7B�ͅ��a�&��a��
��p,L�¥0����_x^�����_xE���ׅ�_xs���w��_x(L����/|,L�§��/|6L����/|=L�·��/�E�_�1B�"S#�/⌐�H(B�"����E�_dn��E#�/�,B�"�#�/�)B�"�#�/�'B�"#�9!�S�9!����!�[��%щQ�m����#J���(�����/:#J�����/:%�%Q�]%�
Q��%�]Q�����(�������Q�=%�KQ��%�;Q�3c�/6)F�b�c�/�#�X���J1�돑�ؼ��-���؊����������툑��P�����_�X���N��_�l���.��_�z���n��_\���xc��ŧ��_�'�P���sq����8����_|Y���W��_|S��ŷ��_|O���G��/~$N����/~&N�����/~5N����/~/A��/ќ 	G��%|	�H%�_bF��%f'�_b A�K�/�*A��/�%A���/1� �C	�8� �w�/q.A���/q#A�w�/i&�_rR��%�'�_�+I���$�K���/ٟ$�yI�\�$�I�\�$��I�ܑ$ɡ$�KH���$�K�N����$�K^H���$�K�N����"���KMM���3E�R��K�R�/՗"��)�L��Բ�K�N��Ԧ�KmO��Ԟ�K���_�H���N��_�L���Χ�_�j���n��_�^���'��_�9M�Ҏ4�K���/�J���4�K�N���@������_zU���7��_zK���w��_z8M�҇��/}"M����_�\���/��_�F�����_�̐�̤��L��2]�@&��eJ��LF����Y�Y��eVd�ɬ��2�3[3;2���Pf_�@F0�9�9�9��d�f>�\�^2�373�3������6f٩Y{֙DdC�D6�d����s���g���˲�gWg�g7eœ�n����Ɋ���Ɋ��=�}'{&+�e�|�b�jV<���h�^N<���\S�9'�VΑs�|9�r�\!7#'�Lnv��@N<�ܒܓ�U��rr/��^ω�\��pn����wܹ7s�q���qǝ�$w��Z�;��9�scy��
y��S�������y��|��7�A~N�'���<���y����?ȿ�g� �5�A~w~�j_�����<���y����y����.%�3]�f�g��]"���&�?(��<�
���J���¬Ow���A����
+<��x�+�R�鮰���Aao�������ST�x�+|T�9�p��s^������E��A���AqZ�A�.2P��?(��g�?(>Qd�����A��"����^*2P|��A�"��E�W<Z$�7��~��?)^��V$�/��8V"���+M)��R{���%�WʔJT�%�W�S"�%�WZZ"�gJ��b������_iwi�j_�����_�d����+����%�W�R"��%�W�[VB+ח�_yr����e�W���_9Q&�J���g��_y~y�jq���W��_y}���_)����2�+�-���2�+/��z�L����_�b���?/���h��U���
"M��2��rWH]%R!u�B��UfVH]�
��,���ʓRWy����
���^!u�7*����B�*G+���f��Uޯ���'�KT�*���E��U�zH]OC���C�z�{H]O���dzJT�=�=�������gQw7=+z���Y��bh���C�zv�Q��!k=�{�Z������[uGe)�y�8J[����6�(��R�QG�0j�R�K�����(�p�h-����=	�D8�ʑ��s��碟�*-K�ul�p�G�?G�S��uf�yV:�f��5��hY��>��UT)��y�A�a8q��v�����_Yjdž�5�#(���B��t�]Eh5&s�Q}�Gk������	����/���o�u��/��
���Z���\ K8OA�o�~8��c�m�J�߃�u�C�lE�5��!tg}������RN��1�.sZˣ�}x�������zO���+�K����_���i�~�iٚi�k�ncĞF���%�ZU��Ҹ�c�g}�-����/�Ù�:E���1U���Y�/ʛp��'о�ɫ�IAQ��Y�k-G��x���r6�<�'Km�»���y������,�ۢ�
��qY�	k�s�+�b����u�d~�+r���Z�v�|�ף�u�V��Us���լ�
�آƵZ����o|��j�����X[�������:��B7Y�iч��v�s�:�0����Wh���\�^�mV��������^�m��u�E��ڜm�U9�
m��>�+����:ùo��oM0�9\Zw`|<ߚ����{k~�	Y�\����x��j����=�_n񛿮�1
�ǵuI��Vι���\0������k>��/���5_EaŏZ���~lQ��J�Ѣ�״��cY�Q�Z�O��ƕ�q|��ժNޚj����k�X�ǰzc�Rs_Ś������xf\�@������l���Z�ό�-ཌ#Ж]�����:��������W{�Q	c���*����{�X��\�hb�3�����媸�惢�����n�op��@��?C�#I�s��XU��W��##������H�?�վ�M��Y<����^��Q�c��ē�i��|KԮGd1,+��͚�q��-��5b��?l�����|�'D��[���)�ch[.���ʺ������nP����G��o������K��@�q��g����kі��Y˽h�ῦ�S�m�U��V�bX��Y�ք��j�"��9��9`�<�H�r��p���𓭮N��@m�+�Aֿ�k�b�}�������&5����'����YD�o3r��δn�C��o��H�V�
�)�ﲜ��-�[��z����zz������3�4-׽�JKkj5=�𼳞_ط����wl߃�=h��r]+���{�����8=�fJ�1��u�2��������� vM�jǎ�W�ƭ����ĺ�Uk�O���_�6gaN�4k=��/�Y��d���0ZX��X�;
��8�kXEe�7࿁:���F�a�"
x�W�~�dYb�bh{�<���5��vm}��?��]����-�箞��Qs�h-�a=��g�<8�L�x��Chs�֏գ�Ȅ]��&�cO<8[�נ��Y3*�9kkµ��^˜���.���/��>��>�?7,k�e�=0g-������j�<0CU�ǽ?vn��o�}�>v&�H��AOC���Y��
�czd���}xo���(P�l�cf=�}�߇�y���	�{J{ �a�ܱ�P���2�e���z�e��̗A��V�}�=2��1����s�f`�$t�r޷U�Q��%3`�\�!��kj�A��凵��|�'���U�D���Q+��+9|u��9��]
�0Xs>�.B��7��o����9�f��gUk.Ȇ���]�EW����/C���ώ�#�X�>{��WѦ:�c��s��>�:Ě�n0�Han�����q�N��>�d�B=�P��-G}�M݅���Zޒ��#���R�b�u5~tW��d��z>|��b�I;L��a��a�?���r���3�u�&�P�X8_�䳵���4��Z�9��U�E�s�o�υƺmU�<�+N;�U�����Y2&��&��f���m<߷����VZ�w�_�Z��dҌ��o݃Y�����Z���蟢�OY��>�C�9ںn�x���}��m��/[균��e�[sq֜Rug+���}Yv_�߯N���¿�v�9�L��su��T�s�W9��⺖����o"��Ȏ�f��Vע�k��1��dO��6�Ko��5ʙ>��Ӯ�Y�Y��)�O��]�w����"}s�t��G��#���՜��#�\ր���>�uy������jnG��b�,��U�%�"���Z-�m�2n�x܅���k2c�ܯZ����%s|r'8w��>}��|K�֚K|��%�?Q�-���so����9��p��}ѷ�G�V��i�3�'�h_��>�)�����g����b��b�څ�ȵk�[87�L��-�+c�%�[�H��
�4����'�X�5ߦ�oj���
\<����O��I�;|�d����*OUc��W�'���-�j=��o�'&[�������8l3�Tc<5*�e�\�g�*1��Q�^��V%�q��oU	��
ΐ*��E;�h!)㾎�5�i�_�J�]�S���P���+���_Q߁�T�vl����W�٩J���p��*�Ÿ'�J���=p�J���_�?�p���_�>�A��Q=��V%|��-�U%�Y�-������&�f��Z�����x;jTS�Shg:����dL�����W��7U���g�tl�J�s~dn�9��l�n���:��ƌ�w����wD?}Hm{�E��L9(��yL��+��o���9�H���lp��
�ߚ0��"ȰV�,Z��ޟ8��߱�O�	-�v���>S��8��Ώ-�<Οgi��qݍ��zǯ[�4D�j�>Ƨ1�T?UYl�,������1nU������v���NRR�S��#����j��9Z-w
_��x$�j�C���������T�G��A�G��ПY�g��1�*#�x��[�����cf�*�v׭��k����|�_ͷ�U��U�G�����G-���_l�j>���Ѐ�ـ�=6o�vݨc9���������o�Vv&��>s�O�W���ߥ��:��=�O�.mS�h�=Z>������bޒ��|F�&����m�Ä�H����7U�+�E/�hӢ7ִj����|�����\���&��C�������z/���}c#���ß\[���ON��q75h������X!����mad��7�@[�i�d�9H�@��ͫ�5����T��=)~b�z��6i۴��CۭU�=�q폵�%m�vE���]?[�k�g�v]���v�������Ͽ�A�����������.������F_�������z�e�K�U�/�����>M?%~
���O���Ȩ=�3���V������s�Ec�~��qN�g��3J��-al��l.v�6���a~Üb�gN5]bW�i��O̠2.�Q3k��̛y�s��w�*�i���(����Ŏ�#�Ok6�Ƹ�M5��4�m�m�֭ɿ�L�9�Yb�}C��v�mC�}v�]C�m�K�%��.3K��bM���>L��^E<�)�5]���K�&u��c�w�*�W�����W�W]>�Ej���L���i6�E��f�з
o�л��4�~\>��k�~��kZ�G�Y~�3��σ5�t4�6UG���Xi�å��㜃�ț�5ʟ�M��Q���R�>��D͗��M��i�/��	���"���e�i�|^�ro���_ʙ�,��+bD�i�Z�x���JmX�� Z��M�0c�iL��R�spŇk�h�A�����BK
نMkҚ�r��Ӫ߲[�+Q��	K������jdlgm�&<��E��%��n\�v��N������O	��Kf��)U�6e|��E�mS�W4�{��oh䷚�_�\czS�n��]�7�#tqb�'��T񲋗S��#^bׯ'�+�5H��k�&�!���E�A����g�����g��TŨ�˔`Q��&�G�7�H���3kQ�̹&Jњ�]��[��x���L<�?��m����@ʵ^~�"�]�T�WI��%	����$Ok���7��_#�����Ǐ�?m�V��Eq�R���2ZIě~m�6O[�-Җj+�g�uڋ�fSvH&$�o�R3���'F�!Ʉ���FG���`��(�������r4�-�.�Wy���]�?��'Y��|\����lZ��ԄY3�qAr�� �	��d\3�5��M���[�dfAf\�w�^���)��%ϯ�/������ɒ�6'�մ2�����w&Qassets/fonts/owfont-regular.woff000064400000017130151213253320013034 0ustar00wOFFX
k�FFTM0ɉo2GDEFH �OS/2h9`�gcmap��2ؼ��gasp���glyf�Y`ԏ�z`head�-6	I�7hhea$$ JhmtxDULe�:Nloca����2�maxpD _�name`�en��postON�4x�c```d�����h%#�x�c`d``�b	`b`�  f���x�c`a�`���ʀ0q�1�2311��x��>�goc��(��?(ˆ$����vx�c```f�`F ���1��,�@�Y�����Z�M^۾�x�z��o"�Ŀ�zS�fכ#oN�9�V���[÷�o]���z��6�m��W�>f}���?���F@�^���4!hBЄo�9���	�`�>y'�1d��
,"wE���9&�,R#R&|Dx��6�u�Y�I�	±��lB���z$tS��	�mB�B:|��!��0�1��adL�
 A9���k���x��\	`י�f4c�oi4�mY�eK��u�6>��&��Lc�B �fK �v)��%
IJ [�!)M!M��iJ�	I���n�]���bO����a[�,p
i������?ީ�A�D/��6�D&�O�ҍN���ʰ�Լ�n�9mH7�t`LFw)��L&��A�r�ɞ�I����xP��t��|�i'\9=ž��w��>�5 #�� ���'������+%������i����Sc/�.��.�	��87A
��#����&�&�� c4�&�ə
<�0Z�K�BR�ZUǪX�X+#^1���9��;C&�
3��S*耣8�1�ŷ.�*�ԅ��p�V\c5H�1�� �XX�3
fPp��IJ�L	����W �X�tV��@gw�qݽo/���+M̷6n8	@�dt<I�bO���(�̳�����_��Q,yg�
jw
?�rt�>����?c�m��2���Z�d��ɕ+�d}H��x\�X0����Ao4�_��;>7òȚR���,���T��?W���H�F��4e���I����qʈ��
'OnҘ���4�(ڐ�rS@F��H��K{��⩮�����&V3��Z�\�j�+��R:�4���=�2kPEƱ)�+�zj�V�4tQ��LK%ӠM�i�G�{�>)z_$��0*ͼm��,:5��$�K/������7�&q��z��Q#�Kev;{ *��5�v����f�6͘�$_j��5W���Wk���O�_�-�/'N�p���x*l���cƤ\+�'�($��2~T���Ȭ~u�������F�+F���Y�aK���k��7S��mInj���뮍(B��拹-*	.�	
�W���e;���i���rgN�K5�q���j������)Z�\聨�,��i����/�C�t���?g4�3,��_ՙ�s��D�2Y�}��!���7�ʵm�Ί={>���$k �|���d�W�]�qv�[�'�{�|�ǒ��(�;z����'���Zԗ��fuy�Pl9���Z��n�oD���U⿎0��W���ඏ��໪����^-ԅhJ����������D�����
�������]U��B+��s>a'J�����_�������q܃5~���`�烝�����U�=0���n<��0�F�*FQ�������U]p.�"�a�2
�ua�7*�2R�g&���p[Լ�I��ۯs#��j��5��HG�SV��<&�B��!��p�Ż�=x��уx��3E	���DYp�
/:�X2��-��kq|A��ŃXx|J�^��B{u^��A<�u!b�.X�C�C#�0Z|:2����|~8	2�#�d21���2v�	F]0Ay��q�N�o	QAL%fUD�heF���Y�31	�-7J�0.�i͙bȄ����'�G7Of�.�
Q��KAh��A�W�Κ�o�Gణ�3��Y�j��5g�
C�Aw���g	{��~�<|�Q����)Ě.�0�A�)u�f
�5�j��o|�q��b��W;g�9�B�������2�bh<!���/BL`_������:������<�-�+�t��TdqA�+���'�ݶ
b�!�����DOHb����%�uk�^��]��̷ƥŷ�y�q���_&���D1�h�b�ʀgy���n��oLng,��&7��7&�����c�G�Ԝ���3f Eg��jj�jQ��=�}�t�iQjmZM��<���Ά���ks�9�)9��Q��u��Z]]}v{�rmNJvz���4Ԧ�ե	� ]!�߯��'3���ՒgbȆh��6pyp,����Co��?_��Ix#�{0U��2Do<3 
Nyp�22Awy򀗞��I��E��a�d8���8���>�Gc3�0�l�@������0�>eCpI0�.��ô��Uq/�e�Мq"���KC�i�������#L~����H���ǫ3����vN���
o_|���:�&]�N]Y�r�E֫u��8q���
��+�:�M����4�>�NWZ���TWQ��t:����������3�0)K�|h�R�J��f�b+Q�V�.p��6N������*-gCIjx�Ƹ�*�V��RUZ�*U��)E\��RЍRJG�Vj���W��4���wlu���t��(��J�
yXTn�'�J���'*�?��k�����Q�
s/t,�eWu�hX��z��0ibQM�b'R��6[�Ϫ�^>Ҿ��=�	1si�1����ЅH��cUð�Jr������
��.�M=�:D>��9[˭���7Ƒ�T�8Ñ���o��/�u�peo
�/��9����!�?b��������?��^V�?
�	K,﫪�GIL�x�X֕ġ�!�%��1��w��]q��qw	�d(����g��%���R(�O�89�@��^��~�
$��<�~��Ed(��Q�Oa���S�)	IJ�Ui��lfe�r
;�lF^��≢T3zjSZ�ʤ��Z`�b��9dUHB�0ݡ������%9����HB7�t�3d�'�B��8zvP[Ǻ�[�1�ɏE7��!K������8.1.ۜ�������%,NeK�zO�f���l����l��Z|=��p���1�L	���B����Ɠ��2�{���Q�<��b��	�6+P��d���PB�]4��� ~ԉl��C��W���jU��w_�/��m�z�&�i�Ӣ�.i��t�%��d�q9���LJ�6|�D��K�IChG�	�z�����aa�@��v���^��k-���x�P��b�+���u�2�������=*�9vs��#,��( ��rb
�Pw��t����p���in����������G.p�Xn~~���w�+-i�vX�	�O�
_��;G��@}�-�~��'�Au�K�V�����V�H�7Wu{���};��9c�+����|�Ŵ��U��P���k��������_\�����'
�!_���U	qo�z]}}��Jj �� ��O��n@�D1i8�]�8o�b�x�/��+͂��¯�[�V_}�s�P�K��3�u%pg>y�&����;c����^D��=^�X^\��tb]�gR�k����E��v�^�����/l
"-]2-�0i[A8Я%!��T@B�j&b	%��+�"�pǃN<���s�u��;���֚�u쿳>���N�ۿK��g9_�3A�z}��\۶W^ٖe^����@Y;��s�“�>/�	��=�h���s��$寧����W*�qD�G��8χ��y�d��^A��m-�9Z�_>#\��1��y�G��X�L�	0FEي&�����+VT����
f�[
>�7�Xj�b@|���Sa�8]T_L9�LF�����6�Д%�xbݎ7�x�s��Yud�-i�^s_s��K�w���FE�fs�sRv�k��v�{^�ʊF��U����@�=n-��Z�%�i2��"�&�-�ռ^�gX��u�S��.�fdt�ص�z�w�O����}x�鎹s6��m�3�����s��|�$D�'��<�=�RƠ��E���Ϊ����eF�`^�3"��ڽ3��و���5�g��-<۸f�µ
gƐSb��	��=:�����_��yM�܃βR�f���v����<vҋB�q��z�">�!���#�,��-XV~
��|�Ҵ�ҞiQQ�zJ�Mk,��%�{i~k�-_�➝��A*W�
��6�+��ey�)/7��L�ѡ*����3u�+�7"V�oP!�G[���r�?�ƟFDsAȖ0*�޸˚'k�����x��"��n���x��/lN,���:*�����e���)��}Lrv��*9)���%?��$����
�}A4��2^�t�f�$M�A8*��9���>�f���B��C���Sy�?��c$�E���O0���#*�Y�	�� �֥L����a��>��`��}w�����c�X5}w4|����m��6�R�hߒ���}����c����EY9}P�4�\��	9y����.���p9�7
J1
q2n�>���B_s�17ŘxYĸ��z1[mn���j�m���b��n�vkHΦF�G�DH�y;��o�v^� OmW��N�"vX�$1ߌ&���E:P����8g���#r(� �-���
�r8`X�@��V<*ybL�T�U�X��Ig�7P��MgrQI������v(nD�d���х��E�t�|��e���"�y1��@1:�F)(�2�
�tV
��.FL/�s�49�8���0���6?2X}6M�Ag��C%�����b=��-�p8�a�1	�&����9��_8�Hr~�ɮB��V��"�8��n����n\.O8�a��<�EMΊ�T$��@�Ē̡<��� At6�b(�b)�XZ�}*B��q
��|DiĜAQ�[F)�#��I��U����S��#Y��0@�>Iƒ`c(2����-�C��f%@t�H1
 #��F���(��6W4��"�<�X�SJR��IQ��I��싢Q$%���%}��†j�'��6ÁX��_8�系
�p-$�%)�y/\�g�)G�0ȩ�d��KA����uK�|^>t� #��D,sT��(`Rp)S
��=���,Lc�QƢ�'�az7�����U$9B3���,R��K�`Q7d��6��J`���$��Q����a��y4����v����C��Eգ�]��ôk�G��z=�!�'�$)�#�O���9l�!2�y�4/�S�xt����t�����ʐ��4�y������i/�`b
�^h>��2#w;�66�u6YV��6ݟ\Z�B&�|�
���?�f9j����v�b�<8����T�j׮m�)R(3�k�ӋV�*JWl�3�Ia�2��,M	��w:�<�q��W:�<稹������|tΟ�2�̋"�N�&kDڃ��}|L'y�ܶ�G�cc���n���V)�+��902Q��GS���v�T'�ٓT��m����h��%j�}��D=����d��1ShjP��11w�s�¬��,��H�<P��r�LF��u�.�U�.��h
��/}��a��*�[��jw��d�Wx�q�A㳲��VFj�㢽F�8��d�N2rvd�hoK�;�Qx���dsږ�w%�<�����4g6%���W��6%��4�h�m�5�H6�]۠3!Γ�l�삞�nݺu+Ձ�����o�>x�4���L/j�x]��|�<�Y#y��i��Hn�n�%yN;�zZ\�\�oi����0M.��e-ݷ�Yr�ԁ��S=ɩ�(�Qz~��W���Jt�5_�s�R��OOB�+��kvi�N��Ҡ'�.����OF�3=I�>),;p��{��W�֥�]q�b/Q=��F��Wܘ���.��ނ��*�qı[�
ԺO��	ݔ����i�Xk5�Ҽ�<��nP���zD(�_�A|��^��$n��M•�?��%׭7Ғi�w�<N��c�A�4����3E��6�� �!�0<�3Xd��s�g�L]|���<ь�/*Ƴ�S&S��А�Tq�rK뮐A�rr�vMF5+�|r��i8�X�
�W���5�
�GE��)��Ψ;٭����u+k�RB��C�k?p��o��SV��Oset��mɌ�F�c�\So��u����qQ���
��.3}��gm|t+��'�!%��n�P;JH��u�|2Q�mB$+=;��&����M��w��WǼ�S��-�3�>7Aw���o�[�V}� 㧛��U�C�ې�i�4�nE�t�2�N*��46�����)1q	�I�*�l�0�zkq��BGPf���#}_�f�}�i��y���s+�A�t�>s��g���>�=�k�}�!�C0#H��)�a�`H򦟂�}����x����O�q��1��&6n���P�“B4��m2���_	�&ՙ�/��_�A>�K�%�qS���;�T^���M��ǯ^%�Sg��9?��Οg+�?v���N�ϠK�	fbF�3�a���9}���7�9kNǟ���?`>Fr����1x�c`d�7�+l�m�2ps���X��j�U��m@.H
u�x�c`d``o���Q����PA0Y
�x��``X�P̾�a���ס�=(F��f��[�����2�[���&��1��u!�j�}�A4��w�FL3Xb 6ɔj8PPPP��N��L�X�T��:��Z�R��	0	�

���

��n���Hd�&��6�L�h����v�  L � �!J"
"�#�%j'F(~)�+8+~/z/�/�0F0jx�c`d``f�e�fO�	�x���;�@�៧1KcIa���UC-�$C.�5X���Ƽ�ka�4�͹��<p��Æ��e�I�I~Q��:�٧:��-����d�����$?�}�Uȯwu(��DM���a��c�:�U3v�<�Z�˗�.�)�fh��'"#!����Ck�(K�hѪ`�6�x�}�YS1��yA@�\@�M�}\�L�A6��VY7^��Nܚ��R�Uw��Md�?߲�	&�I�0�43\e�k�q�����f�;,��]�q�,��*y�c���:<��<g�mv�e���9%5
-�>�y�[�q�{F�"��C>p�1'�r�G>�/|�����Ga�3~�Ly���K'��U)+Y�h֭�� �s���{��^s�掊���e#[�I'�ս��������A��yA���!�(�=��{,-�B�f�H�/6^���VR}\.�ǕR9g��t���Vj���%���Vv�I//s�2�$�=��e!����?�����<�=assets/fonts/OpenSans-SemiBold.woff000064400000234470151213253320013313 0ustar00wOFF98�FFTM9��GDEF���c�[�GPOSX �L��a�GSUB��,�1�OS/2U`��|cmapt�YD��cvt <��=D,�fpgm���Zgasp�#glyf"��%R�p=�Ihead�56�4�hhea�!$
�	Ihmtxh	
�).loca���j�maxp�  �lname���B�
post���'n��Qqprep,���{�x�c`d```fp��#Q/���+�<�<s�;��[��;��>.Q�L "�f�x�c`d`�����K�w�_A.Q�2`)�Vv�_/��Jx�c`a������j�r���a�f:�`�4�	<``�� 
dj����x��������S7�|���6 ���!��x��XpU�]��s�}�I� 	����� �|$B��*�[B (QюӐ
#��HB�Wl�th5�i-�N�L�ߐ�@��;�$�k�w�3<�@3�f�{ι����^��u����s��Ѩ��A����+�K(З�(t
���OLT��ͱ'�t̰��e��;�Е}���b0QN<F�$�I��'&�7�"a{7���X�gztWT迣A�#��*
�j��[��c�|4�����$�Q��DY��X���!U_��p���&l�@m�d�۹�.�Q���v��lmA��ã����br��A�Մ���t"V�Y�F�cӎ���H��`�G����7a�=�9�CM�J|]-G��B�+2�D�����ȳ�-}۳]GH����Q@�z;4ȉ`��ƫ2�wh{�S�n�%Xb�>�b��E�pm��Z�w�����v'���N�9/#�yi�o��n��/��Z흠/����-�jL�xp]/��ma|A��9���6pS��Eͭ�>����;�&u�1?�C������3��U~�+̽����7
����>5wf�gS�ĺN�j��Z;���ϗ�7�gɍ����h������4���1J�H��0V
�c��Ltӆ#�7���|*~[Ƴ>��Ҧ��n=�D����|���R��.S���x61#~�K��I���}݋����^�w�����.~�v����s�癸�.$6�����Qü�=��7�G,E~h?��"�χ�l�C1p�*�R
�>�6�V�;D�=C�#�/��پD|�s"|~��t � �Y��u�
�Џ#I��'2��ؓ�Dw���;�[U@��M|�.�7ɷC�q�Z�,f=7�M����Wؘܷ�["y�9���C�*�A�u�6�B�C[P�5�J�H��Q�ypܾ��#ڛ�L�n�Z%��Ͱ틜'Z��\z[��ݙ��^�M'����9�1�7S-�U�7��h�^����.Ā �9��~�@gҟ�9g�vё�[$���st�#8�{#I�o��oC�'t����O�k�1c	Ɔ�m���*g��_7����\Gx�{v�;����z�H���'��I�g�9�i���+��)���]B
jq����zX4O�[��Y���:qRi_�S�A�w6��x�U��S����`�#��	��Xr����<����l��pݞ��$�0둜��o��g�'��}���9?�^O@���曞��x�Zx�/�1��K1q&�Ή�P?����'>w聊��QC{�8�O�+�.����{����6�5��G=�#ƻ�0�}C�ߙ�#�Z1L}�=fr~�y��>N����#�7rOX����~���S?��2�;����hׅ�����j�uD�G?��r�C�<k#)*�~�\�M���L]��=��XxQ/�&��L��h��=����ĸĩ�
c��{�8���3��\Ko>s�z+�,ߒxx��
{M^�;+���q�(�$90����C��fb��c"�A�͹�%�%�D'&~��_��g�����i��
���P"g���w*��I��G��fM�6w���
���x�9���Y���臫�*s�Ӄ6���M���ĩ(�CD��Lb��w�H�}���e3Kc��4&�1H��3'��+m݃�x*�����0S�bmP�<��J�\{5�9,S1��)�ZY��3�A��F{��=�b�c^�Z687�Y���^�e�a��|�S"9��q���w֒I�i�F�w��Ap��9bu�����6�g�64��E�X�j94�}�l�d���]����>�,�Yj��SL���u�.�kl�*T&���/c�s�_!��Uyo�n��~�1�Fd#�A�x�#Bg0�ȰsP��/��E��wo�$TN]~�y�'�������=O!��=x��M�]���:������a�3}��P���i�x#s}#uڈ�Y��9�
��y�����]�b�ރ������K��b]�]�]�-S�����?5gVQM���q����;j�z'�Z�~}����@�1��F����Bk�]
�rby�Vlfmx�0��DA� ��<Z�K�e�#⴩���r����
��l��%ߚqѱ��Ƣ&��ȱ���i[����� �&���Q����Yq�~{|����mj<�Ԋ�;̝�ͽ�w�a�{7��4߸��Tǰ�>�s���%��B.S�J�1���l/��k�z�9���X���yk��j׸��Fv����g}=�x��I�2b�1�xP�n极Гlga��?P�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�IjQEO�
tZ�qN\�d�L?([�	I
4$��
B�(kI�%X�U�x�]��܈M,�M��P�_�՛��{����lyQ-yV�r�賑��-����0�k�����F�J�5r����Ę�q�ݒ�O2�?h�j��K�G*tx=G�����f����h2RfA���X�U�4�(��L���I/x�u�mL��`#3"2�"?�CAT�"2z�ȸFd�12"$�(�%қ�<�%��:�k�9�s�1�\k�9�ܙs�9w�kα{���yRR�Gq� �"�D��{��A\�	�drp�zRz�}r;��J�K]?Uy�j��qZN=M�<M>�8=vz��@��4]�&ϐ��δ�;����������³����8^��x>_=G>g<=�L����/;_w��|�J1�>�ؾ���ta��n&:S�9����H�h�輸t	���K�K3�������Ljb� b�
�
�
���+�+GY�,YV8+�
ͦfWd�����e�s&r���ܾ�P���X�j��� �H1R�lC�A�8r./5�G�c���y��0
�"��(��C����Q�e��|I~c�1�
E��h��@����,�(��*����Ab(.F�Qb&1q�*f��f`�X"��a�X-֊uc��)l���*��*
���Bo�h�$���81N�3�8n7�[�����x-ގ���o����N@�AH��zB�0MX �6	?�0"��!��:��C�q�7�w�z�HU�^�[,�ŊV���Cœ������T�D$�I"���$HN��$EI��]2��%��J���$����9�2y���DPR_�)1���L��KVKvK��
�b�,��K�J�����ҍ��2h��<�<����Y.(��7�k������T��ZO�R���!�Bk��� m���6K�Ӿ��h[�=�O:���bz��n�����{�#F*#��fPl��!a�:���b�3?kL"���b*�*���e���9��U�U�U��ƫ�,(ɢ��,1K�jc�\�_S]���؍l{�z������ފ�
h��^�������1����q&8�e�6���/�/q.��ኹnn���=��̸�uSw��ͭ�?y0���U�<+��x����d��n�n��|8��/�t~��o��'��So��V��^��T�T9T9v'�N�ݝ�;�;��@+�
FkU�U�*n��JY���\U�U��L!_�z�Kw�w+��M� �K"��$�-�VD��q�����[=Z=S�X�O��f�f���_��&ja��Z_�=�=ǽ�H�}�~����/i�I�$�j�ԡ�V:��=ܑJ�R�tB�,=�W��W��{Dy�}4'#�2��W6��X�x��x��!�����'YO�O�O�O�6��
�OyOg�&�.?=R�x�D(b��3�3�3׳�2E)P�*g�����j�7���������}��M)MeM�&�i��\�,o�6[���H�D�Ts�yMET����:�JeR�TC�m5Y�Qת�j�P���c�o���-���Ai��F��h��&������H{!x�~�ޒ�"iq��l���<�
�.��+�+ݫ���t�N7�:�5�u����kz��M?�_�'[���֦Vk�`�Z�j�1�
5�&C԰�����؛���6C[O[�-�����1�Xc�4�.�=��q;���}�#�C�!��w8:��3�&�InR�&��g7͙�M;�dgf'���Y���i���uNv&:�;��if��j昅f���l6��a�y������,T��"�h-VK��g	[��y˲eǒ�fZ�V��ƪ��=֐��5f]��X�m�6��j�؄�:�¦�9l^ۨmƶh۰��S�;�N�s�b�ܮ���{�A{��J�������]�.U���vm:���8F�ݜnq����{�{�{�;�,sj�ߜk����B�fޭ�K��P4*@�'��00L��Q��޷�{����{�����#���&>~���G�S��K�Zr�������~f}�t�?�I7��s׸��	O��!z��G�y4�����x��
Ϯ�'�
f�H��A.(��Ԃ�t�Ap��%p
�����x%^�����Q���G�5��}G��@Àa�g 405�8�9p4����I�
�u�G��|�_�o��a���O@�v@��C�ph�[ Xl~S��`N�����O�O�O�O��fB�!eH2��! ��C�P44���>g|f}�}��|<��E�s����a�p�w84<6<9�m81�#��5���ᗊ/�h�Ef#��bd9�ي�E#ɑ����j�bD0"��Ex��}@�G��7_�ʲ�e�,��KG`Q�� *H,(�6@T�5����I�5FM���K.�w�&��&1��$�~�g�vY���1��1��͛���[�$u
3��p&\�RD"'��$-Dx�Qej���J�LFW�k�ӎ������Ҵ���"����ò��
D&��|�a��)t��g�m��(~�ƐM���M��)�#R���{c	�~œ$<	_"��	������V�V;�b�L�PHu����S�I�mR�w��;��2�I�Z8�ƀ��=�2Q&�&���$��>zlؓ!�>��o ��XQ��#E]V�$�)5��rWv��}�g�˕��}ܗ�� �����Q�� "�x"���!�tb��Z(@D�6A��w�.#��G��x�SE��q� 1ޤ����S�	i,Ҫ�A|��R)�@�m�~9ᅓ%
g[�7�Q�������I�S]\<`~JQH��Yw�P�G)4�;aem��R��Tx�9� �6d��)���|6���R�\�$�)!�Qp9Cw�nbn2B�L��*�+����!W�����`�F������[h?ml���g�.�&cB|\P 0͟�
�߹��/�ٶ/3--���Z��e*|��}/�=�2���?޻��/w�g�u֯_�n��<�/�~���_~����[��cL�C�k�H���p���'�"�1�� F&#"]e��KPh
����u�pW�"|"<��aR�+H����o�mZ@"�Kѡ=
"gL=T����5�~��\B���O_��n˧�u�6�םpM)�|a��-�ܧ����o�dn���\.�z��Qm?�q��`��9=w��iqɍ�ׯ�^`~Y���(ꧼ�M�)y�QP�@#�/�q�E�6/WX�xqB�q�8N	�9�h�fM�\#��t� )��������7�e������~����e�]�f��^:���<����p^)< 1� ����D��q7*;̙U��-4�ƽ����v��^������ܧ�e���L��.���4+����('@�e��� ����C��H�5��E�:|�-�]9��ƿ�m��%�u��O�ȏ�>ᎍ��'���j�k:�~��T"aX"�ī	�%T�*���㦂�Ǩ�c\#Xl����~��)!?�t�Te1��:)2���`�B����6X/�A��w_�УG��9�
Y@.�{%>��	w ^��!ip��5~�@��$2ĝ1��w��#�҆�ٵ,z�2�3��	��D�!(x�����z����Q���6�?By�ۉ�h',H�]H��@>W�Y��9&#���
@�$μ���?'��w��'��XKU��d�TWO�%�y���J�q0��C0��q���>���sg~�3�w��O'Bk�ʤRVN[9�0�h�
z�
��8�``����M��?{�:]Y�K�^��@X��}H�:ʛЙeR5c�$����	-&ăt�� �?+
N'MX�p��N���'��n���Y:/m����oL�|��J�8
:��^[:aR~���RS��3f����7O��~Qp�(�����^^PD0�\�"T&�!^�s������H�c��A<O� DS���+M-/�xk��Y7�+>�<�}聅��o�nm�k���Z�͖/~��ծ�p���B�5KP�Qƥ-��o�5�T����ٝ^z�s�Os�+”u�����'9Br?bf~�� 
H��MW��6�ۿ��
�h�5Q�f�ɽ	2�Q׺��Ȋ�\���`�cL��6�p�����pwwu�%��'mq;P�f��}h#Pn�Y�t@���y~��i�r�?��_;d�~�#�߭��QkǾ�r�g�!!��k���T+O#o�ǭ;cTB|��u�z�jUh��+k�q�8���7��:L��.�<��L=�?	��B�f��,{�?#&WD��3R$�)�_�q�a���'�_1p��g���PO6�{roo�X�L���m��o��ysю��/6l��6grr���~�~yp��!�XBc�0$I���K�~���ӭ����;;�<�R?��
�)EA{�aV���h t�D�BU=�
��xa����r�
7�`"s�o5���0jΧ�_�|z��ٖ����,^�bЬ��SҀ�9i�2�jS�07�l�6��6(l�ښ���T��:v}c`h��Q�mEO�U��֙k
�N��qTiը��L/��r��*�oHƒz�M������G<�((��k��p��U�
*����_�ϡ�AU�g��ʽGί�{�a���N��M+��J�d�4P��?���R"~[��?[c�DO��z��-Cv�|��
���:�&�|gz"������"�����o��ty_�N�/0�xV�$a�6� ���X}�E!��C�b2�n�=��c��Y��_D�/
��^Z��6�7HEǎ"��O�l�g�&>�<�>M2��)Y�;��B��:�+�z�j ?��>|s�;�݆�Ճct8�����ACOz�e�z�+�z��|�un�ѣ}�c(���B�i$hBPM~b5P�wE��F^�<fqEp>M���d�{}�p��}}
�P�E���0� 3����,���7�E%������kHq�G�>K�T�����~���P@��7yL|b�Є��_7�]�5�}b�17/.���`�Ibr�`�M�dC�P�&���U�NY$���#�����y�X�!���{
X
�L몣����0���KS���Ԣ��>���`����bߌ([<�d��)de���S�[Qq>���aI�!뺉=�9�Ѳe��J�O5�,���y��>Ⱥ~������b�����D�U�׍,�Y��kK�o�k��ޡ�1���ԝ��ʄK�/]�~Z�38�(��"���(w�{�uʮΟD��]P@��\��������z�!-"J�w
2�z=
�^�(��"��[m}���Rҗ�[.��J�=E+�Fns�����;ҍ����KP��O8�搈5//�[-�xd���Y�������!
���6Km��O�:e���vZ~���v�źIڲ̩=�K�p�:����B
U>�~�h�A.f~Ӏ�D��P��<�<M�C~PJ�ޖ?�=���(��ǿb�W��Ɗ�+G���9w��ѯj���K
����o��uA��-��90쫽���ȫq��L-���p�3+YҢb�~mЫ�D�Q����3ܮ߸	��W �ē���q� ����7��>��n��N|;��=����._F���D���H��G=#L�k�Euu�M��� ��wQ0r��v���}*�	�%ARm��A� A�P�^��J�`������<��Hc=�E��DY��#.@����Fa���
�*H�i��|���q��g�g%ygj_������c�����?(�(���`���Ы��%���x�ZZ�u0�6��)��A��M�J��e��ML���G��]?��0��$K8�u���Oȶ�1��o��������|�����1�)m8F��L�ᐭ���>~ya�e��]��;ɮ��a���'��o��џ��w�H��f�1ǡq("�8T�@O�!���ѣ��H�8[?%7ϰ~��И��v�����Bq
��"x��j��K��I̩�������p���2;��Z@�RҢS��l��J,rY�	 b"�c�D�\B��{`(��ݠ�kFD��|���U��>��L�W?ɣ����{�f_{'�S�x��K42�p�m����|:~>���urw�qZĐ�@ ySD���:�sE���Ӵ�:W���Cě�xK��[
���H䐥!S	\I�\Jq'�����׸�%@�w�AԦ�{F��q�Ų۟o�<�����Zc����`�s�k_�m����v範��%p�r�C�U:K$2����%`eHBU`P1p�yo�����;�?[,��Ұ-̩o߯:����O��5�5~zU{o[�=x��P�B	�yz2R��[H��-������|}�]⾗j$����o�5q�A.�s*�Pi�L��f�X���*g��b��I�8l�@v�,㷖��y�e�'�����m{�m�ɜ}���u>�2�z�9�.����>��:���P7EC�V*	��w��,rZ� ]@p�{"!�:��y�J�C�����?Ꟗ�������>u���ݬ)(;0�`Bb���-������/�3b��2��ý��V��^q90"�8�<"'�8y���zH#�?DE�haAsA�NO���+�s���o���;y��!�i���(8\�9܏�ʈwiTL�y\�;ܿ�<:|h�A̩��[���J���p���j3�����^��HH��,$��'��0(�(�Bwq��c��{���~
�g=�C,�##�[B�u&�E� �P�(ĺ�9�G	�:\�J����`%���k|(]:���_���<n>����֙"W�#�)�৿J�%�(5Z���Y�uQ2"W/���o��B���|���־Ъ��1eTU�K����b��O�Fa�Rp�a[u2���4�"�L����2����#��[�u�o�T��0.�a=@>&/Y�F�Y�	]/@�b�
�,E���Z ��~������<~��Cy�ۺ�[�%�����)�vJ����?b�@N���gapܪ�˟~M~k��Y�ȮW��[{���l�.�M��'��g�1����E���w�}r�I
ϯ*{�K~���*���1�'�?�~f�{��s"
gAq�I��y?�	�q�������:����Mʰ��� fp�EC{���:�5�<eE���{��Н��H�w?�Ԅ���d�8'K�%�X=����2��pf��*`X���j�2`<��\�bP嘡n�>jʄ ����z� }[uE�#���`V�e>
!�Yh�EG����h�Oѫ��9 0�'L��d��G�-���^Ft���1���
��bV�����u'=��;V݋��n�v�D�2�&ư7<�z�a+��/_�m�~��z�ڄ"���JX�R�Z���,�0�N'�Sv�[8�2D&���*h*px$����2='�D�4r��wM��h�U���q`ƶٝXni�CN-����nbAE�b�ź���V�ٷ���p�DC�C����3DDGأv'A�z��U'�_��m�O�kw&
L�H3/�<wt�s��֮+7�G�u�ݿ����}�#��p>��B��B%�(	�L��ˊ,77~zGZ0��J�F�(�)
{tx��!��A��^W��Z��r?���L�ԧ|�fS�r�….P�=�7�,���a��x�)�0��W_�=w��ӗmx�B:�`�%ٓe	�Rfq8�L�]�z�x�'��>�$Ǭ��b��_�0�@Y���ݿ-�{s�R9��O�ǵ~�}��WCC�h�:�K��Y^ܑ�!�q�Zf���+t�E#J�5�F2V��'���,Ĉ|����ɓ��M/���_S���]�Ԏ�م+��+��4u�(F�p.�`z<��D>iv����~lrrh(��
Ԉ,1����x��*t�+-���sL@�׊�!(�g�T|F
�<`�q�ID�k��:fEf8b|���}�)A�O��b�
�Ox��%�]��	�E�f�%.>�P�0����sٵ�~�������6%�0Ac��C���zO�r�7n�3*-!�5tpb�0�rjÔ)�)c��s?��3 /z �{gw��f4I�<��"�
E�6�E�a��v2Է��z0�i✄P�ZҦ���
?��E�7oԑ6�=8Il���a���e�iZJ�o��%T�g�`݃Y	C�$$��O���`ʠ����@~�^̹`XJ�y.2@����SO�����>�q�~�����mq/L��\���Ҝ��O=�n)���g��j%\���3kԐV0@��Y��a)�{H�n:(�D�(�0��4㑫��X�e��ø�NH,���o�4�F.��|3�[��Hg"�F ��t�L`�Ç�/x���2L��u^���F��@�Ջ,,t�ܥ|̄�7�ή�U<��^CQ�o�+�����xPS�b���Yc���;��m�j;��;G���5�<8��A�I�`��䑇ڬ��R�G�*+u�/���3kaP�$�7�A	�A~w�}�R;砙&.��]��g�����⍐��
��V>
��d=�6sr���m9ˮ�Z../h�{˿;�>Im��iKIi�]���X��u����4ѽhQ7q��py�ᖖ��F6�����n��B=�f-*�E&���,Zww�Y�f�eЫ7��\�5����;?6]�,i��臗�2�Q�cfē�Y��S���q���\���Aa!cB�46}KtQ�­����|u��6�b����*,Z�T���C����*��p"�T	�ϔhR�U��-��a�;���k��/Lj=��du�	d�Ύy��-�28����@t��l��
��`۴�o�>u�-oPC0o��� o`��z��s�`x�Ƹ����U��ai|x�O���a��lhq�0�t�[�5���B۾���g�:ؕ���E-{&�r<�F�c�Y!��L��n���!^�4q����.՟���ipyU�Ա�/�&m,��L�MHN+�U�nKh�Q}xR\pBBHPq3/!�ɟ�\>U���Z�3d"B$�vzk(�	t0���e������*n˪�8rӮ� �{��J~L喱u	Y<����ǭ���s�ed]�*9�
�k�h�n>�Tlg���-t���Ig�����s�V>�4qn<R����[I��:j^���s�`!��g�"��� ���
���/0�������"�(D{�w��.��L_kZ�F.{z�s%;�.������"��J�B*�f���(J3��4‡q��E����R//+f\�<e�8������#���-��RbZ����ܻ�����xz�L���׽��3�<�ˇ�����AӦ��X�LA4!��p�Ep�2����0�b�Lja���b�<�ڋ�* �r@ƭ������Gܯd����_Yo���16��J��x���r�	7��EN�<l[-�+� �2�W������Y���Y���<�f���fm0\ܒ�⢐�y�d�Sm�!2�#6����|:��J8�=�cq|'}~|G��:MF[�t��q/PN'wXI'�^7`�����[*�f�ECZqҲ'#��a����WZ$��
)M$�䍍gJR�6%���:�蘩S�N�m�.��z�8`X���Y ��3�闛�}X;S#Wͪ������
�=Ώ\ɪq|Ue4:6��5�w�8��]�q·8k�Y*���&�g�gM|:B��Ht��7
���غB��Qki�25�ܼ�����)�77D��R�53kATF�8a�l�(|#hXw�~���]!��X��Y��PR]��e�:T�m�P��k(�I+��}dg=�ɭ�N�k2�)H�Y�762u�1����Lr���@�ń�`?�l��I�|>o��+�Ϧ9
����v~*!2i���.��~>���Y)��%aR�
0L8k�u�o�M�@���pS��BY\��6B]�~�l���x[�������5��ѣ�Jm+�2�lm��9�͝t��yw��Cs_�������?v�����!Ь�i4�>2��BA�ʡɟ��m5
B��i@����'�4ȧ&�y��B~a���&����H����1.L��܈�?��0�ёӃ�ehE17��=�d���3I{�{!>&"�l���h��BB<]u:?_Og�<�b٘��ɉf$O9�a��cJ��>��r����D��:>>�D����%�Oq�9����Ψ))�b�tz���\9)�ߔ�3���K�`Μ��11�<!��kꤨE��c�_�E�M�R'GwΘ��7�3�1�<!-}�����!����eʕ�0k	C�R��Tr��-r�6[I�}EHw�x���|B��_���p��ܿ>��7_p�Szr�U�q��Ǐ7m�H��x�A��Y5�RH������~$�]���]�1�[��C-�qi�
5�s����/�҉#��珰�ńϸ
��|d��2��d �!ϫ����|㾢��J�c&��[[4,u@ο�4̊�57yQ]`C͸uCN'L��͊m��OV���L-��1�e�Ȥ����������_	2���(J
JL
-m�����1,-� ;�y8�K0CS���vAq�Y��$��8��)���<�LLvvLL�4���4�KL��~�X���!;ʻ��"���_�d)e	q�&p��㖑/e��|��֢s��@�FTW�J0��(����T�n�MSo���������s~�yAr�qLd���%��M�

�<<��ŋ�>X1z�7.Snͮ@}�2�&���]�7�?��������ږ�zh;]�U�vقo^��<����:\�y$�"�u�5���J��	��\r��Kё�*9���)��=�7MO�
�[�d�g��ĂM�&䧛&�'��p�vbNBXy9sm^+׿��/�2'�2z�)�~�ӼC�%c��
+�ø
%i�5�B�,�����D,f�()!bI��5nu�vI���@ �c(�=�}
<p/���X�62�^���vV�W={^":�
Gg}'�1|�(ח��G���­��c��m��T�������5D��r�r��"\A���H��p�#��%M*=�K�����9܇k�$ {e{M��]�0lDQ������>��K;�Lq��v�ɰ���O��x�c@�օf�3� �=7L�O����o�T
%�tp&<	�)%q�Ul�%����<!k�T:U��t���c7���nXeuѰ�J*�x���
%%�njY_����������9�6��}�4����D$���3	��&����VSpM=U�G�R��d�r�!�j�`8�,U͂V�>/����8=�ź������ƪ���M5��,s��%_,�
�K��h���1#s�%woSb�lr�W|�#gE��.N�Nh�o�{�<�h���U�M6
�4x��m��˫_=�ߙ��x@yieô��HN�4<}-��9��
nMSa�j���2R��'��C��E������On_���4�aՕA/��d�.�CG
���0%
�����}��GM���a������$��'�!����O񤁹�бǃ�S&�š8nSbA�)�uHE$w�Ͱ�l�7�p�0]gr]�L��R�b%J���O�sQ��G�����%o.���s���B2��b��G��H��i%��Ed"8LժE� ��y��8��r%�'5J)uIMDC>�h{oUp�I�C�}�v�un9>qie#K6�F�p�L�)e��Ҁ��+��\��ȇZ�2�'j�D&�!���>�8��I�y�&U�������ܵ<���vUE���>@2���{̻pOݐLR����@�l�b�0�3
�Q�{�7�>}t˘uŜjȈ�!�G��Ο=t�L�KS��Nm�<y�_u������AJ�N"A�������/,����������n����V�*PY�y�D:6� �x|f��6+�H0{i}|��4����j�R�-Nr����p������K�?���mŻ��r��Iu4� �������@^�:�
I�J��b��C�,??w.7�;��%j��ɝ7�'��]뭧��!���V���c=k|�?	q�qW��Af��p/�FnQ89KiZ	���[�^������1U�f��
����0�雜!��8SU|e��1���N��햐��[PTI��j�{:Ľ���W�Ddf�ؔ������DcEE�-�!�%V�h�z�D����
�o����93�bO<�Cz.�|DU����g�@=W���fᶒ��1�QѶ�*����	�~���mh��//Q�|s�ܤ�Ʌ�k�W��$��͢�ҕ�~��,!�!Td�k�i/R�TS�t���Dpi�Mr���K�7T�RR���'O*4�w��؜:bD���\���4&!�hhbIY|����G�O�g�ɋ��q`����Q-TA��@��qw�߉�}Θfp���ćx��3c��cj��xL�3c���j$�1�!^� 8
�O�8)?N)ՠ������+�u��f�F"QRR'
�cXҢBa��=��h��_���0m5{�č�k�Nq�1�2o�HzY��ƃ--�S(�[�p�Vh��07!>!����x�ZAL�0���x�j�g�}�4�E�k��2f�N#����kIG�u����V�Sw+�%=��C���0���wL�8�|�P�]����q��4r��89����x�fS5���Y����D� -Z�C������W��8
�&T�����G�9�K����wβv-8y�r��b ��O\��t�M�ɹ׸��\Pىo���c:1�x��z\�=�5mx�q����c�ԟ�i&3�?�A)�̘2������3�>W#q
�7!���tq��0�
0kD@�e$#��!��4��У����lq$\j�l�4�ʝ�η�l��\0��<�;ŝ�q��70h.w�m�>�|�p�E7��^a��j���:hb-���2�X��/��B�;F{���<�k�셫�:��Z�!��o]\uB��P.�xrP���JT07�DN��1U5]�!֓�3r7],��BDM�S?�b��:`8����C:G/��>=5�tV�k>~;�tz5���Bz�z/�o)�W�=���H�1ͤ
���1p�C��3c���4[�ކzK��B���.�Y�R$�� �b�rC��̺�X�O!�
�u��bH���G�����4e�ݗ^y��
p#����_��J\y`~w�9���9������9(ğb}�~��,�J�8��C-<x���=[d;�"O�ҩ��cw!����_��=6��\g�I�U�5U~�%5aI%�IK'���`���W�k���7�(#U��j���9l��|?�;�`��9��YQ�ґ��Q���
�«��6�+W-����zHׁ��>
�%=�O�=�;�L�_c����<ư�f�bу�6�h��!��r��E�\�@�r:M���Dx\�S8��H�#b�4�.��C�T�e��"���Y"�Mf�NO�L⣬h�Y��&���q�1��A��Pe�	�����7�k�mu���W�h������fG���~�q��-��C��ز?6�U�m��������צ�R��lm�.�1���ԙr7N�l.bE��ʢ{�.�Uf������U%��i�\P
�Uo�A;�3�	��'��_A��wL3����}���D���4��ӟўƇ:�i�GP�.a8��1�)�:��dg�4'<3��e8f�}�ׅ�m�5S��U�ר^L~�݉d���Vև�vGo��L�g}�|%��D�
9:+Q���W���L<�F9\R��!��|0�9�@�*py��oJ��,�k�{�;���:�R�%�O+���Vpi$`j礦ΩY�H?`����cJ���/rO�4��K��t�
���~~�G��u}�	���ΝH�)�3\���X�I_�4	�Gm�n%?|̏Q��8��1�v�1�}�`|J|��1�g�<�@�Q�
KP�x�w5�=m������iZJ�*����_��f)`�D9�Fi.WSn�ɘ�k~�-ǎq�3槦��$�0����7t�����к��(/�������uQ�,�^^R�H&���Z}���Oh╄�����y��t[��݃�&^0,+x��� i`�`�OT��;?b�"2V���<sBk�RȈ���ǧ�lz�K����֕5�ޙ�r8�Ѿ}:�!�zW�*?i�k�^�	{��'��<3��c|�|���χ������p���z'�G���p�R���H�v�ksX�A�A�TC�{�P����"	����p������fB����5������,�[��D��Ç"J�[�^�Ώ?�]������tj��r²�5�:.Y�͕�����}�}w�#�
g��:B�ց�Zɯ�m�VS0�V۱�qb�`F�'�p���U�1=�䖏'��T`8��pX�N%���IG8\(��g�5�P�x{̅�!�~䟓��9�����������S�2L����#�g
�7@�3o8�GL�p"���c�Â�%L��7�p��p�H���a���U`��g4���_8��݌��>(Ϊ�pB8����#����1�c
ƴ����#7�����Q�b=�ۥ��D���q�ή�TCX�������@P2L��{Hٻ�8
�sV�Ik�Ӣ�⹣�d��[f?ܶ�l�̧l�jc�ŗ�%p�1A�廎�4W���s�•�_;K��0��	|�	����E�#,����7�<����p*�+|��<a�~~���Se�S�>�g��yj�S���>��%.ݑ��`و����T\��jv1�U*_ߠX//WJ$�D��׷���}|��@��XP��/˦bcB���>�#&�L��mhy�_�[���#"e�j�Ӵ��I��c�2�Z�����hb;���������ߏ�%WL�!�y���#W�v�)��|�j���X�p&��T
���g�H�p*�a8E�©�é"�E_8�
@�1��#��\*����R��i ?֣�~"4,�g`|��LL�H�.F��[���ޅ�7�WpL����+�2�k<���,��u$��-�шN��BH�5P9�;FT��Pz	��*P�ݑf�t���z���Jr�����	�o���]V��}�ʅst����a+��OX4�R��I�a�U۠�/����zs�XZ�E"Za�oϝ{�R�;߾�uyu׸�i������WY�ș�,���o�z�A�1H��q����tWC:B��
���^����83��C|��i����Uѽ���BX�{`}�Ub���P�Ab{�#w�-�_yX�݋yXbгwp�;p�B̳�
�a��=xS�P�9�7��c|x����|:��+����0��sWu��R8�e�����b���]������螯��[DD�S�[a|��T��-"���x=5�x�,��h�gy���b΅���^����uб���2���q��i�TT���5���ԥ��Fԍ�������Ŭ�I�*%�^��l+秛�p���;���#�����@]�)�/�&r[���rV$��h~t���+��z�!/��U,�C�1	Pn��e$�>DWZG�wK�Tp�o(��n_����m��vC��T
z����~K=n@�(I�(V��HN�.���zo�u5��B���Dx�U$���H"P��݂�kR���6QǠ�#ˎ=�{w��~3m�D>��2��3\6�[�=�k(�!��Ô�LB�.�Q��U^v�a}�[�{�Vlm�m��ĮK;��4��[:�{1z[,}�Wx��e�Sѝq��v���}�b�W>o^��
{&��g^h#/�y]�!�P(c�p�	�
T��vn<�îG��2W9��֒�X�
`+vw��p����d>K�k�L�u_B����r;%��1�"�pY,�B��]�-ê`N=}�b}��h噑���qD��tnn
��];p�گ��QL�$�;hy��_6}��>�I�����&�Mxp�_0aAN�����7v��٭�ͱ��/�?��k���#m6����j��A��W�۰�.��/0�
�޾�XG�	>�l'�/��K���>�缣��s�q���9�Z��'8Ξ��{|/�an�{(�f�@��"�J)�Bla)����W���%_Yn�D�ُ�����:��$�(@9�O���Yϐ��Oɜ��S���Y��R�����Kp��L���.��/�E�n寺�q��B��j���E�t������Y�R�Gd�DDH�JW!B
̑/b�eZ{��A��z���I�/��մ
�UfƆ��[=���',+9ܲ����;�7�����m7���WYsV�OnSݜ��JnZ&��O�Z�߻o?�{kkk�p�ѽ���<2�ҥ�s�q���`��U%��#�{�(菣||��K֩!xGc���q�m�dX�$
��
��Gwg������B�q�?�v����l��0.
���1���`8InUN�w��5�Ha���Ϲ��z8����c���
J����[u���IB~�?��~�L��������0��_�폳&����c�'�������磄�4?�N��&�Z�b���!7ls�{�m^B8�]p�zS)eY��(��Z�:߅���o�^蓠�gԐ��qߒ��n��F�c]��
w�(T�cV+��]�
:������Q�=n�d QJ����G��%��="�v���>���ya����J2��||��=GXC��y��!G��`}�"��q��3p��TO0��p�>O�9����y���?�p���;�jp�q:M��ϙ�^�êF<�ǹ�'?�9�P�o��3��Y'���!�Z°}�p�u>q��}9�D(:��%-j�* ��J=q!m4�)_x^n�y�;����Of���q����
=>J��9�Y����ݲ�j���m��…��i�Zp��~��t`Z����y=���#|G�a�0f:ޣD=��\�U|�M��w^�>#�y8C��ˍ�����ޘQO<_����T�V|�
�W%�!1�*�oN�
�|.�/�U	ct�Y�3p�@����H����c_�pgS�JBq�����C�k?�ƕ�d�G�6dzX��PfLU��Jz��=�<�5|�
��/s�$f��^/�Q(d��8�Cګ�
���}g����/���Y8��4�̈�>���ك/^����<*s)�j<ѕg�=\!�(�k�^�dO^�s��K=d_���覂N��`P�����F��|��EnO�"� ӤC=5A�F�?�}�5�;P��;���F�#�W{{p��W�/m�tq��/6]z����Z�K�v�McɍB##t>&l�]f���U�N.j�,Y|�[��C⏑xDIGDmw�����`!�e��2�pVh���$eNM�lt)z�B��h1 O����ꢙ��c^�꛾it�F��v����}矽�
���*�x�xRB��
&���Q�D�������qԚ�s����}��G���.�9uŹ��@;x��|�u�]��94l[#�
�W�#Y@w�D�Y//V�a-��%2��v�j?�.�Ǩ<su@�2?+Ʋ��)��=�����0����:x��|E�����e�:��'�f)����򀡨?�c]��P�a_����'l�m�2��_T�}qB�� �8�Eq�J��;�y&�2Zȫ�ly�F�)"��;	�>e�Y�qN��J%R���11���"��atF���l7�pu��_��-)�c�
��Q)< ����ꗇ�l�
�;�n��+��z�H��*fJI�����?M����K
�ճ$iBK���OI0�[K��˪��s�ӕ`CR�))�dLU>�E�
m�9U����.��3'��$
�8����A�siVaa�A����:��f���wG�o�t(�n��F���B���k��n;�ӓ���#��K��ϟλN����Љ��L1S���ĺ쉭-Ʒ��[A����A>�'p�(��x�D9�Zl�sB�"����I�7��1�	!��.���$�c�B
�����k�������4/B�S�~�\�e���=�:|>���T>���"(���C���4qlҷO���@������no�̢z����#
��taP��H��ߖ�j�Y���
����ljA\cq�2z:zẖ�|�m���B�.Z���YïӃ���3@���P�Y=�_�Y&����u��@-���q[��d
]?�Գ�6hGBK|Œ���j�<Qǩ�A�U����`|5�lO�\B(hZ�v8�&��6���7�� ���!��c�^��ߒ�#��ܓ��4!�#¯6xMl���G��,F���3�ZhU����y��#G�x�Y	�C�i��C�L�`�+s�B�	b@�Ee[��:&^�&V�3Ud���li�+˓��ڤx�`4�y	��
�:�|�8xpbRa!��ސ��}"��;�j��4[�����M��q揯[��>:-=**=���<q|ssCc��TclJJ���c1�W=�!S�Kj�F�9;*�DL�>Q8�J��]��<O�Ϝ�ӗ�c��N�NN����]�*�`S4�L�?��D�̉>5SA,;�
�n�Z�����-_T6� ���D�8~P��R��I)�|�}j����I�P��;�,�u�
�Re���z����jU
U0�g`��b�ev��ջx�
������������'��%5K�Aҹ��]:n��qcW,�w%-�z�y�֖q[f�M�O0�tw?���k���a�t;����D��.�Ϛ��3����g����=��u+���Y�Ӄ¸+�=��,��*P#c�l|o+��*�a���6�b�eܻÄq�24Hf�y�;�g]?��e�6�~��s��?�/��5�}�A�Ua�j�M³yp�N�l4M�{���˽#�]�YͿF��F8i:Xֶ}�azj"����W��5-�k�i��"�~��;#���c��ZV�����<��L�gN)ETK7nL��k�\������wҺ
fP�	&P�n�\*��{ʖq�@�p΅������p�������
y7�ׯ8!f���<�N	z�W'7
�/Urv}�;�r�P�qޒ4t����+�	̇��%n>>jY+WC���qK���9(��k*�%-'p������c��H}��e�׏=�1n��=tBS�^���Oh���T�$���"�rg��
�/��az���ܷYR��w	~��{��o��-�y#��Ew��
�
��oЏo��O�ߓ��^�Ag��L�R�-��0����;�ɏ��w=�}�f����,�H��5�M���\��d?�;��	&l��C���$c-
i�P��G̩[O]��N�F�a���Jd�e��9��J��9����W��|s@v�w�N�_�?�>�,��%�~c�>�`�J&��pL�������ǰ�|�=���I�w
������E�=t�<$��_C����n�`}���?ZSׯ7����<���5�3ʎ�'�=�z�2�����T�������*�(@���{�_���ߙ{�7��-U�FΚ1sfd�d�?�
�0�����M�V���Q�<2ܣ��iU��W�n����+��W�z�7�
7o��_'Koܰ��X�E���Gڀ��*O��a�n����Kt���s��O]~\�����ܿ>ج�d2�HN�	���R�ΰ���0�K�zT�(��6|��Ss:�����畻6t]"�@�7EqN�w(��=g��O��q���1�j�ܦ17	7��jJ�?�:7�b�J�Nr�_X��m�+��R��ej^L&��\�Ө��{@]zt��k�����Ҳ6��c�KO,�|��჏17O0����ʎ��/躝��&]�8�>�-gFm�����!oZ��;���}_�W.ě��=Y�'ꍲ�nZ-+���uζ[FcO͉
u����/��Oc3!LUl��_O~z��5�ߔ_����e�)�o��U�� pv�ꫳ�W�~��,@%v]�7�_b�Ad�:�۸#�3�BY���|}�2�Tl?�ⳮ�ro�N}�],��`����\�o�ź
̨xa�`��c`�=�*0Ӻu��~�W0��
�q*�/��~Yw������u��7�ˠ3�vlx2���.�G��U�ga<v����Ź8���t?���1��c8\]ګ�	��c��cp֭�ݏ=X����Y܇|�Bٓ���=�ۇ�N3T���>	a|6�W�}��p��!����Ztnnb1�; "�A������9���	咸i"t�Q�*�%>Ӄ$��f%�������[^4)�z�%g/�1�9P"
3��M�T���84d�\Ź���q��xwR:<��7rվbnEv��>���y5у�q_]H��➩1(�%����.���^�,��@Pi���[���9|,�����ޟP�{��]uoζ�]i�ds�+��kE�윴�C��-Z1�<gQ�R�wī�׽�&�^:��ڸ��K6~�_j/$,��v@���͉o.�2e*�
❏��i�R����u���I`ܦ5�p��ЍL���8�H]�g�7W��M�p���	ѼE?�V|���#���O��	�(��D4��{<�����^P{)|cCY��"�p(��6����H	۹8ߧ�e�����5$yvu�ޒwl�n���3N��՜Mc3g�(����z���D$�"�L�NY=m��K.�5�ն��lիGl�=�-;ge]�.^`y��H��""HR�E����)~?�}�e�p��x����9����33��z+{��\ף�Mu��n�O�^2x�ƚ�Y�א���%�
4���;�zv��Գ�flGFx�Q�Ȭ��<�
�l�:���к�{x�)O�B�����f���L�N/Y��Ξ�>�0 #�wtŢ�5�{>nQ���=��>',U��ũ��i�2��(�&�]���g���Ė#��ON4N�ӺfW�a]��1�fg�>�q�h�R�E.��d�C��蜣��O��
N���Ï�zڟ^;oި�s�H)�C��~P���ȟpS�i�X���>~|WM?����"}IO�����3�|�NJN�1ӱzY���̧DO��o�=`�P{����r��=�~��t�8�׍B>K�s��M��ci�
�.ȉ�l�?f�H���Z2L%?�֥o]F1��@+�bhO�p�����c�H�Ǭ"U �vr��Y'`k�(ȑ��U<:�g�|�4���D�W�4��/A�1&�M{�:d�B#=������4�<�;�XU��:rn�`1s�1�[,]�x��	��(bdh4���wO[�a��fGfb�[[�H�ЗR%��O�=�5��A�[iŸ`I�����O,nh�X��/�b��qc�Ӏ�n	w� �[/�?3�Ժ1�NN*�Z�!l���m����	}���R(|#"��)z���L}�ٵ�9���+��O��;;��{�eǐ��k�.L�m@Z�oE���1�{I�'�N�w�X�ā�A��cd�Y]��
��7����{Dut��wn��,,,d)�" �XP;bGQ��vl�{�����bLl�)FSl1�M�y�HMbL�����.����{x6��ݙ3gΜ9s��i��RL�>p�o�w<�?���Ⱦ��1Juj�����UB)�%��~���z�ہ/�,��L�mp��p���k��8�S����L/k�<5��wAN&��kМՒx�ԛ�b�y���*%��5�|�%a�
*��� %�����������^���\<?mi��j�sMԢ���M%�+6�\üEMԥS/���_z��YQ�]A�DS�<��`װf�6�v
��bp,���3�E��/�_U�'(:��b�m�>`����F|tc쌼 k�':��i�������-����(߱���5O���ռ��S.b�;q�ʈDֿC�����ނ��vޝ�_�-�%#�����G��9{������p�;��nW��?�–>�f�D�k�˼�d��{7�F���-z'A!-ԋ#=�y��5ypLtmሽ��7�ٲsޗ"=�>��dd��m5b���o�#�����4��5�(zޅ���]�fUd�ϖP�ո���@��޽��v]���������ǎD�X��d�z�Vk�I�A<�j2�ļK%���kP/�`tL�rZ&`@��n�{��wy��KcvÆm_�}�L&�]��m�����G}��nw5����E��R5t�/f���Զ��{YQyjָ��]�7H�W����E�L� y�R�ZO8E�x!P#^o@�X��FI�
Y�>)�.n��!l"���aMʉLr����#|<���R�ʘޅ�=�?����20$� ���*5�F��Zf�н�L�BKt�S���y��;��@ޣ�z�F#��TW�hE*��";h�)����w�tE|�|
�}��
�(�0�7��U�ز�
+W4.�	�f*`�����:�ޒ�]��D�Dt.
Ar���:��+�Q�bc�r�V%�*6Fv/�GJ���Ϫ#��-�BY�iG���c҂*ί�]�T:��.}i��{+/���}w����u���ϖ
9�R���գ
���C�/������ySJA
��krN�C�wɣo�/ޟqΟpvA�.�U�m���)�&�s/
���B$�(ĚVI��`Z>94�g%�T�;M�%�)�?���<sN8OQ�y���9�2���iCu����a!!�N��@��D?T�N�i+�l`���z�HJ�G;��I$@�?��y�W�0�I�2��zMb�3���a\;��+��=mGy�J��i['��XQ�R
����!����E]z�rX��}�s�,:kȶl��91k�̂��D�A�9(zx��aU�j�=8�s뙙�L���N��S:�C6����3��H ;20�bl!��&��b�p��Ў������#A�vNyD��l����ζA*�ޞe-�����m����0��E�o������Hq��j��E"���11z:$$0І���HtHR6kbQ�D���G$^0:�b��Rp7��Y$��:��vC�<rÌ�Ň���߲�U���KWi��c,�l�٢����z
|@=�ecae���6u:�y��Ç��oy����#���ك�$�~�s��n���.(�
4�̴ǀ��Q�ln�9�= ��q�d�%�x6<���=.�k�����{p7���`�'�ou�+Z}h�F���e���o�]v��賋��Żk�(@���2�5�I|�r��
e<���Xd�a�����E�N/VЇ�}��ɇ'��P9���്���yPv�m����	Ǧ�#u _=�}���N|+:��]Ev]ki>Z�e��� �� �^2�[Mwe8f�݄��\�rO��@��h�d������yЎ6d:���b�)
+��Q>�������0wn�Qkb���Y�o�JxFe��4����s�(�Q3��|S�u͈�� ���=9�����O=Ͼ���<t��r���c(����俅�C�0��d�55�W�0��B�Fj�͔�v�N�?��5�w�-\�Ʉ��u�ĝ��{��Л�cߖh ��D��86�64�3������K%�*P�e;BXy��{��pw�:|��9��wL��-{�o�q�DF�e�[a������D��LX��i�L���q�lz�G�K�;Ջ<�o���`5�{�HMw���i^�X�����z�NX�3�x�^�_ʝn��w��qz��<"+YAV+ŢI�<����q��煙�|�f�D���s�>s�t��5��pָ�s޻#�ţ�A��Ɵ��Ft���v��l+e�S�j��bae��ʽ��Op�Ū�6)Y^��6��K��oմ�:�PO+�uV�QY�,<j�n�V�Cg�0��O_���~:S�B<FkTNj}F�)�U�<�hTz�GΑe�J���ܘ �Ҁ�%{�4�=�SM�z:����'�'����mK_"�\�����_�O'�L�s�2��6���x�*��-ֹ�PY�h�*�x�'v��]�\Y^^S?0w���K�<����ݯ�ٲh�+}��~mҞ���C6��Y_\_wi�+��=޺p�,�k����퐹7�(�‰G9&1ζ<�Ln0���$GG	��/	6�@Z&U�3����4�����OY�O��oq��J���ob�ݙs�06TQ���LZ/h-4�c��Z����
��eJ�Up���#�Rz\B5��>}�>�
����xmHq�h��B��ԫŸQ�;���E.z[�j���hQ�!���}�S݇C��=R�5�>Mˍ#����eu�K�j$��dͰ6o
��d�;4�}�^�ߝdͬ�!ߝVS�T�}���sB�$:���1�:.��_̭��$���L�Ytq[�ɉ��:
-���Z�
�٪�h��Yy�R���hL*o�&z��VSf���!��;.D��'�%a�v��7D�V�dŒ^�p�����}��U�����\����{O�z���8
�ʤ�����*��7E<�f���{3?�v�5���ܣ;Ƿz�E��{�fR��>*�?�NHt�d�p��ls)FA�%Be'��ߧ����"��%�W>���
��ň���nj_�Q��ʻO�����.i09���f�nEç��t����Nc�.�NjW���_�r|��=wy6!��{r��Y7�%�Nj��B
f3��`fʊ��EMIU������H���Ã��o���}�䩚U�^�'����x��B̾���'�>�u(��o��v��+�S���{���3�p�nD��ZCϓ��s��P��1-��#��v�6�:�-24=�ti�!?�9�������Ϲ0����������_��mr;/%��z�{�|�B��=��c�+��&d���s	�c��*�\�	Y�h�r_��x?Ϸ`ٺĢ�����'d�t�o�o�ۛ��A�V`x�S���N�疮:Y��˟�M��{��
f_֧����=���E<��Å��1�Ӏ�F�C+�A6E�4��z�x��'�Hl���G,m�n���΢y=@P�3�/T�,ޱ�<��K/��10}0����T3>�:F���0*�ӄ<sR\�Eo0X,2�]�	��Y�Y�����,�I������"��>H[+b��N����jó�/��<h^�, xȲ~�_�\�ӎ�.)�-�S�'��6�18�Co��mxWf4������b{fN�b����8A5�s���v���Y��R����G�!9$6Ax�Ţ�8OV��lD-�c�.��{�v�2r���B%x0덉�͞��Éu�a��_N��d�a�k�L��7[�1�{�g1�ԅ��υ
�{D�H�wx\��?~��
�lٹƑ�<�����kHU:�N�+��,c�8%�k�\�#��<�#�.eϧ^���jr��������#��q��Xk鶵 �<����o#�1�,t��8~,�ax�(u2dx��Q(%3�@@�7ɜ�;�n�Sa��a��n��?��2�O�7�T�
�ʡ-�[t~�>;5�3�U�Ԇ�L&��p8�@������ݰ�ӿ����4U��gҰ‰�9V��6���IJ%݋V�]8y��Sk{�ٹ�&[�?�i6�>wtϊ��a�+��⶙��c�=:t��8/�2\"��B9��x�R��H���W������D`����G�{Č��e�;�~
�����!��|
�>�췿	��S���jx$lj�C4��SҌȑT�@����n=�00���z$h�z��xл[�=Y�}6�g!6���hq�=e���ҙ���^7���"��Mc���H���?1��o�T�s�<g� �=���h_=��0��#�dt����I�d��g ��W'hܑ�x��'��e�(mA>.@Oo7�u�fflVmG�$◙6�Zghr��Ţ�T������i���7�
,���`^�O�o����B,�+�� 6�N��1��S���v�Z����R�ϒ��[�����]c2��RYY���b��Ɵ�f�5f[�Hf��K%�_Cm
"�P#��;�����jT�)�b&�'\���U�V�7_+`��$�$ �
-B�����å�g�~.�/To��iø/��uz�7���u����`���o����`m8�ݠ��z�aj�O�\=|��7	�b=:Ds�x^˅Is�`Ѣ�y����&Y��٘ssa�5��A�.X�dcv4���W`��ElX˪�Z�ˆ�T��a��r��Y0u`�!{{޽[�Œ�h��	���%���P|ت���v�N��"�b;V� Y�8Z�g�?˓�o���P'�P�^R�L�-�W�FR
����^j��ž������v���a�7���m�8b��!{	�gu�4�G�zt5�6o�鸞�V3(�ܬě�2ݠ���OGl)�z���z��7J���x��r��-�Z�c	���`ע^]�Y��p��;����`��w����=C}⢡��!M��T�?4z�-�b7��]���܂�
l��G��R���I�/���~J�iG
ut�D��"�^���IȜQ�)}��#�Z�O��r�-|�BF
�?|k~����/�*�Vp[�|a��������3�9^
�-XY���uN�ѐ�q�	¹�X���&uR��=�Q(X�Q�Q�4���Uk|�H�Iv�({Ԛ�g|�c�Guڇw�e��`�Ưg{����t���t!�r�W�>��n�[�tz��~8��p߾����2&z�m��=j�li�� .%W�6_��I�
���:�~	<����9�l=\2u�W��(ZzGA�^}A�������a�b�/���d2�L	1�����+�j�,�X��F�{C�d$�
�pdt7v̜��;�*�U�8G��}~P�*��uA�,�P3k4��{��;Z
[�x�rg?�c*ɇ�]�q�n˄Z�7���c95Z,.o{TN+O\��=-�`�o��?��٢�r��*R���*o?s��-�L�.@5y"�'m��=;zeQ����!aV�}����%��F�����	�X��ם��Q��H�¨��w`�=A�'B�e���ݼ�Y.hC0�k��Z��~��ڔ/�ަ#�Lb��}�|ռ��n�v�Yd�,�vM��#z���7�g��) @kҡS�J�m.Eڼ���(:�͔�^�ְ���.���?���/W͛��),"Ԁo`8�����E,;ķ���:"3�����K���y�o���$�����$��T�v)��."{"�aB�T��H��ҳ����z���u�	[V�18��jj�uF��xʞ�3�l�8������d'
!{�J���Ě�I�t2�����0�>ۦ�+��')Z�T����|f�1��.c�鿙~G�I�ߣ �Gn���Kg�~�&�������ի;�'�+�ɻ�$pP�GoL���{z;	�����N}���4���
�?'��D8�q���q�CB�(R��|���(z���GG���;*��Wv�J���3,
f~��T���W��^o�p�K�;�t�iUT���O]�G�Jg��@?����[��e�A(>O֓��@�c�D��T� T����MM/xLW1h���D%�wT�
D�k`́�p�
~�ܞ����7}�z�ʕ�W%gQ?�,"���s.���7s�h���BI��ni����B=aQc�E�H��0����r��@=ll��ٜ�óл{^���~���R���Rq�+Ϭ
	a��(����i�L|"_>���	����-�G��_�O�����C���Iy��c���QM��Vs�5�;=��%�3��u�8��?蟞�VTf��#�V?7��ܓ��aS=�=��.\KʢE�\��8Z�2�C��@���#��'5������w}=�V}�l�m
2��7=_�����9��o.��h��������q����+΍]^��#L���q�кĺ����*�A����WH�]D�!K,��dHe6Ɖ����Jb�^t�/����{t�R��W���)C�Aܹ�;�k�5�ŝ;i�ҧg���]J;	��d�`���'�+����&�����
yw����ur�ݮL�TUD�5�e��ز��=�Μ\�S��=��nD;nJ�զ׫Y�ܤU�5F-a�R��S��z�D��1B��2���Ѕ~����_\���{K�����6�CUh�������	�a����c�nᛷ�u�^,��M��y(�Jʳ�4�	����D=��
�>
},co�n���s�ކ|����^���b���}�c����d(��>�w��#C��"ڐ�s
H�)�n���CBt:s���ȵZ��:��)\9���5�-Cĵc2A:��t8nº!Q�~�ok;�۽n���n�oF����.���0X7h����3*��V�[�ԑ}ax���!m��Dž�a���菉a8�/����1}a�<�O)�g���	}Fv�ܧ��>��	��¬�r��?�i�4�7|��
��e�F�M���e�Y���)��!�G�ѹ|�)��Mƌ:
�	�'D�s�3An^���r:��4�iEL�#2-�IE������9F�t�[�F8���vK�u�&x��-iN8�}z\�������i�%��_��{G�[��Q��v�
�A�z�D<�+�'>3�qd�4�瓅��	�� |R�W���eF~4|�?tfQ�Ͷ���~]����G4?Es��s�QWR+�A1��P���D� ��E��z���U���0���K
�r�B#�Ó����̠�e|���z���ۭ[G%#z�m����qz5���Y�)0�TkNH�0��$(�iy��3BDd�Y�Z�N���J8���[O��yӷ[�VG,�9>��@�yTQ�U������˧���؁]��ٲx�}Ɨ�0�ѫ��`ʔ4W��*n>'��!����ʬ�o�ӓKӶg|&ϛ
����uA���rܴ��'�.��K�qz���2Z
+�|������T9�&/�M�o��-7W�[Y�~݋��"HM���_���F?�a�ϵ6�L]@�9�"f��ڏ��a��;�ڪcw��"1i��ks���5hQaѪ�&o<4uF�3=;���1��}����,׀�\%���e/�&�未�7���-1,5����s&�u���w~WDtl��1�x~)q=F*"�v��"*�S��c�^�4�@�'c^�糔�-���g�0���0�2��\[@�v�H�$�XW�D[o�eg�+����[���(
��|�Qp���D��	�[���S��K��@��(��-��PH�M&6P%�h����Ä�#���!A=��B��~��eޏ����XC�)�On�����^)\:l��B�a�ʊ��Rn�T7i�SSV���hOn�
YRޣ��X��-����	�I6x>�6=mM��J�`
�I�5}��{�%�mL�*m�ϝn,ϫ�.��+�6-?�ר|U �m.e+�`ܿ����A&mf�ɵH��<�ǝv4k	�
6��0
��	+�F��n]Y4��P(��e�����e�~���&-(�fg�rΧ�*:���ְH<]d+�c��K�ِ���B���??�TT���9�\�SZrcb��l�6��D�;�<�$y��n��/�ۂ��EU�CH�CCv������������"��� pi#��Ȋ��t��̊�G�����u�+SDY?m����{�ܝ��휹�f�V�?�����_�.��Y�67��m0W?�]ſ��S˳�,,��U:�Ğ�|��|��d�5ΎvD�##*X�i��Ut!t��]w�_�ۖ��7D�'�A���,$�)}���h�-���<SںS����w��K�⌴��W����OWk;�jꐚTh�����aCq���P��K���ӳ�3��֫ �RpNbbN�e��-�Y�t�ጳ��r�䊋�����b�گV9ٟؓH��<TcTDX�Io�y�Zŷj����+H���!h&�	���,���ظ8EU*;�4��U�����ߩ���2ϝ�^��jͯ���m3��j�����H�֎��v�]ku���[W��s�9ZEE�Z���=t�s|RRB��6_
��v��.9���}��GQ*�K�9��Txzd<�#_g�8��n�3�SQQAǎq
�,��c��d�T������G	�3�t"´��a� ���:���>���|�1s�~+�x`j���t���_�vs9mۄ�;��wE��W��:��2����}c��v��3���Y#~I�ʙ�oB�ɝs�b����>�����7|�u��;����:
N�D%G�p$D�n�v�g�L�-$1�{~�a���6���@}�23�HhJǥo֝�.Mp������{��ͥSB�$fV^��~�psR�?��iM��CY,e@<����T��2O��n�s:)�,�-�T�/*j�>N�c���-�S��`WK�;�t0$���É��ɹ�A��[�Ix���т[Ծ�0�g�6���<��a���ܩ�V4���[๹��6�oB���	QG浩H�ṅ�}���8�U���][��]��/wxf���'tk��*1d#�j1g��ɑ�""2s\����|�x�G�/�.�~���+嫆�J�q���S�gf��F���=�‹�s{���@z���d.��#�~F��/�����K���u�>�Si�f�1���]E�c�BgQx�2�;Y�cB��H"Y$�c��Cz�x~���jsG�w����{O���>�<�rWSފrw]su�3�k5��I��n-:L�]s�$�PkVyL��m�E�w1�mI�#�� ���F$ޝuqi�����A����;�â��ϸ���[�רϱM��dN����S�ZIQ������p�(�r�29�b6N?‹��Ah��t��}{~
~W으�~p�A��i�K� ���C`����ȹ�����=�e��/(��{���b�h�/���5�)�iI���*�*)=ٜ����=��*3-*5�ُ���/��a��z�NI��H1z��F��0Y‘���R�n�Z'%��a�^�m������A�c
����(z����3_�֪������q�"x���IB{[wm���sd��Uȝ�/m�l�M���꼡��l�V�-]�H0q[h� a����x�a]օ;�34O�]��f2jm���J)9/�^��R�Z��2�B��JM��ԝ�}�6|XuetENB�Q�N�T��d���7���9����wM�i/kHo�<�*+���Kd�c���-�%n�תϲ�->NA��V˺ɺ�G�/r#F67Ĝ�_5�O��޶1Jz�?jl��ame�Qc��ǟ�s��J�!���+��}@)�w6�JF�L{�+�u�2(?��#��FE���ʺ�y
Xq���X!2\(�ɉ�(��[�oПd.��ƭ+�G\��L~J������Mj�t0�8ޓQ�y?,�Z'M���*���s�9FI��nS~Ҹ�Ɣ�����1�a�-��)i�_�#L1�%*Mt�����Y��n���Ts��j�mv���LN�!�0j�3�[:�
��0��p���:&1p0�o1�����c���wʦ��Bd9C��ez�QE{�MO�
��W"�QŽ>�H����Z������{�K^�*�&x�s�gH�7P�&m;U*�H1tl�D�'��81��6�Io���]�f�5ؼ;d��l;�k�1�6���?8�;�GQf4��&���-2�\�N�F����CzC�baz����#�y��DD∦�X9�#�~]�]��T!�F���:,�SkF;q�'��c�~�ý��A%�ƌ�ѓ�J���O��$��f���e5F�c!>T��#��
7����+�,	��@|k�����O��u�{;}��ǿ>�;l�w�4ނ�¥��fky����u:��Z|*�jq�B�e(����w[A)|���9��!�o�~�M��xo��� �%��6|�?!��A<С�qf^0��X�z�l���*��0!�U
e�?�#D5�%��0������teZ���k�T��3/�:w�}p��ulq�?9&a��c�wꍼ�C�S��_p�oC;����>�h�,Q�H,�R*��g��
2���(5����ĸ8��
F�ՌN�J�t�暖�P�ҿ��A/Q�����K�ӟ���Ϯ���E����u�^ﮣꦆ
:%�vO�whg.�l�kJ����vO%�&�o��WۮT3/�l��y�?��ܘ����D��B�6��)��51T�ݰ�ޱ���mHc�5�*�v��VJߓ�;��Ǭ��zZŭ���!l����m�$�<4O�b%�����O�H��1г��`'~�:�)T�w=�z��DV��-{�M�#4�E��Bȁ^��ݍٲ���i�\<
>��8{�K �sayZd�(�VO{8��dwsd���p��p~v�k�+���I���uy�~~����˞K�s����0�����ǖ,W��o8z�e֠�A9S����Y�v@�t�zm��`��p�p�Ǭ�J	����bpZ@����Ȓ�=�,��Ἆ3���LY��dP^h=�ȷ�lv���
ӂC����p�e��H�.�hX-[D�zb�,*�u����G��h�,@����43)f�q9[�����z���?K���D)�;��~��6JyO��P
3����h�*��Ѐ�Q��4�W`��k�J�����gӟ���'�6	�U�ad�)���l�?�cq\/��_��C|�*KHܻ#O/�R��O�2��e�U�$b��}\��II�?�_��R�|qu�y���c�*�C+£F[��q�R�b�����ʂ�$p��Gd#fѐ��4�eAW�� ��$�Wi
h P�!�S�Z�$�+
�s�����̡'��V��*�	V����QhxF��R)j��U�G��=D5�ҳ�A�!��C�kR�H0��9�8��<-��-sC�)G�<�h�M�Rd���W�4�h9@�H,�	��,ʣ��L�D�	�z��%7D�9�%/m��hf��n��J�aH;w��{�S�䈃���8�mFc:�Ƥ�qǬ
0�#)2�8�a�8�p����c�h�i:[05{纴�p\����Zf�%��]�?��Ƚ�0����o ��^��2;���d]�$�	�[��j��)B�
��)�_��sE�y+��o=6qyK�yB�i�n��7�ę��慶��K��Ÿ����|�gx-��8V[qR^�B�����s8�S�˛r7G}J��C�ks�Y��=� ���
VL�/Ɩ�Q�Ϥ61�����<�Ȥ����޿�4����3�Dg,��C^Lt,퉌��̓JvKWb��?me��w���m���ñ�e/yF.�o7�c����:�=00vx�=�38)k��/=�pt���?���M>0��D��*�@#حdo#qdN**���w�{��cTk��)�ǽ���58;d��3��)��:�&�fɖ�,��z��k�,7^���8��A�b>Jm�Q�g�:�CuùA��Qv��*)ɬ�taY�L���E�9CH<�K�o�T
���̧$@����Қ��+��^\�RSfl�\���{A�����]B?/��V�:z�q�����N���+{W�MDa��M���.:�4�>��M�*�Z��\͹S�����}�\��5��뺛^�7�e3��Q{jJ�A���s|�v�L���[�ǣ�^eq<�B��[R�X�%$�<a��[�xѢB�o�"��pi�Ģq�P!9ɉ	�?�����jJ��rk�<�m�u#���5��!%$�M��sl��ىc��aF�̗�����6�YE�n��pZ���ʔ�}dt��);�w�9{��\)���\:�z@��юްc|��}�G-��#A��ArdIMq���)R]��@ꈓ=~%��V�za$F^βȪVP���ļ�ڦ^y��N���/�j�7�ƊP	p&sW����8��c�Q��
%�4�5�.���gw�f��׆mf��'����&�+ч�yZZ�`���=@�y$[)��|�nn@����n%�T��MK�	�e{y�v���H�7��^&縨<�
).5�hi���=J���	��^'�s–w��ΰA��A9��l ����2K�������-�aƑt@�`�:��77#V␞,��#��t��خ���o�߀0ؓj���V$�\�!<��7A��h���uWv�ޮt��Kd�&{Ux�m�
�V�݊�i��"�$
28�`a���p5:��
��f�!�������~�1���~'�_AȞ�G����,��;�O����ۋ��p���@�@W�d7�
��t(~�֡��.�7�{�쪑�(|��7�rG:oj�'���^p��>I��xa䙻MƁ�K͡f��Pzp7�O2#ij�#�s�9�;�<��?�$#�>����B��Ѽ|�h��-F#��x�=@�z���C&���dn�^��~���iL?��ǒ���r�-8/�H:�qgJ������~q�d��%�7R���o#e�c�Ӄ)w^��j5��&���q�r���N�xy%KN�d��������(<�_
��¼����'N��A1*�H��v��2��<:�>.�
Fc���f��lF��P��j5�IU�	����bv��q�G���m���4G_�;����Qi$��C{+���hp����I+�CoG�0&���W7hC��]�^�qQE����z��&{��`�VO{OЁ4��2)�\�-/!�`HS=��b�T������d+�SJ��G��}��; k
ɠQ�hB.��� 	��+��M�f��A���c�l�������yX���)��eސ�e�:|km���<��w�%x�����I|��x}�'��C������^�[��=��7�>nm����(�E%c�CC��x3�_�Syb�O����kM����B�
����I^{hK�3{��1��u�e���*թ�F�֬V�Ș����f��C��ľ�̟iHVS�:$>e��ʓ�V��-&<�c	��tt�2911��A�f�s=Q�u������w���?�=X��c�����㮟�'��+�>:[k�J�qx��&��A�X��gT����D64�N�TqV2�n�u��pO��iA���O�??ʟ�e.򛗢�?��f��Խ�Ο�O]m��Wpm�D<�J&`}"஀�B�O�:�$���)b��L�,,��{X�oJ���ƹ\�pF��G�3�tD������B�
��}J�j�O'+�ly��rq�ܹ%%s�[��:98kl�����>��ˊ����z�[�ħ����ש��?ffx2�]rVQ�<[�C�L���{�+��|Z'����'�|v�]<���cRG�L/�kRJy�ݻ�0��5�.(�g[�1���5�`�V�Ë������
�gI}�Y8�4�I�AAq0�a���۱��L�������l� �ذ@��bT�<t��yJ�IԸ��������Ϣ_�5���˰NOtj�N{/�m�#�V��󲶋>��W$����h"%��\���W�VJe��\��_[Ѿ݂�=�w�/�
oo�����^�+��UA	".��U���w�
Y�~�L_���)W�x�Sj����ކ�z�C[ݵ��C�yԱ�8%yD�Hg��Z&Shqqz���ȵ��+,�)͵����� ��_E?	��f?��G2]�����Պ:J�h�n�?"L"�<���֢����Gw�h���JE�����%���t�cd��rq��O��?���j��xjG��H4�O�il�qL�|�?�]{B���>��y�p�H�#����#)
i�`�(�*�c0���fJ�ő�>��8�I��e��(�^1��\��,��6�>P
��'�0�R��.��؉S�D4~��v�`�2Q㧎�7����w�D�ɬ�3+�@�U�:�8��>�(2���8���z�䒅�$���O�0�1����=�D�"{��kQ���I�]��g�"5(Zԗ��.�CUSH�fL�"v�`��\�"!�W��.՗+�S$4.��ÿB�7���d9�q"��B}_?\L!7Jʵe~Wu�}4��o5���"��`��E�Q�����Z�D\��fH���ƽ��u�u��>T/�{��m��6Y1��1�g�*o��+�ah�c�[�#�`���/��?m�9����W�-ym��/)�D4�@�+E�ļ��y�,�m�dB����{�����[���l��M@U�4Җ+�e
b�������غ�U��󹌴������סu|��
i�/��#���,���|�V7q�@HH������G�������~�y�p+����a<�����f~>h؏��v���:pȻ�;}f+>�\��':����ɥ%�ӟ;�!:⡉�������P{0�#Hi�=z��G�͘��Q��s|�Y����Q���[;�=�f
xλ�-�
�5��]��:WԻ.w��/)z��� 7װp�@8)�Z�Ù$y��v��'��I ���/OV����ë���#sF��s����U=�"+��Lb��:O�z����i1�$����^B[�V\�F�H[�Nk�kB���P_9H�=Q+���/�=ܗ^�{�__��5yH[Y��mLҖV|n%�(��`�Q仉�M��ynH~2�+<Hx��@�&�j�'���c!�ۥo17B[w�\g��E����Fhk���᠀�����|5��s�d�Q�T��M���;"mH{����l�3�@[E�2��k��l2Z�
��M��:F���]�`�_��w�?���q���/!�
�LAkR�>O��|��)0���<�l��͘O���d,�N�����1Ax��k��dX�c%�seĿLS�
����;�a�F��X���Z�Q��)v-�߾�Z"b	p���ƴ��Dk�ƍ�����ٓa�N��\eq�.'q$D��J��- �6΢6��z
�50�p@`@��w�-!|����K�����9�SCf?�=:�f�:X��u�m9i�~	OU�)�D_i	���-"�G���0]�D��GG�2�Y�>��q�5!��'xQ�eO�gRKwj��)�����,E(�zZ��{8ZBAų%���/͏�fH��}��R�;�(�'��|�)�˽��ރW�k։���P�h���d�ҳ��z�2dI�12z�6;�����W�����P��\�C�mO�H<vfLS�P���X���R4c-
֎#<_�����(���{� �>��r����0yw�g��>��)t��;�
�'yT���)�..#��N���l��$�6�zX���'ƨ�RA�x!P@�|�Տ�o��S !
���`İ!���qI���z�����ټ�f��֣�L��᳃��L/B�+���zU^Z5�@mݽ�V����S+�	����y�\�T|�5��8\�P��*���P�/�D����Z�B��EJ��k\��W�W?c3�N1�n��ݕ���#��u�6տ�cF�P5�j�3c�ܵ����0u��i���2r�dW��V%���Y(�J�5=�����_>v<��p��F�X�]��	B�<::�e��6�'���8f�
�x�D�4�AӺMO>�|Ү����-�jp��+U&�M�u�3�t]4��P���kOpW����P����a���
��G`������np��d�c
����N^�V!�㵀�6�J��$JO�  �Rn�}3��p�&O�o��2q���Yۻp�;��wV��5!�f
�nZ�t��I%{�u�rO�3���9v�,/���6���_\�=7��"�cpd�\f�Y��V��;n�o<�x\(��'�ر���W�|�ޭ�Ӫ�O�xy��ҕ�,����E��'Ce�'ֿ��F�?{`;��!c��	7�t�3��($���0(ѥ0(�)�?�E7�X�)�k��I����;,�s�CӦ�8ҽK�MvT��a#�ؔ�v���
�i�-g�FF��Mwe�H�>�<��D{��
��<��H�O��h�G�b�!���1���u�'��r��l��ߘ=(C�b�H�YU1i� �ݏ�aj:lٱ}���E籟L�u���Op�%H/�`:e2���{6��ѨZ��ҧӟ�1�W�Z�SV���Ĺ?<�9{�5��^�)IC6��#��F�A �0~������l�=f����*}D?I��|j�Ç����9�{߿O�"6]=DZ��M ��	E�>��ލ�65�		�=!J�)r�'�9�z�!�k���lCp��bĠ�;���>l�ĶP'�zc��M�%����!��F
���XⲄ��DY����e>�kW�wDo���.ә�Y����o�k�]�W�<�O��vT=��wpc���#N���=�g$���^����?S-`Z�7��"y���'T���G�H��8�}tRv�[���ek����=:�=5h����&.˅�q=j�o鹈jz�`�%G�Izb��:�v�OpfA93�-J�	�����S��	Ґ��=�����rݛ!Z��718*��j�s����"��Խ�Ё�AJ�>���bY��Ƿ4ҙ�A��T�����nO�Ɩ��~?zĤ��*:��p��&4�{5ƥ�T`��#�v2��
�a!iw��a�:O��H $�5/l*����{]�q����{���-���*�k��ӕO��}����t"=��Q��N�5s�5��+f�ku�Λe�~농=8�j��J�5)��_��As�L��i�1�',P��ܺ��o��*�
�����/ط��l���V!��P�Uc�/,~v��p��<L����p��:'9��#���;�T��3͟��z��m�86kc�d��Mg��*m:Dpt�/�q�jV�;�/�_{��{&�劊v�����uE��E�ba�+:>>�E�$n�4ش�mA�8��F�e@rz:����,�J��K'6_7��'���{��{oG��DE��RM]]QQ����\���0!2&&�+��b]��8�+�������Ġđߣ��8��@�G�`0�<��`�J��bAS;��]ƥ;��"�s�-��UE�F��Czl�OF�{��r��d�٨:uh���Iw�Z�f��=��^�<��D���~W**��y�`Aө&@uk�G))�I���Ki%k��j!6��0.:�ܩ7�6)�/���2D�� 2�����*<YQqq��FL��XWL,ns�i�i
�4j{����ڑ��q��:�����}��O4����
i/bb��M�I��VԹ��h�'�9G<A|Ly�����pu�i�3��x��q֣4=I+��p�:�17��Ƈ!�Or�B&�G%芉��斺b��?�R=�����Y�.W$Z�\ ��5���}���i��;˙@�]Z��S��[2��|r�8�Rl,D+��o�Sd�GG�o��i��T�9�q��ID)�֖
�.��]�R��#^c>�GL#��VC�t������N����b����4�v�p�%���7ݕ�����)�n-y���:�[>����8u���wË<M�/��O��/�Ǐ��s�c(�]��w��J�*T�R�O�P��8g�z�W�~�Y!0A�y�~�*$$xP�`�~�Q�c	�)J�˃s
Fp�uE︤�F�3�Q��+���nS�K̰���1�!�"���pd��
]�'���T]Ν�ЧE�*�
��ƨ�m�����Ε���h�������)׿D_9
��r�ɜ�ޥo���K���M��_�����$L��[keB�w�;++W�̕)\������g��I��j��� {��N�\��VE1=S+�M�̈=�0��xTr�2Y��ت<�L�*��gX��Ɯ�"
-�$1>�_��DO�N��r48*ODAL#�pH��yz�Eo�
�`�h���J)	�ѝ?lL�Ȯn<(�o,D�F�0Di��d�Z�)A:�%
��4���hxx�g����1�Ӈ�R���,ɚ�5'��U�i���L1J/Wh�/���Y�CJ�%
i׸�14�W���Q�f�
�ׇ�r��g�"��=c��g�1��l4%�a��s�0t���#�f�a�r�:��1f��������Ζb�	H��G��$�Nrq/������aK���L��s�@K�+�*�cY���,���r��AO3V�r�p����g�4�7cأj=�%��Wp9h1��'dO�pr|'ç.IO�[�����aTx����3D�s���3���""��Uŭ�ma!��{}����]��Rv|�;9���5��S8�e�
��۶�G�8pQ\���l;��9a)͋��!�i/D�l��M�2��;�%�?
M�\4�pJ���R+H,>�q�Ȃ��[�^�qY:�J,uw	�w�O�Q}.+4�M�k�sӂt2��q��T��2Cۻ�
i��I��okJw&�W�_W���Iz�
E�>F	�K
�;��)v���6�<<$A`����[�3;_k���D'�m3�g��56{p���-&��-�^��5<�x��4w�Fò��
%Bp���y�o�S���y.2*n�AH���3NjR]��&���
��'��҇N��a�m��Q�
���&�\�X{:ɵ��K�,��(q���8`n_~���]y靭z�WG�!!��hk~|��\,ތ\d,�t
j�8�%���b���qǢ1T������q�[T�2�hHJ
��hš��?R-�m��v	I�$�5;-�Sٛ��R�����T�h�G����eFbh�>4jk�%�O�nO�e6E#�95I��k@T�pS[����h�mP�/ў�1ΐĠ�@kfh#�b�C�"�o��䂲�2NJU��e�&P�&��Urr��r���g�R[T*��V����d�Fr�#̈́�X��3����'�k|�҂ѠN�4��	�������D:S4Z�J#S��8 ��Wh���W�Р�α���Ӫ#ҰT"]3���b-�n�
QI�W��"Du��!��X��ʅw�C��-3QL􄕕�j"m!�̊�c����j78�nG��m���Q�m���>�q�]:�b�G�\�w<1��ȒV��5^�FFEM�V���~O�WmI�}5�U����������s۲l�m,e)˲,}��������Z�aY;�`%j{��k4F�%�XR���}i��tc�g���f��eQ��?
�=;�̙3gΜ�{ʊ�=�XBBI���'>�����G?ǫ�F8/~(>BHF�f	9+l��6�&c��Pc����_O@����Ö֒�Œ��"CZx%w���/��.�_�2#?;�̰�S��=yų�^��*�w ͐��p�>��(h4�:ϥ�ܹDN�
��mv�)�F��~y3B��Q&�)�_�%Ŝ�/%�Đ���veFBM��{��|RztT��>94-��	�e�ln�+9 �;�?�ܔ[qi��x=2��=
�[��"�3 ��&&��O�hw3Hvn/���F��C���~��b��7��7F�Z����
+d��4������#�#���
9e���.3�RgO�	o�2OS3b�9�)�4�:�	ʧg��F�a|zΘ�@��i��(qa��C�rL��Yޜ�����!Z�/?v�;/1|��ZhCHHw
�T����a��O��������Y�Y�'?��1V6{,��նlL2e�}zZ���\%�ǟ��<|	)3��GQ�
g�
�ʵ蕝��PNsE45�E�W�� ?-����k_Z��Ɍ��V#�e�j�U��C��"v@Q��4<z@(�v��I��iB���yI��9��j�nY���Հ�%L��Z�O�X��왞��/��|=DJ�����3~[u@հR��F�iߚڠ��!|�a�7臭�a����w��kw����꾱o6T�5�=����E��s�|�e��1�p�z�/B�I���Ŗ"?���g����@�	Uj%� ��G��-�0��Ø���A������Ûm_e$6�E����X��[�S��9o��y']O�d���j�50R{�$&,fQh�vw���ɗ����t�%S��^4p^dL�1�q�>�u��*�S��X��7r�5|�;Q�+fH�A�<@9D��l`��l��
+
wfOaC����|�L�㈺�b}i�B�9�C*}ƣj0�;ɒ/xJYY�6�"�X���E�;�ۓ${�٣����ȣ�����E`���/�k�?�_C�{?G�fhb�vl8:��Nrիdw�zԉ|�~�
��,��$"�o� �������u0�`�O�۟��x�{�������xt���M^���&�y<^��t�7]��k����qa��o�
�bM�r�;	�����-"���L:�	�	B-��n��(],>f�+�Ȅ:�Y>|E���0�
זr��j����3U����\���V��VL*����V7 ��Ꞛ�W:��K.��ŚW̞>� �'�����J�{	������4Ə���W.�����y��/z���A�'�>Q���)���y�[-�{.<1$�#;E��y�p=�v�p�E���v	��v��K;|�}���^|w�|���(u�Gs���kf��ݣ��<�8���x|~�DZ��x�}�yò��������Ŀ��v�4�x
���4L�����C���x
t�<H'{�E��>!��q����
G�|C]���Oĺ�9�S��o�M0�?�S;��}��𼴹楁��B�F�s�_5��k^PE:</��>�H�r�5�y����܎�$b?g��6^�Q�|�S�>�[�5�`�wq�F�~1�:'�B���%�����L��Ñ�Q�>��u�"���P�}t,�u��R��Y�c�"�>��jLW/���9<o$�%��5c/>��m���!�&�%��|~}�!�Z�z/�9�*�~|T^�Q�:>+�S>�/��R��i_x_|h��z���;}UX���|��Ʉ�^��z��Z
��,'q�P�����b�f�6
,'�m�11ٻ����X>�x9�� �)��ૅ��v�����%�X�ky��������;�a:�yW`�v`:ky��.�/��=���.,�ّ����F�÷��v}��~|w�������L[/���e�������r���t
�����zDž�����~|�\�z\�L��rX#ȡ�>S_|hް&	��&^�`,�����a� �_
2�뷌���nǾ������Y��/3
ׄ*�F��m9���)�b<�������$�<7�x��m�����N<P�>�m���9�P��ɾҟ<�c�a<��x�vv;������^�i�=�Y�^������c��~4��s�FWCx��:�Ґ��W�0�!x�~n��(#mx}�	��(�����0�
<^��`��$���{<��K
�<įO�xn:�q5�q��Չ��G�'�<uN<p�1=	���X,���O�;8���y,�e�s^X@����y�Oo~��r�1^�z��3��m�|�So��.�yF0��J�:��YL�+�_]��t�yr�M�@�[���6�p��~1�:'ȓNL���x�����x��qCm?�*�+�&"	eq�����;6�j��$N;z��*	��%j�Hx:"�*�I$��B��]�b��ס�����w[B>a��GK6����T�U���nM��
0�fdӟ��(�D����o�(���������� �u�\r���A�����=�����Wh�d��؇��K��o�gD��8 Y;�s��-�oy�Q�
�p��V,B��S��|��|�?�.ly�_A��Pb[ʊ+S��TE�%�y����J*�.rV��e�$�g�>g@��Fy��A:�$|zoi�%�؝~�����-��	ӽT‰s�@�����q�i"���\*�y�#ԇ��J9s��ȱ�ҽ{K|=K���V�S��
��/><��9Q��fp�B��z�rez~��W��2eZ~(s
�5^�K�>|P@*U0]�>�>x ~��'(��iuD��r��yP�V$���ؑ�yCeb��w�ڋ[Y5�'$�yzRavK�jTTL2CY(#��;h�>�{	�%~o��W�z����
���@�oķ�[6Yb�`)�Z-WP�/��`��SӭT�Q��!U�FcԒ@-w(������C"�E��7u�bС{3��wp��?����d�<�<���~C�J+��w�M-*����
���?�nOKk�ґ�>�h��K�w8�jW�
�ר����%"�7��[�w$�0"�(#b�ZkRa�������J����5{_N̍ND�l����8�.|��K?9)�@�w�
�۵w��On��/;�_^?+�����T��]�vp��Vr���Oؾg���֭kWo߾z�֓k֭]�n�ڵ+�2'�o]���O8���� �=����#z'��~����t�;�"�
��vԿp;\}"��>!
�Rm�hg��;j��������9��H�S7�g)�d���8�"Њ�#p7@�n;��6p��]
�zw��|>u�zVLbp�����7�
�ʟ��q���4s���%��n>�2<�	Ri�#D�b8nrY��r�)�#�H*�|����sRb���E�Z�N���gr���Y�={�?������
����n����?}z��=�ׯ[�z��5���!?b_�:e����-_j����V�͠1�tZ�]ǣW�G�/qЌ=��]�(�T�&Zt��<2�~���1	-�_B��P��!�<D[�:��Ų*�l2��{�7�HH��>�yϤ"�p����a�'�;\�">����-�M%�{~�i�}l���;�����
�G$8��G���{�C�Y%�R����g����'�ݻ׻By�{��;*���\�*���	�4?��W5{u�ʖ��C�F�N,6�&�U��{��Ҳ�A�Y�_^1���#O�����3Cbj�k�����	��9�(_'��$�k>l
m���qyd;w��xC�]�|��(��?�?�V��_��1z��ah�t���kx��takA%T�B#2����I���9�js�Z����,�$&��HKDj`qqiqE!���ߒd�f?�<�|��0�ƶ:�V�V��cj�h��Q��TCr~~rb�t�D%dk}�,Q)X�Lp.�@Y$���T�	���?|�6wb������ ���yh��g	.��4N��ˆFW�[sx����$�Ĥ/d�5��ґg��z���Ҋ���ֵ��\5h@�Ap6��0���_��LyR�򂣜�!�H�R[4
�vmѵkd�f}�լ��q�7��}C3�.z[���=�j��Κ�ݬYx��w�n6���=F5�+h�Q�ZX8-J�!�P߰����qS}e��l��[7q��ZA���*�yH��5\�IdHQ��F%X�8bKs}C��z�<�}�6
7o����-�F���пj�2<�
�XN�ވx��8�7��3�8_�?���x�ͳ|<s�_�wq�`cŀYS�����Il+Dr_�/�3�"
�u���͹?H
9R)"�`���C�5,����M�P���)`���qߣ.X	w�<��Q��`q�7������	�}�[�%@�N�>�U.�	>{Ӽ�+v��`�A�ٳU�=Bv�B�Zl7
�&�C<���Va�z����$�!�C��k�0�B�ѡ�'��ͯy��>�U��Rj+����?y�Gc��b�&L��)�Ij����%�[���f$��C9O����$���K*�`����|�wXN|[{ಃ���tͿ��pK@X�/���s��}�{��o�'0()3�y�nC�_�Ѫ�(�!Р	��`�r߹8l�f�3!�C䭷&����	 �eN�fk��U���z$�>yU1U���s�����򊉣�����R�����Ey�\s�B�/A�O^�&̜D�^����};�iȻ��%VoOq` �R��@C�C��n�:QH�����R�����N��k뎮A��<(f�<�(�5����U3h���GӍ�L_�7���icǪ���8a?WV���D�'2B�	e�};<��xF���w�τPO�-DED��<^�oY�^�P\XP�i^���%13'�4��`��U�۵��F��0?KQ��~��*�� ���Ob1>S9����h}@_!�˽��t�J��+�k��)b4t�e��WŌ�h��t�JJ���O�as������N�[��
<�q�t��x{�21N~L�)�Dǔ��L�@v�7�ݻ�<�2����.�FZ}�����!�r�{(s	�5ƪ���PeP��^�����'��{�����Ht�����|9���6���<o;YZ^���aX�uŸy!�D�n��z��2s).�D�q��5�l�m��{���tj�5:לk����'v�٭!�X�O�Qb����F���i��b�\J�$N �����1�F[1�|��@�az��~f�w@K82^ۑ�H��ڷw��ݻ�LSEPȸ�ڎ��O�0'�{����2�g��7�G��|}?����[��7�{2X:���G�<�����H�x{��~��yx(�����wQX:���u�M!."�G��
�2���Rv���5r�9���]��O�ss���gȊ�������i+X=�:ד��z�p_�*�3��">�wU��_�;S�����<^#RP&cK|����7J#��"t�M�>�m!���8���y�%���8@��ݐl䐔��#U5��N��^�b�����n�0�rmN�ڦ]�m��
Hr�z�-���b�OGE�� 3�q�6�z�84�.���=�U�dþ_41��+�`�q9)(�9^g��(m�T𔏙oN�Y�?�#�3&T�SwAA���z}��rT�]���*�:�~�sG7,;ͅ��T��)����Z��1)bb"�7�
�>:��ʟ��m?p�́gNl�1}�8�
<ڹ�X���VO�:I�\��rT�I�ש��%B�*oY�B�z��E����$����/ȃ؞
�ZE��d �¯��F;�maK����.�)!�!�t��Ǟ}vA���~�7�l�u`X��ŧd�-�@/����O�]���q*�g��rnQʫ��p�}��j	#���d����52���[H{A�kF������l�Ӱ�L`$�?ՀP�v�ω{E��h1������bu���>�_5����j��XZ2hPYd�FˊUi�WwK�ɩk֤��v���S���n;����&N��M���俙��E��f��
�M��{Iđ"�\N:M�9xΌ��7�Q
3���ނ%t��a���3�~$|pgBe0�̐矿��4��޸�=(�~'gVX�̌�չ�);��Ą��S��򺢡�]�
�=�{��nk�A�w������O9U��O�M�M��:�O=Zk��K+K)���cՓ7��p�Ԅ�����R�x�_�$}I���v���cDE��P��� ��dI�o�K��F�Nus��Z�
&�L�`��S>ԕ$�I6c��8>�W����G�B��Ĭ�]��I�J�;ޣR+'U
!T��s��m/4l��hϫ1�F���8~��O�o?z�ٰ�k�}�<o��n��|�����rr�DT�q�c7�o��j�4�;�~�������M&S�*Q�9�}Y�.(>��P8r]>����`|
=^���^��^ʙ�݌xP�z�w�4P�k�ݓ�����P��+.۾/��w��3�`MN٘c+�r�2�'..wCJ}������"�Wğw/������*҄Ͼ��yy0�y� ��$j�&T�))9���^�GQY2[�	�A
	��@ϸ4,0|?;�s��@�.w�XUEU��s���Ź���nh�6nle���ڜ5-K�֖
o:Be�[�)5��l�~��`�p�ʝ{�!یQ���%�����iq�ǔ��z�&U�^ť��q�!j7�X�B�x���EuP#���2U9	�J��Ԩȗ`������v�`�=?�['�ۥ���5��/<j�U#����jB�]�U�I*
1Pů�|��f����ߩ�(X\.�Ϭ:C�_�r��3N��d�C���pCȻ
(��{W�r/ڄ�
ept�j�P���&fi��K���+</�ho?Ȓ��1�w�i�ឡv���߶��yx�����g�fe�e�i�Kɏ�ϱ�Xu�cC�iёD��J�m�`�W��ɤ�f���P�y�D��pUF�E���u��M m�C�q��n��k���ҵ���?>�l~8�meY�Ōn���YV8�`z]��rsi��7�tp��ʴiϏ/;r`���L�0i�ڒ�菵�*��k�
�<t����|�.�����K�9��$ùC7�,4h�W�w��ZN��o��qa�5w&����	������0x΢D"��I@g^3��ߓT�b�R㣚��	zL�礟�j6���By?�=��Kg9�N����D�O�9v��$���Tcڍ����س�v�Z=I�!)�%Tp��Ў�'=7@����u$|�<f�''��?�l��n�=N�L"�K�ț�dU)���
MG���a������-N/k�*I�	���n���_�X
0�ˇ�m�fm��h��5s3��/;`/�m�.4�<��̫)Hm���QPM�3tC]�ᭃֶ_;dĸcN<^[�T��T9�pĀ��5����BYTQ���O�9t� ,�'�Jkj�P�}`��"Ȏ	1�������s�Z!�(Q��c<=Y.��*U�k3��Q<M`&�@�)M�HȻו"�#�G��N`���4YpI���xz��1�*Рe-|P��9k���P&��~�_w���8���FrP���RF^���ϟ�+|��Ϗ"Z�,'22x~�zou� ��}�^8\�-�� <�0�e���P$ic����z+F�W��$�\6��.p9f���!� �c��|�q�p��0V�-(9AVo�Z��ch�������C~�*����!�@�"�n�M(	��Q@��fR����s�F�*zȒ�y��lCX�VvGWO��i�O*(׉E/J�J6�o�|E{���ub�KR
��85��)	��$�h���`��#��L�����
���Ά%��T9�?�e��%p��UC/�y7��/�|�}ɦ'�k��~+�2'�\�]2�K�U�h���95S8n�F�~.�kF�(��/���
��ߍ:������S��0t^g��É2�Ϋ���������s��{�I.��ǃ����}�C�(|�c/X�2��Y���I �
���}7�62W��YhG<�����D^�����K�;|nmo0^���:��'�Et���3?"87��3r��6��q�.�uҋ;��b�!�;��lb�!�{.�p!��e.�C�����q��u�� �%�39xޯ���~��k1��<;��{��p���:g�
�T���8X�M�7b�c
��1\�ۄ�߅~�b���
�c��|l!���O�p!V��
�2��4�'��?��|���b�Na�\�pNh���?���!���
�B��xفp!>��]"��/8/���e�s�8e�v��C�pD癟����S����F��V��H�g�\xf,"��Fb21�X@��;�R����IU����d�(�5=��뺓��Ơ1&�#+<�j,=zE���A��ǀӚZ���-����3�a�����
\
-�i��P�^���j���6�o���|��_l���=(��o@N�j��]�=�'��,���2��r���ݝ臛�WPd���OO������ܼ��(sfi�1<	4ćx���	�&�/�����O��=�	���.pXn���UL���mm`/$���c�s��},�.�޻�{ٓO.1n܈cǾ�_���3
��@KhHh�W[��!Q�]�1��p�����΋B����h,��I�Wt4	�3*M�LGU,(���K�ߡ���C�r�rc6�QO����~���`zqO��)q��w���$�/���V]��5�U��B�gN�I2״�/�p,4.ÜQ�w�L�fqnnqyv6�/v�W�{���"����]R/Є�����N
կ�{��Oo�z���#Ϧ	#&KXc����'WO0��Bn�c��@$�bP��B�P0$�P����,�RO�JN�je�ɉ~��5UzHK_%װz�vH�D,4o�����d*�F��~����mScԑ~�s�~�[�n%4(N����s�h�`0j�L���|� �|h�x���0����W������^9|�41:� -����jz*髎����f֡��*�.��+)Y���m�����q���[�H�����.�Ĥ�	��Њ���e�5��!����u�W
������M��M��/��i2�EC���W��\4x��v��^��b�.���G�2�Κ�ξ51(�6ŗkz��)�]`��4Ѳ7�{9$;�����ۏ��b�M��f_'��w 
�T�6����U��b%�E���2%�M!�{ps����F�
��t��p:�w�����Vq��X�T�D����,*��'-�ˆ����!�� �"-�5�0Z���umDp�V��v�,r���,�5tr���h~��*��|iL�8MH� ��)���R�U�7؄!�e���h�ɘ��s��$�q�k����PjkG�}��L�Q�ز0Ш3�#�VCZ�e/2\YD��Q�e2Q�'��eHb����/L|L��e�sy�T�[�[w���1a�)�A%�)��v�ݽ��������@�7*����g��S+W�Tn]����c�	��L�=�۶�	���]V�����=f�����4���ʖ�].�*ժ�>>���K�3*�'��k�>���J�֒��{f�G��GJe�^:�_��%�#�2dMAz� =v�҃�}�µA]��łO�JBK��.ߊw���g�x����l���H7��A"��ҵqSgyZj�7&3�BW`X`����HFt�R��
OO/��mN
���jE���q��G�T��	?�����7M�z�dű�����!>�	qN&����<���%�pGp.@����v�|���~�V������2@>մ��PZ=i�zoþ�|\���z/s�
���G��^W[�^���~|_[y/�����-�����S��B����C�z���
}X۽��^�g�mc����o8l;�I1�g��$3��T�r?_/�@��C���"B�q�'gb�~|��Z�VR�2"u��l���#r��ak��gO�µ�$ozH#'4S���v�ў��y���쩜}x�6�Y�����AFyA/�U�j	�7B��Kj!S,Nl�n~���
,N=��@p����Խ�����tx�����~y>\�(]��9�꥿����\v�0X�)m%��·��1h����[��p=��rP��ˣ��E�tA��r\��D�+����em��7��)[����.�ġ��Ɏp{㳳��V0�b�Z��>1ʋ��R���%y�E���LKIO���9�v��~�F���P�C�?ڪ�	QLJ[�bb�V��r5?j��0�>���X�;��oPw��dG��M�#��g�����h�)���Ǣ'�ap����%)ca� ?]a�A�������^ڄ�7T�&=E�$r�����˫4Y�7ԪzM�/���Oa��Tmt��]�gϷ��-+�a&}h�����y�
I&���x?@b�����o$cY(�U/�"b|�Vr����+,UcF]߳���~I@k��9�#s�����e]�H$�D�i*��&��L�X$>�|8>����u`�s �Y5�cr�/D@1Œ�@�
�"]���vxm���<O�vF�E���o;��#��7����/�1�
4a�� �0V��'�����K46���JL�Ò6(�	<�y����.�H���0�Y)����ÇɒÇ�gбY˖e� �Mw|O��~F�RT���U��]�&�c��٢�c3��o�=��W���4�&{�=o�s��N�~|\��{�d{c��8�pk3�X�ۨz�8n�6����q?7<�x��!!��P�z
�������\-�uW�.���8�-#��w������ߐWQ��Ц��:_�}l\$�#�
�;h_�Ἇ��ϩ�х��� ��q�*���$���Y8o�e�#g�Y|ni_^o@1e<~��!��{��Qםqp�)��6�~@����I[z�F{��_���9AF�s���
�u5�ǣSѺ�����]����Ԡ�A
�5s:j���Z���]-�������S�7���H����-D�h���33��II�>z�-@�#�y��Hrݫh�f5���ӡ��S�s�dp��3��U	Y�S���f��MMi�Ч)��x_��yԢ���� �Mh��VZ>�����-U��i�U�;�9S'���z�+=dl��ڵ۳�J6L;�X�1�%ް7:�~�a'6*[�M8k���y��bx�g�\��P���v��m�y,�����
��?"‹��|QR:�Y���pc����"�褙�c2���7�ӔAy`���a��y�6�4n��h���m1ڔ�z�s�Q��O/3�{���>lA�Ч�&L/��[��7�TT�Ħ�x�Zܔ��Wq@�&F�!-����,��AR�d\Y�I�E C&���^����Y���׌��2�Gھ�W��Hj�e.ZX2.?$c.=��zͽ]�?��{=*f�rCp�ߐj�H�0����#��E/�W���#=����s�9����4��6i��As)�iۉ��8�:��J6�(&�J�cm!~�&be2$��|�ra_�P�Yu����ן{���%���<+ʉK�>�ܰ}���Gg���W�)w�jc�G"���T����CȑS*�[��}L��Tv�����|mz.�QO���P?1ED*$6@��{kiY���5R���aTo�I���?�>ڒ�d�ܣ�Knn�����}�&5�
J?/��f�#�
f��o���X�S�I9�_^��ꔶ�t��R�ZV3�:�nRY5~ɶ'�9�az,��3�2����<���6���=`���C�,��+����c���������-�‡bX����|>�@�e�g���V�`	��Ө{ �L��3���<�8�+�k��N��4�̙��"�HNR"sQɠ�=J�
W
=0u�Kݝg�3��>w��	v���W�H�55MM ?}���˜1��O`���37������3o��oZc�6h��P�2O����6�W��S��.Y��ϐ4��6�	�}�:ln��Ԧ.]j��t$���V�`l�  ���+�C5.+㌺􂖼��Oz��}T�����OZq����;y�Y�5eϚ����
�&
��<:c�mJ�F}VC�>c��M��K¢�D-��������a���A��&��~�x����o
�~c�����K�vn.h�5eO[����ߦǮ?$�9���u[x�{q�9���b���qE�{r��<�����8F��AST�M@��G=%����
>OcP�p(W3 _��!���kߒ4<�$pO�~Ǩ�{J/r/�4x"��,�48�#�y�A��pmg�������'� <�h/�^����”^)*�e�4{ὓ�^/.{�i̚�]���cƦ��?
	E�}�-_̎��WTrVG�ei6��;�z�� ヘ7ទ��”��>>�!H&c)
>����#�brI����S�uO�v(�-,�>���CEҠ����^j���V���sk��淒�ܽ���C|Q"]�����	�Vm�rv��_����[
�'�g������OO�x=Vʐ$E��J����]!s�b�<��ۻ�m�Ip|��%��㡍�E9-=|�4o&����\��7�#�Z�$H"�kT�5�>��;��1p�B[�����gwT^=���Mu�9��J�L�ΚӘ5*sި��9��g�G��h�l�f�ZU�mڰ�#ã�ִ�=�|"md���B/�W�ͷ�L'_��7�:��qXn]?,��Vk�狑��>��r�o��zD�H>��o��C�S��F�鷇������m��ɚIgW�G�t��	�?�*Zx�ھ1�0��_��W�ǿ�r�s*w�
�ф��g�lA�[#�4�e��p�YJj�S�> ��!l3j��Of���7�}@�)`����}@�����!��,�̀����,>�n��K��F}�}@���g0ͫy�X��&z<�Y�>��!�y��-�PX�	w'o�y��)3�~j����޲��Y�P�P��Ѫ�,���8���/�{�Pߏ<���SOOV���1�:�n�<pj|uv��i�7�ք�0����7�J!_\/:�+�7�(E�R���k{x����1�ʽ��i]O�7~~ZBS��U���\������c�d�I�7IO)����9�v�
��������P=���t�4,ZdS��2�ϟ����?}��u>�~�#-G�^���/4U������Κ3f�Хc��ݲ�~�|G�l�e5�7w�u%:y�ܪQ�/$��i������4���}�L���r�����A�$�f���**l���	ؽJ��y�;{����d(�*7�{5��s�PG{�����G�
͙��a*��6���:��yy����ū>����񙯗�x~��wm�XnmI%����Hs�K�m�djTĕXKV����*U
y�2�F"A�(��Ю�C�l��VDDh4Lh��&e���2UP�ô����-T��
��7�)!�%m��S<���E�/��}�i��y�g֒�Y��+@X�H��sP�V���s�og�k��.��|}n���w�l\�8�'[sf7e@�%q�h?�?����g��W��d�=��a�[�i��߱��P8����D6�o��z��D����
Ҧ�2]�PK�R�$&9�>�Ս7���������|ݎ/�Wu,��_Y�5�nX{n���p^����f�̚�\�����A�����Z3���X���n-��ee��{���2z�N%�k �Ը�7������|6ctdtK�k�bq��Ń_�t���[Zd�f-�7��s�����Gܥכ<=�K�S~8կ6��G���;0o_���I93�0��a�_����0�P$-�C��O,�|jeЪx�:�פvc;�>�3��윋,���o�v��gаN�56�,�i
&�';�s?c�8��Ӿ>sgn���y��k��y�xo��o�y$�Ÿ����aPw��n�/Cπ��g
�����o�����~n��>��S�+�s�-�Je�~��+���K��?��<8���蛄�Lj�V�(w������gtgA0��$�8�>"�K���`�|*�r
��@f�2j��D�ĩ1�o���q����?����\;8肣;�
����x��T�oU��;i�(��!xD���N�JPQ��Q$��:�}�}Yo��g�{��#�p�‰?��9�' q@�
���Nb;)R�W����7?vf�h+��*~����.Q-�Bp��	�\��h�T\����5zU�[�2�]��Bo�|�ޯTߥ�*g��ѻ�_��7՚�5ڬ�&x�V��ޠ��&"*+x����8��%�%Z�
.�'���
t~�D������UZ\��K-�����.)��|��V>|�>�|%x5ت�!x��T��N��	ޠ��2=#C#�RN	�4 G�v��E'�h��hʀ��@/`c��>[�����o3����=j���k��GuX���)�P��V<~D�̌�y��m�6��@��Hg�fV��͹�;u0v�[�=pnd��8q�q��7�FlL��3�9�0��0���B2D��$�JW��z���WP��O
��:�!�c���k��@�}��ͥ�G7�<�7���N�h������8O��J�Us�ѩ�mb2Ş�61�2���!��CXz_����BUf�^�e��kMq�X�s�=��,4�$�����"g�wߗE���&�*T.#=�e��7�
�H
é�i��8�N�:RI��:w!��q��(�;�̂�s�7p4�(:��c(���xU�7iu<�$��q�#�s�-�c�#��7���mg�D���+��q�n�F�NhA��<{Su�$*�88���$s<᫾0�������$b'�I���b�k��i���Z3�����P�g~��Q��~��ؒ����7����[�]Sn�b��sS�6S��4[S{a-Θ�!�>|;H��\d�~g��[ۯ���D�h1Z-�ݗ���n�\V?#^�u�"��t��0�Q�F�������M�\�I�>V$c�E:W�{�.V.+����r���w��ĖG�u��a�5�&��^����m�y2r�n��n��i����-�Vx#��5�ts�]-�!��x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ{�T՝��9U�DB����������~��!H0�`D��H� ��T��H���c�8��K�a��K�� ���ED�$H��{���(8���?�^��˷v��ޟ���i5]Ӵ~Z��B�>b��ߘۦ����cZv����j���7G��YEN��
��������6���L,��߆fy�i��������*�{D�V�
��ljA�*�w���Z�zwk���m��[�@^�vqmG��P+kW׮�z�vS��mB��}�ڃ�G��מ�=u��r�5�����m��Fz��6��嵅mI��m�m�M���m�m:���9�yPmKl�ږ�ʶƶ�ۛ��P�m�l{���޵�:j;a;m;'�E�[���u��B
�V��\篋B��u#�F׍��5�nF�l����u����-�[�Y�j���Bm�{�n��u{�ށ:Pw���ɺ3u��.	uծ٫�g�ode�;�n��=n���B����O�7�>�T�}�}�}�P���+᭶����ɾž
j��ˎ����������k����o��z�G��z{=���[�G���׏�W������O��Y?�j^�B�%��R-�_E��~Ն�7���o��U��j_��T��R��?Mu��"Օ�n��
��6���@��৊6���
#�F7����0�jF�l����T��R-kXA���*���T�ޢ�Ѱ�jo�;TSk8Iu��<ե��J5j��T�Q
i�Q9�T��8U��L5�qՄ��T��jk�K��q1UG��T+WS�m|�jS��m�;��ߦ��x��H�q�S�g�.4^���0�r�u��q��;\T^G�*��S
w��� �)��� �y��X� ����X� �
���� �]���� �C��8� �s��� N���9:ɟs���9����u�?g�I������9�I��3�����$�EN��\�$�N'�s�w�?�f'�s�p�?�^'�sp�?�1'�s�q�?�%'�si.����"�!.��r�ȟ+�"�����F�ȟk������ȟ��E�\\����"��.��Z�"�M.����"�.�s�w�?��s�r�?��s]k"M}��_SM�k�7��&oS�	�^S�i8�QM�h�B5�i&՜�yT��P=۴�jU��uM��l�J��i՞�}T�6�:�t��t�9��MW����J5�kH5�yUCs3��9J�n.R�hM5�y"���T��۩�7/�Zڼ�jEs'ի��66o�z�y���T�4�:�|��d���͗���(��T���2����r���-Y�r�H�1-�&�L�z���jn���-TϷ��Zݲ��MT[Z�Q�l�z�e?��#T�[NQ�m�@u��Rn�ݗj���j��N�r{���$U�M�ܣ���������ɟ{������P=�&�Un��^�&�7��Ͻ�M��{���������OP�v�?�E7�sw{ȟ���y{�y8�y�=��<Qg=OуY�3�3�C�<S=��3����\�Y��\�Y��\���p��p��l�p����`����!k����9�!k���湪�[��������ux9�y�^�pެ��%a�1^��F����y�zI�w���y���0�j�Z/f6�&�/����v�ݷ���{�K��ǽ��{�{����{���������W��l�8���>�������o����o����o����o����o����o����o����o����o��Mx�m��&�i��#M���T�}��w�G�|�~���Z*�@?WS�0?��7�ɕ?�'W�������������������O���$̿�O��~�_�'a��~����j����j�?��j�?��j�?��j���j�\M�d-0$@��Y\M�W��W��W��W�@[��i`A��i�#��4�2��4�6��4�)��4�-��4��j��j8�j8�j��j�$��A��	���=H��� �&��/8<H����/8%H��3��/8/H��K��/�<H��k��/�!��\pk���� ws�}A�悇���O���r7��n.d
����
��Ps����!�*��_ht���&��_hF����C�/�(D�B�B�/�"��!��"�!��"�!�:"�3!��"a-L����/<$L�Ž0���/�
����0�O���0����_xA���;��/�2L��k��/�)L�����/�&�a�>&�Sa��&�k��!�����#�/⍐�H2B�"�#�/2.B�"S"�/23B�"�"�/�$B�"�#�/�&B�""�/�5B�"�"�/�/B�"�"�/r"B�"�"�/r%B���(������(��6G�_4%�b��EGG�_tb��EgD�_�=J�����/�,J���Q�]%��Q��%ѽQ�=%�cQ�=%�KQ��b�/�?F�bCb�/我�X0F�b�������؄��M���X[�����_�#F�b+c�/�6F�b�b�/�-F�b]1��#�#1�;#�1��'�q������=N���8��'��/><N�����/>%N��3��/>/N��K��/�<N��k��/�!N��[��/�+N����/~(N��'��/~.N��W��/aM����KK��Ds��%�	�(&�_bt��%&&�_bF��%��/�(A���/љ ��	�؜ �	�؛ �	�8� �3	򗸔 I-I�����/9$I���$�K��/�M����$�KNH���$�K�%�_rA��%;��/�2I��k��/�)I��ے�/ٕ$�I�<�$�SI򗼐$�k)��"���K�S�/�M��T2E�R�S�/5.E�RSR�/53E�R�R�/�$E�R�S�/�&E�RR�/�5E�R�R�/�/E�R�R�/u"E�R�R�/u%E���4�KL����/ݜ���iA]������'���g�a����*�,�"ݙ4�ק7�7�C����iAN�@�p�XZ�>�>����d�Lu�F����eAD&��g��AfdfLfBF�~fZ�L[F�yfAfq�##z:�2�:�6#�7�)�%�-#z5ӕy;�?#�2s$s<s*#z0s!s9s-+�-�7; [����g]YoV�Q6��g�gE�d�e�NɊ��������.�.�>�]�]�'����Y�߲۳�qg�d��ξ��;{4{��t�;���,w���wܹ~9�r�s��r��9�r�\�jD���Or��9�r�s����?�-�1~�[�c� �jn=�����r��v�?Ƚ��.w8�3]�d�g���t��D\�W�?��3~���?Ȼ���y���<Ow�1y����Ө��t�����.�8��]��<Ow��y���?�o�3~�ߙ�z;�s^�`���<�y��y�������
Cv*W��B���A!_`��0���A�����
s
��P=[`������Aa]��›�W�^ �=�Wx�@�
G'�N�_�b�����دH������P$E����"Ո"�+�/����"�+�.���"�+.-���"�+�Z\O��H��o�_qw���)����"�+�,���"�+^-)���K�4�D�J��+�K�/��R�D�JcJ�4�4���+�-�����+=_"��%�Wz�D�J[J䯴��E�v�����_�x���Ζ�_�r����r�2V�rMyh��*��r�L��2�+�*���eRW�^&u�9eRW^X^B�l�ԕW�I]y]�ԕ�,���2�+�)���eRW>Z>Au�L��ˤ���J�Z�����������Ե�[I]k��H5�ut+�7�[��i����Mk{+w7��Z������d����T[�Z�[�d�uw+Y�tcC�v��5U�΃~�SU+��/�+��o��#�	�l����E�8�,�=i��(-�ԃ��Zy��9�Y���ZO��
�1�j��W
'�O�B�C����x\:��_�fي�e��}�Ѝ*�N�}�MH[�w�p_+P�|\e�)gS�����j�?F��C�@zU�V�™�4��C��>�H�F��k��t�����g�.F���SU
�;�_5��\���/�N	�����'=�цoC�� �5�b��[�4�OB���0�m��
��]#�N�֣��ԣ�/��t[�E
Z�A�p���,�n��R�6�JG߯�,�rZ^�r-V@^P)>�Zչ����»z]����1J;g9޽�׵|��\��zF�"=�;�7�Q���\\��mH����Z�U
��w�Hcȣ��)S��h�:\�,R�dY=��"�e���K�?ȱߧ�g��AO2�&ݯG[@��
ӈ���z倽;豽�wj&A9��jlZ�d~5*�'���^�U����~�)zl��
�ɘ_��͠z3���t{]u٤�7�^��|}�>G�P�3�T�'h�	-Ƃ�uם�̯��D�M��/��Ɠ(����{�z�G�L�{g��*픾��X��9���CC��^�W}��=7�i��՟��U�����;_�����{E�9�f��V|9�9��>|����̹��25p_�L�5�c����z�M��X�՜o��i��qg�ǒ�8�P����V��\�Q�k���I�3�Z�-xL��Y��]6��m��1���e=ūʷL�}=)�]����_��u�{Y���Aj㋕UL}V�
t[��]/�[�g��@�v7�/�/汎�y�̿�|��@=�*�mo����p�gg�>[ӳ�Y�$Ej����=�R̊m��&�wt[��*�����ȳ-�}�~	��M�j����ʈ��]���3�����H�:�޿]~��0�"?�`���s~�V폰~h�!�L�Fk��튏�J�L��f�g��a�+�"����-`�ڇ��B�������<�NŊ���Vf�,��C�V|���_�9�x���|��(y��]1����ӽ\U�X���q�܉�ɰ��jf0���}~ S5���;�g%}�v#+�>+M�7�8�&�2&�2&~2&~2=��0u�r~���q�(�+��OU}�WA#��GЯ@���uUo�?q��=�i-��W)�+h7�B����)�)�|�R�O=��� K�)���|n2��S4��麗T���3��e�/�:������U�wM��.Hҭ��u��wT���Ѓ�7B?���%5��F��,�W}�
ɼE�dW`؂w[0�f����O��M�U�!��e�3����ׅ��m�v��̘Ժ����/c�ũ�x��(��_�U.�*qӹ�g��~B�w}�R�z�s����j
h���
�@��������$S���Q�ra�ɶ�N��cpfo
��VW�_j�Y�kjU����^�j, ��1b:��Fĺi�|�_P�9�s+�%��|Oe�$��z�»�n���%��JD�1{�4>k����,a��
~�9�deX��#�K�2?6fM����~�j���4B�_��m��]���}턏3�{Hk
�!����g;��oqU��:�|3���Xs���j�D6�v�PE�,���{��A��?ݽP�)�a���$�Tï��
�����^�he�qgiF9��_���"�46I0�C�b��q7��Ц�e`5R�GSd�x�e��S��Ԋ����Vm�G��K����nz�yf#�Z�U=G����3����,�9� v����P�)rb��Ϫ�X�gL�<�Q�
󵠿���~����)���#���-���Z�@� �?���^S�$S����T5*�e~�.�O�Q�#�s�V#?��2�`Zq0V9Q���"�Z��T�F��If�d�v�5�<�weO���/��z�O������A���B=�`�K��/ц�o��vພ>d�y`7��n�5*Ό�3C=m��,V17��d����SU�e�<��^����[j�Ќ��DM~�v������	��)5�b�Y��;4��8����oC��L�i�5�zK%Ji�����Qk�����9����և����,�B����RQ�Z�G��Xm��q/=1%�{v��w���e�}؇.u�����(|SQ�~u��{���B�@��u��F��7��A�w�,
(���w?V�q�UX�N;)��|޳�=\��Ļ껉���:���&��ߍ�/�	��ȟD�_����𗩹Wޣ��B�pnA�
�K�Ĭ��eUb����E}c�Ӎ)f�8ʙe*g�i-��;R�V,�!FJ�+|����nO�>؇�9G�Wk�d���[ٰxp�S���8�a�s�X��~�o�ٚc����D�\�G~5��"}���56qZWc�)���%�W���������W�.C�*v�C;�d���~����%��̙������%�oӶI�x���ŕ��3���}�)�h�`�}��-�o��
~���-�[p�s]Qk5�W5�w"'��0������*�y����A/���ħ�w������
��+�}=H�G�˽p�*����V�ũt�� 1��7���X��pV��B9�PBmU�L���E~�T
�>c�H��P��'����1n*�*E9}Ęֵ�#��T�z�C�v8�J�O��Ϫ�H���%�������V�Z;*�^�(���_g�J�q�(�	����(g�����Q���7U
��k��ഩT�i�/��cj�s(G��WT��ܭ��J�jV�G��J��9�%�b��f�"���w���d��x�(���Z�����zOR[�⴨F�iĠ0c�.vwl���b}p��"U�)f<�>h���5����������L��?��/�r:*�Q߂����T�S9��'�ʯ6�����u�L�L�u{�
1���ej�i\I'U|�{{�_����}��,S����*>ڭ���J=�IJj�&�v˷$�J�T�—��ϗ����������?��7}��ꣾG@}��2������&�5�?��_������?��'~��o��X�>*����ާ����L����z�W��+���m�j׍<�S���)�k&Rŗ��S�����.3W��[��O��3��w|����2�|��Q��o���?o��󕨗��I�u���(8�-�e��l7��z�IO�h���*Z���n���GE�ސ�%�>�Y�_8������t�x�=����~˷��oN��1ҋϪ�Un*�	̐��U�f�}�G��z���5�㛿��`hͥɽ��Am�6G�D���'�uh/jq�S{U+kk����.�6S;)~�Z;%~Vh��ϋ��}m������~'~^�]���~/~^�>?k�?蓴���п�]ӟ�i��s�
����]�k�n}��%~���zA���f��V��_4��d<c,��K���btH�f��5���%n��$-�/Z-ֻ��X�6ޱ�:���&��8j
X��o�k�WkΚ3�Y���5>�γ~]�x
�JX;\�ό�Z��+�6�8e��\����Z�&��r<�'�iH>o(wX�iC�<�����^O�����H�|�]��Z�hk�x����[���}���,^~�j�):]/���-^��K���T��<�]���^�Y��2��W�Sh����k��&ٻ�ϣ�uh��5��VI���&
QT�J��k��%"4v���O�qZ�>pN6�!?����y�J�Yo���vc�H�WR�{;�Oz��`�{��U�	�p�%l��X�Ż7��.��N�.߽q��OEZq�s�MC��ת�˯���jD�������|_ˆA4�*,�U>
����5+rX?1ʰ�eX�Z�Cv1��"�`��jh��\8sU�V���O���-,������q��	��`��6������| Oy��K�3��(��4�ySM�O�ʿ��ߧ��|�Y��Ѧ���x]uCu�K��uq
ԇ��M��=�t`P�����<�h�9C]�ON�D�bo��\����H�7q�,��d������ȕH���5���5M�φ�����*�D����ݻѻл�����/���2�-����i�%#��&�N��.#r �IF��r����?�o1W�݇v\�=Z�h���֊b����&jS��l�]��-Җj�Ě�)���_?/S��Uʞ�zA^��Z^�5hU��=vY��3�3ءU��+2}#j|}U�H�U�A�?�d^[�F{uX����h���4�f���S��xo�q\���W�'���ɿ����˿��O�˨L�xɿ�����o^�����ɒ��Z��մ2�����w&Qassets/fonts/owfont-regular.ttf000064400000137100151213253330012671 0ustar00
� OS/2���Ncmap�}~�glyf�����&head#�	��(6hhea7�`$hmtxe�9���Llocaj���Pmaxp_��  nameK���@�post�  d�@ �����a�N@ ��*�4�=�H����X�_�j�s���������'�1�;�E�O�Z�c�m���������"�h�i�j� ��(�2�=�F����T�_�h�s���������'�1�;�E�O�Y�c�m����������h�i�j��� N�����{u����ia_\�����������Y./0���G��UU%/�����k�.�t���9@C�
���E����w�F�?�������������%��Kl!R����o���������Z�Y������,*O3:���6���&U7
����UU%/�����k�.�t���9@C�
���E����w�F�?�������������%��Kl!R����o���������Z�Y������,*O3:���6���&U7
����UU%/9�����k�.�t���9@C�
���E����w�F�?���������L�������������%��Kl!R����o���������Z�Y�������)'H.5���GT��+-M39���5N���&U7
����UU%/9C�����k�.�t���9@C�
���E����w�F�?���������L�������������
��������%��Kl!R����o���������Z�Y�������)'H.5���GT��+-M39���5����&$B+1���U����&U7
����UU%�����k�.�t���9@C�
���E����w�F�?���%��Kl!R����o���������Z�Y�������&U7
����UU%/�����k�.�t���9@C�
���E����w�F�?I����m�o%vS����%��Kl!R����o���������Z�Y�������i7�������&U7
����UU%2<�����k�.�t���9@C�
���E����w�F�?����k�r-8B������k�rF,+IB���&��JSQP1����o���������Z�Y�����������������������&U����UU%@�����jmS���[+2�����h�h�%�����������&��K_S�����dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
�<���&U��4���bS~u��`�P�����R
����UU#-�����k�.�t���9@C�
���E����w�F�?�M�w���N�Q���%��Kl!R����o���������Z�Y����R��u��(���&U7
����UU#'+5�����k�.�t���9@C�
���E����w�F�?�N�v���M�b�M�w���N�Q���%��Kl!R����o���������Z�Y����R��u������u��(���&U7
����UU#'+/3=�����k�.�t���9@C�
���E����w�F�?�N�v���M�b�M�w���N`�M�w���N�R���%��Kl!R����o���������Z�Y����R��u������u������u��(���&U7
���uUU#�����k�.�t���9@C�
���E����w�F�?����vN�u�vN�����o���������Z�Y����R�?��u�uUU#'+�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN�����o���������Z�Y����R�?��u�6�?��u�uUU#'+/3�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����R�?��u�6�?��u�6�?��u�uUU%)-�����k�.�t���9@C�
���E����w�F�?�����������vN�u�vN�����o���������Z�Y���������������?��u�uUU#'+5�����k�.�t���9@C�
���E����w�F�?����vM�u�wM����vN�u�vN������������o���������Z�Y����R�?��u�6�?��u�����������uUU%/37;?�����k�.�t���9@C�
���E����w�F�?�������������������vM�u�wM����vN�u�vN�����o���������Z�Y����,�������������������?��u�6�?��u�uUU%)-159=�����k�.�t���9@C�
���E����w�F�?�����������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y���������������?��u�6�?��u�6�?��u	�uUU%/37;?CG�����k�.�t���9@C�
���E����w�F�?�������������������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����,�������������������?��u�6�?��u�6�?��u
�
UU%/9=AEIMQ�����k�.�t���9@C�
���E����w�F�?��������������������������vM�u�wM����vN�u�vN�����vN�u�vN�����o���������Z�Y����
��������E�������������������?��u�6�?��u�6�?��u��UU%�����k�.�t���9@C�
���E����w�F�?���z|���������o���������Z�Y����5����T�����UU%/�����k�.�t���9@C�
���E����w�F�?U��z{���������z|���������o���������Z�Y�����5��T����5����T�����UU%/9�����k�.�t���9@C�
���E����w�F�?U��z{�����(��z{������V��z|���������o���������Z�Y�����5��T����5����T���N5����T����UU#'+/37;?C�����k�.�t���9@C�
���E����w�F�?��>��>���?��?��>��>���?��?��>��>������o���������Z�Y������0��0��0��0��0��0��0��0��0��0���UU+;?CGKO�����k�.�t���9@C�
���E����w�F�?��x����y���x����y��L>���?��>���?��>������o���������Z�Y����#����D��!f��������C�� e������0��0��0��0��0�
UUKU_i�����k�.�t���9@C�
���E����w�F�?
H*��m������Hm�����O������P�������mG������m��*H�� OO���������������������������o���������Z�Y�������*l���������������m)������P��QR���l*��)*��+l����SP ��Q��5��������E�������������������UU%/9�����k�.�t���9@C�
���E����w�F�?���SS�������SS�������SS���������o���������Z�Y�����$t�����4$t�����4$t�������UU	%/9CM���SS����������k�.�t���9@C�
���E����w�F�?����SS�������SS�������SS�������SS������$t���������o���������Z�Y����4$t�����5$t�������$t�����4$t������UU%/9CMWa�����k�.�t���9@C�
���E����w�F�?����SS�������SS�������SS�������SS�������SS�������SS�������SS���������o���������Z�Y����#$t�����5$t�����F$t�����5$t�������$t�����4$t�����4$t������UU'1;EOj�����jmS���[+2�����h�h�%����������SS�������SS�������SS�������SS�������SS�����������dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
��$t�����5$t������$t�����4$t�����4$t�����W���bS~u��`�P�����R
���oUUK�����k�.�t���9@C�
���E����w�F�?6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y����l��R���������������Q����<��<>��R ���� Q	����><��<���oUUK{�����k�.�t���9@C�
���E����w�F�?�(2��L������2M������8�����7������M2�����L��2��78�6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y������L���������������L����8��8:��L����L����:8��8��j��R���������������Q����<��<>��R ���� Q	����><��<���oUUK{������k�.�t���9@C�
���E����w�F�?�2��L������2L������7�����7������L3�����L��2��78�2��L������2M������8�����7������M2�����L��2��78�6��R������6Q	������<�����<������	Q6�����R��6��;;����o���������Z�Y������L���������������L����8��8:��L����L����:8��8����L���������������L����8��8:��L����L����:8��8��j��R���������������Q����<��<>��R ���� Q	����><��<���uUU#'+[�����k�.�t���9@C�
���E����w�F�?�N�v���N�b�N�v���M��2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y����R��u������u����L���������������L����8��8:��L����K����:8��8����UU#'+/3c�����k�.�t���9@C�
���E����w�F�?�>��>���?��?��>��>����2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y������0��0��0��0��0��0���L���������������L����8��8:��L����K����:8��8����UU%U�����k�.�t���9@C�
���E����w�F�?��������|z��2��L������2L������7�����8������L2�����L��2��87����o���������Z�Y������O4��Sj��L���������������L����8��8:��L����K����:8��8����UU/KU_�2��L������2L������7�����8������L2�����L��2��87������k�.�t���9@C�
���E����w�F�?S�������|{1�������|z��L���������������L����8��8:��L����K����:8��8��j����o���������Z�Y������N4��T��O4��S�dUU=_������k�.�t���9@C�
���E����w�F�?QL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����Lf�fL������2L������7�����7������L2�����Lf����o���������Z�Y����*�����������L����8��8:��L������;�����������L����8��8:��L������;�����������L����8��8:��L�������dUU!=_���fL������2L������7�����7������L2�����Lf�����k�.�t���9@C�
���E����w�F�?GD������-E������1�����2������D-�����D\�\D������-D������2�����1������E-�����D\fL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����LfM�����������L����8��8:��L������m����o���������Z�Y����������������D����2��34��D������5�����������D����2��34��D������c�����������L����8��8:��L������;�����������L����8��8:��L��������UU=_����	�����k�.�t���9@C�
���E����w�F�?=<�����(=������-�����,������=(����=R�R=�����(=������,�����-������=(����<R\D������-E������1�����2������D-�����D\�\D������-D������2�����1������E-�����D\fL������2L������7�����7������L2�����LffL������2L������7�����7������L2�����Lf�fL������2L������7�����7������L2�����Lf����o���������Z�Y����Y�����������=����-��,/���=������/�����������=����-��,/���=�����������������D����2��34��D������5�����������D����2��34��D������c�����������L����8��8:��L������;�����������L����8��8:��L������;�����������L����8��8:��L�������(U�+AU��(�\�/�@���F������~�P��(�\�/�@���F������~�P��(�\�/�@���F������~�Ps�����^!50!�u��e`�������=�������^!50"�t��e`�������=������^!50!�u��e`�������=��U�U��(�\�/�@���F������~�P�V��V�s�����^!50!�u��e`�������=���������Uv���V��V������������x�,048<@Dl���F���-��0�����wb�7������/�S5������.�=�c�����p�9 ���p�8�p�9 ���q��p�9 ���p����r��HCYpG@\pw� ��|����L����r;���a����q?���_���6$����6$����6$���U�/����(�\�/�@���F������~�P��(�\�/�@���F������~�P�������^!50!�u��e`�������=�������^!50!�u��e`�������=�(U,B����Y�6��)��,��������=������/�D�f������D�T�p������(�\�/�@���F������~�Pt������@<Pd>;Qek���������^s����6���rs����8���o�s�����^!50"�t��e`�������=��U,0����Y�6��)��,��������=������/�D�f������D�T�p����t������@<Pd>;Qek���������^s����6���rs����8���o������UW:�h1O���P���0q3h�����vN�u�vN���N�v���N�>�����jmS���]+2���B�y�����{�v�U����������a�Jy��Z�>��u�6��t��=���_Ozp��f�W�����X
����UU>�����k�.�t���9@C�
���E����w�F�?�i��#�����D�C����#�������>I����o���������Z�Y�����������������oN"!/:#".8J7��b����UUId�����jmS���[+2�����h�h�%�������T��^�����N�����x�r���g��6�}�����v�\��J������	�j�������dqW���_.3���:�t�����u�o����_Ozp��f�W��������]�H�|��
�����xW-%5B)(6BGm�������L����#����M����&��������bS~u��`�P�����R
����U�n�N��������n${����|$�n�������O��+��UYXV��,����~�����������}����U�����Q������
�U����B���B�����ba��UU4�����dqW���^,5���:�t�����u�p���W���p�����>a�����TuaavS��D���cS~u��_
�P�����Q��2��]�����X�5?>6�W��X���X���UU*U@@�~�X�������O�� �����dqW���^,5���:�t�����u�pU���"�q�p�!�����������cS~u��_
�P�����Q����^B9T�����jmS���\+2�����i�h�%�������������tF�����>SFFT=�����F�t����������dqW���_2/���:�t�����t�p����_Ozq��f�W������\�I�|��wz@z',+)z?z�������������������cRu��`
�P�����Q
����UU-H�����jmS���\+2�����i�h�%��������@@�~�X�������O���������dqW���_2/���:�t�����t�p����_Ozq��f�W������\�I�|������"�q�p�!������������cRu��`
�P�����Q
����UT8�����jmS���[1,�����h�h�%�������������dqW���_.3���:�t�����t�p����_Ozq��g�W��������]�I�|���r���cRu��`�Q�����Q
����U�����k�.�t���9@C�
���E����v�G�@B����n���������Z�Y�
����UU
!��������������%���a~/\@�������0�`�1�k��>U+�Q����������q�������$��O�YS�(��?A���k�ii��k>������������C��P�eb(*�O���9���k�����k�ii���UU�������O�YS�(��	

��(*�O���9������������������������������������������������������������������q�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C�����������������������>�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������i�k
��(*�O���9��������������������������������������������������������������q�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C���������������������������O�YS�(����	����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ki�6�*M$T�5��������5U��pq��U�������Odd�O�C2���2��+���Q0����+�����������+����0�Q����,�2���2��������vTO:%�|����q:"���������? r��������M�
{�Q���@����@����Q���{�
�M�������V�-W��{{��W-�V6��M5@�5��������5U��pq��Uh�������QW�����KiXWiL�����W�Q�����������������vTO:%�|����q:"������O�1762�N��h���h�����h������T���? ���UAR��!������/�`�6�����&L'�����������������������������������������������������������������O���.���I���O�����N7���po����������������������������������������������������������H���M���d��j���T�8���`^����������������������������������������������������3��14$�h��mi������� ��K��������������������������������������������������������������������������������������*- �{��`[������o��a�����������������������������������������������������������������������$'����RM�������^��y����������������������������������������������������������������������������2UU#'�����k�.�t���9@C�
���E����w�F�?�e���zz���z�z���z����o���������Z�Y������2�2��2�2��2�2XU��5Ad=5k���(�>�T�����U���j�_������8�����_j���U������T>�)���k4>�����]�sr��\��������m���8�B�������B8���m������K��nu�+6���8"!8���5,�u�n
��k�\�����]�sr���U�n�N��������n${����|$�n�������O��+��UYXV��,����~�����������}����U�����Q������
�U����B���B�����ba��/]�N)��������2��n�n&L'�����������������������������������������������������������������3��1+������� ��K�������������������������������������������������������������������������������������AM�x���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������]�N�)��������2��n�n&L'�����������������������������������������������������������������O���.�����l��P�P!C!���po����������������������������������������������������������3��1+������� ��K��������������������������������������������������������������������������������������*!��������o��a����������������������������������������������������������������������]AN��)��������2��n�n&L'�����������������������������������������������������������������O���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K��������������������������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN��7)��������2��n�n&L'��������������������������������������������������������������������9����N7���po���������������������������������������������������������0���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�����������������������������������������������������������������������������������$��&*+73�����o��b����������������������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������Z�N��<�)��������2��n�n&L'��������������������������������������������������������������������9����N7���po���������������������������������������������������������-���M�����g����U�U8���`^���������������������������������������������������������.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�����������������������������������������������������������������������������������$��&*+73�����o��b������������������������������������������������������������������������������e��$!93�����_��z�������������������������������������������������������������������*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������TAN]��)��������2��n�n&L'�����������������������������������������������������������������+���p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K�������������������������������������������������������������������������������������=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN]l�)��������2��n�n&L'�����������������������������������������������������������������,�����D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K����������������������������������������������������������������������������������Z��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UAN]l�)��������2��n�n&L'�����������������������������������������������������������������,�����D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K����������������������������������������������������������������������������������Z��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������UANbq��)��������2��n�n&L'�����������������������������������������������������������������+���E���@������	��������D����f�j�����p��m
���E��$���.�����l��P�P!C!���po����������������������������������������������������������H���M������0b18���`^����������������������������������������������������������3��1+������� ��K������������������������������������������������������������������������������������<���������-5604"�_���7��<E6AG#���������e��=l��0,82�����*��*!��������o��a�����������������������������������������������������������������������$
�������^��y�����������������������������������������������������������������������������>U+�Q����������q�������$��O�YS�(��?A���k�ii��k>������������C��P�eb(*�O���9���k�����k�ii���UU�������O�YS�(��	

��(*�O���9������������������������������������������������������������������q�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C�����������������������>�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������i�k
��(*�O���9����������������������������������������������������������������q�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������C���������������������������O�YS�(����	����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ki�~�d�_<�D������(�S��������������������������������������������������������������������������������������������������;@��������������������66�����X;@�������������������������:�rt�	
2�
J<ZTz�&�f46l��� �"�$�&�(N*�.<0 203�5�8�<xA�C"C�DE�F�G�H�J4K�M�N&N�O�P�RBS�T�U�U�V�h�jNk�p�qrr�sfs�u^xz{��F�r�@�6�z���h�T�&S�f	(	>	L	bowf-regularRegularowf-regularowf-regularowf-regularRegularowf-regularowf-regularassets/fonts/OpenSans-ExtraBold.woff000064400000231710151213253330013474 0ustar00wOFF3�FFTM3���GDEF
���c�[�GPOSP ZL���2GSUB|�,�1�OS/2U`�݃�cmapD�YD��cvt ��=O,�fpgm����Zgasp
�#glyf"��RU��i5Jhead�66&4�hhea�!$
�
'hmtxh�֑���loca���e�maxp�  �lname���nN��post���'n��Qqprep����{�Bk��3_<�����w&Q�-�uB�@x�c`d`����������N@d�R
�^:v�_/��Jx�c`a5fV``e``5f9��0B3�e0b�Ā00�w`P�25@|ww����r�]���񏩛��q>H�Ńu�R`���x���qhT��Of�}oL�
6 �+�
�Hdv6�JlH�CB�BB�ĖE�lC+��4
v�.VdYDD�H�VB؊)V����%��e������y/�M����{�{s�9�9�ܘ;�b��\�S:MFN�vI��4����H.���iL���鉝���)��uH>>!���@��VPz�a��t~�O�����i��#R��R2�M�K2��R����Q�/Iɟ����c����+I��!Yo�L��"��mo��"��M�oX��7��`5^`��fSR�7�p�,�������)Ʀe46L�VړRL���&�����u�ei`l��?'I[���5�M2���^57;[F��"'��)J��9Fd�ܓoJz�i����������W�}Ҥ}�M����3����o�׹��d�?��W����_�l�����ʱ[�|�Gx�_�P	�uڵ��F�/��l�v���쇍�M%|q>��=RX�C�.��6�����2{u��dݻja3F��sݿ=�o����'�VV=;Mmªu������1�q+�����_�w�/�v�?�'촋�Q�t:�q�ZU/g���
|2d�/�âY�`Q���|�/���5ΰm%��d����A��
>�����gbV���@�^�ٛ�ƻ�9�w�o�{�od���7��bY�9·*���y���զ�\_>Z���S!��'�A|ܑ�X�<?e�:�4��(���-��>�	2p?cC�p*�S����o��Q��tUM�q9��~��oǂe�)X�/��
x��6�G��E����׋������to�o��ȡQ�5S���ɹ�6ݷ���+�g�cr�때�
�}�fX�T;�a�X�>;�����qS��h5�<�n�{�h��{�1����1���q�}�g����\�fc~���Y�[������Ǚ0��ü��H�٠��×�a�G�&I&�3�{<�1�8�Z��~i8��7FΦ�h��.)�\7_�KJ��0�md?�K�~|3��w�9�e(qMJ[�i���:����yx8Xr9��/�}b��$Uw�\��tK�ޠO1F��[ Gt�y�ٝ�3����{J?男��^�'�nb��5�0V4@kit��I��5G��<�u���A�e�Xj|=���q#̹cR�))�]���>B?���Y��<��t�lK;��|���u�-� ��otq&k�3�u�v��H���,�[�����
��:��~��w�3"K�@��w��w
�"sJ�kja�ϱ���������e�9�i�$x�_}�5����N��^�n�ؕ��E�����x��f���X��g�jD��2��X0̫�'��V�wO�-~T��S�]���q��j\שZ��\���$�y�D�t�݅�-�y�?"./T��QND��	�@��ߊ�b�3�g���X�M�սjO��駂�5j�5^�fC����]���~N�n���'�al���:c-�Kt��&�w�9օVl����[
?tQ����v��r�g��	p|����!������a�Z�}�dm?u��
��w���Kj͏�#��}�ml�s�Kv��f���w�[Ե9��z��]R�m�W�S�W�c����'�#�͖�,:7+��K��Hw�U���|����S�o��O6�����;zf}��g3�l2�æ�a�Z��9���u��������;�F�/�D"ֻ��T��B��U]t�w9�%B�}���ZpO{O��5���P�3;e�{�0��6���WDKS��Jh'�w���a�
��.�2�C���wJN�zr ��±�����Q)T]�<����bW��#�6{ޭw#�31a䲫�����SN��o�4������V\�A/���̓?�s�}9CHr�ʹ����I���1}=ڿ���ڿ�ݽ�zE��<��<�������FhGx9��Oc��?�cMo���>]��0~_����
�y�Lc��)׊/J"+�2� 7��و���%�d+5�r��
W/m������ܾ��.tzM��^�q�CL�ǥ5�$��O]{\�;��l�^~}�{6OYS��w��q���]��\s���	e���R�{s�ځ�v�xCm���a�.���*kYDO�8���OH��-f�8y��Q�}��Z��?��l/��1���c���?In�FP�`�AK�wH�{Z_���]N���h�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�YjQEO;}�o�Z��� ��O(G�qI4$Ί
B�W֒�K�s���W�[�΍����$�e���U_�yO�w�q�?`͖Ւg�N*nj>9?<��,=s�V���O�7j䭴^#g*�ٿ�1�M��'�-�$#���͡6���z�B�W�s�i(�aA�:m&�>(/O�&#e��ۍ�[E.A�b��4���aI:x�u�L҉p"��<3�9�/ș�"��Gf��!��!!�5 ���94�s�9�s�9ךs�9�nε�s�9�s��x��?H >(t
r��T��.�5`?x
��>>]vZv:xz?���N[IK�$�)�S�	�@xd��L癹3'P*TUCg�[Ѓ������_�3������s�s�s�s�s��򌦌�WF<c1c=��g����21��L�y�y�y���;Y�,qV_��ą���٘lI�>{�"�"���b��\4���ʜќ�_T����c�䰯�p���ԗt���ip&\��_�^�]����#������$���#i�v��D����E�:ry���+ʕ�v�Zs}�����=�Չ��|�Q�,�0�!O���s�E�&����Dk�Nt=�^@Eo����|w~,*ӀQat&���B�,�Š�2l���c�y��;���C�qL��M�q�m�q����X�.�L,$v�`|&���x=~��O@�l��$p"���!�	.B�0A�#|&���D��XN��v��#~!n��'���BjaY��p�0Y�C��IxR�M���d�Af��dYC���y��H^'o�(`JMR\�e��HY�lS����pE�"AQ�h�h�h�h�h�
�"�*�*�ʨ���ǯ�_]��#���@1�����8Y�\�]�(	���̔,���l� 4MD���y�U�U�զ����Hr@h@9�D��*@
�3�:���:�.���mt-�F��c�	�<}��I��1h�2��gxAF���Xgl���f�RK��R}�j��T2u��(s����`�&�-��2v��l����Z�ڷ��rm��|�z�u�u��,.��ں��QwC~C}�VQ_1]�b�Wɨ�UZ+����8;��ck�Nv�=���*�
Q��j��W��8���D8q�8g�3�Y�r6�՘jR���X=R�����q���7sn�nJn�� <��'�y�5�����Y�P����g��|4�����(�|sKt�zk�֞�&��˂d-��Wk�}_�M�N
!B�P$�	;�Va�6��v��!�-݁�i�3z�NX7�/ؿ&�u��L����vܵ���ԣ�����K$�D+���������ؠ��q_q�I#���x����@���!�J#҄tZ�z�zX��p��^�IؤkJ4���]�{HF�Ed	ٴl��Q��G�⏶�p9O����<�=�<�?W�(��O�O*��=�?�i�4�m��'O��6=�?]S"�R�B�QڔA�rJ9�\U~k)na�Z�--��h˞���Tm*�ʭ���Iղ*��mMk��[�[���Vu��5�:ۺٺ�m�i��E�Rψ�d����v����ϳ�K��<?�t8:����hx�z�܉�$u;W_�^�__&_�qj�Z�v�G��]�.d��������ٵ���4j��%�ƫ�W�W�W3���%���רל���)-Ik|zC{��f��7Cg�yt��Y݊nK���Pz*z<=��D�\�j��#}��g�z��Cߧ����
��l�H�AlP���m��ˆ{F�a���z�Ҩ7z�#�i�q��q�xl�4aL�$5u��&�)aZ0m�R�s�c�\�Ĭ4��F���7��g�+�-�b�[H�r���`QX4��c�X&,��u˶de��"�̪�����5Ջ��J{�z?��z���}��ɾ�}o�o�o�o��N��mx��Ŗ�C�x;Ϯ��������Y��}՞���ڏi�C��:���X��ͼK9+�!���M,�P.�k���?9��g���K��g7�
�En�������~i��?�?ֿ�z�����y��1Ϝgų���{�^����xE�Fo��ӫ�:�>o�;��.y׼�ޔ�З���!}D����>�>��0�a�Ñ��o��~�~�}\	��#0��
d��D����� 4�\�6���S��+�[�;!D��!M�
��B�/��P*tN#��0#�
ׅ�mauXv�#��%Œp"���P�z�6dJ}�:���QX%E�(+ʋZ���߬����`1Z�ۏ�C��������aΰpX2�����F?�>�}�~:�s��x}\W����.n�;�x0�/�W��z�Sx���@�U�8���6W���a�an�En��" """���")����ije73s�-+/]�4�-3k[���s��m�u�m�u�\e�s��0����0��y�s����s��h�v�{��RN�r$�0���}TJJ�ƽڕ�	��d縳�=o�O���np�5LY�jJC�2�ߺ:��a��&��z�}̛��R�Z����e!h������G'S��sG�Wi5��(�~;Eq�h�B�{�AL���X"
�6��J
�Jn�Ѽ\J��K��|�[��}����o7�H�6��t6����4V��q�/
�ε����/�����+�Zˏ�R�U�з�o��/Z�1i�!���~������������v�z*�J�<T�W����*�I�^��K�6
P�sn���5��8O:phb�ɓN{��A��m@�1�!�Ft�4���~g<*� ����k�u�e�GK}��x�'u��j��Y��W
�
��(c֊�L�䧸���/�[��4��M|N<�1.I�)���}�~�̕e�U�
'CBDd���(��UIw�RP&D{�⽚���0_�R�S��J����R�U���	��[x�sL�Aotg�x��*����'~�����;�f�՚��:.�/��2�V+w��ŋׯ_�x�������ۗ}u�
��gW/���|ޱ�"�Q1��ŝA<�AR)�HIl.Ci3¥��BA�>�ܗI1x���]�|�+x!�ބv���`u�h[|: �#l�o^D.C�c�{�H�}装ۖ}h�	;�֏^�ߓ�䪗������Y`��Y\�]3�2���!��c�/����=�h�[���Y_��c:<7'>/���򩏯Ls�/3�馁
��<KIM��Y���:).�)=3�`�����D��	�%ȕ Qh\<N�羢�h\��!��eG�5�Q�dM����޹����9����9t�K���>	��=߅�V�$P���"x;<
�G�8ʕ���ˁĚ��!�1
�;rz;��f_NN�PށA�߁������g��2��v5<�Qd=itkEr����jN&a�
&�J/]KQ.�:�1v����C/�D"h���~��«���@�����fË���@4��A`��٠���L}�ֲ"W��dO�܂��j����`���M`P2���N0(A����)�B�)��Z��C�
A0�h�����T��xxE�')��s�U���Z����n�O�}��FމvM�B{�F�?�c�7����
F����������V��k��P�/���z$��8�X ��6G��Y�
8ݲ��C:�	ہƪ�8J}��\�	,�zZ�<��xV-��;KPH�x`;�z?�v�o]��z�ؕ�y����QF���}����s����0������?k֩G���=�#<둠��x7�2x�
��W�>JI,N�m�h
AN�
�2>��.��J3�;n�v��~�}ٖT����;Ŷ���)�W!�r�h:&`����DP�V�h��%�b�MdO`��m�/��]�Y��e��]��㭏_Z9��Mh'R��>��=j�X�`lǑ�5~xo���[�h،�M�,�p���A
2!���"%�rA�	�-�Kb ��EtŚ�h�t�4a1]%L1��fN�6����kx䣖�g�����ަ���F5U�Y�`�;��'���cgko��S+?\�l��ڲ��D�L*K�������x�m�F[��c��@k%��H��E��E�F�I�ۊ��kÔb�>W�ߢ[A��4��..j�oA4�gz>`*�I�$�D�ӂ�S��R6�&*2�h�P�46���KC(��Y#�#Rm��#)�U�\��њ�k'\�^9dzrU������ƕ2'�~��,s$������º�ư
���N�JD�_K�~�S��Z��i4��0_�	�����b:��I#p��=�5�(�1d�/�6��	-���N眪�/W�ʨ�&�}���疟y���-�4�2sl�ƞGϿ�?�_n�K�Y�bھ�Һ��k���z�un�LW��1��!�D�o���<���8�f���i��Z�>7�X���v�qWn���֊m�qg!�U�DHsXʦ�(q��!������P�Lj&;����a���"Jt��K�G/�*{���[o��U�rBќ�{��m�8}��<*:m|���
��j�Kǝ������$8:6�Z�ւ9�V�y����x`��g&�mQuYaZeN�ڔ?��)?3.7]�I�sd����g���i���qh�BxI�_���6B�4�hi��}F��s��z!m�3�!��#Uh��i����S�ߕM�(O-M��r���ֹ-U,�%���:3'�.���߯����_�tԶ�*�	%�g���^�O���%>Q���皻�:����0o�i6�A6�g�1�J��Z96��D�l긇�%ooc���u��!��:4����5\$�=�1�C�����b;� �ʱ5J��:8u܂_�o~�`[��@��X�) ]�v}537��M��ȼ�p���99����;�:;����N�6�\@��	����I
~�|Kx>[��fs*|J#�3������I �A����`X��Ԍ��WU�־i	�v~s+�cJa���m���o�ن���Otrf��GO8�w�}��Ĝ�87�3���/!�t45�rzu���F���������\��A����?�'���|#�A�F̱��F��_��H|��J�5 ��@�6Z�D|K���K���4Wޟ��?�Ļ��R�)���1سc�~wp�_wOZu�z����|���W�����~3`�,�\&��ͺڎL�z��;��Fe�}ul�}�&ؤȋ�H���Y�ꏏ<u]v�iYo��?�
���~�޴n�n�)�&<���>�#�"�/,��"���>	#%;Fm;	q8�H��O�L��ګ�Dp��h�<�.�Yma%@��K7\ul}*+kۣWI\���Ez̈́b�AdR�.&�2k��h���^�q�A�قV�
�:1D,��AP���-\1ií����m5�gvm�[k�GQ��C�LT���6.[r.�~���ExnZ��,E���׮�U�"?�eA/,��9����5�@�q�/��,߲��H󬳾��[f���}qO�^vC����<t�5'����.��rП��́g�)BL��'У��<��p���!낸��)9܊�+�n�*^�s�=�����~�� |�W��=��_�:p�s�6�Ź�U�2@��'�!uM<3lˆ�����v�(�����w�4�!���Kv5q�m��i�vC�W�i��\+���cE�ׇ1�N�2��I�5���E+O6�c���+��?=w���!0�?oL�t�mݳ�o�o3�?82��I��L:��?v8���wf�%�R��p���2�@��]h#���n��`386���(�3+¢SH,�<+� �����;z���9�=���P��(v�`e���B.�=ͧ�ζ�U$��6�7�	�7>j�T����?��ˇְ�Sa����*�]	��H���E����_-��m8��]�Є��>�5��/	�N3��Q��hM%�V�׵	/�Fx*��Ăƛ�o�Bi�T%�}&���1��ؐDc��Nl
l���d�L
���'S
R�p�8'ad�"kv>�g�=����UE��=��y�[aN^���a���2�-^X|������G���*�-��d��Gs���gx�����~��
H3�ܗE?����
��/�������'aT�e?����1� �v�M��W�w���@�c���u�����u��_���`�����_��ކ���s朸���u��{�O�|��p�L�R�>E���(�̪(n�w#0�_������Lt7zP$p�7���H(O�C�Icʦ�u½��ӈ43��xd�YIt4'Nj�k�%(L���ћ��P(�_Z�.����~"��Te���Z�R�҄#���x؉f'q�-@	l/��t}a�pz���'VM_���ur˴ǺS��h��D���j_5!�Є��ZM�S�"y6����,D���EK�u:���)�f�V�?j�y_��km�<KgN^7#k�^����ݣ-���vL�W\�_봂�’�̸DϨ�Ě��l~��넟��#���sJ�2���r�F<�u��'�a��r�clp|�����nP
�dv��"?�c:�S�p���8*	���h����_������K&�q!iy�M��6��Q��漢���`	l�[l&�	�%��z��^x�pNĪ��Q$���6C+tA8���ɰ�h�Y�4�F�N^w�ӹ�?���`��5�t"oE%5%0��X5�.r�P!�L:�P1�L˜��\���&̈́�`�ìƠaY�A�n�ip�{�7��4������k���1K�`T�>mâv��E
Z?bI�-��e��y��T��"e��g���j��Bx�h�mAz��Rȱ^f��ev��@���i������[��)�a&8s��a!���D�Z�`K�FP��6\B�X���-@�=�����}�^avѱ��.f�S�����H�%,��
�v����=t{3����7��3�@ɿVc8��~���
��v	x��h�A��H��u�(�/Ʌ�>���`�I�Ly�	�����}���D���D���!T��2�56��u�(��M\�yF��W�
v"�ky�K
��f!�0��F
�<�E��Mp���(z��=���e{�� M	��ʲ�o�R��ƽ�����d�1K�
���f���q�����CS�Y��p y�]vޚ�h^�9�fZ�ـ�Z�/=l?e��(�W+���:�P�X��DI��x�XEH�k��`��@�Tt�cH��>��5��xi��Z�v7
����%�/�-i��e�©��q���#w����Y}�WW{]v@ge�{X��xTnS��n@8���&$Pv��H�r�Vg��+|k2I%����BT/qcݧ�>	�$��4�������G�_���ޕ}���3ڞS?nzYU�vf�͂�9���.���Ge͛�{��G|p#%�g`̈́~�c����e��sD.<�� ��P���NMwy�肦,��)��.?���̧�_����؋�Z�V�x\�Lz��K��}��$�C#��)�Bn���N!�J.�֨�8ger�ώl�;�d�Ю��_��_߬^49V*Q�������ݵ-��s˛g�A2��x��:ޕ�����Ö��T�Y����l���Ä4$��h��dj�/B�$V	�&3����Y�iz��W��q�+��R����ᵧ8R6C
j@b%��ݯ_��KN�ߧ$�ԙO�d
�1uFVm��f�y��H7#�
�x�N	|��h&L�|1�i��l�oon��'س㙉66n�Xo�Ls��T��T�l�m{�1&�/U�ǒXR��a�^UB��Ҽ�x�����;�T��T���2��MpN�o���1�O@�K�(7��&�A��pȣs,S@�X�h�Sa%�N�;�ݣ�?��ޛ=aTs��%w#����j88Xb�Hr'%�|�aܣm��ݻ�˒:�+UPTX���}��ؖᙜ�ط���f��}7�<6���ҰH�)Z���}w=2/�fSF��3
��

��S�D�"g/"���4��|�r��t�!��ri r)dO��-dM�+Z��_��#�1e�j�a��|��i喆c�z����O-�*4
�5蛅���j�1V��>�l��k�jt!g���|P��W����v���v���;f�7����wA=mF��T��Q
E�ƑT�P��E*�L���M�ˉ�6Լ���A���� S&+�ˮ��;�X�����L)Ћ+G�Rq^��L
)/C�,��	��e��O��V+RSy��
�����@�iwٯ�l�m�c���Y�@+2�	��M��\�s�)�U�D�$�$}��T��cN��:4-�^���#�,R.�PīӘ�&A#p"~!�:�eLd����~|��);��4�J-��u�+bg�����V�`���h�;�g���Jw��vM޽��·�+�뫪k�!^C80���>N�́F&�����.L��_ž�]�xrOxB�}⬈���
ϵ#�:�
�Sh!�UIP̥���	h��b<{j����{nW�Fj��V|����
���x�$:��?�0aǟ9���g�/+[?k�}c��6�sh�d�����>�ʧP��K>�>2����l�m�C�g�a(2b
��q�;+j�*#����8WS�]�?�Lnj-�?������%ZM�����h�4x.�s����$oU��!<�Axl��g@�V�l��?��w�"�Aڎ$1q^%�pG.���"Pg���I[�����U˷�J͠�oU\E���uP.$�9K[�M:	���>����g�d�Ƕoپ6�'��'��0�'�M$�!�	\"gz�b�r�MW�c���d+�Yf!'I�-�D�6}��<�y$oz����<���ViF�������-�ρ�'a����y�=�-��;��9ofK_1��/�����Y���{�K@��}-Qv���b6G����3���t
$�G�qɉI��øyn]\����a�:1%q;��:!j
1vl� ��ay�Ә��ҵh�����0¿��Q������8�l��Kp\n.�o=��l'��La��a�Z���	���R3ձ��L�m�}�]o�J*�&�a]�9���ͭ�/�ٽ\
��7h.rv,�)%@���I�H܈�P���$.Q�g�NX�v��dUq�������H��\^2���3*��M�J.�o!m�#:[0���1~E�؆2�F� Z��ΆgA�ܠax:\�f�C�2���Y�A�z�p5qV[��T�>7Z�N8!c�����Q���Y��}x}*x��)G��Bx*p~Kƣ�H�
����'��V>�IX�@��
�?x��K�X�
��c�?�/�O�F���+�����2o�	c�M�OI�!�̈��&	;^+4�}���@ʅ��-Л����9�F�m��l���\�L7:�t�÷�?��Lܬ4{J��-��%40�I,(�{,�\h`9�K�_���k�C$��������b�r92z�D�Pv Dj	�FP@��`]�ˮ��B�x~�em��b������E����7&���V�,��i���pَJx�S��Ջ�Jm�2�CV��F��up���_�kHm�\BT
��#/^3�<��Y.��1�)-���Y�)�=X�z��`M�!�4��!�Q�1I�Ž�|�5:/|9�|qIђq�_��H+R��~Y�V�^���S��C�ܱ�����U�7W� �o���ev �0{�z�����Jx^m�u2.w���P�A��x�F�C��D:s�Wa���_[��>~iz~ov��Ʌ=tM���
"srLI��>'7ۓZ�:M#]�}:�1$��0���|.W�"��th���ʍ�`���}`"��?u��Ӧ�5�#}T�hj��Ǣ"Ԧx�X��r�è��v#�3��,�c�i{�
��Fmj�l�o�u���;�$�f�%�e��6l���>��q�S��s�Wk�錱
�Y���J�b
���@�c8�h�9N&��9]���-�|��SM�O��E7�2�~����
��}��siv��9*�v>�{��iy�6ȏ˟<�
�?uz:�s+uŭ�Nn��k���&""����&S�%:\��`x>#C�
c9�,ZI��]�f�%��?���q�DN�#�$pB�I"��I��8P�cQ@tؤ�;�똑�ѐ��5z�����JGS��ѹ�^�P������ю�b;}�5=q��^��hZ�J��ŕـƭ�5���W8�d$%$%:�����"���"%�k��(`F\�F��h�����hm�r����`3�/���q�/`�O!����k׮��7n�8��2'�M�e�_����G�7
�y|����cWH}� ��xx��T��g��TU��p���-,eL���9'r��p!0�	�1�=��Áiob~X�w�U��7s߫n�XIv���l�ֱ�yye�.�}�jTO�Ģ�ʊ��S�-��0Zm�TnL`l�۳VV��˴_���v��mvu�F��NJ^U�����OJLj�%u�ھ�ܜ8�ڝ�P4ʬ�Bk���šx��P7Y��NY�C^�VQ6wnYE����s�+����VW�N�0a�����̓?�H�uT:5�&�G��_�~��"Y�O���UN<= '�F���0���X�i@R����i�E/����:t/�ڏ��>�?�?���ywesv{��S���������w;��v��o��w�����c�M���ǽ��] 
0|�w�N�����ek������V4<��}�}�tC�'�L�"}��E�ʂ,uB��Lq��Q(g������`���*�	���rv��/�IK�l�����E��Y9ͣ����/�%���rn}��)+Ϟ7y�=��;mQ�}�8�g�渄�l¿UT
�`]�<��V�Tr2��c䔄�)��$˔�4�d�v�GX"�U����t	�h�����>�|�8|����zIjE~D����%sED��Zx��4�w���^jy�#��0�%��b�UJUe+�SkSL��#�Ki��7%:+c�V���T��C�t�hm���o���JK��F݅������,��?�3>�b���j
����x�;��w�x=�K����P^��}�U�������"Z�Sє���:i�xJp��*l�!I(ph�K3g��`ᾙ3�-,7�}�?6�]�`_k��6��<����0��!��rb룽
&�ȑ7��$�<�X��
�����w�*kP�PHe.�z�G�*
�+�py�\�Y��a�䆔���')��-_��F�[�'�?2����W-;Lg�?��?!�c���W\�n���|�yB�WŒ�����Y�����QQ���6
M������)�!D1Y��P�v�z��qV�G�N{�x�lo�����i�e����gUw�I#;z����f��Ǥ�N��L�:d��<R刳
_�\�',�[�lmmV�j0�M��2'�[��Q���Hb��J�DD��^H@��L���S�"��QKkRsGǰ(,���I��V��5���S;5����	�����ȴGy���p�R�6
�7���Vv�{O�g�J]�n���t��9Ǹe������PH�h=��l�J�u��4�f��+#�>�S˙�ZʅxS��U�\�I�yG_��?:>1�tb�i���p�s�1�Bes�6ɒ���pć�)�W�^�B�Bzeb���
���t���h�=��1Pϟ�ڍ3UZ����	y!���#��D=�M�1��):Ʊ��s ���������l���vgd��3ؚ�?���7~�����_c#�_�t�S����e�0	���B�)�TT�8��˰�8a�����c��$��;���"{��΄�m�L���^"����{�Ԫh��S9�CllD�.>:ڨe���T�X6�p�8>�OL��G�+?P,L�B��� ��#D�7N���v�H��
�eY��~+������� 8��`�3��(�	kh�W5�e���@;��tӻt���3�@�>��8�h
�3�v���J��z}JJ�M�����,�@��'Yð�C��ed}"�-4�֡����[���Ԑ��敥�<e+��40���T��Rue"�]ȫ�1�cRS�U�-�i����5�y������G��J���Q���]Ź�Y����9����Q��(�$Tqe�?u�]7��;T�u�>���ɒ�m�F�)�WSQ�tg6z��?0k��USg�
�>ط�����lW�I�x��}��(�Q����"�5�x�m�w��ӬŜ�V��Q����:rz,��@,}A)M�G�@h@Jc�TQ:Z,]�RѢ�f�,mo(��KE�c�3s��U��3{�A�qx��ܠ%P*�����,�&R������[PE�߈�����w����ƀ��y2�rǘ�1mԏdL�c:�s-�:���aE
�Ʃ%�l@�8=x��H��J�t2����1���>�4�佺\�->�'����M�x�o���R��@���P�EJ?5� �V�:�=�ƝE8%a������&�$�4�H֭��֍�䆌Y	2�����h\pW84��g��B?�����Ę�V���`�%C��@JhBȘ�Ը�c�CcR�ƀ����N���
�),���"ֈ����xÕH1�2���d!EPb�Ş/.��M�y
��@�ޅKF���5k�>���q����?�Q�
�t)<��~��W�
��U�?�"[�ע�ф�ɑ�ft.2ơb~v�JZK�$��0Y6<&�1+�c�@.�uǘ��\����9�� ����䬕ݍ���N"�TAsR9OQr9ϲ��݅]b���&@�24%�.2��o��#@�}����ЯW���_�`�]�own�n�J��[��ޘdlq
��42�>�өPH���r)��4+��	},9$)��2�\�Ĩ君��]o4��b	b�c�O�w��x���V����[e2�<�0��?��R����CE��}}� �$.̋�^��k���O�o�H眸��'�^�Tw�IJL��Ⱦ���'{%⑑cV�+dL�ϏA�|����1�3g!�E��N��]XC`��m$��VH}�
�uH����I$R�:�����V���R{:Pe���\��T���Ll�èI��U��k�Gݘ�I�|�o�
)�W��|�r_�V!z�d&�Q
�^ѡ�WŌg�?[x�����׌ұ�)g�?�t|{�3��4���-%��.����-�<���.v_���4Md"�v��I��L��6�ݔ�4%zRS'5x���c]3Jo_f�w�na�~B[R��[m�my��I�.r����1����gȨ;�����]�� ����u[��,�8�8K:� �V`GpŽ1��`m����e��ؑ_�I!��F���Ѽ=U�f�Y<��𹊋����%8-C�����}G��](�d�K�����{�\��ߝU{���g�.�{��e���ڜ�}5�f]Y=�@ٸ�����؝>�E�*Z��^(����u+홸\'i��:[͋k��]���ڼ;�P���L���ѹi��p��=��F�!�mf��*D�]/<ǵFdϪ��_�w#q؞
����6�N8`z;�z8��\!�W�3d_q�}-��o�fW���4��m�'8��V��� �c��lv>���3�:��o��6�<�1�lv#�a�T�?V���r	�����ȌF*M����h��w�/H�q֞6�����\�8${�CG%8���Y��y���uc�����^|��ի��Gg]��R���*,q��+�Iż=�k�xtV���ނ׶.��W��n������\�f�>��_�9wreg�#[m�9q�fBm��:Q�z8F��)B�zч�$�Q������/�A��C�?�N|�E|�8Yw���P�xw�sT~�yjj[��B���c�Q-d�ԟ��r��ML�k�cKf�()nm-���
]��i3Ǐ�9m2��B�4nbo�g���G��eNL4��z��爉��%��d���-���W�'95e
��pSχ����﷋�f�����ADɊ�q�K��s`�%�z�Q���j�ƺ�:�]���Z�����	"�K���Q���)qऄ�){i4,gي-d/H�ٯ&q����
���cV�-d���� {�����cО��Y�!@��	�q�Z�N�A[Oj{x=򢓑Lj�DIp	g��'s8X�b&E��CE=���XC��e$��f�-<��|a�Y��,N�)ymT���׾��1uS�2��G����^`���a����k[�ǧ�ۚl��5o�\���!a-6q-h�7�z�jh�b��g�q�!$f$��� h�fPgMRB�W��#�E��L#���A8-�k��
��=�`�9��%�n��{�
)���߹#�Y��_�ȼ���0Y.!{Z!��q�th�p�|Aऎ�c
�A�e,��,
�-�5A833�	���4���>���a��{��S�sI�_������јJ<����F�(�ҙ��'vg;.ƏZ������X�T*ً[�D �7J��|9/���C�P	��;�$Z/f.�d֊Oi�V��K���|uf)���ࡧ��'U�IW׏a�VՍ����Ԫ�ȝ��k۶]��D�mnk��\z�چ
!y��`|?�z��BE����z�8�4ٛ����i���x`$��U�]��gM�̻�$8� ��w��A���}!p�l�k$V�~�nR?�����mZ��bǏ�12�D�/�(Tu�� @�k���$+*��(�f�e�,����e�:gO?_W��b��g��\ӷ }ւ"e��B�u�w��4�������/G��Q���IsV'=lH�H]8�S-�(,L��^"A8;�pZ��Ld�8�A8-�	��;�	™I��|�p<"�T�C2��X�Z�v!w&�ߨNd�w޿u<%x��e��XG�&��GĐ��{pQr�� ��`?���c"�}p~�p��rxu
V�"�V��d�"���|ӧY�f��
��Pk$>�|�W�&�G7��*�np�ٔ+{�Wn_��g�]���?"}�O����e��)��,�����@�N	���ճcLhە��9�}���K�̇�ǔ��ݻy��kN�&ר�G���i~�W:/c�\�F�a�$@9�-	y���E���N,���~
�CĺJ|������Bb�[h��Do	�f�`��!XC�N�Eb0c���M>Ccn�`��	��`h�и�и����8���%
���A=]F����,1ޛ��'^�(<���EX�sa�T�0��}*�;�ڈƩ�N�֝^�Ǝ��W�a��ja~	�ϐ�k��=ja~	5�~���z�L��.�wy�U�F�g�X�A�8&��۬�C�m�+��d2F}K�݀��;Z#>��c��θ3B8dž
'�Jy#��e�h�n���.������+�F	#�9o��P�_����l�)=�Q-9��̿߳&����B�Y�s^���M�w�8&
ɯ�
M�����y��Oؿ~X@��&��	��'�.���\�����8'�a@M���Ώ�a�����^-Ώt�7�~
~��o#=�b�0rV"�J)�g��!vkPЃ�k��s�6�������[�k���|xJ��,C�߻T�2	�I��A�v��#z��Jo�d<�ce����?�&^E��-欅\sTH�[����89瘇�|O]�C�{S���
ὄ�^�ۼ���#�>b^dW���8ܿ��a���8��3�.����D��[q͵¨dtf��IŎ��>#o���8,[�81��=in.�w	7�%�H�Hxк���&n^�\��I����#~�±�2��֘����
�;�S	8*3ED�T1|�A/^n��C0��h}��V�(}�Ӗ�6�|t��8|�$32a��Eo̟td�z�Dˬ�El�=6pzαq���l1��%���ޮ}�/�m�a���#��P�}$���E�S���w�:�T���#;�<C��)�r-���ȸ`D�k )�Α{.i�{|�F���B%���K��*�p~S��L	T���ǁkУLЅ�JI�4oG*3:�aX
.N����s;H�˘Y^Kޒ�%���˹sJ�xbO��A�7߀�o������s���)����~�'n�����<oD���t��2��(F�b�:�S�Mt��3�b���Y���ݱ%$��c]�������F]�Uf.��8m��J�eD�{�����|#���/yK��c���[���"I�u�/�+�]B�>L�+d�����A߄�u눾���ŀ��ws��[�0‡�u��,;d^/��lp^�H�Mx��"�M p��暇��0��"��}��nQ/����|}�Ond�o܄tK����%���w�������w�?�d�¼R���F�
�F�8oy�A�vq5�4q����7_����+e���A�N�0y/s��H��G�S-�y+���Ј<��XX�]�k���>�B�?O�@P������e�'��\)�ժ##�Z��k
F��*�C�sQ�e*u(
��ܭ�*���w��t�����~�)x޷"x&�T�-9r�i�<b W�G�����q$�ӛD�~����Ύ ���;��i��81#�H#�pZ�+N�1�Qp�M8�
�,��Ðq&���iC���=�FlDt��sQ�Kɹ�C��Ö԰ag;���1PN|6��>�F�����Ѥ(�%tz&���{�K֑b�g�����9���Sܜ	jG49춑CO�oMyfEw�6#x=H�.���zH��@�K*�
�����.R��{Fh�,��-7D��8GF�h��������H5Y�P�(���G/D><ޟX�d���d�Q��!�iBr����?�|3Ez�����	�A~�G=�%��c;��8A|�nZ"Բ�'�҉��\�x/���PjJu��'��N�p�9�4���{漳f�����_5����#�8#P�xs�y4�g�l^u�ժ�U���ׅ�^lHz��=��B	�
�.����ggj��z`���nI�w�zҋ��b�P�3�������Q�4�����<�j�PM��ғs�|�d�Dq���譣���n�pSO�	�#[*ݬ=:~��)O���@��YV��O��u��u�+��ܼuE#{J�n�V�,6~����/�͕>��ܓT ̫9�?WQ�鵪֡��,�K�C�oI8z��!*޿�8x9G Ȗ��ʚ	zT���ju����‚��ʢi�'��æұ�	K+�s�mL�]=�yuq���=���d=�W��*	g��+Q��C|C
g��P8�{��Q�w\����(���h�;[���~6/Y<����8r��c�4�7w���t�ye`͓s2��2k���������^�bbby�����r�(|��5[�
	>�
@qf`�[��c�
����!x13ڶ��7:��ۮ*�іn���{�o1
�v��_���zǐ���&b�?�<�?E|�z�@�PL�v1�&�w�`���ű
[12ƹ#��,�^4���DΙPZ*�JF>f�W��aV��h��Ҍ��\�D���*)	��;���W�y��謤%#	m��z+.�߰�c˗<�F��L�)U{@�W'��#"���L�-3e��[h�����M�4��\jL��ڀk��+�d٧N��@W����v���Ї'�9'��I��>��hj����v]l,n���K'L�7��q�}��ME�3V������aB��;���x`@�h����v��R�7{.Z��`��g}�{��н.br�tzqͻ/I�w�.��T��cJ`�(Z2m��+M��Gh�J��8_GjM��xH�ML�P��;S�؉�8 �U�&<3!54��&Ƽ��1�N�64����"p���r3��Q��� $���@}KAH��������y%��!�;zn%���0Q��Į��/�K�a
K��Sr�>>a(
7K>��>>�ʓ�Ok�0
pq�]�2P=���K/^��~�]�b�k-�O�zx8*=e-l��A���?k��g��e��Y�
h�v������**p��2oE�k�*d��Ѯ�Õ@I�f��ΙM�l�j�p�����=-���9:f5��Vג��R��^o�wt��Î�*e��e���p|(�/��{�Mg���� ׍���6�rAGs��֖8�����n�/s�*,f[ǒ |'��If�i��k9D�z����k���j���k��,`��".ظ1qL���W����|xZU^�<_�Ҍ��i
��%p��P
4/%^r��`���`Cb�k��|�3񎦖?�$o ��Cv�	���%�>��{aò6,[����B��G�Af�'����]�\䈀���g��2�ؐ�?�����n>��W3��q�����p
��E�]��:���b���Ӹ��mkyGɴ�Ć�)m��X؆��鍵���0�B�}���Ds���gЏ�1�\d���H|�T�ȵR�7�뀎L�q�#^�"��|Ŷ�����Κ'TG�@/�8Κ���x�!zrSm��1�3=�%��Ŀ�n|N�#~XI����jD��_ܕ��۶-_��SKl�.�͕�߿a��7t�]�j������x�ZB���܃t�7�����ʁ��3�b/���30���v�|�OC��nk�q�Ѹ���8F|։���ѳ-<�d/Q�����_����+�Iކ�]�_'�2�=��>�I�|�^����o���6��	n���;�m���)h�Ľ�{5��T�n-���0�P-��[��|Ƃ�1g�[Zƫk����化*5oM��0G�6M�6��Dk�c:���j	�3�$���rh�;�{�K_#·�_?��gʔի��&�Q�n^X@�~pΞ�p��R�Ǚ�с��g��kʍ=0xN��@z&�oF�W�����3؃A�m�ܨ�r�1�`���h�5��أF-]Y��X7{���	ڐ>�E��jky���OD�=I�±��f:�h�A�F�Z6ujY��������U�����ϋq,\��u�5o�هp|���֧��+`��lO���&�J����	
�gɡ�j��3odt���=�oiw�SO���O���
�⏒�e��;`^%+���o���ԡ{d���?�|�_v� ��W����U�e��c�G 1�;eI}��
�M��&�\�3g�Nt����wooD�h
��^ϝB����+p�u���Bv|�KC��!�%�.a���[��Y�o�09�*�7ܩ�1��b�|{}T���I���jh��C9�{�P����F	����e�0VMˬ��
�Ս�_m�ۙ�G+d�^)�R?dO�g��{�=���笄V�>:,��^�+��
�C�2��\�7v����u�o�׭KJ��O�������5�#k�l���&�BA?[!~��%α,�ojX/q�������9���2��x�nE�4m�߇ΟPl��XM��]Mz������H�>þ}�/��y�L�4�U�K7��I~�W�(���p��0�X�b]�����RH��}5U�8�a��C�	�`;fq�
ܸ�8�i�rp
t�x"��&8����ń~�H�/qg�$	�2S@�)����rk���)A�.�z�q�
��v{4��h��l� ���'o�����l̎[��w�8|]�o�/��͝=�ĭG���i_=e癥s���|Ɩ-�Vt���`xiwŘE�g��/¹��q	�	�ñ��a0�2��l
����WA�?���fAV�".�}��p�7�(�s�����ˊ�f�=����8ܠ�+���&k��B�7��m7�~M|�O܅"��3����E�Pȥ�0!3�7�ML�hHwL+�U�p�s�$+X�`K��`��F.��}���֤��ٍ����,�
�����O����Ou�;0
�٫���}nѧ�Ow��DHκ���~^!�ug��<��42�E��\�H�T��J��f2�%�^� ��|=��A[�b�@�g�Cjh��?{q�̵���TGbs���g0�N�f��0$�>���""�R�uBj*RY��n��?
�6IJK��1�Jzd�SL�sIhz���V0a���z���t�v�Z*“�Yq�D�|�hS�WD�=je�|��ڰ~� $���[�%e�A�2C�˼RZ13�:M��9I_����J���dJ���Z��
_$D5��O��%~��!�M(&��t��~��o���'����m�;���#S~U{v�-�*-Ɨ9sq�LW~beY=oi|u����R�����+���������
~��:kVi���*&L	�U�H���r��7���{��Plg�f�F��C>j�%�ۣR�a;صT��K9�=���|�уe�߫gg���k��[�>8���ir�Í;�ǫb�N�|桄�Bʆ���C̓�a���������m����G�z��}s�vWl����o�|��bV�?߱M�sTy<���1*~��g��r�U����/}�h�����!ٵ�޲�^�P1��!gjV��1
�^Xv�~*�SDj*Mk���5�!&�aD�.[v(IS�ж�$Y�Tmo��5�y�'�
��o<��yɆ�lZ{fv��-����z���hӭyq�=�����#�5/~�(%޴%$�R���#���y������d�)C�B��x�*(5���W,oձ�	�pqV���~ώ]مk~��XX�3�/�����U���Ѷ�\�3�^�h�HX�j�쳟|:W"�@���=�洂ʌ��i+B�Wp��p
�?ܒ�����1����ZE�3��7��֨�JS‚������f�4w���5�9>�=�}���5(�O�*��e8;G�N�q�2i�B�/`������w�o
,���q
��uӧ�r`���QނO�������p���'�-}�N	�p�V�w��N���3�C�~ieej^sѨ'ں�Z��ވ������=�}K�-�5vȮ�җ%(>L�b�Z��0c��Dž�@�IQ~2��i/R�c�	���Fu�-H���Qh��ӕ����ν������D���)z�CSb�����JbTo�VgG�L
ܜ��~�>͜�h|IF.�[_��%7é�\Cl	��'�{�� �hľ�y�#�;�	�o�z���:��s|���g�%�
��^�o"�k3�M�Q���<"��x�G��4o�1,L��juT�kӸ]�^�����KO��*4A2MȇR��KCIߌ�����쒴\�woᢩY��<�{oj�o��Dщ���Ы��@ˣ��ѭE��r5ñ ~�q����i�L펌hZ9. LIV�e�j�>ۏ�WO�hB~���LU+5F�֒������!=S=��8.k��%�S�]/N�����G\ڭ<`ѩ��ooe��?�l��[�I'�t:���n�Ng_:!HBa�%dK�I@����"*2�(ジ�>��0�e��:nㆎ��.~U�<O/����&c ��S�N�s��9ߓ��S��#LӁ5���(ºz=ڿs$�>ͨ�ea�.,������뗄�+v�t�D	s�=���[v�v��xd�o7G�56����2�>/l�J�暑߲)O�Λ�o�֬���5��sSl�s=ٔ9��Ӵ�E�_�bĶ���}�������xڄ��W %&nV�-�7���G�9����l�#�54N��8zӫ@�9j˸j"�8��Х����5�h�>�Տ��H�I�B�2~<�F�>
/޼�O��/'M��=�j;�%�2�����Ώ֮���@���?�X?�����Ym�ۉL�g. ,�3m2Y���$P =��Ԏ3X�\�O�E���t,9�����;_\f3�4���w�3��_�����2��@��]q�ljخ��g��
�F��4œ
��3��=���o�gG6��l~�wN}��x�U�j��;�]!#:Yua�͖iVa��45�`�	�'���Fs�ׇl�d?�{�Kp7�&Ԟ�t����_?�?/��fv��M�qT�;����
pۿ?����0|������!c�Y��Z�-��l�Z$��!��lN��r,��g`� !��k��G���1\cT�A���u�QB?o���ܣ`7�xX�5(��ϭ��v�Ʃ��?�&п"uh����Ů-[;.X��rgQ
���[�u}s>�����(��=C<=��t�3*�'�a�.�f2=.��`���,�0��Ġp|���e�f`nj�*�������	n{~��)���/�%�ϻ�w��t:�\��|����P�ȴy>�����t���#����\�A6>�V����i:������$�i�T���X#���F��I���׻����l�'G�}���e�v�����%����ªkU�5���EBx������EG������{�,�u�u��7��{�=�(�븤����#�@�v=��;.�C�5�\\M���:�(��X�oM΄^a���8��%��%��^��<+|�$�)�Ek9/A���"?��J�B����7x��؅�PzE�JH��
k�+I*Χq�T`�b�׀ˀ����r�j��z��Їw�m��
����-�����l
�7��d�j�1�t|�>?�8��gs�
��Tf��xO�3��*�j��ǻ����%ٔin��TA�)��R{kg���U~�u㉕��0����T�fɊƷ&s�!]�|ͤ����a�<�W��ԅ�E
S*40ǐ$"�~@�%�%i�m���g�+
�5��M�2a&�C�Cu��M�T�j0�� g�ƻ&DN	-��.����D�P��![N��NMMJ����F���n>eL;�bo 2op��,z"��z���T
��w o�^k�v���r4�w����k��t6M]�X��47jmX��5'��o�{f���Hp��Bl�sf��߱p�ŋGt7v��O��=�?b�K$���d%�v�''SIf��q2�Br\�_��2�	�~\��,bؚ�(�����p�*j��p	��]W��_8aV�A�ƐT��ZR�y=���ݧ��%��F�-���I#�i���q�E�r��r0a�91����"[�\��e��b%�9�巭h]��	���~�䧁�[�OZ�~�>�a�0�nhƐ�A��YO�s`�ӉE
��%_E,ߖ;�|�2)^��Ƒ����DN���b�;\��{R��AF#����M!��F�W�PC�3)�]*ɬ��i�X��p~�+ŗ�X�v���q���M�%�}�-�v�}�!�2�d{`�Y���U�=��Xo��Ol���.����C�+��F�@��`��ΐ�;�"2�q �q�����a=E�x�Ԣ#�t/�恭1��m��"Yܑ������D��r�
1��ȳ	�[�F��a�&:���Z�
�_�Z�R+��e.�ė;Bd4�!���6���&�(�g�3�%�A�M>�ᜂm�3�T\'��}�3�����(�'������k%��p�{��i��ԝ>��΁k�uh��6X��\�Ά/{��Α&9Q6Ţ
�^�wZ�}r2�=b^�DhV״I����vFܕ�oL�Y���g�!��|��Q���tHV++��T�@�DThJ�4V�����&\�\�ݰ`tPM�~evy�|���x�3�%@2Ap|a�铯O���|�_)J^Mz�f�L��ѩyh�*�<,��q-"ݘ�.	B���7h�q� �
���A��[`\��Z�~��H�g��a�O#)���+�Z��;�4DzH�2))v���e�&U�AbWQD|i��*e�dM,�Dأ���ım�/�o&W�w`�m��=7l4-<�ɶ���{���s�!����-=�/�w�1i^۰��� �Z�-�(}ICF���ûIN�=��ɍ&�R����!�?&�&'y3���ҥ.���,�����p2V9+�I�����qN���Dw��Y0+�b�|���O:;�O�Q�]���>���prHC˔��.oS(�:�nX[I����"��
Y>��Ȼ�%�b�ob��7r1r#�3$s�����V!e�,ɑa@t�@=�=����{�7!�9@�Jk�F{���&���������]�$��Fϡ.{�׹���Kmz΁t�:.�W�,�/2.��m�
u��lюڲuťCr���f�ju^��6t��'fi��ɪs�Y+�ϼvVv�
�������/���w|/�w�>����Ʉ]=)�����k/��h�'^�x��梱�I�����G�^�T�	m@Ċ�2���[�}�O�+�}�̚�S�v���;�<=&O��ta8�\�m�*r��,kE9@C�m��!J��0l�hEZZ����”�F��KX�0^���E\��ب�|xAc9����
��f.�	v9N߃=�N�����1���-��a�/�?&�,*���0�
)R���:*���f3�&����&vN�<hT�F�Y6`�H�ԣ:f�TB�ϊ&��ތ{c�F̚]�4�G�Dg�~h��!���2&!�QBH����i�K�[&C��?оh"�P�i��ʯ��?���+�
��Q�AY�>�]_���g<���mo�=(kȌ(6�!CX3��S�GtJ%�eF�1Z�<ڟ�]�b�K��0 �A_���{�O��7�~�J�Bҭ@~����Y�	���U(���,G�����X�Í/���/}��崈U�N"�|
��+iD�^�ئ�.W��$�]V���>?�!����C>��ƴOp.�ڄ �k3��1��@��L��q�n���8m#%a�}��ޙH��,��<��h�Ze�4UX#��2�i���J0L��,7��' 
�@��h.�1"3��zA1PO�G�;�d��֭E��Ծ���7������;F�탆�֍�_RY}�������$<�*5j^��s��%0�G_�n��`�+Z<e��@}Rh�:|�p
�k$�iG�H����U�1�lj����h��;_���a��[н~�g����xv������#��e�}��T3î�j�k�v��u�5x}��S��l~�A�X#s�#��l|�sV�n|��?�>��9��[��Ӓ�|j��W�E�pJ��.8~���.��W<�݇�H<8�rJ�|��&+��خ�#�j�vү�jP�<7��'�E�,4I>��#�R���<o��WVF��\>	(!��퇽��|��k������d�"�Fѵ�W�W;�y�v�/ACt����h�d��L��Jҫ¹��ޡ��Cb���l�m��[?�[<y�����ޱ���յ���ӧLݵj�ƶQ;F.���[�q���J������w��V���s�0����r��KI8�#�;��z��+��8_A��=�*����������'�]�jnjL��\�����#�!���q�׻ ށ������z�3��/_�SҌȑ�%�YDw��>���#�o����(����h<=ڃ_�xV��Y��wT�z.��+�"~�+��R=�e�i�forr~nV��9�4}
�>9Š.�<��yP�)�O@s�1N��W2zܓQA�%�2F�K����)����<�?��7�i˙����uw}�#̸�{&G>F�E�I�oy��wC6	��J��Ro�������[�H��Ѿ<[�=������p��Y���;�4,��}H:�2M����8c��:�߇�qѸ��qM!�8��Z����íh��b<0�\Q�9��A��S�nތ�I��C�t��e��"M�
+ubt=�d����|�Xd��$�4�6!����6��ߝ���
�޺�>��SW9�,��Y��7�k�w�p�m?�1A3��z�w��e��!RB7�n�jM{"g�+G.�K� ��C�O��t!��O��C��Ta�=�ƶ/�Ax�⇠�C�;�>��0s�[��{h,���XV��)&4�2��>y�E��+.���E����S�#��W��i$w�+^x�/�|�%�b�W� �Fg^���K���7�Z��cPh�+�4�k��Ec�0�:5�.
P(�>�zi�@ܘxTĄ�:b�?np�������Pi�|ؠp2��4$D��l&����c�~�*t�;ou�����ߵp�,��9g���
J��,4�:����V
���ϋfd�{<�X��}��rL�����j��X{IS
����ğ��r�8'�	қ��Ń/�.~q&���Zq"�}��Lh>��0
b�o��3AJ�3��:�U=j5eH��eTB�F\l���z<R���-yv��?5gp
X�,Yk�–����oU�9��9řm
?wt�S�]�=�瞂��{���~��ؿ�*��$��0���Iכ�=B�/E����ծ�m��[?�%i76{��?�e�O�"�u��uii�e�:�P�9��.��-/]��u�~�k?G�� ʗqD�����2ѯ��[�_�
.��A�$�N��q�@�)��K�֌Z���rL�q��ѱ�����/��a��t'�-�㬸��T���qi��d*��/��~�&
���k��lZ��f��C� f��/�Qt���I�_!<����% ��Iu��'��$�\y�'h������B���e�d�R:�,l�LV��)bG��⌾�;���V��qƟ�-n���?b��|�����?n�P'�~�7����]�sh���?��!���� `�	=���[I���Ì>'�G�7��u��
���S9�]�	�Q�·���p��Ϯ��.�d��=�>��uD�q�c�5V
�X�G޵4�Д+�9QHt�1�w�@�*�Fg֣ۈJ���c�ٟx��ӽ�(e���
�F�W��"!ĸ�\#�}�-��e�"3-���N���P��$cxxF�8	#���# t&`�N���D�C��R�`-Ptr`����E�p�F�v1<(����`']d�q�P^*-�O7��<=���������9�J:�ځ�_k��<;m��$�S�Ӵ|��oLڽ���er��u�
��`#�^6�TY���я��
ViؿL�m/?��o���|{#��zːm��c��w��`����5��x�����n�K�!'-�e�+R8�NO�p��h��P��
�Z�Év@�<2Z6��u�^{](e�=x��2t��^^mO�.0��b�#J�u.�v�w��om��Ν	�*o;��?�YW����׻����� �a$�����7�,�cJ%*�=s���Y�qC�*&�c�y��w�lE�|��������b�uj��K��ů�>�Ay[}nM���o2�\�!WX8X�ʰ�eM�5�thH��!zh�聡{A7�ۊ���x5���uǮ��[���/Q�}4|`����ל*,��F�Sqǩ<���RS��tʦg�r:,����h�(Z�Ň���M|v�^y�����5-8|a~Yu���]�������w����Λ��y:�"w$����/��|�zO��n��YV��J���d�(˔NA��J`�RT�S������?�fy똧�w���h�]�e�r�`���,���;��KN�=/M4Vc~j�T?%�*��!��$�Y�L�2*ݘx�F4����zH �Đ:��v��������ѽ_p�EY�J��@�|��3��;�5XQ��w_RYY�����_�0?O�W���.-���f��os
|��&���?��T���.͎]O�H�]醴4����Zb�W�r�2�A!��`P�r�Y�VkM:��R+�j��"��eĈz�e
1eb��� ��‡�S�����BJs"w0N+�H�i	\m�\K�H�/d�2^)��(�ܱ�
T��TFY��u��T�7j�¾c�#�
,�?w��0�c���xƌX+9��1�r"i7:i:5U��[2��\��,�S�����H����B1S
S�;��x�M���G��U��YpGVy�s\�H��3�#�2��e��!ؖ<��-���|}5�M��+'�G���7�
��c��9����:Bz=f`3h:%Ә��	�J�F�Ui�GI#"9��K���t�c)�<Z�ε�?�r�
c���	+G������]��'��+��}ș�L�a=x1����V5iA��މ�"�et�{Cm(df�]��l���t��83rD�՚*ɤ�@�;T�sA�(���0�� /�c]�$�t~�9���r:wh� �`��mA^��x-���Zp�[FJJj�9ZHTj�_m�A��%������%cS���c�63�
���<�9K
���{{a�5��M�
�=3�2��HU�Y~�>*M�WW+�~E�����:TɈx;��'?.�@_14$�pÌ/ӡ�^{B!�AP�Ѳ��Q�c9�V�h6��A��������ͷ����ͭ2x�,w�T�iV�u������k�y�{���e�kK|����3��h�<'ٜ��R�s��:�6��i�d��������]4ݘ��^֠�Θ���9�v��|���-�&Q��T�;����V���=FS����9:�K�U8G_)�L8 �cz+�t����٫I�y�'/5��V�4��5�8�W3sF���Xpr��3�;:n]�rڐ����秆�-?�,,<g>�D�=�)�s3n�
R�j�1&g�7�p�SS�M�����8�S��6�)]-�-)���]3�@�7���F}�[�g��;J&�7��l\��	��ܲ�j�I��$Lħ�I
�
�#�][��#��7͝�ע���s�<�l�2u�&f͐;���e^A��VBTI1��$�,��B�L�*�(��j��9Y5���U�tŤi<�c}c�6�~�(�
M(�ϝ�0�/�n~ĝ 9j�Ƅ5�����X.�jʐ�IR��1E�8�5N�ˀ�j���)V��[,��n_�Г�+g�����4RyTޚչ�c;Ƨ���&Uߕ��Yċ<�	��48L!G�QrE2�%P\��`Ǩ�Ev�!%;U��k`�2�Qh��ycװ�*+�D���\�D�+�22k�c��u�:Ϗp]Brzsm$�/�PvY=(��C���'��L�6���XV�z"oN�YNkmN.�Y���L>��$�*I��[�	~�P]X����.�����+
�T�^�3�Jv��eN�9����k�7�-8�a	��ڋM�d6���#˵�>kn����b�秪x`��c�&��4۫q���;J�����$We��ۙ����P)�p���թ	Z��O���	ӟb�>��T�XVR����᰽G��%�|frU��On�ԧ
MUe�M�5��||���
sC����86{��в��!c=��זU�V��������@��gx�ԝ�^]i�*'|EE������<$i����͚u���d3��~�4
��5�3����,�+�*e���Gz��^j.��`1%..��	<�����Mj��5.?w�����Iu�?W�ߊ��-�]�\��LYKYq��ЗP4����~��ZR7�ض��?��`]}�m�����\RW�l阱��\��CЍ�rHY�\j58�j����̄����Z]I���nxc��C�Sw�X3�a�ƪ�\DJދ��J\�Ipt,� cZ�/A�,����d�4;co�t�]����O�C�iX���UgX�wZc��(��,'�3i����5ŸV���w�y�bgꨡ�m���Y
���vW�~���U��V^���*�|�ئG�}(�Y3j��Lw���oFyl���fXU�ف�Y������ �t��|5�65=��1^7�o�4�=sn�(��@�`�a����Wv�!��N�Qʈx>�J-�U��e�d�=���rQrYE@�Y��X_���2�J���1�Id�oC
	He�M&�i��q�i��j�R:pbvv	��iX�fc���=xa�w|�}����u���doi�oH&�b*,O-h�ɮq�VrӼ;��4�_Ǻ�R_�6�:{��,&���L�5��A��y�՘���n>��}�..Ά&��[��V%e�\�-5S_|����&�]�^<�(��s��3_���dHGgb�L�W5.o�ı0V1�?#��cqf�/0���B
�U���q��+m���J����_-�n�?�qAkn��&�%�O�x��)���;QX�gW.�o֖��%���?\�����B�ގ�7ruUج���
@b��9Ϸ-i쮫�X�T9��ؽ�m�w-��ˁ��k�tN��$��������v�
���[�v
�D�f���ZIQ~?I��l2��zJm��������n�W�o�|�wk���o9冯����{����������V
���Kx=e�t�5
�>X�?�̀�(��oqE
e�e��'�C\S��z��F��A��K[&��
�@cv��\��W"�e<b��T��"��/V�8���c�ķ���!s��?(���vO�A׺q�j�2s��QՅ�H��G2H�H#{>�/D�S������A��¾�͂��H�T�m�(���x�H���"O�Қ�`fW�?#A4�Aq,}�H3���"<8~oWe)l�ԉ�h�p���񘍮���";��4�KʥJ�!�hj��J
���0�|�������6D������o���?�q�f��e�0�~���n󌹽����ˀ��?e�������0�	�e�Fr
?�?�0s`���>���_H�3ۼ�ˉKO��ư�."?]�9p^�)
�ߠ^��us�R
�uS~��S-��~er]��3[ܙq��ظt�BGy*H��ƙ�B~��z��#��|C��'�G<5t)?f��UwӾK/��=l��%�5M��ƾ<\;�V�Tijp=i�Q��Ɣ`�y�o~AW���{9m�X��x�KM���Q�Si=~��j_W���Ӆ��^���Ȳ�`]E>`npEN���%k��W�g�?P��mx�
fk<�$<�9&������,G6�!������'#IfP�Tt�BѴ	տ-�#fR�\Ʊ�E���8�4{�M9Gr�"VƑ�rP�b��ޝ�Cdc��O������
��䖛�q�yՆ��,�+dߏy��kD��E�Lb�}��/��Q������Yez�ݪM4M�q��m1��i>EhvIiO�W���b"����ػ"��|%h��4�O��f�ܿ�L�Xz�љK�� ��wǑK�.�'ķ�����б��D��$�*�pa��g��� �l`�:�{����<0.Aw�waہ��q�<�l�ȎKT�����B�����cSF6��X7Ĺ����e��&����l�8����p�Z_�Ҋ��v�K�hB��
�}���K\%f%L�s_��7�<x3�ݎKC)LR��j�x��`P�ۢR�N�`��À?BV$:jZ 4�ƭ�+@Y/1\ę'̝|xUfs��p�LZd[��u�9�����q�0����Ѝk���0�;�=��{�5�>�C�)3��.��Ci��4�,���Jm8��-��c=�����Q14�"��y
i�b��r�x�����i�dT��W�nPSjL�fe��_Ol�xb�6e��.:���f�������*�=��kn�o.@2���?۱� `�e]�҇o�F�N{E�m7�qG��H.MEA�Nƥ��G"���E��HF�b��~OJM�="�i7�+�4� ���"&�gX�F��rZ���{O��Wq�t��̂{�'�Āu��9E@�,䵘�|��q����<)�c�9
'�d�9����<{�Z�'H�~�;Dj��C:��(5�4���Ü@�?˦�e"��B��Gz�lEUt���ȋ5;�W~��k;��]5��`���ƙu��k�����2ۚ���|�p�4�u����g�4L|��>���KKIap�
'�P�-Z�T��b)w'j^���М;*��ko<��tcS�l���9��B��y�r�W����*��[-Ko^ث��c�p�WX.��儬*�M��,�yH��h�L#>��qy[4��?1W�ہ4���J�V�XR��p.��*��+��$�N�Z��,'t �T(0�sY�2J0]���pƒ��O�̴+�����#~���,�k���f��1��o�ύ�Ǥ�\zg� �F�Ef��Ne��2�!B���X0�^�*��$�C�������������A.�
����N�v�CB�-���~���)�gޢ5�D���R�ŠY�T�*-��
�>/R�OOJ���I	��L���k�V��\؝X�EGs��yZ�Q34C�85:�*�y��t��ӻAɀtbe��kr�i4zl=���GN��ż-��$�@Z��~��W�B���D]<��!��	�ܐ�H�U���)�HT���ղ��m@W+zŮ�1q�L~v���Nj:LF��;$�Jh,)�Ԯ@�R�<fV^�"^\TB�<Y?ր����w1JI�2)���%����`��<[yձ;cD�;��`g,��ddF���99Bj��.V�,���z�"���W��W�4pA�O�d7N���"����{�rv�����0��w�G�i	<�3��))�wc�8�5Zoy\�{�ZM�9\����k�*t�p)�	�]�b}P �pq&_���M�yҘ6F�{c�aBј�q¸@%��46O��3gd��#/0';�g�ȑq���B�-W3w�+f��ʭ�+�<8uҽ����	;�M�v��ZR���X��62�J6o��&'��I�%�?Yy?u�L��Ɉ��N�T�Mj]|�\<�W��Y9��N,�J74�����Q�CL�[�ȷW6�Br<%ƿ�۸ST5Պ��+*,�4&\��Y�f�5�d:�/z���$1X,���RK8��'f6F�O"�(ZW�����C���4�F�yD[��ǛJ�s�7��qݝ�����C���=*sYn�g�|e1<d�N3f�4v���Ϡ�~d]�B�V���j��$�:��{�G0�|G��X���M�Oc��9;F�}`a��g���f�˲k:����I�(׊�e��,eIIT-Vl�~U8=33W�
�::�e!OX��:+@!>�<�͓��&��nu`�>�>��������0���cqE�Ps��ucח���>�����lY��_����m�\���*����}���	/�ӣW��I*���6���J�
kA�RF��`�7I�mB�uI�ul���h/��0L��}�I�4�{/gY�+(Z�i�"�}C�����t���ӂ+������E+q�8��,JcI��a|	�Oq�<9��R�q96��c�1яI!���+X�e�0!,��C�K��Atx���N�f��;`;4����W9z��;$;�F�~�Q����at4���a%OG����S%��� p� Hn��#�,
�����ߡ�ٳ����a�ٿ!
=���
k���%�ĉS��Rb��t�6�??����7�Ž�Ҹ��, x�q�=:�М,�[��ne�� *XZ�-E�\\�DtU�a7�G����c����2p�!x
=����R�k�-X���X�|Jd�f�}��y˩�%��)/�OE�K�=�ɗ^��A<�>�x��4� �l|�����UP9?m�]��6d�쪑�jQ��`�?�x3|�:� �H�Ȓ$�f�A���Z�~�ѩU���q��"���V��{�-x���]���e�9V�h�Z����
�o5����۴��7t�
�с��\7�-|e���l9��ީZ���8��ɝ!o)!��L��	�qƪc�ƾщ=]ut�����ʍC�.QB{twj�So���ҲZ�	�#�^>�
���6��b1��]�+ ]Ҁp����/R�1�"����L�ϮՆ~RТ��p�$Ͻ�O��7u�뙐Kr��%i�����:���-��$�׏#o�]T*�ْ,V�ł�T����j����u>�S���
�s%��X�m���^d��۠�r؞��$5�nU��;���`8<�2�W����C��&�:��\X��[%�T�4 Ϭ���p��Y�N%�'h��Fn�O����=Z�p�䰏�>¥/}-��N ��k����,����Ҩ�Qqu��ʅ;����$����)T�0&�������~3l�����8�t���	��}���cRf������bv[O��q'�=��;�g���Bc7��s;����*��Yw~�s(<�i�۰�.q
�6����kp8\.�ׂ֠Ы�9񅯱5�z�=B�)܂EX���¬x��H#���bG�k�����Z��;�?����>�wH'ڄ޶�sP8/��-_vd�{�5E���{�M�?��]�>�x���}>D7.�ә�ST��趘0�$�
���p|��h~��v�G;���7 ��Fڝ��W���N����2��&SA�p�r3(�*�F6�68��8�?h��f�g�=<Ww�}�q���?U����Hۑ��u9���m@l{Ҳpg���
[��������5�^��&�ſ���E�s���{.���ߋw9��a�{���F���n+����&���]0Y�R^�����zoy�M#j���];ĕ?�#�'�L�/L@�`Y�}_���fI
6���1k�y��@?�����}�#��JIKKr$��$eX�J�6r��q��Q
�!O��19�8˛^﫟UQ�xL��h�v�[s6��bՁt��xi瘥U:|��i�_P����+#޷��F[�A�1.Mq�ajX������a˛�_���#������Fr��W�8� C�1�Ua�G�^���b�7���T�
��|^��c�������$3iO��bBD�o�`AH�5��Y��vtHw}pnE�)�l���O��X}+8!�#���"��N��Y���
��J��'֟'��9��������>��n�ڵ,�b�ʋR�f�L��)ѡ�8��<�u���X�<�í��t,�B�5g�b,�$��j)�a�Z�衔��,ĩ���R�B�}���\XN���[�F�W���t�c�@�1
��=,�2\�`Ax���?G�ɜ�Ic��czh�9'2p٤ȭ;��:R���:\�M.��c/�2��*�
�J>�`>���O�B���FK��b���X�q�c0�<7��I:1���(�����cS(^Z�7��x?�r��e�S�t�E6 ��{V+z���eK:�/
gd3�M$��E-g�6$�I,�=Fqg�b���Q��D���_�@��3z%����hK|<lK0>���Kl��K��v�:�F�0H�t$��
�tI�P�.�/���%�
c�����,��)���J�(	�[�ߑ�Im)�D�B�b-�9O���$�a�
���z`�'���9J3ES�?�8t8�#�gf*&E�R@5�v�~�Hp,
A쁉Y��wӎ���¿�o���W��?�o�e������3Z9�7�c��Z��Do�g�S�߯���ىG�, ��c\��Cz'��o��lא�:1o�;E�>Ax[�'��}Y
4�=����@G}�.�w�惽d,OJ">��?�$�}n:���p�	��H[.��̛@�!�&ж�6�<�>��a�Aj��N��II
�+��q��++`f'B�pX�v}�6��'7~3c�w��.����=��=ꏞ�����`L�?ohAN�
��7���nCg5�T�:i)��de6(uQR�(���$�)�'�>9g+�����7��o��-������=ܩY����\7h˯��Y]=����(&�N�S�Y�w}�&��Ž�Z^���Yb���8]Q\��L�ɛN%�O�.�%���iEN�17����^,�2VI��2y|���1�XF<V^�V6`,��G'b��Q\?4�2$��\�A;�,�*s���s��W��E0��X�[q,��U^ K�`?��t"��J-I�9�T'�"�;��db~8��&}�;��PB��*�7�8]�8��	���!�L
��.����3E>E��0ּ(M�R��X�����w���J��.��7��ھi[A��u(�=a��3�@[:E>e�c��c�Ӡ���4~"�a�GB��D�C�rO��W��S�����q���LC���Ţ��B<�Ț�ς�����?��I#�]�m@�K�9r�`�fӣI̚Bm<�wBk:�yZ�59Y�Ϥ��kp��ɢx�'hZȺp
9�dE�%�rs��)e�p�-�0^!#��X�Z
������!���sk�	�|�[8w����D�f�Lf�A��,F���I�ht��s	�4���P+����p�r��R�Uƍ=�@Qbv�@��FNssI-%����Kt	5}�,��d�"�6Bs4�^$끁��=�n�	$%�i���I���5*!=��Fa0�j�<���+�-1�E�H�3�9�›%>�	���&X*�h1��YF��_�'\)|c	͋�%Kk��J43���(��Ma�r
U�;l�~&��ܧg�68ޣ��*�Dx	Z7�O|�a>�����)E3R�|�Y�9���{�&4V�~	���W��P޵,0jФ/>��z����A(����E��{ILo8��w����Ow��S�1�¬�$�+$%İ���wF_��V%�P�+�6���l�	~~��z_��N���a�-4��U�.
rG�]�����ܪ_�]]Z^��;��B��g�RP�ʮ��:��dތ<��
ٲ����q��6�,l*(�!buQ�|�+�\�BW#�E��~�3D���q�޺P]�-;�{�Y���G����~�e��49���8y��L3o�xSik[50����iM�*�Ve�l�2A^~���z�mڱ�o���;�\!~��� A'�gg�-ne�+¾X�
�{в�x	�\��L���O�{|�:u�q���-o���:o�:��>�!Z�Nt<0ׄ���ԞS��J�X�����XZ���l/�?���g�nF(}�*\ EN
����#^h���WA
���1�/ڃME��ڽ��yy�{e�@.8���M&��	ޅ��K�:�*�z'�{�R���v��ҩ
r�����Wj�����'�
F1c���0��Ī��Z�]e#|�l�|�����,�8��Ɉ6�ƨ̠dW��v����_�t}%1��Y3�̻�E�K���B�dw�6��=�|8�#�kL>:�NS � �]X�>M.-w���^<\��|>�<�5�,V��jH)x���q���J{oھie�Cl��l�{A��dZ��;�0�U%�:@�+F�>�!���Ǘ��<�v�>�֞;��#W��!�>D|�c@;N2����[�QfJ��{~VG�����R��v�K��!�9��s4?��џTNU��H�3<y-���w�ۉc�@���ӎ��ZV�m��!扞�8
�2Σ�Gp�]�k�1�4Y�[��Y$<`C"$V�}��1�L}��;>��?����'�yp��{���m��Ճ�̄����4q?	��ȧ��`������'ƽ�
��7Rc�I葅b�8z�ڳ"t���.z7��z�����0�~����3�{����h����l�,}x��nk�Ͽ�����|R�M�9��'��q�lX	b��bU*uH0x]�^{ͼ�!���
4�I�Y0����3�
�\8�'�̕���T��0/����\�12.υ�z�]~p���)G�N�es<:��H%e(�r����Z\���K�6H��J�f|�3�N><���ÓO��pÞG�v���&��/�	�o;vbᮦ�o�
%�`aE��,�<��m�͛q�/z�疧
r�5ۧ�}�C�É�;�<�}�u �����ԐV�C�ӓ�������"1x�xK�ʓa'�Z��:\��o���U_.��w���Dbz�|8Ō;������j�^A
��;��;|ꊯC]�+�C�,]-(����q�.�	�;��}Y��@>o&��׭��A~ ��_X�/�����99���o<9�W
7G΃�nBc[ѹ�QȖj�� ��͵9����+��.:M �;��}?���@T�_�s�E�`�7/&W�/�З�W�����AT�s��0����փy�W�:j�:��O%��R��[�h{WLJقN��jĽ>!�/�F�-�ѹ�o�s���Cs�
QJH)�j�f���a����i��M�pW������dB�e��r��K��O���v����qt�Z�e��m=�P\?!��D�4��K�E9�x^m��(G�+��(��G�#��
cJ\������Gc�$�V!������4$�ix
̅$=.e����*s2���8w�|�9�؎�K���ԱK[� ��'2�c`˗K��z��R/]Z��L��'?�֔���ܰ	�b�s먩��X�8�;�]��ܺ��~G�~��~'�4:�P�-��H���,�K�"�O'��I�<�T��/q�U�V��"@EE��l�b�7�M�I�St~D3]AM�?��u�	�<	��ҵ�ט��ӈ��xd@'�yp^��t'�C��?�qq⼗2��x.`u��-hߍO�4Dc�_x7�sl�rƌ/�)H;�߅�B�*������p��܏r��8��QD\
��a���������#�c��E���F��:sH�#�}���{9��\�c��sr�Z�2��ܚIA�o��&3�S`���S{3�B��9�P�W�S��	�y���P,`P���h{�邼\k�k�=կo�tKi��dO�n�Ҫ�1V�Z�����~�#����'����j�0z�-�JW:3��2!�6P^^+t23	�$�
b�T�0���$���q{����U_������\�^������6�����J%/�g8SZ`dM�V�y����<��fO�G��Ơ�1P�#*�m�$���]��v��h5*�5����ך=��U���g^xޘm/Z@�,���S�6G�LU���d��a�[��PK�cmi��›����ʲ�fw~z�lY��;ڮ����b�]<�3%��V�No�
-�����*+W����!���!*rfT�A�0���}�FNw�?�3��g��>c�O�k)$[<T�a��M�n�/�D��,�Ә�4�G[�'d!&|ao�.]�V�b��kD��J�m/���&�ų\��_��'�G?1u��U#��᪒R�7�^�`#2+��9�Z++W���)6�����A�.}��[�1��+����/��1������+I;���ӏ�PV;��
�Tk���`�YMfS�_����=bg�c���NM�Z�V�˔��9�i����Ȗyw�23��O�֗��fh���|kUv�G�N;8���LD�Z�͠=a)�S��n!�]�x�Zp�{�f~d?�N�g43��Z3(�a�u� ��A��!�����3ݪ��,��9-��Ay��U�~�*���rA3�Fq�ǜ�.AZFƁAD�ԗ��{L�X)�]��r�]F�NBl���;����q�H���QC㖑��?֟^�t�0o�fH���{��ʺ-��3���7_�J5"1)]�����ڢ�f��y9�d5�8s�.��e�2��� �C��]��n�=#G�sD!٬�uH��3Nj��hr�T��TZ|[�p#}���[��D}y	�ǝ�L�_Zwā��HT��@r��-��/w|�����=Z�Wc�Z"�@@�Q;-�����T$�J$��P�/�؏u�d�Fm�8��c9�:�A\���R��>_�ʰN\�[$�S&Q�i�P�N ��������22�T�X�l�Vߞ���Ա�0ŭ��D��s���¼���,u3S�J��αz�Z��Q�6U���ʢ�Z����G<�[�2�3�K���v��T���|R.(`,�%�@)�9Su65+�V�ɭF�ᴣ���:��sʆ��/|/�ZF����vCmZq���ɕ�8�o�0$J�V�vڲ�9��W���U(9N����79�
��(2huH���lO�*}�f�lZ�U"�ɿa_G�*��4��BDE����O1���(�
��C���(*z˦���fd�=`��g��ز�|�j�#�fsu��P�Ec��S�U9&��p��di0�o��tx��5s�h(�+�TG����?t���n�m�P�/L1�b��.M7Y8a}� ?��ϱ'��$��
�9�����h&��b3�K
�}�2<�(.�{Ra<��S����`]��[u��}��3X�|yu�
7�-���g�w?}.� ���"=t�qR��o�dnQÑ'¨���P:`$'n��F�h�3�R��,S{ʹk�(�Z�Z��x׸�
'�g:��Kgݘ^��b0�ee��5��f�`I�CK'=Xl�ӧ�y�3�44]|�h\�}�k���R)�+�
*!�ő����D���V]��QO�]k3�ß�]E���a�R���eC��W=7��%��Z�~~���&�ef�v�z:̼���Je18�z˫|���AӒ��e��V��*��o�u77J˾�?Æ_��˥��HN�˙�l���Tt���S���dk8���4G
���ߝצ��������7a�}��A�a��t�h;�i�I���'3 w	G�8�N�&�<Fr_d&K3���
,��W�,\2X��i��'�R���*@}�;�
�%״d���fT��\�?
Kd�=5U�Vk���p?N����d>�䌃��wtr�Y�D�7�էX��g�W />]��ix��!px�;�ѭnGiI ���׋rJ��e>F�l�L��Q�I���F~jA�%�Q�a�íw=^U��(��n�E��rP�R�ed�UVa�Q�'�����J��d62�C��"!��I�`�aW�\6'����?�}�t�3�*��{dC�ʷ��rV
���M�*�\�c˦�9��Z����
3-��,o?�V�1��M����N��KA6׏�;E�2+˸2̋��q�:�,�P�45������a�R�E�xka�+s�k��߹��{���-�i�pUQ��<٥4;R�E�LV3�i+��ǀ<�^n��p/�.n��	�Ƥ�ۛ���dy���T�!�g���e`�'��E"��|?��N�{�S�G��3�nl�-�������EB��
�O��H�u��!y+��g%ɧ�;e�� oE^HƩz�2� }\b�cHƙ,�)���S��_u4�8��a�q�����H�Im@��o"�劎5�|�P�.KP]���r'(/�2y��`)��2kag\���(b�6Y��{��)�R�	]M�K��Q`z����m����'F���}	\�W��w�-	$!+!@HB�B!dGv#*""*��R\pA�R�j��V�R���c�u��P�gݺ�ts��|��N�i�Z;]���Z���}	A�y�?��w�眻~gy���>[pHW:!sܜt�~����7���Ӷ���!	���h,���Cɩ�#�{�3[�.!v���bwQ�h��9�G*������͠����z8`S�Id�J
��sYr)H�g� ��8��1��hq���AZ?s��Q��X���%���nsEz�Pz��o�n�~<_(=��� �;����n��^�V���X��yz�Az��>���z�U�^o��{0=�7b�XovAoh�N�>$c���K2�.����haf��',����Ή|F��':�g�(�r�~Ѓ�"=�O�5��rz�� �~����ꅥ��^P/�zD/O��x�W���n�m��*Q/ϰ!�q�����'>�d<����V�L��	|��2MƩ�}��d����>,�`�qZL�Mmӑ,
��T�/�=t\_nмR��+��M�g�8��ķ3IG�SD�}	�~�O�ؼ$*Է����5@�6�#z�A
���x�Ax�w�k	�ۊ��p?�'�=Y�J��1��ONƻ_ī��G�JDZF�����,�+����8��f��(2ޓ��^*��\���P}`�����}�`U�Խq��Aq1��T�Nˆ��b�($1����?J2z`
}Zi��T��*���[x��Ṃ�0'د��(c8o��ibϵ�=/�3&|f����3Qp3��i�g���E�LT�3��+��d���)��|�=���|b7�"^)�C�7��8��?л͇��K	@c��"�
л��؍2T�B?�Azw��Ez���H_!��Z�T��zz�Az��u���z��֊xU"=�`zXo�3;�z�v(�V����a�h��0��"��v����_t��O3z���U�&V�X7k�����Atʀ��I�'tʨ-�N��t��	t�-�{��C�p���{�{�Y��A>�'�:�4��$trC�@�D��b:d�X�Wq:�Y2^V��HO�d<��	|-��e�u'��
>��v2�rľ�'�5����"�L��D���iR���d-����뤿v� :�;D��"�FB'Y��tʀC��O�Q��t�+D��~%�C�p�©'t���gi�ң��㹇�+@��0��J�q-�c�(�k���p�Y_3��������I���b��<U6_���C�ޗT{(�o�3 ��(�%a�{(eRI䦼��Á�c ����N�/
�A29D�����+�?h&�#ݡ����%wQe�2�M�Z��$9��+i�d�xR�)Ⱦ�|�gSaT,e*�dž�SF��gW����ZH��ï��N��V!W2�l�ȁK_V�b�ʲ��8���1�UYS[f:u'W��;m6�Vg01½��f��G�~?�gp �~-�H��G�"�ཡ�����C/�l���	%�<��%yT�>�Ͳwn�R�=�&�#�
L+��;��<�Ud�ݍS�᤽V%-�Eh�K�A��n�1����#&���5��z�k�l8~�[|pv\��j�&�$~a��K�����ʟ�ՙ��σ��PI��(Ý%����UaM��8ڀ�@��l�¯�K���њ��}r��H�>=�����^�Z�B:
#�h�8�`�p�l��0=�w� ��!���;M�C�A}g��v"q;@.Ws��"�N7�P;y0)5�X�D��}d#6"
I�K=��L�#��d,��0F�P�	Z��Ss��I`���\x<^�<���̢��Lg����)q�gI
j{�ZFQ<��)���"8B�x|��dJP��سĦ�	z
(��r�+��
P��sAE.�z�z3�f��R30�_=H8x>�w006��=l-�잕S�Mb0�;���a�	�Oj�>����ݕ��Y���Y'��w���DJ�����&u;��
��I���;O|Nb(;�
�TJ��(�<Gі��h��kx*&FNq$�ح��^�L�p�	x!%�!	��HL�A$��_��]]��~�@��N���XX{�ex�q�?X��u��/~p�o���COύ�Lo^�d��%��s�.���?�9��=�}(��>B�>��L��|7�+�w5h�{�
D��u�Ǟ%x4*%-$��3��A�t
Z��z��~�geU�
��uJU�_�h��5�y��9�,�I(	8��Q�P�/a]>��m��U�����h^c��e@d�k�
�_��
�
M1м
4��Y�j��`k���&xb<��$���J�~�ִ��b��%��O	?��lj~p�M9�|F�_!v�<&��i��T����~���[=�0�+/�v�Ա���Ĥ�$&��垛?\��OWf>�e���o!s���e�{T�Σ���exX3�"$���2t6��ǣz����d�+�7�q��+��
��f2�l��컶?);�<�x@�e��9*�2)M��F#��Z�2:N�Jh�;�D,Z@�o�B�ڵ�A؅&2ۣ'�����^�Y:���-�mL��]�FK:��!�K�;���dNp����Ӑ���O��E�fyxD�=r��B͇ͧ��y�*'�ACڐ���D�c����M���a�L�+篨�9{��)Is�nI֫Mn{��z.�~�õ�WӶTM����מ��FGTt֐�,���'��Oc;;��/cc�	n�x	Ճ'AC�/1��?�҇�?L�6�d>1���:>��ʗ%�]3d�
�~Y�Dy[����م�"!6ص魚\���^^��pW�#���k�>ӛ1ԝ�&%ٝ�Neт��6ӴI�{F<TY22U�8�r�¾��X���NJ�%k������H�#^�$6�F��E�0QN*�H����-�P�ZІP�.hؕ=P��t��Q%`˜}���'�eN���U>�-��㩈	����C���<>Z*�H\��
��q�/+�kL6�d����z�{�5�q	·�`B�َ�<�^R�������
�����_�Gw������މ8`b���Jzc�z#s��^��֜��"_I)К�f������H-�-��WO�4a�ӫ��{��;���/,[���Y������wI�+�-S�ˠ��H
x}����v��gv��e�`�����U���(a�L�d)�
3�W��."�j��a����t��N�tWz�����t
,�J�[g�?�&�e�9�?a�t�F sԝ��
�[�i	�"�G�o1�`V���I/���������m
¦�/���y�'4��"��m0,n���
�5s�g{ɳ�AXe?K_��	���a��`ۂ0?l�l{��`����ޟ���khV�*
�X�Z�ܰBف&�o>��P ~PV4,~P'�Ç�(n��O9]e����jfLFʃ���/3��`;�P;�_e���¥�l�f�B-4%�q*VX���x�D�E�j~b���v�����5��1#Y_�??��?���Cm��|@��I�p8�t��`,��|G%R	E���Ƃ6{�q9�TFu�p�o�I�cs��XqA3��t�����)-<� ���3�*����l�?}<چ�4�`۬�I1��\�A= ����c����N��_�������z�c̈����lE�0���k5��ԠZ��Q3|�.��
�%�}6�'6&A�_p����7=�xT]����C�1
ڡ�trn�'|w�ࡗ��Q�Cn1�'��׌7r���C��t�Ł}T�:Qϛ���1d&)���دB��3P�
��[_���|k��S�_0&i�����3X㬆���Z��i�*�h�:Bk���5}���!F�Th�����X��\zh���j�R�R/�$�����\0�Om�2��f�t|�9��r�ډm�^<ztH�"�wj}�c j����'K<n�LQl�϶E��U�H2g���c?K|�� X��@��ݷv-s��!
�i�^b������K�W8��f��6�H�������EX����H�\"�����Hz���Od�-�U(���7���I�I���F/����
�	O*t�����'����亝	�)����]�m)�P�WA�.cX��}��h4Bq��l��\O�R��ȸ���ː�j���•r�-<�;�h�8K�:�4��(���)�I���R>����t)p��u�����C]-�]������#Z_��ءY���m���@�9������!��';Za���7O}��H�x:�SuB�r<��TJ��mR�Fc6Sr��D�]�&��+���r!ѱ��
�7I8��6�!z������V��A�٭����0�}�ow|�?u��}k�FV�'/���L�}�l�8�r�Ό�L�J��=+qgrWd���Bg�L��ٛ�a��J��#"�X��M�
!��1Gs�i`��)
V�@v$���尡�!L��c#���+:.oj�s�����#�m���v5������;l�1:6�2��7(����C��
S�?����q�{�K9�?�K��b�O&��N��%3��m3*$Z$D	�t�}��"g�C�d��2d��#����H1�4�-J�7_x����߃��.�ӕ������k�,��Sas��6'YZ��ӝGΝ;���o�<f��15����ڑu��1�W
*CyC��}������{��Q.*�H�RX�:'/��6��(�B���sV�ڪ�9:)�K:uF�gi��P�Q{6#	8ǼdՉ���.��ڷ{���|9����h)-������>�.W��r�������gw�N�/g�J�������H�\�*����)��(�^�P2�R�hh��u�v�_Ƚ��$�#q20
�'T���CϏ[�`��,.񤖕��!�|�e��?��������v{3�Ҹ��<�?[zn��uٿޝW����>�ooOxqɑ��k��W
�u1��]��Dkm>�-�e�9��Ĉp�C"Q*)*V�8�Οi����W�2�Lwc!�����zL�w���@�b���I�;�2���m��L�G����e�#��7:������)�l�~{�
�s���O��`��,
�В��䑆C&��o1�Λ3۪ۡ���E'1��;k���?�p\���ţ>�``"�L�>���(Z�XG]$#^��oq
+Z��Ӊ
騃��)m=|��a?LQ��JO�ytf�Uv#[�ΎBt1�+N���^���4�z��iP�Z��L���M��g_o|�M��<߰���*Ӗuu%�z��mn�@o��NJ�=|�]�1�Q�����I�+R�urO�?���}���C��Zd�ڍl�ˢa��M��1l.�E���`�'!��^Hd����sp�\�a�D�83�<	�֤��	\}J�,��k��<j?bff�SY�����w��
���y4����>�39�a����~0�2�j�Ƣ����p":y��Y�(�֦���9f���-yM�	sF�o���I6S�5���P��PΝCrpQ�T-5W����M���0y��$;�#��Yk4V.8�
�w�$thʽ`\�����v��#qE�#
�
s�M��).k��,IN��g.q�i[�����f_f�I0%23 ���vɯ�<v��m��$k��|&�atZ�sM=�"��U׾��
���<�D�Ҩ��8\֑<���Uxl�Q��p�h�)��4ɆJT���L�[)kȥ�� ���7}�gDUyE�K��N`��6T����E!��_����^��_i昧W�x�_
���Dv䎖�B��C{�(����pY	�p�1*�d<+A�}`Hz���ٽ"�$�R�}W���z���N����WN�U�3�Fԧ��G�,λ���4梈�(�]�����6sh�����@��u����,��P�ZC��T@��V�'���>�����k�fgNw�����p�Z�P��fI,�h���){�筄?�漅gj<��Ce-'a<c��Ӏ��gϙ���Jw΂}��Q�]��9�N��}-9�l��\)��9��ր�~��y�{{��`�d�]����9���In'tc$)M�t��b���HX��>��pf/#�w��ѷt���eX}�	�Ͼ��{�o:|�Э���|�����?�* �?�>��ͬ��kx\i=c��i��hOc(
��f��"e�����
�1ĪV��ۇ@ë�<P�=���|�l?��=i3h弬����w��H��H\1z�M��b�����\~�d�<��n��I�6�XI�٧&��8o�i�[���l�Y7v��[�r׏�~�Oj.�OIOM7�1>��4�\avx��4���W�=7�ywcј����x�	��#��q�P��S�cZy\5Ry,2�B'��.C�������l�]��sM�MK������Y�S��$j�A]l,���y=�~7&&�՘���;iݯ 4���m�ةiH�j$�w�A�!��-��h�i/R#%�Z-��CGiW���h�!Fx�m���'>�J�YHU8L�>�S���t����[�o��:8�Vr�Yk����?��D�
�]�\c��vt��R*	s�������h�#x=��9J��j�24?QR�n���8��W�2�h�-�����,�|��w�O�O��}V�	�@5�>��<�q����z�T
��(���h�n��S���X#�qf7��C���������]������FzS��O[Ӑ\�Qt�S�Uɦ�t�B�∽��Wz��\����_���[���lX[7=L�E��F|�d�i��$�L�����Z��DRu�
y�I���J��@��%T�n�� �n�Q�lVV����nw�K�ƥ�Փ���@���^?<�W��ae��=��bᘜ�¾�=��^�$����D�S�L
�J�ѳ�O/�fU"5��+��
��V���
�7���K_��:�9���������$��7j�τZBƍ�
��S�'��Dq>�~��}qD:*;}��ޟJ�5z�D/�s�P��~���$�_`���#�?a8,�JA��@L}~�~��I!����`9�Dp1����p��b�7�%�.�.#��E�{)���B\5���<}�R��F��F�o8K�Xd�N�s�RaY!��o���#��"��"?Q?k��7E�T�X��Ex:�d��B�b�����?	p�]�����8��1x~[��S�!�.
�w���v�c��O�GڿJ'�E����ӄ�"~K��$ڎD��G���@��)N��ˏ�^�������1*���Ւ�ܷh
G'2�Ϸ��I�Y�lRH�P�Xj
5�ZF����A���JI���k%��>��
��Z�qѢ���|�H�׊_��+	����-�k����o����~�_�MJt�qm`B3�� >��G��x?p��.�ܟ�y�9�ٹ}~���7��7��=>}�9T��y���@��n���x���g�u+�\T\VQTTQV�u�.p;S
[/vs��\�'!����EX��i+�o����Oχ�~�g�ϴ����Z��Ͽ}�iq;���G,�磯^7P������n��u����0kVCCK˹���b�T�]V=4�[�M��r&X���7$<�fL��C<-9��ZK]؇ǚ@"�N�'ܸ,�&W�`8!2�'�s���E%�""l2]�������Q�7^�^� ��byVa����$fL�бc���u�u����q�d�k�K6�r��$%�s*|��s�7����U���_��a��:*�Ҝ����G���ܓ�B�s1;�XH�͖��C��u�����dO�v4��i�o9�<
$�UΞB�y鱟���ɢO�|��ץ*���u����c�ƌ���Ul���b�� |��G[��9~��C�|z�T��gLC����=;Ő�8#��;�=g�)=�������#�!†��6{0i���[~1�85ɜ��<de��-���
��Rg�)^qA�����;���ɯ�4T,����\[��4�b��	�]�!;����=�.
p�i���`<
^�N�����^���A��?�ژTa�����=�ii��&��9��sf������-�궋큯�PEF���E�0��V���r4���Ԃ��J@�|8�]gE��l3��,�s|���J��`�T$�=ALCg�-���F{l@���I�ԪK���5&jO��4�*V�D�U
�*�
�D*H
��f�t�)���i�X.����5��τW�����l(���.�/�̵����`^�"�]���N*�H�t��If�A����y숆dv5�]|��NOw߇GaD�\6�T(}�-5S�JN�z���>��B+���Ŷ�U妤d�
i���Q#K�I�*�����v�!���5�l��SA|��X}dz��HSd���z�?M)HՔ�(�N�PHV�1x@\@,.w{��AJ�N^2F�d�s�_�����-�yT�(�.]��w��ĩ�%j+��GVŚl%��fLQ�A��jC�$-v��b�ې-����j�B��uTetH���L�U#����$a�=e.�t&eddXj��J'�q;�����au�/�o���m�T�;�����b�sj\Dx���%b�/"~T�\!]�h�[e��E�q:Mx8�#�}�"ȏ���ϖ_4��<��#5ח,��:݆:�:������cɀJ�2H��ܷ�,,��X�ܒ�q�Ѷ��u��+��P�]�)�{y�%�YP��)�J�S
��ߐ3.I�-d��6�dGF|°$=�yW��B�'�����&��JM�D�[�ͪwS��(�eh`U���d���pc�ƽ�q%�q#�q�'\���.\jM�
�k��1ǧ&�E�$n�>��P������n�?�U��&"�����r�{�2c��ƨ��I���B̩2(��/��aU[?!����_��k)�q4��-�D�L�',v�+��,}�+0W+~���4�1>�h��zop��&O)���k�k�Ot�
�|�+q��$v���k�c��n0P��i3��bV[�l1�~�1$1�T
\�nIv�ni�A+�כ�ƌ�#�,���M�K���.�U�+x�a0�G��^�O���'N��qI5�>���dK>A��H��5��t&&J��U��)I9c2������s��_��G�W/�|��wߠ���b��¶�1c�K��@ceuueٸq�1�#Yy+j�(��_n��d�K�	�V�UV�U~�u�����ت����Y���Xti�E�))d�b�J���ހ&+���Pfk�a�Cs9�Ϳ��@G`�A)�	����d���P<i=�(���
݀ա����Q��U�:҇Z�=�.5���x�U�I�ne��n����t�T}�_�V+�utc�s=[Q]]Q^[>�3�����#G�t�5KzZ,��U�y�0�װ�o�H?vT��ZV��[�o�*�R(���H�=�aA�=9=��e,tMor��شt����!&���1Y���8�F���:�ʬFx���&�-��G��̏ho��ˁ\��d�U�DN#�vVz��n|̏5垵�S��~����d����!�����<�=�8�ud��<���+�%�Ax:O��hG��YnB
�5PG�bE�<h��ho@��$NJ7(~�	�:E앣CV!�;O*��XV*�8�nCC <��3����,5R�^�60�}���韏�V��.�v����r��-SC|�����0o���3+Zi��u�:�fUT[��G��u����^<���}�c�ɫ��|�-�(�m��&qO~ ^��`�2j�ц��KǍ8`R�?e��#�)8�Hgn%�_a��b�c��%�j�?Gh�����q&Sr�����$
8�]�i�&�
�u�X�?�C�WHx���P8�E��vWiNe1H^�ǝľ�³��YK�E�cGE�1���$�����-v�?��uo�؃¾M/���A��R��p�o��g����>'�)z.��tp}��8��"��	{s�hې���h�U�1$^p�W�Q-ܑ�=${�8G� t67�5�$ԑ`;4��^;����T�^d�J$��\�/#Ñ�i
o�Ѹ"%m����
a��ѱ�p��NIqǵ����f���V"f^�����:k�ө��N[tEd|mꕛ�Ҵ�46?;���7F��f���[�8w|��bԭz�f��U�S�N��j��o��N��ɼ��ˏ�UUE�@�g�lIAN��JQ�����R���gR0��g:�}�Z���iw��>.��Ʒ!�D'%EPq�mQ8)����+�/��BLȎ�"���{��F?�+�]����6��/��
+�c,���;�6gWX�Nv���1oQ���"�Cr�{�NN��l
oӄG�:��&T����;����,��/��,`����*
fɧ�R����	�<
�ѽ�R�'�.]���I[��9�gV;.m�]WŮn(�t�s�.0%�r���F�w�L���]�R���W��M�wOX^|���`��6(߁�S���


�/�3L<�����k��Ln4j�]��
��,F�&�
l�*!Ǻ�6Y�����m���>y���
��ޞ����T�m)�;~=��-�kM�)�7o>�|װlS�^sJjI18j�v�+���}RyVA�fm;>���9씕r�t�FC9��m��7$���l��X(��_!���0,���5�^m�X>��í�a���:Gm���@������}U��GOr�y;|Oe��D����w{���ۮ<9gGRl����_=0����ʦ�Z�M(��;�9��3Rf�� ��g�\L�� ���[���DXa�
�&�R�ka&D��,�D���o�� �<��iȬ��`X�.�ka�m
����^�l������f�q���D��k�s�@vR ��H���:j����]7���{u��/��jA߬��c2#s3�r�t�a��33g���߀1G_�����G==�g�M;#���XU�zla2ζ)��I�j
q鲪�9��ZW�n�#����	c�T�^��m?��ߩ4���<�25�
bb>�b�f �kc(:�������e�'�o�C玏�M~u��X0k�f߰��#a�Җc�V����S��B?pm�Ԯ�L���>��i�h�W8���Kܧ�䠢=�,����';�w����wƍ��Q�~�ĆkK&��;G�[|s���f�׽��
/=���Y�P�q[J2r��_���JM��ңD�h�a� y�e�2�b�B��Kv�\��0�x�a!��}'驠u�^؁t!U;"��ϴ�n�=�s��;cjjd|Y��D.�H.5����("�h������b��d���L��J��蝫�_�����K5u����Xڑ:#�3�)�JͨR��?|��O�ؓ@����7Y��dXxⴒ%����y�)I"�H�q8"#y[�B�sAv�;��a���!��4'^�@zvъW�{��%/}n&r����GN4u|���[F����ee�2�ޞE�>��-�I�yYXվ5�#���?\��C��&LH�LI�c�*��2'q����i�%G�_I���Ǿu����A�;^������L��}��ؔFy��*΂�Zaz�ϭ��4�A1�#Z����q�?��_��������y+���������Ol���������׈�$�);�"�Sa��f�X6sS����q�=�e�k�
��lnZ��k�Ir
όP�+R��>u�P�';�c�Jk����w������F��P�
n҄�iBiv�o�q�;�R�sl꿝�)�K5w�����\�U��S4��<m�C��a�/�޳�cy�-���o�L����/|�|�>�jcKMS�p�}da�0��^F�u��QXh?����`�b<�>��B:��ɝ�f����{CXD�T:�%�"�C{iȝև�6���6��� ̍��%�v
0q̜E�.|��:)���e�Wd4*
�8��ێ��rM��k�7W�O�ue�k�++t��W��jǟ7������s{�Ý���{`|~cW";՜�弐�3]�'�"0
p>�0�,�3o�ܴ۠W�uƤ���/
��Ӂx7�n�I[��Y
�lւg�=sH�z�v�l�ON����{���-��K6έg���)��q�cѰއ��=3���=ϭ�x�m@��c�z ┴i����P\����y/�׃���O�v���3�hAX�`�!���A��h|�1N��-�ߞmu�a���a&�7̛��N�QeLjn����qEJ�J·	A�4@��,U���p��s'��;D�w�}�p�ԘgY7�E���{~���,*u�� �F$�t�{=��"�A���Mh׃����d��H]X��֙�v��Ih=HNO�ɫ�ר+?�)I�Ľ�͓��:)I���M�69����ք�!���0��{
�	�9�0���S
�	�Jњ��OBk�g����yI�y�ϳ~$?����SH�8^��9T~u���iF{�|*�H�%�b�!*E[Z0����\��m3��
�]Ik�`@�0�K��Y�[0~�꜇��m׷�K����~��>"#gT�udq�?��[�aO��˸�c���\=;%���H0����n�'c������y-�l���$�R0��9�m�Eƺ�L�l�Z_eW�1fA}Bk���r�X	R1%����߻$�Gq�]Š���^,lIt�9��=G���V���/_�ե������e�)����l����o�9��|�ጪd�ɮ�>4�w�N�o����T1�B�c\��ɟ�t�,
�X��P�2q�-�~��V�s'�l�Ď���B��\�w�'��?�˳'����>7++'22'm�AG'=g+�I6�/��쿷�ij:�U؁�R�3�j�6��@�>ŮD�'��<�ύB�v4~��S4�y:��"�Si�y6�{#ۊ>7�y�Vs�����s)��i��ӌ�����s��RB�߀�b[5<����߿"��Ϡ��ux`.}���!�V��:��%<}6*-��Y�Ȭ榡&�9����-���{o�V:*�lhS���x��T�oE~k;v�4Q��*C�P@��I{J(i�����E�q희7]�X3�u�Gp�+'�!.�'8p��8���ql'F��W�v���{�GD��ȣ�wN�8��}o��ռc���������V��f�K�ktR���;�<rx��sx�>�l8�JV��w���ѷ��ӣ�Dw��k+��B�^eO?s�9��o���{�i�{�p6�:�D�����ǥ��я����g�^���7��a�w�W�ʮ�w���w�y�+�uzV���
ڬ���=ڬ=��hHc�SD}�$h��t���I)�)X
�+�(��~��(��Ǟ�[�f�ih��"h�uɇ���*\%`�Jac����q��=Wñ�����݆8�K��T������=+2�Wڈ���C�W�G��g]���H�(�*����i��E�{I����!BI(�ٕ��wV�*��	<#)��ƣ��$x�#6�ڧ#(tp߿R��l/�y�7���N�h?���g�O����?Ỏ3Qҹ�&V�`u�]��
/�{�A�b�	{�=��.��i���Vc�]�՜���A$�Ĭ����E�m�{^�š
�<��؈@ �P�F�q�E"�4�`,�Rh��J-C��'�
�^f:6aܳȚ��L� 4�jq��s�@rS�*;J�Q�F���2���pk�܎|����Q*�d��Y�"3]��M�p��:ZDP��ݱ�	�L����_�\���mݩ+ ʻM9����Ɣ�5U�/���3L5�Z��9���������VcӍ��L���	��&�p�#�Hg�E����A&ٻE�9en�1<����A򿘉l^w�<o���9�uM2r�h�&F�1c���׀5o�!X��H��;��HQ-�Ĉ��Ž-�I��%
#KC����=m��������̑�L�|���qt�^#Let^��XvOL����xh�o��W:�w���%q�s�RXHxsFM'-t��/M�ļx�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ{pTG����[z��f���������T�-��Y
�%�!�fh���1l�@ش�cCk�`4C(���%c�´��؃1�1��^�ѰK 6��WU)0�w"����R���͛��yN�{e�1���"��U���9�Y�����/��g,��9�٤�?Y��Mg&^�ݿ�t�K�W�K_��?c#�l���hn�V�[g�[�F���FGi�w��=��f�L�Q��IE��6�l���Cl��ύ�7.�j\ٸ��UR{�����׸�q?W�4�K���6�&u��b㷤o5�5�^�k�#�
�fk�����9N*ko�d�1O3�4�![�y�y	�̫ͯ��s��y�y;�v�w��I02%���#�)Rg��͗�׸�a�m�&SS]S=��M㚚I�5y�¤�M��	�:��4M'5�in�<R���6� �R�ڦ
�67mm�m��՞�}Md;�t��8��M�7�%u��j���\ݱ0K��YFXFYƐ2[l')�%jI[�\M�L�L%��l�S��[[�[Vr���e#�z,�,;H�Y�Z��:h9b��a9a��r�r����o-�d�e�k�0k�u���u��b��au[�V�֬u�u�.�4F�YgZ�@u[B-����
�z�P[�ۡvZwC�[@��z��)�����P׬7�n[��j65�A�7�������
7'����:��@Mo�5�yԢ�P+�_�Zۼjs�V���]P{��A
4�:�|�d��Pg�/@]m�u���T-��jD�(�1-f([����J��&�L���2jv�SP�[C-oY	���U��-=P�Zv@�����r�H˻P'Z>�:�r�b˷P�-����t�l���P
��P��mB�mY��IP]6�g�i�n��-��?�j�����?����?[�
�����}�����?�y��]��?�m������^o�qv�go��?{���y;��w��}������}���W��}���7������{���>`�cv�g?i��v�g�j��v��`����1��9�������9&:��c��9f;��c��9�;��c��96:��c��9��ϱ��G��q�����q������
�Zk[�_kC+�k����Vwk��V��l�x�&�vAMk�	5��ja��ZWC�Һ���-P�[wB�n�:�z�h�P���:�z�r�5������LR�յ�C�n����mC%��P�:���M���6j^�"��m+�^j[��m3�ֶ^�]m{���
@n;u��$��mg�.�]���v�N����}Ԩ�1P�v���mOC�'BMn�
5�}6�S���/�Zپ���P=�۠v��A�m�u��Ի�'�>m?
u��"Է�P���J�ԝ�P#�
Pc�(��
tơ�N����iN���΅N��|���'�s����N�����N��<�Ώ���y�y��9o8��s��\u.��5�5΅U���ª�
����.Z�\��).P��"�\�\�\X�\+\X�\k]X�\�]X�\�.�u�=.�u��u�c��.����\\`�u��\w䀻��#�X��c�X��67V8��M+�;�.�A�{���g�gC=�a��n�^�a�W� ����榕�����&���G��np��
�������{�M�����փ����j�x��y�xSO�o��7�ty�M=3=�n��g��Գ�o�Y�7�l�zvzv{�'�h���&�G��9�9u��<7<��3�M^�R����q^p�m�+o���y/����o��7��›zyA�w��y�zA�w��y{� ̻�¼^xS�1/������{�o��7���›����7��|c|`�g�5��o�K��M}}𦾩>xS�l��o��Է�o�[�7�m����M}}>xS�~�����w�o�;�7�]�}𦾻~���?���-~��w���?���~����?�L?��w������W�����������ќ�ߏh�ȏh��ќ��ќ��ќ��ќ���\��������@[�����_�3���/07���/�"�k�/�9�������������
�������� ��� ��	���-��� ����/81��S��/8;����/�<��k��/�1��ۂ�/���A�<�A�<��A������Ն�_�!�B���C�/����u��_hf���C�/�$�B�C�/�>�B[B�/�3�B�!�:��C�/t*�B�C�/t-�B�C�/l
��p}��Dž�_�-���0����/���a���Ea�^�a����0��	���@�����_�d��φ�_�j��o��_�E�_dD�E�D�_��E����������Y�5���m�鋀�������ȉ����������F�_�n�Ek��/�QK�E�Q��G�_t|�E���/:3
���Q�]��Q�]�-Q���(������Q�=��Q����Q�3�_�>�b�b�/��p���1�댁�����͍��آ����������m���Xo���_l �b�b�/v2�bgc�/v5�b7c�/���/>"��c��/n����?���8��O�����8��ώ����8��/�����8��o�����8����_|�ŏ�_�D��O�_�b����/~7��	�hH���%���K��/1>�]	𗘙���K,I�����K�O��Ė�K�L��D�%%�_��K�J����K\K�����K���/Y��qI�_�-�M����d>9!ٙ�%�'g%�&9a�Eɥ�I�UrmrCrs�Ӕ�M�J�Ir�����cINN�d����$�%y5y=y3�)I�TujD����2�l)NDʟ���)�Ajbjrjj�����S��)~�S�S+SkR�N�6�zR�R����R{S�S������M�H�{�:�:����w05������-]��nH󻕶�iw�ߣt<�M�O�;��JOK�L��N/L/I��^�~%�>�f������;ӻ�ؿ��q���q�?J#�N�I����Fĝ��Fĝ� ���e�?Ȍ� �i� ��f�?�$3y�	�2S2��efe�?��� �Y�A� �R��̆����^�]�2�2�dg�?��`O��<�=]�B{���t�;@�e���dGe�?Ț��d�Y���,��b����,vw���POe���.�bw�]���.�j��lO���,�ٽY���G���b���4�}^�\���Y����������9�rcs(G��\0��A.�C� 7)��AnZ��ܜ���9�r/�VC��C� �f������9�;���9�(�rgr�.�_�F����/_���y�o΃��7���|jB���_~V����_~i��_ʃ���<��o�B�ʃ���<��΃���<����y𗿞�;)X���
�
�`.�����
��+�0��
3
���*�����+�,��«�W�)��Ž�+�-�����w��i���_���+�*���^�-��)6�-�EPWA]1[u�IEPW�Vu�9EPW\Xu����^)���EPW�^u��EPW<PuţEPW���g��.A]�F��:@]G]����:�;@]���u$;�P::;(��ށ�cn���E�n:Vt��A�ul�k[;z�vu���}`��pXc�~��(���!�T�%E��(�Z�Ԓe��ߑE�Կ�ei1��I;��v��R;*��طI�˒,���is���R?{Iw����fqK��{*��c�Q��dy����N����/��f�i���I��%&-t][��_�U\Rj�v�jb�>��I��袣�#=K�dyCj���AOʫ�}�=*����N�KXji$�/��Duh|0&}d�u~�� �U��$�ҽ�
��M�ݤ���diZ��_&�oIo�cb���<�ґ�&^��5�Z��d��P�8�Z����ִ��^N�{��NQ�y�XX&S��t���u���R��L��\&�� �a�,%�_�r�dPZ�vR?'S��}�(�/��Yt�3��tKŢӛ�����.ni$�,����eOv(=y���䝢sQ���&��e�|M�:˓ԫ��RI����]W�Q�i[I��g��5�Js�1z��(���M	���c����E��j�����2H=�&�+���|�^��e�YL��꛾G/(i���I�I��A�o0A�!��U���lz��(�E���AD4�K����yj���ctKI��a-ͅ���|y��U���R?iv�Q��G{�R�{*ko�Z�1�����~�&��`�WjF�9\U�Ny<���T�՝{�!QұX�H_��^+ǜ����#�{�{�?�%�S�\�#{����\x��k7�=;]WɾJ�G*v�%?�^<4~����Gѫ*Zz���T����U��JnX��U�++<��SaO\W��NE��/��M�U���%a7Ld��ޟ��ֲ_@ �V�B�5\z
m&];EZ��3΋h���!�D����{Ⱦ�ؼ�:�J��=���J4����և[Î��rlCɏ��odi��_#��aU�؉��}�b/�n�3:�3�5j��9@#Iv]��:E�e�CW�H�Q�%�]���h��8��B��k9��TէL{�hiT�K��kɳ��r�#+v璽G��Y��>��?V��S�֊]Ƅ�gD���E};E}!�V�*�GV�Au(�k�\u��R�����/)Ɠ��E1^L��V����W�k��}7ٷI�d}�'"1jK�dx��Y�f7C��Ȗ��Ɠ��0��a����=K\���\�~R
?�J�:���O�ސQP��Ӥ_�䣸]F#V"%�D�O$���.=����	�Uޝ1���}��o{+��������Q�.@�m�o�]�����=�WvO�I�:���T�{K�TS�C鴏ӻ�w�}�;�M��1�.�������Y��H�H�E�VN>�3�c�[��X��������cb~}K$�K�)���<Y��h���$�[Y�y��b��L���(�CO�5��~��S/�&��z:K=�E��>S9ַ�}+�B�����A�#�M�l��0�P;s�����ߡYcl�%J���^}�Eۖ�ؾF�����Z�H¿{�`��W�{騽�즞��|}3Q�b�X�TGZ�9S�M����P^;�s�YMoy�@�Pb�lշ�ޢxƁ�AY�HǪ��'�?OJ�.�ש>��X'���ܤ:��#�Έ��2��G�P%�3l��u����scH�uCƍt]3�f��;kx�o�r���ܛ�*��D9%�d�9�JfC�F3q��b�]�n���I84�
�c_�r
|���ߐ���W���Ⱦ_�*�ߢvhon<��#9�����Ԝ���)�3�������J��d�wH�C�%�{?����!���%���������S�Nњv���:�W��?���G�I�������*m��5��U�\�A���23�I=�t���_��zF�;DGo�y�ceH�)ʕ�C��=���(�y9��UO�x���%׊�<�C��_���I���*D�e���B�B�n�.R��d�F�P#/cUϲR�Du5Tr `�5��u
�~Q�Ѻ7�U�Z�W��(�t�����=r��yg��ց[4_n����њ>����_�9����|�zP�d�Tm*�GemW����X�u���Bk>�`Mω�����?I��-�؇���,���/Q�+뭾_���]�C�%#O�C}62�UF]��}�ġ��������k1h-2�!=��Oyp���SsJ��6QY[躔�K��Ϫ��A{)�vp^�;dG؍_R?Iv�F7տM�o����#��.cN�n�>��uT;�vѦ�I��5���ܰS�vb�r�oi)�n̥vhm�;/�^P��=�<p-rm��^�Kq���OLj����
����4V�e-P�圡�AeaVr�]�N)�3�Č�|�ܭx(��Q�j��q[��[K��/՗Ǯ#6�/�짉�9���k�W���J��t^ةiWr�j.�Qk��\�N��ڵW����.��Aʭɘ��A��`M%�Us�i
,�˻i���)Y��յ��{i)x�G��I�J�L��J}�K���OH_��W����t�}j�� �e�ԇ'�P�[�ߡv���#&!n�?&�v)Y ��̫]���kk��3r�bгE㇤GQ�Q��J|��J�%�I��Gh�����y<�@�i��q���W%�vM�d�����eI�ъ�odI����Ώ�DL�#a�ߔϫ-�%٫*�ډ�����NV��~�_��yu�,��O(�ɒ�?Q�QY�=�����|f'��W��%����ޑ%]�{�y7Ȓ�y]��,����P��,�gƟw;Ɵ��?�%������H�we�ܹ�k�ҟ�,������&K�s���׿���[5���������Sn
;�{}���ڸD�E�y����!�B>*w����R�[ч!k���Ԋ(��A�Yų|��W}��v�b����T��4��μJ�S0�g���[J;���Tگ��ۣ���|����KOC�N�S��U���x����b_��v����b�S�S�K�̫�S�;�����XY%wJ�9]�:i�U���Jy�O��﷋��������?�9��|�@�Q3'ߐ�D��S�K�~��2����n��+w���yK�sz��Fvj��o��|�V�yC#Cs0�x;�S��+��)vO�N��J}�.���ȼ=vU�������R�~%ϿL�{J��ڵɧr�kK����wߥ�ݢ��E��u)�$�d���TjVjX�L�z��h�^��6�哵_�����V�����@��=R�=-[���0-���?.�'e��Žx�Xk�΃�2�?�o�_�y1��'��S]�ɩ���長n���2��%)ic*=١��ii��ʓY�9H�>L[��\�r���c6�-�?a���D��:���l++�m� �;�γnv����.�
�2�y�]e��md��6��?�f��z��?��������g�/����]�Em����ֱ�گ�����_���X���jG����v\Oi����AQ����ڷ�K���u�����W���7�FT�`č���a�����?6�֏�Ƙ�	S�ɣ�1�L~�kSȔ��OƔѯ��1-�Ѵ��O|���j��D�����l�~Q��F���ڙ��;	���
���mC�>�x�P��~��"�o��5�
�6���Z=�-��g�4��f4/���wI������,��#����y��"fҖr���K��Z�k�m3�|=�z�v�b�{�����}��CD�d�X�Q~�>�ˬG9�hf&�ҽ'O�"$�*�No��V��Jzk�ڿGok����(���-��o��g$�7Eߪr��Tj�M1�����Z�߲���w�4�|DƲ�����-f;���c�l4��uҌ��t�V�M·�!f�|2�Mh�·j��0�(�a�����!�Qn&޲�о��毉�_5��f�;�hR�h*qE�+��8i�"U���8���Y���m�/s~mį�������DT�:ŎW�2EvB�m*��F��,��F��,���*������&�S�?�Oh|w���3��wN��ӎD��S䟉b��L����f��O��|�Y����3^A*1�r�,jlg�T����1�Ō�"`���_=�-�{\%��_�+w�twG���Ld E�Y<�O[DF^<���?�o��[��/��;�����⯑���o��=z��u����R���{���!̒,�M'�¦�Yl.����l{���>e�`Bo�(��$]+��Q�P0Q=^�.��!�9������_�l��C���=�ݰڪ�\Q]/�t5�!S���rS��s�	���i1f�H�5����8�#�z��i
T�����fL�"0���#�#��K��/����y��/I�H�մ2�����w&Qassets/fonts/OpenSans-Light.woff000064400000234244151213253340012665 0ustar00wOFF8�FFTM8���GDEF��c�[�GPOS� �L�OֲpGSUB��,�1�OS/2U`��!cmaph�YD��cvt 0��=?,�fpgm���Zgasp#glyf"�ՐR�H�head�56q4�hhea�!$
��hmtxh�֝eS�loca�����jmaxp�  �lname�8��<|��post�8�'n��Qqprep ���{�x�c`d```fpR�s���$�7����~��6�$G��dGKtx�c`d`�����S�ÿ���@d�R
�?v�_/��Jx�c`a�c�a`e``5f9��0B3�e0b�Ā00�w`P�25@|ww����r�]���񏩛��q>H�Ńu�R`��}x��W
p��v��}�)�X�&Q�t��)T��$��!u2$�1iHb„v�V[Zu���Sc�3��!DEM�h%/Z�a���C��hh���w��&<IC��7�����9�;�\���}�u��lr&#W7�gn=j� ���dg��X�ע�ߪ�}XjoF�u���F����b1��$���z�?�'
�!Q+�V`N`<�
�FH�MN�^�A�y�ϯ!d�����D����:9M��g���9V6��WtH�}���ـ�-
�G�!k&�p�;T�7h�G���;u/:U�
�
�L���ޏ.�۬~�Iu´����z��$jU2�����������HV1U킥���6����Er��?b{�;�ž�&K}~�[�Bw��ܮ1_�(��w��
�0�`&1���ut9s��[�VL�B����9ݘ����Ȣ�����
�/�����}�4�Y�WY?Ă�zXX|1��n���.�4�(��)���������!�y��b8��3ò_�3��w3�lb��p���O��,�,15"K�z��Z�����>+�g��?"��i���/�����(5"q*:�XP//��D7�:������gW�(��e}V�m�J��r M�]�\���:�w�.E#25kt�&^�+eѻhNb��׽h/��:���v�7�8�I����سϻ`Ⓔ���]��[�z+)��C"��/g���H-'�?_|f{:y�8x��C���T�&>��}�5�{�~y+1C�u��u�\�aѾfO7��}
ל�\t������[A3ƙ��]$�do�oM�m��\���&����ރ��o��{-s:�,����ᾘ��Am�r�����1l�ǩ��М�>��^�;��M��~&n�9�ez��)�-��)���[��ǖ�sL�����u�9'P�=���?=�w�K�^µ�%��N������}��EG�:o0��}�`������s�%O��oCg6�*㹷`�nD��5����зm�~�_�~3b?��ao�W�Ka�;Hp+L�	�O0/n��;��-h�ю+�+�i����<�@��]��qA]���n�fl�=��y�<�C��s�'�>�oϠ�}��qt�Ȥ���Q��+�U��7##����d~�>Ǣ�s��}	�\�W�슮ǒ�Y���4g-R�gH
��6�t\�v�=)v��p�>�q6�j�B#�rig�k7%�Q�����p|*��r��R~?�t�5Ϳ�>2�����w� �TN�ROy��fڐcb^��|��F��CP�ml���3t�C_�$��1�H�HN~��$�7#�q=�ɠ��/�-wAw���`܃��?�,��(�5r�d#�q�ark�(�c]���E$r�Lg%�r��?�C��&g����xd��,�q�S��	��Ĩ���M!��0����k��n�b��HN��q۹v�G���Y,QH5��}#ͻ)��ĽĞ���OG֨��~����������^�g�{���wen"��(S=X��.�0��@����U�x�1��5����l�{1/?C�%���1���s��;�������}���x6M�d�1���d�>e����a���:�T�<���3h�VYG��Ï�+<s�b��3�uj'��3G�dm{��������d��e#�f,S�=#�Ha��(�G��k�����1�D��!�#��T�\���T{�u�h<�&��_}֯5�eqD��f���k6g;�b���r�W�CM�Y{�K�a�b!9���t"E��:�Z�8ͻ@k|j��T�;]���h�� �
ӈ���\b6�n?�|���z����<s��w���?g�4�>݂zyVI�k%�X/�*�b�s��At�z�����cuqI�㙾�y$Qj��n����S�|�п����̹%��$w��Hw~�
�iڿ�VE�ʻ�y���R�H}����g��.��-��mt����j}�k��%Z��U��a_��Ӯ��c�X��/A��J<�.��zb�0TY�q��,��F���7�7M�4��8 g���9�]>j��o�����cs7D�h®F�JG9W��5�L���&�@���
��h�g���3#�.���o4���s'���n����}�d��/�W�z;��4�b�^³�%����ؠ1�wևtV_�x�;{�qs����A
k�����&��]i�K�mD1Kx��ED)��(&�}��3`������:��qx���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8#�I�3"$"$�<�3#"���y_~����g�}z@��7�s�9�k�9�s�9�s�9�\sε����x��?h0),r
q���کx\7���#����4�t�i��^)͐6������wK8���#��3�3�3�g>#IHR�A.#w΢���*�zΎ�=Ig�[�'�e����=�[A�Qd�Հ�� �(�#j�{���S�i��<�<�<t~���֠���R�0TL
&�Y���Ƚh��{q5���Lk����?@Y�,nV"������%,��6bG�˗3/.K/�/\^Ȇe��S9œ�P�H�L�r�n����)p�	�p�R�O����\^�,�>ט���#���dy�y-yμT>.��/̯����A|>���x-����t��] )P��c�Ij:��0GX#���D�I,'ʉjb�I���	�<q�xH<!)H���&A�i�4[�(Vjͅ���™������dYD������2y�����`(d
�"�TS��V
@�LS�(۔C�W*�J�2��T�P����Y�*u�z\T^�,�ŋ&��6�>��m��Iۧ����8:�.���u����C�Г�	�<}��Ɛ0T=���aD��Y��^�,�����Pq�8U�X�Y�����bR�
f�ypEp�2e��֕���|	X�-���K��RC���]�[:^z‚��,5��
��Y�ee�2�l�l�l�l�l�l�l����F���$���g{ؽ� ;��Ap0��as�9����rܜnN������p�|��+皹6����q�+WQW3�⮶\�\����x,��W�k��zx?�~t��Q�,����_�]#]k��6����Z��:����&0
�낃�����B��V�&�Si���
jEIX1_�U�!‹X"��^�+
�"�u�M�M���ͱ�k�,q��,f��b�X"V�{Đ8$���uKt�rk�֖�*�I&%3�ɷM���3��pi��#
H�����Jy�����R	T�*�'2��,S�l��l�Nޝ�;}w6�X9MΗ��q���@~\�^���U%�F�f���vH�N�R|�I���N5���z�g�Ϫ��5�5��Ȼ��ɻcJ�R��*g�kʃ_i�e�Vz~o���%Z%S�T	ղ�˯�_W��R��k����W�������>��F�y�FuP������P���a��&S#��hVi�?�}t��j�Z�֤�k�c+['o�uZ]B���M��@�A�`h�5�6�>)y�d��n#�Q�hmk�ob5��ڛ��BM�M����v�N�b�\�ћ�}@��O7�5K��
�@s_s�y�y�y�y���7d��AnPL�!hH�OaO3��j�&��F�1h������X���%���w����L�j�۔z�~�}f|�z�תh��ζn�e�U�i�,m}mɶ}3Œ5��b��l1O�O��7>O<�|�g![ܖ�e������=������?j�X�"�R��:с�Pw�;����X�x�\�ZǾ
f˴�mf����m��Eۖ�؞nϳ��{��d�؃�a��}žg�`* d@-���@f�5�wd9h�C��;��G�w�:��[�cg�3��rJ�uN���8����%��؅te�.�K�ui]F��s�\�9ךk�͍v�Lw�[�V��n������)�r'�&ur;��Ns'���<�<LO�'���uɻ4]@W�+�5׵�Ey�^��ɻ�R��r����}�A	X
ց:�Z@'�
B`���9��+�+�+��d7�[�
t����V�����{�ߔ�ys��[��w�߆��>�o�o�-�-�������I}J���6�?��K�J�����}���ɿ��A0a!T�!)��4��@n���4
-@��6t��?�@c�HV����ϱ`zP�?���y��~sw������z@5�H������2T�T!]�%���&C����pV��aM����0N�'ó���z�0|AE2#�3"�(#���;���仩w����%
D��/�&���Tt6�)��~Oz/�}���T��� k�{��=868587�4�>�3x'��qo|������/ћ�H�$'C�!�z;����C�!�����	�Hx��}@T���ۖ݅e+K�e�����EEQz�.�^VET����-�]c�
M4F�Lb�馼�T�_^���f�݂���_A���3gN�3g	��?��cz	�p%�LD"��$�Dxx����O4ƹiԬ> ��t��>$$�9t����11�C��d�)"�XHS^��͸�X��t�_��g5C5L��gR���{����׋�#RL^��[F��yh4J�+��$��d��d%ND�1˨L�6*��[q�_���Q�t8�
'�����^-���UU\OUy9��}�*++���J���4�롞�f�p�%�]V�k\
�.�f�Up��VQ_�J"�� ���+**$B����R��'}��*�)A&!
|�VE&�g����&�O�$��H��	�Q (d�/ �y/ɻ5y���g��-ҏ~r��3M�]�7gisQ��ų�&=�|�H2�0f�	���ի��=e�0�f�Ľ�eǀX�`n~C�n1)fR���1}�{�f�RB�o �D�I��b�tV����3������߈�
���X�"!>Q�j�nƸĄ�� ����?�qӆ���l޲��ulckk#%���
�a#~����\���}�㧟~[t�KW_z��+i�G@�AϿ�=�x�ҕ���B���3�=���I1D:n��&Q�2��)��J�H7�Y.1�Zb�hm
��_���Ne@���xo�-R�m@Hx)Z�?��Ա[K�m�S+<��
��WM�{g��n.{rjF���)M˚�/<��V)7m����27�W֯:=�KȻ0q�{���L-I5'L�>+%kjG~Ú�W\�{&��S;�+���n�2v�/�����%9�h���
�/Nx\w	܃��p���AiV�{�5�p-�@�����eM�m�Y>v|Ӳ\2��>3�化��k��g7����Bxw!<�G�":�N-"}�'$��n���Y�4�mِ��['4-�!�Or��/�]��:ҀoW�
�"�9�<O��GFx��XDK�� ����B���*��eT")0����lw�jnN_�{���s��jwVɵ,�P���FnO
Q6a	؅�L����g _��J�b�%�����ZB�W@�0�3�3\Q%WNV�\%W�V�s��Eܟ�H�HH�3�Bт�,&6H+#E�L2	����I~�=�%?��<x`���F��%��BV��r:��	w A�)?���:~��^���%�"Mrи�C�!!ᆐaz�Pa�| =�@�7D��c�G;�gz��`�<k�{�ʆ��'��}\��q�r�dXM���ͪd�J��ʄx2X���g����moNs�葛5�WGh���'׮ڝK~z���J�P��?@��縓�����i��yr/��D��ŅИ$R��u�̈́3�2q�p+tzE:HL�W`F��X��3|�֕�Ei���B���h�ӡ�@zʇК�%c�"��
�-($�L���ȐI�|#���h�28�ޝ���dirƊu��o+�6�[B�+����OL�ޕ3dX\�����Η���u�h�zHC�E��\��*�Ƭr(	
�H�_�\~NHW���� ��5�>�1d�p��-ZSs�w�gf�(+�;�[S�-߽g����7�Z1?3��k�}F�6��+X�s��]�a�p~Ǵ��úǯ\��?��
�k��,�2�W7�)�yR)��$Or�(�$z,��S�Cf�#*ѳ��Z<�O'�s{I�;6��fqk��"�~5�Y��Sl���:	�F	�WG�M
O77?�p�ͮNԱ��h#Pn�
Y�L@��?k�{f>���҄��ǿ�Z�Sjyٲ=2r5��՛�1G��%V���VJ>Qo�C��4X�	��@�"(��nn������2<>��`D*Q�X�M����EF;�@#@l��~A;L.2�l�� �%8�9�ط�D"��OL\�B��׻;����<p�𑎣���ɩ���
#���.�Oq��KlΜ���M�i~�Ww�����ڱ��p�7_HC�P��IR6A4���4��u���Ӗ�LU���=P�gõj _�A�L'<M�pw�D���]�ф�X���
F.^�����|��tI��y]������ܷV��5}�5�/���o��<>�mW5��T���U�3׋�M�^�6ek{ש���3'�Ը�i�Ҿ�+���\���jZI^�U:�TRe��"�w���r�a�Ja��w���/T]�]Ĕ�m��!�7���HZ�6oa�LC��ԣ�v�"�ON\z�u��k��L�|��?tt�Ѻ������oo�"�wQ���$�dM��j��9M'�Oݼt�j�ڜ�ݵg���B�;��k\EfA�?������w�����p��I"ڟɳ�Z&2f���f�9�z�":ɷ�3T'u1D�Wȏ�#�Ɖblb
���U�w��$(�b����M��R������T��ә�Z7�[��f��K����@��3�9o��6S�˨cTGE�\Q���E��]hN�L���g�@;�+긔Ln4�/u�;��{8�~~z}��쬢�0��3��
�4��e�D�@����ƽ��7�V<�|�왣�r�;�!N`]WsBJ��C+
��6���Y>�ț�5(��:��b��D!jR����2)�87ׇa�F%�Uzހ6�<h,��^`&�c��󮛖B
G�]2P@#�MI#T�b{h�����LUH��{(�t~y��	�Ӻ��䗖mJR�`t񄄝�?�8�}�Ƥ] 䭩�W�3�[�乹�i/~
F�6{ƒ5bYP}Ҥ�E�;��k�&׶��tb٭w$h�~r��+s^OL��}r�.���ઠ�K���7�����㶯�|�8�s�5�t���E�!J�鹸PJ���,���a��[�C�!0�EB\D�M�,;��'�����NZg����-���1���d�f��>/������\���3�Xj��J��M�(��^i��V�t�<ch��C^��<��W��[`#p��^P7u�%�l�2�Aέ�~Ƚ���j|a�{乲�u
��zcˆUTĆ�M-�-�쟴,�PO_�|+?Ox@���mX�.���޺���J[���,�O9;*�������֟��/��a�4����׸w��<k�.�����SC
5!A���L0���PÙ�,iV0N���)t��D�ˠ+������߂��Vr߼��	���~��fz�sW�ܻ�����~�sH	�3+h���dW��+S �S?��'7Z����:�{u�5�_�`�a��t[aaPVH�[ ��v��2��l���l���̄@ۯC�����.�ٛ;�t
��T�f0��+�1�����π�:�mmx��U���7�ק�ƍ"�ei�?���T�Q�4��K�po��_���.N�H!�3�.h5�3���/�G�۩�v�MK�:ɕ��}}�s�0�FL,�n�#?�ø
x��p>�3R�p��d��ŽG{��D��k���6Ȥ�R��:��Gk�{@��dȟ�H'͸8b��f��0�P�#���7.�����-G(��,��?VAVX�8�	C�z�:(��ǯD��Վ���za,��j	o���Yh'��4k�N�M6,�J.��`�?���j��k����]$˒�m��5k���*���C�|˸�A�J���_�;�O���t��p�b�S���^ܯ����P��:h;���K��Y��#�D̜�H=����]�'|�%��n����+
�H�09��)��d�o������q`��&�m�+��K���~�~����C��M��:�BA�9�佗�wa��Psa�>�5f�5:C_��U,�ʜI��Q��?
!�:�T�;'4Թ�o��g;���u7�����C�T����f�X��N~��~�^7��!�@�L���	Z�
�y���"���}��~
�l侑�����[��>0��� m6�F�>&��R��,S�B�%sr��f����o���:��Ձ�s�ܖvP�Пy����D�ԧڼ,�d�e)�Lױ=��c��:�=�h�!O��:"ă�}(�3-v�, �������������A�%��,��ꍳbFߜc>�V~dQ��qI��^:�����g*��W�R;���T��[��9dy[͌�p��1���(7��3��5v��h����
�GDE۵����o�#�q��7�T� ^��Na9��W�I�́ӑ��PP�F�PK�8�qߴ}�~����}�ǀԉ����l}i
u	�E>ēX'A|�$TKf��G���=���Ԣ����6������D���lH߫��%����F:Œ�:��P�Ȝ���k���u����(� �D�$�6�J^���_��-�5��Յ���2'�V�cPIUrWV$S���_;sV�e"'��+�@��E���F��ӷ��W��l�.'od(M��^��lL�ň�p���-�:�d�N4� �L��Y1�B�r����iX�M�2���OF�!gY�V��@�NP#8�7ZD�i�����H#�N�<�9���F��/�\'#�U<�@8#�݆/�i�� gWa�338���#�I���5�b�N�k$�R?�0��%���2�,�>3��y k�2p��#�K�ʿ���a{IYy:xp���v�'�| ��%�0!�pv'��:��!�^p�+��Y���SE�B:���E@�2�qȅ��4�wr��&��M#c�
�� �������50����~$�Q�'�b��'��WX����R�X�����\��CLxݫ�)4�PV����"gL
Q�U�+��m��e]B�!�ޤI}U*B*5����io�	��W�
��90��%(!�MƜ9=Z��[6���8���tQ��"��g@���,�q�y@��}�b��ѐ���q��RI�u�!eA1���$�O�����G�jh� �ڍ0k$f����Ujfh��IdK�±�`EF���
!e�A^����N�i�5�����ܱ�'�(�΢��/�^<��������K�q�?=�~Vճ��ro�;�������	ҿҮ�.����w�Hh	[��`��Ĩ��\ur��O�/�������K]~qlى����֨W�;C����Uo��u��t��Ѯ�Z�
�YN��??VdV������
�奴�(���3�%f�kp���O�q��O'�n-qa��U_ٻ���Ψ�p� $ulV�\#x�ﯥ��U���W�����o�xQ?A:ha��؋e	�\jv��M�M�:�=^�I�������,Z���n_m�2�h���N����]W䁜Ut��m��g]H]�n�C��x��f��"9�H|�AY���eвf�=͔k#D���
}B� {�B�����7r�'%�����퀠���Pߥ{vv>U�p)w�/X?ʼn���p��D1��4�8�L�lJJh(���D���j��C�*t�P+	-�����V��$}��g�4|@F#0�����"�5����WwD����O�?���
�ED�荋�0�$�p��u��V�V�y��z�-ڼ�S?�n�Sr����Ѐ}3�쭦Ţ�	�r�^�'�k7�=z�<sNu~�_t[������V�޼�k��Y��e�=�=	����L3*��.�v䳢��泡�$xP�ȫuKs��U-=ݝ��Z���������,)�ս��.��<
g!��p�8�>o���%k&����ށ^�xf<Z��W ��w���"��#"��#!�l�����F��S� ��0�~�g��G��������fL��s�/N�"�t�71����te�&G�	�VԧpJ�ߤRBZ��H��J\\��JX�3���Ai%!C�GI�R$��N��J��s���T�?�?>2`���EY6�a�n8 �I^��e(�&�m�E^mmxć��@����>�A�J�CIՉ̞,t�<$|��=6�֦�<��>C���g�!ڌ��cWO�y�%kZAkOQk�+�U��f�>QijtY�˖`��ם{��E�׺(��2�j:�tBM��)a�-���+kfdP�+�bb0o=�ƃ�|�e�Ng�G3����eWn�t�m��t֫c�lz4��U�2�����
�6�*����M����̹�:ͧ�f}��ɷ'��/9�p�ᢂ�K���=v{kI���NZV�������U�������B8�;��P+Y�Bf�:��f��Ãx؎Y���v�k�9�ƆY0�����\_׼���%meάW��1��§:f�.;I�q_q?\X�֚�ҕ�
a��fNR=�f�⩷Ǚ?���|^�(�8Zm�̬��T	m��8������'!I�`�IF�C
VuE�����Mw�n��}��V^�E,�3
<��	�|�Xd�2h ��U>��g�~���/��>���� ��h��q���YC$������v�h
/��u9�Qs�"�*%�ǘ�t�D\'�N�Vo9Lg��j�ϫk�-���C��Lip�i�YJK�����a�֞�FY�Mϭ�~:}do����-;��:�tn`���e[�/�m��|�V
�i	�2��.��:�qɦ �
���1y�	���f^6<�'�0y|�)S�h4rW�D�H��&��PT�``��S��Ƈ��~��s3������ʡ2i�T��=�����2Kެ9x��PN��*;L2�k�h�2�X���T�#4@)�n�i��tE��u��ʑ:~9�9���k�!�v�^\KV�u΃�yE,��$B���50jZ^5��k����2F����z:��5t^\\��˾�w�`�B�awMK�B} ˄�$�m�
:�z���1�0FS	�H�
�_K�0cD2�R��8���J���n.�Z>�{iD,��_h���ғ<=S�-!�����z�$��0�%K���H�+lN#�C,a���Q�rUb�P��I*13h��o�R�i���Cfq+����a��L2��s	��g��
��89u�A|�x�Є����L�|�±�@W�#�L��D���-f]�3��V�,	J��Lҥ��7:��\����[���Rq��4���*�M����mq��:ɣ�:jL��Z�~�}�,�{(u�,���#	�uk`�y���G"��@�"�A8Qi���~HG'`�C�[�t*�B�	$�f֞Ҹq�����̨��Z>��,efwi��&0�pldeDs1(hZ<�D5p�-Q:)���Όl���
@ǒ��;�ˠ��F�FЫ}UU��?b��A�wZq����}|%�<��*!�L@�3�����Q�-,�3�*g�T�[�2�j֞�X�|l��R�j
�/Q8)������*�.i�z��FTF6rg���r@eg�JEI�E,+ע��h���&_O��%�-ZAEəM���c��
��jLN��>gD�T�_jjKLb���?9�)*՟���疃<���Ϧ:O"����v~>*)2��*����5Rӱ.�n�_��}/3S#��""bc�5����\'���\�$��Eo"ԅJ�-�F�`-�#�-N�L]����ز����f�-(,�r�WW1׏�^U3������Q��'߸���Y'?��0�&q��� �R�R��J�>2��]H��\i�Wbe�9�0D�Ļ�O0"%�m";ȴ�l�z��k
͋�b��G�Oz��1ǘ�C��{�{����f^���RV���JA���zD�ـ������a��|}C4��!!^nZ������sŲ11b��͈�^�D�1�V�P���?�;*oHL2$iyNH���H+2�Od��K� �HNE��$?��lX�ĭ)=1ё=)[��[��xrOxtQՖ�1[�����l�"��[��-e:S�Iy<aY^���Ǔ��Q[S ��ڭ5[j�l�����?ҿʕa�jC����)�@C���ڬ%��(Hv��p�F2��Ń$�((玎�#�8�|������%�-Pj����άi�B�LjO4�@z��X��PX�Q]��H$r�&v��}ӇRZ��@��#���q�C.��"�L�D? �ye`���l��S�O��3�X�6wQU�u�#F־���g���s3���Y���xŘaK��o�cv�*�e����n�j�w�w@uej^��_�����+o�������J��
3�敧���w�篙��R����%\� ;��Pb[��C��x�^���_:0_����:f�>,L(�D�v��P(s*"��N��R$�9D�0��b�q|Q)l;�vSj�$KS��q+Q��Q:�"�����Z�~�קμ�O����g��~�����./,��;�����-YS�LX����s�o�6��C9�&��7��~����'��n��_���i>^�/=}悛[���W�m��_/Nl���5�^��yd�'s�k0"5~�Z*}�_q��N�ѿ"%%�!�f/�q̿�l���h6��N,05s�On-�Ih����x�q�!��̵I��������!�1�2*��#�ݟ;B3����&�b�L�*�z�`�whRJ�����BIK\�q#N�b�6Њ��?L '��x�p��4�'�~�L�ù-ܖp����])�Br��,��
��3���.��H�s�*	b`�Z+�da�
Ճ�_\��#2QN��IFn AG�%��p�#��%N
�/E*=�WP|v0��P���,����#��x�
�Q?of��C�`�'`��L����Ã�&s������%}��F�q�Ϫi��}�r�4�+�̪�о-�f�_C{�Jx�^9q����K��$ķ���X�Z]8zuu����Uխ�sZ�ϘA����z�ȂU5+G����:gNk�|Tw�H��v��$��..b�D��7�(���g/��L��
�ճ��Q���*������ɾKx��"wJ���]£�t\���i������ڊ��I��G?�6�\�"�I��1jZs҈�������f�-��ە(*��b���gV����v��p¸/�l&�#e���`�R���vW
)�?�'IJ��!�;��^�h��ƒa�RBRװw:Z�')帊��^�e���E#�J�F��B���'�}��!�>#��WRf�X�����E����3"q.�SӮ8Й���Ҕ�;���0qFA��(.�`=���r�e��O������̃���w.�1�s�$WGfyf��&���O6_ZNV
5�\?��s_�^V,�o0�t0*"�+�̨��F��ֱ����"҉�go�e�v��on�z#���d.�#��"h������$7B~N%�PW�D4�s��v�V��"_�Z3[���&�Gն����T�}\7Q��LFfF}��
���ST8�^��DiK%0�!;] c|�+�pW A6��Ii
�j�f25� ?@���>�dr8�O�2�#x(��&���F+��@I'7G��wmZ��C-}&O�:m�t�c��;w����:os�܎�k �,��S]
}
R,q�J%�3p5�b�1�*�{.xs_�<n=w1xq_�\2�눀A��0n���%ұ0ne�33�YAD��[����
��rSR�����,Ӵ+�4vr�7�)�GJt��������;Ȩ�:Wk�PW�����P�u��f����m!@QBEq�`{mw77��5�
�ё#��v�����c�w9�r}Կ���]��1����+�H"ؤV��{�U�f�������0�7S�V#T�Fi������cLҿ�n��+Ϛ�����H'Y�NIN��(EU�����C?�����l"�������EQQ�fCt�RZ�	��$�q��{��7EftTy�ܜ5T\�%ɦ�C;:�t,^<鹙�!ik*tWe���*�[�Mi$)�7,�>�U��
C�o�X�Ǘ��\}�b�d87�
�+q-��ILz}����'�|x	��M����j$�e��L��;�͸oY�k)��iC}f���a!!�끵󭥜�z\�9v�P�	�RNtҎ�E۔���""��ل��N�o��>bL'��7cz�c��O<��1&ۘf�I<&�1F�\�_8�l�7?��>?·'�F0��I��D\�"�M�X,�$.�˰�Y��.�1z����m:�f��[�:yc�炿�JvSG-u�<�2r__.8�LҖ~k)I�@|@�u���	A�]���0����񚕤}����͘�0�3�h�3�Ŵ�iHG�!��x�(��c��a�L�v�I>8f�S8&���4�Q�Ɖ�3�;�qr�v��|D
��2���L��P!��b��4k��JB��F�-*�D)	��2�?��'ɚ{ k�q�x��C`*���M��t�����oQi'y��<5�r��r�\T�)��;�Q#ϣ 
�I-��	׸a��{z�1Ȩ��IN�cB�c�t;���mL3�И���msM"�`'��xb-p�)z�yM*�PNR�q��!��4��ң����pq4$^�Z:�,��qK2�nQ&x�^��-����ܒt�<��%/���b�
�`tC1���,�F�����*�:9Hĸ`�V�-���~]�n�m�IZ��R�"�߄R�i�,�P>���9�j�P�ܬ��
�U�<1?��}rʥ_f�=��C�l:�n/'�u0�d8�
�2Rw��n�>��ԟe}�%ga׶�ZI;�'��:Ho\���6U�uxO<�vypL'���Ccz�c�O�ct�1��L"z�ކ��҇)x�LA�taXr�K���2�d̕u�����+M�*�?Rą�F����zf���w�?ko΀���;�nMy�C����oN�1�ܟ�,��l[t|�5J�~D:�1I�R�9^b�TJO�CٲF�*��*�J�� �RjYYjHY��-���MKBk��/�����\V����uֶ݈�������2G$Ef�3��nͨ�&��r�؜�ѡ��uYê�3KM��CW��Jo\~�rh�+�5bu��y�^��uI�D�<~��	:�f��u�����0�cXМ�F�ZG��a.Y����2�A�s-���H��r9O��+��x$�p�F��D\���)��ݳ٠�Y�ƱD�����i=��G[Ѽ�b��&���q�Q��A��Pm��oPMb��Yz�����x�nCM�	��	OM�����_{�.�[���to�<b��n���΂�Swpq�W�d/A�6F|�.����b᰼卓69I�v���G�_ձ��._�Uwd�u��s��i�F5Q�^�y�
��F��a��{�g����f��u�xLăc��W��	��:��j<�oxLn�"!Y�����aLg�Cc^�c$���m�ȭ�������&����Åd��3�|��x9��ID3���������2(��D�n�#~���3�83�p
>&
J�T����G��3~y��;��;7�5}���U��$�ڹ?�~
��|{��ڊ�3�>�/Y˪u#BV�t����s�Q��m����0���"g�.���D���N��l�Ґ��k8��
��~L��=�S1m��O�cd?����1>�1�>�c"��)�Y���=4�0��PX���3P�'
H��s]��<-!��|�K~}	�׬��(��(�2�BC����JnJTHXddXHy�������6�2�Jρ&�t	&O��`77�Z.2��%�(,L�ki��
��&AN��s��g��?ЩS��]�5ef���t@}5fS�i���!��aϿD�j�(b~��E��0�>ٸ9�υ�`�1zE솑ov5>�N�h��G�LKFdL'�����g���b��.6YyhL'���=4��:�׏������OW���:֮��9��^�ˈ�����(��0Й����"Tv�*3�
Z��	�ہ�XǚCj����MN��=vc����ȶ6�d��nm��q'N>w�>5swi@�:-�%%z.K�g��9��}���?~���)�c=�ׁ�ZϯuZ��@8��x�I[�Xh��h�E�&�l]��G����b�
N=`0�Cpn����y�t��e��}����*�m2�M�D���E��|�߃�>Y��6�y�=�Az���pa?y��d����c��ĵN�Cp|�p �p��3����4>�����S�`8���Z�M����zN����_�t��@���1��$򿤽d,�2�
�G%K����C�#"�0j��^O��0$�����AYP����,[h9��8Q$5F��W7�"d��n�^�,�jXWue����.�Vw�&{��Ԗ̄��O�\�^�'���?~����?~��c>�\�� #���6�����@�'���lpꁜ��s������߇���io=�k��ܱ�iO>�܂r���E;��O�^Z"Ԥ�+
?��Xoo7J,5G��U�7�E��x����2��_%��%%�nI���ꌺ�c"w�}�67���Č`�c*Ƶ�2���L���q?"/S���r�j��V�� �bB0�A�_�p�\�2��1�AƗcY�JT̳�+�����AX�
>���*z��6X
�F>���;6X
�Ɏ�VX\���Ò����Y�uyɃ�?�9���?Ǹ�/���3��n�/!N�3J�k��w!e�7	x�w��+��G�`RIi�J�J��C� '�M��PM:ĩ&|uU�ՁݚV�nݺ�.����P�G�* �~A�U}Ϡ��T�ϖ���t«�4�@�U>��E�q�V�t0*���zt�M�w9�K��<�V��m��^�c�Ṟ̏��Ϭ�'O��^�\���{�u�� !�p^���5�CzBZѐ���lKb?�7a�;��C��#��n`���z찠E}X��&�[�a��~B�0�����a9��qoCX��q��!HN�b�8.�`�a�Y��χJ�<��h����Es�u~�b<?��}��?��x�Y|�:;�fݣ���ºo�����ED4I�9v�Xʊ��[D��x=ø
d ��h�wy��l�ﭜ���@ՠ��G�:��4t�‰�e�X��=˥��~������b[�)\�V���.@���N��I�.Ť�4��X�S��Z'7��	��
.�Y�����������tA@�?����y[�;V�'��z�!W�cW��pL�0&ʯ䌔$�'ؔX~5<�\H��+���ݳ�߭�
�E{���T�m��_�R��D�I�aɑ.,����ê���P��X��3^���mR����"��u�T�1��Ft i����*�|;ȉ��dHE�L�`�^/���'�+�.��t7R�a�E&!T��&Źő'[�G�BvW�AX���-���t��xO��:��c:�{3:k\�Sޯ�d���}r湯�<��E��E{�F8��c˱ׂ���y}l�x-я�us�� =�Xi�O���i({�~��QKݜ)���4���Nւx�v�vGe���J�҈����;l7�a�3�p+�A.��8�<���y��eLo;s^*��~��������DQ���]&���	j��c��Mb�����e��g���'C7��g���%r֧e3���1�v��ںg[ݳ���<R~reSMW�Ֆ��z:^�3`��e��v:��2���]/���::^�/c8A��m�SO���S�c;#c��8�m�w8�x8���\g�t�~c�`^�wU"M�A
�Y$�PR����Hs��_��r�|�e��BMk;����3��JQ�r�/��hK�в�<�kp��#[A�G�o�ʙ��s	U:�r�E���h�EP�駠�Bm��7����+q�q���5�(�.�<b$���<]PP˺A���̪��\�&D�B:�K����o�C�N��_�i�y
r��5����m=5�O�����m�N����7#���^|�x���F��C^�qYN�CVѥ��/���>�~�n���G�k����צ�f�zwC����+��Z����q��?>�cEW���;2x+�1Ἆql�6c�$�V���������=�y����3k�y�y}�yYP[�5�����`����9���c�u|��_%�I�suv^���X���x���c�#(I�~�T�?��3'��y
|^�um��v��>o-q��_�m��A�J�.��O����'�� ]P�?G^�z*�yS�y��y�h;�=༙���R�_��\�ޔKX�R�"D�v0B��wg�o�'X�|��m�QC h�v�W�ɬ�z��j�	��}$
U��r7�JE��7�LK�����7��H����vR6��IdNi�e�ї�lgz&۹_30���܏��n�6�0O�;�1��S}>�q{N�
N�+�� ��S}>����s������~�_68��Y��<	�0�̟;�r��m�A<>�"��Vp��q�
��al�B�}"x"{���c���2��.�����3ԏ4+��@J"����|ge|��\C�VF>���.)�O�/�7$fG�'�Y�}����S
�m9]S���ilˣ[��pٴ'�ů�Lv����t^�޼����r\+����%9�Q����zN��!>�&���s�>��,��g��"�h;o�4pR4hop���Y�n<��S8�^�+�
˜D�������n�}�|n�A88�k����Z���%>�kV��G��a>Ccl��u�c�9!�%$���w��#���q?�jn�y\lQ��sm��Z����R�u��_��D�7�u:��L&���U�X�`�7t|�pCǡ\��-�J���(��6xrߘ��D�y�	���~}�z�BV�,_��`y__{w�[�$5ϡ�t�C�}�Xo|��n0h5
Oծ�=n�))���	�	F-�	lo����������q�᡾�0C����=6����?/�2�������uy�=E>l�׍ǂ��Xakr����r���	O\
�V��i�Td��]���*t�叔xDI�#�KOy���O�W3N���o��j2!���/\z��`߲�/⃤nb�it�4:O�?�\ָ��3��V�u��a�{�B� ��}L2���0 �T�ء�M(�ãD��=(� �E�m��?ǹ��/ھ��r��,��޵`nm��2ٮW�?�ze5�<!܋ed�7Dj���ۗ��X�X"�q��,�^����K�1*ݔE]����MM9��l���ǎ�;��/�&��߸��t�_o�<{�2tߎ;o�����Se�f��Y���u]�p����>zV��[����_�}���!�@0�q���kp<��*b��J�t^�X�*=�����$|�0�S�T*��G+"���SLLRR������e=���
)�v}$�J�[>R"���Ze���KH㐲9
�sJrH��7,[n�N��)ָ��\]]EiCJ��))u.��閞;2�>�h/o�9���]�7<�
%��[��$o�P�^NZX8tx!8&��ꗛ��K0���h7�Od��x�'��E�t��Q��
M�N��5���WV�C�k�:��WP�
j�(��3@d�6e�*IIkL��|'nj,�h�C�ge��$�g4��7���d�U�����a��d��Z-�F>���Ag�l�[G�171ߌ�p�q�	1�Au��J;��3s�Ҡ���C���9��,=Ç��4�>����4>�$=�_�Ϸ�	�1�r�Ȟ9�yDsdž"����0��~���q�Q�4/��{�X�@2����1:O��Of�<[K)n_m�R[���RrVO�u�.[u��^���şo��Ϻ�z}�e��s���u�RW�����p7���@�՚�bZF)������3z�� ����(�S9�Q�<"�cN���pg}§O
��t��t��C�N���YL�hڙ]��S���R�T&
	F�i I'E`�GY]p~���#�+<�S��*c槦ΏQ�N�!����b�Q��,�J��Zu�A�ey�I./��1��
�Py^��ٕ�A ZV�E#*����Ĺ�V��٘����Xs{Ԕ�E�����'����!���e9t��!��a��֐�OA?�X�[�d�8��oq�kK��2Tw�S��U�9�$5�d4����nfGM�����Œ�b'.̅�^
!S�+J�fb��IFg�d}�����a-��{m��i�1ݾ�����]s7F���C�
�`c4�l�?� �B���4F�c:b��ט[���#&�P;:'74r����T����V2��(��������;	d2g��N,�qU�Ra���ڔ���B��;�H���n������KF����.ՔQ/�Y>"C�v�u&�(Y�����Jiu׼��]5����E�,��fu�i4��gf�
��Z.�:��E`��ܧ�L��:-��g�
�.P�>Т�����c�o�����O�q��ρ�I���Džg��j���Y=�DC:�����qh�q��%8�$�i)}�kb�C]�'~_4�)q�]�n
p��� �K_0�o!
a}�`|k��ٯ��r���2)��WI��	�B��nf{�������rW;�P������\��_�jX]Ԍ)��]y�N���7��J3�r5g �,��
˯�W���,��a'-G�`�z�Z�..�hX��eJa��8�gp|�g�lb3�<�~NRy�kv\��+|H桄L��k����ۍ�,�M��M��E���W'��
$1:j{��b����R��uVB�?��!��������5yO�ꓢ
�u���a���d��s���3b�Q�f�5�v6�i�+�mu<������~j�m��ӣ����z��a��X�x,:C��G:>�w+���Qc�����}
?����@dBuc��ܬ�e�`{��6��ρ��R��W��j'�j��&1E�h9'q%�~O���=؞�u2�ڧ�'�O1�غab��X�'K^;�[���*j���x��v)�mh��oo�.l)�u=h��$����H��q�?qO�|�O?%�8�{IJ3�!�mck�NW^o�p<gcQM�5fǿg�k��߀�9L"aE��X,O��^�)�� �k,m���
1���M�ߝ�y\Q�j�k�
�����ړt��׫���f���)^���Q�e��dά�v�x�+���I�^5>��"(�dLB�u������s8���ߍ�^�����e�_7C���A�������0�u��穝uu������z�c8�dBo�q�Q�y@~"l؍���Nq��h�?�{�V�?$����{>�ko0�(�T$r&	Ԕ��E.Tg�U^_�I]֋A\�Q�� },?S/[����"���L�2�9��XZ@�5O��N���VS�1�	wB��)�xh�)�^"ѹ8#�º>�f��ht���m\P#c2)A�d3�J�o�*�Pw�f{�ov���ޓG�����C_͞�s�5ﻓo���}Fm��X׫ݣ�3�/T���;nN������;;�����j�g.ě�?�u��>(��Ѱb�����z�#.�^g�@���"}X�!�`��o����<�m�G�[N|U��E&�K/��E�.�s��Wj(���T͕��SB���$��J�)�������T*q�f�Vhb��J��A.Ql�����(��,o<���:8:�H�>r����d����j���L���{��^�(��2�>s����|����yue�7}�"��{�������Dy�c������l9���Վ�(u06*�c�cN�*�A�N��X����D���{ �
�a����|�B>��؄��9�ӕ d�|�L�-/�����ڋ5k�ݝ� ށPM�84��~m��^
��&qSE��V�;.|�I��1��ӗ�9r��-9.���e.*I\�*X&��+�F;9yծ͙|{��ǻ}���U����k�i�����Kk�2��;�#M�xҫ�R�A�-'QhhX�v5+}u:W�ك�Z3��ۻo	�����U|�V����޽��	=�������g��f��a���ғ�/�Qqb��I�Na���t�{ރu{���'�,��Ԟ7'W�]�?=>�ҁ�;�����ޅd����UܫNc�($�ެ���CN�Ϸ:ڻ�*��&zG�s�@�R�-e%^~�@Ng����.�z�w8m���W���*
��N3�>�@:��fo��d�A��,��@A8�����<�)J�*^�Y{9.��lCd�ƹ]�5�8�6������ꦊ9Y�>�yuZ�as���_|Lqd��JS]E�iݳK{>�t}���6E�՛�n����~a��Uu�����s`����t��="�$�Pb$
��\�{�y���,�fe��!,���x����S�N����ǟ?qۨ��-�6�ON�4�/֚�;��p|�y��ȿ�j�c�eށ�[Ǣ���Tj	��{qh<<<=��)/�L�6�����$
Q$��L���.Y���~��8^����i-kz�*��˻��ȝ%o���ߞ]�o���C�/ώS�iPh'�Y��?_��YUx���wf��P�H��֠�p.���`�C2�f�Db���w�|��P�N:W��_n�OZ~rU�(���m���ڡ�"̐�|�p�CԄ�)ܕJZ#f-��Q�i�(A�R�����I�;��nܝ]��.�c,̩gΊȏ�3�'�on�9�8�4h8�����A
w�;�l�.sσ�`�5�M�
�,��T��Ae�
 n8�ý$�z�P(=�<6M**;g��A�½ T�j?Γ�:�#-��_$�kR�
B���J͌��dH��t��G�́�O��.�@��C�G�Ũ���-�u`��G���H$��ʰ�p�G�Z�2��n�:��	����ƙ�}��#�UD���X��7-%A71���+���D���	�zV*$�ފ��3�k��F�i�`�������j�6���I�G��c�|�-�.}�fA�	e E��5o����B�T��Ǧ0F��vB�;t�
ߠ�-�.�B/1=�6A��U���pZz��*ݰ҄jrwv͙�U�l]�ʔ���&.�Ȋj��}@T���׮��GG@8ir6@l ���
����X��^��%j�јhz1�X�c���f��E���}���~���vggggggg>���1���Jpl�Z�DW8�d�
3I���e+�-�_Z�s�ԅ�%��_�U}{��L�J4[��#:b��RȻRB�1�{d.�1�*u&J��c4W���s�F���n80(wt?G�Z�YU��C��O3�ʙ2V�4������2B��,��I8oi8>>��1�%^��+���v1y�ێ-gWȥ�W�">�6���ʒ�T]���^m�r?�9>�䓇H�Y߲����$��9�o��o��-K���7?�n[i�"��M�P�&�6�v����u<�كW��/�{����ն����G�'ykk��1�]l.7���‡'؍=���H�(��o0-<1�)����)K���!/�]�p(Y�ٯ`��L؊�֣x����˽������䥀}<ϵ�v|���>W�Yz�;о����~>� Z�����R�ϯ�>������^Ti0!
���`�{��80���q��SE\i�7n��>�G���mtn��r�"��X����%Of��Z�	�O��oy|~�NU5�嚴$9r��ǟ8v�i������8��=d���w�R�n�9k�΃��׸+��P�����aɬ�J-�p�}:�xb�����<`֡���69:* +=�?� oh�1�W�]7}Oɲ_��Ƭ&����_��=����힝�L���O�[��3�_[e\,�.[u�c@�X��&Y���&@� �rz��p�^e4IC��x�B���:.g@��0����f��򃃮N�l�FL⦼��k���}G�r����� 83����R�!�C289��'�}�W�b�a��]7�⋣�IW�\)[*��gd<��E�R����4^���(�?fᅊ��0���@&��-�t�k5�����>Ys��Y��Ϭa��3%��~���y3?_�����a[�<C�|�<�d���u/<�N�2��$u�4�-�W����J�0��ھ�)ڻ���J6��g��M��(��2my0k[�8}��g\}n�Ջ�K�N[P13�7ّ������M*+',����O����c��寨B%F���k|m��^�ϫߢ=���x�ڍcv�lZ��%�ǃ�{����9�L@� �$����S���BM���l%>S1�1-����s����s��-��r��
h�d�D���b����p�/"A+�f�!Kaa���-����jra	����d�/I�HZ�"�U_S��$R�i�%��V�d��[�-.��&G%����Z�r#H�����k�8��^Uy����x�ܚi���xwn����,��fwW�jt��Rg��^�b'p�a��-�2xĴ�ƭC��W�}U%�KPw@[�LP��k�z�2��8x�E����� TS�7�b�͒�Մ��6EX��1ttMrg���&^as��mg�2��N���K|�UwH�w������KL��	�Zm�RGD��@��C"���nru�x�z�̌SD[��<�'��o�g��v�Lm
a��7>�TdN�����#gN��œ�5eͮL:���йƵ�Y��[�=8�gXy��'��{q�:`�n@��r��Ƀ����Aq�P�a���jrmPa5M�W��e�Q���n�#��PC5�b�#KmJʳ��
���jWSǝ���#�<�Q.���=�Go߸��&*řϜ��k�?��e��5���㩄z�/2W�5J�F�NyU�ξYh�!o����Ґ�+��Q.��m�R���Y;��!���{oK��@rd��e�Î3SJv}�|���W��π����)q1��#���eh�$��_�����sI�6iok�V��s��nB=��`���^Oص�2�H�Fn阋�^@���Թ�x8jZ�&#�·�=-�3�,�d�U��=�Ŵ?~�q�2�5ġ�̡Fs���W�iQ�F�T���h�
��^ߢ�S�W>`*�=���O[����c�W����?΃���CBQvH2��;���K���bu�^�'/5��3�ǗN%�$iś�Y�"�E����œ��~��Q�z�����+�v�J|�XJ�*/�ԧ��KgO�-��
��ʜ���?��6/i��)��7z
�Ϗ�rY�^�`��š܁�	!:��A>%i��|�� ��p]������n��Β^))��]��c�7_������S�j�$MC� ��5�=*h��c�4� uO=�� �K�X��y�J���#������u`��TչU���>*;���u~.�����G�ҡ�c��la�(qA`6�VJ�^Mq�+�uB��4	,+�˚n�:���'^Z�+%�\��׸y�
��K� �-C�40�P��w�{yA��� �U�&�ڟ�!�4J�j�B'�J�DSp��rnn_��A.r���\r`
9x��89u�og�o�|�&��/�|�z���W�`�B~l[�\�� ԣ���`�Mኧ�E�������Dň(��7���в�G�p|��2�np�ï>��u�F?y����٫׬��H��q�΄>r��g��k݂N�ݿudA���g�ϋ}��P�ӄ�&H�zM(�RxtJ�	��/V%�]��z5 I��*�I�l����;7]�}sl�f(�R�k��5?�:i�	\��|1"`
���k�yT�DN�2���}<��ܷf�/���|�ŗK~�@e�� �+�N��;�GAA[À�[��������NE �J��q�LP;���0c�f4E����kLE�w�}W�!֗��5yo��/swݟ����y	����������v�2|ӑ!�9���-x��Li�2v�S�q��'8p��`���K��Û=�9<�lfy���tpAi��h�^/��o�^٠7�[:��׶�k1��騩��ҿ�wIP�1K�^��@i�D����'�C�阥�wN�S�k+9���nA휅���N�&�@u3����n���ANӡ�\[7�ެ�買�ԑ�2�y�L�}�fk�$�s��Q�K�S!�ƒ��;�2��-*�ukC=����S/	_�x%`]�Q�р5�F̷8f�|Ps���܁�]>:;��]n��'��t���r�.5���<��_~���Ϗ{b)�7��|������(�ގk�3M�^D�q�(��@iVbUaq�p߫7\p����.���سK���z��w���e����L���v(��o�������?�^�^�9��}ӹd/��u҄�i@�9�v��P��
ţ�1Ew�2�/Rཪ'�bKߘt���}���<1p��)�?�1�l���3��]a��D����{���᯹#χ�T�*�ase�;��r����U� �N����0B��W��Qi�?�E��B�.�=H�,9?h����~\Cs��`�l�]|���Y6�ƙ�_O����Ǿ�F~r���)O����!�f]I=�=�%�ډ� ��A��}�x;j1�]���+��6Aj�$��K
`>� �G2U���$f����-����P
t���מNT���`�w��Wn���Y?c�n����H�c.��6��u����:��l��
�J*�%���g,�Hy0�s@zZD�k{? ��#������� �^2v"H��m8��)�OUO�4r���֧�6��sљ�i�9��W�cf\x�fr�U�BJ�B�H�#2���6�4}��o����?�b��7��<��k��z�{C~H�El����J��dQ��.��5��X(�?|1�|���+�$paξ�^{��N���w����7����g�X�9cV�ssf��ά��&���p-5�o�E�B��XUC�˓�QG�V���\<�ЦK�?�q�:�V�ʁ�$��9�k㍺\w�`�H�ԮM5m�W��7	�s'��iEd9��f�ұIwi1�	_);͝�>���.�܄�P��U@՗��z�@�UIh��i�-(%�����p�I�8�h����c9�<�q����c��t��G�;d����F|?�Z�����:�p�$��p���j����.w���
�w��?2mO�Q��{Ԟo)h��pl��n��i��U�-�t�.��j���N-�i��i���6iؐq	#j��Ɔ���y���U.g�R=�k����/ g,�r����1��o��)�-��;/PFG���$:W�:��̯Ў�����"/�E�%�����v#')	�B��
ᷫ�:����)rD1T�����R�a[flǙX�U�w���  ���OwR�k�e��捴�(���(7ѥ&����vn�y=�����8	�t�aD9�VNiQ�B��H��OC�/K�}��"nV97�!�1k@+X��P�nE�mԹ�┶�!C=��"o�\
�C@*��Hd��]`��_5 �<Q[�+���"��w^ �?���zτڶ¿��)x��\��9�Z�k�����2�S�N#l�̏]��/��B˓j��<2�0,+���S�� ���P�m�z���DV�G��og�o�F�5��1���(��d��+��D<����(�A�SXT���.���j�m���W���:�:vչ1o�F.[��#{�ؤ@���������˾/%�����	u��H6�U�i��A��Z�C]�U�3
�͘6ъ���ZӶ��\V�ϑV�,	��A�M��c%4��h�2lR�َ~�U�h�l��i����V��{�4�ͭ�w^d�;���8
� 6L/�e��e�!��,�>Y��k�������/�-n��.5�^�J�
�dT3��آ��M�m��=Il�-�����6�������mZ-
����]WCJ��
��Y_�6�T+�枠��:0~��u�-i���me�	�9{�䉄��2؟��]�z�*B�v-�75�x���:0����������������6�v�:|֜ɓ|_ ^�"8F��'�
Ԗp��/�0`�n �� ,m>T\vr׭�ܼa��ݿ����#3y�1���1pͮ���5�T:��+!:�O�q�=\/�XM��rZ��~�Z�[K6I.^�\�m��6x�s�h�U9�]Z1���6[y�}���sm�f9����lZ�LF�������YmZ��#���Q�t)��P�ʶu/��܃���JV���/U���o������Ι�-�tj'6�����8��?[��}ߪ�y���ͻ�hC�k� g��ڦ2֫��6��7a��X�!�88����bQ�����y� ��Uk�;��E#���5�1}�0�����o����`@]��"Ӭ!!&�=ڥVG�``���
��`� �/�]�`�뱆d��A�0�u;vԂK\:E��u�^u�$��U��W��V��#����@�]�6}Ԃ\�6�RѸ���t��S�א��$ɩ�l&P!y[W9���<v�w��C�7-��oȪ���EO4(�&�z��U�r��W�9q�h_Tn�=�dIJKް�Q�P��m�<�_k����+�b>�S���v
e,J[�G�@�
e�Az�7\�g��hwY/~
G5��͇��=��y�'=��U�D+М)��RS�ܛ l��*�7�x����Wh�U �E�3��>{�O*�ƨ�'�B�Q��c
��_����Z
-=�����W_O6����@��A�RV"�H��|�WE: �,;Ȼ�E��ځ�M��J,7K,�6�gn~v=~&H������=@��ʣ\v�M�^��(�	Ω\F�Z �J|g/��L�ב�r�k������FF�M�wx&�'m��hS�ii�)��@{�ۋ���n���9kH����-'%(���m�1X5QY�8;�պ�o�,*0Q2d���j}3��:1�,{JՐ`�~P�o\�Z��wf$�N.�kK�K�{�����c��r?�~�®���W�m��ػ��98v$����e�ɂ�FQ�p�Ni.H/p%9@d�Bp���枓V>�4.q�@�we���Y����è�]ڇ�l�xz���u�R:�"���@��/��>��
A��F��ɮ�y.PY�E�i8�����`�KhM��9�#�1E�ْ�i`W(���3^����U���/^���(�`�	L�/q9@v���}
t�_�������H���o� 3����ob`V˽Z�6��W��p�}�h�,+�$nXp�¥p>@�w���z�֍L�rnݾ�h
]~���`Qs��#�=&EHJX��WJz%Ro�w���wJ<���tM����-4箯���?�����Kb���\rmK���է��^Y9���G�gA�G�,�oҖ[O��nj��.����M���K?�ބ�=՚2k�n���#�KY"w�z>W�#�̀{�|����Τ�ں:�[��mCV�e-�Zt�ANN�m�F�\Y�6��c��}�8��������K_�?��I���V�i�D���e
��X�����3�b�.�r��\H*�M�#s&s��0�5dNw�`���[���zz�7���M����{�3�z�2EA}�!o�w���4��E�i� 
����D��g^^W���p&�U���� �XlB�'���ы�����֛q���{[;^SaDw�Ŧ�)i�ԨQ*�
f�\���<�z�H��.fS���d�4���\�~�4��ᖐ���Ѣ^�6+�&=f�� ��iy���##��=�:�2��nf��9)�H�:M�L�O2��O�U�
�Rd�A���6�8]a]�W�/r/�j^�b�E�yF̼_8����$�r���qy� m&�?� �P�N�	Qi��0�j4&�}�����F�.�H"ҐxC�zQ� �q�{���k"�6n
/Y?�n�R��Iۃ��]7��K��(8ʜ-�}Hn�ͅ�w'�N��_w�=���
o�š����������#��`D_�������#}�@_&��iŰ��
�
�7��0@؂�e��WO�vQQ�RPN��J�gUr�>ecb|����qøg���{K�ҡ#�VA��A޹�9!�
��#].GI��!��퐉v)$�l�W���#n�D��_s��k"��o	/�o~��
e�'>:8�y}=���=��j��)�|6�F�Y��_�_��9����.?��@[j�1G�'�c(�,,88āy
�ҀZ��!0W��3V#����8�qAa�†�A�n\���ln7
�`���0�p� �c��k�}E9	���X���"��f���H"�c�K�i=��y|�� ��6�2$_N	�u�@'�$��_�BB�V`Z)֣�'L�Z�
E�:_p�逤z��t*���g.=�l��U�.[��{������"�e͛�]��`��>����-���[�+O-zj��hx쐴yi��*�WI!C�j.���	=���&g�d�'>��L��5lRY�q���I�6�o�3�ɢG��k#��������P�L>1��� �iu}�@����|+)k.Z ��AJ��kd`��y/'r�ȷMQZe�*}J����FԧU�_S;'����4!��GxeV�i���f��{Nö���&l_���Fl�wɐ�EQ��f�C�1�i�@���]�j���
y�+�$��	���N[i�K$	#r�zH%I5��#���k�k�"�Bc$��C�����F���/��Y�C�+�1��rq��H8:�Z,L������^w�႔4}�Ӭ7�E��$�j^�Y����?͡�<����ӿ,��}�O]���mk�l�<�������~9BA6�}�؇�},�F#mUH��.9*�8Q���Avf"����	�}�ڧ�K-=����U2lo'd���o�WW�|u2��G�?3��~���x����X	�e�M�>�ϋD�!.���2P%�T���H�&��@kH�E!��otRWfM0�b���us�|Ĝ���1���ó��?Z(�T�����F���N��!�3#@��d�W���P�ڮM��r���U7�-F���,τ��K)f8Cǔ�i�G��ߔK:j&ŋ���
�[�i8�v:���E$K��]R:/���s��9><I��e��ʂ��9�\�[�scb��L�&����^�>�(}��n�*�����H!��[t�����p�7|��p�>�+�|��΁ߪ����O��M
Kd��U����ӻF�,��	��;3J�8
�!����7AԮ���}�s�K#�6T�O��ji_�l�T�T=��o���ѥZ#���W<�!�<��r�eO;#,�&'��k�uw�W��W�����-����k,���1�/ݥOՒ�"�,�إ���>�2�ȞW$D�R��Z����Ve�������_���Y�+:Qz�I����V;���}^�G��G���^|o�~a�>&�!t'gy�60,,��ҝ�>s����0]Co���"�CC�:�ě���,��,L'��%<�8qA$)��~�!�4Vq�t��'V��#����Ϗ��,6"������^+'I"�b�;�=�W/ݻ�tn�i�!�����?��`W�#B����h��]��.�t�j��ev	<VK3KL$�z\��d޲єW�R�f��e�d�)o〼����}���3E�ˏ���x�R�z�"|�?��iL�T�%EL5Ḓb@.d��������;R�'~�#kx���&�wF�̪��<`c�� gPLh|j�(���~����\Sц��Ԧܱ��S�/m,Y�U���h�
iu��z���36�qnY�~�^[�x�o�ÒB}�������A���z��M� shhfF�Ⱦ��D�'�酺��☈���e��D�>��c?������)�N�{������w'妦��w��`�=�y=���U+�%#%� �-���rRI�[�퓗קO����{q�g����ѝY�B�A	1�����y��l6�.|����8����AaAQ�����G�Ϊ��4��������i�]a�)soy8�bI��1Gy&�,>�5�8�Y���LݤW��۝���d�>�tC�p�Yg1��]�J�F��O�f�]��ӷZ���ンt��_�TP�=�J	��o���!-�N�h'֕&&�@]�}i�`��Ñ��[9_+6= ��������7"?�C��WF5t_d.���#Ӛe^����N8 �4f"��Q��>-��3���c��}��h50^u�C�xjFƘ'���=*6b�#�l�̽������/;���@��T��f���(�G�1)�FM�vةwz1�Ǩ�����2��W>3~���Tk]���,�I��Uٚ�o9�z�B�;>��ȱ
�\AH�A	���ӌ�����待b$��m�LgЋ:V�
��r_��q����}B�>�!�;\p��?�w<��?v��`[���>��`vFBsF%�Q�����+�ܝ��W�MgDdhX$��sE��At[��nQ�\���C"��͑�W�)�E���guZ��h���nڍ��� �����e؇�Ϫ����n/�6Lc.��
�n����˧���T�F���T�5�Z���YB��S���!��^���Nd�f�E�Y��3ݐn����B������„�b�B�J��b’Ҙ���2���բ��F�R�wY�8��PA�)�H'�%�8b*a�(�F$PYl�ڨP��4��]������7�A2���A�%���/�Sߎ��e��[���U�(͒
M�/k�@R
�fI���U [�Tx�.�?*��R6�j���4�h�E٘ʊz���LiEeQZjRv[DY��a�I9�w�#���S�gS򲊪�w�l���ρ߇���������uG��R��-��b�&d�cI$A[�1�:I�;�f��E����F�s���0��U\��O.h�E�ނ�$��?���N��^d:���ЃY�tLCӝ�{��
ޞ݋r���j
�(�~Ph�"��K�Wڐ�tcR섄�����^��a����ie�rA���
�<,�B��;!��>83����L3'�N$�c�#���&5lx�s�$c��݇ʠ79�Ջ��0�!�3���'+��?[���4;
�_�
�>I1�=�6���f��d�5$�{@��z��
�\>T9�0�#�wS�nݼBs�Izծ
$M�m&T�

o8~�[���1�S&͐���6��<vt��o�!��đeь��-9���zjU�Աsl�M�̯�	�#�Gm��D+����$	)�^<Y�֫��I��ԓ�7�NՀB�OGws����ce��L�%�݈�
(cxn/�}jk��뉠��ٸ6?k�)c �x:�B����hL�
M�
�׌}����
��p��+�DR����'oxo���=u
L�ڀ���5瘳_��ř��_���e�Pi����y��д�hf����e`{:h���>U�=�@rX��b\��};x�ڸ�[7�F����B¹ m��7|o?�-<!�{�)�Ug�Xt�ɤ����˕�|������G<�%����3��s�nkH��6eV�is���J<��㌚nS
-�ÿ��U/�8�vN��dξ�$�=��Ѩ���)��u�\J!2<�á�x�W��v��O��������Ъ#:�kR����Q���k^�Y��D�)t�7z�rrU�Ʊ6	Eו��ڗ�Jg�ߘ5���`��Y��\����1�6'k���Æ}�kJ���_���[�ḧ́˛�{�n0O'�κ�������8�$�@lW�P2�C���דϱ_p3H��|2���Ġ�N�Cq���i��Lt.(D�����Ǣ�=jE�YVJ���P��B]����Or��1g�|'*}���J����6���.m�^i׸��m���D�j�ҹ\])'��߄{3��w㼺P�Z.r��a�����	MrwDM�j�0���#.�Ў}ndXA�������w;䷾��xAj����'�O������J��N�c��a���GZ���lC����۫��g9�b
����#8�B%*��7L�5�5b�e�hE�> J@/�(0���n�{�xr���tK��o�/%O�A��\�n���l_n7�
%�?��{��%�Cq�8�'�cV褰VbB�@2ZBJ$*�:L�R��XZ7���O�}�I���*!#j��'Ŝ���MCYZbVT`���mb�aLHP�F)�
�L�h���IW���{bSuŽ�z�n\&�r��^�+�FyZ�(��@)�}o�7�������3�s���x�G'UJ���'f��ϲ����T�3}�����K�?��)�?��%,#��7q�R�GKIW�W	�<&`�bR�t(�5}8
������j�����h�\�!��5�O���U�)	�C�J�ֆ�n����/�����+�OQ9�#�
�Sk��ꔁE�c��>dj�RR�*P0J����Gv��`�L��6�Z3�Sl0�M���ѠqH	�i�x>�2�#H9�c����;5]R�|Aj�S��c�^#�$r9I�ө�4Ɠ�&�ѡ��xq{�G7��=�Ǔ���Q�j�/
͉0�[%��}“��cR�XdZ(V��)VP��v���;P����pg�)A��x4�U�u�b-�8DT�и]�+��v���|W�=� �򽅨��ί!���;A+�iV)A�!$�	�!��A�:&zg�C��Ԉ���&D�.!�s�U(�S���H?�cO�m�|��mz�f_I]y�v�L�c�Q�/��z��^l���QJ%!eP
�ܟO��v���ǹ����i��}�ϡ`&�{��&�a��[��C2�!�Z_	O�6+"ؿ�I�f,�
�V]LT,鍈��
�Hr�W�a�O�)�8���e�{ol������e��o�;%=gы+����Ҵ��1��ܰ��㣂�も���ݲ�ꦡ��g���H�����CHP�/<��z�r�A�	|���3�l�g����7�=��rl��}�?�܅�I��(>T��w���{��b@;�cg.3W�b�ꓙi�tP���D��;�����H,���!�t/⿑%��I�8=y,64I�/���]�:�۬�O�:.5t̎<��![o��\0%���j���߂�ϸKCkR��V�O�Yژ6i���o�����乥?������b�lz��X�<0��?oT�TF��{�+܇T���k�~nEA��O�̙v����r�c��ԿLo�K��!�c�i��H�uKRxC��cEP&�.��S�	��.B����Hy��H.:ıٔW�4�s<M��'%*�g��ҙ9�F��b�=L�Tg����I��?�M}lI[YP0>f]"��K���[��,����֩{ˆힶ�
��cm�ضg�[�q��W��\v�W���!������8ڿ������p}q����,��z��*�ihI���cB���nQͻ�H��E܏��˫��Hq"�ۈ�%p;�|36dQ��h�a��4r6�l�g����\�J}]~<Y@��:���գҐR
��죰Uwܶ��Z:����8�Dm��Q�6�����8��՝�|�|v���Pq))JC��Vꕳ�?Ў_4�P;lv[�� �3y�1pl:��`Ke6��9�h[ܯ��0��2��J������d��@AG�:E��F7we<w��*@�-V�jbm��bwJ�zp?Ԥ��<o�3��/p>x;��]x�
����'�Iک�d|�)"Æ%�OGg��r��8�L��7���V�M��0�o�Y�r�������$8�*<O�/%+�ڹP_��:�@	��q�g�>��Ln(Z�,9�
g%�H-�
.����7���eV	�V%�m@���^�l��\?:�+5�nw�#Վ�_d3����Ε����E!��xn")>�y��j�����;K�rsɥ�[Q�P��ۼ(o�(��i������X�;��v�t�7���5��^��zW@v�qw�7 BX��т=*�E��:�瞨�k7�̛Z��#f+��7b6�06!_=�p{�l��d2e�1��d �
E�*It�$��D�K�[��(�p��EG닦�ֳ��颚�E8�nn�[�^�*VW�Qoo��u���?��8�"�c���f�	
�L)�*� D+V��<��O�ɕʆ�9b�����b�hԟ8U�b���սq�I�����M����]Vx�#��
ǼS.���A�§�u�͂�.��7�&~�N���(��)+�<�^#��l����B|�`��e#�'�
��R�vs8""��,,K�2o�Ώ�|z;@%8YF��a�x�iz�KJ�Z�z�ٿ��y^�r���
�����.YH�\�|�\5��,��Ֆ�/.�g�w>f��9�9���0}UḤ��jW�ɜ������W
��ՠ�Ɛ�����D���r�Ǜ�dZ�7&0	�c]+�
��EZ���XsnT�OW_h�<�h_��sK����z��rea�A5��ʝ/i�C��������!,�2™���J?�_x�՜����y#�^��x-�;���
OPF�3&&%%�l2 �'����wޣu�b�Y5O����K+����>se?��O"��a��
�h�)��y�<@��!�H&b<��`HH��vKl�����u������]�� L���g��_=�Rk��>�:I�
�j�g`�����
�f��{�Ua<����r��PW�Y�|߿���*\�V�S��l�q>���h�?���#�9E<����{��tR�
г|�z��aG��կ,,F��Au{�f�]qiEIKt}}|E)�����*���a�_��m�;˖\�8ؤ�NM�(�Y�����`��jb�V�WA�>8����r��"_m����Ҳ�������<t���b�E�ւ�������yO��2��t}��+#eR�@;?�g�U�����x�G%	#���$q�()n�e�7̚c�vm�7ܚ*�-�x
 ��n�bC>	d�A��ͼ�)�օ�{e]�Ӱa��Уx~��y�+ɥ"�+�a;�_/�5��J���7D���ߊ�e�Ng�q�u%�!88#6`"�Ab���u����O�d���x��/\�n��U��@��pѻ��߄s��!��*��:`�L�N�1�=&�ޯ!*a|����Һ:�8�N=�vm���r�"i��d�X�X)��4�X=Ð��M�!��+:3�_�jڵU��9���B��F��j��W�Tʚ	y׶ݢD�yj��i\�Et=��-0��>`��0"ܣ5��^f��f E(�e�ta�����z{ ��"C����3�����A�h�Lʻ���k�萺��fs'3
em�K`W3
���N���<P2����M�Z���oBQԳߗ�.��|�2�pXT��k�$IP��d%�lDZ�3vo�"Y�WL^h�ܜ�;��X~ǘy�e��|�i~�'�M�B,�P'��RJo�Bi�ih�3����F��1w7n��.H�U��(A�Pۯ�ހ΃W�ހ������{���TÐڊ�����Gѩ�ߎ[l��D8p�fL�)^�o�i�-b�e��+ş+�U�4�?���\·�1E�KHs<_�7�ϻ�U̻�����O짙�A�%Wp�B���
2/!��CA�(�28��(
�#�frQɦE�)�<�H��]_�x���إ��t��-��-f�1�0Vj�{����#ܷv��\���[��鷹ߚy�YTQς
?�l�-y���Z�۬$L�lZ�&���y�I�\c�-�m��{�����Lx{�i� &�&�S�L]�{��@�y�9n�_�NtaL��-�9/���ё���P�%�S=	��H2�j��I�V&�
�-�	(;;��+��J}�
t d���{�d�'SV?3�����o_0s��}ፖ�&���&��<���夫
���Ip�:p�����t��W'����;�n*�����p��O9�Wp�q�#����><����/���tD��1'f��;h Y `j`,=T˖���`_s=s��i�)�˂J���3���|n?v�$����%:�9���"�1�B���s���y���q[iq�Ns����:/�ے����Ԓ.m!�<�Gg�ҏ��RC���kl�g��}��Wj�"�/���?	2x��� ���W�mi����mY��X|x^��E��%L�1/|�rO}��IhV�:�G��B�b;p|1���h]�y��zZl�����Ol�0>�WB}��Vd�=�˜U�s��,~�脩����o���b�N�a��/O�m?e�_���e(�D�v�qg�"BO���g{�.�,��"x<�~��ף�y^~���}�i���~��/�&<���|�ǒ�]�1౨��c��:�&��/T7�,��q�qBl�}��v�N�6��:�6�����[��B̃i��iZ]�-,δ��Ar	�0+��۠�THAi�{p���K��d��s
֡�ѢS�����*��k-"~�NT�(
��T��{ph���n���91E�t����I�~�
���ͣ�Y��&V��ϛ�$�$8Ru�[h�i��Ԓ��@���R#1���]�rA<Z� T2��T��^��P�,����}�p^01���r�*AO�epyϜ7�T�ַ���Q�sc�\x�c
�>��&@N�*ܫ��{��g�S�+��;$��0��0c6ρ��7�(�%%R껅�-�sa�?w�-��RBց��[8�0�v��<��p!�:�B�67��S�s��n�~����W׿TKN�]8���w��#[ݫ�>��?o�����ƣ��K�Azc
/-���:�a�v�_�"� ,��kn�����cͻû=������%��z���O���~�A���w�ݰ
|�O]�W2c��j�N�&��†l�\�~�k������&�=�(�댎�K���kHH�@B5~�x�#|�ߙV�B�Ɨ5C��\�X�<V�g�Z8��ۈ���K
�����~���U�*mR��9��O<��c�ww�ڲ�q'Ƭ��1yP�)����
�f��������7n~���;���pe�e"#sK��"M�&Bg�y;������ぇ�'bw�]Ĥ���C�'���Uӯe~��[G'�O92��OZό||[�Ҵ����ч&�4�5���X6wpĆ=�C.��纏��8r�����Ǯ�>$� >/�]���t)�>Z�n#�"��
o�����ҕrK�x���.��CSv��T���Ҥ�/�9k|���#KR*{5{��X��e~ٺ��½~�=U�A�ӳ����c�U%v��0��	so4ԭ; �cP�Tb�Y,�F��:yn纯ݳp��7ݓ�1�/L8ڲ���꽙3�y�r͹�O>�����C_�L����~��щ���p�H�@yC��AA�.�J/#$�Li"]wc���t�ȁ��m5[
�OؼjՁ�Glʏt�.�pd�<�DW8�����������quq�Qx��-�)���"����7�!�*@L�*�t^�������^�`������W™$z��bSaXO�5E�SA5���6��E�����~��߳=o��&WMzjF�-n{���+�)��MѬ�iSx)��3�]�>�zO�ئ�-s��&�X<�|Yy��nY��ڴe7��+�{��c����]&��B�~���Z
R�e2�^���HQ��ߛ��'�҂e�pi�W�V}=������J-~x����x|v4޳a���_!v�"�J�"�X|��ǝ�o&�I9@�6\S3w<dL���L���c�&����}̆1�x�C��	�Le��X�.���5��!�^�j�g9�s�-�n��椆�΂͟�x�{w�C ��Y����\{��q�:�����q��'�v�~��(��#0����Q���}���M+�3<��j\�|�pL��k�zu�E�,�
$�B����9�~_���/{�_T�G�l�>�w�>2�[IF��}����'N��ѥ�Ӯ��Vţ-(n�pʃ���Lf�\�������yIH��9��e͋j�>�t����Vv[��p�|�_)���'!�c��� ��
�����H�j�-�̝W�X�O7����[�{��=`@��/��y:���*�\���h�z�&�J�]L��j��T:Vி���S��U;��
:5w����׿w����~�dgk��W�jƙmC�x���>$1g��1�W<���n!5����.�����i�>T)�e�~�CX�!~��$"ģ�Đ�P�Z��q*�o��"�v��ɵϛ��x�hr/�7/��N'�r��>�[��翁�z��d��FTѳمO&�H��*�'��Gf8<�'���@����f�,d�ENK�?�qr4g���� ɝ�֔%�X=�$��w
߿���nG�?���� ���O���p�&�p�T%�����X�ݎ���+!�k&�g�={w�Uܗ�g��I�{�N�cy`jhXXh��.|�!:2*��߸;��(�t�0�#(�8+��	�GF��Z���vA�K�Iu��D�;�ng�]4�{G�9��>%�'�#���F��F4S�S����[*Յj3���z�:P��t霛�ڠA�U�c����v��-'d���{��c2H��������g���vq��QA��U��t����[�iq:�����D܈�'"2��E{$��m�౜� #X��eՁ�@\�jQ�O�
�ЧR���}s�^�";^�'�����@��'���@�Ӄ�v�n.q��>8g���<%�lFqzb�
�qs/
t	=�<����ArBz�A��~*A.&�Y�c�
}���A>HO��g��
C�����G��xg~��p���z5%	�C��ъ�~^�3ʋV�e��t�	Y'n���Zc���i���q:��z�+�<N~�A��\.�>����m�F
�s�H.�q��	(��ٌ>#=�v!���􁆆��׾�k�x�,�L��<+1!��A��/���E8��Y�\���s:����<p`3���w��I��.�	�l�7�/N��1n�N���M
�H.�ɚt��!#{�^ކG�>�BA�=�}\\l}���gZMbL�<��F+$Qg��\LŪ�<7���삂y\��0u�q@���ɴ����r�T'�h��ȃP�z�pOL.�3#�O\��U�W��.�[�T��&S�g�iZ�Le��:(ǚ��j{e2�/��69�A���"T��Y�I� �\wFF._�+�EC�H�i|�&�W�U�GBzGCr�����a�K�F:�EO�H�	��٬��-aK
�_�O�ɦk��E�ڌo���?Y�+p>t���B*�S�������k�N6�,Q���~���nԦ��vg�f�X�;��������`8�`���C��D���E<Ũ�����wpY��k�fZ��%�,�x~��U��V�����:�9�TL��a�AAE����m#��|j��ׇ���w��N�na��*���3�{B�@��A��j��lx�5��}ԇ���A���6��r
��jb�C‡��s�m
��n�^�"�%"`'�����vu�DwZ�7fw�W��9����WW02@Q��j�(F�>�<KE��lCEuha�i+�9�+���b`O���Bv/	�Gv<|rK�Bw��0�kiFϘEť�b���f%�l�fJ�����Y�uZ���}R���а��!�.$���orzF��_�~S�����h:��P8�yu��G6dž�a��X8'4�~�����G�C�i�iiS���%�]��At�32�<^b�q�#/>��3��G]Qz�c�⤒(c���+:��{�c=C��0�H��=���aH��i33C��H�=C�E�s'��m�QB��>a���+k��^Q-C��wQB���<k�������i�ɑ�=5� wjҚ��3��&:,-:�<��tzH����3"5�u��M�#�86nV��s��M�4	��R�%�	Njl�.ݐ�444���p�S�P(�P�I)�a���GXLkRpu�_���g+�M����e�����݇q��:֜�C��cu���]R),u�KSb���ij��)��[rKT��(%�0%yu�(޶����EIm��)O�X������pհ�p�w*�]����0���y5�Pp.��6RMF���8����4;)�U]	�DJju��2��VV��d@n}\h�!4����SF~�~�#�{��Pj�ʐ�aҤDZiQ����&�=ؘ��������űA�[PND�
��$��c}+?-�-�q\����-���z����2Fj�qffb��Y2�La7y[3ooEm-���G8�	�a�t�D���;Q�,�TJ����-K���8���X�*�lrvSOr�{�Mo�I�K%z�6!$�*�7!ir�3�A�5Hǹ�l��T��dHAXq�	�MM��3tV.l4Z0d���~���1kk���,��!Y�ч��)Y߳�@[h�A�8�������a�#22J�U�HK�Yȟ^96���.�J�$������|fF��'n�=53��懊�~��'��ܭ�|�'%����W�p^�P������jV��]b��}`TU��M&3�>�Lz�L�$��:	�Jzi��%I(JE��RTD�(�Qt-,m-��]Vٵ᷺뢐y����d�G�ɜ�w��{���`��^%+6Sp{`i8���M��.�X��t�[R_�KLQR9���m��p�ML���b�[�ӟ� �mLbsN��L�s�C��h�\t�cw'DA���v�Ƌ)�? �I���݂M=��>T\�5*<*�P���fl��ʊ���[����}����y���cNJH��L4z���M�9�*�w'z%*<<�|�3�����FD+��Hk!��

#�R�X�ĸ�(�n	��ű��g���q�}�8���Z�li���P�+C�=<�e���&d�#���k����a��:߀���g�V'E�{CÍ�E1�ʅa�]�IѦ����榝���>rydp������l�z������]�'��|*���_�����
�8n��l(�m�T�а#$��h�9�V�C���qp	�8�v(4Կ+乖�n3�ծ�]��:n~��	
�H��K�����I�X�\<)�ت�(�m}�=!^�:�N�2ߙEvSE�����9n�z� ���M��AKUR�`w߂H���C�-ێ��$g��
�Wg��p�H�Lܿ/�H/Ooo�T��)m2��"��3�
�������Uy0ĝq�u;2�1u�(��x����YW&�P��|��,�j�퓔�x��4zha�7�x�m�|(_z����}�a.�;��V�B}J�a����
��^�ˤ�F\$�h���b�([�<��Ϥ���wWW�Z��do��#�=K��B{H�.ų6�
R�'%��d �������L4�z�z��R����^[�ѲUB_�dbr���sW��ڒ`95��֟/̯��Ol�e{o����u�^�N�Q��zAk����XY��7r�Ƶz�{�1W�q�$�eI��Q'�Ԑohٷ�\��2<���M��oQLIhk�\�XC���̬v��dɹ"��hT�"ڋg`��(zd��*8-���Ѷ}�k�b�;������w�	����A8�� �)�͋S�ۏV����;���'?�~-~�1������
m8�od
�y��?a<�|2�Q���s��uԽ����G�����#Kx<��x�@.���2+�`\�ϦV�؇�?,�r�\��x}��@D!��śa|h�ӓи��Nw�(
,>b�kk�xW4�P� ��/߁��_xa�w��������c_|�Ɠ��;[�5�kf=�bC�⯘E���g���+W�37ث�/��S�v��smzә5#�ԅ=7��_&wi�\̧��r�]�_���y����7P�|��e7�e
���<�v�{��yׁ�W����$Ez1��B'�p�F���],�����n;��W�i�wہ/�^|.��8��C�u�G�;�|_�}�59�8���M�p�q�3�LJ�M�U�7#?op����5�<h.Ya.���S��|��K����s�i�/	t��K'���N�^�3�>���ї�+|��w�Mw��=|"ցo�w髰㣉��G��v�A��I�y��U
��n�i4/�UǼ�DŽyi#�yP#�ۢ�ا�ǣB�%\�1c�'���_��x�*���Ph�����/�c��M���Kz�/��/5h��2:��\#�x}��4��Ր�t,�u��B��6�c�C�|�a�ݘ�1|��3x�H�A��1���ݦ�;��RG;D_8^���:~U����V~tໃ�C����G���=\X�v|�{���Ph�W�2���Å�~�_���ap�$x�
� WG�a]�r���ˉ�)�J#8���g�M-�#&��S�%P��3��C���'G��BP]%O�}w�Kط�	#8�f�g��+�$�4t�n�+�~a:0�!���]�TLg� �/a:CdN��x�u���r�v�a,7���rۍ�û����<��'7�nc|�vc��a9���q����8�E�_�߈��^|X�9��3�LJ�
�a</�hް>��0�y>�\b9,d���G}��%u�����?y�`�uc|��,��4I�u���$��g"x�<���܃���N,o����h��7�=x,v<�	daz2�ƃ�'��صO�3���jx<x�4;��Y���x�����<Qx=�
��B��K4�� �Zh�4��	��W�0�d<^��m��	�����mL@<�/��0��x��qx��0��b<����3l�xB~�D �x��sݎ�+	��p��v<�q�ރ�b��Q�鉽��|a�1�xg<p}�<�	�g�FF�?��e�X�|��j^���Ew�����6�	>�i�_d��`y��[��e��b����^��y�
�MvO���6��� �~1���TL���x����B4�x���C��`.+�P���p�l�:��T�d$qjtD8����U���7�c�zK$�^�d�A|1���P�I��m�Y�j�-!?p<��ÞI����%���n�-�l�9}�#i���"YsiB�!X�q
L�wB��9��w��T-�SWG�ۈ��Fdo�+�Q��"�0•P	�}�!}�,���yDQ�Tv7a�m*}s%�+P�b�@����8 ���y�AC�j�2R+U�f�y����O�;Z�������/>�Jƞ��2�����q���?��9~2?i�$����/ ���QK�$<� ��U�GL��8�{#_R���%=,��*�ό��1'�P���"
��c!��f�U�P��tŋ�(�7C����!�b�]��dq����&�"&3�9���/���L��>�Q@*U2���>x�6~��;�x�<63 ��)�	��E<y�������_��!�1o�9xMf����\Ab��+�B&�d�u��I`(3e���==�~P
�F�_q�Ot��Y�r
r��쨹���Ѣ���R�F���#g0^��T�Ƞ��`���h�}��qO��j5��n������2nxX�(i Z<�́?���&�I/j!�rNK	��Б6�w�ڐ3�`��k �O/

+NM.�/F�C��1z�IE�F����:j�}�_��]N2�߈a$�D1����,�Rݬ��сnVO��%�����xM�KqYqȟ�=���\g��O�1� �����l~x�
�l[�������@�F�ͤ"r6m��<����jnlmi`.~��߾��/�-~�̫��8���И�!��7�����;�����M�Ip�?t}��v�eTX����W
�@؎��v"�E�'tBZ���o��;�?r���E�w�'x>-�N������,E���t	'V:1���n�\�U2���q�"�S��,|�/���`�Ƚ����[�b/nQ$��/�?�PX<�,8����Ae��H^"UV8B�?��aȌ�kuTʈ��ӑD�K�װ�ȎK�>�Kd���}�3F��;�U0c��m[�o~x���掖�V*���7��⛿Y|⍷�{�/a��T9��}�
��ƍ�H�h	S}r�é�Z�6��R�q�6z�I���Z������"\�?���"'�.OS]�o�?w��7r����	_��"����)�UK�H_~(�e�(!?;�>;��jn��w^���/l,\�ޛ��?w���7ҟ=?���u�޻v����?��eF�\�	G��a�C��HBo��I%r�ѽOD�����Y���c���S�\2os|�as�L��}3x�`ee�p���q&���8���ƾ�"*v��<�Ȕ�aU����g���9\Sdqr^w��
�?p�A�@;���Q����p)�Mj����#����rʷ(k�)�H�&���eB�u��"5zj�h&@�*M�bW|�.G.l5��J]hDF
���T-�TU���������-��%�3��*:��u�U�u�ek�6��ye��;'�UYt��ɍ}\�:�0.�vƔ�F_��('��˳2{����bʳAxY�mp���B��;6J~6�l��A|��1��$������Y���N�ȋ�Y�˲~��<5Xmmn��and���[�����l��[��Q�6=���)����Ȓ�®48��r<�H�	�����B�8���6k�� ��O�>��<�y���?4�|�>� �94��+����W�Ǒ��~�˻��'�S��^��	�*@�Lb���V�B���3��[fNo��c\K��g�_:����o��Ě��ӏ�2NF��
�͞������0��96��\�=؎&�6|~!9�|��Ah�pU)�bM(�p����a,}�=[8�{�k.�Ip���7�s����e˸�p_�Tl/�p'�^��ZGw�İ)���d�JD,u����P;b��}G���Uh��aް�n��[���>� |԰
aC�B��e�g��v��&�K�@�&���4ov��G��$a�E�a{�I�K��+��p>�¶:`� �
ö�0��4�)�:��	C+�.���n�@ex�+ޭA�ą��eC��$)�sqC��~�:w�+�#i��&��/����s+��hF�Š�UKݔ|7xC��b����?Єj���������.�"��5���}ͭS�|{ p�Hq
����"���2r*'�M�
���!����R���Q���gd2�p���8{ҁ���X
x!O�;@jڬ����y�9
�H�i�iS:��O�`�B��XSٽ�[�~��.�$����2S'8�҅d_�d� �&̜8�/���>���y��!~-HY�bV�rw��@����\�*NH���������l�N{n��k���It�={����-�>x��g�NM����znErU¦��M�w�]��߃SGM�	��|O�e�6����w��[0f����&�1N�):_�4�_Y� 4�7��1fFfvK�Ys�<B��MUi���<�<�:�ܴи�&,'���]eV��$�����ȉ�&Ũ	<F��u�h�+�d2���!��}y�ߑ�5A���VBC'�/^�M��no�E~�i�.Q�ȵ��V?����M�g�v�Ӆ�-r�P�nb�ܘ�R�/��*W����q^Рӧ�Q�,r�m��6��2:��r-�Nw
��73 o#-Z�� T������z���ೄ��f�����>(}i���	�$�m�7zw�J�.KpΚ��GQzPnVpn3�]:;����s��S����Ce���m���U�{z�=��[�
=8�=�����D���� �FFE��==�ur�X"��V��'�d�X�/W�@˛�FaƲ�~v@���|gxbۙʔ�]{������2t���)-�O>̜��^�E������ç���޾V��:�Ţ�4u~9)I����s���Q(d2=��..*��!�]F��~v{]jB��0�T#��4���<����Q�������3��ks���[��̉�S�f��6n*����єli���|=��<���g��#��\�O�H��:^���Ӎ�e"e*6��ȍ�Z�\Nx�YY�#�����E��p�{09��A�PxO&�K�*�
l�>ɘ���r�i
Rj��$�f��vޫ+�n�L�X�ȗ��F������`.���3���-դ��'��n��������K=�}}3ԥG
�Ml���+s^��IDQ�1�A�D[�n"5<��	0��,�>Lj�jkŹ3v�YƗ��}k�Z=�]���u�8��}��a^g���#G���i��0=�lA\SxX3J��c�#��|��'��}hU��M���ӝ�*��|�۶��+��B���	���;��"-j���R�������ō�&�Õ�/��K��a��w�DP�����he}�k��;sz�%�ٔ��>o�¾��ֿ7ur^�#�N�]дi���@��w�*P����v�_����ڃCtcww�|.d�����L">Ϩ�0��v�_��F�Fb�i1h5C�M(��9�0��^|�U�\��~�Z*P�)�����vʕ49�m�_,IQ�,��w3V�][�|���-]��ݐۿ���P'!�%)�'�L���i�t>�BɎ��/L]1�rŊUC��+ȏ���;p� �o�/50�"���D"�� ��a��Y3&�/�lBi�:�z
f/ȍĝ�_hI3�G�{w'T���ђ�n�/�{c�,Ir���=��
U5)��;g'x�4%��V�M���G� ߵ�!m&�.��l�G6Ʒ�s�R_����Y���ة���:}�N�������n���mI��'�'
�V��NGɥ��փ!I��4�C�+^���5+ٹ���A�}�“C�'��g�E)����ևlP�/���C�QL۬���ut><#���&_1�p�wxT�8R��=�����H�R �����W����#oF>Q�텉�1}����h�b
��-[��6g��y�qӔz¦L!�mhQ^4�
�g���ż��=�P�'C�mѧ��z:+�_EQ�nV7������.EP,|;3�p��}4�J�E���x�vI����=7�QP�u#�	|S�f�U	�ε>�۰f{XqJI�+<Okh�5TUU_O�8Iq!�2� P⑑�od��<�6����n��x�dn�/:cD��bU�ېQDQN4�*N�	�*����h�Jw���-����0
��͎�����;x�˙��VuPu#�V�"%{yNo��ޡ���Ҽ�)����������gٹ�z[`��TU�A��c�eyy���Ψ,.�+�45<(+,����Kɨ�+�s�7x��*�<1DQ�Ꚇ�'�2ř�A�fՠ�]�>>�]�;��M���m~�NN�R�&�a&>T0 �WY��}"�����
{^���ޙ%��5���,j�	�ŏg`J��fK!��r�2�G��ƹ�����/�w���^:�	=�*��X&ɠ�P���*fi���K�|���^�$�/,!��r~��[Mm�h�������p뼅�����_W�/?�wZ���,�]��3Z���C�,�0~y��Ѩ�&����<�~�D�d�B��L�/����p$�@��=	GI���VV��l�u���⾽�s�)d���\TV���ږ0��eG��q#s9oÕ�pwn_\\�\o��}�
Z�B�^n
�jV�e��3�xk��ǯ���v�Kq�U��q���;t�B3��}vс�/�r�Κ52�Q��*���|������<kQ"�IФ�s�����I�1@i�Q�Jr���V�,#�R�p��*U�[7�Hn-��M>C��������3UU��4�	=�s^j0�џ�}�rh��,�$��K��$�R�
�O{���^�y����I��	Pisc���%��g�Řh�C��z���J%����t����C�P�@���l���ۏ%cj^#3��5�K��4yeE�c�y;g���2ee��]�v�,�g�o*n�?f� ٳ��jYz�@e��|���CC�K�O�1\b]���к���w�
��뛃r^М��#��ʎ��	x2�ϡS�^�>�VZ�԰�ӽ�SBjgMX��vO�ʩ
��i\��]��71�C�����E���ݷ���sx�St M��D3�ݛ*�9Z�磛8Nѿ@�hQ�I$�jF!����#2��̠e-|X��=�(�ѷ��o�k�2���y�l���w�=ƹ��/AܭJ�T%�Y � ���=j������ދP��m<<h�o/��h�
���(�4-�:�p!I+��_{v[�L�(&�T.���2<��Yǭ'� ��y���fr�m�E�����³@�kQ�i4zo��dI���LPd�?��F����1���3sZ��/��9�D���<����~y3&Er#���ȉ�φ�tM����\���h�JG�m��MQ�X����\<2���;ꧻ���e��_�t�ö�a���Z��/�V���4�qY|�y����'Z!w'Tj�,fP�U:�.��@��	��6��Q�X[ȹ�څ�p���rn-s��+��)Xe���-��8
�۴�ᕶ�UO��*
��qH[��O���]�i��I��n49��"����M&��p�Q'�4'�r'x��%p#�=G_q���}�^"��c�RU<�s;�����
��}9�Q̆S�Ē{� <S�mF�:E��D���wj��ϩ�
b�=m玆�xuU�D7�)Y8�7�j�?#�G�Dp>���Ύ��8s�Z�[	��E���ox8��q���оÅ�b������9>�¿G�!���G���:C�M��c����?���8\��@
`{!���#�!\������xS��O��1����o���~Kh?��!���t�^�����<x	�30��/
��� �&�kt�8�'���>������
�L��
�C��x�A���u x�`<(=�!�y�2�9���q(c�]�w���g~�:TO_:;5Ja"�D��,b�G�3���"6�A����E))		@����W��~�� �!]�Vk��We|=�W/������O��{�Ϩ43�qkdw��j�i��n��@Ǟ�B�ʁ�s�t�J�cdot�
���u �~2�d7�w�u����!�E/P�>����Þ��@����yK��p���Ȩ���D���
c
!�>�_�1�.�ς����{�?����׻�_��E�\O���8&��vZw7�I(D����b1��fE�C��?�f߾5����g_�P���"N�X\
��}��a��n�΢��8�0gm�C�C9w^t��K��N����#"HhO�P)*U
�VA1|4]�>E�se����)�:<R>RI}>!m���S)��F��$ee&�N��U��\V��^�jF*G��g��2�M�M����:�jJ�KȘW������ʟ�����Q�0?rBuR.��i@�:3_�[�:)T��a�6�j[7�ip�ӹP��П!����/��p�RB�I����B���sS�$4�7M�WӬFf��mR�ͨ@�졯�ͬ�{	HE,4s�����d٬0�����D�G�?oI���Rl���n$�(n����s�h�`0V�����|@!�XS��jJ&��h��"���NW=p��b6ǹ�y���ٌ��?��*�e��P�z[h��rra�]֥x~�y	���\QwD�ٗ�y�@�Ne'Ή��I�6��x7�L+7F�v�4$d�Z��[
ʀ
aa
3ވmKU'wB�D޹NĝvРp��R[�b�A��#�D�3�����1(�6ŚkG�
��-���줮�؞$S���N���#E�t��@O�Q���Զ8��s�!
��t�1z�C��,b;H�d�B%Ѝ!�qps����D�
�z��Y�}���!PVV95�Nfr�����x�&b�҉U��MO�����ƒEL���[0���s��A,��� ]���N���,r$�<�,�-t��g��|�9D__`-�5���ତ��عIC�����j
��H�Mt͖�O�MK2ŋ��yv��Ƿ0{A�hC�!;�an�aA����c�$�p��C�Ѹ��])�.A�Mf~q�#��6��I�1��kE�lG]u�T����\�[��o��)�oi�s}���Sy�8��eq�ɔj�S�����h@2��,`��K��qz��������e��X�ona���\�np��Hu����+�珊��<�5;�O��rW�+/��	EeBvB��I��#$�d$e�3Z�aA�.t�H���YDAzPEo���`����`��qp5��t�����c��"r��b%P$�@�
E�r_��Ʌ3@�ZSH\HvNCOHlx��A��jB���ՕƋ
����s���Iy�[ZJ���
��9��4�&�^WTU�**`D�(�	���%q�M���ݹ�pƽm(w,��f\��z>����~O��֫B��8�M9��VY\i�
��u|�}�*��z�o��]m壭cm
��^���lt�X[�qmq���=��K�e�m(�m�m����h�m�﷕9�
�m[��p��r�೰�E����}(�;iո�K	!�ɸ�	�~j����ʤv'O���Y�p�ܖwZ�ʔ�߂�˶�(���=���J䦎�ԗ��j���#;�ܝ����oO�(ʗ��ᘱM��}���ˣ?�Wq~bT�[�#�	eգ�B�X��0�t�������/Q0�>�.Jyz���Z_����[ކ�*D~�l��w��_���p���/�6L�*�};���n
4�LK>%Z׳���:���S"r�	B���2�X�ę� ��[�f`~#���"e7K'��76�K�ȶro��CS|�@���?��w�Y��#wZ��I��s;}a�	λ{����|�C{�E��﯉	��GFb�D�d�|3z�0�q���9��w��۠�&��m�����A��(~Q�Ӽ2¦Mг/u.���L=�I�����y��*�~t��p��i#ҩ
��E��}��^�e�wi��7�U��~�ۮU�Ma,�n�3[PY�ƽ�a�b�h��������T��6�(l?!gA�[R�1i�*.͋;@Fp�w�{�3�Te%w�n1@��"CP�2�p�o)�J��m��$�(<�B�_Q�1H�N�ލ�����^��>ϵ���ZO�^5B�o,����9$'��Ez�����F��q;R÷3�q�.{\l#��K��X�8�U�c8�,h�+ƪ��|1V��=.���,�����^<ԢӴ�ð���D�l.��n��Y#$$)�p�DJIr��<��ؑ�f���l���^��wd�9����:���g��(vI�̹&��qm�۴��:��2PG��ya�At�OB4�X*Z��I���H*v,	��ƩM��Q;���6[�m@����ީMl��rJx��opN�-��<z�[��\M��1.'\�ENF�d�6u�Wq�S� �f
�;�ԏ��׼r���o�������=�b����9��z/��M�>䛏��G*�?�*�<�b>O�B��yM�3?�5��Q���m(~x�=.�|��F���vst��h�C��s�~N�Q���}�,���
��Ih]Q�f���q��l�>Q%�NN��_{�
ۼ��plt����l�go=��Oq�x\���R(�f"����]D"���������P���K�.��w%Y�U��[+~!��;���z
{q����
 ��'&����]y�
)�	~f�6)��c�TlP�����J���W�?V�?�E�t��C�_<�욪���8}LS{Zb�S�JX�Koڌg3f&Nz���g%�E�l�-7����:8�6��Q�Q��9B#��p�g���s(�����^��x���Z�X+�gh���X=P�:�q꫈��pb����"rqEsR��)YmY�	��J�d0�T�z��ڴ����-���@�M�j�UF�5%�e�;�ޔZut%��-穝���'�>�P~pny3��Ԟ��>�J"G���� ���4.��iN2��Z��w��z$:G�y�!��|&V�(�yi��3�'����!�d#Ϭy��͛�O��8�1\��]>{��;;�_��j�}��I���9V�
��$Θ���/�]�g���o��+�H|�}���r�6(�Ц���I��ͻ�63q��*�?�^�6�~��@�4�M0k����usC®�����]g]�w�4ޯ{�"F�X���P���)u/N�J�6�+B�b�H[�7��cv�K�=+j���{���)R�UH(�����\.����tz�SD�Rb<�ז���n�N�3 ��[L�E�D��M�O���Z�_�^۾��ŕ/o-���t7�^l�t��׫v�^�zseQB�ĸ���=��Åݗ~����r+z�M�%~�z�+���Y|?=3�Or���F��	��n>A�!���Cq,z�g��Z��!0o�n75��C`���%�C`�6D
�q,>���耥��"{��|�3�g0͛y��8��e�=�8�-c�Z�͞��H�W!sQŠ�=*e<��I'Z_X��i3�9|i��c��;��k��'r�/^�n�m�yx��WPr�e��
�9�(%W@��'������4n�^��X�Hh��W�iT�\��Y	���2?L��R�8mF��W�߾|v�P�'&�<���b%c�^^v�^!52�qY{�Z��R�\�p��ᆣ�I�6.=�\�c6��RT�s�G��~<7'/.7���7Nwr��z�_T��+�o�)OOIp���Ak/k�e*��s�_
�qo�ʣNy�Љ�<��By�G]^����C{�Z_�8�i��:s��>�[7�ֳ��_�Zg��9,�쑶�e��n_�6/� �����!bs�
��<h��44�|ֳP.!0)@��i���o������kǝ;�pX�����_G4u�:�W�3=*��l��y�y���`�{���~���E�]Ƹ��V�S�9K����?�����1p��wJ�YR�ȳ�G���P�^[��֨�Y�U�<uR�#w��n�j�ؗ@9��r%��"U�����A�nn,� �w�W�!�A�%E�1A�e�c�1G�K�Z�8��bhJ�� +���ݹ�̬�w���K��z���Cu��Md�> wS�TR�&�{량M�o�~���M�}��_=��U�����s#��A9F�T(~��2$I�؀�0��{Y=�u̶��^_x{+�u�k�"\�1��ѡ\�.�L����++.ˌC2��O�����(H#�z����>���W���U������WZK�뺟��{���5S����z|F��%�זز�h�f
\&]��	54�i��Q6mǜ�������B]e�����!*C�����W-(Y6�`ق2,�-�f�sƸ�n���U��]���{M�̘����E�����
sS��n�u���ӹ�Lkׅ�K^Z���;��E�k�+7R��q�D�&�sS>
R��ДՉ'��o�W�<혴��!S�A�"�/p���<Ϝ��@�P;�/�h2��g���
��f��˅},A�о �B!l����,>���耥��d/��/0|vӼ��	�m���B7
���."�b\�h��Z��"��S[�{�/|n~��߿r���'N�����G6�l���7�q���ݹ��g���vHþ��I��++e��qB
m���g
�'�M�W�Ki(��F�)Q��ɂ��,��ޣIT"���
�%���?�ect���Ύ�C]+3
VT4)I�����`c�f�1@~6$L�o�\�a�ə4uJ�p[��|n���P�*�=����48BdU�W4�/����#�=�
C�����f��E��8S4�b���_[5�����#+�^����p��u�V���*F}l��3�M!3C�N��z0�ڲ�g���	�y�N�ߗ{�n������Ȕ
k��I��v�UT�U;�{@���[�1�f�]p`��9U �<�K�8@M�M�*˶���u�-���U������=��e��ͧ�<�蕎���/�+}8?)�|�ht�`�����?u�BZ"+��=���{������P�C����䯩P��j�L���U�0w�k�=���w����~�1if��)m��u.����ZV�������'$���<�s�1�r����Ij������ܚ���͟,�}�\�{�"uR7<)�
hPpۨ�!����V&q�p�!KF����6���r{;���c��}�mCO�,��%�&�n�G��.e��Z֔f�81�x-
�p�!��^n+�P?g_͒��p��
e���X�Ĝ��k�>�
��}����֕`.���w�;{�������P�&�oXv�����k8&�(��-�-�ӇEI�8-,��!��(k|�9}Nx�5��7��~={;/|�yax�����K��n����{�R�n�� �͘���/i:�
x�Ϝ������ռ�ҟ�p�
��I��E�6v1T�N-=ff�l8���&���M����Κ+�^�9?�ɥC{'g�^�f�DP�C~��9��\�AP�����i�/�s=�0������e��rK�~�>��?��:b#��c�p��6�>�s"�o�����tW�3�%It���>Ny��Fg�ύg5�c���M���P������>�c��"����<�[J����߁
DOg�X�g������`-�FN]��[��A��_��t�*	M�OU��2Ӝ9&���%��?�
�q������+���p�@�������iR;�x��T�oU���4i�
*�HH�jm'�K���[�\�m��8��/�M�}־��|�ę3q���
!�pB�+�|ov�I@�+���7�fg>"������}/8�W�w�h%�Xp��>\������)�F�W�г�ς�����Uz����5z�����v��kt���u�����
�U�V�uZ��*�Uk!à����8[��T�h#�@p�v�ǂ+��Bp�n���[�߂W�Ҧ�+t����U�*"x���|�>��_�+}��f�G��~-|�n�~|��j�C24�e�PLCr�h���Wt���M)��X-��:�����)�:�^�﷘���.5pň�-r�S^�Ƽkp�4�1P
�}#1�D|�衙̲$:���i�áV��N�A�Z�$3'z��~�&�jk����6q�y�>0�FlL<��&u�a�i��ˎ�=+�ct}p�g��q��3<�8��q�&_{�k��3�S�{����fs���|�D��Y�ڗ>�"��l�Hg61��h���L	�C�B��b��x�=��p�wU�a�V3�}�͸���q�m�6�����6��\qP�c.#�*T.#=����6t���3��*�qb��t��T
t�B�'y��(8Tʂ�1��q	u8����9E"�Ԥ��&Zu�a���꤃K�n��)���x����I��CbwѸ�L�kw�6Z�uB�
>��?SgA�"�C��Ni1�S��KS�8��
�n��O�l:�֋�*M���ƿ�ϝa�B���,��%}�.���U4cK�÷�o@�0!��i���m
I)ʙsS�6S,L��;��Eɛ3w��b��m� ��2[�;���^C�2$S�b�Z�ԧ���.ȩ��	f��a��}]�h��hA�ԁ9v�0�~FF�����Hg�AJ:�BNٸ[�U�ڱ]߮+&_�a2
��)T����B��N���d�l�&����F��=�/yi�K	/j�\hQ�
M�ɨ�x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}�Tՙ��9U�0\D��2��������n�����!�D�"e����A�1,�"^�2	�a����%�8�0A$\�5�ܽ��T�iԘ�Z���Z�y|k�>����{��隦��fi˵�a�G���zb�-����r��<[9�93�N�*jj7oj��G�O������<��#k��EY忆fu�iwhC4'������wi��@M���_P#+�S}�񎣢��Z�C��l�<y-�S�Ŷg�V�V��A�h�d{ٶU��]������:a;c;u�v�v�.ze�k`o�6������#�T�>�>�.�c��>�>�i���9P���K�˄Ze_c�
���[���w�wC���z�~�~�~A��k�nik�6�k5�qhc3T[c�1�i,5��8��jb���P��6.�ZԸ�q9TW�������j�v�^o�Ӹ�P����P��5^l�"�G�Q/m���;�����r$9GE��юq��wLrL�����xJ�Ŏg+a[�X�xj��e�V��]̇����Pg��`���$њ�6
h�|4
ir4a>�|M�&�GS�iX�H�1M�j�_ӄ��TӚfR�i�O��i	ղ�UTk�^����Ֆ�mT;�vS�k:Hu����Mg�.4]���ԭT�����ATC���ښT��U�y8ը�T����4O���<�jA�"���˩���R�o�H���U��ͯS�i�Ou��(����T�/R]i�H������T�[�T�U�%A�k�P�hM5�e<դ��T3ZfS�ky�jq�3T+[VS�ky�jS��T[[vP�j�Ku��0ձ�TgZ�S]j�Ju�i(���@��B�p��|�U�Y��I5�I�����9�I��s��Ϲ�I��˜�Ϲ�I����Ϲ�I��;��Ϲ�I��G���y�I�����y�I�\V�s
t�?�P�s��ȟ+�"�����F�ȟ��E�\S\��5�E�\\�ϵ�E�\].��Z�"��.����"�=.��:�"��.��:�"�+.��������M�܃����t�?w�M��97�s�p�?�87�sOr�?�7�s�s�?�b7�s�t�?�:7�sor�?�V7�s�r�?�7�ss�?�7�s_r�?��V��ڷ���6���VG+�k��FZ�Z��h�:����	T�[�Q�l�C5�u!Ւ�eT�Z�P�к���-T�ZwR�n�Gu���;�'�ζ^���z���ͪT[���T�چR5��Q�bT����QTc�:�&�M���6�jn��EmK���uQ�m[O��m3իm۩^o�C����Ѷ�T���Q]l�B�Q�Z{}{�;�S�۝T��U�=GUiA5�}��ITS�gP�n�G�T�b�g�WR�n_G�b�&��۷R�h�E�����cT'��P�o�Du���R�ӗj���j��A��"�U�C�<#=��s���y&{ȟg���y�{R-�?�*���!��<�ϳ�C�<�=��s�C�<�xNR���?�e��t{ɟ���yy�z�m^z=o�K��-y���c���;��ӽ���u�^�:�R/}���K_�]說�n���y�{��{���d�{�Kּ��d�{�Kּ�������|�}�p>�����r�����F�H�o�o�T	���0�S>�{�G�|�}�|�l�M��} ˷÷���+�a���+�y�%��ﺟ����Oo�o�ӛ�~z3���h�O�M�����1~FS�?������?��h�_�g4�/�3���M��/�����4�w�I����4���:�'M��~�����c�P����rh��@,@���i`T��4�`4
L	0�fHX`A���HX�+@��$,�9@�����=F���i�x��4p.�h�`4
jAF�`� Y���3Hւ� �i0d4
�2��M������AF�� �ipq��4�2�h\d4
n
2��M������AF�� �i�L��4x)�h�"��!�j���#D�B���B�/4,D�BcB�/4!D�B�B�/4'D�BC�/�,D�BkB�/�!��\hK�����ws�}!��BGB�ͅN���]q7��n.l
���0�
��p[���ca�.��_xT���;��/<%L�³��/� L��K��/�&�a��&��a��&�Ca�>&�sa��&-B�"�#�/28B�"����"�/����Ȉ������Ȥ��̈��ȼ��,�����������Ȧ��l���Ȯ�����ȱ������ȥ��\���h�(��6D�_�%Q_��ESQ�%�1Q��%�iQ��%хQ�]%�5Q��%�-Q��%�}Q�=%ѓQ��%�kQ����_l`��ņ��_�-F�b����b�/6*F�b�1��#�Y1�[#��1�늑����m������퉑�ء�����ع��]����'�q�'qg���Cq����_|D������_|R���g��_|^�����_|e������_|S��ŷ��_|W�����_�X������_�R��ů'�_�o��%�/�H���/A���KK��Ę�KLH��Ĵ�K�I�����K,K��Ě�KlH��Ė�K�L��ľ�KI�����K\H��ĵ�KZ��/90I��C��/ٖ$�X��%KI��$��$�KNI���$�K.H����$�Kv%�_r}��%7'�_r{��%�$�_�P��%�'�_�\��%�$�_JK��T��K
N���3E�R��K�R�/5"E�R�R�/5)E�R3R�/5/E�R�S�/�2E�R�R�/�)E�R[S�/�+E�RR�/u,E�RgR�/u)E�R���/�7M��
i�v��_ڗ&�T������_zL���'��_zZ�����_za������_zM���7��_zK���w��_z_������_�d���/��_�Z��e���!���_�-��2��L)3<3*#X�tf&f�da�Y����Ufify�+#hʬ�l�l��2�3�g�d9�C�����K�\�b�JFP�ղ��Y�Fvp֞uf�P6��e����qY1��I٩�Y1��y٧���b��+����b~���/g�fŬfwe�fd�\f�eOd�d�f/e�f��ļ���rb�r��;�ˉ9ʥr�ܰ���ܘܽ�	91�i���9�����%�e�U9q�˽�ې{)��[n[�;���wܹ�9�s��NR��qǝ���;ם�;�/�A~P���|s���| �A>�/Q
�3���I.?1�A~z�����<��Ey���������Sm�3�5�A��<���y���G�<��O�y��_��L����k����;
���
���D���B���]at�����$����
�<��*�tWx���]au���‹�
/�?(�(��[�9�p��s^�D��������F����"��!E���A1Rd��X(2PYd��xo�����"�řE������?(�*2P|��A�"�+n+����"�+,���;œTg��x�H���%�W�W"�A%�Wj.��R�D�J�R�jx���Ɩ�_ib������_in�����_iy���֖�Sm,��ҫ%�Wz�D�J�K�t�D�J�K�t�D�J����e�W��L��2�+{�䯜(��r�L�ʣ��<�<�jj���g��_��2�+?S&��e�W~�L��/��_yGy��2�+.���2�+�/����2����D�JCeH�宐�J�B�*�
������ʽRW�\!u��RW�_YH��B�*�*���B��U^���ʶ
��쮐��
���S9Iu�B�*�+����A�:�u���A������u:H]G��D5�cT�7���tL���cVw7:u����d�cm�z��d������zY�tcj�6Q>,��z!�'a�7�-
�\�� �!�2��u߆>b��(�����QZ��r�
C�w���S(߅e����t��:��wA���~�Z�a:�o�艮�r�8�6ٚ�q\W�U��g���J\����(�rEYp_�B�N\�oM5o��P�i܏r꨻H�l�%�9U��J������QS�|�g���i�*Q�	mS%,�8����Ѝ֢,1>��O�7���I@O�},�l���U��e��a�I��]�(ʿ]�����-�e�Y;4];�&�[�AS����{K��1����Q~�j���K��n��E;�o}Oiٚ�9y]�s�C��7U��΁�R���(��q��sݢ��U�cL,�
˓����Y��X~�J�m�Q7\�ϣ�B�N��zrO�'��T��.Ƨ�T|��b��s�(���{��|�c(O��<�qu�S�w[\�|��-6�������[t�IM:jҶ��`uX���r��G�&��-�ˤ�=���$���w���jUޢ�L�h��=P�S�y
}x�t�IG{�
u���Κ0�*�6�
�X�T]M�h[M׽a�;Mu���GA�[�>�amb}ݢm5�6��Zu���m�iY_i�X}_��&���a�ǵ:?A�j��zgM�u���w�m�i|Z?�>�gc��3r��G�ge�Z����ƺT�xN�3�d�f����]�y?�-
��+j��7���C�n3�G������!�%���G�p_�8����}�U��i��0�ߪ�U���?C�ם��0��8�p�Q�*jwg{��\��=9��)��R^���ab/e�o�4<��v>M�]�������q���}�F��K�~������}��/�[�}W��l�]D���gڅ��}�ĿZ_�{`<�����V��z�E�������݆j��.)R�O��TuU
�8�d�d_S��V��1��6Z~u��a����UE@�0z�����qG����I��ݑ�kَ����e��jv��	����O�Ͻ�"GEa��c���ys}e7E�S�D�<��Z��Z��T͎�Z��i�_����5&{�CrO������*�V���A�{�V�l�oiCDSQ�\^H?�1?A���+�j�2շU�Ǿ.�:���ҿɱ�3T�D��b��3�k;��~�ȝ�+�bXyӪ���DzT޾�z�I��Y�F����*9����^\eM\eM�dM�d{���}�0��x��p]��-��[2��R:`���=�׿&���[��ڡ��J|�����	=��M�2��g
����c>O_���OO�s��T;���u��5Mg(���ߺ�����6U�S�y�L��.�L�53?��19V�}���ԝ��)���1�,ǟy��5a�'�Ϻ���h��_S���WԵ�)���?�n�_���<��xe�6�֎�[�9~VkU#���n����^^�(�b:��A?�5�+�E�gQ����j4���'�?1_�~E�S��%>��K�g�s��-vz�����dhe�Zݵ���P;/�ǧ��Z@��������U�@�M�O��O�ϯ�q�2~���Tk
m��x�3��{�p�b����ȔQ�f�s0��5�Y��i4�?}���ΣJO4���;>�fM���z��j��Z�@��?mmV�����Я��>R[�@�\fU}xu^D�)�������V����>ME�Zf�R�]����[`�B?Myc�P���&�� ��u��Z?���Q'�c�Cφ���7��iЪ����9c^����
�د`-�2={By_�L�����{�Vm�F��j�T��n�q�E������ؘ�:��ΤbW�������~m^�6eN�Y �Y՜�|}�<��z��Zh�m\K�˃蛚��r�8��������Y��50���:�,�����cA���7�ߢ>���
u�;���}Q/��51�rq>��C�%��u�e�=M�Y7R��/ܲ�2y�j��Ğ�]�q���ߨX�}�u�~c�u��B���.Y�zƐ���
���>����z�ٽJ�K���R��lg�Z�Կ��g��}W��c��R}�i]���-�mh��~�X�C��
�n�'�|��a�o�����Ӱ?-�Wc1�E�ۦ�oڃ�KjYJ���s���~���~N�'a?y�߰F1��;�e*x���2��ԟa�ḗjNI���veͷ຦ݗ�3b/��G�i���=گ��cA<�L���z�o���n_�Wj1�[�Wf��!����?��?�����z�-�r�����?{��������r�q����\Wcֵ�Gu�y��-�}�ϰ�^П'��'`��d����՜��g5�5�{r�����)g�(ڙD�+�Q�����a��r�ӎ�a�5��Ξqˣ>�!���쉉�9��S*�|l��ӱڟ<�����}g�n�ٚs���D�5;�+�6_��>A��~^SuП���?���w��kjvSN��'���b��P�5E_$ה%��R���Q�}���U�-k���i��4�	�O�6�-�j{?�\i�̅�;�1�YK=�;�FN����?օE�'���`eQOǮ|,6}�v>��g�ǡ���
O%TF�(�^�}�NL�N�w���-���aZuO�W�$�����}�����+T���Ucm���*Q�!�����T,��ڕ���D;��U�^g��(?�	�4����*a����s�D;��X�ڝ��oU�~>��U�ϩ�d�8�'T	{�v��\U�sM�y@��?`��eU�?�Q_]w�*��늓��s?�Q�/��/��1R��-����0����N˗z��*q��hG�w��>����T�v����_U%���K�ܩJi�k��<��.>�Sw�-��ZO|7�3\�o�Y3rMj�=��BZV�^��5U=��Gkvx�9�;R���@��S���z"H�
�Y�2ٟ�l{ߊ���>�f�3��NW�?�)��O�A�v���Χ�;M�כ�_5�-���]W=���>
���4v�#&Ƨ�T�X�#�[��e���g�1nU��&���Vm���O�tFj���-OI�N�_͝�.�'��B���2ٟ�l����C�}r͎�W��G=%D�mu*�:�F>��O��+L�b͎y�]�zpݯ�|t5.u5;潚o��|���=����S&�
��X�����?�C��}�MO�{�4��uz��m�n��
��X����~85�?�,���mL���?E3{���)�9�fΒ��^���,���}8�~XF�r]}*�MչEw�tԤ�5-w�=��5�Z�I����G��K�vJ)9�|W�׿C����һ?�m�:�vԦ'�槺�'���D�	����J�����~�G?+3��ﱲ�!�m�ɬ�9H�n~z+�м�[+��õ��!�L�iO�W\[���Z��V�h�����Im�vZ���Έ�r�x�{���Vj��.���x��~'^?��x��~�]{^BB��?�/�n�O���n��ӟ������}�x��/����7*F���Ɠ�O�o���"c�~QD�#�u�7��Q�$,	c�%ey�Xa�Xo3~f��:��olu��V��5h
��Qk�xϚ���G����Z�X;aC����n��1Bk0~e��g����2�2Mk��_��
2{!w�r"5 m(�E����'�[fb������n17V�gX]�d}�x�f�n�x��g�o�(�+�"���{�xO�fiV}��4��H��T3���&��Z�zM�1D�n7��D��Ƴ��?jZ�T�/�R�ϧo��r�i�_[�7�/E}���j���v4��}�6olC�qs��֕�b�v�R���?�دkv\�&�P'N��7�;���D�W�mŧ7�+5����Oo���QM�V�.6
}��_��6F��m��O�
҆�z�X1xJc������q'��=��O��6,_�iâ
��r���dNL�S�c��Q9Ϻפ��g�5�B����s�'�'��Z�qZ��b��:��K��o�˄��-��FΧ�K�{S�w4�צ�)�|*��F>m�AsN��"NU����g�q�E�����mo���#�!�N�wN�+��>Z�lj�8��Ӡ>U�g��������
R���L	um�`�Z���f�nޔϬo~/�	�,�XL��9�SJ��5+f�6�������ɿL�QW2().3"2^���2�(�6�$/�If��_#�߇˧	�>}��s����r�(O�{�K�M�CL�h%oFic�Nm�6E�����j�E�RS�$�Ʉ,o~ c�g��v���}M�BR�o��]|���>�7���4|�i�o�+�㍽u?�u��+�qQ�D�Ʒ�]�K���\M�j�`\���WA�|6�8!VZjܩ
���[��S4�[|�w_�2s�K����+|y�>��f]�)�+�%���x�=մ2�����w&Qassets/fonts/OpenSans-ExtraBoldItalic.woff000064400000237630151213253340014632 0ustar00wOFF?�/FFTM?|���GDEF��(if�GPOS�#�Np�b�GSUB�:��B�OS/2W`�ރ�cmap��YD��cvt ��8I�Gfpgm8���Zgasp�#glyf#��f��͸head�66'4�hhea�#$�hmtxh	8�|Cbloca��	��D�maxp�  f~name��
	�O�%post��(l�ɂprepX`�3)BW�Y._<������w&P���u
��Bx�c`d`�������ߍ\�RD�K�g���v/�Fx�c`a�Ŭ����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�Մ�x��XaH\�>�޽��N�
YAB6���X	i�M��H��`E����[;�]�`�`��"AR��Z���4����H��Y���W�֕��u)�Jئ֝��w�g&��ɏ||��w�}��s�u���JrV��aЄ.�L��ijҋ�҄��R+�-��z�(������l��Ȟ�+���b|���D�\`/pJ�cl����^�n��*u�;�N
�Eu3�Up��p?Aak�'������
��J<_���{���Y�Sԧ��U��%��zt��9��Ǭ%�kO�"�E����e�l _-P����9`���2.V��jk�$60��v��vo��m�W�c��T�j�s��U�W5�f/�	����5�9cKc{�}za�5�P�>�*��Tc ��N%ԉu2c`{��K�v-�%v�P+0l���G��wS��s�~��K}*��34���l��S�vq���!�)��B�ҁ�>)�H��l<O�p���Tx~�U;ڷ���E;t�"��X�*}�����`hTߡ���^�>�fѳhj[��e=>;�>��C�`̿���}hG��NM�@��>��*X���yƚ�i�3�u�on]�_�>i]E��ys{̿��M\"6�eĬ���Kp��|��,�nbN4&~Nƽ�^:[뜁���4@���\�:y�+mmƞI]H\�6��E[���[���*|F'U�VT$�o�%{*P`�p�������ZR-�j
�9�xQ�%`�'�� P,ѣ.�x� �>}�o�E
�G[#𚪳2U] ����&����3GG�g��ͣ�Y~�
�r�j�	���\���6�N?ת&�7�-�D��S|K�%6vn#֐g�L��󰌗v�K�:C���Z%`_�I!��Z*RStP�۳&N��
՚~��9�B.{O]F��K^��
���`�.B;�t&%?$f�5\/��]&$�6ǡv\ǂ9�#�Ϝ|�o�_n�6đ;�1w�أO�O�Q�����p҆N
�|�YnU�i��5�1Nc�ЌK��y��U�ӷ���]�Q8x�W���Dy�C9�~�^>c�5�5΃3h�N��`%��A�^�K ��y�Y�8�̓&_"�a���'�-�c��E�H��^�W�T���و��En�?�ͭ�,s�&W#��Ć����Ʉa/�J���N?}_�A���+���ث*����c�
s���/�� ֒�Cj�G���Rb5���*�9t��/�^�a�)jp��f��<�=b�h��8[��%�r�i�Vl�F8��b�p��ϐ=��븿�o��Vc�_|�/�����0�`�������#Xsx���e�������5�wP�Ar�ÎCa����Ej�#:N�x�9�%ݰi'8���	�5MNP���[t*ߪ���b�㘓�z��	�!��&�zp`L,���~N���r��˷��!R�<*�!Z�y��v��I��=;���7�3��,��x1�M��)��j�m���D����6���i��.���1w���Λy���c���\��k�_r�s�r��{�� W'v;�8��C������n�ħV'�R���j��h��U#��_�u�Y����>J�Vj�*Ԉ��ޤ�M{��z�l�G=�}K�������ާo��|C�ſR����A�~w�w�K��}3��
��j��?g�T���h���mu�ު���5�_7<���I��<�^�:�k
>�Y����3��А<�٢��]迗���h���j��u�
�IU�=8�Mev.U�A�����K�!x�Y�{rm<��s�m���,0,��th�J(d�|�S;����[��_�E�>0nW���SV	
�ھ�g'p��%�;���g͡F��d�r6r�����^D�~'��Q:D�;��ʓ�C}�N⌳H��0�!���nS��9z���O�T�'Ϯ��q
v#/��(*�Ӫ��Č���^��"�����`���S��8��x��x�b��=ˈ�N���bWryڨ�Q�TN`��Պ���'���c`�G`���G���U��|�z)N&J��<t-W��S�T&�s6�%&�(O�ݼ*�<p^�?r���>�s��ns���|�L�4����.C�fa��=�^�0�)*1,��&A�#:~��N����K�0�nWR1���B�0�s�>��*P���u�v�c~f��*��om�E��
�7�o)��i�j��R�#`X�������,���ׁW�o�,pX0���1�Mbt̯����ݒ#��5l�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+\
h����Ғ%�PbaAI�HT~�!���C�@"R��\[ j�x�՜L�ߜ9�H�)I�h�/���U2\i�����lES,]v`��U�PR�sŻ�O\�krJ�9{��(�c�#:48��9C��j,;T5q
mt��s(�/�.��L(P�B�g^��%'��w��X����Oc��4����]K���E����З�~��	5�t�5)yڗ�&7R��f�x�Y�no���Y*x�u�L҉p��3#�#�Q�+r�M=2B"��C���G��
�8R3ΐ_ȔȈ�!�D�)s�9�s�9לs�9�s�9�\s�9�޿�� ���"�ߠ���H$�E6#]�)�*r�X�1��cб�rBC��8�8�x���Di�.ё����I�I�I��`��	�	���'>'���Ɇ�'Q'�'�S'P$Tj5��@�OaO��*NIOu�ZF��
��w��d�$L%F�	c�1������r�عӄ����ӑ\
/�;ş������apu��3	gHggfRY�ݩ��ԥ�³ugmg'���yxޏ_Ư�a�J���<i�i��U@`*R���M �6	�I�t0��.I��kӧ��7��ID��XO�'F��d.��ј����qDB�H$:I@��vHG��LR&=��Y�)�l���<�J��gѲʲ�Y��l\6%�4[��Ϟ�^�^��''�1d$s����!�Nr�<E^$���sjr�9�(ǝ3�3	Ѐ2@4j�~`
���m�0���¹���ܕܝ�#J%�PJ)��"�h(z��2E�L٠�Q��yYy`^i�<�/ϓ7��)o!o=o�������0u��Bݡ���c�����H4��&�5��4m�桍�>іh�]Z<��Ϸ�{�'�����@�R@(��ԁ�G�p�ϡ���k97Q�-h.�(�
)�e�ՅM��t)]A��=��$=B_�Nj��EeE-E]E��H��Ĩf�2��"c��ň1�	L4�$1�LS��2��0s�a�
X|V%���a�Y0+̚c���Y�����b^qE���[,/�o���,6�-dk؝l;��*a�K\%#%�J�J�J���Ju�џp?��4�As�?g��~�q�s^~~�z�LY6yy�sA}a�K�6s�Qn�"�b�E��&���S�fx��Y��rz�����_���\��/�����D�D�Ti���"h(A�� �	�`]�-�]�_���~9xyK�a�g����Ҋ������+�"�H&�Dv�K�Da���ԫ���������/�_��$Ɖ�b��^���V�V5Tɫګ���zI�D+1K\��_�:]�fW;�c�����tMrMC�����u��ڑډ��k�k����֮���0u�:[��MHۤ�R�t�:�:�z�u����z��
	
�O��
7:o�n����o�k\��xSqSw3xsC���efٌl����V��F�	���m�
��^�K�ur�|J~t�q�����a3�j^�˺���~w���e�^�=���{�{�{�
��O�x{_x������U��^�rNUƔ_[��Vr��u�u�u�5ކm��m�m��ն]B�U*�����*�J�r�|���պ�:Q�W�ԕj��[=���w�t=�x��4���[��-A��~������yNW�s�����)�H���Q���t�ulv�;��u��N}��s�s��H��㣝.z����k�1�1��>Y/����2�5�M���^x���ɑ�� 3(
z���5L�k�XOBO}Os������	�|�Y����F�Xj��:��8h7���}S��`���L&�Iaқ�&�i��ٴi�jF�If����`n3w�{�.��6ϚW̻�%�B�p,b�̢��,˸%bY��Z�"C,�UBuP��̐
B��"�	X��+�ʰ
��V�Ui�[�V�����-��86����es�>�V����=U<u<]~zЛ�;�;߻�{������L��l�����/�wԏ�g���k��S��������X��=����ڳ�4;�ε����s����C�!wL����z��h�xIz�x��r�	:�N�S��8��΃WY��8��_M��w5�������׊�S�g_/���
�7�7�7�o"o�o����d��B�n�[`-�
��.���ix^�7�|�6�m�[�-0H�
�gw���I��b�
���i5$2�f�V�b�D/�K�
��ްw�o��]��X>�/��V|����h�0,�nn���G���ׇ���~�?��y�
��ɯ��f�����S�3�s��R���k�����]�?l��MAm�+�t������Lp!�����Pb…�! �X��� $Յd!EH҇��#�����h�3������(q�{ty4:�5�7z0KC��ƈc�8��5�i����#x���	\SW�8��{//!{B!	!����EDDTD@E��%�h�Uj��E[k�:]�8~k�ڎ]l�ڎ�N�����g;��:��~;N��(<�����~��C7��{�s�'IH����	N!'�A	EI$tL�!���Qz\��D`��V�7ד��0k��C,;��Փ:6�4ul�a�ZG~g���e�� ��Z�a
	�k
\΅�l7P�(�!ׂI{+k��}�R1�������~6�0��$uR�2�11"� .!�&b�d(�%9p��G	��8���Qz����o��8��MB��6Sj�߼j��Z 	�M��l�A�Ϣ+Z�V����쭥�?�l���-��]�~n}p����^���O���ӻ
a!�?��fd��\^F�f�, -1;[��.��&�_�J�v�Y�F%�:��y�A	��;
?%��u1�z�'�,�?x��,��V0��	~���q�s���OU�n/_�	k�='N��mq�2��Uo�=)���]���k_�o�,̴��l"�o�k'�{}���K�1#^oI���E���q&=ܟ�X6tCX&8w�%lD�CX��rwz>E�dž��X#�DZW���%�m&@!�)�0��([N1��Zͩ2J����o���۵��!8g{��?I,��c|�ݤ����S�e	��|����SG����̪����|��V���t�=��mz��1p��~^�o'���gV��93��3��h���"�pA�ԙD		�T�]�'��2*d!�h�HTH�H��4DOH^���I��B|d��B��&T|GqDU���ő������/��X��;W�^4�م}��8��Ե��m��Q~�()ǡ<��h��a�I�˴��$i4��j�O�[|Ogo8=��ӟ]���cߘe.c��� {I���r�M�%����TW~�ٓH�k"�W�˫�U��,�ԉa�$�
�4�/��P�qP	���vcN �&F����<�<�l�������O�Z����v�P�B�n�o�2��/�}qe�V���<L5�*��M�߄�AB
7t��Xg�Y��[�R����ӽ@l`�ӿ��1������b�`o����E��͌�}P!���J�4���Z�u� ��6�E-P(eQ����e?�%F�Y�ı�~������~
:��ג�O�쇐=�m�5��>G���1�k`RF�'��v�=��)�{�R����N7		!9&ah�(�ދ!.u�Y榕�A��8���0���j]́c��:��\K�A\�
�T�ᨥ+!�A��pk$����`.\��U��A����E��#
ӷw6vm��5<�xL�#��sC�n�X�%�R��h"��k��@���wLPW��q��h	;�8�"��XN"�( !�� �FC��9V������Ԫ�O����RWVZݢ�ߨ3�F�539ߛiT5��������x�㑻|cS((�޺go�����b݄q�>w��K��b�D@1p�Rdð�5Ae�GJ�7����ɱ����ϐ���@��SS�k��;u� �6��dd%*A$%a��Ġ�� "�B*7-,�r�5Q�V;=O�Mw�N�H�:9����_+��v�T'�ݦ�l@�Z9�˦�r�﨔}�G�:ΝC���J�T����0�]d�T�F�M�
g,@�
��mQH�_I�x�o˦�=�`V�=ceO���&��(�/�X�o��~��ܒ��]���=ySc����,MF��Q`f�3�a.ϲ�P�8aw��g;���c+{u{
ȡ�_[ 
$�LA�0�J)�i��1%�@ɈĤ����!q�p�����=�0����v��Oܒ�8Z�*5�D@P�
l���+��]s˘��9f�+
��n8o�U�V(�N�Z:$�F7� ���8!DA	�ս��¤�9Ֆ��R��(gk/H�H���n��u�ʒ*�8W��r�J�F~˾�:��l{���r(�pM�!�Ҡ̈́��;�������Ț���	P&��9ʃߢQ��§�h����OgZ��Oy�M��%ֹ������4?�J��ZV�ӕ��!iYB�f��w�NJ�&&+e�'1���r4�����/��|م��"��f�3嘔�!�i�!�A��$��P�`@*
���0�n�x��Š��]7��n^7�oTH$e��"M�*��08_�C�����A�XbK������K���?��^���n}�+�fjQ�cݍݎ��ג=��|ԑ���䚲53^�9��Vӄи�o/oyfZ�eɮ�u
����*�ӫ
��M�br�2P��v����Bz·{Y
�N z�J�v(���{$��'�H1y�4s����%�Qjd��M���]���9Μ�iOί҈Ɔ�g�hȘ�ȫ�^�d��|A}vh���F_F�X��L1��uYe,��h(������3���iGw.)���s�~�D��֓H���
R�e6[E������&���Մ���:[��P�ٜc8���㦕-*m���~���Θ��s�nj��9�m�� ���?�9$��P��Q	C�uCsD�:z�����l�:��F��z4�-l�э=�M�I_P4� K�~�)�%ЍR�d�1p�0��^b��8h��f��'�Wi��õ����a@D�@���l?���oNZ@���>7���Ԃ6�{p���\�Z��2��8玡���J]0�`HKK�	Ũ(�P���j��L�,�B*�w��s'�W&X|����N����ƭ�[���>�-�2� � Kg���@b޸�.���p���՚����p]�D�&��������-�$�%IK�2T�P���\.����Y��>�.ZU��Uȥ7C!����uYv�1�S�W����
rK@D(�sC��:_��+h:ᙶ���q�I����2&�?�d‘q]1R��T������ǖ��BO��/�Lo3;XU�hvI�"����W������7=�~���o<����<X��c_ڹ��fd;3�u\rQ���;�lͱ?m|��]�����Y[���-s�ݐ���N�
u��PB�R*�e�2ӄ�ĉ�F�DA��q[E��k5�^��@�"$`�f-
W���Iց��鎬�,�O��6�GE$V�ub$4mV8���l���x��gh3D;�2V�'�~3A�������
�Z��e���Ԧ�VOل���ʱ)ť%�MO��|�� 2l���Ogw�XWe0�k\n���0.j�z=j��
%�c ��0D2
=ׯ�r���V�8�t�_�<վ�����Դt�C�>�<�C���ovW���`��jݰ!3�}3;�)ć�x1H���A,H�X��O!�R�}S��>bAn����^IeyO{�y�j�	�k���?�l#����rd֚>�7��7�������4�hd㩠Àh�>���5����"�T@��};��`������H���0��"�:�Y{>8^��-E��o�3�Wx��A��$��BL���z�{쑪0<A*��%1L�4(afȒ��~`?-�h~��/Sv�<ײ��]���t�W�d���4�R��ؿ����-�'�Oj���R]�F49�%�ܟh|�M�<@��/mK�&���5쁵��"�a��<x8���cQ�kla0����y$1x~��h8VIH�KIh����&�?
9�eޥٖf_IG���g?�o���(bA�X��x����c�|3wxO� L)��d����`��
��!���'A��dlݑᾞ����A��
�æ>����I� #l��s�����z���3:�����j<��֣�(B&*���dD�Rƞc_�~�P�&���ɉ����ޢe��gՓz�:�����y�68��.�U-qa����G�f��s Y,P�$�A{�
�_��D�����gn��!���Ѵfƃks�A�F�}�ǐ�*���(�}�=)�}1d2 w���eLz�藛�������nW�?}����S眢�:x(�O��׳
���_ƀ���K7�i^�pNˊG���Џ�,��p�C��I��n��}9�Fj֞w�����{lRס��9%5��ϭ^���*6���v����e��=�o�I�C5�c�Ǘ���ۧ�j0��EF�����cW7	�=�fm�|s���MeY�i�r�O���&v?���Dׇo��f[�'3��lz�iE��i�{��g{�q���������XB�3�p���\l��(���@��p��I��.=����'>�p������T��=.�W���}�^菸���B�T�5�H�SP��#����
�=ZO�c��>[�x�͒gUg�q����m~{��+S������&�$V�oY��EMN�p�+��I�`�ſ��)3�.���>�ɪ2*����}� ''{ ��������$�O�44���}�����w����r�ͻ��g�@�??�9?N��^��c��yN�{C������a΁��QYI���۠��e���~�cm
��

˽˦Qkڎ�sm8O"����Z	�0oc:B=Dž�Hm�s�Cz��"i�U:��A�jF���=��)TÀ�E";�iF�I�)�7�B:)N#�p.#�Ma�H#+5Lx�E~�?�>t���E"mY
iF����A�z����Zl��B�4�����_K����m}<@��j��[�O{m��M��Y�z�&{J�����5n�C 5֐�/��!Ͼ3�5`����JDa�AǠ�bep��!�5�J���H&:�q�&@L���hy��U��Z�l�@��p}��
��d(�&C@(�V��9��~.�6Qm.�k*���� ���
��a#�γ�ق/�ir1��-!0	�#�ͤ���v����;gY�W�nP��9�y�(�<+@�?�~��|(G{�R��)\h���~��.�I��d��u��q^���c`�E�O�(�,`��� �����nS���9��veZ��p�H�R~��T�z1��pSl�eJ�� }U'i�:��;]�9	��)���LɤNKZ�3'��ޢ�/g�[��͜5߫�:�ꚳt���=���LH.���aH���\��:����Q�1����"�HX9��9yG�m�ʗ�ΨM�@�w�y�(�nF[f�O�0v{JA�E��4��„��^��zw�ꌠ�ǯ�5�Kǹ��[^PY��d\o?������jU��JB�@`0D����Y/�

$qb	0�����,�d�m|���^�`�[jJ�%�7�L��b��ų)�9V�Ñ�u�tR���a4׋{�
��¹�/�~��=�Uu������qX� <� ���Ac��{,<u���bpg�;�s�>�h�/&�������l5���G5�_��c}U���U�e̊������t���E��+0�K'	iD_�
."^������]�1}�j�7�$�RI1�-O "'UuN��J�����"D�T�b'v����7V�Jm�1��f��4Ǘ=_�D�F������hS�>Z�*�&��H���J����?�7����嚧��W��4iw��w&��L�t��h~�e�?^y��g�BA}�7����GΪ2�dV�C��b5��1�x�T�J���2#J�h����p4��.�Cf.!�(����H2w�9�(��^��Ǜ
m�͓���4T���"ŧe�\��;�j��������MtJFJ��Li1W�WJ��ꡭpm�8c�Df0>1>^�`�VU3�.q�0-�E+��Y�	�t��?+�]~��r�b��Lr��i!Neؐ!�%#@nzh���Dޖ\������]��������f�*-����ֳ��?/�^Yh-��$Ic<��˟(�:��F(�Т7�Eꪌe�Z�D`0��B�P�Hq�B���<���1��.�zQ�w�)���R�E�ƕ�l^A)#��Sˤ�@%�
5-�y����ձ��V�V�RaJv��AU��-ԥI��̪q�8�4�-A��ʌ	z}r�P��$B��r	�pX�x�Q't���R:�E|�d�\dn�̛��X��]��H3�֊@�rF���y���@b�������f���o��%N�>c��(�戡«p�\:��B���֦��Y�c�.����/�4T�g�4t�\��!�@xJ(Y�ҫ�L�s��Q����dWK��^�X�h���us\*e�>�����'B�٨�1^�
���e���0��a�FK��pl��`�Q�N,��
VTlݖY��fp��e�|��;@��=��g��<8~&x|q�&	{"�Fd�Pe�C8�:iL���(�ӨP� ə�5�[Gt���+�0���9�����)D�m+z�&�s�ݺ#&f
��ؚb)pY��5��1��rhV�ݿ3վ��z����y����^M�#=�:v��d��V���X�l���0��}�JS����Q,��Q�.Q*��.�ɩ��r�{_�!�.-�����pn5Ԋ����qͺE[�Hf�myo�w����R�r�4Zkbj�;M����ޖ����~�ީ=��g${[{6���s��#P��5$�xڹ8�.)I�ԴX8T2�і�s��3v�&�4��c}G`�Φ�Ik�vx&V$���$����j�x�:)�̔��e��_nX��i���?y�6%罂���m��+�x�kF��Ͷ�6�	��m6�0$`�A�/9�bM��y��<01i������1�����u[�`]�ZcA>tO?i�Y
���v&��M<�\���i�
l��˔�>����\�Z�X���yK�)�O�1�J��쭏s����R�j>�f�T��b�ı����q�a�~��p�L�+b�r����:!TV1��`8ƆK���p��������֖UV�:�.�[�ƤUy��퉅��3��I�b��tq�QgqYmmKk����
X���S�u��'[9�Q�xZ�eeD"�"F˄t�^�Ol\���MeQN
�Գrq�n�6�
RJ�/��9�:�]�f��v����ﮱW�>C�2Ր�a���ӡ�]����xI(N9(!A��v�?Hc�l���v����uS+�����a�T��e��@���:�LB#��g���;���K�p���'p
�x:��x:DB�o�}ZHR$PiD@
��=t��	��8�ۭ$���0gc��MX�.32J
$X$��X;*�GE�h5Ys�8^B��2�-�D��2�e��X�^~
�
~Ͷ�Fa�/�.��e��K�Ȳ��&/���TZ�F��
�y�Cv6Ǚ��
������SK�~զ�._���Yן���O�2�����԰��z��P\���p$1*��G�f�:�P��(�b;�ϯ�S�N�v�^l@$�O���~��h绬&�Z4��N��WjiQ���"�ܥW<W��=�-�38�����6���r�XX[z������aX߱��e0��"�1���̊���˃���P���і���IE�p�cX%����
E����[ݭ��&���W\;I���;e�:�TA.{������#�8qY506���z����e�e�cD��-j�r�\㲳(��;�"?d��:"\:}�Y���f��
�i�܋��J�m1M����Dt�b�â�oi��R�q��{um}�ħznK��J����ܢ��-g�[��7-(���?�Ğz*.7�˧ID���M��B�p��1�I)I=��U�W��owmo�g���n�vz(?1����2�BǕg%\��ħ��Pɩ�H�	�|�=f��p����T��k��j�w���Udc����t�{=�������k䧪O�$MC7�"\�k֠r����˟�v��f�~Rdž�s�GP
-��T�,�^P:��c7_�FhN�%�F*�ŕ�p�
Rd�+G�x��	��=�e�e�<��#�kSe������ɁĒ��͵����ߤ���������k�'cR��m��*s��-N�i��7�\���H�1�\/'1��	B %��_�f��3y��Y�pFKP��J�f˴��u���Y���'ʦ{�Y���F���l�������@��S�3��1�]b��h�N`O�`>q����f�z���		J��L�a�D��֋��h:3Q��\�Vsnl��b�":����l~�
~��su��H���mk�;r���'��t	��__�>ӑӒ���>�.N���8�32������W+�*m��ՙSݞ��5��Q�u��_��t{[3W�Wf8*��+�vDo��N(gq��ƈD2�R)��BE�TL�jK��s"�8�
*r��.�����0�k�k�?9_�%���՝r~����K�[�.�WX=�>h����p
N��yF��@y�+_\�5�9�� ��<C������x��2t�v1vw� �-���9"���a_Ň�,�U�������"䎳�Q�?���E�ģ3&�KK��֌�6�ES�{[�;.��m�3�>+Ų�+Δ��x��Y��:��JMpf%d�XQ���a���Y�d��GKPkҘ�Y��EE�Kj����m&�hJ2�
�qR�K�V�8j���2fh��!�B%E����3L����3�O+�?i� ����B�3���0q.zU�z'�E�mC7�(gjh5ʠ�MMH�P�f��;H@���[��C:N�ՐM���aM����HH>�FR�/�ߞ_��<P���~�x�ٛ/^��w�h�S���*�>yj�#E%}Mk~�̄	�f����0a�o5��}}�����b���o��2��BR�ꞵ�L��))���^z��K{'�_��n!/S��A��
}~U��h�UqqJ%!���8=�R|���
W_�P����`r���#
ιLϜY圼���=]�v��{b��ۗ����ZS}V����^1��ɹ�I��I��	kqMeBfU����>��"�^ �K���|,gh@
DbT;,�0#��|���Zǽ|�"����f���\���G�1��fpG�����n\;tڥt�{Y�
�x�kR�M�x�ep'�ҡ�p��r�O:��PCdń9���d|&*$!�9t�l�O" h.6��Ǭ�Ճ��@�{��d��M��n��//ϋ��o���! @-��7�;�}�w�wn�@�h|�����EFE��k��~��b�z1��P�$Jț�	�B#^�	Aĉ�-��0�D
	mxלH��^�6��L�v`aauu!�!o��_����,��mU����0P��� �F|7z2:6V,�H�,���וz�z�*�n�n�����oTFF������:�|F$�Z��xb�X�Q�3�Oj�edoWZl��8��b\�5������
�~Q�inz���z�}��x��⢞��U���C���*�y8W&܅�j��e2!�K��M�!Q*r�?�@��$f�Bb�-x���Q���ΊU���ն��Ү��'<ڴ~V[��QU)�?9l�t��=�-9ɠO?�v�ڪ�Ί�:���r4���L�`L��B(X"g9Hݩ}�`P+��_eϚn'��8�����]�'NloJ@~
ʁ܂�{
a*�*�XRJB�H�#�BEY���\�)(��A���f�z����/Q\~U��T.�e*��9��л6�B���%)�t_gg�mñ􋌆��0HR˔�a\�����ϫMJ3���7�dN{nqA��]䪷���G,����u�+<?����	�H
�H=�B+��t�X��j���#�)!Yߑ.�7DP*LP.%��6�P�aI���KV���\�o���j�$J�V����+Z�4.+´y�is�F��Db1��vI �|�A�����=��H�h���^ph�
�	,����H�N���H~����ՂsP����5/ª��Hj����}�z��'�{����r�8ٔcR$���S&�ҞmS���۷k⾇j/8k'�g�z�M�L��"��[�>�ۡfg(�ۡj���t�ʢ�Bg	�P6� YN�,Ь��9.�P�(�*��p�ُ�L���0�۝��
�(cx��X3t���R[�e�#c�
^�cZ"c~��\A]8�Ǭ�cZ���z�.�ϣ�{�X�y��4�"�@oĵ�ڠג
C1*hR�JR�J���:\�	P���� ���)�;��*���{����Ƹ��
c�JI�-�2�0��o��ٯP)�����K�:��j��0��H���wB)$*!��ɫ*\�q��#x<j�Jpy�1c�ǀ��[��		{#c:���9A�`��$�፬I� �̷�8�I���9`���E���`1{��D���!}.p5�#���j�L ���Q�X*��+T*ˇ��A5�U��P��7�p�`5[W���g;A���4�����F�sY
����LG\A<H��|�k1�28��`�I�q�k�\QcV�U����6<�c�171N3x�Va�J�G�������4tâ�5&j�J��Q��c�ԡe��!�88�Z�hEԚ���u�H��r*)�4�D���*l
_"U{ԣ����+��Ǫ��G�޳Vl���7%Ra�w��(�A�����W��fn{u�����0~�6�����1���s5rx�^^�:�3b��јw�Ƭ$%����i�ݏ�鍌�N�2b�wMݑ��0�3r9`��
Hh��L�XJ( E1b "$4����.Љ�Plb�Tכ�@�:{�����<	d���w����D�ԛ�?q�t��!����N����\E�,-�DJ�8�T(r�T�J�κ�TDž��Z$��Bh2-�0��@2�g8,��I�}�'ח1q�����-i�3���h~����u�P
�=S�3u�[���$.ߌ�;u�z��~}1WsgM]ֻ���k�E%��T6}̜��l����.�� �*�
��=^���k�0��y�{0�E�<��m�������8�i�h��g\��a��q�AL��SX��H�2=%���Z��Z�ΐ=?VM����<�S֖�Lu��q
N|��ܪ�n�����1��׈��N�e�D
��r�ń���.IY����^�K��8���e(o0#G�2�.X��>e띳@@ewTOHu��,(��i}9�=Ey�@��g[�+�/��m�F�1�k���߽0aukjz��lOO��L���2�8�2��L�ֲ���D��`opN.�;�9@�%�iP���,H^͔#�Du/DԘ��n�1Qp0�5b��㌌�\���7�,c�!��9�yܠ�.���_� ۚ	���x�J�q�E�����D�"hɖd���1������I+��JK!xwNNn�<��u!�[r_��G�#�28h�|ȑ�\Q�4QE]5F��b���{߬y��}���f��}S��qu^��l���]vl.�	��U��NsU�Ww�q�`��Y�ѕ`��/�Ax�1���x��|�/B�L�:�G��w�G�ۨ1+��1�"c �F���uӿ��?�����j��p���Tn ��f��s�kQcV:�3�/8�'�1�P#F�p^��'���;��L��ֽ��@o/@�ձRhT
�:������+��s��5���
B����
Y2�x�O�đ�
�ZP����a��,�4�?�[��d��f�)w��>��fZ��bM��]��qh|��߿0�g��]{p�Ƣ<�Ta_t����������Z�Q5�)�Z�W1w����ǟ�IJ:��ۨ2���\�������<�v�^�5f%�ủ���#"|q��ӹ�ɻo�)L�f�w�R6ODw��(�"�$ ��!Ĵ��S(�9�]E��^T6��J��%��%�ӧ�d=��7i��ic�L�2����3�
=IH���U�'��8��e*e��d@$Ą\
y�4�ds�d[ء��
|:�ߛ�PP��Y�$3'w�O>y��U󬙹�]\W�"��e�Y)B�}W���)��"�Q���y[��Zcª���
�ĸ�zo�Һ�8	�Y(|l��SK;�� ��Y9�W+O���ɢaހctԘ��a�1Qp �=#F`�rc��1��DD����y/�����psIÐ��Fi�MX�}|r�&&$dl�\�6\�����oN�Z����&p�w�|j���ɻ�菔�d�y�B��jD���[~�>��e|*��宑����A��p ���7��x����rvSp6b7ۉ��q��wF�tߏ�����l�P���G!3��8���bS�?�G��m�L����$�F�{ӹ����~S�.��	��@���pF�@��r��z��}8����11��z�4�ƨ����6bt8��ZOۍ�׃bm?v�È��˄�B)�QX��!8��M�$8��|�:k�1��!���5���'�h��t:�F#�G��.\�)�b	�F|���kG�p.�uH2S?V�lo\����j#�t&�wo��}޽�q�sɌq�YV(�Y�\{�<���P��"<�n��q��R��9ΞW1�^�`-ml�V�
�/䑼C;q㾼�k�<��c�� 8ױ<d��cT8�<p~MG�~
����i`���TǏ�߿(?o`����|�cW$W=���K�����:߬,9�.�.��{�x�˝|5����ie���W�oX՗�Y�u��Rr��)������R�p���ra�S�"��"V	~�ߋ�y�D�ڈ��C��f����+����[N�8"�\�7�S��$E�"-+�E��逶xt8�8����E�L���pИX�H���t���yc9�c]��Ga��UC@�GJa�r�������~nj�}�� ��l�p����]
GC΋���*�T�B-s��P���c��x�njH?��:��7���\�͠����M���#��mI�~�yc/����Oɦ�#Ԯ��Z�
Pw����
I�D ���j&$ BI�%��y8nz��?����eX���1IIR�y.=��Y���Fg:�
�f:�8RF�S�Q��T��JI:�ќ�Q�p[��΃q9�Ρ�ù��2�7��~�?�qm�ր�����-��]�}9L��7�����0sp:���
g���cj�~7�=�g�Q0`F.���?ü�=��߆�>���kG��מo��q�9%�e��$���QM>��z�'��B�E~���q�
nn!1�܍��{�t�{�ӛ9G�3��"Z�1
�g�t�5Ay������q����������Z_A+��D�-���&�pS����������o�z�Ԣ�>�������=pn�Z��x_n�?:����#�%X���c6cy������+��@�-o�hy�-@w�Ϣ}
UEl۷������}��8��Qթ��G��s�
�'�q2��qC�q���Hߝ��??=�y��Ԡ�C�@^���Y'�$�$�P,��5r��Ǭ�f����	(�Ӱ��������p�|e���\ζM��,���y®��ը*0l��_����u�|@�7L�a���;��@�s|�ipw���6L'�[o�tҎ�� ۠	�?<��i��Cw�98X�k���/p�E�[3꼠
ԍ:�=2/���#f�|�.S����g�u�=փ���"F/��Z2��[<���
�m��I~�]�m�T�Q�`����U"A�>f1j`��5^��U���@pb`W��G<$s�����A��t8�y~R�J�"�P�$��
��G�,����i�Wx�՞���z��2O��]3����ף��[�}�`_��7Ajf�E���#g&�`�}�*8��u{3��_�/�����,��9�u;�W��?��0=Q�<3�j��gD���y�#ù0�8�se^�p��z4�
.	��`�R���ƋB�X2dLM��Qrb"W�ƥaG����D����^�~�p+ ��ح���#933���l��Y�V�+��du)���;�WZM�-�zq-����X	{�*��{Zj5Z�N��l��g���"�y�+����Z��'[bB���J.I}>�q�33�������F�8���cT����L�]o�o���{�36;*N�z��QƸ�i<r��<U���Xx���J����s2��+��	����.�HX˻�Kn>-�����/ļ���	�S	�ؘ͘&�6�S̛q#u���6��-�C���]�y3!�������Td^��Ύ��A� 0�<~�UN�~X&�p�"��_�)�~�nX��S�p����#��F@���R��<��W��F�|����?o�_�D��F�G�wUԼm��w��+��=~^�=-h�ϧ��۸���x�?/�_Q�G�;����޾{8�59�Gx����r��c)�	墐�a��V�{��q�t�ƒ����U��FP��r�M�o������5TU!���h��h4�X�L�dBF�Z���(\�/�/R�h���q�h�S�Ōl�g�y����t�F�<wHFdN2�v�D��ICUJ�=�ܼ�~��̐�L��4�Ucj䌴7r��	��̨sT����c.?ڹg�G�G98��v�p�y,Ρb[��ۊ3��b98;#p:�ۣ���[O����{���^��$�Hgw6�u1����5|�G�d8n{d��TE�7��yM���đg�(�|j8�m�[�8�EL�5�ߣ)<�?9�}~�{t���<�K��	����sp���c���X���u�֨Xឳn8�b�Y�}yl�/.��b��wG��b�#=���}44N��+��$<����RDOO��%�p\����8���=Ԍ
G�c�i|,wv48��z���S����w
�ǥP?�f�D2�q},?�P��~
JK�9P$-�Y���Ca�>#Y�~?7�8��u/ԧ$��)tΔ�"tP�z�h��>�;M��d"AM
��ة��S��WW���������؎i�+�,��p�����Ψ>)�xB�u
��#e�*)�֖
����2�M�^8�q�;�K`|b��Yb0V����-K��7
>�n}���1����`�Z�#��%����5�#eی�3W|�U���盙zZs��X�]Ĕ�u�k�\%���r����J��Xs�+�H�?݂���N��?x��ڢ��Ѹ���ı�֐�K%��ݕF�����Bn��Z*y���^K�%�KP�%K^Y*�ll���Ŗ�h����XvO㥣ں	-/�O����s[�"�(��&	�RE�!Q��Z�j��
=O���
�����ˬq�B�<k���í����Y���h�M����K�(�����Qzy�{>r.ԏ��f��mx|8RظXH���X��Dh,���<�����%*��6���!h|�-<�{f��S�u��.4@�>[��Tfɹ���21j=�{|�N�I���:@�e�$��)d�Y�d�Y�"�^�֠~��D ��D���>s�7��XW��r��8=�����'s��·|�Ow��@j�rY���V�l����Njl�p���fv�ԛ�O��@0��P4�v]�q�9y�r�U�V3ܩ�;�"�#t�I�?:E]Qdl�n�����+�Azn���3�}Y��	�u��э���vGԶ����F��dL\ye��V�#{��p�}z�����I3�|�����!~L�I�a;�j/b8{�1z�P:̧eCO
J1�Ӽmނ���D�0>���B�qAAT\�����y��I�|A�?�3�ǽK���	%!;u7z��%��)��;I$�����g%:�3�Z�	C=��AocL��K�R���j��Y+��}�zj�e�"a,�*{iw:xK[T��ގ+�S�,�/��ݙ�%�u�����t��}�G=�i9Ŭ�~$p��n� ��5��F ��T������ӗ1\uY���A W����Y��>�P��%��!w���7n�5����z�3T'�u�wO�x=|K*j���u�^�.]�p����Ǧ��������[&C_&2~B
�f���7�٦�\�3��M�;u��m=	�g������ʎ��w�(���=��哴�عJ��'m.�����b�������*'��"��犞�s�]��p�7ٓ�O�5fN	�f6�ϟ��'�'tAI��^�˕@�XGi��5��w��]յ�iȬ�(K5��ҷ>Ԙ=��,�X�П=��"ٚ�<����f!�:��|GՕʄ�@��d�\�x���ݑ+C��o�	CC}<�Q����g��oH!E��Ȅۼ�,m�֦Ĩ_�����>�m8zH�u*T�<��Q��x��K��
��n����ߴ�g��+7ʲZ�����~�2��1�����tM�/��g+���c��Z�30u��l���l�+�	�u�]�=
�q��,|�ζ��\����Y��Ϯї�Ə2���CCv0f8��ܳ�'��C��c*���y��\b.��Mg_��o(gR�������9�gm�����2\�	���K� �(���\
��F	�l�J-����S�ɯU�O�|-�sRh��Ft����׻�:���LH��r��7k�th
�#�+�{�=r9p�i�H.Yc���N]Q�%��U@a>@�$��&�5��X�٪tk,��R��d3��������p�������N�>�Uq�~	@� >�g:�X8��Y���WL�,SZ�&)hK
V@��7�͚��liiG�
��o诘�ר/gLr|�T�`q7�D��Vd�Q�0��ɥjk�8�5Y�⒉m;i
���y�D_G��[c_�ġ�t�
<}��b|�WWT���^�5Ԃj\��r����_�<z%��v�R�g���E��?���ȧ�q��8gԸI���%x\p��'1�
��8/����'�c���_�r�c۠�0��{����W�ps�&�{��i�$�S3t��;s��?�Wb�U�	R�|��-��{K�6�9ۻ���"�9�9�~<��4n;~Kp�=sw3��N�ϜƟQ"�K�!�0ýI�N(�
��r��}j��Vpm�{0�]n�z!�
wW��|��\�0�*J�õ5x����
ߗ�9�N��G�"��Nԟő�A�h>mH#�~��eԅ�<w��dž�)_��	8�-��W�<�=�2;a�ɕ���`}��1��K�8�=����]|e�Pf���ȳ͡]Φ��;ey${!r��
^wVd��ll��H�����A�(�kT��wX!:����>=E	�>#��ٹ��U?S9�y�|���s���{�p~��=|\O{N(F�[F�hG���cR�.$�(U͠��z���o��@�iF��ϩ`L� ��^H(N2Q���s�����M��wh/��¼p
�هqe�>�����YB��$Pk\�8�^w�N-��&��݋�e/PG��x`f�H��Uph�3�|��=��ı�� �;���p��瑅�QWJP���c%��R���!&J��r���W֤��u5��w�%�26R�>zyf�Q�~��Z~������ߞv��Jf���u�ڹ�)�cJ4WU[>Z��g��Wn>߳��/L]%%�6�^�d�kb>M:�y�s���p��]��!?��ND�9:�XH�H��D�����
Q���#I�dP���3M	�Y�,~��	�
V/`$���>�tO|Eg�>Z�����O����-I�K&�%�|J�A]��N��z���aQġ�p��A9�D�M��6>^�p�-�+�}��	�B
��[�#rH:���,��x��o=�	t���7���^��q������	T��>�l���[��V��ܢ�4Xf����i�t�ZX�b�m�x��?�u��y]�K���_�9��N9GԸ�a�$�SnL
������񘗹1\._=f�<���Cܝ�8��:oۖ�0����e�GY��T�{Е�^J&$��Kv�Ӑ��6�OKG�����J/���t�>��6��=�x��Hb�h@��ҧ�1�T��&1�+-�/�Wu�X�\r�<=5=�JQdi��q�ٳf�)�<�=/Uߌ�jRb��R�I��3׺�?0=ϻ�]Q䝼`INU-�o�X
āF^���$$�kcB�iif3��H�A���	;"��D,n@�p���o^C�ɠm���g?Y�‚�<�X�C�KA��ԕ�R'+2Z����S�G�+a<\ҝ��,����E?�%V������I��P�$O�}JH5xk2j��ֶA\"�w'�Kt7��)-���RZ�W�5M�����4��N��슬�`���HS��.�7�]��"5�i>���t;�Z�o.�(�=��m��Sq8y"��u�>�%2P��[�iK�B�Hw�~��/5�q�`�KO_�G��7�i�c�vOܗW��P�������ʽFo�sL�����ZϦOvf��O{pߘ�{��r�������M�����e3�qe����"<a����DzG,2RR�.[tCe����_|\�=��_i��~�gz�:{��v�#T�_���[���p���	{��N3vǜ	+�(E��-�op;�om�4Gjg7��
�%K:w�Z�n����H�	�F�%��O�Q��ŵ���7����7��I��?��2�m����KO�̴\*��]_�Ğ:��yEq�����ْ�_�zl��?�
@�g?���K���fǬ�u���kpP�E�AR*�B�pdL(v��%ח���n�įP����_��58�$\^�]Y^s}"�����〲j!�ȇ�B�9c�p��J���k�� ��H!��M������3mi�ǒ�?���D���c������,{M*�LI��=)ן�Y��ֹ@��3w��}�[���`��pB�$T.�/kؘ^XM�.\�(��l�x�z�<�R}n�z�J��a��s�Ηc����g&Io��ܭY�\B����`�!]�K���kƤp�)�I�6�KOB���qu���I!�$�kh�]-;.��QP���ں��\vՋ��ZS�R0"*1%�|�� �ia�3>7Ε�S���Nu���IS$��h�>>�ú�@�6�iv��6N,q�ؖ���[ܓA3�5���/���t��!V|��p�L���w��������j'E�����)�}�:�=���ͽ�;�?���}�а5B*$\A]|��JLLJ2���B/a�C^�B�"	=N9�������@���E��Y��j�7�Y�7!bbA{�{zf]�j
dծ骶.� �pK�y\�����	��g��1���M࣪���wߛ}�2�If2[&3�I2I&�d�d%	!�����L�"D����� *�E�T-*"�Z�ZWJ[�V)U뾯m!s��{ߛ-���>Ԓ��{�s���9��ν~��g�����]-uJ����ն��̱9��u9��gΌ�m��V�D{��ߙ���"�u�c>�r�����K�h�xG<+�]�#���J:��랸��R�:���礼�#��w�gy���L�vx�6��I�8���#�b�Gq'ډN�A����|a~����x�a�.d�ڳ0�z���
���qrv���͜�gZ5�@�W�5�[Y�ѫ(@�+}8�m��{|CC}a�S�7�r̊5Sd�+V�ϰ��h?�H�>(�De�Y��6�O���C�$9�r�O�܆�L���혵��5�-���V2aN���u~OFrN�����m��rÏ�ܱݓ�"�5*IֿZ��o)Q����(���4̣B�J����:�r�����n��kौ|o׮W���^�B&��j3�u���?�_/�n7��w]7
���s�5��J��3ywfО�A���YOb�H"��XG�Z����C[v�+w���e�Ax��'�0fL̫��v�ߋϿ	Os�S��#hI�ې>G�2|zN���y�Y�ͥ�Tpt���G���]�/�g�s�n��~�������l<�@c��4$�3��-���s�p��n��6R����q�X�Č�^�3��%��3R]=�^x����p���ݵYI.��@	u�=��7�n����?,�iok��*9x鍿a௿����i(���heiYgm#��9��lDo:ej5��CT<\"2����?d�_������6�+�H��Bya��l�Ȼ�v�>��"8~�I�gUr
W��h՚�I�c��19B0�[Oˇ~�
%H�����־�Ld�xz��
��*oZ�!52��N�7�τl�N�R���T�
vv�����5��R��3���gЫ�ۺ��e��k����,���e�r���<<���2)ts�Yp�Bk�T�_&�ϯT&�-�O�SFƳG�l�5{���Y�q�����'{ǃ�[V�XJ
KM��J ��d��[UJ�)��N�Th�@���7���-�t�E����|��u�/���Yu����}�������ݜ=9���q��Q6�C1���Fٹ@.����q��0�g�|�D녱^/�>�'��Y_�DxJ>�4}�E�O��F���EUP��̠N�+��,�С?T]H(�
D�����ps���atjh�t`�0/�u�:���?�!��r�έ�X?o�<�@ -*�S��l���>=���j�q���0ٖ,�{��{g��4Y�T���H��ZZ]��$w��y��V�����yr�-_߬�J�߯������]�b������s���NCёVƄR��p�%�6���sӡ�z�c!�*촨I�e�zg�M���
�,��L��5�ώ���?o�t���j
|��L7x��xOw�5�ߐ�l[/�J��6S�ڂ�͆�L�ؑ�f��Y����'��#�&��Ud��?�w.��ж�N&�:Ϲ� ����Λ�����~S����1�~#�Ɯ���49M�Վ�:�7�:�U}�^��ؽ�#�s���e�(�)ɫk�eGM���V#bQ%��q�u��O �i-�G���̵9��=g�X"z�΁Y{1�8�c
ٝ�����lɴ6��4��Ϸֽ��G���~J,6�g�J�bN��P�U��RX�Û�pO����rŤnl�j�{��9��3(>Dq��h��V���UCXI��عJH�jņ�~>o���im�d�N-��M*�\:8��qCY�*�K�@F��R��H-�\Z�u[��nM���>p���y�sj*^BN-2�߰��+_�|���GF�6�B�
eQѱi�j�J�WQI��!:sہ^��@G�{A���m�4�U7g%�5��f�Yn~���ѷ]�-<���m�����:_ruM�N.y�~ƒ�c_��z�[����x�ǟ?�����A�1���oc�+	�I��r�B���tdn�����fg��Slc@"�20�l�#s_�ǔ��"��1�Q��4U��m�۸��]�2�1Y(dT��A���X��vW���_���O�d������|�7�Yհ��vx��4���q{�M�����W0�|�o�G���C���� ��G�N�'j9��Y;6�f�"o�K��Y}�����#��hP8n�L�
t}Cf�n��5���7�B��a���n�ö:�a[�h���D_�H���d���g��BWND�%Q�S9�E�6�.���8��t><h͐�c�҂
1�R)d2�B�e����8eF�)�(���y��6��2���0�8s��L�t}���9��0p��/�<�x
��u������(pe��D
2����D%�	(1���EgղH)܄�aӂ���Up�[���48��E�~�vx�~��M?���a}.����ڈ��92+�Tz�j�JE�L�r��q�B�Fb�� G�g�C?�=T=��K�f߲��n�5���;���ȟ�wn����YY�t�W:Oh�ɕg4�L(Ŷ��`M)Ѝ���Y��,��7LZ���jn��\�w�TEj
o�X��	P�i�h���(1ٴ"��<
���ؓD������a^��L���<f���K����3��wow�#���X�0?~�s�����������I��@Xg�O�g��s(ՈBI���;��&;����UJ�$<��}E����T"u<\	_j歯9��=�3����}h�y��e��nꪻH������HOM���%�V�m�i�J>�,��=�ߚ��l�x1cA��W�̲��`W�@.e
G��n}A���X���9x���ʲ�d7�vyo�]ͬ��;K��}#�	��"��^�Q���j`�2�c���[����^��6��"R{�;����:��2lJ�M��'f;ѫ����Yuo�P0l���./ZW8���Y�����Ta�M�`HזVeX�d�,��HY��RdVc�4?fE��G�/@ʗ`�K����s� 
��(���Ԡ\�#O���oX��/�ϋß�M�����ݭJ��������|��.}
��7#sQ�Z6.����ܨ����!��N&{R��X��
�٨�7�jQL������1�y@�Q�-��ĞF�լ��OF�����{?�~;z9�n�/���W�u����x��������)��Ajk��NM��o97�#^��<��%[�3���`j-x�;s\���O�uO}��h��'�3�B�n�Ni��s�ݹ�$�d����\��ױ���zM&d�lA�\$�\Z&$E��(d��	��&�f�������\����׆'���@OZ;f�u��֎����х[;)��̵�o�����++�� �3{�*\N�#��Y$�F��1`9V�b��rI����cZ������`_<�h�ά�In�w޲������8�1ߠ5��.cL=��x���:�.�	lT:�!P��l�grrP��S�$JrFr\���ٺ���� ^�	��2�@��������{f�<��Œ�;w�V�jM�d[��O7�K�]z��\W�)
Nݲ��������I�4���)�R%ҎY�6j���W�����@��г���4��l��lg�"=Ǽ��At�q'�O���������wd��7�
��w�	p>���*\p��
�/.nU�]�⫻�S��0u�@��eͨ.�-x}w�/'����ٹ�L%R�u������@�Ɛ��>L��V�{�~sў���U,�Q*C�ui�5/H�T��>>N�M�.z&�5��ҖF�;�jSY����,}�/o���r
��Js׬�u��U߾��oz�U��H6Xs���ʯ��7e��q.�ޘ�O5y��?sr"���<�E�
e6���*��uv
�QTq�HFÝ<�d�4(9�:7/k|hG[��v��^�#gQVK�C��0Uλ�nkqN�I,ue��vm@���-����-�m/T�$��0j�+�q+����Ķp�N�-7�Z-�*��T���2_��'H�,D�o��^���E���
��T�˅�����F�9`/λ"�_n�Gsi(��0,�a7���>�q������S�m.q'��+�Ε%��@X�s�y��'�9�#��c?�{l�#��]�y�O�D���3[��47�W�՚3�x��{xuP$�F?�~ބ~�PiƝz�/�F�Լ��kX_�U^ً��]*�RI%[�F!��ルX0�y �t58��ou=��+�?jb���;�L�Zj_k�X�Î��.��3u�G��^�����u�n��y�j緤���ۖ�v�>$w�]��lAg�����pX�-�1����}p2f� f">���q1���u�Ig��z�����ghK�}��E��C��c�;IJQ��*����f�i��K3��⑧�����;�|`��-�1�IQ�5����s�N��r��~U׍�nnε^>�Lb��c�o~|�/R(8O�S�
F-c(Z�R']����p
g I��74��Ŵ�{�w�+[ ���>�XiV7�Ś�^�Z��6��k^
��"|�}Mf"��A�@�ƨ���/�`߁��&�M��=�^8�G�~
6^}��a�'�|���U���m�����l]�}{���>@�`�@�<%;�N҃Z��R�NIQ��"%W��V��q�R����b�R�6�[L���ZT��[;�ʎO��Z������Y��� 8�?�:�`
��;�����/�mp���x��w���u�,�����hz�T��0yvAѴ	Z7�c*����9�^<�Ӫ��))�Drv�Ţ����z�<�h����W[�)|�g֚Ƒ:w�$.�6[�N/(�*�����1<�+����;2��<�Q,�,�h�����G�'��i�Xb;�jʺJ�*6�`ҼՅ��`�@S4�b.�h�2�ji��O=�zߺ�'�)lGt�:�$�H
B�&�׫��u6��`$�Y��On|
�^�~�^�tq�'Ͱ�5tK�ƍ<<Y� ׫]��ٜƳ�W��v�d�E�ku��_D�o#3���F�d����ք&�6�4O���o��beN�ĞZ��(�99���HC�Q���qqTD��_�uY�
��Z���+7��k���*w�%n�&[��l_�
-`�lD�[k����U��h�z6�nE�G,��s_}�W�(���̍���?���
Y|��~aF���G'
�lʱk�ȟ���&ݔ[۳���
�J%�ww��� P�<���4�$�^�E|L2+�d��璄�P8�ŗ�yB�/���5�ÿ��o�;�����)�cV�\C�(�W�[����Ȥ��M���Z8:Q\�I��p8�:�?B��ӻ	3og�Ϯ5c�/Q�ڋl��Gv҉�*GO�i�S��Ql��2��2�[�-߻����:	^�T{�-�o易s6�\�w�:�	x,6WK�gq��_m����s_�m��Oln"s�|��%�ߍk42��rj�!	��1E�x⨊�j�C�P�9v�������.�|(2c�Q�3���@&���uXY=l�xR��/!9^DrLG��S$!��i6S�d�p�L_ 2�
[_�l���)w���05==Y��s��y}-��80))��ԕ9��Y��+m��J�
Uv��!�VN*^x�L2�{\��ff�w�o��x����j��7�a��Bb��"�e1��F�����h��_�K�Z�/�EQ-���1�2���M�4H����p �R$��E�1����Z��h�oZM!��Y�����Y�@x>��2�v�C?D���0EXLd_}D|��$%'Sj�ZFҀ���+�\;������Z������S�N?|?-�oZ��vT7������Fe�!4�;�����MYn����b%�~j�f�,�W)���W������	�O}���X����,�5����DR��)�ꤡ`E�'+��3�l��f�j���ڿ�}�;��?�+e��$iĿ�z��eK;��.�Y
��9b)��4�~���kkAV�<Gj�r����!�$%)�7R�!���h!���K6���j�_�ڼ�Hk#9���w���#,I� K�g�Y��_[�s>9:�H�_Dkc'��<��7.${Y
��>�����a~:?��n:�;OFVs�-iVc�z���S�����(�gQ���C7���y�����C�	䓧U֤�Ti����53�<$;����–���M�wE��PBq�-
>�kS���/�&�+Eڬ\�3<Y�,69�$I�`mٳW���L���V0	�v�z��ߝ�7wv�Z��?�?��t'��@K�N:w�;|�=�-@<ua�M�A��DtBv.������1��1G��|���tU9i`�C��	R*�Z
���,I�,��+��x�NxL�2�>�c9s@`�=��'./9׼���sf|��|	�Q�kw-�F�G��w���[��%�be ��Qp�$0�ACp�dWg�{�����i�F(��-l�����f����7�	�ݻ�P;��i*c��]��f#}�u;�I
�\.��DjMwn��?K�	�zX�UY��mF���'ʩ���o<`����l	��_HQ���3�}�g6�:�sH>G�{�|(vH€L��.��tH,
�#��X}>Wђ�+���%�j�۞�vՅH��s�c_��y�z�PĖ�4���N\��=R�"3�،y�wOf�\��K�s�t�����fr9�/�>D;�"6��VL;q�"Y�D�cy5L{�U\U[�]���9yG֯�ݲ��-�q�q[�
�
����-��>��x�W	�m<�������#`���Ys��Z/E	�����2�H��4E������e��!Y@1��r��f̀���u
�ou|\^_"2�'���z�o��c�ҒR���)����I�2I��nd\�D-��ޏ�a�����mݕ����>�JnNj�s}8���v�t_��9��1M\��h�k7Sy�d�B��1�FD2�R���|>�ֿ���p�]b���D.$��k�10��Q�����Gl�=\
�S뙗w�˛���pe�QY��p�&y"<�V�"��t�TZdV�|�O#ҩM�}��F�[3�\P��oZ��	�w��Q�jB�ތ1Yڹt����=�<��6oP�JN6�%V=��-��X ���%ܨ-Cl�%n7Cz��DYM��Xwhm[@K��׿��]��-eݍ�ᢹ2�àY�5�U�:����5�v6H�<[��7��xН��
8�Y��1���$v�J9����TI"�,	Y��h��R�N���� ����
7o7��&�a��c��Pdrh{��i�b�t�q�3�Yz]@:n���^����|�N	c!����Z0'�F�C�1�g0����nB{�bPb������م��
���ݏ��#�:_��1�_�-��Ǘ��(�Jx�z�C������"���gT$�@�W�v*f3٣"
�؁�ʠŦ3��b1�����M&�D��g�;�U�&����
;"�I�͆e@v/��e�9����I��{�E!�s�����=�yI�l��k�4�s�h�P��C�Wq&6L�(dJ�~o�{TCr��̀��\��	Ma�8�|��N!���Ӭ
���e����<�ПX�`C������(vS���y����w8_9���+5�Ge\��nW��Fk[��G�l�|b�!X�bq�u���dM�!}�Ģ9��ْ��;�<T���_^7qTf�W

�$���ϭ���";�RҦ�I�]ܩ����4z�\'���Sj�
�nl�V.-=��\�3�f�\"�I���(�}��S����$??3�UWk4*G�L������`���6�q�c���p�xՅ�H�/q�8��y.A�7��)}�.q/~�P�lo��N�

���w�A�3j�
�)%�V�����қ�mU%[K��$(�N��ڵ�u��f�$ّ��sȝ]UĴ��"�4g����۠{��N�!K�:op=����b{&�OE�-l�maOM�<#a[px��B��1
���hgc(����,��V����Y��d�w[M2V$���\Y�4):W��Kb��ݮƹ���-���"��I��))n!�]+�H!"���#)sQ�[�*Ӏ�"ר�(�c4�0��JtҖ1�(r�ƌ)�B��>����_D���'���H�3����NB�N ���O��Q8\�<�H��!�i�]�r�Z��攲rs"
i)�u��h��4�����4�e�RWZ2$b��I�>���R�r�R �P��S�qs!G&�'��n0h��X��J��^����2��z���
��='%�����j=|K!M.�d���Y���c,�u��w�Z�4�x�fq��3I>�mJȇ�Ғc�3*�����ϠN�oP��<R=�w)�t#�A�FU��CW^RB1��$e�|�F�������RS��u@���9�r7X�,N���=��S��]����Gc�&�m��ϻ��[e�W{�˼�ת[�*}��^}�ߩj�˨�(H�����3�������yb�X^�5�/��T_9�^���r�'/Y{}E��Zu��C�=ch��;h�a�"7�2�LJ����R�b1�}r�HM
�<�-�-50���5��Ƣ�/�to=�T]���I^~)�k��Օ[�-��z`d������:��w�ʭ%���o�LQ����ɏ�ԥ.-�FWj�&NrW�7��5��&M���}�{�K�O	��r�6��H�<�	��R5o�N��'�2�����
��

��?ۯ���В>v2ۮ�#Ф;��vc\+mZS@�-�MU��[E*ڒ��� �;wt���q��7��W�P${�V�uOj��w<��7�l��f�ܯ��)��Z��L�9Z��VKkI�悔�1g�gj屙7���=�{��]�i|V�k��N��+��RP���kl)�$�ԙ�Y;�ij��zjo���KJ�3�2G��7�lܱ����^�{�����֛�3+g��c�?���`Cvcf�x�.C^�"�_LU�c�IC�S�!I��e������Quu��T���;�P��GF<�V z�$�"?�}z^�")�[�D�wLE�_�$����Y�k<>�k��?%ߔ�\�J��3��j����V�3���5�����^���sӱ޵�-��O�β�k��e;Oc���koDl��Y��-�}�В"�^�H3�g,)�ݢV�lxA��j�YV>��V*�G�]򗻖�y�Φ�.���Ä=Hڱ�iȜu��Y�X��=a,|�~��@�n~$���$�7Vܳ�A6:��t���p�a"�	�<�����7�VO����ݰ��ԁ��n����6�+�<�3دI�=B��ɬ_d�ɻ����a�NH�D�-jlc��GZ�W�O.5��r��@o�T����/��!��78�Wo�*hrS��G�_���K��=.��H��+�
��A����O�}��ǝ�
~���-n�p���l���w����ۿ����u㻃��-�Z��=Wq\"Pj�k���l�@�r���n�^[7
�u�����r}MY%|l���i޹+?
ʐ�֜��f�x���zn�����:�

�5�:�#^Y==8{/Ox���^]���w�+I�1Źz�!Ϥ�	=i�-El �-�>�RJC)��P Df�L��0���^}eSVV^VU�w|ɼ�;+�L��d7�B�8z�$A�
�'�A}��~��Nj&�4�D�]w�w|_�a1$G�ͬ�8l�S�#�ݔy)*@�S��R$��s2,���g����������g��셃�>�%�1��t�|��F�w0�U��
�>f��t�D·����d�o��h��h3���dOY��'G��呯t/��k���^׊e��?������ߠ0�p����g����qUC�"�K�X���[��4(���h�pK��$�ޏ���_�4�p�-�Bc} ��~ۏ�E��tΒEαc/o^�|��^��>�Ŋ������%� ���
��4ԥ��ܮt��q*���>����W��WfL����D�����c�Ф��������Z��$�UJ �֑Ohѓ�>�p�I�0�ӵ'����6��Ü���N�t��[4��O�b""R1y
���^h&y�$|�2���cِ�,T#��%�4%�u$ ��ZS��HO�{�rضh��
��(0\�t�@Cb�����^��Lg���:Т���G�fb�4��I���;�LB�I�X5~�‡�Rܽ�t�rA'���'�=��4� �$'S"i�BK⪞����fǵJ��k.�~��s�k�@��9xj�M��FE���a���uEj��-���i�[#}��{
?��^�va{�6�l����UE�<Hݹ~�j����A\+"�Q&ʇ{'�
�H��dT(#)r��a��f��Ѹ�M$������F��$� ZJ2��Ԁ#�D�\
�.�5��oTU��d�Q��j5�g�UR�D��� �SF=����*�U�4��_
�HE�u���O���Vx��ݙu`�C
�$��d���ڶ�b�˃�����g�PSgO�Z�(oa+�D��'��9�ShRS�V��(��xP��|^�|m�7�o�qO#��ƾ=��<V_�0蓥��d�kL�N�{���������5���nq�vz��Yx�6�o���{{��r�,�F-�q
��@� �9��͗��y��]�ߍD�gc��xn��r0}6>������l�/�zA�sB�02��D����Cb�?�onؾ� �G��j��t-<��I�\�=[��E�N	�d�y<�DD����!c���:#��k-_W~�6x	��^�k�>0��o��]�U�R�fʨG�76�/Js�b%REN�޸�Ev��fOsݖ���х��S��u=�΍���7��Ž�Ի>���j�ɶ���nY*����
7�$�Mo�X��:�������"Y���zA()���)�&�f2�X�-���K=-��i��(8�
�WW*9�)�+��t�:ːZ4~Y��4
��z�/�3����
��
��5��&	�R&��
	����{�XL!�����;]��9���VX3��u#�HY��5���q�wW>��I��0hnB!@� ,)�d~�OmsCT�Z��9��Q��4)�W�;Fn@,������[c������8��Fn�`�4�G�����e�H�-�> P	��4�XV�ݦV������k2�;8G�� �ω����$���^U����D@��	�ǹ!1AF%�8g���������e����tR����H�a�
6��K��Yb���6l�q���(��n���W�O�\"d����Üe�H;oI��G��~�'���6��~^D�E����S��~{�w�|ǰ6_r���,�����ֺ}ۿ��������>�=x1�!h�c�_|���������t1�fG����4�֘�H�B�PB!%�'vR�ڐ�bd}�h��;����@\3�D���Óp(n}\O�A4�'�W+�%���k�z�$v��U�5��|x<v�W���Y�Fˏ�C�=�/�f|���&�ЩA�T�g��f�/1�3�a�C_�o�'���{�QD�x���l	~� �َس�=�S�ߋ�~�Q��i��^�ho���j�x����Ď{3Xs�g|�ƒ¹B
н,�m���Y<��6v���#`�#�=��4t`{�����
���(0���=�3�S��!���$5��.��!<�6���fW@��_����.���N�vO	dĦ�=[��-��(�q]*�
����Fxa�۪��v�;��y�:��l��$�"�=%b��e;��kD:Q��jnm����h*2���+�Al�1z7o�ޜb�S+��v:��w-��f|#.4��~ʉoY\��y��=!;o�X��d�1CMj#��q���b�~�4E���x����WW&�̲|d�<��gڇ�ki>�x��ɬ�'�G���j�XVM���������ܢ�B��>ֲy R2�c�t:6�6OO��6�)����[�H����x�s����к����k˧�[�ZfT��������wɣs-u���<���m^?�V�u�tK�צ5t��q�G��/)$5+���^Q$f��;W=��q�Ã�֕1�B�.U�/Ӛ�6[�&hY<��9�/A�G�B��YY�[YTDQ6A$6S�p�b</��2�
�� )cN�fO:R���q��/���벦8ڍ�֬Ƣtm�ߡ�*�z��sny��Y(V˽m*Sy�g�2�ב�HQ���T�ɧZ��c��dR��HR8y骢�	n��]йgIš=��1��!��u�.='K�(L�5E暵�9hn֗�wF���|�F��x�ś�23��]��G�8H_�-:'l�s��b�<�*BZg�y���!��Q�`�/G��C.�6$��^
�$�v���x�(�m�'�
ϑ"�(�U���eIU�TX�gX�e��R8����m
}^�*�[�V��\��s�5�أ9yR7n��8�t��:�4�d�Y>:�>���d��J��~����)�E�GM�~���bM8W��j��{`�p-�T"{��`[�
����vl�KnZ��H�$��yP��w����)t��=P��S�>JEf�d�H���[:��|
����%�����"�
����0@~O=|?�-�2�U�“o�:vI$�!Q�FG�$eH�{�4;�2��PĖ�_��a�#�����]	��^r�<�n��.��k8�؈l�'�v[�jF&�R�z��3$��r^����>�h�Epp-2'��	*ɦ�C#���e�q�6d�%Dfq�c����0:o��W��;��g�i����o�O�5��J�'&���=�1�6dk�ٓ�1��8�d�	d���9���B�t#:6���p�s�gx:Z��1�V�����4���}�GM��Ζ�Z=���j��(e/�0���j���
����j���tw���>�5h�9P��U���� ��UF���T2�)����^�;r�#w
@��9ndT���y���J�"������H���Az3G�����i6��B�J�:��t�2�?3�._�
6>���fwm��[��5i�o��V��`�X)�hNI1$'B��	X��T>��H��H�Zrh��j@��C�gm�h��f���<��;j
VGk�£��q�u1�yK��!1�,�ϔB�sb�kڀ�&Sj�L*#3]�����E �"��J�$�c~!ۄIo+��Ir�¿�{�%���xM��.LqY�����a�4�5J����_�[ȵ����o���O�Z��Չx�Mp��^e���QF�rzcY3K�
����	�f�����|AKyẢA�m~���]K�Ph����)�t����ۤWd�i{��� ��P*���|��I��2!o|�+�X:;6�M֗�f�Lq��\6�u蘡'�]��H}����Y���ٳ��̙'�'�z;�����Og��Y\g�帼ZJ"����&
����<��7�3�Hh�7ԉ��~�>��3��A�9��m�M�f��%=�L(ŖE����	�v*`���%[�]ѕ��=q�諗��b,7��{��R�}Hi���t�w�~|O��q��'M���s��Y٣�u�DS6auE�|�hgN�x˅�Gv�ܹ��s�
9��b�HN�Úհ�`� =�eT@��#��`(,ed�*�gE.��rb�‹����R/)��E�w7p�ín"�B�ba5�4���xq!M�Nƾ77I�e��{&.��e�F��5UG�+ㅆd�� �Y�]A�
oG��JS�!*��Z��3	r#6����h
�f֤�54'�4w�pٕ�in�J�p�}.bLD�Μ"ET�<!��KВ-�syŜ��eq	.��.�QR�����N0Pp��7�v>�XK�ż$/�$6�dBa�>Հb�X>[�/����;���5
y����,-<���������ˎ�Xn<K$��ƹ$g���KNME�nRJ$��K�Ų�1�*�6U�/��ګ}��S���q�����+rz���Ķ�ܖum!�~�e
����`��S��*9�>t�̈wv\7�K�C:�8d�/�{���:�xyxz0`D�/~�J(us�O�SP^�Μ��ܹb�)������йw�[V��w����.�'�m�RIC��uj���u���j�I�?�x%٣�k]#7T��r�?E��.�t��Ƒ�'�Ο�{��[x��B�ҫ��Dq')��{]n������1cӫzj���%���C*���$I��9�&����u������	>�9�����$��H��iK�)�I���weg�jR|6���cPg��V�>��Ɋ]^���H~) ���k�� >χ�!C�ቾ�#{#.��n6׷6.�G���>@C�O�=��U�>�>@z\�Ae��������D&�C�:��Ĺ����N6W���.��}`{�;�j�1�K�]E&�����N�I�� y�@�%��P�\����@�+L���]a��1���|iΎ���
�
lt�>��2�������o-2��ŝ76�^_t��F<��xp�r&N��^�dD�q��A&bt)It(��i���T��n�^���jK��`;�xw��+�nk_���"�!I'Y���@�N+~��	g�7+Z��?�[o�Q�z�{���L�ta�y6Z�N*�^��D��PUg���0t�����h�O����55p�74�/i�QPG�N��7'�+�ٯO�O!��N�G6��
ϟ�6�Lp�O��-q&9�Cz����<lٲ���sZ	^v�i~��v�i���r��H�{C�1�0֖�9�ƛ"�#8G���b�N"4gr4O�
c�l 47�4["�����6҇;�.�20!ۈ] ��'��kȌ�1�^��H>Q��s�C�=��+���4���R����[k�e릳��D#ޱ����.x塭�o�Zj�cf� W+ݔm�tr3�Q�K:D��R?�n졇S�N� �|�
����wy���ꂱ��x]�h��O�!�э~rي��};:������r@t��eN��ɼ�ȼ<����Kf"���X柱X�8��>Vo�Ǣ�}�I�M�Y����>�&�
��9Z�wb���•�*�-���*�	��5,8�VL�+�ie>K��>s��]��!g��d��J������xO�E�!`S���?����XY�x|�ʃ[
A'�c����{[��fN��cp���O�T�ﲟ޿��"}Lۑ.�aZ����Z�Q���Sy- �ɨ�a!��ޜ�p��ܲYM��믛_z`c��36��]9���.;���ՙJ�3'W�T�:��;�[��O��p���f0�r:�0��0S�S�1���Fq�#o��.Q��x�F�8�"]$��"�G��N�o�geJ���)��Y*�,�?N�0��D�5:��|�5:�d���\������=��"8�•h?~�=KD��w�����.�g)�����g���cq�z��D�v�
��S��aGD��y������=(r>Y
G�Y���ldq������4͢.�}@W?��Ap/X�fu�gy�Er^���8�6�g�Re	{�`�~���r�mjA�#���G�)��cb�"l�ql�
���xf䊆��Q����!Ic��:(�c �~�{��e�Z
ϳu=�E�{���Q-�G��wp��ʖ
EdMr�sf��Q�](	�!��xr�C�*�f�;�Ղ�ۧȕF#
��IA��������q	q�+p�^�M�7g�T �dSbe�li�lx)|F)�y��.o\��B��W����~���q�]aP�x�$
��$!�,G��_q���IL�#����`�]������Nΰ8����Mҫ�j"4%�������Ɋ����,Sˣ��n���W�(�~���N�(%BO%@��Z>�w���q�ގ$Ų�
�`��u_=�@%8	ۿlx�5ض>H� ]�4~���U�o�{?q����}W�/5�>)X
:�W�r8\�{�·N�pv4��
���'����=��u<RS��LǕb1%y�ʕ'B2q���S�l��G@s����ԗ�˳�`<
˂Ņ�%͡��p-�Ԍ$��96P��ul!9V2g�̌�9[��R��c���񄸳
��]��$�6����n��wՓ�%�'o}�'B�KB�۞W��[z�υs,Y&��[6�T��9�%'������;o�8p+,��d�J�0����`(�D��x������A�Œ�.
i)Ļ�"�]YYQ�����w�d4\�x��C3����̋��|��k���_ͫ�2*MėI*�������B}6�X����~��:�ߘY����<l��wƿ����u>��^Ⱦ|�j�:�f���ڨ��2;x&N�`���`EY=ƿ��ַ��*����R)+@�znt|+��ɸ��s���x�񜷜[��^��W�v�沆�m������i-ۿ�Ϗ��Y]��5z�'��\��k�3j�n )�2�މ�+ݱg�֕�����h�}���"��t�D"�C(]�0�?w,a=�)�/;�9~�iӖ�)�c��Vw,z%�O�vUx
HZ���gu�u$��"�o�����h�zJO"2��,DB��$D��� y�`�����bZ�ʄ�(Z��MM�
j��1����A&%R�+��P�R�[joA���(޺εy�|��}HcVֈ��#��u�*Gt��ɇ�d����X<���I)��Nro׌l�a2��cXZ�"er1x"���	���{p	|�H$�x��cz�rG׾>�c�ۯ;����]@�&w�9�#c2�����b9r�<� �A8wf2����7a&	�F����c���VrR����{Ю���_{z�p
������^�h��F�xd1��~?L��:s(�#]�:�y��wzO��<R�t NY��y߬�l38E~�*{zL�-�a?m#���|�	���dxBB2+����.�
���{	�%�/b9�W���7u��Z~�M4g{����%I$�����k"C �2�L��WsO�R�D���W�
�A��gX��4��R���qX6�J���2�Gf^ ��G�w�t�7����N�Suפyw,�N[�۶j���?v���S'���Ϗ�.*����c���%cA�}?�Fq8�g�LR�&��a#�@F���"���V_��޾���k�֕v5�Sǖ�M�>PA���{/���m�_�
6�<�}���4se��	-
 �>�f����8I��"����v�@!q�0�[�.���GJ���.v�l��5�4\��w��ag��ed�2�A.>5��3��Q��("A���9Y�o��$��� g,h�I5��Yt�\2���P�l���ko��#ɨ�͈��ړ��X�07֚���t�ޟn]��ƥ�����O�\v���Eޚ��G�Ww��cM��塇��O�~d��sL"�ʥ�/-wW;�������4�We������~xʖ�F>��p�~��E���k$�\*%(Wz�%Y�����Q�&�a�5\�•�2�~��WT�O�51L��e��H�u2��(@�O�P�s�-E���%Q��
�������N.�S��x���Cp�0�����Ϲ���o��W^�r��S�i4��Z��h���帯�:��l
Ӽ��<�7�ڥ.�pk�߹4�
����?M�yey���eH�*����[�EE���wq�Pq=��E�k|͏���5�ګ��p�-��r4]�P( ?�7��^GU���.u�ҭ�(�PWz4�E�qkpi
���0P��rZ��DQ�A1������bD�:r�	�q��$���k8J�^{0�
�+W��;��p�S��y�SH�v҃
�B�ӥ�0�'6b�!�%#S�~��!�_��9�
��
^��8!����ʕ��GV�]�d��!��+�_ٍd)~�[�8�eG{�����)��h����p1�5������25s
1�e9�
���o�FC�����T�>�D1p�O{t�b����Ur���(~O��\��B�Y�M��mV$��ʋ��mo����WnB���|�#�[�����W������V!9�Nhĕ��}�8����[��z�V/`Q�2�p	�{G���Qn^��z�c;��(�O~��5ᕔ��`�������o/
��"�����cEQ?�;��/��*��F��({�0�W�ѥ�
��x��q��ȦKc;�O!s��+��%Ǩ
�0���Q����6�k���M�� _�>'z����x�����+(��P��
�Ͱ���r����;��'ݛ�>�=�sbs��W���Si(���H�z��,�$j��6R>We(�"��"��Ex6�
��������R_̛6�V�x�*[���c?�B9x���0�a��ψ��
��
z��e|n���J�ҝ3X��2E����bM;%��}lV�^��Vk�@I2pq 2��A:{)��X��ϴEeUU���v�>��`�KE};��KK�i
O�J"���#��M��\:��obz��%s7�Dž}�Dc�Jw�qy����I1xv�"R}��59�Z�BkUZ��N�(L^��`��eN�HO�z���z�D&
E��-`�*U�p(���R�{���]w"j�o�>F��R�'Q�/A�Cn��I�
�b����ȤS���� ����јb�f4Π��R��ֺRL�C?��!�+h�t�
A�Cb�K$�}ѷ���DD��K�	��?��=�c�)�����j��Y���g�#1��^~�^��^��Y���UZ$�؟o���(�]%C��?��XaD�m�J�3�wk������+/}�>��oE�KF|I�ȐG}+�*���k8��
z�.�]��3�+Az~y�\��(��
�4�)�л4�;���rkJ���
k�^���@<rP�'��"`w*!����1�X�U�ඛG�|�8�-���G�Z�+�R��oI)N{�+��4�Cgo���^'�2g��Z1��dx,��?�ij�2����z����14���\��$9�J�Za�ťQ��Ӗo{$b��F��F�L,Q�Ӌ��
n�@"d�Ir_�<Y�j�hޕ���j�y��ҽ�ܝS����l�ə[L�
�T:�c/N�ڂ�Yk�X�r�JG�A�aЮ
2�s��T�9e쮁�U�^����oBr�Q��E�}�ӽ���i���,��%�w!��(�+�8aU��Z"
/.(a��aR��@��%,Iʹ�z{3ZNu����;�5�R#��0z�+E*k0�}��A�H䰺�k6z�y�����^x�$�b�Rґ"Q+-y�wn�+�nGR�m������5%I�����[�^y�H$�%u����ij�W=P��	%R����pǢ�5:��
��t�c^�ag��L6X�ė�f��8�O�{��E6���a���Q�DG�^���V9����eBt�<T��U`S�ޑ���D{�P_�_��?��`�vJM�)�	�Z9���
2��;���77�ڿܑ�V�\x+���
O��TlBGC!��l��ՖZ��N��;	Oo����x"�	�+�L�(��%���� ۬dR�xKy�����#7�.�ײ3 YdArv����)(���(gx<�!E盡�79u�r����O��|hemN�2�^f�K�-)L��%�"����,?�~�?omS���{�O#R���=��*[���J��i�M�4ͫI��iڦi�>C�RJ)��Jy�W����HDDD�!�de���aED��� �x��x��FE��c�=����$My8������_����k����g�S�n��o�¥����9�$��*e��1��<T2e�(�������s2���I��fu�6��'�_A8_�����&���51iP**Kt��ݢ@!7����+��$/���P�ܒ;�ָ��	�t��u��W�6^a�J��A��rZۆ�k38k�K������'�+Q��>(����\%$�[�3�_N�yrA��*>e^�(�K3��E���_pf:+k��H0�a�^�ݤ�/���	�~�尒)�zV�R
Eb�1Ao�sJ� -U��~v���.}���P�Hr�����cs:����$�7��{���LuVy�J[T��08�1�	�������Pl�ҳ$#�&�Ѷ.lC�po(H��	G�E
�Y���ES��t�d��
��A��$ɍ	�P83�ܓ?V�<�(At��<���~��R�&��)�3���;�\���3��l�t��IZ-!r@a�C9x�Ĩ�a��	PN�#<��+�,�W��Fo�Fc��*.ή�|��禀�ԗ6�������L���#��
E�%Q�d����
�2E��l��l�S��Z0l��i��x�\
��K��2�n��pZ���7/�w�^���bʄ%Z��/�"��+�O���-���*����	"e��p�F��)J�6�/�6oO���.��LL�Li�Ϋ�xF���Fc�#��2mje�=%9C�}}�U��bE��k�ѸJ�-�w?����Kp\y��}P&kh`�D�^֕���ē:&��YHF�0��2�-@�}��Yx(%P`�˧�5m�����m��b�%O
�=UY����>��8v�7~
9�@��)�5�ҳR-��S�H�ۺD��rl#�����0�K"��,D�lն��)p���O���YK���)�z�̐ �<�)�F�U2�����Լ$��ឰ�S3´����nө�fH�T*�i��N_�/v�|]��KK�bh�I|UvJ�R ����z6w$1E��H�(�_7еܕDSb���*�x).��Y����Jr����@�]�!����y&�%����Xѱ�mdM��p��yh�%%����tmN����=��?��/W(h�bk�擣8E��ۄ'^���T:�#ضE:$�1ȓl�*�d2}e�,�xR��`��Ψ��	��2�M7`�,���]��s$ʓ؍`�kG]����`��`*�˗�yL��W,��
�~��V��$H~�u�T����*�o{���_��sY5���ÏL�.�i�[/B۳��p��̒O�\�@�<����()B4f#��XT��Ɵ)2jrN��xd�ё �1����tn���@Q�4�Z�"�&!-Ӡ�I�&5�TT��%�ev9�b(�� [��%�YSs��R~S�5W/�����%�����L/�+�6�Q��^��Ic_X���Ӊ�)�	D��>[�1�t�V'��j��b����A;	B��x���A��I��3;���of`<���sy�_⹇��OG���5e�
�k�q٢�
�m1������)|�����nFn�f�K/���y��`�k&�����	9����&�|�{�ڻp_�
�����;I�ۤY��O.�▿���}SC�7��6���4;(p��3C�5�x�[U��=��ot6���x�ܶi꽯,	"]�LCta1}M�Ym��鞈_5}ILG���1.�x�6}��|�az71�C���Rt*��'&y�p�"���}��p��E|���UQ\?� .�.S��H;��-�E�]�3>Hۚ(��w���ōQ|7��;�c6��Q|7��@_�xR_����'E�(�~����Ǚ��x �9y�)D`2q�S�<�,�\��`���>$��-~�e�(��'�έ7��D��zO��w�8>���Y|ǣ�������9|"6�/���fF�3t��6�t|4�W=�K�h{T.��UP�����˥N����%�L�9�����G�<����y���Z~.�f�G�<���	<Oo�I���yZiC�\��6(E�"x�j�<�O|/�B�lC�&���b=��0.��;�n�J���|�0�?ļ&1��s��s�Vh�]�5B��������5�q���~g|�Q<�3��|�N�1���=ug����r,����2<�k�vw�e�
���<�@��x��nҭ������9~�����<�Ǻ���u�
=t�XW�)�ىu��Oßr&˃� ]��=�-G�%��$�o�%���P/,f�Guz=��&A�O��c:�g�Sp����zLg���1����a��z�'�=s�9���!z(�z�$�ad�;%��������mM�;�c��	{O��1�6	z�����z�'�=w�G��z�$���!�a=��u�� ��X����z�$��	^]�:��A:EA�_)Ԟ����/[��SV	mJ�|}C�;O%(��x*Q5���A����ۭxz"x��v+=�"x���k(����
qy\p
�k�2]d
��Q�}�ϙ�9��1j�Y�a�J(��xN
pV��cB�7��<ǎ����s�P�<f����<�&	c>rK��#:�eP-��,�P<�X5B�:�'�g�TϿ�S����e��q݊�'�����Y�eI�S<d?�qy\P�+�,Al�xD�P6��X�Ղl�ٰ?0J�Y��h'<�J�q�b^đ7��ƨ�����:��D� ����2X'Zy8+�g�_��_^Ƽ����_Ԧ��s��e<Ж���.��址�����üK���n+���L��I�e�ǹ���x�*�ӊ�W+�����"�喉ƨ׫�݀ �R솒���A��M�U\��H��w���VS�Zu���>)�#Eɓf��ڼ4k\A��7�@M�>bH�Ń�)��V�Es[�'�sr$Ő)6�	vS�ɞ���-AjN1�
��wB�0�-�y�v��vh���)Yj)g���P��y������nޱB����r���8����s{�r{��}v@�6�\k�C n��&��ȢD�$��Ӳ�Y���TQǓ���PW�f�}~�l+|v|V�e%4~%�B�j![��:�"Nm�ꥎ��9P~~?�����g%=�����Ρ"Oε��'�c��p�����_�'q�Y$�Kl�O��?`Q��$�Q��)6����z~oU����k��w�p�4Os�<,�$F��U�r��5?nRd�0��-6�m�[y����m�1��7�1|!_�N܇��*$&1���(-���
��R=h��N�?ne[,�H�?� 柆���*
���x���A�9��o��X>�B��UC>�C�q��"J,fP
>�),��\�'w��̠~�q��6�A�<���s���߉��ht+ħ!L!�8N� KdEb���Z�T�%<b�ڂP;Q�Z����K@�m�^/�_��p��M`Xw����ph/�n�aس~�!w�mD�7�u�u�����%���+F�Gv4�_پ����nߺ��-��E��9'
�ւ�r��B{�P�pM/��DDC����9
砆pAb$1��DU+�k�K���^HQ�	]It�	�{��ʑ�����>t���A���ǡ.?��3��À�ƻ;�y�Rپeʶ_;G.�LN7iⓍIN�V����/�~�K\�����w,�ⶩ�ݾ��gd˴�+�f������ѯ_�_���.|�����S
�>�2��,y�s���5X̭�_�qbPV�-��+wR�y(%�Z�q�u�E:H�(g=H���&�AJ�������N �~�%${���z���+���B��!Y
��³v@�U��pE�t��#�>PF<�Y%��0FD\����JWO���H_��]���8QAځ>(-ۍ���x�:I�S'�����WUb�dQ���p�e\�zL�O�]�H�Q۾~̣��Gul,���U6�9ת0Q��L����s
��5���Ss�)h]\4�x��%����Z�DeO���!$e)��K��rv��J�8(���&>|Q	D��8|
*�.t-4p����"EEմ��,8��
P���M��G�9����gRSH�T(d2�^/"v&�p_�C#@�� &Ʃ����8y�����}��J_;LU�mYF6����D����
;vR�I�MF{���N�k���������ݜɏ�������T"�Ѕ�j�Vk"v&�I�x��/�#�I}Q���EH�������&�,�mv�qb���ݾ��7ehmz�G�FU�y`��{�Iدd�|�{��=0-�\F��fM+��x ��S���=��!Iv'�U1�T�<8ǵ䐟��\������ꠖ�=uHG؉")oV�ZO��L�G%����_��O�h�37�/�G�9E#�{^^>#�`�c��=��3q��^o��Q�}�U�n�eP��gM]j�M
L\迷c�4���q���k^�=?�.r��`�ʝ,˰�tY��� �G ���P��&Sb"��6*�o�&�����^�!�z�D넮*
�>��uM��
��W?�'�ѝl����iTy��+��3��t�/��zZ��^r����'kМ��Ql���6�K�Fe���i	��,�}~�Ƨ�i��>��C���3|p�C4�5�1�C�ö����v*��[4��!�4����==�7�����^�K~�z�D�w�ǼgpX��4ӵ@]�_����;��Ao����_̟��ϧ��M�8dGy�����H�>��B6c��颂Q�;A��OA�ӭg���ױ9��D�}d5�)pVHhJ��b��BXr\)'�񉢙pQǘ���<%f�k��HD��M�ب�e:F�u��Sޤ��j�,�gk�zG}1w�>�>#?&W�E�ư�����Ur9�+��<,�<�]$�A�Ұ[���Fưe�gë���Y��a��w���4��	����C�*{$,`�����Km��;�}�hX)��A�Y��R�MN�A�c�cv*�B.6�����M"u�9{<\ѿÞ�f�>��mo�?�����"�#�a"RB	(�Q�.B�OOe�B�|�'1�|"�8�^*�ܰJ,2F�J"�l�Ij�v�T��&*��QeP4������fHC"ʏ/K���.B*�!-,�tm�S�tg"H>�?Y��0q�{�O'�g®�.K�h�>n�7f�V#x�G����G�>�?)ڎ��k�;�N�4��)F+�\.�]��\/v��c'�~�g���ob�P^=yJ���|ucL��1ޖ�"Q�&��iLٶ���q�ȠN�t*�N��/���e�g�,ܣ`E�[��w�)掂2wb��4��{�+(��!�)�1����Z.G��z��F�gR|+���4�N�yz���tNM��}k�t��+U�ɉ4e6�D`�6��g�����4LCd��c��Gr�@&糟@bR3�f5�[�[�g��r�౪��dgjR��SSg�ܞ5�4�y`�7={j�V𗌚�̌�T_����k�?{�JH��H%H��r#�W�a��;�6����ӊ����A>So�.v��Kf^z�ɚ{���SZ�++7d�9�RMM��h�VۤaӖ��;��j�R���]�ߋiy�B��	#�
IDr�T��K�	��˻�e�VF�PI�h��F~9}��	�6M|�{��4�U&�Z\�����t���?��K_(l�j�\��2	ۭ�·�@����@��"�f�vE*&��AS���V�i1D6�*�ҽ�<�>�Kq��U\�����l�)w��{sGw���w(7	<øO(){6�1�MqqD���N�[���ޠ�_i.�ÿ15<QP2?�EGQJYV>Η�M��߳�ǖ�R�9�|6���\�]s�3��sɖTg�{Ϭ��?R�q����g���dY���e�I\o"��'|!�Lj�;��Q���l]BW2��(����V
C�>)U4M��EE &F姐T������G�f=JQh�.-��<���u=���E9w�Ċm)��9��0�w��bͩ
U��2F���7:m1V���d�}��X��&'��LVh#���30����l�e0P�"��.C(�	�	��33$TH�Ȓ�����k���/A�A��N������S @����TQ�"�D[��e"w����ڲ��ѿ���;�E�����`�Qu�	�*n�z�I|����i"[I0g�Z���NQ�Q&��7�	���r	��m
\/7���Rl)X�{�N*�:Z�ܸ�ݩ��� ��۽KJ����'��w�{FO.w����ܟ�rFnUrD=���e�)�z�:7�����NWէ�t��˒�&��l!h����U����"�e�Ȥ�R����h���w���1A���b��h�,��E��w��h�n��m�6l�m�V��4+RtI.�2e m�^ߴ�ck�V�+�i�i�#�*+g:$��?4���_�bʾյ�mh��Z�M��.i����WU+u'e��q�ڼ<��T��?���ӵ̻P˼�9��3R��%2�d7����r�BJ$���j��yo"�ᷨq�n�-QC��><=s��3>���V�9�ϯd��ҁ{��VTɌ:�Y�~b}�4)��j�������n?��9�7�Z@���o�*I
��w4��7�zFIp/�'��D�ɩU��T�R*�gh�&x�ח���NǍ���l@'��*H��5JcL\&p��
ǀT�����!��p��<��๎���kn��gU&���4�gz�gZ7� ���F����>��p�w�?�7kG��<��ھ���ofmK6z�A���C��&J�ܐ�d�њl��h4"��J�K��������7�(��O�@�m6<��(��`�n��m7B8{�ӆ�@}���v��GS�N�+�'��*����ر�raVI�t���!��Y����<�Y�'^�2�#g.Ts�IڃF�Y�b5�
��[��4z�ZoO�����j'?�c�%PuJWHmHJ���d8L���$���v��U߿�~��$��6cذ�L�'BI��/|mih=3ߣ<j�	<f�/��x6��\;)V�����ű]Ja��)��CcQ�K�VFBJy�\r���.���k�;��p���_�l�meM�=�	d���Y[��݀��_*h�%�)o݊NWݪ:r#Ф��΂k��ע6��I=D��FNx����1����������D�S�e�>�*n��İ͹�}�ͪ��F�.�!�
��c����lA<����m���?��8ǹ0�P�z�&��Ӆ�Y	�R�8� &���IR9Xd|����	����:�I�����Mo,�͝��ㅎʒ\���h�)�&�ՋN���콕J�Hʎ���F]j��=}w��~�DZ���p��y����kGd���t.�������5DD�^e�̢�c�4�
�<C�s����k�X�O�{|N���}N�Db���.m#�<N�k��O�
T�M�!�?��V�\���k8GI��^xm��{�M��~(�;D�l�,Y��h� �+��J�P�g��W�*�"�P}0b�f�,�bC\fԦ���H	w� h�=�#HxRF�
�������u����!����#��sL
:K�¦#:��3���2D+a_����0x�AOԕq�������y�Y�-.zpŒmMM����L�R�'7����g+��j�Q;�����3�i
�)9��SvOd�/�Wⲗĕ�]��O1�S?��\�V~X##k_�8R޳2߯�W>oBhj�ox��31%����+�dMM38T�8uJ
(Q��r��}G)�	�I�����z`�+��O�Jvgd�e2�.�!��ۘ����+��/���}ߠu�ҟj������F��w�y�Ǧ�O>����5�N��nav��;~C^��8C�)���}�ĥ���*�T� 8����YM�1Nh�8Q�8i\RE�r&jo���p��j��@�
@hE>4�p�Z�1P��u������7�m߭��
$����pW�r���l���ά#���.��)9������ِ�@��+h{uv�M2���#x���>�>�i�(���@�� βA�$�B
܌S��C��sY6p�z�?�z"t�����6���
q��{3C��OH�:Ng�
���oq��H/W
��Np%��s����d�2`[@h�^�s����I��.֐ҮJ:��p��*��M��
�B#BBhJ��U��=�!�@��WNV�I���e��4��>*Q`�����"�6a��sm�F�-��t)X�?��z�䗻'�>����
���¨�v�7O ?*�[����T"婊��L�hҫ��E"���IR��a*���UCsm�A-�
�|��I��N��4��sO���X<�W>����r��tX��i|t��mmF�񱹿9?�wc�(oe��j�9~�&�@^��	�����F9��/�f?gM�"'d�<Е_Y� ���.����ˍԢC�]D*x��I�O����ϨTfLB!G��ԖR�R[';���\3bކ�y3�f[�XF*4#�>�ܰ=o�zع>�CELx��EN���(�$D�>6�v�C3�z�La�UW��]��`���#�⅑
��H|N��j�ވ�n���Ap({d�w��ID0dW?��t�%H++�<b`(x�+����~����1TE�i�+��=�2s��cRcG���Q���D����PV_1%���u1^G0/�`=�U�G��|�_�" ��c\�p���c�?]��'�buJE ��3� �5!y%�?�>D7���8��m�N���`|vܶ��s⣛ۆ�߃�G(�h����3�{q�"�*���|Q�%���.�x���p�A(н�k¿��l�u�_�D��(��o��c�>>W�_F7�䥫r<�� �[~-�B=��]��kLO����p����k��Q�B8�_�c1�B\5�����d����Qbt!�G��^�G����kB�0\�������}�)!�����/�B������*�� �گ$!!F���q�B욠;"^w !.�g�A8��x�@�+q:|�P:F$��բw���BAh�I�HX�Y�E��"bQ���l��XN��|]Gl 6U!��W��;7Pl���&%I��ձ���9��i�d:��F&��?�݇�9�I�ͽ����@w��}��G,|�:KaA7��S!�n�[�B�����p�(Bk���Y�M�0~x�W���иw�ɝ�A ��$���@q=�	vT�BՕ��\�ɜ}������4��jŁ�z3=��M�Yi�){�" #Oe��f�=ge'pu�x(�7;F@s0���j��߰w�����V؇�@nRG�AG������p�絴̝��2������?��x�;G��vsF� k���)�ゕ
������*��L��qZ2�b�r�c\׬)m1u��s�BK�tv?��	�D3w\��oP�,7<����@���7��c�@���_�䥍���#�O����Ǝ-(3&����&��\�K#�����+�sǩ������j�JJ�j�.oni^�}�6����IO/�V�K5@�
H��5�{�)�ݲDt?ᝒ�?�F�Cۏ�B'6��ETs��65�S����0r�"6E$M��);�����E����>g��;^�Mu���� �n�m̢����3�m3QP=���Nւk�JEL7\*ˈ����-�#:f����2�.�/h�g��2��gb��-���r��HM(hĉo
#�Įu~�u!�^�F
���/�8u�λ�8�YO�^A��3�L	�gd�����V\���@;��P�n
��:m�1�$�-U¹�����"},��Vc��BhZ�ѻW̋�=��3�zM^P��f��?�����؀[9�=�ʾ`�;�cv�6e�={��̶�X�m�#������5R��n���i	�����}d�-EY�CʭD�k9�*��-�bۨZK�ExHS��%��T�-�%d��C)	D_8Ĉ��}�LLU���:S~[��H
��Uj�YW�;�j��V�z�L�h�=>~�����o��G"9��C�C�f�ǘ���tK��#_0�gK�'���HE�~�d��	��w����gN���e��ٖ�S��.���S�c��	���b�>_���@�-㦸�'5X�)#�ƑF�ҙ�P'h펍�5J�&Êx�1䩒=A$�[�$�B.�2�5d$�592U>u�0U-�i�K
�C�	���2���GzE*ǵA���\�pS��_��D�R	X�`���~�G�U'�n�/�D��KEՉkZ�dy��w>���@9c0��욒Ua��҆�1�x�<�DB�"�k��,զ�)Јi��>ܳbp̱}�^�n���<.+;)Q�P�kL�%��Xr��k�2V�<.nd��J��I9��4%�z�B�H��R��j�{b�������E�v$�2uG�#��ҫ�2'Wu,�J���2˩P˴&���J�I�r�?��ۗ�zr;:[�t�&����n\h�ǵ���+�V6�l/7�{/T�Ny|�"�3ybfn����1m3��c�@�9�zA8ߔ��UCGuὙ8�h��l���h�3�Bk$������@+��y�@/�Q����Ai�m7Ŵ����g�Ae�m�h�$Q$�/��iq0�W�?��~s[s��*�U@�,��C�m��e�`�mbl[c�i+�m�K1 ܜ�9Ɯ'2QF
c�

�KOv%��st�;R=V~��=����@�$9䑼E�&Yk��)��\�5is�u5���'E�ž��j�"q*��'���DT����s~�u'~j`��]���n�뫽;G
��j.��-�������i����"��H���T���	�{1�� rsc�iQ��� ��h	��HM���{<6Q���º��ꂸGm~��2��[�4�$I3�޳p�K���������2���ն��S�i��\MT$��4���h�H�W�y?��<J��-� !��ʯ�
)-C�ǝ�t���b��h�C��ǯb^�f,��%E�;$�,蔈l[���Dk��.�I�{\���3'��d���
��(30ɋjF�Y��g���~�w��쪖��چi��.�wU�\�(�Ď�t9hJ��p{��N[J�99�e��~�CN*�9�=tlhs���L���K�����P�e��>u3٠�uw?&�K�0�,�{Ы��.�˅�ND�\N[��n��	��'�Ђ�zy���5��2���'r�B���z3H�n��n�-�^��^U���.�`�����(���fkJ�=%�M� �e��̂�VL�i=��HM?٤�{0[����W�h�'Ɛ��H�T
'T7���`0z+டlN���}n#5̸�ʰ���_�x��/΁��g5u
ǭ�����Bl���`8��������+	��!���w�火1��,������:$�r:؄��^xH�������nP*�2�ƒ���Z��C����S��x?i��/]j��������h��J�)��vK`��ly�=�hM=��6~�4�@��
WNj}
�r�ƀiB1��N�4���X=ӳ2��=Ļ�ml&�ܶMʟ"�Yފ�$�"9%P�i(�O�5#��gd��!ڿD���vS��m��
B���[�\Er�� yx�C�P��cy�:�s*q�V�p�Y�������+����|�1�{�z��!4SP�$���F+�\C�м���T��u�:�����' �)H��E%K�<�/������9���N����f�~�AѠ%���Fpj�S�76�����,�ջ����}H��'�Մ
Z+e�'��t��]V[ ��=��`�|�o�/��P4���IE�P�!��>��)؃�T.�p�����9ߔ9��['8G��ܜa�G�~��=wZ"N��ޒY뗲��e.ʵk�Wu�~{jCO}f�,��	
p��_�JC��9�غ"#d�1�#Le�h]!���ꐜ�Q�;����4�G���[�;�i���t��sQEW��+��2�]�,��.#4�!�_>d�;�v;f���Zj0#���n��,{��Y��֖��W�5����ZY����;���}�"4�u���S��������;�
6���Y����g�F��c��e�"�	gH�j���A��32�H#�$�SM2�Et�n��-5��߿�&o�Pk�R�$�����ƭ�}Ϟ9�&�ؑ<p�֖��&K�.sq�C���=(18Փ�<ڀ�07~����i�
>|㞗O7S���Ɩ�`����0�y�<��E۴�ܩM@h�(�#��(��cM�y��ɔ��RH@�s��|��������]�/?w����N���ߋ�o��[���^�^I�-te��,�����o�U�
���B�����WT��U=\�mȽ�
����@� �_��P���e�D�#��c�	�/�Ok�pn_$ܟ����!<��F��H�p��I�C�
��	01��o+)h�?���6���"�ݒ��h�4�%Pv�Yו_\�_`����49ֺ:����F|�'~݅�췢Y|�xz������Єd�n��I�����"x��g���e���-�S
������F�������dD�.|n3���+j�b�o;������|������+�=���2���Q:��Wth�;��d��9{C�W�r���+,FMFYA��_/��ͣ��3b��a��2�ު��1��ڢ��k����斵�R���b)*��`)����W5oaQ#j���)D�R��E�P{&��#?,���9�F�Æ1���C_�|�����T�:�U�� ��ȏ������OAG�Ʊ[uB���
`ز�t���!
b��nE���>�T;�ݪ`���kj�ݪ`�0G��~�͑g�_��#�a�
W��a[�}�
yx�铳�Ə>�A:��3�HBkJ���3��g�}/��g��ɸ�u�C��.��O���ş��H��^��@�ω�����G%Ƈ�7^B���Ϗ�F�!��z�9��|�l"R��jdc>'�� l5|�[NS��HyX>YK�a~��|J���}lda>`��g�1�1�#�>�8�������l��
Lߣ�w���>�b>��L+�v�9��g7��T�(��=7ֽ/ (rL�;Y������v[U�l~���\�YFYIAz�'%�P}������5��ݯt�;upm-�f7-X^�8!{\��1���&�r=@/!��:$�������
>9o��<��=8S��Ҍ5�M��A_œE�"�]p��tc#�#�B9z�u�̞�$�� ���"�p�=z�DE��$��
���Ek����nj�n�.O����-���Oa���} ���wӼ-���'p�w��}t�3���2T*��0XE�j���c�PƔ���?;3�h���:�/����ZWƲ%M�����r����O_8��	�ں��=��/�����w�	X]��d��k�V1��s�hՈ�{��uq�ȼ�}N�@;��0�d�8s���6�.�kUȵ�B;"�5'ђ+��(��
t���t�p.p�%�h�IJ�\
�9\�	��_�.po����FT�J�t<�.r{���4t�F�ҥ��\���
�y���ɇ�S|���ww;k����T��Z���+>�<ù��C��HDŽ_}���9�`�ۯ�(�����q��@����U��Z�!�4�$�P�p�.;;5��Ș���3�^�d _�S����S��
bS�$M��J�$�������2�\�ӯݕ.6�^�4kk�wʃ=���
��R�%cYy�C}�_����7=?�_!����ꟻ�]������C��/>_�DGq�>߭�4Y�l*[�ҧ ���uJ�,.k�';V�gNTѬo ��5���e�� ;c3�G��lx�Ӈd9�dM�L�%��6�T�3=�57�r;y�sUd����:��wU�~���7�B+'��u��pb��:��g��8K�5g��A�9ߒ���g���K��]��q��S�[���讟�\WЧUd�W'�7��)i�ח���V�L��[�h=���P�p�&H].���3��7��'o�/p~o=�FÊ��lnf��[ګ�q�Q]M��1n�+���S���޻7�}�^ꕉ�Z��^����)d �V�'o��n�@�8����m}'{j}����V���Kq
s:+&��T��)��Y�C��ɇI�iPY�tDYqĊh�C(-,�4��hD��I�	\ʩK֪���d�smYi�wm;Zk+������Z��iR�@�~rށ~Õ�sߏ���ؘq��Һ��}��u<����㦄���ڱ��^�i��^
O�s���K��~�W����t
�~nס��|���|.�ϡ�:��,��\7����W!���w���+P���4��
�_��oz!��'j!��)ا�F�C�"�4�qjr�&`��g�*����Y0]ͯ_[�x!T���[$ܻ�n��c���չ�J����?q�cue������8؏����TWx��T�rE�d)N�MHU�BA�^�NN6P�I�%JI��}��֑vT;�(:r��p����|w���mْm�D[�y���{�����G
����o��l.Q5�.������D����*=(�5zYߢ��_/��ߦ�*M�w���ςW胥��U���|�6j��h����uZ�
�aPY��/���},	.�Jp �L��Tp��^���=�Uj��\��J��E����L��?ߦ�JI�����B_T��<\�D�]z\�K��W��N��
=!C#�RN)%�'G�v��E'�h��hʀ�)�j��c��s�{���X���~��vZڣ:�1�ǘ�b��![
��`:��ca7�J�ψ���4O��S��݆:�k��LG�U�ss�{N�]��Vm��ٽz=I]�
{fXO�I��d��
vZl�M�=�7H$��!RP��X�޸<:4[��>EA�r� ��5�ڧ#�wp߿3�}C��Ga���?�t��}lz�"�,��%��o(E�OA�?a�C�C�:���'F�^лU��=¿���1Ě�+��E�\/�G�N_���b�5�=a6ǥi�I9Z�->��ݙ�o�);9�C�;�ԪH��X���2g�[KEY���Tu��u�Z�s�4S=���8Om���т�[�74�#�ʧ�pB	?gHĻ�̸�H��0J�,Q��w#�S�-t�C��7��T�4�ԉ�`�w.N��gw�6^�uB�
>�ٝ�� q�!\fZP(���pa��A÷.�
�Y�(O&����b���#�����J
�1|/�������֍������m��!L�-5kע��*�s�M��L��i�ݢ���^2��`�:�;(��\f�q/��5�����Dd��&��c��S�Dۂ�Ĉe9�,X��'x�CG��H4!��؜�I�k?#m�,c��:W�}�j�����aK͔e'�	��^��Q:���	���<x�"��fo{y:r6�� 4yR�4�W[�-�V���F]*���^S��j�Xx�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\՝����X�VQi	6��h��g����wOϠU�Z�B�X�Ri�,fU2��-a��,?-Q\��JE)DQ��~,�b�0`BXVK�%F���iu_!�T�Oj�\}�͹��{���s��q�Ε�W�����:����˜�_^��O9�M���*g�e~���:'��Ή�����U�rm�ԖO9g�b��_�	��g�s�3�Y���3���N���q�xP�e�Q��=���˜��9�\�g�ޥ�{-=�����~��K��ۥ//}}�[Rǖ2wu��
��:w(4A��JC
�١�Ck�]8�~�bԦ�ˇ�A}fh������Ρoc�=t�Ѓ��C��3�C���|�o�ze�
�ѡw��/^�:{���e��R���p[kx��*���7�.�<|%�ᛇ?��c�+��D�3<7|��}�����PO���_�zm��ᷱ�rB�F����>�
��&Ci�B�jc[ZZ��(�1t)��U�B���-���W���
݋��z(t@�P��c�i藡�E�z=��X��128�h䬑s�B#��8����H5;�r���pd��1�i���c�3#�F��Ҙ�|�S��٭r?J�3�uP�;(���OP?Wa�F���Ҙ�E��¸-���4z��F����Q\�D�T�e-��(��P�T�e��lFil�]��Y��]v��WP�e���T�e��Ci��=���
c��i��F�Z�%�k*o���w�5F�,A���!Ԙ�$JT�P5�]��%BF/BmT����T�Bݠ�9�m*_F����]*�3�Ge/J�<zuH�I�?EɳG�i�e��Qbj���՘���"��}�\TH�gcS��
��ͪ�D���Q�U�nl���(�7��6�c�7&���oL���ߘ���1�7c�o������V��1�7c�o���/a������_X���/,���n��_X���/,���a���0���_���/a����
���_���/a������_X���/,���a�3C������_D�E�/"�"������E�_�"�/��*������E�_�"�/�������_D�E�/rH�"�/�������_D�E�/"���Q����(�EC*�Q����(�E�_���/
Q������Q�^T�E���^�.�؋�D���n�؋���b/z%��?D����Qb/z%��d��؋��{�d�q�7N�{����8J��Pbo��{��q�7�%��/A��q�ڸ��%���@��q�۸��C���Pbo�L7.�ƿ�{�O����Qbo�5��'����	#�	�7�%�&ȃbob%�&�(�7QC���(�7An�{Qbo�2�؛�%�&nC��	��؛؅{{Pbo��̄؛8�{��	�7��fB�M��{d�	�7qܨI�79�{��s&��d%�&ɰ�bo��{��(�7I��{��QborJ�o�&���6�����I�7	��o�&��$�M��I����7)�&�oR�MF��I����7)�b�1�������_�b�/1�k��_L��.���Q/&�bD��؋�bb/&�bw�D]�b�.6�r_L�ňu1#��D\�Xq1b]L�ňu1#��D\L�ŝ�X��Z\��a-.��kqX����X����,N����8..��D��8����
q����CX\��!,.��aq���8��EX��?��2N\��=Wqq����J�UB\%�*!�p��$�	�YBL%DTb6!�ДM	hJ��4%DS��)M	є���hJ@SB4%�)!�ДM	hJ��4%DS��)M�Wo$ȡ	�� �&ER��IIrhR$%ɡI��$�&ER��IIrh�H�R4K͒b*I4K��$�,)��D���J͒�*	WIq��C)�%�fIѕ$�%EW�h�]I�YRt%�fIѕ$�%EW�h�])Z�a)K����DX
�R",a)�"���RD��8K�R�,�%�RD��8K�Rb-k)�����XK�ZJ��`-%�R��k�C(������Y�h�q)�YJ�,u)Q�����KC]Zԥ�.-��!��Y�h�{i�YZ쥉fi񗆿��K�_Z���/-����m(񗆿��K�_Z���/-���i�K��4���_���/}�h�&��Ea�h���YFf�fQ�!�eDa�h���YFfZ(Q������_F�e�/#�2��ˈ��e�_�2�/3��ˈ��e�_�2�/񗁿���_F�e�/#�p}gJ�M�ߔ����)�7S�o
�����M��)��S�7%��6����M��)��S�7%���oJ�M�ߔ����)�7S�o�J�M�ߔ����)�7S�o
�����e�_���/Y�
��_���,�e�_���/Y񗅿����_V�e�/+���P�/Y񗅿����_V�e�/+���Y�ˊ�,�e�_�0J�e�/+���9�ˉ����_�r�/9񗃿��˵P�/9񗃿���_N���/'�r�9�ˉ����_n%�r�9�ˉ����_�r�/9񗃿���_N��p��/y񗇿����_^���//���y�ˋ�<���_~#J���//���y�ˋ�<���_���/y񗇿���B��<���_���/y񗇿����_A�� �
�W�J�� �
�W�+����_�
��W����+lC����_�
��W����+�_A�� �
�W��(�W����+�_A��(���WE�+��"��_����B��"��_���E�W����+�_Q��(���W�9��+�_Q��(���WE�+��"��_���E�G�;%�W����+�_I���$�J�W%�+�����_	�J⯴%�J�W%�+�����_	�J�%�W����+�_I����_	�J�%�W����+�_I���,���We�+��r%���We:�,���We�+��2���_���e�Wކe�+��2���_���e�W����+�_Y���,�ʇQ�e�W������_E�U�"�*�W����
�U�_������
�U�_���ʕQW�����V�f��\E�U��<\W��U~Ty�"�*���Ty�"�*oWޭ:U�S]X]R�xU�TǪ��tU�Tk�vuEUlT�V/�n����eի�7T�A��ꗫ_�j��V�T5�Շ�����ꏫ?�����\}��VU�Z=^�j�5�e�ڹ�PM#X�צj��ƭ6[[Y[S�h���.�m�i�j��>S�V����}�������_{���v����k?���kS;\{��ޮ1㮩�k̸���:3�z�Ό��ޮ3㮫��̸���:3�z�Ό��ޮ�kUWo�Y����u�ouy{��[]�^gת.o��kU���ٵ�ϩ�kU���Y����uVruy{��\]�^g%W���Y����uVruy{�]+�Y�`ת!oo�kՐ�7صj���Z5��
v���V
y{�5]C��`M�بš�!oo�kՐ�7صj���Z5��
v���V
y{�]������U�
�V
y{�]������!oo�kՐ�7صj�ۛ�Z5��Mv���&�V͐
�VMy{��^S��dת)oo�kՔ�7ٵj�ۛ�Z5��MvM��&���m*�6��MvM��&��My{�]Ӧ��ɮiS��d״)oo�k�uMvM��U�5m��&�5�_�Z�-�ׂ���k�_K���%�Z��j��_K���%�Z��-�k�����_�Z�-�ׂ�֜
���_�Z�-�ׂ���k�_K���%�Z��-��6����4�M��i����7-���oZ�M�ߴ����i�7
�U�oZ�M�ߴ����i�7
��o����4�M��i��~h���!�؛&�L��i�̴؛&�L��i�̴؛&ϴ�^�<�{m�L[�C(��&ϴ�^�<�{m�L[��3m��&ϴ�^�<Ӿ�}M����_l�]�"�Mvi��6٥-��d���k�]�"�Mvi��6٥-�ڇQ"�Mvi��6٥-�f�.3"n��2#�f�.3"n��2#�f�.3"n��q3d�7Cv�q3�nfD���7��fF��0��q3�nfD��J��0���7���͈�X�k3�6#�f`m浙7g��̼;��B����%��df�%�f!lV��Bج���Y6a�"l�7pu�~��7G��e�=X.��i,sX�\jt�",˱,�3Gj����XF��}
�}���,_��
�F,s5���d�����W��5s<q�|V���V���j����}���j�Ycx�+�s���U�ݍe7����²���}�׳�������e
uǒ�/Вwh�CXަ��� �;���\-ù+�>u���g��`��bڟ�N�:G8+�ոW�f�:���	��N,���N�]z5���,s/s$ٸ�7�o���,u�Թ��w�s�+�5���w�7��eYn�'���5p�\�2,�\���q��~���v���c��1ν�sa�5:0h��,�1s��sǁ��1����h�JZ��s��Y�UZ�糧���-\�)st�p���Z�|	�־5�D���A��]���ǩ�ν�>K����m�S�g	>K�'���;kU�U��۩���Q����G�~F�5-���3�
\�o���9�����^��%�+���g�[��z�,׼���A���>T�Ҿ���w��������#:���a�}�g���љ��>�՛����w`���}�\?a�c=�C�h�F���;g֣'u���]��M;�_�\��Cu��'�]:�|�p�#�h�^�Ɂ6���Ա����f�����_
���W�����q��}���ۍ<ɸ��8�}m�;��g�t��LD����ž�?m��sޱ[���\�>a��3�7�\�^4�ձ_K{�=k�ӱ���y^�{��;?A;�8��{Y=���b�*�"����M����{�s1z
��Ƽ����b�\�0���Υ���cDT���\a�s_��;<o���1�6�܇�6+ٌv?�l�[M�;�e��n�>yĹ��7�e�3�m�݋nb�������b}n��e��$+�}��,��vƲ�~8��#��7��F�(��쮎ǭ��}Q�����m��D�NK�og8�3
G������Aέ<ݙ�W;/ڋ�|���v6��q�Yw��=S}�Z�Z꓅���P�ξ�@�_}k�l�j��d���Hn��#��J_����畾(d��Ș+}���i��������F��vt��ߟ�N��kMF�D�U���;C\`<�c��v���V���4�w�}O�+с���u��x����}�)���|�K���ܝD*�0v˰�����ߍ�;���>x��a6\k�۬\D?ۙ�:�m����pk��@[֣-?y�;щ6xOP�W\� ����L>PD󌁭��h�0x
��9�ҡ=k�2l�2�}F����κl!-���ۓ��o�=ˮ�8�Ֆ�ޝk>�Ŏ�-����O�z�l��+�Q�h��]ٟ|3�S|ͯ��\��#��[���t�˹�"��V������Կ���Gi���I���c���;�$�u��l��{��mNa�� ���23�7�����;H������V��t�o����?���g�����X�����M��Լ'�W���Tg��j�ce�H��q��<m��c�v�Y:ױ~���v��~�X�+�;x�zY�K1�<Ew������W������q�L������X��G@lg���o
^���3�~}�G<�}��V�m�30'=���{��S}6����'=�羁�=��T�
^L{f{���7�C�҆��K;;�N�\���L~�Y�ͽ�O���g?����;!􉽦��ߧ=w��E[��+agϧ�f���oL��}
ؙ�:���ɕv�_�_����Y����S���r�L�� �x����w}����_��A����v��M�]�VF����ۑxշ��_���'v�o�{0���B��{;�����7�|�N~Lp�r_��D{�`W+���^�tf��E�ɹ��	����#gZ�����z�1.w�����k�o�] ߊ���^�)�2�k��X�[���W����O�͟�����粌1��'��ҋ�/��6`#6���cg���J^�m��i�ݵ`�8�;���wP�ƍ�
�U��{}������2�)�طr��,��+��v~����o�7���1��U��ؘF�1�={��=@8h��[`�<ůc��/�������f%k�i�.?�b�w��D��O����o�=�l��t||�1v;�L��[��=�7i������U?-o��-{��o��I��iqҎ{��~��n}y#�+S�{�%Z��}􏝕�~5��Ų���l<ل>9�5���~+|s0�^��l��Gi�B;�p���3�0�f�����^���C�+p'��<;o<�'s����~�i}x��G�C��l<�S���8��g���q�c�*m#?���1ܽ���Q�"��޳�o�wwz�oӞ���W��#�W}9�X�{;����Sv\};������!e|�ǮS�,�s}Ӣ\{�Yc���7�N�}c���<d���b�}O����kE�qv~�[#k������s��Q<S�
.6���;��b���W��/�/ўA��i�ex��v�N�.b�I{oM}��k��N,�e�m,:�qq�����П��O����λF^�y��	��(����;���N���4y���rb�杨]R����|i���ܽ��>;��,��/��է�_8�n9͗wa�=�=���o�릀}����7�9F�O:9�cοS�݅�'�k��p�m޽]�%د�>��۵�!��z��'�m��Ǟ�e>�<c�΀���w���`��5_���{�ާc?{��^;�\�\'���v���[!7�{�9�{��bg�m�꟱=����_{��c�S���Oh��~��dz�η|���n��}�w߁`7�xw����p�O���o�^�g���;'�Nړ��jo\���u��u����g߾�:'gq�T���]}��s��bog�,�~�n�F�+�αe׳�e#�v�>ľ�g=i��fX�m�/懻m�nt�`7�\ܿ�!��oo����O��v#�3xA�~�`��
^Ե_?�ؗ�6�lOg�m�stpa�������?:��g�w�5���w�����qNyԹ��}����D��?�t"��o�l�\e���1�f���3����V���ۦߺ�'}�[��9���7�~���߬}�鷎�]�N�����ڦm��+��:�;�GS����vu�q��L<��[�j����~kמ��־��[{��[����@{�ۄN{.����u�6;�g�_M���q�o�2.־�q�;��:37����v���/vt84�_��;YG{ة�J{�P��\{��vZ�z�i�A;�n�q�3C�$�d�gؽ�����U�Zsߓ;����י�v�G�}��~%��5v2݇|;���0��%�p>�ow��ή�)����C�Ng���L�Џ�	�����ط�"[��}�cvd�z�[|��ښ�y���.���Տ�[��Qz��ͼ��#�T{�u�e��.�S��gߜ�m��\��^�S=���w��v_����}��|ʾ�r���}��j�i����"{��>.�OQ�}�`����a�g��o�����
KG�����9I'��r�Ϝs���s>���s���)8�t�q��.��/���ag��~�v^��W�W��y��W����o:��o9���?��_;�K?;�t���W���q�&�f�=�s��_�����\��~�w��ܦ�#��ﵽ��x���W��6�u���v�M�}~��^
�V�(x_	��m�$�߃��x�	����ޓ����S�h0���
���5�y�����[���{\\�
~6����-�[�c��|�8�
�q�O�78�w���9����s�����3����3�4sJ�&����0_!���0� ���0_ ���0ߺ���w�1���]�x�������6��V)��T�NpW�w�U֪\��Q�R��T�RQ��9A�6�/K�	�;��.�Ζm��f9�y/ӆO�,ﱛ1�:�Y��=^��Y�;7r��<�V��_�7&�N�vֽ�{QW`��yN�ˑU��b!p��y�/�Wsd��u'���w��<����5'���7�x��۫O|[��N|Y����ĕ'������5��'�7k�����9'�����
ׅ��l��\����u���s/u�	���y:�|��[b�~������8��Aj܄G�9�G�8����!yc�L���^x�D��=��3���*g�[�/�<D�y�L�tYU�k�4��Z�.�>�Zq�W�Cz�=�^���'X��>���}��>/o=�vF���c�+��0�q��y3gv=�7�f�bvS�n���|m��7�F�o���/�͛I37xGc9�;�l�y��չ�Փ{��2�q��JN����T�����惮VC�����y��u*7�����3�O���Ik4\��a��*��~�����'�Y)�]�^�^�N(��
2���.b|��c�I�ފ��3�Z4�����F���ή��1`������3�ˮ3���'e����qe�SqZ�ī��
�%�f�J�:E��;w(�~Sm�j�'�Q8w��|��N��|�8_�=��d�Y�����S|'3�Y�rkI��(����%�UCG�:��5��_&RO�O���*��}g�����[B����틙���)1_���(1���'1_���&1��y���y3��Q��������
&\P�մ2������w&Passets/fonts/owfont-regular.eot000064400000067456151213253340012704 0ustar00��%!PS-AdobeFont-1.0: owf-regular 1.0
%%Title: owf-regular
%Version: 1.0
%%CreationDate: Wed Feb 11 17:55:33 2015
%%Creator: www-data
% Generated by FontForge 20110222 (http://fontforge.sf.net/)
%%EndComments

10 dict begin
/FontType 1 def
/FontMatrix [0.000488281 0 0 0.000488281 0 0 ]readonly def
/FontName /owf-regular def
/FontBBox {171 169 1919 1926 }readonly def
/PaintType 0 def
/FontInfo 7 dict dup begin
 /version (1.0) readonly def
 /FullName (owf-regular) readonly def
 /FamilyName (owf-regular) readonly def
 /Weight (Book) readonly def
 /FSType 0 def
 /ItalicAngle 0 def
 /isFixedPitch false def
end readonly def
/Encoding StandardEncoding def
currentdict end
currentfile eexec
�Tjt?��cl�Z���P��'0*^]T�����a�R�s��ݺ��s^�Y�0�|A7풏?Ifޛ�3h��Q�'��Q�0�p������\D�]R�auq^�Esy�
��[j��+�E@^긪BRl�&
��_Lw k�C��`
wF�1�|��wa6Q���L
��.���K[6V�7N�S��I�W+�'�I޾/��:-�t�PP���~���>�(�'�R��߷�X/w�̹by���_�Ś�Q������r��%���b�B�}�A����͌f����7c�ks�m����!;m�f,�6}.���9�7/ѐ�)��Z4��	��YXd.��G!k+��%FJG���B��X:�{��	a2v�$�,��O����}<"�9^sj�r��Dޛ�d��_W�W��������_T�LU5��ҩ�0��ø�f�]c�]�lj�p؊��~w�Zr��N.P1�oe�������f��9��0k�M����-j6;9r�A�L�����l�?6����ٮ�T%!c�%�4�Zç�8���	���P�q`eZFW�t�]$�KizBN��Ϫ���<��o��Tͧ:L`38�:�$yX,���B��9�����`qt�a�S�%	A�m����!1)�v��z+�$�;�h]n&�`V�"h^mK��<�Y��C���4'���ct]LYʥ�h���� :�z��Vc�����J�b�޵�6_�i�Tx7��u��91�_Zecb}���dRP�㾋��{�.r}�؄���Ը�o��BfF>j��[dp.��Q	k���_|n����[�t94a�&� �]%��ꐄ�|�!����ڛX��[�Lw�^�)�U�!� ��|���ı�.�(�!�Y���ӷ+����5X�Ky�/w��@�=��������#Gf��QU�l:�	�?��#q���?�y۽���g��MS8���!�m%�y�b������u*�P��n�eTN����yT�Ge�`�^^\���P�;�m�d8�T����
��x�󀋇����,l�$lR�苋�p�)��E��~���Pb3T��j*F�_�/�'��M���V���0ʔS7�O�GN›��YW���ui7��<;�f���1jp���_4M6s�޵�n#<v$x�RJ@����|e�D/��(LWs�>�8|"����ڏH��0�`LWCOξ�v]��?�,�+L�:+��oZ����y��狮���#�'��:?��uI�V}ݾ��g򣂢��fcr~K=N^�*>^�}�r5^�B9��r�'	�����-�7�+ѯ~k��wa�`Ae $��Yֲ"!��j�F�C)ڬ�j+7+�ӟ�T6=�Դ�!FH�1B���rE�y6E;@Qn�,O�w�R.C��/���c{�)���l���$�v��Z*����7kս����Is�?�h��<~V�	�Ǹ?	��*�q� >�ʴ]���i��1ռ�s��JC	��g�@�	�(�o�ir�2C����^Fq�"HD2��b�:���������wCx�X�,���P�r|�w
�=iR{�%��ES��͹�u<&�$�}&�#.A��'�����T����4�X��[D���R��&�[L���
�0��L}6��=Y)�v�<��v���6�Z aL�l�G�8��>H��?�����z�����`�BQ�@>ʅ�8�v	�F$�����\�c��D㜊����5��0���uo}vT��
6G�7��6��X)d��P'S<�9ZR�ye�
mX��IΆ��
�V�Av1�}��>���Z�t�cZ���%6Ic� ˗��Z)�\=�^�A�W��W�ËwLqӝtp�~����(��:������s��f��#�?LE����F.@�X<!�u�>U]�:�1d�{ı�X��ao͕%�^�=�
pȑ��[����B��l�i���[�+�����En�I�fH�7��!Q�=-�%3ff>Fy�1���<3�\����w��c廛�a��v��&�kC��J��0�A��e�wu����bܬޯ���|�p�/�̫�?#�v8����ͪ�J
*�����f���o"3>|{��X'.­&�5 <Ԧ�#��-���j�ߨ~ߴւ(WD-L0�H�7�v&G)�i_�U��Q�<D��m=B��>vM�y�D�����h�,?#�f�`^Y�l�L�z�ג����[�j���L֋�9�&S&�|�ӹ(�B�T�Hoi{��M@����G�5<�
ۊ/ڪ��u�JWhMU�Y�7$׹R���x[
�¬mȩ"{�1P�	�t8:Hl7\�$�npTD���%?��h�Ԫ�]�)�W0
%ho+���!�P���Aٝ>,'�w<�0:��F?9�Y�#:�9�)�b�BFlL>��ato�9���;\����+�u�����-��+\��!�֟��jv')�k�f�7�ta�u��{��W��RucB�t�:�@��K�#���k�(���@H�ɳ�D�E���F��ߔ�J5�����!5!:~�y�Vh���mF�#X�ӵ�[�k�{�(�vP�S4Õ��'	�����(�ڋ�n�q�f����Jv�H�"q�Yɏ�|�
�Kt,�7��F�9��X!Es$~ 
����e��qH�2�r��o�}���5yܲ7��|��]�ł#.s�D�E�6
M9������ώJ����0��X����.d0f�!�[a���y|1��|?'�ܡ����ppʨ��F�}�s�?�eI�cLXm?M��������@�\S�i�UPd,E����>psV��Iοb���1�W�;�D�&O;DzK�(�S�^ �4(9j�A�vi�z��N9>�=�q�b�6I�@��v`9������2'�Z8�|��]J��6neclo���!1VbZs�++�|T�ߓC�g]ن��Cgh"j#�N L@�D�}���+����V��7!bGhy��f*�3��xr;��n��Y�`D^gI��>O�9�2Y�@6�=aߗ+�]k4D�#�vGH���2��/�k�u��3�h�c�t�[��l:@
v���o�cR��x�W��DwGyw�3Ƙ}:l����J��Uz.�Z4����*�S�LU��a�*'q�	S�AȌԙZ=!�n^��~dJ��]ȗ�Q��䨻���0΢�?�Ǿ��؎L&�O|x�l(�k%�o��,��.gy��~j��w��_@�Y���B�v���D��͖Y͘RH��|���U���b��Tx�<�hOF�~~0
�޵��eYl���鲼{�����I&S��e��
,�3� ���G�:&�rp��H��$����_C�+�&�+�J����pdhH	S�1�Cy! O��h�:�cy���z�}-^�E[��b��#�GW�Sa��`���.�N*��f�o��E���h2l��h��q�e�ȿd��b�_�fG
yF�o��6�Q�T�u�����}�����Cލ�dG���1#��ΌF ��>�j��_<�kA��%D|�,+�����c0:j��a�Ӝ���n|���M�W���q�-sJ:��}��l��h�����L
ϟ3��~:b�
����6�
���=y�LN�ᚩ��S�G��+u-�L����p��p���ÿ*�����HS�M�d�
A+�܍(�X#�c�!��P�X��&T񑾼��ÍKZi�5ѠT:�UCUd�7>]I�V�$&$�6
u�*�ё�WZ�:�m�Mx��oE����l�٪(�;�m�_y�
�dA4�s`�0�P��'E�za�{2���5wY�0��;����x�^l�CE�P&!�3���6�w�0��K$�7��[���:�M���ֺ�b�v�����o:�9@u~�jt�6 �A�k�=8@��b:x��4�D�R�$����O�:
RY��.C����8���Y��C����@�g��g��P*.�`q ��NG�d?;���<�va'��iM^S���U��kP��~n�x�VHz���k	��t4���OnUzl
l����8�F=�L��xB.�o��U}�|�;N�id�H�1�E��
�6m�ä����('�0�����*-Fv;^;"Ӥ��[��"�y���bPX\�U��^E�R�,�J63����y�Q��&��QiY�
q�4q��ߏ�r���Ǒ�X�����xc�WSCcz�d�8��4�@�66��Zd��@�\�(�tϔ+V��oA�˜�*oG�H8�;�I�D�����~�����
ז��>.���_���h�Es�k�9�IڳT��VHVrkf5z�f�B�^�!耿��ǟ갦���":��^|�ԄLH���JuG3!�%��k����,��\jm�y"*�CDR:[���}e�@Q�
|���-$*���θ"�Km	�I��ƈ�)RS�e3���lגXВ��r0��6�zJZǴ�����7<�Qj��C[rF��[+�%̱�S'�Ǎ�WGs���L�y�؆��[����D`��Me�'�4��)�x�'l貂�*>�Ֆ�?M�	����݂<��OR������v)Xr�F}�y�!�^5�D"U��`i�8�"T)��_J��ͺ��X���Cy�'�����i@N��o����T۲�"�ʇ䟼e��\���_�����bgw�s٬B�FħL��ʪz�!u���m*Wcz�5�,X#U&��ٖ�	�`s��W<��xI�ci��YH�l�.^_��%$�U���g�e��9�����h���8��*�HQ��>�,�d�%�����f+2��܋z`��)���e���:��'D�/</�sNY�6�S�.�2��#�cA���p.>w��V�����?+��
��G�(�O�;�7t��%��1IEw4/d��@ ,�2������f�'�R��\n'ҭN�'KL�+I��IJ��{� ä�y��B�dF��㦐yq#��h���)�-�L<#dt�)�
?������ �M�J�I9�~u��&��$5�����U��Ƥ>,�hh�*MZ����x+#�*�w�QUtp����e�ͷ��`;_a�ǘ��k?&��X"�����>��=�l����p�г<ٶ�Ba)�f��3�v��Q3�,�g���Pu`��!�~Oek�$�w���n��Y�jܵƷ�A*}��$�Fc�c%?Z�!�]a�%��D%��y+^�t]�x���Ჩ�\�a�g�@��C�(��}")���,�	A|��ېk����ͤD�
��~�+�}-�Z~�ߘi��q���G���fռ+�ƞ��Ui-pN�*��ݕJ���/�U��i��tش���W�9�P��8�9k�����]�~{%�.,�d\�,�jZТ��y0�U'c#{q/yZ�`Zrj?%�&}>��AO�v緻��.e����M!N
� w��z����y5c+�W��	)E�|s"�woh�=Y���g@�}DO(�J':�P>	��b&UF+MY=
�ȉ�3�a�q+� �ㇴY����
g@Ni^)�����P�qL��J��+Ԋ���(]V�n|~�8?H}9���$�G����ڼ��#��d�X���]��AءV��T3p��Œ�Sػ�C5��R�+��E#X�D
��g]g���
�8���l�}|w_�]�/1�U{d��6�A��;���sԋ>��=��h�aQ����'�ʤ[O�x9���ƹ��w�^U�sGg�6�"O�d�3�1d��)9�W<멂��?v��c�u�KUI8��t���o�a_���Z�R�m�9���>�T�Y&u�_��츑�Ԣ��?���4�IL�oL�*�Yh�BV?� �8��c���Gaep�K�Su��0L�ϒ,eәr�1ǪD�Z��|dd�i�ي�i���|
����e
-�8/�d�	��d���a�S�^�l�+�#��Ľ��h��ĭ��s�[!�W����l׿V������x�z:�e���ĥ:��.��N��=V�3�=	�Fw8��C�9n��x2[a��Ǎ.;�v�ԓ�J+�3��e�f}��-���N9@(lC���^	���V=�;���O��ǎ���=�r �p�#��A��y�_�?�k��b�6r4������D�/�����Uy��a���6�6~��0��:u}��|y��M�{��co�ӵP��D�2擄ִ�����a[G1؃�b�)�a�_5��z`vEi��ʋH�_;0�JCyx��L��7�RK@���L�J�;�	�W��D�����VH~�Q�I	^��i�:��1�ǁ_,"D~̼Bx.�O^�/�������{�I6`�)��)�c
wP�M%#$�㇧'^ɁE���MZ�
����r+���E�%W��Y�ޛ��i�m�����]A�3��B�@�8�Wy	jh'�.��&����W$�r���O��@*�[No䏼*>2�Ba�����T(��|␕����4�z�:�YB�Zg��c��{	�O�Ň��3��$�NJto01dn�۝�Y���1�z�,޲BlWgQ��J�!)���`��,-X�7|��#��Q�%T�v��Z�x����!�r��[&�_�ȟ�_�Z�֡ �"��Z3p�1.�?�e\�1���u��.k^�	ڢ'mpI:���h�n�+�dG�W��-/��+#+v䷗9���#X�!*ޠ#�U�\H
D�q$2�Y5� ��������>�c�b�_kQyZ��D�$��T 05nZ��������I���6�D�5��6����R�Ǖ��,�h�y3��o��G�d��%X
��Í��Q�J��}'�y���;K�ַW�ɟ�8��=��S��v�{����c?�Pm!�+,���2� z�N�q��u0�7���q��xjT|�au� �>�
�x���,�'/��J�޳e�>��e|Bu������	%�W����q��f�-�eE��[�I	�1G���
��
�{=~[f�dSsզ�[pT�{@���&�n������a�r0��|�xO��~M|������tD<Ɂ�4^��`6���
�ucXT��x�!{�����?����k�c�yޥm?�c�M�86�p���E�(�����I��5���z�,�*�G�v|HUۍ�@5���
�A�3��s��*�nZ��B_�3k�imc����2����SA=��l
VE�2�'�<��\M�(��O[�4�閗�+b`*]R��3l�O�����ij�Zef��W���I�����O��(r<V��iQ�mlh�G��OJN��K{O2�7�[T���p[U{a�)�M���=��iߪwi��q�	���"�)k~%�}�M5y�_X�+}��O¡�al|�v�x��oT�F@�*���p{t:J�h�|���N��t"��_Whw(u�g�D�%�$����s��������4��Q�Tj����y �]_B#����C���Cd�����ON�����mӺ�q{h*A��.�O9�$3~��6w	0��%��E��h��Bp3B=�L:�8�$`��3:�|��83�["��L����:2;O֬,�Ψ=Ӈv7�R`��%eQ�~W��2���F�6N��|�����W�7�Y��B�vE����	[k�h�F��x[��
b�ɧ�Lܜ����y#ɢ��sC�æ�Fq~�_(h���6���P�Lkv�
����@��ӣ��}P�1�'��m�M��n��d`�6'J�k�}!��H��V���t3�����?ҫ#ʔ���|W�VC��7�����9)�d��8]tHe�C���
�ڋa���H�>y���$��з�"a��hJ�.0>M{�S���CpP��I:��F���@��-L1H��WƢxz�={�j� ��ke�| ;��9��v��B�%�]s�Y��t{E[*�*��U|x�8*D�������a�5aUo<�]D��\)�r+_��|�T����z7���N�B��D.`% )?�(]ڼz�lĮk?KQ{��y#}eT%S�lz��}�S���D�YW���:�J�p&sh��������;��qGڳ��l��2�
O��).V2�����D�}Яo�'�:���RG��9[��
�b��B�L����{��)^�P?�t�M�ě�ɻ��G6��r2:�T���+��n�������A�İ,�2��~k_�Hc{�P%�]e�:+�_�|�M���m���׊�	�X[���z�դ�����x&�-*�
@\�)7W�F,�J���	��׆���LL�S��.8�,ә}	��Ղ�b�:��
ݞ��63��0)����Kĉ�"��+�'{�]�O�[P�c �\|�`��_x%��9�<͎��6��^0�[�c�2���t=w81r������, k�֛6���Ď��5^�\J��Z�m@�����b�����q��s���x�)Z�"1q�Y>����o�9���z3W�s�Dtm���Ȅ�߬A�DX���H�'���ڒh@]:�:��A[i��?���$�Se���#��WL���;f�A��D�p!t�u��ʽ�׏�c/Hǧ�YMI��-�������<�E�C��y�J��UK͋�$�y�j6.����H����
GT�g�@�:�q^\�N&�6��ۋgt�VN!�א ��$z.3�������T8]:d�EM���JۛYeF�Z^�v��R�ۅq��ߥ����r�=<����/k�В�gfP�
���!�����ηS��*�����Be	��<�%_Uޞ؍�
p�t��Q��r��b<����>�A���ds�m$l��O���z�L��Rް@�����au�O�مɔ�E��p�)c���!D�L%��`��9����?<���K���!
p����3�-вb��;�n�o��A�|�Pא�K�kA��E�*��ͮ��Vł��W�	�����҂��]}R�7n���b^�]��~p�G�;��6���Kpq�W�</�$Y��;�쯙��F��g��sT���	��Q�faI�����i/��?
�o�͘.ō��!�l�g�R�����
��&9Y����qU�mp_H7� �yѝ}�@e�{�]����������B�
.i[$�"
4��e���N�&P��
��60��fɣS�0���T��;�|.D�ltVV�/�
�3��Fz���N[�s�Z���������Gb��Ϯ��C�!_~���|�U /�'D�i�^��"j
�$��z�Ks���?e�#���Jj�exūwSl��w���![��U؃�f�}y��*/����EM��)Cx�z^����Z��)�PZ4�f�2��A����*���JV��
�>�����8�4�b$�\�+�YJh胓�e�y@h��gc~�i6�sY�|س�ұ�8@�<&�&K��%���c˼�?m%ʣL{p>z*_Y�Þ���-6�e(ᰝ�=5^%�/�:��)�|KUڽ1;GGNU���娿ynT96��� �:d��x΀�Gː��� ����p���cw��#���a0��?�=a	��r�K�7��{�������
K:�f?T^֫�?�P�$�#�
��o�ʸ����3h.E7�UGr2� ��q'�N|�rC�q����g�|�6f��_{����5�0���
��2��_3%����J���s���J��8��Iy���5�jg�V��^y�\�z�ҩ�I���y~�$�=Hu�޺7D�N`D�/�
,�9������@�>:1[��y(��e�^��W�����DSa�nh�[]R�e2
ʤm�I��ժ��a�P�����&vh����w�d��cƾd���9�|l�0��Y��Y�53Kl��O��
b�mz*�3��)�	4��`N$O���­�֚<B��b�aH���R�y�ő����Lv��?�&̛�&Q���N�c�C8���C�U��R����R�(ׯ������,��dWpB>ůH W�f�5�ɛ���L�X��T�S���=B�|y#�o��2�G�Ŭ/#A܋��n���L�O�o���Nf�֖�–*�O����Ĵ��'���|;
�u�-Z�[�&�/�'�YO�l+(rP3!+N��L�ŋ�1@m�#�Z@��C힉�R�)Ov��ƿR��H�l;sP�e\�!��k0�1Ʀ���MN���F��V�m@�G,��.�"�lN91g�1�]i��p<�c(���A�H�n�ᨸ�Fp�K%?*�g���9f5id���hR70�\�5I��\
J����
-�b�SQ�8���FX{ǁH�EM�����%�tSd���F@ix%>���=�U��q
3c�_��#gg� ��8���	_}�~hCls�;�I�9��!n�eU�EE.��x��|�H����/i�2�hG������ȉK����aUd��a�@�$��a�}s:
��u��
r�\;*��(M�I
���v.�R��T�F� $GDdx7(ޕ����O
�McȖ⾇yM�;sc�
��Y��:@7��m�I�t�S��y�w�y8'	�F��¿����f�����$x���FSk���v�G��EI���1�Hio� Üʕ߯OB�s��@2ځb�_�h�q��Gv�3�H;
m&\��P'�
{qD)�(v�U�(u�+ߵ�NE! ����<f_}�)	:U��u@i"�E� ���T��^uq<<%�l^<�RLi	���?�
G!�/�z6U�?0'p��v\oN4�\H�&:1Mp����R<�>��Ȱ�����9n�~�5�S��<�����t�3�1$|�t1;�-��PqtUF�W�{����v5�(<������x8n�zY{��g�U�Zc��:�UU�#�)�P�6�
E&Oq�x�	|�%4ú��z���eE'S�5��Iͷ=Z�Q"S=!�s��I]�����7���n9ܯ��O�{3-5{=�]�S��&�|��~�ߖ�~�N!�Vx��-��U:J��	�L�8�xY����#z�լI���t����k���S�=�/��bG�����&sg���G�a��쩕��P>����Ҝ�.�Q��_��|7:��[oy���Ե)��Y�����ݰ�Q�����T�|��:��c�k�6��qRnrRO��#J�9���@u1_Mv?,�����w����5���>��	�H,yq�?}��
Ag"Y�n<XuC��<Pk2Ja�(���d>�%��5JHq;L���A\�I�[��D��;RP�.���%Z�Qꚗ,�k�+�b�#^L�=lQ�,���ze%U��6]P��
���� �W�:����Pj,�7��q\����?7����n^�R�Pd��[�A�VK���蟬�M�8��|Im�'�j�xn=ɘc[]V�c��^�Je�>;��ç�D����Q{�������7yz@n_)��FX��H�K�:M�"�N�]��q
�^�|�#�ڮ�9Q����U8l�(CrV��
/��Ǽ@��X537���
�M�2~��	&�I�/�z.$����N%ʄb�I������ĺ�,�<$���Հ
y�t�:�	�/o���H��&�_6�l��˫�É1�q��V��3��<!��"i�_��T���id�85�h�e+���@��U�du�󂸘�=)�l
x�.�;�+�eg�ΰq1�%G�
N�n�3?C~��ac�,�>�����X�5������#z�h9<_�ʒ��I����	�AӺ�}#�F���7ꡦ�[Aoy���_d<�=�_w3���2�du��[H9�\���L%c����ˆKI#���4^(KBp��j`�����l�\"��@'�a�)&��:N�&xy�n='����n
�x����m}4�x��<$4ܗ&��M	/Ռ^bd�s��(|;��T>��C�sͦ�q��t�ni�G��&�_��yKp�G�O�N�pi㏔�Ad��}���V���[����[sie�f�9@򷞔���1B\[�%^5�/+q4-<�/�1����z������L��n��N�yf���
#��Əc���`��@؅Όl(i弄r]S%���}:�LJ@N9�<!]���>o�myѥ�f~�����~Ve��
Z��:�"�l&������{�o��|����47��r˦�nQ�1|9t�uT"�N���,�����D�4���R�c1���~�&^�5�
��)����.;ۻ �!�(����VMw5p.0?��}�y\��`���+zx�3�Lq'�c9ҩ&4բ�D�>t�#ޔ���h"�ڤa����HZ�^+���Z`7��_����4�3�����J7�l~��q�m��r�=i�Uv��h��^6�vT��[�~�I���[ƪ1E^����X����/��o�S:u�y��˄�d�w4|��̕�,�^˓�Z'���+baX�q@�d@�*��/��0r�Tݑ�pY�}ϊ�����d�֓��u���
s�	���n��s�'%Ź�˪��2�q<�P�|ѯPܽ�����U��A�ν� ����'r��=`�U��&Pt��S�8��U����%d4�����������Ǵ7s��i��:�X��*:mD�J71ׯ?��Y��a�D��S�������-��.��S�l�і�v�m����fj�c6�eԙ�l�uO
o�B��e���sI�g��`��O��;j����
yd�! )��3�����V*�j�LNA��{�T����M�)Uk
��I4�D<��?N�>K�B��v��>�Q�\N�I�hn�Q��a��Yl���{�U�e��%���C��%������@���̦\CН��~-{�͑O��f��~�4�����]��D�K�7���%��lȧh�/CX�g�p���(T?N�1��!����ijC�����G��wk_� �O�+�E�Wq��MS�=���E�O�#?�>-�+��w���-sS���"��p�l4�L����_��V������t�deS�C���;E��)�^�8	���;���`�ӯL��Yv���á�ҶJÀ(T�e�V�mʣM
%��A+l�-���,�;%��h��Uy�ٞ♭-�ؔκ`�j^��qGdJ��-e��:��G~+��ۯ*���KҰ�<lr���H�}y~ �M���`��iEM`�2钹��5C�?o���7vV��*{��o�lf�E�>�bR�Dv8�6fz�z�K^N���(QM�(.�F���fsڔɏ,�Y�J���֘i&4�	�=ׁW��Ǣ�K��u���4٩1[�ښ��J�
\>��d)�}�g��d<`�:���)/�gͧc��7�3tc;1�L�c˂-af���ăm}�����Uw@Ry<�8��@[䴇b�� %���Jx�<v�A=��a��+��$ĩ��q��t�
P^m���� �vwrY�tT�W�!�qЅiuc�2�|.qk�X_�N_��7z�(-h1?�3,��[�"/��NONt�M=}7�bN3k�y��W�V��!)���H��D	�Gh<�����:<%�)`.� Y������u�I�㝱�9����ԃF�C�Lc���%w�L���
���nj�`�y$�V�u��0������B�	[l�`�$�g��	b����D��U�rIO+I�2��VW�F�6"ɐx�2k	G��Oi	�q���C���F8ۑ�$
�C`Tm�?�����o�)�׆��~�9����=*{�"�4�g�o$�ʬ��@[����*���J�Cw�܉!YU�W�
�֬0Q5�BUI/�+�ڛ��p=��nǠH����3�)�{}nUA��k5�]���F��ЈT�ة�O*��X/x�FRu�"~/��!a��4�<�ȍtn�nu�m�aC�2�Um+_�e��/9��-{�sH5���N��խ})�*�j�y����n����2��ǯ� ��1fb�$�qzb�a�6|�_\R����9H�"��E�36*�;^��Onq���N��#�w3h�Q�~+��u�˲�ؕ-�*Fljn��6���W��H�祃I�2�@w��Ԑx�z�\�x)�j����W'Ao� {�I�%�)��v��F�3:��j��l��a����vغ[�ݧ�Ѫ��1�h��yE�OK�.r g@9���d�z'Z>����CDYc��g�>c� ��>W�:؃�X��v�zsG��*L<��P��3������_8
b�����ٿ�Z�sx�Ie��Ix��E⹞�m�J%u;��L���CW��K?���z����S!��������=��y۶~R���{TH��=� @�42�Kk��s�-`����fS��#4�tk�ٶ����c���61�_� e|1��џ7H�9&<��qY3��B��u���&1��[`�]�Uz���<�|��G�� e�Ԙ�	���m�6a-±q|t�[}�����`�����.9��N��Y��dV����
�p}�9.V���@M&�UA��,�f��܄�x{�uPh
�����7n@+k��Zl���.~��M4(�e��#�`��9��`���}�N����d����.���d���oF����_/\)�V^-�����=Sp�MD�UM�=�
�8������B�ָ��9����<�X�z��,pP�N�		p�7�oq��au���r3�Qu\���p��SÉ[JW�5?�.b�p5�?[����s�S�V�����Bź����5Bh�i�s�Gj�lڧl�zhڭ|NϷ�N�
�8���d���V��ְw0�CCX�
�����r���S�����qu?��+�ߜW�$������e1���E=�c�R�;*f�0#`>_u�������ި@���J�pD�:�����iOs8�k���FKJfW��^�����>���/Em�W�y��-Ug�Cc��SrYL�����Y֬���%1��=�?�CJ��b������`�`��(��j���G�5|y�v�q$���G��\!@�[�c�Zr ��<������0�\`�_�JX���x�q�?�~����"��(teR}�C�M�9?���[B�'ӻ^5��k�<�8���Ww�.��k�lP�K0AnL���Հ�ɋm&E�wWW	IA�ģ��+<vG-k<#���bj,K����%��h�X44�z�{��n�$�]=Xfs\���zH�?Tb4"���&d<K��'�]��(��1LRn2�7�ٮ�����K�{�P�J}�a���,X�:Q��$Oۇؔ�QN��*�6F*O�
���G~{<�#L(Xa���jvq�~�Bn���������-C���0��d����?��sc��Q]p��ETq�T$�u�S�nͅ"/	�1�*:�jW@(O�c�y��,h�"��#Tt��b.�n:tǥA��T�bo!�9�q�G;FM��t�y��%~�ғ:���N�"^�]˟p˦v1��{��=]�Ո�Ȗ�Bl�P�9C�S��~�4������("c]���9P��y?�&�;�J(�c	��N,�H��}��3D\)2�F�j}�q�D5N��o�x���#9��x$�-(X�#J����g$8,�1�������O�h�U��
�3z��ꞥԤ#�����;�c#P����C�����Ь2'Dz�zuV��e BruYGQ��優;ueP=-4d@��eە�#Ԃw�p�X2[,25�fN6�7��^�Ec鉔3sԩ+,z����?Tz�ث�/�]#�FA`��.���eJߩR�p��/���Q*��Z|S���q��=�z"c���HO��Hc�福�P*fn��+o@x�ޯ����,=����{Q��-�������0���������-_|l:8�i��O72����ѽ�f3~B3��Fqm���ʜR�X�vL���[��w\��[�8j�-���@	�0ЇP뺗�inch���=M&�{�5�$�A\ 4��$ܸ���0�:�@krO�9U�$��Lڿ��=�E%����dsb��U��iW$5d��Ta�-����O�
��V@����A�+�0�&�s�=0Ty<xI�]EV1�/��^ r��~%2�-�X�{G�~�l�V�UN�@�qx������q��]��zN�'���,)r�1�4&�C�[]�@Ij�T�L)���-^���L�
xu�3��V�����o^��Z�֪�闤�ɣl|���3&''k�ͯ�	�Z��T�V��T�b�����4�x�d�d�ƲR�4P�����8m�o�6�%�֮ <6ۊ���/����{'J.c��Y�~�;9Ժy��
�=C�����!�q	^q���JK.�["6�񘼷V��R�����@�Xr+r�!l<5H����5�el.�
��]�ddC�\5�6Bϡ�gPt�@h�>3�·���-]0�Gi�[�?+J����7�Ktg�!6;Z�6�l�s��p��п��p�H����$b�\���龜͉�$�&��V6Sp)B1��N����ij��w|j)��A���Vw���D_Ȼ��X/u7Z�D6�h(��y:�P���*%Я�x���00�8�	�^��3�r(�re�M���F�;�ܙ�
Vo���g�I��߫S/�R�v�?ڝ�>r㴍"�k�	���ݚ��I�ZZ��;E�L�,oH؂����J+QuK�;	q��e=���i��,�X�=�ʷ*D�y�E������o���,#�`u�
�������Y�
q`�
�z�PgF?T��C�"���y�aڲ�R�t�ɯ�l7B'�e�qi剑D�^�!��3D����q=�W888��?�a�v���h��~M�Uſ6�˗�:�
c��"��)�N
�P�z���Ĉ��;����tп��W�]�2U�J[9�+���)����bS�z����,���M�߈@f�mV�S�H�%���3�����ő��r���]��F��z!|eb]��۩�kM�Bg#q�o��j,a��2m�\�ç���2��3�]M{���0����0��8(��%_��R�\�>�4Q����I���c��G4�MoF��}7�D(u��RqSb���/~�X�:���u_���F��r:�v�3KB��
,*���Z��O��=t&[HV�׿��M�@|E+�8�d#$�{I�{$�z���~D#��e�h��b��IY�)ep\pyw8c�K��_��
)�b���́��X�6K[�>w �,�t�r�D����T�r��}����q3:�@
�|͟\��8_atP7��{>�j�$F}��>�g�a.A����N��{@�QV�l٬�:���?{��O.��J#��}�=��E�2�$$R�E�Uo�V� |$� Y�*\0&5Mzt^�cl�P��lݺ�ܦ�;�v�2d3.��'���!G��L��TE����P��%a�5���|:����H֩�'�
��w���k�qQ*'�Е��m���f�Y��3h��߇�x�~C3,b�B�����|/1ID+j���b	�y�0�?����Ʀ��J*�wj!V�����
���y��kQ��S��t55�Z�jsv|Xm��v��9|+�浅��&jm��Cb((�gV	e;O�ǘ�h��P�����*G��	��Z���p+�4���}�W6���XU�멼�����}}��ؠ�{Edw>d+�ﮩ�T��0���}���	�H�9Kޡ�<�w����Z ܨ�OfwD����a��zro�$Қ ?����v@W�C	����A8F\�������t�G�E��X-j�cI�W���}����%��W���:���ժ�B�d?l���ƾLAr�r���ӭґ��B���<L��Zc;���[�}�����g��ʒ�T9N����B4j^��]ޣЉ0gA���6�c9��r�@	���ס��Nn�6��?i�l��1�/?�Q�F�¿S�|�d�-/妲�ȵ{;�wXq�w۽�-e����n�L��r{�p����k�
R�V>:5��͓?N%3(p���i��,5��aH$Xy�c��>lD*���?av��8�>`�(^���6^��I�f߭]"z�E?�.�z����{o��V��㑇)Cl=E�_ �2�W\TϘ�Je����_�9F�'���V��%"�n��M؝[t�5u�x�*�4=מ"lG�!��i-k6����@�6��L5���;�i�S�1�ka"c]���X
�#v����%D���L���y,c�&�Y��l���֔.�.P���WNw7������$-���ez6�#?����� #����J2tj�d,����"hC�&�s7!Ga�ޤ_�é�AA�M�����G����:fb�"�h�S#�"
"'�����4r���u����2Vz��������-�h{I���CX44���]ø�1�.�������l�S�|OK�D ?v�pq2o޿�=���<��r
PxQE^�����6o���b6,M�x9����>���N/G�:�Z1.�3�^��7�n��`BQD1�������D_6�ބ�y�������\7'�#��Y"�C;�yUB���a�3�Ky<���� ~��T�f��	��������.ן�,��g�t�Dy�3�=Z��i^�Ϭ�el�]#!�܂u	�X�
<ݦ��T��W��Q}T Vs(q���OK�SY�HSA7�t���m�/��p�w��!�|�"��ܵ��_�~��%�?� {t�g�T?�33��ʂ�����[;e��dY
�_m���.�����JK}��s)�m5~�/�[�[���Дip���#�>[a�:�L{yP�;�wc��i
��p/�o��z��y�m��Z'��n��*�һV�o�QZ;�O�&�p�U8�3;^� 5�o��9m
o$��sK�Ù^,�k��{����;ct2[���-�;s�zzJ�}��/�@�jc�A{f�3��B���-��f�p]���N�;��7��}P���m��*aCEo!�R���׳�m~6��B��\�N�Ay��1�*��q�Z�S��ԇƦ�s��L��9�M�Y��x}�]��q�+dj[ܨa�,F�ѡpN��4��bWȹ��p�B#��2��%�9�՘�C/Y����H�0$@G2�ƍwΙ8,��Q�5$��1k��wy�*��מ@*������6�š�ͭ��'�OgxL����}BL#�/I/sX�ȟ	's�3�2��UH�fȺvc�8�UgN���|�z㛐Tim#��N������e�2ʃ<	��^���q8O4I/n����\�0�C"n2�S3�ڨ=r����kyŤ#�i	�a0��y�ʤ�2�:��˔yĭK�gw��*�_yIY�u+&���#��+��aI"��@7؊�Y����;�ĥ��=]���D���w��?F�n������z�j�\�KxUT�T��IzSH���t����_<��9��]�펾q��(����k6�J'2�0������M�!��7�P�R���L�zrv�\>���S>!��l�d���9M�Yt������Pl_�e$=�-�`7�vy���G��E����uh��XO?�

T3�}�6%�Z⟮
[9tG�K�3@7z%�9�Yh�q�����ܯr���S	��:�x�|_�	'������ꮼ�R�ާ�%yb�%�C	�A0C��tW8�|;8جdð#�V{�Zx���[�lw,5n.����0-M�w���I�
����)�Ď�Z��lv�,{Q]=k�Q0�Kx�Qc|	��cu�YF^���]v򜛢���3�˖n�B����<��.(��M�\�+�۲K��>�}̏4��k=/,�3a�D���Է�em��ey8�oܸ��WZ��$ʤփe7�����R�邺�EM{=��^�>K��.
������G�f��+�mG�L��5���"[�\����G^��<�9�S�mNɔ]C��:�B��9�]���(��$^�d�5�n�����(_��tq��$O�����n�W���n�9z�a6�]n���m��Lź�~��a���y�jTT�<�!�"0JG��(����ݏ�
 �v�6���NK�^�@ܡ��.'��X��!t��6�{񔜯�*dm���w�~�ϛ�}�Ҙ�ĩb�nc�`0��x��h��@u�����[��Z��0N����6�(�5������_z��+
ms�r�9�����1�������"��d0�*�0�Eh���R��y['��O�DŽ��7X��٦���Kg�EtFv$�f�]��Yݻ-�_/��/���͞��Lt��V��E�z�^c��k����=2��HH� �v��/�L��������?�����*�>��%�qe <�A�z��"N�7�\x���έ*�a�O��?B��Ρ��b�\ᖅ�aU�V��p����>P���O�j����W[U�����ԛ�s�f���>9Je��݁��%r�oWH��R:[t�IX�N���X��.�qPTNQ�8����O!�;�z��
I��r$�P:�a}�Ff{���!�
K{0���ѕ���u�_��ӑ_p�	�L��L-�G&�	��ed���\࢘���a�6���W�~	��֡������k�zYI������>��w0;�ps���i�rf��K&z�c��o�?�@5�豙	'�u�|Fj��=�T�1D�$ԫ����i�[3X��e�E���_<V�FA��f\E�˞�<�����#*p�����v:��'	�[1�Y�E�N	�D��Q�١h,�J;�q��0O"e�/k9 L�/�����=��}Nn�7��+�}6�	G�o�AX3�YD���,.�f�����ߖ��b�D-�.�Fx�ʣm
f�ŠX0���f䉈u�q>��O�Q�e�V;0������ރ�M2W�r�B1����_�CY'D�
�Y{��Q�efc}=��P#���H��b�/��ʣ-�%��^�ˤ^:�-sF�j����k�X�Q�
`����:m
H%w���[��4c-E+���d�� �}V���
(��I�ۚհ�K�@����K�p����my�6Žf.{�[�_
�jV�5˳���De�2���F2�;��85
f�uȸ}�L!��i^8:��G���4+����|}^b�U>?�%<Z�J鍰X��L�~�t�&5
a�
��?�A?�O-�f$�C�6�ZX�C�a�t?�c�Aťc��t'������1�?Q2�l�C���,��؆�W{��Wl�ɼ�)L��G��!��������//�Wj�E�e�f_�2D��ntȣ���V��6(����;�x�a�;��v�NY=AT���tL�fo�uv��#�(���=��{�g�.B�sqI�_�P�����D����5o~��>*�S[�{B��zffͷyaXDip��O~��1���a�k
f8�8�t�v�=?�([&��:��%��e�<Dn[��E eE���#V��)�F�j���b�͈1�L��4v�
=��m<C@Zr¼���RN�E��Pm��^��ߠ��3Ƈ���Y�32���jD�3̝�V�]�J����w�AZ�5��_!����=��s���_�>��{��>��҆�^EE�g]���X�
�{s6�ղ�ָ�E1.����iEuvԊQ;�|�(��n%Ʃ\�	�T[��m�����E�n
���筙�O�z�xM@OZ-nv[M�`U��jrҴC�Z	��^������ƣl���P� �g��V0�%E7ܝ��6Q��=�����r�gB<��E�$d��pZ&�����!{��'v�5�F�*���ȟbq��b�_�xq������DdI-�t[&��BL��@^�+N�^��u��5��I�ת]��r�QM�"�U,�<e�))����̏*��9:8S�	��@��`zDk�[��h�£�����P<F"z�*bX�ۇ�U����56bk.S�����E�؄ຸw�9��<-G�b��T��L�j�1P�A3:U8�h>��0��E�)k.WX'�������L���5:�A��mr�
)cPϾ�k�6���+���U�	��m:�[��̯OD�$ez��<�;1�UuN'��EdT����bS����[3���X9I%�7��O`Y`��`�9�;�l���MKS���0@'K>7��)��*�϶�D�"p��3�xo+!����Ʉh��a�?4}�a&;�,3��U(8;�~���ﯿ*L"-��j���}���4���KA��C�^�.��)��
�f�
���Uߋ�q 'f�RWw�j��sq�.WU��=��@�?Mk��([]8����Sm�<�jЕpw���������C
����ք�_��a;�~
5�o�*�V�����?�'��aP�ut|O0W�0a��ۻ�結�U���_e��|���;B�fk�Uc
B
��������Փ�Y}�i�T�y�Q���,��|y*,6e䶳+�|^S�h�L��3>c/��I�X�xr�Xmi��(߯x�	��$��sW>�H.�g=u�
���a��~�+�B\?��B48����ߤ��<Gxvj��{&���#�.��˱�1l�|�)@%jTb�5���4��cGYS/Յ�iܚ�� ���΀s�b
�@~q�	�ǁ8�Z��l��*!D�Z��r�n_��#Nf����yѼ�x,�̣��c<Lb�nx�UO��zǪ)ʈ�L��#
�u��1)ܥ]C3�^�}!�ū_�S�O���8*<<��t���L�&�t�I§c���@*����۹u��؞�
;8�W���Z6(<�kv董f���:�o<���K�ҕ�=�fSWsA�+�ъ(w����i�>`.A߉ݨgb�f�9�1hYb��MΫ*��g���I�aK4bd흠].ӞѶbz�VK��fxy�|-	�}������eD�[�� ��YP&�<hn2��\�ַ�'��?��+Vd���]�A��k����{�gՄ�8�o8�:��f��H�{����bT��f�r�~_(����]٦L
�L����V\g��ѺXG�$�A�>gHd̏�k���`�ehTT�P�+9�_AU��n�ɳ''C�I ��6G�����6��uT=p��>N#�j�x�����:6�q������k�����\L�EՓ��w��͆��}�N��沊���L(e��2�ք�q��eL�岊g�ޔ��[�Պ:}���"��͓��b��_J�������
��T�������>�
Ro�t8׌=��3z���kO�5�q%c�i���L������c�=t�n�:��>6P[�(��R\lv�x[�t�D��*��e
��?`���گ��;�.$�3S�]���'ޞ�ŋ^Cm�w�ї��u;�`��Г4���G�gn(�-lE{�
薛n2��;��|�msa��o�*���{ۡ�`C��j�)?�=��U�rO�d#wVJ
�5�I��MQ���3�#CFD��0#m��=2�?�N��!1z8d�b�ެ��g�O�Ii��	�Z����8�\j��5V8���J7o“�OR!��V��9d�DL��6�9�OE@�����wzf8�T�B+�|�8Pm��Zm?�֚0���%?�؇����t�j��#��"�JR�vCK�6(�+�ȣ@wG��:PW�&n��f������U�ɼo?Ē>�є>��u,�qWJ�^�(Ԧ9p�*l	��f��2!���
����Gu��Qq�ɠ��e�Ţ�p�!�e�����l<!�
pJi�p�:�E�q��{�n�Mʠ�ǀ�MH�`M���ծ�x�h
�}���i͍.��4��RL���JM%f.�k��@��ՙ��Z��f��/�pa�bf�Id��I�~�c�z�a@��-�����Cy·�.b�଱��<�))1u��H��>�a:�	D����(�0�Vn��x��H�t"Kb�po��|���f�84s��y��H��5��'��	xH��/n降���%�Q>��9�9�wO�ג��*PN�����ӄ�׳�>�/��N�^R���{��8:����Iu-o�O�$U�~�U�`�xjb�Pr�_���ْi�>po����x��I���G�� �nn���8���6�j��
):�,�"�-{͟�uBum�IN&�7;s�Fj�%��W��/��Ԓq�s�kR<1�'�}�?�%`�֕Dٞ鷡�Vײ
���*�8��ʅ�����0"Kҷ�I;V�\��4�#0/ba�h/CZ1qO�?`��
����"���]�H���S��ձ�Vu=��t�]:a}��x��i�ˈ�,u�4��іu�
�P��@xS�IN[V��o"\J�A6�2���)��O�:dE�J�[�\����c�/~���Y����mB��yAT���r�v4��٨���D�Ap3��ɏϴHQ���a77f2�8��֍��"��p%��,�ş���m]z }
�[����U^U��))I�[��h3�)?ŋ^s�yH��V^as�ϯ��%���h�f8aZ��B��3��Hs��fz���^H;�hd<�Kސ�~�CS����u2�O��0���7'���|ƗC3������[�}u#�M~�8z1C|n�������o�
K���f~��|����#�?J���:���7
g����"�-Ϸ�˖�L
X�+%����si1���
T�&���~T��k�U��G��&;c�%��dQQJWz��
�6�$֜�DX��fdU�{�V��>��T�p�뮳��L��g��b.��T��)��C�\d}�j&���ZT�!�!"�M����o�B�G�~l�۬��'v9�/�{e,�@��X��)��F{�@�	σ���B�
�w�Q��.�fka�u��}TM7�L�B1�E��Նт\P9��L,�h[屓5nLRm��n�˝+�o�c�����̈`Uh������,���{��ߐ�W���,2�@T������`�1�
	�����'	���Ws�f�"we�	���8%�3t�{�髽w�6""㳨)ł#m@�>��m�8����3	��=����J�."��?����8H��~�=lH��J�/�A~��l��Ek�L�{�����M���ǘm�V�y�$��L�ymw��C�:OT�he}=����?��8)�W1מ���m�A��ťjjJ���9m��o |g~�n��
�Ev�y�Ia
1��/Z���s]u_�b����a��˯���4��1~Id���Q��S�,��_!�Э��8�p��^+��`v�����Q��ԦfR��/�
�^�����_���&h�
v�T��Á8�gA��[H
��o�\���D1s[r��{�����|��=��<��~�z��S&j:����OY]��#V�Mֱ�~~C��v�I���iT2��x�[�O"����$��5�_�}�`*n�>�X
��eKQ�A�p��Wx����� ��w�*ؓ�������V����O$�ä{��W�fƻo
�t^{�mN�f9����\��=�3y��:��p�P9�h^޷ξ�)e��iU���Q��sӅM"�A��Aª#�Љ�3s}B4~�u4#uR�U�ʪf���x�"9�#`�}���n�(��#y7�K�m�.\�Es%TK�uQ�6��-Ex�+�:�GxE�4��S;b_ѳ��<�����"&E�[���"�uqc=��q��2�Y�gpwǛ^0�H[��v��x��m�q�
�ƥ�cNǫ�b'Z�h�A��N�}�"˗�>,G0���B���v�)�hK�n&V���Z
�VR$H40��2������>k�rL��Jx|8��7dW����>��e�y9K��чq��~��6����C�
�C���iG�X�x�Ԛ1��LͅL���)�h'w(�Я6'L�]�	����c�+��sh0u�rn����+�a�<���JK�0����4-��I�<�v2��s�)Fv��H%��aX��b�3��!��}�I�Q���y��Ϊ��~�u�}��|�t��C�Cp9r�q1aa��C�}��(ސ��7��)U���.��D'�=Ĭ�T$���0�����G�|7�I�˓�yA�睥Bc#���^"��풓�1ِ{ۍ֛�&���1����$�0�T(��&฿�䱜y��
�@�c��Pۗ@܏�<����h�,����4�$Cڑ-(=Վ2�w�ܨ>��8�9W �F�+U����2o�R�3�pu�-o�Q�]��W��U�h�Gdx׼MYvڊ'��08c�h�j-�}B��sɌ�䣴��|�p2f�t�%#��`_o�ݛTQ$�jG
�x�Z�&�6�/�e�xd8��|zfk��rڙ�{K14��4����I��b����\���IU?�m�I��wRS/��nc<��k�h-a�c{�s�D{QA�8��9"� _Ȧ��0��Av��a�+�@3��m'��W���	���
�>��7�(��0����
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
�assets/fonts/OpenSans-Regular.woff000064400000234630151213253350013217 0ustar00wOFF9�PFFTM9|��GDEF���c�[�GPOS\!L���
-GSUB��,�1�OS/2U`�M�Ncmapt�YD��cvt <��=?,�fpgm���Zgasp�#glyf"��[R���}head�56�4�hhea�!$
��hmtxh		�V�B�loca���Ҍ�maxp�  �lname��4���post���'n��Qqprep,���{�x�c`d```fp�{#d�o�I��n�9�D�-W�=��e�9I@.D�o
x�c`d`�����s��9M8�0E�K)���v�_/��Jx�c`aY�8�����՘�,�,�t���ix���߁AA������0���w�?�n� 9�m@J��$q�x��WpU���9��ܨTH�H�Q	P �i@b0�
�T���<�X�l�R;�L$-��P�Q��@�2Pj��J�>2f,�-�i�%p��{Ϲ%W2�;�ͷ�g�>���7a~vS�i2Q��J=#Tt�r�'�k�J���Xu'���;��u�@��)�e��N�'ʈ!�
b)��3?A�����!X���wL_�}1UI�e�-�O f�Y~�b[
E̻1�%F�F	�3~���<g�n�y^���F=WU�)|�n�f939��Ov���\�r���8�N3*ɕ���o��i�>B��Xok�a�Q�NDe�{�(�ع��?�{��>����7W�a�l��n��V�S�B#�@�����Do��za��h�r1�>��Η�d�C�˘���T���'����!��`���#zq��>�B��>�����/e?��p�s����`����ȇ�.u��!<�O�E���:Sg(7���L��ڎ�����$�L�To`qB�;�.:��0:#�]e��1�.�w�b��
�q�J#�ڋ�س�T�,�������F9��{�"A�3�$�(e?�rN��أ��]F��;�uh�C�Ed&~C~4���3��6ѣ�2��B؉���U&�W������F�R|�S���Ibc/�٥����9�1�s��{�l��9�˽��wɦ}N��仉<u7���K���f�-��F���˚�޻T`�!��Ժ��9�O����&T�=���~�U�f��7���f�?��p̿��y�G��������ذ��N�YW��쿒��?G�+�6{���[5�؀��>)�?���[cCGC�X�;>ʶ��c(�{���ٌ�������$��Ȟru�fސ�
�����1�(�HQo�B�;nj�F�,6��n������9Hۢ��H�T���y/���H�5�k���?sS���X�;~l�����?p�Zɳ���a<�-<?e�3�O����]��{���i��p@}��r'���j��ܝP�	�d����\�2e���W���'s�ϱ%R�X�V�kp����J\�#s���&N���/�s�PFk�c$��B9-(��鷄�G<�.��V�5���2���:�d��vʗyJ��.�y�0�es���|U�r�(p7���1�1J�wڸ��x����݆.^�ɓirs��s�R�p�q�r��o ͛�{}�9s)�jx�T�*��z�o�
Or�v���x��������~H{�J�M��5�&��J�;����}�K웉�8�[p}n*�C��8b��1{�1�6�ùg+�=�TU70��O�A6shW���|�)�͍���S3��cF���#�M/G����G2�V��!Y�;�d����6���K=џ��H�����p�]��`��;։�P&�M�ގ\]��!�������Gx�Ŕ��&�I3����g�qYK�a<��`��79W�11����C�
增��d��M$8���Y�^lO���O�g�lcb��/�f�0���v��34��>D��o sֵ��C�[�ڪ%\c�w����Ig�9��]N}��9�������X$1K7RfЅ�w��z��8�D�ED1���M���qA[�ߦ^b-s��XW)�]�L�胱Ҧo��:�
�~�("F)���K̵�b�S�Z� �W��;NW�y�8��w�K��f#Ju����$�l�7���kG�5R��^�E�j�2�ξ�&�`ܹ���ğ�j��gw�=�.��5G�n�w�I.�^�i�U�����l�u;��Ln�Ŝ��-�y��N�����j�?��@��G
T7<BT;6���Sf���%�Y-`�^���)��s+�nD�c�v1������AL&���X�)I�E����D��}��-���l�-G���y_�$��,4���j��:��DZ�q�"����EX�Bo�=���z�%���L��|�s�I��)��y3��u�6����Z$x�&�,���:{M��B���8X��jDI������?���>���/�{;�2�8�Á�^�w%& nS���U���Z���5��qn_HT���&�^D&k�w�A2��y`M�O�>�,�0+��j3^�����c����O�^�:� �\"m"�ȳ���ȃ��`܀�\8��Y���y!��%n��L�(�ü	)_y����[�>d}iָD�d�Zº<G�E�?��a�V�f���n��r��/y��Y�^�o���*�w����-k�\�5v�s���.�/�Yĭ�G�&�7%D����;�R�s�鿤Mm�x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�m�KSA�{&Cx�$b��@ �82&QG_Q�Z�I|�7J�*��*6PT�3f����?%? �Xeu�{�sn�m��ά�u�%k�s��)k���c-M����!CX=Ox?e����7ӄ�:�U���)B5���<�ϴ:�j&�LZx<Ix�4���a%	�iT&�q�q����Zx���J���	����!��b�`6����(�N���m�v����a���Q�B�µ�=��P�Uظ2H����a&B�^��0�B�D���0=eBK�H�M�B��Xh��/b=�@e$�a8D�!T1�܊��W��'�}��@ٟ�e����/0��Y���Ѽ�Wx�i����
���(JCqy���һx����
�=�K��/w�-3��6�w�`��I�zw�2����rCvy��0ڤi�YVs�s:ˎ���
�n�K�{�a�T.�KҎ����"s9g�P��bM��<�/�+�1Wc*SU���ClU��u��a-{Xdz���S�(=i��H��ϭ�����fx�%�KjQE�1:0�N�E��"������h:�_#�G�E�%t{�CQ�.�^��x���~La�V_��پ'�Y���0P-(�~��|�a-�D�:_�i�`�ъ�P�3��B.��k�����Ę��ېd���C��v��R��h2=K����R�A?�;��x�Oe�+��[ƏQK`��7���qI*x�u�L҉p"��8"3CEE~+�
_�3""24�<#�yFFD��d�[$2���C��ȹ�s���s�9�n7�Zs�9�s͹�nν���}>���� �c�c�c��A�|�:
��.C��ǁ���B�6g%'����w�0�Ɓ��&NԜP��;����J�|��$�$p�����\R�!w���T�)���B��ExӈE��5ߛ�O !H>Ҁ�v��t�i���[(J��v�g�gg2y�y
y����𳴳�g]g������/�c�ӟ>wT@+d��s��ϟ_;���e�8z�0�(�jG��I�抁bk�h�D�|�Z�����#�H0J�3�	cf1+%�Z	���D^b(�.-*���J[K����2T�(k(�����X(��bX!������hyNyA9���\\.+ו�q(�pR���K�Ҹ}|�����||^�7�� ~����g	���$�<��-�Kd��v��h$z�Qb��D���C�F�!HR�4KZ&m�>��r>�Df�y�V���C6�ߒ������E�P(�6J?�C	Q�e����TP*t�
_�T�B�FE���r�r�2Y��r��5���ҩ|jUFUSMT/5H��.PW��4��@���4�K���5�Gڗ*AUKUW���YVMW-V%��U��z�Kw�?VӪ{��W�7�w�k�5��9����Zq��VQ��5��jwj��"FC�p1b�M�?LS�2'�o��e�s��ff���C�1���F�Y`8b�Y,����,)��e`�Y k���J��l:���Ul��fO���ku�:x�NQ����;�8�#�tp�+'�����zm}�~�B��!n�p���E�E�Ş�K�|��7�[�x��%��K�|��o�S�,��xu}Y9qy��7A�#�	F�]��
�W`W:�x�D��
��\a��H�V
�z�Qhz�o��W�W�W�WCW�
�
ꆉ��k�k��z��\K\ˊ�"��.��>4�ٍ�ƎFy����8��1ӄj4�����u�u�u�u1T�/&����8%N�ć�-ͣ���͛�---S-�?�~4��ъhmj
�f~���S���-s�u�{��IB��$S�w��M�M�ͥvB����[�[����i��%����G�Jt;�{?����I�u*:�����E�=�7n�n���eB�A�������Q�	�Y�󥫨Kݕ�˽�pw����9Z������E��=ʽ�{�{��(�
�bN��~���%_٦T(�<=p>X|p�©ZUn�R7�������[���tG����7�h5V
����]�S�4
]��H4J�Q3��iB�YͲfK��j�Z�Њ��Z�֮�i��[ڌ��C�C�ÍX��G�c�����/[g�m="<�?�x����]��>�?�U�k�׵^Z��w��}o�����k��y��v�����kh7D
���Ǣ�����~E���I��Óԓ##�8aL��-�[�TiR������x@>�;�L,$>
|5��R��l0��!�yŜ2g-K��b�Y$��d�LX,���k�ZiV����i�Z�>kܺhݴ�X��6��m�d6��ds�|��mζbKٲv�=�N�s�v��h���	��=e��H�AspBG�C��u�Ǵcёt���'ʉqҝ|��)u��&��u�;��A� z;X?(��F�r�\(�et]�C�!��|�:�Z�s��r��;�����������/���xx�����Qzt����z��gƳ���L�,�lg�>,�y��zx~�Ux߽@��������M����]M��a�c����X�G�1|<������h?�_���N����3������B@�	`
�E���`?�G���n��^��E�H����c�� 6(
F���q�x۸j�<��_�φ�7��)��s'�c�@��eau/���tx?��#�nD�D�}�#��ld!��;�9�%�-��Dk��h"������2�r��QL�)c��1�yc�X,6��-�����R���7LOLM"'���I�s�;��M�L�O.M�OA�HS��T�5���x</������W��V|;�ߋ����A�)x���P�x���@T�8|�m�l_:,,Hg���"EDi
J{�`����b�����1��[z^L��/����囙{wYԼ��S��2{��9gN�3g	���
�3�Ex:���]f#I�4/���F�L%$��uZ
k
�3�_�$���o�]t��9ii9����C+���!SD(��JS^���x�2R��B���A!SB�n��I���M �O�^"�H��__9�ժT�X,���R��d�b"ݜnV�Ƙ���x�?�OiF��p5�J4�/3����H��|�[�+J�7�:
��  ��D�*��b �
�
�ޠ�qG�p��I��,�\�Z�%p�KzW�zVE�D"f�DG�EJ|��Y�Q)C�b#���f��_�O�2������h21���Z��>U����"���AP��@�Mo
�`J��ѵ'�ΟvrxB��Q��U�e�������h���6�70�υT������=v�
\�*↛��&u�Qf�U�L�M�|�`���i�CL�Mfn2B�o"�D�U��n�vS����� F��(nŧG��B�t�EbB�>��jt�Ą�`��е�k��';�(��/,)*�����IELۺ�kǦm��	��������~���5:t���C��σ��������CG9x���h�y��M��� "��%�O�U��8��Ɉ(�̦���
��wj�>r-� ��	����$'�A��g��- ��BɆ�J����σ��A�笛�4��3k�����q�F6��n_y)��3nVQ��YS���׎o;��͵�i	�ũ���K�n���0mA^����?��f���n����.�o��tLA�_�/������[�6����W�]$��8�N�qp7���Y�o�7�JAQ��Om��XZ�k��2�����/q���^�>om>`���I!<%�G�"&Ϋ��1�C
Lf�7 ��v�,�����I��w���y	�{��@��g���\NKY
!'|�
F"��2��n2V�J1Pe`�P!zF-��:$���5�`�7�������[�:L��kj:a�^(���r�m:��a�'��a�e(��R��a�3�&��P�P;(��Z���_�Ճ��(�J�\	�s��	)�v�i-��b�B�rRd���`��*9ðPf�������Q�����E�cr�y%>��	9�h�����l��`L��'=CIdH:c�]4nWV�9'��5�E�B��],��PT��!��Ȼ�������'��HG��� 	�y?wƦe��>@{XC��ʹ
ͪb4*$��2�ĒtD���>�ޔ�w�?���/-kf�Z�nY�Դz0��iN�Ÿ����p'~��{�r���:�X����<D�
��;��JeR)�F�7le�c +F%�jr�L�L��PT@R؁1`�j�-�thH`�a�,aM�6�����ʤ*��C��3ZP8H����d!�x���5�ƞ!`Ō�#7�L�[Z>pծ�/O���]%X��<z�~��!�q��U�[f�vmwM��]i�
�&���bp$cS�	��
Z$$�h.-?'�+��X�E��h�ǚ�ǘ,�:���O4�qi�+cǽ_����:77��e���Ɣ�Q�t~�9][�q�J�;۹�冐��Q�VW�I^��dLü���e�-��HH���KP^uSVeR%�m$Or�(�h��'��lDT����>�|��G�2���X��
��1P����'|�\>"'(��h_�e�����@�Jo//�.� �>��C�B�}��6E ���r[i����^��f]Á�3W,[bKR��χ��P�'\^�uwNX��Ȅ��fv>�qK&�oㆊ���!>��WAD��J�ӱFw�;����D���F$�"s��@@l���&g��m���A!ձޫ�jV�k�4��
��v�W���\���4j>9����J�t���^�c񅱓_]����E{�?��`��!+g�@�UB�EB����*aH�rnD/�:J@Y��%���(㿭��
��Ѿ���R9���#<�I4aT��ba��>����0W�F	��r8��-D�Bq�VP�DY�wܝ5z}ɰyCg�ru��m���VW,���v
[<2n�V����;ƛ"�w�/8SSyb����C�&�װ���M��k(v��K-�55��S�6�z�:��oJ��7��E�x��ȩ�ݥ���ِ�*t�lE�tHH������i��}�*�ͿvuŒ�4��n�َa����[&n-����v�|��R&����4��-�����'>i)z�ߠ�M���i(��b�M�a�Iq^�!�	Z�a=�|�NX�Ss��r�,;ڞV�e�y�\dL��T�i��9�rUJF�bm�Q��������>���a��璿8'@��7:��ʝ�<���Xd��`�ըV��u��WJ�8\
���;qkWh?��绝
=����&�p�h�05v�
nҊ��P�߅�SKЄ`��������i\͍���~E
²�4@��.���)A.�(X�B�&�{9��Q)�x��qa���>t`��W�4s���SCⲳ�����QM�)�*2&7��G$]:P�l���r��{�_�3�w({�9KdD�U=,?_��P6Iv�ø�F'�Uz߂��<g����H��X��SH��K�h䭩h�zj�`l����
��i.9`�G�-+��)��n���дk��5���9.v;����//�l^7��+/�p�/����/@���_|��Ԫ�3�n~�Q��$?�>�i��Io]�F����b�M>���K@�~��܏nq��&��Ĝ%?_Y?/;�=�m�Xx|`$�u;!]�Ɲ�%D=<wwJuC�D�s
of�z

�Y�h��"��<k�>s��$��M9��J�z��8x��e.��"'�۪�2���lO�L ��:ԡ��3�j�X���%�Tb�A�i}l�Ն@Z��i^#¸k���24^�$r��q5[J}�����6���b����J�{�+�+ʔR�QV\��2�[4Ӿ��ɓm�sӱm\u�M,����	���y��;[�V��A*uޕ�M_�;V4��ϸ��V�̡�;�Y9���]��y��e��k�����@}}Fd��H{H��CJh��
��)���G
J"��"������5��?CN�Yf?������`����
\Ѓ`��9(��/�+�h�lR �S��S"GQ��ME�����v���3m����n,�	z�$`;��Tڟ�@��m��̤@:.�x�;e�e$����If���w0b�
z�~�{m�P��2
�M>ӻb�WƯ�!9{�)�~�%(z!*|�1~����_��
pٹ��A1E12H~��Z
���3�{�N>L��S��m"8��}|�s�0�Fl�F�=z+�%`*����¸L�8C�8Wp8qY|�O`^DJUʑq�%r�MRY��J��Ug�x��@Xr�KP�XN3�p�`"�8T���o^������Ԗ4p�5��W�LK������}�2����"xx�J���Up5��	cY�=�k���i-�KI�^!�orb�p�"< f%@5�ӊi��������YJ�y0��kr{��V��<�`Ʋ9�x��S#�#�$j\�ı�T~�}sA�	�+��/Ŕ��}���,����hݰ���)ƥ[�T�H&/¸K��]rʦc$�]�@�F�/�R�H*�������@���]���S?:t����x��!�צO�t�>E/p'����{������N�7���D�>7�C�zH$2�i���,��!	ՀQ�e�9��0�W~���a0��־Pu���N�%��W��M���V4vn�m�"n^�j_(�A�0�"F�|i]aѬƨA�^yݕ���7�kw��A����7��'@�����H“���*���\���\���8�O��"�6��g�]�r��*��{�0X����:�t�w�������@��w3ݛ�ot�ߺ��S��P/�@yV(Md�K�Q67Zⲫ��ED�u4��
D��ǎ�?I����*޲0f�sgn+�d{���wV�y�8��TU�Ҭ�
s���m�k��g�F�Pc(�o/�s�<2���\�=bbAD̔'x\U�FŐF"��(����Ƃ~��\u�K�3�$&����y(��x)Ϋ%�M�"�H�	��x�F�x/�y������+//?'����5 �O�xψ7jO4Qg1\��~�#����*�F� >�\���z���_��v��i0Zk�J�����π�8�.:z��4�2��O�l3z$r�>���W@����M���ڟ�[(���2Y-����>u�C#Cʔzw�#��S?�i�r�Q���@t��jV��Q��P�>P:"��c`��Ȟp�ش��Q��Ҳ�QԚ��1c
�q��S[ ����au1���4�"]L���Q	�"�v���5��ri/���,7�l�V�>y�<9�>�I�y�j7�" �E���ʯ݌0��A�y��0�y��K~ҳ�:C��ee$����5��"�foļ�GN���gbp�j��{$��.�^�
o�wok}��3�s�iX����g��N9�K�p�#w����g_��#�6R9�����dг�Ϝ�/@����/aBD�l(N<�
8�g0C�W����V���"C�,�
�ċ&�eZ���i>
���l�VsG�jgO=��]�qw�����s~$�������Z��^���]�-k�:Yu^F�,�qP%�&��5B�K��C��KK�Ԭ!zִPO�Q�~�Ϫz�n�c	?"�0ZU����ZM�d6Zj�">��8"�S�J��&�$��I0@B����K���˪�w�(u/�o�3ǜw��}�V�y�{�]�wPax��N�ř�m�A�C��WE�ӫ��݋u�	���X
�	�D�U�#lZ�M���Z���i;�_V�Ȍt�J)���"(�P���	B���Dn��G�5m�܃Z�7�k��~��'X
� s�1o"�%���\[m�fVc�X���}���C�� �:�
H;�y���pF�3��O�
.:9q˽��o-z2.>~Y����6��65y�f���^��7x��ֽ�����-�����щ�z�J�MA�dҀVdSk<=��]��J�
%���h�a֙��5�-2���{gL[U�-޿�KP�,�d��On{B|�'���qӃ���~�7*f��W�����7>v⥆t����b�%$
��S�.���D��G�uD�h�,]{}�]F]84y���gv���|wS�n2���?�:�ʍАΐ���ϝ�ڕ�w�m-�u1%g�E���eг6��QR��5R�"0*�����B��'��z�hgc��������q@I��3�zuT��NJt�e2��e�P|�i��
��tb8e��Y��ljjx8���E�X��a̼3�*t
�+-��瘀ޠ�#c���4| F�<`�ѩ�$"����͎��=zZ݅v��$
h�����h�������}����L���%/��L��nn��l[���<�iR��fT q��(c$�4/���}W�>C"C�]���%O:$S=6�����Ҵ`����-��'��΀r���M�<��6�Q�%}��o�iP�Y��OdJiF4e��S�-��)}?�n1a�A�KN��'��V��<�f�g!�=P�Mf���e�yZJ�6����J�3BP��4<--<"5��}���'�$'%%�$BY���i0,ዼ������0�v�˴���%�a�
��e�췶{�F��p�
�,���끬~C��6%ψm�U0\����U�V0��Y��;ܾR�����tQZ����(aI���L��
w�s�:�e5=�5EzO�\�}-)��!����+d��RޖP�1����*ܫ&"̪����j��T����B��K��G�[S�*_�Kz!�3��1�u�`J�=��i�S�5O1�=
���~a΢C����tŋo���W;:�;c�A�Z>7m쩥��t�ԑa��Օ��^?-�-��ȡ�WJ$D�z%��}�:��-hf���tťwxQ��*��J�S_�9�x�_.��/�¦�t�NF��I��蚜���<�1l������hNg�msNN��#O��+��1���g���gگN�z�}٥�x;���&8�'��P�X�Rn���d6��ˋxԎ9���}$ףs��P����o��^�FI�҉+:,�5Vr��+3��+�o��_�ڢGF�f�s6~o|q�ڲ�k.��|�����Y������mZ�LU�֊�����P���#�T�9٬�"�����P�/���۫��{�s^��f��l���t�}�Đ����x?�-����;d͘�ˌ�~����
*ˆ���
���l�d����
��Z�!~C��X��,�+D�v�8q��R�Y:���	���$h�g�9 Y�2�h:�Kd�ѲG�,�#9��>�"DX��)�V4LϼP����2uʓ�_�lxJ�QMRO��U"�l�
6<iH�(���0��ƭ�j2t���1h
-l���#y���#O��]�Ux@!"Dn����"�-^:0k�M�2|��ߤ�1�Kw�R2�Kճ�ҥ��K�Յ?sm��&¹��{$��EUV�ޝ�Q�J��+�)pq]"3:e��$h������.��ɊT�ԑ�����;v˪g��>��z�<�LW�n.H*g8A�&��K������/^	R�[����\5�k���/>��L��Ax���y�omK�����K��BA���2
�e$�OA��+�DG\s׫=-W��^��>�[�eĬ�Z'�q暇�'#�u~�=���Hrqx��t�>=�0���zfМI�^9Fr�}y���Р�Y	�ļ4A='�떡������eR�֏}G���
��:^x��_�ns7/�q����i\�20l�S�$��d���u�	O��͍`]dرZLW�A�����`_�H���:a�Ę\o]z�e��Apu�)��"�)%<�O�*��:q�X�v~m�Qj��;c:�t���tTC�d��6���Y5�*k[����0�{	�[!P��}��Rh4j����}Yx��iH='Z����h��(�3�V$_Zx�:efa�̔�3�yS���l��4e8�膮�⇎	[
L����i�rV�Fgq�L^�qS/����*
��
����lf�8&��2A���f
����s&��g����ϏPA��C8�y\����I��j�b�
ULf���i3�$M��tuJCaaCJ�i��j2�4�LY�v�,�b�G��� g�t��\����9܍��8}YH�Sń��M�VSR}��ezT�c�V��k'V[�D^��8�䀡u1�K���Y�
��J[;?o�\�3�++akb�Oh�wV��To�,�[
ڡE���<A�D�"��,zF��_�ӽ�}���xT�Mz�S��Ų5*�C��	s�0��ޞ
}�X(��1�F�UoY"�1�QG�9b�96�#�i���3�VZ��G�.ꮫ�^��|�
ԯ��\ڰ��qAޛ|��n�}�������8d���żq���j��_&��	�t�3r��6A����p"~�\�Ԍ��<�p2g����#��Jy���_{m�s��1A�bZ�s_,���!S�m�<�e��K@���<�����OC��D��h��zz�����7�X�ecc%rww��H|܈ts̝x�đ��x�gTʐ�lJ�󒐬�c�^d⍞�c��~^��ZU�:�e�uv����SH��5�s�C�Ǭ�2(�uآ�������h�Nzsܺ�ˍ&�q�ص���yq�˗�L�+���5[�<�������o��JGDZ���P�pyJ���67�6G9�sE|
��Y���3���*��{�q���^���՜"�&��/8���x�o�h��95�Rh?�cƧX =��N��'���PX"�Ȇ��#�`��I�ő�
	�sGX;b�G�Dw!2Dڙ�s6���ߕ��3�G�qy�����u5��'̛0����2��۷f�F�n��h��3cʶ�
�NMJ(M[��RC�OX`j(������kʲ�[����]2y�1dƨ5;�6jM����a���鉣���~�9I%y��D�$FAMc��u�Z-%qVƹDN!���I	p5���К����⣣����;���{d��W��t��*�la��g��o���LPp��@[��jH����Du�����~4��D
t�J��~���x����;�or?�ݸU�|���Ԕ���%k���oJ��<��'뫏��v�Ǫ����i���P�h�u��y�^�� �7;n�	���sj�����:��5'~Z������L�2�E�ə�k05�Z����\��%��_���{�+�I}�7u_�
Lnk�7�FX��9g4�Z�'EG$��[�p�%qr%���f�2&"5rlfVE<M�d��yV{�'h�:01n|1ƭ��O�^!X�[U277F"��$�����ݦz	��[(i���Q������9�2<��=�=�
���{�l��������w���=�S:�/`�J���u�E�Xt�@�Nyq�ZbaA�L7��"t �@٤Dk��Ul��&�˥Hm��^�;ԏ(�CRC�晝�?�{cuCquYŌ�Lj�އ�R��������"S�aQΈ��'F��{���,�� $p�i����Y��6�G����!�
�N�%����<!�drM*u�l,,�XW���hSe]݄�	u�Ը��**����X7�6�sFE�Tg�>�~�y�LN��KDR)��d�Y�4c?��Lvu��뫔]����W+O��M�;�7�'�aq�T�-�W�&0$>�4��&�����#����9h��-��F۩��ߍ�X3dhLxy����Y����v%��&���9�+���ָ�	8a�W�N����2v�J��AA�/��Yn)�>rz���Y�-�'5Oon�\[j�6$gYֲ�,�+��fS���x��3<?{jQf�5�X��p^����ka؂<�d�&��4�!0?ד5h�
�G�y�N��ceNCg��`�&RFS��|���ę���Gq�&�	u_(���[T��p�01E����.]�~0��%�O��Z�ȝb�:VU�YJf�t��Е8��f%J���O��Q��O��
te��#C=7a����=�W1�-���=���Uh�w�9���A�@����/�G�+�8�VH��*"�9_@۟U�d�ȟG�6�(Ճ����V\ސ_�ݫ�!���ldBr��d�t@��O��/�+P�����2d�;��x��Rm�XAR�6�o� c��l&������GT��e"��됧�hOR�NB�� �L��N:�D�/ۼ���-��F�{+&N���8��n�ܙC��n�9oѢy-�[ �PWt5�5H��]D@#(�2n@,(j��$ 0�7�w`6�����\wxz=�&U��lPj���>}/��B_/��6+�H��j��==�A>>:E��l�nr	M{�Ac'GqK����Ƥ:�w�(���PG�
b��
� G'�"j�ƞM9}�]E���[״�r����d��耎�s�[�_�\�{��:2�~�v��93Ϋ*b	q�"��P�F�kT����R�V�p��V<��,`J�`�7
H�&հ�gS(�(�3c|W�;P%�ʰLL����mK�T��H��EG�~��jƶ�@l�?(�y
�A�[�LH��$'�GST����b��6x`�!IL�■�ˀ���̮*�̩G���>8k
�s-=73%˲�j}g�eT�Qj��_��������?�`��T}e�IKꊧ�E����[�>�?�H䚩"�
�n��0�E675>��CK �i
���Y��/נ�,D����p���+�j���>���J73ȣ	������ Z(݄z	�'�6�B�P�P��l�/�߉�{̘p�o�lp��o�G��;��/�1����p�5�H�c�Ά���(�?��8�Ԁ�� {9(kKq�����j�����S�/Ò69
��������=��uz�č]j�9ѧ'�Ի��d��=��p�	�`
�{�-�<�g�Y7���0����a<qM����Z�fٷ�Ǵ�c3f�c��;3&�	g:a��3hIW��
�*<_4�S�^K
�`����˘���1�w��S4�S��G�pLƉ�3�{����p��c�P�)��9�����F#Q�I�V�R�$�'h�բ�M��`��Hs �L Cɥ���g�ÿsm;v������k D��q����\��ܶ��VN��$�bұ��y��4Ҿ5�6L���W�����1-d�Ș
�1`X��D=2&�9��1��p�5���i�4����FH�.�[�"	��2�K!��R��Qzr}c��-���K��v��jn'��xP��j�.���]j�=��̎�v�:�E�W�����n"�Z} +��FE顙����dbqP�T�����;8����e��M��`5Y/ҩD�%����N�g�r����&Ξ9n,���vax]����gR���)��ߝ�cJH w'�.�+ 4�7���Q��9zM��:���w�{�âP]�;#��a����za�����[�'#�i!C��G�lp�������3�؁y�'yX���|A��`X
�K������'�c������,�S��Q".��?Ҏ��@O��gN>��]�{��o^��U��.1ݽ�'���h���=D�/��b��ʢS�-Aj�V�/�����9N�Hד)��w�.����ҁ~y�SS�ͪݘR95i���ҡ�uRJ�S65�h��?��ҥ��ѿ�8rHFX@��غ���Ρ�'����KG�N*+O�(ϲ��EL���>��ټ�LW\c� ]sx^�nDz&���<zxL��7cc��ގ�$><��DÂ�h�@Lj>|��c���P,� ׹V:�R8��y�'hMD$$�}
DZ��
"��e�zK
�6$Rd3ij�,��)��X,�CJ|��;,}��D�u1.7�]s<h�TYAq�x&)��t\��i���vM�yj^XTöi���6|v���酻r�^�_��)�8whו=3ƍ];
\��)#� ���X�i��p�M�æ�嬟1�bF<tͬ8�bS��	�&�/�Y���~������6N�j� �ry�
���6�5O��g�.<{xLX�7cc ��1���|��'�kb�_{�7�:<�xL�~EJ�.��`�1-��{���C���1>
�(8�[8���`�O#/w~��nςx�c��`h{Vu�S�?0@��Qr���ى
�4G�7:��㬔�e5�J���&u�YJY��YmȽU�����S�_,���M��WJW�s�6�&-C�n��k���ȋX5�����WϾ���|��ɏ�}�©yw
�O��O��o-�;g��7_�4���tõx���QL�C<���-�?F��cZ���������O���n<&��1oc��x"
H�;dݏ$���Y>�Eh��RB��\�;�p[�Z���ry��]��Kt��)|'ׯ\�5��HH��J��:ؚ�`��m���E���&F{�Vo��P�.0P�Q�l&__�T$0@"�5	���}%
��&QA8�r��g���_�*X�Z6�vp&�a�����AY=/y��wCjy����"�����9d���!!���� ,,�yX��K�V%��>���,7ۗ��N����`~�x�����+��i'�G�:�@���x8��cy~?��l�n���x�*a�4'�`�v���I�{R��-B�r��d��*�����8�gB훊⵷������ګ�H�>p�&E���co�~d�Σ��g&��$M�LgD�*;דKq�9��/�0�����;�\
~�	W�~��k���z��l"\֊c<�Mg�X	w��h]�E��:m]%q�#�e���h'�*@c8�G�|�SE��+΂��9c�Z���ɜ���{�s�?�ްO&���x�P/�uS������G��o^��'N�p"���W� _0���)t©&G?�N5��S&b8���r���x��w8�~�.���eIW8L#��c��1ԟ$�U�u�q�;rex.ď*��⬓{�"�`E�s<���-U6����0(n�t�9"�Z�/:��'�Z��w�ǷǴU�1".��ǎ��‪e�On\}��'�4����7zdl���e�.\X��_y9�폿�u�#G܎�|� ÿc:��~t��A�Ӈ�$^��"�����p���1�#p�u©"^��B'�j��#��='�j����:�B�`8x_�6���k-�D�UcT)��q��:J*�E���[��}|�h����wi6���2�)|SMS&,�|bT���*�%&NBO����QiPZǗ2A[����L�&���ôr�*�'$��)&É��.'ڽoO�m'��f��@�X�w��h'�*p����2�/�
���QNHD�B'�jr��x�='�j�:'V].��4t7����M`~.�IJ�ǏP�
��	p�y�]RL�(�6�������&�	�!���m�@�N�>�W�]G�dU�h�H�*���@k� \rMw�Q-J��4TNU�4x!�p��uta�o�Rm'��U��V=���RC��F�7B'����A�M�'��݅�6G�
J�z���=GX�R�<7נ��_v�Q��c�ya�aA��ZkK�X���L�����/`��؂sI|���w�#�
���U�*8����1W�.��X��u���iam�>���G@e;���GP�Q�e��Uջ��%}���ށ�2��򰪖"X�~�Og�`�a)XP����/�r:����ESu`��&��sK��Wr�ק�ҹ|}:ۿ>�t�~:�%�~�[��-"b�Ax�=0����S�s������S�\�2;˵�[�\o�4|���j~2�EϦ�;�N,���#|L�c�9
��n��S�kA	<�(�J��(�ԥ�RB:n9;J�i��W^�6n8yR�К(5XO�r���௅�2��^�S1>�^�<�t��?qB��׍.�a��~�c
�1�ᾕ��A�>tw�������n�����p�ܝ�����E<U�~>����J��3i.� ���@:��>Sx���(����+�wA�z���	_����I�b���[0q�J�@҆�t�{Z������ W��e�TJoq��-.��Υ�:݃T`��I�� �@I�of��+rn�%ٍMT�}Xe�{�K~{�#�
}R���v�o�wd�X���y��g��Нq��
��e�\J� �K]���̫W��G�����B��t.�B��W�3�1K�4P��w�%���N�tn��OK��b����ݥ%��7�Q�*�j|�oਨ���K���K�8�-��o��LG�_�;��6�`\Բ�\J�t���D_�B�"/���\�+B�4R�U�v����D-/�K���h���,o��`K���y����H�S:�w�,O_켽C�V-�8�f��_)9��gE��|�
���t�C=��n�������Kߒ�s���XG'~�N'�8�:�T���#p��"`<x�M	.g��Q�8?����
������M|/%�����DR)%��m,E�B���j4���,#iz�q����C�ғD
(mBm���#�7Ɋ�?"����ۼ�~Z���>=�21,���)��G�]b�EP|�u��h�k/p�lVz�sr|e�h�Q4�e�L��{x���d��A���l��H�B��t���#�kw7���]'$YI�/�tԸ� O~glk^�b��O웶��x���-��Y���E-�o_yg`�N�u����ff�#��ns'�S��c|�uҍ+���<w�r��ܙ����󧥮����+��^\��Jy���[
��N�<N��y>>��שP��1��c<�۵;X�$��×Dwi��b�/q�8�ǼP|ȟS�̻Λ�u��CTdb
���C�~��6'ٯO��]��0&���y��:g���a8��(��>}�����N�:`�9E�O��瓠_1ӡLx.r��o�
�Y<o��"gM�ͫ��c��
���@�ar��r�9�?�N��
�n���>��y�b���ms2��w��M��ea�+�(B�h�"D�|��z�c��Op)t"���A*���Z�˶m��Z{5���G����^^:�ZM�V����2�0���$J�Rw)��^��]$Ҳd	��IDߙa������>>���3GXG�2��#�p�>(����8�N8�ğ���p�>(��|L��o�p���0�G��	��ḟ'�����&g�s�V
�gR$��N~�c�V��߃�OX��N/�/�
Dža����|�y΂�rh�pt�@�TJep0%�����k2�������wP��Q�X�o�ij}FU��AE��~
=>�$�4”I�'�2gԲ��o���Y�<:�_Γ��q����T�zH��#|g��
!6^�y��G���
��a��v�y6Q>���ǂqu|V�U/�p2�g��{ļ�W�����<Lt�:<��%ߊ�Ya�Uc�1�J�oN��y�E�0�Uc����G�lp© N�u*��(����?7c����&�.@(y7!6���9�y8�+�IU��e{f�5
,f��jPK�Yuh�^�.S#X/A�*�~Ka�*
��\.���C�X]R_�7r�p�R�;���T�e�)<�(�r�r��ej�0��������+����ɴ�u���/ٙ�&Z#�Uϣn�JY�晡|�&��D�z�қA�*G/Uj�ǴmB>G�Y�zk���](=�׳G����ȯ�KS�N˵���<�;��G>��}ϑ��>���6QQ07O��՘��K�͌�����Ց�e<��xU?�kTrO�$���]�
���#J�s7z���:�-?�8��6HsR��L�
�y){s������9Gw�ãD�Ytp���.�����藱��A�W֬~��.!�b[p���*1�M	o%OJ��̈́2><J��]�2�}N�ݢ
���e��#�__~p$�}]���X;l��}�S��F�q���PG2�_� "ܪ���?+W�6�T
��M�����cT��:
 L��rY��ye������O�;��[X�xҿ�rۧ�H{;.�޲[W��s�L��6r�(GЂzd�?�u����k�}�,��_&>~Q���b���p�1h,�c����Ϋ��U*zkx��ȫ4�%dT���7�'@�2ԪV{�Z��������1&=�q�m�Q��:j��6ඎ�ȵ
�
�ͨ$�$u���.OjO�?}�+��i���L�V)E�I��I	Y�@�L��Ғ_`���Ξ�d��Y� tr3��gF��'%)F	2�S-����B4f�I�9dh�'���\���gN�A� ��lH���5�a��#F:4<1f��A�SԬ;_�.a������︂�Z]hQ�VD��K��/��S�d�['�-��[�<�oX��e�:��S��������!�l�m ��{�oߡ��<�Ql�V�����~g��"l����qD�k|{U�ow
c�b8)*�8�E!��دF Q�;�ا��g�&?B��\|~��B���\|u��J�z������u�%��Ȗ��yL��!��s�S�/���C�F�~b�M�hG��``p�م�,��"��?�5�ݼ������'�S�ܰ�ΫZ���@G/�n��[&]��98�^[���8�No�
�@��|B��B��½���$��R��n����4{��5�BW�;)x��7�M�%%5$�Bk˽��Y�M:����	����Q����I9M����!��·�7�M�f�E�]N�@����[RS<�b��~�}7z�4�WȤ��I!^�i3�����Z�k>Ky���V%8�H���,_���2�-��B���A�+r�R�b@^�XY��	�d6�̒\�"b�-��չ0e�V����c���G�༄pqC.j���4�=gc��!�`W
�(U�e7�����Z�~��bj.��nk�M��6�g[�Ѧ��Mj�A��W'�vA����)�e��o#��YG��G#�| �W�3�8�"������c*���+w׹�3�V//��(т�1�b9���'�P�X�l�2"&�$�!6Q^��XY�?�� �?T5��f��}z#C>Q��N��'	�r7�V1�j=�@��T�y�q�"et�����A5�YV�	�e�U�4���~��i��./�s��m|O�n�eK,���\)�\io�\ɉO�l�6�~��I�krjzzj����ʭ�8k����������^-~�b��q'黠�
��|W�?��?�z�O೺�
�ޣ?�L-|V�-�݀'|Vŵ��zw3bb"se�{�q_3
(�o�y��O�0�s\�	���_�+�-����㹳���(�o���䃯��y�w!V%4�j��'�neY�����D:����8�K��	*aQ�Y������-J��8���Y�qy	񫥮+�n���כ�q����ջ�T|
w
��I�������6(��e\�K�P���֟�i��?�����qb?ᏼ/�QCs�b(�^�,�~�Y1+|���D��5R,��Ұgd)9A�]�К��bVo�������Ȟ�rh��X��﯒��n*���޷�9����1����5�y!�
c���P�9~�/�������س��i
��Sb��
�;�hg�N3����wQ��o='���i��I�V���?�g�f��K�wQ��������%��aK������C�Q�²�P�d���{����Hnf�B���[[�spy
��"A��8���wG��w~�3?z�ȘGOb�Г�d�0����,e��9�to�O����Ex��y�ch��oe�.j)�5=h�$$���ς��p?k��en�5�=�}�������S��lScb��L�YO�qЗK�?�������_�"�D0Š"I�:[ޒ�}�!R���0]j_G}�?[Sq[���������h'���?��>�o9z��H9i#�]��<���L*�p'����R�P-w�,���l��7kP�0������s�������W�l2ܛ��i�D���f�#�W&�E�v�kԆ�.��֭�̮.�Y��X�	}�%�Ǩ�<�<�n�f��۠�Ng�+q_���4����}�\��X���dUS2�H�F�	���B��p���0'J�� �$�If�6|�Q7��T�y�p��]d�Z���Z�
���.����Y�S�r\�g����?�WS*���{R6�TjpwC2�u��~�ht���-\P�b29Q�3�Z�o�j�w@�b�˩��~]?x���ZY��;�^U�s�,���''�������n���k[�Pg���-��O`�螷���-�w��_��+�=ӱ��gHG?����jY�D�p���9Q��q�;A�1(�T63�T�<xÿ��?󯵃W��s�S�V0�\�̫�K�L���-W��/9C��R@M��F]
��8��p_��������e2��y��g]���3ܡ���b���Y��w�ݹ��
��n�D�����s�k�^�s���E�=���7ƭ�ʺJ��Ÿy����^�Zf�ʱo��v�w���K����D畯���^~���(�Kи�����{-�,?��0�W�Ώ3���!�������rڀf��7V*��7`;q�i����'
�3��8��n�P?��֦���!���PM�:�4G�m�W�J&q#E�(�NP�k.|�I4���9��k�[���g�ā�v�{|�"D*
���W��ʗ���:��|�����[��T6:�$0z���\aN���������b	�/��ޏ��Ƣ,�X>`��
�͋�Z3�F�u�>���#�������*��k�[ͻ�v���9��,�x�����vO9s�|o��qOo���9�t�	/����k�M3�?f��Y�&}�Ҟ�a�{�L_��n{[k������Z�J)��A8�as�����MkL�5���h7=0��O�?�y�Wm�Q$”���wK^:;tЉ��C慳�
�D��������f_���!q�,�<@A����G��<�IIIj^�9z7�Y�jQ��Ój+����?V����_�μ���)����ZFvN��u�V��,r`�%��$9s�yO6{��Mm�������v�}����ꪍ�J�nZ��!x�@ٌD:D�I��P�[�JY���}���4�e���!�tN]�3byi�,�Ʌ�~���j洋-�Z27T-i=�I���,�U��90����|��j��f�B:�JFU���,j/��oh����C�(�F1.���rf�u��L��^����=�gD������iӗ�*�9�y�۸�C��o�vD�j�ܚ6�lgFDMEp�y�Z?��'�/?�
(j����w�^3{�E�I/'�u(8'�c�P���Z*u^��;N>\c(t#m;Y�oa[˦g?ҒS���GV��8��ّ������F�>ȟ�T�h��䴬���3?���
ī�o�")����?<u�_�{�;�ܷSdoa���yBJ.�n��=�΋`/��ƿ���o⸷�[L0�%�5��z�N�Y��S]l�t���J�_PQ��;�<v�H:��I=�Kݕi��Q2�]�`:���+��1�1��*I%��u�2����c��Z��G�쁖O���΍@��Ԡ���ZՀ�	K��_���(�M���v������R���)O��3+��i둅��E�BV�����fnϷ?%؏L��<��	 ]�B�J���K�uV��}~�����&�x�뾂KOӹ�U��.����]n
w���e�)(��PT��P����ݕJ�JM8�4�9��3��zڡ��P��fD����+�
��.��#��J��T�d��Rʎ�.�����������ܶ�ﲴ]X����4E`)vEl�h콬bEŊ���.(�{�=ݒ��|S_^�^��K{/Qv��̽wY���CVX�;s�̙3gΜ�9��������{����S�����v���L%�z�X���p̪�1��N���[?t��k@�����'��`��i�Z��!�oe�oA�o�o�T�6X��HP[%�R\V��W�nA���̱�B�t�.ɓ���ßme�>̘��-��/��j.`�vw�{;u���a4g�$>��0�<�Gl�I�:x���fIx�b�\�~��0�ʙl�7[��G�>ܲ�Y0b϶N{޲�����$F��e�~����[��	W�G�.7�i�-є٭6ڵ�E�M���o�xO/껫CZ�.e�Z;~Af�vh�""'M�yr�e߳C��氯?���4MG���9�
�OM0
g�Zp�j|��"��؋k���j��S,.��%��#���.���a|�7t�
�>���.���}F4��q�{c{f��&�c������ޟ/�u~�����y
�n�|ˬG�[p�f�d��=ZӦw�F�8�3���lRE�pۤ�a�����%k����(��7-��t�8�S�
���u�a���҈ע��i�^�װy�!GX�Ŧ�м���`���p����~d|>��\7�����t��aVa@O��L*1�R�U��4X>�FB�׬����PPӳr���G7W����փ��U;���s���:�a�
�ن�+���r�6��0|�������d��ػN1��
K�V"�o$���>H�"�F��$�X*D�	�(/h$���	�T\|�$�U!s�A'd�w�𼻴�m+�;�j�n�d�7pZ��p�ip����erj-��>��{���p/��~q��W���Ù"�J��<�T��R/W�F*�u�偼Ǡ��M&��)�‘�,R�IE0vМ�3Q:Z1��~&"�Hx�&{������1���x��ۛ������o@�B���W��:����e2n�c:�^E2��u:u�G������:�8��ٺ�)ٷN?K��?�ƒ�9:�+��p�Ƴơ[7���!���9�
'�K��u\VN>[Ry����^Q1��
/��>:t獢��AG���V�z����8�O8�������=���L%ϝrB�#�(ąN�r^�l3>�8���#��3�w��m#g(�?���<sI8CQ7�*�ښG�F��G�~6UL%�-a���N��@��D_T�^��$�j`܄��HJ�G���I$@�;��yI�5bi��$�VQ�&1t�)'�5�[Fӝk�\3~�(�6���G:��=�W�3���?M7û���9�|�?�kr{xG���Ȳ��z}Z�ы�:L�lmP�2��<�*w�:`��!��~sn��>uCK�,�JOn���j��Hw �10�b�CiO�ܣW��ÅC.�)���ce$x�����ޭsphN�4[;�:\k�ث�<�Y�L��{�h}bJ��|9�D��o���(��Be�
h���F2B!.����:4400N5��Hd�')[��(�"��c/\
!��9$d��jM/|�NW��5��9d�^~��1
~���j���9ҨQR��&�	iϖ�n8�������S��
=���:����_}����l���/x=86�j>w�H�냂�@��B{�8�]!#.���Z#��].đ��6`�ɥ�a�I����6������k�|t߬QnV*c�V�Λ�
ĥ�`��s^{Y�Ջ���w�G�x4R�X��o�=�I��r���1����|ثcg���c����j�oW��Ƣ1g���9�;�`��s@y�浲�nǹt��K�6/c]wR��[�W&����䋁�� {.멾�G��T[}.�쩠�Y��k��DŽ�=�Fʦ�}�AF�7qk�\d�`$�ace1ڔ��i�(��a��K��Cxn��6":�B7ֿ�ۄ
����A��!ڐ��e�n^|v�,�V�N��g@�[��{7N�<��p�oݾ�PP{��#g�
�/�A$�͆w
����Ckn����+������Z	}��^r���_'"�~�ǽ��M�/>���;��HO	�O{{m(�{��p<m4jFo�=
}kT�J$U<�
�˪ ���α���&�w~;��|�����`ξ��og?'2��(��k�/��uDGO��G�?vS(��?�O�y虯H��oTy&��*��%�׭"��y�#�Eh��bv��j[*`�Iة���(\�:�����g6���d�����>�Ю�#�u^�
o�/��3?�o�߽|�ω�1HY���_��7��Ik��k�{hl�H,��
v�I�@��x9�w/��+��2�<3�i�`y%Z��ֳ��処u_:6_~������L_ţ�~�%t@
�C��;�����㣫���(����6Q
F��y�ժr��#�4�T*j-��2�g��x_�J��Ӯz_����v�{�E�����N�����_yC���ѼgK��Y&$$8X�L`<&�����K肬?bQ�u{��/k�����!�1����[��|��YmX��J;n>;n�;S�a[�
��ݸ�����=�v��떮+�_6��8kf|a�P���0�ivker����f9:>�%~
B��חI�A�L'p���f9Z�$]��r<P4��Ġ�L����?���Ϟ68�Q{a>��2OZ+h�'�Q~��9Rc7ȭ�eJ�UpO����p����{�75��n{��_��{��CG2.�[�ȝ�ŭb��a�+r��"T_DF���be?h����Cp�E㜅�H��uM�k�*53F.|گ?P��"њ�w�vy(@�~I3��1>~�%�]A���z��a��H����'��8�~!�D�J���!����������<�H�ǟ`dn��G��M�9�,�{�2�/7e2^��X��W�Pi�3Y��g��o�b�̺�X-�)�Nѿ��wGX�]$�
ч��U2�0�w�;��V�f�.zt붭��%��s�N#j����
Z-�q��I�^u�U5E�x��4���ǪԼ�I���o�9FWƧ]?Cw�3w~b<��t�(�-ѩ�!�Iβ��-����o=��tB$�����D߅�5Z<`]�m�����Ck�����7�]>ң:\��U�[��i�	}.d�H��u���q|�۱��?�￝?Qv��#d�y7N�2��H���
{��`aʊd���*K{��i=�b�߾����a˿��׸�}��&����6�^;rF��)��۫��}"��Q�b	��9�%Uw��^�q"�hTo����˟][|]��yh��&�3��6�̊�˘6Q��qJ@:g[W
�������E���LS�n��w�N��?5jŝU]o"���ײ3\zR���v_���<|�f�luv[�抭3/���|/�ٶV�g:�F�R�E��u��,���N��v�m�X�:�x�4�@$˾�{�}o¯���Φ&0^�
�_{�m~�8��o�x��o�"��N<	���A�Z�"p����
�q�;��7Hu~�E��8h�1Ȏ�h��F�>V�W�1HO���J�X�$ ���W��>���h���/�6�x�o�H�zI���5�>x؍I�ʚ�L����'�!E��Yh�Jy;�tj;�%)>>�`4Ȝv�G#��2��?;,hMu0��@fFd��hz��棁��j��l�g�_�R�ly�V�K�?�X���[_�����[T��|c��1V{����oA�ע�.�F�5(Dk����݀�?�r����5�}������YN��]@6�A#9$vAxx@�c;Y��?��"��b��~`�����Nޙun��M��?�m��g	�𵫘�3�r��y��Kْ�9�#����E�z—z��;��D���㊧mbwJ���-Y�\�����_��T�S뵼X,2t�WRy��Q��z̨Ĩ2�`ρ��
��v�`;lVL�J�ؒ�B��`>\N˗���e����Oc"��n�-�}$�r�F��kd,�t�֓Q(%S�<@8ɤ��,��5�:��a�pc�Ŗx��ޣ�y�!/m�~O���2B�X�A�64g2yD��A�U�8�����}ם����m����L�uww�U��^�\��wQ��Ms�]2�|U��/�C
j���,7L�;dS�!<`[DZ��q+�+��<:Z�bE�per^/7��^�g�����;@��I�M���f���=Ĉ���|s��Ez��gB���y�F�*d�=$���^.��&rMl8NI32 G�
�gW�L�Zn#	C"���?��{Ԗ���+�V��,�G���)��pJ��K3�W��sN��!�
�>�{N�(-���
�p�7�y�B��@���!YJC}�q���W2z\�PA�%92�@�3����
��m�Xn^����30�����U$5/f%U�z;!��aj|�Fj��=��J��R鿃b��G64x� �4p��s0�s�n�O/�W�WJ� 6�6z/6b
�K��Ҝ
�Q;��v	~%���P�qH7�$��h��K�d�"�K��	�����̕�B������V�7
��bތ���R��氀`�y�
�Z�Q�D�w�U&^XJ���� �&*�iw���:v��O+�|b���}/ܳ�P��vѮ����k�0|�^�kc�/k4��eՄ�]��fʚOh&�_p�}B�X��<T��^�~$͙�E��‚`ɂ�Ɯ���`��F��a\�c��XR �ٝ��v�-b��XV��)&Ԥ��
|���g���I�649]}��YcG�3��H(����Vl~�r�O&�b;V� Y�8Z�g�?˓���s��|-Ԉ%Ԣ�t�_+õ�t�^�I�(L
��Ԣ��=�O�����ns���m�6�����!Ğ���hy�A��jHm����p�H4��t����.��:Ȫ�X��ҩh՘1[K�z����E�8��r�P�v-�	�P�'�Z_����v[<Ɠ����s�^�?��ͫ�o�y
���;�7�1/I<��b�h6H[�o�8B����������C+�n��F�Ǻx���J/�Ā��5b|F>Z��Μ�1�VS�@�GF������[�����uٹkM;P!C`�����5YI��v����
A����mtXV;g���u�@�˓-���I��hl�j
�i�yԼ�f�xŚ�6zm��9+e�c���3��R��l���Di��]��ݪ��j'M��s��8��MG�i�j�|}kE���=O���Gݬ��6r�5L[��뢜��Bd�*x�(�گ.�|�p��������~t*���g�W
�[���%@߮�����{-���Lja`����_���b{�te2�D
��l1N�6&�j��,�V��F�{�$%v
��ؽ�f���]��8�ejqM��8G�N��1��U�B@���ʕ��1��{Ǘ��o~v�"G	7�M�f�qk|7eB��HN±��(\,>�q9}�`<q�Kw��ܝ�.��q{�=S:�̞���������:�|}N�z�?n�
��Ym=�M���X�!�NI8do$`i	���^>��X�?כ�?�Sx��èX��w`Ԅ� ��!鳧k�'���"s(�\<��N8�bʩ�hO6��9��>Z�$}��[�+<dݬ�'�n����o�u��.�O;���:?i4:��<T*]kI��=ȟNa�|Ա��_<��N8RMM�v��/��#�:�a���P��e��[�@<1���ٔ*"7͢�L"r�1���F�g�~��L���s@%a0�]-�ئ��-!{#�_Bs�T��H�����㤓a
Ҽ
�u=�kQi-����<�@��0�9X�g1$W�xc��E!T/ZIǸ��ڲI�t2������ϲ���+�W���Ԧ����h�S|��9eeK������F�w���6�r��{�*���&v�QF�+޼>�y�����8ց7���
c_){��C�?��:����F$�k�;-��N��ET"�S���8��`��2�$���9^���jw|������?��V��ف�8���B��hr��Ǽ�J�۫p��Tr�L)�����/�������Q k�:
��/�V�R�5"�XN��{�H4[J%l*�]li9�1K�gH\�`y��S.4�@x���{o�2���w��z�����l�uS�&��F�H����Š�Cq����@�V�ѳ�� �&�����(T�#��+J�
8��C ��*n�S篿���}�ٽ������{;^�W�?k~KZ(�����;T<㶨BCٰ0ʪg<r�#�{")���{���r����m�H�9��Ȉ�h�v�?�M{�o��C#��]�GK_��p���V�<^��y�� �=o_�w����
δ΋.�޲�
�e)%�e�N"��kI�NW*m'CKX�t�=O��"������z�v����F�bX�i}���3k�'m����[��픵�<��ϡ�_]
�q!��}��󎈊_��B���X��2�Ze4*T4:%�
�Nj�3v��:��l�U��#&	Y����v�oN�C��u0h��`&����ŝ?f�/)����)'˒���&o�?O�W>���Ϡ��Z�@�{����<[�t�/W��@@�.Ԃ�M�%��[2ӑ�9�خy�oU�YG�T{�5�`P�r�Y�VkM:��R+����T������!OW\�?l޹
~{�2$Q����d	����V��0愷Lz!YZM�<f��ɏ|�qxNv��7iɹ(�Jr�4Z��Z��D���G��*�H���elgp���V�ݦ��C�����e��}0��B̄q���d(	<�\�3z����\D���I�?;�@�mt�th�F����i�\����m�µ3�`19�$!�5�-I��9���{��^P5����g�s�W���0׼Z0�;����f�������v�F�l�z�óx�����p���cH}�pL_8M��`��l<�O)�g�_����i�%�KkB�+��P�i[rd��d��<�"ْQp����$�VR��A�"����o�E�T`ܨ:x]�=|g�D�<w���r:��4�i	�!&��̀�PIEa�+�q� ��vY'X^���Y�>��j܉q�
l+Oo�s����\���*d	�N���W'
C�}k��0o$�����3}�ӳ��xݡ��yd�!!�v�k4������
����/_�@ؿ�lx��%
K̉��Ct<���<��s�U�c!���N�#��(-�s��?j��5M�K��
{���[T9��E��'�nwfPrN�2!)�Ҳ���z+ѓL�:��(��W+z���BK����"�s_��X��6�Q
hf`x�AmL��|���]g_�\��Ϭ��c�Uk���{�+vw��ׯ���{�
;Z[}s`���F����:/-v�h�-7��w��Z��d�,��Ủ沬#ݙ�-�Y
�/�ٵό��f����ڸ��� ��̔�9�o!p>S��*�lw(��й3�[^���~�k�.Q� 5���5ڿBߟp�~��؏k�T�:Z�~lҼ5ӆL)��񓢻-YR�ҥ�%�"%y�ڮ3�eY=rsߢ56�]׸tN��}��smE����S�b��zʹ)�'7h�đ���	}����Ҷ����<g1�6�|�����,]V��/��Oei�H��HyT�n�A���R�;b�^�4�`��KFb^��mrm�]H>�Y�\�����1^O���°�&b/D�����l�#��3E��N>���{�������O6_]�۱c�.c/.��_��j��*�J����d��9(~XPv�JA��C���������w_7a�^-�I�su�^G��9:�)���}()n�+"q�V���2
/�=<��6v��qJ/��G;��@�~�ޝ���x
������H����l�edW�z�w���˴���}T��ͧ�j��r�/n3�-�Bp�&��`׃L���'�>2�p�A+�Gk�AeK�2A�Gp�@i��e
�u���P���r|T���aK���'�)o�����7/±Ut���ξAb�"SdO�T��!�)>7���#��~�}HޠI��ț��C;e@^l�ѥK�=�ǎ$/@����<���$o��5JL�CCv����\�޻�޾��;���[���G_T�޶�FEō��_�zN�n�Q�U����1�c֏N)		�q�Vvz��Rï����5c*ۥ(�=����W%[�ɓ�sw�8X&�1v�^��*�FJ��]ͳ|,��,�툴GF2T�“����St!t���s%��[����?D6(�C���H�%��#���oF�x�Œb՚�7v[�Uq��Xs���v��䊡 -�а�A���%�藞�(?=3%�\}P�^^
�JJ�
}	�rg���KV
��1�B����� 5&)&&1h��}��㱍��>�4
�?5EE���
V�')%!%E)#X�8>a��Ir�48Z�F�|L\��*�co��Q��I��V,�5�����\���Odzk:��:�j.\��ھ�zE5��
֔�vi���p�Ʀl���ǧ�c#�q�w�;��=���Յ��wL��8j"U�v�����x����	pZ;���EE���
��,��c��d�T�©���G��)�x[i	�CA�5�;�Z��]BV�Q����-RaE-��
�4 ��4OMO�y@���:��\���/<ZPRwsn�m9��;
��~��3ӎ��.��2,e�9��s���wseIњk&=_\rR�-4�ofhd���I9��bcZ�لLȨ�.���x�(��Q��9.%��W��+�)q�윐������4�Y�2�&���&���S�rr��-���~nD<�l��#T�~�2OPpp����䲎.�gt碢Ν�U>�?��;e��i�z'�����F�4(Z�5��TB�Xt��gtΘ�+;�mK�B_��hX����q^X���&?7�=�vm��)���kj�zO/�6�Cct׾��k�W.�-K�j?�p������y$=� ӥc�`��М�8�
���02)r�3ə�g����7<XqP+!5��3b����^�I�������C+Z��g���sw�+���̄tt��h-`�����׀�q
�P�ЊV�Iӷ������w�tLn�>@��8�d��O-" �d�L��o�7��~yu�i�_N�մ��c�\�/%w'1vcDb�=��_��nTj�s�%�/��0�6E�e33
$���V�,*�Y׺��ݗ:,�  K�^�w_Z��v��ǓSݰ��U�u�b�8����C���ty�U�>(�{wë�P�[ ;ǹQ�3�ZIQ�����p�(�1Eer��l�~���/{����"8ނ��Aǹᵆ�
p�Q���<P�0�(��0�(�3��[ҸӔ�ҝ�(�螫Z���.�/���Us��)�q��u.!1%����]jZJZ\rrJ�3ވ�,g�l��>D:�xޠ�+�)H���hp�;
Z8�pP��9�I��V�7�z-�1��0$�OFX�g�s.F
x��0��B�T}F���p��EI�a{�$���%�]�=ڞ��kbw�Cqltp��d	M5���b�.���-}
�80qKh�aJ�x��Pk������́y�cj�Ť��-��T�-�έ�4�Z��2�B�����ꮆ��L66ittENB�Q�N�T����o\%7z�3e=d=�r
d�2ۼ��F�1��.뙖�Y���מ.��	m�e;�y;�5f�$�Qy�n��dbC��c&��r�uj�<f���vИ	eY��lF9x�"�:�<��u�h�\X'�<z��W��E�E�۔�xg��dd�t�z`^'+���Y>��GT��1�l:O+�Ñ7#���''�ߢОo%�A�Őhl�Ƥ�HL.�����P�!t���>´�<##��aأ�����z�r���9$ VIs���9/iR�椤��C�}�د]3��_��X��&:���ODևd�5�
Cp���N�D�Ĩ��̝��øa���SOz�n���}�w���<���:&1pn������.ᵲa$��AN[Mx�̠0�h���i�㩿/�`�T��2	!A��G�I����U��KK���䬢���}�ÿ/��ͻ�fwW�v�Iæ*�������ㆵ��R��{�����Ͻ�ˎw^9nJ�~F�,17j9�#?��-\c���t�6�4%�����zϏV�O�����0i:~w/�1􀻗V@�fww�N�ȉæ)����`.} vxyXs%:�L����e4z�+�N�S棳��O��#��:g@DzZ�	 �S��#��B�r ޝ%�E��K�5O���o��ݻ���?�v��w��f�����^����Fs��3�B�F�Rl)o&�w�n�I�,�3p�U��ǰ�mK?�_ൽ�b���f�ۻ`��]�}�&HY�s=o��"��b���E�}��
!Nw���3�!L`�!�j5�����XV�T�	A�R8��/!�-/- ��tFfL�U�	=c܌����f]i� ț[N$��7aY���/�eU����*���zor�?��q�}�;�ݸN�'τ��Jup�5v�Q�Q����.!!1>���		AVՊF�J<t��:��P�ҿ��� Q��Ӯ��K���
\V��d�u�b-ˡe�G�8K�<�n:g���s�-LM�fN���s�ԃ��R����.���F�}�ɥ���򽽎d<;睷ż5�%��)��]1\�ްj�&��%��k�\�����I��;�?�t��F𐫃9����?�c~�$���֪F��rZ�{2���"1V����M;w�*j�w6]���.�2�nl�cm���Om�d�A%��G��eK�����m1N�b�)�S�?��!�E��ح
��p�ɮ���9�&��|�;�?�J��������x�?�J{�eN���ŕ�I���^�⼋�ؼ?�5C����Ꮖ���A���\�>��L�Yɴ�q:p�6{H��O8xO��c��K�Ѷ����?����W����|eA��ɳ�V�=u��ۉCr�^1����졛��o��ɛ
�a��=���ܞXw�� G]�2��Q�2Z&ӈW_z�f&�˺�}O��Y~��E�?����J�\(�7�ۈ3���'��(��Z�Fp
@kP��$�
�A��r%�KH����?-r�!fO�����0�b������u��`.��E��C��̗�Ob�n�\�m��eJ�� Qɾ�K�<8T%$&!�t�%���'Y�摘�0������mw��v'ƝJ�N�f� (>�A�K��+�<)\
�G8�����?'�|Z,��J�(h@�F�׆�N�믓�.�5�ּ*zjU=�5�
8�����dXѾ8_���g���*N��J�D���ָ_��|0�5�O�xf[i��_�2�㰹uxr
��}�O��t��h}�u촭[�,E̓�Ğ���`�<*N�ȔJ$��`�jY�q_�Ù�	���`&�0n&�g�^�|��;ω8�O�ŘJ
Eq3ј�8ޘU�Wc�D��&l'�n0�����Ï�S�(Tz2�v�:�Fcy���e�%��]埵˞��ބ�C�4������2�넵#��WI>ұ
���2��AS��1R��k�N5æ&�>zۃ��%"}=�n��qZH|��m^h[���͖��il�G6��6��c���&�s�<<a�a�jJ��4O�/_���)�8��	~�����@�Ä�bk�K�&���V���ID&MA�-�Xל�	��a�hDg��CV]lt퉌��
�JvIWbT֟m_��_�@�c�2w�p��׺��T.蔻�h�gRrf���~v�QoN�&�
9��C�i�l�n
.Xru^�5�r�w)g{�%�i%���}F�M�AA���p'�G(=&��?�͟�?��}vg�ȍ_6�Ҭ�S��M�<�ѓ�=����P�h^Q�￧)U0��'ZNp�q�����ܱ�%��xR��,
Ow�5�d:*Y��Z��ē���FK��j�<�? ��pdi�_��w�xVQxijtq��}F谽ũ�������a��Q��cR瞜�1���������W�tĉ�A�����>iE#��c˿8�2���-r5��l4��t
?���,�JS�}_�{�w�����+�_]�3�k3�3F��7�̦��͗E����]d�b�C�ےH�a�.Y�	����@�\?��6�`$kV��.)�(G�L �V!X��ޡ�=2�8��.�gGf(s{�][1���̾��ᶎ��]�]�:&��~�SO��S�!���gfA�=��U��5_�=��$��z�ؿp����l�\e�w-ywG)\�5��ĽI�O�:.���y��XR;��t�T���0�z�d__"ؠp	�Fb��,�,iEzL�g�!\�-j��b��Y�ho۱��|��k��R�=��A�CYG(�u�.@�1��}��lI}�}l�0W럂(
�A�5:Z�`���=@�r�j���+'���=�o[&ڶ\a?<�A3����]��DjjS)�yt�w�7��ݢ�FR\j���4��{�<���/����Ox���`)X~����8f����:�O�go�;��`�Qs@�`
z����"R��.1xGԑ��A1-�?�_5�/A��.�\�ARj�f0�mU�ʷ���B�A}�h^?'{T�ۀ6>K��.E�4����1*��
l�Ѱ
N=�����gga'��8ٰ�y����Kt��ػK��d��9�}�y˩�R�u_̾2x�y��˯.�����|:���r���v�O��~���7H^�H`5
����*ؑ�ͫ=������V��	�d�d��NƁ�I͡fɂPzp�6���@�{
�����쁷��q;ݹ�ހ�D�7��3]��B���n��h��L&dW�V-2t�`��m�gk���m����g�2�%؇'��.g�����D:�qgJ����v���'�5
$�F�F�rk�lqlb.z�r[�f��lV08�P�P�t��	/�d��,q�/�I�F��\��_��g����vU��V@���C�)�� )iH�P<�y�0xTL������C�d�5�`� �T��r���
ӄ��h�8�8b���7v�*���cgƏ��?'��}�Q��w���Ù��a@"�L���(4�W���+M���!Bj�� �(����8x���Of��xͦ��gC6�׵3�+t�y��R��?ޓ�}Y-��y���R�f��##���<O)�
O<��-��z��&�A�Q�bD�W�����XI�l�|�.��>zO9�oG+������4I�VT�d���p��C�׏k�S$g�^�W�q�E�Hˮ��F���	qV}'gZ�?���eٍ�:Bb���l9C%c�m6�3!���W�U�X��V��ښD��k?�i�X����}e�Wɞ;:s׀~��̺^׃8'G�Z)�deZ����Y�OCe�g˫?�<�΍��
Q�+_[
R����wt�f�?j��#7�����vT::9������ D�ń��(q���/�NR�����}_^q�����X�u�o�_���+��M����<���g���� ��qT
�6��&Sb"k�Y�©U��L@��u�(�S8�zlZ��L�$��,87ڟ�楯W��K�
C���0-�t�?�w�盗�0n㺓�x
��!++�*���Nr�I��"��K�j�gEg�Dr����ݹD���%ұ�/�U��3R��dB�
`_�.��~?ܷߖ;s*�����ntF�U׫�ΊojJ�W���vS#zP��\���4/Ǩ��CMʪ�_Ky�J6V򹡽&�n��@�G�J>7���?��j��$߁�fc�ݝ�ujrҔ�K�U<[54����%��㛥9���m�9��ڍhT0�#^��a�	=�};I�� �FN{0�Mq��GPO\���W4����{��ph���/�h�A���%�d�!&��C�^����(yJ&��k�-~�2�T,$eSwj��W��>��>N:�f2�/b���	�_ϴ�
�{q��`
4���j�UpH�+NlMY��\h���Y�)gQ�k/.�
��9��>Ⱥ-0�WH�I�q��$�:� ޒ��X��?������#;l�YO���&�gW{�56�Ϡ���?L�o�<��&9$���R}a�L�����Gא�51/X�S���B_�qk��g��a�gD�p��]�h�x�L�V�P���vI���ih�T۴���j���="�d�n�Rn��hD6����r����[&'!�)`:�l�� \��' uD����"$��f�����#޴�t�L�C�ۘf�.b�P��iF�E֎`!E!M�NE{����B	��8���u��!W<@��t�$x+d�Z�,��{���r���[�^<�<͠s�qژa#;�˸���
�(e.FT��Wa�ϡy���$�I��1Z�P��
�řl��F	]?�0�2p��6-���d�=
h���z*F!����{
���%{��kS���Cr芄��HM�6�"�v�v�IT�ˌ
���e��H.e���O�����q��$WI����̦V7Bs�Hs�P���RȷUI���oP�5���sZ��*���c0�|D��fRx(�c�?$샖��W��k��@����������e
��{�w>�R�|N�����%�.q�֨�ݖ˄W�'���_�p�g���ju��u����H�uh�`�ЉyK�y;��6;�P��-���,���}�@�dP����Ҷ&	�H[��}�&�1!�6x�ώ���X��?��.Y	mh#X)��?�V��
;��6wEm����BCm�4����B�i�g[P���éG:�;�HX[n�~������O�ʆ�+o)w~�+�ܩyyjTž$Wъa�s���6hf��5j'�6�=�����R�#Ï�V<�'�����X���Cs^(���I��__:��bK�z��l��ɂhǎ��=gn*�IS"N���uil<0��)ǕZZ���z�B,zF�qm�ˁ0��}x���{d�¨6s.��@�q�&�Pd���I|>Y�ib[wI[��6�M���:/�
�m�ghe���1�贶�%����侵�R�JV�?�� Ƚʯ/���?�r����!Q֦-��@�҉�UPBk�2������D�6u��unH�1�\)<C-!sN�΍��/���؅��ch37B[�<fj�I�<E�͍��zM#AW�VT�S�"X]#�sd�Q�T��M���oD�F���l�6���3�@��"O��ֵ��`;��9�4���a�˺�����M�p�?�GL���S�֤�y�|^���3EP����W}H�S|H���X����5��"cшc�Jx��kÛ$8�=׏��ij��K�N�°mc�j��4x-ʨ`
����o�)�
1΁0.*�lHkgmܻ��-=lK�d�2�5%j#�{ !��ʪr��s:�&ѣ�n��jв:�ck5��ZB�lKE�$F��>:�dHK��|�%�bG�h?b����0E�t:�8�(F��j�4�MB~!��@R[ʟ�O�'�1j�I�&N��Ĺn=��4
��Vk���PN�L	~)���FsC��gbFL9����r3�<x�`z�����[�%�+))���>�'@��ҫ��z�`��g��ZxN�`�߀1�.��?�U�m<R������B��B�oR+��V.��X����'H�����p�Co���ğ^��	.~�����}���W��v�HG��+�ֈ:8��ߺ�wq��I~l��0�}��'֤�R��!�ۈ�|�{�l �
�3��3e윣/�Z��]Jòͯ�˯�h��]�Nv�[W���՞���St�݊�=�
��j䁪\zJssv͸�9�R�*~oF��Jp[�)�#&�&�[m2�)1ъ�0�1�ȍ[ZŪ;��P�_W�@RUr\��
�\1c�Q׈
�cj�Ō�0�ޯ����`������7��v��^Λ-]�c�*�/��L�Ԋ�C2A�\B�3�gJ�D'��}��w�~������T4���*� oˣ��,Q���$�::���������ItLZ��0����k��. $sp��
o�0d뤎 k��1����t��Es�ꟹ�8wg�	�N�
Gw�P�`%xF��b��ݓ{O+v�*\X6��$�_GhG�#w��f�L�}Q��'Q�r!y�z��,`��Hz�f�1~p��l�M�{������
�\�L��׌Z?{��3z����NO�7�$�ҵ|%Ȅ�Fn�>���]�����w�cqԧ\l�R:�A�8���Bp��T>'m{kʵ-���9x.g��)��^�BeC����6�8����l��x_����c�N_�5M`(�'�e��r$���0(ѥ������m@��I,�[sό�4��ļ#�tY5a[�ڣKg�m��*[^�x��Jc�I���f�w�nU�ʾe1�Qx�qu�����0r�ƔD{��
���:��H[@*�h�����3SgL�4�}~�Ѱ��l	�ZU!=�uv�e��u�7h#b��H�^;g�
A{?��i���m�V��U�SkG�P�&�A�1�%웈Ŵ�dZK�q�<�VՖ��T��TOك�U'4��fh�Qi�֓�*�p��� ��)�GlM>�}&bT >c��`�h��/K��}̔Tj��)y�~�晎�Gyc������Γ�k��Af�3�`y�����j�j�=�J�)t�'�8	���!�j���D���
g�ËqM�Ѝ�Ҽ�D,CoV��+�7"%eĖQ�hCJ���퐰z�%�1��j-�	��ȶ������Fw,���w����!�}�����_�}�C�<�P���A�o>�W��o�tm�?_��:��5��Y�>���Q� ��<6�n�c��m�?�H�q�s�%wѭe���z�{i�>�O�^{c�{�v��ct�E/���'�`u������o���]�
#���h��CA0�X�J^�;+K'T�S$!q<�j���.T����#k�-�w��r����g'4	A���� ���{x�D���[�L=<0�j�#)Ϭ��qt:<Ė�yo�.^�
t��:2�SP��<\����h������U�_�
I��E��e��B�U혆U�*��^�����7������4���X���1���Nd^ܼt����9�kV�[���76f̕��׬2��u#'5�j�?�ѿ?����#�
uku��',P�,ܚx
����*�������/�(�>�^��C�����M2��=�t���:L�����q��'9��)�O�9�Tf;6�ӰY~��H��ڜ�����A��閛P���GwV�k�P�ɮT���~���9���pFF:�����������X�STL,vS��ճ�(j;��$�#�+5���3.�j��#,�J��D�������B�*�錈���Z
�3�HL�J�t:��_czc{	� �A��bb��Zz����#�����T�[�*�z}@N��s�q���ψ{����DDE:��KK�RϸG�'���SFPyB�J�Vk6S5�48�[&݉�/Z�?��*0f���s&~��^/-}��)-�[4TQ�1JI)N��[5�Y�d�]�����_zI�r�b��hyV�#���F�9m���V�	���/�i
G�ƒ(4��(�-P��>*�7�}@A�v$�v��B�������'}*��Oy�o�l��oJ@KQKu�e�� ��2�|��T��J�T�L=�3�i<O�8�Q���5`�8��~��]�nU�"�Oq��&�G%�B���$���`��zp��x�3��d�xGE��lDcZb�?P_�yp!�n�y��d�?���V���f�OU"g��#u�.V�Z�Z��͠��Ao���u�lB1h�)̻0�7a���A��|���F�s��0md8���]Jw�T��) ���\
��.]��-���o��6<��>SԖ�bEGD��1h�?�ֵ\A�n<�Ӵ�m���٠���޽��=a:E��~'ΚV��,eT��
E�s�e�{20|�Y!�>п��0]�p�V�[.�[�@eV�`[`e>�/�N����˹�+�;�~o ��GL
>�����w5�r�:#��T(��#1fY.ٞf�B���	1//U@�s�;iѾ��"�jpY��3'�r�%��mCɨڜ�� �Q���QϚ��8ڎd�kIVHnQ\��P)-��;Q��S�t���dB0w��C�<��V�ҁ�/��3��-'���gB�l9�^5�!��Rg��A���t$��Z��-	Ur���u/L�Y��?F�\c
�ǭ����6���x�퐲�͉�ҟW��h:p$��n��I�н���`�%:��fN���ceT������S�s'6/s4�A�A�0Ti�#��`��<ҰK3[�����{�������ۖ\�gQ��krsKu��^G�-U���Z����C�C��������/�xy0���Y0W�V��>y�S=�
?�����;��8f�:"����@#2�h{!��>�ܴD94z������h�9��Z��a��ፑb�	H}�G��$�N�p/������IMV���g���4e��01iaNF��Lf
�����e�G˰<����A��f�o��G��(�z��T�W�S�%�Ř;��=M�����YT��18<&�XzZ���fEe�F��/(1�YB3����2���;�Fv�Xj
^���z�wѶ��Ii��}9�G�:�q�j�����,���1Nj˗ą;���Aw4',�=Ǡ_��Ǒ�B����f��ö�g#����٩pJ}V0O�X|,$�!FH�o�c�pX�!)��¤�hk�%�s\���1g�lIF����n��b�P�Y3�^��y�0�VS�0�Q�o��g�~�(��@�^��[��V&��.y�%4.c(�,���1zFF�Xg�K��&�$�Ϟ���³b↥�9��d
�iCB���
���Ei�;5�Ԕ��3��Uj�����g�O
ؘ��/,W��H&(f=oCB��a8^��{B�E  ���]�8J��2�����_�ygB���=�d���i�;oCrm$�(�'�:J\�"+����+�T�ww���6����X����7oF.��u����<����	�X���F��KP��8�-*R�f2&%���ġ��>R�e����I�w[E#jvZ�#fd9
drZ��Y{��k4h���Z0%��b���b���0��s{��t��ɦ��G(�ѩC[h7w2[����
��O�ѯ��c�
�v4;�<����7ѷ�3rA�b'�J��Ҩ	40<��*8y�rC݋�f(�J��T�6��!�V��?"�L�M�<�u&����u��S:P�U�����ز��i��uf�R+S�eNH���d0+�k��)+�Y��]�:}�Å���+Q�N��ruJ
� ��.�E��&
CS	qm����X����.�c{�s۲la��aY��/�t)���A����*����`C�K�ݨ11j^^�g4=���<S�1���|_^�p��̽�,j��/~�0�̙3gΜ�{�+&�icS����iR"���ă�lJ��U�Z�ך߲*!S�2/��[\^mZ�I4���p�i�߶�R�͌�1���{��bOFˮ��M�1Q�&?s#�/��+��NZL"^)#����x�8= ��%䬰b�Dg¥̼JLl��Ґ� ��ý}lOO�`�,��x������K����H���g8*rϵŤu�����=��z�o%�;����EW8v!2	
��s�5g����XA�8�.�-:*xѤI�!A��o���˳j�5,��Y`H�Θ�&>���\5t玷S��1am)Eu�.�R�c��Vs0�+V��a0�V�M~���f��Қ�CB��ŝbb̽�b��8����]�3^�탸ϾS���`
��XE^��l3�B��I��6tF%Z�
Ehl	�!A6���0c��%#&yG���Z�hh��wu�	
_�Qf��4>k���"��||nO����H��K
�Y�;�l\� �oEb�+7ޘ<���חן�s��
�T���!$��x��9�fu�05���&�䕝��_��A~2��pQ
t��\s�Xs��o����9�˓��\�	)��Ӄ������x���;=����������u.�hH(��zt��*�̤��$x�|q�RY�kK��Hp^�!8�5��u5�4�*ܿ/�J/Ooo7�T��5m��
#��7����������`����������E��ם�D֣庒�2��g�����ӳj�4w/��Ww��(�+po�9�v����Λ���sܓ���{"+��� ��C.�v,�p�����Ȳ�J,�a+�a�3�p|����U�֨(�:|�g%�RhI�ܥx��F�Jv�(H�k=�:~q��"���-KIM<����;Я�� _w ^�����u2#�S$Y��������di��k�ϐ��׻^�Z�&����<2D7cݠ��}]U�;Y�b7r	�y�;Q�fʨA�9@YDҸF�61/pb`��-�սU�ɓ�2鉶���MU�n*�����J���J%Yr���quW{MN3��͢vtw�A�a詄��o/�7���}�"�x���wp=5�‰��(�M�'Gv�+'�b�(�\k:���O�u:��c|��+دd
߆b����0Z�.UQ6Ɠ���'�0�(�(w�d�0�j!��e�'ڛ�C<=��xzȩ<���d8��u�/$ݪ��qa��j�/�5�b�us�'	��F�g�2�aD�Mmv�f���$42q�������|�}��P� ˇ�ցn�?\s�ן�`�k�[>=7�ɅW���x~!Hs/�)Yz��D���kŃ��T㓫V��a���@�ƥ�$nRH����I��=?	q�ܡ1r�E����Ш\`�^'�[_����\��n_ѭv��mb�G:�9����;}�]�H/�v^�x\t�܁�wz+|��&X�hw7���'>�1�"0m��n;��݋�%ׁ������<�8�ݡw����o�1^���Q��|C��e,>4o�a�����[E|��@��|��d���4�6{q�.z�K����q�9L+Щ��N����a�A���{G�_���=��o���X���?�Wm�G����Վ����;�Р])���}�Ѽ0_:楖�$��b�w5ҽ�-�Y����z|A�g>��bg��?���?�7�5�N���Go��#�m������x��x@q˗�n<��v?kа��pt�
GyGZ���3�2XC�ѱW^�yB�G��M	&�^Vc�F�ݦ/�y#�;	��|��1��M�q����v��T��C�u����c>D_ ^�yB������Q��*���T��S�'�;*���?^��zAX���09��	���~B���(�#��H^�~,'b���n��,'��tb<brt}�;V`����Z��Q����g>Y����a�_�C��L�C��<���s���������݀rX��,�Lg�|t�<��x~gc9L
�ן��M� ��c9������nc|X��:��6��6�go7:��C��G�9?�8��q���!�[�g���RA���c�y�r��!�7$�`9��d�@s���.�}�K��ya��r�`�U`|ֱ�˸�ZO�zPGx[N��x���'�O�d)�u�[v<P��cy���V;��Y�o��LO��x����@{�猇;�6�^/���q�����%��{�,��(��?D'�!|��I�=����da��x�N��a(#�x}M3^٨�x��a��x��1x����<>��O6�x��O6p�xB�sˎ����t��v<p\��x��o����}7<��y<���:��؃�1G��b��0���x^.���g�4�f�?q�n��bF}�a>n7�)��%8�ƃ�?8�+~��8��[�~!O�c����w��_ئ�kt��ɷ�<��{ލ�����W�h}6�@���\W��X�OiT3�ud/>���I�ɑ!�J�y���F�B�ބ�M�-�J%K�����O6�n��ZT�o	y����\��w��I��7;������eПz��ֆΜ��.l�ˌ�v�KY��|D�%���m��h#�_��
��F�R���J�<
���dQ�,�'�r��2�yC�S��7��d�b\��zd2!�ч-O��(%JXkE�n���L�bMH��zN�{��Ă��A�z�g3��8|��8�z��U,�q���y�]����c�I+�,��ch��@3�BD-&�w;=Y=b�ϕlj���zTU.�׀��D����s���c�su�>K>��E7{�J�Χ+^|xF���
�h��|L��*i|����sRUBfs���B���L��}�P@*U2}�:{�?|؇��!̇�����reR�����K/�,�;~47��s9��1�!�ǼY���Jh/��7H��
��R.aqJ�jR�LCY)5�=dy:�;
"���:��;��"����7��[�����6�� XJ��ȕ�Ǹ1/��t*Ad��{�wd���x6�;*�f�����zȓ[�{>�����!o���ܗxL��;�T�#�
�9-%�[BG
)�1����D�򻩳��Z�K��Ĵ@>���9L|�"��~ ԤתP�~���9��o�k�ċ0V"��D����	ɲ�`��Y��T�^^R��1�ŵ����v͞���L���q�A&`�?������w>�e�����)�T�л�T؜�v>�u����l������?�dJ1�ڿ>��_>��_�'O�<}��S
���~�_n|�'O>r�'{�@>Q'I�Bt=Ob��:*��0���v���N��f�v"�E�'wBZ���o����⢀+|�
������Ť'���:�,E���t
'Yz1�BP���~��i2���r��.�l|��,|�/�����N+�N-��g�\�ל
7�:��������ς7=�pP+�x$O��N8B�C�d�C[7Sm(C�UG!Ty�}ˊ����Q��D��s޷��Cc����Y
���<����c������J���?��ۯ>�����:z��ɣ��*%/�/A��2��X�D��0��&�}8�W3j�8u��j@���}&y�o3�vl��~�(I��1�p�z�5|��h��n��7ҨLr��K���>��˪�=�/?�2n����5ޝiϬ&�Ԟ���O�>2~cd���Z���R�s-_3.��6��3�O+�T��vb߂��6��T��f���1=��޹��>Z@�Q;�%��w}NP��d�ŧ�l��I�kj����O��UF���ͨ`�rAiC˷U������+;�j�_��r��渆����j̟d8��?P�.2�=$�s>�
m�Zp�s�dw���U;���#b�lr;�&�u��&5{j�H� �	��O��
�F����B�.4"����4u*�(�?���?'4/23�hiT�������d��2&�o���7��+���6)�ܦ�6y��Kk�I)�OM)�k�'z��$'�a�3¹�ǾK�a��M����+�=�����g�����[l�Wn�;�q����S��O�4N��2��-Kb\�[JV�:�!���"�2&��}��5���^���K�vVg�^}�����>,ۜZ��a"���I��5�E�
a|6����V�QL����[��}�x�k"E�g'v�`��u�BB^�I���H_�֌7���&֟��}F���h�Q%X�ÿ�D5T��7�h�h���@���}�o7�ż��ϧ���Cb-/��N"#.�d��T`Ic��M
+�hp��qv;�ݵ�ښ9!gZ'�O>OCh��pU)�b9M(�x����b4��={8W���S\��n�T����k9W
�M�һ�;AN�M�6C�?�r�JDm �;cX>�+�I�P���X�+�E.�������܄a����@Ά�6:`i������䀡~�]��K���vX,�c;�	a[0#|v�
a[��#�L�	a�1�/�6�3�7 l�V�5�M�I�B���p�8�y�&���6	C+�.���2�����woP+qq�1��/�P��Г۷
��{�\�&��G�ƚй������1���`*8�r79�H\Xq�j�L�w�71��t���i�ʏi@�c��-�>֕C�s`^��^�T��ܗ�Z����?�	ď��"�>*Z�㓹s_�-�q�M�D�lJo/��u����\���~cOHpY��.��!᣺�̙��\3gR^NyAmFqdQ�k\nt.�����9��3���;B�Dz$&%%:��Br/ArOn�&̘�/���}��/����� �6���LJU�t�L�蕳���?�ҹ:��<���<�Ӟ[}�5e��"�έ�3~-9����3f4��N�<�����
��5KWo�?=��ǏX�tHO�?�� m����J-�[0f잋|'�Z1Na*z_�L߽jRkH�ⴚCaV�����yс��yE�)�3┵
:u��?!�+Ĭw��J(��)T�G����z]t6�I;bO�Mp
@���J�\�P�"D�^
pdl�S㠤"%���N�W�J=޿��ifXƛo�.wa�;��2��-M�.��6�Xi�P(h�':�;	)�DG��������s�(��2w��q�����9��z�y�N��'0�@ކ۴�I��u3<<u:����Ӆ���F���&�X ���Eǥ�x�A�������e��m/�Z�A]��kL�܇��5�/ï���+�U>�e��}lYuo�n�&Y���e��n����B�|�|�stk�H"¦�5I:�#"��z7�X"����_���}��opu�P�#�0�����/	���k;z�,��gϐ�n�J��+Թ��N��|�P2s��ק�8|��88|z�ȶ��Ȼ}\nq�T�+Q�.�������<���FD���=���R��R�eDi�`�ץ�%�����F�R���*r\��l���U5�?��t͛r�Լ|��\츶vx�;{ �u:s(c�`3�Ðj�=�u�MtF��﫲��{S��犈��^��Jģ��֨(7��{�V��Fxe��,�Q`�y��E��l�{19�
ǁ�P�݆�"���3�2!iw�䕍���;}��e�g��*<`K�S���� w���-�j�e�_L��=3{5!:m��wѩiA�;�L˾;��襷�{O������#��4���"�����e�;=d"5<�c�[bp���a�~Ƅ����.(��T��b�
�����
���~�5�8ui}MyI]}��;^�y�)nf��4�<�mnk\C���?!��}��ǎ����m]��yt�މZ�&�r�…�jE�JC���nA��
��Rƺ�=�N�"/Ivg+_p�=��Xǩ@_-�p}.̟-ndr�Q����[1ny����vLy�f+H�{��~a���{W���v���uE���p4����tx]}s%7y�
�B��7�'LD4������(B�^p!��eH�ŗ[?�wV��O��n��U�B|p>'��4yVD��]OOr���E��Pź�#[*�M>���������95v}�w;�~)~ㆄ�gV�����hϼ��t�������A�ϼu��H%�6o�/9 ��&��Dr9AxkC.�3fT_�قR���5�^8�%��?���ཻ*m�f���ċ��,f��;M��Hj���6Sȼ��Ғ���[�S�#|�jc'䕔��['�$� ��F�[�}���X��*��L�OrLl��:�$��^�����G����f�Fa��#�`V�y��h�{���r��Ժ3$�N�^�p�x�~_�#�yP����_�vv1
D��|�⻷H�w��Rrvs��.��
����#{0m3G>�7�W>���+f�o� G:x���^�z9�V
��3�/��t�mz!�P��Dz'F��>���i�� �mo}��G�}��%�!����
@\��}���������J���ތ�y$Y�tz�����e�2����P�)�1�5}��Tp��
G� �G�ɪX,����k��ѫp�K�s�F_S�C�$
t1>m�@�O�XQ^U���_^��@h.:�vv<T�QRw⁌��YY�8Wq������>9��S���OW��;gU���;z &�ȋ�<L#?��p]PP��#J�:T�)6n|aS��IQ)��`3�����	��qhW>`؉�‹���jL����9���*M�o�2iUj������vw7ח�l�	Yik+ӊ�?B��6�˒a(�<��t��y��a�%{�.2���[��ϰ�+"�7���E���\��;x��ay
 ��\��6
	M��c�Ң�-�Ԡ^�>>Z���v�`�1?��&��e��������oO�O����[�j�rh�օ3�b�'�X���N.t00�]i�UW*]���o�@��� ���w+���mAw��/,�I0yH(�C�)fi���K�j�{)�K)�<��s���9��q��T� ���lZ�7Z�Vg��?\�������a���U;��=ˮ��g�%�&h��0/óg<�Əu7��Z�"Qw�9'Ѷ�7�(A��� ��#���q�P�kO�Q��
���ʵ��/>�Q�5�$Aڒ��MqU�k�+�jf�����[̼\����%�~{iA�ٓ=��xZ�.Z����p�A��r���
Z~aFy7��Kq������dp��-8����E�x�,�K�SC�sJ��ߪD��~���qJ��>��(�ȅ$h������I�81@��Q��<r��n:m�Q2k�(u�SΦP�-;�����8g���PJw�{�Y�Ur3�E�48v��k�F~��e�@�Eos%)��(�P�I�$A�����.�'������~LN�W1�^I�;�`A�Oy�mj_�Jᥥ�Pww:��5�V�ҁ8����i
e��7���"��5�K�&"oue�ތ�=k�'��,�k�o���b�rJ�+�摥
SƷ%X�M�RO�Y���e~˼�͵�Kgw5w��o�j�R8���������
�A�i�����΍�'�:���n��J
;h���gԕLl4d�u)���q�x����v�{šIb�
byJ��_\>��`�L��^*3�l"^V���>��,�(̐��4۔pI��Q�I\]�јE�fв��>����hB�o3
_D~���xp�V��_=����
�/��H
C&}���a-�y�k�j-O��J����Q��+1�1n��;�2<�0�e���P'.$��b�מ�'W3�I�¥����
�2�g����gþÆ��%�1�%
�Nø1ס��2���ś�=Y��_P	(2���mV#�ca0���|vY��G��"���&e��o^Pq]n��?J�fL�WG���3�#&M~24g8�����$����v�0�&�*�]$�%j$�W9
}
ە>��hk�����Z���^Ƥ�y�q����O�C�V�Ć�@m`�/s�W�#���ZV1ks����:u
h�x��a|�ܔ�˙�O^���\�(�Լ��ՐU��z�-^?�����)�O�v���:	ߋ��?O���g���n2c�A�$��k��N{8�';�EN��Q8��n����ߟ��ߋ���V�
��;xV'?g��z�c�#?y��|�F�h�1H���
�Soǣ0�7)ߑn�O���:�-r���b'��ܶc$Ū���/��G䴑/���������v�&����Ӈ��!�+��(�p!¿���m�!��}%�1��-'{|�Y>�¿�p���a�����g�����`�1��/�&��*�?
�P������@�T�ba!�g^��B�)��"�S0�B�&��[�ÅF��о��!�7�}n/��A�m�
B�b�#�+ş�P,��ɑ3�:Y���>�(��;"�/�
1C��xفp!F��0Q�����y�2�	�G.B��2F�Rn��9��?Q<����F	#,��H��tb<�C�Ӊv��XAl���J����-U����������_��N�Z������<��j
�_S];��8e��;�i~���V�n�Lc�0a@m?��mt��/Q8\)�\f^Q�������\��sȹ�����
��\����v�2Pt������._�v9��2�sl���Lp�t[{dxDZk�K2#C-��MA��6�_�1E/m��Q��=�ν���$�\im�½�:b����'�aL���Z[�1HB�m����p3P�=vlm��#�ճgWW77�2�$:��E��]4
4����f��n�Τ��0�u6ՠ���{Nt
��G#�ߍ�D����HhKXP)*U�^A1|]�E�w吋��)�:=T:TN}:~�d�3��͋���<!=-.+�WqJbIIbJ1�*�J��c�I���6�����x@d�%9'.��h�������}���J7Bu�M�'u�MXj�|qn!��Pݚ�".yh��D�$us��$��i]�P�����N.�c��'�H�Ǡ&8�J�`�CMđ�$Z��j���H�O~Y1��+��KY����Xh����r�"Ї=*�d�X}@ۂpuP{W��f�'�.v+�k�61KI՗���`24�0�I� B��6W�,+�Z0�;A�I4/Z�|PP�l?#���d�FV��2ɡy�3�rBEx�L��j]����(Yp��u}��G��pF���[}I�����Zk�5n�u�qr��i�I���!I���f���7�����F���ꈈ��+1�l���a��;���

�{����\)��J�;aOt3�i�Yn�[+��m�P��vh~������
�u�-q�sc[�f��O�o��}�xZ���N�ڪ�Z;V���4Ó�������e��>Z.��)�nQ̓�����'B0W�Wjw���o�!��'ų���H�Y&e~E�;�
���i�
��)�
i���6��K��F�l��0o�>��O/VI�X9�A�}��":A_���܏N>���ȗ�Db���dcuܜ��vku@a���Z
�M2�}B"d������ӼC¥�/�e����ѥF]P���6#���7��7�7&Ѻ�2{���"7w�F#���\)��A{-Vw~q���6��K$p/Kvl��2�eFE�W�OfN`�9ŗ��x�eqI�7�A�2�u1�6�?�}z�\�r�Z��%���=&��!��8��Mb�cQ�+��_Rp�qb�����)7m�1:��IAZ{pu��N�g��5>r���v�sG��wE�š�'u_q������⠨�KK����F�����q��Z��ћ!��3��?"WH��-��=U6>���	-�{x���X�E�X$r�H�ˡH"!a>Y�����7���'@���%"Ɗ�Q\h�;����W���xQEE�cqr�1�W��g-H��\�⩈�0���m��W�W�r�a��χ뀖�n�O����,����t�����K�m(/`��~vL���|�?h/~0��M�IN�5�������	
6a�����U8����]m�FZGۚƶ}���rg�~c���v�O/��h�`�O�*���y[7��Ѷ��V�7�m�⻤%`^�R�m�{����P�:�S�/$�\'c�'���'� �U�����G���tީ5>b��{o�&���-�˶��!��[/<�j��z��+�Is><5d�����lj-g��]���c�����(Fվ�z��P��%��-'9L���g�HV���@���R@�y�%�J�/�z��t��Ĵ�`ٞ���?k�鰇ߒS���1�;�wB��}�l��>1�~��&�׳~7u����<,(H�J��F#�ez����<�t$���U�?ȣ��Hق-w��ț*
Zm���g�bc����TSl�)(.�{�3"Ds�;k��yiü����y~���FFZ�e!���
iY!S^��}h��=��5QA���p��(�\Óo��
�bF0F79��~���
�m�����A��(�aH}�+������>�y�!p�9S�~��d���Yy&t�Hs���c��K��NU@o6PI"�=�z�'��q�?�V=j�=7|j��F!��">��֭{�^�0_1��1�IFi�V��H&��t�{hC���_��TlBL:������nY`Oa�`F��n���b�����K���-R)#�(�H����,T��F�;��2�?�j�!�r�s��L�u��W
u��Dc_�^��Qr�Q�\�g�{`��k���#��v&0������������׃9^����M%�Y�ڐ�/Ɗc���Ēգ�)����0)�w�6���]\�%;��K$����8�94B@\��gI�ԓ�{��}��#}�4c��N��M��\������f���ٻ-�W��崅D��K�M<UuL�ߢ�SCg�yu����Y��h>6j�6�?R���Gh�Nmz�-��ک��9���6�j�n���r�lGy$<sGh�G e�c�G�nB^E1Q������.��>T[FhS3�>n#wjg�܎bͅ6�#�k`9��KCsķAsG���>罆�<��b����{��-�5���IXH�&�7j
摧繍�"��bW��~���ǥ��h�]��o<��gi���m��ud�(�h�C��s�~N�Q���}�tr:ž�	h]Q�i��cb�38
��q͜^��+Z�����%�~xN<{{���IN��ޠ���5z<W[�4"���"��g���
	�$�^���ӍO��\E˾�◱z�3;������h�hJp�
 ���Ǒ��M[�S�"��Q
�$���.�w�l\5��J@�g���`ͻ&�~��v�).�qZn�|�o�̦$K�3W$a��=7�8�8d���#�\\�o�	X?|E�pn�&�u���=��
�Y�#�����D��q��T'��4���G���n����%�����
�~'f��*"��4%MOZa�f������`�:wq�ܵ�+�U��]�x�
�6�}�Y]]i���Γ{�&�Kϭ'_N�_[}~%�!��B�����rS{���H:U7T��2�J�Ҙ0��5�:��e*@�1���Y�I��H@�w�'ѭn~�D��o,�y�.	g��_?|߰v��S{LYtuY��;�}kN�qop��Q>U��� H��m���7?�������{e�g�_�S�����b�|�=m>s��NcW�r�&u��÷*�٬�h�N�)be2$�
>���/�6#�U��*�q	c��)�\D��3��$5���}�j�y鳃��§O
���%~=:����]��U2�|�(!w��):�*�zɪ���M���>st
�Kz��!����@�b�[z���;È>o} 5e	h��m���)}�V?=c魽[?�ztYNWV�� �i����>t&=�;��eO͌���{nt���gɳkL��9��q��ڣ��<q��9��c!#?��e|��>��&���0xz%���|܁3��Dn°n]N]�����6���Cq�{�Z��0��q�,�������>��Z�� ��.8	�u�9���-g:��̞�ᒈ�U!sQŠ2>*e,��I'��rŒ����y�ػ�C���<9����k}*����WW�����E�s�~�]���
p���~B6
JƘm�]�*3�S&�3p�Tè[�*�1�����M6��qe9&�Ú};� ���\�s׊�L�'���
)��pg�K�أ.EВ����;&o�n9\Z���5ϷT��]!��6��>�ػjb���ڳ=�_���]��
����F ?������1*�Z{�/S����j"�)z�V���v��o�_�V�^���g<�r��cS�/_x������O�~�c^.�'�?�n
�a���z�����Om_��ؙ6�5^�C˘��<�c�Q<4G�
�F~��(��dP�xZ����C9����)�_N��!@S.:�WJ6R����΀��'��M����m<O�A��qMg�����C��#_/��e�+�0e�Q�Jd�ΏzV�r���o6��99}��,�����@�"jY��7����6xP#M ���&����[���M�
	��X��L�2R�| .��`I�uTB�m�d�zd��b׭���L�Qyo�H�W�_���ol�sau.�n����S̅�Ɏ�n��Ȥ��o��G5��i�G�S��;~�ܖ��,��\7��t�^2��c�IR4>6���|��{d��-��ӌ��ۯB[g1c2���4����$*Õ�n�ac��C�y�j��w��j�ZA����Q��,�'��jo��m}�5;+��}��
u��+�O�ԑם��w�μ���G�4�k
��_�`qу��g���6.9_�:saan{E�,�f����~�s&���hɟ=I�1��6�;g�����3��S���*�a��ך|�1=?0�6�*wq0��hj����Y�o�����4w��i��s9����f�,6-�rV�8Z�*����Q���/n�Qϔ�?��3��K33�u��L&0/�{�+�'�y�&s��X�Gv1��{�3���M��ia��3�� ���Dr‡���=ļ��	,>;��
8`����̋�� ����}�k���`¾�J��[�%���S1&S�]nH��tv�&K~�e�_X���_��p��}���<���xכ˸a������?yO��Lؗ�P]����R�O�#��v���$C��Cޜ�m$��Ϫ2j}�t!~\3�A\>��D%��"����������k�N���
�oC5`ל�䤎ҩ�K*f}�j�cu�7r��k�!֌,[Utfv�Ԃ�[k6.���;����y���H�K�D�j�z��t?v�w�3�� �����˿~��ɢ��s�<U�IJ��3����Ѳ�"���ʿ~Or������޵�gE�w%��\��1~Qc{wrJg�ħx����!o��ɕ
��d�����N���=�v&c�*������#�|�-"iJ�H��ڌ�*����>��L�;;ѯ.s�̓E�Z�w�~������^��
~����<�����cU;mۘU�@~:|ɜ�E��?�i���{,���Vk"ɋ۹,��}!��x�uHK��T(���Z&�G�)e���4ձ�4��o6=�V��m��:"�6��%��k&�_nj{c۲�������4uW
-�&[?ޛ
$���~�*"缲i�Nj��|���ȶc�,�8��s䟁;C}���?R��@���9�#um�I�#l���_�����Jx����.	4��uF9���I�L�ת�4���YΫPh��̀��w��`ea��<x��|si��L��ҴyR�E�+�@���&�-���ym���+�9�?��j"�V@���?�`�m��&(��pLpP"7[��-�ӇEI��H�%lA��*:��6;��+\]�s6V���7�,�ˊ,N�e���SwV��7�_m��n��W�[�E|�����	T]zh�� gYQ��L;�à=M"�I�
���5�n��j��Q�b�����-�-���>����?{�=hd�m��ؐΛ�`��l�wll?��c[����5@q�nk�xbh�ҵ
�����2����}��C�uE�'A��!=~��@�EP�d����۸=�=~��}.��5���s�'�s&w����0��]μ?7~�>O��*��>'��2z��E��FFF�p�3�@:��Ƒm#�x�'��h0��m�Q�Un�JX�4��ph]q[�4��s�7�q��/9��8�Sk!�����x��TOoEk;I�6E�@+�!\j�NRqHR�ʖ%#�M���w���ޱffk�pD�9p��������
���o��W���{����="z�Q���_�h;�0�
mEGW�ad�ѽ�׀7h'�+�Mz�r/�-z]�#�[t��
x�>�~�m���g�w�ڳ��ң���w�K6B&QmO?sVG�~�p�v�O����I�5ڋ�
x�D��I"�'�-����-���0�mگ~�mzV�>�;�e��]���x'ګ��.=�,�9iӔ)�h@�R���α#�va#):��z	MW���)X�3�~��<-SW�ޢ����4�]�+�!�.�r�X��ӆ��=��Q����aC���e.Β܊�F_ɾ��hc����=��3�E/��Q=�:�K�;[��p��ќ��5�eHz�w�2+�	����Z���~2�1=Y�?���I��m�� >Ɠ9�M�^�_�x�u_t��K�х4V�\pT����-%���RX���
�4��@1�U�g��[M��x�pp���mG��}�|�$
ۦ���+�kqإ�(+�L��Qb�})Z��E��b�LEO
#3e�42*}i\���0ʦ��P/ί�^#ДK ���g�P��9�:�n:��=J2�g���odx��e��,/	�ђ�iU��s�`wٸ�L�kw�6]�u��|8go*�A�2�C��TZjt�W���e�J��Ct
D^e�d2�Ku�B���h��_���3,b�^(���QH���+R��~@����÷�o@�0	�Ԭ]��6�H)�YpS�6<�${���2�̝���YW��b)�ո������L€,���H}�ءx��8�`���9�!V?�3��
 �&F�8ӗn��52T}�?4F����Qz��㔍;��c1� �A,�,����&j�� �	�,��<}%w,f���;[5�����fg�%���n"�Ω��x�m�x�ֆ��8q��̐ZҮ�,L��I��M�B�ز�D�R�
����{��233�23㽷����gG�_?��;�;s�9;gvv�$��9���7f�w`VR2�@��Dè���j��4�F�K�в�-O+Њ��L�Ъ��NkК��M�к��OІ�mL�Ц�mN�hj��Ǐ�C.E)FqJЖ�mM�ж�mOIJQ�2����	�Fi�D;�d�BSi'�F�i���4�v�]i�F���'ͦ�(φ.�C�0��N�O�p:�����
���hn�C�n�at7ӑ� ����|������������Q���P�H��$�1z�����iz�>�.z�����Z�o�$z�^��������(�KE�G�T�2]@ڛ�S���F����紈��bڇ��}�6�����@:������-<�G�hC��<���ey9�����xEf^�W�UxU^�W�5xM^���ux]��~�x}ހ7�xcބ7��xs�[p+�8���^a�]�r���-y+ޚ��my;ޞ�����Ns�����<��x"�xG��Sx*�D��<���n�y&�»�,ލ~���C��w�=xO��{q��pwr����{��sy����\�7��U��~����	/��x!/�ż���}y?ޟ�� >��C�0>���#�(>���c�Uz�^�7�Mz�ޥ��>����D>�O�S�T>�O�3�L>���s�\>����|!_��%|)_Ɨ�?�
������|
_���|��7��|�ʷ��|��w��|���?���?ʏ��?�O��?����o~�_�e~�_�s�5~���7�-~���w�=~�?��#��?�O�3����/�+����o�?�_�����#��?�/�+�ƿ�����UD�H�4J��f.#�EF�(-cd�,#��r��� +�J���"��j���!k�Z���#��z��l �F��l"��f����-�UB��8�JTb��l)[�ֲ�l+������%#Y��x� m2Qv�I��L�)2Uv�i2]fH��,3e�Uf�n���!{�l�K�2G:�S
�%��#E�+�$�R��̗��*}�/5Y e�,�%���+��r�(�r�*���r�)G��r�+���r��('��r��*���r��)g��r��+����@.���b�D.���r��\!W�U�/�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^�-/ȋ�,�ȫ�.oț�-�Ȼ�/ȇ�|,�ȧ�|._ȗ�|-�ȷ����O�����Q~����U~�����{L���m�Fm�aڬ�u���H��u���etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�q���jH�QG]�jL��-u+�Z��mu;�^��Ҵf4�9��M'�:Iw��:E��N:M��mםu��,�Mw�=tO��{i^�h�vjA��[{��su���W�Z���V�O���t�.�źD��}u?�_�� =X�C�0=\��#�(=Z��c�8=^O��$=YO�S�4=]��3�,=[��s��Q��������Mt3=L�t]E��z!�C��Et�^���z�^���+�J�J��W�5z�^���
z�ޤ7�-z�ަ��z�ޥw�=z�ާ����>D?���>����>�O��t�>���s���[_�3�E:�΢o�%��N�s�r:�N���v}Y_�W�5}���
}S�ҷ�}W����P?ҏ��T?���R�ү��V�����w����?�O������o����2lĨ1��4�&3�4��f�i1#�(3ڌ1c�2fY��Yެ`V4+���*fU��Yݬa�4k���:f]��Y�l`64���&fS���܌3[�V2a1�qM��L�$̖f+����lk�3ۛ�I��ɘ�ə�f�i3�f���L6S�T���f�����lf�]̮f����n�0{��f/�7sL��4�e�M�)��f�)�^S63��m����Y`�Ef�Yb�1�����I�$=��V.��&[���ʂB���R-�3�04u���do��Z)7�6&�T
��@����J�0�)ouD��X�v�
�Ft,�M���o:�Cc�#�鴒�|����ZH!��Y�]���P�^4��@�6f��B #��u���#�t{� �P8���Pע��ń9�����m��Rg��HS�\D��l���ƴ�wE��6Q�sGL�c�]j�>D��X˼�j�P.�˝Ŏ�I��Z�������I6�R f�^ɿϓm�r]+DžF'�Ve{������je~OA��n-���� �
›bë2rJO�ܝ��zK�Z��J}�q�%W��.Bsc��,�je���Ȉ�u��o��b�����q��y�?@������jG5D�n#���^-��j�qd�_��՗��1�5d�̺>.��w��/�g��2|��T^2h6�*�)=�j��ۃc�?ڨ�I(F>��f��Z�'�X,&?h6%�V�{����}=֮,�/�P��&���Ĭ������"����BG�wNs�Ϸ�k��ps0ugh��G�T*��s*�k'�)h��
�xwrN�TY��Q��p�7�Wʕ����B��W�JÓ��=��lΗ+��R��o���+z#�����
��)�E?�l�����)��n[ilѫ�VC�2�B�a|��7o;�p��3��K��f�x��
;����{O��9�yٱ&�k�K�	=��E��Si�^����|�	�ѩ=EM{��}E�I&Z��z4���7��P~a ��@������7s���:��||�%~h�� 4�Yü �R��d*-�,*zϜ >��T�t��/���^���+6T�;�R�G�gK�~�j��V6K˄�a�M&������u��b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛���a~��.懋��b~��.懋��b~��.惋��"�]䫋|u��.��E���W��fڣ?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�qf�Ӹ��L�ͷ0�����,�.��I�M¯}�z�:P�Ơqh���竧ih:��YM��?~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���π�?~���3�g�π�?~���3�g�ς�?~�,�Y��g�ς� _��g�ς�?~�\�qW����Y�s��@ρ��>]C9����(ív�x����u�Qh�&�Ih�j�Y+wb;�sNi��5�K���:{��`����}6ux_�^-�6���Ї�Cb�C}��1�1z��"f��n����{����7n�8�qp���������$�'?	�I�O�0�n�w��	5�/�y�B�)��U���p#�돧��߇�F�}���|���R.��=�=-�=��]�vK�7Vea�@�~�&c�I���SnD�fw5x�����k.e�,=MA��4�Y�_����ah�@]h�&��F�����ǁ���_��¿���/�\־��r�
���Ȏ��b�T�v9�;���޼�j[gW�-���ܖ]�a9�{Wwnpoo���fC�
n�
�lq��Ƞ8��^l:f����R����@@^�x����z��FR	���L�~�s.4�\�o�E��K����_�
���z��a�r��|����A����QnRYݖn��Jo�:/���ƕ*��l�q��LP���ytvH�mH����ƶq}^�'2�-C������9��6𢃺��v�m�����~a9f����m�;�A���vk��!���}+�/$ѱ�m̠l�����v�^}!V_��ҭ6��#�Xch�C�&:X����!��rm��t�໇?�{�=m���e�v�*բw�Zm:�P�i��B��&K
�ʸ�r�w�G�F�B{fx���J�
�{��z}�E�^�@�f�X��E8l
��F����5�z/u5�}�={�}��u��3�O�B��e�\��V�>���7�gߴ}���9���Y�i�BP1`T���|��>��f�a�����u|�~�ܷ�o�R��3������@���>%0|�o ߴ�X�'�|TPϲ�‚�ͷ�}��x�Q*�
�pq��n��B��(;�R(�,{tt

��x��Mj�`��sω�F��5T�y��h��Z݋C���I�1�h��n�C�����"@���݁pA��E�b��a̠���.{���[{ǝ��>j��XcH�������m*�J{��]��>��>�l��߾$�nH�DO�	hy�</�k�[L}�s��+<p뚔w4�Ø���Ӻ�Œ%�uݣ�t��2;x��V{p��?�'�f�cKq
�Hb$��)��N�D!��M�yh�u�qP��F|@;�NgJ;N��G���ն�1�h)�el��w���������s�=��s��߹(aJ�X_�L��oF�����I��j�r �6�JX��$��h%P"%�
��/�A��EZ@ٴ�rh��SWS�5M��V��6}��oV��װ���K�2��|	���T��XI[�.o��UV?YW^�?�5�9��|S��nh�r��������z���:eV��ge�z
�ܶ�������+�B�����u���}=mt!�K�0}����(�S�����p�r� 
F;#\:d��a���ë
�X���y��[�Gۇ�{xth��#�>��+:�h��Z�`�6]mLK�Lm�+��<�\�4�S�*�W�����S�+f(ެ��x�F��n�"Ң��+�9�LPq1-�F�L��(���^:H�4A'�G�:�Ioѻt��@�2}��9��y	p1��z��M����1���0�a͐N��#���G�y��aN�y�+n�O���3����ȉ�\��<O��I�<���nO�{2��S��%z2œ���v#��*�/������=�}��'��dl��\�\�Ƙ�Ő|ԓ���+��8�q�6{)"$��@���韼ټb^5��s�|�|_J�,�\ɐ�%S��T�*w�*�I�r�,�[$_n�BI�3o��+Y-��۲œ�[�Y�K)���JY#ߐ��&w�RY&��X��k�V�e��-�uY/� �jdN>��6*��TKuTO
Ȟm�fڈ,������t�N�{�>}@�?Ӈ�1]�K�����$c�ȣ<^���Ws	��y/�q���)>�o�'�d;�q��;L�)�,� M�,e��+��>�"[�k�iuS��=L��2�
:��/�UN����b�.�RdmWs#�d�s/2w�w�!����c|��'�g�&b9���1O���O�c���EJ2�`�*S���ȉ�ص*D�k��5��F�}�i���n� �~3N�fv���i�A�Q�rV6Ϣ�v��0ϡ�8v�+���h��I4bՃ�y��=��2d^@LO�	�!s�-K�w��#se�*C�3e;0KZ��\ ��li.�v`�tI'0W�0R����X-}����N`�1$l�A`H��w��nW��ݡ���ۦ���ۡ���y�w��*�1ծ�i��y�ڄ_
�
���˅yB�&��#=�9�e p��\Vf���Y�,S�1��8�}.3Z�\��2��0�)����h琉�-���z���khg.Žڤl<�\���)r0��ދk�Us0N
א�n�X/��۝�k�ǵ+S|k=��o����+O1݉�^�x�i�G�T�`?v+��I"����ݒ�i]"����)��Gr���H�{0b9�?����h5�E4��B�6^�r�T�]\�k\��>�k�k�����%OKv>t>r�:�:�v>s&
6����7���os�퐏��`��Ux����q�zb��'�񤞆͢|�#T�e}O��B�֔i�B�m���>�G�>����&��Ѝ��m���A{'���уlv��?_��;TD��%s̼h�#�i3n�1Ϛ��Q�y�L���7�w�4���}O��F���yoM���ػ:�����Mct��g5����~s�xHk�k��dc���V~!m/��6c�?�_�5Z���8"�~3^���f��k�p�������O�޶�dOe�fB>n��X�hS��򹍞"���ی�׷�yʌ�A��JJ�V��k��u��ps�ۥEvH��I�tH�2��Τ��w�g�q�J���N	ˀDdо�J��m�g����v{[�;��Z:���2s�SC!�k���]��̯���`��o��oH�|M�)�UV��n��3f	�-^���W�W{-�r�W_�*��#��S�Jr���n]�h/��}bU�d��ީ��!��x�ݜ}��ŝ��鞁 rYD$����t���� �K�p��H�  A ��� ; ˲�úY�*ᲄ%�r8�(׋9,�8A� "A%\nշ�=�@��9��뜮���zꩧ�Oկ��g�tM�zh3�v�f���5��?{��h���h�iN��
�����8�*rj7nh������e|��ُh�����	G��YD�Zm��Q��]#ޯ�j�5�ޑ�_PC��[}�ɶc�ޝZO�Ӻ�u����s�-�[Z�juݺ��P/�m�{�n�P{�׽�Pݑ��P����}u���k6Q+[w[/[_����6���%��A��6Q�X��dx�l3ls��ۖ�V
�ƶ�<�Ͷm���v��@�n{�vꄭ�v�v^�K�+�N��[�{���W?�����_�J��C
�U?jb�����f�ϭ_��~y};��
�����~G�nx��ֿu��X�I����/�_�]��J�������fw��PA{ܞ���ba
o�}�}*�t�l�<�"���W�W�[g�hj��%�N�=��v��!��q�)���?�_����Z�dDk����a@������n��h�7j
5�a���&4L���0�jN���
˨V6��Z��<��mT/7���p�����6���h8Ku��Օ�N���=�z7����H��觊6�������7���8�jJ��T3�R-l\B����jm��M�[��7��ݸ��`�T��Q�l<Mu����ƫJ5iM�T=��P�o�Q9��T��8U��L5�i���T���RMo�M5�i�ҦT���Qmlz�jk�KT;��P�oz��P���M���4}Du��s�kC)GwG/���Tv����S%y�A��T#��1�A����1�A���ϱ�A���ϱ�A�/;ȟc���9^w�?�Q�st8ȟ㼃�9�8ȟ��$��N���$�'�sF���Yt�?�p'�s�s�?�'�s�t�?�B'�s.w�?�Z'�snr�?�v'�s�v�?�A'�sv�?�I'�s�s�?�e'�si.����"��.��r�ȟ+�"�������ȟk����&�ȟk�����ȟk����V�ȟk������ȟk������ȟ됋����ȟ댋��.�ȟ�Z3�k��L���6��f{3�k�6��1�5���<�jl����Өf4ϡZм�jY�J�5�멞o�L���e�]�{�4�N�V�Q��Tg��S]j�B��bU��GKo�~-�[Z��-Q�tK�jp�p�Q-�&�L�z�e&�ܖ�TKZ�S�����в�jK�v�-�����z��0ձ��T�[�Q]h�Lu�U	����'U��T�V��5Ho�R�[�P�hM5�u����T�[�Q-j]J��u5պ֍T/�n�z�u'՞�T���:�z��T���Z/R}�zM)���N��ݗj��N�r{���$U�M��C���=�M�ܓ���=�M��܋���ɟ{�����w�?�67�s�r�?�7�s��&����n���&�N����?O?�@G=O����'���)z0�y�{FyH�g��y���p��,�p��,�p��p��l�p��l�p���`����!k�c��9�!k��湪�[���������ux9�y�^�pެ��%a�^��D5�K¼��$̻�K¼+�$̻λы�ͻ��dy�x���׼��{�K���������������������������h��M}I��o����7��h��c4�M�1���M}�}����>FS�z��o�o�<�v�H�4���&�	_�Yi�]�&_��4�K���g4��+��\��~r�/�M�����q~FS�?�������I������I�������I�������h�?�g4���3���M�����-�h� k���p�Z `4
d���!F���i`R��40=�h�`4
,
0�VM����F���i`��4p(�h8`4
�	0�.Mׂ�/�=H��}��/h���7H��� �
���� �N��� ��	���� ����� �nr6|9��\po�����A��G���;����9�^	r6��H`�w�����_�%D�B��C�/4<D�B�B�/4%D�B3C�/�0D�B�C�/�6D�B�B�/�=D�B�C�/t0D�B�C�/t2D�B�B�/t9D��Z���{��_����a���_8&�!a�&�Ia��&�ya�^&��a��&�a��&�a�>&��a�>&�a��!����!{��E��IF�_dP��EFF�_dB��E�E�_dN��EG�_de��E�G�_ds��E^��������!���鈐����\����5J�����/:0J��-Q��F�_�%��Q�%�)Q��%хQ�]%ѵQ��%��Q��%уQ�=%ѓQ�=%��Q��b�/�3F�b�c�/我�X0F�b���
�������M�������͋��������������m�������폑�ء�����ؙ��]���ص8��w���x�8�����/�x2N����/>2N����/>-N��s��/�8N��+��/�>N����/�r�����_��8�����xG������_�J��%�	�� ��	�hI��D4A���KO��ĸ�KLI�����K,L�����K�M��Ħ�KlO�����KL�����K�L��Ĺ�K\N����$ɞI��$IG��%�I��&�_rH��%G'�_rR��%�'�_r^��%�&�_ru��%7&�_rk��%w&�_r��%%�_�x��%�$�_�b��%���_�{������_ʞ")o����)��"��)򗚐"�i)򗚓"��)�Z�"��)�ڜ"��S�/�7E�R���_�h���:R�/u>E�RWR�/mM��t�4�KL��-i:�ԥ����i�Zz\zbzJZ�����^�\�����kӂ����`(�;�/}0-�INK�L^���җӂ�������62�3��##��3�L6#8�ɌȌΈ���������<3/�(�4#�tfuf]fcF�����K��qW3�3�eeĽ�ϜʜɈ;����<s-+�[�{�W�oVܭ�=��z��e��|vPVܙ����섬��i��9����eٕ�5Y���>�ݜݖ�-�+�w�@�3��[Yθ�'�Tg��qg/e9��v�8���q� �/��\c��9���t�H58��ܨWr��9���q� 77��ܒ�r�9��6�6Qm�q� �#��ܾ�ro並��qM�;��.w!�5]�*��y�������w�����/繺ˏ�su���D55��]~v�����<Ww�y������?ȿ��A��<��{�^�s��?��:/*�u^��<���P0
�?(�*p��0�`�r�P�P��PZ�Aal�����f�PXPXL�����š�
��P�V �]�W8P ��
�p��Au�@�
�
��Y$�E�W�W$��"�+��䯘.��_qT��'�_��"�+�-���"�+��_qCqՖ"�+�(���"�+�Q$�cE�W<]$�E�W�ZRB+Ֆ�_�O���l%�Wr��_)^"�r���F��_i|i���+�.��Ң�+�(��Һ�+�P"��J䯴�����+)��ҩ�+}T"��K�l���i�}��v(W�ԕ�eRWΗI]yh�ԕǖI]yr�ԕg�I]yAy1ղ2�+�)����eRW�V&u�]eRW>P&u�ʤ�|��Au�L�ʗʤ���F��z����~m�����Ե��H][��H5�mx�7m��8�i����M��6�n��-imm�md�mC�&�-md�mGYk��F�4�x�f�H�խA��>)�CjKO8@��Bw �%�����"�� r�=�_H�r��&p�V|{�'p~�Y�^/�^/}��w���g�?�:rnC�,Έc�꼸��
}�,Ͳ�]%�n߀���=mCj�N�_(׵�|gyє�ֹ��Әg�ɯ��^�5
Q)���(�<���v�iH'!�F���?C�Ui#�~y�B�T
g$�(��<���)�;����J8M���q׶C'�E�G�3�����H�_��)�����<�Nq�u��^�%��Qá���t��Hkq�OB��<�؊��p�Kj��x�@NiY���򼖽h������A?�T�N9����Z��~�������;d�]G+
��J�<	�,�W�[�g�|U�q՚��T�c��\���=���o�n�:��ϝw��'P�{H?F9��'�O�N��)�'���.�~�U���n7�a&]2�m�7���c��_�,����E��t�K�S#	ʱ��i��cU��E���0�.ui��(�<���v�.u��7߫��"P�:U�P�M�h{U׼k�GLy�W�e1�c��І��L�[���Q&��"���K���e~���j�d
=�D�0ƹ�m�j��#U���*ǎ�m�j��.�(����8#{���<�=��a�恮�|����Aկ�+��|u�������Q75��n�GV}9����%�㧙s������A�����,\W���4�����¸^����~g�ǒG?JP�1�U��vgFu� ^�a�c�#9�e�>5���wM�=`��4F~YO��������</�?xVq�2�u�D�㧊�����\�.t���NJ1?s�,��g�b[U��嫹�ɨ$���n�o�ꏟ!�g7���ؾ�8b�I���'z��;.F�1&�����W{���8�ϡ�D�o"�<�$�9zz�u��##�nh��w��`v����C��&�^��l
$0Ϊ�+�s������A~�O���+��7E���FH5R�Go��T}�֊�����c��L~u��=���Z���-���V�rE�]�eM��p.������Y��+~�)����?�o(�\�yS�Ce�Vf�*b��SL��{u���S�m\#gb�F2�|ŰL�~y��2U�}��Z%�.�j6�FUɹ���7q�1q�1�1񓩌N�Cu.0�t��,}q]ݡ�z��4F{�l���S��r��)�ͷ���B�S)��>��N�پy�7eZ�W[�[�Ǽ�-���J�Փy�dĐ'f����N��iZC��﹵ߙ�/�[P��ִ�1����kf~^�,�2� ������1r�6�����7f�cqձk1���з���0�j�Sk�\e�:X¹�1�|�)���ۘ���n�G�6WKP��p �z�(��Y��,gqӺ�x�9S�����u�M+#�,���5����x�C�q�aD���>2�8p'����G�m���l��Y]5|Z��;�Vǒ�����E|{Q��Q}a�U�ލ�TvDܴ`�������w��Lu�Y�����3��6_��$�s�ͽ�@O7�|޴�rS���ǚ��e�s��?�ԿԼ蛲�����C��Ϛ{�M��+z�y���z��}��7+�@\���@x���h��_E�WQ�t����O�����pldž�g9|F��Ά1�֦Uv����r0���:���v�>��1���ȏv36��ojo�Ҫ��
�"�'����Ъ��C�B���;0�i���Ǵ�7��\�]�G�΀1z>�k�h��蕫o��~��c����O@^A�"Ϸ���ȓD���k�iuM*f5X`�كQ�_��i�9�iȴV5�Yƣ�Q�v�v��>�<
��.��P����Ǣ�>�6�ـ2�����^Q�,S�k�_S&o����#�?!��4�W;r?�?F��B��B��@��P�#?������B7��&�S+�vL�$�5H;xKL4���Y�ym>�4.���o@?�qO��@�������l7�X�g,ڐ�-��_�Ἵ��/S�ϡ�<'�٘��3Q�$ܯI�f_���X��L����D�*>"�Z��1����wJ]�r�;{��<�vxZ�G��Y�>c���'��c��Կ37F�>��?�:��.ee�Wy�_�
��P>����_�uܰ"X����E���������յ���'Е���؂�f_�
�70�|�������P�O���Q��Q��9�,�M������Z5F��O�6�����:7�~�bْh
}�>�GC?{ύ(�@�i�mh��u�K��:���N�X���{�q�)���Uc��F��#��ÿ�
�?����P��^Vu�մghY�r��1��B9��Y�{_7�g
���E�O���V��|�nc��1�銉c������~����i���=P~�?��l�{�_5v������jL[&}5OЯ��W�X�պ���>���*�����$_C~��8/b�q7��n�)�E��A\���;d~�V�]r�ݕ��OI͹=�L�o�b�y,2�1Z֢��*-}�g�c}g��5�{�<>�F�w��ث��=y�,�)�m�n��3�jG����J���J�1��Y�j����QmR]1G�ŵc�a|�;֡���i}��/}�|S��06�t�T
_k ��U����Γ*Uq��K�#S�kV��W��o76��%�8��_�R�k��h������C�WU�zއ���T���E��oC�w㌋U��.F}T�=�R����KS)���u�}*�?�%LU)�y�>�}*�_���o�8]��*Us��U��~�rT��J�C��˟�R�3<���T)�A=� �a�b^W�;�߾Ss�&ge�[�ʌ0��W|��u�>��l�jQ�{Px
iy~e�N����/U}�j��m��m)T:��Z觺�YS%�<�U#��&������k�0���~�ަrګ�QO�T}��a*瀩���Ǚʯ5�L~�y�Tϫ��@W��H]y�S���}*OU�U}�V��M���z�V�0���>ڭRN{����Ժ!�v�S����⑿�w
_^W�~�3Zu��m������]�&r�G�+�W룞�>�`�^E+�&�>�W��gL�����B�P���V�UЕ�s�+���q�+��|�[�B}�"�����gL����z�G=�B^D}^�6?e6�48�F�?��W�?c�U}y^�[��H�V�F�����)�xLj�.���V��T�a3�1�W��ꮗ�}�ԺzZ���c�Y��HS��vSyn��&]2�aU-g�]���V%c%x���GX�f�4y]������K��
��Zn���������T����HD�!�c�*7�v�z�L}�K��;�jb���M�4=�5?��槷�ͣ�4���ݯ
�f����H�Ĵ��*-���6hem��G�W۫uhӴ��篴3�];+~Vi��i�����Z���7ڧ�g��{���g�g����]�Y}�>_���P_�]��?�n�O��������~�����FF��(m�?Ì�0~d,�?2����3�Q���%j-qK�h�$-����ƫ�;���7���N㐵��3NX֠�[kĚ1޷�9�u�u��u���'�j��y�f�#��k�c��g����2�2Mk��_�]'�ơ|�]����mC�>�|�P���!>rW^�g(w����mm�=��ⶈ��>P|ŧE|��ߥŧ(>�9�p�%>"���Q|��I��Y��B/�,�\�,��]xk�� �ߤ�ױ���;�{�����V#�Q�ot�[�;�Y��4�5�ߋՇ~}��I��������.����/����H��u��8�{E��j*~��_�����"���%Ӛ�<��_���*�ˤ�\|���ƥ�K㎀h�ӢEh=���k#���fQ�Zo��6P�ˣ��Tu��-r�sпv!�Ͽ4ʰ��*â���>d=�+rY�=�?�{b�S��}��>b
j�[[�Bu���S���Ck4N~����_�ujr_�5����oi�����}S�R�o�ʿ���k��o5���s�M/��e�Vr�W�)>}ħ����.�t�OP|������qf�����"�$�{��L�D�����*Fo�2)X�
&�U��� #��7L4C�Қ&�gq�����5J����X�ʻ{;�n/����7�����%�7��$�+=������q�6�\�ʝq���_�V��v��c����~��"�!�����7õQ�8m�6E{X����jK��"���LH��N�^QsL��f��_�o�/c�Κ_�o�����
m&fhI��T�_�x���"}���䝮M��U�Kj�%z�l��^�5}$��R{���)��"ǝZ�?��5M�t�w���}�'rG|���+������o�ş¿"Yr�����մ2�����w&Qassets/fonts/OpenSans-Italic.woff000064400000244100151213253360013015 0ustar00wOFFH@+�FFTMH$���GDEF��(if�GPOS#�$oNp�c��GSUBx:��B�OS/2W`�N�Ecmap�YD��cvt 0�8I�Gfpgm����Zgasp�#glyf#�߫d��shead�66p4�hhea�#$�hmtxh	�z+ȁloca(�	:J�maxp�  f~name��(�<��postt(l�ɂprep�`�3)Bvk3_<������w&P�"��	�x�c`d`��������Ϋ)�H��	�����v/�Fx�c`a�`�����j�r��}�Y �a�Y#�IH��i S�w��wgld�����
�L���Ar,�ۀ�ǒ�x��XkpU�����(�R�̀����
$X�J� ^�`-�ՀTS@""��ŐI+(	�Q^���HAD'��8�����}�
1��f���gﵾ���1�pj}��Pmt]�����fzC�����k(Q=�_��#�p�2/�E�ܮS3�I)�Q��j��bFy��	D[�6чx��H!~��+�\~�X&��bEpf�]h�6ې㧑�!��#�?�	HS�V-"{�4���pP���*��1/p��K����:��~֘'�78�s��6����^Q��k�0ΐ3�"��{m��km�`�Y�d����t9F�L�д�3ː�|A�+}����)��l�hf�x����S�5�j<ξ	z3����O�W�f����� �*Q���Gmo��>g�(�o��=��1�If�W��pU��z'Rݜ�>�t'���ڊ��X���y��D�]୲T�w�ډBί�c}�%��z�=��~�m��B�P��@_����*��M�q��p�����H���mdӞ�2�~����*�P����_|Q��cٯ|�*s�Nհ���/�/�wz��~ѳh�Z��Eo�ӝ�ٿ�Mʷ���&���3FD�.N�U��ܘS��]b�}7`
���[�����d�Wڶ*!'���<,qe�FŻ�%c�:f�.c�t�ؕ�!�'���>��,�.1's��Ž�^UV�"_3�<�0�{y��T��*{s���B�B�)�vں��B�����H��4]�u}��ڏRu�k�5�K��u:�:�+j����H;�ʷ��D�fzN%�7�1#�^ތ����cFqnq�LSz��Q֪�0��$��:�~A[��[�}0�j2F���X>p�M�����]��\.��Z�ܖ���`��o{{Q�%6�ˑ-yֿ��%̳2_l��q��.N����%m&�ӛ��ƣ���<�1�qڛ�nK틦�q�)�b���>�G����s>��1@~�gU�	�=�^,�?��Q���3����3��;���|��Ng�u�eEnc�Z�]���1b?��؈�T��6�C�^�d�Lo�ɍ��y��.gC�me�I.��o�����
00���wag��N$
Q/t��k_u9j0�K���� �������\��u'h�6�Ϣ�Y�!�R��c'~?�����y����B?��~��Md����h��o$���|,>��\-g�����wN&�u�s/94o)�O,6#1(�����ô��8�u��e���s��
�mG���ݮ��Ng��X��ث�PC1���Ih�.c?uZ��Ar��c��CLa�%�3�N��.�u(��
�|>m0�6o�g�<�f����pO��['�n�.��et	�ۼ`�='�׳�cߜk�f�i�;����H��������t$��@Z0)�?��[g�h$Ԉ�]N��k9;��5�k��Y��ģ��>3c��7!O 7��%�=�f����+���V��c��� s������>�|�\���R�ޢ��i]��aUsb���u$�9��
�<�Zz����Crw��9[h�z�=���*,�"����4�$�"����D{ô��8��r����`=��A�f|B=e���#7ԉ�a�C+�s���c;�����
�����Y~[��V�q��yx$��ϝ����M>/"6D��E��=�E�Wj?l���՞�]���`�9���Y�Sa���Q����A�.C�.���í2�|`O{��2�j������\���!�O3��ͷ[�XE�>����yIr@�ܬ�̫=����_��k�;r�ڈu��Q�����:�N\����
w��5��8��3ػj(�"�rWSd/�6�����
dC�.�O�Shc��t��0���}l�X�����NL��<�'�_j����&��zo K7�b��T��>��ݑD�'��bq���($��Mx�X뽀�D
�"UdK�ד�Kl%voW�/�C�q�ۖ����7ߞ���G�T��jzgP�7��"v�f
�&�bo�=�S�2�������ح˶nA2QO����`k�&h*����L��k�W0:؈���<>E� �3���{V������_���j�7'�)���<��E�)`N��66���+���)·
]LU���8�ϴK��Ʋ-�F,3�+b8���]�	�j#L43�E�}�w��Z���x8��M7k�B�uo��-�X#I����J´�3��3 ��v���k[&ϛ%�WJ����"1�ٳ�a��w����e֬U�������Ů������K��B�[P�<�n"-�Ea�L{�gD7���3��z�,���G���|�:nL̢^�'��~�_�М����y�q���&���(����p}�:�_�{,��C�����"�`�`2�g���>�Xb����)��˦��7��f\o��)�����F�sb���϶�x��DB������v%����r��x���[PUU�����:���\�:��	2-3-o��$���Ҹ#TNiV�$�X"�i �`�8f��A�Lc>4���9_lj,��:�[\���[3{���g��? ��C0TN�/1�v��6�\]]�FQ!�E��?���1�Y�r���7����%��)��$Y#ke��Z��ߺ��Q��)w���Wx�{�x��'f$^PcT��*S��ij���RU�Z��T��S��ժ�ܾ(_�O�L_�o�/�4�03Œ4��x�kN1��fi��֣�YAWpf058/�0�\r�q���vE��7�CⒶ�ač���;mG���Sd��������vw�{����<�&mo���T�R��jΨ}�*W��A�h{ۿ�9���h�m'898[�ӵ�Om���s��r�:;�'��vR�C�1�z'Tz.T*	�
CKC�������}���>e���v��h�^4��V���j��V�UdZyV��eeZV��`�Y�V�5�
�<VX�#���h��
����N������_��_zA�N\V�9�i��yx�{Z=�\����,�OO�>t��\�������߭�s�&�1��Sx-�c<�D1�hb�%��ē�w=^���0I��I�F&q������Tne�1����d����y'���<泀���"Ҹ�t�e1�q?Kx�2y��<��d��#<�c,c9��C.y�S@!E�B��y�m�N���^�����r�v>� �0�tq���#>��8=|�	N�M��	��i�*e��<��1^��%5�_�N��gY�z�#{�I�)�X���N��f3����E��'x�
��*��N#b�:��|Yn��e�ʯ�\���%��j����6�
�BVRE[x�Zޢ��y�w١;�N#���_E�(��/
D!�b�(��CMx��W[o��R{�U�6��v�)�����U#!�ڵ.��ҮR�Sr/��&�Ӌ�Q��umL��o���yY��~ȏ�P�3�]]�%���9g�9sn3n�������O�:����o�xr��7���/?��O?�����ƣ� M~��{ww���;�����lksc�F�6k�E+��Z�5�--��VG���h�RK�5P�
�
�#wk'j�9�;�U�*xmzӑN1X`��VOlm�F�-��nd��3\�Sv��N�љ�
=�
�/�7�h��J9�؜x�d��[���X�A \�A�UX��'-�Ӟ�o�#�4���C1���n�x����ٞҭ7a?OL?Q|ȹ*ybЍ���D8�x'�Ŭԑ�pyON^/�p��f���^lg����A��/��K۲[�j���h™
5�&(i�i��,x�]���$d�Xc��C�B�ѫ�Yl8�
�i�$����S�`;6����`��y�l�)�4�τ�bX	�aÞ����_cU�}Ӱ�-'�
�X�Y5t&��NNyJ��`М��0�<��ۧ+��}�`௿�X�gi���7q����ά�A�Ц���k�"�M�<�{mi���Gb�8{�m���5��-�B #�t�ei�OiB�M4W�s��Pt��
�@�;<Q�$@�7;�CQ�5���s^f<�=��Vj�����X�a�g�L�0e���+��m��W�P�a7�w���U(RU�NV`�ȗ������k�B�
�w��d.��‚�S���{����Z|fF�K���X#l���`e,��	twwiN7���	X8e�e;|;2j�c>TcK����'�r��ჴ$b`��a�{�:�$N�-����=��H�!�\>�MȰ�����:C��S�\6:Y�4���̆zX�]+��S�E���Q���$U�.yS����7�MT��aJũD��&< �����i�aZ��IR��X��Z}��=Z�:��$�I(��u�*��R
.*�]��.j?~��a.�rT;�^:.����5�'Ў�"�)�TT�: {_��
��=
D:�IO�zn�j�7�-�$��m	áZ�3��Fu�V�.�˒_��Z�Qp��N�m�7y�kW��d2��b02�U�1_7_}d���)D���!�h��l'R�)IY7t>���e i���GA;��W�6`�Q��l��~��G�ߠ���af ��Ҷ�N��}�Вn
ݪ��xp�*@�.�rN�}(m��iu�Ї(�c�B�|P��zMf;�T>qPH�����]��D��$����Z�d�!�d�\�iujz	g�5��Zg™%�>���-�����y��yލ� FfV)���{��Ow�
�-��a��*�z6���ƪ��:PTZ�:���î0�ĺE�����p�/mfU�2��b9��2�=��|�^��٨ae��\��QI;��}��JS?*:�X����<��q0�RN����NΐE���Ć��7Β��OX%���jU#��ݢ挃6��6m�y�ԉM�i)��e�ߢm���ծA�k���͗P�K�+��H�2�c��Ձh���	�:�Mh��1Th�����6F��5��y��g��<b�:�& �ЛgR=��ƅ���7>��G�3��Ō#�2��3p�)B�ϛ0׊��U1�+�U�s�"�ފ��i������%��E�:�?��7c*���{y~�'`������B{S��]���ۼ�����h��Y�U�}yZӹS�����^���#@�R��N�,���K�C���(��A����T�{p~�sV��i�mU��+�.r��4�uH_c��,�C�c�D�[��us�={@���;�b�+&'�Y�M������KΛ����2.�6o��]���T��gHNCG�7l�Ճ�FV[vjt˛^����i>�Ԅ=O\�ń}$��q�%�P��O����R���ԝ�|	iM؏�|@g���pW;h,P॓�.���T�W3���K=9<a�oK!g�5����2a؍�Q����=���"�? �>4~k!�\��_I���&y�x�]PYWa�ה�����
���3:8������[ؾA�e�f��	.®�s�)��7@NY�{γ��d�>��ni�/�J_��(�ME��I�Ƥ��	§�c���GsX��EKx]ªLx#��t��	/�
!/�x!<���,��1O��G	�F<g� \�0�^�+�"rA��*�	�C%�ɸu�p3��F�pݯ㚟p�_Ē?�+�".��|9\�9qA��H87BXёg�aB�]D�Mм����3‚L�%���]�9W��,fx��ajH�i^��A��B���N�8��q�I8� (�_���
*�����2>CF��zm�W���0��)x�V�m�!��%��Z2��n��o��i�aw�n!�	6��a���)�T�m�B�B��_0�ݚY�'v�M�Q�ЌZ�1o�
]ԩ��mj�hR�EF���4���T1q�����l�0F3ö�-�A���Ӻ�<W�f� �M��Y��;�4�(�N���Z�1WCy&U6��5�Nn�솶������͹�OS��6�M�$���
-�����+U�˚�F��잭�unhf��[f7��ԧ��-�4����?����x�%�=NBQ��+^
h����ҒMPJaAI�HP�G� *���O�P��]�[0b�x�ŜL�ߜ9���9	��$����D��|G�
�����Cŝb@A1��53�)�i�krN�wU�R�Ljc�t�s!^�#�I�X�)k��<��_�D<_Z]}���+1^x���ĸ'M�3m���>�iW�)�@ݔ�Zbf7�{����C_����I��t�5Iy:��&�R�3�1��"�����3Yx�u�}L�	p��C#�3�������#ψ�8�̌<5�##�8����L��C#4N��H�I�k�9���9�s�9�s���s�9������~�``���/�X,6	��*�N�4v�������\)�2�s:�4�4rzGƕ�pn�����i<��k�N�l,!�ƪb���{q�8y�3.z�q�p�sf��!�Z��0K�$D�΂g��JΆ�	�xO��WE_m��2��8C\��Z�DB|�"���{�yNy���v"!Q��J�K\;�</����I@�1i!i盚o�o����-�����&H1$:II�#yI���)P�,�9IH�I9�	`<�p^`�6�]�$��JM�Su��To�D�|j8u���dy�<G^'GҨi}i���崭�}
�⡌Rf(+�m�A:.=9��^�>�>������G�P�"�u��A�D�����0d�3|�32�2�2�i1�$H+��h�4��根2�LffIfyf]�&Ӑ�O��'�Az]D�����t�IG������,k�+k,k.k9+��b@�2�bP��v���	p\#�A6&��-ή��f�g۲��ٳ�8F-C�hc�2S��f�h�L�J�fN$�I`��l&�)fJ�J��ic:�~�s�y�[�+�U��:r��S�˹۹��8V�ʂXVK�ҳl,/k�5��`}������E6��dϱ��av�;�w���9����8b����h9���3�ٻ\d_����8xq��J %� 3�� ?����eh����y�<i�"O��������C���j�mp������K�+�k�
�H�-*.+?R�X�
t����B���PR�Ph(�%5�^�_��仴S�-Vk��W������>T�)��J/c.W]\>�Vr\���ᆮp�������0�r^����Vy�W�W��.]�p5�'�~_��C��k�k�אkcע׎^@$(P �Z�W�yw��z�G!Kh.W~���c����t��������A�(D4S��E}"���G�GGY\YeY�l�f�M�͝���rM��|�|�|�<Z~tK}k�V��
b��b�v�m�mTL׋}�w�w�w�*�J}��OmU�U�*�JW�XW-��T��u�H�q��.�n����I�D+	H�~&��\[_����T���J�;�0���*����u3u�u�������ߖ�e"�V�m>�{?�>ت����G�??�=�><ܐ�B�^>!��+�W�k
�B��R���OIT�Fe�2�<�����������a��Q�#���G���TU���b�`�PU�BUǍ�F�Q�(iT5�o<Q�T5��%�u�Z���}�I����:�Ӕ��l*i�h�5��������F��D��KO6�����?�q��jڃ?��4�9ۂm���Z��OJ��=��c�JuZݔnI��5���*mmi�n��N�����yzD�����i�S��5�Pip��$�f�Eژm}m�9�]�?����ю�y����a��u��X�w�1�Dc���h4�����3���	w�vJ;�;͝��P�|g�s�"I�!eH
�D��!������&��6�M5&����k�FM��M릈鳙h���"�Ԭ1#f�y�<o�02��[(�"�TXj-
K��XF-3�˶����,k�U`��*���6k�u�:e]�nw��wQ��Kܥ�u�]�]�nRwiwK��{��E‹��/�m`m%�ۘ���e��I;�N�s�u�v��}Ѿf�`���{p=�R���S����t���rzU���p���4�����8�K��l���������5��~}���d(�
���^׿��^xu��
��s�k�V�.�uͺ�]��#w���ܠrs�"w�[�V�un���Gݓ��+�Mw�}�x�����F���f�Ͷ7�+�:��x�����>�o�7�[�E|'o�2�r�V�
�

Ճ�C�!�����������Ю���_���~���ο����O���0{�`X4,������aǰ7��X���H�0���̍,��G>��
Ge����A((V�AuP4m���/�'�s���z�C�cp/x<Aqh<���Q:�F�P>Z�V�u�mF
�]D�����pc�1dl�r�?>6>9>;�0�2�1�5���0!|(1T�#8�x��}\TW�����00�Ї6�6�:�.��T�l؍��D%j��n�I�&���mv7f�M�M6u7�m��2���������`�q��s�9��{��$g�JjyW��&��b��i��"  �F�t���҅��)����:��	����L�i���2�����c�� �O�i*���
x\����0��Q�E��]��$�_9@M�r�?�~oA�"�{�7"N�pv�m�ܬ%��g��MV"��@��p�bl���+}��lt�a:�&Z���4
��Th(��kk��R���|+�����Њ��8K�7��l`�9��w���`�Zp��E_k�S�Lx�)"��b�3E��n�C�r›&�	����9$����
���Sh��FI��nA���6����0^t0�F��"���H�@'��	�Sʕ�Sʀ5P$�?����'�T�-~*��zYsٚ�e7Vj�yL%&�F3j��}/
�-J�IuO�*+K�H]�1���!� �έdUE��
��s|��N�4��Y��x��5V��nalS�o��y0%�j�Ц� +����	�p�v���%�o�mZ�oE�Z�i+7�x��!��7ù�(5
$5I�
O�"#|<=d������}M'����5v��UQ��b��5�1��%�%�R,_c�����_�U�������.��Ƞ���%#�L|��T�Ԧ�cg4
o]�Y�(w����rc̾�I�П7��?m�,D(���͘���˻Exa����U������O�o/q2��M����!3!c�!C�d+zх��D��t2R����\+�,3�eD�'ޫ??�T{n]�T�+=�!���	��%�ve��#��"���&˒z^	_Z[Y��姼v�����i��;���ƪ:��F3�	�������tq�v xڷ~�>�3����ͮ�˭�Y���G�W�ޯ����>1�O�+bn�_�q
8nA�	
â�HF�b�$���c�W^vuc�S�s��w{��l��k�1d�=���g� ��6��S��@�CE9b����.���˯Nd;F�l�{��]`n��W�}���wW�k̟��� <? ��k����P��2��J,����')+�5Bn��(���<���x+��~��:fg�
:�
<.d/���R?P��{��0�G�����%]L�$$��X���5��il<m4�yaZ�0����~3S	Nn��gO2��P�BL�/��4Rp�I��*((�>�������M��/��Og�r��sѼ1�2��"����j�h� �|�:��@�\��!n�|B�d44Le��w�Dd�Gd:G�&7E�Ƿ�cP����4�O��먐�3�G�
��ճ��po�~�����g�'�؝`�4�}��h(�4+�4�/�_wNl����ɚ@7}˦������!����9�J������ڤ�g������/�Q��k�o=|<⩗^�?u���:q�"�R�P̣		�X��֭�8�������\\$�z���v3�PǓG{}����'^��� ���\�%����C�f-M
�U����v���n���ߕ��^���������c��.;��UۆF�Vib�
�e{�^��N�e�A8o���N��lmml'�A`�*2r������^��Y��
��ğ��~%������]Z>^���i���˒�-�xw�tE�+�%����~�71��7�be¤���ԘUI�Ż;O�ډ쎍W>>���/�t��]��kGh�rJ�瓶6"-�hs 6$6�b�&�����)�?rq��Dž�x�Ϳ��c�|]l��k%p�p����fB�2g�W`]��;B��=0�!�r!ϽЬJ�\���q��
BKB���<X�jI��D"�ᔁ���j����ߠ�I�z�|���z������I�?Q�z9>�6�?���&�<s����Z�x��ZD�1�S����{j�� B	M��%Rf��� ��H����h��a�5!)�
I�+��,Z]����/�Ҙ�Ϟh���^Ny�wњ��Ec��B	���V���o�߽[�P �LIdk�_�Q����7N4o�X��p�Hfk�]x�SLWY+�g OG m��B/�$e�L�؝Е�3��J�W���y��p����ZH�r�ܠ��@8�e�������&"��Kh�y���u�a�Z-�^a&�?O^�n��&�8��
�������@ǖ��朦�5;�k��XٜקoP��h�>�&ȧʐ������e�:���5�7�CY=վ��Z��#��*_�_�ߝ_���%�ӗ�G��������t�n�iލP�IOvu�I�2J�l=�*��,P�4�&���X�F�Ѳ&�����C�
�����H
�4�ZS�$�
o�+*�U���:f�xX^@Փk�Ol[����?~+[�lG��5�hJ�K����)]�L�}{�2�LH	��V�&=�:`�5��=�
�tK	��g&�����p]b��F�� g�6�*B~Eb+0p��7۲y�x禩��a�!�<&�n7OEpv���(��WaA�Y�߅#y���N蒙$�73��d�N7���2;��p�G��t&��C�i��o!�����uz��:MUo��,ٴ�hER2��|
�LQ�3?�	��F���2^
L���ٿR���@���K\\��\%�-��
�����oH�yL��c��R��:��'����2��Մ�l��ʃT�kƗDž7�,��ӌF{�~�DflY}.��°�D�l&�w��!*�H�c���:7�yQq��������E�JHC"DSb�ӱ�vj�ƅH�&/]8m�\vO(�P�{��x�����X�)��£��d��/
�.�l�z������|�A�x^o�@4�޻)�i��҆
��������-]�������r~ٟk:>n��a��3���l-���]i�f�=�s�aCbO~aמ--ON6Ex�1�Rʽ�Q1�#S���M���?[��n�\DJ��	H�<��pMM���v��.6Ѓ�
��|�ӄ3�Xv���5
�,d�(�g��c��p@+��|�� �6���`��������
8�%8�-�L� M#��@s�'Rp��}��[v���҇�؟*�x��b{ɾ��������:U���?]�4=\?��Cޕ�݆փM
��5��hߕ5�ֹq{���.��øGe�j1ep4�8&�mka�p��1�<r�u���w��O��Z���=Ma/�Y|�`�	��g6��w��mw�:���7?�p�묁�	i�SAZH������(���N�(I�=��pq+-b���懓�������On@�2�1����#�s6^�x�o�u!z��9 GyB!A�iD���Sqi�N@���r��b���Lt�]��h���OX���n����
�r5�f�v7~9��o�2ӻ��ɀ��!Qg�Z��{���a>�i�`(��y�12�n}�ǭ^�I)�б����Om(�kb�w8T��x����}�z����|rv�R�<�ט���<Ym�%|�>������*� ��yd|�y�]ƶ]�+�]�r��7r�"u8��^6S�MT��i�5]�yf����l�%)	�.�IК@m�M-��u0z�-W����KrmA�)�5��S̈L�[$�X��w�NƦ�켼POJ8�=F	h^����1A+�pE�4Į�
�y��C���Kk�bB��|�����;��WY�T5��#dW 8�Ǯ��I�,5w>G>>�,��p�
�!�l�(�������HQ�RO�م2���B���wNߴ�p���Љi!�P�^�]��F?w'��V2��Ώ<����ԙ�으�pN%�Q8��rgqz��S!&O����	�e�2o\`�y<k����'&|bW*�t'�~ã~Y_�̛���dx�J�I(�����!ـ��{�AW@���5A#�_��
}��b��$�瞨ػ�N��8���ӡo�=3����8��;g�3�%t�>���W��9u������Y\о܄�BZ�L*%T�L�E�b���9|����G��yhj�K�;vM�ԟ��1�f|�|gѣ��+�53������xYCU���-�NjnIOl8M˧"0��S�����L�����`̈́W�Y]��6G�8�l%f��Qc�?;��/D�[!=dS�LdmmeE�!E$�K��f�Ӆ4�E�駹��y����o���k�qޕg.w��2���G��T���r��>�7�ia��^.
��)�������Y4/��jqP`���t�
H0�s<3�to�pK�nYU�`f�ę��Ӆ)1W$���5dVm�/�����	�H���򰠖�����Fk�\�4�M���L��%�ڗ��Fz�H����øG 4�a�Cr!?�]qܣ �3�ԇ�L�5�}��;����q,�WG(��B��ﵗP9�̞���d��W[���O� ��Z{��鍓ozL����4��C
���n^��ui&�����\/����Ƹ�9�F��P:�+�&����=��рV�D�����we&'jyWHH�$���������%9ߍjO�A%�i�p�da��!l�}��4�'��\\���)��R�>ħ��7P
�_4v>J�_L2D���LѢ����������V���v@��Z`c�_š�������l`<)��?d�=j�S��j��d%s��7���n3�ߑq�,#E���z��p_�p�p�J!X�b����8�P@���:u��qr�CMU��3K���\�w�>l��}�SM�@�b�l6�=�ٰY#P:RǍ=�T��L�����K�]����A���Ov�<�	��
��[�ls��y�n�
��-wԓh����S�%,Dr�'��_���Ձ����	bf�ѐ}������lc607&y_m������t2�E��.�a�D�Npi ݋����w{�G�#�7ud����h��d^$�̦�$��-i�3�uf^ܰ��m�������J�F��ª.����H�+��#E>�yv�1N�mm���.��=H���w�kad@���b��o���<=����N�f�(���8DW�u�'
ܵ�(�|8��jc��~b�1�'�N�����0�R]p`�].�O[Ր�]��898��ͩ��݅���O�J�\��`|K�����_k�[�q�������A�B,}|�Mb�㹸X���r,O$Pc�I"l�,KPJ�t/X�k'J��E2w5-]>QX�9/�z�Ԋ̕u)u��-���K����JfsچabgJ���U���U2�9x�R]�����mG�;G ?Zg���A��q����z���,45�;k��隷]����oH�ٷ4.aEa����ʺ+�V~pes��z�ҽ��{��צ�:�p�2��9:��%�x��B��ytzO9g�c+m����sCk�O�,�<�Km$'�+[��+6:�4�%z��f��O�U�=��8�J��:,��������@�]Ùk�\�Km�N�C:��H���Z��D.��0�N\���"�$�\�҃�^h(�zc����G�gڇ�FG���g�w��X����=ʖg�O��M�J�-��
T�����@�ZR�]�8��W1Jj���K���J*���
NJ
�5��0��Q&c�g2i�]�5@�[�D��v�q�-Q���
UJ���NM�k�oy���;��q(e�R�v�ժ^:=+��}k���zDbӰ~���S�.%���%�NW�D�D���i��Y�����˫�NǢ���
Q��tܹ.N&EE��~�����,)�h��RyU��
 �=�…a"k�Y*��7=�*{��⇻��h[���@jB́*�|o`p��R����uN��9�6�X�U��k3�v������u�(:Z�"n3H�X�W����[3���垉�G*}�[�5��-����6{�2]�#�a�д9fj�m��yV�4CY��0/�AwWM}�S����@n�՜XRKu,�U�f�r�0����"����v��
����T�<�Ř�&m��G��2LR'�����b�ҝ�kӤ��'v��9Ey'�z�C��PSٕ���N[hl$/�r��n�c\X�q!]x�B�/�ZCM�c�rn0����������-�H'�w``:�}�O��������;��t��l����V�7K.i�YSP8/ո�;U�N���X�	��v���4_@'�A�i�'wmZw�m99 b8�ʑk-HhB�G��2�8"��N����'7�8h����^���"��8ѱ�NMj?�NR��0�A��9pLLp�b���?�\�+���1��WI%� ������r!d5����2�+�`� t���t�0���=��}��Q�վ��@,���Y12)��8�W$�΋4,�p\:�[$J͋��vj��ߏX���?�/wrCH+��i��V^`D��4��☁g7�� �L7.�פ)Q��z!1�}�Ǒ�Y���r8]&�}~�H������������뽍�� �sfv����Ih�I�Ӌ	Ԇ��IXȢYZXs��:|�)�z�����MAU�Z�zkӼ���3WCs1*_���7.o-\�X�뗷MF��ғ��0�kꩆ
�r�}ƞ��:�	Ƌж٫T�ζ䤷7KB��oiݐ�����\���|�@P��I�bSQ�Fh�7�l+X�g/�mD���h�-�.c��CR��Y�vC��{�/�G6�|d�J��1Ĺ���Z��#ߠv�j���wqK8����	(�?A��E܋HJv��D���j6A�<q�=�'W)Nb�1�B�j<�{2Vէz�0����j�ĥ)�O�]�ɋ�Kb�#.����x��E�M��t"��m-�E[[s�<op>'���k�\����tN�cK�l�B9�]�.����/cxx)��9p�@�$~��

�pU	���,ス��ֹ���1��*�W�z�ftE�>��r21*bce�rMIV��甾���c�����������A.j����x�o��EK���W��w�g�t��P�/���ߠ2awKg�2�AE6_'@��y���g�P�����@K4ptd�H"}2��6e�[��l+��̈�!g�Kx��jT�by��r�t6���Al�B�qt��-]���؃JץY	w��'!C�ݻ��߷8�|�w(�+K��nj�i�Y��>>�>8�x�f�kl��X��+�p�l�E�_��L�|��(�`|��6n�ܸ�5lhm ���5��`��t�߆��b���k��3�ɤE���q2��D�<p<���yP���KҤ�&8֍y��~�M ��pcއ8�9翼7�\g|,ﹼ�٤��5�#��#1��1ո�y��Z%�y�2��b�X�a���y��N>
��D1�o2����i��f�=���C�����tKliBma~Y�sNc2�GQ����]�*����|��ϗ��� �15j�$���6	$m[�r����5C����;wZ7��5}����_�q|-^8�vS��2.��C��bR�^AU
O�\�|sbnP!0�
&�+7w���~��
�X#���$2:���[��
��6�_*�������n�������R߭�R��d���|QE>s���=�o�YY�UKAF�H�dZ+�|�f%��^��:L���
�J�[�q��5=�nR�����a=��8�Y��0�A/�ՊE4�R��y��x�H���k�L�ilI��.��I�l�y�X.6.v�5��ID|qW�[a_�u�C��^��V��4�ڱI���*pJs��1T��i^��[�Cv�V��,�����-YL�P����R��ģ>_�bˤ`��9�D�*�Czz���Y�!�#��9I++s���C��&�"w���#�EF9��9�G쉈uDgv�3[�ߡ>F���*I�44��$e([R���N\@�{y:4"+7P��lEu��-]��)2�;'�X��ŵʫ^�S)[�*N��[l�&2qsU�\����WFW=\��NX�����Ve�%�n_���kǖ�qn�b�S�h�r�ҭ��W���q���A���q��}����8k�H���v2���#���˕�yF'��0��),�L�
�F��SRg�"�U�ײ]֞��8�����f�k:X���
Uw��?�o�J_]��aP6~4[�w�-�ż4�������8���zuz''GG[[O������Y��{�t�=�x�J({�̺���Z�g�@�Es�h+�*���͵'�o��&%��-�����]���<d�z��W��de���X��ٟ��7xxk5cU��%'�׌k�Z�x�xȊ����
��}Y�+32Vfg��C~A:��=��$B�Lfcó����������o���l��	�ױ�QhIAWs�xy��߼����?81��N�� ��(�+���qtz��AZ��f��>��-V#P�Vز��R™_��)���,?�g�C}�w�1u6��2]\�}��r��=�H��;b.W5,�`��J�q�¢4����!Q�J'v�W��Ч/K�Ȭ}j��X�.mczTGz��lCjbGJHj���KC:ʂ��C���S.��r����������ɽ%�d,��m���5=&&;�=�#/s��í*�aW1뵶((=��*�2><'� �-������w�F|�V�d�T��UPh���(Q�=�#uZ�$��;("���&�'��f�{F%�W��**�˷�~�O�{^-F*�]VN�b��
a3����M4x��-�(Taok�$�4e@��I�c�K��T�1�7����?l���}��~�7��O��	o�6�%�/"�c���O�6<��mߞi�?�u��c@�z�7�����^���;�V���;:�?t�)G�5��7�}�}�7������Ӕ���^�����m��nn"�����
!��D8�"3�����]�$�8s�H�Oi/

,[S��#z-�V#����(b�Ê�ܢ(EĒ���㋒����7�%�$��d�#܊�U�)����rlͧ��P
��‚�&[�CEP���W6�0�?
��W�|��*p�	��0����`�38���ecm��=:���,�@]���]�`��k���G�i3A�Κjn�P��i��XAM�O$�z[�PF� RC��h��RT��Ѱ�7:\S��'("�=��9�ؑ���ߞ\^�PY�3���<~��gjh�x�
5��2G��%��wo-$:�I	 ��+i{��{��v�|����VR5�/��0��_�����s������J�Tq�Ts�]u��m
m�MT͢�u����n_d��쩭��LA��ҿ�wT�7!���D���踚O*�(���^�^��{�&�ɲ��F�Q��������8(� �u�I�@��5t6�9IYOdr|DSx|�d��R���6��@�u�5{Yst��ׯ&\7V��j]��x�Ǩ,J�ƋNz�����L& �\�	Mu>�B=[T�,�� �-m0$j]bWW���z}stFJLCPd�dyqwTocFA�a*�E=��[[�����L/�Z���ڄ�^G�M[z�p6��;�6���!���(0�ɼ���P1���|�]Q��}^M�/}[�۵<X�\\U���3�4�	w�Mo���T��� 3'7�9���%e0�ӻĢ�œc;�]Ǿ٤i�&��<�
?%1����̒���_a��4S������uf�>���"��	K���
�=��f$.�6��nY���c��o%�{���P"QT�s�v�����������	Qyr�Cd3^w	�$އ?��e�֛�D�[l�%J5G�8{Z�n��G���,M/M�(t+M�u>A�����2r��c|L���򟇼Q�%�P$��A1���>��l�����%RE�sW$�Z�,|�0r}��O�V}mf/�(ܻ���F�.�	!V�o�+C�I�:�T����ґ~m�Ȣ��h������<J�q����+���m���O�(���ӗ���P�w��u����P�KhK��T�B���?�0���Ѿ?�*�`}8���Le����b}� xyW�Zj��Gr-14�"�\@m#;f��1O�^č9`9�XE~�c���o�g_e~Fc)(:·3O��~�}��y��E��S`��B3b��Dտ�P@e���(��~E��[�y�f�x}au�|sH��$OՌ/�o�/���ܘWZ�.��<ggٚE����鄍���`9!�h���

�ƴX�o/8&U��4�?,8�IA�yL3�9#�B��U�%�-H1��M,�㤗l]Y`�y���#3�F	*	����@t��2�������
�\���T�)�J���6�����5<-��.��J�8��������e��nT�0y��`��[f.�Õ��5$�%���x�"� ֑�Xfp- ��?G{;L3���3~�1;Mc �|��3�n��T�0���ޮ���4�O���ʵ3@\YpL(�)��i����0N,���T�-��	�L���7�5��L��N<T5cQ�ĝ]�v��O�ĊM��X�t9��0Wȭ{ȃ���݃e����2�ce�b�����Y���6L���7�%�y��� {0f�i��0&�<�����_@�8����&�����c�
��@N��(N�[Q)����Ө��շ@%Њ@4��P�<��#̱��<���y�	42G� B�-�|�c��9�3|9D��xY�bmK����z��"��\.��U�(dVŢIUlȏ���Ѿ�F�ߛ=$�Whp(��7n/���ǵOߴ�`H8��N�+��$�+�FU��_�o
*����k�+�f_�aK�b�_�__��"��j��.ߙ>��RC�:w�{�3e%K��f��q|?���$���{��i��4��cR�p���1?���y{�.�8���,�ޯ�15�cr�������V̬��K�*!OF=|����?m�h�>�ʲ�S�yWf��S��FS��{y�-�r��0J���Fd���/��w��y���Y��Qq�d&g0MGФn�ҫ��n�*�r�1����p}gH�}^��k�j6n�u�.)��

*
[ZUҟm�|�*C'�;%҆.�禋��Gs���Wǻ�+�GO���D
��'���d5�i\��t�y	��j�#e�\�#�� ���C���@����{����q7���~z�1
���c���xL�px�qc�D�5%'0�b9׸N#����k ��9�J�q|t�I��D��;T����b 1ؖ��	�"��>,<<*��� ˛|���%08h��!�cYV�,+H�{�&�)E!N�v�>��s��Mjt�`{~���˟��,wD.r��mY� �T��
u�^��r��?�/�[�}��≁5��܉��4
�r�4��z��)�|���)�Gj�QEתG�6���
j/K��H�VF�� m�Y�,��q]��\NNǼ�����b�(Xp�o���1|P�l��\�b�ee�OH�E2�j3xx���}��|8h�c������Z�y��1�a|~b��
ű?�����\v�]��Kx�VRh#l�.
G�
ƎZV�BbC����Jl7�|�<dHн����Dh:�'M��'��7��r�I��O1?�eԄ4��}h~�O٦���V�8:��g�nZ�ߣ�?�n��;��/z��op�s6��O�oH~蹕+�{�D�dB����꼠�
���؍h��z�~-��qL���:L�2N..�1Z�=}��c�n���$a|ʰ�4�D#bĖ���`^����=�Vg�P/LF��>��_�/!�ń�\nʿ���ͷ�,2����P*�58))80))�{%wl��,�ML��HI�%��M�GD�c�1{���w�˟�&|�.�o�6�F&���Qb�[K�eFt��&�L�e�XP�cA�w,�jy�m��gp��٥ECaK��]+7��� iE}��Ph�ɥ�i�΋�hL���n�\_��=�=G���&ӗ�um���CѼ���d�q���89j�ױm�& ���c�Vs|���U8'���0��4���c0O�Y�: ����f}�����9�G�Դ۹��� ���+���J�A��j%��l�bE7/�3w�y���������Zah���-ǃ��N��
�E�e�J��a7����0̖���:�7�����]%������+}�ׇt���Ӡ��I�	�
R��O�c����سx��r6��l?���N������+3�z��p�tt���#�&�߬���a;��=�5�2��r>h�W#�,�w�;��ٜ\%�y5��������¹�e/��E��X�Sh��@�.��S>�$-����Z0�����v�໅��	�q��K3�{l�J��3�P?�����+R	_��..~��{M5�P�?�������G��E�;����������#q5R�l��@�r2�����s�
�U��Quע�<;1-���-j0�}B��q?�+�e���Ou.cw������>y�*�SJ�����ׇ�z�rfT�p���̵Gq��)����?���A �%�r��p�>���ST���3��\n̦�)4�i//�y,O�ܘ���Ӌ��?����ia2��V,��C/�&���>�M [���w�o�#�#Y�^��L���a?���&����Z��-����تV��%�LfaIJk��Hkg���^*��K8G�Q��R-��B4��~f��L|W�	�t�	�Kdޓlm7����A���ev�d�Sa�S�Y�
N}��|?�B3�r��|�A�@��]��Ჰ�|�Vl�h�>���H��x|?�"��E�}4ŵق���W���x �9����B�'��:�l�J�B(b���x�[��љcPIp���h�������Q����7�_����ƶ������6Z7�+�7y���Ke}g�������%��v�@@��<k����o�g˲ܹ��h�{9��!����~`�3sD��$�t�X�j%�ĔX�_�3�ݻ��3RGe;��Dv���|
C�+���y%K><�r�K��y16��h����qݧ�w��U`^��;7��:.��_��r�(���u��@��c!'	�1�~�����r�7f��xi�,���F�p�|��g����s,����3��&,��
�����ٸ����W\[��Q���۳����wE��- B���P�]y��ٹD!I���~6��>��iV�J�k�u��"*�1�xͶR��>�G��!�Pv�,>1L<���ϋ���z|\ω�[��b2�o�Ϋq�)X��\�����r�e->��|]�#��,��xY���0�~
��o�K�%��)��<��3m���нp^�&���L<��gߋ���u��i<�=��f&d��FW�f�>�Ė�{�Q��|�g�,%£f�f��[�:���i����'��s���AHW��P�����ކ����B�7wA���@��i�U<J#([fHx{��☧[�$w�-_E)�5�K_d�"~��|yP���T9�+ ��k�@���}��]C�8@�fvQcaNLj1�"_?e��C?���΂?�~�sK9?w��i,��2(w'1}t��Wc�:(w�t3�^̷#��4�Ԃ��-�6����7�y
�=�1��dSk>Et*cF�}�E/���V<�Վ4(�\�'�����9ww_F�o����n9���<�C������9�^�;8[�~�y�yՓ̨L:%��u�үj�z�f��]���mo�r'o��"�;���>Q:�wv��u�|��؜�5���8����;AG�dG�8�j��X�W�{b�w���^۵��|m�Tt�n��Xpu���^���wM�VW��\m�U8w��x竾xߙ
��h6�I���I��
3�zp�p�2é'-�ٹs �>�y�h�s֙��h!~�c��\օ�� �w�p���;�(�VvB�܊4�yx�@��ɉ-Jcӯ��
qU�)�8�d�)����u�ښ�<�|��x��tr3~i �p�y-�Lv���9f�S5!�m��g��o�n[q'�B�>���&���߇Ɵk#Lut�%9D�^��-1$98�Lk�A	=K��@Sl�}!{�� N�,�Q�uT��i*j�*�����7�_v�w�{���8豱�-���#�;۝�����$�Vg����:r��?�OO+��+��78�3��;:4R�ݔ����[R�d�d\׮�-���un?U�u�!��*<���9�{+��hN}�e�q�o@�r��c�e�̳����؞\�vf	�,��I�y�}X_Es��Xp޷��Z��q�f�pp���:'\=�'��>�%g?����g�	��6s!8U�J6f�̓��u�7��c�<�"�\�(�=���9i�?�b�Z������Vr��G�1�c9���y,�q>���U�s�+������r�^��
�9��y���{�-O�E^���!�i�/�5�aQB�dk�A��L�)lM>������ ~���
8w�ZVt�3s{'y|+�q�~�z�������F��ݨD������6|�wU�Wcd���q&�����D�o-��&�&c-n��s�=7�>"|�����g������fP�ihqv�r�����r�l."�"z�l'�8;q�3X6g�l�S�@~���N�qvb�p�2é'^y��1�ig!��$p���<Μ�7�j$~��v$p��v��!x{�Ρ��y�_�����Gs�e8��v'�Uh�%�3騧	�J�]��L:��ž�PV�縇��v��j6���ߟ�{����}1]|,b�|{��|���Ϸ�ykw.�u�����9y�����p����r����[2������=���f
��-���7N�	��.g�r
����4é%>X��x�
��
��J�]�;�n�+�Icy��A�����o��;8F���9�Ʃ��.M�s�w\I�
�{�}��U��͇Sd#���;7���qhh�����	Ѹ��
jn~s�L�=���
��IQ;�h�^��rqj�Ӧ�ttI�Y����o9���02�Q/g$���h:�5дᡡ�k����q��ɜ�V
�=��1ws+��ط浩B.�\�]}�/���%�������N���]eX깫�~˹������
����k�s8�������j�	��.S����i�>�_rQhW:�dc��.3��Vf����y�V��׌���A��8�<;�.H�0��Ś�B��7ڭĸ'�ևV�p~�d@di���6�g�x��o��W�{��R�3������.j=u�iښZ���k�Z�U{������my�
*!��dg5����-T�m��B~g���a��K�N�eq�B����MT���TSU�E���$mM�
⪗�\d���#ҷ�ظ�U{�� �Yg�����ƛ����{l���� ���E�
k~���6�����v���4>��\�}+}�z��?�O���ԡ�`�`k6q�ܣ�KLV����33�^c�(�̜�/�Ǫ������g�w@>ث�xή~7"SR#�ӓ�eŮ��D�9�����:�j��fB�D��-�飢���(4U�>��u��
�y��,�!M��D�ޕ�$��3�QX�hͶ�S�ubr��&��ݢ���Bg�����=��׎��
Շ�g�E�$�"�w�{�G����+Z�V���Ԉ�����T��֣���G���Ŷq�˷|�m�r�y&����ܘI,/�9����p�n��.��霌�~�gc�pb$q���>�/"8�?����i��8~�o��s��9L�������}�*�M��+��h2�@_�����sEC?']+瓇��k�I�w�~�����M���	��K�rt�BDH�X{
	j��L€W�-���q9�LHQw�������jMwPDO���!)�;�͇�lQ�0|�Ϟ����ܵG�3L����C��{��z�6��(u��e�k�2W�vDw��Z�����v��F�I����5���%�e��ЗΤƙ�3��!�������j-�λW8��㳾��4�^��
�f'�7Ȼ<�!�9{�o�{V��0���	�{�O	)��?77���Z�Q�Q�Zej+�o�u��$H��?$���^��K���R�es|�ۃ�n+��q��u�
��ia�I�+�Z{{���h4���L�t�'�I)ҋ��M���\˨�</��o�kI���k�U~
u<���$��̇r/j�����]��G�k��	5�ҋ��Zdml�����y6���A�+K_��k�
3�#�K�S��r3R="T�G��8�`�ȔRC�g�gl"�9��|��Au�2�Rɳ2a�j<�ŭm�u ��'2�{q��vy�uZ�h��y���]"go?�g7p�����0y�f��@��`s����x�G�[[V�hj�mH��LF_x���m&����y��?�gvL}{�O�ـ1�}6[C�П�ֵ��e��\�?�=��>k��7n��3��k���=ܳc�_���Mܹ`1�Mާ(�>�Ǎ���������3�s�Y5�-������<���kd���7L�&�����m���1���Z��3p���~z*tC\l�D.��#��@�jӍe�{�OL�vq��<4ΙI�V�����]nP�w-	r�����ԋ��258���3g���U��	����I��;2�I�4�xPPx�J��{L<8���{�
�}L�Pa���q��2*��xGϥ}AJ��!OO1Jh�qfv1���>�'(�1�F���=P���Vp!���$�����@�yYLv���������������`P@ǓS��/a:�~�W)�bo #��M�[/t%�L�����\J������J<�#´�D�R;���0e��e�5>���QɦW�}�Us��j�/��^����9�@Ճ��-���)dsP�t||yW�ZH�kܻ����w�qЄ�ex\q�������`��q�y�?����]s�d��P	:���t�#X��0�$��{��gM��q�u��!<-�?���]v��;�A�k^2��3��kOa����P�Q$��*ΤD��E�5>>�|�%���0����>[����}��y��nƛ�7�+\�Xr�wPx��.�� KlE����
ŝLt
�7�H(�qv��<l7s�|��/�Ӫ��^����HF�\S�kL��{����i�ߓ����A8/��(ƹ^�A��J��?1�e��	ƒ�6����ŧ��6h��W�0�<�j垁�D����׽�bWR�
c`pv��w��3o3�\��ؗг��͖W?���u��%�/,!]w�;��a����Y1�C;�x��)E�}����mcM}����Q�ן�Y��%:��]��G=St.7�T�L1w���rC��s�}�w���p���gٱ��i8�u^���5��]�w�C��z7��T�f�~��޽d��s�V0����Qޏ{�ʯ�-V�J�X����7N;c��;�<�;�r�߄�Ĵ���	�a%I���,��q�sDYtN��H�0u��܍�@m�'���Vr	��q��e���6�'v.džO�r����
d��>v�[��Vb(W��������G�x��)��m
({*�c�Z2(l�[ˊO�e�3��n-�;��\X�����ہlݵ��������_�>�œ��K��ݿٺ��g����^��m8�ֶsOP��\[ݖEl|`�/�O�<x
�A&��)W)��$	W{�y��WӸ|��L�+�GlȞ�R2*P������,�J*����N�Z?��3��W;�m�;U�>���^���$<�,�+s�ZC��
gW�����1)\�a��gO=`�d����S|ϑ�#L׹Ϡ����R	 ��Q
�ɃO���?W�kW���+�r�ǖ�\�8pe�zĞ�6�������6���G�O$����ue�}����	S��z���eEv��8.����1��\팢A��Z�[��cN�c�Gc��c�96�;���,� ��(�چ��[��`.������2�3��d=�,�ۿv�	��zB��
�ht	�/(���˔=0�v�;�D��>!��)&,�Eغ�DX�㍫'�$7�fUT�]�@��*�gx��P���Q���+��Ҟ��u�������探�"u��>p�j�[��[��Ƀ�c�&{����Jx�J����~�����n02� �ze������`����I�
 �b�np
��r�T|��������]�+%��~�X߉��#����#�V���Gn:��_=^ᷴ�m]��� c��m��p��=�=j��u]���3>C��6g?�=�buV�hݡڙ�~:�Nj�<X�}2���ZQ�-r�c��,P�B�Ȍ�ә�}A�<:��"d�i�*w�u��lp~��Q��>UL��.�Z����@6�sٙ�Pr�,����e��*X�B(�sO{@�b��4]�ײ��h�b��7��tVO��?������=�8&keF�W����	�M�y|]昲�҇�v�?vW[���l���撈���ر݆7�TM��Z��0���[Gw�yS���j�@]#����*����
��Ϣ�p��y�x ��O-*�R�R��ٖ�����{���u^Y���}U�tf�3ʜ���2�cwy�d���z�����m~u�9-�۝#�ML���WTJ��5f��W�-}�q!��gDBǧ�&݂��bߖ�桄�W���u�>w#v��|��_M~�!)� �i��,�O��m��16c�m<�����3P#�d�k�������\��w(w�6���hd|��\�I�?��dH�̂�1V�;�#���y����-�(��ą!?�2.�
�5��D
�ek�l|�R���3Jc�
�w��+d~�v=7к�D���v�ђ�����xK.�s%���uY�[��u7�ǏM�\�.���H�ڭ�/�9Y��_�/>�~h�Cή�SyS����I;�OC�k�a;טR7�#e]�6����š���y�5ǟ������.��J�i��ԑ��ަnK�$�ٖdɶl�{���{��ƽ2�)�c0���;��@ZBIB
�d��?�i�ͦ��&�M�˛��J�����{�%1sf�̜�;
:�
��>I�E�_o�3��s�Ed.�Y�73��/���\�tG��.#
��@�(���f{k#s���>����cO`}2Ab�k���%�0�?�a	!��<Ųx��*},�@�ޔ�f�#"��v�X�8��
�����\GZ/�57�D���,��2���X��,8��"B���(���Dׁ���d��^$2-�9[2��z���O����}�;،��OhR(uZ�����M$���!>>���l
���@1�z1��2F8ٮ��}[Whll��o~zCݒȆ�����
���O߾�+aہ&��e�l�m*6-��#���|�L�����'WjX.��RT%8�ͫ�a�ݩ-���]�\���'5eǵUm�lD8w:&Y�R�x/�N����<�
�v���A�-�
����4��7����6��~�o���]���f��k���Xe
�vOf��23�,u.!"wO>{5OH��L��*6$�>O�B"�u,�
���R{�_b>�l
HI�\z_<4t�ڻh����mQj'�+gIu��w�ny���g��}�{뚟�{������%�_���E;���=�Gn�O���<�
?G�i�M��5�J¡T:�о;��?>퀇c�|�y�Y���F�\��>&hN_Z��F�.�5�ԕ�@V�ו��|ծ�'�6���h� �w��̚��*�17��z���/��"��!Dبַ,tJ{Fk��W>����5�O.��1yKo�1���|�K�v������WǗ&o�?�����5����ÇJ�m{���=p���qС�z(�\>{
9����D�!��,xD�$���Vjȳ���oU��s��)�����)�@�,t\m�Υ�M0�+�f�(���*�<T�G�\�����d�Y�08�q�&҅7�N[����i��bLo����k�w���F�v�U�o_��}n"��~T#@X�.wwT+0�y�9r{��2�2��i_6|��y8p/��e���ݧ�����Y��ԓ<b8rh�v��}�nnZӲ����]�"��_ۯ��r�����/�{�'q��'o�x��/���X#�t�ቼ�]f
3���\"�@�&��m6HQ1��8f�FCm��i
��Q���+(�[;�Q�أ�b�I�'���:K?�A�x��a�cX���D��YT�&#H��~��c
9��.$wbՓ?���".��+�*@WX�S緙��:�`	kMNb`K�f'Ĭ�ڔMߩ��qVp	s��m}�iG���ÂQ4�8�֒�L�3�5�<�J�пI�t<�)c[~	�5��9�������u;~�|���ˋx���&�.|m\����*M�M$с�I����T�"[�G/c�(9࿡Mc	��糗d��J{]�O$�8D�)�=;��AxB$rK^xjQbC�(|���eȃ���M��kZ�֢��?A�����.T��:�[���\�	(���Cl�UWN�j��r=c�Ym:�P߻B׿r�|�8S��L�t��6z�i��q(ې����@7�}����w��#S�a���qn�#�A�d���(/������:�[;oN�#0��imm��uڜ�I�
��j�0)���=�S|\ŮZ�<J��e��r]Ay�XG����o�+�t.9R�a[]�	�w����xK}B�wń,{EA��$�|���I�J(�J�Y��Q�6q��l������U��U��V����B�3�8�ųQ�q�ݔ����?c��3`	Ip�J�Nw��75���coGpૂ�
�p�✹s˵	�\c�
B'}J��r���^��n��=�ѷ�H�^�sL�
�>�|G��t=��<��@�u��aa|ww�����& ��a,���4�`/��%=V��;-n���oI'�-���� �R{���Ȃ6�%VF;��\VJBT]f��Q`�Nl�˓]���nL��?�Qs���ʶ�ʖ�졜[� YAY�y�DY������?�[<oJ�?�D)�1�P���WXW�f^)��Bɔ�l�_6��5nŖ��$�R�)3n��/S�2j"�b6������iTI���c:��
u�z�˕(��	9�x�٥�Tmy�E	;���v��K�1��kE�1�oL�˱�Y�
��J��ƥ���쇚�R�1��P�}g!�<��ĕϐGZ��ČV�ol���YF�x����]�݋e�-#��'���fN�ȥ��l�5ךD�N;e.Bd*���:�E�~ϯ=��LLL�Y{b��(�O�|�
�"uf�c��ۍk�H�����d�+��P`'��|�w��0!�ik�5'A&�pMh,������a�L�**��J�2*#Ϻ$�g�;��IGj67o]�C!���c�5�G�P�e{�񖡫�,ͼ~��v�SޅK���س���3�E&'�ke2��,a�}�T�!�cԎh��{NC*Z�%�Z�d�Vq龷W��[�ێ�]2^�e��U�N�۲��Evْ�H�X��yL�?H�Q���b���L���i,>U���*����Y~�z���������K�*�W���Ȣ��3�)������(�L���#�w>`�ٙ�7H��y���;_P�c� ��w���F9���-�
��,��&ӣR���=S(
��ۇ:�"_'��u���OX�{��:��8�
&F1��
T�XT7\�l�um�h��a�}����|�a��oM�m]q��y7�h��MZ�pL�F���������G�hLB&DB��ΝO�����5	���J��|�̂��[�F��B�'�G'{��aY��?{,?8A��d��t���{�S�]t�	1��|��I�73&t�À翥z��L��;l���l�_i����^��&�	;O��<�[���]z��y��~K�`W-�5����}@�Ps� ���Z�����I,FT:|���<��pځ��y>���t'�
�J��_ж�9�Cv��qc`Eg�����W՞6�������s�76�bQʪ����֔ȥi�E;�:Ot+ǂ��
'��1�#T
��$�p�$ČV��;-��q�������	����G.��n�d���1��x����K��V���۝Zn�S�|2�N1��Z�PW�qa�7>���|�`/�iѠ>O���M,v�b���,���[͊�i��H�fg�G�w����x�z��$_=������H5x�g����Y���/>w1��2[|sZ<xf,�٣E�]z�v�l�E�BJ�yOջX�4߱�z]a�e��T.b!JGlF�שUӍR�4��s@����/���ȟ|��u�3G�GO<k)-�?!��O����LBa��WY��0{�
's)z�8$���q�R��ӽ�M��X��iƋ��Oz��g��ը3�m��y?ei���왞�Ɣ�Sʌ���R�ܜ�є��x�7��e�=��x��ֶ׊w�!_Ǫ�1I˫|2�0�ļ��%�Z�M�o+8W��u��tJ~�0����R��o1�LN=��E��lĺ7��Ի�brt���8mw�q�$�G����c_~����7a��*�vyyf�tye���"rVy��L^ա?��>A���G�\v
ȋ�@��c��@pJ�(�j��_:*�V��8���Nu4�6#�$�.�@��6�\��ЕZ���-?�}}�����Vv,9LVZ�'���i����ܾ835�. �G��mnں������OcN����*ttD�n8x�f�u���Q�
�_k
��o|O�����%YǾs��h�.�?<�t0�7���ѯ�G�]} 3z�P��F'���
\i3�6����;�o�u����]�N�����8r��Q��@	�ݬ��􌓈HhR��gK=!>��y;��W���{��i_�t�s�g�[t�ފm��(�KG�7/��ץ�@�iK�H��M�;�K�z��ʴ]�w_�Y�}��bๅt��t��O5��0
R���H��~jMm� �@(Q݈�cF��U�e!����ؚ��@,�⧊6��l���[��bo�l��r�7���X����8Ol�6D�%��5��!���T���L���|j���#��eӹ��

����	r�8�K���.?W�����e�P�,��	��
��[��F�c�^Z�� ?X^[��i�'�1�]����o���������*4�/�E3W��_��s}�)�G6ǯX��� �~��C�G��zX9�����`@���Ό/�v
�H�aZw�9o�#�y�:d�+=}��d�,��/���v *j����6�~��֊���ݲ���,z���%U�}YN���+�P�Ht}xx�_#~t'�o���Ī�����.�h�:
��9�Xa��b��;0�V�J��77�O�X�V�*=���) ����R�f7�Ew����E-i,XT��r7DG���
���z+�;��U�I�)��
�b�Ώ��K��}(<E`�E�xp0��8����Ӹ��X����@�T>A�5��G��.;:�dA����l
_0'd�s�i��'j��3��Ҵ��Ϊd�&ټ˃�ϝ]�Z��)"U9/Wzl#�z����Y�9�s�xUJwRD�c5vC�g�����W��.�}�ɇ[�|��mvwsK��F�Fx�		L�=�0��hW4j�,/��C�2v�G4�3/�[�uB��դVIÔك���.M��[����0�T˾֣�����d�V����q����(3=��1�t�ގc���Oȸ�7m`ױ��8�Q�ࣗ�>�#ң�܎o��{4o�.g�4�V*Hg�+;+�
�{Q,��֮��,:=����ӝ$"�'��':+�dUm׵������Z[\r��e,7�\\9��M����6:�)9�f���Дk0�2��e/ʓ�E
��j����k���b�ЊG��"�V�X��ˆ�iz7���.�����ۖ��/���D�埘���]�`�ܫ�?B��C�ۙoV;�����J38j�R��T~BwiH~J�w`Eϡ����/O�%�QV�T���-w����S�7���$�g�p~�K�)0��ED:�#~�����zD\k�Vۊ����	^
�
z��zo)����{G%b��Ӻ�l��x�>�	�۔��4Y��Gʶ,Al����d?.=�~�CJ�R�����L�4��6˷D&��q�)�_�A��Z�U�&����&���2�T�p�9ӊ�{ւ��Sx�O�#4��-�X"&��`@��VaᏈI��M
�>�P�����d*���ѕ󖜭	�������ފ��{{p��ʂGۂ{?��2ϤI��$e���#-��Wf�M2U�����O��@I�/e��R�6��!�:��g���0�LL�E��:j���>���ϥN�6��j�/0Q�צ���������8�_��q���֔�Ψ4<���������n~DmrdG�l�0'�ƪ=��l�_飀��7�	���C�N�\�0�)	����mZ�������ݽ��zY��9� (��=��K5�
j���O�66�X�_�3ue�%��[����L�M@C̎��
��9�����Wd{�i3c��iE�Z2mc0�7]�rԑ���� 3'c�*}��N�+�ri��vą�Ѳ�"�2^��z/�*ۼ&l�K>ն���G�_��TYу7�Zۉz��Dƛ�鳦�7AM,ܨb�Y|�;"��l�dg+YO��lc��4��M�
�mh�P޷������n��V�X�	��S��h��Fxg�>@;XhqXh�/\h��G�B���|z���=SF>N�Zo'R�:�G]��o�;�ޣ�@e���D'P��l��e"~9�Ő��X�욧7$��k��Dv�8�d�;�z�W�H-_�����tۈGB�_l�ޑW��no�J����́���7k���õO
���i��@J���?T*�8���`gN��
I
�nA�YA��:lૉo�JH_��ږ3���B��Lw@_�{]�"R
���`��$ю������.:h[y�3bE��ތ��֧�K�Ι[�4�ȯ�el���b��^S�͐P����ȏ)ҕ��{'�d����#�b�]g(
�4h�E<d
qTV<�7�9o��Ժ���KS#��v5�^��.�&�Jv�ܫ&m�:s�7��ԫ\|�^����9T���d���@\�|���xJ8f>���j�ɱ��1	��I8-ՃQ��o����o@�!t�k��>[�W�r�6��<Ao�H7�Ǹ-��:LH���뿸8�癡�;�F�F#Z�]�ؙ�p�xٲ}�|�/�/�=��ti5�,��tsC����L/i�,�GJ��h��^��(P;z��h�a�i�>�=����:�0�^��=��d����bV8�0�k��✤9-�y+j���~ҷ"����}�I
9fÛ?�̆%��=N��0.�kÉg�݁\���MZWW�J�w3zI$�l`�?�FK�?��B��X���a����X
�,O�S�=�ɳa�춡GV��
�W�֚��d�Y$lL�A��&eVa���dK�;{]ALGJ��:c���ߚ��Xa�~�	��s���'І��Zu��8+��0L���O��vaD:��޲'�Um�>��%:p�9�d�|w�wr�F,,/\��EV�䆖7ol/�R��-ܢ
r��v���`eQ�S�
wbA��|��g�a�ߡr!�j�Aa1�R����m��7�4ЋC�������'��"�M��>~~a� �M(kf��iȆ���?x�pxc��F��)��<η�a�\���Ul�–�=	�����C-:��������`��B�{��#�Ύd��	
�~s�	*�*�7)|��xgg��@Nl��8ۖ��}
|��_k�H:��Cƶ����\�v�D{P�wό$�ؘ���+Ҥf��}c6�_��j��5�ig���s�˓/gR�,��
{o�d��#d�t8�/�!30��#c�����NL'w�F�������;.���[�?V��X�}�IotЏ�������u���X���"��D@�J/ƯH7�$y�QId(SS���)B�JC�(�1��Q����ן���A�|��-����ky�w��gb�0�A�sb�V ���P��^�In'/��w:#1���c�s�A�,�N�	��-'���L��4��ڡ�O ���>�%�#��U"Q�D�~�Y��lV��P�O�6���c�z:����'كp=�%���nE�Ý���ǃ�ra,�dȑ�T��{�
:�y���3lA$�צ	r�|q��Ek�~�%��x�j1IP�g�[<����QA�Q>�%�}�����gFzio��o~�x&֐C1��=]Qx����74��y�Q"�{�m#�[}���Ғ�^�KKv�w���������wK����,8:
\��ę����IY�N3R��Țy��U���%����p�,p��h�OsB6$��j���Ԝb�Z�"܁�!�������>��'c��8mMMǩ���آ�"!<=sa,�]N�u$��I���ry��㚽�p+ �N����l��x�ė�8A^�z�
�n�g_��ȭ��kq�j,[ج�N��v�����w�+Njv����R����O�ȥ�]�^/��W�Ɵ��V �!�0#���Qi�5�7�wh��5�D$���+-NNR:��ozoG�hl��¤�m��=�K�q�¼%qe5W7�#\��r��(�Y��}�~��x(��u���m[��+W�:x1��sp�JaA%�;�0�.]'Jy�x��17B��|���]K�ڵ�4������e��X<
�i�K.��$W��� Z�"~��8��F��@�8Q�2�.<�ܡ�������-z�O�_�"��?(����`���`���
k.M7wC�MJ�P(��D�rD")׬b�P[.u'lҍɬ����q���7��;�О}��\6v`�jr�Et�~;��U���'���;�+�Μ/_`2�TҲAX�`_����I�X,�Ţ�gV���H!X7���ͧO�շ�n ?}5k�W(�`�OS{F�[?ZJ�v��X-�g�&�X�T�:9�bq�\3����9"L+���$�9�
|5��Îi�z��)x?���
Ң&�\I��e�,�3*�gY�d�ݢ��"���
�e�Ƃcu��իIG���d�Z���6�SOF�5�m@'�[���4I�
PH�@�߬�m�d�4
q{
�Y��~ΧnK�gR��3���=Xxԟ�W��p߂��l�K�C�hG�@min&������r��L�Q�A�ņ�0[L���'�
,���y��ey{�13�;�BQB�����VΛF)�co����-@2����.�apI[uJI+��{O��u����d��.z²��.�[�����=��.�@��tב!�9ޖj�����{lvz�I�.S(�<��A$����\ˋ�f��!W$��)����:��O-�m#&��	?ĜA�qp%��=��Y�'�?/�� �щ��q$
�8�wN"�<�vs�$�9�U���`�	4�H����DŽ���{g�+��B�̓ܽqs
N��
�o ]�#�U}˙~�m�j�e��+��
��V*Oיyޙ2&Eh*�E�\�ּH�u�t<?\|`y�cG�p���} }EG�%ie�:�e�~�,c�@�����&s�6�.H��(Z�S��Í�˂b�{��Ҫ��j%�Z��>+�'�׭]<ꞵ���9)bit*?vy��X�nsNxf�:歬i;9_A8�4-<�/�i��=�8���r	��U�T &UtH�?cj�J%ʑ��@��STZʆ[
�?4t��1[�6L��=t�m�؜��*�6�Ua*k��f��/�7��o��%c}EYm������i�<C�G�gt�������''��5����}�㑁�q��s«}�%N
^tmHNC��Q�WS�]�YSVDEpܼ����j�>.�'ҲTCuTHG�_�b{�Dm�ዔ����K��^�3S�>?e×XC�K��z����`�5�]����Pgb����J���8�ބ�OO��Z[c�H����X��B�x�uϴb偪W>��t��	��
Q��Cy9�j���~�޷y���$�"�`�W^m��_���0/��.Mj�@`��b�x�����6dŎ���a#!�+�5;�2��G*�S�׳@F��^o���t��\�T�NU��a�Ɖ�-�����G'��<e�}CT�[b���H�s��?-=��#��dFxog0г0�Y;^��l��#����.�=AD!�cr���DSu��N� �V{H%3(�r�t
�O�
���m
_��]�	p%��-��V]7���K�X�e�=#z�w���^���b!�_�����4�о�"��%R�o�i�d7)�K��P(A�`_ilE)w;Q!f��zbBc�����~�Iv�,.:�q�+���#��l
m��f��"%T��b�)D�Lh�nrI'��o6
�oə�3?GDţ�k":��J���|kO�Wd{�<sN��[��7�;��@����8-�m�7�ϡQ�v�2�kv|������¨`�%���ʝ.��n�g�I�إ;��g��<�<�]Dq�W,�-����&r�=�5�@4�a����h�)��G�߀E��N-Q��AĮ^9�wֈ�C���xdvo�'��G{�!e)A��ly��>��_��+�Tz���ɑ:i�od�����:��^����C)N��zE�R�ѻ9&4�<P3;}�w[��F��,DRL��.���7�'b�Lf�;Dž��ܬ�������s�|���7�9ҝ��R;���YiL5i$S�j��7_?�ʘc�X̔KY3fz�	�f
_-���H�n�MR*���s룂S���L�����c9��f�gV��sm�!EAU��+[�B��6��)��P�5,�	�O�hIK+Y|�Ę׷���%E*�QNfaG�!а��Đ�f�ܴb���s��Q!e��}i�'{��ㅝ��s�uƂ
g��Q|�f�+:N��3����S{�h��F��;�~���*�hW�����
����H�I��&0��q����
�;�S333RS�X�F�����y��<���Hx`�x�=����$j�Ւ��&��)�)"c�Z�=dN�)��T��^�h]j�G�&�;��$�mnsF�4{<GQ��W��K.�f�$�-Jn\��S��R_�J�����=�`�;K���щ%�@�j�J�
.3ݻ���h�ˣ�z��
��ȁ�
��h=yD�m��{��}D�V�Rz���U��E�o$��(�ۧ�o!Awи謩�ʿ�:
�c���\�|{�,�o�����ē킠�VܱE�gT��V��	�w��ϴ�ˡ��)1�����cn�g���M0�����*�kd�>U_�|ѭY�e��;����K�́sf�=�au���֥����7^���kvu�Ě��j�����C�.�i�&�Z�;����X���
�|0I,e��w�$@��@	�f�R�H���YO��/~��҄j�$?KA]�\C5��B�R�ψ44�:�䢓hB*y�D�I�x�I�����%0��2��F�����s�� E���kJA/q�||M�d>7���������$`�v��;�^`��ْ������J�0����3�lz�3L��D5�̉�ñ��N1F,ېE|�X�&��WT�\��|���[
泼G|@��B$��Y�F�T<Jם�V���c}|��yl�/+:���E�eK�T�
8�?�x��d`<Y%�/��m��1T)sr��F&��d	�K����.P�p_�γ�1�h*>H$����h��[��`�)ݜP�
��?I�?�����2�����
�O�܏����e^S;���̝|��y��o;�}����q�5�����*w�Iּ��N3~����,ʠ���j�(��E~[��Ye������h�6�����j�����DUK;�g��+9+Y�P>-�%G �H>R�p�(5�{���O��j@�p�BJ���A�q�'��H�W���	�c
�2��
���j1����d�‚��I�'�jq��>i�E�e���O��5��N/�j4驚Z'���St�{�65M�
�Z�8X�UZY�}����+@Q����֊]"�dI��А�5�w��8�#C1wG#���(X3yL"�*�,7^�j1�b���Ro���y'w�x[��*�k<��:ah_xٳ�P��5�9M���J}����'�L���1�OU��
��2U,����P�
ז*��5��,�j[2_DÏ^vp�j^^$��>yi��$�Nj�V8��=��me/v�0�Z�rN�f9�ba|FaOæJ\Hn z�B`�E}P��׈�f\�D����e2}�P�G�L������\�][k���31��|:�ڹ/7�XJ�ir����Ό�%5>�tL(]��C'8�Yg]̷���W����x��m@��k̢��}�}ާ�h�;�V���V�zO����Ƕ"�v>��N�oU�z�/-I��U0T����_�@�2�	�������8 f/gk�B+��P�3�`��T��w�G�Q�`�^������B�[�!~pov�Kk��S
Ass�W�s��.Y֖���@�����l�8�4��+���p�{�;77�+�]���UCMZ�R)Q��R�D"�A��X��ň�V��4�/�����+8F�K!'��IK�D������-/*�\�6�t�&�Rό�y�c�&XW��;�~������g�����G�l�Xi���D���N	�&5��.j�Xlr0�}|�Q�bz�j�;��h$�C`��]5T+q���O6�#.���
����V�y�s�<¾cuPSma���%��&ҁ<�y7��T614�g)����oZ
[�,�M�il�S�OhHܶ�o�[I��!�h\ⱹ�;�C&�Ԛ���fm��[��N�[)�o�oн��yo�h"�2�x��N�6��$��x���i��x�a�k��򑝚][��k-����:rb۴ۻ�DvX�)z��V"��698�(� �\J�I�}���.{ڱ$
9/���?��_�@?#Ϯ Up�J!1��b�X�vsCTr��N�ʳ�;��b5`���FaT:����!Q�-G��<�\��Vn8��+���]����1��J"j�J��eG��]y�`Y�������X��-��H)��z�`n#M��J�6;�%�1u�i�G�����g,�I�-tO�4M|�%k��4�iN�D�w��s��E~P��h�p�v�.�4�c��������/����:����29�q`���\'!3K	x��]4揔�=��F
�Y�&����̢T�'B�c-A�Q����B|Bn�r��p�[P���fSt4�!40��ݛcF�N3��3�i�/�ja���|�����e��,��C���ͳ%�/ڟ�{��=^٪r#�"���_e��(���ƺ��w�[yXȱ��~�L�5�/�}�"P�����^��?W"4�C\D��qg�٘�X���1u�����|2d�4���;
:t�L��`���d���{&��/����y���c��VA9��<���E�_Q�K��I�D��7�k���k�G�V ��+�7Ƒ�a!��M�k�mtt` 3S(Λ��E�}i�$����k��
ًz��'{�gT�2�"�HG��|��@�~�(3��gWk5��/��c�-O�+�!��-���6�n��Y����i���7�fW?,�9����N8�� ����0�c�d�9[����W�������;�zj'�a����0����$w
pđm�s�iY��?-�H't
���r��>�
��/�`��-���Cf��U׮���bN�O-�K,h��Op�5.��)f��2�`�03Ǐ�3y��i���e�e��3�T��'���c����icK���U�Cz1ދ��C�?C��ï��\	R
��X���(|K�`;p0�#`m���=�PCg�0�
�����XZ2��0vp�8����t�zS��@���?��F
��6���?�Lj�#�hG��k*)S6���{>���,�NZ�o�+����mV&R�~���B��JݡhA�L4\Ɓa�G
�$��\M��{��uXu	�?(�m76�͟1��{��Dل����*h��&3��J~s���-�
˜��t:��(�j��=I�P�S96!N7V��,N�8>��Yzl�3]��,�lYM~
�}�~��+���;.���K׌��Wj��o � ��;P�e��80��s��)��XR@��@��sW�V�Py���K�M�S?S�CJ������+�
�n�&^'ٯ��Okեs7��)���R(���(�O���&3�v��މV�N�+�|ID
!�T���F�<q��V�Pn�@Z�R��rk�7U�0�����1����ũ�V�44B��%����$�c?�I_����R�"����֞��]yl�������dw��tߪ�:E��'E�K�P`�6��|�k2}��B}���(��aT��D����"yՍm{a�f�l]��+9�׷������A!*�~�zuv���7*�"Ll�%���H.�arJ��S@�ڄ�qg[m.�;��=�oh�rʘ��hE/�ۀ�7���E
^m�S��J_`��ޭ0�teM�K��b�N�>ǿf��k}�
g?�:�M��Z��p���4�.��C������F�E�����-�ܘG�A#%Տ��_�±.���@��?��+�KJlY����R���i�����겼`]�K�o7���/J� �N<k�?�+�B;I���qTnm'����݃7����ֳ����ԁBa(�l��=��}0��&[�̔-f��g��N!�0���f<��u2�
"
x�j/3'��U�������jGףe}���|����򕣎�R�S�����JaA�:N��O�����_\L��)ʌ�����Z�v�/���޲�X�G���9�\Af��G�&Rk� �����H�&g�-t*x
Tl|[��S\1��5�A�/Z6��2�["��jʳy�W����WI9UCEυ�)|�+�Ű1,fulD�u��h�`Z�G�w������'�����Qww�l�e�|�E�}3�幇<@�_2kp�<|''�a�Yd�F��mA���&�-	N�-�W��욶�1q!�<��+��j���� ��yw�|���:���,#�gQrq�D��V
�Q��>���U��{}����8-��XV�, �^�b,�4�>��\ODS�d7-�gQtq�cX��n��?G>z����P�O_�i)z����0ل�|A6Z��0�m;�Z���9� ��z��u�V�)
]�x�h҈*�v
���l�[�:?F~{r��ٻ��R���'��U`=��z��RH�2����h`=��]=�=��47=���%�\�D9������ą��n�BC�����.�=�ٳm�<�eK�c-A�LOXV�S�I��,��șV���h���}�[�"?��(
��Ur9�fc.B��j�(�d-К~O�'V弲�gg6��j!�S5���g��NS�-X�&6y�B��Z�0�ʲ�7mx.��>�Pya�8j>����;��ڥ��K��W/	���C�b���xe�j��ȏ<-g�Z���4�i���	K����H�����Բ��u�៟�jR���
�R���a�����\6�^Z�p�N�[@g���2���A�	_���*q��6{��]Ӓ�&�4�Bc���8���s�VT�"�X���J?YnZG��z�(T�oL��'ĕ&㹸���8<�CzH퐫Ciʬ0\ֺS�bsz����1��b1�-�:$b0d�!?j"��KI7
�%.��P���#�scE�䯛F��B��4EV�z��:w_^B顔�s-���Q��`���ڼ�w��N}؁�A
��+rn/�ٖ��,:��ũl�ִ(��n�`�\�
��1�k�3d1K(b����9�(�eك�l��#&��!��!!OO$�7���M�g:�k�M9�c�)���0
�84�Ê�"��3_�YYݱ*�=b�g��k��߯�x���ur�����V�l���+�>�ӕ�x~��&�i]���H�-�)3�=��z��t_[�婮�n�)�x�3O	(_��X�9���w�MnA�&"g�@�^�D�8fo�t�Y����J~!��X���%O4�xF{�R�C�
�?�κ����<慲V��ߖ��(��j�{����Ț�����Y>%�bWe���q�ӑ��G��$~�u���c��ؐo[elZ�1���a��$+��\//4�7��Y��ϋ�g������v9o��Y���mr?�s9sd�g�f��vh�~\ ��ݞ����P���܃	rqf�ف��]0Ш�&��&�`@c�3�CK��;��o���q�'��ϩ\�����ѿ{�)#���mg��>y�np�؜2�u���H�{�O���a<N��‡{���B#��
�]�q
��L��1�QQyک�
`�R~:OJ���SW�vZ��V.�=������5a1�I��-9�̽5|�i����^x˒y����G���i�^�Yr�Z�d9	ޠH�UK)��{�~���Z�đ‡�k�)]\�i묶����6�MkO�"S��O}B�@m����~����/O��x�����z�K��"?�ԇ4�l�yX  ��L�6#�5�|��Z{�
Ʒ��9��3�yfݔ���`_oKP�{h��vI���t��N��"]��K�\�M�q*�e��K������'�75k�7��8������'����FZN��ň������̞�P�M�b@C��K"��j|��["礚�t����*?���=�z�wHZ��Ϡ�?�~��֮�=��#a�����6�,NV[�1>`��G�-�\(˝03��v���(_vN,6F�o�3��n���c��c�؞�q���I�D]��	�����`>�BƯ��G�+��� �B�IE�b6l�1=�1�x���慔6?������n��o:&�=рɛ'�p+�;@
T�#j}�����A%ym������Qk��Ր��wW���G�-��k�Q�����׷�Z�������������cԡ���.�Q�P�.�u%U��3��
`1!�h��B�μ�x't�
JCVuiX��R�O4伺�s{�3p����,L�ٴ(m��Ø���I\Q���c^��\C��R=�<�?��&�-��z�(]��a���+A=��x!T*S�D�9Mݝ��*��>��a�\��ҡ4G~�x>/����zO�_�. �c��ك)E�qKk|�����Tez~��;�?E��p�)|c7Xq�p��2�3fvA0L ���o�f6�����SJ!�ā��&rU�y�%d�w��7E�����8��_�k�w�
uW���Qװ`Q��(��\�2���"7�r�D��T&�9lL��|�
�#�o�N3������_ٹA�)&,�Z5��h�V��Cz����J�I��$M�㧣O�Y����m��5�g�U���:�UtP����U�s���tw�¯��Ǹ��I�0����2*�Z#A��VG՛���"�m�F�F�g8E�߰���36,��s���-�qq��4���b@�`����逥�29�FD����!~'���Mc�1��V�AO0x��^Y�g����ڲ?W�����W�r6=��H���_%�k
���_xai������
�[�Sȯ�>޸'u�ֲ�򁌈�P@'�شT����gA�7��TRhw�tڹ�`ޑ�ǽ0|��-�9�[������"��)V�uM�l�@��h��d�n?��z?����<4Zv�Ͽ�<2�1��̱}̙o��<.H�۟9��0<sؿ���4^����i�)ɪ3!�h,�?�z��zՓ�7�{*_��Q��ߣp�9tL���@���Bt����m���)��>@����Y����+��Z`y�fa�R,F�10�T%�=:&S�C�bP��ί��:�:�wo��c�w�1��W�Y>��e�#��u
t�nLZ��z�� �_iz|�ֽ�2���;�E��,��TNN� E�"��%�"�����`��i(�e���=m�*�;�gZ��*��zz^��ۤ�K�_�N�+j]gF'�,��ʩ|����%6��#�?[��:��L�qG��d�@���`p��lX���g�d��z���8pH��*;�v}9��!�=
c�5V��4ޤ�ɨ�J��±��v���1f�7�i�Ma����Y�z�ⵘ���2P� ���3���Ea�r<?����O�X�F�icQX<�X"�{y߆x�rf�7+�:�/���M�v��7PgSO�'�˞��`�:�/�5�R���d�=��V,@�J�>������FW3O���2��Ÿ�ikn���N����M�h����5���a�P�eԞ������d���
�� ��$�x��eh7��t�O(~��<���3<1aܵ�=�-�~�c@��;�1����Py8���̱��ܣ���Z������{@�XQ�qdֽ�9�;�vIJ.��Y�{ྊ�L�#��K��*-�v�T�,wt���Q�)[\j߳�0-�
���ň~�����ə�W9�$:%֓K��x<u���T>�	�oeA��~)�w�>t��IF��%Ќ8���@�!�V�h)�\�B�N��wu��r]*g��?K�&��2á��|R��
�G@�ML+=��(���겁!�GҔ��Ԥ�[7'�y�9�o?�����nK���m�t��mh�q
�_����EEN\*��סL	7
@^K��	$�s����>�
�QG~����`O��Z����kɄ�A��O8s>[�ݴ��
�3p�a�#=����5�Y���8֍�6��\�7Dr�J�Xk�k��!G\/�x<��ԃW�z�4�U�wi{�vIF=mPX�z��(��kð������9[��汁
ĺ�eo�|�7׭^��/P>�,j�&�Od�����Z����z=[`k���`B�ӌ0/M�}���'e�Z�&������U@UO�[��W,veqm���l����ū�?�!c���A
���Ҫ�Ë�
�����OVP��~����]i�qhF��	��t�`v&[��"	��I�պx�R�YDPr��~~6T��`�ڮW�����I?�@N�eS��c���4�9�|��?��OlnqEW�[���9�_>��^��3pnma����Jb��=w���)��
�+�
C��o�ƹ��[�M o�ucMoRoҨi��å�+җ�R�GǕ�	֗�z���l/O��!���ȃl-�C��E�Qq��������lV�څ����q�o���RIZ�{��U5��v�xQuW�Kә6��㲤�ed�!�1��E�45�hGSljn%�e�BUX�[c�ⵀ�%#'h�}�K���p->�1�Bd.��}Ϯ�k��G�e�/�н5on��2?guai]�pvh��ʖ�ű}eU�xQE�|ה���m'e���]��I���ىE^�U>>1�Ҭ�|)G�Q)
V��FM�M�i��
��~�<�{�app��0�n�C0	-%V�`�p�A= ��& l�o+����m���۝Wz�3VĦ��������K�b9ާ(!�V�mFӶt5�i"���d��h��UI8d-��e�Q����F���
h5�!�
&Us�s{:����1E*VZ�?�˟�|��'gMQYmֺ���ӕ���c�eM"��@/���-ѵ��͕���e�y�"�K�_z�=a���*V�yf�i}=�i7k��<<x�����w��2��nM�n]'̍��yNO�'�Ȥ*%W]P�d
`c��xn�y�%Ÿɾ)Ja��@#QPF��"v p�6�dI��~�q7Y�[s���Ey7��\1
Q��`��mNIyo�[�x����,yu�6݈l0�3 �-U�HEI��h"y��t-�}p�A�=�?x��_�;(��H��Q�RQ�op��{*x�0K��gݙ����^��Sn��e`K
�!��)���&��8���n��<{��f>��L�G�t6��%-c�<���{:-P�<���-)�m�&��V֝�6.ͯĚ#hIх+KK����u�Laj�ZD��ͪ���w
>��)ı���/�F��y��W*�r�͝�v��<��إvr�sW��v~"C���������������������ڽt���4����{X�q��`6�Ek7E�鷾��y�Ί�3���
�{�r�[w�p#oi�o��c�u��y���+3||���Z7M�m8�M
O|�f��J�}A��#����2��̸�2$��ޙ��R��ӣ>ґ��8����'Z�q�Żw�\�0�@��P�?15������⽳͏c�-c9|����+5�k^�M��,i\�V��l#���mw��75��2b�a�P�绻�8'(#l{���Tz�T�.��E�0,l��M7ֶ/�Xu��rS_he�XcBOq��5�L���΀��k�;��,�^XX`�K���Ut� $�@��^AV�]�d�Nl��[���$��dK�K�8v�ȉ�8��"Kp���{wY����;;�̙Sf��9e����'-ۧ�vj�'f���ϛ~dVFX^ܲ����
[ë��,ؒyP����:�J��dn���D=!�1�Md�p.�ƙ�w�K���Nx0�&�M�7>�2_�%c��%� /�H��]�ߣ�tpˤ�����y���o��;���~�y�ܻͳй���O�{�\�P$�D�vc0D91D�G9�Ī�w�e��Sa�r�[�I����n���}��7�z@���ߑ6�S�<���+\��I��p��гR��`�U�n�Gć9cG=*���Sb�Ք<�����7j]�.>�5��L�xT��!fr��=�a;�}��Q��j���I�鱱����K�J����w��m��A��Ŕt�j����Y�	QN��0'�>�L��6�6i\��7����	���|^�c����B��J��D��9��r����B$�A�V`��1�U`�Y�)2��9���#�P����8	��)��m"<2�L�V�A�ꆈv�hz����T�]���k+Bc����$����{��������6/��Ӑ�AO�l/g�?��˅g��^%��� [�J��A��۲�4ZL-S�����ti1�
�oL���6��e�!���%��>q�M�mE(P�����I�A�)���bL: M��y��w�	H�ӄ���~�s�Pn��y�>ǒP�||�c����O�%P�tq�.66^���N����z8G�,z#�_��>(��
��?�����M�M�YH�
��!��c�D::�`Z&�DK���^hY�c�� ��ظ˄H׈�&�{�|$_/����7�@I������r7�t�}�AH�S�0TD�e>���Q<��K��+��#�jr�	���O�&��#�^�s���g���O	����$�ؖ�A�b���t�ĉ��wB�#��Ga��X�Q���,"�Y�P�`w�]VN!�N*��`cՏR9�N&�"�*R��k�O>"B�RO���иcIs��_p�SF����൚�ٵ
�Q="��>��dF�Ňp��oA�Ա��ˆ�}�
�mS�'�A���� ��
'6̰��R'����s,�p֣ܢh��$Ck���UaM�y���]V>Rl���%bN�l��Z�"2M����&���
�F��~���k	qq";"\�4�p�D�d
�
��:�s���7c���nεO��a˸�
I���تY"�{�����{�"�+j?��cNTǸ%����I%�|����iyP^@��@��ų�.�,�&�o�YV����_
�7��!�+��1�<*�-{�Jo�����-+�6[W��:�=����l�Z��;$������~�T����ce��Щ�����v=�&q��"$?-_�x����^�:4H�]̘�ty�h�1�12@�F�ȯ_J���X��R�$���g���ܷL��~�dC>��!]�)���\B�Qv��yL�/ĕi��k�?[�yct�Mn��CB$�}��y�f8#3[V[S�V�3:V3���!}0�:�g����҉��-�1J8|�‰�(9P�gnܒ6��	�(i�D,�p�I�o������ߌ��YC���I�X
�!%��S��� ����d��OC<��QT��A8W�?k�X���Y�Mė���9�.�G@�W'�n:mT��n>�y������''T��T�7ͬ��j����ݮ�B�J�����&��[S�f�.%׎�-I��v$�sғv68��L�͟�Mf��4�����*gsm��E)��"����s���U�C���������M��<~z��>�9�u/�������#d��d�A*�WRrw�r9�Ư�����G�홰ȣб��3��v%�s�l�8NM�_�(�Y�P0,�-��G��uъ�)7��u�Ex�8�τr`��,��+���B}t�/;|JB�t^&�����vV!
��:qGBB�.2Xb�8'�(T��'f��E����
�3|�$�>�\y�d� ����=O�ׅO苌��Qר�ң�$���Ӟ���ɜ�i�4��8����b�bXa%�,8��ID��A�hu��l�)����{r78�s��".ؿf�� ‰�s*�ҧn�R��D$\<�1�P@��ݴ9�vh���bE���ɮ3M*B
msӓ���:!��l=���H��b��%)�,by�1#��g�0��-q�$��:6�&�[G#W�[��j��Aw�y�P�J:���\<v�(ĩP��)���$��l $�`[BK�ԙN��,Wf�CK[J��*U
�=�1;U��)	6%k�5Ae��(X԰��Oy|��.6J۔Bm�A7bG�t?���+	�3J��5���Ż�)h��U���3�-�N��m�'�l3��_��;p/U�4��HC�~�8P�ό����CA��9�7�E����d+��e2�XfSp�C�ْ1+�\��JC�A�	A�b�M�u��э)f��H>
�z5�AY���[�T�������8KV���I�V!]��\)3��ox�����
��t�����-pu�Dm�c��֎3��-><�!�E,?qyr�p��o�GF���ƒ<٬�Q�����%;Jc&�'=�Z�$�NFD�,�W�����M;r�do޾:�v��d�z���eI��<��7)��T(Y���BD�� �Qx5�/�	񆆉)��"E,-�����W��Eڸ7/����O3V����y1}��Q7�Ϗ��Q��7����m�_v�ux\�j ]Ql�A���t�(
2Y6Z�;����l"'�=��~%�Ƚ�����8���*bb�M�ےn��<�6tԝn�uo�;�8�`Œ�u��ڕ	��e��
��.fVм�Ɣ��9�����ի��؉ם)P� ��]_dT�sC�A��Kc{V@i
�L�8�Ӆ�ZRD��і��[���*Mr�&y��ڵ.�S�\nI3��\�����E�B�҉�5-f�-Ij\�޶�M[�'
��9�.�{�'��C�kH8�Z#�֌	���k�c��8K�¡�yYP�5�0A"�(90Hbe��s�`Q�gP)�-~bQ��SV���|�E]�?\�ؙX��m ?�{�(D&R�Z�s}��Sc�eAJIՈ�L�5p+�L�{TFV�bDff����HXQ�j\Y>Î������X�y�<��g�~'���7E�?�v�"V�W;��W����F�����\	Ğ!ϒ7�J���؆�>��0.a��#�۳��Je>�L���ΗHByk�;���%�I9I���.�2$�������]����%E��ȏ@r���(D���"i0MnY6��RZ�)I�3�j�x\����)\�kP�3!��h����
�L�@3*yH����L�2��ڶ+m�x�#>D�@s�h�T�R/�Xz;�jc�9�$=6f����i�W@E�Lf�R&�"+nj/�E>P ���S��#���D�- �G��KU�9)�aG��z˫^�(�A��@��z��͏>�vFv�/��g1�#7i�#���D�-/�VL�P��5T�P'�<z���޼��6�B���/1(��rT"W0��,����
J�¤$��*=��QZu���q��z��֙�~R�H^�K,z�� �\�ԓݙ���`�
Z,��u8tyQTɒ���
�˶��GfRb"!�V	E���iuC�g���#���*G[���E��8�ThO��M�>����,q-����J��kYb_���o�\j@���	B4����v�r'"�"��p��}@�u8���#�e��p
�pf�{�/RR�x_$�}M狔�G�r��*��{�(�J��Cn�aԠQ,
�iKTfe�R�+�S�/�OHx�	���ӏ�>�V��'�Б�4.���d��≋���?1eW_��;9�`S�7�qG���[VM��~�Z����J���mcb�*�i�ѹ�O�S�d�;6N��xY�큲������>��T_c�p��v��
�п"�yU�p�n�w~8?�� �C��H%\H����T�?�ѳC~X?ҏCX�_��վ~��x���w�q�w�~�N�����α}{xo����ݠ��#~��F��V��o�~�� &�v	|sB�lǾ���wXl��@�d�^:y�'0_���&N��9��x����9J���q��'��qux��8����[��<�����B~x��M�ᕍ�i=M���K'`�<��W7�	��g?_:�0_|}�h�}�c=���!��=�1\��/�#���4V��c=�)��z	�i��gqs=D�'�j0���'��B�@���QLB,�{_L��M�^��q/��
�h����cZ�ؘ X_`��-h���u@����w��9�:��N�	�XA�����B��w��"��XA���3^3��J���C2�u>V��=��!��P.�c���n�|i��8�߂s�ʱ�$�r@��
=~'�aY��Ї�Q:`?Us�p�
��d�����k��e�Buq{�Pw��=����$!�1\W[�;q2��s��;�{Nb<�w��y�x6	2ͯq�]�pX�
�G氠������7��&Aw
|qJ���5�]���~xg���n0G����&A��C��]�b9l�p���!�a9L�e�i���r���K,�M�>!��:�>��/ǰ�|�`�M�����uK������.pJ�����x�p>����ۭpv����V8�>8`h�k(�,l�/���Ak(���ex
uC�o𭡐��1V���:���������N�~���l�?o�/�|��8��߯c�œ��9��7Ż`�,��[�] �K̃2�����p�w0�^��pb��D��78%�Gw����b<�[����x8�>8���~���1,��ra��C n�X�o�X?��K��2�?�w0?���?�G	�}�~��D��2WB����B���&��|~�X���N�w�?��q!m�`��:���kt"1nd?�jH��<���@�	�6����Lc1��R� �Ӑט�r'�
�����?�+VT-�_�л�-��O6���e"���*�0 �0)v3I1�/�����#
e]�/]xg._j3�%!�ku�S�80��D�d�t9���$��1��5�3��)��u�1�x=I1�8����P{Ʌ7ߙg�S�6����BQ��da����G�RK���<�}>#"�gif�w�0�Q
z����h��q�4�[����ʕ�U�y�ƹΤgA0�@wL*>�<%Z'�O�N2e�'������'*s׭_������gY	��Ea5�Q�����)�=-�4-�:_��#e�q����p�g%OIXr�rR2�{rZDu����:-��V�ԣe���I@\�΃�|i������g�����kY���H�P�+O�(���]�M�h�����P>+-#Ǒ&�S��4?gRd�M|do���:���0��[)៓@��?���*$&4p��?��Ȫ"�9��uF2��-��HG"��{1�4��VAh�PD�;AG��ϊ�Z�%r��R5����B��2���U{��H	�E�X̠Z �M�0��ME�")h�so����W���p�՟�"�	+x�밞0߸��M��~�i�G-���BY��"i�V(Ub	�VAЦ1��®�w��� ��ZP����e��63�h`����5�=�V���G�cfn�p�\K}JȠ>�x}|?�3<8վ,sZ~��̬i�Ƽ�-�݉}�Ms���8�WL,�<�P!;�P�"\KE�KZq�{U|?��=
�$��*�����>�l�,J���A-b ��%)r��(�BJ���U�(�PK�
�U��w�]����;p�B����֍���'o�ͬϰ�f�e4�_�j�
��mCǢ��v�e�=4+=�.�.K%ߘ�J���\�O��=&KO�@Ҙs�+ɴ{w�=tjw��M�?voך�5�V8Zk+�l^��<��w�çv��ژ�:}�	}����w�ۨd	΅,yzs�u�em�9�I��|�{ȧ]�	��9������@j���]B��W	�~g\�((���ER@T �+65p�Y���{�ǸMxl9�|#<���l��>Mo�g~	�4�z�"��3"���~mw���� \�:�m3��ox.�g(� ��;M�̎3��n��h��\���L�BI��gT&��^��+7�_�뷯��X�M�˚�Y���5��V�2�V��M�6��fMʵeRE��ʏ�d��{[���P���CO6�5��Yc�4~܃Tee_�닊0y�,%�³(qHN���_�Wh�)Ҟ�7�"�S_���Oc��Z���k���r���je!U&���h�₷@�d}�
����a/v�6Ȕ
�L�3E�!�
���5i���͂B5E�
��r�R�g�NK�,s9�+�cz�W�I�k��7S��Z[T��ܲ�`�[�#^� gaG?�����5a%��'8J���lġP�*�"E�7��88��#�؜���C�f��8�y�Y#�N����Y��4�.&/��>,�*ٲ}�O���%�;�Z'�𬚞3�33����3�p*��Z���VP�1$���8�0V�����ܠ����X��Y�1�=��� �S�w	I$ZOp�����ġ�~fB�'�I5f�o:��|�:8#��)��م��sJ�ۗ,��UPY�sR]{YZݜ��}�K�s���3:l*/��]R߸4,zzuŒ�~�\��l4O��*ǵ��Yȃ_A$<��'
��BC�<D�LP�oʟ��Ue���R��Bax��P�����8r�:'.���9�s��I��9�1�TI�h�D1�@]z�9�+��l޵�'z�3i��3s<ň��;ɟӿ�{�򜈡i	�, ��Hs��5n�C�~�i履�;���ޯ�|����hҧi�v�Ċ*ͮa��q�6�G�F}���Eo/��1YŚ�P�w��/��B��+��w�3w�GG��랛��ڟf
��ǵ�~^�ˍ|^g�~oc����A!��^!m
|���_��=A}1������"�o	3�	M�trBL�bTDJ��l�,��D��3�K�����@_ڑ�2M�t-�ʊ�����Ed5y`��k�h��rs���(El\��>�3t�����$W�E�6���޳�����
w��^��=��N.�mK�R��i�2�\ۖ���>����v�]h{��B�=�m��ڮr&��`�N�Fh��]�q�]~x�೵�Bض�k�އ��g�xUB���dAl�����B�}�2��(��<�{��6�hɇa��D��!���$l����!T*pq�(���+>y�N���\��vv�X/J��4M����X&15y`���U��?���6���Q�d��LQ���{�!kR�P��^��B*
@-,:���7*H?�Ӫ��(�5�]���#}�p$n]�,-(�涀�ڿ�9��P�G�?��L�ɽ9�|�6�G��$h*.N�V�\,G�)�ؙ�������4��MG�q�)X���̪Z�1Vtd6L�s��lbr��Fm)��JN�Ѣ+z��;扫/�(�o�hN���N�_3�{�o��AJ�CB��B:ւO�nY<!H�0�r9B<%Q����Hug����~�zg�B��圆l:"�px�J�^JSaa"8����U��������j�9frn��M��/�mH�����M�P�l!�f����DU���J8
��pF�༶������:�k0�3����,��k^N���^�&�+��Q��"�	�[X��ӆ߹�a��u�͙�~=�Ujᴈ�Y�
M�EUu��Ήv8&e�V�K��c���WNQ�s���gCAS�YQjL�Or�=��3�y�=��bra!t�H.�JB��0"?�\��P9
H�`E`*�M�,�47xImaij�sʹ8<ZoT�[P��Ӄy�����vɝ
k�X\#�Aَ'�8Ώ`�����@��n��*]��ƕ�)��z����a��$ٰ�)�b���5t��?�j
�<�+讇�H���|�	ۂ�����t�PW����o�y��R�'�*bC��:���b���W�ߴ��l��Ěާ2
��\2l�,ܞ(����R��d����P���9��׋jq��[��.}~�[To=��
ez�2O�z"�p{L2idd@�#��I��A=��Q�����󖐼�/�%�Ã��0d������}<���~��:��nK'��%�����Io/7�����œk?�`�K[*Qu���Յ+W\}^Cؤ|0P[������D��/�����
�E�$��/���(p8$
z�d��E.�]�PP�\����n���FM:�b����+��!}�{�ж꽇Fހ�9��x�8h���,�|!w����0R�ٵ��nD���s��������G�5f�~`��x�Up�$�ޒ����	�.�NJ���a
�t�",2YppXaP2�."d̡M��˥�|���r4ް���]�@>���g�G(��9`:�}��{{���&̯�<�9<���!
[��E�����S~��s~�v��7'�l�%L>�qؐ�cY����0�>C8�s�yJ��p�(�AND��8z�,��EKo>���vf��y�i����X�'�D���<���{b׶.�ײ�<�:Q��W'i80[|�����"l��Ymya��+��vtHo\6�Њ���Zzf�M��m����L�p�ƪ��ʕ��eʔI�r�t����|�U����D"̣3RC$K�A%��,JIҿ ��!W�4(^���%"�X�E_^VC�4moJ���:5>g�g�`���4�V��`�֏��d�j2�%G�~��H�lr�m�溲�]��p2we���%s�'G�>>�iq��!�������= ���&ڜ:�ZJ+�b|~FY[�V%����_�� �PP:QwaPH��Mҧqo=��a�jm��Կ�����ŵ7-�h��ОV��/,rW�
�s7r�7nɣ
�Wҟ�ϟ�:�ΦM@�g�ă���]��k}���YiuMi���&��g���o�:�&�����5I11��шd2*T.
f��5�.�+����<
7��_�r@~(�� y�
jΗg_���
���ySDR��fύ���W��Ԙ�S�{in_�5�3�������]z�5���%2u4<��fA:��\�L��[�SR�m��ƒi�:U�ڐ�NO��Ӫ�;�X�F~�l��Cc<j�VK�Rz8M�Р�]$��]�w���S�+�|�P�{�~��c+h z�����껤�;!J����������C��a�ې���1����Q~sx��d����Ja��)��/�bW�ˑNF��w�%�<zuy�}/t����W�2��eI��X4E�?г7��@��ۭ��>�ݟX�r^L�P5�
h�'�%�u���;V��_m%��7����Bg�Sx��^eۙ7�wK�op?�B�0��r���}�{��vp���s��?p���c��f�~�<����}v�O���g���0�����y���zg�H$�F��s���H�I���n<:�Q��E�vǒ�ܙ�5=|JOŠ��\�{/.i��_jj����ܦ��t_�c��6��j���p�)-����_��ګ��w=x��ye�OV7�~8�A�:��5�i��L�C!{���E�Y���A��?���Ό��)Dǯ��B���?W�
�k��.�D"1I�� �6|'o�%V��tڃ�]�*�|��=�4Y2z�:�)����YGn�l�a�;h�w��� wl���=�_��1Ӽ��o��	1�~0b�f�,����	q�N��u(��}s����7�>)�d�F[��~l����i�Q%h'�FgFh�'�t���F#<^I�
��_��+�����?���7��V@�w-�{��yCM�ֶ��g���e}e��	��SS�U�wM&���^W<?3m>�7{��ŵ;�Zw6��Y\���yפ5]�{:4Ld64���A~D8G%�&o�:��g52b��T@���4��ix�A�P�;����\GO��{�˴彫��8�D�M�i&cx�� �q�gN�o�z�_���t2m�t� �<zWllX�Lf��ea�ғ6l1��	|�r��S��!+�xy�"V	�Iu~�WM�T�������1���Sr֤$-�tִ�u&f�I��7�m_ZF��h3��K�
���E\��)j,J��7�
�I��кq��5AҠ ��$�L(�(�"�_�S��+�Hg���щ��S�Y3��µ\>ImX30���?�t��7���o6rW���\7q�[�D<��!)�b�.�/^��G�H�4A$T�:2�::*#�?�wp��~��{�[�y3�U���G2,����2�F
��m��GC���>P��]���埛�\ �t<2�A"�]$#�5��A$9���+\��s/s/���_�ZGm�H
���xM���aFAkE�J:$,*��"�
�..�aS�⽿��L:�_o�|P�kr�+Ȗ�T�Taa�b�&�����G{g+s���[}|��$y�轜�6�-9��!�Z��r�$.��|d�h��z�D>qw1��������
O�a��`��fE��G����'7����X�1��R�Sn�3�Jp��|���ލ{�c��}�t��)���z��h�=�>�Ԣ���8ԭ
2Xq�^��˶��oܑ��s�,��粑��u��f��Vӵ���:N�2��� �=&OV�`|L
.)	�ɒm�I
kѥ�j��� xa�G��$:��1�3>�%BAyf���	SfX~��O������.�N鷻�����f�Ȩ�.�N�'�K����w�o��ׯ�,����?q��7sji�IH�0]\�7�w[c�.t(Xѵv�c�n��{�w�[C�O�.���&�"��y��\M��O�ףv�w�.2a����,���������HKJ�⣢�<YY�R�L��t����*�],z���GT��/'��vd��툋+��\��o<Lj]�lGBLN)zo�h+�0�c�"���_�

�_$X�<�	�X��W�}YNl����C~�dµ[�t2a�p����5�0���>l���I�����1<7��w'x}�&Na�}���A9�Q䟑n���mDj���{���F�|���&�G�.�f��W��-D=l�$��o��P��(�*����P_��W�����<���������n����o�v������	p�p>���a��|;a��3�.�3@4��B,7l���ށ�}1Ұ��B{�/��	��q�x[�o�.���
ۯ	�p��	ۯ�m@	ۅI�~Ch_h_���¼�>
ۅx;��	��0�B�l�����&Ȏ��G���@��Q��YC�������g��<�>#�D�N�K�*<?(
<iZ;<K�iDQHTµw�K�"�������.���cӦ�������p�U��.��fTUU65�ӱD2�����4n�1u���	�5n
�W��!�o��o��^U)����a*��	.@)�>a���_��`��wC�;�q�4x:Q��7
m�?�K~�}0�d�v�|HW���y�pل	e�EE���ޅ���������g��I�K̝��R�՞G��_/򭄰�0�3y�l��5 %_��! ���o���C[6?<�\/��@�7����R����9��[��������O)A��/��}@%�E9b�Y:�!�P$
�*��:��G~@��ց�oI�QLT
��-��1��}�%��~��_M�y�x�Ay�\�CK�&��/I����
�+��>k(n��:C=2���ؘ�[_��^lQk��<S�P<�Q��V\]ĝ�NSgFZF
ʫ�����Ĕ�ԲU=[eG?����]������w�ӽ�{�)��2T��H�H1^�{���T�/�ȋ�2�^��F�j�i��ܹ
�Dn�����چ����/S9ؗL�3,��.�������J�����9��T�yK��\�?�\��`���a��]�#��'c��5YI�k�6+MN���_�2��#8�/��y
���OЈC%�N��e���|�ї����yi��!/�o��T��Y�5>,�̒��l]}C�v.A������g��`A^,j�n��	��*��/벌�/���p[I��
{hJG�w�x
#EO�;#K�3��]Q���~�qSsW��!������
o���]���Oњ+���F�co�f�aX���3�L(���v8�m�l�YWn�
���0m���@#��!e^w����"1F���_�g�m��WQqI�S�H2Tw4��܊ٻ��Q�-C�2dV^a�<��F�@:},�C�HOhl�.��K�8�c���OMO�����E��ʀ3K�o�F�0�3:mgdi�&񄔩�DU~k��<ܑo�M5u[�\��<KL�.��4h/�N�*U���Y"4
c|&A��Пx;�_•U��h�
�\���P��W�OU�nT�E�%���.-"�E1�i���ٶ�?�n�=ll�M�?�_T��6�-�
�6uv��\]m�gca��q�Zí�^�͸�I���d0�J[q��ڬ/�����UB)Z�W�q#�,Ku��1-�|���휝��!8�%E�x<*.*�sj�!�d}MGs)1oQ���S%Q�f
�*;�S
%����
�#ܿN!�Q�PDY�&,�)�sGA��Ɛ�A�ߖS�(0ǥ�[�ck"²,�4�����>qL��0�Z֝bV����kԆ�L���屙��	�w��pWL���&�O��a\h/	G��Հ����V)�a)ez�Bu\�<�X�΢����ذ����|����6���T�P2��s�
˒k���8kP��BEI�/�hS\@�]l��Ÿ\%?m�G�ӣ(�R�EJJ�OD����i?5��}?�zQ_���}g¾?�6)a_��m����p�+�9��jhsN�}����Eu�|}��q������74����8����E�r��L.s��C&,f<#�A�;=�|�o���<��o�ސ�'5kD�JWAO��X�2�u���S�@�6[P†��V�i�]4->í
��
�&�4P�k�+ge���̹+�=MǗGN���p��M�0s
��2�~���*��v�|�"���p��Ԡ��	)v1�,��gK��[g
����f1���%A�Ģ�{����*J��:�vk���۬x+ϴu۷���K�fW\}D�����K�y~2���?�|wl.���/W4��?�m"dpe@9b<J���v:��a1Ah4�9_��W�D�K0��E�N�;}�8%"�[g��e흝�Y��ܩ���\P�HHOv:����&���μ�<wrnzf���θ�#���������6d���h���SE$�9(�R���t:��az=��W�J�Nn=f"�?7h_8���oF��I���R�'C��p3�W��5�S��X\�N�M������u"��r9��8��z	-��m���GN�����B�̜�f��}V�Q�����u�i�#���\�)������(�a���H����1��ϣ>��	�q�`�
�"s�!,)+�b���0����,�M�m�Pߜ���X*��g׿\b3�\Bs�h<������ds���E��|~N�ׂ(������sMp��rSt�>^���w�8�	�8 ���b_�]��np�m�GI���^��`��J�VTxR���gF)�U�#�}��H������u���
����d�c�
n�}�v�%��l\_�gf��ϧ����Y�{T��y�t�'7��E�c|Plmb�b���X�����>ˈnۧ���}@���nۧ�>��v��'z���F�w��	��y����Y�q�z�_5��%��#�-�>�Dȭ} 9�+��p���j���f�0�����}�9'���f�C��:L'��|��)�s,�{��S�h�Ga�c����]X�&B����uڀv98���/�ňzJ�/�1��Pɢ�{��zN�[���vp7��g��Q:ח��2řg
����S����G���#��&Ш�Z�����\�'C��eR@�{�N�`;��Ȁpc���C�U���}�a	�@/<��q���d��l�|"<0�Auo����5Q��8�!oF��Jw�S+�Th$��+��E[
5�.���,Z�U�ɕ�4Vk�r�0"��g�D�x˩����u���n<���Y�.8�<g�k�P�ң�u��>8�B�|�`��o���,=�*�A�t���fOA�S�%��젅LLEF�
"�[I���e�n%�Z���	�uu�kF��Y
Q��Ґ;�qUQ�xϩ⠊���;"{�]�b
�����=gQh?R�y��ָ�x�ծ"c����=��H�@�cY�|�!r	�GY�OM�,����Bv��6�14��r:J�pt��MI�/Ҵb���Y˳7�W[��	6ֵo�Ll_��fn�&h�Џa���N�217|���%S8��vD�4l�;1qYt��B��ş��ې99��+��JNKlY���z�&���	�օ�q��r�}:������>]`�>�6T����0 �R��4�B�>�/n�n��^��e�U�����7���d�c�$��"�<��Dɠ�cABE�N߸�ܒ�f���L�BϷ�|���O��xs����d�H^:y����y3��C��Q�����������7�Q���h�k��C��P�~2�������%�6񨞲F����:YL����~��7�n��Bӷ��<qiqH��1�%�/�\�A�,���i3~k�v}�>�g�ʑ���*�3Ö�Kn����/�9�\,ߊ�|.x*�8�[m@Ih<2R��--��%0r	kM<G�b�D8��4�Kd�r!�h��w��W^3DH���
�1��=Z�z����v�.h;��߇B�{�/qjŔ
��;^^Ժ�=aV���C�.��hLʆ�I��1���,�Q\���6n-^r�i�a�/�Y��?�p���5;��4Cܼ�Dy��Xv
�?_v�]Y؇}����B��"����}�Dl��2��C������L
�7��a�b����7mBc��#7Rq�U��#�� 5�X5�<���O`�2j�X�������ac�ͷy���Rq��t���r5�X�
m��a�JcU-���%5�!���L���9�ƥv�~B�]�������`.C�DC��o�<?k�1(�
�do�Ϻ��������gh��e�fc	����JG@ۑ%���������|���ߠ���<<��
�\?+q��8�C�=L��5����Jr�!¾�|[=YM�
>����O��K��omݰ�7�/1���6¥��sFt~Sh;A�QZ�uL�_mϒ�T���ж��'�11�_��y�?��.j��W�E�K��Eȟ�JD�L�)��x�9���
�7�L��x���S���lztF�){ߢ	���5O=��Y�~vG}��͟y���/��t�Љ�������e�#�BJ�=:HL(�J^���P�P�n
�Wk��j��{�'�f��iM�/_,7���:�b"���&I�\�+��\��v�9����E6+ؽ뾼i�hl����'�?7�}D��a�At��9��
�EK'�=�t���4�����^��S���Jl��ĪTr9a
��ӎ�LP�����F(���lM�+}�kZ���NZfY�s��ݞ3��Ě��6��-'�/ݒ��e�pl�O�s]�MZ���r���$O���Ƴ�f�Ԋ��76?8T����Oz:Ηa��|��J-���,���|��@I��2+��G�[(�7�	�KG�Kݡk�H7N�>D�i��
�*pֳdV�����+������&I�Hd0�	�F�w?��co�ri�C�)��*	�
�͊�8�>��鉇����T�F������+�����sn�2��P|FV�*e&�Խ\�X�����w@��r�ͼE8����hHJ�Z	����2�M���ȱ��1�Bg|���Ψڥ�q}˶ԤO�o�\�ř�s�=U=b�W<�\��1n���u���!c�z��������D�4xw�lw��Ժ��c����]��^��ĥC�3lc2g5�J[�=t��KN	��%o���5����a��_�w�lT���L�Ip�6zd�b}MdəA��
]`)4>w�?r�oO`Av�>�*�������O�H�OXxa������(��[���}[���+���^8�zɼ���Ӫz���N̘}|e|T�`ղG:�6;w��ջ�����5��J�G[[�ͨ��$�1�VN�n�ϙSݹ�gb��z
�
52D�P��q���
()v�
�sm�(�����1(5}Yi��uS���+��mH���h��3mQ�}��?\���"K�Q5quK��J~Xa*��䚸�GVL>�}fv�Ž�����rwy��|��UhoLi\[Y�`_��蜍��K�%�e!o@�4�H�G�8��?L��2M��ť���0�ʓϛ�nzb^��8�g���ZKu�&�z��O�H1���a�4t�<w����.�dJ��G���Ń�;k6=y�����ȅ�����g�T�U�O�Rx
��GT8=~�_��zh�Q?���R��ڇ�����@�����ez:�<���
�/�����G�B�ўK�3�<ʹ?O�>G��h���}x?/�ٟ�M�\�"���95x}������y���_�k�O�2eBSҧC�a��]�-�/�{'�uE%F�5q
C.:x�m��l���x��pm�W�!����Y_x��TAoE~k;n�&-BP����ڵ�V�)�rd��
�r{'�I�kf\����Jܹpq�ڟ������oގc;	�^y�������=H
J����o'��|q���n�U�a_���_"ޠ�䯈�t�R��}_y�M��ڊx�>���-���Gķ��ڗoуڏoӛ�?#�C��?!�����_9��z?و�B[�gW�I�U�5ɫ�7p���Q��#�A?W�E|���ލx�v�Gߢo��#�M�T��x����F��|Z�=�;��)�М,i�iH��Q���N����`��:&��=���s��뀦X�س�~��<<�SW��bJ}J�eh̻WN#0��q�71��?'zj&s��{ͽ�8*ћ�B�‰�֜��S?4։�����h����t`ƍܘ|��L�]���W�G�D$$��F���r��>�	�|��=�[D�G�Ώ�f��:�[�?�?Z^W�5��I.�p��\5���*�)G���띒�|��{D���b����|;�,��`�k��c���=g6�+��m�;!���b�6�L}<��IW
����[����/�9����,21�s�Wª\;��ʄ.�@Y/��O�v�xˁ�;�74��o��9���$LMa�|�Dg,s]�S�ex��cy,)��3�t^�%��j\V�ϵ�J���H�J>��?A�2�G�,�Y�r�W���U}*�6btDAY�l6KKE��R��h��_��KgX��0�ol���1}�w~�i�C�l�v�MCz���R�v-�#e9�ܔ��#��ꮍ�%sw��!v.�n	���zܥx^rk�p�G���P,���=b�Q<qe�:�ALxH���k�9���E���DcN�3?�V�@�yh�i�)+<��q�[�P6��b|즻�`���R{)�H�!�&+��>8���u�'ޥN�Rc�F�ݽ��x��
���a��x�m�x�ֆ��Bef�Ԓvea�4M�$n�RŖm%���V��̌����������e�ww>;���y�ߙ�����9��;&!��;�7���7�`�$,��d��ꩁFP#5Q3��HE�i��ehYZ���hEZ�V�UhUZ�V�5hMZ�֦uh]Z�֧
hCڈ6�MhSڌ6�q��R��G�!���8%hKڊ��mh[ڎ��$�(M�R���j���M�i2M���M��4��ig�I�Ю4�v��iړf�^�gCӡt�M�ӧt8O��yt]�ut4��!t
7�:��Hz���&:�����;��.���qz���9�A'R'=Iz���g�)z���Ϩ�^���y����[:�^��%�/�+:��R��Q/��LP����T�>�Q?-���9-�%�����h_��.�h:��/�k�����G�(�c�w����2�,/G2�����+�ʼ
�ʫ����k�ڼ�K?�ϼ���ơ�o��xn��9B��+��Q�q��%o�[�6�-o��s�S�>}�i�p�s<�'pO�x�ȓy
O��:����t���3��]xW�Żѯ�}H���ɳy/����N.pwsy.���r�+<���;��}��5��>�t/�E����>�/���| ��!|(Ƈ�|$�G�1|,�J�����Ioѻ������|��'��|
�ʧ��|��g��|������/�b��/��r�'_�W�U�/����k�:��o��&��o�[�6����;�.����{�>����!~��G�1~���'�)~���g�9~���/��̯�t�Ư��&��o�;�.�����!��'�)Ɵ��%�_�7�-������{���g����w��������zi��(M�,-2RF�h#ceYV���eYQV��eYUV��e
YS֒�eYW֓�e�P6��e�T6��e�l!���D�W���$dK�J��md[�N����$-�JN��i����L�e�L����L��2C�eg�)�Ȯ2Kv��e�Sf�^��9�!�R�.�)�\�'%镲Td��-U�~��Y(�d�,�}d_�O���@9H�C�P9L�#�H9J��c�X9N���D9IN�S�T9MN�3�L9KΖs�\9OΗ�r�\$�%r�\&��?�
�R����r�\+��r��(7��r��*���r��)w��r��+���<(���<*����<)O���<+����oyA^���eyE^���uyCޔ��myGޕ��}�@>���c�D>���s�B����k�F������|/?ȏ�,�ȯ�.ȟ�c�UT�h��k���Fm�fmё:JG���貺�.�+芺����誺���k蚺����躺���膺�n��覺�n��tmՐ�5���՘�5�[�V��n���v��&5�i�hVs:^'h�N�t�u�N՝t�N�ڮ;�L�Ew�Y���{�:[�Ҽ���Ԃvi��hQ��<-i�����uo�j��kM�B]��u���~����Az����az��G�Qz����qz���'�Iz�����iz���g�Yz�����
t�����-t+=�����fz�������B���Ջ�.�X/�K�2�\��W�z��K��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}�~ԇ�}T��	}R�ҧ�X}F����y���@g�t6�E��Kt)�L���t�J�������k�:�G������o�;��������~��'��~�����~�_�7���G������{�Aԟ�g�E���w�C�4d؈QcL��7
f�i4M�ٴ��f�mƘ�f��Y�,oV0+����f��Yͬn�0k����f��YϬo60����f����lnƙ-L�	���Ǹ&jb&nfK����lc�5ۙ�MҤL�dL���x3����f3��h&�)f���L3���nv63�.fW3��fv7{�=�l��ɛ9��t���2ݦ��\3ϔL�)���o�6U�g�M�,0�"��,1��}�~fs�9�d6��C�a�ps�9�e&�O�$�i
�r��5�
�4V�}�j��I���M4${��J�!o�>9�ZXP��Ґ�tWʅy
y���b����U*,j�Xj�tg��tx��LG�w�i%��7d)���B MY�|GG���T4�@��g��B ��t�{HG��A��pi�0䊞!WL�����P��_,uꋁ4���E���hoLzW�*m�8�y��ܥ��C$
����
�R��Y쨟���K��I
���d�.b&���<�^Ur��B����Ue{������je~OA��n-��� �
›bë2rJO�ܝ��zK�Z����R�4K�!�͍�O�䪕�m_ �Ӈܞ��'���F�g؋�m�3����P�P;"�!�vA-���j��]W�#�Mmh��YC���DžC�]�؋���l�Ki��4���u�J���nJO�Z����X�6�l��Ϧ���֦����͆d�j�`��R���ڕ�v�%�C�$�RÑ�U�)ۋp.��]�/(tTz�4�|+������rƁF�1h|dO�2/?��`h�$4MCsVC��N�)�*�^��0\��u��r�odg�P-���RS�4�'���r��P*�-�}EoD��#���o��j��[���ڇ4n��[趍���a�,�*�����{{�c	�<3˫R�W7�dz���!?~�{����ˎ5�\�]�
�L-괞J��bwo^g�k
�N�)j�M�+ZL2��6�G��p�ܔ�-����/��\�����?�n?���B�?�_f��_���;���V
B��L��\�EE�ħ՞��I�� �� �����b]ſ�-Co��a�l����a���eB�0�&���

A��ԁ�Ё�b�84MBS�44�Bm�;!�C��?~����f����`v;!�C��?>O'~�0���&�?~�0�a����?~���#�cAu��r"�G�����ԉ�?~||||||������������������>V]��Oo������?
~|��N�(�Q��G���?
~�(�Q��G���?~��1�c����?~��1�c����?~�8�q������7n�8�qp��&�M��7n��	p�;~��	��'�O���
N�$�I��'�O��?	~�$�I��'�O��?~
||�8�ZqR���I��?~
��)���O��?
~�4�i���O��?
~�4�i���O��?>�%뒓?~���*~���3�g�π�?~�,�Y��g�ς�?~�,�x�u�.��]����?~��9�s��ρ�?~��9�s��ρ�?g�.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b�w��X�]��.�}뾋u�ź�b~��.懛�G�0?\����p1?\����p1?\���|p��.��E���W��"_]䫋|u3ף?�W��"_]䫋|u��.��E���W��"_]䫋|u��.��E���W��k(k�ӐU�~�i�~f�S���L�ͷ0�ƙ���,{]�'�7	����i�@]h�ơ	(�k������7g5~
��)�S�O��?~
��)�S�O��?
~�4�i���O��?
~�4�i���O��?~���3�g�π�?~���3�g�π�?~�,�Y��g�ς�?~��|͂�?~�,�9�s��]m/gAρ�=zt�t
���k(g���Y�i�F�ԅF�1h��&�)�!wd�܉���9��{׼/y���W��-���B��-�XX��}qz��1�-�>�Ї�Cb�C}������1�7�pk��=���=n�8�qp�����7n��$�'?	�I�O~���tc��X�8N�~~��H�I4L�L�V
���!�TȮ?�ZZ�~zm,�{���J�P(v���T������>o��(�ȁ���M���Sjϧ܈v���~���1�\�~Yz����h��j�,=
A��ԁ��(4M@���7�����;�k�=����_���}C����������R���r�	vH;*��y��8v�]��t
��r[v����ݐs�{{�,=�_6���6ߨ>��������K��߯/���%�w�=��jk$��7��D��7�B��E��]ti���������vѿi��-w�˗���4o
�i��a��C�my�f̮���P$5�T�(혜`ˎ;X�g����Σ���m���-׷���]?1��`a��cږ�@pbT�����-��	*��G�~a9f����m�;�A���vk��a���}+ZH�cۘA1��
��CwG���bC�!�t��'���?������n}aX�8�\64�6��a�7w/����?��v���k
�𞑁�<2������a�4w�*�bٷm�:n�F�CƖ#��<}Z
�Ȱ�3���k�	�q+svp��w��K
�ʸ�r�w��5��3M����]�Z����v}�E�]��X3Xfl�rF���'x�/u���K]
�o_}�^��׫�^=��K]���Zo5�s`�>}}�M�gk���v�����0 
F����G��<m���߽���}���=�)��g�������1��@|�b-���QA;�
L4��x��G����B_��	'Fa&�8ږ��@��7�(;�S��?���

��x��.CQ��:�Tc`�%L���
�5�Du����N�i�%*Q^��fg'_�99YK�TK�{�wd)�a�c
�
c
��?L�7��8�c���N��y�#\��r��r��P���K?�G�������g��'��;��'^z����WeOQ�ˁ��[�r'$���.{��Z���*_T��Z9%Y+�d���z�RM��6W�Щݴ�j�n�3-��I6Qx��W}PU�߽g�*"AAD|A��X#��1j�"_����|�����_$N2��ƨ1�$ƴ5u2�N��t:�LG;����i�6mڤ&��6�Ӧ����r}4��t~���s������(�d�I�),*��`Ӧp�*[��賶��0���;���t�:���P,�Q2�)4��P*��XJ�q�A�)���)/-��eKi��|�m� ����oa��b��7w`�O���Ŵ���Aڽh�� �Zl�\(_P��%eA.�XP��Kʃ|�<��!Y���!Y��u␬G�:iH֣na=��!�M���ڻ�-ų��Y���Nh	74�_B�Z�R������:�B�Ev���)��A�lũ�yX ��<�3�����^A\�L��:`�>�-�|Ez#��tE����onw���v�V:ث�`G�<���|���}��D�	�n^&+&)W�8Rq�b�b@1Aq�b��xŠ�reGI������3Z�n�I�CKi%5R��i+=A�h?��t�ޤS�����!}B_�?�+�)���x��y\̕\�k�������GO��{�t��8�|���<��,�1s=�;WƖ��g=yѕq��d]��&��q��l��{=�Ó�=��'�y�3Wz�1Oz~o'���G?�x;	�ћ���>����lOzk�y�u7�O�qB�'+<�֓��w|�j�Nꐱ�N��sd�y���:�=�}��7����2N2d�d�hy@�H��7e�L�	��e��#�r��J��q5�p-/�4�)���e�9+��s��2U�!��a)�ER$ߒ��M��~)�ɒ#�e�<$��A�'�DJ�LʥB�H�T�RY��k�_�4��[Q)�Q9U���*�X5��h������ty�}L�?ӧȯ�t	9v���u�qg�D���ȴY���|��1�)��3�+��_�U�qF;iN����cf�Y���c�5��yI�G�۲F�Q�d�4K��"??��Ԃ�S�����b�@�8y��i���O�<.@�r	���Ws#򽃻y32������!>��5~�§����'��7��5ǁ���g���U#��D�A��6�e
"�6�0�Ź�"��Fq��y�9L�fλ��h���)��
����+��M����7Y��n6G1ڃ���b^�h�,�zi���%��9<`N�Jp�<JF��p�-m�1��*�i�8VB�ti��`�t�K0S����%��n`���K/�N6WHp�l���ղX/[շM}ש�z�ݠ�!�mW���T�.��{��#P	��dw�jc��Yx��t���HN�D���S���/C"xs��Z`f˰��6���3X����:粪���rS��*3�9d97Y�[��&^��`ܢT��ܵZZ�~��vh>M�����]V�:�\J�{����L�}�kW�|�<��w��%� �|�
(A�ը-L�U,�'�2)Gb���"1��,��:<3����{��#�`�r�F�L�W�J3i>���G���k~K��j������_����k}��v���O�ϝk�?�9�q���=�9�ܫ}�����`��]x������f�]��ǝ�5le��\p0k�qh�\���AϪ��/������ύ�<׍��m��:������ҷ�A~���UE��o{Q��ZD3�Y���9n^6�!�9l�7G��yѼd��W�ZjN��T�+�I7�Z�P��j�̫f���?v��Q/m4��Sf�y��1{�����՚�v��b��V���ǦWO;�k���2�^��.�P_Zu�� ��"#��j%����_�<���G���y��{>8������ݰќ#��Ϳl����h��ZN�0t
*�r0�
0�*0}=���z� !i��.�}��Iy<���ىc�[z�W6J�l�Ͳ�V�9���ofy�w�5��kQ�+�o��"_99m�U��UV��`Se�V�w���ָF�P�<��B�[ky�Z�\D;G϶Te,��z��,Ff
�x��0�c9`�4�O�=��#fy]�2E��:���o"�HӮn�ss;��n���l'z2���/I�19��1q�ڤF^x�ݜ{�\U���9U�c1` ����G��]]����@��a�1�$�!DIxF&BD����EDE�A#� �+#�e"�2BPd0�����'A�{׽���kW��>����{�N�ug�s���i?��#��q�V�t'����NeŇ�]�,^�|�*�('���Ԕ���_�)�W���u�ɧ��̕�Z�o�	��lg_g���U�~��߇ltڝ}�ݳ�_V��_݅�W:mop�x�����h�5��[����[�
��m��Q�;;�]��Y�{u�ꌠb���bgMj�sq�a؎�<��XԊ�U�kPgv�@�b��v^�lWw~��{��:o뼣��:�5���g;���j�Q]���]���vԵ��_*ѕ�*a�w�u(�𮣺>�:�뤮SQ�:��|�ƮM]������u
꺮�nF��ug׽����z����^�#��BN�ݨМо�P����`(%UUB
l�BKBG�����N@���
�+�!tQ�Rl_]�����C�Jm	�,�l[C�
=���z�Jhg7��=�{���I��#�1l��bw
5޽����>���n�{E��n�����4'ݟE]���t_��m��&�m*w�4O��Qa��'T�Eiκw�^Ua����Q��sQ�,@i$P9�rA]�`�ft�ᨣT��ǫ����.��l�w�F�M(��+Q�U��ש܀�|/�u�
s��!��PO�<�z^��X�Q=��A��}Q���ի2�=TE6z�,A�����e*PҳRe5j�ʹ�
*�DM�PW�@Nϵ*ף��=������="�g+J��M=�T���T�+����W���{����P!<�W��fPEX�WY�q�G��V���*�Pb��L�z�����+�z�W���_��녿^�����z�_/��N��_��녿^��a������_X���/,���a��U�/,���a���0���_���/a������_x�
���_���/a������_X���/,���a�3S������_D�E�/"�"������E�_�"�/�e*������E�_�"�/�������_D�E�/�E�"�/�������_D�E�/"���O���_��냿��
����>��}��'���O���_��냿�}���z}b�o=J�]�{}���^��(�����'��nC���{Pb�����@��>V�>��*J�����~֭~��J���^%���(���Z�/���B����Qb��U�_��{�Qb����_�oF����Pb����_�߉{���^��(��<J�����#��70%�X��@/J�
�Pbo��{�Pbo��q@�
,C����(�7�%�6�������
%��E��v2bo`J�
�����4bo`J�
������F
���Y(�7�>gP�
�Pbo�vP�
Qbop%�Yk����(�7���7��op=J�
�ߠ���A�7��o��� �
��A���7(�'P�o��� �
��(�E�_���/
Q�������_T�E�(��ãb/Jԋ��(Q/*��D��؋���ƨ��B]T�E7�\qQb]T�E�uQ%�EE\�XqQb]T�E�uQo1'&�b�k1X������Z�bb-&�b��8��b�,F����.&�b�,�6&�ba1�����DX�b",a1����AXlk�W1�Zl[l{�b�*Wqq������U\\��*���D�������x\4š).���Mqh���84�ES��)Mq����h�CS\4š).���Mqh���84�ES����g
���8khB$%XC")��I	�ЄHJ��&DR�54!���	"J�,A4K���,!�D���J�b*A4K��\%�Ub3J�,A4K���,!�D���J��+A4K���,!�D���Jҫ�KBXR�%!,)’�aIK��$�,�h�$�%�Y�h�g�e(q�$�%�Y�h�kIXK��$�%�Z֒b-	kI�����XKnA��$�%͒D���K͒�fI�K��$ԥD]
�R�.u)Q�
��RD���K�Rb/E4K�����_
�R�/)񗂿��K�G�����_
�R�/)񗂿��K�_J���/%�R��	��Y�h��)�YJ��fiQ�&��Ea�h��i�YZ��fiQ���Da��/
i񗆿��K�_Z���/-���i�K���f��K�_Z���/-���i�K��4���_���/
i��;񗁿���_F�e�/#�2��ˈ��e�_�2�/�%�2��ˈ��e�_�2�/񗁿���_F�e���_�2�/񗁿���_F�e�/+���Y�ˊ�l%����d�/+���Y�ˊ�,�e�_���/Y�]�Y�ˊ�,�e�_���/Y񗅿����_V�e�/+��(񗅿����_V���/'�r�9�ˉ����_�r�/WG�����_�r�/9񗃿���_N���/'�r���(񗃿���_N���/'�r�9�ˉ����_�r�/o��y�ˋ�<���_���/y񗇿����_^���//���P�/y񗇿����_^���//���y�ˋ�<���_~J���//���y�ˋ�<���_�
��W����+�P��W����+�_A�� �
�W�+����_a=J�� �
�W�+����_�
��W����+L��_�
��7C�o�����
��!�C�7$���(�7C�o�����
��!�C�7$���oH�
�ߐ�ڌC�7$���oH�
�ߐ���!�7C�o�����
�?��)��"��_���E�W����+�_Q��(���W�e(�W����+�_Q��(���WE�+��"��_��⯸%���WE�+��"��_�����o����0�
���J�
�߰�f���0�
��a���7,���oX�
�߰�^���7,���oX�
�߰���a�7��o����0�
���	����a�7��%�W����+�_I���$�J�W�:J���$�J�W��K'�N-���٥�KKb�tY����+]W��tsI\��,�[z�$�JO��)=_C�?�^+;e�S�S޷|@Y��{˃�TY��+�FyQYl��(/-/+�������ڲ8(o(_T����/_U�Z�ڲ�|c���f������ʚ����e�jygū̪h.+�U�UB�`%V�T��[e���rXE�U9�rleEEsTYS9������\\�l���ru�ە�Un��V��rO偊ƽ���D�يF�Ž��Ѯ��j��츫�*;�F�ʎ��Ѯ��j��츫�*;�F�J֪�Ѯr~��۫�ߪ�*緪��J֪*o�����۫d���U�ZU��UNrUy{��\U�^�$W��W9�U��UNrUy{��\U�^%ke�55�V5y{��UM�^#kU����Z���5�V5y{��UM�^�LW���8�Ֆ�p����kd�j�Y����F֪&o������kd�j�Y����F֪�E��UM�^#kU���8����5�V5y{��UM�>B�jD�>B�jD�>B�j$�B�jD�>�foD�>B�jD�>B�jD�>B�jD�>B�jD�>B�tD�>B�td�
Y�y�Y�y�Y�y�Y�y�Y�y�Y�y�Y�Q7B�tdB������7u�W������_]���.���Wu���U�.���Wu����:���_���u�W������_}�
���_���u�W������_]���.���Wu�5�F��(����Q���7*�F�oT���ߨ���Q�7
��T�oT���ߨ���Q�7
��o�F��(����Q��q���-(�7�:3*�FYgF��(�̨�e�{��3
��`�i���LC�5B(��`�i���LC�5Xgb��:�{
֙��k��4V5�4����qA�ե!��.
�`ui���KC�5X]"����q
V���kL�D\�ե!��.
7��2&��X]�D��˘�cuqc�.c"n��qc�.c"n��eLč��qc�n�D���17��fLč��qc�Q"n����
c7��ژX��1�6kcbm�ƞ{a�=��k��8����w���8t�D�8����qa�6.��!l\��C��m79n�\��ދ%���饱��e	�㰜�e3�g�	}��X�?�����)X>Ƶ�ft�[��KX�b���h,�i�-��̧c"����9�t�<�Lғw����Fn��K޴�I;��	��e�[��,��9,1�k'w�͇^W3<y�,o�N�:�qߛx��c��O�\��SX��g��,Z[�}��j��X�1�����E��h��Թ˽X����{۰<��f,7ɲ�|��,��{��|���*��Q����Ρ�y�:�x��\Ok��y�{ڻT�r�9uŤ�{�S矩s����L;�Wi����i�}�mB�Z��lb�}��3��E��"��D�#F{��g�Mk�vsǎq�e_�r7=y��X>���~,;�|����5�s��Ŷ��|:�p�<,?��Bz��m\���Ʋ������\�,`��F�ͧ�!��U=�Y��U��ɷ�R��8uN�΁m?�ޠ1p�w��ҰP�����~w�����xwK�1��gt<9���s9+���L�O���zSK/�ͧg���'���}�Wg�k�?�7���/Է�L�M��z�п��eEoj����$}��t�|����3�o�n���:��ok{���ڶ����Z�vf���s���h�z��:�ҏ�&�}��iz�_?a�7�}��Ձ��NY�}���/vr�E�Z��Էz;}��&�3nt���]�Zz��^p	}�ds��v.}��Z�C��l;�5�K;��js��Zv"��rr|:���xXѼ���ƺ��a�j��XҲ�e"�ߨ�(v�s�gy�u��g|�����bN��\�+�kھ�g�h�*��y��yO�<xw����K?Y���̽ZzIk�f�ʓe�'��oz�;�{:��U��=���~�I����j��v��N���=�hf�|��Z�/,4���~��>�����]��ij�~��/oAw�0ݾ�-��p-눓��f�M������c?��3��cvw�1��{�;���{�Ѫ��W?Ԫ����}���{�#����l��~	Exe`3k���{FT���e�k_`M���Ռ���\��^ӌr扮�X��в��Z���/:��.l�7��i��M����:�<��Q}�Zn{Va�f�S���O�n_}��Oџ�XY��N"��071���0�־�q��gk�c��-{����V"������̲�`�KM��0p�y^�7�j�iz�R
��e'+�]��Ř�}�p/v�2���/��Nl���������glW��'��9c{}^I�+�]Y�a�'�w@��vu�����ˈ̖ak�c���Wu�{k�Vw\?�e<ٍ{�3�U5�ֱ��8�g���U
n-W�Ж�(���m�}h�ԟ�2�?��\_�{�_F��Iv��w����h�Q�߳g����Gg�e�.�ʨܙ�����U�`�ў�l�i���#%gNR�6���nj�Ǩ�U�l~�ײ����-3;(�I�7��;{~q�-�A���fN:�[����>�,�U~��O��nWI�׍v���?�혗��OP����#ͧw=���?�`w���#?��q-��aU�&������7��a�^��)�e��=q�|����<ώ�u�|z�Y}vr�/��5�E�jG�j�㺓��D�U�ЌI��׮c�9KO����@O���%�7;³�����0#;�#|z���Z�~����Nc�Kv�����Nhy���6�`w����?{]��͟�_&�X~N�8��f���=���F�{����w��f|�&���=웰�>�h���Ա�<��%^�>�{���=�5w�>?
ؼ�}�7�����������诠O�k
u���_isҎϞsd�`� ƺ�A��}��N7�b�
�
�C�v�<�}@�����1��<�[¾���jE]{-9.�����xB;����E��7�e$��eV�d`l6��LjΜ�m�ƽ���`_f�Q�&/��ڎ��ym�[H����ԩ�g���f��˨��w)v˪���;�6O�Q����i�v5��˜<���N��nsA�����h�y�k�����ɽl�ѷ��.6s�̙�9��m O��i��c��l��Ѷ>�1�yX�E�<��3����{�O�,�gה�Όs�#���4�_��*�S�η���B���s��RY���0b��=VF4����������+�{�5�
{g���qk���mg��<�9s�C��O��&�/�&/�ݯ����W�/�aw��|���1�;�M-���ߢ�j�K}�L ���I����?�V���m��?����&?ي�����ߝً�v������8`��~�=f��q���``�Ǚ�}�����X�5�S��ͽ�P�5+������w� �\�[��`�+�
����K��l<Y���d�dܼ���=���f�����{���_B�G�v��d��i���Zތ݃�T�Q����/�}>z+�f$��v�ݴ/f�l���i3Xg}�~�oس��~6Χ~b�ìJ����b?������IW�'�_Ș�.�����_��ڱ��OП��.�4,�^®)���W_�p���/s���֑ghǎ��Oa�(����d;S�}�=��n�m��7�-��;��.��]��y�9�F8���}�����3̜���}k�e���[F�b��c��vō�-�I����n׬Ed�طx'���k�1����3���ݟ��:��U����E�a�6�,Q��L�Z�s�/vuN�9���Џc�G��-=�'f�W��>���}��Ƶ����˼%a�<�R�d����޴s!�?���WlC���w�퐉
���۳�h���{�v��a�	�`����/�%��)����k���=����N3��^�i�>i,��������b��]ղ����ؗ���_��i3v�8�����Ncwj[fvG��w"\go�ʿ�ΩڏO۟ž�������ɴ3�d��G�+�>w���K����x��쬕�R����|��O�6G��
�3���_s�?��{�Û�~���G}�<��>в���ϯ
,��Xg��v�����?��`��p��?�a��v����3�m�U�Sl�uoW�s�>d"�Υ��y����'�#w=�L�>>`t�T�N6���ރ�{+�g2TzS�y&z4�#zؓ���f2}Xo�D7��	�J��M+�f�?�ZY�69�=�~�ߴ_:�Ж}a��-��f�ײֱO�n�!ҟ�0۟������o����Ҳ_1kM˾���o�׾���o�d�y�=��E��K�_�b.潧�?F���W1>�����7�z��q���鿵@��ݾ�����h觻��m�w%�]�E}{�����A湚��}y.���2�l���onϚ�7�a�o�U��=I���&lj�Ǿ+����/ؓN�	�����k����;�w��{3/�~5���}oi����,����)ϲ���]���<�?���Y��yS{�X�i���ݣ��~��g3�m3�Q��
��)��k��4�������G���lX{n�}=�ݰ���9��L�{�L����1���d8�g����Ź�֒h��I���8�h�ѿ[O�?��V+p.�_d�g����cvf�A�3c��|:��Ȏ4p;���cF����������M}�ɦ>���z��0M�}�5���z�y�b�O�9+�o�֛Y��ڍ��ԙ��_ߟ��8Z�����iҊx'�ŗW�W�g��[���PK�&�N��]|�qx�Ѷ�ށ}�^]ht�}�a������������M��q��w�s�3�Y���s�~�����\�\�4���[�w9�9�
��|�٦�Mγ���y�/�R�s���|�yI?_p^���?��r���+�u�:g�{�{���=��3�~ʽ�}��%�vw��E?5��nwĽ�+���7�{�w�{�w��^{��K���x��;��9�(
ަ@1p�wI�C:'�o���#8׻?x@0�=�ƽ���`���+ڿ�G�����̷���s��y/?����ƥ�Y��Z���u>��Y����q�yۼg�����
'�\�ɇ��B�{��ύ��ܯ9O�o%�7�f�n��;���-�J���s�U9@�S�W6�]�'݂JE���H[�r��R�e*'��TY��>��:Aw��Eҗ:���}��5ٮ��^�2�1�Dܴ��E�u��s��͉ܵƹ�ϵ|�&�}�����~��;�������;��O�1�.Ē˝����>|�e��s��~楩�T�1�S������S��L]�e���y��WM���6�?�OռEz��]��iSH�8u�.�zЙ�-�̽I3�8s���\��,u�v�w&t�̹'�E�lg�� ]q;��1�Jt�[�_�Fj|���<����w�8{9��B���t4�����]G���ۃ�7�x�u���C�'�tӋ���pJ�m�7<��w|WD����p���e�ۭ�x(��+��Ӧ�~˛x�S��	�z�g乽޳��0�q�t�ɖ�g4�i��1�O�hs27��L6�d.Lܬ,&b�m�i��w��cPe��>��5�A*+W'}W�t��\��RW9X��eW9�1�{�9UN�jNe������Zϴ>�C'��p���gT���Ύ�1�����Y��tw����&��+�d~������鍊�p�_��ܚɡ��j�}�yOfv��!�q̿0l�wo&Olr�W����zrQv�>�����k%�9%����P��Q·�㝓�S��)"��l�j{���ofg2�;�+̾b2����d���`?bg�#s\Þ�A�=gW=c��u.�3f�0����������>W�O��~�/�?i����UN�g֟3�w�Po_��u�W
s�6��7���dXL�|��d�̷��^�|��[3��[M�]+�s��{���
1�Zմ2������w&Passets/fonts/owfont-regular.svg000064400000205003151213253360012674 0ustar00<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg>
<metadata>
Created by FontForge 20110222 at Wed Feb 11 17:55:33 2015
 By www-data
</metadata>
<defs>
<font id="owf-regular" horiz-adv-x="1970" >
  <font-face 
    font-family="owf-regular"
    font-weight="400"
    font-stretch="normal"
    units-per-em="2048"
    panose-1="2 11 6 3 5 3 2 2 2 4"
    ascent="1638"
    descent="-410"
    bbox="171 169.335 1919 1926"
    underline-thickness="0"
    underline-position="0"
    unicode-range="U+0020-F1FF"
  />
<missing-glyph horiz-adv-x="2048" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name=".notdef" horiz-adv-x="2048" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="glyph1" horiz-adv-x="0" 
 />
    <glyph glyph-name="glyph2" horiz-adv-x="2048" 
 />
    <glyph glyph-name="space" unicode=" " horiz-adv-x="2048" 
 />
    <glyph glyph-name="uniEB28" unicode="&#xeb28;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1235 530
q-71 -41 -125 3q-56 42 -33 121q16 51 113.5 80t98.5 29q2 -3 -2.5 -104t-51.5 -129zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB29" unicode="&#xeb29;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1230 539
q-63 -38 -114 3q-51 39 -30 111q15 46 104 72.5t90 26.5q1 -2 -3 -94.5t-47 -118.5zM1605 649q-70 -41 -125 2q-57 45 -32 122q15 51 112.5 79.5t98.5 28.5q2 -2 -2.5 -103.5t-51.5 -128.5zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82
z" />
    <glyph glyph-name="uniEB2A" unicode="&#xeb2a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1230 539
q-63 -38 -114 3q-51 39 -30 111q15 46 104 72.5t90 26.5q1 -2 -3 -94.5t-47 -118.5zM1605 649q-70 -41 -125 2q-57 45 -32 122q15 51 112.5 79.5t98.5 28.5q2 -2 -2.5 -103.5t-51.5 -128.5zM1365 296q-59 -35 -105 3q-48 36 -27 102q13 43 95 67.5t83 24.5q2 -2 -2 -87.5
t-44 -109.5zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB32" unicode="&#xeb32;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM796 754
l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB33" unicode="&#xeb33;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1374 824
l-61 -73h205l-379 -379l109 273h-145l37 105q118 26 201 81q11 -3 33 -7zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB34" unicode="&#xeb34;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1527 817
l-13 -14h202l-372 -373l107 268h-142l45 130q56 -13 122 -13q17 0 51 2zM605 835l-92 -108h202l-372 -372l107 268h-142l70 200q44 -8 87 -8q73 0 139 21v-0.5t1 -0.5zM1074 739l-79 -94h257l-474 -474l137 341h-182l83 237q81 -16 161 -16q49 0 97 6z" />
    <glyph glyph-name="uniEB3D" unicode="&#xeb3d;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM809 695
l-42 -50h257l-474 -474l136 341h-181l95 273q83 -84 209 -90zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -88t99 -211q0 -125 -99 -212t-239 -87q-48 0 -89 10
q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniEB46" unicode="&#xeb46;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM812 373
l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB47" unicode="&#xeb47;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1068 373
l137 139h78l-138 -139h-77zM1345 575h-78l138 139h77zM812 373l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB48" unicode="&#xeb48;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1068 373
l137 139h78l-138 -139h-77zM1345 575h-78l138 139h77zM812 373l138 139h77l-137 -139h-78zM1089 575h-77l137 139h78zM1323 373l138 139h77l-137 -139h-78zM1600 575h-78l138 139h78zM796 754l-92 -109h258l-475 -474l137 341h-181l108 311q20 3 53 13q82 -55 192 -82z" />
    <glyph glyph-name="uniEB8C" unicode="&#xeb8c;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1234 373
h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB8D" unicode="&#xeb8d;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB8E" unicode="&#xeb8e;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB96" unicode="&#xeb96;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1272 491
q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB97" unicode="&#xeb97;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM978 373
h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2z" />
    <glyph glyph-name="uniEB98" unicode="&#xeb98;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1584 591
q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139
h78zM957 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEB99" unicode="&#xeb99;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1272 491
q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77
z" />
    <glyph glyph-name="uniEB9A" unicode="&#xeb9a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1584 591
q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139
h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEBA1" unicode="&#xeba1;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1574 301
q-40 24 -44 109t-2 87l82.5 -24.5t96.5 -66.5q18 -68 -28 -103q-47 -37 -105 -2zM1584 591q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111
q-51 -40 -114 -2zM978 373h-77l-138 139h77zM701 575l-137 139h77l138 -139h-78zM1234 373h-78l-138 139h78zM957 575l-138 139h78l137 -139h-77zM723 373h-78l-138 139h78zM446 575l-138 139h78l137 -139h-77z" />
    <glyph glyph-name="uniEC54" unicode="&#xec54;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM548 574
q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC55" unicode="&#xec55;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM874 509
q-21 53 40 139t65 86l61.5 -86t41.5 -138q-29 -78 -104 -78q-74 0 -104 77zM548 574q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC56" unicode="&#xec56;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM874 509
q-21 53 40 139t65 86l61.5 -86t41.5 -138q-29 -78 -104 -78q-74 0 -104 77zM1200 574q-21 53 40 139.5t65 86.5q0 -1 61.5 -87t42.5 -138q-31 -79 -105 -79t-104 78zM548 574q-21 53 40 139.5t64 86.5q0 -1 62 -87t42 -138q-30 -79 -104 -79t-104 78z" />
    <glyph glyph-name="uniEC57" unicode="&#xec57;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM452 751h62
v-208h-62v208zM514 481v-208h-62v208h62zM707 751h63v-208h-63v208zM770 481v-208h-63v208h63zM963 751h62v-208h-62v208zM1025 481v-208h-62v208h62zM1218 751h63v-208h-63v208zM1281 481v-208h-63v208h63zM1474 751h62v-208h-62v208zM1536 481v-208h-62v208h62z" />
    <glyph glyph-name="uniEC58" unicode="&#xec58;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1536 326
v-33v-32q-136 -102 -271.5 -90.5t-271 45.5t-271 45t-270.5 -90v31.5v32.5q135 102 270.5 90.5t271 -45.5t271 -45t271.5 91zM1536 455v-32.5v-31.5q-136 -102 -271.5 -91t-271 44.5t-271 45t-270.5 -89.5v32v33q135 101 270.5 89.5t271 -45t271 -45t271.5 90.5zM452 751h62
v-208h-62v208zM707 751h63v-208h-63v208zM963 751h62v-208h-62v208zM1218 751h63v-208h-63v208zM1474 751h62v-208h-62v208z" />
    <glyph glyph-name="uniEC5F" unicode="&#xec5f;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM802 680
v-83l72 42l30 108l42 -11l-30 -108l109 -29l-11 -43l-109 29l-72 -42l72 -41l109 28l11 -42l-109 -29l30 -108l-42 -12l-30 109l-72 41v-82l79 -81l-31 -31l-79 80l-79 -80l-32 31l80 81v82l-72 -41l-30 -109l-42 12l29 108l-109 29l12 42l109 -28l71 41l-71 42l-109 -29
l-12 43l109 29l-29 108l42 11l30 -108l72 -42v83l-80 80l32 32l79 -81l79 81l31 -32zM1574 301q-40 24 -44 109t-2 87l82.5 -24.5t96.5 -66.5q18 -68 -28 -103q-47 -37 -105 -2zM1584 591q-48 28 -52.5 129.5t-1.5 103.5l97.5 -28.5t113.5 -79.5q23 -78 -33 -122
q-57 -44 -124 -3zM1272 491q-43 25 -47.5 117.5t-1.5 94.5l89 -26t104 -73q22 -72 -30 -111q-51 -40 -114 -2z" />
    <glyph glyph-name="uniEC68" unicode="&#xec68;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1466 462
q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52z" />
    <glyph glyph-name="uniEC69" unicode="&#xec69;" 
d="M442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52zM652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284
q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM698 599q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -94q-21 -53 -71 -53t-70 53zM1210 599q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -94q-19 -53 -70 -53q-50 0 -70 53zM1466 462q-15 36 26.5 94
t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52z" />
    <glyph glyph-name="uniEC6A" unicode="&#xec6a;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM698 326
q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -54 -71 -54t-70 53zM1210 326q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -54 -70 -54q-50 0 -70 53zM698 599q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -94q-21 -53 -71 -53t-70 53zM1210 599q-15 36 26.5 94t43.5 58
l41.5 -58t28.5 -94q-19 -53 -70 -53q-50 0 -70 53zM1466 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58
t29.5 -93q-21 -53 -71 -53t-70 52z" />
    <glyph glyph-name="uniEC73" unicode="&#xec73;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM698 326
q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -54 -71 -54t-70 53zM1210 326q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -54 -70 -54q-50 0 -70 53zM1466 462q-15 36 26.5 94t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM954 462q-15 36 26.5 94
t43.5 58l41.5 -58t28.5 -93q-19 -53 -70 -53q-50 0 -70 52zM442 462q-15 36 26.5 94t43.5 58l41.5 -58t29.5 -93q-21 -53 -71 -53t-70 52zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12
q140 0 239 -88t99 -211q0 -125 -99 -212t-239 -87q-48 0 -89 10q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniECB8" unicode="&#xecb8;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1047 655
v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81
l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECB9" unicode="&#xecb9;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM573 749
v-58l50 29l21 76l30 -8l-21 -76l76 -20l-7 -30l-77 20l-50 -29l50 -29l77 20l7 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l56 -56l-22 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8l20 76l-76 19l8 30l77 -20l50 29l-50 29l-77 -20l-8 30l76 20l-20 76
l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l22 -22zM1047 655v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8
l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECBA" unicode="&#xecba;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1524 749
v-58l50 29l21 76l30 -8l-21 -76l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l55 -56l-21 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8l20 76l-76 19l8 30l76 -20l51 29l-51 29l-76 -20l-8 30l76 20l-20 76
l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l21 -22zM573 749v-58l50 29l21 76l30 -8l-21 -76l76 -20l-7 -30l-77 20l-50 -29l50 -29l77 20l7 -30l-76 -19l21 -76l-30 -8l-21 76l-50 28v-58l56 -56l-22 -21l-56 56l-55 -56l-22 21l55 56v58l-50 -28l-21 -76l-29 8
l20 76l-76 19l8 30l77 -20l50 29l-50 29l-77 -20l-8 30l76 20l-20 76l29 8l21 -76l50 -29v58l-55 56l22 22l55 -56l56 56l22 -22zM1047 655v-62l54 31l23 82l31 -9l-22 -81l82 -22l-9 -32l-81 22l-54 -31l54 -31l81 21l9 -32l-82 -21l22 -82l-31 -8l-23 81l-54 31v-62
l60 -60l-24 -23l-59 60l-59 -60l-24 23l60 60v62l-54 -31l-23 -81l-31 8l22 82l-82 21l9 32l81 -21l54 31l-54 31l-81 -22l-9 32l82 22l-22 81l31 9l23 -82l54 -31v62l-60 60l24 24l59 -60l59 60l24 -24z" />
    <glyph glyph-name="uniECC3" unicode="&#xecc3;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1064 373
l138 139h78l-138 -139h-78zM1341 575h-77l137 139h78zM809 373l137 139h78l-138 -139h-77zM1086 575h-78l138 139h77zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22
l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC4" unicode="&#xecc4;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM994 720h62
v-208h-62v208zM1056 450v-208h-62v208h62zM1249 720h63v-208h-63v208zM1312 450v-208h-63v208h63zM1505 720h62v-208h-62v208zM1567 450v-208h-62v208h62zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8
l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC7" unicode="&#xecc7;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1454 574
q-31 -78 -104 -78q-75 0 -104 79q-21 52 41 138t63 87q3 0 64 -86.5t40 -139.5zM675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58
l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21z" />
    <glyph glyph-name="uniECC8" unicode="&#xecc8;" 
d="M675 733v-58l50 28l21 76l30 -8l-21 -75l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-22 22l56 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30
l76 20l-21 75l30 8l21 -76l50 -28v58l-56 56l22 21l56 -56l55 56l22 -21zM652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284
t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1128 509q-31 -77 -104 -77q-76 0 -104 78q-21 52 41 138t63 86q2 0 63.5 -86t40.5 -139zM1454 574q-31 -78 -104 -78q-75 0 -104 79q-21 52 41 138t63 87q3 0 64 -86.5t40 -139.5z" />
    <glyph glyph-name="uniECCC" unicode="&#xeccc;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1126 589
l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20
l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20
l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniECCD" unicode="&#xeccd;" 
d="M614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM652 895
q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1372 799l68 -18
l-7 -27l-69 18l-45 -26l45 -26l69 18l7 -27l-68 -18l18 -68l-26 -7l-19 68l-45 26v-52l49 -51l-19 -19l-50 50l-50 -50l-20 19l50 51v52l-45 -26l-19 -68l-27 7l19 68l-68 18l7 27l68 -18l45 26l-45 26l-68 -18l-7 27l68 18l92 -53zM860 799l68 -18l-7 -27l-68 18l-45 -26
l45 -26l68 18l7 -27l-68 -18l19 -68l-27 -7l-19 68l-45 26v-52l50 -51l-20 -19l-50 50l-50 -50l-19 19l49 51v52l-45 -26l-19 -68l-26 7l18 68l-68 18l7 27l69 -18l45 26l-45 26l-69 -18l-7 27l68 18l92 -53zM1126 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30
l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8
l-21 76l-50 29v-58l55 -56l-22 -22l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniECCE" unicode="&#xecce;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1362 380
l60 -16l-6 -24l-61 16l-40 -23l40 -23l61 16l6 -24l-60 -16l16 -61l-24 -6l-16 61l-41 23v-47l45 -44l-18 -18l-44 45l-44 -45l-18 18l44 44v47l-40 -23l-16 -61l-24 6l16 61l-61 16l7 24l61 -16l40 23l-40 23l-61 -16l-7 24l61 16l82 -47zM850 380l61 -16l-7 -24l-61 16
l-40 -23l40 -23l61 16l7 -24l-61 -16l16 -61l-24 -6l-16 61l-40 23v-47l44 -44l-18 -18l-44 45l-44 -45l-18 18l45 44v47l-41 -23l-16 -61l-24 6l16 61l-60 16l6 24l61 -16l40 23l-40 23l-61 -16l-6 24l60 16l82 -47zM1372 799l68 -18l-7 -27l-69 18l-45 -26l45 -26l69 18
l7 -27l-68 -18l18 -68l-26 -7l-19 68l-45 26v-52l49 -51l-19 -19l-50 50l-50 -50l-20 19l50 51v52l-45 -26l-19 -68l-27 7l19 68l-68 18l7 27l68 -18l45 26l-45 26l-68 -18l-7 27l68 18l92 -53zM860 799l68 -18l-7 -27l-68 18l-45 -26l45 -26l68 18l7 -27l-68 -18l19 -68
l-27 -7l-19 68l-45 26v-52l50 -51l-20 -19l-50 50l-50 -50l-19 19l49 51v52l-45 -26l-19 -68l-26 7l18 68l-68 18l7 27l69 -18l45 26l-45 26l-69 -18l-7 27l68 18l92 -53zM1126 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29
v-58l55 -56l-22 -22l-55 56l-55 -56l-22 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM1638 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-22 -22
l-55 56l-56 -56l-21 22l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59zM614 589l76 -20l-8 -30l-76 20l-50 -29l50 -29l76 20l8 -30l-76 -20l21 -76l-30 -8l-21 76l-50 29v-58l55 -56l-21 -22l-56 56l-55 -56l-22 22
l55 56v58l-50 -29l-21 -76l-30 8l21 76l-76 20l8 30l76 -20l50 29l-50 29l-76 -20l-8 30l76 20l102 -59z" />
    <glyph glyph-name="uniED1D" unicode="&#xed1d;" 
d="M1877 1139v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101zM1877 627v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 65
t-377.5 -123l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101zM1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5
t378 123.5l80 61v-101z" />
    <glyph glyph-name="uniED27" unicode="&#xed27;" 
d="M1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5t378 123.5l80 61v-101zM171 394v237h1706v-237h-1706zM171 899v236h1706v-236h-1706z" />
    <glyph glyph-name="uniED31" unicode="&#xed31;" 
d="M171 906v236h1706v-236h-1706zM171 1417v237h1706v-237h-1706zM171 394v237h1706v-237h-1706z" />
    <glyph glyph-name="uniED3B" unicode="&#xed3b;" horiz-adv-x="2007" 
d="M1388 426q-49 -110 -193.5 -181t-330.5 -71q-227 0 -386.5 102t-159.5 246q0 72 45 139q-112 89 -112 201q0 71 48 135q-128 92 -128 204q0 119 139.5 211t353.5 124q-115 -42 -183.5 -108t-68.5 -143q0 -129 177 -219t428 -90q311 0 492 128q-62 -109 -242.5 -180
t-413.5 -71q-209 0 -382 59q21 -117 175.5 -196.5t366.5 -79.5q278 0 442 129q-55 -109 -217.5 -180.5t-372.5 -71.5q-195 0 -352 63q17 -118 155 -198.5t327 -80.5q247 0 393 129zM944 1289l199 202h112l-199 -202h-112zM1344 1581h-112l199 201h112zM575 1289l199 202h112
l-199 -202h-112zM975 1581h-112l198 201h113zM1313 1289l199 202h112l-199 -202h-112zM1713 1581h-112l199 201h112z" />
    <glyph glyph-name="uniED45" unicode="&#xed45;" 
d="M171 394v237h1706v-237h-1706zM1877 1651v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65.5t378 123.5l80 61v-101zM1877 1139v-96v-25l-20 -15
q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 64.5t-377.5 -122.5l-80 -61v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101z" />
    <glyph glyph-name="uniED4F" unicode="&#xed4f;" horiz-adv-x="2014" 
d="M1811 884q-45 -99 -174 -162.5t-296 -63.5q-202 0 -345 91.5t-143 220.5q0 64 41 124q-101 80 -101 180q0 62 44 121q-115 81 -115 182q0 107 124.5 189.5t316.5 110.5q-103 -38 -164.5 -97t-61.5 -128q0 -114 158.5 -195t383.5 -81q279 0 440 115q-55 -98 -216.5 -162
t-370.5 -64q-188 0 -342 54q19 -105 157.5 -176t327.5 -71q251 0 396 115q-50 -98 -195 -161.5t-333 -63.5q-172 0 -316 56q15 -105 139 -177.5t293 -72.5q222 0 352 116zM1877 627v-96v-25l-20 -15q-216 -162 -426 -145.5t-419 69.5q-192 48 -383.5 65t-377.5 -123l-80 -61
v101v96v25l20 15q215 162 425 145t420 -69q192 -48 383 -65t378 123l80 61v-101z" />
    <glyph glyph-name="uniED59" unicode="&#xed59;" horiz-adv-x="2014" 
d="M1811 884q-45 -99 -174 -162.5t-296 -63.5q-202 0 -345 91.5t-143 220.5q0 64 41 124q-101 80 -101 180q0 62 44 121q-115 81 -115 182q0 107 124.5 189.5t316.5 110.5q-103 -38 -164.5 -97t-61.5 -128q0 -114 158.5 -195t383.5 -81q279 0 440 115q-55 -98 -216.5 -162
t-370.5 -64q-188 0 -342 54q19 -105 157.5 -176t327.5 -71q251 0 396 115q-50 -98 -195 -161.5t-333 -63.5q-172 0 -316 56q15 -105 139 -177.5t293 -72.5q222 0 352 116zM171 394v237h1706v-237h-1706z" />
    <glyph glyph-name="uniED5A" unicode="&#xed5a;" 
d="M171 171v341l616 275h49l79 -80l-71 -71l230 -84l-176 -123l232 -115l-40 97l215 181l-208 74l113 121h51l616 -275v-341h-1706zM999 773h-78l-138 140h78zM722 975l-138 139h78l137 -139h-77zM1049 773l138 140h78l-138 -140h-78zM1326 975h-77l137 139h78zM758 1175
q-42 -14 -88 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 81q8 112 101.5 190.5t222.5 78.5q195 0 288 -154q43 12 93 12q135 0 230 -84.5t95 -203.5q0 -120 -95 -204t-230 -84q-40 0 -85 10q-98 -62 -231 -62q-138 0 -236 66z" />
    <glyph glyph-name="uniED63" unicode="&#xed63;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM1488 815
q105 -50 105 -110q0 -56 -92 -102q35 -34 35 -69q0 -58 -86 -105q29 -33 29 -67q0 -78 -133.5 -133.5t-321.5 -55.5q-189 0 -322 55.5t-133 133.5q0 34 29 67q-86 47 -86 105q0 35 35 69q-92 46 -92 102q0 74 152 129q153 -101 370 -101q211 0 364 98q62 -16 135 -16h6h6z
" />
    <glyph glyph-name="uniED6D" unicode="&#xed6d;" 
d="M515 1173q-39 -13 -87 -13q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 112 101.5 190.5t222.5 78.5q197 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -202.5v-3v-2q-111 93 -263 93t-261.5 -92t-118.5 -224q-93 -22 -154 -86q-40 13 -81 39zM896 320
q-27 -65 -108 -107t-186 -42q-127 0 -216 60t-89 147q0 45 25 82q-63 53 -63 119q0 41 27 81q-72 54 -72 120q0 71 78.5 125.5t198.5 73.5q-142 -55 -142 -149q0 -76 99 -129.5t240 -53.5q173 0 276 76q-35 -65 -136 -107t-232 -42q-117 0 -214 35q12 -69 98.5 -116.5
t204.5 -47.5q157 0 249 77q-32 -66 -123 -108t-208 -42q-110 0 -197 38q9 -70 86.5 -118t183.5 -48q139 0 220 76zM964 753q-40 -14 -91 -14q-111 0 -189 69t-78 167q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -88t99 -211
q0 -125 -99 -212t-239 -87q-48 0 -89 10q-101 -65 -240 -65q-145 0 -246 69z" />
    <glyph glyph-name="uniED80" unicode="&#xed80;" horiz-adv-x="1851" 
d="M1024 171l-146 252q-178 43 -301 174h-292l146 253q-25 85 -25 174q0 88 25 174l-146 253h292q123 130 301 174l146 252l146 -252q177 -44 301 -174h292l-146 -253q25 -86 25 -174q0 -89 -25 -174l146 -253h-292q-124 -131 -301 -174z" />
    <glyph glyph-name="uniF168" unicode="&#xf168;" horiz-adv-x="1344" 
d="M1024 1877q129 0 256 -39q-260 -82 -428.5 -305t-168.5 -509q0 -287 168.5 -510t428.5 -304q-127 -39 -256 -39q-354 0 -603.5 249.5t-249.5 603.5q0 353 249.5 603t603.5 250z" />
    <glyph glyph-name="uniED81" unicode="&#xed81;" 
d="M964 580q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5q205 0 299 -161q44 13 97 13q140 0 239 -88t99 -211q0 -125 -99 -212.5t-239 -87.5q-44 0 -89 11q-101 -65 -240 -65q-144 0 -246 68zM1083 1330
q-123 -17 -207.5 -98.5t-92.5 -192.5q-144 -34 -193 -155l-15 25q-117 28 -201 116h-194l97 168q-16 53 -16 116q0 62 16 116l-97 168h194q84 87 201 116l97 168l97 -168q118 -29 201 -116h194l-97 -168q14 -51 16 -95z" />
    <glyph glyph-name="uniF169" unicode="&#xf169;" 
d="M597 1877q64 0 128 -19q-130 -42 -214 -153t-84 -254q0 -144 84 -255.5t214 -152.5q-64 -19 -128 -19q-177 0 -301.5 125t-124.5 302q0 176 124.5 301t301.5 125zM964 580q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 83 56.5 146t143.5 84q8 117 105 198.5t232 81.5
q205 0 299 -161q44 13 97 13q140 0 239 -88t99 -211q0 -125 -99 -212.5t-239 -87.5q-44 0 -89 11q-101 -65 -240 -65q-144 0 -246 68z" />
    <glyph glyph-name="uniED82" unicode="&#xed82;" horiz-adv-x="1980" 
d="M515 685q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191.5t222.5 78.5q196 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-2.5v-1.5q-112 92 -263 92q-152 0 -261.5 -91.5t-118.5 -223.5q-94 -22 -154 -87q-47 17 -81 40
zM1531 1037l-70 122q-83 19 -145 83h-140l70 122q-12 39 -12 83q0 43 12 84l-70 122h140q62 63 145 83l70 122l70 -122q84 -20 145 -83h140l-70 -122q12 -41 12 -84q0 -44 -12 -83l70 -122h-140q-61 -64 -145 -83zM964 264q-44 -14 -91 -14q-111 0 -189 69t-78 168
q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5q204 0 299 -160q50 13 97 13q140 0 239 -88t99 -212t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniF16A" unicode="&#xf16a;" 
d="M515 685q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191.5t222.5 78.5q196 0 288 -154q43 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-2.5v-1.5q-112 92 -263 92q-152 0 -261.5 -91.5t-118.5 -223.5q-94 -22 -154 -87q-47 17 -81 40
zM1749 1877q64 0 128 -19q-130 -42 -214 -153t-84 -254q0 -144 84 -255.5t214 -152.5q-64 -19 -128 -19q-177 0 -301.5 125t-124.5 302q0 176 124.5 301t301.5 125zM964 264q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5
q204 0 299 -160q50 13 97 13q140 0 239 -88t99 -212t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniED83" unicode="&#xed83;" 
d="M515 917q-42 -14 -87 -14q-107 0 -182 66.5t-75 161.5q0 79 54.5 140t137.5 80q8 113 101.5 191t222.5 78q197 0 288 -153q49 12 93 12q134 0 229.5 -84.5t95.5 -203.5v-3v-2q-111 93 -263 93t-261.5 -91.5t-118.5 -223.5q-95 -24 -154 -87q-47 17 -81 40zM964 496
q-44 -14 -91 -14q-111 0 -189 69t-78 168q0 82 56.5 145.5t143.5 83.5q8 117 105 198.5t232 81.5q204 0 299 -160q46 12 97 12q140 0 239 -87.5t99 -211.5t-99 -211.5t-239 -87.5q-48 0 -89 10q-100 -64 -240 -64q-144 0 -246 68z" />
    <glyph glyph-name="uniED84" unicode="&#xed84;" 
d="M652 578q-57 -18 -122 -18q-149 0 -254 93t-105 225q0 110 76 195t192 112q11 157 141.5 266.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-66 0 -119 13q-138 -86 -323 -86q-192 0 -330 91z" />
    <glyph glyph-name="uniEDE4" unicode="&#xede4;" 
d="M1024 171q33 353 -96 544t-297.5 342.5t-314 325.5t-145.5 494h1706q-36 -111 -46.5 -154t-105.5 -119q-261 -208 -275.5 -288t4 -183.5t-36 -306t-393.5 -655.5z" />
    <glyph glyph-name="uniEDE5" unicode="&#xede5;" horiz-adv-x="1677" 
d="M1024 1598q237 0 405.5 -168.5t168.5 -405.5q0 -102 -36 -199q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26q215 67 328 267q-64 -14 -128 -14q-238 0 -406 168t-168 406q0 101 36 199q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26
q-216 -68 -328 -267q63 14 128 14zM1024 1278q-105 0 -179.5 -74.5t-74.5 -179.5t74.5 -179.5t179.5 -74.5t179.5 74.5t74.5 179.5t-74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEDE6" unicode="&#xede6;" 
d="M450 1039v0q0 3 0.5 7t0.5 7v0q0 10 1 15v0q0 3 0.5 7t0.5 7v1q0 3 0.5 6.5t1.5 6.5v2q0 4 2 12v2q-3 -12 2 13v1q0 3 1 6l2 6v1v2q2 8 2 11q1 1 1 3q0 3 1 5.5t2 5.5q0 2 1 3q0 2 0.5 4.5t1.5 5.5q1 1 1 4q0 2 1 4t2 5q0 1 0.5 2l1.5 3q0 2 1 4t2 5l0.5 1.5t0.5 2.5
q0 2 1 4t2 5l0.5 1.5t1.5 2.5v0q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26q-216 -68 -328 -267v0q3 0 11 2q2 0 3 1q3 0 11 2h1h2q3 0 6 0.5t6 1.5h0.5t1.5 1q3 0 6 0.5t6 0.5h2q3 0 6.5 0.5t6.5 1.5h1q3 0 6.5 0.5t7.5 0.5v0q5 1 14 1h1q3 0 6.5 0.5
t7.5 0.5v0h7h8v0h7h8v0q3 0 7 -0.5t7 -0.5v0q10 0 15 -1v0q3 0 7 -0.5t7 -0.5h1q3 -1 6.5 -1.5t6.5 -0.5h2q3 0 13 -2h1q-12 3 13 -2h1l6 -2t6 -1h1h2q8 -2 11 -2l3 -1q3 -1 5.5 -2t5.5 -1q2 0 3 -1q2 -1 4.5 -1.5t5.5 -0.5q1 -1 4 -1q6 -2 10 -3l4 -2l4 -2t5 -1q1 0 2 -0.5
t2 -0.5l4 -2t5 -1q0 -1 1.5 -1.5t2.5 -0.5v0q40 6 82 6q237 0 404.5 -167.5t167.5 -404.5q0 -90 -26 -172q-68 215 -267 328q0 -3 2 -11q0 -2 1 -3q0 -5 2 -11v-3q0 -3 0.5 -6t1.5 -6l1 -2q0 -3 0.5 -6t0.5 -6v-2q0 -3 0.5 -6.5t1.5 -6.5v-1q0 -4 0.5 -7.5t0.5 -6.5v0
q1 -5 1 -14v-1q0 -4 0.5 -7.5t0.5 -6.5v0v-8v-7v0v-7.5v-6.5v-1q0 -4 -0.5 -7.5t-0.5 -6.5v-1q0 -9 -1 -14v0q0 -4 -0.5 -7.5t-0.5 -6.5v-1q-1 -3 -1.5 -6.5t-0.5 -6.5v-2q0 -4 -2 -12v-2q-1 -3 -1.5 -6t-0.5 -6v-3q-1 -3 -3 -11v-2v-1q-2 -8 -2 -11q-1 -1 -1 -3
q-1 -3 -2 -5.5t-1 -5.5q0 -2 -1 -3q-1 -3 -1.5 -5.5t-0.5 -4.5q-1 -1 -1 -4q-1 -3 -2 -5t-1 -4l-1.5 -3t-0.5 -2q-1 -3 -2 -5t-1 -4q0 -1 -0.5 -2.5l-0.5 -1.5q-1 -3 -2 -5t-1 -4q-1 -1 -1.5 -2.5l-0.5 -1.5q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26
q215 67 328 267q-3 0 -11 -2q-2 0 -3 -1q-3 0 -11 -2h-2h-1q-3 -1 -6 -1.5t-6 -0.5l-2 -1q-3 0 -6 -0.5t-6 -0.5h-2q-3 -1 -6.5 -1.5t-6.5 -0.5h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0q-5 -1 -14 -1h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0h-8h-7v0h-7.5h-6.5h-1q-4 0 -7.5 0.5t-6.5 0.5h-1
q-9 0 -14 1v0q-4 0 -7.5 0.5t-6.5 0.5h-1q-3 0 -6.5 0.5t-6.5 1.5h-2q-4 0 -12 2h-2q-3 0 -6 0.5t-6 1.5h-3q-6 2 -11 2q-1 1 -3 1q-8 2 -11 2q-1 1 -3 1q-3 0 -5.5 1t-5.5 2q-2 0 -3 1q-3 0 -5.5 0.5t-4.5 1.5q-1 1 -4 1t-5 1l-4 2q-2 0 -3 0.5t-2 1.5q-3 0 -5 1l-4 2
q-1 0 -2.5 0.5t-2.5 0.5q-2 1 -8 3q-1 0 -2.5 0.5t-1.5 1.5q-41 -6 -82 -6q-237 0 -404.5 167.5t-167.5 404.5q0 89 26 172q67 -216 267 -328v0q0 3 -2 11q0 2 -1 3q0 3 -2 11v1v2q-5 20 -2 11q0 2 -1 3q0 3 -0.5 6t-0.5 6v2q-1 3 -1.5 6.5t-0.5 6.5v1q0 3 -0.5 6.5
t-0.5 7.5v0q-1 5 -1 14v1q0 3 -0.5 6.5t-0.5 7.5v0v7v8v0v7v8zM1024 1278h-3.5h-3.5v0h-3.5h-2.5v0q-4 0 -6 -1v0h-4.5h-2.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-3.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0
q-2 -1 -3.5 -1.5t-2.5 -0.5v0q-3 0 -4.5 -0.5l-1.5 -0.5v0q-4 -2 -7 -2v0q-2 -2 -6 -2v0q-2 -2 -5 -2v0q-4 -2 -6 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-4 -2 -5 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3 -2t-2 -1v0q-4 -2 -5 -3v0q-2 -1 -3.5 -2t-2.5 -1
v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2.5t-2 -1.5v0q-2 -1 -3 -2t-2 -1v0q-3 -3 -5 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-4 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-2.5 -2.5l-1.5 -1.5v0q-3 -3 -5 -4v0q-1 -2 -4 -5v0l-2.5 -2.5l-1.5 -1.5v0q-1 -2 -2.5 -3t-1.5 -2v0
l-4 -4v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -1 -3 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -2 -2 -3.5t-1 -2.5v0q0 -1 -2 -5v0
q-1 -2 -2 -3.5t-1 -2.5v0q0 -2 -2 -6v0q0 -3 -2 -5v0q0 -4 -2 -6v0q0 -3 -2 -7v0q0 -1 -0.5 -2.5t-0.5 -3.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -3 -0.5 -4.5t-0.5 -2.5v0q0 -2 -0.5 -3.5
t-0.5 -2.5v0v-3.5v-3.5v0q-1 -2 -1 -6v0v-3.5v-2.5v0v-4.5v-2.5q0 -105 74.5 -179.5t179.5 -74.5h2.5h4.5v0h2.5h3.5v0q4 0 6 1v0h3.5h3.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t4.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5
t3.5 1.5v0q2 0 3.5 0.5t2.5 0.5v0q4 2 7 2v0q2 2 6 2v0q2 2 5 2v0q4 2 6 2v0q1 0 2.5 1t3.5 2v0q4 2 5 2v0q1 0 2.5 1t3.5 2v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q4 2 5 3v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q1 0 2 1t3 2v0q1 0 2 1.5t3 2.5v0q1 0 2 1t3 2v0q3 3 5 4v0
q1 0 2 1.5t3 2.5v0l4 4v0q1 0 2 1.5t3 2.5v0l1.5 1.5l2.5 2.5v0q3 3 5 4v0q1 2 4 5v0l1.5 1.5l2.5 2.5v0q0 1 1.5 2t2.5 3v0l4 4v0q0 1 1.5 2t2.5 3v0q1 2 4 5v0q0 1 1 2t2 3v0q0 1 1.5 2t2.5 3v0q0 1 1 2t2 3v0q0 1 1 2t2 3v0q0 1 1 2.5t2 3.5v0q1 1 3 5v0q0 1 1 2t2 3v0
q0 1 1 2.5t2 3.5v0q0 1 1 2.5t2 3.5v0q0 1 2 5v0q0 1 1 2.5t2 3.5v0q0 2 2 6v0q0 3 2 5v0q0 4 2 6v0q0 3 2 7v0q0 1 0.5 2t0.5 4v0q0 1 0.5 2.5t1.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 2 0.5 3.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0
v2.5v4.5v0q1 2 1 6v0v2.5v3.5v0v3.5v3.5q0 105 -74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEDE7" unicode="&#xede7;" horiz-adv-x="1925" 
d="M661 510q53 -58 53 -137q0 -84 -59 -143t-143 -59t-143 59t-59 143q0 79 53 137v1299q0 37 85 60v-1412q-48 -34 -48 -92q0 -113 112 -113q113 0 113 113q0 58 -49 92v1412q85 -23 85 -60v-1299zM547 787v-370q27 -19 27 -51q0 -63 -62 -63t-62 63q0 32 28 51v370h69z
M1014 1234l213 -123v246l-177 179h100l127 -129l127 129h100l-177 -179v-246l213 123l67 242l50 -86l-48 -175l175 -45l50 -87l-244 64l-213 -123l213 -123l244 64l-50 -87l-175 -45l48 -175l-50 -86l-67 242l-213 123v-246l177 -179h-100l-127 129l-127 -129h-100l177 179
v246l-213 -123l-67 -242l-50 86l48 175l-175 45l-50 87l244 -64l212 123l-212 123l-244 -64l50 87l175 45l-48 175l50 86z" />
    <glyph glyph-name="uniEDE8" unicode="&#xede8;" horiz-adv-x="1806" 
d="M661 510q53 -58 53 -137q0 -84 -59 -143t-143 -59t-143 59t-59 143q0 79 53 137v1299q0 37 85 60v-1412q-48 -34 -48 -92q0 -113 112 -113q113 0 113 113q0 58 -49 92v1412q85 -23 85 -60v-1299zM1277 512l-88 152q-105 25 -180 104h-175l87 152q-15 49 -15 104
q0 54 15 104l-87 152h175q75 78 180 104l88 152l87 -152q105 -26 181 -104h175l-87 -152q15 -55 15 -104t-15 -104l87 -152h-175q-76 -79 -181 -104zM547 1869v-1452q27 -19 27 -51q0 -63 -62 -63t-62 63q0 32 28 51v1452h69z" />
    <glyph glyph-name="uniEDE9" unicode="&#xede9;" 
d="M1569 819q-122 -4 -242.5 20.5t-240.5 54.5q-209 52 -417 70t-410 -134l-88 -65v109v105v27l22 16q234 176 463 158t457 -75q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5
t-0.5 -2.5l-1 -1q0 -2 -2 -6v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0
q-50 -15 -95 -15v0zM1392 219q-106 -4 -211 17t-210 48q-183 45 -364.5 61t-358.5 -117l-77 -57v96v91v24l19 14q204 153 404.5 137.5t399.5 -65.5q78 -20 133 -32q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1
q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-36 -24 -71 -35v0
q-38 -13 -83 -13v0zM1208 1399q-90 -4 -179.5 14t-178.5 41q-156 39 -310 52.5t-304 -99.5l-65 -49v82v77v20l16 12q174 130 344 116.5t339 -55.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161 -67.5t67 -161.5v-1.5v-0.5v0v-1q0 -28 -6 -53v0
q-1 -1 -1.5 -2.5l-0.5 -1.5v-1q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0q-10 -25 -23 -46v0q0 -2 -2 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40h-1l-2 -2l-1 -1l-1 -1l-4 -2v-1l-4 -2v0
q-27 -20 -60 -30v0q-31 -11 -70 -11v0z" />
    <glyph glyph-name="uniEDEA" unicode="&#xedea;" 
d="M652 895q-56 -19 -122 -19q-149 0 -254 93t-105 225q0 111 76 196t192 112q11 156 141.5 265.5t311.5 109.5q130 0 237 -59.5t164 -155.5q64 17 131 17q187 0 320 -118t133 -284q0 -167 -133 -284t-320 -117q-68 0 -119 14q-137 -87 -323 -87q-193 0 -330 92zM378 512
l134 206l134 -206l-134 -206zM1402 512l134 206l134 -206l-134 -206zM890 512l134 206l134 -206l-134 -206z" />
    <glyph glyph-name="uniEE16" unicode="&#xee16;" horiz-adv-x="1789" 
d="M1124 1526q61 -13 114 -37l107 146l161 -117l-106 -147q40 -44 71 -97l171 56l62 -190l-172 -56q4 -27 4 -60q0 -34 -4 -60l172 -56l-62 -190l-171 56q-31 -54 -71 -97l106 -147l-161 -117l-107 146q-53 -25 -114 -37v-181h-200v181q-62 12 -114 37l-107 -146l-161 117
l106 147q-41 43 -71 97l-171 -56l-62 190l172 56q-4 26 -4 60q0 33 4 60l-172 56l62 190l171 -56q30 53 71 97l-106 147l161 117l107 -146q52 24 114 37v181h200v-181zM1024 1302q-115 0 -196.5 -82t-81.5 -196q0 -115 81.5 -196.5t196.5 -81.5q114 0 196 81.5t82 196.5
q0 114 -82 196t-196 82z" />
    <glyph glyph-name="uniEE17" unicode="&#xee17;" horiz-adv-x="1851" 
d="M1024 171l-146 252q-178 43 -301 174h-292l146 253q-25 85 -25 174q0 88 25 174l-146 253h292q123 130 301 174l146 252l146 -252q177 -44 301 -174h292l-146 -253q25 -86 25 -174q0 -89 -25 -174l146 -253h-292q-124 -131 -301 -174z" />
    <glyph glyph-name="uniF1FF" unicode="&#xf1ff;" horiz-adv-x="1344" 
d="M1024 1877q129 0 256 -39q-260 -82 -428.5 -305t-168.5 -509q0 -287 168.5 -510t428.5 -304q-127 -39 -256 -39q-354 0 -603.5 249.5t-249.5 603.5q0 353 249.5 603t603.5 250z" />
    <glyph glyph-name="uniEE18" unicode="&#xee18;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0z" />
    <glyph glyph-name="uniEE19" unicode="&#xee19;" horiz-adv-x="1214" 
d="M888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0
q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399
q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3
t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1A" unicode="&#xee1a;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM888 219
q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5
t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0z" />
    <glyph glyph-name="uniEE1B" unicode="&#xee1b;" horiz-adv-x="1441" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM888 219
q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5
t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14
t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0
q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1C" unicode="&#xee1c;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1607 343
q-100 -4 -199.5 15t-198.5 45q11 42 11 85q0 55 -17 106l7 -2q78 -20 133 -32q-5 28 -5 53q0 111 79 190t191 79q111 0 190 -79t79 -190v-2v-1v0v0q0 -30 -8 -62v-1q0 -1 -0.5 -2.5t-0.5 -2.5v-1l-1.5 -3t-0.5 -2v-1q0 -1 -2 -5v-1q0 -1 -2 -5v0q-12 -33 -26 -55v0
q-1 -2 -2 -3t-1 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-19 -25 -46 -47v0q-3 -2 -4 -4h-1q-1 -1 -2.5 -2l-1.5 -1h-1l-4 -4h-1q-32 -23 -70 -35v0q-38 -13 -83 -13h-1zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188
q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1
q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5
l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5
l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1D" unicode="&#xee1d;" horiz-adv-x="1976" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1607 343
q-100 -4 -199.5 15t-198.5 45q11 42 11 85q0 55 -17 106l7 -2q78 -20 133 -32q-5 28 -5 53q0 111 79 190t191 79q111 0 190 -79t79 -190v-2v-1v0v0q0 -30 -8 -62v-1q0 -1 -0.5 -2.5t-0.5 -2.5v-1l-1.5 -3t-0.5 -2v-1q0 -1 -2 -5v-1q0 -1 -2 -5v0q-12 -33 -26 -55v0
q-1 -2 -2 -3t-1 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-19 -25 -46 -47v0q-3 -2 -4 -4h-1q-1 -1 -2.5 -2l-1.5 -1h-1l-4 -4h-1q-32 -23 -70 -35v0q-38 -13 -83 -13h-1zM1653 1468q-90 -3 -179.5 15t-178.5 41q-77 18 -153.5 34.5t-151.5 17.5
q5 28 5 52q0 57 -21 108q85 0 170.5 -17.5t170.5 -38.5l56 -14t57 -13q-4 18 -4 44q0 95 66.5 162t162.5 67q94 0 161.5 -67t67.5 -162v-1v-1v0v0q0 -24 -7 -53v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0q-3 -6 -2 -5v0q-10 -27 -22 -46v-1
q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -2 -3 -4v0q-1 -2 -3 -4v0q-19 -25 -39 -40v-1q-1 -1 -2.5 -2l-1.5 -1v0q-1 -1 -2.5 -2l-1.5 -1v0q-2 -1 -4 -3v0q-29 -20 -60 -30v0q-37 -11 -71 -11v0zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188
q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1
q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5
l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5
l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1E" unicode="&#xee1e;" horiz-adv-x="1969" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1876 338
v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52
q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0
q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5
t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1
q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniE000" unicode="&#xe000;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1877 909
v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96zM1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17
t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5
v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41
q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0
q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE1F" unicode="&#xee1f;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1877 909
v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96zM1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17
t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5
v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41
q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0
q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE20" unicode="&#xee20;" 
d="M1065 819q-122 -4 -242 20.5t-240 54.5q-104 26 -207 47.5t-205 23.5v215q110 -2 219 -25t219 -50q38 -10 76 -19.5t77 -17.5q-6 28 -6 60q0 127 90 217.5t219 90.5q127 0 217.5 -90.5t90.5 -217.5v-2v-1v0v0q0 -38 -9 -72v0q0 -2 -0.5 -3.5t-0.5 -2.5l-1 -1q0 -2 -2 -6
v-1q0 -2 -2 -6v0q0 -3 -2 -7v0q-13 -35 -30 -62v0q-2 -4 -4 -6v0q-1 -2 -2 -3.5t-1 -2.5h-1q-2 -4 -4 -5v-1q-1 -1 -2 -2.5t-2 -2.5v0q-22 -29 -53 -54v0q-1 -2 -5 -4v-1q-2 -1 -3.5 -2t-2.5 -1v-1q-1 -1 -2.5 -2t-2.5 -2v0q-37 -25 -81 -40v0q-50 -15 -95 -15v0zM1876 1527
v-101l-80 60q-187 140 -377.5 123.5t-382.5 -64.5q-15 -4 -29 -8t-28 -7q16 45 16 98q0 54 -18 102q9 1 35 8q208 52 418 69t426 -144l20 -16v-25v-95zM1877 909v-100l-81 60q-93 69 -187 96t-189 27q25 65 25 136q0 27 -5 62q102 -2 206.5 -34t210.5 -111l20 -15v-25v-96z
M1876 338v-101l-80 61q-144 108 -291.5 118t-294.5 -20q13 48 13 92q0 56 -18 106q161 31 323.5 17t327.5 -137l20 -16v-25v-95zM888 219q-106 -4 -211 17t-210 48q-75 18 -149 34.5t-147 23.5v188q80 -7 159.5 -24.5t159.5 -37.5q33 -9 66.5 -17t66.5 -15q-5 28 -5 52
q0 111 79 190.5t191 79.5q111 0 190 -79.5t79 -190.5v-1.5v-0.5v0v0q0 -29 -7 -62v-1q-1 -2 -1.5 -3.5t-0.5 -2.5v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -3 -2 -5v-1q0 -2 -0.5 -3.5l-0.5 -1.5h-1q-9 -28 -26 -55v0q-2 -4 -3 -5v0q-2 -4 -3 -5l-1 -1q-1 -1 -2 -2.5l-1 -1.5v0
q-2 -4 -4 -5v0q-21 -29 -46 -47v0l-4 -4h-1l-4 -4v0q-4 -2 -5 -3v0q-33 -24 -71 -35v0q-38 -13 -83 -13v0zM704 1399q-90 -4 -179.5 14t-178.5 41q-103 26 -175 39v161q48 -9 97 -20.5t98 -23.5l56 -14t57 -13q-4 20 -4 45q0 94 66.5 161.5t162.5 67.5q94 0 161.5 -67.5
t67.5 -161.5v-1.5v-0.5v0v-1q-2 -31 -7 -53v0q-1 -1 -1 -4v-1l-1.5 -3t-0.5 -2v0q0 -2 -0.5 -3t-0.5 -2v0l-1.5 -3t-0.5 -2v0q-11 -29 -22 -46v0q-1 -2 -3 -4v-1q-2 -2 -3 -4v0q-1 -1 -2 -2.5l-1 -1.5v0q-1 -1 -2 -2.5l-1 -1.5v0q-21 -26 -39 -40v0q-2 -1 -4 -3v-1l-4 -2v-1
q-2 0 -4 -2h-1q-27 -20 -59 -30v0q-32 -11 -71 -11v0z" />
    <glyph glyph-name="uniEE21" unicode="&#xee21;" horiz-adv-x="1677" 
d="M1024 1598q237 0 405.5 -168.5t168.5 -405.5q0 -102 -36 -199q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26q215 67 328 267q-64 -14 -128 -14q-238 0 -406 168t-168 406q0 101 36 199q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26
q-216 -68 -328 -267q63 14 128 14zM1024 1278q-105 0 -179.5 -74.5t-74.5 -179.5t74.5 -179.5t179.5 -74.5t179.5 74.5t74.5 179.5t-74.5 179.5t-179.5 74.5z" />
    <glyph glyph-name="uniEE22" unicode="&#xee22;" 
d="M450 1039v0q0 3 0.5 7t0.5 7v0q0 10 1 15v0q0 3 0.5 7t0.5 7v1q0 3 0.5 6.5t1.5 6.5v2q0 4 2 12v2q-3 -12 2 13v1q0 3 1 6l2 6v1v2q2 8 2 11q1 1 1 3q0 3 1 5.5t2 5.5q0 2 1 3q0 2 0.5 4.5t1.5 5.5q1 1 1 4q0 2 1 4t2 5q0 1 0.5 2l1.5 3q0 2 1 4t2 5l0.5 1.5t0.5 2.5
q0 2 1 4t2 5l0.5 1.5t1.5 2.5v0q-6 40 -6 82q0 237 167.5 404.5t404.5 167.5q89 0 172 -26q-216 -68 -328 -267v0q3 0 11 2q2 0 3 1q3 0 11 2h1h2q3 0 6 0.5t6 1.5h0.5t1.5 1q3 0 6 0.5t6 0.5h2q3 0 6.5 0.5t6.5 1.5h1q3 0 6.5 0.5t7.5 0.5v0q5 1 14 1h1q3 0 6.5 0.5
t7.5 0.5v0h7h8v0h7h8v0q3 0 7 -0.5t7 -0.5v0q10 0 15 -1v0q3 0 7 -0.5t7 -0.5h1q3 -1 6.5 -1.5t6.5 -0.5h2q3 0 13 -2h1q-12 3 13 -2h1l6 -2t6 -1h1h2q8 -2 11 -2l3 -1q3 -1 5.5 -2t5.5 -1q2 0 3 -1q2 -1 4.5 -1.5t5.5 -0.5q1 -1 4 -1l4 -2t5 -1q1 -1 2 -1.5t3 -0.5l4 -2
t5 -1q1 0 2 -0.5t2 -0.5l4 -2t5 -1q0 -1 1.5 -1.5t2.5 -0.5v0q40 6 82 6q237 0 404.5 -167.5t167.5 -404.5q0 -90 -26 -172q-68 215 -267 328q0 -3 2 -11q0 -2 1 -3q0 -5 2 -11v-3q0 -3 0.5 -6t1.5 -6l1 -2q0 -3 0.5 -6t0.5 -6v-2q0 -3 0.5 -6.5t1.5 -6.5v-1q0 -4 0.5 -7.5
t0.5 -6.5v0q1 -5 1 -14v-1q0 -4 0.5 -7.5t0.5 -6.5v0v-8v-7v0v-7.5v-6.5v-1q0 -4 -0.5 -7.5t-0.5 -6.5v-1q0 -9 -1 -14v0q0 -4 -0.5 -7.5t-0.5 -6.5v-1q-1 -3 -1.5 -6.5t-0.5 -6.5v-2q0 -4 -2 -12v-2q-1 -3 -1.5 -6t-0.5 -6v-3q-1 -3 -3 -11v-2v-1q-2 -8 -2 -11q-1 -1 -1 -3
q-1 -3 -2 -5.5t-1 -5.5q0 -2 -1 -3q-1 -3 -1.5 -5.5t-0.5 -4.5q-1 -1 -1 -4q-1 -3 -2 -5t-1 -4l-1.5 -3t-0.5 -2q-1 -3 -2 -5t-1 -4q0 -1 -0.5 -2.5l-0.5 -1.5q-1 -3 -2 -5t-1 -4q-1 -1 -1.5 -2.5l-0.5 -1.5q6 -41 6 -82q0 -237 -167.5 -404.5t-404.5 -167.5q-90 0 -172 26
q215 67 328 267q-3 0 -11 -2q-2 0 -3 -1q-3 0 -11 -2h-2h-1q-3 -1 -6 -1.5t-6 -0.5l-2 -1q-3 0 -6 -0.5t-6 -0.5h-2q-3 -1 -6.5 -1.5t-6.5 -0.5h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0q-5 -1 -14 -1h-1q-4 0 -7.5 -0.5t-6.5 -0.5v0h-8h-7v0h-7.5h-6.5h-1q-4 0 -7.5 0.5t-6.5 0.5h-1
q-9 0 -14 1v0q-4 0 -7.5 0.5t-6.5 0.5h-1q-3 0 -6.5 0.5t-6.5 1.5h-2q-4 0 -12 2h-2q-3 0 -6 0.5t-6 1.5h-3q-6 2 -11 2q-1 1 -3 1q-8 2 -11 2q-1 1 -3 1q-3 0 -5.5 1t-5.5 2q-2 0 -3 1q-3 0 -5.5 0.5t-4.5 1.5q-1 1 -4 1t-5 1l-4 2q-2 0 -3 0.5t-2 1.5q-3 0 -5 1l-4 2
q-1 0 -2.5 0.5t-2.5 0.5q-2 1 -8 3q-1 0 -2.5 0.5t-1.5 1.5q-41 -6 -82 -6q-237 0 -404.5 167.5t-167.5 404.5q0 89 26 172q67 -216 267 -328v0q0 3 -2 11q0 2 -1 3q0 3 -2 11v1v2q-5 20 -2 11q0 2 -1 3q0 3 -0.5 6t-0.5 6v2q-1 3 -1.5 6.5t-0.5 6.5v1q0 3 -0.5 6.5
t-0.5 7.5v0q-1 5 -1 14v1q0 3 -0.5 6.5t-0.5 7.5v0v7v8v0v7v8zM1024 1278h-3.5h-3.5v0h-3.5h-2.5v0q-4 0 -6 -1v0h-4.5h-2.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-3.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0q-2 0 -3.5 -0.5t-2.5 -0.5v0
q-2 -1 -3.5 -1.5t-2.5 -0.5v0q-3 0 -4.5 -0.5l-1.5 -0.5v0q-4 -2 -7 -2v0q-2 -2 -6 -2v0q-2 -2 -5 -2v0q-4 -2 -6 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-4 -2 -5 -2v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3.5 -2t-2.5 -1v0q-2 -1 -3 -2t-2 -1v0q-4 -2 -5 -3v0q-2 -1 -3.5 -2t-2.5 -1
v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2t-2 -1v0q-2 -1 -3 -2.5t-2 -1.5v0q-2 -1 -3 -2t-2 -1v0q-3 -3 -5 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-4 -4v0q-2 -1 -3 -2.5t-2 -1.5v0l-2.5 -2.5l-1.5 -1.5v0q-3 -3 -5 -4v0q-1 -2 -4 -5v0l-2.5 -2.5l-1.5 -1.5v0q-1 -2 -2.5 -3t-1.5 -2v0
l-4 -4v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -4 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2.5 -3t-1.5 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -1 -3 -5v0q-1 -2 -2 -3t-1 -2v0q-1 -2 -2 -3.5t-1 -2.5v0q-1 -2 -2 -3.5t-1 -2.5v0q0 -1 -2 -5v0
q-1 -2 -2 -3.5t-1 -2.5v0q0 -2 -2 -6v0q0 -3 -2 -5v0q0 -4 -2 -6v0q0 -3 -2 -7v0q0 -2 -0.5 -3t-0.5 -3v0q-1 -2 -1.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -2 -0.5 -3.5t-0.5 -2.5v0q0 -3 -0.5 -4.5t-0.5 -2.5v0q0 -2 -0.5 -3.5
t-0.5 -2.5v0v-3.5v-3.5v0q-1 -2 -1 -6v0v-3.5v-2.5v0v-4.5v-2.5q0 -105 74.5 -179.5t179.5 -74.5h2.5h4.5v0h2.5h3.5v0q4 0 6 1v0h3.5h3.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t4.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5t3.5 0.5v0q1 0 2.5 0.5
t3.5 1.5v0q2 0 3.5 0.5t2.5 0.5v0q4 2 7 2v0q2 2 6 2v0q2 2 5 2v0q4 2 6 2v0q1 0 2.5 1t3.5 2v0q4 2 5 2v0q1 0 2.5 1t3.5 2v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q4 2 5 3v0q1 0 2.5 1t3.5 2v0q1 0 2 1t3 2v0q1 0 2 1t3 2v0q1 0 2 1.5t3 2.5v0q1 0 2 1t3 2v0q3 3 5 4v0
q1 0 2 1.5t3 2.5v0l4 4v0q1 0 2 1.5t3 2.5v0l1.5 1.5l2.5 2.5v0q3 3 5 4v0q1 2 4 5v0l1.5 1.5l2.5 2.5v0q0 1 1.5 2t2.5 3v0l4 4v0q0 1 1.5 2t2.5 3v0q1 2 4 5v0q0 1 1 2t2 3v0q0 1 1.5 2t2.5 3v0q0 1 1 2t2 3v0q0 1 1 2t2 3v0q0 1 1 2.5t2 3.5v0q1 1 3 5v0q0 1 1 2t2 3v0
q0 1 1 2.5t2 3.5v0q0 1 1 2.5t2 3.5v0q0 1 2 5v0q0 1 1 2.5t2 3.5v0q0 2 2 6v0q0 3 2 5v0q0 4 2 6v0q0 3 2 7v0l0.5 1.5t0.5 4.5v0q0 1 0.5 2.5t1.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0q0 2 0.5 3.5t0.5 3.5v0q0 1 0.5 2.5t0.5 3.5v0
v2.5v4.5v0q1 2 1 6v0v2.5v3.5v0v3.5v3.5q0 105 -74.5 179.5t-179.5 74.5z" />
  </font>
</defs></svg>
assets/fonts/owfont-regular.otf000064400000127234151213253360012676 0ustar00OTTO�0CFF H�Pd<��FFTMɉo2�4GDEF�� OS/2�� `cmap؜��2head	I�6�6hhea J�$hmtxe�:N�PLmaxpSPnamen���epost *�-_<��:�:������SPSx�� �����a  �4Tx��		$	<	`	�	�owf-regularowf-regularRegularRegularowf-regularowf-regularowf-regularowf-regularVersion 1.0 Version 1.0 owf-regularowf-regular,@@ ��*�4�=�H����X�_�j�s���������'�1�;�E�O�Z�c�m����"�j� ��(�2�=�F����T�_�h�s���������'�1�;�E�O�Y�c�m�����h��� �����zt����h`^[
��������U*�Qowf-regularO�l�m�n���
�(��
�(���?�=�f|�T$+29@GNU\cjqx������������������ '.5<CJQX_fmt{������������������#*069DOuniE000uniEB28uniEB29uniEB2AuniEB32uniEB33uniEB34uniEB3DuniEB46uniEB47uniEB48uniEB8CuniEB8DuniEB8EuniEB96uniEB97uniEB98uniEB99uniEB9AuniEBA1uniEC54uniEC55uniEC56uniEC57uniEC58uniEC5FuniEC68uniEC69uniEC6AuniEC73uniECB8uniECB9uniECBAuniECC3uniECC4uniECC7uniECC8uniECCCuniECCDuniECCEuniED1DuniED27uniED31uniED3BuniED45uniED4FuniED59uniED5AuniED63uniED6DuniED80uniED81uniED82uniED83uniED84uniEDE4uniEDE5uniEDE6uniEDE7uniEDE8uniEDE9uniEDEAuniEE16uniEE17uniEE18uniEE19uniEE1AuniEE1BuniEE1CuniEE1DuniEE1EuniEE1FuniEE20uniEE21uniEE22uniF168uniF169uniF16AuniF1FFglyph1glyph21.0owf-regularowf-regular���������������������������������������������������������������������������������S<Rn$tN���Bs���#a���a��6Ou����	p	�	�	�
�
�
�����?Tdv'�����vUe?@AJ8JUL�L�L�L�L�L�M	PQPoP�Q}Q�vbvmwMx5x@xDxF�� � 
��!
�K�t"
�����#
���$
��k%
�py&
�L�'
� � 
��!
�K�t"
� � 
���(
��)
���"
� � 
���(
��)
����������$���h��(����*�����0�UV���UX����UP����V���UX��着���UX��着���UP������UX���UV}_�i�s�����檪���'UX�UV��^"
� � 
�$�!"
� � 
�fD���UX�����UT��������Ȫ����UTHp���UX��f"�%�������a����"
� � 
��=���UX�����z���UT���_����UX�UT��ڪ����^��"� ����	�^��!����UT������*��UT��_}��Ѫ�����UT����UV�n�����⪪�UTE�\�"� �����^��ŗk���ߪ�����UT���ʪ�����UT�UTU�
��8���J����n�n������*
���r7����UT���Ȫ��,���I����n�n����Y�+
� � 
�4��,
��-
�l�G"
� � 
�4��.
� �/
�[�^,
��-
�l�G"
� � 
�4��.
� �/
�[�^,
��-
��^,
����=����j�G"
� � 
���0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
��(4
e�
0
�[�^1
� � 
���2
�\�^3
�2��0
�[�^1
�Y�s4
� � 
�8��5
��'4
���
2
�\�^3
�2��0
�[�^1
� � 
��(4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
�8��5
��'4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
�.��6
���5
��'4
���
2
�\�^3
�2��0
�[�^1
+��0
�[�^1
� � 
#��7
� � 
�r�8
���7
� � 
�r�8
����W�"��q�1UX��1UX���UT����4������"������X�b�9UTb�9UT�����������UX����UP���*����UX���UT���UX���UT����р���ܪ�� 7
� � 
�\�$9
��M�d��U�r:
��L�d��U�r9
��M�d��U�r:
��L�d��U�r9
��M�d�� � 
������UXG������᪫������UU����8�UF���������� �����������������*��������������������T����V1G���߀�����CUV�Z*���ZUT������ZU ������ZUT|�ZU����UU�ZUX���Ua�ZUP����U�ZUX���UJ�ZUX���UU�Z��*��Z�����6���UXG��������V������������8������������� �UV������UV��������������������������T���*�1������j�k�CUV�Z*���T�ZUT���UV�ZU ���UV�ZUT|�ZU���骪�ZUX����ZUP���*��ZUX������ZUX������Z��UV�Z�������H�9
�U:
�U9
�U:
�U9
� � 
�*�k��l�<:<�kk�;�8C�m�a����n�`���aDb��a�nn����Ӵ�9;:�l���;��<����b����m������oC�ӵ�n������a�m�Ca����6
���5
��'4
� � 
��E;
��<
��=
�N�b=
�f�E 
���>
��?
���;
��<
� � 
���@
��A
����>
��?
���;
��<
��=
���*
�K��@
��A
���;
��<
��=
����+
� � 
���B
� � 
<�&C
�ngB
� � 
���&��v�SST�uu�S�QY�v�n��??w�mן�nXn?��m�xw?���׽��QTS�v���S��T��Žo�?��v�מ��?wY����w��?���m�v?Yn�K�C
�ngB
� � 
�0��ً��=���-
�[�^.
� �/
��2D
� � 
��C9
��M�d��U�r:
��L�d��U�r9
��M�d���D
� � 
����E
���3D
�7�qD
t�p 
�p���#U����.UTb�9U�b�9UT����X������������UT�v���UT��֪���ƪ���֪���ƪ����UT]����UT���W�"��q�2����0����"���������3UV���E
� � 
�n��F
�H�G
��H
����H
e�� 
�d+I
�؝J
�Z�TF
�H�G
� � 
�Z��9\9�N{�sț�tctN��s�{{N���ȳ��\__�y���^��^����t�N��{�Ǜ��N{c����{���Л9\9�O{�sț�tctN��s�{{N���ȴ��\^_�y���^��_����t�N��{�ț��N{c����{���a�GI
�؝J
�Z�TF
�H�G
��H
UsK
�4L
��M
UsM
�V�wN
������V�?�����V��N
�N
�l�>�����5�`��[UX������V/�5��/�5�����UT�B*����N���h��a�uUTv��� ��|*���T�lUX�/���lUX�/���H��<*��$���H�������5��l��`��F�����r�������T��$�$���ŀ�A�}�sU@��ت��UT���UT��Ul���UT����T����xUX�/UT�xUX�/U�P�P�)UX�H�����UX������8���UT��0�����X�����qUT��
�
�Pԋ�3UX��V�/���-����-����=*���L�����qU\��� ���*���֪��������©8.��«P��р��������������UX�*��G�UUV��ª�k���UT{^���Ъ���������UT�%UUH�J����Ī�m���UT|��Ѫ��[�+�5*�9�jUVG�jU@G���Ti��Ul����n*�����`UX�/UU�`UX�/UV�@��<UT� ���IUV�P��O
�]�P
�%��O
�]��[�]���Z�]�V��O
�]�P
�?�N
���M
�4K
��Q
��L
��Q
���~N
�?�?�������X���
�dA�k�I�*�|��D��z���<�Z���������� =��� �[�^1
�e��ً�� =���-
��\�AUT_�N��u�X�������AUX�)UX����UX�UX����������L����?UX�?UX���ϋۋ�OUX���UX�C�P������8UX������8UX���UX�*�1���ު��l����UX�M�f��+�3UX��5�����T����X�������˪��������˪����*�������������UX��Ȫ������*�p��۪����UX��۪����UX����V���UP����UX�������*����өh���Ӫ��<������X�GUT������UT�����	UX� � 
��;�������UX�^�UT��֪��
��%�������������UT��sUX���oUT�������!��%�CUT��������UT���UV`���Ϊ����ڪ����i�=UV���UT��説���UT���UTt���説��������UV���h�9UX��પ��쪬u���UT��骪����UV�W�,UT��Ӏ�X��f�X��f�kUT������}UX��k*�����,��,����������UX�UV��쪨��9UX�UV������&����UT���UX���誨����=UX���������%UT��h�$��E�!UT���*
���U���UV�������檪���UT����Uh�����T����UD����UV����*��'UV��.���9��檪�A�����UV�IUd�ً�EUT��<����<������UT���ª���̪�8���UV���UT����Ux�����T��V���U4������UV������*��&�T���@����説�GUV���UTً�WU(��MUT��CU���CT�-UT�#���U�+UT���UT���UT/��檬������-�;��TI�#��I�#��j�+*���2����>���/UV�1���^���$��;���UT����V�����˪���۪���˪���۪�����U���*����Ъ��_�c�gy���UT�p���䪬�_����UV���ܪ����UV���UV�������䪪�m�Q���Z�;UVc�;UVc�G��w�T���ыə������#����+UV�E+
1���?R
�X��S
��������UX������������@��<�V���Ȫ��H�&�����UT�UX*�<*�<=��쪨H���UXSQ�V��<���UVg��������UX���֪��a�UV���UX�
����ܪ�*�<�V����U����UT���T��r� ���P���@UT�3������T���T�@*��8U��6UX�8UT�6UX�E*�� �P�UX����AT
��������0UX����(���*�@� �E���������UX��������UX�� ����UX���Ϫ����S�
UXE�E���ȫX����Ϫ����UX��֪a� �����䪨�o����UX���⪨����UX�qE�� ��)UX���UX�0UP���UP�7UX���UX���U
���)�����𪬦���UT���'U��3UT��?U����'��J�����W*����eUX��eUX��W��l�M������OUX���*��C�P���UX�8UX���UX�8UX�����*���������⫨�l����TX����UT�+���|���5�����Tq�����W�����W���*����UX������������Ȫ����UX���*����UP��۪����UX��۪����UX����U���UP����UX����������*����Ӫ����Ӫ��<������T�GUV���������	UT�U�9��Ҫ����UV�]UX��UV�B���*���UX���UV�����������]UX��O���*��:UV�:UT��F���R����R��j�F�I�:UTI�:UX���UX�*�������i���ߪ�����UX�������j�����UX�5UX��1����������X���UT��ɪ����UT��ɪ�h����X�����=Q�����*����*����UT��ժ����UT��ժ����*���π����UT�I�S�]�]�tՋ�Tp��UT����V<�	UV� ����Ut���᪪������{UX�����k������9Ut�#UX���UT�'����������|�H��j����X��X���,UX�^����oUT��n� ��Ӫ��^�����UX�N�8���UX�N�����UP�'UX���UX����UX����UP���UX���UX���e���UX�3�X������'�������'��<��X���U����UT����*���ۀ4B4B����V���*���������UX�����yK��ڪ����UV���UX���UU���UT��檫J�������3�@�M�M�T��l�cUV��+UT��(��������?�v���*��ڀ�$UX��$UX�������`������=*��	���5UX�	���5UX�[�X�B�����?UX�2��#*��'�����P�������3UX���V���*���0���[UX��`����h�������pU\&�pUT&�c*�����T�����������J��u��������>V
��W
�V������������������UT�*������UV������UV������*�����T������UV���UT�������������UT�*������UV������UV������*�����T������*�����T�UV������UV�����������T��������*���UV��UV��*����������UT�UV���������������UT�UV��������UV�����������UT��������UT�UV��������UV�����������UT�����z���J��������mUT���UU�$����ȫ8���UU��ƪ����Ī ������2�7�U��y*��o�����UT�o�����Ut���V���*��2�����T�UT��U������UV��������������������T����V���������������UT���UV������T����V��������������T����V�������UT���UV����������������UV����������������������������V�UT����UT���UV�������������UT�����������UV�UT���UV������������������������T����V��������UV�������UT�����UV��T���UT������UV������UV��T��������UT�������������UV��������UV�UT������UT�������������UV�UT�������UV�����������UV����������������������V����UT���������UV���������UV�*������UT������UT������*�����V������*�����V�UT������UT�����������V������UT���UV��������������*�����V�UT������UT�����������V�����������������������*��*��UX�UV�UX�UV���*������������UV�UX�������*��*��UX�UV�UX�UV���*���������*��*��UX�UV�UX�UV�*������������*���UV��UV��*���������*���UV��UV������������UX�UV����������������UV�UX��UX�UV���������������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U������UX�����T��������N�UX�UT����[��p�UT��������������UX��*���T������S��UX�UT����V���h�UT������������*�����UX��������Q��UX�UT����X�����UT�������������UX�UT��������UT�*����UX����UX�������T�����������UX���UT���UX��T��������P��������T�����UT�UX����������������UX�UT�����UX�UT������������*���UX��UX����������UX�UT������������*��*��UX�UT�UX�UT���*���������*��*��UX�UT�UX�UT�*������������UT�UX���������*��*��UX�UT�UX�UT�*�����������������������������X�*�������UX������UX����X��������������������UX�UX�������X�*�������UX������UX����X����������UX������*�������UX������UX����X�*����������X�����������������X��������UX����������������������X�������������UX�����UX���UX�����������UX������UX���UX�������������������-UX��p���UX�6������9UT�Nj�2���*����X���UX�o�����UX�o����y*��7�X�2�o���䪨����UX�����UX����*��*���UX��UX���������������UX�UX�������������UX����UP�*����UX�UX���UX�UX���UP�*����UX������UX�UX���������������UX�����������UX��������UX���UX��������*��*����UX�UX���UX�UX�����������������UX�����UX�����������*��UX���UX������UX��P���*��������������UX���������UX��������UX�����������UX�UX��������������UX�UX�����������������X�*�������UX������UX����X���������������*����UX�UX���UX�UX������*��������������UX���UX����������*����UX�UX���UX�UX������*�������������UT���������X������������������������T����X��������UT�������������UX����UT���������X������������������������T����X�������UX����T����������������������������T����X����������X�����������������X�����UT���UX�����������������������UX����������������������X�������������������UT���UX�����UT���UX�������������������������UT���UX����J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UX����UV���UX�������*������������������UV����UT���UX���UV��������UV����h�����������������UX����V���*������������������UV����UT���UX���UV��������UV����������������������������������UX����V���UP����UX���UV����UT���UX���UV��������UV������������������������������������UV���UX���UV��������*���������UX��������UX����V�������������UV���UX���������������UV����UT���*����UV���UX���UV���UX��������*������������������UV���UX�����UV���UX�������������������UV������������������UX���UV���������������������UV�����UX����UV���������X������������������������V����X���������V�������������UX��������UX����V�����������UV���������������UX�������V�������������UX��������UX����V����������ы�;�X���*��1�����UX�1�����UX��X���*��E����������������������������UT���������UX�����������������������������X����T����������������X���*�����UT�����������X����T����������������X����T�����������������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT����UX�������������T����������������X���*�����UT�������X�������������UT��������W4����X���UT����Sx���������UT���UX���������������������UX�����UT��������������UX���UT�����������UT���UX�����������UX��������UP����T���UX����UX���������*�����UT���������\����UX���UT����N$����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V8��������UT����Tt���������\\����UT���UX���NP����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V4��������UT����Tx����UX��������UP����UX���UT���UX���\<��������UT����Np����UX��������*������UT����X�������UT����Q�����UX��������UP����UX���UT���UX���\(��������UT����N������������UT���UX���������UX��������*������UT����\�������UT����N����������UX��������*������UT����X��������UT����R������������������������������UT���UX��������������UT���UX�����������������������������������UT����*����UX����UX����UP�������UX���������������UT����*����UX����UX����UP�������UX����������UT���UX����������������[�����UT���UX���N�UX���UT���UP��������UX����������UT����*����UX����UX����UP�������UX����������V���UT���UX���S����UX���UT���UP��������UX����������[�����UT���UX���O���UX���UT���UP��������UX����������X|����X���UT����R0����UT���*���������UX�����UX���UT���UP����UX��������������U�����UT���UX���U$���UX���UT���UP��������UX����������[�����X���UT����O����UT���*���������UX����������Xp����X���UT����R<����UT���*���������UX�����UX����UP���UT���UX��������������[�����X���UT����O,����UT���*���������UX������������UT���UX�����������UX���UT��������������UX�����UT���������������������UT���UX���������UX����*�����T����������������X����T���������������UT����X�������������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������T���������������*�����T���UX������������X����T���������������*�����T���UX�������������������UT���������UX�������������������E����*���T���UT�1�����UT�1�����*��;�T�����������������������UT�����UX���������������*���X�UT��UT��*��*���UX������*���X�UT��UT��*�����������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT����*�����UX���UX�*��*��UT��UT��*���X������UT�������UX����UT�UX����������UT�UX����������UT���������UX������UT��X������������*�����UX��UT�����������x������UT��X������������*�����UX������UT��X������������*�����UX������UT�����������������������UX��UT��0���������(������UT��X������������*�����UX������UT�����������������������UX������UT�����������������������UX��������������������T�����UX�����UT��������@��������������UX����UT�������UX����p�������������T�����UX�������������������������T�����UX���������������UT�������UX��UT�������UX����������������������������������X�UT�����������������������������X�UT�����UT�������UX�����������UX����������������UT��H���������������������X�UT������������UX�����������������UT������������UX�����������@�����UT���������T�UX���������*�����UT������������������UX���������UX�����������������UT����������T�UX��������*�����UT����������T�UX���������*�����UT������������������UX�������T�UX���������*�����UT�����UT���������UX����������UT�UX����������UT�UX����UT�������UX��������UX���*����������T�*���UX��UX�*����UT����������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT���UT��*��*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������UT�����UX������������{�)��X
���F����UV���UV�����z���ꪪa���v�)UV�)UT�������UV��y����g��H��Y5��C�C^Y4���h��h���˽4�C^[�C�5���i�����E�G�����E�G����i�����[�C�C���K�i��i���KY�C���CY�H���i�����E�G'�����'��E�G�����)��X
����,����<UX�"���2���4���C�4�,��$����"���� ���� ����"����$���,�C����UX���ê��"��E�UX4�,3�,E��O���UXYW�C��,���ު�����UX�g����UА���UT����T�4�,�C�����U����UT���U��F�T���UV���UV�����z���ꪪa���v�)UV�)UT�������UV��y���!����������!UX���UX���
UT���������������X�������������X����������������X�UT���������*�����UX�������Nl����UT����\@���0���������(�UT������������T�������������T��������UX����UP����UX���������UX��T������������*�����UT��UX�UT�UP��UX�����UX���������UT��UX�������UX����UX���������UX��UX���������UX�������*���X�UX��UX��*��*���UX���������UX������T������X�H���ê��<UX��ê��<UX�����*����UX�5�B����XO��ê�O��ê�m��������UX���ꪨ�w����UXq�UX���UX��P��檨�UX����UX��檨����檈����,���g�����gUT���gU\���e�����UX��c�������u{�p�"���������eUT�����,�������������説��UT���UT�w�P*�����T�PUX��窱�PUX��窱�P�P���*��QUX����E���������UU�UX�����UX�UU�����������������������UV���������������UX�����UV��UX���UP����UX��8�������`������V�������������
�����UX��L�����������UX��V��UX�����UV�����������UX��*��*���UV��UX�UV��������������*���V�UX��UX����*�����UV������*���V�UX��UX����*�����UV������UX�����UV���������媨�?����UX����UX��������A����UX����UP������UXV���UXV��媨�����A�{������UX���UV���UX���Ӫ��
��W�
UV��{Up�!UV��z�T��V��zU<�
UT��zU\�
UT��y*����*���w�����x}�s�0�+���
�X���w���
���UV�
���UV�y���몪�m�y�{�}�}�FUX���UU�F������L�����UX�������UX���������
UX������������������	UX��
UP��UX�������P������X�������������������X�����������UX��UP�UX�UX��UX�UX����UP��UX���(�����UX��0���������*�����UX����UX����*����UX������*�����UX�������������*�����UX����UX����*����UX�������UX�����X���������������������������>����骨�5�X���UX����UX����UP�����UX�K�����X�����Ӫ�^��Ӫ�^����T���*�����UX����UX�UT|�������쪬�x�UX���UT���S����UT�������������������UV���*�����UX{�w�>�9̼�KUX�eUV�!*��f����f����gUT����q�;UT���;����UX�;���;���;�X���UX���� � 
���Y
��bY
��bY
�,����I�\�I��֪����UXe�����UT{ �&�5�	��'��䪬������UT��ߪ�w��ܩ`�?�M�R�@S���UTy�����w�u����UT�UTw������@S�R�?��g�����ߪ��UT���UT!�'�5�	��&�"�����UT����)UT��I�\�I�(�����UT�#UX�����&�5�	!�'���������� UT��`��?S�R�@�����UT�UX����������������UX��@�M�R�?S���UX�#UX���UP� UP���UX�UX��'�5�	 �&��ܪ��e�UX���UX���'�t׋�AUX��䪨�6�����UX�6�����UX�UX������?����UT��䪨�������UX��ɪ����UX��ɪ����������T?����UT������*���ɪ��6UT��ɪ��6UT����T�A���L����*��AUX�6UT�6���6UT�6���A��UX�L���1���?R
������#
�k��o&
�L�'
������#
�E��&
������#
�E��&
�L�'
����#
���pZ
�c�&
�L�'
�����#
���pZ
������`�����������UX����������UX�
UX��UX�UX�UP��UX�������������X��������������������X�����������
UX���
UX��������UX�UX��UP����UX��UX�UX��UP����UX��������������X�����������UX��UP�UX�UX������UX�UX��������UX���UX������������P�*�����UX���UX����*����UX������*�����UX������������*�����UX��x�UX����*����UX�����UX�UX�����������?UX����^�,��^�,�����*��UX���UX�K�����X��骨��Ӫ����UX��Ӫ����UX����XU����������UX���UX�����쪨�x�UX���UX���S����UX����*���XR���R������*���X���UX��i�g�e�{���UT����������UX����UX�2����*������3*�����3UX�;UX���;����UX�;���;���;�X�Ǎ���&
�L�'
�����#
���u%
�py&
�L�'
����#
���$
��k%
�py&
�L�'
����#
���X�ꋤw��$�kUX�"�� ��� ����t��t��uUX���UX�����UX���UT���UP����UX�k�i�g���ܪ���������UX���UTm�	Sd��	UT�UX�	WH����	UT����	��������������������}�X����X�|��������O���$
��k%
�py&
�L�'
����>V
��W
�V������������������UT�*������UV������UV������*�����T������UV���UT�������������UT�*������UV������UV������*�����T������*�����T�UV������UV�����������T��������*���UV��UV��*����������UT�UV���������������UT�UV��������UV�����������UT��������UT�UV��������UV�����������UT�����z���J��������mUT���UU�$����ȫ8���UU��ƪ����Ī ������2�7�U��y*��o�����UT�o�����Ut���V���*��2�����T�UT��U������UV��������������������T����V���������������UT���UV������T����V��������������T����V�������UT���UV����������������UV����������������������������V�UT����UT���UV�������������UT�����������UV�UT���UV������������������������T����V��������UV�������UT�����UV��T���UT������UV������UV��T��������UT�������������UV��������UV�UT������UT�������������UV�UT�������UV�����������UV����������������������V����UT���������UV���������UV�*������UT������UT������*�����V������*�����V�UT������UT�����������V������UT���UV��������������*�����V�UT������UT�����������V�����������������������*��*��UX�UV�UX�UV���*������������UV�UX�������*��*��UX�UV�UX�UV���*���������*��*��UX�UV�UX�UV�*������������*���UV��UV��*���������*���UV��UV������������UX�UV����������������UV�UX��UX�UV���������������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U������UX�����T��������N�UX�UT����[��p�UT��������������UX��*���T������S��UX�UT����V���h�UT������������*�����UX��������Q��UX�UT����X�����UT�������������UX�UT��������UT�*����UX����UX�������T�����������UX���UT���UX��T��������P��������T�����UT�UX����������������UX�UT�����UX�UT������������*���UX��UX����������UX�UT������������*��*��UX�UT�UX�UT���*���������*��*��UX�UT�UX�UT�*������������UT�UX���������*��*��UX�UT�UX�UT�*�����������������������������X�*�������UX������UX����X��������������������UX�UX�������X�*�������UX������UX����X����������UX������*�������UX������UX����X�*����������X�����������������X��������UX����������������������X�������������UX�����UX���UX�����������UX������UX���UX�������������������-UX��p���UX�6������9UT�Nj�2���*����X���UX�o�����UX�o����y*��7�X�2�o���䪨����UX�����UX����*��*���UX��UX���������������UX�UX�������������UX����UP�*����UX�UX���UX�UX���UP�*����UX������UX�UX������������������*����UX�UX���UX�UX���UP�����UX��������UX�UX������������������UX���UX��������*��*����UX�UX���UX�UX�����������������UX�����UX�����������*��UX���UX������UX��P���*��������������UX���������UX��������UX�����������UX�UX��������������UX�UX�����������������X�*�������UX������UX����X���������������*����UX�UX���UX�UX������*��������������UX���UX����������*����UX�UX���UX�UX������*�������������UT���������X������������������������T����X��������UT�������������UX����UT���������X������������������������T����X�������UX����T����������������������������T����X����������X�����������������X�����UT���UX�����������������������UX����������������������X�������������������UT���UX�����UT���UX�������������������������UT���UX����J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UX����UV���UX�������*������������������UV����UT���UX���UV��������UV����h�����������������UX����V���*������������������UV����UT���UX���UV��������UV����������������������������������UX����V���UP����UX���UV����UT���UX���UV��������UV������������������������������������UV���UX���UV��������*���������UX��������UX����V�������������UV���UX���������������UV����UT���*����UV���UX���UV���UX��������*������������������UV���UX�����UV���UX�������������������UV������������������UX���UV���������������������UV�����UX����UV���������X������������������������V����X���������V�������������UX��������UX����V�����������UV���������������UX�������V�������������UX��������UX����V����������ы�;�X���*��1�����UX�1�����UX��X���*��E����������������������������UT���������UX�����������������������������X����T����������������X���*�����UT�����������X����T����������������X����T�����������������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT�����������X����T����������������X���*�����UT����UX�������������T����������������X���*�����UT�������X����������������������������UT���UX���������������������UX�����UT��������������UX���UT�����������UT���UX�����������UX��������UP����T���UX����UX���������*�����UT���������\����UX���UT����N$����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V8��������UT����Tt���������\\����UT���UX���NP����UX��������UP����T���UX����UX���������*�����UT����UX��������UP����UX���UT���UX���V4��������UT����Tx����UX��������UP����UX���UT���UX���\<��������UT����Np����UX��������*������UT����X�������UT����Q�����UX��������UP����UX���UT���UX���\(��������UT����N������������UT���UX���������UX��������*������UT����\�������UT����N����������UX��������*������UT����X��������UT����R������������������������������UT���UX��������������UT���UX�����������������������������������UT����*����UX����UX����UP�������UX���������������UT����*����UX����UX����UP�������UX����������UT���UX����������������[�����UT���UX���N�UX���UT���UP��������UX����������UT����*����UX����UX����UP�������UX����������V���UT���UX���S����UX���UT���UP��������UX����������[�����UT���UX���O���UX���UT���UP��������UX����������X|����X���UT����R0����UT���*���������UX�����UX���UT���UP����UX��������������U�����UT���UX���U$���UX���UT���UP��������UX����������[�����X���UT����O����UT���*���������UX����������Xp����X���UT����R<����UT���*���������UX�����UX����UP���UT���UX��������������[�����X���UT����O,����UT���*���������UX������������UT���UX�����������UX���UT��������������UX�����UT���������������������UT���UX���������UX����*�����T����������������X����T���������������UT����X�������������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������X����T���������������*�����T���UX������������T���������������*�����T���UX������������X����T���������������*�����T���UX�������������������UT���������UX�������������������E����*���T���UT�1�����UT�1�����*��;�T�����������������������UT�����UX���������������*���X�UT��UT��*��*���UX������*���X�UT��UT��*�����������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT��*��*���UX������*���X�UT��UT����*�����UX���UX�*���UT����UT����*����UX��UT�������UX����UT�UX����������UT�UX����������UT���������UX������UT��X������������*�����UX��UT�����������x������UT��X������������*�����UX������UT��X������������*�����UX������UT�����������������������UX��UT��0���������(������UT��X������������*�����UX������UT�����������������������UX������UT�����������������������UX��������������������T�����UX�����UT��������@��������������UX����UT�������UX����p�������������T�����UX�������������������������T�����UX���������������UT�������UX��UT�������UX����������������������������������X�UT�����������������������������X�UT�����UT�������UX�����������UX����������������UT��H���������������������X�UT������������UX�����������������UT������������UX�����������@�����UT���������T�UX���������*�����UT������������������UX���������UX�����������������UT����������T�UX��������*�����UT����������T�UX���������*�����UT������������������UX�������T�UX���������*�����UT�����UT���������UX����������UT�UX����������UT�UX����UT�������UX��������UX���*����������T�*���UX��UX�*����UT����������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT���UT��*��*���UX��UX�*��*��UT��������T�*���UX��UX�*��*��UT��������UT�����UX��������������U[
��U�
��������UX8�����8����x��ր�����������
�)����UX�����������d����UT�
��*��������*���UT�*��������UT�UX������2�PS�JUXS�JUXo�U*���_UX��T������GUT��V������U�������UT�UX���U����S
���AT
���
��������UX8�����8����x��ր�����������
�)����UX�����������d����UT�
��*������*���UT�*�p������UX�UX������2�PS�JUXS�JUXo�U*���_UX��T������GUX��V������UX������UP�UX���UX�����U
��U[
�k����
<]�$~
�	�l�
p��".8DN�6�D���V�j�n�b�(�[��-s1����� <!�"�$�%4&]&k)l*P�[UT��ª�����UT��������k����[UXŭ������'�����UT�-UX��|�H��j����X��X���,UX�^����oUX��n����Ӫ��^�����UX�N�`���UX�N�����UP�'UX���UX����UX����UP���UX���UX���e���UX�3�X������'�������'��<��X���U����UT����*���ۀ4B4B����V���������#�����yK��ڪ����UV���UX���UU���UX��檫������A�3�@�M�M�T��l�cUV����(���UT�%UT����UX����*����CUT��CUT��X�"�����������UX����*����UTJ��쪬J��쪬���*����UT���UXi�����UT���ת��%UXo���⪪�)����/UX�UV������K�UT���UT�$��u���UT���UT�������򪬉���I����o�n�����������!UX���UX���
UT���������������X�������������X����������������X�UT���������*�����UX������8�Nl����UT�� �\@���(���������0�UT������������T�������������T��������UX����UP����UX���������UX��T������������*�����UT��UX�UT�UP��UX�����UX���������UT��UX�������UX����UX���������UX��UX���������UX�������*���X�UX��UX��*��*���UX���������UX������T������X�H���ê��<UX��ê��<UX�����*����UX�5�B����XO��ê�O��ê�m��������UX���ꪨ�w����UXq�UX���UT��P��檬�UX��檬�UX��檨����檬��������������������UV�UX���UV�UXB�UP������UX�k�C��������DUU���*��D�����D��������*��EUd���w����T��窱��窱�P�����*��QUT����다w����UX�4������P����UX�UX���UX�UX���*��UPG�UX�UX��誨������UX�y���Ы0�������Ҫ����UX��Ԫ(�?UX�ʂ�>��y�>��y�>UXk�]�O�ꋤw������X�-��������	UT����X�	W����*����UT�������R��ު����ܪ����ڪ����⪪��������UV���UXk�b*�����bUX���UV�bUX���UV�a*���ت��C�N�������UU�UT�����UT�UU�����������������������UV���������������UX�����UV��UX���UP����UX��8�������X������V������������
�����UX��L�����������UX��V��UX�����UV�����������UX��*��*���UV��UX�UV��������������*���V�UX��UX����*�����UV������*���V�UX��UX����*�����UV������UX�����UV���������媨�?����UX����UX��������A����U�����UT������U$V���UTV��媬�����A�{������UT���UVu�������T���骬�UV��骬�UV����T���u���ʪ��
UV����V��V���V�������U�*���ʪ�����P�0�����UV�0�����*��1UV��1UV��1�������y�{�}�}�FUT���UU�F���������������UT�UX��UT���������
UX��N�UX�UT����[��������N��UX�UT��[������	UX��
UP��UX��������������X��������������������X�����������UX��UP�UT�UX��UT�UX��UP����UX��S��UX�UT�UP�W�UX������*�����UT�������������*�����UT���UT����*����UX������*�����UT�����������UT�UX��������N����UT����\������������>������5�X^�^����*������UT�K�����T�����Ӫ�^��Ӫ�^����V���*�����UX����UX�UV|�������쪪�x�UX���UV���S����UV����UT��X���UV������UU�����ߪ���Xk��5�/�����UX�:UU~�D�����;UV���;����UX�;���;���;�T���UX�����0�UT����'���(�=������=��������UX�UT���UX�m���*���Ī����UT��Ī����V���UX����T����T�}[�f�q���䪬����UT�UX��*��*�T��C����C����X�"�������UT���UX����*�����JxJx��ڀ����i���UX��̪��
�����UT�m�$�����W�)�����UT�.���R��UT���~������UX�(���*�X�3UT�������'��J���=UX�=UX�W*�����eUX��eUX��W��l�M������N�����*��C����UX�8UX���UX�8UX�����*���������ޫ��l����TX����UT�f��+�3UX��|���5�����T����X�������˪�������˪����*�������������UX��Ȫ����UX���*����UP��۪����UX��۪����UX����U���UP����UX�������*����өh���Ӫ��<������X�GUV�����UX�����CUX]�t�`����\�������CUX�+UT�UX���UT�����������]UX��O������Ŭ�F����SUT��j�FUXI�:��I�:�����UX�UX������i���ߪ�����UX�������j�����UX�5UX��1����������X���UT��ɪ����UT��ɪ�h����X�����=Q}���*�o���UTa���UTa���*����UX���Ȫ�����������UT�]�]�tՋ���UT�������	UTً��>���=���؋��=���>�����=���؋��=���>���ً��>�����±��������"��������UX���T����UX�UT��Ī��U�2����������������UT����UT��X����V������UV�,����䪬�)UX���UT�%UX�UT��(����𪨿���UX����*���J�����������������݀����UT����U�������T����U�&����� �����UX��6����UV�	UX�"UT�-UV����������X�*�T�UV�������������������n������UV������UV�����۪����{�W�"��q�1UT��1UT��"���UT��4���
UT�"��}���֪��9UT��֪��9UT���UT���������ꪬ���*����UT���UT���UT���UT����р���ܪ����̪��"�����UV�1UT����"����UX��
UX�"�����*��b�9UT��€����VH����UT���UT���Td��ƪ����UT��ƪ�����Ѫ����ܪ��d�d�d�d�
UX���UV�UP���!UX����UX�������#UV����UV����������UX�&����ր������������쪬���UX���UT���UX���Ut���*���પ������
T���UV�UT���!UЋ���UX�������#UV����UV����������UX�&����ր������������쪬���UT���UT���UT���Ut���*���પ������
UV���UV�UT���!UV��!UT���������#UV��UV���*�������UT�&����ր������������쪬���UV���UT���UV���Ut���*���પ������
T���ܪ��UT���UT�!U���!UT���������#UT�����*��UT���UT�&����ր������������쪬���UT���UT���UT���UT���*���બ�s�
UX��ܪ��UP���UT�!UX����UX�������#UT���������UT���UX�&����ր������������쪬���UX���UT���UX���UT���*���બ�s�
T���ܪ��UT���UV�!U���!UT���������UV���*�����UT�&����ր������������쪪���UT���UV���UT���UV���*���પ�s�
UX��ܪ��UP���UV�!UX����UX���������UV��������UX�&����ր������������쪪���UX���UV���UX���UV���*���પ�s��s�POP�ss�O�MU�t�l��:9u�kܡ�lUl:��k�vu9������MOO�t���O��O���l�:��u�ݠ��:vU����u��9���l�t9Ul��u�SST�uu�S�QY�v�n��??w�m؟�nYn>��m�xw?���׽��QTS�v���S��S��Žo�?��v�מ��>wY����w��?���m�v?Yn��u�TSS�uv�S�QY�v�m��@?w�mן�nYn?��m�wv?���׽��QSS�u���S��T��Žn�?��v�ן��?wY����w��?���m�v?Yo��#UT���.����UX�9�����UX�9����ꪨ��T�����UX���UTvn��֪���ƪ���֪���ƪ����UX]����UT�UX���U��"����媪������0�H��"������%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��%P%�?w�mן�nYn?��m�wv?���׽��QTS�u���S��TËŽn�?��v�ן��?wY����w��/V/�Gy�pϝ�q^qG��p�yxG���ϸ��WYX�x���Y��Z����q�G��y�ϝ��Fy^����y��/V/�Gy�pН�q^qF��p�yyG���ϸ��WZX�x���Y��Y����q�G��x�ϝ��Gy^����y����;N���UX������b������UX������UX���UX������ �"��� �� �UX� �UX��rUT��Ϫ���p���w|�r�+�&����\���}�V�(�T����������T����k��UX��ܪ���������T� �� ��"�0��$�������;N���UX������b������UT������UT���UX������ �"��� �� �UT� �UT��rUT��Ϫ���p���w|�r�+�&����]UV�}�V�������������T���UV�k��UX��ܪ���������V� �� ��"�0��$�������;N���UX-�����X�������������������UX��X��� �"��� �� �UX� �UX��rUT��Ϫ���p���w|�r�+�&����\���}�V�(�X����������T����k��UX��ܪ���������X� �� ��"�0��$���������V���[�^���[�]���[�]���UX�������������UT�(����UX����UP�*����UX�0UT���UX�0UT��Ѫ��;*����ڪ��iUX���UT�r����}UX���*��`���*UT�`���*UX�5�P�!UX�AUX���UX���UX���٪���X���������X���������/UX����(�/UX��ˀ�:�����T��f��g�y�}UX���UX��{��UX�k���*���k��*���H*���$���AUX��������UX��mUX��٪��N��*����*�����UX����UT����*�̋׋����*����'UX��'UX�6�X� UP�D���UX����UX�������*�8T8T��ր����X�������������&UT���UX�L��U��⪬��ث����UT��ת����֩`����UX�!��O�CUT��ʪ���䪬c���UT��֪�����UT�5�/�������_UTN�_UXN����������oUX��b���*��*UT�*UT�6*����&���
����dUX�R���WUV����&������8���UXŋ�;UT��:����������UX�9UX�&��������UX�V��������
�UX�&���&�����UT��⪨�����Q9���UX����&�����UV��ƪ������Q����UX���Ī��UVQ������UT�&�����������dUTQ�v�����UV��Ҫ����UT�\�����������CUX�+UX������������UT�UX��]UX��O���*��:UT�:U(��F�T��SU���j�FUTI�:��I�:�����UX�UX��������ܬ ���ߪ���������8���UX���UX�kUX���UP�5����wUX�1����������X���UT��ɪ����UT��ɪ�h����X�����=Q}���*�o���UTa���UTa���*����UT���Ȫ��I�S�]�]�tՋ�Tp��UT����V<�	UT�����𪬦���UT����+UT�3UT��>�������'��J�����W*����eUX��d����W�����UT�J����ª���������OUX���*��C�P���UX�8UX���UX�8UX�����*���������ޫ��l����TX���ª��f��+�3UX��}UT�5�����T����X�������˪�������˫H���*����*������������Ȫ����UX���*����UP��۪����UX��۪����U����U���UT����T܋���������*����Ӫ����Ӫ��<������T�GUV���������	UT��Ҫ����UU�]UX��UU�B���*���UX���UU�����������]UX��O���*��:UV�:UV��F���R����R��j�F��I�:��I�:�����UX�UT��������� ���ߪ��������ީ8���UT������j�����UX�5UT��1����������T���UT��ɪ����UT��ɪ�h����T�����=Q�����*����*����UT��ժ����UT��ժ����*���π����UT�I�S�]�]�tՋ�Tp��UT����V<�	UU��Ԫ�����UT���UXa������J�������mUT�$�-UX��ȫ8�UX��ƪ������Ī ��2���y*����*����UT���UX���Ut���UX���*���y*������2�o���䪨����UXs����8���������� ���aUT��x��������UTS������*�h��*������*��	UV�������z��������������p�����UU�6�����9UT���UUNj�2��������X�7�U�o���o���o���o���7�X���V��2��T�UT��U���@����BUT�ϋ�2����X��*�������pUX������pUX��x�X�8*��2�ы�;�X���*��1�����UX�1�����UX��X���*��E�E���*����*����UX���UT���UX���UT���*����*�E�E����*���T���UT�1�����UT�1�����*��;�T�����T�;�X�1���1���1���1���;�T��Xы������㪬����UT�UX�|� �����UV�UT���UT����UV���������UT���UU���������UV���ڪ��%����KUV��&��������������UV����㪪w����UX����ܪ����UV���UV���UT����UV�S������UV�'UV��ت��'UV��ت��/�����UUËË�/������'UT�'UU�'UT�'UV����/���Ë�4�����UT�-����ܪ��&����b��b��b�������UV�UX�����UX��UP����UX�UV��������������X��������8�����UV�UX�UT��UV����v�UX����������������������������X�����UV�����UX��������r�������������UV����UX�������UV�����UX��������|��������������UV��	UX�������UV����UX���������������UX�������������������*�����UX�������������*���T�UX��UX��*���T������UX�UT���������������媨�?UT���UX�4�����UX�4��������UTA����UX����UP��媬���UX���UT���UX���UT��媨������A����U������UT�UX���T���UX���Ӫ��
��W�
UT���UXi�����ܪ�����UT����UV���UX��㪪�����o���B*�|�BUX���UV�BUX���UV�B���B����������6�T�������Y����YUX��Y����YUX����U�]���������S*���6�T��UU��Y����UT��Y����*�����U����UUX��T�����R�����q*��eUT����������������������T�>���UT������8*������pUT�����pUT���@���T�e����UX�6����UX�������5�Rɉo1�����������������������������������������������������������������������������������������������������;���������������66�����X;����������������������@�����@�404.php000064400000003115151213253360005565 0ustar00<?php
/**
 * The template for displaying 404 pages (Page Not Found).
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>
<div class="cm-row">
	<?php

	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

		<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts">
				<section class="cm-error-404 cm-not-found">

					<?php if ( ! is_active_sidebar( 'colormag_error_404_page_sidebar' ) ) : ?>
						<header class="cm-page-header">
							<p><?php esc_html_e( 'Oops ! Page Not Found', 'colormag' ); ?></p>

							<h1 class="cm-page-title"><?php esc_html_e( '404', 'colormag' ); ?></h1>
						</header>

						<div class="cm-page-content">
							<p><?php esc_html_e( 'We are sorry for the inconvenience. The page you’re trying to access does not exist or has been removed.', 'colormag' ); ?></p>
						</div>

						<a class="cm-btn" href="<?php echo esc_url( home_url( '/' ) ); ?>">
							<span>
								<?php esc_html_e( 'Back to Home', 'colormag' ); ?>
							</span>
						</a>
						<?php
					else :
						dynamic_sidebar( 'colormag_error_404_page_sidebar' );
					endif;
					?>

				</section><!-- .cm-error-404 -->
			</div><!-- .cm-posts -->
		</div><!-- #cm-primary -->

	<?php
	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );

	?>
</div>

<?php
get_footer();
readme.txt000064400000105740151213253360006552 0ustar00=== COLORMAG  ===

Colormag Pro is Premium Version of our Free magazine WordPress theme Colormag.

/**********************************************************/

== COPYRIGHT AND LICENSE ==

External resources linked to the theme.
* Open Sans by Steve Matteson http://www.google.com/fonts/specimen/Open+Sans
  Apache License, version 2.0

Resources packed within the theme.
* Font Awesome by Dave Gandy http://fortawesome.github.io/Font-Awesome/
  SIL OFL 1.1 http://scripts.sil.org/OFL.
* HTML5 Shiv @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
* JQuery Advanced News Ticker 1.0.11 by Valentin Ledrapier(risq) | GPL Licensed
* Stickyjs by Anthony Garand | MIT Licensed
* Magnific-Popup by Dmitry Semenov | MIT Licensed
* FitVids by Chris Coyier and Paravel | WTFPL Licensed
* Bxslider by Steven Wanderski released under the MIT license
* Other custom js files are our own creation and is licensed under the same license as this theme.
* JQuery EasyTabs by Steve Schwartz | MIT/GPL2 Licensed
* Theia Sticky Sidebar by WeCodePixels | MIT Licensed
* ResizeSensor by Marc J. Schmidt | MIT Licensed
* Headroomjs by Nick Williams | MIT License
* prognroll by Mehmet Burak Erman | MIT License
* wp-color-picker-alpha by Sergio | GPLv2 Licensed
* SelectWoo by WooCommerce | MIT Licensed

All other resources and theme elements are licensed under the [GNU GPL](http://www.gnu.org/licenses/gpl-3.0.txt), version 3 or later.

ColorMag Pro WordPress Theme, Copyright 2015 ThemeGrill
ColorMag Pro is distributed under the terms of the GNU GPL

/**********************************************************/

== THEME USAGE ==

= Theme Instruction =
Get theme instruction at https://docs.themegrill.com/colormag/

= Free Support =
Get free support at https://themegrill.com/contact/

= Theme Features Usage =
All available options can be used from Appearance->Customize

/**********************************************************/

== TRANSLATIONS ==
If you've translated this theme into your language, feel free to send the translation over to themegrill@gmail.com
and we will include it within the theme from next version update.

/**********************************************************/

== Changelog ==
= Version 4.1.10 - 2024-07-23 =
* Feature - Option to change mobile menu color and typography.
* Feature - Option to change mobile sub menu background color and typography.
* Fix     - Header layout 2 style issue.
* Fix     - WordPress 6.6 issue.

= Version 4.1.9 - 2024-07-11 =
* Feature - Option to change primary section widget title typography.
* Feature - Option to display/hide excerpt in TG:feature post style 3 and 5.
* Fix     - Post navigation style 3 responsive issue.

= Version 4.1.8 - 2024-06-04 =
* Update - Fontawesome V4 to V6.
* Update - Compatibility with WPML plugin.
* Fix - Image reveal class PHP issue.
* Fix - WooCommerce responsive issue.

= Version 4.1.7 - 2024-04-23 =
* Feature - To add discord social icon.
* Feature - Option to change news ticker direct left and right.
* Feature - Highlight Post Text Color option on widget.
* Feature - Lightbox on blog post images.
* Fix     - Documentation links.
* Fix     - Get large feature image size for no sidebar layout.

= Version 4.1.6.1 - 2024-04-02 =
* Fix     - Color Picker Issue due to google analytics plugin.

= Version 4.1.6 - 2024-04-02 =
* Fix     - Author Displaying latest post.
* Feature - Display post title below image in featured post.
* Feature - To change post date type.
* Feature - To change enable scroll to top.
* Feature - To change scroll to top background and color.
* Option  - Display/Hide Categories.
* Option  - Display/Hide Categories for small grid posts.
* Option  - Footer Background.
* Fix     - Trending News Widget Title Color and Background.
* Option  - Color and Background Color for Trending News.
* Fix     - Random Post Widget sidebar title color.
* Fix     - Block Style 6 title color.
* Fix     - Trending News navigation button design.
* Option  - Upper Footer title color.
* Option  - News Ticker Label Background.
* Option  - News Ticker div background.
* Option  - Footer Link Color.
* Fix     - Navigation dropdown parent color on active.


= Version 4.1.5 - 2024-03-05 =
* Option - To change sidebar width.
* Fix    - Primary menu background on contained main header.
* Fix    - Widgets select author issue.

= Version 4.1.4 - 2024-02-23 =
* Add - Font awesome V6.2.4 support.

= Version 4.1.3 - 2024-02-22 =
* Add - To change global button hover color.
* Add - To change primary menu border top width.
* Add - To change button background hover color.
* Add - To change sortable of post elements.
* Add - To change blog post title typography.
* Add - Option in elementor grid style 5 widget.
* Add - Option in elementor grid style 8 widget.
* Fix - Swiper compatibility.
* Fix - Elementor widget category spacing issues.

= Version 4.1.2 - 2023-12-27 =
* Fix - Author bio not displaying on frontend.
* Fix - Breadcrumb option visible even when disabled.
* Fix - Migration notice issues.

= Version 4.1.1 - 2023-12-13 =
* Fix - Category slider overlapped on tablet and mobile view issue.
* Fix - Image caption alignment issue in editor.
* Fix - Page title tag issue.
* Fix - Single post headings tag issue.

= Version 4.1.0 - 2023-12-12 =
* Fix - Php error on dashboard widgets area.
* Fix - Blog layout 2 Style 1 featured image size issue.

= Version 4.0.9 - 2023-10-18 =
* Fix - Default headings line height issue.
* Fix - Spacing issue in editor.
* Fix - PHP error on search results page.

= Version 4.0.8 - 2023-09-20 =
* Fix - Sub menu design issue.

= Version 4.0.7 - 2023-09-06 =
* Fix - Typography control freeze when clicked on reset issue.

= Version 4.0.6 - 2023-08-22 =
* Feature - Header action icon color option.
* Feature - Mobile menu toggle icon color option.
* Feature - Upper footer widget background color option.

= Version 4.0.5 - 2023-08-15 =
* Fix    - Max Mega Menu plugin design issue.
* Fix    - Post tags meta design issue.
* Fix    - Footer menu hover color option.
* Fix    - Footer column design issue.
* Fix    - Navigation menu responsive icon issue.
* Remove - Major update notice via dashboard.

= Version 4.0.4 - 2023-07-19 =
* Fix - Left sidebar content responsive issue.
* Fix - Post Video format play button position issue.
* Fix - Pagination enable/disable option issue.

= Version 4.0.3 - 2023-07-05 =
* Fix    - Category color design issue,
* Fix    - Navigation sub-menu design issue.
* Update - Freemius SDK.

= Version 4.0.2 - 2023-06-22 =
* Fix    - Scrollbar color.
* Fix    - Category slider issue when post count set to 1.
* Fix    - Author Bio box design issue.
* Update - Default typography value.

= Version 4.0.1 - 2023-06-20 =
* Fix - Highlighted post widget clickable issue.
* Fix - Various design issue in button block.
* Fix - Single post navigation width issue.
* Fix - Permalink not appearing on comment section.

= Version 4.0.0.5 - 2023-06-19 =
* Fix - Featured Category slider issue on refresh.
* Fix - Word break issue.

= Version 4.0.0.4 - 2023-06-18 =
* Fix - Missing deprecated functions issue.

= Version 4.0.0.3 - 2023-06-17 =
* Fixed - Single post hidden issue in featured category slider widget.
* Fix   - Gutenberg editor skin color.
* Fix   - Dashboard notice dismiss button issue.
* Fix   - Missing commenter author name.

= Version 4.0.0.2 - 2023-06-16 =
* Fix - JS/CSS files minification.
* Fix - Left sidebar issue on responsive.

= Version 4.0.0.1 - 2023-06-16 =
* Fix   - Two sidebar layout issue.
* Fix   - Tag links design issue.
* Fix   - Release notice dismiss issue.
* Fix   - Load More button primary color issue.
* Fix   - Post Meta primary color issue.
* Tweak - Minor change.

= Version 4.0 - 2023-06-15 =
* Enhancement - Overall UI/UX improvements of frontend side of the theme

* Enhancement - Responsiveness and mobile-first design
* Enhancement - Introduced SVG icons for speed and better design
* Enhancement - Improvements and issues fixes in dark mode design

* Enhancement - Blog, Post content, meta, CTA button
* Fix - Design issues in post comments section
* Enhancement - Related posts slider
* Enhancement - Search no result found page design
* Enhancement - Fixed design issues in 404 page and improved for the betterment
* Enhancement - Improved design for forms fields

* Enhancement - Overall layout/design improvement in header area
* Enhancement - Mobile menu design
* Enhancement - Improved header search
* Fix         - News ticker alignment issue in mobile devices
* Fix         - Top bar responsive issues

* Enhancement - Overall layout/design improvement in footer area
* Fix         - Footer area responsive issues

* Enhancement - WordPress default blocks/widgets design
* Enhancement - Improved Block Editor design
* Fix         - Search widget design issue
* Enhancement - ColorMag custom widgets design: consistency, spacing, responsiveness

* Enhancement - Overall accessibility improvements as per WordPress standards
* Enhancement - More accessible styles for links
* Enhancement - Maintained contrast of elements via Color, sizes, spacing
* Enhancement - Attention to typography for readability by applying hierarchy, consistency, and white spaces

* Enhancement - WooCommerce pages design revamp
* Enhancement - Improved product boxes
* Fix         - Various design issues including responsiveness in WooCommerce pages

* Enhancement - Overall UI/UX of customizer controls

* Enhancement - Improved design of icons used in radio image control
* Enhancement - Use toggle control instead of checkboxes
* Enhancement - Introduced unit selector, slider in typography control
* Enhancement - UX improvement in responsive switcher setting
* Enhancement - Use of toogle instead of eye icon inside sortable control
* Enhancement - Use of toggle instead of eye icon inside sortable control
* Enhancement - Introduced unit selector and progress bar indicator in the slider control
* Feature     - Option of unsortable items inside sortable control
* Feature     - Introduced input binding setting in dimension control
* Feature     - Introduced input binding and unit selector setting in dimension control
* Added       - Introduced new subheadings control

* Enhancement - Refactored options arrangements for better user experience
* Enhancement - Consistency on layout and style options
* Enhancement - Updated strings used for customizer options for clarity

* Enhancement - Better file/folder organization
* Tweak       - Improved Coding Standards
* Tweak       - PHP OOP way code implementation

* Enhancement - Mobile-first CSS
* Enhancement - Proper CSS Reusability implementation for less code
* Enhancement - Use of CSS flex/grid properties instead of float
* Enhancement - Use of CSS variables
* Enhancement - Overall CSS transition on events

= Version 3.5.1 - 2023-03-21 =
* Fix    - Design issues on search while dark skin color.
* Update - Freemius SDK.

= Version 3.5.0 - 2023-01-31 =
* Fix - Social icon spacing issue in header.
* Fix - Mobile menu design issue.
* Fix - Container width issue in header.

= Version 3.4.9 - 2023-01-30 =
* Tweak   - Design improvements on header.
* Feature - Option to change primary menu padding.

= Version 3.4.8 - 2023-01-11 =
* Fix - Php error.

= Version 3.4.7 - 2023-01-09 =
* Fix - Php error.

= Version 3.4.6 - 2023-01-04 =
* Integration - Magazine Blocks plugin.
* Tweak       - Improvements on page builder template.
* Fix         - Alignment issue in header classic layout.

= Version 3.4.5 - 2022-11-17 =
* Feature - Option to change container width.
* Fix     - Scroll to top button not appearing while enabling from customizer option.
* Fix     - Top header enlarge issue on page load.
* Fix     - Primary menu not centered while 3rd header style.

= Version 3.4.4 - 2022-10-20 =
* Fix - Option to show/hide pagination in Elementor widgets not working.
* Fix - Swiper issue in trending news widget.
* Fix - Swiper issue in grid style 7 widget.

= Version 3.4.3 - 2022-08-22 =
* Add - Option to load Google fonts locally.

= Version 3.4.2 - 2022-07-29 =
* Fix - Design issues on top bar while dark skin color.

= Version 3.4.1 - 2022-07-22 =
* Tweak   - Change `Load Next Post` to `Autoload Posts` single post feature.
* Feature - Autoload posts filter.
* Fix     - Menu item border bottom color not affected by primary color option.

= Version 3.4.0 - 2022-07-08 =
* Enhancement - Infinite scroll and autoload next post dynamic URL on post/s load.
* Update      - Header field `Tested up to` to 6.0.

= Version 3.3.9 - 2022-07-05 =
* Fix - Compatibility issue with plugins due to customizer editor control.

= Version 3.3.8 - 2022-06-22 =
* Tweak - Load default fonts locally.

= Version 3.3.7 - 2022-05-11 =
* Feature      - Buttons dimension and border options.
* Improvements - Header top bar design and CSS code refactor.

= Version 3.3.6 - 2022-05-04 =
* Fix - Breadcrumb schema error.

= Version 3.3.5 - 2022-04-28 =
* Fix - Option for hiding blog/static page on front page not working on certain condition.

= Version 3.3.4 - 2022-04-18 =
* Feature - Add typography and color options for breaking news section in header.
* Fix     - Video post format issue on widgets, single post and archive page.
* Fix     - Featured image not showing in a single post.

= Version 3.3.3.1 - 2022-03-25 =
* Update  - Freemius SDK.

= Version 3.3.3 - 2022-03-25 =
* Fix - Elementor\Scheme_Color is deprecated.
* Fix - _register_controls is deprecated.
* Fix - who is deprecated.

= Version 3.3.2 - 2022-03-24 =
* Feature  - Custom breadcrumb.
* Fix      - CLS (Cumulative Layout Shift) issue on header while page load.
* Fix      - Menu item alignment issue while changing the font size.
* Refactor - SCSS files and folders.

= Version 3.3.1 - 2022-03-02 =
* Feature - Option for filtering Flyout Related Posts by date.
* Update  - Freemius SDK.

= Version 3.3.0 - 2022-02-01 =
* Fix - Video appearing twice while video Post Format.
* Fix - Undefined index notice while choosing certain font family.

= Version 3.2.9 - 2022-01-20 =
* Fix - TG: Exchange widget displaying multiple exchange currencies.

= Version 3.2.8 - 2022-01-05 =
* Fix - API key error on TG: Exchange Widget.

= Version 3.2.7 - 2022-01-03 =
* Fix   - CSS issue for Header center alignment option and search field.
* Tweak - Allow post related HTML tags for widget's post title.

= Version - 3.2.6 -2021-12-27 =
* Tweak - Allow post related HTML tags for Blog post title.
* Fix   - Issue on Style Customizer addon of Everest Forms plugin.
* Add   - Be Vietnam Pro font in Customizer typography.

= Version - 3.2.5 -2021-12-20 =
* Enhancement - Update control for customizer post meta show/hide options to sortable control.
* Feature     - Option for changing height of site logo.
* Feature     - Option for changing height of logo on menu bar.
* Feature     - Option for changing spacing of logo on menu bar.
* Fix         - Mobile menu dropdown and alignment issue.

= Version - 3.2.4 -2021-12-17 =
* Feature - Styling options for header top bar like color, background color.
* Feature - Header top bar full width option.

= Version - 3.2.3 -2021-11-01 =
* Feature - Option for adding logo on menu bar.

= Version - 3.2.2 -2021-10-05 =
* Fix - Color opacity option in customizer not working properly.
* Fix - Image not being loaded on infinite scroll.

= Version - 3.2.1 -2021-09-06 =
* Fix - Checkbox and Dropdown issue in widgets.
* Fix - Background color customizer option not working properly.

= Version - 3.2.0 -2021-08-13 =
* Feature     - Option to load next post in a single post.
* Enhancement - Added CSS font-display property and swap value for better performance.

= Version - 3.1.9 -2021-08-02 =
* Feature - Option to load infinite posts on scroll.
* Fix     - Post entry title alignment issue.

= Version - 3.1.8 -2021-07-29 =
* Enhancement - Show featured image with play icon for post format: video.
* Fix         - Reading time meta not appearing on some languages.

= Version - 3.1.7 -2021-07-22 =
* Fix     - Scroll not working poperly when Sticky Sidebar and Breadcrumb options are enabled.
* Feature - Option for smooth load of images on page load and scroll.

= Version - 3.1.6 -2021-07-13 =
* Feature - Customizer option to limit number of words of post titles in blog/archive pages.

= Version - 3.1.5 -2021-06-16 =
* Feature - Customizer option for numbered pagination in blog/archive pages.

= Version - 3.1.4 -2021-06-04 =
* Feature - Introducing infinite scroll to posts feed.
* Fix     - Customizer option for body font family is not affecting post paragraph.

= Version - 3.1.3 -2021-05-26 =
* Feature - Option to show menu in top bar.
* Fix     - Elementor's Text Editor widget's font size overridden by theme.

= Version - 3.1.2 -2021-04-01 =
* Feature - Widget Post Title Markup option.
* Feature - Option to change Breadcrumb label.
* Fix     - Footer background color option not working.

= Version - 3.1.1 -2021-03-18 =
* Fix - Widget Title Markup option not working for TG widgets.
* Add - Option to display Social Icons on Menu Bar.

= Version - 3.1.0 -2021-03-09 =
* Feature - Widget Title Markup option.
* Fix 	  - Sticky Sidebar option not working while two sidebars layout.
* Fix 	  - Social Share Icon not loading when enabled.

= Version - 3.0.9 -2021-02-03 =
* Feature - Two sidebar layout options.
* Feature - Read More show/hide option.
* Feature - Option to change link color.
* Add     - 3, 4 Column option for Grid layout.
* Add 	  - Grid Style 1 Meta show/hide option.

= Version - 3.0.8 -2020-12-16 =
* Tweak - Update footer credit link with `rel="nofollow"` attributes.
* Fix   - jQuery deprecated message in some of the theme custom JS files.

= Version - 3.0.7 -2020-12-09 =
* Feature - Option to change Excerpt More Text.
* Feature - Option to Stretch Front Page: Top Full Width Area.
* Added   - New Demo (ColorMag General News).
* Added   - New Demo (ColorMag Pro City).

= Version - 3.0.6 -2020-11-12 =
* Fix - Customizer Typography Control not loading Google Fonts.

= Version - 3.0.5 -2020-10-21 =
* Enhancement - Customizer design.
* Feature     - Option to enable/disable social share icons individually.
* Remove      - Google Plus social share icon option.

= Version - 3.0.4 -2020-10-07 =
* Feature - Retina logo option.
* Fix     - Flyout related post design issue.
* Fix     - jQuery deprecated warning in meta-boxes.js file.

= Version - 3.0.3 -2020-09-28 =
* Fix - Search form result display for specific language when using Polylang plugin.
* Fix - Alpha color selector design issue on custom customize controls.

= Version - 3.0.2 -2020-09-16 =
* Tweak - Updated `Tested up to` to 5.5
* Fix - Link in slider not working on certain devices in Chrome
* Added - New Demo (ColorMag Pro Universal Market News) - Use this ColorMag demo to provide marketing news and information on your online magazine.

= Version - 3.0.1 -2020-08-21 =
* Fix - Slider loading issue on TG: Featured Posts(Style 5) and TG: Featured Posts(Style 7) widget

= Version - 3.0.0.1 -2020-08-18 =
* Fix - Primary color issue

= Version - 3.0.0 -2020-08-17 =
* Refactor  - Customize controls.
* Refactor  - Customizer sections and options.
* Fix       - Slider not working in Featured Post Style 5 widget.
* Deprecate - Demo config via theme.
* Deprecate - Display of share count on sharing feature.
* Added     - New Demo (ColorMag Pro Gossip) - Use this premium ColorMag demo if you want to create a trending online magazine for gossips.
* Added     - New Demo (ColorMag Pro Good News) - This premium ColorMag demo can be used to create an online magazine all about babies.
* Added     - New Demo (ColorMag Pro World TV) - Use this premium ColorMag demo if you want to create an online magazine based on TV
* Added     - New Demo (ColorMag Pro Community) - Create your fabulous community based online magazine with this premium ColorMag demo.
* Added     - New Demo (ColorMag Pro News Portal) - Use this premium ColorMag demo to create an informative news and magazine website.

= Version - 2.4.8 -2020-08-08 =
* Enhancement - Links CSS transition.
* Remove      - Unused codes.

= Version - 2.4.7 -2020-06-05 =
* Fix    - Responsive video embeds.
* Update - Freemius SDK.

= Version - 2.4.6 -2020-05-27 =
* Add         - Required header fields: `Tested up to` and `Requires PHP` in style.css.
* Enhancement - Gutenberg compatibility

= Version - 2.4.5 -2020-04-17 =
* Added - New Demo (ColorMag Pro Public News) - Use this ColorMag Pro demo to create your informative news magazine website.
* Added - New Demo (ColorMag Pro Public News v2) - Create your informative and enlightening public news website with this ColorMag demo.
* Fix - PHP array_multisort() warning on tabbed widget.

= Version - 2.4.4 -2020-03-10 =
* Added - New Demo (ColorMag Pro BeFit) - Use this ColorMag demo to create your website for fitness enthusiasts.
* Fix - Slide options for Grid Style 7 and Trending News Elementor Elements.
* Fix - Comment tab in TG: Tabbed widget linking to comment box when viewed single page and posts where commenting is available.
* Feature - Add option to order the tabbed widget content.

= Version - 2.4.3 -2020-02-19 =
* Tweak - Minor Enhancement.

= Version - 2.4.2 -2020-01-22 =
* Added - New Demo (ColorMag Pro Online News) - Use this ColorMag demo to create your online news website.
* Fix - Heading tag for archive title when custom category color is set to better handle SEO.
* Tweak - Deprecate Custom CSS customize option provided via theme

= Version - 2.4.1 -2019-09-23 =
* Fix - Metabox toggle for Video URL on Video post format select for Gutenberg editor.
* Tweak - Modify menu CSS for keyboard accessibility.
* Tweak - Modify self hosted Header Video CSS to align center.
* Enhancement - License shifted from WooCommerce to Freemius

= Version - 2.4.0 -2019-07-29 =
* Fix - Random posts and Search icon position in menu.
* Fix - Comment form boxes design.
* Fix - User consent design for comment form.
* Fix - Published and Updated class for Google Structured Data.
* Fix - Featured Posts widget image margin when used with Elementor.
* Fix - Featured image alignment on featured posts widget for RTL support.
* Fix - Auto Load Next Posts plugin theme support.
* Tweak - CSS change for Elementor Block Elements.
* Tweak - Update `screen-reader-text` CSS.
* Tweak - Added `skip-link` to content area.
* Tweak - Autofocus on search field for click on search icon toggle button in menu.
* Tweak - Remove display of `Comments Off` message, if comment is off within featured posts widget.
* Tweak - Added `wp_body_open` function to support WordPress 5.2 `wp_body_open` hook.

= Version - 2.3.9 -2019-05-16 =
* Feature - Option to align the footer copyright, footer menu and social icons.
* Tweak   - Added translation files for various language sets.

= Version - 2.3.8.1 -2019-03-21 =
* Fix - Undefined colormag_ticker_settings.

= Version - 2.3.8 -2019-03-19 =
* Tweak  - Added option to disable post details in TG: Category slider widget
* Tweak  - Added option to disable post navigation
* Tweak  - Separate customize control class via different file
* Tweak  - Modify pingback url autodiscovery for single posts, pages, or attachments.
* Update - StickyJS library to 1.0.4
* Update - BxSlider to 4.2.15

= Version - 2.3.7 -2019-01-14 =
* Feature - Added option to change excerpt length
* Feature - Added option to change flyout related post title
* Feature - Added option to change Reading progress bar color
* Feature - Added option to make link in advertisement widget to be dofollow
* Fix - Gallery padding for Gutenberg
* Tweak - Update query for selecting author in available TG: Featured Posts widget, which in some server created issue.

= Version - 2.3.6 -2018-11-19 =
* Added - Gutenberg compatibility

= Version - 2.3.5 -2018-11-01 =
* Update - Use Fixer API in Currency Exchange widget

= Version - 2.3.4 -2018-10-04 =
* Tweak - WPML compatibility for Site Logo, Header Image, Background Image and Header Video.
* Remove - Backward compatible for favicon.
* Remove - Backward compatible for header logo.
* Deprecate - TG: Weather widget forecast days.

= Version - 2.3.3 -2018-08-28 =
* Fix - Menu toggle tag
* Feature - Added related post design option
* Feature - Added author bio design option
* Feature - Added post navigation design option
* Feature - Added post date display type option
* Tweak - Demo importer theme page

= Version - 2.3.2 -2018-06-29 =
* Fix - Highlighted posts widget design issue for smaller devices
* Fix - Image upload issue in advertisement widgets for customizer option

= Version - 2.3.1 -2018-06-21 =
* Fix - Remove display of featured image in gallery and video post format
* Fix - Remove slider arrows when only one post is chosen in TG: Featured Category Slider widget
* Feature - Added Trending News elementor block
* Feature - Added Block 10 elementor block

= Version - 2.3.0 -2018-05-31 =
* Feature - Added system fonts in typography options

= Version - 2.2.9 -2018-05-24 =
* Feature - Added option to display social link in header, footer or both header and footer location
* Feature - Added title link option in colormag elementor widgets
* Feature - Added reading time display option
* Feature - Added footer full width sidebar area
* Feature - Added flyout related posts

= Version 2.2.8 - 2018-05-09 =
* Feature - Added option to display 3 or 6 related posts
* Feature - Added featured image disable option for single post page
* Feature - Added featured image display option for single page
* Feature - Added background image clickable option
* Feature - Added new WooCommerce sidebar areas to be used for WooCommerce pages
* Feature - Added title to be displayed above featured image in single post page

= Version 2.2.7 - 2018-04-20 =
* Added - New tab option in CTA
* Feature - Added option in Elementor widgets to be filtered via Tags and Author
* Feature - Added option in Elementor widgets to have Ajax Pagination
* Feature - Added footer background image option

= Version 2.2.6 - 2018-03-20 =
* Fix - WPML issue for breaking news feature within theme,
* Fix - Slider anchors unclickable in Firefox browsers versioned 59+.

= Version 2.2.5 - 2018-03-15 =
* Fix - Search input styling.

= Version 2.2.4 - 2018-02-27 =
* Feature - NavXT and Yoast SEO BreadCrumb support
* Fix - Header layout ( Main Header Area Display ) design issue
* Fix - Touchscreen submenu double click issue in small screen
* Added - Dark skin theme feature
* Fix - Header breaking news speed issue
* Tweaks - Introduce customizer live preview and selective refresh feature.

= Version 2.2.3 - 2017-12-12 =
* Added - Scrollbar for fixed better responsive menu if overflow.
* Tweaks - Touch screen accessible submenu
* Added - Custom link to header image option
* Tweaks - Updated demo files
* Fix - GoogleMap console error while widget is not used.
* Tweaks - Changed the footer copyright information to use HTML editor introduced in WordPress 4.9
* Feature - Added Elementor plugin support
* Feature - Added Block 1 - 9 widgets for use within Elementor plugin
* Feature - Added Grid 1 - 9 widgets for use within Elementor plugin

= Version 2.2.2 - 2017-10-17 =
* Fix - PHP fatal error for empty GoogleMaps theme mods check for PHP version 5.5 and less

= Version 2.2.1 - 2017-10-16 =
* Feature - Added Google Maps widget
* Feature - Added header variation options
* Feature - Added footer variation options

= Version 2.2.0 - 2017-09-11 =
* Fix - TG: CTA widget not WPML compatible
* Tweaks - Introduce selective refresh for site title and description
* Feature - Added TG: Featured Videos Playlist widget
* Feature - Added reading position indicator for single post page
* Feature - Added option to display the content or excerpt in archive pages
* Feature - Added option to display the archive pages in full width or grid layout

= Version 2.1.9 - 2017-07-06 =
* Tweaks - Updated latest google fonts
* Tweaks - Updated BxSlider to version 4.2.12
* Tweaks - Updated Magnific Popup to version 1.1.0
* Tweaks - Updated Fitvids to version 1.2.0
* Tweaks - Updated Theia Sticky Sidebar to version 1.7.0
* Tweaks - Updated easytabs to version 3.2.0
* Tweaks - WooCommerce sidebar layout now utilizes the same sidebar area provided via the theme by default
* Tweaks - Image alt text added to the advertisement widgets provided via this theme
* Feature - Added option to reveal the menu on scroll up
* Feature - Schema Markup
* Feature - New Call To Action Widget
* Feature - New Weather Widget
* Feature - New Exchange Currency Widget
* Feature - Option to enable category color in menu

= Version 2.1.8 - 2017-04-27 =
* Feature - Added option to display the date in header set via WordPress date setting
* Tweaks - Support multiple instance of the Ajax Load More button in TG: Featured Posts (Style 3) widget
* Tweaks - Support the display of child category posts via the Ajax Load More button click in TG: Featured Posts (Style 3) widget
* Tweaks - Add theme support for WooCommerce 3.0's new gallery feature
* Feature - Added option to display the image caption just below the featured image in archive, search as well as the single post page
* Tweaks - Various CSS fixes

= Version 2.1.7 - 2017-03-03 =
* Feature - Added compatibility with Max Mega Menu plugin
* Feature - Added slider transition options in the theme bundled widgets
* Feature - Added option to display posts from certain category as well as slide options in breaking news widget
* Tweaks - Add support for customize selective refresh widgets
* Tweaks - Updated BxSlider to version 4.2.10

= Version 2.1.6 - 2017-01-17 =
* Feature - Option added to load more posts in TG: Featured Posts (Style 3) widget
* Added - Theme support for Auto Load Next Post plugin.
* Added - Option to display the latest post from specific category in breaking news section.
* Added - Option to display the previous and next post in single post page with title and its featured image.
* Added - Support for Video Headers introduced in WordPress 4.7.

= Version 2.1.5 - 2016-12-15 =
* Feature - Migrated the Custom Logo from theme options to the Site Logo in Site Identity section
* Added - Option to make the content area and sidebar area sticky.

= Version 2.1.4 - 2016-12-08 =
* Feature - Added the option to display the posts from child category of the chosen parent category in widgets
* Feature - Migrated the Custom CSS code added in theme settings to Additional CSS section introduced in WordPress 4.7

= Version 2.1.3 - 2016-12-02 =
* Fix - Display of the Site Logo if the the header logo is empty in Customize Options.

= Version 2.1.2 - 2016-11-23 =
* Feature - Added the Custom Site Logo feature introduced in WordPress 4.5
* Feature - Adds support for Site Icon introduced in WordPress 4.3
* Localization - Turkish translation added (100% complete)
* Localization - Danish translation added (43% complete)
* Localization - French (France) translation added (41% complete)
* Localization - Portuguese (Brazil) translation added (41% complete)
* Localization - Spanish (Spain) translation added (41% complete)
* Localization - Romanian translation added (41% complete)
* Localization - Indonesian translation added (41% complete)
* Localization - English (UK) translation added (41% complete)
* Localization - Dutch translation added (41% complete)
* Localization - Czech translation added (41% complete)
* Localization - German translation added (41% complete)
* Localization - Russian translation added (40% complete)
* Localization - Korean translation added (40% complete)
* Localization - English (Canada) translation added (40% complete)


= Version 2.1.1 - 2016-11-09 =
* Added - Option to enable the random posts in the theme bundled widgets
* Tweaks - FontAwesome icons updated to version 4.7.0
* Added - Option to display the View All button in the bundled widgets, which displays the posts from specific category chosen

= Version 2.1.0 - 2016-09-06 =
* Tweaks - TG: Featured Posts (Style 7) widget can now have full-width when no sidebar used.
* Tweaks - Enhancement for the media uploader scripts used in widgets.
* Added  - One click demo upload via dashboard

= Version 2.0.9 =
* Fix - Unique post system for TG: Highlighted Posts widget and TG: Featured Posts (Style 4) widget.
* Tweaks - Added RTL language support

= Version 2.0.8 =
* Option added to choose the layout for the archive pages.
* Fontawesome icons updated to version 4.6.3
* Footer copyright styling fixes done
* Magnific PopUp updated to version 1.1.0

= Version 2.0.7 =
* Slider issue for long display of whitespace issue removed
* Theme is now compatible with WooCommerce.
* Feature added in the tabbed widget to display the popular post by either the comment count or the post view count.

= Version 2.0.6 =
* Post format issue solved
* Better script handling done for widgets enqueued scripts
* SEO Optimization done
* Added option to change the default Read more text
* Sanitization functions for Customizer radio and select options changed
* Added feature to enable/disable the post meta individually as well as totally
* Language POT file updated

= Version 2.0.5 =
* Updated FontAwesome icons to version 4.5.0
* Magnific-Popup updated to version 1.0.1
* Stickyjs updated to version 1.0.3
* Content width is now adjusted according to the layout choosed.
* Unique post system feature added for bundled widgets
* Screenshot changed
* JetPack infinite scroll feature added
* Option added to have the author bio section link to author page
* Added the option to disable the Scroll to top button.

= Version 2.0.4 =
Fixed
* Slider images all showing vertically at initial load fixed.
* All posts titles showing vertically at initial load fixed.
* WordPress default gallery alignment issue fixed.
Enhancement
* Added rel="nofollow" on the Advertisement widgets.
* Combined and Minified CSS/JS Files.
* Enqueued CSS/JS files from Widget.
* Optimized WPQuery by removing unnecessary arguments.
* Utilize transients API to speed up theme.
* Responsiveness adjustment done for WordPress default gallery.

= Version 2.0.3 =
* Norwegian language file added. Thanks to Mr. Clay Kristoffer Gressli for providing the language files.
* Russian language file added. Thanks to Mr. Kirill Berezin for providing the language files.
* Language Pot File Updated.

= Version 1.0.2 =
* Fixed: Slider multiple navigation appearing issue.
* Adjustment: Typography: Defination lists/items, heading titles.
* Fixed: TG: Featured Posts (Style 6), posts not appearing when posts count is less than number of posts entered in option issue.
* Removed deprecated function for WP_Widget class and used the __construct() instead as per WordPress 4.3
* Date translation issue fixed.
* FontAwesome icons is updated to 4.4.0
* HTML5Shiv js is updated to 3.7.3

= Version 1.0.1 =
* Added the updated class for Google Structured Data.
* Added HTML5 Markup theme support.
* Styling fix for menu while menu is non-sticky.
* Styling fix for breaking news bar in menu-below position.

= Version 1.0 =
* All brand new.
style.css000064400000452066151213253370006435 0ustar00@charset "UTF-8";
/*
Theme Name: ColorMag Pro
Theme URI: https://themegrill.com/themes/colormag/
Author: ThemeGrill
Author URI: https://themegrill.com/wordpress-themes/
Description: ColorMag Pro is the pro version of ColorMag free theme.
Version: 4.1.10
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
Text Domain: colormag

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Import Fonts.
--------------------------------------------- */
/* Fonts.
--------------------------------------------- */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Bold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-BoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Italic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Light.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-LightItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Medium.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-MediumItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-Regular.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBold.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-SemiBoldItalic.woff) format("woff");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(assets/fonts/OpenSans-VariableFont.woff) format("woff");
}

/*--------------------------------------------------------------
# Abstracts
--------------------------------------------------------------*/
/* Import variables and mixins.
--------------------------------------------- */
body {
	--color--gray: #888888;
	--color--light--primary: #9bc8da;
	--color--primary: #207daf;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*--------------------------------------------------------------
1.0 Reset browser defaults.
---------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol, ul {
	list-style: none;
}

th, td, .wp-block-table th, .wp-block-table td {
	border: 1px solid #e4e4e7;
	padding: 6px 10px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
	border: 0;
}

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

:root :where(a:where(:not(.wp-element-button))) {
	text-decoration: none;
}

/* Superscript and Subscript.
--------------------------------------------- */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

/* 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 {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	overflow-y: scroll;
	/* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
/**
 * Container.
 */
.inner-wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.cm-container {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.cm-header-1 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 24px 0;
}

@media screen and (min-width: 48em) {
	.cm-header-1 .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
		gap: 20px;
	}
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* Sets base font size to 10px */
}

body,
button,
input,
select,
textarea {
	color: #3f3f46;
	font-size: 16px;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	word-wrap: break-word;
}

p {
	margin-bottom: 16px;
	line-height: 1.8;
	word-break: break-word;
}

strong {
	font-weight: 600;
}

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

pre {
	overflow: auto;
	max-width: 100%;
	width: 798px;
	margin-bottom: 20px;
	padding: 30px 30px 84px 30px;
	background-color: #fafafa;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 1.7;
}

code,
kbd,
var,
samp,
tt {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.4rem;
	line-height: 1.4;
	white-space: pre-wrap;
}

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

address {
	display: block;
	font-style: italic;
	margin: 0 0 16px;
}

ins {
	background: #f4f4f5;
}

hr,
.wp-block-separator {
	background-color: #e4e4e7;
	border: 0;
	height: 1px;
	margin: 30px 0;
}

dl {
	font-size: 1.6rem;
}

dt {
	font-weight: bold;
	margin-bottom: 4px;
}

dd {
	margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #27272a;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

/* Elements
--------------------------------------------- */
/**
 * Body.
 */
body {
	background-color: #e4e4e7;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: cover;
}

body.clickable-background-image {
	position: relative;
}

body.clickable-background-image .background-image-clickable {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

body.clickable-background-image .site {
	position: relative;
	z-index: 99;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
	display: inline-block;
	padding: 6px 10px;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #207daf;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 2px;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
.cm-button:hover {
	color: #207daf;
	background-color: transparent;
}

/**
 * Columns.
 */
.cm-column-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

/* 4 Columns. */
.tg-one-fourth {
	float: left;
	width: 23.1527094%;
	margin: 0 2.46305419% 0 0;
}

.tg-one-fourth-last {
	margin: 0;
}

@media screen and (min-width: 48em) {
	.cm-column-half {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* width */
::-webkit-scrollbar {
	height: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c1c1c1;
}

/**
 * Fields.
 */
input,
textarea {
	-webkit-border-radius: 0;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus {
	border: 1px solid #e4e4e7;
}

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #e4e4e7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #FCFCFC;
	border-radius: 4px;
}

input.s {
	position: relative;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 4px 0 0 4px;
	line-height: 1.6;
}

input.s:focus {
	padding-left: 10px;
	border-color: #e4e4e7;
	text-indent: 0;
}

textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 1%;
	border: 1px solid #E4E4E7;
	line-height: 20px;
	width: 100%;
	margin: 0 0 32px;
	background-color: #fcfcfc;
	border-radius: 4px;
}

textarea:focus {
	border: 1px solid #e4e4e7;
}

.colormag-button {
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 10px;
	background-color: #207daf;
	border: 0;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
	border-radius: 3px;
	font-size: 16px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	color: #fff;
}

.colormag-button:hover {
	background-color: #33363b;
}

#search-form input[type="submit"] {
	border-radius: 0;
	margin-left: -8px;
	margin-bottom: 0;
	padding: 6px 10px 5px;
	font-size: 18px;
}

select {
	border: 1px solid #e4e4e7;
	padding: 8px 16px;
}

/**
 * Links.
 */
a {
	color: #207daf;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:focus, a:active, a:hover {
	text-decoration: none;
}

/**
 * List.
 */
ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ul.default-wp-page {
	list-style: none;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.8;
}

li > ul,
li > ol {
	margin: 0 0 0 10px;
}

/**
 * Media.
 */
figure {
	margin: 0;
	text-align: center;
}

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

.cm-entry-summary img,
.comment-content img,
.widget img {
	max-width: 100%;
	/* Fluid images for posts, comments, and widgets */
}

img.size-full, img.size-large {
	max-width: 100%;
	height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.625em;
}

a img {
	border: 0;
}

img#wpstats {
	display: none;
}

.cm-entry-summary img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions. */
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

#cm-footer .wp-caption {
	border: 1px solid #444444;
}

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

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

/* WordPress Gallery Support. */
.gallery {
	margin: 0 auto 15px;
}

.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
}

.gallery-item {
	display: inline-block;
	padding: 15px 2%;
	text-align: center;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
	padding: 15px 1%;
}

.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding: 10px 0.5%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}

table thead {
	background-color: #F4F8FB;
}

table th {
	text-transform: uppercase;
	padding: 6px 12px;
	font-weight: 500;
}

table td {
	padding: 6px 12px;
	border-bottom: 1px solid #27272a;
}

/* SVG icons */
.cm-icon {
	display: block;
	width: 1em;
	height: 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	fill: #71717a;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Top bar.
--------------------------------------------- */
@media screen and (min-width: 62em) {
	.social-links {
		margin-top: 0;
	}
}

.breaking-news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fafafa;
	font-size: 14px;
	line-height: 20px;
	word-wrap: break-word;
}

.breaking-news-main .breaking-news {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.breaking-news div {
	display: inline-block;
	word-wrap: break-word;
}

.breaking-news li {
	line-height: 20px;
}

.breaking-news-latest {
	position: relative;
	color: #555555;
}

.newsticker {
	max-width: 240px;
	overflow: hidden;
	margin-left: 4px;
	height: 20px;
}

/* Below Navigation */
.breaking-news-main {
	margin-bottom: 1%;
	padding-bottom: 30px;
}

@media screen and (min-width: 48em) {
	.breaking-news {
		margin-top: 0;
	}
}

.date-in-header {
	color: #3f3f46;
	text-align: center;
}

.top-bar-menu {
	text-align: center;
}

.top-bar-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.top-bar-menu li:first-child {
	margin-left: 0;
}

.top-bar-menu a {
	display: block;
}

/* Social icons.
--------------------------------------------- */
/* Social Icons.
--------------------------------------------- */
.fa {
	font-size: 1.6rem;
	color: #71717a;
}

.social-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.social-links ul li:hover > a {
	background-color: transparent;
}

.social-links ul a {
	text-decoration: none;
}

.social-links ul a:hover {
	text-decoration: none;
}

.social-links li {
	margin-left: 16px;
	border-top: 0;
}

.social-links li:first-child {
	margin-left: 0;
}

.social-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 20px;
	height: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-links .fa {
	text-align: center;
	-webkit-transition: color 0.2s ease-out 0s;
	transition: color 0.2s ease-out 0s;
	font-size: 18px;
}

.social-links .fa:hover {
	color: #207daf;
}

.social-links .fa-twitter {
	color: #1bb2e9;
}

.social-links .fa-facebook {
	color: #3b5a9b;
}

.social-links .fa-youtube {
	color: #ed3f41;
}

.social-links .fa-vimeo-square {
	color: #44bbff;
}

.social-links .fa-skype {
	color: #009cef;
}

.social-links .fa-linkedin {
	color: #007bb6;
}

.social-links .fa-google-plus {
	color: #dc4937;
}

.social-links .fa-github {
	color: #4183c4;
}

.social-links .fa-flickr {
	color: #0062dd;
}

.social-links .fa-dribbble {
	color: #e24d87;
}

.social-links .fa-instagram {
	color: #3f729b;
}

.social-links .fa-pinterest {
	color: #d5282e;
}

.social-links .fa-stumbleupon {
	color: #ec4823;
}

.social-links .fa-tumblr {
	color: #455469;
}

.social-links .fa-wordpress {
	color: #21759b;
}

.social-links .fa-codepen {
	color: #cccccc;
}

.social-links .fa-digg {
	color: #14589e;
}

.social-links .fa-reddit {
	color: #ff4500;
}

.social-links .fa-xing {
	color: #026466;
}

.social-links .fa-vk {
	color: #45668e;
}

.social-links .fa-weibo {
	color: #e6162d;
}

.social-links .fa-leanpub {
	color: #000;
}

.social-links .fa-renren {
	color: #237bc2;
}

.social-links .fa-rss {
	color: #f26522;
}

.social-links .fa-soundcloud {
	color: #ff3a00;
}

.social-links .fa-vine {
	color: #00bf8f;
}

.social-links .fa-delicious {
	color: #2a96ff;
}

.cm-header-actions .social-links a {
	padding: 0;
}

.cm-header-actions .social-links li {
	margin-left: 0;
	padding: 12px;
}

.cm-header-actions .social-links ul li {
	display: inline-block;
	background: transparent;
}

.cm-header-actions .social-links ul li a:hover {
	background-color: transparent;
}

/* Header actions.
--------------------------------------------- */
/* Search.
--------------------------------------------- */
.cm-header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.cm-top-search {
	position: initial;
}

.cm-top-search:has(.show) .fa.search-top::before {
	content: '✖';
}

.fa.search-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	height: 48px;
	width: 48px;
	color: #fff;
	font-size: 2.4rem;
	cursor: pointer;
}

.fa.search-top:hover {
	background-color: #207daf;
}

.search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 4px;
}

.search-wrap button {
	padding: 14px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	border-radius: 0 4px 4px 0;
	line-height: 0.8;
}

.search-form-top {
	position: absolute;
	right: 0;
	z-index: 9999;
	border: 1px solid #f4f4f5;
	display: none;
	padding: 24px;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-form-top.show {
	display: block;
	width: 100%;
}

.search-form-top.show::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	top: -10px;
	right: 54px;
}

.search-form-top :focus-visible {
	outline: none;
}

.search-form-top input.s {
	width: 100%;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #e4e4e7;
	border-radius: 4px 0 0 4px;
}

.search-form-top .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* Random Posts Icon.
--------------------------------------------- */
.cm-random-post {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.cm-random-post .fa-random {
	color: #fff;
	font-size: 2.4rem;
	vertical-align: middle;
}

.cm-primary-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	padding: 8px;
	border-bottom: medium none;
}

.cm-primary-nav .cm-random-post a:hover {
	background-color: #207daf;
}

.cm-primary-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

@media screen and (min-width: 48em) {
	.cm-header-actions {
		-ms-flex-preferred-size: unset;
		flex-basis: unset;
	}
	.search-form-top.show {
		width: 570px;
	}
	.search-form-top.show::before {
		right: 10px;
	}
	.cm-top-search {
		position: relative;
	}
}

/* Header media.
--------------------------------------------- */
/* Header Media.
--------------------------------------------- */
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
}

video#wp-custom-header-video {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0/0 a;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button::before {
	content: "\f04b";
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause::before {
	content: "\f04c";
}

/* Page header.
--------------------------------------------- */
.cm-page-header .cm-page-title {
	margin-bottom: 16px;
	padding-bottom: 0;
	font-size: 1.8rem;
	border-bottom: 2px solid #207daf;
}

.cm-page-header span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-page-header .vcard {
	padding: 0;
}

.breadcrumb-wrap {
	color: #888888;
	font-size: 1.6rem;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.breadcrumb-wrap .inner-wrap > span {
	margin: 0 2px;
}

.breadcrumb-trail {
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb-trail ul li a, .breadcrumb-trail ul li:last-child {
	margin: 0 2px;
}

.breadcrumb-trail ul li::after {
	content: " > ";
	white-space: pre;
	font-family: FontAwesome;
}

.breadcrumb-trail ul li:last-child::after {
	content: none;
}

/* Navigation.
--------------------------------------------- */
.cm-primary-nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-primary-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 8px;
	cursor: pointer;
}

.cm-primary-nav .cm-submenu-toggle .cm-icon {
	width: 14px;
	height: 14px;
	fill: #fff;
}

/* Navigation.
--------------------------------------------- */
.default-wp-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
}

.default-wp-page .previous,
.default-wp-page .next {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.default-wp-page .next {
	text-align: right;
}

.wp-block-query-pagination-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.wp-block-query-pagination-numbers .page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

.previous a,
.next a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	color: #3f3f46;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 600;
	word-break: break-all;
}

.previous a:hover,
.next a:hover {
	color: #207daf;
	text-decoration: underline;
}

.previous svg,
.next svg {
	fill: #27272a;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #207daf;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.link-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
	margin: 16px 0;
}

.link-pagination .post-page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 14px;
	height: 14px;
	padding: 8px;
	background-color: #fff;
	color: #3f3f46;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
}

.link-pagination .post-page-numbers.current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
18.0 single post pagination
--------------------------------------------------------------*/
.thumbnail-pagination {
	margin: 30px 0;
}

.thumbnail-pagination li {
	width: 49.5%;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	min-height: 90px;
}

.thumbnail-pagination img {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.thumbnail-pagination .next {
	text-align: right;
}

.thumbnail-pagination .previous a {
	padding-left: 4%;
}

.thumbnail-pagination .next a {
	padding-right: 4%;
}

.thumbnail-pagination a {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	color: #67666a;
	line-height: 28px;
	position: relative;
	text-transform: uppercase;
	padding: 0;
	font-weight: 700;
}

.thumbnail-pagination a:hover {
	text-decoration: none;
}

.thumbnail-pagination a span {
	display: none;
}

/* Slider widget NEXT PREVIOUS buttons.
--------------------------------------------- */
.slide-prev,
.slide-next {
	filter: alpha(opacity=70);
	background-color: #207daf;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 2px;
	padding: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slide-prev .cm-icon,
.slide-next .cm-icon {
	fill: #fff;
}

.slide-prev {
	margin-left: 20px;
}

.slide-next {
	right: 0;
	margin-right: 20px;
}

.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tg-numbered-pagination {
	margin-top: 32px;
}

/* Infinite pagination */
.tg-infinite-pagination {
	text-align: center;
	margin-top: 32px;
}

.tg-infinite-pagination .page-numbers {
	display: none;
}

.tg-infinite-pagination .tg-load-more {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	background-color: #207daf;
	padding: 8px 16px;
	border-radius: 2px;
}

.tg-infinite-pagination .tg-load-more.loading {
	cursor: default;
}

.tg-infinite-pagination .tg-load-more.loading .tg-load-more-icon {
	display: inline-block;
}

.tg-infinite-pagination .tg-load-more .tg-load-more-icon {
	vertical-align: middle;
	display: none;
	padding-right: 5px;
}

.tg-infinite-pagination .tg-load-more .tg-load-more-text {
	vertical-align: middle;
	display: inline-block;
}

.tg-infinite-pagination a,
.tg-infinite-pagination span {
	color: #fff;
}

.tg-infinite-pagination .spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(24, 24, 24, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tg-infinite-pagination .tg-no-more-post {
	background-color: #207daf;
}

.tg-infinite-pagination--scroll .tg-load-more {
	text-align: center;
	display: inline-block;
	font-size: 12px;
	background-color: transparent;
	padding: 8px 15px;
	border-radius: 3px;
}

.tg-infinite-pagination--scroll .tg-load-more.loading {
	cursor: default;
	background: unset;
}

.tg-infinite-pagination--scroll .tg-load-more.loading .tg-load-more-icon {
	display: inline-block;
}

.tg-infinite-pagination--scroll .tg-load-more .tg-load-more-icon {
	vertical-align: middle;
	display: none;
	padding-right: 5px;
}

.tg-infinite-pagination--scroll .spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(24, 24, 24, 0.3);
	border-top-color: #808080;
	border-radius: 50%;
	-webkit-animation: spinner 2s linear infinite;
	animation: spinner 2s linear infinite;
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.tg-infinite-pagination--scroll .tg-no-more-post {
	background-color: #207daf;
}

.tg-infinite-pagination--scroll .spinner {
	width: 24px;
	height: 24px;
	background: unset;
}

@media screen and (max-width: 767px) {
	.thumbnail-pagination li {
		width: 100%;
		display: block;
		min-height: 70px;
	}
	.thumbnail-pagination li.previous {
		margin-bottom: 20px;
	}
	.thumbnail-pagination a {
		font-size: 15px;
	}
	.default-wp-page.thumbnail-background-pagination li.previous, .default-wp-page.thumbnail-background-pagination li.next {
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.default-wp-page.thumbnail-background-pagination li.previous a, .default-wp-page.thumbnail-background-pagination li.next a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (min-width: 48em) {
	.default-wp-page {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Primary Menu.
--------------------------------------------- */
nav li > ul,
nav li > ol {
	margin: 0;
	list-style: none;
}

.cm-primary-nav {
	width: 100%;
	text-align: center;
}

.cm-primary-nav .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-primary-nav li {
	position: relative;
	font-family: "Open Sans", serif;
	font-weight: 300;
	padding: 10px 16px;
}

.cm-primary-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
}

.cm-primary-nav li.default-menu {
	display: none;
}

.cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-primary-nav .cm-home-icon a:hover {
	background-color: #207daf;
}

.cm-primary-nav a:hover {
	color: #fff;
}

.cm-primary-nav ul {
	display: none;
}

.cm-primary-nav ul li.current-menu-item, .cm-primary-nav ul li.current_page_ancestor, .cm-primary-nav ul li.current-menu-ancestor, .cm-primary-nav ul li.current_page_item, .cm-primary-nav ul li:hover, .cm-primary-nav ul li.focus {
	background-color: #207daf;
}

.cm-primary-nav .sub-menu,
.cm-primary-nav .children {
	background-color: #232323;
}

.cm-primary-nav ul li ul,
.cm-primary-nav ul li:hover ul ul,
.cm-primary-nav ul li.focus ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li.focus > ul {
	display: block;
}

.cm-primary-nav ul ul li:hover ul ul,
.cm-primary-nav ul ul li.focus ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul {
	left: -99999px;
	z-index: 100;
}

.cm-primary-nav ul li:hover > ul,
.cm-primary-nav ul li.focus > ul {
	left: 0;
}

.cm-primary-nav ul ul li:hover > ul,
.cm-primary-nav ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul li.focus > ul,
.cm-primary-nav ul ul ul ul ul li.focus > ul {
	left: 100%;
}

.cm-primary-nav ul li ul {
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 200px;
	top: 100%;
}

.cm-primary-nav ul li ul li a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: none;
	font-size: 14px;
	height: 100%;
	color: #fff;
	display: block;
	text-align: left;
	text-transform: none;
}

.cm-primary-nav ul li ul li:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li.current-menu-item ul li a:hover {
	color: #fff;
	background-color: #207daf;
}

.cm-primary-nav ul li ul li ul {
	left: 200px;
	top: 0;
}

.cm-primary-nav select {
	display: none;
}

#cm-primary-nav {
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
	background-color: #27272A;
	border-top: 4px solid #207daf;
}

#cm-primary-nav .cm-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cm-home-icon.front_page_on {
	background-color: #207daf;
}

.cm-home-icon svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.sticky-wrapper.is-sticky .cm-primary-nav .cm-home-icon a,
.sticky-wrapper .cm-primary-nav .cm-home-icon a {
	padding: 8px;
}

.cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.cm-menu-primary-container .sub-menu {
	display: none;
}

li.default-menu {
	display: none;
}

.cm-sub-toggle {
	position: absolute;
	right: 15px;
	top: 12px;
	display: block;
	text-align: center;
	height: 24px;
	width: 24px;
	color: #fff;
	cursor: pointer;
	line-height: 21px;
}

.cm-sub-toggle .fa {
	color: #fff;
}

.menu-logo a {
	padding: 0;
}

.menu-logo a:hover {
	background-color: unset;
}

.menu-logo img {
	width: auto;
	margin-bottom: 0;
}

/* Toggle Menu.
--------------------------------------------- */
.top-menu-toggle {
	display: none;
	cursor: pointer;
}

.cm-header .cm-menu-toggle[aria-expanded="true"] .cm-icon--bars {
	display: none;
}

.cm-header .cm-menu-toggle[aria-expanded="false"] .cm-icon--x-mark {
	display: none;
}

.cm-header .cm-menu-toggle {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: "Open Sans", serif;
	padding-bottom: 0;
	line-height: 1.2;
	width: 48px;
	height: 48px;
}

.cm-header .cm-menu-toggle:hover {
	color: #fff;
}

.cm-header .cm-menu-toggle svg {
	width: 48px;
	height: 48px;
	fill: #fff;
	padding: 8px;
}

.cm-header .cm-menu-toggle svg:hover {
	color: #fff;
}

.cm-header .cm-mobile-nav ul.menu-scrollbar {
	overflow-y: scroll;
	width: 100%;
}

.cm-header .cm-mobile-nav li:hover, .cm-header .cm-mobile-nav li.current-page-ancestor, .cm-header .cm-mobile-nav li.current-menu-ancestor, .cm-header .cm-mobile-nav li.current-page-item, .cm-header .cm-mobile-nav li.current-menu-item {
	color: #fff;
	background-color: #207daf;
}

.cm-header .cm-mobile-nav li:hover > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-item > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-item > .cm-sub-toggle i {
	color: #fff;
}

.cm-mobile-nav .menu-logo a {
	padding: 0;
}

.cm-mobile-nav .menu {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	right: 0;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container {
	width: 100%;
	position: absolute;
	top: 100%;
	-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
	filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}

.cm-mobile-nav .cm-menu-primary-container > ul,
.cm-mobile-nav .menu > ul {
	width: 100%;
}

.cm-mobile-nav ul {
	margin: 0;
	list-style: none;
}

.cm-mobile-nav a {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.cm-mobile-nav .cm-random-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px;
	height: 48px;
	line-height: 1.8;
}

.cm-mobile-nav .cm-random-post a svg {
	display: block;
	fill: #fff;
	font-size: 32px;
}

.cm-mobile-nav li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #27272A;
	border-top: 1px solid #3F3F46;
}

.cm-mobile-nav li a:hover {
	background-color: #207daf;
	color: #fff;
}

.cm-mobile-nav .sub-menu {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.cm-mobile-nav .cm-submenu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.cm-mobile-nav .cm-submenu-toggle svg {
	height: 14px;
	width: 14px;
	fill: #fff;
}

.cm-mobile-nav ul ul a {
	padding-left: 45px;
	text-transform: none;
}

.cm-mobile-nav ul ul ul a {
	padding-left: 90px;
}

.cm-mobile-nav .current_page_item > a, .cm-mobile-nav .current-menu-item {
	background: #207daf;
	color: #fff;
}

.cm-mobile-nav .cm-home-icon a {
	padding: 8px;
}

.default-wp-page.thumbnail-background-pagination {
	overflow: hidden;
}

.default-wp-page.thumbnail-background-pagination img {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

.default-wp-page.thumbnail-background-pagination li {
	width: 50%;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	padding: 0;
	position: relative;
}

.default-wp-page.thumbnail-background-pagination a {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	z-index: 1;
	padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

.default-wp-page.thumbnail-background-pagination a .meta-nav {
	display: block;
	font-size: 14px;
}

.default-wp-page.thumbnail-background-pagination a:hover {
	text-decoration: none;
}

.default-wp-page.thumbnail-background-pagination .previous {
	width: calc(50% - 15px);
	margin-right: 15px;
}

.default-wp-page.thumbnail-background-pagination .next {
	width: calc(50% - 15px);
	margin-left: 15px;
	text-align: right;
}

.default-wp-page.thumbnail-background-pagination .next:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.default-wp-page.thumbnail-background-pagination .previous:hover {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* Posts Pagination.
--------------------------------------------- */
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	gap: 6px;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li:hover > a {
	background-color: #ebebec;
}

.page-numbers li:first-child {
	margin-left: 0;
}

.page-numbers li:last-child {
	margin-right: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #f4f4f5;
	background-color: #fff;
	color: #3f3f46;
	font-size: 14px;
	padding: 8px;
	font-weight: 400;
}

.page-numbers li .fa {
	color: #3f3f46;
}

.page-numbers .current {
	background-color: #207daf;
	color: #fff;
}

/*--------------------------------------------------------------
Styles for separating single posts loaded from ajax call.
--------------------------------------------------------------*/
.tg-autoload-posts .related-posts {
	margin-bottom: 25px;
}

.tg-autoload-posts .tg-post + .tg-post {
	margin-top: 15px;
	padding-top: 60px;
	border-top: 1px solid #f8f8f8;
}

.tg-autoload-posts #comments.comments-area {
	border-top: 1px solid transparent;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.cm-primary-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
	}
	.cm-menu-primary-container .sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-sub-toggle {
		display: none;
	}
}

/* Smooth image.
--------------------------------------------- */
/* Load image elements smoothly
 * on page load and scroll.
--------------------------------------------- */
.tg-image-to-reveal-fade-in-up {
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-down {
	opacity: 0;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in {
	opacity: 0;
	-webkit-transition: all .8s ease-out;
	transition: all .8s ease-out;
}

.tg-image-to-reveal-fade-in-up--is-revealed,
.tg-image-to-reveal-fade-in-down--is-revealed,
.tg-image-to-reveal-fade-in--is-revealed {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Comments.
--------------------------------------------- */
/* Comments.
--------------------------------------------- */
.comment-navigation {
	margin-bottom: 16px;
}

.bypostauthor {
	display: block;
}

.avatar {
	border-radius: 50%;
}

.comments-area {
	margin-top: 60px;
}

.comments-area .comments-title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.comments-area .comment-metadata {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-left: 60px;
}

.comments-area #comment:focus-visible {
	outline: none;
}

.comments-area .avatar {
	height: 40px;
	width: 40px;
	margin-right: 16px;
	margin-bottom: 0;
	border: 1px solid rgba(17, 17, 17, 0.15);
}

.comments-area .fn a {
	color: #27272a;
	font-size: 20px;
	font-weight: 500;
}

.comments-area .comment-content {
	margin-top: 16px;
	margin-left: 60px;
}

.comments-area .comment-content p {
	line-height: 1.8;
	margin-bottom: 12px;
}

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

.comments-area .comment-date-time,
.comments-area .comment-permalink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.8;
	color: #71717a;
}

.comments-area .comment-permalink:hover {
	color: #207daf;
}

.comments-area .comment-reply-link {
	margin-top: 12px;
	font-size: 1.4rem;
	font-weight: 600;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment a:hover {
	text-decoration: underline;
}

.comment .comment-author-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 12px;
}

.comment .comment-author-link .post-author {
	background-color: #207daf;
	color: #fff;
	padding: 6px;
	border-radius: 4px;
	font-size: 14px;
}

.comment-list {
	margin-bottom: 24px;
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
	list-style-type: none;
	padding: 0;
}

.comment-edit-link {
	font-size: 1.2rem;
}

/* Comments Form.
--------------------------------------------- */
.comment-respond .comment-reply-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 6px;
	margin-bottom: 8px;
	font-size: 2.4rem;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
	font-weight: normal;
	font-size: 1.6rem;
}

.comment-respond .logged-in-as,
.comment-respond .comment-notes {
	margin-bottom: 32px;
	font-size: 1.6rem;
}

.comment-respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-right: 6px;
}

.comment-respond form .comment-form-cookies-consent label {
	display: inline-block;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 32px;
}

.comment-respond form input[type="text"],
.comment-respond form textarea,
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 10px;
	width: 100%;
	margin-bottom: 14px;
}

.comment-respond form p.form-allowed-tags {
	display: none;
	font-size: 1.6rem;
	line-height: 1;
	color: #5e5e5e;
}

.comment-respond label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #52525b;
	margin-bottom: 8px;
	line-height: 1.8;
}

.comment-respond p {
	margin-bottom: 0;
}

.required {
	color: red;
}

/* Entry.
--------------------------------------------- */
.cm-entry-button {
	display: inline-block;
	background-color: #207daf;
	border-radius: 2px;
}

.cm-entry-button span {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1.8;
}

.cm-entry-button span:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.cm-entry-footer .cm-edit-link {
	margin-top: 24px;
	line-height: 1;
}

.cm-entry-title {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: 500;
}

.cm-entry-title a {
	color: #27272a;
}

.cm-entry-title a:hover {
	color: #207daf;
	text-decoration: underline;
}

.cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.cm-below-entry-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}

.cm-below-entry-meta .cm-post-date a,
.cm-below-entry-meta .cm-comments-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.cm-below-entry-meta a:hover,
.cm-entry-header-meta a:hover {
	text-decoration: underline;
}

.cm-author,
.cm-post-views,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	font-size: 1.2rem;
}

/* ------------ Post Meta ----------------- */
.cm-posts .cm-below-entry-meta .cm-author .cm-style-2-avatar {
	height: 24px;
	width: 24px;
	border-radius: 100px;
}

.cm-tag-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.2rem;
}

.cm-icon--tag {
	margin-right: 4px;
}

.cm-post-date a,
.cm-author a,
.cm-tag-links a,
.cm-edit-link a,
.cm-comments-link a {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-tag-links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cm-total-views {
	color: #71717a;
	font-size: 1.2rem;
}

.cm-entry-summary {
	margin-top: 12px;
}

.cm-entry-summary p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
}

.cm-entry-summary p:last-child {
	margin-bottom: 0;
}

.cm-featured-image {
	text-align: center;
}

.cm-featured-image a {
	display: block;
	position: relative;
}

/* Widgets.
--------------------------------------------- */
/* Advertisement Widget.
--------------------------------------------- */
.cm-advertisement_125x125 .cm-advertisement-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}

.advertisement_below_post_title {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.advertisement_300x250 img {
	margin: 0 auto;
	display: block;
}

.cm-header-col-2 .advertisement_728x90 {
	margin-bottom: 0;
	padding: 0;
}

.cm-header-col-2 .advertisement_728x90 img {
	padding: 0;
}

.advertisement_728x90 {
	display: block;
}

.advertisement_728x90 img {
	width: calc(100% - 50px);
	display: block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	padding: 24px 26px;
	margin-left: auto;
	margin-right: auto;
}

/* Breaking News Widget.
--------------------------------------------- */
.widget .cm-breaking-news .cm-post {
	padding: 0;
}

.cm-breaking-news-slider-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.cm-breaking-news-slider-widget img {
	border-radius: 4px;
}

.cm-breaking-news {
	width: 100%;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.cm-breaking-news .cm-post {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.cm-breaking-news .cm-entry-title {
	margin-bottom: 8px;
}

.cm-breaking-news .cm-entry-title a {
	display: block;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0;
}

.cm-breaking-news .cm-slide-up,
.cm-breaking-news .cm-slide-down {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.cm-breaking-news .cm-slide-up svg,
.cm-breaking-news .cm-slide-down svg {
	padding: 4px;
	background-color: #fafafa;
	fill: #71717a;
	border: 1px solid #fafafa;
	border-radius: 2px;
}

.cm-breaking-news .cm-slide-down {
	padding-top: 16px;
}

.cm-breaking-news .cm-slide-up {
	padding-bottom: 16px;
}

.cm-breaking-news .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-breaking-news .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-breaking-news .cm-below-entry-meta .cm-comments-link a,
.cm-breaking-news .cm-below-entry-meta .cm-post-date a,
.cm-breaking-news .cm-below-entry-meta .cm-author a {
	font-size: 1.2rem;
}

.cm-breaking-news .cm-author {
	display: none;
}

i.fa-arrow-up, i.fa-arrow-down {
	width: 94%;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	color: #207daf;
}

/* Call to Action.
--------------------------------------------- */
.widget_call_to_action {
	margin-bottom: 30px;
}

.call-to-action {
	padding: 30px;
	background-color: #207daf;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action-border {
	position: relative;
	z-index: 1;
	padding: 60px 60px 70px;
	background-color: rgba(250, 250, 250, 0.87);
}

.call-to-action--center {
	text-align: center;
}

.call-to-action--left {
	text-align: left;
}

.call-to-action--right {
	text-align: right;
}

.call-to-action-border::before {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
}

.call-to-action-border::after {
	position: absolute;
	content: "";
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	margin: 0 auto;
	border: 1px solid #c0bcb9;
	height: auto;
	width: auto;
	z-index: -1;
	top: 34px;
	left: 34px;
	right: 34px;
	bottom: 34px;
}

.call-to-action__title {
	margin-bottom: 10px;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
}

.call-to-action-content {
	margin-bottom: 40px;
}

.widget_call_to_action .btn--primary {
	display: inline-block;
	padding: 20px 25px;
	color: #fff;
	background-color: #207daf;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Category Slider Widget.
--------------------------------------------- */
.rtl .cm-slider {
	direction: rtl;
}

.cm-featured-category-slider-widget {
	margin-bottom: 30px;
}

.cm-slider-area .cm-featured-category-slider-widget {
	margin-bottom: 0;
}

.top-full-width-sidebar .cm-featured-category-slider-widget {
	margin-bottom: 10px;
}

.tg-full-width.inner-wrap {
	max-width: 100%;
	padding: 0 15px;
}

.tg-full-width .home .cm-content {
	padding-top: 0;
}

.cm-category-slide-prev,
.cm-category-slide-next {
	position: absolute;
	top: 92%;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(-92%);
	transform: translateY(-92%);
	background-color: #207daf;
	border-radius: 2px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cm-category-slide-prev .cm-icon,
.cm-category-slide-next .cm-icon {
	fill: #fff;
	height: 16px;
	width: 16px;
}

.cm-category-slide-prev {
	right: 0;
	margin-right: 60px;
}

.cm-category-slide-next {
	right: 0;
	margin-right: 24px;
}

.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
	color: #ffffff;
	font-size: 22px;
	padding: 0 10px;
	vertical-align: text-bottom;
}

/* Currency Exchange.
--------------------------------------------- */
.cm-header-col-2 .widget.widget_exchange,
.widget.widget_exchange {
	margin-bottom: 30px;
	text-align: left;
}

.exchange-currency {
	background-color: #fcfdfd;
}

.exchange-currency .base-currency {
	text-align: center;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #e4e3e2;
}

.exchange-currency .currency-list {
	padding: 20px;
}

.exchange-currency .currency-table {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: -4px;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
}

.exchange-currency .currency-table:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.exchange-currency .currency--country {
	font-weight: 700;
	display: inline-block;
}

.exchange-currency.exchange-column-1 .currency-table {
	width: 100%;
	padding-right: 0;
}

.exchange-currency.exchange-column-2 .currency-table {
	width: 46%;
	padding-right: 8%;
}

.exchange-currency.exchange-column-3 .currency-table {
	width: 28%;
	padding-right: 8%;
}

.exchange-currency.exchange-column-2 .currency-table:nth-child(2n),
.exchange-currency.exchange-column-3 .currency-table:nth-child(3n) {
	padding-right: 0;
}

.currency--flag {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(assets/img/flags.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
	margin: 1px 5px 0 0;
}

.currency--flag.currency--flag-aud {
	background-position: 2px -2px;
}

.currency--flag.currency--flag-bgn {
	background-position: -24px 0;
}

.currency--flag.currency--flag-brl {
	background-position: -48px 0;
}

.currency--flag.currency--flag-cad {
	background-position: -72px 0;
}

.currency--flag.currency--flag-chf {
	background-position: -96px 0;
}

.currency--flag.currency--flag-cny {
	background-position: 0 -24px;
}

.currency--flag.currency--flag-czk {
	background-position: -24px -24px;
}

.currency--flag.currency--flag-dkk {
	background-position: -48px -24px;
}

.currency--flag.currency--flag-gbp {
	background-position: -96px -24px;
}

.currency--flag.currency--flag-hkd {
	background-position: 0 -48px;
}

.currency--flag.currency--flag-hrk {
	background-position: -24px -48px;
}

.currency--flag.currency--flag-huf {
	background-position: -48px -48px;
}

.currency--flag.currency--flag-idr {
	background-position: -72px -48px;
}

.currency--flag.currency--flag-ils {
	background-position: -96px -48px;
}

.currency--flag.currency--flag-inr {
	background-position: 0 -71px;
}

.currency--flag.currency--flag-jpy {
	background-position: -24px -75px;
}

.currency--flag.currency--flag-krw {
	background-position: -48px -72px;
}

.currency--flag.currency--flag-mxn {
	background-position: -72px -72px;
}

.currency--flag.currency--flag-myr {
	background-position: -96px -72px;
}

.currency--flag.currency--flag-nok {
	background-position: 0 -96px;
}

.currency--flag.currency--flag-nzd {
	background-position: -24px -96px;
}

.currency--flag.currency--flag-php {
	background-position: -48px -96px;
}

.currency--flag.currency--flag-pln {
	background-position: -72px -96px;
}

.currency--flag.currency--flag-ron {
	background-position: -96px -96px;
}

.currency--flag.currency--flag-rub {
	background-position: -120px 0;
}

.currency--flag.currency--flag-sek {
	background-position: -120px -24px;
}

.currency--flag.currency--flag-sgd {
	background-position: -120px -48px;
}

.currency--flag.currency--flag-thb {
	background-position: -120px -72px;
}

.currency--flag.currency--flag-try {
	background-position: -120px -96px;
}

.currency--flag.currency--flag-usd {
	background-position: 0 -120px;
}

.currency--flag.currency--flag-zar {
	background-position: -24px -120px;
}

.currency--flag.currency--flag-eur {
	background-position: -72px -24px;
}

.currency--rate {
	float: right;
}

/* Featured Category Slider Widget.
--------------------------------------------- */
.cm-featured-category-slider,
.cm-slider-area-rotate {
	position: relative;
}

.cm-featured-category-slider .cm-single-slide,
.cm-slider-area-rotate .cm-single-slide {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.cm-featured-category-slider img,
.cm-slider-area-rotate img {
	width: 100%;
	margin-bottom: 0;
}

.cm-featured-category-slider .cm-below-entry-meta,
.cm-slider-area-rotate .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-featured-category-slider .single-post .bx-controls-direction,
.cm-slider-area-rotate .single-post .bx-controls-direction {
	display: none;
}

.cm-featured-category-slider .cm-slide-content,
.cm-slider-area-rotate .cm-slide-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: left;
	padding: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-category-slider .cm-slide-content .cm-entry-header-meta .cm-post-categories a,
.cm-slider-area-rotate .cm-slide-content .cm-entry-header-meta .cm-post-categories a {
	background-color: #207daf;
}

.cm-featured-category-slider .cm-entry-title,
.cm-slider-area-rotate .cm-entry-title {
	color: #fff;
	font-size: 1.6rem;
}

.cm-featured-category-slider .cm-entry-title a,
.cm-slider-area-rotate .cm-entry-title a {
	color: inherit;
}

.cm-featured-category-slider .cm-entry-title a:hover,
.cm-slider-area-rotate .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

.cm-featured-category-slider .cm-post-date svg,
.cm-featured-category-slider .cm-author svg,
.cm-featured-category-slider .cm-comments-link svg,
.cm-featured-category-slider .cm-reading-time svg,
.cm-slider-area-rotate .cm-post-date svg,
.cm-slider-area-rotate .cm-author svg,
.cm-slider-area-rotate .cm-comments-link svg,
.cm-slider-area-rotate .cm-reading-time svg {
	fill: #fff;
}

.cm-featured-category-slider .cm-post-date a,
.cm-featured-category-slider .cm-author a,
.cm-featured-category-slider .cm-reading-time,
.cm-featured-category-slider .cm-reading-time::before,
.cm-featured-category-slider .human-diff-time .human-diff-time-display,
.cm-slider-area-rotate .cm-post-date a,
.cm-slider-area-rotate .cm-author a,
.cm-slider-area-rotate .cm-reading-time,
.cm-slider-area-rotate .cm-reading-time::before,
.cm-slider-area-rotate .human-diff-time .human-diff-time-display {
	color: #fff;
}

.cm-featured-category-slider .cm-comments-link a,
.cm-featured-category-slider .cm-comments-link span,
.cm-slider-area-rotate .cm-comments-link a,
.cm-slider-area-rotate .cm-comments-link span {
	color: #fff;
}

.cm-featured-category-slider-single-post .cm-slider-area-rotate {
	visibility: visible;
	height: unset;
}

.cm-slider-area-rotate {
	visibility: hidden;
	height: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-category-slider .cm-entry-title {
		font-size: 2.4rem;
	}
	.cm-featured-category-slider .cm-slide-content {
		padding: 24px;
	}
}

/* Style 1 widget.
--------------------------------------------- */
.cm-featured-posts--style-1 p {
	display: inline-block;
	width: 100%;
}

.cm-featured-posts--style-1 .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-1 .cm-first-post .cm-entry-title {
	margin-bottom: 12px;
}

.cm-featured-posts--style-1 .cm-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-1 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts.cm-featured-posts--style-1 {
		gap: 20px;
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
	}
	.cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px);
		margin-bottom: 0;
	}
}

/* Style 2 widget.
--------------------------------------------- */
.cm-featured-posts--style-2.cm-featured-posts .cm-first-post,
.cm-featured-posts--style-2.cm-featured-posts .cm-posts {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 100%;
	gap: 12px;
}

.cm-featured-posts--style-2 .cm-posts .cm-entry-title {
	margin-bottom: 8px;
}

.cm-featured-posts--style-2 .cm-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Style 3 widget.
--------------------------------------------- */
.tg-front-post-load-more {
	display: inline-block;
	padding: 10px;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
}

.widget .waiting {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

.cm-featured-posts--style-3 .cm-posts {
	gap: 12px;
}

/* Style 4 widget.
--------------------------------------------- */
.cm-featured-posts--style-4 .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-featured-posts--style-4 .cm-post .cm-post-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 16px;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-entry-title {
	font-size: 2.4rem;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-4.cm-featured-posts .cm-posts .cm-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-4 .fluid-width-video-wrapper {
	margin-bottom: 20px;
	padding: 0 !important;
}

.cm-featured-posts--style-4 .fluid-width-video-wrapper iframe {
	width: 390px;
	height: 205px;
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
	float: left;
}

.cm-featured-posts--style-4 .cm-featured-image {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

/* Style 5 widget.
--------------------------------------------- */
.cm-featured-posts--style-5.cm-highlighted-posts .cm-below-entry-meta {
	display: none;
}

.cm-featured-posts--style-5.cm-highlighted-posts .cm-post {
	margin-bottom: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-entry-title a {
	color: #fff;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts--style-5.cm-featured-posts img {
	margin-bottom: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-post-date .fa,
.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-author .fa,
.cm-featured-posts--style-5.cm-featured-posts .cm-post-content .cm-below-entry-meta .cm-comments-link .fa {
	color: #fff;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content {
	position: unset;
	background: #fff;
	-ms-flex-item-align: unset;
	align-self: unset;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title {
	margin: 0;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title a {
	color: #000;
}

.cm-featured-posts--style-5.cm-featured-posts .cm-post-title-below-image .cm-post .cm-post-content .cm-entry-title a:hover {
	color: #207daf;
}

.cm-footer .cm-featured-posts--style-5 .cm-post-title-below-image .cm-post img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* Style 6 widget.
--------------------------------------------- */
.cm-featured-posts--style-6.cm-featured-posts {
	display: block;
}

.cm-featured-posts--style-6.cm-featured-posts .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts--style-6.cm-featured-posts .cm-post-content {
	padding: 16px;
}

.cm-featured-posts--style-6 .cm-thumbnail-slider-news .bx-caption {
	position: absolute;
	padding: 16px;
	margin-top: -72px;
	background: #000;
	color: #fff;
	opacity: 0.5;
}

.cm-featured-posts--style-6 img {
	margin-bottom: 0;
}

.cm-featured-posts--style-6 .cm-post {
	position: relative;
	border-radius: 0;
}

.cm-featured-posts--style-6 .cm-post-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	text-align: left;
	padding: 24px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-featured-posts--style-6 .cm-post-content .cm-entry-title {
	margin-bottom: 0;
}

.cm-featured-posts--style-6 .cm-post-content .cm-entry-title a {
	font-size: 2.4rem;
	color: #fff;
}

.cm-thumbnail-slider-news {
	overflow: hidden;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
}

.cm-thumbnail-slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding: 8px;
}

.cm-thumbnail-slider img {
	border-radius: 4px;
}

.cm-thumbnail-slider a {
	display: inline-block;
	text-align: center;
	width: 20%;
}

.cm-thumbnail-slider .title {
	display: none;
}

/* Style 7 widget.
--------------------------------------------- */
.cm-featured-posts--style-7 .cm-post-content {
	display: none;
}

@media screen and (min-width: 48em) {
	.cm-featured-posts--style-7 img {
		margin-bottom: 4px;
	}
	.cm-featured-posts--style-7 .cm-post-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cm-featured-posts--style-7 .cm-entry-title {
		margin-bottom: 0;
	}
}

/* Highlighted posts widget.
--------------------------------------------- */
.cm-highlighted-posts .cm-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.cm-highlighted-posts a {
	display: block;
}

.cm-highlighted-posts .cm-post {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.cm-highlighted-posts img {
	width: 100%;
}

.cm-highlighted-posts .cm-post-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	grid-template-rows: repeat(1, 1fr);
	padding: 16px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}

.cm-highlighted-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-highlighted-posts .cm-author,
.cm-highlighted-posts .cm-comments-link,
.cm-highlighted-posts .cm-entry-header-meta {
	display: none;
}

.cm-highlighted-posts .cm-post-date svg,
.cm-highlighted-posts .cm-author svg,
.cm-highlighted-posts .cm-comments-link svg,
.cm-highlighted-posts .cm-reading-time svg {
	fill: #fff;
}

.cm-highlighted-posts .cm-post-date a,
.cm-highlighted-posts .cm-author a,
.cm-highlighted-posts .cm-reading-time,
.cm-highlighted-posts .cm-reading-time::before,
.cm-highlighted-posts .human-diff-time .human-diff-time-display {
	color: #fff;
}

.cm-highlighted-posts .cm-entry-title {
	margin-bottom: 8px;
	font-size: 1.6rem;
	font-weight: 500;
}

.cm-highlighted-posts .cm-entry-title a {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.cm-highlighted-posts .cm-entry-title a:hover {
	color: #fff;
	opacity: 0.8;
}

@media screen and (min-width: 48em) {
	.cm-highlighted-posts .cm-posts {
		grid-template-columns: 1fr 1fr;
	}
}

/* Random Posts Widget.
--------------------------------------------- */
.cm-random-post-widget .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-random-post-widget .cm-post .cm-entry-title a {
	color: #0a0a0a;
}

.cm-random-post-widget .cm-post a {
	position: relative;
}

.cm-random-post-widget .cm-random-post {
	width: 100%;
}

.cm-random-post-widget .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-random-post-widget .cm-post-content .cm-entry-title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.cm-random-post-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-random-post-widget .cm-author {
	display: none;
}

.cm-random-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}

.cm-random-posts img {
	border-radius: 4px;
}

/* Widget Search.
	--------------------------------------------- */
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__button {
	border: 0;
	margin-left: 0;
	border-radius: 0 4px 4px 0;
}

.wp-block-search .wp-block-search__input {
	position: relative;
	padding: 12px;
	font-size: 1.4rem;
	border: 1px solid #d4d4d8;
	border-radius: 4px 0 0 4px;
	line-height: 1.6;
}

.wp-block-search .wp-block-search__input:focus-visible {
	outline: none;
}

.wp-block-search .wp-element-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	padding: 0;
	color: transparent;
}

.wp-block-search .wp-element-button::before {
	position: absolute;
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-search .wp-element-button:hover {
	background-color: #207daf;
	color: transparent;
}

/* Tabbed Widget.
--------------------------------------------- */
.cm-tabbed-widget-popular,
.cm-tabbed-widget-recent,
.cm-tabbed-widget-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	padding: 12px;
}

.tabbed-images {
	position: relative;
}

.cm-tab-widget {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	overflow: hidden;
}

.cm-tab-widget .cm-post {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: none;
	box-shadow: none;
	clear: both;
}

.cm-tab-widget .cm-post a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.cm-tab-widget .cm-post-content {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cm-tab-widget .cm-post-content .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-tabbed-widget {
	width: 100%;
}

.cm-tabbed-widget .cm-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-tabbed-widget img {
	border-radius: 4px;
}

.cm-tabbed-widget .tabbed-images {
	float: left;
	position: relative;
}

.cm-tabbed-widget .cm-entry-title {
	margin-bottom: 8px;
}

.cm-tabbed-widget .cm-author {
	display: none;
}

.cm-tabbed-widget li {
	list-style: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding-top: 10px;
}

.cm-tabbed-widget li.active, .cm-tabbed-widget li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.cm-tabbed-widget .tabbed-comment-widget {
	clear: both;
}

.cm-tabbed-widget .tabbed-comment-widget img {
	margin: 10px;
}

.cm-tabbed-widget ul li {
	display: inline-block;
	float: left;
	text-align: center;
	width: 33.3334%;
	padding: 5px 0;
	background-color: #207daf;
}

.cm-tabbed-widget ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	font-size: 1.6rem;
}

.cm-tabbed-widget ul li svg {
	fill: #fff;
}

.cm-tabbed-widget ul.column-2 li {
	width: 50%;
}

.cm-tabbed-widget ul.column-1 li {
	width: 100%;
}

/* Video Playlist.
--------------------------------------------- */
.widget_video_player {
	margin-bottom: 20px;
}

.widget_video_player * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.video-player {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.video-playing,
.video-playlist {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
}

.video-playing {
	width: 71%;
	position: relative;
	padding-bottom: 35.6%;
	padding-top: 2.5%;
	height: 0;
}

.video-player.video-player--vertical {
	background-color: #1d1d1d;
}

.video-playing iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-playlist {
	width: 29%;
	height: 100%;
}

.video-playlist-item {
	display: block;
	border-bottom: 1px solid #222222;
	padding: 15px 20px;
	cursor: pointer;
}

.video-playlist-item:last-child {
	border-bottom: 0 none;
}

.video-player.video-player--horizontal .video-playlist-item {
	height: 100%;
}

.video-playlist-item img,
.video-playlist-info {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	white-space: pre-wrap;
}

.video-playlist-item img {
	margin-bottom: 0;
	width: 25.5%;
}

.video-playlist-info {
	width: 71.5%;
	padding-left: 5%;
}

.video-playlist-item .video-playlist-title {
	font-size: 16px;
	font-weight: 700;
	color: #f2f2f2;
	line-height: 26px;
	padding-bottom: 0;
}

.video-playlist-item .video-duration {
	font-size: 12px;
	color: #d5d5d5;
}

.video-player.video-player--vertical .video-playlist {
	height: 434px;
	overflow-y: auto;
}

.video-player.video-player--horizontal {
	background-color: #f2f2f2;
}

.video-player.video-player--horizontal .video-playing,
.video-player.video-player--horizontal .video-playlist {
	width: 100%;
	display: block;
	margin-right: 0;
}

.video-player.video-player--horizontal .video-playing {
	padding-bottom: 40%;
}

.video-player.video-player--horizontal .video-playlist {
	text-align: center;
	height: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.video-player.video-player--horizontal .video-playlist .video-playlist-item {
	display: inline-block;
	width: 17%;
	vertical-align: top;
	border-bottom: 0 none;
	margin-right: -4px;
	padding: 2%;
	position: relative;
	text-align: left;
	border-right: 2px solid #d8d8d8;
}

.video-player.video-player--horizontal .video-playlist .video-playlist-item:last-child {
	border-right: 0 none;
	margin-right: 0;
}

.video-player.video-player--horizontal .video-playlist-item img {
	width: 100%;
}

.video-player.video-player--horizontal .video-playlist-info {
	width: 100%;
	padding-left: 0;
	padding-top: 14px;
	display: block;
}

.video-player.video-player--horizontal .video-playlist-item .video-playlist-title {
	color: #373f51;
}

.video-player.video-player--horizontal .video-playlist-item .video-duration {
	color: #7f7f7f;
}

/* Weather.
--------------------------------------------- */
.cm-secondary .widget.widget_weather .weather-info {
	color: #fffdfd;
}

.widget_weather .weather-info {
	color: #fffdfd;
}

.widget_weather * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.weather-forecast-header {
	padding: 30px 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #fffdfd;
}

.weather-info {
	padding: 0 20px 30px;
	text-align: center;
}

.weather-location,
.weather-today {
	display: inline-block;
	vertical-align: top;
}

.weather-location {
	margin-top: 5px;
}

.weather-location span {
	display: block;
}

.weather-location .owf {
	line-height: 80px;
}

.cm-secondary .weather-location .owf {
	line-height: 80px;
}

.weather-info .weather-icon {
	font-size: 100px;
}

.cm-secondary .weather-info .weather-icon {
	font-size: 100px;
}

.cm-secondary .weather-location-name {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.weather-location-name {
	font-size: 24px;
	font-weight: 700;
	padding-top: 15px;
}

.weather-desc {
	padding-top: 15px;
}

.weather-today {
	text-align: left;
	margin-left: 40px;
}

.cm-secondary .weather-desc,
.weather-desc {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	padding-top: 0;
}

.weather-info .weather-temp,
.weather_highlow,
.weather_wind {
	display: block;
	padding-top: 10px;
}

.cm-secondary .weather-current-temp,
.weather-current-temp {
	font-size: 48px;
	font-weight: 700;
}

.weather-today span {
	margin-right: 5px;
	color: #fffdfd;
}

.weather-current-temp sup {
	vertical-align: text-top;
	font-size: 16px;
	line-height: 40px;
}

/* Widget Title.
--------------------------------------------- */
.widget:last-child {
	margin-bottom: 0;
}

.widget .wp-block-heading {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.widget .block-title {
	display: block;
	margin-bottom: 20px;
	border-bottom: 2px solid #207daf;
}

.widget select {
	border: 1px solid #dddddd;
	color: #777777;
	padding: 2px;
	width: 60%;
}

/* Featured Post.
--------------------------------------------- */
.cm-featured-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cm-featured-posts .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	font-size: 18px;
}

.cm-featured-posts .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: #207daf;
}

.cm-featured-posts .cm-posts .cm-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-posts .cm-author {
	display: none;
}

.cm-featured-posts .cm-post {
	overflow: hidden;
}

.cm-featured-posts .cm-entry-title {
	font-size: 14px;
}

.cm-featured-posts .cm-entry-title a {
	display: block;
	color: inherit;
	text-shadow: none;
	word-wrap: break-word;
	line-height: 1.5;
}

.cm-featured-posts .cm-entry-title a:hover {
	color: #207daf;
}

.cm-featured-posts .cm-entry-header-meta {
	display: none;
}

.cm-featured-posts .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 12px 16px;
}

.cm-featured-posts img {
	width: 100%;
}

.cm-featured-posts .cm-first-post {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
}

.cm-featured-posts .cm-first-post figure {
	position: relative;
}

.cm-featured-posts .cm-first-post .cm-post-content {
	padding: 18px;
}

.cm-featured-posts .cm-first-post .cm-entry-title {
	font-size: 24px;
}

.cm-featured-posts .cm-first-post .cm-entry-header-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 12px;
}

.cm-featured-posts .cm-breaking-news .cm-post {
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.cm-featured-posts .cm-entry-summary p {
	margin-bottom: 0;
}

/* Front Page Widget Areas.
--------------------------------------------- */
.cm-beside-slider-widget,
.cm-slider-area {
	width: 100%;
}

.cm-slider-area .cm-widget-title,
.cm-beside-slider-widget .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.cm-slider-area .cm-widget-title span,
.cm-beside-slider-widget .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
}

.cm-view-all-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 6px 12px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #000;
}

.cm-primary .cm-view-all-link span {
	background: transparent;
}

/* All Related to Featured Posts Widget.
--------------------------------------------- */
.cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
	color: #207daf;
}

/* Front Page Top Section.
--------------------------------------------- */
.cm-front-page-top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ajax popup CSS in ticker news widget */
.mfp-content .cm-posts {
	background: #fff;
	max-width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* Widgets General CSS.
--------------------------------------------- */
.fitvids-video .video {
	margin-bottom: 10px;
}

.cm-secondary .widget ul li li,
.cm-footer .widget ul li li,
#cm-tertiary .widget ul li li {
	border-bottom: none;
}

.cm-secondary .widget ul ul,
.cm-footer .widget ul ul,
#cm-tertiary .widget ul ul {
	padding-left: 10px;
}

.cm-secondary,
#cm-tertiary {
	word-break: break-word;
}

.cm-secondary .cm-widget-title,
#cm-tertiary .cm-widget-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #207daf;
	margin-bottom: 15px;
}

.cm-secondary .cm-widget-title span,
#cm-tertiary .cm-widget-title span {
	display: inline-block;
	background-color: #207daf;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 0;
	padding: 4px 12px 2px;
	border-radius: 2px 2px 0 0;
	letter-spacing: 0.01em;
}

.cm-secondary .cm-widget-title span .rsswidget,
#cm-tertiary .cm-widget-title span .rsswidget {
	color: #fff;
}

.cm-secondary .cm-widget-title span .rsswidget img,
#cm-tertiary .cm-widget-title span .rsswidget img {
	margin-top: 5px;
	margin-bottom: 0;
}

.cm-secondary .cm-widget-title span .rsswidget:hover,
#cm-tertiary .cm-widget-title span .rsswidget:hover {
	text-decoration: none;
}

.cm-secondary a:hover,
#cm-tertiary a:hover {
	text-decoration: underline;
}

.cm-secondary .widget,
#cm-tertiary .widget {
	margin-bottom: 32px;
	font-size: 1.4rem;
}

.cm-secondary .widget p,
#cm-tertiary .widget p {
	font-size: 1.4rem;
}

.cm-secondary .widget ul li,
#cm-tertiary .widget ul li {
	line-height: 1.5;
	padding: 6px 0;
	list-style: none;
}

.cm-secondary .widget li,
#cm-tertiary .widget li {
	line-height: 1.8;
}

.cm-error-404 .widget {
	margin-bottom: 35px;
	font-size: 14px;
	background-color: #fff;
}

#style6_pager_colormag_slider_news_widget-9 img:hover .play-button-wrapper {
	background-color: #207DAF;
}

.widget .play-button-wrapper,
.cm-featured-image .play-button-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(35, 35, 35, 0.75);
	width: 42px;
	height: 26px;
	border-radius: 3px;
	-webkit-transition: background 0.3s ease 0s;
	transition: background 0.3s ease 0s;
}

.widget .play-button-wrapper .fa,
.cm-featured-image .play-button-wrapper .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

@media screen and (min-width: 48em) {
	.cm-slider-area,
	.cm-beside-slider-widget {
		width: 100%;
	}
	.cm-featured-posts--style-4 .cm-post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 62em) {
	.cm-front-page-top-section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 50px;
	}
	.cm-slider-area {
		width: 55.26315789%;
	}
	.cm-beside-slider-widget {
		width: 43.85964912%;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header.
--------------------------------------------- */
/* Top Bar.
--------------------------------------------- */
#header-meta {
	background-color: #fff;
}

.cm-top-bar {
	background-color: #f4f4f5;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-bottom-style: solid;
}

.cm-top-bar .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.cm-top-bar .tg-full-width {
	max-width: 100%;
	padding: 0 15px;
}

.cm-top-bar__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 48em) {
	.cm-top-bar__1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cm-top-bar__2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 16px;
	}
	.cm-top-bar .cm-row {
		gap: 15px;
	}
}

@media screen and (min-width: 62em) {
	.cm-top-bar {
		padding: 8px;
	}
	.cm-top-bar .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

/* Header.
--------------------------------------------- */
.cm-header {
	background-color: #fff;
}

.cm-site-branding img {
	width: auto;
	margin-bottom: 0;
}

.cm-site-branding a {
	display: block;
}

.cm-site-title {
	margin-bottom: 0;
	font-size: 40px;
	line-height: 1.5;
}

.cm-site-title a {
	color: #207daf;
}

.cm-site-description {
	line-height: 1.8;
	font-size: 16px;
	color: #52525b;
	margin: 4px 0 0 0;
	font-family: "Open Sans", serif;
	word-break: break-word;
}

.header-image {
	margin-bottom: 0;
	border-bottom: 1px solid #e4e4e7;
	width: 100%;
}

.cm-header-col-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

.cm-header-col-2 .widget {
	text-align: right;
	color: #3f3f46;
}

.cm-header-col-2 .widget .cm-widget-title {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 4px;
}

.cm-header-col-2 .wp-block-image {
	margin: 0;
}

.cm-header-col-2 img {
	margin-bottom: 0;
}

.cm-header-2 .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* For header display type one */
.header_display_type_one .cm-header-1 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.header_display_type_one .cm-header-col-2 .widget {
	text-align: left;
}

/* For header display type two */
.header_display_type_two .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header_display_type_two .cm-header-col-1 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	float: none;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header_display_type_two .cm-site-branding {
	padding-right: 0;
}

.header_display_type_two #cm-site-info {
	padding-right: 0;
}

.header_display_type_two .cm-header-col-2 .widget {
	color: #3f3f46;
	text-align: center;
}

.cm-menu-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.cm-contained .cm-header-2 #cm-primary-nav {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	position: relative;
	background-color: transparent;
	border-top: 0 solid transparent;
	z-index: 999;
}

.cm-contained .cm-header-2 .cm-row {
	background-color: #212529;
	border-top: 4px solid #289dcc;
}

@media screen and (min-width: 48em) {
	.cm-menu-toggle {
		display: none;
	}
}

.cm-layout-1-style-2 .cm-main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* Header Layout: Classic.
--------------------------------------------- */
.cm-layout-2 .cm-header-1 .cm-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-2 .cm-header-2 .cm-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
}

.cm-layout-2 .cm-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-row .cm-header-col-2 {
	display: block;
}

.cm-layout-2 .cm-row .cm-header-col-1 {
	display: unset;
	float: none;
	text-align: center;
}

.cm-layout-2 .cm-top-bar .cm-row {
	padding: 0;
}

.cm-layout-2 #cm-primary-nav {
	background-color: transparent;
}

.cm-layout-2 #cm-primary-nav.headroom--pinned {
	background: inherit;
}

.cm-layout-2 #cm-primary-nav .cm-row {
	background-color: transparent;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cm-layout-2 #cm-primary-nav .fa {
	color: #3F3F46;
}

.cm-layout-2 #cm-primary-nav .fa:hover {
	background: transparent;
	color: #207daf;
}

.cm-layout-2 #cm-primary-nav .cm-home-icon.front_page_on {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a {
	color: #3F3F46;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav a::after {
	color: inherit;
}

.cm-layout-2 .cm-primary-nav a:hover {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav li {
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item, .cm-layout-2 .cm-primary-nav ul li.current_page_item, .cm-layout-2 .cm-primary-nav ul li:hover, .cm-layout-2 .cm-primary-nav ul li.focus {
	color: #207daf;
	background-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul li.current-menu-item ul li a,
.cm-layout-2 .cm-primary-nav ul li ul li.current-menu-item a,
.cm-layout-2 .cm-primary-nav ul li.current_page_ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current-menu-ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current_page_item ul li a {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul > li {
	vertical-align: top;
}

.cm-layout-2 .cm-primary-nav ul > li > a {
	border-bottom: 2px solid transparent;
	-webkit-transition: border 0.5s ease;
	transition: border 0.5s ease;
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav ul > li:hover > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a {
	background-color: transparent;
	border-bottom: 2px solid #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu {
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	border: 1px solid #F4F4F5;
	text-align: left;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #F4F4F5;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
	width: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-color: transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus {
	border-color: #207daf;
	background-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a {
	color: #fff;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:last-child {
	border-bottom: none transparent;
}

.cm-layout-2 .cm-primary-nav ul ul.sub-menu li ul {
	top: 0;
	-webkit-transition: none;
	transition: none;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children a::after {
	color: #343a40;
}

.cm-layout-2 .cm-primary-nav ul li.focus > a {
	border-color: #207daf;
}

.cm-layout-2 .cm-primary-nav ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-primary-nav .cm-random-post a .fa-random {
	color: #3F3F46;
}

.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon {
	fill: #3f3f46;
}

.cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.cm-layout-2 .cm-primary-nav .cm-random-post svg {
	fill: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav .nav-menu {
	padding-top: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover {
	background: transparent;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover .fa-random {
	color: #207daf;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a .fa-random {
	color: #343a40;
}

.cm-layout-2 .cm-mobile-nav li {
	background-color: #fff;
	border-color: #E4E4E7;
}

.cm-layout-2 .cm-mobile-nav li a {
	color: #3F3F46;
}

.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-item > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-item > .cm-submenu-toggle i {
	color: #fff;
}

.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
	fill: #3f3f46;
}

.cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
	fill: #3f3f46;
}

.cm-layout-2 .is-sticky #cm-primary-nav {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}

.cm-layout-2 .cm-menu-primary-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media screen and (min-width: 48em) {
	.cm-layout-2 .cm-layout-2-style-1 #cm-primary-nav {
		border-top: 4px solid #207daf;
	}
}

.cm-layout-2-style-2 .cm-main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cm-layout-2-style-2 #cm-primary-nav.headroom--pinned {
	margin-top: 0;
}

.cm-layout-2-style-2 .is-sticky #cm-primary-nav {
	margin-top: 0;
}

.cm-layout-2-style-2 .cm-menu-primary-container {
	margin-top: 4px;
}

.cm-layout-2.cm-layout-2-style-2 #cm-primary-nav {
	border-bottom: 4px solid #207daf;
	border-top: 0;
}

/* Page templates.
--------------------------------------------- */
.page-template-page-builder .cm-primary {
	float: none;
	width: 100%;
}

.page-template-page-builder .cm-content {
	padding-top: 0;
	padding-bottom: 0;
}

.home.page-template-page-builder .cm-primary .cm-posts {
	display: block;
}

/* Content.
--------------------------------------------- */
#page {
	max-width: 1200px;
	margin: 0 auto;
}

.cm-content {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.wide {
	padding-top: 0;
	padding-bottom: 0;
}

.wide #page {
	max-width: 100%;
}

.cm-primary,
.cm-secondary {
	width: 100%;
}

.cm-content .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 60px;
}

.cm-content .cm-row .cm-one-half {
	width: 100%;
	padding-bottom: 0;
	margin-right: 0;
}

.top-full-width-sidebar {
	margin-bottom: 30px;
}

.top-full-width-sidebar .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
	margin-bottom: 24px;
	padding-bottom: 0;
}

.top-full-width-sidebar .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cm-primary {
		width: calc(100% - 30%);
		padding-right: 1.875em;
	}
	.cm-secondary {
		width: 30%;
	}
}

/* Blog.
--------------------------------------------- */
.cm-posts.cm-layout-1-style-1 {
	--grid-column: 1;
}

.cm-layout-1-style-1 .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-layout-1-style-1 .post:first-child {
	padding: 0;
}

.cm-layout-1-style-1 .cm-featured-image {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.cm-layout-1-style-1 .cm-featured-image img {
	width: 100%;
}

.cm-layout-1-style-1 .cm-post-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}

@media screen and (min-width: 48em) {
	.cm-layout-1-style-1 .post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cm-posts.cm-layout-2-style-1 .post:first-child,
.cm-posts.cm-layout-2-style-1 .page:first-child {
	grid-column: 1/-1;
}

.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
	--grid-column: 1;
}

.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
	--grid-column: 1;
}

@media screen and (min-width: 48em) {
	.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
	.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
		--grid-column: 2;
	}
	.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
		--grid-column: 3;
	}
	.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
		--grid-column: 4;
	}
}

.cm-posts {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr;
	position: relative;
}

.cm-posts .post {
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
}

.cm-post a {
	position: relative;
	display: block;
}

.cm-post:hover .play-button-wrapper {
	background-color: #207DAF;
}

.post:hover .play-button-wrapper {
	background-color: #207daf;
}

.cm-reading-time::before {
	color: #71717a;
}

.cm-highlight-post .post:first-child,
.cm-highlight-post .page:first-child {
	grid-column: 1/-1;
}

.cm-highlight-post .post:first-child .cm-entry-title,
.cm-highlight-post .page:first-child .cm-entry-title {
	font-size: 32px;
}

.cm-post-categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cm-post-categories a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #207daf;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1.8;
}

.featured-image-caption {
	font-style: italic;
	font-size: 14px;
	padding: 10px 0 0 15px;
	display: block;
	color: #444444;
}

.human-diff-time {
	font-size: 12px;
	color: #71717a;
}

.human-diff-time .cm-post-date:not(.human-diff-time-display) {
	display: none;
}

.human-diff-time .human-diff-time-display:hover {
	color: #207daf;
	cursor: pointer;
}

.cm-tag-links a,
.cm-edit-link a {
	color: #71717a;
}

.cm-post-content,
.single-title-above {
	padding: 20px;
}

.cm-entry-summary ul {
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}

.cm-entry-summary ol {
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}

.cm-entry-summary li > ul, .cm-entry-summary li > ol {
	margin-bottom: 0;
}

ul.blocks-gallery-grid,
ul.wp-block-gallery {
	padding: 0;
}

ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
	margin-bottom: 0;
}

@media screen and (min-width: 48em) {
	.cm-posts {
		grid-template-columns: repeat(var(--grid-column, 1), 1fr);
	}
}

.single .cm-posts .tags a {
	border: 1px solid #e4e4e7;
	padding: 3px 5px;
	border-radius: 3px;
	color: #777777;
}

.single .cm-posts .tags a:hover {
	color: #207daf;
	text-decoration: none;
}

.single .cm-entry-header .cm-entry-title {
	font-size: 3.2rem;
}

/* Author Box.
--------------------------------------------- */
.author-box {
	padding: 2%;
	width: 96%;
	display: inline-block;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.author-description-wrapper {
	float: right;
	width: 85%;
}

.author-img img {
	width: 94px;
	margin-right: 15px;
}

.author-name {
	padding-bottom: 10px;
}

.author-description-wrapper .author-url {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.author-description-wrapper .author-url a {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
}

.share .fa-twitter {
	color: #55acee;
}

.share .fa-facebook-square {
	color: #3b5998;
}

.share .fa-google-plus-square {
	color: #dd4b39;
}

.share .fa-pinterest {
	color: #cc2127;
}

.share .fa-envelope {
	color: #000;
}

.author-box {
	margin-top: 30px;
}

.author-box .author-social-sites {
	list-style-type: none;
}

.author-box.author-bio-style-2 .author-name {
	float: left;
}

.author-box.author-bio-style-2 .author-social-sites {
	float: right;
}

.author-box.author-bio-style-2 .author-description {
	display: inline-block;
}

.author-box.author-bio-style-3 .author-social-sites {
	float: left;
}

.author-box.author-bio-style-3 .author-description {
	display: inline-block;
}

/* Related Posts.
--------------------------------------------- */
.related-posts-main-title {
	margin-bottom: 30px;
}

.related-posts-main-title .fa {
	color: #207daf;
}

.related-posts-main-title span {
	font-size: 26px;
	padding-left: 10px;
}

.single-related-posts {
	width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	overflow: hidden;
}

.single-related-posts .cm-post-content {
	padding: 20px;
}

.single-related-posts .cm-author {
	display: none;
}

.single-related-posts .cm-post-content .cm-entry-title {
	font-size: 20px;
	margin-bottom: 16px;
}

.single-related-posts img {
	width: 100%;
}

.related-posts-wrapper {
	position: relative;
	margin-top: 30px;
}

.related-posts-wrapper .related-posts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

.related-posts-wrapper .related-post-carousel {
	visibility: hidden;
	height: 0;
}

.related-posts-wrapper.style-1 .cm-below-entry-meta {
	margin-bottom: 0;
}

.related-posts-wrapper.style-2 .single-related-posts {
	display: grid;
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-2 .related-posts {
	grid-template-columns: 1fr;
}

.related-posts-wrapper.style-3 .related-posts {
	grid-template-columns: 1fr;
	gap: 12px;
}

.related-posts-wrapper.style-3 .single-related-posts {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.related-posts-wrapper.style-3 .cm-post-content {
	padding: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title {
	padding: 0;
	font-size: 16px;
	margin-bottom: 0;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a {
	position: relative;
	margin-left: 20px;
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a::before {
	display: block;
	content: "";
	background: #333333;
	height: 8px;
	width: 8px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a:hover::before {
	background: #207daf;
}

.related-posts-wrapper.style-4 .related-posts {
	display: block;
}

.related-posts-wrapper.style-4 .related-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

/* Related Posts Flyout.
--------------------------------------------- */
.related-posts-wrapper-flyout {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 420px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.related-posts-wrapper-flyout.flyout {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 10;
}

.related-posts-wrapper-flyout .flyout-related-post-close {
	float: right;
	cursor: pointer;
}

.related-posts-wrapper-flyout .related-posts-flyout-main-title {
	font-size: 18px;
	padding: 20px 30px;
	background-color: #2c2e34;
	color: #ffffff;
}

.related-posts-wrapper-flyout .related-posts-flyout {
	padding: 30px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout {
	margin-bottom: 20px;
}

.related-posts-wrapper-flyout .single-related-posts-flyout:last-child {
	margin-bottom: 0;
}

.related-posts-wrapper-flyout .related-posts-thumbnail {
	float: left;
	margin-right: 15px;
	width: 130px;
}

.related-posts-wrapper-flyout .cm-post-content {
	min-height: 90px;
	padding: 8px;
}

.related-posts-wrapper-flyout .cm-entry-title {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}

.related-posts-wrapper-flyout .cm-entry-title a {
	color: #232323;
}

.related-posts-wrapper-flyout .cm-entry-title a:hover {
	color: #207daf;
}

.related-posts-wrapper-flyout .cm-author {
	display: none;
}

/* Social Sharing.
--------------------------------------------- */
.share-buttons {
	display: inline-block;
	margin-top: 24px;
}

.box {
	border: 1px solid #e4e4e7;
	border-radius: 3px;
	display: inline-block;
}

.count {
	background: none repeat scroll 0 0 #f2f2f2;
	color: #207daf;
	float: right;
	font-size: 22px;
	padding: 0 16px;
}

.share {
	float: left;
	margin-right: 10px;
}

#twitter,
#facebook,
#googleplus,
#pinterest,
#email {
	float: left;
}

#twitter.share,
#facebook.share,
#googleplus.share,
#pinterest.share,
#email.share {
	margin-right: 0;
	padding: 0 10px;
	cursor: pointer;
}

/* Author Social Sites.
--------------------------------------------- */
.author-social-sites li {
	float: left;
}

.author-social-sites .fa-twitter,
.author-social-sites .fa-facebook,
.author-social-sites .fa-google-plus,
.author-social-sites .fa-flickr,
.author-social-sites .fa-linkedin,
.author-social-sites .fa-instagram,
.author-social-sites .fa-youtube,
.author-social-sites .fa-tumblr {
	font-size: 25px;
	padding: 5px;
}

.author-social-sites .fa-twitter {
	color: #55acee;
}

.author-social-sites .fa-facebook {
	color: #3b5998;
}

.author-social-sites .fa-google-plus {
	color: #dd4b39;
}

.author-social-sites .fa-flickr {
	color: #006399;
}

.author-social-sites .fa-linkedin {
	color: #007bb6;
}

.author-social-sites .fa-instagram {
	color: #9c7c6e;
}

.author-social-sites .fa-youtube {
	color: #e02a20;
}

.author-social-sites .fa-tumblr {
	color: #45556c;
}

@media screen and (min-width: 48em) {
	.related-posts-wrapper .related-posts {
		grid-template-columns: repeat(3, 1fr);
	}
	.related-posts-wrapper.style-2 .single-related-posts {
		grid-template-columns: 50% 50%;
	}
}

/* Common.
--------------------------------------------- */
/* Post format.
--------------------------------------------- */
/* Post Format: Link.
--------------------------------------------- */
.format-link .cm-entry-summary p {
	text-align: center;
	padding-top: 30px;
}

.format-link .cm-entry-summary a {
	display: inline-block;
	padding: 15px 40px;
	background-color: #207daf;
	color: #fff;
	border-radius: 3px;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: background-color 0.3s linear 0s;
	transition: background-color 0.3s linear 0s;
}

.format-link .cm-entry-summary a:hover {
	background-color: #33363b;
}

/* Post Format: Aside.
--------------------------------------------- */
.format-aside .cm-entry-header {
	display: none;
}

/* Sidebar.
--------------------------------------------- */
@media screen and (min-width: 48em) {
	.left-sidebar .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.left-sidebar .cm-content .cm-primary {
		padding-right: 0;
		padding-left: 30px;
	}
}

.no-sidebar .cm-primary {
	margin: 0 auto;
}

.no-sidebar-full-width .cm-primary {
	width: 100%;
	padding: 0;
}

.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
	display: none;
}

.no-sidebar-full-width,
.no-sidebar {
	overflow: hidden;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.no-sidebar-full-width.box-layout .cm-content,
.no-sidebar.box-layout .cm-content {
	overflow: hidden;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
	margin-left: -30px;
	margin-right: -30px;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
	width: unset;
}

.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
	margin-left: -30px;
	margin-right: -30px;
	max-width: unset;
}

@media screen and (max-width: 1200px) {
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -50px;
		margin-right: -50px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -100px;
		margin-right: -100px;
	}
}

.tg-site-layout--2-sidebars .cm-primary,
.tg-site-layout--2-sidebars .cm-secondary,
.tg-site-layout--2-sidebars #cm-tertiary {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.tg-site-layout--2-sidebars .cm-content .cm-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.tg-site-layout--2-sidebars .cm-primary {
		width: 40%;
		padding-right: 30px;
	}
	.tg-site-layout--2-sidebars #cm-tertiary {
		float: left;
		width: 20%;
		padding-right: 30px;
	}
	.tg-site-layout--2-sidebars .cm-secondary {
		width: 20%;
	}
}

@media screen and (min-width: 62em) {
	.tg-site-layout--2-sidebars .cm-primary {
		width: 45.6140352%;
	}
	.tg-site-layout--2-sidebars #cm-tertiary {
		float: left;
		width: 27.19298245%;
		padding-right: 30px;
	}
	.tg-site-layout--2-sidebars .cm-secondary {
		width: 27.19298245%;
	}
}

@media screen and (max-width: 768px) {
	.cm-primary,
	.cm-secondary {
		width: 100%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-left: -15px;
		margin-right: -15px;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -30px;
		margin-right: -30px;
	}
	.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* Pages.
--------------------------------------------- */
/* 404 Page.
--------------------------------------------- */
.cm-error-404 {
	text-align: center;
}

.cm-error-404 .cm-page-title {
	color: #207daf;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.cm-error-404 .cm-page-header {
	margin-bottom: 24px;
}

.cm-error-404 .cm-page-header .cm-page-title {
	font-size: 150px;
	line-height: 135px;
	border-bottom: 0;
}

.cm-error-404 .cm-page-header p {
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.cm-error-404 .cm-page-header .cm-page-title,
.cm-error-404 .cm-page-header p {
	color: #52525B;
	font-weight: 600;
}

.cm-error-404 .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.cm-error-404 .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-error-404 .cm-btn {
	display: inline-block;
	padding: 12px 24px;
	background-color: #207daf;
	color: #fff;
	font-weight: 600;
	border: 1px solid #207daf;
	border-radius: 2px;
}

.cm-error-404 .cm-btn:hover {
	background-color: #33363b;
	border-color: #33363b;
}

@media screen and (min-width: 48em) {
	.cm-error-404 .cm-page-header {
		margin-bottom: 24px;
	}
	.cm-error-404 .cm-page-header .cm-page-title {
		font-size: 240px;
		line-height: 215px;
	}
	.cm-error-404 .cm-page-content p {
		width: 570px;
	}
}

/* No result page.
--------------------------------------------- */
.cm-no-results {
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
}

.cm-no-results img {
	margin-bottom: 32px;
}

.cm-no-results .cm-page-title {
	color: #52525B;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 0;
}

.cm-no-results .cm-page-header {
	margin-bottom: 12px;
}

.cm-no-results .cm-page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.cm-no-results .cm-page-content p {
	width: 100%;
	margin-bottom: 0;
	color: #52525B;
}

.cm-no-results .search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cm-no-results .search-form {
	width: 100%;
}

.cm-no-results input.s {
	width: 100%;
	font-size: 1.4rem;
	border: 1px solid #E4E4E7;
	border-radius: 4px 0 0 4px;
}

.search-no-results .cm-posts {
	display: block;
}

.tg-site-layout--2-sidebars .cm-no-results .search-form {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.cm-no-results .cm-page-content p {
		width: 430px;
	}
	.cm-no-results .search-form {
		width: 670px;
	}
}

/* Search.
--------------------------------------------- */
.search .status-publish {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
	width: 48.7013%;
}

.search .status-publish .cm-post-content {
	padding: 16px;
}

.search .status-publish:nth-child(2n) {
	float: left;
	clear: both;
}

.search .status-publish:nth-child(2n+1) {
	float: right;
}

.search .status-publish:first-child {
	float: none;
	width: 100%;
}

.search .cm-grid-style-2.status-publish {
	width: 100%;
}

.search .cm-grid-style-2.status-publish img {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
}

/* Footer.
--------------------------------------------- */
/* Footer Bar.
--------------------------------------------- */
.cm-footer-bar {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background-color: #27272a;
	color: #f4f4f5;
}

.cm-footer-bar .cm-row {
	font-size: 1.4rem;
}

.cm-footer-bar a {
	color: #207daf;
}

.cm-footer-bar a:hover {
	color: #fff;
	text-decoration: underline;
}

.cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.cm-footer-bar-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	gap: 24px;
}

.cm-footer-bar-style-1 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-2 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.cm-footer-bar-style-2 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-left: 0;
}

.cm-footer-bar-style-2 .social-links {
	text-align: left;
}

.cm-footer-bar-style-2 .social-links ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cm-footer-bar-style-3 .cm-footer-bar-area {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .social-links {
	text-align: center;
}

.cm-footer-bar-style-3 .cm-footer-bar__1 .cm-footer-menu:first-child {
	padding-left: 0;
}

@media screen and (min-width: 48em) {
	.cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: left;
	}
	.cm-footer-bar-style-2 .cm-footer-bar-area {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-footer-bar-style-1 .social-links ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.cm-footer-bar-style-2 .social-links ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/* General Styles.
--------------------------------------------- */
.cm-footer .widget {
	display: block;
}

.cm-footer .widget ul li {
	padding: 8px 0;
	font-weight: 600;
	border-bottom: 1px solid #52525b;
}

.cm-footer .widget ul li:last-child {
	border-bottom: none;
}

.cm-footer .cm-upper-footer-cols .widget {
	background-color: #27272a;
	border-radius: 4px;
	padding: 12px;
}

.cm-footer .cm-upper-footer-cols .cm-entry-title a {
	color: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-random-posts {
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-first-post .cm-post-content {
	margin-top: 12px;
	padding: 0;
}

.cm-footer .cm-upper-footer-cols .cm-icon {
	fill: #fff;
}

.cm-footer .cm-upper-footer-cols .cm-post {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.cm-footer .cm-upper-footer-cols .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

.cm-footer .cm-footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}

.cm-footer .cm-footer-menu ul li a:hover {
	color: #207daf;
}

/* Footer column. */
.cm-footer-cols {
	background-color: #3f3f46;
}

.cm-footer-cols .cm-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #e4e4e7;
}

.cm-footer-cols .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 1.4rem;
}

.cm-footer-cols .cm-widget-title span {
	display: inline-block;
	padding: 6px 12px;
	background-color: #207daf;
	color: #fff;
	font-size: 1.6rem;
}

.cm-footer-cols a,
.cm-footer-cols .human-diff-time {
	color: #fff;
}

.cm-footer-cols a:hover,
.cm-footer-cols .human-diff-time:hover {
	color: #207daf;
}

.cm-footer-cols ul {
	list-style: none;
}

.cm-footer-cols .cm-reading-time {
	color: #fff;
}

.cm-footer-cols .cm-tab-widget .cm-tabs a:hover {
	color: #fff;
}

.cm-upper-footer-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.cm-upper-footer-cols .cm-post-date a,
.cm-upper-footer-cols .cm-author a,
.cm-upper-footer-cols .cm-tag-links a,
.cm-upper-footer-cols .cm-edit-link a,
.cm-upper-footer-cols .cm-comments-link a {
	color: #fff;
}

.cm-upper-footer-cols .cm-featured-posts .cm-below-entry-meta {
	margin-bottom: 0;
}

.cm-upper-footer-cols .cm-posts img {
	border-radius: 4px;
}

.cm-lower-footer-cols {
	gap: 30px;
	font-size: 1.4rem;
	width: 100%;
}

.cm-lower-footer-cols,
.cm-lower-footer-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
	width: 100%;
}

/*--------------------------------------------------------------
Classic Layout
--------------------------------------------------------------*/
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title {
	border-bottom: 0 none;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span {
	background-color: transparent !important;
	padding: 0 0 6px;
	position: relative;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic .cm-footer-cols .cm-row .cm-view-all-link {
	background-color: #18181b;
}

.colormag-footer--classic .cm-footer-bar {
	background-color: #252730;
	padding: 20px 0;
}

/*--------------------------------------------------------------
Classic Bordered Layout
--------------------------------------------------------------*/
.colormag-footer--classic-bordered .cm-widget-title {
	border-bottom: 0 none;
	background-color: transparent !important;
	position: relative;
	border-bottom: 1px solid #52525b !important;
}

.colormag-footer--classic-bordered .cm-widget-title::before {
	position: absolute;
	display: block;
	bottom: -1px;
	content: " ";
	left: 0;
	width: 25px;
	height: 2px;
	background-color: #207daf;
}

.colormag-footer--classic-bordered .cm-widget-title span {
	background-color: transparent !important;
	padding-left: 0;
}

.colormag-footer--classic-bordered .cm-view-all-link {
	margin-bottom: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar {
	padding-top: 0;
}

.colormag-footer--classic-bordered .cm-footer-bar .cm-footer-bar-area {
	padding-top: 20px;
	border-top: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts, #cm-footer.colormag-footer--classic-bordered .cm-random-posts {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post {
	padding-bottom: 16px;
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-random-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-featured-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts .cm-post {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post {
	border-bottom: 1px solid #52525b;
	padding-bottom: 16px;
}

#cm-footer.colormag-footer--classic .cm-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#cm-footer.colormag-footer--classic .cm-first-post, #cm-footer.colormag-footer--classic-bordered .cm-first-post {
	border-bottom: 1px solid #52525b;
}

#cm-footer.colormag-footer--classic .cm-first-post .cm-post-content, #cm-footer.colormag-footer--classic-bordered .cm-first-post .cm-post-content {
	padding: 0 0 5px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 .cm-posts, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 .cm-posts {
	gap: 16px;
}

#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 img, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 img {
	border-radius: 4px;
}

/* Footer Menu.
--------------------------------------------- */
.cm-footer-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 4px;
	list-style: none;
}

.cm-footer-menu ul li {
	font-size: 12px;
}

/* Footer Advertisement Area.
--------------------------------------------- */
.advertisement_above_footer {
	background-color: #fff;
}

.advertisement_above_footer .cm-widget-title {
	border-bottom: 2px solid #207daf;
	font-size: 18px;
	margin-bottom: 16px;
	padding-bottom: 0;
}

.advertisement_above_footer .cm-widget-title span {
	background-color: #207daf;
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
}

@media screen and (min-width: 62em) {
	.cm-upper-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cm-upper-footer-col--1,
	.cm-upper-footer-col--2,
	.cm-upper-footer-col--3 {
		width: 31.578947%;
	}
	.cm-lower-footer-cols {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cm-lower-footer-cols .cm-lower-footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.cm-lower-footer-cols .cm-lower-footer-col--1 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
	}
}

/* Scroll to Top.
--------------------------------------------- */
a#scroll-up {
	bottom: 20px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	z-index: 999;
	filter: alpha(opacity=50);
	padding: 10px;
	border-radius: 3px;
	/* For IE8 and earlier */
}

a#scroll-up i {
	font-size: 32px;
	color: #207daf;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/* For IE8 and earlier */
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
	padding: 20px 30px 20px 82px;
	margin-bottom: 30px;
	margin-top: 16px;
	background-color: #207daf;
	color: #fff;
	border-radius: 4px;
	border-left: 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
	position: relative;
	font-family: "Open Sans", serif;
	line-height: 1.8;
	padding-top: 0;
	margin-bottom: 0;
}

blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
	content: "\f10d";
	position: absolute;
	left: -50px;
	top: 0;
	line-height: 1;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 3.2rem;
}

blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
	color: #fff;
	text-decoration: underline;
}

blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
	font-style: normal;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

blockquote.wp-block-quote.has-text-align-right {
	border-right: 0;
}

.wp-block-button .search-icon::before {
	display: none;
}

.wp-block-search__inside-wrapper .search-icon::before,
.search-wrap .search-icon::before {
	content: "\f002";
	color: #fff;
	font-size: 2rem;
	font-family: FontAwesome;
	font-weight: 400;
}

.wp-block-query .wp-block-post.post {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-query .wp-block-post-template {
	padding: 0;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-new .wc-block-grid__product-add-to-cart,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart,
.wc-block-handpicked-products .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-title {
	margin-bottom: 8px;
	color: #3f3f46;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.wc-block-product-new .wc-block-grid__product-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating {
	margin-bottom: 0;
}

.wc-block-product-new .wc-block-grid__product-rating .star-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating .star-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating .star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: unset;
}

.wc-block-product-new .wc-block-grid__product,
.wc-block-product-best-sellers .wc-block-grid__product,
.wp-block-product-top-rated .wc-block-grid__product,
.wc-block-handpicked-products .wc-block-grid__product {
	position: relative;
	margin-left: -1em;
	margin-right: -1em;
}

.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 16px;
	padding: 8px 24px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new ul.wc-block-grid__products,
.wc-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-product-top-rated ul.wc-block-grid__products,
.wc-block-handpicked-products ul.wc-block-grid__products {
	padding: 0;
	gap: 30px;
}

.wc-block-product-new .price ins .amount,
.wc-block-product-best-sellers .price ins .amount,
.wp-block-product-top-rated .price ins .amount,
.wc-block-handpicked-products .price ins .amount {
	color: #71717a;
}

.wc-block-product-new .price del span,
.wc-block-product-best-sellers .price del span,
.wp-block-product-top-rated .price del span,
.wc-block-handpicked-products .price del span {
	font-weight: 600;
	color: #3f3f46;
}

.wc-block-product-new .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product-image {
	margin-bottom: 16px;
}

.wc-block-product-new .wc-block-grid__product-image img,
.wc-block-product-best-sellers .wc-block-grid__product-image img,
.wp-block-product-top-rated .wc-block-grid__product-image img,
.wc-block-handpicked-products .wc-block-grid__product-image img {
	width: 100%;
	border-radius: 4px;
}

.wc-block-product-new .wc-block-grid__product-onsale,
.wc-block-product-best-sellers .wc-block-grid__product-onsale,
.wp-block-product-top-rated .wc-block-grid__product-onsale,
.wc-block-handpicked-products .wc-block-grid__product-onsale {
	position: absolute;
	top: 8px;
	left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 14px;
	background-color: #0d354a;
	color: #fff;
	font-size: 1.4rem;
	text-transform: initial;
	border-radius: 2px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* WP-PageNavi.
--------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-bottom: 30px;
}

.cm-posts .wp-pagenavi .page, .cm-posts .wp-pagenavi a {
	padding: 4px 10px;
	color: #777777;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi .current {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi a {
	margin-left: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi a:hover {
	padding: 4px 10px;
	color: #fff;
	background-color: #207daf;
	border: 1px solid #f2f2f2;
}

.cm-posts .wp-pagenavi span {
	margin-left: 5px;
	border-radius: 2px;
}

.cm-posts .wp-pagenavi span.pages {
	margin-left: 0;
	color: #777777;
	padding: 4px 10px;
	border: 1px solid #f2f2f2;
}

/* Plugin: Headroom.
--------------------------------------------- */
.headroom {
	will-change: transform;
	-webkit-transition: -webkit-transform 200ms linear;
	transition: -webkit-transform 200ms linear;
	transition: transform 200ms linear;
	transition: transform 200ms linear, -webkit-transform 200ms linear;
}

#cm-primary-nav.headroom--pinned {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

#cm-primary-nav.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

[class*='mzb'] h3 {
	padding-bottom: 0;
}

[class*='mzb'] h2 {
	padding-bottom: 0;
}

[class*='mzb'] img {
	margin-bottom: 0;
}

[class*='mzb'] .editor-styles-wrapper h1,
[class*='mzb'] .editor-styles-wrapper h2,
[class*='mzb'] .editor-styles-wrapper h3,
[class*='mzb'] .editor-styles-wrapper h4,
[class*='mzb'] .editor-styles-wrapper h5,
[class*='mzb'] .editor-styles-wrapper h6 {
	padding-bottom: 0;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 12px;
	left: 0;
	right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 30px;
	color: #3f3f46;
	font-size: 1.4rem;
}

.add-to-wishlist-before_image .yith-wcwl-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fafafa;
	border-radius: 50px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
.cm-content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clearfix {
	display: inline-block;
}

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------------------
17.0 JetPack Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .default-wp-page, .infinite-scroll.neverending #cm-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #cm-footer {
	display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* Responsive.
--------------------------------------------- */
@media screen and (min-width: 980px) {
	.weather-location .owf {
		line-height: 120px;
	}
	.weather-info .weather-icon {
		font-size: 150px;
	}
	.weather-location-name {
		font-size: 30px;
		padding-top: 0;
	}
	.weather-desc {
		font-size: 18px;
		padding-top: 15px;
	}
	.weather-current-temp {
		font-size: 60px;
	}
}

@media screen and (max-width: 1190px) {
	#page {
		width: 97%;
	}
	.wide #page {
		width: 100%;
	}
	.inner-wrap {
		width: 94%;
	}
	.tg-full-width.inner-wrap {
		padding: 0;
	}
	.author-description-wrapper {
		width: 75%;
	}
	.call-to-action__title {
		font-size: 40px;
	}
	.video-playing {
		padding-bottom: 45%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 25.5%;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
	.weather-today {
		margin-left: 0;
	}
	.video-playlist {
		width: 40%;
	}
	.video-player--vertical .video-playing {
		width: 60%;
		padding-bottom: 54%;
	}
	.video-player--vertical .video-playlist-info {
		width: 70.5%;
	}
}

@media screen and (max-width: 800px) {
	.header_display_type_one .cm-header-col-1 {
		float: none;
		margin-bottom: 10px;
	}
	.header_display_type_one #cm-site-branding {
		float: none;
		text-align: center;
		padding-right: 0;
		margin-bottom: 10px;
	}
	#header-text,
	.header_display_type_one #header-text {
		float: none;
		text-align: center;
		padding-right: 0;
	}
	.cm-header-col-2,
	.header_display_type_one .cm-header-col-2 {
		float: none;
	}
	.cm-header-col-2 .widget,
	.header_display_type_one .cm-header-col-2 .widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.cm-header-actions .social-links ul {
		display: block;
	}
	.video-player--vertical .video-playing,
	.video-player--vertical .video-playlist {
		width: 100%;
		display: block;
	}
	.video-player--vertical .video-playing {
		padding-bottom: 65%;
	}
	.video-player--vertical.video-playlist-item img {
		margin-bottom: 0;
		width: 20%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 35%;
	}
}

@media screen and (max-width: 767px) {
	.call-to-action__title {
		font-size: 36px;
	}
	.widget_call_to_action .btn--primary {
		padding: 15px 20px;
	}
}

@media screen and (max-width: 600px) {
	.cm-image-ticker-news .cm-post-content .cm-entry-title {
		display: none;
	}
	.logged-in #cm-masthead #cm-primary-nav {
		top: 0 !important;
	}
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 25%;
	}
	.author-img {
		display: block;
		margin: 0 auto;
	}
	.author-img img {
		margin-right: 0;
	}
	.avatar {
		border-radius: 50%;
		display: inline-block;
		float: none;
		margin: 0 auto;
	}
	.author-description-wrapper {
		float: none;
		padding-top: 10px;
		width: 100%;
	}
	.search .status-publish:nth-child(2n), .search .status-publish:nth-child(2n+1) {
		float: none;
		width: 100%;
	}
	.call-to-action__title {
		font-size: 24px;
		margin-bottom: 0;
	}
	.call-to-action-content {
		margin-bottom: 20px;
	}
	.widget_call_to_action .btn--primary {
		padding: 10px 15px;
		font-weight: 400;
	}
	.video-player.video-player--horizontal .video-playing {
		padding-bottom: 70%;
	}
	.video-player.video-player--horizontal .video-playlist .video-playlist-item {
		width: 51%;
	}
	.exchange-currency.exchange-column-2 .currency-table, .exchange-currency.exchange-column-3 .currency-table {
		width: 100%;
		padding-right: 0;
	}
	.weather-forecast-day, .cm-secondary .weather-forecast-day {
		width: 52%;
	}
	.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
	.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
	.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 420px) {
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33.33%;
	}
	.related-posts-wrapper-flyout {
		width: 95%;
	}
	.related-posts-wrapper-flyout .related-posts-flyout-main-title {
		padding: 20px;
	}
	.related-posts-wrapper-flyout .related-posts-flyout {
		padding: 20px;
	}
}

/* CSS cod efor not displaying the content of slider/news until page loads */
/* Newsticker */
.newsticker,
.cm-breaking-news-slider-widget {
	visibility: hidden;
}

/* Sliders */
.cm-featured-posts--style-5 .cm-highlighted-post,
.thumbnail-big-sliders,
.cm-image-ticker-news {
	visibility: hidden;
	height: 0;
}

/* Max Mega Menu plugin integration for slider widgets bundled within theme. This fixes visibility issue fix for those widgets, which utilizes BxSlider script */
.mega-menu .cm-slider-area-rotate,
.mega-menu .cm-featured-posts--style-5 .cm-highlighted-post,
.mega-menu .thumbnail-big-sliders,
.mega-menu .cm-image-ticker-news,
.mega-menu .cm-breaking-news-slider-widget {
	visibility: hidden !important;
}

.mega-menu .mega-toggle-on .cm-slider-area-rotate,
.mega-menu .mega-toggle-on .cm-featured-posts--style-5 .cm-highlighted-post,
.mega-menu .mega-toggle-on .thumbnail-big-sliders,
.mega-menu .mega-toggle-on .cm-image-ticker-news,
.mega-menu .mega-toggle-on .cm-breaking-news-slider-widget {
	visibility: visible !important;
}
header.php000064400000003623151213253370006513 0ustar00<?php
/**
 * Theme Header Section for ColorMag theme.
 *
 * Displays all of the <head> section and everything up till <div id="cm-content" class="cm-content"> <div class="inner-wrap">
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

do_action( 'colormag_action_doctype' );

?>

<head>

	<?php
	/**
	 * Functions hooked into colormag_action_head action.
	 *
	 * @hooked colormag_head - 10
	 */
	do_action( 'colormag_action_head' );
	?>

	<?php wp_head(); ?>

</head>

<body <?php body_class(); ?><?php echo wp_kses_post( colormag_schema_markup( 'body' ) ); ?>>

<?php

global $colormag_duplicate_posts;
$colormag_duplicate_posts = array();

?>

<?php
/**
 * WordPress function to load custom scripts after body.
 *
 * Introduced in WordPress 5.2.0
 *
 */
if ( function_exists( 'wp_body_open' ) ) {
	wp_body_open();
}
?>

<?php
/**
 * Hook: colormag_before.
 */
do_action( 'colormag_before' );
?>

<?php
/**
 * Functions hooked into colormag_action_before action.
 *
 * @hooked colormag_background_image_clickable - 5
 * @hooked colormag_page_start - 10
 * @hooked colormag_skip_content_link - 15
 */
do_action( 'colormag_action_before' );
?>

<?php colormag_header(); ?>

<?php
/**
 * Hook: colormag_before_main.
 */
do_action( 'colormag_before_main' );
?>

<?php
/**
 * Functions hooked into colormag_action_before_content action.
 *
 * @hooked colormag_main_section_start - 10
 * @hooked colormag_before_content_breaking_news - 15
 * @hooked colormag_front_page_full_width_sidebar - 20
 */
do_action( 'colormag_action_before_content' );
?>

<?php
/**
 * Functions hooked into colormag_action_before_inner_content action.
 *
 * @hooked colormag_main_section_inner_start - 10
 * @hooked colormag_breadcrumb - 15
 */
do_action( 'colormag_action_before_inner_content' );
single.php000064400000005000151213253370006533 0ustar00<?php
/**
 * Theme Single Post Section for our theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

<div class="cm-row">
	<?php
	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<?php colormag_two_sidebar_select(); ?>

	<div id="cm-primary" class="cm-primary">
		<div class="cm-posts clearfix <?php echo 1 === get_theme_mod( 'colormag_enable_autoload_posts', 0 ) ? esc_attr( ' tg-autoload-posts' ) : ''; ?>">

			<?php
			if ( get_theme_mod( 'colormag_enable_autoload_posts', 0 ) ) {
				echo '<div class="tg-post">';
			}

			/**
			 * Hook: colormag_before_single_post_page_loop.
			 */
			do_action( 'colormag_before_single_post_page_loop' );

			while ( have_posts() ) :
				the_post();

				get_template_part( 'template-parts/content', 'single' );
			endwhile;

			/**
			 * Hook: colormag_after_single_post_page_loop.
			 */
			do_action( 'colormag_after_single_post_page_loop' );
			?>
		</div><!-- .cm-posts -->
		<?php

		if ( true === apply_filters( 'colormag_single_post_page_navigation_filter', true ) ) :
			if ( 1 == get_theme_mod( 'colormag_enable_post_navigation', 1 ) ) :
				get_template_part( 'navigation', 'single' );
			endif;
		endif;

		if ( ! class_exists( 'Auto_Load_Next_Post' ) ) :

			/**
			 * Functions hooked into colormag_action_after_single_post_content action.
			 *
			 * @hooked colormag_author_bio - 10
			 * @hooked colormag_social_share - 15
			 * @hooked colormag_related_posts - 20
			 */
			do_action( 'colormag_action_after_single_post_content' );

		endif;

		/**
		 * Hook: colormag_before_comments_template.
		 */
		do_action( 'colormag_before_comments_template' );

		/**
		 * Functions hooked into colormag_action_after_inner_content action.
		 *
		 * @hooked colormag_render_comments - 10
		 */
		do_action( 'colormag_action_comments' );

		/**
		 * Hook: colormag_after_comments_template.
		 */
		do_action( 'colormag_after_comments_template' );

		if ( get_theme_mod( 'colormag_enable_autoload_posts', 0 ) ) {
			echo '</div>';
		}


		if ( get_theme_mod( 'colormag_enable_autoload_posts', 0 ) && is_single() ) {
			colormag_next_post_load();
		}
		?>
	</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();
	?>
</div>

<?php
/**
 * Hook: colormag_after_body_content.
 */
do_action( 'colormag_after_body_content' );

get_footer();
wpml-config.xml000064400000000776151213253370007524 0ustar00<wpml-config>
	<admin-texts>
		<key name="theme_mods_colormag-pro">
			<key name="custom_logo" />
			<key name="header_image" />
			<key name="header_video" />
			<key name="external_header_video" />
			<key name="background_image" />
			<key name="colormag_footer_editor" />
			<key name="colormag_read_more_text" />
			<key name="colormag_view_all_text" />
			<key name="colormag_you_may_also_like_text" />
			<key name="colormag_news_ticker_label" />
		</key>
	</admin-texts>
</wpml-config>
searchform.php000064400000001175151213253370007414 0ustar00<?php
/**
 * Displays the searchform of the theme.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<form action="<?php echo esc_url( home_url( '/' ) ); ?>" class="search-form searchform clearfix" method="get" role="search">

	<div class="search-wrap">
		<input type="search"
			   class="s field"
			   name="s"
			   value="<?php echo get_search_query(); ?>"
			   placeholder="<?php esc_attr_e( 'Search', 'colormag' ); ?>"
		/>

		<button class="search-icon" type="submit"></button>
	</div>

</form><!-- .searchform -->

F1le Man4ger